-- MySQL dump 10.16  Distrib 10.2.25-MariaDB, for Linux (x86_64)
--
-- Host: localhost    Database: blackh42_wp143
-- ------------------------------------------------------
-- Server version	10.2.25-MariaDB-log

/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8mb4 */;
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
/*!40103 SET TIME_ZONE='+00:00' */;
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;

--
-- Table structure for table `cw_saved_widgets_options`
--

DROP TABLE IF EXISTS `cw_saved_widgets_options`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cw_saved_widgets_options` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `description` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `show_widget_options` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `hide_widget_options` text COLLATE utf8mb4_unicode_ci NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cw_saved_widgets_options`
--

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

--
-- Table structure for table `cw_widgets_options`
--

DROP TABLE IF EXISTS `cw_widgets_options`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cw_widgets_options` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `widget` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `description` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `show_widget_options` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `hide_widget_options` text COLLATE utf8mb4_unicode_ci NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cw_widgets_options`
--

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

--
-- Table structure for table `wpbe_commentmeta`
--

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

--
-- Dumping data for table `wpbe_commentmeta`
--

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

--
-- Table structure for table `wpbe_comments`
--

DROP TABLE IF EXISTS `wpbe_comments`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpbe_comments` (
  `comment_ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `comment_post_ID` bigint(20) unsigned NOT NULL DEFAULT 0,
  `comment_author` tinytext COLLATE utf8mb4_unicode_ci NOT NULL,
  `comment_author_email` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `comment_author_url` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `comment_author_IP` varchar(100) COLLATE utf8mb4_unicode_ci 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 COLLATE utf8mb4_unicode_ci NOT NULL,
  `comment_karma` int(11) NOT NULL DEFAULT 0,
  `comment_approved` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '1',
  `comment_agent` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `comment_type` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `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)),
  KEY `woo_idx_comment_type` (`comment_type`)
) ENGINE=MyISAM AUTO_INCREMENT=20321 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpbe_comments`
--

LOCK TABLES `wpbe_comments` WRITE;
/*!40000 ALTER TABLE `wpbe_comments` DISABLE KEYS */;
INSERT INTO `wpbe_comments` VALUES (20039,7337,'ActionScheduler','','','','2020-02-07 02:01:02','2020-02-07 07:01:02','action started',0,'1','ActionScheduler','action_log',0,0),(20040,7337,'ActionScheduler','','','','2020-02-07 02:01:02','2020-02-07 07:01:02','action complete',0,'1','ActionScheduler','action_log',0,0),(18299,6757,'ActionScheduler','','','','2020-01-11 16:49:27','2020-01-11 21:49:27','action started',0,'1','ActionScheduler','action_log',0,0),(20028,7333,'ActionScheduler','','','','2020-02-06 22:15:36','2020-02-07 03:15:36','action complete',0,'1','ActionScheduler','action_log',0,0),(20029,7335,'ActionScheduler','','','','2020-02-06 22:15:36','2020-02-07 03:15:36','action created',0,'1','ActionScheduler','action_log',0,0),(20300,7424,'ActionScheduler','','','','2020-02-11 06:37:02','2020-02-11 11:37:02','action started',0,'1','ActionScheduler','action_log',0,0),(20301,7424,'ActionScheduler','','','','2020-02-11 06:37:02','2020-02-11 11:37:02','action complete',0,'1','ActionScheduler','action_log',0,0),(20311,7429,'ActionScheduler','','','','2020-02-11 09:44:20','2020-02-11 14:44:20','action created',0,'1','ActionScheduler','action_log',0,0),(20312,7428,'ActionScheduler','','','','2020-02-11 09:44:20','2020-02-11 14:44:20','action started',0,'1','ActionScheduler','action_log',0,0),(20313,7428,'ActionScheduler','','','','2020-02-11 09:44:20','2020-02-11 14:44:20','action complete',0,'1','ActionScheduler','action_log',0,0),(20314,7430,'ActionScheduler','','','','2020-02-11 09:44:20','2020-02-11 14:44:20','action created',0,'1','ActionScheduler','action_log',0,0),(19757,7243,'ActionScheduler','','','','2020-02-02 08:55:44','2020-02-02 13:55:44','action started',0,'1','ActionScheduler','action_log',0,0),(19729,7235,'ActionScheduler','','','','2020-02-02 00:03:42','2020-02-02 05:03:42','action created',0,'1','ActionScheduler','action_log',0,0),(19730,7234,'ActionScheduler','','','','2020-02-02 00:03:42','2020-02-02 05:03:42','action started',0,'1','ActionScheduler','action_log',0,0),(19731,7234,'ActionScheduler','','','','2020-02-02 00:03:42','2020-02-02 05:03:42','action complete',0,'1','ActionScheduler','action_log',0,0),(20260,7412,'ActionScheduler','','','','2020-02-10 16:25:54','2020-02-10 21:25:54','action created',0,'1','ActionScheduler','action_log',0,0),(19793,7255,'ActionScheduler','','','','2020-02-02 18:41:35','2020-02-02 23:41:35','action started',0,'1','ActionScheduler','action_log',0,0),(20009,7327,'ActionScheduler','','','','2020-02-06 09:22:47','2020-02-06 14:22:47','action started',0,'1','ActionScheduler','action_log',0,0),(20008,7328,'ActionScheduler','','','','2020-02-06 09:22:47','2020-02-06 14:22:47','action created',0,'1','ActionScheduler','action_log',0,0),(18595,6857,'ActionScheduler','','','','2020-01-15 17:38:19','2020-01-15 22:38:19','action created',0,'1','ActionScheduler','action_log',0,0),(19564,7180,'ActionScheduler','','','','2020-01-30 03:50:47','2020-01-30 08:50:47','action created',0,'1','ActionScheduler','action_log',0,0),(18657,6876,'ActionScheduler','','','','2020-01-16 09:24:46','2020-01-16 14:24:46','action complete',0,'1','ActionScheduler','action_log',0,0),(18660,6877,'ActionScheduler','','','','2020-01-16 11:16:06','2020-01-16 16:16:06','action complete',0,'1','ActionScheduler','action_log',0,0),(18465,6812,'ActionScheduler','','','','2020-01-14 02:12:26','2020-01-14 07:12:26','action complete',0,'1','ActionScheduler','action_log',0,0),(20050,7342,'ActionScheduler','','','','2020-02-07 07:30:21','2020-02-07 12:30:21','action created',0,'1','ActionScheduler','action_log',0,0),(20051,7341,'ActionScheduler','','','','2020-02-07 07:30:21','2020-02-07 12:30:21','action started',0,'1','ActionScheduler','action_log',0,0),(20066,7346,'ActionScheduler','','','','2020-02-07 14:51:00','2020-02-07 19:51:00','action started',0,'1','ActionScheduler','action_log',0,0),(20067,7346,'ActionScheduler','','','','2020-02-07 14:51:00','2020-02-07 19:51:00','action complete',0,'1','ActionScheduler','action_log',0,0),(20089,7355,'ActionScheduler','','','','2020-02-07 21:04:07','2020-02-08 02:04:07','action created',0,'1','ActionScheduler','action_log',0,0),(20064,7345,'ActionScheduler','','','','2020-02-07 13:50:31','2020-02-07 18:50:31','action complete',0,'1','ActionScheduler','action_log',0,0),(20063,7345,'ActionScheduler','','','','2020-02-07 13:50:31','2020-02-07 18:50:31','action started',0,'1','ActionScheduler','action_log',0,0),(20109,7360,'ActionScheduler','','','','2020-02-08 02:38:50','2020-02-08 07:38:50','action complete',0,'1','ActionScheduler','action_log',0,0),(20108,7360,'ActionScheduler','','','','2020-02-08 02:38:50','2020-02-08 07:38:50','action started',0,'1','ActionScheduler','action_log',0,0),(20105,7359,'ActionScheduler','','','','2020-02-08 01:08:52','2020-02-08 06:08:52','action started',0,'1','ActionScheduler','action_log',0,0),(20106,7359,'ActionScheduler','','','','2020-02-08 01:08:52','2020-02-08 06:08:52','action complete',0,'1','ActionScheduler','action_log',0,0),(20107,7361,'ActionScheduler','','','','2020-02-08 01:08:52','2020-02-08 06:08:52','action created',0,'1','ActionScheduler','action_log',0,0),(20113,7363,'ActionScheduler','','','','2020-02-08 02:38:50','2020-02-08 07:38:50','action created',0,'1','ActionScheduler','action_log',0,0),(20104,7360,'ActionScheduler','','','','2020-02-08 01:08:52','2020-02-08 06:08:52','action created',0,'1','ActionScheduler','action_log',0,0),(20103,7358,'ActionScheduler','','','','2020-02-08 01:08:51','2020-02-08 06:08:51','action complete',0,'1','ActionScheduler','action_log',0,0),(20117,7363,'ActionScheduler','','','','2020-02-08 04:29:10','2020-02-08 09:29:10','action started',0,'1','ActionScheduler','action_log',0,0),(20118,7363,'ActionScheduler','','','','2020-02-08 04:29:10','2020-02-08 09:29:10','action complete',0,'1','ActionScheduler','action_log',0,0),(20119,7365,'ActionScheduler','','','','2020-02-08 04:29:10','2020-02-08 09:29:10','action created',0,'1','ActionScheduler','action_log',0,0),(18610,6862,'ActionScheduler','','','','2020-01-15 19:46:40','2020-01-16 00:46:40','action created',0,'1','ActionScheduler','action_log',0,0),(18650,6874,'ActionScheduler','','','','2020-01-16 08:22:11','2020-01-16 13:22:11','action started',0,'1','ActionScheduler','action_log',0,0),(18651,6874,'ActionScheduler','','','','2020-01-16 08:22:11','2020-01-16 13:22:11','action complete',0,'1','ActionScheduler','action_log',0,0),(18652,6876,'ActionScheduler','','','','2020-01-16 08:22:11','2020-01-16 13:22:11','action created',0,'1','ActionScheduler','action_log',0,0),(20146,7374,'ActionScheduler','','','','2020-02-08 22:52:23','2020-02-09 03:52:23','action created',0,'1','ActionScheduler','action_log',0,0),(20136,7369,'ActionScheduler','','','','2020-02-08 19:02:48','2020-02-09 00:02:48','action complete',0,'1','ActionScheduler','action_log',0,0),(20140,7372,'ActionScheduler','','','','2020-02-08 20:35:53','2020-02-09 01:35:53','action created',0,'1','ActionScheduler','action_log',0,0),(20141,7371,'ActionScheduler','','','','2020-02-08 20:35:53','2020-02-09 01:35:53','action started',0,'1','ActionScheduler','action_log',0,0),(20142,7371,'ActionScheduler','','','','2020-02-08 20:35:53','2020-02-09 01:35:53','action complete',0,'1','ActionScheduler','action_log',0,0),(20139,7370,'ActionScheduler','','','','2020-02-08 20:35:53','2020-02-09 01:35:53','action complete',0,'1','ActionScheduler','action_log',0,0),(20138,7370,'ActionScheduler','','','','2020-02-08 20:35:53','2020-02-09 01:35:53','action started',0,'1','ActionScheduler','action_log',0,0),(20147,7373,'ActionScheduler','','','','2020-02-08 22:52:23','2020-02-09 03:52:23','action started',0,'1','ActionScheduler','action_log',0,0),(20148,7373,'ActionScheduler','','','','2020-02-08 22:52:23','2020-02-09 03:52:23','action complete',0,'1','ActionScheduler','action_log',0,0),(20129,7367,'ActionScheduler','','','','2020-02-08 17:18:25','2020-02-08 22:18:25','action started',0,'1','ActionScheduler','action_log',0,0),(20130,7367,'ActionScheduler','','','','2020-02-08 17:18:25','2020-02-08 22:18:25','action complete',0,'1','ActionScheduler','action_log',0,0),(20131,7369,'ActionScheduler','','','','2020-02-08 17:18:25','2020-02-08 22:18:25','action created',0,'1','ActionScheduler','action_log',0,0),(19616,7196,'ActionScheduler','','','','2020-01-31 02:28:55','2020-01-31 07:28:55','action started',0,'1','ActionScheduler','action_log',0,0),(19605,7192,'ActionScheduler','','','','2020-01-30 23:57:02','2020-01-31 04:57:02','action complete',0,'1','ActionScheduler','action_log',0,0),(19604,7192,'ActionScheduler','','','','2020-01-30 23:57:02','2020-01-31 04:57:02','action started',0,'1','ActionScheduler','action_log',0,0),(19610,7194,'ActionScheduler','','','','2020-01-31 01:18:54','2020-01-31 06:18:54','action started',0,'1','ActionScheduler','action_log',0,0),(20179,7385,'ActionScheduler','','','','2020-02-09 11:00:43','2020-02-09 16:00:43','action created',0,'1','ActionScheduler','action_log',0,0),(20203,7393,'ActionScheduler','','','','2020-02-09 19:00:23','2020-02-10 00:00:23','action created',0,'1','ActionScheduler','action_log',0,0),(20204,7392,'ActionScheduler','','','','2020-02-09 19:00:23','2020-02-10 00:00:23','action started',0,'1','ActionScheduler','action_log',0,0),(20205,7392,'ActionScheduler','','','','2020-02-09 19:00:23','2020-02-10 00:00:23','action complete',0,'1','ActionScheduler','action_log',0,0),(20206,7394,'ActionScheduler','','','','2020-02-09 19:00:23','2020-02-10 00:00:23','action created',0,'1','ActionScheduler','action_log',0,0),(20207,7393,'ActionScheduler','','','','2020-02-09 20:49:53','2020-02-10 01:49:53','action started',0,'1','ActionScheduler','action_log',0,0),(20208,7393,'ActionScheduler','','','','2020-02-09 20:49:53','2020-02-10 01:49:53','action complete',0,'1','ActionScheduler','action_log',0,0),(20209,7395,'ActionScheduler','','','','2020-02-09 20:49:53','2020-02-10 01:49:53','action created',0,'1','ActionScheduler','action_log',0,0),(20210,7394,'ActionScheduler','','','','2020-02-09 20:49:53','2020-02-10 01:49:53','action started',0,'1','ActionScheduler','action_log',0,0),(20183,7385,'ActionScheduler','','','','2020-02-09 12:23:29','2020-02-09 17:23:29','action started',0,'1','ActionScheduler','action_log',0,0),(20194,7390,'ActionScheduler','','','','2020-02-09 13:35:32','2020-02-09 18:35:32','action created',0,'1','ActionScheduler','action_log',0,0),(18758,6910,'ActionScheduler','','','','2020-01-17 20:25:37','2020-01-18 01:25:37','action started',0,'1','ActionScheduler','action_log',0,0),(18759,6910,'ActionScheduler','','','','2020-01-17 20:25:37','2020-01-18 01:25:37','action complete',0,'1','ActionScheduler','action_log',0,0),(18760,6912,'ActionScheduler','','','','2020-01-17 20:25:37','2020-01-18 01:25:37','action created',0,'1','ActionScheduler','action_log',0,0),(18761,6911,'ActionScheduler','','','','2020-01-17 22:20:53','2020-01-18 03:20:53','action started',0,'1','ActionScheduler','action_log',0,0),(18762,6911,'ActionScheduler','','','','2020-01-17 22:20:53','2020-01-18 03:20:53','action complete',0,'1','ActionScheduler','action_log',0,0),(18763,6913,'ActionScheduler','','','','2020-01-17 22:20:53','2020-01-18 03:20:53','action created',0,'1','ActionScheduler','action_log',0,0),(18764,6912,'ActionScheduler','','','','2020-01-17 22:20:53','2020-01-18 03:20:53','action started',0,'1','ActionScheduler','action_log',0,0),(18765,6912,'ActionScheduler','','','','2020-01-17 22:20:53','2020-01-18 03:20:53','action complete',0,'1','ActionScheduler','action_log',0,0),(18766,6914,'ActionScheduler','','','','2020-01-17 22:20:53','2020-01-18 03:20:53','action created',0,'1','ActionScheduler','action_log',0,0),(20202,7391,'ActionScheduler','','','','2020-02-09 19:00:23','2020-02-10 00:00:23','action complete',0,'1','ActionScheduler','action_log',0,0),(20201,7391,'ActionScheduler','','','','2020-02-09 19:00:23','2020-02-10 00:00:23','action started',0,'1','ActionScheduler','action_log',0,0),(20215,7397,'ActionScheduler','','','','2020-02-09 22:13:28','2020-02-10 03:13:28','action created',0,'1','ActionScheduler','action_log',0,0),(20216,7396,'ActionScheduler','','','','2020-02-09 22:13:28','2020-02-10 03:13:28','action started',0,'1','ActionScheduler','action_log',0,0),(20217,7396,'ActionScheduler','','','','2020-02-09 22:13:28','2020-02-10 03:13:28','action complete',0,'1','ActionScheduler','action_log',0,0),(20218,7398,'ActionScheduler','','','','2020-02-09 22:13:28','2020-02-10 03:13:28','action created',0,'1','ActionScheduler','action_log',0,0),(20199,7390,'ActionScheduler','','','','2020-02-09 15:53:45','2020-02-09 20:53:45','action complete',0,'1','ActionScheduler','action_log',0,0),(20197,7391,'ActionScheduler','','','','2020-02-09 15:53:45','2020-02-09 20:53:45','action created',0,'1','ActionScheduler','action_log',0,0),(20198,7390,'ActionScheduler','','','','2020-02-09 15:53:45','2020-02-09 20:53:45','action started',0,'1','ActionScheduler','action_log',0,0),(20189,7386,'ActionScheduler','','','','2020-02-09 13:35:32','2020-02-09 18:35:32','action started',0,'1','ActionScheduler','action_log',0,0),(20190,7386,'ActionScheduler','','','','2020-02-09 13:35:32','2020-02-09 18:35:32','action complete',0,'1','ActionScheduler','action_log',0,0),(20191,7389,'ActionScheduler','','','','2020-02-09 13:35:32','2020-02-09 18:35:32','action created',0,'1','ActionScheduler','action_log',0,0),(20192,7387,'ActionScheduler','','','','2020-02-09 13:35:32','2020-02-09 18:35:32','action started',0,'1','ActionScheduler','action_log',0,0),(20176,7384,'ActionScheduler','','','','2020-02-09 11:00:43','2020-02-09 16:00:43','action created',0,'1','ActionScheduler','action_log',0,0),(20180,7384,'ActionScheduler','','','','2020-02-09 12:23:29','2020-02-09 17:23:29','action started',0,'1','ActionScheduler','action_log',0,0),(20181,7384,'ActionScheduler','','','','2020-02-09 12:23:29','2020-02-09 17:23:29','action complete',0,'1','ActionScheduler','action_log',0,0),(20182,7386,'ActionScheduler','','','','2020-02-09 12:23:29','2020-02-09 17:23:29','action created',0,'1','ActionScheduler','action_log',0,0),(18866,6946,'ActionScheduler','','','','2020-01-19 16:05:36','2020-01-19 21:05:36','action started',0,'1','ActionScheduler','action_log',0,0),(18839,6937,'ActionScheduler','','','','2020-01-19 10:00:34','2020-01-19 15:00:34','action started',0,'1','ActionScheduler','action_log',0,0),(19537,7171,'ActionScheduler','','','','2020-01-29 13:44:24','2020-01-29 18:44:24','action created',0,'1','ActionScheduler','action_log',0,0),(18756,6909,'ActionScheduler','','','','2020-01-17 20:25:37','2020-01-18 01:25:37','action complete',0,'1','ActionScheduler','action_log',0,0),(18757,6911,'ActionScheduler','','','','2020-01-17 20:25:37','2020-01-18 01:25:37','action created',0,'1','ActionScheduler','action_log',0,0),(18752,6908,'ActionScheduler','','','','2020-01-17 19:19:02','2020-01-18 00:19:02','action started',0,'1','ActionScheduler','action_log',0,0),(18769,6915,'ActionScheduler','','','','2020-01-17 23:21:26','2020-01-18 04:21:26','action created',0,'1','ActionScheduler','action_log',0,0),(18770,6914,'ActionScheduler','','','','2020-01-17 23:21:26','2020-01-18 04:21:26','action started',0,'1','ActionScheduler','action_log',0,0),(20195,7389,'ActionScheduler','','','','2020-02-09 15:53:45','2020-02-09 20:53:45','action started',0,'1','ActionScheduler','action_log',0,0),(20196,7389,'ActionScheduler','','','','2020-02-09 15:53:45','2020-02-09 20:53:45','action complete',0,'1','ActionScheduler','action_log',0,0),(18841,6939,'ActionScheduler','','','','2020-01-19 10:00:34','2020-01-19 15:00:34','action created',0,'1','ActionScheduler','action_log',0,0),(20193,7387,'ActionScheduler','','','','2020-02-09 13:35:32','2020-02-09 18:35:32','action complete',0,'1','ActionScheduler','action_log',0,0),(18840,6937,'ActionScheduler','','','','2020-01-19 10:00:34','2020-01-19 15:00:34','action complete',0,'1','ActionScheduler','action_log',0,0),(18868,6948,'ActionScheduler','','','','2020-01-19 16:05:36','2020-01-19 21:05:36','action created',0,'1','ActionScheduler','action_log',0,0),(18836,6936,'ActionScheduler','','','','2020-01-19 08:53:35','2020-01-19 13:53:35','action started',0,'1','ActionScheduler','action_log',0,0),(18837,6936,'ActionScheduler','','','','2020-01-19 08:53:35','2020-01-19 13:53:35','action complete',0,'1','ActionScheduler','action_log',0,0),(18838,6938,'ActionScheduler','','','','2020-01-19 08:53:35','2020-01-19 13:53:35','action created',0,'1','ActionScheduler','action_log',0,0),(20219,7397,'ActionScheduler','','','','2020-02-10 00:33:43','2020-02-10 05:33:43','action started',0,'1','ActionScheduler','action_log',0,0),(20214,7395,'ActionScheduler','','','','2020-02-09 22:13:28','2020-02-10 03:13:28','action complete',0,'1','ActionScheduler','action_log',0,0),(20224,7400,'ActionScheduler','','','','2020-02-10 00:33:43','2020-02-10 05:33:43','action created',0,'1','ActionScheduler','action_log',0,0),(20230,7402,'ActionScheduler','','','','2020-02-10 03:16:03','2020-02-10 08:16:03','action created',0,'1','ActionScheduler','action_log',0,0),(20245,7407,'ActionScheduler','','','','2020-02-10 07:51:11','2020-02-10 12:51:11','action created',0,'1','ActionScheduler','action_log',0,0),(20223,7398,'ActionScheduler','','','','2020-02-10 00:33:43','2020-02-10 05:33:43','action complete',0,'1','ActionScheduler','action_log',0,0),(18747,6906,'ActionScheduler','','','','2020-01-17 17:42:47','2020-01-17 22:42:47','action complete',0,'1','ActionScheduler','action_log',0,0),(18748,6908,'ActionScheduler','','','','2020-01-17 17:42:47','2020-01-17 22:42:47','action created',0,'1','ActionScheduler','action_log',0,0),(20236,7404,'ActionScheduler','','','','2020-02-10 04:27:34','2020-02-10 09:27:34','action created',0,'1','ActionScheduler','action_log',0,0),(20244,7405,'ActionScheduler','','','','2020-02-10 07:51:11','2020-02-10 12:51:11','action complete',0,'1','ActionScheduler','action_log',0,0),(20233,7403,'ActionScheduler','','','','2020-02-10 04:27:34','2020-02-10 09:27:34','action created',0,'1','ActionScheduler','action_log',0,0),(20242,7406,'ActionScheduler','','','','2020-02-10 06:13:07','2020-02-10 11:13:07','action created',0,'1','ActionScheduler','action_log',0,0),(20243,7405,'ActionScheduler','','','','2020-02-10 07:51:11','2020-02-10 12:51:11','action started',0,'1','ActionScheduler','action_log',0,0),(20220,7397,'ActionScheduler','','','','2020-02-10 00:33:43','2020-02-10 05:33:43','action complete',0,'1','ActionScheduler','action_log',0,0),(20246,7406,'ActionScheduler','','','','2020-02-10 07:51:11','2020-02-10 12:51:11','action started',0,'1','ActionScheduler','action_log',0,0),(20247,7406,'ActionScheduler','','','','2020-02-10 07:51:11','2020-02-10 12:51:11','action complete',0,'1','ActionScheduler','action_log',0,0),(20248,7408,'ActionScheduler','','','','2020-02-10 07:51:11','2020-02-10 12:51:11','action created',0,'1','ActionScheduler','action_log',0,0),(20235,7402,'ActionScheduler','','','','2020-02-10 04:27:34','2020-02-10 09:27:34','action complete',0,'1','ActionScheduler','action_log',0,0),(20234,7402,'ActionScheduler','','','','2020-02-10 04:27:34','2020-02-10 09:27:34','action started',0,'1','ActionScheduler','action_log',0,0),(20297,7423,'ActionScheduler','','','','2020-02-11 06:37:02','2020-02-11 11:37:02','action started',0,'1','ActionScheduler','action_log',0,0),(20305,7427,'ActionScheduler','','','','2020-02-11 07:40:36','2020-02-11 12:40:36','action created',0,'1','ActionScheduler','action_log',0,0),(20295,7422,'ActionScheduler','','','','2020-02-11 02:12:22','2020-02-11 07:12:22','action complete',0,'1','ActionScheduler','action_log',0,0),(20298,7423,'ActionScheduler','','','','2020-02-11 06:37:02','2020-02-11 11:37:02','action complete',0,'1','ActionScheduler','action_log',0,0),(20299,7425,'ActionScheduler','','','','2020-02-11 06:37:02','2020-02-11 11:37:02','action created',0,'1','ActionScheduler','action_log',0,0),(20251,7409,'ActionScheduler','','','','2020-02-10 10:53:41','2020-02-10 15:53:41','action created',0,'1','ActionScheduler','action_log',0,0),(20229,7400,'ActionScheduler','','','','2020-02-10 03:16:03','2020-02-10 08:16:03','action complete',0,'1','ActionScheduler','action_log',0,0),(20228,7400,'ActionScheduler','','','','2020-02-10 03:16:03','2020-02-10 08:16:03','action started',0,'1','ActionScheduler','action_log',0,0),(20289,7420,'ActionScheduler','','','','2020-02-11 00:27:57','2020-02-11 05:27:57','action complete',0,'1','ActionScheduler','action_log',0,0),(20288,7420,'ActionScheduler','','','','2020-02-11 00:27:57','2020-02-11 05:27:57','action started',0,'1','ActionScheduler','action_log',0,0),(20241,7404,'ActionScheduler','','','','2020-02-10 06:13:07','2020-02-10 11:13:07','action complete',0,'1','ActionScheduler','action_log',0,0),(20237,7403,'ActionScheduler','','','','2020-02-10 06:13:07','2020-02-10 11:13:07','action started',0,'1','ActionScheduler','action_log',0,0),(18463,6813,'ActionScheduler','','','','2020-01-14 02:12:26','2020-01-14 07:12:26','action created',0,'1','ActionScheduler','action_log',0,0),(18464,6812,'ActionScheduler','','','','2020-01-14 02:12:26','2020-01-14 07:12:26','action started',0,'1','ActionScheduler','action_log',0,0),(20291,7421,'ActionScheduler','','','','2020-02-11 02:12:22','2020-02-11 07:12:22','action started',0,'1','ActionScheduler','action_log',0,0),(19762,7246,'ActionScheduler','','','','2020-02-02 08:55:44','2020-02-02 13:55:44','action created',0,'1','ActionScheduler','action_log',0,0),(20284,7420,'ActionScheduler','','','','2020-02-10 22:58:53','2020-02-11 03:58:53','action created',0,'1','ActionScheduler','action_log',0,0),(20279,7417,'ActionScheduler','','','','2020-02-10 22:58:53','2020-02-11 03:58:53','action started',0,'1','ActionScheduler','action_log',0,0),(20280,7417,'ActionScheduler','','','','2020-02-10 22:58:53','2020-02-11 03:58:53','action complete',0,'1','ActionScheduler','action_log',0,0),(20281,7419,'ActionScheduler','','','','2020-02-10 22:58:53','2020-02-11 03:58:53','action created',0,'1','ActionScheduler','action_log',0,0),(20282,7418,'ActionScheduler','','','','2020-02-10 22:58:53','2020-02-11 03:58:53','action started',0,'1','ActionScheduler','action_log',0,0),(20283,7418,'ActionScheduler','','','','2020-02-10 22:58:53','2020-02-11 03:58:53','action complete',0,'1','ActionScheduler','action_log',0,0),(20249,7407,'ActionScheduler','','','','2020-02-10 10:53:41','2020-02-10 15:53:41','action started',0,'1','ActionScheduler','action_log',0,0),(20250,7407,'ActionScheduler','','','','2020-02-10 10:53:41','2020-02-10 15:53:41','action complete',0,'1','ActionScheduler','action_log',0,0),(20285,7419,'ActionScheduler','','','','2020-02-11 00:27:57','2020-02-11 05:27:57','action started',0,'1','ActionScheduler','action_log',0,0),(20286,7419,'ActionScheduler','','','','2020-02-11 00:27:57','2020-02-11 05:27:57','action complete',0,'1','ActionScheduler','action_log',0,0),(20287,7421,'ActionScheduler','','','','2020-02-11 00:27:57','2020-02-11 05:27:57','action created',0,'1','ActionScheduler','action_log',0,0),(20294,7422,'ActionScheduler','','','','2020-02-11 02:12:22','2020-02-11 07:12:22','action started',0,'1','ActionScheduler','action_log',0,0),(20292,7421,'ActionScheduler','','','','2020-02-11 02:12:22','2020-02-11 07:12:22','action complete',0,'1','ActionScheduler','action_log',0,0),(20293,7423,'ActionScheduler','','','','2020-02-11 02:12:22','2020-02-11 07:12:22','action created',0,'1','ActionScheduler','action_log',0,0),(20272,7416,'ActionScheduler','','','','2020-02-10 19:23:25','2020-02-11 00:23:25','action created',0,'1','ActionScheduler','action_log',0,0),(20262,7411,'ActionScheduler','','','','2020-02-10 18:03:19','2020-02-10 23:03:19','action complete',0,'1','ActionScheduler','action_log',0,0),(20263,7413,'ActionScheduler','','','','2020-02-10 18:03:19','2020-02-10 23:03:19','action created',0,'1','ActionScheduler','action_log',0,0),(20264,7412,'ActionScheduler','','','','2020-02-10 18:03:19','2020-02-10 23:03:19','action started',0,'1','ActionScheduler','action_log',0,0),(20259,7410,'ActionScheduler','','','','2020-02-10 16:25:54','2020-02-10 21:25:54','action complete',0,'1','ActionScheduler','action_log',0,0),(20275,7417,'ActionScheduler','','','','2020-02-10 20:59:09','2020-02-11 01:59:09','action created',0,'1','ActionScheduler','action_log',0,0),(20276,7416,'ActionScheduler','','','','2020-02-10 20:59:10','2020-02-11 01:59:10','action started',0,'1','ActionScheduler','action_log',0,0),(20277,7416,'ActionScheduler','','','','2020-02-10 20:59:10','2020-02-11 01:59:10','action complete',0,'1','ActionScheduler','action_log',0,0),(20278,7418,'ActionScheduler','','','','2020-02-10 20:59:10','2020-02-11 01:59:10','action created',0,'1','ActionScheduler','action_log',0,0),(18506,6826,'ActionScheduler','','','','2020-01-14 20:58:15','2020-01-15 01:58:15','action started',0,'1','ActionScheduler','action_log',0,0),(18602,6858,'ActionScheduler','','','','2020-01-15 18:45:01','2020-01-15 23:45:01','action started',0,'1','ActionScheduler','action_log',0,0),(20290,7422,'ActionScheduler','','','','2020-02-11 00:27:57','2020-02-11 05:27:57','action created',0,'1','ActionScheduler','action_log',0,0),(18634,6870,'ActionScheduler','','','','2020-01-16 03:37:48','2020-01-16 08:37:48','action created',0,'1','ActionScheduler','action_log',0,0),(18715,6897,'ActionScheduler','','','','2020-01-17 06:17:14','2020-01-17 11:17:14','action created',0,'1','ActionScheduler','action_log',0,0),(18648,6873,'ActionScheduler','','','','2020-01-16 08:22:11','2020-01-16 13:22:11','action complete',0,'1','ActionScheduler','action_log',0,0),(18649,6875,'ActionScheduler','','','','2020-01-16 08:22:11','2020-01-16 13:22:11','action created',0,'1','ActionScheduler','action_log',0,0),(18633,6868,'ActionScheduler','','','','2020-01-16 03:37:48','2020-01-16 08:37:48','action complete',0,'1','ActionScheduler','action_log',0,0),(20269,7415,'ActionScheduler','','','','2020-02-10 19:23:24','2020-02-11 00:23:24','action created',0,'1','ActionScheduler','action_log',0,0),(20255,7409,'ActionScheduler','','','','2020-02-10 16:25:54','2020-02-10 21:25:54','action started',0,'1','ActionScheduler','action_log',0,0),(20256,7409,'ActionScheduler','','','','2020-02-10 16:25:54','2020-02-10 21:25:54','action complete',0,'1','ActionScheduler','action_log',0,0),(20257,7411,'ActionScheduler','','','','2020-02-10 16:25:54','2020-02-10 21:25:54','action created',0,'1','ActionScheduler','action_log',0,0),(20266,7414,'ActionScheduler','','','','2020-02-10 18:03:19','2020-02-10 23:03:19','action created',0,'1','ActionScheduler','action_log',0,0),(20258,7410,'ActionScheduler','','','','2020-02-10 16:25:54','2020-02-10 21:25:54','action started',0,'1','ActionScheduler','action_log',0,0),(20270,7414,'ActionScheduler','','','','2020-02-10 19:23:24','2020-02-11 00:23:24','action started',0,'1','ActionScheduler','action_log',0,0),(20271,7414,'ActionScheduler','','','','2020-02-10 19:23:24','2020-02-11 00:23:24','action complete',0,'1','ActionScheduler','action_log',0,0),(18721,6899,'ActionScheduler','','','','2020-01-17 08:46:32','2020-01-17 13:46:32','action created',0,'1','ActionScheduler','action_log',0,0),(18722,6898,'ActionScheduler','','','','2020-01-17 08:46:32','2020-01-17 13:46:32','action started',0,'1','ActionScheduler','action_log',0,0),(18503,6825,'ActionScheduler','','','','2020-01-14 20:58:15','2020-01-15 01:58:15','action started',0,'1','ActionScheduler','action_log',0,0),(18504,6825,'ActionScheduler','','','','2020-01-14 20:58:15','2020-01-15 01:58:15','action complete',0,'1','ActionScheduler','action_log',0,0),(18505,6827,'ActionScheduler','','','','2020-01-14 20:58:15','2020-01-15 01:58:15','action created',0,'1','ActionScheduler','action_log',0,0),(18496,6824,'ActionScheduler','','','','2020-01-14 17:27:27','2020-01-14 22:27:27','action created',0,'1','ActionScheduler','action_log',0,0),(20274,7415,'ActionScheduler','','','','2020-02-10 20:59:09','2020-02-11 01:59:09','action complete',0,'1','ActionScheduler','action_log',0,0),(20268,7413,'ActionScheduler','','','','2020-02-10 19:23:24','2020-02-11 00:23:24','action complete',0,'1','ActionScheduler','action_log',0,0),(18363,6778,'ActionScheduler','','','','2020-01-12 16:25:54','2020-01-12 21:25:54','action complete',0,'1','ActionScheduler','action_log',0,0),(18360,6777,'ActionScheduler','','','','2020-01-12 16:25:54','2020-01-12 21:25:54','action complete',0,'1','ActionScheduler','action_log',0,0),(18305,6759,'ActionScheduler','','','','2020-01-11 20:44:21','2020-01-12 01:44:21','action started',0,'1','ActionScheduler','action_log',0,0),(18304,6760,'ActionScheduler','','','','2020-01-11 20:44:21','2020-01-12 01:44:21','action created',0,'1','ActionScheduler','action_log',0,0),(20302,7426,'ActionScheduler','','','','2020-02-11 06:37:02','2020-02-11 11:37:02','action created',0,'1','ActionScheduler','action_log',0,0),(19758,7243,'ActionScheduler','','','','2020-02-02 08:55:44','2020-02-02 13:55:44','action complete',0,'1','ActionScheduler','action_log',0,0),(19759,7245,'ActionScheduler','','','','2020-02-02 08:55:44','2020-02-02 13:55:44','action created',0,'1','ActionScheduler','action_log',0,0),(18280,6752,'ActionScheduler','','','','2020-01-11 10:27:14','2020-01-11 15:27:14','action created',0,'1','ActionScheduler','action_log',0,0),(20317,7431,'ActionScheduler','','','','2020-02-11 13:24:20','2020-02-11 18:24:20','action created',0,'1','ActionScheduler','action_log',0,0),(20318,7430,'ActionScheduler','','','','2020-02-11 13:24:20','2020-02-11 18:24:20','action started',0,'1','ActionScheduler','action_log',0,0),(20319,7430,'ActionScheduler','','','','2020-02-11 13:24:20','2020-02-11 18:24:20','action complete',0,'1','ActionScheduler','action_log',0,0),(20320,7432,'ActionScheduler','','','','2020-02-11 13:24:20','2020-02-11 18:24:20','action created',0,'1','ActionScheduler','action_log',0,0),(18286,6754,'ActionScheduler','','','','2020-01-11 14:11:54','2020-01-11 19:11:54','action created',0,'1','ActionScheduler','action_log',0,0),(18297,6756,'ActionScheduler','','','','2020-01-11 16:49:27','2020-01-11 21:49:27','action complete',0,'1','ActionScheduler','action_log',0,0),(18289,6755,'ActionScheduler','','','','2020-01-11 14:11:54','2020-01-11 19:11:54','action created',0,'1','ActionScheduler','action_log',0,0),(18288,6753,'ActionScheduler','','','','2020-01-11 14:11:54','2020-01-11 19:11:54','action complete',0,'1','ActionScheduler','action_log',0,0),(19783,7253,'ActionScheduler','','','','2020-02-02 13:15:43','2020-02-02 18:15:43','action created',0,'1','ActionScheduler','action_log',0,0),(20310,7427,'ActionScheduler','','','','2020-02-11 09:44:20','2020-02-11 14:44:20','action complete',0,'1','ActionScheduler','action_log',0,0),(20309,7427,'ActionScheduler','','','','2020-02-11 09:44:20','2020-02-11 14:44:20','action started',0,'1','ActionScheduler','action_log',0,0),(18294,6755,'ActionScheduler','','','','2020-01-11 15:49:19','2020-01-11 20:49:19','action complete',0,'1','ActionScheduler','action_log',0,0),(20316,7429,'ActionScheduler','','','','2020-02-11 13:24:20','2020-02-11 18:24:20','action complete',0,'1','ActionScheduler','action_log',0,0),(19743,7238,'ActionScheduler','','','','2020-02-02 03:28:30','2020-02-02 08:28:30','action complete',0,'1','ActionScheduler','action_log',0,0),(20308,7428,'ActionScheduler','','','','2020-02-11 07:40:36','2020-02-11 12:40:36','action created',0,'1','ActionScheduler','action_log',0,0),(20306,7426,'ActionScheduler','','','','2020-02-11 07:40:36','2020-02-11 12:40:36','action started',0,'1','ActionScheduler','action_log',0,0),(20307,7426,'ActionScheduler','','','','2020-02-11 07:40:36','2020-02-11 12:40:36','action complete',0,'1','ActionScheduler','action_log',0,0),(19785,7252,'ActionScheduler','','','','2020-02-02 14:29:00','2020-02-02 19:29:00','action complete',0,'1','ActionScheduler','action_log',0,0),(19786,7254,'ActionScheduler','','','','2020-02-02 14:29:00','2020-02-02 19:29:00','action created',0,'1','ActionScheduler','action_log',0,0),(19787,7253,'ActionScheduler','','','','2020-02-02 14:29:00','2020-02-02 19:29:00','action started',0,'1','ActionScheduler','action_log',0,0),(19788,7253,'ActionScheduler','','','','2020-02-02 14:29:00','2020-02-02 19:29:00','action complete',0,'1','ActionScheduler','action_log',0,0),(20315,7429,'ActionScheduler','','','','2020-02-11 13:24:20','2020-02-11 18:24:20','action started',0,'1','ActionScheduler','action_log',0,0),(18283,6753,'ActionScheduler','','','','2020-01-11 10:27:14','2020-01-11 15:27:14','action created',0,'1','ActionScheduler','action_log',0,0),(18285,6752,'ActionScheduler','','','','2020-01-11 14:11:54','2020-01-11 19:11:54','action complete',0,'1','ActionScheduler','action_log',0,0),(18307,6761,'ActionScheduler','','','','2020-01-11 20:44:21','2020-01-12 01:44:21','action created',0,'1','ActionScheduler','action_log',0,0),(18306,6759,'ActionScheduler','','','','2020-01-11 20:44:21','2020-01-12 01:44:21','action complete',0,'1','ActionScheduler','action_log',0,0),(18287,6753,'ActionScheduler','','','','2020-01-11 14:11:54','2020-01-11 19:11:54','action started',0,'1','ActionScheduler','action_log',0,0),(18284,6752,'ActionScheduler','','','','2020-01-11 14:11:54','2020-01-11 19:11:54','action started',0,'1','ActionScheduler','action_log',0,0),(18301,6759,'ActionScheduler','','','','2020-01-11 16:49:27','2020-01-11 21:49:27','action created',0,'1','ActionScheduler','action_log',0,0),(18450,6807,'ActionScheduler','','','','2020-01-13 22:39:49','2020-01-14 03:39:49','action complete',0,'1','ActionScheduler','action_log',0,0),(18460,6812,'ActionScheduler','','','','2020-01-14 00:38:31','2020-01-14 05:38:31','action created',0,'1','ActionScheduler','action_log',0,0),(18337,6771,'ActionScheduler','','','','2020-01-12 09:55:54','2020-01-12 14:55:54','action created',0,'1','ActionScheduler','action_log',0,0),(18358,6778,'ActionScheduler','','','','2020-01-12 15:23:18','2020-01-12 20:23:18','action created',0,'1','ActionScheduler','action_log',0,0),(18361,6779,'ActionScheduler','','','','2020-01-12 16:25:54','2020-01-12 21:25:54','action created',0,'1','ActionScheduler','action_log',0,0),(18302,6758,'ActionScheduler','','','','2020-01-11 20:44:21','2020-01-12 01:44:21','action started',0,'1','ActionScheduler','action_log',0,0),(18303,6758,'ActionScheduler','','','','2020-01-11 20:44:21','2020-01-12 01:44:21','action complete',0,'1','ActionScheduler','action_log',0,0),(18296,6756,'ActionScheduler','','','','2020-01-11 16:49:27','2020-01-11 21:49:27','action started',0,'1','ActionScheduler','action_log',0,0),(18293,6755,'ActionScheduler','','','','2020-01-11 15:49:19','2020-01-11 20:49:19','action started',0,'1','ActionScheduler','action_log',0,0),(18439,6805,'ActionScheduler','','','','2020-01-13 18:52:33','2020-01-13 23:52:33','action created',0,'1','ActionScheduler','action_log',0,0),(18290,6754,'ActionScheduler','','','','2020-01-11 15:49:19','2020-01-11 20:49:19','action started',0,'1','ActionScheduler','action_log',0,0),(18291,6754,'ActionScheduler','','','','2020-01-11 15:49:19','2020-01-11 20:49:19','action complete',0,'1','ActionScheduler','action_log',0,0),(18300,6757,'ActionScheduler','','','','2020-01-11 16:49:27','2020-01-11 21:49:27','action complete',0,'1','ActionScheduler','action_log',0,0),(18292,6756,'ActionScheduler','','','','2020-01-11 15:49:19','2020-01-11 20:49:19','action created',0,'1','ActionScheduler','action_log',0,0),(18362,6778,'ActionScheduler','','','','2020-01-12 16:25:54','2020-01-12 21:25:54','action started',0,'1','ActionScheduler','action_log',0,0),(18609,6860,'ActionScheduler','','','','2020-01-15 19:46:40','2020-01-16 00:46:40','action complete',0,'1','ActionScheduler','action_log',0,0),(18364,6780,'ActionScheduler','','','','2020-01-12 16:25:54','2020-01-12 21:25:54','action created',0,'1','ActionScheduler','action_log',0,0),(18608,6860,'ActionScheduler','','','','2020-01-15 19:46:40','2020-01-16 00:46:40','action started',0,'1','ActionScheduler','action_log',0,0),(18600,6857,'ActionScheduler','','','','2020-01-15 18:45:01','2020-01-15 23:45:01','action complete',0,'1','ActionScheduler','action_log',0,0),(18601,6859,'ActionScheduler','','','','2020-01-15 18:45:01','2020-01-15 23:45:01','action created',0,'1','ActionScheduler','action_log',0,0),(18605,6859,'ActionScheduler','','','','2020-01-15 19:46:39','2020-01-16 00:46:39','action started',0,'1','ActionScheduler','action_log',0,0),(18606,6859,'ActionScheduler','','','','2020-01-15 19:46:40','2020-01-16 00:46:40','action complete',0,'1','ActionScheduler','action_log',0,0),(18607,6861,'ActionScheduler','','','','2020-01-15 19:46:40','2020-01-16 00:46:40','action created',0,'1','ActionScheduler','action_log',0,0),(18475,6817,'ActionScheduler','','','','2020-01-14 08:45:55','2020-01-14 13:45:55','action created',0,'1','ActionScheduler','action_log',0,0),(18352,6776,'ActionScheduler','','','','2020-01-12 13:33:10','2020-01-12 18:33:10','action created',0,'1','ActionScheduler','action_log',0,0),(18359,6777,'ActionScheduler','','','','2020-01-12 16:25:54','2020-01-12 21:25:54','action started',0,'1','ActionScheduler','action_log',0,0),(18310,6762,'ActionScheduler','','','','2020-01-12 00:29:22','2020-01-12 05:29:22','action created',0,'1','ActionScheduler','action_log',0,0),(18611,6861,'ActionScheduler','','','','2020-01-15 20:46:43','2020-01-16 01:46:43','action started',0,'1','ActionScheduler','action_log',0,0),(18319,6765,'ActionScheduler','','','','2020-01-12 04:04:30','2020-01-12 09:04:30','action created',0,'1','ActionScheduler','action_log',0,0),(18318,6763,'ActionScheduler','','','','2020-01-12 04:04:30','2020-01-12 09:04:30','action complete',0,'1','ActionScheduler','action_log',0,0),(18351,6773,'ActionScheduler','','','','2020-01-12 13:33:10','2020-01-12 18:33:10','action complete',0,'1','ActionScheduler','action_log',0,0),(18316,6764,'ActionScheduler','','','','2020-01-12 04:04:30','2020-01-12 09:04:30','action created',0,'1','ActionScheduler','action_log',0,0),(18347,6772,'ActionScheduler','','','','2020-01-12 13:33:10','2020-01-12 18:33:10','action started',0,'1','ActionScheduler','action_log',0,0),(18348,6772,'ActionScheduler','','','','2020-01-12 13:33:10','2020-01-12 18:33:10','action complete',0,'1','ActionScheduler','action_log',0,0),(18313,6763,'ActionScheduler','','','','2020-01-12 00:29:22','2020-01-12 05:29:22','action created',0,'1','ActionScheduler','action_log',0,0),(18467,6813,'ActionScheduler','','','','2020-01-14 06:47:56','2020-01-14 11:47:56','action started',0,'1','ActionScheduler','action_log',0,0),(18468,6813,'ActionScheduler','','','','2020-01-14 06:47:56','2020-01-14 11:47:56','action complete',0,'1','ActionScheduler','action_log',0,0),(18317,6763,'ActionScheduler','','','','2020-01-12 04:04:30','2020-01-12 09:04:30','action started',0,'1','ActionScheduler','action_log',0,0),(18471,6814,'ActionScheduler','','','','2020-01-14 06:47:56','2020-01-14 11:47:56','action complete',0,'1','ActionScheduler','action_log',0,0),(18472,6816,'ActionScheduler','','','','2020-01-14 06:47:56','2020-01-14 11:47:56','action created',0,'1','ActionScheduler','action_log',0,0),(18491,6821,'ActionScheduler','','','','2020-01-14 17:27:27','2020-01-14 22:27:27','action started',0,'1','ActionScheduler','action_log',0,0),(18492,6821,'ActionScheduler','','','','2020-01-14 17:27:27','2020-01-14 22:27:27','action complete',0,'1','ActionScheduler','action_log',0,0),(18325,6767,'ActionScheduler','','','','2020-01-12 06:04:28','2020-01-12 11:04:28','action created',0,'1','ActionScheduler','action_log',0,0),(18345,6611,'ActionScheduler','','','','2020-01-12 11:29:08','2020-01-12 16:29:08','action complete',0,'1','ActionScheduler','action_log',0,0),(18346,6774,'ActionScheduler','','','','2020-01-12 11:29:08','2020-01-12 16:29:08','action created',0,'1','ActionScheduler','action_log',0,0),(18323,6765,'ActionScheduler','','','','2020-01-12 06:04:28','2020-01-12 11:04:28','action started',0,'1','ActionScheduler','action_log',0,0),(18495,6822,'ActionScheduler','','','','2020-01-14 17:27:27','2020-01-14 22:27:27','action complete',0,'1','ActionScheduler','action_log',0,0),(18494,6822,'ActionScheduler','','','','2020-01-14 17:27:27','2020-01-14 22:27:27','action started',0,'1','ActionScheduler','action_log',0,0),(18335,6769,'ActionScheduler','','','','2020-01-12 09:55:54','2020-01-12 14:55:54','action started',0,'1','ActionScheduler','action_log',0,0),(18470,6814,'ActionScheduler','','','','2020-01-14 06:47:56','2020-01-14 11:47:56','action started',0,'1','ActionScheduler','action_log',0,0),(18469,6815,'ActionScheduler','','','','2020-01-14 06:47:56','2020-01-14 11:47:56','action created',0,'1','ActionScheduler','action_log',0,0),(18350,6773,'ActionScheduler','','','','2020-01-12 13:33:10','2020-01-12 18:33:10','action started',0,'1','ActionScheduler','action_log',0,0),(18349,6775,'ActionScheduler','','','','2020-01-12 13:33:10','2020-01-12 18:33:10','action created',0,'1','ActionScheduler','action_log',0,0),(18334,6770,'ActionScheduler','','','','2020-01-12 09:55:54','2020-01-12 14:55:54','action created',0,'1','ActionScheduler','action_log',0,0),(18333,6768,'ActionScheduler','','','','2020-01-12 09:55:54','2020-01-12 14:55:54','action complete',0,'1','ActionScheduler','action_log',0,0),(18331,6769,'ActionScheduler','','','','2020-01-12 07:43:19','2020-01-12 12:43:19','action created',0,'1','ActionScheduler','action_log',0,0),(18344,6611,'ActionScheduler','','','','2020-01-12 11:29:08','2020-01-12 16:29:08','action started',0,'1','ActionScheduler','action_log',0,0),(18322,6766,'ActionScheduler','','','','2020-01-12 06:04:28','2020-01-12 11:04:28','action created',0,'1','ActionScheduler','action_log',0,0),(18328,6768,'ActionScheduler','','','','2020-01-12 07:43:19','2020-01-12 12:43:19','action created',0,'1','ActionScheduler','action_log',0,0),(18493,6823,'ActionScheduler','','','','2020-01-14 17:27:27','2020-01-14 22:27:27','action created',0,'1','ActionScheduler','action_log',0,0),(18355,6777,'ActionScheduler','','','','2020-01-12 15:23:18','2020-01-12 20:23:18','action created',0,'1','ActionScheduler','action_log',0,0),(18336,6769,'ActionScheduler','','','','2020-01-12 09:55:54','2020-01-12 14:55:54','action complete',0,'1','ActionScheduler','action_log',0,0),(18343,6773,'ActionScheduler','','','','2020-01-12 11:29:08','2020-01-12 16:29:08','action created',0,'1','ActionScheduler','action_log',0,0),(18459,6810,'ActionScheduler','','','','2020-01-14 00:38:31','2020-01-14 05:38:31','action complete',0,'1','ActionScheduler','action_log',0,0),(18367,6781,'ActionScheduler','','','','2020-01-12 19:42:26','2020-01-13 00:42:26','action created',0,'1','ActionScheduler','action_log',0,0),(18342,6771,'ActionScheduler','','','','2020-01-12 11:29:08','2020-01-12 16:29:08','action complete',0,'1','ActionScheduler','action_log',0,0),(18341,6771,'ActionScheduler','','','','2020-01-12 11:29:08','2020-01-12 16:29:08','action started',0,'1','ActionScheduler','action_log',0,0),(18370,6782,'ActionScheduler','','','','2020-01-12 19:42:26','2020-01-13 00:42:26','action created',0,'1','ActionScheduler','action_log',0,0),(18340,6772,'ActionScheduler','','','','2020-01-12 11:29:08','2020-01-12 16:29:08','action created',0,'1','ActionScheduler','action_log',0,0),(18357,6776,'ActionScheduler','','','','2020-01-12 15:23:18','2020-01-12 20:23:18','action complete',0,'1','ActionScheduler','action_log',0,0),(18356,6776,'ActionScheduler','','','','2020-01-12 15:23:18','2020-01-12 20:23:18','action started',0,'1','ActionScheduler','action_log',0,0),(18354,6775,'ActionScheduler','','','','2020-01-12 15:23:18','2020-01-12 20:23:18','action complete',0,'1','ActionScheduler','action_log',0,0),(18353,6775,'ActionScheduler','','','','2020-01-12 15:23:18','2020-01-12 20:23:18','action started',0,'1','ActionScheduler','action_log',0,0),(18497,6823,'ActionScheduler','','','','2020-01-14 19:14:55','2020-01-15 00:14:55','action started',0,'1','ActionScheduler','action_log',0,0),(18498,6823,'ActionScheduler','','','','2020-01-14 19:14:55','2020-01-15 00:14:55','action complete',0,'1','ActionScheduler','action_log',0,0),(18499,6825,'ActionScheduler','','','','2020-01-14 19:14:55','2020-01-15 00:14:55','action created',0,'1','ActionScheduler','action_log',0,0),(18500,6824,'ActionScheduler','','','','2020-01-14 19:14:55','2020-01-15 00:14:55','action started',0,'1','ActionScheduler','action_log',0,0),(18501,6824,'ActionScheduler','','','','2020-01-14 19:14:55','2020-01-15 00:14:55','action complete',0,'1','ActionScheduler','action_log',0,0),(18502,6826,'ActionScheduler','','','','2020-01-14 19:14:55','2020-01-15 00:14:55','action created',0,'1','ActionScheduler','action_log',0,0),(18457,6811,'ActionScheduler','','','','2020-01-14 00:38:31','2020-01-14 05:38:31','action created',0,'1','ActionScheduler','action_log',0,0),(18456,6809,'ActionScheduler','','','','2020-01-14 00:38:31','2020-01-14 05:38:31','action complete',0,'1','ActionScheduler','action_log',0,0),(18458,6810,'ActionScheduler','','','','2020-01-14 00:38:31','2020-01-14 05:38:31','action started',0,'1','ActionScheduler','action_log',0,0),(18386,6786,'ActionScheduler','','','','2020-01-13 01:18:01','2020-01-13 06:18:01','action started',0,'1','ActionScheduler','action_log',0,0),(18451,6809,'ActionScheduler','','','','2020-01-13 22:39:49','2020-01-14 03:39:49','action created',0,'1','ActionScheduler','action_log',0,0),(18384,6785,'ActionScheduler','','','','2020-01-13 01:18:01','2020-01-13 06:18:01','action complete',0,'1','ActionScheduler','action_log',0,0),(18385,6787,'ActionScheduler','','','','2020-01-13 01:18:01','2020-01-13 06:18:01','action created',0,'1','ActionScheduler','action_log',0,0),(19126,7034,'ActionScheduler','','','','2020-01-23 14:34:38','2020-01-23 19:34:38','action created',0,'1','ActionScheduler','action_log',0,0),(19127,7033,'ActionScheduler','','','','2020-01-23 14:34:38','2020-01-23 19:34:38','action started',0,'1','ActionScheduler','action_log',0,0),(19093,7023,'ActionScheduler','','','','2020-01-23 00:42:39','2020-01-23 05:42:39','action created',0,'1','ActionScheduler','action_log',0,0),(18449,6807,'ActionScheduler','','','','2020-01-13 22:39:49','2020-01-14 03:39:49','action started',0,'1','ActionScheduler','action_log',0,0),(18415,6797,'ActionScheduler','','','','2020-01-13 12:34:39','2020-01-13 17:34:39','action created',0,'1','ActionScheduler','action_log',0,0),(18416,6796,'ActionScheduler','','','','2020-01-13 12:34:39','2020-01-13 17:34:39','action started',0,'1','ActionScheduler','action_log',0,0),(18381,6784,'ActionScheduler','','','','2020-01-13 00:10:14','2020-01-13 05:10:14','action complete',0,'1','ActionScheduler','action_log',0,0),(18378,6783,'ActionScheduler','','','','2020-01-13 00:10:14','2020-01-13 05:10:14','action complete',0,'1','ActionScheduler','action_log',0,0),(18379,6785,'ActionScheduler','','','','2020-01-13 00:10:14','2020-01-13 05:10:14','action created',0,'1','ActionScheduler','action_log',0,0),(18380,6784,'ActionScheduler','','','','2020-01-13 00:10:14','2020-01-13 05:10:14','action started',0,'1','ActionScheduler','action_log',0,0),(18373,6783,'ActionScheduler','','','','2020-01-12 21:04:22','2020-01-13 02:04:22','action created',0,'1','ActionScheduler','action_log',0,0),(18372,6781,'ActionScheduler','','','','2020-01-12 21:04:22','2020-01-13 02:04:22','action complete',0,'1','ActionScheduler','action_log',0,0),(18443,6805,'ActionScheduler','','','','2020-01-13 20:57:31','2020-01-14 01:57:31','action started',0,'1','ActionScheduler','action_log',0,0),(18424,6800,'ActionScheduler','','','','2020-01-13 14:24:41','2020-01-13 19:24:41','action created',0,'1','ActionScheduler','action_log',0,0),(18407,6793,'ActionScheduler','','','','2020-01-13 09:09:51','2020-01-13 14:09:51','action started',0,'1','ActionScheduler','action_log',0,0),(18408,6793,'ActionScheduler','','','','2020-01-13 09:09:51','2020-01-13 14:09:51','action complete',0,'1','ActionScheduler','action_log',0,0),(18434,6802,'ActionScheduler','','','','2020-01-13 17:40:22','2020-01-13 22:40:22','action started',0,'1','ActionScheduler','action_log',0,0),(18399,6790,'ActionScheduler','','','','2020-01-13 05:03:02','2020-01-13 10:03:02','action complete',0,'1','ActionScheduler','action_log',0,0),(18400,6792,'ActionScheduler','','','','2020-01-13 05:03:02','2020-01-13 10:03:02','action created',0,'1','ActionScheduler','action_log',0,0),(18392,6788,'ActionScheduler','','','','2020-01-13 03:36:23','2020-01-13 08:36:23','action started',0,'1','ActionScheduler','action_log',0,0),(18410,6794,'ActionScheduler','','','','2020-01-13 09:09:51','2020-01-13 14:09:51','action started',0,'1','ActionScheduler','action_log',0,0),(18391,6789,'ActionScheduler','','','','2020-01-13 03:36:23','2020-01-13 08:36:23','action created',0,'1','ActionScheduler','action_log',0,0),(18390,6787,'ActionScheduler','','','','2020-01-13 03:36:23','2020-01-13 08:36:23','action complete',0,'1','ActionScheduler','action_log',0,0),(18405,6792,'ActionScheduler','','','','2020-01-13 06:51:42','2020-01-13 11:51:42','action complete',0,'1','ActionScheduler','action_log',0,0),(18411,6794,'ActionScheduler','','','','2020-01-13 09:09:51','2020-01-13 14:09:51','action complete',0,'1','ActionScheduler','action_log',0,0),(18412,6796,'ActionScheduler','','','','2020-01-13 09:09:51','2020-01-13 14:09:51','action created',0,'1','ActionScheduler','action_log',0,0),(18403,6793,'ActionScheduler','','','','2020-01-13 06:51:42','2020-01-13 11:51:42','action created',0,'1','ActionScheduler','action_log',0,0),(18402,6791,'ActionScheduler','','','','2020-01-13 06:51:42','2020-01-13 11:51:42','action complete',0,'1','ActionScheduler','action_log',0,0),(18401,6791,'ActionScheduler','','','','2020-01-13 06:51:42','2020-01-13 11:51:42','action started',0,'1','ActionScheduler','action_log',0,0),(18703,6893,'ActionScheduler','','','','2020-01-17 02:31:53','2020-01-17 07:31:53','action created',0,'1','ActionScheduler','action_log',0,0),(18404,6792,'ActionScheduler','','','','2020-01-13 06:51:42','2020-01-13 11:51:42','action started',0,'1','ActionScheduler','action_log',0,0),(18397,6791,'ActionScheduler','','','','2020-01-13 05:03:02','2020-01-13 10:03:02','action created',0,'1','ActionScheduler','action_log',0,0),(18398,6790,'ActionScheduler','','','','2020-01-13 05:03:02','2020-01-13 10:03:02','action started',0,'1','ActionScheduler','action_log',0,0),(18442,6806,'ActionScheduler','','','','2020-01-13 18:52:33','2020-01-13 23:52:33','action created',0,'1','ActionScheduler','action_log',0,0),(18433,6803,'ActionScheduler','','','','2020-01-13 17:40:22','2020-01-13 22:40:22','action created',0,'1','ActionScheduler','action_log',0,0),(18875,6949,'ActionScheduler','','','','2020-01-19 17:56:07','2020-01-19 22:56:07','action started',0,'1','ActionScheduler','action_log',0,0),(18413,6795,'ActionScheduler','','','','2020-01-13 12:34:39','2020-01-13 17:34:39','action started',0,'1','ActionScheduler','action_log',0,0),(18691,6889,'ActionScheduler','','','','2020-01-16 23:40:18','2020-01-17 04:40:18','action created',0,'1','ActionScheduler','action_log',0,0),(18692,6888,'ActionScheduler','','','','2020-01-16 23:40:18','2020-01-17 04:40:18','action started',0,'1','ActionScheduler','action_log',0,0),(18445,6807,'ActionScheduler','','','','2020-01-13 20:57:31','2020-01-14 01:57:31','action created',0,'1','ActionScheduler','action_log',0,0),(18446,6806,'ActionScheduler','','','','2020-01-13 20:57:31','2020-01-14 01:57:31','action started',0,'1','ActionScheduler','action_log',0,0),(18419,6797,'ActionScheduler','','','','2020-01-13 14:24:41','2020-01-13 19:24:41','action started',0,'1','ActionScheduler','action_log',0,0),(18420,6797,'ActionScheduler','','','','2020-01-13 14:24:41','2020-01-13 19:24:41','action complete',0,'1','ActionScheduler','action_log',0,0),(18421,6799,'ActionScheduler','','','','2020-01-13 14:24:41','2020-01-13 19:24:41','action created',0,'1','ActionScheduler','action_log',0,0),(18437,6803,'ActionScheduler','','','','2020-01-13 18:52:33','2020-01-13 23:52:33','action started',0,'1','ActionScheduler','action_log',0,0),(18481,6819,'ActionScheduler','','','','2020-01-14 14:00:56','2020-01-14 19:00:56','action created',0,'1','ActionScheduler','action_log',0,0),(18448,6808,'ActionScheduler','','','','2020-01-13 20:57:32','2020-01-14 01:57:32','action created',0,'1','ActionScheduler','action_log',0,0),(18438,6803,'ActionScheduler','','','','2020-01-13 18:52:33','2020-01-13 23:52:33','action complete',0,'1','ActionScheduler','action_log',0,0),(18484,6820,'ActionScheduler','','','','2020-01-14 14:00:56','2020-01-14 19:00:56','action created',0,'1','ActionScheduler','action_log',0,0),(18431,6801,'ActionScheduler','','','','2020-01-13 17:40:22','2020-01-13 22:40:22','action started',0,'1','ActionScheduler','action_log',0,0),(18432,6801,'ActionScheduler','','','','2020-01-13 17:40:22','2020-01-13 22:40:22','action complete',0,'1','ActionScheduler','action_log',0,0),(19536,7169,'ActionScheduler','','','','2020-01-29 13:44:24','2020-01-29 18:44:24','action complete',0,'1','ActionScheduler','action_log',0,0),(18436,6804,'ActionScheduler','','','','2020-01-13 17:40:22','2020-01-13 22:40:22','action created',0,'1','ActionScheduler','action_log',0,0),(18435,6802,'ActionScheduler','','','','2020-01-13 17:40:22','2020-01-13 22:40:22','action complete',0,'1','ActionScheduler','action_log',0,0),(19540,7172,'ActionScheduler','','','','2020-01-29 13:44:24','2020-01-29 18:44:24','action created',0,'1','ActionScheduler','action_log',0,0),(18461,6811,'ActionScheduler','','','','2020-01-14 02:12:26','2020-01-14 07:12:26','action started',0,'1','ActionScheduler','action_log',0,0),(18513,6828,'ActionScheduler','','','','2020-01-14 22:35:56','2020-01-15 03:35:56','action complete',0,'1','ActionScheduler','action_log',0,0),(18544,6840,'ActionScheduler','','','','2020-01-15 06:04:07','2020-01-15 11:04:07','action created',0,'1','ActionScheduler','action_log',0,0),(19739,7237,'ActionScheduler','','','','2020-02-02 03:28:30','2020-02-02 08:28:30','action started',0,'1','ActionScheduler','action_log',0,0),(19694,7222,'ActionScheduler','','','','2020-02-01 10:24:37','2020-02-01 15:24:37','action started',0,'1','ActionScheduler','action_log',0,0),(18487,6821,'ActionScheduler','','','','2020-01-14 16:17:08','2020-01-14 21:17:08','action created',0,'1','ActionScheduler','action_log',0,0),(18478,6818,'ActionScheduler','','','','2020-01-14 08:45:55','2020-01-14 13:45:55','action created',0,'1','ActionScheduler','action_log',0,0),(18477,6816,'ActionScheduler','','','','2020-01-14 08:45:55','2020-01-14 13:45:55','action complete',0,'1','ActionScheduler','action_log',0,0),(18480,6817,'ActionScheduler','','','','2020-01-14 14:00:56','2020-01-14 19:00:56','action complete',0,'1','ActionScheduler','action_log',0,0),(19708,7228,'ActionScheduler','','','','2020-02-01 14:54:48','2020-02-01 19:54:48','action created',0,'1','ActionScheduler','action_log',0,0),(19691,7221,'ActionScheduler','','','','2020-02-01 10:24:37','2020-02-01 15:24:37','action started',0,'1','ActionScheduler','action_log',0,0),(19692,7221,'ActionScheduler','','','','2020-02-01 10:24:37','2020-02-01 15:24:37','action complete',0,'1','ActionScheduler','action_log',0,0),(19718,7230,'ActionScheduler','','','','2020-02-01 18:25:18','2020-02-01 23:25:18','action started',0,'1','ActionScheduler','action_log',0,0),(19719,7230,'ActionScheduler','','','','2020-02-01 18:25:18','2020-02-01 23:25:18','action complete',0,'1','ActionScheduler','action_log',0,0),(19720,7232,'ActionScheduler','','','','2020-02-01 18:25:18','2020-02-01 23:25:18','action created',0,'1','ActionScheduler','action_log',0,0),(18462,6811,'ActionScheduler','','','','2020-01-14 02:12:26','2020-01-14 07:12:26','action complete',0,'1','ActionScheduler','action_log',0,0),(19722,7231,'ActionScheduler','','','','2020-02-01 19:53:42','2020-02-02 00:53:42','action complete',0,'1','ActionScheduler','action_log',0,0),(18507,6826,'ActionScheduler','','','','2020-01-14 20:58:15','2020-01-15 01:58:15','action complete',0,'1','ActionScheduler','action_log',0,0),(18508,6828,'ActionScheduler','','','','2020-01-14 20:58:15','2020-01-15 01:58:15','action created',0,'1','ActionScheduler','action_log',0,0),(19717,7231,'ActionScheduler','','','','2020-02-01 18:25:18','2020-02-01 23:25:18','action created',0,'1','ActionScheduler','action_log',0,0),(18520,6832,'ActionScheduler','','','','2020-01-14 23:55:32','2020-01-15 04:55:32','action created',0,'1','ActionScheduler','action_log',0,0),(19725,7232,'ActionScheduler','','','','2020-02-01 19:53:43','2020-02-02 00:53:43','action complete',0,'1','ActionScheduler','action_log',0,0),(18466,6814,'ActionScheduler','','','','2020-01-14 02:12:26','2020-01-14 07:12:26','action created',0,'1','ActionScheduler','action_log',0,0),(19704,7225,'ActionScheduler','','','','2020-02-01 14:54:48','2020-02-01 19:54:48','action complete',0,'1','ActionScheduler','action_log',0,0),(19705,7227,'ActionScheduler','','','','2020-02-01 14:54:48','2020-02-01 19:54:48','action created',0,'1','ActionScheduler','action_log',0,0),(19706,7226,'ActionScheduler','','','','2020-02-01 14:54:48','2020-02-01 19:54:48','action started',0,'1','ActionScheduler','action_log',0,0),(19707,7226,'ActionScheduler','','','','2020-02-01 14:54:48','2020-02-01 19:54:48','action complete',0,'1','ActionScheduler','action_log',0,0),(19723,7233,'ActionScheduler','','','','2020-02-01 19:53:42','2020-02-02 00:53:42','action created',0,'1','ActionScheduler','action_log',0,0),(19724,7232,'ActionScheduler','','','','2020-02-01 19:53:43','2020-02-02 00:53:43','action started',0,'1','ActionScheduler','action_log',0,0),(19696,7224,'ActionScheduler','','','','2020-02-01 10:24:37','2020-02-01 15:24:37','action created',0,'1','ActionScheduler','action_log',0,0),(18486,6819,'ActionScheduler','','','','2020-01-14 16:17:08','2020-01-14 21:17:08','action complete',0,'1','ActionScheduler','action_log',0,0),(18474,6815,'ActionScheduler','','','','2020-01-14 08:45:55','2020-01-14 13:45:55','action complete',0,'1','ActionScheduler','action_log',0,0),(18582,6851,'ActionScheduler','','','','2020-01-15 15:05:02','2020-01-15 20:05:02','action complete',0,'1','ActionScheduler','action_log',0,0),(18686,6886,'ActionScheduler','','','','2020-01-16 21:37:50','2020-01-17 02:37:50','action started',0,'1','ActionScheduler','action_log',0,0),(18687,6886,'ActionScheduler','','','','2020-01-16 21:37:50','2020-01-17 02:37:50','action complete',0,'1','ActionScheduler','action_log',0,0),(18549,6840,'ActionScheduler','','','','2020-01-15 07:06:23','2020-01-15 12:06:23','action complete',0,'1','ActionScheduler','action_log',0,0),(18676,6884,'ActionScheduler','','','','2020-01-16 15:00:26','2020-01-16 20:00:26','action created',0,'1','ActionScheduler','action_log',0,0),(18668,6880,'ActionScheduler','','','','2020-01-16 12:34:32','2020-01-16 17:34:32','action started',0,'1','ActionScheduler','action_log',0,0),(19545,7172,'ActionScheduler','','','','2020-01-29 15:45:53','2020-01-29 20:45:53','action complete',0,'1','ActionScheduler','action_log',0,0),(19542,7171,'ActionScheduler','','','','2020-01-29 15:45:53','2020-01-29 20:45:53','action complete',0,'1','ActionScheduler','action_log',0,0),(19543,7173,'ActionScheduler','','','','2020-01-29 15:45:53','2020-01-29 20:45:53','action created',0,'1','ActionScheduler','action_log',0,0),(19544,7172,'ActionScheduler','','','','2020-01-29 15:45:53','2020-01-29 20:45:53','action started',0,'1','ActionScheduler','action_log',0,0),(18664,6880,'ActionScheduler','','','','2020-01-16 11:16:06','2020-01-16 16:16:06','action created',0,'1','ActionScheduler','action_log',0,0),(18662,6878,'ActionScheduler','','','','2020-01-16 11:16:06','2020-01-16 16:16:06','action started',0,'1','ActionScheduler','action_log',0,0),(19549,7175,'ActionScheduler','','','','2020-01-29 16:50:49','2020-01-29 21:50:49','action created',0,'1','ActionScheduler','action_log',0,0),(18512,6828,'ActionScheduler','','','','2020-01-14 22:35:56','2020-01-15 03:35:56','action started',0,'1','ActionScheduler','action_log',0,0),(18533,6835,'ActionScheduler','','','','2020-01-15 04:58:20','2020-01-15 09:58:20','action started',0,'1','ActionScheduler','action_log',0,0),(18518,6830,'ActionScheduler','','','','2020-01-14 23:55:32','2020-01-15 04:55:32','action started',0,'1','ActionScheduler','action_log',0,0),(18519,6830,'ActionScheduler','','','','2020-01-14 23:55:32','2020-01-15 04:55:32','action complete',0,'1','ActionScheduler','action_log',0,0),(18530,6834,'ActionScheduler','','','','2020-01-15 03:18:30','2020-01-15 08:18:30','action started',0,'1','ActionScheduler','action_log',0,0),(18524,6832,'ActionScheduler','','','','2020-01-15 01:16:49','2020-01-15 06:16:49','action started',0,'1','ActionScheduler','action_log',0,0),(18509,6827,'ActionScheduler','','','','2020-01-14 22:35:56','2020-01-15 03:35:56','action started',0,'1','ActionScheduler','action_log',0,0),(18685,6887,'ActionScheduler','','','','2020-01-16 21:37:50','2020-01-17 02:37:50','action created',0,'1','ActionScheduler','action_log',0,0),(18667,6881,'ActionScheduler','','','','2020-01-16 12:34:32','2020-01-16 17:34:32','action created',0,'1','ActionScheduler','action_log',0,0),(18663,6878,'ActionScheduler','','','','2020-01-16 11:16:06','2020-01-16 16:16:06','action complete',0,'1','ActionScheduler','action_log',0,0),(18656,6876,'ActionScheduler','','','','2020-01-16 09:24:46','2020-01-16 14:24:46','action started',0,'1','ActionScheduler','action_log',0,0),(18654,6875,'ActionScheduler','','','','2020-01-16 09:24:46','2020-01-16 14:24:46','action complete',0,'1','ActionScheduler','action_log',0,0),(18655,6877,'ActionScheduler','','','','2020-01-16 09:24:46','2020-01-16 14:24:46','action created',0,'1','ActionScheduler','action_log',0,0),(18701,6891,'ActionScheduler','','','','2020-01-17 02:31:53','2020-01-17 07:31:53','action started',0,'1','ActionScheduler','action_log',0,0),(18529,6835,'ActionScheduler','','','','2020-01-15 03:18:30','2020-01-15 08:18:30','action created',0,'1','ActionScheduler','action_log',0,0),(18543,6838,'ActionScheduler','','','','2020-01-15 06:04:07','2020-01-15 11:04:07','action complete',0,'1','ActionScheduler','action_log',0,0),(18572,6848,'ActionScheduler','','','','2020-01-15 12:34:07','2020-01-15 17:34:07','action started',0,'1','ActionScheduler','action_log',0,0),(18573,6848,'ActionScheduler','','','','2020-01-15 12:34:07','2020-01-15 17:34:07','action complete',0,'1','ActionScheduler','action_log',0,0),(18574,6850,'ActionScheduler','','','','2020-01-15 12:34:07','2020-01-15 17:34:07','action created',0,'1','ActionScheduler','action_log',0,0),(18541,6839,'ActionScheduler','','','','2020-01-15 06:04:07','2020-01-15 11:04:07','action created',0,'1','ActionScheduler','action_log',0,0),(18542,6838,'ActionScheduler','','','','2020-01-15 06:04:07','2020-01-15 11:04:07','action started',0,'1','ActionScheduler','action_log',0,0),(18532,6836,'ActionScheduler','','','','2020-01-15 03:18:30','2020-01-15 08:18:30','action created',0,'1','ActionScheduler','action_log',0,0),(18545,6839,'ActionScheduler','','','','2020-01-15 07:06:23','2020-01-15 12:06:23','action started',0,'1','ActionScheduler','action_log',0,0),(18546,6839,'ActionScheduler','','','','2020-01-15 07:06:23','2020-01-15 12:06:23','action complete',0,'1','ActionScheduler','action_log',0,0),(18547,6841,'ActionScheduler','','','','2020-01-15 07:06:23','2020-01-15 12:06:23','action created',0,'1','ActionScheduler','action_log',0,0),(18548,6840,'ActionScheduler','','','','2020-01-15 07:06:23','2020-01-15 12:06:23','action started',0,'1','ActionScheduler','action_log',0,0),(19579,7185,'ActionScheduler','','','','2020-01-30 12:37:16','2020-01-30 17:37:16','action created',0,'1','ActionScheduler','action_log',0,0),(19568,7180,'ActionScheduler','','','','2020-01-30 06:14:21','2020-01-30 11:14:21','action started',0,'1','ActionScheduler','action_log',0,0),(18559,6845,'ActionScheduler','','','','2020-01-15 09:43:15','2020-01-15 14:43:15','action created',0,'1','ActionScheduler','action_log',0,0),(18555,6842,'ActionScheduler','','','','2020-01-15 08:26:49','2020-01-15 13:26:49','action complete',0,'1','ActionScheduler','action_log',0,0),(18556,6844,'ActionScheduler','','','','2020-01-15 08:26:49','2020-01-15 13:26:49','action created',0,'1','ActionScheduler','action_log',0,0),(18637,6871,'ActionScheduler','','','','2020-01-16 05:19:10','2020-01-16 10:19:10','action created',0,'1','ActionScheduler','action_log',0,0),(18629,6867,'ActionScheduler','','','','2020-01-16 03:37:48','2020-01-16 08:37:48','action started',0,'1','ActionScheduler','action_log',0,0),(18630,6867,'ActionScheduler','','','','2020-01-16 03:37:48','2020-01-16 08:37:48','action complete',0,'1','ActionScheduler','action_log',0,0),(18599,6857,'ActionScheduler','','','','2020-01-15 18:45:01','2020-01-15 23:45:01','action started',0,'1','ActionScheduler','action_log',0,0),(18615,6862,'ActionScheduler','','','','2020-01-15 20:46:43','2020-01-16 01:46:43','action complete',0,'1','ActionScheduler','action_log',0,0),(18631,6869,'ActionScheduler','','','','2020-01-16 03:37:48','2020-01-16 08:37:48','action created',0,'1','ActionScheduler','action_log',0,0),(19628,7200,'ActionScheduler','','','','2020-01-31 08:21:28','2020-01-31 13:21:28','action started',0,'1','ActionScheduler','action_log',0,0),(19618,7198,'ActionScheduler','','','','2020-01-31 02:28:55','2020-01-31 07:28:55','action created',0,'1','ActionScheduler','action_log',0,0),(18589,6855,'ActionScheduler','','','','2020-01-15 16:23:22','2020-01-15 21:23:22','action created',0,'1','ActionScheduler','action_log',0,0),(18577,6851,'ActionScheduler','','','','2020-01-15 13:46:13','2020-01-15 18:46:13','action created',0,'1','ActionScheduler','action_log',0,0),(18578,6850,'ActionScheduler','','','','2020-01-15 13:46:13','2020-01-15 18:46:13','action started',0,'1','ActionScheduler','action_log',0,0),(18579,6850,'ActionScheduler','','','','2020-01-15 13:46:13','2020-01-15 18:46:13','action complete',0,'1','ActionScheduler','action_log',0,0),(18560,6844,'ActionScheduler','','','','2020-01-15 09:43:16','2020-01-15 14:43:16','action started',0,'1','ActionScheduler','action_log',0,0),(18566,6846,'ActionScheduler','','','','2020-01-15 11:28:06','2020-01-15 16:28:06','action started',0,'1','ActionScheduler','action_log',0,0),(19617,7196,'ActionScheduler','','','','2020-01-31 02:28:55','2020-01-31 07:28:55','action complete',0,'1','ActionScheduler','action_log',0,0),(19601,7191,'ActionScheduler','','','','2020-01-30 23:57:02','2020-01-31 04:57:02','action started',0,'1','ActionScheduler','action_log',0,0),(19602,7191,'ActionScheduler','','','','2020-01-30 23:57:02','2020-01-31 04:57:02','action complete',0,'1','ActionScheduler','action_log',0,0),(19603,7193,'ActionScheduler','','','','2020-01-30 23:57:02','2020-01-31 04:57:02','action created',0,'1','ActionScheduler','action_log',0,0),(18604,6860,'ActionScheduler','','','','2020-01-15 18:45:01','2020-01-15 23:45:01','action created',0,'1','ActionScheduler','action_log',0,0),(19609,7195,'ActionScheduler','','','','2020-01-31 01:18:54','2020-01-31 06:18:54','action created',0,'1','ActionScheduler','action_log',0,0),(19063,7013,'ActionScheduler','','','','2020-01-22 15:22:47','2020-01-22 20:22:47','action created',0,'1','ActionScheduler','action_log',0,0),(19055,7009,'ActionScheduler','','','','2020-01-22 13:36:12','2020-01-22 18:36:12','action started',0,'1','ActionScheduler','action_log',0,0),(18598,6858,'ActionScheduler','','','','2020-01-15 17:38:19','2020-01-15 22:38:19','action created',0,'1','ActionScheduler','action_log',0,0),(18612,6861,'ActionScheduler','','','','2020-01-15 20:46:43','2020-01-16 01:46:43','action complete',0,'1','ActionScheduler','action_log',0,0),(18613,6863,'ActionScheduler','','','','2020-01-15 20:46:43','2020-01-16 01:46:43','action created',0,'1','ActionScheduler','action_log',0,0),(18614,6862,'ActionScheduler','','','','2020-01-15 20:46:43','2020-01-16 01:46:43','action started',0,'1','ActionScheduler','action_log',0,0),(18626,6866,'ActionScheduler','','','','2020-01-16 01:56:14','2020-01-16 06:56:14','action started',0,'1','ActionScheduler','action_log',0,0),(18628,6868,'ActionScheduler','','','','2020-01-16 01:56:14','2020-01-16 06:56:14','action created',0,'1','ActionScheduler','action_log',0,0),(18627,6866,'ActionScheduler','','','','2020-01-16 01:56:14','2020-01-16 06:56:14','action complete',0,'1','ActionScheduler','action_log',0,0),(18709,6895,'ActionScheduler','','','','2020-01-17 03:50:26','2020-01-17 08:50:26','action created',0,'1','ActionScheduler','action_log',0,0),(18712,6896,'ActionScheduler','','','','2020-01-17 03:50:26','2020-01-17 08:50:26','action created',0,'1','ActionScheduler','action_log',0,0),(18702,6891,'ActionScheduler','','','','2020-01-17 02:31:53','2020-01-17 07:31:53','action complete',0,'1','ActionScheduler','action_log',0,0),(18624,6865,'ActionScheduler','','','','2020-01-16 01:56:14','2020-01-16 06:56:14','action complete',0,'1','ActionScheduler','action_log',0,0),(18625,6867,'ActionScheduler','','','','2020-01-16 01:56:14','2020-01-16 06:56:14','action created',0,'1','ActionScheduler','action_log',0,0),(18643,6873,'ActionScheduler','','','','2020-01-16 06:52:35','2020-01-16 11:52:35','action created',0,'1','ActionScheduler','action_log',0,0),(18632,6868,'ActionScheduler','','','','2020-01-16 03:37:48','2020-01-16 08:37:48','action started',0,'1','ActionScheduler','action_log',0,0),(19553,7175,'ActionScheduler','','','','2020-01-29 22:54:41','2020-01-30 03:54:41','action started',0,'1','ActionScheduler','action_log',0,0),(18640,6872,'ActionScheduler','','','','2020-01-16 05:19:10','2020-01-16 10:19:10','action created',0,'1','ActionScheduler','action_log',0,0),(18623,6865,'ActionScheduler','','','','2020-01-16 01:56:14','2020-01-16 06:56:14','action started',0,'1','ActionScheduler','action_log',0,0),(18717,6896,'ActionScheduler','','','','2020-01-17 06:17:14','2020-01-17 11:17:14','action complete',0,'1','ActionScheduler','action_log',0,0),(18730,6902,'ActionScheduler','','','','2020-01-17 10:01:19','2020-01-17 15:01:19','action created',0,'1','ActionScheduler','action_log',0,0),(18724,6900,'ActionScheduler','','','','2020-01-17 08:46:32','2020-01-17 13:46:32','action created',0,'1','ActionScheduler','action_log',0,0),(18658,6878,'ActionScheduler','','','','2020-01-16 09:24:46','2020-01-16 14:24:46','action created',0,'1','ActionScheduler','action_log',0,0),(18661,6879,'ActionScheduler','','','','2020-01-16 11:16:06','2020-01-16 16:16:06','action created',0,'1','ActionScheduler','action_log',0,0),(18653,6875,'ActionScheduler','','','','2020-01-16 09:24:46','2020-01-16 14:24:46','action started',0,'1','ActionScheduler','action_log',0,0),(19548,7173,'ActionScheduler','','','','2020-01-29 16:50:49','2020-01-29 21:50:49','action complete',0,'1','ActionScheduler','action_log',0,0),(19547,7173,'ActionScheduler','','','','2020-01-29 16:50:49','2020-01-29 21:50:49','action started',0,'1','ActionScheduler','action_log',0,0),(18642,6871,'ActionScheduler','','','','2020-01-16 06:52:35','2020-01-16 11:52:35','action complete',0,'1','ActionScheduler','action_log',0,0),(18641,6871,'ActionScheduler','','','','2020-01-16 06:52:35','2020-01-16 11:52:35','action started',0,'1','ActionScheduler','action_log',0,0),(18674,6882,'ActionScheduler','','','','2020-01-16 15:00:26','2020-01-16 20:00:26','action started',0,'1','ActionScheduler','action_log',0,0),(18647,6873,'ActionScheduler','','','','2020-01-16 08:22:11','2020-01-16 13:22:11','action started',0,'1','ActionScheduler','action_log',0,0),(18659,6877,'ActionScheduler','','','','2020-01-16 11:16:06','2020-01-16 16:16:06','action started',0,'1','ActionScheduler','action_log',0,0),(18670,6882,'ActionScheduler','','','','2020-01-16 12:34:32','2020-01-16 17:34:32','action created',0,'1','ActionScheduler','action_log',0,0),(18669,6880,'ActionScheduler','','','','2020-01-16 12:34:32','2020-01-16 17:34:32','action complete',0,'1','ActionScheduler','action_log',0,0),(18673,6883,'ActionScheduler','','','','2020-01-16 15:00:26','2020-01-16 20:00:26','action created',0,'1','ActionScheduler','action_log',0,0),(18665,6879,'ActionScheduler','','','','2020-01-16 12:34:32','2020-01-16 17:34:32','action started',0,'1','ActionScheduler','action_log',0,0),(18666,6879,'ActionScheduler','','','','2020-01-16 12:34:32','2020-01-16 17:34:32','action complete',0,'1','ActionScheduler','action_log',0,0),(18729,6900,'ActionScheduler','','','','2020-01-17 10:01:19','2020-01-17 15:01:19','action complete',0,'1','ActionScheduler','action_log',0,0),(18728,6900,'ActionScheduler','','','','2020-01-17 10:01:19','2020-01-17 15:01:19','action started',0,'1','ActionScheduler','action_log',0,0),(18672,6881,'ActionScheduler','','','','2020-01-16 15:00:26','2020-01-16 20:00:26','action complete',0,'1','ActionScheduler','action_log',0,0),(18671,6881,'ActionScheduler','','','','2020-01-16 15:00:26','2020-01-16 20:00:26','action started',0,'1','ActionScheduler','action_log',0,0),(18697,6891,'ActionScheduler','','','','2020-01-17 00:42:57','2020-01-17 05:42:57','action created',0,'1','ActionScheduler','action_log',0,0),(18675,6882,'ActionScheduler','','','','2020-01-16 15:00:26','2020-01-16 20:00:26','action complete',0,'1','ActionScheduler','action_log',0,0),(18700,6892,'ActionScheduler','','','','2020-01-17 00:42:57','2020-01-17 05:42:57','action created',0,'1','ActionScheduler','action_log',0,0),(19444,7140,'ActionScheduler','','','','2020-01-28 08:40:51','2020-01-28 13:40:51','action created',0,'1','ActionScheduler','action_log',0,0),(19144,7040,'ActionScheduler','','','','2020-01-23 21:33:48','2020-01-24 02:33:48','action created',0,'1','ActionScheduler','action_log',0,0),(19145,7039,'ActionScheduler','','','','2020-01-23 21:33:48','2020-01-24 02:33:48','action started',0,'1','ActionScheduler','action_log',0,0),(19146,7039,'ActionScheduler','','','','2020-01-23 21:33:48','2020-01-24 02:33:48','action complete',0,'1','ActionScheduler','action_log',0,0),(19147,7041,'ActionScheduler','','','','2020-01-23 21:33:48','2020-01-24 02:33:48','action created',0,'1','ActionScheduler','action_log',0,0),(19104,7025,'ActionScheduler','','','','2020-01-23 07:54:30','2020-01-23 12:54:30','action complete',0,'1','ActionScheduler','action_log',0,0),(19143,7038,'ActionScheduler','','','','2020-01-23 21:33:48','2020-01-24 02:33:48','action complete',0,'1','ActionScheduler','action_log',0,0),(19142,7038,'ActionScheduler','','','','2020-01-23 21:33:48','2020-01-24 02:33:48','action started',0,'1','ActionScheduler','action_log',0,0),(18684,6885,'ActionScheduler','','','','2020-01-16 21:37:50','2020-01-17 02:37:50','action complete',0,'1','ActionScheduler','action_log',0,0),(18683,6885,'ActionScheduler','','','','2020-01-16 21:37:50','2020-01-17 02:37:50','action started',0,'1','ActionScheduler','action_log',0,0),(19084,7020,'ActionScheduler','','','','2020-01-22 22:59:16','2020-01-23 03:59:16','action created',0,'1','ActionScheduler','action_log',0,0),(18688,6888,'ActionScheduler','','','','2020-01-16 21:37:50','2020-01-17 02:37:50','action created',0,'1','ActionScheduler','action_log',0,0),(19119,7030,'ActionScheduler','','','','2020-01-23 12:44:02','2020-01-23 17:44:02','action complete',0,'1','ActionScheduler','action_log',0,0),(19120,7032,'ActionScheduler','','','','2020-01-23 12:44:02','2020-01-23 17:44:02','action created',0,'1','ActionScheduler','action_log',0,0),(19087,7021,'ActionScheduler','','','','2020-01-22 22:59:16','2020-01-23 03:59:16','action created',0,'1','ActionScheduler','action_log',0,0),(18714,6895,'ActionScheduler','','','','2020-01-17 06:17:14','2020-01-17 11:17:14','action complete',0,'1','ActionScheduler','action_log',0,0),(18706,6894,'ActionScheduler','','','','2020-01-17 02:31:53','2020-01-17 07:31:53','action created',0,'1','ActionScheduler','action_log',0,0),(18698,6890,'ActionScheduler','','','','2020-01-17 00:42:57','2020-01-17 05:42:57','action started',0,'1','ActionScheduler','action_log',0,0),(18696,6889,'ActionScheduler','','','','2020-01-17 00:42:57','2020-01-17 05:42:57','action complete',0,'1','ActionScheduler','action_log',0,0),(18690,6887,'ActionScheduler','','','','2020-01-16 23:40:18','2020-01-17 04:40:18','action complete',0,'1','ActionScheduler','action_log',0,0),(19067,7013,'ActionScheduler','','','','2020-01-22 17:12:03','2020-01-22 22:12:03','action started',0,'1','ActionScheduler','action_log',0,0),(19341,7104,'ActionScheduler','','','','2020-01-26 18:59:33','2020-01-26 23:59:33','action complete',0,'1','ActionScheduler','action_log',0,0),(18734,6902,'ActionScheduler','','','','2020-01-17 12:10:48','2020-01-17 17:10:48','action started',0,'1','ActionScheduler','action_log',0,0),(18716,6896,'ActionScheduler','','','','2020-01-17 06:17:14','2020-01-17 11:17:14','action started',0,'1','ActionScheduler','action_log',0,0),(18710,6894,'ActionScheduler','','','','2020-01-17 03:50:26','2020-01-17 08:50:26','action started',0,'1','ActionScheduler','action_log',0,0),(18723,6898,'ActionScheduler','','','','2020-01-17 08:46:32','2020-01-17 13:46:32','action complete',0,'1','ActionScheduler','action_log',0,0),(18695,6889,'ActionScheduler','','','','2020-01-17 00:42:57','2020-01-17 05:42:57','action started',0,'1','ActionScheduler','action_log',0,0),(19340,7104,'ActionScheduler','','','','2020-01-26 18:59:33','2020-01-26 23:59:33','action started',0,'1','ActionScheduler','action_log',0,0),(19066,7014,'ActionScheduler','','','','2020-01-22 17:12:03','2020-01-22 22:12:03','action created',0,'1','ActionScheduler','action_log',0,0),(18727,6901,'ActionScheduler','','','','2020-01-17 10:01:19','2020-01-17 15:01:19','action created',0,'1','ActionScheduler','action_log',0,0),(18711,6894,'ActionScheduler','','','','2020-01-17 03:50:26','2020-01-17 08:50:26','action complete',0,'1','ActionScheduler','action_log',0,0),(19051,7009,'ActionScheduler','','','','2020-01-22 08:26:19','2020-01-22 13:26:19','action created',0,'1','ActionScheduler','action_log',0,0),(18708,6893,'ActionScheduler','','','','2020-01-17 03:50:26','2020-01-17 08:50:26','action complete',0,'1','ActionScheduler','action_log',0,0),(18720,6897,'ActionScheduler','','','','2020-01-17 08:46:32','2020-01-17 13:46:32','action complete',0,'1','ActionScheduler','action_log',0,0),(18719,6897,'ActionScheduler','','','','2020-01-17 08:46:32','2020-01-17 13:46:32','action started',0,'1','ActionScheduler','action_log',0,0),(18707,6893,'ActionScheduler','','','','2020-01-17 03:50:26','2020-01-17 08:50:26','action started',0,'1','ActionScheduler','action_log',0,0),(18929,6967,'ActionScheduler','','','','2020-01-20 11:26:56','2020-01-20 16:26:56','action started',0,'1','ActionScheduler','action_log',0,0),(18930,6967,'ActionScheduler','','','','2020-01-20 11:26:56','2020-01-20 16:26:56','action complete',0,'1','ActionScheduler','action_log',0,0),(18739,6905,'ActionScheduler','','','','2020-01-17 16:03:31','2020-01-17 21:03:31','action created',0,'1','ActionScheduler','action_log',0,0),(18735,6902,'ActionScheduler','','','','2020-01-17 12:10:48','2020-01-17 17:10:48','action complete',0,'1','ActionScheduler','action_log',0,0),(18736,6904,'ActionScheduler','','','','2020-01-17 12:10:48','2020-01-17 17:10:48','action created',0,'1','ActionScheduler','action_log',0,0),(18754,6910,'ActionScheduler','','','','2020-01-17 19:19:02','2020-01-18 00:19:02','action created',0,'1','ActionScheduler','action_log',0,0),(18834,6935,'ActionScheduler','','','','2020-01-19 08:53:35','2020-01-19 13:53:35','action complete',0,'1','ActionScheduler','action_log',0,0),(18835,6937,'ActionScheduler','','','','2020-01-19 08:53:35','2020-01-19 13:53:35','action created',0,'1','ActionScheduler','action_log',0,0),(18740,6904,'ActionScheduler','','','','2020-01-17 16:03:31','2020-01-17 21:03:31','action started',0,'1','ActionScheduler','action_log',0,0),(18741,6904,'ActionScheduler','','','','2020-01-17 16:03:31','2020-01-17 21:03:31','action complete',0,'1','ActionScheduler','action_log',0,0),(18742,6906,'ActionScheduler','','','','2020-01-17 16:03:31','2020-01-17 21:03:31','action created',0,'1','ActionScheduler','action_log',0,0),(18743,6905,'ActionScheduler','','','','2020-01-17 17:42:47','2020-01-17 22:42:47','action started',0,'1','ActionScheduler','action_log',0,0),(18744,6905,'ActionScheduler','','','','2020-01-17 17:42:47','2020-01-17 22:42:47','action complete',0,'1','ActionScheduler','action_log',0,0),(18745,6907,'ActionScheduler','','','','2020-01-17 17:42:47','2020-01-17 22:42:47','action created',0,'1','ActionScheduler','action_log',0,0),(18746,6906,'ActionScheduler','','','','2020-01-17 17:42:47','2020-01-17 22:42:47','action started',0,'1','ActionScheduler','action_log',0,0),(18737,6903,'ActionScheduler','','','','2020-01-17 16:03:31','2020-01-17 21:03:31','action started',0,'1','ActionScheduler','action_log',0,0),(18738,6903,'ActionScheduler','','','','2020-01-17 16:03:31','2020-01-17 21:03:31','action complete',0,'1','ActionScheduler','action_log',0,0),(18862,6946,'ActionScheduler','','','','2020-01-19 14:39:20','2020-01-19 19:39:20','action created',0,'1','ActionScheduler','action_log',0,0),(18863,6945,'ActionScheduler','','','','2020-01-19 14:39:20','2020-01-19 19:39:20','action started',0,'1','ActionScheduler','action_log',0,0),(18864,6945,'ActionScheduler','','','','2020-01-19 14:39:20','2020-01-19 19:39:20','action complete',0,'1','ActionScheduler','action_log',0,0),(18865,6947,'ActionScheduler','','','','2020-01-19 14:39:20','2020-01-19 19:39:20','action created',0,'1','ActionScheduler','action_log',0,0),(18751,6909,'ActionScheduler','','','','2020-01-17 19:19:02','2020-01-18 00:19:02','action created',0,'1','ActionScheduler','action_log',0,0),(18852,6774,'ActionScheduler','','','','2020-01-19 11:36:08','2020-01-19 16:36:08','action complete',0,'1','ActionScheduler','action_log',0,0),(18831,6934,'ActionScheduler','','','','2020-01-19 05:18:45','2020-01-19 10:18:45','action complete',0,'1','ActionScheduler','action_log',0,0),(18830,6934,'ActionScheduler','','','','2020-01-19 05:18:45','2020-01-19 10:18:45','action started',0,'1','ActionScheduler','action_log',0,0),(18846,6939,'ActionScheduler','','','','2020-01-19 11:36:08','2020-01-19 16:36:08','action complete',0,'1','ActionScheduler','action_log',0,0),(18847,6941,'ActionScheduler','','','','2020-01-19 11:36:08','2020-01-19 16:36:08','action created',0,'1','ActionScheduler','action_log',0,0),(18848,6940,'ActionScheduler','','','','2020-01-19 11:36:08','2020-01-19 16:36:08','action started',0,'1','ActionScheduler','action_log',0,0),(18808,6928,'ActionScheduler','','','','2020-01-18 19:40:48','2020-01-19 00:40:48','action created',0,'1','ActionScheduler','action_log',0,0),(18755,6909,'ActionScheduler','','','','2020-01-17 20:25:37','2020-01-18 01:25:37','action started',0,'1','ActionScheduler','action_log',0,0),(18772,6916,'ActionScheduler','','','','2020-01-17 23:21:26','2020-01-18 04:21:26','action created',0,'1','ActionScheduler','action_log',0,0),(18753,6908,'ActionScheduler','','','','2020-01-17 19:19:02','2020-01-18 00:19:02','action complete',0,'1','ActionScheduler','action_log',0,0),(18833,6935,'ActionScheduler','','','','2020-01-19 08:53:35','2020-01-19 13:53:35','action started',0,'1','ActionScheduler','action_log',0,0),(18749,6907,'ActionScheduler','','','','2020-01-17 19:19:01','2020-01-18 00:19:01','action started',0,'1','ActionScheduler','action_log',0,0),(18750,6907,'ActionScheduler','','','','2020-01-17 19:19:01','2020-01-18 00:19:01','action complete',0,'1','ActionScheduler','action_log',0,0),(18797,6923,'ActionScheduler','','','','2020-01-18 17:27:18','2020-01-18 22:27:18','action started',0,'1','ActionScheduler','action_log',0,0),(18771,6914,'ActionScheduler','','','','2020-01-17 23:21:26','2020-01-18 04:21:26','action complete',0,'1','ActionScheduler','action_log',0,0),(18807,6926,'ActionScheduler','','','','2020-01-18 19:40:48','2020-01-19 00:40:48','action complete',0,'1','ActionScheduler','action_log',0,0),(18800,6924,'ActionScheduler','','','','2020-01-18 17:27:18','2020-01-18 22:27:18','action started',0,'1','ActionScheduler','action_log',0,0),(18801,6924,'ActionScheduler','','','','2020-01-18 17:27:18','2020-01-18 22:27:18','action complete',0,'1','ActionScheduler','action_log',0,0),(18802,6926,'ActionScheduler','','','','2020-01-18 17:27:18','2020-01-18 22:27:18','action created',0,'1','ActionScheduler','action_log',0,0),(18803,6925,'ActionScheduler','','','','2020-01-18 19:40:48','2020-01-19 00:40:48','action started',0,'1','ActionScheduler','action_log',0,0),(18804,6925,'ActionScheduler','','','','2020-01-18 19:40:48','2020-01-19 00:40:48','action complete',0,'1','ActionScheduler','action_log',0,0),(18778,6918,'ActionScheduler','','','','2020-01-18 05:27:24','2020-01-18 10:27:24','action created',0,'1','ActionScheduler','action_log',0,0),(19299,7090,'ActionScheduler','','','','2020-01-26 02:16:33','2020-01-26 07:16:33','action complete',0,'1','ActionScheduler','action_log',0,0),(19300,7092,'ActionScheduler','','','','2020-01-26 02:16:33','2020-01-26 07:16:33','action created',0,'1','ActionScheduler','action_log',0,0),(19301,7091,'ActionScheduler','','','','2020-01-26 02:16:33','2020-01-26 07:16:33','action started',0,'1','ActionScheduler','action_log',0,0),(19302,7091,'ActionScheduler','','','','2020-01-26 02:16:33','2020-01-26 07:16:33','action complete',0,'1','ActionScheduler','action_log',0,0),(19303,7093,'ActionScheduler','','','','2020-01-26 02:16:33','2020-01-26 07:16:33','action created',0,'1','ActionScheduler','action_log',0,0),(18781,6919,'ActionScheduler','','','','2020-01-18 08:56:33','2020-01-18 13:56:33','action created',0,'1','ActionScheduler','action_log',0,0),(18780,6917,'ActionScheduler','','','','2020-01-18 08:56:33','2020-01-18 13:56:33','action complete',0,'1','ActionScheduler','action_log',0,0),(18773,6915,'ActionScheduler','','','','2020-01-18 05:27:23','2020-01-18 10:27:23','action started',0,'1','ActionScheduler','action_log',0,0),(18774,6915,'ActionScheduler','','','','2020-01-18 05:27:24','2020-01-18 10:27:24','action complete',0,'1','ActionScheduler','action_log',0,0),(18775,6917,'ActionScheduler','','','','2020-01-18 05:27:24','2020-01-18 10:27:24','action created',0,'1','ActionScheduler','action_log',0,0),(18776,6916,'ActionScheduler','','','','2020-01-18 05:27:24','2020-01-18 10:27:24','action started',0,'1','ActionScheduler','action_log',0,0),(18777,6916,'ActionScheduler','','','','2020-01-18 05:27:24','2020-01-18 10:27:24','action complete',0,'1','ActionScheduler','action_log',0,0),(18779,6917,'ActionScheduler','','','','2020-01-18 08:56:33','2020-01-18 13:56:33','action started',0,'1','ActionScheduler','action_log',0,0),(18792,6921,'ActionScheduler','','','','2020-01-18 12:35:44','2020-01-18 17:35:44','action complete',0,'1','ActionScheduler','action_log',0,0),(18793,6923,'ActionScheduler','','','','2020-01-18 12:35:44','2020-01-18 17:35:44','action created',0,'1','ActionScheduler','action_log',0,0),(18794,6922,'ActionScheduler','','','','2020-01-18 12:35:44','2020-01-18 17:35:44','action started',0,'1','ActionScheduler','action_log',0,0),(18795,6922,'ActionScheduler','','','','2020-01-18 12:35:44','2020-01-18 17:35:44','action complete',0,'1','ActionScheduler','action_log',0,0),(18796,6924,'ActionScheduler','','','','2020-01-18 12:35:44','2020-01-18 17:35:44','action created',0,'1','ActionScheduler','action_log',0,0),(18805,6927,'ActionScheduler','','','','2020-01-18 19:40:48','2020-01-19 00:40:48','action created',0,'1','ActionScheduler','action_log',0,0),(18806,6926,'ActionScheduler','','','','2020-01-18 19:40:48','2020-01-19 00:40:48','action started',0,'1','ActionScheduler','action_log',0,0),(18782,6918,'ActionScheduler','','','','2020-01-18 08:56:33','2020-01-18 13:56:33','action started',0,'1','ActionScheduler','action_log',0,0),(18783,6918,'ActionScheduler','','','','2020-01-18 08:56:33','2020-01-18 13:56:33','action complete',0,'1','ActionScheduler','action_log',0,0),(18784,6920,'ActionScheduler','','','','2020-01-18 08:56:33','2020-01-18 13:56:33','action created',0,'1','ActionScheduler','action_log',0,0),(18799,6925,'ActionScheduler','','','','2020-01-18 17:27:18','2020-01-18 22:27:18','action created',0,'1','ActionScheduler','action_log',0,0),(18798,6923,'ActionScheduler','','','','2020-01-18 17:27:18','2020-01-18 22:27:18','action complete',0,'1','ActionScheduler','action_log',0,0),(18810,6927,'ActionScheduler','','','','2020-01-18 21:53:45','2020-01-19 02:53:45','action complete',0,'1','ActionScheduler','action_log',0,0),(18811,6929,'ActionScheduler','','','','2020-01-18 21:53:45','2020-01-19 02:53:45','action created',0,'1','ActionScheduler','action_log',0,0),(18812,6928,'ActionScheduler','','','','2020-01-18 21:53:45','2020-01-19 02:53:45','action started',0,'1','ActionScheduler','action_log',0,0),(18813,6928,'ActionScheduler','','','','2020-01-18 21:53:45','2020-01-19 02:53:45','action complete',0,'1','ActionScheduler','action_log',0,0),(18814,6930,'ActionScheduler','','','','2020-01-18 21:53:45','2020-01-19 02:53:45','action created',0,'1','ActionScheduler','action_log',0,0),(18820,6932,'ActionScheduler','','','','2020-01-19 01:17:56','2020-01-19 06:17:56','action created',0,'1','ActionScheduler','action_log',0,0),(18809,6927,'ActionScheduler','','','','2020-01-18 21:53:45','2020-01-19 02:53:45','action started',0,'1','ActionScheduler','action_log',0,0),(18817,6931,'ActionScheduler','','','','2020-01-19 01:17:56','2020-01-19 06:17:56','action created',0,'1','ActionScheduler','action_log',0,0),(18818,6930,'ActionScheduler','','','','2020-01-19 01:17:56','2020-01-19 06:17:56','action started',0,'1','ActionScheduler','action_log',0,0),(18823,6933,'ActionScheduler','','','','2020-01-19 02:36:34','2020-01-19 07:36:34','action created',0,'1','ActionScheduler','action_log',0,0),(18824,6932,'ActionScheduler','','','','2020-01-19 02:36:34','2020-01-19 07:36:34','action started',0,'1','ActionScheduler','action_log',0,0),(18869,6947,'ActionScheduler','','','','2020-01-19 16:05:36','2020-01-19 21:05:36','action started',0,'1','ActionScheduler','action_log',0,0),(18870,6947,'ActionScheduler','','','','2020-01-19 16:05:36','2020-01-19 21:05:36','action complete',0,'1','ActionScheduler','action_log',0,0),(18871,6949,'ActionScheduler','','','','2020-01-19 16:05:36','2020-01-19 21:05:36','action created',0,'1','ActionScheduler','action_log',0,0),(18816,6929,'ActionScheduler','','','','2020-01-19 01:17:56','2020-01-19 06:17:56','action complete',0,'1','ActionScheduler','action_log',0,0),(18822,6931,'ActionScheduler','','','','2020-01-19 02:36:34','2020-01-19 07:36:34','action complete',0,'1','ActionScheduler','action_log',0,0),(18819,6930,'ActionScheduler','','','','2020-01-19 01:17:56','2020-01-19 06:17:56','action complete',0,'1','ActionScheduler','action_log',0,0),(18821,6931,'ActionScheduler','','','','2020-01-19 02:36:34','2020-01-19 07:36:34','action started',0,'1','ActionScheduler','action_log',0,0),(18827,6933,'ActionScheduler','','','','2020-01-19 05:18:44','2020-01-19 10:18:44','action started',0,'1','ActionScheduler','action_log',0,0),(18828,6933,'ActionScheduler','','','','2020-01-19 05:18:44','2020-01-19 10:18:44','action complete',0,'1','ActionScheduler','action_log',0,0),(18829,6935,'ActionScheduler','','','','2020-01-19 05:18:44','2020-01-19 10:18:44','action created',0,'1','ActionScheduler','action_log',0,0),(18825,6932,'ActionScheduler','','','','2020-01-19 02:36:34','2020-01-19 07:36:34','action complete',0,'1','ActionScheduler','action_log',0,0),(18826,6934,'ActionScheduler','','','','2020-01-19 02:36:34','2020-01-19 07:36:34','action created',0,'1','ActionScheduler','action_log',0,0),(18881,6951,'ActionScheduler','','','','2020-01-19 21:34:17','2020-01-20 02:34:17','action started',0,'1','ActionScheduler','action_log',0,0),(18880,6952,'ActionScheduler','','','','2020-01-19 21:34:17','2020-01-20 02:34:17','action created',0,'1','ActionScheduler','action_log',0,0),(18888,6953,'ActionScheduler','','','','2020-01-19 23:27:31','2020-01-20 04:27:31','action complete',0,'1','ActionScheduler','action_log',0,0),(18889,6955,'ActionScheduler','','','','2020-01-19 23:27:31','2020-01-20 04:27:31','action created',0,'1','ActionScheduler','action_log',0,0),(18844,6940,'ActionScheduler','','','','2020-01-19 10:00:34','2020-01-19 15:00:34','action created',0,'1','ActionScheduler','action_log',0,0),(18845,6939,'ActionScheduler','','','','2020-01-19 11:36:08','2020-01-19 16:36:08','action started',0,'1','ActionScheduler','action_log',0,0),(18842,6938,'ActionScheduler','','','','2020-01-19 10:00:34','2020-01-19 15:00:34','action started',0,'1','ActionScheduler','action_log',0,0),(18843,6938,'ActionScheduler','','','','2020-01-19 10:00:34','2020-01-19 15:00:34','action complete',0,'1','ActionScheduler','action_log',0,0),(18832,6936,'ActionScheduler','','','','2020-01-19 05:18:45','2020-01-19 10:18:45','action created',0,'1','ActionScheduler','action_log',0,0),(18853,6943,'ActionScheduler','','','','2020-01-19 11:36:08','2020-01-19 16:36:08','action created',0,'1','ActionScheduler','action_log',0,0),(18851,6774,'ActionScheduler','','','','2020-01-19 11:36:08','2020-01-19 16:36:08','action started',0,'1','ActionScheduler','action_log',0,0),(18849,6940,'ActionScheduler','','','','2020-01-19 11:36:08','2020-01-19 16:36:08','action complete',0,'1','ActionScheduler','action_log',0,0),(18850,6942,'ActionScheduler','','','','2020-01-19 11:36:08','2020-01-19 16:36:08','action created',0,'1','ActionScheduler','action_log',0,0),(18877,6951,'ActionScheduler','','','','2020-01-19 17:56:07','2020-01-19 22:56:07','action created',0,'1','ActionScheduler','action_log',0,0),(19505,7159,'ActionScheduler','','','','2020-01-29 05:29:06','2020-01-29 10:29:06','action started',0,'1','ActionScheduler','action_log',0,0),(19025,6999,'ActionScheduler','','','','2020-01-21 23:46:44','2020-01-22 04:46:44','action started',0,'1','ActionScheduler','action_log',0,0),(19026,6999,'ActionScheduler','','','','2020-01-21 23:46:44','2020-01-22 04:46:44','action complete',0,'1','ActionScheduler','action_log',0,0),(19027,7001,'ActionScheduler','','','','2020-01-21 23:46:44','2020-01-22 04:46:44','action created',0,'1','ActionScheduler','action_log',0,0),(18861,6944,'ActionScheduler','','','','2020-01-19 14:39:20','2020-01-19 19:39:20','action complete',0,'1','ActionScheduler','action_log',0,0),(18854,6941,'ActionScheduler','','','','2020-01-19 13:19:27','2020-01-19 18:19:27','action started',0,'1','ActionScheduler','action_log',0,0),(18855,6941,'ActionScheduler','','','','2020-01-19 13:19:27','2020-01-19 18:19:27','action complete',0,'1','ActionScheduler','action_log',0,0),(18856,6944,'ActionScheduler','','','','2020-01-19 13:19:27','2020-01-19 18:19:27','action created',0,'1','ActionScheduler','action_log',0,0),(18857,6942,'ActionScheduler','','','','2020-01-19 13:19:27','2020-01-19 18:19:27','action started',0,'1','ActionScheduler','action_log',0,0),(18858,6942,'ActionScheduler','','','','2020-01-19 13:19:27','2020-01-19 18:19:27','action complete',0,'1','ActionScheduler','action_log',0,0),(18859,6945,'ActionScheduler','','','','2020-01-19 13:19:27','2020-01-19 18:19:27','action created',0,'1','ActionScheduler','action_log',0,0),(18860,6944,'ActionScheduler','','','','2020-01-19 14:39:20','2020-01-19 19:39:20','action started',0,'1','ActionScheduler','action_log',0,0),(18882,6951,'ActionScheduler','','','','2020-01-19 21:34:17','2020-01-20 02:34:17','action complete',0,'1','ActionScheduler','action_log',0,0),(18883,6953,'ActionScheduler','','','','2020-01-19 21:34:17','2020-01-20 02:34:17','action created',0,'1','ActionScheduler','action_log',0,0),(18874,6950,'ActionScheduler','','','','2020-01-19 17:56:07','2020-01-19 22:56:07','action created',0,'1','ActionScheduler','action_log',0,0),(18878,6950,'ActionScheduler','','','','2020-01-19 21:34:17','2020-01-20 02:34:17','action started',0,'1','ActionScheduler','action_log',0,0),(18879,6950,'ActionScheduler','','','','2020-01-19 21:34:17','2020-01-20 02:34:17','action complete',0,'1','ActionScheduler','action_log',0,0),(18872,6948,'ActionScheduler','','','','2020-01-19 17:56:07','2020-01-19 22:56:07','action started',0,'1','ActionScheduler','action_log',0,0),(18873,6948,'ActionScheduler','','','','2020-01-19 17:56:07','2020-01-19 22:56:07','action complete',0,'1','ActionScheduler','action_log',0,0),(18891,6954,'ActionScheduler','','','','2020-01-20 00:27:53','2020-01-20 05:27:53','action complete',0,'1','ActionScheduler','action_log',0,0),(18876,6949,'ActionScheduler','','','','2020-01-19 17:56:07','2020-01-19 22:56:07','action complete',0,'1','ActionScheduler','action_log',0,0),(18895,6957,'ActionScheduler','','','','2020-01-20 00:27:53','2020-01-20 05:27:53','action created',0,'1','ActionScheduler','action_log',0,0),(18887,6953,'ActionScheduler','','','','2020-01-19 23:27:31','2020-01-20 04:27:31','action started',0,'1','ActionScheduler','action_log',0,0),(18884,6952,'ActionScheduler','','','','2020-01-19 23:27:31','2020-01-20 04:27:31','action started',0,'1','ActionScheduler','action_log',0,0),(18885,6952,'ActionScheduler','','','','2020-01-19 23:27:31','2020-01-20 04:27:31','action complete',0,'1','ActionScheduler','action_log',0,0),(18886,6954,'ActionScheduler','','','','2020-01-19 23:27:31','2020-01-20 04:27:31','action created',0,'1','ActionScheduler','action_log',0,0),(18937,6971,'ActionScheduler','','','','2020-01-20 12:45:55','2020-01-20 17:45:55','action created',0,'1','ActionScheduler','action_log',0,0),(18920,6964,'ActionScheduler','','','','2020-01-20 10:19:18','2020-01-20 15:19:18','action started',0,'1','ActionScheduler','action_log',0,0),(18904,6960,'ActionScheduler','','','','2020-01-20 05:45:40','2020-01-20 10:45:40','action created',0,'1','ActionScheduler','action_log',0,0),(18978,6983,'ActionScheduler','','','','2020-01-21 02:45:29','2020-01-21 07:45:29','action complete',0,'1','ActionScheduler','action_log',0,0),(18990,6987,'ActionScheduler','','','','2020-01-21 07:10:50','2020-01-21 12:10:50','action complete',0,'1','ActionScheduler','action_log',0,0),(19387,7121,'ActionScheduler','','','','2020-01-27 11:26:48','2020-01-27 16:26:48','action created',0,'1','ActionScheduler','action_log',0,0),(18898,6958,'ActionScheduler','','','','2020-01-20 04:40:16','2020-01-20 09:40:16','action created',0,'1','ActionScheduler','action_log',0,0),(18899,6957,'ActionScheduler','','','','2020-01-20 04:40:16','2020-01-20 09:40:16','action started',0,'1','ActionScheduler','action_log',0,0),(19186,7054,'ActionScheduler','','','','2020-01-24 12:56:10','2020-01-24 17:56:10','action created',0,'1','ActionScheduler','action_log',0,0),(18944,6972,'ActionScheduler','','','','2020-01-20 15:46:18','2020-01-20 20:46:18','action started',0,'1','ActionScheduler','action_log',0,0),(18922,6966,'ActionScheduler','','','','2020-01-20 10:19:18','2020-01-20 15:19:18','action created',0,'1','ActionScheduler','action_log',0,0),(18923,6965,'ActionScheduler','','','','2020-01-20 10:19:18','2020-01-20 15:19:18','action started',0,'1','ActionScheduler','action_log',0,0),(18924,6965,'ActionScheduler','','','','2020-01-20 10:19:18','2020-01-20 15:19:18','action complete',0,'1','ActionScheduler','action_log',0,0),(18912,6961,'ActionScheduler','','','','2020-01-20 07:07:01','2020-01-20 12:07:01','action complete',0,'1','ActionScheduler','action_log',0,0),(18918,6963,'ActionScheduler','','','','2020-01-20 08:52:17','2020-01-20 13:52:17','action complete',0,'1','ActionScheduler','action_log',0,0),(18919,6965,'ActionScheduler','','','','2020-01-20 08:52:17','2020-01-20 13:52:17','action created',0,'1','ActionScheduler','action_log',0,0),(18903,6958,'ActionScheduler','','','','2020-01-20 05:45:40','2020-01-20 10:45:40','action complete',0,'1','ActionScheduler','action_log',0,0),(18902,6958,'ActionScheduler','','','','2020-01-20 05:45:40','2020-01-20 10:45:40','action started',0,'1','ActionScheduler','action_log',0,0),(18928,6968,'ActionScheduler','','','','2020-01-20 11:26:56','2020-01-20 16:26:56','action created',0,'1','ActionScheduler','action_log',0,0),(18897,6956,'ActionScheduler','','','','2020-01-20 04:40:16','2020-01-20 09:40:16','action complete',0,'1','ActionScheduler','action_log',0,0),(18896,6956,'ActionScheduler','','','','2020-01-20 04:40:16','2020-01-20 09:40:16','action started',0,'1','ActionScheduler','action_log',0,0),(18900,6957,'ActionScheduler','','','','2020-01-20 04:40:16','2020-01-20 09:40:16','action complete',0,'1','ActionScheduler','action_log',0,0),(18901,6959,'ActionScheduler','','','','2020-01-20 04:40:16','2020-01-20 09:40:16','action created',0,'1','ActionScheduler','action_log',0,0),(18967,6981,'ActionScheduler','','','','2020-01-20 23:14:54','2020-01-21 04:14:54','action created',0,'1','ActionScheduler','action_log',0,0),(18934,6970,'ActionScheduler','','','','2020-01-20 12:45:55','2020-01-20 17:45:55','action created',0,'1','ActionScheduler','action_log',0,0),(18921,6964,'ActionScheduler','','','','2020-01-20 10:19:18','2020-01-20 15:19:18','action complete',0,'1','ActionScheduler','action_log',0,0),(18917,6963,'ActionScheduler','','','','2020-01-20 08:52:17','2020-01-20 13:52:17','action started',0,'1','ActionScheduler','action_log',0,0),(18925,6967,'ActionScheduler','','','','2020-01-20 10:19:18','2020-01-20 15:19:18','action created',0,'1','ActionScheduler','action_log',0,0),(18940,6972,'ActionScheduler','','','','2020-01-20 14:43:31','2020-01-20 19:43:31','action created',0,'1','ActionScheduler','action_log',0,0),(18936,6969,'ActionScheduler','','','','2020-01-20 12:45:55','2020-01-20 17:45:55','action complete',0,'1','ActionScheduler','action_log',0,0),(18935,6969,'ActionScheduler','','','','2020-01-20 12:45:55','2020-01-20 17:45:55','action started',0,'1','ActionScheduler','action_log',0,0),(18961,6979,'ActionScheduler','','','','2020-01-20 20:52:27','2020-01-21 01:52:27','action created',0,'1','ActionScheduler','action_log',0,0),(18932,6968,'ActionScheduler','','','','2020-01-20 12:45:55','2020-01-20 17:45:55','action started',0,'1','ActionScheduler','action_log',0,0),(18933,6968,'ActionScheduler','','','','2020-01-20 12:45:55','2020-01-20 17:45:55','action complete',0,'1','ActionScheduler','action_log',0,0),(18926,6966,'ActionScheduler','','','','2020-01-20 11:26:55','2020-01-20 16:26:55','action started',0,'1','ActionScheduler','action_log',0,0),(18970,6982,'ActionScheduler','','','','2020-01-21 01:19:20','2020-01-21 06:19:20','action created',0,'1','ActionScheduler','action_log',0,0),(18971,6981,'ActionScheduler','','','','2020-01-21 01:19:20','2020-01-21 06:19:20','action started',0,'1','ActionScheduler','action_log',0,0),(18931,6969,'ActionScheduler','','','','2020-01-20 11:26:56','2020-01-20 16:26:56','action created',0,'1','ActionScheduler','action_log',0,0),(18943,6973,'ActionScheduler','','','','2020-01-20 14:43:31','2020-01-20 19:43:31','action created',0,'1','ActionScheduler','action_log',0,0),(18927,6966,'ActionScheduler','','','','2020-01-20 11:26:56','2020-01-20 16:26:56','action complete',0,'1','ActionScheduler','action_log',0,0),(18938,6970,'ActionScheduler','','','','2020-01-20 14:43:30','2020-01-20 19:43:30','action started',0,'1','ActionScheduler','action_log',0,0),(18939,6970,'ActionScheduler','','','','2020-01-20 14:43:31','2020-01-20 19:43:31','action complete',0,'1','ActionScheduler','action_log',0,0),(18955,6977,'ActionScheduler','','','','2020-01-20 17:14:45','2020-01-20 22:14:45','action created',0,'1','ActionScheduler','action_log',0,0),(18956,6976,'ActionScheduler','','','','2020-01-20 20:52:27','2020-01-21 01:52:27','action started',0,'1','ActionScheduler','action_log',0,0),(18957,6976,'ActionScheduler','','','','2020-01-20 20:52:27','2020-01-21 01:52:27','action complete',0,'1','ActionScheduler','action_log',0,0),(18959,6977,'ActionScheduler','','','','2020-01-20 20:52:27','2020-01-21 01:52:27','action started',0,'1','ActionScheduler','action_log',0,0),(18960,6977,'ActionScheduler','','','','2020-01-20 20:52:27','2020-01-21 01:52:27','action complete',0,'1','ActionScheduler','action_log',0,0),(19389,7120,'ActionScheduler','','','','2020-01-27 11:26:48','2020-01-27 16:26:48','action complete',0,'1','ActionScheduler','action_log',0,0),(19390,7122,'ActionScheduler','','','','2020-01-27 11:26:48','2020-01-27 16:26:48','action created',0,'1','ActionScheduler','action_log',0,0),(19132,7036,'ActionScheduler','','','','2020-01-23 18:11:34','2020-01-23 23:11:34','action created',0,'1','ActionScheduler','action_log',0,0),(19065,7012,'ActionScheduler','','','','2020-01-22 17:12:03','2020-01-22 22:12:03','action complete',0,'1','ActionScheduler','action_log',0,0),(19083,7018,'ActionScheduler','','','','2020-01-22 22:59:16','2020-01-23 03:59:16','action complete',0,'1','ActionScheduler','action_log',0,0),(19108,7028,'ActionScheduler','','','','2020-01-23 10:18:40','2020-01-23 15:18:40','action created',0,'1','ActionScheduler','action_log',0,0),(19054,7010,'ActionScheduler','','','','2020-01-22 13:36:12','2020-01-22 18:36:12','action created',0,'1','ActionScheduler','action_log',0,0),(19060,7012,'ActionScheduler','','','','2020-01-22 15:22:47','2020-01-22 20:22:47','action created',0,'1','ActionScheduler','action_log',0,0),(18983,6985,'ActionScheduler','','','','2020-01-21 05:50:24','2020-01-21 10:50:24','action started',0,'1','ActionScheduler','action_log',0,0),(18984,6985,'ActionScheduler','','','','2020-01-21 05:50:24','2020-01-21 10:50:24','action complete',0,'1','ActionScheduler','action_log',0,0),(18997,6991,'ActionScheduler','','','','2020-01-21 09:15:05','2020-01-21 14:15:05','action created',0,'1','ActionScheduler','action_log',0,0),(18998,6990,'ActionScheduler','','','','2020-01-21 14:18:44','2020-01-21 19:18:44','action started',0,'1','ActionScheduler','action_log',0,0),(19508,7160,'ActionScheduler','','','','2020-01-29 05:29:06','2020-01-29 10:29:06','action started',0,'1','ActionScheduler','action_log',0,0),(19052,7008,'ActionScheduler','','','','2020-01-22 13:36:12','2020-01-22 18:36:12','action started',0,'1','ActionScheduler','action_log',0,0),(19053,7008,'ActionScheduler','','','','2020-01-22 13:36:12','2020-01-22 18:36:12','action complete',0,'1','ActionScheduler','action_log',0,0),(19345,7107,'ActionScheduler','','','','2020-01-26 20:56:31','2020-01-27 01:56:31','action created',0,'1','ActionScheduler','action_log',0,0),(19346,7106,'ActionScheduler','','','','2020-01-26 20:56:31','2020-01-27 01:56:31','action started',0,'1','ActionScheduler','action_log',0,0),(19056,7009,'ActionScheduler','','','','2020-01-22 13:36:12','2020-01-22 18:36:12','action complete',0,'1','ActionScheduler','action_log',0,0),(19057,7011,'ActionScheduler','','','','2020-01-22 13:36:12','2020-01-22 18:36:12','action created',0,'1','ActionScheduler','action_log',0,0),(19081,7019,'ActionScheduler','','','','2020-01-22 21:10:52','2020-01-23 02:10:52','action created',0,'1','ActionScheduler','action_log',0,0),(19088,7020,'ActionScheduler','','','','2020-01-23 00:42:38','2020-01-23 05:42:38','action started',0,'1','ActionScheduler','action_log',0,0),(19089,7020,'ActionScheduler','','','','2020-01-23 00:42:38','2020-01-23 05:42:38','action complete',0,'1','ActionScheduler','action_log',0,0),(19090,7022,'ActionScheduler','','','','2020-01-23 00:42:38','2020-01-23 05:42:38','action created',0,'1','ActionScheduler','action_log',0,0),(19091,7021,'ActionScheduler','','','','2020-01-23 00:42:38','2020-01-23 05:42:38','action started',0,'1','ActionScheduler','action_log',0,0),(19092,7021,'ActionScheduler','','','','2020-01-23 00:42:38','2020-01-23 05:42:38','action complete',0,'1','ActionScheduler','action_log',0,0),(18973,6983,'ActionScheduler','','','','2020-01-21 01:19:20','2020-01-21 06:19:20','action created',0,'1','ActionScheduler','action_log',0,0),(18992,6988,'ActionScheduler','','','','2020-01-21 09:15:05','2020-01-21 14:15:05','action started',0,'1','ActionScheduler','action_log',0,0),(18993,6988,'ActionScheduler','','','','2020-01-21 09:15:05','2020-01-21 14:15:05','action complete',0,'1','ActionScheduler','action_log',0,0),(18994,6990,'ActionScheduler','','','','2020-01-21 09:15:05','2020-01-21 14:15:05','action created',0,'1','ActionScheduler','action_log',0,0),(18995,6989,'ActionScheduler','','','','2020-01-21 09:15:05','2020-01-21 14:15:05','action started',0,'1','ActionScheduler','action_log',0,0),(18996,6989,'ActionScheduler','','','','2020-01-21 09:15:05','2020-01-21 14:15:05','action complete',0,'1','ActionScheduler','action_log',0,0),(18982,6986,'ActionScheduler','','','','2020-01-21 05:50:24','2020-01-21 10:50:24','action created',0,'1','ActionScheduler','action_log',0,0),(19069,7015,'ActionScheduler','','','','2020-01-22 17:12:03','2020-01-22 22:12:03','action created',0,'1','ActionScheduler','action_log',0,0),(18979,6985,'ActionScheduler','','','','2020-01-21 02:45:29','2020-01-21 07:45:29','action created',0,'1','ActionScheduler','action_log',0,0),(18991,6989,'ActionScheduler','','','','2020-01-21 07:10:50','2020-01-21 12:10:50','action created',0,'1','ActionScheduler','action_log',0,0),(19535,7169,'ActionScheduler','','','','2020-01-29 13:44:24','2020-01-29 18:44:24','action started',0,'1','ActionScheduler','action_log',0,0),(19045,7007,'ActionScheduler','','','','2020-01-22 06:45:41','2020-01-22 11:45:41','action created',0,'1','ActionScheduler','action_log',0,0),(18980,6984,'ActionScheduler','','','','2020-01-21 05:50:24','2020-01-21 10:50:24','action started',0,'1','ActionScheduler','action_log',0,0),(18981,6984,'ActionScheduler','','','','2020-01-21 05:50:24','2020-01-21 10:50:24','action complete',0,'1','ActionScheduler','action_log',0,0),(19085,7019,'ActionScheduler','','','','2020-01-22 22:59:16','2020-01-23 03:59:16','action started',0,'1','ActionScheduler','action_log',0,0),(19078,7018,'ActionScheduler','','','','2020-01-22 21:10:52','2020-01-23 02:10:52','action created',0,'1','ActionScheduler','action_log',0,0),(18976,6984,'ActionScheduler','','','','2020-01-21 02:45:29','2020-01-21 07:45:29','action created',0,'1','ActionScheduler','action_log',0,0),(18977,6983,'ActionScheduler','','','','2020-01-21 02:45:29','2020-01-21 07:45:29','action started',0,'1','ActionScheduler','action_log',0,0),(18985,6987,'ActionScheduler','','','','2020-01-21 05:50:24','2020-01-21 10:50:24','action created',0,'1','ActionScheduler','action_log',0,0),(19039,7005,'ActionScheduler','','','','2020-01-22 04:50:10','2020-01-22 09:50:10','action created',0,'1','ActionScheduler','action_log',0,0),(19033,7003,'ActionScheduler','','','','2020-01-22 01:04:48','2020-01-22 06:04:48','action created',0,'1','ActionScheduler','action_log',0,0),(19020,6997,'ActionScheduler','','','','2020-01-21 22:31:26','2020-01-22 03:31:26','action complete',0,'1','ActionScheduler','action_log',0,0),(19022,6998,'ActionScheduler','','','','2020-01-21 23:46:44','2020-01-22 04:46:44','action started',0,'1','ActionScheduler','action_log',0,0),(19023,6998,'ActionScheduler','','','','2020-01-21 23:46:44','2020-01-22 04:46:44','action complete',0,'1','ActionScheduler','action_log',0,0),(19024,7000,'ActionScheduler','','','','2020-01-21 23:46:44','2020-01-22 04:46:44','action created',0,'1','ActionScheduler','action_log',0,0),(19009,6995,'ActionScheduler','','','','2020-01-21 15:47:15','2020-01-21 20:47:15','action created',0,'1','ActionScheduler','action_log',0,0),(19006,6994,'ActionScheduler','','','','2020-01-21 15:47:15','2020-01-21 20:47:15','action created',0,'1','ActionScheduler','action_log',0,0),(19007,6993,'ActionScheduler','','','','2020-01-21 15:47:15','2020-01-21 20:47:15','action started',0,'1','ActionScheduler','action_log',0,0),(19008,6993,'ActionScheduler','','','','2020-01-21 15:47:15','2020-01-21 20:47:15','action complete',0,'1','ActionScheduler','action_log',0,0),(19005,6992,'ActionScheduler','','','','2020-01-21 15:47:15','2020-01-21 20:47:15','action complete',0,'1','ActionScheduler','action_log',0,0),(19000,6992,'ActionScheduler','','','','2020-01-21 14:18:44','2020-01-21 19:18:44','action created',0,'1','ActionScheduler','action_log',0,0),(19001,6991,'ActionScheduler','','','','2020-01-21 14:18:44','2020-01-21 19:18:44','action started',0,'1','ActionScheduler','action_log',0,0),(19002,6991,'ActionScheduler','','','','2020-01-21 14:18:44','2020-01-21 19:18:44','action complete',0,'1','ActionScheduler','action_log',0,0),(19003,6993,'ActionScheduler','','','','2020-01-21 14:18:44','2020-01-21 19:18:44','action created',0,'1','ActionScheduler','action_log',0,0),(19004,6992,'ActionScheduler','','','','2020-01-21 15:47:15','2020-01-21 20:47:15','action started',0,'1','ActionScheduler','action_log',0,0),(19010,6994,'ActionScheduler','','','','2020-01-21 18:40:33','2020-01-21 23:40:33','action started',0,'1','ActionScheduler','action_log',0,0),(19011,6994,'ActionScheduler','','','','2020-01-21 18:40:33','2020-01-21 23:40:33','action complete',0,'1','ActionScheduler','action_log',0,0),(19012,6996,'ActionScheduler','','','','2020-01-21 18:40:33','2020-01-21 23:40:33','action created',0,'1','ActionScheduler','action_log',0,0),(19013,6995,'ActionScheduler','','','','2020-01-21 18:40:34','2020-01-21 23:40:34','action started',0,'1','ActionScheduler','action_log',0,0),(19014,6995,'ActionScheduler','','','','2020-01-21 18:40:34','2020-01-21 23:40:34','action complete',0,'1','ActionScheduler','action_log',0,0),(19015,6997,'ActionScheduler','','','','2020-01-21 18:40:34','2020-01-21 23:40:34','action created',0,'1','ActionScheduler','action_log',0,0),(19016,6996,'ActionScheduler','','','','2020-01-21 22:31:26','2020-01-22 03:31:26','action started',0,'1','ActionScheduler','action_log',0,0),(19017,6996,'ActionScheduler','','','','2020-01-21 22:31:26','2020-01-22 03:31:26','action complete',0,'1','ActionScheduler','action_log',0,0),(19018,6998,'ActionScheduler','','','','2020-01-21 22:31:26','2020-01-22 03:31:26','action created',0,'1','ActionScheduler','action_log',0,0),(19019,6997,'ActionScheduler','','','','2020-01-21 22:31:26','2020-01-22 03:31:26','action started',0,'1','ActionScheduler','action_log',0,0),(19077,7016,'ActionScheduler','','','','2020-01-22 21:10:52','2020-01-23 02:10:52','action complete',0,'1','ActionScheduler','action_log',0,0),(19205,7059,'ActionScheduler','','','','2020-01-24 21:28:03','2020-01-25 02:28:03','action started',0,'1','ActionScheduler','action_log',0,0),(19206,7059,'ActionScheduler','','','','2020-01-24 21:28:03','2020-01-25 02:28:03','action complete',0,'1','ActionScheduler','action_log',0,0),(19207,7061,'ActionScheduler','','','','2020-01-24 21:28:03','2020-01-25 02:28:03','action created',0,'1','ActionScheduler','action_log',0,0),(19217,7063,'ActionScheduler','','','','2020-01-25 00:18:26','2020-01-25 05:18:26','action started',0,'1','ActionScheduler','action_log',0,0),(19048,7008,'ActionScheduler','','','','2020-01-22 08:26:19','2020-01-22 13:26:19','action created',0,'1','ActionScheduler','action_log',0,0),(19504,7160,'ActionScheduler','','','','2020-01-29 03:25:44','2020-01-29 08:25:44','action created',0,'1','ActionScheduler','action_log',0,0),(19036,7004,'ActionScheduler','','','','2020-01-22 04:50:09','2020-01-22 09:50:09','action created',0,'1','ActionScheduler','action_log',0,0),(19502,7158,'ActionScheduler','','','','2020-01-29 03:25:44','2020-01-29 08:25:44','action started',0,'1','ActionScheduler','action_log',0,0),(19503,7158,'ActionScheduler','','','','2020-01-29 03:25:44','2020-01-29 08:25:44','action complete',0,'1','ActionScheduler','action_log',0,0),(19042,7006,'ActionScheduler','','','','2020-01-22 06:45:41','2020-01-22 11:45:41','action created',0,'1','ActionScheduler','action_log',0,0),(19032,7001,'ActionScheduler','','','','2020-01-22 01:04:48','2020-01-22 06:04:48','action complete',0,'1','ActionScheduler','action_log',0,0),(19031,7001,'ActionScheduler','','','','2020-01-22 01:04:48','2020-01-22 06:04:48','action started',0,'1','ActionScheduler','action_log',0,0),(19030,7002,'ActionScheduler','','','','2020-01-22 01:04:48','2020-01-22 06:04:48','action created',0,'1','ActionScheduler','action_log',0,0),(19029,7000,'ActionScheduler','','','','2020-01-22 01:04:48','2020-01-22 06:04:48','action complete',0,'1','ActionScheduler','action_log',0,0),(19330,7102,'ActionScheduler','','','','2020-01-26 11:45:14','2020-01-26 16:45:14','action created',0,'1','ActionScheduler','action_log',0,0),(19368,7113,'ActionScheduler','','','','2020-01-27 03:29:57','2020-01-27 08:29:57','action complete',0,'1','ActionScheduler','action_log',0,0),(19047,7006,'ActionScheduler','','','','2020-01-22 08:26:19','2020-01-22 13:26:19','action complete',0,'1','ActionScheduler','action_log',0,0),(19046,7006,'ActionScheduler','','','','2020-01-22 08:26:19','2020-01-22 13:26:19','action started',0,'1','ActionScheduler','action_log',0,0),(19367,7113,'ActionScheduler','','','','2020-01-27 03:29:57','2020-01-27 08:29:57','action started',0,'1','ActionScheduler','action_log',0,0),(19050,7007,'ActionScheduler','','','','2020-01-22 08:26:19','2020-01-22 13:26:19','action complete',0,'1','ActionScheduler','action_log',0,0),(19509,7160,'ActionScheduler','','','','2020-01-29 05:29:06','2020-01-29 10:29:06','action complete',0,'1','ActionScheduler','action_log',0,0),(19038,7003,'ActionScheduler','','','','2020-01-22 04:50:10','2020-01-22 09:50:10','action complete',0,'1','ActionScheduler','action_log',0,0),(19037,7003,'ActionScheduler','','','','2020-01-22 04:50:10','2020-01-22 09:50:10','action started',0,'1','ActionScheduler','action_log',0,0),(19049,7007,'ActionScheduler','','','','2020-01-22 08:26:19','2020-01-22 13:26:19','action started',0,'1','ActionScheduler','action_log',0,0),(19035,7002,'ActionScheduler','','','','2020-01-22 04:50:09','2020-01-22 09:50:09','action complete',0,'1','ActionScheduler','action_log',0,0),(19034,7002,'ActionScheduler','','','','2020-01-22 04:50:09','2020-01-22 09:50:09','action started',0,'1','ActionScheduler','action_log',0,0),(19041,7004,'ActionScheduler','','','','2020-01-22 06:45:41','2020-01-22 11:45:41','action complete',0,'1','ActionScheduler','action_log',0,0),(19040,7004,'ActionScheduler','','','','2020-01-22 06:45:41','2020-01-22 11:45:41','action started',0,'1','ActionScheduler','action_log',0,0),(19525,7167,'ActionScheduler','','','','2020-01-29 10:37:52','2020-01-29 15:37:52','action created',0,'1','ActionScheduler','action_log',0,0),(19526,7166,'ActionScheduler','','','','2020-01-29 10:37:52','2020-01-29 15:37:52','action started',0,'1','ActionScheduler','action_log',0,0),(19527,7166,'ActionScheduler','','','','2020-01-29 10:37:52','2020-01-29 15:37:52','action complete',0,'1','ActionScheduler','action_log',0,0),(19528,7168,'ActionScheduler','','','','2020-01-29 10:37:52','2020-01-29 15:37:52','action created',0,'1','ActionScheduler','action_log',0,0),(19044,7005,'ActionScheduler','','','','2020-01-22 06:45:41','2020-01-22 11:45:41','action complete',0,'1','ActionScheduler','action_log',0,0),(19043,7005,'ActionScheduler','','','','2020-01-22 06:45:41','2020-01-22 11:45:41','action started',0,'1','ActionScheduler','action_log',0,0),(19082,7018,'ActionScheduler','','','','2020-01-22 22:59:16','2020-01-23 03:59:16','action started',0,'1','ActionScheduler','action_log',0,0),(19174,7050,'ActionScheduler','','','','2020-01-24 09:22:51','2020-01-24 14:22:51','action created',0,'1','ActionScheduler','action_log',0,0),(19072,7016,'ActionScheduler','','','','2020-01-22 18:37:30','2020-01-22 23:37:30','action created',0,'1','ActionScheduler','action_log',0,0),(19073,7015,'ActionScheduler','','','','2020-01-22 18:37:30','2020-01-22 23:37:30','action started',0,'1','ActionScheduler','action_log',0,0),(19074,7015,'ActionScheduler','','','','2020-01-22 18:37:30','2020-01-22 23:37:30','action complete',0,'1','ActionScheduler','action_log',0,0),(19246,7074,'ActionScheduler','','','','2020-01-25 09:23:55','2020-01-25 14:23:55','action created',0,'1','ActionScheduler','action_log',0,0),(19295,7089,'ActionScheduler','','','','2020-01-26 00:35:38','2020-01-26 05:35:38','action started',0,'1','ActionScheduler','action_log',0,0),(19296,7089,'ActionScheduler','','','','2020-01-26 00:35:38','2020-01-26 05:35:38','action complete',0,'1','ActionScheduler','action_log',0,0),(19068,7013,'ActionScheduler','','','','2020-01-22 17:12:03','2020-01-22 22:12:03','action complete',0,'1','ActionScheduler','action_log',0,0),(19064,7012,'ActionScheduler','','','','2020-01-22 17:12:03','2020-01-22 22:12:03','action started',0,'1','ActionScheduler','action_log',0,0),(19071,7014,'ActionScheduler','','','','2020-01-22 18:37:30','2020-01-22 23:37:30','action complete',0,'1','ActionScheduler','action_log',0,0),(19247,7073,'ActionScheduler','','','','2020-01-25 09:23:55','2020-01-25 14:23:55','action started',0,'1','ActionScheduler','action_log',0,0),(19565,7179,'ActionScheduler','','','','2020-01-30 06:14:21','2020-01-30 11:14:21','action started',0,'1','ActionScheduler','action_log',0,0),(19326,7099,'ActionScheduler','','','','2020-01-26 11:17:30','2020-01-26 16:17:30','action complete',0,'1','ActionScheduler','action_log',0,0),(19294,7090,'ActionScheduler','','','','2020-01-26 00:35:37','2020-01-26 05:35:37','action created',0,'1','ActionScheduler','action_log',0,0),(19327,7101,'ActionScheduler','','','','2020-01-26 11:17:30','2020-01-26 16:17:30','action created',0,'1','ActionScheduler','action_log',0,0),(19076,7016,'ActionScheduler','','','','2020-01-22 21:10:52','2020-01-23 02:10:52','action started',0,'1','ActionScheduler','action_log',0,0),(19059,7010,'ActionScheduler','','','','2020-01-22 15:22:47','2020-01-22 20:22:47','action complete',0,'1','ActionScheduler','action_log',0,0),(19058,7010,'ActionScheduler','','','','2020-01-22 15:22:47','2020-01-22 20:22:47','action started',0,'1','ActionScheduler','action_log',0,0),(19086,7019,'ActionScheduler','','','','2020-01-22 22:59:16','2020-01-23 03:59:16','action complete',0,'1','ActionScheduler','action_log',0,0),(19062,7011,'ActionScheduler','','','','2020-01-22 15:22:47','2020-01-22 20:22:47','action complete',0,'1','ActionScheduler','action_log',0,0),(19061,7011,'ActionScheduler','','','','2020-01-22 15:22:47','2020-01-22 20:22:47','action started',0,'1','ActionScheduler','action_log',0,0),(19080,7017,'ActionScheduler','','','','2020-01-22 21:10:52','2020-01-23 02:10:52','action complete',0,'1','ActionScheduler','action_log',0,0),(19070,7014,'ActionScheduler','','','','2020-01-22 18:37:30','2020-01-22 23:37:30','action started',0,'1','ActionScheduler','action_log',0,0),(19180,7052,'ActionScheduler','','','','2020-01-24 11:04:44','2020-01-24 16:04:44','action created',0,'1','ActionScheduler','action_log',0,0),(19121,7031,'ActionScheduler','','','','2020-01-23 12:44:02','2020-01-23 17:44:02','action started',0,'1','ActionScheduler','action_log',0,0),(19114,7030,'ActionScheduler','','','','2020-01-23 11:23:00','2020-01-23 16:23:00','action created',0,'1','ActionScheduler','action_log',0,0),(19079,7017,'ActionScheduler','','','','2020-01-22 21:10:52','2020-01-23 02:10:52','action started',0,'1','ActionScheduler','action_log',0,0),(19194,7055,'ActionScheduler','','','','2020-01-24 14:51:04','2020-01-24 19:51:04','action complete',0,'1','ActionScheduler','action_log',0,0),(19075,7017,'ActionScheduler','','','','2020-01-22 18:37:30','2020-01-22 23:37:30','action created',0,'1','ActionScheduler','action_log',0,0),(19122,7031,'ActionScheduler','','','','2020-01-23 12:44:02','2020-01-23 17:44:02','action complete',0,'1','ActionScheduler','action_log',0,0),(19123,7033,'ActionScheduler','','','','2020-01-23 12:44:02','2020-01-23 17:44:02','action created',0,'1','ActionScheduler','action_log',0,0),(19111,7029,'ActionScheduler','','','','2020-01-23 10:18:40','2020-01-23 15:18:40','action created',0,'1','ActionScheduler','action_log',0,0),(19112,7028,'ActionScheduler','','','','2020-01-23 11:23:00','2020-01-23 16:23:00','action started',0,'1','ActionScheduler','action_log',0,0),(19113,7028,'ActionScheduler','','','','2020-01-23 11:23:00','2020-01-23 16:23:00','action complete',0,'1','ActionScheduler','action_log',0,0),(19102,7026,'ActionScheduler','','','','2020-01-23 07:54:30','2020-01-23 12:54:30','action created',0,'1','ActionScheduler','action_log',0,0),(19103,7025,'ActionScheduler','','','','2020-01-23 07:54:30','2020-01-23 12:54:30','action started',0,'1','ActionScheduler','action_log',0,0),(19116,7029,'ActionScheduler','','','','2020-01-23 11:23:00','2020-01-23 16:23:00','action complete',0,'1','ActionScheduler','action_log',0,0),(19117,7031,'ActionScheduler','','','','2020-01-23 11:23:00','2020-01-23 16:23:00','action created',0,'1','ActionScheduler','action_log',0,0),(19100,7024,'ActionScheduler','','','','2020-01-23 07:54:30','2020-01-23 12:54:30','action started',0,'1','ActionScheduler','action_log',0,0),(19384,7120,'ActionScheduler','','','','2020-01-27 08:04:50','2020-01-27 13:04:50','action created',0,'1','ActionScheduler','action_log',0,0),(19198,7058,'ActionScheduler','','','','2020-01-24 16:40:07','2020-01-24 21:40:07','action created',0,'1','ActionScheduler','action_log',0,0),(19199,7057,'ActionScheduler','','','','2020-01-24 16:40:07','2020-01-24 21:40:07','action started',0,'1','ActionScheduler','action_log',0,0),(19115,7029,'ActionScheduler','','','','2020-01-23 11:23:00','2020-01-23 16:23:00','action started',0,'1','ActionScheduler','action_log',0,0),(19099,7025,'ActionScheduler','','','','2020-01-23 03:45:41','2020-01-23 08:45:41','action created',0,'1','ActionScheduler','action_log',0,0),(19094,7022,'ActionScheduler','','','','2020-01-23 03:45:41','2020-01-23 08:45:41','action started',0,'1','ActionScheduler','action_log',0,0),(19095,7022,'ActionScheduler','','','','2020-01-23 03:45:41','2020-01-23 08:45:41','action complete',0,'1','ActionScheduler','action_log',0,0),(19096,7024,'ActionScheduler','','','','2020-01-23 03:45:41','2020-01-23 08:45:41','action created',0,'1','ActionScheduler','action_log',0,0),(19097,7023,'ActionScheduler','','','','2020-01-23 03:45:41','2020-01-23 08:45:41','action started',0,'1','ActionScheduler','action_log',0,0),(19098,7023,'ActionScheduler','','','','2020-01-23 03:45:41','2020-01-23 08:45:41','action complete',0,'1','ActionScheduler','action_log',0,0),(19382,7118,'ActionScheduler','','','','2020-01-27 08:04:50','2020-01-27 13:04:50','action started',0,'1','ActionScheduler','action_log',0,0),(19383,7118,'ActionScheduler','','','','2020-01-27 08:04:50','2020-01-27 13:04:50','action complete',0,'1','ActionScheduler','action_log',0,0),(19414,7130,'ActionScheduler','','','','2020-01-27 20:31:26','2020-01-28 01:31:26','action created',0,'1','ActionScheduler','action_log',0,0),(19402,7126,'ActionScheduler','','','','2020-01-27 15:33:54','2020-01-27 20:33:54','action created',0,'1','ActionScheduler','action_log',0,0),(19110,7027,'ActionScheduler','','','','2020-01-23 10:18:40','2020-01-23 15:18:40','action complete',0,'1','ActionScheduler','action_log',0,0),(19109,7027,'ActionScheduler','','','','2020-01-23 10:18:40','2020-01-23 15:18:40','action started',0,'1','ActionScheduler','action_log',0,0),(19135,7037,'ActionScheduler','','','','2020-01-23 18:11:34','2020-01-23 23:11:34','action created',0,'1','ActionScheduler','action_log',0,0),(19118,7030,'ActionScheduler','','','','2020-01-23 12:44:02','2020-01-23 17:44:02','action started',0,'1','ActionScheduler','action_log',0,0),(19107,7026,'ActionScheduler','','','','2020-01-23 10:18:40','2020-01-23 15:18:40','action complete',0,'1','ActionScheduler','action_log',0,0),(19105,7027,'ActionScheduler','','','','2020-01-23 07:54:30','2020-01-23 12:54:30','action created',0,'1','ActionScheduler','action_log',0,0),(19101,7024,'ActionScheduler','','','','2020-01-23 07:54:30','2020-01-23 12:54:30','action complete',0,'1','ActionScheduler','action_log',0,0),(19106,7026,'ActionScheduler','','','','2020-01-23 10:18:40','2020-01-23 15:18:40','action started',0,'1','ActionScheduler','action_log',0,0),(19408,7128,'ActionScheduler','','','','2020-01-27 17:11:31','2020-01-27 22:11:31','action created',0,'1','ActionScheduler','action_log',0,0),(19141,7039,'ActionScheduler','','','','2020-01-23 20:17:23','2020-01-24 01:17:23','action created',0,'1','ActionScheduler','action_log',0,0),(19226,7066,'ActionScheduler','','','','2020-01-25 03:14:49','2020-01-25 08:14:49','action started',0,'1','ActionScheduler','action_log',0,0),(19201,7059,'ActionScheduler','','','','2020-01-24 16:40:07','2020-01-24 21:40:07','action created',0,'1','ActionScheduler','action_log',0,0),(19228,7068,'ActionScheduler','','','','2020-01-25 03:14:50','2020-01-25 08:14:50','action created',0,'1','ActionScheduler','action_log',0,0),(19129,7035,'ActionScheduler','','','','2020-01-23 14:34:38','2020-01-23 19:34:38','action created',0,'1','ActionScheduler','action_log',0,0),(19138,7038,'ActionScheduler','','','','2020-01-23 20:17:23','2020-01-24 01:17:23','action created',0,'1','ActionScheduler','action_log',0,0),(19150,7042,'ActionScheduler','','','','2020-01-24 01:36:23','2020-01-24 06:36:23','action created',0,'1','ActionScheduler','action_log',0,0),(19139,7037,'ActionScheduler','','','','2020-01-23 20:17:23','2020-01-24 01:17:23','action started',0,'1','ActionScheduler','action_log',0,0),(19192,7056,'ActionScheduler','','','','2020-01-24 14:51:04','2020-01-24 19:51:04','action created',0,'1','ActionScheduler','action_log',0,0),(19136,7036,'ActionScheduler','','','','2020-01-23 20:17:23','2020-01-24 01:17:23','action started',0,'1','ActionScheduler','action_log',0,0),(19195,7057,'ActionScheduler','','','','2020-01-24 14:51:04','2020-01-24 19:51:04','action created',0,'1','ActionScheduler','action_log',0,0),(19137,7036,'ActionScheduler','','','','2020-01-23 20:17:23','2020-01-24 01:17:23','action complete',0,'1','ActionScheduler','action_log',0,0),(19366,7114,'ActionScheduler','','','','2020-01-27 01:17:47','2020-01-27 06:17:47','action created',0,'1','ActionScheduler','action_log',0,0),(19164,7045,'ActionScheduler','','','','2020-01-24 05:10:55','2020-01-24 10:10:55','action complete',0,'1','ActionScheduler','action_log',0,0),(19334,7101,'ActionScheduler','','','','2020-01-26 12:37:46','2020-01-26 17:37:46','action started',0,'1','ActionScheduler','action_log',0,0),(19191,7054,'ActionScheduler','','','','2020-01-24 14:51:04','2020-01-24 19:51:04','action complete',0,'1','ActionScheduler','action_log',0,0),(19140,7037,'ActionScheduler','','','','2020-01-23 20:17:23','2020-01-24 01:17:23','action complete',0,'1','ActionScheduler','action_log',0,0),(19153,7043,'ActionScheduler','','','','2020-01-24 01:36:23','2020-01-24 06:36:23','action created',0,'1','ActionScheduler','action_log',0,0),(19159,7045,'ActionScheduler','','','','2020-01-24 03:58:43','2020-01-24 08:58:43','action created',0,'1','ActionScheduler','action_log',0,0),(19376,7116,'ActionScheduler','','','','2020-01-27 04:56:28','2020-01-27 09:56:28','action started',0,'1','ActionScheduler','action_log',0,0),(19165,7047,'ActionScheduler','','','','2020-01-24 05:10:55','2020-01-24 10:10:55','action created',0,'1','ActionScheduler','action_log',0,0),(19179,7050,'ActionScheduler','','','','2020-01-24 11:04:44','2020-01-24 16:04:44','action complete',0,'1','ActionScheduler','action_log',0,0),(19152,7041,'ActionScheduler','','','','2020-01-24 01:36:23','2020-01-24 06:36:23','action complete',0,'1','ActionScheduler','action_log',0,0),(19151,7041,'ActionScheduler','','','','2020-01-24 01:36:23','2020-01-24 06:36:23','action started',0,'1','ActionScheduler','action_log',0,0),(19177,7051,'ActionScheduler','','','','2020-01-24 09:22:51','2020-01-24 14:22:51','action created',0,'1','ActionScheduler','action_log',0,0),(19189,7055,'ActionScheduler','','','','2020-01-24 12:56:10','2020-01-24 17:56:10','action created',0,'1','ActionScheduler','action_log',0,0),(19181,7051,'ActionScheduler','','','','2020-01-24 11:04:44','2020-01-24 16:04:44','action started',0,'1','ActionScheduler','action_log',0,0),(19371,7114,'ActionScheduler','','','','2020-01-27 03:29:57','2020-01-27 08:29:57','action complete',0,'1','ActionScheduler','action_log',0,0),(19172,7048,'ActionScheduler','','','','2020-01-24 09:22:51','2020-01-24 14:22:51','action started',0,'1','ActionScheduler','action_log',0,0),(19173,7048,'ActionScheduler','','','','2020-01-24 09:22:51','2020-01-24 14:22:51','action complete',0,'1','ActionScheduler','action_log',0,0),(19167,7046,'ActionScheduler','','','','2020-01-24 06:39:19','2020-01-24 11:39:19','action complete',0,'1','ActionScheduler','action_log',0,0),(19168,7048,'ActionScheduler','','','','2020-01-24 06:39:19','2020-01-24 11:39:19','action created',0,'1','ActionScheduler','action_log',0,0),(19190,7054,'ActionScheduler','','','','2020-01-24 14:51:04','2020-01-24 19:51:04','action started',0,'1','ActionScheduler','action_log',0,0),(19170,7047,'ActionScheduler','','','','2020-01-24 06:39:19','2020-01-24 11:39:19','action complete',0,'1','ActionScheduler','action_log',0,0),(19227,7066,'ActionScheduler','','','','2020-01-25 03:14:49','2020-01-25 08:14:49','action complete',0,'1','ActionScheduler','action_log',0,0),(19169,7047,'ActionScheduler','','','','2020-01-24 06:39:19','2020-01-24 11:39:19','action started',0,'1','ActionScheduler','action_log',0,0),(19178,7050,'ActionScheduler','','','','2020-01-24 11:04:44','2020-01-24 16:04:44','action started',0,'1','ActionScheduler','action_log',0,0),(19166,7046,'ActionScheduler','','','','2020-01-24 06:39:19','2020-01-24 11:39:19','action started',0,'1','ActionScheduler','action_log',0,0),(19337,7103,'ActionScheduler','','','','2020-01-26 18:59:33','2020-01-26 23:59:33','action started',0,'1','ActionScheduler','action_log',0,0),(19338,7103,'ActionScheduler','','','','2020-01-26 18:59:33','2020-01-26 23:59:33','action complete',0,'1','ActionScheduler','action_log',0,0),(19339,7105,'ActionScheduler','','','','2020-01-26 18:59:33','2020-01-26 23:59:33','action created',0,'1','ActionScheduler','action_log',0,0),(19231,7069,'ActionScheduler','','','','2020-01-25 03:14:50','2020-01-25 08:14:50','action created',0,'1','ActionScheduler','action_log',0,0),(19176,7049,'ActionScheduler','','','','2020-01-24 09:22:51','2020-01-24 14:22:51','action complete',0,'1','ActionScheduler','action_log',0,0),(19175,7049,'ActionScheduler','','','','2020-01-24 09:22:51','2020-01-24 14:22:51','action started',0,'1','ActionScheduler','action_log',0,0),(19187,7053,'ActionScheduler','','','','2020-01-24 12:56:10','2020-01-24 17:56:10','action started',0,'1','ActionScheduler','action_log',0,0),(19188,7053,'ActionScheduler','','','','2020-01-24 12:56:10','2020-01-24 17:56:10','action complete',0,'1','ActionScheduler','action_log',0,0),(19185,7052,'ActionScheduler','','','','2020-01-24 12:56:10','2020-01-24 17:56:10','action complete',0,'1','ActionScheduler','action_log',0,0),(19210,7062,'ActionScheduler','','','','2020-01-24 23:16:48','2020-01-25 04:16:48','action created',0,'1','ActionScheduler','action_log',0,0),(19211,7061,'ActionScheduler','','','','2020-01-24 23:16:48','2020-01-25 04:16:48','action started',0,'1','ActionScheduler','action_log',0,0),(19212,7061,'ActionScheduler','','','','2020-01-24 23:16:48','2020-01-25 04:16:48','action complete',0,'1','ActionScheduler','action_log',0,0),(19213,7063,'ActionScheduler','','','','2020-01-24 23:16:48','2020-01-25 04:16:48','action created',0,'1','ActionScheduler','action_log',0,0),(19310,7094,'ActionScheduler','','','','2020-01-26 07:25:14','2020-01-26 12:25:14','action started',0,'1','ActionScheduler','action_log',0,0),(19315,7097,'ActionScheduler','','','','2020-01-26 07:25:14','2020-01-26 12:25:14','action created',0,'1','ActionScheduler','action_log',0,0),(19230,7067,'ActionScheduler','','','','2020-01-25 03:14:50','2020-01-25 08:14:50','action complete',0,'1','ActionScheduler','action_log',0,0),(19200,7057,'ActionScheduler','','','','2020-01-24 16:40:07','2020-01-24 21:40:07','action complete',0,'1','ActionScheduler','action_log',0,0),(19254,7075,'ActionScheduler','','','','2020-01-25 10:47:20','2020-01-25 15:47:20','action complete',0,'1','ActionScheduler','action_log',0,0),(19275,7082,'ActionScheduler','','','','2020-01-25 19:14:05','2020-01-26 00:14:05','action complete',0,'1','ActionScheduler','action_log',0,0),(19255,7077,'ActionScheduler','','','','2020-01-25 10:47:20','2020-01-25 15:47:20','action created',0,'1','ActionScheduler','action_log',0,0),(19252,7076,'ActionScheduler','','','','2020-01-25 10:47:20','2020-01-25 15:47:20','action created',0,'1','ActionScheduler','action_log',0,0),(19251,7074,'ActionScheduler','','','','2020-01-25 10:47:20','2020-01-25 15:47:20','action complete',0,'1','ActionScheduler','action_log',0,0),(19225,7067,'ActionScheduler','','','','2020-01-25 01:53:03','2020-01-25 06:53:03','action created',0,'1','ActionScheduler','action_log',0,0),(19291,7089,'ActionScheduler','','','','2020-01-25 23:18:06','2020-01-26 04:18:06','action created',0,'1','ActionScheduler','action_log',0,0),(19216,7064,'ActionScheduler','','','','2020-01-25 00:18:26','2020-01-25 05:18:26','action created',0,'1','ActionScheduler','action_log',0,0),(19204,7060,'ActionScheduler','','','','2020-01-24 21:28:03','2020-01-25 02:28:03','action created',0,'1','ActionScheduler','action_log',0,0),(19222,7066,'ActionScheduler','','','','2020-01-25 01:53:03','2020-01-25 06:53:03','action created',0,'1','ActionScheduler','action_log',0,0),(19235,7069,'ActionScheduler','','','','2020-01-25 04:34:03','2020-01-25 09:34:03','action started',0,'1','ActionScheduler','action_log',0,0),(19236,7069,'ActionScheduler','','','','2020-01-25 04:34:03','2020-01-25 09:34:03','action complete',0,'1','ActionScheduler','action_log',0,0),(19215,7062,'ActionScheduler','','','','2020-01-25 00:18:26','2020-01-25 05:18:26','action complete',0,'1','ActionScheduler','action_log',0,0),(19234,7070,'ActionScheduler','','','','2020-01-25 04:34:03','2020-01-25 09:34:03','action created',0,'1','ActionScheduler','action_log',0,0),(19240,7072,'ActionScheduler','','','','2020-01-25 06:56:39','2020-01-25 11:56:39','action created',0,'1','ActionScheduler','action_log',0,0),(19241,7071,'ActionScheduler','','','','2020-01-25 06:56:39','2020-01-25 11:56:39','action started',0,'1','ActionScheduler','action_log',0,0),(19232,7068,'ActionScheduler','','','','2020-01-25 04:34:03','2020-01-25 09:34:03','action started',0,'1','ActionScheduler','action_log',0,0),(19233,7068,'ActionScheduler','','','','2020-01-25 04:34:03','2020-01-25 09:34:03','action complete',0,'1','ActionScheduler','action_log',0,0),(19224,7065,'ActionScheduler','','','','2020-01-25 01:53:03','2020-01-25 06:53:03','action complete',0,'1','ActionScheduler','action_log',0,0),(19223,7065,'ActionScheduler','','','','2020-01-25 01:53:03','2020-01-25 06:53:03','action started',0,'1','ActionScheduler','action_log',0,0),(19276,7084,'ActionScheduler','','','','2020-01-25 19:14:05','2020-01-26 00:14:05','action created',0,'1','ActionScheduler','action_log',0,0),(19239,7070,'ActionScheduler','','','','2020-01-25 06:56:39','2020-01-25 11:56:39','action complete',0,'1','ActionScheduler','action_log',0,0),(19258,7078,'ActionScheduler','','','','2020-01-25 14:18:26','2020-01-25 19:18:26','action created',0,'1','ActionScheduler','action_log',0,0),(19259,7077,'ActionScheduler','','','','2020-01-25 14:18:26','2020-01-25 19:18:26','action started',0,'1','ActionScheduler','action_log',0,0),(19237,7071,'ActionScheduler','','','','2020-01-25 04:34:03','2020-01-25 09:34:03','action created',0,'1','ActionScheduler','action_log',0,0),(19243,7073,'ActionScheduler','','','','2020-01-25 06:56:39','2020-01-25 11:56:39','action created',0,'1','ActionScheduler','action_log',0,0),(19238,7070,'ActionScheduler','','','','2020-01-25 06:56:39','2020-01-25 11:56:39','action started',0,'1','ActionScheduler','action_log',0,0),(19286,7086,'ActionScheduler','','','','2020-01-25 23:18:06','2020-01-26 04:18:06','action started',0,'1','ActionScheduler','action_log',0,0),(19287,7086,'ActionScheduler','','','','2020-01-25 23:18:06','2020-01-26 04:18:06','action complete',0,'1','ActionScheduler','action_log',0,0),(19281,7084,'ActionScheduler','','','','2020-01-25 20:50:08','2020-01-26 01:50:08','action complete',0,'1','ActionScheduler','action_log',0,0),(19282,7086,'ActionScheduler','','','','2020-01-25 20:50:08','2020-01-26 01:50:08','action created',0,'1','ActionScheduler','action_log',0,0),(19250,7074,'ActionScheduler','','','','2020-01-25 10:47:20','2020-01-25 15:47:20','action started',0,'1','ActionScheduler','action_log',0,0),(19278,7083,'ActionScheduler','','','','2020-01-25 19:14:05','2020-01-26 00:14:05','action complete',0,'1','ActionScheduler','action_log',0,0),(19283,7085,'ActionScheduler','','','','2020-01-25 20:50:08','2020-01-26 01:50:08','action started',0,'1','ActionScheduler','action_log',0,0),(19284,7085,'ActionScheduler','','','','2020-01-25 20:50:08','2020-01-26 01:50:08','action complete',0,'1','ActionScheduler','action_log',0,0),(19264,7080,'ActionScheduler','','','','2020-01-25 15:20:45','2020-01-25 20:20:45','action created',0,'1','ActionScheduler','action_log',0,0),(19253,7075,'ActionScheduler','','','','2020-01-25 10:47:20','2020-01-25 15:47:20','action started',0,'1','ActionScheduler','action_log',0,0),(19267,7081,'ActionScheduler','','','','2020-01-25 15:20:45','2020-01-25 20:20:45','action created',0,'1','ActionScheduler','action_log',0,0),(19244,7072,'ActionScheduler','','','','2020-01-25 09:23:55','2020-01-25 14:23:55','action started',0,'1','ActionScheduler','action_log',0,0),(19245,7072,'ActionScheduler','','','','2020-01-25 09:23:55','2020-01-25 14:23:55','action complete',0,'1','ActionScheduler','action_log',0,0),(20014,7330,'ActionScheduler','','','','2020-02-06 14:35:17','2020-02-06 19:35:17','action created',0,'1','ActionScheduler','action_log',0,0),(19268,7080,'ActionScheduler','','','','2020-01-25 17:10:21','2020-01-25 22:10:21','action started',0,'1','ActionScheduler','action_log',0,0),(19269,7080,'ActionScheduler','','','','2020-01-25 17:10:21','2020-01-25 22:10:21','action complete',0,'1','ActionScheduler','action_log',0,0),(19260,7077,'ActionScheduler','','','','2020-01-25 14:18:26','2020-01-25 19:18:26','action complete',0,'1','ActionScheduler','action_log',0,0),(19249,7075,'ActionScheduler','','','','2020-01-25 09:23:55','2020-01-25 14:23:55','action created',0,'1','ActionScheduler','action_log',0,0),(19248,7073,'ActionScheduler','','','','2020-01-25 09:23:55','2020-01-25 14:23:55','action complete',0,'1','ActionScheduler','action_log',0,0),(19279,7085,'ActionScheduler','','','','2020-01-25 19:14:05','2020-01-26 00:14:05','action created',0,'1','ActionScheduler','action_log',0,0),(19257,7076,'ActionScheduler','','','','2020-01-25 14:18:26','2020-01-25 19:18:26','action complete',0,'1','ActionScheduler','action_log',0,0),(19290,7087,'ActionScheduler','','','','2020-01-25 23:18:06','2020-01-26 04:18:06','action complete',0,'1','ActionScheduler','action_log',0,0),(19289,7087,'ActionScheduler','','','','2020-01-25 23:18:06','2020-01-26 04:18:06','action started',0,'1','ActionScheduler','action_log',0,0),(19288,7088,'ActionScheduler','','','','2020-01-25 23:18:06','2020-01-26 04:18:06','action created',0,'1','ActionScheduler','action_log',0,0),(19272,7081,'ActionScheduler','','','','2020-01-25 17:10:21','2020-01-25 22:10:21','action complete',0,'1','ActionScheduler','action_log',0,0),(19285,7087,'ActionScheduler','','','','2020-01-25 20:50:08','2020-01-26 01:50:08','action created',0,'1','ActionScheduler','action_log',0,0),(19277,7083,'ActionScheduler','','','','2020-01-25 19:14:05','2020-01-26 00:14:05','action started',0,'1','ActionScheduler','action_log',0,0),(19298,7090,'ActionScheduler','','','','2020-01-26 02:16:33','2020-01-26 07:16:33','action started',0,'1','ActionScheduler','action_log',0,0),(19297,7091,'ActionScheduler','','','','2020-01-26 00:35:38','2020-01-26 05:35:38','action created',0,'1','ActionScheduler','action_log',0,0),(19307,7093,'ActionScheduler','','','','2020-01-26 05:04:39','2020-01-26 10:04:39','action started',0,'1','ActionScheduler','action_log',0,0),(19312,7096,'ActionScheduler','','','','2020-01-26 07:25:14','2020-01-26 12:25:14','action created',0,'1','ActionScheduler','action_log',0,0),(19306,7094,'ActionScheduler','','','','2020-01-26 05:04:39','2020-01-26 10:04:39','action created',0,'1','ActionScheduler','action_log',0,0),(19934,7302,'ActionScheduler','','','','2020-02-04 22:46:52','2020-02-05 03:46:52','action started',0,'1','ActionScheduler','action_log',0,0),(19935,7302,'ActionScheduler','','','','2020-02-04 22:46:52','2020-02-05 03:46:52','action complete',0,'1','ActionScheduler','action_log',0,0),(19309,7095,'ActionScheduler','','','','2020-01-26 05:04:39','2020-01-26 10:04:39','action created',0,'1','ActionScheduler','action_log',0,0),(19950,7307,'ActionScheduler','','','','2020-02-05 03:45:57','2020-02-05 08:45:57','action complete',0,'1','ActionScheduler','action_log',0,0),(19951,7309,'ActionScheduler','','','','2020-02-05 03:45:57','2020-02-05 08:45:57','action created',0,'1','ActionScheduler','action_log',0,0),(19319,7097,'ActionScheduler','','','','2020-01-26 09:55:04','2020-01-26 14:55:04','action started',0,'1','ActionScheduler','action_log',0,0),(19949,7307,'ActionScheduler','','','','2020-02-05 03:45:57','2020-02-05 08:45:57','action started',0,'1','ActionScheduler','action_log',0,0),(19925,7299,'ActionScheduler','','','','2020-02-04 16:30:57','2020-02-04 21:30:57','action started',0,'1','ActionScheduler','action_log',0,0),(19904,7292,'ActionScheduler','','','','2020-02-04 10:02:48','2020-02-04 15:02:48','action started',0,'1','ActionScheduler','action_log',0,0),(19332,7100,'ActionScheduler','','','','2020-01-26 12:37:46','2020-01-26 17:37:46','action complete',0,'1','ActionScheduler','action_log',0,0),(19333,7103,'ActionScheduler','','','','2020-01-26 12:37:46','2020-01-26 17:37:46','action created',0,'1','ActionScheduler','action_log',0,0),(19329,6943,'ActionScheduler','','','','2020-01-26 11:45:14','2020-01-26 16:45:14','action complete',0,'1','ActionScheduler','action_log',0,0),(19322,7098,'ActionScheduler','','','','2020-01-26 11:17:30','2020-01-26 16:17:30','action started',0,'1','ActionScheduler','action_log',0,0),(19323,7098,'ActionScheduler','','','','2020-01-26 11:17:30','2020-01-26 16:17:30','action complete',0,'1','ActionScheduler','action_log',0,0),(19324,7100,'ActionScheduler','','','','2020-01-26 11:17:30','2020-01-26 16:17:30','action created',0,'1','ActionScheduler','action_log',0,0),(19325,7099,'ActionScheduler','','','','2020-01-26 11:17:30','2020-01-26 16:17:30','action started',0,'1','ActionScheduler','action_log',0,0),(19321,7099,'ActionScheduler','','','','2020-01-26 09:55:04','2020-01-26 14:55:04','action created',0,'1','ActionScheduler','action_log',0,0),(19343,7105,'ActionScheduler','','','','2020-01-26 20:56:31','2020-01-27 01:56:31','action started',0,'1','ActionScheduler','action_log',0,0),(19876,7284,'ActionScheduler','','','','2020-02-04 00:33:12','2020-02-04 05:33:12','action created',0,'1','ActionScheduler','action_log',0,0),(19885,7287,'ActionScheduler','','','','2020-02-04 01:55:40','2020-02-04 06:55:40','action created',0,'1','ActionScheduler','action_log',0,0),(19916,7296,'ActionScheduler','','','','2020-02-04 12:42:26','2020-02-04 17:42:26','action started',0,'1','ActionScheduler','action_log',0,0),(19440,7137,'ActionScheduler','','','','2020-01-28 08:40:51','2020-01-28 13:40:51','action complete',0,'1','ActionScheduler','action_log',0,0),(19370,7114,'ActionScheduler','','','','2020-01-27 03:29:57','2020-01-27 08:29:57','action started',0,'1','ActionScheduler','action_log',0,0),(19369,7115,'ActionScheduler','','','','2020-01-27 03:29:57','2020-01-27 08:29:57','action created',0,'1','ActionScheduler','action_log',0,0),(19351,7109,'ActionScheduler','','','','2020-01-26 22:48:02','2020-01-27 03:48:02','action created',0,'1','ActionScheduler','action_log',0,0),(19352,7108,'ActionScheduler','','','','2020-01-26 22:48:02','2020-01-27 03:48:02','action started',0,'1','ActionScheduler','action_log',0,0),(19891,7289,'ActionScheduler','','','','2020-02-04 03:34:47','2020-02-04 08:34:47','action created',0,'1','ActionScheduler','action_log',0,0),(19360,7112,'ActionScheduler','','','','2020-01-27 00:10:48','2020-01-27 05:10:48','action created',0,'1','ActionScheduler','action_log',0,0),(19348,7108,'ActionScheduler','','','','2020-01-26 20:56:31','2020-01-27 01:56:31','action created',0,'1','ActionScheduler','action_log',0,0),(19354,7110,'ActionScheduler','','','','2020-01-26 22:48:02','2020-01-27 03:48:02','action created',0,'1','ActionScheduler','action_log',0,0),(19344,7105,'ActionScheduler','','','','2020-01-26 20:56:31','2020-01-27 01:56:31','action complete',0,'1','ActionScheduler','action_log',0,0),(19927,7301,'ActionScheduler','','','','2020-02-04 16:30:58','2020-02-04 21:30:58','action created',0,'1','ActionScheduler','action_log',0,0),(19915,7297,'ActionScheduler','','','','2020-02-04 11:19:39','2020-02-04 16:19:39','action created',0,'1','ActionScheduler','action_log',0,0),(19374,7115,'ActionScheduler','','','','2020-01-27 04:56:28','2020-01-27 09:56:28','action complete',0,'1','ActionScheduler','action_log',0,0),(19375,7117,'ActionScheduler','','','','2020-01-27 04:56:28','2020-01-27 09:56:28','action created',0,'1','ActionScheduler','action_log',0,0),(19353,7108,'ActionScheduler','','','','2020-01-26 22:48:02','2020-01-27 03:48:02','action complete',0,'1','ActionScheduler','action_log',0,0),(19373,7115,'ActionScheduler','','','','2020-01-27 04:56:28','2020-01-27 09:56:28','action started',0,'1','ActionScheduler','action_log',0,0),(19864,7280,'ActionScheduler','','','','2020-02-03 22:15:45','2020-02-04 03:15:45','action created',0,'1','ActionScheduler','action_log',0,0),(19443,7138,'ActionScheduler','','','','2020-01-28 08:40:51','2020-01-28 13:40:51','action complete',0,'1','ActionScheduler','action_log',0,0),(19363,7113,'ActionScheduler','','','','2020-01-27 01:17:47','2020-01-27 06:17:47','action created',0,'1','ActionScheduler','action_log',0,0),(19404,7125,'ActionScheduler','','','','2020-01-27 17:11:31','2020-01-27 22:11:31','action complete',0,'1','ActionScheduler','action_log',0,0),(19464,7145,'ActionScheduler','','','','2020-01-28 15:52:30','2020-01-28 20:52:30','action complete',0,'1','ActionScheduler','action_log',0,0),(19942,7306,'ActionScheduler','','','','2020-02-05 01:19:01','2020-02-05 06:19:01','action created',0,'1','ActionScheduler','action_log',0,0),(17857,6611,'ActionScheduler','','','','2020-01-05 11:13:25','2020-01-05 16:13:25','action created',0,'1','ActionScheduler','action_log',0,0),(19538,7170,'ActionScheduler','','','','2020-01-29 13:44:24','2020-01-29 18:44:24','action started',0,'1','ActionScheduler','action_log',0,0),(19426,7134,'ActionScheduler','','','','2020-01-28 05:00:54','2020-01-28 10:00:54','action created',0,'1','ActionScheduler','action_log',0,0),(19427,7133,'ActionScheduler','','','','2020-01-28 06:19:56','2020-01-28 11:19:56','action started',0,'1','ActionScheduler','action_log',0,0),(19428,7133,'ActionScheduler','','','','2020-01-28 06:19:56','2020-01-28 11:19:56','action complete',0,'1','ActionScheduler','action_log',0,0),(19399,7125,'ActionScheduler','','','','2020-01-27 15:33:54','2020-01-27 20:33:54','action created',0,'1','ActionScheduler','action_log',0,0),(19385,7119,'ActionScheduler','','','','2020-01-27 11:26:48','2020-01-27 16:26:48','action started',0,'1','ActionScheduler','action_log',0,0),(19386,7119,'ActionScheduler','','','','2020-01-27 11:26:48','2020-01-27 16:26:48','action complete',0,'1','ActionScheduler','action_log',0,0),(19411,7129,'ActionScheduler','','','','2020-01-27 20:31:26','2020-01-28 01:31:26','action created',0,'1','ActionScheduler','action_log',0,0),(19973,7315,'ActionScheduler','','','','2020-02-05 15:50:25','2020-02-05 20:50:25','action started',0,'1','ActionScheduler','action_log',0,0),(19974,7315,'ActionScheduler','','','','2020-02-05 15:50:25','2020-02-05 20:50:25','action complete',0,'1','ActionScheduler','action_log',0,0),(19450,7142,'ActionScheduler','','','','2020-01-28 10:22:44','2020-01-28 15:22:44','action created',0,'1','ActionScheduler','action_log',0,0),(19807,7261,'ActionScheduler','','','','2020-02-03 00:05:16','2020-02-03 05:05:16','action created',0,'1','ActionScheduler','action_log',0,0),(19413,7128,'ActionScheduler','','','','2020-01-27 20:31:26','2020-01-28 01:31:26','action complete',0,'1','ActionScheduler','action_log',0,0),(19388,7120,'ActionScheduler','','','','2020-01-27 11:26:48','2020-01-27 16:26:48','action started',0,'1','ActionScheduler','action_log',0,0),(19412,7128,'ActionScheduler','','','','2020-01-27 20:31:26','2020-01-28 01:31:26','action started',0,'1','ActionScheduler','action_log',0,0),(19790,7254,'ActionScheduler','','','','2020-02-02 18:41:35','2020-02-02 23:41:35','action started',0,'1','ActionScheduler','action_log',0,0),(19409,7127,'ActionScheduler','','','','2020-01-27 20:31:26','2020-01-28 01:31:26','action started',0,'1','ActionScheduler','action_log',0,0),(19410,7127,'ActionScheduler','','','','2020-01-27 20:31:26','2020-01-28 01:31:26','action complete',0,'1','ActionScheduler','action_log',0,0),(19405,7127,'ActionScheduler','','','','2020-01-27 17:11:31','2020-01-27 22:11:31','action created',0,'1','ActionScheduler','action_log',0,0),(19406,7126,'ActionScheduler','','','','2020-01-27 17:11:31','2020-01-27 22:11:31','action started',0,'1','ActionScheduler','action_log',0,0),(19407,7126,'ActionScheduler','','','','2020-01-27 17:11:31','2020-01-27 22:11:31','action complete',0,'1','ActionScheduler','action_log',0,0),(19398,7123,'ActionScheduler','','','','2020-01-27 15:33:54','2020-01-27 20:33:54','action complete',0,'1','ActionScheduler','action_log',0,0),(19397,7123,'ActionScheduler','','','','2020-01-27 15:33:54','2020-01-27 20:33:54','action started',0,'1','ActionScheduler','action_log',0,0),(19403,7125,'ActionScheduler','','','','2020-01-27 17:11:31','2020-01-27 22:11:31','action started',0,'1','ActionScheduler','action_log',0,0),(19394,7122,'ActionScheduler','','','','2020-01-27 14:05:15','2020-01-27 19:05:15','action started',0,'1','ActionScheduler','action_log',0,0),(19462,7146,'ActionScheduler','','','','2020-01-28 14:41:05','2020-01-28 19:41:05','action created',0,'1','ActionScheduler','action_log',0,0),(19441,7139,'ActionScheduler','','','','2020-01-28 08:40:51','2020-01-28 13:40:51','action created',0,'1','ActionScheduler','action_log',0,0),(19442,7138,'ActionScheduler','','','','2020-01-28 08:40:51','2020-01-28 13:40:51','action started',0,'1','ActionScheduler','action_log',0,0),(19419,7130,'ActionScheduler','','','','2020-01-28 00:55:12','2020-01-28 05:55:12','action complete',0,'1','ActionScheduler','action_log',0,0),(19438,7138,'ActionScheduler','','','','2020-01-28 07:29:37','2020-01-28 12:29:37','action created',0,'1','ActionScheduler','action_log',0,0),(19439,7137,'ActionScheduler','','','','2020-01-28 08:40:51','2020-01-28 13:40:51','action started',0,'1','ActionScheduler','action_log',0,0),(20005,7327,'ActionScheduler','','','','2020-02-06 04:45:11','2020-02-06 09:45:11','action created',0,'1','ActionScheduler','action_log',0,0),(19978,7318,'ActionScheduler','','','','2020-02-05 18:35:52','2020-02-05 23:35:52','action created',0,'1','ActionScheduler','action_log',0,0),(19991,7321,'ActionScheduler','','','','2020-02-06 00:54:45','2020-02-06 05:54:45','action started',0,'1','ActionScheduler','action_log',0,0),(19992,7321,'ActionScheduler','','','','2020-02-06 00:54:45','2020-02-06 05:54:45','action complete',0,'1','ActionScheduler','action_log',0,0),(19993,7323,'ActionScheduler','','','','2020-02-06 00:54:45','2020-02-06 05:54:45','action created',0,'1','ActionScheduler','action_log',0,0),(19539,7170,'ActionScheduler','','','','2020-01-29 13:44:24','2020-01-29 18:44:24','action complete',0,'1','ActionScheduler','action_log',0,0),(19546,7174,'ActionScheduler','','','','2020-01-29 15:45:53','2020-01-29 20:45:53','action created',0,'1','ActionScheduler','action_log',0,0),(19459,7145,'ActionScheduler','','','','2020-01-28 14:41:05','2020-01-28 19:41:05','action created',0,'1','ActionScheduler','action_log',0,0),(19460,7144,'ActionScheduler','','','','2020-01-28 14:41:05','2020-01-28 19:41:05','action started',0,'1','ActionScheduler','action_log',0,0),(19461,7144,'ActionScheduler','','','','2020-01-28 14:41:05','2020-01-28 19:41:05','action complete',0,'1','ActionScheduler','action_log',0,0),(19541,7171,'ActionScheduler','','','','2020-01-29 15:45:53','2020-01-29 20:45:53','action started',0,'1','ActionScheduler','action_log',0,0),(19435,7137,'ActionScheduler','','','','2020-01-28 07:29:37','2020-01-28 12:29:37','action created',0,'1','ActionScheduler','action_log',0,0),(19431,7134,'ActionScheduler','','','','2020-01-28 06:19:56','2020-01-28 11:19:56','action complete',0,'1','ActionScheduler','action_log',0,0),(19432,7136,'ActionScheduler','','','','2020-01-28 06:19:56','2020-01-28 11:19:56','action created',0,'1','ActionScheduler','action_log',0,0),(19433,7135,'ActionScheduler','','','','2020-01-28 07:29:37','2020-01-28 12:29:37','action started',0,'1','ActionScheduler','action_log',0,0),(19434,7135,'ActionScheduler','','','','2020-01-28 07:29:37','2020-01-28 12:29:37','action complete',0,'1','ActionScheduler','action_log',0,0),(19420,7132,'ActionScheduler','','','','2020-01-28 00:55:12','2020-01-28 05:55:12','action created',0,'1','ActionScheduler','action_log',0,0),(19466,7146,'ActionScheduler','','','','2020-01-28 15:52:30','2020-01-28 20:52:30','action started',0,'1','ActionScheduler','action_log',0,0),(19972,7316,'ActionScheduler','','','','2020-02-05 15:50:25','2020-02-05 20:50:25','action created',0,'1','ActionScheduler','action_log',0,0),(19733,7235,'ActionScheduler','','','','2020-02-02 01:45:49','2020-02-02 06:45:49','action started',0,'1','ActionScheduler','action_log',0,0),(19529,7167,'ActionScheduler','','','','2020-01-29 12:13:44','2020-01-29 17:13:44','action started',0,'1','ActionScheduler','action_log',0,0),(19530,7167,'ActionScheduler','','','','2020-01-29 12:13:44','2020-01-29 17:13:44','action complete',0,'1','ActionScheduler','action_log',0,0),(19766,7246,'ActionScheduler','','','','2020-02-02 10:41:09','2020-02-02 15:41:09','action started',0,'1','ActionScheduler','action_log',0,0),(19767,7246,'ActionScheduler','','','','2020-02-02 10:41:09','2020-02-02 15:41:09','action complete',0,'1','ActionScheduler','action_log',0,0),(19423,7133,'ActionScheduler','','','','2020-01-28 05:00:54','2020-01-28 10:00:54','action created',0,'1','ActionScheduler','action_log',0,0),(19424,7132,'ActionScheduler','','','','2020-01-28 05:00:54','2020-01-28 10:00:54','action started',0,'1','ActionScheduler','action_log',0,0),(19425,7132,'ActionScheduler','','','','2020-01-28 05:00:54','2020-01-28 10:00:54','action complete',0,'1','ActionScheduler','action_log',0,0),(19437,7136,'ActionScheduler','','','','2020-01-28 07:29:37','2020-01-28 12:29:37','action complete',0,'1','ActionScheduler','action_log',0,0),(19417,7131,'ActionScheduler','','','','2020-01-28 00:55:12','2020-01-28 05:55:12','action created',0,'1','ActionScheduler','action_log',0,0),(19418,7130,'ActionScheduler','','','','2020-01-28 00:55:12','2020-01-28 05:55:12','action started',0,'1','ActionScheduler','action_log',0,0),(19429,7135,'ActionScheduler','','','','2020-01-28 06:19:56','2020-01-28 11:19:56','action created',0,'1','ActionScheduler','action_log',0,0),(19430,7134,'ActionScheduler','','','','2020-01-28 06:19:56','2020-01-28 11:19:56','action started',0,'1','ActionScheduler','action_log',0,0),(19421,7131,'ActionScheduler','','','','2020-01-28 05:00:53','2020-01-28 10:00:53','action started',0,'1','ActionScheduler','action_log',0,0),(19422,7131,'ActionScheduler','','','','2020-01-28 05:00:53','2020-01-28 10:00:53','action complete',0,'1','ActionScheduler','action_log',0,0),(19633,7203,'ActionScheduler','','','','2020-01-31 10:34:26','2020-01-31 15:34:26','action created',0,'1','ActionScheduler','action_log',0,0),(19634,7202,'ActionScheduler','','','','2020-01-31 10:34:26','2020-01-31 15:34:26','action started',0,'1','ActionScheduler','action_log',0,0),(19635,7202,'ActionScheduler','','','','2020-01-31 10:34:26','2020-01-31 15:34:26','action complete',0,'1','ActionScheduler','action_log',0,0),(19636,7204,'ActionScheduler','','','','2020-01-31 10:34:26','2020-01-31 15:34:26','action created',0,'1','ActionScheduler','action_log',0,0),(19627,7201,'ActionScheduler','','','','2020-01-31 08:21:28','2020-01-31 13:21:28','action created',0,'1','ActionScheduler','action_log',0,0),(19608,7193,'ActionScheduler','','','','2020-01-31 01:18:54','2020-01-31 06:18:54','action complete',0,'1','ActionScheduler','action_log',0,0),(19606,7194,'ActionScheduler','','','','2020-01-30 23:57:02','2020-01-31 04:57:02','action created',0,'1','ActionScheduler','action_log',0,0),(19455,7142,'ActionScheduler','','','','2020-01-28 13:24:05','2020-01-28 18:24:05','action complete',0,'1','ActionScheduler','action_log',0,0),(19465,7147,'ActionScheduler','','','','2020-01-28 15:52:30','2020-01-28 20:52:30','action created',0,'1','ActionScheduler','action_log',0,0),(19446,7139,'ActionScheduler','','','','2020-01-28 10:22:44','2020-01-28 15:22:44','action complete',0,'1','ActionScheduler','action_log',0,0),(19593,7188,'ActionScheduler','','','','2020-01-30 20:41:22','2020-01-31 01:41:22','action complete',0,'1','ActionScheduler','action_log',0,0),(19594,7190,'ActionScheduler','','','','2020-01-30 20:41:22','2020-01-31 01:41:22','action created',0,'1','ActionScheduler','action_log',0,0),(19534,7170,'ActionScheduler','','','','2020-01-29 12:13:44','2020-01-29 17:13:44','action created',0,'1','ActionScheduler','action_log',0,0),(19467,7146,'ActionScheduler','','','','2020-01-28 15:52:30','2020-01-28 20:52:30','action complete',0,'1','ActionScheduler','action_log',0,0),(19468,7148,'ActionScheduler','','','','2020-01-28 15:52:30','2020-01-28 20:52:30','action created',0,'1','ActionScheduler','action_log',0,0),(19463,7145,'ActionScheduler','','','','2020-01-28 15:52:30','2020-01-28 20:52:30','action started',0,'1','ActionScheduler','action_log',0,0),(19457,7143,'ActionScheduler','','','','2020-01-28 14:41:05','2020-01-28 19:41:05','action started',0,'1','ActionScheduler','action_log',0,0),(19458,7143,'ActionScheduler','','','','2020-01-28 14:41:05','2020-01-28 19:41:05','action complete',0,'1','ActionScheduler','action_log',0,0),(19456,7144,'ActionScheduler','','','','2020-01-28 13:24:05','2020-01-28 18:24:05','action created',0,'1','ActionScheduler','action_log',0,0),(19447,7141,'ActionScheduler','','','','2020-01-28 10:22:44','2020-01-28 15:22:44','action created',0,'1','ActionScheduler','action_log',0,0),(19448,7140,'ActionScheduler','','','','2020-01-28 10:22:44','2020-01-28 15:22:44','action started',0,'1','ActionScheduler','action_log',0,0),(19449,7140,'ActionScheduler','','','','2020-01-28 10:22:44','2020-01-28 15:22:44','action complete',0,'1','ActionScheduler','action_log',0,0),(19597,7191,'ActionScheduler','','','','2020-01-30 21:58:30','2020-01-31 02:58:30','action created',0,'1','ActionScheduler','action_log',0,0),(19445,7139,'ActionScheduler','','','','2020-01-28 10:22:44','2020-01-28 15:22:44','action started',0,'1','ActionScheduler','action_log',0,0),(19522,7166,'ActionScheduler','','','','2020-01-29 08:42:57','2020-01-29 13:42:57','action created',0,'1','ActionScheduler','action_log',0,0),(19533,7168,'ActionScheduler','','','','2020-01-29 12:13:44','2020-01-29 17:13:44','action complete',0,'1','ActionScheduler','action_log',0,0),(19521,7164,'ActionScheduler','','','','2020-01-29 08:42:57','2020-01-29 13:42:57','action complete',0,'1','ActionScheduler','action_log',0,0),(19471,7149,'ActionScheduler','','','','2020-01-28 19:35:14','2020-01-29 00:35:14','action created',0,'1','ActionScheduler','action_log',0,0),(19472,7148,'ActionScheduler','','','','2020-01-28 19:35:14','2020-01-29 00:35:14','action started',0,'1','ActionScheduler','action_log',0,0),(19473,7148,'ActionScheduler','','','','2020-01-28 19:35:14','2020-01-29 00:35:14','action complete',0,'1','ActionScheduler','action_log',0,0),(19451,7141,'ActionScheduler','','','','2020-01-28 13:24:05','2020-01-28 18:24:05','action started',0,'1','ActionScheduler','action_log',0,0),(19452,7141,'ActionScheduler','','','','2020-01-28 13:24:05','2020-01-28 18:24:05','action complete',0,'1','ActionScheduler','action_log',0,0),(19453,7143,'ActionScheduler','','','','2020-01-28 13:24:05','2020-01-28 18:24:05','action created',0,'1','ActionScheduler','action_log',0,0),(19454,7142,'ActionScheduler','','','','2020-01-28 13:24:05','2020-01-28 18:24:05','action started',0,'1','ActionScheduler','action_log',0,0),(19646,7206,'ActionScheduler','','','','2020-01-31 18:02:34','2020-01-31 23:02:34','action started',0,'1','ActionScheduler','action_log',0,0),(19647,7206,'ActionScheduler','','','','2020-01-31 18:02:34','2020-01-31 23:02:34','action complete',0,'1','ActionScheduler','action_log',0,0),(19648,7208,'ActionScheduler','','','','2020-01-31 18:02:34','2020-01-31 23:02:34','action created',0,'1','ActionScheduler','action_log',0,0),(19515,7162,'ActionScheduler','','','','2020-01-29 06:42:49','2020-01-29 11:42:49','action complete',0,'1','ActionScheduler','action_log',0,0),(19516,7164,'ActionScheduler','','','','2020-01-29 06:42:49','2020-01-29 11:42:49','action created',0,'1','ActionScheduler','action_log',0,0),(19483,7153,'ActionScheduler','','','','2020-01-29 00:01:57','2020-01-29 05:01:57','action created',0,'1','ActionScheduler','action_log',0,0),(19491,7154,'ActionScheduler','','','','2020-01-29 01:19:16','2020-01-29 06:19:16','action complete',0,'1','ActionScheduler','action_log',0,0),(19492,7156,'ActionScheduler','','','','2020-01-29 01:19:16','2020-01-29 06:19:16','action created',0,'1','ActionScheduler','action_log',0,0),(19497,7156,'ActionScheduler','','','','2020-01-29 02:24:58','2020-01-29 07:24:58','action complete',0,'1','ActionScheduler','action_log',0,0),(19477,7151,'ActionScheduler','','','','2020-01-28 21:44:42','2020-01-29 02:44:42','action created',0,'1','ActionScheduler','action_log',0,0),(19474,7150,'ActionScheduler','','','','2020-01-28 19:35:14','2020-01-29 00:35:14','action created',0,'1','ActionScheduler','action_log',0,0),(19591,7189,'ActionScheduler','','','','2020-01-30 20:41:22','2020-01-31 01:41:22','action created',0,'1','ActionScheduler','action_log',0,0),(19592,7188,'ActionScheduler','','','','2020-01-30 20:41:22','2020-01-31 01:41:22','action started',0,'1','ActionScheduler','action_log',0,0),(19470,7147,'ActionScheduler','','','','2020-01-28 19:35:14','2020-01-29 00:35:14','action complete',0,'1','ActionScheduler','action_log',0,0),(19511,7161,'ActionScheduler','','','','2020-01-29 06:42:49','2020-01-29 11:42:49','action started',0,'1','ActionScheduler','action_log',0,0),(19499,7157,'ActionScheduler','','','','2020-01-29 03:25:44','2020-01-29 08:25:44','action started',0,'1','ActionScheduler','action_log',0,0),(19500,7157,'ActionScheduler','','','','2020-01-29 03:25:44','2020-01-29 08:25:44','action complete',0,'1','ActionScheduler','action_log',0,0),(19501,7159,'ActionScheduler','','','','2020-01-29 03:25:44','2020-01-29 08:25:44','action created',0,'1','ActionScheduler','action_log',0,0),(19482,7151,'ActionScheduler','','','','2020-01-29 00:01:57','2020-01-29 05:01:57','action complete',0,'1','ActionScheduler','action_log',0,0),(19476,7149,'ActionScheduler','','','','2020-01-28 21:44:42','2020-01-29 02:44:42','action complete',0,'1','ActionScheduler','action_log',0,0),(19506,7159,'ActionScheduler','','','','2020-01-29 05:29:06','2020-01-29 10:29:06','action complete',0,'1','ActionScheduler','action_log',0,0),(19507,7161,'ActionScheduler','','','','2020-01-29 05:29:06','2020-01-29 10:29:06','action created',0,'1','ActionScheduler','action_log',0,0),(19475,7149,'ActionScheduler','','','','2020-01-28 21:44:42','2020-01-29 02:44:42','action started',0,'1','ActionScheduler','action_log',0,0),(19496,7156,'ActionScheduler','','','','2020-01-29 02:24:58','2020-01-29 07:24:58','action started',0,'1','ActionScheduler','action_log',0,0),(19493,7155,'ActionScheduler','','','','2020-01-29 02:24:58','2020-01-29 07:24:58','action started',0,'1','ActionScheduler','action_log',0,0),(19494,7155,'ActionScheduler','','','','2020-01-29 02:24:58','2020-01-29 07:24:58','action complete',0,'1','ActionScheduler','action_log',0,0),(19512,7161,'ActionScheduler','','','','2020-01-29 06:42:49','2020-01-29 11:42:49','action complete',0,'1','ActionScheduler','action_log',0,0),(19513,7163,'ActionScheduler','','','','2020-01-29 06:42:49','2020-01-29 11:42:49','action created',0,'1','ActionScheduler','action_log',0,0),(19514,7162,'ActionScheduler','','','','2020-01-29 06:42:49','2020-01-29 11:42:49','action started',0,'1','ActionScheduler','action_log',0,0),(19484,7152,'ActionScheduler','','','','2020-01-29 00:01:57','2020-01-29 05:01:57','action started',0,'1','ActionScheduler','action_log',0,0),(19485,7152,'ActionScheduler','','','','2020-01-29 00:01:57','2020-01-29 05:01:57','action complete',0,'1','ActionScheduler','action_log',0,0),(19486,7154,'ActionScheduler','','','','2020-01-29 00:01:57','2020-01-29 05:01:57','action created',0,'1','ActionScheduler','action_log',0,0),(19480,7152,'ActionScheduler','','','','2020-01-28 21:44:42','2020-01-29 02:44:42','action created',0,'1','ActionScheduler','action_log',0,0),(19478,7150,'ActionScheduler','','','','2020-01-28 21:44:42','2020-01-29 02:44:42','action started',0,'1','ActionScheduler','action_log',0,0),(19479,7150,'ActionScheduler','','','','2020-01-28 21:44:42','2020-01-29 02:44:42','action complete',0,'1','ActionScheduler','action_log',0,0),(19495,7157,'ActionScheduler','','','','2020-01-29 02:24:58','2020-01-29 07:24:58','action created',0,'1','ActionScheduler','action_log',0,0),(19531,7169,'ActionScheduler','','','','2020-01-29 12:13:44','2020-01-29 17:13:44','action created',0,'1','ActionScheduler','action_log',0,0),(19510,7162,'ActionScheduler','','','','2020-01-29 05:29:06','2020-01-29 10:29:06','action created',0,'1','ActionScheduler','action_log',0,0),(19498,7158,'ActionScheduler','','','','2020-01-29 02:24:58','2020-01-29 07:24:58','action created',0,'1','ActionScheduler','action_log',0,0),(19487,7153,'ActionScheduler','','','','2020-01-29 01:19:16','2020-01-29 06:19:16','action started',0,'1','ActionScheduler','action_log',0,0),(19488,7153,'ActionScheduler','','','','2020-01-29 01:19:16','2020-01-29 06:19:16','action complete',0,'1','ActionScheduler','action_log',0,0),(19489,7155,'ActionScheduler','','','','2020-01-29 01:19:16','2020-01-29 06:19:16','action created',0,'1','ActionScheduler','action_log',0,0),(19490,7154,'ActionScheduler','','','','2020-01-29 01:19:16','2020-01-29 06:19:16','action started',0,'1','ActionScheduler','action_log',0,0),(18962,6978,'ActionScheduler','','','','2020-01-20 23:14:54','2020-01-21 04:14:54','action started',0,'1','ActionScheduler','action_log',0,0),(18963,6978,'ActionScheduler','','','','2020-01-20 23:14:54','2020-01-21 04:14:54','action complete',0,'1','ActionScheduler','action_log',0,0),(18964,6980,'ActionScheduler','','','','2020-01-20 23:14:54','2020-01-21 04:14:54','action created',0,'1','ActionScheduler','action_log',0,0),(18965,6979,'ActionScheduler','','','','2020-01-20 23:14:54','2020-01-21 04:14:54','action started',0,'1','ActionScheduler','action_log',0,0),(18966,6979,'ActionScheduler','','','','2020-01-20 23:14:54','2020-01-21 04:14:54','action complete',0,'1','ActionScheduler','action_log',0,0),(19524,7165,'ActionScheduler','','','','2020-01-29 10:37:52','2020-01-29 15:37:52','action complete',0,'1','ActionScheduler','action_log',0,0),(19523,7165,'ActionScheduler','','','','2020-01-29 10:37:52','2020-01-29 15:37:52','action started',0,'1','ActionScheduler','action_log',0,0),(18942,6971,'ActionScheduler','','','','2020-01-20 14:43:31','2020-01-20 19:43:31','action complete',0,'1','ActionScheduler','action_log',0,0),(18950,6974,'ActionScheduler','','','','2020-01-20 17:14:45','2020-01-20 22:14:45','action started',0,'1','ActionScheduler','action_log',0,0),(18951,6974,'ActionScheduler','','','','2020-01-20 17:14:45','2020-01-20 22:14:45','action complete',0,'1','ActionScheduler','action_log',0,0),(18952,6976,'ActionScheduler','','','','2020-01-20 17:14:45','2020-01-20 22:14:45','action created',0,'1','ActionScheduler','action_log',0,0),(18953,6975,'ActionScheduler','','','','2020-01-20 17:14:45','2020-01-20 22:14:45','action started',0,'1','ActionScheduler','action_log',0,0),(18954,6975,'ActionScheduler','','','','2020-01-20 17:14:45','2020-01-20 22:14:45','action complete',0,'1','ActionScheduler','action_log',0,0),(19028,7000,'ActionScheduler','','','','2020-01-22 01:04:48','2020-01-22 06:04:48','action started',0,'1','ActionScheduler','action_log',0,0),(19517,7163,'ActionScheduler','','','','2020-01-29 08:42:57','2020-01-29 13:42:57','action started',0,'1','ActionScheduler','action_log',0,0),(19518,7163,'ActionScheduler','','','','2020-01-29 08:42:57','2020-01-29 13:42:57','action complete',0,'1','ActionScheduler','action_log',0,0),(19519,7165,'ActionScheduler','','','','2020-01-29 08:42:57','2020-01-29 13:42:57','action created',0,'1','ActionScheduler','action_log',0,0),(19520,7164,'ActionScheduler','','','','2020-01-29 08:42:57','2020-01-29 13:42:57','action started',0,'1','ActionScheduler','action_log',0,0),(18941,6971,'ActionScheduler','','','','2020-01-20 14:43:31','2020-01-20 19:43:31','action started',0,'1','ActionScheduler','action_log',0,0),(18913,6963,'ActionScheduler','','','','2020-01-20 07:07:01','2020-01-20 12:07:01','action created',0,'1','ActionScheduler','action_log',0,0),(18914,6962,'ActionScheduler','','','','2020-01-20 08:52:16','2020-01-20 13:52:16','action started',0,'1','ActionScheduler','action_log',0,0),(18915,6962,'ActionScheduler','','','','2020-01-20 08:52:17','2020-01-20 13:52:17','action complete',0,'1','ActionScheduler','action_log',0,0),(18916,6964,'ActionScheduler','','','','2020-01-20 08:52:17','2020-01-20 13:52:17','action created',0,'1','ActionScheduler','action_log',0,0),(19556,7176,'ActionScheduler','','','','2020-01-29 22:54:41','2020-01-30 03:54:41','action started',0,'1','ActionScheduler','action_log',0,0),(19557,7176,'ActionScheduler','','','','2020-01-29 22:54:41','2020-01-30 03:54:41','action complete',0,'1','ActionScheduler','action_log',0,0),(19558,7178,'ActionScheduler','','','','2020-01-29 22:54:41','2020-01-30 03:54:41','action created',0,'1','ActionScheduler','action_log',0,0),(19555,7177,'ActionScheduler','','','','2020-01-29 22:54:41','2020-01-30 03:54:41','action created',0,'1','ActionScheduler','action_log',0,0),(19562,7178,'ActionScheduler','','','','2020-01-30 03:50:47','2020-01-30 08:50:47','action started',0,'1','ActionScheduler','action_log',0,0),(19563,7178,'ActionScheduler','','','','2020-01-30 03:50:47','2020-01-30 08:50:47','action complete',0,'1','ActionScheduler','action_log',0,0),(19554,7175,'ActionScheduler','','','','2020-01-29 22:54:41','2020-01-30 03:54:41','action complete',0,'1','ActionScheduler','action_log',0,0),(19578,7183,'ActionScheduler','','','','2020-01-30 12:37:16','2020-01-30 17:37:16','action complete',0,'1','ActionScheduler','action_log',0,0),(19577,7183,'ActionScheduler','','','','2020-01-30 12:37:16','2020-01-30 17:37:16','action started',0,'1','ActionScheduler','action_log',0,0),(19583,7185,'ActionScheduler','','','','2020-01-30 15:13:43','2020-01-30 20:13:43','action started',0,'1','ActionScheduler','action_log',0,0),(19584,7185,'ActionScheduler','','','','2020-01-30 15:13:43','2020-01-30 20:13:43','action complete',0,'1','ActionScheduler','action_log',0,0),(19585,7187,'ActionScheduler','','','','2020-01-30 15:13:43','2020-01-30 20:13:43','action created',0,'1','ActionScheduler','action_log',0,0),(19586,7186,'ActionScheduler','','','','2020-01-30 15:13:43','2020-01-30 20:13:43','action started',0,'1','ActionScheduler','action_log',0,0),(19587,7186,'ActionScheduler','','','','2020-01-30 15:13:43','2020-01-30 20:13:43','action complete',0,'1','ActionScheduler','action_log',0,0),(19588,7188,'ActionScheduler','','','','2020-01-30 15:13:43','2020-01-30 20:13:43','action created',0,'1','ActionScheduler','action_log',0,0),(19570,7182,'ActionScheduler','','','','2020-01-30 06:14:21','2020-01-30 11:14:21','action created',0,'1','ActionScheduler','action_log',0,0),(19569,7180,'ActionScheduler','','','','2020-01-30 06:14:21','2020-01-30 11:14:21','action complete',0,'1','ActionScheduler','action_log',0,0),(19561,7179,'ActionScheduler','','','','2020-01-30 03:50:47','2020-01-30 08:50:47','action created',0,'1','ActionScheduler','action_log',0,0),(19566,7179,'ActionScheduler','','','','2020-01-30 06:14:21','2020-01-30 11:14:21','action complete',0,'1','ActionScheduler','action_log',0,0),(19567,7181,'ActionScheduler','','','','2020-01-30 06:14:21','2020-01-30 11:14:21','action created',0,'1','ActionScheduler','action_log',0,0),(19559,7177,'ActionScheduler','','','','2020-01-30 03:50:47','2020-01-30 08:50:47','action started',0,'1','ActionScheduler','action_log',0,0),(19560,7177,'ActionScheduler','','','','2020-01-30 03:50:47','2020-01-30 08:50:47','action complete',0,'1','ActionScheduler','action_log',0,0),(19572,7181,'ActionScheduler','','','','2020-01-30 07:23:50','2020-01-30 12:23:50','action complete',0,'1','ActionScheduler','action_log',0,0),(19573,7183,'ActionScheduler','','','','2020-01-30 07:23:50','2020-01-30 12:23:50','action created',0,'1','ActionScheduler','action_log',0,0),(19574,7182,'ActionScheduler','','','','2020-01-30 07:23:50','2020-01-30 12:23:50','action started',0,'1','ActionScheduler','action_log',0,0),(19575,7182,'ActionScheduler','','','','2020-01-30 07:23:50','2020-01-30 12:23:50','action complete',0,'1','ActionScheduler','action_log',0,0),(19571,7181,'ActionScheduler','','','','2020-01-30 07:23:50','2020-01-30 12:23:50','action started',0,'1','ActionScheduler','action_log',0,0),(19576,7184,'ActionScheduler','','','','2020-01-30 07:23:50','2020-01-30 12:23:50','action created',0,'1','ActionScheduler','action_log',0,0),(18905,6959,'ActionScheduler','','','','2020-01-20 05:45:40','2020-01-20 10:45:40','action started',0,'1','ActionScheduler','action_log',0,0),(18906,6959,'ActionScheduler','','','','2020-01-20 05:45:40','2020-01-20 10:45:40','action complete',0,'1','ActionScheduler','action_log',0,0),(18907,6961,'ActionScheduler','','','','2020-01-20 05:45:40','2020-01-20 10:45:40','action created',0,'1','ActionScheduler','action_log',0,0),(19655,7209,'ActionScheduler','','','','2020-01-31 22:20:51','2020-02-01 03:20:51','action started',0,'1','ActionScheduler','action_log',0,0),(19656,7209,'ActionScheduler','','','','2020-01-31 22:20:51','2020-02-01 03:20:51','action complete',0,'1','ActionScheduler','action_log',0,0),(19657,7211,'ActionScheduler','','','','2020-01-31 22:20:51','2020-02-01 03:20:51','action created',0,'1','ActionScheduler','action_log',0,0),(19658,7210,'ActionScheduler','','','','2020-01-31 22:20:51','2020-02-01 03:20:51','action started',0,'1','ActionScheduler','action_log',0,0),(19659,7210,'ActionScheduler','','','','2020-01-31 22:20:51','2020-02-01 03:20:51','action complete',0,'1','ActionScheduler','action_log',0,0),(18949,6975,'ActionScheduler','','','','2020-01-20 15:46:18','2020-01-20 20:46:18','action created',0,'1','ActionScheduler','action_log',0,0),(18958,6978,'ActionScheduler','','','','2020-01-20 20:52:27','2020-01-21 01:52:27','action created',0,'1','ActionScheduler','action_log',0,0),(18908,6960,'ActionScheduler','','','','2020-01-20 07:07:01','2020-01-20 12:07:01','action started',0,'1','ActionScheduler','action_log',0,0),(18909,6960,'ActionScheduler','','','','2020-01-20 07:07:01','2020-01-20 12:07:01','action complete',0,'1','ActionScheduler','action_log',0,0),(18910,6962,'ActionScheduler','','','','2020-01-20 07:07:01','2020-01-20 12:07:01','action created',0,'1','ActionScheduler','action_log',0,0),(18911,6961,'ActionScheduler','','','','2020-01-20 07:07:01','2020-01-20 12:07:01','action started',0,'1','ActionScheduler','action_log',0,0),(19595,7189,'ActionScheduler','','','','2020-01-30 21:58:30','2020-01-31 02:58:30','action started',0,'1','ActionScheduler','action_log',0,0),(19596,7189,'ActionScheduler','','','','2020-01-30 21:58:30','2020-01-31 02:58:30','action complete',0,'1','ActionScheduler','action_log',0,0),(19598,7190,'ActionScheduler','','','','2020-01-30 21:58:30','2020-01-31 02:58:30','action started',0,'1','ActionScheduler','action_log',0,0),(19629,7200,'ActionScheduler','','','','2020-01-31 08:21:28','2020-01-31 13:21:28','action complete',0,'1','ActionScheduler','action_log',0,0),(19630,7202,'ActionScheduler','','','','2020-01-31 08:21:28','2020-01-31 13:21:28','action created',0,'1','ActionScheduler','action_log',0,0),(18947,6973,'ActionScheduler','','','','2020-01-20 15:46:18','2020-01-20 20:46:18','action started',0,'1','ActionScheduler','action_log',0,0),(18948,6973,'ActionScheduler','','','','2020-01-20 15:46:18','2020-01-20 20:46:18','action complete',0,'1','ActionScheduler','action_log',0,0),(19589,7187,'ActionScheduler','','','','2020-01-30 20:41:22','2020-01-31 01:41:22','action started',0,'1','ActionScheduler','action_log',0,0),(19590,7187,'ActionScheduler','','','','2020-01-30 20:41:22','2020-01-31 01:41:22','action complete',0,'1','ActionScheduler','action_log',0,0),(19621,7199,'ActionScheduler','','','','2020-01-31 05:42:38','2020-01-31 10:42:38','action created',0,'1','ActionScheduler','action_log',0,0),(19607,7193,'ActionScheduler','','','','2020-01-31 01:18:54','2020-01-31 06:18:54','action started',0,'1','ActionScheduler','action_log',0,0),(19599,7190,'ActionScheduler','','','','2020-01-30 21:58:30','2020-01-31 02:58:30','action complete',0,'1','ActionScheduler','action_log',0,0),(19600,7192,'ActionScheduler','','','','2020-01-30 21:58:30','2020-01-31 02:58:30','action created',0,'1','ActionScheduler','action_log',0,0),(19615,7197,'ActionScheduler','','','','2020-01-31 02:28:55','2020-01-31 07:28:55','action created',0,'1','ActionScheduler','action_log',0,0),(19611,7194,'ActionScheduler','','','','2020-01-31 01:18:54','2020-01-31 06:18:54','action complete',0,'1','ActionScheduler','action_log',0,0),(19612,7196,'ActionScheduler','','','','2020-01-31 01:18:54','2020-01-31 06:18:54','action created',0,'1','ActionScheduler','action_log',0,0),(19613,7195,'ActionScheduler','','','','2020-01-31 02:28:55','2020-01-31 07:28:55','action started',0,'1','ActionScheduler','action_log',0,0),(19614,7195,'ActionScheduler','','','','2020-01-31 02:28:55','2020-01-31 07:28:55','action complete',0,'1','ActionScheduler','action_log',0,0),(19619,7197,'ActionScheduler','','','','2020-01-31 05:42:38','2020-01-31 10:42:38','action started',0,'1','ActionScheduler','action_log',0,0),(19620,7197,'ActionScheduler','','','','2020-01-31 05:42:38','2020-01-31 10:42:38','action complete',0,'1','ActionScheduler','action_log',0,0),(18894,6955,'ActionScheduler','','','','2020-01-20 00:27:53','2020-01-20 05:27:53','action complete',0,'1','ActionScheduler','action_log',0,0),(18646,6874,'ActionScheduler','','','','2020-01-16 06:52:36','2020-01-16 11:52:36','action created',0,'1','ActionScheduler','action_log',0,0),(18636,6869,'ActionScheduler','','','','2020-01-16 05:19:10','2020-01-16 10:19:10','action complete',0,'1','ActionScheduler','action_log',0,0),(18635,6869,'ActionScheduler','','','','2020-01-16 05:19:10','2020-01-16 10:19:10','action started',0,'1','ActionScheduler','action_log',0,0),(19550,7174,'ActionScheduler','','','','2020-01-29 16:50:49','2020-01-29 21:50:49','action started',0,'1','ActionScheduler','action_log',0,0),(19551,7174,'ActionScheduler','','','','2020-01-29 16:50:49','2020-01-29 21:50:49','action complete',0,'1','ActionScheduler','action_log',0,0),(19552,7176,'ActionScheduler','','','','2020-01-29 16:50:49','2020-01-29 21:50:49','action created',0,'1','ActionScheduler','action_log',0,0),(19637,7203,'ActionScheduler','','','','2020-01-31 12:56:39','2020-01-31 17:56:39','action started',0,'1','ActionScheduler','action_log',0,0),(19638,7203,'ActionScheduler','','','','2020-01-31 12:56:39','2020-01-31 17:56:39','action complete',0,'1','ActionScheduler','action_log',0,0),(19639,7205,'ActionScheduler','','','','2020-01-31 12:56:39','2020-01-31 17:56:39','action created',0,'1','ActionScheduler','action_log',0,0),(19640,7204,'ActionScheduler','','','','2020-01-31 12:56:39','2020-01-31 17:56:39','action started',0,'1','ActionScheduler','action_log',0,0),(19641,7204,'ActionScheduler','','','','2020-01-31 12:56:39','2020-01-31 17:56:39','action complete',0,'1','ActionScheduler','action_log',0,0),(19642,7206,'ActionScheduler','','','','2020-01-31 12:56:39','2020-01-31 17:56:39','action created',0,'1','ActionScheduler','action_log',0,0),(19622,7198,'ActionScheduler','','','','2020-01-31 05:42:38','2020-01-31 10:42:38','action started',0,'1','ActionScheduler','action_log',0,0),(19623,7198,'ActionScheduler','','','','2020-01-31 05:42:38','2020-01-31 10:42:38','action complete',0,'1','ActionScheduler','action_log',0,0),(19624,7200,'ActionScheduler','','','','2020-01-31 05:42:38','2020-01-31 10:42:38','action created',0,'1','ActionScheduler','action_log',0,0),(19625,7199,'ActionScheduler','','','','2020-01-31 08:21:28','2020-01-31 13:21:28','action started',0,'1','ActionScheduler','action_log',0,0),(19626,7199,'ActionScheduler','','','','2020-01-31 08:21:28','2020-01-31 13:21:28','action complete',0,'1','ActionScheduler','action_log',0,0),(18597,6856,'ActionScheduler','','','','2020-01-15 17:38:19','2020-01-15 22:38:19','action complete',0,'1','ActionScheduler','action_log',0,0),(18590,6854,'ActionScheduler','','','','2020-01-15 16:23:22','2020-01-15 21:23:22','action started',0,'1','ActionScheduler','action_log',0,0),(18591,6854,'ActionScheduler','','','','2020-01-15 16:23:22','2020-01-15 21:23:22','action complete',0,'1','ActionScheduler','action_log',0,0),(18592,6856,'ActionScheduler','','','','2020-01-15 16:23:22','2020-01-15 21:23:22','action created',0,'1','ActionScheduler','action_log',0,0),(18616,6864,'ActionScheduler','','','','2020-01-15 20:46:43','2020-01-16 01:46:43','action created',0,'1','ActionScheduler','action_log',0,0),(19781,7250,'ActionScheduler','','','','2020-02-02 13:15:43','2020-02-02 18:15:43','action started',0,'1','ActionScheduler','action_log',0,0),(19740,7237,'ActionScheduler','','','','2020-02-02 03:28:30','2020-02-02 08:28:30','action complete',0,'1','ActionScheduler','action_log',0,0),(19741,7239,'ActionScheduler','','','','2020-02-02 03:28:30','2020-02-02 08:28:30','action created',0,'1','ActionScheduler','action_log',0,0),(19742,7238,'ActionScheduler','','','','2020-02-02 03:28:30','2020-02-02 08:28:30','action started',0,'1','ActionScheduler','action_log',0,0),(19735,7237,'ActionScheduler','','','','2020-02-02 01:45:49','2020-02-02 06:45:49','action created',0,'1','ActionScheduler','action_log',0,0),(19712,7228,'ActionScheduler','','','','2020-02-01 17:19:12','2020-02-01 22:19:12','action started',0,'1','ActionScheduler','action_log',0,0),(19687,7221,'ActionScheduler','','','','2020-02-01 08:41:29','2020-02-01 13:41:29','action created',0,'1','ActionScheduler','action_log',0,0),(19688,7220,'ActionScheduler','','','','2020-02-01 08:41:29','2020-02-01 13:41:29','action started',0,'1','ActionScheduler','action_log',0,0),(19689,7220,'ActionScheduler','','','','2020-02-01 08:41:29','2020-02-01 13:41:29','action complete',0,'1','ActionScheduler','action_log',0,0),(19690,7222,'ActionScheduler','','','','2020-02-01 08:41:29','2020-02-01 13:41:29','action created',0,'1','ActionScheduler','action_log',0,0),(19671,7214,'ActionScheduler','','','','2020-02-01 00:42:05','2020-02-01 05:42:05','action complete',0,'1','ActionScheduler','action_log',0,0),(19672,7216,'ActionScheduler','','','','2020-02-01 00:42:05','2020-02-01 05:42:05','action created',0,'1','ActionScheduler','action_log',0,0),(19643,7205,'ActionScheduler','','','','2020-01-31 18:02:34','2020-01-31 23:02:34','action started',0,'1','ActionScheduler','action_log',0,0),(19644,7205,'ActionScheduler','','','','2020-01-31 18:02:34','2020-01-31 23:02:34','action complete',0,'1','ActionScheduler','action_log',0,0),(19654,7210,'ActionScheduler','','','','2020-01-31 19:26:23','2020-02-01 00:26:23','action created',0,'1','ActionScheduler','action_log',0,0),(19682,7218,'ActionScheduler','','','','2020-02-01 07:36:15','2020-02-01 12:36:15','action started',0,'1','ActionScheduler','action_log',0,0),(19683,7218,'ActionScheduler','','','','2020-02-01 07:36:15','2020-02-01 12:36:15','action complete',0,'1','ActionScheduler','action_log',0,0),(19651,7209,'ActionScheduler','','','','2020-01-31 19:26:23','2020-02-01 00:26:23','action created',0,'1','ActionScheduler','action_log',0,0),(19650,7207,'ActionScheduler','','','','2020-01-31 19:26:23','2020-02-01 00:26:23','action complete',0,'1','ActionScheduler','action_log',0,0),(19645,7207,'ActionScheduler','','','','2020-01-31 18:02:34','2020-01-31 23:02:34','action created',0,'1','ActionScheduler','action_log',0,0),(19670,7214,'ActionScheduler','','','','2020-02-01 00:42:05','2020-02-01 05:42:05','action started',0,'1','ActionScheduler','action_log',0,0),(19668,7213,'ActionScheduler','','','','2020-02-01 00:42:05','2020-02-01 05:42:05','action complete',0,'1','ActionScheduler','action_log',0,0),(19669,7215,'ActionScheduler','','','','2020-02-01 00:42:05','2020-02-01 05:42:05','action created',0,'1','ActionScheduler','action_log',0,0),(19653,7208,'ActionScheduler','','','','2020-01-31 19:26:23','2020-02-01 00:26:23','action complete',0,'1','ActionScheduler','action_log',0,0),(19662,7211,'ActionScheduler','','','','2020-01-31 23:26:26','2020-02-01 04:26:26','action complete',0,'1','ActionScheduler','action_log',0,0),(19663,7213,'ActionScheduler','','','','2020-01-31 23:26:26','2020-02-01 04:26:26','action created',0,'1','ActionScheduler','action_log',0,0),(19664,7212,'ActionScheduler','','','','2020-01-31 23:26:26','2020-02-01 04:26:26','action started',0,'1','ActionScheduler','action_log',0,0),(19667,7213,'ActionScheduler','','','','2020-02-01 00:42:05','2020-02-01 05:42:05','action started',0,'1','ActionScheduler','action_log',0,0),(19665,7212,'ActionScheduler','','','','2020-01-31 23:26:26','2020-02-01 04:26:26','action complete',0,'1','ActionScheduler','action_log',0,0),(19666,7214,'ActionScheduler','','','','2020-01-31 23:26:26','2020-02-01 04:26:26','action created',0,'1','ActionScheduler','action_log',0,0),(19684,7220,'ActionScheduler','','','','2020-02-01 07:36:15','2020-02-01 12:36:15','action created',0,'1','ActionScheduler','action_log',0,0),(19745,7239,'ActionScheduler','','','','2020-02-02 06:49:56','2020-02-02 11:49:56','action started',0,'1','ActionScheduler','action_log',0,0),(19746,7239,'ActionScheduler','','','','2020-02-02 06:49:56','2020-02-02 11:49:56','action complete',0,'1','ActionScheduler','action_log',0,0),(19775,7102,'ActionScheduler','','','','2020-02-02 12:08:06','2020-02-02 17:08:06','action started',0,'1','ActionScheduler','action_log',0,0),(19776,7102,'ActionScheduler','','','','2020-02-02 12:08:06','2020-02-02 17:08:06','action complete',0,'1','ActionScheduler','action_log',0,0),(19777,7251,'ActionScheduler','','','','2020-02-02 12:08:06','2020-02-02 17:08:06','action created',0,'1','ActionScheduler','action_log',0,0),(19778,7249,'ActionScheduler','','','','2020-02-02 13:15:43','2020-02-02 18:15:43','action started',0,'1','ActionScheduler','action_log',0,0),(19716,7229,'ActionScheduler','','','','2020-02-01 18:25:18','2020-02-01 23:25:18','action complete',0,'1','ActionScheduler','action_log',0,0),(19715,7229,'ActionScheduler','','','','2020-02-01 18:25:18','2020-02-01 23:25:18','action started',0,'1','ActionScheduler','action_log',0,0),(19703,7225,'ActionScheduler','','','','2020-02-01 14:54:48','2020-02-01 19:54:48','action started',0,'1','ActionScheduler','action_log',0,0),(19744,7240,'ActionScheduler','','','','2020-02-02 03:28:30','2020-02-02 08:28:30','action created',0,'1','ActionScheduler','action_log',0,0),(19782,7250,'ActionScheduler','','','','2020-02-02 13:15:43','2020-02-02 18:15:43','action complete',0,'1','ActionScheduler','action_log',0,0),(19752,7241,'ActionScheduler','','','','2020-02-02 07:51:20','2020-02-02 12:51:20','action complete',0,'1','ActionScheduler','action_log',0,0),(19753,7243,'ActionScheduler','','','','2020-02-02 07:51:20','2020-02-02 12:51:20','action created',0,'1','ActionScheduler','action_log',0,0),(19754,7242,'ActionScheduler','','','','2020-02-02 07:51:20','2020-02-02 12:51:20','action started',0,'1','ActionScheduler','action_log',0,0),(19755,7242,'ActionScheduler','','','','2020-02-02 07:51:20','2020-02-02 12:51:20','action complete',0,'1','ActionScheduler','action_log',0,0),(19756,7244,'ActionScheduler','','','','2020-02-02 07:51:20','2020-02-02 12:51:20','action created',0,'1','ActionScheduler','action_log',0,0),(19711,7229,'ActionScheduler','','','','2020-02-01 17:19:12','2020-02-01 22:19:12','action created',0,'1','ActionScheduler','action_log',0,0),(19700,7224,'ActionScheduler','','','','2020-02-01 12:10:50','2020-02-01 17:10:50','action started',0,'1','ActionScheduler','action_log',0,0),(19701,7224,'ActionScheduler','','','','2020-02-01 12:10:50','2020-02-01 17:10:50','action complete',0,'1','ActionScheduler','action_log',0,0),(19709,7227,'ActionScheduler','','','','2020-02-01 17:19:12','2020-02-01 22:19:12','action started',0,'1','ActionScheduler','action_log',0,0),(19697,7223,'ActionScheduler','','','','2020-02-01 12:10:50','2020-02-01 17:10:50','action started',0,'1','ActionScheduler','action_log',0,0),(19698,7223,'ActionScheduler','','','','2020-02-01 12:10:50','2020-02-01 17:10:50','action complete',0,'1','ActionScheduler','action_log',0,0),(19699,7225,'ActionScheduler','','','','2020-02-01 12:10:50','2020-02-01 17:10:50','action created',0,'1','ActionScheduler','action_log',0,0),(19795,7257,'ActionScheduler','','','','2020-02-02 18:41:35','2020-02-02 23:41:35','action created',0,'1','ActionScheduler','action_log',0,0),(19801,7259,'ActionScheduler','','','','2020-02-02 21:36:14','2020-02-03 02:36:14','action created',0,'1','ActionScheduler','action_log',0,0),(19791,7254,'ActionScheduler','','','','2020-02-02 18:41:35','2020-02-02 23:41:35','action complete',0,'1','ActionScheduler','action_log',0,0),(18588,6853,'ActionScheduler','','','','2020-01-15 16:23:22','2020-01-15 21:23:22','action complete',0,'1','ActionScheduler','action_log',0,0),(18596,6856,'ActionScheduler','','','','2020-01-15 17:38:19','2020-01-15 22:38:19','action started',0,'1','ActionScheduler','action_log',0,0),(18593,6855,'ActionScheduler','','','','2020-01-15 17:38:19','2020-01-15 22:38:19','action started',0,'1','ActionScheduler','action_log',0,0),(18594,6855,'ActionScheduler','','','','2020-01-15 17:38:19','2020-01-15 22:38:19','action complete',0,'1','ActionScheduler','action_log',0,0),(18581,6851,'ActionScheduler','','','','2020-01-15 15:05:02','2020-01-15 20:05:02','action started',0,'1','ActionScheduler','action_log',0,0),(18580,6852,'ActionScheduler','','','','2020-01-15 13:46:13','2020-01-15 18:46:13','action created',0,'1','ActionScheduler','action_log',0,0),(18622,6866,'ActionScheduler','','','','2020-01-15 23:50:59','2020-01-16 04:50:59','action created',0,'1','ActionScheduler','action_log',0,0),(18576,6849,'ActionScheduler','','','','2020-01-15 13:46:13','2020-01-15 18:46:13','action complete',0,'1','ActionScheduler','action_log',0,0),(18587,6853,'ActionScheduler','','','','2020-01-15 16:23:22','2020-01-15 21:23:22','action started',0,'1','ActionScheduler','action_log',0,0),(18552,6841,'ActionScheduler','','','','2020-01-15 08:26:49','2020-01-15 13:26:49','action complete',0,'1','ActionScheduler','action_log',0,0),(18568,6848,'ActionScheduler','','','','2020-01-15 11:28:06','2020-01-15 16:28:06','action created',0,'1','ActionScheduler','action_log',0,0),(18569,6847,'ActionScheduler','','','','2020-01-15 12:34:07','2020-01-15 17:34:07','action started',0,'1','ActionScheduler','action_log',0,0),(18570,6847,'ActionScheduler','','','','2020-01-15 12:34:07','2020-01-15 17:34:07','action complete',0,'1','ActionScheduler','action_log',0,0),(18571,6849,'ActionScheduler','','','','2020-01-15 12:34:07','2020-01-15 17:34:07','action created',0,'1','ActionScheduler','action_log',0,0),(19721,7231,'ActionScheduler','','','','2020-02-01 19:53:42','2020-02-02 00:53:42','action started',0,'1','ActionScheduler','action_log',0,0),(18562,6846,'ActionScheduler','','','','2020-01-15 09:43:16','2020-01-15 14:43:16','action created',0,'1','ActionScheduler','action_log',0,0),(18584,6852,'ActionScheduler','','','','2020-01-15 15:05:02','2020-01-15 20:05:02','action started',0,'1','ActionScheduler','action_log',0,0),(18583,6853,'ActionScheduler','','','','2020-01-15 15:05:02','2020-01-15 20:05:02','action created',0,'1','ActionScheduler','action_log',0,0),(18553,6843,'ActionScheduler','','','','2020-01-15 08:26:49','2020-01-15 13:26:49','action created',0,'1','ActionScheduler','action_log',0,0),(18554,6842,'ActionScheduler','','','','2020-01-15 08:26:49','2020-01-15 13:26:49','action started',0,'1','ActionScheduler','action_log',0,0),(18565,6847,'ActionScheduler','','','','2020-01-15 11:28:06','2020-01-15 16:28:06','action created',0,'1','ActionScheduler','action_log',0,0),(18561,6844,'ActionScheduler','','','','2020-01-15 09:43:16','2020-01-15 14:43:16','action complete',0,'1','ActionScheduler','action_log',0,0),(18704,6892,'ActionScheduler','','','','2020-01-17 02:31:53','2020-01-17 07:31:53','action started',0,'1','ActionScheduler','action_log',0,0),(18705,6892,'ActionScheduler','','','','2020-01-17 02:31:53','2020-01-17 07:31:53','action complete',0,'1','ActionScheduler','action_log',0,0),(18567,6846,'ActionScheduler','','','','2020-01-15 11:28:06','2020-01-15 16:28:06','action complete',0,'1','ActionScheduler','action_log',0,0),(19794,7255,'ActionScheduler','','','','2020-02-02 18:41:35','2020-02-02 23:41:35','action complete',0,'1','ActionScheduler','action_log',0,0),(19728,7233,'ActionScheduler','','','','2020-02-02 00:03:42','2020-02-02 05:03:42','action complete',0,'1','ActionScheduler','action_log',0,0),(18585,6852,'ActionScheduler','','','','2020-01-15 15:05:02','2020-01-15 20:05:02','action complete',0,'1','ActionScheduler','action_log',0,0),(19789,7255,'ActionScheduler','','','','2020-02-02 14:29:00','2020-02-02 19:29:00','action created',0,'1','ActionScheduler','action_log',0,0),(18550,6842,'ActionScheduler','','','','2020-01-15 07:06:23','2020-01-15 12:06:23','action created',0,'1','ActionScheduler','action_log',0,0),(18538,6838,'ActionScheduler','','','','2020-01-15 04:58:21','2020-01-15 09:58:21','action created',0,'1','ActionScheduler','action_log',0,0),(18534,6835,'ActionScheduler','','','','2020-01-15 04:58:20','2020-01-15 09:58:20','action complete',0,'1','ActionScheduler','action_log',0,0),(19736,7236,'ActionScheduler','','','','2020-02-02 01:45:49','2020-02-02 06:45:49','action started',0,'1','ActionScheduler','action_log',0,0),(19737,7236,'ActionScheduler','','','','2020-02-02 01:45:49','2020-02-02 06:45:49','action complete',0,'1','ActionScheduler','action_log',0,0),(19738,7238,'ActionScheduler','','','','2020-02-02 01:45:49','2020-02-02 06:45:49','action created',0,'1','ActionScheduler','action_log',0,0),(19784,7252,'ActionScheduler','','','','2020-02-02 14:29:00','2020-02-02 19:29:00','action started',0,'1','ActionScheduler','action_log',0,0),(18718,6898,'ActionScheduler','','','','2020-01-17 06:17:14','2020-01-17 11:17:14','action created',0,'1','ActionScheduler','action_log',0,0),(18536,6836,'ActionScheduler','','','','2020-01-15 04:58:21','2020-01-15 09:58:21','action started',0,'1','ActionScheduler','action_log',0,0),(18535,6837,'ActionScheduler','','','','2020-01-15 04:58:21','2020-01-15 09:58:21','action created',0,'1','ActionScheduler','action_log',0,0),(18527,6833,'ActionScheduler','','','','2020-01-15 03:18:30','2020-01-15 08:18:30','action started',0,'1','ActionScheduler','action_log',0,0),(19749,7240,'ActionScheduler','','','','2020-02-02 06:49:56','2020-02-02 11:49:56','action complete',0,'1','ActionScheduler','action_log',0,0),(19780,7252,'ActionScheduler','','','','2020-02-02 13:15:43','2020-02-02 18:15:43','action created',0,'1','ActionScheduler','action_log',0,0),(18531,6834,'ActionScheduler','','','','2020-01-15 03:18:30','2020-01-15 08:18:30','action complete',0,'1','ActionScheduler','action_log',0,0),(18537,6836,'ActionScheduler','','','','2020-01-15 04:58:21','2020-01-15 09:58:21','action complete',0,'1','ActionScheduler','action_log',0,0),(18528,6833,'ActionScheduler','','','','2020-01-15 03:18:30','2020-01-15 08:18:30','action complete',0,'1','ActionScheduler','action_log',0,0),(18639,6870,'ActionScheduler','','','','2020-01-16 05:19:10','2020-01-16 10:19:10','action complete',0,'1','ActionScheduler','action_log',0,0),(18638,6870,'ActionScheduler','','','','2020-01-16 05:19:10','2020-01-16 10:19:10','action started',0,'1','ActionScheduler','action_log',0,0),(18644,6872,'ActionScheduler','','','','2020-01-16 06:52:35','2020-01-16 11:52:35','action started',0,'1','ActionScheduler','action_log',0,0),(18645,6872,'ActionScheduler','','','','2020-01-16 06:52:35','2020-01-16 11:52:35','action complete',0,'1','ActionScheduler','action_log',0,0),(19649,7207,'ActionScheduler','','','','2020-01-31 19:26:23','2020-02-01 00:26:23','action started',0,'1','ActionScheduler','action_log',0,0),(19660,7212,'ActionScheduler','','','','2020-01-31 22:20:51','2020-02-01 03:20:51','action created',0,'1','ActionScheduler','action_log',0,0),(19763,7245,'ActionScheduler','','','','2020-02-02 10:41:09','2020-02-02 15:41:09','action started',0,'1','ActionScheduler','action_log',0,0),(19765,7247,'ActionScheduler','','','','2020-02-02 10:41:09','2020-02-02 15:41:09','action created',0,'1','ActionScheduler','action_log',0,0),(19750,7242,'ActionScheduler','','','','2020-02-02 06:49:56','2020-02-02 11:49:56','action created',0,'1','ActionScheduler','action_log',0,0),(19751,7241,'ActionScheduler','','','','2020-02-02 07:51:20','2020-02-02 12:51:20','action started',0,'1','ActionScheduler','action_log',0,0),(19773,7248,'ActionScheduler','','','','2020-02-02 12:08:06','2020-02-02 17:08:06','action complete',0,'1','ActionScheduler','action_log',0,0),(19761,7244,'ActionScheduler','','','','2020-02-02 08:55:44','2020-02-02 13:55:44','action complete',0,'1','ActionScheduler','action_log',0,0),(19760,7244,'ActionScheduler','','','','2020-02-02 08:55:44','2020-02-02 13:55:44','action started',0,'1','ActionScheduler','action_log',0,0),(19748,7240,'ActionScheduler','','','','2020-02-02 06:49:56','2020-02-02 11:49:56','action started',0,'1','ActionScheduler','action_log',0,0),(19764,7245,'ActionScheduler','','','','2020-02-02 10:41:09','2020-02-02 15:41:09','action complete',0,'1','ActionScheduler','action_log',0,0),(19771,7249,'ActionScheduler','','','','2020-02-02 12:08:06','2020-02-02 17:08:06','action created',0,'1','ActionScheduler','action_log',0,0),(19772,7248,'ActionScheduler','','','','2020-02-02 12:08:06','2020-02-02 17:08:06','action started',0,'1','ActionScheduler','action_log',0,0),(19804,7260,'ActionScheduler','','','','2020-02-03 00:05:16','2020-02-03 05:05:16','action created',0,'1','ActionScheduler','action_log',0,0),(19747,7241,'ActionScheduler','','','','2020-02-02 06:49:56','2020-02-02 11:49:56','action created',0,'1','ActionScheduler','action_log',0,0),(19970,7314,'ActionScheduler','','','','2020-02-05 15:50:25','2020-02-05 20:50:25','action started',0,'1','ActionScheduler','action_log',0,0),(19774,7250,'ActionScheduler','','','','2020-02-02 12:08:06','2020-02-02 17:08:06','action created',0,'1','ActionScheduler','action_log',0,0),(20125,7367,'ActionScheduler','','','','2020-02-08 14:10:35','2020-02-08 19:10:35','action created',0,'1','ActionScheduler','action_log',0,0),(19779,7249,'ActionScheduler','','','','2020-02-02 13:15:43','2020-02-02 18:15:43','action complete',0,'1','ActionScheduler','action_log',0,0),(19768,7248,'ActionScheduler','','','','2020-02-02 10:41:09','2020-02-02 15:41:09','action created',0,'1','ActionScheduler','action_log',0,0),(19769,7247,'ActionScheduler','','','','2020-02-02 12:08:05','2020-02-02 17:08:05','action started',0,'1','ActionScheduler','action_log',0,0),(19770,7247,'ActionScheduler','','','','2020-02-02 12:08:05','2020-02-02 17:08:05','action complete',0,'1','ActionScheduler','action_log',0,0),(19652,7208,'ActionScheduler','','','','2020-01-31 19:26:23','2020-02-01 00:26:23','action started',0,'1','ActionScheduler','action_log',0,0),(18526,6834,'ActionScheduler','','','','2020-01-15 01:16:49','2020-01-15 06:16:49','action created',0,'1','ActionScheduler','action_log',0,0),(18517,6831,'ActionScheduler','','','','2020-01-14 23:55:32','2020-01-15 04:55:32','action created',0,'1','ActionScheduler','action_log',0,0),(18510,6827,'ActionScheduler','','','','2020-01-14 22:35:56','2020-01-15 03:35:56','action complete',0,'1','ActionScheduler','action_log',0,0),(18511,6829,'ActionScheduler','','','','2020-01-14 22:35:56','2020-01-15 03:35:56','action created',0,'1','ActionScheduler','action_log',0,0),(18521,6831,'ActionScheduler','','','','2020-01-15 01:16:49','2020-01-15 06:16:49','action started',0,'1','ActionScheduler','action_log',0,0),(18522,6831,'ActionScheduler','','','','2020-01-15 01:16:49','2020-01-15 06:16:49','action complete',0,'1','ActionScheduler','action_log',0,0),(18523,6833,'ActionScheduler','','','','2020-01-15 01:16:49','2020-01-15 06:16:49','action created',0,'1','ActionScheduler','action_log',0,0),(18490,6822,'ActionScheduler','','','','2020-01-14 16:17:08','2020-01-14 21:17:08','action created',0,'1','ActionScheduler','action_log',0,0),(18489,6820,'ActionScheduler','','','','2020-01-14 16:17:08','2020-01-14 21:17:08','action complete',0,'1','ActionScheduler','action_log',0,0),(18514,6830,'ActionScheduler','','','','2020-01-14 22:35:56','2020-01-15 03:35:56','action created',0,'1','ActionScheduler','action_log',0,0),(18515,6829,'ActionScheduler','','','','2020-01-14 23:55:32','2020-01-15 04:55:32','action started',0,'1','ActionScheduler','action_log',0,0),(18516,6829,'ActionScheduler','','','','2020-01-14 23:55:32','2020-01-15 04:55:32','action complete',0,'1','ActionScheduler','action_log',0,0),(18525,6832,'ActionScheduler','','','','2020-01-15 01:16:49','2020-01-15 06:16:49','action complete',0,'1','ActionScheduler','action_log',0,0),(20002,7326,'ActionScheduler','','','','2020-02-06 04:45:11','2020-02-06 09:45:11','action created',0,'1','ActionScheduler','action_log',0,0),(20001,7324,'ActionScheduler','','','','2020-02-06 04:45:11','2020-02-06 09:45:11','action complete',0,'1','ActionScheduler','action_log',0,0),(19695,7222,'ActionScheduler','','','','2020-02-01 10:24:37','2020-02-01 15:24:37','action complete',0,'1','ActionScheduler','action_log',0,0),(18540,6837,'ActionScheduler','','','','2020-01-15 06:04:07','2020-01-15 11:04:07','action complete',0,'1','ActionScheduler','action_log',0,0),(19702,7226,'ActionScheduler','','','','2020-02-01 12:10:50','2020-02-01 17:10:50','action created',0,'1','ActionScheduler','action_log',0,0),(19686,7219,'ActionScheduler','','','','2020-02-01 08:41:29','2020-02-01 13:41:29','action complete',0,'1','ActionScheduler','action_log',0,0),(18551,6841,'ActionScheduler','','','','2020-01-15 08:26:49','2020-01-15 13:26:49','action started',0,'1','ActionScheduler','action_log',0,0),(18539,6837,'ActionScheduler','','','','2020-01-15 06:04:07','2020-01-15 11:04:07','action started',0,'1','ActionScheduler','action_log',0,0),(18485,6819,'ActionScheduler','','','','2020-01-14 16:17:08','2020-01-14 21:17:08','action started',0,'1','ActionScheduler','action_log',0,0),(18586,6854,'ActionScheduler','','','','2020-01-15 15:05:02','2020-01-15 20:05:02','action created',0,'1','ActionScheduler','action_log',0,0),(19693,7223,'ActionScheduler','','','','2020-02-01 10:24:37','2020-02-01 15:24:37','action created',0,'1','ActionScheduler','action_log',0,0),(18479,6817,'ActionScheduler','','','','2020-01-14 14:00:56','2020-01-14 19:00:56','action started',0,'1','ActionScheduler','action_log',0,0),(19685,7219,'ActionScheduler','','','','2020-02-01 08:41:29','2020-02-01 13:41:29','action started',0,'1','ActionScheduler','action_log',0,0),(18488,6820,'ActionScheduler','','','','2020-01-14 16:17:08','2020-01-14 21:17:08','action started',0,'1','ActionScheduler','action_log',0,0),(18483,6818,'ActionScheduler','','','','2020-01-14 14:00:56','2020-01-14 19:00:56','action complete',0,'1','ActionScheduler','action_log',0,0),(18482,6818,'ActionScheduler','','','','2020-01-14 14:00:56','2020-01-14 19:00:56','action started',0,'1','ActionScheduler','action_log',0,0),(19967,7313,'ActionScheduler','','','','2020-02-05 13:45:41','2020-02-05 18:45:41','action started',0,'1','ActionScheduler','action_log',0,0),(19813,7263,'ActionScheduler','','','','2020-02-03 01:13:56','2020-02-03 06:13:56','action created',0,'1','ActionScheduler','action_log',0,0),(18603,6858,'ActionScheduler','','','','2020-01-15 18:45:01','2020-01-15 23:45:01','action complete',0,'1','ActionScheduler','action_log',0,0),(19979,7317,'ActionScheduler','','','','2020-02-05 18:35:52','2020-02-05 23:35:52','action started',0,'1','ActionScheduler','action_log',0,0),(19971,7314,'ActionScheduler','','','','2020-02-05 15:50:25','2020-02-05 20:50:25','action complete',0,'1','ActionScheduler','action_log',0,0),(19806,7259,'ActionScheduler','','','','2020-02-03 00:05:16','2020-02-03 05:05:16','action complete',0,'1','ActionScheduler','action_log',0,0),(18575,6849,'ActionScheduler','','','','2020-01-15 13:46:13','2020-01-15 18:46:13','action started',0,'1','ActionScheduler','action_log',0,0),(18473,6815,'ActionScheduler','','','','2020-01-14 08:45:55','2020-01-14 13:45:55','action started',0,'1','ActionScheduler','action_log',0,0),(19997,7323,'ActionScheduler','','','','2020-02-06 03:02:33','2020-02-06 08:02:33','action started',0,'1','ActionScheduler','action_log',0,0),(20003,7325,'ActionScheduler','','','','2020-02-06 04:45:11','2020-02-06 09:45:11','action started',0,'1','ActionScheduler','action_log',0,0),(19968,7313,'ActionScheduler','','','','2020-02-05 13:45:41','2020-02-05 18:45:41','action complete',0,'1','ActionScheduler','action_log',0,0),(19961,7311,'ActionScheduler','','','','2020-02-05 12:05:54','2020-02-05 17:05:54','action started',0,'1','ActionScheduler','action_log',0,0),(19960,7312,'ActionScheduler','','','','2020-02-05 12:05:54','2020-02-05 17:05:54','action created',0,'1','ActionScheduler','action_log',0,0),(19966,7314,'ActionScheduler','','','','2020-02-05 13:45:41','2020-02-05 18:45:41','action created',0,'1','ActionScheduler','action_log',0,0),(19810,7262,'ActionScheduler','','','','2020-02-03 01:13:56','2020-02-03 06:13:56','action created',0,'1','ActionScheduler','action_log',0,0),(19825,7267,'ActionScheduler','','','','2020-02-03 05:34:09','2020-02-03 10:34:09','action created',0,'1','ActionScheduler','action_log',0,0),(19805,7259,'ActionScheduler','','','','2020-02-03 00:05:16','2020-02-03 05:05:16','action started',0,'1','ActionScheduler','action_log',0,0),(19808,7260,'ActionScheduler','','','','2020-02-03 01:13:56','2020-02-03 06:13:56','action started',0,'1','ActionScheduler','action_log',0,0),(19803,7258,'ActionScheduler','','','','2020-02-03 00:05:16','2020-02-03 05:05:16','action complete',0,'1','ActionScheduler','action_log',0,0),(19802,7258,'ActionScheduler','','','','2020-02-03 00:05:16','2020-02-03 05:05:16','action started',0,'1','ActionScheduler','action_log',0,0),(18564,6845,'ActionScheduler','','','','2020-01-15 11:28:06','2020-01-15 16:28:06','action complete',0,'1','ActionScheduler','action_log',0,0),(18563,6845,'ActionScheduler','','','','2020-01-15 11:28:06','2020-01-15 16:28:06','action started',0,'1','ActionScheduler','action_log',0,0),(19917,7296,'ActionScheduler','','','','2020-02-04 12:42:26','2020-02-04 17:42:26','action complete',0,'1','ActionScheduler','action_log',0,0),(19828,7268,'ActionScheduler','','','','2020-02-03 08:52:49','2020-02-03 13:52:49','action created',0,'1','ActionScheduler','action_log',0,0),(19814,7262,'ActionScheduler','','','','2020-02-03 03:28:42','2020-02-03 08:28:42','action started',0,'1','ActionScheduler','action_log',0,0),(19969,7315,'ActionScheduler','','','','2020-02-05 13:45:42','2020-02-05 18:45:42','action created',0,'1','ActionScheduler','action_log',0,0),(19921,7299,'ActionScheduler','','','','2020-02-04 12:42:26','2020-02-04 17:42:26','action created',0,'1','ActionScheduler','action_log',0,0),(19831,7269,'ActionScheduler','','','','2020-02-03 08:52:49','2020-02-03 13:52:49','action created',0,'1','ActionScheduler','action_log',0,0),(19822,7266,'ActionScheduler','','','','2020-02-03 05:34:09','2020-02-03 10:34:09','action created',0,'1','ActionScheduler','action_log',0,0),(19958,7310,'ActionScheduler','','','','2020-02-05 12:05:54','2020-02-05 17:05:54','action started',0,'1','ActionScheduler','action_log',0,0),(19959,7310,'ActionScheduler','','','','2020-02-05 12:05:54','2020-02-05 17:05:54','action complete',0,'1','ActionScheduler','action_log',0,0),(19816,7264,'ActionScheduler','','','','2020-02-03 03:28:42','2020-02-03 08:28:42','action created',0,'1','ActionScheduler','action_log',0,0),(19821,7264,'ActionScheduler','','','','2020-02-03 05:34:09','2020-02-03 10:34:09','action complete',0,'1','ActionScheduler','action_log',0,0),(19817,7263,'ActionScheduler','','','','2020-02-03 03:28:42','2020-02-03 08:28:42','action started',0,'1','ActionScheduler','action_log',0,0),(19818,7263,'ActionScheduler','','','','2020-02-03 03:28:42','2020-02-03 08:28:42','action complete',0,'1','ActionScheduler','action_log',0,0),(19819,7265,'ActionScheduler','','','','2020-02-03 03:28:42','2020-02-03 08:28:42','action created',0,'1','ActionScheduler','action_log',0,0),(19732,7236,'ActionScheduler','','','','2020-02-02 00:03:42','2020-02-02 05:03:42','action created',0,'1','ActionScheduler','action_log',0,0),(19734,7235,'ActionScheduler','','','','2020-02-02 01:45:49','2020-02-02 06:45:49','action complete',0,'1','ActionScheduler','action_log',0,0),(18441,6804,'ActionScheduler','','','','2020-01-13 18:52:33','2020-01-13 23:52:33','action complete',0,'1','ActionScheduler','action_log',0,0),(18440,6804,'ActionScheduler','','','','2020-01-13 18:52:33','2020-01-13 23:52:33','action started',0,'1','ActionScheduler','action_log',0,0),(18447,6806,'ActionScheduler','','','','2020-01-13 20:57:31','2020-01-14 01:57:31','action complete',0,'1','ActionScheduler','action_log',0,0),(18444,6805,'ActionScheduler','','','','2020-01-13 20:57:31','2020-01-14 01:57:31','action complete',0,'1','ActionScheduler','action_log',0,0),(19834,7270,'ActionScheduler','','','','2020-02-03 13:33:59','2020-02-03 18:33:59','action created',0,'1','ActionScheduler','action_log',0,0),(19835,7269,'ActionScheduler','','','','2020-02-03 13:33:59','2020-02-03 18:33:59','action started',0,'1','ActionScheduler','action_log',0,0),(19836,7269,'ActionScheduler','','','','2020-02-03 13:33:59','2020-02-03 18:33:59','action complete',0,'1','ActionScheduler','action_log',0,0),(19861,7279,'ActionScheduler','','','','2020-02-03 20:44:52','2020-02-04 01:44:52','action created',0,'1','ActionScheduler','action_log',0,0),(19837,7271,'ActionScheduler','','','','2020-02-03 13:33:59','2020-02-03 18:33:59','action created',0,'1','ActionScheduler','action_log',0,0),(19875,7282,'ActionScheduler','','','','2020-02-04 00:33:12','2020-02-04 05:33:12','action complete',0,'1','ActionScheduler','action_log',0,0),(19870,7282,'ActionScheduler','','','','2020-02-03 23:16:59','2020-02-04 04:16:59','action created',0,'1','ActionScheduler','action_log',0,0),(19844,7272,'ActionScheduler','','','','2020-02-03 17:26:25','2020-02-03 22:26:25','action started',0,'1','ActionScheduler','action_log',0,0),(19845,7272,'ActionScheduler','','','','2020-02-03 17:26:25','2020-02-03 22:26:25','action complete',0,'1','ActionScheduler','action_log',0,0),(19873,7283,'ActionScheduler','','','','2020-02-03 23:16:59','2020-02-04 04:16:59','action created',0,'1','ActionScheduler','action_log',0,0),(19882,7286,'ActionScheduler','','','','2020-02-04 01:55:40','2020-02-04 06:55:40','action created',0,'1','ActionScheduler','action_log',0,0),(19900,7292,'ActionScheduler','','','','2020-02-04 07:11:33','2020-02-04 12:11:33','action created',0,'1','ActionScheduler','action_log',0,0),(19899,7290,'ActionScheduler','','','','2020-02-04 07:11:33','2020-02-04 12:11:33','action complete',0,'1','ActionScheduler','action_log',0,0),(19912,7296,'ActionScheduler','','','','2020-02-04 11:19:39','2020-02-04 16:19:39','action created',0,'1','ActionScheduler','action_log',0,0),(19860,7277,'ActionScheduler','','','','2020-02-03 20:44:52','2020-02-04 01:44:52','action complete',0,'1','ActionScheduler','action_log',0,0),(19855,7277,'ActionScheduler','','','','2020-02-03 19:22:57','2020-02-04 00:22:57','action created',0,'1','ActionScheduler','action_log',0,0),(19847,7273,'ActionScheduler','','','','2020-02-03 17:26:26','2020-02-03 22:26:26','action started',0,'1','ActionScheduler','action_log',0,0),(19848,7273,'ActionScheduler','','','','2020-02-03 17:26:26','2020-02-03 22:26:26','action complete',0,'1','ActionScheduler','action_log',0,0),(19849,7275,'ActionScheduler','','','','2020-02-03 17:26:26','2020-02-03 22:26:26','action created',0,'1','ActionScheduler','action_log',0,0),(19833,7268,'ActionScheduler','','','','2020-02-03 13:33:59','2020-02-03 18:33:59','action complete',0,'1','ActionScheduler','action_log',0,0),(19832,7268,'ActionScheduler','','','','2020-02-03 13:33:59','2020-02-03 18:33:59','action started',0,'1','ActionScheduler','action_log',0,0),(19840,7272,'ActionScheduler','','','','2020-02-03 15:52:08','2020-02-03 20:52:08','action created',0,'1','ActionScheduler','action_log',0,0),(19877,7283,'ActionScheduler','','','','2020-02-04 00:33:12','2020-02-04 05:33:12','action started',0,'1','ActionScheduler','action_log',0,0),(19879,7285,'ActionScheduler','','','','2020-02-04 00:33:12','2020-02-04 05:33:12','action created',0,'1','ActionScheduler','action_log',0,0),(19878,7283,'ActionScheduler','','','','2020-02-04 00:33:12','2020-02-04 05:33:12','action complete',0,'1','ActionScheduler','action_log',0,0),(19863,7278,'ActionScheduler','','','','2020-02-03 22:15:45','2020-02-04 03:15:45','action complete',0,'1','ActionScheduler','action_log',0,0),(19939,7305,'ActionScheduler','','','','2020-02-04 22:46:52','2020-02-05 03:46:52','action created',0,'1','ActionScheduler','action_log',0,0),(19867,7281,'ActionScheduler','','','','2020-02-03 22:15:45','2020-02-04 03:15:45','action created',0,'1','ActionScheduler','action_log',0,0),(19857,7276,'ActionScheduler','','','','2020-02-03 20:44:51','2020-02-04 01:44:51','action complete',0,'1','ActionScheduler','action_log',0,0),(19926,7299,'ActionScheduler','','','','2020-02-04 16:30:57','2020-02-04 21:30:57','action complete',0,'1','ActionScheduler','action_log',0,0),(19888,7288,'ActionScheduler','','','','2020-02-04 03:34:47','2020-02-04 08:34:47','action created',0,'1','ActionScheduler','action_log',0,0),(19901,7291,'ActionScheduler','','','','2020-02-04 07:11:33','2020-02-04 12:11:33','action started',0,'1','ActionScheduler','action_log',0,0),(19884,7285,'ActionScheduler','','','','2020-02-04 01:55:40','2020-02-04 06:55:40','action complete',0,'1','ActionScheduler','action_log',0,0),(19883,7285,'ActionScheduler','','','','2020-02-04 01:55:40','2020-02-04 06:55:40','action started',0,'1','ActionScheduler','action_log',0,0),(19897,7291,'ActionScheduler','','','','2020-02-04 06:10:51','2020-02-04 11:10:51','action created',0,'1','ActionScheduler','action_log',0,0),(19881,7284,'ActionScheduler','','','','2020-02-04 01:55:40','2020-02-04 06:55:40','action complete',0,'1','ActionScheduler','action_log',0,0),(19880,7284,'ActionScheduler','','','','2020-02-04 01:55:40','2020-02-04 06:55:40','action started',0,'1','ActionScheduler','action_log',0,0),(19889,7287,'ActionScheduler','','','','2020-02-04 03:34:47','2020-02-04 08:34:47','action started',0,'1','ActionScheduler','action_log',0,0),(19903,7293,'ActionScheduler','','','','2020-02-04 07:11:33','2020-02-04 12:11:33','action created',0,'1','ActionScheduler','action_log',0,0),(19895,7289,'ActionScheduler','','','','2020-02-04 06:10:51','2020-02-04 11:10:51','action started',0,'1','ActionScheduler','action_log',0,0),(19890,7287,'ActionScheduler','','','','2020-02-04 03:34:47','2020-02-04 08:34:47','action complete',0,'1','ActionScheduler','action_log',0,0),(19893,7288,'ActionScheduler','','','','2020-02-04 06:10:51','2020-02-04 11:10:51','action complete',0,'1','ActionScheduler','action_log',0,0),(19902,7291,'ActionScheduler','','','','2020-02-04 07:11:33','2020-02-04 12:11:33','action complete',0,'1','ActionScheduler','action_log',0,0),(19896,7289,'ActionScheduler','','','','2020-02-04 06:10:51','2020-02-04 11:10:51','action complete',0,'1','ActionScheduler','action_log',0,0),(19938,7303,'ActionScheduler','','','','2020-02-04 22:46:52','2020-02-05 03:46:52','action complete',0,'1','ActionScheduler','action_log',0,0),(19930,7302,'ActionScheduler','','','','2020-02-04 21:04:43','2020-02-05 02:04:43','action created',0,'1','ActionScheduler','action_log',0,0),(19931,7301,'ActionScheduler','','','','2020-02-04 21:04:43','2020-02-05 02:04:43','action started',0,'1','ActionScheduler','action_log',0,0),(19910,7294,'ActionScheduler','','','','2020-02-04 11:19:38','2020-02-04 16:19:38','action started',0,'1','ActionScheduler','action_log',0,0),(19911,7294,'ActionScheduler','','','','2020-02-04 11:19:38','2020-02-04 16:19:38','action complete',0,'1','ActionScheduler','action_log',0,0),(19923,7298,'ActionScheduler','','','','2020-02-04 16:30:57','2020-02-04 21:30:57','action complete',0,'1','ActionScheduler','action_log',0,0),(19924,7300,'ActionScheduler','','','','2020-02-04 16:30:57','2020-02-04 21:30:57','action created',0,'1','ActionScheduler','action_log',0,0),(19945,7307,'ActionScheduler','','','','2020-02-05 01:19:01','2020-02-05 06:19:01','action created',0,'1','ActionScheduler','action_log',0,0),(19907,7293,'ActionScheduler','','','','2020-02-04 10:02:48','2020-02-04 15:02:48','action started',0,'1','ActionScheduler','action_log',0,0),(19908,7293,'ActionScheduler','','','','2020-02-04 10:02:48','2020-02-04 15:02:48','action complete',0,'1','ActionScheduler','action_log',0,0),(19909,7295,'ActionScheduler','','','','2020-02-04 10:02:49','2020-02-04 15:02:49','action created',0,'1','ActionScheduler','action_log',0,0),(19946,7306,'ActionScheduler','','','','2020-02-05 03:45:57','2020-02-05 08:45:57','action started',0,'1','ActionScheduler','action_log',0,0),(19947,7306,'ActionScheduler','','','','2020-02-05 03:45:57','2020-02-05 08:45:57','action complete',0,'1','ActionScheduler','action_log',0,0),(19948,7308,'ActionScheduler','','','','2020-02-05 03:45:57','2020-02-05 08:45:57','action created',0,'1','ActionScheduler','action_log',0,0),(19929,7300,'ActionScheduler','','','','2020-02-04 21:04:43','2020-02-05 02:04:43','action complete',0,'1','ActionScheduler','action_log',0,0),(19956,7309,'ActionScheduler','','','','2020-02-05 10:52:57','2020-02-05 15:52:57','action complete',0,'1','ActionScheduler','action_log',0,0),(19957,7311,'ActionScheduler','','','','2020-02-05 10:52:57','2020-02-05 15:52:57','action created',0,'1','ActionScheduler','action_log',0,0),(19962,7311,'ActionScheduler','','','','2020-02-05 12:05:54','2020-02-05 17:05:54','action complete',0,'1','ActionScheduler','action_log',0,0),(19963,7313,'ActionScheduler','','','','2020-02-05 12:05:54','2020-02-05 17:05:54','action created',0,'1','ActionScheduler','action_log',0,0),(19941,7304,'ActionScheduler','','','','2020-02-05 01:19:01','2020-02-05 06:19:01','action complete',0,'1','ActionScheduler','action_log',0,0),(19940,7304,'ActionScheduler','','','','2020-02-05 01:19:01','2020-02-05 06:19:01','action started',0,'1','ActionScheduler','action_log',0,0),(19944,7305,'ActionScheduler','','','','2020-02-05 01:19:01','2020-02-05 06:19:01','action complete',0,'1','ActionScheduler','action_log',0,0),(19943,7305,'ActionScheduler','','','','2020-02-05 01:19:01','2020-02-05 06:19:01','action started',0,'1','ActionScheduler','action_log',0,0),(19954,7310,'ActionScheduler','','','','2020-02-05 10:52:57','2020-02-05 15:52:57','action created',0,'1','ActionScheduler','action_log',0,0),(19955,7309,'ActionScheduler','','','','2020-02-05 10:52:57','2020-02-05 15:52:57','action started',0,'1','ActionScheduler','action_log',0,0),(20006,7326,'ActionScheduler','','','','2020-02-06 09:22:47','2020-02-06 14:22:47','action started',0,'1','ActionScheduler','action_log',0,0),(20007,7326,'ActionScheduler','','','','2020-02-06 09:22:47','2020-02-06 14:22:47','action complete',0,'1','ActionScheduler','action_log',0,0),(18418,6798,'ActionScheduler','','','','2020-01-13 12:34:39','2020-01-13 17:34:39','action created',0,'1','ActionScheduler','action_log',0,0),(18417,6796,'ActionScheduler','','','','2020-01-13 12:34:39','2020-01-13 17:34:39','action complete',0,'1','ActionScheduler','action_log',0,0),(18425,6799,'ActionScheduler','','','','2020-01-13 15:38:18','2020-01-13 20:38:18','action started',0,'1','ActionScheduler','action_log',0,0),(18426,6799,'ActionScheduler','','','','2020-01-13 15:38:19','2020-01-13 20:38:19','action complete',0,'1','ActionScheduler','action_log',0,0),(20070,7347,'ActionScheduler','','','','2020-02-07 14:51:00','2020-02-07 19:51:00','action complete',0,'1','ActionScheduler','action_log',0,0),(20071,7349,'ActionScheduler','','','','2020-02-07 14:51:00','2020-02-07 19:51:00','action created',0,'1','ActionScheduler','action_log',0,0),(20045,7339,'ActionScheduler','','','','2020-02-07 04:29:39','2020-02-07 09:29:39','action started',0,'1','ActionScheduler','action_log',0,0),(20046,7339,'ActionScheduler','','','','2020-02-07 04:29:39','2020-02-07 09:29:39','action complete',0,'1','ActionScheduler','action_log',0,0),(20047,7341,'ActionScheduler','','','','2020-02-07 04:29:39','2020-02-07 09:29:39','action created',0,'1','ActionScheduler','action_log',0,0),(20000,7324,'ActionScheduler','','','','2020-02-06 04:45:11','2020-02-06 09:45:11','action started',0,'1','ActionScheduler','action_log',0,0),(19987,7321,'ActionScheduler','','','','2020-02-05 22:14:19','2020-02-06 03:14:19','action created',0,'1','ActionScheduler','action_log',0,0),(19976,7316,'ActionScheduler','','','','2020-02-05 18:35:52','2020-02-05 23:35:52','action started',0,'1','ActionScheduler','action_log',0,0),(19990,7322,'ActionScheduler','','','','2020-02-06 00:54:45','2020-02-06 05:54:45','action created',0,'1','ActionScheduler','action_log',0,0),(19977,7316,'ActionScheduler','','','','2020-02-05 18:35:52','2020-02-05 23:35:52','action complete',0,'1','ActionScheduler','action_log',0,0),(20004,7325,'ActionScheduler','','','','2020-02-06 04:45:11','2020-02-06 09:45:11','action complete',0,'1','ActionScheduler','action_log',0,0),(19981,7319,'ActionScheduler','','','','2020-02-05 18:35:52','2020-02-05 23:35:52','action created',0,'1','ActionScheduler','action_log',0,0),(19980,7317,'ActionScheduler','','','','2020-02-05 18:35:52','2020-02-05 23:35:52','action complete',0,'1','ActionScheduler','action_log',0,0),(19996,7324,'ActionScheduler','','','','2020-02-06 03:02:33','2020-02-06 08:02:33','action created',0,'1','ActionScheduler','action_log',0,0),(19986,7319,'ActionScheduler','','','','2020-02-05 22:14:19','2020-02-06 03:14:19','action complete',0,'1','ActionScheduler','action_log',0,0),(19984,7320,'ActionScheduler','','','','2020-02-05 22:14:19','2020-02-06 03:14:19','action created',0,'1','ActionScheduler','action_log',0,0),(19985,7319,'ActionScheduler','','','','2020-02-05 22:14:19','2020-02-06 03:14:19','action started',0,'1','ActionScheduler','action_log',0,0),(18414,6795,'ActionScheduler','','','','2020-01-13 12:34:39','2020-01-13 17:34:39','action complete',0,'1','ActionScheduler','action_log',0,0),(18422,6798,'ActionScheduler','','','','2020-01-13 14:24:41','2020-01-13 19:24:41','action started',0,'1','ActionScheduler','action_log',0,0),(18428,6800,'ActionScheduler','','','','2020-01-13 15:38:19','2020-01-13 20:38:19','action started',0,'1','ActionScheduler','action_log',0,0),(19982,7318,'ActionScheduler','','','','2020-02-05 22:14:19','2020-02-06 03:14:19','action started',0,'1','ActionScheduler','action_log',0,0),(19983,7318,'ActionScheduler','','','','2020-02-05 22:14:19','2020-02-06 03:14:19','action complete',0,'1','ActionScheduler','action_log',0,0),(18429,6800,'ActionScheduler','','','','2020-01-13 15:38:19','2020-01-13 20:38:19','action complete',0,'1','ActionScheduler','action_log',0,0),(18430,6802,'ActionScheduler','','','','2020-01-13 15:38:19','2020-01-13 20:38:19','action created',0,'1','ActionScheduler','action_log',0,0),(18427,6801,'ActionScheduler','','','','2020-01-13 15:38:19','2020-01-13 20:38:19','action created',0,'1','ActionScheduler','action_log',0,0),(18406,6794,'ActionScheduler','','','','2020-01-13 06:51:43','2020-01-13 11:51:43','action created',0,'1','ActionScheduler','action_log',0,0),(18389,6787,'ActionScheduler','','','','2020-01-13 03:36:23','2020-01-13 08:36:23','action started',0,'1','ActionScheduler','action_log',0,0),(18395,6789,'ActionScheduler','','','','2020-01-13 05:03:02','2020-01-13 10:03:02','action started',0,'1','ActionScheduler','action_log',0,0),(18396,6789,'ActionScheduler','','','','2020-01-13 05:03:02','2020-01-13 10:03:02','action complete',0,'1','ActionScheduler','action_log',0,0),(18394,6790,'ActionScheduler','','','','2020-01-13 03:36:23','2020-01-13 08:36:23','action created',0,'1','ActionScheduler','action_log',0,0),(18393,6788,'ActionScheduler','','','','2020-01-13 03:36:23','2020-01-13 08:36:23','action complete',0,'1','ActionScheduler','action_log',0,0),(20025,7332,'ActionScheduler','','','','2020-02-06 22:15:36','2020-02-07 03:15:36','action complete',0,'1','ActionScheduler','action_log',0,0),(20026,7334,'ActionScheduler','','','','2020-02-06 22:15:36','2020-02-07 03:15:36','action created',0,'1','ActionScheduler','action_log',0,0),(20027,7333,'ActionScheduler','','','','2020-02-06 22:15:36','2020-02-07 03:15:36','action started',0,'1','ActionScheduler','action_log',0,0),(20012,7328,'ActionScheduler','','','','2020-02-06 14:35:17','2020-02-06 19:35:17','action started',0,'1','ActionScheduler','action_log',0,0),(20013,7328,'ActionScheduler','','','','2020-02-06 14:35:17','2020-02-06 19:35:17','action complete',0,'1','ActionScheduler','action_log',0,0),(20017,7331,'ActionScheduler','','','','2020-02-06 14:35:17','2020-02-06 19:35:17','action created',0,'1','ActionScheduler','action_log',0,0),(20015,7329,'ActionScheduler','','','','2020-02-06 14:35:17','2020-02-06 19:35:17','action started',0,'1','ActionScheduler','action_log',0,0),(20016,7329,'ActionScheduler','','','','2020-02-06 14:35:17','2020-02-06 19:35:17','action complete',0,'1','ActionScheduler','action_log',0,0),(18423,6798,'ActionScheduler','','','','2020-01-13 14:24:41','2020-01-13 19:24:41','action complete',0,'1','ActionScheduler','action_log',0,0),(20023,7333,'ActionScheduler','','','','2020-02-06 20:53:50','2020-02-07 01:53:50','action created',0,'1','ActionScheduler','action_log',0,0),(20033,7335,'ActionScheduler','','','','2020-02-07 00:48:39','2020-02-07 05:48:39','action started',0,'1','ActionScheduler','action_log',0,0),(20034,7335,'ActionScheduler','','','','2020-02-07 00:48:39','2020-02-07 05:48:39','action complete',0,'1','ActionScheduler','action_log',0,0),(20035,7337,'ActionScheduler','','','','2020-02-07 00:48:39','2020-02-07 05:48:39','action created',0,'1','ActionScheduler','action_log',0,0),(18388,6788,'ActionScheduler','','','','2020-01-13 01:18:01','2020-01-13 06:18:01','action created',0,'1','ActionScheduler','action_log',0,0),(18383,6785,'ActionScheduler','','','','2020-01-13 01:18:01','2020-01-13 06:18:01','action started',0,'1','ActionScheduler','action_log',0,0),(18382,6786,'ActionScheduler','','','','2020-01-13 00:10:14','2020-01-13 05:10:14','action created',0,'1','ActionScheduler','action_log',0,0),(19999,7325,'ActionScheduler','','','','2020-02-06 03:02:34','2020-02-06 08:02:34','action created',0,'1','ActionScheduler','action_log',0,0),(19998,7323,'ActionScheduler','','','','2020-02-06 03:02:33','2020-02-06 08:02:33','action complete',0,'1','ActionScheduler','action_log',0,0),(18452,6808,'ActionScheduler','','','','2020-01-13 22:39:49','2020-01-14 03:39:49','action started',0,'1','ActionScheduler','action_log',0,0),(18453,6808,'ActionScheduler','','','','2020-01-13 22:39:49','2020-01-14 03:39:49','action complete',0,'1','ActionScheduler','action_log',0,0),(18454,6810,'ActionScheduler','','','','2020-01-13 22:39:49','2020-01-14 03:39:49','action created',0,'1','ActionScheduler','action_log',0,0),(18409,6795,'ActionScheduler','','','','2020-01-13 09:09:51','2020-01-13 14:09:51','action created',0,'1','ActionScheduler','action_log',0,0),(18377,6783,'ActionScheduler','','','','2020-01-13 00:10:14','2020-01-13 05:10:14','action started',0,'1','ActionScheduler','action_log',0,0),(19994,7322,'ActionScheduler','','','','2020-02-06 03:02:33','2020-02-06 08:02:33','action started',0,'1','ActionScheduler','action_log',0,0),(19995,7322,'ActionScheduler','','','','2020-02-06 03:02:33','2020-02-06 08:02:33','action complete',0,'1','ActionScheduler','action_log',0,0),(18387,6786,'ActionScheduler','','','','2020-01-13 01:18:01','2020-01-13 06:18:01','action complete',0,'1','ActionScheduler','action_log',0,0),(18376,6784,'ActionScheduler','','','','2020-01-12 21:04:22','2020-01-13 02:04:22','action created',0,'1','ActionScheduler','action_log',0,0),(18375,6782,'ActionScheduler','','','','2020-01-12 21:04:22','2020-01-13 02:04:22','action complete',0,'1','ActionScheduler','action_log',0,0),(20032,7336,'ActionScheduler','','','','2020-02-07 00:48:39','2020-02-07 05:48:39','action created',0,'1','ActionScheduler','action_log',0,0),(20011,7329,'ActionScheduler','','','','2020-02-06 09:22:47','2020-02-06 14:22:47','action created',0,'1','ActionScheduler','action_log',0,0),(20010,7327,'ActionScheduler','','','','2020-02-06 09:22:47','2020-02-06 14:22:47','action complete',0,'1','ActionScheduler','action_log',0,0),(20019,7330,'ActionScheduler','','','','2020-02-06 20:53:50','2020-02-07 01:53:50','action complete',0,'1','ActionScheduler','action_log',0,0),(20020,7332,'ActionScheduler','','','','2020-02-06 20:53:50','2020-02-07 01:53:50','action created',0,'1','ActionScheduler','action_log',0,0),(20021,7331,'ActionScheduler','','','','2020-02-06 20:53:50','2020-02-07 01:53:50','action started',0,'1','ActionScheduler','action_log',0,0),(20022,7331,'ActionScheduler','','','','2020-02-06 20:53:50','2020-02-07 01:53:50','action complete',0,'1','ActionScheduler','action_log',0,0),(20304,7425,'ActionScheduler','','','','2020-02-11 07:40:35','2020-02-11 12:40:35','action complete',0,'1','ActionScheduler','action_log',0,0),(20303,7425,'ActionScheduler','','','','2020-02-11 07:40:35','2020-02-11 12:40:35','action started',0,'1','ActionScheduler','action_log',0,0),(20296,7424,'ActionScheduler','','','','2020-02-11 02:12:22','2020-02-11 07:12:22','action created',0,'1','ActionScheduler','action_log',0,0),(20030,7334,'ActionScheduler','','','','2020-02-07 00:48:39','2020-02-07 05:48:39','action started',0,'1','ActionScheduler','action_log',0,0),(20031,7334,'ActionScheduler','','','','2020-02-07 00:48:39','2020-02-07 05:48:39','action complete',0,'1','ActionScheduler','action_log',0,0),(20068,7348,'ActionScheduler','','','','2020-02-07 14:51:00','2020-02-07 19:51:00','action created',0,'1','ActionScheduler','action_log',0,0),(20018,7330,'ActionScheduler','','','','2020-02-06 20:53:50','2020-02-07 01:53:50','action started',0,'1','ActionScheduler','action_log',0,0),(18677,6883,'ActionScheduler','','','','2020-01-16 17:01:45','2020-01-16 22:01:45','action started',0,'1','ActionScheduler','action_log',0,0),(18678,6883,'ActionScheduler','','','','2020-01-16 17:01:45','2020-01-16 22:01:45','action complete',0,'1','ActionScheduler','action_log',0,0),(18679,6885,'ActionScheduler','','','','2020-01-16 17:01:45','2020-01-16 22:01:45','action created',0,'1','ActionScheduler','action_log',0,0),(18680,6884,'ActionScheduler','','','','2020-01-16 17:01:45','2020-01-16 22:01:45','action started',0,'1','ActionScheduler','action_log',0,0),(18681,6884,'ActionScheduler','','','','2020-01-16 17:01:45','2020-01-16 22:01:45','action complete',0,'1','ActionScheduler','action_log',0,0),(18682,6886,'ActionScheduler','','','','2020-01-16 17:01:45','2020-01-16 22:01:45','action created',0,'1','ActionScheduler','action_log',0,0),(20036,7336,'ActionScheduler','','','','2020-02-07 02:01:02','2020-02-07 07:01:02','action started',0,'1','ActionScheduler','action_log',0,0),(20060,7344,'ActionScheduler','','','','2020-02-07 13:50:31','2020-02-07 18:50:31','action started',0,'1','ActionScheduler','action_log',0,0),(20061,7344,'ActionScheduler','','','','2020-02-07 13:50:31','2020-02-07 18:50:31','action complete',0,'1','ActionScheduler','action_log',0,0),(20062,7346,'ActionScheduler','','','','2020-02-07 13:50:31','2020-02-07 18:50:31','action created',0,'1','ActionScheduler','action_log',0,0),(20059,7345,'ActionScheduler','','','','2020-02-07 10:54:12','2020-02-07 15:54:12','action created',0,'1','ActionScheduler','action_log',0,0),(20058,7343,'ActionScheduler','','','','2020-02-07 10:54:12','2020-02-07 15:54:12','action complete',0,'1','ActionScheduler','action_log',0,0),(18314,6762,'ActionScheduler','','','','2020-01-12 04:04:30','2020-01-12 09:04:30','action started',0,'1','ActionScheduler','action_log',0,0),(18476,6816,'ActionScheduler','','','','2020-01-14 08:45:55','2020-01-14 13:45:55','action started',0,'1','ActionScheduler','action_log',0,0),(18312,6761,'ActionScheduler','','','','2020-01-12 00:29:22','2020-01-12 05:29:22','action complete',0,'1','ActionScheduler','action_log',0,0),(18311,6761,'ActionScheduler','','','','2020-01-12 00:29:22','2020-01-12 05:29:22','action started',0,'1','ActionScheduler','action_log',0,0),(18309,6760,'ActionScheduler','','','','2020-01-12 00:29:22','2020-01-12 05:29:22','action complete',0,'1','ActionScheduler','action_log',0,0),(18308,6760,'ActionScheduler','','','','2020-01-12 00:29:22','2020-01-12 05:29:22','action started',0,'1','ActionScheduler','action_log',0,0),(18315,6762,'ActionScheduler','','','','2020-01-12 04:04:30','2020-01-12 09:04:30','action complete',0,'1','ActionScheduler','action_log',0,0),(18324,6765,'ActionScheduler','','','','2020-01-12 06:04:28','2020-01-12 11:04:28','action complete',0,'1','ActionScheduler','action_log',0,0),(18330,6767,'ActionScheduler','','','','2020-01-12 07:43:19','2020-01-12 12:43:19','action complete',0,'1','ActionScheduler','action_log',0,0),(18326,6766,'ActionScheduler','','','','2020-01-12 07:43:19','2020-01-12 12:43:19','action started',0,'1','ActionScheduler','action_log',0,0),(18321,6764,'ActionScheduler','','','','2020-01-12 06:04:28','2020-01-12 11:04:28','action complete',0,'1','ActionScheduler','action_log',0,0),(18320,6764,'ActionScheduler','','','','2020-01-12 06:04:28','2020-01-12 11:04:28','action started',0,'1','ActionScheduler','action_log',0,0),(18329,6767,'ActionScheduler','','','','2020-01-12 07:43:19','2020-01-12 12:43:19','action started',0,'1','ActionScheduler','action_log',0,0),(18455,6809,'ActionScheduler','','','','2020-01-14 00:38:30','2020-01-14 05:38:30','action started',0,'1','ActionScheduler','action_log',0,0),(18327,6766,'ActionScheduler','','','','2020-01-12 07:43:19','2020-01-12 12:43:19','action complete',0,'1','ActionScheduler','action_log',0,0),(18332,6768,'ActionScheduler','','','','2020-01-12 09:55:54','2020-01-12 14:55:54','action started',0,'1','ActionScheduler','action_log',0,0),(18338,6770,'ActionScheduler','','','','2020-01-12 11:29:08','2020-01-12 16:29:08','action started',0,'1','ActionScheduler','action_log',0,0),(18339,6770,'ActionScheduler','','','','2020-01-12 11:29:08','2020-01-12 16:29:08','action complete',0,'1','ActionScheduler','action_log',0,0),(18369,6780,'ActionScheduler','','','','2020-01-12 19:42:26','2020-01-13 00:42:26','action complete',0,'1','ActionScheduler','action_log',0,0),(18368,6780,'ActionScheduler','','','','2020-01-12 19:42:26','2020-01-13 00:42:26','action started',0,'1','ActionScheduler','action_log',0,0),(18374,6782,'ActionScheduler','','','','2020-01-12 21:04:22','2020-01-13 02:04:22','action started',0,'1','ActionScheduler','action_log',0,0),(18366,6779,'ActionScheduler','','','','2020-01-12 19:42:25','2020-01-13 00:42:25','action complete',0,'1','ActionScheduler','action_log',0,0),(18365,6779,'ActionScheduler','','','','2020-01-12 19:42:25','2020-01-13 00:42:25','action started',0,'1','ActionScheduler','action_log',0,0),(18371,6781,'ActionScheduler','','','','2020-01-12 21:04:22','2020-01-13 02:04:22','action started',0,'1','ActionScheduler','action_log',0,0),(18694,6890,'ActionScheduler','','','','2020-01-16 23:40:18','2020-01-17 04:40:18','action created',0,'1','ActionScheduler','action_log',0,0),(18693,6888,'ActionScheduler','','','','2020-01-16 23:40:18','2020-01-17 04:40:18','action complete',0,'1','ActionScheduler','action_log',0,0),(18699,6890,'ActionScheduler','','','','2020-01-17 00:42:57','2020-01-17 05:42:57','action complete',0,'1','ActionScheduler','action_log',0,0),(18689,6887,'ActionScheduler','','','','2020-01-16 23:40:18','2020-01-17 04:40:18','action started',0,'1','ActionScheduler','action_log',0,0),(18725,6899,'ActionScheduler','','','','2020-01-17 10:01:19','2020-01-17 15:01:19','action started',0,'1','ActionScheduler','action_log',0,0),(18726,6899,'ActionScheduler','','','','2020-01-17 10:01:19','2020-01-17 15:01:19','action complete',0,'1','ActionScheduler','action_log',0,0),(18893,6955,'ActionScheduler','','','','2020-01-20 00:27:53','2020-01-20 05:27:53','action started',0,'1','ActionScheduler','action_log',0,0),(18867,6946,'ActionScheduler','','','','2020-01-19 16:05:36','2020-01-19 21:05:36','action complete',0,'1','ActionScheduler','action_log',0,0),(18731,6901,'ActionScheduler','','','','2020-01-17 12:10:48','2020-01-17 17:10:48','action started',0,'1','ActionScheduler','action_log',0,0),(18732,6901,'ActionScheduler','','','','2020-01-17 12:10:48','2020-01-17 17:10:48','action complete',0,'1','ActionScheduler','action_log',0,0),(18733,6903,'ActionScheduler','','','','2020-01-17 12:10:48','2020-01-17 17:10:48','action created',0,'1','ActionScheduler','action_log',0,0),(18768,6913,'ActionScheduler','','','','2020-01-17 23:21:26','2020-01-18 04:21:26','action complete',0,'1','ActionScheduler','action_log',0,0),(18767,6913,'ActionScheduler','','','','2020-01-17 23:21:26','2020-01-18 04:21:26','action started',0,'1','ActionScheduler','action_log',0,0),(18785,6919,'ActionScheduler','','','','2020-01-18 11:27:10','2020-01-18 16:27:10','action started',0,'1','ActionScheduler','action_log',0,0),(18786,6919,'ActionScheduler','','','','2020-01-18 11:27:10','2020-01-18 16:27:10','action complete',0,'1','ActionScheduler','action_log',0,0),(18787,6921,'ActionScheduler','','','','2020-01-18 11:27:10','2020-01-18 16:27:10','action created',0,'1','ActionScheduler','action_log',0,0),(18788,6920,'ActionScheduler','','','','2020-01-18 11:27:10','2020-01-18 16:27:10','action started',0,'1','ActionScheduler','action_log',0,0),(18789,6920,'ActionScheduler','','','','2020-01-18 11:27:10','2020-01-18 16:27:10','action complete',0,'1','ActionScheduler','action_log',0,0),(18790,6922,'ActionScheduler','','','','2020-01-18 11:27:10','2020-01-18 16:27:10','action created',0,'1','ActionScheduler','action_log',0,0),(18791,6921,'ActionScheduler','','','','2020-01-18 12:35:44','2020-01-18 17:35:44','action started',0,'1','ActionScheduler','action_log',0,0),(18815,6929,'ActionScheduler','','','','2020-01-19 01:17:56','2020-01-19 06:17:56','action started',0,'1','ActionScheduler','action_log',0,0),(18892,6956,'ActionScheduler','','','','2020-01-20 00:27:53','2020-01-20 05:27:53','action created',0,'1','ActionScheduler','action_log',0,0),(18890,6954,'ActionScheduler','','','','2020-01-20 00:27:53','2020-01-20 05:27:53','action started',0,'1','ActionScheduler','action_log',0,0),(18945,6972,'ActionScheduler','','','','2020-01-20 15:46:18','2020-01-20 20:46:18','action complete',0,'1','ActionScheduler','action_log',0,0),(18946,6974,'ActionScheduler','','','','2020-01-20 15:46:18','2020-01-20 20:46:18','action created',0,'1','ActionScheduler','action_log',0,0),(19379,7117,'ActionScheduler','','','','2020-01-27 08:04:50','2020-01-27 13:04:50','action started',0,'1','ActionScheduler','action_log',0,0),(19380,7117,'ActionScheduler','','','','2020-01-27 08:04:50','2020-01-27 13:04:50','action complete',0,'1','ActionScheduler','action_log',0,0),(19381,7119,'ActionScheduler','','','','2020-01-27 08:04:50','2020-01-27 13:04:50','action created',0,'1','ActionScheduler','action_log',0,0),(19131,7034,'ActionScheduler','','','','2020-01-23 18:11:34','2020-01-23 23:11:34','action complete',0,'1','ActionScheduler','action_log',0,0),(19229,7067,'ActionScheduler','','','','2020-01-25 03:14:50','2020-01-25 08:14:50','action started',0,'1','ActionScheduler','action_log',0,0),(19130,7034,'ActionScheduler','','','','2020-01-23 18:11:34','2020-01-23 23:11:34','action started',0,'1','ActionScheduler','action_log',0,0),(19128,7033,'ActionScheduler','','','','2020-01-23 14:34:38','2020-01-23 19:34:38','action complete',0,'1','ActionScheduler','action_log',0,0),(19134,7035,'ActionScheduler','','','','2020-01-23 18:11:34','2020-01-23 23:11:34','action complete',0,'1','ActionScheduler','action_log',0,0),(19125,7032,'ActionScheduler','','','','2020-01-23 14:34:38','2020-01-23 19:34:38','action complete',0,'1','ActionScheduler','action_log',0,0),(19124,7032,'ActionScheduler','','','','2020-01-23 14:34:38','2020-01-23 19:34:38','action started',0,'1','ActionScheduler','action_log',0,0),(19133,7035,'ActionScheduler','','','','2020-01-23 18:11:34','2020-01-23 23:11:34','action started',0,'1','ActionScheduler','action_log',0,0),(19158,7043,'ActionScheduler','','','','2020-01-24 03:58:43','2020-01-24 08:58:43','action complete',0,'1','ActionScheduler','action_log',0,0),(19149,7040,'ActionScheduler','','','','2020-01-24 01:36:23','2020-01-24 06:36:23','action complete',0,'1','ActionScheduler','action_log',0,0),(19148,7040,'ActionScheduler','','','','2020-01-24 01:36:23','2020-01-24 06:36:23','action started',0,'1','ActionScheduler','action_log',0,0),(19154,7042,'ActionScheduler','','','','2020-01-24 03:58:42','2020-01-24 08:58:42','action started',0,'1','ActionScheduler','action_log',0,0),(19182,7051,'ActionScheduler','','','','2020-01-24 11:04:44','2020-01-24 16:04:44','action complete',0,'1','ActionScheduler','action_log',0,0),(19183,7053,'ActionScheduler','','','','2020-01-24 11:04:44','2020-01-24 16:04:44','action created',0,'1','ActionScheduler','action_log',0,0),(19377,7116,'ActionScheduler','','','','2020-01-27 04:56:28','2020-01-27 09:56:28','action complete',0,'1','ActionScheduler','action_log',0,0),(19193,7055,'ActionScheduler','','','','2020-01-24 14:51:04','2020-01-24 19:51:04','action started',0,'1','ActionScheduler','action_log',0,0),(19171,7049,'ActionScheduler','','','','2020-01-24 06:39:19','2020-01-24 11:39:19','action created',0,'1','ActionScheduler','action_log',0,0),(19162,7046,'ActionScheduler','','','','2020-01-24 05:10:55','2020-01-24 10:10:55','action created',0,'1','ActionScheduler','action_log',0,0),(19161,7044,'ActionScheduler','','','','2020-01-24 05:10:55','2020-01-24 10:10:55','action complete',0,'1','ActionScheduler','action_log',0,0),(19160,7044,'ActionScheduler','','','','2020-01-24 05:10:55','2020-01-24 10:10:55','action started',0,'1','ActionScheduler','action_log',0,0),(19163,7045,'ActionScheduler','','','','2020-01-24 05:10:55','2020-01-24 10:10:55','action started',0,'1','ActionScheduler','action_log',0,0),(19155,7042,'ActionScheduler','','','','2020-01-24 03:58:42','2020-01-24 08:58:42','action complete',0,'1','ActionScheduler','action_log',0,0),(19156,7044,'ActionScheduler','','','','2020-01-24 03:58:43','2020-01-24 08:58:43','action created',0,'1','ActionScheduler','action_log',0,0),(19157,7043,'ActionScheduler','','','','2020-01-24 03:58:43','2020-01-24 08:58:43','action started',0,'1','ActionScheduler','action_log',0,0),(19342,7106,'ActionScheduler','','','','2020-01-26 18:59:33','2020-01-26 23:59:33','action created',0,'1','ActionScheduler','action_log',0,0),(19328,6943,'ActionScheduler','','','','2020-01-26 11:45:14','2020-01-26 16:45:14','action started',0,'1','ActionScheduler','action_log',0,0),(19184,7052,'ActionScheduler','','','','2020-01-24 12:56:10','2020-01-24 17:56:10','action started',0,'1','ActionScheduler','action_log',0,0),(19273,7083,'ActionScheduler','','','','2020-01-25 17:10:21','2020-01-25 22:10:21','action created',0,'1','ActionScheduler','action_log',0,0),(19197,7056,'ActionScheduler','','','','2020-01-24 16:40:07','2020-01-24 21:40:07','action complete',0,'1','ActionScheduler','action_log',0,0),(19196,7056,'ActionScheduler','','','','2020-01-24 16:40:07','2020-01-24 21:40:07','action started',0,'1','ActionScheduler','action_log',0,0),(19202,7058,'ActionScheduler','','','','2020-01-24 21:28:03','2020-01-25 02:28:03','action started',0,'1','ActionScheduler','action_log',0,0),(19219,7065,'ActionScheduler','','','','2020-01-25 00:18:26','2020-01-25 05:18:26','action created',0,'1','ActionScheduler','action_log',0,0),(19218,7063,'ActionScheduler','','','','2020-01-25 00:18:26','2020-01-25 05:18:26','action complete',0,'1','ActionScheduler','action_log',0,0),(19280,7084,'ActionScheduler','','','','2020-01-25 20:50:08','2020-01-26 01:50:08','action started',0,'1','ActionScheduler','action_log',0,0),(19203,7058,'ActionScheduler','','','','2020-01-24 21:28:03','2020-01-25 02:28:03','action complete',0,'1','ActionScheduler','action_log',0,0),(19209,7060,'ActionScheduler','','','','2020-01-24 23:16:48','2020-01-25 04:16:48','action complete',0,'1','ActionScheduler','action_log',0,0),(19208,7060,'ActionScheduler','','','','2020-01-24 23:16:48','2020-01-25 04:16:48','action started',0,'1','ActionScheduler','action_log',0,0),(19221,7064,'ActionScheduler','','','','2020-01-25 01:53:03','2020-01-25 06:53:03','action complete',0,'1','ActionScheduler','action_log',0,0),(19214,7062,'ActionScheduler','','','','2020-01-25 00:18:26','2020-01-25 05:18:26','action started',0,'1','ActionScheduler','action_log',0,0),(19242,7071,'ActionScheduler','','','','2020-01-25 06:56:39','2020-01-25 11:56:39','action complete',0,'1','ActionScheduler','action_log',0,0),(19220,7064,'ActionScheduler','','','','2020-01-25 01:53:03','2020-01-25 06:53:03','action started',0,'1','ActionScheduler','action_log',0,0),(19274,7082,'ActionScheduler','','','','2020-01-25 19:14:05','2020-01-26 00:14:05','action started',0,'1','ActionScheduler','action_log',0,0),(19270,7082,'ActionScheduler','','','','2020-01-25 17:10:21','2020-01-25 22:10:21','action created',0,'1','ActionScheduler','action_log',0,0),(19271,7081,'ActionScheduler','','','','2020-01-25 17:10:21','2020-01-25 22:10:21','action started',0,'1','ActionScheduler','action_log',0,0),(20024,7332,'ActionScheduler','','','','2020-02-06 22:15:36','2020-02-07 03:15:36','action started',0,'1','ActionScheduler','action_log',0,0),(19261,7079,'ActionScheduler','','','','2020-01-25 14:18:26','2020-01-25 19:18:26','action created',0,'1','ActionScheduler','action_log',0,0),(19263,7078,'ActionScheduler','','','','2020-01-25 15:20:45','2020-01-25 20:20:45','action complete',0,'1','ActionScheduler','action_log',0,0),(19256,7076,'ActionScheduler','','','','2020-01-25 14:18:26','2020-01-25 19:18:26','action started',0,'1','ActionScheduler','action_log',0,0),(19266,7079,'ActionScheduler','','','','2020-01-25 15:20:45','2020-01-25 20:20:45','action complete',0,'1','ActionScheduler','action_log',0,0),(19265,7079,'ActionScheduler','','','','2020-01-25 15:20:45','2020-01-25 20:20:45','action started',0,'1','ActionScheduler','action_log',0,0),(19262,7078,'ActionScheduler','','','','2020-01-25 15:20:45','2020-01-25 20:20:45','action started',0,'1','ActionScheduler','action_log',0,0),(19293,7088,'ActionScheduler','','','','2020-01-26 00:35:37','2020-01-26 05:35:37','action complete',0,'1','ActionScheduler','action_log',0,0),(19335,7101,'ActionScheduler','','','','2020-01-26 12:37:46','2020-01-26 17:37:46','action complete',0,'1','ActionScheduler','action_log',0,0),(19331,7100,'ActionScheduler','','','','2020-01-26 12:37:46','2020-01-26 17:37:46','action started',0,'1','ActionScheduler','action_log',0,0),(19936,7304,'ActionScheduler','','','','2020-02-04 22:46:52','2020-02-05 03:46:52','action created',0,'1','ActionScheduler','action_log',0,0),(19937,7303,'ActionScheduler','','','','2020-02-04 22:46:52','2020-02-05 03:46:52','action started',0,'1','ActionScheduler','action_log',0,0),(19336,7104,'ActionScheduler','','','','2020-01-26 12:37:46','2020-01-26 17:37:46','action created',0,'1','ActionScheduler','action_log',0,0),(19292,7088,'ActionScheduler','','','','2020-01-26 00:35:37','2020-01-26 05:35:37','action started',0,'1','ActionScheduler','action_log',0,0),(19311,7094,'ActionScheduler','','','','2020-01-26 07:25:14','2020-01-26 12:25:14','action complete',0,'1','ActionScheduler','action_log',0,0),(19308,7093,'ActionScheduler','','','','2020-01-26 05:04:39','2020-01-26 10:04:39','action complete',0,'1','ActionScheduler','action_log',0,0),(19928,7300,'ActionScheduler','','','','2020-02-04 21:04:43','2020-02-05 02:04:43','action started',0,'1','ActionScheduler','action_log',0,0),(19304,7092,'ActionScheduler','','','','2020-01-26 05:04:39','2020-01-26 10:04:39','action started',0,'1','ActionScheduler','action_log',0,0),(19305,7092,'ActionScheduler','','','','2020-01-26 05:04:39','2020-01-26 10:04:39','action complete',0,'1','ActionScheduler','action_log',0,0),(19905,7292,'ActionScheduler','','','','2020-02-04 10:02:48','2020-02-04 15:02:48','action complete',0,'1','ActionScheduler','action_log',0,0),(19906,7294,'ActionScheduler','','','','2020-02-04 10:02:48','2020-02-04 15:02:48','action created',0,'1','ActionScheduler','action_log',0,0),(19314,7095,'ActionScheduler','','','','2020-01-26 07:25:14','2020-01-26 12:25:14','action complete',0,'1','ActionScheduler','action_log',0,0),(19313,7095,'ActionScheduler','','','','2020-01-26 07:25:14','2020-01-26 12:25:14','action started',0,'1','ActionScheduler','action_log',0,0),(19320,7097,'ActionScheduler','','','','2020-01-26 09:55:04','2020-01-26 14:55:04','action complete',0,'1','ActionScheduler','action_log',0,0),(19898,7290,'ActionScheduler','','','','2020-02-04 07:11:33','2020-02-04 12:11:33','action started',0,'1','ActionScheduler','action_log',0,0),(19316,7096,'ActionScheduler','','','','2020-01-26 09:55:03','2020-01-26 14:55:03','action started',0,'1','ActionScheduler','action_log',0,0),(19318,7098,'ActionScheduler','','','','2020-01-26 09:55:04','2020-01-26 14:55:04','action created',0,'1','ActionScheduler','action_log',0,0),(19317,7096,'ActionScheduler','','','','2020-01-26 09:55:04','2020-01-26 14:55:04','action complete',0,'1','ActionScheduler','action_log',0,0),(19347,7106,'ActionScheduler','','','','2020-01-26 20:56:31','2020-01-27 01:56:31','action complete',0,'1','ActionScheduler','action_log',0,0),(19357,7111,'ActionScheduler','','','','2020-01-27 00:10:48','2020-01-27 05:10:48','action created',0,'1','ActionScheduler','action_log',0,0),(19372,7116,'ActionScheduler','','','','2020-01-27 03:29:57','2020-01-27 08:29:57','action created',0,'1','ActionScheduler','action_log',0,0),(19378,7118,'ActionScheduler','','','','2020-01-27 04:56:28','2020-01-27 09:56:28','action created',0,'1','ActionScheduler','action_log',0,0),(19415,7129,'ActionScheduler','','','','2020-01-28 00:55:12','2020-01-28 05:55:12','action started',0,'1','ActionScheduler','action_log',0,0),(19416,7129,'ActionScheduler','','','','2020-01-28 00:55:12','2020-01-28 05:55:12','action complete',0,'1','ActionScheduler','action_log',0,0),(19350,7107,'ActionScheduler','','','','2020-01-26 22:48:02','2020-01-27 03:48:02','action complete',0,'1','ActionScheduler','action_log',0,0),(19349,7107,'ActionScheduler','','','','2020-01-26 22:48:02','2020-01-27 03:48:02','action started',0,'1','ActionScheduler','action_log',0,0),(19953,7308,'ActionScheduler','','','','2020-02-05 10:52:57','2020-02-05 15:52:57','action complete',0,'1','ActionScheduler','action_log',0,0),(19952,7308,'ActionScheduler','','','','2020-02-05 10:52:57','2020-02-05 15:52:57','action started',0,'1','ActionScheduler','action_log',0,0),(19922,7298,'ActionScheduler','','','','2020-02-04 16:30:57','2020-02-04 21:30:57','action started',0,'1','ActionScheduler','action_log',0,0),(19918,7298,'ActionScheduler','','','','2020-02-04 12:42:26','2020-02-04 17:42:26','action created',0,'1','ActionScheduler','action_log',0,0),(19359,7110,'ActionScheduler','','','','2020-01-27 00:10:48','2020-01-27 05:10:48','action complete',0,'1','ActionScheduler','action_log',0,0),(19365,7112,'ActionScheduler','','','','2020-01-27 01:17:47','2020-01-27 06:17:47','action complete',0,'1','ActionScheduler','action_log',0,0),(19830,7267,'ActionScheduler','','','','2020-02-03 08:52:49','2020-02-03 13:52:49','action complete',0,'1','ActionScheduler','action_log',0,0),(19362,7111,'ActionScheduler','','','','2020-01-27 01:17:46','2020-01-27 06:17:46','action complete',0,'1','ActionScheduler','action_log',0,0),(19358,7110,'ActionScheduler','','','','2020-01-27 00:10:48','2020-01-27 05:10:48','action started',0,'1','ActionScheduler','action_log',0,0),(19364,7112,'ActionScheduler','','','','2020-01-27 01:17:47','2020-01-27 06:17:47','action started',0,'1','ActionScheduler','action_log',0,0),(19356,7109,'ActionScheduler','','','','2020-01-27 00:10:48','2020-01-27 05:10:48','action complete',0,'1','ActionScheduler','action_log',0,0),(19355,7109,'ActionScheduler','','','','2020-01-27 00:10:48','2020-01-27 05:10:48','action started',0,'1','ActionScheduler','action_log',0,0),(19361,7111,'ActionScheduler','','','','2020-01-27 01:17:46','2020-01-27 06:17:46','action started',0,'1','ActionScheduler','action_log',0,0),(19532,7168,'ActionScheduler','','','','2020-01-29 12:13:44','2020-01-29 17:13:44','action started',0,'1','ActionScheduler','action_log',0,0),(19436,7136,'ActionScheduler','','','','2020-01-28 07:29:37','2020-01-28 12:29:37','action started',0,'1','ActionScheduler','action_log',0,0),(19401,7124,'ActionScheduler','','','','2020-01-27 15:33:54','2020-01-27 20:33:54','action complete',0,'1','ActionScheduler','action_log',0,0),(19396,7124,'ActionScheduler','','','','2020-01-27 14:05:15','2020-01-27 19:05:15','action created',0,'1','ActionScheduler','action_log',0,0),(19395,7122,'ActionScheduler','','','','2020-01-27 14:05:15','2020-01-27 19:05:15','action complete',0,'1','ActionScheduler','action_log',0,0),(19400,7124,'ActionScheduler','','','','2020-01-27 15:33:54','2020-01-27 20:33:54','action started',0,'1','ActionScheduler','action_log',0,0),(19391,7121,'ActionScheduler','','','','2020-01-27 14:05:15','2020-01-27 19:05:15','action started',0,'1','ActionScheduler','action_log',0,0),(19392,7121,'ActionScheduler','','','','2020-01-27 14:05:15','2020-01-27 19:05:15','action complete',0,'1','ActionScheduler','action_log',0,0),(19393,7123,'ActionScheduler','','','','2020-01-27 14:05:15','2020-01-27 19:05:15','action created',0,'1','ActionScheduler','action_log',0,0),(19632,7201,'ActionScheduler','','','','2020-01-31 10:34:26','2020-01-31 15:34:26','action complete',0,'1','ActionScheduler','action_log',0,0),(19631,7201,'ActionScheduler','','','','2020-01-31 10:34:26','2020-01-31 15:34:26','action started',0,'1','ActionScheduler','action_log',0,0),(19469,7147,'ActionScheduler','','','','2020-01-28 19:35:14','2020-01-29 00:35:14','action started',0,'1','ActionScheduler','action_log',0,0),(19661,7211,'ActionScheduler','','','','2020-01-31 23:26:26','2020-02-01 04:26:26','action started',0,'1','ActionScheduler','action_log',0,0),(19481,7151,'ActionScheduler','','','','2020-01-29 00:01:57','2020-01-29 05:01:57','action started',0,'1','ActionScheduler','action_log',0,0),(19580,7184,'ActionScheduler','','','','2020-01-30 12:37:16','2020-01-30 17:37:16','action started',0,'1','ActionScheduler','action_log',0,0),(19581,7184,'ActionScheduler','','','','2020-01-30 12:37:16','2020-01-30 17:37:16','action complete',0,'1','ActionScheduler','action_log',0,0),(19582,7186,'ActionScheduler','','','','2020-01-30 12:37:16','2020-01-30 17:37:16','action created',0,'1','ActionScheduler','action_log',0,0),(18974,6982,'ActionScheduler','','','','2020-01-21 02:45:29','2020-01-21 07:45:29','action started',0,'1','ActionScheduler','action_log',0,0),(18975,6982,'ActionScheduler','','','','2020-01-21 02:45:29','2020-01-21 07:45:29','action complete',0,'1','ActionScheduler','action_log',0,0),(18969,6980,'ActionScheduler','','','','2020-01-21 01:19:20','2020-01-21 06:19:20','action complete',0,'1','ActionScheduler','action_log',0,0),(18968,6980,'ActionScheduler','','','','2020-01-21 01:19:20','2020-01-21 06:19:20','action started',0,'1','ActionScheduler','action_log',0,0),(18972,6981,'ActionScheduler','','','','2020-01-21 01:19:20','2020-01-21 06:19:20','action complete',0,'1','ActionScheduler','action_log',0,0),(18999,6990,'ActionScheduler','','','','2020-01-21 14:18:44','2020-01-21 19:18:44','action complete',0,'1','ActionScheduler','action_log',0,0),(18986,6986,'ActionScheduler','','','','2020-01-21 07:10:50','2020-01-21 12:10:50','action started',0,'1','ActionScheduler','action_log',0,0),(18987,6986,'ActionScheduler','','','','2020-01-21 07:10:50','2020-01-21 12:10:50','action complete',0,'1','ActionScheduler','action_log',0,0),(18988,6988,'ActionScheduler','','','','2020-01-21 07:10:50','2020-01-21 12:10:50','action created',0,'1','ActionScheduler','action_log',0,0),(18989,6987,'ActionScheduler','','','','2020-01-21 07:10:50','2020-01-21 12:10:50','action started',0,'1','ActionScheduler','action_log',0,0),(19021,6999,'ActionScheduler','','','','2020-01-21 22:31:26','2020-01-22 03:31:26','action created',0,'1','ActionScheduler','action_log',0,0),(19673,7215,'ActionScheduler','','','','2020-02-01 06:09:54','2020-02-01 11:09:54','action started',0,'1','ActionScheduler','action_log',0,0),(19674,7215,'ActionScheduler','','','','2020-02-01 06:09:54','2020-02-01 11:09:54','action complete',0,'1','ActionScheduler','action_log',0,0),(19675,7217,'ActionScheduler','','','','2020-02-01 06:09:54','2020-02-01 11:09:54','action created',0,'1','ActionScheduler','action_log',0,0),(19676,7216,'ActionScheduler','','','','2020-02-01 06:09:54','2020-02-01 11:09:54','action started',0,'1','ActionScheduler','action_log',0,0),(19677,7216,'ActionScheduler','','','','2020-02-01 06:09:54','2020-02-01 11:09:54','action complete',0,'1','ActionScheduler','action_log',0,0),(19678,7218,'ActionScheduler','','','','2020-02-01 06:09:54','2020-02-01 11:09:54','action created',0,'1','ActionScheduler','action_log',0,0),(19679,7217,'ActionScheduler','','','','2020-02-01 07:36:15','2020-02-01 12:36:15','action started',0,'1','ActionScheduler','action_log',0,0),(19680,7217,'ActionScheduler','','','','2020-02-01 07:36:15','2020-02-01 12:36:15','action complete',0,'1','ActionScheduler','action_log',0,0),(19681,7219,'ActionScheduler','','','','2020-02-01 07:36:15','2020-02-01 12:36:15','action created',0,'1','ActionScheduler','action_log',0,0),(19714,7230,'ActionScheduler','','','','2020-02-01 17:19:12','2020-02-01 22:19:12','action created',0,'1','ActionScheduler','action_log',0,0),(19713,7228,'ActionScheduler','','','','2020-02-01 17:19:12','2020-02-01 22:19:12','action complete',0,'1','ActionScheduler','action_log',0,0),(19726,7234,'ActionScheduler','','','','2020-02-01 19:53:43','2020-02-02 00:53:43','action created',0,'1','ActionScheduler','action_log',0,0),(19710,7227,'ActionScheduler','','','','2020-02-01 17:19:12','2020-02-01 22:19:12','action complete',0,'1','ActionScheduler','action_log',0,0),(19727,7233,'ActionScheduler','','','','2020-02-02 00:03:42','2020-02-02 05:03:42','action started',0,'1','ActionScheduler','action_log',0,0),(19989,7320,'ActionScheduler','','','','2020-02-06 00:54:45','2020-02-06 05:54:45','action complete',0,'1','ActionScheduler','action_log',0,0),(19798,7258,'ActionScheduler','','','','2020-02-02 21:36:14','2020-02-03 02:36:14','action created',0,'1','ActionScheduler','action_log',0,0),(19792,7256,'ActionScheduler','','','','2020-02-02 18:41:35','2020-02-02 23:41:35','action created',0,'1','ActionScheduler','action_log',0,0),(19988,7320,'ActionScheduler','','','','2020-02-06 00:54:45','2020-02-06 05:54:45','action started',0,'1','ActionScheduler','action_log',0,0),(19799,7257,'ActionScheduler','','','','2020-02-02 21:36:14','2020-02-03 02:36:14','action started',0,'1','ActionScheduler','action_log',0,0),(19800,7257,'ActionScheduler','','','','2020-02-02 21:36:14','2020-02-03 02:36:14','action complete',0,'1','ActionScheduler','action_log',0,0),(19964,7312,'ActionScheduler','','','','2020-02-05 13:45:41','2020-02-05 18:45:41','action started',0,'1','ActionScheduler','action_log',0,0),(19797,7256,'ActionScheduler','','','','2020-02-02 21:36:14','2020-02-03 02:36:14','action complete',0,'1','ActionScheduler','action_log',0,0),(19796,7256,'ActionScheduler','','','','2020-02-02 21:36:14','2020-02-03 02:36:14','action started',0,'1','ActionScheduler','action_log',0,0),(19975,7317,'ActionScheduler','','','','2020-02-05 15:50:25','2020-02-05 20:50:25','action created',0,'1','ActionScheduler','action_log',0,0),(19812,7261,'ActionScheduler','','','','2020-02-03 01:13:56','2020-02-03 06:13:56','action complete',0,'1','ActionScheduler','action_log',0,0),(19811,7261,'ActionScheduler','','','','2020-02-03 01:13:56','2020-02-03 06:13:56','action started',0,'1','ActionScheduler','action_log',0,0),(19965,7312,'ActionScheduler','','','','2020-02-05 13:45:41','2020-02-05 18:45:41','action complete',0,'1','ActionScheduler','action_log',0,0),(19809,7260,'ActionScheduler','','','','2020-02-03 01:13:56','2020-02-03 06:13:56','action complete',0,'1','ActionScheduler','action_log',0,0),(19815,7262,'ActionScheduler','','','','2020-02-03 03:28:42','2020-02-03 08:28:42','action complete',0,'1','ActionScheduler','action_log',0,0),(19824,7265,'ActionScheduler','','','','2020-02-03 05:34:09','2020-02-03 10:34:09','action complete',0,'1','ActionScheduler','action_log',0,0),(19823,7265,'ActionScheduler','','','','2020-02-03 05:34:09','2020-02-03 10:34:09','action started',0,'1','ActionScheduler','action_log',0,0),(19829,7267,'ActionScheduler','','','','2020-02-03 08:52:49','2020-02-03 13:52:49','action started',0,'1','ActionScheduler','action_log',0,0),(19827,7266,'ActionScheduler','','','','2020-02-03 08:52:49','2020-02-03 13:52:49','action complete',0,'1','ActionScheduler','action_log',0,0),(19820,7264,'ActionScheduler','','','','2020-02-03 05:34:09','2020-02-03 10:34:09','action started',0,'1','ActionScheduler','action_log',0,0),(19826,7266,'ActionScheduler','','','','2020-02-03 08:52:49','2020-02-03 13:52:49','action started',0,'1','ActionScheduler','action_log',0,0),(19920,7297,'ActionScheduler','','','','2020-02-04 12:42:26','2020-02-04 17:42:26','action complete',0,'1','ActionScheduler','action_log',0,0),(19919,7297,'ActionScheduler','','','','2020-02-04 12:42:26','2020-02-04 17:42:26','action started',0,'1','ActionScheduler','action_log',0,0),(19871,7281,'ActionScheduler','','','','2020-02-03 23:16:59','2020-02-04 04:16:59','action started',0,'1','ActionScheduler','action_log',0,0),(19872,7281,'ActionScheduler','','','','2020-02-03 23:16:59','2020-02-04 04:16:59','action complete',0,'1','ActionScheduler','action_log',0,0),(19869,7280,'ActionScheduler','','','','2020-02-03 23:16:59','2020-02-04 04:16:59','action complete',0,'1','ActionScheduler','action_log',0,0),(19868,7280,'ActionScheduler','','','','2020-02-03 23:16:59','2020-02-04 04:16:59','action started',0,'1','ActionScheduler','action_log',0,0),(19858,7278,'ActionScheduler','','','','2020-02-03 20:44:52','2020-02-04 01:44:52','action created',0,'1','ActionScheduler','action_log',0,0),(19846,7274,'ActionScheduler','','','','2020-02-03 17:26:25','2020-02-03 22:26:25','action created',0,'1','ActionScheduler','action_log',0,0),(19843,7273,'ActionScheduler','','','','2020-02-03 15:52:09','2020-02-03 20:52:09','action created',0,'1','ActionScheduler','action_log',0,0),(19852,7276,'ActionScheduler','','','','2020-02-03 19:22:57','2020-02-04 00:22:57','action created',0,'1','ActionScheduler','action_log',0,0),(19841,7271,'ActionScheduler','','','','2020-02-03 15:52:08','2020-02-03 20:52:08','action started',0,'1','ActionScheduler','action_log',0,0),(19842,7271,'ActionScheduler','','','','2020-02-03 15:52:08','2020-02-03 20:52:08','action complete',0,'1','ActionScheduler','action_log',0,0),(19859,7277,'ActionScheduler','','','','2020-02-03 20:44:52','2020-02-04 01:44:52','action started',0,'1','ActionScheduler','action_log',0,0),(19838,7270,'ActionScheduler','','','','2020-02-03 15:52:08','2020-02-03 20:52:08','action started',0,'1','ActionScheduler','action_log',0,0),(19839,7270,'ActionScheduler','','','','2020-02-03 15:52:08','2020-02-03 20:52:08','action complete',0,'1','ActionScheduler','action_log',0,0),(19856,7276,'ActionScheduler','','','','2020-02-03 20:44:51','2020-02-04 01:44:51','action started',0,'1','ActionScheduler','action_log',0,0),(19874,7282,'ActionScheduler','','','','2020-02-04 00:33:12','2020-02-04 05:33:12','action started',0,'1','ActionScheduler','action_log',0,0),(19866,7279,'ActionScheduler','','','','2020-02-03 22:15:45','2020-02-04 03:15:45','action complete',0,'1','ActionScheduler','action_log',0,0),(19854,7275,'ActionScheduler','','','','2020-02-03 19:22:57','2020-02-04 00:22:57','action complete',0,'1','ActionScheduler','action_log',0,0),(19853,7275,'ActionScheduler','','','','2020-02-03 19:22:57','2020-02-04 00:22:57','action started',0,'1','ActionScheduler','action_log',0,0),(19865,7279,'ActionScheduler','','','','2020-02-03 22:15:45','2020-02-04 03:15:45','action started',0,'1','ActionScheduler','action_log',0,0),(19851,7274,'ActionScheduler','','','','2020-02-03 19:22:57','2020-02-04 00:22:57','action complete',0,'1','ActionScheduler','action_log',0,0),(19850,7274,'ActionScheduler','','','','2020-02-03 19:22:57','2020-02-04 00:22:57','action started',0,'1','ActionScheduler','action_log',0,0),(19862,7278,'ActionScheduler','','','','2020-02-03 22:15:45','2020-02-04 03:15:45','action started',0,'1','ActionScheduler','action_log',0,0),(19887,7286,'ActionScheduler','','','','2020-02-04 03:34:47','2020-02-04 08:34:47','action complete',0,'1','ActionScheduler','action_log',0,0),(19886,7286,'ActionScheduler','','','','2020-02-04 03:34:47','2020-02-04 08:34:47','action started',0,'1','ActionScheduler','action_log',0,0),(19894,7290,'ActionScheduler','','','','2020-02-04 06:10:51','2020-02-04 11:10:51','action created',0,'1','ActionScheduler','action_log',0,0),(19914,7295,'ActionScheduler','','','','2020-02-04 11:19:39','2020-02-04 16:19:39','action complete',0,'1','ActionScheduler','action_log',0,0),(19913,7295,'ActionScheduler','','','','2020-02-04 11:19:39','2020-02-04 16:19:39','action started',0,'1','ActionScheduler','action_log',0,0),(19892,7288,'ActionScheduler','','','','2020-02-04 06:10:51','2020-02-04 11:10:51','action started',0,'1','ActionScheduler','action_log',0,0),(19933,7303,'ActionScheduler','','','','2020-02-04 21:04:43','2020-02-05 02:04:43','action created',0,'1','ActionScheduler','action_log',0,0),(19932,7301,'ActionScheduler','','','','2020-02-04 21:04:43','2020-02-05 02:04:43','action complete',0,'1','ActionScheduler','action_log',0,0),(20041,7339,'ActionScheduler','','','','2020-02-07 02:01:02','2020-02-07 07:01:02','action created',0,'1','ActionScheduler','action_log',0,0),(20037,7336,'ActionScheduler','','','','2020-02-07 02:01:02','2020-02-07 07:01:02','action complete',0,'1','ActionScheduler','action_log',0,0),(20038,7338,'ActionScheduler','','','','2020-02-07 02:01:02','2020-02-07 07:01:02','action created',0,'1','ActionScheduler','action_log',0,0),(20048,7340,'ActionScheduler','','','','2020-02-07 07:30:20','2020-02-07 12:30:20','action started',0,'1','ActionScheduler','action_log',0,0),(20069,7347,'ActionScheduler','','','','2020-02-07 14:51:00','2020-02-07 19:51:00','action started',0,'1','ActionScheduler','action_log',0,0),(20057,7343,'ActionScheduler','','','','2020-02-07 10:54:12','2020-02-07 15:54:12','action started',0,'1','ActionScheduler','action_log',0,0),(20044,7340,'ActionScheduler','','','','2020-02-07 04:29:39','2020-02-07 09:29:39','action created',0,'1','ActionScheduler','action_log',0,0),(20042,7338,'ActionScheduler','','','','2020-02-07 04:29:39','2020-02-07 09:29:39','action started',0,'1','ActionScheduler','action_log',0,0),(20043,7338,'ActionScheduler','','','','2020-02-07 04:29:39','2020-02-07 09:29:39','action complete',0,'1','ActionScheduler','action_log',0,0),(20055,7342,'ActionScheduler','','','','2020-02-07 10:54:12','2020-02-07 15:54:12','action complete',0,'1','ActionScheduler','action_log',0,0),(20056,7344,'ActionScheduler','','','','2020-02-07 10:54:12','2020-02-07 15:54:12','action created',0,'1','ActionScheduler','action_log',0,0),(20053,7343,'ActionScheduler','','','','2020-02-07 07:30:21','2020-02-07 12:30:21','action created',0,'1','ActionScheduler','action_log',0,0),(20052,7341,'ActionScheduler','','','','2020-02-07 07:30:21','2020-02-07 12:30:21','action complete',0,'1','ActionScheduler','action_log',0,0),(20065,7347,'ActionScheduler','','','','2020-02-07 13:50:32','2020-02-07 18:50:32','action created',0,'1','ActionScheduler','action_log',0,0),(20049,7340,'ActionScheduler','','','','2020-02-07 07:30:21','2020-02-07 12:30:21','action complete',0,'1','ActionScheduler','action_log',0,0),(20054,7342,'ActionScheduler','','','','2020-02-07 10:54:12','2020-02-07 15:54:12','action started',0,'1','ActionScheduler','action_log',0,0),(20074,7350,'ActionScheduler','','','','2020-02-07 18:37:26','2020-02-07 23:37:26','action created',0,'1','ActionScheduler','action_log',0,0),(20075,7349,'ActionScheduler','','','','2020-02-07 18:37:26','2020-02-07 23:37:26','action started',0,'1','ActionScheduler','action_log',0,0),(20076,7349,'ActionScheduler','','','','2020-02-07 18:37:26','2020-02-07 23:37:26','action complete',0,'1','ActionScheduler','action_log',0,0),(20077,7351,'ActionScheduler','','','','2020-02-07 18:37:26','2020-02-07 23:37:26','action created',0,'1','ActionScheduler','action_log',0,0),(20086,7354,'ActionScheduler','','','','2020-02-07 21:04:07','2020-02-08 02:04:07','action created',0,'1','ActionScheduler','action_log',0,0),(20087,7353,'ActionScheduler','','','','2020-02-07 21:04:07','2020-02-08 02:04:07','action started',0,'1','ActionScheduler','action_log',0,0),(20081,7351,'ActionScheduler','','','','2020-02-07 20:00:26','2020-02-08 01:00:26','action started',0,'1','ActionScheduler','action_log',0,0),(20082,7351,'ActionScheduler','','','','2020-02-07 20:00:26','2020-02-08 01:00:26','action complete',0,'1','ActionScheduler','action_log',0,0),(20090,7354,'ActionScheduler','','','','2020-02-07 22:12:00','2020-02-08 03:12:00','action started',0,'1','ActionScheduler','action_log',0,0),(20091,7354,'ActionScheduler','','','','2020-02-07 22:12:00','2020-02-08 03:12:00','action complete',0,'1','ActionScheduler','action_log',0,0),(20092,7356,'ActionScheduler','','','','2020-02-07 22:12:00','2020-02-08 03:12:00','action created',0,'1','ActionScheduler','action_log',0,0),(20093,7355,'ActionScheduler','','','','2020-02-07 22:12:00','2020-02-08 03:12:00','action started',0,'1','ActionScheduler','action_log',0,0),(20094,7355,'ActionScheduler','','','','2020-02-07 22:12:00','2020-02-08 03:12:00','action complete',0,'1','ActionScheduler','action_log',0,0),(20095,7357,'ActionScheduler','','','','2020-02-07 22:12:00','2020-02-08 03:12:00','action created',0,'1','ActionScheduler','action_log',0,0),(20088,7353,'ActionScheduler','','','','2020-02-07 21:04:07','2020-02-08 02:04:07','action complete',0,'1','ActionScheduler','action_log',0,0),(20083,7353,'ActionScheduler','','','','2020-02-07 20:00:26','2020-02-08 01:00:26','action created',0,'1','ActionScheduler','action_log',0,0),(20084,7352,'ActionScheduler','','','','2020-02-07 21:04:07','2020-02-08 02:04:07','action started',0,'1','ActionScheduler','action_log',0,0),(20085,7352,'ActionScheduler','','','','2020-02-07 21:04:07','2020-02-08 02:04:07','action complete',0,'1','ActionScheduler','action_log',0,0),(20073,7348,'ActionScheduler','','','','2020-02-07 18:37:26','2020-02-07 23:37:26','action complete',0,'1','ActionScheduler','action_log',0,0),(20072,7348,'ActionScheduler','','','','2020-02-07 18:37:26','2020-02-07 23:37:26','action started',0,'1','ActionScheduler','action_log',0,0),(20078,7350,'ActionScheduler','','','','2020-02-07 20:00:26','2020-02-08 01:00:26','action started',0,'1','ActionScheduler','action_log',0,0),(20079,7350,'ActionScheduler','','','','2020-02-07 20:00:26','2020-02-08 01:00:26','action complete',0,'1','ActionScheduler','action_log',0,0),(20080,7352,'ActionScheduler','','','','2020-02-07 20:00:26','2020-02-08 01:00:26','action created',0,'1','ActionScheduler','action_log',0,0),(20102,7358,'ActionScheduler','','','','2020-02-08 01:08:51','2020-02-08 06:08:51','action started',0,'1','ActionScheduler','action_log',0,0),(20096,7356,'ActionScheduler','','','','2020-02-07 23:31:11','2020-02-08 04:31:11','action started',0,'1','ActionScheduler','action_log',0,0),(20097,7356,'ActionScheduler','','','','2020-02-07 23:31:11','2020-02-08 04:31:11','action complete',0,'1','ActionScheduler','action_log',0,0),(20098,7358,'ActionScheduler','','','','2020-02-07 23:31:11','2020-02-08 04:31:11','action created',0,'1','ActionScheduler','action_log',0,0),(20099,7357,'ActionScheduler','','','','2020-02-07 23:31:11','2020-02-08 04:31:11','action started',0,'1','ActionScheduler','action_log',0,0),(20100,7357,'ActionScheduler','','','','2020-02-07 23:31:11','2020-02-08 04:31:11','action complete',0,'1','ActionScheduler','action_log',0,0),(20101,7359,'ActionScheduler','','','','2020-02-07 23:31:11','2020-02-08 04:31:11','action created',0,'1','ActionScheduler','action_log',0,0),(20110,7362,'ActionScheduler','','','','2020-02-08 02:38:50','2020-02-08 07:38:50','action created',0,'1','ActionScheduler','action_log',0,0),(20111,7361,'ActionScheduler','','','','2020-02-08 02:38:50','2020-02-08 07:38:50','action started',0,'1','ActionScheduler','action_log',0,0),(20112,7361,'ActionScheduler','','','','2020-02-08 02:38:50','2020-02-08 07:38:50','action complete',0,'1','ActionScheduler','action_log',0,0),(20114,7362,'ActionScheduler','','','','2020-02-08 04:29:10','2020-02-08 09:29:10','action started',0,'1','ActionScheduler','action_log',0,0),(20115,7362,'ActionScheduler','','','','2020-02-08 04:29:10','2020-02-08 09:29:10','action complete',0,'1','ActionScheduler','action_log',0,0),(20116,7364,'ActionScheduler','','','','2020-02-08 04:29:10','2020-02-08 09:29:10','action created',0,'1','ActionScheduler','action_log',0,0),(18557,6843,'ActionScheduler','','','','2020-01-15 09:43:15','2020-01-15 14:43:15','action started',0,'1','ActionScheduler','action_log',0,0),(18558,6843,'ActionScheduler','','','','2020-01-15 09:43:15','2020-01-15 14:43:15','action complete',0,'1','ActionScheduler','action_log',0,0),(20134,7370,'ActionScheduler','','','','2020-02-08 19:02:48','2020-02-09 00:02:48','action created',0,'1','ActionScheduler','action_log',0,0),(20135,7369,'ActionScheduler','','','','2020-02-08 19:02:48','2020-02-09 00:02:48','action started',0,'1','ActionScheduler','action_log',0,0),(20128,7368,'ActionScheduler','','','','2020-02-08 17:18:25','2020-02-08 22:18:25','action created',0,'1','ActionScheduler','action_log',0,0),(20126,7366,'ActionScheduler','','','','2020-02-08 17:18:25','2020-02-08 22:18:25','action started',0,'1','ActionScheduler','action_log',0,0),(20122,7366,'ActionScheduler','','','','2020-02-08 14:10:35','2020-02-08 19:10:35','action created',0,'1','ActionScheduler','action_log',0,0),(20123,7365,'ActionScheduler','','','','2020-02-08 14:10:35','2020-02-08 19:10:35','action started',0,'1','ActionScheduler','action_log',0,0),(20124,7365,'ActionScheduler','','','','2020-02-08 14:10:35','2020-02-08 19:10:35','action complete',0,'1','ActionScheduler','action_log',0,0),(20121,7364,'ActionScheduler','','','','2020-02-08 14:10:35','2020-02-08 19:10:35','action complete',0,'1','ActionScheduler','action_log',0,0),(20120,7364,'ActionScheduler','','','','2020-02-08 14:10:35','2020-02-08 19:10:35','action started',0,'1','ActionScheduler','action_log',0,0),(20137,7371,'ActionScheduler','','','','2020-02-08 19:02:48','2020-02-09 00:02:48','action created',0,'1','ActionScheduler','action_log',0,0),(20132,7368,'ActionScheduler','','','','2020-02-08 19:02:48','2020-02-09 00:02:48','action started',0,'1','ActionScheduler','action_log',0,0),(20133,7368,'ActionScheduler','','','','2020-02-08 19:02:48','2020-02-09 00:02:48','action complete',0,'1','ActionScheduler','action_log',0,0),(20127,7366,'ActionScheduler','','','','2020-02-08 17:18:25','2020-02-08 22:18:25','action complete',0,'1','ActionScheduler','action_log',0,0),(20143,7373,'ActionScheduler','','','','2020-02-08 20:35:53','2020-02-09 01:35:53','action created',0,'1','ActionScheduler','action_log',0,0),(20154,7375,'ActionScheduler','','','','2020-02-09 00:08:25','2020-02-09 05:08:25','action complete',0,'1','ActionScheduler','action_log',0,0),(20166,7379,'ActionScheduler','','','','2020-02-09 06:45:58','2020-02-09 11:45:58','action complete',0,'1','ActionScheduler','action_log',0,0),(20149,7375,'ActionScheduler','','','','2020-02-08 22:52:23','2020-02-09 03:52:23','action created',0,'1','ActionScheduler','action_log',0,0),(20155,7377,'ActionScheduler','','','','2020-02-09 00:08:25','2020-02-09 05:08:25','action created',0,'1','ActionScheduler','action_log',0,0),(20145,7372,'ActionScheduler','','','','2020-02-08 22:52:23','2020-02-09 03:52:23','action complete',0,'1','ActionScheduler','action_log',0,0),(20144,7372,'ActionScheduler','','','','2020-02-08 22:52:23','2020-02-09 03:52:23','action started',0,'1','ActionScheduler','action_log',0,0),(20152,7376,'ActionScheduler','','','','2020-02-09 00:08:25','2020-02-09 05:08:25','action created',0,'1','ActionScheduler','action_log',0,0),(20153,7375,'ActionScheduler','','','','2020-02-09 00:08:25','2020-02-09 05:08:25','action started',0,'1','ActionScheduler','action_log',0,0),(20188,7388,'ActionScheduler','','','','2020-02-09 12:23:29','2020-02-09 17:23:29','action created',0,'1','ActionScheduler','action_log',0,0),(20150,7374,'ActionScheduler','','','','2020-02-09 00:08:25','2020-02-09 05:08:25','action started',0,'1','ActionScheduler','action_log',0,0),(20151,7374,'ActionScheduler','','','','2020-02-09 00:08:25','2020-02-09 05:08:25','action complete',0,'1','ActionScheduler','action_log',0,0),(20167,7381,'ActionScheduler','','','','2020-02-09 06:45:58','2020-02-09 11:45:58','action created',0,'1','ActionScheduler','action_log',0,0),(20165,7379,'ActionScheduler','','','','2020-02-09 06:45:58','2020-02-09 11:45:58','action started',0,'1','ActionScheduler','action_log',0,0),(20156,7376,'ActionScheduler','','','','2020-02-09 01:18:33','2020-02-09 06:18:33','action started',0,'1','ActionScheduler','action_log',0,0),(20157,7376,'ActionScheduler','','','','2020-02-09 01:18:33','2020-02-09 06:18:33','action complete',0,'1','ActionScheduler','action_log',0,0),(20158,7378,'ActionScheduler','','','','2020-02-09 01:18:33','2020-02-09 06:18:33','action created',0,'1','ActionScheduler','action_log',0,0),(20159,7377,'ActionScheduler','','','','2020-02-09 01:18:33','2020-02-09 06:18:33','action started',0,'1','ActionScheduler','action_log',0,0),(20160,7377,'ActionScheduler','','','','2020-02-09 01:18:33','2020-02-09 06:18:33','action complete',0,'1','ActionScheduler','action_log',0,0),(20161,7379,'ActionScheduler','','','','2020-02-09 01:18:33','2020-02-09 06:18:33','action created',0,'1','ActionScheduler','action_log',0,0),(20162,7378,'ActionScheduler','','','','2020-02-09 06:45:58','2020-02-09 11:45:58','action started',0,'1','ActionScheduler','action_log',0,0),(20163,7378,'ActionScheduler','','','','2020-02-09 06:45:58','2020-02-09 11:45:58','action complete',0,'1','ActionScheduler','action_log',0,0),(20164,7380,'ActionScheduler','','','','2020-02-09 06:45:58','2020-02-09 11:45:58','action created',0,'1','ActionScheduler','action_log',0,0),(20187,7251,'ActionScheduler','','','','2020-02-09 12:23:29','2020-02-09 17:23:29','action complete',0,'1','ActionScheduler','action_log',0,0),(20178,7383,'ActionScheduler','','','','2020-02-09 11:00:43','2020-02-09 16:00:43','action complete',0,'1','ActionScheduler','action_log',0,0),(20177,7383,'ActionScheduler','','','','2020-02-09 11:00:43','2020-02-09 16:00:43','action started',0,'1','ActionScheduler','action_log',0,0),(20186,7251,'ActionScheduler','','','','2020-02-09 12:23:29','2020-02-09 17:23:29','action started',0,'1','ActionScheduler','action_log',0,0),(20170,7382,'ActionScheduler','','','','2020-02-09 09:50:47','2020-02-09 14:50:47','action created',0,'1','ActionScheduler','action_log',0,0),(20171,7381,'ActionScheduler','','','','2020-02-09 09:50:47','2020-02-09 14:50:47','action started',0,'1','ActionScheduler','action_log',0,0),(20172,7381,'ActionScheduler','','','','2020-02-09 09:50:47','2020-02-09 14:50:47','action complete',0,'1','ActionScheduler','action_log',0,0),(20173,7383,'ActionScheduler','','','','2020-02-09 09:50:47','2020-02-09 14:50:47','action created',0,'1','ActionScheduler','action_log',0,0),(20174,7382,'ActionScheduler','','','','2020-02-09 11:00:43','2020-02-09 16:00:43','action started',0,'1','ActionScheduler','action_log',0,0),(20175,7382,'ActionScheduler','','','','2020-02-09 11:00:43','2020-02-09 16:00:43','action complete',0,'1','ActionScheduler','action_log',0,0),(20168,7380,'ActionScheduler','','','','2020-02-09 09:50:47','2020-02-09 14:50:47','action started',0,'1','ActionScheduler','action_log',0,0),(20169,7380,'ActionScheduler','','','','2020-02-09 09:50:47','2020-02-09 14:50:47','action complete',0,'1','ActionScheduler','action_log',0,0),(20185,7387,'ActionScheduler','','','','2020-02-09 12:23:29','2020-02-09 17:23:29','action created',0,'1','ActionScheduler','action_log',0,0),(20184,7385,'ActionScheduler','','','','2020-02-09 12:23:29','2020-02-09 17:23:29','action complete',0,'1','ActionScheduler','action_log',0,0),(20200,7392,'ActionScheduler','','','','2020-02-09 15:53:45','2020-02-09 20:53:45','action created',0,'1','ActionScheduler','action_log',0,0),(20221,7399,'ActionScheduler','','','','2020-02-10 00:33:43','2020-02-10 05:33:43','action created',0,'1','ActionScheduler','action_log',0,0),(20212,7396,'ActionScheduler','','','','2020-02-09 20:49:53','2020-02-10 01:49:53','action created',0,'1','ActionScheduler','action_log',0,0),(20211,7394,'ActionScheduler','','','','2020-02-09 20:49:53','2020-02-10 01:49:53','action complete',0,'1','ActionScheduler','action_log',0,0),(20222,7398,'ActionScheduler','','','','2020-02-10 00:33:43','2020-02-10 05:33:43','action started',0,'1','ActionScheduler','action_log',0,0),(20213,7395,'ActionScheduler','','','','2020-02-09 22:13:28','2020-02-10 03:13:28','action started',0,'1','ActionScheduler','action_log',0,0),(20227,7401,'ActionScheduler','','','','2020-02-10 03:16:03','2020-02-10 08:16:03','action created',0,'1','ActionScheduler','action_log',0,0),(20226,7399,'ActionScheduler','','','','2020-02-10 03:16:03','2020-02-10 08:16:03','action complete',0,'1','ActionScheduler','action_log',0,0),(20225,7399,'ActionScheduler','','','','2020-02-10 03:16:03','2020-02-10 08:16:03','action started',0,'1','ActionScheduler','action_log',0,0),(20231,7401,'ActionScheduler','','','','2020-02-10 04:27:34','2020-02-10 09:27:34','action started',0,'1','ActionScheduler','action_log',0,0),(20232,7401,'ActionScheduler','','','','2020-02-10 04:27:34','2020-02-10 09:27:34','action complete',0,'1','ActionScheduler','action_log',0,0),(20254,7410,'ActionScheduler','','','','2020-02-10 10:53:41','2020-02-10 15:53:41','action created',0,'1','ActionScheduler','action_log',0,0),(20238,7403,'ActionScheduler','','','','2020-02-10 06:13:07','2020-02-10 11:13:07','action complete',0,'1','ActionScheduler','action_log',0,0),(20239,7405,'ActionScheduler','','','','2020-02-10 06:13:07','2020-02-10 11:13:07','action created',0,'1','ActionScheduler','action_log',0,0),(20240,7404,'ActionScheduler','','','','2020-02-10 06:13:07','2020-02-10 11:13:07','action started',0,'1','ActionScheduler','action_log',0,0),(20253,7408,'ActionScheduler','','','','2020-02-10 10:53:41','2020-02-10 15:53:41','action complete',0,'1','ActionScheduler','action_log',0,0),(20252,7408,'ActionScheduler','','','','2020-02-10 10:53:41','2020-02-10 15:53:41','action started',0,'1','ActionScheduler','action_log',0,0),(20265,7412,'ActionScheduler','','','','2020-02-10 18:03:19','2020-02-10 23:03:19','action complete',0,'1','ActionScheduler','action_log',0,0),(20261,7411,'ActionScheduler','','','','2020-02-10 18:03:19','2020-02-10 23:03:19','action started',0,'1','ActionScheduler','action_log',0,0),(20267,7413,'ActionScheduler','','','','2020-02-10 19:23:24','2020-02-11 00:23:24','action started',0,'1','ActionScheduler','action_log',0,0),(20273,7415,'ActionScheduler','','','','2020-02-10 20:59:09','2020-02-11 01:59:09','action started',0,'1','ActionScheduler','action_log',0,0),(18713,6895,'ActionScheduler','','','','2020-01-17 06:17:14','2020-01-17 11:17:14','action started',0,'1','ActionScheduler','action_log',0,0),(18617,6863,'ActionScheduler','','','','2020-01-15 23:50:59','2020-01-16 04:50:59','action started',0,'1','ActionScheduler','action_log',0,0),(18618,6863,'ActionScheduler','','','','2020-01-15 23:50:59','2020-01-16 04:50:59','action complete',0,'1','ActionScheduler','action_log',0,0),(18619,6865,'ActionScheduler','','','','2020-01-15 23:50:59','2020-01-16 04:50:59','action created',0,'1','ActionScheduler','action_log',0,0),(18620,6864,'ActionScheduler','','','','2020-01-15 23:50:59','2020-01-16 04:50:59','action started',0,'1','ActionScheduler','action_log',0,0),(18621,6864,'ActionScheduler','','','','2020-01-15 23:50:59','2020-01-16 04:50:59','action complete',0,'1','ActionScheduler','action_log',0,0),(18298,6758,'ActionScheduler','','','','2020-01-11 16:49:27','2020-01-11 21:49:27','action created',0,'1','ActionScheduler','action_log',0,0),(18295,6757,'ActionScheduler','','','','2020-01-11 15:49:19','2020-01-11 20:49:19','action created',0,'1','ActionScheduler','action_log',0,0);
/*!40000 ALTER TABLE `wpbe_comments` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpbe_cw_saved_widgets_options`
--

DROP TABLE IF EXISTS `wpbe_cw_saved_widgets_options`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpbe_cw_saved_widgets_options` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `description` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `show_widget_options` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `hide_widget_options` text COLLATE utf8mb4_unicode_ci NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpbe_cw_saved_widgets_options`
--

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

--
-- Table structure for table `wpbe_cw_widgets_options`
--

DROP TABLE IF EXISTS `wpbe_cw_widgets_options`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpbe_cw_widgets_options` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `widget` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `description` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `show_widget_options` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `hide_widget_options` text COLLATE utf8mb4_unicode_ci NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpbe_cw_widgets_options`
--

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

--
-- Table structure for table `wpbe_links`
--

DROP TABLE IF EXISTS `wpbe_links`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpbe_links` (
  `link_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `link_url` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `link_name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `link_image` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `link_target` varchar(25) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `link_description` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `link_visible` varchar(20) COLLATE utf8mb4_unicode_ci 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) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `link_notes` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `link_rss` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  PRIMARY KEY (`link_id`),
  KEY `link_visible` (`link_visible`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpbe_links`
--

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

--
-- Table structure for table `wpbe_micro_revisions`
--

DROP TABLE IF EXISTS `wpbe_micro_revisions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpbe_micro_revisions` (
  `id` mediumint(9) NOT NULL AUTO_INCREMENT,
  `time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `user_action` text COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `data_size` varchar(10) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `settings` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  UNIQUE KEY `id` (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpbe_micro_revisions`
--

LOCK TABLES `wpbe_micro_revisions` WRITE;
/*!40000 ALTER TABLE `wpbe_micro_revisions` DISABLE KEYS */;
INSERT INTO `wpbe_micro_revisions` VALUES (1,'2018-05-25 23:40:48','{\"items\":[\"selector\"],\"val\":\"Create Selector\",\"pathTT\":true,\"icon\":[{\"icon\":\"selector-icon tvr-icon\"},{\"icon\":\"add-icon tvr-icon\"}],\"pathTT_html\":\"title=\\\"GeneralÂ Â»Â Tcb cols 4 tveÂ :Â Create Selector\\\"\",\"icon_html\":\"<span class=\\\"h-i no-click add-icon tvr-icon\\\" ></span>\",\"target_depth\":\"selector\",\"main_class\":\" has-path-tt\",\"targ_and_val\":\"<span class=\\\"his-items\\\"><span>Tcb cols 4 tve</span></span><span>Â :Â </span><span class=\\\"his-val\\\">Create Selector</span>\",\"pathTT_crumbs\":\"GeneralÂ Â»Â Tcb cols 4 tveÂ :Â Create Selector\",\"html\":\"<span class=\\\"history-item history_selector has-path-tt\\\"title=\\\"GeneralÂ Â»Â Tcb cols 4 tveÂ :Â Create Selector\\\"><span class=\\\"his-items\\\"><span>Tcb cols 4 tve</span></span><span>Â :Â </span><span class=\\\"his-val\\\">Create Selector</span></span>\"}','3KB','a:7:{s:11:\"non_section\";a:11:{s:4:\"meta\";a:2:{s:11:\"user_action\";s:873:\"{\"items\":[\"selector\"],\"val\":\"Create Selector\",\"pathTT\":true,\"icon\":[{\"icon\":\"selector-icon tvr-icon\"},{\"icon\":\"add-icon tvr-icon\"}],\"pathTT_html\":\"title=\\\"General&nbsp;&raquo;&nbsp;Tcb cols 4 tve&nbsp;:&nbsp;Create Selector\\\"\",\"icon_html\":\"<span class=\\\"h-i no-click add-icon tvr-icon\\\" ></span>\",\"target_depth\":\"selector\",\"main_class\":\" has-path-tt\",\"targ_and_val\":\"<span class=\\\"his-items\\\"><span>Tcb cols 4 tve</span></span><span>&nbsp;:&nbsp;</span><span class=\\\"his-val\\\">Create Selector</span>\",\"pathTT_crumbs\":\"General&nbsp;&raquo;&nbsp;Tcb cols 4 tve&nbsp;:&nbsp;Create Selector\",\"html\":\"<span class=\\\"history-item history_selector has-path-tt\\\"title=\\\"General&nbsp;&raquo;&nbsp;Tcb cols 4 tve&nbsp;:&nbsp;Create Selector\\\"><span class=\\\"his-items\\\"><span>Tcb cols 4 tve</span></span><span>&nbsp;:&nbsp;</span><span class=\\\"his-val\\\">Create Selector</span></span>\"}\";s:20:\"last_viewed_selector\";s:27:\"opts-general-tcb_cols_4_tve\";}s:9:\"css_focus\";s:12:\"all-browsers\";s:14:\"hand_coded_css\";s:0:\"\";s:6:\"ie_css\";a:4:{s:3:\"all\";s:0:\"\";s:4:\"nine\";s:0:\"\";s:5:\"eight\";s:0:\"\";s:5:\"seven\";s:0:\"\";}s:2:\"js\";s:0:\"\";s:12:\"device_focus\";s:11:\"all-devices\";s:10:\"view_state\";a:6:{s:7:\"general\";a:2:{s:4:\"this\";s:1:\"0\";s:14:\"tcb_cols_4_tve\";s:1:\"1\";}s:6:\"header\";a:1:{s:4:\"this\";s:1:\"0\";}s:9:\"main_menu\";a:1:{s:4:\"this\";s:1:\"0\";}s:7:\"content\";a:1:{s:4:\"this\";s:1:\"0\";}s:7:\"sidebar\";a:1:{s:4:\"this\";s:1:\"0\";}s:6:\"footer\";a:1:{s:4:\"this\";s:1:\"0\";}}s:16:\"adv_wizard_focus\";s:12:\"css-computed\";s:14:\"active_queries\";a:4:{s:14:\"5b024a17083fd1\";a:2:{s:5:\"label\";s:13:\"Large Desktop\";s:5:\"query\";s:26:\"@media (min-width: 1200px)\";}s:14:\"5b024a17083fd2\";a:2:{s:5:\"label\";s:16:\"Desktop & Tablet\";s:5:\"query\";s:48:\"@media (min-width: 768px) and (max-width: 979px)\";}s:14:\"5b024a17083fd3\";a:2:{s:5:\"label\";s:14:\"Tablet & Phone\";s:5:\"query\";s:25:\"@media (max-width: 767px)\";}s:14:\"5b024a17083fd4\";a:2:{s:5:\"label\";s:5:\"Phone\";s:5:\"query\";s:25:\"@media (max-width: 480px)\";}}s:13:\"active_events\";s:0:\"\";s:14:\"last_save_time\";i:1527306048;}s:7:\"general\";a:2:{s:4:\"this\";a:1:{s:5:\"label\";s:7:\"General\";}s:14:\"tcb_cols_4_tve\";a:3:{s:5:\"label\";s:39:\"Tcb cols 4 tve|.tcb--cols--4 .tve_image\";s:8:\"pg_focus\";s:4:\"font\";s:6:\"styles\";a:1:{s:4:\"font\";a:9:{s:11:\"font_family\";s:0:\"\";s:11:\"google_font\";s:0:\"\";s:5:\"color\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:10:\"font_style\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";s:12:\"font_variant\";s:0:\"\";}}}}s:6:\"header\";a:1:{s:4:\"this\";a:1:{s:5:\"label\";s:6:\"Header\";}}s:9:\"main_menu\";a:1:{s:4:\"this\";a:1:{s:5:\"label\";s:9:\"Main Menu\";}}s:7:\"content\";a:1:{s:4:\"this\";a:1:{s:5:\"label\";s:7:\"Content\";}}s:7:\"sidebar\";a:1:{s:4:\"this\";a:1:{s:5:\"label\";s:7:\"Sidebar\";}}s:6:\"footer\";a:1:{s:4:\"this\";a:1:{s:5:\"label\";s:6:\"Footer\";}}}'),(2,'2018-05-26 12:34:56','{\"items\":[\"selector\"],\"val\":\"Create Selector\",\"pathTT\":true,\"icon\":[{\"icon\":\"selector-icon tvr-icon\"},{\"icon\":\"add-icon tvr-icon\"}],\"pathTT_html\":\"title=\\\"GeneralÂ Â»Â Page heading 1Â :Â Create Selector\\\"\",\"icon_html\":\"<span class=\\\"h-i no-click add-icon tvr-icon\\\" ></span>\",\"target_depth\":\"selector\",\"main_class\":\" has-path-tt\",\"targ_and_val\":\"<span class=\\\"his-items\\\"><span>Page heading 1</span></span><span>Â :Â </span><span class=\\\"his-val\\\">Create Selector</span>\",\"pathTT_crumbs\":\"GeneralÂ Â»Â Page heading 1Â :Â Create Selector\",\"html\":\"<span class=\\\"history-item history_selector has-path-tt\\\"title=\\\"GeneralÂ Â»Â Page heading 1Â :Â Create Selector\\\"><span class=\\\"his-items\\\"><span>Page heading 1</span></span><span>Â :Â </span><span class=\\\"his-val\\\">Create Selector</span></span>\"}','3KB','a:7:{s:11:\"non_section\";a:11:{s:4:\"meta\";a:2:{s:11:\"user_action\";s:873:\"{\"items\":[\"selector\"],\"val\":\"Create Selector\",\"pathTT\":true,\"icon\":[{\"icon\":\"selector-icon tvr-icon\"},{\"icon\":\"add-icon tvr-icon\"}],\"pathTT_html\":\"title=\\\"General&nbsp;&raquo;&nbsp;Page heading 1&nbsp;:&nbsp;Create Selector\\\"\",\"icon_html\":\"<span class=\\\"h-i no-click add-icon tvr-icon\\\" ></span>\",\"target_depth\":\"selector\",\"main_class\":\" has-path-tt\",\"targ_and_val\":\"<span class=\\\"his-items\\\"><span>Page heading 1</span></span><span>&nbsp;:&nbsp;</span><span class=\\\"his-val\\\">Create Selector</span>\",\"pathTT_crumbs\":\"General&nbsp;&raquo;&nbsp;Page heading 1&nbsp;:&nbsp;Create Selector\",\"html\":\"<span class=\\\"history-item history_selector has-path-tt\\\"title=\\\"General&nbsp;&raquo;&nbsp;Page heading 1&nbsp;:&nbsp;Create Selector\\\"><span class=\\\"his-items\\\"><span>Page heading 1</span></span><span>&nbsp;:&nbsp;</span><span class=\\\"his-val\\\">Create Selector</span></span>\"}\";s:20:\"last_viewed_selector\";s:27:\"opts-general-page_heading_1\";}s:9:\"css_focus\";s:12:\"all-browsers\";s:14:\"hand_coded_css\";s:0:\"\";s:6:\"ie_css\";a:4:{s:3:\"all\";s:0:\"\";s:4:\"nine\";s:0:\"\";s:5:\"eight\";s:0:\"\";s:5:\"seven\";s:0:\"\";}s:2:\"js\";s:0:\"\";s:12:\"device_focus\";s:11:\"all-devices\";s:10:\"view_state\";a:6:{s:7:\"general\";a:3:{s:4:\"this\";s:1:\"0\";s:14:\"tcb_cols_4_tve\";s:1:\"2\";s:14:\"page_heading_1\";s:1:\"1\";}s:6:\"header\";a:1:{s:4:\"this\";s:1:\"0\";}s:9:\"main_menu\";a:1:{s:4:\"this\";s:1:\"0\";}s:7:\"content\";a:1:{s:4:\"this\";s:1:\"0\";}s:7:\"sidebar\";a:1:{s:4:\"this\";s:1:\"0\";}s:6:\"footer\";a:1:{s:4:\"this\";s:1:\"0\";}}s:16:\"adv_wizard_focus\";s:12:\"css-computed\";s:14:\"active_queries\";a:4:{s:14:\"5b024a17083fd1\";a:2:{s:5:\"label\";s:13:\"Large Desktop\";s:5:\"query\";s:26:\"@media (min-width: 1200px)\";}s:14:\"5b024a17083fd2\";a:2:{s:5:\"label\";s:16:\"Desktop & Tablet\";s:5:\"query\";s:48:\"@media (min-width: 768px) and (max-width: 979px)\";}s:14:\"5b024a17083fd3\";a:2:{s:5:\"label\";s:14:\"Tablet & Phone\";s:5:\"query\";s:25:\"@media (max-width: 767px)\";}s:14:\"5b024a17083fd4\";a:2:{s:5:\"label\";s:5:\"Phone\";s:5:\"query\";s:25:\"@media (max-width: 480px)\";}}s:13:\"active_events\";s:0:\"\";s:14:\"last_save_time\";i:1527352496;}s:7:\"general\";a:3:{s:4:\"this\";a:1:{s:5:\"label\";s:7:\"General\";}s:14:\"tcb_cols_4_tve\";a:2:{s:5:\"label\";s:39:\"Tcb cols 4 tve|.tcb--cols--4 .tve_image\";s:8:\"pg_focus\";s:4:\"font\";}s:14:\"page_heading_1\";a:3:{s:5:\"label\";s:23:\"Page heading 1|.page h1\";s:8:\"pg_focus\";s:4:\"font\";s:6:\"styles\";a:1:{s:4:\"font\";a:9:{s:11:\"font_family\";s:0:\"\";s:11:\"google_font\";s:0:\"\";s:5:\"color\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:10:\"font_style\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";s:12:\"font_variant\";s:0:\"\";}}}}s:6:\"header\";a:1:{s:4:\"this\";a:1:{s:5:\"label\";s:6:\"Header\";}}s:9:\"main_menu\";a:1:{s:4:\"this\";a:1:{s:5:\"label\";s:9:\"Main Menu\";}}s:7:\"content\";a:1:{s:4:\"this\";a:1:{s:5:\"label\";s:7:\"Content\";}}s:7:\"sidebar\";a:1:{s:4:\"this\";a:1:{s:5:\"label\";s:7:\"Sidebar\";}}s:6:\"footer\";a:1:{s:4:\"this\";a:1:{s:5:\"label\";s:6:\"Footer\";}}}'),(3,'2018-05-26 12:35:22','{\"items\":[\"draft mode enabled\"],\"icon\":\"draft-mode lg-icon\",\"pathTT_html\":\"\",\"icon_html\":\"<span class=\\\"h-i no-click draft-mode lg-icon\\\" ></span>\",\"target_depth\":\"draft mode enabled\",\"main_class\":\"\",\"targ_and_val\":\"<span class=\\\"his-items\\\"><span>draft mode enabled</span></span>\",\"html\":\"<span class=\\\"history-item history_draft_mode_enabled\\\"><span class=\\\"his-items\\\"><span>draft mode enabled</span></span></span>\"}','3KB','a:7:{s:11:\"non_section\";a:11:{s:4:\"meta\";a:2:{s:11:\"user_action\";s:419:\"{\"items\":[\"draft mode enabled\"],\"icon\":\"draft-mode lg-icon\",\"pathTT_html\":\"\",\"icon_html\":\"<span class=\\\"h-i no-click draft-mode lg-icon\\\" ></span>\",\"target_depth\":\"draft mode enabled\",\"main_class\":\"\",\"targ_and_val\":\"<span class=\\\"his-items\\\"><span>draft mode enabled</span></span>\",\"html\":\"<span class=\\\"history-item history_draft_mode_enabled\\\"><span class=\\\"his-items\\\"><span>draft mode enabled</span></span></span>\"}\";s:20:\"last_viewed_selector\";s:27:\"opts-general-page_heading_1\";}s:9:\"css_focus\";s:12:\"all-browsers\";s:14:\"hand_coded_css\";s:0:\"\";s:6:\"ie_css\";a:4:{s:3:\"all\";s:0:\"\";s:4:\"nine\";s:0:\"\";s:5:\"eight\";s:0:\"\";s:5:\"seven\";s:0:\"\";}s:2:\"js\";s:0:\"\";s:12:\"device_focus\";s:11:\"all-devices\";s:10:\"view_state\";a:6:{s:7:\"general\";a:3:{s:4:\"this\";s:1:\"0\";s:14:\"tcb_cols_4_tve\";s:1:\"2\";s:14:\"page_heading_1\";s:1:\"1\";}s:6:\"header\";a:1:{s:4:\"this\";s:1:\"0\";}s:9:\"main_menu\";a:1:{s:4:\"this\";s:1:\"0\";}s:7:\"content\";a:1:{s:4:\"this\";s:1:\"0\";}s:7:\"sidebar\";a:1:{s:4:\"this\";s:1:\"0\";}s:6:\"footer\";a:1:{s:4:\"this\";s:1:\"0\";}}s:16:\"adv_wizard_focus\";s:12:\"css-computed\";s:14:\"active_queries\";a:4:{s:14:\"5b024a17083fd1\";a:2:{s:5:\"label\";s:13:\"Large Desktop\";s:5:\"query\";s:26:\"@media (min-width: 1200px)\";}s:14:\"5b024a17083fd2\";a:2:{s:5:\"label\";s:16:\"Desktop & Tablet\";s:5:\"query\";s:48:\"@media (min-width: 768px) and (max-width: 979px)\";}s:14:\"5b024a17083fd3\";a:2:{s:5:\"label\";s:14:\"Tablet & Phone\";s:5:\"query\";s:25:\"@media (max-width: 767px)\";}s:14:\"5b024a17083fd4\";a:2:{s:5:\"label\";s:5:\"Phone\";s:5:\"query\";s:25:\"@media (max-width: 480px)\";}}s:13:\"active_events\";s:0:\"\";s:14:\"last_save_time\";i:1527352522;}s:7:\"general\";a:3:{s:4:\"this\";a:1:{s:5:\"label\";s:7:\"General\";}s:14:\"tcb_cols_4_tve\";a:2:{s:5:\"label\";s:39:\"Tcb cols 4 tve|.tcb--cols--4 .tve_image\";s:8:\"pg_focus\";s:4:\"font\";}s:14:\"page_heading_1\";a:3:{s:5:\"label\";s:23:\"Page heading 1|.page h1\";s:8:\"pg_focus\";s:4:\"font\";s:6:\"styles\";a:1:{s:4:\"font\";a:9:{s:11:\"font_family\";s:0:\"\";s:11:\"google_font\";s:0:\"\";s:5:\"color\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:10:\"font_style\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";s:12:\"font_variant\";s:0:\"\";}}}}s:6:\"header\";a:1:{s:4:\"this\";a:1:{s:5:\"label\";s:6:\"Header\";}}s:9:\"main_menu\";a:1:{s:4:\"this\";a:1:{s:5:\"label\";s:9:\"Main Menu\";}}s:7:\"content\";a:1:{s:4:\"this\";a:1:{s:5:\"label\";s:7:\"Content\";}}s:7:\"sidebar\";a:1:{s:4:\"this\";a:1:{s:5:\"label\";s:7:\"Sidebar\";}}s:6:\"footer\";a:1:{s:4:\"this\";a:1:{s:5:\"label\";s:6:\"Footer\";}}}'),(4,'2018-05-26 12:35:23','{\"items\":[\"draft mode disabled (changes published)\"],\"icon\":\"draft-mode lg-icon\",\"pathTT_html\":\"\",\"icon_html\":\"<span class=\\\"h-i no-click draft-mode lg-icon\\\" ></span>\",\"target_depth\":\"draft mode disabled (changes published)\",\"main_class\":\"\",\"targ_and_val\":\"<span class=\\\"his-items\\\"><span>draft mode disabled (changes published)</span></span>\",\"html\":\"<span class=\\\"history-item history_draft_mode_disabled_changes_published\\\"><span class=\\\"his-items\\\"><span>draft mode disabled (changes published)</span></span></span>\"}','3KB','a:7:{s:11:\"non_section\";a:11:{s:4:\"meta\";a:2:{s:11:\"user_action\";s:522:\"{\"items\":[\"draft mode disabled (changes published)\"],\"icon\":\"draft-mode lg-icon\",\"pathTT_html\":\"\",\"icon_html\":\"<span class=\\\"h-i no-click draft-mode lg-icon\\\" ></span>\",\"target_depth\":\"draft mode disabled (changes published)\",\"main_class\":\"\",\"targ_and_val\":\"<span class=\\\"his-items\\\"><span>draft mode disabled (changes published)</span></span>\",\"html\":\"<span class=\\\"history-item history_draft_mode_disabled_changes_published\\\"><span class=\\\"his-items\\\"><span>draft mode disabled (changes published)</span></span></span>\"}\";s:20:\"last_viewed_selector\";s:27:\"opts-general-page_heading_1\";}s:9:\"css_focus\";s:12:\"all-browsers\";s:14:\"hand_coded_css\";s:0:\"\";s:6:\"ie_css\";a:4:{s:3:\"all\";s:0:\"\";s:4:\"nine\";s:0:\"\";s:5:\"eight\";s:0:\"\";s:5:\"seven\";s:0:\"\";}s:2:\"js\";s:0:\"\";s:12:\"device_focus\";s:11:\"all-devices\";s:10:\"view_state\";a:6:{s:7:\"general\";a:3:{s:4:\"this\";s:1:\"0\";s:14:\"tcb_cols_4_tve\";s:1:\"2\";s:14:\"page_heading_1\";s:1:\"1\";}s:6:\"header\";a:1:{s:4:\"this\";s:1:\"0\";}s:9:\"main_menu\";a:1:{s:4:\"this\";s:1:\"0\";}s:7:\"content\";a:1:{s:4:\"this\";s:1:\"0\";}s:7:\"sidebar\";a:1:{s:4:\"this\";s:1:\"0\";}s:6:\"footer\";a:1:{s:4:\"this\";s:1:\"0\";}}s:16:\"adv_wizard_focus\";s:12:\"css-computed\";s:14:\"active_queries\";a:4:{s:14:\"5b024a17083fd1\";a:2:{s:5:\"label\";s:13:\"Large Desktop\";s:5:\"query\";s:26:\"@media (min-width: 1200px)\";}s:14:\"5b024a17083fd2\";a:2:{s:5:\"label\";s:16:\"Desktop & Tablet\";s:5:\"query\";s:48:\"@media (min-width: 768px) and (max-width: 979px)\";}s:14:\"5b024a17083fd3\";a:2:{s:5:\"label\";s:14:\"Tablet & Phone\";s:5:\"query\";s:25:\"@media (max-width: 767px)\";}s:14:\"5b024a17083fd4\";a:2:{s:5:\"label\";s:5:\"Phone\";s:5:\"query\";s:25:\"@media (max-width: 480px)\";}}s:13:\"active_events\";s:0:\"\";s:14:\"last_save_time\";i:1527352523;}s:7:\"general\";a:3:{s:4:\"this\";a:1:{s:5:\"label\";s:7:\"General\";}s:14:\"tcb_cols_4_tve\";a:2:{s:5:\"label\";s:39:\"Tcb cols 4 tve|.tcb--cols--4 .tve_image\";s:8:\"pg_focus\";s:4:\"font\";}s:14:\"page_heading_1\";a:3:{s:5:\"label\";s:23:\"Page heading 1|.page h1\";s:8:\"pg_focus\";s:4:\"font\";s:6:\"styles\";a:1:{s:4:\"font\";a:9:{s:11:\"font_family\";s:0:\"\";s:11:\"google_font\";s:0:\"\";s:5:\"color\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:10:\"font_style\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";s:12:\"font_variant\";s:0:\"\";}}}}s:6:\"header\";a:1:{s:4:\"this\";a:1:{s:5:\"label\";s:6:\"Header\";}}s:9:\"main_menu\";a:1:{s:4:\"this\";a:1:{s:5:\"label\";s:9:\"Main Menu\";}}s:7:\"content\";a:1:{s:4:\"this\";a:1:{s:5:\"label\";s:7:\"Content\";}}s:7:\"sidebar\";a:1:{s:4:\"this\";a:1:{s:5:\"label\";s:7:\"Sidebar\";}}s:6:\"footer\";a:1:{s:4:\"this\";a:1:{s:5:\"label\";s:6:\"Footer\";}}}');
/*!40000 ALTER TABLE `wpbe_micro_revisions` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpbe_ms_snippets`
--

DROP TABLE IF EXISTS `wpbe_ms_snippets`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpbe_ms_snippets` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `name` tinytext COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `description` text COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `code` longtext COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `tags` longtext COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `scope` varchar(15) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'global',
  `priority` smallint(6) NOT NULL DEFAULT 10,
  `active` tinyint(1) NOT NULL DEFAULT 0,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpbe_ms_snippets`
--

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

--
-- Table structure for table `wpbe_options`
--

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

--
-- Dumping data for table `wpbe_options`
--

LOCK TABLES `wpbe_options` WRITE;
/*!40000 ALTER TABLE `wpbe_options` DISABLE KEYS */;
INSERT INTO `wpbe_options` VALUES (1,'siteurl','https://bestcerakoteflorida.com','yes'),(2,'home','https://bestcerakoteflorida.com','yes'),(3,'blogname','The Best Cerakote In Florida','yes'),(4,'blogdescription','Florida&#039;s Best Cerakote Company Used By Professionals from LEO&#039;s to Military The World Over','yes'),(5,'users_can_register','0','yes'),(6,'admin_email','admin@bestcerakoteflorida.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','','yes'),(27,'moderation_notify','1','yes'),(28,'permalink_structure','/%postname%/','yes'),(29,'rewrite_rules','a:389:{s:24:\"^wc-auth/v([1]{1})/(.*)?\";s:63:\"index.php?wc-auth-version=$matches[1]&wc-auth-route=$matches[2]\";s:22:\"^wc-api/v([1-3]{1})/?$\";s:51:\"index.php?wc-api-version=$matches[1]&wc-api-route=/\";s:24:\"^wc-api/v([1-3]{1})(.*)?\";s:61:\"index.php?wc-api-version=$matches[1]&wc-api-route=$matches[2]\";s:7:\"shop/?$\";s:27:\"index.php?post_type=product\";s:37:\"shop/feed/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?post_type=product&feed=$matches[1]\";s:32:\"shop/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?post_type=product&feed=$matches[1]\";s:24:\"shop/page/([0-9]{1,})/?$\";s:45:\"index.php?post_type=product&paged=$matches[1]\";s:11:\"^wp-json/?$\";s:22:\"index.php?rest_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:21:\"^index.php/wp-json/?$\";s:22:\"index.php?rest_route=/\";s:24:\"^index.php/wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s: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:32:\"category/(.+?)/wc-api(/(.*))?/?$\";s:54:\"index.php?category_name=$matches[1]&wc-api=$matches[3]\";s:39:\"category/(.+?)/thrv_checkout(/(.*))?/?$\";s:61:\"index.php?category_name=$matches[1]&thrv_checkout=$matches[3]\";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:29:\"tag/([^/]+)/wc-api(/(.*))?/?$\";s:44:\"index.php?tag=$matches[1]&wc-api=$matches[3]\";s:36:\"tag/([^/]+)/thrv_checkout(/(.*))?/?$\";s:51:\"index.php?tag=$matches[1]&thrv_checkout=$matches[3]\";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:55:\"product-category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:50:\"product-category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:31:\"product-category/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:43:\"product-category/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:25:\"product-category/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:52:\"product-tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_tag=$matches[1]&feed=$matches[2]\";s:47:\"product-tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_tag=$matches[1]&feed=$matches[2]\";s:28:\"product-tag/([^/]+)/embed/?$\";s:44:\"index.php?product_tag=$matches[1]&embed=true\";s:40:\"product-tag/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_tag=$matches[1]&paged=$matches[2]\";s:22:\"product-tag/([^/]+)/?$\";s:33:\"index.php?product_tag=$matches[1]\";s:35:\"product/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:45:\"product/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:65:\"product/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"product/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"product/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:41:\"product/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:24:\"product/([^/]+)/embed/?$\";s:40:\"index.php?product=$matches[1]&embed=true\";s:28:\"product/([^/]+)/trackback/?$\";s:34:\"index.php?product=$matches[1]&tb=1\";s:48:\"product/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?product=$matches[1]&feed=$matches[2]\";s:43:\"product/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?product=$matches[1]&feed=$matches[2]\";s:36:\"product/([^/]+)/page/?([0-9]{1,})/?$\";s:47:\"index.php?product=$matches[1]&paged=$matches[2]\";s:43:\"product/([^/]+)/comment-page-([0-9]{1,})/?$\";s:47:\"index.php?product=$matches[1]&cpage=$matches[2]\";s:33:\"product/([^/]+)/wc-api(/(.*))?/?$\";s:48:\"index.php?product=$matches[1]&wc-api=$matches[3]\";s:40:\"product/([^/]+)/thrv_checkout(/(.*))?/?$\";s:55:\"index.php?product=$matches[1]&thrv_checkout=$matches[3]\";s:39:\"product/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:50:\"product/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:46:\"product/[^/]+/([^/]+)/thrv_checkout(/(.*))?/?$\";s:58:\"index.php?attachment=$matches[1]&thrv_checkout=$matches[3]\";s:57:\"product/[^/]+/attachment/([^/]+)/thrv_checkout(/(.*))?/?$\";s:58:\"index.php?attachment=$matches[1]&thrv_checkout=$matches[3]\";s:32:\"product/([^/]+)(?:/([0-9]+))?/?$\";s:46:\"index.php?product=$matches[1]&page=$matches[2]\";s:24:\"product/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:34:\"product/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:54:\"product/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"product/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"product/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:30:\"product/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:34:\"course/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:44:\"course/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:64:\"course/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"course/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"course/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:40:\"course/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:23:\"course/([^/]+)/embed/?$\";s:43:\"index.php?tva_lesson=$matches[1]&embed=true\";s:27:\"course/([^/]+)/trackback/?$\";s:37:\"index.php?tva_lesson=$matches[1]&tb=1\";s:35:\"course/([^/]+)/page/?([0-9]{1,})/?$\";s:50:\"index.php?tva_lesson=$matches[1]&paged=$matches[2]\";s:42:\"course/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?tva_lesson=$matches[1]&cpage=$matches[2]\";s:32:\"course/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?tva_lesson=$matches[1]&wc-api=$matches[3]\";s:39:\"course/([^/]+)/thrv_checkout(/(.*))?/?$\";s:58:\"index.php?tva_lesson=$matches[1]&thrv_checkout=$matches[3]\";s:38:\"course/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:49:\"course/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:45:\"course/[^/]+/([^/]+)/thrv_checkout(/(.*))?/?$\";s:58:\"index.php?attachment=$matches[1]&thrv_checkout=$matches[3]\";s:56:\"course/[^/]+/attachment/([^/]+)/thrv_checkout(/(.*))?/?$\";s:58:\"index.php?attachment=$matches[1]&thrv_checkout=$matches[3]\";s:31:\"course/([^/]+)(?:/([0-9]+))?/?$\";s:49:\"index.php?tva_lesson=$matches[1]&page=$matches[2]\";s:23:\"course/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:33:\"course/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:53:\"course/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:48:\"course/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:48:\"course/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:29:\"course/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:35:\"chapter/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:45:\"chapter/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:65:\"chapter/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"chapter/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"chapter/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:41:\"chapter/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:24:\"chapter/([^/]+)/embed/?$\";s:44:\"index.php?tva_chapter=$matches[1]&embed=true\";s:28:\"chapter/([^/]+)/trackback/?$\";s:38:\"index.php?tva_chapter=$matches[1]&tb=1\";s:36:\"chapter/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?tva_chapter=$matches[1]&paged=$matches[2]\";s:43:\"chapter/([^/]+)/comment-page-([0-9]{1,})/?$\";s:51:\"index.php?tva_chapter=$matches[1]&cpage=$matches[2]\";s:33:\"chapter/([^/]+)/wc-api(/(.*))?/?$\";s:52:\"index.php?tva_chapter=$matches[1]&wc-api=$matches[3]\";s:40:\"chapter/([^/]+)/thrv_checkout(/(.*))?/?$\";s:59:\"index.php?tva_chapter=$matches[1]&thrv_checkout=$matches[3]\";s:39:\"chapter/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:50:\"chapter/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:46:\"chapter/[^/]+/([^/]+)/thrv_checkout(/(.*))?/?$\";s:58:\"index.php?attachment=$matches[1]&thrv_checkout=$matches[3]\";s:57:\"chapter/[^/]+/attachment/([^/]+)/thrv_checkout(/(.*))?/?$\";s:58:\"index.php?attachment=$matches[1]&thrv_checkout=$matches[3]\";s:32:\"chapter/([^/]+)(?:/([0-9]+))?/?$\";s:50:\"index.php?tva_chapter=$matches[1]&page=$matches[2]\";s:24:\"chapter/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:34:\"chapter/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:54:\"chapter/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"chapter/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"chapter/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:30:\"chapter/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:34:\"module/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:44:\"module/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:64:\"module/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"module/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"module/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:40:\"module/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:23:\"module/([^/]+)/embed/?$\";s:43:\"index.php?tva_module=$matches[1]&embed=true\";s:27:\"module/([^/]+)/trackback/?$\";s:37:\"index.php?tva_module=$matches[1]&tb=1\";s:35:\"module/([^/]+)/page/?([0-9]{1,})/?$\";s:50:\"index.php?tva_module=$matches[1]&paged=$matches[2]\";s:42:\"module/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?tva_module=$matches[1]&cpage=$matches[2]\";s:32:\"module/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?tva_module=$matches[1]&wc-api=$matches[3]\";s:39:\"module/([^/]+)/thrv_checkout(/(.*))?/?$\";s:58:\"index.php?tva_module=$matches[1]&thrv_checkout=$matches[3]\";s:38:\"module/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:49:\"module/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:45:\"module/[^/]+/([^/]+)/thrv_checkout(/(.*))?/?$\";s:58:\"index.php?attachment=$matches[1]&thrv_checkout=$matches[3]\";s:56:\"module/[^/]+/attachment/([^/]+)/thrv_checkout(/(.*))?/?$\";s:58:\"index.php?attachment=$matches[1]&thrv_checkout=$matches[3]\";s:31:\"module/([^/]+)(?:/([0-9]+))?/?$\";s:49:\"index.php?tva_module=$matches[1]&page=$matches[2]\";s:23:\"module/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:33:\"module/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:53:\"module/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:48:\"module/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:48:\"module/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:29:\"module/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:43:\"tva_course_type/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:53:\"tva_course_type/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:73:\"tva_course_type/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:68:\"tva_course_type/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:68:\"tva_course_type/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:49:\"tva_course_type/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:32:\"tva_course_type/([^/]+)/embed/?$\";s:63:\"index.php?post_type=tva_course_type&name=$matches[1]&embed=true\";s:36:\"tva_course_type/([^/]+)/trackback/?$\";s:57:\"index.php?post_type=tva_course_type&name=$matches[1]&tb=1\";s:44:\"tva_course_type/([^/]+)/page/?([0-9]{1,})/?$\";s:70:\"index.php?post_type=tva_course_type&name=$matches[1]&paged=$matches[2]\";s:51:\"tva_course_type/([^/]+)/comment-page-([0-9]{1,})/?$\";s:70:\"index.php?post_type=tva_course_type&name=$matches[1]&cpage=$matches[2]\";s:41:\"tva_course_type/([^/]+)/wc-api(/(.*))?/?$\";s:71:\"index.php?post_type=tva_course_type&name=$matches[1]&wc-api=$matches[3]\";s:48:\"tva_course_type/([^/]+)/thrv_checkout(/(.*))?/?$\";s:78:\"index.php?post_type=tva_course_type&name=$matches[1]&thrv_checkout=$matches[3]\";s:47:\"tva_course_type/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:58:\"tva_course_type/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:54:\"tva_course_type/[^/]+/([^/]+)/thrv_checkout(/(.*))?/?$\";s:58:\"index.php?attachment=$matches[1]&thrv_checkout=$matches[3]\";s:65:\"tva_course_type/[^/]+/attachment/([^/]+)/thrv_checkout(/(.*))?/?$\";s:58:\"index.php?attachment=$matches[1]&thrv_checkout=$matches[3]\";s:40:\"tva_course_type/([^/]+)(?:/([0-9]+))?/?$\";s:69:\"index.php?post_type=tva_course_type&name=$matches[1]&page=$matches[2]\";s:32:\"tva_course_type/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:42:\"tva_course_type/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:62:\"tva_course_type/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:57:\"tva_course_type/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:57:\"tva_course_type/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:38:\"tva_course_type/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:48:\"courses/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?tva_courses=$matches[1]&feed=$matches[2]\";s:43:\"courses/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?tva_courses=$matches[1]&feed=$matches[2]\";s:24:\"courses/([^/]+)/embed/?$\";s:44:\"index.php?tva_courses=$matches[1]&embed=true\";s:36:\"courses/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?tva_courses=$matches[1]&paged=$matches[2]\";s:18:\"courses/([^/]+)/?$\";s:33:\"index.php?tva_courses=$matches[1]\";s:40:\"tve_lead_group/.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:50:\"tve_lead_group/.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:70:\"tve_lead_group/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"tve_lead_group/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"tve_lead_group/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:46:\"tve_lead_group/.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:29:\"tve_lead_group/(.+?)/embed/?$\";s:47:\"index.php?tve_lead_group=$matches[1]&embed=true\";s:33:\"tve_lead_group/(.+?)/trackback/?$\";s:41:\"index.php?tve_lead_group=$matches[1]&tb=1\";s:41:\"tve_lead_group/(.+?)/page/?([0-9]{1,})/?$\";s:54:\"index.php?tve_lead_group=$matches[1]&paged=$matches[2]\";s:48:\"tve_lead_group/(.+?)/comment-page-([0-9]{1,})/?$\";s:54:\"index.php?tve_lead_group=$matches[1]&cpage=$matches[2]\";s:38:\"tve_lead_group/(.+?)/wc-api(/(.*))?/?$\";s:55:\"index.php?tve_lead_group=$matches[1]&wc-api=$matches[3]\";s:45:\"tve_lead_group/(.+?)/thrv_checkout(/(.*))?/?$\";s:62:\"index.php?tve_lead_group=$matches[1]&thrv_checkout=$matches[3]\";s:44:\"tve_lead_group/.+?/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:55:\"tve_lead_group/.+?/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:51:\"tve_lead_group/.+?/([^/]+)/thrv_checkout(/(.*))?/?$\";s:58:\"index.php?attachment=$matches[1]&thrv_checkout=$matches[3]\";s:62:\"tve_lead_group/.+?/attachment/([^/]+)/thrv_checkout(/(.*))?/?$\";s:58:\"index.php?attachment=$matches[1]&thrv_checkout=$matches[3]\";s:37:\"tve_lead_group/(.+?)(?:/([0-9]+))?/?$\";s:53:\"index.php?tve_lead_group=$matches[1]&page=$matches[2]\";s:49:\"tvo_tags/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?tvo_tags=$matches[1]&feed=$matches[2]\";s:44:\"tvo_tags/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?tvo_tags=$matches[1]&feed=$matches[2]\";s:25:\"tvo_tags/([^/]+)/embed/?$\";s:41:\"index.php?tvo_tags=$matches[1]&embed=true\";s:37:\"tvo_tags/([^/]+)/page/?([0-9]{1,})/?$\";s:48:\"index.php?tvo_tags=$matches[1]&paged=$matches[2]\";s:19:\"tvo_tags/([^/]+)/?$\";s:30:\"index.php?tvo_tags=$matches[1]\";s:44:\"tvo_testimonials/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:54:\"tvo_testimonials/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:74:\"tvo_testimonials/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"tvo_testimonials/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"tvo_testimonials/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:50:\"tvo_testimonials/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:33:\"tvo_testimonials/([^/]+)/embed/?$\";s:49:\"index.php?tvo_testimonials=$matches[1]&embed=true\";s:37:\"tvo_testimonials/([^/]+)/trackback/?$\";s:43:\"index.php?tvo_testimonials=$matches[1]&tb=1\";s:45:\"tvo_testimonials/([^/]+)/page/?([0-9]{1,})/?$\";s:56:\"index.php?tvo_testimonials=$matches[1]&paged=$matches[2]\";s:52:\"tvo_testimonials/([^/]+)/comment-page-([0-9]{1,})/?$\";s:56:\"index.php?tvo_testimonials=$matches[1]&cpage=$matches[2]\";s:42:\"tvo_testimonials/([^/]+)/wc-api(/(.*))?/?$\";s:57:\"index.php?tvo_testimonials=$matches[1]&wc-api=$matches[3]\";s:49:\"tvo_testimonials/([^/]+)/thrv_checkout(/(.*))?/?$\";s:64:\"index.php?tvo_testimonials=$matches[1]&thrv_checkout=$matches[3]\";s:48:\"tvo_testimonials/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:59:\"tvo_testimonials/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:55:\"tvo_testimonials/[^/]+/([^/]+)/thrv_checkout(/(.*))?/?$\";s:58:\"index.php?attachment=$matches[1]&thrv_checkout=$matches[3]\";s:66:\"tvo_testimonials/[^/]+/attachment/([^/]+)/thrv_checkout(/(.*))?/?$\";s:58:\"index.php?attachment=$matches[1]&thrv_checkout=$matches[3]\";s:41:\"tvo_testimonials/([^/]+)(?:/([0-9]+))?/?$\";s:55:\"index.php?tvo_testimonials=$matches[1]&page=$matches[2]\";s:33:\"tvo_testimonials/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:43:\"tvo_testimonials/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:63:\"tvo_testimonials/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"tvo_testimonials/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"tvo_testimonials/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:39:\"tvo_testimonials/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:47:\"symbol/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:54:\"index.php?tcb_symbols_tax=$matches[1]&feed=$matches[2]\";s:42:\"symbol/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:54:\"index.php?tcb_symbols_tax=$matches[1]&feed=$matches[2]\";s:23:\"symbol/([^/]+)/embed/?$\";s:48:\"index.php?tcb_symbols_tax=$matches[1]&embed=true\";s:35:\"symbol/([^/]+)/page/?([0-9]{1,})/?$\";s:55:\"index.php?tcb_symbols_tax=$matches[1]&paged=$matches[2]\";s:17:\"symbol/([^/]+)/?$\";s:37:\"index.php?tcb_symbols_tax=$matches[1]\";s:48:\"tcb_content_template/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:58:\"tcb_content_template/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:78:\"tcb_content_template/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:73:\"tcb_content_template/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:73:\"tcb_content_template/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:54:\"tcb_content_template/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:37:\"tcb_content_template/([^/]+)/embed/?$\";s:53:\"index.php?tcb_content_template=$matches[1]&embed=true\";s:41:\"tcb_content_template/([^/]+)/trackback/?$\";s:47:\"index.php?tcb_content_template=$matches[1]&tb=1\";s:49:\"tcb_content_template/([^/]+)/page/?([0-9]{1,})/?$\";s:60:\"index.php?tcb_content_template=$matches[1]&paged=$matches[2]\";s:56:\"tcb_content_template/([^/]+)/comment-page-([0-9]{1,})/?$\";s:60:\"index.php?tcb_content_template=$matches[1]&cpage=$matches[2]\";s:46:\"tcb_content_template/([^/]+)/wc-api(/(.*))?/?$\";s:61:\"index.php?tcb_content_template=$matches[1]&wc-api=$matches[3]\";s:53:\"tcb_content_template/([^/]+)/thrv_checkout(/(.*))?/?$\";s:68:\"index.php?tcb_content_template=$matches[1]&thrv_checkout=$matches[3]\";s:52:\"tcb_content_template/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:63:\"tcb_content_template/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:59:\"tcb_content_template/[^/]+/([^/]+)/thrv_checkout(/(.*))?/?$\";s:58:\"index.php?attachment=$matches[1]&thrv_checkout=$matches[3]\";s:70:\"tcb_content_template/[^/]+/attachment/([^/]+)/thrv_checkout(/(.*))?/?$\";s:58:\"index.php?attachment=$matches[1]&thrv_checkout=$matches[3]\";s:45:\"tcb_content_template/([^/]+)(?:/([0-9]+))?/?$\";s:59:\"index.php?tcb_content_template=$matches[1]&page=$matches[2]\";s:37:\"tcb_content_template/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"tcb_content_template/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:67:\"tcb_content_template/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"tcb_content_template/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"tcb_content_template/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:43:\"tcb_content_template/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:47:\"astra-advanced-hook/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:57:\"astra-advanced-hook/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:77:\"astra-advanced-hook/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"astra-advanced-hook/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"astra-advanced-hook/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:53:\"astra-advanced-hook/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:36:\"astra-advanced-hook/([^/]+)/embed/?$\";s:52:\"index.php?astra-advanced-hook=$matches[1]&embed=true\";s:40:\"astra-advanced-hook/([^/]+)/trackback/?$\";s:46:\"index.php?astra-advanced-hook=$matches[1]&tb=1\";s:48:\"astra-advanced-hook/([^/]+)/page/?([0-9]{1,})/?$\";s:59:\"index.php?astra-advanced-hook=$matches[1]&paged=$matches[2]\";s:55:\"astra-advanced-hook/([^/]+)/comment-page-([0-9]{1,})/?$\";s:59:\"index.php?astra-advanced-hook=$matches[1]&cpage=$matches[2]\";s:45:\"astra-advanced-hook/([^/]+)/wc-api(/(.*))?/?$\";s:60:\"index.php?astra-advanced-hook=$matches[1]&wc-api=$matches[3]\";s:52:\"astra-advanced-hook/([^/]+)/thrv_checkout(/(.*))?/?$\";s:67:\"index.php?astra-advanced-hook=$matches[1]&thrv_checkout=$matches[3]\";s:51:\"astra-advanced-hook/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:62:\"astra-advanced-hook/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:58:\"astra-advanced-hook/[^/]+/([^/]+)/thrv_checkout(/(.*))?/?$\";s:58:\"index.php?attachment=$matches[1]&thrv_checkout=$matches[3]\";s:69:\"astra-advanced-hook/[^/]+/attachment/([^/]+)/thrv_checkout(/(.*))?/?$\";s:58:\"index.php?attachment=$matches[1]&thrv_checkout=$matches[3]\";s:44:\"astra-advanced-hook/([^/]+)(?:/([0-9]+))?/?$\";s:58:\"index.php?astra-advanced-hook=$matches[1]&page=$matches[2]\";s:36:\"astra-advanced-hook/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:46:\"astra-advanced-hook/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:66:\"astra-advanced-hook/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"astra-advanced-hook/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"astra-advanced-hook/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:42:\"astra-advanced-hook/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:44:\"astra_adv_header/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:54:\"astra_adv_header/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:74:\"astra_adv_header/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"astra_adv_header/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"astra_adv_header/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:50:\"astra_adv_header/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:33:\"astra_adv_header/([^/]+)/embed/?$\";s:49:\"index.php?astra_adv_header=$matches[1]&embed=true\";s:37:\"astra_adv_header/([^/]+)/trackback/?$\";s:43:\"index.php?astra_adv_header=$matches[1]&tb=1\";s:45:\"astra_adv_header/([^/]+)/page/?([0-9]{1,})/?$\";s:56:\"index.php?astra_adv_header=$matches[1]&paged=$matches[2]\";s:52:\"astra_adv_header/([^/]+)/comment-page-([0-9]{1,})/?$\";s:56:\"index.php?astra_adv_header=$matches[1]&cpage=$matches[2]\";s:42:\"astra_adv_header/([^/]+)/wc-api(/(.*))?/?$\";s:57:\"index.php?astra_adv_header=$matches[1]&wc-api=$matches[3]\";s:49:\"astra_adv_header/([^/]+)/thrv_checkout(/(.*))?/?$\";s:64:\"index.php?astra_adv_header=$matches[1]&thrv_checkout=$matches[3]\";s:48:\"astra_adv_header/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:59:\"astra_adv_header/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:55:\"astra_adv_header/[^/]+/([^/]+)/thrv_checkout(/(.*))?/?$\";s:58:\"index.php?attachment=$matches[1]&thrv_checkout=$matches[3]\";s:66:\"astra_adv_header/[^/]+/attachment/([^/]+)/thrv_checkout(/(.*))?/?$\";s:58:\"index.php?attachment=$matches[1]&thrv_checkout=$matches[3]\";s:41:\"astra_adv_header/([^/]+)(?:/([0-9]+))?/?$\";s:55:\"index.php?astra_adv_header=$matches[1]&page=$matches[2]\";s:33:\"astra_adv_header/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:43:\"astra_adv_header/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:63:\"astra_adv_header/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"astra_adv_header/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"astra_adv_header/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:39:\"astra_adv_header/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=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:40:\"index.php?&page_id=106&cpage=$matches[1]\";s:17:\"wc-api(/(.*))?/?$\";s:29:\"index.php?&wc-api=$matches[2]\";s:24:\"thrv_checkout(/(.*))?/?$\";s:36:\"index.php?&thrv_checkout=$matches[2]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:17:\"comments/embed/?$\";s:21:\"index.php?&embed=true\";s:26:\"comments/wc-api(/(.*))?/?$\";s:29:\"index.php?&wc-api=$matches[2]\";s:33:\"comments/thrv_checkout(/(.*))?/?$\";s:36:\"index.php?&thrv_checkout=$matches[2]\";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:29:\"search/(.+)/wc-api(/(.*))?/?$\";s:42:\"index.php?s=$matches[1]&wc-api=$matches[3]\";s:36:\"search/(.+)/thrv_checkout(/(.*))?/?$\";s:49:\"index.php?s=$matches[1]&thrv_checkout=$matches[3]\";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:32:\"author/([^/]+)/wc-api(/(.*))?/?$\";s:52:\"index.php?author_name=$matches[1]&wc-api=$matches[3]\";s:39:\"author/([^/]+)/thrv_checkout(/(.*))?/?$\";s:59:\"index.php?author_name=$matches[1]&thrv_checkout=$matches[3]\";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:54:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/wc-api(/(.*))?/?$\";s:82:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&wc-api=$matches[5]\";s:61:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/thrv_checkout(/(.*))?/?$\";s:89:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&thrv_checkout=$matches[5]\";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:41:\"([0-9]{4})/([0-9]{1,2})/wc-api(/(.*))?/?$\";s:66:\"index.php?year=$matches[1]&monthnum=$matches[2]&wc-api=$matches[4]\";s:48:\"([0-9]{4})/([0-9]{1,2})/thrv_checkout(/(.*))?/?$\";s:73:\"index.php?year=$matches[1]&monthnum=$matches[2]&thrv_checkout=$matches[4]\";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:28:\"([0-9]{4})/wc-api(/(.*))?/?$\";s:45:\"index.php?year=$matches[1]&wc-api=$matches[3]\";s:35:\"([0-9]{4})/thrv_checkout(/(.*))?/?$\";s:52:\"index.php?year=$matches[1]&thrv_checkout=$matches[3]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:25:\"(.?.+?)/wc-api(/(.*))?/?$\";s:49:\"index.php?pagename=$matches[1]&wc-api=$matches[3]\";s:32:\"(.?.+?)/thrv_checkout(/(.*))?/?$\";s:56:\"index.php?pagename=$matches[1]&thrv_checkout=$matches[3]\";s:28:\"(.?.+?)/order-pay(/(.*))?/?$\";s:52:\"index.php?pagename=$matches[1]&order-pay=$matches[3]\";s:33:\"(.?.+?)/order-received(/(.*))?/?$\";s:57:\"index.php?pagename=$matches[1]&order-received=$matches[3]\";s:25:\"(.?.+?)/orders(/(.*))?/?$\";s:49:\"index.php?pagename=$matches[1]&orders=$matches[3]\";s:29:\"(.?.+?)/view-order(/(.*))?/?$\";s:53:\"index.php?pagename=$matches[1]&view-order=$matches[3]\";s:28:\"(.?.+?)/downloads(/(.*))?/?$\";s:52:\"index.php?pagename=$matches[1]&downloads=$matches[3]\";s:31:\"(.?.+?)/edit-account(/(.*))?/?$\";s:55:\"index.php?pagename=$matches[1]&edit-account=$matches[3]\";s:31:\"(.?.+?)/edit-address(/(.*))?/?$\";s:55:\"index.php?pagename=$matches[1]&edit-address=$matches[3]\";s:34:\"(.?.+?)/payment-methods(/(.*))?/?$\";s:58:\"index.php?pagename=$matches[1]&payment-methods=$matches[3]\";s:32:\"(.?.+?)/lost-password(/(.*))?/?$\";s:56:\"index.php?pagename=$matches[1]&lost-password=$matches[3]\";s:34:\"(.?.+?)/customer-logout(/(.*))?/?$\";s:58:\"index.php?pagename=$matches[1]&customer-logout=$matches[3]\";s:37:\"(.?.+?)/add-payment-method(/(.*))?/?$\";s:61:\"index.php?pagename=$matches[1]&add-payment-method=$matches[3]\";s:40:\"(.?.+?)/delete-payment-method(/(.*))?/?$\";s:64:\"index.php?pagename=$matches[1]&delete-payment-method=$matches[3]\";s:45:\"(.?.+?)/set-default-payment-method(/(.*))?/?$\";s:69:\"index.php?pagename=$matches[1]&set-default-payment-method=$matches[3]\";s:31:\".?.+?/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:42:\".?.+?/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:38:\".?.+?/([^/]+)/thrv_checkout(/(.*))?/?$\";s:58:\"index.php?attachment=$matches[1]&thrv_checkout=$matches[3]\";s:49:\".?.+?/attachment/([^/]+)/thrv_checkout(/(.*))?/?$\";s:58:\"index.php?attachment=$matches[1]&thrv_checkout=$matches[3]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";s:27:\"[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\"[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\"[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\"[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"([^/]+)/embed/?$\";s:37:\"index.php?name=$matches[1]&embed=true\";s:20:\"([^/]+)/trackback/?$\";s:31:\"index.php?name=$matches[1]&tb=1\";s:40:\"([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:35:\"([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:28:\"([^/]+)/page/?([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&paged=$matches[2]\";s:35:\"([^/]+)/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&cpage=$matches[2]\";s:25:\"([^/]+)/wc-api(/(.*))?/?$\";s:45:\"index.php?name=$matches[1]&wc-api=$matches[3]\";s:32:\"([^/]+)/thrv_checkout(/(.*))?/?$\";s:52:\"index.php?name=$matches[1]&thrv_checkout=$matches[3]\";s:31:\"[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:42:\"[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:38:\"[^/]+/([^/]+)/thrv_checkout(/(.*))?/?$\";s:58:\"index.php?attachment=$matches[1]&thrv_checkout=$matches[3]\";s:49:\"[^/]+/attachment/([^/]+)/thrv_checkout(/(.*))?/?$\";s:58:\"index.php?attachment=$matches[1]&thrv_checkout=$matches[3]\";s:24:\"([^/]+)(?:/([0-9]+))?/?$\";s:43:\"index.php?name=$matches[1]&page=$matches[2]\";s:16:\"[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:26:\"[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:46:\"[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:22:\"[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";}','yes'),(469981,'_transient_timeout_jetpack_is_single_user','1581475460','no'),(469982,'_transient_jetpack_is_single_user','1','no'),(470044,'_transient_timeout_external_ip_address_127.0.0.1','1582050393','no'),(470045,'_transient_external_ip_address_127.0.0.1','198.46.81.46','no'),(470046,'_transient_tsf_exclude_1_1_en_us','a:2:{s:7:\"archive\";a:0:{}s:6:\"search\";a:2:{i:0;i:343;i:1;i:328;}}','yes'),(469988,'_transient_timeout_wc_admin_unsnooze_admin_notes_checked','1581435863','no'),(469989,'_transient_wc_admin_unsnooze_admin_notes_checked','yes','no'),(469621,'_transient_timeout_jetpack_https_test','1581456366','no'),(469622,'_transient_jetpack_https_test','1','no'),(469623,'_transient_timeout_jetpack_https_test_message','1581456366','no'),(469624,'_transient_jetpack_https_test_message','','no'),(470012,'_transient_timeout_jetpack_sync_constants_await','1581447027','no'),(470013,'_transient_jetpack_sync_constants_await','1581443427.67','no'),(470016,'_transient_timeout_jetpack_sync_last_checked_queue_state_sync','1581445760','no'),(470017,'_transient_jetpack_sync_last_checked_queue_state_sync','a:2:{i:0;i:0;i:1;i:0;}','no'),(470007,'_transient_timeout_jetpack_psh_status','1581444324','no'),(470008,'_transient_jetpack_psh_status','1','no'),(469691,'_transient_timeout_jetpack_news_sitemap_xml','1581421116','no'),(469692,'_transient_jetpack_news_sitemap_xml','<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--generator=\'jetpack-7.8.1\'-->\n<?xml-stylesheet type=\"text/xsl\" href=\"//bestcerakoteflorida.com/news-sitemap.xsl\"?>\n<urlset xmlns=\"http://www.sitemaps.org/schemas/sitemap/0.9\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xsi:schemaLocation=\"http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd\" xmlns:news=\"http://www.google.com/schemas/sitemap-news/0.9\"/>\n','no'),(470035,'_transient_timeout__woocommerce_helper_subscriptions','1581446361','no'),(470036,'_transient__woocommerce_helper_subscriptions','a:0:{}','no'),(470041,'_site_transient_update_themes','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1581445462;s:7:\"checked\";a:3:{s:5:\"astra\";s:5:\"2.1.2\";s:16:\"thrive-theme.old\";s:3:\"0.2\";s:12:\"twentytwenty\";s:3:\"1.0\";}s:8:\"response\";a:2:{s:5:\"astra\";a:6:{s:5:\"theme\";s:5:\"astra\";s:11:\"new_version\";s:5:\"2.2.1\";s:3:\"url\";s:35:\"https://wordpress.org/themes/astra/\";s:7:\"package\";s:53:\"https://downloads.wordpress.org/theme/astra.2.2.1.zip\";s:8:\"requires\";b:0;s:12:\"requires_php\";s:3:\"5.3\";}s:12:\"twentytwenty\";a:6:{s:5:\"theme\";s:12:\"twentytwenty\";s:11:\"new_version\";s:3:\"1.1\";s:3:\"url\";s:42:\"https://wordpress.org/themes/twentytwenty/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/theme/twentytwenty.1.1.zip\";s:8:\"requires\";b:0;s:12:\"requires_php\";b:0;}}s:12:\"translations\";a:0:{}}','no'),(470042,'_site_transient_update_plugins','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1581445463;s:7:\"checked\";a:45:{s:29:\"antispam-bee/antispam_bee.php\";s:5:\"2.9.1\";s:35:\"astra-bulk-edit/astra-bulk-edit.php\";s:5:\"1.2.2\";s:61:\"reset-astra-customizer/class-astra-theme-customizer-reset.php\";s:5:\"1.0.0\";s:27:\"astra-hooks/astra-hooks.php\";s:5:\"1.0.1\";s:35:\"astra-pro-sites/astra-pro-sites.php\";s:5:\"1.4.0\";s:27:\"astra-addon/astra-addon.php\";s:5:\"2.1.2\";s:53:\"astra-theme-visual-hooks/astra-theme-visual-hooks.php\";s:5:\"1.1.0\";s:31:\"kt-tinymce-color-grid/index.php\";s:7:\"1.13.11\";s:33:\"classic-editor/classic-editor.php\";s:3:\"1.5\";s:31:\"code-snippets/code-snippets.php\";s:6:\"2.13.3\";s:45:\"custom-typekit-fonts/custom-typekit-fonts.php\";s:6:\"1.0.13\";s:29:\"custom-fonts/custom-fonts.php\";s:5:\"1.2.0\";s:39:\"customizer-search/customizer-search.php\";s:5:\"1.1.2\";s:43:\"google-analytics-dashboard-for-wp/gadwp.php\";s:5:\"5.3.9\";s:69:\"home-page-banner-for-astra-theme/home-page-banner-for-astra-theme.php\";s:5:\"1.0.1\";s:19:\"jetpack/jetpack.php\";s:5:\"7.8.1\";s:31:\"microthemer/tvr-microthemer.php\";s:7:\"5.8.3.2\";s:47:\"really-simple-ssl/rlrsssl-really-simple-ssl.php\";s:5:\"3.2.6\";s:35:\"sidebar-manager/sidebar-manager.php\";s:5:\"1.1.1\";s:25:\"simple-css/simple-css.php\";s:3:\"1.1\";s:27:\"svg-support/svg-support.php\";s:6:\"2.3.15\";s:29:\"wp-templator/wp-templator.php\";s:7:\"1.0.3.2\";s:35:\"autodescription/autodescription.php\";s:5:\"4.0.2\";s:39:\"thrive-apprentice/thrive-apprentice.php\";s:7:\"2.2.5.1\";s:45:\"thrive-visual-editor/thrive-visual-editor.php\";s:7:\"2.4.4.1\";s:47:\"thrive-clever-widgets/thrive-clever-widgets.php\";s:4:\"1.46\";s:35:\"thrive-comments/thrive-comments.php\";s:5:\"1.3.3\";s:55:\"thrive-headline-optimizer/thrive-headline-optimizer.php\";s:6:\"1.1.30\";s:45:\"thrive-intercom-beta/thrive-intercom-beta.php\";s:3:\"0.1\";s:29:\"thrive-leads/thrive-leads.php\";s:7:\"2.2.5.1\";s:49:\"thrive-ab-page-testing/thrive-ab-page-testing.php\";s:5:\"1.3.2\";s:33:\"thrive-ovation/thrive-ovation.php\";s:5:\"2.2.2\";s:49:\"thrive-product-manager/thrive-product-manager.php\";s:5:\"1.2.1\";s:43:\"thrive-quiz-builder/thrive-quiz-builder.php\";s:7:\"2.2.5.1\";s:37:\"thrive-ultimatum/thrive-ultimatum.php\";s:7:\"2.2.4.1\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:6:\"1.13.6\";s:29:\"unlist-posts/unlist-posts.php\";s:5:\"1.0.4\";s:33:\"w3-total-cache/w3-total-cache.php\";s:6:\"0.10.1\";s:27:\"woocommerce/woocommerce.php\";s:5:\"3.7.1\";s:39:\"woocommerce-admin/woocommerce-admin.php\";s:6:\"0.20.1\";s:69:\"woo-gutenberg-products-block/woocommerce-gutenberg-products-block.php\";s:5:\"2.4.4\";s:45:\"woocommerce-services/woocommerce-services.php\";s:6:\"1.21.1\";s:57:\"woocommerce-gateway-stripe/woocommerce-gateway-stripe.php\";s:5:\"4.3.0\";s:23:\"wordfence/wordfence.php\";s:5:\"7.4.5\";s:41:\"wordpress-importer/wordpress-importer.php\";s:5:\"0.6.4\";}s:8:\"response\";a:25:{s:35:\"astra-bulk-edit/astra-bulk-edit.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:29:\"w.org/plugins/astra-bulk-edit\";s:4:\"slug\";s:15:\"astra-bulk-edit\";s:6:\"plugin\";s:35:\"astra-bulk-edit/astra-bulk-edit.php\";s:11:\"new_version\";s:5:\"1.2.3\";s:3:\"url\";s:46:\"https://wordpress.org/plugins/astra-bulk-edit/\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/plugin/astra-bulk-edit.1.2.3.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:68:\"https://ps.w.org/astra-bulk-edit/assets/icon-256x256.png?rev=1816310\";s:2:\"1x\";s:68:\"https://ps.w.org/astra-bulk-edit/assets/icon-128x128.png?rev=1816310\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:71:\"https://ps.w.org/astra-bulk-edit/assets/banner-1544x500.jpg?rev=1829274\";s:2:\"1x\";s:70:\"https://ps.w.org/astra-bulk-edit/assets/banner-772x250.jpg?rev=1829274\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.3.2\";s:12:\"requires_php\";s:3:\"5.2\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:61:\"reset-astra-customizer/class-astra-theme-customizer-reset.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:36:\"w.org/plugins/reset-astra-customizer\";s:4:\"slug\";s:22:\"reset-astra-customizer\";s:6:\"plugin\";s:61:\"reset-astra-customizer/class-astra-theme-customizer-reset.php\";s:11:\"new_version\";s:5:\"1.0.2\";s:3:\"url\";s:53:\"https://wordpress.org/plugins/reset-astra-customizer/\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/plugin/reset-astra-customizer.1.0.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:75:\"https://ps.w.org/reset-astra-customizer/assets/icon-256x256.png?rev=1816314\";s:2:\"1x\";s:75:\"https://ps.w.org/reset-astra-customizer/assets/icon-128x128.png?rev=1816314\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:78:\"https://ps.w.org/reset-astra-customizer/assets/banner-1544x500.png?rev=1816314\";s:2:\"1x\";s:77:\"https://ps.w.org/reset-astra-customizer/assets/banner-772x250.png?rev=1816314\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.3.2\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:27:\"astra-hooks/astra-hooks.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:25:\"w.org/plugins/astra-hooks\";s:4:\"slug\";s:11:\"astra-hooks\";s:6:\"plugin\";s:27:\"astra-hooks/astra-hooks.php\";s:11:\"new_version\";s:5:\"1.0.2\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/astra-hooks/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/astra-hooks.1.0.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/astra-hooks/assets/icon-256x256.png?rev=1816316\";s:2:\"1x\";s:64:\"https://ps.w.org/astra-hooks/assets/icon-128x128.png?rev=1816316\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/astra-hooks/assets/banner-1544x500.png?rev=1816316\";s:2:\"1x\";s:66:\"https://ps.w.org/astra-hooks/assets/banner-772x250.png?rev=1816316\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.3.2\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:31:\"kt-tinymce-color-grid/index.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:35:\"w.org/plugins/kt-tinymce-color-grid\";s:4:\"slug\";s:21:\"kt-tinymce-color-grid\";s:6:\"plugin\";s:31:\"kt-tinymce-color-grid/index.php\";s:11:\"new_version\";s:6:\"1.14.3\";s:3:\"url\";s:52:\"https://wordpress.org/plugins/kt-tinymce-color-grid/\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/plugin/kt-tinymce-color-grid.1.14.3.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:74:\"https://ps.w.org/kt-tinymce-color-grid/assets/icon-256x256.png?rev=1095993\";s:2:\"1x\";s:74:\"https://ps.w.org/kt-tinymce-color-grid/assets/icon-128x128.png?rev=1095993\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:76:\"https://ps.w.org/kt-tinymce-color-grid/assets/banner-772x250.png?rev=1633565\";}s:11:\"banners_rtl\";a:0:{}s:14:\"upgrade_notice\";s:57:\"<p>Fixes missing percentage character for HSL exports</p>\";s:6:\"tested\";s:5:\"5.3.2\";s:12:\"requires_php\";s:3:\"5.3\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:31:\"code-snippets/code-snippets.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:27:\"w.org/plugins/code-snippets\";s:4:\"slug\";s:13:\"code-snippets\";s:6:\"plugin\";s:31:\"code-snippets/code-snippets.php\";s:11:\"new_version\";s:6:\"2.14.0\";s:3:\"url\";s:44:\"https://wordpress.org/plugins/code-snippets/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/code-snippets.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:58:\"https://ps.w.org/code-snippets/assets/icon.svg?rev=2148878\";s:3:\"svg\";s:58:\"https://ps.w.org/code-snippets/assets/icon.svg?rev=2148878\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:68:\"https://ps.w.org/code-snippets/assets/banner-772x250.png?rev=1490174\";}s:11:\"banners_rtl\";a:0:{}s:14:\"upgrade_notice\";s:67:\"<p>Security update, last modified dates, and other improvements</p>\";s:6:\"tested\";s:5:\"5.3.2\";s:12:\"requires_php\";s:3:\"5.2\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:45:\"custom-typekit-fonts/custom-typekit-fonts.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:34:\"w.org/plugins/custom-typekit-fonts\";s:4:\"slug\";s:20:\"custom-typekit-fonts\";s:6:\"plugin\";s:45:\"custom-typekit-fonts/custom-typekit-fonts.php\";s:11:\"new_version\";s:6:\"1.0.15\";s:3:\"url\";s:51:\"https://wordpress.org/plugins/custom-typekit-fonts/\";s:7:\"package\";s:70:\"https://downloads.wordpress.org/plugin/custom-typekit-fonts.1.0.15.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:73:\"https://ps.w.org/custom-typekit-fonts/assets/icon-256x256.png?rev=1816366\";s:2:\"1x\";s:73:\"https://ps.w.org/custom-typekit-fonts/assets/icon-128x128.png?rev=1816366\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:76:\"https://ps.w.org/custom-typekit-fonts/assets/banner-1544x500.png?rev=1816366\";s:2:\"1x\";s:75:\"https://ps.w.org/custom-typekit-fonts/assets/banner-772x250.png?rev=1816366\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.3.2\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:29:\"custom-fonts/custom-fonts.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:26:\"w.org/plugins/custom-fonts\";s:4:\"slug\";s:12:\"custom-fonts\";s:6:\"plugin\";s:29:\"custom-fonts/custom-fonts.php\";s:11:\"new_version\";s:5:\"1.2.1\";s:3:\"url\";s:43:\"https://wordpress.org/plugins/custom-fonts/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/custom-fonts.1.2.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/custom-fonts/assets/icon-256x256.png?rev=1816364\";s:2:\"1x\";s:65:\"https://ps.w.org/custom-fonts/assets/icon-128x128.png?rev=1816364\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:68:\"https://ps.w.org/custom-fonts/assets/banner-1544x500.png?rev=1816364\";s:2:\"1x\";s:67:\"https://ps.w.org/custom-fonts/assets/banner-772x250.png?rev=1816364\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.3.2\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:39:\"customizer-search/customizer-search.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:31:\"w.org/plugins/customizer-search\";s:4:\"slug\";s:17:\"customizer-search\";s:6:\"plugin\";s:39:\"customizer-search/customizer-search.php\";s:11:\"new_version\";s:5:\"1.1.3\";s:3:\"url\";s:48:\"https://wordpress.org/plugins/customizer-search/\";s:7:\"package\";s:66:\"https://downloads.wordpress.org/plugin/customizer-search.1.1.3.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:70:\"https://ps.w.org/customizer-search/assets/icon-256x256.png?rev=1816367\";s:2:\"1x\";s:70:\"https://ps.w.org/customizer-search/assets/icon-128x128.png?rev=1816367\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:73:\"https://ps.w.org/customizer-search/assets/banner-1544x500.png?rev=1816367\";s:2:\"1x\";s:72:\"https://ps.w.org/customizer-search/assets/banner-772x250.png?rev=1816367\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.3.2\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:43:\"google-analytics-dashboard-for-wp/gadwp.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:47:\"w.org/plugins/google-analytics-dashboard-for-wp\";s:4:\"slug\";s:33:\"google-analytics-dashboard-for-wp\";s:6:\"plugin\";s:43:\"google-analytics-dashboard-for-wp/gadwp.php\";s:11:\"new_version\";s:6:\"5.3.10\";s:3:\"url\";s:64:\"https://wordpress.org/plugins/google-analytics-dashboard-for-wp/\";s:7:\"package\";s:83:\"https://downloads.wordpress.org/plugin/google-analytics-dashboard-for-wp.5.3.10.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:85:\"https://ps.w.org/google-analytics-dashboard-for-wp/assets/icon-256x256.png?rev=970326\";s:2:\"1x\";s:85:\"https://ps.w.org/google-analytics-dashboard-for-wp/assets/icon-128x128.png?rev=970326\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:88:\"https://ps.w.org/google-analytics-dashboard-for-wp/assets/banner-772x250.png?rev=1064664\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.3.2\";s:12:\"requires_php\";s:5:\"5.2.4\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:69:\"home-page-banner-for-astra-theme/home-page-banner-for-astra-theme.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:46:\"w.org/plugins/home-page-banner-for-astra-theme\";s:4:\"slug\";s:32:\"home-page-banner-for-astra-theme\";s:6:\"plugin\";s:69:\"home-page-banner-for-astra-theme/home-page-banner-for-astra-theme.php\";s:11:\"new_version\";s:5:\"1.0.2\";s:3:\"url\";s:63:\"https://wordpress.org/plugins/home-page-banner-for-astra-theme/\";s:7:\"package\";s:81:\"https://downloads.wordpress.org/plugin/home-page-banner-for-astra-theme.1.0.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:85:\"https://ps.w.org/home-page-banner-for-astra-theme/assets/icon-256x256.png?rev=1891489\";s:2:\"1x\";s:85:\"https://ps.w.org/home-page-banner-for-astra-theme/assets/icon-128x128.png?rev=1891489\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:88:\"https://ps.w.org/home-page-banner-for-astra-theme/assets/banner-1544x500.png?rev=1891489\";s:2:\"1x\";s:87:\"https://ps.w.org/home-page-banner-for-astra-theme/assets/banner-772x250.png?rev=1891489\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.3.2\";s:12:\"requires_php\";s:3:\"5.4\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:19:\"jetpack/jetpack.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:21:\"w.org/plugins/jetpack\";s:4:\"slug\";s:7:\"jetpack\";s:6:\"plugin\";s:19:\"jetpack/jetpack.php\";s:11:\"new_version\";s:3:\"8.2\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/jetpack/\";s:7:\"package\";s:54:\"https://downloads.wordpress.org/plugin/jetpack.8.2.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:60:\"https://ps.w.org/jetpack/assets/icon-256x256.png?rev=1791404\";s:2:\"1x\";s:52:\"https://ps.w.org/jetpack/assets/icon.svg?rev=1791404\";s:3:\"svg\";s:52:\"https://ps.w.org/jetpack/assets/icon.svg?rev=1791404\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/jetpack/assets/banner-1544x500.png?rev=1791404\";s:2:\"1x\";s:62:\"https://ps.w.org/jetpack/assets/banner-772x250.png?rev=1791404\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.3.2\";s:12:\"requires_php\";s:3:\"5.6\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:31:\"microthemer/tvr-microthemer.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:25:\"w.org/plugins/microthemer\";s:4:\"slug\";s:11:\"microthemer\";s:6:\"plugin\";s:31:\"microthemer/tvr-microthemer.php\";s:11:\"new_version\";s:7:\"6.0.8.0\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/microthemer/\";s:7:\"package\";s:54:\"https://downloads.wordpress.org/plugin/microthemer.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/microthemer/assets/icon-256x256.png?rev=1084911\";s:2:\"1x\";s:64:\"https://ps.w.org/microthemer/assets/icon-256x256.png?rev=1084911\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/microthemer/assets/banner-1544x500.png?rev=1656657\";s:2:\"1x\";s:66:\"https://ps.w.org/microthemer/assets/banner-772x250.png?rev=1656657\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.3.2\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:47:\"really-simple-ssl/rlrsssl-really-simple-ssl.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:31:\"w.org/plugins/really-simple-ssl\";s:4:\"slug\";s:17:\"really-simple-ssl\";s:6:\"plugin\";s:47:\"really-simple-ssl/rlrsssl-really-simple-ssl.php\";s:11:\"new_version\";s:5:\"3.2.9\";s:3:\"url\";s:48:\"https://wordpress.org/plugins/really-simple-ssl/\";s:7:\"package\";s:66:\"https://downloads.wordpress.org/plugin/really-simple-ssl.3.2.9.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:70:\"https://ps.w.org/really-simple-ssl/assets/icon-128x128.png?rev=1782452\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:72:\"https://ps.w.org/really-simple-ssl/assets/banner-772x250.jpg?rev=1881345\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.3.2\";s:12:\"requires_php\";s:3:\"5.4\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:35:\"sidebar-manager/sidebar-manager.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:29:\"w.org/plugins/sidebar-manager\";s:4:\"slug\";s:15:\"sidebar-manager\";s:6:\"plugin\";s:35:\"sidebar-manager/sidebar-manager.php\";s:11:\"new_version\";s:5:\"1.1.2\";s:3:\"url\";s:46:\"https://wordpress.org/plugins/sidebar-manager/\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/plugin/sidebar-manager.1.1.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:68:\"https://ps.w.org/sidebar-manager/assets/icon-256x256.png?rev=1723165\";s:2:\"1x\";s:68:\"https://ps.w.org/sidebar-manager/assets/icon-128x128.png?rev=2061405\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:71:\"https://ps.w.org/sidebar-manager/assets/banner-1544x500.png?rev=1723165\";s:2:\"1x\";s:70:\"https://ps.w.org/sidebar-manager/assets/banner-772x250.png?rev=1723165\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.3.2\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:27:\"svg-support/svg-support.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:25:\"w.org/plugins/svg-support\";s:4:\"slug\";s:11:\"svg-support\";s:6:\"plugin\";s:27:\"svg-support/svg-support.php\";s:11:\"new_version\";s:6:\"2.3.17\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/svg-support/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/svg-support.2.3.17.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:64:\"https://ps.w.org/svg-support/assets/icon-256x256.png?rev=1417738\";s:2:\"1x\";s:56:\"https://ps.w.org/svg-support/assets/icon.svg?rev=1417738\";s:3:\"svg\";s:56:\"https://ps.w.org/svg-support/assets/icon.svg?rev=1417738\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/svg-support/assets/banner-1544x500.jpg?rev=1215377\";s:2:\"1x\";s:66:\"https://ps.w.org/svg-support/assets/banner-772x250.jpg?rev=1215377\";}s:11:\"banners_rtl\";a:0:{}s:14:\"upgrade_notice\";s:241:\"<p>Added a setting to choose whether to load the frontend CSS file or not. It was previously enabled by default, so you may want to flick that on after the update. This allows you to leave it out so your site has one less file to load :)</p>\";s:6:\"tested\";s:5:\"5.3.3\";s:12:\"requires_php\";s:3:\"5.2\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:35:\"autodescription/autodescription.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:29:\"w.org/plugins/autodescription\";s:4:\"slug\";s:15:\"autodescription\";s:6:\"plugin\";s:35:\"autodescription/autodescription.php\";s:11:\"new_version\";s:5:\"4.0.4\";s:3:\"url\";s:46:\"https://wordpress.org/plugins/autodescription/\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/plugin/autodescription.4.0.4.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:68:\"https://ps.w.org/autodescription/assets/icon-256x256.png?rev=2153256\";s:2:\"1x\";s:60:\"https://ps.w.org/autodescription/assets/icon.svg?rev=2153256\";s:3:\"svg\";s:60:\"https://ps.w.org/autodescription/assets/icon.svg?rev=2153256\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:71:\"https://ps.w.org/autodescription/assets/banner-1544x500.png?rev=2157443\";s:2:\"1x\";s:70:\"https://ps.w.org/autodescription/assets/banner-772x250.png?rev=2157443\";}s:11:\"banners_rtl\";a:2:{s:2:\"2x\";s:75:\"https://ps.w.org/autodescription/assets/banner-1544x500-rtl.png?rev=2157443\";s:2:\"1x\";s:74:\"https://ps.w.org/autodescription/assets/banner-772x250-rtl.png?rev=2157443\";}s:6:\"tested\";s:5:\"5.3.2\";s:12:\"requires_php\";s:5:\"5.6.0\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:43:\"w.org/plugins/ultimate-addons-for-gutenberg\";s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:6:\"plugin\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:11:\"new_version\";s:6:\"1.14.6\";s:3:\"url\";s:60:\"https://wordpress.org/plugins/ultimate-addons-for-gutenberg/\";s:7:\"package\";s:79:\"https://downloads.wordpress.org/plugin/ultimate-addons-for-gutenberg.1.14.6.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:74:\"https://ps.w.org/ultimate-addons-for-gutenberg/assets/icon.svg?rev=2211409\";s:3:\"svg\";s:74:\"https://ps.w.org/ultimate-addons-for-gutenberg/assets/icon.svg?rev=2211409\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:85:\"https://ps.w.org/ultimate-addons-for-gutenberg/assets/banner-1544x500.jpg?rev=1994798\";s:2:\"1x\";s:84:\"https://ps.w.org/ultimate-addons-for-gutenberg/assets/banner-772x250.jpg?rev=1994798\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.3.2\";s:12:\"requires_php\";s:3:\"5.6\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:33:\"w3-total-cache/w3-total-cache.php\";O:8:\"stdClass\":12:{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:6:\"0.13.1\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/w3-total-cache/\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/plugin/w3-total-cache.0.13.1.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:6:\"tested\";s:5:\"5.3.2\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:27:\"woocommerce/woocommerce.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:25:\"w.org/plugins/woocommerce\";s:4:\"slug\";s:11:\"woocommerce\";s:6:\"plugin\";s:27:\"woocommerce/woocommerce.php\";s:11:\"new_version\";s:5:\"3.9.1\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/woocommerce/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.9.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/woocommerce/assets/icon-256x256.png?rev=2075035\";s:2:\"1x\";s:64:\"https://ps.w.org/woocommerce/assets/icon-128x128.png?rev=2075035\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/woocommerce/assets/banner-1544x500.png?rev=2075035\";s:2:\"1x\";s:66:\"https://ps.w.org/woocommerce/assets/banner-772x250.png?rev=2075035\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.3.2\";s:12:\"requires_php\";s:3:\"7.0\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:39:\"woocommerce-admin/woocommerce-admin.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:31:\"w.org/plugins/woocommerce-admin\";s:4:\"slug\";s:17:\"woocommerce-admin\";s:6:\"plugin\";s:39:\"woocommerce-admin/woocommerce-admin.php\";s:11:\"new_version\";s:6:\"0.25.1\";s:3:\"url\";s:48:\"https://wordpress.org/plugins/woocommerce-admin/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce-admin.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:70:\"https://ps.w.org/woocommerce-admin/assets/icon-256x256.jpg?rev=2057866\";s:2:\"1x\";s:70:\"https://ps.w.org/woocommerce-admin/assets/icon-128x128.jpg?rev=2057866\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:73:\"https://ps.w.org/woocommerce-admin/assets/banner-1544x500.jpg?rev=2057866\";s:2:\"1x\";s:72:\"https://ps.w.org/woocommerce-admin/assets/banner-772x250.jpg?rev=2057866\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.3.2\";s:12:\"requires_php\";s:6:\"5.6.20\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:69:\"woo-gutenberg-products-block/woocommerce-gutenberg-products-block.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:42:\"w.org/plugins/woo-gutenberg-products-block\";s:4:\"slug\";s:28:\"woo-gutenberg-products-block\";s:6:\"plugin\";s:69:\"woo-gutenberg-products-block/woocommerce-gutenberg-products-block.php\";s:11:\"new_version\";s:6:\"2.5.11\";s:3:\"url\";s:59:\"https://wordpress.org/plugins/woo-gutenberg-products-block/\";s:7:\"package\";s:78:\"https://downloads.wordpress.org/plugin/woo-gutenberg-products-block.2.5.11.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:81:\"https://ps.w.org/woo-gutenberg-products-block/assets/icon-256x256.png?rev=1863757\";s:2:\"1x\";s:81:\"https://ps.w.org/woo-gutenberg-products-block/assets/icon-128x128.png?rev=1863757\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:83:\"https://ps.w.org/woo-gutenberg-products-block/assets/banner-772x250.png?rev=1863757\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.3.2\";s:12:\"requires_php\";s:3:\"5.6\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:45:\"woocommerce-services/woocommerce-services.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:34:\"w.org/plugins/woocommerce-services\";s:4:\"slug\";s:20:\"woocommerce-services\";s:6:\"plugin\";s:45:\"woocommerce-services/woocommerce-services.php\";s:11:\"new_version\";s:6:\"1.22.3\";s:3:\"url\";s:51:\"https://wordpress.org/plugins/woocommerce-services/\";s:7:\"package\";s:70:\"https://downloads.wordpress.org/plugin/woocommerce-services.1.22.3.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:73:\"https://ps.w.org/woocommerce-services/assets/icon-256x256.png?rev=1910075\";s:2:\"1x\";s:73:\"https://ps.w.org/woocommerce-services/assets/icon-128x128.png?rev=1910075\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:76:\"https://ps.w.org/woocommerce-services/assets/banner-1544x500.png?rev=1962920\";s:2:\"1x\";s:75:\"https://ps.w.org/woocommerce-services/assets/banner-772x250.png?rev=1962920\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.3.2\";s:12:\"requires_php\";s:3:\"5.3\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:57:\"woocommerce-gateway-stripe/woocommerce-gateway-stripe.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:40:\"w.org/plugins/woocommerce-gateway-stripe\";s:4:\"slug\";s:26:\"woocommerce-gateway-stripe\";s:6:\"plugin\";s:57:\"woocommerce-gateway-stripe/woocommerce-gateway-stripe.php\";s:11:\"new_version\";s:5:\"4.3.1\";s:3:\"url\";s:57:\"https://wordpress.org/plugins/woocommerce-gateway-stripe/\";s:7:\"package\";s:75:\"https://downloads.wordpress.org/plugin/woocommerce-gateway-stripe.4.3.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:79:\"https://ps.w.org/woocommerce-gateway-stripe/assets/icon-256x256.png?rev=1917495\";s:2:\"1x\";s:79:\"https://ps.w.org/woocommerce-gateway-stripe/assets/icon-128x128.png?rev=1917495\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:82:\"https://ps.w.org/woocommerce-gateway-stripe/assets/banner-1544x500.png?rev=1917495\";s:2:\"1x\";s:81:\"https://ps.w.org/woocommerce-gateway-stripe/assets/banner-772x250.png?rev=1917495\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.3.0\";s:12:\"requires_php\";s:3:\"5.6\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:27:\"astra-addon/astra-addon.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:11:\"astra-addon\";s:4:\"slug\";s:11:\"astra-addon\";s:6:\"plugin\";s:27:\"astra-addon/astra-addon.php\";s:14:\"upgrade_notice\";s:0:\"\";s:11:\"new_version\";s:5:\"2.2.5\";s:3:\"url\";s:126:\"https://wpastra.com/pricing/?utm_source=graupi-license-form&utm_medium=graupi-license-invalidation&utm_campaign=purchase-astra\";s:7:\"package\";s:122:\"http://downloads.brainstormforce.com/download.php?file=astra-addon-plugin.zip&hashtime=1581445463&timezone=UTC&base=ignore\";s:6:\"tested\";s:5:\"5.3.2\";s:5:\"icons\";a:1:{s:7:\"default\";b:0;}}s:35:\"astra-pro-sites/astra-pro-sites.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:15:\"astra-pro-sites\";s:4:\"slug\";s:15:\"astra-pro-sites\";s:6:\"plugin\";s:35:\"astra-pro-sites/astra-pro-sites.php\";s:14:\"upgrade_notice\";s:0:\"\";s:11:\"new_version\";s:5:\"1.4.6\";s:3:\"url\";s:120:\"https://wpastra.com/ready-websites/?utm_source=graupi-license-form&utm_medium=ready-websites&utm_campaign=purchase-astra\";s:7:\"package\";s:123:\"http://downloads.brainstormforce.com/download.php?file=astra-premium-sites.zip&hashtime=1581445463&timezone=UTC&base=ignore\";s:6:\"tested\";s:5:\"5.3.2\";s:5:\"icons\";a:3:{s:2:\"1x\";s:73:\"//support.brainstormforce.com/wp-content/uploads/2019/03/icon-256x256.jpg\";s:2:\"2x\";s:73:\"//support.brainstormforce.com/wp-content/uploads/2019/03/icon-256x256.jpg\";s:7:\"default\";s:73:\"//support.brainstormforce.com/wp-content/uploads/2019/03/icon-256x256.jpg\";}}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:8:{s:29:\"antispam-bee/antispam_bee.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:26:\"w.org/plugins/antispam-bee\";s:4:\"slug\";s:12:\"antispam-bee\";s:6:\"plugin\";s:29:\"antispam-bee/antispam_bee.php\";s:11:\"new_version\";s:5:\"2.9.1\";s:3:\"url\";s:43:\"https://wordpress.org/plugins/antispam-bee/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/antispam-bee.2.9.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/antispam-bee/assets/icon-256x256.png?rev=977629\";s:2:\"1x\";s:64:\"https://ps.w.org/antispam-bee/assets/icon-128x128.png?rev=977629\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:68:\"https://ps.w.org/antispam-bee/assets/banner-1544x500.png?rev=1109432\";s:2:\"1x\";s:67:\"https://ps.w.org/antispam-bee/assets/banner-772x250.png?rev=1109432\";}s:11:\"banners_rtl\";a:0:{}}s:53:\"astra-theme-visual-hooks/astra-theme-visual-hooks.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:38:\"w.org/plugins/astra-theme-visual-hooks\";s:4:\"slug\";s:24:\"astra-theme-visual-hooks\";s:6:\"plugin\";s:53:\"astra-theme-visual-hooks/astra-theme-visual-hooks.php\";s:11:\"new_version\";s:5:\"1.1.0\";s:3:\"url\";s:55:\"https://wordpress.org/plugins/astra-theme-visual-hooks/\";s:7:\"package\";s:73:\"https://downloads.wordpress.org/plugin/astra-theme-visual-hooks.1.1.0.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:77:\"https://ps.w.org/astra-theme-visual-hooks/assets/icon-256x256.png?rev=1816323\";s:2:\"1x\";s:77:\"https://ps.w.org/astra-theme-visual-hooks/assets/icon-128x128.png?rev=1816323\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:80:\"https://ps.w.org/astra-theme-visual-hooks/assets/banner-1544x500.png?rev=1816323\";s:2:\"1x\";s:79:\"https://ps.w.org/astra-theme-visual-hooks/assets/banner-772x250.png?rev=1816323\";}s:11:\"banners_rtl\";a:0:{}}s:33:\"classic-editor/classic-editor.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:28:\"w.org/plugins/classic-editor\";s:4:\"slug\";s:14:\"classic-editor\";s:6:\"plugin\";s:33:\"classic-editor/classic-editor.php\";s:11:\"new_version\";s:3:\"1.5\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/classic-editor/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/classic-editor.1.5.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/classic-editor/assets/icon-256x256.png?rev=1998671\";s:2:\"1x\";s:67:\"https://ps.w.org/classic-editor/assets/icon-128x128.png?rev=1998671\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:70:\"https://ps.w.org/classic-editor/assets/banner-1544x500.png?rev=1998671\";s:2:\"1x\";s:69:\"https://ps.w.org/classic-editor/assets/banner-772x250.png?rev=1998676\";}s:11:\"banners_rtl\";a:0:{}}s:25:\"simple-css/simple-css.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:24:\"w.org/plugins/simple-css\";s:4:\"slug\";s:10:\"simple-css\";s:6:\"plugin\";s:25:\"simple-css/simple-css.php\";s:11:\"new_version\";s:3:\"1.1\";s:3:\"url\";s:41:\"https://wordpress.org/plugins/simple-css/\";s:7:\"package\";s:57:\"https://downloads.wordpress.org/plugin/simple-css.1.1.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:63:\"https://ps.w.org/simple-css/assets/icon-128x128.png?rev=1291275\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:65:\"https://ps.w.org/simple-css/assets/banner-772x250.png?rev=1291275\";}s:11:\"banners_rtl\";a:0:{}}s:29:\"wp-templator/wp-templator.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:26:\"w.org/plugins/wp-templator\";s:4:\"slug\";s:12:\"wp-templator\";s:6:\"plugin\";s:29:\"wp-templator/wp-templator.php\";s:11:\"new_version\";s:7:\"1.0.3.2\";s:3:\"url\";s:43:\"https://wordpress.org/plugins/wp-templator/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/wp-templator.1.0.3.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/wp-templator/assets/icon-256x256.png?rev=1816372\";s:2:\"1x\";s:65:\"https://ps.w.org/wp-templator/assets/icon-128x128.png?rev=1816372\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:68:\"https://ps.w.org/wp-templator/assets/banner-1544x500.png?rev=1816372\";s:2:\"1x\";s:67:\"https://ps.w.org/wp-templator/assets/banner-772x250.png?rev=1816372\";}s:11:\"banners_rtl\";a:0:{}}s:29:\"unlist-posts/unlist-posts.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:26:\"w.org/plugins/unlist-posts\";s:4:\"slug\";s:12:\"unlist-posts\";s:6:\"plugin\";s:29:\"unlist-posts/unlist-posts.php\";s:11:\"new_version\";s:5:\"1.0.4\";s:3:\"url\";s:43:\"https://wordpress.org/plugins/unlist-posts/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/unlist-posts.1.0.4.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/unlist-posts/assets/icon-256x256.png?rev=1816373\";s:2:\"1x\";s:65:\"https://ps.w.org/unlist-posts/assets/icon-128x128.png?rev=1816373\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:68:\"https://ps.w.org/unlist-posts/assets/banner-1544x500.png?rev=1816373\";s:2:\"1x\";s:67:\"https://ps.w.org/unlist-posts/assets/banner-772x250.png?rev=1816373\";}s:11:\"banners_rtl\";a:0:{}}s:23:\"wordfence/wordfence.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:23:\"w.org/plugins/wordfence\";s:4:\"slug\";s:9:\"wordfence\";s:6:\"plugin\";s:23:\"wordfence/wordfence.php\";s:11:\"new_version\";s:5:\"7.4.5\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/wordfence/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/wordfence.7.4.5.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:62:\"https://ps.w.org/wordfence/assets/icon-256x256.png?rev=2070855\";s:2:\"1x\";s:54:\"https://ps.w.org/wordfence/assets/icon.svg?rev=2070865\";s:3:\"svg\";s:54:\"https://ps.w.org/wordfence/assets/icon.svg?rev=2070865\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/wordfence/assets/banner-1544x500.jpg?rev=2124102\";s:2:\"1x\";s:64:\"https://ps.w.org/wordfence/assets/banner-772x250.jpg?rev=2124102\";}s:11:\"banners_rtl\";a:0:{}}s:41:\"wordpress-importer/wordpress-importer.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:32:\"w.org/plugins/wordpress-importer\";s:4:\"slug\";s:18:\"wordpress-importer\";s:6:\"plugin\";s:41:\"wordpress-importer/wordpress-importer.php\";s:11:\"new_version\";s:5:\"0.6.4\";s:3:\"url\";s:49:\"https://wordpress.org/plugins/wordpress-importer/\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/plugin/wordpress-importer.0.6.4.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:71:\"https://ps.w.org/wordpress-importer/assets/icon-256x256.png?rev=1908375\";s:2:\"1x\";s:63:\"https://ps.w.org/wordpress-importer/assets/icon.svg?rev=1908375\";s:3:\"svg\";s:63:\"https://ps.w.org/wordpress-importer/assets/icon.svg?rev=1908375\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:72:\"https://ps.w.org/wordpress-importer/assets/banner-772x250.png?rev=547654\";}s:11:\"banners_rtl\";a:0:{}}}}','no'),(406992,'_transient_rsssl_plusone_count','0','yes'),(30,'hack_file','0','yes'),(31,'blog_charset','UTF-8','yes'),(32,'moderation_keys','','no'),(33,'active_plugins','a:42:{i:0;s:29:\"antispam-bee/antispam_bee.php\";i:1;s:27:\"astra-addon/astra-addon.php\";i:2;s:35:\"astra-bulk-edit/astra-bulk-edit.php\";i:3;s:27:\"astra-hooks/astra-hooks.php\";i:4;s:35:\"astra-pro-sites/astra-pro-sites.php\";i:5;s:35:\"autodescription/autodescription.php\";i:6;s:33:\"classic-editor/classic-editor.php\";i:7;s:31:\"code-snippets/code-snippets.php\";i:8;s:29:\"custom-fonts/custom-fonts.php\";i:9;s:45:\"custom-typekit-fonts/custom-typekit-fonts.php\";i:10;s:39:\"customizer-search/customizer-search.php\";i:11;s:43:\"google-analytics-dashboard-for-wp/gadwp.php\";i:12;s:19:\"jetpack/jetpack.php\";i:13;s:31:\"kt-tinymce-color-grid/index.php\";i:14;s:31:\"microthemer/tvr-microthemer.php\";i:15;s:47:\"really-simple-ssl/rlrsssl-really-simple-ssl.php\";i:16;s:61:\"reset-astra-customizer/class-astra-theme-customizer-reset.php\";i:17;s:35:\"sidebar-manager/sidebar-manager.php\";i:18;s:25:\"simple-css/simple-css.php\";i:19;s:27:\"svg-support/svg-support.php\";i:20;s:49:\"thrive-ab-page-testing/thrive-ab-page-testing.php\";i:21;s:39:\"thrive-apprentice/thrive-apprentice.php\";i:22;s:47:\"thrive-clever-widgets/thrive-clever-widgets.php\";i:23;s:35:\"thrive-comments/thrive-comments.php\";i:24;s:55:\"thrive-headline-optimizer/thrive-headline-optimizer.php\";i:25;s:45:\"thrive-intercom-beta/thrive-intercom-beta.php\";i:26;s:29:\"thrive-leads/thrive-leads.php\";i:27;s:33:\"thrive-ovation/thrive-ovation.php\";i:28;s:49:\"thrive-product-manager/thrive-product-manager.php\";i:29;s:43:\"thrive-quiz-builder/thrive-quiz-builder.php\";i:30;s:37:\"thrive-ultimatum/thrive-ultimatum.php\";i:31;s:45:\"thrive-visual-editor/thrive-visual-editor.php\";i:32;s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";i:33;s:29:\"unlist-posts/unlist-posts.php\";i:34;s:69:\"woo-gutenberg-products-block/woocommerce-gutenberg-products-block.php\";i:35;s:39:\"woocommerce-admin/woocommerce-admin.php\";i:36;s:57:\"woocommerce-gateway-stripe/woocommerce-gateway-stripe.php\";i:37;s:45:\"woocommerce-services/woocommerce-services.php\";i:38;s:27:\"woocommerce/woocommerce.php\";i:39;s:23:\"wordfence/wordfence.php\";i:40;s:41:\"wordpress-importer/wordpress-importer.php\";i:41;s:29:\"wp-templator/wp-templator.php\";}','yes'),(34,'category_base','','yes'),(35,'ping_sites','http://rpc.pingomatic.com/','yes'),(36,'comment_max_links','2','yes'),(37,'gmt_offset','','yes'),(38,'default_email_category','1','yes'),(39,'recently_edited','a:3:{i:0;s:72:\"/home/blackh42/bestcerakoteflorida.com/wp-content/themes/astra/style.css\";i:1;s:87:\"/home/blackh42/bestcerakoteflorida.com/wp-content/plugins/antispam-bee/antispam_bee.php\";i:2;s:0:\"\";}','no'),(40,'template','astra','yes'),(41,'stylesheet','astra','yes'),(42,'comment_whitelist','1','yes'),(43,'blacklist_keys','','no'),(44,'comment_registration','','yes'),(45,'html_type','text/html','yes'),(46,'use_trackback','0','yes'),(47,'default_role','subscriber','yes'),(48,'db_version','45805','yes'),(49,'uploads_use_yearmonth_folders','1','yes'),(50,'upload_path','','yes'),(51,'blog_public','1','yes'),(52,'default_link_category','0','yes'),(53,'show_on_front','page','yes'),(54,'tag_base','','yes'),(55,'show_avatars','1','yes'),(56,'avatar_rating','G','yes'),(57,'upload_url_path','','yes'),(58,'thumbnail_size_w','150','yes'),(59,'thumbnail_size_h','150','yes'),(60,'thumbnail_crop','1','yes'),(61,'medium_size_w','480','yes'),(62,'medium_size_h','9999','yes'),(63,'avatar_default','mystery','yes'),(64,'large_size_w','1024','yes'),(65,'large_size_h','9999','yes'),(66,'image_default_link_type','','yes'),(67,'image_default_size','','yes'),(68,'image_default_align','','yes'),(69,'close_comments_for_old_posts','','yes'),(70,'close_comments_days_old','14','yes'),(71,'thread_comments','1','yes'),(72,'thread_comments_depth','5','yes'),(73,'page_comments','','yes'),(74,'comments_per_page','50','yes'),(75,'default_comments_page','newest','yes'),(76,'comment_order','asc','yes'),(77,'sticky_posts','a:0:{}','yes'),(78,'widget_categories','a:2:{i:2;a:4:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(79,'widget_text','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(80,'widget_rss','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(81,'uninstall_plugins','a:5:{s:23:\"loginizer/loginizer.php\";s:22:\"loginizer_deactivation\";s:29:\"antispam-bee/antispam_bee.php\";a:2:{i:0;s:12:\"Antispam_Bee\";i:1;s:9:\"uninstall\";}s:45:\"woocommerce-services/woocommerce-services.php\";a:2:{i:0;s:17:\"WC_Connect_Loader\";i:1;s:16:\"plugin_uninstall\";}s:43:\"google-analytics-dashboard-for-wp/gadwp.php\";a:2:{i:0;s:15:\"GADWP_Uninstall\";i:1;s:9:\"uninstall\";}s:33:\"classic-editor/classic-editor.php\";a:2:{i:0;s:14:\"Classic_Editor\";i:1;s:9:\"uninstall\";}}','no'),(82,'timezone_string','America/New_York','yes'),(84,'page_on_front','106','yes'),(85,'default_post_format','0','yes'),(86,'link_manager_enabled','0','yes'),(87,'finished_splitting_shared_terms','1','yes'),(88,'site_icon','538','yes'),(89,'medium_large_size_w','768','yes'),(90,'medium_large_size_h','0','yes'),(91,'wp_page_for_privacy_policy','141','yes'),(92,'initial_db_version','38590','yes'),(93,'wpbe_user_roles','a:7:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:129:{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:18:\"manage_woocommerce\";b:1;s:24:\"view_woocommerce_reports\";b:1;s:12:\"edit_product\";b:1;s:12:\"read_product\";b:1;s:14:\"delete_product\";b:1;s:13:\"edit_products\";b:1;s:20:\"edit_others_products\";b:1;s:16:\"publish_products\";b:1;s:21:\"read_private_products\";b:1;s:15:\"delete_products\";b:1;s:23:\"delete_private_products\";b:1;s:25:\"delete_published_products\";b:1;s:22:\"delete_others_products\";b:1;s:21:\"edit_private_products\";b:1;s:23:\"edit_published_products\";b:1;s:20:\"manage_product_terms\";b:1;s:18:\"edit_product_terms\";b:1;s:20:\"delete_product_terms\";b:1;s:20:\"assign_product_terms\";b:1;s:15:\"edit_shop_order\";b:1;s:15:\"read_shop_order\";b:1;s:17:\"delete_shop_order\";b:1;s:16:\"edit_shop_orders\";b:1;s:23:\"edit_others_shop_orders\";b:1;s:19:\"publish_shop_orders\";b:1;s:24:\"read_private_shop_orders\";b:1;s:18:\"delete_shop_orders\";b:1;s:26:\"delete_private_shop_orders\";b:1;s:28:\"delete_published_shop_orders\";b:1;s:25:\"delete_others_shop_orders\";b:1;s:24:\"edit_private_shop_orders\";b:1;s:26:\"edit_published_shop_orders\";b:1;s:23:\"manage_shop_order_terms\";b:1;s:21:\"edit_shop_order_terms\";b:1;s:23:\"delete_shop_order_terms\";b:1;s:23:\"assign_shop_order_terms\";b:1;s:16:\"edit_shop_coupon\";b:1;s:16:\"read_shop_coupon\";b:1;s:18:\"delete_shop_coupon\";b:1;s:17:\"edit_shop_coupons\";b:1;s:24:\"edit_others_shop_coupons\";b:1;s:20:\"publish_shop_coupons\";b:1;s:25:\"read_private_shop_coupons\";b:1;s:19:\"delete_shop_coupons\";b:1;s:27:\"delete_private_shop_coupons\";b:1;s:29:\"delete_published_shop_coupons\";b:1;s:26:\"delete_others_shop_coupons\";b:1;s:25:\"edit_private_shop_coupons\";b:1;s:27:\"edit_published_shop_coupons\";b:1;s:24:\"manage_shop_coupon_terms\";b:1;s:22:\"edit_shop_coupon_terms\";b:1;s:24:\"delete_shop_coupon_terms\";b:1;s:24:\"assign_shop_coupon_terms\";b:1;s:23:\"wf2fa_activate_2fa_self\";b:1;s:25:\"wf2fa_activate_2fa_others\";b:1;s:21:\"wf2fa_manage_settings\";b:1;s:11:\"tve-use-tab\";b:1;s:11:\"tve-use-tva\";b:1;s:11:\"tve-use-tcw\";b:1;s:11:\"tve-use-tcm\";b:1;s:11:\"tve-use-tho\";b:1;s:10:\"tve-use-tl\";b:1;s:11:\"tve-use-tqb\";b:1;s:10:\"tve-use-tu\";b:1;s:11:\"tve-use-tcb\";b:1;s:11:\"tve-use-tvo\";b:1;s:10:\"tve-use-td\";b:1;s:12:\"tve-edit-cpt\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:46:{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:11:\"tve-use-tab\";b:1;s:11:\"tve-use-tva\";b:1;s:11:\"tve-use-tcw\";b:1;s:11:\"tve-use-tcm\";b:1;s:11:\"tve-use-tho\";b:1;s:10:\"tve-use-tl\";b:1;s:11:\"tve-use-tqb\";b:1;s:10:\"tve-use-tu\";b:1;s:11:\"tve-use-tcb\";b:1;s:11:\"tve-use-tvo\";b:1;s:10:\"tve-use-td\";b:1;s:12:\"tve-edit-cpt\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}s:8:\"customer\";a:2:{s:4:\"name\";s:8:\"Customer\";s:12:\"capabilities\";a:1:{s:4:\"read\";b:1;}}s:12:\"shop_manager\";a:2:{s:4:\"name\";s:12:\"Shop manager\";s:12:\"capabilities\";a:91:{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:4:\"read\";b:1;s:18:\"read_private_pages\";b:1;s:18:\"read_private_posts\";b:1;s:10:\"edit_posts\";b:1;s:10:\"edit_pages\";b:1;s:20:\"edit_published_posts\";b:1;s:20:\"edit_published_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"edit_private_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:17:\"edit_others_pages\";b:1;s:13:\"publish_posts\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_posts\";b:1;s:12:\"delete_pages\";b:1;s:20:\"delete_private_pages\";b:1;s:20:\"delete_private_posts\";b:1;s:22:\"delete_published_pages\";b:1;s:22:\"delete_published_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:19:\"delete_others_pages\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:17:\"moderate_comments\";b:1;s:12:\"upload_files\";b:1;s:6:\"export\";b:1;s:6:\"import\";b:1;s:10:\"list_users\";b:1;s:18:\"manage_woocommerce\";b:1;s:24:\"view_woocommerce_reports\";b:1;s:12:\"edit_product\";b:1;s:12:\"read_product\";b:1;s:14:\"delete_product\";b:1;s:13:\"edit_products\";b:1;s:20:\"edit_others_products\";b:1;s:16:\"publish_products\";b:1;s:21:\"read_private_products\";b:1;s:15:\"delete_products\";b:1;s:23:\"delete_private_products\";b:1;s:25:\"delete_published_products\";b:1;s:22:\"delete_others_products\";b:1;s:21:\"edit_private_products\";b:1;s:23:\"edit_published_products\";b:1;s:20:\"manage_product_terms\";b:1;s:18:\"edit_product_terms\";b:1;s:20:\"delete_product_terms\";b:1;s:20:\"assign_product_terms\";b:1;s:15:\"edit_shop_order\";b:1;s:15:\"read_shop_order\";b:1;s:17:\"delete_shop_order\";b:1;s:16:\"edit_shop_orders\";b:1;s:23:\"edit_others_shop_orders\";b:1;s:19:\"publish_shop_orders\";b:1;s:24:\"read_private_shop_orders\";b:1;s:18:\"delete_shop_orders\";b:1;s:26:\"delete_private_shop_orders\";b:1;s:28:\"delete_published_shop_orders\";b:1;s:25:\"delete_others_shop_orders\";b:1;s:24:\"edit_private_shop_orders\";b:1;s:26:\"edit_published_shop_orders\";b:1;s:23:\"manage_shop_order_terms\";b:1;s:21:\"edit_shop_order_terms\";b:1;s:23:\"delete_shop_order_terms\";b:1;s:23:\"assign_shop_order_terms\";b:1;s:16:\"edit_shop_coupon\";b:1;s:16:\"read_shop_coupon\";b:1;s:18:\"delete_shop_coupon\";b:1;s:17:\"edit_shop_coupons\";b:1;s:24:\"edit_others_shop_coupons\";b:1;s:20:\"publish_shop_coupons\";b:1;s:25:\"read_private_shop_coupons\";b:1;s:19:\"delete_shop_coupons\";b:1;s:27:\"delete_private_shop_coupons\";b:1;s:29:\"delete_published_shop_coupons\";b:1;s:26:\"delete_others_shop_coupons\";b:1;s:25:\"edit_private_shop_coupons\";b:1;s:27:\"edit_published_shop_coupons\";b:1;s:24:\"manage_shop_coupon_terms\";b:1;s:22:\"edit_shop_coupon_terms\";b:1;s:24:\"delete_shop_coupon_terms\";b:1;s:24:\"assign_shop_coupon_terms\";b:1;}}}','yes'),(94,'fresh_site','0','yes'),(95,'widget_search','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(96,'widget_recent-posts','a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}','yes'),(97,'widget_recent-comments','a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}','yes'),(98,'widget_archives','a:2:{i:2;a:3:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(99,'widget_meta','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(100,'sidebars_widgets','a:21:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}s:13:\"header-widget\";a:0:{}s:15:\"footer-widget-1\";a:0:{}s:15:\"footer-widget-2\";a:0:{}s:24:\"advanced-footer-widget-1\";a:0:{}s:24:\"advanced-footer-widget-2\";a:0:{}s:24:\"advanced-footer-widget-3\";a:0:{}s:24:\"advanced-footer-widget-4\";a:0:{}s:22:\"astra-woo-shop-sidebar\";a:0:{}s:24:\"astra-woo-single-sidebar\";a:0:{}s:36:\"astra-woo-product-off-canvas-sidebar\";a:0:{}s:24:\"advanced-footer-widget-5\";a:0:{}s:21:\"above-header-widget-1\";a:0:{}s:21:\"above-header-widget-2\";a:0:{}s:21:\"below-header-widget-1\";a:0:{}s:21:\"below-header-widget-2\";a:0:{}s:13:\"array_version\";i:3;s:18:\"tva-lesson-sidebar\";a:3:{i:0;s:24:\"tva_lesson_list_widget-0\";i:1;s:25:\"tva_progress_bar_widget-0\";i:2;s:19:\"tva_author_widget-0\";}s:11:\"tva-sidebar\";a:3:{i:0;s:24:\"tva_lesson_list_widget-1\";i:1;s:25:\"tva_progress_bar_widget-1\";i:2;s:19:\"tva_author_widget-1\";}s:18:\"tva-module-sidebar\";a:3:{i:0;s:24:\"tva_lesson_list_widget-2\";i:1;s:25:\"tva_progress_bar_widget-2\";i:2;s:19:\"tva_author_widget-2\";}}','yes'),(101,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(102,'widget_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(103,'widget_media_audio','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(104,'widget_media_image','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(105,'widget_media_gallery','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(106,'widget_media_video','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(107,'widget_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(108,'widget_nav_menu','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(109,'widget_custom_html','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(110,'cron','a:39:{i:1581445599;a:2:{s:17:\"jetpack_sync_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:21:\"jetpack_sync_interval\";s:4:\"args\";a:0:{}s:8:\"interval\";i:300;}}s:22:\"jetpack_sync_full_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:21:\"jetpack_sync_interval\";s:4:\"args\";a:0:{}s:8:\"interval\";i:300;}}}i:1581445600;a:1:{s:26:\"action_scheduler_run_queue\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:12:\"every_minute\";s:4:\"args\";a:0:{}s:8:\"interval\";i:60;}}}i:1581445897;a:1:{s:40:\"jetpack_display_posts_widget_cron_update\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"minutes_10\";s:4:\"args\";a:0:{}s:8:\"interval\";i:600;}}}i:1581447097;a:1:{s:20:\"jetpack_clean_nonces\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1581447324;a:1:{s:43:\"check_plugin_updates-thrive-product-manager\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1581447671;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:1581447909;a:1:{s:28:\"woocommerce_cleanup_sessions\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1581448352;a:1:{s:21:\"wordfence_ls_ntp_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1581448357;a:1:{s:21:\"wordfence_hourly_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1581449063;a:1:{s:32:\"woocommerce_cancel_unpaid_orders\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1581449177;a:1:{s:33:\"wc_admin_process_orders_milestone\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1581451942;a:1:{s:26:\"wordfence_daily_autoUpdate\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1581451957;a:1:{s:20:\"wordfence_daily_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1581452070;a:1:{s:41:\"check_plugin_updates-thrive-visual-editor\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1581452656;a:1:{s:43:\"check_plugin_updates-thrive-ab-page-testing\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1581452657;a:3:{s:42:\"check_plugin_updates-thrive-clever-widgets\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:46:\"check_plugin_updates-thrive-headline-optimizer\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:33:\"check_plugin_updates-thrive-leads\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1581454299;a:2:{s:20:\"jetpack_v2_heartbeat\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:20:\"jp_sitemap_cron_hook\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:16:\"sitemap-interval\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1581454314;a:1:{s:32:\"wc_connect_fetch_service_schemas\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1581454315;a:1:{s:24:\"jp_purge_transients_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1581479572;a:1:{s:36:\"check_plugin_updates-thrive-comments\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1581480000;a:1:{s:27:\"woocommerce_scheduled_sales\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1581480071;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:1581480919;a:2:{s:19:\"wp_scheduled_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:25:\"delete_expired_transients\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1581485335;a:1:{s:17:\"thrive_token_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1581486300;a:1:{s:40:\"check_plugin_updates-thrive-quiz-builder\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1581486377;a:1:{s:38:\"check_plugin_updates-thrive-apprentice\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1581486456;a:1:{s:35:\"check_plugin_updates-thrive-ovation\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1581486814;a:1:{s:37:\"check_plugin_updates-thrive-ultimatum\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1581488775;a:1:{s:14:\"wc_admin_daily\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1581512709;a:1:{s:33:\"woocommerce_cleanup_personal_data\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1581512719;a:1:{s:30:\"woocommerce_tracker_send_event\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1581515818;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:1581523509;a:1:{s:24:\"woocommerce_cleanup_logs\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1581528017;a:1:{s:30:\"wp_scheduled_auto_draft_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1581581400;a:1:{s:30:\"wordfence_start_scheduled_scan\";a:1:{s:32:\"40d6aff9b21d6c3f61dd6d9669677dfc\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:1:{i:0;i:1581581400;}}}}i:1581840600;a:1:{s:30:\"wordfence_start_scheduled_scan\";a:1:{s:32:\"fd340f3ac06609bfa78e03dcfa6b368f\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:1:{i:0;i:1581840600;}}}}i:1581973200;a:1:{s:31:\"wordfence_email_activity_report\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1583452800;a:1:{s:25:\"woocommerce_geoip_updater\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:7:\"monthly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:2635200;}}}s:7:\"version\";i:2;}','yes'),(469956,'_transient_timeout_jpp_li_cbce61b60dbd3cdb513e23831af55816','1581427554','no'),(469957,'_transient_jpp_li_cbce61b60dbd3cdb513e23831af55816','a:5:{s:6:\"status\";s:12:\"blocked-hard\";s:3:\"msg\";s:45:\"This IP is currently blocked (165.227.13.226)\";s:17:\"seconds_remaining\";i:20;s:16:\"blocked_attempts\";s:5:\"16562\";s:6:\"expire\";i:1581427554;}','no'),(470048,'_transient_timeout_tsf_throttle_ping_1_en_us','1581449195','no'),(470049,'_transient_tsf_throttle_ping_1_en_us','1','no'),(116,'loginizer_ins_time','1526875273','yes'),(117,'loginizer_promo_time','1526875273','yes'),(125,'theme_mods_twentyseventeen','a:2:{s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1526878864;s:4:\"data\";a:4:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}s:9:\"sidebar-2\";a:0:{}s:9:\"sidebar-3\";a:0:{}}}}','yes'),(162,'code_snippets_version','2.13.3','yes'),(163,'code_snippets_settings','a:3:{s:7:\"general\";a:5:{s:19:\"activate_by_default\";b:1;s:21:\"snippet_scope_enabled\";b:1;s:11:\"enable_tags\";b:1;s:18:\"enable_description\";b:1;s:13:\"disable_prism\";b:0;}s:18:\"description_editor\";a:3:{s:4:\"rows\";i:5;s:12:\"use_full_mce\";b:0;s:13:\"media_buttons\";b:0;}s:6:\"editor\";a:8:{s:5:\"theme\";s:7:\"default\";s:16:\"indent_with_tabs\";b:1;s:8:\"tab_size\";i:4;s:11:\"indent_unit\";i:2;s:10:\"wrap_lines\";b:1;s:12:\"line_numbers\";b:1;s:19:\"auto_close_brackets\";b:1;s:27:\"highlight_selection_matches\";b:1;}}','yes'),(157,'rlrsssl_options','a:15:{s:12:\"site_has_ssl\";b:1;s:4:\"hsts\";b:0;s:22:\"htaccess_warning_shown\";b:0;s:19:\"review_notice_shown\";b:0;s:25:\"ssl_success_message_shown\";b:1;s:26:\"autoreplace_insecure_links\";b:1;s:17:\"plugin_db_version\";s:5:\"3.2.6\";s:5:\"debug\";b:0;s:20:\"do_not_edit_htaccess\";b:0;s:17:\"htaccess_redirect\";b:0;s:11:\"ssl_enabled\";b:1;s:19:\"javascript_redirect\";b:1;s:11:\"wp_redirect\";b:1;s:31:\"switch_mixed_content_fixer_hook\";b:0;s:19:\"dismiss_all_notices\";b:0;}','yes'),(195553,'recently_activated_snippets','a:0:{}','yes'),(201,'bsf_force_check_extensions','','no'),(202,'_astra_ext_white_label','a:1:{s:11:\"astra-sites\";a:2:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";}}','yes'),(203,'astra-pro-sites-auto-version','1.4.0','yes'),(204,'bsf_local_transient','1581427461','yes'),(205,'_transient_timeout_bsf_check_product_updates','1581618261','no'),(206,'_transient_bsf_check_product_updates','1','no'),(207,'bsf-updater-version','1.22.77\n','yes'),(208,'brainstrom_products','a:2:{s:7:\"plugins\";a:2:{s:11:\"astra-addon\";a:32:{s:2:\"id\";s:11:\"astra-addon\";s:4:\"name\";s:9:\"Astra Pro\";s:4:\"slug\";s:11:\"astra-addon\";s:10:\"short_name\";s:0:\"\";s:11:\"description\";s:155:\"This plugin is an add-on for the Astra WordPress Theme. It offers premium features & functionalities that enhance your theming experience at next level..\r\n\";s:7:\"version\";s:5:\"2.1.2\";s:12:\"download_url\";s:22:\"astra-addon-plugin.zip\";s:12:\"version_beta\";s:5:\"2.0.0\";s:17:\"download_url_beta\";s:27:\"astra-addon-plugin-beta.zip\";s:6:\"tested\";s:5:\"5.3.2\";s:14:\"privacy_policy\";s:120:\"https://wpastra.com/privacy-policy/?utm_source=graupi-license-form&utm_medium=privacy-policy&utm_campaign=purchase-astra\";s:16:\"terms_conditions\";s:132:\"https://wpastra.com/terms-and-conditions/?utm_source=graupi-license-form&utm_medium=terms-and-conditions&utm_campaign=purchase-astra\";s:12:\"purchase_url\";s:126:\"https://wpastra.com/pricing/?utm_source=graupi-license-form&utm_medium=graupi-license-invalidation&utm_campaign=purchase-astra\";s:13:\"changelog_url\";s:142:\"https://wpastra.com/changelog/astra-pro-addon/?utm_source=graupi-license-form&utm_medium=astra-pro-addon-changelog&utm_campaign=purchase-astra\";s:4:\"type\";s:6:\"plugin\";s:8:\"in_house\";s:4:\"true\";s:9:\"on_market\";s:5:\"false\";s:15:\"is_product_free\";s:5:\"false\";s:14:\"has-extensions\";s:4:\"true\";s:13:\"support_forum\";s:130:\"https://wpastra.com/support/submit-a-ticket/?utm_source=graupi-license-form&utm_medium=submit-a-ticket&utm_campaign=purchase-astra\";s:25:\"after_registration_action\";s:0:\"\";s:13:\"product_image\";s:71:\"//support.brainstormforce.com/wp-content/uploads/2018/12/astra-logo.svg\";s:32:\"show_on_register_licence_listing\";s:5:\"false\";s:15:\"show_on_listing\";s:5:\"false\";s:13:\"is_support_on\";s:4:\"true\";s:14:\"envato_item_id\";s:0:\"\";s:8:\"template\";s:27:\"astra-addon/astra-addon.php\";s:6:\"remote\";s:5:\"2.2.5\";s:12:\"purchase_key\";s:32:\"c68f031f37b3221a939754f9b56fb314\";s:6:\"status\";s:10:\"registered\";s:7:\"message\";s:31:\"License successfully validated!\";s:12:\"product_name\";s:9:\"Astra Pro\";}s:15:\"astra-pro-sites\";a:32:{s:2:\"id\";s:15:\"astra-pro-sites\";s:4:\"name\";s:15:\"Astra Pro Sites\";s:4:\"slug\";s:15:\"astra-pro-sites\";s:10:\"short_name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:7:\"version\";s:5:\"1.4.0\";s:12:\"download_url\";s:23:\"astra-premium-sites.zip\";s:12:\"version_beta\";s:12:\"2.0.0-beta.1\";s:17:\"download_url_beta\";s:36:\"astra-premium-sites-2.0.0-beta.1.zip\";s:6:\"tested\";s:5:\"5.3.2\";s:14:\"privacy_policy\";s:120:\"https://wpastra.com/privacy-policy/?utm_source=graupi-license-form&utm_medium=privacy-policy&utm_campaign=purchase-astra\";s:16:\"terms_conditions\";s:132:\"https://wpastra.com/terms-and-conditions/?utm_source=graupi-license-form&utm_medium=terms-and-conditions&utm_campaign=purchase-astra\";s:12:\"purchase_url\";s:120:\"https://wpastra.com/ready-websites/?utm_source=graupi-license-form&utm_medium=ready-websites&utm_campaign=purchase-astra\";s:13:\"changelog_url\";s:141:\"https://wpastra.com/changelog/astra-sites-plugin/?utm_source=graupi-license-form&utm_medium=astra-sites-changelog&utm_campaign=purchase-astra\";s:4:\"type\";s:6:\"plugin\";s:8:\"in_house\";s:4:\"true\";s:9:\"on_market\";s:5:\"false\";s:15:\"is_product_free\";s:5:\"false\";s:14:\"has-extensions\";s:4:\"true\";s:13:\"support_forum\";s:130:\"https://wpastra.com/support/submit-a-ticket/?utm_source=graupi-license-form&utm_medium=submit-a-ticket&utm_campaign=purchase-astra\";s:25:\"after_registration_action\";s:0:\"\";s:13:\"product_image\";s:73:\"//support.brainstormforce.com/wp-content/uploads/2019/03/icon-256x256.jpg\";s:32:\"show_on_register_licence_listing\";s:5:\"false\";s:15:\"show_on_listing\";s:5:\"false\";s:13:\"is_support_on\";s:5:\"false\";s:14:\"envato_item_id\";s:0:\"\";s:8:\"template\";s:35:\"astra-pro-sites/astra-pro-sites.php\";s:6:\"remote\";s:5:\"1.4.6\";s:12:\"purchase_key\";s:32:\"5667aa24337857be07be3aaaf5139a78\";s:6:\"status\";s:10:\"registered\";s:7:\"message\";s:31:\"License successfully validated!\";s:12:\"product_name\";s:19:\"Astra Premium Sites\";}}s:6:\"themes\";a:1:{s:5:\"astra\";a:32:{s:2:\"id\";s:5:\"astra\";s:4:\"name\";s:5:\"Astra\";s:4:\"slug\";s:5:\"astra\";s:10:\"short_name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:7:\"version\";s:5:\"2.1.2\";s:12:\"download_url\";s:15:\"astra-1.4.9.zip\";s:12:\"version_beta\";s:0:\"\";s:17:\"download_url_beta\";s:0:\"\";s:6:\"tested\";s:3:\"5.2\";s:14:\"privacy_policy\";s:0:\"\";s:16:\"terms_conditions\";s:0:\"\";s:12:\"purchase_url\";s:0:\"\";s:13:\"changelog_url\";s:0:\"\";s:4:\"type\";s:5:\"theme\";s:8:\"in_house\";s:4:\"true\";s:9:\"on_market\";s:5:\"false\";s:15:\"is_product_free\";s:4:\"true\";s:14:\"has-extensions\";s:5:\"false\";s:13:\"support_forum\";s:0:\"\";s:25:\"after_registration_action\";s:0:\"\";s:13:\"product_image\";s:71:\"//support.brainstormforce.com/wp-content/uploads/2018/12/astra-logo.svg\";s:32:\"show_on_register_licence_listing\";s:5:\"false\";s:15:\"show_on_listing\";s:4:\"true\";s:13:\"is_support_on\";s:4:\"true\";s:14:\"envato_item_id\";s:0:\"\";s:8:\"template\";s:5:\"astra\";s:6:\"remote\";s:5:\"0.0.1\";s:12:\"purchase_key\";s:0:\"\";s:6:\"status\";s:14:\"not-registered\";s:7:\"message\";s:0:\"\";s:12:\"product_name\";s:5:\"Astra\";}}}','yes'),(210,'bsf_local_transient_bundled','1581022437','yes'),(215,'bsf_skip_braisntorm_menu','1','no'),(216,'astra_sites_recent_import_log_file','/home/blackh42/bestcerakoteflorida.com/wp-content/uploads/astra-sites/import-21-May-2018-05-03-57.txt','yes'),(127,'smm_version','1.3.1','yes'),(128,'disable_smm','0','yes'),(129,'wpforms_shareasale_id','1587694','yes'),(130,'widget_wpforms-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(131,'_amn_wpforms-lite_last_checked','1526860800','yes'),(135,'wpforms_review','a:2:{s:4:\"time\";i:1526876121;s:9:\"dismissed\";b:0;}','yes'),(136,'wpforms_activated','a:1:{s:4:\"lite\";i:1526876121;}','yes'),(80199,'open_graph_protocol_site_type','','yes'),(80200,'facebook_admins','a:0:{}','yes'),(80201,'jetpack-twitter-cards-site-tag','','yes'),(215659,'wordfence_lastSyncAttackData','1581386369','no'),(114646,'tva_is_demo_updated','1','yes'),(114725,'woocommerce_placeholder_image','618','yes'),(111298,'wc_stripe_show_styles_notice','no','yes'),(105544,'gadwp_cache_qr2_1386709414','a:2:{s:5:\"value\";O:31:\"Deconf_Service_Analytics_GaData\":24:{s:17:\"\0*\0collection_key\";s:4:\"rows\";s:25:\"\0*\0internal_gapi_mappings\";a:0:{}s:20:\"\0*\0columnHeadersType\";s:44:\"Deconf_Service_Analytics_GaDataColumnHeaders\";s:24:\"\0*\0columnHeadersDataType\";s:5:\"array\";s:19:\"containsSampledData\";b:0;s:16:\"\0*\0dataTableType\";s:40:\"Deconf_Service_Analytics_GaDataDataTable\";s:20:\"\0*\0dataTableDataType\";s:0:\"\";s:2:\"id\";s:167:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:182978339&dimensions=ga:date,ga:dayOfWeekName&metrics=ga:organicSearches&start-date=30daysAgo&end-date=yesterday\";s:12:\"itemsPerPage\";i:1000;s:4:\"kind\";s:16:\"analytics#gaData\";s:8:\"nextLink\";N;s:12:\"previousLink\";N;s:18:\"\0*\0profileInfoType\";s:42:\"Deconf_Service_Analytics_GaDataProfileInfo\";s:22:\"\0*\0profileInfoDataType\";s:0:\"\";s:12:\"\0*\0queryType\";s:36:\"Deconf_Service_Analytics_GaDataQuery\";s:16:\"\0*\0queryDataType\";s:0:\"\";s:4:\"rows\";a:30:{i:0;a:3:{i:0;s:8:\"20180913\";i:1;s:8:\"Thursday\";i:2;s:1:\"0\";}i:1;a:3:{i:0;s:8:\"20180914\";i:1;s:6:\"Friday\";i:2;s:1:\"0\";}i:2;a:3:{i:0;s:8:\"20180915\";i:1;s:8:\"Saturday\";i:2;s:1:\"0\";}i:3;a:3:{i:0;s:8:\"20180916\";i:1;s:6:\"Sunday\";i:2;s:1:\"0\";}i:4;a:3:{i:0;s:8:\"20180917\";i:1;s:6:\"Monday\";i:2;s:1:\"0\";}i:5;a:3:{i:0;s:8:\"20180918\";i:1;s:7:\"Tuesday\";i:2;s:1:\"0\";}i:6;a:3:{i:0;s:8:\"20180919\";i:1;s:9:\"Wednesday\";i:2;s:1:\"0\";}i:7;a:3:{i:0;s:8:\"20180920\";i:1;s:8:\"Thursday\";i:2;s:1:\"0\";}i:8;a:3:{i:0;s:8:\"20180921\";i:1;s:6:\"Friday\";i:2;s:1:\"0\";}i:9;a:3:{i:0;s:8:\"20180922\";i:1;s:8:\"Saturday\";i:2;s:1:\"0\";}i:10;a:3:{i:0;s:8:\"20180923\";i:1;s:6:\"Sunday\";i:2;s:1:\"0\";}i:11;a:3:{i:0;s:8:\"20180924\";i:1;s:6:\"Monday\";i:2;s:1:\"0\";}i:12;a:3:{i:0;s:8:\"20180925\";i:1;s:7:\"Tuesday\";i:2;s:1:\"0\";}i:13;a:3:{i:0;s:8:\"20180926\";i:1;s:9:\"Wednesday\";i:2;s:1:\"0\";}i:14;a:3:{i:0;s:8:\"20180927\";i:1;s:8:\"Thursday\";i:2;s:1:\"0\";}i:15;a:3:{i:0;s:8:\"20180928\";i:1;s:6:\"Friday\";i:2;s:1:\"0\";}i:16;a:3:{i:0;s:8:\"20180929\";i:1;s:8:\"Saturday\";i:2;s:1:\"0\";}i:17;a:3:{i:0;s:8:\"20180930\";i:1;s:6:\"Sunday\";i:2;s:1:\"0\";}i:18;a:3:{i:0;s:8:\"20181001\";i:1;s:6:\"Monday\";i:2;s:1:\"0\";}i:19;a:3:{i:0;s:8:\"20181002\";i:1;s:7:\"Tuesday\";i:2;s:1:\"0\";}i:20;a:3:{i:0;s:8:\"20181003\";i:1;s:9:\"Wednesday\";i:2;s:1:\"0\";}i:21;a:3:{i:0;s:8:\"20181004\";i:1;s:8:\"Thursday\";i:2;s:1:\"0\";}i:22;a:3:{i:0;s:8:\"20181005\";i:1;s:6:\"Friday\";i:2;s:1:\"0\";}i:23;a:3:{i:0;s:8:\"20181006\";i:1;s:8:\"Saturday\";i:2;s:1:\"0\";}i:24;a:3:{i:0;s:8:\"20181007\";i:1;s:6:\"Sunday\";i:2;s:1:\"0\";}i:25;a:3:{i:0;s:8:\"20181008\";i:1;s:6:\"Monday\";i:2;s:1:\"0\";}i:26;a:3:{i:0;s:8:\"20181009\";i:1;s:7:\"Tuesday\";i:2;s:1:\"0\";}i:27;a:3:{i:0;s:8:\"20181010\";i:1;s:9:\"Wednesday\";i:2;s:1:\"0\";}i:28;a:3:{i:0;s:8:\"20181011\";i:1;s:8:\"Thursday\";i:2;s:1:\"0\";}i:29;a:3:{i:0;s:8:\"20181012\";i:1;s:6:\"Friday\";i:2;s:1:\"0\";}}s:10:\"sampleSize\";N;s:11:\"sampleSpace\";N;s:8:\"selfLink\";s:167:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:182978339&dimensions=ga:date,ga:dayOfWeekName&metrics=ga:organicSearches&start-date=30daysAgo&end-date=yesterday\";s:12:\"totalResults\";i:30;s:19:\"totalsForAllResults\";a:1:{s:18:\"ga:organicSearches\";s:1:\"0\";}s:12:\"\0*\0modelData\";a:3:{s:5:\"query\";a:8:{s:10:\"start-date\";s:9:\"30daysAgo\";s:8:\"end-date\";s:9:\"yesterday\";s:3:\"ids\";s:12:\"ga:182978339\";s:10:\"dimensions\";s:24:\"ga:date,ga:dayOfWeekName\";s:7:\"metrics\";a:1:{i:0;s:18:\"ga:organicSearches\";}s:11:\"start-index\";i:1;s:11:\"max-results\";i:1000;s:13:\"samplingLevel\";s:16:\"HIGHER_PRECISION\";}s:11:\"profileInfo\";a:6:{s:9:\"profileId\";s:9:\"182978339\";s:9:\"accountId\";s:8:\"38981657\";s:13:\"webPropertyId\";s:13:\"UA-38981657-2\";s:21:\"internalWebPropertyId\";s:9:\"185871232\";s:11:\"profileName\";s:17:\"All Web Site Data\";s:7:\"tableId\";s:12:\"ga:182978339\";}s:13:\"columnHeaders\";a:3:{i:0;a:3:{s:4:\"name\";s:7:\"ga:date\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:1;a:3:{s:4:\"name\";s:16:\"ga:dayOfWeekName\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:2;a:3:{s:4:\"name\";s:18:\"ga:organicSearches\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}}}s:12:\"\0*\0processed\";a:0:{}}s:7:\"expires\";i:1539489600;}','no'),(105545,'gadwp_cache_qr8_2039230634','a:2:{s:5:\"value\";O:31:\"Deconf_Service_Analytics_GaData\":24:{s:17:\"\0*\0collection_key\";s:4:\"rows\";s:25:\"\0*\0internal_gapi_mappings\";a:0:{}s:20:\"\0*\0columnHeadersType\";s:44:\"Deconf_Service_Analytics_GaDataColumnHeaders\";s:24:\"\0*\0columnHeadersDataType\";s:5:\"array\";s:19:\"containsSampledData\";b:0;s:16:\"\0*\0dataTableType\";s:40:\"Deconf_Service_Analytics_GaDataDataTable\";s:20:\"\0*\0dataTableDataType\";s:0:\"\";s:2:\"id\";s:172:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:182978339&dimensions=ga:channelGrouping&metrics=ga:sessions&sort=-ga:sessions&start-date=30daysAgo&end-date=yesterday\";s:12:\"itemsPerPage\";i:1000;s:4:\"kind\";s:16:\"analytics#gaData\";s:8:\"nextLink\";N;s:12:\"previousLink\";N;s:18:\"\0*\0profileInfoType\";s:42:\"Deconf_Service_Analytics_GaDataProfileInfo\";s:22:\"\0*\0profileInfoDataType\";s:0:\"\";s:12:\"\0*\0queryType\";s:36:\"Deconf_Service_Analytics_GaDataQuery\";s:16:\"\0*\0queryDataType\";s:0:\"\";s:4:\"rows\";a:1:{i:0;a:2:{i:0;s:6:\"Direct\";i:1;s:2:\"19\";}}s:10:\"sampleSize\";N;s:11:\"sampleSpace\";N;s:8:\"selfLink\";s:172:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:182978339&dimensions=ga:channelGrouping&metrics=ga:sessions&sort=-ga:sessions&start-date=30daysAgo&end-date=yesterday\";s:12:\"totalResults\";i:1;s:19:\"totalsForAllResults\";a:1:{s:11:\"ga:sessions\";s:2:\"19\";}s:12:\"\0*\0modelData\";a:3:{s:5:\"query\";a:9:{s:10:\"start-date\";s:9:\"30daysAgo\";s:8:\"end-date\";s:9:\"yesterday\";s:3:\"ids\";s:12:\"ga:182978339\";s:10:\"dimensions\";s:18:\"ga:channelGrouping\";s:7:\"metrics\";a:1:{i:0;s:11:\"ga:sessions\";}s:4:\"sort\";a:1:{i:0;s:12:\"-ga:sessions\";}s:11:\"start-index\";i:1;s:11:\"max-results\";i:1000;s:13:\"samplingLevel\";s:16:\"HIGHER_PRECISION\";}s:11:\"profileInfo\";a:6:{s:9:\"profileId\";s:9:\"182978339\";s:9:\"accountId\";s:8:\"38981657\";s:13:\"webPropertyId\";s:13:\"UA-38981657-2\";s:21:\"internalWebPropertyId\";s:9:\"185871232\";s:11:\"profileName\";s:17:\"All Web Site Data\";s:7:\"tableId\";s:12:\"ga:182978339\";}s:13:\"columnHeaders\";a:2:{i:0;a:3:{s:4:\"name\";s:18:\"ga:channelGrouping\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:1;a:3:{s:4:\"name\";s:11:\"ga:sessions\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}}}s:12:\"\0*\0processed\";a:0:{}}s:7:\"expires\";i:1539489600;}','no'),(105546,'gadwp_cache_qr10_2089514939','a:2:{s:5:\"value\";O:31:\"Deconf_Service_Analytics_GaData\":24:{s:17:\"\0*\0collection_key\";s:4:\"rows\";s:25:\"\0*\0internal_gapi_mappings\";a:0:{}s:20:\"\0*\0columnHeadersType\";s:44:\"Deconf_Service_Analytics_GaDataColumnHeaders\";s:24:\"\0*\0columnHeadersDataType\";s:5:\"array\";s:19:\"containsSampledData\";b:0;s:16:\"\0*\0dataTableType\";s:40:\"Deconf_Service_Analytics_GaDataDataTable\";s:20:\"\0*\0dataTableDataType\";s:0:\"\";s:2:\"id\";s:194:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:182978339&dimensions=ga:medium&metrics=ga:sessions&sort=-ga:sessions&filters=ga:medium!%3D(not+set)&start-date=30daysAgo&end-date=yesterday\";s:12:\"itemsPerPage\";i:1000;s:4:\"kind\";s:16:\"analytics#gaData\";s:8:\"nextLink\";N;s:12:\"previousLink\";N;s:18:\"\0*\0profileInfoType\";s:42:\"Deconf_Service_Analytics_GaDataProfileInfo\";s:22:\"\0*\0profileInfoDataType\";s:0:\"\";s:12:\"\0*\0queryType\";s:36:\"Deconf_Service_Analytics_GaDataQuery\";s:16:\"\0*\0queryDataType\";s:0:\"\";s:4:\"rows\";a:1:{i:0;a:2:{i:0;s:6:\"(none)\";i:1;s:2:\"19\";}}s:10:\"sampleSize\";N;s:11:\"sampleSpace\";N;s:8:\"selfLink\";s:194:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:182978339&dimensions=ga:medium&metrics=ga:sessions&sort=-ga:sessions&filters=ga:medium!%3D(not+set)&start-date=30daysAgo&end-date=yesterday\";s:12:\"totalResults\";i:1;s:19:\"totalsForAllResults\";a:1:{s:11:\"ga:sessions\";s:2:\"19\";}s:12:\"\0*\0modelData\";a:3:{s:5:\"query\";a:10:{s:10:\"start-date\";s:9:\"30daysAgo\";s:8:\"end-date\";s:9:\"yesterday\";s:3:\"ids\";s:12:\"ga:182978339\";s:10:\"dimensions\";s:9:\"ga:medium\";s:7:\"metrics\";a:1:{i:0;s:11:\"ga:sessions\";}s:4:\"sort\";a:1:{i:0;s:12:\"-ga:sessions\";}s:7:\"filters\";s:20:\"ga:medium!=(not set)\";s:11:\"start-index\";i:1;s:11:\"max-results\";i:1000;s:13:\"samplingLevel\";s:16:\"HIGHER_PRECISION\";}s:11:\"profileInfo\";a:6:{s:9:\"profileId\";s:9:\"182978339\";s:9:\"accountId\";s:8:\"38981657\";s:13:\"webPropertyId\";s:13:\"UA-38981657-2\";s:21:\"internalWebPropertyId\";s:9:\"185871232\";s:11:\"profileName\";s:17:\"All Web Site Data\";s:7:\"tableId\";s:12:\"ga:182978339\";}s:13:\"columnHeaders\";a:2:{i:0;a:3:{s:4:\"name\";s:9:\"ga:medium\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:1;a:3:{s:4:\"name\";s:11:\"ga:sessions\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}}}s:12:\"\0*\0processed\";a:0:{}}s:7:\"expires\";i:1539489600;}','no'),(105547,'gadwp_cache_qr10_3995974718','a:2:{s:5:\"value\";O:31:\"Deconf_Service_Analytics_GaData\":24:{s:17:\"\0*\0collection_key\";s:4:\"rows\";s:25:\"\0*\0internal_gapi_mappings\";a:0:{}s:20:\"\0*\0columnHeadersType\";s:44:\"Deconf_Service_Analytics_GaDataColumnHeaders\";s:24:\"\0*\0columnHeadersDataType\";s:5:\"array\";s:19:\"containsSampledData\";b:0;s:16:\"\0*\0dataTableType\";s:40:\"Deconf_Service_Analytics_GaDataDataTable\";s:20:\"\0*\0dataTableDataType\";s:0:\"\";s:2:\"id\";s:204:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:182978339&dimensions=ga:visitorType&metrics=ga:sessions&sort=-ga:sessions&filters=ga:visitorType!%3D(not+set)&start-date=30daysAgo&end-date=yesterday\";s:12:\"itemsPerPage\";i:1000;s:4:\"kind\";s:16:\"analytics#gaData\";s:8:\"nextLink\";N;s:12:\"previousLink\";N;s:18:\"\0*\0profileInfoType\";s:42:\"Deconf_Service_Analytics_GaDataProfileInfo\";s:22:\"\0*\0profileInfoDataType\";s:0:\"\";s:12:\"\0*\0queryType\";s:36:\"Deconf_Service_Analytics_GaDataQuery\";s:16:\"\0*\0queryDataType\";s:0:\"\";s:4:\"rows\";a:2:{i:0;a:2:{i:0;s:17:\"Returning Visitor\";i:1;s:2:\"10\";}i:1;a:2:{i:0;s:11:\"New Visitor\";i:1;s:1:\"9\";}}s:10:\"sampleSize\";N;s:11:\"sampleSpace\";N;s:8:\"selfLink\";s:204:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:182978339&dimensions=ga:visitorType&metrics=ga:sessions&sort=-ga:sessions&filters=ga:visitorType!%3D(not+set)&start-date=30daysAgo&end-date=yesterday\";s:12:\"totalResults\";i:2;s:19:\"totalsForAllResults\";a:1:{s:11:\"ga:sessions\";s:2:\"19\";}s:12:\"\0*\0modelData\";a:3:{s:5:\"query\";a:10:{s:10:\"start-date\";s:9:\"30daysAgo\";s:8:\"end-date\";s:9:\"yesterday\";s:3:\"ids\";s:12:\"ga:182978339\";s:10:\"dimensions\";s:14:\"ga:visitorType\";s:7:\"metrics\";a:1:{i:0;s:11:\"ga:sessions\";}s:4:\"sort\";a:1:{i:0;s:12:\"-ga:sessions\";}s:7:\"filters\";s:25:\"ga:visitorType!=(not set)\";s:11:\"start-index\";i:1;s:11:\"max-results\";i:1000;s:13:\"samplingLevel\";s:16:\"HIGHER_PRECISION\";}s:11:\"profileInfo\";a:6:{s:9:\"profileId\";s:9:\"182978339\";s:9:\"accountId\";s:8:\"38981657\";s:13:\"webPropertyId\";s:13:\"UA-38981657-2\";s:21:\"internalWebPropertyId\";s:9:\"185871232\";s:11:\"profileName\";s:17:\"All Web Site Data\";s:7:\"tableId\";s:12:\"ga:182978339\";}s:13:\"columnHeaders\";a:2:{i:0;a:3:{s:4:\"name\";s:14:\"ga:visitorType\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:1;a:3:{s:4:\"name\";s:11:\"ga:sessions\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}}}s:12:\"\0*\0processed\";a:0:{}}s:7:\"expires\";i:1539489600;}','no'),(105040,'tsfem_i_lSASQ5n1xC8Wm4xrXM9dYk1QNyLzsYHf','239c0aa4856458c56364f6a8c8e986ef8529939a8b27b0ea1abaac255f784e5f','yes'),(121568,'external_updates-thrive-quiz-builder','O:8:\"stdClass\":3:{s:9:\"lastCheck\";i:1581445463;s:14:\"checkedVersion\";s:7:\"2.2.5.1\";s:6:\"update\";O:8:\"stdClass\":6:{s:2:\"id\";i:0;s:4:\"slug\";s:19:\"thrive-quiz-builder\";s:7:\"version\";s:8:\"2.2.10.1\";s:8:\"homepage\";N;s:12:\"download_url\";s:65:\"http://download.thrivethemes.com/thrive-quiz-builder-2.2.10.1.zip\";s:14:\"upgrade_notice\";s:0:\"\";}}','no'),(120372,'tva_courses_children','a:0:{}','yes'),(62624,'theme_mods_thrive-theme','a:4:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:10:\"theme-menu\";i:4;}s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1535703780;s:4:\"data\";a:2:{s:19:\"wp_inactive_widgets\";a:0:{}s:13:\"theme-sidebar\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}}}}','yes'),(67538,'jetpack_sync_full__started','1536124278','no'),(67539,'jetpack_sync_full__params','a:4:{s:7:\"options\";b:1;s:9:\"functions\";b:1;s:9:\"constants\";b:1;s:5:\"users\";a:1:{i:0;i:1;}}','no'),(67540,'jetpack_sync_full_config','a:4:{s:9:\"constants\";b:1;s:9:\"functions\";b:1;s:7:\"options\";b:1;s:5:\"users\";a:1:{i:0;i:1;}}','no'),(67541,'jetpack_sync_full_enqueue_status','a:4:{s:9:\"constants\";a:3:{i:0;i:1;i:1;i:1;i:2;b:1;}s:9:\"functions\";a:3:{i:0;i:1;i:1;i:1;i:2;b:1;}s:7:\"options\";a:3:{i:0;i:1;i:1;i:1;i:2;b:1;}s:5:\"users\";a:3:{i:0;i:1;i:1;i:1;i:2;b:1;}}','no'),(67562,'jetpack_sync_full__finished','1536124318','no'),(67549,'jetpack_sync_full__queue_finished','1536124278','yes'),(67556,'jetpack_sync_full__send_started','1536124287','no'),(67557,'jetpack_sync_full__constants_sent','1','no'),(67558,'jetpack_sync_full__functions_sent','1','no'),(67559,'jetpack_sync_full__options_sent','1','no'),(67560,'jetpack_sync_full__users_sent','1','no'),(30493,'woocommerce_gateway_stripe_retention','','no'),(30578,'astra-theme-old-setup','1','yes'),(162899,'unlist_posts','a:0:{}','yes'),(68224,'tva_default_register_page','a:2:{s:2:\"ID\";i:220;s:4:\"name\";s:28:\"Apprentice registration page\";}','yes'),(68225,'tva_update_courses_comment_status','1','yes'),(68228,'tva_course_hidden_post_id','221','yes'),(99168,'gadwp_cache_qr3_3357660385','a:2:{s:5:\"value\";O:31:\"Deconf_Service_Analytics_GaData\":24:{s:17:\"\0*\0collection_key\";s:4:\"rows\";s:25:\"\0*\0internal_gapi_mappings\";a:0:{}s:20:\"\0*\0columnHeadersType\";s:44:\"Deconf_Service_Analytics_GaDataColumnHeaders\";s:24:\"\0*\0columnHeadersDataType\";s:5:\"array\";s:19:\"containsSampledData\";b:0;s:16:\"\0*\0dataTableType\";s:40:\"Deconf_Service_Analytics_GaDataDataTable\";s:20:\"\0*\0dataTableDataType\";s:0:\"\";s:2:\"id\";s:284:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:182978339&metrics=ga:uniquePageviews,ga:users,ga:pageviews,ga:BounceRate,ga:organicSearches,ga:pageviewsPerSession,ga:avgTimeOnPage,ga:avgPageLoadTime,ga:exitRate&filters=ga:pagePath%3D%3D/&start-date=30daysAgo&end-date=yesterday\";s:12:\"itemsPerPage\";i:1000;s:4:\"kind\";s:16:\"analytics#gaData\";s:8:\"nextLink\";N;s:12:\"previousLink\";N;s:18:\"\0*\0profileInfoType\";s:42:\"Deconf_Service_Analytics_GaDataProfileInfo\";s:22:\"\0*\0profileInfoDataType\";s:0:\"\";s:12:\"\0*\0queryType\";s:36:\"Deconf_Service_Analytics_GaDataQuery\";s:16:\"\0*\0queryDataType\";s:0:\"\";s:4:\"rows\";a:1:{i:0;a:9:{i:0;s:1:\"6\";i:1;s:1:\"5\";i:2;s:1:\"7\";i:3;s:17:\"83.33333333333334\";i:4;s:1:\"0\";i:5;s:18:\"1.1666666666666667\";i:6;s:5:\"235.0\";i:7;s:3:\"0.0\";i:8;s:17:\"85.71428571428571\";}}s:10:\"sampleSize\";N;s:11:\"sampleSpace\";N;s:8:\"selfLink\";s:284:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:182978339&metrics=ga:uniquePageviews,ga:users,ga:pageviews,ga:BounceRate,ga:organicSearches,ga:pageviewsPerSession,ga:avgTimeOnPage,ga:avgPageLoadTime,ga:exitRate&filters=ga:pagePath%3D%3D/&start-date=30daysAgo&end-date=yesterday\";s:12:\"totalResults\";i:1;s:19:\"totalsForAllResults\";a:9:{s:18:\"ga:uniquePageviews\";s:1:\"6\";s:8:\"ga:users\";s:1:\"5\";s:12:\"ga:pageviews\";s:1:\"7\";s:13:\"ga:BounceRate\";s:17:\"83.33333333333334\";s:18:\"ga:organicSearches\";s:1:\"0\";s:22:\"ga:pageviewsPerSession\";s:18:\"1.1666666666666667\";s:16:\"ga:avgTimeOnPage\";s:5:\"235.0\";s:18:\"ga:avgPageLoadTime\";s:3:\"0.0\";s:11:\"ga:exitRate\";s:17:\"85.71428571428571\";}s:12:\"\0*\0modelData\";a:3:{s:5:\"query\";a:8:{s:10:\"start-date\";s:9:\"30daysAgo\";s:8:\"end-date\";s:9:\"yesterday\";s:3:\"ids\";s:12:\"ga:182978339\";s:7:\"metrics\";a:9:{i:0;s:18:\"ga:uniquePageviews\";i:1;s:8:\"ga:users\";i:2;s:12:\"ga:pageviews\";i:3;s:13:\"ga:BounceRate\";i:4;s:18:\"ga:organicSearches\";i:5;s:22:\"ga:pageviewsPerSession\";i:6;s:16:\"ga:avgTimeOnPage\";i:7;s:18:\"ga:avgPageLoadTime\";i:8;s:11:\"ga:exitRate\";}s:7:\"filters\";s:14:\"ga:pagePath==/\";s:11:\"start-index\";i:1;s:11:\"max-results\";i:1000;s:13:\"samplingLevel\";s:16:\"HIGHER_PRECISION\";}s:11:\"profileInfo\";a:6:{s:9:\"profileId\";s:9:\"182978339\";s:9:\"accountId\";s:8:\"38981657\";s:13:\"webPropertyId\";s:13:\"UA-38981657-2\";s:21:\"internalWebPropertyId\";s:9:\"185871232\";s:11:\"profileName\";s:17:\"All Web Site Data\";s:7:\"tableId\";s:12:\"ga:182978339\";}s:13:\"columnHeaders\";a:9:{i:0;a:3:{s:4:\"name\";s:18:\"ga:uniquePageviews\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}i:1;a:3:{s:4:\"name\";s:8:\"ga:users\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}i:2;a:3:{s:4:\"name\";s:12:\"ga:pageviews\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}i:3;a:3:{s:4:\"name\";s:13:\"ga:BounceRate\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"PERCENT\";}i:4;a:3:{s:4:\"name\";s:18:\"ga:organicSearches\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}i:5;a:3:{s:4:\"name\";s:22:\"ga:pageviewsPerSession\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:5:\"FLOAT\";}i:6;a:3:{s:4:\"name\";s:16:\"ga:avgTimeOnPage\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:4:\"TIME\";}i:7;a:3:{s:4:\"name\";s:18:\"ga:avgPageLoadTime\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:5:\"FLOAT\";}i:8;a:3:{s:4:\"name\";s:11:\"ga:exitRate\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"PERCENT\";}}}s:12:\"\0*\0processed\";a:0:{}}s:7:\"expires\";i:1539057600;}','no'),(42961,'classic-editor-replace','classic','yes'),(68261,'tva_flushed_permalinks','1','yes'),(35066,'tho_test_criteria_settings','a:9:{s:13:\"click_through\";i:1;s:16:\"scrolling_signal\";i:1;s:22:\"scrolling_signal_value\";s:2:\"30\";s:22:\"time_on_content_signal\";i:1;s:28:\"time_on_content_signal_value\";s:2:\"78\";s:23:\"enable_automatic_winner\";i:1;s:19:\"minimum_engagements\";s:3:\"200\";s:16:\"minimum_duration\";s:2:\"14\";s:23:\"chance_to_beat_original\";s:4:\"97.5\";}','yes'),(197448,'jetpack_site_icon_url','https://bestcerakoteflorida.com/wp-content/uploads/2018/09/cropped-HELM-soloEcho.png','yes'),(80181,'the_seo_framework_initial_db_version','3060','no'),(80182,'autodescription-updates-cache','a:1:{s:26:\"check_seo_plugin_conflicts\";i:0;}','yes'),(105500,'gadwp_cache_qr2_2546528217','a:2:{s:5:\"value\";O:31:\"Deconf_Service_Analytics_GaData\":24:{s:17:\"\0*\0collection_key\";s:4:\"rows\";s:25:\"\0*\0internal_gapi_mappings\";a:0:{}s:20:\"\0*\0columnHeadersType\";s:44:\"Deconf_Service_Analytics_GaDataColumnHeaders\";s:24:\"\0*\0columnHeadersDataType\";s:5:\"array\";s:19:\"containsSampledData\";b:0;s:16:\"\0*\0dataTableType\";s:40:\"Deconf_Service_Analytics_GaDataDataTable\";s:20:\"\0*\0dataTableDataType\";s:0:\"\";s:2:\"id\";s:157:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:182978339&dimensions=ga:date,ga:dayOfWeekName&metrics=ga:users&start-date=30daysAgo&end-date=yesterday\";s:12:\"itemsPerPage\";i:1000;s:4:\"kind\";s:16:\"analytics#gaData\";s:8:\"nextLink\";N;s:12:\"previousLink\";N;s:18:\"\0*\0profileInfoType\";s:42:\"Deconf_Service_Analytics_GaDataProfileInfo\";s:22:\"\0*\0profileInfoDataType\";s:0:\"\";s:12:\"\0*\0queryType\";s:36:\"Deconf_Service_Analytics_GaDataQuery\";s:16:\"\0*\0queryDataType\";s:0:\"\";s:4:\"rows\";a:30:{i:0;a:3:{i:0;s:8:\"20180913\";i:1;s:8:\"Thursday\";i:2;s:1:\"0\";}i:1;a:3:{i:0;s:8:\"20180914\";i:1;s:6:\"Friday\";i:2;s:1:\"0\";}i:2;a:3:{i:0;s:8:\"20180915\";i:1;s:8:\"Saturday\";i:2;s:1:\"0\";}i:3;a:3:{i:0;s:8:\"20180916\";i:1;s:6:\"Sunday\";i:2;s:1:\"0\";}i:4;a:3:{i:0;s:8:\"20180917\";i:1;s:6:\"Monday\";i:2;s:1:\"0\";}i:5;a:3:{i:0;s:8:\"20180918\";i:1;s:7:\"Tuesday\";i:2;s:1:\"0\";}i:6;a:3:{i:0;s:8:\"20180919\";i:1;s:9:\"Wednesday\";i:2;s:1:\"0\";}i:7;a:3:{i:0;s:8:\"20180920\";i:1;s:8:\"Thursday\";i:2;s:1:\"0\";}i:8;a:3:{i:0;s:8:\"20180921\";i:1;s:6:\"Friday\";i:2;s:1:\"0\";}i:9;a:3:{i:0;s:8:\"20180922\";i:1;s:8:\"Saturday\";i:2;s:1:\"0\";}i:10;a:3:{i:0;s:8:\"20180923\";i:1;s:6:\"Sunday\";i:2;s:1:\"0\";}i:11;a:3:{i:0;s:8:\"20180924\";i:1;s:6:\"Monday\";i:2;s:1:\"0\";}i:12;a:3:{i:0;s:8:\"20180925\";i:1;s:7:\"Tuesday\";i:2;s:1:\"0\";}i:13;a:3:{i:0;s:8:\"20180926\";i:1;s:9:\"Wednesday\";i:2;s:1:\"0\";}i:14;a:3:{i:0;s:8:\"20180927\";i:1;s:8:\"Thursday\";i:2;s:1:\"0\";}i:15;a:3:{i:0;s:8:\"20180928\";i:1;s:6:\"Friday\";i:2;s:1:\"0\";}i:16;a:3:{i:0;s:8:\"20180929\";i:1;s:8:\"Saturday\";i:2;s:1:\"0\";}i:17;a:3:{i:0;s:8:\"20180930\";i:1;s:6:\"Sunday\";i:2;s:1:\"0\";}i:18;a:3:{i:0;s:8:\"20181001\";i:1;s:6:\"Monday\";i:2;s:1:\"0\";}i:19;a:3:{i:0;s:8:\"20181002\";i:1;s:7:\"Tuesday\";i:2;s:1:\"0\";}i:20;a:3:{i:0;s:8:\"20181003\";i:1;s:9:\"Wednesday\";i:2;s:1:\"0\";}i:21;a:3:{i:0;s:8:\"20181004\";i:1;s:8:\"Thursday\";i:2;s:1:\"0\";}i:22;a:3:{i:0;s:8:\"20181005\";i:1;s:6:\"Friday\";i:2;s:1:\"0\";}i:23;a:3:{i:0;s:8:\"20181006\";i:1;s:8:\"Saturday\";i:2;s:1:\"0\";}i:24;a:3:{i:0;s:8:\"20181007\";i:1;s:6:\"Sunday\";i:2;s:1:\"6\";}i:25;a:3:{i:0;s:8:\"20181008\";i:1;s:6:\"Monday\";i:2;s:1:\"6\";}i:26;a:3:{i:0;s:8:\"20181009\";i:1;s:7:\"Tuesday\";i:2;s:1:\"0\";}i:27;a:3:{i:0;s:8:\"20181010\";i:1;s:9:\"Wednesday\";i:2;s:1:\"0\";}i:28;a:3:{i:0;s:8:\"20181011\";i:1;s:8:\"Thursday\";i:2;s:1:\"0\";}i:29;a:3:{i:0;s:8:\"20181012\";i:1;s:6:\"Friday\";i:2;s:1:\"0\";}}s:10:\"sampleSize\";N;s:11:\"sampleSpace\";N;s:8:\"selfLink\";s:157:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:182978339&dimensions=ga:date,ga:dayOfWeekName&metrics=ga:users&start-date=30daysAgo&end-date=yesterday\";s:12:\"totalResults\";i:30;s:19:\"totalsForAllResults\";a:1:{s:8:\"ga:users\";s:2:\"12\";}s:12:\"\0*\0modelData\";a:3:{s:5:\"query\";a:8:{s:10:\"start-date\";s:9:\"30daysAgo\";s:8:\"end-date\";s:9:\"yesterday\";s:3:\"ids\";s:12:\"ga:182978339\";s:10:\"dimensions\";s:24:\"ga:date,ga:dayOfWeekName\";s:7:\"metrics\";a:1:{i:0;s:8:\"ga:users\";}s:11:\"start-index\";i:1;s:11:\"max-results\";i:1000;s:13:\"samplingLevel\";s:16:\"HIGHER_PRECISION\";}s:11:\"profileInfo\";a:6:{s:9:\"profileId\";s:9:\"182978339\";s:9:\"accountId\";s:8:\"38981657\";s:13:\"webPropertyId\";s:13:\"UA-38981657-2\";s:21:\"internalWebPropertyId\";s:9:\"185871232\";s:11:\"profileName\";s:17:\"All Web Site Data\";s:7:\"tableId\";s:12:\"ga:182978339\";}s:13:\"columnHeaders\";a:3:{i:0;a:3:{s:4:\"name\";s:7:\"ga:date\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:1;a:3:{s:4:\"name\";s:16:\"ga:dayOfWeekName\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:2;a:3:{s:4:\"name\";s:8:\"ga:users\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}}}s:12:\"\0*\0processed\";a:0:{}}s:7:\"expires\";i:1539489600;}','no'),(120440,'external_updates-thrive-product-manager','O:8:\"stdClass\":3:{s:9:\"lastCheck\";i:1581405143;s:14:\"checkedVersion\";s:5:\"1.2.1\";s:6:\"update\";O:8:\"stdClass\":6:{s:2:\"id\";i:0;s:4:\"slug\";s:22:\"thrive-product-manager\";s:7:\"version\";s:5:\"1.2.1\";s:8:\"homepage\";N;s:12:\"download_url\";s:113:\"http://2c0fedc83157f02ada22-41873bbf94a0f18ee40f3b2aa324e2ee.r38.cf5.rackcdn.com/thrive-product-manager-1.2.1.zip\";s:14:\"upgrade_notice\";s:0:\"\";}}','no'),(62647,'thrive-template-version','1535703271','yes'),(62648,'thrive_theme_setup','1','yes'),(1381,'jetpack_sync_settings_max_queue_size','1000','yes'),(1357,'jetpack_activated','1','yes'),(1360,'jetpack_activation_source','a:2:{i:0;s:4:\"list\";i:1;N;}','yes'),(1361,'jetpack_sync_settings_disable','0','yes'),(2955,'woocommerce_stripe_settings','a:23:{s:7:\"enabled\";s:3:\"yes\";s:5:\"title\";s:20:\"Credit Card (Stripe)\";s:11:\"description\";s:37:\"Pay with your credit card via Stripe.\";s:7:\"webhook\";s:0:\"\";s:8:\"testmode\";s:3:\"yes\";s:20:\"test_publishable_key\";s:32:\"pk_test_ePHAMF9Fl7BK18RvUbMUAjOW\";s:15:\"test_secret_key\";s:32:\"sk_test_2rnO5Y8ZvU2L9NluCpulfpHk\";s:15:\"publishable_key\";s:0:\"\";s:10:\"secret_key\";s:0:\"\";s:14:\"inline_cc_form\";s:3:\"yes\";s:20:\"statement_descriptor\";s:0:\"\";s:7:\"capture\";s:3:\"yes\";s:14:\"three_d_secure\";s:3:\"yes\";s:15:\"stripe_checkout\";s:3:\"yes\";s:21:\"stripe_checkout_image\";s:77:\"https://bestcerakoteflorida.com/wp-content/uploads/2018/06/finishstrong-3.jpg\";s:27:\"stripe_checkout_description\";s:28:\"The Best Cerakote In Florida\";s:15:\"payment_request\";s:3:\"yes\";s:27:\"payment_request_button_type\";s:3:\"buy\";s:28:\"payment_request_button_theme\";s:4:\"dark\";s:29:\"payment_request_button_height\";s:2:\"44\";s:11:\"saved_cards\";s:3:\"yes\";s:7:\"logging\";s:2:\"no\";s:20:\"apple_pay_domain_set\";s:3:\"yes\";}','yes'),(407031,'wc_stripe_version','4.3.0','yes'),(1313,'_transient_shipping-transient-version','1528578434','yes'),(120178,'tva_is_demo_content_updated','1','yes'),(120138,'tva_updated_settings','1','yes'),(120139,'tva_updated_next_prev_labels','1','yes'),(120141,'tva_search_option_updated','1','yes'),(397038,'wc_admin_version','0.20.1','yes'),(271923,'wc_admin_last_orders_milestone','0','yes'),(213347,'antispambee_db_version','1','yes'),(221513,'bodhi_svgs_plugin_version','2.3.15','yes'),(245904,'_amn_exact-metrics_to_check','1574542307','yes'),(166,'antispam_bee','a:0:{}','no'),(152,'recently_activated','a:0:{}','yes'),(639,'micro_revisions_version','5.2.1.3','yes'),(855,'woocommerce_store_address','5762 NW Cone Street','yes'),(856,'woocommerce_store_address_2','','yes'),(857,'woocommerce_store_city','Port Saint Lucie','yes'),(858,'woocommerce_default_country','US:FL','yes'),(859,'woocommerce_store_postcode','34986','yes'),(860,'woocommerce_allowed_countries','specific','yes'),(861,'woocommerce_all_except_countries','a:0:{}','yes'),(862,'woocommerce_specific_allowed_countries','a:1:{i:0;s:2:\"US\";}','yes'),(863,'woocommerce_ship_to_countries','','yes'),(864,'woocommerce_specific_ship_to_countries','a:0:{}','yes'),(865,'woocommerce_default_customer_address','geolocation','yes'),(866,'woocommerce_calc_taxes','yes','yes'),(867,'woocommerce_enable_coupons','yes','yes'),(868,'woocommerce_calc_discounts_sequentially','no','no'),(869,'woocommerce_currency','USD','yes'),(870,'woocommerce_currency_pos','left','yes'),(871,'woocommerce_price_thousand_sep',',','yes'),(872,'woocommerce_price_decimal_sep','.','yes'),(873,'woocommerce_price_num_decimals','2','yes'),(874,'woocommerce_shop_page_id','92','yes'),(875,'woocommerce_cart_redirect_after_add','no','yes'),(876,'woocommerce_enable_ajax_add_to_cart','yes','yes'),(877,'woocommerce_weight_unit','lbs','yes'),(878,'woocommerce_dimension_unit','in','yes'),(879,'woocommerce_enable_reviews','yes','yes'),(880,'woocommerce_review_rating_verification_label','yes','no'),(881,'woocommerce_review_rating_verification_required','yes','no'),(882,'woocommerce_enable_review_rating','yes','yes'),(883,'woocommerce_review_rating_required','yes','no'),(884,'woocommerce_manage_stock','yes','yes'),(885,'woocommerce_hold_stock_minutes','60','no'),(886,'woocommerce_notify_low_stock','yes','no'),(887,'woocommerce_notify_no_stock','yes','no'),(888,'woocommerce_stock_email_recipient','admin@bestcerakoteflorida.com','no'),(889,'woocommerce_notify_low_stock_amount','2','no'),(890,'woocommerce_notify_no_stock_amount','0','yes'),(891,'woocommerce_hide_out_of_stock_items','no','yes'),(892,'woocommerce_stock_format','','yes'),(893,'woocommerce_file_download_method','force','no'),(894,'woocommerce_downloads_require_login','no','no'),(895,'woocommerce_downloads_grant_access_after_payment','yes','no'),(896,'woocommerce_prices_include_tax','no','yes'),(897,'woocommerce_tax_based_on','shipping','yes'),(898,'woocommerce_shipping_tax_class','','yes'),(899,'woocommerce_tax_round_at_subtotal','no','yes'),(901,'woocommerce_tax_display_shop','excl','yes'),(902,'woocommerce_tax_display_cart','excl','yes'),(903,'woocommerce_price_display_suffix','','yes'),(904,'woocommerce_tax_total_display','single','no'),(905,'woocommerce_enable_shipping_calc','yes','no'),(906,'woocommerce_shipping_cost_requires_address','no','yes'),(907,'woocommerce_ship_to_destination','billing','no'),(908,'woocommerce_shipping_debug_mode','no','yes'),(909,'woocommerce_enable_guest_checkout','yes','no'),(910,'woocommerce_enable_checkout_login_reminder','no','no'),(911,'woocommerce_enable_signup_and_login_from_checkout','no','no'),(912,'woocommerce_enable_myaccount_registration','no','no'),(913,'woocommerce_registration_generate_username','yes','no'),(914,'woocommerce_registration_generate_password','yes','no'),(915,'woocommerce_erasure_request_removes_order_data','no','no'),(916,'woocommerce_erasure_request_removes_download_data','no','no'),(917,'woocommerce_registration_privacy_policy_text','Your personal data will be used to support your experience throughout this website, to manage access to your account, and for other purposes described in our [privacy_policy].','yes'),(169,'microthemer_ui_settings','a:7:{s:11:\"non_section\";a:11:{s:4:\"meta\";a:2:{s:11:\"user_action\";s:522:\"{\"items\":[\"draft mode disabled (changes published)\"],\"icon\":\"draft-mode lg-icon\",\"pathTT_html\":\"\",\"icon_html\":\"<span class=\\\"h-i no-click draft-mode lg-icon\\\" ></span>\",\"target_depth\":\"draft mode disabled (changes published)\",\"main_class\":\"\",\"targ_and_val\":\"<span class=\\\"his-items\\\"><span>draft mode disabled (changes published)</span></span>\",\"html\":\"<span class=\\\"history-item history_draft_mode_disabled_changes_published\\\"><span class=\\\"his-items\\\"><span>draft mode disabled (changes published)</span></span></span>\"}\";s:20:\"last_viewed_selector\";s:27:\"opts-general-page_heading_1\";}s:9:\"css_focus\";s:12:\"all-browsers\";s:14:\"hand_coded_css\";s:0:\"\";s:6:\"ie_css\";a:4:{s:3:\"all\";s:0:\"\";s:4:\"nine\";s:0:\"\";s:5:\"eight\";s:0:\"\";s:5:\"seven\";s:0:\"\";}s:2:\"js\";s:0:\"\";s:12:\"device_focus\";s:11:\"all-devices\";s:10:\"view_state\";a:6:{s:7:\"general\";a:3:{s:4:\"this\";s:1:\"0\";s:14:\"tcb_cols_4_tve\";s:1:\"2\";s:14:\"page_heading_1\";s:1:\"1\";}s:6:\"header\";a:1:{s:4:\"this\";s:1:\"0\";}s:9:\"main_menu\";a:1:{s:4:\"this\";s:1:\"0\";}s:7:\"content\";a:1:{s:4:\"this\";s:1:\"0\";}s:7:\"sidebar\";a:1:{s:4:\"this\";s:1:\"0\";}s:6:\"footer\";a:1:{s:4:\"this\";s:1:\"0\";}}s:16:\"adv_wizard_focus\";s:12:\"css-computed\";s:14:\"active_queries\";a:4:{s:14:\"5b024a17083fd1\";a:2:{s:5:\"label\";s:13:\"Large Desktop\";s:5:\"query\";s:26:\"@media (min-width: 1200px)\";}s:14:\"5b024a17083fd2\";a:2:{s:5:\"label\";s:16:\"Desktop & Tablet\";s:5:\"query\";s:48:\"@media (min-width: 768px) and (max-width: 979px)\";}s:14:\"5b024a17083fd3\";a:2:{s:5:\"label\";s:14:\"Tablet & Phone\";s:5:\"query\";s:25:\"@media (max-width: 767px)\";}s:14:\"5b024a17083fd4\";a:2:{s:5:\"label\";s:5:\"Phone\";s:5:\"query\";s:25:\"@media (max-width: 480px)\";}}s:13:\"active_events\";s:0:\"\";s:14:\"last_save_time\";i:1527352523;}s:7:\"general\";a:3:{s:4:\"this\";a:1:{s:5:\"label\";s:7:\"General\";}s:14:\"tcb_cols_4_tve\";a:2:{s:5:\"label\";s:39:\"Tcb cols 4 tve|.tcb--cols--4 .tve_image\";s:8:\"pg_focus\";s:4:\"font\";}s:14:\"page_heading_1\";a:3:{s:5:\"label\";s:23:\"Page heading 1|.page h1\";s:8:\"pg_focus\";s:4:\"font\";s:6:\"styles\";a:1:{s:4:\"font\";a:9:{s:11:\"font_family\";s:0:\"\";s:11:\"google_font\";s:0:\"\";s:5:\"color\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:10:\"font_style\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";s:12:\"font_variant\";s:0:\"\";}}}}s:6:\"header\";a:1:{s:4:\"this\";a:1:{s:5:\"label\";s:6:\"Header\";}}s:9:\"main_menu\";a:1:{s:4:\"this\";a:1:{s:5:\"label\";s:9:\"Main Menu\";}}s:7:\"content\";a:1:{s:4:\"this\";a:1:{s:5:\"label\";s:7:\"Content\";}}s:7:\"sidebar\";a:1:{s:4:\"this\";a:1:{s:5:\"label\";s:7:\"Sidebar\";}}s:6:\"footer\";a:1:{s:4:\"this\";a:1:{s:5:\"label\";s:6:\"Footer\";}}}','no'),(170,'preferences_themer_loader','a:79:{s:13:\"css_important\";i:1;s:19:\"selname_code_synced\";i:0;s:15:\"wizard_expanded\";i:0;s:16:\"show_code_editor\";i:0;s:18:\"code_manual_resize\";i:0;s:17:\"dock_wizard_right\";i:0;s:13:\"hover_inspect\";i:0;s:10:\"allow_scss\";i:0;s:4:\"gzip\";i:1;s:9:\"ie_notice\";i:1;s:18:\"show_extra_actions\";i:0;s:22:\"default_sug_values_set\";i:1;s:10:\"minify_css\";i:0;s:11:\"dark_editor\";i:0;s:10:\"draft_mode\";i:0;s:15:\"draft_mode_uids\";a:0:{}s:12:\"color_as_hex\";i:0;s:14:\"pie_by_default\";i:0;s:17:\"admin_bar_preview\";i:1;s:18:\"admin_bar_shortcut\";i:1;s:18:\"top_level_shortcut\";i:1;s:14:\"first_and_last\";i:0;s:25:\"all_devices_default_width\";s:0:\"\";s:17:\"returned_ajax_msg\";s:0:\"\";s:22:\"returned_ajax_msg_seen\";i:1;s:9:\"edge_mode\";i:0;s:11:\"edge_config\";a:0:{}s:13:\"tooltip_delay\";i:500;s:15:\"clean_uninstall\";i:0;s:8:\"my_props\";a:13:{s:10:\"sug_values\";a:72:{s:11:\"font_family\";a:3:{s:6:\"recent\";a:5:{i:0;s:10:\"sans-serif\";i:1;s:63:\"\"Sukhumvit Set\", \"Helvetica Neue\", Helvetica, Arial, sans-serif\";i:2;s:64:\"\"Libre Franklin\", \"Helvetica Neue\", helvetica, arial, sans-serif\";i:3;s:17:\"Arial, sans-serif\";i:4;s:20:\"monospace, monospace\";}s:7:\"sampled\";a:15:{i:0;s:73:\"\"Apple SD Gothic Neo\", \"Malgun Gothic\", \"Nanum Gothic\", Dotum, sans-serif\";i:1;s:33:\"\"Arial Hebrew\", Arial, sans-serif\";i:2;s:17:\"Arial, sans-serif\";i:3;s:38:\"\"Courier 10 Pitch\", Courier, monospace\";i:4;s:46:\"\"Helvetica Neue\", Helvetica, Arial, sans-serif\";i:5;s:58:\"\"Helvetica Neue\", Helvetica, \"Segoe UI\", Arial, sans-serif\";i:6;s:46:\"\"Hiragino Kaku Gothic Pro\", Meiryo, sans-serif\";i:7;s:64:\"\"Libre Franklin\", \"Helvetica Neue\", helvetica, arial, sans-serif\";i:8;s:62:\"Monaco, Consolas, \"Andale Mono\", \"DejaVu Sans Mono\", monospace\";i:9;s:78:\"\"PingFang SC\", \"Helvetica Neue\", Helvetica, STHeitiSC-Light, Arial, sans-serif\";i:10;s:78:\"\"PingFang TC\", \"Helvetica Neue\", Helvetica, STHeitiTC-Light, Arial, sans-serif\";i:11;s:63:\"\"Sukhumvit Set\", \"Helvetica Neue\", Helvetica, Arial, sans-serif\";i:12;s:25:\"Tahoma, Arial, sans-serif\";i:13;s:20:\"monospace, monospace\";i:14;s:10:\"sans-serif\";}s:5:\"saved\";a:0:{}}s:11:\"google_font\";a:3:{s:6:\"recent\";a:0:{}s:7:\"sampled\";a:0:{}s:5:\"saved\";a:0:{}}s:5:\"color\";a:3:{s:6:\"recent\";a:12:{i:0;s:15:\"rgb(51, 51, 51)\";i:1;s:18:\"rgb(187, 187, 187)\";i:2;s:15:\"rgb(34, 34, 34)\";i:3;s:16:\"rgba(0, 0, 0, 0)\";i:4;s:18:\"rgb(118, 118, 118)\";i:5;s:18:\"rgb(238, 238, 238)\";i:6;s:18:\"rgb(255, 255, 255)\";i:7;s:18:\"rgb(102, 102, 102)\";i:8;s:18:\"rgb(221, 221, 221)\";i:9;s:24:\"rgba(255, 255, 255, 0.6)\";i:10;s:16:\"rgb(0, 133, 186)\";i:11;s:24:\"rgba(255, 255, 255, 0.8)\";}s:7:\"sampled\";a:22:{i:0;s:12:\"rgb(0, 0, 0)\";i:1;s:16:\"rgb(0, 133, 186)\";i:2;s:18:\"rgb(102, 102, 102)\";i:3;s:18:\"rgb(118, 118, 118)\";i:4;s:15:\"rgb(15, 15, 15)\";i:5;s:18:\"rgb(170, 170, 170)\";i:6;s:18:\"rgb(187, 187, 187)\";i:7;s:18:\"rgb(221, 221, 221)\";i:8;s:18:\"rgb(238, 238, 238)\";i:9;s:18:\"rgb(241, 241, 241)\";i:10;s:18:\"rgb(250, 250, 250)\";i:11;s:18:\"rgb(255, 255, 255)\";i:12;s:17:\"rgb(33, 117, 155)\";i:13;s:15:\"rgb(34, 34, 34)\";i:14;s:15:\"rgb(51, 51, 51)\";i:15;s:15:\"rgb(85, 85, 85)\";i:16;s:16:\"rgba(0, 0, 0, 0)\";i:17;s:18:\"rgba(0, 0, 0, 0.6)\";i:18;s:24:\"rgba(255, 255, 255, 0.6)\";i:19;s:24:\"rgba(255, 255, 255, 0.8)\";i:20;s:21:\"rgba(34, 34, 34, 0.5)\";i:21;s:21:\"rgba(34, 34, 34, 0.8)\";}s:5:\"saved\";a:0:{}}s:9:\"font_size\";a:3:{s:6:\"recent\";a:0:{}s:7:\"sampled\";a:15:{i:0;s:4:\"100%\";i:1;s:4:\"125%\";i:2;s:3:\"1em\";i:3;s:4:\"16px\";i:4;s:8:\"0.625rem\";i:5;s:9:\"0.6875rem\";i:6;s:9:\"0.8125rem\";i:7;s:8:\"0.875rem\";i:8;s:9:\"0.9375rem\";i:9;s:4:\"1rem\";i:10;s:8:\"1.125rem\";i:11;s:7:\"1.25rem\";i:12;s:8:\"1.375rem\";i:13;s:6:\"1.5rem\";i:14;s:8:\"1.625rem\";}s:5:\"saved\";a:0:{}}s:11:\"text_indent\";a:3:{s:6:\"recent\";a:0:{}s:7:\"sampled\";a:0:{}s:5:\"saved\";a:0:{}}s:12:\"word_spacing\";a:3:{s:6:\"recent\";a:0:{}s:7:\"sampled\";a:0:{}s:5:\"saved\";a:0:{}}s:14:\"letter_spacing\";a:3:{s:6:\"recent\";a:0:{}s:7:\"sampled\";a:7:{i:0;s:6:\"0.08em\";i:1;s:6:\"0.14em\";i:2;s:6:\"0.15em\";i:3;s:6:\"0.18em\";i:4;s:8:\"0.1818em\";i:5;s:3:\"0px\";i:6;s:3:\"1px\";}s:5:\"saved\";a:0:{}}s:16:\"list_style_image\";a:3:{s:6:\"recent\";a:0:{}s:7:\"sampled\";a:0:{}s:5:\"saved\";a:0:{}}s:11:\"text_shadow\";a:0:{}s:10:\"box_shadow\";a:0:{}s:16:\"background_image\";a:3:{s:6:\"recent\";a:0:{}s:7:\"sampled\";a:0:{}s:5:\"saved\";a:0:{}}s:19:\"background_position\";a:3:{s:6:\"recent\";a:0:{}s:7:\"sampled\";a:2:{i:0;s:5:\"0% 0%\";i:1;s:13:\"center center\";}s:5:\"saved\";a:0:{}}s:15:\"background_size\";a:3:{s:6:\"recent\";a:0:{}s:7:\"sampled\";a:2:{i:0;s:4:\"auto\";i:1;s:5:\"cover\";}s:5:\"saved\";a:0:{}}s:5:\"width\";a:3:{s:6:\"recent\";a:0:{}s:7:\"sampled\";a:15:{i:0;s:3:\"34%\";i:1;s:3:\"36%\";i:2;s:3:\"48%\";i:3;s:3:\"50%\";i:4;s:3:\"58%\";i:5;s:3:\"62%\";i:6;s:4:\"100%\";i:7;s:4:\"auto\";i:8;s:3:\"1em\";i:9;s:3:\"2em\";i:10;s:3:\"1px\";i:11;s:4:\"20px\";i:12;s:4:\"24px\";i:13;s:4:\"32px\";i:14;s:4:\"50px\";}s:5:\"saved\";a:0:{}}s:6:\"height\";a:3:{s:6:\"recent\";a:0:{}s:7:\"sampled\";a:15:{i:0;s:4:\"100%\";i:1;s:4:\"auto\";i:2;s:10:\"0.666667em\";i:3;s:3:\"1em\";i:4;s:3:\"3em\";i:5;s:3:\"0px\";i:6;s:3:\"1px\";i:7;s:4:\"18px\";i:8;s:4:\"20px\";i:9;s:4:\"22px\";i:10;s:4:\"30px\";i:11;s:4:\"40px\";i:12;s:4:\"50px\";i:13;s:4:\"75vh\";i:14;s:5:\"100vh\";}s:5:\"saved\";a:0:{}}s:7:\"padding\";a:0:{}s:6:\"margin\";a:0:{}s:12:\"border_width\";a:0:{}s:13:\"border_radius\";a:0:{}s:3:\"top\";a:3:{s:6:\"recent\";a:0:{}s:7:\"sampled\";a:15:{i:0;s:3:\"50%\";i:1;s:9:\"-0.0625em\";i:2;s:6:\"-0.5em\";i:3;s:4:\"-2px\";i:4;s:4:\"auto\";i:5;s:5:\"0.4em\";i:6;s:6:\"1.65em\";i:7;s:3:\"0px\";i:8;s:3:\"2px\";i:9;s:3:\"3px\";i:10;s:3:\"5px\";i:11;s:4:\"12px\";i:12;s:4:\"30px\";i:13;s:4:\"62px\";i:14;s:5:\"100px\";}s:5:\"saved\";a:0:{}}s:6:\"bottom\";a:3:{s:6:\"recent\";a:0:{}s:7:\"sampled\";a:6:{i:0;s:7:\"-0.25em\";i:1;s:4:\"-1px\";i:2;s:4:\"auto\";i:3;s:3:\"1em\";i:4;s:3:\"0px\";i:5;s:3:\"3px\";}s:5:\"saved\";a:0:{}}s:4:\"left\";a:3:{s:6:\"recent\";a:0:{}s:7:\"sampled\";a:15:{i:0;s:3:\"50%\";i:1;s:4:\"100%\";i:2;s:6:\"-1.5em\";i:3;s:7:\"-1.25em\";i:4;s:4:\"-2em\";i:5;s:6:\"-999em\";i:6;s:6:\"-2.5em\";i:7;s:5:\"-45px\";i:8;s:5:\"-65px\";i:9;s:4:\"auto\";i:10;s:5:\"0.5em\";i:11;s:3:\"1em\";i:12;s:3:\"0px\";i:13;s:3:\"5px\";i:14;s:4:\"30px\";}s:5:\"saved\";a:0:{}}s:5:\"right\";a:3:{s:6:\"recent\";a:0:{}s:7:\"sampled\";a:7:{i:0;s:6:\"-0.5em\";i:1;s:4:\"-2em\";i:2;s:4:\"auto\";i:3;s:3:\"1em\";i:4;s:3:\"0px\";i:5;s:3:\"3px\";i:6;s:4:\"30px\";}s:5:\"saved\";a:0:{}}s:14:\"animation_name\";a:3:{s:6:\"recent\";a:0:{}s:7:\"sampled\";a:0:{}s:5:\"saved\";a:0:{}}s:18:\"animation_duration\";a:3:{s:6:\"recent\";a:0:{}s:7:\"sampled\";a:0:{}s:5:\"saved\";a:0:{}}s:25:\"animation_timing_function\";a:3:{s:6:\"recent\";a:0:{}s:7:\"sampled\";a:0:{}s:5:\"saved\";a:0:{}}s:15:\"animation_delay\";a:3:{s:6:\"recent\";a:0:{}s:7:\"sampled\";a:0:{}s:5:\"saved\";a:0:{}}s:25:\"animation_iteration_count\";a:3:{s:6:\"recent\";a:0:{}s:7:\"sampled\";a:0:{}s:5:\"saved\";a:0:{}}s:19:\"animation_direction\";a:0:{}s:19:\"animation_fill_mode\";a:0:{}s:20:\"animation_play_state\";a:0:{}s:19:\"transition_property\";a:3:{s:6:\"recent\";a:0:{}s:7:\"sampled\";a:0:{}s:5:\"saved\";a:0:{}}s:19:\"transition_duration\";a:3:{s:6:\"recent\";a:0:{}s:7:\"sampled\";a:0:{}s:5:\"saved\";a:0:{}}s:26:\"transition_timing_function\";a:3:{s:6:\"recent\";a:0:{}s:7:\"sampled\";a:0:{}s:5:\"saved\";a:0:{}}s:16:\"transition_delay\";a:3:{s:6:\"recent\";a:0:{}s:7:\"sampled\";a:0:{}s:5:\"saved\";a:0:{}}s:11:\"line_height\";a:3:{s:6:\"recent\";a:0:{}s:7:\"sampled\";a:14:{i:0;s:1:\"0\";i:1;s:1:\"1\";i:2;s:4:\"1.15\";i:3;s:3:\"1.2\";i:4;s:4:\"1.25\";i:5;s:3:\"1.3\";i:6;s:3:\"1.4\";i:7;s:3:\"1.5\";i:8;s:3:\"1.6\";i:9;s:4:\"1.65\";i:10;s:4:\"1.66\";i:11;s:3:\"1.7\";i:12;s:3:\"1.8\";i:13;s:6:\"normal\";}s:5:\"saved\";a:0:{}}s:13:\"text_shadow_x\";a:3:{s:6:\"recent\";a:0:{}s:7:\"sampled\";a:0:{}s:5:\"saved\";a:0:{}}s:13:\"text_shadow_y\";a:3:{s:6:\"recent\";a:0:{}s:7:\"sampled\";a:0:{}s:5:\"saved\";a:0:{}}s:16:\"text_shadow_blur\";a:3:{s:6:\"recent\";a:0:{}s:7:\"sampled\";a:0:{}s:5:\"saved\";a:0:{}}s:12:\"box_shadow_x\";a:3:{s:6:\"recent\";a:0:{}s:7:\"sampled\";a:1:{i:0;s:3:\"0px\";}s:5:\"saved\";a:0:{}}s:12:\"box_shadow_y\";a:3:{s:6:\"recent\";a:0:{}s:7:\"sampled\";a:2:{i:0;s:4:\"-1px\";i:1;s:3:\"0px\";}s:5:\"saved\";a:0:{}}s:15:\"box_shadow_blur\";a:3:{s:6:\"recent\";a:0:{}s:7:\"sampled\";a:2:{i:0;s:3:\"0px\";i:1;s:3:\"2px\";}s:5:\"saved\";a:0:{}}s:17:\"box_shadow_spread\";a:3:{s:6:\"recent\";a:0:{}s:7:\"sampled\";a:2:{i:0;s:3:\"2px\";i:1;s:3:\"8px\";}s:5:\"saved\";a:0:{}}s:9:\"min_width\";a:3:{s:6:\"recent\";a:0:{}s:7:\"sampled\";a:1:{i:0;s:5:\"100vw\";}s:5:\"saved\";a:0:{}}s:9:\"max_width\";a:3:{s:6:\"recent\";a:0:{}s:7:\"sampled\";a:14:{i:0;s:6:\"11.11%\";i:1;s:5:\"12.5%\";i:2;s:6:\"14.28%\";i:3;s:6:\"16.66%\";i:4;s:3:\"20%\";i:5;s:3:\"25%\";i:6;s:6:\"33.33%\";i:7;s:3:\"50%\";i:8;s:4:\"100%\";i:9;s:5:\"1000%\";i:10;s:5:\"350px\";i:11;s:5:\"700px\";i:12;s:5:\"740px\";i:13;s:6:\"1000px\";}s:5:\"saved\";a:0:{}}s:10:\"min_height\";a:3:{s:6:\"recent\";a:0:{}s:7:\"sampled\";a:1:{i:0;s:4:\"100%\";}s:5:\"saved\";a:0:{}}s:10:\"max_height\";a:3:{s:6:\"recent\";a:0:{}s:7:\"sampled\";a:4:{i:0;s:4:\"100%\";i:1;s:4:\"80px\";i:2;s:5:\"200px\";i:3;s:6:\"1200px\";}s:5:\"saved\";a:0:{}}s:11:\"padding_top\";a:3:{s:6:\"recent\";a:0:{}s:7:\"sampled\";a:15:{i:0;s:6:\"0.25em\";i:1;s:6:\"0.35em\";i:2;s:5:\"0.4em\";i:3;s:5:\"0.5em\";i:4;s:5:\"0.7em\";i:5;s:6:\"0.75em\";i:6;s:3:\"1em\";i:7;s:5:\"1.5em\";i:8;s:6:\"1.75em\";i:9;s:3:\"2em\";i:10;s:5:\"2.5em\";i:11;s:3:\"3em\";i:12;s:3:\"0px\";i:13;s:3:\"2px\";i:14;s:4:\"15px\";}s:5:\"saved\";a:0:{}}s:13:\"padding_right\";a:3:{s:6:\"recent\";a:0:{}s:7:\"sampled\";a:15:{i:0;s:5:\"0.2em\";i:1;s:5:\"0.4em\";i:2;s:5:\"0.5em\";i:3;s:7:\"0.625em\";i:4;s:5:\"0.7em\";i:5;s:6:\"0.75em\";i:6;s:3:\"1em\";i:7;s:6:\"1.25em\";i:8;s:5:\"1.5em\";i:9;s:5:\"1.6em\";i:10;s:7:\"1.695em\";i:11;s:3:\"2em\";i:12;s:3:\"3em\";i:13;s:3:\"0px\";i:14;s:4:\"10px\";}s:5:\"saved\";a:0:{}}s:14:\"padding_bottom\";a:3:{s:6:\"recent\";a:0:{}s:7:\"sampled\";a:15:{i:0;s:6:\"0.25em\";i:1;s:8:\"0.3125em\";i:2;s:5:\"0.4em\";i:3;s:5:\"0.5em\";i:4;s:5:\"0.7em\";i:5;s:6:\"0.75em\";i:6;s:3:\"1em\";i:7;s:5:\"1.5em\";i:8;s:5:\"1.6em\";i:9;s:3:\"2em\";i:10;s:3:\"3em\";i:11;s:3:\"4em\";i:12;s:3:\"0px\";i:13;s:3:\"2px\";i:14;s:4:\"14px\";}s:5:\"saved\";a:0:{}}s:12:\"padding_left\";a:3:{s:6:\"recent\";a:0:{}s:7:\"sampled\";a:15:{i:0;s:5:\"0.4em\";i:1;s:5:\"0.5em\";i:2;s:7:\"0.625em\";i:3;s:5:\"0.7em\";i:4;s:6:\"0.75em\";i:5;s:3:\"1em\";i:6;s:6:\"1.25em\";i:7;s:5:\"1.5em\";i:8;s:5:\"1.6em\";i:9;s:7:\"1.695em\";i:10;s:3:\"2em\";i:11;s:5:\"2.5em\";i:12;s:3:\"3em\";i:13;s:3:\"0px\";i:14;s:3:\"2px\";}s:5:\"saved\";a:0:{}}s:10:\"margin_top\";a:3:{s:6:\"recent\";a:0:{}s:7:\"sampled\";a:14:{i:0;s:4:\"-1px\";i:1;s:4:\"-9px\";i:2;s:4:\"auto\";i:3;s:5:\"0.3em\";i:4;s:5:\"0.5em\";i:5;s:6:\"0.67em\";i:6;s:8:\"0.8075em\";i:7;s:3:\"1em\";i:8;s:5:\"1.5em\";i:9;s:3:\"2em\";i:10;s:3:\"3em\";i:11;s:3:\"0px\";i:12;s:3:\"1px\";i:13;s:3:\"4px\";}s:5:\"saved\";a:0:{}}s:12:\"margin_right\";a:3:{s:6:\"recent\";a:0:{}s:7:\"sampled\";a:11:{i:0;s:4:\"-20%\";i:1;s:6:\"-72.5%\";i:2;s:6:\"-17.5%\";i:3;s:4:\"auto\";i:4;s:5:\"0.5em\";i:5;s:3:\"1em\";i:6;s:5:\"1.5em\";i:7;s:3:\"0px\";i:8;s:3:\"2px\";i:9;s:3:\"4px\";i:10;s:4:\"10px\";}s:5:\"saved\";a:0:{}}s:13:\"margin_bottom\";a:3:{s:6:\"recent\";a:0:{}s:7:\"sampled\";a:15:{i:0;s:4:\"-1px\";i:1;s:4:\"auto\";i:2;s:5:\"0.4em\";i:3;s:5:\"0.5em\";i:4;s:6:\"0.67em\";i:5;s:6:\"0.75em\";i:6;s:3:\"1em\";i:7;s:5:\"1.2em\";i:8;s:5:\"1.5em\";i:9;s:5:\"1.6em\";i:10;s:3:\"2em\";i:11;s:3:\"3em\";i:12;s:3:\"4em\";i:13;s:3:\"0px\";i:14;s:3:\"2px\";}s:5:\"saved\";a:0:{}}s:11:\"margin_left\";a:3:{s:6:\"recent\";a:0:{}s:7:\"sampled\";a:13:{i:0;s:2:\"6%\";i:1;s:4:\"-20%\";i:2;s:4:\"-2px\";i:3;s:7:\"-1.25em\";i:4;s:6:\"-17.5%\";i:5;s:6:\"-72.5%\";i:6;s:4:\"auto\";i:7;s:5:\"0.5em\";i:8;s:3:\"1em\";i:9;s:5:\"1.5em\";i:10;s:3:\"0px\";i:11;s:3:\"2px\";i:12;s:4:\"65px\";}s:5:\"saved\";a:0:{}}s:16:\"border_top_width\";a:3:{s:6:\"recent\";a:0:{}s:7:\"sampled\";a:4:{i:0;s:6:\"medium\";i:1;s:3:\"0px\";i:2;s:3:\"1px\";i:3;s:3:\"2px\";}s:5:\"saved\";a:0:{}}s:18:\"border_right_width\";a:3:{s:6:\"recent\";a:0:{}s:7:\"sampled\";a:5:{i:0;s:6:\"medium\";i:1;s:3:\"0px\";i:2;s:3:\"1px\";i:3;s:3:\"2px\";i:4;s:3:\"6px\";}s:5:\"saved\";a:0:{}}s:19:\"border_bottom_width\";a:3:{s:6:\"recent\";a:0:{}s:7:\"sampled\";a:5:{i:0;s:6:\"medium\";i:1;s:3:\"0px\";i:2;s:3:\"1px\";i:3;s:3:\"2px\";i:4;s:3:\"6px\";}s:5:\"saved\";a:0:{}}s:17:\"border_left_width\";a:3:{s:6:\"recent\";a:0:{}s:7:\"sampled\";a:5:{i:0;s:6:\"medium\";i:1;s:3:\"0px\";i:2;s:3:\"1px\";i:3;s:3:\"2px\";i:4;s:3:\"6px\";}s:5:\"saved\";a:0:{}}s:22:\"border_top_left_radius\";a:3:{s:6:\"recent\";a:0:{}s:7:\"sampled\";a:3:{i:0;s:3:\"2px\";i:1;s:3:\"3px\";i:2;s:4:\"40px\";}s:5:\"saved\";a:0:{}}s:23:\"border_top_right_radius\";a:3:{s:6:\"recent\";a:0:{}s:7:\"sampled\";a:3:{i:0;s:3:\"2px\";i:1;s:3:\"3px\";i:2;s:4:\"40px\";}s:5:\"saved\";a:0:{}}s:26:\"border_bottom_right_radius\";a:3:{s:6:\"recent\";a:0:{}s:7:\"sampled\";a:3:{i:0;s:3:\"2px\";i:1;s:3:\"3px\";i:2;s:4:\"40px\";}s:5:\"saved\";a:0:{}}s:25:\"border_bottom_left_radius\";a:3:{s:6:\"recent\";a:0:{}s:7:\"sampled\";a:3:{i:0;s:3:\"2px\";i:1;s:3:\"3px\";i:2;s:4:\"40px\";}s:5:\"saved\";a:0:{}}s:9:\"flex_grow\";a:3:{s:6:\"recent\";a:0:{}s:7:\"sampled\";a:0:{}s:5:\"saved\";a:0:{}}s:11:\"flex_shrink\";a:3:{s:6:\"recent\";a:0:{}s:7:\"sampled\";a:0:{}s:5:\"saved\";a:0:{}}s:10:\"flex_basis\";a:3:{s:6:\"recent\";a:0:{}s:7:\"sampled\";a:0:{}s:5:\"saved\";a:0:{}}s:5:\"order\";a:3:{s:6:\"recent\";a:0:{}s:7:\"sampled\";a:0:{}s:5:\"saved\";a:0:{}}s:7:\"z_index\";a:3:{s:6:\"recent\";a:0:{}s:7:\"sampled\";a:7:{i:0;s:1:\"0\";i:1;s:1:\"1\";i:2;s:1:\"2\";i:3;s:1:\"3\";i:4;s:1:\"7\";i:5;s:5:\"99999\";i:6;s:6:\"100000\";}s:5:\"saved\";a:0:{}}s:12:\"event_target\";a:3:{s:6:\"recent\";a:0:{}s:7:\"sampled\";a:0:{}s:5:\"saved\";a:0:{}}s:11:\"event_value\";a:3:{s:6:\"recent\";a:0:{}s:7:\"sampled\";a:0:{}s:5:\"saved\";a:0:{}}s:7:\"opacity\";a:3:{s:6:\"recent\";a:0:{}s:7:\"sampled\";a:4:{i:0;s:3:\"0.7\";i:1;s:3:\"0.8\";i:2;s:3:\"0.9\";i:3;s:1:\"1\";}s:5:\"saved\";a:0:{}}s:7:\"content\";a:3:{s:6:\"recent\";a:0:{}s:7:\"sampled\";a:3:{i:0;s:2:\"\"\"\";i:1;s:3:\"\"/\"\";i:2;s:3:\"\"^\"\";}s:5:\"saved\";a:0:{}}}s:4:\"font\";a:1:{s:8:\"pg_props\";a:1:{s:9:\"font_size\";a:1:{s:12:\"default_unit\";s:13:\"px (implicit)\";}}}s:4:\"text\";a:1:{s:8:\"pg_props\";a:3:{s:11:\"text_indent\";a:1:{s:12:\"default_unit\";s:13:\"px (implicit)\";}s:12:\"word_spacing\";a:1:{s:12:\"default_unit\";s:13:\"px (implicit)\";}s:14:\"letter_spacing\";a:1:{s:12:\"default_unit\";s:13:\"px (implicit)\";}}}s:6:\"shadow\";a:1:{s:8:\"pg_props\";a:7:{s:13:\"text_shadow_x\";a:1:{s:12:\"default_unit\";s:13:\"px (implicit)\";}s:13:\"text_shadow_y\";a:1:{s:12:\"default_unit\";s:13:\"px (implicit)\";}s:16:\"text_shadow_blur\";a:1:{s:12:\"default_unit\";s:13:\"px (implicit)\";}s:12:\"box_shadow_x\";a:1:{s:12:\"default_unit\";s:13:\"px (implicit)\";}s:12:\"box_shadow_y\";a:1:{s:12:\"default_unit\";s:13:\"px (implicit)\";}s:15:\"box_shadow_blur\";a:1:{s:12:\"default_unit\";s:13:\"px (implicit)\";}s:17:\"box_shadow_spread\";a:1:{s:12:\"default_unit\";s:13:\"px (implicit)\";}}}s:10:\"background\";a:1:{s:8:\"pg_props\";a:2:{s:19:\"background_position\";a:1:{s:12:\"default_unit\";s:13:\"px (implicit)\";}s:15:\"background_size\";a:1:{s:12:\"default_unit\";s:13:\"px (implicit)\";}}}s:8:\"gradient\";a:1:{s:8:\"pg_props\";a:1:{s:14:\"gradient_b_pos\";a:1:{s:12:\"default_unit\";s:13:\"px (implicit)\";}}}s:10:\"dimensions\";a:1:{s:8:\"pg_props\";a:6:{s:5:\"width\";a:1:{s:12:\"default_unit\";s:13:\"px (implicit)\";}s:9:\"min_width\";a:1:{s:12:\"default_unit\";s:13:\"px (implicit)\";}s:9:\"max_width\";a:1:{s:12:\"default_unit\";s:13:\"px (implicit)\";}s:6:\"height\";a:1:{s:12:\"default_unit\";s:13:\"px (implicit)\";}s:10:\"min_height\";a:1:{s:12:\"default_unit\";s:13:\"px (implicit)\";}s:10:\"max_height\";a:1:{s:12:\"default_unit\";s:13:\"px (implicit)\";}}}s:14:\"padding_margin\";a:1:{s:8:\"pg_props\";a:8:{s:11:\"padding_top\";a:1:{s:12:\"default_unit\";s:13:\"px (implicit)\";}s:13:\"padding_right\";a:1:{s:12:\"default_unit\";s:13:\"px (implicit)\";}s:14:\"padding_bottom\";a:1:{s:12:\"default_unit\";s:13:\"px (implicit)\";}s:12:\"padding_left\";a:1:{s:12:\"default_unit\";s:13:\"px (implicit)\";}s:10:\"margin_top\";a:1:{s:12:\"default_unit\";s:13:\"px (implicit)\";}s:12:\"margin_right\";a:1:{s:12:\"default_unit\";s:13:\"px (implicit)\";}s:13:\"margin_bottom\";a:1:{s:12:\"default_unit\";s:13:\"px (implicit)\";}s:11:\"margin_left\";a:1:{s:12:\"default_unit\";s:13:\"px (implicit)\";}}}s:6:\"border\";a:1:{s:8:\"pg_props\";a:8:{s:16:\"border_top_width\";a:1:{s:12:\"default_unit\";s:13:\"px (implicit)\";}s:18:\"border_right_width\";a:1:{s:12:\"default_unit\";s:13:\"px (implicit)\";}s:19:\"border_bottom_width\";a:1:{s:12:\"default_unit\";s:13:\"px (implicit)\";}s:17:\"border_left_width\";a:1:{s:12:\"default_unit\";s:13:\"px (implicit)\";}s:22:\"border_top_left_radius\";a:1:{s:12:\"default_unit\";s:13:\"px (implicit)\";}s:23:\"border_top_right_radius\";a:1:{s:12:\"default_unit\";s:13:\"px (implicit)\";}s:26:\"border_bottom_right_radius\";a:1:{s:12:\"default_unit\";s:13:\"px (implicit)\";}s:25:\"border_bottom_left_radius\";a:1:{s:12:\"default_unit\";s:13:\"px (implicit)\";}}}s:7:\"flexbox\";a:1:{s:8:\"pg_props\";a:1:{s:10:\"flex_basis\";a:1:{s:12:\"default_unit\";s:13:\"px (implicit)\";}}}s:8:\"position\";a:1:{s:8:\"pg_props\";a:4:{s:3:\"top\";a:1:{s:12:\"default_unit\";s:13:\"px (implicit)\";}s:6:\"bottom\";a:1:{s:12:\"default_unit\";s:13:\"px (implicit)\";}s:4:\"left\";a:1:{s:12:\"default_unit\";s:13:\"px (implicit)\";}s:5:\"right\";a:1:{s:12:\"default_unit\";s:13:\"px (implicit)\";}}}s:9:\"animation\";a:1:{s:8:\"pg_props\";a:2:{s:18:\"animation_duration\";a:1:{s:12:\"default_unit\";s:1:\"s\";}s:15:\"animation_delay\";a:1:{s:12:\"default_unit\";s:1:\"s\";}}}s:10:\"transition\";a:1:{s:8:\"pg_props\";a:3:{s:19:\"transition_duration\";a:1:{s:12:\"default_unit\";s:1:\"s\";}s:16:\"transition_delay\";a:1:{s:12:\"default_unit\";s:1:\"s\";}s:11:\"event_value\";a:1:{s:12:\"default_unit\";s:13:\"px (implicit)\";}}}}s:12:\"custom_paths\";a:2:{i:0;s:16:\"/privacy-policy/\";i:1;s:1:\"/\";}s:25:\"viewed_import_stylesheets\";a:3:{i:0;s:75:\"https://bestcerakoteflorida.com/wp-content/themes/twentyseventeen/style.css\";i:1;s:73:\"https://bestcerakoteflorida.com/wp-content/micro-themes/active-styles.css\";i:2;s:65:\"https://bestcerakoteflorida.com/wp-content/themes/astra/style.css\";}s:11:\"show_rulers\";i:1;s:16:\"show_text_labels\";i:0;s:12:\"ruler_sizing\";a:2:{s:1:\"x\";i:0;s:1:\"y\";i:0;}s:14:\"show_interface\";i:1;s:6:\"enq_js\";a:0:{}s:9:\"num_saves\";i:2;s:14:\"adv_wizard_tab\";s:12:\"css-computed\";s:22:\"overwrite_existing_mqs\";i:1;s:15:\"tooltip_en_prop\";i:1;s:21:\"css_imp_only_selected\";i:0;s:11:\"css_imp_mqs\";i:1;s:12:\"css_imp_sels\";i:1;s:14:\"css_imp_styles\";i:1;s:16:\"css_imp_friendly\";i:1;s:20:\"css_imp_adjust_paths\";i:1;s:23:\"css_imp_always_cus_code\";i:0;s:19:\"css_imp_copy_remote\";i:1;s:11:\"css_imp_max\";s:1:\"0\";s:13:\"page_specific\";a:0:{}s:14:\"pseudo_classes\";a:0:{}s:15:\"pseudo_elements\";a:0:{}s:16:\"favourite_filter\";a:2:{s:7:\"page-id\";i:1;s:6:\":hover\";i:1;}s:11:\"preview_url\";s:32:\"https://bestcerakoteflorida.com/\";s:7:\"version\";s:7:\"5.2.1.3\";s:16:\"previous_version\";s:7:\"5.1.4.2\";s:11:\"buyer_email\";s:24:\"nick@blackhawkcustom.com\";s:15:\"buyer_validated\";i:1;s:12:\"active_theme\";s:10:\"customised\";s:14:\"theme_in_focus\";s:0:\"\";s:20:\"last_viewed_selector\";s:27:\"opts-general-page_heading_1\";s:15:\"mq_device_focus\";s:11:\"all-devices\";s:9:\"css_focus\";s:12:\"all-browsers\";s:14:\"view_css_focus\";s:5:\"input\";s:8:\"pg_focus\";s:4:\"font\";s:9:\"m_queries\";a:4:{s:14:\"5b024a17083fd1\";a:5:{s:5:\"label\";s:13:\"Large Desktop\";s:5:\"query\";s:26:\"@media (min-width: 1200px)\";s:3:\"min\";i:1200;s:8:\"min_unit\";s:2:\"px\";s:3:\"max\";i:0;}s:14:\"5b024a17083fd2\";a:6:{s:5:\"label\";s:16:\"Desktop & Tablet\";s:5:\"query\";s:48:\"@media (min-width: 768px) and (max-width: 979px)\";s:3:\"min\";i:768;s:8:\"min_unit\";s:2:\"px\";s:3:\"max\";i:979;s:8:\"max_unit\";s:2:\"px\";}s:14:\"5b024a17083fd3\";a:5:{s:5:\"label\";s:14:\"Tablet & Phone\";s:5:\"query\";s:25:\"@media (max-width: 767px)\";s:3:\"min\";i:0;s:3:\"max\";i:767;s:8:\"max_unit\";s:2:\"px\";}s:14:\"5b024a17083fd4\";a:5:{s:5:\"label\";s:5:\"Phone\";s:5:\"query\";s:25:\"@media (max-width: 480px)\";s:3:\"min\";i:0;s:3:\"max\";i:480;s:8:\"max_unit\";s:2:\"px\";}}s:9:\"code_tabs\";a:3:{s:14:\"hand_coded_css\";a:3:{s:7:\"tab-key\";s:12:\"all-browsers\";s:5:\"label\";s:12:\"All Browsers\";s:4:\"type\";s:3:\"css\";}s:6:\"ie_css\";a:4:{s:3:\"all\";a:4:{s:7:\"tab-key\";s:3:\"all\";s:5:\"label\";s:18:\"All versions of IE\";s:4:\"cond\";s:2:\"IE\";s:4:\"type\";s:3:\"css\";}s:4:\"nine\";a:4:{s:7:\"tab-key\";s:4:\"nine\";s:5:\"label\";s:13:\"IE9 and below\";s:4:\"cond\";s:8:\"lte IE 9\";s:4:\"type\";s:3:\"css\";}s:5:\"eight\";a:4:{s:7:\"tab-key\";s:5:\"eight\";s:5:\"label\";s:13:\"IE8 and below\";s:4:\"cond\";s:8:\"lte IE 8\";s:4:\"type\";s:3:\"css\";}s:5:\"seven\";a:4:{s:7:\"tab-key\";s:5:\"seven\";s:5:\"label\";s:13:\"IE7 and below\";s:4:\"cond\";s:8:\"lte IE 7\";s:4:\"type\";s:3:\"css\";}}s:2:\"js\";a:3:{s:7:\"tab-key\";s:2:\"js\";s:5:\"label\";s:10:\"JavaScript\";s:4:\"type\";s:10:\"javascript\";}}s:13:\"initial_scale\";i:0;s:6:\"ie_css\";a:4:{s:3:\"all\";i:0;s:4:\"nine\";i:0;s:5:\"eight\";i:0;s:5:\"seven\";i:0;}s:7:\"load_js\";i:0;s:11:\"font_config\";a:2:{s:6:\"google\";b:0;s:7:\"typekit\";b:0;}s:12:\"gfont_subset\";s:0:\"\";s:12:\"g_fonts_used\";b:0;s:16:\"found_gf_subsets\";a:0:{}s:5:\"g_url\";s:0:\"\";s:18:\"g_url_with_subsets\";s:0:\"\";s:10:\"g_ie_array\";a:0:{}s:13:\"active_events\";s:0:\"\";}','no'),(187,'the_seo_framework_upgraded_db_version','4000','yes'),(185,'the_seo_framework_tested_upgrade_version','4000','yes'),(186,'autodescription-site-settings','a:115:{s:22:\"display_seo_bar_tables\";i:1;s:21:\"display_pixel_counter\";i:1;s:25:\"display_character_counter\";i:1;s:18:\"alter_search_query\";i:1;s:23:\"alter_search_query_type\";s:8:\"in_query\";s:19:\"alter_archive_query\";i:1;s:24:\"alter_archive_query_type\";s:8:\"in_query\";s:13:\"cache_sitemap\";i:1;s:16:\"canonical_scheme\";s:5:\"https\";s:18:\"prev_next_archives\";i:1;s:19:\"prev_next_frontpage\";i:1;s:17:\"timestamps_format\";s:1:\"1\";s:14:\"title_location\";s:5:\"right\";s:15:\"title_separator\";s:4:\"pipe\";s:16:\"auto_description\";i:1;s:22:\"homepage_title_tagline\";s:0:\"\";s:14:\"homepage_title\";s:0:\"\";s:20:\"homepage_description\";s:0:\"\";s:19:\"home_title_location\";s:5:\"right\";s:16:\"homepage_tagline\";i:1;s:17:\"homepage_og_title\";s:0:\"\";s:23:\"homepage_og_description\";s:0:\"\";s:22:\"homepage_twitter_title\";s:0:\"\";s:28:\"homepage_twitter_description\";s:0:\"\";s:25:\"homepage_social_image_url\";s:0:\"\";s:24:\"homepage_social_image_id\";i:0;s:7:\"og_tags\";i:1;s:13:\"facebook_tags\";i:1;s:12:\"twitter_tags\";i:1;s:19:\"social_image_fb_url\";s:0:\"\";s:18:\"social_image_fb_id\";i:0;s:14:\"facebook_appid\";s:0:\"\";s:18:\"facebook_publisher\";s:0:\"\";s:15:\"facebook_author\";s:0:\"\";s:12:\"twitter_card\";s:19:\"summary_large_image\";s:12:\"twitter_site\";s:0:\"\";s:15:\"twitter_creator\";s:0:\"\";s:17:\"post_publish_time\";i:1;s:16:\"post_modify_time\";i:1;s:19:\"ld_json_breadcrumbs\";i:1;s:17:\"ld_json_searchbox\";i:1;s:16:\"knowledge_output\";i:1;s:14:\"knowledge_type\";s:12:\"organization\";s:14:\"knowledge_name\";s:0:\"\";s:14:\"knowledge_logo\";i:1;s:18:\"knowledge_logo_url\";s:0:\"\";s:17:\"knowledge_logo_id\";i:0;s:18:\"knowledge_facebook\";s:0:\"\";s:17:\"knowledge_twitter\";s:0:\"\";s:15:\"knowledge_gplus\";s:0:\"\";s:19:\"knowledge_instagram\";s:0:\"\";s:17:\"knowledge_youtube\";s:0:\"\";s:18:\"knowledge_linkedin\";s:0:\"\";s:19:\"knowledge_pinterest\";s:0:\"\";s:20:\"knowledge_soundcloud\";s:0:\"\";s:16:\"knowledge_tumblr\";s:0:\"\";s:13:\"paged_noindex\";i:1;s:12:\"date_noindex\";i:1;s:14:\"search_noindex\";i:1;s:18:\"noindex_post_types\";a:1:{s:10:\"attachment\";i:1;}s:19:\"google_verification\";s:0:\"\";s:17:\"bing_verification\";s:0:\"\";s:19:\"yandex_verification\";s:0:\"\";s:17:\"pint_verification\";s:0:\"\";s:15:\"sitemaps_output\";i:1;s:19:\"sitemap_query_limit\";i:1200;s:15:\"sitemaps_robots\";i:1;s:17:\"sitemaps_modified\";i:1;s:17:\"sitemaps_priority\";i:1;s:11:\"ping_google\";i:1;s:9:\"ping_bing\";i:1;s:14:\"sitemap_styles\";i:1;s:12:\"sitemap_logo\";i:1;s:18:\"sitemap_color_main\";s:4:\"#333\";s:20:\"sitemap_color_accent\";s:7:\"#00cd98\";s:16:\"excerpt_the_feed\";i:1;s:15:\"source_the_feed\";i:1;s:17:\"cache_meta_schema\";i:0;s:12:\"cache_object\";i:0;s:23:\"display_seo_bar_metabox\";i:0;s:19:\"title_rem_additions\";i:0;s:18:\"title_rem_prefixes\";i:0;s:16:\"title_strip_tags\";i:0;s:16:\"category_noindex\";i:0;s:11:\"tag_noindex\";i:0;s:14:\"author_noindex\";i:0;s:18:\"attachment_noindex\";i:1;s:12:\"site_noindex\";i:0;s:17:\"category_nofollow\";i:0;s:12:\"tag_nofollow\";i:0;s:15:\"author_nofollow\";i:0;s:13:\"date_nofollow\";i:0;s:15:\"search_nofollow\";i:0;s:19:\"attachment_nofollow\";i:0;s:13:\"site_nofollow\";i:0;s:18:\"category_noarchive\";i:0;s:13:\"tag_noarchive\";i:0;s:16:\"author_noarchive\";i:0;s:14:\"date_noarchive\";i:0;s:16:\"search_noarchive\";i:0;s:20:\"attachment_noarchive\";i:0;s:14:\"site_noarchive\";i:0;s:18:\"home_paged_noindex\";i:0;s:16:\"homepage_noindex\";i:0;s:17:\"homepage_nofollow\";i:0;s:18:\"homepage_noarchive\";i:0;s:13:\"shortlink_tag\";i:0;s:15:\"prev_next_posts\";i:0;s:19:\"disabled_post_types\";a:0:{}s:19:\"nofollow_post_types\";a:0:{}s:20:\"noarchive_post_types\";a:0:{}s:15:\"title_seperator\";s:4:\"pipe\";s:13:\"ping_use_cron\";i:1;s:15:\"seo_bar_symbols\";i:0;s:14:\"multi_og_image\";i:0;}','yes'),(740,'_astra_ext_http2','1','yes'),(985,'woocommerce_meta_box_errors','a:0:{}','yes'),(175,'WPLANG','','yes'),(176,'new_admin_email','admin@bestcerakoteflorida.com','yes'),(193,'current_theme','Astra','yes'),(194,'theme_mods_astra','a:5:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:7:\"primary\";i:0;}s:18:\"custom_css_post_id\";i:-1;s:11:\"custom_logo\";s:0:\"\";s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1535703267;s:4:\"data\";a:17:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}s:13:\"header-widget\";a:0:{}s:15:\"footer-widget-1\";a:0:{}s:15:\"footer-widget-2\";a:0:{}s:24:\"advanced-footer-widget-1\";a:0:{}s:24:\"advanced-footer-widget-2\";a:0:{}s:24:\"advanced-footer-widget-3\";a:0:{}s:24:\"advanced-footer-widget-4\";a:0:{}s:22:\"astra-woo-shop-sidebar\";a:0:{}s:24:\"astra-woo-single-sidebar\";a:0:{}s:36:\"astra-woo-product-off-canvas-sidebar\";a:0:{}s:24:\"advanced-footer-widget-5\";a:0:{}s:21:\"above-header-widget-1\";a:0:{}s:21:\"above-header-widget-2\";a:0:{}s:21:\"below-header-widget-1\";a:0:{}s:21:\"below-header-widget-2\";a:0:{}}}}','yes'),(195,'theme_switched','','yes'),(196,'astra-settings','a:199:{s:18:\"theme-auto-version\";s:5:\"2.1.2\";s:24:\"astra-addon-auto-version\";s:5:\"2.1.2\";s:19:\"site-content-layout\";s:15:\"plain-container\";s:26:\"single-page-content-layout\";s:15:\"plain-container\";s:19:\"site-sidebar-layout\";s:13:\"right-sidebar\";s:26:\"single-post-content-layout\";s:23:\"content-boxed-container\";s:26:\"single-page-sidebar-layout\";s:10:\"no-sidebar\";s:26:\"single-post-sidebar-layout\";s:13:\"right-sidebar\";s:27:\"archive-post-content-layout\";s:23:\"content-boxed-container\";s:14:\"header-layouts\";s:20:\"header-main-layout-1\";s:24:\"header-main-layout-width\";s:4:\"full\";s:27:\"footer-sml-section-1-credit\";s:75:\"Copyright Â© [current_year] [site_title] | Powered by BLACKHAWK CUSTOM, LLC\";s:12:\"footer-color\";s:7:\"#000000\";s:13:\"footer-bg-obj\";a:6:{s:16:\"background-color\";s:7:\"#ffffff\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:18:\"footer-sml-divider\";s:7:\"inherit\";s:22:\"header-main-menu-label\";s:4:\"Menu\";s:32:\"ast-header-responsive-logo-width\";a:3:{s:7:\"desktop\";s:2:\"84\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:18:\"display-site-title\";b:0;s:20:\"display-site-tagline\";b:0;s:19:\"above-header-layout\";s:21:\"above-header-layout-1\";s:27:\"above-header-section-1-html\";s:92:\"<i class=\"fa fas fa-phone-square\"></i> <a href=\"tel:1-954-848-1911\">Call (954)848-1911</a>\n\n\";s:22:\"above-header-section-2\";s:9:\"text-html\";s:27:\"above-header-section-2-html\";s:116:\"<i class=\"fa fas fa-envelope\"> </i> <a href=\"mailto:sales@bestcerakoteflorida.com\">sales@bestcerakoteflorida.com</a>\";s:23:\"above-header-menu-align\";s:5:\"stack\";s:22:\"header-main-rt-section\";s:11:\"woocommerce\";s:22:\"header-main-menu-align\";s:5:\"stack\";s:17:\"header-main-stick\";b:0;s:24:\"sticky-header-on-devices\";s:4:\"both\";s:9:\"blog-grid\";s:1:\"2\";s:11:\"theme-color\";s:0:\"\";s:26:\"site-layout-outside-bg-obj\";a:6:{s:16:\"background-color\";s:7:\"#ffffff\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:9:\"no-repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:5:\"cover\";s:21:\"background-attachment\";s:6:\"scroll\";}s:24:\"header-bg-obj-responsive\";a:3:{s:7:\"desktop\";a:6:{s:16:\"background-color\";s:7:\"#ffffff\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:9:\"no-repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:5:\"cover\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"tablet\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:9:\"no-repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:5:\"cover\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"mobile\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:9:\"no-repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:5:\"cover\";s:21:\"background-attachment\";s:6:\"scroll\";}}s:30:\"above-header-bg-obj-responsive\";a:3:{s:7:\"desktop\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:9:\"no-repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:5:\"cover\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"tablet\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:9:\"no-repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:5:\"cover\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"mobile\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:9:\"no-repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:5:\"cover\";s:21:\"background-attachment\";s:6:\"scroll\";}}s:30:\"below-header-bg-obj-responsive\";a:3:{s:7:\"desktop\";a:6:{s:16:\"background-color\";s:7:\"#414042\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:9:\"no-repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:5:\"cover\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"tablet\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:9:\"no-repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:5:\"cover\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"mobile\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:9:\"no-repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:5:\"cover\";s:21:\"background-attachment\";s:6:\"scroll\";}}s:32:\"primary-menu-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:29:\"primary-menu-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:34:\"primary-menu-h-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:31:\"primary-menu-h-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:34:\"primary-menu-a-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:31:\"primary-menu-a-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:35:\"primary-submenu-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:32:\"primary-submenu-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:37:\"primary-submenu-h-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:34:\"primary-submenu-h-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:37:\"primary-submenu-a-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:34:\"primary-submenu-a-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:34:\"above-header-text-color-responsive\";a:3:{s:7:\"desktop\";s:7:\"#000000\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:34:\"above-header-link-color-responsive\";a:3:{s:7:\"desktop\";s:7:\"#000000\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:36:\"above-header-link-h-color-responsive\";a:3:{s:7:\"desktop\";s:7:\"#1e73be\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:26:\"above-header-menu-bg-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:34:\"above-header-menu-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:36:\"above-header-menu-h-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:39:\"above-header-menu-h-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:41:\"above-header-menu-active-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:44:\"above-header-menu-active-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:42:\"above-header-submenu-text-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:40:\"above-header-submenu-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:43:\"above-header-submenu-hover-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:46:\"above-header-submenu-bg-hover-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:44:\"above-header-submenu-active-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:47:\"above-header-submenu-active-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:34:\"below-header-text-color-responsive\";a:3:{s:7:\"desktop\";s:7:\"#ffffff\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:40:\"below-header-link-hover-color-responsive\";a:3:{s:7:\"desktop\";s:7:\"#ffffff\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:34:\"below-header-link-color-responsive\";a:3:{s:7:\"desktop\";s:7:\"#ffffff\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:39:\"below-header-menu-text-color-responsive\";a:3:{s:7:\"desktop\";s:7:\"#ffffff\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:45:\"below-header-menu-text-hover-color-responsive\";a:3:{s:7:\"desktop\";s:7:\"#ffffff\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:43:\"below-header-menu-bg-hover-color-responsive\";a:3:{s:7:\"desktop\";s:7:\"#575757\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:47:\"below-header-current-menu-text-color-responsive\";a:3:{s:7:\"desktop\";s:7:\"#ffffff\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:45:\"below-header-current-menu-bg-color-responsive\";a:3:{s:7:\"desktop\";s:7:\"#575757\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:42:\"below-header-submenu-text-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:40:\"below-header-submenu-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:43:\"below-header-submenu-hover-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:46:\"below-header-submenu-bg-hover-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:44:\"below-header-submenu-active-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:47:\"below-header-submenu-active-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:23:\"below-header-menu-align\";s:6:\"inline\";s:30:\"primary-menu-bg-obj-responsive\";a:3:{s:7:\"desktop\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:9:\"no-repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:5:\"cover\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"tablet\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:9:\"no-repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:5:\"cover\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"mobile\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:9:\"no-repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:5:\"cover\";s:21:\"background-attachment\";s:6:\"scroll\";}}s:35:\"above-header-menu-bg-obj-responsive\";a:3:{s:7:\"desktop\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:9:\"no-repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:5:\"cover\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"tablet\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:9:\"no-repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:5:\"cover\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"mobile\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:9:\"no-repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:5:\"cover\";s:21:\"background-attachment\";s:6:\"scroll\";}}s:36:\"mobile-above-header-toggle-btn-style\";s:4:\"fill\";s:36:\"mobile-below-header-toggle-btn-style\";s:4:\"fill\";s:41:\"sticky-header-color-site-title-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:43:\"sticky-header-color-site-tagline-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:43:\"sticky-header-color-h-site-title-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:33:\"sticky-header-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:38:\"sticky-header-menu-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:35:\"sticky-header-menu-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:37:\"sticky-header-menu-h-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:42:\"sticky-header-menu-h-a-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:41:\"sticky-header-submenu-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:38:\"sticky-header-submenu-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:40:\"sticky-header-submenu-h-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:45:\"sticky-header-submenu-h-a-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:39:\"sticky-below-header-bg-color-responsive\";a:3:{s:7:\"desktop\";s:16:\"rgba(65,64,66,1)\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:44:\"sticky-below-header-menu-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:41:\"sticky-below-header-menu-color-responsive\";a:3:{s:7:\"desktop\";s:7:\"#ffffff\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:43:\"sticky-below-header-menu-h-color-responsive\";a:3:{s:7:\"desktop\";s:7:\"#ffffff\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:48:\"sticky-below-header-menu-h-a-bg-color-responsive\";a:3:{s:7:\"desktop\";s:7:\"#575757\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:47:\"sticky-below-header-submenu-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:44:\"sticky-below-header-submenu-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:46:\"sticky-below-header-submenu-h-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:51:\"sticky-below-header-submenu-h-a-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:39:\"sticky-above-header-bg-color-responsive\";a:3:{s:7:\"desktop\";s:19:\"rgba(255,255,255,1)\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:44:\"sticky-above-header-menu-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:41:\"sticky-above-header-menu-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:43:\"sticky-above-header-menu-h-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:48:\"sticky-above-header-menu-h-a-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:47:\"sticky-above-header-submenu-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:44:\"sticky-above-header-submenu-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:46:\"sticky-above-header-submenu-h-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:51:\"sticky-above-header-submenu-h-a-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:38:\"transparent-header-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:46:\"transparent-header-color-site-title-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:48:\"transparent-header-color-h-site-title-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:36:\"transparent-menu-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:33:\"transparent-menu-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:35:\"transparent-menu-h-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"different-sticky-retina-logo\";b:0;s:33:\"different-transparent-retina-logo\";b:0;s:30:\"mobile-header-toggle-btn-style\";s:7:\"minimal\";s:23:\"hide-custom-menu-mobile\";s:7:\"inherit\";s:30:\"include-headings-in-typography\";s:7:\"inherit\";s:10:\"text-color\";s:7:\"#000000\";s:22:\"primary-submenu-border\";a:4:{s:3:\"top\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:5:\"right\";s:1:\"0\";}s:28:\"archive-summary-box-bg-color\";s:7:\"#ffffff\";s:31:\"archive-summary-box-title-color\";s:7:\"#000000\";s:30:\"archive-summary-box-text-color\";s:7:\"#000000\";s:16:\"page-title-color\";s:7:\"#000000\";s:15:\"post-meta-color\";s:7:\"#000000\";s:17:\"entry-title-color\";s:7:\"#ffffff\";s:20:\"woo-header-cart-icon\";s:4:\"cart\";s:26:\"woo-header-cart-icon-style\";s:7:\"outline\";s:26:\"woo-header-cart-icon-color\";s:7:\"#ffffff\";s:31:\"single-product-ajax-add-to-cart\";s:7:\"inherit\";s:17:\"two-step-checkout\";s:7:\"inherit\";s:25:\"checkout-distraction-free\";s:7:\"inherit\";s:31:\"checkout-titles-as-placeholders\";s:7:\"inherit\";s:30:\"checkout-persistence-form-data\";s:7:\"inherit\";s:12:\"button-color\";s:7:\"#ffffff\";s:23:\"header-color-site-title\";s:7:\"#ffffff\";s:25:\"header-color-h-site-title\";s:7:\"#1e73be\";s:20:\"font-size-site-title\";a:6:{s:7:\"desktop\";s:2:\"26\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:22:\"font-family-site-title\";s:21:\"\'Merriweather\', serif\";s:22:\"font-weight-site-title\";s:3:\"400\";s:22:\"line-height-site-title\";i:1;s:16:\"body-font-family\";s:21:\"\'Merriweather\', serif\";s:16:\"body-font-weight\";s:3:\"400\";s:8:\"h1-color\";s:7:\"#000000\";s:8:\"h2-color\";s:7:\"#000000\";s:8:\"h3-color\";s:7:\"#000000\";s:8:\"h4-color\";s:7:\"#000000\";s:8:\"h5-color\";s:7:\"#000000\";s:8:\"h6-color\";s:7:\"#000000\";s:18:\"sidebar-text-color\";s:7:\"#ffffff\";s:13:\"blog-date-box\";b:0;s:11:\"blog-layout\";s:13:\"blog-layout-2\";s:19:\"blog-date-box-style\";s:6:\"circle\";s:20:\"post-meta-link-color\";s:7:\"#1e73be\";s:14:\"sidebar-bg-obj\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:26:\"sidebar-widget-title-color\";s:7:\"#ffffff\";s:11:\"site-layout\";s:21:\"ast-full-width-layout\";s:20:\"above-header-divider\";s:7:\"inherit\";s:19:\"above-header-height\";i:33;s:17:\"mobile-menu-style\";s:6:\"flyout\";s:27:\"woo-header-cart-icon-radius\";s:7:\"inherit\";s:27:\"above-header-submenu-border\";a:4:{s:3:\"top\";s:1:\"1\";s:6:\"bottom\";s:1:\"1\";s:4:\"left\";s:1:\"1\";s:5:\"right\";s:1:\"1\";}s:32:\"above-header-submenu-item-border\";i:1;s:27:\"below-header-submenu-border\";a:4:{s:3:\"top\";s:1:\"1\";s:6:\"bottom\";s:1:\"1\";s:4:\"left\";s:1:\"1\";s:5:\"right\";s:1:\"1\";}s:32:\"below-header-submenu-item-border\";i:1;s:29:\"above-nav-menu-pointer-effect\";s:4:\"none\";s:29:\"below-nav-menu-pointer-effect\";s:4:\"none\";s:33:\"above-header-submenu-border-color\";s:7:\"#eaeaea\";s:40:\"below-header-submenu-container-animation\";s:0:\"\";s:40:\"above-header-submenu-container-animation\";s:0:\"\";s:33:\"above-header-submenu-item-b-color\";s:7:\"#eaeaea\";s:27:\"primary-submenu-item-border\";s:7:\"inherit\";s:20:\"submenu-below-header\";b:0;s:23:\"primary-submenu-b-color\";s:7:\"#eaeaea\";s:39:\"header-main-submenu-container-animation\";s:0:\"\";s:28:\"primary-submenu-item-b-color\";s:7:\"#eaeaea\";s:17:\"body-font-variant\";s:3:\"400\";s:12:\"font-size-h1\";a:6:{s:7:\"desktop\";s:2:\"48\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:12:\"font-size-h2\";a:6:{s:7:\"desktop\";s:2:\"42\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:12:\"font-size-h3\";a:6:{s:7:\"desktop\";s:2:\"30\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:20:\"font-size-page-title\";a:6:{s:7:\"desktop\";s:2:\"30\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:17:\"logo-title-inline\";s:7:\"inherit\";s:26:\"shop-quick-view-stick-cart\";s:7:\"inherit\";s:27:\"single-product-rating-color\";s:7:\"#000000\";s:24:\"shop-product-title-color\";s:7:\"#000000\";s:24:\"shop-product-price-color\";s:7:\"#000000\";s:26:\"shop-product-content-color\";s:7:\"#000000\";s:26:\"single-product-title-color\";s:7:\"#000000\";s:26:\"single-product-price-color\";s:7:\"#000000\";s:28:\"single-product-content-color\";s:7:\"#000000\";s:31:\"single-product-breadcrumb-color\";s:7:\"#000000\";s:20:\"headings-font-family\";s:24:\"\'Special Elite\', display\";s:20:\"headings-font-weight\";s:3:\"400\";s:14:\"font-family-h1\";s:24:\"\'Special Elite\', display\";s:14:\"font-weight-h1\";s:3:\"400\";s:33:\"_astra_pb_compatibility_completed\";b:1;}','yes'),(962,'woocommerce_admin_notices','a:0:{}','yes'),(963,'_transient_woocommerce_webhook_ids','a:0:{}','yes'),(964,'widget_woocommerce_widget_cart','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(965,'widget_woocommerce_layered_nav_filters','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(966,'widget_woocommerce_layered_nav','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(967,'widget_woocommerce_price_filter','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(968,'widget_woocommerce_product_categories','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(969,'widget_woocommerce_product_search','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(970,'widget_woocommerce_product_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(971,'widget_woocommerce_products','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(972,'widget_woocommerce_recently_viewed_products','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(973,'widget_woocommerce_top_rated_products','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(974,'widget_woocommerce_recent_reviews','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(975,'widget_woocommerce_rating_filter','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(978,'tcm_mod_customer','0','yes'),(979,'tcm_mod_shop_manager','0','yes'),(69638,'subscription_options','a:2:{s:10:\"invitation\";s:226:\"Howdy.\r\n\r\nYou recently followed this blog\'s posts. This means you will receive each new post by email.\r\n\r\nTo activate, click confirm below. If you believe this is an error, ignore this message and we\'ll never bother you again.\";s:14:\"comment_follow\";s:239:\"Howdy.\r\n\r\nYou recently followed one of my posts. This means you will receive an email when new comments are posted.\r\n\r\nTo activate, click confirm below. If you believe this is an error, ignore this message and we\'ll never bother you again.\";}','yes'),(14313,'7238c9070c32ed98a38810e053129a9a','a:2:{s:7:\"timeout\";i:1529710232;s:5:\"value\";a:12:{s:11:\"new_version\";s:6:\"2.0.11\";s:14:\"stable_version\";s:6:\"2.0.11\";s:4:\"name\";s:13:\"Elementor Pro\";s:4:\"slug\";s:13:\"elementor-pro\";s:3:\"url\";s:51:\"https://my.elementor.com/downloads/pro/?changelog=1\";s:12:\"last_updated\";s:19:\"2018-06-12 14:20:54\";s:8:\"homepage\";s:26:\"https://elementor.com/pro/\";s:7:\"package\";s:200:\"http://my.elementor.com/edd-sl/package_download/MTUyOTc2NzgzMDozYzBjYTI0OTRjNTRhNmU1YzcxYWEwNDdkY2E2MjRlNToxOmViOTAwMzAxNjQ5NmMxZDM4YjVlODM2ZjZhYmRhNDMzOmh0dHBzQC8vYmVzdGNlcmFrb3RlZmxvcmlkYS5jb206MA==\";s:13:\"download_link\";s:200:\"http://my.elementor.com/edd-sl/package_download/MTUyOTc2NzgzMDozYzBjYTI0OTRjNTRhNmU1YzcxYWEwNDdkY2E2MjRlNToxOmViOTAwMzAxNjQ5NmMxZDM4YjVlODM2ZjZhYmRhNDMzOmh0dHBzQC8vYmVzdGNlcmFrb3RlZmxvcmlkYS5jb206MA==\";s:8:\"sections\";s:36402:\"a:2:{s:11:\"description\";s:161:\"Elementor Pro adds new features to the Elementor Page Builder plugin. Control your conversions, your user engagement, your entire website, from one page builder.\";s:9:\"changelog\";s:36180:\"<h4>2.0.11 - 2018-06-12</h4>\n<ul>\n<li>Fix: Theme Builder <code>author</code> archive condition (<a href=\"https://github.com/pojome/elementor/issues/4593\">#4593</a>)</li>\n<li>Fix: Respect password protected posts in Post Content widget</li>\n<li>Fix: Custom Fonts redirect to post edit screen in edge cases.</li>\n</ul>\n<h4>2.0.10 - 2018-06-05</h4>\n<ul>\n<li>Tweak: Added <code>elementor/theme/get_location_templates/template_id</code> filter hook for multi-language plugins</li>\n<li>Fix: Dynamic Post Terms missing taxonomies if the taxonomy is registered to more then one post types (#4386)</li>\n<li>Fix: Fields shortcode missing after removing a field in Form widget</li>\n<li>Deprecated: <code>get_theme_templates_by_location</code> is replaced by <code>get_location_templates</code></li>\n</ul>\n<h4>2.0.9 - 2018-05-28</h4>\n<ul>\n<li>Fix: Compatibility for PHP version 5.4</li>\n</ul>\n<h4>2.0.8 - 2018-05-28</h4>\n<ul>\n<li>Tweak: Added Active state for Nav Menu dropdown</li>\n<li>Tweak: Added style for &quot;Nothing Found&quot; Message for Archive Posts widget</li>\n<li>Tweak: Removed caption control in Site Logo widget</li>\n<li>Tweak: Added option to position currency symbol before/after In Price Table widget</li>\n<li>Fix: Query control manual selection does not show more than 10 items (<a href=\"https://github.com/pojome/elementor/issues/4479\">#4479</a>)</li>\n<li>Fix: Styling glitch with terms list in Post Info widget (<a href=\"https://github.com/pojome/elementor/issues/4342\">#4342</a>)</li>\n<li>Fix: Sub terms missing in Query control in edge cases (<a href=\"https://github.com/pojome/elementor/issues/4527\">#4527</a>)</li>\n<li>Fix: Avoid rendering a template if it\'s not published</li>\n<li>Fix: 404 Page style not working</li>\n<li>Fix: Price Table button with hover animation not working in editor</li>\n<li>Fix: Styling conflict in Call to Action widget</li>\n<li>Fix: Global Widget tab translation</li>\n<li>Fix: Adding parent wrapper class to Site Title widget</li>\n</ul>\n<h4>2.0.7 - 2018-05-16</h4>\n<ul>\n<li>Fix: Content not found on section when single is set to &quot;All Singular&quot;</li>\n<li>Fix: Open 404 template library for 404 page</li>\n<li>Tweak: Added CSS prefix for dev files</li>\n<li>Tweak: Removed product post type from display conditions</li>\n</ul>\n<h4>2.0.6 - 2018-05-15</h4>\n<ul>\n<li>Tweak: Set type on create new single template</li>\n<li>Tweak: Always show the conditions dialog in the Draft status</li>\n<li>Tweak: Added document type <code>widget</code></li>\n<li>Tweak: Added Post Custom Field tag to URL category</li>\n<li>Fix: When ACF Field Groups are Empty (<a href=\"https://github.com/pojome/elementor/issues/4428\">#4428</a>)</li>\n<li>Fix: Links inside carousel in edge cases</li>\n<li>Fix: Responsive issue in My Templates area</li>\n<li>Fix: Image alignment for post content with text alignment</li>\n<li>Fix: Post Content widget when preview post is missing</li>\n<li>Fix: Global Widget tab translation</li>\n<li>Fix: Style settings for Post / Archive Title widgets</li>\n</ul>\n<h4>2.0.5 - 2018-05-08</h4>\n<ul>\n<li>Fix: Creating a CPT with name like document-type breaks the editor (<a href=\"https://github.com/pojome/elementor/issues/4203\">#4203</a>)</li>\n<li>Fix: Added support for new version of reCAPTCHA</li>\n<li>Fix: Added fallback for controls after <code>post_status</code></li>\n<li>Fix: Required field in forms widget</li>\n<li>Fix: Media Carousel in the Coverflow skin</li>\n<li>Fix: 404 Page show wrong template in edge cases</li>\n<li>Fix: Save the default menu in the Nav Menu widget</li>\n</ul>\n<h4>2.0.4 - 2018-05-02</h4>\n<ul>\n<li>Tweak: Added parent\'s class for extended widgets</li>\n<li>Tweak: Set entire-site as default to avoid conflict with save without conditions</li>\n<li>Tweak: Initialize global model when it\'s needed</li>\n<li>Tweak: Removed some duplicate strings</li>\n<li>Tweak: Query control now includes empty terms</li>\n<li>Tweak: Design polish for conditions dialog</li>\n<li>Tweak: Decreasing <code>minimumInputLength</code> to 1 of select2</li>\n<li>Fix: Editor not loading for single templates in edge cases</li>\n<li>Fix: Select2 in Safari takes it\'s time to get the original select width (<a href=\"https://github.com/pojome/elementor/issues/4310\">#4310</a>)</li>\n<li>Fix: Slides per view not working for some effects</li>\n<li>Fix: New slides not showing in the editor</li>\n<li>Fix: Editor for section without a defined location, defaults to content area</li>\n</ul>\n<h4>2.0.3 - 2018-04-24</h4>\n<ul>\n<li>Tweak: Optimize CSS for Post Info widget (<a href=\"https://github.com/pojome/elementor/issues/4214\">#4214</a>, <a href=\"https://github.com/pojome/elementor/issues/4216\">#4216</a>, <a href=\"https://github.com/pojome/elementor/issues/4225\">#4225</a>)</li>\n<li>Fix: Double render on frontend view in core locations</li>\n<li>Fix: Masonry not working in edge cases</li>\n<li>Fix: Added default setting for Author Info tag</li>\n</ul>\n<h4>2.0.2 - 2018-04-18</h4>\n<ul>\n<li>Fix: Regenerate conditions to include all templates</li>\n</ul>\n<h4>2.0.1 - 2018-04-17</h4>\n<ul>\n<li>Tweak: Added div wrapper for Nothing Found massage (<a href=\"https://github.com/pojome/elementor/issues/4136\">#4136</a>)</li>\n<li>Tweak: Show empty categories in Query Control &amp; Display Conditions (<a href=\"https://github.com/pojome/elementor/issues/4127\">#4127</a>)</li>\n<li>Tweak: Added Divider control for Post Info widget</li>\n<li>Fix: Update admin links in Yoast Breadcrumbs widget</li>\n<li>Fix: Sticky element conflict with clearfix CSS</li>\n<li>Fix: Compatibility for PHP version 5.4.32 &amp; 5.5.16 and below</li>\n<li>Fix: Avoid running <code>wp_head</code> hooks twice</li>\n</ul>\n<h4>2.0.0 - 2018-04-16</h4>\n<ul>\n<li>New: Introducing Theme Builder - <a href=\"https://elementor.com/introducing-theme-builder/\">Release Post</a> (<a href=\"https://github.com/pojome/elementor/issues/417\">#417</a>)</li>\n<li>New: Introducing Locations API to inject custom location templates</li>\n<li>New: Introducing Display Conditions for all dynamic templates</li>\n<li>New: Introducing Dynamic Tag feature - a new way to add dynamic content to your design</li>\n<li>New: Introducing Role manager to allow &quot;Content Only mode&quot; (<a href=\"https://github.com/pojome/elementor/issues/483\">#483</a>, <a href=\"https://github.com/pojome/elementor/issues/653\">#653</a>, <a href=\"https://github.com/pojome/elementor/issues/885\">#885</a>)</li>\n<li>New: Introducing 9 new dynamic widgets: Archive Posts, Archive Title, Post Content, Post Info, Post Title, Post Excerpt, Featured Image, Site Logo &amp; Site Name (<a href=\"https://github.com/pojome/elementor/issues/543\">#543</a>)</li>\n<li>New: Introducing Developers area with guides and API documentation - <a href=\"https://elementor.com/introducing-elementor-developer-api/\">Release Post</a> (<a href=\"https://github.com/pojome/elementor/issues/451\">#451</a>)</li>\n<li>New: Introducing <a href=\"https://github.com/pojome/elementor-hello-theme\">Elementor Hello Theme</a> - A demonstration theme for developers</li>\n<li>New: Added new type of templates: Header, Footer, Single and Archive (<a href=\"https://github.com/pojome/elementor/issues/2761\">#2761</a>, <a href=\"https://github.com/pojome/elementor/issues/2623\">#2623</a>, <a href=\"https://github.com/pojome/elementor/issues/2109\">#2109</a>, <a href=\"https://github.com/pojome/elementor/issues/2061\">#2061</a>, <a href=\"https://github.com/pojome/elementor/issues/2439\">#2439</a>)</li>\n<li>New: Design 404 page with Single template (<a href=\"https://github.com/pojome/elementor/issues/1558\">#1558</a>)</li>\n<li>New: Design Search Results with Archive template (<a href=\"https://github.com/pojome/elementor/issues/3196\">#3196</a>, <a href=\"https://github.com/pojome/elementor/issues/2590\">#2590</a>)</li>\n<li>New: Added Scrolling Effect for sections including <em>Sticky Element</em> per device (<a href=\"https://github.com/pojome/elementor/issues/2412\">#2412</a>)</li>\n<li>New: Integration with Custom Fields (<a href=\"https://github.com/pojome/elementor/issues/2054\">#2054</a>)</li>\n<li>New: Partial support for Toolset integration (<a href=\"https://github.com/pojome/elementor/issues/2949\">#2949</a>)</li>\n<li>New: Partial support for Pods integration (<a href=\"https://github.com/pojome/elementor/issues/2169\">#2169</a>)</li>\n<li>New: Partial support for ACF integration (<a href=\"https://github.com/pojome/elementor/issues/2041\">#2041</a>, <a href=\"https://github.com/pojome/elementor/issues/2059\">#2059</a>)</li>\n<li>Tweak: Add custom fields support for ActiveCampaign (<a href=\"https://github.com/pojome/elementor/issues/3531\">#3531</a>)</li>\n<li>Tweak: Allow brackets in Forms Tel field</li>\n<li>Tweak: Added currency format control for Price Table widget</li>\n<li>Tweak: Reduced API request for some servers</li>\n<li>Fix: Dropdown <code>border-radius</code> in Nav Menu widget</li>\n<li>Fix: Price List widget layout breaks in edge cases</li>\n<li>Note: This version requires Elementor v2.0.6</li>\n</ul>\n<h4>1.15.6 - 2018-03-28</h4>\n<ul>\n<li>Fix: Removed duplicate Custom CSS section (<a href=\"https://github.com/pojome/elementor/issues/3938\">#3938</a>)</li>\n<li>Fix: <code>box-shadow</code> issue with cards skin (<a href=\"https://github.com/pojome/elementor/issues/3940\">#3940</a>)</li>\n</ul>\n<h4>1.15.5 - 2018-03-27</h4>\n<ul>\n<li>Fix: Added global widget compatibility for Elementor v2.0</li>\n<li>Fix: Reduced API request for some servers</li>\n</ul>\n<h4>1.15.4 - 2018-03-26</h4>\n<ul>\n<li>Tweak: Allow brackets in phone field</li>\n<li>Tweak: Added compatibility with Yoast 7.0.+</li>\n<li>Tweak: Added compatibility for the future release of Elementor v2.0</li>\n<li>Fix: Support for multiple carousel setting in editor</li>\n<li>Fix: <code>on_export</code> issue in forms widget (<a href=\"https://github.com/pojome/elementor/issues/3890\">#3890</a>)</li>\n</ul>\n<h4>1.15.3 - 2018-03-07</h4>\n<ul>\n<li>Tweak: Added unique class to field group div (<a href=\"https://github.com/pojome/elementor/issues/3595\">#3595</a>)</li>\n<li>Fix: Screen Options missing when Pro is active (<a href=\"https://github.com/pojome/elementor/issues/3622\">#3622</a>)</li>\n<li>Fix: Allow label styling even when <code>show labels</code> is set hide (<a href=\"https://github.com/pojome/elementor/issues/3544\">#3544</a>)</li>\n<li>Fix: Typography control not working in edge cases</li>\n<li>Fix: Safari compatibility for Search widget</li>\n</ul>\n<h4>1.15.2 - 2018-02-27</h4>\n<ul>\n<li>Fix: Only add support mine-type if needed (<a href=\"https://github.com/pojome/elementor/issues/3543\">#3543</a>)</li>\n<li>Fix: Better support for Old Typekit kits</li>\n</ul>\n<h4>1.15.1 - 2018-02-21</h4>\n<ul>\n<li>Tweak: Custom font title placeholder is not <code>enter font family</code></li>\n<li>Tweak: Custom font title set as required</li>\n<li>Fix: Custom font, <code>font-face</code> enqueued only once if used in global (<a href=\"https://github.com/pojome/elementor/issues/3513\">#3513</a>)</li>\n<li>Fix: Added workaround for upload validation which relies on a PHP extension (fileinfo) with inconsistent reporting behavior.</li>\n</ul>\n<h4>1.15.0 - 2018-02-19</h4>\n<ul>\n<li>New: Added custom fonts manager for self hosted fonts (<a href=\"https://github.com/pojome/elementor/issues/852\">#852</a>)</li>\n<li>New: Integration with Adobe TypeKit fonts (<a href=\"https://github.com/pojome/elementor/issues/631\">#631</a>)</li>\n<li>Tweak: Clear menu from Nav Menu widget on template export</li>\n<li>Tweak: Allow zero for GetResponse integration as <code>day of cycle</code></li>\n</ul>\n<h4>1.14.2 - 2018-02-13</h4>\n<ul>\n<li>Fix: Global widget content that got affected by previous update</li>\n</ul>\n<h4>1.14.1 - 2018-02-13</h4>\n<ul>\n<li>Tweak: Added <code>none</code> option to content animation in CTA widget</li>\n<li>Tweak: Added <code>form_id</code> to ActiveCampaign integration (<a href=\"https://github.com/pojome/elementor/issues/3422\">#3422</a>)</li>\n<li>Fix: Page crashed when Global widget not found.</li>\n</ul>\n<h4>1.14.0 - 2018-02-12</h4>\n<ul>\n<li>New: Added Call to Action widget</li>\n<li>Tweak: MailPoet pull field mapping from MailPoet instead of hardcoded</li>\n<li>Tweak: Added compatibility for the future release of Elementor v2.0</li>\n<li>Fix: Allow zero (0) to be accepted as a field value</li>\n<li>Fix: Login form when custom login URL is set</li>\n<li>Fix: Added Day of cycle control to GetResponse integration</li>\n</ul>\n<h4>1.13.2 - 2018-01-23</h4>\n<ul>\n<li>Tweak: Added placeholder to Password field</li>\n<li>Tweak: Removed <code>subscriber_already_exists_message</code> control to prevent potential data leakage</li>\n<li>Fix: MailPoet Subscriber Already Exists error validation against translated string directly from MailPoet</li>\n<li>Fix: Changed <code>imagesLoaded()</code> to Vanilla JS to avoid compatibility issues with some themes</li>\n<li>Fix: Only validate Tel field if not empty</li>\n<li>Fix: Stop slider while editing</li>\n</ul>\n<h4>1.13.1 - 2018-01-16</h4>\n<ul>\n<li>Fix: Added compatibility with old PHP versions</li>\n</ul>\n<h4>1.13.0 - 2018-01-16</h4>\n<ul>\n<li>New: Added File Upload field for Forms widget (<a href=\"https://github.com/pojome/elementor/issues/1482\">#1482</a>, <a href=\"https://github.com/pojome/elementor/issues/2974\">#2974</a>)</li>\n<li>New: Added Acceptance field for Forms widget (<a href=\"https://github.com/pojome/elementor/issues/1693\">#1693</a>, <a href=\"https://github.com/pojome/elementor/issues/2974\">#2974</a>)</li>\n<li>New: Added Date field for Forms widget (<a href=\"https://github.com/pojome/elementor/issues/1868\">#1868</a>)</li>\n<li>New: Added Time field for Forms widget</li>\n<li>New: Added Password field for Forms widget (<a href=\"https://github.com/pojome/elementor/issues/2164\">#2164</a>)</li>\n<li>New: Added HTML field for Forms widget (<a href=\"https://github.com/pojome/elementor/issues/1500\">#1500</a>)</li>\n<li>Tweak: Added characters validation for Tel field</li>\n<li>Tweak: Added min &amp; max validation for Number field</li>\n<li>Tweak: Added multiple selection for Select field</li>\n<li>Tweak: Added donReach integration for Share Buttons widget</li>\n</ul>\n<h4>1.12.3 - 2018-01-09</h4>\n<ul>\n<li>Fix: Render element plain content instead of parsed content when not needed in global widget</li>\n<li>Fix: Apply <code>url-encoding</code> to &quot;Tweet&quot; button text in Blockquote widget to prevent unexpected corruption of the tweet text</li>\n<li>Fix: Removed My Account link from dashboard widget</li>\n</ul>\n<h4>1.12.2 - 2018-01-03</h4>\n<ul>\n<li>Tweak: Added animation none for Nav Menu widget (<a href=\"https://github.com/pojome/elementor/issues/2964\">#2964</a>)</li>\n<li>Fix: Active license button style</li>\n</ul>\n<h4>1.12.1 - 2018-01-02</h4>\n<ul>\n<li>Tweak: Removed theme-element widgets from plain content</li>\n<li>Tweak: Set all theme-element widgets to extend same widget Base</li>\n<li>Tweak: Removed credit URL in forms meta data</li>\n<li>Tweak: Added compatibility for the future release of Elementor v1.9</li>\n<li>Fix: Validate Get response Error as real error</li>\n<li>Fix: Removed responsive height control from Facebook Page widget</li>\n</ul>\n<h4>1.12.0 - 2017-12-20</h4>\n<ul>\n<li>New: Added Drip integration to Forms</li>\n<li>New: Added ActiveCampaign integration to Forms</li>\n<li>New: Added ConverKit integration to Forms</li>\n<li>New: Added GetResponse integration to Forms</li>\n<li>New: Added form <code>id</code>, <code>name</code> attributes to handle integration with auto collectors like HubSpot</li>\n<li>New: Added Global API key for MailChimp to improve the workflow</li>\n<li>Tweak: Better error handling and message display for Forms</li>\n<li>Fix: PHP notice Undefined variable <code>$cc_header</code> (<a href=\"https://github.com/pojome/elementor/issues/2934\">#2934</a>)</li>\n</ul>\n<h4>1.11.0 - 2017-12-11</h4>\n<ul>\n<li>New: Added a native Comments widget (<a href=\"https://github.com/pojome/elementor/issues/543\">#543</a>)</li>\n<li>New: Added an Author Box widget</li>\n<li>New: Added a Post Navigation widget</li>\n<li>New: Added a Yoast Breadcrumbs widget (<a href=\"https://github.com/pojome/elementor/issues/2749\">#2749</a>)</li>\n<li>Tweak: Added a close button to search widget under Full Screen skin (<a href=\"https://github.com/pojome/elementor/issues/2762\">#2762</a>)</li>\n<li>Fix: Allow currency symbol to appear even if price isn\'t numeric</li>\n<li>Fix: Edge cases when the nav menu is empty in a stretched section</li>\n<li>Fix: Added fallback when you remove the <code>space-between</code> on Swiper carousel</li>\n</ul>\n<h4>1.10.2 - 2017-12-03</h4>\n<ul>\n<li>Fix: Missing save widget icon (<a href=\"https://github.com/pojome/elementor/issues/2878\">#2878</a>)</li>\n<li>Fix: Global widgets not saving edits (<a href=\"https://github.com/pojome/elementor/issues/2874\">#2874</a>)</li>\n<li>Fix: Removed <code>white-space: nowrap;</code> property from vertical menu in Nav Menu widget (<a href=\"https://github.com/pojome/elementor/issues/2815\">#2815</a>)</li>\n</ul>\n<h4>1.10.1 - 2017-11-30</h4>\n<ul>\n<li>Tweak: Added default value for search form</li>\n<li>Tweak: Order template list A-Z in the library widget</li>\n<li>Tweak: get_users/authors query is now done using AJAX only, for better performance in Query Control (<a href=\"https://github.com/pojome/elementor/issues/2865\">#2865</a>)</li>\n<li>Fix: When adding <code>.00</code> it is not displayed on the front</li>\n<li>Fix: Make sure space between is numeric for carousel control</li>\n<li>Fix: Added space for radio &amp; checkbox fields in form widget</li>\n</ul>\n<h4>1.10.0 - 2017-11-15</h4>\n<ul>\n<li>New: Added native Search form widget (<a href=\"https://github.com/pojome/elementor/issues/2576\">#2576</a>)</li>\n<li>Tweak: Added Slides To Scroll &amp; Loop controls to Media Carousel and Testimonials widgets</li>\n<li>Tweak: Added Inline editing to Blockquote widget</li>\n<li>Fix: Animated Headline color bug (<a href=\"https://github.com/pojome/elementor/issues/2516\">#2516</a>)</li>\n<li>Fix: Animated Headline with Rotating skin</li>\n<li>Fix: RTL fix for Animated Headline widget in \'typing\' and \'clip\' animations</li>\n<li>Fix: Empty menu cause jQuery to crash in Menu widget (<a href=\"https://github.com/pojome/elementor/issues/2662\">#2662</a>)</li>\n<li>Fix: Custom CSS gone after reloading the editor</li>\n</ul>\n<h4>1.9.5 - 2017-10-27</h4>\n<ul>\n<li>Fix: Broken Global widget with JS (<a href=\"https://github.com/pojome/elementor/issues/2639\">#2639</a>)</li>\n</ul>\n<h4>1.9.4 - 2017-10-24</h4>\n<ul>\n<li>Tweak: Improved UI for notices and license page</li>\n<li>Fix: Update system conflict with other EDD plugins</li>\n<li>Fix: WooCommerce frontend hooks on Elementor editor (<a href=\"https://github.com/pojome/elementor/issues/2577\">#2577</a>)</li>\n<li>Fix: Removed default border left in Nav Menu dropdown CSS (<a href=\"https://github.com/pojome/elementor/issues/2496\">#2496</a>)</li>\n<li>Fix: Increased submenu max-width (<a href=\"https://github.com/pojome/elementor/issues/2558\">#2558</a>)</li>\n<li>Fix: Save global templates without their defaults</li>\n<li>Fix: Horizontal scrolling issue with posts grid</li>\n</ul>\n<h4>1.9.3 - 2017-10-03</h4>\n<ul>\n<li>Fix: Condition slide style that got affected by previous update</li>\n</ul>\n<h4>1.9.2 - 2017-10-02</h4>\n<ul>\n<li>New: Added integration with MailPoet 3 for Forms actions</li>\n<li>Fix: Removed height control from Testimonial carousel in mobile editing mode</li>\n<li>Fix: Removed bottom padding when there\'s no pagination in Testimonial carousel</li>\n<li>Fix: Added condition for slides style section in skin bubble mode</li>\n<li>Fix: Slides per view control for mobile editing in Testimonial carousel</li>\n<li>Fix: Navigation Arrows icons matched with common Elementor Navigation Arrows</li>\n</ul>\n<h4>1.9.1 - 2017-09-28</h4>\n<ul>\n<li>Fix: Slides per view for slideshow carousel</li>\n<li>Fix: Final polish for the new Testimonial Carousel widget</li>\n<li>Fix: Don\'t play video if slide type is not video</li>\n<li>Fix: Removed slides style section condition (<a href=\"https://github.com/pojome/elementor/issues/2497\">#2497</a>)</li>\n<li>Fix: Set cursor as pointer for slideshow thumbnails</li>\n</ul>\n<h4>1.9.0 - 2017-09-26</h4>\n<ul>\n<li>New: Added Media Carousel widget (<a href=\"https://github.com/pojome/elementor/issues/216\">#216</a>, <a href=\"https://github.com/pojome/elementor/issues/347\">#347</a>, <a href=\"https://github.com/pojome/elementor/issues/2209\">#2209</a>)</li>\n<li>New: Added Testimonial Carousel widget (<a href=\"https://github.com/pojome/elementor/issues/715\">#715</a>)</li>\n</ul>\n<h4>1.8.3 - 2017-09-24</h4>\n<ul>\n<li>Fix: Added compatibility for WordPress 4.8.2 &amp; 4.7.6</li>\n<li>Fix: Remove slashes from Form sent data</li>\n</ul>\n<h4>1.8.2 - 2017-09-19</h4>\n<ul>\n<li>Tweak: Added target URL for the tweet message in Blockquote widget</li>\n<li>Tweak: Render the slide height before the slider is finished loading</li>\n<li>Fix: Space between words for Animated Headline widget</li>\n<li>Fix: RTL compatibility for Animated Headline widget</li>\n<li>Fix: Italic font style for Animated Headline widget</li>\n<li>Fix: Excluded Menu widget from the WP Editor text rendering</li>\n</ul>\n<h4>1.8.1 - 2017-09-18</h4>\n<ul>\n<li>Fix: WCAG Compatible &quot;required&quot; field attribute for W3C validation (<a href=\"https://github.com/pojome/elementor/issues/2391\">#2391</a>)</li>\n<li>Fix: Print the main menu only when is necessary in Menu widget</li>\n<li>Fix: Use CSS media query instead of JS to hide items in Menu widget to avoid flickering on page load (<a href=\"https://github.com/pojome/elementor/issues/2381\">#2381</a>)</li>\n</ul>\n<h4>1.8.0 - 2017-09-12</h4>\n<ul>\n<li>New: Added Nav Menu widget (<a href=\"https://github.com/pojome/elementor/issues/1406\">#1406</a>)</li>\n<li>Fix: Field ID for checkbox control in Form widget (<a href=\"https://github.com/pojome/elementor/issues/2279\">#2279</a>)</li>\n<li>Fix: Style for Blockquote widget included</li>\n</ul>\n<h4>1.7.2 - 2017-09-07</h4>\n<ul>\n<li>Tweak: Loading Facebook SDK via JS for better compatibility with caching plugins</li>\n<li>Fix: Responsive Embed Facebook post widget for Safari iOS (<a href=\"https://github.com/pojome/elementor/issues/2340\">#2340</a>)</li>\n</ul>\n<h4>1.7.1 - 2017-09-05</h4>\n<ul>\n<li>Fix: Facebook SDK version</li>\n</ul>\n<h4>1.7.0 - 2017-09-05</h4>\n<ul>\n<li>New: Added Facebook Button widget for Like, Recommend, Share and Follow</li>\n<li>New: Added Facebook Embed widget for Post, Video and Comment</li>\n<li>New: Added Facebook Comments widget</li>\n<li>New: Added Facebook Page widget (Previously known as Like Box)</li>\n<li>New: Added Blockquote widget with Tweet button</li>\n<li>Tweak: Added Facebook SDK integration for all Facebook widgets</li>\n<li>Fix: Animated headline rotating with long words</li>\n</ul>\n<h4>1.6.1 - 2017-08-28</h4>\n<ul>\n<li>Fix: Animated Headline marker gets in front of neighboring spans even when &quot;Bring to Front&quot; is not set</li>\n<li>Fix: Stroke animation in Animated Headline for MS Edge browser</li>\n<li>Fix: Animated headline with more than 1-word per rotation</li>\n<li>Fix: Animated Headline in two lines</li>\n<li>Fix: Some errors in Global widget</li>\n</ul>\n<h4>1.6.0 - 2017-08-22</h4>\n<ul>\n<li>New: Added Animated Headline widget</li>\n<li>New: Added Hidden field for Forms widget (<a href=\"https://github.com/pojome/elementor/issues/2038\">#2038</a>)</li>\n<li>Tweak: Added notice to update Elementor to v1.6.5 or higher</li>\n<li>Fix: CSS Animations names no longer minified, in order to prevent unexpected conflicts</li>\n</ul>\n<h4>1.5.9 - 2017-08-16</h4>\n<ul>\n<li>Tweak: Added compatibility for the future release of Elementor v1.7</li>\n<li>Fix: Portfolio compatibility for GeneratePress theme</li>\n<li>Fix: Portfolio filter compatibility for RTL</li>\n<li>Fix: Pagination apply for all posts widget in the page</li>\n<li>Fix: Global form widget with MailChimp integration not saving</li>\n</ul>\n<h4>1.5.8 - 2017-07-25</h4>\n<ul>\n<li>Tweak: Added compatibility for the future release of Elementor v1.6</li>\n<li>Fix: Improved backward compatibility for query control rename</li>\n</ul>\n<h4>1.5.7 - 2017-07-24</h4>\n<ul>\n<li>Tweak: Moved JS render of reCAPTCHA to a separate file</li>\n<li>Tweak: Display the label in the reCAPTCHA field for better experience</li>\n<li>Tweak: Rename <code>panel-posts-control</code> to <code>query-control</code> and added fallback support</li>\n<li>Tweak: Added compatibility for the future release of Elementor with history feature</li>\n<li>Fix: reCAPTCHA preview on the editor</li>\n<li>Fix: Manual selection (query control) has stopped working after saving (<a href=\"https://github.com/pojome/elementor/issues/2000\">#2000</a>)</li>\n<li>Fix: Added condition for icon size control in Share Buttons widget</li>\n</ul>\n<h4>1.5.6 - 2017-07-12</h4>\n<ul>\n<li>Fix: Query Control correction for taxonomies (<a href=\"https://github.com/pojome/elementor/issues/1963\">#1963</a>)</li>\n<li>Fix: Custom CSS override scheme color in the editor</li>\n<li>Fix: Added order by Menu Order for Query Control in WC widget</li>\n<li>Fix: Glitch with Flip Box background overlay</li>\n</ul>\n<h4>1.5.5 - 2017-07-03</h4>\n<ul>\n<li>Tweak: Moved reCAPTCHA render to handler &amp; load only if a form is exist</li>\n<li>Fix: MailChimp integration: Default number of items returned by API increased to 999</li>\n<li>Fix: MailChimp integration: Refresh the groups list if API is changed</li>\n<li>Fix: Sorted items in filter bar by A-Z</li>\n<li>Fix: Editor glitch with Elementor v1.5 (<a href=\"https://github.com/pojome/elementor/issues/1927\">#1927</a>)</li>\n</ul>\n<h4>1.5.4 - 2017-06-22</h4>\n<ul>\n<li>Tweak: Improved compatibility for Elementor v1.5</li>\n<li>Fix: URL default for Add To Cart widget</li>\n<li>Fix: Allowed <code>date</code> and <code>birthday</code> fields as text for MailChimp integration</li>\n</ul>\n<h4>1.5.3 - 2017-06-19</h4>\n<ul>\n<li>Tweak: Make flip-box height responsive control</li>\n<li>Fix: Facebook share count now gets retrieved by Elementor (<a href=\"https://github.com/pojome/elementor/issues/1829\">#1829</a>)</li>\n<li>Fix: Global form widget with MailChimp integration not saving</li>\n</ul>\n<h4>1.5.2 - 2017-06-13</h4>\n<ul>\n<li>Fix: Custom CSS panel location compatibility for the old versions</li>\n</ul>\n<h4>1.5.1 - 2017-06-12</h4>\n<ul>\n<li>Fix: MailChimp update existing user registration</li>\n<li>Fix: Global widget with JS in the editor mode</li>\n<li>Fix: Label section condition in Login widget</li>\n<li>Fix: Changes to unlinked global widget do not appear in the editor</li>\n</ul>\n<h4>1.5.0 - 2017-05-23</h4>\n<ul>\n<li>New: Added Cards, a new skin for Posts widget</li>\n<li>New: Added Exclude option to post query control group</li>\n<li>Tweak: Added <code>post_class()</code> for each post in the loop</li>\n<li>Tweak: Added <code>.elementor-posts-masonry</code> class when Masonry layout is enabled</li>\n<li>Tweak: Added compatibility for the next release of Elementor v1.5.0</li>\n<li>Tweak: CSS <code>autoprefixer</code> now supports last 5 versions of browsers</li>\n<li>Tweak: Added <code>imageLoaded</code> library for Posts &amp; Portfolio widgets</li>\n</ul>\n<h4>1.4.4 - 2017-05-18</h4>\n<ul>\n<li>Fix: Force Mailchimp API to return all lists and not just 10 (<a href=\"https://github.com/pojome/elementor/issues/1683\">#1683</a>)</li>\n<li>Fix: Added <code>.elementor-form</code> class to Login form to fix style glitch</li>\n</ul>\n<h4>1.4.3 - 2017-05-14</h4>\n<ul>\n<li>Tweak: Added Redirect After Login option to Login widget</li>\n<li>Tweak: Stay in the current page after logout in Login widget</li>\n<li>Tweak: Preparation for Elementor settings tabs in future version</li>\n<li>Fix: Pinterest in Share Buttons widget now sharing the URL alone</li>\n<li>Fix: Bug with <code>active</code> class in portfolio filter item</li>\n<li>Fix: Higher specific list-style-type <code>none</code> for filter items to override some theme style</li>\n</ul>\n<h4>1.4.2 - 2017-05-06</h4>\n<ul>\n<li>Fix: Temporary patch for form field shortcode in some servers</li>\n</ul>\n<h4>1.4.1 - 2017-05-03</h4>\n<ul>\n<li>Fix: Bug with custom success message in form widget</li>\n<li>Fix: Bug with meta data in email action</li>\n</ul>\n<h4>1.4.0 - 2017-05-03</h4>\n<ul>\n<li>New: Forms: integration with MailChimp</li>\n<li>New: Forms: integration with MailPoet</li>\n<li>New: Forms: Added Email 2 action for email confirmation</li>\n<li>New: Forms: Added shortcodes for fields</li>\n<li>New: Forms: Added custom ID for fields</li>\n<li>New: Forms: Added option to edit email HTML template (<a href=\"https://github.com/pojome/elementor/issues/1180\">#1180</a>)</li>\n<li>New: Added Login widget</li>\n<li>Tweak: Move <code>send_html</code> control to <code>email_content_type</code></li>\n<li>Fix: Email still sent even if validation failed in form widget</li>\n</ul>\n<h4>1.3.2 - 2017-05-01</h4>\n<ul>\n<li>New: Added action <code>elementor_pro/init</code> for better integration with Elementor Pro</li>\n<li>Fix: Posts without featured image in Posts widget (<a href=\"https://github.com/pojome/elementor/issues/1234\">#1234</a>, <a href=\"https://github.com/pojome/elementor/issues/1382\">#1382</a>)</li>\n<li>Fix: reCAPTCHA &amp; Honeypot fields with new method</li>\n<li>Fix: Added border width control in Share Buttons to avoid a glitch on Chrome browser</li>\n<li>Fix: Border radius glitch on hover in Share Buttons</li>\n</ul>\n<h4>1.3.1 - 2017-04-25</h4>\n<ul>\n<li>Fix: Conflict update with revision history module</li>\n</ul>\n<h4>1.3.0 - 2017-04-25</h4>\n<ul>\n<li>New: Added Share Buttons widget (<a href=\"https://wordpress.org/support/topic/social-sharing-buttons-is-it-possible/\">Topic</a>)</li>\n<li>New: Added Custom CSS for Page Settings</li>\n<li>New: Added Masonry layout for Portfolio widget</li>\n<li>New: Added Cc &amp; Bcc options to email action (<a href=\"https://github.com/pojome/elementor/issues/1181\">#1181</a>)</li>\n<li>New: Introduced <code>ElementorPro\\Modules\\Forms\\Classes\\Action_Base</code> class for better 3rd party integration for forms</li>\n<li>Tweak: Debugger module now also shows errors from Pro</li>\n<li>Tweak: Added options for Elementor Library</li>\n<li>Tweak: New base posts module for optimized performance</li>\n<li>Tweak: Adjusting Posts / Portfolio to the new structure</li>\n<li>Fix: Export for posts / portfolio</li>\n<li>Fix: Duplicate repeater field with switcher control (<a href=\"https://github.com/pojome/elementor/issues/1442\">#1442</a>)</li>\n<li>Fix: Post per Page in the query control</li>\n<li>Fix: Metadata does not come through on form emails (<a href=\"https://github.com/pojome/elementor/issues/1566\">#1566</a>)</li>\n</ul>\n<h4>1.2.6 - 2017-04-19</h4>\n<ul>\n<li>Fix: Added compatibility with WooCommerce 3.0 - Products &amp; Add to Cart widgets</li>\n</ul>\n<h4>1.2.5 - 2017-04-18</h4>\n<ul>\n<li>Fix: Offset query for posts widgets (Posts, Portfolio and Products)</li>\n</ul>\n<h4>1.2.4 - 2017-03-21</h4>\n<ul>\n<li>Tweak: Added Indian Rupee sign to Price Table widget</li>\n<li>Fix: Portfolio grid for IE11</li>\n<li>Fix: Link target blank in Price List widget</li>\n<li>Fix: Active item for filter bar in Portfolio widget</li>\n</ul>\n<h4>1.2.3 - 2017-03-06</h4>\n<ul>\n<li>Tweak: Fully compatible with Elementor v1.3.0</li>\n<li>Tweak: Added trigger for after form submission in Forms widget</li>\n<li>Tweak: Changed handle name in reCAPTCHA field to avoid conflict with other contact forms</li>\n<li>Fix: Portfolio filter syntax in Non-Latin languages</li>\n<li>Fix: Added <code>no-repeat</code> property for slide with <code>background-size:contain</code></li>\n<li>Fix: Condition control &amp; Import value in Posts widgets</li>\n<li>Fix: Offset and Pagination in WordPress (<a href=\"https://codex.wordpress.org/Making_Custom_Queries_using_Offset_and_Pagination\">More Info</a>)</li>\n<li>Fix: Submit handler bubbling for custom events in Forms widget</li>\n</ul>\n<h4>1.2.2 - 2017-02-23</h4>\n<ul>\n<li>Tweak: Change name from Side A/B to Front and Back in Flip Box widget</li>\n<li>Fix: Error when saving third party widgets in the global widget</li>\n<li>Fix: Image position &quot;none&quot; remains visible in editor preview (Posts)</li>\n<li>Fix: Hide the pagination when there are no links</li>\n</ul>\n<h4>1.2.1 - 2017-02-21</h4>\n<ul>\n<li>Fix: Firefox Flip Box 3D compatibility</li>\n</ul>\n<h4>1.2.0 - 2017-02-21</h4>\n<ul>\n<li>New: Added Flip Box widget</li>\n<li>New: Added Ken Burns effect for slides</li>\n<li>New: Added Masonry layout for Posts widget</li>\n<li>New: Added Pagination option for Posts widget</li>\n<li>Tweak: Added background size contain to slides</li>\n<li>Tweak: Improve Query control by preload items</li>\n<li>Fix: Text color for Checkbox and Radio fields</li>\n</ul>\n<h4>1.1.2 - 2017-02-05</h4>\n<ul>\n<li>Tweak: Added <code>aria-required</code> for better accessibility in forms widget</li>\n<li>Fix: Conflict Call to <code>undefined</code> method in Posts &amp; Portfolio widgets (<a href=\"https://github.com/pojome/elementor/issues/1271\">#1271</a>, <a href=\"https://github.com/pojome/elementor/issues/1266\">#1266</a>)</li>\n<li>Fix: Submit button HTML after error sending</li>\n<li>Fix: Success message for <code>skip_email</code> function</li>\n<li>Notice: Elementor 1.2.0 or later now required</li>\n</ul>\n<h4>1.1.1 - 2017-01-24</h4>\n<ul>\n<li>Fix: Can\'t save global widgets when <code>WP_DEBUG</code> is <code>true</code></li>\n<li>Fix: Undefined variable in WC widgets</li>\n<li>Fix: Removed duplicate strings</li>\n</ul>\n<h4>1.1.0 - 2017-01-24</h4>\n<ul>\n<li>New: Price Table widget (<a href=\"https://github.com/pojome/elementor/issues/102\">#102</a>)</li>\n<li>New: WooCommerce Add to Cart widget</li>\n<li>New: WooCommerce Categories widget</li>\n<li>New: WooCommerce Elements widget</li>\n<li>New: Honeypot field for Forms widgets</li>\n<li>Tweak: Added inline options for taxonomies &amp; authors if is less than 15 items</li>\n<li>Tweak: Added Required Mark for fields in Forms widget</li>\n<li>Fix: CSS selectors priority in Slides widget</li>\n<li>Fix: CSS bug in Price List widget</li>\n<li>Fix: Update all Post CSS files that includes specific Global Widget</li>\n</ul>\n<h4>1.0.9 - 2017-01-18</h4>\n<ul>\n<li>Fix: Auto complete bug in query controls</li>\n<li>Fix: Render template with escaping slashes</li>\n<li>Fix: Reply-to field in Forms widget</li>\n</ul>\n<h4>1.0.8 - 2017-01-11</h4>\n<ul>\n<li>Tweak: Code adjustments for Elementor API</li>\n<li>Fix: Removed go pro link from plugins page in admin</li>\n</ul>\n<h4>1.0.7 - 2017-01-05</h4>\n<ul>\n<li>Tweak: Added filter by featured / sale for WC Products widget</li>\n<li>Tweak: Added author control in Portfolio widget</li>\n<li>Tweak: Code adjustments for Elementor API</li>\n<li>Fix: Added support for empty image ratio</li>\n<li>Fix: Avoid nesting a sidebar within a template that will appear in the sidebar itself</li>\n</ul>\n<h4>1.0.6 - 2017-01-01</h4>\n<ul>\n<li>Tweak: Added Auto-updates for local translation files</li>\n<li>Fix: Custom CSS for Global widgets</li>\n<li>Fix: Remove <code>nonce</code> field (Fix some cache plugins)</li>\n</ul>\n<h4>1.0.5 - 2016-12-27</h4>\n<ul>\n<li>Fix: Slide element bug fix - \'Link apply on\' logic</li>\n<li>Fix: Removed unique wrapper for Custom CSS in order to allow media queries (<a href=\"https://github.com/pojome/elementor/issues/1086\">#1086</a>)</li>\n</ul>\n<h4>1.0.4 - 2016-12-21</h4>\n<ul>\n<li>Tweak: Mobile Editing for fields in the form widget</li>\n<li>Tweak: Mobile Editing for posts</li>\n<li>Tweak: Allow send form as HTML</li>\n<li>Tweak: Improved auto upgrades for Multisite installation</li>\n<li>Tweak: Improve editor rendering experience for Portfolio widget</li>\n<li>Fix: Posts widget check if image exist</li>\n<li>Fix: Changed the clone method for global widget (<a href=\"https://github.com/pojome/elementor/issues/1042\">#1042</a>)</li>\n<li>Fix: Bug slides in RTL (removed direction control)</li>\n<li>Fix: Slides with no height jumps when changing slides</li>\n</ul>\n<h4>1.0.3 - 2016-12-13</h4>\n<ul>\n<li>Fix: Added escape placeholder for HTML Entities in form widget</li>\n<li>Fix: Countdown widget RTL bug</li>\n<li>Fix: Remove redundant #elementor selector for control style</li>\n<li>Fix: Added prefixing with \'0\' for one digit number in Countdown widget</li>\n</ul>\n<h4>1.0.2 - 2016-12-12</h4>\n<ul>\n<li>Fix: Page layout collapses when inserting reCAPTCHA field in Form</li>\n</ul>\n<h4>1.0.1 - 2016-12-12</h4>\n<ul>\n<li>Fix: WordPress widgets disappear from Editor when Elementor Pro active</li>\n</ul>\n<h4>1.0.0 - 2016-12-12</h4>\n<ul>\n<li>Initial release</li>\n</ul>\";}\";s:7:\"banners\";s:41:\"a:2:{s:4:\"high\";s:0:\"\";s:3:\"low\";s:0:\"\";}\";s:5:\"icons\";a:1:{s:3:\"svg\";s:42:\"https://ps.w.org/elementor/assets/icon.svg\";}}}','no'),(739,'_astra_ext_enabled_extensions','a:18:{s:14:\"advanced-hooks\";s:14:\"advanced-hooks\";s:8:\"blog-pro\";s:8:\"blog-pro\";s:21:\"colors-and-background\";s:21:\"colors-and-background\";s:15:\"advanced-footer\";s:15:\"advanced-footer\";s:13:\"mobile-header\";s:13:\"mobile-header\";s:15:\"header-sections\";s:15:\"header-sections\";s:9:\"lifterlms\";s:9:\"lifterlms\";s:9:\"learndash\";s:9:\"learndash\";s:16:\"advanced-headers\";s:16:\"advanced-headers\";s:12:\"site-layouts\";s:12:\"site-layouts\";s:7:\"spacing\";s:7:\"spacing\";s:13:\"sticky-header\";s:13:\"sticky-header\";s:13:\"scroll-to-top\";s:13:\"scroll-to-top\";s:18:\"transparent-header\";s:18:\"transparent-header\";s:10:\"typography\";s:10:\"typography\";s:11:\"woocommerce\";s:11:\"woocommerce\";s:3:\"edd\";s:3:\"edd\";s:8:\"nav-menu\";s:8:\"nav-menu\";}','yes'),(249,'tcb_symbols_tax_children','a:0:{}','yes'),(250,'tve_version','2.4.4.1','yes'),(251,'tve_tcb_db_version','1.2','yes'),(252,'global_lp_scripts','a:1:{i:0;a:7:{s:2:\"id\";i:1;s:5:\"label\";s:16:\"Google Analytics\";s:6:\"status\";a:2:{s:3:\"ttb\";s:0:\"\";s:2:\"lp\";s:0:\"\";}s:9:\"placement\";s:4:\"head\";s:4:\"code\";s:314:\"<!-- Global site tag (gtag.js) - Google Analytics -->\n<script async src=\"https://www.googletagmanager.com/gtag/js?id=UA-38981657-2\"></script>\n<script>\n  window.dataLayer = window.dataLayer || [];\n  function gtag(){dataLayer.push(arguments);}\n  gtag(\'js\', new Date());\n\n  gtag(\'config\', \'UA-38981657-2\');\n</script>\n\";s:5:\"order\";i:0;s:4:\"icon\";s:16:\"google-analytics\";}}','yes'),(253,'external_updates-thrive-visual-editor','O:8:\"stdClass\":3:{s:9:\"lastCheck\";i:1581421023;s:14:\"checkedVersion\";s:7:\"2.4.4.1\";s:6:\"update\";O:8:\"stdClass\":6:{s:2:\"id\";i:0;s:4:\"slug\";s:20:\"thrive-visual-editor\";s:7:\"version\";s:5:\"2.4.8\";s:8:\"homepage\";N;s:12:\"download_url\";s:59:\"http://download.thrivethemes.com/thrive-architect-2.4.8.zip\";s:14:\"upgrade_notice\";s:0:\"\";}}','no'),(255,'thrive_tt_shares','a:2:{s:8:\"facebook\";a:2:{s:5:\"count\";i:17282;s:10:\"last_fetch\";i:1553379520;}s:6:\"google\";a:2:{s:5:\"count\";i:0;s:10:\"last_fetch\";i:1553379520;}}','yes'),(256,'thrive_license','a:1:{i:0;s:3:\"all\";}','yes'),(460,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}','yes'),(260,'thrive_aweber_rts','pEybftdD4mr9afoPlnzMusQ81oNqzxgFmL1Setmo','yes'),(263,'thrive_ab_page_testing_db','1.1','yes'),(264,'external_updates-thrive-ab-page-testing','O:8:\"stdClass\":3:{s:9:\"lastCheck\";i:1581421023;s:14:\"checkedVersion\";s:5:\"1.3.2\";s:6:\"update\";O:8:\"stdClass\":6:{s:2:\"id\";i:0;s:4:\"slug\";s:22:\"thrive-ab-page-testing\";s:7:\"version\";s:5:\"1.3.7\";s:8:\"homepage\";N;s:12:\"download_url\";s:58:\"http://download.thrivethemes.com/thrive-optimize-1.3.7.zip\";s:14:\"upgrade_notice\";s:0:\"\";}}','no'),(268,'tcm_db_version','1.0.1','yes'),(269,'tcm_labels_option','a:39:{s:18:\"number_of_comments\";a:2:{s:7:\"default\";s:29:\"{number_of_comments} comments\";s:4:\"text\";s:29:\"{number_of_comments} comments\";}s:19:\"show_comments_first\";a:2:{s:7:\"default\";s:32:\"{dropdown_option} comments first\";s:4:\"text\";s:32:\"{dropdown_option} comments first\";}s:6:\"newest\";a:2:{s:7:\"default\";s:6:\"Newest\";s:4:\"text\";s:6:\"Newest\";}s:6:\"oldest\";a:2:{s:7:\"default\";s:6:\"Oldest\";s:4:\"text\";s:6:\"Oldest\";}s:9:\"top_rated\";a:2:{s:7:\"default\";s:9:\"Top rated\";s:4:\"text\";s:9:\"Top rated\";}s:13:\"enter_comment\";a:2:{s:7:\"default\";s:21:\"Enter your comment...\";s:4:\"text\";s:21:\"Enter your comment...\";}s:13:\"load_comments\";a:2:{s:7:\"default\";s:18:\"Load more comments\";s:4:\"text\";s:18:\"Load more comments\";}s:11:\"add_comment\";a:2:{s:7:\"default\";s:19:\"Add your comment...\";s:4:\"text\";s:19:\"Add your comment...\";}s:13:\"reply_to_user\";a:2:{s:7:\"default\";s:19:\"Reply to {username}\";s:4:\"text\";s:19:\"Reply to {username}\";}s:13:\"commenting_as\";a:2:{s:7:\"default\";s:24:\"Commenting as {username}\";s:4:\"text\";s:24:\"Commenting as {username}\";}s:14:\"social_account\";a:2:{s:7:\"default\";s:12:\"Log in with:\";s:4:\"text\";s:12:\"Log in with:\";}s:13:\"guest_comment\";a:2:{s:7:\"default\";s:19:\"Comment as a guest:\";s:4:\"text\";s:19:\"Comment as a guest:\";}s:4:\"name\";a:2:{s:7:\"default\";s:4:\"Name\";s:4:\"text\";s:4:\"Name\";}s:5:\"email\";a:2:{s:7:\"default\";s:30:\"Email (not displayed publicly)\";s:4:\"text\";s:30:\"Email (not displayed publicly)\";}s:7:\"website\";a:2:{s:7:\"default\";s:7:\"Website\";s:4:\"text\";s:7:\"Website\";}s:14:\"submit_comment\";a:2:{s:7:\"default\";s:14:\"Submit comment\";s:4:\"text\";s:14:\"Submit comment\";}s:4:\"vote\";a:2:{s:7:\"default\";s:5:\"Vote:\";s:4:\"text\";s:5:\"Vote:\";}s:5:\"share\";a:2:{s:7:\"default\";s:5:\"Share\";s:4:\"text\";s:5:\"Share\";}s:8:\"copy_url\";a:2:{s:7:\"default\";s:17:\"Click to copy URL\";s:4:\"text\";s:17:\"Click to copy URL\";}s:14:\"close_comments\";a:2:{s:7:\"default\";s:19:\"Comments are closed\";s:4:\"text\";s:19:\"Comments are closed\";}s:13:\"email_address\";a:2:{s:7:\"default\";s:13:\"Email address\";s:4:\"text\";s:13:\"Email address\";}s:9:\"subscribe\";a:2:{s:7:\"default\";s:21:\"Subscribe to comments\";s:4:\"text\";s:21:\"Subscribe to comments\";}s:11:\"unsubscribe\";a:2:{s:7:\"default\";s:11:\"Unsubscribe\";s:4:\"text\";s:11:\"Unsubscribe\";}s:13:\"logout_change\";a:2:{s:7:\"default\";s:13:\"Logout/Change\";s:4:\"text\";s:13:\"Logout/Change\";}s:16:\"login_on_website\";a:2:{s:7:\"default\";s:16:\"Login on website\";s:4:\"text\";s:16:\"Login on website\";}s:15:\"signin_facebook\";a:2:{s:7:\"default\";s:21:\"Sign in with Facebook\";s:4:\"text\";s:21:\"Sign in with Facebook\";}s:13:\"signin_google\";a:2:{s:7:\"default\";s:19:\"Sign in with Google\";s:4:\"text\";s:19:\"Sign in with Google\";}s:23:\"comment_content_missing\";a:2:{s:7:\"default\";s:47:\"Please add your comment text in the field below\";s:4:\"text\";s:47:\"Please add your comment text in the field below\";}s:20:\"author_name_required\";a:2:{s:7:\"default\";s:50:\"Please add your name before submitting the comment\";s:4:\"text\";s:50:\"Please add your name before submitting the comment\";}s:10:\"isRequired\";a:2:{s:7:\"default\";s:34:\"Please enter a valid email address\";s:4:\"text\";s:34:\"Please enter a valid email address\";}s:13:\"need_register\";a:2:{s:7:\"default\";s:74:\"The comment could not be saved. You must be registered in order to comment\";s:4:\"text\";s:74:\"The comment could not be saved. You must be registered in order to comment\";}s:20:\"login_submit_comment\";a:2:{s:7:\"default\";s:44:\"You need to be logged in to submit a comment\";s:4:\"text\";s:44:\"You need to be logged in to submit a comment\";}s:17:\"comment_duplicate\";a:2:{s:7:\"default\";s:72:\"Duplicate comment detected, it looks as though you\'ve already said that!\";s:4:\"text\";s:72:\"Duplicate comment detected, it looks as though you\'ve already said that!\";}s:13:\"comment_flood\";a:2:{s:7:\"default\";s:48:\"You are posting comments too quickly. Slow down.\";s:4:\"text\";s:48:\"You are posting comments too quickly. Slow down.\";}s:12:\"spam_comment\";a:2:{s:7:\"default\";s:31:\"Your comment was marked as spam\";s:4:\"text\";s:31:\"Your comment was marked as spam\";}s:25:\"rest_cookie_invalid_nonce\";a:2:{s:7:\"default\";s:23:\"Cookie nonce is invalid\";s:4:\"text\";s:23:\"Cookie nonce is invalid\";}s:25:\"tcm_receive_notifications\";a:2:{s:7:\"default\";s:44:\"Notify me when someone replies to my comment\";s:4:\"text\";s:44:\"Notify me when someone replies to my comment\";}s:11:\"remember_me\";a:2:{s:7:\"default\";s:66:\"Save the details above in this browser for the next time I comment\";s:4:\"text\";s:66:\"Save the details above in this browser for the next time I comment\";}s:15:\"storing_consent\";a:2:{s:7:\"default\";s:87:\"By using this form you agree with the storage and handling of your data by this website\";s:4:\"text\";s:87:\"By using this form you agree with the storage and handling of your data by this website\";}}','yes'),(270,'tcm_mod_administrator','1','yes'),(271,'tcm_mod_editor','1','yes'),(272,'tcm_mod_author','1','yes'),(273,'tcm_mod_contributor','0','yes'),(274,'tcm_mod_subscriber','0','yes'),(275,'external_updates-thrive-comments','O:8:\"stdClass\":3:{s:9:\"lastCheck\";i:1581445460;s:14:\"checkedVersion\";s:5:\"1.3.3\";s:6:\"update\";O:8:\"stdClass\":6:{s:2:\"id\";i:0;s:4:\"slug\";s:15:\"thrive-comments\";s:7:\"version\";s:5:\"1.3.7\";s:8:\"homepage\";N;s:12:\"download_url\";s:58:\"http://download.thrivethemes.com/thrive-comments-1.3.7.zip\";s:14:\"upgrade_notice\";s:0:\"\";}}','no'),(276,'tcm_plugin_ready','1','yes'),(69487,'category_children','a:0:{}','yes'),(338,'thrive_affiliate_id','a:0:{}','yes'),(280,'thrive_headline_optimizer_db_version','1.1','yes'),(281,'external_updates-thrive-headline-optimizer','O:8:\"stdClass\":3:{s:9:\"lastCheck\";i:1581421023;s:14:\"checkedVersion\";s:6:\"1.1.30\";s:6:\"update\";O:8:\"stdClass\":6:{s:2:\"id\";i:0;s:4:\"slug\";s:25:\"thrive-headline-optimizer\";s:7:\"version\";s:5:\"1.2.3\";s:8:\"homepage\";N;s:12:\"download_url\";s:68:\"http://download.thrivethemes.com/thrive-headline-optimizer-1.2.3.zip\";s:14:\"upgrade_notice\";s:0:\"\";}}','no'),(285,'thrive_clever_widgets_version','1.7','yes'),(286,'external_updates-thrive-clever-widgets','O:8:\"stdClass\":3:{s:9:\"lastCheck\";i:1581432263;s:14:\"checkedVersion\";s:4:\"1.46\";s:6:\"update\";O:8:\"stdClass\":6:{s:2:\"id\";i:0;s:4:\"slug\";s:21:\"thrive-clever-widgets\";s:7:\"version\";s:4:\"1.50\";s:8:\"homepage\";N;s:12:\"download_url\";s:63:\"http://download.thrivethemes.com/thrive-clever-widgets-1.50.zip\";s:14:\"upgrade_notice\";s:0:\"\";}}','no'),(290,'tve_leads_ajax_load','0','yes'),(291,'tve_leads_db_version','1.22','yes'),(292,'widget_widget_thrive_leads','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(293,'external_updates-thrive-leads','O:8:\"stdClass\":3:{s:9:\"lastCheck\";i:1581421024;s:14:\"checkedVersion\";s:7:\"2.2.5.1\";s:6:\"update\";O:8:\"stdClass\":6:{s:2:\"id\";i:0;s:4:\"slug\";s:12:\"thrive-leads\";s:7:\"version\";s:5:\"2.2.9\";s:8:\"homepage\";N;s:12:\"download_url\";s:55:\"http://download.thrivethemes.com/thrive-leads-2.2.9.zip\";s:14:\"upgrade_notice\";s:0:\"\";}}','no'),(295,'tcm_notification_labels','a:15:{s:13:\"email_subject\";a:2:{s:7:\"default\";s:41:\"New reply to your comment {comment_start}\";s:4:\"text\";s:41:\"New reply to your comment {comment_start}\";}s:13:\"content_title\";a:2:{s:7:\"default\";s:50:\"A reply to your comment was posted on {site_title}\";s:4:\"text\";s:50:\"A reply to your comment was posted on {site_title}\";}s:14:\"comment_posted\";a:2:{s:7:\"default\";s:30:\"Comment posted on {site_title}\";s:4:\"text\";s:30:\"Comment posted on {site_title}\";}s:8:\"reply_to\";a:2:{s:7:\"default\";s:32:\"Reply to {source_commenter_name}\";s:4:\"text\";s:32:\"Reply to {source_commenter_name}\";}s:9:\"signed_up\";a:2:{s:7:\"default\";s:76:\"You are signed up to be notified of replies to your comment on {source_page}\";s:4:\"text\";s:76:\"You are signed up to be notified of replies to your comment on {source_page}\";}s:11:\"unsubscribe\";a:2:{s:7:\"default\";s:262:\"You can {unsubscribe_link} from these notifications. Please note that this will unsubscribe you only from this notification thread. If you have signed up to receive notifications to other comments or comment threads on {site_title}, you will still receive those.\";s:4:\"text\";s:262:\"You can {unsubscribe_link} from these notifications. Please note that this will unsubscribe you only from this notification thread. If you have signed up to receive notifications to other comments or comment threads on {site_title}, you will still receive those.\";}s:15:\"replied_comment\";a:2:{s:7:\"default\";s:104:\"{source_commenter_name} wrote this reply in response to the comment by {comment_author} on {source_page}\";s:4:\"text\";s:104:\"{source_commenter_name} wrote this reply in response to the comment by {comment_author} on {source_page}\";}s:16:\"unsubscribe_text\";a:2:{s:7:\"default\";s:25:\"click here to unsubscribe\";s:4:\"text\";s:25:\"click here to unsubscribe\";}s:18:\"post_email_subject\";a:2:{s:7:\"default\";s:35:\"New comment posted on {source_page}\";s:4:\"text\";s:35:\"New comment posted on {source_page}\";}s:18:\"post_content_title\";a:2:{s:7:\"default\";s:40:\"A new comment was posted on {site_title}\";s:4:\"text\";s:40:\"A new comment was posted on {site_title}\";}s:19:\"post_comment_posted\";a:2:{s:7:\"default\";s:30:\"Comment posted on {site_title}\";s:4:\"text\";s:30:\"Comment posted on {site_title}\";}s:13:\"post_reply_to\";a:2:{s:7:\"default\";s:32:\"Reply to {source_commenter_name}\";s:4:\"text\";s:32:\"Reply to {source_commenter_name}\";}s:14:\"post_signed_up\";a:2:{s:7:\"default\";s:76:\"You are signed up to be notified of replies to your comment on {source_page}\";s:4:\"text\";s:76:\"You are signed up to be notified of replies to your comment on {source_page}\";}s:16:\"post_unsubscribe\";a:2:{s:7:\"default\";s:263:\"You can {unsubscribe_link} from these notifications. Please note that this will unsubscribe you only from this notification  thread. If you have signed up to receive notifications to other comments or comment threads on {site_title}, you will still receive those.\";s:4:\"text\";s:263:\"You can {unsubscribe_link} from these notifications. Please note that this will unsubscribe you only from this notification  thread. If you have signed up to receive notifications to other comments or comment threads on {site_title}, you will still receive those.\";}s:21:\"post_unsubscribe_text\";a:2:{s:7:\"default\";s:25:\"click here to unsubscribe\";s:4:\"text\";s:25:\"click here to unsubscribe\";}}','yes'),(296,'tcm_hide_live_preview','a:0:{}','yes'),(297,'tcm_api_status','a:4:{s:8:\"facebook\";i:1;s:6:\"google\";i:1;s:12:\"facebook_api\";i:0;s:10:\"google_api\";i:0;}','yes'),(298,'tcm_enable_social_signin','1','yes'),(96850,'thrive_mail_list_api','a:1:{s:6:\"aweber\";a:2:{s:5:\"token\";s:24:\"Agvb8veuEbckSV9CxM1M3fio\";s:6:\"secret\";s:40:\"Hb1NiCoP9Fl4hL7YWRa9tYQE8KDpAewwlwHrOBvB\";}}','yes'),(80138,'_transient_tsf_exclude_0_1','a:2:{s:7:\"archive\";a:0:{}s:6:\"search\";a:0:{}}','yes'),(79105,'tva_difficulty_levels','a:4:{i:0;a:2:{s:2:\"ID\";i:0;s:4:\"name\";s:4:\"None\";}i:1;a:2:{s:2:\"ID\";i:1;s:4:\"name\";s:4:\"Easy\";}i:2;a:2:{s:2:\"ID\";i:2;s:4:\"name\";s:12:\"Intermediate\";}i:3;a:2:{s:2:\"ID\";i:3;s:4:\"name\";s:8:\"Advanced\";}}','yes'),(97897,'tve_leads_lightbox_downloaded_templates','a:8:{s:10:\"multi_step\";a:1:{s:8:\"lightbox\";a:1:{s:20:\"tcb2_icons-v1-2-step\";a:4:{s:7:\"version\";s:5:\"0.0.1\";s:4:\"name\";s:15:\"Icons V1 2-step\";s:2:\"V2\";s:1:\"1\";s:6:\"states\";a:2:{i:1;a:2:{s:3:\"tpl\";s:32:\"lightbox|tcb2_icons-v1-2-step_m1\";s:5:\"state\";s:7:\"default\";}i:2;a:2:{s:3:\"tpl\";s:32:\"lightbox|tcb2_icons-v1-2-step_m2\";s:5:\"state\";s:7:\"default\";}}}}}s:15:\"tcb2_set-002-v5\";a:13:{s:3:\"css\";s:0:\"\";s:8:\"template\";s:15:\"tcb2_set-002-v5\";s:7:\"version\";s:1:\"2\";s:4:\"name\";s:10:\"Set 002 V5\";s:2:\"V2\";s:1:\"1\";s:6:\"images\";a:2:{i:0;s:21:\"set2_lightbox4_bg.jpg\";i:1;s:22:\"set2_divider-300x8.png\";}s:7:\"globals\";a:2:{s:1:\"e\";s:1:\"1\";s:11:\"content_css\";s:17:\"tve-u-15dc73fd27e\";}s:4:\"meta\";a:2:{s:8:\"user_css\";s:369:\".tve-leads-conversion-object .thrv_heading h1,.tve-leads-conversion-object .thrv_heading h2,.tve-leads-conversion-object .thrv_heading h3{margin:0;padding:0}.tve-leads-conversion-object .thrv_text_element p,.tve-leads-conversion-object .thrv_text_element h1,.tve-leads-conversion-object .thrv_text_element h2,.tve-leads-conversion-object .thrv_text_element h3{margin:0}\";s:9:\"typefocus\";s:1:\"0\";}s:3:\"key\";s:15:\"tcb2_set-002-v5\";s:11:\"API_VERSION\";i:2;s:8:\"base_url\";s:89:\"//bestcerakoteflorida.com/wp-content/uploads/tve_leads_templates/lightbox/tcb2_set-002-v5\";s:8:\"base_dir\";s:102:\"/home/blackh42/bestcerakoteflorida.com/wp-content/uploads/tve_leads_templates/lightbox/tcb2_set-002-v5\";s:9:\"thumbnail\";s:126:\"https://bestcerakoteflorida.com/wp-content/uploads/tve_leads_templates/lightbox/tcb2_set-002-v5/thumbnails/tcb2_set-002-v5.png\";}s:20:\"tcb2_icons-v1-2-step\";a:4:{s:7:\"version\";s:5:\"0.0.1\";s:4:\"name\";s:15:\"Icons V1 2-step\";s:2:\"V2\";s:1:\"1\";s:6:\"states\";a:2:{i:1;a:2:{s:3:\"tpl\";s:32:\"lightbox|tcb2_icons-v1-2-step_m1\";s:5:\"state\";s:7:\"default\";}i:2;a:2:{s:3:\"tpl\";s:32:\"lightbox|tcb2_icons-v1-2-step_m2\";s:5:\"state\";s:7:\"default\";}}}s:23:\"tcb2_icons-v1-2-step_m1\";a:13:{s:3:\"css\";s:0:\"\";s:8:\"template\";s:23:\"tcb2_icons-v1-2-step_m1\";s:7:\"version\";s:1:\"2\";s:4:\"name\";s:18:\"Icons V1 2-step_m1\";s:2:\"V2\";s:1:\"1\";s:6:\"images\";a:1:{i:0;s:17:\"download_icon.png\";}s:7:\"globals\";a:2:{s:1:\"e\";s:1:\"1\";s:11:\"content_css\";s:19:\"tve-u-h1nu338u4y7d3\";}s:4:\"meta\";a:2:{s:8:\"user_css\";s:369:\".tve-leads-conversion-object .thrv_heading h1,.tve-leads-conversion-object .thrv_heading h2,.tve-leads-conversion-object .thrv_heading h3{margin:0;padding:0}.tve-leads-conversion-object .thrv_text_element p,.tve-leads-conversion-object .thrv_text_element h1,.tve-leads-conversion-object .thrv_text_element h2,.tve-leads-conversion-object .thrv_text_element h3{margin:0}\";s:9:\"typefocus\";s:1:\"0\";}s:10:\"multi_step\";s:1:\"1\";s:3:\"key\";s:23:\"tcb2_icons-v1-2-step_m1\";s:11:\"API_VERSION\";i:2;s:8:\"base_url\";s:97:\"//bestcerakoteflorida.com/wp-content/uploads/tve_leads_templates/lightbox/tcb2_icons-v1-2-step_m1\";s:8:\"base_dir\";s:110:\"/home/blackh42/bestcerakoteflorida.com/wp-content/uploads/tve_leads_templates/lightbox/tcb2_icons-v1-2-step_m1\";}s:23:\"tcb2_icons-v1-2-step_m2\";a:13:{s:3:\"css\";s:0:\"\";s:8:\"template\";s:23:\"tcb2_icons-v1-2-step_m2\";s:7:\"version\";s:1:\"2\";s:4:\"name\";s:18:\"Icons V1 2-step_m2\";s:2:\"V2\";s:1:\"1\";s:6:\"images\";a:1:{i:0;s:17:\"download_icon.png\";}s:7:\"globals\";a:2:{s:1:\"e\";s:1:\"1\";s:11:\"content_css\";s:19:\"tve-u-45t1qq5c101gd\";}s:4:\"meta\";a:2:{s:8:\"user_css\";s:0:\"\";s:9:\"typefocus\";s:1:\"0\";}s:10:\"multi_step\";s:1:\"1\";s:3:\"key\";s:23:\"tcb2_icons-v1-2-step_m2\";s:11:\"API_VERSION\";i:2;s:8:\"base_url\";s:97:\"//bestcerakoteflorida.com/wp-content/uploads/tve_leads_templates/lightbox/tcb2_icons-v1-2-step_m2\";s:8:\"base_dir\";s:110:\"/home/blackh42/bestcerakoteflorida.com/wp-content/uploads/tve_leads_templates/lightbox/tcb2_icons-v1-2-step_m2\";}s:15:\"tcb2_set-003-v2\";a:13:{s:3:\"css\";s:0:\"\";s:8:\"template\";s:15:\"tcb2_set-003-v2\";s:7:\"version\";s:1:\"2\";s:4:\"name\";s:10:\"Set 003 V2\";s:2:\"V2\";s:1:\"1\";s:6:\"images\";a:2:{i:0;s:27:\"set3_play_image-150x150.jpg\";i:1;s:19:\"set3_play_image.jpg\";}s:7:\"globals\";a:2:{s:1:\"e\";s:1:\"1\";s:11:\"content_css\";s:17:\"tve-u-15dcb93fefc\";}s:4:\"meta\";a:2:{s:8:\"user_css\";s:369:\".tve-leads-conversion-object .thrv_heading h1,.tve-leads-conversion-object .thrv_heading h2,.tve-leads-conversion-object .thrv_heading h3{margin:0;padding:0}.tve-leads-conversion-object .thrv_text_element p,.tve-leads-conversion-object .thrv_text_element h1,.tve-leads-conversion-object .thrv_text_element h2,.tve-leads-conversion-object .thrv_text_element h3{margin:0}\";s:9:\"typefocus\";s:1:\"0\";}s:3:\"key\";s:15:\"tcb2_set-003-v2\";s:11:\"API_VERSION\";i:2;s:8:\"base_url\";s:89:\"//bestcerakoteflorida.com/wp-content/uploads/tve_leads_templates/lightbox/tcb2_set-003-v2\";s:8:\"base_dir\";s:102:\"/home/blackh42/bestcerakoteflorida.com/wp-content/uploads/tve_leads_templates/lightbox/tcb2_set-003-v2\";s:9:\"thumbnail\";s:126:\"https://bestcerakoteflorida.com/wp-content/uploads/tve_leads_templates/lightbox/tcb2_set-003-v2/thumbnails/tcb2_set-003-v2.png\";}s:15:\"tcb2_set-002-v6\";a:13:{s:3:\"css\";s:0:\"\";s:8:\"template\";s:15:\"tcb2_set-002-v6\";s:7:\"version\";s:1:\"2\";s:4:\"name\";s:10:\"Set 002 V6\";s:2:\"V2\";s:1:\"1\";s:7:\"globals\";a:2:{s:1:\"e\";s:1:\"1\";s:11:\"content_css\";s:17:\"tve-u-15dc73fd27e\";}s:4:\"meta\";a:2:{s:8:\"user_css\";s:369:\".tve-leads-conversion-object .thrv_heading h1,.tve-leads-conversion-object .thrv_heading h2,.tve-leads-conversion-object .thrv_heading h3{margin:0;padding:0}.tve-leads-conversion-object .thrv_text_element p,.tve-leads-conversion-object .thrv_text_element h1,.tve-leads-conversion-object .thrv_text_element h2,.tve-leads-conversion-object .thrv_text_element h3{margin:0}\";s:9:\"typefocus\";s:1:\"0\";}s:3:\"key\";s:15:\"tcb2_set-002-v6\";s:6:\"images\";a:0:{}s:11:\"API_VERSION\";i:2;s:8:\"base_url\";s:89:\"//bestcerakoteflorida.com/wp-content/uploads/tve_leads_templates/lightbox/tcb2_set-002-v6\";s:8:\"base_dir\";s:102:\"/home/blackh42/bestcerakoteflorida.com/wp-content/uploads/tve_leads_templates/lightbox/tcb2_set-002-v6\";s:9:\"thumbnail\";s:126:\"https://bestcerakoteflorida.com/wp-content/uploads/tve_leads_templates/lightbox/tcb2_set-002-v6/thumbnails/tcb2_set-002-v6.png\";}s:15:\"tcb2_set-002-v4\";a:13:{s:3:\"css\";s:0:\"\";s:8:\"template\";s:15:\"tcb2_set-002-v4\";s:7:\"version\";s:1:\"2\";s:4:\"name\";s:10:\"Set 002 V4\";s:2:\"V2\";s:1:\"1\";s:6:\"images\";a:1:{i:0;s:21:\"set2_lightbox4_bg.jpg\";}s:7:\"globals\";a:2:{s:1:\"e\";s:1:\"1\";s:11:\"content_css\";s:17:\"tve-u-15dc73fd27e\";}s:4:\"meta\";a:2:{s:8:\"user_css\";s:369:\".tve-leads-conversion-object .thrv_heading h1,.tve-leads-conversion-object .thrv_heading h2,.tve-leads-conversion-object .thrv_heading h3{margin:0;padding:0}.tve-leads-conversion-object .thrv_text_element p,.tve-leads-conversion-object .thrv_text_element h1,.tve-leads-conversion-object .thrv_text_element h2,.tve-leads-conversion-object .thrv_text_element h3{margin:0}\";s:9:\"typefocus\";s:1:\"0\";}s:3:\"key\";s:15:\"tcb2_set-002-v4\";s:11:\"API_VERSION\";i:2;s:8:\"base_url\";s:89:\"//bestcerakoteflorida.com/wp-content/uploads/tve_leads_templates/lightbox/tcb2_set-002-v4\";s:8:\"base_dir\";s:102:\"/home/blackh42/bestcerakoteflorida.com/wp-content/uploads/tve_leads_templates/lightbox/tcb2_set-002-v4\";s:9:\"thumbnail\";s:126:\"https://bestcerakoteflorida.com/wp-content/uploads/tve_leads_templates/lightbox/tcb2_set-002-v4/thumbnails/tcb2_set-002-v4.png\";}}','yes'),(215658,'wordfence_syncingAttackData','0','no'),(215657,'wordfence_syncAttackDataAttempts','0','no'),(68103,'w3tc_state','{\"common.install\":1536298276,\"minify.hide_minify_help\":true,\"common.show_note.flush_posts_needed\":false,\"common.show_note.flush_posts_needed.timestamp\":1552944558,\"minify.show_note.need_flush\":false,\"minify.show_note.need_flush.timestamp\":1536298805,\"common.show_note.plugins_updated\":true,\"common.show_note.plugins_updated.timestamp\":1552971578,\"license.status\":\"no_key\",\"license.next_check\":1553279168,\"license.terms\":\"\",\"common.next_support_us_invitation\":1552309159,\"common.support_us_invitations\":1}','no'),(68107,'w3tc_nr_application_id','{\"d41d8cd98f00b204e9800998ecf8427e\":0}','yes'),(68110,'w3tc_generic_widgetservices','{\"content\":{\"items\":[{\"name\":\"Premium Support Response (Usually <1h First Response)\",\"parameter_name\":\"field4\",\"parameter_value\":\"Premium Support Response (Usually <1h First Response)\",\"form_hash\":\"m5pom8z0qy59rm\"},{\"name\":\"Performance Audit \\/ Consult (Theme, Plugin, Content, Server)\",\"parameter_name\":\"field4\",\"parameter_value\":\"Performance Audit \\/ Consult (Theme, Plugin, Content, Server)\",\"form_hash\":\"m5pom8z0qy59rm\"},{\"name\":\"Plugin Configuration\",\"parameter_name\":\"field4\",\"parameter_value\":\"Plugin Configuration\",\"form_hash\":\"m5pom8z0qy59rm\"},{\"name\":\"SSL Performance Setup\",\"parameter_name\":\"field4\",\"parameter_value\":\"SSL Performance Setup\",\"form_hash\":\"m5pom8z0qy59rm\"},{\"name\":\"Full Site Delivery Setup\",\"parameter_name\":\"field4\",\"parameter_value\":\"Full Site Delivery Setup\",\"form_hash\":\"m5pom8z0qy59rm\"},{\"name\":\"Hosting Environment Troubleshooting\",\"parameter_name\":\"field4\",\"parameter_value\":\"Hosting Environment Troubleshooting\",\"form_hash\":\"m5pom8z0qy59rm\"},{\"name\":\"Performance Monitoring\",\"parameter_name\":\"field4\",\"parameter_value\":\"Performance Monitoring\",\"form_hash\":\"m5pom8z0qy59rm\"}],\"ui_strings\":{\"cdn.maxcdn.signUpAndSave\":\"Sign Up Now and save !\",\"cdn.maxcdn.signUpAndSave.description\":\"MaxCDN is a service that lets you speed up your site even more with W3 Total Cache. Sign up now to recieve a special offer!\",\"cdn.stackpath.signUpAndSave\":\"Sign Up Now and save !\",\"cdn.stackpath.signUpAndSave.description\":\"StackPath is a service that lets you speed up your site even more with W3 Total Cache. Sign up now and save!\",\"cdn.stackpath2.signUpAndSave\":\"Sign Up Now and save !\",\"cdn.stackpath2.signUpAndSave.description\":\"StackPath is a service that lets you speed up your site even more with W3 Total Cache. Sign up now to recieve a special offer!\",\"minify.general.header\":\"Reduce load time by decreasing the size and number of <acronym title=\'Cascading Style Sheet\'>CSS<\\/acronym> and <acronym title=\'JavaScript\'>JS<\\/acronym> files. Automatically remove unncessary data from <acronym title=\'Cascading Style Sheet\'>CSS<\\/acronym>, <acronym title=\'JavaScript\'>JS<\\/acronym>, feed, page and post <acronym title=\'Hypertext Markup Language\'>HTML<\\/acronym>.\",\"newrelic.general.header\":\"New Relic may not be installed or not active on this server. <a href=\'%s\' target=\'_blank\'>Sign up for a (free) account<\\/a>. Visit <a href=\'%s\' target=\'_blank\'>New Relic<\\/a> for installation instructions.\",\"reverseproxy.general.header\":\"A reverse proxy adds scale to an server by handling requests before WordPress does. Purge settings are set on the <a href=\'%s\'>Page Cache settings<\\/a> page and <a href=\'%s\'>Browser Cache settings<\\/a> are set on the browser cache settings page.\",\"cdnfsd.general.header\":\"Host the entire website with your compatible <acronym title=\'Content Delivery Network\'>CDN<\\/acronym> provider to reduce page load time.\",\"cdn.general.header\":\"Host static files with your <acronym title=\'Content Delivery Network\'>CDN<\\/acronym> to reduce page load time.\",\"cdn.stackpath.widget.existing\":\"If you\'re an existing StackPath customer, enable <acronym title=\'Content Delivery Network\'>CDN<\\/acronym> and:\",\"cdn.stackpath2.widget.existing\":\"If you\'re an existing StackPath customer, enable <acronym title=\'Content Delivery Network\'>CDN<\\/acronym> and:\",\"cdn.stackpath2.widget.works_magically\":\"StackPath works magically with W3 Total Cache.\",\"cdn.stackpath.widget.header\":\"Dramatically increase website speeds in just a few clicks! Add the StackPath content delivery network (<acronym title=\'Content Delivery Network\'>CDN<\\/acronym>) service to your site.\",\"cdn.stackpath2.widget.header\":\"Dramatically increase website speeds in just a few clicks! Add the StackPath content delivery network (<acronym title=\'Content Delivery Network\'>CDN<\\/acronym>) service to your site.\"}},\"expires\":1552654848}','no'),(627,'thrive_tcb_download_lp','a:11:{s:19:\"tcb2-thrivebiz-auto\";a:11:{s:4:\"name\";s:14:\"ThriveBiz Auto\";s:7:\"version\";s:4:\"1.00\";s:4:\"tags\";a:2:{i:0;s:8:\"homepage\";i:1;s:10:\"sales page\";}s:3:\"set\";s:9:\"ThriveBiz\";s:12:\"has_lightbox\";s:1:\"0\";s:4:\"meta\";a:5:{s:19:\"tve_user_custom_css\";s:70:\".thrv_text_element p { margin: 0;}\n.thrv_heading h1,h2,h3 {margin: 0;}\";s:11:\"tve_globals\";a:1:{s:8:\"body_css\";s:17:\"tve-u-15d9d6b690f\";}s:15:\"tve_has_masonry\";s:1:\"0\";s:17:\"tve_has_typefocus\";s:1:\"0\";s:22:\"tve_has_wistia_popover\";s:1:\"0\";}s:6:\"images\";a:15:{i:0;s:23:\"bizcar-logo-150x110.png\";i:1;s:22:\"bizcar-logo-300x94.png\";i:2;s:15:\"bizcar-logo.png\";i:3;s:25:\"bizcar-image1-150x150.jpg\";i:4;s:25:\"bizcar-image1-300x187.jpg\";i:5;s:17:\"bizcar-image1.jpg\";i:6;s:25:\"bizcar-image2-150x150.jpg\";i:7;s:25:\"bizcar-image2-300x187.jpg\";i:8;s:17:\"bizcar-image2.jpg\";i:9;s:27:\"knowhow-person3-150x150.png\";i:10;s:19:\"knowhow-person3.png\";i:11;s:27:\"knowhow-person2-150x150.png\";i:12;s:19:\"knowhow-person2.png\";i:13;s:14:\"bizcar-ps2.jpg\";i:14;s:14:\"bizcar-ps1.jpg\";}s:10:\"thumb_name\";s:23:\"tcb2-thrivebiz-auto.png\";s:3:\"key\";s:19:\"tcb2-thrivebiz-auto\";s:10:\"LP_VERSION\";s:1:\"2\";s:5:\"thumb\";s:112:\"https://bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/thumbnails/tcb2-thrivebiz-auto.png\";}s:22:\"tcb2-flat-2-0-homepage\";a:12:{s:4:\"name\";s:17:\"Flat 2.0 Homepage\";s:7:\"version\";s:4:\"1.00\";s:4:\"tags\";a:3:{i:0;s:6:\"2-step\";i:1;s:8:\"homepage\";i:2;s:15:\"lead generation\";}s:3:\"set\";s:8:\"Flat 2.0\";s:10:\"lightboxes\";a:1:{i:6462;a:1:{s:4:\"meta\";a:3:{s:28:\"tve_disable_theme_dependency\";s:0:\"\";s:19:\"tve_user_custom_css\";s:0:\"\";s:11:\"tve_globals\";a:3:{s:1:\"e\";s:1:\"1\";s:11:\"content_css\";s:17:\"tve-u-15efc939786\";s:9:\"close_css\";s:17:\"tve-u-15efc938bff\";}}}}s:12:\"has_lightbox\";s:1:\"1\";s:4:\"meta\";a:4:{s:28:\"tve_disable_theme_dependency\";s:1:\"1\";s:19:\"tve_user_custom_css\";s:77:\".thrv_text_element p { margin: 0;}\n.thrv_heading h1,h2,h3,h4,h5 {margin: 0;}\n\";s:11:\"tve_globals\";a:1:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";}s:15:\"tve_has_masonry\";s:1:\"0\";}s:6:\"images\";a:10:{i:0;s:18:\"moon-lp-logo-2.png\";i:1;s:23:\"moon-computer-image.png\";i:2;s:15:\"moon.logos_.png\";i:3;s:14:\"moon-arrow.png\";i:4;s:18:\"moon-feature-1.png\";i:5;s:16:\"moon-arrow-2.png\";i:6;s:18:\"moon-feature-2.png\";i:7;s:18:\"moon-feature-3.png\";i:8;s:15:\"test1_image.jpg\";i:9;s:15:\"test2_image.jpg\";}s:10:\"thumb_name\";s:26:\"tcb2-flat-2-0-homepage.png\";s:3:\"key\";s:22:\"tcb2-flat-2-0-homepage\";s:10:\"LP_VERSION\";s:1:\"2\";s:5:\"thumb\";s:115:\"https://bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/thumbnails/tcb2-flat-2-0-homepage.png\";}s:22:\"tcb2-blank-page-styled\";a:11:{s:4:\"name\";s:21:\"Blank Page â€“ Styled\";s:7:\"version\";s:4:\"1.00\";s:4:\"tags\";a:1:{i:0;s:5:\"blank\";}s:3:\"set\";s:5:\"Blank\";s:12:\"has_lightbox\";s:1:\"0\";s:4:\"meta\";a:4:{s:28:\"tve_disable_theme_dependency\";s:1:\"1\";s:19:\"tve_user_custom_css\";s:0:\"\";s:11:\"tve_globals\";a:1:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";}s:15:\"tve_has_masonry\";s:1:\"0\";}s:6:\"images\";a:0:{}s:10:\"thumb_name\";s:26:\"tcb2-blank-page-styled.png\";s:3:\"key\";s:22:\"tcb2-blank-page-styled\";s:10:\"LP_VERSION\";s:1:\"2\";s:5:\"thumb\";s:115:\"https://bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/thumbnails/tcb2-blank-page-styled.png\";}s:30:\"tcb2-one-page-site-dog-walking\";a:12:{s:4:\"name\";s:25:\"One Page Site Dog Walking\";s:7:\"version\";s:4:\"1.00\";s:4:\"tags\";a:3:{i:0;s:6:\"2-step\";i:1;s:8:\"homepage\";i:2;s:15:\"lead generation\";}s:3:\"set\";s:13:\"One Page Site\";s:10:\"lightboxes\";a:1:{i:6808;a:1:{s:4:\"meta\";a:3:{s:28:\"tve_disable_theme_dependency\";s:0:\"\";s:19:\"tve_user_custom_css\";s:0:\"\";s:11:\"tve_globals\";a:4:{s:1:\"e\";s:1:\"1\";s:11:\"content_css\";s:17:\"tve-u-15f007198d8\";s:9:\"close_css\";s:17:\"tve-u-15f0071e47a\";s:11:\"overlay_css\";s:17:\"tve-u-15f00746c06\";}}}}s:12:\"has_lightbox\";s:1:\"1\";s:4:\"meta\";a:4:{s:28:\"tve_disable_theme_dependency\";s:0:\"\";s:19:\"tve_user_custom_css\";s:67:\".thrv_text_element p {margin:0;}\n.thrv_heading h1,h2,h3 {margin:0;}\";s:11:\"tve_globals\";a:2:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";s:11:\"extra_icons\";a:1:{i:0;a:3:{s:11:\"font-family\";s:25:\"tve-ff-6797-59f9979fd5998\";s:3:\"css\";s:87:\"http://lp-build.thrivethemes.com/wp-content/uploads/tve-ff-6797-59f9979fd5998/style.css\";s:6:\"folder\";s:92:\"/home/thrivedevbitston/public_html/landingpages/wp-content/uploads/tve-ff-6797-59f9979fd5998\";}}}s:15:\"tve_has_masonry\";s:1:\"0\";}s:6:\"images\";a:13:{i:0;s:16:\"logo_pawcity.png\";i:1;s:19:\"what_do_icon_01.png\";i:2;s:19:\"what_do_icon_02.png\";i:3;s:19:\"what_do_icon_03.png\";i:4;s:16:\"about_us_dog.png\";i:5;s:11:\"dog_paw.png\";i:6;s:13:\"dog_house.png\";i:7;s:18:\"spinning_wheel.png\";i:8;s:12:\"location.png\";i:9;s:9:\"phone.png\";i:10;s:21:\"coupon_background.jpg\";i:11;s:18:\"testimonial_bg.jpg\";i:12;s:18:\"header_image-1.jpg\";}s:10:\"thumb_name\";s:34:\"tcb2-one-page-site-dog-walking.png\";s:3:\"key\";s:30:\"tcb2-one-page-site-dog-walking\";s:10:\"LP_VERSION\";s:1:\"2\";s:5:\"thumb\";s:123:\"https://bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/thumbnails/tcb2-one-page-site-dog-walking.png\";}s:39:\"tcb2-i-cant-believe-its-not-ps-homepage\";a:11:{s:4:\"name\";s:44:\"I Canâ€™t Believe itâ€™s Not PS â€“ Homepage\";s:7:\"version\";s:4:\"1.00\";s:4:\"tags\";a:1:{i:0;s:8:\"homepage\";}s:3:\"set\";s:5:\"NotPS\";s:12:\"has_lightbox\";s:1:\"0\";s:4:\"meta\";a:4:{s:28:\"tve_disable_theme_dependency\";s:0:\"\";s:19:\"tve_user_custom_css\";s:0:\"\";s:11:\"tve_globals\";a:1:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";}s:15:\"tve_has_masonry\";s:1:\"0\";}s:6:\"images\";a:9:{i:0;s:15:\"customer_01.jpg\";i:1;s:15:\"3-section-1.jpg\";i:2;s:15:\"benefits_01.jpg\";i:3;s:22:\"f-section-image_01.jpg\";i:4;s:18:\"image_header-1.jpg\";i:5;s:22:\"f-section-image_02.jpg\";i:6;s:15:\"benefits_02.jpg\";i:7;s:24:\"f-section-image_03-1.jpg\";i:8;s:15:\"benefits_03.jpg\";}s:10:\"thumb_name\";s:43:\"tcb2-i-cant-believe-its-not-ps-homepage.png\";s:3:\"key\";s:39:\"tcb2-i-cant-believe-its-not-ps-homepage\";s:10:\"LP_VERSION\";s:1:\"2\";s:5:\"thumb\";s:132:\"https://bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/thumbnails/tcb2-i-cant-believe-its-not-ps-homepage.png\";}s:24:\"tcb2-icons-1-step-opt-in\";a:11:{s:4:\"name\";s:23:\"Icons â€“ 1 Step Opt-in\";s:7:\"version\";s:4:\"1.00\";s:4:\"tags\";a:2:{i:0;s:6:\"1-step\";i:1;s:15:\"lead generation\";}s:3:\"set\";s:5:\"Icons\";s:12:\"has_lightbox\";s:1:\"0\";s:4:\"meta\";a:5:{s:19:\"tve_user_custom_css\";s:76:\".thrv_text_element p { margin: 0;}\n.thrv_heading h1,h2,h3,h4,h5 {margin: 0;}\";s:11:\"tve_globals\";a:1:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";}s:15:\"tve_has_masonry\";s:1:\"0\";s:17:\"tve_has_typefocus\";s:1:\"0\";s:22:\"tve_has_wistia_popover\";s:1:\"0\";}s:6:\"images\";a:3:{i:0;s:16:\"ebook_icon_4.png\";i:1;s:14:\"pdf_icon-1.png\";i:2;s:24:\"video_player_icon_13.png\";}s:10:\"thumb_name\";s:28:\"tcb2-icons-1-step-opt-in.png\";s:3:\"key\";s:24:\"tcb2-icons-1-step-opt-in\";s:10:\"LP_VERSION\";s:1:\"2\";s:5:\"thumb\";s:117:\"https://bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/thumbnails/tcb2-icons-1-step-opt-in.png\";}s:31:\"tcb2-clickjournalist-sales-page\";a:12:{s:4:\"name\";s:26:\"ClickJournalist Sales Page\";s:7:\"version\";s:4:\"1.00\";s:4:\"tags\";a:1:{i:0;s:10:\"sales page\";}s:3:\"set\";s:15:\"ClickJournalist\";s:12:\"has_lightbox\";s:1:\"1\";s:8:\"lightbox\";a:2:{s:4:\"meta\";a:4:{s:19:\"tve_user_custom_css\";s:0:\"\";s:11:\"tve_globals\";a:3:{s:1:\"e\";s:1:\"1\";s:11:\"content_css\";s:17:\"tve-u-15eeaab026a\";s:9:\"close_css\";s:17:\"tve-u-15eee7e8cd7\";}s:17:\"tve_has_typefocus\";s:1:\"0\";s:22:\"tve_has_wistia_popover\";s:1:\"0\";}s:11:\"exit_intent\";s:1:\"1\";}s:4:\"meta\";a:5:{s:19:\"tve_user_custom_css\";s:71:\".thrv_text_element p { margin: 0;}\n.thrv_heading h1,h2,h3 {margin: 0;}\n\";s:11:\"tve_globals\";a:1:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";}s:15:\"tve_has_masonry\";s:1:\"0\";s:17:\"tve_has_typefocus\";s:1:\"0\";s:22:\"tve_has_wistia_popover\";s:1:\"0\";}s:6:\"images\";a:5:{i:0;s:25:\"logo_click_journalist.png\";i:1;s:14:\"s7c_image2.png\";i:2;s:14:\"s7b_image4.png\";i:3;s:20:\"guarantee_icon-1.png\";i:4;s:19:\"man-791049_1920.jpg\";}s:10:\"thumb_name\";s:35:\"tcb2-clickjournalist-sales-page.png\";s:3:\"key\";s:31:\"tcb2-clickjournalist-sales-page\";s:10:\"LP_VERSION\";s:1:\"2\";s:5:\"thumb\";s:124:\"https://bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/thumbnails/tcb2-clickjournalist-sales-page.png\";}s:16:\"tcb2-resume-page\";a:11:{s:4:\"name\";s:11:\"Resume Page\";s:7:\"version\";s:4:\"1.00\";s:4:\"tags\";a:1:{i:0;s:8:\"homepage\";}s:3:\"set\";s:5:\"Bonus\";s:12:\"has_lightbox\";s:1:\"0\";s:4:\"meta\";a:5:{s:19:\"tve_user_custom_css\";s:77:\".thrv_text_element p { margin: 0;}\n.thrv_heading h1,h2,h3,h4,h5 {margin: 0;}\n\";s:11:\"tve_globals\";a:1:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";}s:15:\"tve_has_masonry\";s:1:\"0\";s:17:\"tve_has_typefocus\";s:1:\"0\";s:22:\"tve_has_wistia_popover\";s:1:\"0\";}s:6:\"images\";a:23:{i:0;s:14:\"s1_image_2.png\";i:1;s:14:\"s_3a_icon1.png\";i:2;s:14:\"s3a_icon-2.png\";i:3;s:13:\"s3a_icon4.png\";i:4;s:13:\"s3a_icon3.png\";i:5;s:13:\"s3b_icon3.png\";i:6;s:13:\"s3b_icon1.png\";i:7;s:13:\"s3b_icon2.png\";i:8;s:13:\"s6_image1.png\";i:9;s:13:\"s6_image5.png\";i:10;s:13:\"s6_image2.png\";i:11;s:13:\"s6_image6.png\";i:12;s:13:\"s6_image3.png\";i:13;s:13:\"s6_image7.png\";i:14;s:13:\"s6_image4.png\";i:15;s:13:\"s6_image8.png\";i:16;s:14:\"s7c_image2.png\";i:17;s:14:\"s7c_image1.png\";i:18;s:14:\"s7b_image4.png\";i:19;s:14:\"s7b_image3.png\";i:20;s:14:\"s7b_image2.png\";i:21;s:14:\"s7b_image1.png\";i:22;s:14:\"s1_image_2.png\";}s:10:\"thumb_name\";s:20:\"tcb2-resume-page.png\";s:3:\"key\";s:16:\"tcb2-resume-page\";s:10:\"LP_VERSION\";s:1:\"2\";s:5:\"thumb\";s:109:\"https://bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/thumbnails/tcb2-resume-page.png\";}s:35:\"tcb2-personal-branding-confirmation\";a:11:{s:4:\"name\";s:30:\"Personal Branding Confirmation\";s:7:\"version\";s:4:\"1.00\";s:4:\"tags\";a:1:{i:0;s:17:\"confirmation page\";}s:3:\"set\";s:10:\"Foundation\";s:12:\"has_lightbox\";s:1:\"0\";s:4:\"meta\";a:5:{s:19:\"tve_user_custom_css\";s:71:\".thrv_text_element p { margin: 0;}\n.thrv_heading h1,h2,h3 {margin: 0;}\n\";s:11:\"tve_globals\";a:1:{s:8:\"body_css\";s:17:\"tve-u-15df125dc15\";}s:15:\"tve_has_masonry\";s:1:\"0\";s:17:\"tve_has_typefocus\";s:1:\"0\";s:22:\"tve_has_wistia_popover\";s:1:\"0\";}s:6:\"images\";a:4:{i:0;s:19:\"foundation_logo.png\";i:1;s:19:\"foundation_book.png\";i:2;s:24:\"signature_foundation.png\";i:3;s:22:\"foundation_pattern.jpg\";}s:10:\"thumb_name\";s:39:\"tcb2-personal-branding-confirmation.png\";s:3:\"key\";s:35:\"tcb2-personal-branding-confirmation\";s:10:\"LP_VERSION\";s:1:\"2\";s:5:\"thumb\";s:128:\"https://bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/thumbnails/tcb2-personal-branding-confirmation.png\";}s:18:\"tcb2-thrivebiz-pub\";a:11:{s:4:\"name\";s:13:\"ThriveBiz Pub\";s:7:\"version\";s:4:\"1.00\";s:4:\"tags\";a:1:{i:0;s:8:\"homepage\";}s:3:\"set\";s:9:\"ThriveBiz\";s:12:\"has_lightbox\";s:1:\"0\";s:4:\"meta\";a:4:{s:28:\"tve_disable_theme_dependency\";s:1:\"1\";s:19:\"tve_user_custom_css\";s:76:\".thrv_text_element p { margin: 0;}\n.thrv_heading h1,h2,h3,h4,h5 {margin: 0;}\";s:11:\"tve_globals\";a:1:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";}s:15:\"tve_has_masonry\";s:1:\"0\";}s:6:\"images\";a:19:{i:0;s:24:\"trip-advisor-logo_03.png\";i:1;s:22:\"foursquare-logo_03.png\";i:2;s:16:\"yelp-logo_03.png\";i:3;s:16:\"Pub-Hero-img.jpg\";i:4;s:18:\"Pub-Footer-img.jpg\";i:5;s:17:\"Pub-drink-4-1.jpg\";i:6;s:15:\"Pub-Drink-3.jpg\";i:7;s:15:\"Pub-Drink-2.jpg\";i:8;s:15:\"Pub-drink-1.jpg\";i:9;s:15:\"Pub-CTA-img.jpg\";i:10;s:25:\"Pub-Customer-1-img_03.jpg\";i:11;s:19:\"Pub-Our-Menu-BG.jpg\";i:12;s:21:\"Pub-Texture1-img-.jpg\";i:13;s:20:\"Pub-img-section1.jpg\";i:14;s:19:\"Pub-Food-img_03.jpg\";i:15;s:21:\"Pub-Drinks-img_03.jpg\";i:16;s:23:\"Pub-Ambiance-img_03.jpg\";i:17;s:21:\"Pub-customer-2_03.jpg\";i:18;s:21:\"Pub-Customer-3_03.jpg\";}s:10:\"thumb_name\";s:22:\"tcb2-thrivebiz-pub.png\";s:3:\"key\";s:18:\"tcb2-thrivebiz-pub\";s:10:\"LP_VERSION\";s:1:\"2\";s:5:\"thumb\";s:111:\"https://bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/thumbnails/tcb2-thrivebiz-pub.png\";}s:23:\"tcb2-thrivebiz-car-wash\";a:11:{s:4:\"name\";s:18:\"ThriveBiz Car Wash\";s:7:\"version\";s:4:\"1.00\";s:4:\"tags\";a:1:{i:0;s:8:\"homepage\";}s:3:\"set\";s:9:\"ThriveBiz\";s:12:\"has_lightbox\";s:1:\"0\";s:4:\"meta\";a:4:{s:28:\"tve_disable_theme_dependency\";s:1:\"1\";s:19:\"tve_user_custom_css\";s:0:\"\";s:11:\"tve_globals\";a:1:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";}s:15:\"tve_has_masonry\";s:1:\"0\";}s:6:\"images\";a:9:{i:0;s:23:\"Car-wash-img-footer.png\";i:1;s:18:\"Car-wash-Brett.jpg\";i:2;s:18:\"Car-wash-Cta-2.jpg\";i:3;s:19:\"Car-wash-cta-bg.jpg\";i:4;s:22:\"Car-wash-100-clean.jpg\";i:5;s:18:\"Car-wash-Rosie.jpg\";i:6;s:18:\"Car-wash-Shawn.jpg\";i:7;s:21:\"Car-wash-hero-img.jpg\";i:8;s:16:\"Car-wash-Bmw.jpg\";}s:10:\"thumb_name\";s:27:\"tcb2-thrivebiz-car-wash.png\";s:3:\"key\";s:23:\"tcb2-thrivebiz-car-wash\";s:10:\"LP_VERSION\";s:1:\"2\";s:5:\"thumb\";s:116:\"https://bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/thumbnails/tcb2-thrivebiz-car-wash.png\";}}','yes'),(318,'thrv_custom_colours','a:8:{i:0;s:18:\"rgb(231, 229, 229)\";i:1;s:18:\"rgb(244, 244, 244)\";i:2;s:16:\"rgb(4, 126, 255)\";i:3;s:16:\"rgb(225, 11, 56)\";i:4;s:15:\"rgb(143, 2, 32)\";i:5;s:17:\"rgb(179, 144, 57)\";i:6;s:12:\"rgb(0, 0, 0)\";i:7;s:18:\"rgb(255, 255, 255)\";}','yes'),(68283,'external_updates-thrive-apprentice','O:8:\"stdClass\":3:{s:9:\"lastCheck\";i:1581445463;s:14:\"checkedVersion\";s:7:\"2.2.5.1\";s:6:\"update\";O:8:\"stdClass\":6:{s:2:\"id\";i:0;s:4:\"slug\";s:17:\"thrive-apprentice\";s:7:\"version\";s:8:\"2.2.10.1\";s:8:\"homepage\";N;s:12:\"download_url\";s:63:\"http://download.thrivethemes.com/thrive-apprentice-2.2.10.1.zip\";s:14:\"upgrade_notice\";s:0:\"\";}}','no'),(195200,'tve_hyperlink_settings','a:3:{i:0;s:4:\"post\";i:1;s:4:\"page\";i:2;s:10:\"attachment\";}','yes'),(161848,'gadwp_cache_errors_count','a:2:{s:5:\"value\";i:3;s:7:\"expires\";i:1548835200;}','no'),(62727,'_transient_tsf_tdir_1_1','1','yes'),(918,'woocommerce_checkout_privacy_policy_text','Your personal data will be used to process your order, support your experience throughout this website, and for other purposes described in our [privacy_policy].','yes'),(919,'woocommerce_delete_inactive_accounts','a:2:{s:6:\"number\";s:0:\"\";s:4:\"unit\";s:6:\"months\";}','no'),(920,'woocommerce_trash_pending_orders','','no'),(921,'woocommerce_trash_failed_orders','','no'),(922,'woocommerce_trash_cancelled_orders','','no'),(923,'woocommerce_anonymize_completed_orders','a:2:{s:6:\"number\";s:0:\"\";s:4:\"unit\";s:6:\"months\";}','no'),(924,'woocommerce_email_from_name','The Best Cerakote In Florida','no'),(925,'woocommerce_email_from_address','admin@bestcerakoteflorida.com','no'),(926,'woocommerce_email_header_image','https://bestcerakoteflorida.com/wp-content/uploads/2018/06/Tattered-FlagBravoWhite.png','no'),(927,'woocommerce_email_footer_text','{site_title}','no'),(928,'woocommerce_email_base_color','#a9150e','no'),(929,'woocommerce_email_background_color','#000000','no'),(930,'woocommerce_email_body_background_color','#ffffff','no'),(931,'woocommerce_email_text_color','#000000','no'),(932,'woocommerce_cart_page_id','93','yes'),(933,'woocommerce_checkout_page_id','68','yes'),(934,'woocommerce_myaccount_page_id','69','yes'),(935,'woocommerce_terms_page_id','95','yes'),(936,'woocommerce_checkout_pay_endpoint','order-pay','yes'),(937,'woocommerce_checkout_order_received_endpoint','order-received','yes'),(938,'woocommerce_myaccount_add_payment_method_endpoint','add-payment-method','yes'),(939,'woocommerce_myaccount_delete_payment_method_endpoint','delete-payment-method','yes'),(940,'woocommerce_myaccount_set_default_payment_method_endpoint','set-default-payment-method','yes'),(941,'woocommerce_myaccount_orders_endpoint','orders','yes'),(942,'woocommerce_myaccount_view_order_endpoint','view-order','yes'),(943,'woocommerce_myaccount_downloads_endpoint','downloads','yes'),(944,'woocommerce_myaccount_edit_account_endpoint','edit-account','yes'),(945,'woocommerce_myaccount_edit_address_endpoint','edit-address','yes'),(946,'woocommerce_myaccount_payment_methods_endpoint','payment-methods','yes'),(947,'woocommerce_myaccount_lost_password_endpoint','lost-password','yes'),(948,'woocommerce_logout_endpoint','customer-logout','yes'),(949,'woocommerce_api_enabled','no','yes'),(950,'woocommerce_single_image_width','600','yes'),(951,'woocommerce_thumbnail_image_width','300','yes'),(952,'woocommerce_checkout_highlight_required_fields','yes','yes'),(953,'woocommerce_demo_store','no','yes'),(954,'woocommerce_permalinks','a:5:{s:12:\"product_base\";s:7:\"product\";s:13:\"category_base\";s:16:\"product-category\";s:8:\"tag_base\";s:11:\"product-tag\";s:14:\"attribute_base\";s:0:\"\";s:22:\"use_verbose_page_rules\";b:0;}','yes'),(955,'current_theme_supports_woocommerce','yes','yes'),(956,'woocommerce_queue_flush_rewrite_rules','no','yes'),(958,'product_cat_children','a:0:{}','yes'),(959,'default_product_cat','18','yes'),(1364,'jetpack_available_modules','a:1:{s:5:\"7.8.1\";a:43:{s:8:\"carousel\";s:3:\"1.5\";s:13:\"comment-likes\";s:3:\"5.1\";s:8:\"comments\";s:3:\"1.4\";s:12:\"contact-form\";s:3:\"1.3\";s:9:\"copy-post\";s:3:\"7.0\";s:20:\"custom-content-types\";s:3:\"3.1\";s:10:\"custom-css\";s:3:\"1.7\";s:21:\"enhanced-distribution\";s:3:\"1.2\";s:16:\"google-analytics\";s:3:\"4.5\";s:19:\"gravatar-hovercards\";s:3:\"1.1\";s:15:\"infinite-scroll\";s:3:\"2.0\";s:8:\"json-api\";s:3:\"1.9\";s:5:\"latex\";s:3:\"1.1\";s:11:\"lazy-images\";s:5:\"5.6.0\";s:5:\"likes\";s:3:\"2.2\";s:8:\"markdown\";s:3:\"2.8\";s:9:\"masterbar\";s:3:\"4.8\";s:9:\"minileven\";s:3:\"1.8\";s:7:\"monitor\";s:3:\"2.6\";s:5:\"notes\";s:3:\"1.9\";s:10:\"photon-cdn\";s:3:\"6.6\";s:6:\"photon\";s:3:\"2.0\";s:13:\"post-by-email\";s:3:\"2.0\";s:7:\"protect\";s:3:\"3.4\";s:9:\"publicize\";s:3:\"2.0\";s:3:\"pwa\";s:5:\"5.6.0\";s:13:\"related-posts\";s:3:\"2.9\";s:6:\"search\";s:3:\"5.0\";s:9:\"seo-tools\";s:3:\"4.4\";s:10:\"sharedaddy\";s:3:\"1.1\";s:10:\"shortcodes\";s:3:\"1.1\";s:10:\"shortlinks\";s:3:\"1.1\";s:8:\"sitemaps\";s:3:\"3.9\";s:3:\"sso\";s:3:\"2.6\";s:5:\"stats\";s:3:\"1.1\";s:13:\"subscriptions\";s:3:\"1.2\";s:13:\"tiled-gallery\";s:3:\"2.1\";s:10:\"vaultpress\";s:5:\"0:1.2\";s:18:\"verification-tools\";s:3:\"3.0\";s:10:\"videopress\";s:3:\"2.5\";s:17:\"widget-visibility\";s:3:\"2.4\";s:7:\"widgets\";s:3:\"1.2\";s:7:\"wordads\";s:5:\"4.5.0\";}}','yes'),(1365,'jetpack_options','a:13:{s:7:\"version\";s:16:\"7.8.1:1574227951\";s:11:\"old_version\";s:14:\"7.8:1570137159\";s:28:\"fallback_no_verify_ssl_certs\";i:0;s:9:\"time_diff\";i:0;s:2:\"id\";i:147548924;s:6:\"public\";i:1;s:9:\"jumpstart\";s:20:\"jetpack_action_taken\";s:11:\"master_user\";i:1;s:22:\"image_widget_migration\";b:1;s:24:\"gallery_widget_migration\";b:1;s:24:\"custom_css_4.7_migration\";b:1;s:14:\"last_heartbeat\";i:1581369966;s:9:\"hide_jitm\";a:2:{s:23:\"wccom_plugin_extensions\";a:2:{s:14:\"last_dismissal\";i:1533358195;s:6:\"number\";i:2;}s:10:\"vaultpress\";a:2:{s:14:\"last_dismissal\";i:1548948109;s:6:\"number\";i:2;}}}','yes'),(1366,'do_activate','0','yes'),(1371,'wc_connect_options','a:6:{s:12:\"tos_accepted\";b:1;s:10:\"store_guid\";s:36:\"d2568a47-ee67-40e7-b458-71d2102c2029\";s:25:\"shipping_methods_migrated\";b:1;s:15:\"payment_methods\";a:0:{}s:22:\"stripe_status_migrated\";b:1;s:12:\"stripe_state\";s:64:\"1a329b88255c8c16a6d22e54c69b812e1056d50cad96eba1c7c8a6cc6c999917\";}','yes'),(1373,'jetpack_log','a:2:{i:0;a:4:{s:4:\"time\";i:1528577358;s:7:\"user_id\";i:1;s:7:\"blog_id\";b:0;s:4:\"code\";s:8:\"register\";}i:1;a:5:{s:4:\"time\";i:1528577505;s:7:\"user_id\";i:1;s:7:\"blog_id\";i:147548924;s:4:\"code\";s:24:\"custom_css_4.7_migration\";s:4:\"data\";s:5:\"start\";}}','no'),(1374,'jetpack_tos_agreed','1','yes'),(1375,'jetpack_secrets','a:1:{s:19:\"jetpack_authorize_1\";a:3:{s:8:\"secret_1\";s:32:\"8uxPLVoCmvVI4QmTUSA00Dl9PUzd9B29\";s:8:\"secret_2\";s:32:\"qqxbr9o3O6kScZKnz3qNtL2j9V9tw0qr\";s:3:\"exp\";i:1528593947;}}','no'),(1376,'jetpack_private_options','a:2:{s:10:\"blog_token\";s:65:\"2I(oWjIMmyaIC#y*S0gyrI#n#@4idt8(.dX0jX@CN(xpNKqUj%S7(mcQuNd9s@3fb\";s:11:\"user_tokens\";a:1:{i:1;s:67:\"f)bg)c&Uq#D)UWFyEEhPvqnpqDSibj8K.E@52W1g5B7FXRT^plB4hLGG&KjnWIYHq.1\";}}','yes'),(1380,'jetpack_unique_connection','a:3:{s:9:\"connected\";i:1;s:12:\"disconnected\";i:0;s:7:\"version\";s:5:\"3.6.1\";}','yes'),(1382,'jetpack_sync_settings_max_queue_lag','900','yes'),(1390,'jetpack_sync_settings_dequeue_max_bytes','500000','yes'),(1391,'jetpack_sync_settings_upload_max_bytes','600000','yes'),(1392,'jetpack_sync_settings_upload_max_rows','500','yes'),(1393,'jetpack_sync_settings_sync_wait_time','10','yes'),(1394,'jetpack_sync_settings_sync_wait_threshold','5','yes'),(1395,'jetpack_sync_settings_enqueue_wait_time','10','yes'),(1396,'jetpack_sync_settings_queue_max_writes_sec','100','yes'),(1397,'jetpack_sync_settings_post_types_blacklist','a:0:{}','yes'),(1398,'jetpack_sync_settings_render_filtered_content','0','yes'),(1399,'jetpack_sync_settings_post_meta_whitelist','a:0:{}','yes'),(1400,'jetpack_sync_settings_comment_meta_whitelist','a:0:{}','yes'),(1401,'jetpack_sync_settings_max_enqueue_full_sync','100','yes'),(1402,'jetpack_sync_settings_max_queue_size_full_sync','1000','yes'),(1403,'jetpack_sync_settings_sync_via_cron','1','yes'),(1404,'jetpack_sync_settings_cron_sync_time_limit','30','yes'),(4063,'jetpack_protect_blocked_attempts','16562','no'),(1414,'jetpack_active_modules','a:22:{i:1;s:12:\"contact-form\";i:2;s:20:\"custom-content-types\";i:3;s:10:\"custom-css\";i:4;s:21:\"enhanced-distribution\";i:5;s:19:\"gravatar-hovercards\";i:6;s:8:\"json-api\";i:7;s:5:\"latex\";i:9;s:5:\"notes\";i:10;s:13:\"post-by-email\";i:11;s:7:\"protect\";i:12;s:9:\"publicize\";i:13;s:10:\"sharedaddy\";i:14;s:10:\"shortcodes\";i:15;s:10:\"shortlinks\";i:16;s:8:\"sitemaps\";i:17;s:5:\"stats\";i:18;s:13:\"subscriptions\";i:20;s:18:\"verification-tools\";i:21;s:17:\"widget-visibility\";i:22;s:7:\"widgets\";i:23;s:6:\"photon\";i:24;s:11:\"lazy-images\";}','yes'),(69636,'page_for_posts','607','yes'),(1430,'jetpack_protect_key','6133a0f806007b517ed2f540b8705d207729fcdb','no'),(1438,'jetpack_sitemap_post_types','a:2:{i:0;s:4:\"post\";i:1;s:4:\"page\";}','yes'),(1589,'jetpack-sitemap-state','a:5:{s:12:\"sitemap-type\";s:10:\"jp_sitemap\";s:10:\"last-added\";i:0;s:6:\"number\";i:0;s:13:\"last-modified\";s:19:\"1970-01-01 00:00:00\";s:3:\"max\";a:0:{}}','yes'),(1580,'wc_connect_services_last_update','1581369972','yes'),(1581,'wc_connect_last_heartbeat','1581369972','yes'),(1582,'wc_connect_services','O:8:\"stdClass\":3:{s:8:\"shipping\";a:1:{i:0;O:8:\"stdClass\":8:{s:2:\"id\";s:4:\"usps\";s:9:\"method_id\";s:16:\"wc_services_usps\";s:18:\"method_description\";s:52:\"USPS Shipping Rates, Powered by WooCommerce Services\";s:12:\"method_title\";s:27:\"USPS (WooCommerce Services)\";s:12:\"carrier_name\";s:4:\"USPS\";s:11:\"form_layout\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:8:\"fieldset\";s:5:\"title\";s:5:\"Setup\";s:5:\"items\";a:3:{i:0;O:8:\"stdClass\":2:{s:3:\"key\";s:5:\"title\";s:15:\"validation_hint\";s:18:\"Title is required.\";}i:1;O:8:\"stdClass\":2:{s:3:\"key\";s:6:\"origin\";s:15:\"validation_hint\";s:118:\"The zip code of where you are shipping from is required and should be a valid 5 digit or ZIP+4 United States ZIP code.\";}i:2;O:8:\"stdClass\":3:{s:3:\"key\";s:16:\"shipping_classes\";s:4:\"type\";s:16:\"shipping_classes\";s:18:\"requiredWcsVersion\";s:9:\">= 1.17.0\";}}}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:8:\"fieldset\";s:5:\"title\";s:5:\"Rates\";s:5:\"items\";a:5:{i:0;O:8:\"stdClass\":3:{s:3:\"key\";s:8:\"services\";s:4:\"type\";s:17:\"shipping_services\";s:15:\"validation_hint\";s:28:\"Select at least one service.\";}i:1;O:8:\"stdClass\":3:{s:3:\"key\";s:11:\"rate_filter\";s:4:\"type\";s:6:\"radios\";s:8:\"titleMap\";O:8:\"stdClass\":2:{s:3:\"all\";s:50:\"Show all available rates and let customers choose.\";s:8:\"cheapest\";s:28:\"Only show the cheapest rate.\";}}i:2;O:8:\"stdClass\":3:{s:3:\"key\";s:13:\"fallback_rate\";s:15:\"validation_hint\";s:42:\"Fallback rate should be a positive number.\";s:11:\"placeholder\";s:11:\"Rate amount\";}i:3;O:8:\"stdClass\":3:{s:3:\"key\";s:10:\"rate_class\";s:4:\"type\";s:6:\"radios\";s:8:\"titleMap\";O:8:\"stdClass\":2:{s:6:\"retail\";s:38:\"Retail â€” Standard post office rates.\";s:3:\"cbp\";s:44:\"Commercial â€” Discounted post office rates.\";}}i:4;O:8:\"stdClass\":3:{s:3:\"key\";s:19:\"shipping_learn_more\";s:4:\"type\";s:4:\"text\";s:11:\"description\";s:153:\"<a href=\"https://docs.woocommerce.com/document/woocommerce-services/#section-4\" target=\"_blank\">Learn more</a> about available shipping rates and prices.\";}}}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:8:\"fieldset\";s:5:\"title\";s:9:\"Packaging\";s:5:\"items\";a:2:{i:0;O:8:\"stdClass\":3:{s:3:\"key\";s:14:\"packing_method\";s:4:\"type\";s:6:\"radios\";s:8:\"titleMap\";O:8:\"stdClass\":2:{s:8:\"by_price\";s:52:\"Pack items together, in as few packages as possible.\";s:10:\"individual\";s:53:\"Ship items individually, in their original packaging.\";}}i:1;O:8:\"stdClass\":2:{s:3:\"key\";s:5:\"boxes\";s:4:\"type\";s:8:\"packages\";}}}i:3;O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"actions\";s:5:\"items\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"submit\";s:5:\"title\";s:12:\"Save changes\";}}}}s:16:\"service_settings\";O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"object\";s:5:\"title\";s:4:\"USPS\";s:11:\"description\";s:84:\"The USPS extension obtains rates dynamically from the USPS API during cart/checkout.\";s:8:\"required\";a:3:{i:0;s:5:\"title\";i:1;s:6:\"origin\";i:2;s:8:\"services\";}s:11:\"definitions\";O:8:\"stdClass\":2:{s:16:\"shipping_service\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}s:8:\"services\";a:49:{i:0;O:8:\"stdClass\":5:{s:2:\"id\";s:3:\"pri\";s:4:\"name\";s:13:\"Priority Mail\";s:5:\"group\";s:8:\"priority\";s:10:\"group_name\";s:13:\"Priority Mail\";s:14:\"group_estimate\";s:8:\"1-3 days\";}i:1;O:8:\"stdClass\":6:{s:2:\"id\";s:12:\"pri_flat_env\";s:4:\"name\";s:34:\"Priority Mail - Flat Rate Envelope\";s:5:\"group\";s:8:\"priority\";s:10:\"group_name\";s:13:\"Priority Mail\";s:14:\"group_estimate\";s:8:\"1-3 days\";s:18:\"predefined_package\";s:13:\"flat_envelope\";}i:2;O:8:\"stdClass\":6:{s:2:\"id\";s:18:\"pri_large_flat_box\";s:4:\"name\";s:45:\"Priority Mail - Large Flat Rate Box (12x12x5)\";s:5:\"group\";s:8:\"priority\";s:10:\"group_name\";s:13:\"Priority Mail\";s:14:\"group_estimate\";s:8:\"1-3 days\";s:18:\"predefined_package\";s:14:\"large_flat_box\";}i:3;O:8:\"stdClass\":6:{s:2:\"id\";s:20:\"pri_large_flat_box_2\";s:4:\"name\";s:45:\"Priority Mail - Large Flat Rate Box (23x11x3)\";s:5:\"group\";s:8:\"priority\";s:10:\"group_name\";s:13:\"Priority Mail\";s:14:\"group_estimate\";s:8:\"1-3 days\";s:18:\"predefined_package\";s:16:\"large_flat_box_2\";}i:4;O:8:\"stdClass\":6:{s:2:\"id\";s:18:\"pri_legal_flat_env\";s:4:\"name\";s:40:\"Priority Mail - Legal Flat Rate Envelope\";s:5:\"group\";s:8:\"priority\";s:10:\"group_name\";s:13:\"Priority Mail\";s:14:\"group_estimate\";s:8:\"1-3 days\";s:18:\"predefined_package\";s:19:\"legal_flat_envelope\";}i:5;O:8:\"stdClass\":6:{s:2:\"id\";s:23:\"pri_medium_flat_box_top\";s:4:\"name\";s:50:\"Priority Mail - Medium Flat Rate Box (Top Loading)\";s:5:\"group\";s:8:\"priority\";s:10:\"group_name\";s:13:\"Priority Mail\";s:14:\"group_estimate\";s:8:\"1-3 days\";s:18:\"predefined_package\";s:19:\"medium_flat_box_top\";}i:6;O:8:\"stdClass\":6:{s:2:\"id\";s:24:\"pri_medium_flat_box_side\";s:4:\"name\";s:51:\"Priority Mail - Medium Flat Rate Box (Side Loading)\";s:5:\"group\";s:8:\"priority\";s:10:\"group_name\";s:13:\"Priority Mail\";s:14:\"group_estimate\";s:8:\"1-3 days\";s:18:\"predefined_package\";s:20:\"medium_flat_box_side\";}i:7;O:8:\"stdClass\":6:{s:2:\"id\";s:15:\"pri_sm_flat_box\";s:4:\"name\";s:35:\"Priority Mail - Small Flat Rate Box\";s:5:\"group\";s:8:\"priority\";s:10:\"group_name\";s:13:\"Priority Mail\";s:14:\"group_estimate\";s:8:\"1-3 days\";s:18:\"predefined_package\";s:14:\"small_flat_box\";}i:8;O:8:\"stdClass\":6:{s:2:\"id\";s:19:\"pri_padded_flat_env\";s:4:\"name\";s:41:\"Priority Mail - Padded Flat Rate Envelope\";s:5:\"group\";s:8:\"priority\";s:10:\"group_name\";s:13:\"Priority Mail\";s:14:\"group_estimate\";s:8:\"1-3 days\";s:18:\"predefined_package\";s:20:\"padded_flat_envelope\";}i:9;O:8:\"stdClass\":6:{s:2:\"id\";s:18:\"pri_small_flat_env\";s:4:\"name\";s:40:\"Priority Mail - Small Flat Rate Envelope\";s:5:\"group\";s:8:\"priority\";s:10:\"group_name\";s:13:\"Priority Mail\";s:14:\"group_estimate\";s:8:\"1-3 days\";s:18:\"predefined_package\";s:19:\"small_flat_envelope\";}i:10;O:8:\"stdClass\":6:{s:2:\"id\";s:15:\"pri_window_flat\";s:4:\"name\";s:41:\"Priority Mail - Window Flat Rate Envelope\";s:5:\"group\";s:8:\"priority\";s:10:\"group_name\";s:13:\"Priority Mail\";s:14:\"group_estimate\";s:8:\"1-3 days\";s:18:\"predefined_package\";s:20:\"window_flat_envelope\";}i:11;O:8:\"stdClass\":6:{s:2:\"id\";s:15:\"pri_regional_a1\";s:4:\"name\";s:36:\"Priority Mail - Regional Rate Box A1\";s:5:\"group\";s:8:\"priority\";s:10:\"group_name\";s:13:\"Priority Mail\";s:14:\"group_estimate\";s:8:\"1-3 days\";s:18:\"predefined_package\";s:11:\"regional_a1\";}i:12;O:8:\"stdClass\":6:{s:2:\"id\";s:15:\"pri_regional_a2\";s:4:\"name\";s:36:\"Priority Mail - Regional Rate Box A2\";s:5:\"group\";s:8:\"priority\";s:10:\"group_name\";s:13:\"Priority Mail\";s:14:\"group_estimate\";s:8:\"1-3 days\";s:18:\"predefined_package\";s:11:\"regional_a2\";}i:13;O:8:\"stdClass\":6:{s:2:\"id\";s:15:\"pri_regional_b1\";s:4:\"name\";s:36:\"Priority Mail - Regional Rate Box B1\";s:5:\"group\";s:8:\"priority\";s:10:\"group_name\";s:13:\"Priority Mail\";s:14:\"group_estimate\";s:8:\"1-3 days\";s:18:\"predefined_package\";s:11:\"regional_b1\";}i:14;O:8:\"stdClass\":6:{s:2:\"id\";s:15:\"pri_regional_b2\";s:4:\"name\";s:36:\"Priority Mail - Regional Rate Box B2\";s:5:\"group\";s:8:\"priority\";s:10:\"group_name\";s:13:\"Priority Mail\";s:14:\"group_estimate\";s:8:\"1-3 days\";s:18:\"predefined_package\";s:11:\"regional_b2\";}i:15;O:8:\"stdClass\":5:{s:2:\"id\";s:7:\"pri_exp\";s:4:\"name\";s:21:\"Priority Mail Express\";s:5:\"group\";s:12:\"priority_exp\";s:10:\"group_name\";s:21:\"Priority Mail Express\";s:14:\"group_estimate\";s:9:\"Overnight\";}i:16;O:8:\"stdClass\":6:{s:2:\"id\";s:16:\"pri_exp_flat_env\";s:4:\"name\";s:42:\"Priority Mail Express - Flat Rate Envelope\";s:5:\"group\";s:12:\"priority_exp\";s:10:\"group_name\";s:21:\"Priority Mail Express\";s:14:\"group_estimate\";s:9:\"Overnight\";s:18:\"predefined_package\";s:21:\"express_flat_envelope\";}i:17;O:8:\"stdClass\":6:{s:2:\"id\";s:22:\"pri_exp_legal_flat_env\";s:4:\"name\";s:48:\"Priority Mail Express - Legal Flat Rate Envelope\";s:5:\"group\";s:12:\"priority_exp\";s:10:\"group_name\";s:21:\"Priority Mail Express\";s:14:\"group_estimate\";s:9:\"Overnight\";s:18:\"predefined_package\";s:27:\"express_legal_flat_envelope\";}i:18;O:8:\"stdClass\":6:{s:2:\"id\";s:23:\"pri_exp_padded_flat_env\";s:4:\"name\";s:49:\"Priority Mail Express - Padded Flat Rate Envelope\";s:5:\"group\";s:12:\"priority_exp\";s:10:\"group_name\";s:21:\"Priority Mail Express\";s:14:\"group_estimate\";s:9:\"Overnight\";s:18:\"predefined_package\";s:28:\"express_padded_flat_envelope\";}i:19;O:8:\"stdClass\":5:{s:2:\"id\";s:19:\"first_class_stamped\";s:4:\"name\";s:33:\"First-Class Mail - Stamped Letter\";s:5:\"group\";s:11:\"first_class\";s:10:\"group_name\";s:16:\"First-Class Mail\";s:14:\"group_estimate\";s:8:\"2-3 days\";}i:20;O:8:\"stdClass\":5:{s:2:\"id\";s:19:\"first_class_metered\";s:4:\"name\";s:33:\"First-Class Mail - Metered Letter\";s:5:\"group\";s:11:\"first_class\";s:10:\"group_name\";s:16:\"First-Class Mail\";s:14:\"group_estimate\";s:8:\"2-3 days\";}i:21;O:8:\"stdClass\":5:{s:2:\"id\";s:18:\"first_class_parcel\";s:4:\"name\";s:25:\"First-Class Mail - Parcel\";s:5:\"group\";s:11:\"first_class\";s:10:\"group_name\";s:16:\"First-Class Mail\";s:14:\"group_estimate\";s:8:\"2-3 days\";}i:22;O:8:\"stdClass\":5:{s:2:\"id\";s:23:\"first_class_lg_postcard\";s:4:\"name\";s:34:\"First-Class Mail - Large Postcards\";s:5:\"group\";s:11:\"first_class\";s:10:\"group_name\";s:16:\"First-Class Mail\";s:14:\"group_estimate\";s:8:\"2-3 days\";}i:23;O:8:\"stdClass\":5:{s:2:\"id\";s:20:\"first_class_postcard\";s:4:\"name\";s:28:\"First-Class Mail - Postcards\";s:5:\"group\";s:11:\"first_class\";s:10:\"group_name\";s:16:\"First-Class Mail\";s:14:\"group_estimate\";s:8:\"2-3 days\";}i:24;O:8:\"stdClass\":5:{s:2:\"id\";s:23:\"first_class_lg_env_flat\";s:4:\"name\";s:33:\"First-Class Mail - Large Envelope\";s:5:\"group\";s:11:\"first_class\";s:10:\"group_name\";s:16:\"First-Class Mail\";s:14:\"group_estimate\";s:8:\"2-3 days\";}i:25;O:8:\"stdClass\":5:{s:2:\"id\";s:19:\"first_class_package\";s:4:\"name\";s:27:\"First-Class Package Service\";s:5:\"group\";s:11:\"first_class\";s:10:\"group_name\";s:16:\"First-Class Mail\";s:14:\"group_estimate\";s:8:\"2-3 days\";}i:26;O:8:\"stdClass\":5:{s:2:\"id\";s:13:\"retail_ground\";s:4:\"name\";s:18:\"USPS Retail Ground\";s:5:\"group\";s:10:\"speciality\";s:10:\"group_name\";s:19:\"Speciality Services\";s:14:\"group_estimate\";N;}i:27;O:8:\"stdClass\":5:{s:2:\"id\";s:20:\"parcel_select_ground\";s:4:\"name\";s:20:\"Parcel Select Ground\";s:5:\"group\";s:10:\"speciality\";s:10:\"group_name\";s:19:\"Speciality Services\";s:14:\"group_estimate\";N;}i:28;O:8:\"stdClass\":5:{s:2:\"id\";s:5:\"media\";s:4:\"name\";s:17:\"Media Mail Parcel\";s:5:\"group\";s:10:\"speciality\";s:10:\"group_name\";s:19:\"Speciality Services\";s:14:\"group_estimate\";N;}i:29;O:8:\"stdClass\":5:{s:2:\"id\";s:3:\"gxg\";s:4:\"name\";s:42:\"USPS Global Express Guaranteed - Envelopes\";s:5:\"group\";s:10:\"speciality\";s:10:\"group_name\";s:19:\"Speciality Services\";s:14:\"group_estimate\";N;}i:30;O:8:\"stdClass\":5:{s:2:\"id\";s:12:\"pri_exp_intl\";s:4:\"name\";s:35:\"Priority Mail Express International\";s:5:\"group\";s:30:\"priority_express_international\";s:10:\"group_name\";s:35:\"Priority Mail Express International\";s:14:\"group_estimate\";s:8:\"3-5 days\";}i:31;O:8:\"stdClass\":6:{s:2:\"id\";s:21:\"pri_exp_intl_env_flat\";s:4:\"name\";s:57:\"Priority Mail Express International -  Flat Rate Envelope\";s:5:\"group\";s:30:\"priority_express_international\";s:10:\"group_name\";s:35:\"Priority Mail Express International\";s:14:\"group_estimate\";s:8:\"3-5 days\";s:18:\"predefined_package\";s:21:\"express_flat_envelope\";}i:32;O:8:\"stdClass\":6:{s:2:\"id\";s:23:\"pri_exp_intl_legal_flat\";s:4:\"name\";s:62:\"Priority Mail Express International - Legal Flat Rate Envelope\";s:5:\"group\";s:30:\"priority_express_international\";s:10:\"group_name\";s:35:\"Priority Mail Express International\";s:14:\"group_estimate\";s:8:\"3-5 days\";s:18:\"predefined_package\";s:27:\"express_legal_flat_envelope\";}i:33;O:8:\"stdClass\":6:{s:2:\"id\";s:24:\"pri_exp_intl_padded_flat\";s:4:\"name\";s:63:\"Priority Mail Express International - Padded Flat Rate Envelope\";s:5:\"group\";s:30:\"priority_express_international\";s:10:\"group_name\";s:35:\"Priority Mail Express International\";s:14:\"group_estimate\";s:8:\"3-5 days\";s:18:\"predefined_package\";s:28:\"express_padded_flat_envelope\";}i:34;O:8:\"stdClass\":5:{s:2:\"id\";s:8:\"pri_intl\";s:4:\"name\";s:27:\"Priority Mail International\";s:5:\"group\";s:22:\"priority_international\";s:10:\"group_name\";s:27:\"Priority Mail International\";s:14:\"group_estimate\";s:9:\"6-10 days\";}i:35;O:8:\"stdClass\":6:{s:2:\"id\";s:15:\"pri_intl_lg_box\";s:4:\"name\";s:49:\"Priority Mail International - Large Flat Rate Box\";s:5:\"group\";s:22:\"priority_international\";s:10:\"group_name\";s:27:\"Priority Mail International\";s:14:\"group_estimate\";s:9:\"6-10 days\";s:18:\"predefined_package\";s:14:\"large_flat_box\";}i:36;O:8:\"stdClass\":6:{s:2:\"id\";s:19:\"pri_intl_md_box_top\";s:4:\"name\";s:64:\"Priority Mail International - Medium Flat Rate Box (Top Loading)\";s:5:\"group\";s:22:\"priority_international\";s:10:\"group_name\";s:27:\"Priority Mail International\";s:14:\"group_estimate\";s:9:\"6-10 days\";s:18:\"predefined_package\";s:19:\"medium_flat_box_top\";}i:37;O:8:\"stdClass\":6:{s:2:\"id\";s:20:\"pri_intl_md_box_side\";s:4:\"name\";s:65:\"Priority Mail International - Medium Flat Rate Box (Side Loading)\";s:5:\"group\";s:22:\"priority_international\";s:10:\"group_name\";s:27:\"Priority Mail International\";s:14:\"group_estimate\";s:9:\"6-10 days\";s:18:\"predefined_package\";s:20:\"medium_flat_box_side\";}i:38;O:8:\"stdClass\":6:{s:2:\"id\";s:15:\"pri_intl_sm_box\";s:4:\"name\";s:49:\"Priority Mail International - Small Flat Rate Box\";s:5:\"group\";s:22:\"priority_international\";s:10:\"group_name\";s:27:\"Priority Mail International\";s:14:\"group_estimate\";s:9:\"6-10 days\";s:18:\"predefined_package\";s:14:\"small_flat_box\";}i:39;O:8:\"stdClass\":6:{s:2:\"id\";s:12:\"pri_intl_dvd\";s:4:\"name\";s:54:\"Priority Mail International - DVD Flat Rate priced box\";s:5:\"group\";s:22:\"priority_international\";s:10:\"group_name\";s:27:\"Priority Mail International\";s:14:\"group_estimate\";s:9:\"6-10 days\";s:18:\"predefined_package\";s:8:\"dvd_flat\";}i:40;O:8:\"stdClass\":6:{s:2:\"id\";s:14:\"pri_intl_video\";s:4:\"name\";s:62:\"Priority Mail International - Large Video Flat Rate priced box\";s:5:\"group\";s:22:\"priority_international\";s:10:\"group_name\";s:27:\"Priority Mail International\";s:14:\"group_estimate\";s:9:\"6-10 days\";s:18:\"predefined_package\";s:16:\"large_video_flat\";}i:41;O:8:\"stdClass\":6:{s:2:\"id\";s:17:\"pri_intl_env_flat\";s:4:\"name\";s:48:\"Priority Mail International - Flat Rate Envelope\";s:5:\"group\";s:22:\"priority_international\";s:10:\"group_name\";s:27:\"Priority Mail International\";s:14:\"group_estimate\";s:9:\"6-10 days\";s:18:\"predefined_package\";s:13:\"flat_envelope\";}i:42;O:8:\"stdClass\":6:{s:2:\"id\";s:19:\"pri_intl_legal_flat\";s:4:\"name\";s:54:\"Priority Mail International - Legal Flat Rate Envelope\";s:5:\"group\";s:22:\"priority_international\";s:10:\"group_name\";s:27:\"Priority Mail International\";s:14:\"group_estimate\";s:9:\"6-10 days\";s:18:\"predefined_package\";s:19:\"legal_flat_envelope\";}i:43;O:8:\"stdClass\":6:{s:2:\"id\";s:20:\"pri_intl_padded_flat\";s:4:\"name\";s:55:\"Priority Mail International - Padded Flat Rate Envelope\";s:5:\"group\";s:22:\"priority_international\";s:10:\"group_name\";s:27:\"Priority Mail International\";s:14:\"group_estimate\";s:9:\"6-10 days\";s:18:\"predefined_package\";s:20:\"padded_flat_envelope\";}i:44;O:8:\"stdClass\":6:{s:2:\"id\";s:20:\"pri_intl_sm_env_flat\";s:4:\"name\";s:54:\"Priority Mail International - Small Flat Rate Envelope\";s:5:\"group\";s:22:\"priority_international\";s:10:\"group_name\";s:27:\"Priority Mail International\";s:14:\"group_estimate\";s:9:\"6-10 days\";s:18:\"predefined_package\";s:19:\"small_flat_envelope\";}i:45;O:8:\"stdClass\":6:{s:2:\"id\";s:20:\"pri_intl_window_flat\";s:4:\"name\";s:55:\"Priority Mail International - Window Flat Rate Envelope\";s:5:\"group\";s:22:\"priority_international\";s:10:\"group_name\";s:27:\"Priority Mail International\";s:14:\"group_estimate\";s:9:\"6-10 days\";s:18:\"predefined_package\";s:20:\"window_flat_envelope\";}i:46;O:8:\"stdClass\":5:{s:2:\"id\";s:16:\"first_class_intl\";s:4:\"name\";s:41:\"First-Class Package International Service\";s:5:\"group\";s:10:\"speciality\";s:10:\"group_name\";s:19:\"Speciality Services\";s:14:\"group_estimate\";N;}i:47;O:8:\"stdClass\":5:{s:2:\"id\";s:23:\"first_class_intl_lg_env\";s:4:\"name\";s:47:\"First-Class Mail - International Large Envelope\";s:5:\"group\";s:10:\"speciality\";s:10:\"group_name\";s:19:\"Speciality Services\";s:14:\"group_estimate\";N;}i:48;O:8:\"stdClass\":5:{s:2:\"id\";s:23:\"first_class_intl_letter\";s:4:\"name\";s:39:\"First-Class Mail - International Letter\";s:5:\"group\";s:10:\"speciality\";s:10:\"group_name\";s:19:\"Speciality Services\";s:14:\"group_estimate\";N;}}}s:10:\"properties\";O:8:\"stdClass\":9:{s:5:\"title\";O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"string\";s:5:\"title\";s:21:\"Shipping method title\";s:7:\"default\";s:4:\"USPS\";s:9:\"minLength\";i:1;}s:10:\"account_id\";O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"string\";s:5:\"title\";s:12:\"USPS Account\";s:11:\"description\";s:117:\"Use the account provided or <a href=\"https://registration.shippingapis.com/\" target=\"_blank\">sign up for your own</a>\";s:7:\"default\";s:0:\"\";s:9:\"minLength\";i:0;}s:6:\"origin\";O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"string\";s:5:\"title\";s:15:\"Origin ZIP Code\";s:11:\"description\";s:28:\"Where are you shipping from?\";s:7:\"default\";s:5:\"34986\";s:7:\"pattern\";s:18:\"^\\d{5}(?:-\\d{4})?$\";}s:16:\"shipping_classes\";O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"array\";s:5:\"title\";s:16:\"Shipping Classes\";s:11:\"description\";s:60:\"Do you need to limit the shipping method to certain classes?\";s:7:\"default\";a:0:{}}s:8:\"services\";O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"object\";s:10:\"definition\";s:8:\"services\";s:5:\"title\";s:8:\"Services\";s:11:\"description\";s:146:\"Which <a target=\"_blank\" href=\"https://www.usps.com/ship/mail-shipping-services.htm\">shipping services</a> do you want to offer to your customers?\";s:5:\"items\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}s:10:\"properties\";O:8:\"stdClass\":49:{s:3:\"pri\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;s:7:\"default\";s:3:\"pri\";}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:1;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}s:12:\"pri_flat_env\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;s:7:\"default\";s:12:\"pri_flat_env\";}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}s:18:\"pri_large_flat_box\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;s:7:\"default\";s:18:\"pri_large_flat_box\";}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:1;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}s:20:\"pri_large_flat_box_2\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;s:7:\"default\";s:20:\"pri_large_flat_box_2\";}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:1;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}s:18:\"pri_legal_flat_env\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;s:7:\"default\";s:18:\"pri_legal_flat_env\";}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}s:23:\"pri_medium_flat_box_top\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;s:7:\"default\";s:23:\"pri_medium_flat_box_top\";}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:1;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}s:24:\"pri_medium_flat_box_side\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;s:7:\"default\";s:24:\"pri_medium_flat_box_side\";}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:1;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}s:15:\"pri_sm_flat_box\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;s:7:\"default\";s:15:\"pri_sm_flat_box\";}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:1;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}s:19:\"pri_padded_flat_env\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;s:7:\"default\";s:19:\"pri_padded_flat_env\";}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}s:18:\"pri_small_flat_env\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;s:7:\"default\";s:18:\"pri_small_flat_env\";}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}s:15:\"pri_window_flat\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;s:7:\"default\";s:15:\"pri_window_flat\";}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}s:15:\"pri_regional_a1\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;s:7:\"default\";s:15:\"pri_regional_a1\";}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}s:15:\"pri_regional_a2\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;s:7:\"default\";s:15:\"pri_regional_a2\";}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}s:15:\"pri_regional_b1\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;s:7:\"default\";s:15:\"pri_regional_b1\";}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}s:15:\"pri_regional_b2\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;s:7:\"default\";s:15:\"pri_regional_b2\";}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}s:7:\"pri_exp\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;s:7:\"default\";s:7:\"pri_exp\";}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}s:16:\"pri_exp_flat_env\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;s:7:\"default\";s:16:\"pri_exp_flat_env\";}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}s:22:\"pri_exp_legal_flat_env\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;s:7:\"default\";s:22:\"pri_exp_legal_flat_env\";}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}s:23:\"pri_exp_padded_flat_env\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;s:7:\"default\";s:23:\"pri_exp_padded_flat_env\";}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}s:19:\"first_class_stamped\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;s:7:\"default\";s:19:\"first_class_stamped\";}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}s:19:\"first_class_metered\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;s:7:\"default\";s:19:\"first_class_metered\";}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}s:18:\"first_class_parcel\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;s:7:\"default\";s:18:\"first_class_parcel\";}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}s:23:\"first_class_lg_postcard\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;s:7:\"default\";s:23:\"first_class_lg_postcard\";}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}s:20:\"first_class_postcard\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;s:7:\"default\";s:20:\"first_class_postcard\";}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}s:23:\"first_class_lg_env_flat\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;s:7:\"default\";s:23:\"first_class_lg_env_flat\";}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}s:19:\"first_class_package\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;s:7:\"default\";s:19:\"first_class_package\";}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}s:13:\"retail_ground\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;s:7:\"default\";s:13:\"retail_ground\";}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}s:20:\"parcel_select_ground\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;s:7:\"default\";s:20:\"parcel_select_ground\";}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}s:5:\"media\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;s:7:\"default\";s:5:\"media\";}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}s:3:\"gxg\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;s:7:\"default\";s:3:\"gxg\";}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}s:12:\"pri_exp_intl\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;s:7:\"default\";s:12:\"pri_exp_intl\";}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}s:21:\"pri_exp_intl_env_flat\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;s:7:\"default\";s:21:\"pri_exp_intl_env_flat\";}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}s:23:\"pri_exp_intl_legal_flat\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;s:7:\"default\";s:23:\"pri_exp_intl_legal_flat\";}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}s:24:\"pri_exp_intl_padded_flat\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;s:7:\"default\";s:24:\"pri_exp_intl_padded_flat\";}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}s:8:\"pri_intl\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;s:7:\"default\";s:8:\"pri_intl\";}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:1;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}s:15:\"pri_intl_lg_box\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;s:7:\"default\";s:15:\"pri_intl_lg_box\";}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:1;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}s:19:\"pri_intl_md_box_top\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;s:7:\"default\";s:19:\"pri_intl_md_box_top\";}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:1;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}s:20:\"pri_intl_md_box_side\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;s:7:\"default\";s:20:\"pri_intl_md_box_side\";}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:1;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}s:15:\"pri_intl_sm_box\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;s:7:\"default\";s:15:\"pri_intl_sm_box\";}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:1;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}s:12:\"pri_intl_dvd\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;s:7:\"default\";s:12:\"pri_intl_dvd\";}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}s:14:\"pri_intl_video\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;s:7:\"default\";s:14:\"pri_intl_video\";}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}s:17:\"pri_intl_env_flat\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;s:7:\"default\";s:17:\"pri_intl_env_flat\";}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}s:19:\"pri_intl_legal_flat\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;s:7:\"default\";s:19:\"pri_intl_legal_flat\";}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}s:20:\"pri_intl_padded_flat\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;s:7:\"default\";s:20:\"pri_intl_padded_flat\";}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}s:20:\"pri_intl_sm_env_flat\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;s:7:\"default\";s:20:\"pri_intl_sm_env_flat\";}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}s:20:\"pri_intl_window_flat\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;s:7:\"default\";s:20:\"pri_intl_window_flat\";}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}s:16:\"first_class_intl\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;s:7:\"default\";s:16:\"first_class_intl\";}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}s:23:\"first_class_intl_lg_env\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;s:7:\"default\";s:23:\"first_class_intl_lg_env\";}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}s:23:\"first_class_intl_letter\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;s:7:\"default\";s:23:\"first_class_intl_letter\";}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}}}s:13:\"fallback_rate\";O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"number\";s:5:\"title\";s:20:\"Fallback Rate (in $)\";s:11:\"description\";s:148:\"If USPS returns no rates, offer the customer a fallback rate so they are still able to checkout. Leave this field as 0 to indicate no fallback rate.\";s:7:\"default\";i:0;s:7:\"minimum\";i:0;}s:11:\"rate_filter\";O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"string\";s:5:\"title\";s:35:\"Which rates would you like to show?\";s:4:\"enum\";a:2:{i:0;s:3:\"all\";i:1;s:8:\"cheapest\";}s:7:\"default\";s:3:\"all\";}s:10:\"rate_class\";O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"string\";s:5:\"title\";s:36:\"What price would you like to charge?\";s:4:\"enum\";a:2:{i:0;s:6:\"retail\";i:1;s:3:\"cbp\";}s:7:\"default\";s:6:\"retail\";}s:14:\"packing_method\";O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"string\";s:5:\"title\";s:14:\"Packing Method\";s:4:\"enum\";a:2:{i:0;s:8:\"by_price\";i:1;s:10:\"individual\";}s:7:\"default\";s:8:\"by_price\";}}}s:8:\"packages\";O:8:\"stdClass\":5:{s:14:\"pri_flat_boxes\";O:8:\"stdClass\":2:{s:5:\"title\";s:34:\"USPS Priority Mail Flat Rate Boxes\";s:11:\"definitions\";a:11:{i:0;O:8:\"stdClass\":11:{s:16:\"inner_dimensions\";s:18:\"8.63 x 5.38 x 1.63\";s:16:\"outer_dimensions\";s:18:\"8.63 x 5.38 x 1.63\";s:10:\"box_weight\";i:0;s:12:\"is_flat_rate\";b:1;s:2:\"id\";s:14:\"small_flat_box\";s:4:\"name\";s:19:\"Small Flat Rate Box\";s:10:\"dimensions\";s:18:\"8.63 x 5.38 x 1.63\";s:10:\"max_weight\";i:70;s:9:\"is_letter\";b:0;s:8:\"group_id\";s:14:\"pri_flat_boxes\";s:22:\"can_ship_international\";b:1;}i:1;O:8:\"stdClass\":11:{s:16:\"inner_dimensions\";s:14:\"11 x 8.5 x 5.5\";s:16:\"outer_dimensions\";s:16:\"11.25 x 8.75 x 6\";s:10:\"box_weight\";i:0;s:12:\"is_flat_rate\";b:1;s:2:\"id\";s:19:\"medium_flat_box_top\";s:4:\"name\";s:35:\"Medium Flat Rate Box 1, Top Loading\";s:10:\"dimensions\";O:8:\"stdClass\":2:{s:5:\"inner\";s:14:\"11 x 8.5 x 5.5\";s:5:\"outer\";s:16:\"11.25 x 8.75 x 6\";}s:10:\"max_weight\";i:70;s:9:\"is_letter\";b:0;s:8:\"group_id\";s:14:\"pri_flat_boxes\";s:22:\"can_ship_international\";b:1;}i:2;O:8:\"stdClass\":11:{s:16:\"inner_dimensions\";s:20:\"13.63 x 11.88 x 3.38\";s:16:\"outer_dimensions\";s:13:\"14 x 12 x 3.5\";s:10:\"box_weight\";i:0;s:12:\"is_flat_rate\";b:1;s:2:\"id\";s:20:\"medium_flat_box_side\";s:4:\"name\";s:36:\"Medium Flat Rate Box 2, Side Loading\";s:10:\"dimensions\";O:8:\"stdClass\":2:{s:5:\"inner\";s:20:\"13.63 x 11.88 x 3.38\";s:5:\"outer\";s:13:\"14 x 12 x 3.5\";}s:10:\"max_weight\";i:70;s:9:\"is_letter\";b:0;s:8:\"group_id\";s:14:\"pri_flat_boxes\";s:22:\"can_ship_international\";b:1;}i:3;O:8:\"stdClass\":11:{s:16:\"inner_dimensions\";s:13:\"12 x 12 x 5.5\";s:16:\"outer_dimensions\";s:17:\"12.25 x 12.25 x 6\";s:10:\"box_weight\";i:0;s:12:\"is_flat_rate\";b:1;s:2:\"id\";s:14:\"large_flat_box\";s:4:\"name\";s:19:\"Large Flat Rate Box\";s:10:\"dimensions\";O:8:\"stdClass\":2:{s:5:\"inner\";s:13:\"12 x 12 x 5.5\";s:5:\"outer\";s:17:\"12.25 x 12.25 x 6\";}s:10:\"max_weight\";i:70;s:9:\"is_letter\";b:0;s:8:\"group_id\";s:14:\"pri_flat_boxes\";s:22:\"can_ship_international\";b:1;}i:4;O:8:\"stdClass\":11:{s:16:\"inner_dimensions\";s:17:\"23.69 x 11.75 x 3\";s:16:\"outer_dimensions\";s:20:\"24.06 x 11.88 x 3.13\";s:10:\"box_weight\";i:0;s:12:\"is_flat_rate\";b:1;s:2:\"id\";s:16:\"large_flat_box_2\";s:4:\"name\";s:30:\"Large Flat Rate Board Game Box\";s:10:\"dimensions\";O:8:\"stdClass\":2:{s:5:\"inner\";s:17:\"23.69 x 11.75 x 3\";s:5:\"outer\";s:20:\"24.06 x 11.88 x 3.13\";}s:10:\"max_weight\";i:70;s:9:\"is_letter\";b:0;s:8:\"group_id\";s:14:\"pri_flat_boxes\";s:22:\"can_ship_international\";b:1;}i:5;O:8:\"stdClass\":11:{s:16:\"inner_dimensions\";s:18:\"7.56 x 5.44 x 0.63\";s:16:\"outer_dimensions\";s:18:\"7.56 x 5.44 x 0.63\";s:10:\"box_weight\";i:0;s:12:\"is_flat_rate\";b:1;s:2:\"id\";s:8:\"dvd_flat\";s:4:\"name\";s:34:\"DVD Flat Rate (International Only)\";s:10:\"dimensions\";s:18:\"7.56 x 5.44 x 0.63\";s:10:\"max_weight\";i:4;s:9:\"is_letter\";b:0;s:8:\"group_id\";s:14:\"pri_flat_boxes\";s:22:\"can_ship_international\";b:1;}i:6;O:8:\"stdClass\":11:{s:16:\"inner_dimensions\";s:15:\"9.25 x 6.25 x 2\";s:16:\"outer_dimensions\";s:15:\"9.25 x 6.25 x 2\";s:10:\"box_weight\";i:0;s:12:\"is_flat_rate\";b:1;s:2:\"id\";s:16:\"large_video_flat\";s:4:\"name\";s:50:\"1096L - Large Video Flat Rate (International Only)\";s:10:\"dimensions\";s:15:\"9.25 x 6.25 x 2\";s:10:\"max_weight\";i:4;s:9:\"is_letter\";b:0;s:8:\"group_id\";s:14:\"pri_flat_boxes\";s:22:\"can_ship_international\";b:1;}i:7;O:8:\"stdClass\":11:{s:16:\"inner_dimensions\";s:13:\"10 x 7 x 4.75\";s:16:\"outer_dimensions\";s:13:\"10 x 7 x 4.75\";s:10:\"box_weight\";i:0;s:12:\"is_flat_rate\";b:1;s:2:\"id\";s:11:\"regional_a1\";s:4:\"name\";s:20:\"Regional Rate Box A1\";s:10:\"dimensions\";s:13:\"10 x 7 x 4.75\";s:10:\"max_weight\";i:15;s:9:\"is_letter\";b:0;s:8:\"group_id\";s:14:\"pri_flat_boxes\";s:22:\"can_ship_international\";b:0;}i:8;O:8:\"stdClass\":11:{s:16:\"inner_dimensions\";s:20:\"10.94 x 2.38 x 12.81\";s:16:\"outer_dimensions\";s:20:\"10.94 x 2.38 x 12.81\";s:10:\"box_weight\";i:0;s:12:\"is_flat_rate\";b:1;s:2:\"id\";s:11:\"regional_a2\";s:4:\"name\";s:20:\"Regional Rate Box A2\";s:10:\"dimensions\";s:20:\"10.94 x 2.38 x 12.81\";s:10:\"max_weight\";i:15;s:9:\"is_letter\";b:0;s:8:\"group_id\";s:14:\"pri_flat_boxes\";s:22:\"can_ship_international\";b:0;}i:9;O:8:\"stdClass\":11:{s:16:\"inner_dimensions\";s:14:\"12 x 10.25 x 5\";s:16:\"outer_dimensions\";s:14:\"12 x 10.25 x 5\";s:10:\"box_weight\";i:0;s:12:\"is_flat_rate\";b:1;s:2:\"id\";s:11:\"regional_b1\";s:4:\"name\";s:20:\"Regional Rate Box B1\";s:10:\"dimensions\";s:14:\"12 x 10.25 x 5\";s:10:\"max_weight\";i:20;s:9:\"is_letter\";b:0;s:8:\"group_id\";s:14:\"pri_flat_boxes\";s:22:\"can_ship_international\";b:0;}i:10;O:8:\"stdClass\":11:{s:16:\"inner_dimensions\";s:20:\"14.38 x 2.88 x 15.88\";s:16:\"outer_dimensions\";s:20:\"14.38 x 2.88 x 15.88\";s:10:\"box_weight\";i:0;s:12:\"is_flat_rate\";b:1;s:2:\"id\";s:11:\"regional_b2\";s:4:\"name\";s:20:\"Regional Rate Box B2\";s:10:\"dimensions\";s:20:\"14.38 x 2.88 x 15.88\";s:10:\"max_weight\";i:20;s:9:\"is_letter\";b:0;s:8:\"group_id\";s:14:\"pri_flat_boxes\";s:22:\"can_ship_international\";b:0;}}}s:13:\"pri_envelopes\";O:8:\"stdClass\":2:{s:5:\"title\";s:38:\"USPS Priority Mail Flat Rate Envelopes\";s:11:\"definitions\";a:5:{i:0;O:8:\"stdClass\":11:{s:16:\"inner_dimensions\";s:16:\"12.5 x 9.5 x 0.5\";s:16:\"outer_dimensions\";s:16:\"12.5 x 9.5 x 0.5\";s:10:\"box_weight\";i:0;s:12:\"is_flat_rate\";b:1;s:2:\"id\";s:13:\"flat_envelope\";s:4:\"name\";s:18:\"Flat Rate Envelope\";s:10:\"dimensions\";a:4:{i:0;s:16:\"12.5 x 9.5 x 0.5\";i:1;s:16:\"12.5 x 7.5 x 1.5\";i:2;s:16:\"12.5 x 5.5 x 2.5\";i:3;s:16:\"12.5 x 3.5 x 3.5\";}s:10:\"max_weight\";i:70;s:9:\"is_letter\";b:1;s:8:\"group_id\";s:13:\"pri_envelopes\";s:22:\"can_ship_international\";b:1;}i:1;O:8:\"stdClass\":11:{s:16:\"inner_dimensions\";s:14:\"15 x 9.5 x 0.5\";s:16:\"outer_dimensions\";s:14:\"15 x 9.5 x 0.5\";s:10:\"box_weight\";i:0;s:12:\"is_flat_rate\";b:1;s:2:\"id\";s:19:\"legal_flat_envelope\";s:4:\"name\";s:24:\"Legal Flat Rate Envelope\";s:10:\"dimensions\";a:4:{i:0;s:14:\"15 x 9.5 x 0.5\";i:1;s:16:\"12.5 x 7.5 x 1.5\";i:2;s:16:\"12.5 x 5.5 x 2.5\";i:3;s:16:\"12.5 x 3.5 x 3.5\";}s:10:\"max_weight\";i:70;s:9:\"is_letter\";b:1;s:8:\"group_id\";s:13:\"pri_envelopes\";s:22:\"can_ship_international\";b:1;}i:2;O:8:\"stdClass\":11:{s:16:\"inner_dimensions\";s:16:\"12.5 x 9.5 x 0.5\";s:16:\"outer_dimensions\";s:16:\"12.5 x 9.5 x 0.5\";s:10:\"box_weight\";i:0;s:12:\"is_flat_rate\";b:1;s:2:\"id\";s:20:\"padded_flat_envelope\";s:4:\"name\";s:25:\"Padded Flat Rate Envelope\";s:10:\"dimensions\";a:4:{i:0;s:16:\"12.5 x 9.5 x 0.5\";i:1;s:16:\"12.5 x 7.5 x 1.5\";i:2;s:16:\"12.5 x 5.5 x 2.5\";i:3;s:16:\"12.5 x 3.5 x 3.5\";}s:10:\"max_weight\";i:70;s:9:\"is_letter\";b:1;s:8:\"group_id\";s:13:\"pri_envelopes\";s:22:\"can_ship_international\";b:1;}i:3;O:8:\"stdClass\":11:{s:16:\"inner_dimensions\";s:16:\"12.5 x 9.5 x 0.5\";s:16:\"outer_dimensions\";s:16:\"12.5 x 9.5 x 0.5\";s:10:\"box_weight\";i:0;s:12:\"is_flat_rate\";b:1;s:2:\"id\";s:20:\"window_flat_envelope\";s:4:\"name\";s:40:\"Window Flat Rate Envelope (12.5\" x 9.5\")\";s:10:\"dimensions\";a:4:{i:0;s:16:\"12.5 x 9.5 x 0.5\";i:1;s:16:\"12.5 x 7.5 x 1.5\";i:2;s:16:\"12.5 x 5.5 x 2.5\";i:3;s:16:\"12.5 x 3.5 x 3.5\";}s:10:\"max_weight\";i:70;s:9:\"is_letter\";b:1;s:8:\"group_id\";s:13:\"pri_envelopes\";s:22:\"can_ship_international\";b:1;}i:4;O:8:\"stdClass\":11:{s:16:\"inner_dimensions\";s:12:\"10 x 6 x 0.5\";s:16:\"outer_dimensions\";s:12:\"10 x 6 x 0.5\";s:10:\"box_weight\";i:0;s:12:\"is_flat_rate\";b:1;s:2:\"id\";s:19:\"small_flat_envelope\";s:4:\"name\";s:24:\"Small Flat Rate Envelope\";s:10:\"dimensions\";a:3:{i:0;s:12:\"10 x 6 x 0.5\";i:1;s:12:\"10 x 4 x 1.5\";i:2;s:15:\"10 x 2.5 x 2.25\";}s:10:\"max_weight\";i:70;s:9:\"is_letter\";b:1;s:8:\"group_id\";s:13:\"pri_envelopes\";s:22:\"can_ship_international\";b:1;}}}s:9:\"pri_boxes\";O:8:\"stdClass\":2:{s:5:\"title\";s:24:\"USPS Priority Mail Boxes\";s:11:\"definitions\";a:10:{i:0;O:8:\"stdClass\":12:{s:16:\"inner_dimensions\";s:19:\"37.69 x 6.13 x 5.06\";s:16:\"outer_dimensions\";s:19:\"37.69 x 6.13 x 5.06\";s:10:\"box_weight\";i:0;s:12:\"is_flat_rate\";b:0;s:2:\"id\";s:11:\"medium_tube\";s:4:\"name\";s:25:\"Priority Mail Medium Tube\";s:10:\"dimensions\";s:19:\"37.69 x 6.13 x 5.06\";s:10:\"max_weight\";i:70;s:9:\"is_letter\";b:0;s:17:\"service_group_ids\";a:2:{i:0;s:8:\"priority\";i:1;s:22:\"priority_international\";}s:8:\"group_id\";s:9:\"pri_boxes\";s:22:\"can_ship_international\";b:1;}i:1;O:8:\"stdClass\":12:{s:16:\"inner_dimensions\";s:13:\"25 x 6 x 5.88\";s:16:\"outer_dimensions\";s:13:\"25 x 6 x 5.88\";s:10:\"box_weight\";i:0;s:12:\"is_flat_rate\";b:0;s:2:\"id\";s:10:\"small_tube\";s:4:\"name\";s:24:\"Priority Mail Small Tube\";s:10:\"dimensions\";s:13:\"25 x 6 x 5.88\";s:10:\"max_weight\";i:70;s:9:\"is_letter\";b:0;s:17:\"service_group_ids\";a:2:{i:0;s:8:\"priority\";i:1;s:22:\"priority_international\";}s:8:\"group_id\";s:9:\"pri_boxes\";s:22:\"can_ship_international\";b:1;}i:2;O:8:\"stdClass\":12:{s:16:\"inner_dimensions\";s:18:\"7.5 x 5.13 x 14.38\";s:16:\"outer_dimensions\";s:18:\"7.5 x 5.13 x 14.38\";s:10:\"box_weight\";i:0;s:12:\"is_flat_rate\";b:0;s:2:\"id\";s:8:\"shoe_box\";s:4:\"name\";s:22:\"Priority Mail Shoe Box\";s:10:\"dimensions\";s:18:\"7.5 x 5.13 x 14.38\";s:10:\"max_weight\";i:70;s:9:\"is_letter\";b:0;s:17:\"service_group_ids\";a:2:{i:0;s:8:\"priority\";i:1;s:22:\"priority_international\";}s:8:\"group_id\";s:9:\"pri_boxes\";s:22:\"can_ship_international\";b:1;}i:3;O:8:\"stdClass\":12:{s:16:\"inner_dimensions\";s:9:\"7 x 7 x 6\";s:16:\"outer_dimensions\";s:9:\"7 x 7 x 6\";s:10:\"box_weight\";i:0;s:12:\"is_flat_rate\";b:0;s:2:\"id\";s:10:\"priority_4\";s:4:\"name\";s:21:\"Priority Mail Box - 4\";s:10:\"dimensions\";s:9:\"7 x 7 x 6\";s:10:\"max_weight\";i:70;s:9:\"is_letter\";b:0;s:17:\"service_group_ids\";a:2:{i:0;s:8:\"priority\";i:1;s:22:\"priority_international\";}s:8:\"group_id\";s:9:\"pri_boxes\";s:22:\"can_ship_international\";b:1;}i:4;O:8:\"stdClass\":12:{s:16:\"inner_dimensions\";s:11:\"12 x 12 x 8\";s:16:\"outer_dimensions\";s:11:\"12 x 12 x 8\";s:10:\"box_weight\";i:0;s:12:\"is_flat_rate\";b:0;s:2:\"id\";s:10:\"priority_7\";s:4:\"name\";s:21:\"Priority Mail Box - 7\";s:10:\"dimensions\";s:11:\"12 x 12 x 8\";s:10:\"max_weight\";i:70;s:9:\"is_letter\";b:0;s:17:\"service_group_ids\";a:2:{i:0;s:8:\"priority\";i:1;s:22:\"priority_international\";}s:8:\"group_id\";s:9:\"pri_boxes\";s:22:\"can_ship_international\";b:1;}i:5;O:8:\"stdClass\":12:{s:16:\"inner_dimensions\";s:17:\"15.25 x 12.38 x 3\";s:16:\"outer_dimensions\";s:20:\"15.63 x 12.44 x 3.13\";s:10:\"box_weight\";i:0;s:12:\"is_flat_rate\";b:0;s:2:\"id\";s:13:\"priority_1095\";s:4:\"name\";s:24:\"Priority Mail Box - 1095\";s:10:\"dimensions\";O:8:\"stdClass\":2:{s:5:\"inner\";s:17:\"15.25 x 12.38 x 3\";s:5:\"outer\";s:20:\"15.63 x 12.44 x 3.13\";}s:10:\"max_weight\";i:70;s:9:\"is_letter\";b:0;s:17:\"service_group_ids\";a:2:{i:0;s:8:\"priority\";i:1;s:22:\"priority_international\";}s:8:\"group_id\";s:9:\"pri_boxes\";s:22:\"can_ship_international\";b:1;}i:6;O:8:\"stdClass\":12:{s:16:\"inner_dimensions\";s:15:\"9.25 x 6.25 x 2\";s:16:\"outer_dimensions\";s:18:\"9.56 x 6.44 x 2.19\";s:10:\"box_weight\";i:0;s:12:\"is_flat_rate\";b:0;s:2:\"id\";s:14:\"priority_1096L\";s:4:\"name\";s:25:\"Priority Mail Box - 1096L\";s:10:\"dimensions\";O:8:\"stdClass\":2:{s:5:\"inner\";s:15:\"9.25 x 6.25 x 2\";s:5:\"outer\";s:18:\"9.56 x 6.44 x 2.19\";}s:10:\"max_weight\";i:70;s:9:\"is_letter\";b:0;s:17:\"service_group_ids\";a:2:{i:0;s:8:\"priority\";i:1;s:22:\"priority_international\";}s:8:\"group_id\";s:9:\"pri_boxes\";s:22:\"can_ship_international\";b:1;}i:7;O:8:\"stdClass\":12:{s:16:\"inner_dimensions\";s:19:\"11.5 x 13.13 x 2.38\";s:16:\"outer_dimensions\";s:19:\"11.63 x 13.44 x 2.5\";s:10:\"box_weight\";i:0;s:12:\"is_flat_rate\";b:0;s:2:\"id\";s:13:\"priority_1097\";s:4:\"name\";s:24:\"Priority Mail Box - 1097\";s:10:\"dimensions\";O:8:\"stdClass\":2:{s:5:\"inner\";s:19:\"11.5 x 13.13 x 2.38\";s:5:\"outer\";s:19:\"11.63 x 13.44 x 2.5\";}s:10:\"max_weight\";i:70;s:9:\"is_letter\";b:0;s:17:\"service_group_ids\";a:2:{i:0;s:8:\"priority\";i:1;s:22:\"priority_international\";}s:8:\"group_id\";s:9:\"pri_boxes\";s:22:\"can_ship_international\";b:1;}i:8;O:8:\"stdClass\":12:{s:16:\"inner_dimensions\";s:18:\"7.56 x 5.44 x 0.63\";s:16:\"outer_dimensions\";s:18:\"7.56 x 5.44 x 0.63\";s:10:\"box_weight\";i:0;s:12:\"is_flat_rate\";b:0;s:2:\"id\";s:12:\"priority_dvd\";s:4:\"name\";s:21:\"Priority Mail DVD Box\";s:10:\"dimensions\";s:18:\"7.56 x 5.44 x 0.63\";s:10:\"max_weight\";i:70;s:9:\"is_letter\";b:0;s:17:\"service_group_ids\";a:2:{i:0;s:8:\"priority\";i:1;s:22:\"priority_international\";}s:8:\"group_id\";s:9:\"pri_boxes\";s:22:\"can_ship_international\";b:1;}i:9;O:8:\"stdClass\":12:{s:16:\"inner_dimensions\";s:19:\"11.63 x 15.13 x 0.5\";s:16:\"outer_dimensions\";s:19:\"11.63 x 15.13 x 0.5\";s:10:\"box_weight\";i:0;s:12:\"is_flat_rate\";b:0;s:2:\"id\";s:23:\"priority_tyvek_envelope\";s:4:\"name\";s:28:\"Priority Mail Tyvek Envelope\";s:10:\"dimensions\";s:19:\"11.63 x 15.13 x 0.5\";s:10:\"max_weight\";i:70;s:9:\"is_letter\";b:1;s:17:\"service_group_ids\";a:2:{i:0;s:8:\"priority\";i:1;s:22:\"priority_international\";}s:8:\"group_id\";s:9:\"pri_boxes\";s:22:\"can_ship_international\";b:1;}}}s:21:\"pri_express_envelopes\";O:8:\"stdClass\":2:{s:5:\"title\";s:46:\"USPS Priority Mail Express Flat Rate Envelopes\";s:11:\"definitions\";a:3:{i:0;O:8:\"stdClass\":11:{s:16:\"inner_dimensions\";s:16:\"12.5 x 9.5 x 0.5\";s:16:\"outer_dimensions\";s:16:\"12.5 x 9.5 x 0.5\";s:10:\"box_weight\";i:0;s:12:\"is_flat_rate\";b:1;s:2:\"id\";s:21:\"express_flat_envelope\";s:4:\"name\";s:18:\"Flat Rate Envelope\";s:10:\"dimensions\";a:4:{i:0;s:16:\"12.5 x 9.5 x 0.5\";i:1;s:16:\"12.5 x 7.5 x 1.5\";i:2;s:16:\"12.5 x 5.5 x 2.5\";i:3;s:16:\"12.5 x 3.5 x 3.5\";}s:10:\"max_weight\";i:70;s:9:\"is_letter\";b:1;s:8:\"group_id\";s:21:\"pri_express_envelopes\";s:22:\"can_ship_international\";b:1;}i:1;O:8:\"stdClass\":11:{s:16:\"inner_dimensions\";s:14:\"15 x 9.5 x 0.5\";s:16:\"outer_dimensions\";s:14:\"15 x 9.5 x 0.5\";s:10:\"box_weight\";i:0;s:12:\"is_flat_rate\";b:1;s:2:\"id\";s:27:\"express_legal_flat_envelope\";s:4:\"name\";s:24:\"Legal Flat Rate Envelope\";s:10:\"dimensions\";a:4:{i:0;s:14:\"15 x 9.5 x 0.5\";i:1;s:16:\"12.5 x 7.5 x 1.5\";i:2;s:16:\"12.5 x 5.5 x 2.5\";i:3;s:16:\"12.5 x 3.5 x 3.5\";}s:10:\"max_weight\";i:70;s:9:\"is_letter\";b:1;s:8:\"group_id\";s:21:\"pri_express_envelopes\";s:22:\"can_ship_international\";b:1;}i:2;O:8:\"stdClass\":11:{s:16:\"inner_dimensions\";s:16:\"12.5 x 9.5 x 0.5\";s:16:\"outer_dimensions\";s:16:\"12.5 x 9.5 x 0.5\";s:10:\"box_weight\";i:0;s:12:\"is_flat_rate\";b:1;s:2:\"id\";s:28:\"express_padded_flat_envelope\";s:4:\"name\";s:25:\"Padded Flat Rate Envelope\";s:10:\"dimensions\";a:4:{i:0;s:16:\"12.5 x 9.5 x 0.5\";i:1;s:16:\"12.5 x 7.5 x 1.5\";i:2;s:16:\"12.5 x 5.5 x 2.5\";i:3;s:16:\"12.5 x 3.5 x 3.5\";}s:10:\"max_weight\";i:70;s:9:\"is_letter\";b:1;s:8:\"group_id\";s:21:\"pri_express_envelopes\";s:22:\"can_ship_international\";b:1;}}}s:17:\"pri_express_boxes\";O:8:\"stdClass\":2:{s:5:\"title\";s:32:\"USPS Priority Mail Express Boxes\";s:11:\"definitions\";a:7:{i:0;O:8:\"stdClass\":12:{s:16:\"inner_dimensions\";s:17:\"15.25 x 12.38 x 3\";s:16:\"outer_dimensions\";s:20:\"15.63 x 12.44 x 3.13\";s:10:\"box_weight\";i:0;s:12:\"is_flat_rate\";b:0;s:2:\"id\";s:11:\"express_box\";s:4:\"name\";s:25:\"Priority Mail Express Box\";s:10:\"dimensions\";O:8:\"stdClass\":2:{s:5:\"inner\";s:17:\"15.25 x 12.38 x 3\";s:5:\"outer\";s:20:\"15.63 x 12.44 x 3.13\";}s:10:\"max_weight\";i:70;s:9:\"is_letter\";b:0;s:17:\"service_group_ids\";a:2:{i:0;s:12:\"priority_exp\";i:1;s:30:\"priority_express_international\";}s:8:\"group_id\";s:17:\"pri_express_boxes\";s:22:\"can_ship_international\";b:1;}i:1;O:8:\"stdClass\":12:{s:16:\"inner_dimensions\";s:14:\"11 x 8.5 x 5.5\";s:16:\"outer_dimensions\";s:16:\"11.25 x 8.75 x 6\";s:10:\"box_weight\";i:0;s:12:\"is_flat_rate\";b:0;s:2:\"id\";s:13:\"express_box_1\";s:4:\"name\";s:27:\"Priority Mail Express Box 1\";s:10:\"dimensions\";O:8:\"stdClass\":2:{s:5:\"inner\";s:14:\"11 x 8.5 x 5.5\";s:5:\"outer\";s:16:\"11.25 x 8.75 x 6\";}s:10:\"max_weight\";i:70;s:9:\"is_letter\";b:0;s:17:\"service_group_ids\";a:2:{i:0;s:12:\"priority_exp\";i:1;s:30:\"priority_express_international\";}s:8:\"group_id\";s:17:\"pri_express_boxes\";s:22:\"can_ship_international\";b:1;}i:2;O:8:\"stdClass\":12:{s:16:\"inner_dimensions\";s:20:\"11.88 x 3.38 x 13.63\";s:16:\"outer_dimensions\";s:13:\"12 x 3.5 x 14\";s:10:\"box_weight\";i:0;s:12:\"is_flat_rate\";b:0;s:2:\"id\";s:13:\"express_box_2\";s:4:\"name\";s:27:\"Priority Mail Express Box 2\";s:10:\"dimensions\";O:8:\"stdClass\":2:{s:5:\"inner\";s:20:\"11.88 x 3.38 x 13.63\";s:5:\"outer\";s:13:\"12 x 3.5 x 14\";}s:10:\"max_weight\";i:70;s:9:\"is_letter\";b:0;s:17:\"service_group_ids\";a:2:{i:0;s:12:\"priority_exp\";i:1;s:30:\"priority_express_international\";}s:8:\"group_id\";s:17:\"pri_express_boxes\";s:22:\"can_ship_international\";b:1;}i:3;O:8:\"stdClass\":12:{s:16:\"inner_dimensions\";s:19:\"37.69 x 6.13 x 5.06\";s:16:\"outer_dimensions\";s:19:\"37.69 x 6.13 x 5.06\";s:10:\"box_weight\";i:0;s:12:\"is_flat_rate\";b:0;s:2:\"id\";s:19:\"express_medium_tube\";s:4:\"name\";s:33:\"Priority Mail Express Medium Tube\";s:10:\"dimensions\";s:19:\"37.69 x 6.13 x 5.06\";s:10:\"max_weight\";i:70;s:9:\"is_letter\";b:0;s:17:\"service_group_ids\";a:2:{i:0;s:12:\"priority_exp\";i:1;s:30:\"priority_express_international\";}s:8:\"group_id\";s:17:\"pri_express_boxes\";s:22:\"can_ship_international\";b:1;}i:4;O:8:\"stdClass\":12:{s:16:\"inner_dimensions\";s:13:\"25 x 6 x 5.88\";s:16:\"outer_dimensions\";s:13:\"25 x 6 x 5.88\";s:10:\"box_weight\";i:0;s:12:\"is_flat_rate\";b:0;s:2:\"id\";s:18:\"express_small_tube\";s:4:\"name\";s:32:\"Priority Mail Express Small Tube\";s:10:\"dimensions\";s:13:\"25 x 6 x 5.88\";s:10:\"max_weight\";i:70;s:9:\"is_letter\";b:0;s:17:\"service_group_ids\";a:2:{i:0;s:12:\"priority_exp\";i:1;s:30:\"priority_express_international\";}s:8:\"group_id\";s:17:\"pri_express_boxes\";s:22:\"can_ship_international\";b:1;}i:5;O:8:\"stdClass\":12:{s:16:\"inner_dimensions\";s:19:\"11.63 x 15.13 x 0.5\";s:16:\"outer_dimensions\";s:19:\"11.63 x 15.13 x 0.5\";s:10:\"box_weight\";i:0;s:12:\"is_flat_rate\";b:0;s:2:\"id\";s:22:\"express_tyvek_envelope\";s:4:\"name\";s:36:\"Priority Mail Express Tyvek Envelope\";s:10:\"dimensions\";s:19:\"11.63 x 15.13 x 0.5\";s:10:\"max_weight\";i:70;s:9:\"is_letter\";b:1;s:17:\"service_group_ids\";a:2:{i:0;s:12:\"priority_exp\";i:1;s:30:\"priority_express_international\";}s:8:\"group_id\";s:17:\"pri_express_boxes\";s:22:\"can_ship_international\";b:1;}i:6;O:8:\"stdClass\":12:{s:16:\"inner_dimensions\";s:15:\"5.88 x 10 x 0.5\";s:16:\"outer_dimensions\";s:15:\"5.88 x 10 x 0.5\";s:10:\"box_weight\";i:0;s:12:\"is_flat_rate\";b:0;s:2:\"id\";s:23:\"express_window_envelope\";s:4:\"name\";s:37:\"Priority Mail Express Window Envelope\";s:10:\"dimensions\";s:15:\"5.88 x 10 x 0.5\";s:10:\"max_weight\";i:70;s:9:\"is_letter\";b:1;s:17:\"service_group_ids\";a:2:{i:0;s:12:\"priority_exp\";i:1;s:30:\"priority_express_international\";}s:8:\"group_id\";s:17:\"pri_express_boxes\";s:22:\"can_ship_international\";b:1;}}}}}}s:5:\"boxes\";O:8:\"stdClass\":5:{s:4:\"type\";s:5:\"array\";s:5:\"title\";s:9:\"Box Sizes\";s:11:\"description\";s:240:\"Items will be packed into these boxes based on item dimensions and volume. Outer dimensions will be passed to the delivery service, whereas inner dimensions will be used for packing. Items not fitting into boxes will be packed individually.\";s:7:\"default\";a:0:{}s:5:\"items\";O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"object\";s:5:\"title\";s:3:\"Box\";s:8:\"required\";a:4:{i:0;s:4:\"name\";i:1;s:16:\"inner_dimensions\";i:2;s:10:\"box_weight\";i:3;s:10:\"max_weight\";}s:10:\"properties\";O:8:\"stdClass\":7:{s:4:\"name\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"string\";s:5:\"title\";s:4:\"Name\";}s:15:\"is_user_defined\";O:8:\"stdClass\":1:{s:4:\"type\";s:7:\"boolean\";}s:16:\"inner_dimensions\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:5:\"title\";s:28:\"Inner Dimensions (L x W x H)\";s:7:\"pattern\";s:62:\"^(\\d+|(?:\\d*\\.\\d+)) x (\\d+|(?:\\d*\\.\\d+)) x (\\d+|(?:\\d*\\.\\d+))$\";}s:16:\"outer_dimensions\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:5:\"title\";s:28:\"Outer Dimensions (L x W x H)\";s:7:\"pattern\";s:62:\"^(\\d+|(?:\\d*\\.\\d+)) x (\\d+|(?:\\d*\\.\\d+)) x (\\d+|(?:\\d*\\.\\d+))$\";}s:10:\"box_weight\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:5:\"title\";s:19:\"Weight of Box (lbs)\";}s:10:\"max_weight\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:5:\"title\";s:16:\"Max Weight (lbs)\";}s:9:\"is_letter\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:5:\"title\";s:6:\"Letter\";}}}}s:7:\"notices\";a:0:{}}','yes'),(1568,'jetpack_updates_sync_checksum','a:3:{s:14:\"update_plugins\";i:515561598;s:13:\"update_themes\";i:4228208643;s:11:\"update_core\";i:3209972162;}','yes'),(1540,'stats_options','a:7:{s:9:\"admin_bar\";b:1;s:5:\"roles\";a:1:{i:0;s:13:\"administrator\";}s:11:\"count_roles\";a:0:{}s:7:\"blog_id\";i:147548924;s:12:\"do_not_track\";b:1;s:10:\"hide_smile\";b:1;s:7:\"version\";s:1:\"9\";}','yes'),(1535,'jetpack_next_sync_time_full_sync','1536124328','yes'),(1469,'jetpack_constants_sync_checksum','a:32:{s:16:\"EMPTY_TRASH_DAYS\";i:2473281379;s:17:\"WP_POST_REVISIONS\";i:4261170317;s:26:\"AUTOMATIC_UPDATER_DISABLED\";i:634125391;s:7:\"ABSPATH\";i:1015974476;s:14:\"WP_CONTENT_DIR\";i:4239352625;s:9:\"FS_METHOD\";i:634125391;s:18:\"DISALLOW_FILE_EDIT\";i:634125391;s:18:\"DISALLOW_FILE_MODS\";i:634125391;s:19:\"WP_AUTO_UPDATE_CORE\";i:634125391;s:22:\"WP_HTTP_BLOCK_EXTERNAL\";i:634125391;s:19:\"WP_ACCESSIBLE_HOSTS\";i:634125391;s:16:\"JETPACK__VERSION\";i:3065097289;s:12:\"IS_PRESSABLE\";i:634125391;s:15:\"DISABLE_WP_CRON\";i:634125391;s:17:\"ALTERNATE_WP_CRON\";i:634125391;s:20:\"WP_CRON_LOCK_TIMEOUT\";i:3994858278;s:11:\"PHP_VERSION\";i:1555756510;s:15:\"WP_MEMORY_LIMIT\";i:3065409971;s:19:\"WP_MAX_MEMORY_LIMIT\";i:1839787262;s:14:\"WC_PLUGIN_FILE\";i:343452919;s:10:\"WC_ABSPATH\";i:4107516806;s:18:\"WC_PLUGIN_BASENAME\";i:1149093810;s:10:\"WC_VERSION\";i:1967390217;s:19:\"WOOCOMMERCE_VERSION\";i:1967390217;s:21:\"WC_ROUNDING_PRECISION\";i:498629140;s:25:\"WC_DISCOUNT_ROUNDING_MODE\";i:450215437;s:20:\"WC_TAX_ROUNDING_MODE\";i:2212294583;s:12:\"WC_DELIMITER\";i:2455911554;s:10:\"WC_LOG_DIR\";i:1180355742;s:22:\"WC_SESSION_CACHE_GROUP\";i:4278978988;s:22:\"WC_TEMPLATE_DEBUG_MODE\";i:734881840;s:8:\"WP_DEBUG\";i:734881840;}','yes'),(1470,'jpsq_sync_checkout','0:0','no'),(1471,'jetpack_sync_https_history_home_url','a:5:{i:0;s:4:\"http\";i:1;s:4:\"http\";i:2;s:5:\"https\";i:3;s:5:\"https\";i:4;s:5:\"https\";}','yes'),(1472,'jetpack_sync_https_history_site_url','a:5:{i:0;s:4:\"http\";i:1;s:4:\"http\";i:2;s:5:\"https\";i:3;s:5:\"https\";i:4;s:5:\"https\";}','yes'),(1476,'widget_blog_subscription','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1477,'widget_authors','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1478,'widget_eu_cookie_law_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1479,'widget_facebook-likebox','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1480,'widget_flickr','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1481,'widget_wpcom-goodreads','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1482,'widget_google_translate_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1484,'widget_grofile','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1485,'widget_internet_defense_league_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1486,'widget_widget_mailchimp_subscriber_popup','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1487,'widget_milestone_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1488,'widget_jetpack_my_community','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1489,'widget_rss_links','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1490,'widget_jetpack_widget_social_icons','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1491,'widget_twitter_timeline','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1492,'widget_upcoming_events_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1493,'widget_jetpack_display_posts_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1496,'jetpack_portfolio','0','yes'),(1498,'sharedaddy_disable_resources','0','yes'),(1499,'jetpack_sitemap_location','','yes'),(1500,'jetpack_testimonial','0','yes'),(1557,'jetpack_plugin_api_action_links','a:7:{s:27:\"astra-addon/astra-addon.php\";a:1:{s:8:\"Settings\";s:62:\"https://bestcerakoteflorida.com/wp-admin/themes.php?page=astra\";}s:31:\"kt-tinymce-color-grid/index.php\";a:1:{s:14:\" Color Palette\";s:87:\"https://bestcerakoteflorida.com/wp-admin/options-general.php?page=kt_tinymce_color_grid\";}s:27:\"svg-support/svg-support.php\";a:1:{s:8:\"Settings\";s:77:\"https://bestcerakoteflorida.com/wp-admin/options-general.php?page=svg-support\";}s:29:\"wp-templator/wp-templator.php\";a:1:{s:12:\"Activate API\";s:42:\"https://bestcerakoteflorida.com/wp-admin/#\";}s:27:\"woocommerce/woocommerce.php\";a:1:{s:8:\"Settings\";s:67:\"https://bestcerakoteflorida.com/wp-admin/admin.php?page=wc-settings\";}s:45:\"woocommerce-services/woocommerce-services.php\";a:1:{s:7:\"Support\";s:51:\"https://woocommerce.com/my-account/create-a-ticket/\";}s:57:\"woocommerce-gateway-stripe/woocommerce-gateway-stripe.php\";a:3:{s:8:\"Settings\";s:95:\"https://bestcerakoteflorida.com/wp-admin/admin.php?page=wc-settings&tab=checkout&section=stripe\";s:4:\"Docs\";s:45:\"https://docs.woocommerce.com/document/stripe/\";s:7:\"Support\";s:78:\"https://woocommerce.com/my-account/create-a-ticket?broken=primary&select=18627\";}}','yes'),(1547,'trusted_ip_header','O:8:\"stdClass\":3:{s:14:\"trusted_header\";s:11:\"REMOTE_ADDR\";s:8:\"segments\";i:1;s:7:\"reverse\";b:0;}','no'),(1528,'jetpack_next_sync_time_sync','1581445605','yes'),(1529,'jetpack_next_sync_time_full-sync-enqueue','1581445605','yes'),(1530,'jpsq_full_sync_checkout','0:0','no'),(1531,'jetpack_sync_https_history_main_network_site_url','a:5:{i:0;s:4:\"http\";i:1;s:4:\"http\";i:2;s:4:\"http\";i:3;s:5:\"https\";i:4;s:5:\"https\";}','yes'),(1534,'jetpack_callables_sync_checksum','a:33:{s:18:\"wp_max_upload_size\";i:3564436882;s:15:\"is_main_network\";i:734881840;s:13:\"is_multi_site\";i:734881840;s:17:\"main_network_site\";i:3847367312;s:8:\"site_url\";i:3847367312;s:8:\"home_url\";i:3847367312;s:16:\"single_user_site\";i:4261170317;s:7:\"updates\";i:2930241450;s:28:\"has_file_system_write_access\";i:4261170317;s:21:\"is_version_controlled\";i:734881840;s:10:\"taxonomies\";i:850442692;s:10:\"post_types\";i:2783749770;s:18:\"post_type_features\";i:2765550630;s:10:\"shortcodes\";i:2182911509;s:27:\"rest_api_allowed_post_types\";i:2840212120;s:32:\"rest_api_allowed_public_metadata\";i:223132457;s:24:\"sso_is_two_step_required\";i:734881840;s:26:\"sso_should_hide_login_form\";i:734881840;s:18:\"sso_match_by_email\";i:4261170317;s:21:\"sso_new_user_override\";i:734881840;s:29:\"sso_bypass_default_login_form\";i:734881840;s:10:\"wp_version\";i:123066752;s:11:\"get_plugins\";i:2911360221;s:24:\"get_plugins_action_links\";i:1546211282;s:14:\"active_modules\";i:2595488190;s:16:\"hosting_provider\";i:769900095;s:6:\"locale\";i:110763218;s:13:\"site_icon_url\";i:3130477363;s:5:\"roles\";i:625295303;s:8:\"timezone\";i:1303107867;s:24:\"available_jetpack_blocks\";i:3994703233;s:13:\"paused_themes\";i:223132457;s:14:\"paused_plugins\";i:223132457;}','no'),(1621,'jetpack_last_connect_url_check','1528586747','no'),(19240,'auto_core_update_notified','a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:29:\"admin@bestcerakoteflorida.com\";s:7:\"version\";s:5:\"5.3.2\";s:9:\"timestamp\";i:1576718126;}','no'),(1774,'wc_connect_taxes_enabled','yes','yes'),(1790,'woocommerce_wc_services_usps_2_form_settings','O:8:\"stdClass\":8:{s:5:\"title\";s:4:\"USPS\";s:10:\"account_id\";s:0:\"\";s:6:\"origin\";s:5:\"34986\";s:8:\"services\";a:46:{s:3:\"pri\";a:4:{s:2:\"id\";s:3:\"pri\";s:7:\"enabled\";b:1;s:10:\"adjustment\";i:1;s:15:\"adjustment_type\";s:4:\"flat\";}s:12:\"pri_flat_env\";a:4:{s:2:\"id\";s:12:\"pri_flat_env\";s:7:\"enabled\";b:1;s:10:\"adjustment\";i:1;s:15:\"adjustment_type\";s:4:\"flat\";}s:18:\"pri_large_flat_box\";a:4:{s:2:\"id\";s:18:\"pri_large_flat_box\";s:7:\"enabled\";b:1;s:10:\"adjustment\";i:1;s:15:\"adjustment_type\";s:4:\"flat\";}s:20:\"pri_large_flat_box_2\";a:4:{s:2:\"id\";s:20:\"pri_large_flat_box_2\";s:7:\"enabled\";b:1;s:10:\"adjustment\";i:1;s:15:\"adjustment_type\";s:4:\"flat\";}s:18:\"pri_legal_flat_env\";a:4:{s:2:\"id\";s:18:\"pri_legal_flat_env\";s:7:\"enabled\";b:0;s:10:\"adjustment\";i:0;s:15:\"adjustment_type\";s:4:\"flat\";}s:23:\"pri_medium_flat_box_top\";a:4:{s:2:\"id\";s:23:\"pri_medium_flat_box_top\";s:7:\"enabled\";b:1;s:10:\"adjustment\";i:1;s:15:\"adjustment_type\";s:4:\"flat\";}s:24:\"pri_medium_flat_box_side\";a:4:{s:2:\"id\";s:24:\"pri_medium_flat_box_side\";s:7:\"enabled\";b:1;s:10:\"adjustment\";i:1;s:15:\"adjustment_type\";s:4:\"flat\";}s:15:\"pri_sm_flat_box\";a:4:{s:2:\"id\";s:15:\"pri_sm_flat_box\";s:7:\"enabled\";b:1;s:10:\"adjustment\";i:1;s:15:\"adjustment_type\";s:4:\"flat\";}s:19:\"pri_padded_flat_env\";a:4:{s:2:\"id\";s:19:\"pri_padded_flat_env\";s:7:\"enabled\";b:1;s:10:\"adjustment\";i:1;s:15:\"adjustment_type\";s:4:\"flat\";}s:18:\"pri_small_flat_env\";a:4:{s:2:\"id\";s:18:\"pri_small_flat_env\";s:7:\"enabled\";b:0;s:10:\"adjustment\";i:0;s:15:\"adjustment_type\";s:4:\"flat\";}s:15:\"pri_window_flat\";a:4:{s:2:\"id\";s:15:\"pri_window_flat\";s:7:\"enabled\";b:0;s:10:\"adjustment\";i:0;s:15:\"adjustment_type\";s:4:\"flat\";}s:15:\"pri_regional_a1\";a:4:{s:2:\"id\";s:15:\"pri_regional_a1\";s:7:\"enabled\";b:0;s:10:\"adjustment\";i:0;s:15:\"adjustment_type\";s:4:\"flat\";}s:15:\"pri_regional_a2\";a:4:{s:2:\"id\";s:15:\"pri_regional_a2\";s:7:\"enabled\";b:0;s:10:\"adjustment\";i:0;s:15:\"adjustment_type\";s:4:\"flat\";}s:15:\"pri_regional_b1\";a:4:{s:2:\"id\";s:15:\"pri_regional_b1\";s:7:\"enabled\";b:0;s:10:\"adjustment\";i:0;s:15:\"adjustment_type\";s:4:\"flat\";}s:15:\"pri_regional_b2\";a:4:{s:2:\"id\";s:15:\"pri_regional_b2\";s:7:\"enabled\";b:0;s:10:\"adjustment\";i:0;s:15:\"adjustment_type\";s:4:\"flat\";}s:7:\"pri_exp\";a:4:{s:2:\"id\";s:7:\"pri_exp\";s:7:\"enabled\";b:0;s:10:\"adjustment\";i:0;s:15:\"adjustment_type\";s:4:\"flat\";}s:16:\"pri_exp_flat_env\";a:4:{s:2:\"id\";s:16:\"pri_exp_flat_env\";s:7:\"enabled\";b:0;s:10:\"adjustment\";i:0;s:15:\"adjustment_type\";s:4:\"flat\";}s:22:\"pri_exp_legal_flat_env\";a:4:{s:2:\"id\";s:22:\"pri_exp_legal_flat_env\";s:7:\"enabled\";b:0;s:10:\"adjustment\";i:0;s:15:\"adjustment_type\";s:4:\"flat\";}s:23:\"pri_exp_padded_flat_env\";a:4:{s:2:\"id\";s:23:\"pri_exp_padded_flat_env\";s:7:\"enabled\";b:0;s:10:\"adjustment\";i:0;s:15:\"adjustment_type\";s:4:\"flat\";}s:19:\"first_class_stamped\";a:4:{s:2:\"id\";s:19:\"first_class_stamped\";s:7:\"enabled\";b:1;s:10:\"adjustment\";i:1;s:15:\"adjustment_type\";s:4:\"flat\";}s:19:\"first_class_metered\";a:4:{s:2:\"id\";s:19:\"first_class_metered\";s:7:\"enabled\";b:1;s:10:\"adjustment\";i:1;s:15:\"adjustment_type\";s:4:\"flat\";}s:18:\"first_class_parcel\";a:4:{s:2:\"id\";s:18:\"first_class_parcel\";s:7:\"enabled\";b:1;s:10:\"adjustment\";i:1;s:15:\"adjustment_type\";s:4:\"flat\";}s:23:\"first_class_lg_postcard\";a:4:{s:2:\"id\";s:23:\"first_class_lg_postcard\";s:7:\"enabled\";b:1;s:10:\"adjustment\";i:1;s:15:\"adjustment_type\";s:4:\"flat\";}s:20:\"first_class_postcard\";a:4:{s:2:\"id\";s:20:\"first_class_postcard\";s:7:\"enabled\";b:1;s:10:\"adjustment\";i:1;s:15:\"adjustment_type\";s:4:\"flat\";}s:23:\"first_class_lg_env_flat\";a:4:{s:2:\"id\";s:23:\"first_class_lg_env_flat\";s:7:\"enabled\";b:1;s:10:\"adjustment\";i:1;s:15:\"adjustment_type\";s:4:\"flat\";}s:19:\"first_class_package\";a:4:{s:2:\"id\";s:19:\"first_class_package\";s:7:\"enabled\";b:1;s:10:\"adjustment\";i:1;s:15:\"adjustment_type\";s:4:\"flat\";}s:13:\"retail_ground\";a:4:{s:2:\"id\";s:13:\"retail_ground\";s:7:\"enabled\";b:0;s:10:\"adjustment\";i:0;s:15:\"adjustment_type\";s:4:\"flat\";}s:5:\"media\";a:4:{s:2:\"id\";s:5:\"media\";s:7:\"enabled\";b:0;s:10:\"adjustment\";i:0;s:15:\"adjustment_type\";s:4:\"flat\";}s:3:\"gxg\";a:4:{s:2:\"id\";s:3:\"gxg\";s:7:\"enabled\";b:0;s:10:\"adjustment\";i:0;s:15:\"adjustment_type\";s:4:\"flat\";}s:12:\"pri_exp_intl\";a:4:{s:2:\"id\";s:12:\"pri_exp_intl\";s:7:\"enabled\";b:0;s:10:\"adjustment\";i:0;s:15:\"adjustment_type\";s:4:\"flat\";}s:21:\"pri_exp_intl_env_flat\";a:4:{s:2:\"id\";s:21:\"pri_exp_intl_env_flat\";s:7:\"enabled\";b:0;s:10:\"adjustment\";i:0;s:15:\"adjustment_type\";s:4:\"flat\";}s:23:\"pri_exp_intl_legal_flat\";a:4:{s:2:\"id\";s:23:\"pri_exp_intl_legal_flat\";s:7:\"enabled\";b:0;s:10:\"adjustment\";i:0;s:15:\"adjustment_type\";s:4:\"flat\";}s:24:\"pri_exp_intl_padded_flat\";a:4:{s:2:\"id\";s:24:\"pri_exp_intl_padded_flat\";s:7:\"enabled\";b:0;s:10:\"adjustment\";i:0;s:15:\"adjustment_type\";s:4:\"flat\";}s:8:\"pri_intl\";a:4:{s:2:\"id\";s:8:\"pri_intl\";s:7:\"enabled\";b:1;s:10:\"adjustment\";i:0;s:15:\"adjustment_type\";s:4:\"flat\";}s:15:\"pri_intl_lg_box\";a:4:{s:2:\"id\";s:15:\"pri_intl_lg_box\";s:7:\"enabled\";b:1;s:10:\"adjustment\";i:0;s:15:\"adjustment_type\";s:4:\"flat\";}s:19:\"pri_intl_md_box_top\";a:4:{s:2:\"id\";s:19:\"pri_intl_md_box_top\";s:7:\"enabled\";b:1;s:10:\"adjustment\";i:0;s:15:\"adjustment_type\";s:4:\"flat\";}s:20:\"pri_intl_md_box_side\";a:4:{s:2:\"id\";s:20:\"pri_intl_md_box_side\";s:7:\"enabled\";b:1;s:10:\"adjustment\";i:0;s:15:\"adjustment_type\";s:4:\"flat\";}s:15:\"pri_intl_sm_box\";a:4:{s:2:\"id\";s:15:\"pri_intl_sm_box\";s:7:\"enabled\";b:1;s:10:\"adjustment\";i:0;s:15:\"adjustment_type\";s:4:\"flat\";}s:17:\"pri_intl_env_flat\";a:4:{s:2:\"id\";s:17:\"pri_intl_env_flat\";s:7:\"enabled\";b:0;s:10:\"adjustment\";i:0;s:15:\"adjustment_type\";s:4:\"flat\";}s:19:\"pri_intl_legal_flat\";a:4:{s:2:\"id\";s:19:\"pri_intl_legal_flat\";s:7:\"enabled\";b:0;s:10:\"adjustment\";i:0;s:15:\"adjustment_type\";s:4:\"flat\";}s:20:\"pri_intl_padded_flat\";a:4:{s:2:\"id\";s:20:\"pri_intl_padded_flat\";s:7:\"enabled\";b:0;s:10:\"adjustment\";i:0;s:15:\"adjustment_type\";s:4:\"flat\";}s:20:\"pri_intl_sm_env_flat\";a:4:{s:2:\"id\";s:20:\"pri_intl_sm_env_flat\";s:7:\"enabled\";b:0;s:10:\"adjustment\";i:0;s:15:\"adjustment_type\";s:4:\"flat\";}s:20:\"pri_intl_window_flat\";a:4:{s:2:\"id\";s:20:\"pri_intl_window_flat\";s:7:\"enabled\";b:0;s:10:\"adjustment\";i:0;s:15:\"adjustment_type\";s:4:\"flat\";}s:16:\"first_class_intl\";a:4:{s:2:\"id\";s:16:\"first_class_intl\";s:7:\"enabled\";b:0;s:10:\"adjustment\";i:0;s:15:\"adjustment_type\";s:4:\"flat\";}s:23:\"first_class_intl_lg_env\";a:4:{s:2:\"id\";s:23:\"first_class_intl_lg_env\";s:7:\"enabled\";b:0;s:10:\"adjustment\";i:0;s:15:\"adjustment_type\";s:4:\"flat\";}s:23:\"first_class_intl_letter\";a:4:{s:2:\"id\";s:23:\"first_class_intl_letter\";s:7:\"enabled\";b:0;s:10:\"adjustment\";i:0;s:15:\"adjustment_type\";s:4:\"flat\";}}s:13:\"fallback_rate\";i:0;s:11:\"rate_filter\";s:3:\"all\";s:10:\"rate_class\";s:6:\"retail\";s:14:\"packing_method\";s:8:\"by_price\";}','yes'),(1815,'gravatar_disable_hovercards','enabled','yes'),(1819,'verification_services_codes','0','yes'),(1873,'woocommerce_paypal_settings','a:23:{s:7:\"enabled\";s:3:\"yes\";s:5:\"title\";s:6:\"PayPal\";s:11:\"description\";s:85:\"Pay via PayPal; you can pay with your credit card if you don\'t have a PayPal account.\";s:5:\"email\";s:24:\"nick@blackhawkcustom.com\";s:8:\"advanced\";s:0:\"\";s:8:\"testmode\";s:3:\"yes\";s:5:\"debug\";s:2:\"no\";s:16:\"ipn_notification\";s:3:\"yes\";s:14:\"receiver_email\";s:24:\"nick@blackhawkcustom.com\";s:14:\"identity_token\";s:0:\"\";s:14:\"invoice_prefix\";s:3:\"WC-\";s:13:\"send_shipping\";s:3:\"yes\";s:16:\"address_override\";s:2:\"no\";s:13:\"paymentaction\";s:4:\"sale\";s:10:\"page_style\";s:22:\"Blackhawk Custom, LLC.\";s:9:\"image_url\";s:0:\"\";s:11:\"api_details\";s:0:\"\";s:12:\"api_username\";s:15:\"bestcerakote_wp\";s:12:\"api_password\";s:12:\"Xifaras1974!\";s:13:\"api_signature\";s:0:\"\";s:20:\"sandbox_api_username\";s:0:\"\";s:20:\"sandbox_api_password\";s:0:\"\";s:21:\"sandbox_api_signature\";s:0:\"\";}','yes'),(1922,'_transient_product_query-transient-version','1581445460','yes'),(99167,'gadwp_cache_qr2_2705653177','a:2:{s:5:\"value\";O:31:\"Deconf_Service_Analytics_GaData\":24:{s:17:\"\0*\0collection_key\";s:4:\"rows\";s:25:\"\0*\0internal_gapi_mappings\";a:0:{}s:20:\"\0*\0columnHeadersType\";s:44:\"Deconf_Service_Analytics_GaDataColumnHeaders\";s:24:\"\0*\0columnHeadersDataType\";s:5:\"array\";s:19:\"containsSampledData\";b:0;s:16:\"\0*\0dataTableType\";s:40:\"Deconf_Service_Analytics_GaDataDataTable\";s:20:\"\0*\0dataTableDataType\";s:0:\"\";s:2:\"id\";s:194:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:182978339&dimensions=ga:date,ga:dayOfWeekName&metrics=ga:uniquePageviews&filters=ga:pagePath%3D%3D/&start-date=30daysAgo&end-date=yesterday\";s:12:\"itemsPerPage\";i:1000;s:4:\"kind\";s:16:\"analytics#gaData\";s:8:\"nextLink\";N;s:12:\"previousLink\";N;s:18:\"\0*\0profileInfoType\";s:42:\"Deconf_Service_Analytics_GaDataProfileInfo\";s:22:\"\0*\0profileInfoDataType\";s:0:\"\";s:12:\"\0*\0queryType\";s:36:\"Deconf_Service_Analytics_GaDataQuery\";s:16:\"\0*\0queryDataType\";s:0:\"\";s:4:\"rows\";a:30:{i:0;a:3:{i:0;s:8:\"20180908\";i:1;s:8:\"Saturday\";i:2;s:1:\"0\";}i:1;a:3:{i:0;s:8:\"20180909\";i:1;s:6:\"Sunday\";i:2;s:1:\"0\";}i:2;a:3:{i:0;s:8:\"20180910\";i:1;s:6:\"Monday\";i:2;s:1:\"0\";}i:3;a:3:{i:0;s:8:\"20180911\";i:1;s:7:\"Tuesday\";i:2;s:1:\"0\";}i:4;a:3:{i:0;s:8:\"20180912\";i:1;s:9:\"Wednesday\";i:2;s:1:\"0\";}i:5;a:3:{i:0;s:8:\"20180913\";i:1;s:8:\"Thursday\";i:2;s:1:\"0\";}i:6;a:3:{i:0;s:8:\"20180914\";i:1;s:6:\"Friday\";i:2;s:1:\"0\";}i:7;a:3:{i:0;s:8:\"20180915\";i:1;s:8:\"Saturday\";i:2;s:1:\"0\";}i:8;a:3:{i:0;s:8:\"20180916\";i:1;s:6:\"Sunday\";i:2;s:1:\"0\";}i:9;a:3:{i:0;s:8:\"20180917\";i:1;s:6:\"Monday\";i:2;s:1:\"0\";}i:10;a:3:{i:0;s:8:\"20180918\";i:1;s:7:\"Tuesday\";i:2;s:1:\"0\";}i:11;a:3:{i:0;s:8:\"20180919\";i:1;s:9:\"Wednesday\";i:2;s:1:\"0\";}i:12;a:3:{i:0;s:8:\"20180920\";i:1;s:8:\"Thursday\";i:2;s:1:\"0\";}i:13;a:3:{i:0;s:8:\"20180921\";i:1;s:6:\"Friday\";i:2;s:1:\"0\";}i:14;a:3:{i:0;s:8:\"20180922\";i:1;s:8:\"Saturday\";i:2;s:1:\"0\";}i:15;a:3:{i:0;s:8:\"20180923\";i:1;s:6:\"Sunday\";i:2;s:1:\"0\";}i:16;a:3:{i:0;s:8:\"20180924\";i:1;s:6:\"Monday\";i:2;s:1:\"0\";}i:17;a:3:{i:0;s:8:\"20180925\";i:1;s:7:\"Tuesday\";i:2;s:1:\"0\";}i:18;a:3:{i:0;s:8:\"20180926\";i:1;s:9:\"Wednesday\";i:2;s:1:\"0\";}i:19;a:3:{i:0;s:8:\"20180927\";i:1;s:8:\"Thursday\";i:2;s:1:\"0\";}i:20;a:3:{i:0;s:8:\"20180928\";i:1;s:6:\"Friday\";i:2;s:1:\"0\";}i:21;a:3:{i:0;s:8:\"20180929\";i:1;s:8:\"Saturday\";i:2;s:1:\"0\";}i:22;a:3:{i:0;s:8:\"20180930\";i:1;s:6:\"Sunday\";i:2;s:1:\"0\";}i:23;a:3:{i:0;s:8:\"20181001\";i:1;s:6:\"Monday\";i:2;s:1:\"0\";}i:24;a:3:{i:0;s:8:\"20181002\";i:1;s:7:\"Tuesday\";i:2;s:1:\"0\";}i:25;a:3:{i:0;s:8:\"20181003\";i:1;s:9:\"Wednesday\";i:2;s:1:\"0\";}i:26;a:3:{i:0;s:8:\"20181004\";i:1;s:8:\"Thursday\";i:2;s:1:\"0\";}i:27;a:3:{i:0;s:8:\"20181005\";i:1;s:6:\"Friday\";i:2;s:1:\"0\";}i:28;a:3:{i:0;s:8:\"20181006\";i:1;s:8:\"Saturday\";i:2;s:1:\"0\";}i:29;a:3:{i:0;s:8:\"20181007\";i:1;s:6:\"Sunday\";i:2;s:1:\"6\";}}s:10:\"sampleSize\";N;s:11:\"sampleSpace\";N;s:8:\"selfLink\";s:194:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:182978339&dimensions=ga:date,ga:dayOfWeekName&metrics=ga:uniquePageviews&filters=ga:pagePath%3D%3D/&start-date=30daysAgo&end-date=yesterday\";s:12:\"totalResults\";i:30;s:19:\"totalsForAllResults\";a:1:{s:18:\"ga:uniquePageviews\";s:1:\"6\";}s:12:\"\0*\0modelData\";a:3:{s:5:\"query\";a:9:{s:10:\"start-date\";s:9:\"30daysAgo\";s:8:\"end-date\";s:9:\"yesterday\";s:3:\"ids\";s:12:\"ga:182978339\";s:10:\"dimensions\";s:24:\"ga:date,ga:dayOfWeekName\";s:7:\"metrics\";a:1:{i:0;s:18:\"ga:uniquePageviews\";}s:7:\"filters\";s:14:\"ga:pagePath==/\";s:11:\"start-index\";i:1;s:11:\"max-results\";i:1000;s:13:\"samplingLevel\";s:16:\"HIGHER_PRECISION\";}s:11:\"profileInfo\";a:6:{s:9:\"profileId\";s:9:\"182978339\";s:9:\"accountId\";s:8:\"38981657\";s:13:\"webPropertyId\";s:13:\"UA-38981657-2\";s:21:\"internalWebPropertyId\";s:9:\"185871232\";s:11:\"profileName\";s:17:\"All Web Site Data\";s:7:\"tableId\";s:12:\"ga:182978339\";}s:13:\"columnHeaders\";a:3:{i:0;a:3:{s:4:\"name\";s:7:\"ga:date\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:1;a:3:{s:4:\"name\";s:16:\"ga:dayOfWeekName\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:2;a:3:{s:4:\"name\";s:18:\"ga:uniquePageviews\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}}}s:12:\"\0*\0processed\";a:0:{}}s:7:\"expires\";i:1539057600;}','no'),(1616,'sharing-options','a:1:{s:6:\"global\";a:5:{s:12:\"button_style\";s:9:\"icon-text\";s:13:\"sharing_label\";s:11:\"Share this:\";s:10:\"open_links\";s:4:\"same\";s:4:\"show\";a:0:{}s:6:\"custom\";a:0:{}}}','yes'),(1618,'post_by_email_address1','NULL','yes'),(1619,'monitor_receive_notifications','1','yes'),(1943,'stats_cache','a:2:{s:32:\"6427f5b03b61877af98ceedcd861b371\";a:1:{i:1566311744;a:0:{}}s:32:\"dad3937c06b372b930cf205aa2b9255c\";a:1:{i:1566311744;a:0:{}}}','yes'),(2578,'_elementor_installed_time','1528592681','yes'),(2579,'elementor_remote_info_library','a:2:{s:10:\"categories\";a:20:{i:0;s:8:\"404 page\";i:1;s:5:\"about\";i:2;s:7:\"archive\";i:3;s:14:\"call to action\";i:4;s:7:\"clients\";i:5;s:7:\"contact\";i:6;s:3:\"faq\";i:7;s:8:\"features\";i:8;s:6:\"footer\";i:9;s:6:\"header\";i:10;s:4:\"hero\";i:11;s:9:\"portfolio\";i:12;s:7:\"pricing\";i:13;s:8:\"services\";i:14;s:11:\"single page\";i:15;s:11:\"single post\";i:16;s:5:\"stats\";i:17;s:9:\"subscribe\";i:18;s:4:\"team\";i:19;s:12:\"testimonials\";}s:9:\"templates\";a:423:{i:0;a:14:{s:2:\"id\";s:4:\"5525\";s:5:\"title\";s:8:\"About 14\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_10.png\";s:12:\"tmpl_created\";s:10:\"1520443532\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-14/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"35\";s:11:\"trend_index\";s:2:\"10\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:1;a:14:{s:2:\"id\";s:4:\"5533\";s:5:\"title\";s:8:\"About 15\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_10.png\";s:12:\"tmpl_created\";s:10:\"1520443534\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-15/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"59\";s:11:\"trend_index\";s:2:\"40\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:2;a:14:{s:2:\"id\";s:4:\"5575\";s:5:\"title\";s:5:\"CTA 7\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_3.png\";s:12:\"tmpl_created\";s:10:\"1520443543\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/cta-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"43\";s:11:\"trend_index\";s:2:\"22\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:3;a:14:{s:2:\"id\";s:4:\"5615\";s:5:\"title\";s:10:\"Features 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_5.png\";s:12:\"tmpl_created\";s:10:\"1520443551\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/features-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"55\";s:11:\"trend_index\";s:2:\"31\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:4;a:14:{s:2:\"id\";s:4:\"5624\";s:5:\"title\";s:10:\"Features 5\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_black_1.png\";s:12:\"tmpl_created\";s:10:\"1520443553\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/features-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"118\";s:11:\"trend_index\";s:2:\"99\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:5;a:14:{s:2:\"id\";s:4:\"5684\";s:5:\"title\";s:5:\"FAQ 8\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_1.png\";s:12:\"tmpl_created\";s:10:\"1520443565\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/faq-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"faq\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"93\";s:11:\"trend_index\";s:2:\"76\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:6;a:14:{s:2:\"id\";s:4:\"5693\";s:5:\"title\";s:5:\"FAQ 9\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_1.png\";s:12:\"tmpl_created\";s:10:\"1520443567\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/faq-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"faq\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"243\";s:11:\"trend_index\";s:3:\"180\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:7;a:14:{s:2:\"id\";s:4:\"5703\";s:5:\"title\";s:6:\"FAQ 13\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_2.png\";s:12:\"tmpl_created\";s:10:\"1520443569\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/faq-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"faq\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"57\";s:11:\"trend_index\";s:2:\"42\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:8;a:14:{s:2:\"id\";s:4:\"5711\";s:5:\"title\";s:5:\"FAQ 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_2.png\";s:12:\"tmpl_created\";s:10:\"1520443571\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/faq-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"faq\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"247\";s:11:\"trend_index\";s:3:\"196\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:9;a:14:{s:2:\"id\";s:4:\"5719\";s:5:\"title\";s:5:\"FAQ 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_3.png\";s:12:\"tmpl_created\";s:10:\"1520443573\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/faq-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"faq\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"135\";s:11:\"trend_index\";s:2:\"77\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:10;a:14:{s:2:\"id\";s:4:\"5729\";s:5:\"title\";s:5:\"FAQ 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_3.png\";s:12:\"tmpl_created\";s:10:\"1520443575\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/faq-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"faq\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"312\";s:11:\"trend_index\";s:3:\"260\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:11;a:14:{s:2:\"id\";s:4:\"5737\";s:5:\"title\";s:6:\"FAQ 10\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_4.png\";s:12:\"tmpl_created\";s:10:\"1520443576\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/faq-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"faq\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"197\";s:11:\"trend_index\";s:3:\"121\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:12;a:14:{s:2:\"id\";s:4:\"5746\";s:5:\"title\";s:6:\"FAQ 11\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_4.png\";s:12:\"tmpl_created\";s:10:\"1520443578\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/faq-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"faq\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"221\";s:11:\"trend_index\";s:3:\"185\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:13;a:14:{s:2:\"id\";s:4:\"5755\";s:5:\"title\";s:5:\"FAQ 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_5.png\";s:12:\"tmpl_created\";s:10:\"1520443580\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/faq-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"faq\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"105\";s:11:\"trend_index\";s:2:\"72\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:14;a:14:{s:2:\"id\";s:4:\"5764\";s:5:\"title\";s:5:\"FAQ 7\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_5.png\";s:12:\"tmpl_created\";s:10:\"1520443582\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/faq-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"faq\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"316\";s:11:\"trend_index\";s:3:\"265\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:15;a:14:{s:2:\"id\";s:4:\"5773\";s:5:\"title\";s:7:\"Hero 11\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_1.png\";s:12:\"tmpl_created\";s:10:\"1520443584\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/hero-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"52\";s:11:\"trend_index\";s:2:\"46\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:16;a:14:{s:2:\"id\";s:4:\"5783\";s:5:\"title\";s:7:\"Hero 10\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_2.png\";s:12:\"tmpl_created\";s:10:\"1520443586\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/hero-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"303\";s:11:\"trend_index\";s:3:\"356\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:17;a:14:{s:2:\"id\";s:4:\"5792\";s:5:\"title\";s:6:\"Hero 9\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_3.png\";s:12:\"tmpl_created\";s:10:\"1520443588\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/hero-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"237\";s:11:\"trend_index\";s:3:\"174\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:18;a:14:{s:2:\"id\";s:4:\"5801\";s:5:\"title\";s:6:\"Hero 7\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_4.png\";s:12:\"tmpl_created\";s:10:\"1520443589\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/hero-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:10:\"[\"header\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"38\";s:11:\"trend_index\";s:2:\"20\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:19;a:14:{s:2:\"id\";s:4:\"5811\";s:5:\"title\";s:6:\"Hero 8\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_5.png\";s:12:\"tmpl_created\";s:10:\"1520443591\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/hero-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"111\";s:11:\"trend_index\";s:2:\"89\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:20;a:14:{s:2:\"id\";s:4:\"5820\";s:5:\"title\";s:9:\"Contact 2\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_white_1.png\";s:12:\"tmpl_created\";s:10:\"1520443593\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/contact-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"223\";s:11:\"trend_index\";s:3:\"163\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:21;a:14:{s:2:\"id\";s:4:\"5828\";s:5:\"title\";s:9:\"Contact 3\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_black_1.png\";s:12:\"tmpl_created\";s:10:\"1520443595\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/contact-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"302\";s:11:\"trend_index\";s:3:\"232\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:22;a:14:{s:2:\"id\";s:4:\"5836\";s:5:\"title\";s:10:\"Contact 10\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_white_2.png\";s:12:\"tmpl_created\";s:10:\"1520443597\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/contact-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"123\";s:11:\"trend_index\";s:3:\"122\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:23;a:14:{s:2:\"id\";s:4:\"5844\";s:5:\"title\";s:10:\"Contact 11\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_black_2.png\";s:12:\"tmpl_created\";s:10:\"1520443599\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/contact-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"291\";s:11:\"trend_index\";s:3:\"188\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:24;a:14:{s:2:\"id\";s:4:\"5852\";s:5:\"title\";s:6:\"CTA 34\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2018/03/form_1.png\";s:12:\"tmpl_created\";s:10:\"1520443600\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-34/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:8:\"[\"form\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"381\";s:11:\"trend_index\";s:3:\"416\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:25;a:14:{s:2:\"id\";s:4:\"5947\";s:5:\"title\";s:7:\"Stats 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_1.png\";s:12:\"tmpl_created\";s:10:\"1520443621\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/stats-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"336\";s:11:\"trend_index\";s:3:\"285\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:26;a:14:{s:2:\"id\";s:4:\"5956\";s:5:\"title\";s:7:\"Stats 7\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_black_1.png\";s:12:\"tmpl_created\";s:10:\"1520443623\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/stats-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"379\";s:11:\"trend_index\";s:3:\"371\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:27;a:14:{s:2:\"id\";s:4:\"5963\";s:5:\"title\";s:10:\"Features 7\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_2.png\";s:12:\"tmpl_created\";s:10:\"1520443626\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/features-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"80\";s:11:\"trend_index\";s:2:\"75\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:28;a:14:{s:2:\"id\";s:4:\"5974\";s:5:\"title\";s:10:\"Features 4\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_3.png\";s:12:\"tmpl_created\";s:10:\"1520443629\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/features-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"81\";s:11:\"trend_index\";s:2:\"60\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:29;a:14:{s:2:\"id\";s:4:\"5983\";s:5:\"title\";s:10:\"Features 3\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_black_3.png\";s:12:\"tmpl_created\";s:10:\"1520443630\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/features-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:11:\"[\"featues\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"256\";s:11:\"trend_index\";s:3:\"203\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:30;a:14:{s:2:\"id\";s:4:\"5991\";s:5:\"title\";s:11:\"Features 10\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_4.png\";s:12:\"tmpl_created\";s:10:\"1520443632\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/features-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"134\";s:11:\"trend_index\";s:3:\"117\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:31;a:14:{s:2:\"id\";s:4:\"5999\";s:5:\"title\";s:7:\"Team 14\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_10.png\";s:12:\"tmpl_created\";s:10:\"1520443634\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-14/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"99\";s:11:\"trend_index\";s:3:\"105\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:32;a:14:{s:2:\"id\";s:4:\"6008\";s:5:\"title\";s:6:\"Team 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_10.png\";s:12:\"tmpl_created\";s:10:\"1520443636\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/team-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"84\";s:11:\"trend_index\";s:2:\"62\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:33;a:14:{s:2:\"id\";s:4:\"6027\";s:5:\"title\";s:7:\"About 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_1-1.png\";s:12:\"tmpl_created\";s:10:\"1520443639\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/about-5-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"62\";s:11:\"trend_index\";s:2:\"39\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:34;a:14:{s:2:\"id\";s:4:\"6036\";s:5:\"title\";s:7:\"About 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_1-1.png\";s:12:\"tmpl_created\";s:10:\"1520443641\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/about-6-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"108\";s:11:\"trend_index\";s:3:\"119\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:35;a:14:{s:2:\"id\";s:4:\"6044\";s:5:\"title\";s:11:\"Features 11\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_5.png\";s:12:\"tmpl_created\";s:10:\"1520443643\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/features-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"95\";s:11:\"trend_index\";s:2:\"70\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:36;a:14:{s:2:\"id\";s:4:\"6053\";s:5:\"title\";s:10:\"Features 1\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_black_5.png\";s:12:\"tmpl_created\";s:10:\"1520443645\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/features-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"201\";s:11:\"trend_index\";s:3:\"170\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:37;a:14:{s:2:\"id\";s:4:\"6063\";s:5:\"title\";s:7:\"Stats 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_2.png\";s:12:\"tmpl_created\";s:10:\"1520443647\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/stats-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"185\";s:11:\"trend_index\";s:3:\"116\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:38;a:14:{s:2:\"id\";s:4:\"6071\";s:5:\"title\";s:8:\"Stats 13\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_3.png\";s:12:\"tmpl_created\";s:10:\"1520443649\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/stats-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"195\";s:11:\"trend_index\";s:3:\"195\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:39;a:14:{s:2:\"id\";s:4:\"6079\";s:5:\"title\";s:7:\"Stats 3\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_4.png\";s:12:\"tmpl_created\";s:10:\"1520443651\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/stats-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"299\";s:11:\"trend_index\";s:3:\"182\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:40;a:14:{s:2:\"id\";s:4:\"6089\";s:5:\"title\";s:7:\"Stats 4\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_5.png\";s:12:\"tmpl_created\";s:10:\"1520443653\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/stats-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"217\";s:11:\"trend_index\";s:3:\"169\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:41;a:14:{s:2:\"id\";s:4:\"6097\";s:5:\"title\";s:7:\"Stats 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_black_2.png\";s:12:\"tmpl_created\";s:10:\"1520443655\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/stats-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"278\";s:11:\"trend_index\";s:3:\"318\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:42;a:14:{s:2:\"id\";s:4:\"6106\";s:5:\"title\";s:7:\"Stats 2\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_6.png\";s:12:\"tmpl_created\";s:10:\"1520443657\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/stats-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"328\";s:11:\"trend_index\";s:3:\"276\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:43;a:14:{s:2:\"id\";s:4:\"6114\";s:5:\"title\";s:7:\"Stats 1\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_black_6.png\";s:12:\"tmpl_created\";s:10:\"1520443659\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/stats-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"348\";s:11:\"trend_index\";s:3:\"345\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:44;a:14:{s:2:\"id\";s:4:\"6122\";s:5:\"title\";s:7:\"About 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_2-1.png\";s:12:\"tmpl_created\";s:10:\"1520443661\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/about-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"58\";s:11:\"trend_index\";s:2:\"55\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:45;a:14:{s:2:\"id\";s:4:\"6135\";s:5:\"title\";s:8:\"About 10\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_2.png\";s:12:\"tmpl_created\";s:10:\"1520443663\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"98\";s:11:\"trend_index\";s:2:\"85\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:46;a:14:{s:2:\"id\";s:4:\"6144\";s:5:\"title\";s:7:\"Team 17\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_11.png\";s:12:\"tmpl_created\";s:10:\"1520443664\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-17/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"203\";s:11:\"trend_index\";s:3:\"166\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:47;a:14:{s:2:\"id\";s:4:\"6152\";s:5:\"title\";s:7:\"Stats 9\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_black_1.png\";s:12:\"tmpl_created\";s:10:\"1520443666\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/stats-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"255\";s:11:\"trend_index\";s:3:\"205\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:48;a:14:{s:2:\"id\";s:4:\"6162\";s:5:\"title\";s:11:\"Services 31\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_white_1.png\";s:12:\"tmpl_created\";s:10:\"1520443668\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-31/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"315\";s:11:\"trend_index\";s:3:\"338\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:49;a:14:{s:2:\"id\";s:4:\"6170\";s:5:\"title\";s:8:\"Stats 11\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_black_2.png\";s:12:\"tmpl_created\";s:10:\"1520443670\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/stats-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"321\";s:11:\"trend_index\";s:3:\"332\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:50;a:14:{s:2:\"id\";s:4:\"6178\";s:5:\"title\";s:8:\"Stats 10\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_white_2.png\";s:12:\"tmpl_created\";s:10:\"1520443676\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/stats-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"342\";s:11:\"trend_index\";s:3:\"368\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:51;a:14:{s:2:\"id\";s:4:\"6186\";s:5:\"title\";s:8:\"Stats 12\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_white_3.png\";s:12:\"tmpl_created\";s:10:\"1520443678\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/stats-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"375\";s:11:\"trend_index\";s:3:\"379\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:52;a:14:{s:2:\"id\";s:4:\"6196\";s:5:\"title\";s:10:\"Features 9\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_6.png\";s:12:\"tmpl_created\";s:10:\"1520443680\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/features-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"115\";s:11:\"trend_index\";s:3:\"114\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:53;a:14:{s:2:\"id\";s:4:\"6204\";s:5:\"title\";s:10:\"Features 8\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_black_6.png\";s:12:\"tmpl_created\";s:10:\"1520443681\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/features-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"235\";s:11:\"trend_index\";s:3:\"264\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:54;a:14:{s:2:\"id\";s:4:\"6212\";s:5:\"title\";s:11:\"Features 12\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_7.png\";s:12:\"tmpl_created\";s:10:\"1520443684\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/features-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"101\";s:11:\"trend_index\";s:2:\"65\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:55;a:14:{s:2:\"id\";s:4:\"6220\";s:5:\"title\";s:10:\"Features 2\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_8.png\";s:12:\"tmpl_created\";s:10:\"1520443685\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/features-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"106\";s:11:\"trend_index\";s:2:\"86\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:56;a:14:{s:2:\"id\";s:4:\"6230\";s:5:\"title\";s:6:\"Hero 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_white_1.png\";s:12:\"tmpl_created\";s:10:\"1520443687\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/hero-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"331\";s:11:\"trend_index\";s:3:\"289\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:57;a:14:{s:2:\"id\";s:4:\"6239\";s:5:\"title\";s:6:\"Hero 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_1.png\";s:12:\"tmpl_created\";s:10:\"1520443689\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/hero-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"54\";s:11:\"trend_index\";s:2:\"35\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:58;a:14:{s:2:\"id\";s:4:\"6249\";s:5:\"title\";s:6:\"Hero 5\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_2.png\";s:12:\"tmpl_created\";s:10:\"1520443691\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/hero-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"79\";s:11:\"trend_index\";s:2:\"52\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:59;a:14:{s:2:\"id\";s:4:\"6258\";s:5:\"title\";s:6:\"Hero 4\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_3.png\";s:12:\"tmpl_created\";s:10:\"1520443693\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/hero-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"339\";s:11:\"trend_index\";s:3:\"301\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:60;a:14:{s:2:\"id\";s:4:\"6266\";s:5:\"title\";s:6:\"Hero 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_4.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/hero-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"61\";s:11:\"trend_index\";s:2:\"57\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:61;a:14:{s:2:\"id\";s:4:\"6274\";s:5:\"title\";s:6:\"Hero 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_5.png\";s:12:\"tmpl_created\";s:10:\"1520443698\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/hero-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"107\";s:11:\"trend_index\";s:3:\"115\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:62;a:14:{s:2:\"id\";s:4:\"6017\";s:5:\"title\";s:6:\"CTA 14\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_14.png\";s:12:\"tmpl_created\";s:10:\"1520520331\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-14/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"167\";s:11:\"trend_index\";s:3:\"131\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:63;a:14:{s:2:\"id\";s:4:\"4826\";s:5:\"title\";s:14:\"Testimonial 24\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_1.png\";s:12:\"tmpl_created\";s:10:\"1520520544\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/testimonial-24-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"298\";s:11:\"trend_index\";s:3:\"230\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:64;a:14:{s:2:\"id\";s:4:\"4835\";s:5:\"title\";s:14:\"Testimonial 16\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_1.png\";s:12:\"tmpl_created\";s:10:\"1520520546\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-16/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"354\";s:11:\"trend_index\";s:3:\"357\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:65;a:14:{s:2:\"id\";s:4:\"4843\";s:5:\"title\";s:14:\"Testimonial 18\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_2.png\";s:12:\"tmpl_created\";s:10:\"1520520548\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-18/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"358\";s:11:\"trend_index\";s:3:\"414\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:66;a:14:{s:2:\"id\";s:4:\"4854\";s:5:\"title\";s:14:\"Testimonial 13\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_2.png\";s:12:\"tmpl_created\";s:10:\"1520520549\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"400\";s:11:\"trend_index\";s:3:\"403\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:67;a:14:{s:2:\"id\";s:4:\"4863\";s:5:\"title\";s:14:\"Testimonial 19\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_3.png\";s:12:\"tmpl_created\";s:10:\"1520520551\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-19/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"288\";s:11:\"trend_index\";s:3:\"269\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:68;a:14:{s:2:\"id\";s:4:\"4871\";s:5:\"title\";s:14:\"Testimonial 12\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_3.png\";s:12:\"tmpl_created\";s:10:\"1520520552\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"280\";s:11:\"trend_index\";s:3:\"216\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:69;a:14:{s:2:\"id\";s:4:\"4880\";s:5:\"title\";s:14:\"Testimonial 20\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/customers-1.jpg\";s:12:\"tmpl_created\";s:10:\"1520520554\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-20/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"349\";s:11:\"trend_index\";s:3:\"322\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:70;a:14:{s:2:\"id\";s:4:\"4889\";s:5:\"title\";s:14:\"Testimonial 11\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/customers-2.jpg\";s:12:\"tmpl_created\";s:10:\"1520520556\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"376\";s:11:\"trend_index\";s:3:\"407\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:71;a:14:{s:2:\"id\";s:4:\"4897\";s:5:\"title\";s:14:\"Testimonial 21\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_5.png\";s:12:\"tmpl_created\";s:10:\"1520520557\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-21/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"116\";s:11:\"trend_index\";s:2:\"91\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:72;a:14:{s:2:\"id\";s:4:\"4905\";s:5:\"title\";s:14:\"Testimonial 22\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_6.png\";s:12:\"tmpl_created\";s:10:\"1520520559\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-22/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"144\";s:11:\"trend_index\";s:3:\"123\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:73;a:14:{s:2:\"id\";s:4:\"4913\";s:5:\"title\";s:14:\"Testimonial 23\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_7.png\";s:12:\"tmpl_created\";s:10:\"1520520561\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-23/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"282\";s:11:\"trend_index\";s:3:\"287\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:74;a:14:{s:2:\"id\";s:4:\"4921\";s:5:\"title\";s:14:\"Testimonial 10\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_5.png\";s:12:\"tmpl_created\";s:10:\"1520520562\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"263\";s:11:\"trend_index\";s:3:\"257\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:75;a:14:{s:2:\"id\";s:4:\"4929\";s:5:\"title\";s:14:\"Testimonial 24\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_8.png\";s:12:\"tmpl_created\";s:10:\"1520520564\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-24/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"69\";s:11:\"trend_index\";s:2:\"45\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:76;a:14:{s:2:\"id\";s:4:\"4939\";s:5:\"title\";s:13:\"Testimonial 9\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_8.png\";s:12:\"tmpl_created\";s:10:\"1520520565\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/testimonial-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"113\";s:11:\"trend_index\";s:3:\"125\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:77;a:14:{s:2:\"id\";s:4:\"4947\";s:5:\"title\";s:14:\"Testimonial 27\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_9.png\";s:12:\"tmpl_created\";s:10:\"1520520567\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-27/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"224\";s:11:\"trend_index\";s:3:\"189\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:78;a:14:{s:2:\"id\";s:4:\"4955\";s:5:\"title\";s:14:\"Testimonial 29\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_9.png\";s:12:\"tmpl_created\";s:10:\"1520520569\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-29/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"318\";s:11:\"trend_index\";s:3:\"243\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:79;a:14:{s:2:\"id\";s:4:\"4963\";s:5:\"title\";s:14:\"Testimonial 25\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_10.png\";s:12:\"tmpl_created\";s:10:\"1520520570\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/testimonial-25-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"355\";s:11:\"trend_index\";s:3:\"319\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:80;a:14:{s:2:\"id\";s:4:\"4971\";s:5:\"title\";s:14:\"Testimonial 26\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_11.png\";s:12:\"tmpl_created\";s:10:\"1520520572\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-26/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"408\";s:11:\"trend_index\";s:3:\"362\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:81;a:14:{s:2:\"id\";s:4:\"4979\";s:5:\"title\";s:14:\"Testimonial 15\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_10.png\";s:12:\"tmpl_created\";s:10:\"1520520573\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-15/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"386\";s:11:\"trend_index\";s:3:\"380\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:82;a:14:{s:2:\"id\";s:4:\"4987\";s:5:\"title\";s:14:\"Testimonial 17\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_12-1.png\";s:12:\"tmpl_created\";s:10:\"1520520575\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-17/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"187\";s:11:\"trend_index\";s:3:\"157\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:83;a:14:{s:2:\"id\";s:4:\"4995\";s:5:\"title\";s:14:\"Testimonial 14\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_12.png\";s:12:\"tmpl_created\";s:10:\"1520520577\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-14/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"341\";s:11:\"trend_index\";s:3:\"337\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:84;a:14:{s:2:\"id\";s:4:\"5007\";s:5:\"title\";s:11:\"Portfolio 7\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_1.png\";s:12:\"tmpl_created\";s:10:\"1520520578\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"64\";s:11:\"trend_index\";s:2:\"63\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:85;a:14:{s:2:\"id\";s:4:\"5019\";s:5:\"title\";s:11:\"Portfolio 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_1.png\";s:12:\"tmpl_created\";s:10:\"1520520580\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"177\";s:11:\"trend_index\";s:3:\"136\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:86;a:14:{s:2:\"id\";s:4:\"5027\";s:5:\"title\";s:12:\"Portfolio 11\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_2.png\";s:12:\"tmpl_created\";s:10:\"1520520581\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/portfolio-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"317\";s:11:\"trend_index\";s:3:\"283\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:87;a:14:{s:2:\"id\";s:4:\"5037\";s:5:\"title\";s:12:\"Portfolio 12\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_3.png\";s:12:\"tmpl_created\";s:10:\"1520520583\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/portfolio-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"274\";s:11:\"trend_index\";s:3:\"254\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:88;a:14:{s:2:\"id\";s:4:\"5057\";s:5:\"title\";s:12:\"Portfolio 13\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_4.png\";s:12:\"tmpl_created\";s:10:\"1520520586\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/portfolio-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"253\";s:11:\"trend_index\";s:3:\"263\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:89;a:14:{s:2:\"id\";s:4:\"5071\";s:5:\"title\";s:12:\"Portfolio 14\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_5.png\";s:12:\"tmpl_created\";s:10:\"1520520588\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/portfolio-14/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"283\";s:11:\"trend_index\";s:3:\"261\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:90;a:14:{s:2:\"id\";s:4:\"5082\";s:5:\"title\";s:11:\"Portfolio 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_4.png\";s:12:\"tmpl_created\";s:10:\"1520520589\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"362\";s:11:\"trend_index\";s:3:\"369\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:91;a:14:{s:2:\"id\";s:4:\"5090\";s:5:\"title\";s:12:\"Portfolio 15\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_6.png\";s:12:\"tmpl_created\";s:10:\"1520520591\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/portfolio-15/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"249\";s:11:\"trend_index\";s:3:\"250\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:92;a:14:{s:2:\"id\";s:4:\"5098\";s:5:\"title\";s:12:\"Portfolio 16\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_7.png\";s:12:\"tmpl_created\";s:10:\"1520520593\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/portfolio-16/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"193\";s:11:\"trend_index\";s:3:\"156\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:93;a:14:{s:2:\"id\";s:4:\"5107\";s:5:\"title\";s:11:\"Portfolio 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_7.png\";s:12:\"tmpl_created\";s:10:\"1520520594\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"338\";s:11:\"trend_index\";s:3:\"284\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:94;a:14:{s:2:\"id\";s:4:\"5115\";s:5:\"title\";s:12:\"Portfolio 17\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_8.png\";s:12:\"tmpl_created\";s:10:\"1520520596\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/portfolio-17/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"50\";s:11:\"trend_index\";s:2:\"26\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:95;a:14:{s:2:\"id\";s:4:\"5125\";s:5:\"title\";s:11:\"Portfolio 6\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_8.png\";s:12:\"tmpl_created\";s:10:\"1520520597\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"259\";s:11:\"trend_index\";s:3:\"213\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:96;a:14:{s:2:\"id\";s:4:\"5133\";s:5:\"title\";s:12:\"Portfolio 18\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_9.png\";s:12:\"tmpl_created\";s:10:\"1520520599\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/portfolio-18/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"207\";s:11:\"trend_index\";s:3:\"158\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:97;a:14:{s:2:\"id\";s:4:\"5141\";s:5:\"title\";s:12:\"Portfolio 10\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_10.png\";s:12:\"tmpl_created\";s:10:\"1520520601\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/portfolio-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"157\";s:11:\"trend_index\";s:2:\"98\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:98;a:14:{s:2:\"id\";s:4:\"5149\";s:5:\"title\";s:11:\"Portfolio 2\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_10.png\";s:12:\"tmpl_created\";s:10:\"1520520602\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"140\";s:11:\"trend_index\";s:3:\"137\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:99;a:14:{s:2:\"id\";s:4:\"5542\";s:5:\"title\";s:6:\"CTA 19\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_1.png\";s:12:\"tmpl_created\";s:10:\"1520520681\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-19/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"179\";s:11:\"trend_index\";s:3:\"146\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:100;a:14:{s:2:\"id\";s:4:\"5550\";s:5:\"title\";s:6:\"CTA 33\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_1.png\";s:12:\"tmpl_created\";s:10:\"1520520682\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-33/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"297\";s:11:\"trend_index\";s:3:\"298\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:101;a:14:{s:2:\"id\";s:4:\"5558\";s:5:\"title\";s:5:\"CTA 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_2.png\";s:12:\"tmpl_created\";s:10:\"1520520684\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/cta-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"129\";s:11:\"trend_index\";s:2:\"94\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:102;a:14:{s:2:\"id\";s:4:\"5567\";s:5:\"title\";s:5:\"CTA 2\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_2.png\";s:12:\"tmpl_created\";s:10:\"1520520685\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/cta-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"205\";s:11:\"trend_index\";s:3:\"138\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:103;a:14:{s:2:\"id\";s:4:\"5583\";s:5:\"title\";s:6:\"CTA 26\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_3.png\";s:12:\"tmpl_created\";s:10:\"1520520689\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-26/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"275\";s:11:\"trend_index\";s:3:\"179\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:104;a:14:{s:2:\"id\";s:4:\"5591\";s:5:\"title\";s:5:\"CTA 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_4.png\";s:12:\"tmpl_created\";s:10:\"1520520691\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/cta-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"117\";s:11:\"trend_index\";s:2:\"81\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:105;a:14:{s:2:\"id\";s:4:\"5599\";s:5:\"title\";s:5:\"CTA 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_4.png\";s:12:\"tmpl_created\";s:10:\"1520520693\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/cta-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"287\";s:11:\"trend_index\";s:3:\"207\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:106;a:14:{s:2:\"id\";s:4:\"5607\";s:5:\"title\";s:6:\"CTA 13\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_5.png\";s:12:\"tmpl_created\";s:10:\"1520520695\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"181\";s:11:\"trend_index\";s:3:\"172\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:107;a:14:{s:2:\"id\";s:4:\"5634\";s:5:\"title\";s:6:\"CTA 24\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_6.png\";s:12:\"tmpl_created\";s:10:\"1520520699\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-24/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"190\";s:11:\"trend_index\";s:3:\"144\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:108;a:14:{s:2:\"id\";s:4:\"5642\";s:5:\"title\";s:6:\"CTA 25\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_6.png\";s:12:\"tmpl_created\";s:10:\"1520520701\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-25/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"257\";s:11:\"trend_index\";s:3:\"139\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:109;a:14:{s:2:\"id\";s:4:\"5650\";s:5:\"title\";s:5:\"CTA 9\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_7.png\";s:12:\"tmpl_created\";s:10:\"1520520702\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/cta-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"130\";s:11:\"trend_index\";s:3:\"124\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:110;a:14:{s:2:\"id\";s:4:\"5658\";s:5:\"title\";s:5:\"CTA 8\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_7.png\";s:12:\"tmpl_created\";s:10:\"1520520704\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/cta-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"244\";s:11:\"trend_index\";s:3:\"193\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:111;a:14:{s:2:\"id\";s:4:\"5667\";s:5:\"title\";s:5:\"CTA 3\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_8.png\";s:12:\"tmpl_created\";s:10:\"1520520705\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/cta-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"139\";s:11:\"trend_index\";s:3:\"111\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:112;a:14:{s:2:\"id\";s:4:\"5675\";s:5:\"title\";s:5:\"CTA 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_8.png\";s:12:\"tmpl_created\";s:10:\"1520520707\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/cta-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"345\";s:11:\"trend_index\";s:3:\"282\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:113;a:14:{s:2:\"id\";s:4:\"5860\";s:5:\"title\";s:6:\"CTA 17\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_9.png\";s:12:\"tmpl_created\";s:10:\"1520520746\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-17/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"165\";s:11:\"trend_index\";s:3:\"153\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:114;a:14:{s:2:\"id\";s:4:\"5869\";s:5:\"title\";s:6:\"CTA 18\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_10.png\";s:12:\"tmpl_created\";s:10:\"1520520747\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-18/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"290\";s:11:\"trend_index\";s:3:\"246\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:115;a:14:{s:2:\"id\";s:4:\"5877\";s:5:\"title\";s:6:\"CTA 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_10.png\";s:12:\"tmpl_created\";s:10:\"1520520749\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-16/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"384\";s:11:\"trend_index\";s:3:\"384\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:116;a:14:{s:2:\"id\";s:4:\"5885\";s:5:\"title\";s:6:\"CTA 15\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_11.png\";s:12:\"tmpl_created\";s:10:\"1520520751\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-15/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"320\";s:11:\"trend_index\";s:3:\"184\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:117;a:14:{s:2:\"id\";s:4:\"5893\";s:5:\"title\";s:6:\"CTA 21\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_12.png\";s:12:\"tmpl_created\";s:10:\"1520520752\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-21/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"268\";s:11:\"trend_index\";s:3:\"183\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:118;a:14:{s:2:\"id\";s:4:\"5904\";s:5:\"title\";s:6:\"CTA 27\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_13.png\";s:12:\"tmpl_created\";s:10:\"1520520754\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-27/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"364\";s:11:\"trend_index\";s:3:\"396\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:119;a:14:{s:2:\"id\";s:4:\"5912\";s:5:\"title\";s:6:\"CTA 28\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_11.png\";s:12:\"tmpl_created\";s:10:\"1520520755\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-28/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"411\";s:11:\"trend_index\";s:3:\"409\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:120;a:14:{s:2:\"id\";s:4:\"5921\";s:5:\"title\";s:6:\"CTA 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_14.png\";s:12:\"tmpl_created\";s:10:\"1520520757\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"271\";s:11:\"trend_index\";s:3:\"256\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:121;a:14:{s:2:\"id\";s:4:\"5930\";s:5:\"title\";s:6:\"CTA 11\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_15.png\";s:12:\"tmpl_created\";s:10:\"1520520758\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"77\";s:11:\"trend_index\";s:2:\"61\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:122;a:14:{s:2:\"id\";s:4:\"5939\";s:5:\"title\";s:6:\"CTA 10\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_13-1.png\";s:12:\"tmpl_created\";s:10:\"1520520760\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"216\";s:11:\"trend_index\";s:3:\"140\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:123;a:14:{s:2:\"id\";s:4:\"7596\";s:5:\"title\";s:8:\"Header 1\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.12.jpg\";s:12:\"tmpl_created\";s:10:\"1521546999\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/header-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:10:\"[\"header\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"51\";s:11:\"trend_index\";s:2:\"30\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:124;a:14:{s:2:\"id\";s:4:\"7615\";s:5:\"title\";s:8:\"Header 2\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.5.jpg\";s:12:\"tmpl_created\";s:10:\"1521547237\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/header-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:10:\"[\"header\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"45\";s:11:\"trend_index\";s:2:\"29\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:125;a:14:{s:2:\"id\";s:4:\"7627\";s:5:\"title\";s:8:\"Footer 8\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/footer_hero_1.png\";s:12:\"tmpl_created\";s:10:\"1521547332\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/footer-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:10:\"[\"footer\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"128\";s:11:\"trend_index\";s:3:\"155\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:126;a:14:{s:2:\"id\";s:4:\"7638\";s:5:\"title\";s:8:\"Footer 9\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/footer_hero_2.png\";s:12:\"tmpl_created\";s:10:\"1521547502\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/footer-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:10:\"[\"footer\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"112\";s:11:\"trend_index\";s:3:\"118\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:127;a:14:{s:2:\"id\";s:4:\"7663\";s:5:\"title\";s:13:\"Single Post 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/single_post_2.png\";s:12:\"tmpl_created\";s:10:\"1521547761\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-post-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"single\";s:4:\"tags\";s:24:\"[\"Blog\",\"Post\",\"Single\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"68\";s:11:\"trend_index\";s:3:\"191\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:128;a:14:{s:2:\"id\";s:4:\"7650\";s:5:\"title\";s:13:\"Single Post 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/single_post_1.png\";s:12:\"tmpl_created\";s:10:\"1521557736\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-post-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"single\";s:4:\"tags\";s:24:\"[\"Blog\",\"Post\",\"Single\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"74\";s:11:\"trend_index\";s:3:\"171\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:129;a:14:{s:2:\"id\";s:4:\"7686\";s:5:\"title\";s:12:\"Blog Posts 1\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2018/03/blog_posts.png\";s:12:\"tmpl_created\";s:10:\"1521558047\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/blog-posts-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:26:\"[\"archive\",\"Blog\",\"posts\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"53\";s:11:\"trend_index\";s:3:\"154\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:130;a:14:{s:2:\"id\";s:4:\"4676\";s:5:\"title\";s:8:\"Footer 7\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/footer_7.png\";s:12:\"tmpl_created\";s:10:\"1522014215\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/footer_7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:10:\"[\"footer\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"176\";s:11:\"trend_index\";s:3:\"176\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:131;a:14:{s:2:\"id\";s:4:\"7997\";s:5:\"title\";s:10:\"footer 014\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.1.jpg\";s:12:\"tmpl_created\";s:10:\"1524582343\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/footer-014/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"200\";s:11:\"trend_index\";s:2:\"83\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:132;a:14:{s:2:\"id\";s:4:\"7982\";s:5:\"title\";s:10:\"footer 013\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.2.jpg\";s:12:\"tmpl_created\";s:10:\"1524582468\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/footer-013/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"329\";s:11:\"trend_index\";s:3:\"251\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:133;a:14:{s:2:\"id\";s:4:\"7959\";s:5:\"title\";s:10:\"footer 012\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.3.jpg\";s:12:\"tmpl_created\";s:10:\"1524582605\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/footer-012/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"273\";s:11:\"trend_index\";s:3:\"168\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:134;a:14:{s:2:\"id\";s:4:\"7950\";s:5:\"title\";s:10:\"footer 011\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.4.jpg\";s:12:\"tmpl_created\";s:10:\"1524582631\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/footer-011/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"319\";s:11:\"trend_index\";s:3:\"218\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:135;a:14:{s:2:\"id\";s:4:\"7937\";s:5:\"title\";s:10:\"footer 010\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.5.jpg\";s:12:\"tmpl_created\";s:10:\"1524582665\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/footer-010/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"300\";s:11:\"trend_index\";s:3:\"186\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:136;a:14:{s:2:\"id\";s:4:\"7927\";s:5:\"title\";s:9:\"footer 09\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.6.jpg\";s:12:\"tmpl_created\";s:10:\"1524582691\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/footer-09/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"265\";s:11:\"trend_index\";s:3:\"135\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:137;a:14:{s:2:\"id\";s:4:\"7917\";s:5:\"title\";s:9:\"footer 08\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.7.jpg\";s:12:\"tmpl_created\";s:10:\"1524582788\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/footer-08/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"191\";s:11:\"trend_index\";s:2:\"87\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:138;a:14:{s:2:\"id\";s:4:\"7904\";s:5:\"title\";s:9:\"footer 07\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.8.jpg\";s:12:\"tmpl_created\";s:10:\"1524582814\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/footer-07/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"308\";s:11:\"trend_index\";s:3:\"199\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:139;a:14:{s:2:\"id\";s:4:\"7837\";s:5:\"title\";s:9:\"footer 01\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.14.jpg\";s:12:\"tmpl_created\";s:10:\"1524582852\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/footer-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"387\";s:11:\"trend_index\";s:3:\"307\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:140;a:14:{s:2:\"id\";s:4:\"7852\";s:5:\"title\";s:9:\"footer 02\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.13.jpg\";s:12:\"tmpl_created\";s:10:\"1524582875\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/footer-02/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"306\";s:11:\"trend_index\";s:3:\"255\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:141;a:14:{s:2:\"id\";s:4:\"7862\";s:5:\"title\";s:9:\"footer 03\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.12.jpg\";s:12:\"tmpl_created\";s:10:\"1524582903\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/footer-03/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"232\";s:11:\"trend_index\";s:3:\"129\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:142;a:14:{s:2:\"id\";s:4:\"7871\";s:5:\"title\";s:9:\"footer 04\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.11.jpg\";s:12:\"tmpl_created\";s:10:\"1524582927\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/footer-04/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"213\";s:11:\"trend_index\";s:2:\"74\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:143;a:14:{s:2:\"id\";s:4:\"7884\";s:5:\"title\";s:9:\"footer 05\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.10.jpg\";s:12:\"tmpl_created\";s:10:\"1524582944\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/footer-05/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"48\";s:11:\"trend_index\";s:2:\"14\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:144;a:14:{s:2:\"id\";s:4:\"7892\";s:5:\"title\";s:9:\"footer 06\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.9.jpg\";s:12:\"tmpl_created\";s:10:\"1524583015\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/footer-06/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"238\";s:11:\"trend_index\";s:3:\"104\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:145;a:14:{s:2:\"id\";s:4:\"4212\";s:5:\"title\";s:11:\"Services 23\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_1.png\";s:12:\"tmpl_created\";s:10:\"1520443248\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-23/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"145\";s:11:\"trend_index\";s:3:\"134\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:146;a:14:{s:2:\"id\";s:4:\"7825\";s:5:\"title\";s:9:\"header 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.11.jpg\";s:12:\"tmpl_created\";s:10:\"1524583273\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/header-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"119\";s:11:\"trend_index\";s:2:\"93\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:147;a:14:{s:2:\"id\";s:4:\"4227\";s:5:\"title\";s:11:\"Services 30\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_1.png\";s:12:\"tmpl_created\";s:10:\"1520443250\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-30/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"323\";s:11:\"trend_index\";s:3:\"292\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:148;a:14:{s:2:\"id\";s:4:\"7812\";s:5:\"title\";s:9:\"header 11\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.10.jpg\";s:12:\"tmpl_created\";s:10:\"1524583298\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/header-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"155\";s:11:\"trend_index\";s:3:\"107\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:149;a:14:{s:2:\"id\";s:4:\"4235\";s:5:\"title\";s:11:\"Services 18\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_2.png\";s:12:\"tmpl_created\";s:10:\"1520443251\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-18/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"311\";s:11:\"trend_index\";s:3:\"229\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:150;a:14:{s:2:\"id\";s:4:\"7724\";s:5:\"title\";s:8:\"header 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.3.jpg\";s:12:\"tmpl_created\";s:10:\"1524583367\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/header-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"73\";s:11:\"trend_index\";s:2:\"36\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:151;a:14:{s:2:\"id\";s:4:\"4244\";s:5:\"title\";s:11:\"Services 26\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_2.png\";s:12:\"tmpl_created\";s:10:\"1520443253\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-26/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"371\";s:11:\"trend_index\";s:3:\"387\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:152;a:14:{s:2:\"id\";s:4:\"7734\";s:5:\"title\";s:8:\"header 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.4.jpg\";s:12:\"tmpl_created\";s:10:\"1524583436\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/header-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"72\";s:11:\"trend_index\";s:2:\"41\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:153;a:14:{s:2:\"id\";s:4:\"4252\";s:5:\"title\";s:10:\"Services 9\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_3.png\";s:12:\"tmpl_created\";s:10:\"1520443255\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/services-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"65\";s:11:\"trend_index\";s:2:\"51\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:154;a:14:{s:2:\"id\";s:4:\"7771\";s:5:\"title\";s:8:\"header 8\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.7.jpg\";s:12:\"tmpl_created\";s:10:\"1524583540\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/header-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"163\";s:11:\"trend_index\";s:3:\"108\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:155;a:14:{s:2:\"id\";s:4:\"4260\";s:5:\"title\";s:11:\"Services 25\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_3.png\";s:12:\"tmpl_created\";s:10:\"1520443257\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-25/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"228\";s:11:\"trend_index\";s:3:\"202\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:156;a:14:{s:2:\"id\";s:4:\"7787\";s:5:\"title\";s:8:\"header 9\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.8.jpg\";s:12:\"tmpl_created\";s:10:\"1524583598\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/header-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"215\";s:11:\"trend_index\";s:3:\"151\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:157;a:14:{s:2:\"id\";s:4:\"4268\";s:5:\"title\";s:10:\"Services 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_4.png\";s:12:\"tmpl_created\";s:10:\"1520443259\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/services-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"162\";s:11:\"trend_index\";s:3:\"103\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:158;a:14:{s:2:\"id\";s:4:\"7801\";s:5:\"title\";s:9:\"header 10\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.9.jpg\";s:12:\"tmpl_created\";s:10:\"1524583659\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/header-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"110\";s:11:\"trend_index\";s:2:\"50\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:159;a:14:{s:2:\"id\";s:4:\"4276\";s:5:\"title\";s:11:\"Services 24\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_4.png\";s:12:\"tmpl_created\";s:10:\"1520443261\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-24/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"330\";s:11:\"trend_index\";s:3:\"383\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:160;a:14:{s:2:\"id\";s:4:\"7754\";s:5:\"title\";s:8:\"header 7\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.6.jpg\";s:12:\"tmpl_created\";s:10:\"1524583712\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/header-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"47\";s:11:\"trend_index\";s:2:\"12\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:161;a:14:{s:2:\"id\";s:4:\"4284\";s:5:\"title\";s:10:\"Services 7\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_5.png\";s:12:\"tmpl_created\";s:10:\"1520443263\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/services-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"87\";s:11:\"trend_index\";s:2:\"84\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:162;a:14:{s:2:\"id\";s:4:\"7713\";s:5:\"title\";s:8:\"header 3\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.2.jpg\";s:12:\"tmpl_created\";s:10:\"1524584780\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/header-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"82\";s:11:\"trend_index\";s:2:\"53\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:163;a:14:{s:2:\"id\";s:4:\"4293\";s:5:\"title\";s:10:\"Services 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_6.png\";s:12:\"tmpl_created\";s:10:\"1520443265\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/services-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"295\";s:11:\"trend_index\";s:3:\"296\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:164;a:14:{s:2:\"id\";s:4:\"7744\";s:5:\"title\";s:8:\"header 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.5.jpg\";s:12:\"tmpl_created\";s:10:\"1524584784\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/header-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"131\";s:11:\"trend_index\";s:2:\"58\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:165;a:14:{s:2:\"id\";s:4:\"4302\";s:5:\"title\";s:10:\"Services 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_7.png\";s:12:\"tmpl_created\";s:10:\"1520443266\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/services-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"91\";s:11:\"trend_index\";s:3:\"100\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:166;a:14:{s:2:\"id\";s:4:\"8489\";s:5:\"title\";s:13:\"Single Post 2\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2018/05/single_post_2_full.jpg\";s:12:\"tmpl_created\";s:10:\"1526227514\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/single-post-2-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"102\";s:11:\"trend_index\";s:2:\"17\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:167;a:14:{s:2:\"id\";s:4:\"4313\";s:5:\"title\";s:11:\"Services 13\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_8.png\";s:12:\"tmpl_created\";s:10:\"1520443268\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"160\";s:11:\"trend_index\";s:3:\"126\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:168;a:14:{s:2:\"id\";s:4:\"8523\";s:5:\"title\";s:11:\"404 page 06\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/006.jpg\";s:12:\"tmpl_created\";s:10:\"1526415291\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/404-page-06/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"373\";s:11:\"trend_index\";s:3:\"303\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:169;a:14:{s:2:\"id\";s:4:\"4324\";s:5:\"title\";s:11:\"Services 14\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_9.png\";s:12:\"tmpl_created\";s:10:\"1520443270\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-14/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"310\";s:11:\"trend_index\";s:3:\"259\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:170;a:14:{s:2:\"id\";s:4:\"8524\";s:5:\"title\";s:11:\"404 page 07\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/007.jpg\";s:12:\"tmpl_created\";s:10:\"1526415337\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/404-page-07/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"350\";s:11:\"trend_index\";s:3:\"278\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:171;a:14:{s:2:\"id\";s:4:\"4332\";s:5:\"title\";s:11:\"Services 22\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_10.png\";s:12:\"tmpl_created\";s:10:\"1520443272\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-22/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"159\";s:11:\"trend_index\";s:3:\"109\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:172;a:14:{s:2:\"id\";s:4:\"8525\";s:5:\"title\";s:11:\"404 page 08\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/008.jpg\";s:12:\"tmpl_created\";s:10:\"1526415374\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/404-page-08/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"397\";s:11:\"trend_index\";s:3:\"309\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:173;a:14:{s:2:\"id\";s:4:\"4341\";s:5:\"title\";s:11:\"Services 21\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_11.png\";s:12:\"tmpl_created\";s:10:\"1520443274\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-21/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"154\";s:11:\"trend_index\";s:3:\"149\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:174;a:14:{s:2:\"id\";s:4:\"8513\";s:5:\"title\";s:11:\"404 page 04\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/004.jpg\";s:12:\"tmpl_created\";s:10:\"1526415417\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/404-page-04/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"382\";s:11:\"trend_index\";s:3:\"392\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:175;a:14:{s:2:\"id\";s:4:\"4349\";s:5:\"title\";s:11:\"Services 29\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_11.png\";s:12:\"tmpl_created\";s:10:\"1520443275\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-29/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"307\";s:11:\"trend_index\";s:3:\"279\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:176;a:14:{s:2:\"id\";s:4:\"8512\";s:5:\"title\";s:11:\"404 page 03\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/003.jpg\";s:12:\"tmpl_created\";s:10:\"1526415449\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/404-page-03/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"404\";s:11:\"trend_index\";s:3:\"312\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:177;a:14:{s:2:\"id\";s:4:\"4357\";s:5:\"title\";s:11:\"Services 20\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_12.png\";s:12:\"tmpl_created\";s:10:\"1520443277\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-20/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"60\";s:11:\"trend_index\";s:2:\"44\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:178;a:14:{s:2:\"id\";s:4:\"8526\";s:5:\"title\";s:11:\"404 page 09\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/009.jpg\";s:12:\"tmpl_created\";s:10:\"1526415474\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/404-page-09/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"412\";s:11:\"trend_index\";s:3:\"375\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:179;a:14:{s:2:\"id\";s:4:\"4368\";s:5:\"title\";s:11:\"Services 16\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_13.png\";s:12:\"tmpl_created\";s:10:\"1520443279\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-16/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"88\";s:11:\"trend_index\";s:2:\"82\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:180;a:14:{s:2:\"id\";s:4:\"8505\";s:5:\"title\";s:11:\"404 page 01\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/001.jpg\";s:12:\"tmpl_created\";s:10:\"1526415501\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/404-page-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"416\";s:11:\"trend_index\";s:3:\"406\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:181;a:14:{s:2:\"id\";s:4:\"4376\";s:5:\"title\";s:11:\"Services 28\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_12.png\";s:12:\"tmpl_created\";s:10:\"1520443281\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-28/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"152\";s:11:\"trend_index\";s:3:\"141\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:182;a:14:{s:2:\"id\";s:4:\"8511\";s:5:\"title\";s:11:\"404 page 02\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/002.jpg\";s:12:\"tmpl_created\";s:10:\"1526415528\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/404-page-02/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"367\";s:11:\"trend_index\";s:3:\"353\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:183;a:14:{s:2:\"id\";s:4:\"4391\";s:5:\"title\";s:11:\"Services 17\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_14.png\";s:12:\"tmpl_created\";s:10:\"1520443283\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-17/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"158\";s:11:\"trend_index\";s:2:\"96\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:184;a:14:{s:2:\"id\";s:4:\"8514\";s:5:\"title\";s:11:\"404 Page 05\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/005.jpg\";s:12:\"tmpl_created\";s:10:\"1526415558\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/404-page-05/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"392\";s:11:\"trend_index\";s:3:\"331\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:185;a:14:{s:2:\"id\";s:4:\"4400\";s:5:\"title\";s:11:\"Services 27\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_13.png\";s:12:\"tmpl_created\";s:10:\"1520443285\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-27/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"266\";s:11:\"trend_index\";s:3:\"304\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:186;a:14:{s:2:\"id\";s:4:\"8676\";s:5:\"title\";s:13:\"single page 1\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.6.jpg\";s:12:\"tmpl_created\";s:10:\"1527682423\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-page-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"413\";s:11:\"trend_index\";s:3:\"330\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:187;a:14:{s:2:\"id\";s:4:\"4411\";s:5:\"title\";s:9:\"Contact 3\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_white_1.png\";s:12:\"tmpl_created\";s:10:\"1520443287\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/contact-3-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"104\";s:11:\"trend_index\";s:3:\"112\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:188;a:14:{s:2:\"id\";s:4:\"8678\";s:5:\"title\";s:13:\"single page 2\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.2.jpg\";s:12:\"tmpl_created\";s:10:\"1527682780\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-page-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"340\";s:11:\"trend_index\";s:3:\"127\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:189;a:14:{s:2:\"id\";s:4:\"4420\";s:5:\"title\";s:9:\"Contact 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_black_1.png\";s:12:\"tmpl_created\";s:10:\"1520443289\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/contact-1-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"184\";s:11:\"trend_index\";s:3:\"130\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:190;a:14:{s:2:\"id\";s:4:\"8679\";s:5:\"title\";s:13:\"single page 3\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.3.jpg\";s:12:\"tmpl_created\";s:10:\"1527682847\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-page-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"383\";s:11:\"trend_index\";s:3:\"175\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:191;a:14:{s:2:\"id\";s:4:\"4428\";s:5:\"title\";s:9:\"Contact 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_white_2.png\";s:12:\"tmpl_created\";s:10:\"1520443291\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/contact-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"109\";s:11:\"trend_index\";s:2:\"78\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:192;a:14:{s:2:\"id\";s:4:\"8680\";s:5:\"title\";s:13:\"single page 4\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.1.jpg\";s:12:\"tmpl_created\";s:10:\"1527682896\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-page-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"417\";s:11:\"trend_index\";s:3:\"348\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:193;a:14:{s:2:\"id\";s:4:\"4436\";s:5:\"title\";s:11:\"Contact  16\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_black_2.png\";s:12:\"tmpl_created\";s:10:\"1520443293\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/contact-16/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"194\";s:11:\"trend_index\";s:3:\"132\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:194;a:14:{s:2:\"id\";s:4:\"8681\";s:5:\"title\";s:13:\"single page 5\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.5.jpg\";s:12:\"tmpl_created\";s:10:\"1527682969\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-page-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"378\";s:11:\"trend_index\";s:3:\"173\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:195;a:14:{s:2:\"id\";s:4:\"4444\";s:5:\"title\";s:9:\"Contact 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_1.png\";s:12:\"tmpl_created\";s:10:\"1520443295\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/contact-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"114\";s:11:\"trend_index\";s:2:\"80\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:196;a:14:{s:2:\"id\";s:4:\"8682\";s:5:\"title\";s:13:\"single page 6\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.4.jpg\";s:12:\"tmpl_created\";s:10:\"1527683026\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-page-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"420\";s:11:\"trend_index\";s:3:\"374\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:197;a:14:{s:2:\"id\";s:4:\"4452\";s:5:\"title\";s:9:\"Contact 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_black_1.png\";s:12:\"tmpl_created\";s:10:\"1520443296\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/contact-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"208\";s:11:\"trend_index\";s:3:\"167\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:198;a:14:{s:2:\"id\";s:4:\"8703\";s:5:\"title\";s:13:\"single page 7\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.7.jpg\";s:12:\"tmpl_created\";s:10:\"1527683072\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-page-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"405\";s:11:\"trend_index\";s:3:\"297\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:199;a:14:{s:2:\"id\";s:4:\"4460\";s:5:\"title\";s:9:\"Contact 9\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_2.png\";s:12:\"tmpl_created\";s:10:\"1520443298\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/contact-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"151\";s:11:\"trend_index\";s:3:\"120\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:200;a:14:{s:2:\"id\";s:4:\"8961\";s:5:\"title\";s:9:\"archive 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.1.jpg\";s:12:\"tmpl_created\";s:10:\"1528639909\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/archive-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"361\";s:11:\"trend_index\";s:2:\"79\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:201;a:14:{s:2:\"id\";s:4:\"4468\";s:5:\"title\";s:9:\"Contact 7\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_3.png\";s:12:\"tmpl_created\";s:10:\"1520443301\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/contact-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"contact\",\"form\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"172\";s:11:\"trend_index\";s:3:\"164\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:202;a:14:{s:2:\"id\";s:4:\"8969\";s:5:\"title\";s:9:\"archive 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.2.jpg\";s:12:\"tmpl_created\";s:10:\"1528700014\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/archive-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"407\";s:11:\"trend_index\";s:3:\"177\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:203;a:14:{s:2:\"id\";s:4:\"4476\";s:5:\"title\";s:10:\"Contact 15\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_4.png\";s:12:\"tmpl_created\";s:10:\"1520443303\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/contact-15/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"contact\",\"form\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"279\";s:11:\"trend_index\";s:3:\"242\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:204;a:14:{s:2:\"id\";s:4:\"8973\";s:5:\"title\";s:9:\"archive 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.3.jpg\";s:12:\"tmpl_created\";s:10:\"1528700205\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/archive-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"398\";s:11:\"trend_index\";s:3:\"198\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:205;a:14:{s:2:\"id\";s:4:\"4484\";s:5:\"title\";s:9:\"Contact 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_black_3.png\";s:12:\"tmpl_created\";s:10:\"1520443305\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/contact-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"contact\",\"form\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"335\";s:11:\"trend_index\";s:3:\"311\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:206;a:14:{s:2:\"id\";s:4:\"8977\";s:5:\"title\";s:9:\"archive 4\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.4.jpg\";s:12:\"tmpl_created\";s:10:\"1528700326\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/archive-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"423\";s:11:\"trend_index\";s:3:\"346\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:207;a:14:{s:2:\"id\";s:4:\"4492\";s:5:\"title\";s:9:\"Contact 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_white_3.png\";s:12:\"tmpl_created\";s:10:\"1520443307\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/contact-5-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"70\";s:11:\"trend_index\";s:2:\"49\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:208;a:14:{s:2:\"id\";s:4:\"8981\";s:5:\"title\";s:9:\"archive 5\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.5.jpg\";s:12:\"tmpl_created\";s:10:\"1528700484\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/archive-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"414\";s:11:\"trend_index\";s:3:\"240\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:209;a:14:{s:2:\"id\";s:4:\"4500\";s:5:\"title\";s:9:\"Pricing 7\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_1.png\";s:12:\"tmpl_created\";s:10:\"1520443308\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/pricing-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"372\";s:11:\"trend_index\";s:3:\"389\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:210;a:14:{s:2:\"id\";s:4:\"8985\";s:5:\"title\";s:9:\"archive 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.6.jpg\";s:12:\"tmpl_created\";s:10:\"1528700612\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/archive-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"406\";s:11:\"trend_index\";s:3:\"228\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:211;a:14:{s:2:\"id\";s:4:\"4509\";s:5:\"title\";s:9:\"Pricing 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_1.png\";s:12:\"tmpl_created\";s:10:\"1520443310\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/pricing-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"422\";s:11:\"trend_index\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:212;a:14:{s:2:\"id\";s:4:\"8989\";s:5:\"title\";s:9:\"archive 7\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.7.jpg\";s:12:\"tmpl_created\";s:10:\"1528701063\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/archive-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"403\";s:11:\"trend_index\";s:3:\"200\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:213;a:14:{s:2:\"id\";s:4:\"4521\";s:5:\"title\";s:9:\"Pricing 8\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_2.png\";s:12:\"tmpl_created\";s:10:\"1520443312\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/pricing-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"332\";s:11:\"trend_index\";s:3:\"211\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:214;a:14:{s:2:\"id\";s:4:\"8996\";s:5:\"title\";s:9:\"archive 8\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.8.jpg\";s:12:\"tmpl_created\";s:10:\"1528701290\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/archive-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"395\";s:11:\"trend_index\";s:3:\"145\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:215;a:14:{s:2:\"id\";s:4:\"4529\";s:5:\"title\";s:9:\"Pricing 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_2.png\";s:12:\"tmpl_created\";s:10:\"1520443314\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/pricing-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"402\";s:11:\"trend_index\";s:3:\"388\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:216;a:14:{s:2:\"id\";s:4:\"9001\";s:5:\"title\";s:9:\"archive 9\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.9.jpg\";s:12:\"tmpl_created\";s:10:\"1528701433\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/archive-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"410\";s:11:\"trend_index\";s:3:\"233\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:217;a:14:{s:2:\"id\";s:4:\"4537\";s:5:\"title\";s:9:\"Pricing 9\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_3.png\";s:12:\"tmpl_created\";s:10:\"1520443315\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/pricing-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"399\";s:11:\"trend_index\";s:3:\"376\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:218;a:14:{s:2:\"id\";s:4:\"4545\";s:5:\"title\";s:9:\"Pricing 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_3.png\";s:12:\"tmpl_created\";s:10:\"1520443317\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/pricing-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"419\";s:11:\"trend_index\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:219;a:14:{s:2:\"id\";s:4:\"4553\";s:5:\"title\";s:10:\"Pricing 10\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_4.png\";s:12:\"tmpl_created\";s:10:\"1520443319\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/pricing-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"380\";s:11:\"trend_index\";s:3:\"365\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:220;a:14:{s:2:\"id\";s:4:\"4562\";s:5:\"title\";s:9:\"Pricing 4\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_4.png\";s:12:\"tmpl_created\";s:10:\"1520443322\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/pricing-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"415\";s:11:\"trend_index\";s:3:\"411\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:221;a:14:{s:2:\"id\";s:4:\"4572\";s:5:\"title\";s:10:\"Pricing 11\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_5.png\";s:12:\"tmpl_created\";s:10:\"1520443324\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/pricing-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"314\";s:11:\"trend_index\";s:3:\"267\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:222;a:14:{s:2:\"id\";s:4:\"4580\";s:5:\"title\";s:10:\"Pricing 12\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_6.png\";s:12:\"tmpl_created\";s:10:\"1520443326\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/pricing-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"396\";s:11:\"trend_index\";s:3:\"400\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:223;a:14:{s:2:\"id\";s:4:\"4589\";s:5:\"title\";s:9:\"Pricing 5\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_6.png\";s:12:\"tmpl_created\";s:10:\"1520443327\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/pricing-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"418\";s:11:\"trend_index\";s:3:\"408\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:224;a:14:{s:2:\"id\";s:4:\"4597\";s:5:\"title\";s:10:\"Pricing 13\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_7.png\";s:12:\"tmpl_created\";s:10:\"1520443330\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/pricing-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"401\";s:11:\"trend_index\";s:3:\"385\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:225;a:14:{s:2:\"id\";s:4:\"4605\";s:5:\"title\";s:9:\"Pricing 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_7.png\";s:12:\"tmpl_created\";s:10:\"1520443332\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/pricing-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"421\";s:11:\"trend_index\";s:3:\"410\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:226;a:14:{s:2:\"id\";s:4:\"4613\";s:5:\"title\";s:10:\"Pricing 14\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_8.png\";s:12:\"tmpl_created\";s:10:\"1520443334\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/pricing-14/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"389\";s:11:\"trend_index\";s:3:\"364\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:227;a:14:{s:2:\"id\";s:4:\"4690\";s:5:\"title\";s:6:\"Team 7\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_1.png\";s:12:\"tmpl_created\";s:10:\"1520443348\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/team-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"272\";s:11:\"trend_index\";s:3:\"208\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:228;a:14:{s:2:\"id\";s:4:\"4698\";s:5:\"title\";s:7:\"Team 15\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_1.png\";s:12:\"tmpl_created\";s:10:\"1520443350\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-15/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"356\";s:11:\"trend_index\";s:3:\"347\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:229;a:14:{s:2:\"id\";s:4:\"4706\";s:5:\"title\";s:6:\"Team 5\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_2.png\";s:12:\"tmpl_created\";s:10:\"1520443352\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/team-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"171\";s:11:\"trend_index\";s:3:\"113\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:230;a:14:{s:2:\"id\";s:4:\"4718\";s:5:\"title\";s:6:\"Team 4\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_3.png\";s:12:\"tmpl_created\";s:10:\"1520443354\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/team-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"206\";s:11:\"trend_index\";s:3:\"147\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:231;a:14:{s:2:\"id\";s:4:\"4727\";s:5:\"title\";s:7:\"Team 13\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_2.png\";s:12:\"tmpl_created\";s:10:\"1520443356\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"343\";s:11:\"trend_index\";s:3:\"266\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:232;a:14:{s:2:\"id\";s:4:\"4736\";s:5:\"title\";s:7:\"Team 20\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_4.png\";s:12:\"tmpl_created\";s:10:\"1520443358\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-20/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"173\";s:11:\"trend_index\";s:2:\"95\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:233;a:14:{s:2:\"id\";s:4:\"4746\";s:5:\"title\";s:7:\"Team 23\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_4.png\";s:12:\"tmpl_created\";s:10:\"1520443360\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-23/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"277\";s:11:\"trend_index\";s:3:\"271\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:234;a:14:{s:2:\"id\";s:4:\"4759\";s:5:\"title\";s:7:\"Team 22\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_5.png\";s:12:\"tmpl_created\";s:10:\"1520443362\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-22/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"286\";s:11:\"trend_index\";s:3:\"212\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:235;a:14:{s:2:\"id\";s:4:\"4770\";s:5:\"title\";s:7:\"Team 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_6.png\";s:12:\"tmpl_created\";s:10:\"1520443364\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/team-12-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"333\";s:11:\"trend_index\";s:3:\"310\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:236;a:14:{s:2:\"id\";s:4:\"4781\";s:5:\"title\";s:7:\"Team 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_7.png\";s:12:\"tmpl_created\";s:10:\"1520443365\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-16/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"241\";s:11:\"trend_index\";s:3:\"214\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:237;a:14:{s:2:\"id\";s:4:\"4793\";s:5:\"title\";s:7:\"Team 18\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_8.png\";s:12:\"tmpl_created\";s:10:\"1520443367\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-18/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"239\";s:11:\"trend_index\";s:3:\"165\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:238;a:14:{s:2:\"id\";s:4:\"4801\";s:5:\"title\";s:7:\"Team 11\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_8.png\";s:12:\"tmpl_created\";s:10:\"1520443369\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"324\";s:11:\"trend_index\";s:3:\"248\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:239;a:14:{s:2:\"id\";s:4:\"4809\";s:5:\"title\";s:7:\"Team 19\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_9.png\";s:12:\"tmpl_created\";s:10:\"1520443371\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-19/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"284\";s:11:\"trend_index\";s:3:\"210\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:240;a:14:{s:2:\"id\";s:4:\"4818\";s:5:\"title\";s:7:\"Team 21\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_9.png\";s:12:\"tmpl_created\";s:10:\"1520443373\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-21/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"366\";s:11:\"trend_index\";s:3:\"335\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:241;a:14:{s:2:\"id\";s:4:\"5045\";s:5:\"title\";s:11:\"Portfolio 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_2.png\";s:12:\"tmpl_created\";s:10:\"1520443423\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"391\";s:11:\"trend_index\";s:3:\"415\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:242;a:14:{s:2:\"id\";s:4:\"5157\";s:5:\"title\";s:11:\"Subscribe 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_white_1.png\";s:12:\"tmpl_created\";s:10:\"1520443448\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/subscribe-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"form\",\"subscribe\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"344\";s:11:\"trend_index\";s:3:\"341\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:243;a:14:{s:2:\"id\";s:4:\"5165\";s:5:\"title\";s:11:\"Subscribe 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_black_1.png\";s:12:\"tmpl_created\";s:10:\"1520443450\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/subscribe-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"form\",\"subscribe\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"388\";s:11:\"trend_index\";s:3:\"344\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:244;a:14:{s:2:\"id\";s:4:\"5173\";s:5:\"title\";s:11:\"Subscribe 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_white_2.png\";s:12:\"tmpl_created\";s:10:\"1520443452\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/subscribe-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"form\",\"subscribe\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"292\";s:11:\"trend_index\";s:3:\"237\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:245;a:14:{s:2:\"id\";s:4:\"5181\";s:5:\"title\";s:11:\"Subscribe 2\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_black_2.png\";s:12:\"tmpl_created\";s:10:\"1520443454\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/subscribe-2-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"form\",\"subscribe\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"360\";s:11:\"trend_index\";s:3:\"382\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:246;a:14:{s:2:\"id\";s:4:\"5189\";s:5:\"title\";s:6:\"CTA 29\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_1.png\";s:12:\"tmpl_created\";s:10:\"1520443456\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-29/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"form\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"357\";s:11:\"trend_index\";s:3:\"273\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:247;a:14:{s:2:\"id\";s:4:\"5198\";s:5:\"title\";s:6:\"CTA 30\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_1.png\";s:12:\"tmpl_created\";s:10:\"1520443458\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-30/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"form\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"385\";s:11:\"trend_index\";s:3:\"370\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:248;a:14:{s:2:\"id\";s:4:\"5206\";s:5:\"title\";s:6:\"CTA 31\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_2.png\";s:12:\"tmpl_created\";s:10:\"1520443459\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-31/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"form\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"394\";s:11:\"trend_index\";s:3:\"340\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:249;a:14:{s:2:\"id\";s:4:\"5214\";s:5:\"title\";s:10:\"Contact 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_2.png\";s:12:\"tmpl_created\";s:10:\"1520443462\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/contact-16-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"contact\",\"form\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"229\";s:11:\"trend_index\";s:3:\"238\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:250;a:14:{s:2:\"id\";s:4:\"5222\";s:5:\"title\";s:11:\"Subscribe 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_black_3.png\";s:12:\"tmpl_created\";s:10:\"1520443464\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/subscribe-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"form\",\"subscribe\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"363\";s:11:\"trend_index\";s:3:\"327\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:251;a:14:{s:2:\"id\";s:4:\"5230\";s:5:\"title\";s:10:\"Contact 17\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_3.png\";s:12:\"tmpl_created\";s:10:\"1520443466\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/contact-17/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"contact\",\"form\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"337\";s:11:\"trend_index\";s:3:\"398\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:252;a:14:{s:2:\"id\";s:4:\"5238\";s:5:\"title\";s:7:\"Hero 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_4.png\";s:12:\"tmpl_created\";s:10:\"1520443468\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/hero-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"390\";s:11:\"trend_index\";s:3:\"404\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:253;a:14:{s:2:\"id\";s:4:\"5249\";s:5:\"title\";s:6:\"CTA 32\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_4.png\";s:12:\"tmpl_created\";s:10:\"1520443470\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-32/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"form\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"369\";s:11:\"trend_index\";s:3:\"417\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:254;a:14:{s:2:\"id\";s:4:\"5257\";s:5:\"title\";s:10:\"Contact 18\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_5.png\";s:12:\"tmpl_created\";s:10:\"1520443472\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/contact-18/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:8:\"[\"form\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"359\";s:11:\"trend_index\";s:3:\"355\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:255;a:14:{s:2:\"id\";s:4:\"5266\";s:5:\"title\";s:9:\"Clients 4\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_white_1.png\";s:12:\"tmpl_created\";s:10:\"1520443474\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/clients-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"142\";s:11:\"trend_index\";s:3:\"152\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:256;a:14:{s:2:\"id\";s:4:\"5275\";s:5:\"title\";s:9:\"Clients 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_1.png\";s:12:\"tmpl_created\";s:10:\"1520443476\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/clients-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"326\";s:11:\"trend_index\";s:3:\"313\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:257;a:14:{s:2:\"id\";s:4:\"5283\";s:5:\"title\";s:9:\"Clients 1\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_white_2.png\";s:12:\"tmpl_created\";s:10:\"1520443478\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/clients-1-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"313\";s:11:\"trend_index\";s:3:\"234\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:258;a:14:{s:2:\"id\";s:4:\"5290\";s:5:\"title\";s:9:\"Clients 3\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_2.png\";s:12:\"tmpl_created\";s:10:\"1520443480\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/clients-3-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"377\";s:11:\"trend_index\";s:3:\"359\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:259;a:14:{s:2:\"id\";s:4:\"5298\";s:5:\"title\";s:10:\"Clients 15\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_white_3.png\";s:12:\"tmpl_created\";s:10:\"1520443482\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/clients-15/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"365\";s:11:\"trend_index\";s:3:\"358\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:260;a:14:{s:2:\"id\";s:4:\"5306\";s:5:\"title\";s:10:\"Clients 10\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_3.png\";s:12:\"tmpl_created\";s:10:\"1520443484\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/clients-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"409\";s:11:\"trend_index\";s:3:\"401\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:261;a:14:{s:2:\"id\";s:4:\"5315\";s:5:\"title\";s:10:\"Clients 12\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_4-1.png\";s:12:\"tmpl_created\";s:10:\"1520443486\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/clients-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"368\";s:11:\"trend_index\";s:3:\"395\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:262;a:14:{s:2:\"id\";s:4:\"5324\";s:5:\"title\";s:9:\"Clients 8\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_5-1.png\";s:12:\"tmpl_created\";s:10:\"1520443488\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/clients-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"374\";s:11:\"trend_index\";s:3:\"314\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:263;a:14:{s:2:\"id\";s:4:\"5333\";s:5:\"title\";s:10:\"Clients 13\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_6.png\";s:12:\"tmpl_created\";s:10:\"1520443489\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/clients-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"261\";s:11:\"trend_index\";s:3:\"253\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:264;a:14:{s:2:\"id\";s:4:\"5341\";s:5:\"title\";s:10:\"Clients 11\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_4.png\";s:12:\"tmpl_created\";s:10:\"1520443491\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/clients-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"393\";s:11:\"trend_index\";s:3:\"391\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:265;a:14:{s:2:\"id\";s:4:\"5349\";s:5:\"title\";s:9:\"Clients 7\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_7.png\";s:12:\"tmpl_created\";s:10:\"1520443493\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/clients-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"254\";s:11:\"trend_index\";s:3:\"201\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:266;a:14:{s:2:\"id\";s:4:\"5357\";s:5:\"title\";s:9:\"Clients 2\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_7.png\";s:12:\"tmpl_created\";s:10:\"1520443495\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/clients-2-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"296\";s:11:\"trend_index\";s:3:\"293\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:267;a:14:{s:2:\"id\";s:4:\"5368\";s:5:\"title\";s:9:\"Clients 9\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_8.png\";s:12:\"tmpl_created\";s:10:\"1520443497\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/clients-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"251\";s:11:\"trend_index\";s:3:\"236\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:268;a:14:{s:2:\"id\";s:4:\"5381\";s:5:\"title\";s:10:\"Clients 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_9.png\";s:12:\"tmpl_created\";s:10:\"1520443499\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/clients-16/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"227\";s:11:\"trend_index\";s:3:\"161\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:269;a:14:{s:2:\"id\";s:4:\"5389\";s:5:\"title\";s:10:\"Clients 14\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_9.png\";s:12:\"tmpl_created\";s:10:\"1520443501\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/clients-14/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"351\";s:11:\"trend_index\";s:3:\"274\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:270;a:14:{s:2:\"id\";s:4:\"5397\";s:5:\"title\";s:8:\"About 11\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_1.png\";s:12:\"tmpl_created\";s:10:\"1520443503\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"150\";s:11:\"trend_index\";s:3:\"148\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:271;a:14:{s:2:\"id\";s:4:\"5405\";s:5:\"title\";s:8:\"About 12\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_1.png\";s:12:\"tmpl_created\";s:10:\"1520443505\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"240\";s:11:\"trend_index\";s:3:\"226\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:272;a:14:{s:2:\"id\";s:4:\"5413\";s:5:\"title\";s:8:\"About 21\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_2.png\";s:12:\"tmpl_created\";s:10:\"1520443507\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-21/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"149\";s:11:\"trend_index\";s:3:\"143\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:273;a:14:{s:2:\"id\";s:4:\"5421\";s:5:\"title\";s:8:\"About 13\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_3.png\";s:12:\"tmpl_created\";s:10:\"1520443509\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"262\";s:11:\"trend_index\";s:3:\"192\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:274;a:14:{s:2:\"id\";s:4:\"5429\";s:5:\"title\";s:8:\"About 16\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_4.png\";s:12:\"tmpl_created\";s:10:\"1520443510\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-16/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"126\";s:11:\"trend_index\";s:3:\"110\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:275;a:14:{s:2:\"id\";s:4:\"5438\";s:5:\"title\";s:7:\"About 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_4.png\";s:12:\"tmpl_created\";s:10:\"1520443512\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/about-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"250\";s:11:\"trend_index\";s:3:\"190\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:276;a:14:{s:2:\"id\";s:4:\"5447\";s:5:\"title\";s:7:\"About 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_5.png\";s:12:\"tmpl_created\";s:10:\"1520443514\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/about-3-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"85\";s:11:\"trend_index\";s:2:\"69\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:277;a:14:{s:2:\"id\";s:4:\"5455\";s:5:\"title\";s:8:\"About 20\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_6.png\";s:12:\"tmpl_created\";s:10:\"1520443516\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-20/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"136\";s:11:\"trend_index\";s:2:\"66\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:278;a:14:{s:2:\"id\";s:4:\"5464\";s:5:\"title\";s:8:\"About 17\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_6.png\";s:12:\"tmpl_created\";s:10:\"1520443518\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-17/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"242\";s:11:\"trend_index\";s:3:\"194\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:279;a:14:{s:2:\"id\";s:4:\"5472\";s:5:\"title\";s:7:\"About 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_7.png\";s:12:\"tmpl_created\";s:10:\"1520443520\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/about-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"226\";s:11:\"trend_index\";s:3:\"162\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:280;a:14:{s:2:\"id\";s:4:\"5480\";s:5:\"title\";s:7:\"About 4\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_7-1.png\";s:12:\"tmpl_created\";s:10:\"1520443522\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/about-4-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"352\";s:11:\"trend_index\";s:3:\"295\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:281;a:14:{s:2:\"id\";s:4:\"5488\";s:5:\"title\";s:7:\"About 7\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_8.png\";s:12:\"tmpl_created\";s:10:\"1520443524\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/about-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"301\";s:11:\"trend_index\";s:3:\"252\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:282;a:14:{s:2:\"id\";s:4:\"5496\";s:5:\"title\";s:7:\"About 9\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_8-1.png\";s:12:\"tmpl_created\";s:10:\"1520443526\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/about-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"370\";s:11:\"trend_index\";s:3:\"361\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:283;a:14:{s:2:\"id\";s:4:\"5504\";s:5:\"title\";s:8:\"About 18\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_9.png\";s:12:\"tmpl_created\";s:10:\"1520443528\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-18/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"100\";s:11:\"trend_index\";s:2:\"88\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:284;a:14:{s:2:\"id\";s:4:\"5515\";s:5:\"title\";s:8:\"About 19\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_9.png\";s:12:\"tmpl_created\";s:10:\"1520443530\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-19/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"260\";s:11:\"trend_index\";s:3:\"219\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:285;a:14:{s:2:\"id\";s:3:\"147\";s:5:\"title\";s:20:\"Homepage &#8211; App\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0004.png\";s:12:\"tmpl_created\";s:10:\"1470829868\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/homepage-app/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"App\",\"Homepage\"]\";s:10:\"menu_order\";s:1:\"2\";s:16:\"popularity_index\";s:1:\"1\";s:11:\"trend_index\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:286;a:14:{s:2:\"id\";s:4:\"2402\";s:5:\"title\";s:32:\"Homepage &#8211; Interior Design\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2017/09/Interior.png\";s:12:\"tmpl_created\";s:10:\"1506441447\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/homepage-interior-design/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:193:\"[\"Architecture\",\"building\",\"business\",\"Creative\",\"exterior design\",\"furniture design\",\"Gallery\",\"garden design\",\"house\",\"interior design\",\"landscape design\",\"multipurpose\",\"portfolio\",\"studio\"]\";s:10:\"menu_order\";s:1:\"3\";s:16:\"popularity_index\";s:2:\"42\";s:11:\"trend_index\";s:2:\"59\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:287;a:14:{s:2:\"id\";s:3:\"777\";s:5:\"title\";s:28:\"Homepage &#8211; Coffee Shop\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/01/rest-home.jpg\";s:12:\"tmpl_created\";s:10:\"1485273092\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/homepage-coffee-shop/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:41:\"[\"Coffee\",\"Homepage\",\"Restaurant\",\"Shop\"]\";s:10:\"menu_order\";s:1:\"4\";s:16:\"popularity_index\";s:2:\"41\";s:11:\"trend_index\";s:2:\"71\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:288;a:14:{s:2:\"id\";s:4:\"2404\";s:5:\"title\";s:24:\"Homepage &#8211; Product\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2017/09/product.png\";s:12:\"tmpl_created\";s:10:\"1506441452\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/homepage-product/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:103:\"[\"business\",\"colorful\",\"ecommerce\",\"flat\",\"mobile\",\"modern\",\"responsive\",\"retina\",\"Shop\",\"woocommerce\"]\";s:10:\"menu_order\";s:1:\"5\";s:16:\"popularity_index\";s:2:\"49\";s:11:\"trend_index\";s:2:\"92\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:289;a:14:{s:2:\"id\";s:3:\"519\";s:5:\"title\";s:24:\"Homepage &#8211; Fitness\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/10/0023.png\";s:12:\"tmpl_created\";s:10:\"1477388808\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/homepage-fitness/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:45:\"[\"Fitness\",\"Gym\",\"Health\",\"Homepage\",\"Sport\"]\";s:10:\"menu_order\";s:1:\"6\";s:16:\"popularity_index\";s:1:\"5\";s:11:\"trend_index\";s:1:\"6\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:290;a:14:{s:2:\"id\";s:3:\"492\";s:5:\"title\";s:25:\"Homepage &#8211; Law firm\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/10/0024.png\";s:12:\"tmpl_created\";s:10:\"1477388365\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/homepage-law-firm/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:25:\"[\"Firm\",\"Homepage\",\"Law\"]\";s:10:\"menu_order\";s:1:\"7\";s:16:\"popularity_index\";s:1:\"6\";s:11:\"trend_index\";s:1:\"7\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:291;a:14:{s:2:\"id\";s:3:\"225\";s:5:\"title\";s:27:\"Homepage &#8211; Restaurant\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0016.png\";s:12:\"tmpl_created\";s:10:\"1470829872\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/homepage-restaurant/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Homepage\",\"Restaurant\"]\";s:10:\"menu_order\";s:1:\"8\";s:16:\"popularity_index\";s:1:\"2\";s:11:\"trend_index\";s:1:\"2\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:292;a:14:{s:2:\"id\";s:4:\"3451\";s:5:\"title\";s:39:\"Homepage &#8211; Goodness meal services\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2017/11/goodness-featured-image.png\";s:12:\"tmpl_created\";s:10:\"1512054116\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/homepage-goodness-meal-services/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"9\";s:16:\"popularity_index\";s:2:\"78\";s:11:\"trend_index\";s:3:\"142\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:293;a:14:{s:2:\"id\";s:4:\"2152\";s:5:\"title\";s:26:\"Homepage &#8211; Cake Shop\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/07/cake-home.png\";s:12:\"tmpl_created\";s:10:\"1499774132\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/homepage-cake-shop/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Cake\",\"Homepage\",\"Restaurant\",\"Shop\"]\";s:10:\"menu_order\";s:2:\"10\";s:16:\"popularity_index\";s:3:\"127\";s:11:\"trend_index\";s:3:\"222\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:294;a:14:{s:2:\"id\";s:4:\"1068\";s:5:\"title\";s:27:\"Homepage &#8211; Copywriter\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2017/03/copywriter.png\";s:12:\"tmpl_created\";s:10:\"1488805928\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/homepage-copywriter/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:25:\"[\"Copywriter\",\"Homepage\"]\";s:10:\"menu_order\";s:2:\"11\";s:16:\"popularity_index\";s:2:\"56\";s:11:\"trend_index\";s:3:\"133\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:295;a:14:{s:2:\"id\";s:3:\"181\";s:5:\"title\";s:23:\"Homepage &#8211; Agency\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0019.png\";s:12:\"tmpl_created\";s:10:\"1470826567\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/homepage-agency/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Agency\",\"Creative\",\"Homepage\"]\";s:10:\"menu_order\";s:2:\"12\";s:16:\"popularity_index\";s:1:\"3\";s:11:\"trend_index\";s:1:\"3\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:296;a:14:{s:2:\"id\";s:3:\"463\";s:5:\"title\";s:22:\"Homepage &#8211; Study\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/10/0022.png\";s:12:\"tmpl_created\";s:10:\"1477388340\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/homepage-study/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Education\",\"Homepage\",\"Study\"]\";s:10:\"menu_order\";s:2:\"13\";s:16:\"popularity_index\";s:1:\"7\";s:11:\"trend_index\";s:1:\"4\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:297;a:14:{s:2:\"id\";s:4:\"2813\";s:5:\"title\";s:32:\"Homepage &#8211; Creative Agency\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2017/11/Creative-Agency-â€“-Home-Page.png\";s:12:\"tmpl_created\";s:10:\"1509615049\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/homepage-creative-agency/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Agency\",\"Creative\",\"Homepage\"]\";s:10:\"menu_order\";s:2:\"14\";s:16:\"popularity_index\";s:2:\"44\";s:11:\"trend_index\";s:2:\"64\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:298;a:14:{s:2:\"id\";s:3:\"728\";s:5:\"title\";s:33:\"Homepage &#8211; Delivery Company\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2017/01/delivery-company-home-page.jpg\";s:12:\"tmpl_created\";s:10:\"1485269993\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/homepage-delivery-company/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Delivery\",\"Homepage\"]\";s:10:\"menu_order\";s:2:\"15\";s:16:\"popularity_index\";s:2:\"67\";s:11:\"trend_index\";s:3:\"217\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:299;a:14:{s:2:\"id\";s:4:\"2403\";s:5:\"title\";s:29:\"Homepage &#8211; Luxury Hotel\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2017/09/Hotel.png\";s:12:\"tmpl_created\";s:10:\"1506441428\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/homepage-luxury-hotel/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"16\";s:16:\"popularity_index\";s:2:\"94\";s:11:\"trend_index\";s:3:\"178\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:300;a:14:{s:2:\"id\";s:4:\"1903\";s:5:\"title\";s:20:\"One Page &#8211; Spa\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2017/06/spa.png\";s:12:\"tmpl_created\";s:10:\"1496822325\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/one-page-spa/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:132:\"[\"beauty\",\"care\",\"girly\",\"hair\",\"Health\",\"hospitality\",\"massage\",\"medical\",\"parlor\",\"physiotherapy\",\"salon\",\"spa\",\"wellness\",\"yoga\"]\";s:10:\"menu_order\";s:2:\"17\";s:16:\"popularity_index\";s:2:\"63\";s:11:\"trend_index\";s:3:\"223\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:301;a:14:{s:2:\"id\";s:4:\"2123\";s:5:\"title\";s:33:\"One Page &#8211; Architect Office\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/06/architect.png\";s:12:\"tmpl_created\";s:10:\"1499772989\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/one-page-architect-office/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"18\";s:16:\"popularity_index\";s:1:\"8\";s:11:\"trend_index\";s:1:\"8\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:302;a:14:{s:2:\"id\";s:4:\"1888\";s:5:\"title\";s:32:\"One Page &#8211; Creative Meetup\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2017/06/creative-meetup.png\";s:12:\"tmpl_created\";s:10:\"1496822319\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/one-page-creative-meetup/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"19\";s:16:\"popularity_index\";s:2:\"75\";s:11:\"trend_index\";s:3:\"220\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:303;a:14:{s:2:\"id\";s:4:\"1880\";s:5:\"title\";s:24:\"One Page &#8211; Wedding\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2017/06/wedding.png\";s:12:\"tmpl_created\";s:10:\"1496822317\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/one-page-wedding/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:82:\"[\"bride\",\"ceremony\",\"cute\",\"event\",\"fancy\",\"girly\",\"groom\",\"guestbook\",\"marriage\"]\";s:10:\"menu_order\";s:2:\"20\";s:16:\"popularity_index\";s:3:\"234\";s:11:\"trend_index\";s:3:\"393\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:304;a:14:{s:2:\"id\";s:4:\"1891\";s:5:\"title\";s:35:\"One Page &#8211; Textile Convention\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2017/06/textile-meetup.png\";s:12:\"tmpl_created\";s:10:\"1496822323\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/one-page-textile-convention/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"21\";s:16:\"popularity_index\";s:3:\"186\";s:11:\"trend_index\";s:3:\"349\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:305;a:14:{s:2:\"id\";s:4:\"1885\";s:5:\"title\";s:29:\"One Page &#8211; Yacht Rental\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2017/06/yacht-home.png\";s:12:\"tmpl_created\";s:10:\"1496822321\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/one-page-yacht-rental/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"22\";s:16:\"popularity_index\";s:2:\"66\";s:11:\"trend_index\";s:3:\"159\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:306;a:14:{s:2:\"id\";s:4:\"2723\";s:5:\"title\";s:34:\"Portfolio &#8211; Graphic Designer\";s:9:\"thumbnail\";s:91:\"https://library.elementor.com/wp-content/uploads/2017/11/Graphic-Designer-â€“-Portfolio.png\";s:12:\"tmpl_created\";s:10:\"1509633883\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/portfolio-graphic-designer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"23\";s:16:\"popularity_index\";s:2:\"71\";s:11:\"trend_index\";s:3:\"128\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:307;a:14:{s:2:\"id\";s:4:\"2145\";s:5:\"title\";s:30:\"About &#8211; Delivery Company\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2017/07/delivery-about.png\";s:12:\"tmpl_created\";s:10:\"1499774125\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/about-delivery-company/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:10:\"[\"moving\"]\";s:10:\"menu_order\";s:2:\"24\";s:16:\"popularity_index\";s:3:\"146\";s:11:\"trend_index\";s:3:\"241\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:308;a:14:{s:2:\"id\";s:4:\"2155\";s:5:\"title\";s:23:\"About &#8211; Cake Shop\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2017/07/cake-about.png\";s:12:\"tmpl_created\";s:10:\"1499774130\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/about-cake-shop/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:8:\"[\"Food\"]\";s:10:\"menu_order\";s:2:\"25\";s:16:\"popularity_index\";s:3:\"214\";s:11:\"trend_index\";s:3:\"270\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:309;a:14:{s:2:\"id\";s:4:\"1085\";s:5:\"title\";s:21:\"About &#8211; Startup\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2017/03/Startup.png\";s:12:\"tmpl_created\";s:10:\"1488810874\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/about-startup/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:19:\"[\"About\",\"Startup\"]\";s:10:\"menu_order\";s:2:\"26\";s:16:\"popularity_index\";s:1:\"4\";s:11:\"trend_index\";s:1:\"5\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:310;a:14:{s:2:\"id\";s:3:\"143\";s:5:\"title\";s:22:\"About &#8211; Personal\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0010.png\";s:12:\"tmpl_created\";s:10:\"1470820447\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/about-personal/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:20:\"[\"About\",\"Personal\"]\";s:10:\"menu_order\";s:2:\"27\";s:16:\"popularity_index\";s:2:\"15\";s:11:\"trend_index\";s:2:\"18\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:311;a:14:{s:2:\"id\";s:3:\"101\";s:5:\"title\";s:16:\"About &#8211; CV\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0018.png\";s:12:\"tmpl_created\";s:10:\"1470829785\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:98:\"https://library.elementor.com/about-cv/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:77:\"[\"creative portfolio\",\"Personal\",\"portfolio\",\"professional\",\"resume\",\"vcard\"]\";s:10:\"menu_order\";s:2:\"28\";s:16:\"popularity_index\";s:2:\"21\";s:11:\"trend_index\";s:2:\"38\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:312;a:14:{s:2:\"id\";s:3:\"140\";s:5:\"title\";s:25:\"About &#8211; Art Gallery\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0009.png\";s:12:\"tmpl_created\";s:10:\"1470820463\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/about-art-gallery/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:25:\"[\"About\",\"Art\",\"Gallery\"]\";s:10:\"menu_order\";s:2:\"29\";s:16:\"popularity_index\";s:2:\"12\";s:11:\"trend_index\";s:2:\"13\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:313;a:14:{s:2:\"id\";s:3:\"213\";s:5:\"title\";s:26:\"About &#8211; Architecture\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0008.png\";s:12:\"tmpl_created\";s:10:\"1470829766\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/about-architecture/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:24:\"[\"About\",\"Architecture\"]\";s:10:\"menu_order\";s:2:\"30\";s:16:\"popularity_index\";s:2:\"13\";s:11:\"trend_index\";s:2:\"16\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:314;a:14:{s:2:\"id\";s:4:\"2802\";s:5:\"title\";s:38:\"Portfolio &#8211; Fashion Photographer\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2017/11/Fashion-photographer-â€“-Portfolio.png\";s:12:\"tmpl_created\";s:10:\"1509615440\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/portfolio-fashion-photographer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"31\";s:16:\"popularity_index\";s:2:\"97\";s:11:\"trend_index\";s:3:\"197\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:315;a:14:{s:2:\"id\";s:4:\"2828\";s:5:\"title\";s:35:\"Landing Page &#8211; Law Convention\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2017/11/Law-Convention-â€“-Landing-Page.png\";s:12:\"tmpl_created\";s:10:\"1509631636\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/landing-page-law-convention/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:35:\"[\"Convention\",\"Landing Page\",\"Law\"]\";s:10:\"menu_order\";s:2:\"32\";s:16:\"popularity_index\";s:3:\"175\";s:11:\"trend_index\";s:2:\"90\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:316;a:14:{s:2:\"id\";s:4:\"1461\";s:5:\"title\";s:28:\"Landing Page &#8211; Ebook 1\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Ebook-1.png\";s:12:\"tmpl_created\";s:10:\"1494352121\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/landing-page-ebook-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:127:\"[\"App\",\"author\",\"book\",\"brochure\",\"download\",\"e-book\",\"ebook\",\"marketing\",\"product\",\"publisher\",\"sell online\",\"seo\",\"showcase\"]\";s:10:\"menu_order\";s:2:\"33\";s:16:\"popularity_index\";s:3:\"133\";s:11:\"trend_index\";s:3:\"315\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:317;a:14:{s:2:\"id\";s:4:\"1460\";s:5:\"title\";s:28:\"Landing Page &#8211; Ebook 2\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Ebook-2.png\";s:12:\"tmpl_created\";s:10:\"1494352124\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/landing-page-ebook-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"34\";s:16:\"popularity_index\";s:3:\"132\";s:11:\"trend_index\";s:3:\"286\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:318;a:14:{s:2:\"id\";s:4:\"1459\";s:5:\"title\";s:28:\"Landing Page &#8211; Ebook 3\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Ebook-3.png\";s:12:\"tmpl_created\";s:10:\"1494352125\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/landing-page-ebook-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"35\";s:16:\"popularity_index\";s:2:\"92\";s:11:\"trend_index\";s:3:\"275\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:319;a:14:{s:2:\"id\";s:4:\"1052\";s:5:\"title\";s:33:\"Landing Page &#8211; Mobile App 1\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2017/03/app.png\";s:12:\"tmpl_created\";s:10:\"1488810873\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/landing-page-mobile-app/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"36\";s:16:\"popularity_index\";s:2:\"19\";s:11:\"trend_index\";s:2:\"24\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:320;a:14:{s:2:\"id\";s:4:\"1503\";s:5:\"title\";s:33:\"Landing Page &#8211; Mobile App 2\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-app1.png\";s:12:\"tmpl_created\";s:10:\"1494352113\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/landing-page-mobile-app-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"37\";s:16:\"popularity_index\";s:2:\"96\";s:11:\"trend_index\";s:3:\"206\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:321;a:14:{s:2:\"id\";s:4:\"1504\";s:5:\"title\";s:33:\"Landing Page &#8211; Mobile App 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-app2.png\";s:12:\"tmpl_created\";s:10:\"1494352112\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/landing-page-mobile-app-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"38\";s:16:\"popularity_index\";s:3:\"103\";s:11:\"trend_index\";s:3:\"221\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:322;a:14:{s:2:\"id\";s:4:\"1505\";s:5:\"title\";s:33:\"Landing Page &#8211; Mobile App 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-app3.png\";s:12:\"tmpl_created\";s:10:\"1494352110\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/landing-page-mobile-app-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"39\";s:16:\"popularity_index\";s:3:\"183\";s:11:\"trend_index\";s:3:\"249\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:323;a:14:{s:2:\"id\";s:3:\"726\";s:5:\"title\";s:33:\"Landing Page &#8211; Conference 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2017/01/convention-landing-page.jpg\";s:12:\"tmpl_created\";s:10:\"1485270062\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/landing-page-conference/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"40\";s:16:\"popularity_index\";s:3:\"199\";s:11:\"trend_index\";s:3:\"323\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:324;a:14:{s:2:\"id\";s:4:\"1613\";s:5:\"title\";s:33:\"Landing Page &#8211; Conference 2\";s:9:\"thumbnail\";s:109:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-International-Womens-Day-Conference.png\";s:12:\"tmpl_created\";s:10:\"1494352129\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/landing-page-conference-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"41\";s:16:\"popularity_index\";s:3:\"225\";s:11:\"trend_index\";s:3:\"333\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:325;a:14:{s:2:\"id\";s:4:\"1612\";s:5:\"title\";s:33:\"Landing Page &#8211; Conference 3\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Tech-Conference.png\";s:12:\"tmpl_created\";s:10:\"1494352127\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/landing-page-conference-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"42\";s:16:\"popularity_index\";s:3:\"236\";s:11:\"trend_index\";s:3:\"378\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:326;a:14:{s:2:\"id\";s:4:\"1614\";s:5:\"title\";s:33:\"Landing Page &#8211; Conference 4\";s:9:\"thumbnail\";s:99:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Sustainability-Conference.png\";s:12:\"tmpl_created\";s:10:\"1494352131\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/landing-page-conference-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"43\";s:16:\"popularity_index\";s:3:\"148\";s:11:\"trend_index\";s:3:\"354\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:327;a:14:{s:2:\"id\";s:3:\"906\";s:5:\"title\";s:29:\"Landing Page &#8211;  Coacher\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2017/02/Landin-Page-Coacher.png\";s:12:\"tmpl_created\";s:10:\"1494352066\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/landing-page-coacher/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"44\";s:16:\"popularity_index\";s:2:\"76\";s:11:\"trend_index\";s:3:\"160\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:328;a:14:{s:2:\"id\";s:3:\"955\";s:5:\"title\";s:31:\"Landing Page &#8211; Law Office\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2017/02/Landing-Page-Law-Office.png\";s:12:\"tmpl_created\";s:10:\"1494352069\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/landing-page-law-office/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:31:\"[\"Landing Page\",\"Law\",\"Office\"]\";s:10:\"menu_order\";s:2:\"45\";s:16:\"popularity_index\";s:2:\"83\";s:11:\"trend_index\";s:3:\"204\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:329;a:14:{s:2:\"id\";s:3:\"879\";s:5:\"title\";s:41:\"Landing Page &#8211; Financial Consultant\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2017/02/Landing-Page-Financial-consultant.png\";s:12:\"tmpl_created\";s:10:\"1494352064\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/landing-page-financial-consultant/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"46\";s:16:\"popularity_index\";s:2:\"89\";s:11:\"trend_index\";s:3:\"239\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:330;a:14:{s:2:\"id\";s:3:\"926\";s:5:\"title\";s:33:\"Landing Page &#8211; Private Chef\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2017/02/Landing-Page-Private-Chef.png\";s:12:\"tmpl_created\";s:10:\"1494352068\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/landing-page-private-chef/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"47\";s:16:\"popularity_index\";s:3:\"174\";s:11:\"trend_index\";s:3:\"367\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:331;a:14:{s:2:\"id\";s:3:\"855\";s:5:\"title\";s:37:\"Landing Page &#8211; Personal Trainer\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2017/02/Landing-Page-Personal-Trainer.png\";s:12:\"tmpl_created\";s:10:\"1494352061\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/landing-page-personal-trainer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"48\";s:16:\"popularity_index\";s:3:\"156\";s:11:\"trend_index\";s:3:\"363\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:332;a:14:{s:2:\"id\";s:3:\"974\";s:5:\"title\";s:28:\"Landing Page &#8211; Stylist\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2017/03/Landing-Page-Stylist.png\";s:12:\"tmpl_created\";s:10:\"1494352071\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/landing-page-stylist/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:146:\"[\"cosmetics\",\"fashion\",\"girly\",\"hairdresser\",\"lifestyle\",\"makeup\",\"manicure\",\"pedicure\",\"products\",\"salon\",\"Shop\",\"skincare\",\"stylist\",\"wellness\"]\";s:10:\"menu_order\";s:2:\"49\";s:16:\"popularity_index\";s:3:\"204\";s:11:\"trend_index\";s:3:\"224\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:333;a:14:{s:2:\"id\";s:4:\"1032\";s:5:\"title\";s:27:\"Landing Page &#8211; Agency\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2017/03/Agency.png\";s:12:\"tmpl_created\";s:10:\"1488810866\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/landing-page-agency/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"50\";s:16:\"popularity_index\";s:3:\"147\";s:11:\"trend_index\";s:3:\"277\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:334;a:14:{s:2:\"id\";s:4:\"1634\";s:5:\"title\";s:33:\"Landing Page &#8211; Chiropractor\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Chiropractor.png\";s:12:\"tmpl_created\";s:10:\"1494352119\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/landing-page-chiropractor/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"51\";s:16:\"popularity_index\";s:3:\"166\";s:11:\"trend_index\";s:3:\"235\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:335;a:14:{s:2:\"id\";s:3:\"730\";s:5:\"title\";s:24:\"Landing Page &#8211; App\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2017/01/app.-landing-page.jpg\";s:12:\"tmpl_created\";s:10:\"1485273430\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/landing-page-app/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"52\";s:16:\"popularity_index\";s:3:\"137\";s:11:\"trend_index\";s:3:\"325\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:336;a:14:{s:2:\"id\";s:3:\"643\";s:5:\"title\";s:29:\"Landing Page &#8211; Festival\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2016/12/festival.jpg\";s:12:\"tmpl_created\";s:10:\"1481549290\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/landing-page-festival/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"53\";s:16:\"popularity_index\";s:3:\"141\";s:11:\"trend_index\";s:3:\"324\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:337;a:14:{s:2:\"id\";s:3:\"487\";s:5:\"title\";s:29:\"Landing Page &#8211; Vacation\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/10/0021.png\";s:12:\"tmpl_created\";s:10:\"1477388357\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/landing-page-vacation/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"54\";s:16:\"popularity_index\";s:2:\"22\";s:11:\"trend_index\";s:2:\"37\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:338;a:14:{s:2:\"id\";s:3:\"542\";s:5:\"title\";s:28:\"Landing Page &#8211; Wedding\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/10/0025.png\";s:12:\"tmpl_created\";s:10:\"1477388484\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/landing-page-wedding/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"55\";s:16:\"popularity_index\";s:2:\"32\";s:11:\"trend_index\";s:2:\"47\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:339;a:14:{s:2:\"id\";s:4:\"1187\";s:5:\"title\";s:32:\"Landing Page &#8211; Photography\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2017/03/lp1-l.png\";s:12:\"tmpl_created\";s:10:\"1490707385\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/landing-page-photography/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"56\";s:16:\"popularity_index\";s:2:\"24\";s:11:\"trend_index\";s:2:\"28\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:340;a:14:{s:2:\"id\";s:3:\"641\";s:5:\"title\";s:28:\"Landing Page &#8211; Fashion\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2016/12/fashion-landing-page.jpg\";s:12:\"tmpl_created\";s:10:\"1481549264\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/landing-page-fashion/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"57\";s:16:\"popularity_index\";s:2:\"86\";s:11:\"trend_index\";s:3:\"306\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:341;a:14:{s:2:\"id\";s:3:\"189\";s:5:\"title\";s:30:\"Landing Page &#8211; Tourism 1\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0005.png\";s:12:\"tmpl_created\";s:10:\"1470820715\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/landing-page-tourism/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"58\";s:16:\"popularity_index\";s:1:\"9\";s:11:\"trend_index\";s:2:\"15\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:342;a:14:{s:2:\"id\";s:4:\"1547\";s:5:\"title\";s:30:\"Landing Page &#8211; Tourism 2\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Truism-1.png\";s:12:\"tmpl_created\";s:10:\"1494352115\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/landing-page-tourism-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"59\";s:16:\"popularity_index\";s:3:\"153\";s:11:\"trend_index\";s:3:\"244\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:343;a:14:{s:2:\"id\";s:4:\"1546\";s:5:\"title\";s:30:\"Landing Page &#8211; Tourism 3\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Truism-2.png\";s:12:\"tmpl_created\";s:10:\"1494352116\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/landing-page-tourism-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"60\";s:16:\"popularity_index\";s:3:\"231\";s:11:\"trend_index\";s:3:\"366\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:344;a:14:{s:2:\"id\";s:4:\"1545\";s:5:\"title\";s:30:\"Landing Page &#8211; Tourism 4\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Truism-3.png\";s:12:\"tmpl_created\";s:10:\"1494352118\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/landing-page-tourism-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"61\";s:16:\"popularity_index\";s:3:\"189\";s:11:\"trend_index\";s:3:\"280\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:345;a:14:{s:2:\"id\";s:4:\"2714\";s:5:\"title\";s:30:\"Landing Page &#8211; Tourism 5\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2017/11/Vacation-â€“-Landing-Page.png\";s:12:\"tmpl_created\";s:10:\"1509631782\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/landing-page-tourism-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"62\";s:16:\"popularity_index\";s:3:\"220\";s:11:\"trend_index\";s:3:\"329\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:346;a:14:{s:2:\"id\";s:4:\"1190\";s:5:\"title\";s:26:\"Landing Page &#8211; Hotel\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2017/03/lp2-l.png\";s:12:\"tmpl_created\";s:10:\"1490707391\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/landing-page-hotel/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"63\";s:16:\"popularity_index\";s:2:\"20\";s:11:\"trend_index\";s:2:\"23\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:347;a:14:{s:2:\"id\";s:3:\"195\";s:5:\"title\";s:28:\"Landing Page &#8211; Product\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0006.png\";s:12:\"tmpl_created\";s:10:\"1470820765\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/landing-page-product/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"64\";s:16:\"popularity_index\";s:2:\"23\";s:11:\"trend_index\";s:2:\"43\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:348;a:14:{s:2:\"id\";s:3:\"197\";s:5:\"title\";s:34:\"Landing Page &#8211; Real Estate 1\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0007.png\";s:12:\"tmpl_created\";s:10:\"1470825711\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/landing-page-real-estate/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"65\";s:16:\"popularity_index\";s:2:\"37\";s:11:\"trend_index\";s:3:\"101\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:349;a:14:{s:2:\"id\";s:4:\"1193\";s:5:\"title\";s:34:\"Landing Page &#8211; Real Estate 2\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2017/03/lp3-l.png\";s:12:\"tmpl_created\";s:10:\"1490707422\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/landing-page-real-estate-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"66\";s:16:\"popularity_index\";s:2:\"28\";s:11:\"trend_index\";s:2:\"54\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:350;a:14:{s:2:\"id\";s:4:\"1415\";s:5:\"title\";s:34:\"Landing Page &#8211; Real Estate 3\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Real-Estate-1.png\";s:12:\"tmpl_created\";s:10:\"1494352106\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/landing-page-real-estate-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"67\";s:16:\"popularity_index\";s:3:\"182\";s:11:\"trend_index\";s:3:\"281\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:351;a:14:{s:2:\"id\";s:4:\"1414\";s:5:\"title\";s:34:\"Landing Page &#8211; Real Estate 4\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Real-Estate-2.png\";s:12:\"tmpl_created\";s:10:\"1494352107\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/landing-page-real-estate-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"68\";s:16:\"popularity_index\";s:3:\"293\";s:11:\"trend_index\";s:3:\"373\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:352;a:14:{s:2:\"id\";s:4:\"1413\";s:5:\"title\";s:34:\"Landing Page &#8211; Real Estate 5\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Real-Estate-3.png\";s:12:\"tmpl_created\";s:10:\"1494352109\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/landing-page-real-estate-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:134:\"[\"Agent\",\"business\",\"clean\",\"corporate\",\"flat\",\"google maps\",\"homes\",\"listing\",\"modern\",\"real estate\",\"realestate\",\"realtor\",\"realty\"]\";s:10:\"menu_order\";s:2:\"69\";s:16:\"popularity_index\";s:3:\"252\";s:11:\"trend_index\";s:3:\"390\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:353;a:14:{s:2:\"id\";s:4:\"1573\";s:5:\"title\";s:29:\"Landing Page &#8211; Coupon 1\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/05/Coupon-02.png\";s:12:\"tmpl_created\";s:10:\"1494352133\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/landing-page-coupon-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"70\";s:16:\"popularity_index\";s:3:\"285\";s:11:\"trend_index\";s:3:\"381\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:354;a:14:{s:2:\"id\";s:4:\"1572\";s:5:\"title\";s:29:\"Landing Page &#8211; Coupon 2\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/05/Coupon-03.png\";s:12:\"tmpl_created\";s:10:\"1494352134\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/landing-page-coupon-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"71\";s:16:\"popularity_index\";s:3:\"304\";s:11:\"trend_index\";s:3:\"372\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:355;a:14:{s:2:\"id\";s:4:\"1570\";s:5:\"title\";s:29:\"Landing Page &#8211; Coupon 3\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/05/Coupon-01.png\";s:12:\"tmpl_created\";s:10:\"1494352136\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/landing-page-coupon-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"72\";s:16:\"popularity_index\";s:3:\"346\";s:11:\"trend_index\";s:3:\"394\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:356;a:14:{s:2:\"id\";s:4:\"1571\";s:5:\"title\";s:29:\"Landing Page &#8211; Coupon 4\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/05/Coupon-04.png\";s:12:\"tmpl_created\";s:10:\"1494352138\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/landing-page-coupon-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"73\";s:16:\"popularity_index\";s:3:\"309\";s:11:\"trend_index\";s:3:\"386\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:357;a:14:{s:2:\"id\";s:3:\"192\";s:5:\"title\";s:28:\"Landing Page &#8211; Webinar\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0015.png\";s:12:\"tmpl_created\";s:10:\"1470820734\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/landing-page-webinar/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"74\";s:16:\"popularity_index\";s:2:\"31\";s:11:\"trend_index\";s:3:\"106\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:358;a:14:{s:2:\"id\";s:4:\"2141\";s:5:\"title\";s:32:\"Contact &#8211; Delivery Company\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2017/07/delivery-contact.png\";s:12:\"tmpl_created\";s:10:\"1499774122\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/contact-delivery-company/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"75\";s:16:\"popularity_index\";s:3:\"138\";s:11:\"trend_index\";s:3:\"288\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:359;a:14:{s:2:\"id\";s:3:\"137\";s:5:\"title\";s:22:\"Contact &#8211; Modern\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0013.png\";s:12:\"tmpl_created\";s:10:\"1470829828\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/contact-modern/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"76\";s:16:\"popularity_index\";s:2:\"26\";s:11:\"trend_index\";s:2:\"32\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:360;a:14:{s:2:\"id\";s:3:\"256\";s:5:\"title\";s:26:\"Contact &#8211; Restaurant\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0011.png\";s:12:\"tmpl_created\";s:10:\"1470829796\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/contact-restaurant/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"77\";s:16:\"popularity_index\";s:2:\"40\";s:11:\"trend_index\";s:3:\"102\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:361;a:14:{s:2:\"id\";s:4:\"2150\";s:5:\"title\";s:25:\"Contact &#8211; Cake Shop\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2017/07/cake-contact.png\";s:12:\"tmpl_created\";s:10:\"1499774127\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/contact-cake-shop/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"78\";s:16:\"popularity_index\";s:2:\"36\";s:11:\"trend_index\";s:2:\"33\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:362;a:14:{s:2:\"id\";s:3:\"223\";s:5:\"title\";s:21:\"Contact &#8211; Hotel\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0002.png\";s:12:\"tmpl_created\";s:10:\"1470820471\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/contact-hotel/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"79\";s:16:\"popularity_index\";s:2:\"39\";s:11:\"trend_index\";s:2:\"97\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:363;a:14:{s:2:\"id\";s:2:\"24\";s:5:\"title\";s:25:\"Contact &#8211; Corporate\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0012.png\";s:12:\"tmpl_created\";s:10:\"1470248619\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/contact-corporate/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"80\";s:16:\"popularity_index\";s:2:\"10\";s:11:\"trend_index\";s:1:\"9\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:364;a:14:{s:2:\"id\";s:3:\"184\";s:5:\"title\";s:23:\"Services &#8211; Moving\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0017.png\";s:12:\"tmpl_created\";s:10:\"1470829889\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/services-moving/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"81\";s:16:\"popularity_index\";s:2:\"16\";s:11:\"trend_index\";s:2:\"21\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:365;a:14:{s:2:\"id\";s:3:\"625\";s:5:\"title\";s:31:\"Services &#8211; Cake Shop Menu\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2016/12/cake-shop-menu.jpg\";s:12:\"tmpl_created\";s:10:\"1481549196\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/services-cake-shop-menu/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"82\";s:16:\"popularity_index\";s:3:\"258\";s:11:\"trend_index\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:366;a:14:{s:2:\"id\";s:3:\"187\";s:5:\"title\";s:20:\"Services &#8211; Fun\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0001.png\";s:12:\"tmpl_created\";s:10:\"1470829892\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/services-fun/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"83\";s:16:\"popularity_index\";s:2:\"27\";s:11:\"trend_index\";s:2:\"67\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:367;a:14:{s:2:\"id\";s:3:\"238\";s:5:\"title\";s:27:\"Services &#8211; Consulting\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0014.png\";s:12:\"tmpl_created\";s:10:\"1470829865\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/services-consulting/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"84\";s:16:\"popularity_index\";s:2:\"14\";s:11:\"trend_index\";s:2:\"19\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:368;a:14:{s:2:\"id\";s:3:\"647\";s:5:\"title\";s:33:\"Services &#8211; Coffee Shop Menu\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2016/12/restaurant-menu.jpg\";s:12:\"tmpl_created\";s:10:\"1481549320\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/services-coffee-shop-menu/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"85\";s:16:\"popularity_index\";s:3:\"222\";s:11:\"trend_index\";s:3:\"334\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:369;a:14:{s:2:\"id\";s:4:\"2138\";s:5:\"title\";s:33:\"Services &#8211; Delivery Company\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2017/07/delivery-services.png\";s:12:\"tmpl_created\";s:10:\"1499774119\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/services-delivery-company/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"86\";s:16:\"popularity_index\";s:3:\"218\";s:11:\"trend_index\";s:3:\"294\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:370;a:14:{s:2:\"id\";s:3:\"823\";s:5:\"title\";s:19:\"Pricing &#8211; App\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2017/01/pricing-app.jpg\";s:12:\"tmpl_created\";s:10:\"1485272966\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/pricing-app-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"87\";s:16:\"popularity_index\";s:3:\"143\";s:11:\"trend_index\";s:3:\"302\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:371;a:14:{s:2:\"id\";s:3:\"824\";s:5:\"title\";s:24:\"Pricing &#8211; Software\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2017/01/pricing-software.png\";s:12:\"tmpl_created\";s:10:\"1485272900\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/pricing-software-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"88\";s:16:\"popularity_index\";s:3:\"170\";s:11:\"trend_index\";s:3:\"342\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:372;a:14:{s:2:\"id\";s:3:\"825\";s:5:\"title\";s:24:\"Product &#8211; Speakers\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2017/01/product-page.jpg\";s:12:\"tmpl_created\";s:10:\"1485272513\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/product-speakers/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"89\";s:16:\"popularity_index\";s:3:\"180\";s:11:\"trend_index\";s:3:\"317\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:373;a:14:{s:2:\"id\";s:3:\"245\";s:5:\"title\";s:21:\"Product &#8211; Clean\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0020.png\";s:12:\"tmpl_created\";s:10:\"1470829876\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/product-clean/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:48:\"[\"fast\",\"minimal\",\"minimalistic\",\"seo\",\"simple\"]\";s:10:\"menu_order\";s:2:\"90\";s:16:\"popularity_index\";s:2:\"30\";s:11:\"trend_index\";s:2:\"68\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:374;a:14:{s:2:\"id\";s:3:\"150\";s:5:\"title\";s:19:\"Product &#8211; App\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0003.png\";s:12:\"tmpl_created\";s:10:\"1470829879\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:101:\"https://library.elementor.com/product-app/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"91\";s:16:\"popularity_index\";s:2:\"18\";s:11:\"trend_index\";s:2:\"34\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:375;a:14:{s:2:\"id\";s:3:\"751\";s:5:\"title\";s:25:\"Homepage &#8211; Interior\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/01/interior-home.png\";s:12:\"tmpl_created\";s:10:\"1485269743\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/homepage-interior/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"92\";s:16:\"popularity_index\";s:3:\"121\";s:11:\"trend_index\";s:3:\"328\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:376;a:14:{s:2:\"id\";s:3:\"753\";s:5:\"title\";s:22:\"About &#8211; Interior\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2017/01/Interior-About.png\";s:12:\"tmpl_created\";s:10:\"1485269710\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/about-interior/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"93\";s:16:\"popularity_index\";s:3:\"168\";s:11:\"trend_index\";s:3:\"258\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:377;a:14:{s:2:\"id\";s:3:\"754\";s:5:\"title\";s:25:\"Services &#8211; Interior\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2017/01/Interior-Services.png\";s:12:\"tmpl_created\";s:10:\"1485269691\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/services-interior/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"94\";s:16:\"popularity_index\";s:3:\"188\";s:11:\"trend_index\";s:3:\"351\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:378;a:14:{s:2:\"id\";s:3:\"752\";s:5:\"title\";s:24:\"Contact &#8211; Interior\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2017/01/interior-contact.png\";s:12:\"tmpl_created\";s:10:\"1485269737\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/contact-interior/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"95\";s:16:\"popularity_index\";s:3:\"169\";s:11:\"trend_index\";s:3:\"316\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:379;a:14:{s:2:\"id\";s:4:\"1075\";s:5:\"title\";s:19:\"Shop &#8211; Sweets\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2017/03/Sweets.png\";s:12:\"tmpl_created\";s:10:\"1488810871\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:101:\"https://library.elementor.com/shop-sweets/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:154:\"[\"bakery\",\"beverage\",\"business\",\"cafe\",\"candy bar\",\"catering\",\"delivery service\",\"Food\",\"online shop\",\"pastry\",\"Restaurant\",\"store\",\"sweet shop\",\"sweets\"]\";s:10:\"menu_order\";s:2:\"96\";s:16:\"popularity_index\";s:2:\"29\";s:11:\"trend_index\";s:2:\"48\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:380;a:14:{s:2:\"id\";s:4:\"1051\";s:5:\"title\";s:24:\"Blog Post &#8211; Launch\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2017/03/post-cloud.png\";s:12:\"tmpl_created\";s:10:\"1488810869\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blog-post-launch/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:210:\"[\"Agency\",\"bootstrap\",\"business\",\"corporate\",\"Landing Page\",\"launch\",\"marketing campaign\",\"marketing landing page\",\"marketing template landing page\",\"product launch\",\"software\",\"Startup\",\"startup landing page\"]\";s:10:\"menu_order\";s:2:\"97\";s:16:\"popularity_index\";s:2:\"17\";s:11:\"trend_index\";s:2:\"11\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:381;a:14:{s:2:\"id\";s:4:\"1245\";s:5:\"title\";s:13:\"Coming Soon 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/03/Coming-Soon-1.png\";s:12:\"tmpl_created\";s:10:\"1491207184\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/coming-soon-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"98\";s:16:\"popularity_index\";s:3:\"124\";s:11:\"trend_index\";s:3:\"305\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:382;a:14:{s:2:\"id\";s:4:\"1247\";s:5:\"title\";s:13:\"Coming Soon 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/03/Coming-Soon-2.png\";s:12:\"tmpl_created\";s:10:\"1491207138\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/coming-soon-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"99\";s:16:\"popularity_index\";s:2:\"25\";s:11:\"trend_index\";s:2:\"27\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:383;a:14:{s:2:\"id\";s:4:\"1248\";s:5:\"title\";s:13:\"Coming Soon 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/03/Coming-Soon-3.png\";s:12:\"tmpl_created\";s:10:\"1491207050\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/coming-soon-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"100\";s:16:\"popularity_index\";s:3:\"211\";s:11:\"trend_index\";s:3:\"326\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:384;a:14:{s:2:\"id\";s:4:\"1249\";s:5:\"title\";s:13:\"Coming Soon 4\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/03/Coming-Soon-4.png\";s:12:\"tmpl_created\";s:10:\"1491207380\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/coming-soon-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"101\";s:16:\"popularity_index\";s:3:\"270\";s:11:\"trend_index\";s:3:\"352\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:385;a:14:{s:2:\"id\";s:4:\"1250\";s:5:\"title\";s:13:\"Coming Soon 5\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/03/Coming-Soon-5.png\";s:12:\"tmpl_created\";s:10:\"1491207450\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/coming-soon-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"102\";s:16:\"popularity_index\";s:2:\"33\";s:11:\"trend_index\";s:2:\"56\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:386;a:14:{s:2:\"id\";s:4:\"1260\";s:5:\"title\";s:13:\"Coming Soon 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/03/Coming-Soon-6.png\";s:12:\"tmpl_created\";s:10:\"1491207507\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/coming-soon-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"103\";s:16:\"popularity_index\";s:3:\"264\";s:11:\"trend_index\";s:3:\"321\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:387;a:14:{s:2:\"id\";s:4:\"1261\";s:5:\"title\";s:13:\"Coming Soon 7\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/04/Coming-Soon-7.png\";s:12:\"tmpl_created\";s:10:\"1491207584\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/coming-soon-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"104\";s:16:\"popularity_index\";s:2:\"34\";s:11:\"trend_index\";s:2:\"73\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:388;a:14:{s:2:\"id\";s:4:\"1272\";s:5:\"title\";s:13:\"Coming Soon 8\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/03/Coming-Soon-8.png\";s:12:\"tmpl_created\";s:10:\"1491207674\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/coming-soon-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"105\";s:16:\"popularity_index\";s:3:\"120\";s:11:\"trend_index\";s:3:\"245\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:389;a:14:{s:2:\"id\";s:4:\"1279\";s:5:\"title\";s:13:\"Coming Soon 9\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/03/Coming-Soon-9.png\";s:12:\"tmpl_created\";s:10:\"1491207756\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/coming-soon-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"106\";s:16:\"popularity_index\";s:2:\"46\";s:11:\"trend_index\";s:3:\"181\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:390;a:14:{s:2:\"id\";s:4:\"1745\";s:5:\"title\";s:14:\"Coming Soon 10\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/05/login-002.png\";s:12:\"tmpl_created\";s:10:\"1494849745\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/coming-soon-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"107\";s:16:\"popularity_index\";s:3:\"122\";s:11:\"trend_index\";s:3:\"343\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:391;a:14:{s:2:\"id\";s:4:\"1742\";s:5:\"title\";s:12:\"Login Page 1\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/05/login-003.png\";s:12:\"tmpl_created\";s:10:\"1494849744\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:100:\"https://library.elementor.com/login-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"108\";s:16:\"popularity_index\";s:3:\"233\";s:11:\"trend_index\";s:3:\"360\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:392;a:14:{s:2:\"id\";s:4:\"1748\";s:5:\"title\";s:12:\"Login Page 2\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/05/login-001.png\";s:12:\"tmpl_created\";s:10:\"1494849742\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/login-page-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"109\";s:16:\"popularity_index\";s:3:\"125\";s:11:\"trend_index\";s:3:\"247\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:393;a:14:{s:2:\"id\";s:4:\"3963\";s:5:\"title\";s:32:\"Restaurant Site &#8211; Homepage\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/01/R.HomepageThumb.png\";s:12:\"tmpl_created\";s:10:\"1516284821\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/restaurant-site-homepage/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:109:\"[\"bar\",\"cafe\",\"cooking\",\"drink\",\"events\",\"fast food\",\"Food\",\"menu\",\"modern\",\"reservation\",\"Shop\",\"snack bar\"]\";s:10:\"menu_order\";s:3:\"110\";s:16:\"popularity_index\";s:3:\"161\";s:11:\"trend_index\";s:3:\"150\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:394;a:14:{s:2:\"id\";s:4:\"3969\";s:5:\"title\";s:28:\"Restaurant Site &#8211; Menu\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/01/R.MenuThumb.png\";s:12:\"tmpl_created\";s:10:\"1516284829\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/restaurant-site-menu/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:109:\"[\"bar\",\"cafe\",\"cooking\",\"drink\",\"events\",\"fast food\",\"Food\",\"menu\",\"modern\",\"reservation\",\"Shop\",\"snack bar\"]\";s:10:\"menu_order\";s:3:\"111\";s:16:\"popularity_index\";s:3:\"294\";s:11:\"trend_index\";s:3:\"339\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:395;a:14:{s:2:\"id\";s:4:\"3966\";s:5:\"title\";s:29:\"Restaurant Site &#8211; About\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/01/R.AboutThumb.png.png\";s:12:\"tmpl_created\";s:10:\"1516284839\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/restaurant-site-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:109:\"[\"bar\",\"cafe\",\"cooking\",\"drink\",\"events\",\"fast food\",\"Food\",\"menu\",\"modern\",\"reservation\",\"Shop\",\"snack bar\"]\";s:10:\"menu_order\";s:3:\"112\";s:16:\"popularity_index\";s:3:\"219\";s:11:\"trend_index\";s:3:\"187\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:396;a:14:{s:2:\"id\";s:4:\"3972\";s:5:\"title\";s:31:\"Restaurant Site &#8211; Contact\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/01/R.ContactThumb.png\";s:12:\"tmpl_created\";s:10:\"1516284847\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/restaurant-site-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:109:\"[\"bar\",\"cafe\",\"cooking\",\"drink\",\"events\",\"fast food\",\"Food\",\"menu\",\"modern\",\"reservation\",\"Shop\",\"snack bar\"]\";s:10:\"menu_order\";s:3:\"113\";s:16:\"popularity_index\";s:3:\"269\";s:11:\"trend_index\";s:3:\"227\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:397;a:14:{s:2:\"id\";s:4:\"2080\";s:5:\"title\";s:27:\"Ski Resort &#8211; Homepage\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2017/10/Ski-Resort-Home-Page.png\";s:12:\"tmpl_created\";s:10:\"1508161124\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/ski-resort-homepage/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"114\";s:16:\"popularity_index\";s:3:\"178\";s:11:\"trend_index\";s:3:\"299\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:398;a:14:{s:2:\"id\";s:4:\"2088\";s:5:\"title\";s:24:\"Ski Resort &#8211; About\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2017/10/Ski-Resort-About.png\";s:12:\"tmpl_created\";s:10:\"1508161129\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/ski-resort-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"115\";s:16:\"popularity_index\";s:3:\"289\";s:11:\"trend_index\";s:3:\"300\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:399;a:14:{s:2:\"id\";s:4:\"2085\";s:5:\"title\";s:27:\"Ski Resort &#8211; Services\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2017/10/Ski-Resort-Services.png\";s:12:\"tmpl_created\";s:10:\"1508161134\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/ski-resort-services/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"116\";s:16:\"popularity_index\";s:3:\"327\";s:11:\"trend_index\";s:3:\"397\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:400;a:14:{s:2:\"id\";s:4:\"2462\";s:5:\"title\";s:23:\"Architect &#8211; About\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2017/10/architect-â€“-about.png\";s:12:\"tmpl_created\";s:10:\"1508243317\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/architect-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"117\";s:16:\"popularity_index\";s:3:\"230\";s:11:\"trend_index\";s:3:\"336\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:401;a:14:{s:2:\"id\";s:4:\"2362\";s:5:\"title\";s:26:\"Architect &#8211; Projects\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2017/10/Architect-Projects.png\";s:12:\"tmpl_created\";s:10:\"1508243335\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/architect-projects/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"118\";s:16:\"popularity_index\";s:3:\"276\";s:11:\"trend_index\";s:3:\"290\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:402;a:14:{s:2:\"id\";s:3:\"614\";s:5:\"title\";s:25:\"Architect &#8211; Contact\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2016/12/architect-contact.jpg\";s:12:\"tmpl_created\";s:10:\"1481549169\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/architect-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"119\";s:16:\"popularity_index\";s:2:\"90\";s:11:\"trend_index\";s:3:\"291\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:403;a:14:{s:2:\"id\";s:4:\"2126\";s:5:\"title\";s:37:\"Construction Company &#8211; Homepage\";s:9:\"thumbnail\";s:91:\"https://library.elementor.com/wp-content/uploads/2017/10/Construction-Company-Home-Page.png\";s:12:\"tmpl_created\";s:10:\"1508325849\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/construction-company-homepage/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"120\";s:16:\"popularity_index\";s:3:\"164\";s:11:\"trend_index\";s:3:\"209\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:404;a:14:{s:2:\"id\";s:4:\"2129\";s:5:\"title\";s:34:\"Construction Company &#8211; About\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2017/10/Construction-Company-About.png\";s:12:\"tmpl_created\";s:10:\"1508325881\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/construction-company-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"121\";s:16:\"popularity_index\";s:3:\"209\";s:11:\"trend_index\";s:3:\"262\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:405;a:14:{s:2:\"id\";s:4:\"2135\";s:5:\"title\";s:36:\"Construction Company &#8211; Contact\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2017/10/Construction-Company-Contact.png\";s:12:\"tmpl_created\";s:10:\"1508325922\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/construction-company-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"122\";s:16:\"popularity_index\";s:3:\"212\";s:11:\"trend_index\";s:3:\"272\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:406;a:14:{s:2:\"id\";s:4:\"2094\";s:5:\"title\";s:28:\"Plants Shop &#8211; Homepage\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2017/11/Plants-Shop-Home.png\";s:12:\"tmpl_created\";s:10:\"1509621053\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/plants-shop-homepage/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"123\";s:16:\"popularity_index\";s:3:\"198\";s:11:\"trend_index\";s:3:\"268\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:407;a:14:{s:2:\"id\";s:4:\"2120\";s:5:\"title\";s:25:\"Plants Shop &#8211; About\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2017/11/Plants-Shop-About.png\";s:12:\"tmpl_created\";s:10:\"1509631820\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/plants-shop-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"124\";s:16:\"popularity_index\";s:3:\"202\";s:11:\"trend_index\";s:3:\"350\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:408;a:14:{s:2:\"id\";s:4:\"3619\";s:5:\"title\";s:31:\"Snowboard Site &#8211; Homepage\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2017/12/home.png\";s:12:\"tmpl_created\";s:10:\"1513513137\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/snowboard-site-homepage/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"125\";s:16:\"popularity_index\";s:3:\"210\";s:11:\"trend_index\";s:3:\"308\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:409;a:14:{s:2:\"id\";s:4:\"3632\";s:5:\"title\";s:31:\"Snowboard Site &#8211; Services\";s:9:\"thumbnail\";s:62:\"https://library.elementor.com/wp-content/uploads/2017/12/2.png\";s:12:\"tmpl_created\";s:10:\"1513513171\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/snowboard-site-services/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"126\";s:16:\"popularity_index\";s:3:\"196\";s:11:\"trend_index\";s:3:\"225\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:410;a:14:{s:2:\"id\";s:4:\"3626\";s:5:\"title\";s:30:\"Snowboard Site &#8211; Contact\";s:9:\"thumbnail\";s:62:\"https://library.elementor.com/wp-content/uploads/2017/12/3.png\";s:12:\"tmpl_created\";s:10:\"1513513193\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/snowboard-site-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"127\";s:16:\"popularity_index\";s:3:\"192\";s:11:\"trend_index\";s:3:\"231\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:411;a:14:{s:2:\"id\";s:4:\"3153\";s:5:\"title\";s:14:\"Halloween Pack\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/10/halloween.png\";s:12:\"tmpl_created\";s:10:\"1508950132\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/halloween-pack/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"128\";s:16:\"popularity_index\";s:3:\"334\";s:11:\"trend_index\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:412;a:14:{s:2:\"id\";s:4:\"3338\";s:5:\"title\";s:31:\"Black Friday &#8211; Nature Set\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2017/11/black-friday-1.png\";s:12:\"tmpl_created\";s:10:\"1511203351\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/black-friday-nature-set/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"129\";s:16:\"popularity_index\";s:3:\"305\";s:11:\"trend_index\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:413;a:14:{s:2:\"id\";s:4:\"3339\";s:5:\"title\";s:35:\"Black Friday &#8211; Pop-Styled Set\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2017/11/black-friday-2.png\";s:12:\"tmpl_created\";s:10:\"1511203636\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/black-friday-pop-styled-set/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"130\";s:16:\"popularity_index\";s:3:\"246\";s:11:\"trend_index\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:414;a:14:{s:2:\"id\";s:4:\"3335\";s:5:\"title\";s:31:\"Black Friday &#8211; Retail Set\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2017/11/black-friday-4.png\";s:12:\"tmpl_created\";s:10:\"1511203246\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/black-friday-retail-set/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"131\";s:16:\"popularity_index\";s:3:\"245\";s:11:\"trend_index\";s:3:\"402\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:415;a:14:{s:2:\"id\";s:4:\"3340\";s:5:\"title\";s:41:\"Black Friday &#8211; Software Product Set\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2017/11/black-friday-3.png\";s:12:\"tmpl_created\";s:10:\"1511203713\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/black-friday-software-product-set/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"132\";s:16:\"popularity_index\";s:3:\"248\";s:11:\"trend_index\";s:3:\"399\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:416;a:14:{s:2:\"id\";s:4:\"3517\";s:5:\"title\";s:27:\"Christmas &#8211; Gift Shop\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/12/XmasThumb.png\";s:12:\"tmpl_created\";s:10:\"1513877937\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/christmas-gift-shop/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"133\";s:16:\"popularity_index\";s:3:\"353\";s:11:\"trend_index\";s:3:\"412\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:417;a:14:{s:2:\"id\";s:4:\"3734\";s:5:\"title\";s:28:\"Christmas &#8211; Car Agency\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2017/12/cover-lib-v3.png\";s:12:\"tmpl_created\";s:10:\"1514197794\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/christmas-car-agency/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"134\";s:16:\"popularity_index\";s:3:\"347\";s:11:\"trend_index\";s:3:\"405\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:418;a:14:{s:2:\"id\";s:4:\"3764\";s:5:\"title\";s:33:\"Christmas &#8211; Interior Design\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2017/12/cover-lib-v6.png\";s:12:\"tmpl_created\";s:10:\"1514198234\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/christmas-interior-design/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"135\";s:16:\"popularity_index\";s:3:\"325\";s:11:\"trend_index\";s:3:\"377\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:419;a:14:{s:2:\"id\";s:4:\"3565\";s:5:\"title\";s:27:\"Christmas &#8211; Tree Shop\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/12/XmasTreeThumb.png\";s:12:\"tmpl_created\";s:10:\"1514204382\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/christmas-tree-shop/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"136\";s:16:\"popularity_index\";s:3:\"322\";s:11:\"trend_index\";s:3:\"413\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:420;a:14:{s:2:\"id\";s:4:\"3862\";s:5:\"title\";s:35:\"Christmas &#8211; Design Conference\";s:9:\"thumbnail\";s:63:\"https://library.elementor.com/wp-content/uploads/2017/12/q1.png\";s:12:\"tmpl_created\";s:10:\"1514206745\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/christmas-design-conference/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"137\";s:16:\"popularity_index\";s:3:\"267\";s:11:\"trend_index\";s:3:\"215\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:421;a:14:{s:2:\"id\";s:4:\"3777\";s:5:\"title\";s:39:\"Christmas &#8211; Snowboard Competition\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2017/12/cover-lib-v7.png\";s:12:\"tmpl_created\";s:10:\"1514205420\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/christmas-snowboard-competition/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"138\";s:16:\"popularity_index\";s:3:\"281\";s:11:\"trend_index\";s:3:\"320\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:422;a:14:{s:2:\"id\";s:3:\"420\";s:5:\"title\";s:11:\"Hero UI Kit\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2016/09/library-ui-kit-cover.png\";s:12:\"tmpl_created\";s:10:\"1475067229\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:101:\"https://library.elementor.com/hero-ui-kit/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"139\";s:16:\"popularity_index\";s:2:\"11\";s:11:\"trend_index\";s:2:\"25\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}}}','no'),(2021,'_transient_wcc_is_new_label_user','yes','yes'),(2575,'elementor_version','2.0.15','yes'),(30301,'wpcom_publish_posts_with_markdown','1','yes'),(68158,'w3tc_minify','{\"df983.js\":[\"wp-includes\\/js\\/jquery\\/jquery.js\",\"wp-includes\\/js\\/jquery\\/jquery-migrate.min.js\"],\"05803.js\":[\"wp-content\\/plugins\\/thrive-headline-optimizer\\/frontend\\/js\\/header.min.js\"],\"d6737.js\":[\"wp-content\\/themes\\/astra\\/assets\\/js\\/minified\\/style.min.js\",\"wp-content\\/plugins\\/jetpack\\/_inc\\/build\\/photon\\/photon.min.js\"],\"130c8.js\":[\"wp-content\\/plugins\\/thrive-headline-optimizer\\/frontend\\/js\\/triggers.min.js\",\"wp-includes\\/js\\/imagesloaded.min.js\",\"wp-includes\\/js\\/masonry.min.js\",\"wp-includes\\/js\\/jquery\\/jquery.masonry.min.js\"],\"2db90.js\":[\"wp-content\\/plugins\\/thrive-visual-editor\\/editor\\/js\\/dist\\/frontend.min.js\"],\"fab65.js\":[\"wp-content\\/plugins\\/woocommerce\\/assets\\/js\\/frontend\\/add-to-cart.min.js\",\"wp-content\\/plugins\\/woocommerce\\/assets\\/js\\/jquery-blockui\\/jquery.blockUI.min.js\",\"wp-content\\/plugins\\/woocommerce\\/assets\\/js\\/js-cookie\\/js.cookie.min.js\"],\"63a69.js\":[\"wp-content\\/plugins\\/woocommerce\\/assets\\/js\\/frontend\\/woocommerce.min.js\"],\"b4041.js\":[\"wp-content\\/plugins\\/woocommerce\\/assets\\/js\\/frontend\\/cart-fragments.min.js\"],\"eeb84.js\":[\"wp-content\\/plugins\\/jetpack\\/modules\\/wpgroho.js\"],\"fb827.js\":[\"wp-content\\/plugins\\/thrive-visual-editor\\/thrive-dashboard\\/js\\/dist\\/frontend.min.js\"],\"8be1d.js\":[\"wp-content\\/uploads\\/astra-addon\\/astra-addon-5b8986e1692386-64494956.js\",\"wp-content\\/plugins\\/astra-addon\\/addons\\/blog-pro\\/assets\\/js\\/minified\\/pagination-infinite.min.js\",\"wp-content\\/plugins\\/astra-addon\\/addons\\/woocommerce\\/assets\\/js\\/minified\\/single-product-ajax-cart.min.js\",\"wp-content\\/plugins\\/jetpack\\/_inc\\/build\\/lazy-images\\/js\\/lazy-images.min.js\",\"wp-includes\\/js\\/wp-embed.min.js\"],\"fc491.css\":[\"wp-content\\/themes\\/astra\\/assets\\/css\\/minified\\/style.min.css\",\"wp-content\\/plugins\\/thrive-visual-editor\\/editor\\/css\\/thrive_flat.css\",\"wp-content\\/themes\\/astra\\/assets\\/css\\/minified\\/compatibility\\/woocommerce\\/woocommerce-layout.min.css\",\"wp-content\\/themes\\/astra\\/assets\\/css\\/minified\\/compatibility\\/woocommerce\\/woocommerce-smallscreen.min.css\",\"wp-content\\/themes\\/astra\\/assets\\/css\\/minified\\/compatibility\\/woocommerce\\/woocommerce.min.css\",\"wp-includes\\/css\\/dashicons.min.css\",\"wp-content\\/uploads\\/astra-addon\\/astra-addon-5b8986e1684b80-00994154.css\",\"wp-content\\/plugins\\/jetpack\\/modules\\/widgets\\/social-icons\\/social-icons.css\",\"wp-content\\/micro-themes\\/active-styles.css\",\"wp-content\\/plugins\\/jetpack\\/css\\/jetpack.css\"],\"6bd7a.js\":[\"wp-content\\/plugins\\/thrive-ultimatum\\/js\\/dist\\/no-campaign.min.js\"],\"fe8c5.js\":[\"wp-content\\/uploads\\/astra-addon\\/astra-addon-5b9217cb083d36-72035124.js\",\"wp-content\\/plugins\\/astra-addon\\/addons\\/blog-pro\\/assets\\/js\\/minified\\/pagination-infinite.min.js\",\"wp-content\\/plugins\\/astra-addon\\/addons\\/woocommerce\\/assets\\/js\\/minified\\/single-product-ajax-cart.min.js\",\"wp-content\\/plugins\\/jetpack\\/_inc\\/build\\/lazy-images\\/js\\/lazy-images.min.js\",\"wp-includes\\/js\\/wp-embed.min.js\"],\"e163d.css\":[\"wp-content\\/themes\\/astra\\/assets\\/css\\/minified\\/style.min.css\",\"wp-content\\/plugins\\/thrive-visual-editor\\/editor\\/css\\/thrive_flat.css\",\"wp-content\\/themes\\/astra\\/assets\\/css\\/minified\\/compatibility\\/woocommerce\\/woocommerce-layout.min.css\",\"wp-content\\/themes\\/astra\\/assets\\/css\\/minified\\/compatibility\\/woocommerce\\/woocommerce-smallscreen.min.css\",\"wp-content\\/themes\\/astra\\/assets\\/css\\/minified\\/compatibility\\/woocommerce\\/woocommerce.min.css\",\"wp-includes\\/css\\/dashicons.min.css\",\"wp-content\\/uploads\\/astra-addon\\/astra-addon-5b9217cb036f99-44213396.css\",\"wp-content\\/plugins\\/jetpack\\/modules\\/widgets\\/social-icons\\/social-icons.css\",\"wp-content\\/micro-themes\\/active-styles.css\",\"wp-content\\/plugins\\/jetpack\\/css\\/jetpack.css\"],\"4207e.js\":[\"wp-content\\/uploads\\/astra-addon\\/astra-addon-5b9217cb083d36-72035124.js\",\"wp-content\\/plugins\\/astra-addon\\/addons\\/woocommerce\\/assets\\/js\\/minified\\/single-product-ajax-cart.min.js\",\"wp-content\\/plugins\\/jetpack\\/_inc\\/build\\/lazy-images\\/js\\/lazy-images.min.js\",\"wp-includes\\/js\\/wp-embed.min.js\"],\"769b2.css\":[\"wp-content\\/plugins\\/thrive-visual-editor\\/landing-page\\/templates\\/css\\/base.css\",\"wp-content\\/plugins\\/thrive-visual-editor\\/editor\\/css\\/thrive_flat.css\",\"wp-content\\/plugins\\/thrive-visual-editor\\/editor\\/css\\/no-theme.css\",\"wp-includes\\/css\\/dashicons.min.css\",\"wp-content\\/plugins\\/jetpack\\/modules\\/widgets\\/social-icons\\/social-icons.css\",\"wp-content\\/micro-themes\\/active-styles.css\",\"wp-content\\/plugins\\/jetpack\\/css\\/jetpack.css\"],\"766f8.js\":[\"wp-content\\/uploads\\/astra-addon\\/astra-addon-5b921c92e85807-96879250.js\",\"wp-content\\/plugins\\/astra-addon\\/addons\\/blog-pro\\/assets\\/js\\/minified\\/pagination-infinite.min.js\",\"wp-content\\/plugins\\/astra-addon\\/addons\\/woocommerce\\/assets\\/js\\/minified\\/single-product-ajax-cart.min.js\",\"wp-content\\/plugins\\/jetpack\\/_inc\\/build\\/lazy-images\\/js\\/lazy-images.min.js\",\"wp-includes\\/js\\/wp-embed.min.js\"],\"1b631.css\":[\"wp-content\\/themes\\/astra\\/assets\\/css\\/minified\\/style.min.css\",\"wp-content\\/plugins\\/thrive-visual-editor\\/editor\\/css\\/thrive_flat.css\",\"wp-content\\/themes\\/astra\\/assets\\/css\\/minified\\/compatibility\\/woocommerce\\/woocommerce-layout.min.css\",\"wp-content\\/themes\\/astra\\/assets\\/css\\/minified\\/compatibility\\/woocommerce\\/woocommerce-smallscreen.min.css\",\"wp-content\\/themes\\/astra\\/assets\\/css\\/minified\\/compatibility\\/woocommerce\\/woocommerce.min.css\",\"wp-includes\\/css\\/dashicons.min.css\",\"wp-content\\/uploads\\/astra-addon\\/astra-addon-5b921c92e100d8-92635105.css\",\"wp-content\\/plugins\\/jetpack\\/modules\\/widgets\\/social-icons\\/social-icons.css\",\"wp-content\\/micro-themes\\/active-styles.css\",\"wp-content\\/plugins\\/jetpack\\/css\\/jetpack.css\"],\"f07b9.js\":[\"wp-content\\/uploads\\/astra-addon\\/astra-addon-5b921c92e85807-96879250.js\",\"wp-content\\/plugins\\/astra-addon\\/addons\\/woocommerce\\/assets\\/js\\/minified\\/single-product-ajax-cart.min.js\",\"wp-content\\/plugins\\/jetpack\\/_inc\\/build\\/lazy-images\\/js\\/lazy-images.min.js\",\"wp-includes\\/js\\/wp-embed.min.js\"]}','no'),(15138,'woocommerce_checkout_address_2_field','required','yes'),(120104,'tva_template_general_settings','a:9:{s:8:\"template\";a:48:{s:2:\"ID\";i:1;s:4:\"name\";s:7:\"Default\";s:11:\"font_family\";s:21:\"Maven Pro, sans-serif\";s:10:\"main_color\";s:7:\"#5bc0eb\";s:12:\"course_title\";i:28;s:18:\"course_title_color\";s:7:\"#333333\";s:13:\"page_headline\";i:24;s:19:\"page_headline_color\";s:7:\"#9f9f9f\";s:15:\"lesson_headline\";i:24;s:16:\"chapter_headline\";i:24;s:15:\"module_headline\";i:24;s:9:\"paragraph\";i:16;s:15:\"paragraph_color\";s:7:\"#333333\";s:8:\"logo_url\";s:121:\"https://bestcerakoteflorida.com/wp-content/plugins/thrive-apprentice/admin/img/dashboard-thrive-apprentice-horizontal.png\";s:18:\"page_headline_text\";s:17:\"About this course\";s:12:\"start_course\";s:12:\"Start Course\";s:17:\"course_type_guide\";s:5:\"Guide\";s:17:\"course_type_audio\";s:5:\"Audio\";s:17:\"course_type_video\";s:5:\"Video\";s:16:\"course_type_text\";s:4:\"Text\";s:26:\"course_type_video_text_mix\";s:10:\"Video/Text\";s:19:\"course_type_big_mix\";s:16:\"Video/Audio/Text\";s:26:\"course_type_audio_text_mix\";s:10:\"Audio/Text\";s:27:\"course_type_video_audio_mix\";s:11:\"Video/Audio\";s:14:\"course_lessons\";s:7:\"Lessons\";s:15:\"course_chapters\";s:8:\"Chapters\";s:14:\"course_modules\";s:7:\"Modules\";s:13:\"course_lesson\";s:6:\"Lesson\";s:14:\"course_chapter\";s:7:\"Chapter\";s:13:\"course_module\";s:6:\"Module\";s:19:\"course_more_details\";s:7:\"Details\";s:16:\"course_more_read\";s:4:\"Read\";s:12:\"members_only\";s:24:\"Only for logged-in users\";s:11:\"view_lesson\";s:11:\"View Lesson\";s:9:\"logo_type\";b:0;s:12:\"progress_bar\";s:8:\"Progress\";s:21:\"progress_bar_finished\";s:8:\"Finished\";s:24:\"progress_bar_not_started\";s:11:\"Not started\";s:6:\"author\";s:7:\"Teacher\";s:11:\"lesson_list\";s:16:\"Course Structure\";s:20:\"lesson_list_progress\";s:11:\"In Progress\";s:22:\"lesson_list_not_viewed\";s:10:\"Not Viewed\";s:21:\"lesson_list_completed\";s:9:\"Completed\";s:11:\"next_lesson\";s:11:\"Next Lesson\";s:11:\"prev_lesson\";s:15:\"Previous Lesson\";s:14:\"to_course_page\";s:14:\"To Course Page\";s:16:\"course_structure\";s:16:\"Course Structure\";s:11:\"search_text\";s:6:\"Search\";}s:8:\"per_page\";i:12;s:13:\"register_page\";a:2:{s:4:\"name\";s:28:\"Apprentice registration page\";s:2:\"ID\";i:220;}s:10:\"index_page\";a:2:{s:4:\"name\";s:0:\"\";s:2:\"ID\";s:0:\"\";}s:12:\"load_scripts\";b:0;s:10:\"auto_login\";b:1;s:9:\"loginform\";b:1;s:16:\"apprentice_label\";b:1;s:14:\"comment_status\";s:6:\"closed\";}','yes'),(2580,'elementor_remote_info_feed_data','a:3:{i:0;a:5:{s:5:\"title\";s:36:\"Introducing Single & Archive Builder\";s:7:\"excerpt\";s:234:\"Single & Archive builder lets you design blogs just like you always imagined. By visually designing your blog without code, you can complete projects lightning-fast, and get full control over your blog design right at your fingertips.\";s:7:\"created\";s:10:\"1527679763\";s:5:\"badge\";s:3:\"New\";s:3:\"url\";s:117:\"https://elementor.com/single-archive-builder/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}i:1;a:5:{s:5:\"title\";s:46:\"Introducing Role Manager - Protect Your Design\";s:7:\"excerpt\";s:154:\"Role Manager is a new feature in Elementor Pro, allowing you to restrict access for certain user roles and never worry about a client ruining your design.\";s:7:\"created\";s:10:\"1525878898\";s:5:\"badge\";s:0:\"\";s:3:\"url\";s:107:\"https://elementor.com/role-manager/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}i:2;a:5:{s:5:\"title\";s:31:\"Header & Footer Builder Is Here\";s:7:\"excerpt\";s:223:\"Elementor now offers never-before-seen flexibility to visually design the header & footer areas, including Sticky Header, 25+ brand-new stunning header-footer blocks and full compatibility to virtually any WordPress theme. \";s:7:\"created\";s:10:\"1525078229\";s:5:\"badge\";s:0:\"\";s:3:\"url\";s:116:\"https://elementor.com/header-footer-builder/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}}','no'),(212295,'wordfence_version','7.4.5','yes'),(212296,'wordfence_case','1','yes'),(212297,'wordfence_installed','1','yes'),(161677,'uagb-old-setup','1','yes'),(138450,'db_upgraded','','yes'),(96872,'thrive_auto_responder_lists','a:1:{s:6:\"aweber\";a:3:{i:0;a:2:{s:2:\"id\";i:2787489;s:4:\"name\";s:15:\"blackhawkcustom\";}i:1;a:2:{s:2:\"id\";i:2787852;s:4:\"name\";s:21:\"Blackhawk Custom, LLC\";}i:2;a:2:{s:2:\"id\";i:4830197;s:4:\"name\";s:18:\"New Cerakote Leads\";}}}','yes'),(2720,'elementor_scheme_typography','a:4:{i:1;a:2:{s:11:\"font_family\";s:6:\"Roboto\";s:11:\"font_weight\";s:3:\"600\";}i:2;a:2:{s:11:\"font_family\";s:11:\"Roboto Slab\";s:11:\"font_weight\";s:3:\"400\";}i:3;a:2:{s:11:\"font_family\";s:6:\"Roboto\";s:11:\"font_weight\";s:3:\"400\";}i:4;a:2:{s:11:\"font_family\";s:6:\"Roboto\";s:11:\"font_weight\";s:3:\"500\";}}','yes'),(2723,'_elementor_global_css','a:3:{s:4:\"time\";i:1528593545;s:5:\"fonts\";a:2:{i:0;s:6:\"Roboto\";i:12;s:11:\"Roboto Slab\";}s:6:\"status\";s:4:\"file\";}','yes'),(121556,'tge_db_version','1.0.6','yes'),(121557,'tqb_db_version','1.0.5','yes'),(212162,'kt_color_grid_version','1.13.11','yes'),(212160,'kt_color_grid_palette','a:0:{}','yes'),(212161,'kt_color_grid_map','a:3:{s:3:\"map\";a:232:{i:0;s:6:\"320000\";i:1;s:0:\"\";i:2;s:6:\"321900\";i:3;s:0:\"\";i:4;s:6:\"323200\";i:5;s:0:\"\";i:6;s:6:\"193200\";i:7;s:0:\"\";i:8;s:6:\"003200\";i:9;s:0:\"\";i:10;s:6:\"003219\";i:11;s:0:\"\";i:12;s:6:\"003232\";i:13;s:0:\"\";i:14;s:6:\"001932\";i:15;s:0:\"\";i:16;s:6:\"000032\";i:17;s:0:\"\";i:18;s:6:\"190032\";i:19;s:0:\"\";i:20;s:6:\"320032\";i:21;s:0:\"\";i:22;s:6:\"320019\";i:23;s:0:\"\";i:24;s:6:\"000000\";i:25;s:0:\"\";i:26;s:6:\"660000\";i:27;s:0:\"\";i:28;s:6:\"663300\";i:29;s:0:\"\";i:30;s:6:\"666600\";i:31;s:0:\"\";i:32;s:6:\"336600\";i:33;s:0:\"\";i:34;s:6:\"006600\";i:35;s:0:\"\";i:36;s:6:\"006633\";i:37;s:0:\"\";i:38;s:6:\"006666\";i:39;s:0:\"\";i:40;s:6:\"003366\";i:41;s:0:\"\";i:42;s:6:\"000066\";i:43;s:0:\"\";i:44;s:6:\"330066\";i:45;s:0:\"\";i:46;s:6:\"660066\";i:47;s:0:\"\";i:48;s:6:\"660033\";i:49;s:0:\"\";i:50;s:6:\"242424\";i:51;s:0:\"\";i:52;s:6:\"990000\";i:53;s:0:\"\";i:54;s:6:\"994c00\";i:55;s:0:\"\";i:56;s:6:\"999900\";i:57;s:0:\"\";i:58;s:6:\"4c9900\";i:59;s:0:\"\";i:60;s:6:\"009900\";i:61;s:0:\"\";i:62;s:6:\"00994c\";i:63;s:0:\"\";i:64;s:6:\"009999\";i:65;s:0:\"\";i:66;s:6:\"004c99\";i:67;s:0:\"\";i:68;s:6:\"000099\";i:69;s:0:\"\";i:70;s:6:\"4c0099\";i:71;s:0:\"\";i:72;s:6:\"990099\";i:73;s:0:\"\";i:74;s:6:\"99004c\";i:75;s:0:\"\";i:76;s:6:\"484848\";i:77;s:0:\"\";i:78;s:6:\"cc0000\";i:79;s:0:\"\";i:80;s:6:\"cc6600\";i:81;s:0:\"\";i:82;s:6:\"cccc00\";i:83;s:0:\"\";i:84;s:6:\"66cc00\";i:85;s:0:\"\";i:86;s:6:\"00cc00\";i:87;s:0:\"\";i:88;s:6:\"00cc66\";i:89;s:0:\"\";i:90;s:6:\"00cccc\";i:91;s:0:\"\";i:92;s:6:\"0066cc\";i:93;s:0:\"\";i:94;s:6:\"0000cc\";i:95;s:0:\"\";i:96;s:6:\"6600cc\";i:97;s:0:\"\";i:98;s:6:\"cc00cc\";i:99;s:0:\"\";i:100;s:6:\"cc0066\";i:101;s:0:\"\";i:102;s:6:\"6d6d6d\";i:103;s:0:\"\";i:104;s:6:\"ff0000\";i:105;s:0:\"\";i:106;s:6:\"ff7f00\";i:107;s:0:\"\";i:108;s:6:\"ffff00\";i:109;s:0:\"\";i:110;s:6:\"7fff00\";i:111;s:0:\"\";i:112;s:6:\"00ff00\";i:113;s:0:\"\";i:114;s:6:\"00ff7f\";i:115;s:0:\"\";i:116;s:6:\"00ffff\";i:117;s:0:\"\";i:118;s:6:\"007fff\";i:119;s:0:\"\";i:120;s:6:\"0000ff\";i:121;s:0:\"\";i:122;s:6:\"7f00ff\";i:123;s:0:\"\";i:124;s:6:\"ff00ff\";i:125;s:0:\"\";i:126;s:6:\"ff007f\";i:127;s:0:\"\";i:128;s:6:\"919191\";i:129;s:0:\"\";i:130;s:6:\"ff3232\";i:131;s:0:\"\";i:132;s:6:\"ff9932\";i:133;s:0:\"\";i:134;s:6:\"ffff32\";i:135;s:0:\"\";i:136;s:6:\"99ff32\";i:137;s:0:\"\";i:138;s:6:\"32ff32\";i:139;s:0:\"\";i:140;s:6:\"32ff99\";i:141;s:0:\"\";i:142;s:6:\"32ffff\";i:143;s:0:\"\";i:144;s:6:\"3299ff\";i:145;s:0:\"\";i:146;s:6:\"3232ff\";i:147;s:0:\"\";i:148;s:6:\"9932ff\";i:149;s:0:\"\";i:150;s:6:\"ff32ff\";i:151;s:0:\"\";i:152;s:6:\"ff3299\";i:153;s:0:\"\";i:154;s:6:\"b6b6b6\";i:155;s:0:\"\";i:156;s:6:\"ff6565\";i:157;s:0:\"\";i:158;s:6:\"ffb265\";i:159;s:0:\"\";i:160;s:6:\"ffff65\";i:161;s:0:\"\";i:162;s:6:\"b2ff65\";i:163;s:0:\"\";i:164;s:6:\"65ff65\";i:165;s:0:\"\";i:166;s:6:\"65ffb2\";i:167;s:0:\"\";i:168;s:6:\"65ffff\";i:169;s:0:\"\";i:170;s:6:\"65b2ff\";i:171;s:0:\"\";i:172;s:6:\"6565ff\";i:173;s:0:\"\";i:174;s:6:\"b265ff\";i:175;s:0:\"\";i:176;s:6:\"ff65ff\";i:177;s:0:\"\";i:178;s:6:\"ff65b2\";i:179;s:0:\"\";i:180;s:6:\"dadada\";i:181;s:0:\"\";i:182;s:6:\"ff9999\";i:183;s:0:\"\";i:184;s:6:\"ffcc99\";i:185;s:0:\"\";i:186;s:6:\"ffff99\";i:187;s:0:\"\";i:188;s:6:\"ccff99\";i:189;s:0:\"\";i:190;s:6:\"99ff99\";i:191;s:0:\"\";i:192;s:6:\"99ffcc\";i:193;s:0:\"\";i:194;s:6:\"99ffff\";i:195;s:0:\"\";i:196;s:6:\"99ccff\";i:197;s:0:\"\";i:198;s:6:\"9999ff\";i:199;s:0:\"\";i:200;s:6:\"cc99ff\";i:201;s:0:\"\";i:202;s:6:\"ff99ff\";i:203;s:0:\"\";i:204;s:6:\"ff99cc\";i:205;s:0:\"\";i:206;s:6:\"ffffff\";i:207;s:0:\"\";i:208;s:6:\"ffcccc\";i:209;s:0:\"\";i:210;s:6:\"ffe5cc\";i:211;s:0:\"\";i:212;s:6:\"ffffcc\";i:213;s:0:\"\";i:214;s:6:\"e5ffcc\";i:215;s:0:\"\";i:216;s:6:\"ccffcc\";i:217;s:0:\"\";i:218;s:6:\"ccffe5\";i:219;s:0:\"\";i:220;s:6:\"ccffff\";i:221;s:0:\"\";i:222;s:6:\"cce5ff\";i:223;s:0:\"\";i:224;s:6:\"ccccff\";i:225;s:0:\"\";i:226;s:6:\"e5ccff\";i:227;s:0:\"\";i:228;s:6:\"ffccff\";i:229;s:0:\"\";i:230;s:6:\"ffcce5\";i:231;s:0:\"\";}s:4:\"rows\";i:9;s:7:\"columns\";i:13;}','yes'),(2613,'widget_elementor-library','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(2614,'elementor_pro_version','2.0.10','yes'),(2615,'_elementor_pro_installed_time','1528592834','yes'),(2620,'elementor_pro_license_key','3c0ca2494c54a6e5c71aa047dca624e5','yes'),(2703,'elementor_fonts_manager_font_types','a:0:{}','yes'),(2704,'elementor_fonts_manager_fonts','a:0:{}','yes'),(211770,'stb_enabled','1','yes'),(211772,'stc_enabled','1','yes'),(196189,'tve_saved_landing_pages_content','a:1:{i:0;a:5:{s:7:\"content\";s:1536:\"<div class=\\\"thrv_wrapper thrv-page-section\\\" data-css=\\\"tve-u-16416ab0690\\\" wfd-id=\\\"31\\\">\n<div class=\\\"tve-page-section-out\\\" wfd-id=\\\"35\\\"></div>\n<div class=\\\"tve-page-section-in tve_empty_dropzone\\\" data-css=\\\"tve-u-16416aae91e\\\" wfd-id=\\\"32\\\"><div class=\\\"thrv_wrapper thrv_heading\\\" style=\\\"\\\" data-tag=\\\"h1\\\" wfd-id=\\\"34\\\"><h1 data-css=\\\"tve-u-16035acf904\\\"><strong>H1 Heading Example</strong> Lorem Ipsum Dolor</h1></div><div class=\\\"thrv_wrapper thrv_text_element tve_empty_dropzone\\\" style=\\\"\\\" wfd-id=\\\"33\\\"><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi semper vulputate tincidunt. Mauris sodales vitae ipsum nec porta. Mauris lacus odio, congue eget justo nec, eleifend pellentesque orci. Interdum et malesuada fames ac ante ipsum primis in faucibus. Ut facilisis nibh eget ex maximus, at egestas orci faucibus.</p></div></div>\n</div><div class=\\\"thrv_wrapper thrv-page-section\\\" data-css=\\\"tve-u-16416ab0690\\\" wfd-id=\\\"28\\\">\n<div class=\\\"tve-page-section-out\\\" wfd-id=\\\"30\\\"></div>\n<div class=\\\"tve-page-section-in tve_empty_dropzone\\\" data-css=\\\"tve-u-16416aae91e\\\" wfd-id=\\\"29\\\"></div>\n</div><div class=\\\"thrv_wrapper thrv-page-section\\\" style=\\\"\\\" data-css=\\\"tve-u-16035a9ff73\\\" wfd-id=\\\"24\\\">\n<div class=\\\"tve-page-section-out\\\" wfd-id=\\\"27\\\"></div>\n<div class=\\\"tve-page-section-in tve_empty_dropzone\\\" data-css=\\\"tve-u-160e4eb46bd\\\" wfd-id=\\\"25\\\"><div class=\\\"thrv_wrapper thrv_text_element tve_empty_dropzone\\\" style=\\\"\\\" wfd-id=\\\"26\\\"><p>Copyright text and footer links.</p></div></div>\n</div>\n\n\";s:10:\"inline_css\";s:3632:\"@import url(\\\"//fonts.googleapis.com/css?family=Merriweather:400,700&subset=latin\\\");@import url(\\\"//fonts.googleapis.com/css?family=Special+Elite:400&subset=latin\\\");@import url(\\\"//fonts.googleapis.com/css?family=Open+Sans:400,700,300&subset=latin\\\");@media (min-width: 300px){[data-css=\\\"tve-u-16416ab0690\\\"] { padding: 30px 20px !important; }[data-css=\\\"tve-u-16416aae91e\\\"] { max-width: 1080px; }.tcb-plain-text strong { font-weight: 700; }.tcb-plain-text { font-family: \\\"Open Sans\\\"; font-weight: 400; }#tve_editor [data-css=\\\"tve-u-160e4eb46bd\\\"] p, #tve_editor [data-css=\\\"tve-u-160e4eb46bd\\\"] li, #tve_editor [data-css=\\\"tve-u-160e4eb46bd\\\"] blockquote, #tve_editor [data-css=\\\"tve-u-160e4eb46bd\\\"] address, #tve_editor [data-css=\\\"tve-u-160e4eb46bd\\\"] h1, #tve_editor [data-css=\\\"tve-u-160e4eb46bd\\\"] h2, #tve_editor [data-css=\\\"tve-u-160e4eb46bd\\\"] h3, #tve_editor [data-css=\\\"tve-u-160e4eb46bd\\\"] h4, #tve_editor [data-css=\\\"tve-u-160e4eb46bd\\\"] h5, #tve_editor [data-css=\\\"tve-u-160e4eb46bd\\\"] h6 { color: rgb(144, 144, 144); }#tcb_landing_page a strong { font-weight: 700; }#tcb_landing_page h6 { font-family: \\\"Special Elite\\\"; font-weight: 400; color: rgb(51, 51, 51); font-size: 20px; }#tcb_landing_page h5 { font-family: \\\"Special Elite\\\"; font-weight: 400; color: rgb(51, 51, 51); font-size: 24px; }#tcb_landing_page h4 { font-family: \\\"Special Elite\\\"; font-weight: 400; color: rgb(51, 51, 51); font-size: 30px; }[data-css=\\\"tve-u-16035a9ff73\\\"] { padding: 30px 20px !important; }#tcb_landing_page a:not(.tcb-button-link) { color: rgb(4, 126, 255); text-decoration: underline; }#tcb_landing_page h3 { font-family: \\\"Special Elite\\\"; font-weight: 400; color: rgb(51, 51, 51); font-size: 38px; line-height: 1.3em; }#tcb_landing_page h2 { font-family: \\\"Special Elite\\\"; font-weight: 400; color: rgb(51, 51, 51); font-size: 45px; line-height: 1.3em; }#tcb_landing_page h1 { font-family: \\\"Special Elite\\\"; font-weight: 400; font-size: 50px; line-height: 1.3em; color: rgb(51, 51, 51); }#tcb_landing_page p strong, #tcb_landing_page li strong { font-weight: 700; }#tcb_landing_page p, #tcb_landing_page li { font-family: Merriweather; font-weight: 400; font-size: 17px; line-height: 1.6em; color: rgb(70, 70, 70); }[data-css=\\\"tve-u-15e09c94f7d\\\"] { background-color: rgb(0, 0, 0) !important; }#tcb_landing_page a:hover:not(.tcb-button-link) { text-decoration: none; }#tcb_landing_page .tve-state-hovera:not(.tcb-button-link) { text-decoration: none; }[data-css=\\\"tve-u-160e4eb46bd\\\"] h3 { margin: 0px 0px auto !important; padding: 0px !important; }[data-css=\\\"tve-u-160e4eb46bd\\\"] h1 { margin: 0px 0px auto !important; padding: 0px !important; }[data-css=\\\"tve-u-160e4eb46bd\\\"] h2 { margin: 0px 0px auto !important; padding: 0px !important; }[data-css=\\\"tve-u-160e4eb46bd\\\"] p { margin: 0px 0px auto !important; padding: 0px !important; }[data-css=\\\"tve-u-160e4eb46bd\\\"] { max-width: 1080px; text-align: center; }#tcb_landing_page a.tve-state-hover:not(.tcb-button-link) { text-decoration: none; }#tcb_landing_page .tcb-button-link { font-family: Merriweather; font-weight: 400; }#tcb_landing_page input { font-family: Merriweather; font-weight: 400; }#tcb_landing_page .tcb-button-link strong { font-weight: 700; }#tcb_landing_page input strong { font-weight: 700; }#tcb_landing_page .tcb-plain-text { font-family: Merriweather; font-weight: 400; }#tcb_landing_page .tcb-plain-text strong { font-weight: 700; }}@media (max-width: 767px){#tve_editor [data-css=\\\"tve-u-16035acf904\\\"] { font-size: 36px !important; }[data-css=\\\"tve-u-16035a9ff73\\\"] { padding-left: 10px !important; padding-right: 10px !important; }}\";s:10:\"custom_css\";s:0:\"\";s:11:\"tve_globals\";a:1:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";}s:18:\"tve_global_scripts\";a:2:{s:4:\"head\";s:0:\"\";s:6:\"footer\";s:0:\"\";}}}','no'),(2732,'widget_widget_contact_info','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(2733,'widget_top-posts','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(2729,'widget_blog-stats','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(2719,'elementor_scheme_color','a:4:{i:1;s:7:\"#6ec1e4\";i:2;s:7:\"#54595f\";i:3;s:7:\"#7a7a7a\";i:4;s:7:\"#61ce70\";}','yes'),(96737,'widget_gadwp-frontwidget-report','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(96739,'_amn_exact-metrics_last_checked','1556582400','yes'),(96746,'exactmetrics_tracking_notice','1','yes'),(251114,'wordfence_ls_version','1.0.5','yes'),(271091,'tve_dash_default_cap_set','1','yes'),(196190,'tve_saved_landing_pages_meta','a:1:{i:0;a:7:{s:4:\"name\";s:22:\"Best Cerakote Template\";s:4:\"tags\";N;s:8:\"template\";s:22:\"tcb2-blank-page-styled\";s:16:\"theme_dependency\";s:1:\"1\";s:3:\"set\";s:5:\"Blank\";s:4:\"date\";s:10:\"2019-03-06\";s:9:\"thumbnail\";s:115:\"https://bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/thumbnails/tcb2-blank-page-styled.png\";}}','yes'),(105027,'tsfem_current_db_versions','a:1:{s:4:\"core\";s:4:\"1500\";}','yes'),(327589,'gadwp_cache_qr3_404418431','a:2:{s:5:\"value\";O:31:\"Deconf_Service_Analytics_GaData\":24:{s:17:\"\0*\0collection_key\";s:4:\"rows\";s:25:\"\0*\0internal_gapi_mappings\";a:0:{}s:20:\"\0*\0columnHeadersType\";s:44:\"Deconf_Service_Analytics_GaDataColumnHeaders\";s:24:\"\0*\0columnHeadersDataType\";s:5:\"array\";s:19:\"containsSampledData\";b:0;s:16:\"\0*\0dataTableType\";s:40:\"Deconf_Service_Analytics_GaDataDataTable\";s:20:\"\0*\0dataTableDataType\";s:0:\"\";s:2:\"id\";s:260:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:182978339&metrics=ga:sessions,ga:users,ga:pageviews,ga:BounceRate,ga:organicSearches,ga:pageviewsPerSession,ga:avgTimeOnPage,ga:avgPageLoadTime,ga:avgSessionDuration&start-date=30daysAgo&end-date=yesterday\";s:12:\"itemsPerPage\";i:1000;s:4:\"kind\";s:16:\"analytics#gaData\";s:8:\"nextLink\";N;s:12:\"previousLink\";N;s:18:\"\0*\0profileInfoType\";s:42:\"Deconf_Service_Analytics_GaDataProfileInfo\";s:22:\"\0*\0profileInfoDataType\";s:0:\"\";s:12:\"\0*\0queryType\";s:36:\"Deconf_Service_Analytics_GaDataQuery\";s:16:\"\0*\0queryDataType\";s:0:\"\";s:4:\"rows\";a:1:{i:0;a:9:{i:0;s:1:\"5\";i:1;s:1:\"5\";i:2;s:1:\"5\";i:3;s:5:\"100.0\";i:4;s:1:\"0\";i:5;s:3:\"1.0\";i:6;s:3:\"0.0\";i:7;s:3:\"0.0\";i:8;s:3:\"0.0\";}}s:10:\"sampleSize\";N;s:11:\"sampleSpace\";N;s:8:\"selfLink\";s:260:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:182978339&metrics=ga:sessions,ga:users,ga:pageviews,ga:BounceRate,ga:organicSearches,ga:pageviewsPerSession,ga:avgTimeOnPage,ga:avgPageLoadTime,ga:avgSessionDuration&start-date=30daysAgo&end-date=yesterday\";s:12:\"totalResults\";i:1;s:19:\"totalsForAllResults\";a:9:{s:11:\"ga:sessions\";s:1:\"5\";s:8:\"ga:users\";s:1:\"5\";s:12:\"ga:pageviews\";s:1:\"5\";s:13:\"ga:BounceRate\";s:5:\"100.0\";s:18:\"ga:organicSearches\";s:1:\"0\";s:22:\"ga:pageviewsPerSession\";s:3:\"1.0\";s:16:\"ga:avgTimeOnPage\";s:3:\"0.0\";s:18:\"ga:avgPageLoadTime\";s:3:\"0.0\";s:21:\"ga:avgSessionDuration\";s:3:\"0.0\";}s:12:\"\0*\0modelData\";a:3:{s:5:\"query\";a:7:{s:10:\"start-date\";s:9:\"30daysAgo\";s:8:\"end-date\";s:9:\"yesterday\";s:3:\"ids\";s:12:\"ga:182978339\";s:7:\"metrics\";a:9:{i:0;s:11:\"ga:sessions\";i:1;s:8:\"ga:users\";i:2;s:12:\"ga:pageviews\";i:3;s:13:\"ga:BounceRate\";i:4;s:18:\"ga:organicSearches\";i:5;s:22:\"ga:pageviewsPerSession\";i:6;s:16:\"ga:avgTimeOnPage\";i:7;s:18:\"ga:avgPageLoadTime\";i:8;s:21:\"ga:avgSessionDuration\";}s:11:\"start-index\";i:1;s:11:\"max-results\";i:1000;s:13:\"samplingLevel\";s:16:\"HIGHER_PRECISION\";}s:11:\"profileInfo\";a:6:{s:9:\"profileId\";s:9:\"182978339\";s:9:\"accountId\";s:8:\"38981657\";s:13:\"webPropertyId\";s:13:\"UA-38981657-2\";s:21:\"internalWebPropertyId\";s:9:\"185871232\";s:11:\"profileName\";s:17:\"All Web Site Data\";s:7:\"tableId\";s:12:\"ga:182978339\";}s:13:\"columnHeaders\";a:9:{i:0;a:3:{s:4:\"name\";s:11:\"ga:sessions\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}i:1;a:3:{s:4:\"name\";s:8:\"ga:users\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}i:2;a:3:{s:4:\"name\";s:12:\"ga:pageviews\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}i:3;a:3:{s:4:\"name\";s:13:\"ga:BounceRate\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"PERCENT\";}i:4;a:3:{s:4:\"name\";s:18:\"ga:organicSearches\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}i:5;a:3:{s:4:\"name\";s:22:\"ga:pageviewsPerSession\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:5:\"FLOAT\";}i:6;a:3:{s:4:\"name\";s:16:\"ga:avgTimeOnPage\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:4:\"TIME\";}i:7;a:3:{s:4:\"name\";s:18:\"ga:avgPageLoadTime\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:5:\"FLOAT\";}i:8;a:3:{s:4:\"name\";s:21:\"ga:avgSessionDuration\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:4:\"TIME\";}}}s:12:\"\0*\0processed\";a:0:{}}s:7:\"expires\";i:1566360000;}','no'),(120455,'tpm_connection','a:4:{s:6:\"ttw_id\";s:5:\"64335\";s:9:\"ttw_email\";s:24:\"nick@blackhawkcustom.com\";s:8:\"ttw_salt\";s:43:\"ODlkM2VkN2E5YTVjYzcwMGY3YTkzZGY1NjBiOTliODQ\";s:6:\"status\";s:9:\"connected\";}','yes'),(120451,'tpm_connection_messages','a:0:{}','yes'),(120452,'tpm_token','OV5nd2trd2cwZ2c4a3NnYzhvb2dvYzQ0OGc0NGtjb2drc3N3YzAtczYheHYoUTdacDIzNExfc25vZHRdQ3ZHMm1lUk9rMEd1cmM0OUtpeUp6ejZrU2pxQXlxcFVMJjkrUDRz','yes'),(235281,'_transient_woocommerce_webhook_ids_status_active','a:0:{}','yes'),(138449,'show_comments_cookies_opt_in','','yes'),(117185,'gadwp_cache_qr2_2401112412','a:2:{s:5:\"value\";O:31:\"Deconf_Service_Analytics_GaData\":24:{s:17:\"\0*\0collection_key\";s:4:\"rows\";s:25:\"\0*\0internal_gapi_mappings\";a:0:{}s:20:\"\0*\0columnHeadersType\";s:44:\"Deconf_Service_Analytics_GaDataColumnHeaders\";s:24:\"\0*\0columnHeadersDataType\";s:5:\"array\";s:19:\"containsSampledData\";b:0;s:16:\"\0*\0dataTableType\";s:40:\"Deconf_Service_Analytics_GaDataDataTable\";s:20:\"\0*\0dataTableDataType\";s:0:\"\";s:2:\"id\";s:156:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:182978339&dimensions=ga:date,ga:dayOfWeekName&metrics=ga:users&start-date=7daysAgo&end-date=yesterday\";s:12:\"itemsPerPage\";i:1000;s:4:\"kind\";s:16:\"analytics#gaData\";s:8:\"nextLink\";N;s:12:\"previousLink\";N;s:18:\"\0*\0profileInfoType\";s:42:\"Deconf_Service_Analytics_GaDataProfileInfo\";s:22:\"\0*\0profileInfoDataType\";s:0:\"\";s:12:\"\0*\0queryType\";s:36:\"Deconf_Service_Analytics_GaDataQuery\";s:16:\"\0*\0queryDataType\";s:0:\"\";s:4:\"rows\";a:7:{i:0;a:3:{i:0;s:8:\"20181030\";i:1;s:7:\"Tuesday\";i:2;s:1:\"0\";}i:1;a:3:{i:0;s:8:\"20181031\";i:1;s:9:\"Wednesday\";i:2;s:1:\"1\";}i:2;a:3:{i:0;s:8:\"20181101\";i:1;s:8:\"Thursday\";i:2;s:1:\"0\";}i:3;a:3:{i:0;s:8:\"20181102\";i:1;s:6:\"Friday\";i:2;s:1:\"0\";}i:4;a:3:{i:0;s:8:\"20181103\";i:1;s:8:\"Saturday\";i:2;s:1:\"0\";}i:5;a:3:{i:0;s:8:\"20181104\";i:1;s:6:\"Sunday\";i:2;s:1:\"0\";}i:6;a:3:{i:0;s:8:\"20181105\";i:1;s:6:\"Monday\";i:2;s:1:\"0\";}}s:10:\"sampleSize\";N;s:11:\"sampleSpace\";N;s:8:\"selfLink\";s:156:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:182978339&dimensions=ga:date,ga:dayOfWeekName&metrics=ga:users&start-date=7daysAgo&end-date=yesterday\";s:12:\"totalResults\";i:7;s:19:\"totalsForAllResults\";a:1:{s:8:\"ga:users\";s:1:\"1\";}s:12:\"\0*\0modelData\";a:3:{s:5:\"query\";a:8:{s:10:\"start-date\";s:8:\"7daysAgo\";s:8:\"end-date\";s:9:\"yesterday\";s:3:\"ids\";s:12:\"ga:182978339\";s:10:\"dimensions\";s:24:\"ga:date,ga:dayOfWeekName\";s:7:\"metrics\";a:1:{i:0;s:8:\"ga:users\";}s:11:\"start-index\";i:1;s:11:\"max-results\";i:1000;s:13:\"samplingLevel\";s:16:\"HIGHER_PRECISION\";}s:11:\"profileInfo\";a:6:{s:9:\"profileId\";s:9:\"182978339\";s:9:\"accountId\";s:8:\"38981657\";s:13:\"webPropertyId\";s:13:\"UA-38981657-2\";s:21:\"internalWebPropertyId\";s:9:\"185871232\";s:11:\"profileName\";s:17:\"All Web Site Data\";s:7:\"tableId\";s:12:\"ga:182978339\";}s:13:\"columnHeaders\";a:3:{i:0;a:3:{s:4:\"name\";s:7:\"ga:date\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:1;a:3:{s:4:\"name\";s:16:\"ga:dayOfWeekName\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:2;a:3:{s:4:\"name\";s:8:\"ga:users\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}}}s:12:\"\0*\0processed\";a:0:{}}s:7:\"expires\";i:1541563200;}','no'),(96728,'gadwp_options','{\"client_id\":\"\",\"client_secret\":\"\",\"access_front\":[\"administrator\"],\"access_back\":[\"administrator\"],\"tableid_jail\":\"182978339\",\"theme_color\":\"#1e73be\",\"switch_profile\":0,\"tracking_type\":\"universal\",\"ga_anonymize_ip\":0,\"user_api\":0,\"ga_event_tracking\":0,\"ga_event_downloads\":\"zip|mp3*|mpe*g|pdf|docx*|pptx*|xlsx*|rar*\",\"track_exclude\":[],\"ga_target_geomap\":\"\",\"ga_realtime_pages\":10,\"token\":\"{\\\"access_token\\\":\\\"ya29.Gl1qBxs0FZcRW0aqVR2cOFFlrlKOfIFiDtFV7-_oRI_jU7LIqmeT00CcF1ERmUBP0Cnihqtrsekq2dXSDxLU1pOi00BCOLSga1u6ZYpmtebi4kKSlgaxzZImoAk8NXo\\\",\\\"expires_in\\\":3600,\\\"refresh_token\\\":\\\"1\\\\\\/tIK2xsuVrPYP_CwD8n3vWfhkPRDtimyCXt_OzmuxlDQjDqrwdR7FaU4qGUsGzk2S\\\",\\\"scope\\\":\\\"https:\\\\\\/\\\\\\/www.googleapis.com\\\\\\/auth\\\\\\/analytics.readonly\\\",\\\"token_type\\\":\\\"Bearer\\\",\\\"created\\\":1566311752}\",\"ga_profiles_list\":[[\"All Web Site Data\",\"182978339\",\"UA-38981657-2\",\"https:\\/\\/bestcerakoteflorida.com\",-14400,\"America\\/New_York\",null]],\"ga_enhanced_links\":0,\"ga_remarketing\":0,\"network_mode\":0,\"ga_speed_samplerate\":1,\"ga_user_samplerate\":100,\"ga_event_bouncerate\":0,\"ga_crossdomain_tracking\":0,\"ga_crossdomain_list\":\"\",\"ga_author_dimindex\":0,\"ga_category_dimindex\":0,\"ga_tag_dimindex\":0,\"ga_user_dimindex\":0,\"ga_pubyear_dimindex\":0,\"ga_pubyearmonth_dimindex\":0,\"ga_aff_tracking\":0,\"ga_event_affiliates\":\"\\/out\\/\",\"automatic_updates_minorversion\":\"1\",\"backend_item_reports\":1,\"backend_realtime_report\":0,\"frontend_item_reports\":0,\"dashboard_widget\":1,\"api_backoff\":0,\"ga_cookiedomain\":\"\",\"ga_cookiename\":\"\",\"ga_cookieexpires\":\"\",\"pagetitle_404\":\"Page Not Found\",\"maps_api_key\":\"\",\"tm_author_var\":0,\"tm_category_var\":0,\"tm_tag_var\":0,\"tm_user_var\":0,\"tm_pubyear_var\":0,\"tm_pubyearmonth_var\":0,\"web_containerid\":\"\",\"amp_containerid\":\"\",\"amp_tracking_tagmanager\":0,\"amp_tracking_analytics\":0,\"amp_tracking_clientidapi\":0,\"trackingcode_infooter\":0,\"trackingevents_infooter\":0,\"ecommerce_mode\":\"disabled\",\"ga_formsubmit_tracking\":0,\"optimize_tracking\":0,\"optimize_containerid\":\"\",\"optimize_pagehiding\":0,\"superadmin_tracking\":0,\"ga_pagescrolldepth_tracking\":0,\"tm_pagescrolldepth_tracking\":0,\"ga_event_precision\":0,\"ga_force_ssl\":0,\"with_endpoint\":1,\"ga_optout\":0,\"ga_dnt_optout\":0,\"tm_optout\":0,\"tm_dnt_optout\":0,\"ga_with_gtag\":0,\"usage_tracking\":0,\"hide_am_notices\":0,\"network_hide_am_notices\":0,\"ga_enhanced_excludesa\":0,\"ga_hash_tracking\":0,\"gadwp_hidden\":\"Y\"}','yes'),(68363,'widget_tve_ult_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(68364,'tve_ult_db_version','1.3','yes'),(68366,'external_updates-thrive-ultimatum','O:8:\"stdClass\":3:{s:9:\"lastCheck\";i:1581445464;s:14:\"checkedVersion\";s:7:\"2.2.4.1\";s:6:\"update\";O:8:\"stdClass\":6:{s:2:\"id\";i:0;s:4:\"slug\";s:16:\"thrive-ultimatum\";s:7:\"version\";s:7:\"2.2.9.1\";s:8:\"homepage\";N;s:12:\"download_url\";s:61:\"http://download.thrivethemes.com/thrive-ultimatum-2.2.9.1.zip\";s:14:\"upgrade_notice\";s:0:\"\";}}','no'),(250409,'recovery_keys','a:0:{}','yes'),(469627,'jetpack_active_plan','a:8:{s:10:\"product_id\";i:2002;s:12:\"product_slug\";s:12:\"jetpack_free\";s:12:\"product_name\";s:12:\"Jetpack Free\";s:18:\"product_name_short\";s:4:\"Free\";s:7:\"expired\";b:0;s:13:\"user_is_owner\";b:0;s:7:\"is_free\";b:1;s:8:\"features\";a:2:{s:6:\"active\";a:1:{i:0;s:7:\"akismet\";}s:9:\"available\";a:10:{s:7:\"akismet\";a:6:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:16:\"jetpack_personal\";i:3;s:23:\"jetpack_premium_monthly\";i:4;s:24:\"jetpack_business_monthly\";i:5;s:24:\"jetpack_personal_monthly\";}s:18:\"vaultpress-backups\";a:4:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";}s:25:\"vaultpress-backup-archive\";a:4:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";}s:24:\"vaultpress-storage-space\";a:4:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";}s:29:\"vaultpress-automated-restores\";a:4:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";}s:15:\"simple-payments\";a:4:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";}s:7:\"support\";a:6:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:16:\"jetpack_personal\";i:3;s:23:\"jetpack_premium_monthly\";i:4;s:24:\"jetpack_business_monthly\";i:5;s:24:\"jetpack_personal_monthly\";}s:14:\"premium-themes\";a:2:{i:0;s:16:\"jetpack_business\";i:1;s:24:\"jetpack_business_monthly\";}s:28:\"vaultpress-security-scanning\";a:2:{i:0;s:16:\"jetpack_business\";i:1;s:24:\"jetpack_business_monthly\";}s:9:\"polldaddy\";a:2:{i:0;s:16:\"jetpack_business\";i:1;s:24:\"jetpack_business_monthly\";}}}}','yes'),(271093,'tva_order_updated','1','yes'),(68318,'thrive_ovation_db_version','1.0','yes'),(71168,'thrv_global_colours','a:1:{i:0;a:5:{s:2:\"id\";i:0;s:5:\"color\";s:24:\"rgba(234, 234, 24, 0.69)\";s:4:\"name\";s:8:\"Barberry\";s:6:\"active\";i:1;s:11:\"custom_name\";i:0;}}','yes'),(117182,'gadwp_cache_qr2_1474438454','a:2:{s:5:\"value\";O:31:\"Deconf_Service_Analytics_GaData\":24:{s:17:\"\0*\0collection_key\";s:4:\"rows\";s:25:\"\0*\0internal_gapi_mappings\";a:0:{}s:20:\"\0*\0columnHeadersType\";s:44:\"Deconf_Service_Analytics_GaDataColumnHeaders\";s:24:\"\0*\0columnHeadersDataType\";s:5:\"array\";s:19:\"containsSampledData\";b:0;s:16:\"\0*\0dataTableType\";s:40:\"Deconf_Service_Analytics_GaDataDataTable\";s:20:\"\0*\0dataTableDataType\";s:0:\"\";s:2:\"id\";s:159:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:182978339&dimensions=ga:date,ga:dayOfWeekName&metrics=ga:sessions&start-date=7daysAgo&end-date=yesterday\";s:12:\"itemsPerPage\";i:1000;s:4:\"kind\";s:16:\"analytics#gaData\";s:8:\"nextLink\";N;s:12:\"previousLink\";N;s:18:\"\0*\0profileInfoType\";s:42:\"Deconf_Service_Analytics_GaDataProfileInfo\";s:22:\"\0*\0profileInfoDataType\";s:0:\"\";s:12:\"\0*\0queryType\";s:36:\"Deconf_Service_Analytics_GaDataQuery\";s:16:\"\0*\0queryDataType\";s:0:\"\";s:4:\"rows\";a:7:{i:0;a:3:{i:0;s:8:\"20181030\";i:1;s:7:\"Tuesday\";i:2;s:1:\"0\";}i:1;a:3:{i:0;s:8:\"20181031\";i:1;s:9:\"Wednesday\";i:2;s:1:\"1\";}i:2;a:3:{i:0;s:8:\"20181101\";i:1;s:8:\"Thursday\";i:2;s:1:\"0\";}i:3;a:3:{i:0;s:8:\"20181102\";i:1;s:6:\"Friday\";i:2;s:1:\"0\";}i:4;a:3:{i:0;s:8:\"20181103\";i:1;s:8:\"Saturday\";i:2;s:1:\"0\";}i:5;a:3:{i:0;s:8:\"20181104\";i:1;s:6:\"Sunday\";i:2;s:1:\"0\";}i:6;a:3:{i:0;s:8:\"20181105\";i:1;s:6:\"Monday\";i:2;s:1:\"0\";}}s:10:\"sampleSize\";N;s:11:\"sampleSpace\";N;s:8:\"selfLink\";s:159:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:182978339&dimensions=ga:date,ga:dayOfWeekName&metrics=ga:sessions&start-date=7daysAgo&end-date=yesterday\";s:12:\"totalResults\";i:7;s:19:\"totalsForAllResults\";a:1:{s:11:\"ga:sessions\";s:1:\"1\";}s:12:\"\0*\0modelData\";a:3:{s:5:\"query\";a:8:{s:10:\"start-date\";s:8:\"7daysAgo\";s:8:\"end-date\";s:9:\"yesterday\";s:3:\"ids\";s:12:\"ga:182978339\";s:10:\"dimensions\";s:24:\"ga:date,ga:dayOfWeekName\";s:7:\"metrics\";a:1:{i:0;s:11:\"ga:sessions\";}s:11:\"start-index\";i:1;s:11:\"max-results\";i:1000;s:13:\"samplingLevel\";s:16:\"HIGHER_PRECISION\";}s:11:\"profileInfo\";a:6:{s:9:\"profileId\";s:9:\"182978339\";s:9:\"accountId\";s:8:\"38981657\";s:13:\"webPropertyId\";s:13:\"UA-38981657-2\";s:21:\"internalWebPropertyId\";s:9:\"185871232\";s:11:\"profileName\";s:17:\"All Web Site Data\";s:7:\"tableId\";s:12:\"ga:182978339\";}s:13:\"columnHeaders\";a:3:{i:0;a:3:{s:4:\"name\";s:7:\"ga:date\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:1;a:3:{s:4:\"name\";s:16:\"ga:dayOfWeekName\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:2;a:3:{s:4:\"name\";s:11:\"ga:sessions\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}}}s:12:\"\0*\0processed\";a:0:{}}s:7:\"expires\";i:1541563200;}','no'),(117183,'gadwp_cache_qr3_1947741372','a:2:{s:5:\"value\";O:31:\"Deconf_Service_Analytics_GaData\":24:{s:17:\"\0*\0collection_key\";s:4:\"rows\";s:25:\"\0*\0internal_gapi_mappings\";a:0:{}s:20:\"\0*\0columnHeadersType\";s:44:\"Deconf_Service_Analytics_GaDataColumnHeaders\";s:24:\"\0*\0columnHeadersDataType\";s:5:\"array\";s:19:\"containsSampledData\";b:0;s:16:\"\0*\0dataTableType\";s:40:\"Deconf_Service_Analytics_GaDataDataTable\";s:20:\"\0*\0dataTableDataType\";s:0:\"\";s:2:\"id\";s:259:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:182978339&metrics=ga:sessions,ga:users,ga:pageviews,ga:BounceRate,ga:organicSearches,ga:pageviewsPerSession,ga:avgTimeOnPage,ga:avgPageLoadTime,ga:avgSessionDuration&start-date=7daysAgo&end-date=yesterday\";s:12:\"itemsPerPage\";i:1000;s:4:\"kind\";s:16:\"analytics#gaData\";s:8:\"nextLink\";N;s:12:\"previousLink\";N;s:18:\"\0*\0profileInfoType\";s:42:\"Deconf_Service_Analytics_GaDataProfileInfo\";s:22:\"\0*\0profileInfoDataType\";s:0:\"\";s:12:\"\0*\0queryType\";s:36:\"Deconf_Service_Analytics_GaDataQuery\";s:16:\"\0*\0queryDataType\";s:0:\"\";s:4:\"rows\";a:1:{i:0;a:9:{i:0;s:1:\"1\";i:1;s:1:\"1\";i:2;s:1:\"1\";i:3;s:5:\"100.0\";i:4;s:1:\"0\";i:5;s:3:\"1.0\";i:6;s:3:\"0.0\";i:7;s:3:\"0.0\";i:8;s:3:\"0.0\";}}s:10:\"sampleSize\";N;s:11:\"sampleSpace\";N;s:8:\"selfLink\";s:259:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:182978339&metrics=ga:sessions,ga:users,ga:pageviews,ga:BounceRate,ga:organicSearches,ga:pageviewsPerSession,ga:avgTimeOnPage,ga:avgPageLoadTime,ga:avgSessionDuration&start-date=7daysAgo&end-date=yesterday\";s:12:\"totalResults\";i:1;s:19:\"totalsForAllResults\";a:9:{s:11:\"ga:sessions\";s:1:\"1\";s:8:\"ga:users\";s:1:\"1\";s:12:\"ga:pageviews\";s:1:\"1\";s:13:\"ga:BounceRate\";s:5:\"100.0\";s:18:\"ga:organicSearches\";s:1:\"0\";s:22:\"ga:pageviewsPerSession\";s:3:\"1.0\";s:16:\"ga:avgTimeOnPage\";s:3:\"0.0\";s:18:\"ga:avgPageLoadTime\";s:3:\"0.0\";s:21:\"ga:avgSessionDuration\";s:3:\"0.0\";}s:12:\"\0*\0modelData\";a:3:{s:5:\"query\";a:7:{s:10:\"start-date\";s:8:\"7daysAgo\";s:8:\"end-date\";s:9:\"yesterday\";s:3:\"ids\";s:12:\"ga:182978339\";s:7:\"metrics\";a:9:{i:0;s:11:\"ga:sessions\";i:1;s:8:\"ga:users\";i:2;s:12:\"ga:pageviews\";i:3;s:13:\"ga:BounceRate\";i:4;s:18:\"ga:organicSearches\";i:5;s:22:\"ga:pageviewsPerSession\";i:6;s:16:\"ga:avgTimeOnPage\";i:7;s:18:\"ga:avgPageLoadTime\";i:8;s:21:\"ga:avgSessionDuration\";}s:11:\"start-index\";i:1;s:11:\"max-results\";i:1000;s:13:\"samplingLevel\";s:16:\"HIGHER_PRECISION\";}s:11:\"profileInfo\";a:6:{s:9:\"profileId\";s:9:\"182978339\";s:9:\"accountId\";s:8:\"38981657\";s:13:\"webPropertyId\";s:13:\"UA-38981657-2\";s:21:\"internalWebPropertyId\";s:9:\"185871232\";s:11:\"profileName\";s:17:\"All Web Site Data\";s:7:\"tableId\";s:12:\"ga:182978339\";}s:13:\"columnHeaders\";a:9:{i:0;a:3:{s:4:\"name\";s:11:\"ga:sessions\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}i:1;a:3:{s:4:\"name\";s:8:\"ga:users\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}i:2;a:3:{s:4:\"name\";s:12:\"ga:pageviews\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}i:3;a:3:{s:4:\"name\";s:13:\"ga:BounceRate\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"PERCENT\";}i:4;a:3:{s:4:\"name\";s:18:\"ga:organicSearches\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}i:5;a:3:{s:4:\"name\";s:22:\"ga:pageviewsPerSession\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:5:\"FLOAT\";}i:6;a:3:{s:4:\"name\";s:16:\"ga:avgTimeOnPage\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:4:\"TIME\";}i:7;a:3:{s:4:\"name\";s:18:\"ga:avgPageLoadTime\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:5:\"FLOAT\";}i:8;a:3:{s:4:\"name\";s:21:\"ga:avgSessionDuration\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:4:\"TIME\";}}}s:12:\"\0*\0processed\";a:0:{}}s:7:\"expires\";i:1541563200;}','no'),(96767,'gadwp_redeemed_code','4/cQBgsDm2LfW1iL4NquaAcPgsa7QkUD5C-8CTR3Ud1c4Us1v84B3o8Es','yes'),(212298,'wordfenceActivated','1','yes'),(396995,'woocommerce_version','3.7.1','yes'),(271921,'wc_admin_install_timestamp','1571231115','yes'),(68271,'widget_tva_lesson_list_widget','a:4:{i:0;a:1:{s:5:\"title\";s:0:\"\";}i:1;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;i:2;a:1:{s:5:\"title\";s:0:\"\";}}','yes'),(68272,'widget_tva_progress_bar_widget','a:4:{i:0;a:1:{s:5:\"title\";s:0:\"\";}i:1;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;i:2;a:1:{s:5:\"title\";s:0:\"\";}}','yes'),(68273,'widget_tva_author_widget','a:4:{i:0;a:1:{s:5:\"title\";s:0:\"\";}i:1;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;i:2;a:1:{s:5:\"title\";s:0:\"\";}}','yes'),(68320,'external_updates-thrive-ovation','O:8:\"stdClass\":3:{s:9:\"lastCheck\";i:1581445463;s:14:\"checkedVersion\";s:5:\"2.2.2\";s:6:\"update\";O:8:\"stdClass\":6:{s:2:\"id\";i:0;s:4:\"slug\";s:14:\"thrive-ovation\";s:7:\"version\";s:5:\"2.2.6\";s:8:\"homepage\";N;s:12:\"download_url\";s:57:\"http://download.thrivethemes.com/thrive-ovation-2.2.6.zip\";s:14:\"upgrade_notice\";s:0:\"\";}}','no'),(250481,'jetpack_sync_settings_known_importers','a:6:{s:16:\"Blogger_Importer\";s:7:\"blogger\";s:13:\"LJ_API_Import\";s:11:\"livejournal\";s:9:\"MT_Import\";s:2:\"mt\";s:10:\"RSS_Import\";s:3:\"rss\";s:20:\"WC_Tax_Rate_Importer\";s:12:\"woo-tax-rate\";s:9:\"WP_Import\";s:9:\"wordpress\";}','yes'),(68281,'widget_tva_menu_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(68537,'tva_filter_topics','a:1:{i:0;a:4:{s:2:\"ID\";i:0;s:5:\"title\";s:7:\"General\";s:4:\"icon\";s:78:\"//bestcerakoteflorida.com/wp-content/plugins/thrive-apprentice/img/general.png\";s:5:\"color\";s:7:\"#00c1ef\";}}','yes'),(68538,'tva_filter_labels','a:1:{i:0;a:3:{s:2:\"ID\";i:0;s:5:\"title\";s:24:\"ONLY FOR LOGGED-IN USERS\";s:5:\"color\";s:7:\"#58a545\";}}','yes'),(68542,'tvo_default_placeholder','https://bestcerakoteflorida.com/wp-content/plugins/thrive-ovation/admin/img/tvo-no-photo.png','yes'),(70241,'tve_user_templates_categories','a:2:{i:0;a:2:{s:2:\"id\";i:0;s:4:\"name\";s:4:\"logo\";}i:1;a:2:{s:2:\"id\";i:1;s:4:\"name\";s:10:\"Work Order\";}}','yes'),(70244,'tve_user_templates','a:2:{i:0;a:6:{s:4:\"name\";s:22:\"Blackhawk Custom, Logo\";s:7:\"content\";s:722:\"<div class=\\\"thrv_wrapper tve_image_caption\\\" data-css=\\\"tve-u-165bce4254d\\\" wfd-id=\\\"250\\\"><span class=\\\"tve_image_frame\\\" style=\\\"width: 100%;\\\" wfd-id=\\\"254\\\"><img class=\\\"tve_image wp-image-283\\\" alt=\\\"Logo \\\" width=\\\"1024\\\" height=\\\"176\\\" title=\\\"Logo\\\" data-id=\\\"283\\\" src=\\\"//bestcerakoteflorida.com/wp-content/uploads/2018/09/Logo-1024x176.jpg\\\" style=\\\"width: 100%;\\\"></span><p class=\\\"thrv-inline-text wp-caption-text\\\" data-css=\\\"tve-u-165bce6d78d\\\"><br></p><span class=\\\"fr-placeholder\\\" style=\\\"line-height: 30.006px; margin-top: 0px; padding-top: 0px; padding-left: 0px; margin-left: 0px; padding-right: 0px; margin-right: 0px; text-align: start;\\\" data-css=\\\"tve-u-165bce8708c\\\" wfd-id=\\\"252\\\"></span></div>\";s:4:\"type\";s:5:\"image\";s:11:\"id_category\";s:4:\"logo\";s:3:\"css\";N;s:9:\"media_css\";a:4:{i:0;s:235:\"@import url(\"//fonts.googleapis.com/css?family=Montserrat:400,200,300&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Amatic+SC:400&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=ABeeZee:400&subset=latin\");\";s:18:\"(min-width: 300px)\";s:283:\"[data-css=\"tve-u-165bce4254d\"] { width: 558px; margin: 0px auto !important; float: none; z-index: 3; position: relative; top: auto; left: auto; right: auto; bottom: auto; }#tve_editor [data-css=\"tve-u-165bce6d78d\"] { color: rgb(255, 255, 255) !important; font-size: 0px !important; }\";s:19:\"(max-width: 1023px)\";s:0:\"\";s:18:\"(max-width: 767px)\";s:0:\"\";}}i:1;a:6:{s:4:\"name\";s:10:\"Work Order\";s:7:\"content\";s:1695:\"<div class=\\\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\\\" data-css=\\\"tve-u-16958aae4f1\\\" wfd-id=\\\"33\\\">\n	<div class=\\\"tve-content-box-background\\\" wfd-id=\\\"53\\\"></div>\n	<div class=\\\"tve-cb\\\" data-css=\\\"tve-u-16958ab69fe\\\" wfd-id=\\\"34\\\"><div class=\\\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\\\" wfd-id=\\\"46\\\">\n	<div class=\\\"tve-content-box-background\\\" wfd-id=\\\"52\\\"></div>\n	<div class=\\\"tve-cb\\\" wfd-id=\\\"47\\\"><div class=\\\"thrv_wrapper thrv_text_element\\\" wfd-id=\\\"49\\\"><p data-css=\\\"tve-u-16958adfe2e\\\" style=\\\"text-align: center;\\\">WORK ORDER</p></div><div class=\\\"thrv_wrapper thrv_text_element\\\" wfd-id=\\\"48\\\"><p data-css=\\\"tve-u-16958afddb3\\\" style=\\\"text-align: center;\\\">PLEASE PRINT OUT THE FORM BELOW AND SEND A COMPLETED COPY IN WITH YOUR PROJECT.<br>PLEASE CLICK THE LINK BELOW TO DOWNLOAD.&nbsp;</p></div></div>\n</div><div class=\\\"thrv_wrapper thrv-button\\\" data-css=\\\"tve-u-16958b1f280\\\" data-tcb_hover_state_parent=\\\"\\\" data-button-style=\\\"ghost\\\" wfd-id=\\\"38\\\">\n	<a href=\\\"https://bestcerakoteflorida.com/wp-content/uploads/2019/03/Blackhawk-Order-Form-PDF-fillable-2.pdf\\\" class=\\\"tcb-button-link\\\" target=\\\"_blank\\\">\n		<span class=\\\"tcb-button-texts\\\" wfd-id=\\\"39\\\"><span class=\\\"tcb-button-text thrv-inline-text\\\" data-css=\\\"tve-u-16958b52a26\\\" wfd-id=\\\"40\\\">DOWNLOAD FORM</span></span>\n	</a>\n</div><div class=\\\"thrv_wrapper thrv_text_element\\\" wfd-id=\\\"35\\\"><p style=\\\"text-align: center;\\\">If you have problems downloading the form,<a href=\\\"mailto:nick@blackhawkcustom.com\\\" target=\\\"_blank\\\"> please contact</a> us and we\\\'ll email you a copy.â€‹<a href=\\\"mailto:nick@blackhawkcustom.com\\\" target=\\\"_blank\\\">â€‹</a>â€‹â€‹â€‹</p></div></div>\n</div>\";s:4:\"type\";s:10:\"contentbox\";s:11:\"id_category\";s:10:\"Work Order\";s:3:\"css\";N;s:9:\"media_css\";a:4:{i:0;s:0:\"\";s:18:\"(min-width: 300px)\";s:2148:\"[data-css=\"tve-u-16958aae4f1\"] { padding: 0px !important; }[data-css=\"tve-u-16958ab69fe\"] { min-height: 1px; }[data-css=\"tve-u-16958ab69fe\"] p { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-16958ab69fe\"] h1 { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-16958ab69fe\"] h2 { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-16958ab69fe\"] h3 { margin: 0px !important; padding: 0px !important; }#tve_editor .thrv-content-box [data-css=\"tve-u-16958ab69fe\"] p, #tve_editor .thrv-content-box [data-css=\"tve-u-16958ab69fe\"] li, #tve_editor .thrv-content-box [data-css=\"tve-u-16958ab69fe\"] blockquote, #tve_editor .thrv-content-box [data-css=\"tve-u-16958ab69fe\"] address, #tve_editor .thrv-content-box [data-css=\"tve-u-16958ab69fe\"] .tcb-plain-text, #tve_editor .thrv-content-box [data-css=\"tve-u-16958ab69fe\"] label, #tve_editor .thrv-content-box [data-css=\"tve-u-16958ab69fe\"] h1, #tve_editor .thrv-content-box [data-css=\"tve-u-16958ab69fe\"] h2, #tve_editor .thrv-content-box [data-css=\"tve-u-16958ab69fe\"] h3, #tve_editor .thrv-content-box [data-css=\"tve-u-16958ab69fe\"] h4, #tve_editor .thrv-content-box [data-css=\"tve-u-16958ab69fe\"] h5, #tve_editor .thrv-content-box [data-css=\"tve-u-16958ab69fe\"] h6 { color: rgb(0, 0, 0); }#tve_editor [data-css=\"tve-u-16958adfe2e\"] { font-size: 21px !important; color: rgb(0, 0, 0) !important; }[data-css=\"tve-u-16958afddb3\"] { line-height: 2.25em !important; }#tve_editor [data-css=\"tve-u-16958afddb3\"] { text-transform: capitalize !important; }[data-css=\"tve-u-16958b1f280\"] .tcb-button-link { border: 1px solid rgb(0, 0, 0); overflow: hidden; border-radius: 10px; background-color: rgba(26, 188, 156, 0) !important; color: rgb(26, 188, 156) !important; }#tve_editor [data-css=\"tve-u-16958b1f280\"]:hover .tcb-button-link { background-color: rgb(225, 225, 225) !important; color: rgb(255, 255, 255) !important; background-image: none !important; border-color: rgb(37, 37, 37) !important; }#tve_editor [data-css=\"tve-u-16958b1f280\"] .tcb-button-link span { color: rgb(0, 0, 0); }#tve_editor [data-css=\"tve-u-16958b52a26\"] { font-size: 16px !important; }\";s:19:\"(max-width: 1023px)\";s:0:\"\";s:18:\"(max-width: 767px)\";s:0:\"\";}}}','yes'),(105018,'tsfem_tested_environment_version','1500','yes'),(105549,'gadwp_cache_qr10_3806642775','a:2:{s:5:\"value\";O:31:\"Deconf_Service_Analytics_GaData\":24:{s:17:\"\0*\0collection_key\";s:4:\"rows\";s:25:\"\0*\0internal_gapi_mappings\";a:0:{}s:20:\"\0*\0columnHeadersType\";s:44:\"Deconf_Service_Analytics_GaDataColumnHeaders\";s:24:\"\0*\0columnHeadersDataType\";s:5:\"array\";s:19:\"containsSampledData\";b:0;s:16:\"\0*\0dataTableType\";s:40:\"Deconf_Service_Analytics_GaDataDataTable\";s:20:\"\0*\0dataTableDataType\";s:0:\"\";s:2:\"id\";s:208:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:182978339&dimensions=ga:socialNetwork&metrics=ga:sessions&sort=-ga:sessions&filters=ga:socialNetwork!%3D(not+set)&start-date=30daysAgo&end-date=yesterday\";s:12:\"itemsPerPage\";i:1000;s:4:\"kind\";s:16:\"analytics#gaData\";s:8:\"nextLink\";N;s:12:\"previousLink\";N;s:18:\"\0*\0profileInfoType\";s:42:\"Deconf_Service_Analytics_GaDataProfileInfo\";s:22:\"\0*\0profileInfoDataType\";s:0:\"\";s:12:\"\0*\0queryType\";s:36:\"Deconf_Service_Analytics_GaDataQuery\";s:16:\"\0*\0queryDataType\";s:0:\"\";s:4:\"rows\";N;s:10:\"sampleSize\";N;s:11:\"sampleSpace\";N;s:8:\"selfLink\";s:208:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:182978339&dimensions=ga:socialNetwork&metrics=ga:sessions&sort=-ga:sessions&filters=ga:socialNetwork!%3D(not+set)&start-date=30daysAgo&end-date=yesterday\";s:12:\"totalResults\";i:0;s:19:\"totalsForAllResults\";a:1:{s:11:\"ga:sessions\";s:1:\"0\";}s:12:\"\0*\0modelData\";a:3:{s:5:\"query\";a:10:{s:10:\"start-date\";s:9:\"30daysAgo\";s:8:\"end-date\";s:9:\"yesterday\";s:3:\"ids\";s:12:\"ga:182978339\";s:10:\"dimensions\";s:16:\"ga:socialNetwork\";s:7:\"metrics\";a:1:{i:0;s:11:\"ga:sessions\";}s:4:\"sort\";a:1:{i:0;s:12:\"-ga:sessions\";}s:7:\"filters\";s:27:\"ga:socialNetwork!=(not set)\";s:11:\"start-index\";i:1;s:11:\"max-results\";i:1000;s:13:\"samplingLevel\";s:16:\"HIGHER_PRECISION\";}s:11:\"profileInfo\";a:6:{s:9:\"profileId\";s:9:\"182978339\";s:9:\"accountId\";s:8:\"38981657\";s:13:\"webPropertyId\";s:13:\"UA-38981657-2\";s:21:\"internalWebPropertyId\";s:9:\"185871232\";s:11:\"profileName\";s:17:\"All Web Site Data\";s:7:\"tableId\";s:12:\"ga:182978339\";}s:13:\"columnHeaders\";a:2:{i:0;a:3:{s:4:\"name\";s:16:\"ga:socialNetwork\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:1;a:3:{s:4:\"name\";s:11:\"ga:sessions\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}}}s:12:\"\0*\0processed\";a:0:{}}s:7:\"expires\";i:1539489600;}','no'),(111228,'gadwp_cache_qr7_3894752623','a:2:{s:5:\"value\";O:31:\"Deconf_Service_Analytics_GaData\":24:{s:17:\"\0*\0collection_key\";s:4:\"rows\";s:25:\"\0*\0internal_gapi_mappings\";a:0:{}s:20:\"\0*\0columnHeadersType\";s:44:\"Deconf_Service_Analytics_GaDataColumnHeaders\";s:24:\"\0*\0columnHeadersDataType\";s:5:\"array\";s:19:\"containsSampledData\";b:0;s:16:\"\0*\0dataTableType\";s:40:\"Deconf_Service_Analytics_GaDataDataTable\";s:20:\"\0*\0dataTableDataType\";s:0:\"\";s:2:\"id\";s:164:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:182978339&dimensions=ga:country&metrics=ga:sessions&sort=-ga:sessions&start-date=30daysAgo&end-date=yesterday\";s:12:\"itemsPerPage\";i:1000;s:4:\"kind\";s:16:\"analytics#gaData\";s:8:\"nextLink\";N;s:12:\"previousLink\";N;s:18:\"\0*\0profileInfoType\";s:42:\"Deconf_Service_Analytics_GaDataProfileInfo\";s:22:\"\0*\0profileInfoDataType\";s:0:\"\";s:12:\"\0*\0queryType\";s:36:\"Deconf_Service_Analytics_GaDataQuery\";s:16:\"\0*\0queryDataType\";s:0:\"\";s:4:\"rows\";a:2:{i:0;a:2:{i:0;s:13:\"United States\";i:1;s:2:\"29\";}i:1;a:2:{i:0;s:7:\"Ukraine\";i:1;s:1:\"1\";}}s:10:\"sampleSize\";N;s:11:\"sampleSpace\";N;s:8:\"selfLink\";s:164:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:182978339&dimensions=ga:country&metrics=ga:sessions&sort=-ga:sessions&start-date=30daysAgo&end-date=yesterday\";s:12:\"totalResults\";i:2;s:19:\"totalsForAllResults\";a:1:{s:11:\"ga:sessions\";s:2:\"30\";}s:12:\"\0*\0modelData\";a:3:{s:5:\"query\";a:9:{s:10:\"start-date\";s:9:\"30daysAgo\";s:8:\"end-date\";s:9:\"yesterday\";s:3:\"ids\";s:12:\"ga:182978339\";s:10:\"dimensions\";s:10:\"ga:country\";s:7:\"metrics\";a:1:{i:0;s:11:\"ga:sessions\";}s:4:\"sort\";a:1:{i:0;s:12:\"-ga:sessions\";}s:11:\"start-index\";i:1;s:11:\"max-results\";i:1000;s:13:\"samplingLevel\";s:16:\"HIGHER_PRECISION\";}s:11:\"profileInfo\";a:6:{s:9:\"profileId\";s:9:\"182978339\";s:9:\"accountId\";s:8:\"38981657\";s:13:\"webPropertyId\";s:13:\"UA-38981657-2\";s:21:\"internalWebPropertyId\";s:9:\"185871232\";s:11:\"profileName\";s:17:\"All Web Site Data\";s:7:\"tableId\";s:12:\"ga:182978339\";}s:13:\"columnHeaders\";a:2:{i:0;a:3:{s:4:\"name\";s:10:\"ga:country\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:1;a:3:{s:4:\"name\";s:11:\"ga:sessions\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}}}s:12:\"\0*\0processed\";a:0:{}}s:7:\"expires\";i:1539921600;}','no'),(105548,'gadwp_cache_qr10_1627376090','a:2:{s:5:\"value\";O:31:\"Deconf_Service_Analytics_GaData\":24:{s:17:\"\0*\0collection_key\";s:4:\"rows\";s:25:\"\0*\0internal_gapi_mappings\";a:0:{}s:20:\"\0*\0columnHeadersType\";s:44:\"Deconf_Service_Analytics_GaDataColumnHeaders\";s:24:\"\0*\0columnHeadersDataType\";s:5:\"array\";s:19:\"containsSampledData\";b:0;s:16:\"\0*\0dataTableType\";s:40:\"Deconf_Service_Analytics_GaDataDataTable\";s:20:\"\0*\0dataTableDataType\";s:0:\"\";s:2:\"id\";s:218:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:182978339&dimensions=ga:source&metrics=ga:sessions&sort=-ga:sessions&filters=ga:medium%3D%3Dorganic;ga:keyword!%3D(not+set)&start-date=30daysAgo&end-date=yesterday\";s:12:\"itemsPerPage\";i:1000;s:4:\"kind\";s:16:\"analytics#gaData\";s:8:\"nextLink\";N;s:12:\"previousLink\";N;s:18:\"\0*\0profileInfoType\";s:42:\"Deconf_Service_Analytics_GaDataProfileInfo\";s:22:\"\0*\0profileInfoDataType\";s:0:\"\";s:12:\"\0*\0queryType\";s:36:\"Deconf_Service_Analytics_GaDataQuery\";s:16:\"\0*\0queryDataType\";s:0:\"\";s:4:\"rows\";N;s:10:\"sampleSize\";N;s:11:\"sampleSpace\";N;s:8:\"selfLink\";s:218:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:182978339&dimensions=ga:source&metrics=ga:sessions&sort=-ga:sessions&filters=ga:medium%3D%3Dorganic;ga:keyword!%3D(not+set)&start-date=30daysAgo&end-date=yesterday\";s:12:\"totalResults\";i:0;s:19:\"totalsForAllResults\";a:1:{s:11:\"ga:sessions\";s:1:\"0\";}s:12:\"\0*\0modelData\";a:3:{s:5:\"query\";a:10:{s:10:\"start-date\";s:9:\"30daysAgo\";s:8:\"end-date\";s:9:\"yesterday\";s:3:\"ids\";s:12:\"ga:182978339\";s:10:\"dimensions\";s:9:\"ga:source\";s:7:\"metrics\";a:1:{i:0;s:11:\"ga:sessions\";}s:4:\"sort\";a:1:{i:0;s:12:\"-ga:sessions\";}s:7:\"filters\";s:40:\"ga:medium==organic;ga:keyword!=(not set)\";s:11:\"start-index\";i:1;s:11:\"max-results\";i:1000;s:13:\"samplingLevel\";s:16:\"HIGHER_PRECISION\";}s:11:\"profileInfo\";a:6:{s:9:\"profileId\";s:9:\"182978339\";s:9:\"accountId\";s:8:\"38981657\";s:13:\"webPropertyId\";s:13:\"UA-38981657-2\";s:21:\"internalWebPropertyId\";s:9:\"185871232\";s:11:\"profileName\";s:17:\"All Web Site Data\";s:7:\"tableId\";s:12:\"ga:182978339\";}s:13:\"columnHeaders\";a:2:{i:0;a:3:{s:4:\"name\";s:9:\"ga:source\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:1;a:3:{s:4:\"name\";s:11:\"ga:sessions\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}}}s:12:\"\0*\0processed\";a:0:{}}s:7:\"expires\";i:1539489600;}','no'),(105041,'tsf-extension-manager-settings','a:7:{s:7:\"api_key\";s:0:\"\";s:16:\"activation_email\";s:0:\"\";s:17:\"_activation_level\";s:4:\"Free\";s:19:\"_activation_expires\";s:0:\"\";s:10:\"_activated\";s:9:\"Activated\";s:9:\"_instance\";s:32:\"lSASQ5n1xC8Wm4xrXM9dYk1QNyLzsYHf\";s:17:\"active_extensions\";a:3:{s:5:\"focus\";b:1;s:8:\"honeypot\";b:1;s:9:\"title-fix\";b:1;}}','yes'),(105042,'tsfem_error_notice_option','','no'),(327588,'gadwp_cache_qr2_1435715479','a:2:{s:5:\"value\";O:31:\"Deconf_Service_Analytics_GaData\":24:{s:17:\"\0*\0collection_key\";s:4:\"rows\";s:25:\"\0*\0internal_gapi_mappings\";a:0:{}s:20:\"\0*\0columnHeadersType\";s:44:\"Deconf_Service_Analytics_GaDataColumnHeaders\";s:24:\"\0*\0columnHeadersDataType\";s:5:\"array\";s:19:\"containsSampledData\";b:0;s:16:\"\0*\0dataTableType\";s:40:\"Deconf_Service_Analytics_GaDataDataTable\";s:20:\"\0*\0dataTableDataType\";s:0:\"\";s:2:\"id\";s:160:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:182978339&dimensions=ga:date,ga:dayOfWeekName&metrics=ga:sessions&start-date=30daysAgo&end-date=yesterday\";s:12:\"itemsPerPage\";i:1000;s:4:\"kind\";s:16:\"analytics#gaData\";s:8:\"nextLink\";N;s:12:\"previousLink\";N;s:18:\"\0*\0profileInfoType\";s:42:\"Deconf_Service_Analytics_GaDataProfileInfo\";s:22:\"\0*\0profileInfoDataType\";s:0:\"\";s:12:\"\0*\0queryType\";s:36:\"Deconf_Service_Analytics_GaDataQuery\";s:16:\"\0*\0queryDataType\";s:0:\"\";s:4:\"rows\";a:30:{i:0;a:3:{i:0;s:8:\"20190721\";i:1;s:6:\"Sunday\";i:2;s:1:\"0\";}i:1;a:3:{i:0;s:8:\"20190722\";i:1;s:6:\"Monday\";i:2;s:1:\"0\";}i:2;a:3:{i:0;s:8:\"20190723\";i:1;s:7:\"Tuesday\";i:2;s:1:\"1\";}i:3;a:3:{i:0;s:8:\"20190724\";i:1;s:9:\"Wednesday\";i:2;s:1:\"0\";}i:4;a:3:{i:0;s:8:\"20190725\";i:1;s:8:\"Thursday\";i:2;s:1:\"0\";}i:5;a:3:{i:0;s:8:\"20190726\";i:1;s:6:\"Friday\";i:2;s:1:\"0\";}i:6;a:3:{i:0;s:8:\"20190727\";i:1;s:8:\"Saturday\";i:2;s:1:\"0\";}i:7;a:3:{i:0;s:8:\"20190728\";i:1;s:6:\"Sunday\";i:2;s:1:\"0\";}i:8;a:3:{i:0;s:8:\"20190729\";i:1;s:6:\"Monday\";i:2;s:1:\"1\";}i:9;a:3:{i:0;s:8:\"20190730\";i:1;s:7:\"Tuesday\";i:2;s:1:\"0\";}i:10;a:3:{i:0;s:8:\"20190731\";i:1;s:9:\"Wednesday\";i:2;s:1:\"0\";}i:11;a:3:{i:0;s:8:\"20190801\";i:1;s:8:\"Thursday\";i:2;s:1:\"0\";}i:12;a:3:{i:0;s:8:\"20190802\";i:1;s:6:\"Friday\";i:2;s:1:\"0\";}i:13;a:3:{i:0;s:8:\"20190803\";i:1;s:8:\"Saturday\";i:2;s:1:\"0\";}i:14;a:3:{i:0;s:8:\"20190804\";i:1;s:6:\"Sunday\";i:2;s:1:\"0\";}i:15;a:3:{i:0;s:8:\"20190805\";i:1;s:6:\"Monday\";i:2;s:1:\"0\";}i:16;a:3:{i:0;s:8:\"20190806\";i:1;s:7:\"Tuesday\";i:2;s:1:\"0\";}i:17;a:3:{i:0;s:8:\"20190807\";i:1;s:9:\"Wednesday\";i:2;s:1:\"0\";}i:18;a:3:{i:0;s:8:\"20190808\";i:1;s:8:\"Thursday\";i:2;s:1:\"0\";}i:19;a:3:{i:0;s:8:\"20190809\";i:1;s:6:\"Friday\";i:2;s:1:\"0\";}i:20;a:3:{i:0;s:8:\"20190810\";i:1;s:8:\"Saturday\";i:2;s:1:\"0\";}i:21;a:3:{i:0;s:8:\"20190811\";i:1;s:6:\"Sunday\";i:2;s:1:\"1\";}i:22;a:3:{i:0;s:8:\"20190812\";i:1;s:6:\"Monday\";i:2;s:1:\"0\";}i:23;a:3:{i:0;s:8:\"20190813\";i:1;s:7:\"Tuesday\";i:2;s:1:\"0\";}i:24;a:3:{i:0;s:8:\"20190814\";i:1;s:9:\"Wednesday\";i:2;s:1:\"0\";}i:25;a:3:{i:0;s:8:\"20190815\";i:1;s:8:\"Thursday\";i:2;s:1:\"0\";}i:26;a:3:{i:0;s:8:\"20190816\";i:1;s:6:\"Friday\";i:2;s:1:\"1\";}i:27;a:3:{i:0;s:8:\"20190817\";i:1;s:8:\"Saturday\";i:2;s:1:\"1\";}i:28;a:3:{i:0;s:8:\"20190818\";i:1;s:6:\"Sunday\";i:2;s:1:\"0\";}i:29;a:3:{i:0;s:8:\"20190819\";i:1;s:6:\"Monday\";i:2;s:1:\"0\";}}s:10:\"sampleSize\";N;s:11:\"sampleSpace\";N;s:8:\"selfLink\";s:160:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:182978339&dimensions=ga:date,ga:dayOfWeekName&metrics=ga:sessions&start-date=30daysAgo&end-date=yesterday\";s:12:\"totalResults\";i:30;s:19:\"totalsForAllResults\";a:1:{s:11:\"ga:sessions\";s:1:\"5\";}s:12:\"\0*\0modelData\";a:3:{s:5:\"query\";a:8:{s:10:\"start-date\";s:9:\"30daysAgo\";s:8:\"end-date\";s:9:\"yesterday\";s:3:\"ids\";s:12:\"ga:182978339\";s:10:\"dimensions\";s:24:\"ga:date,ga:dayOfWeekName\";s:7:\"metrics\";a:1:{i:0;s:11:\"ga:sessions\";}s:11:\"start-index\";i:1;s:11:\"max-results\";i:1000;s:13:\"samplingLevel\";s:16:\"HIGHER_PRECISION\";}s:11:\"profileInfo\";a:6:{s:9:\"profileId\";s:9:\"182978339\";s:9:\"accountId\";s:8:\"38981657\";s:13:\"webPropertyId\";s:13:\"UA-38981657-2\";s:21:\"internalWebPropertyId\";s:9:\"185871232\";s:11:\"profileName\";s:17:\"All Web Site Data\";s:7:\"tableId\";s:12:\"ga:182978339\";}s:13:\"columnHeaders\";a:3:{i:0;a:3:{s:4:\"name\";s:7:\"ga:date\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:1;a:3:{s:4:\"name\";s:16:\"ga:dayOfWeekName\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:2;a:3:{s:4:\"name\";s:11:\"ga:sessions\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}}}s:12:\"\0*\0processed\";a:0:{}}s:7:\"expires\";i:1566360000;}','no'),(161569,'custom-typekit-fonts','a:2:{s:22:\"custom-typekit-font-id\";s:0:\"\";s:27:\"custom-typekit-font-details\";a:0:{}}','yes'),(161570,'_custom_typekit_fonts_version','1.0.13','yes'),(271098,'tab_def_caps_set','1','yes'),(271099,'tva_def_caps_set','1','yes'),(271100,'tcw_def_caps_set','1','yes'),(271101,'tcm_def_caps_set','1','yes'),(271102,'tho_def_caps_set','1','yes'),(271103,'tl_def_caps_set','1','yes'),(271104,'tqb_def_caps_set','1','yes'),(271105,'tu_def_caps_set','1','yes'),(271106,'tcb_def_caps_set','1','yes'),(271107,'tvo_def_caps_set','1','yes'),(271081,'tva_sendowl_products','a:0:{}','yes'),(271082,'tva_sendowl_products_updated','1','yes'),(271084,'tve_td_db_version','1.0.0','yes'),(235333,'woocommerce_marketplace_suggestions','a:2:{s:11:\"suggestions\";a:28:{i:0;a:4:{s:4:\"slug\";s:28:\"product-edit-meta-tab-header\";s:7:\"context\";s:28:\"product-edit-meta-tab-header\";s:5:\"title\";s:22:\"Recommended extensions\";s:13:\"allow-dismiss\";b:0;}i:1;a:6:{s:4:\"slug\";s:39:\"product-edit-meta-tab-footer-browse-all\";s:7:\"context\";s:28:\"product-edit-meta-tab-footer\";s:9:\"link-text\";s:21:\"Browse all extensions\";s:3:\"url\";s:64:\"https://woocommerce.com/product-category/woocommerce-extensions/\";s:8:\"promoted\";s:31:\"category-woocommerce-extensions\";s:13:\"allow-dismiss\";b:0;}i:2;a:9:{s:4:\"slug\";s:46:\"product-edit-mailchimp-woocommerce-memberships\";s:7:\"product\";s:33:\"woocommerce-memberships-mailchimp\";s:14:\"show-if-active\";a:1:{i:0;s:23:\"woocommerce-memberships\";}s:7:\"context\";a:1:{i:0;s:26:\"product-edit-meta-tab-body\";}s:4:\"icon\";s:117:\"https://woocommerce.com/wp-content/plugins/wccom-plugins//marketplace-suggestions/icons/mailchimp-for-memberships.svg\";s:5:\"title\";s:25:\"Mailchimp for Memberships\";s:4:\"copy\";s:79:\"Completely automate your email lists by syncing membership changes to Mailchimp\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:67:\"https://woocommerce.com/products/mailchimp-woocommerce-memberships/\";}i:3;a:9:{s:4:\"slug\";s:19:\"product-edit-addons\";s:7:\"product\";s:26:\"woocommerce-product-addons\";s:14:\"show-if-active\";a:2:{i:0;s:25:\"woocommerce-subscriptions\";i:1;s:20:\"woocommerce-bookings\";}s:7:\"context\";a:1:{i:0;s:26:\"product-edit-meta-tab-body\";}s:4:\"icon\";s:107:\"https://woocommerce.com/wp-content/plugins/wccom-plugins//marketplace-suggestions/icons/product-add-ons.svg\";s:5:\"title\";s:15:\"Product Add-Ons\";s:4:\"copy\";s:93:\"Offer add-ons like gift wrapping, special messages or other special options for your products\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:49:\"https://woocommerce.com/products/product-add-ons/\";}i:4;a:9:{s:4:\"slug\";s:46:\"product-edit-woocommerce-subscriptions-gifting\";s:7:\"product\";s:33:\"woocommerce-subscriptions-gifting\";s:14:\"show-if-active\";a:1:{i:0;s:25:\"woocommerce-subscriptions\";}s:7:\"context\";a:1:{i:0;s:26:\"product-edit-meta-tab-body\";}s:4:\"icon\";s:117:\"https://woocommerce.com/wp-content/plugins/wccom-plugins//marketplace-suggestions/icons/gifting-for-subscriptions.svg\";s:5:\"title\";s:25:\"Gifting for Subscriptions\";s:4:\"copy\";s:70:\"Let customers buy subscriptions for others - they\'re the ultimate gift\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:67:\"https://woocommerce.com/products/woocommerce-subscriptions-gifting/\";}i:5;a:9:{s:4:\"slug\";s:42:\"product-edit-teams-woocommerce-memberships\";s:7:\"product\";s:33:\"woocommerce-memberships-for-teams\";s:14:\"show-if-active\";a:1:{i:0;s:23:\"woocommerce-memberships\";}s:7:\"context\";a:1:{i:0;s:26:\"product-edit-meta-tab-body\";}s:4:\"icon\";s:113:\"https://woocommerce.com/wp-content/plugins/wccom-plugins//marketplace-suggestions/icons/teams-for-memberships.svg\";s:5:\"title\";s:21:\"Teams for Memberships\";s:4:\"copy\";s:123:\"Adds B2B functionality to WooCommerce Memberships, allowing sites to sell team, group, corporate, or family member accounts\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:63:\"https://woocommerce.com/products/teams-woocommerce-memberships/\";}i:6;a:8:{s:4:\"slug\";s:29:\"product-edit-variation-images\";s:7:\"product\";s:39:\"woocommerce-additional-variation-images\";s:7:\"context\";a:1:{i:0;s:26:\"product-edit-meta-tab-body\";}s:4:\"icon\";s:119:\"https://woocommerce.com/wp-content/plugins/wccom-plugins//marketplace-suggestions/icons/additional-variation-images.svg\";s:5:\"title\";s:27:\"Additional Variation Images\";s:4:\"copy\";s:72:\"Showcase your products in the best light with a image for each variation\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:73:\"https://woocommerce.com/products/woocommerce-additional-variation-images/\";}i:7;a:9:{s:4:\"slug\";s:47:\"product-edit-woocommerce-subscription-downloads\";s:7:\"product\";s:34:\"woocommerce-subscription-downloads\";s:14:\"show-if-active\";a:1:{i:0;s:25:\"woocommerce-subscriptions\";}s:7:\"context\";a:1:{i:0;s:26:\"product-edit-meta-tab-body\";}s:4:\"icon\";s:114:\"https://woocommerce.com/wp-content/plugins/wccom-plugins//marketplace-suggestions/icons/subscription-downloads.svg\";s:5:\"title\";s:22:\"Subscription Downloads\";s:4:\"copy\";s:57:\"Give customers special downloads with their subscriptions\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:68:\"https://woocommerce.com/products/woocommerce-subscription-downloads/\";}i:8;a:8:{s:4:\"slug\";s:31:\"product-edit-min-max-quantities\";s:7:\"product\";s:30:\"woocommerce-min-max-quantities\";s:7:\"context\";a:1:{i:0;s:26:\"product-edit-meta-tab-body\";}s:4:\"icon\";s:110:\"https://woocommerce.com/wp-content/plugins/wccom-plugins//marketplace-suggestions/icons/min-max-quantities.svg\";s:5:\"title\";s:18:\"Min/Max Quantities\";s:4:\"copy\";s:81:\"Specify minimum and maximum allowed product quantities for orders to be completed\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:52:\"https://woocommerce.com/products/min-max-quantities/\";}i:9;a:8:{s:4:\"slug\";s:28:\"product-edit-name-your-price\";s:7:\"product\";s:27:\"woocommerce-name-your-price\";s:7:\"context\";a:1:{i:0;s:26:\"product-edit-meta-tab-body\";}s:4:\"icon\";s:107:\"https://woocommerce.com/wp-content/plugins/wccom-plugins//marketplace-suggestions/icons/name-your-price.svg\";s:5:\"title\";s:15:\"Name Your Price\";s:4:\"copy\";s:70:\"Let customers pay what they want - useful for donations, tips and more\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:49:\"https://woocommerce.com/products/name-your-price/\";}i:10;a:8:{s:4:\"slug\";s:42:\"product-edit-woocommerce-one-page-checkout\";s:7:\"product\";s:29:\"woocommerce-one-page-checkout\";s:7:\"context\";a:1:{i:0;s:26:\"product-edit-meta-tab-body\";}s:4:\"icon\";s:109:\"https://woocommerce.com/wp-content/plugins/wccom-plugins//marketplace-suggestions/icons/one-page-checkout.svg\";s:5:\"title\";s:17:\"One Page Checkout\";s:4:\"copy\";s:92:\"Don\'t make customers click around - let them choose products, checkout & pay all on one page\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:63:\"https://woocommerce.com/products/woocommerce-one-page-checkout/\";}i:11;a:4:{s:4:\"slug\";s:19:\"orders-empty-header\";s:7:\"context\";s:24:\"orders-list-empty-header\";s:5:\"title\";s:20:\"Tools for your store\";s:13:\"allow-dismiss\";b:0;}i:12;a:6:{s:4:\"slug\";s:30:\"orders-empty-footer-browse-all\";s:7:\"context\";s:24:\"orders-list-empty-footer\";s:9:\"link-text\";s:21:\"Browse all extensions\";s:3:\"url\";s:64:\"https://woocommerce.com/product-category/woocommerce-extensions/\";s:8:\"promoted\";s:31:\"category-woocommerce-extensions\";s:13:\"allow-dismiss\";b:0;}i:13;a:8:{s:4:\"slug\";s:19:\"orders-empty-zapier\";s:7:\"context\";s:22:\"orders-list-empty-body\";s:7:\"product\";s:18:\"woocommerce-zapier\";s:4:\"icon\";s:98:\"https://woocommerce.com/wp-content/plugins/wccom-plugins//marketplace-suggestions/icons/zapier.svg\";s:5:\"title\";s:6:\"Zapier\";s:4:\"copy\";s:88:\"Save time and increase productivity by connecting your store to more than 1000+ services\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:52:\"https://woocommerce.com/products/woocommerce-zapier/\";}i:14;a:8:{s:4:\"slug\";s:30:\"orders-empty-shipment-tracking\";s:7:\"context\";s:22:\"orders-list-empty-body\";s:7:\"product\";s:29:\"woocommerce-shipment-tracking\";s:4:\"icon\";s:109:\"https://woocommerce.com/wp-content/plugins/wccom-plugins//marketplace-suggestions/icons/shipment-tracking.svg\";s:5:\"title\";s:17:\"Shipment Tracking\";s:4:\"copy\";s:86:\"Let customers know when their orders will arrive by adding shipment tracking to emails\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:51:\"https://woocommerce.com/products/shipment-tracking/\";}i:15;a:8:{s:4:\"slug\";s:32:\"orders-empty-table-rate-shipping\";s:7:\"context\";s:22:\"orders-list-empty-body\";s:7:\"product\";s:31:\"woocommerce-table-rate-shipping\";s:4:\"icon\";s:111:\"https://woocommerce.com/wp-content/plugins/wccom-plugins//marketplace-suggestions/icons/table-rate-shipping.svg\";s:5:\"title\";s:19:\"Table Rate Shipping\";s:4:\"copy\";s:122:\"Advanced, flexible shipping. Define multiple shipping rates based on location, price, weight, shipping class or item count\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:53:\"https://woocommerce.com/products/table-rate-shipping/\";}i:16;a:8:{s:4:\"slug\";s:40:\"orders-empty-shipping-carrier-extensions\";s:7:\"context\";s:22:\"orders-list-empty-body\";s:4:\"icon\";s:119:\"https://woocommerce.com/wp-content/plugins/wccom-plugins//marketplace-suggestions/icons/shipping-carrier-extensions.svg\";s:5:\"title\";s:27:\"Shipping Carrier Extensions\";s:4:\"copy\";s:116:\"Show live rates from FedEx, UPS, USPS and more directly on your store - never under or overcharge for shipping again\";s:11:\"button-text\";s:13:\"Find Carriers\";s:8:\"promoted\";s:26:\"category-shipping-carriers\";s:3:\"url\";s:99:\"https://woocommerce.com/product-category/woocommerce-extensions/shipping-methods/shipping-carriers/\";}i:17;a:8:{s:4:\"slug\";s:32:\"orders-empty-google-product-feed\";s:7:\"context\";s:22:\"orders-list-empty-body\";s:7:\"product\";s:25:\"woocommerce-product-feeds\";s:4:\"icon\";s:111:\"https://woocommerce.com/wp-content/plugins/wccom-plugins//marketplace-suggestions/icons/google-product-feed.svg\";s:5:\"title\";s:19:\"Google Product Feed\";s:4:\"copy\";s:76:\"Increase sales by letting customers find you when they\'re shopping on Google\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:53:\"https://woocommerce.com/products/google-product-feed/\";}i:18;a:8:{s:4:\"slug\";s:27:\"orders-empty-stripe-payment\";s:7:\"context\";s:22:\"orders-list-empty-body\";s:7:\"product\";s:26:\"woocommerce-gateway-stripe\";s:4:\"icon\";s:106:\"https://woocommerce.com/wp-content/plugins/wccom-plugins//marketplace-suggestions/icons/stripe-payment.svg\";s:5:\"title\";s:6:\"Stripe\";s:4:\"copy\";s:132:\"The complete payments platform engineered for growth. Millions around the globe use Stripe to start, run and scale their businesses.\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:40:\"https://woocommerce.com/products/stripe/\";}i:19;a:4:{s:4:\"slug\";s:35:\"products-empty-header-product-types\";s:7:\"context\";s:26:\"products-list-empty-header\";s:5:\"title\";s:23:\"Other types of products\";s:13:\"allow-dismiss\";b:0;}i:20;a:6:{s:4:\"slug\";s:32:\"products-empty-footer-browse-all\";s:7:\"context\";s:26:\"products-list-empty-footer\";s:9:\"link-text\";s:21:\"Browse all extensions\";s:3:\"url\";s:64:\"https://woocommerce.com/product-category/woocommerce-extensions/\";s:8:\"promoted\";s:31:\"category-woocommerce-extensions\";s:13:\"allow-dismiss\";b:0;}i:21;a:8:{s:4:\"slug\";s:30:\"products-empty-product-vendors\";s:7:\"context\";s:24:\"products-list-empty-body\";s:7:\"product\";s:27:\"woocommerce-product-vendors\";s:4:\"icon\";s:107:\"https://woocommerce.com/wp-content/plugins/wccom-plugins//marketplace-suggestions/icons/product-vendors.svg\";s:5:\"title\";s:15:\"Product Vendors\";s:4:\"copy\";s:47:\"Turn your store into a multi-vendor marketplace\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:49:\"https://woocommerce.com/products/product-vendors/\";}i:22;a:8:{s:4:\"slug\";s:26:\"products-empty-memberships\";s:7:\"context\";s:24:\"products-list-empty-body\";s:7:\"product\";s:23:\"woocommerce-memberships\";s:4:\"icon\";s:103:\"https://woocommerce.com/wp-content/plugins/wccom-plugins//marketplace-suggestions/icons/memberships.svg\";s:5:\"title\";s:11:\"Memberships\";s:4:\"copy\";s:76:\"Give members access to restricted content or products, for a fee or for free\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:57:\"https://woocommerce.com/products/woocommerce-memberships/\";}i:23;a:9:{s:4:\"slug\";s:35:\"products-empty-woocommerce-deposits\";s:7:\"context\";s:24:\"products-list-empty-body\";s:7:\"product\";s:20:\"woocommerce-deposits\";s:14:\"show-if-active\";a:1:{i:0;s:20:\"woocommerce-bookings\";}s:4:\"icon\";s:100:\"https://woocommerce.com/wp-content/plugins/wccom-plugins//marketplace-suggestions/icons/deposits.svg\";s:5:\"title\";s:8:\"Deposits\";s:4:\"copy\";s:75:\"Make it easier for customers to pay by offering a deposit or a payment plan\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:54:\"https://woocommerce.com/products/woocommerce-deposits/\";}i:24;a:8:{s:4:\"slug\";s:40:\"products-empty-woocommerce-subscriptions\";s:7:\"context\";s:24:\"products-list-empty-body\";s:7:\"product\";s:25:\"woocommerce-subscriptions\";s:4:\"icon\";s:105:\"https://woocommerce.com/wp-content/plugins/wccom-plugins//marketplace-suggestions/icons/subscriptions.svg\";s:5:\"title\";s:13:\"Subscriptions\";s:4:\"copy\";s:97:\"Let customers subscribe to your products or services and pay on a weekly, monthly or annual basis\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:59:\"https://woocommerce.com/products/woocommerce-subscriptions/\";}i:25;a:8:{s:4:\"slug\";s:35:\"products-empty-woocommerce-bookings\";s:7:\"context\";s:24:\"products-list-empty-body\";s:7:\"product\";s:20:\"woocommerce-bookings\";s:4:\"icon\";s:100:\"https://woocommerce.com/wp-content/plugins/wccom-plugins//marketplace-suggestions/icons/bookings.svg\";s:5:\"title\";s:8:\"Bookings\";s:4:\"copy\";s:99:\"Allow customers to book appointments, make reservations or rent equipment without leaving your site\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:54:\"https://woocommerce.com/products/woocommerce-bookings/\";}i:26;a:8:{s:4:\"slug\";s:30:\"products-empty-product-bundles\";s:7:\"context\";s:24:\"products-list-empty-body\";s:7:\"product\";s:27:\"woocommerce-product-bundles\";s:4:\"icon\";s:107:\"https://woocommerce.com/wp-content/plugins/wccom-plugins//marketplace-suggestions/icons/product-bundles.svg\";s:5:\"title\";s:15:\"Product Bundles\";s:4:\"copy\";s:49:\"Offer customizable bundles and assembled products\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:49:\"https://woocommerce.com/products/product-bundles/\";}i:27;a:8:{s:4:\"slug\";s:29:\"products-empty-stripe-payment\";s:7:\"context\";s:24:\"products-list-empty-body\";s:7:\"product\";s:26:\"woocommerce-gateway-stripe\";s:4:\"icon\";s:106:\"https://woocommerce.com/wp-content/plugins/wccom-plugins//marketplace-suggestions/icons/stripe-payment.svg\";s:5:\"title\";s:6:\"Stripe\";s:4:\"copy\";s:132:\"The complete payments platform engineered for growth. Millions around the globe use Stripe to start, run and scale their businesses.\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:40:\"https://woocommerce.com/products/stripe/\";}}s:7:\"updated\";i:1581269009;}','no'),(396998,'woocommerce_db_version','3.7.1','yes'),(397004,'_transient_wc_attribute_taxonomies','a:0:{}','yes'),(212303,'wf_plugin_act_error','','yes'),(230647,'astra_theme_css_key-ast-customizer','5cae6807e692e3-99898132','yes'),(230648,'astra_theme_js_key-dep-ast-customizer','a:2:{s:6:\"jquery\";N;s:12:\"imagesloaded\";N;}','yes'),(230649,'astra_theme_js_key-ast-customizer','5cae6808046fe6-64692758','yes'),(161500,'theme_mods_thrive-theme.old','a:1:{s:18:\"custom_css_post_id\";i:-1;}','yes'),(175219,'classic-editor-allow-users','disallow','yes'),(161420,'wc_stripe_show_style_notice','no','yes'),(235284,'woocommerce_allow_bulk_remove_personal_data','no','no'),(235285,'woocommerce_allow_tracking','no','no'),(235287,'woocommerce_show_marketplace_suggestions','yes','no'),(271850,'uagb-version','1.13.6','yes'),(325863,'recovery_mode_email_last_sent','1568127918','yes'),(396991,'woocommerce_tax_classes','','yes'),(271880,'rsssl_check_redirect_dismissed','1','yes'),(325803,'jetpack_sync_settings_taxonomies_blacklist','a:0:{}','yes'),(397001,'astra_theme_css_key-astra-addon','5da715875e68a3-93739170','yes'),(397002,'astra_theme_js_key-dep-astra-addon','a:2:{s:6:\"jquery\";N;s:12:\"imagesloaded\";N;}','yes'),(397003,'astra_theme_js_key-astra-addon','5da71587693990-62368845','yes'),(407028,'brainstrom_bundled_products','a:1:{s:15:\"astra-pro-sites\";a:6:{i:0;O:8:\"stdClass\":21:{s:15:\"licence_require\";s:5:\"false\";s:22:\"licence_require_update\";s:0:\"\";s:19:\"must_have_extension\";s:5:\"false\";s:2:\"id\";s:20:\"astra-sites-showcase\";s:4:\"init\";s:45:\"astra-sites-showcase/astra-sites-showcase.php\";s:6:\"author\";s:16:\"Brainstorm Force\";s:12:\"download_url\";s:24:\"astra-sites-showcase.zip\";s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:20:\"Astra Sites Showcase\";s:10:\"short_name\";s:20:\"astra-sites-showcase\";s:7:\"version\";s:5:\"1.0.0\";s:6:\"tested\";s:5:\"4.9.0\";s:4:\"slug\";s:20:\"astra-sites-showcase\";s:13:\"product_image\";s:0:\"\";s:11:\"description\";s:0:\"\";s:8:\"in_house\";s:4:\"true\";s:6:\"remote\";s:5:\"1.0.0\";s:12:\"version_beta\";s:0:\"\";s:17:\"download_url_beta\";s:24:\"astra-sites-showcase.zip\";s:6:\"parent\";s:15:\"astra-pro-sites\";s:13:\"changelog_url\";s:0:\"\";}i:1;O:8:\"stdClass\":21:{s:15:\"licence_require\";s:5:\"false\";s:22:\"licence_require_update\";s:0:\"\";s:19:\"must_have_extension\";s:5:\"false\";s:2:\"id\";s:10:\"convertpro\";s:4:\"init\";s:25:\"convertpro/convertpro.php\";s:6:\"author\";s:16:\"Brainstorm Force\";s:12:\"download_url\";s:14:\"convertpro.zip\";s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:11:\"Convert Pro\";s:10:\"short_name\";s:11:\"Convert Pro\";s:7:\"version\";s:5:\"1.4.2\";s:6:\"tested\";s:3:\"5.1\";s:4:\"slug\";s:10:\"convertpro\";s:13:\"product_image\";s:72:\"//support.brainstormforce.com/wp-content/uploads/2018/12/convert-pro.svg\";s:11:\"description\";s:148:\"Convert Pro is an advanced lead generation popup plugin that comes with a drag and drop editor to help you create beautiful popups and opt-in forms.\";s:8:\"in_house\";s:4:\"true\";s:6:\"remote\";s:5:\"1.4.2\";s:12:\"version_beta\";s:0:\"\";s:17:\"download_url_beta\";s:0:\"\";s:6:\"parent\";s:15:\"astra-pro-sites\";s:13:\"changelog_url\";s:52:\"https://www.convertplug.com/pro/product/convert-pro/\";}i:2;O:8:\"stdClass\":21:{s:15:\"licence_require\";s:5:\"false\";s:22:\"licence_require_update\";s:0:\"\";s:19:\"must_have_extension\";s:5:\"false\";s:2:\"id\";s:4:\"uabb\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:6:\"author\";s:16:\"Brainstorm Force\";s:12:\"download_url\";s:21:\"bb-ultimate-addon.zip\";s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";s:10:\"short_name\";s:22:\"Ultimate Addons for BB\";s:7:\"version\";s:6:\"1.25.0\";s:6:\"tested\";s:5:\"5.3.2\";s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:13:\"product_image\";s:70:\"//support.brainstormforce.com/wp-content/uploads/2018/10/uabb-logo.svg\";s:11:\"description\";s:132:\"UABB is a premium extension for Beaver Builder that adds 55+ modules, 200+ templates and works on top of any Beaver Builder Package.\";s:8:\"in_house\";s:4:\"true\";s:6:\"remote\";s:6:\"1.25.1\";s:12:\"version_beta\";s:0:\"\";s:17:\"download_url_beta\";s:0:\"\";s:6:\"parent\";s:15:\"astra-pro-sites\";s:13:\"changelog_url\";s:117:\"https://www.ultimatebeaver.com/changelog/?utm_source=uabb-pro-dashboard&utm_medium=changelog&utm_campaign=get-license\";}i:3;O:8:\"stdClass\":21:{s:15:\"licence_require\";s:5:\"false\";s:22:\"licence_require_update\";s:0:\"\";s:19:\"must_have_extension\";s:5:\"false\";s:2:\"id\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:6:\"author\";s:16:\"Brainstorm Force\";s:12:\"download_url\";s:22:\"astra-addon-plugin.zip\";s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:9:\"Astra Pro\";s:10:\"short_name\";s:9:\"Astra Pro\";s:7:\"version\";s:5:\"2.1.2\";s:6:\"tested\";s:5:\"5.3.2\";s:4:\"slug\";s:11:\"astra-addon\";s:13:\"product_image\";s:71:\"//support.brainstormforce.com/wp-content/uploads/2018/12/astra-logo.svg\";s:11:\"description\";s:155:\"This plugin is an add-on for the Astra WordPress Theme. It offers premium features & functionalities that enhance your theming experience at next level..\r\n\";s:8:\"in_house\";s:4:\"true\";s:6:\"remote\";s:5:\"2.2.5\";s:12:\"version_beta\";s:5:\"2.0.0\";s:17:\"download_url_beta\";s:27:\"astra-addon-plugin-beta.zip\";s:6:\"parent\";s:15:\"astra-pro-sites\";s:13:\"changelog_url\";s:142:\"https://wpastra.com/changelog/astra-pro-addon/?utm_source=graupi-license-form&utm_medium=astra-pro-addon-changelog&utm_campaign=purchase-astra\";}i:4;O:8:\"stdClass\":21:{s:15:\"licence_require\";s:5:\"false\";s:22:\"licence_require_update\";s:0:\"\";s:19:\"must_have_extension\";s:5:\"false\";s:2:\"id\";s:15:\"astra-portfolio\";s:4:\"init\";s:35:\"astra-portfolio/astra-portfolio.php\";s:6:\"author\";s:16:\"Brainstorm Force\";s:12:\"download_url\";s:19:\"astra-portfolio.zip\";s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:12:\"WP Portfolio\";s:10:\"short_name\";s:12:\"WP Portfolio\";s:7:\"version\";s:5:\"1.8.2\";s:6:\"tested\";s:3:\"5.3\";s:4:\"slug\";s:15:\"astra-portfolio\";s:13:\"product_image\";s:73:\"//support.brainstormforce.com/wp-content/uploads/2019/03/wp-portfolio.svg\";s:11:\"description\";s:92:\"Display the portfolio of Astra Starter Sites & other portfolio items easily on your website.\";s:8:\"in_house\";s:4:\"true\";s:6:\"remote\";s:5:\"1.8.2\";s:12:\"version_beta\";s:0:\"\";s:17:\"download_url_beta\";s:0:\"\";s:6:\"parent\";s:15:\"astra-pro-sites\";s:13:\"changelog_url\";s:120:\"https://wpportfolio.net/changelog/?utm_source=graupi-license-form&utm_medium=changelog&utm_campaign=purchase-wpportfolio\";}i:5;O:8:\"stdClass\":21:{s:15:\"licence_require\";s:5:\"false\";s:22:\"licence_require_update\";s:0:\"\";s:19:\"must_have_extension\";s:5:\"false\";s:2:\"id\";s:4:\"uael\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:6:\"author\";s:16:\"Brainstorm Force\";s:12:\"download_url\";s:22:\"ultimate-elementor.zip\";s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";s:10:\"short_name\";s:4:\"UAEL\";s:7:\"version\";s:6:\"1.22.1\";s:6:\"tested\";s:5:\"5.3.2\";s:4:\"slug\";s:18:\"ultimate-elementor\";s:13:\"product_image\";s:70:\"//support.brainstormforce.com/wp-content/uploads/2018/12/uael-logo.svg\";s:11:\"description\";s:0:\"\";s:8:\"in_house\";s:4:\"true\";s:6:\"remote\";s:6:\"1.22.1\";s:12:\"version_beta\";s:0:\"\";s:17:\"download_url_beta\";s:0:\"\";s:6:\"parent\";s:15:\"astra-pro-sites\";s:13:\"changelog_url\";s:116:\"https://uaelementor.com/changelog/?utm_source=graupi-updater&utm_medium=changelog-link&utm_campaign=graupi-changelog\";}}}','yes'),(467938,'_site_transient_bsf_get_bundled_products','1','no'),(458210,'_transient_timeout_jetpack_file_data_7.8.1','1581756628','no'),(458211,'_transient_jetpack_file_data_7.8.1','a:51:{s:32:\"d3576702faeb399eb47ad20f586c3804\";a:14:{s:4:\"name\";s:8:\"Carousel\";s:11:\"description\";s:75:\"Display images and galleries in a gorgeous, full-screen browsing experience\";s:4:\"sort\";s:2:\"22\";s:20:\"recommendation_order\";s:2:\"12\";s:10:\"introduced\";s:3:\"1.5\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:17:\"Photos and Videos\";s:7:\"feature\";s:10:\"Appearance\";s:25:\"additional_search_queries\";s:80:\"gallery, carousel, diaporama, slideshow, images, lightbox, exif, metadata, image\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"55409a5f8388b8d33e2350ef80de3ea3\";a:14:{s:4:\"name\";s:13:\"Comment Likes\";s:11:\"description\";s:64:\"Increase visitor engagement by adding a Like button to comments.\";s:4:\"sort\";s:2:\"39\";s:20:\"recommendation_order\";s:2:\"17\";s:10:\"introduced\";s:3:\"5.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:6:\"Social\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:37:\"like widget, like button, like, likes\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"e914e6d31cb61f5a9ef86e1b9573430e\";a:14:{s:4:\"name\";s:8:\"Comments\";s:11:\"description\";s:81:\"Let visitors use a WordPress.com, Twitter, Facebook, or Google account to comment\";s:4:\"sort\";s:2:\"20\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.4\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:6:\"Social\";s:7:\"feature\";s:10:\"Engagement\";s:25:\"additional_search_queries\";s:53:\"comments, comment, facebook, twitter, google+, social\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"f1b8c61705fb18eb8c8584c9f9cdffd9\";a:14:{s:4:\"name\";s:12:\"Contact Form\";s:11:\"description\";s:81:\"Add a customizable contact form to any post or page using the Jetpack Form Block.\";s:4:\"sort\";s:2:\"15\";s:20:\"recommendation_order\";s:2:\"14\";s:10:\"introduced\";s:3:\"1.3\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:5:\"Other\";s:7:\"feature\";s:7:\"Writing\";s:25:\"additional_search_queries\";s:214:\"contact, form, grunion, feedback, submission, contact form, email, feedback, contact form plugin, custom form, custom form plugin, form builder, forms, form maker, survey, contact by jetpack, contact us, forms free\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"4fca6eb23a793155d69fdb119a094926\";a:14:{s:4:\"name\";s:9:\"Copy Post\";s:11:\"description\";s:77:\"Enable the option to copy entire posts and pages, including tags and settings\";s:4:\"sort\";s:2:\"15\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"7.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:7:\"Writing\";s:25:\"additional_search_queries\";s:15:\"copy, duplicate\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"cfdac01e3c3c529f93a8f49edef1f5db\";a:14:{s:4:\"name\";s:20:\"Custom content types\";s:11:\"description\";s:74:\"Display different types of content on your site with custom content types.\";s:4:\"sort\";s:2:\"34\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"3.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:7:\"Writing\";s:25:\"additional_search_queries\";s:72:\"cpt, custom post types, portfolio, portfolios, testimonial, testimonials\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"4b9137ecf507290743735fb1f94535df\";a:14:{s:4:\"name\";s:10:\"Custom CSS\";s:11:\"description\";s:88:\"Adds options for CSS preprocessor use, disabling the theme\'s CSS, or custom image width.\";s:4:\"sort\";s:1:\"2\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.7\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:10:\"Appearance\";s:7:\"feature\";s:10:\"Appearance\";s:25:\"additional_search_queries\";s:108:\"css, customize, custom, style, editor, less, sass, preprocessor, font, mobile, appearance, theme, stylesheet\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"95d75b38d76d2ee1b5b537026eadb8ff\";a:14:{s:4:\"name\";s:21:\"Enhanced Distribution\";s:11:\"description\";s:27:\"Increase reach and traffic.\";s:4:\"sort\";s:1:\"5\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:6:\"Public\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:10:\"Engagement\";s:25:\"additional_search_queries\";s:54:\"google, seo, firehose, search, broadcast, broadcasting\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"822f9ef1281dace3fb7cc420c77d24e0\";a:14:{s:4:\"name\";s:16:\"Google Analytics\";s:11:\"description\";s:56:\"Set up Google Analytics without touching a line of code.\";s:4:\"sort\";s:2:\"37\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"4.5\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:10:\"Engagement\";s:25:\"additional_search_queries\";s:37:\"webmaster, google, analytics, console\";s:12:\"plan_classes\";s:17:\"business, premium\";}s:32:\"c167275f926ef0eefaec9a679bd88d34\";a:14:{s:4:\"name\";s:19:\"Gravatar Hovercards\";s:11:\"description\";s:58:\"Enable pop-up business cards over commentersâ€™ Gravatars.\";s:4:\"sort\";s:2:\"11\";s:20:\"recommendation_order\";s:2:\"13\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:18:\"Social, Appearance\";s:7:\"feature\";s:10:\"Appearance\";s:25:\"additional_search_queries\";s:20:\"gravatar, hovercards\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"58cbd4585a74829a1c88aa9c295f3993\";a:14:{s:4:\"name\";s:15:\"Infinite Scroll\";s:11:\"description\";s:53:\"Automatically load new content when a visitor scrolls\";s:4:\"sort\";s:2:\"26\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:10:\"Appearance\";s:7:\"feature\";s:10:\"Appearance\";s:25:\"additional_search_queries\";s:33:\"scroll, infinite, infinite scroll\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"d4a35eabc948caefad71a0d3303b95c8\";a:14:{s:4:\"name\";s:8:\"JSON API\";s:11:\"description\";s:51:\"Allow applications to securely access your content.\";s:4:\"sort\";s:2:\"19\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.9\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:6:\"Public\";s:11:\"module_tags\";s:19:\"Writing, Developers\";s:7:\"feature\";s:7:\"General\";s:25:\"additional_search_queries\";s:50:\"api, rest, develop, developers, json, klout, oauth\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"7b0c670bc3f8209dc83abb8610e23a89\";a:14:{s:4:\"name\";s:14:\"Beautiful Math\";s:11:\"description\";s:74:\"Use the LaTeX markup language to write mathematical equations and formulas\";s:4:\"sort\";s:2:\"12\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:7:\"Writing\";s:25:\"additional_search_queries\";s:47:\"latex, math, equation, equations, formula, code\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"b00e4e6c109ce6f77b5c83fbaaaead4c\";a:14:{s:4:\"name\";s:11:\"Lazy Images\";s:11:\"description\";s:137:\"Speed up your site and create a smoother viewing experience by loading images as visitors scroll down the screen, instead of all at once.\";s:4:\"sort\";s:2:\"24\";s:20:\"recommendation_order\";s:2:\"14\";s:10:\"introduced\";s:5:\"5.6.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:23:\"Appearance, Recommended\";s:7:\"feature\";s:10:\"Appearance\";s:25:\"additional_search_queries\";s:150:\"mobile, theme, fast images, fast image, image, lazy, lazy load, lazyload, images, lazy images, thumbnail, image lazy load, lazy loading, load, loading\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"8e46c72906c928eca634ac2c8b1bc84f\";a:14:{s:4:\"name\";s:5:\"Likes\";s:11:\"description\";s:63:\"Give visitors an easy way to show they appreciate your content.\";s:4:\"sort\";s:2:\"23\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:6:\"Social\";s:7:\"feature\";s:10:\"Engagement\";s:25:\"additional_search_queries\";s:26:\"like, likes, wordpress.com\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"2df2264a07aff77e0556121e33349dce\";a:14:{s:4:\"name\";s:8:\"Markdown\";s:11:\"description\";s:50:\"Write posts or pages in plain-text Markdown syntax\";s:4:\"sort\";s:2:\"31\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.8\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:7:\"Writing\";s:25:\"additional_search_queries\";s:12:\"md, markdown\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"0337eacae47d30c946cb9fc4e5ece649\";a:14:{s:4:\"name\";s:21:\"WordPress.com Toolbar\";s:11:\"description\";s:91:\"Replaces the admin bar with a useful toolbar to quickly manage your site via WordPress.com.\";s:4:\"sort\";s:2:\"38\";s:20:\"recommendation_order\";s:2:\"16\";s:10:\"introduced\";s:3:\"4.8\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:7:\"General\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:19:\"adminbar, masterbar\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"cb5d81445061b89d19cb9c7754697a39\";a:14:{s:4:\"name\";s:12:\"Mobile Theme\";s:11:\"description\";s:31:\"Enable the Jetpack Mobile theme\";s:4:\"sort\";s:2:\"21\";s:20:\"recommendation_order\";s:2:\"11\";s:10:\"introduced\";s:3:\"1.8\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:31:\"Appearance, Mobile, Recommended\";s:7:\"feature\";s:10:\"Appearance\";s:25:\"additional_search_queries\";s:24:\"mobile, theme, minileven\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"c54bb0a65b39f1316da8632197a88a4e\";a:14:{s:4:\"name\";s:7:\"Monitor\";s:11:\"description\";s:118:\"Jetpackâ€™s downtime monitoring will continuously watch your site, and alert you the moment that downtime is detected.\";s:4:\"sort\";s:2:\"28\";s:20:\"recommendation_order\";s:2:\"10\";s:10:\"introduced\";s:3:\"2.6\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:11:\"Recommended\";s:7:\"feature\";s:8:\"Security\";s:25:\"additional_search_queries\";s:123:\"monitor, uptime, downtime, monitoring, maintenance, maintenance mode, offline, site is down, site down, down, repair, error\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"cc013f4c5480c7bdc1e7edb2f410bf3c\";a:14:{s:4:\"name\";s:13:\"Notifications\";s:11:\"description\";s:57:\"Receive instant notifications of site comments and likes.\";s:4:\"sort\";s:2:\"13\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.9\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:5:\"Other\";s:7:\"feature\";s:7:\"General\";s:25:\"additional_search_queries\";s:62:\"notification, notifications, toolbar, adminbar, push, comments\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"b3b34928b1e549bb52f866accc0450c5\";a:14:{s:4:\"name\";s:9:\"Asset CDN\";s:11:\"description\";s:154:\"Jetpackâ€™s Site Accelerator loads your site faster by optimizing your images and serving your images and static files from our global network of servers.\";s:4:\"sort\";s:2:\"26\";s:20:\"recommendation_order\";s:1:\"1\";s:10:\"introduced\";s:3:\"6.6\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:42:\"Photos and Videos, Appearance, Recommended\";s:7:\"feature\";s:23:\"Recommended, Appearance\";s:25:\"additional_search_queries\";s:160:\"site accelerator, accelerate, static, assets, javascript, css, files, performance, cdn, bandwidth, content delivery network, pagespeed, combine js, optimize css\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"714284944f56d6936a40f3309900bc8e\";a:14:{s:4:\"name\";s:9:\"Image CDN\";s:11:\"description\";s:141:\"Mirrors and serves your images from our free and fast image CDN, improving your siteâ€™s performance with no additional load on your servers.\";s:4:\"sort\";s:2:\"25\";s:20:\"recommendation_order\";s:1:\"1\";s:10:\"introduced\";s:3:\"2.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:42:\"Photos and Videos, Appearance, Recommended\";s:7:\"feature\";s:23:\"Recommended, Appearance\";s:25:\"additional_search_queries\";s:171:\"photon, photo cdn, image cdn, speed, compression, resize, responsive images, responsive, content distribution network, optimize, page speed, image optimize, photon jetpack\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"041704e207c4c59eea93e0499c908bff\";a:14:{s:4:\"name\";s:13:\"Post by email\";s:11:\"description\";s:33:\"Publish posts by sending an email\";s:4:\"sort\";s:2:\"14\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:7:\"Writing\";s:25:\"additional_search_queries\";s:20:\"post by email, email\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"26e6cb3e08a6cfd0811c17e7c633c72c\";a:14:{s:4:\"name\";s:7:\"Protect\";s:11:\"description\";s:151:\"Enabling brute force protection will prevent bots and hackers from attempting to log in to your website with common username and password combinations.\";s:4:\"sort\";s:1:\"1\";s:20:\"recommendation_order\";s:1:\"4\";s:10:\"introduced\";s:3:\"3.4\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:11:\"Recommended\";s:7:\"feature\";s:8:\"Security\";s:25:\"additional_search_queries\";s:173:\"security, jetpack protect, secure, protection, botnet, brute force, protect, login, bot, password, passwords, strong passwords, strong password, wp-login.php,  protect admin\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"915a504082f797395713fd01e0e2e713\";a:14:{s:4:\"name\";s:9:\"Publicize\";s:11:\"description\";s:128:\"Publicize makes it easy to share your siteâ€™s posts on several social media networks automatically when you publish a new post.\";s:4:\"sort\";s:2:\"10\";s:20:\"recommendation_order\";s:1:\"7\";s:10:\"introduced\";s:3:\"2.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:19:\"Social, Recommended\";s:7:\"feature\";s:10:\"Engagement\";s:25:\"additional_search_queries\";s:220:\"facebook, jetpack publicize, twitter, tumblr, linkedin, social, tweet, connections, sharing, social media, automated, automated sharing, auto publish, auto tweet and like, auto tweet, facebook auto post, facebook posting\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"a7b21cc562ee9ffa357bba19701fe45b\";a:14:{s:4:\"name\";s:20:\"Progressive Web Apps\";s:11:\"description\";s:85:\"Speed up and improve the reliability of your site using the latest in web technology.\";s:4:\"sort\";s:2:\"38\";s:20:\"recommendation_order\";s:2:\"18\";s:10:\"introduced\";s:5:\"5.6.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:10:\"Developers\";s:7:\"feature\";s:7:\"Traffic\";s:25:\"additional_search_queries\";s:26:\"manifest, pwa, progressive\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"9243c1a718566213f4eaf3b44cf14b07\";a:14:{s:4:\"name\";s:13:\"Related posts\";s:11:\"description\";s:113:\"Keep visitors engaged on your blog by highlighting relevant and new content at the bottom of each published post.\";s:4:\"sort\";s:2:\"29\";s:20:\"recommendation_order\";s:1:\"9\";s:10:\"introduced\";s:3:\"2.9\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:11:\"Recommended\";s:7:\"feature\";s:10:\"Engagement\";s:25:\"additional_search_queries\";s:360:\"related, jetpack related posts, related posts for wordpress, related posts, popular posts, popular, related content, related post, contextual, context, contextual related posts, related articles, similar posts, easy related posts, related page, simple related posts, free related posts, related thumbnails, similar, engagement, yet another related posts plugin\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"583e4cda5596ee1b28a19cde33f438be\";a:14:{s:4:\"name\";s:6:\"Search\";s:11:\"description\";s:87:\"Enhanced search, powered by Elasticsearch, a powerful replacement for WordPress search.\";s:4:\"sort\";s:2:\"34\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"5.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:5:\"false\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:6:\"Search\";s:25:\"additional_search_queries\";s:110:\"search, elastic, elastic search, elasticsearch, fast search, search results, search performance, google search\";s:12:\"plan_classes\";s:8:\"business\";}s:32:\"15346c1f7f2a5f29d34378774ecfa830\";a:14:{s:4:\"name\";s:9:\"SEO Tools\";s:11:\"description\";s:50:\"Better results on search engines and social media.\";s:4:\"sort\";s:2:\"35\";s:20:\"recommendation_order\";s:2:\"15\";s:10:\"introduced\";s:3:\"4.4\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:18:\"Social, Appearance\";s:7:\"feature\";s:7:\"Traffic\";s:25:\"additional_search_queries\";s:81:\"search engine optimization, social preview, meta description, custom title format\";s:12:\"plan_classes\";s:17:\"business, premium\";}s:32:\"72a0ff4cfae86074a7cdd2dcd432ef11\";a:14:{s:4:\"name\";s:7:\"Sharing\";s:11:\"description\";s:120:\"Add Twitter, Facebook and Google+ buttons at the bottom of each post, making it easy for visitors to share your content.\";s:4:\"sort\";s:1:\"7\";s:20:\"recommendation_order\";s:1:\"6\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:3:\"1.2\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:19:\"Social, Recommended\";s:7:\"feature\";s:10:\"Engagement\";s:25:\"additional_search_queries\";s:229:\"share, sharing, sharedaddy, social buttons, buttons, share facebook, share twitter, social media sharing, social media share, social share, icons, email, facebook, twitter, linkedin, pinterest, pocket, social widget, social media\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"bb8c6c190aaec212a7ab6e940165af4d\";a:14:{s:4:\"name\";s:16:\"Shortcode Embeds\";s:11:\"description\";s:177:\"Shortcodes are WordPress-specific markup that let you add media from popular sites. This feature is no longer necessary as the editor now handles media embeds rather gracefully.\";s:4:\"sort\";s:1:\"3\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:3:\"1.2\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:46:\"Photos and Videos, Social, Writing, Appearance\";s:7:\"feature\";s:7:\"Writing\";s:25:\"additional_search_queries\";s:236:\"shortcodes, shortcode, embeds, media, bandcamp, dailymotion, facebook, flickr, google calendars, google maps, google+, polldaddy, recipe, recipes, scribd, slideshare, slideshow, slideshows, soundcloud, ted, twitter, vimeo, vine, youtube\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"1abd31fe07ae4fb0f8bb57dc24592219\";a:14:{s:4:\"name\";s:16:\"WP.me Shortlinks\";s:11:\"description\";s:82:\"Generates shorter links so you can have more space to write on social media sites.\";s:4:\"sort\";s:1:\"8\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:6:\"Social\";s:7:\"feature\";s:7:\"Writing\";s:25:\"additional_search_queries\";s:17:\"shortlinks, wp.me\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"cae5f097f8d658e0b0ae50733d7c6476\";a:14:{s:4:\"name\";s:8:\"Sitemaps\";s:11:\"description\";s:50:\"Make it easy for search engines to find your site.\";s:4:\"sort\";s:2:\"13\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"3.9\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:20:\"Recommended, Traffic\";s:7:\"feature\";s:11:\"Recommended\";s:25:\"additional_search_queries\";s:39:\"sitemap, traffic, search, site map, seo\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"e9b8318133b2f95e7906cedb3557a87d\";a:14:{s:4:\"name\";s:14:\"Secure Sign On\";s:11:\"description\";s:63:\"Allow users to log in to this site using WordPress.com accounts\";s:4:\"sort\";s:2:\"30\";s:20:\"recommendation_order\";s:1:\"5\";s:10:\"introduced\";s:3:\"2.6\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:10:\"Developers\";s:7:\"feature\";s:8:\"Security\";s:25:\"additional_search_queries\";s:34:\"sso, single sign on, login, log in\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"17e66a12031ccf11d8d45ceee0955f05\";a:14:{s:4:\"name\";s:10:\"Site Stats\";s:11:\"description\";s:44:\"Collect valuable traffic stats and insights.\";s:4:\"sort\";s:1:\"1\";s:20:\"recommendation_order\";s:1:\"2\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:23:\"Site Stats, Recommended\";s:7:\"feature\";s:10:\"Engagement\";s:25:\"additional_search_queries\";s:54:\"statistics, tracking, analytics, views, traffic, stats\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"346cf9756e7c1252acecb9a8ca81a21c\";a:14:{s:4:\"name\";s:13:\"Subscriptions\";s:11:\"description\";s:58:\"Let visitors subscribe to new posts and comments via email\";s:4:\"sort\";s:1:\"9\";s:20:\"recommendation_order\";s:1:\"8\";s:10:\"introduced\";s:3:\"1.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:6:\"Social\";s:7:\"feature\";s:10:\"Engagement\";s:25:\"additional_search_queries\";s:74:\"subscriptions, subscription, email, follow, followers, subscribers, signup\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"ca086af79d0d9dccacc934ccff5b4fd7\";a:14:{s:4:\"name\";s:15:\"Tiled Galleries\";s:11:\"description\";s:61:\"Display image galleries in a variety of elegant arrangements.\";s:4:\"sort\";s:2:\"24\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:17:\"Photos and Videos\";s:7:\"feature\";s:10:\"Appearance\";s:25:\"additional_search_queries\";s:43:\"gallery, tiles, tiled, grid, mosaic, images\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"43c24feb7c541c376af93e0251c1a261\";a:14:{s:4:\"name\";s:20:\"Backups and Scanning\";s:11:\"description\";s:100:\"Protect your site with daily or real-time backups and automated virus scanning and threat detection.\";s:4:\"sort\";s:2:\"32\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:5:\"0:1.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:5:\"false\";s:4:\"free\";s:5:\"false\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:16:\"Security, Health\";s:25:\"additional_search_queries\";s:386:\"backup, cloud backup, database backup, restore, wordpress backup, backup plugin, wordpress backup plugin, back up, backup wordpress, backwpup, vaultpress, backups, off-site backups, offsite backup, offsite, off-site, antivirus, malware scanner, security, virus, viruses, prevent viruses, scan, anti-virus, antimalware, protection, safe browsing, malware, wp security, wordpress security\";s:12:\"plan_classes\";s:27:\"personal, business, premium\";}s:32:\"b9396d8038fc29140b499098d2294d79\";a:14:{s:4:\"name\";s:17:\"Site verification\";s:11:\"description\";s:58:\"Establish your site\'s authenticity with external services.\";s:4:\"sort\";s:2:\"33\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"3.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:10:\"Engagement\";s:25:\"additional_search_queries\";s:56:\"webmaster, seo, google, bing, pinterest, search, console\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"afe184082e106c1bdfe1ee844f98aef3\";a:14:{s:4:\"name\";s:10:\"VideoPress\";s:11:\"description\";s:101:\"Save on hosting storage and bandwidth costs by streaming fast, ad-free video from our global network.\";s:4:\"sort\";s:2:\"27\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.5\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:5:\"false\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:17:\"Photos and Videos\";s:7:\"feature\";s:7:\"Writing\";s:25:\"additional_search_queries\";s:118:\"video, videos, videopress, video gallery, video player, videoplayer, mobile video, vimeo, youtube, html5 video, stream\";s:12:\"plan_classes\";s:17:\"business, premium\";}s:32:\"44637d43460370af9a1b31ce3ccec0cd\";a:14:{s:4:\"name\";s:17:\"Widget Visibility\";s:11:\"description\";s:42:\"Control where widgets appear on your site.\";s:4:\"sort\";s:2:\"17\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.4\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:10:\"Appearance\";s:7:\"feature\";s:10:\"Appearance\";s:25:\"additional_search_queries\";s:54:\"widget visibility, logic, conditional, widgets, widget\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"694c105a5c3b659acfcddad220048d08\";a:14:{s:4:\"name\";s:21:\"Extra Sidebar Widgets\";s:11:\"description\";s:49:\"Provides additional widgets for use on your site.\";s:4:\"sort\";s:1:\"4\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:18:\"Social, Appearance\";s:7:\"feature\";s:10:\"Appearance\";s:25:\"additional_search_queries\";s:65:\"widget, widgets, facebook, gallery, twitter, gravatar, image, rss\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"ae15da72c5802d72f320640bad669561\";a:14:{s:4:\"name\";s:3:\"Ads\";s:11:\"description\";s:60:\"Earn income by allowing Jetpack to display high quality ads.\";s:4:\"sort\";s:1:\"1\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:5:\"4.5.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:19:\"Traffic, Appearance\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:26:\"advertising, ad codes, ads\";s:12:\"plan_classes\";s:17:\"premium, business\";}s:32:\"212a162108f1dc20cc6c768d5b47d4f2\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"f1bb571a95c5de1e6adaf9db8567c039\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"ea0fbbd64080c81a90a784924603588c\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"5c53fdb3633ba3232f60180116900273\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"40b97d9ce396339d3e8e46b833a045b5\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"0739df64747f2d02c140f23ce6c19cd8\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"348754bc914ee02c72d9af445627784c\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"4f84d218792a6efa06ed6feae09c4dd5\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";s:12:\"plan_classes\";s:0:\"\";}}','no'),(470005,'_transient_timeout_jetpack_idc_allowed','1581447020','no'),(470006,'_transient_jetpack_idc_allowed','1','no'),(424560,'admin_email_lifespan','0','yes'),(424582,'can_compress_scripts','1','no'),(470009,'_transient_timeout_wpcom_social_media_icons_widget::is_active','1581447025','no'),(470010,'_transient_wpcom_social_media_icons_widget::is_active','0','no'),(468453,'_transient_timeout_external_ip_address_35.220.130.161','1581741069','no'),(468454,'_transient_external_ip_address_35.220.130.161','198.46.81.46','no'),(433762,'bsf_skip_author','','no'),(442480,'_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-5.3.2.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.3.2.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.3.2-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.3.2-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.3.2\";s:7:\"version\";s:5:\"5.3.2\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.3\";s:15:\"partial_version\";s:0:\"\";}}s:12:\"last_checked\";i:1581445460;s:15:\"version_checked\";s:5:\"5.3.2\";s:12:\"translations\";a:0:{}}','no'),(470050,'_transient_timeout_jetpack_sync_callables_await','1581445655','no'),(470051,'_transient_jetpack_sync_callables_await','1581445595.51','no'),(468418,'_transient_timeout_external_ip_address_10.49.51.14','1581736318','no'),(468419,'_transient_external_ip_address_10.49.51.14','198.46.81.46','no'),(470037,'_site_transient_timeout_theme_roots','1581447261','no'),(470038,'_site_transient_theme_roots','a:3:{s:5:\"astra\";s:7:\"/themes\";s:16:\"thrive-theme.old\";s:7:\"/themes\";s:12:\"twentytwenty\";s:7:\"/themes\";}','no'),(470039,'_transient_timeout__woocommerce_helper_updates','1581488661','no'),(470040,'_transient__woocommerce_helper_updates','a:4:{s:4:\"hash\";s:32:\"d751713988987e9331980363e24189ce\";s:7:\"updated\";i:1581445461;s:8:\"products\";a:0:{}s:6:\"errors\";a:1:{i:0;s:10:\"http-error\";}}','no'),(469718,'_transient_timeout_jetpack_plugin_api_action_links_refresh','1581467005','no'),(469719,'_transient_jetpack_plugin_api_action_links_refresh','1581380605','no'),(468771,'_transient_timeout_wc_shipping_method_count_legacy','1583800114','no'),(468772,'_transient_wc_shipping_method_count_legacy','a:2:{s:7:\"version\";s:10:\"1528578434\";s:5:\"value\";i:2;}','no'),(467937,'_site_transient_timeout_bsf_get_bundled_products','1581645237','no');
/*!40000 ALTER TABLE `wpbe_options` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpbe_postmeta`
--

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

--
-- Dumping data for table `wpbe_postmeta`
--

LOCK TABLES `wpbe_postmeta` WRITE;
/*!40000 ALTER TABLE `wpbe_postmeta` DISABLE KEYS */;
INSERT INTO `wpbe_postmeta` VALUES (2548,106,'tve_content_before_more_tcb2-one-page-site-dog-walking','<div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1689d58731a\" wfd-id=\"258\"><div class=\"tve-page-section-out\" data-css=\"tve-u-15ebe5d7b44\" wfd-id=\"292\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ebe51d596\" wfd-id=\"259\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15ec3055cca\" wfd-id=\"260\"><div class=\"tcb-flex-row tcb-resized tcb-medium-no-wrap tcb-mobile-no-wrap tcb--cols--2\" data-css=\"tve-u-15ebe8a2edd\" wfd-id=\"261\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1689d6b59be\" style=\"\" wfd-id=\"276\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec30518d3\" wfd-id=\"278\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ebe70a25b\" wfd-id=\"290\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"291\"><img class=\"tve_image wp-image-465\" alt=\"\" width=\"300\" height=\"48\" title=\"Blackhawk_custom_header\" data-id=\"465\" src=\"https://bestcerakoteflorida.com/wp-content/uploads/2019/01/Blackhawk_custom_header-300x48.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1689d5be595\" wfd-id=\"279\">\n<div class=\"tve-content-box-background\" wfd-id=\"289\"></div>\n<div class=\"tve-cb\" wfd-id=\"280\"><div class=\"thrv_wrapper thrv-button tcb-with-icon\" data-css=\"tve-u-1689d5c3106\" data-tcb_hover_state_parent=\"\" data-button-style=\"rounded\" wfd-id=\"281\">\n<a href=\"tel:19548481911\" class=\"tcb-button-link\" rel=\"\"><span class=\"tcb-button-icon\" wfd-id=\"287\">\n<div class=\"thrv_wrapper thrv_icon tve_no_drag tve_no_icons tcb-icon-inherit-style tcb-icon-display\" wfd-id=\"288\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-phone-square-solid\" data-name=\"\">\n<path d=\"M400 32H48C21.49 32 0 53.49 0 80v352c0 26.51 21.49 48 48 48h352c26.51 0 48-21.49 48-48V80c0-26.51-21.49-48-48-48zM94 416c-7.033 0-13.057-4.873-14.616-11.627l-14.998-65a15 15 0 0 1 8.707-17.16l69.998-29.999a15 15 0 0 1 17.518 4.289l30.997 37.885c48.944-22.963 88.297-62.858 110.781-110.78l-37.886-30.997a15.001 15.001 0 0 1-4.289-17.518l30-69.998a15 15 0 0 1 17.16-8.707l65 14.998A14.997 14.997 0 0 1 384 126c0 160.292-129.945 290-290 290z\"></path>\n</svg></div>\n</span>\n<span class=\"tcb-button-texts\" wfd-id=\"282\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-1689d5ca073\" wfd-id=\"283\">Call Now To Reserve</span></span>\n</a>\n</div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1689d6b5a04\" style=\"\" wfd-id=\"262\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec313e743\" data-tcb_hover_state_parent=\"\" wfd-id=\"264\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone tcb-tablet-hidden tcb-mobile-hidden\" style=\"\" wfd-id=\"267\"><p data-css=\"tve-u-15f002fa8f6\"><span data-css=\"tve-u-15f0034f748\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"275\"><a href=\"#whatwedo\">What We Do</a></span>&nbsp; &nbsp; <span data-css=\"tve-u-15f003606db\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"274\"><a href=\"#testimonials\">Testimonials</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f003655f8\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"273\"><a href=\"#aboutus\">About Us</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f00369f5e\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"272\"><a href=\"#getyourcoupon\">Get Your Coupon</a></span>&nbsp; &nbsp; <span data-css=\"tve-u-15f0064f814\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"271\"><a href=\"#areaweserve\">Area We Serve</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f003784ab\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"270\"><a href=\"#contact\">Contact</a></span></p></div><div class=\"thrv_wrapper thrv_widget_menu tve-custom-menu-upgrade tcb-elem-placeholder\" data-css=\"tve-u-1689d713663\" wfd-id=\"265\">\n<span class=\"tcb-inline-placeholder-action with-icon\" wfd-id=\"266\">\n<svg class=\"tcb-icon tcb-icon-add\"><use xlink:href=\"#tcb-icon-add\"></use></svg>		Add Menu	</span>\n</div></div></div></div></div></div></div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ebe8abb9e\" wfd-id=\"225\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ebe8a4d78\" data-clip-id=\"335f47a4c8f92\" wfd-id=\"257\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-left-335f47a4c8f92\" class=\"decoration-clip clip-path-left\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" pointer-width=\"6\" pointer-height=\"2.5\" style=\"curves\" decoration-type=\"none\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon><ellipse cx=\"0.025\" cy=\"0.029412\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.08823600000000001\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.14706\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.205884\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.264708\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.323532\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.38235600000000003\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.44118\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.500004\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.558828\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.617652\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.676476\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.7353000000000001\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.794124\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.852948\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.911772\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.970596\" rx=\"0.025\" ry=\"0.029412\"></ellipse></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ebe72c974\" wfd-id=\"226\"><div class=\"thrv_wrapper thrv-columns tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec318421d\" wfd-id=\"227\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-15ebe738fb8\" wfd-id=\"228\"><div class=\"tcb-flex-col\" wfd-id=\"254\"><div class=\"tcb-col\" data-css=\"tve-u-15ebe73226c\" wfd-id=\"256\"></div></div><div class=\"tcb-flex-col\" wfd-id=\"229\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ebe89fb7a\" wfd-id=\"231\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ebe827cb3\" wfd-id=\"232\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15ebe830a90\" data-clip-id=\"bb2526ca261ae\" wfd-id=\"253\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-left-bb2526ca261ae\" class=\"decoration-clip clip-path-left\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"divider\" pointer-width=\"5.7\" pointer-height=\"2.5\" style=\"curves\" slanted-angle=\"5\"><polygon points=\"0.025 0, 0.025 1, 1 1, 1 0\"></polygon><ellipse cx=\"0.025\" cy=\"0.027778\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.083334\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.13889\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.194446\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.250002\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.305558\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.361114\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.41667\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.47222600000000003\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.527782\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.583338\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.638894\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.69445\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.7500060000000001\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.805562\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.861118\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.916674\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.97223\" rx=\"0.025\" ry=\"0.027778\"></ellipse></clipPath><clipPath id=\"clip-tablet-left-bb2526ca261ae\" class=\"decoration-clip clip-path-tablet-left\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"divider\" pointer-width=\"5.7\" pointer-height=\"4\" style=\"curves\" slanted-angle=\"5\"><polygon points=\"0.04 0, 0.04 1, 1 1, 1 0\"></polygon><ellipse cx=\"0.04\" cy=\"0.027778\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.083334\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.13889\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.194446\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.250002\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.305558\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.361114\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.41667\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.47222600000000003\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.527782\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.583338\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.638894\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.69445\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.7500060000000001\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.805562\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.861118\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.916674\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.97223\" rx=\"0.04\" ry=\"0.027778\"></ellipse></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ebe80a9a1\" wfd-id=\"233\"><div class=\"tcb-clear\" data-css=\"tve-u-15ebe8ee6c0\" wfd-id=\"247\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15ebe8edca2\" data-tag=\"h1\" wfd-id=\"248\"><h1 data-css=\"tve-u-15ebe90cfb0\">Happy dogs =<br>â€‹â€‹â€‹â€‹â€‹happâ€‹â€‹â€‹â€‹y owners</h1></div></div><div class=\"tcb-clear\" data-css=\"tve-u-15ec30a8a14\" wfd-id=\"243\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ebe906677\" wfd-id=\"244\"><p data-css=\"tve-u-15ebe905473\">Offer your dog a premium walking experience</p></div></div><div class=\"tcb-clear\" data-css=\"tve-u-15ebe955aaa\" wfd-id=\"234\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ebe916c34\" wfd-id=\"235\">\n<div class=\"tve-content-box-background\" wfd-id=\"242\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ec3152b02\" wfd-id=\"236\"><div class=\"thrv_wrapper thrv-button tve_ea_thrive_lightbox\" data-css=\"tve-u-15ebe91a626\" data-tcb_hover_state_parent=\"false\" data-button-style=\"full_rounded\" wfd-id=\"237\">\n<a href=\"#\" class=\"tcb-button-link tve_evt_manager_listen tve_et_click\" data-tcb-events=\"__TCB_EVENT_[{&quot;config&quot;:{&quot;l_anim&quot;:&quot;zoom_in&quot;,&quot;l_id&quot;:&quot;265&quot;},&quot;a&quot;:&quot;thrive_lightbox&quot;,&quot;t&quot;:&quot;click&quot;}]_TNEVE_BCT__\">\n<span class=\"tcb-button-texts\" wfd-id=\"238\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-15ebe925072\" wfd-id=\"239\">Get -20% On Your First Walk</span></span>\n</a>\n</div></div>\n</div></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec3017516\" wfd-id=\"216\">\n<div class=\"tve-page-section-out\" wfd-id=\"224\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ebea3a693\" wfd-id=\"217\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15ebea49c0c\" id=\"whatwedo\" data-tag=\"h1\" wfd-id=\"221\"><h1 data-css=\"tve-u-15ebea42b31\" style=\"text-align: center;\">What We Do</h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2448fdb\" wfd-id=\"218\"><p data-css=\"tve-u-15ec2443105\" style=\"text-align: center;\">Our goal is to make sure the owners are comforted, the pups are exercised and happy and that we are getting our own puppy fixes. But letâ€™s be honest- itâ€™s their world, weâ€™re just living in it! As a small team of experienced dog owners and lovers, we really get to know you and your dog and we canguarantee consistent and personal care that is equal to your love and attention. We are so excited to make you a part of the family!</p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" wfd-id=\"181\">\n<div class=\"tve-page-section-out\" wfd-id=\"215\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ee1211b9b\" wfd-id=\"182\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15ee121a6d1\" wfd-id=\"183\"><div class=\"tcb-flex-row tcb--cols--3 tcb-medium-wrap\" data-css=\"tve-u-15ee121fb1c\" wfd-id=\"184\"><div class=\"tcb-flex-col\" wfd-id=\"205\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ee1225fdf\" wfd-id=\"207\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec2477274\" wfd-id=\"213\"><span class=\"tve_image_frame\" wfd-id=\"214\"><img class=\"tve_image wp-image-1596\" alt=\"\" width=\"55\" height=\"73\" title=\"what_do_icon_01\" data-id=\"1596\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_01.png\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"212\"><p data-css=\"tve-u-15ec2481d17\"><strong>First Class Care</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"211\"><p data-css=\"tve-u-15ec2487407\">all the best for them</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2492191\" wfd-id=\"208\"><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"195\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ee1232726\" wfd-id=\"197\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec24ae116\" wfd-id=\"203\"><span class=\"tve_image_frame\" wfd-id=\"204\"><img class=\"tve_image wp-image-1597\" alt=\"\" width=\"73\" height=\"73\" title=\"what_do_icon_02\" data-id=\"1597\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_02.png\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"202\"><p data-css=\"tve-u-15ec2481d17\"><strong>Snacks Included</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"201\"><p data-css=\"tve-u-15ec2487407\">for your little one</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec3192f72\" wfd-id=\"198\"><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"185\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ee1237243\" wfd-id=\"187\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec24d5e15\" wfd-id=\"193\"><span class=\"tve_image_frame\" wfd-id=\"194\"><img class=\"tve_image wp-image-1598\" alt=\"\" width=\"65\" height=\"73\" title=\"what_do_icon_03\" data-id=\"1598\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_03.png\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"192\"><p data-css=\"tve-u-15ec2481d17\"><strong>Regularly walks</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"191\"><p data-css=\"tve-u-15ec2487407\">to keep them ealthy</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2492191\" wfd-id=\"188\"><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris.</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-15ec24f494c\" id=\"testimonials\" style=\"\" wfd-id=\"157\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ec24f97c0\" wfd-id=\"180\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec24f790d\" wfd-id=\"158\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15ec254985a\" style=\"\" wfd-id=\"159\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-15ec253a41f\" wfd-id=\"160\"><div class=\"tcb-flex-col\" wfd-id=\"164\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec253ef3a\" style=\"\" wfd-id=\"166\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec256e611\" style=\"\" wfd-id=\"171\"><p data-css=\"tve-u-15ec25610c7\"><span data-css=\"tve-u-15ec268a0a3\" style=\"font-size: 45px; color: rgb(89, 171, 227);\" wfd-id=\"178\"><span data-css=\"tve-u-15ec26760e9\" style=\"font-family: ABeeZee;\" wfd-id=\"179\">â€</span></span><span data-css=\"tve-u-15ec256b908\" style=\"font-family: &quot;Amatic SC&quot;;\" wfd-id=\"177\">&nbsp; &nbsp; &nbsp;</span><span data-css=\"tve-u-15ec2680494\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"175\"><span data-css=\"tve-u-15ec269379d\" style=\"font-size: 45px;\" wfd-id=\"176\">my chester enjoys being with them!</span> &nbsp; &nbsp;&nbsp;</span><span data-css=\"tve-u-15ec255fe12\" style=\"font-family: ABeeZee; font-weight: 400; color: rgb(89, 171, 227); font-size: 45px;\" wfd-id=\"174\">â€</span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2698d8d\" wfd-id=\"168\"><p data-css=\"tve-u-160266880a0\">We LOVE going for walks with our friends at Paw! Donâ€™t tell our mom &amp; dad,but we get really excited when they leave for work because we know it wonâ€™t be long before we get a visit from one of our favorite friends at PawCity! Best part is, they always let our parents know how ourwalk went right away so they dont have to worry about us!</p><p data-css=\"tve-u-15ec269736c\">We love you PawCity!! xoxo</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec26ab7b0\" style=\"\" wfd-id=\"167\"><p data-css=\"tve-u-15ec26a92a2\"><strong>Anna Olson</strong>, Chesterâ€™s Mom</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"161\"><div class=\"tcb-col\" wfd-id=\"163\"></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec26c390a\" id=\"aboutus\" wfd-id=\"150\">\n<div class=\"tve-page-section-out\" wfd-id=\"156\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec26b9914\" wfd-id=\"151\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15ee1037a1d\" data-tag=\"h1\" wfd-id=\"153\"><h1 data-css=\"tve-u-15ec26bd2e8\">About us</h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec31ba260\" wfd-id=\"152\"><p data-css=\"tve-u-15ec2443105\" style=\"text-align: center;\">At PawCity, we lead lives full of the unconditional love and happiness we receive from the furballs we get to spend time with everyday and we have this beautiful city and all the beautiful people in it to thank. We love you and your pups!!</p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec26ec232\" wfd-id=\"113\">\n<div class=\"tve-page-section-out\" wfd-id=\"149\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec26e5812\" wfd-id=\"114\"><div class=\"thrv_wrapper thrv-columns tcb-window-width\" style=\"width: 1603px; left: -1px;\" data-css=\"tve-u-15ee106257d\" wfd-id=\"115\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2\" data-css=\"tve-u-15ec26fee25\" wfd-id=\"116\"><div class=\"tcb-flex-col c-33\" wfd-id=\"144\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec2a38bfd\" wfd-id=\"146\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec2a33d71\" wfd-id=\"147\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"148\"><img class=\"tve_image wp-image-7399\" alt=\"\" width=\"830\" height=\"775\" title=\"about_us_dog\" data-id=\"7399\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/about_us_dog.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col c-66\" wfd-id=\"117\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec27075e1\" wfd-id=\"119\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160309f3e5d\" wfd-id=\"136\">\n<div class=\"tve-content-box-background\" wfd-id=\"143\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160309b397d\" wfd-id=\"137\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-160309b00b4\" data-float=\"1\" wfd-id=\"141\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"142\"><img class=\"tve_image wp-image-7404\" alt=\"\" width=\"64\" height=\"64\" title=\"dog_paw\" data-id=\"7404\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/dog_paw.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16030a08afd\" wfd-id=\"138\"><p>We moved to New York City with our black bulldog rescue, Blakely, in 2007 after graduating from the University of Maryland. Immediately, we realized what a dog-crazy place it was.</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160309f6c04\" wfd-id=\"128\">\n<div class=\"tve-content-box-background\" wfd-id=\"135\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160309b397d\" wfd-id=\"129\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-160309ddca8\" data-float=\"1\" wfd-id=\"133\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"134\"><img class=\"tve_image wp-image-7403\" alt=\"\" width=\"64\" height=\"64\" title=\"dog_house\" data-id=\"7403\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/dog_house.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16030a09626\" wfd-id=\"130\"><p>We knew right away that we wanted to work with the animals that we loved and that had given us so much love since we were little girls. We started PawCity Dog Walking in July of 2010.</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16030975307\" wfd-id=\"120\">\n<div class=\"tve-content-box-background\" wfd-id=\"127\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160309b397d\" wfd-id=\"121\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16030a013d7\" data-float=\"1\" wfd-id=\"125\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"126\"><img class=\"tve_image wp-image-7405\" alt=\"\" width=\"64\" height=\"64\" title=\"spinning_wheel\" data-id=\"7405\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/spinning_wheel.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160309b344b\" wfd-id=\"122\"><p>We cover the entire width of the East Side, from 96th Street to Delancey and handle every type of personality imaginable. At PawCity, we lead lives full of the unconditional love and happiness we receive from the furballs we get to spend time with everyday.</p></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" data-css=\"tve-u-15ec2a56438\" style=\"width: 1603px; left: 0px;\" id=\"getyourcoupon\" wfd-id=\"91\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ec2a5bb35\" wfd-id=\"112\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec2a5540e\" wfd-id=\"92\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ec2a80647\" wfd-id=\"93\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15ec2a9b8a9\" wfd-id=\"111\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ec2a81a9f\" wfd-id=\"94\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2a6f589\" wfd-id=\"107\"><p data-css=\"tve-u-15ec2a6b447\"><span data-css=\"tve-u-15ec2a6d9d8\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"110\"><strong>Get Your Coupon</strong></span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2aaa9a4\" wfd-id=\"103\"><p data-css=\"tve-u-15ec2ab1d6d\">We strive to keep both you and your pup as happy and comfortable as possible while youâ€™re out earning those big bucks.</p><p data-css=\"tve-u-15ec2ab1d82\"><br></p><p data-css=\"tve-u-15ec2aa8e2e\"><strong>Get <span data-css=\"tve-u-15ec2aafa24\" style=\"color: rgb(89, 171, 227);\" wfd-id=\"106\">20%</span> off your first walk. Enter your email and we\'ll send you your coupon.</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ec2abe257\" wfd-id=\"95\">\n<div class=\"tve-content-box-background\" wfd-id=\"102\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ec2acb421\" wfd-id=\"96\"><div class=\"thrv_wrapper thrv-button tve_ea_thrive_lightbox\" data-css=\"tve-u-15ec2ac01df\" data-tcb_hover_state_parent=\"false\" data-button-style=\"full_rounded\" wfd-id=\"97\">\n<a href=\"#\" class=\"tcb-button-link tve_evt_manager_listen tve_et_click\" data-tcb-events=\"__TCB_EVENT_[{&quot;config&quot;:{&quot;l_anim&quot;:&quot;zoom_in&quot;,&quot;l_id&quot;:&quot;265&quot;},&quot;a&quot;:&quot;thrive_lightbox&quot;,&quot;t&quot;:&quot;click&quot;}]_TNEVE_BCT__\">\n<span class=\"tcb-button-texts\" wfd-id=\"98\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-15ebe925072\" wfd-id=\"99\">Get Your Coupon Now</span></span>\n</a>\n</div></div>\n</div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-15ec2b0a32a\" id=\"areaweserve\" wfd-id=\"62\">\n<div class=\"tve-page-section-out\" wfd-id=\"90\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15f76fcb7df\" wfd-id=\"63\"><div class=\"thrv_wrapper thrv-columns\" style=\"\" data-css=\"tve-u-15ee103f44a\" wfd-id=\"64\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--3\" data-css=\"tve-u-15ec2ae8715\" wfd-id=\"65\"><div class=\"tcb-flex-col\" wfd-id=\"79\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec2b37666\" wfd-id=\"81\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"86\"><p data-css=\"tve-u-15ec2af6c4b\"><span data-css=\"tve-u-15ec2af6c4e\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"89\">areaS we serve</span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"82\"><p>As a small team of experienced dog owners and lovers, we really get to know you and your dog and we canguarantee consistent and personal care that is equal to your love and attention.</p><p><br></p><p><strong><span data-css=\"tve-u-15ec2afed17\" style=\"color: rgb(89, 171, 227);\" wfd-id=\"85\">We are so excited to make you a part of the family!</span></strong></p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"75\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec2b33f06\" wfd-id=\"77\"><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-15ec2b3b468\" wfd-id=\"78\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=825 South Kings Highwa&amp;t=m&amp;z=11&amp;output=embed&amp;iwloc=near\"></iframe>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"66\"><div class=\"tcb-col\" data-css=\"tve-u-1689d1dcf7d\" wfd-id=\"68\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1689d19a7e4\" wfd-id=\"69\"><div class=\"tcb-flex-row tcb--cols--1\" data-css=\"tve-u-1689d19b8cb\" wfd-id=\"70\"><div class=\"tcb-flex-col\" wfd-id=\"71\"><div class=\"tcb-col\" wfd-id=\"73\"><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-1689d1a19d6\" wfd-id=\"74\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=2090 SW 71 Terrace&amp;t=m&amp;z=10&amp;output=embed&amp;iwloc=near\"></iframe>\n</div></div></div></div></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" data-css=\"tve-u-15ec2b5d54c\" style=\"width: 1603px; left: 0px;\" id=\"contact\" wfd-id=\"21\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ec2b56fac\" wfd-id=\"61\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec2b54c99\" wfd-id=\"22\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1602b31dfcd\" wfd-id=\"23\"><div class=\"tcb-flex-row tcb-resized tcb-medium-wrap tcb--cols--3\" data-css=\"tve-u-1602b37ce9d\" wfd-id=\"24\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1602be453ec\" style=\"\" wfd-id=\"55\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"57\"><div class=\"tcb-clear\" data-css=\"tve-u-1602bff3cd5\" wfd-id=\"58\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec2b6e126\" wfd-id=\"59\"><span class=\"tve_image_frame\" wfd-id=\"60\"><img class=\"tve_image wp-image-25564\" alt=\"\" width=\"142\" height=\"44\" title=\"logo_pawcity\" data-id=\"25564\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/logo_pawcity.png\"></span></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1602be45437\" style=\"\" wfd-id=\"39\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1602be56dfc\" wfd-id=\"41\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1602bfebaf9\" wfd-id=\"42\">\n<div class=\"tve-content-box-background\" wfd-id=\"54\"></div>\n<div class=\"tve-cb\" wfd-id=\"43\"><div class=\"tcb-clear\" data-css=\"tve-u-1602bf36e2c\" wfd-id=\"51\"><div class=\"thrv_wrapper tve_image_caption tcb-mobile-hidden\" data-css=\"tve-u-1602be7db66\" data-float=\"1\" wfd-id=\"52\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"53\"><img class=\"tve_image wp-image-7369\" alt=\"\" width=\"64\" height=\"64\" title=\"location\" data-id=\"7369\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/location.png\" style=\"width: 100%;\"></span></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1602bf25f10\" wfd-id=\"44\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1602befe215\" wfd-id=\"45\"><p data-css=\"tve-u-1602bfa220e\"><strong><span data-css=\"tve-u-1602b324a9b\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"50\">67 E. 3rd Street</span></strong><span data-css=\"tve-u-1602b324a9c\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"49\"> </span><span data-css=\"tve-u-1602b324ab9\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"48\">Suite B New York, NY 10003</span></p></div></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1602be4545b\" style=\"\" wfd-id=\"25\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"27\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1602bfea280\" wfd-id=\"28\">\n<div class=\"tve-content-box-background\" wfd-id=\"38\"></div>\n<div class=\"tve-cb\" wfd-id=\"29\"><div class=\"tcb-clear\" data-css=\"tve-u-1602bfc4bea\" wfd-id=\"35\"><div class=\"thrv_wrapper tve_image_caption tcb-mobile-hidden\" data-css=\"tve-u-1602bec144e\" data-float=\"1\" wfd-id=\"36\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"37\"><img class=\"tve_image wp-image-7370\" alt=\"\" width=\"64\" height=\"64\" title=\"phone\" data-id=\"7370\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/phone.png\" style=\"width: 100%;\"></span></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1602bfc74c3\" wfd-id=\"30\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1602b332fd9\" data-float=\"1\" wfd-id=\"31\"><p><strong><span data-css=\"tve-u-1602b324a9b\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"34\">080</span></strong><span data-css=\"tve-u-1602b324a9c\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"33\"> </span><span data-css=\"tve-u-1602b324ab9\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"32\">708 5583</span></p></div></div></div>\n</div></div></div></div></div></div>\n</div>'),(2032,182,'tve_revision_tve_content_more_found',''),(2033,182,'tve_revision_tve_save_post',''),(2034,182,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Montserrat:400,900,800,200,100&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-1642b6ab2bb\"] { padding: 5px !important; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-153 strong { font-weight: 900; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-104 strong { font-weight: 900; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-103 strong { font-weight: 900; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-102 strong { font-weight: 900; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-109 strong { font-weight: 900; }[data-css=\"tve-u-1642b593fd4\"] { float: none; width: 100%; padding: 5px !important; margin-left: auto !important; margin-right: auto !important; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-153:hover > a { fill: rgb(179, 144, 57) !important; color: rgb(179, 144, 57) !important; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-153 > a { font-family: Montserrat; font-weight: 400; fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1642ae797d9\"] #menu-item-104 { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1642ae797d9\"] #menu-item-103 { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1642ae797d9\"] #menu-item-102 { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1642ae797d9\"] #menu-item-109 { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1642ae797d9\"] { float: none; width: 100%; margin-left: auto !important; margin-right: auto !important; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-104 > a { font-family: Montserrat; font-weight: 400; fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-103 > a { font-family: Montserrat; font-weight: 400; fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-102 > a { font-family: Montserrat; font-weight: 400; fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-109 > a { font-family: Montserrat; font-weight: 400; fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-104:hover > a { fill: rgb(179, 144, 57) !important; color: rgb(179, 144, 57) !important; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-103:hover > a { fill: rgb(179, 144, 57) !important; color: rgb(179, 144, 57) !important; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-102:hover > a { fill: rgb(179, 144, 57) !important; color: rgb(179, 144, 57) !important; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-109:hover > a { fill: rgb(179, 144, 57) !important; color: rgb(179, 144, 57) !important; }#tcb_landing_page a:not(.tcb-button-link) { color: rgb(255, 255, 255); }.tcb-plain-text strong { font-weight: 900; }#tcb_landing_page input strong { font-weight: 900; }#tcb_landing_page .tcb-button-link strong { font-weight: 900; }#tcb_landing_page p strong, #tcb_landing_page li strong { font-weight: 900; }#tcb_landing_page input { font-family: Montserrat; font-weight: 400; }#tcb_landing_page .tcb-button-link { font-family: Montserrat; font-weight: 400; }#tcb_landing_page p, #tcb_landing_page li { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h6 strong { font-weight: 900; }#tcb_landing_page h6 { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h5 strong { font-weight: 900; }#tcb_landing_page h5 { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h4 strong { font-weight: 900; }#tcb_landing_page h4 { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h3 strong { font-weight: 900; }#tcb_landing_page h3 { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h2 strong { font-weight: 900; }#tcb_landing_page h2 { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h1 strong { font-weight: 900; }#tcb_landing_page h1 { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); }.tcb-plain-text { font-size: 20px; color: rgb(255, 255, 255); font-family: Montserrat; font-weight: 400; }[data-css=\"tve-u-15e09c94f7d\"] { background-color: rgb(255, 255, 255); background-image: linear-gradient(rgb(0, 0, 0), rgb(0, 0, 0)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }.tve_post_lp > div > #tve_editor { margin-left: auto; margin-right: auto; max-width: 1200px; padding: 0px 20px; }}@media (max-width: 1023px){[data-css=\"tve-u-1642ae797d9\"] { display: block; }[data-css=\"tve-u-1642ae797d9\"] #menu-item-104 { text-align: center; padding: 5px !important; background-image: none !important; }[data-css=\"tve-u-1642ae797d9\"] #menu-item-103 { text-align: center; padding: 5px !important; background-image: none !important; }[data-css=\"tve-u-1642ae797d9\"] #menu-item-102 { text-align: center; padding: 5px !important; background-image: none !important; }[data-css=\"tve-u-1642ae797d9\"] #menu-item-109 { text-align: center; padding: 5px !important; background-image: none !important; }}@media (max-width: 767px){#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-153 > a { font-size: 17px !important; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-104 > a { font-size: 17px !important; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-103 > a { font-size: 17px !important; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-102 > a { font-size: 17px !important; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-109 > a { font-size: 17px !important; }[data-css=\"tve-u-1642ae797d9\"] #menu-item-153 { padding-left: 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-1642ae797d9\"] #menu-item-104 { padding-left: 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-1642ae797d9\"] #menu-item-103 { padding-left: 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-1642ae797d9\"] #menu-item-102 { padding-left: 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-1642ae797d9\"] #menu-item-109 { padding-left: 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-1642ae797d9\"] { float: none; width: 100%; margin-left: auto !important; margin-right: auto !important; }.tve_post_lp > div > #tve_editor { padding: 0px 10px; }[data-css=\"tve-u-1642ae797d9\"] .tve_w_menu { background-color: rgb(0, 0, 0) !important; }}'),(1126,106,'theme-transparent-header-meta','default'),(1125,106,'stick-header-meta','default'),(1124,106,'site-content-layout','default'),(1123,106,'site-sidebar-layout','default'),(1122,107,'tve_revision_tve_has_wistia_popover',''),(1121,107,'tve_revision_tve_updated_post',''),(1120,107,'tve_revision_tve_has_typefocus',''),(1119,107,'tve_revision_tve_has_masonry',''),(1118,107,'tve_revision_thrive_tcb_post_fonts',''),(1117,107,'tve_revision_thrive_icon_pack',''),(1116,107,'tve_revision_tve_global_scripts',''),(1115,107,'tve_revision_tve_globals',''),(1114,107,'tve_revision_tve_page_events',''),(1113,107,'tve_revision_tve_user_custom_css',''),(1112,107,'tve_revision_tve_custom_css',''),(1111,107,'tve_revision_tve_save_post',''),(1110,107,'tve_revision_tve_content_more_found',''),(1109,107,'tve_revision_tve_content_before_more',''),(1108,107,'tve_revision_tve_disable_theme_dependency',''),(1107,107,'tve_revision_tve_landing_page',''),(2879,285,'_wp_attached_file','2018/09/HELM-soloEcho.png'),(2880,285,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2585;s:6:\"height\";i:2072;s:4:\"file\";s:25:\"2018/09/HELM-soloEcho.png\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"HELM-soloEcho-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"HELM-soloEcho-300x240.png\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"HELM-soloEcho-768x616.png\";s:5:\"width\";i:768;s:6:\"height\";i:616;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"HELM-soloEcho-1024x821.png\";s:5:\"width\";i:1024;s:6:\"height\";i:821;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:25:\"HELM-soloEcho-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:25:\"HELM-soloEcho-600x481.png\";s:5:\"width\";i:600;s:6:\"height\";i:481;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:25:\"HELM-soloEcho-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:25:\"HELM-soloEcho-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:25:\"HELM-soloEcho-600x481.png\";s:5:\"width\";i:600;s:6:\"height\";i:481;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:25:\"HELM-soloEcho-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2043,182,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"z-index: 8;\" data-css=\"tve-u-1642b593fd4\" wfd-id=\"30\">\n<div class=\"tve-content-box-background\" wfd-id=\"44\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" style=\"z-index: 8;\" wfd-id=\"31\"><div class=\"thrv_wrapper thrv_widget_menu tve-custom-menu-upgrade      tve-menu-style-style_1 tve-mobile-dropdown\" data-tve-style=\"tve_horizontal\" data-tve-switch-icon=\"tablet,mobile\" data-css=\"tve-u-1642ae797d9\" wfd-id=\"38\">\n<div class=\"thrive-shortcode-config\" style=\"display: none !important\" wfd-id=\"43\">__CONFIG_widget_menu__{\"menu_id\":4,\"color\":\"tve_red\",\"dir\":\"tve_horizontal\",\"font_class\":\"\",\"font_size\":\"\",\"ul_attr\":\"\",\"link_attr\":\"\",\"top_link_attr\":\"\",\"trigger_attr\":\"\",\"primary\":\"\",\"head_css\":\"\",\"background_hover\":\"\",\"main_hover\":\"\",\"child_hover\":\"\",\"group_edit\":[],\"menu_style\":\"style_1\",\"dropdown_icon\":\"\",\"mobile_side\":\"dropdown\",\"mobile_icon\":\"\",\"switch_to_icon\":\"tablet,mobile\"}__CONFIG_widget_menu__</div>\n</div><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" wfd-id=\"35\"><h2>Terms &amp; Conditions</h2></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1642b6ab2bb\" wfd-id=\"32\"><p>TERMS OF SERVICE<br><br>-----<br><br>OVERVIEW<br><br>This website is operated by Blackhawk Custom, LLC. Throughout the site, the terms â€œweâ€, â€œusâ€ and â€œourâ€ refer to Blackhawk Custom, LLC. Blackhawk Custom, LLC offers this website, including all information, tools and services available from this site to you, the user, conditioned upon your acceptance of all terms, conditions, policies and notices stated here.<br><br>By visiting our site and/ or purchasing something from us, you engage in our â€œServiceâ€ and agree to be bound by the following terms and conditions (â€œTerms of Serviceâ€, â€œTermsâ€), including those additional terms, conditions, and policies referenced herein and/or available by hyperlink. These Terms of Service apply to all users of the site, including without limitation users who are browsers, vendors, customers, merchants, and/ or contributors of content.<br><br>Please read these Terms of Service carefully before accessing or using our website. By accessing or using any part of the site, you agree to be bound by these Terms of Service. If you do not agree to all the terms and conditions of this agreement, then you may not access the website or use any services. If these Terms of Service are considered an offer, acceptance is expressly limited to these Terms of Service.<br><br>Any new features or tools which are added to the current store shall also be subject to the Terms of Service. You can review the most current version of the Terms of Service at any time on this page. We reserve the right to update, change or replace any part of these Terms of Service by posting updates and/or changes to our website. It is your responsibility to check this page periodically for changes. Your continued use of or access to the website following the posting of any changes constitutes acceptance of those changes.<br><br>SECTION 1 - ONLINE STORE TERMS<br><br>By agreeing to these Terms of Service, you represent that you are at least the age of majority in your state or province of residence, or that you are the age of majority in your state or province of residence and you have given us your consent to allow any of your minor dependents to use this site.<br>You may not use our products for any illegal or unauthorized purpose nor may you, in the use of the Service, violate any laws in your jurisdiction (including but not limited to copyright laws).<br>You must not transmit any worms or viruses or any code of a destructive nature.<br>A breach or violation of any of the Terms will result in an immediate termination of your Services.<br><br>SECTION 2 - GENERAL CONDITIONS<br><br>We reserve the right to refuse service to anyone for any reason at any time.<br>You understand that your content (not including credit card information), may be transferred unencrypted and involve (a) transmissions over various networks; and (b) changes to conform and adapt to technical requirements of connecting networks or devices. Credit card information is always encrypted during transfer over networks.<br>You agree not to reproduce, duplicate, copy, sell, resell or exploit any portion of the Service, use of the Service, or access to the Service or any contact on the website through which the service is provided, without express written permission by us.<br>The headings used in this agreement are included for convenience only and will not limit or otherwise affect these Terms.<br><br>SECTION 3 - ACCURACY, COMPLETENESS AND TIMELINESS OF INFORMATION<br><br>We are not responsible if information made available on this site is not accurate, complete or current. The material on this site is provided for general information only and should not be relied upon or used as the sole basis for making decisions without consulting primary, more accurate, more complete or more timely sources of information. Any reliance on the material on this site is at your own risk.<br>This site may contain certain historical information. Historical information, necessarily, is not current and is provided for your reference only. We reserve the right to modify the contents of this site at any time, but we have no obligation to update any information on our site. You agree that it is your responsibility to monitor changes to our site.<br><br>SECTION 4 - MODIFICATIONS TO THE SERVICE AND PRICES<br><br>The prices for our products are subject to change without notice.<br>We reserve the right at any time to modify or discontinue the Service (or any part or content thereof) without notice at any time.<br>We shall not be liable to you or to any third-party for any modification, price change, suspension or discontinuance of the Service.<br><br>SECTION 5 - PRODUCTS OR SERVICES (if applicable)<br><br>Certain products or services may be available exclusively online through the website. These products or services may have limited quantities and are subject to return or exchange only according to our Return Policy.<br>We have made every effort to display as accurately as possible the colors and images of our products that appear at the store. We cannot guarantee that your computer monitor\'s display of any color will be accurate.<br>We reserve the right, but are not obligated, to limit the sales of our products or Services to any person, geographic region or jurisdiction. We may exercise this right on a case-by-case basis. We reserve the right to limit the quantities of any products or services that we offer. All descriptions of products or product pricing are subject to change at anytime without notice, at the sole discretion of us. We reserve the right to discontinue any product at any time. Any offer for any product or service made on this site is void where prohibited.<br>We do not warrant that the quality of any products, services, information, or other material purchased or obtained by you will meet your expectations, or that any errors in the Service will be corrected.<br><br>SECTION 6 - ACCURACY OF BILLING AND ACCOUNT INFORMATION<br><br>We reserve the right to refuse any order you place with us. We may, in our sole discretion, limit or cancel quantities purchased per person, per household or per order. These restrictions may include orders placed by or under the same customer account, the same credit card, and/or orders that use the same billing and/or shipping address. In the event that we make a change to or cancel an order, we may attempt to notify you by contacting the e-mail and/or billing address/phone number provided at the time the order was made. We reserve the right to limit or prohibit orders that, in our sole judgment, appear to be placed by dealers, resellers or distributors.<br><br>You agree to provide current, complete and accurate purchase and account information for all purchases made at our store. You agree to promptly update your account and other information, including your email address and credit card numbers and expiration dates, so that we can complete your transactions and contact you as needed.<br><br>For more detail, please review our Returns Policy.<br><br>SECTION 7 - OPTIONAL TOOLS<br><br>We may provide you with access to third-party tools over which we neither monitor nor have any control nor input.<br>You acknowledge and agree that we provide access to such tools â€as isâ€ and â€œas availableâ€ without any warranties, representations or conditions of any kind and without any endorsement. We shall have no liability whatsoever arising from or relating to your use of optional third-party tools.<br>Any use by you of optional tools offered through the site is entirely at your own risk and discretion and you should ensure that you are familiar with and approve of the terms on which tools are provided by the relevant third-party provider(s).<br>We may also, in the future, offer new services and/or features through the website (including, the release of new tools and resources). Such new features and/or services shall also be subject to these Terms of Service.<br><br>SECTION 8 - THIRD-PARTY LINKS<br><br>Certain content, products and services available via our Service may include materials from third-parties.<br>Third-party links on this site may direct you to third-party websites that are not affiliated with us. We are not responsible for examining or evaluating the content or accuracy and we do not warrant and will not have any liability or responsibility for any third-party materials or websites, or for any other materials, products, or services of third-parties.<br>We are not liable for any harm or damages related to the purchase or use of goods, services, resources, content, or any other transactions made in connection with any third-party websites. Please review carefully the third-party\'s policies and practices and make sure you understand them before you engage in any transaction. Complaints, claims, concerns, or questions regarding third-party products should be directed to the third-party.<br><br>SECTION 9 - USER COMMENTS, FEEDBACK AND OTHER SUBMISSIONS<br><br>If, at our request, you send certain specific submissions (for example contest entries) or without a request from us you send creative ideas, suggestions, proposals, plans, or other materials, whether online, by email, by postal mail, or otherwise (collectively, \'comments\'), you agree that we may, at any time, without restriction, edit, copy, publish, distribute, translate and otherwise use in any medium any comments that you forward to us. We are and shall be under no obligation (1) to maintain any comments in confidence; (2) to pay compensation for any comments; or (3) to respond to any comments.<br>We may, but have no obligation to, monitor, edit or remove content that we determine in our sole discretion are unlawful, offensive, threatening, libelous, defamatory, pornographic, obscene or otherwise objectionable or violates any partyâ€™s intellectual property or these Terms of Service.<br>You agree that your comments will not violate any right of any third-party, including copyright, trademark, privacy, personality or other personal or proprietary right. You further agree that your comments will not contain libelous or otherwise unlawful, abusive or obscene material, or contain any computer virus or other malware that could in any way affect the operation of the Service or any related website. You may not use a false e-mail address, pretend to be someone other than yourself, or otherwise mislead us or third-parties as to the origin of any comments. You are solely responsible for any comments you make and their accuracy. We take no responsibility and assume no liability for any comments posted by you or any third-party.<br><br>SECTION 10 - PERSONAL INFORMATION<br><br>Your submission of personal information through the store is governed by our Privacy Policy. To view our Privacy Policy.<br><br>SECTION 11 - ERRORS, INACCURACIES AND OMISSIONS<br><br>Occasionally there may be information on our site or in the Service that contains typographical errors, inaccuracies or omissions that may relate to product descriptions, pricing, promotions, offers, product shipping charges, transit times and availability. We reserve the right to correct any errors, inaccuracies or omissions, and to change or update information or cancel orders if any information in the Service or on any related website is inaccurate at any time without prior notice (including after you have submitted your order).<br>We undertake no obligation to update, amend or clarify information in the Service or on any related website, including without limitation, pricing information, except as required by law. No specified update or refresh date applied in the Service or on any related website, should be taken to indicate that all information in the Service or on any related website has been modified or updated.<br><br>SECTION 12 - PROHIBITED USES<br><br>In addition to other prohibitions as set forth in the Terms of Service, you are prohibited from using the site or its content: (a) for any unlawful purpose; (b) to solicit others to perform or participate in any unlawful acts; (c) to violate any international, federal, provincial or state regulations, rules, laws, or local ordinances; (d) to infringe upon or violate our intellectual property rights or the intellectual property rights of others; (e) to harass, abuse, insult, harm, defame, slander, disparage, intimidate, or discriminate based on gender, sexual orientation, religion, ethnicity, race, age, national origin, or disability; (f) to submit false or misleading information; (g) to upload or transmit viruses or any other type of malicious code that will or may be used in any way that will affect the functionality or operation of the Service or of any related website, other websites, or the Internet; (h) to collect or track the personal information of others; (i) to spam, phish, pharm, pretext, spider, crawl, or scrape; (j) for any obscene or immoral purpose; or (k) to interfere with or circumvent the security features of the Service or any related website, other websites, or the Internet. We reserve the right to terminate your use of the Service or any related website for violating any of the prohibited uses.<br><br>SECTION 13 - DISCLAIMER OF WARRANTIES; LIMITATION OF LIABILITY<br><br>We do not guarantee, represent or warrant that your use of our service will be uninterrupted, timely, secure or error-free.<br>We do not warrant that the results that may be obtained from the use of the service will be accurate or reliable.<br>You agree that from time to time we may remove the service for indefinite periods of time or cancel the service at any time, without notice to you.<br>You expressly agree that your use of, or inability to use, the service is at your sole risk. The service and all products and services delivered to you through the service are (except as expressly stated by us) provided \'as is\' and \'as available\' for your use, without any representation, warranties or conditions of any kind, either express or implied, including all implied warranties or conditions of merchantability, merchantable quality, fitness for a particular purpose, durability, title, and non-infringement.<br>In no case shall Blackhawk Custom, LLC, our directors, officers, employees, affiliates, agents, contractors, interns, suppliers, service providers or licensors be liable for any injury, loss, claim, or any direct, indirect, incidental, punitive, special, or consequential damages of any kind, including, without limitation lost profits, lost revenue, lost savings, loss of data, replacement costs, or any similar damages, whether based in contract, tort (including negligence), strict liability or otherwise, arising from your use of any of the service or any products procured using the service, or for any other claim related in any way to your use of the service or any product, including, but not limited to, any errors or omissions in any content, or any loss or damage of any kind incurred as a result of the use of the service or any content (or product) posted, transmitted, or otherwise made available via the service, even if advised of their possibility. Because some states or jurisdictions do not allow the exclusion or the limitation of liability for consequential or incidental damages, in such states or jurisdictions, our liability shall be limited to the maximum extent permitted by law.<br><br>SECTION 14 - INDEMNIFICATION<br><br>You agree to indemnify, defend and hold harmless Blackhawk Custom, LLC and our parent, subsidiaries, affiliates, partners, officers, directors, agents, contractors, licensors, service providers, subcontractors, suppliers, interns and employees, harmless from any claim or demand, including reasonable attorneysâ€™ fees, made by any third-party due to or arising out of your breach of these Terms of Service or the documents they incorporate by reference, or your violation of any law or the rights of a third-party.<br><br>SECTION 15 - SEVERABILITY<br><br>In the event that any provision of these Terms of Service is determined to be unlawful, void or unenforceable, such provision shall nonetheless be enforceable to the fullest extent permitted by applicable law, and the unenforceable portion shall be deemed to be severed from these Terms of Service, such determination shall not affect the validity and enforceability of any other remaining provisions.<br><br>SECTION 16 - TERMINATION<br><br>The obligations and liabilities of the parties incurred prior to the termination date shall survive the termination of this agreement for all purposes.<br>These Terms of Service are effective unless and until terminated by either you or us. You may terminate these Terms of Service at any time by notifying us that you no longer wish to use our Services, or when you cease using our site.<br>If in our sole judgment you fail, or we suspect that you have failed, to comply with any term or provision of these Terms of Service, we also may terminate this agreement at any time without notice and you will remain liable for all amounts due up to and including the date of termination; and/or accordingly may deny you access to our Services (or any part thereof).<br><br>SECTION 17 - ENTIRE AGREEMENT<br><br>The failure of us to exercise or enforce any right or provision of these Terms of Service shall not constitute a waiver of such right or provision.<br>These Terms of Service and any policies or operating rules posted by us on this site or in respect to The Service constitutes the entire agreement and understanding between you and us and govern your use of the Service, superseding any prior or contemporaneous agreements, communications and proposals, whether oral or written, between you and us (including, but not limited to, any prior versions of the Terms of Service).<br>Any ambiguities in the interpretation of these Terms of Service shall not be construed against the drafting party.<br><br>SECTION 18 - GOVERNING LAW<br><br>These Terms of Service and any separate agreements whereby we provide you Services shall be governed by and construed in accordance with the laws of 825 South Kings Highway, Fort Pierce, FL 34945.<br><br>SECTION 19 - CHANGES TO TERMS OF SERVICE<br><br>You can review the most current version of the Terms of Service at any time at this page.<br>We reserve the right, at our sole discretion, to update, change or replace any part of these Terms of Service by posting updates and changes to our website. It is your responsibility to check our website periodically for changes. Your continued use of or access to our website or the Service following the posting of any changes to these Terms of Service constitutes acceptance of those changes.<br><br>SECTION 20 - CONTACT INFORMATION<br><br>Questions about the Terms of Service should be sent to us at <a href=\"mailto:admin@blackhawkcustom.com\" target=\"_blank\">admin@blackhawkcustom.com</a></p></div></div>\n</div>'),(2035,182,'tve_revision_tve_user_custom_css',''),(2036,182,'tve_revision_tve_page_events','a:0:{}'),(2037,182,'tve_revision_tve_globals','a:2:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";s:8:\"font_cls\";a:0:{}}'),(2038,182,'tve_revision_tve_global_scripts',''),(2039,182,'tve_revision_thrive_icon_pack','0'),(2040,182,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(2041,182,'tve_revision_tve_has_masonry','0'),(2042,182,'tve_revision_tve_has_typefocus','0'),(2152,210,'tve_revision_tve_content_more_found',''),(2153,210,'tve_revision_tve_save_post',''),(2154,210,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Montserrat:400,900,800,200,100&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-1642b6ab2bb\"] { padding: 5px !important; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-153 strong { font-weight: 900; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-104 strong { font-weight: 900; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-103 strong { font-weight: 900; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-102 strong { font-weight: 900; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-109 strong { font-weight: 900; }[data-css=\"tve-u-1642b593fd4\"] { float: none; width: 100%; padding: 5px !important; margin-left: auto !important; margin-right: auto !important; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-153:hover > a { fill: rgb(179, 144, 57) !important; color: rgb(179, 144, 57) !important; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-153 > a { font-family: Montserrat; font-weight: 400; fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1642ae797d9\"] #menu-item-104 { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1642ae797d9\"] #menu-item-103 { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1642ae797d9\"] #menu-item-102 { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1642ae797d9\"] #menu-item-109 { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1642ae797d9\"] { float: none; width: 100%; margin-left: auto !important; margin-right: auto !important; margin-bottom: 0px !important; z-index: 3; position: relative; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-104 > a { font-family: Montserrat; font-weight: 400; fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-103 > a { font-family: Montserrat; font-weight: 400; fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-102 > a { font-family: Montserrat; font-weight: 400; fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-109 > a { font-family: Montserrat; font-weight: 400; fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-104:hover > a { fill: rgb(179, 144, 57) !important; color: rgb(179, 144, 57) !important; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-103:hover > a { fill: rgb(179, 144, 57) !important; color: rgb(179, 144, 57) !important; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-102:hover > a { fill: rgb(179, 144, 57) !important; color: rgb(179, 144, 57) !important; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-109:hover > a { fill: rgb(179, 144, 57) !important; color: rgb(179, 144, 57) !important; }#tcb_landing_page a:not(.tcb-button-link) { color: rgb(255, 255, 255); }.tcb-plain-text strong { font-weight: 900; }#tcb_landing_page input strong { font-weight: 900; }#tcb_landing_page .tcb-button-link strong { font-weight: 900; }#tcb_landing_page p strong, #tcb_landing_page li strong { font-weight: 900; }#tcb_landing_page input { font-family: Montserrat; font-weight: 400; }#tcb_landing_page .tcb-button-link { font-family: Montserrat; font-weight: 400; }#tcb_landing_page p, #tcb_landing_page li { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h6 strong { font-weight: 900; }#tcb_landing_page h6 { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h5 strong { font-weight: 900; }#tcb_landing_page h5 { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h4 strong { font-weight: 900; }#tcb_landing_page h4 { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h3 strong { font-weight: 900; }#tcb_landing_page h3 { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h2 strong { font-weight: 900; }#tcb_landing_page h2 { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h1 strong { font-weight: 900; }#tcb_landing_page h1 { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); }.tcb-plain-text { font-size: 20px; color: rgb(255, 255, 255); font-family: Montserrat; font-weight: 400; }[data-css=\"tve-u-15e09c94f7d\"] { background-color: rgb(255, 255, 255); background-image: linear-gradient(rgb(0, 0, 0), rgb(0, 0, 0)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }.tve_post_lp > div > #tve_editor { margin-left: auto; margin-right: auto; max-width: 1200px; padding: 0px 20px; }}@media (max-width: 1023px){[data-css=\"tve-u-1642ae797d9\"] { display: block; }[data-css=\"tve-u-1642ae797d9\"] #menu-item-104 { text-align: center; padding: 5px !important; background-image: none !important; }[data-css=\"tve-u-1642ae797d9\"] #menu-item-103 { text-align: center; padding: 5px !important; background-image: none !important; }[data-css=\"tve-u-1642ae797d9\"] #menu-item-102 { text-align: center; padding: 5px !important; background-image: none !important; }[data-css=\"tve-u-1642ae797d9\"] #menu-item-109 { text-align: center; padding: 5px !important; background-image: none !important; }}@media (max-width: 767px){#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-153 > a { font-size: 17px !important; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-104 > a { font-size: 17px !important; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-103 > a { font-size: 17px !important; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-102 > a { font-size: 17px !important; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-109 > a { font-size: 17px !important; }[data-css=\"tve-u-1642ae797d9\"] #menu-item-153 { padding-left: 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-1642ae797d9\"] #menu-item-104 { padding-left: 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-1642ae797d9\"] #menu-item-103 { padding-left: 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-1642ae797d9\"] #menu-item-102 { padding-left: 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-1642ae797d9\"] #menu-item-109 { padding-left: 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-1642ae797d9\"] { float: none; width: 100%; margin-left: auto !important; margin-right: auto !important; }.tve_post_lp > div > #tve_editor { padding: 0px 10px; }[data-css=\"tve-u-1642ae797d9\"] .tve_w_menu { background-color: rgb(0, 0, 0) !important; }}'),(2155,210,'tve_revision_tve_user_custom_css',''),(2156,210,'tve_revision_tve_page_events','a:0:{}'),(2157,210,'tve_revision_tve_globals','a:2:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";s:8:\"font_cls\";a:0:{}}'),(2158,210,'tve_revision_tve_global_scripts',''),(2159,210,'tve_revision_thrive_icon_pack','0'),(2160,210,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(2161,210,'tve_revision_tve_has_masonry','0'),(2162,210,'tve_revision_tve_has_typefocus','0'),(2163,210,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"z-index: 8;\" data-css=\"tve-u-1642b593fd4\" wfd-id=\"34\">\n<div class=\"tve-content-box-background\" wfd-id=\"61\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" style=\"z-index: 8;\" wfd-id=\"35\"><div class=\"thrv_wrapper thrv_widget_menu tve-custom-menu-upgrade      tve-menu-style-style_1 tve-mobile-dropdown\" data-tve-style=\"tve_horizontal\" data-tve-switch-icon=\"tablet,mobile\" data-css=\"tve-u-1642ae797d9\" wfd-id=\"42\">\n<div class=\"thrive-shortcode-config\" style=\"display: none !important\" wfd-id=\"60\">__CONFIG_widget_menu__{\"menu_id\":4,\"color\":\"tve_red\",\"dir\":\"tve_horizontal\",\"font_class\":\"\",\"font_size\":\"\",\"ul_attr\":\"\",\"link_attr\":\"\",\"top_link_attr\":\"\",\"trigger_attr\":\"\",\"primary\":\"\",\"head_css\":\"\",\"background_hover\":\"\",\"main_hover\":\"\",\"child_hover\":\"\",\"group_edit\":[],\"menu_style\":\"style_1\",\"dropdown_icon\":\"\",\"mobile_side\":\"dropdown\",\"mobile_icon\":\"\",\"switch_to_icon\":\"tablet,mobile\"}__CONFIG_widget_menu__</div>\n</div><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" wfd-id=\"39\"><h2>Terms &amp; Conditions</h2></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1642b6ab2bb\" wfd-id=\"36\"><p>TERMS OF SERVICE<br><br>-----<br><br>OVERVIEW<br><br>This website is operated by Blackhawk Custom, LLC. Throughout the site, the terms â€œweâ€, â€œusâ€ and â€œourâ€ refer to Blackhawk Custom, LLC. Blackhawk Custom, LLC offers this website, including all information, tools and services available from this site to you, the user, conditioned upon your acceptance of all terms, conditions, policies and notices stated here.<br><br>By visiting our site and/ or purchasing something from us, you engage in our â€œServiceâ€ and agree to be bound by the following terms and conditions (â€œTerms of Serviceâ€, â€œTermsâ€), including those additional terms, conditions, and policies referenced herein and/or available by hyperlink. These Terms of Service apply to all users of the site, including without limitation users who are browsers, vendors, customers, merchants, and/ or contributors of content.<br><br>Please read these Terms of Service carefully before accessing or using our website. By accessing or using any part of the site, you agree to be bound by these Terms of Service. If you do not agree to all the terms and conditions of this agreement, then you may not access the website or use any services. If these Terms of Service are considered an offer, acceptance is expressly limited to these Terms of Service.<br><br>Any new features or tools which are added to the current store shall also be subject to the Terms of Service. You can review the most current version of the Terms of Service at any time on this page. We reserve the right to update, change or replace any part of these Terms of Service by posting updates and/or changes to our website. It is your responsibility to check this page periodically for changes. Your continued use of or access to the website following the posting of any changes constitutes acceptance of those changes.<br><br>SECTION 1 - ONLINE STORE TERMS<br><br>By agreeing to these Terms of Service, you represent that you are at least the age of majority in your state or province of residence, or that you are the age of majority in your state or province of residence and you have given us your consent to allow any of your minor dependents to use this site.<br>You may not use our products for any illegal or unauthorized purpose nor may you, in the use of the Service, violate any laws in your jurisdiction (including but not limited to copyright laws).<br>You must not transmit any worms or viruses or any code of a destructive nature.<br>A breach or violation of any of the Terms will result in an immediate termination of your Services.<br><br>SECTION 2 - GENERAL CONDITIONS<br><br>We reserve the right to refuse service to anyone for any reason at any time.<br>You understand that your content (not including credit card information), may be transferred unencrypted and involve (a) transmissions over various networks; and (b) changes to conform and adapt to technical requirements of connecting networks or devices. Credit card information is always encrypted during transfer over networks.<br>You agree not to reproduce, duplicate, copy, sell, resell or exploit any portion of the Service, use of the Service, or access to the Service or any contact on the website through which the service is provided, without express written permission by us.<br>The headings used in this agreement are included for convenience only and will not limit or otherwise affect these Terms.<br><br>SECTION 3 - ACCURACY, COMPLETENESS AND TIMELINESS OF INFORMATION<br><br>We are not responsible if information made available on this site is not accurate, complete or current. The material on this site is provided for general information only and should not be relied upon or used as the sole basis for making decisions without consulting primary, more accurate, more complete or more timely sources of information. Any reliance on the material on this site is at your own risk.<br>This site may contain certain historical information. Historical information, necessarily, is not current and is provided for your reference only. We reserve the right to modify the contents of this site at any time, but we have no obligation to update any information on our site. You agree that it is your responsibility to monitor changes to our site.<br><br>SECTION 4 - MODIFICATIONS TO THE SERVICE AND PRICES<br><br>The prices for our products are subject to change without notice.<br>We reserve the right at any time to modify or discontinue the Service (or any part or content thereof) without notice at any time.<br>We shall not be liable to you or to any third-party for any modification, price change, suspension or discontinuance of the Service.<br><br>SECTION 5 - PRODUCTS OR SERVICES (if applicable)<br><br>Certain products or services may be available exclusively online through the website. These products or services may have limited quantities and are subject to return or exchange only according to our Return Policy.<br>We have made every effort to display as accurately as possible the colors and images of our products that appear at the store. We cannot guarantee that your computer monitor\'s display of any color will be accurate.<br>We reserve the right, but are not obligated, to limit the sales of our products or Services to any person, geographic region or jurisdiction. We may exercise this right on a case-by-case basis. We reserve the right to limit the quantities of any products or services that we offer. All descriptions of products or product pricing are subject to change at anytime without notice, at the sole discretion of us. We reserve the right to discontinue any product at any time. Any offer for any product or service made on this site is void where prohibited.<br>We do not warrant that the quality of any products, services, information, or other material purchased or obtained by you will meet your expectations, or that any errors in the Service will be corrected.<br><br>SECTION 6 - ACCURACY OF BILLING AND ACCOUNT INFORMATION<br><br>We reserve the right to refuse any order you place with us. We may, in our sole discretion, limit or cancel quantities purchased per person, per household or per order. These restrictions may include orders placed by or under the same customer account, the same credit card, and/or orders that use the same billing and/or shipping address. In the event that we make a change to or cancel an order, we may attempt to notify you by contacting the e-mail and/or billing address/phone number provided at the time the order was made. We reserve the right to limit or prohibit orders that, in our sole judgment, appear to be placed by dealers, resellers or distributors.<br><br>You agree to provide current, complete and accurate purchase and account information for all purchases made at our store. You agree to promptly update your account and other information, including your email address and credit card numbers and expiration dates, so that we can complete your transactions and contact you as needed.<br><br>For more detail, please review our Returns Policy.<br><br>SECTION 7 - OPTIONAL TOOLS<br><br>We may provide you with access to third-party tools over which we neither monitor nor have any control nor input.<br>You acknowledge and agree that we provide access to such tools â€as isâ€ and â€œas availableâ€ without any warranties, representations or conditions of any kind and without any endorsement. We shall have no liability whatsoever arising from or relating to your use of optional third-party tools.<br>Any use by you of optional tools offered through the site is entirely at your own risk and discretion and you should ensure that you are familiar with and approve of the terms on which tools are provided by the relevant third-party provider(s).<br>We may also, in the future, offer new services and/or features through the website (including, the release of new tools and resources). Such new features and/or services shall also be subject to these Terms of Service.<br><br>SECTION 8 - THIRD-PARTY LINKS<br><br>Certain content, products and services available via our Service may include materials from third-parties.<br>Third-party links on this site may direct you to third-party websites that are not affiliated with us. We are not responsible for examining or evaluating the content or accuracy and we do not warrant and will not have any liability or responsibility for any third-party materials or websites, or for any other materials, products, or services of third-parties.<br>We are not liable for any harm or damages related to the purchase or use of goods, services, resources, content, or any other transactions made in connection with any third-party websites. Please review carefully the third-party\'s policies and practices and make sure you understand them before you engage in any transaction. Complaints, claims, concerns, or questions regarding third-party products should be directed to the third-party.<br><br>SECTION 9 - USER COMMENTS, FEEDBACK AND OTHER SUBMISSIONS<br><br>If, at our request, you send certain specific submissions (for example contest entries) or without a request from us you send creative ideas, suggestions, proposals, plans, or other materials, whether online, by email, by postal mail, or otherwise (collectively, \'comments\'), you agree that we may, at any time, without restriction, edit, copy, publish, distribute, translate and otherwise use in any medium any comments that you forward to us. We are and shall be under no obligation (1) to maintain any comments in confidence; (2) to pay compensation for any comments; or (3) to respond to any comments.<br>We may, but have no obligation to, monitor, edit or remove content that we determine in our sole discretion are unlawful, offensive, threatening, libelous, defamatory, pornographic, obscene or otherwise objectionable or violates any partyâ€™s intellectual property or these Terms of Service.<br>You agree that your comments will not violate any right of any third-party, including copyright, trademark, privacy, personality or other personal or proprietary right. You further agree that your comments will not contain libelous or otherwise unlawful, abusive or obscene material, or contain any computer virus or other malware that could in any way affect the operation of the Service or any related website. You may not use a false e-mail address, pretend to be someone other than yourself, or otherwise mislead us or third-parties as to the origin of any comments. You are solely responsible for any comments you make and their accuracy. We take no responsibility and assume no liability for any comments posted by you or any third-party.<br><br>SECTION 10 - PERSONAL INFORMATION<br><br>Your submission of personal information through the store is governed by our Privacy Policy. To view our Privacy Policy.<br><br>SECTION 11 - ERRORS, INACCURACIES AND OMISSIONS<br><br>Occasionally there may be information on our site or in the Service that contains typographical errors, inaccuracies or omissions that may relate to product descriptions, pricing, promotions, offers, product shipping charges, transit times and availability. We reserve the right to correct any errors, inaccuracies or omissions, and to change or update information or cancel orders if any information in the Service or on any related website is inaccurate at any time without prior notice (including after you have submitted your order).<br>We undertake no obligation to update, amend or clarify information in the Service or on any related website, including without limitation, pricing information, except as required by law. No specified update or refresh date applied in the Service or on any related website, should be taken to indicate that all information in the Service or on any related website has been modified or updated.<br><br>SECTION 12 - PROHIBITED USES<br><br>In addition to other prohibitions as set forth in the Terms of Service, you are prohibited from using the site or its content: (a) for any unlawful purpose; (b) to solicit others to perform or participate in any unlawful acts; (c) to violate any international, federal, provincial or state regulations, rules, laws, or local ordinances; (d) to infringe upon or violate our intellectual property rights or the intellectual property rights of others; (e) to harass, abuse, insult, harm, defame, slander, disparage, intimidate, or discriminate based on gender, sexual orientation, religion, ethnicity, race, age, national origin, or disability; (f) to submit false or misleading information; (g) to upload or transmit viruses or any other type of malicious code that will or may be used in any way that will affect the functionality or operation of the Service or of any related website, other websites, or the Internet; (h) to collect or track the personal information of others; (i) to spam, phish, pharm, pretext, spider, crawl, or scrape; (j) for any obscene or immoral purpose; or (k) to interfere with or circumvent the security features of the Service or any related website, other websites, or the Internet. We reserve the right to terminate your use of the Service or any related website for violating any of the prohibited uses.<br><br>SECTION 13 - DISCLAIMER OF WARRANTIES; LIMITATION OF LIABILITY<br><br>We do not guarantee, represent or warrant that your use of our service will be uninterrupted, timely, secure or error-free.<br>We do not warrant that the results that may be obtained from the use of the service will be accurate or reliable.<br>You agree that from time to time we may remove the service for indefinite periods of time or cancel the service at any time, without notice to you.<br>You expressly agree that your use of, or inability to use, the service is at your sole risk. The service and all products and services delivered to you through the service are (except as expressly stated by us) provided \'as is\' and \'as available\' for your use, without any representation, warranties or conditions of any kind, either express or implied, including all implied warranties or conditions of merchantability, merchantable quality, fitness for a particular purpose, durability, title, and non-infringement.<br>In no case shall Blackhawk Custom, LLC, our directors, officers, employees, affiliates, agents, contractors, interns, suppliers, service providers or licensors be liable for any injury, loss, claim, or any direct, indirect, incidental, punitive, special, or consequential damages of any kind, including, without limitation lost profits, lost revenue, lost savings, loss of data, replacement costs, or any similar damages, whether based in contract, tort (including negligence), strict liability or otherwise, arising from your use of any of the service or any products procured using the service, or for any other claim related in any way to your use of the service or any product, including, but not limited to, any errors or omissions in any content, or any loss or damage of any kind incurred as a result of the use of the service or any content (or product) posted, transmitted, or otherwise made available via the service, even if advised of their possibility. Because some states or jurisdictions do not allow the exclusion or the limitation of liability for consequential or incidental damages, in such states or jurisdictions, our liability shall be limited to the maximum extent permitted by law.<br><br>SECTION 14 - INDEMNIFICATION<br><br>You agree to indemnify, defend and hold harmless Blackhawk Custom, LLC and our parent, subsidiaries, affiliates, partners, officers, directors, agents, contractors, licensors, service providers, subcontractors, suppliers, interns and employees, harmless from any claim or demand, including reasonable attorneysâ€™ fees, made by any third-party due to or arising out of your breach of these Terms of Service or the documents they incorporate by reference, or your violation of any law or the rights of a third-party.<br><br>SECTION 15 - SEVERABILITY<br><br>In the event that any provision of these Terms of Service is determined to be unlawful, void or unenforceable, such provision shall nonetheless be enforceable to the fullest extent permitted by applicable law, and the unenforceable portion shall be deemed to be severed from these Terms of Service, such determination shall not affect the validity and enforceability of any other remaining provisions.<br><br>SECTION 16 - TERMINATION<br><br>The obligations and liabilities of the parties incurred prior to the termination date shall survive the termination of this agreement for all purposes.<br>These Terms of Service are effective unless and until terminated by either you or us. You may terminate these Terms of Service at any time by notifying us that you no longer wish to use our Services, or when you cease using our site.<br>If in our sole judgment you fail, or we suspect that you have failed, to comply with any term or provision of these Terms of Service, we also may terminate this agreement at any time without notice and you will remain liable for all amounts due up to and including the date of termination; and/or accordingly may deny you access to our Services (or any part thereof).<br><br>SECTION 17 - ENTIRE AGREEMENT<br><br>The failure of us to exercise or enforce any right or provision of these Terms of Service shall not constitute a waiver of such right or provision.<br>These Terms of Service and any policies or operating rules posted by us on this site or in respect to The Service constitutes the entire agreement and understanding between you and us and govern your use of the Service, superseding any prior or contemporaneous agreements, communications and proposals, whether oral or written, between you and us (including, but not limited to, any prior versions of the Terms of Service).<br>Any ambiguities in the interpretation of these Terms of Service shall not be construed against the drafting party.<br><br>SECTION 18 - GOVERNING LAW<br><br>These Terms of Service and any separate agreements whereby we provide you Services shall be governed by and construed in accordance with the laws of 825 South Kings Highway, Fort Pierce, FL 34945.<br><br>SECTION 19 - CHANGES TO TERMS OF SERVICE<br><br>You can review the most current version of the Terms of Service at any time at this page.<br>We reserve the right, at our sole discretion, to update, change or replace any part of these Terms of Service by posting updates and changes to our website. It is your responsibility to check our website periodically for changes. Your continued use of or access to our website or the Service following the posting of any changes to these Terms of Service constitutes acceptance of those changes.<br><br>SECTION 20 - CONTACT INFORMATION<br><br>Questions about the Terms of Service should be sent to us at <a href=\"mailto:admin@blackhawkcustom.com\" target=\"_blank\">admin@blackhawkcustom.com</a></p></div></div>\n</div>'),(2077,194,'tve_revision_tve_has_wistia_popover','0'),(2090,201,'tve_custom_css','@media (min-width: 300px) {\n    .thrv_symbol.thrv_header [data-css=\"tve-u-164d29217db\"] {\n        max-width: 1080px;\n    }\n\n    .thrv_symbol.thrv_header [data-css=\"tve-u-164d2923256\"] {\n        padding: 14px 20px !important;\n    }\n\n    .thrv_symbol.thrv_header [data-css=\"tve-u-164d2928e20\"] {\n        background-color: rgb(241, 241, 241) !important;\n    }\n\n    .thrv_symbol.thrv_header [data-css=\"tve-u-164d292c1b3\"] {\n        padding: 0px !important;\n    }\n\n    .thrv_symbol.thrv_header [data-css=\"tve-u-164d292c1b3\"] > .tcb-flex-col > .tcb-col {\n        justify-content: center;\n    }\n\n    .thrv_symbol.thrv_header [data-css=\"tve-u-164d29337f5\"]::after {\n        clear: both;\n    }\n\n    .thrv_symbol.thrv_header [data-css=\"tve-u-164d2be6c4a\"] {\n        float: right;\n        z-index: 3;\n        position: relative;\n        width: 100%;\n    }\n}\n\n@media (max-width: 1023px) {\n    .thrv_symbol.thrv_header [data-css=\"tve-u-164d29306dd\"] .tcb-icon-open > :first-child {\n        color: rgb(51, 51, 51);\n    }\n\n    .thrv_symbol.thrv_header [data-css=\"tve-u-164d29306dd\"] .tcb-icon-close > :first-child {\n        color: rgb(51, 51, 51);\n    }\n}\n\n@media (max-width: 767px) {\n    .thrv_symbol.thrv_header [data-css=\"tve-u-164d2923256\"] {\n        padding: 10px !important;\n    }\n\n    .thrv_symbol.thrv_header [data-css=\"tve-u-164d292c1b3\"] {\n        flex-wrap: nowrap !important;\n    }\n\n    .thrv_symbol.thrv_header [data-css=\"tve-u-164d294a532\"] {\n        max-width: 40%;\n    }\n\n    .thrv_symbol.thrv_header [data-css=\"tve-u-164d294a535\"] {\n        max-width: 60%;\n    }\n}'),(2091,202,'tve_updated_post','\n<div class=\"symbol-section-out\"></div>\n<div class=\"symbol-section-in\">\n	<div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-164d08ec7a7\" style=\"\">\n		<div class=\"tve-page-section-out\" data-css=\"tve-u-164d295bb29\"></div>\n		<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-164d08e9d6f\">\n			<div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p style=\"text-align: center;\">Copyright 2018 ACME Inc - <a href=\"#\">Privacy Policy</a></p></div>\n		</div>\n	</div>\n</div>\n'),(2092,202,'tve_custom_css','@media (min-width: 300px) {\n    .thrv_symbol.thrv_footer [data-css=\"tve-u-164d08e9d6f\"] {\n        max-width: 1080px;\n        min-height: 20px !important;\n    }\n\n    .thrv_symbol.thrv_footer [data-css=\"tve-u-164d08ec7a7\"] {\n        padding: 20px !important;\n    }\n\n    .thrv_symbol.thrv_footer [data-css=\"tve-u-164d295bb29\"] {\n        background-color: rgb(241, 241, 241) !important;\n    }\n\n    .thrv_symbol.thrv_footer [data-css=\"tve-u-164d08e9d6f\"] p {\n        margin: 0px !important;\n        padding: 0px !important;\n    }\n}\n\n@media (max-width: 767px) {\n    .thrv_symbol.thrv_footer [data-css=\"tve-u-164d08ec7a7\"] {\n        padding-left: 10px !important;\n        padding-right: 10px !important;\n    }\n}'),(2093,203,'header','201'),(2094,203,'footer','202'),(2095,203,'icons','a:0:{}'),(2096,203,'is_default','1'),(2097,203,'style','a:3:{s:5:\"fonts\";s:0:\"\";s:3:\"css\";a:0:{}s:7:\"dynamic\";a:0:{}}'),(2098,203,'primary_template','blog'),(2099,203,'secondary_template',''),(2100,203,'variable_template',''),(2101,204,'header','201'),(2102,204,'footer','202'),(2103,204,'icons','a:0:{}'),(2104,204,'is_default','1'),(2105,204,'style','a:3:{s:5:\"fonts\";s:0:\"\";s:3:\"css\";a:0:{}s:7:\"dynamic\";a:0:{}}'),(2106,204,'primary_template','archive'),(2107,204,'secondary_template',''),(2108,204,'variable_template',''),(2109,205,'header','201'),(2110,205,'footer','202'),(2111,205,'icons','a:0:{}'),(2112,205,'is_default','1'),(2113,205,'style','a:3:{s:5:\"fonts\";s:0:\"\";s:3:\"css\";a:0:{}s:7:\"dynamic\";a:0:{}}'),(2114,205,'primary_template','search'),(2115,205,'secondary_template',''),(2116,205,'variable_template',''),(2117,206,'header','201'),(2118,206,'footer','202'),(2119,206,'icons','a:0:{}'),(2120,206,'is_default','1'),(2121,206,'style','a:3:{s:5:\"fonts\";s:0:\"\";s:3:\"css\";a:0:{}s:7:\"dynamic\";a:0:{}}'),(2122,206,'primary_template','404'),(2123,206,'secondary_template',''),(2124,206,'variable_template',''),(2125,207,'header','201'),(2126,207,'footer','202'),(2127,207,'icons','a:0:{}'),(2128,207,'is_default','1'),(2129,207,'style','a:3:{s:5:\"fonts\";s:0:\"\";s:3:\"css\";a:0:{}s:7:\"dynamic\";a:0:{}}'),(2130,207,'primary_template','singular'),(2131,207,'secondary_template','post'),(2132,207,'variable_template',''),(2133,208,'header','201'),(2134,208,'footer','202'),(2135,208,'icons','a:0:{}'),(2136,208,'is_default','1'),(2137,208,'style','a:3:{s:5:\"fonts\";s:0:\"\";s:3:\"css\";a:0:{}s:7:\"dynamic\";a:0:{}}'),(2138,208,'primary_template','singular'),(2139,208,'secondary_template','page'),(2140,208,'variable_template',''),(2141,209,'header','201'),(2142,209,'footer','202'),(2143,209,'icons','a:0:{}'),(2144,209,'is_default','1'),(2145,209,'style','a:3:{s:5:\"fonts\";s:0:\"\";s:3:\"css\";a:0:{}s:7:\"dynamic\";a:0:{}}'),(2146,209,'primary_template','singular'),(2147,209,'secondary_template','product'),(2148,209,'variable_template',''),(2149,210,'tve_revision_tve_landing_page','blank_v2'),(2150,210,'tve_revision_tve_disable_theme_dependency',''),(2151,210,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"z-index: 8;\" data-css=\"tve-u-1642b593fd4\" wfd-id=\"34\">\n<div class=\"tve-content-box-background\" wfd-id=\"61\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" style=\"z-index: 8;\" wfd-id=\"35\"><div class=\"thrv_wrapper thrv_widget_menu tve-custom-menu-upgrade      tve-menu-style-style_1 tve-mobile-dropdown\" data-tve-style=\"tve_horizontal\" data-tve-switch-icon=\"tablet,mobile\" data-css=\"tve-u-1642ae797d9\" wfd-id=\"42\">\n<div class=\"thrive-shortcode-config\" style=\"display: none !important\" wfd-id=\"60\">__CONFIG_widget_menu__{\"menu_id\":4,\"color\":\"tve_red\",\"dir\":\"tve_horizontal\",\"font_class\":\"\",\"font_size\":\"\",\"ul_attr\":\"\",\"link_attr\":\"\",\"top_link_attr\":\"\",\"trigger_attr\":\"\",\"primary\":\"\",\"head_css\":\"\",\"background_hover\":\"\",\"main_hover\":\"\",\"child_hover\":\"\",\"group_edit\":[],\"menu_style\":\"style_1\",\"dropdown_icon\":\"\",\"mobile_side\":\"dropdown\",\"mobile_icon\":\"\",\"switch_to_icon\":\"tablet,mobile\"}__CONFIG_widget_menu__</div>\n</div><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" wfd-id=\"39\"><h2>Terms &amp; Conditions</h2></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1642b6ab2bb\" wfd-id=\"36\"><p>TERMS OF SERVICE<br><br>-----<br><br>OVERVIEW<br><br>This website is operated by Blackhawk Custom, LLC. Throughout the site, the terms â€œweâ€, â€œusâ€ and â€œourâ€ refer to Blackhawk Custom, LLC. Blackhawk Custom, LLC offers this website, including all information, tools and services available from this site to you, the user, conditioned upon your acceptance of all terms, conditions, policies and notices stated here.<br><br>By visiting our site and/ or purchasing something from us, you engage in our â€œServiceâ€ and agree to be bound by the following terms and conditions (â€œTerms of Serviceâ€, â€œTermsâ€), including those additional terms, conditions, and policies referenced herein and/or available by hyperlink. These Terms of Service apply to all users of the site, including without limitation users who are browsers, vendors, customers, merchants, and/ or contributors of content.<br><br>Please read these Terms of Service carefully before accessing or using our website. By accessing or using any part of the site, you agree to be bound by these Terms of Service. If you do not agree to all the terms and conditions of this agreement, then you may not access the website or use any services. If these Terms of Service are considered an offer, acceptance is expressly limited to these Terms of Service.<br><br>Any new features or tools which are added to the current store shall also be subject to the Terms of Service. You can review the most current version of the Terms of Service at any time on this page. We reserve the right to update, change or replace any part of these Terms of Service by posting updates and/or changes to our website. It is your responsibility to check this page periodically for changes. Your continued use of or access to the website following the posting of any changes constitutes acceptance of those changes.<br><br>SECTION 1 - ONLINE STORE TERMS<br><br>By agreeing to these Terms of Service, you represent that you are at least the age of majority in your state or province of residence, or that you are the age of majority in your state or province of residence and you have given us your consent to allow any of your minor dependents to use this site.<br>You may not use our products for any illegal or unauthorized purpose nor may you, in the use of the Service, violate any laws in your jurisdiction (including but not limited to copyright laws).<br>You must not transmit any worms or viruses or any code of a destructive nature.<br>A breach or violation of any of the Terms will result in an immediate termination of your Services.<br><br>SECTION 2 - GENERAL CONDITIONS<br><br>We reserve the right to refuse service to anyone for any reason at any time.<br>You understand that your content (not including credit card information), may be transferred unencrypted and involve (a) transmissions over various networks; and (b) changes to conform and adapt to technical requirements of connecting networks or devices. Credit card information is always encrypted during transfer over networks.<br>You agree not to reproduce, duplicate, copy, sell, resell or exploit any portion of the Service, use of the Service, or access to the Service or any contact on the website through which the service is provided, without express written permission by us.<br>The headings used in this agreement are included for convenience only and will not limit or otherwise affect these Terms.<br><br>SECTION 3 - ACCURACY, COMPLETENESS AND TIMELINESS OF INFORMATION<br><br>We are not responsible if information made available on this site is not accurate, complete or current. The material on this site is provided for general information only and should not be relied upon or used as the sole basis for making decisions without consulting primary, more accurate, more complete or more timely sources of information. Any reliance on the material on this site is at your own risk.<br>This site may contain certain historical information. Historical information, necessarily, is not current and is provided for your reference only. We reserve the right to modify the contents of this site at any time, but we have no obligation to update any information on our site. You agree that it is your responsibility to monitor changes to our site.<br><br>SECTION 4 - MODIFICATIONS TO THE SERVICE AND PRICES<br><br>The prices for our products are subject to change without notice.<br>We reserve the right at any time to modify or discontinue the Service (or any part or content thereof) without notice at any time.<br>We shall not be liable to you or to any third-party for any modification, price change, suspension or discontinuance of the Service.<br><br>SECTION 5 - PRODUCTS OR SERVICES (if applicable)<br><br>Certain products or services may be available exclusively online through the website. These products or services may have limited quantities and are subject to return or exchange only according to our Return Policy.<br>We have made every effort to display as accurately as possible the colors and images of our products that appear at the store. We cannot guarantee that your computer monitor\'s display of any color will be accurate.<br>We reserve the right, but are not obligated, to limit the sales of our products or Services to any person, geographic region or jurisdiction. We may exercise this right on a case-by-case basis. We reserve the right to limit the quantities of any products or services that we offer. All descriptions of products or product pricing are subject to change at anytime without notice, at the sole discretion of us. We reserve the right to discontinue any product at any time. Any offer for any product or service made on this site is void where prohibited.<br>We do not warrant that the quality of any products, services, information, or other material purchased or obtained by you will meet your expectations, or that any errors in the Service will be corrected.<br><br>SECTION 6 - ACCURACY OF BILLING AND ACCOUNT INFORMATION<br><br>We reserve the right to refuse any order you place with us. We may, in our sole discretion, limit or cancel quantities purchased per person, per household or per order. These restrictions may include orders placed by or under the same customer account, the same credit card, and/or orders that use the same billing and/or shipping address. In the event that we make a change to or cancel an order, we may attempt to notify you by contacting the e-mail and/or billing address/phone number provided at the time the order was made. We reserve the right to limit or prohibit orders that, in our sole judgment, appear to be placed by dealers, resellers or distributors.<br><br>You agree to provide current, complete and accurate purchase and account information for all purchases made at our store. You agree to promptly update your account and other information, including your email address and credit card numbers and expiration dates, so that we can complete your transactions and contact you as needed.<br><br>For more detail, please review our Returns Policy.<br><br>SECTION 7 - OPTIONAL TOOLS<br><br>We may provide you with access to third-party tools over which we neither monitor nor have any control nor input.<br>You acknowledge and agree that we provide access to such tools â€as isâ€ and â€œas availableâ€ without any warranties, representations or conditions of any kind and without any endorsement. We shall have no liability whatsoever arising from or relating to your use of optional third-party tools.<br>Any use by you of optional tools offered through the site is entirely at your own risk and discretion and you should ensure that you are familiar with and approve of the terms on which tools are provided by the relevant third-party provider(s).<br>We may also, in the future, offer new services and/or features through the website (including, the release of new tools and resources). Such new features and/or services shall also be subject to these Terms of Service.<br><br>SECTION 8 - THIRD-PARTY LINKS<br><br>Certain content, products and services available via our Service may include materials from third-parties.<br>Third-party links on this site may direct you to third-party websites that are not affiliated with us. We are not responsible for examining or evaluating the content or accuracy and we do not warrant and will not have any liability or responsibility for any third-party materials or websites, or for any other materials, products, or services of third-parties.<br>We are not liable for any harm or damages related to the purchase or use of goods, services, resources, content, or any other transactions made in connection with any third-party websites. Please review carefully the third-party\'s policies and practices and make sure you understand them before you engage in any transaction. Complaints, claims, concerns, or questions regarding third-party products should be directed to the third-party.<br><br>SECTION 9 - USER COMMENTS, FEEDBACK AND OTHER SUBMISSIONS<br><br>If, at our request, you send certain specific submissions (for example contest entries) or without a request from us you send creative ideas, suggestions, proposals, plans, or other materials, whether online, by email, by postal mail, or otherwise (collectively, \'comments\'), you agree that we may, at any time, without restriction, edit, copy, publish, distribute, translate and otherwise use in any medium any comments that you forward to us. We are and shall be under no obligation (1) to maintain any comments in confidence; (2) to pay compensation for any comments; or (3) to respond to any comments.<br>We may, but have no obligation to, monitor, edit or remove content that we determine in our sole discretion are unlawful, offensive, threatening, libelous, defamatory, pornographic, obscene or otherwise objectionable or violates any partyâ€™s intellectual property or these Terms of Service.<br>You agree that your comments will not violate any right of any third-party, including copyright, trademark, privacy, personality or other personal or proprietary right. You further agree that your comments will not contain libelous or otherwise unlawful, abusive or obscene material, or contain any computer virus or other malware that could in any way affect the operation of the Service or any related website. You may not use a false e-mail address, pretend to be someone other than yourself, or otherwise mislead us or third-parties as to the origin of any comments. You are solely responsible for any comments you make and their accuracy. We take no responsibility and assume no liability for any comments posted by you or any third-party.<br><br>SECTION 10 - PERSONAL INFORMATION<br><br>Your submission of personal information through the store is governed by our Privacy Policy. To view our Privacy Policy.<br><br>SECTION 11 - ERRORS, INACCURACIES AND OMISSIONS<br><br>Occasionally there may be information on our site or in the Service that contains typographical errors, inaccuracies or omissions that may relate to product descriptions, pricing, promotions, offers, product shipping charges, transit times and availability. We reserve the right to correct any errors, inaccuracies or omissions, and to change or update information or cancel orders if any information in the Service or on any related website is inaccurate at any time without prior notice (including after you have submitted your order).<br>We undertake no obligation to update, amend or clarify information in the Service or on any related website, including without limitation, pricing information, except as required by law. No specified update or refresh date applied in the Service or on any related website, should be taken to indicate that all information in the Service or on any related website has been modified or updated.<br><br>SECTION 12 - PROHIBITED USES<br><br>In addition to other prohibitions as set forth in the Terms of Service, you are prohibited from using the site or its content: (a) for any unlawful purpose; (b) to solicit others to perform or participate in any unlawful acts; (c) to violate any international, federal, provincial or state regulations, rules, laws, or local ordinances; (d) to infringe upon or violate our intellectual property rights or the intellectual property rights of others; (e) to harass, abuse, insult, harm, defame, slander, disparage, intimidate, or discriminate based on gender, sexual orientation, religion, ethnicity, race, age, national origin, or disability; (f) to submit false or misleading information; (g) to upload or transmit viruses or any other type of malicious code that will or may be used in any way that will affect the functionality or operation of the Service or of any related website, other websites, or the Internet; (h) to collect or track the personal information of others; (i) to spam, phish, pharm, pretext, spider, crawl, or scrape; (j) for any obscene or immoral purpose; or (k) to interfere with or circumvent the security features of the Service or any related website, other websites, or the Internet. We reserve the right to terminate your use of the Service or any related website for violating any of the prohibited uses.<br><br>SECTION 13 - DISCLAIMER OF WARRANTIES; LIMITATION OF LIABILITY<br><br>We do not guarantee, represent or warrant that your use of our service will be uninterrupted, timely, secure or error-free.<br>We do not warrant that the results that may be obtained from the use of the service will be accurate or reliable.<br>You agree that from time to time we may remove the service for indefinite periods of time or cancel the service at any time, without notice to you.<br>You expressly agree that your use of, or inability to use, the service is at your sole risk. The service and all products and services delivered to you through the service are (except as expressly stated by us) provided \'as is\' and \'as available\' for your use, without any representation, warranties or conditions of any kind, either express or implied, including all implied warranties or conditions of merchantability, merchantable quality, fitness for a particular purpose, durability, title, and non-infringement.<br>In no case shall Blackhawk Custom, LLC, our directors, officers, employees, affiliates, agents, contractors, interns, suppliers, service providers or licensors be liable for any injury, loss, claim, or any direct, indirect, incidental, punitive, special, or consequential damages of any kind, including, without limitation lost profits, lost revenue, lost savings, loss of data, replacement costs, or any similar damages, whether based in contract, tort (including negligence), strict liability or otherwise, arising from your use of any of the service or any products procured using the service, or for any other claim related in any way to your use of the service or any product, including, but not limited to, any errors or omissions in any content, or any loss or damage of any kind incurred as a result of the use of the service or any content (or product) posted, transmitted, or otherwise made available via the service, even if advised of their possibility. Because some states or jurisdictions do not allow the exclusion or the limitation of liability for consequential or incidental damages, in such states or jurisdictions, our liability shall be limited to the maximum extent permitted by law.<br><br>SECTION 14 - INDEMNIFICATION<br><br>You agree to indemnify, defend and hold harmless Blackhawk Custom, LLC and our parent, subsidiaries, affiliates, partners, officers, directors, agents, contractors, licensors, service providers, subcontractors, suppliers, interns and employees, harmless from any claim or demand, including reasonable attorneysâ€™ fees, made by any third-party due to or arising out of your breach of these Terms of Service or the documents they incorporate by reference, or your violation of any law or the rights of a third-party.<br><br>SECTION 15 - SEVERABILITY<br><br>In the event that any provision of these Terms of Service is determined to be unlawful, void or unenforceable, such provision shall nonetheless be enforceable to the fullest extent permitted by applicable law, and the unenforceable portion shall be deemed to be severed from these Terms of Service, such determination shall not affect the validity and enforceability of any other remaining provisions.<br><br>SECTION 16 - TERMINATION<br><br>The obligations and liabilities of the parties incurred prior to the termination date shall survive the termination of this agreement for all purposes.<br>These Terms of Service are effective unless and until terminated by either you or us. You may terminate these Terms of Service at any time by notifying us that you no longer wish to use our Services, or when you cease using our site.<br>If in our sole judgment you fail, or we suspect that you have failed, to comply with any term or provision of these Terms of Service, we also may terminate this agreement at any time without notice and you will remain liable for all amounts due up to and including the date of termination; and/or accordingly may deny you access to our Services (or any part thereof).<br><br>SECTION 17 - ENTIRE AGREEMENT<br><br>The failure of us to exercise or enforce any right or provision of these Terms of Service shall not constitute a waiver of such right or provision.<br>These Terms of Service and any policies or operating rules posted by us on this site or in respect to The Service constitutes the entire agreement and understanding between you and us and govern your use of the Service, superseding any prior or contemporaneous agreements, communications and proposals, whether oral or written, between you and us (including, but not limited to, any prior versions of the Terms of Service).<br>Any ambiguities in the interpretation of these Terms of Service shall not be construed against the drafting party.<br><br>SECTION 18 - GOVERNING LAW<br><br>These Terms of Service and any separate agreements whereby we provide you Services shall be governed by and construed in accordance with the laws of 825 South Kings Highway, Fort Pierce, FL 34945.<br><br>SECTION 19 - CHANGES TO TERMS OF SERVICE<br><br>You can review the most current version of the Terms of Service at any time at this page.<br>We reserve the right, at our sole discretion, to update, change or replace any part of these Terms of Service by posting updates and changes to our website. It is your responsibility to check our website periodically for changes. Your continued use of or access to our website or the Service following the posting of any changes to these Terms of Service constitutes acceptance of those changes.<br><br>SECTION 20 - CONTACT INFORMATION<br><br>Questions about the Terms of Service should be sent to us at <a href=\"mailto:admin@blackhawkcustom.com\" target=\"_blank\">admin@blackhawkcustom.com</a></p></div></div>\n</div>'),(2517,106,'tve_user_custom_css_tcb2-one-page-site-dog-walking','.thrv_text_element p {margin:0;}\n.thrv_heading h1,h2,h3 {margin:0;}'),(2518,106,'tve_has_masonry_tcb2-one-page-site-dog-walking','0'),(2519,106,'tve_has_typefocus_tcb2-one-page-site-dog-walking','0'),(2520,106,'tve_has_wistia_popover_tcb2-one-page-site-dog-walking','0'),(2521,106,'tve_page_events_tcb2-one-page-site-dog-walking','a:0:{}'),(2522,106,'thrive_icon_pack_tcb2-one-page-site-dog-walking','0'),(2523,106,'tve_disable_theme_dependency_tcb2-one-page-site-dog-walking',''),(2524,106,'tve_globals_tcb2-one-page-site-dog-walking','a:4:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";s:11:\"extra_icons\";a:1:{i:0;a:3:{s:11:\"font-family\";s:25:\"tve-ff-6797-59f9979fd5998\";s:3:\"css\";s:87:\"http://lp-build.thrivethemes.com/wp-content/uploads/tve-ff-6797-59f9979fd5998/style.css\";s:6:\"folder\";s:92:\"/home/thrivedevbitston/public_html/landingpages/wp-content/uploads/tve-ff-6797-59f9979fd5998\";}}s:6:\"lb_map\";a:1:{i:6808;s:3:\"265\";}s:8:\"font_cls\";a:0:{}}'),(2526,265,'tve_disable_theme_dependency',''),(2527,265,'tve_user_custom_css',''),(2528,265,'tve_globals','a:4:{s:1:\"e\";s:1:\"1\";s:11:\"content_css\";s:17:\"tve-u-15f007198d8\";s:9:\"close_css\";s:17:\"tve-u-15f0071e47a\";s:11:\"overlay_css\";s:17:\"tve-u-15f00746c06\";}'),(2529,265,'tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Montserrat:200,400&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Amatic+SC:400&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Roboto:300,400&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-15f00b398bc\"] { margin-bottom: 0px !important; margin-top: 23px !important; }[data-css=\"tve-u-15f00aca6dd\"] { line-height: 1.3em !important; }#tve_editor [data-css=\"tve-u-15f00b32008\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15f00b2f966\"] { font-family: Montserrat !important; font-weight: 200 !important; }[data-css=\"tve-u-15f00b0e971\"] { line-height: 1.5em !important; }#tve_editor [data-css=\"tve-u-15f00b0e971\"] { font-size: 25px !important; color: rgb(51, 51, 51) !important; }[data-css=\"tve-u-15f00b09f5f\"] { font-family: Montserrat !important; font-weight: 400 !important; }[data-css=\"tve-u-15f00afcfb2\"] { float: none; max-width: 90%; margin: 27px auto -81px !important; }[data-css=\"tve-u-15f00adc6c7\"] .tve_sep { border-width: 2px; border-color: rgb(110, 182, 230); }[data-css=\"tve-u-15f00adc6c7\"] { max-width: 90%; float: none; padding: 0px !important; margin: 4px auto 0px !important; }[data-css=\"tve-u-15f00ad751b\"] { float: none; max-width: 90%; margin-top: -23px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15f00ad16f3\"] { color: rgb(110, 182, 230) !important; }#tve_editor [data-css=\"tve-u-15f00aca6dd\"] { font-size: 77px !important; color: rgb(24, 45, 59) !important; }[data-css=\"tve-u-15f00ac8e34\"] { font-weight: 400 !important; font-family: \"Amatic SC\" !important; }#tve_editor [data-css=\"tve-u-15f0051ea41\"] input, #tve_editor [data-css=\"tve-u-15f0051ea41\"] input::placeholder { color: rgb(110, 182, 230) !important; }#tve_editor [data-css=\"tve-u-15f00a58a15\"] button { border-radius: 200px; font-size: 17px; color: rgb(24, 45, 60); font-family: Montserrat; font-weight: 400; line-height: 1.85em; background-color: rgb(105, 240, 174) !important; }[data-css=\"tve-u-15f00a58a15\"] { float: none; margin-left: auto; margin-right: auto; }[data-css=\"tve-u-15f0051ea41\"] { float: none; margin-left: auto; margin-right: auto; }[data-css=\"tve-u-15f007ab79e\"] { background-image: linear-gradient(rgb(89, 171, 227), rgb(89, 171, 227)), repeating-radial-gradient(circle at center center, rgba(240, 243, 243, 0.7), rgba(240, 243, 243, 0.7) 1px, transparent 1px, transparent 100%) !important; background-size: auto, 3px 3px !important; background-position: 0px 0px, 0px 0px !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, repeat !important; }[data-css=\"tve-u-15f007a477c\"] { margin: 86px 0px -2px !important; padding: 1px 0px 0px !important; }[data-css=\"tve-u-15f0078df1d\"] { max-width: 86%; min-height: 233px !important; }[data-css=\"tve-u-15f00746c06\"] { background-color: rgba(25, 46, 60, 0.93) !important; }[data-css=\"tve-u-15f0071e47a\"] { color: rgb(255, 255, 255) !important; display: block !important; background-color: rgb(89, 171, 227) !important; }[data-css=\"tve-u-15f007198d8\"] { background-image: repeating-radial-gradient(circle at center center, rgba(214, 241, 255, 0.7), rgba(214, 241, 255, 0.7) 1px, transparent 1px, transparent 100%) !important; margin: 0px !important; max-width: 567px !important; padding: 58px 0px 0px !important; background-size: 3px 3px !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: repeat !important; }#tve_editor [data-css=\"tve-u-15f0051ea41\"] input { border-radius: 108px; overflow: hidden; font-size: 16px; font-family: Roboto; font-weight: 300; border: none; margin-top: 0px !important; padding: 20px 20px 20px 30px !important; }[data-css=\"tve-u-15f00512672\"] { background-image: linear-gradient(rgb(89, 171, 227), rgb(89, 171, 227)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; margin: 48px 0px 0px !important; padding: 0px !important; }[data-css=\"tve-u-15f00b15833\"] { font-family: Montserrat !important; font-weight: 400 !important; }[data-css=\"tve-u-15f00b17b1a\"] { font-family: Montserrat !important; font-weight: 200 !important; }[data-css=\"tve-u-15f00cf1c84\"] { line-height: 100.1px !important; }#tve_editor [data-css=\"tve-u-15f00cf1c84\"] { font-size: 77px !important; color: rgb(24, 45, 59) !important; }}@media (max-width: 767px){[data-css=\"tve-u-15f00ad751b\"] { margin-top: -46px !important; }[data-css=\"tve-u-15f00aca6dd\"] { line-height: 1.5em !important; }[data-css=\"tve-u-15f00cf1c84\"] { line-height: 1.5em !important; }}'),(2530,265,'tve_updated_post','<div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15f00ad751b\"><p data-css=\"tve-u-15f00cf1c84\" style=\"text-align: center;\"><span data-css=\"tve-u-15f00ac8e34\" style=\"font-weight: 400; font-family: &quot;Amatic SC&quot;;\"><strong>Get <span data-css=\"tve-u-15f00ad16f3\" style=\"color: rgb(110, 182, 230);\">20% off</span></strong></span></p><p data-css=\"tve-u-15f00aca6dd\" style=\"text-align: center;\"><span data-css=\"tve-u-15f00ac8e34\" style=\"font-weight: 400; font-family: &quot;Amatic SC&quot;;\"><strong><span data-css=\"tve-u-15f00ad16f3\" style=\"color: rgb(110, 182, 230);\">â€‹</span></strong></span><span data-css=\"tve-u-15f00ac8e34\" style=\"font-weight: 400; font-family: &quot;Amatic SC&quot;;\"><strong>your first walk!</strong></span></p></div><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"2\" data-color=\"rgb(110, 182, 230)\" data-css=\"tve-u-15f00adc6c7\">\n<hr class=\"tve_sep tve_sep-1\">\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15f00afcfb2\"><p data-css=\"tve-u-15f00b0e971\" style=\"text-align: center;\"><span data-css=\"tve-u-15f00b15833\" style=\"font-family: Montserrat; font-weight: 400;\">Enter your email</span><span data-css=\"tve-u-15f00b17b1a\" style=\"font-family: Montserrat; font-weight: 200;\">&nbsp;and weâ€™ll send you your </span><span data-css=\"tve-u-15f00b09f5f\" style=\"font-family: Montserrat; font-weight: 400;\">coupon</span></p></div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-15f007a477c\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15f007ab79e\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15f0078df1d\"><div class=\"thrv_wrapper thrv_lead_generation\" data-connection=\"api\" data-css=\"tve-u-15f00512672\"><input type=\"hidden\" class=\"tve-lg-err-msg\" value=\"{&quot;email&quot;:&quot;Email address invalid&quot;,&quot;phone&quot;:&quot;Phone number invalid&quot;,&quot;password&quot;:&quot;Password invalid&quot;,&quot;passwordmismatch&quot;:&quot;Password mismatch error&quot;,&quot;required&quot;:&quot;Required field missing&quot;}\">\n<div class=\"thrv_lead_generation_container tve_clearfix\">\n<form action=\"#\" method=\"post\" novalidate=\"novalidate\">\n<div class=\"tve_lead_generated_inputs_container tve_clearfix tve_empty_dropzone\">\n<div class=\"tve_lg_input_container tve_lg_input\" data-css=\"tve-u-15f0051ea41\" data-tcb_hover_state_parent=\"\" data-button-style=\"full_rounded\">\n<input type=\"email\" data-field=\"email\" data-required=\"1\" data-validation=\"email\" name=\"email\" placeholder=\"Email Adress\" data-placeholder=\"Email Adress\" class=\"\">\n</div>\n<div class=\"tve_lg_input_container tve_submit_container tve_lg_submit\" data-css=\"tve-u-15f00a58a15\" data-tcb_hover_state_parent=\"\" data-button-style=\"full_rounded\">\n<button type=\"submit\" class=\"tve-froala\">Get Your Coupon Now</button>\n</div>\n</div>\n<input id=\"_submit_option\" type=\"hidden\" name=\"_submit_option\" value=\"redirect\"><input id=\"_back_url\" type=\"hidden\" name=\"_back_url\" value=\"http://design-team.thrive-dev.bitstoneint.com/mini-site-thank-you-page/\"><input type=\"hidden\" name=\"__tcb_lg_fc\" id=\"__tcb_lg_fc\" value=\"YTowOnt9\"></form>\n</div>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15f00b398bc\"><p data-css=\"tve-u-15f00b32008\" style=\"text-align: center;\"><span data-css=\"tve-u-15f00b2f966\" style=\"font-family: Montserrat; font-weight: 200;\">We wonâ€™t spam you.Your Privacy is protected.</span></p></div></div>\n</div>'),(2516,106,'tve_custom_css_tcb2-one-page-site-dog-walking','@import url(\"//fonts.googleapis.com/css?family=Special+Elite:400&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Montserrat:400,200,300&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Amatic+SC:400&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=ABeeZee:400&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-160309b397d\"]::after { clear: both; }[data-css=\"tve-u-160309b344b\"] { position: relative !important; margin-left: 100px !important; }[data-css=\"tve-u-160309b00b4\"] + div { clear: none; }[data-css=\"tve-u-160309b00b4\"] { float: none; width: 60px; position: absolute; margin-bottom: 0px !important; margin-top: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-16030975307\"] { max-width: 75%; margin-left: 80px !important; }[data-css=\"tve-u-1602bfa220e\"] { line-height: 1.85em !important; }[data-css=\"tve-u-1602be7db66\"] { float: left; width: 40px; z-index: 3; position: relative; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1602be56dfc\"]::after { clear: both; }[data-css=\"tve-u-1602be4545b\"] { max-width: 25%; }[data-css=\"tve-u-1602be45437\"] { max-width: 48.1%; }[data-css=\"tve-u-1602be453ec\"] { max-width: 26.9%; }[data-css=\"tve-u-1602b37ce9d\"] > .tcb-flex-col > .tcb-col { justify-content: center; }[data-css=\"tve-u-1602b332fd9\"] { max-width: 264px; position: relative; float: right; z-index: 3; width: 100%; padding-left: 1px !important; margin-top: 1px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1602b324a9c\"] { color: rgb(74, 163, 223) !important; }[data-css=\"tve-u-1602b324a9b\"] { color: rgb(74, 163, 223) !important; }[data-css=\"tve-u-1602b31dfcd\"] { max-width: 1296px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15f76fcb7df\"] { max-width: 100%; }[data-css=\"tve-u-15f0064f814\"] { color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-15ec313e743\"]:hover p, #tve_editor [data-css=\"tve-u-15ec313e743\"]:hover li, #tve_editor [data-css=\"tve-u-15ec313e743\"]:hover blockquote, #tve_editor [data-css=\"tve-u-15ec313e743\"]:hover address { color: rgb(89, 171, 227); }[data-css=\"tve-u-15f003784ab\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15f00369f5e\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15f003655f8\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15f003606db\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15f0034f748\"] { color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-15f002fa8f6\"] { color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-15ec313e743\"] p, #tve_editor [data-css=\"tve-u-15ec313e743\"] li, #tve_editor [data-css=\"tve-u-15ec313e743\"] blockquote, #tve_editor [data-css=\"tve-u-15ec313e743\"] address { font-size: 16px; }[data-css=\"tve-u-15ec313e743\"] { text-align: left; padding-left: 0px !important; margin-left: 0px !important; margin-right: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-15ee121fb1c\"] .tcb-flex-col { flex-basis: 285px !important; }[data-css=\"tve-u-15ec30a8a14\"]::after { clear: both; }#tve_editor [data-css=\"tve-u-15ebe90cfb0\"] { font-size: 96px !important; }[data-css=\"tve-u-15ee1237243\"] { box-shadow: rgba(73, 137, 181, 0.15) -3px 7px 69px 10px; }[data-css=\"tve-u-15ee1232726\"] { box-shadow: rgba(73, 137, 181, 0.15) -3px 7px 69px 10px; }[data-css=\"tve-u-15ee121fb1c\"] > .tcb-flex-col > .tcb-col { min-height: 503px; }[data-css=\"tve-u-15ee1225fdf\"] { box-shadow: rgba(73, 137, 181, 0.15) -3px 7px 69px 10px; }[data-css=\"tve-u-15ee121fb1c\"] { margin-left: -60px; min-height: inherit; }[data-css=\"tve-u-15ee121fb1c\"] > .tcb-flex-col { padding-left: 60px; }[data-css=\"tve-u-15ee121a6d1\"] { float: none; max-width: 1296px; text-align: center; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ee1211b9b\"] { max-width: 1603px; text-align: center; }[data-css=\"tve-u-15ec26fee25\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-15ee106257d\"] { max-width: 100%; }[data-css=\"tve-u-15ec3055cca\"] { max-width: 1370px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ee103f44a\"] { float: none; max-width: 1296px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ee1037a1d\"] { float: none; max-width: 1296px; margin-left: auto !important; margin-right: auto !important; }#tve_editor [data-css=\"tve-u-15ec2ac01df\"]:hover .tcb-button-link { box-shadow: rgba(73, 137, 181, 0.25) -3px 7px 73px 18px; background-color: rgb(149, 250, 201) !important; }#tve_editor [data-css=\"tve-u-15ebe91a626\"]:hover .tcb-button-link { box-shadow: rgba(73, 137, 181, 0.25) -3px 7px 73px 18px; border: 0px dashed rgb(255, 255, 255); background-color: rgb(149, 250, 201) !important; font-weight: normal !important; background-image: none !important; }[data-css=\"tve-u-15ebe8a2edd\"] > .tcb-flex-col > .tcb-col { justify-content: center; }[data-css=\"tve-u-15ec3017516\"] { margin-top: 60px !important; padding-bottom: 50px !important; }[data-css=\"tve-u-15ec2b6e126\"] { width: 142px; }[data-css=\"tve-u-15ec2b5d54c\"] { margin-top: 83px !important; }[data-css=\"tve-u-15ec2b56fac\"] { background-image: linear-gradient(rgb(25, 46, 60), rgb(25, 46, 60)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-15ec2b54c99\"] { max-width: 1586px; min-height: 100px !important; }[data-css=\"tve-u-15ec2b3b468\"] { box-shadow: rgba(89, 171, 227, 0.15) -3px 7px 69px 10px, rgba(0, 0, 0, 0.4) 0px 8px 12px 0px; border-top: none; margin: 0px 1px 1px 0px !important; }[data-css=\"tve-u-15ec2b37666\"] { margin-top: 114px !important; }[data-css=\"tve-u-15ec2b33f06\"] { text-align: left; padding: 70px 7px 7px !important; }[data-css=\"tve-u-15ec2b0a32a\"] { margin-top: 76px !important; }[data-css=\"tve-u-15ec2ae8715\"] > .tcb-flex-col { padding-left: 10px; }[data-css=\"tve-u-15ec2afed17\"] { color: rgb(89, 171, 227) !important; }[data-css=\"tve-u-15ec2ae8715\"] { float: none; max-width: 1453px; margin-left: -10px; margin-right: auto !important; padding-top: 15px !important; padding-bottom: 0px !important; padding-left: 15px !important; }[data-css=\"tve-u-15ec2acb421\"] { min-height: 162px; }[data-css=\"tve-u-15ec2aafa24\"] { color: rgb(89, 171, 227) !important; }[data-css=\"tve-u-15ec2aaa9a4\"] { float: none; max-width: 1440px; margin-left: auto !important; margin-right: auto !important; margin-top: 25px !important; }#tve_editor [data-css=\"tve-u-15ec2aa8e2e\"] { letter-spacing: 1px; color: rgb(255, 255, 255) !important; font-size: 20px !important; }[data-css=\"tve-u-15ec2a9b8a9\"] { border: 1px solid rgb(89, 171, 227) !important; }[data-css=\"tve-u-15ec2a81a9f\"] { min-height: 162px; }[data-css=\"tve-u-15ec2a80647\"] { float: none; max-width: 97%; margin-left: auto !important; margin-right: auto !important; margin-top: 55px !important; }[data-css=\"tve-u-15ec2a6f589\"] { float: none; max-width: 1440px; margin-top: 55px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2a6d9d8\"] { font-family: \"Amatic SC\" !important; font-weight: 400 !important; }#tve_editor [data-css=\"tve-u-15ec2a6b447\"] { color: rgb(89, 171, 227) !important; font-size: 70px !important; }[data-css=\"tve-u-15ec2a5bb35\"] { background-image: linear-gradient(rgba(28, 54, 85, 0.8), rgba(28, 54, 85, 0.8)), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/coupon_background.jpg\") !important; background-size: auto, cover !important; background-position: 0px 0px, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-15ec2a56438\"] { margin-top: 69px !important; }[data-css=\"tve-u-15ec2a5540e\"] { max-width: 100%; text-align: center; min-height: 561px !important; }[data-css=\"tve-u-15ec2a38bfd\"] { margin-right: 0px !important; padding-right: 0px !important; margin-left: 0px !important; }[data-css=\"tve-u-15ec2a33d71\"] { width: 830px; position: relative; top: 0px; left: 40px; z-index: 7; float: none; padding-right: 0px !important; padding-left: 0px !important; }[data-css=\"tve-u-15ec27075e1\"] { border-left: 1px solid rgb(232, 238, 241); border-top: 1px solid rgb(232, 238, 241); border-bottom: 1px solid rgb(232, 238, 241); }[data-css=\"tve-u-15ec26fee25\"] > .tcb-flex-col > .tcb-col { min-height: 612px; }[data-css=\"tve-u-15ec26fee25\"] { min-height: inherit; margin-left: 0px; padding-top: 0px !important; padding-bottom: 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-15ec26ec232\"] { margin-top: 66px !important; }[data-css=\"tve-u-15ec26e5812\"] { max-width: 100%; min-height: 586px !important; }[data-css=\"tve-u-15ec26c390a\"] { margin-top: 60px !important; }#tve_editor [data-css=\"tve-u-15ec26bd2e8\"] { color: rgb(24, 45, 60) !important; font-size: 70px !important; }[data-css=\"tve-u-15ec26b9914\"] { max-width: 1434px; text-align: center; }[data-css=\"tve-u-15ec26ab7b0\"] { margin-top: 67px !important; }#tve_editor [data-css=\"tve-u-15ec26a92a2\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15ec2698d8d\"] { float: none; max-width: 600px; margin-left: auto !important; margin-right: auto !important; margin-top: 30px !important; }#tve_editor [data-css=\"tve-u-15ec269736c\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15ec269379d\"] { font-size: 45px !important; }[data-css=\"tve-u-15ec268a0a3\"] { font-size: 45px !important; color: rgb(89, 171, 227) !important; }[data-css=\"tve-u-15ec256e611\"] { margin-top: 0px !important; }#tve_editor [data-css=\"tve-u-15ec25610c7\"] { font-size: 40px !important; color: rgb(89, 171, 227) !important; }[data-css=\"tve-u-15ec255fe12\"] { font-family: ABeeZee !important; font-weight: 400 !important; color: rgb(89, 171, 227) !important; font-size: 45px !important; }[data-css=\"tve-u-15ec254985a\"] { margin-right: 0px !important; }[data-css=\"tve-u-15ec253ef3a\"] { text-align: center; background-image: linear-gradient(rgba(24, 45, 60, 0.95), rgba(24, 45, 60, 0.95)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; margin-top: 0px !important; padding-top: 130px !important; padding-bottom: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-15ec253a41f\"] > .tcb-flex-col > .tcb-col { min-height: 661px; }[data-css=\"tve-u-15ec253a41f\"] { min-height: inherit; float: none; max-width: 1474px; z-index: 3; position: relative; padding-top: 0px !important; padding-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; padding-right: 0px !important; }[data-css=\"tve-u-15ec24f97c0\"] { background-image: linear-gradient(rgba(42, 51, 68, 0.1), rgba(42, 51, 68, 0.1)), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/testimonial_bg.jpg\") !important; background-size: auto, cover !important; background-position: 0px 0px, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-15ec24f790d\"] { min-height: 661px !important; }[data-css=\"tve-u-15ec24f494c\"] { margin-top: 60px !important; }[data-css=\"tve-u-15ec24d5e15\"] + div { clear: none; }[data-css=\"tve-u-15ec24d5e15\"] { float: none; width: 65px; margin-left: auto !important; margin-right: auto !important; margin-top: 40px !important; }[data-css=\"tve-u-15ec24ae116\"] + div { clear: none; }[data-css=\"tve-u-15ec24ae116\"] { float: none; width: 73px; margin-left: auto !important; margin-right: auto !important; margin-top: 40px !important; }[data-css=\"tve-u-15ec249b3f6\"] { line-height: 1.9em !important; }[data-css=\"tve-u-15ec2492191\"] { margin-left: 25px !important; margin-right: 25px !important; margin-top: 25px !important; }#tve_editor [data-css=\"tve-u-15ec2487407\"] { text-transform: uppercase !important; color: rgb(135, 156, 171) !important; font-size: 17px !important; }#tve_editor [data-css=\"tve-u-15ec2481d17\"] { font-size: 20px !important; }[data-css=\"tve-u-15ec2477274\"] + div { clear: none; }[data-css=\"tve-u-15ec2477274\"] { float: none; width: 55px; margin-left: auto !important; margin-right: auto !important; margin-top: 40px !important; }[data-css=\"tve-u-15ec2448fdb\"] { float: none; max-width: 1296px; margin-top: 10px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2443105\"] { line-height: 1.8em !important; }[data-css=\"tve-u-15ebea49c0c\"] { float: none; max-width: 1440px; margin-left: auto !important; margin-right: auto !important; margin-top: 0px !important; }#tve_editor [data-css=\"tve-u-15ebea42b31\"] { color: rgb(24, 45, 60) !important; font-size: 70px !important; }[data-css=\"tve-u-15ebea3a693\"] { max-width: 1434px; }[data-css=\"tve-u-15ebe955aaa\"]::after { clear: both; }#tve_editor [data-css=\"tve-u-15ebe925072\"] { font-family: Montserrat; letter-spacing: 0px; font-weight: 400; font-size: 20px !important; color: rgb(24, 45, 60) !important; }[data-css=\"tve-u-15ebe91a626\"] { display: block; max-width: 423px; margin-left: 50px !important; margin-right: 0px !important; }[data-css=\"tve-u-15ebe91a626\"] .tcb-button-link { border-radius: 200px; min-height: 67.1429px; font-size: 1.6em; padding-top: 0px; padding-bottom: 0px; background-color: rgb(105, 240, 174) !important; padding-left: 15px !important; background-image: none !important; }[data-css=\"tve-u-15ebe916c34\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 733px; }[data-css=\"tve-u-15ebe90cfb0\"] { line-height: 1.1em !important; }[data-css=\"tve-u-15ebe906677\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 669px; margin-left: 50px !important; margin-top: 40px !important; }#tve_editor [data-css=\"tve-u-15ebe905473\"] { font-size: 22px !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15ebe8ee6c0\"]::after { clear: both; }[data-css=\"tve-u-15ebe8edca2\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 722px; padding-left: 0px !important; margin-left: 50px !important; margin-top: 104px !important; }[data-css=\"tve-u-15ebe8abb9e\"] { padding: 0px !important; }[data-css=\"tve-u-15ebe8a4d78\"] { clip-path: url(\"#clip-left-335f47a4c8f92\"); -webkit-clip-path: url(\"#clip-left-335f47a4c8f92\");  }[data-css=\"tve-u-15ebe8a2edd\"] { padding-bottom: 0px !important; padding-top: 0px !important; }[data-css=\"tve-u-15ebe89fb7a\"] { margin-left: -35px !important; }[data-css=\"tve-u-15ebe830a90\"] { clip-path: url(\"#clip-left-bb2526ca261ae\"); -webkit-clip-path: url(\"#clip-left-bb2526ca261ae\");  background-image: linear-gradient(rgb(89, 171, 227), rgb(89, 171, 227)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-15ebe827cb3\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 0px !important; }[data-css=\"tve-u-15ebe80a9a1\"] { min-height: 729px; }[data-css=\"tve-u-15ebe738fb8\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-15ebe738fb8\"] > .tcb-flex-col > .tcb-col { min-height: 729px; }[data-css=\"tve-u-15ebe738fb8\"] { min-height: inherit; margin-left: 0px; padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-15ebe73226c\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/header_image-1.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-15ebe72c974\"] { max-width: 1620px; }[data-css=\"tve-u-15ebe70a25b\"] { width: 254px; margin: 0px auto !important; padding-left: 0px !important; float: none; }[data-css=\"tve-u-15ebe5d7b44\"] { background-image: linear-gradient(rgb(24, 45, 60), rgb(24, 45, 60)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-15ebe51d596\"] { max-width: 100%; min-height: 100px !important; }#tcb_landing_page h3 { font-family: Montserrat; font-weight: 200; font-size: 20px; color: rgb(24, 45, 60); }#tcb_landing_page h2 { font-family: \"Amatic SC\"; font-weight: 400; font-size: 70px; color: rgb(24, 45, 60); }#tcb_landing_page h1 { font-family: \"Amatic SC\"; font-weight: 400; font-size: 96px; color: rgb(255, 255, 255); }#tcb_landing_page p, #tcb_landing_page li { font-family: Montserrat; font-weight: 200; color: rgb(24, 45, 60); font-size: 18px; line-height: 1.667em; }[data-css=\"tve-u-15e09c94f7d\"] { background-color: rgb(255, 255, 255); }[data-css=\"tve-u-15ec256b908\"] { font-family: \"Amatic SC\" !important; font-weight: 400 !important; }[data-css=\"tve-u-15ec26760e9\"] { font-family: ABeeZee !important; font-weight: 400 !important; }[data-css=\"tve-u-15ec2680494\"] { font-family: \"Amatic SC\" !important; font-weight: 400 !important; }#tve_editor [data-css=\"tve-u-15ec2ab1d6d\"] { letter-spacing: 1px; color: rgb(255, 255, 255) !important; font-size: 20px !important; }#tve_editor [data-css=\"tve-u-15ec2ab1d82\"] { letter-spacing: 1px; color: rgb(255, 255, 255) !important; font-size: 20px !important; }[data-css=\"tve-u-15ec2abe257\"] { float: none; z-index: 3; position: relative; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2ac01df\"] { display: block; max-width: 423px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2ac01df\"] .tcb-button-link { border-radius: 200px; min-height: 67.1429px; font-size: 1.6em; padding-top: 0px; padding-bottom: 0px; background-color: rgb(105, 240, 174) !important; padding-left: 15px !important; }#tve_editor [data-css=\"tve-u-15ec2af6c4b\"] { color: rgb(24, 45, 60) !important; font-size: 70px !important; }[data-css=\"tve-u-15ec2af6c4e\"] { font-family: \"Amatic SC\" !important; font-weight: 400 !important; }[data-css=\"tve-u-15ec3192f72\"] { margin-left: 25px !important; margin-right: 25px !important; margin-top: 25px !important; }[data-css=\"tve-u-15ec31ba260\"] { float: none; max-width: 1296px; margin-top: 10px !important; margin-left: auto !important; margin-right: auto !important; }#tcb_landing_page a:hover:not(.tcb-button-link) { color: rgb(89, 171, 227); }#tcb_landing_page .tve-state-hovera:not(.tcb-button-link) { color: rgb(89, 171, 227); }#tve_editor [data-css=\"tve-u-160266880a0\"] { color: rgb(255, 255, 255) !important; font-family: Montserrat !important; }[data-css=\"tve-u-1602b324ab9\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1602bec144e\"] { width: 36px; float: left; z-index: 3; position: static; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1602befe215\"] { max-width: 386px; position: relative !important; padding-left: 1px !important; margin-top: 0px !important; margin-left: 50px !important; }[data-css=\"tve-u-160309ddca8\"] + div { clear: none; }[data-css=\"tve-u-160309ddca8\"] { float: none; width: 60px; position: absolute; margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-160309f3e5d\"] { max-width: 75%; margin-left: 80px !important; margin-top: 60px !important; margin-bottom: 40px !important; }[data-css=\"tve-u-160309f6c04\"] { max-width: 75%; margin-left: 80px !important; margin-top: 60px !important; margin-bottom: 80px !important; }[data-css=\"tve-u-16030a013d7\"] + div { clear: none; }[data-css=\"tve-u-16030a013d7\"] { float: none; width: 60px; position: absolute; margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-16030a08afd\"] { position: relative !important; margin-left: 100px !important; }[data-css=\"tve-u-16030a09626\"] { position: relative !important; margin-left: 100px !important; }#tcb_landing_page a.tve-state-hover:not(.tcb-button-link) { color: rgb(89, 171, 227); }[data-css=\"tve-u-1689d19a7e4\"] { margin-top: 0px !important; }[data-css=\"tve-u-1689d19b8cb\"] { padding-top: 0px !important; }[data-css=\"tve-u-1689d1a19d6\"] { box-shadow: rgba(0, 0, 0, 0.4) 0px 8px 12px 0px; margin-top: 0px !important; }[data-css=\"tve-u-1689d1dcf7d\"] { text-align: left; padding-top: 70px !important; padding-bottom: 6px !important; padding-right: 10px !important; }[data-css=\"tve-u-15ebe70a25b\"] img { opacity: 1; }[data-css=\"tve-u-1689d58731a\"] .tve-page-section-in { display: block; }[data-css=\"tve-u-1689d5be595\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-1689d5c3106\"] { margin: 0px auto !important; float: none; }#tve_editor [data-css=\"tve-u-1689d5ca073\"] { font-family: \"Special Elite\" !important; font-weight: 400 !important; }[data-css=\"tve-u-1689d5c3106\"] .tcb-button-link { border-radius: 8px; background-image: none !important; background-color: rgb(143, 2, 32) !important; }#tve_editor [data-css=\"tve-u-1689d5c3106\"]:hover .tcb-button-link { background-color: rgb(96, 0, 2) !important; }[data-css=\"tve-u-1689d6b59be\"] { max-width: 24.9%; }[data-css=\"tve-u-1689d6b5a04\"] { max-width: 75.1%; }}@media (max-width: 1023px){[data-css=\"tve-u-1602b332fd9\"] { float: none; max-width: 121px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1602befe215\"] { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1602b37ce9d\"] .tcb-flex-col { flex-basis: 420px !important; }[data-css=\"tve-u-1602bec144e\"] { float: none; z-index: 3; position: relative; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1602be7db66\"] { float: none; z-index: 3; position: relative; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2a38bfd\"] { text-align: left; }[data-css=\"tve-u-15ec27075e1\"] { margin-top: 0px !important; }[data-css=\"tve-u-15ee1237243\"] { margin-top: 52px !important; }[data-css=\"tve-u-15ee121a6d1\"] { margin-left: 33px !important; margin-right: 33px !important; }[data-css=\"tve-u-15ebe51d596\"] { text-align: left; }[data-css=\"tve-u-15ec2b6e126\"] { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2b54c99\"] { text-align: left; }[data-css=\"tve-u-15ec2b3b468\"] { margin-left: 0px !important; margin-top: 0px !important; box-shadow: rgba(89, 171, 227, 0.15) -3px 7px 69px 10px, rgba(0, 0, 0, 0.4) 0px 8px 12px 0px; }[data-css=\"tve-u-15ec2b37666\"] { margin-top: 0px !important; }[data-css=\"tve-u-15ec2a80647\"] { margin-top: 0px !important; padding-left: 10px !important; padding-right: 10px !important; }[data-css=\"tve-u-15ec2a5540e\"] { max-width: 720px; }[data-css=\"tve-u-15ec2a33d71\"] { width: 395px; float: none; z-index: 3; position: relative; margin: 80px auto 0px !important; }[data-css=\"tve-u-15ec26b9914\"] { max-width: 720px; }[data-css=\"tve-u-15ec253ef3a\"] { padding: 25px 10px !important; }[data-css=\"tve-u-15ebea3a693\"] { max-width: 720px; }[data-css=\"tve-u-15ec30a8a14\"]::after { clear: both; }[data-css=\"tve-u-15ebe916c34\"] { max-width: 376px; }[data-css=\"tve-u-15ebe8a2edd\"] > .tcb-flex-col > .tcb-col { justify-content: center; min-height: 91px; }[data-css=\"tve-u-15ebe70a25b\"] { float: right; z-index: 3; position: relative; margin: 0px auto !important; }[data-css=\"tve-u-15ec3055cca\"] { text-align: center; margin-top: 0px !important; }[data-css=\"tve-u-15ebe8a2edd\"] { min-height: inherit; float: none; max-width: 100%; padding-top: 0px !important; padding-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; flex-wrap: nowrap !important; }[data-css=\"tve-u-15ec30518d3\"] { text-align: center; margin-left: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-15ebe830a90\"] { clip-path: url(\"#clip-tablet-left-bb2526ca261ae\"); -webkit-clip-path: url(\"#clip-tablet-left-bb2526ca261ae\");  }[data-css=\"tve-u-15ebe91a626\"] { margin-left: 30px !important; }[data-css=\"tve-u-15ebe906677\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 336px; margin-left: 30px !important; }[data-css=\"tve-u-15ebe8edca2\"] { margin-left: 30px !important; }[data-css=\"tve-u-15ebe89fb7a\"] { margin-left: -35px !important; }[data-css=\"tve-u-15ebe827cb3\"] { max-width: 100%; }#tve_editor [data-css=\"tve-u-15ebe90cfb0\"] { font-size: 84px !important; }[data-css=\"tve-u-1689d1a19d6\"] { box-shadow: rgba(0, 0, 0, 0.4) 0px 8px 12px 0px, rgba(0, 0, 0, 0.4) -3px 7px 69px 10px; }[data-css=\"tve-u-1689d6b59be\"] { max-width: 48.9%; }[data-css=\"tve-u-1689d6b5a04\"] { max-width: 51.1%; }}@media (max-width: 767px){[data-css=\"tve-u-160309b344b\"] { margin-left: 10px !important; margin-top: 30px !important; margin-right: 10px !important; }[data-css=\"tve-u-16030a013d7\"] { position: static; }[data-css=\"tve-u-16030a09626\"] { margin-left: 10px !important; margin-top: 30px !important; margin-right: 10px !important; }[data-css=\"tve-u-160309ddca8\"] { position: static; }[data-css=\"tve-u-16030a08afd\"] { margin-left: 10px !important; margin-right: 10px !important; margin-top: 30px !important; }[data-css=\"tve-u-160309b00b4\"] { position: static; }[data-css=\"tve-u-16030975307\"] { max-width: 100%; margin-left: 10px !important; margin-right: 10px !important; }[data-css=\"tve-u-160309f6c04\"] { max-width: 100%; margin-left: 10px !important; margin-right: 10px !important; }[data-css=\"tve-u-160309f3e5d\"] { max-width: 100%; margin-left: 10px !important; margin-right: 10px !important; }[data-css=\"tve-u-15ec2a38bfd\"]::after { clear: both; }[data-css=\"tve-u-1602bff3cd5\"]::after { clear: both; }[data-css=\"tve-u-1602bfea280\"] { margin-top: 0px !important; margin-bottom: 20px !important; }[data-css=\"tve-u-15ec2b6e126\"] { float: left; z-index: 3; position: relative; margin-left: 24px !important; }[data-css=\"tve-u-1602bf25f10\"]::after { clear: both; }[data-css=\"tve-u-1602b332fd9\"] { max-width: 257px; float: left; z-index: 3; position: relative; width: 100%; margin-top: 20px !important; margin-left: 20px !important; }[data-css=\"tve-u-15ec253ef3a\"] { padding-top: 30px !important; padding-bottom: 30px !important; }[data-css=\"tve-u-15ee1237243\"] { margin-top: 25px !important; }[data-css=\"tve-u-15ee1232726\"] { margin-top: 25px !important; }[data-css=\"tve-u-15ebe70a25b\"] { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2ae8715\"] { margin-left: -15px; }[data-css=\"tve-u-15ec2ae8715\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-15ec2b33f06\"] { margin-right: 0px !important; }[data-css=\"tve-u-15ec26fee25\"] > .tcb-flex-col > .tcb-col { min-height: 387px; }[data-css=\"tve-u-15ec26fee25\"] { margin-left: 0px; min-height: inherit; }[data-css=\"tve-u-15ec26fee25\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-15ec2a33d71\"] { position: static; margin-bottom: 0px !important; }[data-css=\"tve-u-15ec31ba260\"] { padding-left: 3px !important; padding-right: 3px !important; }[data-css=\"tve-u-15ec253a41f\"] > .tcb-flex-col > .tcb-col { min-height: 27px; }[data-css=\"tve-u-15ec253a41f\"] { margin-left: 0px; min-height: inherit; }[data-css=\"tve-u-15ec253a41f\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-15ec254985a\"] { margin-top: 0px !important; }[data-css=\"tve-u-15ec24f494c\"] { margin-top: 30px !important; }[data-css=\"tve-u-15ec256e611\"] { margin-top: 0px !important; }[data-css=\"tve-u-15ec3192f72\"] { margin-bottom: 32px !important; }[data-css=\"tve-u-15ec318421d\"] { margin-bottom: 34px !important; margin-top: -105px !important; }[data-css=\"tve-u-15ebe738fb8\"] > .tcb-flex-col > .tcb-col { min-height: 554px; }[data-css=\"tve-u-15ebe738fb8\"] { min-height: inherit; padding-bottom: 0px !important; }[data-css=\"tve-u-15ec3017516\"] { margin-top: 0px !important; padding-left: 5px !important; padding-right: 5px !important; }[data-css=\"tve-u-15ebe89fb7a\"] { margin-left: -20px !important; }[data-css=\"tve-u-15ec3055cca\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-15ebe916c34\"] { margin-bottom: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-15ec3152b02\"] { min-height: 226px; }[data-css=\"tve-u-15ebe80a9a1\"] { min-height: 554px; }[data-css=\"tve-u-15ebe91a626\"] { margin-left: 28px !important; margin-right: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-15ebe906677\"] { margin-left: 30px !important; }[data-css=\"tve-u-15ebe8edca2\"] { margin-left: 30px !important; margin-top: 45px !important; }[data-css=\"tve-u-15ebe827cb3\"] { max-width: 100%; }[data-css=\"tve-u-15ec313e743\"] { margin-left: 10px !important; margin-right: 10px !important; }[data-css=\"tve-u-1602befe215\"] { max-width: 257px; float: left; z-index: 3; position: relative; width: 100%; margin-top: 20px !important; margin-left: 20px !important; }}'),(2414,260,'_edit_last','1'),(2415,260,'_edit_lock','1536385964:1'),(2416,261,'tve_revision_tve_landing_page',''),(2417,261,'tve_revision_tve_disable_theme_dependency',''),(2418,261,'tve_revision_tve_content_before_more',''),(2419,261,'tve_revision_tve_content_more_found',''),(2420,261,'tve_revision_tve_save_post',''),(2421,261,'tve_revision_tve_custom_css',''),(2422,261,'tve_revision_tve_user_custom_css',''),(2423,261,'tve_revision_tve_page_events',''),(2424,261,'tve_revision_tve_globals',''),(2425,261,'tve_revision_tve_global_scripts',''),(2426,261,'tve_revision_thrive_icon_pack',''),(2427,261,'tve_revision_thrive_tcb_post_fonts',''),(2428,261,'tve_revision_tve_has_masonry',''),(2429,261,'tve_revision_tve_has_typefocus',''),(2430,261,'tve_revision_tve_updated_post',''),(2431,261,'tve_revision_tve_has_wistia_popover',''),(2432,260,'_primary_term_category','24'),(2433,260,'site-sidebar-layout','default'),(2434,260,'site-content-layout','default'),(2435,260,'stick-header-meta','default'),(2436,260,'theme-transparent-header-meta','default'),(2437,260,'tcb2_ready','1'),(2438,260,'tve_content_before_more','<div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" wfd-id=\"88\"><h2>Is My MK18 Overgassed?</h2></div><div class=\"thrv_wrapper thrv_text_element\" wfd-id=\"85\"><p>Enter your text here...</p></div>'),(2439,260,'tve_content_more_found',''),(2440,260,'tve_custom_css',''),(2441,260,'tve_user_custom_css',''),(2442,260,'tve_page_events','a:0:{}'),(2443,260,'tve_updated_post','<div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" wfd-id=\"88\"><h2>Is My MK18 Overgassed?</h2></div><div class=\"thrv_wrapper thrv_text_element\" wfd-id=\"85\"><p>Enter your text here...</p></div>'),(2444,260,'tcb_editor_enabled','1'),(2445,262,'tve_revision_tve_landing_page',''),(2446,262,'tve_revision_tve_disable_theme_dependency',''),(2447,262,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" wfd-id=\"82\"><h2>Is My MK18 Overgassed?</h2></div><div class=\"thrv_wrapper thrv_text_element\" wfd-id=\"79\"><p>Enter your text here...</p></div>'),(2448,262,'tve_revision_tve_content_more_found',''),(2449,262,'tve_revision_tve_save_post',''),(2450,262,'tve_revision_tve_custom_css',''),(2451,262,'tve_revision_tve_user_custom_css',''),(2452,262,'tve_revision_tve_page_events','a:0:{}'),(2453,262,'tve_revision_tve_globals',''),(2454,262,'tve_revision_tve_global_scripts',''),(2455,262,'tve_revision_thrive_icon_pack',''),(2456,262,'tve_revision_thrive_tcb_post_fonts',''),(2457,262,'tve_revision_tve_has_masonry',''),(2458,262,'tve_revision_tve_has_typefocus',''),(2459,262,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" wfd-id=\"82\"><h2>Is My MK18 Overgassed?</h2></div><div class=\"thrv_wrapper thrv_text_element\" wfd-id=\"79\"><p>Enter your text here...</p></div>'),(2460,262,'tve_revision_tve_has_wistia_popover',''),(2461,260,'tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(2462,260,'thrive_tcb_post_fonts','a:0:{}'),(2463,260,'thrive_icon_pack','0'),(2464,260,'tve_has_masonry','0'),(2465,260,'tve_has_typefocus','0'),(2466,260,'tve_has_wistia_popover','0'),(2467,263,'tve_revision_tve_landing_page',''),(2468,263,'tve_revision_tve_disable_theme_dependency',''),(2469,263,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" wfd-id=\"82\"><h2>Is My MK18 Overgassed?</h2></div><div class=\"thrv_wrapper thrv_text_element\" wfd-id=\"79\"><p>Enter your text here...</p></div>'),(2470,263,'tve_revision_tve_content_more_found',''),(2471,263,'tve_revision_tve_save_post',''),(2472,263,'tve_revision_tve_custom_css',''),(2473,263,'tve_revision_tve_user_custom_css',''),(2474,263,'tve_revision_tve_page_events','a:0:{}'),(2475,263,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(2476,263,'tve_revision_tve_global_scripts',''),(2477,263,'tve_revision_thrive_icon_pack','0'),(2478,263,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(2479,263,'tve_revision_tve_has_masonry','0'),(2480,263,'tve_revision_tve_has_typefocus','0'),(2481,263,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" wfd-id=\"82\"><h2>Is My MK18 Overgassed?</h2></div><div class=\"thrv_wrapper thrv_text_element\" wfd-id=\"79\"><p>Enter your text here...</p></div>'),(2482,263,'tve_revision_tve_has_wistia_popover','0'),(2483,264,'tve_revision_tve_landing_page',''),(2484,264,'tve_revision_tve_disable_theme_dependency',''),(2485,264,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" wfd-id=\"88\"><h2>Is My MK18 Overgassed?</h2></div><div class=\"thrv_wrapper thrv_text_element\" wfd-id=\"85\"><p>Enter your text here...</p></div>'),(2486,264,'tve_revision_tve_content_more_found',''),(2487,264,'tve_revision_tve_save_post',''),(2488,264,'tve_revision_tve_custom_css',''),(2489,264,'tve_revision_tve_user_custom_css',''),(2490,264,'tve_revision_tve_page_events','a:0:{}'),(2491,264,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(2492,264,'tve_revision_tve_global_scripts',''),(2493,264,'tve_revision_thrive_icon_pack','0'),(2494,264,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(2495,264,'tve_revision_tve_has_masonry','0'),(2496,264,'tve_revision_tve_has_typefocus','0'),(2497,264,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" wfd-id=\"88\"><h2>Is My MK18 Overgassed?</h2></div><div class=\"thrv_wrapper thrv_text_element\" wfd-id=\"85\"><p>Enter your text here...</p></div>'),(2498,264,'tve_revision_tve_has_wistia_popover','0'),(4379,424,'tve_revision_tve_user_custom_css',''),(4380,424,'tve_revision_tve_page_events','a:0:{}'),(4381,424,'tve_revision_tve_globals','a:2:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";s:8:\"font_cls\";a:0:{}}'),(4382,424,'tve_revision_tve_global_scripts',''),(4383,424,'tve_revision_thrive_icon_pack','0'),(4384,424,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(4385,424,'tve_revision_tve_has_masonry','0'),(4386,424,'tve_revision_tve_has_typefocus','0'),(4387,424,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-custom-menu-inside\" style=\"z-index: 8;\" data-css=\"tve-u-1642b593fd4\" wfd-id=\"29\">\n<div class=\"tve-content-box-background\" wfd-id=\"38\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" style=\"z-index: 8;\" wfd-id=\"30\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-165e642ffaf\" wfd-id=\"35\"><h2 data-css=\"tve-u-165e62d8c6d\">Terms &amp; Conditions</h2></div><div class=\"tcb-clear\" data-css=\"tve-u-165e6469798\" wfd-id=\"31\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1642b6ab2bb\" wfd-id=\"32\"><p data-css=\"tve-u-165e64714a8\" style=\"text-align: left;\">TERMS OF SERVICE<br><br>-----<br><br>OVERVIEW<br><br>This website is operated by Blackhawk Custom, LLC. Throughout the site, the terms â€œweâ€, â€œusâ€ and â€œourâ€ refer to Blackhawk Custom, LLC. Blackhawk Custom, LLC offers this website, including all information, tools and services available from this site to you, the user, conditioned upon your acceptance of all terms, conditions, policies and notices stated here.<br><br>By visiting our site and/ or purchasing something from us, you engage in our â€œServiceâ€ and agree to be bound by the following terms and conditions (â€œTerms of Serviceâ€, â€œTermsâ€), including those additional terms, conditions, and policies referenced herein and/or available by hyperlink. These Terms of Service apply to all users of the site, including without limitation users who are browsers, vendors, customers, merchants, and/ or contributors of content.<br><br>Please read these Terms of Service carefully before accessing or using our website. By accessing or using any part of the site, you agree to be bound by these Terms of Service. If you do not agree to all the terms and conditions of this agreement, then you may not access the website or use any services. If these Terms of Service are considered an offer, acceptance is expressly limited to these Terms of Service.<br><br>Any new features or tools which are added to the current store shall also be subject to the Terms of Service. You can review the most current version of the Terms of Service at any time on this page. We reserve the right to update, change or replace any part of these Terms of Service by posting updates and/or changes to our website. It is your responsibility to check this page periodically for changes. Your continued use of or access to the website following the posting of any changes constitutes acceptance of those changes.<br><br>SECTION 1 - ONLINE STORE TERMS<br><br>By agreeing to these Terms of Service, you represent that you are at least the age of majority in your state or province of residence, or that you are the age of majority in your state or province of residence and you have given us your consent to allow any of your minor dependents to use this site.<br>You may not use our products for any illegal or unauthorized purpose nor may you, in the use of the Service, violate any laws in your jurisdiction (including but not limited to copyright laws).<br>You must not transmit any worms or viruses or any code of a destructive nature.<br>A breach or violation of any of the Terms will result in an immediate termination of your Services.<br><br>SECTION 2 - GENERAL CONDITIONS<br><br>We reserve the right to refuse service to anyone for any reason at any time.<br>You understand that your content (not including credit card information), may be transferred unencrypted and involve (a) transmissions over various networks; and (b) changes to conform and adapt to technical requirements of connecting networks or devices. Credit card information is always encrypted during transfer over networks.<br>You agree not to reproduce, duplicate, copy, sell, resell or exploit any portion of the Service, use of the Service, or access to the Service or any contact on the website through which the service is provided, without express written permission by us.<br>The headings used in this agreement are included for convenience only and will not limit or otherwise affect these Terms.<br><br>SECTION 3 - ACCURACY, COMPLETENESS AND TIMELINESS OF INFORMATION<br><br>We are not responsible if information made available on this site is not accurate, complete or current. The material on this site is provided for general information only and should not be relied upon or used as the sole basis for making decisions without consulting primary, more accurate, more complete or more timely sources of information. Any reliance on the material on this site is at your own risk.<br>This site may contain certain historical information. Historical information, necessarily, is not current and is provided for your reference only. We reserve the right to modify the contents of this site at any time, but we have no obligation to update any information on our site. You agree that it is your responsibility to monitor changes to our site.<br><br>SECTION 4 - MODIFICATIONS TO THE SERVICE AND PRICES<br><br>The prices for our products are subject to change without notice.<br>We reserve the right at any time to modify or discontinue the Service (or any part or content thereof) without notice at any time.<br>We shall not be liable to you or to any third-party for any modification, price change, suspension or discontinuance of the Service.<br><br>SECTION 5 - PRODUCTS OR SERVICES (if applicable)<br><br>Certain products or services may be available exclusively online through the website. These products or services may have limited quantities and are subject to return or exchange only according to our Return Policy.<br>We have made every effort to display as accurately as possible the colors and images of our products that appear at the store. We cannot guarantee that your computer monitor\'s display of any color will be accurate.<br>We reserve the right, but are not obligated, to limit the sales of our products or Services to any person, geographic region or jurisdiction. We may exercise this right on a case-by-case basis. We reserve the right to limit the quantities of any products or services that we offer. All descriptions of products or product pricing are subject to change at anytime without notice, at the sole discretion of us. We reserve the right to discontinue any product at any time. Any offer for any product or service made on this site is void where prohibited.<br>We do not warrant that the quality of any products, services, information, or other material purchased or obtained by you will meet your expectations, or that any errors in the Service will be corrected.<br><br>SECTION 6 - ACCURACY OF BILLING AND ACCOUNT INFORMATION<br><br>We reserve the right to refuse any order you place with us. We may, in our sole discretion, limit or cancel quantities purchased per person, per household or per order. These restrictions may include orders placed by or under the same customer account, the same credit card, and/or orders that use the same billing and/or shipping address. In the event that we make a change to or cancel an order, we may attempt to notify you by contacting the e-mail and/or billing address/phone number provided at the time the order was made. We reserve the right to limit or prohibit orders that, in our sole judgment, appear to be placed by dealers, resellers or distributors.<br><br>You agree to provide current, complete and accurate purchase and account information for all purchases made at our store. You agree to promptly update your account and other information, including your email address and credit card numbers and expiration dates, so that we can complete your transactions and contact you as needed.<br><br>For more detail, please review our Returns Policy.<br><br>SECTION 7 - OPTIONAL TOOLS<br><br>We may provide you with access to third-party tools over which we neither monitor nor have any control nor input.<br>You acknowledge and agree that we provide access to such tools â€as isâ€ and â€œas availableâ€ without any warranties, representations or conditions of any kind and without any endorsement. We shall have no liability whatsoever arising from or relating to your use of optional third-party tools.<br>Any use by you of optional tools offered through the site is entirely at your own risk and discretion and you should ensure that you are familiar with and approve of the terms on which tools are provided by the relevant third-party provider(s).<br>We may also, in the future, offer new services and/or features through the website (including, the release of new tools and resources). Such new features and/or services shall also be subject to these Terms of Service.<br><br>SECTION 8 - THIRD-PARTY LINKS<br><br>Certain content, products and services available via our Service may include materials from third-parties.<br>Third-party links on this site may direct you to third-party websites that are not affiliated with us. We are not responsible for examining or evaluating the content or accuracy and we do not warrant and will not have any liability or responsibility for any third-party materials or websites, or for any other materials, products, or services of third-parties.<br>We are not liable for any harm or damages related to the purchase or use of goods, services, resources, content, or any other transactions made in connection with any third-party websites. Please review carefully the third-party\'s policies and practices and make sure you understand them before you engage in any transaction. Complaints, claims, concerns, or questions regarding third-party products should be directed to the third-party.<br><br>SECTION 9 - USER COMMENTS, FEEDBACK AND OTHER SUBMISSIONS<br><br>If, at our request, you send certain specific submissions (for example contest entries) or without a request from us you send creative ideas, suggestions, proposals, plans, or other materials, whether online, by email, by postal mail, or otherwise (collectively, \'comments\'), you agree that we may, at any time, without restriction, edit, copy, publish, distribute, translate and otherwise use in any medium any comments that you forward to us. We are and shall be under no obligation (1) to maintain any comments in confidence; (2) to pay compensation for any comments; or (3) to respond to any comments.<br>We may, but have no obligation to, monitor, edit or remove content that we determine in our sole discretion are unlawful, offensive, threatening, libelous, defamatory, pornographic, obscene or otherwise objectionable or violates any partyâ€™s intellectual property or these Terms of Service.<br>You agree that your comments will not violate any right of any third-party, including copyright, trademark, privacy, personality or other personal or proprietary right. You further agree that your comments will not contain libelous or otherwise unlawful, abusive or obscene material, or contain any computer virus or other malware that could in any way affect the operation of the Service or any related website. You may not use a false e-mail address, pretend to be someone other than yourself, or otherwise mislead us or third-parties as to the origin of any comments. You are solely responsible for any comments you make and their accuracy. We take no responsibility and assume no liability for any comments posted by you or any third-party.<br><br>SECTION 10 - PERSONAL INFORMATION<br><br>Your submission of personal information through the store is governed by our Privacy Policy. To view our Privacy Policy.<br><br>SECTION 11 - ERRORS, INACCURACIES AND OMISSIONS<br><br>Occasionally there may be information on our site or in the Service that contains typographical errors, inaccuracies or omissions that may relate to product descriptions, pricing, promotions, offers, product shipping charges, transit times and availability. We reserve the right to correct any errors, inaccuracies or omissions, and to change or update information or cancel orders if any information in the Service or on any related website is inaccurate at any time without prior notice (including after you have submitted your order).<br>We undertake no obligation to update, amend or clarify information in the Service or on any related website, including without limitation, pricing information, except as required by law. No specified update or refresh date applied in the Service or on any related website, should be taken to indicate that all information in the Service or on any related website has been modified or updated.<br><br>SECTION 12 - PROHIBITED USES<br><br>In addition to other prohibitions as set forth in the Terms of Service, you are prohibited from using the site or its content: (a) for any unlawful purpose; (b) to solicit others to perform or participate in any unlawful acts; (c) to violate any international, federal, provincial or state regulations, rules, laws, or local ordinances; (d) to infringe upon or violate our intellectual property rights or the intellectual property rights of others; (e) to harass, abuse, insult, harm, defame, slander, disparage, intimidate, or discriminate based on gender, sexual orientation, religion, ethnicity, race, age, national origin, or disability; (f) to submit false or misleading information; (g) to upload or transmit viruses or any other type of malicious code that will or may be used in any way that will affect the functionality or operation of the Service or of any related website, other websites, or the Internet; (h) to collect or track the personal information of others; (i) to spam, phish, pharm, pretext, spider, crawl, or scrape; (j) for any obscene or immoral purpose; or (k) to interfere with or circumvent the security features of the Service or any related website, other websites, or the Internet. We reserve the right to terminate your use of the Service or any related website for violating any of the prohibited uses.<br><br>SECTION 13 - DISCLAIMER OF WARRANTIES; LIMITATION OF LIABILITY<br><br>We do not guarantee, represent or warrant that your use of our service will be uninterrupted, timely, secure or error-free.<br>We do not warrant that the results that may be obtained from the use of the service will be accurate or reliable.<br>You agree that from time to time we may remove the service for indefinite periods of time or cancel the service at any time, without notice to you.<br>You expressly agree that your use of, or inability to use, the service is at your sole risk. The service and all products and services delivered to you through the service are (except as expressly stated by us) provided \'as is\' and \'as available\' for your use, without any representation, warranties or conditions of any kind, either express or implied, including all implied warranties or conditions of merchantability, merchantable quality, fitness for a particular purpose, durability, title, and non-infringement.<br>In no case shall Blackhawk Custom, LLC, our directors, officers, employees, affiliates, agents, contractors, interns, suppliers, service providers or licensors be liable for any injury, loss, claim, or any direct, indirect, incidental, punitive, special, or consequential damages of any kind, including, without limitation lost profits, lost revenue, lost savings, loss of data, replacement costs, or any similar damages, whether based in contract, tort (including negligence), strict liability or otherwise, arising from your use of any of the service or any products procured using the service, or for any other claim related in any way to your use of the service or any product, including, but not limited to, any errors or omissions in any content, or any loss or damage of any kind incurred as a result of the use of the service or any content (or product) posted, transmitted, or otherwise made available via the service, even if advised of their possibility. Because some states or jurisdictions do not allow the exclusion or the limitation of liability for consequential or incidental damages, in such states or jurisdictions, our liability shall be limited to the maximum extent permitted by law.<br><br>SECTION 14 - INDEMNIFICATION<br><br>You agree to indemnify, defend and hold harmless Blackhawk Custom, LLC and our parent, subsidiaries, affiliates, partners, officers, directors, agents, contractors, licensors, service providers, subcontractors, suppliers, interns and employees, harmless from any claim or demand, including reasonable attorneysâ€™ fees, made by any third-party due to or arising out of your breach of these Terms of Service or the documents they incorporate by reference, or your violation of any law or the rights of a third-party.<br><br>SECTION 15 - SEVERABILITY<br><br>In the event that any provision of these Terms of Service is determined to be unlawful, void or unenforceable, such provision shall nonetheless be enforceable to the fullest extent permitted by applicable law, and the unenforceable portion shall be deemed to be severed from these Terms of Service, such determination shall not affect the validity and enforceability of any other remaining provisions.<br><br>SECTION 16 - TERMINATION<br><br>The obligations and liabilities of the parties incurred prior to the termination date shall survive the termination of this agreement for all purposes.<br>These Terms of Service are effective unless and until terminated by either you or us. You may terminate these Terms of Service at any time by notifying us that you no longer wish to use our Services, or when you cease using our site.<br>If in our sole judgment you fail, or we suspect that you have failed, to comply with any term or provision of these Terms of Service, we also may terminate this agreement at any time without notice and you will remain liable for all amounts due up to and including the date of termination; and/or accordingly may deny you access to our Services (or any part thereof).<br><br>SECTION 17 - ENTIRE AGREEMENT<br><br>The failure of us to exercise or enforce any right or provision of these Terms of Service shall not constitute a waiver of such right or provision.<br>These Terms of Service and any policies or operating rules posted by us on this site or in respect to The Service constitutes the entire agreement and understanding between you and us and govern your use of the Service, superseding any prior or contemporaneous agreements, communications and proposals, whether oral or written, between you and us (including, but not limited to, any prior versions of the Terms of Service).<br>Any ambiguities in the interpretation of these Terms of Service shall not be construed against the drafting party.<br><br>SECTION 18 - GOVERNING LAW<br><br>These Terms of Service and any separate agreements whereby we provide you Services shall be governed by and construed in accordance with the laws of 825 South Kings Highway, Fort Pierce, FL 34945.<br><br>SECTION 19 - CHANGES TO TERMS OF SERVICE<br><br>You can review the most current version of the Terms of Service at any time at this page.<br>We reserve the right, at our sole discretion, to update, change or replace any part of these Terms of Service by posting updates and changes to our website. It is your responsibility to check our website periodically for changes. Your continued use of or access to our website or the Service following the posting of any changes to these Terms of Service constitutes acceptance of those changes.<br><br>SECTION 20 - CONTACT INFORMATION<br><br>Questions about the Terms of Service should be sent to us at <a href=\"mailto:admin@blackhawkcustom.com\" target=\"_blank\">admin@blackhawkcustom.com</a></p></div></div></div>\n</div>'),(4376,424,'tve_revision_tve_content_more_found',''),(4377,424,'tve_revision_tve_save_post',''),(4378,424,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Special+Elite:400&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Merriweather:400,400i,900,900i&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Montserrat:400,900,800,200,100&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-1642b6ab2bb\"] { padding: 5px !important; }[data-css=\"tve-u-1642b593fd4\"] { float: none; width: 100%; padding: 25px 10px 5px !important; margin-left: auto !important; margin-right: auto !important; margin-top: 30px !important; }#tcb_landing_page a:not(.tcb-button-link) { color: rgb(255, 255, 255); }.tcb-plain-text strong { font-weight: 900; }#tcb_landing_page input strong { font-weight: 900; }#tcb_landing_page .tcb-button-link strong { font-weight: 900; }#tcb_landing_page p strong, #tcb_landing_page li strong { font-weight: 900; }#tcb_landing_page input { font-family: Merriweather; font-weight: 400; }#tcb_landing_page .tcb-button-link { font-family: Merriweather; font-weight: 400; }#tcb_landing_page p, #tcb_landing_page li { font-family: Merriweather; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h6 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h5 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h4 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h3 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h2 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h1 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(255, 255, 255); }.tcb-plain-text { font-size: 20px; color: rgb(255, 255, 255); font-family: Montserrat; font-weight: 400; }[data-css=\"tve-u-15e09c94f7d\"] { background-color: rgb(255, 255, 255); background-image: linear-gradient(rgb(0, 0, 0), rgb(0, 0, 0)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }.tve_post_lp > div > #tve_editor { margin-left: auto; margin-right: auto; max-width: 1200px; padding: 0px 20px; }#tve_editor [data-css=\"tve-u-165e62d8c6d\"] { font-family: \"Special Elite\" !important; font-weight: 400 !important; }#tcb_landing_page .tcb-plain-text { color: rgb(255, 255, 255); font-family: Merriweather; font-weight: 400; }#tcb_landing_page .tcb-plain-text strong { font-weight: 900; }[data-css=\"tve-u-165e642ffaf\"] { margin-top: 10px !important; }}@media (max-width: 767px){.tve_post_lp > div > #tve_editor { padding: 0px 10px; }[data-css=\"tve-u-1642b6ab2bb\"] { float: left; width: 100%; z-index: 3; position: relative; padding-left: 10px !important; padding-right: 5px !important; margin-left: auto !important; margin-right: auto !important; padding-bottom: 10px !important; }[data-css=\"tve-u-165e6469798\"]::after { clear: both; }#tve_editor [data-css=\"tve-u-165e64714a8\"] { font-size: 15px !important; }}'),(2515,106,'tve_updated_post_tcb2-one-page-site-dog-walking','<div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1689d58731a\" wfd-id=\"258\"><div class=\"tve-page-section-out\" data-css=\"tve-u-15ebe5d7b44\" wfd-id=\"292\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ebe51d596\" wfd-id=\"259\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15ec3055cca\" wfd-id=\"260\"><div class=\"tcb-flex-row tcb-resized tcb-medium-no-wrap tcb-mobile-no-wrap tcb--cols--2\" data-css=\"tve-u-15ebe8a2edd\" wfd-id=\"261\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1689d6b59be\" style=\"\" wfd-id=\"276\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec30518d3\" wfd-id=\"278\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ebe70a25b\" wfd-id=\"290\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"291\"><img class=\"tve_image wp-image-465\" alt=\"\" width=\"300\" height=\"48\" title=\"Blackhawk_custom_header\" data-id=\"465\" src=\"https://bestcerakoteflorida.com/wp-content/uploads/2019/01/Blackhawk_custom_header-300x48.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1689d5be595\" wfd-id=\"279\">\n<div class=\"tve-content-box-background\" wfd-id=\"289\"></div>\n<div class=\"tve-cb\" wfd-id=\"280\"><div class=\"thrv_wrapper thrv-button tcb-with-icon\" data-css=\"tve-u-1689d5c3106\" data-tcb_hover_state_parent=\"\" data-button-style=\"rounded\" wfd-id=\"281\">\n<a href=\"tel:19548481911\" class=\"tcb-button-link\" rel=\"\"><span class=\"tcb-button-icon\" wfd-id=\"287\">\n<div class=\"thrv_wrapper thrv_icon tve_no_drag tve_no_icons tcb-icon-inherit-style tcb-icon-display\" wfd-id=\"288\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-phone-square-solid\" data-name=\"\">\n<path d=\"M400 32H48C21.49 32 0 53.49 0 80v352c0 26.51 21.49 48 48 48h352c26.51 0 48-21.49 48-48V80c0-26.51-21.49-48-48-48zM94 416c-7.033 0-13.057-4.873-14.616-11.627l-14.998-65a15 15 0 0 1 8.707-17.16l69.998-29.999a15 15 0 0 1 17.518 4.289l30.997 37.885c48.944-22.963 88.297-62.858 110.781-110.78l-37.886-30.997a15.001 15.001 0 0 1-4.289-17.518l30-69.998a15 15 0 0 1 17.16-8.707l65 14.998A14.997 14.997 0 0 1 384 126c0 160.292-129.945 290-290 290z\"></path>\n</svg></div>\n</span>\n<span class=\"tcb-button-texts\" wfd-id=\"282\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-1689d5ca073\" wfd-id=\"283\">Call Now To Reserve</span></span>\n</a>\n</div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1689d6b5a04\" style=\"\" wfd-id=\"262\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec313e743\" data-tcb_hover_state_parent=\"\" wfd-id=\"264\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone tcb-tablet-hidden tcb-mobile-hidden\" style=\"\" wfd-id=\"267\"><p data-css=\"tve-u-15f002fa8f6\"><span data-css=\"tve-u-15f0034f748\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"275\"><a href=\"#whatwedo\">What We Do</a></span>&nbsp; &nbsp; <span data-css=\"tve-u-15f003606db\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"274\"><a href=\"#testimonials\">Testimonials</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f003655f8\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"273\"><a href=\"#aboutus\">About Us</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f00369f5e\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"272\"><a href=\"#getyourcoupon\">Get Your Coupon</a></span>&nbsp; &nbsp; <span data-css=\"tve-u-15f0064f814\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"271\"><a href=\"#areaweserve\">Area We Serve</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f003784ab\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"270\"><a href=\"#contact\">Contact</a></span></p></div><div class=\"thrv_wrapper thrv_widget_menu tve-custom-menu-upgrade tcb-elem-placeholder\" data-css=\"tve-u-1689d713663\" wfd-id=\"265\">\n<span class=\"tcb-inline-placeholder-action with-icon\" wfd-id=\"266\">\n<svg class=\"tcb-icon tcb-icon-add\"><use xlink:href=\"#tcb-icon-add\"></use></svg>		Add Menu	</span>\n</div></div></div></div></div></div></div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ebe8abb9e\" wfd-id=\"225\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ebe8a4d78\" data-clip-id=\"335f47a4c8f92\" wfd-id=\"257\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-left-335f47a4c8f92\" class=\"decoration-clip clip-path-left\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" pointer-width=\"6\" pointer-height=\"2.5\" style=\"curves\" decoration-type=\"none\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon><ellipse cx=\"0.025\" cy=\"0.029412\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.08823600000000001\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.14706\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.205884\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.264708\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.323532\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.38235600000000003\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.44118\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.500004\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.558828\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.617652\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.676476\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.7353000000000001\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.794124\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.852948\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.911772\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.970596\" rx=\"0.025\" ry=\"0.029412\"></ellipse></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ebe72c974\" wfd-id=\"226\"><div class=\"thrv_wrapper thrv-columns tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec318421d\" wfd-id=\"227\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-15ebe738fb8\" wfd-id=\"228\"><div class=\"tcb-flex-col\" wfd-id=\"254\"><div class=\"tcb-col\" data-css=\"tve-u-15ebe73226c\" wfd-id=\"256\"></div></div><div class=\"tcb-flex-col\" wfd-id=\"229\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ebe89fb7a\" wfd-id=\"231\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ebe827cb3\" wfd-id=\"232\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15ebe830a90\" data-clip-id=\"bb2526ca261ae\" wfd-id=\"253\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-left-bb2526ca261ae\" class=\"decoration-clip clip-path-left\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"divider\" pointer-width=\"5.7\" pointer-height=\"2.5\" style=\"curves\" slanted-angle=\"5\"><polygon points=\"0.025 0, 0.025 1, 1 1, 1 0\"></polygon><ellipse cx=\"0.025\" cy=\"0.027778\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.083334\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.13889\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.194446\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.250002\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.305558\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.361114\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.41667\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.47222600000000003\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.527782\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.583338\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.638894\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.69445\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.7500060000000001\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.805562\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.861118\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.916674\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.97223\" rx=\"0.025\" ry=\"0.027778\"></ellipse></clipPath><clipPath id=\"clip-tablet-left-bb2526ca261ae\" class=\"decoration-clip clip-path-tablet-left\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"divider\" pointer-width=\"5.7\" pointer-height=\"4\" style=\"curves\" slanted-angle=\"5\"><polygon points=\"0.04 0, 0.04 1, 1 1, 1 0\"></polygon><ellipse cx=\"0.04\" cy=\"0.027778\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.083334\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.13889\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.194446\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.250002\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.305558\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.361114\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.41667\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.47222600000000003\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.527782\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.583338\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.638894\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.69445\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.7500060000000001\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.805562\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.861118\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.916674\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.97223\" rx=\"0.04\" ry=\"0.027778\"></ellipse></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ebe80a9a1\" wfd-id=\"233\"><div class=\"tcb-clear\" data-css=\"tve-u-15ebe8ee6c0\" wfd-id=\"247\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15ebe8edca2\" data-tag=\"h1\" wfd-id=\"248\"><h1 data-css=\"tve-u-15ebe90cfb0\">Happy dogs =<br>â€‹â€‹â€‹â€‹â€‹happâ€‹â€‹â€‹â€‹y owners</h1></div></div><div class=\"tcb-clear\" data-css=\"tve-u-15ec30a8a14\" wfd-id=\"243\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ebe906677\" wfd-id=\"244\"><p data-css=\"tve-u-15ebe905473\">Offer your dog a premium walking experience</p></div></div><div class=\"tcb-clear\" data-css=\"tve-u-15ebe955aaa\" wfd-id=\"234\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ebe916c34\" wfd-id=\"235\">\n<div class=\"tve-content-box-background\" wfd-id=\"242\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ec3152b02\" wfd-id=\"236\"><div class=\"thrv_wrapper thrv-button tve_ea_thrive_lightbox\" data-css=\"tve-u-15ebe91a626\" data-tcb_hover_state_parent=\"false\" data-button-style=\"full_rounded\" wfd-id=\"237\">\n<a href=\"#\" class=\"tcb-button-link tve_evt_manager_listen tve_et_click\" data-tcb-events=\"__TCB_EVENT_[{&quot;config&quot;:{&quot;l_anim&quot;:&quot;zoom_in&quot;,&quot;l_id&quot;:&quot;265&quot;},&quot;a&quot;:&quot;thrive_lightbox&quot;,&quot;t&quot;:&quot;click&quot;}]_TNEVE_BCT__\">\n<span class=\"tcb-button-texts\" wfd-id=\"238\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-15ebe925072\" wfd-id=\"239\">Get -20% On Your First Walk</span></span>\n</a>\n</div></div>\n</div></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec3017516\" wfd-id=\"216\">\n<div class=\"tve-page-section-out\" wfd-id=\"224\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ebea3a693\" wfd-id=\"217\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15ebea49c0c\" id=\"whatwedo\" data-tag=\"h1\" wfd-id=\"221\"><h1 data-css=\"tve-u-15ebea42b31\" style=\"text-align: center;\">What We Do</h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2448fdb\" wfd-id=\"218\"><p data-css=\"tve-u-15ec2443105\" style=\"text-align: center;\">Our goal is to make sure the owners are comforted, the pups are exercised and happy and that we are getting our own puppy fixes. But letâ€™s be honest- itâ€™s their world, weâ€™re just living in it! As a small team of experienced dog owners and lovers, we really get to know you and your dog and we canguarantee consistent and personal care that is equal to your love and attention. We are so excited to make you a part of the family!</p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" wfd-id=\"181\">\n<div class=\"tve-page-section-out\" wfd-id=\"215\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ee1211b9b\" wfd-id=\"182\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15ee121a6d1\" wfd-id=\"183\"><div class=\"tcb-flex-row tcb--cols--3 tcb-medium-wrap\" data-css=\"tve-u-15ee121fb1c\" wfd-id=\"184\"><div class=\"tcb-flex-col\" wfd-id=\"205\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ee1225fdf\" wfd-id=\"207\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec2477274\" wfd-id=\"213\"><span class=\"tve_image_frame\" wfd-id=\"214\"><img class=\"tve_image wp-image-1596\" alt=\"\" width=\"55\" height=\"73\" title=\"what_do_icon_01\" data-id=\"1596\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_01.png\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"212\"><p data-css=\"tve-u-15ec2481d17\"><strong>First Class Care</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"211\"><p data-css=\"tve-u-15ec2487407\">all the best for them</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2492191\" wfd-id=\"208\"><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"195\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ee1232726\" wfd-id=\"197\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec24ae116\" wfd-id=\"203\"><span class=\"tve_image_frame\" wfd-id=\"204\"><img class=\"tve_image wp-image-1597\" alt=\"\" width=\"73\" height=\"73\" title=\"what_do_icon_02\" data-id=\"1597\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_02.png\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"202\"><p data-css=\"tve-u-15ec2481d17\"><strong>Snacks Included</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"201\"><p data-css=\"tve-u-15ec2487407\">for your little one</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec3192f72\" wfd-id=\"198\"><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"185\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ee1237243\" wfd-id=\"187\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec24d5e15\" wfd-id=\"193\"><span class=\"tve_image_frame\" wfd-id=\"194\"><img class=\"tve_image wp-image-1598\" alt=\"\" width=\"65\" height=\"73\" title=\"what_do_icon_03\" data-id=\"1598\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_03.png\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"192\"><p data-css=\"tve-u-15ec2481d17\"><strong>Regularly walks</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"191\"><p data-css=\"tve-u-15ec2487407\">to keep them ealthy</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2492191\" wfd-id=\"188\"><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris.</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-15ec24f494c\" id=\"testimonials\" style=\"\" wfd-id=\"157\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ec24f97c0\" wfd-id=\"180\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec24f790d\" wfd-id=\"158\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15ec254985a\" style=\"\" wfd-id=\"159\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-15ec253a41f\" wfd-id=\"160\"><div class=\"tcb-flex-col\" wfd-id=\"164\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec253ef3a\" style=\"\" wfd-id=\"166\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec256e611\" style=\"\" wfd-id=\"171\"><p data-css=\"tve-u-15ec25610c7\"><span data-css=\"tve-u-15ec268a0a3\" style=\"font-size: 45px; color: rgb(89, 171, 227);\" wfd-id=\"178\"><span data-css=\"tve-u-15ec26760e9\" style=\"font-family: ABeeZee;\" wfd-id=\"179\">â€</span></span><span data-css=\"tve-u-15ec256b908\" style=\"font-family: &quot;Amatic SC&quot;;\" wfd-id=\"177\">&nbsp; &nbsp; &nbsp;</span><span data-css=\"tve-u-15ec2680494\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"175\"><span data-css=\"tve-u-15ec269379d\" style=\"font-size: 45px;\" wfd-id=\"176\">my chester enjoys being with them!</span> &nbsp; &nbsp;&nbsp;</span><span data-css=\"tve-u-15ec255fe12\" style=\"font-family: ABeeZee; font-weight: 400; color: rgb(89, 171, 227); font-size: 45px;\" wfd-id=\"174\">â€</span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2698d8d\" wfd-id=\"168\"><p data-css=\"tve-u-160266880a0\">We LOVE going for walks with our friends at Paw! Donâ€™t tell our mom &amp; dad,but we get really excited when they leave for work because we know it wonâ€™t be long before we get a visit from one of our favorite friends at PawCity! Best part is, they always let our parents know how ourwalk went right away so they dont have to worry about us!</p><p data-css=\"tve-u-15ec269736c\">We love you PawCity!! xoxo</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec26ab7b0\" style=\"\" wfd-id=\"167\"><p data-css=\"tve-u-15ec26a92a2\"><strong>Anna Olson</strong>, Chesterâ€™s Mom</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"161\"><div class=\"tcb-col\" wfd-id=\"163\"></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec26c390a\" id=\"aboutus\" wfd-id=\"150\">\n<div class=\"tve-page-section-out\" wfd-id=\"156\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec26b9914\" wfd-id=\"151\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15ee1037a1d\" data-tag=\"h1\" wfd-id=\"153\"><h1 data-css=\"tve-u-15ec26bd2e8\">About us</h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec31ba260\" wfd-id=\"152\"><p data-css=\"tve-u-15ec2443105\" style=\"text-align: center;\">At PawCity, we lead lives full of the unconditional love and happiness we receive from the furballs we get to spend time with everyday and we have this beautiful city and all the beautiful people in it to thank. We love you and your pups!!</p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec26ec232\" wfd-id=\"113\">\n<div class=\"tve-page-section-out\" wfd-id=\"149\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec26e5812\" wfd-id=\"114\"><div class=\"thrv_wrapper thrv-columns tcb-window-width\" style=\"width: 1603px; left: -1px;\" data-css=\"tve-u-15ee106257d\" wfd-id=\"115\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2\" data-css=\"tve-u-15ec26fee25\" wfd-id=\"116\"><div class=\"tcb-flex-col c-33\" wfd-id=\"144\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec2a38bfd\" wfd-id=\"146\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec2a33d71\" wfd-id=\"147\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"148\"><img class=\"tve_image wp-image-7399\" alt=\"\" width=\"830\" height=\"775\" title=\"about_us_dog\" data-id=\"7399\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/about_us_dog.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col c-66\" wfd-id=\"117\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec27075e1\" wfd-id=\"119\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160309f3e5d\" wfd-id=\"136\">\n<div class=\"tve-content-box-background\" wfd-id=\"143\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160309b397d\" wfd-id=\"137\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-160309b00b4\" data-float=\"1\" wfd-id=\"141\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"142\"><img class=\"tve_image wp-image-7404\" alt=\"\" width=\"64\" height=\"64\" title=\"dog_paw\" data-id=\"7404\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/dog_paw.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16030a08afd\" wfd-id=\"138\"><p>We moved to New York City with our black bulldog rescue, Blakely, in 2007 after graduating from the University of Maryland. Immediately, we realized what a dog-crazy place it was.</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160309f6c04\" wfd-id=\"128\">\n<div class=\"tve-content-box-background\" wfd-id=\"135\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160309b397d\" wfd-id=\"129\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-160309ddca8\" data-float=\"1\" wfd-id=\"133\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"134\"><img class=\"tve_image wp-image-7403\" alt=\"\" width=\"64\" height=\"64\" title=\"dog_house\" data-id=\"7403\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/dog_house.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16030a09626\" wfd-id=\"130\"><p>We knew right away that we wanted to work with the animals that we loved and that had given us so much love since we were little girls. We started PawCity Dog Walking in July of 2010.</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16030975307\" wfd-id=\"120\">\n<div class=\"tve-content-box-background\" wfd-id=\"127\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160309b397d\" wfd-id=\"121\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16030a013d7\" data-float=\"1\" wfd-id=\"125\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"126\"><img class=\"tve_image wp-image-7405\" alt=\"\" width=\"64\" height=\"64\" title=\"spinning_wheel\" data-id=\"7405\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/spinning_wheel.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160309b344b\" wfd-id=\"122\"><p>We cover the entire width of the East Side, from 96th Street to Delancey and handle every type of personality imaginable. At PawCity, we lead lives full of the unconditional love and happiness we receive from the furballs we get to spend time with everyday.</p></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" data-css=\"tve-u-15ec2a56438\" style=\"width: 1603px; left: 0px;\" id=\"getyourcoupon\" wfd-id=\"91\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ec2a5bb35\" wfd-id=\"112\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec2a5540e\" wfd-id=\"92\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ec2a80647\" wfd-id=\"93\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15ec2a9b8a9\" wfd-id=\"111\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ec2a81a9f\" wfd-id=\"94\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2a6f589\" wfd-id=\"107\"><p data-css=\"tve-u-15ec2a6b447\"><span data-css=\"tve-u-15ec2a6d9d8\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"110\"><strong>Get Your Coupon</strong></span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2aaa9a4\" wfd-id=\"103\"><p data-css=\"tve-u-15ec2ab1d6d\">We strive to keep both you and your pup as happy and comfortable as possible while youâ€™re out earning those big bucks.</p><p data-css=\"tve-u-15ec2ab1d82\"><br></p><p data-css=\"tve-u-15ec2aa8e2e\"><strong>Get <span data-css=\"tve-u-15ec2aafa24\" style=\"color: rgb(89, 171, 227);\" wfd-id=\"106\">20%</span> off your first walk. Enter your email and we\'ll send you your coupon.</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ec2abe257\" wfd-id=\"95\">\n<div class=\"tve-content-box-background\" wfd-id=\"102\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ec2acb421\" wfd-id=\"96\"><div class=\"thrv_wrapper thrv-button tve_ea_thrive_lightbox\" data-css=\"tve-u-15ec2ac01df\" data-tcb_hover_state_parent=\"false\" data-button-style=\"full_rounded\" wfd-id=\"97\">\n<a href=\"#\" class=\"tcb-button-link tve_evt_manager_listen tve_et_click\" data-tcb-events=\"__TCB_EVENT_[{&quot;config&quot;:{&quot;l_anim&quot;:&quot;zoom_in&quot;,&quot;l_id&quot;:&quot;265&quot;},&quot;a&quot;:&quot;thrive_lightbox&quot;,&quot;t&quot;:&quot;click&quot;}]_TNEVE_BCT__\">\n<span class=\"tcb-button-texts\" wfd-id=\"98\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-15ebe925072\" wfd-id=\"99\">Get Your Coupon Now</span></span>\n</a>\n</div></div>\n</div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-15ec2b0a32a\" id=\"areaweserve\" wfd-id=\"62\">\n<div class=\"tve-page-section-out\" wfd-id=\"90\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15f76fcb7df\" wfd-id=\"63\"><div class=\"thrv_wrapper thrv-columns\" style=\"\" data-css=\"tve-u-15ee103f44a\" wfd-id=\"64\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--3\" data-css=\"tve-u-15ec2ae8715\" wfd-id=\"65\"><div class=\"tcb-flex-col\" wfd-id=\"79\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec2b37666\" wfd-id=\"81\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"86\"><p data-css=\"tve-u-15ec2af6c4b\"><span data-css=\"tve-u-15ec2af6c4e\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"89\">areaS we serve</span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"82\"><p>As a small team of experienced dog owners and lovers, we really get to know you and your dog and we canguarantee consistent and personal care that is equal to your love and attention.</p><p><br></p><p><strong><span data-css=\"tve-u-15ec2afed17\" style=\"color: rgb(89, 171, 227);\" wfd-id=\"85\">We are so excited to make you a part of the family!</span></strong></p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"75\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec2b33f06\" wfd-id=\"77\"><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-15ec2b3b468\" wfd-id=\"78\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=825 South Kings Highwa&amp;t=m&amp;z=11&amp;output=embed&amp;iwloc=near\"></iframe>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"66\"><div class=\"tcb-col\" data-css=\"tve-u-1689d1dcf7d\" wfd-id=\"68\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1689d19a7e4\" wfd-id=\"69\"><div class=\"tcb-flex-row tcb--cols--1\" data-css=\"tve-u-1689d19b8cb\" wfd-id=\"70\"><div class=\"tcb-flex-col\" wfd-id=\"71\"><div class=\"tcb-col\" wfd-id=\"73\"><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-1689d1a19d6\" wfd-id=\"74\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=2090 SW 71 Terrace&amp;t=m&amp;z=10&amp;output=embed&amp;iwloc=near\"></iframe>\n</div></div></div></div></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" data-css=\"tve-u-15ec2b5d54c\" style=\"width: 1603px; left: 0px;\" id=\"contact\" wfd-id=\"21\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ec2b56fac\" wfd-id=\"61\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec2b54c99\" wfd-id=\"22\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1602b31dfcd\" wfd-id=\"23\"><div class=\"tcb-flex-row tcb-resized tcb-medium-wrap tcb--cols--3\" data-css=\"tve-u-1602b37ce9d\" wfd-id=\"24\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1602be453ec\" style=\"\" wfd-id=\"55\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"57\"><div class=\"tcb-clear\" data-css=\"tve-u-1602bff3cd5\" wfd-id=\"58\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec2b6e126\" wfd-id=\"59\"><span class=\"tve_image_frame\" wfd-id=\"60\"><img class=\"tve_image wp-image-25564\" alt=\"\" width=\"142\" height=\"44\" title=\"logo_pawcity\" data-id=\"25564\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/logo_pawcity.png\"></span></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1602be45437\" style=\"\" wfd-id=\"39\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1602be56dfc\" wfd-id=\"41\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1602bfebaf9\" wfd-id=\"42\">\n<div class=\"tve-content-box-background\" wfd-id=\"54\"></div>\n<div class=\"tve-cb\" wfd-id=\"43\"><div class=\"tcb-clear\" data-css=\"tve-u-1602bf36e2c\" wfd-id=\"51\"><div class=\"thrv_wrapper tve_image_caption tcb-mobile-hidden\" data-css=\"tve-u-1602be7db66\" data-float=\"1\" wfd-id=\"52\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"53\"><img class=\"tve_image wp-image-7369\" alt=\"\" width=\"64\" height=\"64\" title=\"location\" data-id=\"7369\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/location.png\" style=\"width: 100%;\"></span></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1602bf25f10\" wfd-id=\"44\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1602befe215\" wfd-id=\"45\"><p data-css=\"tve-u-1602bfa220e\"><strong><span data-css=\"tve-u-1602b324a9b\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"50\">67 E. 3rd Street</span></strong><span data-css=\"tve-u-1602b324a9c\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"49\"> </span><span data-css=\"tve-u-1602b324ab9\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"48\">Suite B New York, NY 10003</span></p></div></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1602be4545b\" style=\"\" wfd-id=\"25\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"27\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1602bfea280\" wfd-id=\"28\">\n<div class=\"tve-content-box-background\" wfd-id=\"38\"></div>\n<div class=\"tve-cb\" wfd-id=\"29\"><div class=\"tcb-clear\" data-css=\"tve-u-1602bfc4bea\" wfd-id=\"35\"><div class=\"thrv_wrapper tve_image_caption tcb-mobile-hidden\" data-css=\"tve-u-1602bec144e\" data-float=\"1\" wfd-id=\"36\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"37\"><img class=\"tve_image wp-image-7370\" alt=\"\" width=\"64\" height=\"64\" title=\"phone\" data-id=\"7370\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/phone.png\" style=\"width: 100%;\"></span></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1602bfc74c3\" wfd-id=\"30\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1602b332fd9\" data-float=\"1\" wfd-id=\"31\"><p><strong><span data-css=\"tve-u-1602b324a9b\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"34\">080</span></strong><span data-css=\"tve-u-1602b324a9c\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"33\"> </span><span data-css=\"tve-u-1602b324ab9\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"32\">708 5583</span></p></div></div></div>\n</div></div></div></div></div></div>\n</div>'),(2219,213,'tve_revision_tve_user_custom_css',''),(2220,213,'tve_revision_tve_page_events','a:0:{}'),(2221,213,'tve_revision_tve_globals','a:2:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";s:8:\"font_cls\";a:0:{}}'),(2222,213,'tve_revision_tve_global_scripts',''),(2223,213,'tve_revision_thrive_icon_pack','0'),(2224,213,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(2225,213,'tve_revision_tve_has_masonry','0'),(2226,213,'tve_revision_tve_has_typefocus','0'),(2227,213,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16416ab0690\" wfd-id=\"38\">\n<div class=\"tve-page-section-out\" wfd-id=\"44\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16416aae91e\" wfd-id=\"39\"><div class=\"thrv_wrapper thrv_heading\" style=\"\" data-tag=\"h1\" wfd-id=\"41\"><h1 data-css=\"tve-u-16035acf904\"><strong>H1 Heading Example</strong> Lorem Ipsum Dolor</h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" wfd-id=\"40\"><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi semper vulputate tincidunt. Mauris sodales vitae ipsum nec porta. Mauris lacus odio, congue eget justo nec, eleifend pellentesque orci. Interdum et malesuada fames ac ante ipsum primis in faucibus. Ut facilisis nibh eget ex maximus, at egestas orci faucibus.</p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16416ab0690\" wfd-id=\"35\">\n<div class=\"tve-page-section-out\" wfd-id=\"37\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16416aae91e\" wfd-id=\"36\"></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-16035a9ff73\" wfd-id=\"31\">\n<div class=\"tve-page-section-out\" wfd-id=\"34\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-160e4eb46bd\" wfd-id=\"32\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" wfd-id=\"33\"><p>Copyright text and footer links.</p></div></div>\n</div>'),(2228,213,'tve_revision_tve_has_wistia_popover','0'),(4272,106,'tve_content_before_more','<div class=\"thrv_wrapper tve_wp_shortcode\" wfd-id=\"36\"><div class=\"tve_shortcode_raw\" style=\"display: none\" wfd-id=\"38\">___TVE_SHORTCODE_RAW__&lt;h1 data-css=\"tve-u-16035acf904\"&gt;&lt;strong&gt;H1 Heading Example&lt;/strong&gt; Lorem Ipsum Dolor&lt;/h1&gt;\n&lt;p data-css=\"tve-u-165d705c7ac\"&gt;Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi semper vulputate tincidunt. Mauris sodales vitae ipsum nec porta. Mauris lacus odio, congue eget justo nec, eleifend pellentesque orci. Interdum et malesuada fames ac ante ipsum primis in faucibus. Ut facilisis nibh eget ex maximus, at egestas orci faucibus.&lt;/p&gt;\n&lt;h2 data-css=\"tve-u-165d704ec24\"&gt;Your Heading Here H2&lt;/h2&gt;\n&lt;h3 data-css=\"tve-u-165d70538a3\"&gt;Your Heading Here H3&lt;/h3&gt;\n&lt;h4 data-css=\"tve-u-165d70581f6\"&gt;Your Heading Here H4&lt;/h4&gt;\n&lt;p&gt;Copyright text and footer links.&lt;/p&gt;\n__TVE_SHORTCODE_RAW___</div></div>'),(3634,336,'tcb_ct_meta','a:4:{s:1:\"v\";s:1:\"3\";s:4:\"type\";s:10:\"callaction\";s:8:\"head_css\";s:2689:\"@import url(\"//fonts.googleapis.com/css?family=Lato:400,700,300,&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-160c278c93e\"] { margin-bottom: 50px !important; }[data-css=\"tve-u-160c278c940\"] h3 { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-160c278c941\"] h3 { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-160c278c940\"] p { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-160c278c941\"] p { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-160c278c940\"] h2 { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-160c278c941\"] h2 { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-160c278c940\"] h1 { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-160c278c941\"] h1 { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-160c278c942\"] { display: block; max-width: 31%; margin-top: 59px !important; }#tve_editor [data-css=\"tve-u-160c278c942\"] .tcb-button-link { font-size: 30px; }[data-css=\"tve-u-160c278c942\"] .tcb-button-link { border-radius: 200px; background-image: none !important; background-color: rgb(233, 60, 49) !important; padding: 20px !important; }[data-css=\"tve-u-160c278c943\"] + div { clear: none; }[data-css=\"tve-u-160c278c943\"] { float: none; width: 64px; position: absolute; top: 0px; left: 284px; }[data-css=\"tve-u-160c278c944\"] { background-image: none !important; }[data-css=\"tve-u-160c278c945\"] { float: none; width: 63px; top: 0px; right: 286px; position: absolute; }[data-css=\"tve-u-160c278c946\"] { background-image: none !important; background-color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-160c278c947\"] { font-size: 20px !important; }[data-css=\"tve-u-160c278c948\"] { line-height: 50px !important; }#tve_editor [data-css=\"tve-u-160c278c948\"] { font-family: Lato; font-weight: 400; color: rgb(229, 55, 43) !important; font-size: 48px !important; }[data-css=\"tve-u-160c278c949\"] { background-image: none !important; padding: 2px 0px 0px !important; margin-top: 22px !important; margin-bottom: 30px !important; }[data-css=\"tve-u-160c278c94a\"] { background-image: none !important; margin-bottom: 30px !important; }}@media (max-width: 767px){[data-css=\"tve-u-160c278c942\"] { display: block; max-width: 228px; }[data-css=\"tve-u-160c278c942\"] .tcb-button-link { min-height: 48.5714px; font-size: 1.2em; padding-top: 0px; padding-bottom: 0px; background-image: none !important; }#tve_editor [data-css=\"tve-u-160c278c94c\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-160c278c948\"] { font-size: 34px !important; }[data-css=\"tve-u-160c278c949\"] { background-image: none !important; }}\";s:10:\"custom_css\";s:0:\"\";}'),(3633,336,'tcb_ct_id','9005'),(3632,335,'tve_group_order','0'),(4088,335,'tve_leads_conversions','0'),(4089,338,'tve_leads_impressions','74'),(4090,338,'tve_leads_conversions','0'),(4091,328,'tve_updated_post_tcb2-thrivebiz-pub','<div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16369563890\" wfd-id=\"498\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1636956410b\" data-clip-id=\"7bb59bbf51894\" wfd-id=\"544\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1636955fbd2\" wfd-id=\"499\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160dbb50aca\" data-float=\"1\" wfd-id=\"538\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-160db84bfac\" data-clip-id=\"eb17500f3af4b\" wfd-id=\"543\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-eb17500f3af4b\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"divider\" pointer-width=\"100\" pointer-height=\"25\" style=\"zigzag\"><polygon points=\"0 0, 0 0.75, 0.5 1, 1 0.75,  1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-eb17500f3af4b\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"divider\" pointer-width=\"100\" pointer-height=\"25\" style=\"zigzag\"><polygon points=\"0 0, 0 0.75, 0.5 1, 1 0.75,  1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-eb17500f3af4b\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"pointer\" pointer-width=\"100\" pointer-height=\"15\" style=\"\" clip-path=\"url(#clip-mobile-top-eb17500f3af4b)\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 0 1, 0.5 0.85, 1 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-top-eb17500f3af4b\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"none\" pointer-width=\"5\" pointer-height=\"5\" style=\"zigzag\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160db85dabe\" wfd-id=\"539\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1635e6448aa\" wfd-id=\"540\"><h4 style=\"text-align: center;\"><strong>Your<br>&nbsp;â‰‘ &nbsp; &nbsp; &nbsp;Company Name &nbsp; &nbsp; &nbsp;â‰‘</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1635e5cbf37\" wfd-id=\"516\"><div class=\"tcb-flex-row tcb--cols--2 v-2 m-edit tcb-mobile-wrap tcb-resized tcb-row-reversed-mobile\" data-css=\"tve-u-1635e5cc2d9\" wfd-id=\"517\"><div class=\"tcb-flex-col\" data-css=\"tve-u-16363739cd6\" style=\"\" wfd-id=\"528\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"530\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tcb-mobile-hidden\" data-css=\"tve-u-1635e5cd7c0\" style=\"\" wfd-id=\"531\">\n<div class=\"tve-content-box-background\" wfd-id=\"537\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1635e5d9ba1\" wfd-id=\"532\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display tcb-mobile-hidden\" data-css=\"tve-u-160db6dd8cd\" style=\"\" wfd-id=\"536\"><svg class=\"tcb-icon\" viewBox=\"0 0 16 28\" data-name=\"map-marker\">\n<path d=\"M12 10c0-2.203-1.797-4-4-4s-4 1.797-4 4 1.797 4 4 4 4-1.797 4-4zM16 10c0 0.953-0.109 1.937-0.516 2.797l-5.688 12.094c-0.328 0.688-1.047 1.109-1.797 1.109s-1.469-0.422-1.781-1.109l-5.703-12.094c-0.406-0.859-0.516-1.844-0.516-2.797 0-4.422 3.578-8 8-8s8 3.578 8 8z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160df4565d1\" wfd-id=\"533\"><p>Your&nbsp; Adress Goes Here</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-16363739d27\" style=\"\" wfd-id=\"518\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"520\"><div class=\"tcb-clear\" data-css=\"tve-u-16363c02cf7\" wfd-id=\"521\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1635e5ffa41\" wfd-id=\"522\">\n<div class=\"tve-content-box-background\" wfd-id=\"527\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1635e5d9ba1\" wfd-id=\"523\"><div class=\"tcb-clear\" data-css=\"tve-u-163637c7e1e\" wfd-id=\"525\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1635e65c044\" data-float=\"1\" wfd-id=\"526\"><svg class=\"tcb-icon\" viewBox=\"0 0 22 28\" data-name=\"phone\">\n<path d=\"M22 19.375c0 0.562-0.25 1.656-0.484 2.172-0.328 0.766-1.203 1.266-1.906 1.656-0.922 0.5-1.859 0.797-2.906 0.797-1.453 0-2.766-0.594-4.094-1.078-0.953-0.344-1.875-0.766-2.734-1.297-2.656-1.641-5.859-4.844-7.5-7.5-0.531-0.859-0.953-1.781-1.297-2.734-0.484-1.328-1.078-2.641-1.078-4.094 0-1.047 0.297-1.984 0.797-2.906 0.391-0.703 0.891-1.578 1.656-1.906 0.516-0.234 1.609-0.484 2.172-0.484 0.109 0 0.219 0 0.328 0.047 0.328 0.109 0.672 0.875 0.828 1.188 0.5 0.891 0.984 1.797 1.5 2.672 0.25 0.406 0.719 0.906 0.719 1.391 0 0.953-2.828 2.344-2.828 3.187 0 0.422 0.391 0.969 0.609 1.344 1.578 2.844 3.547 4.813 6.391 6.391 0.375 0.219 0.922 0.609 1.344 0.609 0.844 0 2.234-2.828 3.187-2.828 0.484 0 0.984 0.469 1.391 0.719 0.875 0.516 1.781 1 2.672 1.5 0.313 0.156 1.078 0.5 1.188 0.828 0.047 0.109 0.047 0.219 0.047 0.328z\"></path>\n</svg></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16363599740\" wfd-id=\"524\"><p style=\"text-align: right;\">0364 - 300 - 946</p></div></div>\n</div></div></div></div></div></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160dbcafa88\" wfd-id=\"500\">\n<div class=\"tve-content-box-background\" wfd-id=\"515\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160dbcbc7a4\" wfd-id=\"501\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-160dbcd54ac\" data-tag=\"h3\" wfd-id=\"512\"><h3 style=\"text-align: center;\">This is the place to create your</h3></div><div class=\"thrv_wrapper thrv_heading tve_evt_manager_listen tve_et_tve-viewport tve_ea_thrive_animation tve_anim_slide_top\" data-css=\"tve-u-160dbcd2c5b\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_top&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" data-tag=\"h1\" wfd-id=\"507\"><h1 style=\"text-align: center;\">Best Memories</h1></div><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-160dbceed3d\" data-tcb_hover_state_parent=\"\" wfd-id=\"502\">\n<a href=\"\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"503\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-160dbe24f38\" wfd-id=\"504\"><strong>Make a reservation now</strong></span></span>\n</a>\n</div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1635e6aad72\" wfd-id=\"441\">\n<div class=\"tve-page-section-out\" wfd-id=\"497\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1635e6b4c72\" wfd-id=\"442\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160df4eae6d\" style=\"\" wfd-id=\"443\"><div class=\"tcb-flex-row tcb-medium-wrap tcb-resized tcb--cols--2\" data-css=\"tve-u-160df4bedf0\" wfd-id=\"444\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1635e9cce4d\" style=\"\" wfd-id=\"478\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160df8c3360\" wfd-id=\"480\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1635e97f913\" wfd-id=\"481\">\n<div class=\"tve-content-box-background\" wfd-id=\"496\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1635eadb72e\" wfd-id=\"482\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1636292fe99\" wfd-id=\"493\"><h4>A short story about us</h4></div><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-160df8deee2\" data-tag=\"h2\" wfd-id=\"488\"><h2>Welcome</h2></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-163629240b8\" wfd-id=\"483\"><p>Our vision is simple: create an environment of excitement and wonder.</p><p><br></p><p>We provide you with the fresh feeling that you need in summer and the cozyness you long for in winter.</p><p><br></p><p>We create the best experiences for you to share with friends.</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1635e9cce8b\" style=\"\" wfd-id=\"445\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160e5adb400\" wfd-id=\"447\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160df4c6424\" wfd-id=\"448\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-160df4db074\" wfd-id=\"477\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160df4f4d0e\" wfd-id=\"449\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" wfd-id=\"471\">\n	<div class=\"tve-content-box-background\" wfd-id=\"476\"></div>\n	<div class=\"tve-cb\" wfd-id=\"472\"><div class=\"thrv_wrapper thrv_text_element\" wfd-id=\"473\"><p>Enter your text here...</p></div></div>\n</div><div class=\"tcb-clear\" data-css=\"tve-u-160df52e534\" wfd-id=\"450\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160df51ca21\" wfd-id=\"451\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-160df50b366\" wfd-id=\"470\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160df519447\" wfd-id=\"452\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1635eaf037e\" wfd-id=\"467\"><h6 class=\"\" data-css=\"tve-u-1635ef4f76c\" style=\"text-align: center;\"><strong>weâ€™re open from:</strong></h6></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160df6a2fe0\" wfd-id=\"453\"><div class=\"tcb-flex-row tcb--cols--2 v-2\" data-css=\"tve-u-160df6a3578\" wfd-id=\"454\"><div class=\"tcb-flex-col\" wfd-id=\"461\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160df6d53e3\" wfd-id=\"463\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160df709fbf\" wfd-id=\"464\"><p>Mo-Fr <strong>3Pm</strong> to <strong>4Am</strong></p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"455\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160df6d74f4\" wfd-id=\"457\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160df711140\" wfd-id=\"458\"><p>Sa-Su <strong>12Pm</strong> to <strong>4Am</strong></p></div></div></div></div></div></div>\n</div></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-160e4c55d27\" wfd-id=\"371\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-160e4c34c93\" data-clip-id=\"35e31e95c7382\" wfd-id=\"440\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-35e31e95c7382\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" pointer-width=\"100\" pointer-height=\"47\" style=\"zigzag\" decoration-type=\"none\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-35e31e95c7382\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" pointer-width=\"100\" pointer-height=\"47\" style=\"zigzag\" decoration-type=\"none\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-35e31e95c7382\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" pointer-width=\"100\" pointer-height=\"47\" style=\"zigzag\" decoration-type=\"none\" clip-path=\"url(#clip-mobile-top-35e31e95c7382)\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-top-35e31e95c7382\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" pointer-width=\"100\" pointer-height=\"22\" style=\"zigzag\" decoration-type=\"none\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-160e4c24b1a\" wfd-id=\"372\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-160e4c824a2\" data-tag=\"h3\" wfd-id=\"435\"><h3 data-css=\"tve-u-163630c7fc7\" style=\"text-align: center;\">Why Youâ€™ll <strong>Love</strong> our pub</h3></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160e4dadf9c\" style=\"\" wfd-id=\"373\"><div class=\"tcb-flex-row tcb-medium-wrap v-2 tcb--cols--3\" data-css=\"tve-u-160e4da55bb\" wfd-id=\"374\"><div class=\"tcb-flex-col\" wfd-id=\"407\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160e52014b5\" data-tcb_hover_state_parent=\"\" wfd-id=\"409\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1635efec9fa\" data-float=\"1\" wfd-id=\"432\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1635f098c8e\" data-tcb_hover_state_parent=\"1\" wfd-id=\"434\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16363231ead\" wfd-id=\"433\"></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160eb218e4e\" data-float=\"1\" wfd-id=\"410\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-160eb214b56\" data-clip-id=\"a182d7c321313\" data-tcb_hover_state_parent=\"1\" wfd-id=\"431\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-a182d7c321313\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"pointer\" pointer-width=\"100\" pointer-height=\"11\" style=\"\" data-inverted=\"false\"><polygon points=\"0 0, 0 0.89, 0 0.89, 0.5 1, 1 0.89, 1 0.89, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-a182d7c321313\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"none\" pointer-width=\"100\" pointer-height=\"36\" style=\"zigzag\" clip-path=\"url(#clip-tablet-top-a182d7c321313)\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-top-a182d7c321313\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"divider\" pointer-width=\"100\" pointer-height=\"22\" style=\"zigzag\"><polygon points=\"0 1, 1 1,1 0.22, 0.5 0, 0 0.22, 0 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-a182d7c321313\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"none\" pointer-width=\"100\" pointer-height=\"36\" style=\"zigzag\" clip-path=\"url(#clip-mobile-top-a182d7c321313)\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-top-a182d7c321313\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"divider\" pointer-width=\"100\" pointer-height=\"22\" style=\"zigzag\"><polygon points=\"0 1, 1 1,1 0.22, 0.5 0, 0 0.22, 0 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160eb1a09e2\" wfd-id=\"411\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1635ef71519\" wfd-id=\"420\"><p data-css=\"tve-u-160e4fd114b\" style=\"text-align: center;\">&nbsp;original</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160e501c0b4\" wfd-id=\"412\"><p data-css=\"tve-u-160e4fe84a1\" style=\"text-align: center;\"><span data-css=\"tve-u-160e4fe6187\" style=\"font-weight: 400; font-family: &quot;Kaushan Script&quot;;\" wfd-id=\"419\">drinks</span></p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"387\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160e5276a5e\" data-tcb_hover_state_parent=\"\" wfd-id=\"389\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-163628d68f3\" data-float=\"1\" wfd-id=\"404\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1635f073915\" data-tcb_hover_state_parent=\"1\" wfd-id=\"406\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16363235afe\" wfd-id=\"405\"></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160eb2222a0\" data-float=\"1\" wfd-id=\"390\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-160eb1d9ffb\" data-clip-id=\"cb4c420ba2143\" data-tcb_hover_state_parent=\"1\" wfd-id=\"403\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-cb4c420ba2143\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"pointer\" pointer-width=\"100\" pointer-height=\"36\" style=\"\"><polygon points=\"0 0, 0 0.64, 0 0.64, 0.5 1, 1 0.64, 1 0.64, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-cb4c420ba2143\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"none\" pointer-width=\"100\" pointer-height=\"36\" style=\"zigzag\" clip-path=\"url(#clip-tablet-top-cb4c420ba2143)\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-top-cb4c420ba2143\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"divider\" pointer-width=\"100\" pointer-height=\"22\" style=\"zigzag\"><polygon points=\"0 1, 1 1,1 0.22, 0.5 0, 0 0.22, 0 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-cb4c420ba2143\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"none\" pointer-width=\"100\" pointer-height=\"36\" style=\"zigzag\" clip-path=\"url(#clip-mobile-top-cb4c420ba2143)\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-top-cb4c420ba2143\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"divider\" pointer-width=\"100\" pointer-height=\"22\" style=\"zigzag\"><polygon points=\"0 1, 1 1,1 0.22, 0.5 0, 0 0.22, 0 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160eb1a09e2\" wfd-id=\"391\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1635ef72920\" wfd-id=\"398\"><p data-css=\"tve-u-160e4fd114b\" style=\"text-align: center;\">&nbsp;tasty</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160e501c0b4\" wfd-id=\"392\"><p data-css=\"tve-u-160e4fe84a1\" style=\"text-align: center;\"><span data-css=\"tve-u-160e4fe6187\" style=\"font-weight: 400; font-family: &quot;Kaushan Script&quot;;\" wfd-id=\"397\">food</span></p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"375\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160e52fbe2f\" data-tcb_hover_state_parent=\"\" wfd-id=\"377\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1635f0a8c87\" wfd-id=\"384\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1635f0b76b1\" data-tcb_hover_state_parent=\"1\" wfd-id=\"386\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-1635f010773\" wfd-id=\"385\"></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160eb0e8e90\" data-float=\"1\" wfd-id=\"378\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-160eb0d7fac\" data-clip-id=\"dd364f1962bc7\" data-tcb_hover_state_parent=\"1\" wfd-id=\"383\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-dd364f1962bc7\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"pointer\" pointer-width=\"100\" pointer-height=\"36\" style=\"\"><polygon points=\"0 0, 0 0.64, 0 0.64, 0.5 1, 1 0.64, 1 0.64, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-dd364f1962bc7\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"none\" pointer-width=\"100\" pointer-height=\"36\" style=\"zigzag\" clip-path=\"url(#clip-tablet-top-dd364f1962bc7)\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-top-dd364f1962bc7\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"divider\" pointer-width=\"100\" pointer-height=\"22\" style=\"zigzag\"><polygon points=\"0 1, 1 1,1 0.22, 0.5 0, 0 0.22, 0 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-dd364f1962bc7\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"none\" pointer-width=\"100\" pointer-height=\"36\" style=\"zigzag\" clip-path=\"url(#clip-mobile-top-dd364f1962bc7)\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-top-dd364f1962bc7\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"divider\" pointer-width=\"100\" pointer-height=\"22\" style=\"zigzag\"><polygon points=\"0 1, 1 1,1 0.22, 0.5 0, 0 0.22, 0 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160eb1a09e2\" wfd-id=\"379\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160eb1b0e14\" wfd-id=\"382\"><p data-css=\"tve-u-160e4fd114b\" style=\"text-align: center;\">&nbsp;great</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160e501c0b4\" wfd-id=\"380\"><p data-css=\"tve-u-160e4fe84a1\" style=\"text-align: center;\"><span data-css=\"tve-u-160e4fe6187\" style=\"font-weight: 400; font-family: &quot;Kaushan Script&quot;;\" wfd-id=\"381\">ambiance</span></p></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-160e9d15bdf\" wfd-id=\"261\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-160e9d118ed\" wfd-id=\"370\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-160e9d0c61d\" wfd-id=\"262\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160e9e2aeab\" wfd-id=\"369\"><h3>Take a look at</h3></div><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-160e9e41664\" data-tag=\"h2\" wfd-id=\"366\"><h2>Our Menu</h2></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160e9dff371\" wfd-id=\"263\">\n<div class=\"tve-content-box-background\" wfd-id=\"365\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160e9e03630\" wfd-id=\"264\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160ea7cae88\" wfd-id=\"265\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2\" data-css=\"tve-u-160ea7c9db0\" wfd-id=\"266\"><div class=\"tcb-flex-col\" wfd-id=\"293\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"295\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-160eb3ad20a\" wfd-id=\"362\"><h4>Drinks</h4></div><div class=\"tcb-clear\" data-css=\"tve-u-160ea7bf191\" wfd-id=\"311\"><div class=\"thrv_wrapper thrv_toggle_shortcode\" data-hover-color=\"rgba(18, 21, 25, 0.8)\" data-css=\"tve-u-160e9f87397\" wfd-id=\"312\">\n<div class=\"tve_faq\" wfd-id=\"313\">\n<div class=\"tve_faqI\" wfd-id=\"314\">\n<div class=\"tve_faqB\" wfd-id=\"357\"><span class=\"tve_not_editable tve_toggle\" wfd-id=\"361\"></span>\n<h4 class=\"tve_editable\" data-css=\"tve-u-160eb470891\"><span data-css=\"tve-u-160eb4708df\" style=\"font-family: Lato,arial;\" wfd-id=\"360\">alcoholic drinks</span></h4>\n</div>\n<div class=\"tve_faqC tve_empty_dropzone\" style=\"display: none;\" wfd-id=\"315\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160e9fad83c\" wfd-id=\"331\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-160eaa7faeb\" wfd-id=\"332\"><div class=\"tcb-flex-col\" wfd-id=\"351\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160eb4a305a\" wfd-id=\"353\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160ea977bf3\" wfd-id=\"354\"><h3 data-css=\"tve-u-160f8d013c3\"><strong>Beer (bottle)</strong></h3><p><br></p><p data-css=\"tve-u-160eb4a45fb\">Heineken</p><p data-css=\"tve-u-160eb49e1f7\">Paulaner</p><p data-css=\"tve-u-160eb4a4600\">Budweiser American Ale</p><p data-css=\"tve-u-160eb4a4603\">Land Shark Lager</p><p data-css=\"tve-u-160eb4a4605\">Scrumpy</p><p data-css=\"tve-u-160eb4a4608\">JackFirestone</p><p data-css=\"tve-u-160eb4a460a\">Walker Fortem</p><p data-css=\"tve-u-160eb4a460d\">Live Oak Hefeweizen</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"333\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160f8cfbf40\" wfd-id=\"335\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160ea9789a4\" wfd-id=\"336\"><h3 data-css=\"tve-u-160f8cf3d89\"><strong>Beer (draught)</strong></h3><p><br></p><p data-css=\"tve-u-160eb4b6f9b\"><span data-css=\"tve-u-160f8ceeb77\" wfd-id=\"350\">Guiness</span></p><p data-css=\"tve-u-160eb4b6fc8\"><span data-css=\"tve-u-160f8cef20d\" wfd-id=\"348\"><span data-css=\"tve-u-160f8ceeb79\" wfd-id=\"349\">Stela Artois</span></span></p><p data-css=\"tve-u-160eb4b6fcb\"><span data-css=\"tve-u-160f8cef245\" wfd-id=\"346\"><span data-css=\"tve-u-160f8ceebb3\" wfd-id=\"347\">Grolsch (Unfiltered)</span></span></p><p data-css=\"tve-u-160eb4b6fcd\"><span data-css=\"tve-u-160f8cef27e\" wfd-id=\"344\"><span data-css=\"tve-u-160f8ceebeb\" wfd-id=\"345\">Newcastle Brown Ale</span></span></p><p data-css=\"tve-u-160eb4b6fd0\"><span data-css=\"tve-u-160f8cef2b7\" wfd-id=\"342\"><span data-css=\"tve-u-160f8ceec23\" wfd-id=\"343\">Corona Extra</span></span></p><p data-css=\"tve-u-160eb4b6fd3\"><span data-css=\"tve-u-160f8cef2f1\" wfd-id=\"340\"><span data-css=\"tve-u-160f8ceec5c\" wfd-id=\"341\">Sam Adams</span></span></p><p data-css=\"tve-u-160eb4b6fd5\"><span data-css=\"tve-u-160f8ceec94\" wfd-id=\"339\">Miller Lite</span></p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160ea89b12a\" wfd-id=\"316\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-160eaa7faee\" wfd-id=\"317\"><div class=\"tcb-flex-col\" wfd-id=\"325\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160f8cddeb4\" wfd-id=\"327\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160ea976e63\" wfd-id=\"328\"><h3 data-css=\"tve-u-160f8cd7871\"><strong>Cocktails</strong></h3><p data-css=\"tve-u-160f8cd7919\"><br></p><p data-css=\"tve-u-160f8cd794f\">Gin &amp; Tonic</p><p data-css=\"tve-u-160f8cd7987\">Vodka Orange</p><p data-css=\"tve-u-160f8cd79c1\">Wiskey Sour</p><p data-css=\"tve-u-160f8cd79f8\">Boulevardier</p><p data-css=\"tve-u-160f8cd7a30\">Daiquiri</p><p data-css=\"tve-u-160f8cd7a68\">Martini</p><p data-css=\"tve-u-160f8cd7aa1\">Ramos Gin Fizz</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"318\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160ea928596\" wfd-id=\"320\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160ea9729a9\" wfd-id=\"322\"><h3 data-css=\"tve-u-160ea90d163\"><strong>Wine</strong></h3><p data-css=\"tve-u-160f8cc8efc\"><br></p><p data-css=\"tve-u-160f8cc8f31\"><br></p><p data-css=\"tve-u-160ea9400e0\"><strong>White</strong></p><p data-css=\"tve-u-160f8cc8f9a\"><br></p><p data-css=\"tve-u-160f8cc8fce\">Sidebar Sauvignon Blanc High Valley</p><p data-css=\"tve-u-160ea9104fd\"><br></p><p data-css=\"tve-u-160ea7224b9\">Mazzei Maremma Toscana Tenuta</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160ea9357c7\" wfd-id=\"321\"><p data-css=\"tve-u-160f8cc591b\"><br></p><p data-css=\"tve-u-160ea71c62c\"><strong>Red</strong></p><p data-css=\"tve-u-160f8cc5953\"><br></p><p data-css=\"tve-u-160ea79970d\">MarquÃ©s de CÃ¡ceres</p><p data-css=\"tve-u-160ea799710\">Rioja ReservaBelguardo</p></div></div></div></div></div></div>\n</div>\n</div>\n</div></div><div class=\"tcb-clear\" data-css=\"tve-u-160ea7bf191\" wfd-id=\"296\"><div class=\"thrv_wrapper thrv_toggle_shortcode\" data-hover-color=\"rgba(18, 21, 25, 0.8)\" data-css=\"tve-u-160eab45a4f\" wfd-id=\"297\">\n<div class=\"tve_faq\" wfd-id=\"305\">\n<div class=\"tve_faqI\" wfd-id=\"306\">\n<div class=\"tve_faqB\" wfd-id=\"308\"><span class=\"tve_not_editable tve_toggle\" wfd-id=\"310\"></span>\n<h4 class=\"tve_editable\" data-css=\"tve-u-160eb475d09\"><span data-css=\"tve-u-160eb475d4c\" style=\"font-family: Lato,arial;\" wfd-id=\"309\">soft drinks</span></h4>\n</div>\n<div class=\"tve_faqC tve_empty_dropzone\" style=\"display: none;\" wfd-id=\"307\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160eaa73bda\" wfd-id=\"355\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-160e9fac06c\" wfd-id=\"356\"><div class=\"tcb-flex-col\" wfd-id=\"365\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160f8cb9d70\" wfd-id=\"367\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160ea977bf3\" wfd-id=\"368\"><h3 data-css=\"tve-u-160f8cb610d\"><strong>Coffee</strong></h3><p data-css=\"tve-u-160f8cb6183\"><br></p><p data-css=\"tve-u-160f8cb61bc\">Expresso</p><p data-css=\"tve-u-160ea6ba060\">Expresso Machiato</p><p data-css=\"tve-u-160ea6ba063\">Irish Coffee</p><p data-css=\"tve-u-160ea6ba065\">Cafe Mendoza</p><p data-css=\"tve-u-160ea6ba067\">Latte</p><p data-css=\"tve-u-160ea6ba06a\">Americano</p><p data-css=\"tve-u-160ea6ba06c\">Baileys Irish Cream Coffee</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"357\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160f8c978c9\" wfd-id=\"359\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160f8c8c841\" wfd-id=\"360\"><h3 data-css=\"tve-u-160f8cb0034\"><strong>Juice</strong></h3><p data-css=\"tve-u-160f8cb00a7\"><br></p><p data-css=\"tve-u-160f8cb00e0\">Coca Cola</p><p data-css=\"tve-u-160f8cb011c\">Fanta</p><p data-css=\"tve-u-160f8cb0157\">Sprite</p><p data-css=\"tve-u-160f8cb0191\">Almdudler</p><p data-css=\"tve-u-160f8cb01cb\">Fresh mix&nbsp;</p><ul class=\"\" wfd-id=\"363\"><li class=\"\" data-css=\"tve-u-160ea9c9c07\" wfd-id=\"364\">Orange/ Grapefruit/Apple</li></ul><p data-css=\"tve-u-160f8cb0240\">Sam Adams</p><p data-css=\"tve-u-160f8cb027b\">Miller Lite</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160eaa8db54\" wfd-id=\"333\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-160ea89ac22\" wfd-id=\"334\"><div class=\"tcb-flex-col\" wfd-id=\"339\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"341\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160ea976e63\" wfd-id=\"342\"><h3 data-css=\"tve-u-160ea54ea72\"><span data-css=\"tve-u-160f8c69135\" wfd-id=\"354\"><strong>Smoothie</strong></span></h3><p><span data-css=\"tve-u-160f8c699b9\" wfd-id=\"352\"><span data-css=\"tve-u-160f8c691a5\" wfd-id=\"353\"><br></span></span></p><p data-css=\"tve-u-160ea6ba05c\"><span data-css=\"tve-u-160f8c699f6\" wfd-id=\"350\"><span data-css=\"tve-u-160f8c691dc\" wfd-id=\"351\">Cherry &amp; Kale</span></span></p><p data-css=\"tve-u-160ea6ba05c\"><span data-css=\"tve-u-160f8c69a2f\" wfd-id=\"348\"><span data-css=\"tve-u-160f8c69216\" wfd-id=\"349\">Blueberry &amp; Avocado</span></span></p><p data-css=\"tve-u-160ea6ba05c\"><span data-css=\"tve-u-160f8c69a67\" wfd-id=\"346\"><span data-css=\"tve-u-160f8c69250\" wfd-id=\"347\">Banana &amp; Milk</span></span></p><p data-css=\"tve-u-160ea6ba05c\"><span data-css=\"tve-u-160f8c69289\" wfd-id=\"345\">Pear &amp; Chocolate</span></p><p data-css=\"tve-u-160f8c626b2\">Veggie &amp; Green</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"335\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160ea928596\" wfd-id=\"337\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160f8c59f19\" wfd-id=\"338\"><h3 data-css=\"tve-u-160f8c5888c\"><strong>Lemonade</strong></h3><p data-css=\"tve-u-160f8c58926\"><br></p><p data-css=\"tve-u-160f8c58957\">Classic</p><p data-css=\"tve-u-160eaa5aa50\">Mint&nbsp;</p><p data-css=\"tve-u-160f8c589bd\">Orange &amp; Lime</p><p data-css=\"tve-u-160eaa62df8\">Watermelon</p></div></div></div></div></div></div>\n</div>\n</div>\n<div class=\"tve_faq\" wfd-id=\"298\">\n<div class=\"tve_faqI\" wfd-id=\"299\">\n<div class=\"tve_faqB\" wfd-id=\"301\"><span class=\"tve_not_editable tve_toggle\" wfd-id=\"304\"></span>\n<h4 class=\"tve_editable\">ADDITIONAL SPIRITS</h4>\n</div>\n<div class=\"tve_faqC\" style=\"display: none;\" wfd-id=\"300\"><div class=\"thrv_wrapper tcb-row-empty thrv-columns\" data-css=\"tve-u-1689b6473cd\" wfd-id=\"317\"><div class=\"tcb-flex-row tcb--cols--2\" wfd-id=\"318\"><div class=\"tcb-flex-col\" wfd-id=\"322\"><div class=\"tcb-col\" wfd-id=\"324\"></div></div><div class=\"tcb-flex-col\" wfd-id=\"319\"><div class=\"tcb-col\" wfd-id=\"321\"></div></div></div></div></div>\n</div>\n</div></div></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"267\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160eb38e170\" wfd-id=\"269\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-160eaaf84a6\" wfd-id=\"290\"><h4 class=\"\">Food</h4></div><div class=\"tcb-clear\" data-css=\"tve-u-160ea7bf191\" wfd-id=\"280\"><div class=\"thrv_wrapper thrv_toggle_shortcode\" data-hover-color=\"rgba(18, 21, 25, 0.8)\" data-css=\"tve-u-160ead973a1\" wfd-id=\"281\">\n<div class=\"tve_faq\" wfd-id=\"282\">\n<div class=\"tve_faqI\" wfd-id=\"283\">\n<div class=\"tve_faqB\" wfd-id=\"285\"><span class=\"tve_not_editable tve_toggle\" wfd-id=\"289\"></span>\n<h4 class=\"tve_editable\" data-css=\"tve-u-160eb47f143\"><span data-css=\"tve-u-160eb47f16a\" wfd-id=\"288\">starters</span></h4>\n</div>\n<div class=\"tve_faqC tve_empty_dropzone\" style=\"display: none;\" wfd-id=\"284\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160eb521486\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-160eb54da29\"><div class=\"tcb-flex-col\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160e9fbbfa0\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160f8c2bf72\"><h3 data-css=\"tve-u-160f8c28393\"><strong>Snacks</strong></h3><p data-css=\"tve-u-160f8c283f9\"><br></p><p data-css=\"tve-u-160f8c2842b\">Chips</p><p data-css=\"tve-u-160f8c28460\">Hazelnuts</p><p data-css=\"tve-u-160f8c28493\">Peanuts</p><p data-css=\"tve-u-160f8c284c6\">Tortilla chips</p><p data-css=\"tve-u-160f8c25bba\">Chocolate croissants</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160e9fc2c51\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160ea9c1e15\"><h3 data-css=\"tve-u-160eb553062\"><strong>Meals</strong></h3><p data-css=\"tve-u-160eb5530cd\"><br></p><p data-css=\"tve-u-160eb553103\">Crab cakes<u>â€‹</u></p><p data-css=\"tve-u-160eb553138\">Chicken wings</p><p data-css=\"tve-u-160eb55316d\">White beans with herbs</p><p data-css=\"tve-u-160eb5531a1\">Stuffed mushrooms</p><p data-css=\"tve-u-160eb5531d8\">Smoked salmon spread</p><p data-css=\"tve-u-160eb55320f\">Authentic houmous</p></div></div></div></div></div></div>\n</div>\n</div>\n</div></div><div class=\"tcb-clear\" data-css=\"tve-u-160ea7bf191\" wfd-id=\"270\"><div class=\"thrv_wrapper thrv_toggle_shortcode\" data-hover-color=\"rgba(18, 21, 25, 0.8)\" data-css=\"tve-u-160eb42c2ca\" wfd-id=\"271\">\n<div class=\"tve_faq\" wfd-id=\"272\">\n<div class=\"tve_faqI\" wfd-id=\"273\">\n<div class=\"tve_faqB\" wfd-id=\"275\"><span class=\"tve_not_editable tve_toggle\" wfd-id=\"279\"></span>\n<h4 class=\"tve_editable\" data-css=\"tve-u-160e9f7868b\"><span data-css=\"tve-u-160e9f7ce0e\" wfd-id=\"278\">main course</span></h4>\n</div>\n<div class=\"tve_faqC tve_empty_dropzone\" style=\"display: none;\" wfd-id=\"274\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160ead90ba7\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-160eadcc8c9\"><div class=\"tcb-flex-col\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160f8d12a0d\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160ea977bf3\"><h3 data-css=\"tve-u-160eb5275ca\"><strong>Soup</strong></h3><p data-css=\"tve-u-160eb52762c\"><br></p><p data-css=\"tve-u-160eb52765c\">Fish soup</p><p data-css=\"tve-u-160eb52768d\">Squash &amp; parsley&nbsp;</p><p data-css=\"tve-u-160eb5276bf\">Tomato</p><p data-css=\"tve-u-160eb5276f3\">Chicken Almond<br>Arizona Mountain<br>Bayou Shrimp<br>Beef &amp; Pasta Mushroom</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160e9fc2c51\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160eb537e16\"><h3 data-css=\"tve-u-160eb5346af\"><strong>Main dish</strong></h3><p data-css=\"tve-u-160eb534715\"><br></p><p data-css=\"tve-u-160eadffc69\">Chickpea Cauliflower Korma</p><p data-css=\"tve-u-160eb53477a\">Lasagna</p><p data-css=\"tve-u-160eb5347ae\">Veggie Lasagna</p><p data-css=\"tve-u-160eb5347e1\">Pizza Capriciosa</p><p data-css=\"tve-u-160eb534816\">Pizza Margherita</p><p data-css=\"tve-u-160eb53484c\">House Burger</p></div></div></div></div></div></div>\n</div>\n</div>\n</div></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1635ee0cb15\" wfd-id=\"146\">\n<div class=\"tve-page-section-out\" wfd-id=\"260\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1635ebf2201\" wfd-id=\"147\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160f8e625a1\" wfd-id=\"256\"><h3 data-css=\"tve-u-1635f10faad\" style=\"text-align: center;\">What <span data-css=\"tve-u-1635f111354\" style=\"text-transform: uppercase;\" wfd-id=\"259\">o</span>ur customers say</h3></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1635ed91639\" wfd-id=\"148\"><div class=\"tcb-flex-row tcb--cols--3\" data-css=\"tve-u-1635ed274dc\" wfd-id=\"149\"><div class=\"tcb-flex-col\" wfd-id=\"216\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1636390be1e\" wfd-id=\"218\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1635f1b25ed\" wfd-id=\"236\">\n<div class=\"tve-content-box-background\" wfd-id=\"255\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1635f125271\" wfd-id=\"237\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1635f138d3b\" wfd-id=\"253\"><p data-css=\"tve-u-160fa718c59\"><span data-css=\"tve-u-160fa718c5e\" wfd-id=\"254\">â</span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1635f136552\" wfd-id=\"250\"><p data-css=\"tve-u-163629eed0d\">Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit. Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit.</p></div><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"2\" data-color=\"rgb(218, 144, 15)\" data-css=\"tve-u-1635f14cd1e\" wfd-id=\"249\">\n<hr class=\"tve_sep tve_sep-1\">\n</div><div class=\"tcb-clear\" data-css=\"tve-u-160f93bdfb1\" wfd-id=\"247\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1636392a6b1\" wfd-id=\"248\"><svg class=\"tcb-icon\" viewBox=\"0 0 16 28\" data-name=\"sort-desc\">\n<path d=\"M16 17c0 0.266-0.109 0.516-0.297 0.703l-7 7c-0.187 0.187-0.438 0.297-0.703 0.297s-0.516-0.109-0.703-0.297l-7-7c-0.187-0.187-0.297-0.438-0.297-0.703 0-0.547 0.453-1 1-1h14c0.547 0 1 0.453 1 1z\"></path>\n</svg></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1635f123a1e\" wfd-id=\"243\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1636393c2d2\" data-float=\"1\" wfd-id=\"244\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-160f957664d\" wfd-id=\"246\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-163629eb59f\" wfd-id=\"245\"></div>\n</div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1635f121505\" wfd-id=\"238\"><p data-css=\"tve-u-163629db329\"><strong><span data-css=\"tve-u-163629f6835\" style=\"font-size: 16px;\" wfd-id=\"242\">Josie Carter</span></strong></p><p data-css=\"tve-u-163629e77b3\"><span data-css=\"tve-u-163629f6837\" style=\"font-size: 16px;\" wfd-id=\"241\"><em>Marine Biologist</em></span></p><p data-css=\"tve-u-160f9514c00\">â€‹<br></p></div></div>\n</div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-161701a8fd1\" wfd-id=\"219\"><div class=\"tcb-flex-row tcb--cols--3 tcb-resized tcb-resizing tcb-medium-no-wrap v-2 tcb-mobile-wrap m-edit\" data-css=\"tve-u-161703e4bac\" wfd-id=\"220\"><div class=\"tcb-flex-col\" data-css=\"tve-u-16170332517\" style=\"\" wfd-id=\"232\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"234\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16170441415\" wfd-id=\"235\"><p data-css=\"tve-u-16170191bce\"><em>As seen on</em></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1617033251d\" style=\"width: 85px;\" wfd-id=\"227\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"229\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16170185cb5\" wfd-id=\"230\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"231\"><img class=\"tve_image wp-image-3532\" alt=\"\" width=\"45\" height=\"30\" title=\"trip-advisor-logo_03\" data-id=\"3532\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/trip-advisor-logo_03.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1617033371d\" style=\"\" wfd-id=\"221\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"223\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16170442200\" wfd-id=\"224\"><p data-css=\"tve-u-161701c9195\"><a href=\"https://www.tripadvisor.com/\" target=\"_blank\"><u>See more reviews</u></a><u>â€‹â€‹â€‹â€‹</u></p></div></div></div></div></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"184\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-163639549e4\" wfd-id=\"186\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1635f1b3fee\" wfd-id=\"202\">\n<div class=\"tve-content-box-background\" wfd-id=\"215\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16362a05c8f\" wfd-id=\"203\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1636390935e\" wfd-id=\"213\"><p data-css=\"tve-u-160fa718c59\"><span data-css=\"tve-u-160fa718c5e\" wfd-id=\"214\">â</span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1636951d241\" wfd-id=\"212\"><p data-css=\"tve-u-16362a0d7c6\">Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae erat consequat auctor eu in elit. Class aptent!</p></div><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"2\" data-color=\"rgb(218, 144, 15)\" data-css=\"tve-u-16369519850\" wfd-id=\"211\">\n<hr class=\"tve_sep tve_sep-1\">\n</div><div class=\"tcb-clear\" data-css=\"tve-u-160f93bdfb1\" wfd-id=\"209\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1636392e791\" wfd-id=\"210\"><svg class=\"tcb-icon\" viewBox=\"0 0 16 28\" data-name=\"sort-desc\">\n<path d=\"M16 17c0 0.266-0.109 0.516-0.297 0.703l-7 7c-0.187 0.187-0.438 0.297-0.703 0.297s-0.516-0.109-0.703-0.297l-7-7c-0.187-0.187-0.297-0.438-0.297-0.703 0-0.547 0.453-1 1-1h14c0.547 0 1 0.453 1 1z\"></path>\n</svg></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1635ec5add7\" wfd-id=\"205\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1636393da63\" data-float=\"1\" wfd-id=\"206\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1635f13f574\" wfd-id=\"208\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16362a05cc8\" wfd-id=\"207\"></div>\n</div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160fa6805d4\" wfd-id=\"204\"><p data-css=\"tve-u-16362a08679\"><strong>Jesse O\'neil</strong></p><p data-css=\"tve-u-16362a0a74e\"><em>Advertising</em></p><p data-css=\"tve-u-16362a0a750\">â€‹<br></p></div></div>\n</div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16170325257\" wfd-id=\"187\"><div class=\"tcb-flex-row tcb--cols--3 tcb-resized tcb-medium-no-wrap v-2 tcb-mobile-wrap m-edit\" data-css=\"tve-u-1617045651a\" wfd-id=\"188\"><div class=\"tcb-flex-col\" data-css=\"tve-u-16170334a49\" style=\"\" wfd-id=\"198\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"200\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-161704435d7\" wfd-id=\"201\"><p data-css=\"tve-u-16170191bce\"><em>As seen on</em></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-16170334a4f\" style=\"\" wfd-id=\"193\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"195\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-161702e8042\" wfd-id=\"196\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"197\"><img class=\"tve_image wp-image-3538\" alt=\"\" width=\"52\" height=\"31\" title=\"foursquare-logo_03\" data-id=\"3538\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/foursquare-logo_03.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-161703373d0\" style=\"\" wfd-id=\"189\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"191\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16170445bb9\" wfd-id=\"192\"><p data-css=\"tve-u-161701c9195\"><a href=\"https://foursquare.com/\" target=\"_blank\"><u>See more reviewsâ€‹â€‹â€‹â€‹</u></a></p></div></div></div></div></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"150\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16363524c1e\" wfd-id=\"152\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1635ebfe4fc\" wfd-id=\"168\">\n<div class=\"tve-content-box-background\" wfd-id=\"183\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1635ec2801b\" wfd-id=\"169\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1635f139f5c\" wfd-id=\"181\"><p data-css=\"tve-u-160fa718c59\"><span data-css=\"tve-u-160fa718c5e\" wfd-id=\"182\">â</span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160f961e617\" wfd-id=\"180\"><p data-css=\"tve-u-16362a2156e\">Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Mauris in erat justo. Nullam ac urna eu felis dapibus condimentum sit amet a augue. Sed non neque elit.</p></div><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"2\" data-color=\"rgb(218, 144, 15)\" data-css=\"tve-u-160f9405e56\" wfd-id=\"179\">\n<hr class=\"tve_sep tve_sep-1\">\n</div><div class=\"tcb-clear\" data-css=\"tve-u-160f93bdfb1\" wfd-id=\"177\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1635ed98a8a\" wfd-id=\"178\"><svg class=\"tcb-icon\" viewBox=\"0 0 16 28\" data-name=\"sort-desc\">\n<path d=\"M16 17c0 0.266-0.109 0.516-0.297 0.703l-7 7c-0.187 0.187-0.438 0.297-0.703 0.297s-0.516-0.109-0.703-0.297l-7-7c-0.187-0.187-0.297-0.438-0.297-0.703 0-0.547 0.453-1 1-1h14c0.547 0 1 0.453 1 1z\"></path>\n</svg></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1635ec5add7\" wfd-id=\"173\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160f9562c14\" data-float=\"1\" wfd-id=\"174\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1635f187bfc\" wfd-id=\"176\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-1635edf3681\" wfd-id=\"175\"></div>\n</div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160fa6805d4\" wfd-id=\"170\"><p data-css=\"tve-u-163629df961\"><strong><span data-css=\"tve-u-16362a29860\" style=\"font-size: 16px;\" wfd-id=\"172\">Gabriel Jones</span></strong></p><p data-css=\"tve-u-16362a2c533\"><span data-css=\"tve-u-16362a29862\" style=\"font-size: 16px;\" wfd-id=\"171\"><em>Brand Management Consultant</em></span></p><p data-css=\"tve-u-160f9514c00\"><strong>â€‹</strong><br></p></div></div>\n</div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-161703268c0\" wfd-id=\"153\"><div class=\"tcb-flex-row tcb--cols--3 tcb-resized tcb-medium-no-wrap v-2 tcb-mobile-wrap m-edit\" data-css=\"tve-u-161701a2f15\" wfd-id=\"154\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1617019989e\" style=\"\" wfd-id=\"164\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"166\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16170471614\" wfd-id=\"167\"><p data-css=\"tve-u-16170191bce\"><em>As seen on</em></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-161701998d2\" style=\"\" wfd-id=\"159\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"161\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1617031f43b\" wfd-id=\"162\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"163\"><img class=\"tve_image wp-image-3542\" alt=\"\" width=\"49\" height=\"24\" title=\"yelp-logo_03\" data-id=\"3542\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/yelp-logo_03.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-161701c1618\" style=\"\" wfd-id=\"155\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"157\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-161701b642a\" wfd-id=\"158\"><p data-css=\"tve-u-161701c9195\"><a href=\"https://www.yelp.com/\" target=\"_blank\"><u>See more reviews</u></a><u>â€‹â€‹â€‹â€‹</u></p></div></div></div></div></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-160f96ef669\" wfd-id=\"112\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-160f96f5e19\" data-clip-id=\"c22944d35542f\" wfd-id=\"145\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-c22944d35542f\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" pointer-width=\"100\" pointer-height=\"14\" style=\"zigzag\" decoration-type=\"none\" clip-path=\"url(#clip-top-c22944d35542f)\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-c22944d35542f\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" pointer-width=\"100\" pointer-height=\"14\" style=\"zigzag\" decoration-type=\"none\" clip-path=\"url(#clip-mobile-top-c22944d35542f)\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-top-c22944d35542f\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" pointer-width=\"100\" pointer-height=\"10\" style=\"zigzag\" decoration-type=\"none\" clip-path=\"url(#clip-top-c22944d35542f)\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-top-c22944d35542f\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" pointer-width=\"100\" pointer-height=\"13\" decoration-type=\"none\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-160f96c069e\" wfd-id=\"113\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160f9714a61\" wfd-id=\"114\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-160f9734b53\" data-clip-id=\"c8e428685a637\" wfd-id=\"144\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-c8e428685a637\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"pointer\" pointer-width=\"100\" pointer-height=\"13\" style=\"zigzag\" clip-path=\"url(#clip-bottom-c8e428685a637)\"><polygon points=\"1 0.13, 0.5 0, 0 0.13, 0 0.13, 0 1, 1 1, 1 0.13\"></polygon></clipPath><clipPath id=\"clip-bottom-c8e428685a637\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"pointer\" pointer-width=\"100\" pointer-height=\"14.000000000000002\" style=\"\"><polygon points=\"0 0, 0 0.86, 0 0.86, 0.5 1, 1 0.86, 1 0.86, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-top-c8e428685a637\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"divider\" pointer-width=\"100\" pointer-height=\"13\" style=\"zigzag\" clip-path=\"url(#clip-tablet-bottom-c8e428685a637)\"><polygon points=\"0 1, 1 1,1 0.13, 0.5 0, 0 0.13, 0 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-c8e428685a637\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"divider\" pointer-width=\"100\" pointer-height=\"14\" style=\"zigzag\"><polygon points=\"0 0, 0 0.86, 0.5 1, 1 0.86,  1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-top-c8e428685a637\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"divider\" pointer-width=\"100\" pointer-height=\"10\" style=\"zigzag\" clip-path=\"url(#clip-mobile-bottom-c8e428685a637)\"><polygon points=\"0 1, 1 1,1 0.1, 0.5 0, 0 0.1, 0 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-c8e428685a637\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"divider\" pointer-width=\"100\" pointer-height=\"10\" style=\"zigzag\"><polygon points=\"0 0, 0 0.9, 0.5 1, 1 0.9,  1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160f972cd2b\" wfd-id=\"115\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160f97e6953\" wfd-id=\"140\"><p data-css=\"tve-u-160f97ddb8a\" style=\"text-align: center;\"><span data-css=\"tve-u-160f97e0356\" style=\"font-weight: 400; font-family: &quot;Kaushan Script&quot;;\" wfd-id=\"143\">Happy Hour</span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160f98a0d17\" wfd-id=\"136\"><p data-css=\"tve-u-160f9bf9be2\" style=\"text-align: center;\"><span data-css=\"tve-u-160f9bfdcb7\" wfd-id=\"138\">2 shots for the price of 1 between 18<span data-css=\"tve-u-160f9823757\" wfd-id=\"139\">&nbsp;PM&nbsp;</span>- 20 </span><span data-css=\"tve-u-160f984f29b\" wfd-id=\"137\">PM</span></p></div><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-160f98df817\" data-tcb_hover_state_parent=\"\" wfd-id=\"133\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"134\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-160fec25d20\" wfd-id=\"135\"><strong>Make a reservation now</strong></span></span>\n</a>\n</div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160f9b74c2b\" wfd-id=\"119\"><div class=\"tcb-flex-row tcb-resized tcb--cols--3 tcb-medium-no-wrap tcb-mobile-edit tcb-resizing v-2\" data-css=\"tve-u-160f9b69526\" wfd-id=\"120\"><div class=\"tcb-flex-col\" data-css=\"tve-u-160f9b7a36e\" style=\"\" wfd-id=\"129\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"131\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(176, 171, 155, 0.3)\" data-css=\"tve-u-160f9b9db80\" wfd-id=\"132\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-160f9b7a39a\" style=\"width: 97px;\" wfd-id=\"125\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160ff36e890\" wfd-id=\"127\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160fa7619dc\" wfd-id=\"128\"><p data-css=\"tve-u-160f9b916f8\" style=\"text-align: center;\">or</p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-160f9b7a3c6\" style=\"\" wfd-id=\"121\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"123\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(176, 171, 155, 0.3)\" data-css=\"tve-u-160f9bd1e50\" wfd-id=\"124\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160f9bf1aea\" wfd-id=\"116\"><p data-css=\"tve-u-160f981fb0c\" style=\"text-align: center;\"><span data-css=\"tve-u-160f9c02898\" wfd-id=\"117\"><span data-css=\"tve-u-160ff467c38\" wfd-id=\"118\">Call us</span> : 0300-984-589</span></p></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-160f9c6a4fe\" wfd-id=\"72\">\n<div class=\"tve-page-section-out\" wfd-id=\"111\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-160f9c6d0ad\" wfd-id=\"73\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160f9caae7b\" wfd-id=\"108\"><h3 data-css=\"tve-u-1635f21f43a\" style=\"text-align: center;\">our signature drinks</h3></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160f9c7f698\" wfd-id=\"74\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--4\" data-css=\"tve-u-160f9c75fb0\" wfd-id=\"75\"><div class=\"tcb-flex-col\" wfd-id=\"100\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160f9cccb99\" data-tcb_hover_state_parent=\"\" wfd-id=\"102\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1616a9cfa4b\" wfd-id=\"103\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1616a721403\" wfd-id=\"107\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1616a74e73b\" wfd-id=\"104\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1616a5e01ba\" wfd-id=\"105\"><p data-css=\"tve-u-160f9d496b3\" style=\"text-align: center;\"><span data-css=\"tve-u-160f9d5377f\" style=\"font-weight: 400; font-family: &quot;Kaushan Script&quot;;\" wfd-id=\"106\">Wiskey Sour</span></p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"92\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160f9d08737\" data-tcb_hover_state_parent=\"\" wfd-id=\"94\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1616a9d1ca7\" wfd-id=\"95\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1616a721403\" wfd-id=\"99\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1616a74e73b\" wfd-id=\"96\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1616a5e01ba\" wfd-id=\"97\"><p data-css=\"tve-u-160f9d496b3\" style=\"text-align: center;\"><span data-css=\"tve-u-160f9d5377f\" style=\"font-weight: 400; font-family: &quot;Kaushan Script&quot;;\">Boulevardier</span></p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"84\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160f9d0b00e\" data-tcb_hover_state_parent=\"\" wfd-id=\"86\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1616a9d3730\" wfd-id=\"87\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1616a721403\" wfd-id=\"91\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1616a74e73b\" wfd-id=\"88\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1616a5e01ba\" wfd-id=\"89\"><p data-css=\"tve-u-160f9d496b3\" style=\"text-align: center;\"><span data-css=\"tve-u-160f9d5377f\" style=\"font-weight: 400; font-family: &quot;Kaushan Script&quot;;\" wfd-id=\"90\">Gin Fizz</span></p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"76\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160f9d0c9a0\" data-tcb_hover_state_parent=\"\" wfd-id=\"78\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1616a708b49\" wfd-id=\"79\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1616a721403\" wfd-id=\"83\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1616a74e73b\" wfd-id=\"80\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1616a5e01ba\" wfd-id=\"81\"><p data-css=\"tve-u-160f9d496b3\" style=\"text-align: center;\"><span data-css=\"tve-u-160f9d5377f\" style=\"font-weight: 400; font-family: &quot;Kaushan Script&quot;;\" wfd-id=\"82\">Spicy Tequila Shot</span></p></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-160fe140452\" style=\"\" wfd-id=\"41\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-16362e0aed9\" wfd-id=\"71\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-160fe13ce28\" wfd-id=\"42\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160f9ec40fc\" wfd-id=\"43\"><div class=\"tcb-flex-row tcb--cols--2 tcb-medium-no-wrap v-2 tcb-mobile-wrap m-edit\" data-css=\"tve-u-160f9ebf905\" wfd-id=\"44\"><div class=\"tcb-flex-col\" wfd-id=\"49\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160f9ee08be\" wfd-id=\"51\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160fa01d193\" wfd-id=\"52\">\n<div class=\"tve-content-box-background\" wfd-id=\"70\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"53\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1635f273315\" wfd-id=\"68\"><h4 data-css=\"tve-u-1635f28650b\"><strong><span data-css=\"tve-u-16362a7e959\" style=\"text-transform: none;\" wfd-id=\"69\">Your</span></strong><br><strong>Company name</strong></h4></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16362aabe81\" wfd-id=\"62\">\n<div class=\"tve-content-box-background\" wfd-id=\"67\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1635e5d9ba1\" wfd-id=\"63\"><div class=\"tcb-clear\" data-css=\"tve-u-16363d2efc4\" wfd-id=\"65\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-16362a8dd87\" data-float=\"1\" wfd-id=\"66\"><svg class=\"tcb-icon\" viewBox=\"0 0 16 28\" data-name=\"map-marker\">\n<path d=\"M12 10c0-2.203-1.797-4-4-4s-4 1.797-4 4 1.797 4 4 4 4-1.797 4-4zM16 10c0 0.953-0.109 1.937-0.516 2.797l-5.688 12.094c-0.328 0.688-1.047 1.109-1.797 1.109s-1.469-0.422-1.781-1.109l-5.703-12.094c-0.406-0.859-0.516-1.844-0.516-2.797 0-4.422 3.578-8 8-8s8 3.578 8 8z\"></path>\n</svg></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160df4565d1\" wfd-id=\"64\"><p data-css=\"tve-u-1636311d040\">Your Pub Adress Goes Here</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1636301dc81\" wfd-id=\"57\">\n<div class=\"tve-content-box-background\" wfd-id=\"61\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1635e5d9ba1\" wfd-id=\"58\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-16362aa4888\" wfd-id=\"60\"><svg class=\"tcb-icon\" viewBox=\"0 0 22 28\" data-name=\"phone\">\n<path d=\"M22 19.375c0 0.562-0.25 1.656-0.484 2.172-0.328 0.766-1.203 1.266-1.906 1.656-0.922 0.5-1.859 0.797-2.906 0.797-1.453 0-2.766-0.594-4.094-1.078-0.953-0.344-1.875-0.766-2.734-1.297-2.656-1.641-5.859-4.844-7.5-7.5-0.531-0.859-0.953-1.781-1.297-2.734-0.484-1.328-1.078-2.641-1.078-4.094 0-1.047 0.297-1.984 0.797-2.906 0.391-0.703 0.891-1.578 1.656-1.906 0.516-0.234 1.609-0.484 2.172-0.484 0.109 0 0.219 0 0.328 0.047 0.328 0.109 0.672 0.875 0.828 1.188 0.5 0.891 0.984 1.797 1.5 2.672 0.25 0.406 0.719 0.906 0.719 1.391 0 0.953-2.828 2.344-2.828 3.187 0 0.422 0.391 0.969 0.609 1.344 1.578 2.844 3.547 4.813 6.391 6.391 0.375 0.219 0.922 0.609 1.344 0.609 0.844 0 2.234-2.828 3.187-2.828 0.484 0 0.984 0.469 1.391 0.719 0.875 0.516 1.781 1 2.672 1.5 0.313 0.156 1.078 0.5 1.188 0.828 0.047 0.109 0.047 0.219 0.047 0.328z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160df4565d1\" wfd-id=\"59\"><p data-css=\"tve-u-1636311dda3\" style=\"text-align: left;\">0364 - 300 - 946</p></div></div>\n</div><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-160fa182f82\" data-tcb_hover_state_parent=\"\" wfd-id=\"54\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"55\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-160fa198fbb\" wfd-id=\"56\">Make a reservation now</span></span>\n</a>\n</div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"45\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160fa1c8dca\" wfd-id=\"47\"><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-160fa11f4f2\" wfd-id=\"48\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=London&amp;t=m&amp;z=12&amp;output=embed&amp;iwloc=near\"></iframe>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16362e2956e\" wfd-id=\"27\">\n<div class=\"tve-page-section-out\" wfd-id=\"40\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16362e27bcb\" wfd-id=\"28\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160fa4daf17\" wfd-id=\"29\"><div class=\"tcb-flex-row tcb--cols--2 v-2\" data-css=\"tve-u-160fa4d8d4f\" wfd-id=\"30\"><div class=\"tcb-flex-col\" wfd-id=\"36\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"38\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160fa4b581e\" wfd-id=\"39\"><p data-css=\"tve-u-160fa489bd9\" style=\"text-align: left;\">Â© 2018 , Your company name . All rights reserved.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"31\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160fec923bf\" wfd-id=\"33\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160fec99b6f\" wfd-id=\"34\"><p style=\"text-align: right;\" data-css=\"tve-u-16363b1b458\"><span style=\"color: rgba(3, 9, 14, 0.5);\" data-css=\"tve-u-16363b4867f\" wfd-id=\"35\"><u>â€‹</u>â€‹â€‹â€‹â€‹Made with</span> <a href=\"https://thrivethemes.com/\" target=\"_blank\">Thrive Architect</a></p></div></div></div></div></div></div>\n</div>'),(4204,414,'tva_lesson_type','video'),(4205,414,'tva_lesson_order','0'),(4206,415,'tva_lesson_type','text'),(4207,415,'tva_lesson_order','1'),(2273,93,'thrive_ab_traffic','100'),(2274,93,'is_control','1'),(2275,93,'thrive_ab_status','published'),(2276,93,'_edit_lock','1548821392:1'),(4818,459,'tve_revision_tve_has_wistia_popover',''),(4817,459,'tve_revision_tve_updated_post',''),(4816,459,'tve_revision_tve_has_typefocus',''),(4815,459,'tve_revision_tve_has_masonry',''),(4814,459,'tve_revision_thrive_tcb_post_fonts',''),(4813,459,'tve_revision_thrive_icon_pack',''),(4812,459,'tve_revision_tve_global_scripts',''),(4811,459,'tve_revision_tve_globals',''),(4810,459,'tve_revision_tve_page_events',''),(4809,459,'tve_revision_tve_user_custom_css',''),(4808,459,'tve_revision_tve_custom_css',''),(4807,459,'tve_revision_tve_save_post',''),(4806,459,'tve_revision_tve_content_more_found',''),(4805,459,'tve_revision_tve_content_before_more',''),(4804,459,'tve_revision_tve_disable_theme_dependency',''),(4803,459,'tve_revision_tve_landing_page',''),(2309,93,'tcb2_ready','1'),(2336,242,'_wp_attached_file','2018/09/thrive-comments-1.0.98-5.zip'),(2337,242,'_wp_attachment_context','upgrader'),(3696,343,'tve_updated_post_tcb2-personal-branding-confirmation','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15df1296330\" wfd-id=\"34\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15df12ac35e\" wfd-id=\"67\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"35\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15df12e248d\" data-tag=\"h1\" wfd-id=\"64\"><h1 data-css=\"tve-u-15df1bff4b2\" style=\"text-align: center;\"><strong>Thank You</strong>&nbsp;for Signing Up!</h1></div><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15df130aef7\" data-tag=\"h2\" wfd-id=\"61\"><h2 data-css=\"tve-u-15df1c04f57\" style=\"text-align: center;\">Please watch the video below see why We Choose CERAKOTE and why we think you Should too<strong>:</strong></h2></div><div class=\"thrv_responsive_video thrv_wrapper rv_style_lifted_style4\" data-type=\"youtube\" data-url=\"https://www.youtube.com/watch?v=KNErxFen3FY\" data-css=\"tve-u-15df1d58e27\" data-showinfo=\"0\" data-modestbranding=\"1\" data-rel=\"0\" data-fs=\"0\" data-controls=\"0\" wfd-id=\"58\">\n<div class=\"tve_responsive_video_container\" wfd-id=\"59\">\n<div class=\"video_overlay\" wfd-id=\"60\"></div>\n<iframe data-code=\"KNErxFen3FY\" data-provider=\"youtube\" src=\"https://www.youtube.com/embed/KNErxFen3FY?rel=0&amp;modestbranding=1&amp;controls=0&amp;showinfo=0&amp;fs=0&amp;wmode=transparent\" data-src=\"https://www.youtube.com/embed/KNErxFen3FY?rel=0&amp;modestbranding=1&amp;controls=0&amp;showinfo=0&amp;fs=0&amp;wmode=transparent\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\n</div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15df15f31cd\" wfd-id=\"36\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-15df15d7b79\" wfd-id=\"37\"><div class=\"tcb-flex-col\" data-css=\"tve-u-15df15ddafa\" style=\"\" wfd-id=\"53\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"55\"><div class=\"thrv_wrapper tve_image_caption tcb-mobile-hidden\" data-css=\"tve-u-15df15596cf\" wfd-id=\"56\"><span class=\"tve_image_frame\" wfd-id=\"57\"><img class=\"tve_image wp-image-282\" alt=\"\" width=\"1024\" height=\"938\" title=\"CertifiedLogo\" data-id=\"282\" src=\"//bestcerakoteflorida.com/wp-content/uploads/2018/09/CertifiedLogo-1024x938.png\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-15df15ddb0b\" style=\"\" wfd-id=\"38\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15df1c0d52f\" wfd-id=\"40\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15df15c5c47\" data-tag=\"h3\" wfd-id=\"50\"><h3 data-css=\"tve-u-169546cecdd\"><strong>You are only one step away from getting your 10% Off Certificate!</strong></h3></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15df15c74d6\" wfd-id=\"47\"><p data-css=\"tve-u-1695477a975\">Please go to your email inbox and look for the email I just sent you. The subject line is \"10% Off\" and the email is sent by \"Nikolas Xifaras\".</p></div><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15df15c5c47\" data-tag=\"h3\" wfd-id=\"44\"><h3 data-css=\"tve-u-169547873f4\"><strong>Open the email and click on the confirmation link inside.<br></strong></h3></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15df15c74d6\" wfd-id=\"41\"><p data-css=\"tve-u-1695478fad6\">Done! That\'s all we need, to ensure that we got the right email address and that you will get your certificate!</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15df1609c61\" wfd-id=\"32\"><p data-css=\"tve-u-15df1610b5c\" style=\"text-align: center;\"><span style=\"font-size: 13px; font-family: &quot;Ek Mukta&quot;; font-weight: 200;\" wfd-id=\"33\">Â© {tcb_current_year} ACME Inc | Disclaimer</span></p></div>'),(3695,343,'tve_landing_page','tcb2-personal-branding-confirmation'),(2164,210,'tve_revision_tve_has_wistia_popover','0'),(2181,106,'tcb_editor_enabled','1'),(2183,106,'tve_updated_post_tcb2-blank-page-styled','<div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16416ab0690\" wfd-id=\"76\">\n<div class=\"tve-page-section-out\" wfd-id=\"84\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16416aae91e\" wfd-id=\"77\"><div class=\"thrv_wrapper thrv_heading\" style=\"\" data-tag=\"h1\" wfd-id=\"81\"><h1 data-css=\"tve-u-16035acf904\"><strong>H1 Heading Example</strong> Lorem Ipsum Dolor</h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" data-css=\"tve-u-165d6fdffcb\" wfd-id=\"78\"><p data-css=\"tve-u-165d705c7ac\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi semper vulputate tincidunt. Mauris sodales vitae ipsum nec porta. Mauris lacus odio, congue eget justo nec, eleifend pellentesque orci. Interdum et malesuada fames ac ante ipsum primis in faucibus. Ut facilisis nibh eget ex maximus, at egestas orci faucibus.</p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16416ab0690\" wfd-id=\"70\">\n<div class=\"tve-page-section-out\" wfd-id=\"75\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-165d6fe7f4c\" wfd-id=\"71\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-165e63b9ca0\" wfd-id=\"72\"><h2 data-css=\"tve-u-165d704ec24\">Your Heading Here H2</h2></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-165d7012fc0\" wfd-id=\"64\">\n<div class=\"tve-page-section-out\" wfd-id=\"69\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-165d6fe7f4c\" wfd-id=\"65\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h3\" data-css=\"tve-u-165d702cd4d\" wfd-id=\"66\"><h3 data-css=\"tve-u-165d70538a3\">Your Heading Here H3</h3></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-165d7012e18\" wfd-id=\"58\">\n<div class=\"tve-page-section-out\" wfd-id=\"63\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-165d6fe7f4c\" wfd-id=\"59\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-165d702791c\" wfd-id=\"60\"><h4 data-css=\"tve-u-165d70581f6\">Your Heading Here H4</h4></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-165d7012c6e\" wfd-id=\"55\">\n<div class=\"tve-page-section-out\" wfd-id=\"57\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-165d6fe7f4c\" wfd-id=\"56\"></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-165d7012a97\" wfd-id=\"52\">\n<div class=\"tve-page-section-out\" wfd-id=\"54\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-165d6fe7f4c\" wfd-id=\"53\"></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-165d7012884\" wfd-id=\"49\">\n<div class=\"tve-page-section-out\" wfd-id=\"51\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-165d6fe7f4c\" wfd-id=\"50\"></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-165d7012696\" wfd-id=\"46\">\n<div class=\"tve-page-section-out\" wfd-id=\"48\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-165d6fe7f4c\" wfd-id=\"47\"></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-16035a9ff73\" wfd-id=\"40\">\n<div class=\"tve-page-section-out\" wfd-id=\"45\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-160e4eb46bd\" wfd-id=\"41\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" wfd-id=\"42\"><p>Copyright text and footer links.</p></div></div>\n</div>'),(2184,106,'tve_custom_css_tcb2-blank-page-styled','@import url(\"//fonts.googleapis.com/css?family=Merriweather:400,400i,700,700i&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Open+Sans:400,700,300&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Special+Elite:400&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-16416ab0690\"] { padding: 30px 20px !important; }[data-css=\"tve-u-16416aae91e\"] { max-width: 1080px; }.tcb-plain-text strong { font-weight: 700; }.tcb-plain-text { font-family: \"Open Sans\"; font-weight: 400; }#tve_editor [data-css=\"tve-u-160e4eb46bd\"] p, #tve_editor [data-css=\"tve-u-160e4eb46bd\"] li, #tve_editor [data-css=\"tve-u-160e4eb46bd\"] blockquote, #tve_editor [data-css=\"tve-u-160e4eb46bd\"] address, #tve_editor [data-css=\"tve-u-160e4eb46bd\"] h1, #tve_editor [data-css=\"tve-u-160e4eb46bd\"] h2, #tve_editor [data-css=\"tve-u-160e4eb46bd\"] h3, #tve_editor [data-css=\"tve-u-160e4eb46bd\"] h4, #tve_editor [data-css=\"tve-u-160e4eb46bd\"] h5, #tve_editor [data-css=\"tve-u-160e4eb46bd\"] h6 { color: rgb(144, 144, 144); }#tcb_landing_page a strong { font-weight: 700; }#tcb_landing_page h6 strong { font-weight: 700; }#tcb_landing_page h6 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(255, 255, 255); font-size: 20px; }#tcb_landing_page h5 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(255, 255, 255); font-size: 24px; }#tcb_landing_page h4 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(255, 255, 255); font-size: 30px; }[data-css=\"tve-u-16035a9ff73\"] { padding: 30px 20px !important; }#tcb_landing_page a:not(.tcb-button-link) { color: rgb(255, 255, 255); text-decoration: underline; }#tcb_landing_page h3 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(255, 255, 255); font-size: 38px; line-height: 1.3em; }#tcb_landing_page h2 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(255, 255, 255); font-size: 45px; line-height: 1.3em; }#tcb_landing_page h1 { font-family: \"Special Elite\"; font-weight: 400; font-size: 50px; line-height: 1.3em; color: rgb(255, 255, 255); }#tcb_landing_page p, #tcb_landing_page li { font-family: Merriweather; font-weight: 400; font-size: 17px; line-height: 1.6em; color: rgb(255, 255, 255); }[data-css=\"tve-u-15e09c94f7d\"] { background-color: rgb(0, 0, 0) !important; }#tcb_landing_page a:hover:not(.tcb-button-link) { text-decoration: none; }#tcb_landing_page .tve-state-hovera:not(.tcb-button-link) { text-decoration: none; }[data-css=\"tve-u-160e4eb46bd\"] h3 { margin: 0px 0px auto !important; padding: 0px !important; }[data-css=\"tve-u-160e4eb46bd\"] h1 { margin: 0px 0px auto !important; padding: 0px !important; }[data-css=\"tve-u-160e4eb46bd\"] h2 { margin: 0px 0px auto !important; padding: 0px !important; }[data-css=\"tve-u-160e4eb46bd\"] p { margin: 0px 0px auto !important; padding: 0px !important; }[data-css=\"tve-u-160e4eb46bd\"] { max-width: 1080px; text-align: center; }#tcb_landing_page a.tve-state-hover:not(.tcb-button-link) { text-decoration: none; }#tcb_landing_page [data-tag=\"h1\"] { padding: 0px; }#tcb_landing_page [data-tag=\"h2\"] { padding: 0px; }#tcb_landing_page [data-tag=\"h3\"] { padding: 0px; }#tcb_landing_page [data-tag=\"h4\"] { padding: 0px; }#tcb_landing_page [data-tag=\"h5\"] { padding: 0px; }#tcb_landing_page [data-tag=\"h6\"] { padding: 0px; }#tcb_landing_page .tcb-plain-text { font-family: Merriweather; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page .tcb-plain-text strong { font-weight: 700; }#tcb_landing_page .tcb-button-link { font-family: Merriweather; font-weight: 400; }#tcb_landing_page input { font-family: Merriweather; font-weight: 400; }[data-css=\"tve-u-165d6fdffcb\"] { padding: 0px !important; }[data-css=\"tve-u-165d6fe7f4c\"] { max-width: 1080px; }[data-css=\"tve-u-165d6fe7f4c\"] p { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-165d6fe7f4c\"] h1 { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-165d6fe7f4c\"] h2 { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-165d6fe7f4c\"] h3 { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-165d6fe7f4c\"] p, [data-css=\"tve-u-165d6fe7f4c\"] li, [data-css=\"tve-u-165d6fe7f4c\"] blockquote, [data-css=\"tve-u-165d6fe7f4c\"] address, [data-css=\"tve-u-165d6fe7f4c\"] .tcb-plain-text, [data-css=\"tve-u-165d6fe7f4c\"] label, [data-css=\"tve-u-165d6fe7f4c\"] h1, [data-css=\"tve-u-165d6fe7f4c\"] h2, [data-css=\"tve-u-165d6fe7f4c\"] h3, [data-css=\"tve-u-165d6fe7f4c\"] h4, [data-css=\"tve-u-165d6fe7f4c\"] h5, [data-css=\"tve-u-165d6fe7f4c\"] h6 { font-weight: 400 !important; }#tve_editor [data-css=\"tve-u-165d6fe7f4c\"] strong { font-weight: 700; }[data-css=\"tve-u-165d7012696\"] { padding: 30px 20px !important; }[data-css=\"tve-u-165d7012884\"] { padding: 30px 20px !important; }[data-css=\"tve-u-165d7012a97\"] { padding: 30px 20px !important; }[data-css=\"tve-u-165d7012c6e\"] { padding: 30px 20px !important; }[data-css=\"tve-u-165d7012e18\"] { padding: 30px 20px !important; }[data-css=\"tve-u-165d7012fc0\"] { padding: 30px 20px !important; }[data-css=\"tve-u-165e63b9ca0\"] { max-width: 1080px; }[data-css=\"tve-u-16416aae91e\"] h2 { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-16416aae91e\"] h3 { margin: 0px !important; padding: 0px !important; }}@media (max-width: 767px){#tve_editor [data-css=\"tve-u-16035acf904\"] { font-size: 30px !important; }[data-css=\"tve-u-16035a9ff73\"] { padding-left: 10px !important; padding-right: 10px !important; }#tve_editor [data-css=\"tve-u-165d704ec24\"] { font-size: 25px !important; }#tve_editor [data-css=\"tve-u-165d70538a3\"] { font-size: 20px !important; }#tve_editor [data-css=\"tve-u-165d70581f6\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-165d705c7ac\"] { font-size: 16px !important; }[data-css=\"tve-u-165d6fdffcb\"] { padding: 10px !important; }}'),(2185,106,'tve_user_custom_css_tcb2-blank-page-styled',''),(2186,106,'tve_has_masonry_tcb2-blank-page-styled','0'),(2187,106,'tve_has_typefocus_tcb2-blank-page-styled','0'),(2188,106,'tve_has_wistia_popover_tcb2-blank-page-styled','0'),(2189,106,'tve_page_events_tcb2-blank-page-styled','a:0:{}'),(2190,106,'thrive_icon_pack_tcb2-blank-page-styled','0'),(2191,106,'tve_disable_theme_dependency_tcb2-blank-page-styled','1'),(2192,106,'tve_globals_tcb2-blank-page-styled','a:2:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";s:8:\"font_cls\";a:0:{}}'),(2193,106,'tve_global_scripts','a:2:{s:4:\"head\";s:0:\"\";s:6:\"footer\";s:0:\"\";}'),(2194,106,'thrive_tcb_post_fonts_tcb2-blank-page-styled','a:0:{}'),(2195,106,'tve_content_before_more_tcb2-blank-page-styled','<div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16416ab0690\" wfd-id=\"76\">\n<div class=\"tve-page-section-out\" wfd-id=\"84\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16416aae91e\" wfd-id=\"77\"><div class=\"thrv_wrapper thrv_heading\" style=\"\" data-tag=\"h1\" wfd-id=\"81\"><h1 data-css=\"tve-u-16035acf904\"><strong>H1 Heading Example</strong> Lorem Ipsum Dolor</h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" data-css=\"tve-u-165d6fdffcb\" wfd-id=\"78\"><p data-css=\"tve-u-165d705c7ac\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi semper vulputate tincidunt. Mauris sodales vitae ipsum nec porta. Mauris lacus odio, congue eget justo nec, eleifend pellentesque orci. Interdum et malesuada fames ac ante ipsum primis in faucibus. Ut facilisis nibh eget ex maximus, at egestas orci faucibus.</p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16416ab0690\" wfd-id=\"70\">\n<div class=\"tve-page-section-out\" wfd-id=\"75\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-165d6fe7f4c\" wfd-id=\"71\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-165e63b9ca0\" wfd-id=\"72\"><h2 data-css=\"tve-u-165d704ec24\">Your Heading Here H2</h2></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-165d7012fc0\" wfd-id=\"64\">\n<div class=\"tve-page-section-out\" wfd-id=\"69\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-165d6fe7f4c\" wfd-id=\"65\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h3\" data-css=\"tve-u-165d702cd4d\" wfd-id=\"66\"><h3 data-css=\"tve-u-165d70538a3\">Your Heading Here H3</h3></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-165d7012e18\" wfd-id=\"58\">\n<div class=\"tve-page-section-out\" wfd-id=\"63\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-165d6fe7f4c\" wfd-id=\"59\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-165d702791c\" wfd-id=\"60\"><h4 data-css=\"tve-u-165d70581f6\">Your Heading Here H4</h4></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-165d7012c6e\" wfd-id=\"55\">\n<div class=\"tve-page-section-out\" wfd-id=\"57\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-165d6fe7f4c\" wfd-id=\"56\"></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-165d7012a97\" wfd-id=\"52\">\n<div class=\"tve-page-section-out\" wfd-id=\"54\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-165d6fe7f4c\" wfd-id=\"53\"></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-165d7012884\" wfd-id=\"49\">\n<div class=\"tve-page-section-out\" wfd-id=\"51\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-165d6fe7f4c\" wfd-id=\"50\"></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-165d7012696\" wfd-id=\"46\">\n<div class=\"tve-page-section-out\" wfd-id=\"48\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-165d6fe7f4c\" wfd-id=\"47\"></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-16035a9ff73\" wfd-id=\"40\">\n<div class=\"tve-page-section-out\" wfd-id=\"45\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-160e4eb46bd\" wfd-id=\"41\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" wfd-id=\"42\"><p>Copyright text and footer links.</p></div></div>\n</div>'),(2196,106,'tve_content_more_found_tcb2-blank-page-styled',''),(2197,212,'tve_revision_tve_landing_page','tcb2-blank-page-styled'),(2198,212,'tve_revision_tve_disable_theme_dependency','1'),(2199,212,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16416ab0690\" wfd-id=\"38\">\n<div class=\"tve-page-section-out\" wfd-id=\"44\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16416aae91e\" wfd-id=\"39\"><div class=\"thrv_wrapper thrv_heading\" style=\"\" data-tag=\"h1\" wfd-id=\"41\"><h1 data-css=\"tve-u-16035acf904\"><strong>H1 Heading Example</strong> Lorem Ipsum Dolor</h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" wfd-id=\"40\"><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi semper vulputate tincidunt. Mauris sodales vitae ipsum nec porta. Mauris lacus odio, congue eget justo nec, eleifend pellentesque orci. Interdum et malesuada fames ac ante ipsum primis in faucibus. Ut facilisis nibh eget ex maximus, at egestas orci faucibus.</p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16416ab0690\" wfd-id=\"35\">\n<div class=\"tve-page-section-out\" wfd-id=\"37\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16416aae91e\" wfd-id=\"36\"></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-16035a9ff73\" wfd-id=\"31\">\n<div class=\"tve-page-section-out\" wfd-id=\"34\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-160e4eb46bd\" wfd-id=\"32\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" wfd-id=\"33\"><p>Copyright text and footer links.</p></div></div>\n</div>'),(2200,212,'tve_revision_tve_content_more_found',''),(2201,212,'tve_revision_tve_save_post',''),(2202,212,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Open+Sans:400,700,300&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-16416ab0690\"] { padding: 30px 20px !important; }[data-css=\"tve-u-16416aae91e\"] { max-width: 1080px; }.tcb-plain-text strong { font-weight: 700; }.tcb-plain-text { font-family: \"Open Sans\"; font-weight: 400; }#tve_editor [data-css=\"tve-u-160e4eb46bd\"] p, #tve_editor [data-css=\"tve-u-160e4eb46bd\"] li, #tve_editor [data-css=\"tve-u-160e4eb46bd\"] blockquote, #tve_editor [data-css=\"tve-u-160e4eb46bd\"] address, #tve_editor [data-css=\"tve-u-160e4eb46bd\"] h1, #tve_editor [data-css=\"tve-u-160e4eb46bd\"] h2, #tve_editor [data-css=\"tve-u-160e4eb46bd\"] h3, #tve_editor [data-css=\"tve-u-160e4eb46bd\"] h4, #tve_editor [data-css=\"tve-u-160e4eb46bd\"] h5, #tve_editor [data-css=\"tve-u-160e4eb46bd\"] h6 { color: rgb(144, 144, 144); }#tcb_landing_page a strong { font-weight: 700; }#tcb_landing_page h6 strong { font-weight: 700; }#tcb_landing_page h5 strong { font-weight: 700; }#tcb_landing_page h4 strong { font-weight: 700; }#tcb_landing_page h6 { font-family: \"Open Sans\"; font-weight: 400; color: rgb(51, 51, 51); font-size: 20px; }#tcb_landing_page h5 { font-family: \"Open Sans\"; font-weight: 400; color: rgb(51, 51, 51); font-size: 24px; }#tcb_landing_page h4 { font-family: \"Open Sans\"; font-weight: 400; color: rgb(51, 51, 51); font-size: 30px; }[data-css=\"tve-u-16035a9ff73\"] { padding: 30px 20px !important; }#tcb_landing_page a:not(.tcb-button-link) { color: rgb(51, 51, 51); text-decoration: underline; }#tcb_landing_page h3 strong { font-weight: 700; }#tcb_landing_page h3 { font-family: \"Open Sans\"; font-weight: 400; color: rgb(51, 51, 51); font-size: 38px; line-height: 1.3em; }#tcb_landing_page h2 strong { font-weight: 700; }#tcb_landing_page h2 { font-family: \"Open Sans\"; font-weight: 400; color: rgb(51, 51, 51); font-size: 45px; line-height: 1.3em; }#tcb_landing_page h1 strong { font-weight: 700; }#tcb_landing_page h1 { font-family: \"Open Sans\"; font-weight: 400; font-size: 50px; line-height: 1.3em; color: rgb(51, 51, 51); }#tcb_landing_page p strong, #tcb_landing_page li strong { font-weight: 700; }#tcb_landing_page p, #tcb_landing_page li { font-family: \"Open Sans\"; font-weight: 400; font-size: 17px; line-height: 1.6em; color: rgb(70, 70, 70); }[data-css=\"tve-u-15e09c94f7d\"] { background-color: rgb(255, 255, 255); }#tcb_landing_page a:hover:not(.tcb-button-link) { text-decoration: none; }#tcb_landing_page .tve-state-hovera:not(.tcb-button-link) { text-decoration: none; }[data-css=\"tve-u-160e4eb46bd\"] h3 { margin: 0px 0px auto !important; padding: 0px !important; }[data-css=\"tve-u-160e4eb46bd\"] h1 { margin: 0px 0px auto !important; padding: 0px !important; }[data-css=\"tve-u-160e4eb46bd\"] h2 { margin: 0px 0px auto !important; padding: 0px !important; }[data-css=\"tve-u-160e4eb46bd\"] p { margin: 0px 0px auto !important; padding: 0px !important; }[data-css=\"tve-u-160e4eb46bd\"] { max-width: 1080px; text-align: center; }#tcb_landing_page a.tve-state-hover:not(.tcb-button-link) { text-decoration: none; }}@media (max-width: 767px){#tve_editor [data-css=\"tve-u-16035acf904\"] { font-size: 36px !important; }[data-css=\"tve-u-16035a9ff73\"] { padding-left: 10px !important; padding-right: 10px !important; }}'),(2203,212,'tve_revision_tve_user_custom_css',''),(2204,212,'tve_revision_tve_page_events','a:0:{}'),(2205,212,'tve_revision_tve_globals','a:2:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";s:11:\"lightbox_id\";i:0;}'),(2206,212,'tve_revision_tve_global_scripts',''),(2207,212,'tve_revision_thrive_icon_pack',''),(2208,212,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(2209,212,'tve_revision_tve_has_masonry','0'),(2210,212,'tve_revision_tve_has_typefocus',''),(2211,212,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16416ab0690\" wfd-id=\"38\">\n<div class=\"tve-page-section-out\" wfd-id=\"44\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16416aae91e\" wfd-id=\"39\"><div class=\"thrv_wrapper thrv_heading\" style=\"\" data-tag=\"h1\" wfd-id=\"41\"><h1 data-css=\"tve-u-16035acf904\"><strong>H1 Heading Example</strong> Lorem Ipsum Dolor</h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" wfd-id=\"40\"><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi semper vulputate tincidunt. Mauris sodales vitae ipsum nec porta. Mauris lacus odio, congue eget justo nec, eleifend pellentesque orci. Interdum et malesuada fames ac ante ipsum primis in faucibus. Ut facilisis nibh eget ex maximus, at egestas orci faucibus.</p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16416ab0690\" wfd-id=\"35\">\n<div class=\"tve-page-section-out\" wfd-id=\"37\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16416aae91e\" wfd-id=\"36\"></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-16035a9ff73\" wfd-id=\"31\">\n<div class=\"tve-page-section-out\" wfd-id=\"34\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-160e4eb46bd\" wfd-id=\"32\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" wfd-id=\"33\"><p>Copyright text and footer links.</p></div></div>\n</div>'),(2212,212,'tve_revision_tve_has_wistia_popover',''),(2525,265,'tve_lp_lightbox','tcb2-one-page-site-dog-walking'),(2213,213,'tve_revision_tve_landing_page','tcb2-blank-page-styled'),(2214,213,'tve_revision_tve_disable_theme_dependency','1'),(2215,213,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16416ab0690\" wfd-id=\"38\">\n<div class=\"tve-page-section-out\" wfd-id=\"44\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16416aae91e\" wfd-id=\"39\"><div class=\"thrv_wrapper thrv_heading\" style=\"\" data-tag=\"h1\" wfd-id=\"41\"><h1 data-css=\"tve-u-16035acf904\"><strong>H1 Heading Example</strong> Lorem Ipsum Dolor</h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" wfd-id=\"40\"><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi semper vulputate tincidunt. Mauris sodales vitae ipsum nec porta. Mauris lacus odio, congue eget justo nec, eleifend pellentesque orci. Interdum et malesuada fames ac ante ipsum primis in faucibus. Ut facilisis nibh eget ex maximus, at egestas orci faucibus.</p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16416ab0690\" wfd-id=\"35\">\n<div class=\"tve-page-section-out\" wfd-id=\"37\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16416aae91e\" wfd-id=\"36\"></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-16035a9ff73\" wfd-id=\"31\">\n<div class=\"tve-page-section-out\" wfd-id=\"34\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-160e4eb46bd\" wfd-id=\"32\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" wfd-id=\"33\"><p>Copyright text and footer links.</p></div></div>\n</div>'),(2216,213,'tve_revision_tve_content_more_found',''),(2217,213,'tve_revision_tve_save_post',''),(2218,213,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Open+Sans:400,700,300&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-16416ab0690\"] { padding: 30px 20px !important; }[data-css=\"tve-u-16416aae91e\"] { max-width: 1080px; }.tcb-plain-text strong { font-weight: 700; }.tcb-plain-text { font-family: \"Open Sans\"; font-weight: 400; }#tve_editor [data-css=\"tve-u-160e4eb46bd\"] p, #tve_editor [data-css=\"tve-u-160e4eb46bd\"] li, #tve_editor [data-css=\"tve-u-160e4eb46bd\"] blockquote, #tve_editor [data-css=\"tve-u-160e4eb46bd\"] address, #tve_editor [data-css=\"tve-u-160e4eb46bd\"] h1, #tve_editor [data-css=\"tve-u-160e4eb46bd\"] h2, #tve_editor [data-css=\"tve-u-160e4eb46bd\"] h3, #tve_editor [data-css=\"tve-u-160e4eb46bd\"] h4, #tve_editor [data-css=\"tve-u-160e4eb46bd\"] h5, #tve_editor [data-css=\"tve-u-160e4eb46bd\"] h6 { color: rgb(144, 144, 144); }#tcb_landing_page a strong { font-weight: 700; }#tcb_landing_page h6 strong { font-weight: 700; }#tcb_landing_page h5 strong { font-weight: 700; }#tcb_landing_page h4 strong { font-weight: 700; }#tcb_landing_page h6 { font-family: \"Open Sans\"; font-weight: 400; color: rgb(51, 51, 51); font-size: 20px; }#tcb_landing_page h5 { font-family: \"Open Sans\"; font-weight: 400; color: rgb(51, 51, 51); font-size: 24px; }#tcb_landing_page h4 { font-family: \"Open Sans\"; font-weight: 400; color: rgb(51, 51, 51); font-size: 30px; }[data-css=\"tve-u-16035a9ff73\"] { padding: 30px 20px !important; }#tcb_landing_page a:not(.tcb-button-link) { color: rgb(51, 51, 51); text-decoration: underline; }#tcb_landing_page h3 strong { font-weight: 700; }#tcb_landing_page h3 { font-family: \"Open Sans\"; font-weight: 400; color: rgb(51, 51, 51); font-size: 38px; line-height: 1.3em; }#tcb_landing_page h2 strong { font-weight: 700; }#tcb_landing_page h2 { font-family: \"Open Sans\"; font-weight: 400; color: rgb(51, 51, 51); font-size: 45px; line-height: 1.3em; }#tcb_landing_page h1 strong { font-weight: 700; }#tcb_landing_page h1 { font-family: \"Open Sans\"; font-weight: 400; font-size: 50px; line-height: 1.3em; color: rgb(51, 51, 51); }#tcb_landing_page p strong, #tcb_landing_page li strong { font-weight: 700; }#tcb_landing_page p, #tcb_landing_page li { font-family: \"Open Sans\"; font-weight: 400; font-size: 17px; line-height: 1.6em; color: rgb(70, 70, 70); }[data-css=\"tve-u-15e09c94f7d\"] { background-color: rgb(255, 255, 255); }#tcb_landing_page a:hover:not(.tcb-button-link) { text-decoration: none; }#tcb_landing_page .tve-state-hovera:not(.tcb-button-link) { text-decoration: none; }[data-css=\"tve-u-160e4eb46bd\"] h3 { margin: 0px 0px auto !important; padding: 0px !important; }[data-css=\"tve-u-160e4eb46bd\"] h1 { margin: 0px 0px auto !important; padding: 0px !important; }[data-css=\"tve-u-160e4eb46bd\"] h2 { margin: 0px 0px auto !important; padding: 0px !important; }[data-css=\"tve-u-160e4eb46bd\"] p { margin: 0px 0px auto !important; padding: 0px !important; }[data-css=\"tve-u-160e4eb46bd\"] { max-width: 1080px; text-align: center; }#tcb_landing_page a.tve-state-hover:not(.tcb-button-link) { text-decoration: none; }}@media (max-width: 767px){#tve_editor [data-css=\"tve-u-16035acf904\"] { font-size: 36px !important; }[data-css=\"tve-u-16035a9ff73\"] { padding-left: 10px !important; padding-right: 10px !important; }}'),(2531,106,'thrive_tcb_post_fonts_tcb2-one-page-site-dog-walking','a:0:{}'),(4372,423,'tve_revision_tve_has_wistia_popover','0'),(4373,424,'tve_revision_tve_landing_page','blank_v2'),(4374,424,'tve_revision_tve_disable_theme_dependency',''),(4375,424,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-custom-menu-inside\" style=\"z-index: 8;\" data-css=\"tve-u-1642b593fd4\" wfd-id=\"29\">\n<div class=\"tve-content-box-background\" wfd-id=\"38\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" style=\"z-index: 8;\" wfd-id=\"30\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-165e642ffaf\" wfd-id=\"35\"><h2 data-css=\"tve-u-165e62d8c6d\">Terms &amp; Conditions</h2></div><div class=\"tcb-clear\" data-css=\"tve-u-165e6469798\" wfd-id=\"31\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1642b6ab2bb\" wfd-id=\"32\"><p data-css=\"tve-u-165e64714a8\" style=\"text-align: left;\">TERMS OF SERVICE<br><br>-----<br><br>OVERVIEW<br><br>This website is operated by Blackhawk Custom, LLC. Throughout the site, the terms â€œweâ€, â€œusâ€ and â€œourâ€ refer to Blackhawk Custom, LLC. Blackhawk Custom, LLC offers this website, including all information, tools and services available from this site to you, the user, conditioned upon your acceptance of all terms, conditions, policies and notices stated here.<br><br>By visiting our site and/ or purchasing something from us, you engage in our â€œServiceâ€ and agree to be bound by the following terms and conditions (â€œTerms of Serviceâ€, â€œTermsâ€), including those additional terms, conditions, and policies referenced herein and/or available by hyperlink. These Terms of Service apply to all users of the site, including without limitation users who are browsers, vendors, customers, merchants, and/ or contributors of content.<br><br>Please read these Terms of Service carefully before accessing or using our website. By accessing or using any part of the site, you agree to be bound by these Terms of Service. If you do not agree to all the terms and conditions of this agreement, then you may not access the website or use any services. If these Terms of Service are considered an offer, acceptance is expressly limited to these Terms of Service.<br><br>Any new features or tools which are added to the current store shall also be subject to the Terms of Service. You can review the most current version of the Terms of Service at any time on this page. We reserve the right to update, change or replace any part of these Terms of Service by posting updates and/or changes to our website. It is your responsibility to check this page periodically for changes. Your continued use of or access to the website following the posting of any changes constitutes acceptance of those changes.<br><br>SECTION 1 - ONLINE STORE TERMS<br><br>By agreeing to these Terms of Service, you represent that you are at least the age of majority in your state or province of residence, or that you are the age of majority in your state or province of residence and you have given us your consent to allow any of your minor dependents to use this site.<br>You may not use our products for any illegal or unauthorized purpose nor may you, in the use of the Service, violate any laws in your jurisdiction (including but not limited to copyright laws).<br>You must not transmit any worms or viruses or any code of a destructive nature.<br>A breach or violation of any of the Terms will result in an immediate termination of your Services.<br><br>SECTION 2 - GENERAL CONDITIONS<br><br>We reserve the right to refuse service to anyone for any reason at any time.<br>You understand that your content (not including credit card information), may be transferred unencrypted and involve (a) transmissions over various networks; and (b) changes to conform and adapt to technical requirements of connecting networks or devices. Credit card information is always encrypted during transfer over networks.<br>You agree not to reproduce, duplicate, copy, sell, resell or exploit any portion of the Service, use of the Service, or access to the Service or any contact on the website through which the service is provided, without express written permission by us.<br>The headings used in this agreement are included for convenience only and will not limit or otherwise affect these Terms.<br><br>SECTION 3 - ACCURACY, COMPLETENESS AND TIMELINESS OF INFORMATION<br><br>We are not responsible if information made available on this site is not accurate, complete or current. The material on this site is provided for general information only and should not be relied upon or used as the sole basis for making decisions without consulting primary, more accurate, more complete or more timely sources of information. Any reliance on the material on this site is at your own risk.<br>This site may contain certain historical information. Historical information, necessarily, is not current and is provided for your reference only. We reserve the right to modify the contents of this site at any time, but we have no obligation to update any information on our site. You agree that it is your responsibility to monitor changes to our site.<br><br>SECTION 4 - MODIFICATIONS TO THE SERVICE AND PRICES<br><br>The prices for our products are subject to change without notice.<br>We reserve the right at any time to modify or discontinue the Service (or any part or content thereof) without notice at any time.<br>We shall not be liable to you or to any third-party for any modification, price change, suspension or discontinuance of the Service.<br><br>SECTION 5 - PRODUCTS OR SERVICES (if applicable)<br><br>Certain products or services may be available exclusively online through the website. These products or services may have limited quantities and are subject to return or exchange only according to our Return Policy.<br>We have made every effort to display as accurately as possible the colors and images of our products that appear at the store. We cannot guarantee that your computer monitor\'s display of any color will be accurate.<br>We reserve the right, but are not obligated, to limit the sales of our products or Services to any person, geographic region or jurisdiction. We may exercise this right on a case-by-case basis. We reserve the right to limit the quantities of any products or services that we offer. All descriptions of products or product pricing are subject to change at anytime without notice, at the sole discretion of us. We reserve the right to discontinue any product at any time. Any offer for any product or service made on this site is void where prohibited.<br>We do not warrant that the quality of any products, services, information, or other material purchased or obtained by you will meet your expectations, or that any errors in the Service will be corrected.<br><br>SECTION 6 - ACCURACY OF BILLING AND ACCOUNT INFORMATION<br><br>We reserve the right to refuse any order you place with us. We may, in our sole discretion, limit or cancel quantities purchased per person, per household or per order. These restrictions may include orders placed by or under the same customer account, the same credit card, and/or orders that use the same billing and/or shipping address. In the event that we make a change to or cancel an order, we may attempt to notify you by contacting the e-mail and/or billing address/phone number provided at the time the order was made. We reserve the right to limit or prohibit orders that, in our sole judgment, appear to be placed by dealers, resellers or distributors.<br><br>You agree to provide current, complete and accurate purchase and account information for all purchases made at our store. You agree to promptly update your account and other information, including your email address and credit card numbers and expiration dates, so that we can complete your transactions and contact you as needed.<br><br>For more detail, please review our Returns Policy.<br><br>SECTION 7 - OPTIONAL TOOLS<br><br>We may provide you with access to third-party tools over which we neither monitor nor have any control nor input.<br>You acknowledge and agree that we provide access to such tools â€as isâ€ and â€œas availableâ€ without any warranties, representations or conditions of any kind and without any endorsement. We shall have no liability whatsoever arising from or relating to your use of optional third-party tools.<br>Any use by you of optional tools offered through the site is entirely at your own risk and discretion and you should ensure that you are familiar with and approve of the terms on which tools are provided by the relevant third-party provider(s).<br>We may also, in the future, offer new services and/or features through the website (including, the release of new tools and resources). Such new features and/or services shall also be subject to these Terms of Service.<br><br>SECTION 8 - THIRD-PARTY LINKS<br><br>Certain content, products and services available via our Service may include materials from third-parties.<br>Third-party links on this site may direct you to third-party websites that are not affiliated with us. We are not responsible for examining or evaluating the content or accuracy and we do not warrant and will not have any liability or responsibility for any third-party materials or websites, or for any other materials, products, or services of third-parties.<br>We are not liable for any harm or damages related to the purchase or use of goods, services, resources, content, or any other transactions made in connection with any third-party websites. Please review carefully the third-party\'s policies and practices and make sure you understand them before you engage in any transaction. Complaints, claims, concerns, or questions regarding third-party products should be directed to the third-party.<br><br>SECTION 9 - USER COMMENTS, FEEDBACK AND OTHER SUBMISSIONS<br><br>If, at our request, you send certain specific submissions (for example contest entries) or without a request from us you send creative ideas, suggestions, proposals, plans, or other materials, whether online, by email, by postal mail, or otherwise (collectively, \'comments\'), you agree that we may, at any time, without restriction, edit, copy, publish, distribute, translate and otherwise use in any medium any comments that you forward to us. We are and shall be under no obligation (1) to maintain any comments in confidence; (2) to pay compensation for any comments; or (3) to respond to any comments.<br>We may, but have no obligation to, monitor, edit or remove content that we determine in our sole discretion are unlawful, offensive, threatening, libelous, defamatory, pornographic, obscene or otherwise objectionable or violates any partyâ€™s intellectual property or these Terms of Service.<br>You agree that your comments will not violate any right of any third-party, including copyright, trademark, privacy, personality or other personal or proprietary right. You further agree that your comments will not contain libelous or otherwise unlawful, abusive or obscene material, or contain any computer virus or other malware that could in any way affect the operation of the Service or any related website. You may not use a false e-mail address, pretend to be someone other than yourself, or otherwise mislead us or third-parties as to the origin of any comments. You are solely responsible for any comments you make and their accuracy. We take no responsibility and assume no liability for any comments posted by you or any third-party.<br><br>SECTION 10 - PERSONAL INFORMATION<br><br>Your submission of personal information through the store is governed by our Privacy Policy. To view our Privacy Policy.<br><br>SECTION 11 - ERRORS, INACCURACIES AND OMISSIONS<br><br>Occasionally there may be information on our site or in the Service that contains typographical errors, inaccuracies or omissions that may relate to product descriptions, pricing, promotions, offers, product shipping charges, transit times and availability. We reserve the right to correct any errors, inaccuracies or omissions, and to change or update information or cancel orders if any information in the Service or on any related website is inaccurate at any time without prior notice (including after you have submitted your order).<br>We undertake no obligation to update, amend or clarify information in the Service or on any related website, including without limitation, pricing information, except as required by law. No specified update or refresh date applied in the Service or on any related website, should be taken to indicate that all information in the Service or on any related website has been modified or updated.<br><br>SECTION 12 - PROHIBITED USES<br><br>In addition to other prohibitions as set forth in the Terms of Service, you are prohibited from using the site or its content: (a) for any unlawful purpose; (b) to solicit others to perform or participate in any unlawful acts; (c) to violate any international, federal, provincial or state regulations, rules, laws, or local ordinances; (d) to infringe upon or violate our intellectual property rights or the intellectual property rights of others; (e) to harass, abuse, insult, harm, defame, slander, disparage, intimidate, or discriminate based on gender, sexual orientation, religion, ethnicity, race, age, national origin, or disability; (f) to submit false or misleading information; (g) to upload or transmit viruses or any other type of malicious code that will or may be used in any way that will affect the functionality or operation of the Service or of any related website, other websites, or the Internet; (h) to collect or track the personal information of others; (i) to spam, phish, pharm, pretext, spider, crawl, or scrape; (j) for any obscene or immoral purpose; or (k) to interfere with or circumvent the security features of the Service or any related website, other websites, or the Internet. We reserve the right to terminate your use of the Service or any related website for violating any of the prohibited uses.<br><br>SECTION 13 - DISCLAIMER OF WARRANTIES; LIMITATION OF LIABILITY<br><br>We do not guarantee, represent or warrant that your use of our service will be uninterrupted, timely, secure or error-free.<br>We do not warrant that the results that may be obtained from the use of the service will be accurate or reliable.<br>You agree that from time to time we may remove the service for indefinite periods of time or cancel the service at any time, without notice to you.<br>You expressly agree that your use of, or inability to use, the service is at your sole risk. The service and all products and services delivered to you through the service are (except as expressly stated by us) provided \'as is\' and \'as available\' for your use, without any representation, warranties or conditions of any kind, either express or implied, including all implied warranties or conditions of merchantability, merchantable quality, fitness for a particular purpose, durability, title, and non-infringement.<br>In no case shall Blackhawk Custom, LLC, our directors, officers, employees, affiliates, agents, contractors, interns, suppliers, service providers or licensors be liable for any injury, loss, claim, or any direct, indirect, incidental, punitive, special, or consequential damages of any kind, including, without limitation lost profits, lost revenue, lost savings, loss of data, replacement costs, or any similar damages, whether based in contract, tort (including negligence), strict liability or otherwise, arising from your use of any of the service or any products procured using the service, or for any other claim related in any way to your use of the service or any product, including, but not limited to, any errors or omissions in any content, or any loss or damage of any kind incurred as a result of the use of the service or any content (or product) posted, transmitted, or otherwise made available via the service, even if advised of their possibility. Because some states or jurisdictions do not allow the exclusion or the limitation of liability for consequential or incidental damages, in such states or jurisdictions, our liability shall be limited to the maximum extent permitted by law.<br><br>SECTION 14 - INDEMNIFICATION<br><br>You agree to indemnify, defend and hold harmless Blackhawk Custom, LLC and our parent, subsidiaries, affiliates, partners, officers, directors, agents, contractors, licensors, service providers, subcontractors, suppliers, interns and employees, harmless from any claim or demand, including reasonable attorneysâ€™ fees, made by any third-party due to or arising out of your breach of these Terms of Service or the documents they incorporate by reference, or your violation of any law or the rights of a third-party.<br><br>SECTION 15 - SEVERABILITY<br><br>In the event that any provision of these Terms of Service is determined to be unlawful, void or unenforceable, such provision shall nonetheless be enforceable to the fullest extent permitted by applicable law, and the unenforceable portion shall be deemed to be severed from these Terms of Service, such determination shall not affect the validity and enforceability of any other remaining provisions.<br><br>SECTION 16 - TERMINATION<br><br>The obligations and liabilities of the parties incurred prior to the termination date shall survive the termination of this agreement for all purposes.<br>These Terms of Service are effective unless and until terminated by either you or us. You may terminate these Terms of Service at any time by notifying us that you no longer wish to use our Services, or when you cease using our site.<br>If in our sole judgment you fail, or we suspect that you have failed, to comply with any term or provision of these Terms of Service, we also may terminate this agreement at any time without notice and you will remain liable for all amounts due up to and including the date of termination; and/or accordingly may deny you access to our Services (or any part thereof).<br><br>SECTION 17 - ENTIRE AGREEMENT<br><br>The failure of us to exercise or enforce any right or provision of these Terms of Service shall not constitute a waiver of such right or provision.<br>These Terms of Service and any policies or operating rules posted by us on this site or in respect to The Service constitutes the entire agreement and understanding between you and us and govern your use of the Service, superseding any prior or contemporaneous agreements, communications and proposals, whether oral or written, between you and us (including, but not limited to, any prior versions of the Terms of Service).<br>Any ambiguities in the interpretation of these Terms of Service shall not be construed against the drafting party.<br><br>SECTION 18 - GOVERNING LAW<br><br>These Terms of Service and any separate agreements whereby we provide you Services shall be governed by and construed in accordance with the laws of 825 South Kings Highway, Fort Pierce, FL 34945.<br><br>SECTION 19 - CHANGES TO TERMS OF SERVICE<br><br>You can review the most current version of the Terms of Service at any time at this page.<br>We reserve the right, at our sole discretion, to update, change or replace any part of these Terms of Service by posting updates and changes to our website. It is your responsibility to check our website periodically for changes. Your continued use of or access to our website or the Service following the posting of any changes to these Terms of Service constitutes acceptance of those changes.<br><br>SECTION 20 - CONTACT INFORMATION<br><br>Questions about the Terms of Service should be sent to us at <a href=\"mailto:admin@blackhawkcustom.com\" target=\"_blank\">admin@blackhawkcustom.com</a></p></div></div></div>\n</div>'),(410,52,'_wp_attached_file','2018/05/FTYS6743.jpg'),(411,52,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4500;s:6:\"height\";i:3000;s:4:\"file\";s:20:\"2018/05/FTYS6743.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"FTYS6743-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"FTYS6743-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"FTYS6743-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"FTYS6743-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:19:\"Canon EOS REBEL T3i\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1440189932\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"20\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2044,182,'tve_revision_tve_has_wistia_popover','0'),(2089,201,'tve_updated_post','\n<div class=\"symbol-section-out\" data-css=\"tve-u-164d2920576\"></div>\n<div class=\"symbol-section-in\" style=\"z-index: 9;\">\n	<div class=\"thrv_wrapper thrv-page-section\" style=\"z-index: 9;\" data-css=\"tve-u-164d2923256\">\n		<div class=\"tve-page-section-out\" data-css=\"tve-u-164d2928e20\"></div>\n		<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-164d29217db\" style=\"z-index: 9;\">\n			<div class=\"thrv_wrapper thrv-columns\" style=\"\">\n				<div class=\"tcb-flex-row tcb--cols--2 v-2 tcb-mobile-no-wrap m-edit tcb-resized\" data-css=\"tve-u-164d292c1b3\">\n					<div class=\"tcb-flex-col c-33\" data-css=\"tve-u-164d294a532\">\n						<div class=\"tcb-col\">\n							[thrive_logo logo-style-desktop=\'dark\' logo-style-tablet=\'\' logo-style-mobile=\'\' css=\'\']\n						</div>\n					</div>\n					<div class=\"tcb-flex-col c-66\" data-css=\"tve-u-164d294a535\">\n						<div class=\"tcb-col\" style=\"z-index: 9;\">\n							<div class=\"tcb-clear\" data-css=\"tve-u-164d29337f5\">\n								<div class=\"thrv_wrapper thrv_widget_menu tve-custom-menu-upgrade tve-mobile-dropdown  tve-dropdown-icon-style_1\" data-tve-style=\"tve_horizontal\" data-tve-switch-icon=\"tablet,mobile\" data-css=\"tve-u-164d2be6c4a\" style=\"z-index: 9;\">\n									<div class=\"thrive-shortcode-config\" style=\"display: none !important\">__CONFIG_widget_menu__{\"menu_id\":4,\"color\":\"tve_red\",\"dir\":\"tve_horizontal\",\"font_class\":\"\",\"font_size\":\"\",\"ul_attr\":\"\",\"link_attr\":\"\",\"top_link_attr\":\"\",\"trigger_attr\":\"\",\"primary\":\"\",\"head_css\":\"\",\"background_hover\":\"\",\"main_hover\":\"\",\"child_hover\":\"\",\"group_edit\":[],\"menu_style\":\"\",\"dropdown_icon\":\"style_1\",\"mobile_side\":\"\",\"mobile_icon\":\"\",\"switch_to_icon\":\"tablet,mobile\"}__CONFIG_widget_menu__</div>\n								</div>\n							</div>\n						</div>\n					</div>\n				</div>\n			</div>\n		</div>\n	</div>\n</div>'),(3394,318,'tve_revision_tve_landing_page','blank_v2'),(3314,313,'tve_revision_tve_landing_page','blank_v2'),(2062,194,'tve_revision_tve_landing_page','blank_v2'),(2063,194,'tve_revision_tve_disable_theme_dependency',''),(2064,194,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"z-index: 8;\" data-css=\"tve-u-1642b593fd4\" wfd-id=\"34\">\n<div class=\"tve-content-box-background\" wfd-id=\"61\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" style=\"z-index: 8;\" wfd-id=\"35\"><div class=\"thrv_wrapper thrv_widget_menu tve-custom-menu-upgrade      tve-menu-style-style_1 tve-mobile-dropdown\" data-tve-style=\"tve_horizontal\" data-tve-switch-icon=\"tablet,mobile\" data-css=\"tve-u-1642ae797d9\" wfd-id=\"42\">\n<div class=\"thrive-shortcode-config\" style=\"display: none !important\" wfd-id=\"60\">__CONFIG_widget_menu__{\"menu_id\":4,\"color\":\"tve_red\",\"dir\":\"tve_horizontal\",\"font_class\":\"\",\"font_size\":\"\",\"ul_attr\":\"\",\"link_attr\":\"\",\"top_link_attr\":\"\",\"trigger_attr\":\"\",\"primary\":\"\",\"head_css\":\"\",\"background_hover\":\"\",\"main_hover\":\"\",\"child_hover\":\"\",\"group_edit\":[],\"menu_style\":\"style_1\",\"dropdown_icon\":\"\",\"mobile_side\":\"dropdown\",\"mobile_icon\":\"\",\"switch_to_icon\":\"tablet,mobile\"}__CONFIG_widget_menu__</div>\n</div><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" wfd-id=\"39\"><h2>Terms &amp; Conditions</h2></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1642b6ab2bb\" wfd-id=\"36\"><p>TERMS OF SERVICE<br><br>-----<br><br>OVERVIEW<br><br>This website is operated by Blackhawk Custom, LLC. Throughout the site, the terms â€œweâ€, â€œusâ€ and â€œourâ€ refer to Blackhawk Custom, LLC. Blackhawk Custom, LLC offers this website, including all information, tools and services available from this site to you, the user, conditioned upon your acceptance of all terms, conditions, policies and notices stated here.<br><br>By visiting our site and/ or purchasing something from us, you engage in our â€œServiceâ€ and agree to be bound by the following terms and conditions (â€œTerms of Serviceâ€, â€œTermsâ€), including those additional terms, conditions, and policies referenced herein and/or available by hyperlink. These Terms of Service apply to all users of the site, including without limitation users who are browsers, vendors, customers, merchants, and/ or contributors of content.<br><br>Please read these Terms of Service carefully before accessing or using our website. By accessing or using any part of the site, you agree to be bound by these Terms of Service. If you do not agree to all the terms and conditions of this agreement, then you may not access the website or use any services. If these Terms of Service are considered an offer, acceptance is expressly limited to these Terms of Service.<br><br>Any new features or tools which are added to the current store shall also be subject to the Terms of Service. You can review the most current version of the Terms of Service at any time on this page. We reserve the right to update, change or replace any part of these Terms of Service by posting updates and/or changes to our website. It is your responsibility to check this page periodically for changes. Your continued use of or access to the website following the posting of any changes constitutes acceptance of those changes.<br><br>SECTION 1 - ONLINE STORE TERMS<br><br>By agreeing to these Terms of Service, you represent that you are at least the age of majority in your state or province of residence, or that you are the age of majority in your state or province of residence and you have given us your consent to allow any of your minor dependents to use this site.<br>You may not use our products for any illegal or unauthorized purpose nor may you, in the use of the Service, violate any laws in your jurisdiction (including but not limited to copyright laws).<br>You must not transmit any worms or viruses or any code of a destructive nature.<br>A breach or violation of any of the Terms will result in an immediate termination of your Services.<br><br>SECTION 2 - GENERAL CONDITIONS<br><br>We reserve the right to refuse service to anyone for any reason at any time.<br>You understand that your content (not including credit card information), may be transferred unencrypted and involve (a) transmissions over various networks; and (b) changes to conform and adapt to technical requirements of connecting networks or devices. Credit card information is always encrypted during transfer over networks.<br>You agree not to reproduce, duplicate, copy, sell, resell or exploit any portion of the Service, use of the Service, or access to the Service or any contact on the website through which the service is provided, without express written permission by us.<br>The headings used in this agreement are included for convenience only and will not limit or otherwise affect these Terms.<br><br>SECTION 3 - ACCURACY, COMPLETENESS AND TIMELINESS OF INFORMATION<br><br>We are not responsible if information made available on this site is not accurate, complete or current. The material on this site is provided for general information only and should not be relied upon or used as the sole basis for making decisions without consulting primary, more accurate, more complete or more timely sources of information. Any reliance on the material on this site is at your own risk.<br>This site may contain certain historical information. Historical information, necessarily, is not current and is provided for your reference only. We reserve the right to modify the contents of this site at any time, but we have no obligation to update any information on our site. You agree that it is your responsibility to monitor changes to our site.<br><br>SECTION 4 - MODIFICATIONS TO THE SERVICE AND PRICES<br><br>The prices for our products are subject to change without notice.<br>We reserve the right at any time to modify or discontinue the Service (or any part or content thereof) without notice at any time.<br>We shall not be liable to you or to any third-party for any modification, price change, suspension or discontinuance of the Service.<br><br>SECTION 5 - PRODUCTS OR SERVICES (if applicable)<br><br>Certain products or services may be available exclusively online through the website. These products or services may have limited quantities and are subject to return or exchange only according to our Return Policy.<br>We have made every effort to display as accurately as possible the colors and images of our products that appear at the store. We cannot guarantee that your computer monitor\'s display of any color will be accurate.<br>We reserve the right, but are not obligated, to limit the sales of our products or Services to any person, geographic region or jurisdiction. We may exercise this right on a case-by-case basis. We reserve the right to limit the quantities of any products or services that we offer. All descriptions of products or product pricing are subject to change at anytime without notice, at the sole discretion of us. We reserve the right to discontinue any product at any time. Any offer for any product or service made on this site is void where prohibited.<br>We do not warrant that the quality of any products, services, information, or other material purchased or obtained by you will meet your expectations, or that any errors in the Service will be corrected.<br><br>SECTION 6 - ACCURACY OF BILLING AND ACCOUNT INFORMATION<br><br>We reserve the right to refuse any order you place with us. We may, in our sole discretion, limit or cancel quantities purchased per person, per household or per order. These restrictions may include orders placed by or under the same customer account, the same credit card, and/or orders that use the same billing and/or shipping address. In the event that we make a change to or cancel an order, we may attempt to notify you by contacting the e-mail and/or billing address/phone number provided at the time the order was made. We reserve the right to limit or prohibit orders that, in our sole judgment, appear to be placed by dealers, resellers or distributors.<br><br>You agree to provide current, complete and accurate purchase and account information for all purchases made at our store. You agree to promptly update your account and other information, including your email address and credit card numbers and expiration dates, so that we can complete your transactions and contact you as needed.<br><br>For more detail, please review our Returns Policy.<br><br>SECTION 7 - OPTIONAL TOOLS<br><br>We may provide you with access to third-party tools over which we neither monitor nor have any control nor input.<br>You acknowledge and agree that we provide access to such tools â€as isâ€ and â€œas availableâ€ without any warranties, representations or conditions of any kind and without any endorsement. We shall have no liability whatsoever arising from or relating to your use of optional third-party tools.<br>Any use by you of optional tools offered through the site is entirely at your own risk and discretion and you should ensure that you are familiar with and approve of the terms on which tools are provided by the relevant third-party provider(s).<br>We may also, in the future, offer new services and/or features through the website (including, the release of new tools and resources). Such new features and/or services shall also be subject to these Terms of Service.<br><br>SECTION 8 - THIRD-PARTY LINKS<br><br>Certain content, products and services available via our Service may include materials from third-parties.<br>Third-party links on this site may direct you to third-party websites that are not affiliated with us. We are not responsible for examining or evaluating the content or accuracy and we do not warrant and will not have any liability or responsibility for any third-party materials or websites, or for any other materials, products, or services of third-parties.<br>We are not liable for any harm or damages related to the purchase or use of goods, services, resources, content, or any other transactions made in connection with any third-party websites. Please review carefully the third-party\'s policies and practices and make sure you understand them before you engage in any transaction. Complaints, claims, concerns, or questions regarding third-party products should be directed to the third-party.<br><br>SECTION 9 - USER COMMENTS, FEEDBACK AND OTHER SUBMISSIONS<br><br>If, at our request, you send certain specific submissions (for example contest entries) or without a request from us you send creative ideas, suggestions, proposals, plans, or other materials, whether online, by email, by postal mail, or otherwise (collectively, \'comments\'), you agree that we may, at any time, without restriction, edit, copy, publish, distribute, translate and otherwise use in any medium any comments that you forward to us. We are and shall be under no obligation (1) to maintain any comments in confidence; (2) to pay compensation for any comments; or (3) to respond to any comments.<br>We may, but have no obligation to, monitor, edit or remove content that we determine in our sole discretion are unlawful, offensive, threatening, libelous, defamatory, pornographic, obscene or otherwise objectionable or violates any partyâ€™s intellectual property or these Terms of Service.<br>You agree that your comments will not violate any right of any third-party, including copyright, trademark, privacy, personality or other personal or proprietary right. You further agree that your comments will not contain libelous or otherwise unlawful, abusive or obscene material, or contain any computer virus or other malware that could in any way affect the operation of the Service or any related website. You may not use a false e-mail address, pretend to be someone other than yourself, or otherwise mislead us or third-parties as to the origin of any comments. You are solely responsible for any comments you make and their accuracy. We take no responsibility and assume no liability for any comments posted by you or any third-party.<br><br>SECTION 10 - PERSONAL INFORMATION<br><br>Your submission of personal information through the store is governed by our Privacy Policy. To view our Privacy Policy.<br><br>SECTION 11 - ERRORS, INACCURACIES AND OMISSIONS<br><br>Occasionally there may be information on our site or in the Service that contains typographical errors, inaccuracies or omissions that may relate to product descriptions, pricing, promotions, offers, product shipping charges, transit times and availability. We reserve the right to correct any errors, inaccuracies or omissions, and to change or update information or cancel orders if any information in the Service or on any related website is inaccurate at any time without prior notice (including after you have submitted your order).<br>We undertake no obligation to update, amend or clarify information in the Service or on any related website, including without limitation, pricing information, except as required by law. No specified update or refresh date applied in the Service or on any related website, should be taken to indicate that all information in the Service or on any related website has been modified or updated.<br><br>SECTION 12 - PROHIBITED USES<br><br>In addition to other prohibitions as set forth in the Terms of Service, you are prohibited from using the site or its content: (a) for any unlawful purpose; (b) to solicit others to perform or participate in any unlawful acts; (c) to violate any international, federal, provincial or state regulations, rules, laws, or local ordinances; (d) to infringe upon or violate our intellectual property rights or the intellectual property rights of others; (e) to harass, abuse, insult, harm, defame, slander, disparage, intimidate, or discriminate based on gender, sexual orientation, religion, ethnicity, race, age, national origin, or disability; (f) to submit false or misleading information; (g) to upload or transmit viruses or any other type of malicious code that will or may be used in any way that will affect the functionality or operation of the Service or of any related website, other websites, or the Internet; (h) to collect or track the personal information of others; (i) to spam, phish, pharm, pretext, spider, crawl, or scrape; (j) for any obscene or immoral purpose; or (k) to interfere with or circumvent the security features of the Service or any related website, other websites, or the Internet. We reserve the right to terminate your use of the Service or any related website for violating any of the prohibited uses.<br><br>SECTION 13 - DISCLAIMER OF WARRANTIES; LIMITATION OF LIABILITY<br><br>We do not guarantee, represent or warrant that your use of our service will be uninterrupted, timely, secure or error-free.<br>We do not warrant that the results that may be obtained from the use of the service will be accurate or reliable.<br>You agree that from time to time we may remove the service for indefinite periods of time or cancel the service at any time, without notice to you.<br>You expressly agree that your use of, or inability to use, the service is at your sole risk. The service and all products and services delivered to you through the service are (except as expressly stated by us) provided \'as is\' and \'as available\' for your use, without any representation, warranties or conditions of any kind, either express or implied, including all implied warranties or conditions of merchantability, merchantable quality, fitness for a particular purpose, durability, title, and non-infringement.<br>In no case shall Blackhawk Custom, LLC, our directors, officers, employees, affiliates, agents, contractors, interns, suppliers, service providers or licensors be liable for any injury, loss, claim, or any direct, indirect, incidental, punitive, special, or consequential damages of any kind, including, without limitation lost profits, lost revenue, lost savings, loss of data, replacement costs, or any similar damages, whether based in contract, tort (including negligence), strict liability or otherwise, arising from your use of any of the service or any products procured using the service, or for any other claim related in any way to your use of the service or any product, including, but not limited to, any errors or omissions in any content, or any loss or damage of any kind incurred as a result of the use of the service or any content (or product) posted, transmitted, or otherwise made available via the service, even if advised of their possibility. Because some states or jurisdictions do not allow the exclusion or the limitation of liability for consequential or incidental damages, in such states or jurisdictions, our liability shall be limited to the maximum extent permitted by law.<br><br>SECTION 14 - INDEMNIFICATION<br><br>You agree to indemnify, defend and hold harmless Blackhawk Custom, LLC and our parent, subsidiaries, affiliates, partners, officers, directors, agents, contractors, licensors, service providers, subcontractors, suppliers, interns and employees, harmless from any claim or demand, including reasonable attorneysâ€™ fees, made by any third-party due to or arising out of your breach of these Terms of Service or the documents they incorporate by reference, or your violation of any law or the rights of a third-party.<br><br>SECTION 15 - SEVERABILITY<br><br>In the event that any provision of these Terms of Service is determined to be unlawful, void or unenforceable, such provision shall nonetheless be enforceable to the fullest extent permitted by applicable law, and the unenforceable portion shall be deemed to be severed from these Terms of Service, such determination shall not affect the validity and enforceability of any other remaining provisions.<br><br>SECTION 16 - TERMINATION<br><br>The obligations and liabilities of the parties incurred prior to the termination date shall survive the termination of this agreement for all purposes.<br>These Terms of Service are effective unless and until terminated by either you or us. You may terminate these Terms of Service at any time by notifying us that you no longer wish to use our Services, or when you cease using our site.<br>If in our sole judgment you fail, or we suspect that you have failed, to comply with any term or provision of these Terms of Service, we also may terminate this agreement at any time without notice and you will remain liable for all amounts due up to and including the date of termination; and/or accordingly may deny you access to our Services (or any part thereof).<br><br>SECTION 17 - ENTIRE AGREEMENT<br><br>The failure of us to exercise or enforce any right or provision of these Terms of Service shall not constitute a waiver of such right or provision.<br>These Terms of Service and any policies or operating rules posted by us on this site or in respect to The Service constitutes the entire agreement and understanding between you and us and govern your use of the Service, superseding any prior or contemporaneous agreements, communications and proposals, whether oral or written, between you and us (including, but not limited to, any prior versions of the Terms of Service).<br>Any ambiguities in the interpretation of these Terms of Service shall not be construed against the drafting party.<br><br>SECTION 18 - GOVERNING LAW<br><br>These Terms of Service and any separate agreements whereby we provide you Services shall be governed by and construed in accordance with the laws of 825 South Kings Highway, Fort Pierce, FL 34945.<br><br>SECTION 19 - CHANGES TO TERMS OF SERVICE<br><br>You can review the most current version of the Terms of Service at any time at this page.<br>We reserve the right, at our sole discretion, to update, change or replace any part of these Terms of Service by posting updates and changes to our website. It is your responsibility to check our website periodically for changes. Your continued use of or access to our website or the Service following the posting of any changes to these Terms of Service constitutes acceptance of those changes.<br><br>SECTION 20 - CONTACT INFORMATION<br><br>Questions about the Terms of Service should be sent to us at <a href=\"mailto:admin@blackhawkcustom.com\" target=\"_blank\">admin@blackhawkcustom.com</a></p></div></div>\n</div>'),(2065,194,'tve_revision_tve_content_more_found',''),(2066,194,'tve_revision_tve_save_post',''),(2067,194,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Montserrat:400,900,800,200,100&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-1642b6ab2bb\"] { padding: 5px !important; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-153 strong { font-weight: 900; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-104 strong { font-weight: 900; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-103 strong { font-weight: 900; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-102 strong { font-weight: 900; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-109 strong { font-weight: 900; }[data-css=\"tve-u-1642b593fd4\"] { float: none; width: 100%; padding: 5px !important; margin-left: auto !important; margin-right: auto !important; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-153:hover > a { fill: rgb(179, 144, 57) !important; color: rgb(179, 144, 57) !important; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-153 > a { font-family: Montserrat; font-weight: 400; fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1642ae797d9\"] #menu-item-104 { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1642ae797d9\"] #menu-item-103 { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1642ae797d9\"] #menu-item-102 { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1642ae797d9\"] #menu-item-109 { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1642ae797d9\"] { float: none; width: 100%; margin-left: auto !important; margin-right: auto !important; margin-bottom: 0px !important; z-index: 3; position: relative; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-104 > a { font-family: Montserrat; font-weight: 400; fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-103 > a { font-family: Montserrat; font-weight: 400; fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-102 > a { font-family: Montserrat; font-weight: 400; fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-109 > a { font-family: Montserrat; font-weight: 400; fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-104:hover > a { fill: rgb(179, 144, 57) !important; color: rgb(179, 144, 57) !important; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-103:hover > a { fill: rgb(179, 144, 57) !important; color: rgb(179, 144, 57) !important; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-102:hover > a { fill: rgb(179, 144, 57) !important; color: rgb(179, 144, 57) !important; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-109:hover > a { fill: rgb(179, 144, 57) !important; color: rgb(179, 144, 57) !important; }#tcb_landing_page a:not(.tcb-button-link) { color: rgb(255, 255, 255); }.tcb-plain-text strong { font-weight: 900; }#tcb_landing_page input strong { font-weight: 900; }#tcb_landing_page .tcb-button-link strong { font-weight: 900; }#tcb_landing_page p strong, #tcb_landing_page li strong { font-weight: 900; }#tcb_landing_page input { font-family: Montserrat; font-weight: 400; }#tcb_landing_page .tcb-button-link { font-family: Montserrat; font-weight: 400; }#tcb_landing_page p, #tcb_landing_page li { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h6 strong { font-weight: 900; }#tcb_landing_page h6 { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h5 strong { font-weight: 900; }#tcb_landing_page h5 { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h4 strong { font-weight: 900; }#tcb_landing_page h4 { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h3 strong { font-weight: 900; }#tcb_landing_page h3 { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h2 strong { font-weight: 900; }#tcb_landing_page h2 { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h1 strong { font-weight: 900; }#tcb_landing_page h1 { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); }.tcb-plain-text { font-size: 20px; color: rgb(255, 255, 255); font-family: Montserrat; font-weight: 400; }[data-css=\"tve-u-15e09c94f7d\"] { background-color: rgb(255, 255, 255); background-image: linear-gradient(rgb(0, 0, 0), rgb(0, 0, 0)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }.tve_post_lp > div > #tve_editor { margin-left: auto; margin-right: auto; max-width: 1200px; padding: 0px 20px; }}@media (max-width: 1023px){[data-css=\"tve-u-1642ae797d9\"] { display: block; }[data-css=\"tve-u-1642ae797d9\"] #menu-item-104 { text-align: center; padding: 5px !important; background-image: none !important; }[data-css=\"tve-u-1642ae797d9\"] #menu-item-103 { text-align: center; padding: 5px !important; background-image: none !important; }[data-css=\"tve-u-1642ae797d9\"] #menu-item-102 { text-align: center; padding: 5px !important; background-image: none !important; }[data-css=\"tve-u-1642ae797d9\"] #menu-item-109 { text-align: center; padding: 5px !important; background-image: none !important; }}@media (max-width: 767px){#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-153 > a { font-size: 17px !important; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-104 > a { font-size: 17px !important; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-103 > a { font-size: 17px !important; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-102 > a { font-size: 17px !important; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-109 > a { font-size: 17px !important; }[data-css=\"tve-u-1642ae797d9\"] #menu-item-153 { padding-left: 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-1642ae797d9\"] #menu-item-104 { padding-left: 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-1642ae797d9\"] #menu-item-103 { padding-left: 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-1642ae797d9\"] #menu-item-102 { padding-left: 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-1642ae797d9\"] #menu-item-109 { padding-left: 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-1642ae797d9\"] { float: none; width: 100%; margin-left: auto !important; margin-right: auto !important; }.tve_post_lp > div > #tve_editor { padding: 0px 10px; }[data-css=\"tve-u-1642ae797d9\"] .tve_w_menu { background-color: rgb(0, 0, 0) !important; }}'),(1106,106,'_edit_lock','1551983705:1'),(1105,106,'thrive_ab_status','published'),(1104,106,'is_control','1'),(1103,106,'thrive_ab_traffic','100'),(1102,106,'_edit_last','1'),(1101,106,'tcb2_ready','1'),(2076,194,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"z-index: 8;\" data-css=\"tve-u-1642b593fd4\" wfd-id=\"34\">\n<div class=\"tve-content-box-background\" wfd-id=\"61\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" style=\"z-index: 8;\" wfd-id=\"35\"><div class=\"thrv_wrapper thrv_widget_menu tve-custom-menu-upgrade      tve-menu-style-style_1 tve-mobile-dropdown\" data-tve-style=\"tve_horizontal\" data-tve-switch-icon=\"tablet,mobile\" data-css=\"tve-u-1642ae797d9\" wfd-id=\"42\">\n<div class=\"thrive-shortcode-config\" style=\"display: none !important\" wfd-id=\"60\">__CONFIG_widget_menu__{\"menu_id\":4,\"color\":\"tve_red\",\"dir\":\"tve_horizontal\",\"font_class\":\"\",\"font_size\":\"\",\"ul_attr\":\"\",\"link_attr\":\"\",\"top_link_attr\":\"\",\"trigger_attr\":\"\",\"primary\":\"\",\"head_css\":\"\",\"background_hover\":\"\",\"main_hover\":\"\",\"child_hover\":\"\",\"group_edit\":[],\"menu_style\":\"style_1\",\"dropdown_icon\":\"\",\"mobile_side\":\"dropdown\",\"mobile_icon\":\"\",\"switch_to_icon\":\"tablet,mobile\"}__CONFIG_widget_menu__</div>\n</div><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" wfd-id=\"39\"><h2>Terms &amp; Conditions</h2></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1642b6ab2bb\" wfd-id=\"36\"><p>TERMS OF SERVICE<br><br>-----<br><br>OVERVIEW<br><br>This website is operated by Blackhawk Custom, LLC. Throughout the site, the terms â€œweâ€, â€œusâ€ and â€œourâ€ refer to Blackhawk Custom, LLC. Blackhawk Custom, LLC offers this website, including all information, tools and services available from this site to you, the user, conditioned upon your acceptance of all terms, conditions, policies and notices stated here.<br><br>By visiting our site and/ or purchasing something from us, you engage in our â€œServiceâ€ and agree to be bound by the following terms and conditions (â€œTerms of Serviceâ€, â€œTermsâ€), including those additional terms, conditions, and policies referenced herein and/or available by hyperlink. These Terms of Service apply to all users of the site, including without limitation users who are browsers, vendors, customers, merchants, and/ or contributors of content.<br><br>Please read these Terms of Service carefully before accessing or using our website. By accessing or using any part of the site, you agree to be bound by these Terms of Service. If you do not agree to all the terms and conditions of this agreement, then you may not access the website or use any services. If these Terms of Service are considered an offer, acceptance is expressly limited to these Terms of Service.<br><br>Any new features or tools which are added to the current store shall also be subject to the Terms of Service. You can review the most current version of the Terms of Service at any time on this page. We reserve the right to update, change or replace any part of these Terms of Service by posting updates and/or changes to our website. It is your responsibility to check this page periodically for changes. Your continued use of or access to the website following the posting of any changes constitutes acceptance of those changes.<br><br>SECTION 1 - ONLINE STORE TERMS<br><br>By agreeing to these Terms of Service, you represent that you are at least the age of majority in your state or province of residence, or that you are the age of majority in your state or province of residence and you have given us your consent to allow any of your minor dependents to use this site.<br>You may not use our products for any illegal or unauthorized purpose nor may you, in the use of the Service, violate any laws in your jurisdiction (including but not limited to copyright laws).<br>You must not transmit any worms or viruses or any code of a destructive nature.<br>A breach or violation of any of the Terms will result in an immediate termination of your Services.<br><br>SECTION 2 - GENERAL CONDITIONS<br><br>We reserve the right to refuse service to anyone for any reason at any time.<br>You understand that your content (not including credit card information), may be transferred unencrypted and involve (a) transmissions over various networks; and (b) changes to conform and adapt to technical requirements of connecting networks or devices. Credit card information is always encrypted during transfer over networks.<br>You agree not to reproduce, duplicate, copy, sell, resell or exploit any portion of the Service, use of the Service, or access to the Service or any contact on the website through which the service is provided, without express written permission by us.<br>The headings used in this agreement are included for convenience only and will not limit or otherwise affect these Terms.<br><br>SECTION 3 - ACCURACY, COMPLETENESS AND TIMELINESS OF INFORMATION<br><br>We are not responsible if information made available on this site is not accurate, complete or current. The material on this site is provided for general information only and should not be relied upon or used as the sole basis for making decisions without consulting primary, more accurate, more complete or more timely sources of information. Any reliance on the material on this site is at your own risk.<br>This site may contain certain historical information. Historical information, necessarily, is not current and is provided for your reference only. We reserve the right to modify the contents of this site at any time, but we have no obligation to update any information on our site. You agree that it is your responsibility to monitor changes to our site.<br><br>SECTION 4 - MODIFICATIONS TO THE SERVICE AND PRICES<br><br>The prices for our products are subject to change without notice.<br>We reserve the right at any time to modify or discontinue the Service (or any part or content thereof) without notice at any time.<br>We shall not be liable to you or to any third-party for any modification, price change, suspension or discontinuance of the Service.<br><br>SECTION 5 - PRODUCTS OR SERVICES (if applicable)<br><br>Certain products or services may be available exclusively online through the website. These products or services may have limited quantities and are subject to return or exchange only according to our Return Policy.<br>We have made every effort to display as accurately as possible the colors and images of our products that appear at the store. We cannot guarantee that your computer monitor\'s display of any color will be accurate.<br>We reserve the right, but are not obligated, to limit the sales of our products or Services to any person, geographic region or jurisdiction. We may exercise this right on a case-by-case basis. We reserve the right to limit the quantities of any products or services that we offer. All descriptions of products or product pricing are subject to change at anytime without notice, at the sole discretion of us. We reserve the right to discontinue any product at any time. Any offer for any product or service made on this site is void where prohibited.<br>We do not warrant that the quality of any products, services, information, or other material purchased or obtained by you will meet your expectations, or that any errors in the Service will be corrected.<br><br>SECTION 6 - ACCURACY OF BILLING AND ACCOUNT INFORMATION<br><br>We reserve the right to refuse any order you place with us. We may, in our sole discretion, limit or cancel quantities purchased per person, per household or per order. These restrictions may include orders placed by or under the same customer account, the same credit card, and/or orders that use the same billing and/or shipping address. In the event that we make a change to or cancel an order, we may attempt to notify you by contacting the e-mail and/or billing address/phone number provided at the time the order was made. We reserve the right to limit or prohibit orders that, in our sole judgment, appear to be placed by dealers, resellers or distributors.<br><br>You agree to provide current, complete and accurate purchase and account information for all purchases made at our store. You agree to promptly update your account and other information, including your email address and credit card numbers and expiration dates, so that we can complete your transactions and contact you as needed.<br><br>For more detail, please review our Returns Policy.<br><br>SECTION 7 - OPTIONAL TOOLS<br><br>We may provide you with access to third-party tools over which we neither monitor nor have any control nor input.<br>You acknowledge and agree that we provide access to such tools â€as isâ€ and â€œas availableâ€ without any warranties, representations or conditions of any kind and without any endorsement. We shall have no liability whatsoever arising from or relating to your use of optional third-party tools.<br>Any use by you of optional tools offered through the site is entirely at your own risk and discretion and you should ensure that you are familiar with and approve of the terms on which tools are provided by the relevant third-party provider(s).<br>We may also, in the future, offer new services and/or features through the website (including, the release of new tools and resources). Such new features and/or services shall also be subject to these Terms of Service.<br><br>SECTION 8 - THIRD-PARTY LINKS<br><br>Certain content, products and services available via our Service may include materials from third-parties.<br>Third-party links on this site may direct you to third-party websites that are not affiliated with us. We are not responsible for examining or evaluating the content or accuracy and we do not warrant and will not have any liability or responsibility for any third-party materials or websites, or for any other materials, products, or services of third-parties.<br>We are not liable for any harm or damages related to the purchase or use of goods, services, resources, content, or any other transactions made in connection with any third-party websites. Please review carefully the third-party\'s policies and practices and make sure you understand them before you engage in any transaction. Complaints, claims, concerns, or questions regarding third-party products should be directed to the third-party.<br><br>SECTION 9 - USER COMMENTS, FEEDBACK AND OTHER SUBMISSIONS<br><br>If, at our request, you send certain specific submissions (for example contest entries) or without a request from us you send creative ideas, suggestions, proposals, plans, or other materials, whether online, by email, by postal mail, or otherwise (collectively, \'comments\'), you agree that we may, at any time, without restriction, edit, copy, publish, distribute, translate and otherwise use in any medium any comments that you forward to us. We are and shall be under no obligation (1) to maintain any comments in confidence; (2) to pay compensation for any comments; or (3) to respond to any comments.<br>We may, but have no obligation to, monitor, edit or remove content that we determine in our sole discretion are unlawful, offensive, threatening, libelous, defamatory, pornographic, obscene or otherwise objectionable or violates any partyâ€™s intellectual property or these Terms of Service.<br>You agree that your comments will not violate any right of any third-party, including copyright, trademark, privacy, personality or other personal or proprietary right. You further agree that your comments will not contain libelous or otherwise unlawful, abusive or obscene material, or contain any computer virus or other malware that could in any way affect the operation of the Service or any related website. You may not use a false e-mail address, pretend to be someone other than yourself, or otherwise mislead us or third-parties as to the origin of any comments. You are solely responsible for any comments you make and their accuracy. We take no responsibility and assume no liability for any comments posted by you or any third-party.<br><br>SECTION 10 - PERSONAL INFORMATION<br><br>Your submission of personal information through the store is governed by our Privacy Policy. To view our Privacy Policy.<br><br>SECTION 11 - ERRORS, INACCURACIES AND OMISSIONS<br><br>Occasionally there may be information on our site or in the Service that contains typographical errors, inaccuracies or omissions that may relate to product descriptions, pricing, promotions, offers, product shipping charges, transit times and availability. We reserve the right to correct any errors, inaccuracies or omissions, and to change or update information or cancel orders if any information in the Service or on any related website is inaccurate at any time without prior notice (including after you have submitted your order).<br>We undertake no obligation to update, amend or clarify information in the Service or on any related website, including without limitation, pricing information, except as required by law. No specified update or refresh date applied in the Service or on any related website, should be taken to indicate that all information in the Service or on any related website has been modified or updated.<br><br>SECTION 12 - PROHIBITED USES<br><br>In addition to other prohibitions as set forth in the Terms of Service, you are prohibited from using the site or its content: (a) for any unlawful purpose; (b) to solicit others to perform or participate in any unlawful acts; (c) to violate any international, federal, provincial or state regulations, rules, laws, or local ordinances; (d) to infringe upon or violate our intellectual property rights or the intellectual property rights of others; (e) to harass, abuse, insult, harm, defame, slander, disparage, intimidate, or discriminate based on gender, sexual orientation, religion, ethnicity, race, age, national origin, or disability; (f) to submit false or misleading information; (g) to upload or transmit viruses or any other type of malicious code that will or may be used in any way that will affect the functionality or operation of the Service or of any related website, other websites, or the Internet; (h) to collect or track the personal information of others; (i) to spam, phish, pharm, pretext, spider, crawl, or scrape; (j) for any obscene or immoral purpose; or (k) to interfere with or circumvent the security features of the Service or any related website, other websites, or the Internet. We reserve the right to terminate your use of the Service or any related website for violating any of the prohibited uses.<br><br>SECTION 13 - DISCLAIMER OF WARRANTIES; LIMITATION OF LIABILITY<br><br>We do not guarantee, represent or warrant that your use of our service will be uninterrupted, timely, secure or error-free.<br>We do not warrant that the results that may be obtained from the use of the service will be accurate or reliable.<br>You agree that from time to time we may remove the service for indefinite periods of time or cancel the service at any time, without notice to you.<br>You expressly agree that your use of, or inability to use, the service is at your sole risk. The service and all products and services delivered to you through the service are (except as expressly stated by us) provided \'as is\' and \'as available\' for your use, without any representation, warranties or conditions of any kind, either express or implied, including all implied warranties or conditions of merchantability, merchantable quality, fitness for a particular purpose, durability, title, and non-infringement.<br>In no case shall Blackhawk Custom, LLC, our directors, officers, employees, affiliates, agents, contractors, interns, suppliers, service providers or licensors be liable for any injury, loss, claim, or any direct, indirect, incidental, punitive, special, or consequential damages of any kind, including, without limitation lost profits, lost revenue, lost savings, loss of data, replacement costs, or any similar damages, whether based in contract, tort (including negligence), strict liability or otherwise, arising from your use of any of the service or any products procured using the service, or for any other claim related in any way to your use of the service or any product, including, but not limited to, any errors or omissions in any content, or any loss or damage of any kind incurred as a result of the use of the service or any content (or product) posted, transmitted, or otherwise made available via the service, even if advised of their possibility. Because some states or jurisdictions do not allow the exclusion or the limitation of liability for consequential or incidental damages, in such states or jurisdictions, our liability shall be limited to the maximum extent permitted by law.<br><br>SECTION 14 - INDEMNIFICATION<br><br>You agree to indemnify, defend and hold harmless Blackhawk Custom, LLC and our parent, subsidiaries, affiliates, partners, officers, directors, agents, contractors, licensors, service providers, subcontractors, suppliers, interns and employees, harmless from any claim or demand, including reasonable attorneysâ€™ fees, made by any third-party due to or arising out of your breach of these Terms of Service or the documents they incorporate by reference, or your violation of any law or the rights of a third-party.<br><br>SECTION 15 - SEVERABILITY<br><br>In the event that any provision of these Terms of Service is determined to be unlawful, void or unenforceable, such provision shall nonetheless be enforceable to the fullest extent permitted by applicable law, and the unenforceable portion shall be deemed to be severed from these Terms of Service, such determination shall not affect the validity and enforceability of any other remaining provisions.<br><br>SECTION 16 - TERMINATION<br><br>The obligations and liabilities of the parties incurred prior to the termination date shall survive the termination of this agreement for all purposes.<br>These Terms of Service are effective unless and until terminated by either you or us. You may terminate these Terms of Service at any time by notifying us that you no longer wish to use our Services, or when you cease using our site.<br>If in our sole judgment you fail, or we suspect that you have failed, to comply with any term or provision of these Terms of Service, we also may terminate this agreement at any time without notice and you will remain liable for all amounts due up to and including the date of termination; and/or accordingly may deny you access to our Services (or any part thereof).<br><br>SECTION 17 - ENTIRE AGREEMENT<br><br>The failure of us to exercise or enforce any right or provision of these Terms of Service shall not constitute a waiver of such right or provision.<br>These Terms of Service and any policies or operating rules posted by us on this site or in respect to The Service constitutes the entire agreement and understanding between you and us and govern your use of the Service, superseding any prior or contemporaneous agreements, communications and proposals, whether oral or written, between you and us (including, but not limited to, any prior versions of the Terms of Service).<br>Any ambiguities in the interpretation of these Terms of Service shall not be construed against the drafting party.<br><br>SECTION 18 - GOVERNING LAW<br><br>These Terms of Service and any separate agreements whereby we provide you Services shall be governed by and construed in accordance with the laws of 825 South Kings Highway, Fort Pierce, FL 34945.<br><br>SECTION 19 - CHANGES TO TERMS OF SERVICE<br><br>You can review the most current version of the Terms of Service at any time at this page.<br>We reserve the right, at our sole discretion, to update, change or replace any part of these Terms of Service by posting updates and changes to our website. It is your responsibility to check our website periodically for changes. Your continued use of or access to our website or the Service following the posting of any changes to these Terms of Service constitutes acceptance of those changes.<br><br>SECTION 20 - CONTACT INFORMATION<br><br>Questions about the Terms of Service should be sent to us at <a href=\"mailto:admin@blackhawkcustom.com\" target=\"_blank\">admin@blackhawkcustom.com</a></p></div></div>\n</div>'),(2075,194,'tve_revision_tve_has_typefocus','0'),(2074,194,'tve_revision_tve_has_masonry','0'),(2068,194,'tve_revision_tve_user_custom_css',''),(2069,194,'tve_revision_tve_page_events','a:0:{}'),(2070,194,'tve_revision_tve_globals','a:2:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";s:8:\"font_cls\";a:0:{}}'),(2071,194,'tve_revision_tve_global_scripts',''),(2072,194,'tve_revision_thrive_icon_pack','0'),(2073,194,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(1963,177,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1642b667be5\" style=\"z-index: 8;\" wfd-id=\"56\">\n<div class=\"tve-content-box-background\" wfd-id=\"84\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1642b6ef7e6\" style=\"z-index: 8;\" wfd-id=\"57\"><div class=\"thrv_wrapper thrv_widget_menu tve-custom-menu-upgrade tve-mobile-dropdown tve-menu-style-style_1\" data-tve-style=\"tve_horizontal\" data-tve-switch-icon=\"tablet,mobile\" data-css=\"tve-u-1642b26f466\" style=\"z-index: 8;\" wfd-id=\"65\">	<div class=\"thrive-shortcode-config\" style=\"display: none !important\" wfd-id=\"83\">__CONFIG_widget_menu__{\"menu_id\":\"4\",\"color\":\"tve_red\",\"dir\":\"tve_horizontal\",\"font_class\":\"\",\"font_size\":\"\",\"ul_attr\":\"\",\"link_attr\":\"\",\"top_link_attr\":\"\",\"trigger_attr\":\"\",\"primary\":\"\",\"head_css\":\"\",\"background_hover\":\"\",\"main_hover\":\"\",\"child_hover\":\"\",\"group_edit\":[{\"css_id\":\"\",\"class\":\"\"},{\"css_id\":\"\",\"class\":\"\"},{\"css_id\":\"\",\"class\":\"\"},{\"css_id\":\"\",\"class\":\"\"},{\"css_id\":null,\"class\":\"\"}],\"menu_style\":\"style_1\",\"dropdown_icon\":\"\",\"mobile_side\":\"\",\"mobile_icon\":\"\",\"switch_to_icon\":\"tablet,mobile\"}__CONFIG_widget_menu__</div>\n</div><div class=\"thrv_wrapper thrv_heading\" style=\"\" data-tag=\"h1\" data-css=\"tve-u-1642b32e2c2\" wfd-id=\"62\"><h1 data-css=\"tve-u-16035acf904\" style=\"text-align: center;\"><strong>Privacy</strong></h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" data-css=\"tve-u-1642b25c464\" wfd-id=\"58\"><p data-css=\"tve-u-1642b20c920\">Privacy Policy</p><p data-css=\"tve-u-1642b20c920\">What personal information do we collect from the people that visit our blog, website or app?<br>When ordering or registering on our site, as appropriate, you may be asked to enter your name, email address, mailing address, phone number, credit card information or other details to help you with your experience.</p><p data-css=\"tve-u-1642b20c920\">When do we collect information?</p><p data-css=\"tve-u-1642b20c920\">We collect information from you when you register on our site, place an order, subscribe to a newsletter, respond to a survey, fill out a form or enter information on our site.</p><p data-css=\"tve-u-1642b20c920\">How do we use your information?</p><p data-css=\"tve-u-1642b20c920\">We may use the information we collect from you when you register, make a purchase, sign up for our newsletter, respond to a survey or marketing communication, surf the website, or use certain other site features in the following ways:<br>â€¢ To personalize user\'s experience and to allow us to deliver the type of content and product offerings in which you are most interested.<br>â€¢ To improve our website in order to better serve you.<br>â€¢ To allow us to better service you in responding to your customer service requests.<br>â€¢ To administer a contest, promotion, survey or other site feature.<br>â€¢ To quickly process your transactions.<br>â€¢ To send periodic emails regarding your order or other products and services.</p><p data-css=\"tve-u-1642b20c920\">How do we protect visitor information?</p><p data-css=\"tve-u-1642b20c920\">Our website is scanned on a regular basis for security holes and known vulnerabilities in order to make your visit to our site as safe as possible.<br>We use regular Malware Scanning.</p><p data-css=\"tve-u-1642b20c920\">Your personal information is contained behind secured networks and is only accessible by a limited number of persons who have special access rights to such systems, and are required to keep the information confidential. In addition, all sensitive/credit information you supply is encrypted via Secure Socket Layer (SSL) technology.</p><p data-css=\"tve-u-1642b20c920\">We implement a variety of security measures when a user places an order, enters, submits, or accesses their information to maintain the safety of your personal information.</p><p data-css=\"tve-u-1642b20c920\">All transactions are processed through a gateway provider and are not stored or processed on our servers.</p><p data-css=\"tve-u-1642b20c920\">Do we use \'cookies\'?</p><p data-css=\"tve-u-1642b20c920\">Yes. Cookies are small files that a site or its service provider transfers to your computer\'s hard drive through your Web browser (if you allow) that enable the site\'s or service provider\'s systems to recognize your browser and capture and remember certain information. For instance, we use cookies to help us remember and process the items in your shopping cart. They are also used to help us understand your preferences based on previous or current site activity, which enables us to provide you with improved services. We also use cookies to help us compile aggregate data about site traffic and site interaction so that we can offer better site experiences and tools in the future.</p><p data-css=\"tve-u-1642b20c920\">We use cookies to:</p><p data-css=\"tve-u-1642b20c920\">â€¢ Help remember and process the items in the shopping cart.<br>â€¢ Understand and save user\'s preferences for future visits.<br>You can choose to have your computer warn you each time a cookie is being sent, or you can choose to turn off all cookies. You do this through your browser (like Internet Explorer) settings. Each browser is a little different, so look at your browser\'s Help menu to learn the correct way to modify your cookies.<br>If users disable cookies in their browser:<br>If you turn off cookies, some features will be disabled. However, you can still place orders for<br>saved items in your shopping cart over the telephone by contacting customer service.</p><p data-css=\"tve-u-1642b20c920\">Third Party Disclosure</p><p data-css=\"tve-u-1642b20c920\">We do not sell, trade, or otherwise transfer to outside parties your personally identifiable information.</p><p data-css=\"tve-u-1642b20c920\">Third party links</p><p data-css=\"tve-u-1642b20c920\">Occasionally, at our discretion, we may include or offer third party products or services on our website. These third party sites have separate and independent privacy policies. We therefore have no responsibility or liability for the content and activities of these linked sites. Nonetheless, we seek to protect the integrity of our site and welcome any feedback about these sites.</p><p data-css=\"tve-u-1642b20c920\">Google</p><p data-css=\"tve-u-1642b20c920\">Google\'s advertising requirements can be summed up by Google\'s Advertising Principles. They are put in place to provide a positive experience for users. https://support.google.com/adwordspolicy/answer/1316548?hl=en<br>Opting out:<br>Users can set preferences for how Google advertises to you using the Google Ad Settings page. Alternatively, you can opt out by visiting the Network Advertising initiative opt out page or permanently using the Google Analytics Opt Out Browser add on.<br>California Online Privacy Protection Act<br>CalOPPA is the first state law in the nation to require commercial websites and online services to post a privacy policy. The law\'s reach stretches well beyond California to require a person or company in the United States (and conceivably the world) that operates websites collecting personally identifiable information from California consumers to post a conspicuous privacy policy on its website stating exactly the information being collected and those individuals with whom it is being shared, and to comply with this policy.<br>See more at: http://consumercal.org/california-online-privacy-protection-act-caloppa/#sthash.0FdRbT51.dpuf<br>According to CalOPPA we agree to the following:<br>Users can visit our site anonymously<br>Once this privacy policy is created, we will add a link to it on our home page, or as a minimum on the first significant page after entering our website.<br>Our Privacy Policy link includes the word \'Privacy\', and can be easily be found on the page specified above.<br>Users will be notified of any privacy policy changes:<br>â€¢ On our Privacy Policy Page<br>Users are able to change their personal information:<br>â€¢ By emailing us<br>â€¢ By calling us</p><p data-css=\"tve-u-1642b20c920\">How does our site handle do not track signals?</p><p data-css=\"tve-u-1642b20c920\">We honor do not track signals and do not track, plant cookies, or use advertising when a Do Not Track (DNT) browser mechanism is in place.</p><p data-css=\"tve-u-1642b20c920\">Does our site allow third party behavioral tracking?</p><p data-css=\"tve-u-1642b20c920\">It\'s also important to note that we do not allow third party behavioral tracking<br>COPPA (Children Online Privacy Protection Act)<br>When it comes to the collection of personal information from children under 13, the Children\'s Online Privacy Protection Act (COPPA) puts parents in control. The Federal Trade Commission, the nation\'s consumer protection agency, enforces the COPPA Rule, which spells out what operators of websites and online services must do to protect children\'s privacy and safety online.</p><p data-css=\"tve-u-1642b20c920\">We do not specifically market to children under 13.</p><p data-css=\"tve-u-1642b20c920\">Fair Information Practices</p><p data-css=\"tve-u-1642b20c920\">The Fair Information Practices Principles form the backbone of privacy law in the United States and the concepts they include have played a significant role in the development of data protection laws around the globe. Understanding the Fair Information Practice Principles and how they should be implemented is critical to comply with the various privacy laws that protect personal information.<br>In order to be in line with Fair Information Practices we will take the following responsive action, should a data breach occur:<br>â€¢ Within 7 business days<br>We will notify the users via in site notification<br>â€¢ Within 7 business days<br>We also agree to the individual redress principle, which requires that individuals have a right to pursue legally enforceable rights against data collectors and processors who fail to adhere to the law. This principle requires not only that individuals have enforceable rights against data users, but also that individuals have recourse to courts or a government agency to investigate and/or prosecute non-compliance by data processors.<br>CAN SPAM Act<br>The CAN-SPAM Act is a law that sets the rules for commercial email, establishes requirements for commercial messages, gives recipients the right to have emails stopped from being sent to them, and spells out tough penalties for violations.</p><p data-css=\"tve-u-1642b20c920\">We collect your email address in order to:</p><p data-css=\"tve-u-1642b20c920\">â€¢ Send information, respond to inquiries, and/or other requests or questions.<br>â€¢ Process orders and to send information and updates pertaining to orders<br>â€¢ Market to our mailing list or continue to send emails to our clients after the original transaction has occurred<br>To be in accordance with CANSPAM we agree to the following:<br>â€¢ NOT use false, or misleading subjects or email addresses<br>â€¢ Identify the message as an advertisement in some reasonable way<br>â€¢ Include the physical address of our business or site headquarters<br>â€¢ Monitor third party email marketing services for compliance, if one is used.<br>â€¢ Honor opt-out/unsubscribe requests quickly<br>â€¢ Allow users to unsubscribe by using the link at the bottom of each email<br>If at any time you would like to unsubscribe from receiving future emails, you can email us at<br>â€¢ Follow the instructions at the bottom of each email. and we will promptly remove you from ALL correspondence.</p><p data-css=\"tve-u-1642b20c920\">Contacting Us</p><p data-css=\"tve-u-1642b20c920\">If there are any questions regarding this privacy policy you may contact us using the information below.<br>Blackhawk Custom, LLC.<br>825 South Kings Highway<br>Fort Pierce, FL 34945<br>United States<br>https://www.blackhawkcustom.com<br>Conditions of use:</p><p data-css=\"tve-u-1642b20c920\">By using this website, you agree to all of our terms and conditions of the sale<br>All sales are final (See our refund policy)</p></div></div>\n</div>'),(1962,177,'tve_revision_tve_has_typefocus','0'),(6381,542,'tve_revision_tve_has_typefocus',''),(1195,92,'thrive_ab_traffic','100'),(1196,92,'is_control','1'),(1197,92,'thrive_ab_status','published'),(1198,92,'_edit_lock','1551978300:1'),(2028,181,'tve_revision_tve_has_wistia_popover','0'),(3315,313,'tve_revision_tve_disable_theme_dependency',''),(2029,182,'tve_revision_tve_landing_page','blank_v2'),(2030,182,'tve_revision_tve_disable_theme_dependency',''),(2031,182,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"z-index: 8;\" data-css=\"tve-u-1642b593fd4\" wfd-id=\"30\">\n<div class=\"tve-content-box-background\" wfd-id=\"44\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" style=\"z-index: 8;\" wfd-id=\"31\"><div class=\"thrv_wrapper thrv_widget_menu tve-custom-menu-upgrade      tve-menu-style-style_1 tve-mobile-dropdown\" data-tve-style=\"tve_horizontal\" data-tve-switch-icon=\"tablet,mobile\" data-css=\"tve-u-1642ae797d9\" wfd-id=\"38\">\n<div class=\"thrive-shortcode-config\" style=\"display: none !important\" wfd-id=\"43\">__CONFIG_widget_menu__{\"menu_id\":4,\"color\":\"tve_red\",\"dir\":\"tve_horizontal\",\"font_class\":\"\",\"font_size\":\"\",\"ul_attr\":\"\",\"link_attr\":\"\",\"top_link_attr\":\"\",\"trigger_attr\":\"\",\"primary\":\"\",\"head_css\":\"\",\"background_hover\":\"\",\"main_hover\":\"\",\"child_hover\":\"\",\"group_edit\":[],\"menu_style\":\"style_1\",\"dropdown_icon\":\"\",\"mobile_side\":\"dropdown\",\"mobile_icon\":\"\",\"switch_to_icon\":\"tablet,mobile\"}__CONFIG_widget_menu__</div>\n</div><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" wfd-id=\"35\"><h2>Terms &amp; Conditions</h2></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1642b6ab2bb\" wfd-id=\"32\"><p>TERMS OF SERVICE<br><br>-----<br><br>OVERVIEW<br><br>This website is operated by Blackhawk Custom, LLC. Throughout the site, the terms â€œweâ€, â€œusâ€ and â€œourâ€ refer to Blackhawk Custom, LLC. Blackhawk Custom, LLC offers this website, including all information, tools and services available from this site to you, the user, conditioned upon your acceptance of all terms, conditions, policies and notices stated here.<br><br>By visiting our site and/ or purchasing something from us, you engage in our â€œServiceâ€ and agree to be bound by the following terms and conditions (â€œTerms of Serviceâ€, â€œTermsâ€), including those additional terms, conditions, and policies referenced herein and/or available by hyperlink. These Terms of Service apply to all users of the site, including without limitation users who are browsers, vendors, customers, merchants, and/ or contributors of content.<br><br>Please read these Terms of Service carefully before accessing or using our website. By accessing or using any part of the site, you agree to be bound by these Terms of Service. If you do not agree to all the terms and conditions of this agreement, then you may not access the website or use any services. If these Terms of Service are considered an offer, acceptance is expressly limited to these Terms of Service.<br><br>Any new features or tools which are added to the current store shall also be subject to the Terms of Service. You can review the most current version of the Terms of Service at any time on this page. We reserve the right to update, change or replace any part of these Terms of Service by posting updates and/or changes to our website. It is your responsibility to check this page periodically for changes. Your continued use of or access to the website following the posting of any changes constitutes acceptance of those changes.<br><br>SECTION 1 - ONLINE STORE TERMS<br><br>By agreeing to these Terms of Service, you represent that you are at least the age of majority in your state or province of residence, or that you are the age of majority in your state or province of residence and you have given us your consent to allow any of your minor dependents to use this site.<br>You may not use our products for any illegal or unauthorized purpose nor may you, in the use of the Service, violate any laws in your jurisdiction (including but not limited to copyright laws).<br>You must not transmit any worms or viruses or any code of a destructive nature.<br>A breach or violation of any of the Terms will result in an immediate termination of your Services.<br><br>SECTION 2 - GENERAL CONDITIONS<br><br>We reserve the right to refuse service to anyone for any reason at any time.<br>You understand that your content (not including credit card information), may be transferred unencrypted and involve (a) transmissions over various networks; and (b) changes to conform and adapt to technical requirements of connecting networks or devices. Credit card information is always encrypted during transfer over networks.<br>You agree not to reproduce, duplicate, copy, sell, resell or exploit any portion of the Service, use of the Service, or access to the Service or any contact on the website through which the service is provided, without express written permission by us.<br>The headings used in this agreement are included for convenience only and will not limit or otherwise affect these Terms.<br><br>SECTION 3 - ACCURACY, COMPLETENESS AND TIMELINESS OF INFORMATION<br><br>We are not responsible if information made available on this site is not accurate, complete or current. The material on this site is provided for general information only and should not be relied upon or used as the sole basis for making decisions without consulting primary, more accurate, more complete or more timely sources of information. Any reliance on the material on this site is at your own risk.<br>This site may contain certain historical information. Historical information, necessarily, is not current and is provided for your reference only. We reserve the right to modify the contents of this site at any time, but we have no obligation to update any information on our site. You agree that it is your responsibility to monitor changes to our site.<br><br>SECTION 4 - MODIFICATIONS TO THE SERVICE AND PRICES<br><br>The prices for our products are subject to change without notice.<br>We reserve the right at any time to modify or discontinue the Service (or any part or content thereof) without notice at any time.<br>We shall not be liable to you or to any third-party for any modification, price change, suspension or discontinuance of the Service.<br><br>SECTION 5 - PRODUCTS OR SERVICES (if applicable)<br><br>Certain products or services may be available exclusively online through the website. These products or services may have limited quantities and are subject to return or exchange only according to our Return Policy.<br>We have made every effort to display as accurately as possible the colors and images of our products that appear at the store. We cannot guarantee that your computer monitor\'s display of any color will be accurate.<br>We reserve the right, but are not obligated, to limit the sales of our products or Services to any person, geographic region or jurisdiction. We may exercise this right on a case-by-case basis. We reserve the right to limit the quantities of any products or services that we offer. All descriptions of products or product pricing are subject to change at anytime without notice, at the sole discretion of us. We reserve the right to discontinue any product at any time. Any offer for any product or service made on this site is void where prohibited.<br>We do not warrant that the quality of any products, services, information, or other material purchased or obtained by you will meet your expectations, or that any errors in the Service will be corrected.<br><br>SECTION 6 - ACCURACY OF BILLING AND ACCOUNT INFORMATION<br><br>We reserve the right to refuse any order you place with us. We may, in our sole discretion, limit or cancel quantities purchased per person, per household or per order. These restrictions may include orders placed by or under the same customer account, the same credit card, and/or orders that use the same billing and/or shipping address. In the event that we make a change to or cancel an order, we may attempt to notify you by contacting the e-mail and/or billing address/phone number provided at the time the order was made. We reserve the right to limit or prohibit orders that, in our sole judgment, appear to be placed by dealers, resellers or distributors.<br><br>You agree to provide current, complete and accurate purchase and account information for all purchases made at our store. You agree to promptly update your account and other information, including your email address and credit card numbers and expiration dates, so that we can complete your transactions and contact you as needed.<br><br>For more detail, please review our Returns Policy.<br><br>SECTION 7 - OPTIONAL TOOLS<br><br>We may provide you with access to third-party tools over which we neither monitor nor have any control nor input.<br>You acknowledge and agree that we provide access to such tools â€as isâ€ and â€œas availableâ€ without any warranties, representations or conditions of any kind and without any endorsement. We shall have no liability whatsoever arising from or relating to your use of optional third-party tools.<br>Any use by you of optional tools offered through the site is entirely at your own risk and discretion and you should ensure that you are familiar with and approve of the terms on which tools are provided by the relevant third-party provider(s).<br>We may also, in the future, offer new services and/or features through the website (including, the release of new tools and resources). Such new features and/or services shall also be subject to these Terms of Service.<br><br>SECTION 8 - THIRD-PARTY LINKS<br><br>Certain content, products and services available via our Service may include materials from third-parties.<br>Third-party links on this site may direct you to third-party websites that are not affiliated with us. We are not responsible for examining or evaluating the content or accuracy and we do not warrant and will not have any liability or responsibility for any third-party materials or websites, or for any other materials, products, or services of third-parties.<br>We are not liable for any harm or damages related to the purchase or use of goods, services, resources, content, or any other transactions made in connection with any third-party websites. Please review carefully the third-party\'s policies and practices and make sure you understand them before you engage in any transaction. Complaints, claims, concerns, or questions regarding third-party products should be directed to the third-party.<br><br>SECTION 9 - USER COMMENTS, FEEDBACK AND OTHER SUBMISSIONS<br><br>If, at our request, you send certain specific submissions (for example contest entries) or without a request from us you send creative ideas, suggestions, proposals, plans, or other materials, whether online, by email, by postal mail, or otherwise (collectively, \'comments\'), you agree that we may, at any time, without restriction, edit, copy, publish, distribute, translate and otherwise use in any medium any comments that you forward to us. We are and shall be under no obligation (1) to maintain any comments in confidence; (2) to pay compensation for any comments; or (3) to respond to any comments.<br>We may, but have no obligation to, monitor, edit or remove content that we determine in our sole discretion are unlawful, offensive, threatening, libelous, defamatory, pornographic, obscene or otherwise objectionable or violates any partyâ€™s intellectual property or these Terms of Service.<br>You agree that your comments will not violate any right of any third-party, including copyright, trademark, privacy, personality or other personal or proprietary right. You further agree that your comments will not contain libelous or otherwise unlawful, abusive or obscene material, or contain any computer virus or other malware that could in any way affect the operation of the Service or any related website. You may not use a false e-mail address, pretend to be someone other than yourself, or otherwise mislead us or third-parties as to the origin of any comments. You are solely responsible for any comments you make and their accuracy. We take no responsibility and assume no liability for any comments posted by you or any third-party.<br><br>SECTION 10 - PERSONAL INFORMATION<br><br>Your submission of personal information through the store is governed by our Privacy Policy. To view our Privacy Policy.<br><br>SECTION 11 - ERRORS, INACCURACIES AND OMISSIONS<br><br>Occasionally there may be information on our site or in the Service that contains typographical errors, inaccuracies or omissions that may relate to product descriptions, pricing, promotions, offers, product shipping charges, transit times and availability. We reserve the right to correct any errors, inaccuracies or omissions, and to change or update information or cancel orders if any information in the Service or on any related website is inaccurate at any time without prior notice (including after you have submitted your order).<br>We undertake no obligation to update, amend or clarify information in the Service or on any related website, including without limitation, pricing information, except as required by law. No specified update or refresh date applied in the Service or on any related website, should be taken to indicate that all information in the Service or on any related website has been modified or updated.<br><br>SECTION 12 - PROHIBITED USES<br><br>In addition to other prohibitions as set forth in the Terms of Service, you are prohibited from using the site or its content: (a) for any unlawful purpose; (b) to solicit others to perform or participate in any unlawful acts; (c) to violate any international, federal, provincial or state regulations, rules, laws, or local ordinances; (d) to infringe upon or violate our intellectual property rights or the intellectual property rights of others; (e) to harass, abuse, insult, harm, defame, slander, disparage, intimidate, or discriminate based on gender, sexual orientation, religion, ethnicity, race, age, national origin, or disability; (f) to submit false or misleading information; (g) to upload or transmit viruses or any other type of malicious code that will or may be used in any way that will affect the functionality or operation of the Service or of any related website, other websites, or the Internet; (h) to collect or track the personal information of others; (i) to spam, phish, pharm, pretext, spider, crawl, or scrape; (j) for any obscene or immoral purpose; or (k) to interfere with or circumvent the security features of the Service or any related website, other websites, or the Internet. We reserve the right to terminate your use of the Service or any related website for violating any of the prohibited uses.<br><br>SECTION 13 - DISCLAIMER OF WARRANTIES; LIMITATION OF LIABILITY<br><br>We do not guarantee, represent or warrant that your use of our service will be uninterrupted, timely, secure or error-free.<br>We do not warrant that the results that may be obtained from the use of the service will be accurate or reliable.<br>You agree that from time to time we may remove the service for indefinite periods of time or cancel the service at any time, without notice to you.<br>You expressly agree that your use of, or inability to use, the service is at your sole risk. The service and all products and services delivered to you through the service are (except as expressly stated by us) provided \'as is\' and \'as available\' for your use, without any representation, warranties or conditions of any kind, either express or implied, including all implied warranties or conditions of merchantability, merchantable quality, fitness for a particular purpose, durability, title, and non-infringement.<br>In no case shall Blackhawk Custom, LLC, our directors, officers, employees, affiliates, agents, contractors, interns, suppliers, service providers or licensors be liable for any injury, loss, claim, or any direct, indirect, incidental, punitive, special, or consequential damages of any kind, including, without limitation lost profits, lost revenue, lost savings, loss of data, replacement costs, or any similar damages, whether based in contract, tort (including negligence), strict liability or otherwise, arising from your use of any of the service or any products procured using the service, or for any other claim related in any way to your use of the service or any product, including, but not limited to, any errors or omissions in any content, or any loss or damage of any kind incurred as a result of the use of the service or any content (or product) posted, transmitted, or otherwise made available via the service, even if advised of their possibility. Because some states or jurisdictions do not allow the exclusion or the limitation of liability for consequential or incidental damages, in such states or jurisdictions, our liability shall be limited to the maximum extent permitted by law.<br><br>SECTION 14 - INDEMNIFICATION<br><br>You agree to indemnify, defend and hold harmless Blackhawk Custom, LLC and our parent, subsidiaries, affiliates, partners, officers, directors, agents, contractors, licensors, service providers, subcontractors, suppliers, interns and employees, harmless from any claim or demand, including reasonable attorneysâ€™ fees, made by any third-party due to or arising out of your breach of these Terms of Service or the documents they incorporate by reference, or your violation of any law or the rights of a third-party.<br><br>SECTION 15 - SEVERABILITY<br><br>In the event that any provision of these Terms of Service is determined to be unlawful, void or unenforceable, such provision shall nonetheless be enforceable to the fullest extent permitted by applicable law, and the unenforceable portion shall be deemed to be severed from these Terms of Service, such determination shall not affect the validity and enforceability of any other remaining provisions.<br><br>SECTION 16 - TERMINATION<br><br>The obligations and liabilities of the parties incurred prior to the termination date shall survive the termination of this agreement for all purposes.<br>These Terms of Service are effective unless and until terminated by either you or us. You may terminate these Terms of Service at any time by notifying us that you no longer wish to use our Services, or when you cease using our site.<br>If in our sole judgment you fail, or we suspect that you have failed, to comply with any term or provision of these Terms of Service, we also may terminate this agreement at any time without notice and you will remain liable for all amounts due up to and including the date of termination; and/or accordingly may deny you access to our Services (or any part thereof).<br><br>SECTION 17 - ENTIRE AGREEMENT<br><br>The failure of us to exercise or enforce any right or provision of these Terms of Service shall not constitute a waiver of such right or provision.<br>These Terms of Service and any policies or operating rules posted by us on this site or in respect to The Service constitutes the entire agreement and understanding between you and us and govern your use of the Service, superseding any prior or contemporaneous agreements, communications and proposals, whether oral or written, between you and us (including, but not limited to, any prior versions of the Terms of Service).<br>Any ambiguities in the interpretation of these Terms of Service shall not be construed against the drafting party.<br><br>SECTION 18 - GOVERNING LAW<br><br>These Terms of Service and any separate agreements whereby we provide you Services shall be governed by and construed in accordance with the laws of 825 South Kings Highway, Fort Pierce, FL 34945.<br><br>SECTION 19 - CHANGES TO TERMS OF SERVICE<br><br>You can review the most current version of the Terms of Service at any time at this page.<br>We reserve the right, at our sole discretion, to update, change or replace any part of these Terms of Service by posting updates and changes to our website. It is your responsibility to check our website periodically for changes. Your continued use of or access to our website or the Service following the posting of any changes to these Terms of Service constitutes acceptance of those changes.<br><br>SECTION 20 - CONTACT INFORMATION<br><br>Questions about the Terms of Service should be sent to us at <a href=\"mailto:admin@blackhawkcustom.com\" target=\"_blank\">admin@blackhawkcustom.com</a></p></div></div>\n</div>'),(1980,178,'tve_revision_tve_has_wistia_popover','0'),(1981,179,'tve_revision_tve_landing_page','tcb2-blank-page-styled'),(1982,179,'tve_revision_tve_disable_theme_dependency','1'),(1983,179,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1642b667be5\" style=\"z-index: 8;\" wfd-id=\"33\">\n<div class=\"tve-content-box-background\" wfd-id=\"47\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1642b6ef7e6\" style=\"z-index: 8;\" wfd-id=\"34\"><div class=\"thrv_wrapper thrv_widget_menu tve-custom-menu-upgrade tve-mobile-dropdown tve-menu-style-style_1\" data-tve-style=\"tve_horizontal\" data-tve-switch-icon=\"tablet,mobile\" data-css=\"tve-u-1642b26f466\" style=\"z-index: 8;\" wfd-id=\"41\">	<div class=\"thrive-shortcode-config\" style=\"display: none !important\" wfd-id=\"46\">__CONFIG_widget_menu__{\"menu_id\":\"4\",\"color\":\"tve_red\",\"dir\":\"tve_horizontal\",\"font_class\":\"\",\"font_size\":\"\",\"ul_attr\":\"\",\"link_attr\":\"\",\"top_link_attr\":\"\",\"trigger_attr\":\"\",\"primary\":\"\",\"head_css\":\"\",\"background_hover\":\"\",\"main_hover\":\"\",\"child_hover\":\"\",\"group_edit\":[{\"css_id\":\"\",\"class\":\"\"},{\"css_id\":\"\",\"class\":\"\"},{\"css_id\":\"\",\"class\":\"\"},{\"css_id\":\"\",\"class\":\"\"},{\"css_id\":null,\"class\":\"\"}],\"menu_style\":\"style_1\",\"dropdown_icon\":\"\",\"mobile_side\":\"\",\"mobile_icon\":\"\",\"switch_to_icon\":\"tablet,mobile\"}__CONFIG_widget_menu__</div>\n</div><div class=\"thrv_wrapper thrv_heading\" style=\"\" data-tag=\"h1\" data-css=\"tve-u-1642b32e2c2\" wfd-id=\"38\"><h1 data-css=\"tve-u-16035acf904\" style=\"text-align: center;\"><strong>Privacy</strong></h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" data-css=\"tve-u-1642b25c464\" wfd-id=\"35\"><p data-css=\"tve-u-1642b20c920\">Privacy Policy</p><p data-css=\"tve-u-1642b20c920\">What personal information do we collect from the people that visit our blog, website or app?<br>When ordering or registering on our site, as appropriate, you may be asked to enter your name, email address, mailing address, phone number, credit card information or other details to help you with your experience.</p><p data-css=\"tve-u-1642b20c920\">When do we collect information?</p><p data-css=\"tve-u-1642b20c920\">We collect information from you when you register on our site, place an order, subscribe to a newsletter, respond to a survey, fill out a form or enter information on our site.</p><p data-css=\"tve-u-1642b20c920\">How do we use your information?</p><p data-css=\"tve-u-1642b20c920\">We may use the information we collect from you when you register, make a purchase, sign up for our newsletter, respond to a survey or marketing communication, surf the website, or use certain other site features in the following ways:<br>â€¢ To personalize user\'s experience and to allow us to deliver the type of content and product offerings in which you are most interested.<br>â€¢ To improve our website in order to better serve you.<br>â€¢ To allow us to better service you in responding to your customer service requests.<br>â€¢ To administer a contest, promotion, survey or other site feature.<br>â€¢ To quickly process your transactions.<br>â€¢ To send periodic emails regarding your order or other products and services.</p><p data-css=\"tve-u-1642b20c920\">How do we protect visitor information?</p><p data-css=\"tve-u-1642b20c920\">Our website is scanned on a regular basis for security holes and known vulnerabilities in order to make your visit to our site as safe as possible.<br>We use regular Malware Scanning.</p><p data-css=\"tve-u-1642b20c920\">Your personal information is contained behind secured networks and is only accessible by a limited number of persons who have special access rights to such systems, and are required to keep the information confidential. In addition, all sensitive/credit information you supply is encrypted via Secure Socket Layer (SSL) technology.</p><p data-css=\"tve-u-1642b20c920\">We implement a variety of security measures when a user places an order, enters, submits, or accesses their information to maintain the safety of your personal information.</p><p data-css=\"tve-u-1642b20c920\">All transactions are processed through a gateway provider and are not stored or processed on our servers.</p><p data-css=\"tve-u-1642b20c920\">Do we use \'cookies\'?</p><p data-css=\"tve-u-1642b20c920\">Yes. Cookies are small files that a site or its service provider transfers to your computer\'s hard drive through your Web browser (if you allow) that enable the site\'s or service provider\'s systems to recognize your browser and capture and remember certain information. For instance, we use cookies to help us remember and process the items in your shopping cart. They are also used to help us understand your preferences based on previous or current site activity, which enables us to provide you with improved services. We also use cookies to help us compile aggregate data about site traffic and site interaction so that we can offer better site experiences and tools in the future.</p><p data-css=\"tve-u-1642b20c920\">We use cookies to:</p><p data-css=\"tve-u-1642b20c920\">â€¢ Help remember and process the items in the shopping cart.<br>â€¢ Understand and save user\'s preferences for future visits.<br>You can choose to have your computer warn you each time a cookie is being sent, or you can choose to turn off all cookies. You do this through your browser (like Internet Explorer) settings. Each browser is a little different, so look at your browser\'s Help menu to learn the correct way to modify your cookies.<br>If users disable cookies in their browser:<br>If you turn off cookies, some features will be disabled. However, you can still place orders for<br>saved items in your shopping cart over the telephone by contacting customer service.</p><p data-css=\"tve-u-1642b20c920\">Third Party Disclosure</p><p data-css=\"tve-u-1642b20c920\">We do not sell, trade, or otherwise transfer to outside parties your personally identifiable information.</p><p data-css=\"tve-u-1642b20c920\">Third party links</p><p data-css=\"tve-u-1642b20c920\">Occasionally, at our discretion, we may include or offer third party products or services on our website. These third party sites have separate and independent privacy policies. We therefore have no responsibility or liability for the content and activities of these linked sites. Nonetheless, we seek to protect the integrity of our site and welcome any feedback about these sites.</p><p data-css=\"tve-u-1642b20c920\">Google</p><p data-css=\"tve-u-1642b20c920\">Google\'s advertising requirements can be summed up by Google\'s Advertising Principles. They are put in place to provide a positive experience for users. https://support.google.com/adwordspolicy/answer/1316548?hl=en<br>Opting out:<br>Users can set preferences for how Google advertises to you using the Google Ad Settings page. Alternatively, you can opt out by visiting the Network Advertising initiative opt out page or permanently using the Google Analytics Opt Out Browser add on.<br>California Online Privacy Protection Act<br>CalOPPA is the first state law in the nation to require commercial websites and online services to post a privacy policy. The law\'s reach stretches well beyond California to require a person or company in the United States (and conceivably the world) that operates websites collecting personally identifiable information from California consumers to post a conspicuous privacy policy on its website stating exactly the information being collected and those individuals with whom it is being shared, and to comply with this policy.<br>See more at: http://consumercal.org/california-online-privacy-protection-act-caloppa/#sthash.0FdRbT51.dpuf<br>According to CalOPPA we agree to the following:<br>Users can visit our site anonymously<br>Once this privacy policy is created, we will add a link to it on our home page, or as a minimum on the first significant page after entering our website.<br>Our Privacy Policy link includes the word \'Privacy\', and can be easily be found on the page specified above.<br>Users will be notified of any privacy policy changes:<br>â€¢ On our Privacy Policy Page<br>Users are able to change their personal information:<br>â€¢ By emailing us<br>â€¢ By calling us</p><p data-css=\"tve-u-1642b20c920\">How does our site handle do not track signals?</p><p data-css=\"tve-u-1642b20c920\">We honor do not track signals and do not track, plant cookies, or use advertising when a Do Not Track (DNT) browser mechanism is in place.</p><p data-css=\"tve-u-1642b20c920\">Does our site allow third party behavioral tracking?</p><p data-css=\"tve-u-1642b20c920\">It\'s also important to note that we do not allow third party behavioral tracking<br>COPPA (Children Online Privacy Protection Act)<br>When it comes to the collection of personal information from children under 13, the Children\'s Online Privacy Protection Act (COPPA) puts parents in control. The Federal Trade Commission, the nation\'s consumer protection agency, enforces the COPPA Rule, which spells out what operators of websites and online services must do to protect children\'s privacy and safety online.</p><p data-css=\"tve-u-1642b20c920\">We do not specifically market to children under 13.</p><p data-css=\"tve-u-1642b20c920\">Fair Information Practices</p><p data-css=\"tve-u-1642b20c920\">The Fair Information Practices Principles form the backbone of privacy law in the United States and the concepts they include have played a significant role in the development of data protection laws around the globe. Understanding the Fair Information Practice Principles and how they should be implemented is critical to comply with the various privacy laws that protect personal information.<br>In order to be in line with Fair Information Practices we will take the following responsive action, should a data breach occur:<br>â€¢ Within 7 business days<br>We will notify the users via in site notification<br>â€¢ Within 7 business days<br>We also agree to the individual redress principle, which requires that individuals have a right to pursue legally enforceable rights against data collectors and processors who fail to adhere to the law. This principle requires not only that individuals have enforceable rights against data users, but also that individuals have recourse to courts or a government agency to investigate and/or prosecute non-compliance by data processors.<br>CAN SPAM Act<br>The CAN-SPAM Act is a law that sets the rules for commercial email, establishes requirements for commercial messages, gives recipients the right to have emails stopped from being sent to them, and spells out tough penalties for violations.</p><p data-css=\"tve-u-1642b20c920\">We collect your email address in order to:</p><p data-css=\"tve-u-1642b20c920\">â€¢ Send information, respond to inquiries, and/or other requests or questions.<br>â€¢ Process orders and to send information and updates pertaining to orders<br>â€¢ Market to our mailing list or continue to send emails to our clients after the original transaction has occurred<br>To be in accordance with CANSPAM we agree to the following:<br>â€¢ NOT use false, or misleading subjects or email addresses<br>â€¢ Identify the message as an advertisement in some reasonable way<br>â€¢ Include the physical address of our business or site headquarters<br>â€¢ Monitor third party email marketing services for compliance, if one is used.<br>â€¢ Honor opt-out/unsubscribe requests quickly<br>â€¢ Allow users to unsubscribe by using the link at the bottom of each email<br>If at any time you would like to unsubscribe from receiving future emails, you can email us at<br>â€¢ Follow the instructions at the bottom of each email. and we will promptly remove you from ALL correspondence.</p><p data-css=\"tve-u-1642b20c920\">Contacting Us</p><p data-css=\"tve-u-1642b20c920\">If there are any questions regarding this privacy policy you may contact us using the information below.<br>Blackhawk Custom, LLC.<br>825 South Kings Highway<br>Fort Pierce, FL 34945<br>United States<br>https://www.blackhawkcustom.com<br>Conditions of use:</p><p data-css=\"tve-u-1642b20c920\">By using this website, you agree to all of our terms and conditions of the sale<br>All sales are final (See our refund policy)</p></div></div>\n</div>'),(1968,178,'tve_revision_tve_content_more_found',''),(1969,178,'tve_revision_tve_save_post',''),(1970,178,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Montserrat:400,700&subset=latin\");@media (min-width: 300px){#tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] p, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] li, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] blockquote, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] address, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] .tcb-plain-text, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] h1, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] h2, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] h3, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] h4, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] h5, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] h6 { color: rgb(255, 255, 255); }[data-css=\"tve-u-1642b26f466\"] #menu-item-153.menu-item { margin-right: 0px; }[data-css=\"tve-u-1642b26f466\"] #menu-item-104.menu-item { margin-right: 0px; }[data-css=\"tve-u-1642b26f466\"] #menu-item-103.menu-item { margin-right: 0px; }[data-css=\"tve-u-1642b26f466\"] #menu-item-102.menu-item { margin-right: 0px; }[data-css=\"tve-u-1642b26f466\"] #menu-item-109.menu-item { margin-right: 0px; }[data-css=\"tve-u-1642b667be5\"] { max-width: 1200px; float: none; width: 100%; padding: 5px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1642b26f466\"] #menu-item-153 { float: none; padding: 0px 28px !important; margin-left: auto !important; margin-right: auto !important; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-153:hover > a { fill: rgb(179, 144, 57) !important; color: rgb(179, 144, 57) !important; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-153 > a { fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; font-size: 16px !important; }[data-css=\"tve-u-1642b26f466\"] #menu-item-104 { text-align: center; float: none; padding: 0px 28px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1642b26f466\"] #menu-item-103 { text-align: center; float: none; padding: 0px 28px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1642b26f466\"] #menu-item-102 { text-align: center; float: none; padding: 0px 28px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1642b26f466\"] #menu-item-109 { text-align: center; float: none; padding: 0px 28px !important; margin-left: auto !important; margin-right: auto !important; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-104:hover > a { fill: rgb(179, 144, 57) !important; color: rgb(179, 144, 57) !important; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-103:hover > a { fill: rgb(179, 144, 57) !important; color: rgb(179, 144, 57) !important; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-102:hover > a { fill: rgb(179, 144, 57) !important; color: rgb(179, 144, 57) !important; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-109:hover > a { fill: rgb(179, 144, 57) !important; color: rgb(179, 144, 57) !important; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-104 > a { fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-103 > a { fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-102 > a { fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-109 > a { fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; font-size: 16px !important; }[data-css=\"tve-u-1642b26f466\"] .tve_w_menu { background-image: none !important; background-color: rgb(0, 0, 0) !important; }[data-css=\"tve-u-1642b32e2c2\"] { float: none; z-index: 3; position: relative; width: 100%; margin-left: auto !important; margin-right: auto !important; }#tcb_landing_page a.tve_state_hover:not(.tcb-button-link) { color: rgb(179, 144, 57); }[data-css=\"tve-u-1642b26f466\"] { float: none; width: 100%; z-index: 3; position: relative; margin: 0px auto 20px !important; padding-bottom: 2px !important; }[data-css=\"tve-u-1642b25c464\"] { padding: 5px !important; background-image: none !important; }[data-css=\"tve-u-1642b20c920\"] strong { font-weight: 700 !important; }#tve_editor [data-css=\"tve-u-1642b20c920\"] { font-size: 16px !important; font-family: Montserrat !important; font-weight: 400 !important; }[data-css=\"tve-u-16035acf904\"] strong { font-weight: 700 !important; }#tve_editor [data-css=\"tve-u-16035acf904\"] { font-size: 24px !important; font-family: Montserrat !important; font-weight: 400 !important; text-transform: capitalize !important; }.tcb-plain-text strong { font-weight: 700; }.tcb-plain-text { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page a strong { font-weight: 700; }#tcb_landing_page h6 strong { font-weight: 700; }#tcb_landing_page h5 strong { font-weight: 700; }#tcb_landing_page h4 strong { font-weight: 700; }#tcb_landing_page h6 { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); font-size: 20px; }#tcb_landing_page h5 { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); font-size: 24px; }#tcb_landing_page h4 { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); font-size: 30px; }#tcb_landing_page a:not(.tcb-button-link) { color: rgb(255, 255, 255); text-decoration: underline; }#tcb_landing_page h3 strong { font-weight: 700; }#tcb_landing_page h3 { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); font-size: 38px; line-height: 1.3em; }#tcb_landing_page h2 strong { font-weight: 700; }#tcb_landing_page h2 { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); font-size: 45px; line-height: 1.3em; }#tcb_landing_page h1 strong { font-weight: 700; }#tcb_landing_page h1 { font-family: Montserrat; font-weight: 400; font-size: 50px; line-height: 1.3em; color: rgb(255, 255, 255); }#tcb_landing_page p strong, #tcb_landing_page li strong { font-weight: 700; }#tcb_landing_page p, #tcb_landing_page li { font-family: Montserrat; font-weight: 400; font-size: 17px; line-height: 1.6em; color: rgb(255, 255, 255); }[data-css=\"tve-u-15e09c94f7d\"] { background-color: rgb(0, 0, 0) !important; }#tcb_landing_page a:hover:not(.tcb-button-link) { text-decoration: none; color: rgb(179, 144, 57); }#tcb_landing_page .tve-state-hovera:not(.tcb-button-link) { text-decoration: none; }#tcb_landing_page a.tve-state-hover:not(.tcb-button-link) { text-decoration: none; }[data-css=\"tve-u-1642b6ef7e6\"]::after { clear: both; }}@media (max-width: 1023px){#tcb_landing_page a:not(.tcb-button-link) { color: rgb(0, 0, 0); }.tcb-plain-text { color: rgb(0, 0, 0); }#tcb_landing_page p, #tcb_landing_page li { color: rgb(0, 0, 0); }#tcb_landing_page h6 { color: rgb(0, 0, 0); }#tcb_landing_page h5 { color: rgb(0, 0, 0); }#tcb_landing_page h4 { color: rgb(0, 0, 0); }#tcb_landing_page h3 { color: rgb(0, 0, 0); }#tcb_landing_page h2 { color: rgb(0, 0, 0); }#tcb_landing_page h1 { color: rgb(0, 0, 0); }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-153 > a { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-104 > a { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-103 > a { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-102 > a { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-109 > a { font-size: 16px !important; }[data-css=\"tve-u-1642b26f466\"] #menu-item-153 { float: none; padding-left: 0px !important; padding-right: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1642b26f466\"] #menu-item-104 { float: none; padding-left: 0px !important; padding-right: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1642b26f466\"] #menu-item-103 { float: none; padding-left: 0px !important; padding-right: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1642b26f466\"] #menu-item-102 { float: none; padding-left: 0px !important; padding-right: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1642b26f466\"] #menu-item-109 { float: none; padding-left: 0px !important; padding-right: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1642b26f466\"] { max-width: 1200px; float: none; width: 100%; z-index: 3; position: relative; margin: 0px auto !important; padding: 5px !important; }}@media (max-width: 767px){#tve_editor [data-css=\"tve-u-16035acf904\"] { font-size: 36px !important; }}'),(1971,178,'tve_revision_tve_user_custom_css',''),(1972,178,'tve_revision_tve_page_events','a:0:{}'),(1973,178,'tve_revision_tve_globals','a:2:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";s:8:\"font_cls\";a:0:{}}'),(1974,178,'tve_revision_tve_global_scripts',''),(1975,178,'tve_revision_thrive_icon_pack','0'),(1976,178,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(1977,178,'tve_revision_tve_has_masonry','0'),(1978,178,'tve_revision_tve_has_typefocus','0'),(1979,178,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1642b667be5\" style=\"z-index: 8;\" wfd-id=\"38\">\n<div class=\"tve-content-box-background\" wfd-id=\"65\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1642b6ef7e6\" style=\"z-index: 8;\" wfd-id=\"39\"><div class=\"thrv_wrapper thrv_widget_menu tve-custom-menu-upgrade tve-mobile-dropdown tve-menu-style-style_1\" data-tve-style=\"tve_horizontal\" data-tve-switch-icon=\"tablet,mobile\" data-css=\"tve-u-1642b26f466\" style=\"z-index: 8;\" wfd-id=\"46\">	<div class=\"thrive-shortcode-config\" style=\"display: none !important\" wfd-id=\"64\">__CONFIG_widget_menu__{\"menu_id\":\"4\",\"color\":\"tve_red\",\"dir\":\"tve_horizontal\",\"font_class\":\"\",\"font_size\":\"\",\"ul_attr\":\"\",\"link_attr\":\"\",\"top_link_attr\":\"\",\"trigger_attr\":\"\",\"primary\":\"\",\"head_css\":\"\",\"background_hover\":\"\",\"main_hover\":\"\",\"child_hover\":\"\",\"group_edit\":[{\"css_id\":\"\",\"class\":\"\"},{\"css_id\":\"\",\"class\":\"\"},{\"css_id\":\"\",\"class\":\"\"},{\"css_id\":\"\",\"class\":\"\"},{\"css_id\":null,\"class\":\"\"}],\"menu_style\":\"style_1\",\"dropdown_icon\":\"\",\"mobile_side\":\"\",\"mobile_icon\":\"\",\"switch_to_icon\":\"tablet,mobile\"}__CONFIG_widget_menu__</div>\n</div><div class=\"thrv_wrapper thrv_heading\" style=\"\" data-tag=\"h1\" data-css=\"tve-u-1642b32e2c2\" wfd-id=\"43\"><h1 data-css=\"tve-u-16035acf904\" style=\"text-align: center;\"><strong>Privacy</strong></h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" data-css=\"tve-u-1642b25c464\" wfd-id=\"40\"><p data-css=\"tve-u-1642b20c920\">Privacy Policy</p><p data-css=\"tve-u-1642b20c920\">What personal information do we collect from the people that visit our blog, website or app?<br>When ordering or registering on our site, as appropriate, you may be asked to enter your name, email address, mailing address, phone number, credit card information or other details to help you with your experience.</p><p data-css=\"tve-u-1642b20c920\">When do we collect information?</p><p data-css=\"tve-u-1642b20c920\">We collect information from you when you register on our site, place an order, subscribe to a newsletter, respond to a survey, fill out a form or enter information on our site.</p><p data-css=\"tve-u-1642b20c920\">How do we use your information?</p><p data-css=\"tve-u-1642b20c920\">We may use the information we collect from you when you register, make a purchase, sign up for our newsletter, respond to a survey or marketing communication, surf the website, or use certain other site features in the following ways:<br>â€¢ To personalize user\'s experience and to allow us to deliver the type of content and product offerings in which you are most interested.<br>â€¢ To improve our website in order to better serve you.<br>â€¢ To allow us to better service you in responding to your customer service requests.<br>â€¢ To administer a contest, promotion, survey or other site feature.<br>â€¢ To quickly process your transactions.<br>â€¢ To send periodic emails regarding your order or other products and services.</p><p data-css=\"tve-u-1642b20c920\">How do we protect visitor information?</p><p data-css=\"tve-u-1642b20c920\">Our website is scanned on a regular basis for security holes and known vulnerabilities in order to make your visit to our site as safe as possible.<br>We use regular Malware Scanning.</p><p data-css=\"tve-u-1642b20c920\">Your personal information is contained behind secured networks and is only accessible by a limited number of persons who have special access rights to such systems, and are required to keep the information confidential. In addition, all sensitive/credit information you supply is encrypted via Secure Socket Layer (SSL) technology.</p><p data-css=\"tve-u-1642b20c920\">We implement a variety of security measures when a user places an order, enters, submits, or accesses their information to maintain the safety of your personal information.</p><p data-css=\"tve-u-1642b20c920\">All transactions are processed through a gateway provider and are not stored or processed on our servers.</p><p data-css=\"tve-u-1642b20c920\">Do we use \'cookies\'?</p><p data-css=\"tve-u-1642b20c920\">Yes. Cookies are small files that a site or its service provider transfers to your computer\'s hard drive through your Web browser (if you allow) that enable the site\'s or service provider\'s systems to recognize your browser and capture and remember certain information. For instance, we use cookies to help us remember and process the items in your shopping cart. They are also used to help us understand your preferences based on previous or current site activity, which enables us to provide you with improved services. We also use cookies to help us compile aggregate data about site traffic and site interaction so that we can offer better site experiences and tools in the future.</p><p data-css=\"tve-u-1642b20c920\">We use cookies to:</p><p data-css=\"tve-u-1642b20c920\">â€¢ Help remember and process the items in the shopping cart.<br>â€¢ Understand and save user\'s preferences for future visits.<br>You can choose to have your computer warn you each time a cookie is being sent, or you can choose to turn off all cookies. You do this through your browser (like Internet Explorer) settings. Each browser is a little different, so look at your browser\'s Help menu to learn the correct way to modify your cookies.<br>If users disable cookies in their browser:<br>If you turn off cookies, some features will be disabled. However, you can still place orders for<br>saved items in your shopping cart over the telephone by contacting customer service.</p><p data-css=\"tve-u-1642b20c920\">Third Party Disclosure</p><p data-css=\"tve-u-1642b20c920\">We do not sell, trade, or otherwise transfer to outside parties your personally identifiable information.</p><p data-css=\"tve-u-1642b20c920\">Third party links</p><p data-css=\"tve-u-1642b20c920\">Occasionally, at our discretion, we may include or offer third party products or services on our website. These third party sites have separate and independent privacy policies. We therefore have no responsibility or liability for the content and activities of these linked sites. Nonetheless, we seek to protect the integrity of our site and welcome any feedback about these sites.</p><p data-css=\"tve-u-1642b20c920\">Google</p><p data-css=\"tve-u-1642b20c920\">Google\'s advertising requirements can be summed up by Google\'s Advertising Principles. They are put in place to provide a positive experience for users. https://support.google.com/adwordspolicy/answer/1316548?hl=en<br>Opting out:<br>Users can set preferences for how Google advertises to you using the Google Ad Settings page. Alternatively, you can opt out by visiting the Network Advertising initiative opt out page or permanently using the Google Analytics Opt Out Browser add on.<br>California Online Privacy Protection Act<br>CalOPPA is the first state law in the nation to require commercial websites and online services to post a privacy policy. The law\'s reach stretches well beyond California to require a person or company in the United States (and conceivably the world) that operates websites collecting personally identifiable information from California consumers to post a conspicuous privacy policy on its website stating exactly the information being collected and those individuals with whom it is being shared, and to comply with this policy.<br>See more at: http://consumercal.org/california-online-privacy-protection-act-caloppa/#sthash.0FdRbT51.dpuf<br>According to CalOPPA we agree to the following:<br>Users can visit our site anonymously<br>Once this privacy policy is created, we will add a link to it on our home page, or as a minimum on the first significant page after entering our website.<br>Our Privacy Policy link includes the word \'Privacy\', and can be easily be found on the page specified above.<br>Users will be notified of any privacy policy changes:<br>â€¢ On our Privacy Policy Page<br>Users are able to change their personal information:<br>â€¢ By emailing us<br>â€¢ By calling us</p><p data-css=\"tve-u-1642b20c920\">How does our site handle do not track signals?</p><p data-css=\"tve-u-1642b20c920\">We honor do not track signals and do not track, plant cookies, or use advertising when a Do Not Track (DNT) browser mechanism is in place.</p><p data-css=\"tve-u-1642b20c920\">Does our site allow third party behavioral tracking?</p><p data-css=\"tve-u-1642b20c920\">It\'s also important to note that we do not allow third party behavioral tracking<br>COPPA (Children Online Privacy Protection Act)<br>When it comes to the collection of personal information from children under 13, the Children\'s Online Privacy Protection Act (COPPA) puts parents in control. The Federal Trade Commission, the nation\'s consumer protection agency, enforces the COPPA Rule, which spells out what operators of websites and online services must do to protect children\'s privacy and safety online.</p><p data-css=\"tve-u-1642b20c920\">We do not specifically market to children under 13.</p><p data-css=\"tve-u-1642b20c920\">Fair Information Practices</p><p data-css=\"tve-u-1642b20c920\">The Fair Information Practices Principles form the backbone of privacy law in the United States and the concepts they include have played a significant role in the development of data protection laws around the globe. Understanding the Fair Information Practice Principles and how they should be implemented is critical to comply with the various privacy laws that protect personal information.<br>In order to be in line with Fair Information Practices we will take the following responsive action, should a data breach occur:<br>â€¢ Within 7 business days<br>We will notify the users via in site notification<br>â€¢ Within 7 business days<br>We also agree to the individual redress principle, which requires that individuals have a right to pursue legally enforceable rights against data collectors and processors who fail to adhere to the law. This principle requires not only that individuals have enforceable rights against data users, but also that individuals have recourse to courts or a government agency to investigate and/or prosecute non-compliance by data processors.<br>CAN SPAM Act<br>The CAN-SPAM Act is a law that sets the rules for commercial email, establishes requirements for commercial messages, gives recipients the right to have emails stopped from being sent to them, and spells out tough penalties for violations.</p><p data-css=\"tve-u-1642b20c920\">We collect your email address in order to:</p><p data-css=\"tve-u-1642b20c920\">â€¢ Send information, respond to inquiries, and/or other requests or questions.<br>â€¢ Process orders and to send information and updates pertaining to orders<br>â€¢ Market to our mailing list or continue to send emails to our clients after the original transaction has occurred<br>To be in accordance with CANSPAM we agree to the following:<br>â€¢ NOT use false, or misleading subjects or email addresses<br>â€¢ Identify the message as an advertisement in some reasonable way<br>â€¢ Include the physical address of our business or site headquarters<br>â€¢ Monitor third party email marketing services for compliance, if one is used.<br>â€¢ Honor opt-out/unsubscribe requests quickly<br>â€¢ Allow users to unsubscribe by using the link at the bottom of each email<br>If at any time you would like to unsubscribe from receiving future emails, you can email us at<br>â€¢ Follow the instructions at the bottom of each email. and we will promptly remove you from ALL correspondence.</p><p data-css=\"tve-u-1642b20c920\">Contacting Us</p><p data-css=\"tve-u-1642b20c920\">If there are any questions regarding this privacy policy you may contact us using the information below.<br>Blackhawk Custom, LLC.<br>825 South Kings Highway<br>Fort Pierce, FL 34945<br>United States<br>https://www.blackhawkcustom.com<br>Conditions of use:</p><p data-css=\"tve-u-1642b20c920\">By using this website, you agree to all of our terms and conditions of the sale<br>All sales are final (See our refund policy)</p></div></div>\n</div>'),(808,86,'tve_lp_lightbox','tcb2-flat-2-0-homepage'),(809,86,'tve_disable_theme_dependency',''),(810,86,'tve_user_custom_css',''),(811,86,'tve_globals','a:3:{s:1:\"e\";s:1:\"1\";s:11:\"content_css\";s:17:\"tve-u-15efc939786\";s:9:\"close_css\";s:17:\"tve-u-15efc938bff\";}'),(812,86,'tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Hind:400,500&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-1638fe8c071\"] { color: rgb(181, 181, 181) !important; }[data-css=\"tve-u-1638fe85dc0\"] { margin-top: 14px !important; }[data-css=\"tve-u-15efc9f3e9b\"] { margin-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-15efc98dee7\"]:hover input { border: 1px solid rgb(183, 183, 183); }#tve_editor [data-css=\"tve-u-15efc98dee4\"]:hover input { border: 1px solid rgb(183, 183, 183); }#tve_editor [data-css=\"tve-u-15efc9acde0\"]:hover button { background-color: rgb(242, 127, 59) !important; }#tve_editor [data-css=\"tve-u-15efc98dee7\"] input, #tve_editor [data-css=\"tve-u-15efc98dee7\"] input::placeholder { color: rgb(140, 140, 140) !important; }#tve_editor [data-css=\"tve-u-15efc98dee4\"] input, #tve_editor [data-css=\"tve-u-15efc98dee4\"] input::placeholder { color: rgb(140, 140, 140) !important; }#tve_editor [data-css=\"tve-u-15efc9acde0\"] button { font-family: Hind; font-size: 30px; border-radius: 6px; overflow: hidden; box-shadow: rgb(215, 99, 30) 0px 3px 0px; font-weight: bold !important; margin-top: 0px !important; background-color: rgb(242, 111, 33) !important; padding: 16px !important; }#tve_editor [data-css=\"tve-u-15efc98dee7\"] input { font-family: Hind; font-weight: 400; font-size: 22px; border: 1px solid rgb(219, 219, 219); border-radius: 6px; overflow: hidden; margin-top: 0px !important; padding: 22px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; margin-bottom: 16px !important; }#tve_editor [data-css=\"tve-u-15efc98dee4\"] input { font-family: Hind; font-weight: 400; font-size: 22px; border: 1px solid rgb(219, 219, 219); border-radius: 6px; overflow: hidden; margin-top: 0px !important; padding: 22px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; margin-bottom: 16px !important; }[data-css=\"tve-u-15efc97afe7\"] { border-bottom: 1px solid rgba(51, 51, 51, 0.14) !important; }[data-css=\"tve-u-15efc974c40\"] h3 { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-15efc974c40\"] h2 { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-15efc974c40\"] h1 { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-15efc974c40\"] p { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-15efc9650c9\"] { line-height: 1.1em !important; }[data-css=\"tve-u-15efc9650c9\"] strong { font-weight: 500; }#tve_editor [data-css=\"tve-u-15efc9650c9\"] { font-weight: 400; font-family: Hind !important; color: rgb(25, 24, 24) !important; font-size: 46px !important; }[data-css=\"tve-u-15efc94ec50\"]::after { clear: both; }[data-css=\"tve-u-15efc94d2ef\"] { font-size: 28px; float: right; z-index: 3; position: relative; width: 28px; height: 28px; margin: 10px 10px 0px 0px !important; }[data-css=\"tve-u-15efc948206\"] { min-height: 50px; }[data-css=\"tve-u-15efc9453a2\"] { background-color: rgb(245, 215, 110) !important; }[data-css=\"tve-u-15efc93e870\"] { margin: 0px !important; }[data-css=\"tve-u-15efc939786\"] { overflow: hidden; max-width: 660px !important; border-radius: 0px !important; padding: 0px !important; }[data-css=\"tve-u-15efc938bff\"] { display: none !important; }[data-css=\"tve-u-15efc96e19d\"] { margin: 0px !important; padding: 34px !important; }[data-css=\"tve-u-15efc9858be\"] { line-height: 1.3em !important; }[data-css=\"tve-u-15efc9858be\"] strong { font-weight: 500; }#tve_editor [data-css=\"tve-u-15efc9858be\"] { font-weight: 400; font-family: Hind !important; color: rgb(25, 24, 24) !important; font-size: 24px !important; }[data-css=\"tve-u-15efc9f6ef2\"] { margin: 0px !important; padding: 34px !important; }[data-css=\"tve-u-1638fe6ca94\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1638fe6ca94\"] strong { font-weight: 500; }#tve_editor [data-css=\"tve-u-1638fe6ca94\"] { font-weight: 400; font-family: Hind !important; color: rgb(194, 194, 194) !important; font-size: 13px !important; }}@media (max-width: 767px){#tve_editor [data-css=\"tve-u-15efc98dee7\"] input { padding: 16px !important; }#tve_editor [data-css=\"tve-u-15efc98dee4\"] input { padding: 16px !important; }#tve_editor [data-css=\"tve-u-15efc9858be\"] { font-size: 21px !important; }[data-css=\"tve-u-15efc96e19d\"] { padding: 10px !important; }#tve_editor [data-css=\"tve-u-15efc9650c9\"] { font-size: 30px !important; }[data-css=\"tve-u-15efc9f6ef2\"] { padding: 10px !important; }#tve_editor [data-css=\"tve-u-1638fe6ca94\"] { font-size: 12px !important; }}'),(813,86,'tve_updated_post','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-15efc93e870\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15efc9453a2\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15efc948206\"><div class=\"tcb-clear\" data-css=\"tve-u-15efc94ec50\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display tve_evt_manager_listen tve_et_click tve_ea_close_lightbox\" data-css=\"tve-u-15efc94d2ef\" data-tcb-events=\"__TCB_EVENT_[{&quot;config&quot;:{},&quot;a&quot;:&quot;close_lightbox&quot;,&quot;t&quot;:&quot;click&quot;}]_TNEVE_BCT__\"><svg class=\"tcb-icon\" viewBox=\"0 0 30 32\" data-name=\"close\">\n<path d=\"M0.655 2.801l1.257-1.257 27.655 27.655-1.257 1.257-27.655-27.655z\"></path>\n<path d=\"M28.31 1.543l1.257 1.257-27.655 27.655-1.257-1.257 27.655-27.655z\"></path>\n</svg></div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-15efc9f6ef2\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15efc97afe7\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15efc974c40\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone on_hover\" style=\"\"><p data-css=\"tve-u-15efc9650c9\" style=\"text-align: center;\"><strong>Start Getting More Done, Effortlessly</strong></p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-15efc96e19d\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15efc974c40\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\"><p data-css=\"tve-u-15efc9858be\" style=\"text-align: center;\"><strong>Sign up to get started now:</strong></p></div><div class=\"thrv_wrapper thrv_lead_generation\" data-connection=\"api\" style=\"\" data-css=\"tve-u-15efc9f3e9b\"><input type=\"hidden\" class=\"tve-lg-err-msg\" value=\"{&quot;email&quot;:&quot;Email address invalid&quot;,&quot;phone&quot;:&quot;Phone number invalid&quot;,&quot;password&quot;:&quot;Password invalid&quot;,&quot;passwordmismatch&quot;:&quot;Password mismatch error&quot;,&quot;required&quot;:&quot;Required field missing&quot;}\">\n<div class=\"thrv_lead_generation_container tve_clearfix\">\n<form action=\"#\" method=\"post\" novalidate=\"novalidate\">\n<div class=\"tve_lead_generated_inputs_container tve_clearfix tve_empty_dropzone\">\n<div class=\"tve_lg_input_container tve_lg_input\" data-css=\"tve-u-15efc98dee4\" data-tcb_hover_state_parent=\"\">\n<input type=\"text\" data-field=\"name\" name=\"name\" placeholder=\"Name\" data-placeholder=\"Name\" style=\"\">\n</div>\n<div class=\"tve_lg_input_container tve_lg_input\" data-css=\"tve-u-15efc98dee7\" data-tcb_hover_state_parent=\"\">\n<input type=\"email\" data-field=\"email\" data-required=\"1\" data-validation=\"email\" name=\"email\" placeholder=\"Email\" data-placeholder=\"Email\" style=\"\">\n</div>\n<div class=\"tve_lg_input_container tve_submit_container tve_lg_submit\" data-css=\"tve-u-15efc9acde0\" data-tcb_hover_state_parent=\"\">\n<button type=\"submit\" class=\"tve-froala\" style=\"\">GET ACCESS NOW</button>\n</div>\n</div>\n</form>\n</div>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" data-css=\"tve-u-1638fe85dc0\"><p data-css=\"tve-u-1638fe6ca94\" style=\"text-align: center;\">By signing up you agree to our terms &amp; conditions. You will receive email messages from us and you can unsubscribe any time. <span style=\"color: rgb(181, 181, 181);\" data-css=\"tve-u-1638fe8c071\"><a href=\"#\" target=\"_blank\"><u>Privacy policy</u></a><u>.</u></span></p></div></div>\n</div>'),(1964,177,'tve_revision_tve_has_wistia_popover','0'),(1965,178,'tve_revision_tve_landing_page','tcb2-blank-page-styled'),(1966,178,'tve_revision_tve_disable_theme_dependency','1'),(1967,178,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1642b667be5\" style=\"z-index: 8;\" wfd-id=\"38\">\n<div class=\"tve-content-box-background\" wfd-id=\"65\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1642b6ef7e6\" style=\"z-index: 8;\" wfd-id=\"39\"><div class=\"thrv_wrapper thrv_widget_menu tve-custom-menu-upgrade tve-mobile-dropdown tve-menu-style-style_1\" data-tve-style=\"tve_horizontal\" data-tve-switch-icon=\"tablet,mobile\" data-css=\"tve-u-1642b26f466\" style=\"z-index: 8;\" wfd-id=\"46\">	<div class=\"thrive-shortcode-config\" style=\"display: none !important\" wfd-id=\"64\">__CONFIG_widget_menu__{\"menu_id\":\"4\",\"color\":\"tve_red\",\"dir\":\"tve_horizontal\",\"font_class\":\"\",\"font_size\":\"\",\"ul_attr\":\"\",\"link_attr\":\"\",\"top_link_attr\":\"\",\"trigger_attr\":\"\",\"primary\":\"\",\"head_css\":\"\",\"background_hover\":\"\",\"main_hover\":\"\",\"child_hover\":\"\",\"group_edit\":[{\"css_id\":\"\",\"class\":\"\"},{\"css_id\":\"\",\"class\":\"\"},{\"css_id\":\"\",\"class\":\"\"},{\"css_id\":\"\",\"class\":\"\"},{\"css_id\":null,\"class\":\"\"}],\"menu_style\":\"style_1\",\"dropdown_icon\":\"\",\"mobile_side\":\"\",\"mobile_icon\":\"\",\"switch_to_icon\":\"tablet,mobile\"}__CONFIG_widget_menu__</div>\n</div><div class=\"thrv_wrapper thrv_heading\" style=\"\" data-tag=\"h1\" data-css=\"tve-u-1642b32e2c2\" wfd-id=\"43\"><h1 data-css=\"tve-u-16035acf904\" style=\"text-align: center;\"><strong>Privacy</strong></h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" data-css=\"tve-u-1642b25c464\" wfd-id=\"40\"><p data-css=\"tve-u-1642b20c920\">Privacy Policy</p><p data-css=\"tve-u-1642b20c920\">What personal information do we collect from the people that visit our blog, website or app?<br>When ordering or registering on our site, as appropriate, you may be asked to enter your name, email address, mailing address, phone number, credit card information or other details to help you with your experience.</p><p data-css=\"tve-u-1642b20c920\">When do we collect information?</p><p data-css=\"tve-u-1642b20c920\">We collect information from you when you register on our site, place an order, subscribe to a newsletter, respond to a survey, fill out a form or enter information on our site.</p><p data-css=\"tve-u-1642b20c920\">How do we use your information?</p><p data-css=\"tve-u-1642b20c920\">We may use the information we collect from you when you register, make a purchase, sign up for our newsletter, respond to a survey or marketing communication, surf the website, or use certain other site features in the following ways:<br>â€¢ To personalize user\'s experience and to allow us to deliver the type of content and product offerings in which you are most interested.<br>â€¢ To improve our website in order to better serve you.<br>â€¢ To allow us to better service you in responding to your customer service requests.<br>â€¢ To administer a contest, promotion, survey or other site feature.<br>â€¢ To quickly process your transactions.<br>â€¢ To send periodic emails regarding your order or other products and services.</p><p data-css=\"tve-u-1642b20c920\">How do we protect visitor information?</p><p data-css=\"tve-u-1642b20c920\">Our website is scanned on a regular basis for security holes and known vulnerabilities in order to make your visit to our site as safe as possible.<br>We use regular Malware Scanning.</p><p data-css=\"tve-u-1642b20c920\">Your personal information is contained behind secured networks and is only accessible by a limited number of persons who have special access rights to such systems, and are required to keep the information confidential. In addition, all sensitive/credit information you supply is encrypted via Secure Socket Layer (SSL) technology.</p><p data-css=\"tve-u-1642b20c920\">We implement a variety of security measures when a user places an order, enters, submits, or accesses their information to maintain the safety of your personal information.</p><p data-css=\"tve-u-1642b20c920\">All transactions are processed through a gateway provider and are not stored or processed on our servers.</p><p data-css=\"tve-u-1642b20c920\">Do we use \'cookies\'?</p><p data-css=\"tve-u-1642b20c920\">Yes. Cookies are small files that a site or its service provider transfers to your computer\'s hard drive through your Web browser (if you allow) that enable the site\'s or service provider\'s systems to recognize your browser and capture and remember certain information. For instance, we use cookies to help us remember and process the items in your shopping cart. They are also used to help us understand your preferences based on previous or current site activity, which enables us to provide you with improved services. We also use cookies to help us compile aggregate data about site traffic and site interaction so that we can offer better site experiences and tools in the future.</p><p data-css=\"tve-u-1642b20c920\">We use cookies to:</p><p data-css=\"tve-u-1642b20c920\">â€¢ Help remember and process the items in the shopping cart.<br>â€¢ Understand and save user\'s preferences for future visits.<br>You can choose to have your computer warn you each time a cookie is being sent, or you can choose to turn off all cookies. You do this through your browser (like Internet Explorer) settings. Each browser is a little different, so look at your browser\'s Help menu to learn the correct way to modify your cookies.<br>If users disable cookies in their browser:<br>If you turn off cookies, some features will be disabled. However, you can still place orders for<br>saved items in your shopping cart over the telephone by contacting customer service.</p><p data-css=\"tve-u-1642b20c920\">Third Party Disclosure</p><p data-css=\"tve-u-1642b20c920\">We do not sell, trade, or otherwise transfer to outside parties your personally identifiable information.</p><p data-css=\"tve-u-1642b20c920\">Third party links</p><p data-css=\"tve-u-1642b20c920\">Occasionally, at our discretion, we may include or offer third party products or services on our website. These third party sites have separate and independent privacy policies. We therefore have no responsibility or liability for the content and activities of these linked sites. Nonetheless, we seek to protect the integrity of our site and welcome any feedback about these sites.</p><p data-css=\"tve-u-1642b20c920\">Google</p><p data-css=\"tve-u-1642b20c920\">Google\'s advertising requirements can be summed up by Google\'s Advertising Principles. They are put in place to provide a positive experience for users. https://support.google.com/adwordspolicy/answer/1316548?hl=en<br>Opting out:<br>Users can set preferences for how Google advertises to you using the Google Ad Settings page. Alternatively, you can opt out by visiting the Network Advertising initiative opt out page or permanently using the Google Analytics Opt Out Browser add on.<br>California Online Privacy Protection Act<br>CalOPPA is the first state law in the nation to require commercial websites and online services to post a privacy policy. The law\'s reach stretches well beyond California to require a person or company in the United States (and conceivably the world) that operates websites collecting personally identifiable information from California consumers to post a conspicuous privacy policy on its website stating exactly the information being collected and those individuals with whom it is being shared, and to comply with this policy.<br>See more at: http://consumercal.org/california-online-privacy-protection-act-caloppa/#sthash.0FdRbT51.dpuf<br>According to CalOPPA we agree to the following:<br>Users can visit our site anonymously<br>Once this privacy policy is created, we will add a link to it on our home page, or as a minimum on the first significant page after entering our website.<br>Our Privacy Policy link includes the word \'Privacy\', and can be easily be found on the page specified above.<br>Users will be notified of any privacy policy changes:<br>â€¢ On our Privacy Policy Page<br>Users are able to change their personal information:<br>â€¢ By emailing us<br>â€¢ By calling us</p><p data-css=\"tve-u-1642b20c920\">How does our site handle do not track signals?</p><p data-css=\"tve-u-1642b20c920\">We honor do not track signals and do not track, plant cookies, or use advertising when a Do Not Track (DNT) browser mechanism is in place.</p><p data-css=\"tve-u-1642b20c920\">Does our site allow third party behavioral tracking?</p><p data-css=\"tve-u-1642b20c920\">It\'s also important to note that we do not allow third party behavioral tracking<br>COPPA (Children Online Privacy Protection Act)<br>When it comes to the collection of personal information from children under 13, the Children\'s Online Privacy Protection Act (COPPA) puts parents in control. The Federal Trade Commission, the nation\'s consumer protection agency, enforces the COPPA Rule, which spells out what operators of websites and online services must do to protect children\'s privacy and safety online.</p><p data-css=\"tve-u-1642b20c920\">We do not specifically market to children under 13.</p><p data-css=\"tve-u-1642b20c920\">Fair Information Practices</p><p data-css=\"tve-u-1642b20c920\">The Fair Information Practices Principles form the backbone of privacy law in the United States and the concepts they include have played a significant role in the development of data protection laws around the globe. Understanding the Fair Information Practice Principles and how they should be implemented is critical to comply with the various privacy laws that protect personal information.<br>In order to be in line with Fair Information Practices we will take the following responsive action, should a data breach occur:<br>â€¢ Within 7 business days<br>We will notify the users via in site notification<br>â€¢ Within 7 business days<br>We also agree to the individual redress principle, which requires that individuals have a right to pursue legally enforceable rights against data collectors and processors who fail to adhere to the law. This principle requires not only that individuals have enforceable rights against data users, but also that individuals have recourse to courts or a government agency to investigate and/or prosecute non-compliance by data processors.<br>CAN SPAM Act<br>The CAN-SPAM Act is a law that sets the rules for commercial email, establishes requirements for commercial messages, gives recipients the right to have emails stopped from being sent to them, and spells out tough penalties for violations.</p><p data-css=\"tve-u-1642b20c920\">We collect your email address in order to:</p><p data-css=\"tve-u-1642b20c920\">â€¢ Send information, respond to inquiries, and/or other requests or questions.<br>â€¢ Process orders and to send information and updates pertaining to orders<br>â€¢ Market to our mailing list or continue to send emails to our clients after the original transaction has occurred<br>To be in accordance with CANSPAM we agree to the following:<br>â€¢ NOT use false, or misleading subjects or email addresses<br>â€¢ Identify the message as an advertisement in some reasonable way<br>â€¢ Include the physical address of our business or site headquarters<br>â€¢ Monitor third party email marketing services for compliance, if one is used.<br>â€¢ Honor opt-out/unsubscribe requests quickly<br>â€¢ Allow users to unsubscribe by using the link at the bottom of each email<br>If at any time you would like to unsubscribe from receiving future emails, you can email us at<br>â€¢ Follow the instructions at the bottom of each email. and we will promptly remove you from ALL correspondence.</p><p data-css=\"tve-u-1642b20c920\">Contacting Us</p><p data-css=\"tve-u-1642b20c920\">If there are any questions regarding this privacy policy you may contact us using the information below.<br>Blackhawk Custom, LLC.<br>825 South Kings Highway<br>Fort Pierce, FL 34945<br>United States<br>https://www.blackhawkcustom.com<br>Conditions of use:</p><p data-css=\"tve-u-1642b20c920\">By using this website, you agree to all of our terms and conditions of the sale<br>All sales are final (See our refund policy)</p></div></div>\n</div>'),(2019,181,'tve_revision_tve_user_custom_css',''),(2020,181,'tve_revision_tve_page_events','a:0:{}'),(2021,181,'tve_revision_tve_globals','a:2:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";s:8:\"font_cls\";a:0:{}}'),(2022,181,'tve_revision_tve_global_scripts',''),(2023,181,'tve_revision_thrive_icon_pack','0'),(2024,181,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(2025,181,'tve_revision_tve_has_masonry','0'),(2026,181,'tve_revision_tve_has_typefocus','0'),(2027,181,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"z-index: 8;\" data-css=\"tve-u-1642b593fd4\" wfd-id=\"34\">\n<div class=\"tve-content-box-background\" wfd-id=\"59\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" style=\"z-index: 8;\" wfd-id=\"35\"><div class=\"thrv_wrapper thrv_widget_menu tve-custom-menu-upgrade      tve-mobile-side-fullscreen tve-menu-style-style_1\" data-tve-style=\"tve_horizontal\" data-tve-switch-icon=\"tablet,mobile\" data-css=\"tve-u-1642ae797d9\" wfd-id=\"40\">\n<div class=\"thrive-shortcode-config\" style=\"display: none !important\" wfd-id=\"58\">__CONFIG_widget_menu__{\"menu_id\":4,\"color\":\"tve_red\",\"dir\":\"tve_horizontal\",\"font_class\":\"\",\"font_size\":\"\",\"ul_attr\":\"\",\"link_attr\":\"\",\"top_link_attr\":\"\",\"trigger_attr\":\"\",\"primary\":\"\",\"head_css\":\"\",\"background_hover\":\"\",\"main_hover\":\"\",\"child_hover\":\"\",\"group_edit\":[],\"menu_style\":\"style_1\",\"dropdown_icon\":\"\",\"mobile_side\":\"fullscreen\",\"mobile_icon\":\"\",\"switch_to_icon\":\"tablet,mobile\"}__CONFIG_widget_menu__</div>\n</div><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" wfd-id=\"37\"><h2>Terms &amp; Conditions</h2></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1642b6ab2bb\" wfd-id=\"36\"><p>TERMS OF SERVICE<br><br>-----<br><br>OVERVIEW<br><br>This website is operated by Blackhawk Custom, LLC. Throughout the site, the terms â€œweâ€, â€œusâ€ and â€œourâ€ refer to Blackhawk Custom, LLC. Blackhawk Custom, LLC offers this website, including all information, tools and services available from this site to you, the user, conditioned upon your acceptance of all terms, conditions, policies and notices stated here.<br><br>By visiting our site and/ or purchasing something from us, you engage in our â€œServiceâ€ and agree to be bound by the following terms and conditions (â€œTerms of Serviceâ€, â€œTermsâ€), including those additional terms, conditions, and policies referenced herein and/or available by hyperlink. These Terms of Service apply to all users of the site, including without limitation users who are browsers, vendors, customers, merchants, and/ or contributors of content.<br><br>Please read these Terms of Service carefully before accessing or using our website. By accessing or using any part of the site, you agree to be bound by these Terms of Service. If you do not agree to all the terms and conditions of this agreement, then you may not access the website or use any services. If these Terms of Service are considered an offer, acceptance is expressly limited to these Terms of Service.<br><br>Any new features or tools which are added to the current store shall also be subject to the Terms of Service. You can review the most current version of the Terms of Service at any time on this page. We reserve the right to update, change or replace any part of these Terms of Service by posting updates and/or changes to our website. It is your responsibility to check this page periodically for changes. Your continued use of or access to the website following the posting of any changes constitutes acceptance of those changes.<br><br>SECTION 1 - ONLINE STORE TERMS<br><br>By agreeing to these Terms of Service, you represent that you are at least the age of majority in your state or province of residence, or that you are the age of majority in your state or province of residence and you have given us your consent to allow any of your minor dependents to use this site.<br>You may not use our products for any illegal or unauthorized purpose nor may you, in the use of the Service, violate any laws in your jurisdiction (including but not limited to copyright laws).<br>You must not transmit any worms or viruses or any code of a destructive nature.<br>A breach or violation of any of the Terms will result in an immediate termination of your Services.<br><br>SECTION 2 - GENERAL CONDITIONS<br><br>We reserve the right to refuse service to anyone for any reason at any time.<br>You understand that your content (not including credit card information), may be transferred unencrypted and involve (a) transmissions over various networks; and (b) changes to conform and adapt to technical requirements of connecting networks or devices. Credit card information is always encrypted during transfer over networks.<br>You agree not to reproduce, duplicate, copy, sell, resell or exploit any portion of the Service, use of the Service, or access to the Service or any contact on the website through which the service is provided, without express written permission by us.<br>The headings used in this agreement are included for convenience only and will not limit or otherwise affect these Terms.<br><br>SECTION 3 - ACCURACY, COMPLETENESS AND TIMELINESS OF INFORMATION<br><br>We are not responsible if information made available on this site is not accurate, complete or current. The material on this site is provided for general information only and should not be relied upon or used as the sole basis for making decisions without consulting primary, more accurate, more complete or more timely sources of information. Any reliance on the material on this site is at your own risk.<br>This site may contain certain historical information. Historical information, necessarily, is not current and is provided for your reference only. We reserve the right to modify the contents of this site at any time, but we have no obligation to update any information on our site. You agree that it is your responsibility to monitor changes to our site.<br><br>SECTION 4 - MODIFICATIONS TO THE SERVICE AND PRICES<br><br>The prices for our products are subject to change without notice.<br>We reserve the right at any time to modify or discontinue the Service (or any part or content thereof) without notice at any time.<br>We shall not be liable to you or to any third-party for any modification, price change, suspension or discontinuance of the Service.<br><br>SECTION 5 - PRODUCTS OR SERVICES (if applicable)<br><br>Certain products or services may be available exclusively online through the website. These products or services may have limited quantities and are subject to return or exchange only according to our Return Policy.<br>We have made every effort to display as accurately as possible the colors and images of our products that appear at the store. We cannot guarantee that your computer monitor\'s display of any color will be accurate.<br>We reserve the right, but are not obligated, to limit the sales of our products or Services to any person, geographic region or jurisdiction. We may exercise this right on a case-by-case basis. We reserve the right to limit the quantities of any products or services that we offer. All descriptions of products or product pricing are subject to change at anytime without notice, at the sole discretion of us. We reserve the right to discontinue any product at any time. Any offer for any product or service made on this site is void where prohibited.<br>We do not warrant that the quality of any products, services, information, or other material purchased or obtained by you will meet your expectations, or that any errors in the Service will be corrected.<br><br>SECTION 6 - ACCURACY OF BILLING AND ACCOUNT INFORMATION<br><br>We reserve the right to refuse any order you place with us. We may, in our sole discretion, limit or cancel quantities purchased per person, per household or per order. These restrictions may include orders placed by or under the same customer account, the same credit card, and/or orders that use the same billing and/or shipping address. In the event that we make a change to or cancel an order, we may attempt to notify you by contacting the e-mail and/or billing address/phone number provided at the time the order was made. We reserve the right to limit or prohibit orders that, in our sole judgment, appear to be placed by dealers, resellers or distributors.<br><br>You agree to provide current, complete and accurate purchase and account information for all purchases made at our store. You agree to promptly update your account and other information, including your email address and credit card numbers and expiration dates, so that we can complete your transactions and contact you as needed.<br><br>For more detail, please review our Returns Policy.<br><br>SECTION 7 - OPTIONAL TOOLS<br><br>We may provide you with access to third-party tools over which we neither monitor nor have any control nor input.<br>You acknowledge and agree that we provide access to such tools â€as isâ€ and â€œas availableâ€ without any warranties, representations or conditions of any kind and without any endorsement. We shall have no liability whatsoever arising from or relating to your use of optional third-party tools.<br>Any use by you of optional tools offered through the site is entirely at your own risk and discretion and you should ensure that you are familiar with and approve of the terms on which tools are provided by the relevant third-party provider(s).<br>We may also, in the future, offer new services and/or features through the website (including, the release of new tools and resources). Such new features and/or services shall also be subject to these Terms of Service.<br><br>SECTION 8 - THIRD-PARTY LINKS<br><br>Certain content, products and services available via our Service may include materials from third-parties.<br>Third-party links on this site may direct you to third-party websites that are not affiliated with us. We are not responsible for examining or evaluating the content or accuracy and we do not warrant and will not have any liability or responsibility for any third-party materials or websites, or for any other materials, products, or services of third-parties.<br>We are not liable for any harm or damages related to the purchase or use of goods, services, resources, content, or any other transactions made in connection with any third-party websites. Please review carefully the third-party\'s policies and practices and make sure you understand them before you engage in any transaction. Complaints, claims, concerns, or questions regarding third-party products should be directed to the third-party.<br><br>SECTION 9 - USER COMMENTS, FEEDBACK AND OTHER SUBMISSIONS<br><br>If, at our request, you send certain specific submissions (for example contest entries) or without a request from us you send creative ideas, suggestions, proposals, plans, or other materials, whether online, by email, by postal mail, or otherwise (collectively, \'comments\'), you agree that we may, at any time, without restriction, edit, copy, publish, distribute, translate and otherwise use in any medium any comments that you forward to us. We are and shall be under no obligation (1) to maintain any comments in confidence; (2) to pay compensation for any comments; or (3) to respond to any comments.<br>We may, but have no obligation to, monitor, edit or remove content that we determine in our sole discretion are unlawful, offensive, threatening, libelous, defamatory, pornographic, obscene or otherwise objectionable or violates any partyâ€™s intellectual property or these Terms of Service.<br>You agree that your comments will not violate any right of any third-party, including copyright, trademark, privacy, personality or other personal or proprietary right. You further agree that your comments will not contain libelous or otherwise unlawful, abusive or obscene material, or contain any computer virus or other malware that could in any way affect the operation of the Service or any related website. You may not use a false e-mail address, pretend to be someone other than yourself, or otherwise mislead us or third-parties as to the origin of any comments. You are solely responsible for any comments you make and their accuracy. We take no responsibility and assume no liability for any comments posted by you or any third-party.<br><br>SECTION 10 - PERSONAL INFORMATION<br><br>Your submission of personal information through the store is governed by our Privacy Policy. To view our Privacy Policy.<br><br>SECTION 11 - ERRORS, INACCURACIES AND OMISSIONS<br><br>Occasionally there may be information on our site or in the Service that contains typographical errors, inaccuracies or omissions that may relate to product descriptions, pricing, promotions, offers, product shipping charges, transit times and availability. We reserve the right to correct any errors, inaccuracies or omissions, and to change or update information or cancel orders if any information in the Service or on any related website is inaccurate at any time without prior notice (including after you have submitted your order).<br>We undertake no obligation to update, amend or clarify information in the Service or on any related website, including without limitation, pricing information, except as required by law. No specified update or refresh date applied in the Service or on any related website, should be taken to indicate that all information in the Service or on any related website has been modified or updated.<br><br>SECTION 12 - PROHIBITED USES<br><br>In addition to other prohibitions as set forth in the Terms of Service, you are prohibited from using the site or its content: (a) for any unlawful purpose; (b) to solicit others to perform or participate in any unlawful acts; (c) to violate any international, federal, provincial or state regulations, rules, laws, or local ordinances; (d) to infringe upon or violate our intellectual property rights or the intellectual property rights of others; (e) to harass, abuse, insult, harm, defame, slander, disparage, intimidate, or discriminate based on gender, sexual orientation, religion, ethnicity, race, age, national origin, or disability; (f) to submit false or misleading information; (g) to upload or transmit viruses or any other type of malicious code that will or may be used in any way that will affect the functionality or operation of the Service or of any related website, other websites, or the Internet; (h) to collect or track the personal information of others; (i) to spam, phish, pharm, pretext, spider, crawl, or scrape; (j) for any obscene or immoral purpose; or (k) to interfere with or circumvent the security features of the Service or any related website, other websites, or the Internet. We reserve the right to terminate your use of the Service or any related website for violating any of the prohibited uses.<br><br>SECTION 13 - DISCLAIMER OF WARRANTIES; LIMITATION OF LIABILITY<br><br>We do not guarantee, represent or warrant that your use of our service will be uninterrupted, timely, secure or error-free.<br>We do not warrant that the results that may be obtained from the use of the service will be accurate or reliable.<br>You agree that from time to time we may remove the service for indefinite periods of time or cancel the service at any time, without notice to you.<br>You expressly agree that your use of, or inability to use, the service is at your sole risk. The service and all products and services delivered to you through the service are (except as expressly stated by us) provided \'as is\' and \'as available\' for your use, without any representation, warranties or conditions of any kind, either express or implied, including all implied warranties or conditions of merchantability, merchantable quality, fitness for a particular purpose, durability, title, and non-infringement.<br>In no case shall Blackhawk Custom, LLC, our directors, officers, employees, affiliates, agents, contractors, interns, suppliers, service providers or licensors be liable for any injury, loss, claim, or any direct, indirect, incidental, punitive, special, or consequential damages of any kind, including, without limitation lost profits, lost revenue, lost savings, loss of data, replacement costs, or any similar damages, whether based in contract, tort (including negligence), strict liability or otherwise, arising from your use of any of the service or any products procured using the service, or for any other claim related in any way to your use of the service or any product, including, but not limited to, any errors or omissions in any content, or any loss or damage of any kind incurred as a result of the use of the service or any content (or product) posted, transmitted, or otherwise made available via the service, even if advised of their possibility. Because some states or jurisdictions do not allow the exclusion or the limitation of liability for consequential or incidental damages, in such states or jurisdictions, our liability shall be limited to the maximum extent permitted by law.<br><br>SECTION 14 - INDEMNIFICATION<br><br>You agree to indemnify, defend and hold harmless Blackhawk Custom, LLC and our parent, subsidiaries, affiliates, partners, officers, directors, agents, contractors, licensors, service providers, subcontractors, suppliers, interns and employees, harmless from any claim or demand, including reasonable attorneysâ€™ fees, made by any third-party due to or arising out of your breach of these Terms of Service or the documents they incorporate by reference, or your violation of any law or the rights of a third-party.<br><br>SECTION 15 - SEVERABILITY<br><br>In the event that any provision of these Terms of Service is determined to be unlawful, void or unenforceable, such provision shall nonetheless be enforceable to the fullest extent permitted by applicable law, and the unenforceable portion shall be deemed to be severed from these Terms of Service, such determination shall not affect the validity and enforceability of any other remaining provisions.<br><br>SECTION 16 - TERMINATION<br><br>The obligations and liabilities of the parties incurred prior to the termination date shall survive the termination of this agreement for all purposes.<br>These Terms of Service are effective unless and until terminated by either you or us. You may terminate these Terms of Service at any time by notifying us that you no longer wish to use our Services, or when you cease using our site.<br>If in our sole judgment you fail, or we suspect that you have failed, to comply with any term or provision of these Terms of Service, we also may terminate this agreement at any time without notice and you will remain liable for all amounts due up to and including the date of termination; and/or accordingly may deny you access to our Services (or any part thereof).<br><br>SECTION 17 - ENTIRE AGREEMENT<br><br>The failure of us to exercise or enforce any right or provision of these Terms of Service shall not constitute a waiver of such right or provision.<br>These Terms of Service and any policies or operating rules posted by us on this site or in respect to The Service constitutes the entire agreement and understanding between you and us and govern your use of the Service, superseding any prior or contemporaneous agreements, communications and proposals, whether oral or written, between you and us (including, but not limited to, any prior versions of the Terms of Service).<br>Any ambiguities in the interpretation of these Terms of Service shall not be construed against the drafting party.<br><br>SECTION 18 - GOVERNING LAW<br><br>These Terms of Service and any separate agreements whereby we provide you Services shall be governed by and construed in accordance with the laws of 825 South Kings Highway, Fort Pierce, FL 34945.<br><br>SECTION 19 - CHANGES TO TERMS OF SERVICE<br><br>You can review the most current version of the Terms of Service at any time at this page.<br>We reserve the right, at our sole discretion, to update, change or replace any part of these Terms of Service by posting updates and changes to our website. It is your responsibility to check our website periodically for changes. Your continued use of or access to our website or the Service following the posting of any changes to these Terms of Service constitutes acceptance of those changes.<br><br>SECTION 20 - CONTACT INFORMATION<br><br>Questions about the Terms of Service should be sent to us at <a href=\"mailto:admin@blackhawkcustom.com\" target=\"_blank\">admin@blackhawkcustom.com</a></p></div></div>\n</div>'),(2016,181,'tve_revision_tve_content_more_found',''),(2017,181,'tve_revision_tve_save_post',''),(2018,181,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Montserrat:400,900,800,200,100&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-1642b6ab2bb\"] { padding: 5px !important; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-153 strong { font-weight: 900; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-104 strong { font-weight: 900; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-103 strong { font-weight: 900; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-102 strong { font-weight: 900; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-109 strong { font-weight: 900; }[data-css=\"tve-u-1642b593fd4\"] { float: none; width: 100%; padding: 5px !important; margin-left: auto !important; margin-right: auto !important; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-153:hover > a { fill: rgb(179, 144, 57) !important; color: rgb(179, 144, 57) !important; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-153 > a { font-family: Montserrat; font-weight: 400; fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1642ae797d9\"] #menu-item-104 { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1642ae797d9\"] #menu-item-103 { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1642ae797d9\"] #menu-item-102 { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1642ae797d9\"] #menu-item-109 { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1642ae797d9\"] { float: none; width: 100%; margin-left: auto !important; margin-right: auto !important; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-104 > a { font-family: Montserrat; font-weight: 400; fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-103 > a { font-family: Montserrat; font-weight: 400; fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-102 > a { font-family: Montserrat; font-weight: 400; fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-109 > a { font-family: Montserrat; font-weight: 400; fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-104:hover > a { fill: rgb(179, 144, 57) !important; color: rgb(179, 144, 57) !important; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-103:hover > a { fill: rgb(179, 144, 57) !important; color: rgb(179, 144, 57) !important; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-102:hover > a { fill: rgb(179, 144, 57) !important; color: rgb(179, 144, 57) !important; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-109:hover > a { fill: rgb(179, 144, 57) !important; color: rgb(179, 144, 57) !important; }#tcb_landing_page a:not(.tcb-button-link) { color: rgb(255, 255, 255); }.tcb-plain-text strong { font-weight: 900; }#tcb_landing_page input strong { font-weight: 900; }#tcb_landing_page .tcb-button-link strong { font-weight: 900; }#tcb_landing_page p strong, #tcb_landing_page li strong { font-weight: 900; }#tcb_landing_page input { font-family: Montserrat; font-weight: 400; }#tcb_landing_page .tcb-button-link { font-family: Montserrat; font-weight: 400; }#tcb_landing_page p, #tcb_landing_page li { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h6 strong { font-weight: 900; }#tcb_landing_page h6 { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h5 strong { font-weight: 900; }#tcb_landing_page h5 { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h4 strong { font-weight: 900; }#tcb_landing_page h4 { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h3 strong { font-weight: 900; }#tcb_landing_page h3 { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h2 strong { font-weight: 900; }#tcb_landing_page h2 { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h1 strong { font-weight: 900; }#tcb_landing_page h1 { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); }.tcb-plain-text { font-size: 20px; color: rgb(255, 255, 255); font-family: Montserrat; font-weight: 400; }[data-css=\"tve-u-15e09c94f7d\"] { background-color: rgb(255, 255, 255); background-image: linear-gradient(rgb(0, 0, 0), rgb(0, 0, 0)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }.tve_post_lp > div > #tve_editor { margin-left: auto; margin-right: auto; max-width: 1200px; padding: 0px 20px; }}@media (max-width: 1023px){[data-css=\"tve-u-1642ae797d9\"] { display: block; }[data-css=\"tve-u-1642ae797d9\"] #menu-item-104 { text-align: center; padding: 5px !important; background-image: none !important; }[data-css=\"tve-u-1642ae797d9\"] #menu-item-103 { text-align: center; padding: 5px !important; background-image: none !important; }[data-css=\"tve-u-1642ae797d9\"] #menu-item-102 { text-align: center; padding: 5px !important; background-image: none !important; }[data-css=\"tve-u-1642ae797d9\"] #menu-item-109 { text-align: center; padding: 5px !important; background-image: none !important; }}@media (max-width: 767px){#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-153 > a { font-size: 17px !important; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-104 > a { font-size: 17px !important; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-103 > a { font-size: 17px !important; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-102 > a { font-size: 17px !important; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-109 > a { font-size: 17px !important; }[data-css=\"tve-u-1642ae797d9\"] #menu-item-153 { padding-left: 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-1642ae797d9\"] #menu-item-104 { padding-left: 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-1642ae797d9\"] #menu-item-103 { padding-left: 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-1642ae797d9\"] #menu-item-102 { padding-left: 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-1642ae797d9\"] #menu-item-109 { padding-left: 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-1642ae797d9\"] { float: none; width: 100%; margin-left: auto !important; margin-right: auto !important; }.tve_post_lp > div > #tve_editor { padding: 0px 10px; }}'),(2012,180,'tve_revision_tve_has_wistia_popover','0'),(2013,181,'tve_revision_tve_landing_page','blank_v2'),(2014,181,'tve_revision_tve_disable_theme_dependency',''),(2015,181,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"z-index: 8;\" data-css=\"tve-u-1642b593fd4\" wfd-id=\"34\">\n<div class=\"tve-content-box-background\" wfd-id=\"59\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" style=\"z-index: 8;\" wfd-id=\"35\"><div class=\"thrv_wrapper thrv_widget_menu tve-custom-menu-upgrade      tve-mobile-side-fullscreen tve-menu-style-style_1\" data-tve-style=\"tve_horizontal\" data-tve-switch-icon=\"tablet,mobile\" data-css=\"tve-u-1642ae797d9\" wfd-id=\"40\">\n<div class=\"thrive-shortcode-config\" style=\"display: none !important\" wfd-id=\"58\">__CONFIG_widget_menu__{\"menu_id\":4,\"color\":\"tve_red\",\"dir\":\"tve_horizontal\",\"font_class\":\"\",\"font_size\":\"\",\"ul_attr\":\"\",\"link_attr\":\"\",\"top_link_attr\":\"\",\"trigger_attr\":\"\",\"primary\":\"\",\"head_css\":\"\",\"background_hover\":\"\",\"main_hover\":\"\",\"child_hover\":\"\",\"group_edit\":[],\"menu_style\":\"style_1\",\"dropdown_icon\":\"\",\"mobile_side\":\"fullscreen\",\"mobile_icon\":\"\",\"switch_to_icon\":\"tablet,mobile\"}__CONFIG_widget_menu__</div>\n</div><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" wfd-id=\"37\"><h2>Terms &amp; Conditions</h2></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1642b6ab2bb\" wfd-id=\"36\"><p>TERMS OF SERVICE<br><br>-----<br><br>OVERVIEW<br><br>This website is operated by Blackhawk Custom, LLC. Throughout the site, the terms â€œweâ€, â€œusâ€ and â€œourâ€ refer to Blackhawk Custom, LLC. Blackhawk Custom, LLC offers this website, including all information, tools and services available from this site to you, the user, conditioned upon your acceptance of all terms, conditions, policies and notices stated here.<br><br>By visiting our site and/ or purchasing something from us, you engage in our â€œServiceâ€ and agree to be bound by the following terms and conditions (â€œTerms of Serviceâ€, â€œTermsâ€), including those additional terms, conditions, and policies referenced herein and/or available by hyperlink. These Terms of Service apply to all users of the site, including without limitation users who are browsers, vendors, customers, merchants, and/ or contributors of content.<br><br>Please read these Terms of Service carefully before accessing or using our website. By accessing or using any part of the site, you agree to be bound by these Terms of Service. If you do not agree to all the terms and conditions of this agreement, then you may not access the website or use any services. If these Terms of Service are considered an offer, acceptance is expressly limited to these Terms of Service.<br><br>Any new features or tools which are added to the current store shall also be subject to the Terms of Service. You can review the most current version of the Terms of Service at any time on this page. We reserve the right to update, change or replace any part of these Terms of Service by posting updates and/or changes to our website. It is your responsibility to check this page periodically for changes. Your continued use of or access to the website following the posting of any changes constitutes acceptance of those changes.<br><br>SECTION 1 - ONLINE STORE TERMS<br><br>By agreeing to these Terms of Service, you represent that you are at least the age of majority in your state or province of residence, or that you are the age of majority in your state or province of residence and you have given us your consent to allow any of your minor dependents to use this site.<br>You may not use our products for any illegal or unauthorized purpose nor may you, in the use of the Service, violate any laws in your jurisdiction (including but not limited to copyright laws).<br>You must not transmit any worms or viruses or any code of a destructive nature.<br>A breach or violation of any of the Terms will result in an immediate termination of your Services.<br><br>SECTION 2 - GENERAL CONDITIONS<br><br>We reserve the right to refuse service to anyone for any reason at any time.<br>You understand that your content (not including credit card information), may be transferred unencrypted and involve (a) transmissions over various networks; and (b) changes to conform and adapt to technical requirements of connecting networks or devices. Credit card information is always encrypted during transfer over networks.<br>You agree not to reproduce, duplicate, copy, sell, resell or exploit any portion of the Service, use of the Service, or access to the Service or any contact on the website through which the service is provided, without express written permission by us.<br>The headings used in this agreement are included for convenience only and will not limit or otherwise affect these Terms.<br><br>SECTION 3 - ACCURACY, COMPLETENESS AND TIMELINESS OF INFORMATION<br><br>We are not responsible if information made available on this site is not accurate, complete or current. The material on this site is provided for general information only and should not be relied upon or used as the sole basis for making decisions without consulting primary, more accurate, more complete or more timely sources of information. Any reliance on the material on this site is at your own risk.<br>This site may contain certain historical information. Historical information, necessarily, is not current and is provided for your reference only. We reserve the right to modify the contents of this site at any time, but we have no obligation to update any information on our site. You agree that it is your responsibility to monitor changes to our site.<br><br>SECTION 4 - MODIFICATIONS TO THE SERVICE AND PRICES<br><br>The prices for our products are subject to change without notice.<br>We reserve the right at any time to modify or discontinue the Service (or any part or content thereof) without notice at any time.<br>We shall not be liable to you or to any third-party for any modification, price change, suspension or discontinuance of the Service.<br><br>SECTION 5 - PRODUCTS OR SERVICES (if applicable)<br><br>Certain products or services may be available exclusively online through the website. These products or services may have limited quantities and are subject to return or exchange only according to our Return Policy.<br>We have made every effort to display as accurately as possible the colors and images of our products that appear at the store. We cannot guarantee that your computer monitor\'s display of any color will be accurate.<br>We reserve the right, but are not obligated, to limit the sales of our products or Services to any person, geographic region or jurisdiction. We may exercise this right on a case-by-case basis. We reserve the right to limit the quantities of any products or services that we offer. All descriptions of products or product pricing are subject to change at anytime without notice, at the sole discretion of us. We reserve the right to discontinue any product at any time. Any offer for any product or service made on this site is void where prohibited.<br>We do not warrant that the quality of any products, services, information, or other material purchased or obtained by you will meet your expectations, or that any errors in the Service will be corrected.<br><br>SECTION 6 - ACCURACY OF BILLING AND ACCOUNT INFORMATION<br><br>We reserve the right to refuse any order you place with us. We may, in our sole discretion, limit or cancel quantities purchased per person, per household or per order. These restrictions may include orders placed by or under the same customer account, the same credit card, and/or orders that use the same billing and/or shipping address. In the event that we make a change to or cancel an order, we may attempt to notify you by contacting the e-mail and/or billing address/phone number provided at the time the order was made. We reserve the right to limit or prohibit orders that, in our sole judgment, appear to be placed by dealers, resellers or distributors.<br><br>You agree to provide current, complete and accurate purchase and account information for all purchases made at our store. You agree to promptly update your account and other information, including your email address and credit card numbers and expiration dates, so that we can complete your transactions and contact you as needed.<br><br>For more detail, please review our Returns Policy.<br><br>SECTION 7 - OPTIONAL TOOLS<br><br>We may provide you with access to third-party tools over which we neither monitor nor have any control nor input.<br>You acknowledge and agree that we provide access to such tools â€as isâ€ and â€œas availableâ€ without any warranties, representations or conditions of any kind and without any endorsement. We shall have no liability whatsoever arising from or relating to your use of optional third-party tools.<br>Any use by you of optional tools offered through the site is entirely at your own risk and discretion and you should ensure that you are familiar with and approve of the terms on which tools are provided by the relevant third-party provider(s).<br>We may also, in the future, offer new services and/or features through the website (including, the release of new tools and resources). Such new features and/or services shall also be subject to these Terms of Service.<br><br>SECTION 8 - THIRD-PARTY LINKS<br><br>Certain content, products and services available via our Service may include materials from third-parties.<br>Third-party links on this site may direct you to third-party websites that are not affiliated with us. We are not responsible for examining or evaluating the content or accuracy and we do not warrant and will not have any liability or responsibility for any third-party materials or websites, or for any other materials, products, or services of third-parties.<br>We are not liable for any harm or damages related to the purchase or use of goods, services, resources, content, or any other transactions made in connection with any third-party websites. Please review carefully the third-party\'s policies and practices and make sure you understand them before you engage in any transaction. Complaints, claims, concerns, or questions regarding third-party products should be directed to the third-party.<br><br>SECTION 9 - USER COMMENTS, FEEDBACK AND OTHER SUBMISSIONS<br><br>If, at our request, you send certain specific submissions (for example contest entries) or without a request from us you send creative ideas, suggestions, proposals, plans, or other materials, whether online, by email, by postal mail, or otherwise (collectively, \'comments\'), you agree that we may, at any time, without restriction, edit, copy, publish, distribute, translate and otherwise use in any medium any comments that you forward to us. We are and shall be under no obligation (1) to maintain any comments in confidence; (2) to pay compensation for any comments; or (3) to respond to any comments.<br>We may, but have no obligation to, monitor, edit or remove content that we determine in our sole discretion are unlawful, offensive, threatening, libelous, defamatory, pornographic, obscene or otherwise objectionable or violates any partyâ€™s intellectual property or these Terms of Service.<br>You agree that your comments will not violate any right of any third-party, including copyright, trademark, privacy, personality or other personal or proprietary right. You further agree that your comments will not contain libelous or otherwise unlawful, abusive or obscene material, or contain any computer virus or other malware that could in any way affect the operation of the Service or any related website. You may not use a false e-mail address, pretend to be someone other than yourself, or otherwise mislead us or third-parties as to the origin of any comments. You are solely responsible for any comments you make and their accuracy. We take no responsibility and assume no liability for any comments posted by you or any third-party.<br><br>SECTION 10 - PERSONAL INFORMATION<br><br>Your submission of personal information through the store is governed by our Privacy Policy. To view our Privacy Policy.<br><br>SECTION 11 - ERRORS, INACCURACIES AND OMISSIONS<br><br>Occasionally there may be information on our site or in the Service that contains typographical errors, inaccuracies or omissions that may relate to product descriptions, pricing, promotions, offers, product shipping charges, transit times and availability. We reserve the right to correct any errors, inaccuracies or omissions, and to change or update information or cancel orders if any information in the Service or on any related website is inaccurate at any time without prior notice (including after you have submitted your order).<br>We undertake no obligation to update, amend or clarify information in the Service or on any related website, including without limitation, pricing information, except as required by law. No specified update or refresh date applied in the Service or on any related website, should be taken to indicate that all information in the Service or on any related website has been modified or updated.<br><br>SECTION 12 - PROHIBITED USES<br><br>In addition to other prohibitions as set forth in the Terms of Service, you are prohibited from using the site or its content: (a) for any unlawful purpose; (b) to solicit others to perform or participate in any unlawful acts; (c) to violate any international, federal, provincial or state regulations, rules, laws, or local ordinances; (d) to infringe upon or violate our intellectual property rights or the intellectual property rights of others; (e) to harass, abuse, insult, harm, defame, slander, disparage, intimidate, or discriminate based on gender, sexual orientation, religion, ethnicity, race, age, national origin, or disability; (f) to submit false or misleading information; (g) to upload or transmit viruses or any other type of malicious code that will or may be used in any way that will affect the functionality or operation of the Service or of any related website, other websites, or the Internet; (h) to collect or track the personal information of others; (i) to spam, phish, pharm, pretext, spider, crawl, or scrape; (j) for any obscene or immoral purpose; or (k) to interfere with or circumvent the security features of the Service or any related website, other websites, or the Internet. We reserve the right to terminate your use of the Service or any related website for violating any of the prohibited uses.<br><br>SECTION 13 - DISCLAIMER OF WARRANTIES; LIMITATION OF LIABILITY<br><br>We do not guarantee, represent or warrant that your use of our service will be uninterrupted, timely, secure or error-free.<br>We do not warrant that the results that may be obtained from the use of the service will be accurate or reliable.<br>You agree that from time to time we may remove the service for indefinite periods of time or cancel the service at any time, without notice to you.<br>You expressly agree that your use of, or inability to use, the service is at your sole risk. The service and all products and services delivered to you through the service are (except as expressly stated by us) provided \'as is\' and \'as available\' for your use, without any representation, warranties or conditions of any kind, either express or implied, including all implied warranties or conditions of merchantability, merchantable quality, fitness for a particular purpose, durability, title, and non-infringement.<br>In no case shall Blackhawk Custom, LLC, our directors, officers, employees, affiliates, agents, contractors, interns, suppliers, service providers or licensors be liable for any injury, loss, claim, or any direct, indirect, incidental, punitive, special, or consequential damages of any kind, including, without limitation lost profits, lost revenue, lost savings, loss of data, replacement costs, or any similar damages, whether based in contract, tort (including negligence), strict liability or otherwise, arising from your use of any of the service or any products procured using the service, or for any other claim related in any way to your use of the service or any product, including, but not limited to, any errors or omissions in any content, or any loss or damage of any kind incurred as a result of the use of the service or any content (or product) posted, transmitted, or otherwise made available via the service, even if advised of their possibility. Because some states or jurisdictions do not allow the exclusion or the limitation of liability for consequential or incidental damages, in such states or jurisdictions, our liability shall be limited to the maximum extent permitted by law.<br><br>SECTION 14 - INDEMNIFICATION<br><br>You agree to indemnify, defend and hold harmless Blackhawk Custom, LLC and our parent, subsidiaries, affiliates, partners, officers, directors, agents, contractors, licensors, service providers, subcontractors, suppliers, interns and employees, harmless from any claim or demand, including reasonable attorneysâ€™ fees, made by any third-party due to or arising out of your breach of these Terms of Service or the documents they incorporate by reference, or your violation of any law or the rights of a third-party.<br><br>SECTION 15 - SEVERABILITY<br><br>In the event that any provision of these Terms of Service is determined to be unlawful, void or unenforceable, such provision shall nonetheless be enforceable to the fullest extent permitted by applicable law, and the unenforceable portion shall be deemed to be severed from these Terms of Service, such determination shall not affect the validity and enforceability of any other remaining provisions.<br><br>SECTION 16 - TERMINATION<br><br>The obligations and liabilities of the parties incurred prior to the termination date shall survive the termination of this agreement for all purposes.<br>These Terms of Service are effective unless and until terminated by either you or us. You may terminate these Terms of Service at any time by notifying us that you no longer wish to use our Services, or when you cease using our site.<br>If in our sole judgment you fail, or we suspect that you have failed, to comply with any term or provision of these Terms of Service, we also may terminate this agreement at any time without notice and you will remain liable for all amounts due up to and including the date of termination; and/or accordingly may deny you access to our Services (or any part thereof).<br><br>SECTION 17 - ENTIRE AGREEMENT<br><br>The failure of us to exercise or enforce any right or provision of these Terms of Service shall not constitute a waiver of such right or provision.<br>These Terms of Service and any policies or operating rules posted by us on this site or in respect to The Service constitutes the entire agreement and understanding between you and us and govern your use of the Service, superseding any prior or contemporaneous agreements, communications and proposals, whether oral or written, between you and us (including, but not limited to, any prior versions of the Terms of Service).<br>Any ambiguities in the interpretation of these Terms of Service shall not be construed against the drafting party.<br><br>SECTION 18 - GOVERNING LAW<br><br>These Terms of Service and any separate agreements whereby we provide you Services shall be governed by and construed in accordance with the laws of 825 South Kings Highway, Fort Pierce, FL 34945.<br><br>SECTION 19 - CHANGES TO TERMS OF SERVICE<br><br>You can review the most current version of the Terms of Service at any time at this page.<br>We reserve the right, at our sole discretion, to update, change or replace any part of these Terms of Service by posting updates and changes to our website. It is your responsibility to check our website periodically for changes. Your continued use of or access to our website or the Service following the posting of any changes to these Terms of Service constitutes acceptance of those changes.<br><br>SECTION 20 - CONTACT INFORMATION<br><br>Questions about the Terms of Service should be sent to us at <a href=\"mailto:admin@blackhawkcustom.com\" target=\"_blank\">admin@blackhawkcustom.com</a></p></div></div>\n</div>'),(2000,180,'tve_revision_tve_content_more_found',''),(2001,180,'tve_revision_tve_save_post',''),(2002,180,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Montserrat:400,700&subset=latin\");@media (min-width: 300px){#tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] p, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] li, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] blockquote, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] address, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] .tcb-plain-text, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] h1, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] h2, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] h3, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] h4, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] h5, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] h6 { color: rgb(255, 255, 255); }[data-css=\"tve-u-1642b26f466\"] #menu-item-153.menu-item { margin-right: 0px; }[data-css=\"tve-u-1642b26f466\"] #menu-item-104.menu-item { margin-right: 0px; }[data-css=\"tve-u-1642b26f466\"] #menu-item-103.menu-item { margin-right: 0px; }[data-css=\"tve-u-1642b26f466\"] #menu-item-102.menu-item { margin-right: 0px; }[data-css=\"tve-u-1642b26f466\"] #menu-item-109.menu-item { margin-right: 0px; }[data-css=\"tve-u-1642b667be5\"] { max-width: 1200px; float: none; width: 100%; padding: 5px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1642b26f466\"] #menu-item-153 { float: none; padding: 0px 28px !important; margin-left: auto !important; margin-right: auto !important; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-153:hover > a { fill: rgb(179, 144, 57) !important; color: rgb(179, 144, 57) !important; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-153 > a { fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; font-size: 16px !important; }[data-css=\"tve-u-1642b26f466\"] #menu-item-104 { text-align: center; float: none; padding: 0px 28px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1642b26f466\"] #menu-item-103 { text-align: center; float: none; padding: 0px 28px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1642b26f466\"] #menu-item-102 { text-align: center; float: none; padding: 0px 28px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1642b26f466\"] #menu-item-109 { text-align: center; float: none; padding: 0px 28px !important; margin-left: auto !important; margin-right: auto !important; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-104:hover > a { fill: rgb(179, 144, 57) !important; color: rgb(179, 144, 57) !important; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-103:hover > a { fill: rgb(179, 144, 57) !important; color: rgb(179, 144, 57) !important; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-102:hover > a { fill: rgb(179, 144, 57) !important; color: rgb(179, 144, 57) !important; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-109:hover > a { fill: rgb(179, 144, 57) !important; color: rgb(179, 144, 57) !important; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-104 > a { fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-103 > a { fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-102 > a { fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-109 > a { fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; font-size: 16px !important; }[data-css=\"tve-u-1642b26f466\"] .tve_w_menu { background-image: none !important; background-color: rgb(0, 0, 0) !important; }[data-css=\"tve-u-1642b32e2c2\"] { float: none; z-index: 3; position: relative; width: 100%; margin-left: auto !important; margin-right: auto !important; }#tcb_landing_page a.tve_state_hover:not(.tcb-button-link) { color: rgb(179, 144, 57); }[data-css=\"tve-u-1642b26f466\"] { float: none; width: 100%; z-index: 3; position: relative; margin: 0px auto 20px !important; padding-bottom: 2px !important; }[data-css=\"tve-u-1642b25c464\"] { padding: 5px !important; background-image: none !important; }[data-css=\"tve-u-1642b20c920\"] strong { font-weight: 700 !important; }#tve_editor [data-css=\"tve-u-1642b20c920\"] { font-size: 16px !important; font-family: Montserrat !important; font-weight: 400 !important; }[data-css=\"tve-u-16035acf904\"] strong { font-weight: 700 !important; }#tve_editor [data-css=\"tve-u-16035acf904\"] { font-size: 24px !important; font-family: Montserrat !important; font-weight: 400 !important; text-transform: capitalize !important; }.tcb-plain-text strong { font-weight: 700; }.tcb-plain-text { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page a strong { font-weight: 700; }#tcb_landing_page h6 strong { font-weight: 700; }#tcb_landing_page h5 strong { font-weight: 700; }#tcb_landing_page h4 strong { font-weight: 700; }#tcb_landing_page h6 { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); font-size: 20px; }#tcb_landing_page h5 { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); font-size: 24px; }#tcb_landing_page h4 { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); font-size: 30px; }#tcb_landing_page a:not(.tcb-button-link) { color: rgb(255, 255, 255); text-decoration: underline; }#tcb_landing_page h3 strong { font-weight: 700; }#tcb_landing_page h3 { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); font-size: 38px; line-height: 1.3em; }#tcb_landing_page h2 strong { font-weight: 700; }#tcb_landing_page h2 { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); font-size: 45px; line-height: 1.3em; }#tcb_landing_page h1 strong { font-weight: 700; }#tcb_landing_page h1 { font-family: Montserrat; font-weight: 400; font-size: 50px; line-height: 1.3em; color: rgb(255, 255, 255); }#tcb_landing_page p strong, #tcb_landing_page li strong { font-weight: 700; }#tcb_landing_page p, #tcb_landing_page li { font-family: Montserrat; font-weight: 400; font-size: 17px; line-height: 1.6em; color: rgb(255, 255, 255); }[data-css=\"tve-u-15e09c94f7d\"] { background-color: rgb(0, 0, 0) !important; }#tcb_landing_page a:hover:not(.tcb-button-link) { text-decoration: none; color: rgb(179, 144, 57); }#tcb_landing_page .tve-state-hovera:not(.tcb-button-link) { text-decoration: none; }#tcb_landing_page a.tve-state-hover:not(.tcb-button-link) { text-decoration: none; }[data-css=\"tve-u-1642b6ef7e6\"]::after { clear: both; }}@media (max-width: 1023px){#tcb_landing_page a:not(.tcb-button-link) { color: rgb(0, 0, 0); }.tcb-plain-text { color: rgb(0, 0, 0); }#tcb_landing_page p, #tcb_landing_page li { color: rgb(0, 0, 0); }#tcb_landing_page h6 { color: rgb(0, 0, 0); }#tcb_landing_page h5 { color: rgb(0, 0, 0); }#tcb_landing_page h4 { color: rgb(0, 0, 0); }#tcb_landing_page h3 { color: rgb(0, 0, 0); }#tcb_landing_page h2 { color: rgb(0, 0, 0); }#tcb_landing_page h1 { color: rgb(0, 0, 0); }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-153 > a { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-104 > a { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-103 > a { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-102 > a { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-109 > a { font-size: 16px !important; }[data-css=\"tve-u-1642b26f466\"] #menu-item-153 { float: none; padding-left: 0px !important; padding-right: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1642b26f466\"] #menu-item-104 { float: none; padding-left: 0px !important; padding-right: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1642b26f466\"] #menu-item-103 { float: none; padding-left: 0px !important; padding-right: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1642b26f466\"] #menu-item-102 { float: none; padding-left: 0px !important; padding-right: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1642b26f466\"] #menu-item-109 { float: none; padding-left: 0px !important; padding-right: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1642b26f466\"] { max-width: 1200px; float: none; width: 100%; z-index: 3; position: relative; margin: 0px auto !important; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1642b26f466\"] .tcb-icon-open > :first-child { color: rgb(255, 255, 255); }}@media (max-width: 767px){#tve_editor [data-css=\"tve-u-16035acf904\"] { font-size: 36px !important; }[data-css=\"tve-u-1642b26f466\"] #menu-item-109 { padding-left: 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-1642b26f466\"] #menu-item-102 { padding-left: 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-1642b26f466\"] #menu-item-103 { padding-left: 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-1642b26f466\"] #menu-item-104 { padding-left: 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-1642b26f466\"] #menu-item-153 { padding-left: 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-1642b26f466\"] .tcb-icon-open { font-size: 36px; width: 36px; height: 36px; }#tve_editor [data-css=\"tve-u-1642b26f466\"] .tcb-icon-open > :first-child { color: rgb(255, 255, 255); }}'),(2003,180,'tve_revision_tve_user_custom_css',''),(2004,180,'tve_revision_tve_page_events','a:0:{}'),(2005,180,'tve_revision_tve_globals','a:2:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";s:8:\"font_cls\";a:0:{}}'),(2006,180,'tve_revision_tve_global_scripts',''),(2007,180,'tve_revision_thrive_icon_pack','0'),(2008,180,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(2009,180,'tve_revision_tve_has_masonry','0'),(2010,180,'tve_revision_tve_has_typefocus','0'),(2011,180,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1642b667be5\" style=\"z-index: 8;\" wfd-id=\"33\">\n<div class=\"tve-content-box-background\" wfd-id=\"47\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1642b6ef7e6\" style=\"z-index: 8;\" wfd-id=\"34\"><div class=\"thrv_wrapper thrv_widget_menu tve-custom-menu-upgrade tve-mobile-dropdown tve-menu-style-style_1\" data-tve-style=\"tve_horizontal\" data-tve-switch-icon=\"tablet,mobile\" data-css=\"tve-u-1642b26f466\" style=\"z-index: 8;\" wfd-id=\"41\">	<div class=\"thrive-shortcode-config\" style=\"display: none !important\" wfd-id=\"46\">__CONFIG_widget_menu__{\"menu_id\":\"4\",\"color\":\"tve_red\",\"dir\":\"tve_horizontal\",\"font_class\":\"\",\"font_size\":\"\",\"ul_attr\":\"\",\"link_attr\":\"\",\"top_link_attr\":\"\",\"trigger_attr\":\"\",\"primary\":\"\",\"head_css\":\"\",\"background_hover\":\"\",\"main_hover\":\"\",\"child_hover\":\"\",\"group_edit\":[{\"css_id\":\"\",\"class\":\"\"},{\"css_id\":\"\",\"class\":\"\"},{\"css_id\":\"\",\"class\":\"\"},{\"css_id\":\"\",\"class\":\"\"},{\"css_id\":null,\"class\":\"\"}],\"menu_style\":\"style_1\",\"dropdown_icon\":\"\",\"mobile_side\":\"\",\"mobile_icon\":\"\",\"switch_to_icon\":\"tablet,mobile\"}__CONFIG_widget_menu__</div>\n</div><div class=\"thrv_wrapper thrv_heading\" style=\"\" data-tag=\"h1\" data-css=\"tve-u-1642b32e2c2\" wfd-id=\"38\"><h1 data-css=\"tve-u-16035acf904\" style=\"text-align: center;\"><strong>Privacy</strong></h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" data-css=\"tve-u-1642b25c464\" wfd-id=\"35\"><p data-css=\"tve-u-1642b20c920\">Privacy Policy</p><p data-css=\"tve-u-1642b20c920\">What personal information do we collect from the people that visit our blog, website or app?<br>When ordering or registering on our site, as appropriate, you may be asked to enter your name, email address, mailing address, phone number, credit card information or other details to help you with your experience.</p><p data-css=\"tve-u-1642b20c920\">When do we collect information?</p><p data-css=\"tve-u-1642b20c920\">We collect information from you when you register on our site, place an order, subscribe to a newsletter, respond to a survey, fill out a form or enter information on our site.</p><p data-css=\"tve-u-1642b20c920\">How do we use your information?</p><p data-css=\"tve-u-1642b20c920\">We may use the information we collect from you when you register, make a purchase, sign up for our newsletter, respond to a survey or marketing communication, surf the website, or use certain other site features in the following ways:<br>â€¢ To personalize user\'s experience and to allow us to deliver the type of content and product offerings in which you are most interested.<br>â€¢ To improve our website in order to better serve you.<br>â€¢ To allow us to better service you in responding to your customer service requests.<br>â€¢ To administer a contest, promotion, survey or other site feature.<br>â€¢ To quickly process your transactions.<br>â€¢ To send periodic emails regarding your order or other products and services.</p><p data-css=\"tve-u-1642b20c920\">How do we protect visitor information?</p><p data-css=\"tve-u-1642b20c920\">Our website is scanned on a regular basis for security holes and known vulnerabilities in order to make your visit to our site as safe as possible.<br>We use regular Malware Scanning.</p><p data-css=\"tve-u-1642b20c920\">Your personal information is contained behind secured networks and is only accessible by a limited number of persons who have special access rights to such systems, and are required to keep the information confidential. In addition, all sensitive/credit information you supply is encrypted via Secure Socket Layer (SSL) technology.</p><p data-css=\"tve-u-1642b20c920\">We implement a variety of security measures when a user places an order, enters, submits, or accesses their information to maintain the safety of your personal information.</p><p data-css=\"tve-u-1642b20c920\">All transactions are processed through a gateway provider and are not stored or processed on our servers.</p><p data-css=\"tve-u-1642b20c920\">Do we use \'cookies\'?</p><p data-css=\"tve-u-1642b20c920\">Yes. Cookies are small files that a site or its service provider transfers to your computer\'s hard drive through your Web browser (if you allow) that enable the site\'s or service provider\'s systems to recognize your browser and capture and remember certain information. For instance, we use cookies to help us remember and process the items in your shopping cart. They are also used to help us understand your preferences based on previous or current site activity, which enables us to provide you with improved services. We also use cookies to help us compile aggregate data about site traffic and site interaction so that we can offer better site experiences and tools in the future.</p><p data-css=\"tve-u-1642b20c920\">We use cookies to:</p><p data-css=\"tve-u-1642b20c920\">â€¢ Help remember and process the items in the shopping cart.<br>â€¢ Understand and save user\'s preferences for future visits.<br>You can choose to have your computer warn you each time a cookie is being sent, or you can choose to turn off all cookies. You do this through your browser (like Internet Explorer) settings. Each browser is a little different, so look at your browser\'s Help menu to learn the correct way to modify your cookies.<br>If users disable cookies in their browser:<br>If you turn off cookies, some features will be disabled. However, you can still place orders for<br>saved items in your shopping cart over the telephone by contacting customer service.</p><p data-css=\"tve-u-1642b20c920\">Third Party Disclosure</p><p data-css=\"tve-u-1642b20c920\">We do not sell, trade, or otherwise transfer to outside parties your personally identifiable information.</p><p data-css=\"tve-u-1642b20c920\">Third party links</p><p data-css=\"tve-u-1642b20c920\">Occasionally, at our discretion, we may include or offer third party products or services on our website. These third party sites have separate and independent privacy policies. We therefore have no responsibility or liability for the content and activities of these linked sites. Nonetheless, we seek to protect the integrity of our site and welcome any feedback about these sites.</p><p data-css=\"tve-u-1642b20c920\">Google</p><p data-css=\"tve-u-1642b20c920\">Google\'s advertising requirements can be summed up by Google\'s Advertising Principles. They are put in place to provide a positive experience for users. https://support.google.com/adwordspolicy/answer/1316548?hl=en<br>Opting out:<br>Users can set preferences for how Google advertises to you using the Google Ad Settings page. Alternatively, you can opt out by visiting the Network Advertising initiative opt out page or permanently using the Google Analytics Opt Out Browser add on.<br>California Online Privacy Protection Act<br>CalOPPA is the first state law in the nation to require commercial websites and online services to post a privacy policy. The law\'s reach stretches well beyond California to require a person or company in the United States (and conceivably the world) that operates websites collecting personally identifiable information from California consumers to post a conspicuous privacy policy on its website stating exactly the information being collected and those individuals with whom it is being shared, and to comply with this policy.<br>See more at: http://consumercal.org/california-online-privacy-protection-act-caloppa/#sthash.0FdRbT51.dpuf<br>According to CalOPPA we agree to the following:<br>Users can visit our site anonymously<br>Once this privacy policy is created, we will add a link to it on our home page, or as a minimum on the first significant page after entering our website.<br>Our Privacy Policy link includes the word \'Privacy\', and can be easily be found on the page specified above.<br>Users will be notified of any privacy policy changes:<br>â€¢ On our Privacy Policy Page<br>Users are able to change their personal information:<br>â€¢ By emailing us<br>â€¢ By calling us</p><p data-css=\"tve-u-1642b20c920\">How does our site handle do not track signals?</p><p data-css=\"tve-u-1642b20c920\">We honor do not track signals and do not track, plant cookies, or use advertising when a Do Not Track (DNT) browser mechanism is in place.</p><p data-css=\"tve-u-1642b20c920\">Does our site allow third party behavioral tracking?</p><p data-css=\"tve-u-1642b20c920\">It\'s also important to note that we do not allow third party behavioral tracking<br>COPPA (Children Online Privacy Protection Act)<br>When it comes to the collection of personal information from children under 13, the Children\'s Online Privacy Protection Act (COPPA) puts parents in control. The Federal Trade Commission, the nation\'s consumer protection agency, enforces the COPPA Rule, which spells out what operators of websites and online services must do to protect children\'s privacy and safety online.</p><p data-css=\"tve-u-1642b20c920\">We do not specifically market to children under 13.</p><p data-css=\"tve-u-1642b20c920\">Fair Information Practices</p><p data-css=\"tve-u-1642b20c920\">The Fair Information Practices Principles form the backbone of privacy law in the United States and the concepts they include have played a significant role in the development of data protection laws around the globe. Understanding the Fair Information Practice Principles and how they should be implemented is critical to comply with the various privacy laws that protect personal information.<br>In order to be in line with Fair Information Practices we will take the following responsive action, should a data breach occur:<br>â€¢ Within 7 business days<br>We will notify the users via in site notification<br>â€¢ Within 7 business days<br>We also agree to the individual redress principle, which requires that individuals have a right to pursue legally enforceable rights against data collectors and processors who fail to adhere to the law. This principle requires not only that individuals have enforceable rights against data users, but also that individuals have recourse to courts or a government agency to investigate and/or prosecute non-compliance by data processors.<br>CAN SPAM Act<br>The CAN-SPAM Act is a law that sets the rules for commercial email, establishes requirements for commercial messages, gives recipients the right to have emails stopped from being sent to them, and spells out tough penalties for violations.</p><p data-css=\"tve-u-1642b20c920\">We collect your email address in order to:</p><p data-css=\"tve-u-1642b20c920\">â€¢ Send information, respond to inquiries, and/or other requests or questions.<br>â€¢ Process orders and to send information and updates pertaining to orders<br>â€¢ Market to our mailing list or continue to send emails to our clients after the original transaction has occurred<br>To be in accordance with CANSPAM we agree to the following:<br>â€¢ NOT use false, or misleading subjects or email addresses<br>â€¢ Identify the message as an advertisement in some reasonable way<br>â€¢ Include the physical address of our business or site headquarters<br>â€¢ Monitor third party email marketing services for compliance, if one is used.<br>â€¢ Honor opt-out/unsubscribe requests quickly<br>â€¢ Allow users to unsubscribe by using the link at the bottom of each email<br>If at any time you would like to unsubscribe from receiving future emails, you can email us at<br>â€¢ Follow the instructions at the bottom of each email. and we will promptly remove you from ALL correspondence.</p><p data-css=\"tve-u-1642b20c920\">Contacting Us</p><p data-css=\"tve-u-1642b20c920\">If there are any questions regarding this privacy policy you may contact us using the information below.<br>Blackhawk Custom, LLC.<br>825 South Kings Highway<br>Fort Pierce, FL 34945<br>United States<br>https://www.blackhawkcustom.com<br>Conditions of use:</p><p data-css=\"tve-u-1642b20c920\">By using this website, you agree to all of our terms and conditions of the sale<br>All sales are final (See our refund policy)</p></div></div>\n</div>'),(1996,179,'tve_revision_tve_has_wistia_popover','0'),(1997,180,'tve_revision_tve_landing_page','tcb2-blank-page-styled'),(1998,180,'tve_revision_tve_disable_theme_dependency','1'),(1999,180,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1642b667be5\" style=\"z-index: 8;\" wfd-id=\"33\">\n<div class=\"tve-content-box-background\" wfd-id=\"47\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1642b6ef7e6\" style=\"z-index: 8;\" wfd-id=\"34\"><div class=\"thrv_wrapper thrv_widget_menu tve-custom-menu-upgrade tve-mobile-dropdown tve-menu-style-style_1\" data-tve-style=\"tve_horizontal\" data-tve-switch-icon=\"tablet,mobile\" data-css=\"tve-u-1642b26f466\" style=\"z-index: 8;\" wfd-id=\"41\">	<div class=\"thrive-shortcode-config\" style=\"display: none !important\" wfd-id=\"46\">__CONFIG_widget_menu__{\"menu_id\":\"4\",\"color\":\"tve_red\",\"dir\":\"tve_horizontal\",\"font_class\":\"\",\"font_size\":\"\",\"ul_attr\":\"\",\"link_attr\":\"\",\"top_link_attr\":\"\",\"trigger_attr\":\"\",\"primary\":\"\",\"head_css\":\"\",\"background_hover\":\"\",\"main_hover\":\"\",\"child_hover\":\"\",\"group_edit\":[{\"css_id\":\"\",\"class\":\"\"},{\"css_id\":\"\",\"class\":\"\"},{\"css_id\":\"\",\"class\":\"\"},{\"css_id\":\"\",\"class\":\"\"},{\"css_id\":null,\"class\":\"\"}],\"menu_style\":\"style_1\",\"dropdown_icon\":\"\",\"mobile_side\":\"\",\"mobile_icon\":\"\",\"switch_to_icon\":\"tablet,mobile\"}__CONFIG_widget_menu__</div>\n</div><div class=\"thrv_wrapper thrv_heading\" style=\"\" data-tag=\"h1\" data-css=\"tve-u-1642b32e2c2\" wfd-id=\"38\"><h1 data-css=\"tve-u-16035acf904\" style=\"text-align: center;\"><strong>Privacy</strong></h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" data-css=\"tve-u-1642b25c464\" wfd-id=\"35\"><p data-css=\"tve-u-1642b20c920\">Privacy Policy</p><p data-css=\"tve-u-1642b20c920\">What personal information do we collect from the people that visit our blog, website or app?<br>When ordering or registering on our site, as appropriate, you may be asked to enter your name, email address, mailing address, phone number, credit card information or other details to help you with your experience.</p><p data-css=\"tve-u-1642b20c920\">When do we collect information?</p><p data-css=\"tve-u-1642b20c920\">We collect information from you when you register on our site, place an order, subscribe to a newsletter, respond to a survey, fill out a form or enter information on our site.</p><p data-css=\"tve-u-1642b20c920\">How do we use your information?</p><p data-css=\"tve-u-1642b20c920\">We may use the information we collect from you when you register, make a purchase, sign up for our newsletter, respond to a survey or marketing communication, surf the website, or use certain other site features in the following ways:<br>â€¢ To personalize user\'s experience and to allow us to deliver the type of content and product offerings in which you are most interested.<br>â€¢ To improve our website in order to better serve you.<br>â€¢ To allow us to better service you in responding to your customer service requests.<br>â€¢ To administer a contest, promotion, survey or other site feature.<br>â€¢ To quickly process your transactions.<br>â€¢ To send periodic emails regarding your order or other products and services.</p><p data-css=\"tve-u-1642b20c920\">How do we protect visitor information?</p><p data-css=\"tve-u-1642b20c920\">Our website is scanned on a regular basis for security holes and known vulnerabilities in order to make your visit to our site as safe as possible.<br>We use regular Malware Scanning.</p><p data-css=\"tve-u-1642b20c920\">Your personal information is contained behind secured networks and is only accessible by a limited number of persons who have special access rights to such systems, and are required to keep the information confidential. In addition, all sensitive/credit information you supply is encrypted via Secure Socket Layer (SSL) technology.</p><p data-css=\"tve-u-1642b20c920\">We implement a variety of security measures when a user places an order, enters, submits, or accesses their information to maintain the safety of your personal information.</p><p data-css=\"tve-u-1642b20c920\">All transactions are processed through a gateway provider and are not stored or processed on our servers.</p><p data-css=\"tve-u-1642b20c920\">Do we use \'cookies\'?</p><p data-css=\"tve-u-1642b20c920\">Yes. Cookies are small files that a site or its service provider transfers to your computer\'s hard drive through your Web browser (if you allow) that enable the site\'s or service provider\'s systems to recognize your browser and capture and remember certain information. For instance, we use cookies to help us remember and process the items in your shopping cart. They are also used to help us understand your preferences based on previous or current site activity, which enables us to provide you with improved services. We also use cookies to help us compile aggregate data about site traffic and site interaction so that we can offer better site experiences and tools in the future.</p><p data-css=\"tve-u-1642b20c920\">We use cookies to:</p><p data-css=\"tve-u-1642b20c920\">â€¢ Help remember and process the items in the shopping cart.<br>â€¢ Understand and save user\'s preferences for future visits.<br>You can choose to have your computer warn you each time a cookie is being sent, or you can choose to turn off all cookies. You do this through your browser (like Internet Explorer) settings. Each browser is a little different, so look at your browser\'s Help menu to learn the correct way to modify your cookies.<br>If users disable cookies in their browser:<br>If you turn off cookies, some features will be disabled. However, you can still place orders for<br>saved items in your shopping cart over the telephone by contacting customer service.</p><p data-css=\"tve-u-1642b20c920\">Third Party Disclosure</p><p data-css=\"tve-u-1642b20c920\">We do not sell, trade, or otherwise transfer to outside parties your personally identifiable information.</p><p data-css=\"tve-u-1642b20c920\">Third party links</p><p data-css=\"tve-u-1642b20c920\">Occasionally, at our discretion, we may include or offer third party products or services on our website. These third party sites have separate and independent privacy policies. We therefore have no responsibility or liability for the content and activities of these linked sites. Nonetheless, we seek to protect the integrity of our site and welcome any feedback about these sites.</p><p data-css=\"tve-u-1642b20c920\">Google</p><p data-css=\"tve-u-1642b20c920\">Google\'s advertising requirements can be summed up by Google\'s Advertising Principles. They are put in place to provide a positive experience for users. https://support.google.com/adwordspolicy/answer/1316548?hl=en<br>Opting out:<br>Users can set preferences for how Google advertises to you using the Google Ad Settings page. Alternatively, you can opt out by visiting the Network Advertising initiative opt out page or permanently using the Google Analytics Opt Out Browser add on.<br>California Online Privacy Protection Act<br>CalOPPA is the first state law in the nation to require commercial websites and online services to post a privacy policy. The law\'s reach stretches well beyond California to require a person or company in the United States (and conceivably the world) that operates websites collecting personally identifiable information from California consumers to post a conspicuous privacy policy on its website stating exactly the information being collected and those individuals with whom it is being shared, and to comply with this policy.<br>See more at: http://consumercal.org/california-online-privacy-protection-act-caloppa/#sthash.0FdRbT51.dpuf<br>According to CalOPPA we agree to the following:<br>Users can visit our site anonymously<br>Once this privacy policy is created, we will add a link to it on our home page, or as a minimum on the first significant page after entering our website.<br>Our Privacy Policy link includes the word \'Privacy\', and can be easily be found on the page specified above.<br>Users will be notified of any privacy policy changes:<br>â€¢ On our Privacy Policy Page<br>Users are able to change their personal information:<br>â€¢ By emailing us<br>â€¢ By calling us</p><p data-css=\"tve-u-1642b20c920\">How does our site handle do not track signals?</p><p data-css=\"tve-u-1642b20c920\">We honor do not track signals and do not track, plant cookies, or use advertising when a Do Not Track (DNT) browser mechanism is in place.</p><p data-css=\"tve-u-1642b20c920\">Does our site allow third party behavioral tracking?</p><p data-css=\"tve-u-1642b20c920\">It\'s also important to note that we do not allow third party behavioral tracking<br>COPPA (Children Online Privacy Protection Act)<br>When it comes to the collection of personal information from children under 13, the Children\'s Online Privacy Protection Act (COPPA) puts parents in control. The Federal Trade Commission, the nation\'s consumer protection agency, enforces the COPPA Rule, which spells out what operators of websites and online services must do to protect children\'s privacy and safety online.</p><p data-css=\"tve-u-1642b20c920\">We do not specifically market to children under 13.</p><p data-css=\"tve-u-1642b20c920\">Fair Information Practices</p><p data-css=\"tve-u-1642b20c920\">The Fair Information Practices Principles form the backbone of privacy law in the United States and the concepts they include have played a significant role in the development of data protection laws around the globe. Understanding the Fair Information Practice Principles and how they should be implemented is critical to comply with the various privacy laws that protect personal information.<br>In order to be in line with Fair Information Practices we will take the following responsive action, should a data breach occur:<br>â€¢ Within 7 business days<br>We will notify the users via in site notification<br>â€¢ Within 7 business days<br>We also agree to the individual redress principle, which requires that individuals have a right to pursue legally enforceable rights against data collectors and processors who fail to adhere to the law. This principle requires not only that individuals have enforceable rights against data users, but also that individuals have recourse to courts or a government agency to investigate and/or prosecute non-compliance by data processors.<br>CAN SPAM Act<br>The CAN-SPAM Act is a law that sets the rules for commercial email, establishes requirements for commercial messages, gives recipients the right to have emails stopped from being sent to them, and spells out tough penalties for violations.</p><p data-css=\"tve-u-1642b20c920\">We collect your email address in order to:</p><p data-css=\"tve-u-1642b20c920\">â€¢ Send information, respond to inquiries, and/or other requests or questions.<br>â€¢ Process orders and to send information and updates pertaining to orders<br>â€¢ Market to our mailing list or continue to send emails to our clients after the original transaction has occurred<br>To be in accordance with CANSPAM we agree to the following:<br>â€¢ NOT use false, or misleading subjects or email addresses<br>â€¢ Identify the message as an advertisement in some reasonable way<br>â€¢ Include the physical address of our business or site headquarters<br>â€¢ Monitor third party email marketing services for compliance, if one is used.<br>â€¢ Honor opt-out/unsubscribe requests quickly<br>â€¢ Allow users to unsubscribe by using the link at the bottom of each email<br>If at any time you would like to unsubscribe from receiving future emails, you can email us at<br>â€¢ Follow the instructions at the bottom of each email. and we will promptly remove you from ALL correspondence.</p><p data-css=\"tve-u-1642b20c920\">Contacting Us</p><p data-css=\"tve-u-1642b20c920\">If there are any questions regarding this privacy policy you may contact us using the information below.<br>Blackhawk Custom, LLC.<br>825 South Kings Highway<br>Fort Pierce, FL 34945<br>United States<br>https://www.blackhawkcustom.com<br>Conditions of use:</p><p data-css=\"tve-u-1642b20c920\">By using this website, you agree to all of our terms and conditions of the sale<br>All sales are final (See our refund policy)</p></div></div>\n</div>'),(1984,179,'tve_revision_tve_content_more_found',''),(1985,179,'tve_revision_tve_save_post',''),(1986,179,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Montserrat:400,700&subset=latin\");@media (min-width: 300px){#tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] p, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] li, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] blockquote, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] address, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] .tcb-plain-text, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] h1, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] h2, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] h3, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] h4, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] h5, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] h6 { color: rgb(255, 255, 255); }[data-css=\"tve-u-1642b26f466\"] #menu-item-153.menu-item { margin-right: 0px; }[data-css=\"tve-u-1642b26f466\"] #menu-item-104.menu-item { margin-right: 0px; }[data-css=\"tve-u-1642b26f466\"] #menu-item-103.menu-item { margin-right: 0px; }[data-css=\"tve-u-1642b26f466\"] #menu-item-102.menu-item { margin-right: 0px; }[data-css=\"tve-u-1642b26f466\"] #menu-item-109.menu-item { margin-right: 0px; }[data-css=\"tve-u-1642b667be5\"] { max-width: 1200px; float: none; width: 100%; padding: 5px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1642b26f466\"] #menu-item-153 { float: none; padding: 0px 28px !important; margin-left: auto !important; margin-right: auto !important; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-153:hover > a { fill: rgb(179, 144, 57) !important; color: rgb(179, 144, 57) !important; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-153 > a { fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; font-size: 16px !important; }[data-css=\"tve-u-1642b26f466\"] #menu-item-104 { text-align: center; float: none; padding: 0px 28px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1642b26f466\"] #menu-item-103 { text-align: center; float: none; padding: 0px 28px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1642b26f466\"] #menu-item-102 { text-align: center; float: none; padding: 0px 28px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1642b26f466\"] #menu-item-109 { text-align: center; float: none; padding: 0px 28px !important; margin-left: auto !important; margin-right: auto !important; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-104:hover > a { fill: rgb(179, 144, 57) !important; color: rgb(179, 144, 57) !important; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-103:hover > a { fill: rgb(179, 144, 57) !important; color: rgb(179, 144, 57) !important; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-102:hover > a { fill: rgb(179, 144, 57) !important; color: rgb(179, 144, 57) !important; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-109:hover > a { fill: rgb(179, 144, 57) !important; color: rgb(179, 144, 57) !important; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-104 > a { fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-103 > a { fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-102 > a { fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-109 > a { fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; font-size: 16px !important; }[data-css=\"tve-u-1642b26f466\"] .tve_w_menu { background-image: none !important; background-color: rgb(0, 0, 0) !important; }[data-css=\"tve-u-1642b32e2c2\"] { float: none; z-index: 3; position: relative; width: 100%; margin-left: auto !important; margin-right: auto !important; }#tcb_landing_page a.tve_state_hover:not(.tcb-button-link) { color: rgb(179, 144, 57); }[data-css=\"tve-u-1642b26f466\"] { float: none; width: 100%; z-index: 3; position: relative; margin: 0px auto 20px !important; padding-bottom: 2px !important; }[data-css=\"tve-u-1642b25c464\"] { padding: 5px !important; background-image: none !important; }[data-css=\"tve-u-1642b20c920\"] strong { font-weight: 700 !important; }#tve_editor [data-css=\"tve-u-1642b20c920\"] { font-size: 16px !important; font-family: Montserrat !important; font-weight: 400 !important; }[data-css=\"tve-u-16035acf904\"] strong { font-weight: 700 !important; }#tve_editor [data-css=\"tve-u-16035acf904\"] { font-size: 24px !important; font-family: Montserrat !important; font-weight: 400 !important; text-transform: capitalize !important; }.tcb-plain-text strong { font-weight: 700; }.tcb-plain-text { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page a strong { font-weight: 700; }#tcb_landing_page h6 strong { font-weight: 700; }#tcb_landing_page h5 strong { font-weight: 700; }#tcb_landing_page h4 strong { font-weight: 700; }#tcb_landing_page h6 { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); font-size: 20px; }#tcb_landing_page h5 { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); font-size: 24px; }#tcb_landing_page h4 { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); font-size: 30px; }#tcb_landing_page a:not(.tcb-button-link) { color: rgb(255, 255, 255); text-decoration: underline; }#tcb_landing_page h3 strong { font-weight: 700; }#tcb_landing_page h3 { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); font-size: 38px; line-height: 1.3em; }#tcb_landing_page h2 strong { font-weight: 700; }#tcb_landing_page h2 { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); font-size: 45px; line-height: 1.3em; }#tcb_landing_page h1 strong { font-weight: 700; }#tcb_landing_page h1 { font-family: Montserrat; font-weight: 400; font-size: 50px; line-height: 1.3em; color: rgb(255, 255, 255); }#tcb_landing_page p strong, #tcb_landing_page li strong { font-weight: 700; }#tcb_landing_page p, #tcb_landing_page li { font-family: Montserrat; font-weight: 400; font-size: 17px; line-height: 1.6em; color: rgb(255, 255, 255); }[data-css=\"tve-u-15e09c94f7d\"] { background-color: rgb(0, 0, 0) !important; }#tcb_landing_page a:hover:not(.tcb-button-link) { text-decoration: none; color: rgb(179, 144, 57); }#tcb_landing_page .tve-state-hovera:not(.tcb-button-link) { text-decoration: none; }#tcb_landing_page a.tve-state-hover:not(.tcb-button-link) { text-decoration: none; }[data-css=\"tve-u-1642b6ef7e6\"]::after { clear: both; }}@media (max-width: 1023px){#tcb_landing_page a:not(.tcb-button-link) { color: rgb(0, 0, 0); }.tcb-plain-text { color: rgb(0, 0, 0); }#tcb_landing_page p, #tcb_landing_page li { color: rgb(0, 0, 0); }#tcb_landing_page h6 { color: rgb(0, 0, 0); }#tcb_landing_page h5 { color: rgb(0, 0, 0); }#tcb_landing_page h4 { color: rgb(0, 0, 0); }#tcb_landing_page h3 { color: rgb(0, 0, 0); }#tcb_landing_page h2 { color: rgb(0, 0, 0); }#tcb_landing_page h1 { color: rgb(0, 0, 0); }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-153 > a { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-104 > a { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-103 > a { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-102 > a { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-109 > a { font-size: 16px !important; }[data-css=\"tve-u-1642b26f466\"] #menu-item-153 { float: none; padding-left: 0px !important; padding-right: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1642b26f466\"] #menu-item-104 { float: none; padding-left: 0px !important; padding-right: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1642b26f466\"] #menu-item-103 { float: none; padding-left: 0px !important; padding-right: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1642b26f466\"] #menu-item-102 { float: none; padding-left: 0px !important; padding-right: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1642b26f466\"] #menu-item-109 { float: none; padding-left: 0px !important; padding-right: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1642b26f466\"] { max-width: 1200px; float: none; width: 100%; z-index: 3; position: relative; margin: 0px auto !important; padding: 5px !important; }}@media (max-width: 767px){#tve_editor [data-css=\"tve-u-16035acf904\"] { font-size: 36px !important; }[data-css=\"tve-u-1642b26f466\"] #menu-item-109 { padding-left: 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-1642b26f466\"] #menu-item-102 { padding-left: 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-1642b26f466\"] #menu-item-103 { padding-left: 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-1642b26f466\"] #menu-item-104 { padding-left: 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-1642b26f466\"] #menu-item-153 { padding-left: 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-1642b26f466\"] .tcb-icon-open { font-size: 36px; width: 36px; height: 36px; }#tve_editor [data-css=\"tve-u-1642b26f466\"] .tcb-icon-open > :first-child { color: rgb(255, 255, 255); }}'),(1987,179,'tve_revision_tve_user_custom_css',''),(1988,179,'tve_revision_tve_page_events','a:0:{}'),(1989,179,'tve_revision_tve_globals','a:2:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";s:8:\"font_cls\";a:0:{}}'),(1990,179,'tve_revision_tve_global_scripts',''),(1991,179,'tve_revision_thrive_icon_pack','0'),(1992,179,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(1993,179,'tve_revision_tve_has_masonry','0'),(1994,179,'tve_revision_tve_has_typefocus','0'),(1995,179,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1642b667be5\" style=\"z-index: 8;\" wfd-id=\"33\">\n<div class=\"tve-content-box-background\" wfd-id=\"47\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1642b6ef7e6\" style=\"z-index: 8;\" wfd-id=\"34\"><div class=\"thrv_wrapper thrv_widget_menu tve-custom-menu-upgrade tve-mobile-dropdown tve-menu-style-style_1\" data-tve-style=\"tve_horizontal\" data-tve-switch-icon=\"tablet,mobile\" data-css=\"tve-u-1642b26f466\" style=\"z-index: 8;\" wfd-id=\"41\">	<div class=\"thrive-shortcode-config\" style=\"display: none !important\" wfd-id=\"46\">__CONFIG_widget_menu__{\"menu_id\":\"4\",\"color\":\"tve_red\",\"dir\":\"tve_horizontal\",\"font_class\":\"\",\"font_size\":\"\",\"ul_attr\":\"\",\"link_attr\":\"\",\"top_link_attr\":\"\",\"trigger_attr\":\"\",\"primary\":\"\",\"head_css\":\"\",\"background_hover\":\"\",\"main_hover\":\"\",\"child_hover\":\"\",\"group_edit\":[{\"css_id\":\"\",\"class\":\"\"},{\"css_id\":\"\",\"class\":\"\"},{\"css_id\":\"\",\"class\":\"\"},{\"css_id\":\"\",\"class\":\"\"},{\"css_id\":null,\"class\":\"\"}],\"menu_style\":\"style_1\",\"dropdown_icon\":\"\",\"mobile_side\":\"\",\"mobile_icon\":\"\",\"switch_to_icon\":\"tablet,mobile\"}__CONFIG_widget_menu__</div>\n</div><div class=\"thrv_wrapper thrv_heading\" style=\"\" data-tag=\"h1\" data-css=\"tve-u-1642b32e2c2\" wfd-id=\"38\"><h1 data-css=\"tve-u-16035acf904\" style=\"text-align: center;\"><strong>Privacy</strong></h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" data-css=\"tve-u-1642b25c464\" wfd-id=\"35\"><p data-css=\"tve-u-1642b20c920\">Privacy Policy</p><p data-css=\"tve-u-1642b20c920\">What personal information do we collect from the people that visit our blog, website or app?<br>When ordering or registering on our site, as appropriate, you may be asked to enter your name, email address, mailing address, phone number, credit card information or other details to help you with your experience.</p><p data-css=\"tve-u-1642b20c920\">When do we collect information?</p><p data-css=\"tve-u-1642b20c920\">We collect information from you when you register on our site, place an order, subscribe to a newsletter, respond to a survey, fill out a form or enter information on our site.</p><p data-css=\"tve-u-1642b20c920\">How do we use your information?</p><p data-css=\"tve-u-1642b20c920\">We may use the information we collect from you when you register, make a purchase, sign up for our newsletter, respond to a survey or marketing communication, surf the website, or use certain other site features in the following ways:<br>â€¢ To personalize user\'s experience and to allow us to deliver the type of content and product offerings in which you are most interested.<br>â€¢ To improve our website in order to better serve you.<br>â€¢ To allow us to better service you in responding to your customer service requests.<br>â€¢ To administer a contest, promotion, survey or other site feature.<br>â€¢ To quickly process your transactions.<br>â€¢ To send periodic emails regarding your order or other products and services.</p><p data-css=\"tve-u-1642b20c920\">How do we protect visitor information?</p><p data-css=\"tve-u-1642b20c920\">Our website is scanned on a regular basis for security holes and known vulnerabilities in order to make your visit to our site as safe as possible.<br>We use regular Malware Scanning.</p><p data-css=\"tve-u-1642b20c920\">Your personal information is contained behind secured networks and is only accessible by a limited number of persons who have special access rights to such systems, and are required to keep the information confidential. In addition, all sensitive/credit information you supply is encrypted via Secure Socket Layer (SSL) technology.</p><p data-css=\"tve-u-1642b20c920\">We implement a variety of security measures when a user places an order, enters, submits, or accesses their information to maintain the safety of your personal information.</p><p data-css=\"tve-u-1642b20c920\">All transactions are processed through a gateway provider and are not stored or processed on our servers.</p><p data-css=\"tve-u-1642b20c920\">Do we use \'cookies\'?</p><p data-css=\"tve-u-1642b20c920\">Yes. Cookies are small files that a site or its service provider transfers to your computer\'s hard drive through your Web browser (if you allow) that enable the site\'s or service provider\'s systems to recognize your browser and capture and remember certain information. For instance, we use cookies to help us remember and process the items in your shopping cart. They are also used to help us understand your preferences based on previous or current site activity, which enables us to provide you with improved services. We also use cookies to help us compile aggregate data about site traffic and site interaction so that we can offer better site experiences and tools in the future.</p><p data-css=\"tve-u-1642b20c920\">We use cookies to:</p><p data-css=\"tve-u-1642b20c920\">â€¢ Help remember and process the items in the shopping cart.<br>â€¢ Understand and save user\'s preferences for future visits.<br>You can choose to have your computer warn you each time a cookie is being sent, or you can choose to turn off all cookies. You do this through your browser (like Internet Explorer) settings. Each browser is a little different, so look at your browser\'s Help menu to learn the correct way to modify your cookies.<br>If users disable cookies in their browser:<br>If you turn off cookies, some features will be disabled. However, you can still place orders for<br>saved items in your shopping cart over the telephone by contacting customer service.</p><p data-css=\"tve-u-1642b20c920\">Third Party Disclosure</p><p data-css=\"tve-u-1642b20c920\">We do not sell, trade, or otherwise transfer to outside parties your personally identifiable information.</p><p data-css=\"tve-u-1642b20c920\">Third party links</p><p data-css=\"tve-u-1642b20c920\">Occasionally, at our discretion, we may include or offer third party products or services on our website. These third party sites have separate and independent privacy policies. We therefore have no responsibility or liability for the content and activities of these linked sites. Nonetheless, we seek to protect the integrity of our site and welcome any feedback about these sites.</p><p data-css=\"tve-u-1642b20c920\">Google</p><p data-css=\"tve-u-1642b20c920\">Google\'s advertising requirements can be summed up by Google\'s Advertising Principles. They are put in place to provide a positive experience for users. https://support.google.com/adwordspolicy/answer/1316548?hl=en<br>Opting out:<br>Users can set preferences for how Google advertises to you using the Google Ad Settings page. Alternatively, you can opt out by visiting the Network Advertising initiative opt out page or permanently using the Google Analytics Opt Out Browser add on.<br>California Online Privacy Protection Act<br>CalOPPA is the first state law in the nation to require commercial websites and online services to post a privacy policy. The law\'s reach stretches well beyond California to require a person or company in the United States (and conceivably the world) that operates websites collecting personally identifiable information from California consumers to post a conspicuous privacy policy on its website stating exactly the information being collected and those individuals with whom it is being shared, and to comply with this policy.<br>See more at: http://consumercal.org/california-online-privacy-protection-act-caloppa/#sthash.0FdRbT51.dpuf<br>According to CalOPPA we agree to the following:<br>Users can visit our site anonymously<br>Once this privacy policy is created, we will add a link to it on our home page, or as a minimum on the first significant page after entering our website.<br>Our Privacy Policy link includes the word \'Privacy\', and can be easily be found on the page specified above.<br>Users will be notified of any privacy policy changes:<br>â€¢ On our Privacy Policy Page<br>Users are able to change their personal information:<br>â€¢ By emailing us<br>â€¢ By calling us</p><p data-css=\"tve-u-1642b20c920\">How does our site handle do not track signals?</p><p data-css=\"tve-u-1642b20c920\">We honor do not track signals and do not track, plant cookies, or use advertising when a Do Not Track (DNT) browser mechanism is in place.</p><p data-css=\"tve-u-1642b20c920\">Does our site allow third party behavioral tracking?</p><p data-css=\"tve-u-1642b20c920\">It\'s also important to note that we do not allow third party behavioral tracking<br>COPPA (Children Online Privacy Protection Act)<br>When it comes to the collection of personal information from children under 13, the Children\'s Online Privacy Protection Act (COPPA) puts parents in control. The Federal Trade Commission, the nation\'s consumer protection agency, enforces the COPPA Rule, which spells out what operators of websites and online services must do to protect children\'s privacy and safety online.</p><p data-css=\"tve-u-1642b20c920\">We do not specifically market to children under 13.</p><p data-css=\"tve-u-1642b20c920\">Fair Information Practices</p><p data-css=\"tve-u-1642b20c920\">The Fair Information Practices Principles form the backbone of privacy law in the United States and the concepts they include have played a significant role in the development of data protection laws around the globe. Understanding the Fair Information Practice Principles and how they should be implemented is critical to comply with the various privacy laws that protect personal information.<br>In order to be in line with Fair Information Practices we will take the following responsive action, should a data breach occur:<br>â€¢ Within 7 business days<br>We will notify the users via in site notification<br>â€¢ Within 7 business days<br>We also agree to the individual redress principle, which requires that individuals have a right to pursue legally enforceable rights against data collectors and processors who fail to adhere to the law. This principle requires not only that individuals have enforceable rights against data users, but also that individuals have recourse to courts or a government agency to investigate and/or prosecute non-compliance by data processors.<br>CAN SPAM Act<br>The CAN-SPAM Act is a law that sets the rules for commercial email, establishes requirements for commercial messages, gives recipients the right to have emails stopped from being sent to them, and spells out tough penalties for violations.</p><p data-css=\"tve-u-1642b20c920\">We collect your email address in order to:</p><p data-css=\"tve-u-1642b20c920\">â€¢ Send information, respond to inquiries, and/or other requests or questions.<br>â€¢ Process orders and to send information and updates pertaining to orders<br>â€¢ Market to our mailing list or continue to send emails to our clients after the original transaction has occurred<br>To be in accordance with CANSPAM we agree to the following:<br>â€¢ NOT use false, or misleading subjects or email addresses<br>â€¢ Identify the message as an advertisement in some reasonable way<br>â€¢ Include the physical address of our business or site headquarters<br>â€¢ Monitor third party email marketing services for compliance, if one is used.<br>â€¢ Honor opt-out/unsubscribe requests quickly<br>â€¢ Allow users to unsubscribe by using the link at the bottom of each email<br>If at any time you would like to unsubscribe from receiving future emails, you can email us at<br>â€¢ Follow the instructions at the bottom of each email. and we will promptly remove you from ALL correspondence.</p><p data-css=\"tve-u-1642b20c920\">Contacting Us</p><p data-css=\"tve-u-1642b20c920\">If there are any questions regarding this privacy policy you may contact us using the information below.<br>Blackhawk Custom, LLC.<br>825 South Kings Highway<br>Fort Pierce, FL 34945<br>United States<br>https://www.blackhawkcustom.com<br>Conditions of use:</p><p data-css=\"tve-u-1642b20c920\">By using this website, you agree to all of our terms and conditions of the sale<br>All sales are final (See our refund policy)</p></div></div>\n</div>'),(849,86,'thrive_tcb_post_fonts','a:0:{}'),(859,89,'tve_revision_tve_landing_page',''),(860,89,'tve_revision_tve_disable_theme_dependency',''),(861,89,'tve_revision_tve_content_before_more',''),(862,89,'tve_revision_tve_content_more_found',''),(863,89,'tve_revision_tve_save_post',''),(864,89,'tve_revision_tve_custom_css',''),(865,89,'tve_revision_tve_user_custom_css',''),(866,89,'tve_revision_tve_page_events',''),(867,89,'tve_revision_tve_globals',''),(868,89,'tve_revision_tve_global_scripts',''),(869,89,'tve_revision_thrive_icon_pack',''),(870,89,'tve_revision_thrive_tcb_post_fonts',''),(871,89,'tve_revision_tve_has_masonry',''),(872,89,'tve_revision_tve_has_typefocus',''),(873,89,'tve_revision_tve_updated_post',''),(874,89,'tve_revision_tve_has_wistia_popover',''),(875,68,'thrive_ab_traffic','100'),(876,68,'is_control','1'),(877,68,'thrive_ab_status','published'),(1180,120,'_edit_lock','1528692351:1'),(884,90,'tve_revision_tve_landing_page',''),(885,90,'tve_revision_tve_disable_theme_dependency',''),(886,90,'tve_revision_tve_content_before_more',''),(887,90,'tve_revision_tve_content_more_found',''),(888,90,'tve_revision_tve_save_post',''),(889,90,'tve_revision_tve_custom_css',''),(890,90,'tve_revision_tve_user_custom_css',''),(891,90,'tve_revision_tve_page_events',''),(892,90,'tve_revision_tve_globals',''),(893,90,'tve_revision_tve_global_scripts',''),(894,90,'tve_revision_thrive_icon_pack',''),(895,90,'tve_revision_thrive_tcb_post_fonts',''),(896,90,'tve_revision_tve_has_masonry',''),(897,90,'tve_revision_tve_has_typefocus',''),(898,90,'tve_revision_tve_updated_post',''),(899,90,'tve_revision_tve_has_wistia_popover',''),(900,69,'thrive_ab_traffic','100'),(901,69,'is_control','1'),(902,69,'thrive_ab_status','published'),(1961,177,'tve_revision_tve_has_masonry','0'),(1960,177,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(1959,177,'tve_revision_thrive_icon_pack','0'),(1958,177,'tve_revision_tve_global_scripts',''),(1957,177,'tve_revision_tve_globals','a:2:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";s:8:\"font_cls\";a:0:{}}'),(1956,177,'tve_revision_tve_page_events','a:0:{}'),(1955,177,'tve_revision_tve_user_custom_css',''),(1179,120,'_wp_attached_file','2018/06/Tattered-FlagBravoWhite.svg'),(927,95,'tcb2_ready','1'),(928,95,'_edit_last','1'),(929,95,'thrive_ab_traffic','100'),(930,95,'is_control','1'),(931,95,'thrive_ab_status','published'),(932,95,'_edit_lock','1551978147:1'),(933,96,'tve_revision_tve_landing_page',''),(934,96,'tve_revision_tve_disable_theme_dependency',''),(935,96,'tve_revision_tve_content_before_more',''),(936,96,'tve_revision_tve_content_more_found',''),(937,96,'tve_revision_tve_save_post',''),(938,96,'tve_revision_tve_custom_css',''),(939,96,'tve_revision_tve_user_custom_css',''),(940,96,'tve_revision_tve_page_events',''),(941,96,'tve_revision_tve_globals',''),(942,96,'tve_revision_tve_global_scripts',''),(943,96,'tve_revision_thrive_icon_pack',''),(944,96,'tve_revision_thrive_tcb_post_fonts',''),(945,96,'tve_revision_tve_has_masonry',''),(946,96,'tve_revision_tve_has_typefocus',''),(947,96,'tve_revision_tve_updated_post',''),(948,96,'tve_revision_tve_has_wistia_popover',''),(949,95,'site-sidebar-layout','default'),(950,95,'site-content-layout','default'),(951,95,'stick-header-meta','default'),(952,95,'theme-transparent-header-meta','default'),(969,95,'tcb_editor_enabled','1'),(970,95,'tve_updated_post_blank_v2','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-custom-menu-inside\" style=\"z-index: 8;\" data-css=\"tve-u-1642b593fd4\" wfd-id=\"27\">\n<div class=\"tve-content-box-background\" wfd-id=\"36\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" style=\"z-index: 8;\" data-css=\"tve-u-169591dee29\" wfd-id=\"28\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-165e642ffaf\" wfd-id=\"33\"><h2 data-css=\"tve-u-165e62d8c6d\">Terms &amp; Conditions</h2></div><div class=\"tcb-clear\" data-css=\"tve-u-165e6469798\" wfd-id=\"29\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1642b6ab2bb\" wfd-id=\"30\"><p data-css=\"tve-u-165e64714a8\" style=\"text-align: left;\">TERMS OF SERVICE<br><br>-----<br><br>OVERVIEW<br><br>This website is operated by Blackhawk Custom, LLC. Throughout the site, the terms â€œweâ€, â€œusâ€ and â€œourâ€ refer to Blackhawk Custom, LLC. Blackhawk Custom, LLC offers this website, including all information, tools and services available from this site to you, the user, conditioned upon your acceptance of all terms, conditions, policies and notices stated here.<br><br>By visiting our site and/ or purchasing something from us, you engage in our â€œServiceâ€ and agree to be bound by the following terms and conditions (â€œTerms of Serviceâ€, â€œTermsâ€), including those additional terms, conditions, and policies referenced herein and/or available by hyperlink. These Terms of Service apply to all users of the site, including without limitation users who are browsers, vendors, customers, merchants, and/ or contributors of content.<br><br>Please read these Terms of Service carefully before accessing or using our website. By accessing or using any part of the site, you agree to be bound by these Terms of Service. If you do not agree to all the terms and conditions of this agreement, then you may not access the website or use any services. If these Terms of Service are considered an offer, acceptance is expressly limited to these Terms of Service.<br><br>Any new features or tools which are added to the current store shall also be subject to the Terms of Service. You can review the most current version of the Terms of Service at any time on this page. We reserve the right to update, change or replace any part of these Terms of Service by posting updates and/or changes to our website. It is your responsibility to check this page periodically for changes. Your continued use of or access to the website following the posting of any changes constitutes acceptance of those changes.<br><br>SECTION 1 - ONLINE STORE TERMS<br><br>By agreeing to these Terms of Service, you represent that you are at least the age of majority in your state or province of residence, or that you are the age of majority in your state or province of residence and you have given us your consent to allow any of your minor dependents to use this site.<br>You may not use our products for any illegal or unauthorized purpose nor may you, in the use of the Service, violate any laws in your jurisdiction (including but not limited to copyright laws).<br>You must not transmit any worms or viruses or any code of a destructive nature.<br>A breach or violation of any of the Terms will result in an immediate termination of your Services.<br><br>SECTION 2 - GENERAL CONDITIONS<br><br>We reserve the right to refuse service to anyone for any reason at any time.<br>You understand that your content (not including credit card information), may be transferred unencrypted and involve (a) transmissions over various networks; and (b) changes to conform and adapt to technical requirements of connecting networks or devices. Credit card information is always encrypted during transfer over networks.<br>You agree not to reproduce, duplicate, copy, sell, resell or exploit any portion of the Service, use of the Service, or access to the Service or any contact on the website through which the service is provided, without express written permission by us.<br>The headings used in this agreement are included for convenience only and will not limit or otherwise affect these Terms.<br><br>SECTION 3 - ACCURACY, COMPLETENESS AND TIMELINESS OF INFORMATION<br><br>We are not responsible if information made available on this site is not accurate, complete or current. The material on this site is provided for general information only and should not be relied upon or used as the sole basis for making decisions without consulting primary, more accurate, more complete or more timely sources of information. Any reliance on the material on this site is at your own risk.<br>This site may contain certain historical information. Historical information, necessarily, is not current and is provided for your reference only. We reserve the right to modify the contents of this site at any time, but we have no obligation to update any information on our site. You agree that it is your responsibility to monitor changes to our site.<br><br>SECTION 4 - MODIFICATIONS TO THE SERVICE AND PRICES<br><br>The prices for our products are subject to change without notice.<br>We reserve the right at any time to modify or discontinue the Service (or any part or content thereof) without notice at any time.<br>We shall not be liable to you or to any third-party for any modification, price change, suspension or discontinuance of the Service.<br><br>SECTION 5 - PRODUCTS OR SERVICES (if applicable)<br><br>Certain products or services may be available exclusively online through the website. These products or services may have limited quantities and are subject to return or exchange only according to our Return Policy.<br>We have made every effort to display as accurately as possible the colors and images of our products that appear at the store. We cannot guarantee that your computer monitor\'s display of any color will be accurate.<br>We reserve the right, but are not obligated, to limit the sales of our products or Services to any person, geographic region or jurisdiction. We may exercise this right on a case-by-case basis. We reserve the right to limit the quantities of any products or services that we offer. All descriptions of products or product pricing are subject to change at anytime without notice, at the sole discretion of us. We reserve the right to discontinue any product at any time. Any offer for any product or service made on this site is void where prohibited.<br>We do not warrant that the quality of any products, services, information, or other material purchased or obtained by you will meet your expectations, or that any errors in the Service will be corrected.<br><br>SECTION 6 - ACCURACY OF BILLING AND ACCOUNT INFORMATION<br><br>We reserve the right to refuse any order you place with us. We may, in our sole discretion, limit or cancel quantities purchased per person, per household or per order. These restrictions may include orders placed by or under the same customer account, the same credit card, and/or orders that use the same billing and/or shipping address. In the event that we make a change to or cancel an order, we may attempt to notify you by contacting the e-mail and/or billing address/phone number provided at the time the order was made. We reserve the right to limit or prohibit orders that, in our sole judgment, appear to be placed by dealers, resellers or distributors.<br><br>You agree to provide current, complete and accurate purchase and account information for all purchases made at our store. You agree to promptly update your account and other information, including your email address and credit card numbers and expiration dates, so that we can complete your transactions and contact you as needed.<br><br>For more detail, please review our Returns Policy.<br><br>SECTION 7 - OPTIONAL TOOLS<br><br>We may provide you with access to third-party tools over which we neither monitor nor have any control nor input.<br>You acknowledge and agree that we provide access to such tools â€as isâ€ and â€œas availableâ€ without any warranties, representations or conditions of any kind and without any endorsement. We shall have no liability whatsoever arising from or relating to your use of optional third-party tools.<br>Any use by you of optional tools offered through the site is entirely at your own risk and discretion and you should ensure that you are familiar with and approve of the terms on which tools are provided by the relevant third-party provider(s).<br>We may also, in the future, offer new services and/or features through the website (including, the release of new tools and resources). Such new features and/or services shall also be subject to these Terms of Service.<br><br>SECTION 8 - THIRD-PARTY LINKS<br><br>Certain content, products and services available via our Service may include materials from third-parties.<br>Third-party links on this site may direct you to third-party websites that are not affiliated with us. We are not responsible for examining or evaluating the content or accuracy and we do not warrant and will not have any liability or responsibility for any third-party materials or websites, or for any other materials, products, or services of third-parties.<br>We are not liable for any harm or damages related to the purchase or use of goods, services, resources, content, or any other transactions made in connection with any third-party websites. Please review carefully the third-party\'s policies and practices and make sure you understand them before you engage in any transaction. Complaints, claims, concerns, or questions regarding third-party products should be directed to the third-party.<br><br>SECTION 9 - USER COMMENTS, FEEDBACK AND OTHER SUBMISSIONS<br><br>If, at our request, you send certain specific submissions (for example contest entries) or without a request from us you send creative ideas, suggestions, proposals, plans, or other materials, whether online, by email, by postal mail, or otherwise (collectively, \'comments\'), you agree that we may, at any time, without restriction, edit, copy, publish, distribute, translate and otherwise use in any medium any comments that you forward to us. We are and shall be under no obligation (1) to maintain any comments in confidence; (2) to pay compensation for any comments; or (3) to respond to any comments.<br>We may, but have no obligation to, monitor, edit or remove content that we determine in our sole discretion are unlawful, offensive, threatening, libelous, defamatory, pornographic, obscene or otherwise objectionable or violates any partyâ€™s intellectual property or these Terms of Service.<br>You agree that your comments will not violate any right of any third-party, including copyright, trademark, privacy, personality or other personal or proprietary right. You further agree that your comments will not contain libelous or otherwise unlawful, abusive or obscene material, or contain any computer virus or other malware that could in any way affect the operation of the Service or any related website. You may not use a false e-mail address, pretend to be someone other than yourself, or otherwise mislead us or third-parties as to the origin of any comments. You are solely responsible for any comments you make and their accuracy. We take no responsibility and assume no liability for any comments posted by you or any third-party.<br><br>SECTION 10 - PERSONAL INFORMATION<br><br>Your submission of personal information through the store is governed by our Privacy Policy. To view our Privacy Policy.<br><br>SECTION 11 - ERRORS, INACCURACIES AND OMISSIONS<br><br>Occasionally there may be information on our site or in the Service that contains typographical errors, inaccuracies or omissions that may relate to product descriptions, pricing, promotions, offers, product shipping charges, transit times and availability. We reserve the right to correct any errors, inaccuracies or omissions, and to change or update information or cancel orders if any information in the Service or on any related website is inaccurate at any time without prior notice (including after you have submitted your order).<br>We undertake no obligation to update, amend or clarify information in the Service or on any related website, including without limitation, pricing information, except as required by law. No specified update or refresh date applied in the Service or on any related website, should be taken to indicate that all information in the Service or on any related website has been modified or updated.<br><br>SECTION 12 - PROHIBITED USES<br><br>In addition to other prohibitions as set forth in the Terms of Service, you are prohibited from using the site or its content: (a) for any unlawful purpose; (b) to solicit others to perform or participate in any unlawful acts; (c) to violate any international, federal, provincial or state regulations, rules, laws, or local ordinances; (d) to infringe upon or violate our intellectual property rights or the intellectual property rights of others; (e) to harass, abuse, insult, harm, defame, slander, disparage, intimidate, or discriminate based on gender, sexual orientation, religion, ethnicity, race, age, national origin, or disability; (f) to submit false or misleading information; (g) to upload or transmit viruses or any other type of malicious code that will or may be used in any way that will affect the functionality or operation of the Service or of any related website, other websites, or the Internet; (h) to collect or track the personal information of others; (i) to spam, phish, pharm, pretext, spider, crawl, or scrape; (j) for any obscene or immoral purpose; or (k) to interfere with or circumvent the security features of the Service or any related website, other websites, or the Internet. We reserve the right to terminate your use of the Service or any related website for violating any of the prohibited uses.<br><br>SECTION 13 - DISCLAIMER OF WARRANTIES; LIMITATION OF LIABILITY<br><br>We do not guarantee, represent or warrant that your use of our service will be uninterrupted, timely, secure or error-free.<br>We do not warrant that the results that may be obtained from the use of the service will be accurate or reliable.<br>You agree that from time to time we may remove the service for indefinite periods of time or cancel the service at any time, without notice to you.<br>You expressly agree that your use of, or inability to use, the service is at your sole risk. The service and all products and services delivered to you through the service are (except as expressly stated by us) provided \'as is\' and \'as available\' for your use, without any representation, warranties or conditions of any kind, either express or implied, including all implied warranties or conditions of merchantability, merchantable quality, fitness for a particular purpose, durability, title, and non-infringement.<br>In no case shall Blackhawk Custom, LLC, our directors, officers, employees, affiliates, agents, contractors, interns, suppliers, service providers or licensors be liable for any injury, loss, claim, or any direct, indirect, incidental, punitive, special, or consequential damages of any kind, including, without limitation lost profits, lost revenue, lost savings, loss of data, replacement costs, or any similar damages, whether based in contract, tort (including negligence), strict liability or otherwise, arising from your use of any of the service or any products procured using the service, or for any other claim related in any way to your use of the service or any product, including, but not limited to, any errors or omissions in any content, or any loss or damage of any kind incurred as a result of the use of the service or any content (or product) posted, transmitted, or otherwise made available via the service, even if advised of their possibility. Because some states or jurisdictions do not allow the exclusion or the limitation of liability for consequential or incidental damages, in such states or jurisdictions, our liability shall be limited to the maximum extent permitted by law.<br><br>SECTION 14 - INDEMNIFICATION<br><br>You agree to indemnify, defend and hold harmless Blackhawk Custom, LLC and our parent, subsidiaries, affiliates, partners, officers, directors, agents, contractors, licensors, service providers, subcontractors, suppliers, interns and employees, harmless from any claim or demand, including reasonable attorneysâ€™ fees, made by any third-party due to or arising out of your breach of these Terms of Service or the documents they incorporate by reference, or your violation of any law or the rights of a third-party.<br><br>SECTION 15 - SEVERABILITY<br><br>In the event that any provision of these Terms of Service is determined to be unlawful, void or unenforceable, such provision shall nonetheless be enforceable to the fullest extent permitted by applicable law, and the unenforceable portion shall be deemed to be severed from these Terms of Service, such determination shall not affect the validity and enforceability of any other remaining provisions.<br><br>SECTION 16 - TERMINATION<br><br>The obligations and liabilities of the parties incurred prior to the termination date shall survive the termination of this agreement for all purposes.<br>These Terms of Service are effective unless and until terminated by either you or us. You may terminate these Terms of Service at any time by notifying us that you no longer wish to use our Services, or when you cease using our site.<br>If in our sole judgment you fail, or we suspect that you have failed, to comply with any term or provision of these Terms of Service, we also may terminate this agreement at any time without notice and you will remain liable for all amounts due up to and including the date of termination; and/or accordingly may deny you access to our Services (or any part thereof).<br><br>SECTION 17 - ENTIRE AGREEMENT<br><br>The failure of us to exercise or enforce any right or provision of these Terms of Service shall not constitute a waiver of such right or provision.<br>These Terms of Service and any policies or operating rules posted by us on this site or in respect to The Service constitutes the entire agreement and understanding between you and us and govern your use of the Service, superseding any prior or contemporaneous agreements, communications and proposals, whether oral or written, between you and us (including, but not limited to, any prior versions of the Terms of Service).<br>Any ambiguities in the interpretation of these Terms of Service shall not be construed against the drafting party.<br><br>SECTION 18 - GOVERNING LAW<br><br>These Terms of Service and any separate agreements whereby we provide you Services shall be governed by and construed in accordance with the laws of 825 South Kings Highway, Fort Pierce, FL 34945.<br><br>SECTION 19 - CHANGES TO TERMS OF SERVICE<br><br>You can review the most current version of the Terms of Service at any time at this page.<br>We reserve the right, at our sole discretion, to update, change or replace any part of these Terms of Service by posting updates and changes to our website. It is your responsibility to check our website periodically for changes. Your continued use of or access to our website or the Service following the posting of any changes to these Terms of Service constitutes acceptance of those changes.<br><br>SECTION 20 - CONTACT INFORMATION<br><br>Questions about the Terms of Service should be sent to us at <a href=\"mailto:admin@blackhawkcustom.com\" target=\"_blank\">admin@blackhawkcustom.com</a></p></div></div></div>\n</div>'),(971,95,'tve_custom_css_blank_v2','@import url(\"//fonts.googleapis.com/css?family=Special+Elite:400&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Merriweather:400,400i,900,900i&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Montserrat:400,900,800,200,100&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-1642b6ab2bb\"] { padding: 5px !important; background-image: url(\"\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1642b593fd4\"] { float: none; width: 100%; padding: 25px 10px 5px !important; margin-left: auto !important; margin-right: auto !important; margin-top: 30px !important; }#tcb_landing_page a:not(.tcb-button-link) { color: rgb(255, 255, 255); }.tcb-plain-text strong { font-weight: 900; }#tcb_landing_page input strong { font-weight: 900; }#tcb_landing_page .tcb-button-link strong { font-weight: 900; }#tcb_landing_page p strong, #tcb_landing_page li strong { font-weight: 900; }#tcb_landing_page input { font-family: Merriweather; font-weight: 400; }#tcb_landing_page .tcb-button-link { font-family: Merriweather; font-weight: 400; }#tcb_landing_page p, #tcb_landing_page li { font-family: Merriweather; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h6 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h5 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h4 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h3 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h2 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h1 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(255, 255, 255); }.tcb-plain-text { font-size: 20px; color: rgb(255, 255, 255); font-family: Montserrat; font-weight: 400; }[data-css=\"tve-u-15e09c94f7d\"] { background-color: rgb(231, 229, 229) !important; background-image: none !important; }.tve_post_lp > div > #tve_editor { margin-left: auto; margin-right: auto; max-width: 1200px; padding: 0px 20px; }#tve_editor [data-css=\"tve-u-165e62d8c6d\"] { font-family: \"Special Elite\" !important; font-weight: 400 !important; }#tcb_landing_page .tcb-plain-text { color: rgb(255, 255, 255); font-family: Merriweather; font-weight: 400; }#tcb_landing_page .tcb-plain-text strong { font-weight: 900; }[data-css=\"tve-u-165e642ffaf\"] { margin-top: 10px !important; }#tve_editor .thrv-content-box [data-css=\"tve-u-169591dee29\"] p, #tve_editor .thrv-content-box [data-css=\"tve-u-169591dee29\"] li, #tve_editor .thrv-content-box [data-css=\"tve-u-169591dee29\"] blockquote, #tve_editor .thrv-content-box [data-css=\"tve-u-169591dee29\"] address, #tve_editor .thrv-content-box [data-css=\"tve-u-169591dee29\"] .tcb-plain-text, #tve_editor .thrv-content-box [data-css=\"tve-u-169591dee29\"] label, #tve_editor .thrv-content-box [data-css=\"tve-u-169591dee29\"] h1, #tve_editor .thrv-content-box [data-css=\"tve-u-169591dee29\"] h2, #tve_editor .thrv-content-box [data-css=\"tve-u-169591dee29\"] h3, #tve_editor .thrv-content-box [data-css=\"tve-u-169591dee29\"] h4, #tve_editor .thrv-content-box [data-css=\"tve-u-169591dee29\"] h5, #tve_editor .thrv-content-box [data-css=\"tve-u-169591dee29\"] h6 { color: rgb(0, 0, 0); }}@media (max-width: 767px){.tve_post_lp > div > #tve_editor { padding: 0px 10px; }[data-css=\"tve-u-1642b6ab2bb\"] { float: left; width: 100%; z-index: 3; position: relative; padding-left: 10px !important; padding-right: 5px !important; margin-left: auto !important; margin-right: auto !important; padding-bottom: 10px !important; }[data-css=\"tve-u-165e6469798\"]::after { clear: both; }#tve_editor [data-css=\"tve-u-165e64714a8\"] { font-size: 15px !important; }}'),(972,95,'tve_user_custom_css_blank_v2',''),(973,95,'tve_has_masonry_blank_v2','0'),(974,95,'tve_has_typefocus_blank_v2','0'),(975,95,'tve_has_wistia_popover_blank_v2','0'),(976,95,'tve_page_events_blank_v2','a:0:{}'),(977,95,'thrive_icon_pack_blank_v2','0'),(978,95,'tve_globals_blank_v2','a:2:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";s:8:\"font_cls\";a:0:{}}'),(979,95,'thrive_tcb_post_fonts','a:0:{}'),(980,95,'tve_landing_page','blank_v2'),(981,95,'tve_content_before_more_blank_v2','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-custom-menu-inside\" style=\"z-index: 8;\" data-css=\"tve-u-1642b593fd4\" wfd-id=\"27\">\n<div class=\"tve-content-box-background\" wfd-id=\"36\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" style=\"z-index: 8;\" data-css=\"tve-u-169591dee29\" wfd-id=\"28\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-165e642ffaf\" wfd-id=\"33\"><h2 data-css=\"tve-u-165e62d8c6d\">Terms &amp; Conditions</h2></div><div class=\"tcb-clear\" data-css=\"tve-u-165e6469798\" wfd-id=\"29\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1642b6ab2bb\" wfd-id=\"30\"><p data-css=\"tve-u-165e64714a8\" style=\"text-align: left;\">TERMS OF SERVICE<br><br>-----<br><br>OVERVIEW<br><br>This website is operated by Blackhawk Custom, LLC. Throughout the site, the terms â€œweâ€, â€œusâ€ and â€œourâ€ refer to Blackhawk Custom, LLC. Blackhawk Custom, LLC offers this website, including all information, tools and services available from this site to you, the user, conditioned upon your acceptance of all terms, conditions, policies and notices stated here.<br><br>By visiting our site and/ or purchasing something from us, you engage in our â€œServiceâ€ and agree to be bound by the following terms and conditions (â€œTerms of Serviceâ€, â€œTermsâ€), including those additional terms, conditions, and policies referenced herein and/or available by hyperlink. These Terms of Service apply to all users of the site, including without limitation users who are browsers, vendors, customers, merchants, and/ or contributors of content.<br><br>Please read these Terms of Service carefully before accessing or using our website. By accessing or using any part of the site, you agree to be bound by these Terms of Service. If you do not agree to all the terms and conditions of this agreement, then you may not access the website or use any services. If these Terms of Service are considered an offer, acceptance is expressly limited to these Terms of Service.<br><br>Any new features or tools which are added to the current store shall also be subject to the Terms of Service. You can review the most current version of the Terms of Service at any time on this page. We reserve the right to update, change or replace any part of these Terms of Service by posting updates and/or changes to our website. It is your responsibility to check this page periodically for changes. Your continued use of or access to the website following the posting of any changes constitutes acceptance of those changes.<br><br>SECTION 1 - ONLINE STORE TERMS<br><br>By agreeing to these Terms of Service, you represent that you are at least the age of majority in your state or province of residence, or that you are the age of majority in your state or province of residence and you have given us your consent to allow any of your minor dependents to use this site.<br>You may not use our products for any illegal or unauthorized purpose nor may you, in the use of the Service, violate any laws in your jurisdiction (including but not limited to copyright laws).<br>You must not transmit any worms or viruses or any code of a destructive nature.<br>A breach or violation of any of the Terms will result in an immediate termination of your Services.<br><br>SECTION 2 - GENERAL CONDITIONS<br><br>We reserve the right to refuse service to anyone for any reason at any time.<br>You understand that your content (not including credit card information), may be transferred unencrypted and involve (a) transmissions over various networks; and (b) changes to conform and adapt to technical requirements of connecting networks or devices. Credit card information is always encrypted during transfer over networks.<br>You agree not to reproduce, duplicate, copy, sell, resell or exploit any portion of the Service, use of the Service, or access to the Service or any contact on the website through which the service is provided, without express written permission by us.<br>The headings used in this agreement are included for convenience only and will not limit or otherwise affect these Terms.<br><br>SECTION 3 - ACCURACY, COMPLETENESS AND TIMELINESS OF INFORMATION<br><br>We are not responsible if information made available on this site is not accurate, complete or current. The material on this site is provided for general information only and should not be relied upon or used as the sole basis for making decisions without consulting primary, more accurate, more complete or more timely sources of information. Any reliance on the material on this site is at your own risk.<br>This site may contain certain historical information. Historical information, necessarily, is not current and is provided for your reference only. We reserve the right to modify the contents of this site at any time, but we have no obligation to update any information on our site. You agree that it is your responsibility to monitor changes to our site.<br><br>SECTION 4 - MODIFICATIONS TO THE SERVICE AND PRICES<br><br>The prices for our products are subject to change without notice.<br>We reserve the right at any time to modify or discontinue the Service (or any part or content thereof) without notice at any time.<br>We shall not be liable to you or to any third-party for any modification, price change, suspension or discontinuance of the Service.<br><br>SECTION 5 - PRODUCTS OR SERVICES (if applicable)<br><br>Certain products or services may be available exclusively online through the website. These products or services may have limited quantities and are subject to return or exchange only according to our Return Policy.<br>We have made every effort to display as accurately as possible the colors and images of our products that appear at the store. We cannot guarantee that your computer monitor\'s display of any color will be accurate.<br>We reserve the right, but are not obligated, to limit the sales of our products or Services to any person, geographic region or jurisdiction. We may exercise this right on a case-by-case basis. We reserve the right to limit the quantities of any products or services that we offer. All descriptions of products or product pricing are subject to change at anytime without notice, at the sole discretion of us. We reserve the right to discontinue any product at any time. Any offer for any product or service made on this site is void where prohibited.<br>We do not warrant that the quality of any products, services, information, or other material purchased or obtained by you will meet your expectations, or that any errors in the Service will be corrected.<br><br>SECTION 6 - ACCURACY OF BILLING AND ACCOUNT INFORMATION<br><br>We reserve the right to refuse any order you place with us. We may, in our sole discretion, limit or cancel quantities purchased per person, per household or per order. These restrictions may include orders placed by or under the same customer account, the same credit card, and/or orders that use the same billing and/or shipping address. In the event that we make a change to or cancel an order, we may attempt to notify you by contacting the e-mail and/or billing address/phone number provided at the time the order was made. We reserve the right to limit or prohibit orders that, in our sole judgment, appear to be placed by dealers, resellers or distributors.<br><br>You agree to provide current, complete and accurate purchase and account information for all purchases made at our store. You agree to promptly update your account and other information, including your email address and credit card numbers and expiration dates, so that we can complete your transactions and contact you as needed.<br><br>For more detail, please review our Returns Policy.<br><br>SECTION 7 - OPTIONAL TOOLS<br><br>We may provide you with access to third-party tools over which we neither monitor nor have any control nor input.<br>You acknowledge and agree that we provide access to such tools â€as isâ€ and â€œas availableâ€ without any warranties, representations or conditions of any kind and without any endorsement. We shall have no liability whatsoever arising from or relating to your use of optional third-party tools.<br>Any use by you of optional tools offered through the site is entirely at your own risk and discretion and you should ensure that you are familiar with and approve of the terms on which tools are provided by the relevant third-party provider(s).<br>We may also, in the future, offer new services and/or features through the website (including, the release of new tools and resources). Such new features and/or services shall also be subject to these Terms of Service.<br><br>SECTION 8 - THIRD-PARTY LINKS<br><br>Certain content, products and services available via our Service may include materials from third-parties.<br>Third-party links on this site may direct you to third-party websites that are not affiliated with us. We are not responsible for examining or evaluating the content or accuracy and we do not warrant and will not have any liability or responsibility for any third-party materials or websites, or for any other materials, products, or services of third-parties.<br>We are not liable for any harm or damages related to the purchase or use of goods, services, resources, content, or any other transactions made in connection with any third-party websites. Please review carefully the third-party\'s policies and practices and make sure you understand them before you engage in any transaction. Complaints, claims, concerns, or questions regarding third-party products should be directed to the third-party.<br><br>SECTION 9 - USER COMMENTS, FEEDBACK AND OTHER SUBMISSIONS<br><br>If, at our request, you send certain specific submissions (for example contest entries) or without a request from us you send creative ideas, suggestions, proposals, plans, or other materials, whether online, by email, by postal mail, or otherwise (collectively, \'comments\'), you agree that we may, at any time, without restriction, edit, copy, publish, distribute, translate and otherwise use in any medium any comments that you forward to us. We are and shall be under no obligation (1) to maintain any comments in confidence; (2) to pay compensation for any comments; or (3) to respond to any comments.<br>We may, but have no obligation to, monitor, edit or remove content that we determine in our sole discretion are unlawful, offensive, threatening, libelous, defamatory, pornographic, obscene or otherwise objectionable or violates any partyâ€™s intellectual property or these Terms of Service.<br>You agree that your comments will not violate any right of any third-party, including copyright, trademark, privacy, personality or other personal or proprietary right. You further agree that your comments will not contain libelous or otherwise unlawful, abusive or obscene material, or contain any computer virus or other malware that could in any way affect the operation of the Service or any related website. You may not use a false e-mail address, pretend to be someone other than yourself, or otherwise mislead us or third-parties as to the origin of any comments. You are solely responsible for any comments you make and their accuracy. We take no responsibility and assume no liability for any comments posted by you or any third-party.<br><br>SECTION 10 - PERSONAL INFORMATION<br><br>Your submission of personal information through the store is governed by our Privacy Policy. To view our Privacy Policy.<br><br>SECTION 11 - ERRORS, INACCURACIES AND OMISSIONS<br><br>Occasionally there may be information on our site or in the Service that contains typographical errors, inaccuracies or omissions that may relate to product descriptions, pricing, promotions, offers, product shipping charges, transit times and availability. We reserve the right to correct any errors, inaccuracies or omissions, and to change or update information or cancel orders if any information in the Service or on any related website is inaccurate at any time without prior notice (including after you have submitted your order).<br>We undertake no obligation to update, amend or clarify information in the Service or on any related website, including without limitation, pricing information, except as required by law. No specified update or refresh date applied in the Service or on any related website, should be taken to indicate that all information in the Service or on any related website has been modified or updated.<br><br>SECTION 12 - PROHIBITED USES<br><br>In addition to other prohibitions as set forth in the Terms of Service, you are prohibited from using the site or its content: (a) for any unlawful purpose; (b) to solicit others to perform or participate in any unlawful acts; (c) to violate any international, federal, provincial or state regulations, rules, laws, or local ordinances; (d) to infringe upon or violate our intellectual property rights or the intellectual property rights of others; (e) to harass, abuse, insult, harm, defame, slander, disparage, intimidate, or discriminate based on gender, sexual orientation, religion, ethnicity, race, age, national origin, or disability; (f) to submit false or misleading information; (g) to upload or transmit viruses or any other type of malicious code that will or may be used in any way that will affect the functionality or operation of the Service or of any related website, other websites, or the Internet; (h) to collect or track the personal information of others; (i) to spam, phish, pharm, pretext, spider, crawl, or scrape; (j) for any obscene or immoral purpose; or (k) to interfere with or circumvent the security features of the Service or any related website, other websites, or the Internet. We reserve the right to terminate your use of the Service or any related website for violating any of the prohibited uses.<br><br>SECTION 13 - DISCLAIMER OF WARRANTIES; LIMITATION OF LIABILITY<br><br>We do not guarantee, represent or warrant that your use of our service will be uninterrupted, timely, secure or error-free.<br>We do not warrant that the results that may be obtained from the use of the service will be accurate or reliable.<br>You agree that from time to time we may remove the service for indefinite periods of time or cancel the service at any time, without notice to you.<br>You expressly agree that your use of, or inability to use, the service is at your sole risk. The service and all products and services delivered to you through the service are (except as expressly stated by us) provided \'as is\' and \'as available\' for your use, without any representation, warranties or conditions of any kind, either express or implied, including all implied warranties or conditions of merchantability, merchantable quality, fitness for a particular purpose, durability, title, and non-infringement.<br>In no case shall Blackhawk Custom, LLC, our directors, officers, employees, affiliates, agents, contractors, interns, suppliers, service providers or licensors be liable for any injury, loss, claim, or any direct, indirect, incidental, punitive, special, or consequential damages of any kind, including, without limitation lost profits, lost revenue, lost savings, loss of data, replacement costs, or any similar damages, whether based in contract, tort (including negligence), strict liability or otherwise, arising from your use of any of the service or any products procured using the service, or for any other claim related in any way to your use of the service or any product, including, but not limited to, any errors or omissions in any content, or any loss or damage of any kind incurred as a result of the use of the service or any content (or product) posted, transmitted, or otherwise made available via the service, even if advised of their possibility. Because some states or jurisdictions do not allow the exclusion or the limitation of liability for consequential or incidental damages, in such states or jurisdictions, our liability shall be limited to the maximum extent permitted by law.<br><br>SECTION 14 - INDEMNIFICATION<br><br>You agree to indemnify, defend and hold harmless Blackhawk Custom, LLC and our parent, subsidiaries, affiliates, partners, officers, directors, agents, contractors, licensors, service providers, subcontractors, suppliers, interns and employees, harmless from any claim or demand, including reasonable attorneysâ€™ fees, made by any third-party due to or arising out of your breach of these Terms of Service or the documents they incorporate by reference, or your violation of any law or the rights of a third-party.<br><br>SECTION 15 - SEVERABILITY<br><br>In the event that any provision of these Terms of Service is determined to be unlawful, void or unenforceable, such provision shall nonetheless be enforceable to the fullest extent permitted by applicable law, and the unenforceable portion shall be deemed to be severed from these Terms of Service, such determination shall not affect the validity and enforceability of any other remaining provisions.<br><br>SECTION 16 - TERMINATION<br><br>The obligations and liabilities of the parties incurred prior to the termination date shall survive the termination of this agreement for all purposes.<br>These Terms of Service are effective unless and until terminated by either you or us. You may terminate these Terms of Service at any time by notifying us that you no longer wish to use our Services, or when you cease using our site.<br>If in our sole judgment you fail, or we suspect that you have failed, to comply with any term or provision of these Terms of Service, we also may terminate this agreement at any time without notice and you will remain liable for all amounts due up to and including the date of termination; and/or accordingly may deny you access to our Services (or any part thereof).<br><br>SECTION 17 - ENTIRE AGREEMENT<br><br>The failure of us to exercise or enforce any right or provision of these Terms of Service shall not constitute a waiver of such right or provision.<br>These Terms of Service and any policies or operating rules posted by us on this site or in respect to The Service constitutes the entire agreement and understanding between you and us and govern your use of the Service, superseding any prior or contemporaneous agreements, communications and proposals, whether oral or written, between you and us (including, but not limited to, any prior versions of the Terms of Service).<br>Any ambiguities in the interpretation of these Terms of Service shall not be construed against the drafting party.<br><br>SECTION 18 - GOVERNING LAW<br><br>These Terms of Service and any separate agreements whereby we provide you Services shall be governed by and construed in accordance with the laws of 825 South Kings Highway, Fort Pierce, FL 34945.<br><br>SECTION 19 - CHANGES TO TERMS OF SERVICE<br><br>You can review the most current version of the Terms of Service at any time at this page.<br>We reserve the right, at our sole discretion, to update, change or replace any part of these Terms of Service by posting updates and changes to our website. It is your responsibility to check our website periodically for changes. Your continued use of or access to our website or the Service following the posting of any changes to these Terms of Service constitutes acceptance of those changes.<br><br>SECTION 20 - CONTACT INFORMATION<br><br>Questions about the Terms of Service should be sent to us at <a href=\"mailto:admin@blackhawkcustom.com\" target=\"_blank\">admin@blackhawkcustom.com</a></p></div></div></div>\n</div>'),(982,95,'tve_content_more_found_blank_v2',''),(983,98,'tve_revision_tve_landing_page','blank_v2'),(984,98,'tve_revision_tve_disable_theme_dependency',''),(985,98,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" wfd-id=\"32\">\n<div class=\"tve-content-box-background\" wfd-id=\"40\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"33\"><div class=\"thrv_wrapper thrv_text_element\" wfd-id=\"34\"><h2 class=\"\" data-css=\"tve-u-163e71738ff\">â€‹<span style=\"color: rgb(0, 0, 0);\" data-css=\"tve-u-163e715f52c\" wfd-id=\"39\">Privacy Policy</span><br><span style=\"font-size: 20px; color: rgb(0, 0, 0);\" data-css=\"tve-u-163e7162df8\" wfd-id=\"38\">What personal information do we collect from the people that visit our blog, website or app?<br><br>When ordering or registering on our site, as appropriate, you may be asked to enter your name, email address, mailing address, phone number, credit card information or other details to help you with your experience.<br><br><br>When do we collect information?<br><br>We collect information from you when you register on our site, place an order, subscribe to a newsletter, respond to a survey, fill out a form or enter information on our site.<br><br><br>How do we use your information?<br><br>We may use the information we collect from you when you register, make a purchase, sign up for our newsletter, respond to a survey or marketing communication, surf the website, or use certain other site features in the following ways:<br><br>â€¢ To personalize user\'s experience and to allow us to deliver the type of content and product offerings in which you are most interested.<br>â€¢ To improve our website in order to better serve you.<br>â€¢ To allow us to better service you in responding to your customer service requests.<br>â€¢ To administer a contest, promotion, survey or other site feature.<br>â€¢ To quickly process your transactions.<br>â€¢ To send periodic emails regarding your order or other products and services.<br><br><br>How do we protect visitor information?<br><br>Our website is scanned on a regular basis for security holes and known vulnerabilities in order to make your visit to our site as safe as possible.<br><br><br>We use regular Malware Scanning.<br><br>Your personal information is contained behind secured networks and is only accessible by a limited number of persons who have special access rights to such systems, and are required to keep the information confidential. In addition, all sensitive/credit information you supply is encrypted via Secure Socket Layer (SSL) technology.<br>We implement a variety of security measures when a user places an order, enters, submits, or accesses their information to maintain the safety of your personal information.<br>All transactions are processed through a gateway provider and are not stored or processed on our servers.<br><br><br>Do we use \'cookies\'?<br><br>Yes. Cookies are small files that a site or its service provider transfers to your computer\'s hard drive through your Web browser (if you allow) that enable the site\'s or service provider\'s systems to recognize your browser and capture and remember certain information. For instance, we use cookies to help us remember and process the items in your shopping cart. They are also used to help us understand your preferences based on previous or current site activity, which enables us to provide you with improved services. We also use cookies to help us compile aggregate data about site traffic and site interaction so that we can offer better site experiences and tools in the future.<br><br>We use cookies to:<br>â€¢ Help remember and process the items in the shopping cart.<br>â€¢ Understand and save user\'s preferences for future visits.<br><br>You can choose to have your computer warn you each time a cookie is being sent, or you can choose to turn off all cookies. You do this through your browser (like Internet Explorer) settings. Each browser is a little different, so look at your browser\'s Help menu to learn the correct way to modify your cookies.<br><br><br>If users disable cookies in their browser:<br><br>If you turn off cookies, some features will be disabled. However, you can still place orders for<br>saved items in your shopping cart over the telephone by contacting customer service.<br><br><br>Third Party Disclosure<br><br>We do not sell, trade, or otherwise transfer to outside parties your personally identifiable information.<br><br><br>Third party links<br><br>Occasionally, at our discretion, we may include or offer third party products or services on our website. These third party sites have separate and independent privacy policies. We therefore have no responsibility or liability for the content and activities of these linked sites. Nonetheless, we seek to protect the integrity of our site and welcome any feedback about these sites.<br><br><br>Google<br><br>Google\'s advertising requirements can be summed up by Google\'s Advertising Principles. They are put in place to provide a positive experience for users. https://support.google.com/adwordspolicy/answer/1316548?hl=en <br><br><br>Opting out:<br><br>Users can set preferences for how Google advertises to you using the Google Ad Settings page. Alternatively, you can opt out by visiting the Network Advertising initiative opt out page or permanently using the Google Analytics Opt Out Browser add on.<br><br><br>California Online Privacy Protection Act<br><br>CalOPPA is the first state law in the nation to require commercial websites and online services to post a privacy policy. The law\'s reach stretches well beyond California to require a person or company in the United States (and conceivably the world) that operates websites collecting personally identifiable information from California consumers to post a conspicuous privacy policy on its website stating exactly the information being collected and those individuals with whom it is being shared, and to comply with this policy.<br>See more at: http://consumercal.org/california-online-privacy-protection-act-caloppa/#sthash.0FdRbT51.dpuf<br>According to CalOPPA we agree to the following:<br>Users can visit our site anonymously<br>Once this privacy policy is created, we will add a link to it on our home page, or as a minimum on the first significant page after entering our website.<br>Our Privacy Policy link includes the word \'Privacy\', and can be easily be found on the page specified above.<br>Users will be notified of any privacy policy changes:<br>â€¢ On our Privacy Policy Page<br>Users are able to change their personal information:<br>â€¢ By emailing us<br>â€¢ By calling us<br><br>How does our site handle do not track signals?<br><br>We honor do not track signals and do not track, plant cookies, or use advertising when a Do Not Track (DNT) browser mechanism is in place.<br><br><br>Does our site allow third party behavioral tracking?<br><br>It\'s also important to note that we do not allow third party behavioral tracking<br><br><br>COPPA (Children Online Privacy Protection Act)<br><br>When it comes to the collection of personal information from children under 13, the Children\'s Online Privacy Protection Act (COPPA) puts parents in control. The Federal Trade Commission, the nation\'s consumer protection agency, enforces the COPPA Rule, which spells out what operators of websites and online services must do to protect children\'s privacy and safety online.<br>We do not specifically market to children under 13.<br><br><br>Fair Information Practices<br><br>The Fair Information Practices Principles form the backbone of privacy law in the United States and the concepts they include have played a significant role in the development of data protection laws around the globe. Understanding the Fair Information Practice Principles and how they should be implemented is critical to comply with the various privacy laws that protect personal information.<br>In order to be in line with Fair Information Practices we will take the following responsive action, should a data breach occur:<br>â€¢ Within 7 business days<br>We will notify the users via in site notification<br>â€¢ Within 7 business days<br>We also agree to the individual redress principle, which requires that individuals have a right to pursue legally enforceable rights against data collectors and processors who fail to adhere to the law. This principle requires not only that individuals have enforceable rights against data users, but also that individuals have recourse to courts or a government agency to investigate and/or prosecute non-compliance by data processors.<br><br><br>CAN SPAM Act<br><br>The CAN-SPAM Act is a law that sets the rules for commercial email, establishes requirements for commercial messages, gives recipients the right to have emails stopped from being sent to them, and spells out tough penalties for violations.<br>We collect your email address in order to:<br><br>â€¢ Send information, respond to inquiries, and/or other requests or questions.<br>â€¢ Process orders and to send information and updates pertaining to orders<br>â€¢ Market to our mailing list or continue to send emails to our clients after the original transaction has occurred<br><br>To be in accordance with CANSPAM we agree to the following:<br>â€¢ NOT use false, or misleading subjects or email addresses<br>â€¢ Identify the message as an advertisement in some reasonable way<br>â€¢ Include the physical address of our business or site headquarters<br>â€¢ Monitor third party email marketing services for compliance, if one is used.<br>â€¢ Honor opt-out/unsubscribe requests quickly<br>â€¢ Allow users to unsubscribe by using the link at the bottom of each email<br>If at any time you would like to unsubscribe from receiving future emails, you can email us at<br>â€¢ Follow the instructions at the bottom of each email. and we will promptly remove you from ALL correspondence.<br><br><br>Contacting Us<br><br>If there are any questions regarding this privacy policy you may contact us using the information below.<br><br>Spikes Tactical<br>2036 Apex Ct<br>Apopka, FL 32703<br>United States<br>www.spikestactical.com<br><br><br>Conditions of use:<br><br>By using this website, you agree to all of our terms and conditions of the sale<br>All sales are final (See our refund policy)</span><br><br></h2></div></div>\n</div>'),(986,98,'tve_revision_tve_content_more_found',''),(987,98,'tve_revision_tve_save_post',''),(988,98,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Montserrat:400,900,800,200,100&subset=latin\");@media (min-width: 300px){.tcb-plain-text strong { font-weight: 900; }#tcb_landing_page input strong { font-weight: 900; }#tcb_landing_page .tcb-button-link strong { font-weight: 900; }#tcb_landing_page p strong, #tcb_landing_page li strong { font-weight: 900; }#tcb_landing_page input { font-family: Montserrat; font-weight: 400; }#tcb_landing_page .tcb-button-link { font-family: Montserrat; font-weight: 400; }#tcb_landing_page p, #tcb_landing_page li { font-family: Montserrat; font-weight: 400; color: rgb(0, 0, 0); }#tcb_landing_page h6 strong { font-weight: 900; }#tcb_landing_page h6 { font-family: Montserrat; font-weight: 400; color: rgb(0, 0, 0); }#tcb_landing_page h5 strong { font-weight: 900; }#tcb_landing_page h5 { font-family: Montserrat; font-weight: 400; color: rgb(0, 0, 0); }#tcb_landing_page h4 strong { font-weight: 900; }#tcb_landing_page h4 { font-family: Montserrat; font-weight: 400; color: rgb(0, 0, 0); }#tcb_landing_page h3 strong { font-weight: 900; }#tcb_landing_page h3 { font-family: Montserrat; font-weight: 400; color: rgb(0, 0, 0); }#tcb_landing_page h2 strong { font-weight: 900; }#tcb_landing_page h2 { font-family: Montserrat; font-weight: 400; color: rgb(0, 0, 0); }#tcb_landing_page h1 strong { font-weight: 900; }#tcb_landing_page h1 { font-family: Montserrat; font-weight: 400; color: rgb(0, 0, 0); }.tcb-plain-text { font-size: 20px; color: rgb(0, 0, 0); font-family: Montserrat; font-weight: 400; }#tve_editor [data-css=\"tve-u-163e71738ff\"] { color: rgb(0, 0, 0) !important; }[data-css=\"tve-u-163e7162df8\"] { font-size: 20px !important; }[data-css=\"tve-u-163e715f52c\"] { color: rgb(0, 0, 0) !important; }[data-css=\"tve-u-15e09c94f7d\"] { background-color: rgb(255, 255, 255); background-image: none !important; }.tve_post_lp > div > #tve_editor { margin-left: auto; margin-right: auto; max-width: 1080px; padding: 0px 20px; }}@media (max-width: 767px){.tve_post_lp > div > #tve_editor { padding: 0px 10px; }}'),(989,98,'tve_revision_tve_user_custom_css',''),(990,98,'tve_revision_tve_page_events','a:0:{}'),(991,98,'tve_revision_tve_globals','a:2:{s:11:\"lightbox_id\";i:0;s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";}'),(992,98,'tve_revision_tve_global_scripts',''),(993,98,'tve_revision_thrive_icon_pack',''),(994,98,'tve_revision_thrive_tcb_post_fonts',''),(995,98,'tve_revision_tve_has_masonry',''),(996,98,'tve_revision_tve_has_typefocus',''),(997,98,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" wfd-id=\"32\">\n<div class=\"tve-content-box-background\" wfd-id=\"40\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"33\"><div class=\"thrv_wrapper thrv_text_element\" wfd-id=\"34\"><h2 class=\"\" data-css=\"tve-u-163e71738ff\">â€‹<span style=\"color: rgb(0, 0, 0);\" data-css=\"tve-u-163e715f52c\" wfd-id=\"39\">Privacy Policy</span><br><span style=\"font-size: 20px; color: rgb(0, 0, 0);\" data-css=\"tve-u-163e7162df8\" wfd-id=\"38\">What personal information do we collect from the people that visit our blog, website or app?<br><br>When ordering or registering on our site, as appropriate, you may be asked to enter your name, email address, mailing address, phone number, credit card information or other details to help you with your experience.<br><br><br>When do we collect information?<br><br>We collect information from you when you register on our site, place an order, subscribe to a newsletter, respond to a survey, fill out a form or enter information on our site.<br><br><br>How do we use your information?<br><br>We may use the information we collect from you when you register, make a purchase, sign up for our newsletter, respond to a survey or marketing communication, surf the website, or use certain other site features in the following ways:<br><br>â€¢ To personalize user\'s experience and to allow us to deliver the type of content and product offerings in which you are most interested.<br>â€¢ To improve our website in order to better serve you.<br>â€¢ To allow us to better service you in responding to your customer service requests.<br>â€¢ To administer a contest, promotion, survey or other site feature.<br>â€¢ To quickly process your transactions.<br>â€¢ To send periodic emails regarding your order or other products and services.<br><br><br>How do we protect visitor information?<br><br>Our website is scanned on a regular basis for security holes and known vulnerabilities in order to make your visit to our site as safe as possible.<br><br><br>We use regular Malware Scanning.<br><br>Your personal information is contained behind secured networks and is only accessible by a limited number of persons who have special access rights to such systems, and are required to keep the information confidential. In addition, all sensitive/credit information you supply is encrypted via Secure Socket Layer (SSL) technology.<br>We implement a variety of security measures when a user places an order, enters, submits, or accesses their information to maintain the safety of your personal information.<br>All transactions are processed through a gateway provider and are not stored or processed on our servers.<br><br><br>Do we use \'cookies\'?<br><br>Yes. Cookies are small files that a site or its service provider transfers to your computer\'s hard drive through your Web browser (if you allow) that enable the site\'s or service provider\'s systems to recognize your browser and capture and remember certain information. For instance, we use cookies to help us remember and process the items in your shopping cart. They are also used to help us understand your preferences based on previous or current site activity, which enables us to provide you with improved services. We also use cookies to help us compile aggregate data about site traffic and site interaction so that we can offer better site experiences and tools in the future.<br><br>We use cookies to:<br>â€¢ Help remember and process the items in the shopping cart.<br>â€¢ Understand and save user\'s preferences for future visits.<br><br>You can choose to have your computer warn you each time a cookie is being sent, or you can choose to turn off all cookies. You do this through your browser (like Internet Explorer) settings. Each browser is a little different, so look at your browser\'s Help menu to learn the correct way to modify your cookies.<br><br><br>If users disable cookies in their browser:<br><br>If you turn off cookies, some features will be disabled. However, you can still place orders for<br>saved items in your shopping cart over the telephone by contacting customer service.<br><br><br>Third Party Disclosure<br><br>We do not sell, trade, or otherwise transfer to outside parties your personally identifiable information.<br><br><br>Third party links<br><br>Occasionally, at our discretion, we may include or offer third party products or services on our website. These third party sites have separate and independent privacy policies. We therefore have no responsibility or liability for the content and activities of these linked sites. Nonetheless, we seek to protect the integrity of our site and welcome any feedback about these sites.<br><br><br>Google<br><br>Google\'s advertising requirements can be summed up by Google\'s Advertising Principles. They are put in place to provide a positive experience for users. https://support.google.com/adwordspolicy/answer/1316548?hl=en <br><br><br>Opting out:<br><br>Users can set preferences for how Google advertises to you using the Google Ad Settings page. Alternatively, you can opt out by visiting the Network Advertising initiative opt out page or permanently using the Google Analytics Opt Out Browser add on.<br><br><br>California Online Privacy Protection Act<br><br>CalOPPA is the first state law in the nation to require commercial websites and online services to post a privacy policy. The law\'s reach stretches well beyond California to require a person or company in the United States (and conceivably the world) that operates websites collecting personally identifiable information from California consumers to post a conspicuous privacy policy on its website stating exactly the information being collected and those individuals with whom it is being shared, and to comply with this policy.<br>See more at: http://consumercal.org/california-online-privacy-protection-act-caloppa/#sthash.0FdRbT51.dpuf<br>According to CalOPPA we agree to the following:<br>Users can visit our site anonymously<br>Once this privacy policy is created, we will add a link to it on our home page, or as a minimum on the first significant page after entering our website.<br>Our Privacy Policy link includes the word \'Privacy\', and can be easily be found on the page specified above.<br>Users will be notified of any privacy policy changes:<br>â€¢ On our Privacy Policy Page<br>Users are able to change their personal information:<br>â€¢ By emailing us<br>â€¢ By calling us<br><br>How does our site handle do not track signals?<br><br>We honor do not track signals and do not track, plant cookies, or use advertising when a Do Not Track (DNT) browser mechanism is in place.<br><br><br>Does our site allow third party behavioral tracking?<br><br>It\'s also important to note that we do not allow third party behavioral tracking<br><br><br>COPPA (Children Online Privacy Protection Act)<br><br>When it comes to the collection of personal information from children under 13, the Children\'s Online Privacy Protection Act (COPPA) puts parents in control. The Federal Trade Commission, the nation\'s consumer protection agency, enforces the COPPA Rule, which spells out what operators of websites and online services must do to protect children\'s privacy and safety online.<br>We do not specifically market to children under 13.<br><br><br>Fair Information Practices<br><br>The Fair Information Practices Principles form the backbone of privacy law in the United States and the concepts they include have played a significant role in the development of data protection laws around the globe. Understanding the Fair Information Practice Principles and how they should be implemented is critical to comply with the various privacy laws that protect personal information.<br>In order to be in line with Fair Information Practices we will take the following responsive action, should a data breach occur:<br>â€¢ Within 7 business days<br>We will notify the users via in site notification<br>â€¢ Within 7 business days<br>We also agree to the individual redress principle, which requires that individuals have a right to pursue legally enforceable rights against data collectors and processors who fail to adhere to the law. This principle requires not only that individuals have enforceable rights against data users, but also that individuals have recourse to courts or a government agency to investigate and/or prosecute non-compliance by data processors.<br><br><br>CAN SPAM Act<br><br>The CAN-SPAM Act is a law that sets the rules for commercial email, establishes requirements for commercial messages, gives recipients the right to have emails stopped from being sent to them, and spells out tough penalties for violations.<br>We collect your email address in order to:<br><br>â€¢ Send information, respond to inquiries, and/or other requests or questions.<br>â€¢ Process orders and to send information and updates pertaining to orders<br>â€¢ Market to our mailing list or continue to send emails to our clients after the original transaction has occurred<br><br>To be in accordance with CANSPAM we agree to the following:<br>â€¢ NOT use false, or misleading subjects or email addresses<br>â€¢ Identify the message as an advertisement in some reasonable way<br>â€¢ Include the physical address of our business or site headquarters<br>â€¢ Monitor third party email marketing services for compliance, if one is used.<br>â€¢ Honor opt-out/unsubscribe requests quickly<br>â€¢ Allow users to unsubscribe by using the link at the bottom of each email<br>If at any time you would like to unsubscribe from receiving future emails, you can email us at<br>â€¢ Follow the instructions at the bottom of each email. and we will promptly remove you from ALL correspondence.<br><br><br>Contacting Us<br><br>If there are any questions regarding this privacy policy you may contact us using the information below.<br><br>Spikes Tactical<br>2036 Apex Ct<br>Apopka, FL 32703<br>United States<br>www.spikestactical.com<br><br><br>Conditions of use:<br><br>By using this website, you agree to all of our terms and conditions of the sale<br>All sales are final (See our refund policy)</span><br><br></h2></div></div>\n</div>'),(998,98,'tve_revision_tve_has_wistia_popover',''),(999,95,'thrive_tcb_post_fonts_blank_v2','a:0:{}'),(1000,95,'tve_global_scripts','a:2:{s:4:\"head\";s:0:\"\";s:6:\"footer\";s:0:\"\";}'),(1001,99,'tve_revision_tve_landing_page','blank_v2'),(1002,99,'tve_revision_tve_disable_theme_dependency',''),(1003,99,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" wfd-id=\"32\">\n<div class=\"tve-content-box-background\" wfd-id=\"40\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"33\"><div class=\"thrv_wrapper thrv_text_element\" wfd-id=\"34\"><h2 class=\"\" data-css=\"tve-u-163e71738ff\">â€‹<span style=\"color: rgb(0, 0, 0);\" data-css=\"tve-u-163e715f52c\" wfd-id=\"39\">Privacy Policy</span><br><span style=\"font-size: 20px; color: rgb(0, 0, 0);\" data-css=\"tve-u-163e7162df8\" wfd-id=\"38\">What personal information do we collect from the people that visit our blog, website or app?<br><br>When ordering or registering on our site, as appropriate, you may be asked to enter your name, email address, mailing address, phone number, credit card information or other details to help you with your experience.<br><br><br>When do we collect information?<br><br>We collect information from you when you register on our site, place an order, subscribe to a newsletter, respond to a survey, fill out a form or enter information on our site.<br><br><br>How do we use your information?<br><br>We may use the information we collect from you when you register, make a purchase, sign up for our newsletter, respond to a survey or marketing communication, surf the website, or use certain other site features in the following ways:<br><br>â€¢ To personalize user\'s experience and to allow us to deliver the type of content and product offerings in which you are most interested.<br>â€¢ To improve our website in order to better serve you.<br>â€¢ To allow us to better service you in responding to your customer service requests.<br>â€¢ To administer a contest, promotion, survey or other site feature.<br>â€¢ To quickly process your transactions.<br>â€¢ To send periodic emails regarding your order or other products and services.<br><br><br>How do we protect visitor information?<br><br>Our website is scanned on a regular basis for security holes and known vulnerabilities in order to make your visit to our site as safe as possible.<br><br><br>We use regular Malware Scanning.<br><br>Your personal information is contained behind secured networks and is only accessible by a limited number of persons who have special access rights to such systems, and are required to keep the information confidential. In addition, all sensitive/credit information you supply is encrypted via Secure Socket Layer (SSL) technology.<br>We implement a variety of security measures when a user places an order, enters, submits, or accesses their information to maintain the safety of your personal information.<br>All transactions are processed through a gateway provider and are not stored or processed on our servers.<br><br><br>Do we use \'cookies\'?<br><br>Yes. Cookies are small files that a site or its service provider transfers to your computer\'s hard drive through your Web browser (if you allow) that enable the site\'s or service provider\'s systems to recognize your browser and capture and remember certain information. For instance, we use cookies to help us remember and process the items in your shopping cart. They are also used to help us understand your preferences based on previous or current site activity, which enables us to provide you with improved services. We also use cookies to help us compile aggregate data about site traffic and site interaction so that we can offer better site experiences and tools in the future.<br><br>We use cookies to:<br>â€¢ Help remember and process the items in the shopping cart.<br>â€¢ Understand and save user\'s preferences for future visits.<br><br>You can choose to have your computer warn you each time a cookie is being sent, or you can choose to turn off all cookies. You do this through your browser (like Internet Explorer) settings. Each browser is a little different, so look at your browser\'s Help menu to learn the correct way to modify your cookies.<br><br><br>If users disable cookies in their browser:<br><br>If you turn off cookies, some features will be disabled. However, you can still place orders for<br>saved items in your shopping cart over the telephone by contacting customer service.<br><br><br>Third Party Disclosure<br><br>We do not sell, trade, or otherwise transfer to outside parties your personally identifiable information.<br><br><br>Third party links<br><br>Occasionally, at our discretion, we may include or offer third party products or services on our website. These third party sites have separate and independent privacy policies. We therefore have no responsibility or liability for the content and activities of these linked sites. Nonetheless, we seek to protect the integrity of our site and welcome any feedback about these sites.<br><br><br>Google<br><br>Google\'s advertising requirements can be summed up by Google\'s Advertising Principles. They are put in place to provide a positive experience for users. https://support.google.com/adwordspolicy/answer/1316548?hl=en <br><br><br>Opting out:<br><br>Users can set preferences for how Google advertises to you using the Google Ad Settings page. Alternatively, you can opt out by visiting the Network Advertising initiative opt out page or permanently using the Google Analytics Opt Out Browser add on.<br><br><br>California Online Privacy Protection Act<br><br>CalOPPA is the first state law in the nation to require commercial websites and online services to post a privacy policy. The law\'s reach stretches well beyond California to require a person or company in the United States (and conceivably the world) that operates websites collecting personally identifiable information from California consumers to post a conspicuous privacy policy on its website stating exactly the information being collected and those individuals with whom it is being shared, and to comply with this policy.<br>See more at: http://consumercal.org/california-online-privacy-protection-act-caloppa/#sthash.0FdRbT51.dpuf<br>According to CalOPPA we agree to the following:<br>Users can visit our site anonymously<br>Once this privacy policy is created, we will add a link to it on our home page, or as a minimum on the first significant page after entering our website.<br>Our Privacy Policy link includes the word \'Privacy\', and can be easily be found on the page specified above.<br>Users will be notified of any privacy policy changes:<br>â€¢ On our Privacy Policy Page<br>Users are able to change their personal information:<br>â€¢ By emailing us<br>â€¢ By calling us<br><br>How does our site handle do not track signals?<br><br>We honor do not track signals and do not track, plant cookies, or use advertising when a Do Not Track (DNT) browser mechanism is in place.<br><br><br>Does our site allow third party behavioral tracking?<br><br>It\'s also important to note that we do not allow third party behavioral tracking<br><br><br>COPPA (Children Online Privacy Protection Act)<br><br>When it comes to the collection of personal information from children under 13, the Children\'s Online Privacy Protection Act (COPPA) puts parents in control. The Federal Trade Commission, the nation\'s consumer protection agency, enforces the COPPA Rule, which spells out what operators of websites and online services must do to protect children\'s privacy and safety online.<br>We do not specifically market to children under 13.<br><br><br>Fair Information Practices<br><br>The Fair Information Practices Principles form the backbone of privacy law in the United States and the concepts they include have played a significant role in the development of data protection laws around the globe. Understanding the Fair Information Practice Principles and how they should be implemented is critical to comply with the various privacy laws that protect personal information.<br>In order to be in line with Fair Information Practices we will take the following responsive action, should a data breach occur:<br>â€¢ Within 7 business days<br>We will notify the users via in site notification<br>â€¢ Within 7 business days<br>We also agree to the individual redress principle, which requires that individuals have a right to pursue legally enforceable rights against data collectors and processors who fail to adhere to the law. This principle requires not only that individuals have enforceable rights against data users, but also that individuals have recourse to courts or a government agency to investigate and/or prosecute non-compliance by data processors.<br><br><br>CAN SPAM Act<br><br>The CAN-SPAM Act is a law that sets the rules for commercial email, establishes requirements for commercial messages, gives recipients the right to have emails stopped from being sent to them, and spells out tough penalties for violations.<br>We collect your email address in order to:<br><br>â€¢ Send information, respond to inquiries, and/or other requests or questions.<br>â€¢ Process orders and to send information and updates pertaining to orders<br>â€¢ Market to our mailing list or continue to send emails to our clients after the original transaction has occurred<br><br>To be in accordance with CANSPAM we agree to the following:<br>â€¢ NOT use false, or misleading subjects or email addresses<br>â€¢ Identify the message as an advertisement in some reasonable way<br>â€¢ Include the physical address of our business or site headquarters<br>â€¢ Monitor third party email marketing services for compliance, if one is used.<br>â€¢ Honor opt-out/unsubscribe requests quickly<br>â€¢ Allow users to unsubscribe by using the link at the bottom of each email<br>If at any time you would like to unsubscribe from receiving future emails, you can email us at<br>â€¢ Follow the instructions at the bottom of each email. and we will promptly remove you from ALL correspondence.<br><br><br>Contacting Us<br><br>If there are any questions regarding this privacy policy you may contact us using the information below.<br><br>Spikes Tactical<br>2036 Apex Ct<br>Apopka, FL 32703<br>United States<br>www.spikestactical.com<br><br><br>Conditions of use:<br><br>By using this website, you agree to all of our terms and conditions of the sale<br>All sales are final (See our refund policy)</span><br><br></h2></div></div>\n</div>'),(1004,99,'tve_revision_tve_content_more_found',''),(1005,99,'tve_revision_tve_save_post',''),(1006,99,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Montserrat:400,900,800,200,100&subset=latin\");@media (min-width: 300px){.tcb-plain-text strong { font-weight: 900; }#tcb_landing_page input strong { font-weight: 900; }#tcb_landing_page .tcb-button-link strong { font-weight: 900; }#tcb_landing_page p strong, #tcb_landing_page li strong { font-weight: 900; }#tcb_landing_page input { font-family: Montserrat; font-weight: 400; }#tcb_landing_page .tcb-button-link { font-family: Montserrat; font-weight: 400; }#tcb_landing_page p, #tcb_landing_page li { font-family: Montserrat; font-weight: 400; color: rgb(0, 0, 0); }#tcb_landing_page h6 strong { font-weight: 900; }#tcb_landing_page h6 { font-family: Montserrat; font-weight: 400; color: rgb(0, 0, 0); }#tcb_landing_page h5 strong { font-weight: 900; }#tcb_landing_page h5 { font-family: Montserrat; font-weight: 400; color: rgb(0, 0, 0); }#tcb_landing_page h4 strong { font-weight: 900; }#tcb_landing_page h4 { font-family: Montserrat; font-weight: 400; color: rgb(0, 0, 0); }#tcb_landing_page h3 strong { font-weight: 900; }#tcb_landing_page h3 { font-family: Montserrat; font-weight: 400; color: rgb(0, 0, 0); }#tcb_landing_page h2 strong { font-weight: 900; }#tcb_landing_page h2 { font-family: Montserrat; font-weight: 400; color: rgb(0, 0, 0); }#tcb_landing_page h1 strong { font-weight: 900; }#tcb_landing_page h1 { font-family: Montserrat; font-weight: 400; color: rgb(0, 0, 0); }.tcb-plain-text { font-size: 20px; color: rgb(0, 0, 0); font-family: Montserrat; font-weight: 400; }#tve_editor [data-css=\"tve-u-163e71738ff\"] { color: rgb(0, 0, 0) !important; }[data-css=\"tve-u-163e7162df8\"] { font-size: 20px !important; }[data-css=\"tve-u-163e715f52c\"] { color: rgb(0, 0, 0) !important; }[data-css=\"tve-u-15e09c94f7d\"] { background-color: rgb(255, 255, 255); background-image: none !important; }.tve_post_lp > div > #tve_editor { margin-left: auto; margin-right: auto; max-width: 1080px; padding: 0px 20px; }}@media (max-width: 767px){.tve_post_lp > div > #tve_editor { padding: 0px 10px; }}'),(1007,99,'tve_revision_tve_user_custom_css',''),(1008,99,'tve_revision_tve_page_events','a:0:{}'),(1009,99,'tve_revision_tve_globals','a:2:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";s:8:\"font_cls\";a:0:{}}'),(1010,99,'tve_revision_tve_global_scripts',''),(1011,99,'tve_revision_thrive_icon_pack','0'),(1012,99,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(1013,99,'tve_revision_tve_has_masonry','0'),(1014,99,'tve_revision_tve_has_typefocus','0'),(1015,99,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" wfd-id=\"32\">\n<div class=\"tve-content-box-background\" wfd-id=\"40\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"33\"><div class=\"thrv_wrapper thrv_text_element\" wfd-id=\"34\"><h2 class=\"\" data-css=\"tve-u-163e71738ff\">â€‹<span style=\"color: rgb(0, 0, 0);\" data-css=\"tve-u-163e715f52c\" wfd-id=\"39\">Privacy Policy</span><br><span style=\"font-size: 20px; color: rgb(0, 0, 0);\" data-css=\"tve-u-163e7162df8\" wfd-id=\"38\">What personal information do we collect from the people that visit our blog, website or app?<br><br>When ordering or registering on our site, as appropriate, you may be asked to enter your name, email address, mailing address, phone number, credit card information or other details to help you with your experience.<br><br><br>When do we collect information?<br><br>We collect information from you when you register on our site, place an order, subscribe to a newsletter, respond to a survey, fill out a form or enter information on our site.<br><br><br>How do we use your information?<br><br>We may use the information we collect from you when you register, make a purchase, sign up for our newsletter, respond to a survey or marketing communication, surf the website, or use certain other site features in the following ways:<br><br>â€¢ To personalize user\'s experience and to allow us to deliver the type of content and product offerings in which you are most interested.<br>â€¢ To improve our website in order to better serve you.<br>â€¢ To allow us to better service you in responding to your customer service requests.<br>â€¢ To administer a contest, promotion, survey or other site feature.<br>â€¢ To quickly process your transactions.<br>â€¢ To send periodic emails regarding your order or other products and services.<br><br><br>How do we protect visitor information?<br><br>Our website is scanned on a regular basis for security holes and known vulnerabilities in order to make your visit to our site as safe as possible.<br><br><br>We use regular Malware Scanning.<br><br>Your personal information is contained behind secured networks and is only accessible by a limited number of persons who have special access rights to such systems, and are required to keep the information confidential. In addition, all sensitive/credit information you supply is encrypted via Secure Socket Layer (SSL) technology.<br>We implement a variety of security measures when a user places an order, enters, submits, or accesses their information to maintain the safety of your personal information.<br>All transactions are processed through a gateway provider and are not stored or processed on our servers.<br><br><br>Do we use \'cookies\'?<br><br>Yes. Cookies are small files that a site or its service provider transfers to your computer\'s hard drive through your Web browser (if you allow) that enable the site\'s or service provider\'s systems to recognize your browser and capture and remember certain information. For instance, we use cookies to help us remember and process the items in your shopping cart. They are also used to help us understand your preferences based on previous or current site activity, which enables us to provide you with improved services. We also use cookies to help us compile aggregate data about site traffic and site interaction so that we can offer better site experiences and tools in the future.<br><br>We use cookies to:<br>â€¢ Help remember and process the items in the shopping cart.<br>â€¢ Understand and save user\'s preferences for future visits.<br><br>You can choose to have your computer warn you each time a cookie is being sent, or you can choose to turn off all cookies. You do this through your browser (like Internet Explorer) settings. Each browser is a little different, so look at your browser\'s Help menu to learn the correct way to modify your cookies.<br><br><br>If users disable cookies in their browser:<br><br>If you turn off cookies, some features will be disabled. However, you can still place orders for<br>saved items in your shopping cart over the telephone by contacting customer service.<br><br><br>Third Party Disclosure<br><br>We do not sell, trade, or otherwise transfer to outside parties your personally identifiable information.<br><br><br>Third party links<br><br>Occasionally, at our discretion, we may include or offer third party products or services on our website. These third party sites have separate and independent privacy policies. We therefore have no responsibility or liability for the content and activities of these linked sites. Nonetheless, we seek to protect the integrity of our site and welcome any feedback about these sites.<br><br><br>Google<br><br>Google\'s advertising requirements can be summed up by Google\'s Advertising Principles. They are put in place to provide a positive experience for users. https://support.google.com/adwordspolicy/answer/1316548?hl=en <br><br><br>Opting out:<br><br>Users can set preferences for how Google advertises to you using the Google Ad Settings page. Alternatively, you can opt out by visiting the Network Advertising initiative opt out page or permanently using the Google Analytics Opt Out Browser add on.<br><br><br>California Online Privacy Protection Act<br><br>CalOPPA is the first state law in the nation to require commercial websites and online services to post a privacy policy. The law\'s reach stretches well beyond California to require a person or company in the United States (and conceivably the world) that operates websites collecting personally identifiable information from California consumers to post a conspicuous privacy policy on its website stating exactly the information being collected and those individuals with whom it is being shared, and to comply with this policy.<br>See more at: http://consumercal.org/california-online-privacy-protection-act-caloppa/#sthash.0FdRbT51.dpuf<br>According to CalOPPA we agree to the following:<br>Users can visit our site anonymously<br>Once this privacy policy is created, we will add a link to it on our home page, or as a minimum on the first significant page after entering our website.<br>Our Privacy Policy link includes the word \'Privacy\', and can be easily be found on the page specified above.<br>Users will be notified of any privacy policy changes:<br>â€¢ On our Privacy Policy Page<br>Users are able to change their personal information:<br>â€¢ By emailing us<br>â€¢ By calling us<br><br>How does our site handle do not track signals?<br><br>We honor do not track signals and do not track, plant cookies, or use advertising when a Do Not Track (DNT) browser mechanism is in place.<br><br><br>Does our site allow third party behavioral tracking?<br><br>It\'s also important to note that we do not allow third party behavioral tracking<br><br><br>COPPA (Children Online Privacy Protection Act)<br><br>When it comes to the collection of personal information from children under 13, the Children\'s Online Privacy Protection Act (COPPA) puts parents in control. The Federal Trade Commission, the nation\'s consumer protection agency, enforces the COPPA Rule, which spells out what operators of websites and online services must do to protect children\'s privacy and safety online.<br>We do not specifically market to children under 13.<br><br><br>Fair Information Practices<br><br>The Fair Information Practices Principles form the backbone of privacy law in the United States and the concepts they include have played a significant role in the development of data protection laws around the globe. Understanding the Fair Information Practice Principles and how they should be implemented is critical to comply with the various privacy laws that protect personal information.<br>In order to be in line with Fair Information Practices we will take the following responsive action, should a data breach occur:<br>â€¢ Within 7 business days<br>We will notify the users via in site notification<br>â€¢ Within 7 business days<br>We also agree to the individual redress principle, which requires that individuals have a right to pursue legally enforceable rights against data collectors and processors who fail to adhere to the law. This principle requires not only that individuals have enforceable rights against data users, but also that individuals have recourse to courts or a government agency to investigate and/or prosecute non-compliance by data processors.<br><br><br>CAN SPAM Act<br><br>The CAN-SPAM Act is a law that sets the rules for commercial email, establishes requirements for commercial messages, gives recipients the right to have emails stopped from being sent to them, and spells out tough penalties for violations.<br>We collect your email address in order to:<br><br>â€¢ Send information, respond to inquiries, and/or other requests or questions.<br>â€¢ Process orders and to send information and updates pertaining to orders<br>â€¢ Market to our mailing list or continue to send emails to our clients after the original transaction has occurred<br><br>To be in accordance with CANSPAM we agree to the following:<br>â€¢ NOT use false, or misleading subjects or email addresses<br>â€¢ Identify the message as an advertisement in some reasonable way<br>â€¢ Include the physical address of our business or site headquarters<br>â€¢ Monitor third party email marketing services for compliance, if one is used.<br>â€¢ Honor opt-out/unsubscribe requests quickly<br>â€¢ Allow users to unsubscribe by using the link at the bottom of each email<br>If at any time you would like to unsubscribe from receiving future emails, you can email us at<br>â€¢ Follow the instructions at the bottom of each email. and we will promptly remove you from ALL correspondence.<br><br><br>Contacting Us<br><br>If there are any questions regarding this privacy policy you may contact us using the information below.<br><br>Spikes Tactical<br>2036 Apex Ct<br>Apopka, FL 32703<br>United States<br>www.spikestactical.com<br><br><br>Conditions of use:<br><br>By using this website, you agree to all of our terms and conditions of the sale<br>All sales are final (See our refund policy)</span><br><br></h2></div></div>\n</div>'),(1016,99,'tve_revision_tve_has_wistia_popover','0'),(1017,100,'tve_revision_tve_landing_page','blank_v2'),(1018,100,'tve_revision_tve_disable_theme_dependency',''),(1019,100,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" wfd-id=\"60\">\n<div class=\"tve-content-box-background\" wfd-id=\"68\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"61\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" wfd-id=\"65\"><h2>Terms &amp; Conditions</h2></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone on_hover\" wfd-id=\"62\"><p>TERMS OF SERVICE<br><br>-----<br><br>OVERVIEW<br><br>This website is operated by Blackhawk Custom, LLC. Throughout the site, the terms â€œweâ€, â€œusâ€ and â€œourâ€ refer to Blackhawk Custom, LLC. Blackhawk Custom, LLC offers this website, including all information, tools and services available from this site to you, the user, conditioned upon your acceptance of all terms, conditions, policies and notices stated here.<br><br>By visiting our site and/ or purchasing something from us, you engage in our â€œServiceâ€ and agree to be bound by the following terms and conditions (â€œTerms of Serviceâ€, â€œTermsâ€), including those additional terms, conditions, and policies referenced herein and/or available by hyperlink. These Terms of Service apply to all users of the site, including without limitation users who are browsers, vendors, customers, merchants, and/ or contributors of content.<br><br>Please read these Terms of Service carefully before accessing or using our website. By accessing or using any part of the site, you agree to be bound by these Terms of Service. If you do not agree to all the terms and conditions of this agreement, then you may not access the website or use any services. If these Terms of Service are considered an offer, acceptance is expressly limited to these Terms of Service.<br><br>Any new features or tools which are added to the current store shall also be subject to the Terms of Service. You can review the most current version of the Terms of Service at any time on this page. We reserve the right to update, change or replace any part of these Terms of Service by posting updates and/or changes to our website. It is your responsibility to check this page periodically for changes. Your continued use of or access to the website following the posting of any changes constitutes acceptance of those changes.<br><br>SECTION 1 - ONLINE STORE TERMS<br><br>By agreeing to these Terms of Service, you represent that you are at least the age of majority in your state or province of residence, or that you are the age of majority in your state or province of residence and you have given us your consent to allow any of your minor dependents to use this site.<br>You may not use our products for any illegal or unauthorized purpose nor may you, in the use of the Service, violate any laws in your jurisdiction (including but not limited to copyright laws).<br>You must not transmit any worms or viruses or any code of a destructive nature.<br>A breach or violation of any of the Terms will result in an immediate termination of your Services.<br><br>SECTION 2 - GENERAL CONDITIONS<br><br>We reserve the right to refuse service to anyone for any reason at any time.<br>You understand that your content (not including credit card information), may be transferred unencrypted and involve (a) transmissions over various networks; and (b) changes to conform and adapt to technical requirements of connecting networks or devices. Credit card information is always encrypted during transfer over networks.<br>You agree not to reproduce, duplicate, copy, sell, resell or exploit any portion of the Service, use of the Service, or access to the Service or any contact on the website through which the service is provided, without express written permission by us.<br>The headings used in this agreement are included for convenience only and will not limit or otherwise affect these Terms.<br><br>SECTION 3 - ACCURACY, COMPLETENESS AND TIMELINESS OF INFORMATION<br><br>We are not responsible if information made available on this site is not accurate, complete or current. The material on this site is provided for general information only and should not be relied upon or used as the sole basis for making decisions without consulting primary, more accurate, more complete or more timely sources of information. Any reliance on the material on this site is at your own risk.<br>This site may contain certain historical information. Historical information, necessarily, is not current and is provided for your reference only. We reserve the right to modify the contents of this site at any time, but we have no obligation to update any information on our site. You agree that it is your responsibility to monitor changes to our site.<br><br>SECTION 4 - MODIFICATIONS TO THE SERVICE AND PRICES<br><br>The prices for our products are subject to change without notice.<br>We reserve the right at any time to modify or discontinue the Service (or any part or content thereof) without notice at any time.<br>We shall not be liable to you or to any third-party for any modification, price change, suspension or discontinuance of the Service.<br><br>SECTION 5 - PRODUCTS OR SERVICES (if applicable)<br><br>Certain products or services may be available exclusively online through the website. These products or services may have limited quantities and are subject to return or exchange only according to our Return Policy.<br>We have made every effort to display as accurately as possible the colors and images of our products that appear at the store. We cannot guarantee that your computer monitor\'s display of any color will be accurate.<br>We reserve the right, but are not obligated, to limit the sales of our products or Services to any person, geographic region or jurisdiction. We may exercise this right on a case-by-case basis. We reserve the right to limit the quantities of any products or services that we offer. All descriptions of products or product pricing are subject to change at anytime without notice, at the sole discretion of us. We reserve the right to discontinue any product at any time. Any offer for any product or service made on this site is void where prohibited.<br>We do not warrant that the quality of any products, services, information, or other material purchased or obtained by you will meet your expectations, or that any errors in the Service will be corrected.<br><br>SECTION 6 - ACCURACY OF BILLING AND ACCOUNT INFORMATION<br><br>We reserve the right to refuse any order you place with us. We may, in our sole discretion, limit or cancel quantities purchased per person, per household or per order. These restrictions may include orders placed by or under the same customer account, the same credit card, and/or orders that use the same billing and/or shipping address. In the event that we make a change to or cancel an order, we may attempt to notify you by contacting the e-mail and/or billing address/phone number provided at the time the order was made. We reserve the right to limit or prohibit orders that, in our sole judgment, appear to be placed by dealers, resellers or distributors.<br><br>You agree to provide current, complete and accurate purchase and account information for all purchases made at our store. You agree to promptly update your account and other information, including your email address and credit card numbers and expiration dates, so that we can complete your transactions and contact you as needed.<br><br>For more detail, please review our Returns Policy.<br><br>SECTION 7 - OPTIONAL TOOLS<br><br>We may provide you with access to third-party tools over which we neither monitor nor have any control nor input.<br>You acknowledge and agree that we provide access to such tools â€as isâ€ and â€œas availableâ€ without any warranties, representations or conditions of any kind and without any endorsement. We shall have no liability whatsoever arising from or relating to your use of optional third-party tools.<br>Any use by you of optional tools offered through the site is entirely at your own risk and discretion and you should ensure that you are familiar with and approve of the terms on which tools are provided by the relevant third-party provider(s).<br>We may also, in the future, offer new services and/or features through the website (including, the release of new tools and resources). Such new features and/or services shall also be subject to these Terms of Service.<br><br>SECTION 8 - THIRD-PARTY LINKS<br><br>Certain content, products and services available via our Service may include materials from third-parties.<br>Third-party links on this site may direct you to third-party websites that are not affiliated with us. We are not responsible for examining or evaluating the content or accuracy and we do not warrant and will not have any liability or responsibility for any third-party materials or websites, or for any other materials, products, or services of third-parties.<br>We are not liable for any harm or damages related to the purchase or use of goods, services, resources, content, or any other transactions made in connection with any third-party websites. Please review carefully the third-party\'s policies and practices and make sure you understand them before you engage in any transaction. Complaints, claims, concerns, or questions regarding third-party products should be directed to the third-party.<br><br>SECTION 9 - USER COMMENTS, FEEDBACK AND OTHER SUBMISSIONS<br><br>If, at our request, you send certain specific submissions (for example contest entries) or without a request from us you send creative ideas, suggestions, proposals, plans, or other materials, whether online, by email, by postal mail, or otherwise (collectively, \'comments\'), you agree that we may, at any time, without restriction, edit, copy, publish, distribute, translate and otherwise use in any medium any comments that you forward to us. We are and shall be under no obligation (1) to maintain any comments in confidence; (2) to pay compensation for any comments; or (3) to respond to any comments.<br>We may, but have no obligation to, monitor, edit or remove content that we determine in our sole discretion are unlawful, offensive, threatening, libelous, defamatory, pornographic, obscene or otherwise objectionable or violates any partyâ€™s intellectual property or these Terms of Service.<br>You agree that your comments will not violate any right of any third-party, including copyright, trademark, privacy, personality or other personal or proprietary right. You further agree that your comments will not contain libelous or otherwise unlawful, abusive or obscene material, or contain any computer virus or other malware that could in any way affect the operation of the Service or any related website. You may not use a false e-mail address, pretend to be someone other than yourself, or otherwise mislead us or third-parties as to the origin of any comments. You are solely responsible for any comments you make and their accuracy. We take no responsibility and assume no liability for any comments posted by you or any third-party.<br><br>SECTION 10 - PERSONAL INFORMATION<br><br>Your submission of personal information through the store is governed by our Privacy Policy. To view our Privacy Policy.<br><br>SECTION 11 - ERRORS, INACCURACIES AND OMISSIONS<br><br>Occasionally there may be information on our site or in the Service that contains typographical errors, inaccuracies or omissions that may relate to product descriptions, pricing, promotions, offers, product shipping charges, transit times and availability. We reserve the right to correct any errors, inaccuracies or omissions, and to change or update information or cancel orders if any information in the Service or on any related website is inaccurate at any time without prior notice (including after you have submitted your order).<br>We undertake no obligation to update, amend or clarify information in the Service or on any related website, including without limitation, pricing information, except as required by law. No specified update or refresh date applied in the Service or on any related website, should be taken to indicate that all information in the Service or on any related website has been modified or updated.<br><br>SECTION 12 - PROHIBITED USES<br><br>In addition to other prohibitions as set forth in the Terms of Service, you are prohibited from using the site or its content: (a) for any unlawful purpose; (b) to solicit others to perform or participate in any unlawful acts; (c) to violate any international, federal, provincial or state regulations, rules, laws, or local ordinances; (d) to infringe upon or violate our intellectual property rights or the intellectual property rights of others; (e) to harass, abuse, insult, harm, defame, slander, disparage, intimidate, or discriminate based on gender, sexual orientation, religion, ethnicity, race, age, national origin, or disability; (f) to submit false or misleading information; (g) to upload or transmit viruses or any other type of malicious code that will or may be used in any way that will affect the functionality or operation of the Service or of any related website, other websites, or the Internet; (h) to collect or track the personal information of others; (i) to spam, phish, pharm, pretext, spider, crawl, or scrape; (j) for any obscene or immoral purpose; or (k) to interfere with or circumvent the security features of the Service or any related website, other websites, or the Internet. We reserve the right to terminate your use of the Service or any related website for violating any of the prohibited uses.<br><br>SECTION 13 - DISCLAIMER OF WARRANTIES; LIMITATION OF LIABILITY<br><br>We do not guarantee, represent or warrant that your use of our service will be uninterrupted, timely, secure or error-free.<br>We do not warrant that the results that may be obtained from the use of the service will be accurate or reliable.<br>You agree that from time to time we may remove the service for indefinite periods of time or cancel the service at any time, without notice to you.<br>You expressly agree that your use of, or inability to use, the service is at your sole risk. The service and all products and services delivered to you through the service are (except as expressly stated by us) provided \'as is\' and \'as available\' for your use, without any representation, warranties or conditions of any kind, either express or implied, including all implied warranties or conditions of merchantability, merchantable quality, fitness for a particular purpose, durability, title, and non-infringement.<br>In no case shall Blackhawk Custom, LLC, our directors, officers, employees, affiliates, agents, contractors, interns, suppliers, service providers or licensors be liable for any injury, loss, claim, or any direct, indirect, incidental, punitive, special, or consequential damages of any kind, including, without limitation lost profits, lost revenue, lost savings, loss of data, replacement costs, or any similar damages, whether based in contract, tort (including negligence), strict liability or otherwise, arising from your use of any of the service or any products procured using the service, or for any other claim related in any way to your use of the service or any product, including, but not limited to, any errors or omissions in any content, or any loss or damage of any kind incurred as a result of the use of the service or any content (or product) posted, transmitted, or otherwise made available via the service, even if advised of their possibility. Because some states or jurisdictions do not allow the exclusion or the limitation of liability for consequential or incidental damages, in such states or jurisdictions, our liability shall be limited to the maximum extent permitted by law.<br><br>SECTION 14 - INDEMNIFICATION<br><br>You agree to indemnify, defend and hold harmless Blackhawk Custom, LLC and our parent, subsidiaries, affiliates, partners, officers, directors, agents, contractors, licensors, service providers, subcontractors, suppliers, interns and employees, harmless from any claim or demand, including reasonable attorneysâ€™ fees, made by any third-party due to or arising out of your breach of these Terms of Service or the documents they incorporate by reference, or your violation of any law or the rights of a third-party.<br><br>SECTION 15 - SEVERABILITY<br><br>In the event that any provision of these Terms of Service is determined to be unlawful, void or unenforceable, such provision shall nonetheless be enforceable to the fullest extent permitted by applicable law, and the unenforceable portion shall be deemed to be severed from these Terms of Service, such determination shall not affect the validity and enforceability of any other remaining provisions.<br><br>SECTION 16 - TERMINATION<br><br>The obligations and liabilities of the parties incurred prior to the termination date shall survive the termination of this agreement for all purposes.<br>These Terms of Service are effective unless and until terminated by either you or us. You may terminate these Terms of Service at any time by notifying us that you no longer wish to use our Services, or when you cease using our site.<br>If in our sole judgment you fail, or we suspect that you have failed, to comply with any term or provision of these Terms of Service, we also may terminate this agreement at any time without notice and you will remain liable for all amounts due up to and including the date of termination; and/or accordingly may deny you access to our Services (or any part thereof).<br><br>SECTION 17 - ENTIRE AGREEMENT<br><br>The failure of us to exercise or enforce any right or provision of these Terms of Service shall not constitute a waiver of such right or provision.<br>These Terms of Service and any policies or operating rules posted by us on this site or in respect to The Service constitutes the entire agreement and understanding between you and us and govern your use of the Service, superseding any prior or contemporaneous agreements, communications and proposals, whether oral or written, between you and us (including, but not limited to, any prior versions of the Terms of Service).<br>Any ambiguities in the interpretation of these Terms of Service shall not be construed against the drafting party.<br><br>SECTION 18 - GOVERNING LAW<br><br>These Terms of Service and any separate agreements whereby we provide you Services shall be governed by and construed in accordance with the laws of 825 South Kings Highway, Fort Pierce, FL 34945.<br><br>SECTION 19 - CHANGES TO TERMS OF SERVICE<br><br>You can review the most current version of the Terms of Service at any time at this page.<br>We reserve the right, at our sole discretion, to update, change or replace any part of these Terms of Service by posting updates and changes to our website. It is your responsibility to check our website periodically for changes. Your continued use of or access to our website or the Service following the posting of any changes to these Terms of Service constitutes acceptance of those changes.<br><br>SECTION 20 - CONTACT INFORMATION<br><br>Questions about the Terms of Service should be sent to us at admin@blackhawkcustom.com</p></div></div>\n</div>'),(1020,100,'tve_revision_tve_content_more_found',''),(1021,100,'tve_revision_tve_save_post',''),(1022,100,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Montserrat:400,900,800,200,100&subset=latin\");@media (min-width: 300px){.tcb-plain-text strong { font-weight: 900; }#tcb_landing_page input strong { font-weight: 900; }#tcb_landing_page .tcb-button-link strong { font-weight: 900; }#tcb_landing_page p strong, #tcb_landing_page li strong { font-weight: 900; }#tcb_landing_page input { font-family: Montserrat; font-weight: 400; }#tcb_landing_page .tcb-button-link { font-family: Montserrat; font-weight: 400; }#tcb_landing_page p, #tcb_landing_page li { font-family: Montserrat; font-weight: 400; color: rgb(0, 0, 0); }#tcb_landing_page h6 strong { font-weight: 900; }#tcb_landing_page h6 { font-family: Montserrat; font-weight: 400; color: rgb(0, 0, 0); }#tcb_landing_page h5 strong { font-weight: 900; }#tcb_landing_page h5 { font-family: Montserrat; font-weight: 400; color: rgb(0, 0, 0); }#tcb_landing_page h4 strong { font-weight: 900; }#tcb_landing_page h4 { font-family: Montserrat; font-weight: 400; color: rgb(0, 0, 0); }#tcb_landing_page h3 strong { font-weight: 900; }#tcb_landing_page h3 { font-family: Montserrat; font-weight: 400; color: rgb(0, 0, 0); }#tcb_landing_page h2 strong { font-weight: 900; }#tcb_landing_page h2 { font-family: Montserrat; font-weight: 400; color: rgb(0, 0, 0); }#tcb_landing_page h1 strong { font-weight: 900; }#tcb_landing_page h1 { font-family: Montserrat; font-weight: 400; color: rgb(0, 0, 0); }.tcb-plain-text { font-size: 20px; color: rgb(0, 0, 0); font-family: Montserrat; font-weight: 400; }[data-css=\"tve-u-15e09c94f7d\"] { background-color: rgb(255, 255, 255); background-image: none !important; }.tve_post_lp > div > #tve_editor { margin-left: auto; margin-right: auto; max-width: 1080px; padding: 0px 20px; }}@media (max-width: 767px){.tve_post_lp > div > #tve_editor { padding: 0px 10px; }}'),(1023,100,'tve_revision_tve_user_custom_css',''),(1024,100,'tve_revision_tve_page_events','a:0:{}'),(1025,100,'tve_revision_tve_globals','a:2:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";s:8:\"font_cls\";a:0:{}}'),(1026,100,'tve_revision_tve_global_scripts',''),(1027,100,'tve_revision_thrive_icon_pack','0'),(1028,100,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(1029,100,'tve_revision_tve_has_masonry','0'),(1030,100,'tve_revision_tve_has_typefocus','0'),(1031,100,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" wfd-id=\"60\">\n<div class=\"tve-content-box-background\" wfd-id=\"68\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"61\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" wfd-id=\"65\"><h2>Terms &amp; Conditions</h2></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone on_hover\" wfd-id=\"62\"><p>TERMS OF SERVICE<br><br>-----<br><br>OVERVIEW<br><br>This website is operated by Blackhawk Custom, LLC. Throughout the site, the terms â€œweâ€, â€œusâ€ and â€œourâ€ refer to Blackhawk Custom, LLC. Blackhawk Custom, LLC offers this website, including all information, tools and services available from this site to you, the user, conditioned upon your acceptance of all terms, conditions, policies and notices stated here.<br><br>By visiting our site and/ or purchasing something from us, you engage in our â€œServiceâ€ and agree to be bound by the following terms and conditions (â€œTerms of Serviceâ€, â€œTermsâ€), including those additional terms, conditions, and policies referenced herein and/or available by hyperlink. These Terms of Service apply to all users of the site, including without limitation users who are browsers, vendors, customers, merchants, and/ or contributors of content.<br><br>Please read these Terms of Service carefully before accessing or using our website. By accessing or using any part of the site, you agree to be bound by these Terms of Service. If you do not agree to all the terms and conditions of this agreement, then you may not access the website or use any services. If these Terms of Service are considered an offer, acceptance is expressly limited to these Terms of Service.<br><br>Any new features or tools which are added to the current store shall also be subject to the Terms of Service. You can review the most current version of the Terms of Service at any time on this page. We reserve the right to update, change or replace any part of these Terms of Service by posting updates and/or changes to our website. It is your responsibility to check this page periodically for changes. Your continued use of or access to the website following the posting of any changes constitutes acceptance of those changes.<br><br>SECTION 1 - ONLINE STORE TERMS<br><br>By agreeing to these Terms of Service, you represent that you are at least the age of majority in your state or province of residence, or that you are the age of majority in your state or province of residence and you have given us your consent to allow any of your minor dependents to use this site.<br>You may not use our products for any illegal or unauthorized purpose nor may you, in the use of the Service, violate any laws in your jurisdiction (including but not limited to copyright laws).<br>You must not transmit any worms or viruses or any code of a destructive nature.<br>A breach or violation of any of the Terms will result in an immediate termination of your Services.<br><br>SECTION 2 - GENERAL CONDITIONS<br><br>We reserve the right to refuse service to anyone for any reason at any time.<br>You understand that your content (not including credit card information), may be transferred unencrypted and involve (a) transmissions over various networks; and (b) changes to conform and adapt to technical requirements of connecting networks or devices. Credit card information is always encrypted during transfer over networks.<br>You agree not to reproduce, duplicate, copy, sell, resell or exploit any portion of the Service, use of the Service, or access to the Service or any contact on the website through which the service is provided, without express written permission by us.<br>The headings used in this agreement are included for convenience only and will not limit or otherwise affect these Terms.<br><br>SECTION 3 - ACCURACY, COMPLETENESS AND TIMELINESS OF INFORMATION<br><br>We are not responsible if information made available on this site is not accurate, complete or current. The material on this site is provided for general information only and should not be relied upon or used as the sole basis for making decisions without consulting primary, more accurate, more complete or more timely sources of information. Any reliance on the material on this site is at your own risk.<br>This site may contain certain historical information. Historical information, necessarily, is not current and is provided for your reference only. We reserve the right to modify the contents of this site at any time, but we have no obligation to update any information on our site. You agree that it is your responsibility to monitor changes to our site.<br><br>SECTION 4 - MODIFICATIONS TO THE SERVICE AND PRICES<br><br>The prices for our products are subject to change without notice.<br>We reserve the right at any time to modify or discontinue the Service (or any part or content thereof) without notice at any time.<br>We shall not be liable to you or to any third-party for any modification, price change, suspension or discontinuance of the Service.<br><br>SECTION 5 - PRODUCTS OR SERVICES (if applicable)<br><br>Certain products or services may be available exclusively online through the website. These products or services may have limited quantities and are subject to return or exchange only according to our Return Policy.<br>We have made every effort to display as accurately as possible the colors and images of our products that appear at the store. We cannot guarantee that your computer monitor\'s display of any color will be accurate.<br>We reserve the right, but are not obligated, to limit the sales of our products or Services to any person, geographic region or jurisdiction. We may exercise this right on a case-by-case basis. We reserve the right to limit the quantities of any products or services that we offer. All descriptions of products or product pricing are subject to change at anytime without notice, at the sole discretion of us. We reserve the right to discontinue any product at any time. Any offer for any product or service made on this site is void where prohibited.<br>We do not warrant that the quality of any products, services, information, or other material purchased or obtained by you will meet your expectations, or that any errors in the Service will be corrected.<br><br>SECTION 6 - ACCURACY OF BILLING AND ACCOUNT INFORMATION<br><br>We reserve the right to refuse any order you place with us. We may, in our sole discretion, limit or cancel quantities purchased per person, per household or per order. These restrictions may include orders placed by or under the same customer account, the same credit card, and/or orders that use the same billing and/or shipping address. In the event that we make a change to or cancel an order, we may attempt to notify you by contacting the e-mail and/or billing address/phone number provided at the time the order was made. We reserve the right to limit or prohibit orders that, in our sole judgment, appear to be placed by dealers, resellers or distributors.<br><br>You agree to provide current, complete and accurate purchase and account information for all purchases made at our store. You agree to promptly update your account and other information, including your email address and credit card numbers and expiration dates, so that we can complete your transactions and contact you as needed.<br><br>For more detail, please review our Returns Policy.<br><br>SECTION 7 - OPTIONAL TOOLS<br><br>We may provide you with access to third-party tools over which we neither monitor nor have any control nor input.<br>You acknowledge and agree that we provide access to such tools â€as isâ€ and â€œas availableâ€ without any warranties, representations or conditions of any kind and without any endorsement. We shall have no liability whatsoever arising from or relating to your use of optional third-party tools.<br>Any use by you of optional tools offered through the site is entirely at your own risk and discretion and you should ensure that you are familiar with and approve of the terms on which tools are provided by the relevant third-party provider(s).<br>We may also, in the future, offer new services and/or features through the website (including, the release of new tools and resources). Such new features and/or services shall also be subject to these Terms of Service.<br><br>SECTION 8 - THIRD-PARTY LINKS<br><br>Certain content, products and services available via our Service may include materials from third-parties.<br>Third-party links on this site may direct you to third-party websites that are not affiliated with us. We are not responsible for examining or evaluating the content or accuracy and we do not warrant and will not have any liability or responsibility for any third-party materials or websites, or for any other materials, products, or services of third-parties.<br>We are not liable for any harm or damages related to the purchase or use of goods, services, resources, content, or any other transactions made in connection with any third-party websites. Please review carefully the third-party\'s policies and practices and make sure you understand them before you engage in any transaction. Complaints, claims, concerns, or questions regarding third-party products should be directed to the third-party.<br><br>SECTION 9 - USER COMMENTS, FEEDBACK AND OTHER SUBMISSIONS<br><br>If, at our request, you send certain specific submissions (for example contest entries) or without a request from us you send creative ideas, suggestions, proposals, plans, or other materials, whether online, by email, by postal mail, or otherwise (collectively, \'comments\'), you agree that we may, at any time, without restriction, edit, copy, publish, distribute, translate and otherwise use in any medium any comments that you forward to us. We are and shall be under no obligation (1) to maintain any comments in confidence; (2) to pay compensation for any comments; or (3) to respond to any comments.<br>We may, but have no obligation to, monitor, edit or remove content that we determine in our sole discretion are unlawful, offensive, threatening, libelous, defamatory, pornographic, obscene or otherwise objectionable or violates any partyâ€™s intellectual property or these Terms of Service.<br>You agree that your comments will not violate any right of any third-party, including copyright, trademark, privacy, personality or other personal or proprietary right. You further agree that your comments will not contain libelous or otherwise unlawful, abusive or obscene material, or contain any computer virus or other malware that could in any way affect the operation of the Service or any related website. You may not use a false e-mail address, pretend to be someone other than yourself, or otherwise mislead us or third-parties as to the origin of any comments. You are solely responsible for any comments you make and their accuracy. We take no responsibility and assume no liability for any comments posted by you or any third-party.<br><br>SECTION 10 - PERSONAL INFORMATION<br><br>Your submission of personal information through the store is governed by our Privacy Policy. To view our Privacy Policy.<br><br>SECTION 11 - ERRORS, INACCURACIES AND OMISSIONS<br><br>Occasionally there may be information on our site or in the Service that contains typographical errors, inaccuracies or omissions that may relate to product descriptions, pricing, promotions, offers, product shipping charges, transit times and availability. We reserve the right to correct any errors, inaccuracies or omissions, and to change or update information or cancel orders if any information in the Service or on any related website is inaccurate at any time without prior notice (including after you have submitted your order).<br>We undertake no obligation to update, amend or clarify information in the Service or on any related website, including without limitation, pricing information, except as required by law. No specified update or refresh date applied in the Service or on any related website, should be taken to indicate that all information in the Service or on any related website has been modified or updated.<br><br>SECTION 12 - PROHIBITED USES<br><br>In addition to other prohibitions as set forth in the Terms of Service, you are prohibited from using the site or its content: (a) for any unlawful purpose; (b) to solicit others to perform or participate in any unlawful acts; (c) to violate any international, federal, provincial or state regulations, rules, laws, or local ordinances; (d) to infringe upon or violate our intellectual property rights or the intellectual property rights of others; (e) to harass, abuse, insult, harm, defame, slander, disparage, intimidate, or discriminate based on gender, sexual orientation, religion, ethnicity, race, age, national origin, or disability; (f) to submit false or misleading information; (g) to upload or transmit viruses or any other type of malicious code that will or may be used in any way that will affect the functionality or operation of the Service or of any related website, other websites, or the Internet; (h) to collect or track the personal information of others; (i) to spam, phish, pharm, pretext, spider, crawl, or scrape; (j) for any obscene or immoral purpose; or (k) to interfere with or circumvent the security features of the Service or any related website, other websites, or the Internet. We reserve the right to terminate your use of the Service or any related website for violating any of the prohibited uses.<br><br>SECTION 13 - DISCLAIMER OF WARRANTIES; LIMITATION OF LIABILITY<br><br>We do not guarantee, represent or warrant that your use of our service will be uninterrupted, timely, secure or error-free.<br>We do not warrant that the results that may be obtained from the use of the service will be accurate or reliable.<br>You agree that from time to time we may remove the service for indefinite periods of time or cancel the service at any time, without notice to you.<br>You expressly agree that your use of, or inability to use, the service is at your sole risk. The service and all products and services delivered to you through the service are (except as expressly stated by us) provided \'as is\' and \'as available\' for your use, without any representation, warranties or conditions of any kind, either express or implied, including all implied warranties or conditions of merchantability, merchantable quality, fitness for a particular purpose, durability, title, and non-infringement.<br>In no case shall Blackhawk Custom, LLC, our directors, officers, employees, affiliates, agents, contractors, interns, suppliers, service providers or licensors be liable for any injury, loss, claim, or any direct, indirect, incidental, punitive, special, or consequential damages of any kind, including, without limitation lost profits, lost revenue, lost savings, loss of data, replacement costs, or any similar damages, whether based in contract, tort (including negligence), strict liability or otherwise, arising from your use of any of the service or any products procured using the service, or for any other claim related in any way to your use of the service or any product, including, but not limited to, any errors or omissions in any content, or any loss or damage of any kind incurred as a result of the use of the service or any content (or product) posted, transmitted, or otherwise made available via the service, even if advised of their possibility. Because some states or jurisdictions do not allow the exclusion or the limitation of liability for consequential or incidental damages, in such states or jurisdictions, our liability shall be limited to the maximum extent permitted by law.<br><br>SECTION 14 - INDEMNIFICATION<br><br>You agree to indemnify, defend and hold harmless Blackhawk Custom, LLC and our parent, subsidiaries, affiliates, partners, officers, directors, agents, contractors, licensors, service providers, subcontractors, suppliers, interns and employees, harmless from any claim or demand, including reasonable attorneysâ€™ fees, made by any third-party due to or arising out of your breach of these Terms of Service or the documents they incorporate by reference, or your violation of any law or the rights of a third-party.<br><br>SECTION 15 - SEVERABILITY<br><br>In the event that any provision of these Terms of Service is determined to be unlawful, void or unenforceable, such provision shall nonetheless be enforceable to the fullest extent permitted by applicable law, and the unenforceable portion shall be deemed to be severed from these Terms of Service, such determination shall not affect the validity and enforceability of any other remaining provisions.<br><br>SECTION 16 - TERMINATION<br><br>The obligations and liabilities of the parties incurred prior to the termination date shall survive the termination of this agreement for all purposes.<br>These Terms of Service are effective unless and until terminated by either you or us. You may terminate these Terms of Service at any time by notifying us that you no longer wish to use our Services, or when you cease using our site.<br>If in our sole judgment you fail, or we suspect that you have failed, to comply with any term or provision of these Terms of Service, we also may terminate this agreement at any time without notice and you will remain liable for all amounts due up to and including the date of termination; and/or accordingly may deny you access to our Services (or any part thereof).<br><br>SECTION 17 - ENTIRE AGREEMENT<br><br>The failure of us to exercise or enforce any right or provision of these Terms of Service shall not constitute a waiver of such right or provision.<br>These Terms of Service and any policies or operating rules posted by us on this site or in respect to The Service constitutes the entire agreement and understanding between you and us and govern your use of the Service, superseding any prior or contemporaneous agreements, communications and proposals, whether oral or written, between you and us (including, but not limited to, any prior versions of the Terms of Service).<br>Any ambiguities in the interpretation of these Terms of Service shall not be construed against the drafting party.<br><br>SECTION 18 - GOVERNING LAW<br><br>These Terms of Service and any separate agreements whereby we provide you Services shall be governed by and construed in accordance with the laws of 825 South Kings Highway, Fort Pierce, FL 34945.<br><br>SECTION 19 - CHANGES TO TERMS OF SERVICE<br><br>You can review the most current version of the Terms of Service at any time at this page.<br>We reserve the right, at our sole discretion, to update, change or replace any part of these Terms of Service by posting updates and changes to our website. It is your responsibility to check our website periodically for changes. Your continued use of or access to our website or the Service following the posting of any changes to these Terms of Service constitutes acceptance of those changes.<br><br>SECTION 20 - CONTACT INFORMATION<br><br>Questions about the Terms of Service should be sent to us at admin@blackhawkcustom.com</p></div></div>\n</div>'),(1032,100,'tve_revision_tve_has_wistia_popover','0'),(1243,134,'tve_revision_tve_has_wistia_popover','0'),(1244,95,'tve_disable_theme_dependency','1'),(1230,134,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" wfd-id=\"37\">\n<div class=\"tve-content-box-background\" wfd-id=\"41\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"38\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" wfd-id=\"40\"><h2>Terms &amp; Conditions</h2></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"39\"><p>TERMS OF SERVICE<br><br>-----<br><br>OVERVIEW<br><br>This website is operated by Blackhawk Custom, LLC. Throughout the site, the terms â€œweâ€, â€œusâ€ and â€œourâ€ refer to Blackhawk Custom, LLC. Blackhawk Custom, LLC offers this website, including all information, tools and services available from this site to you, the user, conditioned upon your acceptance of all terms, conditions, policies and notices stated here.<br><br>By visiting our site and/ or purchasing something from us, you engage in our â€œServiceâ€ and agree to be bound by the following terms and conditions (â€œTerms of Serviceâ€, â€œTermsâ€), including those additional terms, conditions, and policies referenced herein and/or available by hyperlink. These Terms of Service apply to all users of the site, including without limitation users who are browsers, vendors, customers, merchants, and/ or contributors of content.<br><br>Please read these Terms of Service carefully before accessing or using our website. By accessing or using any part of the site, you agree to be bound by these Terms of Service. If you do not agree to all the terms and conditions of this agreement, then you may not access the website or use any services. If these Terms of Service are considered an offer, acceptance is expressly limited to these Terms of Service.<br><br>Any new features or tools which are added to the current store shall also be subject to the Terms of Service. You can review the most current version of the Terms of Service at any time on this page. We reserve the right to update, change or replace any part of these Terms of Service by posting updates and/or changes to our website. It is your responsibility to check this page periodically for changes. Your continued use of or access to the website following the posting of any changes constitutes acceptance of those changes.<br><br>SECTION 1 - ONLINE STORE TERMS<br><br>By agreeing to these Terms of Service, you represent that you are at least the age of majority in your state or province of residence, or that you are the age of majority in your state or province of residence and you have given us your consent to allow any of your minor dependents to use this site.<br>You may not use our products for any illegal or unauthorized purpose nor may you, in the use of the Service, violate any laws in your jurisdiction (including but not limited to copyright laws).<br>You must not transmit any worms or viruses or any code of a destructive nature.<br>A breach or violation of any of the Terms will result in an immediate termination of your Services.<br><br>SECTION 2 - GENERAL CONDITIONS<br><br>We reserve the right to refuse service to anyone for any reason at any time.<br>You understand that your content (not including credit card information), may be transferred unencrypted and involve (a) transmissions over various networks; and (b) changes to conform and adapt to technical requirements of connecting networks or devices. Credit card information is always encrypted during transfer over networks.<br>You agree not to reproduce, duplicate, copy, sell, resell or exploit any portion of the Service, use of the Service, or access to the Service or any contact on the website through which the service is provided, without express written permission by us.<br>The headings used in this agreement are included for convenience only and will not limit or otherwise affect these Terms.<br><br>SECTION 3 - ACCURACY, COMPLETENESS AND TIMELINESS OF INFORMATION<br><br>We are not responsible if information made available on this site is not accurate, complete or current. The material on this site is provided for general information only and should not be relied upon or used as the sole basis for making decisions without consulting primary, more accurate, more complete or more timely sources of information. Any reliance on the material on this site is at your own risk.<br>This site may contain certain historical information. Historical information, necessarily, is not current and is provided for your reference only. We reserve the right to modify the contents of this site at any time, but we have no obligation to update any information on our site. You agree that it is your responsibility to monitor changes to our site.<br><br>SECTION 4 - MODIFICATIONS TO THE SERVICE AND PRICES<br><br>The prices for our products are subject to change without notice.<br>We reserve the right at any time to modify or discontinue the Service (or any part or content thereof) without notice at any time.<br>We shall not be liable to you or to any third-party for any modification, price change, suspension or discontinuance of the Service.<br><br>SECTION 5 - PRODUCTS OR SERVICES (if applicable)<br><br>Certain products or services may be available exclusively online through the website. These products or services may have limited quantities and are subject to return or exchange only according to our Return Policy.<br>We have made every effort to display as accurately as possible the colors and images of our products that appear at the store. We cannot guarantee that your computer monitor\'s display of any color will be accurate.<br>We reserve the right, but are not obligated, to limit the sales of our products or Services to any person, geographic region or jurisdiction. We may exercise this right on a case-by-case basis. We reserve the right to limit the quantities of any products or services that we offer. All descriptions of products or product pricing are subject to change at anytime without notice, at the sole discretion of us. We reserve the right to discontinue any product at any time. Any offer for any product or service made on this site is void where prohibited.<br>We do not warrant that the quality of any products, services, information, or other material purchased or obtained by you will meet your expectations, or that any errors in the Service will be corrected.<br><br>SECTION 6 - ACCURACY OF BILLING AND ACCOUNT INFORMATION<br><br>We reserve the right to refuse any order you place with us. We may, in our sole discretion, limit or cancel quantities purchased per person, per household or per order. These restrictions may include orders placed by or under the same customer account, the same credit card, and/or orders that use the same billing and/or shipping address. In the event that we make a change to or cancel an order, we may attempt to notify you by contacting the e-mail and/or billing address/phone number provided at the time the order was made. We reserve the right to limit or prohibit orders that, in our sole judgment, appear to be placed by dealers, resellers or distributors.<br><br>You agree to provide current, complete and accurate purchase and account information for all purchases made at our store. You agree to promptly update your account and other information, including your email address and credit card numbers and expiration dates, so that we can complete your transactions and contact you as needed.<br><br>For more detail, please review our Returns Policy.<br><br>SECTION 7 - OPTIONAL TOOLS<br><br>We may provide you with access to third-party tools over which we neither monitor nor have any control nor input.<br>You acknowledge and agree that we provide access to such tools â€as isâ€ and â€œas availableâ€ without any warranties, representations or conditions of any kind and without any endorsement. We shall have no liability whatsoever arising from or relating to your use of optional third-party tools.<br>Any use by you of optional tools offered through the site is entirely at your own risk and discretion and you should ensure that you are familiar with and approve of the terms on which tools are provided by the relevant third-party provider(s).<br>We may also, in the future, offer new services and/or features through the website (including, the release of new tools and resources). Such new features and/or services shall also be subject to these Terms of Service.<br><br>SECTION 8 - THIRD-PARTY LINKS<br><br>Certain content, products and services available via our Service may include materials from third-parties.<br>Third-party links on this site may direct you to third-party websites that are not affiliated with us. We are not responsible for examining or evaluating the content or accuracy and we do not warrant and will not have any liability or responsibility for any third-party materials or websites, or for any other materials, products, or services of third-parties.<br>We are not liable for any harm or damages related to the purchase or use of goods, services, resources, content, or any other transactions made in connection with any third-party websites. Please review carefully the third-party\'s policies and practices and make sure you understand them before you engage in any transaction. Complaints, claims, concerns, or questions regarding third-party products should be directed to the third-party.<br><br>SECTION 9 - USER COMMENTS, FEEDBACK AND OTHER SUBMISSIONS<br><br>If, at our request, you send certain specific submissions (for example contest entries) or without a request from us you send creative ideas, suggestions, proposals, plans, or other materials, whether online, by email, by postal mail, or otherwise (collectively, \'comments\'), you agree that we may, at any time, without restriction, edit, copy, publish, distribute, translate and otherwise use in any medium any comments that you forward to us. We are and shall be under no obligation (1) to maintain any comments in confidence; (2) to pay compensation for any comments; or (3) to respond to any comments.<br>We may, but have no obligation to, monitor, edit or remove content that we determine in our sole discretion are unlawful, offensive, threatening, libelous, defamatory, pornographic, obscene or otherwise objectionable or violates any partyâ€™s intellectual property or these Terms of Service.<br>You agree that your comments will not violate any right of any third-party, including copyright, trademark, privacy, personality or other personal or proprietary right. You further agree that your comments will not contain libelous or otherwise unlawful, abusive or obscene material, or contain any computer virus or other malware that could in any way affect the operation of the Service or any related website. You may not use a false e-mail address, pretend to be someone other than yourself, or otherwise mislead us or third-parties as to the origin of any comments. You are solely responsible for any comments you make and their accuracy. We take no responsibility and assume no liability for any comments posted by you or any third-party.<br><br>SECTION 10 - PERSONAL INFORMATION<br><br>Your submission of personal information through the store is governed by our Privacy Policy. To view our Privacy Policy.<br><br>SECTION 11 - ERRORS, INACCURACIES AND OMISSIONS<br><br>Occasionally there may be information on our site or in the Service that contains typographical errors, inaccuracies or omissions that may relate to product descriptions, pricing, promotions, offers, product shipping charges, transit times and availability. We reserve the right to correct any errors, inaccuracies or omissions, and to change or update information or cancel orders if any information in the Service or on any related website is inaccurate at any time without prior notice (including after you have submitted your order).<br>We undertake no obligation to update, amend or clarify information in the Service or on any related website, including without limitation, pricing information, except as required by law. No specified update or refresh date applied in the Service or on any related website, should be taken to indicate that all information in the Service or on any related website has been modified or updated.<br><br>SECTION 12 - PROHIBITED USES<br><br>In addition to other prohibitions as set forth in the Terms of Service, you are prohibited from using the site or its content: (a) for any unlawful purpose; (b) to solicit others to perform or participate in any unlawful acts; (c) to violate any international, federal, provincial or state regulations, rules, laws, or local ordinances; (d) to infringe upon or violate our intellectual property rights or the intellectual property rights of others; (e) to harass, abuse, insult, harm, defame, slander, disparage, intimidate, or discriminate based on gender, sexual orientation, religion, ethnicity, race, age, national origin, or disability; (f) to submit false or misleading information; (g) to upload or transmit viruses or any other type of malicious code that will or may be used in any way that will affect the functionality or operation of the Service or of any related website, other websites, or the Internet; (h) to collect or track the personal information of others; (i) to spam, phish, pharm, pretext, spider, crawl, or scrape; (j) for any obscene or immoral purpose; or (k) to interfere with or circumvent the security features of the Service or any related website, other websites, or the Internet. We reserve the right to terminate your use of the Service or any related website for violating any of the prohibited uses.<br><br>SECTION 13 - DISCLAIMER OF WARRANTIES; LIMITATION OF LIABILITY<br><br>We do not guarantee, represent or warrant that your use of our service will be uninterrupted, timely, secure or error-free.<br>We do not warrant that the results that may be obtained from the use of the service will be accurate or reliable.<br>You agree that from time to time we may remove the service for indefinite periods of time or cancel the service at any time, without notice to you.<br>You expressly agree that your use of, or inability to use, the service is at your sole risk. The service and all products and services delivered to you through the service are (except as expressly stated by us) provided \'as is\' and \'as available\' for your use, without any representation, warranties or conditions of any kind, either express or implied, including all implied warranties or conditions of merchantability, merchantable quality, fitness for a particular purpose, durability, title, and non-infringement.<br>In no case shall Blackhawk Custom, LLC, our directors, officers, employees, affiliates, agents, contractors, interns, suppliers, service providers or licensors be liable for any injury, loss, claim, or any direct, indirect, incidental, punitive, special, or consequential damages of any kind, including, without limitation lost profits, lost revenue, lost savings, loss of data, replacement costs, or any similar damages, whether based in contract, tort (including negligence), strict liability or otherwise, arising from your use of any of the service or any products procured using the service, or for any other claim related in any way to your use of the service or any product, including, but not limited to, any errors or omissions in any content, or any loss or damage of any kind incurred as a result of the use of the service or any content (or product) posted, transmitted, or otherwise made available via the service, even if advised of their possibility. Because some states or jurisdictions do not allow the exclusion or the limitation of liability for consequential or incidental damages, in such states or jurisdictions, our liability shall be limited to the maximum extent permitted by law.<br><br>SECTION 14 - INDEMNIFICATION<br><br>You agree to indemnify, defend and hold harmless Blackhawk Custom, LLC and our parent, subsidiaries, affiliates, partners, officers, directors, agents, contractors, licensors, service providers, subcontractors, suppliers, interns and employees, harmless from any claim or demand, including reasonable attorneysâ€™ fees, made by any third-party due to or arising out of your breach of these Terms of Service or the documents they incorporate by reference, or your violation of any law or the rights of a third-party.<br><br>SECTION 15 - SEVERABILITY<br><br>In the event that any provision of these Terms of Service is determined to be unlawful, void or unenforceable, such provision shall nonetheless be enforceable to the fullest extent permitted by applicable law, and the unenforceable portion shall be deemed to be severed from these Terms of Service, such determination shall not affect the validity and enforceability of any other remaining provisions.<br><br>SECTION 16 - TERMINATION<br><br>The obligations and liabilities of the parties incurred prior to the termination date shall survive the termination of this agreement for all purposes.<br>These Terms of Service are effective unless and until terminated by either you or us. You may terminate these Terms of Service at any time by notifying us that you no longer wish to use our Services, or when you cease using our site.<br>If in our sole judgment you fail, or we suspect that you have failed, to comply with any term or provision of these Terms of Service, we also may terminate this agreement at any time without notice and you will remain liable for all amounts due up to and including the date of termination; and/or accordingly may deny you access to our Services (or any part thereof).<br><br>SECTION 17 - ENTIRE AGREEMENT<br><br>The failure of us to exercise or enforce any right or provision of these Terms of Service shall not constitute a waiver of such right or provision.<br>These Terms of Service and any policies or operating rules posted by us on this site or in respect to The Service constitutes the entire agreement and understanding between you and us and govern your use of the Service, superseding any prior or contemporaneous agreements, communications and proposals, whether oral or written, between you and us (including, but not limited to, any prior versions of the Terms of Service).<br>Any ambiguities in the interpretation of these Terms of Service shall not be construed against the drafting party.<br><br>SECTION 18 - GOVERNING LAW<br><br>These Terms of Service and any separate agreements whereby we provide you Services shall be governed by and construed in accordance with the laws of 825 South Kings Highway, Fort Pierce, FL 34945.<br><br>SECTION 19 - CHANGES TO TERMS OF SERVICE<br><br>You can review the most current version of the Terms of Service at any time at this page.<br>We reserve the right, at our sole discretion, to update, change or replace any part of these Terms of Service by posting updates and changes to our website. It is your responsibility to check our website periodically for changes. Your continued use of or access to our website or the Service following the posting of any changes to these Terms of Service constitutes acceptance of those changes.<br><br>SECTION 20 - CONTACT INFORMATION<br><br>Questions about the Terms of Service should be sent to us at admin@blackhawkcustom.com</p></div></div>\n</div>'),(1229,134,'tve_revision_tve_disable_theme_dependency',''),(1174,117,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:401;s:6:\"height\";i:198;s:4:\"file\";s:26:\"2018/06/finishstrong-3.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"finishstrong-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"finishstrong-3-300x148.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:148;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:26:\"finishstrong-3-300x198.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:26:\"finishstrong-3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:26:\"finishstrong-3-300x198.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:26:\"finishstrong-3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1173,117,'_wp_attached_file','2018/06/finishstrong-3.jpg'),(1231,134,'tve_revision_tve_content_more_found',''),(1232,134,'tve_revision_tve_save_post',''),(1233,134,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Montserrat:400,900,800,200,100&subset=latin\");@media (min-width: 300px){.tcb-plain-text strong { font-weight: 900; }#tcb_landing_page input strong { font-weight: 900; }#tcb_landing_page .tcb-button-link strong { font-weight: 900; }#tcb_landing_page p strong, #tcb_landing_page li strong { font-weight: 900; }#tcb_landing_page input { font-family: Montserrat; font-weight: 400; }#tcb_landing_page .tcb-button-link { font-family: Montserrat; font-weight: 400; }#tcb_landing_page p, #tcb_landing_page li { font-family: Montserrat; font-weight: 400; color: rgb(0, 0, 0); }#tcb_landing_page h6 strong { font-weight: 900; }#tcb_landing_page h6 { font-family: Montserrat; font-weight: 400; color: rgb(0, 0, 0); }#tcb_landing_page h5 strong { font-weight: 900; }#tcb_landing_page h5 { font-family: Montserrat; font-weight: 400; color: rgb(0, 0, 0); }#tcb_landing_page h4 strong { font-weight: 900; }#tcb_landing_page h4 { font-family: Montserrat; font-weight: 400; color: rgb(0, 0, 0); }#tcb_landing_page h3 strong { font-weight: 900; }#tcb_landing_page h3 { font-family: Montserrat; font-weight: 400; color: rgb(0, 0, 0); }#tcb_landing_page h2 strong { font-weight: 900; }#tcb_landing_page h2 { font-family: Montserrat; font-weight: 400; color: rgb(0, 0, 0); }#tcb_landing_page h1 strong { font-weight: 900; }#tcb_landing_page h1 { font-family: Montserrat; font-weight: 400; color: rgb(0, 0, 0); }.tcb-plain-text { font-size: 20px; color: rgb(0, 0, 0); font-family: Montserrat; font-weight: 400; }[data-css=\"tve-u-15e09c94f7d\"] { background-color: rgb(255, 255, 255); background-image: none !important; }.tve_post_lp > div > #tve_editor { margin-left: auto; margin-right: auto; max-width: 1200px; padding: 0px 20px; }}@media (max-width: 767px){.tve_post_lp > div > #tve_editor { padding: 0px 10px; }}'),(1049,101,'tve_revision_tve_landing_page','blank_v2'),(1050,101,'tve_revision_tve_disable_theme_dependency',''),(1051,101,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" wfd-id=\"60\">\n<div class=\"tve-content-box-background\" wfd-id=\"68\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"61\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" wfd-id=\"65\"><h2>Terms &amp; Conditions</h2></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone on_hover\" wfd-id=\"62\"><p>TERMS OF SERVICE<br><br>-----<br><br>OVERVIEW<br><br>This website is operated by Blackhawk Custom, LLC. Throughout the site, the terms â€œweâ€, â€œusâ€ and â€œourâ€ refer to Blackhawk Custom, LLC. Blackhawk Custom, LLC offers this website, including all information, tools and services available from this site to you, the user, conditioned upon your acceptance of all terms, conditions, policies and notices stated here.<br><br>By visiting our site and/ or purchasing something from us, you engage in our â€œServiceâ€ and agree to be bound by the following terms and conditions (â€œTerms of Serviceâ€, â€œTermsâ€), including those additional terms, conditions, and policies referenced herein and/or available by hyperlink. These Terms of Service apply to all users of the site, including without limitation users who are browsers, vendors, customers, merchants, and/ or contributors of content.<br><br>Please read these Terms of Service carefully before accessing or using our website. By accessing or using any part of the site, you agree to be bound by these Terms of Service. If you do not agree to all the terms and conditions of this agreement, then you may not access the website or use any services. If these Terms of Service are considered an offer, acceptance is expressly limited to these Terms of Service.<br><br>Any new features or tools which are added to the current store shall also be subject to the Terms of Service. You can review the most current version of the Terms of Service at any time on this page. We reserve the right to update, change or replace any part of these Terms of Service by posting updates and/or changes to our website. It is your responsibility to check this page periodically for changes. Your continued use of or access to the website following the posting of any changes constitutes acceptance of those changes.<br><br>SECTION 1 - ONLINE STORE TERMS<br><br>By agreeing to these Terms of Service, you represent that you are at least the age of majority in your state or province of residence, or that you are the age of majority in your state or province of residence and you have given us your consent to allow any of your minor dependents to use this site.<br>You may not use our products for any illegal or unauthorized purpose nor may you, in the use of the Service, violate any laws in your jurisdiction (including but not limited to copyright laws).<br>You must not transmit any worms or viruses or any code of a destructive nature.<br>A breach or violation of any of the Terms will result in an immediate termination of your Services.<br><br>SECTION 2 - GENERAL CONDITIONS<br><br>We reserve the right to refuse service to anyone for any reason at any time.<br>You understand that your content (not including credit card information), may be transferred unencrypted and involve (a) transmissions over various networks; and (b) changes to conform and adapt to technical requirements of connecting networks or devices. Credit card information is always encrypted during transfer over networks.<br>You agree not to reproduce, duplicate, copy, sell, resell or exploit any portion of the Service, use of the Service, or access to the Service or any contact on the website through which the service is provided, without express written permission by us.<br>The headings used in this agreement are included for convenience only and will not limit or otherwise affect these Terms.<br><br>SECTION 3 - ACCURACY, COMPLETENESS AND TIMELINESS OF INFORMATION<br><br>We are not responsible if information made available on this site is not accurate, complete or current. The material on this site is provided for general information only and should not be relied upon or used as the sole basis for making decisions without consulting primary, more accurate, more complete or more timely sources of information. Any reliance on the material on this site is at your own risk.<br>This site may contain certain historical information. Historical information, necessarily, is not current and is provided for your reference only. We reserve the right to modify the contents of this site at any time, but we have no obligation to update any information on our site. You agree that it is your responsibility to monitor changes to our site.<br><br>SECTION 4 - MODIFICATIONS TO THE SERVICE AND PRICES<br><br>The prices for our products are subject to change without notice.<br>We reserve the right at any time to modify or discontinue the Service (or any part or content thereof) without notice at any time.<br>We shall not be liable to you or to any third-party for any modification, price change, suspension or discontinuance of the Service.<br><br>SECTION 5 - PRODUCTS OR SERVICES (if applicable)<br><br>Certain products or services may be available exclusively online through the website. These products or services may have limited quantities and are subject to return or exchange only according to our Return Policy.<br>We have made every effort to display as accurately as possible the colors and images of our products that appear at the store. We cannot guarantee that your computer monitor\'s display of any color will be accurate.<br>We reserve the right, but are not obligated, to limit the sales of our products or Services to any person, geographic region or jurisdiction. We may exercise this right on a case-by-case basis. We reserve the right to limit the quantities of any products or services that we offer. All descriptions of products or product pricing are subject to change at anytime without notice, at the sole discretion of us. We reserve the right to discontinue any product at any time. Any offer for any product or service made on this site is void where prohibited.<br>We do not warrant that the quality of any products, services, information, or other material purchased or obtained by you will meet your expectations, or that any errors in the Service will be corrected.<br><br>SECTION 6 - ACCURACY OF BILLING AND ACCOUNT INFORMATION<br><br>We reserve the right to refuse any order you place with us. We may, in our sole discretion, limit or cancel quantities purchased per person, per household or per order. These restrictions may include orders placed by or under the same customer account, the same credit card, and/or orders that use the same billing and/or shipping address. In the event that we make a change to or cancel an order, we may attempt to notify you by contacting the e-mail and/or billing address/phone number provided at the time the order was made. We reserve the right to limit or prohibit orders that, in our sole judgment, appear to be placed by dealers, resellers or distributors.<br><br>You agree to provide current, complete and accurate purchase and account information for all purchases made at our store. You agree to promptly update your account and other information, including your email address and credit card numbers and expiration dates, so that we can complete your transactions and contact you as needed.<br><br>For more detail, please review our Returns Policy.<br><br>SECTION 7 - OPTIONAL TOOLS<br><br>We may provide you with access to third-party tools over which we neither monitor nor have any control nor input.<br>You acknowledge and agree that we provide access to such tools â€as isâ€ and â€œas availableâ€ without any warranties, representations or conditions of any kind and without any endorsement. We shall have no liability whatsoever arising from or relating to your use of optional third-party tools.<br>Any use by you of optional tools offered through the site is entirely at your own risk and discretion and you should ensure that you are familiar with and approve of the terms on which tools are provided by the relevant third-party provider(s).<br>We may also, in the future, offer new services and/or features through the website (including, the release of new tools and resources). Such new features and/or services shall also be subject to these Terms of Service.<br><br>SECTION 8 - THIRD-PARTY LINKS<br><br>Certain content, products and services available via our Service may include materials from third-parties.<br>Third-party links on this site may direct you to third-party websites that are not affiliated with us. We are not responsible for examining or evaluating the content or accuracy and we do not warrant and will not have any liability or responsibility for any third-party materials or websites, or for any other materials, products, or services of third-parties.<br>We are not liable for any harm or damages related to the purchase or use of goods, services, resources, content, or any other transactions made in connection with any third-party websites. Please review carefully the third-party\'s policies and practices and make sure you understand them before you engage in any transaction. Complaints, claims, concerns, or questions regarding third-party products should be directed to the third-party.<br><br>SECTION 9 - USER COMMENTS, FEEDBACK AND OTHER SUBMISSIONS<br><br>If, at our request, you send certain specific submissions (for example contest entries) or without a request from us you send creative ideas, suggestions, proposals, plans, or other materials, whether online, by email, by postal mail, or otherwise (collectively, \'comments\'), you agree that we may, at any time, without restriction, edit, copy, publish, distribute, translate and otherwise use in any medium any comments that you forward to us. We are and shall be under no obligation (1) to maintain any comments in confidence; (2) to pay compensation for any comments; or (3) to respond to any comments.<br>We may, but have no obligation to, monitor, edit or remove content that we determine in our sole discretion are unlawful, offensive, threatening, libelous, defamatory, pornographic, obscene or otherwise objectionable or violates any partyâ€™s intellectual property or these Terms of Service.<br>You agree that your comments will not violate any right of any third-party, including copyright, trademark, privacy, personality or other personal or proprietary right. You further agree that your comments will not contain libelous or otherwise unlawful, abusive or obscene material, or contain any computer virus or other malware that could in any way affect the operation of the Service or any related website. You may not use a false e-mail address, pretend to be someone other than yourself, or otherwise mislead us or third-parties as to the origin of any comments. You are solely responsible for any comments you make and their accuracy. We take no responsibility and assume no liability for any comments posted by you or any third-party.<br><br>SECTION 10 - PERSONAL INFORMATION<br><br>Your submission of personal information through the store is governed by our Privacy Policy. To view our Privacy Policy.<br><br>SECTION 11 - ERRORS, INACCURACIES AND OMISSIONS<br><br>Occasionally there may be information on our site or in the Service that contains typographical errors, inaccuracies or omissions that may relate to product descriptions, pricing, promotions, offers, product shipping charges, transit times and availability. We reserve the right to correct any errors, inaccuracies or omissions, and to change or update information or cancel orders if any information in the Service or on any related website is inaccurate at any time without prior notice (including after you have submitted your order).<br>We undertake no obligation to update, amend or clarify information in the Service or on any related website, including without limitation, pricing information, except as required by law. No specified update or refresh date applied in the Service or on any related website, should be taken to indicate that all information in the Service or on any related website has been modified or updated.<br><br>SECTION 12 - PROHIBITED USES<br><br>In addition to other prohibitions as set forth in the Terms of Service, you are prohibited from using the site or its content: (a) for any unlawful purpose; (b) to solicit others to perform or participate in any unlawful acts; (c) to violate any international, federal, provincial or state regulations, rules, laws, or local ordinances; (d) to infringe upon or violate our intellectual property rights or the intellectual property rights of others; (e) to harass, abuse, insult, harm, defame, slander, disparage, intimidate, or discriminate based on gender, sexual orientation, religion, ethnicity, race, age, national origin, or disability; (f) to submit false or misleading information; (g) to upload or transmit viruses or any other type of malicious code that will or may be used in any way that will affect the functionality or operation of the Service or of any related website, other websites, or the Internet; (h) to collect or track the personal information of others; (i) to spam, phish, pharm, pretext, spider, crawl, or scrape; (j) for any obscene or immoral purpose; or (k) to interfere with or circumvent the security features of the Service or any related website, other websites, or the Internet. We reserve the right to terminate your use of the Service or any related website for violating any of the prohibited uses.<br><br>SECTION 13 - DISCLAIMER OF WARRANTIES; LIMITATION OF LIABILITY<br><br>We do not guarantee, represent or warrant that your use of our service will be uninterrupted, timely, secure or error-free.<br>We do not warrant that the results that may be obtained from the use of the service will be accurate or reliable.<br>You agree that from time to time we may remove the service for indefinite periods of time or cancel the service at any time, without notice to you.<br>You expressly agree that your use of, or inability to use, the service is at your sole risk. The service and all products and services delivered to you through the service are (except as expressly stated by us) provided \'as is\' and \'as available\' for your use, without any representation, warranties or conditions of any kind, either express or implied, including all implied warranties or conditions of merchantability, merchantable quality, fitness for a particular purpose, durability, title, and non-infringement.<br>In no case shall Blackhawk Custom, LLC, our directors, officers, employees, affiliates, agents, contractors, interns, suppliers, service providers or licensors be liable for any injury, loss, claim, or any direct, indirect, incidental, punitive, special, or consequential damages of any kind, including, without limitation lost profits, lost revenue, lost savings, loss of data, replacement costs, or any similar damages, whether based in contract, tort (including negligence), strict liability or otherwise, arising from your use of any of the service or any products procured using the service, or for any other claim related in any way to your use of the service or any product, including, but not limited to, any errors or omissions in any content, or any loss or damage of any kind incurred as a result of the use of the service or any content (or product) posted, transmitted, or otherwise made available via the service, even if advised of their possibility. Because some states or jurisdictions do not allow the exclusion or the limitation of liability for consequential or incidental damages, in such states or jurisdictions, our liability shall be limited to the maximum extent permitted by law.<br><br>SECTION 14 - INDEMNIFICATION<br><br>You agree to indemnify, defend and hold harmless Blackhawk Custom, LLC and our parent, subsidiaries, affiliates, partners, officers, directors, agents, contractors, licensors, service providers, subcontractors, suppliers, interns and employees, harmless from any claim or demand, including reasonable attorneysâ€™ fees, made by any third-party due to or arising out of your breach of these Terms of Service or the documents they incorporate by reference, or your violation of any law or the rights of a third-party.<br><br>SECTION 15 - SEVERABILITY<br><br>In the event that any provision of these Terms of Service is determined to be unlawful, void or unenforceable, such provision shall nonetheless be enforceable to the fullest extent permitted by applicable law, and the unenforceable portion shall be deemed to be severed from these Terms of Service, such determination shall not affect the validity and enforceability of any other remaining provisions.<br><br>SECTION 16 - TERMINATION<br><br>The obligations and liabilities of the parties incurred prior to the termination date shall survive the termination of this agreement for all purposes.<br>These Terms of Service are effective unless and until terminated by either you or us. You may terminate these Terms of Service at any time by notifying us that you no longer wish to use our Services, or when you cease using our site.<br>If in our sole judgment you fail, or we suspect that you have failed, to comply with any term or provision of these Terms of Service, we also may terminate this agreement at any time without notice and you will remain liable for all amounts due up to and including the date of termination; and/or accordingly may deny you access to our Services (or any part thereof).<br><br>SECTION 17 - ENTIRE AGREEMENT<br><br>The failure of us to exercise or enforce any right or provision of these Terms of Service shall not constitute a waiver of such right or provision.<br>These Terms of Service and any policies or operating rules posted by us on this site or in respect to The Service constitutes the entire agreement and understanding between you and us and govern your use of the Service, superseding any prior or contemporaneous agreements, communications and proposals, whether oral or written, between you and us (including, but not limited to, any prior versions of the Terms of Service).<br>Any ambiguities in the interpretation of these Terms of Service shall not be construed against the drafting party.<br><br>SECTION 18 - GOVERNING LAW<br><br>These Terms of Service and any separate agreements whereby we provide you Services shall be governed by and construed in accordance with the laws of 825 South Kings Highway, Fort Pierce, FL 34945.<br><br>SECTION 19 - CHANGES TO TERMS OF SERVICE<br><br>You can review the most current version of the Terms of Service at any time at this page.<br>We reserve the right, at our sole discretion, to update, change or replace any part of these Terms of Service by posting updates and changes to our website. It is your responsibility to check our website periodically for changes. Your continued use of or access to our website or the Service following the posting of any changes to these Terms of Service constitutes acceptance of those changes.<br><br>SECTION 20 - CONTACT INFORMATION<br><br>Questions about the Terms of Service should be sent to us at admin@blackhawkcustom.com</p></div></div>\n</div>'),(1052,101,'tve_revision_tve_content_more_found',''),(1053,101,'tve_revision_tve_save_post',''),(1054,101,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Montserrat:400,900,800,200,100&subset=latin\");@media (min-width: 300px){.tcb-plain-text strong { font-weight: 900; }#tcb_landing_page input strong { font-weight: 900; }#tcb_landing_page .tcb-button-link strong { font-weight: 900; }#tcb_landing_page p strong, #tcb_landing_page li strong { font-weight: 900; }#tcb_landing_page input { font-family: Montserrat; font-weight: 400; }#tcb_landing_page .tcb-button-link { font-family: Montserrat; font-weight: 400; }#tcb_landing_page p, #tcb_landing_page li { font-family: Montserrat; font-weight: 400; color: rgb(0, 0, 0); }#tcb_landing_page h6 strong { font-weight: 900; }#tcb_landing_page h6 { font-family: Montserrat; font-weight: 400; color: rgb(0, 0, 0); }#tcb_landing_page h5 strong { font-weight: 900; }#tcb_landing_page h5 { font-family: Montserrat; font-weight: 400; color: rgb(0, 0, 0); }#tcb_landing_page h4 strong { font-weight: 900; }#tcb_landing_page h4 { font-family: Montserrat; font-weight: 400; color: rgb(0, 0, 0); }#tcb_landing_page h3 strong { font-weight: 900; }#tcb_landing_page h3 { font-family: Montserrat; font-weight: 400; color: rgb(0, 0, 0); }#tcb_landing_page h2 strong { font-weight: 900; }#tcb_landing_page h2 { font-family: Montserrat; font-weight: 400; color: rgb(0, 0, 0); }#tcb_landing_page h1 strong { font-weight: 900; }#tcb_landing_page h1 { font-family: Montserrat; font-weight: 400; color: rgb(0, 0, 0); }.tcb-plain-text { font-size: 20px; color: rgb(0, 0, 0); font-family: Montserrat; font-weight: 400; }[data-css=\"tve-u-15e09c94f7d\"] { background-color: rgb(255, 255, 255); background-image: none !important; }.tve_post_lp > div > #tve_editor { margin-left: auto; margin-right: auto; max-width: 1080px; padding: 0px 20px; }}@media (max-width: 767px){.tve_post_lp > div > #tve_editor { padding: 0px 10px; }}'),(1055,101,'tve_revision_tve_user_custom_css',''),(1056,101,'tve_revision_tve_page_events','a:0:{}'),(1057,101,'tve_revision_tve_globals','a:2:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";s:8:\"font_cls\";a:0:{}}'),(1058,101,'tve_revision_tve_global_scripts',''),(1059,101,'tve_revision_thrive_icon_pack','0'),(1060,101,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(1061,101,'tve_revision_tve_has_masonry','0'),(1062,101,'tve_revision_tve_has_typefocus','0'),(1063,101,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" wfd-id=\"60\">\n<div class=\"tve-content-box-background\" wfd-id=\"68\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"61\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" wfd-id=\"65\"><h2>Terms &amp; Conditions</h2></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone on_hover\" wfd-id=\"62\"><p>TERMS OF SERVICE<br><br>-----<br><br>OVERVIEW<br><br>This website is operated by Blackhawk Custom, LLC. Throughout the site, the terms â€œweâ€, â€œusâ€ and â€œourâ€ refer to Blackhawk Custom, LLC. Blackhawk Custom, LLC offers this website, including all information, tools and services available from this site to you, the user, conditioned upon your acceptance of all terms, conditions, policies and notices stated here.<br><br>By visiting our site and/ or purchasing something from us, you engage in our â€œServiceâ€ and agree to be bound by the following terms and conditions (â€œTerms of Serviceâ€, â€œTermsâ€), including those additional terms, conditions, and policies referenced herein and/or available by hyperlink. These Terms of Service apply to all users of the site, including without limitation users who are browsers, vendors, customers, merchants, and/ or contributors of content.<br><br>Please read these Terms of Service carefully before accessing or using our website. By accessing or using any part of the site, you agree to be bound by these Terms of Service. If you do not agree to all the terms and conditions of this agreement, then you may not access the website or use any services. If these Terms of Service are considered an offer, acceptance is expressly limited to these Terms of Service.<br><br>Any new features or tools which are added to the current store shall also be subject to the Terms of Service. You can review the most current version of the Terms of Service at any time on this page. We reserve the right to update, change or replace any part of these Terms of Service by posting updates and/or changes to our website. It is your responsibility to check this page periodically for changes. Your continued use of or access to the website following the posting of any changes constitutes acceptance of those changes.<br><br>SECTION 1 - ONLINE STORE TERMS<br><br>By agreeing to these Terms of Service, you represent that you are at least the age of majority in your state or province of residence, or that you are the age of majority in your state or province of residence and you have given us your consent to allow any of your minor dependents to use this site.<br>You may not use our products for any illegal or unauthorized purpose nor may you, in the use of the Service, violate any laws in your jurisdiction (including but not limited to copyright laws).<br>You must not transmit any worms or viruses or any code of a destructive nature.<br>A breach or violation of any of the Terms will result in an immediate termination of your Services.<br><br>SECTION 2 - GENERAL CONDITIONS<br><br>We reserve the right to refuse service to anyone for any reason at any time.<br>You understand that your content (not including credit card information), may be transferred unencrypted and involve (a) transmissions over various networks; and (b) changes to conform and adapt to technical requirements of connecting networks or devices. Credit card information is always encrypted during transfer over networks.<br>You agree not to reproduce, duplicate, copy, sell, resell or exploit any portion of the Service, use of the Service, or access to the Service or any contact on the website through which the service is provided, without express written permission by us.<br>The headings used in this agreement are included for convenience only and will not limit or otherwise affect these Terms.<br><br>SECTION 3 - ACCURACY, COMPLETENESS AND TIMELINESS OF INFORMATION<br><br>We are not responsible if information made available on this site is not accurate, complete or current. The material on this site is provided for general information only and should not be relied upon or used as the sole basis for making decisions without consulting primary, more accurate, more complete or more timely sources of information. Any reliance on the material on this site is at your own risk.<br>This site may contain certain historical information. Historical information, necessarily, is not current and is provided for your reference only. We reserve the right to modify the contents of this site at any time, but we have no obligation to update any information on our site. You agree that it is your responsibility to monitor changes to our site.<br><br>SECTION 4 - MODIFICATIONS TO THE SERVICE AND PRICES<br><br>The prices for our products are subject to change without notice.<br>We reserve the right at any time to modify or discontinue the Service (or any part or content thereof) without notice at any time.<br>We shall not be liable to you or to any third-party for any modification, price change, suspension or discontinuance of the Service.<br><br>SECTION 5 - PRODUCTS OR SERVICES (if applicable)<br><br>Certain products or services may be available exclusively online through the website. These products or services may have limited quantities and are subject to return or exchange only according to our Return Policy.<br>We have made every effort to display as accurately as possible the colors and images of our products that appear at the store. We cannot guarantee that your computer monitor\'s display of any color will be accurate.<br>We reserve the right, but are not obligated, to limit the sales of our products or Services to any person, geographic region or jurisdiction. We may exercise this right on a case-by-case basis. We reserve the right to limit the quantities of any products or services that we offer. All descriptions of products or product pricing are subject to change at anytime without notice, at the sole discretion of us. We reserve the right to discontinue any product at any time. Any offer for any product or service made on this site is void where prohibited.<br>We do not warrant that the quality of any products, services, information, or other material purchased or obtained by you will meet your expectations, or that any errors in the Service will be corrected.<br><br>SECTION 6 - ACCURACY OF BILLING AND ACCOUNT INFORMATION<br><br>We reserve the right to refuse any order you place with us. We may, in our sole discretion, limit or cancel quantities purchased per person, per household or per order. These restrictions may include orders placed by or under the same customer account, the same credit card, and/or orders that use the same billing and/or shipping address. In the event that we make a change to or cancel an order, we may attempt to notify you by contacting the e-mail and/or billing address/phone number provided at the time the order was made. We reserve the right to limit or prohibit orders that, in our sole judgment, appear to be placed by dealers, resellers or distributors.<br><br>You agree to provide current, complete and accurate purchase and account information for all purchases made at our store. You agree to promptly update your account and other information, including your email address and credit card numbers and expiration dates, so that we can complete your transactions and contact you as needed.<br><br>For more detail, please review our Returns Policy.<br><br>SECTION 7 - OPTIONAL TOOLS<br><br>We may provide you with access to third-party tools over which we neither monitor nor have any control nor input.<br>You acknowledge and agree that we provide access to such tools â€as isâ€ and â€œas availableâ€ without any warranties, representations or conditions of any kind and without any endorsement. We shall have no liability whatsoever arising from or relating to your use of optional third-party tools.<br>Any use by you of optional tools offered through the site is entirely at your own risk and discretion and you should ensure that you are familiar with and approve of the terms on which tools are provided by the relevant third-party provider(s).<br>We may also, in the future, offer new services and/or features through the website (including, the release of new tools and resources). Such new features and/or services shall also be subject to these Terms of Service.<br><br>SECTION 8 - THIRD-PARTY LINKS<br><br>Certain content, products and services available via our Service may include materials from third-parties.<br>Third-party links on this site may direct you to third-party websites that are not affiliated with us. We are not responsible for examining or evaluating the content or accuracy and we do not warrant and will not have any liability or responsibility for any third-party materials or websites, or for any other materials, products, or services of third-parties.<br>We are not liable for any harm or damages related to the purchase or use of goods, services, resources, content, or any other transactions made in connection with any third-party websites. Please review carefully the third-party\'s policies and practices and make sure you understand them before you engage in any transaction. Complaints, claims, concerns, or questions regarding third-party products should be directed to the third-party.<br><br>SECTION 9 - USER COMMENTS, FEEDBACK AND OTHER SUBMISSIONS<br><br>If, at our request, you send certain specific submissions (for example contest entries) or without a request from us you send creative ideas, suggestions, proposals, plans, or other materials, whether online, by email, by postal mail, or otherwise (collectively, \'comments\'), you agree that we may, at any time, without restriction, edit, copy, publish, distribute, translate and otherwise use in any medium any comments that you forward to us. We are and shall be under no obligation (1) to maintain any comments in confidence; (2) to pay compensation for any comments; or (3) to respond to any comments.<br>We may, but have no obligation to, monitor, edit or remove content that we determine in our sole discretion are unlawful, offensive, threatening, libelous, defamatory, pornographic, obscene or otherwise objectionable or violates any partyâ€™s intellectual property or these Terms of Service.<br>You agree that your comments will not violate any right of any third-party, including copyright, trademark, privacy, personality or other personal or proprietary right. You further agree that your comments will not contain libelous or otherwise unlawful, abusive or obscene material, or contain any computer virus or other malware that could in any way affect the operation of the Service or any related website. You may not use a false e-mail address, pretend to be someone other than yourself, or otherwise mislead us or third-parties as to the origin of any comments. You are solely responsible for any comments you make and their accuracy. We take no responsibility and assume no liability for any comments posted by you or any third-party.<br><br>SECTION 10 - PERSONAL INFORMATION<br><br>Your submission of personal information through the store is governed by our Privacy Policy. To view our Privacy Policy.<br><br>SECTION 11 - ERRORS, INACCURACIES AND OMISSIONS<br><br>Occasionally there may be information on our site or in the Service that contains typographical errors, inaccuracies or omissions that may relate to product descriptions, pricing, promotions, offers, product shipping charges, transit times and availability. We reserve the right to correct any errors, inaccuracies or omissions, and to change or update information or cancel orders if any information in the Service or on any related website is inaccurate at any time without prior notice (including after you have submitted your order).<br>We undertake no obligation to update, amend or clarify information in the Service or on any related website, including without limitation, pricing information, except as required by law. No specified update or refresh date applied in the Service or on any related website, should be taken to indicate that all information in the Service or on any related website has been modified or updated.<br><br>SECTION 12 - PROHIBITED USES<br><br>In addition to other prohibitions as set forth in the Terms of Service, you are prohibited from using the site or its content: (a) for any unlawful purpose; (b) to solicit others to perform or participate in any unlawful acts; (c) to violate any international, federal, provincial or state regulations, rules, laws, or local ordinances; (d) to infringe upon or violate our intellectual property rights or the intellectual property rights of others; (e) to harass, abuse, insult, harm, defame, slander, disparage, intimidate, or discriminate based on gender, sexual orientation, religion, ethnicity, race, age, national origin, or disability; (f) to submit false or misleading information; (g) to upload or transmit viruses or any other type of malicious code that will or may be used in any way that will affect the functionality or operation of the Service or of any related website, other websites, or the Internet; (h) to collect or track the personal information of others; (i) to spam, phish, pharm, pretext, spider, crawl, or scrape; (j) for any obscene or immoral purpose; or (k) to interfere with or circumvent the security features of the Service or any related website, other websites, or the Internet. We reserve the right to terminate your use of the Service or any related website for violating any of the prohibited uses.<br><br>SECTION 13 - DISCLAIMER OF WARRANTIES; LIMITATION OF LIABILITY<br><br>We do not guarantee, represent or warrant that your use of our service will be uninterrupted, timely, secure or error-free.<br>We do not warrant that the results that may be obtained from the use of the service will be accurate or reliable.<br>You agree that from time to time we may remove the service for indefinite periods of time or cancel the service at any time, without notice to you.<br>You expressly agree that your use of, or inability to use, the service is at your sole risk. The service and all products and services delivered to you through the service are (except as expressly stated by us) provided \'as is\' and \'as available\' for your use, without any representation, warranties or conditions of any kind, either express or implied, including all implied warranties or conditions of merchantability, merchantable quality, fitness for a particular purpose, durability, title, and non-infringement.<br>In no case shall Blackhawk Custom, LLC, our directors, officers, employees, affiliates, agents, contractors, interns, suppliers, service providers or licensors be liable for any injury, loss, claim, or any direct, indirect, incidental, punitive, special, or consequential damages of any kind, including, without limitation lost profits, lost revenue, lost savings, loss of data, replacement costs, or any similar damages, whether based in contract, tort (including negligence), strict liability or otherwise, arising from your use of any of the service or any products procured using the service, or for any other claim related in any way to your use of the service or any product, including, but not limited to, any errors or omissions in any content, or any loss or damage of any kind incurred as a result of the use of the service or any content (or product) posted, transmitted, or otherwise made available via the service, even if advised of their possibility. Because some states or jurisdictions do not allow the exclusion or the limitation of liability for consequential or incidental damages, in such states or jurisdictions, our liability shall be limited to the maximum extent permitted by law.<br><br>SECTION 14 - INDEMNIFICATION<br><br>You agree to indemnify, defend and hold harmless Blackhawk Custom, LLC and our parent, subsidiaries, affiliates, partners, officers, directors, agents, contractors, licensors, service providers, subcontractors, suppliers, interns and employees, harmless from any claim or demand, including reasonable attorneysâ€™ fees, made by any third-party due to or arising out of your breach of these Terms of Service or the documents they incorporate by reference, or your violation of any law or the rights of a third-party.<br><br>SECTION 15 - SEVERABILITY<br><br>In the event that any provision of these Terms of Service is determined to be unlawful, void or unenforceable, such provision shall nonetheless be enforceable to the fullest extent permitted by applicable law, and the unenforceable portion shall be deemed to be severed from these Terms of Service, such determination shall not affect the validity and enforceability of any other remaining provisions.<br><br>SECTION 16 - TERMINATION<br><br>The obligations and liabilities of the parties incurred prior to the termination date shall survive the termination of this agreement for all purposes.<br>These Terms of Service are effective unless and until terminated by either you or us. You may terminate these Terms of Service at any time by notifying us that you no longer wish to use our Services, or when you cease using our site.<br>If in our sole judgment you fail, or we suspect that you have failed, to comply with any term or provision of these Terms of Service, we also may terminate this agreement at any time without notice and you will remain liable for all amounts due up to and including the date of termination; and/or accordingly may deny you access to our Services (or any part thereof).<br><br>SECTION 17 - ENTIRE AGREEMENT<br><br>The failure of us to exercise or enforce any right or provision of these Terms of Service shall not constitute a waiver of such right or provision.<br>These Terms of Service and any policies or operating rules posted by us on this site or in respect to The Service constitutes the entire agreement and understanding between you and us and govern your use of the Service, superseding any prior or contemporaneous agreements, communications and proposals, whether oral or written, between you and us (including, but not limited to, any prior versions of the Terms of Service).<br>Any ambiguities in the interpretation of these Terms of Service shall not be construed against the drafting party.<br><br>SECTION 18 - GOVERNING LAW<br><br>These Terms of Service and any separate agreements whereby we provide you Services shall be governed by and construed in accordance with the laws of 825 South Kings Highway, Fort Pierce, FL 34945.<br><br>SECTION 19 - CHANGES TO TERMS OF SERVICE<br><br>You can review the most current version of the Terms of Service at any time at this page.<br>We reserve the right, at our sole discretion, to update, change or replace any part of these Terms of Service by posting updates and changes to our website. It is your responsibility to check our website periodically for changes. Your continued use of or access to our website or the Service following the posting of any changes to these Terms of Service constitutes acceptance of those changes.<br><br>SECTION 20 - CONTACT INFORMATION<br><br>Questions about the Terms of Service should be sent to us at admin@blackhawkcustom.com</p></div></div>\n</div>'),(1064,101,'tve_revision_tve_has_wistia_popover','0'),(1234,134,'tve_revision_tve_user_custom_css',''),(1235,134,'tve_revision_tve_page_events','a:0:{}'),(1236,134,'tve_revision_tve_globals','a:2:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";s:8:\"font_cls\";a:0:{}}'),(1237,134,'tve_revision_tve_global_scripts',''),(1238,134,'tve_revision_thrive_icon_pack','0'),(1239,134,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(1240,134,'tve_revision_tve_has_masonry','0'),(1241,134,'tve_revision_tve_has_typefocus','0'),(1242,134,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" wfd-id=\"37\">\n<div class=\"tve-content-box-background\" wfd-id=\"41\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"38\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" wfd-id=\"40\"><h2>Terms &amp; Conditions</h2></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"39\"><p>TERMS OF SERVICE<br><br>-----<br><br>OVERVIEW<br><br>This website is operated by Blackhawk Custom, LLC. Throughout the site, the terms â€œweâ€, â€œusâ€ and â€œourâ€ refer to Blackhawk Custom, LLC. Blackhawk Custom, LLC offers this website, including all information, tools and services available from this site to you, the user, conditioned upon your acceptance of all terms, conditions, policies and notices stated here.<br><br>By visiting our site and/ or purchasing something from us, you engage in our â€œServiceâ€ and agree to be bound by the following terms and conditions (â€œTerms of Serviceâ€, â€œTermsâ€), including those additional terms, conditions, and policies referenced herein and/or available by hyperlink. These Terms of Service apply to all users of the site, including without limitation users who are browsers, vendors, customers, merchants, and/ or contributors of content.<br><br>Please read these Terms of Service carefully before accessing or using our website. By accessing or using any part of the site, you agree to be bound by these Terms of Service. If you do not agree to all the terms and conditions of this agreement, then you may not access the website or use any services. If these Terms of Service are considered an offer, acceptance is expressly limited to these Terms of Service.<br><br>Any new features or tools which are added to the current store shall also be subject to the Terms of Service. You can review the most current version of the Terms of Service at any time on this page. We reserve the right to update, change or replace any part of these Terms of Service by posting updates and/or changes to our website. It is your responsibility to check this page periodically for changes. Your continued use of or access to the website following the posting of any changes constitutes acceptance of those changes.<br><br>SECTION 1 - ONLINE STORE TERMS<br><br>By agreeing to these Terms of Service, you represent that you are at least the age of majority in your state or province of residence, or that you are the age of majority in your state or province of residence and you have given us your consent to allow any of your minor dependents to use this site.<br>You may not use our products for any illegal or unauthorized purpose nor may you, in the use of the Service, violate any laws in your jurisdiction (including but not limited to copyright laws).<br>You must not transmit any worms or viruses or any code of a destructive nature.<br>A breach or violation of any of the Terms will result in an immediate termination of your Services.<br><br>SECTION 2 - GENERAL CONDITIONS<br><br>We reserve the right to refuse service to anyone for any reason at any time.<br>You understand that your content (not including credit card information), may be transferred unencrypted and involve (a) transmissions over various networks; and (b) changes to conform and adapt to technical requirements of connecting networks or devices. Credit card information is always encrypted during transfer over networks.<br>You agree not to reproduce, duplicate, copy, sell, resell or exploit any portion of the Service, use of the Service, or access to the Service or any contact on the website through which the service is provided, without express written permission by us.<br>The headings used in this agreement are included for convenience only and will not limit or otherwise affect these Terms.<br><br>SECTION 3 - ACCURACY, COMPLETENESS AND TIMELINESS OF INFORMATION<br><br>We are not responsible if information made available on this site is not accurate, complete or current. The material on this site is provided for general information only and should not be relied upon or used as the sole basis for making decisions without consulting primary, more accurate, more complete or more timely sources of information. Any reliance on the material on this site is at your own risk.<br>This site may contain certain historical information. Historical information, necessarily, is not current and is provided for your reference only. We reserve the right to modify the contents of this site at any time, but we have no obligation to update any information on our site. You agree that it is your responsibility to monitor changes to our site.<br><br>SECTION 4 - MODIFICATIONS TO THE SERVICE AND PRICES<br><br>The prices for our products are subject to change without notice.<br>We reserve the right at any time to modify or discontinue the Service (or any part or content thereof) without notice at any time.<br>We shall not be liable to you or to any third-party for any modification, price change, suspension or discontinuance of the Service.<br><br>SECTION 5 - PRODUCTS OR SERVICES (if applicable)<br><br>Certain products or services may be available exclusively online through the website. These products or services may have limited quantities and are subject to return or exchange only according to our Return Policy.<br>We have made every effort to display as accurately as possible the colors and images of our products that appear at the store. We cannot guarantee that your computer monitor\'s display of any color will be accurate.<br>We reserve the right, but are not obligated, to limit the sales of our products or Services to any person, geographic region or jurisdiction. We may exercise this right on a case-by-case basis. We reserve the right to limit the quantities of any products or services that we offer. All descriptions of products or product pricing are subject to change at anytime without notice, at the sole discretion of us. We reserve the right to discontinue any product at any time. Any offer for any product or service made on this site is void where prohibited.<br>We do not warrant that the quality of any products, services, information, or other material purchased or obtained by you will meet your expectations, or that any errors in the Service will be corrected.<br><br>SECTION 6 - ACCURACY OF BILLING AND ACCOUNT INFORMATION<br><br>We reserve the right to refuse any order you place with us. We may, in our sole discretion, limit or cancel quantities purchased per person, per household or per order. These restrictions may include orders placed by or under the same customer account, the same credit card, and/or orders that use the same billing and/or shipping address. In the event that we make a change to or cancel an order, we may attempt to notify you by contacting the e-mail and/or billing address/phone number provided at the time the order was made. We reserve the right to limit or prohibit orders that, in our sole judgment, appear to be placed by dealers, resellers or distributors.<br><br>You agree to provide current, complete and accurate purchase and account information for all purchases made at our store. You agree to promptly update your account and other information, including your email address and credit card numbers and expiration dates, so that we can complete your transactions and contact you as needed.<br><br>For more detail, please review our Returns Policy.<br><br>SECTION 7 - OPTIONAL TOOLS<br><br>We may provide you with access to third-party tools over which we neither monitor nor have any control nor input.<br>You acknowledge and agree that we provide access to such tools â€as isâ€ and â€œas availableâ€ without any warranties, representations or conditions of any kind and without any endorsement. We shall have no liability whatsoever arising from or relating to your use of optional third-party tools.<br>Any use by you of optional tools offered through the site is entirely at your own risk and discretion and you should ensure that you are familiar with and approve of the terms on which tools are provided by the relevant third-party provider(s).<br>We may also, in the future, offer new services and/or features through the website (including, the release of new tools and resources). Such new features and/or services shall also be subject to these Terms of Service.<br><br>SECTION 8 - THIRD-PARTY LINKS<br><br>Certain content, products and services available via our Service may include materials from third-parties.<br>Third-party links on this site may direct you to third-party websites that are not affiliated with us. We are not responsible for examining or evaluating the content or accuracy and we do not warrant and will not have any liability or responsibility for any third-party materials or websites, or for any other materials, products, or services of third-parties.<br>We are not liable for any harm or damages related to the purchase or use of goods, services, resources, content, or any other transactions made in connection with any third-party websites. Please review carefully the third-party\'s policies and practices and make sure you understand them before you engage in any transaction. Complaints, claims, concerns, or questions regarding third-party products should be directed to the third-party.<br><br>SECTION 9 - USER COMMENTS, FEEDBACK AND OTHER SUBMISSIONS<br><br>If, at our request, you send certain specific submissions (for example contest entries) or without a request from us you send creative ideas, suggestions, proposals, plans, or other materials, whether online, by email, by postal mail, or otherwise (collectively, \'comments\'), you agree that we may, at any time, without restriction, edit, copy, publish, distribute, translate and otherwise use in any medium any comments that you forward to us. We are and shall be under no obligation (1) to maintain any comments in confidence; (2) to pay compensation for any comments; or (3) to respond to any comments.<br>We may, but have no obligation to, monitor, edit or remove content that we determine in our sole discretion are unlawful, offensive, threatening, libelous, defamatory, pornographic, obscene or otherwise objectionable or violates any partyâ€™s intellectual property or these Terms of Service.<br>You agree that your comments will not violate any right of any third-party, including copyright, trademark, privacy, personality or other personal or proprietary right. You further agree that your comments will not contain libelous or otherwise unlawful, abusive or obscene material, or contain any computer virus or other malware that could in any way affect the operation of the Service or any related website. You may not use a false e-mail address, pretend to be someone other than yourself, or otherwise mislead us or third-parties as to the origin of any comments. You are solely responsible for any comments you make and their accuracy. We take no responsibility and assume no liability for any comments posted by you or any third-party.<br><br>SECTION 10 - PERSONAL INFORMATION<br><br>Your submission of personal information through the store is governed by our Privacy Policy. To view our Privacy Policy.<br><br>SECTION 11 - ERRORS, INACCURACIES AND OMISSIONS<br><br>Occasionally there may be information on our site or in the Service that contains typographical errors, inaccuracies or omissions that may relate to product descriptions, pricing, promotions, offers, product shipping charges, transit times and availability. We reserve the right to correct any errors, inaccuracies or omissions, and to change or update information or cancel orders if any information in the Service or on any related website is inaccurate at any time without prior notice (including after you have submitted your order).<br>We undertake no obligation to update, amend or clarify information in the Service or on any related website, including without limitation, pricing information, except as required by law. No specified update or refresh date applied in the Service or on any related website, should be taken to indicate that all information in the Service or on any related website has been modified or updated.<br><br>SECTION 12 - PROHIBITED USES<br><br>In addition to other prohibitions as set forth in the Terms of Service, you are prohibited from using the site or its content: (a) for any unlawful purpose; (b) to solicit others to perform or participate in any unlawful acts; (c) to violate any international, federal, provincial or state regulations, rules, laws, or local ordinances; (d) to infringe upon or violate our intellectual property rights or the intellectual property rights of others; (e) to harass, abuse, insult, harm, defame, slander, disparage, intimidate, or discriminate based on gender, sexual orientation, religion, ethnicity, race, age, national origin, or disability; (f) to submit false or misleading information; (g) to upload or transmit viruses or any other type of malicious code that will or may be used in any way that will affect the functionality or operation of the Service or of any related website, other websites, or the Internet; (h) to collect or track the personal information of others; (i) to spam, phish, pharm, pretext, spider, crawl, or scrape; (j) for any obscene or immoral purpose; or (k) to interfere with or circumvent the security features of the Service or any related website, other websites, or the Internet. We reserve the right to terminate your use of the Service or any related website for violating any of the prohibited uses.<br><br>SECTION 13 - DISCLAIMER OF WARRANTIES; LIMITATION OF LIABILITY<br><br>We do not guarantee, represent or warrant that your use of our service will be uninterrupted, timely, secure or error-free.<br>We do not warrant that the results that may be obtained from the use of the service will be accurate or reliable.<br>You agree that from time to time we may remove the service for indefinite periods of time or cancel the service at any time, without notice to you.<br>You expressly agree that your use of, or inability to use, the service is at your sole risk. The service and all products and services delivered to you through the service are (except as expressly stated by us) provided \'as is\' and \'as available\' for your use, without any representation, warranties or conditions of any kind, either express or implied, including all implied warranties or conditions of merchantability, merchantable quality, fitness for a particular purpose, durability, title, and non-infringement.<br>In no case shall Blackhawk Custom, LLC, our directors, officers, employees, affiliates, agents, contractors, interns, suppliers, service providers or licensors be liable for any injury, loss, claim, or any direct, indirect, incidental, punitive, special, or consequential damages of any kind, including, without limitation lost profits, lost revenue, lost savings, loss of data, replacement costs, or any similar damages, whether based in contract, tort (including negligence), strict liability or otherwise, arising from your use of any of the service or any products procured using the service, or for any other claim related in any way to your use of the service or any product, including, but not limited to, any errors or omissions in any content, or any loss or damage of any kind incurred as a result of the use of the service or any content (or product) posted, transmitted, or otherwise made available via the service, even if advised of their possibility. Because some states or jurisdictions do not allow the exclusion or the limitation of liability for consequential or incidental damages, in such states or jurisdictions, our liability shall be limited to the maximum extent permitted by law.<br><br>SECTION 14 - INDEMNIFICATION<br><br>You agree to indemnify, defend and hold harmless Blackhawk Custom, LLC and our parent, subsidiaries, affiliates, partners, officers, directors, agents, contractors, licensors, service providers, subcontractors, suppliers, interns and employees, harmless from any claim or demand, including reasonable attorneysâ€™ fees, made by any third-party due to or arising out of your breach of these Terms of Service or the documents they incorporate by reference, or your violation of any law or the rights of a third-party.<br><br>SECTION 15 - SEVERABILITY<br><br>In the event that any provision of these Terms of Service is determined to be unlawful, void or unenforceable, such provision shall nonetheless be enforceable to the fullest extent permitted by applicable law, and the unenforceable portion shall be deemed to be severed from these Terms of Service, such determination shall not affect the validity and enforceability of any other remaining provisions.<br><br>SECTION 16 - TERMINATION<br><br>The obligations and liabilities of the parties incurred prior to the termination date shall survive the termination of this agreement for all purposes.<br>These Terms of Service are effective unless and until terminated by either you or us. You may terminate these Terms of Service at any time by notifying us that you no longer wish to use our Services, or when you cease using our site.<br>If in our sole judgment you fail, or we suspect that you have failed, to comply with any term or provision of these Terms of Service, we also may terminate this agreement at any time without notice and you will remain liable for all amounts due up to and including the date of termination; and/or accordingly may deny you access to our Services (or any part thereof).<br><br>SECTION 17 - ENTIRE AGREEMENT<br><br>The failure of us to exercise or enforce any right or provision of these Terms of Service shall not constitute a waiver of such right or provision.<br>These Terms of Service and any policies or operating rules posted by us on this site or in respect to The Service constitutes the entire agreement and understanding between you and us and govern your use of the Service, superseding any prior or contemporaneous agreements, communications and proposals, whether oral or written, between you and us (including, but not limited to, any prior versions of the Terms of Service).<br>Any ambiguities in the interpretation of these Terms of Service shall not be construed against the drafting party.<br><br>SECTION 18 - GOVERNING LAW<br><br>These Terms of Service and any separate agreements whereby we provide you Services shall be governed by and construed in accordance with the laws of 825 South Kings Highway, Fort Pierce, FL 34945.<br><br>SECTION 19 - CHANGES TO TERMS OF SERVICE<br><br>You can review the most current version of the Terms of Service at any time at this page.<br>We reserve the right, at our sole discretion, to update, change or replace any part of these Terms of Service by posting updates and changes to our website. It is your responsibility to check our website periodically for changes. Your continued use of or access to our website or the Service following the posting of any changes to these Terms of Service constitutes acceptance of those changes.<br><br>SECTION 20 - CONTACT INFORMATION<br><br>Questions about the Terms of Service should be sent to us at admin@blackhawkcustom.com</p></div></div>\n</div>'),(1228,134,'tve_revision_tve_landing_page','blank_v2'),(1175,117,'_edit_lock','1528612484:1'),(1176,118,'_wp_attached_file','2018/06/Tattered-FlagA.svg'),(1177,119,'_wp_attached_file','2018/06/Tattered-FlagA.png'),(1178,119,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:278;s:6:\"height\";i:56;s:4:\"file\";s:26:\"2018/06/Tattered-FlagA.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Tattered-FlagA-150x56.png\";s:5:\"width\";i:150;s:6:\"height\";i:56;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:25:\"Tattered-FlagA-100x56.png\";s:5:\"width\";i:100;s:6:\"height\";i:56;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:25:\"Tattered-FlagA-100x56.png\";s:5:\"width\";i:100;s:6:\"height\";i:56;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1181,121,'_wp_attached_file','2018/06/Tattered-FlagBravoWhite.png'),(1182,121,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:556;s:6:\"height\";i:113;s:4:\"file\";s:35:\"2018/06/Tattered-FlagBravoWhite.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"Tattered-FlagBravoWhite-150x113.png\";s:5:\"width\";i:150;s:6:\"height\";i:113;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"Tattered-FlagBravoWhite-300x61.png\";s:5:\"width\";i:300;s:6:\"height\";i:61;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:35:\"Tattered-FlagBravoWhite-300x113.png\";s:5:\"width\";i:300;s:6:\"height\";i:113;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:1;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:35:\"Tattered-FlagBravoWhite-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:35:\"Tattered-FlagBravoWhite-300x113.png\";s:5:\"width\";i:300;s:6:\"height\";i:113;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:35:\"Tattered-FlagBravoWhite-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6380,542,'tve_revision_tve_has_masonry',''),(6379,542,'tve_revision_thrive_tcb_post_fonts',''),(6378,542,'tve_revision_thrive_icon_pack',''),(6377,542,'tve_revision_tve_global_scripts',''),(6376,542,'tve_revision_tve_globals',''),(6375,542,'tve_revision_tve_page_events',''),(6373,542,'tve_revision_tve_custom_css',''),(6374,542,'tve_revision_tve_user_custom_css',''),(6372,542,'tve_revision_tve_save_post',''),(6370,542,'tve_revision_tve_content_before_more',''),(6371,542,'tve_revision_tve_content_more_found',''),(1218,130,'_wp_attached_file','2018/06/header-logo.png'),(1219,130,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:60;s:4:\"file\";s:23:\"2018/06/header-logo.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"header-logo-150x60.png\";s:5:\"width\";i:150;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"header-logo-300x36.png\";s:5:\"width\";i:300;s:6:\"height\";i:36;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:22:\"header-logo-300x60.png\";s:5:\"width\";i:300;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:1;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:22:\"header-logo-100x60.png\";s:5:\"width\";i:100;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:22:\"header-logo-300x60.png\";s:5:\"width\";i:300;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"header-logo-100x60.png\";s:5:\"width\";i:100;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"ast-logo-size\";a:4:{s:4:\"file\";s:22:\"header-logo-329x39.png\";s:5:\"width\";i:329;s:6:\"height\";i:39;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1245,135,'tve_revision_tve_landing_page','blank_v2'),(1246,135,'tve_revision_tve_disable_theme_dependency',''),(1247,135,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" wfd-id=\"35\">\n<div class=\"tve-content-box-background\" wfd-id=\"60\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"36\"><div class=\"thrv_wrapper thrv_widget_menu tve-custom-menu-upgrade      tve-mobile-side-fullscreen tve-menu-style-style_1\" data-tve-style=\"tve_horizontal\" data-tve-switch-icon=\"mobile\" data-css=\"tve-u-1642ae797d9\" wfd-id=\"43\">\n<div class=\"thrive-shortcode-config\" style=\"display: none !important\" wfd-id=\"59\">__CONFIG_widget_menu__{\"menu_id\":4,\"color\":\"tve_red\",\"dir\":\"tve_horizontal\",\"font_class\":\"\",\"font_size\":\"\",\"ul_attr\":\"\",\"link_attr\":\"\",\"top_link_attr\":\"\",\"trigger_attr\":\"\",\"primary\":\"\",\"head_css\":\"\",\"background_hover\":\"\",\"main_hover\":\"\",\"child_hover\":\"\",\"group_edit\":[],\"menu_style\":\"style_1\",\"dropdown_icon\":\"\",\"mobile_side\":\"fullscreen\",\"mobile_icon\":\"\",\"switch_to_icon\":\"mobile\"}__CONFIG_widget_menu__</div>\n</div><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" wfd-id=\"40\"><h2>Terms &amp; Conditions</h2></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"37\"><p>TERMS OF SERVICE<br><br>-----<br><br>OVERVIEW<br><br>This website is operated by Blackhawk Custom, LLC. Throughout the site, the terms â€œweâ€, â€œusâ€ and â€œourâ€ refer to Blackhawk Custom, LLC. Blackhawk Custom, LLC offers this website, including all information, tools and services available from this site to you, the user, conditioned upon your acceptance of all terms, conditions, policies and notices stated here.<br><br>By visiting our site and/ or purchasing something from us, you engage in our â€œServiceâ€ and agree to be bound by the following terms and conditions (â€œTerms of Serviceâ€, â€œTermsâ€), including those additional terms, conditions, and policies referenced herein and/or available by hyperlink. These Terms of Service apply to all users of the site, including without limitation users who are browsers, vendors, customers, merchants, and/ or contributors of content.<br><br>Please read these Terms of Service carefully before accessing or using our website. By accessing or using any part of the site, you agree to be bound by these Terms of Service. If you do not agree to all the terms and conditions of this agreement, then you may not access the website or use any services. If these Terms of Service are considered an offer, acceptance is expressly limited to these Terms of Service.<br><br>Any new features or tools which are added to the current store shall also be subject to the Terms of Service. You can review the most current version of the Terms of Service at any time on this page. We reserve the right to update, change or replace any part of these Terms of Service by posting updates and/or changes to our website. It is your responsibility to check this page periodically for changes. Your continued use of or access to the website following the posting of any changes constitutes acceptance of those changes.<br><br>SECTION 1 - ONLINE STORE TERMS<br><br>By agreeing to these Terms of Service, you represent that you are at least the age of majority in your state or province of residence, or that you are the age of majority in your state or province of residence and you have given us your consent to allow any of your minor dependents to use this site.<br>You may not use our products for any illegal or unauthorized purpose nor may you, in the use of the Service, violate any laws in your jurisdiction (including but not limited to copyright laws).<br>You must not transmit any worms or viruses or any code of a destructive nature.<br>A breach or violation of any of the Terms will result in an immediate termination of your Services.<br><br>SECTION 2 - GENERAL CONDITIONS<br><br>We reserve the right to refuse service to anyone for any reason at any time.<br>You understand that your content (not including credit card information), may be transferred unencrypted and involve (a) transmissions over various networks; and (b) changes to conform and adapt to technical requirements of connecting networks or devices. Credit card information is always encrypted during transfer over networks.<br>You agree not to reproduce, duplicate, copy, sell, resell or exploit any portion of the Service, use of the Service, or access to the Service or any contact on the website through which the service is provided, without express written permission by us.<br>The headings used in this agreement are included for convenience only and will not limit or otherwise affect these Terms.<br><br>SECTION 3 - ACCURACY, COMPLETENESS AND TIMELINESS OF INFORMATION<br><br>We are not responsible if information made available on this site is not accurate, complete or current. The material on this site is provided for general information only and should not be relied upon or used as the sole basis for making decisions without consulting primary, more accurate, more complete or more timely sources of information. Any reliance on the material on this site is at your own risk.<br>This site may contain certain historical information. Historical information, necessarily, is not current and is provided for your reference only. We reserve the right to modify the contents of this site at any time, but we have no obligation to update any information on our site. You agree that it is your responsibility to monitor changes to our site.<br><br>SECTION 4 - MODIFICATIONS TO THE SERVICE AND PRICES<br><br>The prices for our products are subject to change without notice.<br>We reserve the right at any time to modify or discontinue the Service (or any part or content thereof) without notice at any time.<br>We shall not be liable to you or to any third-party for any modification, price change, suspension or discontinuance of the Service.<br><br>SECTION 5 - PRODUCTS OR SERVICES (if applicable)<br><br>Certain products or services may be available exclusively online through the website. These products or services may have limited quantities and are subject to return or exchange only according to our Return Policy.<br>We have made every effort to display as accurately as possible the colors and images of our products that appear at the store. We cannot guarantee that your computer monitor\'s display of any color will be accurate.<br>We reserve the right, but are not obligated, to limit the sales of our products or Services to any person, geographic region or jurisdiction. We may exercise this right on a case-by-case basis. We reserve the right to limit the quantities of any products or services that we offer. All descriptions of products or product pricing are subject to change at anytime without notice, at the sole discretion of us. We reserve the right to discontinue any product at any time. Any offer for any product or service made on this site is void where prohibited.<br>We do not warrant that the quality of any products, services, information, or other material purchased or obtained by you will meet your expectations, or that any errors in the Service will be corrected.<br><br>SECTION 6 - ACCURACY OF BILLING AND ACCOUNT INFORMATION<br><br>We reserve the right to refuse any order you place with us. We may, in our sole discretion, limit or cancel quantities purchased per person, per household or per order. These restrictions may include orders placed by or under the same customer account, the same credit card, and/or orders that use the same billing and/or shipping address. In the event that we make a change to or cancel an order, we may attempt to notify you by contacting the e-mail and/or billing address/phone number provided at the time the order was made. We reserve the right to limit or prohibit orders that, in our sole judgment, appear to be placed by dealers, resellers or distributors.<br><br>You agree to provide current, complete and accurate purchase and account information for all purchases made at our store. You agree to promptly update your account and other information, including your email address and credit card numbers and expiration dates, so that we can complete your transactions and contact you as needed.<br><br>For more detail, please review our Returns Policy.<br><br>SECTION 7 - OPTIONAL TOOLS<br><br>We may provide you with access to third-party tools over which we neither monitor nor have any control nor input.<br>You acknowledge and agree that we provide access to such tools â€as isâ€ and â€œas availableâ€ without any warranties, representations or conditions of any kind and without any endorsement. We shall have no liability whatsoever arising from or relating to your use of optional third-party tools.<br>Any use by you of optional tools offered through the site is entirely at your own risk and discretion and you should ensure that you are familiar with and approve of the terms on which tools are provided by the relevant third-party provider(s).<br>We may also, in the future, offer new services and/or features through the website (including, the release of new tools and resources). Such new features and/or services shall also be subject to these Terms of Service.<br><br>SECTION 8 - THIRD-PARTY LINKS<br><br>Certain content, products and services available via our Service may include materials from third-parties.<br>Third-party links on this site may direct you to third-party websites that are not affiliated with us. We are not responsible for examining or evaluating the content or accuracy and we do not warrant and will not have any liability or responsibility for any third-party materials or websites, or for any other materials, products, or services of third-parties.<br>We are not liable for any harm or damages related to the purchase or use of goods, services, resources, content, or any other transactions made in connection with any third-party websites. Please review carefully the third-party\'s policies and practices and make sure you understand them before you engage in any transaction. Complaints, claims, concerns, or questions regarding third-party products should be directed to the third-party.<br><br>SECTION 9 - USER COMMENTS, FEEDBACK AND OTHER SUBMISSIONS<br><br>If, at our request, you send certain specific submissions (for example contest entries) or without a request from us you send creative ideas, suggestions, proposals, plans, or other materials, whether online, by email, by postal mail, or otherwise (collectively, \'comments\'), you agree that we may, at any time, without restriction, edit, copy, publish, distribute, translate and otherwise use in any medium any comments that you forward to us. We are and shall be under no obligation (1) to maintain any comments in confidence; (2) to pay compensation for any comments; or (3) to respond to any comments.<br>We may, but have no obligation to, monitor, edit or remove content that we determine in our sole discretion are unlawful, offensive, threatening, libelous, defamatory, pornographic, obscene or otherwise objectionable or violates any partyâ€™s intellectual property or these Terms of Service.<br>You agree that your comments will not violate any right of any third-party, including copyright, trademark, privacy, personality or other personal or proprietary right. You further agree that your comments will not contain libelous or otherwise unlawful, abusive or obscene material, or contain any computer virus or other malware that could in any way affect the operation of the Service or any related website. You may not use a false e-mail address, pretend to be someone other than yourself, or otherwise mislead us or third-parties as to the origin of any comments. You are solely responsible for any comments you make and their accuracy. We take no responsibility and assume no liability for any comments posted by you or any third-party.<br><br>SECTION 10 - PERSONAL INFORMATION<br><br>Your submission of personal information through the store is governed by our Privacy Policy. To view our Privacy Policy.<br><br>SECTION 11 - ERRORS, INACCURACIES AND OMISSIONS<br><br>Occasionally there may be information on our site or in the Service that contains typographical errors, inaccuracies or omissions that may relate to product descriptions, pricing, promotions, offers, product shipping charges, transit times and availability. We reserve the right to correct any errors, inaccuracies or omissions, and to change or update information or cancel orders if any information in the Service or on any related website is inaccurate at any time without prior notice (including after you have submitted your order).<br>We undertake no obligation to update, amend or clarify information in the Service or on any related website, including without limitation, pricing information, except as required by law. No specified update or refresh date applied in the Service or on any related website, should be taken to indicate that all information in the Service or on any related website has been modified or updated.<br><br>SECTION 12 - PROHIBITED USES<br><br>In addition to other prohibitions as set forth in the Terms of Service, you are prohibited from using the site or its content: (a) for any unlawful purpose; (b) to solicit others to perform or participate in any unlawful acts; (c) to violate any international, federal, provincial or state regulations, rules, laws, or local ordinances; (d) to infringe upon or violate our intellectual property rights or the intellectual property rights of others; (e) to harass, abuse, insult, harm, defame, slander, disparage, intimidate, or discriminate based on gender, sexual orientation, religion, ethnicity, race, age, national origin, or disability; (f) to submit false or misleading information; (g) to upload or transmit viruses or any other type of malicious code that will or may be used in any way that will affect the functionality or operation of the Service or of any related website, other websites, or the Internet; (h) to collect or track the personal information of others; (i) to spam, phish, pharm, pretext, spider, crawl, or scrape; (j) for any obscene or immoral purpose; or (k) to interfere with or circumvent the security features of the Service or any related website, other websites, or the Internet. We reserve the right to terminate your use of the Service or any related website for violating any of the prohibited uses.<br><br>SECTION 13 - DISCLAIMER OF WARRANTIES; LIMITATION OF LIABILITY<br><br>We do not guarantee, represent or warrant that your use of our service will be uninterrupted, timely, secure or error-free.<br>We do not warrant that the results that may be obtained from the use of the service will be accurate or reliable.<br>You agree that from time to time we may remove the service for indefinite periods of time or cancel the service at any time, without notice to you.<br>You expressly agree that your use of, or inability to use, the service is at your sole risk. The service and all products and services delivered to you through the service are (except as expressly stated by us) provided \'as is\' and \'as available\' for your use, without any representation, warranties or conditions of any kind, either express or implied, including all implied warranties or conditions of merchantability, merchantable quality, fitness for a particular purpose, durability, title, and non-infringement.<br>In no case shall Blackhawk Custom, LLC, our directors, officers, employees, affiliates, agents, contractors, interns, suppliers, service providers or licensors be liable for any injury, loss, claim, or any direct, indirect, incidental, punitive, special, or consequential damages of any kind, including, without limitation lost profits, lost revenue, lost savings, loss of data, replacement costs, or any similar damages, whether based in contract, tort (including negligence), strict liability or otherwise, arising from your use of any of the service or any products procured using the service, or for any other claim related in any way to your use of the service or any product, including, but not limited to, any errors or omissions in any content, or any loss or damage of any kind incurred as a result of the use of the service or any content (or product) posted, transmitted, or otherwise made available via the service, even if advised of their possibility. Because some states or jurisdictions do not allow the exclusion or the limitation of liability for consequential or incidental damages, in such states or jurisdictions, our liability shall be limited to the maximum extent permitted by law.<br><br>SECTION 14 - INDEMNIFICATION<br><br>You agree to indemnify, defend and hold harmless Blackhawk Custom, LLC and our parent, subsidiaries, affiliates, partners, officers, directors, agents, contractors, licensors, service providers, subcontractors, suppliers, interns and employees, harmless from any claim or demand, including reasonable attorneysâ€™ fees, made by any third-party due to or arising out of your breach of these Terms of Service or the documents they incorporate by reference, or your violation of any law or the rights of a third-party.<br><br>SECTION 15 - SEVERABILITY<br><br>In the event that any provision of these Terms of Service is determined to be unlawful, void or unenforceable, such provision shall nonetheless be enforceable to the fullest extent permitted by applicable law, and the unenforceable portion shall be deemed to be severed from these Terms of Service, such determination shall not affect the validity and enforceability of any other remaining provisions.<br><br>SECTION 16 - TERMINATION<br><br>The obligations and liabilities of the parties incurred prior to the termination date shall survive the termination of this agreement for all purposes.<br>These Terms of Service are effective unless and until terminated by either you or us. You may terminate these Terms of Service at any time by notifying us that you no longer wish to use our Services, or when you cease using our site.<br>If in our sole judgment you fail, or we suspect that you have failed, to comply with any term or provision of these Terms of Service, we also may terminate this agreement at any time without notice and you will remain liable for all amounts due up to and including the date of termination; and/or accordingly may deny you access to our Services (or any part thereof).<br><br>SECTION 17 - ENTIRE AGREEMENT<br><br>The failure of us to exercise or enforce any right or provision of these Terms of Service shall not constitute a waiver of such right or provision.<br>These Terms of Service and any policies or operating rules posted by us on this site or in respect to The Service constitutes the entire agreement and understanding between you and us and govern your use of the Service, superseding any prior or contemporaneous agreements, communications and proposals, whether oral or written, between you and us (including, but not limited to, any prior versions of the Terms of Service).<br>Any ambiguities in the interpretation of these Terms of Service shall not be construed against the drafting party.<br><br>SECTION 18 - GOVERNING LAW<br><br>These Terms of Service and any separate agreements whereby we provide you Services shall be governed by and construed in accordance with the laws of 825 South Kings Highway, Fort Pierce, FL 34945.<br><br>SECTION 19 - CHANGES TO TERMS OF SERVICE<br><br>You can review the most current version of the Terms of Service at any time at this page.<br>We reserve the right, at our sole discretion, to update, change or replace any part of these Terms of Service by posting updates and changes to our website. It is your responsibility to check our website periodically for changes. Your continued use of or access to our website or the Service following the posting of any changes to these Terms of Service constitutes acceptance of those changes.<br><br>SECTION 20 - CONTACT INFORMATION<br><br>Questions about the Terms of Service should be sent to us at admin@blackhawkcustom.com</p></div></div>\n</div>'),(1248,135,'tve_revision_tve_content_more_found',''),(1249,135,'tve_revision_tve_save_post',''),(1250,135,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Montserrat:400,900,800,200,100&subset=latin\");@media (min-width: 300px){#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-104 > a { fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-103 > a { fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-102 > a { fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-109 > a { fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-104:hover > a { fill: rgb(179, 144, 57) !important; color: rgb(179, 144, 57) !important; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-103:hover > a { fill: rgb(179, 144, 57) !important; color: rgb(179, 144, 57) !important; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-102:hover > a { fill: rgb(179, 144, 57) !important; color: rgb(179, 144, 57) !important; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-109:hover > a { fill: rgb(179, 144, 57) !important; color: rgb(179, 144, 57) !important; }#tcb_landing_page a:not(.tcb-button-link) { color: rgb(255, 255, 255); }.tcb-plain-text strong { font-weight: 900; }#tcb_landing_page input strong { font-weight: 900; }#tcb_landing_page .tcb-button-link strong { font-weight: 900; }#tcb_landing_page p strong, #tcb_landing_page li strong { font-weight: 900; }#tcb_landing_page input { font-family: Montserrat; font-weight: 400; }#tcb_landing_page .tcb-button-link { font-family: Montserrat; font-weight: 400; }#tcb_landing_page p, #tcb_landing_page li { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h6 strong { font-weight: 900; }#tcb_landing_page h6 { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h5 strong { font-weight: 900; }#tcb_landing_page h5 { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h4 strong { font-weight: 900; }#tcb_landing_page h4 { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h3 strong { font-weight: 900; }#tcb_landing_page h3 { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h2 strong { font-weight: 900; }#tcb_landing_page h2 { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h1 strong { font-weight: 900; }#tcb_landing_page h1 { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); }.tcb-plain-text { font-size: 20px; color: rgb(255, 255, 255); font-family: Montserrat; font-weight: 400; }[data-css=\"tve-u-15e09c94f7d\"] { background-color: rgb(255, 255, 255); background-image: linear-gradient(rgb(0, 0, 0), rgb(0, 0, 0)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }.tve_post_lp > div > #tve_editor { margin-left: auto; margin-right: auto; max-width: 1200px; padding: 0px 20px; }}@media (max-width: 1023px){[data-css=\"tve-u-1642ae797d9\"] { display: block; }[data-css=\"tve-u-1642ae797d9\"] #menu-item-104 { padding: 5px !important; background-image: none !important; text-align: center; }[data-css=\"tve-u-1642ae797d9\"] #menu-item-103 { padding: 5px !important; background-image: none !important; text-align: center; }[data-css=\"tve-u-1642ae797d9\"] #menu-item-102 { padding: 5px !important; background-image: none !important; text-align: center; }[data-css=\"tve-u-1642ae797d9\"] #menu-item-109 { padding: 5px !important; background-image: none !important; text-align: center; }}@media (max-width: 767px){.tve_post_lp > div > #tve_editor { padding: 0px 10px; }}'),(1251,135,'tve_revision_tve_user_custom_css',''),(1252,135,'tve_revision_tve_page_events','a:0:{}'),(1253,135,'tve_revision_tve_globals','a:2:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";s:8:\"font_cls\";a:0:{}}'),(1254,135,'tve_revision_tve_global_scripts',''),(1255,135,'tve_revision_thrive_icon_pack','0'),(1256,135,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(1257,135,'tve_revision_tve_has_masonry','0'),(1258,135,'tve_revision_tve_has_typefocus','0'),(1259,135,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" wfd-id=\"35\">\n<div class=\"tve-content-box-background\" wfd-id=\"60\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"36\"><div class=\"thrv_wrapper thrv_widget_menu tve-custom-menu-upgrade      tve-mobile-side-fullscreen tve-menu-style-style_1\" data-tve-style=\"tve_horizontal\" data-tve-switch-icon=\"mobile\" data-css=\"tve-u-1642ae797d9\" wfd-id=\"43\">\n<div class=\"thrive-shortcode-config\" style=\"display: none !important\" wfd-id=\"59\">__CONFIG_widget_menu__{\"menu_id\":4,\"color\":\"tve_red\",\"dir\":\"tve_horizontal\",\"font_class\":\"\",\"font_size\":\"\",\"ul_attr\":\"\",\"link_attr\":\"\",\"top_link_attr\":\"\",\"trigger_attr\":\"\",\"primary\":\"\",\"head_css\":\"\",\"background_hover\":\"\",\"main_hover\":\"\",\"child_hover\":\"\",\"group_edit\":[],\"menu_style\":\"style_1\",\"dropdown_icon\":\"\",\"mobile_side\":\"fullscreen\",\"mobile_icon\":\"\",\"switch_to_icon\":\"mobile\"}__CONFIG_widget_menu__</div>\n</div><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" wfd-id=\"40\"><h2>Terms &amp; Conditions</h2></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"37\"><p>TERMS OF SERVICE<br><br>-----<br><br>OVERVIEW<br><br>This website is operated by Blackhawk Custom, LLC. Throughout the site, the terms â€œweâ€, â€œusâ€ and â€œourâ€ refer to Blackhawk Custom, LLC. Blackhawk Custom, LLC offers this website, including all information, tools and services available from this site to you, the user, conditioned upon your acceptance of all terms, conditions, policies and notices stated here.<br><br>By visiting our site and/ or purchasing something from us, you engage in our â€œServiceâ€ and agree to be bound by the following terms and conditions (â€œTerms of Serviceâ€, â€œTermsâ€), including those additional terms, conditions, and policies referenced herein and/or available by hyperlink. These Terms of Service apply to all users of the site, including without limitation users who are browsers, vendors, customers, merchants, and/ or contributors of content.<br><br>Please read these Terms of Service carefully before accessing or using our website. By accessing or using any part of the site, you agree to be bound by these Terms of Service. If you do not agree to all the terms and conditions of this agreement, then you may not access the website or use any services. If these Terms of Service are considered an offer, acceptance is expressly limited to these Terms of Service.<br><br>Any new features or tools which are added to the current store shall also be subject to the Terms of Service. You can review the most current version of the Terms of Service at any time on this page. We reserve the right to update, change or replace any part of these Terms of Service by posting updates and/or changes to our website. It is your responsibility to check this page periodically for changes. Your continued use of or access to the website following the posting of any changes constitutes acceptance of those changes.<br><br>SECTION 1 - ONLINE STORE TERMS<br><br>By agreeing to these Terms of Service, you represent that you are at least the age of majority in your state or province of residence, or that you are the age of majority in your state or province of residence and you have given us your consent to allow any of your minor dependents to use this site.<br>You may not use our products for any illegal or unauthorized purpose nor may you, in the use of the Service, violate any laws in your jurisdiction (including but not limited to copyright laws).<br>You must not transmit any worms or viruses or any code of a destructive nature.<br>A breach or violation of any of the Terms will result in an immediate termination of your Services.<br><br>SECTION 2 - GENERAL CONDITIONS<br><br>We reserve the right to refuse service to anyone for any reason at any time.<br>You understand that your content (not including credit card information), may be transferred unencrypted and involve (a) transmissions over various networks; and (b) changes to conform and adapt to technical requirements of connecting networks or devices. Credit card information is always encrypted during transfer over networks.<br>You agree not to reproduce, duplicate, copy, sell, resell or exploit any portion of the Service, use of the Service, or access to the Service or any contact on the website through which the service is provided, without express written permission by us.<br>The headings used in this agreement are included for convenience only and will not limit or otherwise affect these Terms.<br><br>SECTION 3 - ACCURACY, COMPLETENESS AND TIMELINESS OF INFORMATION<br><br>We are not responsible if information made available on this site is not accurate, complete or current. The material on this site is provided for general information only and should not be relied upon or used as the sole basis for making decisions without consulting primary, more accurate, more complete or more timely sources of information. Any reliance on the material on this site is at your own risk.<br>This site may contain certain historical information. Historical information, necessarily, is not current and is provided for your reference only. We reserve the right to modify the contents of this site at any time, but we have no obligation to update any information on our site. You agree that it is your responsibility to monitor changes to our site.<br><br>SECTION 4 - MODIFICATIONS TO THE SERVICE AND PRICES<br><br>The prices for our products are subject to change without notice.<br>We reserve the right at any time to modify or discontinue the Service (or any part or content thereof) without notice at any time.<br>We shall not be liable to you or to any third-party for any modification, price change, suspension or discontinuance of the Service.<br><br>SECTION 5 - PRODUCTS OR SERVICES (if applicable)<br><br>Certain products or services may be available exclusively online through the website. These products or services may have limited quantities and are subject to return or exchange only according to our Return Policy.<br>We have made every effort to display as accurately as possible the colors and images of our products that appear at the store. We cannot guarantee that your computer monitor\'s display of any color will be accurate.<br>We reserve the right, but are not obligated, to limit the sales of our products or Services to any person, geographic region or jurisdiction. We may exercise this right on a case-by-case basis. We reserve the right to limit the quantities of any products or services that we offer. All descriptions of products or product pricing are subject to change at anytime without notice, at the sole discretion of us. We reserve the right to discontinue any product at any time. Any offer for any product or service made on this site is void where prohibited.<br>We do not warrant that the quality of any products, services, information, or other material purchased or obtained by you will meet your expectations, or that any errors in the Service will be corrected.<br><br>SECTION 6 - ACCURACY OF BILLING AND ACCOUNT INFORMATION<br><br>We reserve the right to refuse any order you place with us. We may, in our sole discretion, limit or cancel quantities purchased per person, per household or per order. These restrictions may include orders placed by or under the same customer account, the same credit card, and/or orders that use the same billing and/or shipping address. In the event that we make a change to or cancel an order, we may attempt to notify you by contacting the e-mail and/or billing address/phone number provided at the time the order was made. We reserve the right to limit or prohibit orders that, in our sole judgment, appear to be placed by dealers, resellers or distributors.<br><br>You agree to provide current, complete and accurate purchase and account information for all purchases made at our store. You agree to promptly update your account and other information, including your email address and credit card numbers and expiration dates, so that we can complete your transactions and contact you as needed.<br><br>For more detail, please review our Returns Policy.<br><br>SECTION 7 - OPTIONAL TOOLS<br><br>We may provide you with access to third-party tools over which we neither monitor nor have any control nor input.<br>You acknowledge and agree that we provide access to such tools â€as isâ€ and â€œas availableâ€ without any warranties, representations or conditions of any kind and without any endorsement. We shall have no liability whatsoever arising from or relating to your use of optional third-party tools.<br>Any use by you of optional tools offered through the site is entirely at your own risk and discretion and you should ensure that you are familiar with and approve of the terms on which tools are provided by the relevant third-party provider(s).<br>We may also, in the future, offer new services and/or features through the website (including, the release of new tools and resources). Such new features and/or services shall also be subject to these Terms of Service.<br><br>SECTION 8 - THIRD-PARTY LINKS<br><br>Certain content, products and services available via our Service may include materials from third-parties.<br>Third-party links on this site may direct you to third-party websites that are not affiliated with us. We are not responsible for examining or evaluating the content or accuracy and we do not warrant and will not have any liability or responsibility for any third-party materials or websites, or for any other materials, products, or services of third-parties.<br>We are not liable for any harm or damages related to the purchase or use of goods, services, resources, content, or any other transactions made in connection with any third-party websites. Please review carefully the third-party\'s policies and practices and make sure you understand them before you engage in any transaction. Complaints, claims, concerns, or questions regarding third-party products should be directed to the third-party.<br><br>SECTION 9 - USER COMMENTS, FEEDBACK AND OTHER SUBMISSIONS<br><br>If, at our request, you send certain specific submissions (for example contest entries) or without a request from us you send creative ideas, suggestions, proposals, plans, or other materials, whether online, by email, by postal mail, or otherwise (collectively, \'comments\'), you agree that we may, at any time, without restriction, edit, copy, publish, distribute, translate and otherwise use in any medium any comments that you forward to us. We are and shall be under no obligation (1) to maintain any comments in confidence; (2) to pay compensation for any comments; or (3) to respond to any comments.<br>We may, but have no obligation to, monitor, edit or remove content that we determine in our sole discretion are unlawful, offensive, threatening, libelous, defamatory, pornographic, obscene or otherwise objectionable or violates any partyâ€™s intellectual property or these Terms of Service.<br>You agree that your comments will not violate any right of any third-party, including copyright, trademark, privacy, personality or other personal or proprietary right. You further agree that your comments will not contain libelous or otherwise unlawful, abusive or obscene material, or contain any computer virus or other malware that could in any way affect the operation of the Service or any related website. You may not use a false e-mail address, pretend to be someone other than yourself, or otherwise mislead us or third-parties as to the origin of any comments. You are solely responsible for any comments you make and their accuracy. We take no responsibility and assume no liability for any comments posted by you or any third-party.<br><br>SECTION 10 - PERSONAL INFORMATION<br><br>Your submission of personal information through the store is governed by our Privacy Policy. To view our Privacy Policy.<br><br>SECTION 11 - ERRORS, INACCURACIES AND OMISSIONS<br><br>Occasionally there may be information on our site or in the Service that contains typographical errors, inaccuracies or omissions that may relate to product descriptions, pricing, promotions, offers, product shipping charges, transit times and availability. We reserve the right to correct any errors, inaccuracies or omissions, and to change or update information or cancel orders if any information in the Service or on any related website is inaccurate at any time without prior notice (including after you have submitted your order).<br>We undertake no obligation to update, amend or clarify information in the Service or on any related website, including without limitation, pricing information, except as required by law. No specified update or refresh date applied in the Service or on any related website, should be taken to indicate that all information in the Service or on any related website has been modified or updated.<br><br>SECTION 12 - PROHIBITED USES<br><br>In addition to other prohibitions as set forth in the Terms of Service, you are prohibited from using the site or its content: (a) for any unlawful purpose; (b) to solicit others to perform or participate in any unlawful acts; (c) to violate any international, federal, provincial or state regulations, rules, laws, or local ordinances; (d) to infringe upon or violate our intellectual property rights or the intellectual property rights of others; (e) to harass, abuse, insult, harm, defame, slander, disparage, intimidate, or discriminate based on gender, sexual orientation, religion, ethnicity, race, age, national origin, or disability; (f) to submit false or misleading information; (g) to upload or transmit viruses or any other type of malicious code that will or may be used in any way that will affect the functionality or operation of the Service or of any related website, other websites, or the Internet; (h) to collect or track the personal information of others; (i) to spam, phish, pharm, pretext, spider, crawl, or scrape; (j) for any obscene or immoral purpose; or (k) to interfere with or circumvent the security features of the Service or any related website, other websites, or the Internet. We reserve the right to terminate your use of the Service or any related website for violating any of the prohibited uses.<br><br>SECTION 13 - DISCLAIMER OF WARRANTIES; LIMITATION OF LIABILITY<br><br>We do not guarantee, represent or warrant that your use of our service will be uninterrupted, timely, secure or error-free.<br>We do not warrant that the results that may be obtained from the use of the service will be accurate or reliable.<br>You agree that from time to time we may remove the service for indefinite periods of time or cancel the service at any time, without notice to you.<br>You expressly agree that your use of, or inability to use, the service is at your sole risk. The service and all products and services delivered to you through the service are (except as expressly stated by us) provided \'as is\' and \'as available\' for your use, without any representation, warranties or conditions of any kind, either express or implied, including all implied warranties or conditions of merchantability, merchantable quality, fitness for a particular purpose, durability, title, and non-infringement.<br>In no case shall Blackhawk Custom, LLC, our directors, officers, employees, affiliates, agents, contractors, interns, suppliers, service providers or licensors be liable for any injury, loss, claim, or any direct, indirect, incidental, punitive, special, or consequential damages of any kind, including, without limitation lost profits, lost revenue, lost savings, loss of data, replacement costs, or any similar damages, whether based in contract, tort (including negligence), strict liability or otherwise, arising from your use of any of the service or any products procured using the service, or for any other claim related in any way to your use of the service or any product, including, but not limited to, any errors or omissions in any content, or any loss or damage of any kind incurred as a result of the use of the service or any content (or product) posted, transmitted, or otherwise made available via the service, even if advised of their possibility. Because some states or jurisdictions do not allow the exclusion or the limitation of liability for consequential or incidental damages, in such states or jurisdictions, our liability shall be limited to the maximum extent permitted by law.<br><br>SECTION 14 - INDEMNIFICATION<br><br>You agree to indemnify, defend and hold harmless Blackhawk Custom, LLC and our parent, subsidiaries, affiliates, partners, officers, directors, agents, contractors, licensors, service providers, subcontractors, suppliers, interns and employees, harmless from any claim or demand, including reasonable attorneysâ€™ fees, made by any third-party due to or arising out of your breach of these Terms of Service or the documents they incorporate by reference, or your violation of any law or the rights of a third-party.<br><br>SECTION 15 - SEVERABILITY<br><br>In the event that any provision of these Terms of Service is determined to be unlawful, void or unenforceable, such provision shall nonetheless be enforceable to the fullest extent permitted by applicable law, and the unenforceable portion shall be deemed to be severed from these Terms of Service, such determination shall not affect the validity and enforceability of any other remaining provisions.<br><br>SECTION 16 - TERMINATION<br><br>The obligations and liabilities of the parties incurred prior to the termination date shall survive the termination of this agreement for all purposes.<br>These Terms of Service are effective unless and until terminated by either you or us. You may terminate these Terms of Service at any time by notifying us that you no longer wish to use our Services, or when you cease using our site.<br>If in our sole judgment you fail, or we suspect that you have failed, to comply with any term or provision of these Terms of Service, we also may terminate this agreement at any time without notice and you will remain liable for all amounts due up to and including the date of termination; and/or accordingly may deny you access to our Services (or any part thereof).<br><br>SECTION 17 - ENTIRE AGREEMENT<br><br>The failure of us to exercise or enforce any right or provision of these Terms of Service shall not constitute a waiver of such right or provision.<br>These Terms of Service and any policies or operating rules posted by us on this site or in respect to The Service constitutes the entire agreement and understanding between you and us and govern your use of the Service, superseding any prior or contemporaneous agreements, communications and proposals, whether oral or written, between you and us (including, but not limited to, any prior versions of the Terms of Service).<br>Any ambiguities in the interpretation of these Terms of Service shall not be construed against the drafting party.<br><br>SECTION 18 - GOVERNING LAW<br><br>These Terms of Service and any separate agreements whereby we provide you Services shall be governed by and construed in accordance with the laws of 825 South Kings Highway, Fort Pierce, FL 34945.<br><br>SECTION 19 - CHANGES TO TERMS OF SERVICE<br><br>You can review the most current version of the Terms of Service at any time at this page.<br>We reserve the right, at our sole discretion, to update, change or replace any part of these Terms of Service by posting updates and changes to our website. It is your responsibility to check our website periodically for changes. Your continued use of or access to our website or the Service following the posting of any changes to these Terms of Service constitutes acceptance of those changes.<br><br>SECTION 20 - CONTACT INFORMATION<br><br>Questions about the Terms of Service should be sent to us at admin@blackhawkcustom.com</p></div></div>\n</div>'),(1260,135,'tve_revision_tve_has_wistia_popover','0'),(1261,136,'tve_revision_tve_landing_page','blank_v2'),(1262,136,'tve_revision_tve_disable_theme_dependency',''),(1263,136,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" wfd-id=\"36\">\n<div class=\"tve-content-box-background\" wfd-id=\"61\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"37\"><div class=\"thrv_wrapper thrv_widget_menu tve-custom-menu-upgrade      tve-mobile-side-fullscreen tve-menu-style-style_1\" data-tve-style=\"tve_horizontal\" data-tve-switch-icon=\"mobile\" data-css=\"tve-u-1642ae797d9\" wfd-id=\"44\">\n<div class=\"thrive-shortcode-config\" style=\"display: none !important\" wfd-id=\"60\">__CONFIG_widget_menu__{\"menu_id\":4,\"color\":\"tve_red\",\"dir\":\"tve_horizontal\",\"font_class\":\"\",\"font_size\":\"\",\"ul_attr\":\"\",\"link_attr\":\"\",\"top_link_attr\":\"\",\"trigger_attr\":\"\",\"primary\":\"\",\"head_css\":\"\",\"background_hover\":\"\",\"main_hover\":\"\",\"child_hover\":\"\",\"group_edit\":[],\"menu_style\":\"style_1\",\"dropdown_icon\":\"\",\"mobile_side\":\"fullscreen\",\"mobile_icon\":\"\",\"switch_to_icon\":\"mobile\"}__CONFIG_widget_menu__</div>\n</div><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" wfd-id=\"41\"><h2>Terms &amp; Conditions</h2></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"38\"><p>TERMS OF SERVICE<br><br>-----<br><br>OVERVIEW<br><br>This website is operated by Blackhawk Custom, LLC. Throughout the site, the terms â€œweâ€, â€œusâ€ and â€œourâ€ refer to Blackhawk Custom, LLC. Blackhawk Custom, LLC offers this website, including all information, tools and services available from this site to you, the user, conditioned upon your acceptance of all terms, conditions, policies and notices stated here.<br><br>By visiting our site and/ or purchasing something from us, you engage in our â€œServiceâ€ and agree to be bound by the following terms and conditions (â€œTerms of Serviceâ€, â€œTermsâ€), including those additional terms, conditions, and policies referenced herein and/or available by hyperlink. These Terms of Service apply to all users of the site, including without limitation users who are browsers, vendors, customers, merchants, and/ or contributors of content.<br><br>Please read these Terms of Service carefully before accessing or using our website. By accessing or using any part of the site, you agree to be bound by these Terms of Service. If you do not agree to all the terms and conditions of this agreement, then you may not access the website or use any services. If these Terms of Service are considered an offer, acceptance is expressly limited to these Terms of Service.<br><br>Any new features or tools which are added to the current store shall also be subject to the Terms of Service. You can review the most current version of the Terms of Service at any time on this page. We reserve the right to update, change or replace any part of these Terms of Service by posting updates and/or changes to our website. It is your responsibility to check this page periodically for changes. Your continued use of or access to the website following the posting of any changes constitutes acceptance of those changes.<br><br>SECTION 1 - ONLINE STORE TERMS<br><br>By agreeing to these Terms of Service, you represent that you are at least the age of majority in your state or province of residence, or that you are the age of majority in your state or province of residence and you have given us your consent to allow any of your minor dependents to use this site.<br>You may not use our products for any illegal or unauthorized purpose nor may you, in the use of the Service, violate any laws in your jurisdiction (including but not limited to copyright laws).<br>You must not transmit any worms or viruses or any code of a destructive nature.<br>A breach or violation of any of the Terms will result in an immediate termination of your Services.<br><br>SECTION 2 - GENERAL CONDITIONS<br><br>We reserve the right to refuse service to anyone for any reason at any time.<br>You understand that your content (not including credit card information), may be transferred unencrypted and involve (a) transmissions over various networks; and (b) changes to conform and adapt to technical requirements of connecting networks or devices. Credit card information is always encrypted during transfer over networks.<br>You agree not to reproduce, duplicate, copy, sell, resell or exploit any portion of the Service, use of the Service, or access to the Service or any contact on the website through which the service is provided, without express written permission by us.<br>The headings used in this agreement are included for convenience only and will not limit or otherwise affect these Terms.<br><br>SECTION 3 - ACCURACY, COMPLETENESS AND TIMELINESS OF INFORMATION<br><br>We are not responsible if information made available on this site is not accurate, complete or current. The material on this site is provided for general information only and should not be relied upon or used as the sole basis for making decisions without consulting primary, more accurate, more complete or more timely sources of information. Any reliance on the material on this site is at your own risk.<br>This site may contain certain historical information. Historical information, necessarily, is not current and is provided for your reference only. We reserve the right to modify the contents of this site at any time, but we have no obligation to update any information on our site. You agree that it is your responsibility to monitor changes to our site.<br><br>SECTION 4 - MODIFICATIONS TO THE SERVICE AND PRICES<br><br>The prices for our products are subject to change without notice.<br>We reserve the right at any time to modify or discontinue the Service (or any part or content thereof) without notice at any time.<br>We shall not be liable to you or to any third-party for any modification, price change, suspension or discontinuance of the Service.<br><br>SECTION 5 - PRODUCTS OR SERVICES (if applicable)<br><br>Certain products or services may be available exclusively online through the website. These products or services may have limited quantities and are subject to return or exchange only according to our Return Policy.<br>We have made every effort to display as accurately as possible the colors and images of our products that appear at the store. We cannot guarantee that your computer monitor\'s display of any color will be accurate.<br>We reserve the right, but are not obligated, to limit the sales of our products or Services to any person, geographic region or jurisdiction. We may exercise this right on a case-by-case basis. We reserve the right to limit the quantities of any products or services that we offer. All descriptions of products or product pricing are subject to change at anytime without notice, at the sole discretion of us. We reserve the right to discontinue any product at any time. Any offer for any product or service made on this site is void where prohibited.<br>We do not warrant that the quality of any products, services, information, or other material purchased or obtained by you will meet your expectations, or that any errors in the Service will be corrected.<br><br>SECTION 6 - ACCURACY OF BILLING AND ACCOUNT INFORMATION<br><br>We reserve the right to refuse any order you place with us. We may, in our sole discretion, limit or cancel quantities purchased per person, per household or per order. These restrictions may include orders placed by or under the same customer account, the same credit card, and/or orders that use the same billing and/or shipping address. In the event that we make a change to or cancel an order, we may attempt to notify you by contacting the e-mail and/or billing address/phone number provided at the time the order was made. We reserve the right to limit or prohibit orders that, in our sole judgment, appear to be placed by dealers, resellers or distributors.<br><br>You agree to provide current, complete and accurate purchase and account information for all purchases made at our store. You agree to promptly update your account and other information, including your email address and credit card numbers and expiration dates, so that we can complete your transactions and contact you as needed.<br><br>For more detail, please review our Returns Policy.<br><br>SECTION 7 - OPTIONAL TOOLS<br><br>We may provide you with access to third-party tools over which we neither monitor nor have any control nor input.<br>You acknowledge and agree that we provide access to such tools â€as isâ€ and â€œas availableâ€ without any warranties, representations or conditions of any kind and without any endorsement. We shall have no liability whatsoever arising from or relating to your use of optional third-party tools.<br>Any use by you of optional tools offered through the site is entirely at your own risk and discretion and you should ensure that you are familiar with and approve of the terms on which tools are provided by the relevant third-party provider(s).<br>We may also, in the future, offer new services and/or features through the website (including, the release of new tools and resources). Such new features and/or services shall also be subject to these Terms of Service.<br><br>SECTION 8 - THIRD-PARTY LINKS<br><br>Certain content, products and services available via our Service may include materials from third-parties.<br>Third-party links on this site may direct you to third-party websites that are not affiliated with us. We are not responsible for examining or evaluating the content or accuracy and we do not warrant and will not have any liability or responsibility for any third-party materials or websites, or for any other materials, products, or services of third-parties.<br>We are not liable for any harm or damages related to the purchase or use of goods, services, resources, content, or any other transactions made in connection with any third-party websites. Please review carefully the third-party\'s policies and practices and make sure you understand them before you engage in any transaction. Complaints, claims, concerns, or questions regarding third-party products should be directed to the third-party.<br><br>SECTION 9 - USER COMMENTS, FEEDBACK AND OTHER SUBMISSIONS<br><br>If, at our request, you send certain specific submissions (for example contest entries) or without a request from us you send creative ideas, suggestions, proposals, plans, or other materials, whether online, by email, by postal mail, or otherwise (collectively, \'comments\'), you agree that we may, at any time, without restriction, edit, copy, publish, distribute, translate and otherwise use in any medium any comments that you forward to us. We are and shall be under no obligation (1) to maintain any comments in confidence; (2) to pay compensation for any comments; or (3) to respond to any comments.<br>We may, but have no obligation to, monitor, edit or remove content that we determine in our sole discretion are unlawful, offensive, threatening, libelous, defamatory, pornographic, obscene or otherwise objectionable or violates any partyâ€™s intellectual property or these Terms of Service.<br>You agree that your comments will not violate any right of any third-party, including copyright, trademark, privacy, personality or other personal or proprietary right. You further agree that your comments will not contain libelous or otherwise unlawful, abusive or obscene material, or contain any computer virus or other malware that could in any way affect the operation of the Service or any related website. You may not use a false e-mail address, pretend to be someone other than yourself, or otherwise mislead us or third-parties as to the origin of any comments. You are solely responsible for any comments you make and their accuracy. We take no responsibility and assume no liability for any comments posted by you or any third-party.<br><br>SECTION 10 - PERSONAL INFORMATION<br><br>Your submission of personal information through the store is governed by our Privacy Policy. To view our Privacy Policy.<br><br>SECTION 11 - ERRORS, INACCURACIES AND OMISSIONS<br><br>Occasionally there may be information on our site or in the Service that contains typographical errors, inaccuracies or omissions that may relate to product descriptions, pricing, promotions, offers, product shipping charges, transit times and availability. We reserve the right to correct any errors, inaccuracies or omissions, and to change or update information or cancel orders if any information in the Service or on any related website is inaccurate at any time without prior notice (including after you have submitted your order).<br>We undertake no obligation to update, amend or clarify information in the Service or on any related website, including without limitation, pricing information, except as required by law. No specified update or refresh date applied in the Service or on any related website, should be taken to indicate that all information in the Service or on any related website has been modified or updated.<br><br>SECTION 12 - PROHIBITED USES<br><br>In addition to other prohibitions as set forth in the Terms of Service, you are prohibited from using the site or its content: (a) for any unlawful purpose; (b) to solicit others to perform or participate in any unlawful acts; (c) to violate any international, federal, provincial or state regulations, rules, laws, or local ordinances; (d) to infringe upon or violate our intellectual property rights or the intellectual property rights of others; (e) to harass, abuse, insult, harm, defame, slander, disparage, intimidate, or discriminate based on gender, sexual orientation, religion, ethnicity, race, age, national origin, or disability; (f) to submit false or misleading information; (g) to upload or transmit viruses or any other type of malicious code that will or may be used in any way that will affect the functionality or operation of the Service or of any related website, other websites, or the Internet; (h) to collect or track the personal information of others; (i) to spam, phish, pharm, pretext, spider, crawl, or scrape; (j) for any obscene or immoral purpose; or (k) to interfere with or circumvent the security features of the Service or any related website, other websites, or the Internet. We reserve the right to terminate your use of the Service or any related website for violating any of the prohibited uses.<br><br>SECTION 13 - DISCLAIMER OF WARRANTIES; LIMITATION OF LIABILITY<br><br>We do not guarantee, represent or warrant that your use of our service will be uninterrupted, timely, secure or error-free.<br>We do not warrant that the results that may be obtained from the use of the service will be accurate or reliable.<br>You agree that from time to time we may remove the service for indefinite periods of time or cancel the service at any time, without notice to you.<br>You expressly agree that your use of, or inability to use, the service is at your sole risk. The service and all products and services delivered to you through the service are (except as expressly stated by us) provided \'as is\' and \'as available\' for your use, without any representation, warranties or conditions of any kind, either express or implied, including all implied warranties or conditions of merchantability, merchantable quality, fitness for a particular purpose, durability, title, and non-infringement.<br>In no case shall Blackhawk Custom, LLC, our directors, officers, employees, affiliates, agents, contractors, interns, suppliers, service providers or licensors be liable for any injury, loss, claim, or any direct, indirect, incidental, punitive, special, or consequential damages of any kind, including, without limitation lost profits, lost revenue, lost savings, loss of data, replacement costs, or any similar damages, whether based in contract, tort (including negligence), strict liability or otherwise, arising from your use of any of the service or any products procured using the service, or for any other claim related in any way to your use of the service or any product, including, but not limited to, any errors or omissions in any content, or any loss or damage of any kind incurred as a result of the use of the service or any content (or product) posted, transmitted, or otherwise made available via the service, even if advised of their possibility. Because some states or jurisdictions do not allow the exclusion or the limitation of liability for consequential or incidental damages, in such states or jurisdictions, our liability shall be limited to the maximum extent permitted by law.<br><br>SECTION 14 - INDEMNIFICATION<br><br>You agree to indemnify, defend and hold harmless Blackhawk Custom, LLC and our parent, subsidiaries, affiliates, partners, officers, directors, agents, contractors, licensors, service providers, subcontractors, suppliers, interns and employees, harmless from any claim or demand, including reasonable attorneysâ€™ fees, made by any third-party due to or arising out of your breach of these Terms of Service or the documents they incorporate by reference, or your violation of any law or the rights of a third-party.<br><br>SECTION 15 - SEVERABILITY<br><br>In the event that any provision of these Terms of Service is determined to be unlawful, void or unenforceable, such provision shall nonetheless be enforceable to the fullest extent permitted by applicable law, and the unenforceable portion shall be deemed to be severed from these Terms of Service, such determination shall not affect the validity and enforceability of any other remaining provisions.<br><br>SECTION 16 - TERMINATION<br><br>The obligations and liabilities of the parties incurred prior to the termination date shall survive the termination of this agreement for all purposes.<br>These Terms of Service are effective unless and until terminated by either you or us. You may terminate these Terms of Service at any time by notifying us that you no longer wish to use our Services, or when you cease using our site.<br>If in our sole judgment you fail, or we suspect that you have failed, to comply with any term or provision of these Terms of Service, we also may terminate this agreement at any time without notice and you will remain liable for all amounts due up to and including the date of termination; and/or accordingly may deny you access to our Services (or any part thereof).<br><br>SECTION 17 - ENTIRE AGREEMENT<br><br>The failure of us to exercise or enforce any right or provision of these Terms of Service shall not constitute a waiver of such right or provision.<br>These Terms of Service and any policies or operating rules posted by us on this site or in respect to The Service constitutes the entire agreement and understanding between you and us and govern your use of the Service, superseding any prior or contemporaneous agreements, communications and proposals, whether oral or written, between you and us (including, but not limited to, any prior versions of the Terms of Service).<br>Any ambiguities in the interpretation of these Terms of Service shall not be construed against the drafting party.<br><br>SECTION 18 - GOVERNING LAW<br><br>These Terms of Service and any separate agreements whereby we provide you Services shall be governed by and construed in accordance with the laws of 825 South Kings Highway, Fort Pierce, FL 34945.<br><br>SECTION 19 - CHANGES TO TERMS OF SERVICE<br><br>You can review the most current version of the Terms of Service at any time at this page.<br>We reserve the right, at our sole discretion, to update, change or replace any part of these Terms of Service by posting updates and changes to our website. It is your responsibility to check our website periodically for changes. Your continued use of or access to our website or the Service following the posting of any changes to these Terms of Service constitutes acceptance of those changes.<br><br>SECTION 20 - CONTACT INFORMATION<br><br>Questions about the Terms of Service should be sent to us at admin@blackhawkcustom.com</p></div></div>\n</div>'),(1264,136,'tve_revision_tve_content_more_found',''),(1265,136,'tve_revision_tve_save_post',''),(1266,136,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Montserrat:400,900,800,200,100&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-1642ae797d9\"] #menu-item-104 { margin-left: auto !important; margin-right: auto !important; float: none; }[data-css=\"tve-u-1642ae797d9\"] #menu-item-103 { margin-left: auto !important; margin-right: auto !important; float: none; }[data-css=\"tve-u-1642ae797d9\"] #menu-item-102 { margin-left: auto !important; margin-right: auto !important; float: none; }[data-css=\"tve-u-1642ae797d9\"] #menu-item-109 { margin-left: auto !important; margin-right: auto !important; float: none; }[data-css=\"tve-u-1642ae797d9\"] { margin-left: auto !important; margin-right: auto !important; float: none; width: 100%; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-104 > a { fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-103 > a { fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-102 > a { fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-109 > a { fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-104:hover > a { fill: rgb(179, 144, 57) !important; color: rgb(179, 144, 57) !important; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-103:hover > a { fill: rgb(179, 144, 57) !important; color: rgb(179, 144, 57) !important; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-102:hover > a { fill: rgb(179, 144, 57) !important; color: rgb(179, 144, 57) !important; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-109:hover > a { fill: rgb(179, 144, 57) !important; color: rgb(179, 144, 57) !important; }#tcb_landing_page a:not(.tcb-button-link) { color: rgb(255, 255, 255); }.tcb-plain-text strong { font-weight: 900; }#tcb_landing_page input strong { font-weight: 900; }#tcb_landing_page .tcb-button-link strong { font-weight: 900; }#tcb_landing_page p strong, #tcb_landing_page li strong { font-weight: 900; }#tcb_landing_page input { font-family: Montserrat; font-weight: 400; }#tcb_landing_page .tcb-button-link { font-family: Montserrat; font-weight: 400; }#tcb_landing_page p, #tcb_landing_page li { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h6 strong { font-weight: 900; }#tcb_landing_page h6 { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h5 strong { font-weight: 900; }#tcb_landing_page h5 { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h4 strong { font-weight: 900; }#tcb_landing_page h4 { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h3 strong { font-weight: 900; }#tcb_landing_page h3 { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h2 strong { font-weight: 900; }#tcb_landing_page h2 { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h1 strong { font-weight: 900; }#tcb_landing_page h1 { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); }.tcb-plain-text { font-size: 20px; color: rgb(255, 255, 255); font-family: Montserrat; font-weight: 400; }[data-css=\"tve-u-15e09c94f7d\"] { background-color: rgb(255, 255, 255); background-image: linear-gradient(rgb(0, 0, 0), rgb(0, 0, 0)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }.tve_post_lp > div > #tve_editor { margin-left: auto; margin-right: auto; max-width: 1200px; padding: 0px 20px; }}@media (max-width: 1023px){[data-css=\"tve-u-1642ae797d9\"] { display: block; }[data-css=\"tve-u-1642ae797d9\"] #menu-item-104 { padding: 5px !important; background-image: none !important; text-align: center; }[data-css=\"tve-u-1642ae797d9\"] #menu-item-103 { padding: 5px !important; background-image: none !important; text-align: center; }[data-css=\"tve-u-1642ae797d9\"] #menu-item-102 { padding: 5px !important; background-image: none !important; text-align: center; }[data-css=\"tve-u-1642ae797d9\"] #menu-item-109 { padding: 5px !important; background-image: none !important; text-align: center; }}@media (max-width: 767px){.tve_post_lp > div > #tve_editor { padding: 0px 10px; }}'),(1267,136,'tve_revision_tve_user_custom_css',''),(1268,136,'tve_revision_tve_page_events','a:0:{}'),(1269,136,'tve_revision_tve_globals','a:2:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";s:8:\"font_cls\";a:0:{}}'),(1270,136,'tve_revision_tve_global_scripts',''),(1271,136,'tve_revision_thrive_icon_pack','0'),(1272,136,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(1273,136,'tve_revision_tve_has_masonry','0'),(1274,136,'tve_revision_tve_has_typefocus','0'),(1275,136,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" wfd-id=\"36\">\n<div class=\"tve-content-box-background\" wfd-id=\"61\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"37\"><div class=\"thrv_wrapper thrv_widget_menu tve-custom-menu-upgrade      tve-mobile-side-fullscreen tve-menu-style-style_1\" data-tve-style=\"tve_horizontal\" data-tve-switch-icon=\"mobile\" data-css=\"tve-u-1642ae797d9\" wfd-id=\"44\">\n<div class=\"thrive-shortcode-config\" style=\"display: none !important\" wfd-id=\"60\">__CONFIG_widget_menu__{\"menu_id\":4,\"color\":\"tve_red\",\"dir\":\"tve_horizontal\",\"font_class\":\"\",\"font_size\":\"\",\"ul_attr\":\"\",\"link_attr\":\"\",\"top_link_attr\":\"\",\"trigger_attr\":\"\",\"primary\":\"\",\"head_css\":\"\",\"background_hover\":\"\",\"main_hover\":\"\",\"child_hover\":\"\",\"group_edit\":[],\"menu_style\":\"style_1\",\"dropdown_icon\":\"\",\"mobile_side\":\"fullscreen\",\"mobile_icon\":\"\",\"switch_to_icon\":\"mobile\"}__CONFIG_widget_menu__</div>\n</div><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" wfd-id=\"41\"><h2>Terms &amp; Conditions</h2></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"38\"><p>TERMS OF SERVICE<br><br>-----<br><br>OVERVIEW<br><br>This website is operated by Blackhawk Custom, LLC. Throughout the site, the terms â€œweâ€, â€œusâ€ and â€œourâ€ refer to Blackhawk Custom, LLC. Blackhawk Custom, LLC offers this website, including all information, tools and services available from this site to you, the user, conditioned upon your acceptance of all terms, conditions, policies and notices stated here.<br><br>By visiting our site and/ or purchasing something from us, you engage in our â€œServiceâ€ and agree to be bound by the following terms and conditions (â€œTerms of Serviceâ€, â€œTermsâ€), including those additional terms, conditions, and policies referenced herein and/or available by hyperlink. These Terms of Service apply to all users of the site, including without limitation users who are browsers, vendors, customers, merchants, and/ or contributors of content.<br><br>Please read these Terms of Service carefully before accessing or using our website. By accessing or using any part of the site, you agree to be bound by these Terms of Service. If you do not agree to all the terms and conditions of this agreement, then you may not access the website or use any services. If these Terms of Service are considered an offer, acceptance is expressly limited to these Terms of Service.<br><br>Any new features or tools which are added to the current store shall also be subject to the Terms of Service. You can review the most current version of the Terms of Service at any time on this page. We reserve the right to update, change or replace any part of these Terms of Service by posting updates and/or changes to our website. It is your responsibility to check this page periodically for changes. Your continued use of or access to the website following the posting of any changes constitutes acceptance of those changes.<br><br>SECTION 1 - ONLINE STORE TERMS<br><br>By agreeing to these Terms of Service, you represent that you are at least the age of majority in your state or province of residence, or that you are the age of majority in your state or province of residence and you have given us your consent to allow any of your minor dependents to use this site.<br>You may not use our products for any illegal or unauthorized purpose nor may you, in the use of the Service, violate any laws in your jurisdiction (including but not limited to copyright laws).<br>You must not transmit any worms or viruses or any code of a destructive nature.<br>A breach or violation of any of the Terms will result in an immediate termination of your Services.<br><br>SECTION 2 - GENERAL CONDITIONS<br><br>We reserve the right to refuse service to anyone for any reason at any time.<br>You understand that your content (not including credit card information), may be transferred unencrypted and involve (a) transmissions over various networks; and (b) changes to conform and adapt to technical requirements of connecting networks or devices. Credit card information is always encrypted during transfer over networks.<br>You agree not to reproduce, duplicate, copy, sell, resell or exploit any portion of the Service, use of the Service, or access to the Service or any contact on the website through which the service is provided, without express written permission by us.<br>The headings used in this agreement are included for convenience only and will not limit or otherwise affect these Terms.<br><br>SECTION 3 - ACCURACY, COMPLETENESS AND TIMELINESS OF INFORMATION<br><br>We are not responsible if information made available on this site is not accurate, complete or current. The material on this site is provided for general information only and should not be relied upon or used as the sole basis for making decisions without consulting primary, more accurate, more complete or more timely sources of information. Any reliance on the material on this site is at your own risk.<br>This site may contain certain historical information. Historical information, necessarily, is not current and is provided for your reference only. We reserve the right to modify the contents of this site at any time, but we have no obligation to update any information on our site. You agree that it is your responsibility to monitor changes to our site.<br><br>SECTION 4 - MODIFICATIONS TO THE SERVICE AND PRICES<br><br>The prices for our products are subject to change without notice.<br>We reserve the right at any time to modify or discontinue the Service (or any part or content thereof) without notice at any time.<br>We shall not be liable to you or to any third-party for any modification, price change, suspension or discontinuance of the Service.<br><br>SECTION 5 - PRODUCTS OR SERVICES (if applicable)<br><br>Certain products or services may be available exclusively online through the website. These products or services may have limited quantities and are subject to return or exchange only according to our Return Policy.<br>We have made every effort to display as accurately as possible the colors and images of our products that appear at the store. We cannot guarantee that your computer monitor\'s display of any color will be accurate.<br>We reserve the right, but are not obligated, to limit the sales of our products or Services to any person, geographic region or jurisdiction. We may exercise this right on a case-by-case basis. We reserve the right to limit the quantities of any products or services that we offer. All descriptions of products or product pricing are subject to change at anytime without notice, at the sole discretion of us. We reserve the right to discontinue any product at any time. Any offer for any product or service made on this site is void where prohibited.<br>We do not warrant that the quality of any products, services, information, or other material purchased or obtained by you will meet your expectations, or that any errors in the Service will be corrected.<br><br>SECTION 6 - ACCURACY OF BILLING AND ACCOUNT INFORMATION<br><br>We reserve the right to refuse any order you place with us. We may, in our sole discretion, limit or cancel quantities purchased per person, per household or per order. These restrictions may include orders placed by or under the same customer account, the same credit card, and/or orders that use the same billing and/or shipping address. In the event that we make a change to or cancel an order, we may attempt to notify you by contacting the e-mail and/or billing address/phone number provided at the time the order was made. We reserve the right to limit or prohibit orders that, in our sole judgment, appear to be placed by dealers, resellers or distributors.<br><br>You agree to provide current, complete and accurate purchase and account information for all purchases made at our store. You agree to promptly update your account and other information, including your email address and credit card numbers and expiration dates, so that we can complete your transactions and contact you as needed.<br><br>For more detail, please review our Returns Policy.<br><br>SECTION 7 - OPTIONAL TOOLS<br><br>We may provide you with access to third-party tools over which we neither monitor nor have any control nor input.<br>You acknowledge and agree that we provide access to such tools â€as isâ€ and â€œas availableâ€ without any warranties, representations or conditions of any kind and without any endorsement. We shall have no liability whatsoever arising from or relating to your use of optional third-party tools.<br>Any use by you of optional tools offered through the site is entirely at your own risk and discretion and you should ensure that you are familiar with and approve of the terms on which tools are provided by the relevant third-party provider(s).<br>We may also, in the future, offer new services and/or features through the website (including, the release of new tools and resources). Such new features and/or services shall also be subject to these Terms of Service.<br><br>SECTION 8 - THIRD-PARTY LINKS<br><br>Certain content, products and services available via our Service may include materials from third-parties.<br>Third-party links on this site may direct you to third-party websites that are not affiliated with us. We are not responsible for examining or evaluating the content or accuracy and we do not warrant and will not have any liability or responsibility for any third-party materials or websites, or for any other materials, products, or services of third-parties.<br>We are not liable for any harm or damages related to the purchase or use of goods, services, resources, content, or any other transactions made in connection with any third-party websites. Please review carefully the third-party\'s policies and practices and make sure you understand them before you engage in any transaction. Complaints, claims, concerns, or questions regarding third-party products should be directed to the third-party.<br><br>SECTION 9 - USER COMMENTS, FEEDBACK AND OTHER SUBMISSIONS<br><br>If, at our request, you send certain specific submissions (for example contest entries) or without a request from us you send creative ideas, suggestions, proposals, plans, or other materials, whether online, by email, by postal mail, or otherwise (collectively, \'comments\'), you agree that we may, at any time, without restriction, edit, copy, publish, distribute, translate and otherwise use in any medium any comments that you forward to us. We are and shall be under no obligation (1) to maintain any comments in confidence; (2) to pay compensation for any comments; or (3) to respond to any comments.<br>We may, but have no obligation to, monitor, edit or remove content that we determine in our sole discretion are unlawful, offensive, threatening, libelous, defamatory, pornographic, obscene or otherwise objectionable or violates any partyâ€™s intellectual property or these Terms of Service.<br>You agree that your comments will not violate any right of any third-party, including copyright, trademark, privacy, personality or other personal or proprietary right. You further agree that your comments will not contain libelous or otherwise unlawful, abusive or obscene material, or contain any computer virus or other malware that could in any way affect the operation of the Service or any related website. You may not use a false e-mail address, pretend to be someone other than yourself, or otherwise mislead us or third-parties as to the origin of any comments. You are solely responsible for any comments you make and their accuracy. We take no responsibility and assume no liability for any comments posted by you or any third-party.<br><br>SECTION 10 - PERSONAL INFORMATION<br><br>Your submission of personal information through the store is governed by our Privacy Policy. To view our Privacy Policy.<br><br>SECTION 11 - ERRORS, INACCURACIES AND OMISSIONS<br><br>Occasionally there may be information on our site or in the Service that contains typographical errors, inaccuracies or omissions that may relate to product descriptions, pricing, promotions, offers, product shipping charges, transit times and availability. We reserve the right to correct any errors, inaccuracies or omissions, and to change or update information or cancel orders if any information in the Service or on any related website is inaccurate at any time without prior notice (including after you have submitted your order).<br>We undertake no obligation to update, amend or clarify information in the Service or on any related website, including without limitation, pricing information, except as required by law. No specified update or refresh date applied in the Service or on any related website, should be taken to indicate that all information in the Service or on any related website has been modified or updated.<br><br>SECTION 12 - PROHIBITED USES<br><br>In addition to other prohibitions as set forth in the Terms of Service, you are prohibited from using the site or its content: (a) for any unlawful purpose; (b) to solicit others to perform or participate in any unlawful acts; (c) to violate any international, federal, provincial or state regulations, rules, laws, or local ordinances; (d) to infringe upon or violate our intellectual property rights or the intellectual property rights of others; (e) to harass, abuse, insult, harm, defame, slander, disparage, intimidate, or discriminate based on gender, sexual orientation, religion, ethnicity, race, age, national origin, or disability; (f) to submit false or misleading information; (g) to upload or transmit viruses or any other type of malicious code that will or may be used in any way that will affect the functionality or operation of the Service or of any related website, other websites, or the Internet; (h) to collect or track the personal information of others; (i) to spam, phish, pharm, pretext, spider, crawl, or scrape; (j) for any obscene or immoral purpose; or (k) to interfere with or circumvent the security features of the Service or any related website, other websites, or the Internet. We reserve the right to terminate your use of the Service or any related website for violating any of the prohibited uses.<br><br>SECTION 13 - DISCLAIMER OF WARRANTIES; LIMITATION OF LIABILITY<br><br>We do not guarantee, represent or warrant that your use of our service will be uninterrupted, timely, secure or error-free.<br>We do not warrant that the results that may be obtained from the use of the service will be accurate or reliable.<br>You agree that from time to time we may remove the service for indefinite periods of time or cancel the service at any time, without notice to you.<br>You expressly agree that your use of, or inability to use, the service is at your sole risk. The service and all products and services delivered to you through the service are (except as expressly stated by us) provided \'as is\' and \'as available\' for your use, without any representation, warranties or conditions of any kind, either express or implied, including all implied warranties or conditions of merchantability, merchantable quality, fitness for a particular purpose, durability, title, and non-infringement.<br>In no case shall Blackhawk Custom, LLC, our directors, officers, employees, affiliates, agents, contractors, interns, suppliers, service providers or licensors be liable for any injury, loss, claim, or any direct, indirect, incidental, punitive, special, or consequential damages of any kind, including, without limitation lost profits, lost revenue, lost savings, loss of data, replacement costs, or any similar damages, whether based in contract, tort (including negligence), strict liability or otherwise, arising from your use of any of the service or any products procured using the service, or for any other claim related in any way to your use of the service or any product, including, but not limited to, any errors or omissions in any content, or any loss or damage of any kind incurred as a result of the use of the service or any content (or product) posted, transmitted, or otherwise made available via the service, even if advised of their possibility. Because some states or jurisdictions do not allow the exclusion or the limitation of liability for consequential or incidental damages, in such states or jurisdictions, our liability shall be limited to the maximum extent permitted by law.<br><br>SECTION 14 - INDEMNIFICATION<br><br>You agree to indemnify, defend and hold harmless Blackhawk Custom, LLC and our parent, subsidiaries, affiliates, partners, officers, directors, agents, contractors, licensors, service providers, subcontractors, suppliers, interns and employees, harmless from any claim or demand, including reasonable attorneysâ€™ fees, made by any third-party due to or arising out of your breach of these Terms of Service or the documents they incorporate by reference, or your violation of any law or the rights of a third-party.<br><br>SECTION 15 - SEVERABILITY<br><br>In the event that any provision of these Terms of Service is determined to be unlawful, void or unenforceable, such provision shall nonetheless be enforceable to the fullest extent permitted by applicable law, and the unenforceable portion shall be deemed to be severed from these Terms of Service, such determination shall not affect the validity and enforceability of any other remaining provisions.<br><br>SECTION 16 - TERMINATION<br><br>The obligations and liabilities of the parties incurred prior to the termination date shall survive the termination of this agreement for all purposes.<br>These Terms of Service are effective unless and until terminated by either you or us. You may terminate these Terms of Service at any time by notifying us that you no longer wish to use our Services, or when you cease using our site.<br>If in our sole judgment you fail, or we suspect that you have failed, to comply with any term or provision of these Terms of Service, we also may terminate this agreement at any time without notice and you will remain liable for all amounts due up to and including the date of termination; and/or accordingly may deny you access to our Services (or any part thereof).<br><br>SECTION 17 - ENTIRE AGREEMENT<br><br>The failure of us to exercise or enforce any right or provision of these Terms of Service shall not constitute a waiver of such right or provision.<br>These Terms of Service and any policies or operating rules posted by us on this site or in respect to The Service constitutes the entire agreement and understanding between you and us and govern your use of the Service, superseding any prior or contemporaneous agreements, communications and proposals, whether oral or written, between you and us (including, but not limited to, any prior versions of the Terms of Service).<br>Any ambiguities in the interpretation of these Terms of Service shall not be construed against the drafting party.<br><br>SECTION 18 - GOVERNING LAW<br><br>These Terms of Service and any separate agreements whereby we provide you Services shall be governed by and construed in accordance with the laws of 825 South Kings Highway, Fort Pierce, FL 34945.<br><br>SECTION 19 - CHANGES TO TERMS OF SERVICE<br><br>You can review the most current version of the Terms of Service at any time at this page.<br>We reserve the right, at our sole discretion, to update, change or replace any part of these Terms of Service by posting updates and changes to our website. It is your responsibility to check our website periodically for changes. Your continued use of or access to our website or the Service following the posting of any changes to these Terms of Service constitutes acceptance of those changes.<br><br>SECTION 20 - CONTACT INFORMATION<br><br>Questions about the Terms of Service should be sent to us at admin@blackhawkcustom.com</p></div></div>\n</div>'),(1276,136,'tve_revision_tve_has_wistia_popover','0'),(1277,137,'tve_revision_tve_landing_page','blank_v2'),(1278,137,'tve_revision_tve_disable_theme_dependency',''),(1279,137,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" wfd-id=\"70\">\n<div class=\"tve-content-box-background\" wfd-id=\"95\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"71\"><div class=\"thrv_wrapper thrv_widget_menu tve-custom-menu-upgrade      tve-mobile-side-fullscreen tve-menu-style-style_1\" data-tve-style=\"tve_horizontal\" data-tve-switch-icon=\"mobile\" data-css=\"tve-u-1642ae797d9\" wfd-id=\"78\">\n<div class=\"thrive-shortcode-config\" style=\"display: none !important\" wfd-id=\"94\">__CONFIG_widget_menu__{\"menu_id\":4,\"color\":\"tve_red\",\"dir\":\"tve_horizontal\",\"font_class\":\"\",\"font_size\":\"\",\"ul_attr\":\"\",\"link_attr\":\"\",\"top_link_attr\":\"\",\"trigger_attr\":\"\",\"primary\":\"\",\"head_css\":\"\",\"background_hover\":\"\",\"main_hover\":\"\",\"child_hover\":\"\",\"group_edit\":[],\"menu_style\":\"style_1\",\"dropdown_icon\":\"\",\"mobile_side\":\"fullscreen\",\"mobile_icon\":\"\",\"switch_to_icon\":\"mobile\"}__CONFIG_widget_menu__</div>\n</div><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" wfd-id=\"75\"><h2>Terms &amp; Conditions</h2></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone on_hover\" wfd-id=\"72\"><p>TERMS OF SERVICE<br><br>-----<br><br>OVERVIEW<br><br>This website is operated by Blackhawk Custom, LLC. Throughout the site, the terms â€œweâ€, â€œusâ€ and â€œourâ€ refer to Blackhawk Custom, LLC. Blackhawk Custom, LLC offers this website, including all information, tools and services available from this site to you, the user, conditioned upon your acceptance of all terms, conditions, policies and notices stated here.<br><br>By visiting our site and/ or purchasing something from us, you engage in our â€œServiceâ€ and agree to be bound by the following terms and conditions (â€œTerms of Serviceâ€, â€œTermsâ€), including those additional terms, conditions, and policies referenced herein and/or available by hyperlink. These Terms of Service apply to all users of the site, including without limitation users who are browsers, vendors, customers, merchants, and/ or contributors of content.<br><br>Please read these Terms of Service carefully before accessing or using our website. By accessing or using any part of the site, you agree to be bound by these Terms of Service. If you do not agree to all the terms and conditions of this agreement, then you may not access the website or use any services. If these Terms of Service are considered an offer, acceptance is expressly limited to these Terms of Service.<br><br>Any new features or tools which are added to the current store shall also be subject to the Terms of Service. You can review the most current version of the Terms of Service at any time on this page. We reserve the right to update, change or replace any part of these Terms of Service by posting updates and/or changes to our website. It is your responsibility to check this page periodically for changes. Your continued use of or access to the website following the posting of any changes constitutes acceptance of those changes.<br><br>SECTION 1 - ONLINE STORE TERMS<br><br>By agreeing to these Terms of Service, you represent that you are at least the age of majority in your state or province of residence, or that you are the age of majority in your state or province of residence and you have given us your consent to allow any of your minor dependents to use this site.<br>You may not use our products for any illegal or unauthorized purpose nor may you, in the use of the Service, violate any laws in your jurisdiction (including but not limited to copyright laws).<br>You must not transmit any worms or viruses or any code of a destructive nature.<br>A breach or violation of any of the Terms will result in an immediate termination of your Services.<br><br>SECTION 2 - GENERAL CONDITIONS<br><br>We reserve the right to refuse service to anyone for any reason at any time.<br>You understand that your content (not including credit card information), may be transferred unencrypted and involve (a) transmissions over various networks; and (b) changes to conform and adapt to technical requirements of connecting networks or devices. Credit card information is always encrypted during transfer over networks.<br>You agree not to reproduce, duplicate, copy, sell, resell or exploit any portion of the Service, use of the Service, or access to the Service or any contact on the website through which the service is provided, without express written permission by us.<br>The headings used in this agreement are included for convenience only and will not limit or otherwise affect these Terms.<br><br>SECTION 3 - ACCURACY, COMPLETENESS AND TIMELINESS OF INFORMATION<br><br>We are not responsible if information made available on this site is not accurate, complete or current. The material on this site is provided for general information only and should not be relied upon or used as the sole basis for making decisions without consulting primary, more accurate, more complete or more timely sources of information. Any reliance on the material on this site is at your own risk.<br>This site may contain certain historical information. Historical information, necessarily, is not current and is provided for your reference only. We reserve the right to modify the contents of this site at any time, but we have no obligation to update any information on our site. You agree that it is your responsibility to monitor changes to our site.<br><br>SECTION 4 - MODIFICATIONS TO THE SERVICE AND PRICES<br><br>The prices for our products are subject to change without notice.<br>We reserve the right at any time to modify or discontinue the Service (or any part or content thereof) without notice at any time.<br>We shall not be liable to you or to any third-party for any modification, price change, suspension or discontinuance of the Service.<br><br>SECTION 5 - PRODUCTS OR SERVICES (if applicable)<br><br>Certain products or services may be available exclusively online through the website. These products or services may have limited quantities and are subject to return or exchange only according to our Return Policy.<br>We have made every effort to display as accurately as possible the colors and images of our products that appear at the store. We cannot guarantee that your computer monitor\'s display of any color will be accurate.<br>We reserve the right, but are not obligated, to limit the sales of our products or Services to any person, geographic region or jurisdiction. We may exercise this right on a case-by-case basis. We reserve the right to limit the quantities of any products or services that we offer. All descriptions of products or product pricing are subject to change at anytime without notice, at the sole discretion of us. We reserve the right to discontinue any product at any time. Any offer for any product or service made on this site is void where prohibited.<br>We do not warrant that the quality of any products, services, information, or other material purchased or obtained by you will meet your expectations, or that any errors in the Service will be corrected.<br><br>SECTION 6 - ACCURACY OF BILLING AND ACCOUNT INFORMATION<br><br>We reserve the right to refuse any order you place with us. We may, in our sole discretion, limit or cancel quantities purchased per person, per household or per order. These restrictions may include orders placed by or under the same customer account, the same credit card, and/or orders that use the same billing and/or shipping address. In the event that we make a change to or cancel an order, we may attempt to notify you by contacting the e-mail and/or billing address/phone number provided at the time the order was made. We reserve the right to limit or prohibit orders that, in our sole judgment, appear to be placed by dealers, resellers or distributors.<br><br>You agree to provide current, complete and accurate purchase and account information for all purchases made at our store. You agree to promptly update your account and other information, including your email address and credit card numbers and expiration dates, so that we can complete your transactions and contact you as needed.<br><br>For more detail, please review our Returns Policy.<br><br>SECTION 7 - OPTIONAL TOOLS<br><br>We may provide you with access to third-party tools over which we neither monitor nor have any control nor input.<br>You acknowledge and agree that we provide access to such tools â€as isâ€ and â€œas availableâ€ without any warranties, representations or conditions of any kind and without any endorsement. We shall have no liability whatsoever arising from or relating to your use of optional third-party tools.<br>Any use by you of optional tools offered through the site is entirely at your own risk and discretion and you should ensure that you are familiar with and approve of the terms on which tools are provided by the relevant third-party provider(s).<br>We may also, in the future, offer new services and/or features through the website (including, the release of new tools and resources). Such new features and/or services shall also be subject to these Terms of Service.<br><br>SECTION 8 - THIRD-PARTY LINKS<br><br>Certain content, products and services available via our Service may include materials from third-parties.<br>Third-party links on this site may direct you to third-party websites that are not affiliated with us. We are not responsible for examining or evaluating the content or accuracy and we do not warrant and will not have any liability or responsibility for any third-party materials or websites, or for any other materials, products, or services of third-parties.<br>We are not liable for any harm or damages related to the purchase or use of goods, services, resources, content, or any other transactions made in connection with any third-party websites. Please review carefully the third-party\'s policies and practices and make sure you understand them before you engage in any transaction. Complaints, claims, concerns, or questions regarding third-party products should be directed to the third-party.<br><br>SECTION 9 - USER COMMENTS, FEEDBACK AND OTHER SUBMISSIONS<br><br>If, at our request, you send certain specific submissions (for example contest entries) or without a request from us you send creative ideas, suggestions, proposals, plans, or other materials, whether online, by email, by postal mail, or otherwise (collectively, \'comments\'), you agree that we may, at any time, without restriction, edit, copy, publish, distribute, translate and otherwise use in any medium any comments that you forward to us. We are and shall be under no obligation (1) to maintain any comments in confidence; (2) to pay compensation for any comments; or (3) to respond to any comments.<br>We may, but have no obligation to, monitor, edit or remove content that we determine in our sole discretion are unlawful, offensive, threatening, libelous, defamatory, pornographic, obscene or otherwise objectionable or violates any partyâ€™s intellectual property or these Terms of Service.<br>You agree that your comments will not violate any right of any third-party, including copyright, trademark, privacy, personality or other personal or proprietary right. You further agree that your comments will not contain libelous or otherwise unlawful, abusive or obscene material, or contain any computer virus or other malware that could in any way affect the operation of the Service or any related website. You may not use a false e-mail address, pretend to be someone other than yourself, or otherwise mislead us or third-parties as to the origin of any comments. You are solely responsible for any comments you make and their accuracy. We take no responsibility and assume no liability for any comments posted by you or any third-party.<br><br>SECTION 10 - PERSONAL INFORMATION<br><br>Your submission of personal information through the store is governed by our Privacy Policy. To view our Privacy Policy.<br><br>SECTION 11 - ERRORS, INACCURACIES AND OMISSIONS<br><br>Occasionally there may be information on our site or in the Service that contains typographical errors, inaccuracies or omissions that may relate to product descriptions, pricing, promotions, offers, product shipping charges, transit times and availability. We reserve the right to correct any errors, inaccuracies or omissions, and to change or update information or cancel orders if any information in the Service or on any related website is inaccurate at any time without prior notice (including after you have submitted your order).<br>We undertake no obligation to update, amend or clarify information in the Service or on any related website, including without limitation, pricing information, except as required by law. No specified update or refresh date applied in the Service or on any related website, should be taken to indicate that all information in the Service or on any related website has been modified or updated.<br><br>SECTION 12 - PROHIBITED USES<br><br>In addition to other prohibitions as set forth in the Terms of Service, you are prohibited from using the site or its content: (a) for any unlawful purpose; (b) to solicit others to perform or participate in any unlawful acts; (c) to violate any international, federal, provincial or state regulations, rules, laws, or local ordinances; (d) to infringe upon or violate our intellectual property rights or the intellectual property rights of others; (e) to harass, abuse, insult, harm, defame, slander, disparage, intimidate, or discriminate based on gender, sexual orientation, religion, ethnicity, race, age, national origin, or disability; (f) to submit false or misleading information; (g) to upload or transmit viruses or any other type of malicious code that will or may be used in any way that will affect the functionality or operation of the Service or of any related website, other websites, or the Internet; (h) to collect or track the personal information of others; (i) to spam, phish, pharm, pretext, spider, crawl, or scrape; (j) for any obscene or immoral purpose; or (k) to interfere with or circumvent the security features of the Service or any related website, other websites, or the Internet. We reserve the right to terminate your use of the Service or any related website for violating any of the prohibited uses.<br><br>SECTION 13 - DISCLAIMER OF WARRANTIES; LIMITATION OF LIABILITY<br><br>We do not guarantee, represent or warrant that your use of our service will be uninterrupted, timely, secure or error-free.<br>We do not warrant that the results that may be obtained from the use of the service will be accurate or reliable.<br>You agree that from time to time we may remove the service for indefinite periods of time or cancel the service at any time, without notice to you.<br>You expressly agree that your use of, or inability to use, the service is at your sole risk. The service and all products and services delivered to you through the service are (except as expressly stated by us) provided \'as is\' and \'as available\' for your use, without any representation, warranties or conditions of any kind, either express or implied, including all implied warranties or conditions of merchantability, merchantable quality, fitness for a particular purpose, durability, title, and non-infringement.<br>In no case shall Blackhawk Custom, LLC, our directors, officers, employees, affiliates, agents, contractors, interns, suppliers, service providers or licensors be liable for any injury, loss, claim, or any direct, indirect, incidental, punitive, special, or consequential damages of any kind, including, without limitation lost profits, lost revenue, lost savings, loss of data, replacement costs, or any similar damages, whether based in contract, tort (including negligence), strict liability or otherwise, arising from your use of any of the service or any products procured using the service, or for any other claim related in any way to your use of the service or any product, including, but not limited to, any errors or omissions in any content, or any loss or damage of any kind incurred as a result of the use of the service or any content (or product) posted, transmitted, or otherwise made available via the service, even if advised of their possibility. Because some states or jurisdictions do not allow the exclusion or the limitation of liability for consequential or incidental damages, in such states or jurisdictions, our liability shall be limited to the maximum extent permitted by law.<br><br>SECTION 14 - INDEMNIFICATION<br><br>You agree to indemnify, defend and hold harmless Blackhawk Custom, LLC and our parent, subsidiaries, affiliates, partners, officers, directors, agents, contractors, licensors, service providers, subcontractors, suppliers, interns and employees, harmless from any claim or demand, including reasonable attorneysâ€™ fees, made by any third-party due to or arising out of your breach of these Terms of Service or the documents they incorporate by reference, or your violation of any law or the rights of a third-party.<br><br>SECTION 15 - SEVERABILITY<br><br>In the event that any provision of these Terms of Service is determined to be unlawful, void or unenforceable, such provision shall nonetheless be enforceable to the fullest extent permitted by applicable law, and the unenforceable portion shall be deemed to be severed from these Terms of Service, such determination shall not affect the validity and enforceability of any other remaining provisions.<br><br>SECTION 16 - TERMINATION<br><br>The obligations and liabilities of the parties incurred prior to the termination date shall survive the termination of this agreement for all purposes.<br>These Terms of Service are effective unless and until terminated by either you or us. You may terminate these Terms of Service at any time by notifying us that you no longer wish to use our Services, or when you cease using our site.<br>If in our sole judgment you fail, or we suspect that you have failed, to comply with any term or provision of these Terms of Service, we also may terminate this agreement at any time without notice and you will remain liable for all amounts due up to and including the date of termination; and/or accordingly may deny you access to our Services (or any part thereof).<br><br>SECTION 17 - ENTIRE AGREEMENT<br><br>The failure of us to exercise or enforce any right or provision of these Terms of Service shall not constitute a waiver of such right or provision.<br>These Terms of Service and any policies or operating rules posted by us on this site or in respect to The Service constitutes the entire agreement and understanding between you and us and govern your use of the Service, superseding any prior or contemporaneous agreements, communications and proposals, whether oral or written, between you and us (including, but not limited to, any prior versions of the Terms of Service).<br>Any ambiguities in the interpretation of these Terms of Service shall not be construed against the drafting party.<br><br>SECTION 18 - GOVERNING LAW<br><br>These Terms of Service and any separate agreements whereby we provide you Services shall be governed by and construed in accordance with the laws of 825 South Kings Highway, Fort Pierce, FL 34945.<br><br>SECTION 19 - CHANGES TO TERMS OF SERVICE<br><br>You can review the most current version of the Terms of Service at any time at this page.<br>We reserve the right, at our sole discretion, to update, change or replace any part of these Terms of Service by posting updates and changes to our website. It is your responsibility to check our website periodically for changes. Your continued use of or access to our website or the Service following the posting of any changes to these Terms of Service constitutes acceptance of those changes.<br><br>SECTION 20 - CONTACT INFORMATION<br><br>Questions about the Terms of Service should be sent to us at <a href=\"mailto:admin@blackhawkcustom.com\" target=\"_blank\">admin@blackhawkcustom.com</a></p></div></div>\n</div>'),(1280,137,'tve_revision_tve_content_more_found',''),(1281,137,'tve_revision_tve_save_post',''),(1282,137,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Montserrat:400,900,800,200,100&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-1642ae797d9\"] #menu-item-104 { margin-left: auto !important; margin-right: auto !important; float: none; }[data-css=\"tve-u-1642ae797d9\"] #menu-item-103 { margin-left: auto !important; margin-right: auto !important; float: none; }[data-css=\"tve-u-1642ae797d9\"] #menu-item-102 { margin-left: auto !important; margin-right: auto !important; float: none; }[data-css=\"tve-u-1642ae797d9\"] #menu-item-109 { margin-left: auto !important; margin-right: auto !important; float: none; }[data-css=\"tve-u-1642ae797d9\"] { margin-left: auto !important; margin-right: auto !important; float: none; width: 100%; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-104 > a { fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-103 > a { fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-102 > a { fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-109 > a { fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-104:hover > a { fill: rgb(179, 144, 57) !important; color: rgb(179, 144, 57) !important; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-103:hover > a { fill: rgb(179, 144, 57) !important; color: rgb(179, 144, 57) !important; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-102:hover > a { fill: rgb(179, 144, 57) !important; color: rgb(179, 144, 57) !important; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-109:hover > a { fill: rgb(179, 144, 57) !important; color: rgb(179, 144, 57) !important; }#tcb_landing_page a:not(.tcb-button-link) { color: rgb(255, 255, 255); }.tcb-plain-text strong { font-weight: 900; }#tcb_landing_page input strong { font-weight: 900; }#tcb_landing_page .tcb-button-link strong { font-weight: 900; }#tcb_landing_page p strong, #tcb_landing_page li strong { font-weight: 900; }#tcb_landing_page input { font-family: Montserrat; font-weight: 400; }#tcb_landing_page .tcb-button-link { font-family: Montserrat; font-weight: 400; }#tcb_landing_page p, #tcb_landing_page li { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h6 strong { font-weight: 900; }#tcb_landing_page h6 { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h5 strong { font-weight: 900; }#tcb_landing_page h5 { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h4 strong { font-weight: 900; }#tcb_landing_page h4 { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h3 strong { font-weight: 900; }#tcb_landing_page h3 { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h2 strong { font-weight: 900; }#tcb_landing_page h2 { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h1 strong { font-weight: 900; }#tcb_landing_page h1 { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); }.tcb-plain-text { font-size: 20px; color: rgb(255, 255, 255); font-family: Montserrat; font-weight: 400; }[data-css=\"tve-u-15e09c94f7d\"] { background-color: rgb(255, 255, 255); background-image: linear-gradient(rgb(0, 0, 0), rgb(0, 0, 0)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }.tve_post_lp > div > #tve_editor { margin-left: auto; margin-right: auto; max-width: 1200px; padding: 0px 20px; }}@media (max-width: 1023px){[data-css=\"tve-u-1642ae797d9\"] { display: block; }[data-css=\"tve-u-1642ae797d9\"] #menu-item-104 { padding: 5px !important; background-image: none !important; text-align: center; }[data-css=\"tve-u-1642ae797d9\"] #menu-item-103 { padding: 5px !important; background-image: none !important; text-align: center; }[data-css=\"tve-u-1642ae797d9\"] #menu-item-102 { padding: 5px !important; background-image: none !important; text-align: center; }[data-css=\"tve-u-1642ae797d9\"] #menu-item-109 { padding: 5px !important; background-image: none !important; text-align: center; }}@media (max-width: 767px){.tve_post_lp > div > #tve_editor { padding: 0px 10px; }}'),(1283,137,'tve_revision_tve_user_custom_css',''),(1284,137,'tve_revision_tve_page_events','a:0:{}'),(1285,137,'tve_revision_tve_globals','a:2:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";s:8:\"font_cls\";a:0:{}}'),(1286,137,'tve_revision_tve_global_scripts',''),(1287,137,'tve_revision_thrive_icon_pack','0'),(1288,137,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(1289,137,'tve_revision_tve_has_masonry','0'),(1290,137,'tve_revision_tve_has_typefocus','0'),(1291,137,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" wfd-id=\"70\">\n<div class=\"tve-content-box-background\" wfd-id=\"95\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"71\"><div class=\"thrv_wrapper thrv_widget_menu tve-custom-menu-upgrade      tve-mobile-side-fullscreen tve-menu-style-style_1\" data-tve-style=\"tve_horizontal\" data-tve-switch-icon=\"mobile\" data-css=\"tve-u-1642ae797d9\" wfd-id=\"78\">\n<div class=\"thrive-shortcode-config\" style=\"display: none !important\" wfd-id=\"94\">__CONFIG_widget_menu__{\"menu_id\":4,\"color\":\"tve_red\",\"dir\":\"tve_horizontal\",\"font_class\":\"\",\"font_size\":\"\",\"ul_attr\":\"\",\"link_attr\":\"\",\"top_link_attr\":\"\",\"trigger_attr\":\"\",\"primary\":\"\",\"head_css\":\"\",\"background_hover\":\"\",\"main_hover\":\"\",\"child_hover\":\"\",\"group_edit\":[],\"menu_style\":\"style_1\",\"dropdown_icon\":\"\",\"mobile_side\":\"fullscreen\",\"mobile_icon\":\"\",\"switch_to_icon\":\"mobile\"}__CONFIG_widget_menu__</div>\n</div><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" wfd-id=\"75\"><h2>Terms &amp; Conditions</h2></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone on_hover\" wfd-id=\"72\"><p>TERMS OF SERVICE<br><br>-----<br><br>OVERVIEW<br><br>This website is operated by Blackhawk Custom, LLC. Throughout the site, the terms â€œweâ€, â€œusâ€ and â€œourâ€ refer to Blackhawk Custom, LLC. Blackhawk Custom, LLC offers this website, including all information, tools and services available from this site to you, the user, conditioned upon your acceptance of all terms, conditions, policies and notices stated here.<br><br>By visiting our site and/ or purchasing something from us, you engage in our â€œServiceâ€ and agree to be bound by the following terms and conditions (â€œTerms of Serviceâ€, â€œTermsâ€), including those additional terms, conditions, and policies referenced herein and/or available by hyperlink. These Terms of Service apply to all users of the site, including without limitation users who are browsers, vendors, customers, merchants, and/ or contributors of content.<br><br>Please read these Terms of Service carefully before accessing or using our website. By accessing or using any part of the site, you agree to be bound by these Terms of Service. If you do not agree to all the terms and conditions of this agreement, then you may not access the website or use any services. If these Terms of Service are considered an offer, acceptance is expressly limited to these Terms of Service.<br><br>Any new features or tools which are added to the current store shall also be subject to the Terms of Service. You can review the most current version of the Terms of Service at any time on this page. We reserve the right to update, change or replace any part of these Terms of Service by posting updates and/or changes to our website. It is your responsibility to check this page periodically for changes. Your continued use of or access to the website following the posting of any changes constitutes acceptance of those changes.<br><br>SECTION 1 - ONLINE STORE TERMS<br><br>By agreeing to these Terms of Service, you represent that you are at least the age of majority in your state or province of residence, or that you are the age of majority in your state or province of residence and you have given us your consent to allow any of your minor dependents to use this site.<br>You may not use our products for any illegal or unauthorized purpose nor may you, in the use of the Service, violate any laws in your jurisdiction (including but not limited to copyright laws).<br>You must not transmit any worms or viruses or any code of a destructive nature.<br>A breach or violation of any of the Terms will result in an immediate termination of your Services.<br><br>SECTION 2 - GENERAL CONDITIONS<br><br>We reserve the right to refuse service to anyone for any reason at any time.<br>You understand that your content (not including credit card information), may be transferred unencrypted and involve (a) transmissions over various networks; and (b) changes to conform and adapt to technical requirements of connecting networks or devices. Credit card information is always encrypted during transfer over networks.<br>You agree not to reproduce, duplicate, copy, sell, resell or exploit any portion of the Service, use of the Service, or access to the Service or any contact on the website through which the service is provided, without express written permission by us.<br>The headings used in this agreement are included for convenience only and will not limit or otherwise affect these Terms.<br><br>SECTION 3 - ACCURACY, COMPLETENESS AND TIMELINESS OF INFORMATION<br><br>We are not responsible if information made available on this site is not accurate, complete or current. The material on this site is provided for general information only and should not be relied upon or used as the sole basis for making decisions without consulting primary, more accurate, more complete or more timely sources of information. Any reliance on the material on this site is at your own risk.<br>This site may contain certain historical information. Historical information, necessarily, is not current and is provided for your reference only. We reserve the right to modify the contents of this site at any time, but we have no obligation to update any information on our site. You agree that it is your responsibility to monitor changes to our site.<br><br>SECTION 4 - MODIFICATIONS TO THE SERVICE AND PRICES<br><br>The prices for our products are subject to change without notice.<br>We reserve the right at any time to modify or discontinue the Service (or any part or content thereof) without notice at any time.<br>We shall not be liable to you or to any third-party for any modification, price change, suspension or discontinuance of the Service.<br><br>SECTION 5 - PRODUCTS OR SERVICES (if applicable)<br><br>Certain products or services may be available exclusively online through the website. These products or services may have limited quantities and are subject to return or exchange only according to our Return Policy.<br>We have made every effort to display as accurately as possible the colors and images of our products that appear at the store. We cannot guarantee that your computer monitor\'s display of any color will be accurate.<br>We reserve the right, but are not obligated, to limit the sales of our products or Services to any person, geographic region or jurisdiction. We may exercise this right on a case-by-case basis. We reserve the right to limit the quantities of any products or services that we offer. All descriptions of products or product pricing are subject to change at anytime without notice, at the sole discretion of us. We reserve the right to discontinue any product at any time. Any offer for any product or service made on this site is void where prohibited.<br>We do not warrant that the quality of any products, services, information, or other material purchased or obtained by you will meet your expectations, or that any errors in the Service will be corrected.<br><br>SECTION 6 - ACCURACY OF BILLING AND ACCOUNT INFORMATION<br><br>We reserve the right to refuse any order you place with us. We may, in our sole discretion, limit or cancel quantities purchased per person, per household or per order. These restrictions may include orders placed by or under the same customer account, the same credit card, and/or orders that use the same billing and/or shipping address. In the event that we make a change to or cancel an order, we may attempt to notify you by contacting the e-mail and/or billing address/phone number provided at the time the order was made. We reserve the right to limit or prohibit orders that, in our sole judgment, appear to be placed by dealers, resellers or distributors.<br><br>You agree to provide current, complete and accurate purchase and account information for all purchases made at our store. You agree to promptly update your account and other information, including your email address and credit card numbers and expiration dates, so that we can complete your transactions and contact you as needed.<br><br>For more detail, please review our Returns Policy.<br><br>SECTION 7 - OPTIONAL TOOLS<br><br>We may provide you with access to third-party tools over which we neither monitor nor have any control nor input.<br>You acknowledge and agree that we provide access to such tools â€as isâ€ and â€œas availableâ€ without any warranties, representations or conditions of any kind and without any endorsement. We shall have no liability whatsoever arising from or relating to your use of optional third-party tools.<br>Any use by you of optional tools offered through the site is entirely at your own risk and discretion and you should ensure that you are familiar with and approve of the terms on which tools are provided by the relevant third-party provider(s).<br>We may also, in the future, offer new services and/or features through the website (including, the release of new tools and resources). Such new features and/or services shall also be subject to these Terms of Service.<br><br>SECTION 8 - THIRD-PARTY LINKS<br><br>Certain content, products and services available via our Service may include materials from third-parties.<br>Third-party links on this site may direct you to third-party websites that are not affiliated with us. We are not responsible for examining or evaluating the content or accuracy and we do not warrant and will not have any liability or responsibility for any third-party materials or websites, or for any other materials, products, or services of third-parties.<br>We are not liable for any harm or damages related to the purchase or use of goods, services, resources, content, or any other transactions made in connection with any third-party websites. Please review carefully the third-party\'s policies and practices and make sure you understand them before you engage in any transaction. Complaints, claims, concerns, or questions regarding third-party products should be directed to the third-party.<br><br>SECTION 9 - USER COMMENTS, FEEDBACK AND OTHER SUBMISSIONS<br><br>If, at our request, you send certain specific submissions (for example contest entries) or without a request from us you send creative ideas, suggestions, proposals, plans, or other materials, whether online, by email, by postal mail, or otherwise (collectively, \'comments\'), you agree that we may, at any time, without restriction, edit, copy, publish, distribute, translate and otherwise use in any medium any comments that you forward to us. We are and shall be under no obligation (1) to maintain any comments in confidence; (2) to pay compensation for any comments; or (3) to respond to any comments.<br>We may, but have no obligation to, monitor, edit or remove content that we determine in our sole discretion are unlawful, offensive, threatening, libelous, defamatory, pornographic, obscene or otherwise objectionable or violates any partyâ€™s intellectual property or these Terms of Service.<br>You agree that your comments will not violate any right of any third-party, including copyright, trademark, privacy, personality or other personal or proprietary right. You further agree that your comments will not contain libelous or otherwise unlawful, abusive or obscene material, or contain any computer virus or other malware that could in any way affect the operation of the Service or any related website. You may not use a false e-mail address, pretend to be someone other than yourself, or otherwise mislead us or third-parties as to the origin of any comments. You are solely responsible for any comments you make and their accuracy. We take no responsibility and assume no liability for any comments posted by you or any third-party.<br><br>SECTION 10 - PERSONAL INFORMATION<br><br>Your submission of personal information through the store is governed by our Privacy Policy. To view our Privacy Policy.<br><br>SECTION 11 - ERRORS, INACCURACIES AND OMISSIONS<br><br>Occasionally there may be information on our site or in the Service that contains typographical errors, inaccuracies or omissions that may relate to product descriptions, pricing, promotions, offers, product shipping charges, transit times and availability. We reserve the right to correct any errors, inaccuracies or omissions, and to change or update information or cancel orders if any information in the Service or on any related website is inaccurate at any time without prior notice (including after you have submitted your order).<br>We undertake no obligation to update, amend or clarify information in the Service or on any related website, including without limitation, pricing information, except as required by law. No specified update or refresh date applied in the Service or on any related website, should be taken to indicate that all information in the Service or on any related website has been modified or updated.<br><br>SECTION 12 - PROHIBITED USES<br><br>In addition to other prohibitions as set forth in the Terms of Service, you are prohibited from using the site or its content: (a) for any unlawful purpose; (b) to solicit others to perform or participate in any unlawful acts; (c) to violate any international, federal, provincial or state regulations, rules, laws, or local ordinances; (d) to infringe upon or violate our intellectual property rights or the intellectual property rights of others; (e) to harass, abuse, insult, harm, defame, slander, disparage, intimidate, or discriminate based on gender, sexual orientation, religion, ethnicity, race, age, national origin, or disability; (f) to submit false or misleading information; (g) to upload or transmit viruses or any other type of malicious code that will or may be used in any way that will affect the functionality or operation of the Service or of any related website, other websites, or the Internet; (h) to collect or track the personal information of others; (i) to spam, phish, pharm, pretext, spider, crawl, or scrape; (j) for any obscene or immoral purpose; or (k) to interfere with or circumvent the security features of the Service or any related website, other websites, or the Internet. We reserve the right to terminate your use of the Service or any related website for violating any of the prohibited uses.<br><br>SECTION 13 - DISCLAIMER OF WARRANTIES; LIMITATION OF LIABILITY<br><br>We do not guarantee, represent or warrant that your use of our service will be uninterrupted, timely, secure or error-free.<br>We do not warrant that the results that may be obtained from the use of the service will be accurate or reliable.<br>You agree that from time to time we may remove the service for indefinite periods of time or cancel the service at any time, without notice to you.<br>You expressly agree that your use of, or inability to use, the service is at your sole risk. The service and all products and services delivered to you through the service are (except as expressly stated by us) provided \'as is\' and \'as available\' for your use, without any representation, warranties or conditions of any kind, either express or implied, including all implied warranties or conditions of merchantability, merchantable quality, fitness for a particular purpose, durability, title, and non-infringement.<br>In no case shall Blackhawk Custom, LLC, our directors, officers, employees, affiliates, agents, contractors, interns, suppliers, service providers or licensors be liable for any injury, loss, claim, or any direct, indirect, incidental, punitive, special, or consequential damages of any kind, including, without limitation lost profits, lost revenue, lost savings, loss of data, replacement costs, or any similar damages, whether based in contract, tort (including negligence), strict liability or otherwise, arising from your use of any of the service or any products procured using the service, or for any other claim related in any way to your use of the service or any product, including, but not limited to, any errors or omissions in any content, or any loss or damage of any kind incurred as a result of the use of the service or any content (or product) posted, transmitted, or otherwise made available via the service, even if advised of their possibility. Because some states or jurisdictions do not allow the exclusion or the limitation of liability for consequential or incidental damages, in such states or jurisdictions, our liability shall be limited to the maximum extent permitted by law.<br><br>SECTION 14 - INDEMNIFICATION<br><br>You agree to indemnify, defend and hold harmless Blackhawk Custom, LLC and our parent, subsidiaries, affiliates, partners, officers, directors, agents, contractors, licensors, service providers, subcontractors, suppliers, interns and employees, harmless from any claim or demand, including reasonable attorneysâ€™ fees, made by any third-party due to or arising out of your breach of these Terms of Service or the documents they incorporate by reference, or your violation of any law or the rights of a third-party.<br><br>SECTION 15 - SEVERABILITY<br><br>In the event that any provision of these Terms of Service is determined to be unlawful, void or unenforceable, such provision shall nonetheless be enforceable to the fullest extent permitted by applicable law, and the unenforceable portion shall be deemed to be severed from these Terms of Service, such determination shall not affect the validity and enforceability of any other remaining provisions.<br><br>SECTION 16 - TERMINATION<br><br>The obligations and liabilities of the parties incurred prior to the termination date shall survive the termination of this agreement for all purposes.<br>These Terms of Service are effective unless and until terminated by either you or us. You may terminate these Terms of Service at any time by notifying us that you no longer wish to use our Services, or when you cease using our site.<br>If in our sole judgment you fail, or we suspect that you have failed, to comply with any term or provision of these Terms of Service, we also may terminate this agreement at any time without notice and you will remain liable for all amounts due up to and including the date of termination; and/or accordingly may deny you access to our Services (or any part thereof).<br><br>SECTION 17 - ENTIRE AGREEMENT<br><br>The failure of us to exercise or enforce any right or provision of these Terms of Service shall not constitute a waiver of such right or provision.<br>These Terms of Service and any policies or operating rules posted by us on this site or in respect to The Service constitutes the entire agreement and understanding between you and us and govern your use of the Service, superseding any prior or contemporaneous agreements, communications and proposals, whether oral or written, between you and us (including, but not limited to, any prior versions of the Terms of Service).<br>Any ambiguities in the interpretation of these Terms of Service shall not be construed against the drafting party.<br><br>SECTION 18 - GOVERNING LAW<br><br>These Terms of Service and any separate agreements whereby we provide you Services shall be governed by and construed in accordance with the laws of 825 South Kings Highway, Fort Pierce, FL 34945.<br><br>SECTION 19 - CHANGES TO TERMS OF SERVICE<br><br>You can review the most current version of the Terms of Service at any time at this page.<br>We reserve the right, at our sole discretion, to update, change or replace any part of these Terms of Service by posting updates and changes to our website. It is your responsibility to check our website periodically for changes. Your continued use of or access to our website or the Service following the posting of any changes to these Terms of Service constitutes acceptance of those changes.<br><br>SECTION 20 - CONTACT INFORMATION<br><br>Questions about the Terms of Service should be sent to us at <a href=\"mailto:admin@blackhawkcustom.com\" target=\"_blank\">admin@blackhawkcustom.com</a></p></div></div>\n</div>'),(1292,137,'tve_revision_tve_has_wistia_popover','0'),(1293,138,'tve_revision_tve_landing_page','blank_v2'),(1294,138,'tve_revision_tve_disable_theme_dependency',''),(1295,138,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" wfd-id=\"30\">\n<div class=\"tve-content-box-background\" wfd-id=\"55\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"31\"><div class=\"thrv_wrapper thrv_widget_menu tve-custom-menu-upgrade      tve-mobile-side-fullscreen tve-menu-style-style_1\" data-tve-style=\"tve_horizontal\" data-tve-switch-icon=\"mobile\" data-css=\"tve-u-1642ae797d9\" wfd-id=\"38\">\n<div class=\"thrive-shortcode-config\" style=\"display: none !important\" wfd-id=\"54\">__CONFIG_widget_menu__{\"menu_id\":4,\"color\":\"tve_red\",\"dir\":\"tve_horizontal\",\"font_class\":\"\",\"font_size\":\"\",\"ul_attr\":\"\",\"link_attr\":\"\",\"top_link_attr\":\"\",\"trigger_attr\":\"\",\"primary\":\"\",\"head_css\":\"\",\"background_hover\":\"\",\"main_hover\":\"\",\"child_hover\":\"\",\"group_edit\":[],\"menu_style\":\"style_1\",\"dropdown_icon\":\"\",\"mobile_side\":\"fullscreen\",\"mobile_icon\":\"\",\"switch_to_icon\":\"mobile\"}__CONFIG_widget_menu__</div>\n</div><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" wfd-id=\"35\"><h2>Terms &amp; Conditions</h2></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"32\"><p>TERMS OF SERVICE<br><br>-----<br><br>OVERVIEW<br><br>This website is operated by Blackhawk Custom, LLC. Throughout the site, the terms â€œweâ€, â€œusâ€ and â€œourâ€ refer to Blackhawk Custom, LLC. Blackhawk Custom, LLC offers this website, including all information, tools and services available from this site to you, the user, conditioned upon your acceptance of all terms, conditions, policies and notices stated here.<br><br>By visiting our site and/ or purchasing something from us, you engage in our â€œServiceâ€ and agree to be bound by the following terms and conditions (â€œTerms of Serviceâ€, â€œTermsâ€), including those additional terms, conditions, and policies referenced herein and/or available by hyperlink. These Terms of Service apply to all users of the site, including without limitation users who are browsers, vendors, customers, merchants, and/ or contributors of content.<br><br>Please read these Terms of Service carefully before accessing or using our website. By accessing or using any part of the site, you agree to be bound by these Terms of Service. If you do not agree to all the terms and conditions of this agreement, then you may not access the website or use any services. If these Terms of Service are considered an offer, acceptance is expressly limited to these Terms of Service.<br><br>Any new features or tools which are added to the current store shall also be subject to the Terms of Service. You can review the most current version of the Terms of Service at any time on this page. We reserve the right to update, change or replace any part of these Terms of Service by posting updates and/or changes to our website. It is your responsibility to check this page periodically for changes. Your continued use of or access to the website following the posting of any changes constitutes acceptance of those changes.<br><br>SECTION 1 - ONLINE STORE TERMS<br><br>By agreeing to these Terms of Service, you represent that you are at least the age of majority in your state or province of residence, or that you are the age of majority in your state or province of residence and you have given us your consent to allow any of your minor dependents to use this site.<br>You may not use our products for any illegal or unauthorized purpose nor may you, in the use of the Service, violate any laws in your jurisdiction (including but not limited to copyright laws).<br>You must not transmit any worms or viruses or any code of a destructive nature.<br>A breach or violation of any of the Terms will result in an immediate termination of your Services.<br><br>SECTION 2 - GENERAL CONDITIONS<br><br>We reserve the right to refuse service to anyone for any reason at any time.<br>You understand that your content (not including credit card information), may be transferred unencrypted and involve (a) transmissions over various networks; and (b) changes to conform and adapt to technical requirements of connecting networks or devices. Credit card information is always encrypted during transfer over networks.<br>You agree not to reproduce, duplicate, copy, sell, resell or exploit any portion of the Service, use of the Service, or access to the Service or any contact on the website through which the service is provided, without express written permission by us.<br>The headings used in this agreement are included for convenience only and will not limit or otherwise affect these Terms.<br><br>SECTION 3 - ACCURACY, COMPLETENESS AND TIMELINESS OF INFORMATION<br><br>We are not responsible if information made available on this site is not accurate, complete or current. The material on this site is provided for general information only and should not be relied upon or used as the sole basis for making decisions without consulting primary, more accurate, more complete or more timely sources of information. Any reliance on the material on this site is at your own risk.<br>This site may contain certain historical information. Historical information, necessarily, is not current and is provided for your reference only. We reserve the right to modify the contents of this site at any time, but we have no obligation to update any information on our site. You agree that it is your responsibility to monitor changes to our site.<br><br>SECTION 4 - MODIFICATIONS TO THE SERVICE AND PRICES<br><br>The prices for our products are subject to change without notice.<br>We reserve the right at any time to modify or discontinue the Service (or any part or content thereof) without notice at any time.<br>We shall not be liable to you or to any third-party for any modification, price change, suspension or discontinuance of the Service.<br><br>SECTION 5 - PRODUCTS OR SERVICES (if applicable)<br><br>Certain products or services may be available exclusively online through the website. These products or services may have limited quantities and are subject to return or exchange only according to our Return Policy.<br>We have made every effort to display as accurately as possible the colors and images of our products that appear at the store. We cannot guarantee that your computer monitor\'s display of any color will be accurate.<br>We reserve the right, but are not obligated, to limit the sales of our products or Services to any person, geographic region or jurisdiction. We may exercise this right on a case-by-case basis. We reserve the right to limit the quantities of any products or services that we offer. All descriptions of products or product pricing are subject to change at anytime without notice, at the sole discretion of us. We reserve the right to discontinue any product at any time. Any offer for any product or service made on this site is void where prohibited.<br>We do not warrant that the quality of any products, services, information, or other material purchased or obtained by you will meet your expectations, or that any errors in the Service will be corrected.<br><br>SECTION 6 - ACCURACY OF BILLING AND ACCOUNT INFORMATION<br><br>We reserve the right to refuse any order you place with us. We may, in our sole discretion, limit or cancel quantities purchased per person, per household or per order. These restrictions may include orders placed by or under the same customer account, the same credit card, and/or orders that use the same billing and/or shipping address. In the event that we make a change to or cancel an order, we may attempt to notify you by contacting the e-mail and/or billing address/phone number provided at the time the order was made. We reserve the right to limit or prohibit orders that, in our sole judgment, appear to be placed by dealers, resellers or distributors.<br><br>You agree to provide current, complete and accurate purchase and account information for all purchases made at our store. You agree to promptly update your account and other information, including your email address and credit card numbers and expiration dates, so that we can complete your transactions and contact you as needed.<br><br>For more detail, please review our Returns Policy.<br><br>SECTION 7 - OPTIONAL TOOLS<br><br>We may provide you with access to third-party tools over which we neither monitor nor have any control nor input.<br>You acknowledge and agree that we provide access to such tools â€as isâ€ and â€œas availableâ€ without any warranties, representations or conditions of any kind and without any endorsement. We shall have no liability whatsoever arising from or relating to your use of optional third-party tools.<br>Any use by you of optional tools offered through the site is entirely at your own risk and discretion and you should ensure that you are familiar with and approve of the terms on which tools are provided by the relevant third-party provider(s).<br>We may also, in the future, offer new services and/or features through the website (including, the release of new tools and resources). Such new features and/or services shall also be subject to these Terms of Service.<br><br>SECTION 8 - THIRD-PARTY LINKS<br><br>Certain content, products and services available via our Service may include materials from third-parties.<br>Third-party links on this site may direct you to third-party websites that are not affiliated with us. We are not responsible for examining or evaluating the content or accuracy and we do not warrant and will not have any liability or responsibility for any third-party materials or websites, or for any other materials, products, or services of third-parties.<br>We are not liable for any harm or damages related to the purchase or use of goods, services, resources, content, or any other transactions made in connection with any third-party websites. Please review carefully the third-party\'s policies and practices and make sure you understand them before you engage in any transaction. Complaints, claims, concerns, or questions regarding third-party products should be directed to the third-party.<br><br>SECTION 9 - USER COMMENTS, FEEDBACK AND OTHER SUBMISSIONS<br><br>If, at our request, you send certain specific submissions (for example contest entries) or without a request from us you send creative ideas, suggestions, proposals, plans, or other materials, whether online, by email, by postal mail, or otherwise (collectively, \'comments\'), you agree that we may, at any time, without restriction, edit, copy, publish, distribute, translate and otherwise use in any medium any comments that you forward to us. We are and shall be under no obligation (1) to maintain any comments in confidence; (2) to pay compensation for any comments; or (3) to respond to any comments.<br>We may, but have no obligation to, monitor, edit or remove content that we determine in our sole discretion are unlawful, offensive, threatening, libelous, defamatory, pornographic, obscene or otherwise objectionable or violates any partyâ€™s intellectual property or these Terms of Service.<br>You agree that your comments will not violate any right of any third-party, including copyright, trademark, privacy, personality or other personal or proprietary right. You further agree that your comments will not contain libelous or otherwise unlawful, abusive or obscene material, or contain any computer virus or other malware that could in any way affect the operation of the Service or any related website. You may not use a false e-mail address, pretend to be someone other than yourself, or otherwise mislead us or third-parties as to the origin of any comments. You are solely responsible for any comments you make and their accuracy. We take no responsibility and assume no liability for any comments posted by you or any third-party.<br><br>SECTION 10 - PERSONAL INFORMATION<br><br>Your submission of personal information through the store is governed by our Privacy Policy. To view our Privacy Policy.<br><br>SECTION 11 - ERRORS, INACCURACIES AND OMISSIONS<br><br>Occasionally there may be information on our site or in the Service that contains typographical errors, inaccuracies or omissions that may relate to product descriptions, pricing, promotions, offers, product shipping charges, transit times and availability. We reserve the right to correct any errors, inaccuracies or omissions, and to change or update information or cancel orders if any information in the Service or on any related website is inaccurate at any time without prior notice (including after you have submitted your order).<br>We undertake no obligation to update, amend or clarify information in the Service or on any related website, including without limitation, pricing information, except as required by law. No specified update or refresh date applied in the Service or on any related website, should be taken to indicate that all information in the Service or on any related website has been modified or updated.<br><br>SECTION 12 - PROHIBITED USES<br><br>In addition to other prohibitions as set forth in the Terms of Service, you are prohibited from using the site or its content: (a) for any unlawful purpose; (b) to solicit others to perform or participate in any unlawful acts; (c) to violate any international, federal, provincial or state regulations, rules, laws, or local ordinances; (d) to infringe upon or violate our intellectual property rights or the intellectual property rights of others; (e) to harass, abuse, insult, harm, defame, slander, disparage, intimidate, or discriminate based on gender, sexual orientation, religion, ethnicity, race, age, national origin, or disability; (f) to submit false or misleading information; (g) to upload or transmit viruses or any other type of malicious code that will or may be used in any way that will affect the functionality or operation of the Service or of any related website, other websites, or the Internet; (h) to collect or track the personal information of others; (i) to spam, phish, pharm, pretext, spider, crawl, or scrape; (j) for any obscene or immoral purpose; or (k) to interfere with or circumvent the security features of the Service or any related website, other websites, or the Internet. We reserve the right to terminate your use of the Service or any related website for violating any of the prohibited uses.<br><br>SECTION 13 - DISCLAIMER OF WARRANTIES; LIMITATION OF LIABILITY<br><br>We do not guarantee, represent or warrant that your use of our service will be uninterrupted, timely, secure or error-free.<br>We do not warrant that the results that may be obtained from the use of the service will be accurate or reliable.<br>You agree that from time to time we may remove the service for indefinite periods of time or cancel the service at any time, without notice to you.<br>You expressly agree that your use of, or inability to use, the service is at your sole risk. The service and all products and services delivered to you through the service are (except as expressly stated by us) provided \'as is\' and \'as available\' for your use, without any representation, warranties or conditions of any kind, either express or implied, including all implied warranties or conditions of merchantability, merchantable quality, fitness for a particular purpose, durability, title, and non-infringement.<br>In no case shall Blackhawk Custom, LLC, our directors, officers, employees, affiliates, agents, contractors, interns, suppliers, service providers or licensors be liable for any injury, loss, claim, or any direct, indirect, incidental, punitive, special, or consequential damages of any kind, including, without limitation lost profits, lost revenue, lost savings, loss of data, replacement costs, or any similar damages, whether based in contract, tort (including negligence), strict liability or otherwise, arising from your use of any of the service or any products procured using the service, or for any other claim related in any way to your use of the service or any product, including, but not limited to, any errors or omissions in any content, or any loss or damage of any kind incurred as a result of the use of the service or any content (or product) posted, transmitted, or otherwise made available via the service, even if advised of their possibility. Because some states or jurisdictions do not allow the exclusion or the limitation of liability for consequential or incidental damages, in such states or jurisdictions, our liability shall be limited to the maximum extent permitted by law.<br><br>SECTION 14 - INDEMNIFICATION<br><br>You agree to indemnify, defend and hold harmless Blackhawk Custom, LLC and our parent, subsidiaries, affiliates, partners, officers, directors, agents, contractors, licensors, service providers, subcontractors, suppliers, interns and employees, harmless from any claim or demand, including reasonable attorneysâ€™ fees, made by any third-party due to or arising out of your breach of these Terms of Service or the documents they incorporate by reference, or your violation of any law or the rights of a third-party.<br><br>SECTION 15 - SEVERABILITY<br><br>In the event that any provision of these Terms of Service is determined to be unlawful, void or unenforceable, such provision shall nonetheless be enforceable to the fullest extent permitted by applicable law, and the unenforceable portion shall be deemed to be severed from these Terms of Service, such determination shall not affect the validity and enforceability of any other remaining provisions.<br><br>SECTION 16 - TERMINATION<br><br>The obligations and liabilities of the parties incurred prior to the termination date shall survive the termination of this agreement for all purposes.<br>These Terms of Service are effective unless and until terminated by either you or us. You may terminate these Terms of Service at any time by notifying us that you no longer wish to use our Services, or when you cease using our site.<br>If in our sole judgment you fail, or we suspect that you have failed, to comply with any term or provision of these Terms of Service, we also may terminate this agreement at any time without notice and you will remain liable for all amounts due up to and including the date of termination; and/or accordingly may deny you access to our Services (or any part thereof).<br><br>SECTION 17 - ENTIRE AGREEMENT<br><br>The failure of us to exercise or enforce any right or provision of these Terms of Service shall not constitute a waiver of such right or provision.<br>These Terms of Service and any policies or operating rules posted by us on this site or in respect to The Service constitutes the entire agreement and understanding between you and us and govern your use of the Service, superseding any prior or contemporaneous agreements, communications and proposals, whether oral or written, between you and us (including, but not limited to, any prior versions of the Terms of Service).<br>Any ambiguities in the interpretation of these Terms of Service shall not be construed against the drafting party.<br><br>SECTION 18 - GOVERNING LAW<br><br>These Terms of Service and any separate agreements whereby we provide you Services shall be governed by and construed in accordance with the laws of 825 South Kings Highway, Fort Pierce, FL 34945.<br><br>SECTION 19 - CHANGES TO TERMS OF SERVICE<br><br>You can review the most current version of the Terms of Service at any time at this page.<br>We reserve the right, at our sole discretion, to update, change or replace any part of these Terms of Service by posting updates and changes to our website. It is your responsibility to check our website periodically for changes. Your continued use of or access to our website or the Service following the posting of any changes to these Terms of Service constitutes acceptance of those changes.<br><br>SECTION 20 - CONTACT INFORMATION<br><br>Questions about the Terms of Service should be sent to us at <a href=\"mailto:admin@blackhawkcustom.com\" target=\"_blank\">admin@blackhawkcustom.com</a></p></div></div>\n</div>'),(1296,138,'tve_revision_tve_content_more_found',''),(1297,138,'tve_revision_tve_save_post',''),(1298,138,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Montserrat:400,900,800,200,100&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-1642ae797d9\"] #menu-item-104 { margin-left: auto !important; margin-right: auto !important; float: none; }[data-css=\"tve-u-1642ae797d9\"] #menu-item-103 { margin-left: auto !important; margin-right: auto !important; float: none; }[data-css=\"tve-u-1642ae797d9\"] #menu-item-102 { margin-left: auto !important; margin-right: auto !important; float: none; }[data-css=\"tve-u-1642ae797d9\"] #menu-item-109 { margin-left: auto !important; margin-right: auto !important; float: none; }[data-css=\"tve-u-1642ae797d9\"] { margin-left: auto !important; margin-right: auto !important; float: none; width: 100%; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-104 > a { fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-103 > a { fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-102 > a { fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-109 > a { fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-104:hover > a { fill: rgb(179, 144, 57) !important; color: rgb(179, 144, 57) !important; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-103:hover > a { fill: rgb(179, 144, 57) !important; color: rgb(179, 144, 57) !important; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-102:hover > a { fill: rgb(179, 144, 57) !important; color: rgb(179, 144, 57) !important; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-109:hover > a { fill: rgb(179, 144, 57) !important; color: rgb(179, 144, 57) !important; }#tcb_landing_page a:not(.tcb-button-link) { color: rgb(255, 255, 255); }.tcb-plain-text strong { font-weight: 900; }#tcb_landing_page input strong { font-weight: 900; }#tcb_landing_page .tcb-button-link strong { font-weight: 900; }#tcb_landing_page p strong, #tcb_landing_page li strong { font-weight: 900; }#tcb_landing_page input { font-family: Montserrat; font-weight: 400; }#tcb_landing_page .tcb-button-link { font-family: Montserrat; font-weight: 400; }#tcb_landing_page p, #tcb_landing_page li { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h6 strong { font-weight: 900; }#tcb_landing_page h6 { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h5 strong { font-weight: 900; }#tcb_landing_page h5 { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h4 strong { font-weight: 900; }#tcb_landing_page h4 { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h3 strong { font-weight: 900; }#tcb_landing_page h3 { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h2 strong { font-weight: 900; }#tcb_landing_page h2 { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h1 strong { font-weight: 900; }#tcb_landing_page h1 { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); }.tcb-plain-text { font-size: 20px; color: rgb(255, 255, 255); font-family: Montserrat; font-weight: 400; }[data-css=\"tve-u-15e09c94f7d\"] { background-color: rgb(255, 255, 255); background-image: linear-gradient(rgb(0, 0, 0), rgb(0, 0, 0)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }.tve_post_lp > div > #tve_editor { margin-left: auto; margin-right: auto; max-width: 1200px; padding: 0px 20px; }}@media (max-width: 1023px){[data-css=\"tve-u-1642ae797d9\"] { display: block; }[data-css=\"tve-u-1642ae797d9\"] #menu-item-104 { padding: 5px !important; background-image: none !important; text-align: center; }[data-css=\"tve-u-1642ae797d9\"] #menu-item-103 { padding: 5px !important; background-image: none !important; text-align: center; }[data-css=\"tve-u-1642ae797d9\"] #menu-item-102 { padding: 5px !important; background-image: none !important; text-align: center; }[data-css=\"tve-u-1642ae797d9\"] #menu-item-109 { padding: 5px !important; background-image: none !important; text-align: center; }}@media (max-width: 767px){.tve_post_lp > div > #tve_editor { padding: 0px 10px; }}'),(1299,138,'tve_revision_tve_user_custom_css',''),(1300,138,'tve_revision_tve_page_events','a:0:{}'),(1301,138,'tve_revision_tve_globals','a:2:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";s:8:\"font_cls\";a:0:{}}'),(1302,138,'tve_revision_tve_global_scripts',''),(1303,138,'tve_revision_thrive_icon_pack','0'),(1304,138,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(1305,138,'tve_revision_tve_has_masonry','0'),(1306,138,'tve_revision_tve_has_typefocus','0'),(1307,138,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" wfd-id=\"30\">\n<div class=\"tve-content-box-background\" wfd-id=\"55\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"31\"><div class=\"thrv_wrapper thrv_widget_menu tve-custom-menu-upgrade      tve-mobile-side-fullscreen tve-menu-style-style_1\" data-tve-style=\"tve_horizontal\" data-tve-switch-icon=\"mobile\" data-css=\"tve-u-1642ae797d9\" wfd-id=\"38\">\n<div class=\"thrive-shortcode-config\" style=\"display: none !important\" wfd-id=\"54\">__CONFIG_widget_menu__{\"menu_id\":4,\"color\":\"tve_red\",\"dir\":\"tve_horizontal\",\"font_class\":\"\",\"font_size\":\"\",\"ul_attr\":\"\",\"link_attr\":\"\",\"top_link_attr\":\"\",\"trigger_attr\":\"\",\"primary\":\"\",\"head_css\":\"\",\"background_hover\":\"\",\"main_hover\":\"\",\"child_hover\":\"\",\"group_edit\":[],\"menu_style\":\"style_1\",\"dropdown_icon\":\"\",\"mobile_side\":\"fullscreen\",\"mobile_icon\":\"\",\"switch_to_icon\":\"mobile\"}__CONFIG_widget_menu__</div>\n</div><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" wfd-id=\"35\"><h2>Terms &amp; Conditions</h2></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"32\"><p>TERMS OF SERVICE<br><br>-----<br><br>OVERVIEW<br><br>This website is operated by Blackhawk Custom, LLC. Throughout the site, the terms â€œweâ€, â€œusâ€ and â€œourâ€ refer to Blackhawk Custom, LLC. Blackhawk Custom, LLC offers this website, including all information, tools and services available from this site to you, the user, conditioned upon your acceptance of all terms, conditions, policies and notices stated here.<br><br>By visiting our site and/ or purchasing something from us, you engage in our â€œServiceâ€ and agree to be bound by the following terms and conditions (â€œTerms of Serviceâ€, â€œTermsâ€), including those additional terms, conditions, and policies referenced herein and/or available by hyperlink. These Terms of Service apply to all users of the site, including without limitation users who are browsers, vendors, customers, merchants, and/ or contributors of content.<br><br>Please read these Terms of Service carefully before accessing or using our website. By accessing or using any part of the site, you agree to be bound by these Terms of Service. If you do not agree to all the terms and conditions of this agreement, then you may not access the website or use any services. If these Terms of Service are considered an offer, acceptance is expressly limited to these Terms of Service.<br><br>Any new features or tools which are added to the current store shall also be subject to the Terms of Service. You can review the most current version of the Terms of Service at any time on this page. We reserve the right to update, change or replace any part of these Terms of Service by posting updates and/or changes to our website. It is your responsibility to check this page periodically for changes. Your continued use of or access to the website following the posting of any changes constitutes acceptance of those changes.<br><br>SECTION 1 - ONLINE STORE TERMS<br><br>By agreeing to these Terms of Service, you represent that you are at least the age of majority in your state or province of residence, or that you are the age of majority in your state or province of residence and you have given us your consent to allow any of your minor dependents to use this site.<br>You may not use our products for any illegal or unauthorized purpose nor may you, in the use of the Service, violate any laws in your jurisdiction (including but not limited to copyright laws).<br>You must not transmit any worms or viruses or any code of a destructive nature.<br>A breach or violation of any of the Terms will result in an immediate termination of your Services.<br><br>SECTION 2 - GENERAL CONDITIONS<br><br>We reserve the right to refuse service to anyone for any reason at any time.<br>You understand that your content (not including credit card information), may be transferred unencrypted and involve (a) transmissions over various networks; and (b) changes to conform and adapt to technical requirements of connecting networks or devices. Credit card information is always encrypted during transfer over networks.<br>You agree not to reproduce, duplicate, copy, sell, resell or exploit any portion of the Service, use of the Service, or access to the Service or any contact on the website through which the service is provided, without express written permission by us.<br>The headings used in this agreement are included for convenience only and will not limit or otherwise affect these Terms.<br><br>SECTION 3 - ACCURACY, COMPLETENESS AND TIMELINESS OF INFORMATION<br><br>We are not responsible if information made available on this site is not accurate, complete or current. The material on this site is provided for general information only and should not be relied upon or used as the sole basis for making decisions without consulting primary, more accurate, more complete or more timely sources of information. Any reliance on the material on this site is at your own risk.<br>This site may contain certain historical information. Historical information, necessarily, is not current and is provided for your reference only. We reserve the right to modify the contents of this site at any time, but we have no obligation to update any information on our site. You agree that it is your responsibility to monitor changes to our site.<br><br>SECTION 4 - MODIFICATIONS TO THE SERVICE AND PRICES<br><br>The prices for our products are subject to change without notice.<br>We reserve the right at any time to modify or discontinue the Service (or any part or content thereof) without notice at any time.<br>We shall not be liable to you or to any third-party for any modification, price change, suspension or discontinuance of the Service.<br><br>SECTION 5 - PRODUCTS OR SERVICES (if applicable)<br><br>Certain products or services may be available exclusively online through the website. These products or services may have limited quantities and are subject to return or exchange only according to our Return Policy.<br>We have made every effort to display as accurately as possible the colors and images of our products that appear at the store. We cannot guarantee that your computer monitor\'s display of any color will be accurate.<br>We reserve the right, but are not obligated, to limit the sales of our products or Services to any person, geographic region or jurisdiction. We may exercise this right on a case-by-case basis. We reserve the right to limit the quantities of any products or services that we offer. All descriptions of products or product pricing are subject to change at anytime without notice, at the sole discretion of us. We reserve the right to discontinue any product at any time. Any offer for any product or service made on this site is void where prohibited.<br>We do not warrant that the quality of any products, services, information, or other material purchased or obtained by you will meet your expectations, or that any errors in the Service will be corrected.<br><br>SECTION 6 - ACCURACY OF BILLING AND ACCOUNT INFORMATION<br><br>We reserve the right to refuse any order you place with us. We may, in our sole discretion, limit or cancel quantities purchased per person, per household or per order. These restrictions may include orders placed by or under the same customer account, the same credit card, and/or orders that use the same billing and/or shipping address. In the event that we make a change to or cancel an order, we may attempt to notify you by contacting the e-mail and/or billing address/phone number provided at the time the order was made. We reserve the right to limit or prohibit orders that, in our sole judgment, appear to be placed by dealers, resellers or distributors.<br><br>You agree to provide current, complete and accurate purchase and account information for all purchases made at our store. You agree to promptly update your account and other information, including your email address and credit card numbers and expiration dates, so that we can complete your transactions and contact you as needed.<br><br>For more detail, please review our Returns Policy.<br><br>SECTION 7 - OPTIONAL TOOLS<br><br>We may provide you with access to third-party tools over which we neither monitor nor have any control nor input.<br>You acknowledge and agree that we provide access to such tools â€as isâ€ and â€œas availableâ€ without any warranties, representations or conditions of any kind and without any endorsement. We shall have no liability whatsoever arising from or relating to your use of optional third-party tools.<br>Any use by you of optional tools offered through the site is entirely at your own risk and discretion and you should ensure that you are familiar with and approve of the terms on which tools are provided by the relevant third-party provider(s).<br>We may also, in the future, offer new services and/or features through the website (including, the release of new tools and resources). Such new features and/or services shall also be subject to these Terms of Service.<br><br>SECTION 8 - THIRD-PARTY LINKS<br><br>Certain content, products and services available via our Service may include materials from third-parties.<br>Third-party links on this site may direct you to third-party websites that are not affiliated with us. We are not responsible for examining or evaluating the content or accuracy and we do not warrant and will not have any liability or responsibility for any third-party materials or websites, or for any other materials, products, or services of third-parties.<br>We are not liable for any harm or damages related to the purchase or use of goods, services, resources, content, or any other transactions made in connection with any third-party websites. Please review carefully the third-party\'s policies and practices and make sure you understand them before you engage in any transaction. Complaints, claims, concerns, or questions regarding third-party products should be directed to the third-party.<br><br>SECTION 9 - USER COMMENTS, FEEDBACK AND OTHER SUBMISSIONS<br><br>If, at our request, you send certain specific submissions (for example contest entries) or without a request from us you send creative ideas, suggestions, proposals, plans, or other materials, whether online, by email, by postal mail, or otherwise (collectively, \'comments\'), you agree that we may, at any time, without restriction, edit, copy, publish, distribute, translate and otherwise use in any medium any comments that you forward to us. We are and shall be under no obligation (1) to maintain any comments in confidence; (2) to pay compensation for any comments; or (3) to respond to any comments.<br>We may, but have no obligation to, monitor, edit or remove content that we determine in our sole discretion are unlawful, offensive, threatening, libelous, defamatory, pornographic, obscene or otherwise objectionable or violates any partyâ€™s intellectual property or these Terms of Service.<br>You agree that your comments will not violate any right of any third-party, including copyright, trademark, privacy, personality or other personal or proprietary right. You further agree that your comments will not contain libelous or otherwise unlawful, abusive or obscene material, or contain any computer virus or other malware that could in any way affect the operation of the Service or any related website. You may not use a false e-mail address, pretend to be someone other than yourself, or otherwise mislead us or third-parties as to the origin of any comments. You are solely responsible for any comments you make and their accuracy. We take no responsibility and assume no liability for any comments posted by you or any third-party.<br><br>SECTION 10 - PERSONAL INFORMATION<br><br>Your submission of personal information through the store is governed by our Privacy Policy. To view our Privacy Policy.<br><br>SECTION 11 - ERRORS, INACCURACIES AND OMISSIONS<br><br>Occasionally there may be information on our site or in the Service that contains typographical errors, inaccuracies or omissions that may relate to product descriptions, pricing, promotions, offers, product shipping charges, transit times and availability. We reserve the right to correct any errors, inaccuracies or omissions, and to change or update information or cancel orders if any information in the Service or on any related website is inaccurate at any time without prior notice (including after you have submitted your order).<br>We undertake no obligation to update, amend or clarify information in the Service or on any related website, including without limitation, pricing information, except as required by law. No specified update or refresh date applied in the Service or on any related website, should be taken to indicate that all information in the Service or on any related website has been modified or updated.<br><br>SECTION 12 - PROHIBITED USES<br><br>In addition to other prohibitions as set forth in the Terms of Service, you are prohibited from using the site or its content: (a) for any unlawful purpose; (b) to solicit others to perform or participate in any unlawful acts; (c) to violate any international, federal, provincial or state regulations, rules, laws, or local ordinances; (d) to infringe upon or violate our intellectual property rights or the intellectual property rights of others; (e) to harass, abuse, insult, harm, defame, slander, disparage, intimidate, or discriminate based on gender, sexual orientation, religion, ethnicity, race, age, national origin, or disability; (f) to submit false or misleading information; (g) to upload or transmit viruses or any other type of malicious code that will or may be used in any way that will affect the functionality or operation of the Service or of any related website, other websites, or the Internet; (h) to collect or track the personal information of others; (i) to spam, phish, pharm, pretext, spider, crawl, or scrape; (j) for any obscene or immoral purpose; or (k) to interfere with or circumvent the security features of the Service or any related website, other websites, or the Internet. We reserve the right to terminate your use of the Service or any related website for violating any of the prohibited uses.<br><br>SECTION 13 - DISCLAIMER OF WARRANTIES; LIMITATION OF LIABILITY<br><br>We do not guarantee, represent or warrant that your use of our service will be uninterrupted, timely, secure or error-free.<br>We do not warrant that the results that may be obtained from the use of the service will be accurate or reliable.<br>You agree that from time to time we may remove the service for indefinite periods of time or cancel the service at any time, without notice to you.<br>You expressly agree that your use of, or inability to use, the service is at your sole risk. The service and all products and services delivered to you through the service are (except as expressly stated by us) provided \'as is\' and \'as available\' for your use, without any representation, warranties or conditions of any kind, either express or implied, including all implied warranties or conditions of merchantability, merchantable quality, fitness for a particular purpose, durability, title, and non-infringement.<br>In no case shall Blackhawk Custom, LLC, our directors, officers, employees, affiliates, agents, contractors, interns, suppliers, service providers or licensors be liable for any injury, loss, claim, or any direct, indirect, incidental, punitive, special, or consequential damages of any kind, including, without limitation lost profits, lost revenue, lost savings, loss of data, replacement costs, or any similar damages, whether based in contract, tort (including negligence), strict liability or otherwise, arising from your use of any of the service or any products procured using the service, or for any other claim related in any way to your use of the service or any product, including, but not limited to, any errors or omissions in any content, or any loss or damage of any kind incurred as a result of the use of the service or any content (or product) posted, transmitted, or otherwise made available via the service, even if advised of their possibility. Because some states or jurisdictions do not allow the exclusion or the limitation of liability for consequential or incidental damages, in such states or jurisdictions, our liability shall be limited to the maximum extent permitted by law.<br><br>SECTION 14 - INDEMNIFICATION<br><br>You agree to indemnify, defend and hold harmless Blackhawk Custom, LLC and our parent, subsidiaries, affiliates, partners, officers, directors, agents, contractors, licensors, service providers, subcontractors, suppliers, interns and employees, harmless from any claim or demand, including reasonable attorneysâ€™ fees, made by any third-party due to or arising out of your breach of these Terms of Service or the documents they incorporate by reference, or your violation of any law or the rights of a third-party.<br><br>SECTION 15 - SEVERABILITY<br><br>In the event that any provision of these Terms of Service is determined to be unlawful, void or unenforceable, such provision shall nonetheless be enforceable to the fullest extent permitted by applicable law, and the unenforceable portion shall be deemed to be severed from these Terms of Service, such determination shall not affect the validity and enforceability of any other remaining provisions.<br><br>SECTION 16 - TERMINATION<br><br>The obligations and liabilities of the parties incurred prior to the termination date shall survive the termination of this agreement for all purposes.<br>These Terms of Service are effective unless and until terminated by either you or us. You may terminate these Terms of Service at any time by notifying us that you no longer wish to use our Services, or when you cease using our site.<br>If in our sole judgment you fail, or we suspect that you have failed, to comply with any term or provision of these Terms of Service, we also may terminate this agreement at any time without notice and you will remain liable for all amounts due up to and including the date of termination; and/or accordingly may deny you access to our Services (or any part thereof).<br><br>SECTION 17 - ENTIRE AGREEMENT<br><br>The failure of us to exercise or enforce any right or provision of these Terms of Service shall not constitute a waiver of such right or provision.<br>These Terms of Service and any policies or operating rules posted by us on this site or in respect to The Service constitutes the entire agreement and understanding between you and us and govern your use of the Service, superseding any prior or contemporaneous agreements, communications and proposals, whether oral or written, between you and us (including, but not limited to, any prior versions of the Terms of Service).<br>Any ambiguities in the interpretation of these Terms of Service shall not be construed against the drafting party.<br><br>SECTION 18 - GOVERNING LAW<br><br>These Terms of Service and any separate agreements whereby we provide you Services shall be governed by and construed in accordance with the laws of 825 South Kings Highway, Fort Pierce, FL 34945.<br><br>SECTION 19 - CHANGES TO TERMS OF SERVICE<br><br>You can review the most current version of the Terms of Service at any time at this page.<br>We reserve the right, at our sole discretion, to update, change or replace any part of these Terms of Service by posting updates and changes to our website. It is your responsibility to check our website periodically for changes. Your continued use of or access to our website or the Service following the posting of any changes to these Terms of Service constitutes acceptance of those changes.<br><br>SECTION 20 - CONTACT INFORMATION<br><br>Questions about the Terms of Service should be sent to us at <a href=\"mailto:admin@blackhawkcustom.com\" target=\"_blank\">admin@blackhawkcustom.com</a></p></div></div>\n</div>'),(1308,138,'tve_revision_tve_has_wistia_popover','0'),(1333,141,'_edit_last','1'),(1334,141,'thrive_ab_traffic','100'),(1335,141,'is_control','1'),(1336,141,'thrive_ab_status','published'),(1337,141,'_edit_lock','1551906172:1'),(1338,142,'tve_revision_tve_landing_page',''),(1339,142,'tve_revision_tve_disable_theme_dependency',''),(1340,142,'tve_revision_tve_content_before_more',''),(1341,142,'tve_revision_tve_content_more_found',''),(1342,142,'tve_revision_tve_save_post',''),(1343,142,'tve_revision_tve_custom_css',''),(1344,142,'tve_revision_tve_user_custom_css',''),(1345,142,'tve_revision_tve_page_events',''),(1346,142,'tve_revision_tve_globals',''),(1347,142,'tve_revision_tve_global_scripts',''),(1348,142,'tve_revision_thrive_icon_pack',''),(1349,142,'tve_revision_thrive_tcb_post_fonts',''),(1350,142,'tve_revision_tve_has_masonry',''),(1351,142,'tve_revision_tve_has_typefocus',''),(1352,142,'tve_revision_tve_updated_post',''),(1353,142,'tve_revision_tve_has_wistia_popover',''),(1354,141,'site-sidebar-layout','default'),(1355,141,'site-content-layout','default'),(1356,141,'stick-header-meta','default'),(1357,141,'theme-transparent-header-meta','default'),(1358,143,'tve_revision_tve_landing_page',''),(1359,143,'tve_revision_tve_disable_theme_dependency',''),(1360,143,'tve_revision_tve_content_before_more',''),(1361,143,'tve_revision_tve_content_more_found',''),(1362,143,'tve_revision_tve_save_post',''),(1363,143,'tve_revision_tve_custom_css',''),(1364,143,'tve_revision_tve_user_custom_css',''),(1365,143,'tve_revision_tve_page_events',''),(1366,143,'tve_revision_tve_globals',''),(1367,143,'tve_revision_tve_global_scripts',''),(1368,143,'tve_revision_thrive_icon_pack',''),(1369,143,'tve_revision_thrive_tcb_post_fonts',''),(1370,143,'tve_revision_tve_has_masonry',''),(1371,143,'tve_revision_tve_has_typefocus',''),(1372,143,'tve_revision_tve_updated_post',''),(1373,143,'tve_revision_tve_has_wistia_popover',''),(1374,141,'tcb2_ready','1'),(1375,141,'tve_landing_page','tcb2-blank-page-styled'),(1376,141,'tve_updated_post_tcb2-blank-page-styled','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-custom-menu-inside\" data-css=\"tve-u-1642b667be5\" style=\"z-index: 8;\" wfd-id=\"27\">\n<div class=\"tve-content-box-background\" wfd-id=\"110\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1642b6ef7e6\" style=\"z-index: 8;\" wfd-id=\"28\"><div class=\"tcb-clear\" data-css=\"tve-u-16954cb2bb5\" wfd-id=\"99\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16954aadb7d\" wfd-id=\"100\"><div class=\"tcb-flex-row tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-16954aa12b2\" wfd-id=\"101\"><div class=\"tcb-flex-col\" data-css=\"tve-u-16954aa558a\" style=\"\" wfd-id=\"106\"><div class=\"tcb-col\" data-css=\"tve-u-16954c7c616\" wfd-id=\"108\"><a href=\"https://bestcerakoteflorida.com/\" rel=\"\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-16954a9c938\" data-link-wrap=\"1\" wfd-id=\"109\"><svg class=\"tcb-icon\" viewBox=\"0 0 576 512\" data-id=\"icon-home-regular\" data-name=\"\">\n            <path d=\"M557.1 240.7L512 203.8V104c0-4.4-3.6-8-8-8h-32c-4.4 0-8 3.6-8 8v60.5L313.4 41.1c-14.7-12.1-36-12.1-50.7 0L18.9 240.7c-3.4 2.8-3.9 7.8-1.1 11.3l20.3 24.8c2.8 3.4 7.8 3.9 11.3 1.1l14.7-12V464c0 8.8 7.2 16 16 16h168c4.4 0 8-3.6 8-8V344h64v128c0 4.4 3.6 8 8 8h168c8.8 0 16-7.2 16-16V265.8l14.7 12c3.4 2.8 8.5 2.3 11.3-1.1l20.3-24.8c2.6-3.4 2.1-8.4-1.3-11.2zM464 432h-96V304c0-4.4-3.6-8-8-8H216c-4.4 0-8 3.6-8 8v128h-96V226.5l170.9-140c2.9-2.4 7.2-2.4 10.1 0l170.9 140V432z\"></path>\n        </svg></div></a></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-16954aa55b5\" style=\"\" wfd-id=\"102\"><div class=\"tcb-col\" wfd-id=\"104\"><div class=\"thrv_wrapper thrv_heading\" style=\"\" data-tag=\"h1\" data-css=\"tve-u-1642b32e2c2\" wfd-id=\"105\"><h1 data-css=\"tve-u-16035acf904\" style=\"text-align: center;\"><strong>Privacy</strong></h1></div></div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" data-css=\"tve-u-1642b25c464\" wfd-id=\"29\"><p data-css=\"tve-u-165e6491162\"><span data-css=\"tve-u-165e64c579a\" style=\"font-family: Merriweather; font-weight: 400;\" wfd-id=\"98\">Privacy Policy</span></p><p data-css=\"tve-u-165e6492b04\"><span data-css=\"tve-u-165e64c08c2\" style=\"font-family: Merriweather; font-weight: 400;\" wfd-id=\"97\">What personal information do we collect from the people that visit our blog, website or app?<br>When ordering or registering on our site, as appropriate, you may be asked to enter your name, email address, mailing address, phone number, credit card information or other details to help you with your experience.</span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08c4\" style=\"font-weight: 400;\" wfd-id=\"95\"><span data-css=\"tve-u-165e64c08c5\" style=\"font-family: Merriweather;\" wfd-id=\"96\">When do we collect information?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08c6\" style=\"font-weight: 400;\" wfd-id=\"93\"><span data-css=\"tve-u-165e64c08c7\" style=\"font-family: Merriweather;\" wfd-id=\"94\">We collect information from you when you register on our site, place an order, subscribe to a newsletter, respond to a survey, fill out a form or enter information on our site.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08c9\" style=\"font-weight: 400;\" wfd-id=\"91\"><span data-css=\"tve-u-165e64c08ca\" style=\"font-family: Merriweather;\" wfd-id=\"92\">How do we use your information?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08cb\" style=\"font-weight: 400;\" wfd-id=\"89\"><span data-css=\"tve-u-165e64c08cc\" style=\"font-family: Merriweather;\" wfd-id=\"90\">We may use the information we collect from you when you register, make a purchase, sign up for our newsletter, respond to a survey or marketing communication, surf the website, or use certain other site features in the following ways:<br>â€¢ To personalize user\'s experience and to allow us to deliver the type of content and product offerings in which you are most interested.<br>â€¢ To improve our website in order to better serve you.<br>â€¢ To allow us to better service you in responding to your customer service requests.<br>â€¢ To administer a contest, promotion, survey or other site feature.<br>â€¢ To quickly process your transactions.<br>â€¢ To send periodic emails regarding your order or other products and services.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08ce\" style=\"font-weight: 400;\" wfd-id=\"87\"><span data-css=\"tve-u-165e64c08cf\" style=\"font-family: Merriweather;\" wfd-id=\"88\">How do we protect visitor information?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08d0\" style=\"font-weight: 400;\" wfd-id=\"85\"><span data-css=\"tve-u-165e64c08d1\" style=\"font-family: Merriweather;\" wfd-id=\"86\">Our website is scanned on a regular basis for security holes and known vulnerabilities in order to make your visit to our site as safe as possible.<br>We use regular Malware Scanning.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08d3\" style=\"font-weight: 400;\" wfd-id=\"83\"><span data-css=\"tve-u-165e64c08d4\" style=\"font-family: Merriweather;\" wfd-id=\"84\">Your personal information is contained behind secured networks and is only accessible by a limited number of persons who have special access rights to such systems, and are required to keep the information confidential. In addition, all sensitive/credit information you supply is encrypted via Secure Socket Layer (SSL) technology.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08d5\" style=\"font-weight: 400;\" wfd-id=\"81\"><span data-css=\"tve-u-165e64c08d6\" style=\"font-family: Merriweather;\" wfd-id=\"82\">We implement a variety of security measures when a user places an order, enters, submits, or accesses their information to maintain the safety of your personal information.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08d8\" style=\"font-weight: 400;\" wfd-id=\"79\"><span data-css=\"tve-u-165e64c08d9\" style=\"font-family: Merriweather;\" wfd-id=\"80\">All transactions are processed through a gateway provider and are not stored or processed on our servers.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08da\" style=\"font-weight: 400;\" wfd-id=\"77\"><span data-css=\"tve-u-165e64c08db\" style=\"font-family: Merriweather;\" wfd-id=\"78\">Do we use \'cookies\'?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08dd\" style=\"font-weight: 400;\" wfd-id=\"75\"><span data-css=\"tve-u-165e64c08de\" style=\"font-family: Merriweather;\" wfd-id=\"76\">Yes. Cookies are small files that a site or its service provider transfers to your computer\'s hard drive through your Web browser (if you allow) that enable the site\'s or service provider\'s systems to recognize your browser and capture and remember certain information. For instance, we use cookies to help us remember and process the items in your shopping cart. They are also used to help us understand your preferences based on previous or current site activity, which enables us to provide you with improved services. We also use cookies to help us compile aggregate data about site traffic and site interaction so that we can offer better site experiences and tools in the future.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08df\" style=\"font-weight: 400;\" wfd-id=\"73\"><span data-css=\"tve-u-165e64c08e0\" style=\"font-family: Merriweather;\" wfd-id=\"74\">We use cookies to:</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08e2\" style=\"font-weight: 400;\" wfd-id=\"71\"><span data-css=\"tve-u-165e64c08e3\" style=\"font-family: Merriweather;\" wfd-id=\"72\">â€¢ Help remember and process the items in the shopping cart.<br>â€¢ Understand and save user\'s preferences for future visits.<br>You can choose to have your computer warn you each time a cookie is being sent, or you can choose to turn off all cookies. You do this through your browser (like Internet Explorer) settings. Each browser is a little different, so look at your browser\'s Help menu to learn the correct way to modify your cookies.<br>If users disable cookies in their browser:<br>If you turn off cookies, some features will be disabled. However, you can still place orders for<br>saved items in your shopping cart over the telephone by contacting customer service.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08e4\" style=\"font-weight: 400;\" wfd-id=\"69\"><span data-css=\"tve-u-165e64c08e5\" style=\"font-family: Merriweather;\" wfd-id=\"70\">Third Party Disclosure</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08e7\" style=\"font-weight: 400;\" wfd-id=\"67\"><span data-css=\"tve-u-165e64c08e8\" style=\"font-family: Merriweather;\" wfd-id=\"68\">We do not sell, trade, or otherwise transfer to outside parties your personally identifiable information.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08e9\" style=\"font-weight: 400;\" wfd-id=\"65\"><span data-css=\"tve-u-165e64c08ea\" style=\"font-family: Merriweather;\" wfd-id=\"66\">Third party links</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08ec\" style=\"font-weight: 400;\" wfd-id=\"63\"><span data-css=\"tve-u-165e64c08ed\" style=\"font-family: Merriweather;\" wfd-id=\"64\">Occasionally, at our discretion, we may include or offer third party products or services on our website. These third party sites have separate and independent privacy policies. We therefore have no responsibility or liability for the content and activities of these linked sites. Nonetheless, we seek to protect the integrity of our site and welcome any feedback about these sites.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08ee\" style=\"font-weight: 400;\" wfd-id=\"61\"><span data-css=\"tve-u-165e64c08f0\" style=\"font-family: Merriweather;\" wfd-id=\"62\">Google</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08f1\" style=\"font-weight: 400;\" wfd-id=\"59\"><span data-css=\"tve-u-165e64c08f2\" style=\"font-family: Merriweather;\" wfd-id=\"60\">Google\'s advertising requirements can be summed up by Google\'s Advertising Principles. They are put in place to provide a positive experience for users. https://support.google.com/adwordspolicy/answer/1316548?hl=en<br>Opting out:<br>Users can set preferences for how Google advertises to you using the Google Ad Settings page. Alternatively, you can opt out by visiting the Network Advertising initiative opt out page or permanently using the Google Analytics Opt Out Browser add on.<br>California Online Privacy Protection Act<br>CalOPPA is the first state law in the nation to require commercial websites and online services to post a privacy policy. The law\'s reach stretches well beyond California to require a person or company in the United States (and conceivably the world) that operates websites collecting personally identifiable information from California consumers to post a conspicuous privacy policy on its website stating exactly the information being collected and those individuals with whom it is being shared, and to comply with this policy.<br>See more at: http://consumercal.org/california-online-privacy-protection-act-caloppa/#sthash.0FdRbT51.dpuf<br>According to CalOPPA we agree to the following:<br>Users can visit our site anonymously<br>Once this privacy policy is created, we will add a link to it on our home page, or as a minimum on the first significant page after entering our website.<br>Our Privacy Policy link includes the word \'Privacy\', and can be easily be found on the page specified above.<br>Users will be notified of any privacy policy changes:<br>â€¢ On our Privacy Policy Page<br>Users are able to change their personal information:<br>â€¢ By emailing us<br>â€¢ By calling us</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08f3\" style=\"font-weight: 400;\" wfd-id=\"57\"><span data-css=\"tve-u-165e64c08f6\" style=\"font-family: Merriweather;\" wfd-id=\"58\">How does our site handle do not track signals?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08f7\" style=\"font-weight: 400;\" wfd-id=\"55\"><span data-css=\"tve-u-165e64c08f8\" style=\"font-family: Merriweather;\" wfd-id=\"56\">We honor do not track signals and do not track, plant cookies, or use advertising when a Do Not Track (DNT) browser mechanism is in place.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08f9\" style=\"font-weight: 400;\" wfd-id=\"53\"><span data-css=\"tve-u-165e64c08fa\" style=\"font-family: Merriweather;\" wfd-id=\"54\">Does our site allow third party behavioral tracking?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08fb\" style=\"font-weight: 400;\" wfd-id=\"51\"><span data-css=\"tve-u-165e64c08fc\" style=\"font-family: Merriweather;\" wfd-id=\"52\">It\'s also important to note that we do not allow third party behavioral tracking<br>COPPA (Children Online Privacy Protection Act)<br>When it comes to the collection of personal information from children under 13, the Children\'s Online Privacy Protection Act (COPPA) puts parents in control. The Federal Trade Commission, the nation\'s consumer protection agency, enforces the COPPA Rule, which spells out what operators of websites and online services must do to protect children\'s privacy and safety online.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08fe\" style=\"font-weight: 400;\" wfd-id=\"49\"><span data-css=\"tve-u-165e64c08ff\" style=\"font-family: Merriweather;\" wfd-id=\"50\">We do not specifically market to children under 13.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c0900\" style=\"font-weight: 400;\" wfd-id=\"47\"><span data-css=\"tve-u-165e64c0901\" style=\"font-family: Merriweather;\" wfd-id=\"48\">Fair Information Practices</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c0903\" style=\"font-weight: 400;\" wfd-id=\"45\"><span data-css=\"tve-u-165e64c0904\" style=\"font-family: Merriweather;\" wfd-id=\"46\">The Fair Information Practices Principles form the backbone of privacy law in the United States and the concepts they include have played a significant role in the development of data protection laws around the globe. Understanding the Fair Information Practice Principles and how they should be implemented is critical to comply with the various privacy laws that protect personal information.<br>In order to be in line with Fair Information Practices we will take the following responsive action, should a data breach occur:<br>â€¢ Within 7 business days<br>We will notify the users via in site notification<br>â€¢ Within 7 business days<br>We also agree to the individual redress principle, which requires that individuals have a right to pursue legally enforceable rights against data collectors and processors who fail to adhere to the law. This principle requires not only that individuals have enforceable rights against data users, but also that individuals have recourse to courts or a government agency to investigate and/or prosecute non-compliance by data processors.<br>CAN SPAM Act<br>The CAN-SPAM Act is a law that sets the rules for commercial email, establishes requirements for commercial messages, gives recipients the right to have emails stopped from being sent to them, and spells out tough penalties for violations.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c0905\" style=\"font-weight: 400;\" wfd-id=\"43\"><span data-css=\"tve-u-165e64c0906\" style=\"font-family: Merriweather;\" wfd-id=\"44\">We collect your email address in order to:</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c0908\" style=\"font-weight: 400;\" wfd-id=\"41\"><span data-css=\"tve-u-165e64c0909\" style=\"font-family: Merriweather;\" wfd-id=\"42\">â€¢ Send information, respond to inquiries, and/or other requests or questions.<br>â€¢ Process orders and to send information and updates pertaining to orders<br>â€¢ Market to our mailing list or continue to send emails to our clients after the original transaction has occurred<br>To be in accordance with CANSPAM we agree to the following:<br>â€¢ NOT use false, or misleading subjects or email addresses<br>â€¢ Identify the message as an advertisement in some reasonable way<br>â€¢ Include the physical address of our business or site headquarters<br>â€¢ Monitor third party email marketing services for compliance, if one is used.<br>â€¢ Honor opt-out/unsubscribe requests quickly<br>â€¢ Allow users to unsubscribe by using the link at the bottom of each email<br>If at any time you would like to unsubscribe from receiving future emails, you can email us at<br>â€¢ Follow the instructions at the bottom of each email. and we will promptly remove you from ALL correspondence.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c090a\" style=\"font-weight: 400;\" wfd-id=\"39\"><span data-css=\"tve-u-165e64c090c\" style=\"font-family: Merriweather;\" wfd-id=\"40\">Contacting Us</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c090d\" style=\"font-weight: 400;\" wfd-id=\"37\"><span data-css=\"tve-u-165e64c090e\" style=\"font-family: Merriweather;\" wfd-id=\"38\">If there are any questions regarding this privacy policy you may contact us using the information below.<br>Blackhawk Custom, LLC.<br>825 South Kings Highway<br>Fort Pierce, FL 34945<br>United States<br>https://www.blackhawkcustom.com</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c090d\" style=\"font-weight: 400;\" wfd-id=\"35\"><span data-css=\"tve-u-165e64c090e\" style=\"font-family: Merriweather;\" wfd-id=\"36\"><br>Conditions of use:</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c090d\" style=\"font-weight: 400;\" wfd-id=\"33\"><span data-css=\"tve-u-165e64c090e\" style=\"font-family: Merriweather;\" wfd-id=\"34\">â€‹</span></span><span data-css=\"tve-u-165e64c0910\" style=\"font-family: Merriweather; font-weight: 400;\" wfd-id=\"32\">By using this website, you agree to all of our terms and conditions of the sale<br>All sales are final (See our refund policy)</span></p></div></div>\n</div>'),(1377,141,'tve_custom_css_tcb2-blank-page-styled','@import url(\"//fonts.googleapis.com/css?family=Special+Elite:400&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Merriweather:400,400i,700,700i&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Montserrat:400,700&subset=latin\");@media (min-width: 300px){#tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] p, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] li, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] blockquote, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] address, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] .tcb-plain-text, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] h1, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] h2, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] h3, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] h4, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] h5, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] h6 { color: rgb(255, 255, 255); }[data-css=\"tve-u-1642b667be5\"] { max-width: 1200px; float: none; width: 100%; padding: 5px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1642b32e2c2\"] { float: none; z-index: 3; position: relative; width: 100%; margin-left: auto !important; margin-right: auto !important; }#tcb_landing_page a.tve_state_hover:not(.tcb-button-link) { color: rgb(179, 144, 57); }[data-css=\"tve-u-1642b25c464\"] { padding: 5px 10px !important; background-image: none !important; }[data-css=\"tve-u-1642b20c920\"] strong { font-weight: 700 !important; }#tve_editor [data-css=\"tve-u-1642b20c920\"] { font-size: 16px !important; font-family: Montserrat !important; font-weight: 400 !important; }#tve_editor [data-css=\"tve-u-16035acf904\"] { font-size: 24px !important; font-family: \"Special Elite\" !important; font-weight: 400 !important; text-transform: capitalize !important; }.tcb-plain-text strong { font-weight: 700; }.tcb-plain-text { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page a strong { font-weight: 700; }#tcb_landing_page h6 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(0, 0, 0); font-size: 20px; }#tcb_landing_page h5 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(0, 0, 0); font-size: 24px; }#tcb_landing_page h4 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(0, 0, 0); font-size: 30px; }#tcb_landing_page a:not(.tcb-button-link) { color: rgb(0, 0, 0); text-decoration: underline; }#tcb_landing_page h3 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(0, 0, 0); font-size: 38px; line-height: 1.3em; }#tcb_landing_page h2 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(0, 0, 0); font-size: 45px; line-height: 1.3em; }#tcb_landing_page h1 { font-family: \"Special Elite\"; font-weight: 400; font-size: 50px; line-height: 1.3em; color: rgb(0, 0, 0); }#tcb_landing_page p strong, #tcb_landing_page li strong { font-weight: 700; }#tcb_landing_page p, #tcb_landing_page li { font-family: Merriweather; font-weight: 400; font-size: 17px; line-height: 1.6em; color: rgb(0, 0, 0); }[data-css=\"tve-u-15e09c94f7d\"] { background-color: rgb(231, 229, 229) !important; }#tcb_landing_page a:hover:not(.tcb-button-link) { text-decoration: none; color: rgb(179, 144, 57); }#tcb_landing_page .tve-state-hovera:not(.tcb-button-link) { text-decoration: none; }#tcb_landing_page a.tve-state-hover:not(.tcb-button-link) { text-decoration: none; }[data-css=\"tve-u-1642b6ef7e6\"]::after { clear: both; }[data-css=\"tve-u-165e6491162\"] strong { font-weight: 700 !important; }#tve_editor [data-css=\"tve-u-165e6491162\"] { font-size: 16px !important; font-family: Montserrat !important; font-weight: 400 !important; }[data-css=\"tve-u-165e6492b04\"] strong { font-weight: 700 !important; }#tve_editor [data-css=\"tve-u-165e6492b04\"] { font-size: 16px !important; font-family: Merriweather !important; font-weight: 400 !important; }[data-css=\"tve-u-1642b6ef7e6\"] p, [data-css=\"tve-u-1642b6ef7e6\"] li, [data-css=\"tve-u-1642b6ef7e6\"] blockquote, [data-css=\"tve-u-1642b6ef7e6\"] address, [data-css=\"tve-u-1642b6ef7e6\"] .tcb-plain-text, [data-css=\"tve-u-1642b6ef7e6\"] label, [data-css=\"tve-u-1642b6ef7e6\"] h1, [data-css=\"tve-u-1642b6ef7e6\"] h2, [data-css=\"tve-u-1642b6ef7e6\"] h3, [data-css=\"tve-u-1642b6ef7e6\"] h4, [data-css=\"tve-u-1642b6ef7e6\"] h5, [data-css=\"tve-u-1642b6ef7e6\"] h6 { font-weight: 400 !important; }#tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] p, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] li, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] blockquote, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] address, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] .tcb-plain-text, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] label { font-family: Merriweather; }#tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] strong { font-weight: 700; }#tcb_landing_page .tcb-plain-text { color: rgb(0, 0, 0); font-family: Merriweather; font-weight: 400; }#tcb_landing_page .tcb-button-link { font-family: Merriweather; font-weight: 400; }#tcb_landing_page input { font-family: Merriweather; font-weight: 400; }#tcb_landing_page .tcb-button-link strong { font-weight: 700; }#tcb_landing_page input strong { font-weight: 700; }#tcb_landing_page .tcb-plain-text strong { font-weight: 700; }[data-css=\"tve-u-165e64c08c2\"] { font-family: Merriweather !important; font-weight: 400 !important; }[data-css=\"tve-u-165e64c08c4\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08c5\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08c6\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08c7\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08c9\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08ca\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08cb\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08cc\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08ce\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08cf\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08d0\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08d1\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08d3\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08d4\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08d5\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08d6\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08d8\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08d9\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08da\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08db\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08dd\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08de\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08df\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08e0\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08e2\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08e3\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08e4\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08e5\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08e7\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08e8\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08e9\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08ea\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08ec\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08ed\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08ee\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08f0\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08f1\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08f2\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08f3\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08f6\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08f7\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08f8\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08f9\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08fa\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08fb\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08fc\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08fe\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08ff\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c0900\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c0901\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c0903\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c0904\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c0905\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c0906\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c0908\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c0909\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c090a\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c090c\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c090d\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c090e\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c0910\"] { font-family: Merriweather !important; font-weight: 400 !important; }[data-css=\"tve-u-165e64c08c2\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-165e64c579a\"] { font-family: Merriweather !important; font-weight: 400 !important; }[data-css=\"tve-u-165e64c579a\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-16954a9c938\"] { margin-left: auto; margin-right: auto; border: 2px solid rgb(0, 0, 0); border-radius: 90px; overflow: hidden; font-size: 29px !important; width: 29px !important; height: 29px !important; margin-bottom: 5px !important; padding: 10px !important; }[data-css=\"tve-u-16954aa12b2\"] > .tcb-flex-col > .tcb-col { justify-content: center; }[data-css=\"tve-u-16954aa12b2\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-16954aa12b2\"] { margin-left: 0px; padding-bottom: 0px !important; padding-top: 0px !important; }[data-css=\"tve-u-16954aa558a\"] { max-width: 10.8%; }[data-css=\"tve-u-16954aa55b5\"] { max-width: 89.2%; }[data-css=\"tve-u-16954aadb7d\"] { margin-bottom: 0px !important; margin-top: 0px !important; }#tve_editor [data-css=\"tve-u-16954a9c938\"] > :first-child { color: rgb(0, 0, 0); }#tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] p, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] li, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] blockquote, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] address, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] .tcb-plain-text, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] label, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] h1, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] h2, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] h3, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] h4, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] h5, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] h6 { color: rgb(0, 0, 0); }}@media (max-width: 1023px){#tcb_landing_page a:not(.tcb-button-link) { color: rgb(0, 0, 0); }.tcb-plain-text { color: rgb(0, 0, 0); }#tcb_landing_page p, #tcb_landing_page li { color: rgb(0, 0, 0); }#tcb_landing_page h6 { color: rgb(0, 0, 0); }#tcb_landing_page h5 { color: rgb(0, 0, 0); }#tcb_landing_page h4 { color: rgb(0, 0, 0); }#tcb_landing_page h3 { color: rgb(0, 0, 0); }#tcb_landing_page h2 { color: rgb(0, 0, 0); }#tcb_landing_page h1 { color: rgb(0, 0, 0); }[data-css=\"tve-u-16954a9c938\"] { margin-left: 20px !important; }}@media (max-width: 767px){#tve_editor [data-css=\"tve-u-16035acf904\"] { font-size: 36px !important; }#tve_editor [data-css=\"tve-u-165e6491162\"] { font-size: 15px !important; }[data-css=\"tve-u-16954a9c938\"] { float: none; z-index: 3; position: relative; display: block; margin-left: 0px !important; margin-right: 0px !important; padding-left: 10px !important; }[data-css=\"tve-u-16954c7c616\"] { display: inline-block; text-align: left; padding-left: 5px !important; margin-left: 1px !important; }[data-css=\"tve-u-16954aadb7d\"] { display: inline-block; float: left; z-index: 3; position: relative; max-width: 150px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-16954cb2bb5\"]::after { clear: both; }[data-css=\"tve-u-1642b32e2c2\"] { float: none; margin-left: auto !important; margin-right: auto !important; }}'),(1378,141,'tve_user_custom_css_tcb2-blank-page-styled',''),(1379,141,'tve_has_masonry_tcb2-blank-page-styled','0'),(1380,141,'tve_has_typefocus_tcb2-blank-page-styled','0'),(1381,141,'tve_has_wistia_popover_tcb2-blank-page-styled','0'),(1382,141,'tve_page_events_tcb2-blank-page-styled','a:0:{}'),(1383,141,'thrive_icon_pack_tcb2-blank-page-styled','0'),(1384,141,'tve_disable_theme_dependency_tcb2-blank-page-styled','1'),(1385,141,'tve_globals_tcb2-blank-page-styled','a:2:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";s:8:\"font_cls\";a:0:{}}'),(1386,141,'tve_global_scripts','a:2:{s:4:\"head\";s:0:\"\";s:6:\"footer\";s:0:\"\";}'),(1387,141,'thrive_tcb_post_fonts_tcb2-blank-page-styled','a:0:{}');
INSERT INTO `wpbe_postmeta` VALUES (1388,141,'tve_content_before_more_tcb2-blank-page-styled','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-custom-menu-inside\" data-css=\"tve-u-1642b667be5\" style=\"z-index: 8;\" wfd-id=\"27\">\n<div class=\"tve-content-box-background\" wfd-id=\"110\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1642b6ef7e6\" style=\"z-index: 8;\" wfd-id=\"28\"><div class=\"tcb-clear\" data-css=\"tve-u-16954cb2bb5\" wfd-id=\"99\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16954aadb7d\" wfd-id=\"100\"><div class=\"tcb-flex-row tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-16954aa12b2\" wfd-id=\"101\"><div class=\"tcb-flex-col\" data-css=\"tve-u-16954aa558a\" style=\"\" wfd-id=\"106\"><div class=\"tcb-col\" data-css=\"tve-u-16954c7c616\" wfd-id=\"108\"><a href=\"https://bestcerakoteflorida.com/\" rel=\"\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-16954a9c938\" data-link-wrap=\"1\" wfd-id=\"109\"><svg class=\"tcb-icon\" viewBox=\"0 0 576 512\" data-id=\"icon-home-regular\" data-name=\"\">\n            <path d=\"M557.1 240.7L512 203.8V104c0-4.4-3.6-8-8-8h-32c-4.4 0-8 3.6-8 8v60.5L313.4 41.1c-14.7-12.1-36-12.1-50.7 0L18.9 240.7c-3.4 2.8-3.9 7.8-1.1 11.3l20.3 24.8c2.8 3.4 7.8 3.9 11.3 1.1l14.7-12V464c0 8.8 7.2 16 16 16h168c4.4 0 8-3.6 8-8V344h64v128c0 4.4 3.6 8 8 8h168c8.8 0 16-7.2 16-16V265.8l14.7 12c3.4 2.8 8.5 2.3 11.3-1.1l20.3-24.8c2.6-3.4 2.1-8.4-1.3-11.2zM464 432h-96V304c0-4.4-3.6-8-8-8H216c-4.4 0-8 3.6-8 8v128h-96V226.5l170.9-140c2.9-2.4 7.2-2.4 10.1 0l170.9 140V432z\"></path>\n        </svg></div></a></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-16954aa55b5\" style=\"\" wfd-id=\"102\"><div class=\"tcb-col\" wfd-id=\"104\"><div class=\"thrv_wrapper thrv_heading\" style=\"\" data-tag=\"h1\" data-css=\"tve-u-1642b32e2c2\" wfd-id=\"105\"><h1 data-css=\"tve-u-16035acf904\" style=\"text-align: center;\"><strong>Privacy</strong></h1></div></div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" data-css=\"tve-u-1642b25c464\" wfd-id=\"29\"><p data-css=\"tve-u-165e6491162\"><span data-css=\"tve-u-165e64c579a\" style=\"font-family: Merriweather; font-weight: 400;\" wfd-id=\"98\">Privacy Policy</span></p><p data-css=\"tve-u-165e6492b04\"><span data-css=\"tve-u-165e64c08c2\" style=\"font-family: Merriweather; font-weight: 400;\" wfd-id=\"97\">What personal information do we collect from the people that visit our blog, website or app?<br>When ordering or registering on our site, as appropriate, you may be asked to enter your name, email address, mailing address, phone number, credit card information or other details to help you with your experience.</span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08c4\" style=\"font-weight: 400;\" wfd-id=\"95\"><span data-css=\"tve-u-165e64c08c5\" style=\"font-family: Merriweather;\" wfd-id=\"96\">When do we collect information?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08c6\" style=\"font-weight: 400;\" wfd-id=\"93\"><span data-css=\"tve-u-165e64c08c7\" style=\"font-family: Merriweather;\" wfd-id=\"94\">We collect information from you when you register on our site, place an order, subscribe to a newsletter, respond to a survey, fill out a form or enter information on our site.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08c9\" style=\"font-weight: 400;\" wfd-id=\"91\"><span data-css=\"tve-u-165e64c08ca\" style=\"font-family: Merriweather;\" wfd-id=\"92\">How do we use your information?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08cb\" style=\"font-weight: 400;\" wfd-id=\"89\"><span data-css=\"tve-u-165e64c08cc\" style=\"font-family: Merriweather;\" wfd-id=\"90\">We may use the information we collect from you when you register, make a purchase, sign up for our newsletter, respond to a survey or marketing communication, surf the website, or use certain other site features in the following ways:<br>â€¢ To personalize user\'s experience and to allow us to deliver the type of content and product offerings in which you are most interested.<br>â€¢ To improve our website in order to better serve you.<br>â€¢ To allow us to better service you in responding to your customer service requests.<br>â€¢ To administer a contest, promotion, survey or other site feature.<br>â€¢ To quickly process your transactions.<br>â€¢ To send periodic emails regarding your order or other products and services.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08ce\" style=\"font-weight: 400;\" wfd-id=\"87\"><span data-css=\"tve-u-165e64c08cf\" style=\"font-family: Merriweather;\" wfd-id=\"88\">How do we protect visitor information?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08d0\" style=\"font-weight: 400;\" wfd-id=\"85\"><span data-css=\"tve-u-165e64c08d1\" style=\"font-family: Merriweather;\" wfd-id=\"86\">Our website is scanned on a regular basis for security holes and known vulnerabilities in order to make your visit to our site as safe as possible.<br>We use regular Malware Scanning.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08d3\" style=\"font-weight: 400;\" wfd-id=\"83\"><span data-css=\"tve-u-165e64c08d4\" style=\"font-family: Merriweather;\" wfd-id=\"84\">Your personal information is contained behind secured networks and is only accessible by a limited number of persons who have special access rights to such systems, and are required to keep the information confidential. In addition, all sensitive/credit information you supply is encrypted via Secure Socket Layer (SSL) technology.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08d5\" style=\"font-weight: 400;\" wfd-id=\"81\"><span data-css=\"tve-u-165e64c08d6\" style=\"font-family: Merriweather;\" wfd-id=\"82\">We implement a variety of security measures when a user places an order, enters, submits, or accesses their information to maintain the safety of your personal information.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08d8\" style=\"font-weight: 400;\" wfd-id=\"79\"><span data-css=\"tve-u-165e64c08d9\" style=\"font-family: Merriweather;\" wfd-id=\"80\">All transactions are processed through a gateway provider and are not stored or processed on our servers.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08da\" style=\"font-weight: 400;\" wfd-id=\"77\"><span data-css=\"tve-u-165e64c08db\" style=\"font-family: Merriweather;\" wfd-id=\"78\">Do we use \'cookies\'?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08dd\" style=\"font-weight: 400;\" wfd-id=\"75\"><span data-css=\"tve-u-165e64c08de\" style=\"font-family: Merriweather;\" wfd-id=\"76\">Yes. Cookies are small files that a site or its service provider transfers to your computer\'s hard drive through your Web browser (if you allow) that enable the site\'s or service provider\'s systems to recognize your browser and capture and remember certain information. For instance, we use cookies to help us remember and process the items in your shopping cart. They are also used to help us understand your preferences based on previous or current site activity, which enables us to provide you with improved services. We also use cookies to help us compile aggregate data about site traffic and site interaction so that we can offer better site experiences and tools in the future.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08df\" style=\"font-weight: 400;\" wfd-id=\"73\"><span data-css=\"tve-u-165e64c08e0\" style=\"font-family: Merriweather;\" wfd-id=\"74\">We use cookies to:</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08e2\" style=\"font-weight: 400;\" wfd-id=\"71\"><span data-css=\"tve-u-165e64c08e3\" style=\"font-family: Merriweather;\" wfd-id=\"72\">â€¢ Help remember and process the items in the shopping cart.<br>â€¢ Understand and save user\'s preferences for future visits.<br>You can choose to have your computer warn you each time a cookie is being sent, or you can choose to turn off all cookies. You do this through your browser (like Internet Explorer) settings. Each browser is a little different, so look at your browser\'s Help menu to learn the correct way to modify your cookies.<br>If users disable cookies in their browser:<br>If you turn off cookies, some features will be disabled. However, you can still place orders for<br>saved items in your shopping cart over the telephone by contacting customer service.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08e4\" style=\"font-weight: 400;\" wfd-id=\"69\"><span data-css=\"tve-u-165e64c08e5\" style=\"font-family: Merriweather;\" wfd-id=\"70\">Third Party Disclosure</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08e7\" style=\"font-weight: 400;\" wfd-id=\"67\"><span data-css=\"tve-u-165e64c08e8\" style=\"font-family: Merriweather;\" wfd-id=\"68\">We do not sell, trade, or otherwise transfer to outside parties your personally identifiable information.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08e9\" style=\"font-weight: 400;\" wfd-id=\"65\"><span data-css=\"tve-u-165e64c08ea\" style=\"font-family: Merriweather;\" wfd-id=\"66\">Third party links</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08ec\" style=\"font-weight: 400;\" wfd-id=\"63\"><span data-css=\"tve-u-165e64c08ed\" style=\"font-family: Merriweather;\" wfd-id=\"64\">Occasionally, at our discretion, we may include or offer third party products or services on our website. These third party sites have separate and independent privacy policies. We therefore have no responsibility or liability for the content and activities of these linked sites. Nonetheless, we seek to protect the integrity of our site and welcome any feedback about these sites.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08ee\" style=\"font-weight: 400;\" wfd-id=\"61\"><span data-css=\"tve-u-165e64c08f0\" style=\"font-family: Merriweather;\" wfd-id=\"62\">Google</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08f1\" style=\"font-weight: 400;\" wfd-id=\"59\"><span data-css=\"tve-u-165e64c08f2\" style=\"font-family: Merriweather;\" wfd-id=\"60\">Google\'s advertising requirements can be summed up by Google\'s Advertising Principles. They are put in place to provide a positive experience for users. https://support.google.com/adwordspolicy/answer/1316548?hl=en<br>Opting out:<br>Users can set preferences for how Google advertises to you using the Google Ad Settings page. Alternatively, you can opt out by visiting the Network Advertising initiative opt out page or permanently using the Google Analytics Opt Out Browser add on.<br>California Online Privacy Protection Act<br>CalOPPA is the first state law in the nation to require commercial websites and online services to post a privacy policy. The law\'s reach stretches well beyond California to require a person or company in the United States (and conceivably the world) that operates websites collecting personally identifiable information from California consumers to post a conspicuous privacy policy on its website stating exactly the information being collected and those individuals with whom it is being shared, and to comply with this policy.<br>See more at: http://consumercal.org/california-online-privacy-protection-act-caloppa/#sthash.0FdRbT51.dpuf<br>According to CalOPPA we agree to the following:<br>Users can visit our site anonymously<br>Once this privacy policy is created, we will add a link to it on our home page, or as a minimum on the first significant page after entering our website.<br>Our Privacy Policy link includes the word \'Privacy\', and can be easily be found on the page specified above.<br>Users will be notified of any privacy policy changes:<br>â€¢ On our Privacy Policy Page<br>Users are able to change their personal information:<br>â€¢ By emailing us<br>â€¢ By calling us</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08f3\" style=\"font-weight: 400;\" wfd-id=\"57\"><span data-css=\"tve-u-165e64c08f6\" style=\"font-family: Merriweather;\" wfd-id=\"58\">How does our site handle do not track signals?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08f7\" style=\"font-weight: 400;\" wfd-id=\"55\"><span data-css=\"tve-u-165e64c08f8\" style=\"font-family: Merriweather;\" wfd-id=\"56\">We honor do not track signals and do not track, plant cookies, or use advertising when a Do Not Track (DNT) browser mechanism is in place.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08f9\" style=\"font-weight: 400;\" wfd-id=\"53\"><span data-css=\"tve-u-165e64c08fa\" style=\"font-family: Merriweather;\" wfd-id=\"54\">Does our site allow third party behavioral tracking?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08fb\" style=\"font-weight: 400;\" wfd-id=\"51\"><span data-css=\"tve-u-165e64c08fc\" style=\"font-family: Merriweather;\" wfd-id=\"52\">It\'s also important to note that we do not allow third party behavioral tracking<br>COPPA (Children Online Privacy Protection Act)<br>When it comes to the collection of personal information from children under 13, the Children\'s Online Privacy Protection Act (COPPA) puts parents in control. The Federal Trade Commission, the nation\'s consumer protection agency, enforces the COPPA Rule, which spells out what operators of websites and online services must do to protect children\'s privacy and safety online.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08fe\" style=\"font-weight: 400;\" wfd-id=\"49\"><span data-css=\"tve-u-165e64c08ff\" style=\"font-family: Merriweather;\" wfd-id=\"50\">We do not specifically market to children under 13.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c0900\" style=\"font-weight: 400;\" wfd-id=\"47\"><span data-css=\"tve-u-165e64c0901\" style=\"font-family: Merriweather;\" wfd-id=\"48\">Fair Information Practices</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c0903\" style=\"font-weight: 400;\" wfd-id=\"45\"><span data-css=\"tve-u-165e64c0904\" style=\"font-family: Merriweather;\" wfd-id=\"46\">The Fair Information Practices Principles form the backbone of privacy law in the United States and the concepts they include have played a significant role in the development of data protection laws around the globe. Understanding the Fair Information Practice Principles and how they should be implemented is critical to comply with the various privacy laws that protect personal information.<br>In order to be in line with Fair Information Practices we will take the following responsive action, should a data breach occur:<br>â€¢ Within 7 business days<br>We will notify the users via in site notification<br>â€¢ Within 7 business days<br>We also agree to the individual redress principle, which requires that individuals have a right to pursue legally enforceable rights against data collectors and processors who fail to adhere to the law. This principle requires not only that individuals have enforceable rights against data users, but also that individuals have recourse to courts or a government agency to investigate and/or prosecute non-compliance by data processors.<br>CAN SPAM Act<br>The CAN-SPAM Act is a law that sets the rules for commercial email, establishes requirements for commercial messages, gives recipients the right to have emails stopped from being sent to them, and spells out tough penalties for violations.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c0905\" style=\"font-weight: 400;\" wfd-id=\"43\"><span data-css=\"tve-u-165e64c0906\" style=\"font-family: Merriweather;\" wfd-id=\"44\">We collect your email address in order to:</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c0908\" style=\"font-weight: 400;\" wfd-id=\"41\"><span data-css=\"tve-u-165e64c0909\" style=\"font-family: Merriweather;\" wfd-id=\"42\">â€¢ Send information, respond to inquiries, and/or other requests or questions.<br>â€¢ Process orders and to send information and updates pertaining to orders<br>â€¢ Market to our mailing list or continue to send emails to our clients after the original transaction has occurred<br>To be in accordance with CANSPAM we agree to the following:<br>â€¢ NOT use false, or misleading subjects or email addresses<br>â€¢ Identify the message as an advertisement in some reasonable way<br>â€¢ Include the physical address of our business or site headquarters<br>â€¢ Monitor third party email marketing services for compliance, if one is used.<br>â€¢ Honor opt-out/unsubscribe requests quickly<br>â€¢ Allow users to unsubscribe by using the link at the bottom of each email<br>If at any time you would like to unsubscribe from receiving future emails, you can email us at<br>â€¢ Follow the instructions at the bottom of each email. and we will promptly remove you from ALL correspondence.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c090a\" style=\"font-weight: 400;\" wfd-id=\"39\"><span data-css=\"tve-u-165e64c090c\" style=\"font-family: Merriweather;\" wfd-id=\"40\">Contacting Us</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c090d\" style=\"font-weight: 400;\" wfd-id=\"37\"><span data-css=\"tve-u-165e64c090e\" style=\"font-family: Merriweather;\" wfd-id=\"38\">If there are any questions regarding this privacy policy you may contact us using the information below.<br>Blackhawk Custom, LLC.<br>825 South Kings Highway<br>Fort Pierce, FL 34945<br>United States<br>https://www.blackhawkcustom.com</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c090d\" style=\"font-weight: 400;\" wfd-id=\"35\"><span data-css=\"tve-u-165e64c090e\" style=\"font-family: Merriweather;\" wfd-id=\"36\"><br>Conditions of use:</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c090d\" style=\"font-weight: 400;\" wfd-id=\"33\"><span data-css=\"tve-u-165e64c090e\" style=\"font-family: Merriweather;\" wfd-id=\"34\">â€‹</span></span><span data-css=\"tve-u-165e64c0910\" style=\"font-family: Merriweather; font-weight: 400;\" wfd-id=\"32\">By using this website, you agree to all of our terms and conditions of the sale<br>All sales are final (See our refund policy)</span></p></div></div>\n</div>'),(1389,141,'tve_content_more_found_tcb2-blank-page-styled',''),(1423,146,'tve_revision_tve_landing_page','tcb2-blank-page-styled'),(1424,146,'tve_revision_tve_disable_theme_dependency','1'),(1425,146,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16416ab0690\" wfd-id=\"38\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1642b1d750f\" wfd-id=\"64\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1642b1d2e7a\" wfd-id=\"39\"><div class=\"thrv_wrapper thrv_widget_menu tve-custom-menu-upgrade tve-mobile-dropdown      on_hover\" data-tve-style=\"tve_horizontal\" data-tve-switch-icon=\"mobile\" data-css=\"tve-u-1642b26f466\" wfd-id=\"47\">\n<div class=\"thrive-shortcode-config\" style=\"display: none !important\" wfd-id=\"63\">__CONFIG_widget_menu__{\"menu_id\":4,\"color\":\"tve_red\",\"dir\":\"tve_horizontal\",\"font_class\":\"\",\"font_size\":\"\",\"ul_attr\":\"\",\"link_attr\":\"\",\"top_link_attr\":\"\",\"trigger_attr\":\"\",\"primary\":\"\",\"head_css\":\"\",\"background_hover\":\"\",\"main_hover\":\"\",\"child_hover\":\"\",\"group_edit\":[],\"menu_style\":\"\",\"dropdown_icon\":\"\",\"mobile_side\":\"\",\"mobile_icon\":\"\",\"switch_to_icon\":\"mobile\"}__CONFIG_widget_menu__</div>\n</div><div class=\"thrv_wrapper thrv_heading\" style=\"\" data-tag=\"h1\" wfd-id=\"44\"><h1 data-css=\"tve-u-16035acf904\"><strong>Privacy</strong></h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" data-css=\"tve-u-1642b25c464\" wfd-id=\"40\"><p data-css=\"tve-u-1642b20c920\">Privacy Policy</p><p data-css=\"tve-u-1642b20c920\">What personal information do we collect from the people that visit our blog, website or app?<br>When ordering or registering on our site, as appropriate, you may be asked to enter your name, email address, mailing address, phone number, credit card information or other details to help you with your experience.</p><p data-css=\"tve-u-1642b20c920\">When do we collect information?</p><p data-css=\"tve-u-1642b20c920\">We collect information from you when you register on our site, place an order, subscribe to a newsletter, respond to a survey, fill out a form or enter information on our site.</p><p data-css=\"tve-u-1642b20c920\">How do we use your information?</p><p data-css=\"tve-u-1642b20c920\">We may use the information we collect from you when you register, make a purchase, sign up for our newsletter, respond to a survey or marketing communication, surf the website, or use certain other site features in the following ways:<br>â€¢ To personalize user\'s experience and to allow us to deliver the type of content and product offerings in which you are most interested.<br>â€¢ To improve our website in order to better serve you.<br>â€¢ To allow us to better service you in responding to your customer service requests.<br>â€¢ To administer a contest, promotion, survey or other site feature.<br>â€¢ To quickly process your transactions.<br>â€¢ To send periodic emails regarding your order or other products and services.</p><p data-css=\"tve-u-1642b20c920\">How do we protect visitor information?</p><p data-css=\"tve-u-1642b20c920\">Our website is scanned on a regular basis for security holes and known vulnerabilities in order to make your visit to our site as safe as possible.<br>We use regular Malware Scanning.</p><p data-css=\"tve-u-1642b20c920\">Your personal information is contained behind secured networks and is only accessible by a limited number of persons who have special access rights to such systems, and are required to keep the information confidential. In addition, all sensitive/credit information you supply is encrypted via Secure Socket Layer (SSL) technology.</p><p data-css=\"tve-u-1642b20c920\">We implement a variety of security measures when a user places an order, enters, submits, or accesses their information to maintain the safety of your personal information.</p><p data-css=\"tve-u-1642b20c920\">All transactions are processed through a gateway provider and are not stored or processed on our servers.</p><p data-css=\"tve-u-1642b20c920\">Do we use \'cookies\'?</p><p data-css=\"tve-u-1642b20c920\">Yes. Cookies are small files that a site or its service provider transfers to your computer\'s hard drive through your Web browser (if you allow) that enable the site\'s or service provider\'s systems to recognize your browser and capture and remember certain information. For instance, we use cookies to help us remember and process the items in your shopping cart. They are also used to help us understand your preferences based on previous or current site activity, which enables us to provide you with improved services. We also use cookies to help us compile aggregate data about site traffic and site interaction so that we can offer better site experiences and tools in the future.</p><p data-css=\"tve-u-1642b20c920\">We use cookies to:</p><p data-css=\"tve-u-1642b20c920\">â€¢ Help remember and process the items in the shopping cart.<br>â€¢ Understand and save user\'s preferences for future visits.<br>You can choose to have your computer warn you each time a cookie is being sent, or you can choose to turn off all cookies. You do this through your browser (like Internet Explorer) settings. Each browser is a little different, so look at your browser\'s Help menu to learn the correct way to modify your cookies.<br>If users disable cookies in their browser:<br>If you turn off cookies, some features will be disabled. However, you can still place orders for<br>saved items in your shopping cart over the telephone by contacting customer service.</p><p data-css=\"tve-u-1642b20c920\">Third Party Disclosure</p><p data-css=\"tve-u-1642b20c920\">We do not sell, trade, or otherwise transfer to outside parties your personally identifiable information.</p><p data-css=\"tve-u-1642b20c920\">Third party links</p><p data-css=\"tve-u-1642b20c920\">Occasionally, at our discretion, we may include or offer third party products or services on our website. These third party sites have separate and independent privacy policies. We therefore have no responsibility or liability for the content and activities of these linked sites. Nonetheless, we seek to protect the integrity of our site and welcome any feedback about these sites.</p><p data-css=\"tve-u-1642b20c920\">Google</p><p data-css=\"tve-u-1642b20c920\">Google\'s advertising requirements can be summed up by Google\'s Advertising Principles. They are put in place to provide a positive experience for users. https://support.google.com/adwordspolicy/answer/1316548?hl=en<br>Opting out:<br>Users can set preferences for how Google advertises to you using the Google Ad Settings page. Alternatively, you can opt out by visiting the Network Advertising initiative opt out page or permanently using the Google Analytics Opt Out Browser add on.<br>California Online Privacy Protection Act<br>CalOPPA is the first state law in the nation to require commercial websites and online services to post a privacy policy. The law\'s reach stretches well beyond California to require a person or company in the United States (and conceivably the world) that operates websites collecting personally identifiable information from California consumers to post a conspicuous privacy policy on its website stating exactly the information being collected and those individuals with whom it is being shared, and to comply with this policy.<br>See more at: http://consumercal.org/california-online-privacy-protection-act-caloppa/#sthash.0FdRbT51.dpuf<br>According to CalOPPA we agree to the following:<br>Users can visit our site anonymously<br>Once this privacy policy is created, we will add a link to it on our home page, or as a minimum on the first significant page after entering our website.<br>Our Privacy Policy link includes the word \'Privacy\', and can be easily be found on the page specified above.<br>Users will be notified of any privacy policy changes:<br>â€¢ On our Privacy Policy Page<br>Users are able to change their personal information:<br>â€¢ By emailing us<br>â€¢ By calling us</p><p data-css=\"tve-u-1642b20c920\">How does our site handle do not track signals?</p><p data-css=\"tve-u-1642b20c920\">We honor do not track signals and do not track, plant cookies, or use advertising when a Do Not Track (DNT) browser mechanism is in place.</p><p data-css=\"tve-u-1642b20c920\">Does our site allow third party behavioral tracking?</p><p data-css=\"tve-u-1642b20c920\">It\'s also important to note that we do not allow third party behavioral tracking<br>COPPA (Children Online Privacy Protection Act)<br>When it comes to the collection of personal information from children under 13, the Children\'s Online Privacy Protection Act (COPPA) puts parents in control. The Federal Trade Commission, the nation\'s consumer protection agency, enforces the COPPA Rule, which spells out what operators of websites and online services must do to protect children\'s privacy and safety online.</p><p data-css=\"tve-u-1642b20c920\">We do not specifically market to children under 13.</p><p data-css=\"tve-u-1642b20c920\">Fair Information Practices</p><p data-css=\"tve-u-1642b20c920\">The Fair Information Practices Principles form the backbone of privacy law in the United States and the concepts they include have played a significant role in the development of data protection laws around the globe. Understanding the Fair Information Practice Principles and how they should be implemented is critical to comply with the various privacy laws that protect personal information.<br>In order to be in line with Fair Information Practices we will take the following responsive action, should a data breach occur:<br>â€¢ Within 7 business days<br>We will notify the users via in site notification<br>â€¢ Within 7 business days<br>We also agree to the individual redress principle, which requires that individuals have a right to pursue legally enforceable rights against data collectors and processors who fail to adhere to the law. This principle requires not only that individuals have enforceable rights against data users, but also that individuals have recourse to courts or a government agency to investigate and/or prosecute non-compliance by data processors.<br>CAN SPAM Act<br>The CAN-SPAM Act is a law that sets the rules for commercial email, establishes requirements for commercial messages, gives recipients the right to have emails stopped from being sent to them, and spells out tough penalties for violations.</p><p data-css=\"tve-u-1642b20c920\">We collect your email address in order to:</p><p data-css=\"tve-u-1642b20c920\">â€¢ Send information, respond to inquiries, and/or other requests or questions.<br>â€¢ Process orders and to send information and updates pertaining to orders<br>â€¢ Market to our mailing list or continue to send emails to our clients after the original transaction has occurred<br>To be in accordance with CANSPAM we agree to the following:<br>â€¢ NOT use false, or misleading subjects or email addresses<br>â€¢ Identify the message as an advertisement in some reasonable way<br>â€¢ Include the physical address of our business or site headquarters<br>â€¢ Monitor third party email marketing services for compliance, if one is used.<br>â€¢ Honor opt-out/unsubscribe requests quickly<br>â€¢ Allow users to unsubscribe by using the link at the bottom of each email<br>If at any time you would like to unsubscribe from receiving future emails, you can email us at<br>â€¢ Follow the instructions at the bottom of each email. and we will promptly remove you from ALL correspondence.</p><p data-css=\"tve-u-1642b20c920\">Contacting Us</p><p data-css=\"tve-u-1642b20c920\">If there are any questions regarding this privacy policy you may contact us using the information below.<br>Blackhawk Custom, LLC.<br>825 South Kings Highway<br>Fort Pierce, FL 34945<br>United States<br>https://www.blackhawkcustom.com<br>Conditions of use:</p><p data-css=\"tve-u-1642b20c920\">By using this website, you agree to all of our terms and conditions of the sale<br>All sales are final (See our refund policy)</p></div></div>\n</div>'),(1390,141,'tcb_editor_enabled','1'),(1391,144,'tve_revision_tve_landing_page','tcb2-blank-page-styled'),(1392,144,'tve_revision_tve_disable_theme_dependency','1'),(1393,144,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16416ab0690\" wfd-id=\"70\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1642b1d750f\" wfd-id=\"79\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1642b1d2e7a\" wfd-id=\"71\"><div class=\"thrv_wrapper thrv_heading\" style=\"\" data-tag=\"h1\" wfd-id=\"76\"><h1 data-css=\"tve-u-16035acf904\"><strong>Privacy</strong></h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone on_hover\" style=\"\" wfd-id=\"72\" data-css=\"tve-u-1642b25c464\"><p data-css=\"tve-u-1642b20c920\">Privacy Policy</p><p data-css=\"tve-u-1642b20c920\">What personal information do we collect from the people that visit our blog, website or app?<br>When ordering or registering on our site, as appropriate, you may be asked to enter your name, email address, mailing address, phone number, credit card information or other details to help you with your experience.</p><p data-css=\"tve-u-1642b20c920\">When do we collect information?</p><p data-css=\"tve-u-1642b20c920\">We collect information from you when you register on our site, place an order, subscribe to a newsletter, respond to a survey, fill out a form or enter information on our site.</p><p data-css=\"tve-u-1642b20c920\">How do we use your information?</p><p data-css=\"tve-u-1642b20c920\">We may use the information we collect from you when you register, make a purchase, sign up for our newsletter, respond to a survey or marketing communication, surf the website, or use certain other site features in the following ways:<br>â€¢ To personalize user\'s experience and to allow us to deliver the type of content and product offerings in which you are most interested.<br>â€¢ To improve our website in order to better serve you.<br>â€¢ To allow us to better service you in responding to your customer service requests.<br>â€¢ To administer a contest, promotion, survey or other site feature.<br>â€¢ To quickly process your transactions.<br>â€¢ To send periodic emails regarding your order or other products and services.</p><p data-css=\"tve-u-1642b20c920\">How do we protect visitor information?</p><p data-css=\"tve-u-1642b20c920\">Our website is scanned on a regular basis for security holes and known vulnerabilities in order to make your visit to our site as safe as possible.<br>We use regular Malware Scanning.</p><p data-css=\"tve-u-1642b20c920\">Your personal information is contained behind secured networks and is only accessible by a limited number of persons who have special access rights to such systems, and are required to keep the information confidential. In addition, all sensitive/credit information you supply is encrypted via Secure Socket Layer (SSL) technology.</p><p data-css=\"tve-u-1642b20c920\">We implement a variety of security measures when a user places an order, enters, submits, or accesses their information to maintain the safety of your personal information.</p><p data-css=\"tve-u-1642b20c920\">All transactions are processed through a gateway provider and are not stored or processed on our servers.</p><p data-css=\"tve-u-1642b20c920\">Do we use \'cookies\'?</p><p data-css=\"tve-u-1642b20c920\">Yes. Cookies are small files that a site or its service provider transfers to your computer\'s hard drive through your Web browser (if you allow) that enable the site\'s or service provider\'s systems to recognize your browser and capture and remember certain information. For instance, we use cookies to help us remember and process the items in your shopping cart. They are also used to help us understand your preferences based on previous or current site activity, which enables us to provide you with improved services. We also use cookies to help us compile aggregate data about site traffic and site interaction so that we can offer better site experiences and tools in the future.</p><p data-css=\"tve-u-1642b20c920\">We use cookies to:</p><p data-css=\"tve-u-1642b20c920\">â€¢ Help remember and process the items in the shopping cart.<br>â€¢ Understand and save user\'s preferences for future visits.<br>You can choose to have your computer warn you each time a cookie is being sent, or you can choose to turn off all cookies. You do this through your browser (like Internet Explorer) settings. Each browser is a little different, so look at your browser\'s Help menu to learn the correct way to modify your cookies.<br>If users disable cookies in their browser:<br>If you turn off cookies, some features will be disabled. However, you can still place orders for<br>saved items in your shopping cart over the telephone by contacting customer service.</p><p data-css=\"tve-u-1642b20c920\">Third Party Disclosure</p><p data-css=\"tve-u-1642b20c920\">We do not sell, trade, or otherwise transfer to outside parties your personally identifiable information.</p><p data-css=\"tve-u-1642b20c920\">Third party links</p><p data-css=\"tve-u-1642b20c920\">Occasionally, at our discretion, we may include or offer third party products or services on our website. These third party sites have separate and independent privacy policies. We therefore have no responsibility or liability for the content and activities of these linked sites. Nonetheless, we seek to protect the integrity of our site and welcome any feedback about these sites.</p><p data-css=\"tve-u-1642b20c920\">Google</p><p data-css=\"tve-u-1642b20c920\">Google\'s advertising requirements can be summed up by Google\'s Advertising Principles. They are put in place to provide a positive experience for users. https://support.google.com/adwordspolicy/answer/1316548?hl=en<br>Opting out:<br>Users can set preferences for how Google advertises to you using the Google Ad Settings page. Alternatively, you can opt out by visiting the Network Advertising initiative opt out page or permanently using the Google Analytics Opt Out Browser add on.<br>California Online Privacy Protection Act<br>CalOPPA is the first state law in the nation to require commercial websites and online services to post a privacy policy. The law\'s reach stretches well beyond California to require a person or company in the United States (and conceivably the world) that operates websites collecting personally identifiable information from California consumers to post a conspicuous privacy policy on its website stating exactly the information being collected and those individuals with whom it is being shared, and to comply with this policy.<br>See more at: http://consumercal.org/california-online-privacy-protection-act-caloppa/#sthash.0FdRbT51.dpuf<br>According to CalOPPA we agree to the following:<br>Users can visit our site anonymously<br>Once this privacy policy is created, we will add a link to it on our home page, or as a minimum on the first significant page after entering our website.<br>Our Privacy Policy link includes the word \'Privacy\', and can be easily be found on the page specified above.<br>Users will be notified of any privacy policy changes:<br>â€¢ On our Privacy Policy Page<br>Users are able to change their personal information:<br>â€¢ By emailing us<br>â€¢ By calling us</p><p data-css=\"tve-u-1642b20c920\">How does our site handle do not track signals?</p><p data-css=\"tve-u-1642b20c920\">We honor do not track signals and do not track, plant cookies, or use advertising when a Do Not Track (DNT) browser mechanism is in place.</p><p data-css=\"tve-u-1642b20c920\">Does our site allow third party behavioral tracking?</p><p data-css=\"tve-u-1642b20c920\">It\'s also important to note that we do not allow third party behavioral tracking<br>COPPA (Children Online Privacy Protection Act)<br>When it comes to the collection of personal information from children under 13, the Children\'s Online Privacy Protection Act (COPPA) puts parents in control. The Federal Trade Commission, the nation\'s consumer protection agency, enforces the COPPA Rule, which spells out what operators of websites and online services must do to protect children\'s privacy and safety online.</p><p data-css=\"tve-u-1642b20c920\">We do not specifically market to children under 13.</p><p data-css=\"tve-u-1642b20c920\">Fair Information Practices</p><p data-css=\"tve-u-1642b20c920\">The Fair Information Practices Principles form the backbone of privacy law in the United States and the concepts they include have played a significant role in the development of data protection laws around the globe. Understanding the Fair Information Practice Principles and how they should be implemented is critical to comply with the various privacy laws that protect personal information.<br>In order to be in line with Fair Information Practices we will take the following responsive action, should a data breach occur:<br>â€¢ Within 7 business days<br>We will notify the users via in site notification<br>â€¢ Within 7 business days<br>We also agree to the individual redress principle, which requires that individuals have a right to pursue legally enforceable rights against data collectors and processors who fail to adhere to the law. This principle requires not only that individuals have enforceable rights against data users, but also that individuals have recourse to courts or a government agency to investigate and/or prosecute non-compliance by data processors.<br>CAN SPAM Act<br>The CAN-SPAM Act is a law that sets the rules for commercial email, establishes requirements for commercial messages, gives recipients the right to have emails stopped from being sent to them, and spells out tough penalties for violations.</p><p data-css=\"tve-u-1642b20c920\">We collect your email address in order to:</p><p data-css=\"tve-u-1642b20c920\">â€¢ Send information, respond to inquiries, and/or other requests or questions.<br>â€¢ Process orders and to send information and updates pertaining to orders<br>â€¢ Market to our mailing list or continue to send emails to our clients after the original transaction has occurred<br>To be in accordance with CANSPAM we agree to the following:<br>â€¢ NOT use false, or misleading subjects or email addresses<br>â€¢ Identify the message as an advertisement in some reasonable way<br>â€¢ Include the physical address of our business or site headquarters<br>â€¢ Monitor third party email marketing services for compliance, if one is used.<br>â€¢ Honor opt-out/unsubscribe requests quickly<br>â€¢ Allow users to unsubscribe by using the link at the bottom of each email<br>If at any time you would like to unsubscribe from receiving future emails, you can email us at<br>â€¢ Follow the instructions at the bottom of each email. and we will promptly remove you from ALL correspondence.</p><p data-css=\"tve-u-1642b20c920\">Contacting Us</p><p data-css=\"tve-u-1642b20c920\">If there are any questions regarding this privacy policy you may contact us using the information below.<br>Blackhawk Custom, LLC.<br>825 South Kings Highway<br>Fort Pierce, FL 34945<br>United States<br>https://www.blackhawkcustom.com<br>Conditions of use:</p><p data-css=\"tve-u-1642b20c920\">By using this website, you agree to all of our terms and conditions of the sale<br>All sales are final (See our refund policy)</p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16416ab0690\" wfd-id=\"67\">\n<div class=\"tve-page-section-out\" wfd-id=\"69\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16416aae91e\" wfd-id=\"68\"></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-16035a9ff73\" wfd-id=\"61\">\n<div class=\"tve-page-section-out\" wfd-id=\"66\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-160e4eb46bd\" wfd-id=\"62\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" wfd-id=\"63\"><p>Copyright text and footer links.</p></div></div>\n</div>'),(1394,144,'tve_revision_tve_content_more_found',''),(1395,144,'tve_revision_tve_save_post',''),(1396,144,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Montserrat:400,700&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Open+Sans:400,700,300&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-1642b25c464\"] { padding: 5px !important; }[data-css=\"tve-u-1642b20c920\"] strong { font-weight: 700 !important; }#tve_editor [data-css=\"tve-u-1642b20c920\"] { font-size: 16px !important; font-family: Montserrat !important; font-weight: 400 !important; }[data-css=\"tve-u-16035acf904\"] strong { font-weight: 700 !important; }#tve_editor [data-css=\"tve-u-16035acf904\"] { font-size: 24px !important; font-family: Montserrat !important; font-weight: 400 !important; }[data-css=\"tve-u-1642b1d750f\"] { background-image: linear-gradient(rgb(0, 0, 0), rgb(0, 0, 0)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }#tve_editor [data-css=\"tve-u-1642b1d2e7a\"] p, #tve_editor [data-css=\"tve-u-1642b1d2e7a\"] li, #tve_editor [data-css=\"tve-u-1642b1d2e7a\"] blockquote, #tve_editor [data-css=\"tve-u-1642b1d2e7a\"] address, #tve_editor [data-css=\"tve-u-1642b1d2e7a\"] .tcb-plain-text, #tve_editor [data-css=\"tve-u-1642b1d2e7a\"] h1, #tve_editor [data-css=\"tve-u-1642b1d2e7a\"] h2, #tve_editor [data-css=\"tve-u-1642b1d2e7a\"] h3, #tve_editor [data-css=\"tve-u-1642b1d2e7a\"] h4, #tve_editor [data-css=\"tve-u-1642b1d2e7a\"] h5, #tve_editor [data-css=\"tve-u-1642b1d2e7a\"] h6 { color: rgb(255, 255, 255); }[data-css=\"tve-u-16416ab0690\"] { padding: 30px 20px !important; }[data-css=\"tve-u-16416aae91e\"] { max-width: 1080px; }.tcb-plain-text strong { font-weight: 700; }.tcb-plain-text { font-family: \"Open Sans\"; font-weight: 400; }#tve_editor [data-css=\"tve-u-160e4eb46bd\"] p, #tve_editor [data-css=\"tve-u-160e4eb46bd\"] li, #tve_editor [data-css=\"tve-u-160e4eb46bd\"] blockquote, #tve_editor [data-css=\"tve-u-160e4eb46bd\"] address, #tve_editor [data-css=\"tve-u-160e4eb46bd\"] h1, #tve_editor [data-css=\"tve-u-160e4eb46bd\"] h2, #tve_editor [data-css=\"tve-u-160e4eb46bd\"] h3, #tve_editor [data-css=\"tve-u-160e4eb46bd\"] h4, #tve_editor [data-css=\"tve-u-160e4eb46bd\"] h5, #tve_editor [data-css=\"tve-u-160e4eb46bd\"] h6 { color: rgb(144, 144, 144); }#tcb_landing_page a strong { font-weight: 700; }#tcb_landing_page h6 strong { font-weight: 700; }#tcb_landing_page h5 strong { font-weight: 700; }#tcb_landing_page h4 strong { font-weight: 700; }#tcb_landing_page h6 { font-family: \"Open Sans\"; font-weight: 400; color: rgb(51, 51, 51); font-size: 20px; }#tcb_landing_page h5 { font-family: \"Open Sans\"; font-weight: 400; color: rgb(51, 51, 51); font-size: 24px; }#tcb_landing_page h4 { font-family: \"Open Sans\"; font-weight: 400; color: rgb(51, 51, 51); font-size: 30px; }[data-css=\"tve-u-16035a9ff73\"] { padding: 30px 20px !important; }#tcb_landing_page a:not(.tcb-button-link) { color: rgb(51, 51, 51); text-decoration: underline; }#tcb_landing_page h3 strong { font-weight: 700; }#tcb_landing_page h3 { font-family: \"Open Sans\"; font-weight: 400; color: rgb(51, 51, 51); font-size: 38px; line-height: 1.3em; }#tcb_landing_page h2 strong { font-weight: 700; }#tcb_landing_page h2 { font-family: \"Open Sans\"; font-weight: 400; color: rgb(51, 51, 51); font-size: 45px; line-height: 1.3em; }#tcb_landing_page h1 strong { font-weight: 700; }#tcb_landing_page h1 { font-family: \"Open Sans\"; font-weight: 400; font-size: 50px; line-height: 1.3em; color: rgb(51, 51, 51); }#tcb_landing_page p strong, #tcb_landing_page li strong { font-weight: 700; }#tcb_landing_page p, #tcb_landing_page li { font-family: \"Open Sans\"; font-weight: 400; font-size: 17px; line-height: 1.6em; color: rgb(70, 70, 70); }[data-css=\"tve-u-15e09c94f7d\"] { background-color: rgb(255, 255, 255); }#tcb_landing_page a:hover:not(.tcb-button-link) { text-decoration: none; }#tcb_landing_page .tve-state-hovera:not(.tcb-button-link) { text-decoration: none; }[data-css=\"tve-u-160e4eb46bd\"] h3 { margin: 0px 0px auto !important; padding: 0px !important; }[data-css=\"tve-u-160e4eb46bd\"] h1 { margin: 0px 0px auto !important; padding: 0px !important; }[data-css=\"tve-u-160e4eb46bd\"] h2 { margin: 0px 0px auto !important; padding: 0px !important; }[data-css=\"tve-u-160e4eb46bd\"] p { margin: 0px 0px auto !important; padding: 0px !important; }[data-css=\"tve-u-160e4eb46bd\"] { max-width: 1080px; text-align: center; }#tcb_landing_page a.tve-state-hover:not(.tcb-button-link) { text-decoration: none; }[data-css=\"tve-u-1642b1d2e7a\"] { max-width: 1200px; }}@media (max-width: 767px){#tve_editor [data-css=\"tve-u-16035acf904\"] { font-size: 36px !important; }[data-css=\"tve-u-16035a9ff73\"] { padding-left: 10px !important; padding-right: 10px !important; }}'),(1397,144,'tve_revision_tve_user_custom_css',''),(1398,144,'tve_revision_tve_page_events','a:0:{}'),(1399,144,'tve_revision_tve_globals','a:2:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";s:11:\"lightbox_id\";i:0;}'),(1400,144,'tve_revision_tve_global_scripts',''),(1401,144,'tve_revision_thrive_icon_pack',''),(1402,144,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(1403,144,'tve_revision_tve_has_masonry','0'),(1404,144,'tve_revision_tve_has_typefocus',''),(1405,144,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16416ab0690\" wfd-id=\"70\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1642b1d750f\" wfd-id=\"79\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1642b1d2e7a\" wfd-id=\"71\"><div class=\"thrv_wrapper thrv_heading\" style=\"\" data-tag=\"h1\" wfd-id=\"76\"><h1 data-css=\"tve-u-16035acf904\"><strong>Privacy</strong></h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone on_hover\" style=\"\" wfd-id=\"72\" data-css=\"tve-u-1642b25c464\"><p data-css=\"tve-u-1642b20c920\">Privacy Policy</p><p data-css=\"tve-u-1642b20c920\">What personal information do we collect from the people that visit our blog, website or app?<br>When ordering or registering on our site, as appropriate, you may be asked to enter your name, email address, mailing address, phone number, credit card information or other details to help you with your experience.</p><p data-css=\"tve-u-1642b20c920\">When do we collect information?</p><p data-css=\"tve-u-1642b20c920\">We collect information from you when you register on our site, place an order, subscribe to a newsletter, respond to a survey, fill out a form or enter information on our site.</p><p data-css=\"tve-u-1642b20c920\">How do we use your information?</p><p data-css=\"tve-u-1642b20c920\">We may use the information we collect from you when you register, make a purchase, sign up for our newsletter, respond to a survey or marketing communication, surf the website, or use certain other site features in the following ways:<br>â€¢ To personalize user\'s experience and to allow us to deliver the type of content and product offerings in which you are most interested.<br>â€¢ To improve our website in order to better serve you.<br>â€¢ To allow us to better service you in responding to your customer service requests.<br>â€¢ To administer a contest, promotion, survey or other site feature.<br>â€¢ To quickly process your transactions.<br>â€¢ To send periodic emails regarding your order or other products and services.</p><p data-css=\"tve-u-1642b20c920\">How do we protect visitor information?</p><p data-css=\"tve-u-1642b20c920\">Our website is scanned on a regular basis for security holes and known vulnerabilities in order to make your visit to our site as safe as possible.<br>We use regular Malware Scanning.</p><p data-css=\"tve-u-1642b20c920\">Your personal information is contained behind secured networks and is only accessible by a limited number of persons who have special access rights to such systems, and are required to keep the information confidential. In addition, all sensitive/credit information you supply is encrypted via Secure Socket Layer (SSL) technology.</p><p data-css=\"tve-u-1642b20c920\">We implement a variety of security measures when a user places an order, enters, submits, or accesses their information to maintain the safety of your personal information.</p><p data-css=\"tve-u-1642b20c920\">All transactions are processed through a gateway provider and are not stored or processed on our servers.</p><p data-css=\"tve-u-1642b20c920\">Do we use \'cookies\'?</p><p data-css=\"tve-u-1642b20c920\">Yes. Cookies are small files that a site or its service provider transfers to your computer\'s hard drive through your Web browser (if you allow) that enable the site\'s or service provider\'s systems to recognize your browser and capture and remember certain information. For instance, we use cookies to help us remember and process the items in your shopping cart. They are also used to help us understand your preferences based on previous or current site activity, which enables us to provide you with improved services. We also use cookies to help us compile aggregate data about site traffic and site interaction so that we can offer better site experiences and tools in the future.</p><p data-css=\"tve-u-1642b20c920\">We use cookies to:</p><p data-css=\"tve-u-1642b20c920\">â€¢ Help remember and process the items in the shopping cart.<br>â€¢ Understand and save user\'s preferences for future visits.<br>You can choose to have your computer warn you each time a cookie is being sent, or you can choose to turn off all cookies. You do this through your browser (like Internet Explorer) settings. Each browser is a little different, so look at your browser\'s Help menu to learn the correct way to modify your cookies.<br>If users disable cookies in their browser:<br>If you turn off cookies, some features will be disabled. However, you can still place orders for<br>saved items in your shopping cart over the telephone by contacting customer service.</p><p data-css=\"tve-u-1642b20c920\">Third Party Disclosure</p><p data-css=\"tve-u-1642b20c920\">We do not sell, trade, or otherwise transfer to outside parties your personally identifiable information.</p><p data-css=\"tve-u-1642b20c920\">Third party links</p><p data-css=\"tve-u-1642b20c920\">Occasionally, at our discretion, we may include or offer third party products or services on our website. These third party sites have separate and independent privacy policies. We therefore have no responsibility or liability for the content and activities of these linked sites. Nonetheless, we seek to protect the integrity of our site and welcome any feedback about these sites.</p><p data-css=\"tve-u-1642b20c920\">Google</p><p data-css=\"tve-u-1642b20c920\">Google\'s advertising requirements can be summed up by Google\'s Advertising Principles. They are put in place to provide a positive experience for users. https://support.google.com/adwordspolicy/answer/1316548?hl=en<br>Opting out:<br>Users can set preferences for how Google advertises to you using the Google Ad Settings page. Alternatively, you can opt out by visiting the Network Advertising initiative opt out page or permanently using the Google Analytics Opt Out Browser add on.<br>California Online Privacy Protection Act<br>CalOPPA is the first state law in the nation to require commercial websites and online services to post a privacy policy. The law\'s reach stretches well beyond California to require a person or company in the United States (and conceivably the world) that operates websites collecting personally identifiable information from California consumers to post a conspicuous privacy policy on its website stating exactly the information being collected and those individuals with whom it is being shared, and to comply with this policy.<br>See more at: http://consumercal.org/california-online-privacy-protection-act-caloppa/#sthash.0FdRbT51.dpuf<br>According to CalOPPA we agree to the following:<br>Users can visit our site anonymously<br>Once this privacy policy is created, we will add a link to it on our home page, or as a minimum on the first significant page after entering our website.<br>Our Privacy Policy link includes the word \'Privacy\', and can be easily be found on the page specified above.<br>Users will be notified of any privacy policy changes:<br>â€¢ On our Privacy Policy Page<br>Users are able to change their personal information:<br>â€¢ By emailing us<br>â€¢ By calling us</p><p data-css=\"tve-u-1642b20c920\">How does our site handle do not track signals?</p><p data-css=\"tve-u-1642b20c920\">We honor do not track signals and do not track, plant cookies, or use advertising when a Do Not Track (DNT) browser mechanism is in place.</p><p data-css=\"tve-u-1642b20c920\">Does our site allow third party behavioral tracking?</p><p data-css=\"tve-u-1642b20c920\">It\'s also important to note that we do not allow third party behavioral tracking<br>COPPA (Children Online Privacy Protection Act)<br>When it comes to the collection of personal information from children under 13, the Children\'s Online Privacy Protection Act (COPPA) puts parents in control. The Federal Trade Commission, the nation\'s consumer protection agency, enforces the COPPA Rule, which spells out what operators of websites and online services must do to protect children\'s privacy and safety online.</p><p data-css=\"tve-u-1642b20c920\">We do not specifically market to children under 13.</p><p data-css=\"tve-u-1642b20c920\">Fair Information Practices</p><p data-css=\"tve-u-1642b20c920\">The Fair Information Practices Principles form the backbone of privacy law in the United States and the concepts they include have played a significant role in the development of data protection laws around the globe. Understanding the Fair Information Practice Principles and how they should be implemented is critical to comply with the various privacy laws that protect personal information.<br>In order to be in line with Fair Information Practices we will take the following responsive action, should a data breach occur:<br>â€¢ Within 7 business days<br>We will notify the users via in site notification<br>â€¢ Within 7 business days<br>We also agree to the individual redress principle, which requires that individuals have a right to pursue legally enforceable rights against data collectors and processors who fail to adhere to the law. This principle requires not only that individuals have enforceable rights against data users, but also that individuals have recourse to courts or a government agency to investigate and/or prosecute non-compliance by data processors.<br>CAN SPAM Act<br>The CAN-SPAM Act is a law that sets the rules for commercial email, establishes requirements for commercial messages, gives recipients the right to have emails stopped from being sent to them, and spells out tough penalties for violations.</p><p data-css=\"tve-u-1642b20c920\">We collect your email address in order to:</p><p data-css=\"tve-u-1642b20c920\">â€¢ Send information, respond to inquiries, and/or other requests or questions.<br>â€¢ Process orders and to send information and updates pertaining to orders<br>â€¢ Market to our mailing list or continue to send emails to our clients after the original transaction has occurred<br>To be in accordance with CANSPAM we agree to the following:<br>â€¢ NOT use false, or misleading subjects or email addresses<br>â€¢ Identify the message as an advertisement in some reasonable way<br>â€¢ Include the physical address of our business or site headquarters<br>â€¢ Monitor third party email marketing services for compliance, if one is used.<br>â€¢ Honor opt-out/unsubscribe requests quickly<br>â€¢ Allow users to unsubscribe by using the link at the bottom of each email<br>If at any time you would like to unsubscribe from receiving future emails, you can email us at<br>â€¢ Follow the instructions at the bottom of each email. and we will promptly remove you from ALL correspondence.</p><p data-css=\"tve-u-1642b20c920\">Contacting Us</p><p data-css=\"tve-u-1642b20c920\">If there are any questions regarding this privacy policy you may contact us using the information below.<br>Blackhawk Custom, LLC.<br>825 South Kings Highway<br>Fort Pierce, FL 34945<br>United States<br>https://www.blackhawkcustom.com<br>Conditions of use:</p><p data-css=\"tve-u-1642b20c920\">By using this website, you agree to all of our terms and conditions of the sale<br>All sales are final (See our refund policy)</p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16416ab0690\" wfd-id=\"67\">\n<div class=\"tve-page-section-out\" wfd-id=\"69\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16416aae91e\" wfd-id=\"68\"></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-16035a9ff73\" wfd-id=\"61\">\n<div class=\"tve-page-section-out\" wfd-id=\"66\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-160e4eb46bd\" wfd-id=\"62\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" wfd-id=\"63\"><p>Copyright text and footer links.</p></div></div>\n</div>'),(1406,144,'tve_revision_tve_has_wistia_popover',''),(1407,145,'tve_revision_tve_landing_page','tcb2-blank-page-styled'),(1408,145,'tve_revision_tve_disable_theme_dependency','1'),(1409,145,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16416ab0690\" wfd-id=\"70\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1642b1d750f\" wfd-id=\"79\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1642b1d2e7a\" wfd-id=\"71\"><div class=\"thrv_wrapper thrv_heading\" style=\"\" data-tag=\"h1\" wfd-id=\"76\"><h1 data-css=\"tve-u-16035acf904\"><strong>Privacy</strong></h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone on_hover\" style=\"\" wfd-id=\"72\" data-css=\"tve-u-1642b25c464\"><p data-css=\"tve-u-1642b20c920\">Privacy Policy</p><p data-css=\"tve-u-1642b20c920\">What personal information do we collect from the people that visit our blog, website or app?<br>When ordering or registering on our site, as appropriate, you may be asked to enter your name, email address, mailing address, phone number, credit card information or other details to help you with your experience.</p><p data-css=\"tve-u-1642b20c920\">When do we collect information?</p><p data-css=\"tve-u-1642b20c920\">We collect information from you when you register on our site, place an order, subscribe to a newsletter, respond to a survey, fill out a form or enter information on our site.</p><p data-css=\"tve-u-1642b20c920\">How do we use your information?</p><p data-css=\"tve-u-1642b20c920\">We may use the information we collect from you when you register, make a purchase, sign up for our newsletter, respond to a survey or marketing communication, surf the website, or use certain other site features in the following ways:<br>â€¢ To personalize user\'s experience and to allow us to deliver the type of content and product offerings in which you are most interested.<br>â€¢ To improve our website in order to better serve you.<br>â€¢ To allow us to better service you in responding to your customer service requests.<br>â€¢ To administer a contest, promotion, survey or other site feature.<br>â€¢ To quickly process your transactions.<br>â€¢ To send periodic emails regarding your order or other products and services.</p><p data-css=\"tve-u-1642b20c920\">How do we protect visitor information?</p><p data-css=\"tve-u-1642b20c920\">Our website is scanned on a regular basis for security holes and known vulnerabilities in order to make your visit to our site as safe as possible.<br>We use regular Malware Scanning.</p><p data-css=\"tve-u-1642b20c920\">Your personal information is contained behind secured networks and is only accessible by a limited number of persons who have special access rights to such systems, and are required to keep the information confidential. In addition, all sensitive/credit information you supply is encrypted via Secure Socket Layer (SSL) technology.</p><p data-css=\"tve-u-1642b20c920\">We implement a variety of security measures when a user places an order, enters, submits, or accesses their information to maintain the safety of your personal information.</p><p data-css=\"tve-u-1642b20c920\">All transactions are processed through a gateway provider and are not stored or processed on our servers.</p><p data-css=\"tve-u-1642b20c920\">Do we use \'cookies\'?</p><p data-css=\"tve-u-1642b20c920\">Yes. Cookies are small files that a site or its service provider transfers to your computer\'s hard drive through your Web browser (if you allow) that enable the site\'s or service provider\'s systems to recognize your browser and capture and remember certain information. For instance, we use cookies to help us remember and process the items in your shopping cart. They are also used to help us understand your preferences based on previous or current site activity, which enables us to provide you with improved services. We also use cookies to help us compile aggregate data about site traffic and site interaction so that we can offer better site experiences and tools in the future.</p><p data-css=\"tve-u-1642b20c920\">We use cookies to:</p><p data-css=\"tve-u-1642b20c920\">â€¢ Help remember and process the items in the shopping cart.<br>â€¢ Understand and save user\'s preferences for future visits.<br>You can choose to have your computer warn you each time a cookie is being sent, or you can choose to turn off all cookies. You do this through your browser (like Internet Explorer) settings. Each browser is a little different, so look at your browser\'s Help menu to learn the correct way to modify your cookies.<br>If users disable cookies in their browser:<br>If you turn off cookies, some features will be disabled. However, you can still place orders for<br>saved items in your shopping cart over the telephone by contacting customer service.</p><p data-css=\"tve-u-1642b20c920\">Third Party Disclosure</p><p data-css=\"tve-u-1642b20c920\">We do not sell, trade, or otherwise transfer to outside parties your personally identifiable information.</p><p data-css=\"tve-u-1642b20c920\">Third party links</p><p data-css=\"tve-u-1642b20c920\">Occasionally, at our discretion, we may include or offer third party products or services on our website. These third party sites have separate and independent privacy policies. We therefore have no responsibility or liability for the content and activities of these linked sites. Nonetheless, we seek to protect the integrity of our site and welcome any feedback about these sites.</p><p data-css=\"tve-u-1642b20c920\">Google</p><p data-css=\"tve-u-1642b20c920\">Google\'s advertising requirements can be summed up by Google\'s Advertising Principles. They are put in place to provide a positive experience for users. https://support.google.com/adwordspolicy/answer/1316548?hl=en<br>Opting out:<br>Users can set preferences for how Google advertises to you using the Google Ad Settings page. Alternatively, you can opt out by visiting the Network Advertising initiative opt out page or permanently using the Google Analytics Opt Out Browser add on.<br>California Online Privacy Protection Act<br>CalOPPA is the first state law in the nation to require commercial websites and online services to post a privacy policy. The law\'s reach stretches well beyond California to require a person or company in the United States (and conceivably the world) that operates websites collecting personally identifiable information from California consumers to post a conspicuous privacy policy on its website stating exactly the information being collected and those individuals with whom it is being shared, and to comply with this policy.<br>See more at: http://consumercal.org/california-online-privacy-protection-act-caloppa/#sthash.0FdRbT51.dpuf<br>According to CalOPPA we agree to the following:<br>Users can visit our site anonymously<br>Once this privacy policy is created, we will add a link to it on our home page, or as a minimum on the first significant page after entering our website.<br>Our Privacy Policy link includes the word \'Privacy\', and can be easily be found on the page specified above.<br>Users will be notified of any privacy policy changes:<br>â€¢ On our Privacy Policy Page<br>Users are able to change their personal information:<br>â€¢ By emailing us<br>â€¢ By calling us</p><p data-css=\"tve-u-1642b20c920\">How does our site handle do not track signals?</p><p data-css=\"tve-u-1642b20c920\">We honor do not track signals and do not track, plant cookies, or use advertising when a Do Not Track (DNT) browser mechanism is in place.</p><p data-css=\"tve-u-1642b20c920\">Does our site allow third party behavioral tracking?</p><p data-css=\"tve-u-1642b20c920\">It\'s also important to note that we do not allow third party behavioral tracking<br>COPPA (Children Online Privacy Protection Act)<br>When it comes to the collection of personal information from children under 13, the Children\'s Online Privacy Protection Act (COPPA) puts parents in control. The Federal Trade Commission, the nation\'s consumer protection agency, enforces the COPPA Rule, which spells out what operators of websites and online services must do to protect children\'s privacy and safety online.</p><p data-css=\"tve-u-1642b20c920\">We do not specifically market to children under 13.</p><p data-css=\"tve-u-1642b20c920\">Fair Information Practices</p><p data-css=\"tve-u-1642b20c920\">The Fair Information Practices Principles form the backbone of privacy law in the United States and the concepts they include have played a significant role in the development of data protection laws around the globe. Understanding the Fair Information Practice Principles and how they should be implemented is critical to comply with the various privacy laws that protect personal information.<br>In order to be in line with Fair Information Practices we will take the following responsive action, should a data breach occur:<br>â€¢ Within 7 business days<br>We will notify the users via in site notification<br>â€¢ Within 7 business days<br>We also agree to the individual redress principle, which requires that individuals have a right to pursue legally enforceable rights against data collectors and processors who fail to adhere to the law. This principle requires not only that individuals have enforceable rights against data users, but also that individuals have recourse to courts or a government agency to investigate and/or prosecute non-compliance by data processors.<br>CAN SPAM Act<br>The CAN-SPAM Act is a law that sets the rules for commercial email, establishes requirements for commercial messages, gives recipients the right to have emails stopped from being sent to them, and spells out tough penalties for violations.</p><p data-css=\"tve-u-1642b20c920\">We collect your email address in order to:</p><p data-css=\"tve-u-1642b20c920\">â€¢ Send information, respond to inquiries, and/or other requests or questions.<br>â€¢ Process orders and to send information and updates pertaining to orders<br>â€¢ Market to our mailing list or continue to send emails to our clients after the original transaction has occurred<br>To be in accordance with CANSPAM we agree to the following:<br>â€¢ NOT use false, or misleading subjects or email addresses<br>â€¢ Identify the message as an advertisement in some reasonable way<br>â€¢ Include the physical address of our business or site headquarters<br>â€¢ Monitor third party email marketing services for compliance, if one is used.<br>â€¢ Honor opt-out/unsubscribe requests quickly<br>â€¢ Allow users to unsubscribe by using the link at the bottom of each email<br>If at any time you would like to unsubscribe from receiving future emails, you can email us at<br>â€¢ Follow the instructions at the bottom of each email. and we will promptly remove you from ALL correspondence.</p><p data-css=\"tve-u-1642b20c920\">Contacting Us</p><p data-css=\"tve-u-1642b20c920\">If there are any questions regarding this privacy policy you may contact us using the information below.<br>Blackhawk Custom, LLC.<br>825 South Kings Highway<br>Fort Pierce, FL 34945<br>United States<br>https://www.blackhawkcustom.com<br>Conditions of use:</p><p data-css=\"tve-u-1642b20c920\">By using this website, you agree to all of our terms and conditions of the sale<br>All sales are final (See our refund policy)</p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16416ab0690\" wfd-id=\"67\">\n<div class=\"tve-page-section-out\" wfd-id=\"69\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16416aae91e\" wfd-id=\"68\"></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-16035a9ff73\" wfd-id=\"61\">\n<div class=\"tve-page-section-out\" wfd-id=\"66\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-160e4eb46bd\" wfd-id=\"62\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" wfd-id=\"63\"><p>Copyright text and footer links.</p></div></div>\n</div>'),(1410,145,'tve_revision_tve_content_more_found',''),(1411,145,'tve_revision_tve_save_post',''),(1412,145,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Montserrat:400,700&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Open+Sans:400,700,300&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-1642b25c464\"] { padding: 5px !important; }[data-css=\"tve-u-1642b20c920\"] strong { font-weight: 700 !important; }#tve_editor [data-css=\"tve-u-1642b20c920\"] { font-size: 16px !important; font-family: Montserrat !important; font-weight: 400 !important; }[data-css=\"tve-u-16035acf904\"] strong { font-weight: 700 !important; }#tve_editor [data-css=\"tve-u-16035acf904\"] { font-size: 24px !important; font-family: Montserrat !important; font-weight: 400 !important; }[data-css=\"tve-u-1642b1d750f\"] { background-image: linear-gradient(rgb(0, 0, 0), rgb(0, 0, 0)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }#tve_editor [data-css=\"tve-u-1642b1d2e7a\"] p, #tve_editor [data-css=\"tve-u-1642b1d2e7a\"] li, #tve_editor [data-css=\"tve-u-1642b1d2e7a\"] blockquote, #tve_editor [data-css=\"tve-u-1642b1d2e7a\"] address, #tve_editor [data-css=\"tve-u-1642b1d2e7a\"] .tcb-plain-text, #tve_editor [data-css=\"tve-u-1642b1d2e7a\"] h1, #tve_editor [data-css=\"tve-u-1642b1d2e7a\"] h2, #tve_editor [data-css=\"tve-u-1642b1d2e7a\"] h3, #tve_editor [data-css=\"tve-u-1642b1d2e7a\"] h4, #tve_editor [data-css=\"tve-u-1642b1d2e7a\"] h5, #tve_editor [data-css=\"tve-u-1642b1d2e7a\"] h6 { color: rgb(255, 255, 255); }[data-css=\"tve-u-16416ab0690\"] { padding: 30px 20px !important; }[data-css=\"tve-u-16416aae91e\"] { max-width: 1080px; }.tcb-plain-text strong { font-weight: 700; }.tcb-plain-text { font-family: \"Open Sans\"; font-weight: 400; }#tve_editor [data-css=\"tve-u-160e4eb46bd\"] p, #tve_editor [data-css=\"tve-u-160e4eb46bd\"] li, #tve_editor [data-css=\"tve-u-160e4eb46bd\"] blockquote, #tve_editor [data-css=\"tve-u-160e4eb46bd\"] address, #tve_editor [data-css=\"tve-u-160e4eb46bd\"] h1, #tve_editor [data-css=\"tve-u-160e4eb46bd\"] h2, #tve_editor [data-css=\"tve-u-160e4eb46bd\"] h3, #tve_editor [data-css=\"tve-u-160e4eb46bd\"] h4, #tve_editor [data-css=\"tve-u-160e4eb46bd\"] h5, #tve_editor [data-css=\"tve-u-160e4eb46bd\"] h6 { color: rgb(144, 144, 144); }#tcb_landing_page a strong { font-weight: 700; }#tcb_landing_page h6 strong { font-weight: 700; }#tcb_landing_page h5 strong { font-weight: 700; }#tcb_landing_page h4 strong { font-weight: 700; }#tcb_landing_page h6 { font-family: \"Open Sans\"; font-weight: 400; color: rgb(51, 51, 51); font-size: 20px; }#tcb_landing_page h5 { font-family: \"Open Sans\"; font-weight: 400; color: rgb(51, 51, 51); font-size: 24px; }#tcb_landing_page h4 { font-family: \"Open Sans\"; font-weight: 400; color: rgb(51, 51, 51); font-size: 30px; }[data-css=\"tve-u-16035a9ff73\"] { padding: 30px 20px !important; }#tcb_landing_page a:not(.tcb-button-link) { color: rgb(51, 51, 51); text-decoration: underline; }#tcb_landing_page h3 strong { font-weight: 700; }#tcb_landing_page h3 { font-family: \"Open Sans\"; font-weight: 400; color: rgb(51, 51, 51); font-size: 38px; line-height: 1.3em; }#tcb_landing_page h2 strong { font-weight: 700; }#tcb_landing_page h2 { font-family: \"Open Sans\"; font-weight: 400; color: rgb(51, 51, 51); font-size: 45px; line-height: 1.3em; }#tcb_landing_page h1 strong { font-weight: 700; }#tcb_landing_page h1 { font-family: \"Open Sans\"; font-weight: 400; font-size: 50px; line-height: 1.3em; color: rgb(51, 51, 51); }#tcb_landing_page p strong, #tcb_landing_page li strong { font-weight: 700; }#tcb_landing_page p, #tcb_landing_page li { font-family: \"Open Sans\"; font-weight: 400; font-size: 17px; line-height: 1.6em; color: rgb(70, 70, 70); }[data-css=\"tve-u-15e09c94f7d\"] { background-color: rgb(255, 255, 255); }#tcb_landing_page a:hover:not(.tcb-button-link) { text-decoration: none; }#tcb_landing_page .tve-state-hovera:not(.tcb-button-link) { text-decoration: none; }[data-css=\"tve-u-160e4eb46bd\"] h3 { margin: 0px 0px auto !important; padding: 0px !important; }[data-css=\"tve-u-160e4eb46bd\"] h1 { margin: 0px 0px auto !important; padding: 0px !important; }[data-css=\"tve-u-160e4eb46bd\"] h2 { margin: 0px 0px auto !important; padding: 0px !important; }[data-css=\"tve-u-160e4eb46bd\"] p { margin: 0px 0px auto !important; padding: 0px !important; }[data-css=\"tve-u-160e4eb46bd\"] { max-width: 1080px; text-align: center; }#tcb_landing_page a.tve-state-hover:not(.tcb-button-link) { text-decoration: none; }[data-css=\"tve-u-1642b1d2e7a\"] { max-width: 1200px; }}@media (max-width: 767px){#tve_editor [data-css=\"tve-u-16035acf904\"] { font-size: 36px !important; }[data-css=\"tve-u-16035a9ff73\"] { padding-left: 10px !important; padding-right: 10px !important; }}'),(1413,145,'tve_revision_tve_user_custom_css',''),(1414,145,'tve_revision_tve_page_events','a:0:{}'),(1415,145,'tve_revision_tve_globals','a:2:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";s:8:\"font_cls\";a:0:{}}'),(1416,145,'tve_revision_tve_global_scripts',''),(1417,145,'tve_revision_thrive_icon_pack','0'),(1418,145,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(1419,145,'tve_revision_tve_has_masonry','0'),(1420,145,'tve_revision_tve_has_typefocus','0'),(1421,145,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16416ab0690\" wfd-id=\"70\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1642b1d750f\" wfd-id=\"79\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1642b1d2e7a\" wfd-id=\"71\"><div class=\"thrv_wrapper thrv_heading\" style=\"\" data-tag=\"h1\" wfd-id=\"76\"><h1 data-css=\"tve-u-16035acf904\"><strong>Privacy</strong></h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone on_hover\" style=\"\" wfd-id=\"72\" data-css=\"tve-u-1642b25c464\"><p data-css=\"tve-u-1642b20c920\">Privacy Policy</p><p data-css=\"tve-u-1642b20c920\">What personal information do we collect from the people that visit our blog, website or app?<br>When ordering or registering on our site, as appropriate, you may be asked to enter your name, email address, mailing address, phone number, credit card information or other details to help you with your experience.</p><p data-css=\"tve-u-1642b20c920\">When do we collect information?</p><p data-css=\"tve-u-1642b20c920\">We collect information from you when you register on our site, place an order, subscribe to a newsletter, respond to a survey, fill out a form or enter information on our site.</p><p data-css=\"tve-u-1642b20c920\">How do we use your information?</p><p data-css=\"tve-u-1642b20c920\">We may use the information we collect from you when you register, make a purchase, sign up for our newsletter, respond to a survey or marketing communication, surf the website, or use certain other site features in the following ways:<br>â€¢ To personalize user\'s experience and to allow us to deliver the type of content and product offerings in which you are most interested.<br>â€¢ To improve our website in order to better serve you.<br>â€¢ To allow us to better service you in responding to your customer service requests.<br>â€¢ To administer a contest, promotion, survey or other site feature.<br>â€¢ To quickly process your transactions.<br>â€¢ To send periodic emails regarding your order or other products and services.</p><p data-css=\"tve-u-1642b20c920\">How do we protect visitor information?</p><p data-css=\"tve-u-1642b20c920\">Our website is scanned on a regular basis for security holes and known vulnerabilities in order to make your visit to our site as safe as possible.<br>We use regular Malware Scanning.</p><p data-css=\"tve-u-1642b20c920\">Your personal information is contained behind secured networks and is only accessible by a limited number of persons who have special access rights to such systems, and are required to keep the information confidential. In addition, all sensitive/credit information you supply is encrypted via Secure Socket Layer (SSL) technology.</p><p data-css=\"tve-u-1642b20c920\">We implement a variety of security measures when a user places an order, enters, submits, or accesses their information to maintain the safety of your personal information.</p><p data-css=\"tve-u-1642b20c920\">All transactions are processed through a gateway provider and are not stored or processed on our servers.</p><p data-css=\"tve-u-1642b20c920\">Do we use \'cookies\'?</p><p data-css=\"tve-u-1642b20c920\">Yes. Cookies are small files that a site or its service provider transfers to your computer\'s hard drive through your Web browser (if you allow) that enable the site\'s or service provider\'s systems to recognize your browser and capture and remember certain information. For instance, we use cookies to help us remember and process the items in your shopping cart. They are also used to help us understand your preferences based on previous or current site activity, which enables us to provide you with improved services. We also use cookies to help us compile aggregate data about site traffic and site interaction so that we can offer better site experiences and tools in the future.</p><p data-css=\"tve-u-1642b20c920\">We use cookies to:</p><p data-css=\"tve-u-1642b20c920\">â€¢ Help remember and process the items in the shopping cart.<br>â€¢ Understand and save user\'s preferences for future visits.<br>You can choose to have your computer warn you each time a cookie is being sent, or you can choose to turn off all cookies. You do this through your browser (like Internet Explorer) settings. Each browser is a little different, so look at your browser\'s Help menu to learn the correct way to modify your cookies.<br>If users disable cookies in their browser:<br>If you turn off cookies, some features will be disabled. However, you can still place orders for<br>saved items in your shopping cart over the telephone by contacting customer service.</p><p data-css=\"tve-u-1642b20c920\">Third Party Disclosure</p><p data-css=\"tve-u-1642b20c920\">We do not sell, trade, or otherwise transfer to outside parties your personally identifiable information.</p><p data-css=\"tve-u-1642b20c920\">Third party links</p><p data-css=\"tve-u-1642b20c920\">Occasionally, at our discretion, we may include or offer third party products or services on our website. These third party sites have separate and independent privacy policies. We therefore have no responsibility or liability for the content and activities of these linked sites. Nonetheless, we seek to protect the integrity of our site and welcome any feedback about these sites.</p><p data-css=\"tve-u-1642b20c920\">Google</p><p data-css=\"tve-u-1642b20c920\">Google\'s advertising requirements can be summed up by Google\'s Advertising Principles. They are put in place to provide a positive experience for users. https://support.google.com/adwordspolicy/answer/1316548?hl=en<br>Opting out:<br>Users can set preferences for how Google advertises to you using the Google Ad Settings page. Alternatively, you can opt out by visiting the Network Advertising initiative opt out page or permanently using the Google Analytics Opt Out Browser add on.<br>California Online Privacy Protection Act<br>CalOPPA is the first state law in the nation to require commercial websites and online services to post a privacy policy. The law\'s reach stretches well beyond California to require a person or company in the United States (and conceivably the world) that operates websites collecting personally identifiable information from California consumers to post a conspicuous privacy policy on its website stating exactly the information being collected and those individuals with whom it is being shared, and to comply with this policy.<br>See more at: http://consumercal.org/california-online-privacy-protection-act-caloppa/#sthash.0FdRbT51.dpuf<br>According to CalOPPA we agree to the following:<br>Users can visit our site anonymously<br>Once this privacy policy is created, we will add a link to it on our home page, or as a minimum on the first significant page after entering our website.<br>Our Privacy Policy link includes the word \'Privacy\', and can be easily be found on the page specified above.<br>Users will be notified of any privacy policy changes:<br>â€¢ On our Privacy Policy Page<br>Users are able to change their personal information:<br>â€¢ By emailing us<br>â€¢ By calling us</p><p data-css=\"tve-u-1642b20c920\">How does our site handle do not track signals?</p><p data-css=\"tve-u-1642b20c920\">We honor do not track signals and do not track, plant cookies, or use advertising when a Do Not Track (DNT) browser mechanism is in place.</p><p data-css=\"tve-u-1642b20c920\">Does our site allow third party behavioral tracking?</p><p data-css=\"tve-u-1642b20c920\">It\'s also important to note that we do not allow third party behavioral tracking<br>COPPA (Children Online Privacy Protection Act)<br>When it comes to the collection of personal information from children under 13, the Children\'s Online Privacy Protection Act (COPPA) puts parents in control. The Federal Trade Commission, the nation\'s consumer protection agency, enforces the COPPA Rule, which spells out what operators of websites and online services must do to protect children\'s privacy and safety online.</p><p data-css=\"tve-u-1642b20c920\">We do not specifically market to children under 13.</p><p data-css=\"tve-u-1642b20c920\">Fair Information Practices</p><p data-css=\"tve-u-1642b20c920\">The Fair Information Practices Principles form the backbone of privacy law in the United States and the concepts they include have played a significant role in the development of data protection laws around the globe. Understanding the Fair Information Practice Principles and how they should be implemented is critical to comply with the various privacy laws that protect personal information.<br>In order to be in line with Fair Information Practices we will take the following responsive action, should a data breach occur:<br>â€¢ Within 7 business days<br>We will notify the users via in site notification<br>â€¢ Within 7 business days<br>We also agree to the individual redress principle, which requires that individuals have a right to pursue legally enforceable rights against data collectors and processors who fail to adhere to the law. This principle requires not only that individuals have enforceable rights against data users, but also that individuals have recourse to courts or a government agency to investigate and/or prosecute non-compliance by data processors.<br>CAN SPAM Act<br>The CAN-SPAM Act is a law that sets the rules for commercial email, establishes requirements for commercial messages, gives recipients the right to have emails stopped from being sent to them, and spells out tough penalties for violations.</p><p data-css=\"tve-u-1642b20c920\">We collect your email address in order to:</p><p data-css=\"tve-u-1642b20c920\">â€¢ Send information, respond to inquiries, and/or other requests or questions.<br>â€¢ Process orders and to send information and updates pertaining to orders<br>â€¢ Market to our mailing list or continue to send emails to our clients after the original transaction has occurred<br>To be in accordance with CANSPAM we agree to the following:<br>â€¢ NOT use false, or misleading subjects or email addresses<br>â€¢ Identify the message as an advertisement in some reasonable way<br>â€¢ Include the physical address of our business or site headquarters<br>â€¢ Monitor third party email marketing services for compliance, if one is used.<br>â€¢ Honor opt-out/unsubscribe requests quickly<br>â€¢ Allow users to unsubscribe by using the link at the bottom of each email<br>If at any time you would like to unsubscribe from receiving future emails, you can email us at<br>â€¢ Follow the instructions at the bottom of each email. and we will promptly remove you from ALL correspondence.</p><p data-css=\"tve-u-1642b20c920\">Contacting Us</p><p data-css=\"tve-u-1642b20c920\">If there are any questions regarding this privacy policy you may contact us using the information below.<br>Blackhawk Custom, LLC.<br>825 South Kings Highway<br>Fort Pierce, FL 34945<br>United States<br>https://www.blackhawkcustom.com<br>Conditions of use:</p><p data-css=\"tve-u-1642b20c920\">By using this website, you agree to all of our terms and conditions of the sale<br>All sales are final (See our refund policy)</p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16416ab0690\" wfd-id=\"67\">\n<div class=\"tve-page-section-out\" wfd-id=\"69\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16416aae91e\" wfd-id=\"68\"></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-16035a9ff73\" wfd-id=\"61\">\n<div class=\"tve-page-section-out\" wfd-id=\"66\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-160e4eb46bd\" wfd-id=\"62\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" wfd-id=\"63\"><p>Copyright text and footer links.</p></div></div>\n</div>'),(1422,145,'tve_revision_tve_has_wistia_popover','0'),(1426,146,'tve_revision_tve_content_more_found',''),(1427,146,'tve_revision_tve_save_post',''),(1428,146,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Montserrat:400,700&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Open+Sans:400,700,300&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-1642b26f466\"] { margin: 0px auto 20px !important; float: none; width: 100%; }[data-css=\"tve-u-1642b25c464\"] { padding: 5px !important; }[data-css=\"tve-u-1642b20c920\"] strong { font-weight: 700 !important; }#tve_editor [data-css=\"tve-u-1642b20c920\"] { font-size: 16px !important; font-family: Montserrat !important; font-weight: 400 !important; }[data-css=\"tve-u-16035acf904\"] strong { font-weight: 700 !important; }#tve_editor [data-css=\"tve-u-16035acf904\"] { font-size: 24px !important; font-family: Montserrat !important; font-weight: 400 !important; }[data-css=\"tve-u-1642b1d750f\"] { background-image: linear-gradient(rgb(0, 0, 0), rgb(0, 0, 0)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }#tve_editor [data-css=\"tve-u-1642b1d2e7a\"] p, #tve_editor [data-css=\"tve-u-1642b1d2e7a\"] li, #tve_editor [data-css=\"tve-u-1642b1d2e7a\"] blockquote, #tve_editor [data-css=\"tve-u-1642b1d2e7a\"] address, #tve_editor [data-css=\"tve-u-1642b1d2e7a\"] .tcb-plain-text, #tve_editor [data-css=\"tve-u-1642b1d2e7a\"] h1, #tve_editor [data-css=\"tve-u-1642b1d2e7a\"] h2, #tve_editor [data-css=\"tve-u-1642b1d2e7a\"] h3, #tve_editor [data-css=\"tve-u-1642b1d2e7a\"] h4, #tve_editor [data-css=\"tve-u-1642b1d2e7a\"] h5, #tve_editor [data-css=\"tve-u-1642b1d2e7a\"] h6 { color: rgb(255, 255, 255); }[data-css=\"tve-u-16416ab0690\"] { padding: 30px 20px !important; }.tcb-plain-text strong { font-weight: 700; }.tcb-plain-text { font-family: \"Open Sans\"; font-weight: 400; }#tcb_landing_page a strong { font-weight: 700; }#tcb_landing_page h6 strong { font-weight: 700; }#tcb_landing_page h5 strong { font-weight: 700; }#tcb_landing_page h4 strong { font-weight: 700; }#tcb_landing_page h6 { font-family: \"Open Sans\"; font-weight: 400; color: rgb(51, 51, 51); font-size: 20px; }#tcb_landing_page h5 { font-family: \"Open Sans\"; font-weight: 400; color: rgb(51, 51, 51); font-size: 24px; }#tcb_landing_page h4 { font-family: \"Open Sans\"; font-weight: 400; color: rgb(51, 51, 51); font-size: 30px; }#tcb_landing_page a:not(.tcb-button-link) { color: rgb(51, 51, 51); text-decoration: underline; }#tcb_landing_page h3 strong { font-weight: 700; }#tcb_landing_page h3 { font-family: \"Open Sans\"; font-weight: 400; color: rgb(51, 51, 51); font-size: 38px; line-height: 1.3em; }#tcb_landing_page h2 strong { font-weight: 700; }#tcb_landing_page h2 { font-family: \"Open Sans\"; font-weight: 400; color: rgb(51, 51, 51); font-size: 45px; line-height: 1.3em; }#tcb_landing_page h1 strong { font-weight: 700; }#tcb_landing_page h1 { font-family: \"Open Sans\"; font-weight: 400; font-size: 50px; line-height: 1.3em; color: rgb(51, 51, 51); }#tcb_landing_page p strong, #tcb_landing_page li strong { font-weight: 700; }#tcb_landing_page p, #tcb_landing_page li { font-family: \"Open Sans\"; font-weight: 400; font-size: 17px; line-height: 1.6em; color: rgb(70, 70, 70); }[data-css=\"tve-u-15e09c94f7d\"] { background-color: rgb(255, 255, 255); }#tcb_landing_page a:hover:not(.tcb-button-link) { text-decoration: none; }#tcb_landing_page .tve-state-hovera:not(.tcb-button-link) { text-decoration: none; }#tcb_landing_page a.tve-state-hover:not(.tcb-button-link) { text-decoration: none; }[data-css=\"tve-u-1642b1d2e7a\"] { max-width: 1200px; }}@media (max-width: 1023px){[data-css=\"tve-u-1642b26f466\"] { margin: 0px auto !important; max-width: 1200px; float: none; width: 100%; z-index: 3; position: relative; }}@media (max-width: 767px){#tve_editor [data-css=\"tve-u-16035acf904\"] { font-size: 36px !important; }}'),(1429,146,'tve_revision_tve_user_custom_css',''),(1430,146,'tve_revision_tve_page_events','a:0:{}'),(1431,146,'tve_revision_tve_globals','a:2:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";s:8:\"font_cls\";a:0:{}}'),(1432,146,'tve_revision_tve_global_scripts',''),(1433,146,'tve_revision_thrive_icon_pack','0'),(1434,146,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(1435,146,'tve_revision_tve_has_masonry','0'),(1436,146,'tve_revision_tve_has_typefocus','0'),(1437,146,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16416ab0690\" wfd-id=\"38\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1642b1d750f\" wfd-id=\"64\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1642b1d2e7a\" wfd-id=\"39\"><div class=\"thrv_wrapper thrv_widget_menu tve-custom-menu-upgrade tve-mobile-dropdown      on_hover\" data-tve-style=\"tve_horizontal\" data-tve-switch-icon=\"mobile\" data-css=\"tve-u-1642b26f466\" wfd-id=\"47\">\n<div class=\"thrive-shortcode-config\" style=\"display: none !important\" wfd-id=\"63\">__CONFIG_widget_menu__{\"menu_id\":4,\"color\":\"tve_red\",\"dir\":\"tve_horizontal\",\"font_class\":\"\",\"font_size\":\"\",\"ul_attr\":\"\",\"link_attr\":\"\",\"top_link_attr\":\"\",\"trigger_attr\":\"\",\"primary\":\"\",\"head_css\":\"\",\"background_hover\":\"\",\"main_hover\":\"\",\"child_hover\":\"\",\"group_edit\":[],\"menu_style\":\"\",\"dropdown_icon\":\"\",\"mobile_side\":\"\",\"mobile_icon\":\"\",\"switch_to_icon\":\"mobile\"}__CONFIG_widget_menu__</div>\n</div><div class=\"thrv_wrapper thrv_heading\" style=\"\" data-tag=\"h1\" wfd-id=\"44\"><h1 data-css=\"tve-u-16035acf904\"><strong>Privacy</strong></h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" data-css=\"tve-u-1642b25c464\" wfd-id=\"40\"><p data-css=\"tve-u-1642b20c920\">Privacy Policy</p><p data-css=\"tve-u-1642b20c920\">What personal information do we collect from the people that visit our blog, website or app?<br>When ordering or registering on our site, as appropriate, you may be asked to enter your name, email address, mailing address, phone number, credit card information or other details to help you with your experience.</p><p data-css=\"tve-u-1642b20c920\">When do we collect information?</p><p data-css=\"tve-u-1642b20c920\">We collect information from you when you register on our site, place an order, subscribe to a newsletter, respond to a survey, fill out a form or enter information on our site.</p><p data-css=\"tve-u-1642b20c920\">How do we use your information?</p><p data-css=\"tve-u-1642b20c920\">We may use the information we collect from you when you register, make a purchase, sign up for our newsletter, respond to a survey or marketing communication, surf the website, or use certain other site features in the following ways:<br>â€¢ To personalize user\'s experience and to allow us to deliver the type of content and product offerings in which you are most interested.<br>â€¢ To improve our website in order to better serve you.<br>â€¢ To allow us to better service you in responding to your customer service requests.<br>â€¢ To administer a contest, promotion, survey or other site feature.<br>â€¢ To quickly process your transactions.<br>â€¢ To send periodic emails regarding your order or other products and services.</p><p data-css=\"tve-u-1642b20c920\">How do we protect visitor information?</p><p data-css=\"tve-u-1642b20c920\">Our website is scanned on a regular basis for security holes and known vulnerabilities in order to make your visit to our site as safe as possible.<br>We use regular Malware Scanning.</p><p data-css=\"tve-u-1642b20c920\">Your personal information is contained behind secured networks and is only accessible by a limited number of persons who have special access rights to such systems, and are required to keep the information confidential. In addition, all sensitive/credit information you supply is encrypted via Secure Socket Layer (SSL) technology.</p><p data-css=\"tve-u-1642b20c920\">We implement a variety of security measures when a user places an order, enters, submits, or accesses their information to maintain the safety of your personal information.</p><p data-css=\"tve-u-1642b20c920\">All transactions are processed through a gateway provider and are not stored or processed on our servers.</p><p data-css=\"tve-u-1642b20c920\">Do we use \'cookies\'?</p><p data-css=\"tve-u-1642b20c920\">Yes. Cookies are small files that a site or its service provider transfers to your computer\'s hard drive through your Web browser (if you allow) that enable the site\'s or service provider\'s systems to recognize your browser and capture and remember certain information. For instance, we use cookies to help us remember and process the items in your shopping cart. They are also used to help us understand your preferences based on previous or current site activity, which enables us to provide you with improved services. We also use cookies to help us compile aggregate data about site traffic and site interaction so that we can offer better site experiences and tools in the future.</p><p data-css=\"tve-u-1642b20c920\">We use cookies to:</p><p data-css=\"tve-u-1642b20c920\">â€¢ Help remember and process the items in the shopping cart.<br>â€¢ Understand and save user\'s preferences for future visits.<br>You can choose to have your computer warn you each time a cookie is being sent, or you can choose to turn off all cookies. You do this through your browser (like Internet Explorer) settings. Each browser is a little different, so look at your browser\'s Help menu to learn the correct way to modify your cookies.<br>If users disable cookies in their browser:<br>If you turn off cookies, some features will be disabled. However, you can still place orders for<br>saved items in your shopping cart over the telephone by contacting customer service.</p><p data-css=\"tve-u-1642b20c920\">Third Party Disclosure</p><p data-css=\"tve-u-1642b20c920\">We do not sell, trade, or otherwise transfer to outside parties your personally identifiable information.</p><p data-css=\"tve-u-1642b20c920\">Third party links</p><p data-css=\"tve-u-1642b20c920\">Occasionally, at our discretion, we may include or offer third party products or services on our website. These third party sites have separate and independent privacy policies. We therefore have no responsibility or liability for the content and activities of these linked sites. Nonetheless, we seek to protect the integrity of our site and welcome any feedback about these sites.</p><p data-css=\"tve-u-1642b20c920\">Google</p><p data-css=\"tve-u-1642b20c920\">Google\'s advertising requirements can be summed up by Google\'s Advertising Principles. They are put in place to provide a positive experience for users. https://support.google.com/adwordspolicy/answer/1316548?hl=en<br>Opting out:<br>Users can set preferences for how Google advertises to you using the Google Ad Settings page. Alternatively, you can opt out by visiting the Network Advertising initiative opt out page or permanently using the Google Analytics Opt Out Browser add on.<br>California Online Privacy Protection Act<br>CalOPPA is the first state law in the nation to require commercial websites and online services to post a privacy policy. The law\'s reach stretches well beyond California to require a person or company in the United States (and conceivably the world) that operates websites collecting personally identifiable information from California consumers to post a conspicuous privacy policy on its website stating exactly the information being collected and those individuals with whom it is being shared, and to comply with this policy.<br>See more at: http://consumercal.org/california-online-privacy-protection-act-caloppa/#sthash.0FdRbT51.dpuf<br>According to CalOPPA we agree to the following:<br>Users can visit our site anonymously<br>Once this privacy policy is created, we will add a link to it on our home page, or as a minimum on the first significant page after entering our website.<br>Our Privacy Policy link includes the word \'Privacy\', and can be easily be found on the page specified above.<br>Users will be notified of any privacy policy changes:<br>â€¢ On our Privacy Policy Page<br>Users are able to change their personal information:<br>â€¢ By emailing us<br>â€¢ By calling us</p><p data-css=\"tve-u-1642b20c920\">How does our site handle do not track signals?</p><p data-css=\"tve-u-1642b20c920\">We honor do not track signals and do not track, plant cookies, or use advertising when a Do Not Track (DNT) browser mechanism is in place.</p><p data-css=\"tve-u-1642b20c920\">Does our site allow third party behavioral tracking?</p><p data-css=\"tve-u-1642b20c920\">It\'s also important to note that we do not allow third party behavioral tracking<br>COPPA (Children Online Privacy Protection Act)<br>When it comes to the collection of personal information from children under 13, the Children\'s Online Privacy Protection Act (COPPA) puts parents in control. The Federal Trade Commission, the nation\'s consumer protection agency, enforces the COPPA Rule, which spells out what operators of websites and online services must do to protect children\'s privacy and safety online.</p><p data-css=\"tve-u-1642b20c920\">We do not specifically market to children under 13.</p><p data-css=\"tve-u-1642b20c920\">Fair Information Practices</p><p data-css=\"tve-u-1642b20c920\">The Fair Information Practices Principles form the backbone of privacy law in the United States and the concepts they include have played a significant role in the development of data protection laws around the globe. Understanding the Fair Information Practice Principles and how they should be implemented is critical to comply with the various privacy laws that protect personal information.<br>In order to be in line with Fair Information Practices we will take the following responsive action, should a data breach occur:<br>â€¢ Within 7 business days<br>We will notify the users via in site notification<br>â€¢ Within 7 business days<br>We also agree to the individual redress principle, which requires that individuals have a right to pursue legally enforceable rights against data collectors and processors who fail to adhere to the law. This principle requires not only that individuals have enforceable rights against data users, but also that individuals have recourse to courts or a government agency to investigate and/or prosecute non-compliance by data processors.<br>CAN SPAM Act<br>The CAN-SPAM Act is a law that sets the rules for commercial email, establishes requirements for commercial messages, gives recipients the right to have emails stopped from being sent to them, and spells out tough penalties for violations.</p><p data-css=\"tve-u-1642b20c920\">We collect your email address in order to:</p><p data-css=\"tve-u-1642b20c920\">â€¢ Send information, respond to inquiries, and/or other requests or questions.<br>â€¢ Process orders and to send information and updates pertaining to orders<br>â€¢ Market to our mailing list or continue to send emails to our clients after the original transaction has occurred<br>To be in accordance with CANSPAM we agree to the following:<br>â€¢ NOT use false, or misleading subjects or email addresses<br>â€¢ Identify the message as an advertisement in some reasonable way<br>â€¢ Include the physical address of our business or site headquarters<br>â€¢ Monitor third party email marketing services for compliance, if one is used.<br>â€¢ Honor opt-out/unsubscribe requests quickly<br>â€¢ Allow users to unsubscribe by using the link at the bottom of each email<br>If at any time you would like to unsubscribe from receiving future emails, you can email us at<br>â€¢ Follow the instructions at the bottom of each email. and we will promptly remove you from ALL correspondence.</p><p data-css=\"tve-u-1642b20c920\">Contacting Us</p><p data-css=\"tve-u-1642b20c920\">If there are any questions regarding this privacy policy you may contact us using the information below.<br>Blackhawk Custom, LLC.<br>825 South Kings Highway<br>Fort Pierce, FL 34945<br>United States<br>https://www.blackhawkcustom.com<br>Conditions of use:</p><p data-css=\"tve-u-1642b20c920\">By using this website, you agree to all of our terms and conditions of the sale<br>All sales are final (See our refund policy)</p></div></div>\n</div>'),(1438,146,'tve_revision_tve_has_wistia_popover','0'),(3444,321,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-custom-menu-inside\" data-css=\"tve-u-1642b667be5\" style=\"z-index: 8;\" wfd-id=\"34\">\n<div class=\"tve-content-box-background\" wfd-id=\"42\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1642b6ef7e6\" style=\"z-index: 8;\" wfd-id=\"35\"><div class=\"thrv_wrapper thrv_heading\" style=\"\" data-tag=\"h1\" data-css=\"tve-u-1642b32e2c2\" wfd-id=\"39\"><h1 data-css=\"tve-u-16035acf904\" style=\"text-align: center;\"><strong>Privacy</strong></h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" data-css=\"tve-u-1642b25c464\" wfd-id=\"36\"><p data-css=\"tve-u-165e6491162\">Privacy Policy</p><p data-css=\"tve-u-165e6492b04\">What personal information do we collect from the people that visit our blog, website or app?<br>When ordering or registering on our site, as appropriate, you may be asked to enter your name, email address, mailing address, phone number, credit card information or other details to help you with your experience.</p><p data-css=\"tve-u-1642b20c920\">When do we collect information?</p><p data-css=\"tve-u-1642b20c920\">We collect information from you when you register on our site, place an order, subscribe to a newsletter, respond to a survey, fill out a form or enter information on our site.</p><p data-css=\"tve-u-1642b20c920\">How do we use your information?</p><p data-css=\"tve-u-1642b20c920\">We may use the information we collect from you when you register, make a purchase, sign up for our newsletter, respond to a survey or marketing communication, surf the website, or use certain other site features in the following ways:<br>â€¢ To personalize user\'s experience and to allow us to deliver the type of content and product offerings in which you are most interested.<br>â€¢ To improve our website in order to better serve you.<br>â€¢ To allow us to better service you in responding to your customer service requests.<br>â€¢ To administer a contest, promotion, survey or other site feature.<br>â€¢ To quickly process your transactions.<br>â€¢ To send periodic emails regarding your order or other products and services.</p><p data-css=\"tve-u-1642b20c920\">How do we protect visitor information?</p><p data-css=\"tve-u-1642b20c920\">Our website is scanned on a regular basis for security holes and known vulnerabilities in order to make your visit to our site as safe as possible.<br>We use regular Malware Scanning.</p><p data-css=\"tve-u-1642b20c920\">Your personal information is contained behind secured networks and is only accessible by a limited number of persons who have special access rights to such systems, and are required to keep the information confidential. In addition, all sensitive/credit information you supply is encrypted via Secure Socket Layer (SSL) technology.</p><p data-css=\"tve-u-1642b20c920\">We implement a variety of security measures when a user places an order, enters, submits, or accesses their information to maintain the safety of your personal information.</p><p data-css=\"tve-u-1642b20c920\">All transactions are processed through a gateway provider and are not stored or processed on our servers.</p><p data-css=\"tve-u-1642b20c920\">Do we use \'cookies\'?</p><p data-css=\"tve-u-1642b20c920\">Yes. Cookies are small files that a site or its service provider transfers to your computer\'s hard drive through your Web browser (if you allow) that enable the site\'s or service provider\'s systems to recognize your browser and capture and remember certain information. For instance, we use cookies to help us remember and process the items in your shopping cart. They are also used to help us understand your preferences based on previous or current site activity, which enables us to provide you with improved services. We also use cookies to help us compile aggregate data about site traffic and site interaction so that we can offer better site experiences and tools in the future.</p><p data-css=\"tve-u-1642b20c920\">We use cookies to:</p><p data-css=\"tve-u-1642b20c920\">â€¢ Help remember and process the items in the shopping cart.<br>â€¢ Understand and save user\'s preferences for future visits.<br>You can choose to have your computer warn you each time a cookie is being sent, or you can choose to turn off all cookies. You do this through your browser (like Internet Explorer) settings. Each browser is a little different, so look at your browser\'s Help menu to learn the correct way to modify your cookies.<br>If users disable cookies in their browser:<br>If you turn off cookies, some features will be disabled. However, you can still place orders for<br>saved items in your shopping cart over the telephone by contacting customer service.</p><p data-css=\"tve-u-1642b20c920\">Third Party Disclosure</p><p data-css=\"tve-u-1642b20c920\">We do not sell, trade, or otherwise transfer to outside parties your personally identifiable information.</p><p data-css=\"tve-u-1642b20c920\">Third party links</p><p data-css=\"tve-u-1642b20c920\">Occasionally, at our discretion, we may include or offer third party products or services on our website. These third party sites have separate and independent privacy policies. We therefore have no responsibility or liability for the content and activities of these linked sites. Nonetheless, we seek to protect the integrity of our site and welcome any feedback about these sites.</p><p data-css=\"tve-u-1642b20c920\">Google</p><p data-css=\"tve-u-1642b20c920\">Google\'s advertising requirements can be summed up by Google\'s Advertising Principles. They are put in place to provide a positive experience for users. https://support.google.com/adwordspolicy/answer/1316548?hl=en<br>Opting out:<br>Users can set preferences for how Google advertises to you using the Google Ad Settings page. Alternatively, you can opt out by visiting the Network Advertising initiative opt out page or permanently using the Google Analytics Opt Out Browser add on.<br>California Online Privacy Protection Act<br>CalOPPA is the first state law in the nation to require commercial websites and online services to post a privacy policy. The law\'s reach stretches well beyond California to require a person or company in the United States (and conceivably the world) that operates websites collecting personally identifiable information from California consumers to post a conspicuous privacy policy on its website stating exactly the information being collected and those individuals with whom it is being shared, and to comply with this policy.<br>See more at: http://consumercal.org/california-online-privacy-protection-act-caloppa/#sthash.0FdRbT51.dpuf<br>According to CalOPPA we agree to the following:<br>Users can visit our site anonymously<br>Once this privacy policy is created, we will add a link to it on our home page, or as a minimum on the first significant page after entering our website.<br>Our Privacy Policy link includes the word \'Privacy\', and can be easily be found on the page specified above.<br>Users will be notified of any privacy policy changes:<br>â€¢ On our Privacy Policy Page<br>Users are able to change their personal information:<br>â€¢ By emailing us<br>â€¢ By calling us</p><p data-css=\"tve-u-1642b20c920\">How does our site handle do not track signals?</p><p data-css=\"tve-u-1642b20c920\">We honor do not track signals and do not track, plant cookies, or use advertising when a Do Not Track (DNT) browser mechanism is in place.</p><p data-css=\"tve-u-1642b20c920\">Does our site allow third party behavioral tracking?</p><p data-css=\"tve-u-1642b20c920\">It\'s also important to note that we do not allow third party behavioral tracking<br>COPPA (Children Online Privacy Protection Act)<br>When it comes to the collection of personal information from children under 13, the Children\'s Online Privacy Protection Act (COPPA) puts parents in control. The Federal Trade Commission, the nation\'s consumer protection agency, enforces the COPPA Rule, which spells out what operators of websites and online services must do to protect children\'s privacy and safety online.</p><p data-css=\"tve-u-1642b20c920\">We do not specifically market to children under 13.</p><p data-css=\"tve-u-1642b20c920\">Fair Information Practices</p><p data-css=\"tve-u-1642b20c920\">The Fair Information Practices Principles form the backbone of privacy law in the United States and the concepts they include have played a significant role in the development of data protection laws around the globe. Understanding the Fair Information Practice Principles and how they should be implemented is critical to comply with the various privacy laws that protect personal information.<br>In order to be in line with Fair Information Practices we will take the following responsive action, should a data breach occur:<br>â€¢ Within 7 business days<br>We will notify the users via in site notification<br>â€¢ Within 7 business days<br>We also agree to the individual redress principle, which requires that individuals have a right to pursue legally enforceable rights against data collectors and processors who fail to adhere to the law. This principle requires not only that individuals have enforceable rights against data users, but also that individuals have recourse to courts or a government agency to investigate and/or prosecute non-compliance by data processors.<br>CAN SPAM Act<br>The CAN-SPAM Act is a law that sets the rules for commercial email, establishes requirements for commercial messages, gives recipients the right to have emails stopped from being sent to them, and spells out tough penalties for violations.</p><p data-css=\"tve-u-1642b20c920\">We collect your email address in order to:</p><p data-css=\"tve-u-1642b20c920\">â€¢ Send information, respond to inquiries, and/or other requests or questions.<br>â€¢ Process orders and to send information and updates pertaining to orders<br>â€¢ Market to our mailing list or continue to send emails to our clients after the original transaction has occurred<br>To be in accordance with CANSPAM we agree to the following:<br>â€¢ NOT use false, or misleading subjects or email addresses<br>â€¢ Identify the message as an advertisement in some reasonable way<br>â€¢ Include the physical address of our business or site headquarters<br>â€¢ Monitor third party email marketing services for compliance, if one is used.<br>â€¢ Honor opt-out/unsubscribe requests quickly<br>â€¢ Allow users to unsubscribe by using the link at the bottom of each email<br>If at any time you would like to unsubscribe from receiving future emails, you can email us at<br>â€¢ Follow the instructions at the bottom of each email. and we will promptly remove you from ALL correspondence.</p><p data-css=\"tve-u-1642b20c920\">Contacting Us</p><p data-css=\"tve-u-1642b20c920\">If there are any questions regarding this privacy policy you may contact us using the information below.<br>Blackhawk Custom, LLC.<br>825 South Kings Highway<br>Fort Pierce, FL 34945<br>United States<br>https://www.blackhawkcustom.com<br>Conditions of use:</p><p data-css=\"tve-u-1642b20c920\">By using this website, you agree to all of our terms and conditions of the sale<br>All sales are final (See our refund policy)</p></div></div>\n</div>'),(1439,147,'tve_revision_tve_landing_page','tcb2-blank-page-styled'),(1440,147,'tve_revision_tve_disable_theme_dependency','1'),(1441,147,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16416ab0690\" wfd-id=\"33\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1642b1d750f\" wfd-id=\"48\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1642b1d2e7a\" wfd-id=\"34\"><div class=\"thrv_wrapper thrv_widget_menu tve-custom-menu-upgrade tve-mobile-dropdown      tve-menu-style-style_1\" data-tve-style=\"tve_horizontal\" data-tve-switch-icon=\"mobile\" data-css=\"tve-u-1642b26f466\" wfd-id=\"42\">\n<div class=\"thrive-shortcode-config\" style=\"display: none !important\" wfd-id=\"47\">__CONFIG_widget_menu__{\"menu_id\":4,\"color\":\"tve_red\",\"dir\":\"tve_horizontal\",\"font_class\":\"\",\"font_size\":\"\",\"ul_attr\":\"\",\"link_attr\":\"\",\"top_link_attr\":\"\",\"trigger_attr\":\"\",\"primary\":\"\",\"head_css\":\"\",\"background_hover\":\"\",\"main_hover\":\"\",\"child_hover\":\"\",\"group_edit\":[{\"css_id\":null,\"class\":\"\"},{\"css_id\":null,\"class\":\"\"},{\"css_id\":null,\"class\":\"\"},{\"css_id\":null,\"class\":\"\"}],\"menu_style\":\"style_1\",\"dropdown_icon\":\"\",\"mobile_side\":\"\",\"mobile_icon\":\"\",\"switch_to_icon\":\"mobile\"}__CONFIG_widget_menu__</div>\n</div><div class=\"thrv_wrapper thrv_heading\" style=\"\" data-tag=\"h1\" wfd-id=\"39\"><h1 data-css=\"tve-u-16035acf904\"><strong>Privacy</strong></h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" data-css=\"tve-u-1642b25c464\" wfd-id=\"35\"><p data-css=\"tve-u-1642b20c920\">Privacy Policy</p><p data-css=\"tve-u-1642b20c920\">What personal information do we collect from the people that visit our blog, website or app?<br>When ordering or registering on our site, as appropriate, you may be asked to enter your name, email address, mailing address, phone number, credit card information or other details to help you with your experience.</p><p data-css=\"tve-u-1642b20c920\">When do we collect information?</p><p data-css=\"tve-u-1642b20c920\">We collect information from you when you register on our site, place an order, subscribe to a newsletter, respond to a survey, fill out a form or enter information on our site.</p><p data-css=\"tve-u-1642b20c920\">How do we use your information?</p><p data-css=\"tve-u-1642b20c920\">We may use the information we collect from you when you register, make a purchase, sign up for our newsletter, respond to a survey or marketing communication, surf the website, or use certain other site features in the following ways:<br>â€¢ To personalize user\'s experience and to allow us to deliver the type of content and product offerings in which you are most interested.<br>â€¢ To improve our website in order to better serve you.<br>â€¢ To allow us to better service you in responding to your customer service requests.<br>â€¢ To administer a contest, promotion, survey or other site feature.<br>â€¢ To quickly process your transactions.<br>â€¢ To send periodic emails regarding your order or other products and services.</p><p data-css=\"tve-u-1642b20c920\">How do we protect visitor information?</p><p data-css=\"tve-u-1642b20c920\">Our website is scanned on a regular basis for security holes and known vulnerabilities in order to make your visit to our site as safe as possible.<br>We use regular Malware Scanning.</p><p data-css=\"tve-u-1642b20c920\">Your personal information is contained behind secured networks and is only accessible by a limited number of persons who have special access rights to such systems, and are required to keep the information confidential. In addition, all sensitive/credit information you supply is encrypted via Secure Socket Layer (SSL) technology.</p><p data-css=\"tve-u-1642b20c920\">We implement a variety of security measures when a user places an order, enters, submits, or accesses their information to maintain the safety of your personal information.</p><p data-css=\"tve-u-1642b20c920\">All transactions are processed through a gateway provider and are not stored or processed on our servers.</p><p data-css=\"tve-u-1642b20c920\">Do we use \'cookies\'?</p><p data-css=\"tve-u-1642b20c920\">Yes. Cookies are small files that a site or its service provider transfers to your computer\'s hard drive through your Web browser (if you allow) that enable the site\'s or service provider\'s systems to recognize your browser and capture and remember certain information. For instance, we use cookies to help us remember and process the items in your shopping cart. They are also used to help us understand your preferences based on previous or current site activity, which enables us to provide you with improved services. We also use cookies to help us compile aggregate data about site traffic and site interaction so that we can offer better site experiences and tools in the future.</p><p data-css=\"tve-u-1642b20c920\">We use cookies to:</p><p data-css=\"tve-u-1642b20c920\">â€¢ Help remember and process the items in the shopping cart.<br>â€¢ Understand and save user\'s preferences for future visits.<br>You can choose to have your computer warn you each time a cookie is being sent, or you can choose to turn off all cookies. You do this through your browser (like Internet Explorer) settings. Each browser is a little different, so look at your browser\'s Help menu to learn the correct way to modify your cookies.<br>If users disable cookies in their browser:<br>If you turn off cookies, some features will be disabled. However, you can still place orders for<br>saved items in your shopping cart over the telephone by contacting customer service.</p><p data-css=\"tve-u-1642b20c920\">Third Party Disclosure</p><p data-css=\"tve-u-1642b20c920\">We do not sell, trade, or otherwise transfer to outside parties your personally identifiable information.</p><p data-css=\"tve-u-1642b20c920\">Third party links</p><p data-css=\"tve-u-1642b20c920\">Occasionally, at our discretion, we may include or offer third party products or services on our website. These third party sites have separate and independent privacy policies. We therefore have no responsibility or liability for the content and activities of these linked sites. Nonetheless, we seek to protect the integrity of our site and welcome any feedback about these sites.</p><p data-css=\"tve-u-1642b20c920\">Google</p><p data-css=\"tve-u-1642b20c920\">Google\'s advertising requirements can be summed up by Google\'s Advertising Principles. They are put in place to provide a positive experience for users. https://support.google.com/adwordspolicy/answer/1316548?hl=en<br>Opting out:<br>Users can set preferences for how Google advertises to you using the Google Ad Settings page. Alternatively, you can opt out by visiting the Network Advertising initiative opt out page or permanently using the Google Analytics Opt Out Browser add on.<br>California Online Privacy Protection Act<br>CalOPPA is the first state law in the nation to require commercial websites and online services to post a privacy policy. The law\'s reach stretches well beyond California to require a person or company in the United States (and conceivably the world) that operates websites collecting personally identifiable information from California consumers to post a conspicuous privacy policy on its website stating exactly the information being collected and those individuals with whom it is being shared, and to comply with this policy.<br>See more at: http://consumercal.org/california-online-privacy-protection-act-caloppa/#sthash.0FdRbT51.dpuf<br>According to CalOPPA we agree to the following:<br>Users can visit our site anonymously<br>Once this privacy policy is created, we will add a link to it on our home page, or as a minimum on the first significant page after entering our website.<br>Our Privacy Policy link includes the word \'Privacy\', and can be easily be found on the page specified above.<br>Users will be notified of any privacy policy changes:<br>â€¢ On our Privacy Policy Page<br>Users are able to change their personal information:<br>â€¢ By emailing us<br>â€¢ By calling us</p><p data-css=\"tve-u-1642b20c920\">How does our site handle do not track signals?</p><p data-css=\"tve-u-1642b20c920\">We honor do not track signals and do not track, plant cookies, or use advertising when a Do Not Track (DNT) browser mechanism is in place.</p><p data-css=\"tve-u-1642b20c920\">Does our site allow third party behavioral tracking?</p><p data-css=\"tve-u-1642b20c920\">It\'s also important to note that we do not allow third party behavioral tracking<br>COPPA (Children Online Privacy Protection Act)<br>When it comes to the collection of personal information from children under 13, the Children\'s Online Privacy Protection Act (COPPA) puts parents in control. The Federal Trade Commission, the nation\'s consumer protection agency, enforces the COPPA Rule, which spells out what operators of websites and online services must do to protect children\'s privacy and safety online.</p><p data-css=\"tve-u-1642b20c920\">We do not specifically market to children under 13.</p><p data-css=\"tve-u-1642b20c920\">Fair Information Practices</p><p data-css=\"tve-u-1642b20c920\">The Fair Information Practices Principles form the backbone of privacy law in the United States and the concepts they include have played a significant role in the development of data protection laws around the globe. Understanding the Fair Information Practice Principles and how they should be implemented is critical to comply with the various privacy laws that protect personal information.<br>In order to be in line with Fair Information Practices we will take the following responsive action, should a data breach occur:<br>â€¢ Within 7 business days<br>We will notify the users via in site notification<br>â€¢ Within 7 business days<br>We also agree to the individual redress principle, which requires that individuals have a right to pursue legally enforceable rights against data collectors and processors who fail to adhere to the law. This principle requires not only that individuals have enforceable rights against data users, but also that individuals have recourse to courts or a government agency to investigate and/or prosecute non-compliance by data processors.<br>CAN SPAM Act<br>The CAN-SPAM Act is a law that sets the rules for commercial email, establishes requirements for commercial messages, gives recipients the right to have emails stopped from being sent to them, and spells out tough penalties for violations.</p><p data-css=\"tve-u-1642b20c920\">We collect your email address in order to:</p><p data-css=\"tve-u-1642b20c920\">â€¢ Send information, respond to inquiries, and/or other requests or questions.<br>â€¢ Process orders and to send information and updates pertaining to orders<br>â€¢ Market to our mailing list or continue to send emails to our clients after the original transaction has occurred<br>To be in accordance with CANSPAM we agree to the following:<br>â€¢ NOT use false, or misleading subjects or email addresses<br>â€¢ Identify the message as an advertisement in some reasonable way<br>â€¢ Include the physical address of our business or site headquarters<br>â€¢ Monitor third party email marketing services for compliance, if one is used.<br>â€¢ Honor opt-out/unsubscribe requests quickly<br>â€¢ Allow users to unsubscribe by using the link at the bottom of each email<br>If at any time you would like to unsubscribe from receiving future emails, you can email us at<br>â€¢ Follow the instructions at the bottom of each email. and we will promptly remove you from ALL correspondence.</p><p data-css=\"tve-u-1642b20c920\">Contacting Us</p><p data-css=\"tve-u-1642b20c920\">If there are any questions regarding this privacy policy you may contact us using the information below.<br>Blackhawk Custom, LLC.<br>825 South Kings Highway<br>Fort Pierce, FL 34945<br>United States<br>https://www.blackhawkcustom.com<br>Conditions of use:</p><p data-css=\"tve-u-1642b20c920\">By using this website, you agree to all of our terms and conditions of the sale<br>All sales are final (See our refund policy)</p></div></div>\n</div>'),(1442,147,'tve_revision_tve_content_more_found',''),(1443,147,'tve_revision_tve_save_post',''),(1444,147,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Montserrat:400,700&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Open+Sans:400,700,300&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-1642b26f466\"] { margin: 0px auto 20px !important; float: none; width: 100%; }[data-css=\"tve-u-1642b25c464\"] { padding: 5px !important; }[data-css=\"tve-u-1642b20c920\"] strong { font-weight: 700 !important; }#tve_editor [data-css=\"tve-u-1642b20c920\"] { font-size: 16px !important; font-family: Montserrat !important; font-weight: 400 !important; }[data-css=\"tve-u-16035acf904\"] strong { font-weight: 700 !important; }#tve_editor [data-css=\"tve-u-16035acf904\"] { font-size: 24px !important; font-family: Montserrat !important; font-weight: 400 !important; }[data-css=\"tve-u-1642b1d750f\"] { background-image: linear-gradient(rgb(0, 0, 0), rgb(0, 0, 0)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }#tve_editor [data-css=\"tve-u-1642b1d2e7a\"] p, #tve_editor [data-css=\"tve-u-1642b1d2e7a\"] li, #tve_editor [data-css=\"tve-u-1642b1d2e7a\"] blockquote, #tve_editor [data-css=\"tve-u-1642b1d2e7a\"] address, #tve_editor [data-css=\"tve-u-1642b1d2e7a\"] .tcb-plain-text, #tve_editor [data-css=\"tve-u-1642b1d2e7a\"] h1, #tve_editor [data-css=\"tve-u-1642b1d2e7a\"] h2, #tve_editor [data-css=\"tve-u-1642b1d2e7a\"] h3, #tve_editor [data-css=\"tve-u-1642b1d2e7a\"] h4, #tve_editor [data-css=\"tve-u-1642b1d2e7a\"] h5, #tve_editor [data-css=\"tve-u-1642b1d2e7a\"] h6 { color: rgb(255, 255, 255); }[data-css=\"tve-u-16416ab0690\"] { padding: 30px 20px !important; }.tcb-plain-text strong { font-weight: 700; }.tcb-plain-text { font-family: \"Open Sans\"; font-weight: 400; }#tcb_landing_page a strong { font-weight: 700; }#tcb_landing_page h6 strong { font-weight: 700; }#tcb_landing_page h5 strong { font-weight: 700; }#tcb_landing_page h4 strong { font-weight: 700; }#tcb_landing_page h6 { font-family: \"Open Sans\"; font-weight: 400; color: rgb(51, 51, 51); font-size: 20px; }#tcb_landing_page h5 { font-family: \"Open Sans\"; font-weight: 400; color: rgb(51, 51, 51); font-size: 24px; }#tcb_landing_page h4 { font-family: \"Open Sans\"; font-weight: 400; color: rgb(51, 51, 51); font-size: 30px; }#tcb_landing_page a:not(.tcb-button-link) { color: rgb(51, 51, 51); text-decoration: underline; }#tcb_landing_page h3 strong { font-weight: 700; }#tcb_landing_page h3 { font-family: \"Open Sans\"; font-weight: 400; color: rgb(51, 51, 51); font-size: 38px; line-height: 1.3em; }#tcb_landing_page h2 strong { font-weight: 700; }#tcb_landing_page h2 { font-family: \"Open Sans\"; font-weight: 400; color: rgb(51, 51, 51); font-size: 45px; line-height: 1.3em; }#tcb_landing_page h1 strong { font-weight: 700; }#tcb_landing_page h1 { font-family: \"Open Sans\"; font-weight: 400; font-size: 50px; line-height: 1.3em; color: rgb(51, 51, 51); }#tcb_landing_page p strong, #tcb_landing_page li strong { font-weight: 700; }#tcb_landing_page p, #tcb_landing_page li { font-family: \"Open Sans\"; font-weight: 400; font-size: 17px; line-height: 1.6em; color: rgb(70, 70, 70); }[data-css=\"tve-u-15e09c94f7d\"] { background-color: rgb(255, 255, 255); }#tcb_landing_page a:hover:not(.tcb-button-link) { text-decoration: none; }#tcb_landing_page .tve-state-hovera:not(.tcb-button-link) { text-decoration: none; }#tcb_landing_page a.tve-state-hover:not(.tcb-button-link) { text-decoration: none; }[data-css=\"tve-u-1642b1d2e7a\"] { max-width: 1200px; }}@media (max-width: 1023px){[data-css=\"tve-u-1642b26f466\"] { margin: 0px auto !important; max-width: 1200px; float: none; width: 100%; z-index: 3; position: relative; }}@media (max-width: 767px){#tve_editor [data-css=\"tve-u-16035acf904\"] { font-size: 36px !important; }}'),(1445,147,'tve_revision_tve_user_custom_css',''),(1446,147,'tve_revision_tve_page_events','a:0:{}'),(1447,147,'tve_revision_tve_globals','a:2:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";s:8:\"font_cls\";a:0:{}}'),(1448,147,'tve_revision_tve_global_scripts',''),(1449,147,'tve_revision_thrive_icon_pack','0'),(1450,147,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(1451,147,'tve_revision_tve_has_masonry','0'),(1452,147,'tve_revision_tve_has_typefocus','0'),(1453,147,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16416ab0690\" wfd-id=\"33\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1642b1d750f\" wfd-id=\"48\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1642b1d2e7a\" wfd-id=\"34\"><div class=\"thrv_wrapper thrv_widget_menu tve-custom-menu-upgrade tve-mobile-dropdown      tve-menu-style-style_1\" data-tve-style=\"tve_horizontal\" data-tve-switch-icon=\"mobile\" data-css=\"tve-u-1642b26f466\" wfd-id=\"42\">\n<div class=\"thrive-shortcode-config\" style=\"display: none !important\" wfd-id=\"47\">__CONFIG_widget_menu__{\"menu_id\":4,\"color\":\"tve_red\",\"dir\":\"tve_horizontal\",\"font_class\":\"\",\"font_size\":\"\",\"ul_attr\":\"\",\"link_attr\":\"\",\"top_link_attr\":\"\",\"trigger_attr\":\"\",\"primary\":\"\",\"head_css\":\"\",\"background_hover\":\"\",\"main_hover\":\"\",\"child_hover\":\"\",\"group_edit\":[{\"css_id\":null,\"class\":\"\"},{\"css_id\":null,\"class\":\"\"},{\"css_id\":null,\"class\":\"\"},{\"css_id\":null,\"class\":\"\"}],\"menu_style\":\"style_1\",\"dropdown_icon\":\"\",\"mobile_side\":\"\",\"mobile_icon\":\"\",\"switch_to_icon\":\"mobile\"}__CONFIG_widget_menu__</div>\n</div><div class=\"thrv_wrapper thrv_heading\" style=\"\" data-tag=\"h1\" wfd-id=\"39\"><h1 data-css=\"tve-u-16035acf904\"><strong>Privacy</strong></h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" data-css=\"tve-u-1642b25c464\" wfd-id=\"35\"><p data-css=\"tve-u-1642b20c920\">Privacy Policy</p><p data-css=\"tve-u-1642b20c920\">What personal information do we collect from the people that visit our blog, website or app?<br>When ordering or registering on our site, as appropriate, you may be asked to enter your name, email address, mailing address, phone number, credit card information or other details to help you with your experience.</p><p data-css=\"tve-u-1642b20c920\">When do we collect information?</p><p data-css=\"tve-u-1642b20c920\">We collect information from you when you register on our site, place an order, subscribe to a newsletter, respond to a survey, fill out a form or enter information on our site.</p><p data-css=\"tve-u-1642b20c920\">How do we use your information?</p><p data-css=\"tve-u-1642b20c920\">We may use the information we collect from you when you register, make a purchase, sign up for our newsletter, respond to a survey or marketing communication, surf the website, or use certain other site features in the following ways:<br>â€¢ To personalize user\'s experience and to allow us to deliver the type of content and product offerings in which you are most interested.<br>â€¢ To improve our website in order to better serve you.<br>â€¢ To allow us to better service you in responding to your customer service requests.<br>â€¢ To administer a contest, promotion, survey or other site feature.<br>â€¢ To quickly process your transactions.<br>â€¢ To send periodic emails regarding your order or other products and services.</p><p data-css=\"tve-u-1642b20c920\">How do we protect visitor information?</p><p data-css=\"tve-u-1642b20c920\">Our website is scanned on a regular basis for security holes and known vulnerabilities in order to make your visit to our site as safe as possible.<br>We use regular Malware Scanning.</p><p data-css=\"tve-u-1642b20c920\">Your personal information is contained behind secured networks and is only accessible by a limited number of persons who have special access rights to such systems, and are required to keep the information confidential. In addition, all sensitive/credit information you supply is encrypted via Secure Socket Layer (SSL) technology.</p><p data-css=\"tve-u-1642b20c920\">We implement a variety of security measures when a user places an order, enters, submits, or accesses their information to maintain the safety of your personal information.</p><p data-css=\"tve-u-1642b20c920\">All transactions are processed through a gateway provider and are not stored or processed on our servers.</p><p data-css=\"tve-u-1642b20c920\">Do we use \'cookies\'?</p><p data-css=\"tve-u-1642b20c920\">Yes. Cookies are small files that a site or its service provider transfers to your computer\'s hard drive through your Web browser (if you allow) that enable the site\'s or service provider\'s systems to recognize your browser and capture and remember certain information. For instance, we use cookies to help us remember and process the items in your shopping cart. They are also used to help us understand your preferences based on previous or current site activity, which enables us to provide you with improved services. We also use cookies to help us compile aggregate data about site traffic and site interaction so that we can offer better site experiences and tools in the future.</p><p data-css=\"tve-u-1642b20c920\">We use cookies to:</p><p data-css=\"tve-u-1642b20c920\">â€¢ Help remember and process the items in the shopping cart.<br>â€¢ Understand and save user\'s preferences for future visits.<br>You can choose to have your computer warn you each time a cookie is being sent, or you can choose to turn off all cookies. You do this through your browser (like Internet Explorer) settings. Each browser is a little different, so look at your browser\'s Help menu to learn the correct way to modify your cookies.<br>If users disable cookies in their browser:<br>If you turn off cookies, some features will be disabled. However, you can still place orders for<br>saved items in your shopping cart over the telephone by contacting customer service.</p><p data-css=\"tve-u-1642b20c920\">Third Party Disclosure</p><p data-css=\"tve-u-1642b20c920\">We do not sell, trade, or otherwise transfer to outside parties your personally identifiable information.</p><p data-css=\"tve-u-1642b20c920\">Third party links</p><p data-css=\"tve-u-1642b20c920\">Occasionally, at our discretion, we may include or offer third party products or services on our website. These third party sites have separate and independent privacy policies. We therefore have no responsibility or liability for the content and activities of these linked sites. Nonetheless, we seek to protect the integrity of our site and welcome any feedback about these sites.</p><p data-css=\"tve-u-1642b20c920\">Google</p><p data-css=\"tve-u-1642b20c920\">Google\'s advertising requirements can be summed up by Google\'s Advertising Principles. They are put in place to provide a positive experience for users. https://support.google.com/adwordspolicy/answer/1316548?hl=en<br>Opting out:<br>Users can set preferences for how Google advertises to you using the Google Ad Settings page. Alternatively, you can opt out by visiting the Network Advertising initiative opt out page or permanently using the Google Analytics Opt Out Browser add on.<br>California Online Privacy Protection Act<br>CalOPPA is the first state law in the nation to require commercial websites and online services to post a privacy policy. The law\'s reach stretches well beyond California to require a person or company in the United States (and conceivably the world) that operates websites collecting personally identifiable information from California consumers to post a conspicuous privacy policy on its website stating exactly the information being collected and those individuals with whom it is being shared, and to comply with this policy.<br>See more at: http://consumercal.org/california-online-privacy-protection-act-caloppa/#sthash.0FdRbT51.dpuf<br>According to CalOPPA we agree to the following:<br>Users can visit our site anonymously<br>Once this privacy policy is created, we will add a link to it on our home page, or as a minimum on the first significant page after entering our website.<br>Our Privacy Policy link includes the word \'Privacy\', and can be easily be found on the page specified above.<br>Users will be notified of any privacy policy changes:<br>â€¢ On our Privacy Policy Page<br>Users are able to change their personal information:<br>â€¢ By emailing us<br>â€¢ By calling us</p><p data-css=\"tve-u-1642b20c920\">How does our site handle do not track signals?</p><p data-css=\"tve-u-1642b20c920\">We honor do not track signals and do not track, plant cookies, or use advertising when a Do Not Track (DNT) browser mechanism is in place.</p><p data-css=\"tve-u-1642b20c920\">Does our site allow third party behavioral tracking?</p><p data-css=\"tve-u-1642b20c920\">It\'s also important to note that we do not allow third party behavioral tracking<br>COPPA (Children Online Privacy Protection Act)<br>When it comes to the collection of personal information from children under 13, the Children\'s Online Privacy Protection Act (COPPA) puts parents in control. The Federal Trade Commission, the nation\'s consumer protection agency, enforces the COPPA Rule, which spells out what operators of websites and online services must do to protect children\'s privacy and safety online.</p><p data-css=\"tve-u-1642b20c920\">We do not specifically market to children under 13.</p><p data-css=\"tve-u-1642b20c920\">Fair Information Practices</p><p data-css=\"tve-u-1642b20c920\">The Fair Information Practices Principles form the backbone of privacy law in the United States and the concepts they include have played a significant role in the development of data protection laws around the globe. Understanding the Fair Information Practice Principles and how they should be implemented is critical to comply with the various privacy laws that protect personal information.<br>In order to be in line with Fair Information Practices we will take the following responsive action, should a data breach occur:<br>â€¢ Within 7 business days<br>We will notify the users via in site notification<br>â€¢ Within 7 business days<br>We also agree to the individual redress principle, which requires that individuals have a right to pursue legally enforceable rights against data collectors and processors who fail to adhere to the law. This principle requires not only that individuals have enforceable rights against data users, but also that individuals have recourse to courts or a government agency to investigate and/or prosecute non-compliance by data processors.<br>CAN SPAM Act<br>The CAN-SPAM Act is a law that sets the rules for commercial email, establishes requirements for commercial messages, gives recipients the right to have emails stopped from being sent to them, and spells out tough penalties for violations.</p><p data-css=\"tve-u-1642b20c920\">We collect your email address in order to:</p><p data-css=\"tve-u-1642b20c920\">â€¢ Send information, respond to inquiries, and/or other requests or questions.<br>â€¢ Process orders and to send information and updates pertaining to orders<br>â€¢ Market to our mailing list or continue to send emails to our clients after the original transaction has occurred<br>To be in accordance with CANSPAM we agree to the following:<br>â€¢ NOT use false, or misleading subjects or email addresses<br>â€¢ Identify the message as an advertisement in some reasonable way<br>â€¢ Include the physical address of our business or site headquarters<br>â€¢ Monitor third party email marketing services for compliance, if one is used.<br>â€¢ Honor opt-out/unsubscribe requests quickly<br>â€¢ Allow users to unsubscribe by using the link at the bottom of each email<br>If at any time you would like to unsubscribe from receiving future emails, you can email us at<br>â€¢ Follow the instructions at the bottom of each email. and we will promptly remove you from ALL correspondence.</p><p data-css=\"tve-u-1642b20c920\">Contacting Us</p><p data-css=\"tve-u-1642b20c920\">If there are any questions regarding this privacy policy you may contact us using the information below.<br>Blackhawk Custom, LLC.<br>825 South Kings Highway<br>Fort Pierce, FL 34945<br>United States<br>https://www.blackhawkcustom.com<br>Conditions of use:</p><p data-css=\"tve-u-1642b20c920\">By using this website, you agree to all of our terms and conditions of the sale<br>All sales are final (See our refund policy)</p></div></div>\n</div>'),(1454,147,'tve_revision_tve_has_wistia_popover','0'),(1455,148,'tve_revision_tve_landing_page','tcb2-blank-page-styled'),(1456,148,'tve_revision_tve_disable_theme_dependency','1'),(1457,148,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16416ab0690\" wfd-id=\"38\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1642b1d750f\" wfd-id=\"64\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1642b1d2e7a\" wfd-id=\"39\"><div class=\"thrv_wrapper thrv_widget_menu tve-custom-menu-upgrade tve-mobile-dropdown      tve-menu-style-style_1\" data-tve-style=\"tve_horizontal\" data-tve-switch-icon=\"mobile\" data-css=\"tve-u-1642b26f466\" wfd-id=\"47\">\n<div class=\"thrive-shortcode-config\" style=\"display: none !important\" wfd-id=\"63\">__CONFIG_widget_menu__{\"menu_id\":4,\"color\":\"tve_red\",\"dir\":\"tve_horizontal\",\"font_class\":\"\",\"font_size\":\"\",\"ul_attr\":\"\",\"link_attr\":\"\",\"top_link_attr\":\"\",\"trigger_attr\":\"\",\"primary\":\"\",\"head_css\":\"\",\"background_hover\":\"\",\"main_hover\":\"\",\"child_hover\":\"\",\"group_edit\":[{\"css_id\":null,\"class\":\"\"},{\"css_id\":null,\"class\":\"\"},{\"css_id\":null,\"class\":\"\"},{\"css_id\":null,\"class\":\"\"}],\"menu_style\":\"style_1\",\"dropdown_icon\":\"\",\"mobile_side\":\"\",\"mobile_icon\":\"\",\"switch_to_icon\":\"mobile\"}__CONFIG_widget_menu__</div>\n</div><div class=\"thrv_wrapper thrv_heading\" style=\"\" data-tag=\"h1\" wfd-id=\"44\"><h1 data-css=\"tve-u-16035acf904\"><strong>Privacy</strong></h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" data-css=\"tve-u-1642b25c464\" wfd-id=\"40\"><p data-css=\"tve-u-1642b20c920\">Privacy Policy</p><p data-css=\"tve-u-1642b20c920\">What personal information do we collect from the people that visit our blog, website or app?<br>When ordering or registering on our site, as appropriate, you may be asked to enter your name, email address, mailing address, phone number, credit card information or other details to help you with your experience.</p><p data-css=\"tve-u-1642b20c920\">When do we collect information?</p><p data-css=\"tve-u-1642b20c920\">We collect information from you when you register on our site, place an order, subscribe to a newsletter, respond to a survey, fill out a form or enter information on our site.</p><p data-css=\"tve-u-1642b20c920\">How do we use your information?</p><p data-css=\"tve-u-1642b20c920\">We may use the information we collect from you when you register, make a purchase, sign up for our newsletter, respond to a survey or marketing communication, surf the website, or use certain other site features in the following ways:<br>â€¢ To personalize user\'s experience and to allow us to deliver the type of content and product offerings in which you are most interested.<br>â€¢ To improve our website in order to better serve you.<br>â€¢ To allow us to better service you in responding to your customer service requests.<br>â€¢ To administer a contest, promotion, survey or other site feature.<br>â€¢ To quickly process your transactions.<br>â€¢ To send periodic emails regarding your order or other products and services.</p><p data-css=\"tve-u-1642b20c920\">How do we protect visitor information?</p><p data-css=\"tve-u-1642b20c920\">Our website is scanned on a regular basis for security holes and known vulnerabilities in order to make your visit to our site as safe as possible.<br>We use regular Malware Scanning.</p><p data-css=\"tve-u-1642b20c920\">Your personal information is contained behind secured networks and is only accessible by a limited number of persons who have special access rights to such systems, and are required to keep the information confidential. In addition, all sensitive/credit information you supply is encrypted via Secure Socket Layer (SSL) technology.</p><p data-css=\"tve-u-1642b20c920\">We implement a variety of security measures when a user places an order, enters, submits, or accesses their information to maintain the safety of your personal information.</p><p data-css=\"tve-u-1642b20c920\">All transactions are processed through a gateway provider and are not stored or processed on our servers.</p><p data-css=\"tve-u-1642b20c920\">Do we use \'cookies\'?</p><p data-css=\"tve-u-1642b20c920\">Yes. Cookies are small files that a site or its service provider transfers to your computer\'s hard drive through your Web browser (if you allow) that enable the site\'s or service provider\'s systems to recognize your browser and capture and remember certain information. For instance, we use cookies to help us remember and process the items in your shopping cart. They are also used to help us understand your preferences based on previous or current site activity, which enables us to provide you with improved services. We also use cookies to help us compile aggregate data about site traffic and site interaction so that we can offer better site experiences and tools in the future.</p><p data-css=\"tve-u-1642b20c920\">We use cookies to:</p><p data-css=\"tve-u-1642b20c920\">â€¢ Help remember and process the items in the shopping cart.<br>â€¢ Understand and save user\'s preferences for future visits.<br>You can choose to have your computer warn you each time a cookie is being sent, or you can choose to turn off all cookies. You do this through your browser (like Internet Explorer) settings. Each browser is a little different, so look at your browser\'s Help menu to learn the correct way to modify your cookies.<br>If users disable cookies in their browser:<br>If you turn off cookies, some features will be disabled. However, you can still place orders for<br>saved items in your shopping cart over the telephone by contacting customer service.</p><p data-css=\"tve-u-1642b20c920\">Third Party Disclosure</p><p data-css=\"tve-u-1642b20c920\">We do not sell, trade, or otherwise transfer to outside parties your personally identifiable information.</p><p data-css=\"tve-u-1642b20c920\">Third party links</p><p data-css=\"tve-u-1642b20c920\">Occasionally, at our discretion, we may include or offer third party products or services on our website. These third party sites have separate and independent privacy policies. We therefore have no responsibility or liability for the content and activities of these linked sites. Nonetheless, we seek to protect the integrity of our site and welcome any feedback about these sites.</p><p data-css=\"tve-u-1642b20c920\">Google</p><p data-css=\"tve-u-1642b20c920\">Google\'s advertising requirements can be summed up by Google\'s Advertising Principles. They are put in place to provide a positive experience for users. https://support.google.com/adwordspolicy/answer/1316548?hl=en<br>Opting out:<br>Users can set preferences for how Google advertises to you using the Google Ad Settings page. Alternatively, you can opt out by visiting the Network Advertising initiative opt out page or permanently using the Google Analytics Opt Out Browser add on.<br>California Online Privacy Protection Act<br>CalOPPA is the first state law in the nation to require commercial websites and online services to post a privacy policy. The law\'s reach stretches well beyond California to require a person or company in the United States (and conceivably the world) that operates websites collecting personally identifiable information from California consumers to post a conspicuous privacy policy on its website stating exactly the information being collected and those individuals with whom it is being shared, and to comply with this policy.<br>See more at: http://consumercal.org/california-online-privacy-protection-act-caloppa/#sthash.0FdRbT51.dpuf<br>According to CalOPPA we agree to the following:<br>Users can visit our site anonymously<br>Once this privacy policy is created, we will add a link to it on our home page, or as a minimum on the first significant page after entering our website.<br>Our Privacy Policy link includes the word \'Privacy\', and can be easily be found on the page specified above.<br>Users will be notified of any privacy policy changes:<br>â€¢ On our Privacy Policy Page<br>Users are able to change their personal information:<br>â€¢ By emailing us<br>â€¢ By calling us</p><p data-css=\"tve-u-1642b20c920\">How does our site handle do not track signals?</p><p data-css=\"tve-u-1642b20c920\">We honor do not track signals and do not track, plant cookies, or use advertising when a Do Not Track (DNT) browser mechanism is in place.</p><p data-css=\"tve-u-1642b20c920\">Does our site allow third party behavioral tracking?</p><p data-css=\"tve-u-1642b20c920\">It\'s also important to note that we do not allow third party behavioral tracking<br>COPPA (Children Online Privacy Protection Act)<br>When it comes to the collection of personal information from children under 13, the Children\'s Online Privacy Protection Act (COPPA) puts parents in control. The Federal Trade Commission, the nation\'s consumer protection agency, enforces the COPPA Rule, which spells out what operators of websites and online services must do to protect children\'s privacy and safety online.</p><p data-css=\"tve-u-1642b20c920\">We do not specifically market to children under 13.</p><p data-css=\"tve-u-1642b20c920\">Fair Information Practices</p><p data-css=\"tve-u-1642b20c920\">The Fair Information Practices Principles form the backbone of privacy law in the United States and the concepts they include have played a significant role in the development of data protection laws around the globe. Understanding the Fair Information Practice Principles and how they should be implemented is critical to comply with the various privacy laws that protect personal information.<br>In order to be in line with Fair Information Practices we will take the following responsive action, should a data breach occur:<br>â€¢ Within 7 business days<br>We will notify the users via in site notification<br>â€¢ Within 7 business days<br>We also agree to the individual redress principle, which requires that individuals have a right to pursue legally enforceable rights against data collectors and processors who fail to adhere to the law. This principle requires not only that individuals have enforceable rights against data users, but also that individuals have recourse to courts or a government agency to investigate and/or prosecute non-compliance by data processors.<br>CAN SPAM Act<br>The CAN-SPAM Act is a law that sets the rules for commercial email, establishes requirements for commercial messages, gives recipients the right to have emails stopped from being sent to them, and spells out tough penalties for violations.</p><p data-css=\"tve-u-1642b20c920\">We collect your email address in order to:</p><p data-css=\"tve-u-1642b20c920\">â€¢ Send information, respond to inquiries, and/or other requests or questions.<br>â€¢ Process orders and to send information and updates pertaining to orders<br>â€¢ Market to our mailing list or continue to send emails to our clients after the original transaction has occurred<br>To be in accordance with CANSPAM we agree to the following:<br>â€¢ NOT use false, or misleading subjects or email addresses<br>â€¢ Identify the message as an advertisement in some reasonable way<br>â€¢ Include the physical address of our business or site headquarters<br>â€¢ Monitor third party email marketing services for compliance, if one is used.<br>â€¢ Honor opt-out/unsubscribe requests quickly<br>â€¢ Allow users to unsubscribe by using the link at the bottom of each email<br>If at any time you would like to unsubscribe from receiving future emails, you can email us at<br>â€¢ Follow the instructions at the bottom of each email. and we will promptly remove you from ALL correspondence.</p><p data-css=\"tve-u-1642b20c920\">Contacting Us</p><p data-css=\"tve-u-1642b20c920\">If there are any questions regarding this privacy policy you may contact us using the information below.<br>Blackhawk Custom, LLC.<br>825 South Kings Highway<br>Fort Pierce, FL 34945<br>United States<br>https://www.blackhawkcustom.com<br>Conditions of use:</p><p data-css=\"tve-u-1642b20c920\">By using this website, you agree to all of our terms and conditions of the sale<br>All sales are final (See our refund policy)</p></div></div>\n</div>'),(1458,148,'tve_revision_tve_content_more_found',''),(1459,148,'tve_revision_tve_save_post',''),(1460,148,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Montserrat:400,700&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Open+Sans:400,700,300&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-1642b26f466\"] { margin: 0px auto 20px !important; float: none; width: 100%; }[data-css=\"tve-u-1642b25c464\"] { padding: 5px !important; }[data-css=\"tve-u-1642b20c920\"] strong { font-weight: 700 !important; }#tve_editor [data-css=\"tve-u-1642b20c920\"] { font-size: 16px !important; font-family: Montserrat !important; font-weight: 400 !important; }[data-css=\"tve-u-16035acf904\"] strong { font-weight: 700 !important; }#tve_editor [data-css=\"tve-u-16035acf904\"] { font-size: 24px !important; font-family: Montserrat !important; font-weight: 400 !important; }[data-css=\"tve-u-1642b1d750f\"] { background-image: linear-gradient(rgb(0, 0, 0), rgb(0, 0, 0)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }#tve_editor [data-css=\"tve-u-1642b1d2e7a\"] p, #tve_editor [data-css=\"tve-u-1642b1d2e7a\"] li, #tve_editor [data-css=\"tve-u-1642b1d2e7a\"] blockquote, #tve_editor [data-css=\"tve-u-1642b1d2e7a\"] address, #tve_editor [data-css=\"tve-u-1642b1d2e7a\"] .tcb-plain-text, #tve_editor [data-css=\"tve-u-1642b1d2e7a\"] h1, #tve_editor [data-css=\"tve-u-1642b1d2e7a\"] h2, #tve_editor [data-css=\"tve-u-1642b1d2e7a\"] h3, #tve_editor [data-css=\"tve-u-1642b1d2e7a\"] h4, #tve_editor [data-css=\"tve-u-1642b1d2e7a\"] h5, #tve_editor [data-css=\"tve-u-1642b1d2e7a\"] h6 { color: rgb(255, 255, 255); }[data-css=\"tve-u-16416ab0690\"] { padding: 30px 20px !important; }.tcb-plain-text strong { font-weight: 700; }.tcb-plain-text { font-family: \"Open Sans\"; font-weight: 400; }#tcb_landing_page a strong { font-weight: 700; }#tcb_landing_page h6 strong { font-weight: 700; }#tcb_landing_page h5 strong { font-weight: 700; }#tcb_landing_page h4 strong { font-weight: 700; }#tcb_landing_page h6 { font-family: \"Open Sans\"; font-weight: 400; color: rgb(51, 51, 51); font-size: 20px; }#tcb_landing_page h5 { font-family: \"Open Sans\"; font-weight: 400; color: rgb(51, 51, 51); font-size: 24px; }#tcb_landing_page h4 { font-family: \"Open Sans\"; font-weight: 400; color: rgb(51, 51, 51); font-size: 30px; }#tcb_landing_page a:not(.tcb-button-link) { color: rgb(51, 51, 51); text-decoration: underline; }#tcb_landing_page h3 strong { font-weight: 700; }#tcb_landing_page h3 { font-family: \"Open Sans\"; font-weight: 400; color: rgb(51, 51, 51); font-size: 38px; line-height: 1.3em; }#tcb_landing_page h2 strong { font-weight: 700; }#tcb_landing_page h2 { font-family: \"Open Sans\"; font-weight: 400; color: rgb(51, 51, 51); font-size: 45px; line-height: 1.3em; }#tcb_landing_page h1 strong { font-weight: 700; }#tcb_landing_page h1 { font-family: \"Open Sans\"; font-weight: 400; font-size: 50px; line-height: 1.3em; color: rgb(51, 51, 51); }#tcb_landing_page p strong, #tcb_landing_page li strong { font-weight: 700; }#tcb_landing_page p, #tcb_landing_page li { font-family: \"Open Sans\"; font-weight: 400; font-size: 17px; line-height: 1.6em; color: rgb(70, 70, 70); }[data-css=\"tve-u-15e09c94f7d\"] { background-color: rgb(255, 255, 255); }#tcb_landing_page a:hover:not(.tcb-button-link) { text-decoration: none; }#tcb_landing_page .tve-state-hovera:not(.tcb-button-link) { text-decoration: none; }#tcb_landing_page a.tve-state-hover:not(.tcb-button-link) { text-decoration: none; }[data-css=\"tve-u-1642b1d2e7a\"] { max-width: 1200px; }}@media (max-width: 1023px){[data-css=\"tve-u-1642b26f466\"] { margin: 0px auto !important; max-width: 1200px; float: none; width: 100%; z-index: 3; position: relative; }}@media (max-width: 767px){#tve_editor [data-css=\"tve-u-16035acf904\"] { font-size: 36px !important; }}'),(1461,148,'tve_revision_tve_user_custom_css',''),(1462,148,'tve_revision_tve_page_events','a:0:{}'),(1463,148,'tve_revision_tve_globals','a:2:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";s:8:\"font_cls\";a:0:{}}'),(1464,148,'tve_revision_tve_global_scripts',''),(1465,148,'tve_revision_thrive_icon_pack','0'),(1466,148,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(1467,148,'tve_revision_tve_has_masonry','0'),(1468,148,'tve_revision_tve_has_typefocus','0'),(1469,148,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16416ab0690\" wfd-id=\"38\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1642b1d750f\" wfd-id=\"64\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1642b1d2e7a\" wfd-id=\"39\"><div class=\"thrv_wrapper thrv_widget_menu tve-custom-menu-upgrade tve-mobile-dropdown      tve-menu-style-style_1\" data-tve-style=\"tve_horizontal\" data-tve-switch-icon=\"mobile\" data-css=\"tve-u-1642b26f466\" wfd-id=\"47\">\n<div class=\"thrive-shortcode-config\" style=\"display: none !important\" wfd-id=\"63\">__CONFIG_widget_menu__{\"menu_id\":4,\"color\":\"tve_red\",\"dir\":\"tve_horizontal\",\"font_class\":\"\",\"font_size\":\"\",\"ul_attr\":\"\",\"link_attr\":\"\",\"top_link_attr\":\"\",\"trigger_attr\":\"\",\"primary\":\"\",\"head_css\":\"\",\"background_hover\":\"\",\"main_hover\":\"\",\"child_hover\":\"\",\"group_edit\":[{\"css_id\":null,\"class\":\"\"},{\"css_id\":null,\"class\":\"\"},{\"css_id\":null,\"class\":\"\"},{\"css_id\":null,\"class\":\"\"}],\"menu_style\":\"style_1\",\"dropdown_icon\":\"\",\"mobile_side\":\"\",\"mobile_icon\":\"\",\"switch_to_icon\":\"mobile\"}__CONFIG_widget_menu__</div>\n</div><div class=\"thrv_wrapper thrv_heading\" style=\"\" data-tag=\"h1\" wfd-id=\"44\"><h1 data-css=\"tve-u-16035acf904\"><strong>Privacy</strong></h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" data-css=\"tve-u-1642b25c464\" wfd-id=\"40\"><p data-css=\"tve-u-1642b20c920\">Privacy Policy</p><p data-css=\"tve-u-1642b20c920\">What personal information do we collect from the people that visit our blog, website or app?<br>When ordering or registering on our site, as appropriate, you may be asked to enter your name, email address, mailing address, phone number, credit card information or other details to help you with your experience.</p><p data-css=\"tve-u-1642b20c920\">When do we collect information?</p><p data-css=\"tve-u-1642b20c920\">We collect information from you when you register on our site, place an order, subscribe to a newsletter, respond to a survey, fill out a form or enter information on our site.</p><p data-css=\"tve-u-1642b20c920\">How do we use your information?</p><p data-css=\"tve-u-1642b20c920\">We may use the information we collect from you when you register, make a purchase, sign up for our newsletter, respond to a survey or marketing communication, surf the website, or use certain other site features in the following ways:<br>â€¢ To personalize user\'s experience and to allow us to deliver the type of content and product offerings in which you are most interested.<br>â€¢ To improve our website in order to better serve you.<br>â€¢ To allow us to better service you in responding to your customer service requests.<br>â€¢ To administer a contest, promotion, survey or other site feature.<br>â€¢ To quickly process your transactions.<br>â€¢ To send periodic emails regarding your order or other products and services.</p><p data-css=\"tve-u-1642b20c920\">How do we protect visitor information?</p><p data-css=\"tve-u-1642b20c920\">Our website is scanned on a regular basis for security holes and known vulnerabilities in order to make your visit to our site as safe as possible.<br>We use regular Malware Scanning.</p><p data-css=\"tve-u-1642b20c920\">Your personal information is contained behind secured networks and is only accessible by a limited number of persons who have special access rights to such systems, and are required to keep the information confidential. In addition, all sensitive/credit information you supply is encrypted via Secure Socket Layer (SSL) technology.</p><p data-css=\"tve-u-1642b20c920\">We implement a variety of security measures when a user places an order, enters, submits, or accesses their information to maintain the safety of your personal information.</p><p data-css=\"tve-u-1642b20c920\">All transactions are processed through a gateway provider and are not stored or processed on our servers.</p><p data-css=\"tve-u-1642b20c920\">Do we use \'cookies\'?</p><p data-css=\"tve-u-1642b20c920\">Yes. Cookies are small files that a site or its service provider transfers to your computer\'s hard drive through your Web browser (if you allow) that enable the site\'s or service provider\'s systems to recognize your browser and capture and remember certain information. For instance, we use cookies to help us remember and process the items in your shopping cart. They are also used to help us understand your preferences based on previous or current site activity, which enables us to provide you with improved services. We also use cookies to help us compile aggregate data about site traffic and site interaction so that we can offer better site experiences and tools in the future.</p><p data-css=\"tve-u-1642b20c920\">We use cookies to:</p><p data-css=\"tve-u-1642b20c920\">â€¢ Help remember and process the items in the shopping cart.<br>â€¢ Understand and save user\'s preferences for future visits.<br>You can choose to have your computer warn you each time a cookie is being sent, or you can choose to turn off all cookies. You do this through your browser (like Internet Explorer) settings. Each browser is a little different, so look at your browser\'s Help menu to learn the correct way to modify your cookies.<br>If users disable cookies in their browser:<br>If you turn off cookies, some features will be disabled. However, you can still place orders for<br>saved items in your shopping cart over the telephone by contacting customer service.</p><p data-css=\"tve-u-1642b20c920\">Third Party Disclosure</p><p data-css=\"tve-u-1642b20c920\">We do not sell, trade, or otherwise transfer to outside parties your personally identifiable information.</p><p data-css=\"tve-u-1642b20c920\">Third party links</p><p data-css=\"tve-u-1642b20c920\">Occasionally, at our discretion, we may include or offer third party products or services on our website. These third party sites have separate and independent privacy policies. We therefore have no responsibility or liability for the content and activities of these linked sites. Nonetheless, we seek to protect the integrity of our site and welcome any feedback about these sites.</p><p data-css=\"tve-u-1642b20c920\">Google</p><p data-css=\"tve-u-1642b20c920\">Google\'s advertising requirements can be summed up by Google\'s Advertising Principles. They are put in place to provide a positive experience for users. https://support.google.com/adwordspolicy/answer/1316548?hl=en<br>Opting out:<br>Users can set preferences for how Google advertises to you using the Google Ad Settings page. Alternatively, you can opt out by visiting the Network Advertising initiative opt out page or permanently using the Google Analytics Opt Out Browser add on.<br>California Online Privacy Protection Act<br>CalOPPA is the first state law in the nation to require commercial websites and online services to post a privacy policy. The law\'s reach stretches well beyond California to require a person or company in the United States (and conceivably the world) that operates websites collecting personally identifiable information from California consumers to post a conspicuous privacy policy on its website stating exactly the information being collected and those individuals with whom it is being shared, and to comply with this policy.<br>See more at: http://consumercal.org/california-online-privacy-protection-act-caloppa/#sthash.0FdRbT51.dpuf<br>According to CalOPPA we agree to the following:<br>Users can visit our site anonymously<br>Once this privacy policy is created, we will add a link to it on our home page, or as a minimum on the first significant page after entering our website.<br>Our Privacy Policy link includes the word \'Privacy\', and can be easily be found on the page specified above.<br>Users will be notified of any privacy policy changes:<br>â€¢ On our Privacy Policy Page<br>Users are able to change their personal information:<br>â€¢ By emailing us<br>â€¢ By calling us</p><p data-css=\"tve-u-1642b20c920\">How does our site handle do not track signals?</p><p data-css=\"tve-u-1642b20c920\">We honor do not track signals and do not track, plant cookies, or use advertising when a Do Not Track (DNT) browser mechanism is in place.</p><p data-css=\"tve-u-1642b20c920\">Does our site allow third party behavioral tracking?</p><p data-css=\"tve-u-1642b20c920\">It\'s also important to note that we do not allow third party behavioral tracking<br>COPPA (Children Online Privacy Protection Act)<br>When it comes to the collection of personal information from children under 13, the Children\'s Online Privacy Protection Act (COPPA) puts parents in control. The Federal Trade Commission, the nation\'s consumer protection agency, enforces the COPPA Rule, which spells out what operators of websites and online services must do to protect children\'s privacy and safety online.</p><p data-css=\"tve-u-1642b20c920\">We do not specifically market to children under 13.</p><p data-css=\"tve-u-1642b20c920\">Fair Information Practices</p><p data-css=\"tve-u-1642b20c920\">The Fair Information Practices Principles form the backbone of privacy law in the United States and the concepts they include have played a significant role in the development of data protection laws around the globe. Understanding the Fair Information Practice Principles and how they should be implemented is critical to comply with the various privacy laws that protect personal information.<br>In order to be in line with Fair Information Practices we will take the following responsive action, should a data breach occur:<br>â€¢ Within 7 business days<br>We will notify the users via in site notification<br>â€¢ Within 7 business days<br>We also agree to the individual redress principle, which requires that individuals have a right to pursue legally enforceable rights against data collectors and processors who fail to adhere to the law. This principle requires not only that individuals have enforceable rights against data users, but also that individuals have recourse to courts or a government agency to investigate and/or prosecute non-compliance by data processors.<br>CAN SPAM Act<br>The CAN-SPAM Act is a law that sets the rules for commercial email, establishes requirements for commercial messages, gives recipients the right to have emails stopped from being sent to them, and spells out tough penalties for violations.</p><p data-css=\"tve-u-1642b20c920\">We collect your email address in order to:</p><p data-css=\"tve-u-1642b20c920\">â€¢ Send information, respond to inquiries, and/or other requests or questions.<br>â€¢ Process orders and to send information and updates pertaining to orders<br>â€¢ Market to our mailing list or continue to send emails to our clients after the original transaction has occurred<br>To be in accordance with CANSPAM we agree to the following:<br>â€¢ NOT use false, or misleading subjects or email addresses<br>â€¢ Identify the message as an advertisement in some reasonable way<br>â€¢ Include the physical address of our business or site headquarters<br>â€¢ Monitor third party email marketing services for compliance, if one is used.<br>â€¢ Honor opt-out/unsubscribe requests quickly<br>â€¢ Allow users to unsubscribe by using the link at the bottom of each email<br>If at any time you would like to unsubscribe from receiving future emails, you can email us at<br>â€¢ Follow the instructions at the bottom of each email. and we will promptly remove you from ALL correspondence.</p><p data-css=\"tve-u-1642b20c920\">Contacting Us</p><p data-css=\"tve-u-1642b20c920\">If there are any questions regarding this privacy policy you may contact us using the information below.<br>Blackhawk Custom, LLC.<br>825 South Kings Highway<br>Fort Pierce, FL 34945<br>United States<br>https://www.blackhawkcustom.com<br>Conditions of use:</p><p data-css=\"tve-u-1642b20c920\">By using this website, you agree to all of our terms and conditions of the sale<br>All sales are final (See our refund policy)</p></div></div>\n</div>'),(1470,148,'tve_revision_tve_has_wistia_popover','0'),(1471,149,'tve_revision_tve_landing_page','tcb2-blank-page-styled'),(1472,149,'tve_revision_tve_disable_theme_dependency','1'),(1473,149,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16416ab0690\" wfd-id=\"35\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1642b1d750f\" wfd-id=\"61\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1642b1d2e7a\" wfd-id=\"36\"><div class=\"thrv_wrapper thrv_widget_menu tve-custom-menu-upgrade tve-mobile-dropdown      tve-menu-style-style_1\" data-tve-style=\"tve_horizontal\" data-tve-switch-icon=\"mobile\" data-css=\"tve-u-1642b26f466\" wfd-id=\"44\">\n<div class=\"thrive-shortcode-config\" style=\"display: none !important\" wfd-id=\"60\">__CONFIG_widget_menu__{\"menu_id\":4,\"color\":\"tve_red\",\"dir\":\"tve_horizontal\",\"font_class\":\"\",\"font_size\":\"\",\"ul_attr\":\"\",\"link_attr\":\"\",\"top_link_attr\":\"\",\"trigger_attr\":\"\",\"primary\":\"\",\"head_css\":\"\",\"background_hover\":\"\",\"main_hover\":\"\",\"child_hover\":\"\",\"group_edit\":[{\"css_id\":null,\"class\":\"\"},{\"css_id\":null,\"class\":\"\"},{\"css_id\":null,\"class\":\"\"},{\"css_id\":null,\"class\":\"\"}],\"menu_style\":\"style_1\",\"dropdown_icon\":\"\",\"mobile_side\":\"\",\"mobile_icon\":\"\",\"switch_to_icon\":\"mobile\"}__CONFIG_widget_menu__</div>\n</div><div class=\"thrv_wrapper thrv_heading\" style=\"\" data-tag=\"h1\" wfd-id=\"41\"><h1 data-css=\"tve-u-16035acf904\"><strong>Privacy</strong></h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" data-css=\"tve-u-1642b25c464\" wfd-id=\"37\"><p data-css=\"tve-u-1642b20c920\">Privacy Policy</p><p data-css=\"tve-u-1642b20c920\">What personal information do we collect from the people that visit our blog, website or app?<br>When ordering or registering on our site, as appropriate, you may be asked to enter your name, email address, mailing address, phone number, credit card information or other details to help you with your experience.</p><p data-css=\"tve-u-1642b20c920\">When do we collect information?</p><p data-css=\"tve-u-1642b20c920\">We collect information from you when you register on our site, place an order, subscribe to a newsletter, respond to a survey, fill out a form or enter information on our site.</p><p data-css=\"tve-u-1642b20c920\">How do we use your information?</p><p data-css=\"tve-u-1642b20c920\">We may use the information we collect from you when you register, make a purchase, sign up for our newsletter, respond to a survey or marketing communication, surf the website, or use certain other site features in the following ways:<br>â€¢ To personalize user\'s experience and to allow us to deliver the type of content and product offerings in which you are most interested.<br>â€¢ To improve our website in order to better serve you.<br>â€¢ To allow us to better service you in responding to your customer service requests.<br>â€¢ To administer a contest, promotion, survey or other site feature.<br>â€¢ To quickly process your transactions.<br>â€¢ To send periodic emails regarding your order or other products and services.</p><p data-css=\"tve-u-1642b20c920\">How do we protect visitor information?</p><p data-css=\"tve-u-1642b20c920\">Our website is scanned on a regular basis for security holes and known vulnerabilities in order to make your visit to our site as safe as possible.<br>We use regular Malware Scanning.</p><p data-css=\"tve-u-1642b20c920\">Your personal information is contained behind secured networks and is only accessible by a limited number of persons who have special access rights to such systems, and are required to keep the information confidential. In addition, all sensitive/credit information you supply is encrypted via Secure Socket Layer (SSL) technology.</p><p data-css=\"tve-u-1642b20c920\">We implement a variety of security measures when a user places an order, enters, submits, or accesses their information to maintain the safety of your personal information.</p><p data-css=\"tve-u-1642b20c920\">All transactions are processed through a gateway provider and are not stored or processed on our servers.</p><p data-css=\"tve-u-1642b20c920\">Do we use \'cookies\'?</p><p data-css=\"tve-u-1642b20c920\">Yes. Cookies are small files that a site or its service provider transfers to your computer\'s hard drive through your Web browser (if you allow) that enable the site\'s or service provider\'s systems to recognize your browser and capture and remember certain information. For instance, we use cookies to help us remember and process the items in your shopping cart. They are also used to help us understand your preferences based on previous or current site activity, which enables us to provide you with improved services. We also use cookies to help us compile aggregate data about site traffic and site interaction so that we can offer better site experiences and tools in the future.</p><p data-css=\"tve-u-1642b20c920\">We use cookies to:</p><p data-css=\"tve-u-1642b20c920\">â€¢ Help remember and process the items in the shopping cart.<br>â€¢ Understand and save user\'s preferences for future visits.<br>You can choose to have your computer warn you each time a cookie is being sent, or you can choose to turn off all cookies. You do this through your browser (like Internet Explorer) settings. Each browser is a little different, so look at your browser\'s Help menu to learn the correct way to modify your cookies.<br>If users disable cookies in their browser:<br>If you turn off cookies, some features will be disabled. However, you can still place orders for<br>saved items in your shopping cart over the telephone by contacting customer service.</p><p data-css=\"tve-u-1642b20c920\">Third Party Disclosure</p><p data-css=\"tve-u-1642b20c920\">We do not sell, trade, or otherwise transfer to outside parties your personally identifiable information.</p><p data-css=\"tve-u-1642b20c920\">Third party links</p><p data-css=\"tve-u-1642b20c920\">Occasionally, at our discretion, we may include or offer third party products or services on our website. These third party sites have separate and independent privacy policies. We therefore have no responsibility or liability for the content and activities of these linked sites. Nonetheless, we seek to protect the integrity of our site and welcome any feedback about these sites.</p><p data-css=\"tve-u-1642b20c920\">Google</p><p data-css=\"tve-u-1642b20c920\">Google\'s advertising requirements can be summed up by Google\'s Advertising Principles. They are put in place to provide a positive experience for users. https://support.google.com/adwordspolicy/answer/1316548?hl=en<br>Opting out:<br>Users can set preferences for how Google advertises to you using the Google Ad Settings page. Alternatively, you can opt out by visiting the Network Advertising initiative opt out page or permanently using the Google Analytics Opt Out Browser add on.<br>California Online Privacy Protection Act<br>CalOPPA is the first state law in the nation to require commercial websites and online services to post a privacy policy. The law\'s reach stretches well beyond California to require a person or company in the United States (and conceivably the world) that operates websites collecting personally identifiable information from California consumers to post a conspicuous privacy policy on its website stating exactly the information being collected and those individuals with whom it is being shared, and to comply with this policy.<br>See more at: http://consumercal.org/california-online-privacy-protection-act-caloppa/#sthash.0FdRbT51.dpuf<br>According to CalOPPA we agree to the following:<br>Users can visit our site anonymously<br>Once this privacy policy is created, we will add a link to it on our home page, or as a minimum on the first significant page after entering our website.<br>Our Privacy Policy link includes the word \'Privacy\', and can be easily be found on the page specified above.<br>Users will be notified of any privacy policy changes:<br>â€¢ On our Privacy Policy Page<br>Users are able to change their personal information:<br>â€¢ By emailing us<br>â€¢ By calling us</p><p data-css=\"tve-u-1642b20c920\">How does our site handle do not track signals?</p><p data-css=\"tve-u-1642b20c920\">We honor do not track signals and do not track, plant cookies, or use advertising when a Do Not Track (DNT) browser mechanism is in place.</p><p data-css=\"tve-u-1642b20c920\">Does our site allow third party behavioral tracking?</p><p data-css=\"tve-u-1642b20c920\">It\'s also important to note that we do not allow third party behavioral tracking<br>COPPA (Children Online Privacy Protection Act)<br>When it comes to the collection of personal information from children under 13, the Children\'s Online Privacy Protection Act (COPPA) puts parents in control. The Federal Trade Commission, the nation\'s consumer protection agency, enforces the COPPA Rule, which spells out what operators of websites and online services must do to protect children\'s privacy and safety online.</p><p data-css=\"tve-u-1642b20c920\">We do not specifically market to children under 13.</p><p data-css=\"tve-u-1642b20c920\">Fair Information Practices</p><p data-css=\"tve-u-1642b20c920\">The Fair Information Practices Principles form the backbone of privacy law in the United States and the concepts they include have played a significant role in the development of data protection laws around the globe. Understanding the Fair Information Practice Principles and how they should be implemented is critical to comply with the various privacy laws that protect personal information.<br>In order to be in line with Fair Information Practices we will take the following responsive action, should a data breach occur:<br>â€¢ Within 7 business days<br>We will notify the users via in site notification<br>â€¢ Within 7 business days<br>We also agree to the individual redress principle, which requires that individuals have a right to pursue legally enforceable rights against data collectors and processors who fail to adhere to the law. This principle requires not only that individuals have enforceable rights against data users, but also that individuals have recourse to courts or a government agency to investigate and/or prosecute non-compliance by data processors.<br>CAN SPAM Act<br>The CAN-SPAM Act is a law that sets the rules for commercial email, establishes requirements for commercial messages, gives recipients the right to have emails stopped from being sent to them, and spells out tough penalties for violations.</p><p data-css=\"tve-u-1642b20c920\">We collect your email address in order to:</p><p data-css=\"tve-u-1642b20c920\">â€¢ Send information, respond to inquiries, and/or other requests or questions.<br>â€¢ Process orders and to send information and updates pertaining to orders<br>â€¢ Market to our mailing list or continue to send emails to our clients after the original transaction has occurred<br>To be in accordance with CANSPAM we agree to the following:<br>â€¢ NOT use false, or misleading subjects or email addresses<br>â€¢ Identify the message as an advertisement in some reasonable way<br>â€¢ Include the physical address of our business or site headquarters<br>â€¢ Monitor third party email marketing services for compliance, if one is used.<br>â€¢ Honor opt-out/unsubscribe requests quickly<br>â€¢ Allow users to unsubscribe by using the link at the bottom of each email<br>If at any time you would like to unsubscribe from receiving future emails, you can email us at<br>â€¢ Follow the instructions at the bottom of each email. and we will promptly remove you from ALL correspondence.</p><p data-css=\"tve-u-1642b20c920\">Contacting Us</p><p data-css=\"tve-u-1642b20c920\">If there are any questions regarding this privacy policy you may contact us using the information below.<br>Blackhawk Custom, LLC.<br>825 South Kings Highway<br>Fort Pierce, FL 34945<br>United States<br>https://www.blackhawkcustom.com<br>Conditions of use:</p><p data-css=\"tve-u-1642b20c920\">By using this website, you agree to all of our terms and conditions of the sale<br>All sales are final (See our refund policy)</p></div></div>\n</div>'),(1474,149,'tve_revision_tve_content_more_found',''),(1475,149,'tve_revision_tve_save_post',''),(1476,149,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Montserrat:400,700&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Open+Sans:400,700,300&subset=latin\");@media (min-width: 300px){#tcb_landing_page a.tve_state_hover:not(.tcb-button-link) { color: rgb(179, 144, 57); }[data-css=\"tve-u-1642b26f466\"] { margin: 0px auto 20px !important; float: none; width: 100%; }[data-css=\"tve-u-1642b25c464\"] { padding: 5px !important; }[data-css=\"tve-u-1642b20c920\"] strong { font-weight: 700 !important; }#tve_editor [data-css=\"tve-u-1642b20c920\"] { font-size: 16px !important; font-family: Montserrat !important; font-weight: 400 !important; }[data-css=\"tve-u-16035acf904\"] strong { font-weight: 700 !important; }#tve_editor [data-css=\"tve-u-16035acf904\"] { font-size: 24px !important; font-family: Montserrat !important; font-weight: 400 !important; }[data-css=\"tve-u-1642b1d750f\"] { background-image: linear-gradient(rgb(0, 0, 0), rgb(0, 0, 0)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }#tve_editor [data-css=\"tve-u-1642b1d2e7a\"] p, #tve_editor [data-css=\"tve-u-1642b1d2e7a\"] li, #tve_editor [data-css=\"tve-u-1642b1d2e7a\"] blockquote, #tve_editor [data-css=\"tve-u-1642b1d2e7a\"] address, #tve_editor [data-css=\"tve-u-1642b1d2e7a\"] .tcb-plain-text, #tve_editor [data-css=\"tve-u-1642b1d2e7a\"] h1, #tve_editor [data-css=\"tve-u-1642b1d2e7a\"] h2, #tve_editor [data-css=\"tve-u-1642b1d2e7a\"] h3, #tve_editor [data-css=\"tve-u-1642b1d2e7a\"] h4, #tve_editor [data-css=\"tve-u-1642b1d2e7a\"] h5, #tve_editor [data-css=\"tve-u-1642b1d2e7a\"] h6 { color: rgb(255, 255, 255); }[data-css=\"tve-u-16416ab0690\"] { padding: 30px 20px !important; }.tcb-plain-text strong { font-weight: 700; }.tcb-plain-text { font-family: \"Open Sans\"; font-weight: 400; }#tcb_landing_page a strong { font-weight: 700; }#tcb_landing_page h6 strong { font-weight: 700; }#tcb_landing_page h5 strong { font-weight: 700; }#tcb_landing_page h4 strong { font-weight: 700; }#tcb_landing_page h6 { font-family: \"Open Sans\"; font-weight: 400; color: rgb(51, 51, 51); font-size: 20px; }#tcb_landing_page h5 { font-family: \"Open Sans\"; font-weight: 400; color: rgb(51, 51, 51); font-size: 24px; }#tcb_landing_page h4 { font-family: \"Open Sans\"; font-weight: 400; color: rgb(51, 51, 51); font-size: 30px; }#tcb_landing_page a:not(.tcb-button-link) { color: rgb(255, 255, 255); text-decoration: underline; }#tcb_landing_page h3 strong { font-weight: 700; }#tcb_landing_page h3 { font-family: \"Open Sans\"; font-weight: 400; color: rgb(51, 51, 51); font-size: 38px; line-height: 1.3em; }#tcb_landing_page h2 strong { font-weight: 700; }#tcb_landing_page h2 { font-family: \"Open Sans\"; font-weight: 400; color: rgb(51, 51, 51); font-size: 45px; line-height: 1.3em; }#tcb_landing_page h1 strong { font-weight: 700; }#tcb_landing_page h1 { font-family: \"Open Sans\"; font-weight: 400; font-size: 50px; line-height: 1.3em; color: rgb(51, 51, 51); }#tcb_landing_page p strong, #tcb_landing_page li strong { font-weight: 700; }#tcb_landing_page p, #tcb_landing_page li { font-family: \"Open Sans\"; font-weight: 400; font-size: 17px; line-height: 1.6em; color: rgb(70, 70, 70); }[data-css=\"tve-u-15e09c94f7d\"] { background-color: rgb(255, 255, 255); }#tcb_landing_page a:hover:not(.tcb-button-link) { text-decoration: none; color: rgb(179, 144, 57); }#tcb_landing_page .tve-state-hovera:not(.tcb-button-link) { text-decoration: none; }#tcb_landing_page a.tve-state-hover:not(.tcb-button-link) { text-decoration: none; }[data-css=\"tve-u-1642b1d2e7a\"] { max-width: 1200px; }}@media (max-width: 1023px){[data-css=\"tve-u-1642b26f466\"] { margin: 0px auto !important; max-width: 1200px; float: none; width: 100%; z-index: 3; position: relative; }}@media (max-width: 767px){#tve_editor [data-css=\"tve-u-16035acf904\"] { font-size: 36px !important; }}'),(1477,149,'tve_revision_tve_user_custom_css',''),(1478,149,'tve_revision_tve_page_events','a:0:{}'),(1479,149,'tve_revision_tve_globals','a:2:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";s:8:\"font_cls\";a:0:{}}'),(1480,149,'tve_revision_tve_global_scripts',''),(1481,149,'tve_revision_thrive_icon_pack','0'),(1482,149,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(1483,149,'tve_revision_tve_has_masonry','0'),(1484,149,'tve_revision_tve_has_typefocus','0'),(1485,149,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16416ab0690\" wfd-id=\"35\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1642b1d750f\" wfd-id=\"61\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1642b1d2e7a\" wfd-id=\"36\"><div class=\"thrv_wrapper thrv_widget_menu tve-custom-menu-upgrade tve-mobile-dropdown      tve-menu-style-style_1\" data-tve-style=\"tve_horizontal\" data-tve-switch-icon=\"mobile\" data-css=\"tve-u-1642b26f466\" wfd-id=\"44\">\n<div class=\"thrive-shortcode-config\" style=\"display: none !important\" wfd-id=\"60\">__CONFIG_widget_menu__{\"menu_id\":4,\"color\":\"tve_red\",\"dir\":\"tve_horizontal\",\"font_class\":\"\",\"font_size\":\"\",\"ul_attr\":\"\",\"link_attr\":\"\",\"top_link_attr\":\"\",\"trigger_attr\":\"\",\"primary\":\"\",\"head_css\":\"\",\"background_hover\":\"\",\"main_hover\":\"\",\"child_hover\":\"\",\"group_edit\":[{\"css_id\":null,\"class\":\"\"},{\"css_id\":null,\"class\":\"\"},{\"css_id\":null,\"class\":\"\"},{\"css_id\":null,\"class\":\"\"}],\"menu_style\":\"style_1\",\"dropdown_icon\":\"\",\"mobile_side\":\"\",\"mobile_icon\":\"\",\"switch_to_icon\":\"mobile\"}__CONFIG_widget_menu__</div>\n</div><div class=\"thrv_wrapper thrv_heading\" style=\"\" data-tag=\"h1\" wfd-id=\"41\"><h1 data-css=\"tve-u-16035acf904\"><strong>Privacy</strong></h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" data-css=\"tve-u-1642b25c464\" wfd-id=\"37\"><p data-css=\"tve-u-1642b20c920\">Privacy Policy</p><p data-css=\"tve-u-1642b20c920\">What personal information do we collect from the people that visit our blog, website or app?<br>When ordering or registering on our site, as appropriate, you may be asked to enter your name, email address, mailing address, phone number, credit card information or other details to help you with your experience.</p><p data-css=\"tve-u-1642b20c920\">When do we collect information?</p><p data-css=\"tve-u-1642b20c920\">We collect information from you when you register on our site, place an order, subscribe to a newsletter, respond to a survey, fill out a form or enter information on our site.</p><p data-css=\"tve-u-1642b20c920\">How do we use your information?</p><p data-css=\"tve-u-1642b20c920\">We may use the information we collect from you when you register, make a purchase, sign up for our newsletter, respond to a survey or marketing communication, surf the website, or use certain other site features in the following ways:<br>â€¢ To personalize user\'s experience and to allow us to deliver the type of content and product offerings in which you are most interested.<br>â€¢ To improve our website in order to better serve you.<br>â€¢ To allow us to better service you in responding to your customer service requests.<br>â€¢ To administer a contest, promotion, survey or other site feature.<br>â€¢ To quickly process your transactions.<br>â€¢ To send periodic emails regarding your order or other products and services.</p><p data-css=\"tve-u-1642b20c920\">How do we protect visitor information?</p><p data-css=\"tve-u-1642b20c920\">Our website is scanned on a regular basis for security holes and known vulnerabilities in order to make your visit to our site as safe as possible.<br>We use regular Malware Scanning.</p><p data-css=\"tve-u-1642b20c920\">Your personal information is contained behind secured networks and is only accessible by a limited number of persons who have special access rights to such systems, and are required to keep the information confidential. In addition, all sensitive/credit information you supply is encrypted via Secure Socket Layer (SSL) technology.</p><p data-css=\"tve-u-1642b20c920\">We implement a variety of security measures when a user places an order, enters, submits, or accesses their information to maintain the safety of your personal information.</p><p data-css=\"tve-u-1642b20c920\">All transactions are processed through a gateway provider and are not stored or processed on our servers.</p><p data-css=\"tve-u-1642b20c920\">Do we use \'cookies\'?</p><p data-css=\"tve-u-1642b20c920\">Yes. Cookies are small files that a site or its service provider transfers to your computer\'s hard drive through your Web browser (if you allow) that enable the site\'s or service provider\'s systems to recognize your browser and capture and remember certain information. For instance, we use cookies to help us remember and process the items in your shopping cart. They are also used to help us understand your preferences based on previous or current site activity, which enables us to provide you with improved services. We also use cookies to help us compile aggregate data about site traffic and site interaction so that we can offer better site experiences and tools in the future.</p><p data-css=\"tve-u-1642b20c920\">We use cookies to:</p><p data-css=\"tve-u-1642b20c920\">â€¢ Help remember and process the items in the shopping cart.<br>â€¢ Understand and save user\'s preferences for future visits.<br>You can choose to have your computer warn you each time a cookie is being sent, or you can choose to turn off all cookies. You do this through your browser (like Internet Explorer) settings. Each browser is a little different, so look at your browser\'s Help menu to learn the correct way to modify your cookies.<br>If users disable cookies in their browser:<br>If you turn off cookies, some features will be disabled. However, you can still place orders for<br>saved items in your shopping cart over the telephone by contacting customer service.</p><p data-css=\"tve-u-1642b20c920\">Third Party Disclosure</p><p data-css=\"tve-u-1642b20c920\">We do not sell, trade, or otherwise transfer to outside parties your personally identifiable information.</p><p data-css=\"tve-u-1642b20c920\">Third party links</p><p data-css=\"tve-u-1642b20c920\">Occasionally, at our discretion, we may include or offer third party products or services on our website. These third party sites have separate and independent privacy policies. We therefore have no responsibility or liability for the content and activities of these linked sites. Nonetheless, we seek to protect the integrity of our site and welcome any feedback about these sites.</p><p data-css=\"tve-u-1642b20c920\">Google</p><p data-css=\"tve-u-1642b20c920\">Google\'s advertising requirements can be summed up by Google\'s Advertising Principles. They are put in place to provide a positive experience for users. https://support.google.com/adwordspolicy/answer/1316548?hl=en<br>Opting out:<br>Users can set preferences for how Google advertises to you using the Google Ad Settings page. Alternatively, you can opt out by visiting the Network Advertising initiative opt out page or permanently using the Google Analytics Opt Out Browser add on.<br>California Online Privacy Protection Act<br>CalOPPA is the first state law in the nation to require commercial websites and online services to post a privacy policy. The law\'s reach stretches well beyond California to require a person or company in the United States (and conceivably the world) that operates websites collecting personally identifiable information from California consumers to post a conspicuous privacy policy on its website stating exactly the information being collected and those individuals with whom it is being shared, and to comply with this policy.<br>See more at: http://consumercal.org/california-online-privacy-protection-act-caloppa/#sthash.0FdRbT51.dpuf<br>According to CalOPPA we agree to the following:<br>Users can visit our site anonymously<br>Once this privacy policy is created, we will add a link to it on our home page, or as a minimum on the first significant page after entering our website.<br>Our Privacy Policy link includes the word \'Privacy\', and can be easily be found on the page specified above.<br>Users will be notified of any privacy policy changes:<br>â€¢ On our Privacy Policy Page<br>Users are able to change their personal information:<br>â€¢ By emailing us<br>â€¢ By calling us</p><p data-css=\"tve-u-1642b20c920\">How does our site handle do not track signals?</p><p data-css=\"tve-u-1642b20c920\">We honor do not track signals and do not track, plant cookies, or use advertising when a Do Not Track (DNT) browser mechanism is in place.</p><p data-css=\"tve-u-1642b20c920\">Does our site allow third party behavioral tracking?</p><p data-css=\"tve-u-1642b20c920\">It\'s also important to note that we do not allow third party behavioral tracking<br>COPPA (Children Online Privacy Protection Act)<br>When it comes to the collection of personal information from children under 13, the Children\'s Online Privacy Protection Act (COPPA) puts parents in control. The Federal Trade Commission, the nation\'s consumer protection agency, enforces the COPPA Rule, which spells out what operators of websites and online services must do to protect children\'s privacy and safety online.</p><p data-css=\"tve-u-1642b20c920\">We do not specifically market to children under 13.</p><p data-css=\"tve-u-1642b20c920\">Fair Information Practices</p><p data-css=\"tve-u-1642b20c920\">The Fair Information Practices Principles form the backbone of privacy law in the United States and the concepts they include have played a significant role in the development of data protection laws around the globe. Understanding the Fair Information Practice Principles and how they should be implemented is critical to comply with the various privacy laws that protect personal information.<br>In order to be in line with Fair Information Practices we will take the following responsive action, should a data breach occur:<br>â€¢ Within 7 business days<br>We will notify the users via in site notification<br>â€¢ Within 7 business days<br>We also agree to the individual redress principle, which requires that individuals have a right to pursue legally enforceable rights against data collectors and processors who fail to adhere to the law. This principle requires not only that individuals have enforceable rights against data users, but also that individuals have recourse to courts or a government agency to investigate and/or prosecute non-compliance by data processors.<br>CAN SPAM Act<br>The CAN-SPAM Act is a law that sets the rules for commercial email, establishes requirements for commercial messages, gives recipients the right to have emails stopped from being sent to them, and spells out tough penalties for violations.</p><p data-css=\"tve-u-1642b20c920\">We collect your email address in order to:</p><p data-css=\"tve-u-1642b20c920\">â€¢ Send information, respond to inquiries, and/or other requests or questions.<br>â€¢ Process orders and to send information and updates pertaining to orders<br>â€¢ Market to our mailing list or continue to send emails to our clients after the original transaction has occurred<br>To be in accordance with CANSPAM we agree to the following:<br>â€¢ NOT use false, or misleading subjects or email addresses<br>â€¢ Identify the message as an advertisement in some reasonable way<br>â€¢ Include the physical address of our business or site headquarters<br>â€¢ Monitor third party email marketing services for compliance, if one is used.<br>â€¢ Honor opt-out/unsubscribe requests quickly<br>â€¢ Allow users to unsubscribe by using the link at the bottom of each email<br>If at any time you would like to unsubscribe from receiving future emails, you can email us at<br>â€¢ Follow the instructions at the bottom of each email. and we will promptly remove you from ALL correspondence.</p><p data-css=\"tve-u-1642b20c920\">Contacting Us</p><p data-css=\"tve-u-1642b20c920\">If there are any questions regarding this privacy policy you may contact us using the information below.<br>Blackhawk Custom, LLC.<br>825 South Kings Highway<br>Fort Pierce, FL 34945<br>United States<br>https://www.blackhawkcustom.com<br>Conditions of use:</p><p data-css=\"tve-u-1642b20c920\">By using this website, you agree to all of our terms and conditions of the sale<br>All sales are final (See our refund policy)</p></div></div>\n</div>'),(1486,149,'tve_revision_tve_has_wistia_popover','0'),(1487,150,'tve_revision_tve_landing_page','tcb2-blank-page-styled'),(1488,150,'tve_revision_tve_disable_theme_dependency','1'),(1489,150,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16416ab0690\" wfd-id=\"35\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1642b1d750f\" wfd-id=\"61\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1642b1d2e7a\" wfd-id=\"36\"><div class=\"thrv_wrapper thrv_widget_menu tve-custom-menu-upgrade tve-mobile-dropdown      tve-menu-style-style_1\" data-tve-style=\"tve_horizontal\" data-tve-switch-icon=\"mobile\" data-css=\"tve-u-1642b26f466\" wfd-id=\"44\">\n<div class=\"thrive-shortcode-config\" style=\"display: none !important\" wfd-id=\"60\">__CONFIG_widget_menu__{\"menu_id\":4,\"color\":\"tve_red\",\"dir\":\"tve_horizontal\",\"font_class\":\"\",\"font_size\":\"\",\"ul_attr\":\"\",\"link_attr\":\"\",\"top_link_attr\":\"\",\"trigger_attr\":\"\",\"primary\":\"\",\"head_css\":\"\",\"background_hover\":\"\",\"main_hover\":\"\",\"child_hover\":\"\",\"group_edit\":[{\"css_id\":null,\"class\":\"\"},{\"css_id\":null,\"class\":\"\"},{\"css_id\":null,\"class\":\"\"},{\"css_id\":null,\"class\":\"\"}],\"menu_style\":\"style_1\",\"dropdown_icon\":\"\",\"mobile_side\":\"\",\"mobile_icon\":\"\",\"switch_to_icon\":\"mobile\"}__CONFIG_widget_menu__</div>\n</div><div class=\"thrv_wrapper thrv_heading\" style=\"\" data-tag=\"h1\" wfd-id=\"41\"><h1 data-css=\"tve-u-16035acf904\"><strong>Privacy</strong></h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" data-css=\"tve-u-1642b25c464\" wfd-id=\"37\"><p data-css=\"tve-u-1642b20c920\">Privacy Policy</p><p data-css=\"tve-u-1642b20c920\">What personal information do we collect from the people that visit our blog, website or app?<br>When ordering or registering on our site, as appropriate, you may be asked to enter your name, email address, mailing address, phone number, credit card information or other details to help you with your experience.</p><p data-css=\"tve-u-1642b20c920\">When do we collect information?</p><p data-css=\"tve-u-1642b20c920\">We collect information from you when you register on our site, place an order, subscribe to a newsletter, respond to a survey, fill out a form or enter information on our site.</p><p data-css=\"tve-u-1642b20c920\">How do we use your information?</p><p data-css=\"tve-u-1642b20c920\">We may use the information we collect from you when you register, make a purchase, sign up for our newsletter, respond to a survey or marketing communication, surf the website, or use certain other site features in the following ways:<br>â€¢ To personalize user\'s experience and to allow us to deliver the type of content and product offerings in which you are most interested.<br>â€¢ To improve our website in order to better serve you.<br>â€¢ To allow us to better service you in responding to your customer service requests.<br>â€¢ To administer a contest, promotion, survey or other site feature.<br>â€¢ To quickly process your transactions.<br>â€¢ To send periodic emails regarding your order or other products and services.</p><p data-css=\"tve-u-1642b20c920\">How do we protect visitor information?</p><p data-css=\"tve-u-1642b20c920\">Our website is scanned on a regular basis for security holes and known vulnerabilities in order to make your visit to our site as safe as possible.<br>We use regular Malware Scanning.</p><p data-css=\"tve-u-1642b20c920\">Your personal information is contained behind secured networks and is only accessible by a limited number of persons who have special access rights to such systems, and are required to keep the information confidential. In addition, all sensitive/credit information you supply is encrypted via Secure Socket Layer (SSL) technology.</p><p data-css=\"tve-u-1642b20c920\">We implement a variety of security measures when a user places an order, enters, submits, or accesses their information to maintain the safety of your personal information.</p><p data-css=\"tve-u-1642b20c920\">All transactions are processed through a gateway provider and are not stored or processed on our servers.</p><p data-css=\"tve-u-1642b20c920\">Do we use \'cookies\'?</p><p data-css=\"tve-u-1642b20c920\">Yes. Cookies are small files that a site or its service provider transfers to your computer\'s hard drive through your Web browser (if you allow) that enable the site\'s or service provider\'s systems to recognize your browser and capture and remember certain information. For instance, we use cookies to help us remember and process the items in your shopping cart. They are also used to help us understand your preferences based on previous or current site activity, which enables us to provide you with improved services. We also use cookies to help us compile aggregate data about site traffic and site interaction so that we can offer better site experiences and tools in the future.</p><p data-css=\"tve-u-1642b20c920\">We use cookies to:</p><p data-css=\"tve-u-1642b20c920\">â€¢ Help remember and process the items in the shopping cart.<br>â€¢ Understand and save user\'s preferences for future visits.<br>You can choose to have your computer warn you each time a cookie is being sent, or you can choose to turn off all cookies. You do this through your browser (like Internet Explorer) settings. Each browser is a little different, so look at your browser\'s Help menu to learn the correct way to modify your cookies.<br>If users disable cookies in their browser:<br>If you turn off cookies, some features will be disabled. However, you can still place orders for<br>saved items in your shopping cart over the telephone by contacting customer service.</p><p data-css=\"tve-u-1642b20c920\">Third Party Disclosure</p><p data-css=\"tve-u-1642b20c920\">We do not sell, trade, or otherwise transfer to outside parties your personally identifiable information.</p><p data-css=\"tve-u-1642b20c920\">Third party links</p><p data-css=\"tve-u-1642b20c920\">Occasionally, at our discretion, we may include or offer third party products or services on our website. These third party sites have separate and independent privacy policies. We therefore have no responsibility or liability for the content and activities of these linked sites. Nonetheless, we seek to protect the integrity of our site and welcome any feedback about these sites.</p><p data-css=\"tve-u-1642b20c920\">Google</p><p data-css=\"tve-u-1642b20c920\">Google\'s advertising requirements can be summed up by Google\'s Advertising Principles. They are put in place to provide a positive experience for users. https://support.google.com/adwordspolicy/answer/1316548?hl=en<br>Opting out:<br>Users can set preferences for how Google advertises to you using the Google Ad Settings page. Alternatively, you can opt out by visiting the Network Advertising initiative opt out page or permanently using the Google Analytics Opt Out Browser add on.<br>California Online Privacy Protection Act<br>CalOPPA is the first state law in the nation to require commercial websites and online services to post a privacy policy. The law\'s reach stretches well beyond California to require a person or company in the United States (and conceivably the world) that operates websites collecting personally identifiable information from California consumers to post a conspicuous privacy policy on its website stating exactly the information being collected and those individuals with whom it is being shared, and to comply with this policy.<br>See more at: http://consumercal.org/california-online-privacy-protection-act-caloppa/#sthash.0FdRbT51.dpuf<br>According to CalOPPA we agree to the following:<br>Users can visit our site anonymously<br>Once this privacy policy is created, we will add a link to it on our home page, or as a minimum on the first significant page after entering our website.<br>Our Privacy Policy link includes the word \'Privacy\', and can be easily be found on the page specified above.<br>Users will be notified of any privacy policy changes:<br>â€¢ On our Privacy Policy Page<br>Users are able to change their personal information:<br>â€¢ By emailing us<br>â€¢ By calling us</p><p data-css=\"tve-u-1642b20c920\">How does our site handle do not track signals?</p><p data-css=\"tve-u-1642b20c920\">We honor do not track signals and do not track, plant cookies, or use advertising when a Do Not Track (DNT) browser mechanism is in place.</p><p data-css=\"tve-u-1642b20c920\">Does our site allow third party behavioral tracking?</p><p data-css=\"tve-u-1642b20c920\">It\'s also important to note that we do not allow third party behavioral tracking<br>COPPA (Children Online Privacy Protection Act)<br>When it comes to the collection of personal information from children under 13, the Children\'s Online Privacy Protection Act (COPPA) puts parents in control. The Federal Trade Commission, the nation\'s consumer protection agency, enforces the COPPA Rule, which spells out what operators of websites and online services must do to protect children\'s privacy and safety online.</p><p data-css=\"tve-u-1642b20c920\">We do not specifically market to children under 13.</p><p data-css=\"tve-u-1642b20c920\">Fair Information Practices</p><p data-css=\"tve-u-1642b20c920\">The Fair Information Practices Principles form the backbone of privacy law in the United States and the concepts they include have played a significant role in the development of data protection laws around the globe. Understanding the Fair Information Practice Principles and how they should be implemented is critical to comply with the various privacy laws that protect personal information.<br>In order to be in line with Fair Information Practices we will take the following responsive action, should a data breach occur:<br>â€¢ Within 7 business days<br>We will notify the users via in site notification<br>â€¢ Within 7 business days<br>We also agree to the individual redress principle, which requires that individuals have a right to pursue legally enforceable rights against data collectors and processors who fail to adhere to the law. This principle requires not only that individuals have enforceable rights against data users, but also that individuals have recourse to courts or a government agency to investigate and/or prosecute non-compliance by data processors.<br>CAN SPAM Act<br>The CAN-SPAM Act is a law that sets the rules for commercial email, establishes requirements for commercial messages, gives recipients the right to have emails stopped from being sent to them, and spells out tough penalties for violations.</p><p data-css=\"tve-u-1642b20c920\">We collect your email address in order to:</p><p data-css=\"tve-u-1642b20c920\">â€¢ Send information, respond to inquiries, and/or other requests or questions.<br>â€¢ Process orders and to send information and updates pertaining to orders<br>â€¢ Market to our mailing list or continue to send emails to our clients after the original transaction has occurred<br>To be in accordance with CANSPAM we agree to the following:<br>â€¢ NOT use false, or misleading subjects or email addresses<br>â€¢ Identify the message as an advertisement in some reasonable way<br>â€¢ Include the physical address of our business or site headquarters<br>â€¢ Monitor third party email marketing services for compliance, if one is used.<br>â€¢ Honor opt-out/unsubscribe requests quickly<br>â€¢ Allow users to unsubscribe by using the link at the bottom of each email<br>If at any time you would like to unsubscribe from receiving future emails, you can email us at<br>â€¢ Follow the instructions at the bottom of each email. and we will promptly remove you from ALL correspondence.</p><p data-css=\"tve-u-1642b20c920\">Contacting Us</p><p data-css=\"tve-u-1642b20c920\">If there are any questions regarding this privacy policy you may contact us using the information below.<br>Blackhawk Custom, LLC.<br>825 South Kings Highway<br>Fort Pierce, FL 34945<br>United States<br>https://www.blackhawkcustom.com<br>Conditions of use:</p><p data-css=\"tve-u-1642b20c920\">By using this website, you agree to all of our terms and conditions of the sale<br>All sales are final (See our refund policy)</p></div></div>\n</div>'),(1490,150,'tve_revision_tve_content_more_found',''),(1491,150,'tve_revision_tve_save_post',''),(1492,150,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Montserrat:400,700&subset=latin\");@media (min-width: 300px){#tcb_landing_page a.tve_state_hover:not(.tcb-button-link) { color: rgb(179, 144, 57); }[data-css=\"tve-u-1642b26f466\"] { margin: 0px auto 20px !important; float: none; width: 100%; }[data-css=\"tve-u-1642b25c464\"] { padding: 5px !important; }[data-css=\"tve-u-1642b20c920\"] strong { font-weight: 700 !important; }#tve_editor [data-css=\"tve-u-1642b20c920\"] { font-size: 16px !important; font-family: Montserrat !important; font-weight: 400 !important; }[data-css=\"tve-u-16035acf904\"] strong { font-weight: 700 !important; }#tve_editor [data-css=\"tve-u-16035acf904\"] { font-size: 24px !important; font-family: Montserrat !important; font-weight: 400 !important; }[data-css=\"tve-u-1642b1d750f\"] { background-image: linear-gradient(rgb(0, 0, 0), rgb(0, 0, 0)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }#tve_editor [data-css=\"tve-u-1642b1d2e7a\"] p, #tve_editor [data-css=\"tve-u-1642b1d2e7a\"] li, #tve_editor [data-css=\"tve-u-1642b1d2e7a\"] blockquote, #tve_editor [data-css=\"tve-u-1642b1d2e7a\"] address, #tve_editor [data-css=\"tve-u-1642b1d2e7a\"] .tcb-plain-text, #tve_editor [data-css=\"tve-u-1642b1d2e7a\"] h1, #tve_editor [data-css=\"tve-u-1642b1d2e7a\"] h2, #tve_editor [data-css=\"tve-u-1642b1d2e7a\"] h3, #tve_editor [data-css=\"tve-u-1642b1d2e7a\"] h4, #tve_editor [data-css=\"tve-u-1642b1d2e7a\"] h5, #tve_editor [data-css=\"tve-u-1642b1d2e7a\"] h6 { color: rgb(255, 255, 255); }[data-css=\"tve-u-16416ab0690\"] { padding: 30px 20px !important; }.tcb-plain-text strong { font-weight: 700; }.tcb-plain-text { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page a strong { font-weight: 700; }#tcb_landing_page h6 strong { font-weight: 700; }#tcb_landing_page h5 strong { font-weight: 700; }#tcb_landing_page h4 strong { font-weight: 700; }#tcb_landing_page h6 { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); font-size: 20px; }#tcb_landing_page h5 { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); font-size: 24px; }#tcb_landing_page h4 { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); font-size: 30px; }#tcb_landing_page a:not(.tcb-button-link) { color: rgb(255, 255, 255); text-decoration: underline; }#tcb_landing_page h3 strong { font-weight: 700; }#tcb_landing_page h3 { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); font-size: 38px; line-height: 1.3em; }#tcb_landing_page h2 strong { font-weight: 700; }#tcb_landing_page h2 { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); font-size: 45px; line-height: 1.3em; }#tcb_landing_page h1 strong { font-weight: 700; }#tcb_landing_page h1 { font-family: Montserrat; font-weight: 400; font-size: 50px; line-height: 1.3em; color: rgb(255, 255, 255); }#tcb_landing_page p strong, #tcb_landing_page li strong { font-weight: 700; }#tcb_landing_page p, #tcb_landing_page li { font-family: Montserrat; font-weight: 400; font-size: 17px; line-height: 1.6em; color: rgb(255, 255, 255); }[data-css=\"tve-u-15e09c94f7d\"] { background-color: rgb(255, 255, 255); }#tcb_landing_page a:hover:not(.tcb-button-link) { text-decoration: none; color: rgb(179, 144, 57); }#tcb_landing_page .tve-state-hovera:not(.tcb-button-link) { text-decoration: none; }#tcb_landing_page a.tve-state-hover:not(.tcb-button-link) { text-decoration: none; }[data-css=\"tve-u-1642b1d2e7a\"] { max-width: 1200px; }}@media (max-width: 1023px){[data-css=\"tve-u-1642b26f466\"] { margin: 0px auto !important; max-width: 1200px; float: none; width: 100%; z-index: 3; position: relative; }}@media (max-width: 767px){#tve_editor [data-css=\"tve-u-16035acf904\"] { font-size: 36px !important; }}'),(1493,150,'tve_revision_tve_user_custom_css',''),(1494,150,'tve_revision_tve_page_events','a:0:{}'),(1495,150,'tve_revision_tve_globals','a:2:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";s:8:\"font_cls\";a:0:{}}'),(1496,150,'tve_revision_tve_global_scripts',''),(1497,150,'tve_revision_thrive_icon_pack','0'),(1498,150,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(1499,150,'tve_revision_tve_has_masonry','0'),(1500,150,'tve_revision_tve_has_typefocus','0'),(1501,150,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16416ab0690\" wfd-id=\"35\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1642b1d750f\" wfd-id=\"61\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1642b1d2e7a\" wfd-id=\"36\"><div class=\"thrv_wrapper thrv_widget_menu tve-custom-menu-upgrade tve-mobile-dropdown      tve-menu-style-style_1\" data-tve-style=\"tve_horizontal\" data-tve-switch-icon=\"mobile\" data-css=\"tve-u-1642b26f466\" wfd-id=\"44\">\n<div class=\"thrive-shortcode-config\" style=\"display: none !important\" wfd-id=\"60\">__CONFIG_widget_menu__{\"menu_id\":4,\"color\":\"tve_red\",\"dir\":\"tve_horizontal\",\"font_class\":\"\",\"font_size\":\"\",\"ul_attr\":\"\",\"link_attr\":\"\",\"top_link_attr\":\"\",\"trigger_attr\":\"\",\"primary\":\"\",\"head_css\":\"\",\"background_hover\":\"\",\"main_hover\":\"\",\"child_hover\":\"\",\"group_edit\":[{\"css_id\":null,\"class\":\"\"},{\"css_id\":null,\"class\":\"\"},{\"css_id\":null,\"class\":\"\"},{\"css_id\":null,\"class\":\"\"}],\"menu_style\":\"style_1\",\"dropdown_icon\":\"\",\"mobile_side\":\"\",\"mobile_icon\":\"\",\"switch_to_icon\":\"mobile\"}__CONFIG_widget_menu__</div>\n</div><div class=\"thrv_wrapper thrv_heading\" style=\"\" data-tag=\"h1\" wfd-id=\"41\"><h1 data-css=\"tve-u-16035acf904\"><strong>Privacy</strong></h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" data-css=\"tve-u-1642b25c464\" wfd-id=\"37\"><p data-css=\"tve-u-1642b20c920\">Privacy Policy</p><p data-css=\"tve-u-1642b20c920\">What personal information do we collect from the people that visit our blog, website or app?<br>When ordering or registering on our site, as appropriate, you may be asked to enter your name, email address, mailing address, phone number, credit card information or other details to help you with your experience.</p><p data-css=\"tve-u-1642b20c920\">When do we collect information?</p><p data-css=\"tve-u-1642b20c920\">We collect information from you when you register on our site, place an order, subscribe to a newsletter, respond to a survey, fill out a form or enter information on our site.</p><p data-css=\"tve-u-1642b20c920\">How do we use your information?</p><p data-css=\"tve-u-1642b20c920\">We may use the information we collect from you when you register, make a purchase, sign up for our newsletter, respond to a survey or marketing communication, surf the website, or use certain other site features in the following ways:<br>â€¢ To personalize user\'s experience and to allow us to deliver the type of content and product offerings in which you are most interested.<br>â€¢ To improve our website in order to better serve you.<br>â€¢ To allow us to better service you in responding to your customer service requests.<br>â€¢ To administer a contest, promotion, survey or other site feature.<br>â€¢ To quickly process your transactions.<br>â€¢ To send periodic emails regarding your order or other products and services.</p><p data-css=\"tve-u-1642b20c920\">How do we protect visitor information?</p><p data-css=\"tve-u-1642b20c920\">Our website is scanned on a regular basis for security holes and known vulnerabilities in order to make your visit to our site as safe as possible.<br>We use regular Malware Scanning.</p><p data-css=\"tve-u-1642b20c920\">Your personal information is contained behind secured networks and is only accessible by a limited number of persons who have special access rights to such systems, and are required to keep the information confidential. In addition, all sensitive/credit information you supply is encrypted via Secure Socket Layer (SSL) technology.</p><p data-css=\"tve-u-1642b20c920\">We implement a variety of security measures when a user places an order, enters, submits, or accesses their information to maintain the safety of your personal information.</p><p data-css=\"tve-u-1642b20c920\">All transactions are processed through a gateway provider and are not stored or processed on our servers.</p><p data-css=\"tve-u-1642b20c920\">Do we use \'cookies\'?</p><p data-css=\"tve-u-1642b20c920\">Yes. Cookies are small files that a site or its service provider transfers to your computer\'s hard drive through your Web browser (if you allow) that enable the site\'s or service provider\'s systems to recognize your browser and capture and remember certain information. For instance, we use cookies to help us remember and process the items in your shopping cart. They are also used to help us understand your preferences based on previous or current site activity, which enables us to provide you with improved services. We also use cookies to help us compile aggregate data about site traffic and site interaction so that we can offer better site experiences and tools in the future.</p><p data-css=\"tve-u-1642b20c920\">We use cookies to:</p><p data-css=\"tve-u-1642b20c920\">â€¢ Help remember and process the items in the shopping cart.<br>â€¢ Understand and save user\'s preferences for future visits.<br>You can choose to have your computer warn you each time a cookie is being sent, or you can choose to turn off all cookies. You do this through your browser (like Internet Explorer) settings. Each browser is a little different, so look at your browser\'s Help menu to learn the correct way to modify your cookies.<br>If users disable cookies in their browser:<br>If you turn off cookies, some features will be disabled. However, you can still place orders for<br>saved items in your shopping cart over the telephone by contacting customer service.</p><p data-css=\"tve-u-1642b20c920\">Third Party Disclosure</p><p data-css=\"tve-u-1642b20c920\">We do not sell, trade, or otherwise transfer to outside parties your personally identifiable information.</p><p data-css=\"tve-u-1642b20c920\">Third party links</p><p data-css=\"tve-u-1642b20c920\">Occasionally, at our discretion, we may include or offer third party products or services on our website. These third party sites have separate and independent privacy policies. We therefore have no responsibility or liability for the content and activities of these linked sites. Nonetheless, we seek to protect the integrity of our site and welcome any feedback about these sites.</p><p data-css=\"tve-u-1642b20c920\">Google</p><p data-css=\"tve-u-1642b20c920\">Google\'s advertising requirements can be summed up by Google\'s Advertising Principles. They are put in place to provide a positive experience for users. https://support.google.com/adwordspolicy/answer/1316548?hl=en<br>Opting out:<br>Users can set preferences for how Google advertises to you using the Google Ad Settings page. Alternatively, you can opt out by visiting the Network Advertising initiative opt out page or permanently using the Google Analytics Opt Out Browser add on.<br>California Online Privacy Protection Act<br>CalOPPA is the first state law in the nation to require commercial websites and online services to post a privacy policy. The law\'s reach stretches well beyond California to require a person or company in the United States (and conceivably the world) that operates websites collecting personally identifiable information from California consumers to post a conspicuous privacy policy on its website stating exactly the information being collected and those individuals with whom it is being shared, and to comply with this policy.<br>See more at: http://consumercal.org/california-online-privacy-protection-act-caloppa/#sthash.0FdRbT51.dpuf<br>According to CalOPPA we agree to the following:<br>Users can visit our site anonymously<br>Once this privacy policy is created, we will add a link to it on our home page, or as a minimum on the first significant page after entering our website.<br>Our Privacy Policy link includes the word \'Privacy\', and can be easily be found on the page specified above.<br>Users will be notified of any privacy policy changes:<br>â€¢ On our Privacy Policy Page<br>Users are able to change their personal information:<br>â€¢ By emailing us<br>â€¢ By calling us</p><p data-css=\"tve-u-1642b20c920\">How does our site handle do not track signals?</p><p data-css=\"tve-u-1642b20c920\">We honor do not track signals and do not track, plant cookies, or use advertising when a Do Not Track (DNT) browser mechanism is in place.</p><p data-css=\"tve-u-1642b20c920\">Does our site allow third party behavioral tracking?</p><p data-css=\"tve-u-1642b20c920\">It\'s also important to note that we do not allow third party behavioral tracking<br>COPPA (Children Online Privacy Protection Act)<br>When it comes to the collection of personal information from children under 13, the Children\'s Online Privacy Protection Act (COPPA) puts parents in control. The Federal Trade Commission, the nation\'s consumer protection agency, enforces the COPPA Rule, which spells out what operators of websites and online services must do to protect children\'s privacy and safety online.</p><p data-css=\"tve-u-1642b20c920\">We do not specifically market to children under 13.</p><p data-css=\"tve-u-1642b20c920\">Fair Information Practices</p><p data-css=\"tve-u-1642b20c920\">The Fair Information Practices Principles form the backbone of privacy law in the United States and the concepts they include have played a significant role in the development of data protection laws around the globe. Understanding the Fair Information Practice Principles and how they should be implemented is critical to comply with the various privacy laws that protect personal information.<br>In order to be in line with Fair Information Practices we will take the following responsive action, should a data breach occur:<br>â€¢ Within 7 business days<br>We will notify the users via in site notification<br>â€¢ Within 7 business days<br>We also agree to the individual redress principle, which requires that individuals have a right to pursue legally enforceable rights against data collectors and processors who fail to adhere to the law. This principle requires not only that individuals have enforceable rights against data users, but also that individuals have recourse to courts or a government agency to investigate and/or prosecute non-compliance by data processors.<br>CAN SPAM Act<br>The CAN-SPAM Act is a law that sets the rules for commercial email, establishes requirements for commercial messages, gives recipients the right to have emails stopped from being sent to them, and spells out tough penalties for violations.</p><p data-css=\"tve-u-1642b20c920\">We collect your email address in order to:</p><p data-css=\"tve-u-1642b20c920\">â€¢ Send information, respond to inquiries, and/or other requests or questions.<br>â€¢ Process orders and to send information and updates pertaining to orders<br>â€¢ Market to our mailing list or continue to send emails to our clients after the original transaction has occurred<br>To be in accordance with CANSPAM we agree to the following:<br>â€¢ NOT use false, or misleading subjects or email addresses<br>â€¢ Identify the message as an advertisement in some reasonable way<br>â€¢ Include the physical address of our business or site headquarters<br>â€¢ Monitor third party email marketing services for compliance, if one is used.<br>â€¢ Honor opt-out/unsubscribe requests quickly<br>â€¢ Allow users to unsubscribe by using the link at the bottom of each email<br>If at any time you would like to unsubscribe from receiving future emails, you can email us at<br>â€¢ Follow the instructions at the bottom of each email. and we will promptly remove you from ALL correspondence.</p><p data-css=\"tve-u-1642b20c920\">Contacting Us</p><p data-css=\"tve-u-1642b20c920\">If there are any questions regarding this privacy policy you may contact us using the information below.<br>Blackhawk Custom, LLC.<br>825 South Kings Highway<br>Fort Pierce, FL 34945<br>United States<br>https://www.blackhawkcustom.com<br>Conditions of use:</p><p data-css=\"tve-u-1642b20c920\">By using this website, you agree to all of our terms and conditions of the sale<br>All sales are final (See our refund policy)</p></div></div>\n</div>'),(1502,150,'tve_revision_tve_has_wistia_popover','0'),(1844,171,'tve_revision_tve_landing_page','tcb2-blank-page-styled'),(1503,151,'tve_revision_tve_landing_page','tcb2-blank-page-styled'),(1504,151,'tve_revision_tve_disable_theme_dependency','1'),(1505,151,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16416ab0690\" wfd-id=\"38\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1642b1d750f\" wfd-id=\"64\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1642b1d2e7a\" wfd-id=\"39\"><div class=\"thrv_wrapper thrv_widget_menu tve-custom-menu-upgrade tve-mobile-dropdown      tve-menu-style-style_1 on_hover\" data-tve-style=\"tve_horizontal\" data-tve-switch-icon=\"mobile\" data-css=\"tve-u-1642b26f466\" wfd-id=\"47\">	<div class=\"thrive-shortcode-config\" style=\"display: none !important\" wfd-id=\"63\">__CONFIG_widget_menu__{\"menu_id\":\"4\",\"color\":\"tve_red\",\"dir\":\"tve_horizontal\",\"font_class\":\"\",\"font_size\":\"\",\"ul_attr\":\"\",\"link_attr\":\"\",\"top_link_attr\":\"\",\"trigger_attr\":\"\",\"primary\":\"\",\"head_css\":\"\",\"background_hover\":\"\",\"main_hover\":\"\",\"child_hover\":\"\",\"group_edit\":[{\"css_id\":\"\",\"class\":\"\"},{\"css_id\":\"\",\"class\":\"\"},{\"css_id\":\"\",\"class\":\"\"},{\"css_id\":\"\",\"class\":\"\"}],\"menu_style\":\"style_1\",\"dropdown_icon\":\"\",\"mobile_side\":\"\",\"mobile_icon\":\"\",\"switch_to_icon\":\"mobile\"}__CONFIG_widget_menu__</div>\n</div><div class=\"thrv_wrapper thrv_heading\" style=\"\" data-tag=\"h1\" data-css=\"tve-u-1642b32e2c2\" wfd-id=\"44\"><h1 data-css=\"tve-u-16035acf904\"><strong>Privacy</strong></h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" data-css=\"tve-u-1642b25c464\" wfd-id=\"40\"><p data-css=\"tve-u-1642b20c920\">Privacy Policy</p><p data-css=\"tve-u-1642b20c920\">What personal information do we collect from the people that visit our blog, website or app?<br>When ordering or registering on our site, as appropriate, you may be asked to enter your name, email address, mailing address, phone number, credit card information or other details to help you with your experience.</p><p data-css=\"tve-u-1642b20c920\">When do we collect information?</p><p data-css=\"tve-u-1642b20c920\">We collect information from you when you register on our site, place an order, subscribe to a newsletter, respond to a survey, fill out a form or enter information on our site.</p><p data-css=\"tve-u-1642b20c920\">How do we use your information?</p><p data-css=\"tve-u-1642b20c920\">We may use the information we collect from you when you register, make a purchase, sign up for our newsletter, respond to a survey or marketing communication, surf the website, or use certain other site features in the following ways:<br>â€¢ To personalize user\'s experience and to allow us to deliver the type of content and product offerings in which you are most interested.<br>â€¢ To improve our website in order to better serve you.<br>â€¢ To allow us to better service you in responding to your customer service requests.<br>â€¢ To administer a contest, promotion, survey or other site feature.<br>â€¢ To quickly process your transactions.<br>â€¢ To send periodic emails regarding your order or other products and services.</p><p data-css=\"tve-u-1642b20c920\">How do we protect visitor information?</p><p data-css=\"tve-u-1642b20c920\">Our website is scanned on a regular basis for security holes and known vulnerabilities in order to make your visit to our site as safe as possible.<br>We use regular Malware Scanning.</p><p data-css=\"tve-u-1642b20c920\">Your personal information is contained behind secured networks and is only accessible by a limited number of persons who have special access rights to such systems, and are required to keep the information confidential. In addition, all sensitive/credit information you supply is encrypted via Secure Socket Layer (SSL) technology.</p><p data-css=\"tve-u-1642b20c920\">We implement a variety of security measures when a user places an order, enters, submits, or accesses their information to maintain the safety of your personal information.</p><p data-css=\"tve-u-1642b20c920\">All transactions are processed through a gateway provider and are not stored or processed on our servers.</p><p data-css=\"tve-u-1642b20c920\">Do we use \'cookies\'?</p><p data-css=\"tve-u-1642b20c920\">Yes. Cookies are small files that a site or its service provider transfers to your computer\'s hard drive through your Web browser (if you allow) that enable the site\'s or service provider\'s systems to recognize your browser and capture and remember certain information. For instance, we use cookies to help us remember and process the items in your shopping cart. They are also used to help us understand your preferences based on previous or current site activity, which enables us to provide you with improved services. We also use cookies to help us compile aggregate data about site traffic and site interaction so that we can offer better site experiences and tools in the future.</p><p data-css=\"tve-u-1642b20c920\">We use cookies to:</p><p data-css=\"tve-u-1642b20c920\">â€¢ Help remember and process the items in the shopping cart.<br>â€¢ Understand and save user\'s preferences for future visits.<br>You can choose to have your computer warn you each time a cookie is being sent, or you can choose to turn off all cookies. You do this through your browser (like Internet Explorer) settings. Each browser is a little different, so look at your browser\'s Help menu to learn the correct way to modify your cookies.<br>If users disable cookies in their browser:<br>If you turn off cookies, some features will be disabled. However, you can still place orders for<br>saved items in your shopping cart over the telephone by contacting customer service.</p><p data-css=\"tve-u-1642b20c920\">Third Party Disclosure</p><p data-css=\"tve-u-1642b20c920\">We do not sell, trade, or otherwise transfer to outside parties your personally identifiable information.</p><p data-css=\"tve-u-1642b20c920\">Third party links</p><p data-css=\"tve-u-1642b20c920\">Occasionally, at our discretion, we may include or offer third party products or services on our website. These third party sites have separate and independent privacy policies. We therefore have no responsibility or liability for the content and activities of these linked sites. Nonetheless, we seek to protect the integrity of our site and welcome any feedback about these sites.</p><p data-css=\"tve-u-1642b20c920\">Google</p><p data-css=\"tve-u-1642b20c920\">Google\'s advertising requirements can be summed up by Google\'s Advertising Principles. They are put in place to provide a positive experience for users. https://support.google.com/adwordspolicy/answer/1316548?hl=en<br>Opting out:<br>Users can set preferences for how Google advertises to you using the Google Ad Settings page. Alternatively, you can opt out by visiting the Network Advertising initiative opt out page or permanently using the Google Analytics Opt Out Browser add on.<br>California Online Privacy Protection Act<br>CalOPPA is the first state law in the nation to require commercial websites and online services to post a privacy policy. The law\'s reach stretches well beyond California to require a person or company in the United States (and conceivably the world) that operates websites collecting personally identifiable information from California consumers to post a conspicuous privacy policy on its website stating exactly the information being collected and those individuals with whom it is being shared, and to comply with this policy.<br>See more at: http://consumercal.org/california-online-privacy-protection-act-caloppa/#sthash.0FdRbT51.dpuf<br>According to CalOPPA we agree to the following:<br>Users can visit our site anonymously<br>Once this privacy policy is created, we will add a link to it on our home page, or as a minimum on the first significant page after entering our website.<br>Our Privacy Policy link includes the word \'Privacy\', and can be easily be found on the page specified above.<br>Users will be notified of any privacy policy changes:<br>â€¢ On our Privacy Policy Page<br>Users are able to change their personal information:<br>â€¢ By emailing us<br>â€¢ By calling us</p><p data-css=\"tve-u-1642b20c920\">How does our site handle do not track signals?</p><p data-css=\"tve-u-1642b20c920\">We honor do not track signals and do not track, plant cookies, or use advertising when a Do Not Track (DNT) browser mechanism is in place.</p><p data-css=\"tve-u-1642b20c920\">Does our site allow third party behavioral tracking?</p><p data-css=\"tve-u-1642b20c920\">It\'s also important to note that we do not allow third party behavioral tracking<br>COPPA (Children Online Privacy Protection Act)<br>When it comes to the collection of personal information from children under 13, the Children\'s Online Privacy Protection Act (COPPA) puts parents in control. The Federal Trade Commission, the nation\'s consumer protection agency, enforces the COPPA Rule, which spells out what operators of websites and online services must do to protect children\'s privacy and safety online.</p><p data-css=\"tve-u-1642b20c920\">We do not specifically market to children under 13.</p><p data-css=\"tve-u-1642b20c920\">Fair Information Practices</p><p data-css=\"tve-u-1642b20c920\">The Fair Information Practices Principles form the backbone of privacy law in the United States and the concepts they include have played a significant role in the development of data protection laws around the globe. Understanding the Fair Information Practice Principles and how they should be implemented is critical to comply with the various privacy laws that protect personal information.<br>In order to be in line with Fair Information Practices we will take the following responsive action, should a data breach occur:<br>â€¢ Within 7 business days<br>We will notify the users via in site notification<br>â€¢ Within 7 business days<br>We also agree to the individual redress principle, which requires that individuals have a right to pursue legally enforceable rights against data collectors and processors who fail to adhere to the law. This principle requires not only that individuals have enforceable rights against data users, but also that individuals have recourse to courts or a government agency to investigate and/or prosecute non-compliance by data processors.<br>CAN SPAM Act<br>The CAN-SPAM Act is a law that sets the rules for commercial email, establishes requirements for commercial messages, gives recipients the right to have emails stopped from being sent to them, and spells out tough penalties for violations.</p><p data-css=\"tve-u-1642b20c920\">We collect your email address in order to:</p><p data-css=\"tve-u-1642b20c920\">â€¢ Send information, respond to inquiries, and/or other requests or questions.<br>â€¢ Process orders and to send information and updates pertaining to orders<br>â€¢ Market to our mailing list or continue to send emails to our clients after the original transaction has occurred<br>To be in accordance with CANSPAM we agree to the following:<br>â€¢ NOT use false, or misleading subjects or email addresses<br>â€¢ Identify the message as an advertisement in some reasonable way<br>â€¢ Include the physical address of our business or site headquarters<br>â€¢ Monitor third party email marketing services for compliance, if one is used.<br>â€¢ Honor opt-out/unsubscribe requests quickly<br>â€¢ Allow users to unsubscribe by using the link at the bottom of each email<br>If at any time you would like to unsubscribe from receiving future emails, you can email us at<br>â€¢ Follow the instructions at the bottom of each email. and we will promptly remove you from ALL correspondence.</p><p data-css=\"tve-u-1642b20c920\">Contacting Us</p><p data-css=\"tve-u-1642b20c920\">If there are any questions regarding this privacy policy you may contact us using the information below.<br>Blackhawk Custom, LLC.<br>825 South Kings Highway<br>Fort Pierce, FL 34945<br>United States<br>https://www.blackhawkcustom.com<br>Conditions of use:</p><p data-css=\"tve-u-1642b20c920\">By using this website, you agree to all of our terms and conditions of the sale<br>All sales are final (See our refund policy)</p></div></div>\n</div>'),(1506,151,'tve_revision_tve_content_more_found',''),(1507,151,'tve_revision_tve_save_post',''),(1508,151,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Montserrat:400,700&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-1642b26f466\"] #menu-item-104 { text-align: center; padding-left: 61px !important; padding-right: 61px !important; }[data-css=\"tve-u-1642b26f466\"] #menu-item-103 { text-align: center; padding-left: 61px !important; padding-right: 61px !important; }[data-css=\"tve-u-1642b26f466\"] #menu-item-102 { text-align: center; padding-left: 61px !important; padding-right: 61px !important; }[data-css=\"tve-u-1642b26f466\"] #menu-item-109 { text-align: center; padding-left: 61px !important; padding-right: 61px !important; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-104:hover > a { fill: rgb(179, 144, 57) !important; color: rgb(179, 144, 57) !important; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-103:hover > a { fill: rgb(179, 144, 57) !important; color: rgb(179, 144, 57) !important; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-102:hover > a { fill: rgb(179, 144, 57) !important; color: rgb(179, 144, 57) !important; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-109:hover > a { fill: rgb(179, 144, 57) !important; color: rgb(179, 144, 57) !important; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-104 > a { fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-103 > a { fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-102 > a { fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-109 > a { fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1642b26f466\"] .tve_w_menu { background-image: none !important; }[data-css=\"tve-u-1642b32e2c2\"] { margin-left: auto !important; margin-right: auto !important; float: none; width: 100%; z-index: 3; position: relative; }#tcb_landing_page a.tve_state_hover:not(.tcb-button-link) { color: rgb(179, 144, 57); }[data-css=\"tve-u-1642b26f466\"] { margin: 0px auto 20px !important; float: none; width: 100%; z-index: 3; position: relative; }[data-css=\"tve-u-1642b25c464\"] { padding: 5px !important; background-image: none !important; }[data-css=\"tve-u-1642b20c920\"] strong { font-weight: 700 !important; }#tve_editor [data-css=\"tve-u-1642b20c920\"] { font-size: 16px !important; font-family: Montserrat !important; font-weight: 400 !important; }[data-css=\"tve-u-16035acf904\"] strong { font-weight: 700 !important; }#tve_editor [data-css=\"tve-u-16035acf904\"] { font-size: 24px !important; font-family: Montserrat !important; font-weight: 400 !important; text-transform: capitalize !important; }[data-css=\"tve-u-1642b1d750f\"] { background-image: linear-gradient(rgb(0, 0, 0), rgb(0, 0, 0)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }#tve_editor [data-css=\"tve-u-1642b1d2e7a\"] p, #tve_editor [data-css=\"tve-u-1642b1d2e7a\"] li, #tve_editor [data-css=\"tve-u-1642b1d2e7a\"] blockquote, #tve_editor [data-css=\"tve-u-1642b1d2e7a\"] address, #tve_editor [data-css=\"tve-u-1642b1d2e7a\"] .tcb-plain-text, #tve_editor [data-css=\"tve-u-1642b1d2e7a\"] h1, #tve_editor [data-css=\"tve-u-1642b1d2e7a\"] h2, #tve_editor [data-css=\"tve-u-1642b1d2e7a\"] h3, #tve_editor [data-css=\"tve-u-1642b1d2e7a\"] h4, #tve_editor [data-css=\"tve-u-1642b1d2e7a\"] h5, #tve_editor [data-css=\"tve-u-1642b1d2e7a\"] h6 { color: rgb(255, 255, 255); }[data-css=\"tve-u-16416ab0690\"] { padding: 30px 20px !important; }.tcb-plain-text strong { font-weight: 700; }.tcb-plain-text { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page a strong { font-weight: 700; }#tcb_landing_page h6 strong { font-weight: 700; }#tcb_landing_page h5 strong { font-weight: 700; }#tcb_landing_page h4 strong { font-weight: 700; }#tcb_landing_page h6 { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); font-size: 20px; }#tcb_landing_page h5 { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); font-size: 24px; }#tcb_landing_page h4 { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); font-size: 30px; }#tcb_landing_page a:not(.tcb-button-link) { color: rgb(255, 255, 255); text-decoration: underline; }#tcb_landing_page h3 strong { font-weight: 700; }#tcb_landing_page h3 { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); font-size: 38px; line-height: 1.3em; }#tcb_landing_page h2 strong { font-weight: 700; }#tcb_landing_page h2 { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); font-size: 45px; line-height: 1.3em; }#tcb_landing_page h1 strong { font-weight: 700; }#tcb_landing_page h1 { font-family: Montserrat; font-weight: 400; font-size: 50px; line-height: 1.3em; color: rgb(255, 255, 255); }#tcb_landing_page p strong, #tcb_landing_page li strong { font-weight: 700; }#tcb_landing_page p, #tcb_landing_page li { font-family: Montserrat; font-weight: 400; font-size: 17px; line-height: 1.6em; color: rgb(255, 255, 255); }[data-css=\"tve-u-15e09c94f7d\"] { background-color: rgb(255, 255, 255); }#tcb_landing_page a:hover:not(.tcb-button-link) { text-decoration: none; color: rgb(179, 144, 57); }#tcb_landing_page .tve-state-hovera:not(.tcb-button-link) { text-decoration: none; }#tcb_landing_page a.tve-state-hover:not(.tcb-button-link) { text-decoration: none; }[data-css=\"tve-u-1642b1d2e7a\"] { max-width: 1200px; }}@media (max-width: 1023px){[data-css=\"tve-u-1642b26f466\"] { margin: 0px auto !important; max-width: 1200px; float: none; width: 100%; z-index: 3; position: relative; }}@media (max-width: 767px){#tve_editor [data-css=\"tve-u-16035acf904\"] { font-size: 36px !important; }}'),(1509,151,'tve_revision_tve_user_custom_css',''),(1510,151,'tve_revision_tve_page_events','a:0:{}'),(1511,151,'tve_revision_tve_globals','a:2:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";s:8:\"font_cls\";a:0:{}}'),(1512,151,'tve_revision_tve_global_scripts',''),(1513,151,'tve_revision_thrive_icon_pack','0'),(1514,151,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(1515,151,'tve_revision_tve_has_masonry','0'),(1516,151,'tve_revision_tve_has_typefocus','0'),(1517,151,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16416ab0690\" wfd-id=\"38\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1642b1d750f\" wfd-id=\"64\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1642b1d2e7a\" wfd-id=\"39\"><div class=\"thrv_wrapper thrv_widget_menu tve-custom-menu-upgrade tve-mobile-dropdown      tve-menu-style-style_1 on_hover\" data-tve-style=\"tve_horizontal\" data-tve-switch-icon=\"mobile\" data-css=\"tve-u-1642b26f466\" wfd-id=\"47\">	<div class=\"thrive-shortcode-config\" style=\"display: none !important\" wfd-id=\"63\">__CONFIG_widget_menu__{\"menu_id\":\"4\",\"color\":\"tve_red\",\"dir\":\"tve_horizontal\",\"font_class\":\"\",\"font_size\":\"\",\"ul_attr\":\"\",\"link_attr\":\"\",\"top_link_attr\":\"\",\"trigger_attr\":\"\",\"primary\":\"\",\"head_css\":\"\",\"background_hover\":\"\",\"main_hover\":\"\",\"child_hover\":\"\",\"group_edit\":[{\"css_id\":\"\",\"class\":\"\"},{\"css_id\":\"\",\"class\":\"\"},{\"css_id\":\"\",\"class\":\"\"},{\"css_id\":\"\",\"class\":\"\"}],\"menu_style\":\"style_1\",\"dropdown_icon\":\"\",\"mobile_side\":\"\",\"mobile_icon\":\"\",\"switch_to_icon\":\"mobile\"}__CONFIG_widget_menu__</div>\n</div><div class=\"thrv_wrapper thrv_heading\" style=\"\" data-tag=\"h1\" data-css=\"tve-u-1642b32e2c2\" wfd-id=\"44\"><h1 data-css=\"tve-u-16035acf904\"><strong>Privacy</strong></h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" data-css=\"tve-u-1642b25c464\" wfd-id=\"40\"><p data-css=\"tve-u-1642b20c920\">Privacy Policy</p><p data-css=\"tve-u-1642b20c920\">What personal information do we collect from the people that visit our blog, website or app?<br>When ordering or registering on our site, as appropriate, you may be asked to enter your name, email address, mailing address, phone number, credit card information or other details to help you with your experience.</p><p data-css=\"tve-u-1642b20c920\">When do we collect information?</p><p data-css=\"tve-u-1642b20c920\">We collect information from you when you register on our site, place an order, subscribe to a newsletter, respond to a survey, fill out a form or enter information on our site.</p><p data-css=\"tve-u-1642b20c920\">How do we use your information?</p><p data-css=\"tve-u-1642b20c920\">We may use the information we collect from you when you register, make a purchase, sign up for our newsletter, respond to a survey or marketing communication, surf the website, or use certain other site features in the following ways:<br>â€¢ To personalize user\'s experience and to allow us to deliver the type of content and product offerings in which you are most interested.<br>â€¢ To improve our website in order to better serve you.<br>â€¢ To allow us to better service you in responding to your customer service requests.<br>â€¢ To administer a contest, promotion, survey or other site feature.<br>â€¢ To quickly process your transactions.<br>â€¢ To send periodic emails regarding your order or other products and services.</p><p data-css=\"tve-u-1642b20c920\">How do we protect visitor information?</p><p data-css=\"tve-u-1642b20c920\">Our website is scanned on a regular basis for security holes and known vulnerabilities in order to make your visit to our site as safe as possible.<br>We use regular Malware Scanning.</p><p data-css=\"tve-u-1642b20c920\">Your personal information is contained behind secured networks and is only accessible by a limited number of persons who have special access rights to such systems, and are required to keep the information confidential. In addition, all sensitive/credit information you supply is encrypted via Secure Socket Layer (SSL) technology.</p><p data-css=\"tve-u-1642b20c920\">We implement a variety of security measures when a user places an order, enters, submits, or accesses their information to maintain the safety of your personal information.</p><p data-css=\"tve-u-1642b20c920\">All transactions are processed through a gateway provider and are not stored or processed on our servers.</p><p data-css=\"tve-u-1642b20c920\">Do we use \'cookies\'?</p><p data-css=\"tve-u-1642b20c920\">Yes. Cookies are small files that a site or its service provider transfers to your computer\'s hard drive through your Web browser (if you allow) that enable the site\'s or service provider\'s systems to recognize your browser and capture and remember certain information. For instance, we use cookies to help us remember and process the items in your shopping cart. They are also used to help us understand your preferences based on previous or current site activity, which enables us to provide you with improved services. We also use cookies to help us compile aggregate data about site traffic and site interaction so that we can offer better site experiences and tools in the future.</p><p data-css=\"tve-u-1642b20c920\">We use cookies to:</p><p data-css=\"tve-u-1642b20c920\">â€¢ Help remember and process the items in the shopping cart.<br>â€¢ Understand and save user\'s preferences for future visits.<br>You can choose to have your computer warn you each time a cookie is being sent, or you can choose to turn off all cookies. You do this through your browser (like Internet Explorer) settings. Each browser is a little different, so look at your browser\'s Help menu to learn the correct way to modify your cookies.<br>If users disable cookies in their browser:<br>If you turn off cookies, some features will be disabled. However, you can still place orders for<br>saved items in your shopping cart over the telephone by contacting customer service.</p><p data-css=\"tve-u-1642b20c920\">Third Party Disclosure</p><p data-css=\"tve-u-1642b20c920\">We do not sell, trade, or otherwise transfer to outside parties your personally identifiable information.</p><p data-css=\"tve-u-1642b20c920\">Third party links</p><p data-css=\"tve-u-1642b20c920\">Occasionally, at our discretion, we may include or offer third party products or services on our website. These third party sites have separate and independent privacy policies. We therefore have no responsibility or liability for the content and activities of these linked sites. Nonetheless, we seek to protect the integrity of our site and welcome any feedback about these sites.</p><p data-css=\"tve-u-1642b20c920\">Google</p><p data-css=\"tve-u-1642b20c920\">Google\'s advertising requirements can be summed up by Google\'s Advertising Principles. They are put in place to provide a positive experience for users. https://support.google.com/adwordspolicy/answer/1316548?hl=en<br>Opting out:<br>Users can set preferences for how Google advertises to you using the Google Ad Settings page. Alternatively, you can opt out by visiting the Network Advertising initiative opt out page or permanently using the Google Analytics Opt Out Browser add on.<br>California Online Privacy Protection Act<br>CalOPPA is the first state law in the nation to require commercial websites and online services to post a privacy policy. The law\'s reach stretches well beyond California to require a person or company in the United States (and conceivably the world) that operates websites collecting personally identifiable information from California consumers to post a conspicuous privacy policy on its website stating exactly the information being collected and those individuals with whom it is being shared, and to comply with this policy.<br>See more at: http://consumercal.org/california-online-privacy-protection-act-caloppa/#sthash.0FdRbT51.dpuf<br>According to CalOPPA we agree to the following:<br>Users can visit our site anonymously<br>Once this privacy policy is created, we will add a link to it on our home page, or as a minimum on the first significant page after entering our website.<br>Our Privacy Policy link includes the word \'Privacy\', and can be easily be found on the page specified above.<br>Users will be notified of any privacy policy changes:<br>â€¢ On our Privacy Policy Page<br>Users are able to change their personal information:<br>â€¢ By emailing us<br>â€¢ By calling us</p><p data-css=\"tve-u-1642b20c920\">How does our site handle do not track signals?</p><p data-css=\"tve-u-1642b20c920\">We honor do not track signals and do not track, plant cookies, or use advertising when a Do Not Track (DNT) browser mechanism is in place.</p><p data-css=\"tve-u-1642b20c920\">Does our site allow third party behavioral tracking?</p><p data-css=\"tve-u-1642b20c920\">It\'s also important to note that we do not allow third party behavioral tracking<br>COPPA (Children Online Privacy Protection Act)<br>When it comes to the collection of personal information from children under 13, the Children\'s Online Privacy Protection Act (COPPA) puts parents in control. The Federal Trade Commission, the nation\'s consumer protection agency, enforces the COPPA Rule, which spells out what operators of websites and online services must do to protect children\'s privacy and safety online.</p><p data-css=\"tve-u-1642b20c920\">We do not specifically market to children under 13.</p><p data-css=\"tve-u-1642b20c920\">Fair Information Practices</p><p data-css=\"tve-u-1642b20c920\">The Fair Information Practices Principles form the backbone of privacy law in the United States and the concepts they include have played a significant role in the development of data protection laws around the globe. Understanding the Fair Information Practice Principles and how they should be implemented is critical to comply with the various privacy laws that protect personal information.<br>In order to be in line with Fair Information Practices we will take the following responsive action, should a data breach occur:<br>â€¢ Within 7 business days<br>We will notify the users via in site notification<br>â€¢ Within 7 business days<br>We also agree to the individual redress principle, which requires that individuals have a right to pursue legally enforceable rights against data collectors and processors who fail to adhere to the law. This principle requires not only that individuals have enforceable rights against data users, but also that individuals have recourse to courts or a government agency to investigate and/or prosecute non-compliance by data processors.<br>CAN SPAM Act<br>The CAN-SPAM Act is a law that sets the rules for commercial email, establishes requirements for commercial messages, gives recipients the right to have emails stopped from being sent to them, and spells out tough penalties for violations.</p><p data-css=\"tve-u-1642b20c920\">We collect your email address in order to:</p><p data-css=\"tve-u-1642b20c920\">â€¢ Send information, respond to inquiries, and/or other requests or questions.<br>â€¢ Process orders and to send information and updates pertaining to orders<br>â€¢ Market to our mailing list or continue to send emails to our clients after the original transaction has occurred<br>To be in accordance with CANSPAM we agree to the following:<br>â€¢ NOT use false, or misleading subjects or email addresses<br>â€¢ Identify the message as an advertisement in some reasonable way<br>â€¢ Include the physical address of our business or site headquarters<br>â€¢ Monitor third party email marketing services for compliance, if one is used.<br>â€¢ Honor opt-out/unsubscribe requests quickly<br>â€¢ Allow users to unsubscribe by using the link at the bottom of each email<br>If at any time you would like to unsubscribe from receiving future emails, you can email us at<br>â€¢ Follow the instructions at the bottom of each email. and we will promptly remove you from ALL correspondence.</p><p data-css=\"tve-u-1642b20c920\">Contacting Us</p><p data-css=\"tve-u-1642b20c920\">If there are any questions regarding this privacy policy you may contact us using the information below.<br>Blackhawk Custom, LLC.<br>825 South Kings Highway<br>Fort Pierce, FL 34945<br>United States<br>https://www.blackhawkcustom.com<br>Conditions of use:</p><p data-css=\"tve-u-1642b20c920\">By using this website, you agree to all of our terms and conditions of the sale<br>All sales are final (See our refund policy)</p></div></div>\n</div>'),(1518,151,'tve_revision_tve_has_wistia_popover','0'),(1519,152,'tve_revision_tve_landing_page','tcb2-blank-page-styled'),(1520,152,'tve_revision_tve_disable_theme_dependency','1'),(1521,152,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16416ab0690\" wfd-id=\"33\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1642b1d750f\" wfd-id=\"59\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1642b1d2e7a\" wfd-id=\"34\"><div class=\"thrv_wrapper thrv_widget_menu tve-custom-menu-upgrade tve-mobile-dropdown      tve-menu-style-style_1 on_hover\" data-tve-style=\"tve_horizontal\" data-tve-switch-icon=\"mobile\" data-css=\"tve-u-1642b26f466\" wfd-id=\"42\">	<div class=\"thrive-shortcode-config\" style=\"display: none !important\" wfd-id=\"58\">__CONFIG_widget_menu__{\"menu_id\":\"4\",\"color\":\"tve_red\",\"dir\":\"tve_horizontal\",\"font_class\":\"\",\"font_size\":\"\",\"ul_attr\":\"\",\"link_attr\":\"\",\"top_link_attr\":\"\",\"trigger_attr\":\"\",\"primary\":\"\",\"head_css\":\"\",\"background_hover\":\"\",\"main_hover\":\"\",\"child_hover\":\"\",\"group_edit\":[{\"css_id\":\"\",\"class\":\"\"},{\"css_id\":\"\",\"class\":\"\"},{\"css_id\":\"\",\"class\":\"\"},{\"css_id\":\"\",\"class\":\"\"}],\"menu_style\":\"style_1\",\"dropdown_icon\":\"\",\"mobile_side\":\"\",\"mobile_icon\":\"\",\"switch_to_icon\":\"mobile\"}__CONFIG_widget_menu__</div>\n</div><div class=\"thrv_wrapper thrv_heading\" style=\"\" data-tag=\"h1\" data-css=\"tve-u-1642b32e2c2\" wfd-id=\"39\"><h1 data-css=\"tve-u-16035acf904\"><strong>Privacy</strong></h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" data-css=\"tve-u-1642b25c464\" wfd-id=\"35\"><p data-css=\"tve-u-1642b20c920\">Privacy Policy</p><p data-css=\"tve-u-1642b20c920\">What personal information do we collect from the people that visit our blog, website or app?<br>When ordering or registering on our site, as appropriate, you may be asked to enter your name, email address, mailing address, phone number, credit card information or other details to help you with your experience.</p><p data-css=\"tve-u-1642b20c920\">When do we collect information?</p><p data-css=\"tve-u-1642b20c920\">We collect information from you when you register on our site, place an order, subscribe to a newsletter, respond to a survey, fill out a form or enter information on our site.</p><p data-css=\"tve-u-1642b20c920\">How do we use your information?</p><p data-css=\"tve-u-1642b20c920\">We may use the information we collect from you when you register, make a purchase, sign up for our newsletter, respond to a survey or marketing communication, surf the website, or use certain other site features in the following ways:<br>â€¢ To personalize user\'s experience and to allow us to deliver the type of content and product offerings in which you are most interested.<br>â€¢ To improve our website in order to better serve you.<br>â€¢ To allow us to better service you in responding to your customer service requests.<br>â€¢ To administer a contest, promotion, survey or other site feature.<br>â€¢ To quickly process your transactions.<br>â€¢ To send periodic emails regarding your order or other products and services.</p><p data-css=\"tve-u-1642b20c920\">How do we protect visitor information?</p><p data-css=\"tve-u-1642b20c920\">Our website is scanned on a regular basis for security holes and known vulnerabilities in order to make your visit to our site as safe as possible.<br>We use regular Malware Scanning.</p><p data-css=\"tve-u-1642b20c920\">Your personal information is contained behind secured networks and is only accessible by a limited number of persons who have special access rights to such systems, and are required to keep the information confidential. In addition, all sensitive/credit information you supply is encrypted via Secure Socket Layer (SSL) technology.</p><p data-css=\"tve-u-1642b20c920\">We implement a variety of security measures when a user places an order, enters, submits, or accesses their information to maintain the safety of your personal information.</p><p data-css=\"tve-u-1642b20c920\">All transactions are processed through a gateway provider and are not stored or processed on our servers.</p><p data-css=\"tve-u-1642b20c920\">Do we use \'cookies\'?</p><p data-css=\"tve-u-1642b20c920\">Yes. Cookies are small files that a site or its service provider transfers to your computer\'s hard drive through your Web browser (if you allow) that enable the site\'s or service provider\'s systems to recognize your browser and capture and remember certain information. For instance, we use cookies to help us remember and process the items in your shopping cart. They are also used to help us understand your preferences based on previous or current site activity, which enables us to provide you with improved services. We also use cookies to help us compile aggregate data about site traffic and site interaction so that we can offer better site experiences and tools in the future.</p><p data-css=\"tve-u-1642b20c920\">We use cookies to:</p><p data-css=\"tve-u-1642b20c920\">â€¢ Help remember and process the items in the shopping cart.<br>â€¢ Understand and save user\'s preferences for future visits.<br>You can choose to have your computer warn you each time a cookie is being sent, or you can choose to turn off all cookies. You do this through your browser (like Internet Explorer) settings. Each browser is a little different, so look at your browser\'s Help menu to learn the correct way to modify your cookies.<br>If users disable cookies in their browser:<br>If you turn off cookies, some features will be disabled. However, you can still place orders for<br>saved items in your shopping cart over the telephone by contacting customer service.</p><p data-css=\"tve-u-1642b20c920\">Third Party Disclosure</p><p data-css=\"tve-u-1642b20c920\">We do not sell, trade, or otherwise transfer to outside parties your personally identifiable information.</p><p data-css=\"tve-u-1642b20c920\">Third party links</p><p data-css=\"tve-u-1642b20c920\">Occasionally, at our discretion, we may include or offer third party products or services on our website. These third party sites have separate and independent privacy policies. We therefore have no responsibility or liability for the content and activities of these linked sites. Nonetheless, we seek to protect the integrity of our site and welcome any feedback about these sites.</p><p data-css=\"tve-u-1642b20c920\">Google</p><p data-css=\"tve-u-1642b20c920\">Google\'s advertising requirements can be summed up by Google\'s Advertising Principles. They are put in place to provide a positive experience for users. https://support.google.com/adwordspolicy/answer/1316548?hl=en<br>Opting out:<br>Users can set preferences for how Google advertises to you using the Google Ad Settings page. Alternatively, you can opt out by visiting the Network Advertising initiative opt out page or permanently using the Google Analytics Opt Out Browser add on.<br>California Online Privacy Protection Act<br>CalOPPA is the first state law in the nation to require commercial websites and online services to post a privacy policy. The law\'s reach stretches well beyond California to require a person or company in the United States (and conceivably the world) that operates websites collecting personally identifiable information from California consumers to post a conspicuous privacy policy on its website stating exactly the information being collected and those individuals with whom it is being shared, and to comply with this policy.<br>See more at: http://consumercal.org/california-online-privacy-protection-act-caloppa/#sthash.0FdRbT51.dpuf<br>According to CalOPPA we agree to the following:<br>Users can visit our site anonymously<br>Once this privacy policy is created, we will add a link to it on our home page, or as a minimum on the first significant page after entering our website.<br>Our Privacy Policy link includes the word \'Privacy\', and can be easily be found on the page specified above.<br>Users will be notified of any privacy policy changes:<br>â€¢ On our Privacy Policy Page<br>Users are able to change their personal information:<br>â€¢ By emailing us<br>â€¢ By calling us</p><p data-css=\"tve-u-1642b20c920\">How does our site handle do not track signals?</p><p data-css=\"tve-u-1642b20c920\">We honor do not track signals and do not track, plant cookies, or use advertising when a Do Not Track (DNT) browser mechanism is in place.</p><p data-css=\"tve-u-1642b20c920\">Does our site allow third party behavioral tracking?</p><p data-css=\"tve-u-1642b20c920\">It\'s also important to note that we do not allow third party behavioral tracking<br>COPPA (Children Online Privacy Protection Act)<br>When it comes to the collection of personal information from children under 13, the Children\'s Online Privacy Protection Act (COPPA) puts parents in control. The Federal Trade Commission, the nation\'s consumer protection agency, enforces the COPPA Rule, which spells out what operators of websites and online services must do to protect children\'s privacy and safety online.</p><p data-css=\"tve-u-1642b20c920\">We do not specifically market to children under 13.</p><p data-css=\"tve-u-1642b20c920\">Fair Information Practices</p><p data-css=\"tve-u-1642b20c920\">The Fair Information Practices Principles form the backbone of privacy law in the United States and the concepts they include have played a significant role in the development of data protection laws around the globe. Understanding the Fair Information Practice Principles and how they should be implemented is critical to comply with the various privacy laws that protect personal information.<br>In order to be in line with Fair Information Practices we will take the following responsive action, should a data breach occur:<br>â€¢ Within 7 business days<br>We will notify the users via in site notification<br>â€¢ Within 7 business days<br>We also agree to the individual redress principle, which requires that individuals have a right to pursue legally enforceable rights against data collectors and processors who fail to adhere to the law. This principle requires not only that individuals have enforceable rights against data users, but also that individuals have recourse to courts or a government agency to investigate and/or prosecute non-compliance by data processors.<br>CAN SPAM Act<br>The CAN-SPAM Act is a law that sets the rules for commercial email, establishes requirements for commercial messages, gives recipients the right to have emails stopped from being sent to them, and spells out tough penalties for violations.</p><p data-css=\"tve-u-1642b20c920\">We collect your email address in order to:</p><p data-css=\"tve-u-1642b20c920\">â€¢ Send information, respond to inquiries, and/or other requests or questions.<br>â€¢ Process orders and to send information and updates pertaining to orders<br>â€¢ Market to our mailing list or continue to send emails to our clients after the original transaction has occurred<br>To be in accordance with CANSPAM we agree to the following:<br>â€¢ NOT use false, or misleading subjects or email addresses<br>â€¢ Identify the message as an advertisement in some reasonable way<br>â€¢ Include the physical address of our business or site headquarters<br>â€¢ Monitor third party email marketing services for compliance, if one is used.<br>â€¢ Honor opt-out/unsubscribe requests quickly<br>â€¢ Allow users to unsubscribe by using the link at the bottom of each email<br>If at any time you would like to unsubscribe from receiving future emails, you can email us at<br>â€¢ Follow the instructions at the bottom of each email. and we will promptly remove you from ALL correspondence.</p><p data-css=\"tve-u-1642b20c920\">Contacting Us</p><p data-css=\"tve-u-1642b20c920\">If there are any questions regarding this privacy policy you may contact us using the information below.<br>Blackhawk Custom, LLC.<br>825 South Kings Highway<br>Fort Pierce, FL 34945<br>United States<br>https://www.blackhawkcustom.com<br>Conditions of use:</p><p data-css=\"tve-u-1642b20c920\">By using this website, you agree to all of our terms and conditions of the sale<br>All sales are final (See our refund policy)</p></div></div>\n</div>'),(1522,152,'tve_revision_tve_content_more_found',''),(1523,152,'tve_revision_tve_save_post',''),(1524,152,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Montserrat:400,700&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-1642b26f466\"] #menu-item-104 { text-align: center; padding-left: 61px !important; padding-right: 61px !important; }[data-css=\"tve-u-1642b26f466\"] #menu-item-103 { text-align: center; padding-left: 61px !important; padding-right: 61px !important; }[data-css=\"tve-u-1642b26f466\"] #menu-item-102 { text-align: center; padding-left: 61px !important; padding-right: 61px !important; }[data-css=\"tve-u-1642b26f466\"] #menu-item-109 { text-align: center; padding-left: 61px !important; padding-right: 61px !important; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-104:hover > a { fill: rgb(179, 144, 57) !important; color: rgb(179, 144, 57) !important; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-103:hover > a { fill: rgb(179, 144, 57) !important; color: rgb(179, 144, 57) !important; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-102:hover > a { fill: rgb(179, 144, 57) !important; color: rgb(179, 144, 57) !important; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-109:hover > a { fill: rgb(179, 144, 57) !important; color: rgb(179, 144, 57) !important; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-104 > a { fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-103 > a { fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-102 > a { fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-109 > a { fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1642b26f466\"] .tve_w_menu { background-image: none !important; }[data-css=\"tve-u-1642b32e2c2\"] { margin-left: auto !important; margin-right: auto !important; float: none; width: 100%; z-index: 3; position: relative; }#tcb_landing_page a.tve_state_hover:not(.tcb-button-link) { color: rgb(179, 144, 57); }[data-css=\"tve-u-1642b26f466\"] { margin: 0px auto 20px !important; float: none; width: 100%; z-index: 3; position: relative; }[data-css=\"tve-u-1642b25c464\"] { padding: 5px !important; background-image: none !important; }[data-css=\"tve-u-1642b20c920\"] strong { font-weight: 700 !important; }#tve_editor [data-css=\"tve-u-1642b20c920\"] { font-size: 16px !important; font-family: Montserrat !important; font-weight: 400 !important; }[data-css=\"tve-u-16035acf904\"] strong { font-weight: 700 !important; }#tve_editor [data-css=\"tve-u-16035acf904\"] { font-size: 24px !important; font-family: Montserrat !important; font-weight: 400 !important; text-transform: capitalize !important; }[data-css=\"tve-u-1642b1d750f\"] { background-image: linear-gradient(rgb(0, 0, 0), rgb(0, 0, 0)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }#tve_editor [data-css=\"tve-u-1642b1d2e7a\"] p, #tve_editor [data-css=\"tve-u-1642b1d2e7a\"] li, #tve_editor [data-css=\"tve-u-1642b1d2e7a\"] blockquote, #tve_editor [data-css=\"tve-u-1642b1d2e7a\"] address, #tve_editor [data-css=\"tve-u-1642b1d2e7a\"] .tcb-plain-text, #tve_editor [data-css=\"tve-u-1642b1d2e7a\"] h1, #tve_editor [data-css=\"tve-u-1642b1d2e7a\"] h2, #tve_editor [data-css=\"tve-u-1642b1d2e7a\"] h3, #tve_editor [data-css=\"tve-u-1642b1d2e7a\"] h4, #tve_editor [data-css=\"tve-u-1642b1d2e7a\"] h5, #tve_editor [data-css=\"tve-u-1642b1d2e7a\"] h6 { color: rgb(255, 255, 255); }[data-css=\"tve-u-16416ab0690\"] { padding: 30px 20px !important; }.tcb-plain-text strong { font-weight: 700; }.tcb-plain-text { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page a strong { font-weight: 700; }#tcb_landing_page h6 strong { font-weight: 700; }#tcb_landing_page h5 strong { font-weight: 700; }#tcb_landing_page h4 strong { font-weight: 700; }#tcb_landing_page h6 { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); font-size: 20px; }#tcb_landing_page h5 { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); font-size: 24px; }#tcb_landing_page h4 { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); font-size: 30px; }#tcb_landing_page a:not(.tcb-button-link) { color: rgb(255, 255, 255); text-decoration: underline; }#tcb_landing_page h3 strong { font-weight: 700; }#tcb_landing_page h3 { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); font-size: 38px; line-height: 1.3em; }#tcb_landing_page h2 strong { font-weight: 700; }#tcb_landing_page h2 { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); font-size: 45px; line-height: 1.3em; }#tcb_landing_page h1 strong { font-weight: 700; }#tcb_landing_page h1 { font-family: Montserrat; font-weight: 400; font-size: 50px; line-height: 1.3em; color: rgb(255, 255, 255); }#tcb_landing_page p strong, #tcb_landing_page li strong { font-weight: 700; }#tcb_landing_page p, #tcb_landing_page li { font-family: Montserrat; font-weight: 400; font-size: 17px; line-height: 1.6em; color: rgb(255, 255, 255); }[data-css=\"tve-u-15e09c94f7d\"] { background-color: rgb(255, 255, 255); }#tcb_landing_page a:hover:not(.tcb-button-link) { text-decoration: none; color: rgb(179, 144, 57); }#tcb_landing_page .tve-state-hovera:not(.tcb-button-link) { text-decoration: none; }#tcb_landing_page a.tve-state-hover:not(.tcb-button-link) { text-decoration: none; }[data-css=\"tve-u-1642b1d2e7a\"] { max-width: 1200px; }}@media (max-width: 1023px){[data-css=\"tve-u-1642b26f466\"] #menu-item-104 { padding-left: 2px !important; padding-right: 2px !important; }[data-css=\"tve-u-1642b26f466\"] #menu-item-103 { padding-left: 2px !important; padding-right: 2px !important; }[data-css=\"tve-u-1642b26f466\"] #menu-item-102 { padding-left: 2px !important; padding-right: 2px !important; }[data-css=\"tve-u-1642b26f466\"] #menu-item-109 { padding-left: 2px !important; padding-right: 2px !important; }[data-css=\"tve-u-1642b26f466\"] { margin: 0px auto !important; max-width: 1200px; float: none; width: 100%; z-index: 3; position: relative; padding: 5px !important; }}@media (max-width: 767px){#tve_editor [data-css=\"tve-u-16035acf904\"] { font-size: 36px !important; }}'),(1525,152,'tve_revision_tve_user_custom_css',''),(1526,152,'tve_revision_tve_page_events','a:0:{}'),(1527,152,'tve_revision_tve_globals','a:2:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";s:8:\"font_cls\";a:0:{}}'),(1528,152,'tve_revision_tve_global_scripts',''),(1529,152,'tve_revision_thrive_icon_pack','0'),(1530,152,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(1531,152,'tve_revision_tve_has_masonry','0'),(1532,152,'tve_revision_tve_has_typefocus','0'),(1533,152,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16416ab0690\" wfd-id=\"33\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1642b1d750f\" wfd-id=\"59\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1642b1d2e7a\" wfd-id=\"34\"><div class=\"thrv_wrapper thrv_widget_menu tve-custom-menu-upgrade tve-mobile-dropdown      tve-menu-style-style_1 on_hover\" data-tve-style=\"tve_horizontal\" data-tve-switch-icon=\"mobile\" data-css=\"tve-u-1642b26f466\" wfd-id=\"42\">	<div class=\"thrive-shortcode-config\" style=\"display: none !important\" wfd-id=\"58\">__CONFIG_widget_menu__{\"menu_id\":\"4\",\"color\":\"tve_red\",\"dir\":\"tve_horizontal\",\"font_class\":\"\",\"font_size\":\"\",\"ul_attr\":\"\",\"link_attr\":\"\",\"top_link_attr\":\"\",\"trigger_attr\":\"\",\"primary\":\"\",\"head_css\":\"\",\"background_hover\":\"\",\"main_hover\":\"\",\"child_hover\":\"\",\"group_edit\":[{\"css_id\":\"\",\"class\":\"\"},{\"css_id\":\"\",\"class\":\"\"},{\"css_id\":\"\",\"class\":\"\"},{\"css_id\":\"\",\"class\":\"\"}],\"menu_style\":\"style_1\",\"dropdown_icon\":\"\",\"mobile_side\":\"\",\"mobile_icon\":\"\",\"switch_to_icon\":\"mobile\"}__CONFIG_widget_menu__</div>\n</div><div class=\"thrv_wrapper thrv_heading\" style=\"\" data-tag=\"h1\" data-css=\"tve-u-1642b32e2c2\" wfd-id=\"39\"><h1 data-css=\"tve-u-16035acf904\"><strong>Privacy</strong></h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" data-css=\"tve-u-1642b25c464\" wfd-id=\"35\"><p data-css=\"tve-u-1642b20c920\">Privacy Policy</p><p data-css=\"tve-u-1642b20c920\">What personal information do we collect from the people that visit our blog, website or app?<br>When ordering or registering on our site, as appropriate, you may be asked to enter your name, email address, mailing address, phone number, credit card information or other details to help you with your experience.</p><p data-css=\"tve-u-1642b20c920\">When do we collect information?</p><p data-css=\"tve-u-1642b20c920\">We collect information from you when you register on our site, place an order, subscribe to a newsletter, respond to a survey, fill out a form or enter information on our site.</p><p data-css=\"tve-u-1642b20c920\">How do we use your information?</p><p data-css=\"tve-u-1642b20c920\">We may use the information we collect from you when you register, make a purchase, sign up for our newsletter, respond to a survey or marketing communication, surf the website, or use certain other site features in the following ways:<br>â€¢ To personalize user\'s experience and to allow us to deliver the type of content and product offerings in which you are most interested.<br>â€¢ To improve our website in order to better serve you.<br>â€¢ To allow us to better service you in responding to your customer service requests.<br>â€¢ To administer a contest, promotion, survey or other site feature.<br>â€¢ To quickly process your transactions.<br>â€¢ To send periodic emails regarding your order or other products and services.</p><p data-css=\"tve-u-1642b20c920\">How do we protect visitor information?</p><p data-css=\"tve-u-1642b20c920\">Our website is scanned on a regular basis for security holes and known vulnerabilities in order to make your visit to our site as safe as possible.<br>We use regular Malware Scanning.</p><p data-css=\"tve-u-1642b20c920\">Your personal information is contained behind secured networks and is only accessible by a limited number of persons who have special access rights to such systems, and are required to keep the information confidential. In addition, all sensitive/credit information you supply is encrypted via Secure Socket Layer (SSL) technology.</p><p data-css=\"tve-u-1642b20c920\">We implement a variety of security measures when a user places an order, enters, submits, or accesses their information to maintain the safety of your personal information.</p><p data-css=\"tve-u-1642b20c920\">All transactions are processed through a gateway provider and are not stored or processed on our servers.</p><p data-css=\"tve-u-1642b20c920\">Do we use \'cookies\'?</p><p data-css=\"tve-u-1642b20c920\">Yes. Cookies are small files that a site or its service provider transfers to your computer\'s hard drive through your Web browser (if you allow) that enable the site\'s or service provider\'s systems to recognize your browser and capture and remember certain information. For instance, we use cookies to help us remember and process the items in your shopping cart. They are also used to help us understand your preferences based on previous or current site activity, which enables us to provide you with improved services. We also use cookies to help us compile aggregate data about site traffic and site interaction so that we can offer better site experiences and tools in the future.</p><p data-css=\"tve-u-1642b20c920\">We use cookies to:</p><p data-css=\"tve-u-1642b20c920\">â€¢ Help remember and process the items in the shopping cart.<br>â€¢ Understand and save user\'s preferences for future visits.<br>You can choose to have your computer warn you each time a cookie is being sent, or you can choose to turn off all cookies. You do this through your browser (like Internet Explorer) settings. Each browser is a little different, so look at your browser\'s Help menu to learn the correct way to modify your cookies.<br>If users disable cookies in their browser:<br>If you turn off cookies, some features will be disabled. However, you can still place orders for<br>saved items in your shopping cart over the telephone by contacting customer service.</p><p data-css=\"tve-u-1642b20c920\">Third Party Disclosure</p><p data-css=\"tve-u-1642b20c920\">We do not sell, trade, or otherwise transfer to outside parties your personally identifiable information.</p><p data-css=\"tve-u-1642b20c920\">Third party links</p><p data-css=\"tve-u-1642b20c920\">Occasionally, at our discretion, we may include or offer third party products or services on our website. These third party sites have separate and independent privacy policies. We therefore have no responsibility or liability for the content and activities of these linked sites. Nonetheless, we seek to protect the integrity of our site and welcome any feedback about these sites.</p><p data-css=\"tve-u-1642b20c920\">Google</p><p data-css=\"tve-u-1642b20c920\">Google\'s advertising requirements can be summed up by Google\'s Advertising Principles. They are put in place to provide a positive experience for users. https://support.google.com/adwordspolicy/answer/1316548?hl=en<br>Opting out:<br>Users can set preferences for how Google advertises to you using the Google Ad Settings page. Alternatively, you can opt out by visiting the Network Advertising initiative opt out page or permanently using the Google Analytics Opt Out Browser add on.<br>California Online Privacy Protection Act<br>CalOPPA is the first state law in the nation to require commercial websites and online services to post a privacy policy. The law\'s reach stretches well beyond California to require a person or company in the United States (and conceivably the world) that operates websites collecting personally identifiable information from California consumers to post a conspicuous privacy policy on its website stating exactly the information being collected and those individuals with whom it is being shared, and to comply with this policy.<br>See more at: http://consumercal.org/california-online-privacy-protection-act-caloppa/#sthash.0FdRbT51.dpuf<br>According to CalOPPA we agree to the following:<br>Users can visit our site anonymously<br>Once this privacy policy is created, we will add a link to it on our home page, or as a minimum on the first significant page after entering our website.<br>Our Privacy Policy link includes the word \'Privacy\', and can be easily be found on the page specified above.<br>Users will be notified of any privacy policy changes:<br>â€¢ On our Privacy Policy Page<br>Users are able to change their personal information:<br>â€¢ By emailing us<br>â€¢ By calling us</p><p data-css=\"tve-u-1642b20c920\">How does our site handle do not track signals?</p><p data-css=\"tve-u-1642b20c920\">We honor do not track signals and do not track, plant cookies, or use advertising when a Do Not Track (DNT) browser mechanism is in place.</p><p data-css=\"tve-u-1642b20c920\">Does our site allow third party behavioral tracking?</p><p data-css=\"tve-u-1642b20c920\">It\'s also important to note that we do not allow third party behavioral tracking<br>COPPA (Children Online Privacy Protection Act)<br>When it comes to the collection of personal information from children under 13, the Children\'s Online Privacy Protection Act (COPPA) puts parents in control. The Federal Trade Commission, the nation\'s consumer protection agency, enforces the COPPA Rule, which spells out what operators of websites and online services must do to protect children\'s privacy and safety online.</p><p data-css=\"tve-u-1642b20c920\">We do not specifically market to children under 13.</p><p data-css=\"tve-u-1642b20c920\">Fair Information Practices</p><p data-css=\"tve-u-1642b20c920\">The Fair Information Practices Principles form the backbone of privacy law in the United States and the concepts they include have played a significant role in the development of data protection laws around the globe. Understanding the Fair Information Practice Principles and how they should be implemented is critical to comply with the various privacy laws that protect personal information.<br>In order to be in line with Fair Information Practices we will take the following responsive action, should a data breach occur:<br>â€¢ Within 7 business days<br>We will notify the users via in site notification<br>â€¢ Within 7 business days<br>We also agree to the individual redress principle, which requires that individuals have a right to pursue legally enforceable rights against data collectors and processors who fail to adhere to the law. This principle requires not only that individuals have enforceable rights against data users, but also that individuals have recourse to courts or a government agency to investigate and/or prosecute non-compliance by data processors.<br>CAN SPAM Act<br>The CAN-SPAM Act is a law that sets the rules for commercial email, establishes requirements for commercial messages, gives recipients the right to have emails stopped from being sent to them, and spells out tough penalties for violations.</p><p data-css=\"tve-u-1642b20c920\">We collect your email address in order to:</p><p data-css=\"tve-u-1642b20c920\">â€¢ Send information, respond to inquiries, and/or other requests or questions.<br>â€¢ Process orders and to send information and updates pertaining to orders<br>â€¢ Market to our mailing list or continue to send emails to our clients after the original transaction has occurred<br>To be in accordance with CANSPAM we agree to the following:<br>â€¢ NOT use false, or misleading subjects or email addresses<br>â€¢ Identify the message as an advertisement in some reasonable way<br>â€¢ Include the physical address of our business or site headquarters<br>â€¢ Monitor third party email marketing services for compliance, if one is used.<br>â€¢ Honor opt-out/unsubscribe requests quickly<br>â€¢ Allow users to unsubscribe by using the link at the bottom of each email<br>If at any time you would like to unsubscribe from receiving future emails, you can email us at<br>â€¢ Follow the instructions at the bottom of each email. and we will promptly remove you from ALL correspondence.</p><p data-css=\"tve-u-1642b20c920\">Contacting Us</p><p data-css=\"tve-u-1642b20c920\">If there are any questions regarding this privacy policy you may contact us using the information below.<br>Blackhawk Custom, LLC.<br>825 South Kings Highway<br>Fort Pierce, FL 34945<br>United States<br>https://www.blackhawkcustom.com<br>Conditions of use:</p><p data-css=\"tve-u-1642b20c920\">By using this website, you agree to all of our terms and conditions of the sale<br>All sales are final (See our refund policy)</p></div></div>\n</div>'),(1534,152,'tve_revision_tve_has_wistia_popover','0'),(1535,143,'tve_revision_tve_landing_page','tcb2-blank-page-styled'),(1536,143,'tve_revision_tve_disable_theme_dependency','1'),(1537,143,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16416ab0690\" wfd-id=\"33\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1642b1d750f\" wfd-id=\"59\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1642b1d2e7a\" wfd-id=\"34\"><div class=\"thrv_wrapper thrv_widget_menu tve-custom-menu-upgrade tve-mobile-dropdown      tve-menu-style-style_1 on_hover\" data-tve-style=\"tve_horizontal\" data-tve-switch-icon=\"mobile\" data-css=\"tve-u-1642b26f466\" wfd-id=\"42\">	<div class=\"thrive-shortcode-config\" style=\"display: none !important\" wfd-id=\"58\">__CONFIG_widget_menu__{\"menu_id\":\"4\",\"color\":\"tve_red\",\"dir\":\"tve_horizontal\",\"font_class\":\"\",\"font_size\":\"\",\"ul_attr\":\"\",\"link_attr\":\"\",\"top_link_attr\":\"\",\"trigger_attr\":\"\",\"primary\":\"\",\"head_css\":\"\",\"background_hover\":\"\",\"main_hover\":\"\",\"child_hover\":\"\",\"group_edit\":[{\"css_id\":\"\",\"class\":\"\"},{\"css_id\":\"\",\"class\":\"\"},{\"css_id\":\"\",\"class\":\"\"},{\"css_id\":\"\",\"class\":\"\"}],\"menu_style\":\"style_1\",\"dropdown_icon\":\"\",\"mobile_side\":\"\",\"mobile_icon\":\"\",\"switch_to_icon\":\"mobile\"}__CONFIG_widget_menu__</div>\n</div><div class=\"thrv_wrapper thrv_heading\" style=\"\" data-tag=\"h1\" data-css=\"tve-u-1642b32e2c2\" wfd-id=\"39\"><h1 data-css=\"tve-u-16035acf904\"><strong>Privacy</strong></h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" data-css=\"tve-u-1642b25c464\" wfd-id=\"35\"><p data-css=\"tve-u-1642b20c920\">Privacy Policy</p><p data-css=\"tve-u-1642b20c920\">What personal information do we collect from the people that visit our blog, website or app?<br>When ordering or registering on our site, as appropriate, you may be asked to enter your name, email address, mailing address, phone number, credit card information or other details to help you with your experience.</p><p data-css=\"tve-u-1642b20c920\">When do we collect information?</p><p data-css=\"tve-u-1642b20c920\">We collect information from you when you register on our site, place an order, subscribe to a newsletter, respond to a survey, fill out a form or enter information on our site.</p><p data-css=\"tve-u-1642b20c920\">How do we use your information?</p><p data-css=\"tve-u-1642b20c920\">We may use the information we collect from you when you register, make a purchase, sign up for our newsletter, respond to a survey or marketing communication, surf the website, or use certain other site features in the following ways:<br>â€¢ To personalize user\'s experience and to allow us to deliver the type of content and product offerings in which you are most interested.<br>â€¢ To improve our website in order to better serve you.<br>â€¢ To allow us to better service you in responding to your customer service requests.<br>â€¢ To administer a contest, promotion, survey or other site feature.<br>â€¢ To quickly process your transactions.<br>â€¢ To send periodic emails regarding your order or other products and services.</p><p data-css=\"tve-u-1642b20c920\">How do we protect visitor information?</p><p data-css=\"tve-u-1642b20c920\">Our website is scanned on a regular basis for security holes and known vulnerabilities in order to make your visit to our site as safe as possible.<br>We use regular Malware Scanning.</p><p data-css=\"tve-u-1642b20c920\">Your personal information is contained behind secured networks and is only accessible by a limited number of persons who have special access rights to such systems, and are required to keep the information confidential. In addition, all sensitive/credit information you supply is encrypted via Secure Socket Layer (SSL) technology.</p><p data-css=\"tve-u-1642b20c920\">We implement a variety of security measures when a user places an order, enters, submits, or accesses their information to maintain the safety of your personal information.</p><p data-css=\"tve-u-1642b20c920\">All transactions are processed through a gateway provider and are not stored or processed on our servers.</p><p data-css=\"tve-u-1642b20c920\">Do we use \'cookies\'?</p><p data-css=\"tve-u-1642b20c920\">Yes. Cookies are small files that a site or its service provider transfers to your computer\'s hard drive through your Web browser (if you allow) that enable the site\'s or service provider\'s systems to recognize your browser and capture and remember certain information. For instance, we use cookies to help us remember and process the items in your shopping cart. They are also used to help us understand your preferences based on previous or current site activity, which enables us to provide you with improved services. We also use cookies to help us compile aggregate data about site traffic and site interaction so that we can offer better site experiences and tools in the future.</p><p data-css=\"tve-u-1642b20c920\">We use cookies to:</p><p data-css=\"tve-u-1642b20c920\">â€¢ Help remember and process the items in the shopping cart.<br>â€¢ Understand and save user\'s preferences for future visits.<br>You can choose to have your computer warn you each time a cookie is being sent, or you can choose to turn off all cookies. You do this through your browser (like Internet Explorer) settings. Each browser is a little different, so look at your browser\'s Help menu to learn the correct way to modify your cookies.<br>If users disable cookies in their browser:<br>If you turn off cookies, some features will be disabled. However, you can still place orders for<br>saved items in your shopping cart over the telephone by contacting customer service.</p><p data-css=\"tve-u-1642b20c920\">Third Party Disclosure</p><p data-css=\"tve-u-1642b20c920\">We do not sell, trade, or otherwise transfer to outside parties your personally identifiable information.</p><p data-css=\"tve-u-1642b20c920\">Third party links</p><p data-css=\"tve-u-1642b20c920\">Occasionally, at our discretion, we may include or offer third party products or services on our website. These third party sites have separate and independent privacy policies. We therefore have no responsibility or liability for the content and activities of these linked sites. Nonetheless, we seek to protect the integrity of our site and welcome any feedback about these sites.</p><p data-css=\"tve-u-1642b20c920\">Google</p><p data-css=\"tve-u-1642b20c920\">Google\'s advertising requirements can be summed up by Google\'s Advertising Principles. They are put in place to provide a positive experience for users. https://support.google.com/adwordspolicy/answer/1316548?hl=en<br>Opting out:<br>Users can set preferences for how Google advertises to you using the Google Ad Settings page. Alternatively, you can opt out by visiting the Network Advertising initiative opt out page or permanently using the Google Analytics Opt Out Browser add on.<br>California Online Privacy Protection Act<br>CalOPPA is the first state law in the nation to require commercial websites and online services to post a privacy policy. The law\'s reach stretches well beyond California to require a person or company in the United States (and conceivably the world) that operates websites collecting personally identifiable information from California consumers to post a conspicuous privacy policy on its website stating exactly the information being collected and those individuals with whom it is being shared, and to comply with this policy.<br>See more at: http://consumercal.org/california-online-privacy-protection-act-caloppa/#sthash.0FdRbT51.dpuf<br>According to CalOPPA we agree to the following:<br>Users can visit our site anonymously<br>Once this privacy policy is created, we will add a link to it on our home page, or as a minimum on the first significant page after entering our website.<br>Our Privacy Policy link includes the word \'Privacy\', and can be easily be found on the page specified above.<br>Users will be notified of any privacy policy changes:<br>â€¢ On our Privacy Policy Page<br>Users are able to change their personal information:<br>â€¢ By emailing us<br>â€¢ By calling us</p><p data-css=\"tve-u-1642b20c920\">How does our site handle do not track signals?</p><p data-css=\"tve-u-1642b20c920\">We honor do not track signals and do not track, plant cookies, or use advertising when a Do Not Track (DNT) browser mechanism is in place.</p><p data-css=\"tve-u-1642b20c920\">Does our site allow third party behavioral tracking?</p><p data-css=\"tve-u-1642b20c920\">It\'s also important to note that we do not allow third party behavioral tracking<br>COPPA (Children Online Privacy Protection Act)<br>When it comes to the collection of personal information from children under 13, the Children\'s Online Privacy Protection Act (COPPA) puts parents in control. The Federal Trade Commission, the nation\'s consumer protection agency, enforces the COPPA Rule, which spells out what operators of websites and online services must do to protect children\'s privacy and safety online.</p><p data-css=\"tve-u-1642b20c920\">We do not specifically market to children under 13.</p><p data-css=\"tve-u-1642b20c920\">Fair Information Practices</p><p data-css=\"tve-u-1642b20c920\">The Fair Information Practices Principles form the backbone of privacy law in the United States and the concepts they include have played a significant role in the development of data protection laws around the globe. Understanding the Fair Information Practice Principles and how they should be implemented is critical to comply with the various privacy laws that protect personal information.<br>In order to be in line with Fair Information Practices we will take the following responsive action, should a data breach occur:<br>â€¢ Within 7 business days<br>We will notify the users via in site notification<br>â€¢ Within 7 business days<br>We also agree to the individual redress principle, which requires that individuals have a right to pursue legally enforceable rights against data collectors and processors who fail to adhere to the law. This principle requires not only that individuals have enforceable rights against data users, but also that individuals have recourse to courts or a government agency to investigate and/or prosecute non-compliance by data processors.<br>CAN SPAM Act<br>The CAN-SPAM Act is a law that sets the rules for commercial email, establishes requirements for commercial messages, gives recipients the right to have emails stopped from being sent to them, and spells out tough penalties for violations.</p><p data-css=\"tve-u-1642b20c920\">We collect your email address in order to:</p><p data-css=\"tve-u-1642b20c920\">â€¢ Send information, respond to inquiries, and/or other requests or questions.<br>â€¢ Process orders and to send information and updates pertaining to orders<br>â€¢ Market to our mailing list or continue to send emails to our clients after the original transaction has occurred<br>To be in accordance with CANSPAM we agree to the following:<br>â€¢ NOT use false, or misleading subjects or email addresses<br>â€¢ Identify the message as an advertisement in some reasonable way<br>â€¢ Include the physical address of our business or site headquarters<br>â€¢ Monitor third party email marketing services for compliance, if one is used.<br>â€¢ Honor opt-out/unsubscribe requests quickly<br>â€¢ Allow users to unsubscribe by using the link at the bottom of each email<br>If at any time you would like to unsubscribe from receiving future emails, you can email us at<br>â€¢ Follow the instructions at the bottom of each email. and we will promptly remove you from ALL correspondence.</p><p data-css=\"tve-u-1642b20c920\">Contacting Us</p><p data-css=\"tve-u-1642b20c920\">If there are any questions regarding this privacy policy you may contact us using the information below.<br>Blackhawk Custom, LLC.<br>825 South Kings Highway<br>Fort Pierce, FL 34945<br>United States<br>https://www.blackhawkcustom.com<br>Conditions of use:</p><p data-css=\"tve-u-1642b20c920\">By using this website, you agree to all of our terms and conditions of the sale<br>All sales are final (See our refund policy)</p></div></div>\n</div>'),(1538,143,'tve_revision_tve_content_more_found',''),(1539,143,'tve_revision_tve_save_post',''),(1540,143,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Montserrat:400,700&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-1642b26f466\"] #menu-item-104 { text-align: center; padding-left: 61px !important; padding-right: 61px !important; }[data-css=\"tve-u-1642b26f466\"] #menu-item-103 { text-align: center; padding-left: 61px !important; padding-right: 61px !important; }[data-css=\"tve-u-1642b26f466\"] #menu-item-102 { text-align: center; padding-left: 61px !important; padding-right: 61px !important; }[data-css=\"tve-u-1642b26f466\"] #menu-item-109 { text-align: center; padding-left: 61px !important; padding-right: 61px !important; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-104:hover > a { fill: rgb(179, 144, 57) !important; color: rgb(179, 144, 57) !important; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-103:hover > a { fill: rgb(179, 144, 57) !important; color: rgb(179, 144, 57) !important; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-102:hover > a { fill: rgb(179, 144, 57) !important; color: rgb(179, 144, 57) !important; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-109:hover > a { fill: rgb(179, 144, 57) !important; color: rgb(179, 144, 57) !important; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-104 > a { fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-103 > a { fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-102 > a { fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-109 > a { fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1642b26f466\"] .tve_w_menu { background-image: none !important; }[data-css=\"tve-u-1642b32e2c2\"] { margin-left: auto !important; margin-right: auto !important; float: none; width: 100%; z-index: 3; position: relative; }#tcb_landing_page a.tve_state_hover:not(.tcb-button-link) { color: rgb(179, 144, 57); }[data-css=\"tve-u-1642b26f466\"] { margin: 0px auto 20px !important; float: none; width: 100%; z-index: 3; position: relative; }[data-css=\"tve-u-1642b25c464\"] { padding: 5px !important; background-image: none !important; }[data-css=\"tve-u-1642b20c920\"] strong { font-weight: 700 !important; }#tve_editor [data-css=\"tve-u-1642b20c920\"] { font-size: 16px !important; font-family: Montserrat !important; font-weight: 400 !important; }[data-css=\"tve-u-16035acf904\"] strong { font-weight: 700 !important; }#tve_editor [data-css=\"tve-u-16035acf904\"] { font-size: 24px !important; font-family: Montserrat !important; font-weight: 400 !important; text-transform: capitalize !important; }[data-css=\"tve-u-1642b1d750f\"] { background-image: linear-gradient(rgb(0, 0, 0), rgb(0, 0, 0)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }#tve_editor [data-css=\"tve-u-1642b1d2e7a\"] p, #tve_editor [data-css=\"tve-u-1642b1d2e7a\"] li, #tve_editor [data-css=\"tve-u-1642b1d2e7a\"] blockquote, #tve_editor [data-css=\"tve-u-1642b1d2e7a\"] address, #tve_editor [data-css=\"tve-u-1642b1d2e7a\"] .tcb-plain-text, #tve_editor [data-css=\"tve-u-1642b1d2e7a\"] h1, #tve_editor [data-css=\"tve-u-1642b1d2e7a\"] h2, #tve_editor [data-css=\"tve-u-1642b1d2e7a\"] h3, #tve_editor [data-css=\"tve-u-1642b1d2e7a\"] h4, #tve_editor [data-css=\"tve-u-1642b1d2e7a\"] h5, #tve_editor [data-css=\"tve-u-1642b1d2e7a\"] h6 { color: rgb(255, 255, 255); }[data-css=\"tve-u-16416ab0690\"] { padding: 30px 20px !important; }.tcb-plain-text strong { font-weight: 700; }.tcb-plain-text { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page a strong { font-weight: 700; }#tcb_landing_page h6 strong { font-weight: 700; }#tcb_landing_page h5 strong { font-weight: 700; }#tcb_landing_page h4 strong { font-weight: 700; }#tcb_landing_page h6 { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); font-size: 20px; }#tcb_landing_page h5 { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); font-size: 24px; }#tcb_landing_page h4 { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); font-size: 30px; }#tcb_landing_page a:not(.tcb-button-link) { color: rgb(255, 255, 255); text-decoration: underline; }#tcb_landing_page h3 strong { font-weight: 700; }#tcb_landing_page h3 { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); font-size: 38px; line-height: 1.3em; }#tcb_landing_page h2 strong { font-weight: 700; }#tcb_landing_page h2 { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); font-size: 45px; line-height: 1.3em; }#tcb_landing_page h1 strong { font-weight: 700; }#tcb_landing_page h1 { font-family: Montserrat; font-weight: 400; font-size: 50px; line-height: 1.3em; color: rgb(255, 255, 255); }#tcb_landing_page p strong, #tcb_landing_page li strong { font-weight: 700; }#tcb_landing_page p, #tcb_landing_page li { font-family: Montserrat; font-weight: 400; font-size: 17px; line-height: 1.6em; color: rgb(255, 255, 255); }[data-css=\"tve-u-15e09c94f7d\"] { background-color: rgb(255, 255, 255); }#tcb_landing_page a:hover:not(.tcb-button-link) { text-decoration: none; color: rgb(179, 144, 57); }#tcb_landing_page .tve-state-hovera:not(.tcb-button-link) { text-decoration: none; }#tcb_landing_page a.tve-state-hover:not(.tcb-button-link) { text-decoration: none; }[data-css=\"tve-u-1642b1d2e7a\"] { max-width: 1200px; }}@media (max-width: 1023px){[data-css=\"tve-u-1642b26f466\"] #menu-item-104 { padding-left: 2px !important; padding-right: 2px !important; }[data-css=\"tve-u-1642b26f466\"] #menu-item-103 { padding-left: 2px !important; padding-right: 2px !important; }[data-css=\"tve-u-1642b26f466\"] #menu-item-102 { padding-left: 2px !important; padding-right: 2px !important; }[data-css=\"tve-u-1642b26f466\"] #menu-item-109 { padding-left: 2px !important; padding-right: 2px !important; }[data-css=\"tve-u-1642b26f466\"] { margin: 0px auto !important; max-width: 1200px; float: none; width: 100%; z-index: 3; position: relative; padding: 5px !important; }}@media (max-width: 767px){#tve_editor [data-css=\"tve-u-16035acf904\"] { font-size: 36px !important; }}'),(1541,143,'tve_revision_tve_user_custom_css',''),(1542,143,'tve_revision_tve_page_events','a:0:{}'),(1543,143,'tve_revision_tve_globals','a:2:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";s:8:\"font_cls\";a:0:{}}'),(1544,143,'tve_revision_tve_global_scripts',''),(1545,143,'tve_revision_thrive_icon_pack','0'),(1546,143,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(1547,143,'tve_revision_tve_has_masonry','0'),(1548,143,'tve_revision_tve_has_typefocus','0'),(1549,143,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16416ab0690\" wfd-id=\"33\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1642b1d750f\" wfd-id=\"59\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1642b1d2e7a\" wfd-id=\"34\"><div class=\"thrv_wrapper thrv_widget_menu tve-custom-menu-upgrade tve-mobile-dropdown      tve-menu-style-style_1 on_hover\" data-tve-style=\"tve_horizontal\" data-tve-switch-icon=\"mobile\" data-css=\"tve-u-1642b26f466\" wfd-id=\"42\">	<div class=\"thrive-shortcode-config\" style=\"display: none !important\" wfd-id=\"58\">__CONFIG_widget_menu__{\"menu_id\":\"4\",\"color\":\"tve_red\",\"dir\":\"tve_horizontal\",\"font_class\":\"\",\"font_size\":\"\",\"ul_attr\":\"\",\"link_attr\":\"\",\"top_link_attr\":\"\",\"trigger_attr\":\"\",\"primary\":\"\",\"head_css\":\"\",\"background_hover\":\"\",\"main_hover\":\"\",\"child_hover\":\"\",\"group_edit\":[{\"css_id\":\"\",\"class\":\"\"},{\"css_id\":\"\",\"class\":\"\"},{\"css_id\":\"\",\"class\":\"\"},{\"css_id\":\"\",\"class\":\"\"}],\"menu_style\":\"style_1\",\"dropdown_icon\":\"\",\"mobile_side\":\"\",\"mobile_icon\":\"\",\"switch_to_icon\":\"mobile\"}__CONFIG_widget_menu__</div>\n</div><div class=\"thrv_wrapper thrv_heading\" style=\"\" data-tag=\"h1\" data-css=\"tve-u-1642b32e2c2\" wfd-id=\"39\"><h1 data-css=\"tve-u-16035acf904\"><strong>Privacy</strong></h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" data-css=\"tve-u-1642b25c464\" wfd-id=\"35\"><p data-css=\"tve-u-1642b20c920\">Privacy Policy</p><p data-css=\"tve-u-1642b20c920\">What personal information do we collect from the people that visit our blog, website or app?<br>When ordering or registering on our site, as appropriate, you may be asked to enter your name, email address, mailing address, phone number, credit card information or other details to help you with your experience.</p><p data-css=\"tve-u-1642b20c920\">When do we collect information?</p><p data-css=\"tve-u-1642b20c920\">We collect information from you when you register on our site, place an order, subscribe to a newsletter, respond to a survey, fill out a form or enter information on our site.</p><p data-css=\"tve-u-1642b20c920\">How do we use your information?</p><p data-css=\"tve-u-1642b20c920\">We may use the information we collect from you when you register, make a purchase, sign up for our newsletter, respond to a survey or marketing communication, surf the website, or use certain other site features in the following ways:<br>â€¢ To personalize user\'s experience and to allow us to deliver the type of content and product offerings in which you are most interested.<br>â€¢ To improve our website in order to better serve you.<br>â€¢ To allow us to better service you in responding to your customer service requests.<br>â€¢ To administer a contest, promotion, survey or other site feature.<br>â€¢ To quickly process your transactions.<br>â€¢ To send periodic emails regarding your order or other products and services.</p><p data-css=\"tve-u-1642b20c920\">How do we protect visitor information?</p><p data-css=\"tve-u-1642b20c920\">Our website is scanned on a regular basis for security holes and known vulnerabilities in order to make your visit to our site as safe as possible.<br>We use regular Malware Scanning.</p><p data-css=\"tve-u-1642b20c920\">Your personal information is contained behind secured networks and is only accessible by a limited number of persons who have special access rights to such systems, and are required to keep the information confidential. In addition, all sensitive/credit information you supply is encrypted via Secure Socket Layer (SSL) technology.</p><p data-css=\"tve-u-1642b20c920\">We implement a variety of security measures when a user places an order, enters, submits, or accesses their information to maintain the safety of your personal information.</p><p data-css=\"tve-u-1642b20c920\">All transactions are processed through a gateway provider and are not stored or processed on our servers.</p><p data-css=\"tve-u-1642b20c920\">Do we use \'cookies\'?</p><p data-css=\"tve-u-1642b20c920\">Yes. Cookies are small files that a site or its service provider transfers to your computer\'s hard drive through your Web browser (if you allow) that enable the site\'s or service provider\'s systems to recognize your browser and capture and remember certain information. For instance, we use cookies to help us remember and process the items in your shopping cart. They are also used to help us understand your preferences based on previous or current site activity, which enables us to provide you with improved services. We also use cookies to help us compile aggregate data about site traffic and site interaction so that we can offer better site experiences and tools in the future.</p><p data-css=\"tve-u-1642b20c920\">We use cookies to:</p><p data-css=\"tve-u-1642b20c920\">â€¢ Help remember and process the items in the shopping cart.<br>â€¢ Understand and save user\'s preferences for future visits.<br>You can choose to have your computer warn you each time a cookie is being sent, or you can choose to turn off all cookies. You do this through your browser (like Internet Explorer) settings. Each browser is a little different, so look at your browser\'s Help menu to learn the correct way to modify your cookies.<br>If users disable cookies in their browser:<br>If you turn off cookies, some features will be disabled. However, you can still place orders for<br>saved items in your shopping cart over the telephone by contacting customer service.</p><p data-css=\"tve-u-1642b20c920\">Third Party Disclosure</p><p data-css=\"tve-u-1642b20c920\">We do not sell, trade, or otherwise transfer to outside parties your personally identifiable information.</p><p data-css=\"tve-u-1642b20c920\">Third party links</p><p data-css=\"tve-u-1642b20c920\">Occasionally, at our discretion, we may include or offer third party products or services on our website. These third party sites have separate and independent privacy policies. We therefore have no responsibility or liability for the content and activities of these linked sites. Nonetheless, we seek to protect the integrity of our site and welcome any feedback about these sites.</p><p data-css=\"tve-u-1642b20c920\">Google</p><p data-css=\"tve-u-1642b20c920\">Google\'s advertising requirements can be summed up by Google\'s Advertising Principles. They are put in place to provide a positive experience for users. https://support.google.com/adwordspolicy/answer/1316548?hl=en<br>Opting out:<br>Users can set preferences for how Google advertises to you using the Google Ad Settings page. Alternatively, you can opt out by visiting the Network Advertising initiative opt out page or permanently using the Google Analytics Opt Out Browser add on.<br>California Online Privacy Protection Act<br>CalOPPA is the first state law in the nation to require commercial websites and online services to post a privacy policy. The law\'s reach stretches well beyond California to require a person or company in the United States (and conceivably the world) that operates websites collecting personally identifiable information from California consumers to post a conspicuous privacy policy on its website stating exactly the information being collected and those individuals with whom it is being shared, and to comply with this policy.<br>See more at: http://consumercal.org/california-online-privacy-protection-act-caloppa/#sthash.0FdRbT51.dpuf<br>According to CalOPPA we agree to the following:<br>Users can visit our site anonymously<br>Once this privacy policy is created, we will add a link to it on our home page, or as a minimum on the first significant page after entering our website.<br>Our Privacy Policy link includes the word \'Privacy\', and can be easily be found on the page specified above.<br>Users will be notified of any privacy policy changes:<br>â€¢ On our Privacy Policy Page<br>Users are able to change their personal information:<br>â€¢ By emailing us<br>â€¢ By calling us</p><p data-css=\"tve-u-1642b20c920\">How does our site handle do not track signals?</p><p data-css=\"tve-u-1642b20c920\">We honor do not track signals and do not track, plant cookies, or use advertising when a Do Not Track (DNT) browser mechanism is in place.</p><p data-css=\"tve-u-1642b20c920\">Does our site allow third party behavioral tracking?</p><p data-css=\"tve-u-1642b20c920\">It\'s also important to note that we do not allow third party behavioral tracking<br>COPPA (Children Online Privacy Protection Act)<br>When it comes to the collection of personal information from children under 13, the Children\'s Online Privacy Protection Act (COPPA) puts parents in control. The Federal Trade Commission, the nation\'s consumer protection agency, enforces the COPPA Rule, which spells out what operators of websites and online services must do to protect children\'s privacy and safety online.</p><p data-css=\"tve-u-1642b20c920\">We do not specifically market to children under 13.</p><p data-css=\"tve-u-1642b20c920\">Fair Information Practices</p><p data-css=\"tve-u-1642b20c920\">The Fair Information Practices Principles form the backbone of privacy law in the United States and the concepts they include have played a significant role in the development of data protection laws around the globe. Understanding the Fair Information Practice Principles and how they should be implemented is critical to comply with the various privacy laws that protect personal information.<br>In order to be in line with Fair Information Practices we will take the following responsive action, should a data breach occur:<br>â€¢ Within 7 business days<br>We will notify the users via in site notification<br>â€¢ Within 7 business days<br>We also agree to the individual redress principle, which requires that individuals have a right to pursue legally enforceable rights against data collectors and processors who fail to adhere to the law. This principle requires not only that individuals have enforceable rights against data users, but also that individuals have recourse to courts or a government agency to investigate and/or prosecute non-compliance by data processors.<br>CAN SPAM Act<br>The CAN-SPAM Act is a law that sets the rules for commercial email, establishes requirements for commercial messages, gives recipients the right to have emails stopped from being sent to them, and spells out tough penalties for violations.</p><p data-css=\"tve-u-1642b20c920\">We collect your email address in order to:</p><p data-css=\"tve-u-1642b20c920\">â€¢ Send information, respond to inquiries, and/or other requests or questions.<br>â€¢ Process orders and to send information and updates pertaining to orders<br>â€¢ Market to our mailing list or continue to send emails to our clients after the original transaction has occurred<br>To be in accordance with CANSPAM we agree to the following:<br>â€¢ NOT use false, or misleading subjects or email addresses<br>â€¢ Identify the message as an advertisement in some reasonable way<br>â€¢ Include the physical address of our business or site headquarters<br>â€¢ Monitor third party email marketing services for compliance, if one is used.<br>â€¢ Honor opt-out/unsubscribe requests quickly<br>â€¢ Allow users to unsubscribe by using the link at the bottom of each email<br>If at any time you would like to unsubscribe from receiving future emails, you can email us at<br>â€¢ Follow the instructions at the bottom of each email. and we will promptly remove you from ALL correspondence.</p><p data-css=\"tve-u-1642b20c920\">Contacting Us</p><p data-css=\"tve-u-1642b20c920\">If there are any questions regarding this privacy policy you may contact us using the information below.<br>Blackhawk Custom, LLC.<br>825 South Kings Highway<br>Fort Pierce, FL 34945<br>United States<br>https://www.blackhawkcustom.com<br>Conditions of use:</p><p data-css=\"tve-u-1642b20c920\">By using this website, you agree to all of our terms and conditions of the sale<br>All sales are final (See our refund policy)</p></div></div>\n</div>'),(1550,143,'tve_revision_tve_has_wistia_popover','0'),(5953,525,'_menu_item_orphaned','1551913168'),(5952,525,'_menu_item_url',''),(5951,525,'_menu_item_xfn',''),(5950,525,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(5949,525,'_menu_item_target',''),(1952,177,'tve_revision_tve_content_more_found',''),(1953,177,'tve_revision_tve_save_post',''),(1954,177,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Montserrat:400,700&subset=latin\");@media (min-width: 300px){#tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] p, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] li, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] blockquote, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] address, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] .tcb-plain-text, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] h1, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] h2, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] h3, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] h4, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] h5, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] h6 { color: rgb(255, 255, 255); }[data-css=\"tve-u-1642b26f466\"] #menu-item-153.menu-item { margin-right: 0px; }[data-css=\"tve-u-1642b26f466\"] #menu-item-104.menu-item { margin-right: 0px; }[data-css=\"tve-u-1642b26f466\"] #menu-item-103.menu-item { margin-right: 0px; }[data-css=\"tve-u-1642b26f466\"] #menu-item-102.menu-item { margin-right: 0px; }[data-css=\"tve-u-1642b26f466\"] #menu-item-109.menu-item { margin-right: 0px; }[data-css=\"tve-u-1642b667be5\"] { max-width: 1200px; float: none; width: 100%; padding: 5px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1642b26f466\"] #menu-item-153 { float: none; padding: 0px 28px !important; margin-left: auto !important; margin-right: auto !important; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-153:hover > a { fill: rgb(179, 144, 57) !important; color: rgb(179, 144, 57) !important; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-153 > a { fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; font-size: 16px !important; }[data-css=\"tve-u-1642b26f466\"] #menu-item-104 { text-align: center; float: none; padding: 0px 28px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1642b26f466\"] #menu-item-103 { text-align: center; float: none; padding: 0px 28px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1642b26f466\"] #menu-item-102 { text-align: center; float: none; padding: 0px 28px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1642b26f466\"] #menu-item-109 { text-align: center; float: none; padding: 0px 28px !important; margin-left: auto !important; margin-right: auto !important; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-104:hover > a { fill: rgb(179, 144, 57) !important; color: rgb(179, 144, 57) !important; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-103:hover > a { fill: rgb(179, 144, 57) !important; color: rgb(179, 144, 57) !important; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-102:hover > a { fill: rgb(179, 144, 57) !important; color: rgb(179, 144, 57) !important; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-109:hover > a { fill: rgb(179, 144, 57) !important; color: rgb(179, 144, 57) !important; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-104 > a { fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-103 > a { fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-102 > a { fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-109 > a { fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; font-size: 16px !important; }[data-css=\"tve-u-1642b26f466\"] .tve_w_menu { background-image: none !important; background-color: rgb(0, 0, 0) !important; }[data-css=\"tve-u-1642b32e2c2\"] { float: none; z-index: 3; position: relative; width: 100%; margin-left: auto !important; margin-right: auto !important; }#tcb_landing_page a.tve_state_hover:not(.tcb-button-link) { color: rgb(179, 144, 57); }[data-css=\"tve-u-1642b26f466\"] { float: none; width: 100%; z-index: 3; position: relative; margin: 0px auto 20px !important; padding-bottom: 2px !important; }[data-css=\"tve-u-1642b25c464\"] { padding: 5px !important; background-image: none !important; }[data-css=\"tve-u-1642b20c920\"] strong { font-weight: 700 !important; }#tve_editor [data-css=\"tve-u-1642b20c920\"] { font-size: 16px !important; font-family: Montserrat !important; font-weight: 400 !important; }[data-css=\"tve-u-16035acf904\"] strong { font-weight: 700 !important; }#tve_editor [data-css=\"tve-u-16035acf904\"] { font-size: 24px !important; font-family: Montserrat !important; font-weight: 400 !important; text-transform: capitalize !important; }.tcb-plain-text strong { font-weight: 700; }.tcb-plain-text { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page a strong { font-weight: 700; }#tcb_landing_page h6 strong { font-weight: 700; }#tcb_landing_page h5 strong { font-weight: 700; }#tcb_landing_page h4 strong { font-weight: 700; }#tcb_landing_page h6 { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); font-size: 20px; }#tcb_landing_page h5 { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); font-size: 24px; }#tcb_landing_page h4 { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); font-size: 30px; }#tcb_landing_page a:not(.tcb-button-link) { color: rgb(255, 255, 255); text-decoration: underline; }#tcb_landing_page h3 strong { font-weight: 700; }#tcb_landing_page h3 { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); font-size: 38px; line-height: 1.3em; }#tcb_landing_page h2 strong { font-weight: 700; }#tcb_landing_page h2 { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); font-size: 45px; line-height: 1.3em; }#tcb_landing_page h1 strong { font-weight: 700; }#tcb_landing_page h1 { font-family: Montserrat; font-weight: 400; font-size: 50px; line-height: 1.3em; color: rgb(255, 255, 255); }#tcb_landing_page p strong, #tcb_landing_page li strong { font-weight: 700; }#tcb_landing_page p, #tcb_landing_page li { font-family: Montserrat; font-weight: 400; font-size: 17px; line-height: 1.6em; color: rgb(255, 255, 255); }[data-css=\"tve-u-15e09c94f7d\"] { background-color: rgb(0, 0, 0) !important; }#tcb_landing_page a:hover:not(.tcb-button-link) { text-decoration: none; color: rgb(179, 144, 57); }#tcb_landing_page .tve-state-hovera:not(.tcb-button-link) { text-decoration: none; }#tcb_landing_page a.tve-state-hover:not(.tcb-button-link) { text-decoration: none; }[data-css=\"tve-u-1642b6ef7e6\"]::after { clear: both; }}@media (max-width: 1023px){#tcb_landing_page a:not(.tcb-button-link) { color: rgb(0, 0, 0); }.tcb-plain-text { color: rgb(0, 0, 0); }#tcb_landing_page p, #tcb_landing_page li { color: rgb(0, 0, 0); }#tcb_landing_page h6 { color: rgb(0, 0, 0); }#tcb_landing_page h5 { color: rgb(0, 0, 0); }#tcb_landing_page h4 { color: rgb(0, 0, 0); }#tcb_landing_page h3 { color: rgb(0, 0, 0); }#tcb_landing_page h2 { color: rgb(0, 0, 0); }#tcb_landing_page h1 { color: rgb(0, 0, 0); }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-153 > a { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-104 > a { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-103 > a { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-102 > a { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-109 > a { font-size: 16px !important; }[data-css=\"tve-u-1642b26f466\"] #menu-item-153 { float: none; padding-left: 0px !important; padding-right: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1642b26f466\"] #menu-item-104 { float: none; padding-left: 0px !important; padding-right: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1642b26f466\"] #menu-item-103 { float: none; padding-left: 0px !important; padding-right: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1642b26f466\"] #menu-item-102 { float: none; padding-left: 0px !important; padding-right: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1642b26f466\"] #menu-item-109 { float: none; padding-left: 0px !important; padding-right: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1642b26f466\"] { max-width: 1200px; float: none; width: 100%; z-index: 3; position: relative; margin: 0px auto !important; padding: 5px !important; }}@media (max-width: 767px){#tve_editor [data-css=\"tve-u-16035acf904\"] { font-size: 36px !important; }}'),(3442,321,'tve_revision_tve_landing_page','tcb2-blank-page-styled'),(1949,177,'tve_revision_tve_landing_page','tcb2-blank-page-styled'),(1950,177,'tve_revision_tve_disable_theme_dependency','1'),(1951,177,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1642b667be5\" style=\"z-index: 8;\" wfd-id=\"56\">\n<div class=\"tve-content-box-background\" wfd-id=\"84\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1642b6ef7e6\" style=\"z-index: 8;\" wfd-id=\"57\"><div class=\"thrv_wrapper thrv_widget_menu tve-custom-menu-upgrade tve-mobile-dropdown tve-menu-style-style_1\" data-tve-style=\"tve_horizontal\" data-tve-switch-icon=\"tablet,mobile\" data-css=\"tve-u-1642b26f466\" style=\"z-index: 8;\" wfd-id=\"65\">	<div class=\"thrive-shortcode-config\" style=\"display: none !important\" wfd-id=\"83\">__CONFIG_widget_menu__{\"menu_id\":\"4\",\"color\":\"tve_red\",\"dir\":\"tve_horizontal\",\"font_class\":\"\",\"font_size\":\"\",\"ul_attr\":\"\",\"link_attr\":\"\",\"top_link_attr\":\"\",\"trigger_attr\":\"\",\"primary\":\"\",\"head_css\":\"\",\"background_hover\":\"\",\"main_hover\":\"\",\"child_hover\":\"\",\"group_edit\":[{\"css_id\":\"\",\"class\":\"\"},{\"css_id\":\"\",\"class\":\"\"},{\"css_id\":\"\",\"class\":\"\"},{\"css_id\":\"\",\"class\":\"\"},{\"css_id\":null,\"class\":\"\"}],\"menu_style\":\"style_1\",\"dropdown_icon\":\"\",\"mobile_side\":\"\",\"mobile_icon\":\"\",\"switch_to_icon\":\"tablet,mobile\"}__CONFIG_widget_menu__</div>\n</div><div class=\"thrv_wrapper thrv_heading\" style=\"\" data-tag=\"h1\" data-css=\"tve-u-1642b32e2c2\" wfd-id=\"62\"><h1 data-css=\"tve-u-16035acf904\" style=\"text-align: center;\"><strong>Privacy</strong></h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" data-css=\"tve-u-1642b25c464\" wfd-id=\"58\"><p data-css=\"tve-u-1642b20c920\">Privacy Policy</p><p data-css=\"tve-u-1642b20c920\">What personal information do we collect from the people that visit our blog, website or app?<br>When ordering or registering on our site, as appropriate, you may be asked to enter your name, email address, mailing address, phone number, credit card information or other details to help you with your experience.</p><p data-css=\"tve-u-1642b20c920\">When do we collect information?</p><p data-css=\"tve-u-1642b20c920\">We collect information from you when you register on our site, place an order, subscribe to a newsletter, respond to a survey, fill out a form or enter information on our site.</p><p data-css=\"tve-u-1642b20c920\">How do we use your information?</p><p data-css=\"tve-u-1642b20c920\">We may use the information we collect from you when you register, make a purchase, sign up for our newsletter, respond to a survey or marketing communication, surf the website, or use certain other site features in the following ways:<br>â€¢ To personalize user\'s experience and to allow us to deliver the type of content and product offerings in which you are most interested.<br>â€¢ To improve our website in order to better serve you.<br>â€¢ To allow us to better service you in responding to your customer service requests.<br>â€¢ To administer a contest, promotion, survey or other site feature.<br>â€¢ To quickly process your transactions.<br>â€¢ To send periodic emails regarding your order or other products and services.</p><p data-css=\"tve-u-1642b20c920\">How do we protect visitor information?</p><p data-css=\"tve-u-1642b20c920\">Our website is scanned on a regular basis for security holes and known vulnerabilities in order to make your visit to our site as safe as possible.<br>We use regular Malware Scanning.</p><p data-css=\"tve-u-1642b20c920\">Your personal information is contained behind secured networks and is only accessible by a limited number of persons who have special access rights to such systems, and are required to keep the information confidential. In addition, all sensitive/credit information you supply is encrypted via Secure Socket Layer (SSL) technology.</p><p data-css=\"tve-u-1642b20c920\">We implement a variety of security measures when a user places an order, enters, submits, or accesses their information to maintain the safety of your personal information.</p><p data-css=\"tve-u-1642b20c920\">All transactions are processed through a gateway provider and are not stored or processed on our servers.</p><p data-css=\"tve-u-1642b20c920\">Do we use \'cookies\'?</p><p data-css=\"tve-u-1642b20c920\">Yes. Cookies are small files that a site or its service provider transfers to your computer\'s hard drive through your Web browser (if you allow) that enable the site\'s or service provider\'s systems to recognize your browser and capture and remember certain information. For instance, we use cookies to help us remember and process the items in your shopping cart. They are also used to help us understand your preferences based on previous or current site activity, which enables us to provide you with improved services. We also use cookies to help us compile aggregate data about site traffic and site interaction so that we can offer better site experiences and tools in the future.</p><p data-css=\"tve-u-1642b20c920\">We use cookies to:</p><p data-css=\"tve-u-1642b20c920\">â€¢ Help remember and process the items in the shopping cart.<br>â€¢ Understand and save user\'s preferences for future visits.<br>You can choose to have your computer warn you each time a cookie is being sent, or you can choose to turn off all cookies. You do this through your browser (like Internet Explorer) settings. Each browser is a little different, so look at your browser\'s Help menu to learn the correct way to modify your cookies.<br>If users disable cookies in their browser:<br>If you turn off cookies, some features will be disabled. However, you can still place orders for<br>saved items in your shopping cart over the telephone by contacting customer service.</p><p data-css=\"tve-u-1642b20c920\">Third Party Disclosure</p><p data-css=\"tve-u-1642b20c920\">We do not sell, trade, or otherwise transfer to outside parties your personally identifiable information.</p><p data-css=\"tve-u-1642b20c920\">Third party links</p><p data-css=\"tve-u-1642b20c920\">Occasionally, at our discretion, we may include or offer third party products or services on our website. These third party sites have separate and independent privacy policies. We therefore have no responsibility or liability for the content and activities of these linked sites. Nonetheless, we seek to protect the integrity of our site and welcome any feedback about these sites.</p><p data-css=\"tve-u-1642b20c920\">Google</p><p data-css=\"tve-u-1642b20c920\">Google\'s advertising requirements can be summed up by Google\'s Advertising Principles. They are put in place to provide a positive experience for users. https://support.google.com/adwordspolicy/answer/1316548?hl=en<br>Opting out:<br>Users can set preferences for how Google advertises to you using the Google Ad Settings page. Alternatively, you can opt out by visiting the Network Advertising initiative opt out page or permanently using the Google Analytics Opt Out Browser add on.<br>California Online Privacy Protection Act<br>CalOPPA is the first state law in the nation to require commercial websites and online services to post a privacy policy. The law\'s reach stretches well beyond California to require a person or company in the United States (and conceivably the world) that operates websites collecting personally identifiable information from California consumers to post a conspicuous privacy policy on its website stating exactly the information being collected and those individuals with whom it is being shared, and to comply with this policy.<br>See more at: http://consumercal.org/california-online-privacy-protection-act-caloppa/#sthash.0FdRbT51.dpuf<br>According to CalOPPA we agree to the following:<br>Users can visit our site anonymously<br>Once this privacy policy is created, we will add a link to it on our home page, or as a minimum on the first significant page after entering our website.<br>Our Privacy Policy link includes the word \'Privacy\', and can be easily be found on the page specified above.<br>Users will be notified of any privacy policy changes:<br>â€¢ On our Privacy Policy Page<br>Users are able to change their personal information:<br>â€¢ By emailing us<br>â€¢ By calling us</p><p data-css=\"tve-u-1642b20c920\">How does our site handle do not track signals?</p><p data-css=\"tve-u-1642b20c920\">We honor do not track signals and do not track, plant cookies, or use advertising when a Do Not Track (DNT) browser mechanism is in place.</p><p data-css=\"tve-u-1642b20c920\">Does our site allow third party behavioral tracking?</p><p data-css=\"tve-u-1642b20c920\">It\'s also important to note that we do not allow third party behavioral tracking<br>COPPA (Children Online Privacy Protection Act)<br>When it comes to the collection of personal information from children under 13, the Children\'s Online Privacy Protection Act (COPPA) puts parents in control. The Federal Trade Commission, the nation\'s consumer protection agency, enforces the COPPA Rule, which spells out what operators of websites and online services must do to protect children\'s privacy and safety online.</p><p data-css=\"tve-u-1642b20c920\">We do not specifically market to children under 13.</p><p data-css=\"tve-u-1642b20c920\">Fair Information Practices</p><p data-css=\"tve-u-1642b20c920\">The Fair Information Practices Principles form the backbone of privacy law in the United States and the concepts they include have played a significant role in the development of data protection laws around the globe. Understanding the Fair Information Practice Principles and how they should be implemented is critical to comply with the various privacy laws that protect personal information.<br>In order to be in line with Fair Information Practices we will take the following responsive action, should a data breach occur:<br>â€¢ Within 7 business days<br>We will notify the users via in site notification<br>â€¢ Within 7 business days<br>We also agree to the individual redress principle, which requires that individuals have a right to pursue legally enforceable rights against data collectors and processors who fail to adhere to the law. This principle requires not only that individuals have enforceable rights against data users, but also that individuals have recourse to courts or a government agency to investigate and/or prosecute non-compliance by data processors.<br>CAN SPAM Act<br>The CAN-SPAM Act is a law that sets the rules for commercial email, establishes requirements for commercial messages, gives recipients the right to have emails stopped from being sent to them, and spells out tough penalties for violations.</p><p data-css=\"tve-u-1642b20c920\">We collect your email address in order to:</p><p data-css=\"tve-u-1642b20c920\">â€¢ Send information, respond to inquiries, and/or other requests or questions.<br>â€¢ Process orders and to send information and updates pertaining to orders<br>â€¢ Market to our mailing list or continue to send emails to our clients after the original transaction has occurred<br>To be in accordance with CANSPAM we agree to the following:<br>â€¢ NOT use false, or misleading subjects or email addresses<br>â€¢ Identify the message as an advertisement in some reasonable way<br>â€¢ Include the physical address of our business or site headquarters<br>â€¢ Monitor third party email marketing services for compliance, if one is used.<br>â€¢ Honor opt-out/unsubscribe requests quickly<br>â€¢ Allow users to unsubscribe by using the link at the bottom of each email<br>If at any time you would like to unsubscribe from receiving future emails, you can email us at<br>â€¢ Follow the instructions at the bottom of each email. and we will promptly remove you from ALL correspondence.</p><p data-css=\"tve-u-1642b20c920\">Contacting Us</p><p data-css=\"tve-u-1642b20c920\">If there are any questions regarding this privacy policy you may contact us using the information below.<br>Blackhawk Custom, LLC.<br>825 South Kings Highway<br>Fort Pierce, FL 34945<br>United States<br>https://www.blackhawkcustom.com<br>Conditions of use:</p><p data-css=\"tve-u-1642b20c920\">By using this website, you agree to all of our terms and conditions of the sale<br>All sales are final (See our refund policy)</p></div></div>\n</div>'),(1619,157,'tve_revision_tve_landing_page','blank_v2'),(1620,157,'tve_revision_tve_disable_theme_dependency',''),(1621,157,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"z-index: 8;\" wfd-id=\"37\">\n<div class=\"tve-content-box-background\" wfd-id=\"64\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" style=\"z-index: 8;\" wfd-id=\"38\"><div class=\"thrv_wrapper thrv_widget_menu tve-custom-menu-upgrade      tve-mobile-side-fullscreen tve-menu-style-style_1 on_hover\" data-tve-style=\"tve_horizontal\" data-tve-switch-icon=\"mobile\" data-css=\"tve-u-1642ae797d9\" wfd-id=\"45\">\n<div class=\"thrive-shortcode-config\" style=\"display: none !important\" wfd-id=\"63\">__CONFIG_widget_menu__{\"menu_id\":4,\"color\":\"tve_red\",\"dir\":\"tve_horizontal\",\"font_class\":\"\",\"font_size\":\"\",\"ul_attr\":\"\",\"link_attr\":\"\",\"top_link_attr\":\"\",\"trigger_attr\":\"\",\"primary\":\"\",\"head_css\":\"\",\"background_hover\":\"\",\"main_hover\":\"\",\"child_hover\":\"\",\"group_edit\":[],\"menu_style\":\"style_1\",\"dropdown_icon\":\"\",\"mobile_side\":\"fullscreen\",\"mobile_icon\":\"\",\"switch_to_icon\":\"mobile\"}__CONFIG_widget_menu__</div>\n</div><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" wfd-id=\"42\"><h2>Terms &amp; Conditions</h2></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"39\"><p>TERMS OF SERVICE<br><br>-----<br><br>OVERVIEW<br><br>This website is operated by Blackhawk Custom, LLC. Throughout the site, the terms â€œweâ€, â€œusâ€ and â€œourâ€ refer to Blackhawk Custom, LLC. Blackhawk Custom, LLC offers this website, including all information, tools and services available from this site to you, the user, conditioned upon your acceptance of all terms, conditions, policies and notices stated here.<br><br>By visiting our site and/ or purchasing something from us, you engage in our â€œServiceâ€ and agree to be bound by the following terms and conditions (â€œTerms of Serviceâ€, â€œTermsâ€), including those additional terms, conditions, and policies referenced herein and/or available by hyperlink. These Terms of Service apply to all users of the site, including without limitation users who are browsers, vendors, customers, merchants, and/ or contributors of content.<br><br>Please read these Terms of Service carefully before accessing or using our website. By accessing or using any part of the site, you agree to be bound by these Terms of Service. If you do not agree to all the terms and conditions of this agreement, then you may not access the website or use any services. If these Terms of Service are considered an offer, acceptance is expressly limited to these Terms of Service.<br><br>Any new features or tools which are added to the current store shall also be subject to the Terms of Service. You can review the most current version of the Terms of Service at any time on this page. We reserve the right to update, change or replace any part of these Terms of Service by posting updates and/or changes to our website. It is your responsibility to check this page periodically for changes. Your continued use of or access to the website following the posting of any changes constitutes acceptance of those changes.<br><br>SECTION 1 - ONLINE STORE TERMS<br><br>By agreeing to these Terms of Service, you represent that you are at least the age of majority in your state or province of residence, or that you are the age of majority in your state or province of residence and you have given us your consent to allow any of your minor dependents to use this site.<br>You may not use our products for any illegal or unauthorized purpose nor may you, in the use of the Service, violate any laws in your jurisdiction (including but not limited to copyright laws).<br>You must not transmit any worms or viruses or any code of a destructive nature.<br>A breach or violation of any of the Terms will result in an immediate termination of your Services.<br><br>SECTION 2 - GENERAL CONDITIONS<br><br>We reserve the right to refuse service to anyone for any reason at any time.<br>You understand that your content (not including credit card information), may be transferred unencrypted and involve (a) transmissions over various networks; and (b) changes to conform and adapt to technical requirements of connecting networks or devices. Credit card information is always encrypted during transfer over networks.<br>You agree not to reproduce, duplicate, copy, sell, resell or exploit any portion of the Service, use of the Service, or access to the Service or any contact on the website through which the service is provided, without express written permission by us.<br>The headings used in this agreement are included for convenience only and will not limit or otherwise affect these Terms.<br><br>SECTION 3 - ACCURACY, COMPLETENESS AND TIMELINESS OF INFORMATION<br><br>We are not responsible if information made available on this site is not accurate, complete or current. The material on this site is provided for general information only and should not be relied upon or used as the sole basis for making decisions without consulting primary, more accurate, more complete or more timely sources of information. Any reliance on the material on this site is at your own risk.<br>This site may contain certain historical information. Historical information, necessarily, is not current and is provided for your reference only. We reserve the right to modify the contents of this site at any time, but we have no obligation to update any information on our site. You agree that it is your responsibility to monitor changes to our site.<br><br>SECTION 4 - MODIFICATIONS TO THE SERVICE AND PRICES<br><br>The prices for our products are subject to change without notice.<br>We reserve the right at any time to modify or discontinue the Service (or any part or content thereof) without notice at any time.<br>We shall not be liable to you or to any third-party for any modification, price change, suspension or discontinuance of the Service.<br><br>SECTION 5 - PRODUCTS OR SERVICES (if applicable)<br><br>Certain products or services may be available exclusively online through the website. These products or services may have limited quantities and are subject to return or exchange only according to our Return Policy.<br>We have made every effort to display as accurately as possible the colors and images of our products that appear at the store. We cannot guarantee that your computer monitor\'s display of any color will be accurate.<br>We reserve the right, but are not obligated, to limit the sales of our products or Services to any person, geographic region or jurisdiction. We may exercise this right on a case-by-case basis. We reserve the right to limit the quantities of any products or services that we offer. All descriptions of products or product pricing are subject to change at anytime without notice, at the sole discretion of us. We reserve the right to discontinue any product at any time. Any offer for any product or service made on this site is void where prohibited.<br>We do not warrant that the quality of any products, services, information, or other material purchased or obtained by you will meet your expectations, or that any errors in the Service will be corrected.<br><br>SECTION 6 - ACCURACY OF BILLING AND ACCOUNT INFORMATION<br><br>We reserve the right to refuse any order you place with us. We may, in our sole discretion, limit or cancel quantities purchased per person, per household or per order. These restrictions may include orders placed by or under the same customer account, the same credit card, and/or orders that use the same billing and/or shipping address. In the event that we make a change to or cancel an order, we may attempt to notify you by contacting the e-mail and/or billing address/phone number provided at the time the order was made. We reserve the right to limit or prohibit orders that, in our sole judgment, appear to be placed by dealers, resellers or distributors.<br><br>You agree to provide current, complete and accurate purchase and account information for all purchases made at our store. You agree to promptly update your account and other information, including your email address and credit card numbers and expiration dates, so that we can complete your transactions and contact you as needed.<br><br>For more detail, please review our Returns Policy.<br><br>SECTION 7 - OPTIONAL TOOLS<br><br>We may provide you with access to third-party tools over which we neither monitor nor have any control nor input.<br>You acknowledge and agree that we provide access to such tools â€as isâ€ and â€œas availableâ€ without any warranties, representations or conditions of any kind and without any endorsement. We shall have no liability whatsoever arising from or relating to your use of optional third-party tools.<br>Any use by you of optional tools offered through the site is entirely at your own risk and discretion and you should ensure that you are familiar with and approve of the terms on which tools are provided by the relevant third-party provider(s).<br>We may also, in the future, offer new services and/or features through the website (including, the release of new tools and resources). Such new features and/or services shall also be subject to these Terms of Service.<br><br>SECTION 8 - THIRD-PARTY LINKS<br><br>Certain content, products and services available via our Service may include materials from third-parties.<br>Third-party links on this site may direct you to third-party websites that are not affiliated with us. We are not responsible for examining or evaluating the content or accuracy and we do not warrant and will not have any liability or responsibility for any third-party materials or websites, or for any other materials, products, or services of third-parties.<br>We are not liable for any harm or damages related to the purchase or use of goods, services, resources, content, or any other transactions made in connection with any third-party websites. Please review carefully the third-party\'s policies and practices and make sure you understand them before you engage in any transaction. Complaints, claims, concerns, or questions regarding third-party products should be directed to the third-party.<br><br>SECTION 9 - USER COMMENTS, FEEDBACK AND OTHER SUBMISSIONS<br><br>If, at our request, you send certain specific submissions (for example contest entries) or without a request from us you send creative ideas, suggestions, proposals, plans, or other materials, whether online, by email, by postal mail, or otherwise (collectively, \'comments\'), you agree that we may, at any time, without restriction, edit, copy, publish, distribute, translate and otherwise use in any medium any comments that you forward to us. We are and shall be under no obligation (1) to maintain any comments in confidence; (2) to pay compensation for any comments; or (3) to respond to any comments.<br>We may, but have no obligation to, monitor, edit or remove content that we determine in our sole discretion are unlawful, offensive, threatening, libelous, defamatory, pornographic, obscene or otherwise objectionable or violates any partyâ€™s intellectual property or these Terms of Service.<br>You agree that your comments will not violate any right of any third-party, including copyright, trademark, privacy, personality or other personal or proprietary right. You further agree that your comments will not contain libelous or otherwise unlawful, abusive or obscene material, or contain any computer virus or other malware that could in any way affect the operation of the Service or any related website. You may not use a false e-mail address, pretend to be someone other than yourself, or otherwise mislead us or third-parties as to the origin of any comments. You are solely responsible for any comments you make and their accuracy. We take no responsibility and assume no liability for any comments posted by you or any third-party.<br><br>SECTION 10 - PERSONAL INFORMATION<br><br>Your submission of personal information through the store is governed by our Privacy Policy. To view our Privacy Policy.<br><br>SECTION 11 - ERRORS, INACCURACIES AND OMISSIONS<br><br>Occasionally there may be information on our site or in the Service that contains typographical errors, inaccuracies or omissions that may relate to product descriptions, pricing, promotions, offers, product shipping charges, transit times and availability. We reserve the right to correct any errors, inaccuracies or omissions, and to change or update information or cancel orders if any information in the Service or on any related website is inaccurate at any time without prior notice (including after you have submitted your order).<br>We undertake no obligation to update, amend or clarify information in the Service or on any related website, including without limitation, pricing information, except as required by law. No specified update or refresh date applied in the Service or on any related website, should be taken to indicate that all information in the Service or on any related website has been modified or updated.<br><br>SECTION 12 - PROHIBITED USES<br><br>In addition to other prohibitions as set forth in the Terms of Service, you are prohibited from using the site or its content: (a) for any unlawful purpose; (b) to solicit others to perform or participate in any unlawful acts; (c) to violate any international, federal, provincial or state regulations, rules, laws, or local ordinances; (d) to infringe upon or violate our intellectual property rights or the intellectual property rights of others; (e) to harass, abuse, insult, harm, defame, slander, disparage, intimidate, or discriminate based on gender, sexual orientation, religion, ethnicity, race, age, national origin, or disability; (f) to submit false or misleading information; (g) to upload or transmit viruses or any other type of malicious code that will or may be used in any way that will affect the functionality or operation of the Service or of any related website, other websites, or the Internet; (h) to collect or track the personal information of others; (i) to spam, phish, pharm, pretext, spider, crawl, or scrape; (j) for any obscene or immoral purpose; or (k) to interfere with or circumvent the security features of the Service or any related website, other websites, or the Internet. We reserve the right to terminate your use of the Service or any related website for violating any of the prohibited uses.<br><br>SECTION 13 - DISCLAIMER OF WARRANTIES; LIMITATION OF LIABILITY<br><br>We do not guarantee, represent or warrant that your use of our service will be uninterrupted, timely, secure or error-free.<br>We do not warrant that the results that may be obtained from the use of the service will be accurate or reliable.<br>You agree that from time to time we may remove the service for indefinite periods of time or cancel the service at any time, without notice to you.<br>You expressly agree that your use of, or inability to use, the service is at your sole risk. The service and all products and services delivered to you through the service are (except as expressly stated by us) provided \'as is\' and \'as available\' for your use, without any representation, warranties or conditions of any kind, either express or implied, including all implied warranties or conditions of merchantability, merchantable quality, fitness for a particular purpose, durability, title, and non-infringement.<br>In no case shall Blackhawk Custom, LLC, our directors, officers, employees, affiliates, agents, contractors, interns, suppliers, service providers or licensors be liable for any injury, loss, claim, or any direct, indirect, incidental, punitive, special, or consequential damages of any kind, including, without limitation lost profits, lost revenue, lost savings, loss of data, replacement costs, or any similar damages, whether based in contract, tort (including negligence), strict liability or otherwise, arising from your use of any of the service or any products procured using the service, or for any other claim related in any way to your use of the service or any product, including, but not limited to, any errors or omissions in any content, or any loss or damage of any kind incurred as a result of the use of the service or any content (or product) posted, transmitted, or otherwise made available via the service, even if advised of their possibility. Because some states or jurisdictions do not allow the exclusion or the limitation of liability for consequential or incidental damages, in such states or jurisdictions, our liability shall be limited to the maximum extent permitted by law.<br><br>SECTION 14 - INDEMNIFICATION<br><br>You agree to indemnify, defend and hold harmless Blackhawk Custom, LLC and our parent, subsidiaries, affiliates, partners, officers, directors, agents, contractors, licensors, service providers, subcontractors, suppliers, interns and employees, harmless from any claim or demand, including reasonable attorneysâ€™ fees, made by any third-party due to or arising out of your breach of these Terms of Service or the documents they incorporate by reference, or your violation of any law or the rights of a third-party.<br><br>SECTION 15 - SEVERABILITY<br><br>In the event that any provision of these Terms of Service is determined to be unlawful, void or unenforceable, such provision shall nonetheless be enforceable to the fullest extent permitted by applicable law, and the unenforceable portion shall be deemed to be severed from these Terms of Service, such determination shall not affect the validity and enforceability of any other remaining provisions.<br><br>SECTION 16 - TERMINATION<br><br>The obligations and liabilities of the parties incurred prior to the termination date shall survive the termination of this agreement for all purposes.<br>These Terms of Service are effective unless and until terminated by either you or us. You may terminate these Terms of Service at any time by notifying us that you no longer wish to use our Services, or when you cease using our site.<br>If in our sole judgment you fail, or we suspect that you have failed, to comply with any term or provision of these Terms of Service, we also may terminate this agreement at any time without notice and you will remain liable for all amounts due up to and including the date of termination; and/or accordingly may deny you access to our Services (or any part thereof).<br><br>SECTION 17 - ENTIRE AGREEMENT<br><br>The failure of us to exercise or enforce any right or provision of these Terms of Service shall not constitute a waiver of such right or provision.<br>These Terms of Service and any policies or operating rules posted by us on this site or in respect to The Service constitutes the entire agreement and understanding between you and us and govern your use of the Service, superseding any prior or contemporaneous agreements, communications and proposals, whether oral or written, between you and us (including, but not limited to, any prior versions of the Terms of Service).<br>Any ambiguities in the interpretation of these Terms of Service shall not be construed against the drafting party.<br><br>SECTION 18 - GOVERNING LAW<br><br>These Terms of Service and any separate agreements whereby we provide you Services shall be governed by and construed in accordance with the laws of 825 South Kings Highway, Fort Pierce, FL 34945.<br><br>SECTION 19 - CHANGES TO TERMS OF SERVICE<br><br>You can review the most current version of the Terms of Service at any time at this page.<br>We reserve the right, at our sole discretion, to update, change or replace any part of these Terms of Service by posting updates and changes to our website. It is your responsibility to check our website periodically for changes. Your continued use of or access to our website or the Service following the posting of any changes to these Terms of Service constitutes acceptance of those changes.<br><br>SECTION 20 - CONTACT INFORMATION<br><br>Questions about the Terms of Service should be sent to us at <a href=\"mailto:admin@blackhawkcustom.com\" target=\"_blank\">admin@blackhawkcustom.com</a></p></div></div>\n</div>'),(1622,157,'tve_revision_tve_content_more_found',''),(1623,157,'tve_revision_tve_save_post',''),(1624,157,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Montserrat:400,900,800,200,100&subset=latin\");@media (min-width: 300px){#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-153:hover > a { fill: rgb(179, 144, 57) !important; color: rgb(179, 144, 57) !important; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-153 > a { fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1642ae797d9\"] #menu-item-104 { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1642ae797d9\"] #menu-item-103 { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1642ae797d9\"] #menu-item-102 { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1642ae797d9\"] #menu-item-109 { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1642ae797d9\"] { float: none; width: 100%; margin-left: auto !important; margin-right: auto !important; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-104 > a { fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-103 > a { fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-102 > a { fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-109 > a { fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-104:hover > a { fill: rgb(179, 144, 57) !important; color: rgb(179, 144, 57) !important; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-103:hover > a { fill: rgb(179, 144, 57) !important; color: rgb(179, 144, 57) !important; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-102:hover > a { fill: rgb(179, 144, 57) !important; color: rgb(179, 144, 57) !important; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-109:hover > a { fill: rgb(179, 144, 57) !important; color: rgb(179, 144, 57) !important; }#tcb_landing_page a:not(.tcb-button-link) { color: rgb(255, 255, 255); }.tcb-plain-text strong { font-weight: 900; }#tcb_landing_page input strong { font-weight: 900; }#tcb_landing_page .tcb-button-link strong { font-weight: 900; }#tcb_landing_page p strong, #tcb_landing_page li strong { font-weight: 900; }#tcb_landing_page input { font-family: Montserrat; font-weight: 400; }#tcb_landing_page .tcb-button-link { font-family: Montserrat; font-weight: 400; }#tcb_landing_page p, #tcb_landing_page li { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h6 strong { font-weight: 900; }#tcb_landing_page h6 { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h5 strong { font-weight: 900; }#tcb_landing_page h5 { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h4 strong { font-weight: 900; }#tcb_landing_page h4 { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h3 strong { font-weight: 900; }#tcb_landing_page h3 { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h2 strong { font-weight: 900; }#tcb_landing_page h2 { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h1 strong { font-weight: 900; }#tcb_landing_page h1 { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); }.tcb-plain-text { font-size: 20px; color: rgb(255, 255, 255); font-family: Montserrat; font-weight: 400; }[data-css=\"tve-u-15e09c94f7d\"] { background-color: rgb(255, 255, 255); background-image: linear-gradient(rgb(0, 0, 0), rgb(0, 0, 0)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }.tve_post_lp > div > #tve_editor { margin-left: auto; margin-right: auto; max-width: 1200px; padding: 0px 20px; }}@media (max-width: 1023px){[data-css=\"tve-u-1642ae797d9\"] { display: block; }[data-css=\"tve-u-1642ae797d9\"] #menu-item-104 { text-align: center; padding: 5px !important; background-image: none !important; }[data-css=\"tve-u-1642ae797d9\"] #menu-item-103 { text-align: center; padding: 5px !important; background-image: none !important; }[data-css=\"tve-u-1642ae797d9\"] #menu-item-102 { text-align: center; padding: 5px !important; background-image: none !important; }[data-css=\"tve-u-1642ae797d9\"] #menu-item-109 { text-align: center; padding: 5px !important; background-image: none !important; }}@media (max-width: 767px){[data-css=\"tve-u-1642ae797d9\"] { margin-left: auto !important; margin-right: auto !important; float: none; width: 100%; }.tve_post_lp > div > #tve_editor { padding: 0px 10px; }}'),(1625,157,'tve_revision_tve_user_custom_css',''),(1626,157,'tve_revision_tve_page_events','a:0:{}'),(1627,157,'tve_revision_tve_globals','a:2:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";s:8:\"font_cls\";a:0:{}}'),(1628,157,'tve_revision_tve_global_scripts',''),(1629,157,'tve_revision_thrive_icon_pack','0'),(1630,157,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(1631,157,'tve_revision_tve_has_masonry','0'),(1632,157,'tve_revision_tve_has_typefocus','0'),(1633,157,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"z-index: 8;\" wfd-id=\"37\">\n<div class=\"tve-content-box-background\" wfd-id=\"64\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" style=\"z-index: 8;\" wfd-id=\"38\"><div class=\"thrv_wrapper thrv_widget_menu tve-custom-menu-upgrade      tve-mobile-side-fullscreen tve-menu-style-style_1 on_hover\" data-tve-style=\"tve_horizontal\" data-tve-switch-icon=\"mobile\" data-css=\"tve-u-1642ae797d9\" wfd-id=\"45\">\n<div class=\"thrive-shortcode-config\" style=\"display: none !important\" wfd-id=\"63\">__CONFIG_widget_menu__{\"menu_id\":4,\"color\":\"tve_red\",\"dir\":\"tve_horizontal\",\"font_class\":\"\",\"font_size\":\"\",\"ul_attr\":\"\",\"link_attr\":\"\",\"top_link_attr\":\"\",\"trigger_attr\":\"\",\"primary\":\"\",\"head_css\":\"\",\"background_hover\":\"\",\"main_hover\":\"\",\"child_hover\":\"\",\"group_edit\":[],\"menu_style\":\"style_1\",\"dropdown_icon\":\"\",\"mobile_side\":\"fullscreen\",\"mobile_icon\":\"\",\"switch_to_icon\":\"mobile\"}__CONFIG_widget_menu__</div>\n</div><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" wfd-id=\"42\"><h2>Terms &amp; Conditions</h2></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"39\"><p>TERMS OF SERVICE<br><br>-----<br><br>OVERVIEW<br><br>This website is operated by Blackhawk Custom, LLC. Throughout the site, the terms â€œweâ€, â€œusâ€ and â€œourâ€ refer to Blackhawk Custom, LLC. Blackhawk Custom, LLC offers this website, including all information, tools and services available from this site to you, the user, conditioned upon your acceptance of all terms, conditions, policies and notices stated here.<br><br>By visiting our site and/ or purchasing something from us, you engage in our â€œServiceâ€ and agree to be bound by the following terms and conditions (â€œTerms of Serviceâ€, â€œTermsâ€), including those additional terms, conditions, and policies referenced herein and/or available by hyperlink. These Terms of Service apply to all users of the site, including without limitation users who are browsers, vendors, customers, merchants, and/ or contributors of content.<br><br>Please read these Terms of Service carefully before accessing or using our website. By accessing or using any part of the site, you agree to be bound by these Terms of Service. If you do not agree to all the terms and conditions of this agreement, then you may not access the website or use any services. If these Terms of Service are considered an offer, acceptance is expressly limited to these Terms of Service.<br><br>Any new features or tools which are added to the current store shall also be subject to the Terms of Service. You can review the most current version of the Terms of Service at any time on this page. We reserve the right to update, change or replace any part of these Terms of Service by posting updates and/or changes to our website. It is your responsibility to check this page periodically for changes. Your continued use of or access to the website following the posting of any changes constitutes acceptance of those changes.<br><br>SECTION 1 - ONLINE STORE TERMS<br><br>By agreeing to these Terms of Service, you represent that you are at least the age of majority in your state or province of residence, or that you are the age of majority in your state or province of residence and you have given us your consent to allow any of your minor dependents to use this site.<br>You may not use our products for any illegal or unauthorized purpose nor may you, in the use of the Service, violate any laws in your jurisdiction (including but not limited to copyright laws).<br>You must not transmit any worms or viruses or any code of a destructive nature.<br>A breach or violation of any of the Terms will result in an immediate termination of your Services.<br><br>SECTION 2 - GENERAL CONDITIONS<br><br>We reserve the right to refuse service to anyone for any reason at any time.<br>You understand that your content (not including credit card information), may be transferred unencrypted and involve (a) transmissions over various networks; and (b) changes to conform and adapt to technical requirements of connecting networks or devices. Credit card information is always encrypted during transfer over networks.<br>You agree not to reproduce, duplicate, copy, sell, resell or exploit any portion of the Service, use of the Service, or access to the Service or any contact on the website through which the service is provided, without express written permission by us.<br>The headings used in this agreement are included for convenience only and will not limit or otherwise affect these Terms.<br><br>SECTION 3 - ACCURACY, COMPLETENESS AND TIMELINESS OF INFORMATION<br><br>We are not responsible if information made available on this site is not accurate, complete or current. The material on this site is provided for general information only and should not be relied upon or used as the sole basis for making decisions without consulting primary, more accurate, more complete or more timely sources of information. Any reliance on the material on this site is at your own risk.<br>This site may contain certain historical information. Historical information, necessarily, is not current and is provided for your reference only. We reserve the right to modify the contents of this site at any time, but we have no obligation to update any information on our site. You agree that it is your responsibility to monitor changes to our site.<br><br>SECTION 4 - MODIFICATIONS TO THE SERVICE AND PRICES<br><br>The prices for our products are subject to change without notice.<br>We reserve the right at any time to modify or discontinue the Service (or any part or content thereof) without notice at any time.<br>We shall not be liable to you or to any third-party for any modification, price change, suspension or discontinuance of the Service.<br><br>SECTION 5 - PRODUCTS OR SERVICES (if applicable)<br><br>Certain products or services may be available exclusively online through the website. These products or services may have limited quantities and are subject to return or exchange only according to our Return Policy.<br>We have made every effort to display as accurately as possible the colors and images of our products that appear at the store. We cannot guarantee that your computer monitor\'s display of any color will be accurate.<br>We reserve the right, but are not obligated, to limit the sales of our products or Services to any person, geographic region or jurisdiction. We may exercise this right on a case-by-case basis. We reserve the right to limit the quantities of any products or services that we offer. All descriptions of products or product pricing are subject to change at anytime without notice, at the sole discretion of us. We reserve the right to discontinue any product at any time. Any offer for any product or service made on this site is void where prohibited.<br>We do not warrant that the quality of any products, services, information, or other material purchased or obtained by you will meet your expectations, or that any errors in the Service will be corrected.<br><br>SECTION 6 - ACCURACY OF BILLING AND ACCOUNT INFORMATION<br><br>We reserve the right to refuse any order you place with us. We may, in our sole discretion, limit or cancel quantities purchased per person, per household or per order. These restrictions may include orders placed by or under the same customer account, the same credit card, and/or orders that use the same billing and/or shipping address. In the event that we make a change to or cancel an order, we may attempt to notify you by contacting the e-mail and/or billing address/phone number provided at the time the order was made. We reserve the right to limit or prohibit orders that, in our sole judgment, appear to be placed by dealers, resellers or distributors.<br><br>You agree to provide current, complete and accurate purchase and account information for all purchases made at our store. You agree to promptly update your account and other information, including your email address and credit card numbers and expiration dates, so that we can complete your transactions and contact you as needed.<br><br>For more detail, please review our Returns Policy.<br><br>SECTION 7 - OPTIONAL TOOLS<br><br>We may provide you with access to third-party tools over which we neither monitor nor have any control nor input.<br>You acknowledge and agree that we provide access to such tools â€as isâ€ and â€œas availableâ€ without any warranties, representations or conditions of any kind and without any endorsement. We shall have no liability whatsoever arising from or relating to your use of optional third-party tools.<br>Any use by you of optional tools offered through the site is entirely at your own risk and discretion and you should ensure that you are familiar with and approve of the terms on which tools are provided by the relevant third-party provider(s).<br>We may also, in the future, offer new services and/or features through the website (including, the release of new tools and resources). Such new features and/or services shall also be subject to these Terms of Service.<br><br>SECTION 8 - THIRD-PARTY LINKS<br><br>Certain content, products and services available via our Service may include materials from third-parties.<br>Third-party links on this site may direct you to third-party websites that are not affiliated with us. We are not responsible for examining or evaluating the content or accuracy and we do not warrant and will not have any liability or responsibility for any third-party materials or websites, or for any other materials, products, or services of third-parties.<br>We are not liable for any harm or damages related to the purchase or use of goods, services, resources, content, or any other transactions made in connection with any third-party websites. Please review carefully the third-party\'s policies and practices and make sure you understand them before you engage in any transaction. Complaints, claims, concerns, or questions regarding third-party products should be directed to the third-party.<br><br>SECTION 9 - USER COMMENTS, FEEDBACK AND OTHER SUBMISSIONS<br><br>If, at our request, you send certain specific submissions (for example contest entries) or without a request from us you send creative ideas, suggestions, proposals, plans, or other materials, whether online, by email, by postal mail, or otherwise (collectively, \'comments\'), you agree that we may, at any time, without restriction, edit, copy, publish, distribute, translate and otherwise use in any medium any comments that you forward to us. We are and shall be under no obligation (1) to maintain any comments in confidence; (2) to pay compensation for any comments; or (3) to respond to any comments.<br>We may, but have no obligation to, monitor, edit or remove content that we determine in our sole discretion are unlawful, offensive, threatening, libelous, defamatory, pornographic, obscene or otherwise objectionable or violates any partyâ€™s intellectual property or these Terms of Service.<br>You agree that your comments will not violate any right of any third-party, including copyright, trademark, privacy, personality or other personal or proprietary right. You further agree that your comments will not contain libelous or otherwise unlawful, abusive or obscene material, or contain any computer virus or other malware that could in any way affect the operation of the Service or any related website. You may not use a false e-mail address, pretend to be someone other than yourself, or otherwise mislead us or third-parties as to the origin of any comments. You are solely responsible for any comments you make and their accuracy. We take no responsibility and assume no liability for any comments posted by you or any third-party.<br><br>SECTION 10 - PERSONAL INFORMATION<br><br>Your submission of personal information through the store is governed by our Privacy Policy. To view our Privacy Policy.<br><br>SECTION 11 - ERRORS, INACCURACIES AND OMISSIONS<br><br>Occasionally there may be information on our site or in the Service that contains typographical errors, inaccuracies or omissions that may relate to product descriptions, pricing, promotions, offers, product shipping charges, transit times and availability. We reserve the right to correct any errors, inaccuracies or omissions, and to change or update information or cancel orders if any information in the Service or on any related website is inaccurate at any time without prior notice (including after you have submitted your order).<br>We undertake no obligation to update, amend or clarify information in the Service or on any related website, including without limitation, pricing information, except as required by law. No specified update or refresh date applied in the Service or on any related website, should be taken to indicate that all information in the Service or on any related website has been modified or updated.<br><br>SECTION 12 - PROHIBITED USES<br><br>In addition to other prohibitions as set forth in the Terms of Service, you are prohibited from using the site or its content: (a) for any unlawful purpose; (b) to solicit others to perform or participate in any unlawful acts; (c) to violate any international, federal, provincial or state regulations, rules, laws, or local ordinances; (d) to infringe upon or violate our intellectual property rights or the intellectual property rights of others; (e) to harass, abuse, insult, harm, defame, slander, disparage, intimidate, or discriminate based on gender, sexual orientation, religion, ethnicity, race, age, national origin, or disability; (f) to submit false or misleading information; (g) to upload or transmit viruses or any other type of malicious code that will or may be used in any way that will affect the functionality or operation of the Service or of any related website, other websites, or the Internet; (h) to collect or track the personal information of others; (i) to spam, phish, pharm, pretext, spider, crawl, or scrape; (j) for any obscene or immoral purpose; or (k) to interfere with or circumvent the security features of the Service or any related website, other websites, or the Internet. We reserve the right to terminate your use of the Service or any related website for violating any of the prohibited uses.<br><br>SECTION 13 - DISCLAIMER OF WARRANTIES; LIMITATION OF LIABILITY<br><br>We do not guarantee, represent or warrant that your use of our service will be uninterrupted, timely, secure or error-free.<br>We do not warrant that the results that may be obtained from the use of the service will be accurate or reliable.<br>You agree that from time to time we may remove the service for indefinite periods of time or cancel the service at any time, without notice to you.<br>You expressly agree that your use of, or inability to use, the service is at your sole risk. The service and all products and services delivered to you through the service are (except as expressly stated by us) provided \'as is\' and \'as available\' for your use, without any representation, warranties or conditions of any kind, either express or implied, including all implied warranties or conditions of merchantability, merchantable quality, fitness for a particular purpose, durability, title, and non-infringement.<br>In no case shall Blackhawk Custom, LLC, our directors, officers, employees, affiliates, agents, contractors, interns, suppliers, service providers or licensors be liable for any injury, loss, claim, or any direct, indirect, incidental, punitive, special, or consequential damages of any kind, including, without limitation lost profits, lost revenue, lost savings, loss of data, replacement costs, or any similar damages, whether based in contract, tort (including negligence), strict liability or otherwise, arising from your use of any of the service or any products procured using the service, or for any other claim related in any way to your use of the service or any product, including, but not limited to, any errors or omissions in any content, or any loss or damage of any kind incurred as a result of the use of the service or any content (or product) posted, transmitted, or otherwise made available via the service, even if advised of their possibility. Because some states or jurisdictions do not allow the exclusion or the limitation of liability for consequential or incidental damages, in such states or jurisdictions, our liability shall be limited to the maximum extent permitted by law.<br><br>SECTION 14 - INDEMNIFICATION<br><br>You agree to indemnify, defend and hold harmless Blackhawk Custom, LLC and our parent, subsidiaries, affiliates, partners, officers, directors, agents, contractors, licensors, service providers, subcontractors, suppliers, interns and employees, harmless from any claim or demand, including reasonable attorneysâ€™ fees, made by any third-party due to or arising out of your breach of these Terms of Service or the documents they incorporate by reference, or your violation of any law or the rights of a third-party.<br><br>SECTION 15 - SEVERABILITY<br><br>In the event that any provision of these Terms of Service is determined to be unlawful, void or unenforceable, such provision shall nonetheless be enforceable to the fullest extent permitted by applicable law, and the unenforceable portion shall be deemed to be severed from these Terms of Service, such determination shall not affect the validity and enforceability of any other remaining provisions.<br><br>SECTION 16 - TERMINATION<br><br>The obligations and liabilities of the parties incurred prior to the termination date shall survive the termination of this agreement for all purposes.<br>These Terms of Service are effective unless and until terminated by either you or us. You may terminate these Terms of Service at any time by notifying us that you no longer wish to use our Services, or when you cease using our site.<br>If in our sole judgment you fail, or we suspect that you have failed, to comply with any term or provision of these Terms of Service, we also may terminate this agreement at any time without notice and you will remain liable for all amounts due up to and including the date of termination; and/or accordingly may deny you access to our Services (or any part thereof).<br><br>SECTION 17 - ENTIRE AGREEMENT<br><br>The failure of us to exercise or enforce any right or provision of these Terms of Service shall not constitute a waiver of such right or provision.<br>These Terms of Service and any policies or operating rules posted by us on this site or in respect to The Service constitutes the entire agreement and understanding between you and us and govern your use of the Service, superseding any prior or contemporaneous agreements, communications and proposals, whether oral or written, between you and us (including, but not limited to, any prior versions of the Terms of Service).<br>Any ambiguities in the interpretation of these Terms of Service shall not be construed against the drafting party.<br><br>SECTION 18 - GOVERNING LAW<br><br>These Terms of Service and any separate agreements whereby we provide you Services shall be governed by and construed in accordance with the laws of 825 South Kings Highway, Fort Pierce, FL 34945.<br><br>SECTION 19 - CHANGES TO TERMS OF SERVICE<br><br>You can review the most current version of the Terms of Service at any time at this page.<br>We reserve the right, at our sole discretion, to update, change or replace any part of these Terms of Service by posting updates and changes to our website. It is your responsibility to check our website periodically for changes. Your continued use of or access to our website or the Service following the posting of any changes to these Terms of Service constitutes acceptance of those changes.<br><br>SECTION 20 - CONTACT INFORMATION<br><br>Questions about the Terms of Service should be sent to us at <a href=\"mailto:admin@blackhawkcustom.com\" target=\"_blank\">admin@blackhawkcustom.com</a></p></div></div>\n</div>'),(1634,157,'tve_revision_tve_has_wistia_popover','0'),(1635,158,'tve_revision_tve_landing_page','blank_v2'),(1636,158,'tve_revision_tve_disable_theme_dependency',''),(1637,158,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"z-index: 8;\" wfd-id=\"38\">\n<div class=\"tve-content-box-background\" wfd-id=\"65\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" style=\"z-index: 8;\" wfd-id=\"39\"><div class=\"thrv_wrapper thrv_widget_menu tve-custom-menu-upgrade      tve-mobile-side-fullscreen tve-menu-style-style_1 on_hover\" data-tve-style=\"tve_horizontal\" data-tve-switch-icon=\"mobile\" data-css=\"tve-u-1642ae797d9\" wfd-id=\"46\">\n<div class=\"thrive-shortcode-config\" style=\"display: none !important\" wfd-id=\"64\">__CONFIG_widget_menu__{\"menu_id\":4,\"color\":\"tve_red\",\"dir\":\"tve_horizontal\",\"font_class\":\"\",\"font_size\":\"\",\"ul_attr\":\"\",\"link_attr\":\"\",\"top_link_attr\":\"\",\"trigger_attr\":\"\",\"primary\":\"\",\"head_css\":\"\",\"background_hover\":\"\",\"main_hover\":\"\",\"child_hover\":\"\",\"group_edit\":[],\"menu_style\":\"style_1\",\"dropdown_icon\":\"\",\"mobile_side\":\"fullscreen\",\"mobile_icon\":\"\",\"switch_to_icon\":\"mobile\"}__CONFIG_widget_menu__</div>\n</div><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" wfd-id=\"43\"><h2>Terms &amp; Conditions</h2></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"40\"><p>TERMS OF SERVICE<br><br>-----<br><br>OVERVIEW<br><br>This website is operated by Blackhawk Custom, LLC. Throughout the site, the terms â€œweâ€, â€œusâ€ and â€œourâ€ refer to Blackhawk Custom, LLC. Blackhawk Custom, LLC offers this website, including all information, tools and services available from this site to you, the user, conditioned upon your acceptance of all terms, conditions, policies and notices stated here.<br><br>By visiting our site and/ or purchasing something from us, you engage in our â€œServiceâ€ and agree to be bound by the following terms and conditions (â€œTerms of Serviceâ€, â€œTermsâ€), including those additional terms, conditions, and policies referenced herein and/or available by hyperlink. These Terms of Service apply to all users of the site, including without limitation users who are browsers, vendors, customers, merchants, and/ or contributors of content.<br><br>Please read these Terms of Service carefully before accessing or using our website. By accessing or using any part of the site, you agree to be bound by these Terms of Service. If you do not agree to all the terms and conditions of this agreement, then you may not access the website or use any services. If these Terms of Service are considered an offer, acceptance is expressly limited to these Terms of Service.<br><br>Any new features or tools which are added to the current store shall also be subject to the Terms of Service. You can review the most current version of the Terms of Service at any time on this page. We reserve the right to update, change or replace any part of these Terms of Service by posting updates and/or changes to our website. It is your responsibility to check this page periodically for changes. Your continued use of or access to the website following the posting of any changes constitutes acceptance of those changes.<br><br>SECTION 1 - ONLINE STORE TERMS<br><br>By agreeing to these Terms of Service, you represent that you are at least the age of majority in your state or province of residence, or that you are the age of majority in your state or province of residence and you have given us your consent to allow any of your minor dependents to use this site.<br>You may not use our products for any illegal or unauthorized purpose nor may you, in the use of the Service, violate any laws in your jurisdiction (including but not limited to copyright laws).<br>You must not transmit any worms or viruses or any code of a destructive nature.<br>A breach or violation of any of the Terms will result in an immediate termination of your Services.<br><br>SECTION 2 - GENERAL CONDITIONS<br><br>We reserve the right to refuse service to anyone for any reason at any time.<br>You understand that your content (not including credit card information), may be transferred unencrypted and involve (a) transmissions over various networks; and (b) changes to conform and adapt to technical requirements of connecting networks or devices. Credit card information is always encrypted during transfer over networks.<br>You agree not to reproduce, duplicate, copy, sell, resell or exploit any portion of the Service, use of the Service, or access to the Service or any contact on the website through which the service is provided, without express written permission by us.<br>The headings used in this agreement are included for convenience only and will not limit or otherwise affect these Terms.<br><br>SECTION 3 - ACCURACY, COMPLETENESS AND TIMELINESS OF INFORMATION<br><br>We are not responsible if information made available on this site is not accurate, complete or current. The material on this site is provided for general information only and should not be relied upon or used as the sole basis for making decisions without consulting primary, more accurate, more complete or more timely sources of information. Any reliance on the material on this site is at your own risk.<br>This site may contain certain historical information. Historical information, necessarily, is not current and is provided for your reference only. We reserve the right to modify the contents of this site at any time, but we have no obligation to update any information on our site. You agree that it is your responsibility to monitor changes to our site.<br><br>SECTION 4 - MODIFICATIONS TO THE SERVICE AND PRICES<br><br>The prices for our products are subject to change without notice.<br>We reserve the right at any time to modify or discontinue the Service (or any part or content thereof) without notice at any time.<br>We shall not be liable to you or to any third-party for any modification, price change, suspension or discontinuance of the Service.<br><br>SECTION 5 - PRODUCTS OR SERVICES (if applicable)<br><br>Certain products or services may be available exclusively online through the website. These products or services may have limited quantities and are subject to return or exchange only according to our Return Policy.<br>We have made every effort to display as accurately as possible the colors and images of our products that appear at the store. We cannot guarantee that your computer monitor\'s display of any color will be accurate.<br>We reserve the right, but are not obligated, to limit the sales of our products or Services to any person, geographic region or jurisdiction. We may exercise this right on a case-by-case basis. We reserve the right to limit the quantities of any products or services that we offer. All descriptions of products or product pricing are subject to change at anytime without notice, at the sole discretion of us. We reserve the right to discontinue any product at any time. Any offer for any product or service made on this site is void where prohibited.<br>We do not warrant that the quality of any products, services, information, or other material purchased or obtained by you will meet your expectations, or that any errors in the Service will be corrected.<br><br>SECTION 6 - ACCURACY OF BILLING AND ACCOUNT INFORMATION<br><br>We reserve the right to refuse any order you place with us. We may, in our sole discretion, limit or cancel quantities purchased per person, per household or per order. These restrictions may include orders placed by or under the same customer account, the same credit card, and/or orders that use the same billing and/or shipping address. In the event that we make a change to or cancel an order, we may attempt to notify you by contacting the e-mail and/or billing address/phone number provided at the time the order was made. We reserve the right to limit or prohibit orders that, in our sole judgment, appear to be placed by dealers, resellers or distributors.<br><br>You agree to provide current, complete and accurate purchase and account information for all purchases made at our store. You agree to promptly update your account and other information, including your email address and credit card numbers and expiration dates, so that we can complete your transactions and contact you as needed.<br><br>For more detail, please review our Returns Policy.<br><br>SECTION 7 - OPTIONAL TOOLS<br><br>We may provide you with access to third-party tools over which we neither monitor nor have any control nor input.<br>You acknowledge and agree that we provide access to such tools â€as isâ€ and â€œas availableâ€ without any warranties, representations or conditions of any kind and without any endorsement. We shall have no liability whatsoever arising from or relating to your use of optional third-party tools.<br>Any use by you of optional tools offered through the site is entirely at your own risk and discretion and you should ensure that you are familiar with and approve of the terms on which tools are provided by the relevant third-party provider(s).<br>We may also, in the future, offer new services and/or features through the website (including, the release of new tools and resources). Such new features and/or services shall also be subject to these Terms of Service.<br><br>SECTION 8 - THIRD-PARTY LINKS<br><br>Certain content, products and services available via our Service may include materials from third-parties.<br>Third-party links on this site may direct you to third-party websites that are not affiliated with us. We are not responsible for examining or evaluating the content or accuracy and we do not warrant and will not have any liability or responsibility for any third-party materials or websites, or for any other materials, products, or services of third-parties.<br>We are not liable for any harm or damages related to the purchase or use of goods, services, resources, content, or any other transactions made in connection with any third-party websites. Please review carefully the third-party\'s policies and practices and make sure you understand them before you engage in any transaction. Complaints, claims, concerns, or questions regarding third-party products should be directed to the third-party.<br><br>SECTION 9 - USER COMMENTS, FEEDBACK AND OTHER SUBMISSIONS<br><br>If, at our request, you send certain specific submissions (for example contest entries) or without a request from us you send creative ideas, suggestions, proposals, plans, or other materials, whether online, by email, by postal mail, or otherwise (collectively, \'comments\'), you agree that we may, at any time, without restriction, edit, copy, publish, distribute, translate and otherwise use in any medium any comments that you forward to us. We are and shall be under no obligation (1) to maintain any comments in confidence; (2) to pay compensation for any comments; or (3) to respond to any comments.<br>We may, but have no obligation to, monitor, edit or remove content that we determine in our sole discretion are unlawful, offensive, threatening, libelous, defamatory, pornographic, obscene or otherwise objectionable or violates any partyâ€™s intellectual property or these Terms of Service.<br>You agree that your comments will not violate any right of any third-party, including copyright, trademark, privacy, personality or other personal or proprietary right. You further agree that your comments will not contain libelous or otherwise unlawful, abusive or obscene material, or contain any computer virus or other malware that could in any way affect the operation of the Service or any related website. You may not use a false e-mail address, pretend to be someone other than yourself, or otherwise mislead us or third-parties as to the origin of any comments. You are solely responsible for any comments you make and their accuracy. We take no responsibility and assume no liability for any comments posted by you or any third-party.<br><br>SECTION 10 - PERSONAL INFORMATION<br><br>Your submission of personal information through the store is governed by our Privacy Policy. To view our Privacy Policy.<br><br>SECTION 11 - ERRORS, INACCURACIES AND OMISSIONS<br><br>Occasionally there may be information on our site or in the Service that contains typographical errors, inaccuracies or omissions that may relate to product descriptions, pricing, promotions, offers, product shipping charges, transit times and availability. We reserve the right to correct any errors, inaccuracies or omissions, and to change or update information or cancel orders if any information in the Service or on any related website is inaccurate at any time without prior notice (including after you have submitted your order).<br>We undertake no obligation to update, amend or clarify information in the Service or on any related website, including without limitation, pricing information, except as required by law. No specified update or refresh date applied in the Service or on any related website, should be taken to indicate that all information in the Service or on any related website has been modified or updated.<br><br>SECTION 12 - PROHIBITED USES<br><br>In addition to other prohibitions as set forth in the Terms of Service, you are prohibited from using the site or its content: (a) for any unlawful purpose; (b) to solicit others to perform or participate in any unlawful acts; (c) to violate any international, federal, provincial or state regulations, rules, laws, or local ordinances; (d) to infringe upon or violate our intellectual property rights or the intellectual property rights of others; (e) to harass, abuse, insult, harm, defame, slander, disparage, intimidate, or discriminate based on gender, sexual orientation, religion, ethnicity, race, age, national origin, or disability; (f) to submit false or misleading information; (g) to upload or transmit viruses or any other type of malicious code that will or may be used in any way that will affect the functionality or operation of the Service or of any related website, other websites, or the Internet; (h) to collect or track the personal information of others; (i) to spam, phish, pharm, pretext, spider, crawl, or scrape; (j) for any obscene or immoral purpose; or (k) to interfere with or circumvent the security features of the Service or any related website, other websites, or the Internet. We reserve the right to terminate your use of the Service or any related website for violating any of the prohibited uses.<br><br>SECTION 13 - DISCLAIMER OF WARRANTIES; LIMITATION OF LIABILITY<br><br>We do not guarantee, represent or warrant that your use of our service will be uninterrupted, timely, secure or error-free.<br>We do not warrant that the results that may be obtained from the use of the service will be accurate or reliable.<br>You agree that from time to time we may remove the service for indefinite periods of time or cancel the service at any time, without notice to you.<br>You expressly agree that your use of, or inability to use, the service is at your sole risk. The service and all products and services delivered to you through the service are (except as expressly stated by us) provided \'as is\' and \'as available\' for your use, without any representation, warranties or conditions of any kind, either express or implied, including all implied warranties or conditions of merchantability, merchantable quality, fitness for a particular purpose, durability, title, and non-infringement.<br>In no case shall Blackhawk Custom, LLC, our directors, officers, employees, affiliates, agents, contractors, interns, suppliers, service providers or licensors be liable for any injury, loss, claim, or any direct, indirect, incidental, punitive, special, or consequential damages of any kind, including, without limitation lost profits, lost revenue, lost savings, loss of data, replacement costs, or any similar damages, whether based in contract, tort (including negligence), strict liability or otherwise, arising from your use of any of the service or any products procured using the service, or for any other claim related in any way to your use of the service or any product, including, but not limited to, any errors or omissions in any content, or any loss or damage of any kind incurred as a result of the use of the service or any content (or product) posted, transmitted, or otherwise made available via the service, even if advised of their possibility. Because some states or jurisdictions do not allow the exclusion or the limitation of liability for consequential or incidental damages, in such states or jurisdictions, our liability shall be limited to the maximum extent permitted by law.<br><br>SECTION 14 - INDEMNIFICATION<br><br>You agree to indemnify, defend and hold harmless Blackhawk Custom, LLC and our parent, subsidiaries, affiliates, partners, officers, directors, agents, contractors, licensors, service providers, subcontractors, suppliers, interns and employees, harmless from any claim or demand, including reasonable attorneysâ€™ fees, made by any third-party due to or arising out of your breach of these Terms of Service or the documents they incorporate by reference, or your violation of any law or the rights of a third-party.<br><br>SECTION 15 - SEVERABILITY<br><br>In the event that any provision of these Terms of Service is determined to be unlawful, void or unenforceable, such provision shall nonetheless be enforceable to the fullest extent permitted by applicable law, and the unenforceable portion shall be deemed to be severed from these Terms of Service, such determination shall not affect the validity and enforceability of any other remaining provisions.<br><br>SECTION 16 - TERMINATION<br><br>The obligations and liabilities of the parties incurred prior to the termination date shall survive the termination of this agreement for all purposes.<br>These Terms of Service are effective unless and until terminated by either you or us. You may terminate these Terms of Service at any time by notifying us that you no longer wish to use our Services, or when you cease using our site.<br>If in our sole judgment you fail, or we suspect that you have failed, to comply with any term or provision of these Terms of Service, we also may terminate this agreement at any time without notice and you will remain liable for all amounts due up to and including the date of termination; and/or accordingly may deny you access to our Services (or any part thereof).<br><br>SECTION 17 - ENTIRE AGREEMENT<br><br>The failure of us to exercise or enforce any right or provision of these Terms of Service shall not constitute a waiver of such right or provision.<br>These Terms of Service and any policies or operating rules posted by us on this site or in respect to The Service constitutes the entire agreement and understanding between you and us and govern your use of the Service, superseding any prior or contemporaneous agreements, communications and proposals, whether oral or written, between you and us (including, but not limited to, any prior versions of the Terms of Service).<br>Any ambiguities in the interpretation of these Terms of Service shall not be construed against the drafting party.<br><br>SECTION 18 - GOVERNING LAW<br><br>These Terms of Service and any separate agreements whereby we provide you Services shall be governed by and construed in accordance with the laws of 825 South Kings Highway, Fort Pierce, FL 34945.<br><br>SECTION 19 - CHANGES TO TERMS OF SERVICE<br><br>You can review the most current version of the Terms of Service at any time at this page.<br>We reserve the right, at our sole discretion, to update, change or replace any part of these Terms of Service by posting updates and changes to our website. It is your responsibility to check our website periodically for changes. Your continued use of or access to our website or the Service following the posting of any changes to these Terms of Service constitutes acceptance of those changes.<br><br>SECTION 20 - CONTACT INFORMATION<br><br>Questions about the Terms of Service should be sent to us at <a href=\"mailto:admin@blackhawkcustom.com\" target=\"_blank\">admin@blackhawkcustom.com</a></p></div></div>\n</div>'),(1638,158,'tve_revision_tve_content_more_found',''),(1639,158,'tve_revision_tve_save_post',''),(1640,158,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Montserrat:400,900,800,200,100&subset=latin\");@media (min-width: 300px){#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-153:hover > a { fill: rgb(179, 144, 57) !important; color: rgb(179, 144, 57) !important; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-153 > a { fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1642ae797d9\"] #menu-item-104 { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1642ae797d9\"] #menu-item-103 { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1642ae797d9\"] #menu-item-102 { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1642ae797d9\"] #menu-item-109 { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1642ae797d9\"] { float: none; width: 100%; margin-left: auto !important; margin-right: auto !important; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-104 > a { fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-103 > a { fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-102 > a { fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-109 > a { fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-104:hover > a { fill: rgb(179, 144, 57) !important; color: rgb(179, 144, 57) !important; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-103:hover > a { fill: rgb(179, 144, 57) !important; color: rgb(179, 144, 57) !important; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-102:hover > a { fill: rgb(179, 144, 57) !important; color: rgb(179, 144, 57) !important; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-109:hover > a { fill: rgb(179, 144, 57) !important; color: rgb(179, 144, 57) !important; }#tcb_landing_page a:not(.tcb-button-link) { color: rgb(255, 255, 255); }.tcb-plain-text strong { font-weight: 900; }#tcb_landing_page input strong { font-weight: 900; }#tcb_landing_page .tcb-button-link strong { font-weight: 900; }#tcb_landing_page p strong, #tcb_landing_page li strong { font-weight: 900; }#tcb_landing_page input { font-family: Montserrat; font-weight: 400; }#tcb_landing_page .tcb-button-link { font-family: Montserrat; font-weight: 400; }#tcb_landing_page p, #tcb_landing_page li { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h6 strong { font-weight: 900; }#tcb_landing_page h6 { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h5 strong { font-weight: 900; }#tcb_landing_page h5 { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h4 strong { font-weight: 900; }#tcb_landing_page h4 { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h3 strong { font-weight: 900; }#tcb_landing_page h3 { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h2 strong { font-weight: 900; }#tcb_landing_page h2 { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h1 strong { font-weight: 900; }#tcb_landing_page h1 { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); }.tcb-plain-text { font-size: 20px; color: rgb(255, 255, 255); font-family: Montserrat; font-weight: 400; }[data-css=\"tve-u-15e09c94f7d\"] { background-color: rgb(255, 255, 255); background-image: linear-gradient(rgb(0, 0, 0), rgb(0, 0, 0)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }.tve_post_lp > div > #tve_editor { margin-left: auto; margin-right: auto; max-width: 1200px; padding: 0px 20px; }}@media (max-width: 1023px){[data-css=\"tve-u-1642ae797d9\"] { display: block; }[data-css=\"tve-u-1642ae797d9\"] #menu-item-104 { text-align: center; padding: 5px !important; background-image: none !important; }[data-css=\"tve-u-1642ae797d9\"] #menu-item-103 { text-align: center; padding: 5px !important; background-image: none !important; }[data-css=\"tve-u-1642ae797d9\"] #menu-item-102 { text-align: center; padding: 5px !important; background-image: none !important; }[data-css=\"tve-u-1642ae797d9\"] #menu-item-109 { text-align: center; padding: 5px !important; background-image: none !important; }}@media (max-width: 767px){[data-css=\"tve-u-1642ae797d9\"] { margin-left: auto !important; margin-right: auto !important; float: none; width: 100%; }.tve_post_lp > div > #tve_editor { padding: 0px 10px; }}'),(1641,158,'tve_revision_tve_user_custom_css',''),(1642,158,'tve_revision_tve_page_events','a:0:{}'),(1643,158,'tve_revision_tve_globals','a:2:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";s:8:\"font_cls\";a:0:{}}'),(1644,158,'tve_revision_tve_global_scripts',''),(1645,158,'tve_revision_thrive_icon_pack','0'),(1646,158,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(1647,158,'tve_revision_tve_has_masonry','0'),(1648,158,'tve_revision_tve_has_typefocus','0'),(1649,158,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"z-index: 8;\" wfd-id=\"38\">\n<div class=\"tve-content-box-background\" wfd-id=\"65\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" style=\"z-index: 8;\" wfd-id=\"39\"><div class=\"thrv_wrapper thrv_widget_menu tve-custom-menu-upgrade      tve-mobile-side-fullscreen tve-menu-style-style_1 on_hover\" data-tve-style=\"tve_horizontal\" data-tve-switch-icon=\"mobile\" data-css=\"tve-u-1642ae797d9\" wfd-id=\"46\">\n<div class=\"thrive-shortcode-config\" style=\"display: none !important\" wfd-id=\"64\">__CONFIG_widget_menu__{\"menu_id\":4,\"color\":\"tve_red\",\"dir\":\"tve_horizontal\",\"font_class\":\"\",\"font_size\":\"\",\"ul_attr\":\"\",\"link_attr\":\"\",\"top_link_attr\":\"\",\"trigger_attr\":\"\",\"primary\":\"\",\"head_css\":\"\",\"background_hover\":\"\",\"main_hover\":\"\",\"child_hover\":\"\",\"group_edit\":[],\"menu_style\":\"style_1\",\"dropdown_icon\":\"\",\"mobile_side\":\"fullscreen\",\"mobile_icon\":\"\",\"switch_to_icon\":\"mobile\"}__CONFIG_widget_menu__</div>\n</div><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" wfd-id=\"43\"><h2>Terms &amp; Conditions</h2></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"40\"><p>TERMS OF SERVICE<br><br>-----<br><br>OVERVIEW<br><br>This website is operated by Blackhawk Custom, LLC. Throughout the site, the terms â€œweâ€, â€œusâ€ and â€œourâ€ refer to Blackhawk Custom, LLC. Blackhawk Custom, LLC offers this website, including all information, tools and services available from this site to you, the user, conditioned upon your acceptance of all terms, conditions, policies and notices stated here.<br><br>By visiting our site and/ or purchasing something from us, you engage in our â€œServiceâ€ and agree to be bound by the following terms and conditions (â€œTerms of Serviceâ€, â€œTermsâ€), including those additional terms, conditions, and policies referenced herein and/or available by hyperlink. These Terms of Service apply to all users of the site, including without limitation users who are browsers, vendors, customers, merchants, and/ or contributors of content.<br><br>Please read these Terms of Service carefully before accessing or using our website. By accessing or using any part of the site, you agree to be bound by these Terms of Service. If you do not agree to all the terms and conditions of this agreement, then you may not access the website or use any services. If these Terms of Service are considered an offer, acceptance is expressly limited to these Terms of Service.<br><br>Any new features or tools which are added to the current store shall also be subject to the Terms of Service. You can review the most current version of the Terms of Service at any time on this page. We reserve the right to update, change or replace any part of these Terms of Service by posting updates and/or changes to our website. It is your responsibility to check this page periodically for changes. Your continued use of or access to the website following the posting of any changes constitutes acceptance of those changes.<br><br>SECTION 1 - ONLINE STORE TERMS<br><br>By agreeing to these Terms of Service, you represent that you are at least the age of majority in your state or province of residence, or that you are the age of majority in your state or province of residence and you have given us your consent to allow any of your minor dependents to use this site.<br>You may not use our products for any illegal or unauthorized purpose nor may you, in the use of the Service, violate any laws in your jurisdiction (including but not limited to copyright laws).<br>You must not transmit any worms or viruses or any code of a destructive nature.<br>A breach or violation of any of the Terms will result in an immediate termination of your Services.<br><br>SECTION 2 - GENERAL CONDITIONS<br><br>We reserve the right to refuse service to anyone for any reason at any time.<br>You understand that your content (not including credit card information), may be transferred unencrypted and involve (a) transmissions over various networks; and (b) changes to conform and adapt to technical requirements of connecting networks or devices. Credit card information is always encrypted during transfer over networks.<br>You agree not to reproduce, duplicate, copy, sell, resell or exploit any portion of the Service, use of the Service, or access to the Service or any contact on the website through which the service is provided, without express written permission by us.<br>The headings used in this agreement are included for convenience only and will not limit or otherwise affect these Terms.<br><br>SECTION 3 - ACCURACY, COMPLETENESS AND TIMELINESS OF INFORMATION<br><br>We are not responsible if information made available on this site is not accurate, complete or current. The material on this site is provided for general information only and should not be relied upon or used as the sole basis for making decisions without consulting primary, more accurate, more complete or more timely sources of information. Any reliance on the material on this site is at your own risk.<br>This site may contain certain historical information. Historical information, necessarily, is not current and is provided for your reference only. We reserve the right to modify the contents of this site at any time, but we have no obligation to update any information on our site. You agree that it is your responsibility to monitor changes to our site.<br><br>SECTION 4 - MODIFICATIONS TO THE SERVICE AND PRICES<br><br>The prices for our products are subject to change without notice.<br>We reserve the right at any time to modify or discontinue the Service (or any part or content thereof) without notice at any time.<br>We shall not be liable to you or to any third-party for any modification, price change, suspension or discontinuance of the Service.<br><br>SECTION 5 - PRODUCTS OR SERVICES (if applicable)<br><br>Certain products or services may be available exclusively online through the website. These products or services may have limited quantities and are subject to return or exchange only according to our Return Policy.<br>We have made every effort to display as accurately as possible the colors and images of our products that appear at the store. We cannot guarantee that your computer monitor\'s display of any color will be accurate.<br>We reserve the right, but are not obligated, to limit the sales of our products or Services to any person, geographic region or jurisdiction. We may exercise this right on a case-by-case basis. We reserve the right to limit the quantities of any products or services that we offer. All descriptions of products or product pricing are subject to change at anytime without notice, at the sole discretion of us. We reserve the right to discontinue any product at any time. Any offer for any product or service made on this site is void where prohibited.<br>We do not warrant that the quality of any products, services, information, or other material purchased or obtained by you will meet your expectations, or that any errors in the Service will be corrected.<br><br>SECTION 6 - ACCURACY OF BILLING AND ACCOUNT INFORMATION<br><br>We reserve the right to refuse any order you place with us. We may, in our sole discretion, limit or cancel quantities purchased per person, per household or per order. These restrictions may include orders placed by or under the same customer account, the same credit card, and/or orders that use the same billing and/or shipping address. In the event that we make a change to or cancel an order, we may attempt to notify you by contacting the e-mail and/or billing address/phone number provided at the time the order was made. We reserve the right to limit or prohibit orders that, in our sole judgment, appear to be placed by dealers, resellers or distributors.<br><br>You agree to provide current, complete and accurate purchase and account information for all purchases made at our store. You agree to promptly update your account and other information, including your email address and credit card numbers and expiration dates, so that we can complete your transactions and contact you as needed.<br><br>For more detail, please review our Returns Policy.<br><br>SECTION 7 - OPTIONAL TOOLS<br><br>We may provide you with access to third-party tools over which we neither monitor nor have any control nor input.<br>You acknowledge and agree that we provide access to such tools â€as isâ€ and â€œas availableâ€ without any warranties, representations or conditions of any kind and without any endorsement. We shall have no liability whatsoever arising from or relating to your use of optional third-party tools.<br>Any use by you of optional tools offered through the site is entirely at your own risk and discretion and you should ensure that you are familiar with and approve of the terms on which tools are provided by the relevant third-party provider(s).<br>We may also, in the future, offer new services and/or features through the website (including, the release of new tools and resources). Such new features and/or services shall also be subject to these Terms of Service.<br><br>SECTION 8 - THIRD-PARTY LINKS<br><br>Certain content, products and services available via our Service may include materials from third-parties.<br>Third-party links on this site may direct you to third-party websites that are not affiliated with us. We are not responsible for examining or evaluating the content or accuracy and we do not warrant and will not have any liability or responsibility for any third-party materials or websites, or for any other materials, products, or services of third-parties.<br>We are not liable for any harm or damages related to the purchase or use of goods, services, resources, content, or any other transactions made in connection with any third-party websites. Please review carefully the third-party\'s policies and practices and make sure you understand them before you engage in any transaction. Complaints, claims, concerns, or questions regarding third-party products should be directed to the third-party.<br><br>SECTION 9 - USER COMMENTS, FEEDBACK AND OTHER SUBMISSIONS<br><br>If, at our request, you send certain specific submissions (for example contest entries) or without a request from us you send creative ideas, suggestions, proposals, plans, or other materials, whether online, by email, by postal mail, or otherwise (collectively, \'comments\'), you agree that we may, at any time, without restriction, edit, copy, publish, distribute, translate and otherwise use in any medium any comments that you forward to us. We are and shall be under no obligation (1) to maintain any comments in confidence; (2) to pay compensation for any comments; or (3) to respond to any comments.<br>We may, but have no obligation to, monitor, edit or remove content that we determine in our sole discretion are unlawful, offensive, threatening, libelous, defamatory, pornographic, obscene or otherwise objectionable or violates any partyâ€™s intellectual property or these Terms of Service.<br>You agree that your comments will not violate any right of any third-party, including copyright, trademark, privacy, personality or other personal or proprietary right. You further agree that your comments will not contain libelous or otherwise unlawful, abusive or obscene material, or contain any computer virus or other malware that could in any way affect the operation of the Service or any related website. You may not use a false e-mail address, pretend to be someone other than yourself, or otherwise mislead us or third-parties as to the origin of any comments. You are solely responsible for any comments you make and their accuracy. We take no responsibility and assume no liability for any comments posted by you or any third-party.<br><br>SECTION 10 - PERSONAL INFORMATION<br><br>Your submission of personal information through the store is governed by our Privacy Policy. To view our Privacy Policy.<br><br>SECTION 11 - ERRORS, INACCURACIES AND OMISSIONS<br><br>Occasionally there may be information on our site or in the Service that contains typographical errors, inaccuracies or omissions that may relate to product descriptions, pricing, promotions, offers, product shipping charges, transit times and availability. We reserve the right to correct any errors, inaccuracies or omissions, and to change or update information or cancel orders if any information in the Service or on any related website is inaccurate at any time without prior notice (including after you have submitted your order).<br>We undertake no obligation to update, amend or clarify information in the Service or on any related website, including without limitation, pricing information, except as required by law. No specified update or refresh date applied in the Service or on any related website, should be taken to indicate that all information in the Service or on any related website has been modified or updated.<br><br>SECTION 12 - PROHIBITED USES<br><br>In addition to other prohibitions as set forth in the Terms of Service, you are prohibited from using the site or its content: (a) for any unlawful purpose; (b) to solicit others to perform or participate in any unlawful acts; (c) to violate any international, federal, provincial or state regulations, rules, laws, or local ordinances; (d) to infringe upon or violate our intellectual property rights or the intellectual property rights of others; (e) to harass, abuse, insult, harm, defame, slander, disparage, intimidate, or discriminate based on gender, sexual orientation, religion, ethnicity, race, age, national origin, or disability; (f) to submit false or misleading information; (g) to upload or transmit viruses or any other type of malicious code that will or may be used in any way that will affect the functionality or operation of the Service or of any related website, other websites, or the Internet; (h) to collect or track the personal information of others; (i) to spam, phish, pharm, pretext, spider, crawl, or scrape; (j) for any obscene or immoral purpose; or (k) to interfere with or circumvent the security features of the Service or any related website, other websites, or the Internet. We reserve the right to terminate your use of the Service or any related website for violating any of the prohibited uses.<br><br>SECTION 13 - DISCLAIMER OF WARRANTIES; LIMITATION OF LIABILITY<br><br>We do not guarantee, represent or warrant that your use of our service will be uninterrupted, timely, secure or error-free.<br>We do not warrant that the results that may be obtained from the use of the service will be accurate or reliable.<br>You agree that from time to time we may remove the service for indefinite periods of time or cancel the service at any time, without notice to you.<br>You expressly agree that your use of, or inability to use, the service is at your sole risk. The service and all products and services delivered to you through the service are (except as expressly stated by us) provided \'as is\' and \'as available\' for your use, without any representation, warranties or conditions of any kind, either express or implied, including all implied warranties or conditions of merchantability, merchantable quality, fitness for a particular purpose, durability, title, and non-infringement.<br>In no case shall Blackhawk Custom, LLC, our directors, officers, employees, affiliates, agents, contractors, interns, suppliers, service providers or licensors be liable for any injury, loss, claim, or any direct, indirect, incidental, punitive, special, or consequential damages of any kind, including, without limitation lost profits, lost revenue, lost savings, loss of data, replacement costs, or any similar damages, whether based in contract, tort (including negligence), strict liability or otherwise, arising from your use of any of the service or any products procured using the service, or for any other claim related in any way to your use of the service or any product, including, but not limited to, any errors or omissions in any content, or any loss or damage of any kind incurred as a result of the use of the service or any content (or product) posted, transmitted, or otherwise made available via the service, even if advised of their possibility. Because some states or jurisdictions do not allow the exclusion or the limitation of liability for consequential or incidental damages, in such states or jurisdictions, our liability shall be limited to the maximum extent permitted by law.<br><br>SECTION 14 - INDEMNIFICATION<br><br>You agree to indemnify, defend and hold harmless Blackhawk Custom, LLC and our parent, subsidiaries, affiliates, partners, officers, directors, agents, contractors, licensors, service providers, subcontractors, suppliers, interns and employees, harmless from any claim or demand, including reasonable attorneysâ€™ fees, made by any third-party due to or arising out of your breach of these Terms of Service or the documents they incorporate by reference, or your violation of any law or the rights of a third-party.<br><br>SECTION 15 - SEVERABILITY<br><br>In the event that any provision of these Terms of Service is determined to be unlawful, void or unenforceable, such provision shall nonetheless be enforceable to the fullest extent permitted by applicable law, and the unenforceable portion shall be deemed to be severed from these Terms of Service, such determination shall not affect the validity and enforceability of any other remaining provisions.<br><br>SECTION 16 - TERMINATION<br><br>The obligations and liabilities of the parties incurred prior to the termination date shall survive the termination of this agreement for all purposes.<br>These Terms of Service are effective unless and until terminated by either you or us. You may terminate these Terms of Service at any time by notifying us that you no longer wish to use our Services, or when you cease using our site.<br>If in our sole judgment you fail, or we suspect that you have failed, to comply with any term or provision of these Terms of Service, we also may terminate this agreement at any time without notice and you will remain liable for all amounts due up to and including the date of termination; and/or accordingly may deny you access to our Services (or any part thereof).<br><br>SECTION 17 - ENTIRE AGREEMENT<br><br>The failure of us to exercise or enforce any right or provision of these Terms of Service shall not constitute a waiver of such right or provision.<br>These Terms of Service and any policies or operating rules posted by us on this site or in respect to The Service constitutes the entire agreement and understanding between you and us and govern your use of the Service, superseding any prior or contemporaneous agreements, communications and proposals, whether oral or written, between you and us (including, but not limited to, any prior versions of the Terms of Service).<br>Any ambiguities in the interpretation of these Terms of Service shall not be construed against the drafting party.<br><br>SECTION 18 - GOVERNING LAW<br><br>These Terms of Service and any separate agreements whereby we provide you Services shall be governed by and construed in accordance with the laws of 825 South Kings Highway, Fort Pierce, FL 34945.<br><br>SECTION 19 - CHANGES TO TERMS OF SERVICE<br><br>You can review the most current version of the Terms of Service at any time at this page.<br>We reserve the right, at our sole discretion, to update, change or replace any part of these Terms of Service by posting updates and changes to our website. It is your responsibility to check our website periodically for changes. Your continued use of or access to our website or the Service following the posting of any changes to these Terms of Service constitutes acceptance of those changes.<br><br>SECTION 20 - CONTACT INFORMATION<br><br>Questions about the Terms of Service should be sent to us at <a href=\"mailto:admin@blackhawkcustom.com\" target=\"_blank\">admin@blackhawkcustom.com</a></p></div></div>\n</div>'),(1650,158,'tve_revision_tve_has_wistia_popover','0'),(1828,170,'tve_revision_tve_landing_page','tcb2-blank-page-styled'),(1651,159,'tve_revision_tve_landing_page','tcb2-blank-page-styled'),(1652,159,'tve_revision_tve_disable_theme_dependency','1'),(1653,159,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16416ab0690\" style=\"z-index: 8;\" wfd-id=\"37\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1642b1d750f\" wfd-id=\"60\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1642b1d2e7a\" style=\"z-index: 8;\" wfd-id=\"38\"><div class=\"thrv_wrapper thrv_widget_menu tve-custom-menu-upgrade tve-mobile-dropdown      tve-menu-style-style_1\" data-tve-style=\"tve_horizontal\" data-tve-switch-icon=\"mobile\" data-css=\"tve-u-1642b26f466\" style=\"z-index: 8;\" wfd-id=\"41\">	<div class=\"thrive-shortcode-config\" style=\"display: none !important\" wfd-id=\"59\">__CONFIG_widget_menu__{\"menu_id\":\"4\",\"color\":\"tve_red\",\"dir\":\"tve_horizontal\",\"font_class\":\"\",\"font_size\":\"\",\"ul_attr\":\"\",\"link_attr\":\"\",\"top_link_attr\":\"\",\"trigger_attr\":\"\",\"primary\":\"\",\"head_css\":\"\",\"background_hover\":\"\",\"main_hover\":\"\",\"child_hover\":\"\",\"group_edit\":[{\"css_id\":\"\",\"class\":\"\"},{\"css_id\":\"\",\"class\":\"\"},{\"css_id\":\"\",\"class\":\"\"},{\"css_id\":\"\",\"class\":\"\"}],\"menu_style\":\"style_1\",\"dropdown_icon\":\"\",\"mobile_side\":\"\",\"mobile_icon\":\"\",\"switch_to_icon\":\"mobile\"}__CONFIG_widget_menu__</div>\n</div><div class=\"thrv_wrapper thrv_heading\" style=\"\" data-tag=\"h1\" data-css=\"tve-u-1642b32e2c2\" wfd-id=\"40\"><h1 data-css=\"tve-u-16035acf904\"><strong>Privacy</strong></h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" data-css=\"tve-u-1642b25c464\" wfd-id=\"39\"><p data-css=\"tve-u-1642b20c920\">Privacy Policy</p><p data-css=\"tve-u-1642b20c920\">What personal information do we collect from the people that visit our blog, website or app?<br>When ordering or registering on our site, as appropriate, you may be asked to enter your name, email address, mailing address, phone number, credit card information or other details to help you with your experience.</p><p data-css=\"tve-u-1642b20c920\">When do we collect information?</p><p data-css=\"tve-u-1642b20c920\">We collect information from you when you register on our site, place an order, subscribe to a newsletter, respond to a survey, fill out a form or enter information on our site.</p><p data-css=\"tve-u-1642b20c920\">How do we use your information?</p><p data-css=\"tve-u-1642b20c920\">We may use the information we collect from you when you register, make a purchase, sign up for our newsletter, respond to a survey or marketing communication, surf the website, or use certain other site features in the following ways:<br>â€¢ To personalize user\'s experience and to allow us to deliver the type of content and product offerings in which you are most interested.<br>â€¢ To improve our website in order to better serve you.<br>â€¢ To allow us to better service you in responding to your customer service requests.<br>â€¢ To administer a contest, promotion, survey or other site feature.<br>â€¢ To quickly process your transactions.<br>â€¢ To send periodic emails regarding your order or other products and services.</p><p data-css=\"tve-u-1642b20c920\">How do we protect visitor information?</p><p data-css=\"tve-u-1642b20c920\">Our website is scanned on a regular basis for security holes and known vulnerabilities in order to make your visit to our site as safe as possible.<br>We use regular Malware Scanning.</p><p data-css=\"tve-u-1642b20c920\">Your personal information is contained behind secured networks and is only accessible by a limited number of persons who have special access rights to such systems, and are required to keep the information confidential. In addition, all sensitive/credit information you supply is encrypted via Secure Socket Layer (SSL) technology.</p><p data-css=\"tve-u-1642b20c920\">We implement a variety of security measures when a user places an order, enters, submits, or accesses their information to maintain the safety of your personal information.</p><p data-css=\"tve-u-1642b20c920\">All transactions are processed through a gateway provider and are not stored or processed on our servers.</p><p data-css=\"tve-u-1642b20c920\">Do we use \'cookies\'?</p><p data-css=\"tve-u-1642b20c920\">Yes. Cookies are small files that a site or its service provider transfers to your computer\'s hard drive through your Web browser (if you allow) that enable the site\'s or service provider\'s systems to recognize your browser and capture and remember certain information. For instance, we use cookies to help us remember and process the items in your shopping cart. They are also used to help us understand your preferences based on previous or current site activity, which enables us to provide you with improved services. We also use cookies to help us compile aggregate data about site traffic and site interaction so that we can offer better site experiences and tools in the future.</p><p data-css=\"tve-u-1642b20c920\">We use cookies to:</p><p data-css=\"tve-u-1642b20c920\">â€¢ Help remember and process the items in the shopping cart.<br>â€¢ Understand and save user\'s preferences for future visits.<br>You can choose to have your computer warn you each time a cookie is being sent, or you can choose to turn off all cookies. You do this through your browser (like Internet Explorer) settings. Each browser is a little different, so look at your browser\'s Help menu to learn the correct way to modify your cookies.<br>If users disable cookies in their browser:<br>If you turn off cookies, some features will be disabled. However, you can still place orders for<br>saved items in your shopping cart over the telephone by contacting customer service.</p><p data-css=\"tve-u-1642b20c920\">Third Party Disclosure</p><p data-css=\"tve-u-1642b20c920\">We do not sell, trade, or otherwise transfer to outside parties your personally identifiable information.</p><p data-css=\"tve-u-1642b20c920\">Third party links</p><p data-css=\"tve-u-1642b20c920\">Occasionally, at our discretion, we may include or offer third party products or services on our website. These third party sites have separate and independent privacy policies. We therefore have no responsibility or liability for the content and activities of these linked sites. Nonetheless, we seek to protect the integrity of our site and welcome any feedback about these sites.</p><p data-css=\"tve-u-1642b20c920\">Google</p><p data-css=\"tve-u-1642b20c920\">Google\'s advertising requirements can be summed up by Google\'s Advertising Principles. They are put in place to provide a positive experience for users. https://support.google.com/adwordspolicy/answer/1316548?hl=en<br>Opting out:<br>Users can set preferences for how Google advertises to you using the Google Ad Settings page. Alternatively, you can opt out by visiting the Network Advertising initiative opt out page or permanently using the Google Analytics Opt Out Browser add on.<br>California Online Privacy Protection Act<br>CalOPPA is the first state law in the nation to require commercial websites and online services to post a privacy policy. The law\'s reach stretches well beyond California to require a person or company in the United States (and conceivably the world) that operates websites collecting personally identifiable information from California consumers to post a conspicuous privacy policy on its website stating exactly the information being collected and those individuals with whom it is being shared, and to comply with this policy.<br>See more at: http://consumercal.org/california-online-privacy-protection-act-caloppa/#sthash.0FdRbT51.dpuf<br>According to CalOPPA we agree to the following:<br>Users can visit our site anonymously<br>Once this privacy policy is created, we will add a link to it on our home page, or as a minimum on the first significant page after entering our website.<br>Our Privacy Policy link includes the word \'Privacy\', and can be easily be found on the page specified above.<br>Users will be notified of any privacy policy changes:<br>â€¢ On our Privacy Policy Page<br>Users are able to change their personal information:<br>â€¢ By emailing us<br>â€¢ By calling us</p><p data-css=\"tve-u-1642b20c920\">How does our site handle do not track signals?</p><p data-css=\"tve-u-1642b20c920\">We honor do not track signals and do not track, plant cookies, or use advertising when a Do Not Track (DNT) browser mechanism is in place.</p><p data-css=\"tve-u-1642b20c920\">Does our site allow third party behavioral tracking?</p><p data-css=\"tve-u-1642b20c920\">It\'s also important to note that we do not allow third party behavioral tracking<br>COPPA (Children Online Privacy Protection Act)<br>When it comes to the collection of personal information from children under 13, the Children\'s Online Privacy Protection Act (COPPA) puts parents in control. The Federal Trade Commission, the nation\'s consumer protection agency, enforces the COPPA Rule, which spells out what operators of websites and online services must do to protect children\'s privacy and safety online.</p><p data-css=\"tve-u-1642b20c920\">We do not specifically market to children under 13.</p><p data-css=\"tve-u-1642b20c920\">Fair Information Practices</p><p data-css=\"tve-u-1642b20c920\">The Fair Information Practices Principles form the backbone of privacy law in the United States and the concepts they include have played a significant role in the development of data protection laws around the globe. Understanding the Fair Information Practice Principles and how they should be implemented is critical to comply with the various privacy laws that protect personal information.<br>In order to be in line with Fair Information Practices we will take the following responsive action, should a data breach occur:<br>â€¢ Within 7 business days<br>We will notify the users via in site notification<br>â€¢ Within 7 business days<br>We also agree to the individual redress principle, which requires that individuals have a right to pursue legally enforceable rights against data collectors and processors who fail to adhere to the law. This principle requires not only that individuals have enforceable rights against data users, but also that individuals have recourse to courts or a government agency to investigate and/or prosecute non-compliance by data processors.<br>CAN SPAM Act<br>The CAN-SPAM Act is a law that sets the rules for commercial email, establishes requirements for commercial messages, gives recipients the right to have emails stopped from being sent to them, and spells out tough penalties for violations.</p><p data-css=\"tve-u-1642b20c920\">We collect your email address in order to:</p><p data-css=\"tve-u-1642b20c920\">â€¢ Send information, respond to inquiries, and/or other requests or questions.<br>â€¢ Process orders and to send information and updates pertaining to orders<br>â€¢ Market to our mailing list or continue to send emails to our clients after the original transaction has occurred<br>To be in accordance with CANSPAM we agree to the following:<br>â€¢ NOT use false, or misleading subjects or email addresses<br>â€¢ Identify the message as an advertisement in some reasonable way<br>â€¢ Include the physical address of our business or site headquarters<br>â€¢ Monitor third party email marketing services for compliance, if one is used.<br>â€¢ Honor opt-out/unsubscribe requests quickly<br>â€¢ Allow users to unsubscribe by using the link at the bottom of each email<br>If at any time you would like to unsubscribe from receiving future emails, you can email us at<br>â€¢ Follow the instructions at the bottom of each email. and we will promptly remove you from ALL correspondence.</p><p data-css=\"tve-u-1642b20c920\">Contacting Us</p><p data-css=\"tve-u-1642b20c920\">If there are any questions regarding this privacy policy you may contact us using the information below.<br>Blackhawk Custom, LLC.<br>825 South Kings Highway<br>Fort Pierce, FL 34945<br>United States<br>https://www.blackhawkcustom.com<br>Conditions of use:</p><p data-css=\"tve-u-1642b20c920\">By using this website, you agree to all of our terms and conditions of the sale<br>All sales are final (See our refund policy)</p></div></div>\n</div>'),(1654,159,'tve_revision_tve_content_more_found',''),(1655,159,'tve_revision_tve_save_post',''),(1656,159,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Montserrat:400,700&subset=latin\");@media (min-width: 300px){#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-153:hover > a { fill: rgb(179, 144, 57) !important; color: rgb(179, 144, 57) !important; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-153 > a { fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1642b26f466\"] #menu-item-104 { text-align: center; padding-left: 61px !important; padding-right: 61px !important; }[data-css=\"tve-u-1642b26f466\"] #menu-item-103 { text-align: center; padding-left: 61px !important; padding-right: 61px !important; }[data-css=\"tve-u-1642b26f466\"] #menu-item-102 { text-align: center; padding-left: 61px !important; padding-right: 61px !important; }[data-css=\"tve-u-1642b26f466\"] #menu-item-109 { text-align: center; padding-left: 61px !important; padding-right: 61px !important; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-104:hover > a { fill: rgb(179, 144, 57) !important; color: rgb(179, 144, 57) !important; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-103:hover > a { fill: rgb(179, 144, 57) !important; color: rgb(179, 144, 57) !important; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-102:hover > a { fill: rgb(179, 144, 57) !important; color: rgb(179, 144, 57) !important; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-109:hover > a { fill: rgb(179, 144, 57) !important; color: rgb(179, 144, 57) !important; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-104 > a { fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-103 > a { fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-102 > a { fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-109 > a { fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1642b26f466\"] .tve_w_menu { background-image: none !important; }[data-css=\"tve-u-1642b32e2c2\"] { float: none; width: 100%; z-index: 3; position: relative; margin-left: auto !important; margin-right: auto !important; }#tcb_landing_page a.tve_state_hover:not(.tcb-button-link) { color: rgb(179, 144, 57); }[data-css=\"tve-u-1642b26f466\"] { float: none; width: 100%; z-index: 3; position: relative; margin: 0px auto 20px !important; }[data-css=\"tve-u-1642b25c464\"] { padding: 5px !important; background-image: none !important; }[data-css=\"tve-u-1642b20c920\"] strong { font-weight: 700 !important; }#tve_editor [data-css=\"tve-u-1642b20c920\"] { font-size: 16px !important; font-family: Montserrat !important; font-weight: 400 !important; }[data-css=\"tve-u-16035acf904\"] strong { font-weight: 700 !important; }#tve_editor [data-css=\"tve-u-16035acf904\"] { font-size: 24px !important; font-family: Montserrat !important; font-weight: 400 !important; text-transform: capitalize !important; }[data-css=\"tve-u-1642b1d750f\"] { background-image: linear-gradient(rgb(0, 0, 0), rgb(0, 0, 0)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }#tve_editor [data-css=\"tve-u-1642b1d2e7a\"] p, #tve_editor [data-css=\"tve-u-1642b1d2e7a\"] li, #tve_editor [data-css=\"tve-u-1642b1d2e7a\"] blockquote, #tve_editor [data-css=\"tve-u-1642b1d2e7a\"] address, #tve_editor [data-css=\"tve-u-1642b1d2e7a\"] .tcb-plain-text, #tve_editor [data-css=\"tve-u-1642b1d2e7a\"] h1, #tve_editor [data-css=\"tve-u-1642b1d2e7a\"] h2, #tve_editor [data-css=\"tve-u-1642b1d2e7a\"] h3, #tve_editor [data-css=\"tve-u-1642b1d2e7a\"] h4, #tve_editor [data-css=\"tve-u-1642b1d2e7a\"] h5, #tve_editor [data-css=\"tve-u-1642b1d2e7a\"] h6 { color: rgb(255, 255, 255); }[data-css=\"tve-u-16416ab0690\"] { padding: 30px 20px !important; }.tcb-plain-text strong { font-weight: 700; }.tcb-plain-text { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page a strong { font-weight: 700; }#tcb_landing_page h6 strong { font-weight: 700; }#tcb_landing_page h5 strong { font-weight: 700; }#tcb_landing_page h4 strong { font-weight: 700; }#tcb_landing_page h6 { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); font-size: 20px; }#tcb_landing_page h5 { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); font-size: 24px; }#tcb_landing_page h4 { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); font-size: 30px; }#tcb_landing_page a:not(.tcb-button-link) { color: rgb(255, 255, 255); text-decoration: underline; }#tcb_landing_page h3 strong { font-weight: 700; }#tcb_landing_page h3 { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); font-size: 38px; line-height: 1.3em; }#tcb_landing_page h2 strong { font-weight: 700; }#tcb_landing_page h2 { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); font-size: 45px; line-height: 1.3em; }#tcb_landing_page h1 strong { font-weight: 700; }#tcb_landing_page h1 { font-family: Montserrat; font-weight: 400; font-size: 50px; line-height: 1.3em; color: rgb(255, 255, 255); }#tcb_landing_page p strong, #tcb_landing_page li strong { font-weight: 700; }#tcb_landing_page p, #tcb_landing_page li { font-family: Montserrat; font-weight: 400; font-size: 17px; line-height: 1.6em; color: rgb(255, 255, 255); }[data-css=\"tve-u-15e09c94f7d\"] { background-color: rgb(255, 255, 255); }#tcb_landing_page a:hover:not(.tcb-button-link) { text-decoration: none; color: rgb(179, 144, 57); }#tcb_landing_page .tve-state-hovera:not(.tcb-button-link) { text-decoration: none; }#tcb_landing_page a.tve-state-hover:not(.tcb-button-link) { text-decoration: none; }[data-css=\"tve-u-1642b1d2e7a\"] { max-width: 1200px; }}@media (max-width: 1023px){[data-css=\"tve-u-1642b26f466\"] #menu-item-104 { padding-left: 2px !important; padding-right: 2px !important; }[data-css=\"tve-u-1642b26f466\"] #menu-item-103 { padding-left: 2px !important; padding-right: 2px !important; }[data-css=\"tve-u-1642b26f466\"] #menu-item-102 { padding-left: 2px !important; padding-right: 2px !important; }[data-css=\"tve-u-1642b26f466\"] #menu-item-109 { padding-left: 2px !important; padding-right: 2px !important; }[data-css=\"tve-u-1642b26f466\"] { max-width: 1200px; float: none; width: 100%; z-index: 3; position: relative; margin: 0px auto !important; padding: 5px !important; }}@media (max-width: 767px){#tve_editor [data-css=\"tve-u-16035acf904\"] { font-size: 36px !important; }}'),(1657,159,'tve_revision_tve_user_custom_css',''),(1658,159,'tve_revision_tve_page_events','a:0:{}'),(1659,159,'tve_revision_tve_globals','a:2:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";s:8:\"font_cls\";a:0:{}}'),(1660,159,'tve_revision_tve_global_scripts',''),(1661,159,'tve_revision_thrive_icon_pack','0'),(1662,159,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(1663,159,'tve_revision_tve_has_masonry','0'),(1664,159,'tve_revision_tve_has_typefocus','0'),(1665,159,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16416ab0690\" style=\"z-index: 8;\" wfd-id=\"37\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1642b1d750f\" wfd-id=\"60\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1642b1d2e7a\" style=\"z-index: 8;\" wfd-id=\"38\"><div class=\"thrv_wrapper thrv_widget_menu tve-custom-menu-upgrade tve-mobile-dropdown      tve-menu-style-style_1\" data-tve-style=\"tve_horizontal\" data-tve-switch-icon=\"mobile\" data-css=\"tve-u-1642b26f466\" style=\"z-index: 8;\" wfd-id=\"41\">	<div class=\"thrive-shortcode-config\" style=\"display: none !important\" wfd-id=\"59\">__CONFIG_widget_menu__{\"menu_id\":\"4\",\"color\":\"tve_red\",\"dir\":\"tve_horizontal\",\"font_class\":\"\",\"font_size\":\"\",\"ul_attr\":\"\",\"link_attr\":\"\",\"top_link_attr\":\"\",\"trigger_attr\":\"\",\"primary\":\"\",\"head_css\":\"\",\"background_hover\":\"\",\"main_hover\":\"\",\"child_hover\":\"\",\"group_edit\":[{\"css_id\":\"\",\"class\":\"\"},{\"css_id\":\"\",\"class\":\"\"},{\"css_id\":\"\",\"class\":\"\"},{\"css_id\":\"\",\"class\":\"\"}],\"menu_style\":\"style_1\",\"dropdown_icon\":\"\",\"mobile_side\":\"\",\"mobile_icon\":\"\",\"switch_to_icon\":\"mobile\"}__CONFIG_widget_menu__</div>\n</div><div class=\"thrv_wrapper thrv_heading\" style=\"\" data-tag=\"h1\" data-css=\"tve-u-1642b32e2c2\" wfd-id=\"40\"><h1 data-css=\"tve-u-16035acf904\"><strong>Privacy</strong></h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" data-css=\"tve-u-1642b25c464\" wfd-id=\"39\"><p data-css=\"tve-u-1642b20c920\">Privacy Policy</p><p data-css=\"tve-u-1642b20c920\">What personal information do we collect from the people that visit our blog, website or app?<br>When ordering or registering on our site, as appropriate, you may be asked to enter your name, email address, mailing address, phone number, credit card information or other details to help you with your experience.</p><p data-css=\"tve-u-1642b20c920\">When do we collect information?</p><p data-css=\"tve-u-1642b20c920\">We collect information from you when you register on our site, place an order, subscribe to a newsletter, respond to a survey, fill out a form or enter information on our site.</p><p data-css=\"tve-u-1642b20c920\">How do we use your information?</p><p data-css=\"tve-u-1642b20c920\">We may use the information we collect from you when you register, make a purchase, sign up for our newsletter, respond to a survey or marketing communication, surf the website, or use certain other site features in the following ways:<br>â€¢ To personalize user\'s experience and to allow us to deliver the type of content and product offerings in which you are most interested.<br>â€¢ To improve our website in order to better serve you.<br>â€¢ To allow us to better service you in responding to your customer service requests.<br>â€¢ To administer a contest, promotion, survey or other site feature.<br>â€¢ To quickly process your transactions.<br>â€¢ To send periodic emails regarding your order or other products and services.</p><p data-css=\"tve-u-1642b20c920\">How do we protect visitor information?</p><p data-css=\"tve-u-1642b20c920\">Our website is scanned on a regular basis for security holes and known vulnerabilities in order to make your visit to our site as safe as possible.<br>We use regular Malware Scanning.</p><p data-css=\"tve-u-1642b20c920\">Your personal information is contained behind secured networks and is only accessible by a limited number of persons who have special access rights to such systems, and are required to keep the information confidential. In addition, all sensitive/credit information you supply is encrypted via Secure Socket Layer (SSL) technology.</p><p data-css=\"tve-u-1642b20c920\">We implement a variety of security measures when a user places an order, enters, submits, or accesses their information to maintain the safety of your personal information.</p><p data-css=\"tve-u-1642b20c920\">All transactions are processed through a gateway provider and are not stored or processed on our servers.</p><p data-css=\"tve-u-1642b20c920\">Do we use \'cookies\'?</p><p data-css=\"tve-u-1642b20c920\">Yes. Cookies are small files that a site or its service provider transfers to your computer\'s hard drive through your Web browser (if you allow) that enable the site\'s or service provider\'s systems to recognize your browser and capture and remember certain information. For instance, we use cookies to help us remember and process the items in your shopping cart. They are also used to help us understand your preferences based on previous or current site activity, which enables us to provide you with improved services. We also use cookies to help us compile aggregate data about site traffic and site interaction so that we can offer better site experiences and tools in the future.</p><p data-css=\"tve-u-1642b20c920\">We use cookies to:</p><p data-css=\"tve-u-1642b20c920\">â€¢ Help remember and process the items in the shopping cart.<br>â€¢ Understand and save user\'s preferences for future visits.<br>You can choose to have your computer warn you each time a cookie is being sent, or you can choose to turn off all cookies. You do this through your browser (like Internet Explorer) settings. Each browser is a little different, so look at your browser\'s Help menu to learn the correct way to modify your cookies.<br>If users disable cookies in their browser:<br>If you turn off cookies, some features will be disabled. However, you can still place orders for<br>saved items in your shopping cart over the telephone by contacting customer service.</p><p data-css=\"tve-u-1642b20c920\">Third Party Disclosure</p><p data-css=\"tve-u-1642b20c920\">We do not sell, trade, or otherwise transfer to outside parties your personally identifiable information.</p><p data-css=\"tve-u-1642b20c920\">Third party links</p><p data-css=\"tve-u-1642b20c920\">Occasionally, at our discretion, we may include or offer third party products or services on our website. These third party sites have separate and independent privacy policies. We therefore have no responsibility or liability for the content and activities of these linked sites. Nonetheless, we seek to protect the integrity of our site and welcome any feedback about these sites.</p><p data-css=\"tve-u-1642b20c920\">Google</p><p data-css=\"tve-u-1642b20c920\">Google\'s advertising requirements can be summed up by Google\'s Advertising Principles. They are put in place to provide a positive experience for users. https://support.google.com/adwordspolicy/answer/1316548?hl=en<br>Opting out:<br>Users can set preferences for how Google advertises to you using the Google Ad Settings page. Alternatively, you can opt out by visiting the Network Advertising initiative opt out page or permanently using the Google Analytics Opt Out Browser add on.<br>California Online Privacy Protection Act<br>CalOPPA is the first state law in the nation to require commercial websites and online services to post a privacy policy. The law\'s reach stretches well beyond California to require a person or company in the United States (and conceivably the world) that operates websites collecting personally identifiable information from California consumers to post a conspicuous privacy policy on its website stating exactly the information being collected and those individuals with whom it is being shared, and to comply with this policy.<br>See more at: http://consumercal.org/california-online-privacy-protection-act-caloppa/#sthash.0FdRbT51.dpuf<br>According to CalOPPA we agree to the following:<br>Users can visit our site anonymously<br>Once this privacy policy is created, we will add a link to it on our home page, or as a minimum on the first significant page after entering our website.<br>Our Privacy Policy link includes the word \'Privacy\', and can be easily be found on the page specified above.<br>Users will be notified of any privacy policy changes:<br>â€¢ On our Privacy Policy Page<br>Users are able to change their personal information:<br>â€¢ By emailing us<br>â€¢ By calling us</p><p data-css=\"tve-u-1642b20c920\">How does our site handle do not track signals?</p><p data-css=\"tve-u-1642b20c920\">We honor do not track signals and do not track, plant cookies, or use advertising when a Do Not Track (DNT) browser mechanism is in place.</p><p data-css=\"tve-u-1642b20c920\">Does our site allow third party behavioral tracking?</p><p data-css=\"tve-u-1642b20c920\">It\'s also important to note that we do not allow third party behavioral tracking<br>COPPA (Children Online Privacy Protection Act)<br>When it comes to the collection of personal information from children under 13, the Children\'s Online Privacy Protection Act (COPPA) puts parents in control. The Federal Trade Commission, the nation\'s consumer protection agency, enforces the COPPA Rule, which spells out what operators of websites and online services must do to protect children\'s privacy and safety online.</p><p data-css=\"tve-u-1642b20c920\">We do not specifically market to children under 13.</p><p data-css=\"tve-u-1642b20c920\">Fair Information Practices</p><p data-css=\"tve-u-1642b20c920\">The Fair Information Practices Principles form the backbone of privacy law in the United States and the concepts they include have played a significant role in the development of data protection laws around the globe. Understanding the Fair Information Practice Principles and how they should be implemented is critical to comply with the various privacy laws that protect personal information.<br>In order to be in line with Fair Information Practices we will take the following responsive action, should a data breach occur:<br>â€¢ Within 7 business days<br>We will notify the users via in site notification<br>â€¢ Within 7 business days<br>We also agree to the individual redress principle, which requires that individuals have a right to pursue legally enforceable rights against data collectors and processors who fail to adhere to the law. This principle requires not only that individuals have enforceable rights against data users, but also that individuals have recourse to courts or a government agency to investigate and/or prosecute non-compliance by data processors.<br>CAN SPAM Act<br>The CAN-SPAM Act is a law that sets the rules for commercial email, establishes requirements for commercial messages, gives recipients the right to have emails stopped from being sent to them, and spells out tough penalties for violations.</p><p data-css=\"tve-u-1642b20c920\">We collect your email address in order to:</p><p data-css=\"tve-u-1642b20c920\">â€¢ Send information, respond to inquiries, and/or other requests or questions.<br>â€¢ Process orders and to send information and updates pertaining to orders<br>â€¢ Market to our mailing list or continue to send emails to our clients after the original transaction has occurred<br>To be in accordance with CANSPAM we agree to the following:<br>â€¢ NOT use false, or misleading subjects or email addresses<br>â€¢ Identify the message as an advertisement in some reasonable way<br>â€¢ Include the physical address of our business or site headquarters<br>â€¢ Monitor third party email marketing services for compliance, if one is used.<br>â€¢ Honor opt-out/unsubscribe requests quickly<br>â€¢ Allow users to unsubscribe by using the link at the bottom of each email<br>If at any time you would like to unsubscribe from receiving future emails, you can email us at<br>â€¢ Follow the instructions at the bottom of each email. and we will promptly remove you from ALL correspondence.</p><p data-css=\"tve-u-1642b20c920\">Contacting Us</p><p data-css=\"tve-u-1642b20c920\">If there are any questions regarding this privacy policy you may contact us using the information below.<br>Blackhawk Custom, LLC.<br>825 South Kings Highway<br>Fort Pierce, FL 34945<br>United States<br>https://www.blackhawkcustom.com<br>Conditions of use:</p><p data-css=\"tve-u-1642b20c920\">By using this website, you agree to all of our terms and conditions of the sale<br>All sales are final (See our refund policy)</p></div></div>\n</div>'),(1666,159,'tve_revision_tve_has_wistia_popover','0'),(1829,170,'tve_revision_tve_disable_theme_dependency','1'),(1830,170,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1642b667be5\" wfd-id=\"35\">\n<div class=\"tve-content-box-background\" wfd-id=\"62\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"36\"><div class=\"thrv_wrapper thrv_widget_menu tve-custom-menu-upgrade tve-mobile-dropdown tve-menu-style-style_1 on_hover\" data-tve-style=\"tve_horizontal\" data-tve-switch-icon=\"mobile\" data-css=\"tve-u-1642b26f466\" style=\"z-index: 8;\" wfd-id=\"43\">	<div class=\"thrive-shortcode-config\" style=\"display: none !important\" wfd-id=\"61\">__CONFIG_widget_menu__{\"menu_id\":\"4\",\"color\":\"tve_red\",\"dir\":\"tve_horizontal\",\"font_class\":\"\",\"font_size\":\"\",\"ul_attr\":\"\",\"link_attr\":\"\",\"top_link_attr\":\"\",\"trigger_attr\":\"\",\"primary\":\"\",\"head_css\":\"\",\"background_hover\":\"\",\"main_hover\":\"\",\"child_hover\":\"\",\"group_edit\":[{\"css_id\":\"\",\"class\":\"\"},{\"css_id\":\"\",\"class\":\"\"},{\"css_id\":\"\",\"class\":\"\"},{\"css_id\":\"\",\"class\":\"\"}],\"menu_style\":\"style_1\",\"dropdown_icon\":\"\",\"mobile_side\":\"\",\"mobile_icon\":\"\",\"switch_to_icon\":\"mobile\"}__CONFIG_widget_menu__</div>\n</div><div class=\"thrv_wrapper thrv_heading\" style=\"\" data-tag=\"h1\" data-css=\"tve-u-1642b32e2c2\" wfd-id=\"40\"><h1 data-css=\"tve-u-16035acf904\"><strong>Privacy</strong></h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" data-css=\"tve-u-1642b25c464\" wfd-id=\"37\"><p data-css=\"tve-u-1642b20c920\">Privacy Policy</p><p data-css=\"tve-u-1642b20c920\">What personal information do we collect from the people that visit our blog, website or app?<br>When ordering or registering on our site, as appropriate, you may be asked to enter your name, email address, mailing address, phone number, credit card information or other details to help you with your experience.</p><p data-css=\"tve-u-1642b20c920\">When do we collect information?</p><p data-css=\"tve-u-1642b20c920\">We collect information from you when you register on our site, place an order, subscribe to a newsletter, respond to a survey, fill out a form or enter information on our site.</p><p data-css=\"tve-u-1642b20c920\">How do we use your information?</p><p data-css=\"tve-u-1642b20c920\">We may use the information we collect from you when you register, make a purchase, sign up for our newsletter, respond to a survey or marketing communication, surf the website, or use certain other site features in the following ways:<br>â€¢ To personalize user\'s experience and to allow us to deliver the type of content and product offerings in which you are most interested.<br>â€¢ To improve our website in order to better serve you.<br>â€¢ To allow us to better service you in responding to your customer service requests.<br>â€¢ To administer a contest, promotion, survey or other site feature.<br>â€¢ To quickly process your transactions.<br>â€¢ To send periodic emails regarding your order or other products and services.</p><p data-css=\"tve-u-1642b20c920\">How do we protect visitor information?</p><p data-css=\"tve-u-1642b20c920\">Our website is scanned on a regular basis for security holes and known vulnerabilities in order to make your visit to our site as safe as possible.<br>We use regular Malware Scanning.</p><p data-css=\"tve-u-1642b20c920\">Your personal information is contained behind secured networks and is only accessible by a limited number of persons who have special access rights to such systems, and are required to keep the information confidential. In addition, all sensitive/credit information you supply is encrypted via Secure Socket Layer (SSL) technology.</p><p data-css=\"tve-u-1642b20c920\">We implement a variety of security measures when a user places an order, enters, submits, or accesses their information to maintain the safety of your personal information.</p><p data-css=\"tve-u-1642b20c920\">All transactions are processed through a gateway provider and are not stored or processed on our servers.</p><p data-css=\"tve-u-1642b20c920\">Do we use \'cookies\'?</p><p data-css=\"tve-u-1642b20c920\">Yes. Cookies are small files that a site or its service provider transfers to your computer\'s hard drive through your Web browser (if you allow) that enable the site\'s or service provider\'s systems to recognize your browser and capture and remember certain information. For instance, we use cookies to help us remember and process the items in your shopping cart. They are also used to help us understand your preferences based on previous or current site activity, which enables us to provide you with improved services. We also use cookies to help us compile aggregate data about site traffic and site interaction so that we can offer better site experiences and tools in the future.</p><p data-css=\"tve-u-1642b20c920\">We use cookies to:</p><p data-css=\"tve-u-1642b20c920\">â€¢ Help remember and process the items in the shopping cart.<br>â€¢ Understand and save user\'s preferences for future visits.<br>You can choose to have your computer warn you each time a cookie is being sent, or you can choose to turn off all cookies. You do this through your browser (like Internet Explorer) settings. Each browser is a little different, so look at your browser\'s Help menu to learn the correct way to modify your cookies.<br>If users disable cookies in their browser:<br>If you turn off cookies, some features will be disabled. However, you can still place orders for<br>saved items in your shopping cart over the telephone by contacting customer service.</p><p data-css=\"tve-u-1642b20c920\">Third Party Disclosure</p><p data-css=\"tve-u-1642b20c920\">We do not sell, trade, or otherwise transfer to outside parties your personally identifiable information.</p><p data-css=\"tve-u-1642b20c920\">Third party links</p><p data-css=\"tve-u-1642b20c920\">Occasionally, at our discretion, we may include or offer third party products or services on our website. These third party sites have separate and independent privacy policies. We therefore have no responsibility or liability for the content and activities of these linked sites. Nonetheless, we seek to protect the integrity of our site and welcome any feedback about these sites.</p><p data-css=\"tve-u-1642b20c920\">Google</p><p data-css=\"tve-u-1642b20c920\">Google\'s advertising requirements can be summed up by Google\'s Advertising Principles. They are put in place to provide a positive experience for users. https://support.google.com/adwordspolicy/answer/1316548?hl=en<br>Opting out:<br>Users can set preferences for how Google advertises to you using the Google Ad Settings page. Alternatively, you can opt out by visiting the Network Advertising initiative opt out page or permanently using the Google Analytics Opt Out Browser add on.<br>California Online Privacy Protection Act<br>CalOPPA is the first state law in the nation to require commercial websites and online services to post a privacy policy. The law\'s reach stretches well beyond California to require a person or company in the United States (and conceivably the world) that operates websites collecting personally identifiable information from California consumers to post a conspicuous privacy policy on its website stating exactly the information being collected and those individuals with whom it is being shared, and to comply with this policy.<br>See more at: http://consumercal.org/california-online-privacy-protection-act-caloppa/#sthash.0FdRbT51.dpuf<br>According to CalOPPA we agree to the following:<br>Users can visit our site anonymously<br>Once this privacy policy is created, we will add a link to it on our home page, or as a minimum on the first significant page after entering our website.<br>Our Privacy Policy link includes the word \'Privacy\', and can be easily be found on the page specified above.<br>Users will be notified of any privacy policy changes:<br>â€¢ On our Privacy Policy Page<br>Users are able to change their personal information:<br>â€¢ By emailing us<br>â€¢ By calling us</p><p data-css=\"tve-u-1642b20c920\">How does our site handle do not track signals?</p><p data-css=\"tve-u-1642b20c920\">We honor do not track signals and do not track, plant cookies, or use advertising when a Do Not Track (DNT) browser mechanism is in place.</p><p data-css=\"tve-u-1642b20c920\">Does our site allow third party behavioral tracking?</p><p data-css=\"tve-u-1642b20c920\">It\'s also important to note that we do not allow third party behavioral tracking<br>COPPA (Children Online Privacy Protection Act)<br>When it comes to the collection of personal information from children under 13, the Children\'s Online Privacy Protection Act (COPPA) puts parents in control. The Federal Trade Commission, the nation\'s consumer protection agency, enforces the COPPA Rule, which spells out what operators of websites and online services must do to protect children\'s privacy and safety online.</p><p data-css=\"tve-u-1642b20c920\">We do not specifically market to children under 13.</p><p data-css=\"tve-u-1642b20c920\">Fair Information Practices</p><p data-css=\"tve-u-1642b20c920\">The Fair Information Practices Principles form the backbone of privacy law in the United States and the concepts they include have played a significant role in the development of data protection laws around the globe. Understanding the Fair Information Practice Principles and how they should be implemented is critical to comply with the various privacy laws that protect personal information.<br>In order to be in line with Fair Information Practices we will take the following responsive action, should a data breach occur:<br>â€¢ Within 7 business days<br>We will notify the users via in site notification<br>â€¢ Within 7 business days<br>We also agree to the individual redress principle, which requires that individuals have a right to pursue legally enforceable rights against data collectors and processors who fail to adhere to the law. This principle requires not only that individuals have enforceable rights against data users, but also that individuals have recourse to courts or a government agency to investigate and/or prosecute non-compliance by data processors.<br>CAN SPAM Act<br>The CAN-SPAM Act is a law that sets the rules for commercial email, establishes requirements for commercial messages, gives recipients the right to have emails stopped from being sent to them, and spells out tough penalties for violations.</p><p data-css=\"tve-u-1642b20c920\">We collect your email address in order to:</p><p data-css=\"tve-u-1642b20c920\">â€¢ Send information, respond to inquiries, and/or other requests or questions.<br>â€¢ Process orders and to send information and updates pertaining to orders<br>â€¢ Market to our mailing list or continue to send emails to our clients after the original transaction has occurred<br>To be in accordance with CANSPAM we agree to the following:<br>â€¢ NOT use false, or misleading subjects or email addresses<br>â€¢ Identify the message as an advertisement in some reasonable way<br>â€¢ Include the physical address of our business or site headquarters<br>â€¢ Monitor third party email marketing services for compliance, if one is used.<br>â€¢ Honor opt-out/unsubscribe requests quickly<br>â€¢ Allow users to unsubscribe by using the link at the bottom of each email<br>If at any time you would like to unsubscribe from receiving future emails, you can email us at<br>â€¢ Follow the instructions at the bottom of each email. and we will promptly remove you from ALL correspondence.</p><p data-css=\"tve-u-1642b20c920\">Contacting Us</p><p data-css=\"tve-u-1642b20c920\">If there are any questions regarding this privacy policy you may contact us using the information below.<br>Blackhawk Custom, LLC.<br>825 South Kings Highway<br>Fort Pierce, FL 34945<br>United States<br>https://www.blackhawkcustom.com<br>Conditions of use:</p><p data-css=\"tve-u-1642b20c920\">By using this website, you agree to all of our terms and conditions of the sale<br>All sales are final (See our refund policy)</p></div></div>\n</div>'),(1667,160,'tve_revision_tve_landing_page','tcb2-blank-page-styled'),(1668,160,'tve_revision_tve_disable_theme_dependency','1'),(1669,160,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16416ab0690\" style=\"z-index: 8;\" wfd-id=\"33\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1642b1d750f\" wfd-id=\"56\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1642b1d2e7a\" style=\"z-index: 8;\" wfd-id=\"34\"><div class=\"thrv_wrapper thrv_widget_menu tve-custom-menu-upgrade tve-mobile-dropdown      tve-menu-style-style_1\" data-tve-style=\"tve_horizontal\" data-tve-switch-icon=\"mobile\" data-css=\"tve-u-1642b26f466\" style=\"z-index: 8;\" wfd-id=\"37\">	<div class=\"thrive-shortcode-config\" style=\"display: none !important\" wfd-id=\"55\">__CONFIG_widget_menu__{\"menu_id\":\"4\",\"color\":\"tve_red\",\"dir\":\"tve_horizontal\",\"font_class\":\"\",\"font_size\":\"\",\"ul_attr\":\"\",\"link_attr\":\"\",\"top_link_attr\":\"\",\"trigger_attr\":\"\",\"primary\":\"\",\"head_css\":\"\",\"background_hover\":\"\",\"main_hover\":\"\",\"child_hover\":\"\",\"group_edit\":[{\"css_id\":\"\",\"class\":\"\"},{\"css_id\":\"\",\"class\":\"\"},{\"css_id\":\"\",\"class\":\"\"},{\"css_id\":\"\",\"class\":\"\"}],\"menu_style\":\"style_1\",\"dropdown_icon\":\"\",\"mobile_side\":\"\",\"mobile_icon\":\"\",\"switch_to_icon\":\"mobile\"}__CONFIG_widget_menu__</div>\n</div><div class=\"thrv_wrapper thrv_heading\" style=\"\" data-tag=\"h1\" data-css=\"tve-u-1642b32e2c2\" wfd-id=\"36\"><h1 data-css=\"tve-u-16035acf904\"><strong>Privacy</strong></h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" data-css=\"tve-u-1642b25c464\" wfd-id=\"35\"><p data-css=\"tve-u-1642b20c920\">Privacy Policy</p><p data-css=\"tve-u-1642b20c920\">What personal information do we collect from the people that visit our blog, website or app?<br>When ordering or registering on our site, as appropriate, you may be asked to enter your name, email address, mailing address, phone number, credit card information or other details to help you with your experience.</p><p data-css=\"tve-u-1642b20c920\">When do we collect information?</p><p data-css=\"tve-u-1642b20c920\">We collect information from you when you register on our site, place an order, subscribe to a newsletter, respond to a survey, fill out a form or enter information on our site.</p><p data-css=\"tve-u-1642b20c920\">How do we use your information?</p><p data-css=\"tve-u-1642b20c920\">We may use the information we collect from you when you register, make a purchase, sign up for our newsletter, respond to a survey or marketing communication, surf the website, or use certain other site features in the following ways:<br>â€¢ To personalize user\'s experience and to allow us to deliver the type of content and product offerings in which you are most interested.<br>â€¢ To improve our website in order to better serve you.<br>â€¢ To allow us to better service you in responding to your customer service requests.<br>â€¢ To administer a contest, promotion, survey or other site feature.<br>â€¢ To quickly process your transactions.<br>â€¢ To send periodic emails regarding your order or other products and services.</p><p data-css=\"tve-u-1642b20c920\">How do we protect visitor information?</p><p data-css=\"tve-u-1642b20c920\">Our website is scanned on a regular basis for security holes and known vulnerabilities in order to make your visit to our site as safe as possible.<br>We use regular Malware Scanning.</p><p data-css=\"tve-u-1642b20c920\">Your personal information is contained behind secured networks and is only accessible by a limited number of persons who have special access rights to such systems, and are required to keep the information confidential. In addition, all sensitive/credit information you supply is encrypted via Secure Socket Layer (SSL) technology.</p><p data-css=\"tve-u-1642b20c920\">We implement a variety of security measures when a user places an order, enters, submits, or accesses their information to maintain the safety of your personal information.</p><p data-css=\"tve-u-1642b20c920\">All transactions are processed through a gateway provider and are not stored or processed on our servers.</p><p data-css=\"tve-u-1642b20c920\">Do we use \'cookies\'?</p><p data-css=\"tve-u-1642b20c920\">Yes. Cookies are small files that a site or its service provider transfers to your computer\'s hard drive through your Web browser (if you allow) that enable the site\'s or service provider\'s systems to recognize your browser and capture and remember certain information. For instance, we use cookies to help us remember and process the items in your shopping cart. They are also used to help us understand your preferences based on previous or current site activity, which enables us to provide you with improved services. We also use cookies to help us compile aggregate data about site traffic and site interaction so that we can offer better site experiences and tools in the future.</p><p data-css=\"tve-u-1642b20c920\">We use cookies to:</p><p data-css=\"tve-u-1642b20c920\">â€¢ Help remember and process the items in the shopping cart.<br>â€¢ Understand and save user\'s preferences for future visits.<br>You can choose to have your computer warn you each time a cookie is being sent, or you can choose to turn off all cookies. You do this through your browser (like Internet Explorer) settings. Each browser is a little different, so look at your browser\'s Help menu to learn the correct way to modify your cookies.<br>If users disable cookies in their browser:<br>If you turn off cookies, some features will be disabled. However, you can still place orders for<br>saved items in your shopping cart over the telephone by contacting customer service.</p><p data-css=\"tve-u-1642b20c920\">Third Party Disclosure</p><p data-css=\"tve-u-1642b20c920\">We do not sell, trade, or otherwise transfer to outside parties your personally identifiable information.</p><p data-css=\"tve-u-1642b20c920\">Third party links</p><p data-css=\"tve-u-1642b20c920\">Occasionally, at our discretion, we may include or offer third party products or services on our website. These third party sites have separate and independent privacy policies. We therefore have no responsibility or liability for the content and activities of these linked sites. Nonetheless, we seek to protect the integrity of our site and welcome any feedback about these sites.</p><p data-css=\"tve-u-1642b20c920\">Google</p><p data-css=\"tve-u-1642b20c920\">Google\'s advertising requirements can be summed up by Google\'s Advertising Principles. They are put in place to provide a positive experience for users. https://support.google.com/adwordspolicy/answer/1316548?hl=en<br>Opting out:<br>Users can set preferences for how Google advertises to you using the Google Ad Settings page. Alternatively, you can opt out by visiting the Network Advertising initiative opt out page or permanently using the Google Analytics Opt Out Browser add on.<br>California Online Privacy Protection Act<br>CalOPPA is the first state law in the nation to require commercial websites and online services to post a privacy policy. The law\'s reach stretches well beyond California to require a person or company in the United States (and conceivably the world) that operates websites collecting personally identifiable information from California consumers to post a conspicuous privacy policy on its website stating exactly the information being collected and those individuals with whom it is being shared, and to comply with this policy.<br>See more at: http://consumercal.org/california-online-privacy-protection-act-caloppa/#sthash.0FdRbT51.dpuf<br>According to CalOPPA we agree to the following:<br>Users can visit our site anonymously<br>Once this privacy policy is created, we will add a link to it on our home page, or as a minimum on the first significant page after entering our website.<br>Our Privacy Policy link includes the word \'Privacy\', and can be easily be found on the page specified above.<br>Users will be notified of any privacy policy changes:<br>â€¢ On our Privacy Policy Page<br>Users are able to change their personal information:<br>â€¢ By emailing us<br>â€¢ By calling us</p><p data-css=\"tve-u-1642b20c920\">How does our site handle do not track signals?</p><p data-css=\"tve-u-1642b20c920\">We honor do not track signals and do not track, plant cookies, or use advertising when a Do Not Track (DNT) browser mechanism is in place.</p><p data-css=\"tve-u-1642b20c920\">Does our site allow third party behavioral tracking?</p><p data-css=\"tve-u-1642b20c920\">It\'s also important to note that we do not allow third party behavioral tracking<br>COPPA (Children Online Privacy Protection Act)<br>When it comes to the collection of personal information from children under 13, the Children\'s Online Privacy Protection Act (COPPA) puts parents in control. The Federal Trade Commission, the nation\'s consumer protection agency, enforces the COPPA Rule, which spells out what operators of websites and online services must do to protect children\'s privacy and safety online.</p><p data-css=\"tve-u-1642b20c920\">We do not specifically market to children under 13.</p><p data-css=\"tve-u-1642b20c920\">Fair Information Practices</p><p data-css=\"tve-u-1642b20c920\">The Fair Information Practices Principles form the backbone of privacy law in the United States and the concepts they include have played a significant role in the development of data protection laws around the globe. Understanding the Fair Information Practice Principles and how they should be implemented is critical to comply with the various privacy laws that protect personal information.<br>In order to be in line with Fair Information Practices we will take the following responsive action, should a data breach occur:<br>â€¢ Within 7 business days<br>We will notify the users via in site notification<br>â€¢ Within 7 business days<br>We also agree to the individual redress principle, which requires that individuals have a right to pursue legally enforceable rights against data collectors and processors who fail to adhere to the law. This principle requires not only that individuals have enforceable rights against data users, but also that individuals have recourse to courts or a government agency to investigate and/or prosecute non-compliance by data processors.<br>CAN SPAM Act<br>The CAN-SPAM Act is a law that sets the rules for commercial email, establishes requirements for commercial messages, gives recipients the right to have emails stopped from being sent to them, and spells out tough penalties for violations.</p><p data-css=\"tve-u-1642b20c920\">We collect your email address in order to:</p><p data-css=\"tve-u-1642b20c920\">â€¢ Send information, respond to inquiries, and/or other requests or questions.<br>â€¢ Process orders and to send information and updates pertaining to orders<br>â€¢ Market to our mailing list or continue to send emails to our clients after the original transaction has occurred<br>To be in accordance with CANSPAM we agree to the following:<br>â€¢ NOT use false, or misleading subjects or email addresses<br>â€¢ Identify the message as an advertisement in some reasonable way<br>â€¢ Include the physical address of our business or site headquarters<br>â€¢ Monitor third party email marketing services for compliance, if one is used.<br>â€¢ Honor opt-out/unsubscribe requests quickly<br>â€¢ Allow users to unsubscribe by using the link at the bottom of each email<br>If at any time you would like to unsubscribe from receiving future emails, you can email us at<br>â€¢ Follow the instructions at the bottom of each email. and we will promptly remove you from ALL correspondence.</p><p data-css=\"tve-u-1642b20c920\">Contacting Us</p><p data-css=\"tve-u-1642b20c920\">If there are any questions regarding this privacy policy you may contact us using the information below.<br>Blackhawk Custom, LLC.<br>825 South Kings Highway<br>Fort Pierce, FL 34945<br>United States<br>https://www.blackhawkcustom.com<br>Conditions of use:</p><p data-css=\"tve-u-1642b20c920\">By using this website, you agree to all of our terms and conditions of the sale<br>All sales are final (See our refund policy)</p></div></div>\n</div>'),(1670,160,'tve_revision_tve_content_more_found',''),(1671,160,'tve_revision_tve_save_post',''),(1672,160,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Montserrat:400,700&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-1642b26f466\"] #menu-item-153 { padding-left: 41px !important; padding-right: 41px !important; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-153:hover > a { fill: rgb(179, 144, 57) !important; color: rgb(179, 144, 57) !important; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-153 > a { fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1642b26f466\"] #menu-item-104 { text-align: center; padding-left: 41px !important; padding-right: 41px !important; }[data-css=\"tve-u-1642b26f466\"] #menu-item-103 { text-align: center; padding-left: 41px !important; padding-right: 41px !important; }[data-css=\"tve-u-1642b26f466\"] #menu-item-102 { text-align: center; padding-left: 41px !important; padding-right: 41px !important; }[data-css=\"tve-u-1642b26f466\"] #menu-item-109 { text-align: center; padding-left: 41px !important; padding-right: 41px !important; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-104:hover > a { fill: rgb(179, 144, 57) !important; color: rgb(179, 144, 57) !important; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-103:hover > a { fill: rgb(179, 144, 57) !important; color: rgb(179, 144, 57) !important; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-102:hover > a { fill: rgb(179, 144, 57) !important; color: rgb(179, 144, 57) !important; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-109:hover > a { fill: rgb(179, 144, 57) !important; color: rgb(179, 144, 57) !important; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-104 > a { fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-103 > a { fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-102 > a { fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-109 > a { fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1642b26f466\"] .tve_w_menu { background-image: none !important; }[data-css=\"tve-u-1642b32e2c2\"] { float: none; width: 100%; z-index: 3; position: relative; margin-left: auto !important; margin-right: auto !important; }#tcb_landing_page a.tve_state_hover:not(.tcb-button-link) { color: rgb(179, 144, 57); }[data-css=\"tve-u-1642b26f466\"] { float: none; width: 100%; z-index: 3; position: relative; margin: 0px auto 20px !important; }[data-css=\"tve-u-1642b25c464\"] { padding: 5px !important; background-image: none !important; }[data-css=\"tve-u-1642b20c920\"] strong { font-weight: 700 !important; }#tve_editor [data-css=\"tve-u-1642b20c920\"] { font-size: 16px !important; font-family: Montserrat !important; font-weight: 400 !important; }[data-css=\"tve-u-16035acf904\"] strong { font-weight: 700 !important; }#tve_editor [data-css=\"tve-u-16035acf904\"] { font-size: 24px !important; font-family: Montserrat !important; font-weight: 400 !important; text-transform: capitalize !important; }[data-css=\"tve-u-1642b1d750f\"] { background-image: linear-gradient(rgb(0, 0, 0), rgb(0, 0, 0)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }#tve_editor [data-css=\"tve-u-1642b1d2e7a\"] p, #tve_editor [data-css=\"tve-u-1642b1d2e7a\"] li, #tve_editor [data-css=\"tve-u-1642b1d2e7a\"] blockquote, #tve_editor [data-css=\"tve-u-1642b1d2e7a\"] address, #tve_editor [data-css=\"tve-u-1642b1d2e7a\"] .tcb-plain-text, #tve_editor [data-css=\"tve-u-1642b1d2e7a\"] h1, #tve_editor [data-css=\"tve-u-1642b1d2e7a\"] h2, #tve_editor [data-css=\"tve-u-1642b1d2e7a\"] h3, #tve_editor [data-css=\"tve-u-1642b1d2e7a\"] h4, #tve_editor [data-css=\"tve-u-1642b1d2e7a\"] h5, #tve_editor [data-css=\"tve-u-1642b1d2e7a\"] h6 { color: rgb(255, 255, 255); }[data-css=\"tve-u-16416ab0690\"] { padding: 30px 20px !important; }.tcb-plain-text strong { font-weight: 700; }.tcb-plain-text { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page a strong { font-weight: 700; }#tcb_landing_page h6 strong { font-weight: 700; }#tcb_landing_page h5 strong { font-weight: 700; }#tcb_landing_page h4 strong { font-weight: 700; }#tcb_landing_page h6 { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); font-size: 20px; }#tcb_landing_page h5 { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); font-size: 24px; }#tcb_landing_page h4 { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); font-size: 30px; }#tcb_landing_page a:not(.tcb-button-link) { color: rgb(255, 255, 255); text-decoration: underline; }#tcb_landing_page h3 strong { font-weight: 700; }#tcb_landing_page h3 { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); font-size: 38px; line-height: 1.3em; }#tcb_landing_page h2 strong { font-weight: 700; }#tcb_landing_page h2 { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); font-size: 45px; line-height: 1.3em; }#tcb_landing_page h1 strong { font-weight: 700; }#tcb_landing_page h1 { font-family: Montserrat; font-weight: 400; font-size: 50px; line-height: 1.3em; color: rgb(255, 255, 255); }#tcb_landing_page p strong, #tcb_landing_page li strong { font-weight: 700; }#tcb_landing_page p, #tcb_landing_page li { font-family: Montserrat; font-weight: 400; font-size: 17px; line-height: 1.6em; color: rgb(255, 255, 255); }[data-css=\"tve-u-15e09c94f7d\"] { background-color: rgb(255, 255, 255); }#tcb_landing_page a:hover:not(.tcb-button-link) { text-decoration: none; color: rgb(179, 144, 57); }#tcb_landing_page .tve-state-hovera:not(.tcb-button-link) { text-decoration: none; }#tcb_landing_page a.tve-state-hover:not(.tcb-button-link) { text-decoration: none; }[data-css=\"tve-u-1642b1d2e7a\"] { max-width: 1200px; }}@media (max-width: 1023px){#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-153 > a { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-104 > a { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-103 > a { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-102 > a { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-109 > a { font-size: 16px !important; }[data-css=\"tve-u-1642b26f466\"] #menu-item-153 { padding-left: 0px !important; padding-right: 0px !important; margin-left: auto !important; margin-right: auto !important; float: none; }[data-css=\"tve-u-1642b26f466\"] #menu-item-104 { padding-left: 0px !important; padding-right: 0px !important; margin-left: auto !important; margin-right: auto !important; float: none; }[data-css=\"tve-u-1642b26f466\"] #menu-item-103 { padding-left: 0px !important; padding-right: 0px !important; margin-left: auto !important; margin-right: auto !important; float: none; }[data-css=\"tve-u-1642b26f466\"] #menu-item-102 { padding-left: 0px !important; padding-right: 0px !important; margin-left: auto !important; margin-right: auto !important; float: none; }[data-css=\"tve-u-1642b26f466\"] #menu-item-109 { padding-left: 0px !important; padding-right: 0px !important; margin-left: auto !important; margin-right: auto !important; float: none; }[data-css=\"tve-u-1642b26f466\"] { max-width: 1200px; float: none; width: 100%; z-index: 3; position: relative; margin: 0px auto !important; padding: 5px !important; }}@media (max-width: 767px){#tve_editor [data-css=\"tve-u-16035acf904\"] { font-size: 36px !important; }}'),(1673,160,'tve_revision_tve_user_custom_css',''),(1674,160,'tve_revision_tve_page_events','a:0:{}'),(1675,160,'tve_revision_tve_globals','a:2:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";s:8:\"font_cls\";a:0:{}}'),(1676,160,'tve_revision_tve_global_scripts',''),(1677,160,'tve_revision_thrive_icon_pack','0'),(1678,160,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(1679,160,'tve_revision_tve_has_masonry','0'),(1680,160,'tve_revision_tve_has_typefocus','0'),(1681,160,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16416ab0690\" style=\"z-index: 8;\" wfd-id=\"33\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1642b1d750f\" wfd-id=\"56\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1642b1d2e7a\" style=\"z-index: 8;\" wfd-id=\"34\"><div class=\"thrv_wrapper thrv_widget_menu tve-custom-menu-upgrade tve-mobile-dropdown      tve-menu-style-style_1\" data-tve-style=\"tve_horizontal\" data-tve-switch-icon=\"mobile\" data-css=\"tve-u-1642b26f466\" style=\"z-index: 8;\" wfd-id=\"37\">	<div class=\"thrive-shortcode-config\" style=\"display: none !important\" wfd-id=\"55\">__CONFIG_widget_menu__{\"menu_id\":\"4\",\"color\":\"tve_red\",\"dir\":\"tve_horizontal\",\"font_class\":\"\",\"font_size\":\"\",\"ul_attr\":\"\",\"link_attr\":\"\",\"top_link_attr\":\"\",\"trigger_attr\":\"\",\"primary\":\"\",\"head_css\":\"\",\"background_hover\":\"\",\"main_hover\":\"\",\"child_hover\":\"\",\"group_edit\":[{\"css_id\":\"\",\"class\":\"\"},{\"css_id\":\"\",\"class\":\"\"},{\"css_id\":\"\",\"class\":\"\"},{\"css_id\":\"\",\"class\":\"\"}],\"menu_style\":\"style_1\",\"dropdown_icon\":\"\",\"mobile_side\":\"\",\"mobile_icon\":\"\",\"switch_to_icon\":\"mobile\"}__CONFIG_widget_menu__</div>\n</div><div class=\"thrv_wrapper thrv_heading\" style=\"\" data-tag=\"h1\" data-css=\"tve-u-1642b32e2c2\" wfd-id=\"36\"><h1 data-css=\"tve-u-16035acf904\"><strong>Privacy</strong></h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" data-css=\"tve-u-1642b25c464\" wfd-id=\"35\"><p data-css=\"tve-u-1642b20c920\">Privacy Policy</p><p data-css=\"tve-u-1642b20c920\">What personal information do we collect from the people that visit our blog, website or app?<br>When ordering or registering on our site, as appropriate, you may be asked to enter your name, email address, mailing address, phone number, credit card information or other details to help you with your experience.</p><p data-css=\"tve-u-1642b20c920\">When do we collect information?</p><p data-css=\"tve-u-1642b20c920\">We collect information from you when you register on our site, place an order, subscribe to a newsletter, respond to a survey, fill out a form or enter information on our site.</p><p data-css=\"tve-u-1642b20c920\">How do we use your information?</p><p data-css=\"tve-u-1642b20c920\">We may use the information we collect from you when you register, make a purchase, sign up for our newsletter, respond to a survey or marketing communication, surf the website, or use certain other site features in the following ways:<br>â€¢ To personalize user\'s experience and to allow us to deliver the type of content and product offerings in which you are most interested.<br>â€¢ To improve our website in order to better serve you.<br>â€¢ To allow us to better service you in responding to your customer service requests.<br>â€¢ To administer a contest, promotion, survey or other site feature.<br>â€¢ To quickly process your transactions.<br>â€¢ To send periodic emails regarding your order or other products and services.</p><p data-css=\"tve-u-1642b20c920\">How do we protect visitor information?</p><p data-css=\"tve-u-1642b20c920\">Our website is scanned on a regular basis for security holes and known vulnerabilities in order to make your visit to our site as safe as possible.<br>We use regular Malware Scanning.</p><p data-css=\"tve-u-1642b20c920\">Your personal information is contained behind secured networks and is only accessible by a limited number of persons who have special access rights to such systems, and are required to keep the information confidential. In addition, all sensitive/credit information you supply is encrypted via Secure Socket Layer (SSL) technology.</p><p data-css=\"tve-u-1642b20c920\">We implement a variety of security measures when a user places an order, enters, submits, or accesses their information to maintain the safety of your personal information.</p><p data-css=\"tve-u-1642b20c920\">All transactions are processed through a gateway provider and are not stored or processed on our servers.</p><p data-css=\"tve-u-1642b20c920\">Do we use \'cookies\'?</p><p data-css=\"tve-u-1642b20c920\">Yes. Cookies are small files that a site or its service provider transfers to your computer\'s hard drive through your Web browser (if you allow) that enable the site\'s or service provider\'s systems to recognize your browser and capture and remember certain information. For instance, we use cookies to help us remember and process the items in your shopping cart. They are also used to help us understand your preferences based on previous or current site activity, which enables us to provide you with improved services. We also use cookies to help us compile aggregate data about site traffic and site interaction so that we can offer better site experiences and tools in the future.</p><p data-css=\"tve-u-1642b20c920\">We use cookies to:</p><p data-css=\"tve-u-1642b20c920\">â€¢ Help remember and process the items in the shopping cart.<br>â€¢ Understand and save user\'s preferences for future visits.<br>You can choose to have your computer warn you each time a cookie is being sent, or you can choose to turn off all cookies. You do this through your browser (like Internet Explorer) settings. Each browser is a little different, so look at your browser\'s Help menu to learn the correct way to modify your cookies.<br>If users disable cookies in their browser:<br>If you turn off cookies, some features will be disabled. However, you can still place orders for<br>saved items in your shopping cart over the telephone by contacting customer service.</p><p data-css=\"tve-u-1642b20c920\">Third Party Disclosure</p><p data-css=\"tve-u-1642b20c920\">We do not sell, trade, or otherwise transfer to outside parties your personally identifiable information.</p><p data-css=\"tve-u-1642b20c920\">Third party links</p><p data-css=\"tve-u-1642b20c920\">Occasionally, at our discretion, we may include or offer third party products or services on our website. These third party sites have separate and independent privacy policies. We therefore have no responsibility or liability for the content and activities of these linked sites. Nonetheless, we seek to protect the integrity of our site and welcome any feedback about these sites.</p><p data-css=\"tve-u-1642b20c920\">Google</p><p data-css=\"tve-u-1642b20c920\">Google\'s advertising requirements can be summed up by Google\'s Advertising Principles. They are put in place to provide a positive experience for users. https://support.google.com/adwordspolicy/answer/1316548?hl=en<br>Opting out:<br>Users can set preferences for how Google advertises to you using the Google Ad Settings page. Alternatively, you can opt out by visiting the Network Advertising initiative opt out page or permanently using the Google Analytics Opt Out Browser add on.<br>California Online Privacy Protection Act<br>CalOPPA is the first state law in the nation to require commercial websites and online services to post a privacy policy. The law\'s reach stretches well beyond California to require a person or company in the United States (and conceivably the world) that operates websites collecting personally identifiable information from California consumers to post a conspicuous privacy policy on its website stating exactly the information being collected and those individuals with whom it is being shared, and to comply with this policy.<br>See more at: http://consumercal.org/california-online-privacy-protection-act-caloppa/#sthash.0FdRbT51.dpuf<br>According to CalOPPA we agree to the following:<br>Users can visit our site anonymously<br>Once this privacy policy is created, we will add a link to it on our home page, or as a minimum on the first significant page after entering our website.<br>Our Privacy Policy link includes the word \'Privacy\', and can be easily be found on the page specified above.<br>Users will be notified of any privacy policy changes:<br>â€¢ On our Privacy Policy Page<br>Users are able to change their personal information:<br>â€¢ By emailing us<br>â€¢ By calling us</p><p data-css=\"tve-u-1642b20c920\">How does our site handle do not track signals?</p><p data-css=\"tve-u-1642b20c920\">We honor do not track signals and do not track, plant cookies, or use advertising when a Do Not Track (DNT) browser mechanism is in place.</p><p data-css=\"tve-u-1642b20c920\">Does our site allow third party behavioral tracking?</p><p data-css=\"tve-u-1642b20c920\">It\'s also important to note that we do not allow third party behavioral tracking<br>COPPA (Children Online Privacy Protection Act)<br>When it comes to the collection of personal information from children under 13, the Children\'s Online Privacy Protection Act (COPPA) puts parents in control. The Federal Trade Commission, the nation\'s consumer protection agency, enforces the COPPA Rule, which spells out what operators of websites and online services must do to protect children\'s privacy and safety online.</p><p data-css=\"tve-u-1642b20c920\">We do not specifically market to children under 13.</p><p data-css=\"tve-u-1642b20c920\">Fair Information Practices</p><p data-css=\"tve-u-1642b20c920\">The Fair Information Practices Principles form the backbone of privacy law in the United States and the concepts they include have played a significant role in the development of data protection laws around the globe. Understanding the Fair Information Practice Principles and how they should be implemented is critical to comply with the various privacy laws that protect personal information.<br>In order to be in line with Fair Information Practices we will take the following responsive action, should a data breach occur:<br>â€¢ Within 7 business days<br>We will notify the users via in site notification<br>â€¢ Within 7 business days<br>We also agree to the individual redress principle, which requires that individuals have a right to pursue legally enforceable rights against data collectors and processors who fail to adhere to the law. This principle requires not only that individuals have enforceable rights against data users, but also that individuals have recourse to courts or a government agency to investigate and/or prosecute non-compliance by data processors.<br>CAN SPAM Act<br>The CAN-SPAM Act is a law that sets the rules for commercial email, establishes requirements for commercial messages, gives recipients the right to have emails stopped from being sent to them, and spells out tough penalties for violations.</p><p data-css=\"tve-u-1642b20c920\">We collect your email address in order to:</p><p data-css=\"tve-u-1642b20c920\">â€¢ Send information, respond to inquiries, and/or other requests or questions.<br>â€¢ Process orders and to send information and updates pertaining to orders<br>â€¢ Market to our mailing list or continue to send emails to our clients after the original transaction has occurred<br>To be in accordance with CANSPAM we agree to the following:<br>â€¢ NOT use false, or misleading subjects or email addresses<br>â€¢ Identify the message as an advertisement in some reasonable way<br>â€¢ Include the physical address of our business or site headquarters<br>â€¢ Monitor third party email marketing services for compliance, if one is used.<br>â€¢ Honor opt-out/unsubscribe requests quickly<br>â€¢ Allow users to unsubscribe by using the link at the bottom of each email<br>If at any time you would like to unsubscribe from receiving future emails, you can email us at<br>â€¢ Follow the instructions at the bottom of each email. and we will promptly remove you from ALL correspondence.</p><p data-css=\"tve-u-1642b20c920\">Contacting Us</p><p data-css=\"tve-u-1642b20c920\">If there are any questions regarding this privacy policy you may contact us using the information below.<br>Blackhawk Custom, LLC.<br>825 South Kings Highway<br>Fort Pierce, FL 34945<br>United States<br>https://www.blackhawkcustom.com<br>Conditions of use:</p><p data-css=\"tve-u-1642b20c920\">By using this website, you agree to all of our terms and conditions of the sale<br>All sales are final (See our refund policy)</p></div></div>\n</div>'),(1682,160,'tve_revision_tve_has_wistia_popover','0'),(1683,161,'tve_revision_tve_landing_page','tcb2-blank-page-styled'),(1684,161,'tve_revision_tve_disable_theme_dependency','1'),(1685,161,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16416ab0690\" style=\"z-index: 8;\" wfd-id=\"38\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1642b1d750f\" wfd-id=\"63\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1642b1d2e7a\" style=\"z-index: 8;\" wfd-id=\"39\"><div class=\"thrv_wrapper thrv_widget_menu tve-custom-menu-upgrade tve-mobile-dropdown      tve-menu-style-style_1\" data-tve-style=\"tve_horizontal\" data-tve-switch-icon=\"mobile\" data-css=\"tve-u-1642b26f466\" style=\"z-index: 8;\" wfd-id=\"44\">	<div class=\"thrive-shortcode-config\" style=\"display: none !important\" wfd-id=\"62\">__CONFIG_widget_menu__{\"menu_id\":\"4\",\"color\":\"tve_red\",\"dir\":\"tve_horizontal\",\"font_class\":\"\",\"font_size\":\"\",\"ul_attr\":\"\",\"link_attr\":\"\",\"top_link_attr\":\"\",\"trigger_attr\":\"\",\"primary\":\"\",\"head_css\":\"\",\"background_hover\":\"\",\"main_hover\":\"\",\"child_hover\":\"\",\"group_edit\":[{\"css_id\":\"\",\"class\":\"\"},{\"css_id\":\"\",\"class\":\"\"},{\"css_id\":\"\",\"class\":\"\"},{\"css_id\":\"\",\"class\":\"\"}],\"menu_style\":\"style_1\",\"dropdown_icon\":\"\",\"mobile_side\":\"\",\"mobile_icon\":\"\",\"switch_to_icon\":\"mobile\"}__CONFIG_widget_menu__</div>\n</div><div class=\"thrv_wrapper thrv_heading\" style=\"\" data-tag=\"h1\" data-css=\"tve-u-1642b32e2c2\" wfd-id=\"43\"><h1 data-css=\"tve-u-16035acf904\"><strong>Privacy</strong></h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" data-css=\"tve-u-1642b25c464\" wfd-id=\"40\"><p data-css=\"tve-u-1642b20c920\">Privacy Policy</p><p data-css=\"tve-u-1642b20c920\">What personal information do we collect from the people that visit our blog, website or app?<br>When ordering or registering on our site, as appropriate, you may be asked to enter your name, email address, mailing address, phone number, credit card information or other details to help you with your experience.</p><p data-css=\"tve-u-1642b20c920\">When do we collect information?</p><p data-css=\"tve-u-1642b20c920\">We collect information from you when you register on our site, place an order, subscribe to a newsletter, respond to a survey, fill out a form or enter information on our site.</p><p data-css=\"tve-u-1642b20c920\">How do we use your information?</p><p data-css=\"tve-u-1642b20c920\">We may use the information we collect from you when you register, make a purchase, sign up for our newsletter, respond to a survey or marketing communication, surf the website, or use certain other site features in the following ways:<br>â€¢ To personalize user\'s experience and to allow us to deliver the type of content and product offerings in which you are most interested.<br>â€¢ To improve our website in order to better serve you.<br>â€¢ To allow us to better service you in responding to your customer service requests.<br>â€¢ To administer a contest, promotion, survey or other site feature.<br>â€¢ To quickly process your transactions.<br>â€¢ To send periodic emails regarding your order or other products and services.</p><p data-css=\"tve-u-1642b20c920\">How do we protect visitor information?</p><p data-css=\"tve-u-1642b20c920\">Our website is scanned on a regular basis for security holes and known vulnerabilities in order to make your visit to our site as safe as possible.<br>We use regular Malware Scanning.</p><p data-css=\"tve-u-1642b20c920\">Your personal information is contained behind secured networks and is only accessible by a limited number of persons who have special access rights to such systems, and are required to keep the information confidential. In addition, all sensitive/credit information you supply is encrypted via Secure Socket Layer (SSL) technology.</p><p data-css=\"tve-u-1642b20c920\">We implement a variety of security measures when a user places an order, enters, submits, or accesses their information to maintain the safety of your personal information.</p><p data-css=\"tve-u-1642b20c920\">All transactions are processed through a gateway provider and are not stored or processed on our servers.</p><p data-css=\"tve-u-1642b20c920\">Do we use \'cookies\'?</p><p data-css=\"tve-u-1642b20c920\">Yes. Cookies are small files that a site or its service provider transfers to your computer\'s hard drive through your Web browser (if you allow) that enable the site\'s or service provider\'s systems to recognize your browser and capture and remember certain information. For instance, we use cookies to help us remember and process the items in your shopping cart. They are also used to help us understand your preferences based on previous or current site activity, which enables us to provide you with improved services. We also use cookies to help us compile aggregate data about site traffic and site interaction so that we can offer better site experiences and tools in the future.</p><p data-css=\"tve-u-1642b20c920\">We use cookies to:</p><p data-css=\"tve-u-1642b20c920\">â€¢ Help remember and process the items in the shopping cart.<br>â€¢ Understand and save user\'s preferences for future visits.<br>You can choose to have your computer warn you each time a cookie is being sent, or you can choose to turn off all cookies. You do this through your browser (like Internet Explorer) settings. Each browser is a little different, so look at your browser\'s Help menu to learn the correct way to modify your cookies.<br>If users disable cookies in their browser:<br>If you turn off cookies, some features will be disabled. However, you can still place orders for<br>saved items in your shopping cart over the telephone by contacting customer service.</p><p data-css=\"tve-u-1642b20c920\">Third Party Disclosure</p><p data-css=\"tve-u-1642b20c920\">We do not sell, trade, or otherwise transfer to outside parties your personally identifiable information.</p><p data-css=\"tve-u-1642b20c920\">Third party links</p><p data-css=\"tve-u-1642b20c920\">Occasionally, at our discretion, we may include or offer third party products or services on our website. These third party sites have separate and independent privacy policies. We therefore have no responsibility or liability for the content and activities of these linked sites. Nonetheless, we seek to protect the integrity of our site and welcome any feedback about these sites.</p><p data-css=\"tve-u-1642b20c920\">Google</p><p data-css=\"tve-u-1642b20c920\">Google\'s advertising requirements can be summed up by Google\'s Advertising Principles. They are put in place to provide a positive experience for users. https://support.google.com/adwordspolicy/answer/1316548?hl=en<br>Opting out:<br>Users can set preferences for how Google advertises to you using the Google Ad Settings page. Alternatively, you can opt out by visiting the Network Advertising initiative opt out page or permanently using the Google Analytics Opt Out Browser add on.<br>California Online Privacy Protection Act<br>CalOPPA is the first state law in the nation to require commercial websites and online services to post a privacy policy. The law\'s reach stretches well beyond California to require a person or company in the United States (and conceivably the world) that operates websites collecting personally identifiable information from California consumers to post a conspicuous privacy policy on its website stating exactly the information being collected and those individuals with whom it is being shared, and to comply with this policy.<br>See more at: http://consumercal.org/california-online-privacy-protection-act-caloppa/#sthash.0FdRbT51.dpuf<br>According to CalOPPA we agree to the following:<br>Users can visit our site anonymously<br>Once this privacy policy is created, we will add a link to it on our home page, or as a minimum on the first significant page after entering our website.<br>Our Privacy Policy link includes the word \'Privacy\', and can be easily be found on the page specified above.<br>Users will be notified of any privacy policy changes:<br>â€¢ On our Privacy Policy Page<br>Users are able to change their personal information:<br>â€¢ By emailing us<br>â€¢ By calling us</p><p data-css=\"tve-u-1642b20c920\">How does our site handle do not track signals?</p><p data-css=\"tve-u-1642b20c920\">We honor do not track signals and do not track, plant cookies, or use advertising when a Do Not Track (DNT) browser mechanism is in place.</p><p data-css=\"tve-u-1642b20c920\">Does our site allow third party behavioral tracking?</p><p data-css=\"tve-u-1642b20c920\">It\'s also important to note that we do not allow third party behavioral tracking<br>COPPA (Children Online Privacy Protection Act)<br>When it comes to the collection of personal information from children under 13, the Children\'s Online Privacy Protection Act (COPPA) puts parents in control. The Federal Trade Commission, the nation\'s consumer protection agency, enforces the COPPA Rule, which spells out what operators of websites and online services must do to protect children\'s privacy and safety online.</p><p data-css=\"tve-u-1642b20c920\">We do not specifically market to children under 13.</p><p data-css=\"tve-u-1642b20c920\">Fair Information Practices</p><p data-css=\"tve-u-1642b20c920\">The Fair Information Practices Principles form the backbone of privacy law in the United States and the concepts they include have played a significant role in the development of data protection laws around the globe. Understanding the Fair Information Practice Principles and how they should be implemented is critical to comply with the various privacy laws that protect personal information.<br>In order to be in line with Fair Information Practices we will take the following responsive action, should a data breach occur:<br>â€¢ Within 7 business days<br>We will notify the users via in site notification<br>â€¢ Within 7 business days<br>We also agree to the individual redress principle, which requires that individuals have a right to pursue legally enforceable rights against data collectors and processors who fail to adhere to the law. This principle requires not only that individuals have enforceable rights against data users, but also that individuals have recourse to courts or a government agency to investigate and/or prosecute non-compliance by data processors.<br>CAN SPAM Act<br>The CAN-SPAM Act is a law that sets the rules for commercial email, establishes requirements for commercial messages, gives recipients the right to have emails stopped from being sent to them, and spells out tough penalties for violations.</p><p data-css=\"tve-u-1642b20c920\">We collect your email address in order to:</p><p data-css=\"tve-u-1642b20c920\">â€¢ Send information, respond to inquiries, and/or other requests or questions.<br>â€¢ Process orders and to send information and updates pertaining to orders<br>â€¢ Market to our mailing list or continue to send emails to our clients after the original transaction has occurred<br>To be in accordance with CANSPAM we agree to the following:<br>â€¢ NOT use false, or misleading subjects or email addresses<br>â€¢ Identify the message as an advertisement in some reasonable way<br>â€¢ Include the physical address of our business or site headquarters<br>â€¢ Monitor third party email marketing services for compliance, if one is used.<br>â€¢ Honor opt-out/unsubscribe requests quickly<br>â€¢ Allow users to unsubscribe by using the link at the bottom of each email<br>If at any time you would like to unsubscribe from receiving future emails, you can email us at<br>â€¢ Follow the instructions at the bottom of each email. and we will promptly remove you from ALL correspondence.</p><p data-css=\"tve-u-1642b20c920\">Contacting Us</p><p data-css=\"tve-u-1642b20c920\">If there are any questions regarding this privacy policy you may contact us using the information below.<br>Blackhawk Custom, LLC.<br>825 South Kings Highway<br>Fort Pierce, FL 34945<br>United States<br>https://www.blackhawkcustom.com<br>Conditions of use:</p><p data-css=\"tve-u-1642b20c920\">By using this website, you agree to all of our terms and conditions of the sale<br>All sales are final (See our refund policy)</p></div></div>\n</div>'),(1686,161,'tve_revision_tve_content_more_found',''),(1687,161,'tve_revision_tve_save_post',''),(1688,161,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Montserrat:400,700&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-1642b26f466\"] #menu-item-153 { padding-left: 41px !important; padding-right: 41px !important; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-153:hover > a { fill: rgb(179, 144, 57) !important; color: rgb(179, 144, 57) !important; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-153 > a { fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1642b26f466\"] #menu-item-104 { text-align: center; padding-left: 41px !important; padding-right: 41px !important; }[data-css=\"tve-u-1642b26f466\"] #menu-item-103 { text-align: center; padding-left: 41px !important; padding-right: 41px !important; }[data-css=\"tve-u-1642b26f466\"] #menu-item-102 { text-align: center; padding-left: 41px !important; padding-right: 41px !important; }[data-css=\"tve-u-1642b26f466\"] #menu-item-109 { text-align: center; padding-left: 41px !important; padding-right: 41px !important; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-104:hover > a { fill: rgb(179, 144, 57) !important; color: rgb(179, 144, 57) !important; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-103:hover > a { fill: rgb(179, 144, 57) !important; color: rgb(179, 144, 57) !important; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-102:hover > a { fill: rgb(179, 144, 57) !important; color: rgb(179, 144, 57) !important; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-109:hover > a { fill: rgb(179, 144, 57) !important; color: rgb(179, 144, 57) !important; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-104 > a { fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-103 > a { fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-102 > a { fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-109 > a { fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1642b26f466\"] .tve_w_menu { background-image: none !important; }[data-css=\"tve-u-1642b32e2c2\"] { float: none; width: 100%; z-index: 3; position: relative; margin-left: auto !important; margin-right: auto !important; }#tcb_landing_page a.tve_state_hover:not(.tcb-button-link) { color: rgb(179, 144, 57); }[data-css=\"tve-u-1642b26f466\"] { float: none; width: 100%; z-index: 3; position: relative; margin: 0px auto 20px !important; }[data-css=\"tve-u-1642b25c464\"] { padding: 5px !important; background-image: none !important; }[data-css=\"tve-u-1642b20c920\"] strong { font-weight: 700 !important; }#tve_editor [data-css=\"tve-u-1642b20c920\"] { font-size: 16px !important; font-family: Montserrat !important; font-weight: 400 !important; }[data-css=\"tve-u-16035acf904\"] strong { font-weight: 700 !important; }#tve_editor [data-css=\"tve-u-16035acf904\"] { font-size: 24px !important; font-family: Montserrat !important; font-weight: 400 !important; text-transform: capitalize !important; }[data-css=\"tve-u-1642b1d750f\"] { background-image: linear-gradient(rgb(0, 0, 0), rgb(0, 0, 0)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }#tve_editor [data-css=\"tve-u-1642b1d2e7a\"] p, #tve_editor [data-css=\"tve-u-1642b1d2e7a\"] li, #tve_editor [data-css=\"tve-u-1642b1d2e7a\"] blockquote, #tve_editor [data-css=\"tve-u-1642b1d2e7a\"] address, #tve_editor [data-css=\"tve-u-1642b1d2e7a\"] .tcb-plain-text, #tve_editor [data-css=\"tve-u-1642b1d2e7a\"] h1, #tve_editor [data-css=\"tve-u-1642b1d2e7a\"] h2, #tve_editor [data-css=\"tve-u-1642b1d2e7a\"] h3, #tve_editor [data-css=\"tve-u-1642b1d2e7a\"] h4, #tve_editor [data-css=\"tve-u-1642b1d2e7a\"] h5, #tve_editor [data-css=\"tve-u-1642b1d2e7a\"] h6 { color: rgb(255, 255, 255); }[data-css=\"tve-u-16416ab0690\"] { padding: 30px 20px !important; }.tcb-plain-text strong { font-weight: 700; }.tcb-plain-text { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page a strong { font-weight: 700; }#tcb_landing_page h6 strong { font-weight: 700; }#tcb_landing_page h5 strong { font-weight: 700; }#tcb_landing_page h4 strong { font-weight: 700; }#tcb_landing_page h6 { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); font-size: 20px; }#tcb_landing_page h5 { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); font-size: 24px; }#tcb_landing_page h4 { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); font-size: 30px; }#tcb_landing_page a:not(.tcb-button-link) { color: rgb(255, 255, 255); text-decoration: underline; }#tcb_landing_page h3 strong { font-weight: 700; }#tcb_landing_page h3 { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); font-size: 38px; line-height: 1.3em; }#tcb_landing_page h2 strong { font-weight: 700; }#tcb_landing_page h2 { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); font-size: 45px; line-height: 1.3em; }#tcb_landing_page h1 strong { font-weight: 700; }#tcb_landing_page h1 { font-family: Montserrat; font-weight: 400; font-size: 50px; line-height: 1.3em; color: rgb(255, 255, 255); }#tcb_landing_page p strong, #tcb_landing_page li strong { font-weight: 700; }#tcb_landing_page p, #tcb_landing_page li { font-family: Montserrat; font-weight: 400; font-size: 17px; line-height: 1.6em; color: rgb(255, 255, 255); }[data-css=\"tve-u-15e09c94f7d\"] { background-color: rgb(255, 255, 255); }#tcb_landing_page a:hover:not(.tcb-button-link) { text-decoration: none; color: rgb(179, 144, 57); }#tcb_landing_page .tve-state-hovera:not(.tcb-button-link) { text-decoration: none; }#tcb_landing_page a.tve-state-hover:not(.tcb-button-link) { text-decoration: none; }[data-css=\"tve-u-1642b1d2e7a\"] { max-width: 1200px; }}@media (max-width: 1023px){#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-153 > a { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-104 > a { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-103 > a { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-102 > a { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-109 > a { font-size: 16px !important; }[data-css=\"tve-u-1642b26f466\"] #menu-item-153 { padding-left: 0px !important; padding-right: 0px !important; margin-left: auto !important; margin-right: auto !important; float: none; }[data-css=\"tve-u-1642b26f466\"] #menu-item-104 { padding-left: 0px !important; padding-right: 0px !important; margin-left: auto !important; margin-right: auto !important; float: none; }[data-css=\"tve-u-1642b26f466\"] #menu-item-103 { padding-left: 0px !important; padding-right: 0px !important; margin-left: auto !important; margin-right: auto !important; float: none; }[data-css=\"tve-u-1642b26f466\"] #menu-item-102 { padding-left: 0px !important; padding-right: 0px !important; margin-left: auto !important; margin-right: auto !important; float: none; }[data-css=\"tve-u-1642b26f466\"] #menu-item-109 { padding-left: 0px !important; padding-right: 0px !important; margin-left: auto !important; margin-right: auto !important; float: none; }[data-css=\"tve-u-1642b26f466\"] { max-width: 1200px; float: none; width: 100%; z-index: 3; position: relative; margin: 0px auto !important; padding: 5px !important; }}@media (max-width: 767px){#tve_editor [data-css=\"tve-u-16035acf904\"] { font-size: 36px !important; }}'),(1689,161,'tve_revision_tve_user_custom_css',''),(1690,161,'tve_revision_tve_page_events','a:0:{}'),(1691,161,'tve_revision_tve_globals','a:2:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";s:8:\"font_cls\";a:0:{}}'),(1692,161,'tve_revision_tve_global_scripts',''),(1693,161,'tve_revision_thrive_icon_pack','0'),(1694,161,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(1695,161,'tve_revision_tve_has_masonry','0'),(1696,161,'tve_revision_tve_has_typefocus','0'),(1697,161,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16416ab0690\" style=\"z-index: 8;\" wfd-id=\"38\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1642b1d750f\" wfd-id=\"63\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1642b1d2e7a\" style=\"z-index: 8;\" wfd-id=\"39\"><div class=\"thrv_wrapper thrv_widget_menu tve-custom-menu-upgrade tve-mobile-dropdown      tve-menu-style-style_1\" data-tve-style=\"tve_horizontal\" data-tve-switch-icon=\"mobile\" data-css=\"tve-u-1642b26f466\" style=\"z-index: 8;\" wfd-id=\"44\">	<div class=\"thrive-shortcode-config\" style=\"display: none !important\" wfd-id=\"62\">__CONFIG_widget_menu__{\"menu_id\":\"4\",\"color\":\"tve_red\",\"dir\":\"tve_horizontal\",\"font_class\":\"\",\"font_size\":\"\",\"ul_attr\":\"\",\"link_attr\":\"\",\"top_link_attr\":\"\",\"trigger_attr\":\"\",\"primary\":\"\",\"head_css\":\"\",\"background_hover\":\"\",\"main_hover\":\"\",\"child_hover\":\"\",\"group_edit\":[{\"css_id\":\"\",\"class\":\"\"},{\"css_id\":\"\",\"class\":\"\"},{\"css_id\":\"\",\"class\":\"\"},{\"css_id\":\"\",\"class\":\"\"}],\"menu_style\":\"style_1\",\"dropdown_icon\":\"\",\"mobile_side\":\"\",\"mobile_icon\":\"\",\"switch_to_icon\":\"mobile\"}__CONFIG_widget_menu__</div>\n</div><div class=\"thrv_wrapper thrv_heading\" style=\"\" data-tag=\"h1\" data-css=\"tve-u-1642b32e2c2\" wfd-id=\"43\"><h1 data-css=\"tve-u-16035acf904\"><strong>Privacy</strong></h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" data-css=\"tve-u-1642b25c464\" wfd-id=\"40\"><p data-css=\"tve-u-1642b20c920\">Privacy Policy</p><p data-css=\"tve-u-1642b20c920\">What personal information do we collect from the people that visit our blog, website or app?<br>When ordering or registering on our site, as appropriate, you may be asked to enter your name, email address, mailing address, phone number, credit card information or other details to help you with your experience.</p><p data-css=\"tve-u-1642b20c920\">When do we collect information?</p><p data-css=\"tve-u-1642b20c920\">We collect information from you when you register on our site, place an order, subscribe to a newsletter, respond to a survey, fill out a form or enter information on our site.</p><p data-css=\"tve-u-1642b20c920\">How do we use your information?</p><p data-css=\"tve-u-1642b20c920\">We may use the information we collect from you when you register, make a purchase, sign up for our newsletter, respond to a survey or marketing communication, surf the website, or use certain other site features in the following ways:<br>â€¢ To personalize user\'s experience and to allow us to deliver the type of content and product offerings in which you are most interested.<br>â€¢ To improve our website in order to better serve you.<br>â€¢ To allow us to better service you in responding to your customer service requests.<br>â€¢ To administer a contest, promotion, survey or other site feature.<br>â€¢ To quickly process your transactions.<br>â€¢ To send periodic emails regarding your order or other products and services.</p><p data-css=\"tve-u-1642b20c920\">How do we protect visitor information?</p><p data-css=\"tve-u-1642b20c920\">Our website is scanned on a regular basis for security holes and known vulnerabilities in order to make your visit to our site as safe as possible.<br>We use regular Malware Scanning.</p><p data-css=\"tve-u-1642b20c920\">Your personal information is contained behind secured networks and is only accessible by a limited number of persons who have special access rights to such systems, and are required to keep the information confidential. In addition, all sensitive/credit information you supply is encrypted via Secure Socket Layer (SSL) technology.</p><p data-css=\"tve-u-1642b20c920\">We implement a variety of security measures when a user places an order, enters, submits, or accesses their information to maintain the safety of your personal information.</p><p data-css=\"tve-u-1642b20c920\">All transactions are processed through a gateway provider and are not stored or processed on our servers.</p><p data-css=\"tve-u-1642b20c920\">Do we use \'cookies\'?</p><p data-css=\"tve-u-1642b20c920\">Yes. Cookies are small files that a site or its service provider transfers to your computer\'s hard drive through your Web browser (if you allow) that enable the site\'s or service provider\'s systems to recognize your browser and capture and remember certain information. For instance, we use cookies to help us remember and process the items in your shopping cart. They are also used to help us understand your preferences based on previous or current site activity, which enables us to provide you with improved services. We also use cookies to help us compile aggregate data about site traffic and site interaction so that we can offer better site experiences and tools in the future.</p><p data-css=\"tve-u-1642b20c920\">We use cookies to:</p><p data-css=\"tve-u-1642b20c920\">â€¢ Help remember and process the items in the shopping cart.<br>â€¢ Understand and save user\'s preferences for future visits.<br>You can choose to have your computer warn you each time a cookie is being sent, or you can choose to turn off all cookies. You do this through your browser (like Internet Explorer) settings. Each browser is a little different, so look at your browser\'s Help menu to learn the correct way to modify your cookies.<br>If users disable cookies in their browser:<br>If you turn off cookies, some features will be disabled. However, you can still place orders for<br>saved items in your shopping cart over the telephone by contacting customer service.</p><p data-css=\"tve-u-1642b20c920\">Third Party Disclosure</p><p data-css=\"tve-u-1642b20c920\">We do not sell, trade, or otherwise transfer to outside parties your personally identifiable information.</p><p data-css=\"tve-u-1642b20c920\">Third party links</p><p data-css=\"tve-u-1642b20c920\">Occasionally, at our discretion, we may include or offer third party products or services on our website. These third party sites have separate and independent privacy policies. We therefore have no responsibility or liability for the content and activities of these linked sites. Nonetheless, we seek to protect the integrity of our site and welcome any feedback about these sites.</p><p data-css=\"tve-u-1642b20c920\">Google</p><p data-css=\"tve-u-1642b20c920\">Google\'s advertising requirements can be summed up by Google\'s Advertising Principles. They are put in place to provide a positive experience for users. https://support.google.com/adwordspolicy/answer/1316548?hl=en<br>Opting out:<br>Users can set preferences for how Google advertises to you using the Google Ad Settings page. Alternatively, you can opt out by visiting the Network Advertising initiative opt out page or permanently using the Google Analytics Opt Out Browser add on.<br>California Online Privacy Protection Act<br>CalOPPA is the first state law in the nation to require commercial websites and online services to post a privacy policy. The law\'s reach stretches well beyond California to require a person or company in the United States (and conceivably the world) that operates websites collecting personally identifiable information from California consumers to post a conspicuous privacy policy on its website stating exactly the information being collected and those individuals with whom it is being shared, and to comply with this policy.<br>See more at: http://consumercal.org/california-online-privacy-protection-act-caloppa/#sthash.0FdRbT51.dpuf<br>According to CalOPPA we agree to the following:<br>Users can visit our site anonymously<br>Once this privacy policy is created, we will add a link to it on our home page, or as a minimum on the first significant page after entering our website.<br>Our Privacy Policy link includes the word \'Privacy\', and can be easily be found on the page specified above.<br>Users will be notified of any privacy policy changes:<br>â€¢ On our Privacy Policy Page<br>Users are able to change their personal information:<br>â€¢ By emailing us<br>â€¢ By calling us</p><p data-css=\"tve-u-1642b20c920\">How does our site handle do not track signals?</p><p data-css=\"tve-u-1642b20c920\">We honor do not track signals and do not track, plant cookies, or use advertising when a Do Not Track (DNT) browser mechanism is in place.</p><p data-css=\"tve-u-1642b20c920\">Does our site allow third party behavioral tracking?</p><p data-css=\"tve-u-1642b20c920\">It\'s also important to note that we do not allow third party behavioral tracking<br>COPPA (Children Online Privacy Protection Act)<br>When it comes to the collection of personal information from children under 13, the Children\'s Online Privacy Protection Act (COPPA) puts parents in control. The Federal Trade Commission, the nation\'s consumer protection agency, enforces the COPPA Rule, which spells out what operators of websites and online services must do to protect children\'s privacy and safety online.</p><p data-css=\"tve-u-1642b20c920\">We do not specifically market to children under 13.</p><p data-css=\"tve-u-1642b20c920\">Fair Information Practices</p><p data-css=\"tve-u-1642b20c920\">The Fair Information Practices Principles form the backbone of privacy law in the United States and the concepts they include have played a significant role in the development of data protection laws around the globe. Understanding the Fair Information Practice Principles and how they should be implemented is critical to comply with the various privacy laws that protect personal information.<br>In order to be in line with Fair Information Practices we will take the following responsive action, should a data breach occur:<br>â€¢ Within 7 business days<br>We will notify the users via in site notification<br>â€¢ Within 7 business days<br>We also agree to the individual redress principle, which requires that individuals have a right to pursue legally enforceable rights against data collectors and processors who fail to adhere to the law. This principle requires not only that individuals have enforceable rights against data users, but also that individuals have recourse to courts or a government agency to investigate and/or prosecute non-compliance by data processors.<br>CAN SPAM Act<br>The CAN-SPAM Act is a law that sets the rules for commercial email, establishes requirements for commercial messages, gives recipients the right to have emails stopped from being sent to them, and spells out tough penalties for violations.</p><p data-css=\"tve-u-1642b20c920\">We collect your email address in order to:</p><p data-css=\"tve-u-1642b20c920\">â€¢ Send information, respond to inquiries, and/or other requests or questions.<br>â€¢ Process orders and to send information and updates pertaining to orders<br>â€¢ Market to our mailing list or continue to send emails to our clients after the original transaction has occurred<br>To be in accordance with CANSPAM we agree to the following:<br>â€¢ NOT use false, or misleading subjects or email addresses<br>â€¢ Identify the message as an advertisement in some reasonable way<br>â€¢ Include the physical address of our business or site headquarters<br>â€¢ Monitor third party email marketing services for compliance, if one is used.<br>â€¢ Honor opt-out/unsubscribe requests quickly<br>â€¢ Allow users to unsubscribe by using the link at the bottom of each email<br>If at any time you would like to unsubscribe from receiving future emails, you can email us at<br>â€¢ Follow the instructions at the bottom of each email. and we will promptly remove you from ALL correspondence.</p><p data-css=\"tve-u-1642b20c920\">Contacting Us</p><p data-css=\"tve-u-1642b20c920\">If there are any questions regarding this privacy policy you may contact us using the information below.<br>Blackhawk Custom, LLC.<br>825 South Kings Highway<br>Fort Pierce, FL 34945<br>United States<br>https://www.blackhawkcustom.com<br>Conditions of use:</p><p data-css=\"tve-u-1642b20c920\">By using this website, you agree to all of our terms and conditions of the sale<br>All sales are final (See our refund policy)</p></div></div>\n</div>'),(1698,161,'tve_revision_tve_has_wistia_popover','0'),(1699,141,'tve_disable_theme_dependency','0'),(1700,162,'tve_revision_tve_landing_page','tcb2-blank-page-styled'),(1701,162,'tve_revision_tve_disable_theme_dependency','1'),(1702,162,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16416ab0690\" style=\"z-index: 8;\" wfd-id=\"37\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1642b1d750f\" wfd-id=\"62\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1642b1d2e7a\" style=\"z-index: 8;\" wfd-id=\"38\"><div class=\"thrv_wrapper thrv_widget_menu tve-custom-menu-upgrade tve-mobile-dropdown      tve-menu-style-style_1\" data-tve-style=\"tve_horizontal\" data-tve-switch-icon=\"mobile\" data-css=\"tve-u-1642b26f466\" style=\"z-index: 8;\" wfd-id=\"43\">	<div class=\"thrive-shortcode-config\" style=\"display: none !important\" wfd-id=\"61\">__CONFIG_widget_menu__{\"menu_id\":\"4\",\"color\":\"tve_red\",\"dir\":\"tve_horizontal\",\"font_class\":\"\",\"font_size\":\"\",\"ul_attr\":\"\",\"link_attr\":\"\",\"top_link_attr\":\"\",\"trigger_attr\":\"\",\"primary\":\"\",\"head_css\":\"\",\"background_hover\":\"\",\"main_hover\":\"\",\"child_hover\":\"\",\"group_edit\":[{\"css_id\":\"\",\"class\":\"\"},{\"css_id\":\"\",\"class\":\"\"},{\"css_id\":\"\",\"class\":\"\"},{\"css_id\":\"\",\"class\":\"\"}],\"menu_style\":\"style_1\",\"dropdown_icon\":\"\",\"mobile_side\":\"\",\"mobile_icon\":\"\",\"switch_to_icon\":\"mobile\"}__CONFIG_widget_menu__</div>\n</div><div class=\"thrv_wrapper thrv_heading\" style=\"\" data-tag=\"h1\" data-css=\"tve-u-1642b32e2c2\" wfd-id=\"42\"><h1 data-css=\"tve-u-16035acf904\"><strong>Privacy</strong></h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" data-css=\"tve-u-1642b25c464\" wfd-id=\"39\"><p data-css=\"tve-u-1642b20c920\">Privacy Policy</p><p data-css=\"tve-u-1642b20c920\">What personal information do we collect from the people that visit our blog, website or app?<br>When ordering or registering on our site, as appropriate, you may be asked to enter your name, email address, mailing address, phone number, credit card information or other details to help you with your experience.</p><p data-css=\"tve-u-1642b20c920\">When do we collect information?</p><p data-css=\"tve-u-1642b20c920\">We collect information from you when you register on our site, place an order, subscribe to a newsletter, respond to a survey, fill out a form or enter information on our site.</p><p data-css=\"tve-u-1642b20c920\">How do we use your information?</p><p data-css=\"tve-u-1642b20c920\">We may use the information we collect from you when you register, make a purchase, sign up for our newsletter, respond to a survey or marketing communication, surf the website, or use certain other site features in the following ways:<br>â€¢ To personalize user\'s experience and to allow us to deliver the type of content and product offerings in which you are most interested.<br>â€¢ To improve our website in order to better serve you.<br>â€¢ To allow us to better service you in responding to your customer service requests.<br>â€¢ To administer a contest, promotion, survey or other site feature.<br>â€¢ To quickly process your transactions.<br>â€¢ To send periodic emails regarding your order or other products and services.</p><p data-css=\"tve-u-1642b20c920\">How do we protect visitor information?</p><p data-css=\"tve-u-1642b20c920\">Our website is scanned on a regular basis for security holes and known vulnerabilities in order to make your visit to our site as safe as possible.<br>We use regular Malware Scanning.</p><p data-css=\"tve-u-1642b20c920\">Your personal information is contained behind secured networks and is only accessible by a limited number of persons who have special access rights to such systems, and are required to keep the information confidential. In addition, all sensitive/credit information you supply is encrypted via Secure Socket Layer (SSL) technology.</p><p data-css=\"tve-u-1642b20c920\">We implement a variety of security measures when a user places an order, enters, submits, or accesses their information to maintain the safety of your personal information.</p><p data-css=\"tve-u-1642b20c920\">All transactions are processed through a gateway provider and are not stored or processed on our servers.</p><p data-css=\"tve-u-1642b20c920\">Do we use \'cookies\'?</p><p data-css=\"tve-u-1642b20c920\">Yes. Cookies are small files that a site or its service provider transfers to your computer\'s hard drive through your Web browser (if you allow) that enable the site\'s or service provider\'s systems to recognize your browser and capture and remember certain information. For instance, we use cookies to help us remember and process the items in your shopping cart. They are also used to help us understand your preferences based on previous or current site activity, which enables us to provide you with improved services. We also use cookies to help us compile aggregate data about site traffic and site interaction so that we can offer better site experiences and tools in the future.</p><p data-css=\"tve-u-1642b20c920\">We use cookies to:</p><p data-css=\"tve-u-1642b20c920\">â€¢ Help remember and process the items in the shopping cart.<br>â€¢ Understand and save user\'s preferences for future visits.<br>You can choose to have your computer warn you each time a cookie is being sent, or you can choose to turn off all cookies. You do this through your browser (like Internet Explorer) settings. Each browser is a little different, so look at your browser\'s Help menu to learn the correct way to modify your cookies.<br>If users disable cookies in their browser:<br>If you turn off cookies, some features will be disabled. However, you can still place orders for<br>saved items in your shopping cart over the telephone by contacting customer service.</p><p data-css=\"tve-u-1642b20c920\">Third Party Disclosure</p><p data-css=\"tve-u-1642b20c920\">We do not sell, trade, or otherwise transfer to outside parties your personally identifiable information.</p><p data-css=\"tve-u-1642b20c920\">Third party links</p><p data-css=\"tve-u-1642b20c920\">Occasionally, at our discretion, we may include or offer third party products or services on our website. These third party sites have separate and independent privacy policies. We therefore have no responsibility or liability for the content and activities of these linked sites. Nonetheless, we seek to protect the integrity of our site and welcome any feedback about these sites.</p><p data-css=\"tve-u-1642b20c920\">Google</p><p data-css=\"tve-u-1642b20c920\">Google\'s advertising requirements can be summed up by Google\'s Advertising Principles. They are put in place to provide a positive experience for users. https://support.google.com/adwordspolicy/answer/1316548?hl=en<br>Opting out:<br>Users can set preferences for how Google advertises to you using the Google Ad Settings page. Alternatively, you can opt out by visiting the Network Advertising initiative opt out page or permanently using the Google Analytics Opt Out Browser add on.<br>California Online Privacy Protection Act<br>CalOPPA is the first state law in the nation to require commercial websites and online services to post a privacy policy. The law\'s reach stretches well beyond California to require a person or company in the United States (and conceivably the world) that operates websites collecting personally identifiable information from California consumers to post a conspicuous privacy policy on its website stating exactly the information being collected and those individuals with whom it is being shared, and to comply with this policy.<br>See more at: http://consumercal.org/california-online-privacy-protection-act-caloppa/#sthash.0FdRbT51.dpuf<br>According to CalOPPA we agree to the following:<br>Users can visit our site anonymously<br>Once this privacy policy is created, we will add a link to it on our home page, or as a minimum on the first significant page after entering our website.<br>Our Privacy Policy link includes the word \'Privacy\', and can be easily be found on the page specified above.<br>Users will be notified of any privacy policy changes:<br>â€¢ On our Privacy Policy Page<br>Users are able to change their personal information:<br>â€¢ By emailing us<br>â€¢ By calling us</p><p data-css=\"tve-u-1642b20c920\">How does our site handle do not track signals?</p><p data-css=\"tve-u-1642b20c920\">We honor do not track signals and do not track, plant cookies, or use advertising when a Do Not Track (DNT) browser mechanism is in place.</p><p data-css=\"tve-u-1642b20c920\">Does our site allow third party behavioral tracking?</p><p data-css=\"tve-u-1642b20c920\">It\'s also important to note that we do not allow third party behavioral tracking<br>COPPA (Children Online Privacy Protection Act)<br>When it comes to the collection of personal information from children under 13, the Children\'s Online Privacy Protection Act (COPPA) puts parents in control. The Federal Trade Commission, the nation\'s consumer protection agency, enforces the COPPA Rule, which spells out what operators of websites and online services must do to protect children\'s privacy and safety online.</p><p data-css=\"tve-u-1642b20c920\">We do not specifically market to children under 13.</p><p data-css=\"tve-u-1642b20c920\">Fair Information Practices</p><p data-css=\"tve-u-1642b20c920\">The Fair Information Practices Principles form the backbone of privacy law in the United States and the concepts they include have played a significant role in the development of data protection laws around the globe. Understanding the Fair Information Practice Principles and how they should be implemented is critical to comply with the various privacy laws that protect personal information.<br>In order to be in line with Fair Information Practices we will take the following responsive action, should a data breach occur:<br>â€¢ Within 7 business days<br>We will notify the users via in site notification<br>â€¢ Within 7 business days<br>We also agree to the individual redress principle, which requires that individuals have a right to pursue legally enforceable rights against data collectors and processors who fail to adhere to the law. This principle requires not only that individuals have enforceable rights against data users, but also that individuals have recourse to courts or a government agency to investigate and/or prosecute non-compliance by data processors.<br>CAN SPAM Act<br>The CAN-SPAM Act is a law that sets the rules for commercial email, establishes requirements for commercial messages, gives recipients the right to have emails stopped from being sent to them, and spells out tough penalties for violations.</p><p data-css=\"tve-u-1642b20c920\">We collect your email address in order to:</p><p data-css=\"tve-u-1642b20c920\">â€¢ Send information, respond to inquiries, and/or other requests or questions.<br>â€¢ Process orders and to send information and updates pertaining to orders<br>â€¢ Market to our mailing list or continue to send emails to our clients after the original transaction has occurred<br>To be in accordance with CANSPAM we agree to the following:<br>â€¢ NOT use false, or misleading subjects or email addresses<br>â€¢ Identify the message as an advertisement in some reasonable way<br>â€¢ Include the physical address of our business or site headquarters<br>â€¢ Monitor third party email marketing services for compliance, if one is used.<br>â€¢ Honor opt-out/unsubscribe requests quickly<br>â€¢ Allow users to unsubscribe by using the link at the bottom of each email<br>If at any time you would like to unsubscribe from receiving future emails, you can email us at<br>â€¢ Follow the instructions at the bottom of each email. and we will promptly remove you from ALL correspondence.</p><p data-css=\"tve-u-1642b20c920\">Contacting Us</p><p data-css=\"tve-u-1642b20c920\">If there are any questions regarding this privacy policy you may contact us using the information below.<br>Blackhawk Custom, LLC.<br>825 South Kings Highway<br>Fort Pierce, FL 34945<br>United States<br>https://www.blackhawkcustom.com<br>Conditions of use:</p><p data-css=\"tve-u-1642b20c920\">By using this website, you agree to all of our terms and conditions of the sale<br>All sales are final (See our refund policy)</p></div></div>\n</div>'),(1703,162,'tve_revision_tve_content_more_found',''),(1704,162,'tve_revision_tve_save_post',''),(1705,162,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Montserrat:400,700&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-1642b26f466\"] #menu-item-153 { padding-left: 41px !important; padding-right: 41px !important; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-153:hover > a { fill: rgb(179, 144, 57) !important; color: rgb(179, 144, 57) !important; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-153 > a { fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1642b26f466\"] #menu-item-104 { text-align: center; padding-left: 41px !important; padding-right: 41px !important; }[data-css=\"tve-u-1642b26f466\"] #menu-item-103 { text-align: center; padding-left: 41px !important; padding-right: 41px !important; }[data-css=\"tve-u-1642b26f466\"] #menu-item-102 { text-align: center; padding-left: 41px !important; padding-right: 41px !important; }[data-css=\"tve-u-1642b26f466\"] #menu-item-109 { text-align: center; padding-left: 41px !important; padding-right: 41px !important; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-104:hover > a { fill: rgb(179, 144, 57) !important; color: rgb(179, 144, 57) !important; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-103:hover > a { fill: rgb(179, 144, 57) !important; color: rgb(179, 144, 57) !important; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-102:hover > a { fill: rgb(179, 144, 57) !important; color: rgb(179, 144, 57) !important; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-109:hover > a { fill: rgb(179, 144, 57) !important; color: rgb(179, 144, 57) !important; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-104 > a { fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-103 > a { fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-102 > a { fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-109 > a { fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1642b26f466\"] .tve_w_menu { background-image: none !important; }[data-css=\"tve-u-1642b32e2c2\"] { float: none; width: 100%; z-index: 3; position: relative; margin-left: auto !important; margin-right: auto !important; }#tcb_landing_page a.tve_state_hover:not(.tcb-button-link) { color: rgb(179, 144, 57); }[data-css=\"tve-u-1642b26f466\"] { float: none; width: 100%; z-index: 3; position: relative; margin: 0px auto 20px !important; }[data-css=\"tve-u-1642b25c464\"] { padding: 5px !important; background-image: none !important; }[data-css=\"tve-u-1642b20c920\"] strong { font-weight: 700 !important; }#tve_editor [data-css=\"tve-u-1642b20c920\"] { font-size: 16px !important; font-family: Montserrat !important; font-weight: 400 !important; }[data-css=\"tve-u-16035acf904\"] strong { font-weight: 700 !important; }#tve_editor [data-css=\"tve-u-16035acf904\"] { font-size: 24px !important; font-family: Montserrat !important; font-weight: 400 !important; text-transform: capitalize !important; }[data-css=\"tve-u-1642b1d750f\"] { background-image: linear-gradient(rgb(0, 0, 0), rgb(0, 0, 0)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }#tve_editor [data-css=\"tve-u-1642b1d2e7a\"] p, #tve_editor [data-css=\"tve-u-1642b1d2e7a\"] li, #tve_editor [data-css=\"tve-u-1642b1d2e7a\"] blockquote, #tve_editor [data-css=\"tve-u-1642b1d2e7a\"] address, #tve_editor [data-css=\"tve-u-1642b1d2e7a\"] .tcb-plain-text, #tve_editor [data-css=\"tve-u-1642b1d2e7a\"] h1, #tve_editor [data-css=\"tve-u-1642b1d2e7a\"] h2, #tve_editor [data-css=\"tve-u-1642b1d2e7a\"] h3, #tve_editor [data-css=\"tve-u-1642b1d2e7a\"] h4, #tve_editor [data-css=\"tve-u-1642b1d2e7a\"] h5, #tve_editor [data-css=\"tve-u-1642b1d2e7a\"] h6 { color: rgb(255, 255, 255); }[data-css=\"tve-u-16416ab0690\"] { padding: 30px 20px !important; }.tcb-plain-text strong { font-weight: 700; }.tcb-plain-text { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page a strong { font-weight: 700; }#tcb_landing_page h6 strong { font-weight: 700; }#tcb_landing_page h5 strong { font-weight: 700; }#tcb_landing_page h4 strong { font-weight: 700; }#tcb_landing_page h6 { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); font-size: 20px; }#tcb_landing_page h5 { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); font-size: 24px; }#tcb_landing_page h4 { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); font-size: 30px; }#tcb_landing_page a:not(.tcb-button-link) { color: rgb(255, 255, 255); text-decoration: underline; }#tcb_landing_page h3 strong { font-weight: 700; }#tcb_landing_page h3 { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); font-size: 38px; line-height: 1.3em; }#tcb_landing_page h2 strong { font-weight: 700; }#tcb_landing_page h2 { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); font-size: 45px; line-height: 1.3em; }#tcb_landing_page h1 strong { font-weight: 700; }#tcb_landing_page h1 { font-family: Montserrat; font-weight: 400; font-size: 50px; line-height: 1.3em; color: rgb(255, 255, 255); }#tcb_landing_page p strong, #tcb_landing_page li strong { font-weight: 700; }#tcb_landing_page p, #tcb_landing_page li { font-family: Montserrat; font-weight: 400; font-size: 17px; line-height: 1.6em; color: rgb(255, 255, 255); }[data-css=\"tve-u-15e09c94f7d\"] { background-color: rgb(255, 255, 255); }#tcb_landing_page a:hover:not(.tcb-button-link) { text-decoration: none; color: rgb(179, 144, 57); }#tcb_landing_page .tve-state-hovera:not(.tcb-button-link) { text-decoration: none; }#tcb_landing_page a.tve-state-hover:not(.tcb-button-link) { text-decoration: none; }[data-css=\"tve-u-1642b1d2e7a\"] { max-width: 1200px; }}@media (max-width: 1023px){#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-153 > a { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-104 > a { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-103 > a { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-102 > a { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-109 > a { font-size: 16px !important; }[data-css=\"tve-u-1642b26f466\"] #menu-item-153 { float: none; padding-left: 0px !important; padding-right: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1642b26f466\"] #menu-item-104 { float: none; padding-left: 0px !important; padding-right: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1642b26f466\"] #menu-item-103 { float: none; padding-left: 0px !important; padding-right: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1642b26f466\"] #menu-item-102 { float: none; padding-left: 0px !important; padding-right: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1642b26f466\"] #menu-item-109 { float: none; padding-left: 0px !important; padding-right: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1642b26f466\"] { max-width: 1200px; float: none; width: 100%; z-index: 3; position: relative; margin: 0px auto !important; padding: 5px !important; }}@media (max-width: 767px){#tve_editor [data-css=\"tve-u-16035acf904\"] { font-size: 36px !important; }}'),(1706,162,'tve_revision_tve_user_custom_css',''),(1707,162,'tve_revision_tve_page_events','a:0:{}'),(1708,162,'tve_revision_tve_globals','a:2:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";s:8:\"font_cls\";a:0:{}}'),(1709,162,'tve_revision_tve_global_scripts',''),(1710,162,'tve_revision_thrive_icon_pack','0'),(1711,162,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(1712,162,'tve_revision_tve_has_masonry','0'),(1713,162,'tve_revision_tve_has_typefocus','0'),(1714,162,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16416ab0690\" style=\"z-index: 8;\" wfd-id=\"37\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1642b1d750f\" wfd-id=\"62\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1642b1d2e7a\" style=\"z-index: 8;\" wfd-id=\"38\"><div class=\"thrv_wrapper thrv_widget_menu tve-custom-menu-upgrade tve-mobile-dropdown      tve-menu-style-style_1\" data-tve-style=\"tve_horizontal\" data-tve-switch-icon=\"mobile\" data-css=\"tve-u-1642b26f466\" style=\"z-index: 8;\" wfd-id=\"43\">	<div class=\"thrive-shortcode-config\" style=\"display: none !important\" wfd-id=\"61\">__CONFIG_widget_menu__{\"menu_id\":\"4\",\"color\":\"tve_red\",\"dir\":\"tve_horizontal\",\"font_class\":\"\",\"font_size\":\"\",\"ul_attr\":\"\",\"link_attr\":\"\",\"top_link_attr\":\"\",\"trigger_attr\":\"\",\"primary\":\"\",\"head_css\":\"\",\"background_hover\":\"\",\"main_hover\":\"\",\"child_hover\":\"\",\"group_edit\":[{\"css_id\":\"\",\"class\":\"\"},{\"css_id\":\"\",\"class\":\"\"},{\"css_id\":\"\",\"class\":\"\"},{\"css_id\":\"\",\"class\":\"\"}],\"menu_style\":\"style_1\",\"dropdown_icon\":\"\",\"mobile_side\":\"\",\"mobile_icon\":\"\",\"switch_to_icon\":\"mobile\"}__CONFIG_widget_menu__</div>\n</div><div class=\"thrv_wrapper thrv_heading\" style=\"\" data-tag=\"h1\" data-css=\"tve-u-1642b32e2c2\" wfd-id=\"42\"><h1 data-css=\"tve-u-16035acf904\"><strong>Privacy</strong></h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" data-css=\"tve-u-1642b25c464\" wfd-id=\"39\"><p data-css=\"tve-u-1642b20c920\">Privacy Policy</p><p data-css=\"tve-u-1642b20c920\">What personal information do we collect from the people that visit our blog, website or app?<br>When ordering or registering on our site, as appropriate, you may be asked to enter your name, email address, mailing address, phone number, credit card information or other details to help you with your experience.</p><p data-css=\"tve-u-1642b20c920\">When do we collect information?</p><p data-css=\"tve-u-1642b20c920\">We collect information from you when you register on our site, place an order, subscribe to a newsletter, respond to a survey, fill out a form or enter information on our site.</p><p data-css=\"tve-u-1642b20c920\">How do we use your information?</p><p data-css=\"tve-u-1642b20c920\">We may use the information we collect from you when you register, make a purchase, sign up for our newsletter, respond to a survey or marketing communication, surf the website, or use certain other site features in the following ways:<br>â€¢ To personalize user\'s experience and to allow us to deliver the type of content and product offerings in which you are most interested.<br>â€¢ To improve our website in order to better serve you.<br>â€¢ To allow us to better service you in responding to your customer service requests.<br>â€¢ To administer a contest, promotion, survey or other site feature.<br>â€¢ To quickly process your transactions.<br>â€¢ To send periodic emails regarding your order or other products and services.</p><p data-css=\"tve-u-1642b20c920\">How do we protect visitor information?</p><p data-css=\"tve-u-1642b20c920\">Our website is scanned on a regular basis for security holes and known vulnerabilities in order to make your visit to our site as safe as possible.<br>We use regular Malware Scanning.</p><p data-css=\"tve-u-1642b20c920\">Your personal information is contained behind secured networks and is only accessible by a limited number of persons who have special access rights to such systems, and are required to keep the information confidential. In addition, all sensitive/credit information you supply is encrypted via Secure Socket Layer (SSL) technology.</p><p data-css=\"tve-u-1642b20c920\">We implement a variety of security measures when a user places an order, enters, submits, or accesses their information to maintain the safety of your personal information.</p><p data-css=\"tve-u-1642b20c920\">All transactions are processed through a gateway provider and are not stored or processed on our servers.</p><p data-css=\"tve-u-1642b20c920\">Do we use \'cookies\'?</p><p data-css=\"tve-u-1642b20c920\">Yes. Cookies are small files that a site or its service provider transfers to your computer\'s hard drive through your Web browser (if you allow) that enable the site\'s or service provider\'s systems to recognize your browser and capture and remember certain information. For instance, we use cookies to help us remember and process the items in your shopping cart. They are also used to help us understand your preferences based on previous or current site activity, which enables us to provide you with improved services. We also use cookies to help us compile aggregate data about site traffic and site interaction so that we can offer better site experiences and tools in the future.</p><p data-css=\"tve-u-1642b20c920\">We use cookies to:</p><p data-css=\"tve-u-1642b20c920\">â€¢ Help remember and process the items in the shopping cart.<br>â€¢ Understand and save user\'s preferences for future visits.<br>You can choose to have your computer warn you each time a cookie is being sent, or you can choose to turn off all cookies. You do this through your browser (like Internet Explorer) settings. Each browser is a little different, so look at your browser\'s Help menu to learn the correct way to modify your cookies.<br>If users disable cookies in their browser:<br>If you turn off cookies, some features will be disabled. However, you can still place orders for<br>saved items in your shopping cart over the telephone by contacting customer service.</p><p data-css=\"tve-u-1642b20c920\">Third Party Disclosure</p><p data-css=\"tve-u-1642b20c920\">We do not sell, trade, or otherwise transfer to outside parties your personally identifiable information.</p><p data-css=\"tve-u-1642b20c920\">Third party links</p><p data-css=\"tve-u-1642b20c920\">Occasionally, at our discretion, we may include or offer third party products or services on our website. These third party sites have separate and independent privacy policies. We therefore have no responsibility or liability for the content and activities of these linked sites. Nonetheless, we seek to protect the integrity of our site and welcome any feedback about these sites.</p><p data-css=\"tve-u-1642b20c920\">Google</p><p data-css=\"tve-u-1642b20c920\">Google\'s advertising requirements can be summed up by Google\'s Advertising Principles. They are put in place to provide a positive experience for users. https://support.google.com/adwordspolicy/answer/1316548?hl=en<br>Opting out:<br>Users can set preferences for how Google advertises to you using the Google Ad Settings page. Alternatively, you can opt out by visiting the Network Advertising initiative opt out page or permanently using the Google Analytics Opt Out Browser add on.<br>California Online Privacy Protection Act<br>CalOPPA is the first state law in the nation to require commercial websites and online services to post a privacy policy. The law\'s reach stretches well beyond California to require a person or company in the United States (and conceivably the world) that operates websites collecting personally identifiable information from California consumers to post a conspicuous privacy policy on its website stating exactly the information being collected and those individuals with whom it is being shared, and to comply with this policy.<br>See more at: http://consumercal.org/california-online-privacy-protection-act-caloppa/#sthash.0FdRbT51.dpuf<br>According to CalOPPA we agree to the following:<br>Users can visit our site anonymously<br>Once this privacy policy is created, we will add a link to it on our home page, or as a minimum on the first significant page after entering our website.<br>Our Privacy Policy link includes the word \'Privacy\', and can be easily be found on the page specified above.<br>Users will be notified of any privacy policy changes:<br>â€¢ On our Privacy Policy Page<br>Users are able to change their personal information:<br>â€¢ By emailing us<br>â€¢ By calling us</p><p data-css=\"tve-u-1642b20c920\">How does our site handle do not track signals?</p><p data-css=\"tve-u-1642b20c920\">We honor do not track signals and do not track, plant cookies, or use advertising when a Do Not Track (DNT) browser mechanism is in place.</p><p data-css=\"tve-u-1642b20c920\">Does our site allow third party behavioral tracking?</p><p data-css=\"tve-u-1642b20c920\">It\'s also important to note that we do not allow third party behavioral tracking<br>COPPA (Children Online Privacy Protection Act)<br>When it comes to the collection of personal information from children under 13, the Children\'s Online Privacy Protection Act (COPPA) puts parents in control. The Federal Trade Commission, the nation\'s consumer protection agency, enforces the COPPA Rule, which spells out what operators of websites and online services must do to protect children\'s privacy and safety online.</p><p data-css=\"tve-u-1642b20c920\">We do not specifically market to children under 13.</p><p data-css=\"tve-u-1642b20c920\">Fair Information Practices</p><p data-css=\"tve-u-1642b20c920\">The Fair Information Practices Principles form the backbone of privacy law in the United States and the concepts they include have played a significant role in the development of data protection laws around the globe. Understanding the Fair Information Practice Principles and how they should be implemented is critical to comply with the various privacy laws that protect personal information.<br>In order to be in line with Fair Information Practices we will take the following responsive action, should a data breach occur:<br>â€¢ Within 7 business days<br>We will notify the users via in site notification<br>â€¢ Within 7 business days<br>We also agree to the individual redress principle, which requires that individuals have a right to pursue legally enforceable rights against data collectors and processors who fail to adhere to the law. This principle requires not only that individuals have enforceable rights against data users, but also that individuals have recourse to courts or a government agency to investigate and/or prosecute non-compliance by data processors.<br>CAN SPAM Act<br>The CAN-SPAM Act is a law that sets the rules for commercial email, establishes requirements for commercial messages, gives recipients the right to have emails stopped from being sent to them, and spells out tough penalties for violations.</p><p data-css=\"tve-u-1642b20c920\">We collect your email address in order to:</p><p data-css=\"tve-u-1642b20c920\">â€¢ Send information, respond to inquiries, and/or other requests or questions.<br>â€¢ Process orders and to send information and updates pertaining to orders<br>â€¢ Market to our mailing list or continue to send emails to our clients after the original transaction has occurred<br>To be in accordance with CANSPAM we agree to the following:<br>â€¢ NOT use false, or misleading subjects or email addresses<br>â€¢ Identify the message as an advertisement in some reasonable way<br>â€¢ Include the physical address of our business or site headquarters<br>â€¢ Monitor third party email marketing services for compliance, if one is used.<br>â€¢ Honor opt-out/unsubscribe requests quickly<br>â€¢ Allow users to unsubscribe by using the link at the bottom of each email<br>If at any time you would like to unsubscribe from receiving future emails, you can email us at<br>â€¢ Follow the instructions at the bottom of each email. and we will promptly remove you from ALL correspondence.</p><p data-css=\"tve-u-1642b20c920\">Contacting Us</p><p data-css=\"tve-u-1642b20c920\">If there are any questions regarding this privacy policy you may contact us using the information below.<br>Blackhawk Custom, LLC.<br>825 South Kings Highway<br>Fort Pierce, FL 34945<br>United States<br>https://www.blackhawkcustom.com<br>Conditions of use:</p><p data-css=\"tve-u-1642b20c920\">By using this website, you agree to all of our terms and conditions of the sale<br>All sales are final (See our refund policy)</p></div></div>\n</div>'),(1715,162,'tve_revision_tve_has_wistia_popover','0'),(1716,163,'tve_revision_tve_landing_page','tcb2-blank-page-styled'),(1717,163,'tve_revision_tve_disable_theme_dependency','1'),(1718,163,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16416ab0690\" style=\"z-index: 8;\" wfd-id=\"37\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1642b1d750f\" wfd-id=\"64\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1642b1d2e7a\" style=\"z-index: 8;\" wfd-id=\"38\"><div class=\"thrv_wrapper thrv_widget_menu tve-custom-menu-upgrade tve-mobile-dropdown      tve-menu-style-style_1\" data-tve-style=\"tve_horizontal\" data-tve-switch-icon=\"mobile\" data-css=\"tve-u-1642b26f466\" style=\"z-index: 8;\" wfd-id=\"45\">	<div class=\"thrive-shortcode-config\" style=\"display: none !important\" wfd-id=\"63\">__CONFIG_widget_menu__{\"menu_id\":\"4\",\"color\":\"tve_red\",\"dir\":\"tve_horizontal\",\"font_class\":\"\",\"font_size\":\"\",\"ul_attr\":\"\",\"link_attr\":\"\",\"top_link_attr\":\"\",\"trigger_attr\":\"\",\"primary\":\"\",\"head_css\":\"\",\"background_hover\":\"\",\"main_hover\":\"\",\"child_hover\":\"\",\"group_edit\":[{\"css_id\":\"\",\"class\":\"\"},{\"css_id\":\"\",\"class\":\"\"},{\"css_id\":\"\",\"class\":\"\"},{\"css_id\":\"\",\"class\":\"\"}],\"menu_style\":\"style_1\",\"dropdown_icon\":\"\",\"mobile_side\":\"\",\"mobile_icon\":\"\",\"switch_to_icon\":\"mobile\"}__CONFIG_widget_menu__</div>\n</div><div class=\"thrv_wrapper thrv_heading\" style=\"\" data-tag=\"h1\" data-css=\"tve-u-1642b32e2c2\" wfd-id=\"42\"><h1 data-css=\"tve-u-16035acf904\"><strong>Privacy</strong></h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" data-css=\"tve-u-1642b25c464\" wfd-id=\"39\"><p data-css=\"tve-u-1642b20c920\">Privacy Policy</p><p data-css=\"tve-u-1642b20c920\">What personal information do we collect from the people that visit our blog, website or app?<br>When ordering or registering on our site, as appropriate, you may be asked to enter your name, email address, mailing address, phone number, credit card information or other details to help you with your experience.</p><p data-css=\"tve-u-1642b20c920\">When do we collect information?</p><p data-css=\"tve-u-1642b20c920\">We collect information from you when you register on our site, place an order, subscribe to a newsletter, respond to a survey, fill out a form or enter information on our site.</p><p data-css=\"tve-u-1642b20c920\">How do we use your information?</p><p data-css=\"tve-u-1642b20c920\">We may use the information we collect from you when you register, make a purchase, sign up for our newsletter, respond to a survey or marketing communication, surf the website, or use certain other site features in the following ways:<br>â€¢ To personalize user\'s experience and to allow us to deliver the type of content and product offerings in which you are most interested.<br>â€¢ To improve our website in order to better serve you.<br>â€¢ To allow us to better service you in responding to your customer service requests.<br>â€¢ To administer a contest, promotion, survey or other site feature.<br>â€¢ To quickly process your transactions.<br>â€¢ To send periodic emails regarding your order or other products and services.</p><p data-css=\"tve-u-1642b20c920\">How do we protect visitor information?</p><p data-css=\"tve-u-1642b20c920\">Our website is scanned on a regular basis for security holes and known vulnerabilities in order to make your visit to our site as safe as possible.<br>We use regular Malware Scanning.</p><p data-css=\"tve-u-1642b20c920\">Your personal information is contained behind secured networks and is only accessible by a limited number of persons who have special access rights to such systems, and are required to keep the information confidential. In addition, all sensitive/credit information you supply is encrypted via Secure Socket Layer (SSL) technology.</p><p data-css=\"tve-u-1642b20c920\">We implement a variety of security measures when a user places an order, enters, submits, or accesses their information to maintain the safety of your personal information.</p><p data-css=\"tve-u-1642b20c920\">All transactions are processed through a gateway provider and are not stored or processed on our servers.</p><p data-css=\"tve-u-1642b20c920\">Do we use \'cookies\'?</p><p data-css=\"tve-u-1642b20c920\">Yes. Cookies are small files that a site or its service provider transfers to your computer\'s hard drive through your Web browser (if you allow) that enable the site\'s or service provider\'s systems to recognize your browser and capture and remember certain information. For instance, we use cookies to help us remember and process the items in your shopping cart. They are also used to help us understand your preferences based on previous or current site activity, which enables us to provide you with improved services. We also use cookies to help us compile aggregate data about site traffic and site interaction so that we can offer better site experiences and tools in the future.</p><p data-css=\"tve-u-1642b20c920\">We use cookies to:</p><p data-css=\"tve-u-1642b20c920\">â€¢ Help remember and process the items in the shopping cart.<br>â€¢ Understand and save user\'s preferences for future visits.<br>You can choose to have your computer warn you each time a cookie is being sent, or you can choose to turn off all cookies. You do this through your browser (like Internet Explorer) settings. Each browser is a little different, so look at your browser\'s Help menu to learn the correct way to modify your cookies.<br>If users disable cookies in their browser:<br>If you turn off cookies, some features will be disabled. However, you can still place orders for<br>saved items in your shopping cart over the telephone by contacting customer service.</p><p data-css=\"tve-u-1642b20c920\">Third Party Disclosure</p><p data-css=\"tve-u-1642b20c920\">We do not sell, trade, or otherwise transfer to outside parties your personally identifiable information.</p><p data-css=\"tve-u-1642b20c920\">Third party links</p><p data-css=\"tve-u-1642b20c920\">Occasionally, at our discretion, we may include or offer third party products or services on our website. These third party sites have separate and independent privacy policies. We therefore have no responsibility or liability for the content and activities of these linked sites. Nonetheless, we seek to protect the integrity of our site and welcome any feedback about these sites.</p><p data-css=\"tve-u-1642b20c920\">Google</p><p data-css=\"tve-u-1642b20c920\">Google\'s advertising requirements can be summed up by Google\'s Advertising Principles. They are put in place to provide a positive experience for users. https://support.google.com/adwordspolicy/answer/1316548?hl=en<br>Opting out:<br>Users can set preferences for how Google advertises to you using the Google Ad Settings page. Alternatively, you can opt out by visiting the Network Advertising initiative opt out page or permanently using the Google Analytics Opt Out Browser add on.<br>California Online Privacy Protection Act<br>CalOPPA is the first state law in the nation to require commercial websites and online services to post a privacy policy. The law\'s reach stretches well beyond California to require a person or company in the United States (and conceivably the world) that operates websites collecting personally identifiable information from California consumers to post a conspicuous privacy policy on its website stating exactly the information being collected and those individuals with whom it is being shared, and to comply with this policy.<br>See more at: http://consumercal.org/california-online-privacy-protection-act-caloppa/#sthash.0FdRbT51.dpuf<br>According to CalOPPA we agree to the following:<br>Users can visit our site anonymously<br>Once this privacy policy is created, we will add a link to it on our home page, or as a minimum on the first significant page after entering our website.<br>Our Privacy Policy link includes the word \'Privacy\', and can be easily be found on the page specified above.<br>Users will be notified of any privacy policy changes:<br>â€¢ On our Privacy Policy Page<br>Users are able to change their personal information:<br>â€¢ By emailing us<br>â€¢ By calling us</p><p data-css=\"tve-u-1642b20c920\">How does our site handle do not track signals?</p><p data-css=\"tve-u-1642b20c920\">We honor do not track signals and do not track, plant cookies, or use advertising when a Do Not Track (DNT) browser mechanism is in place.</p><p data-css=\"tve-u-1642b20c920\">Does our site allow third party behavioral tracking?</p><p data-css=\"tve-u-1642b20c920\">It\'s also important to note that we do not allow third party behavioral tracking<br>COPPA (Children Online Privacy Protection Act)<br>When it comes to the collection of personal information from children under 13, the Children\'s Online Privacy Protection Act (COPPA) puts parents in control. The Federal Trade Commission, the nation\'s consumer protection agency, enforces the COPPA Rule, which spells out what operators of websites and online services must do to protect children\'s privacy and safety online.</p><p data-css=\"tve-u-1642b20c920\">We do not specifically market to children under 13.</p><p data-css=\"tve-u-1642b20c920\">Fair Information Practices</p><p data-css=\"tve-u-1642b20c920\">The Fair Information Practices Principles form the backbone of privacy law in the United States and the concepts they include have played a significant role in the development of data protection laws around the globe. Understanding the Fair Information Practice Principles and how they should be implemented is critical to comply with the various privacy laws that protect personal information.<br>In order to be in line with Fair Information Practices we will take the following responsive action, should a data breach occur:<br>â€¢ Within 7 business days<br>We will notify the users via in site notification<br>â€¢ Within 7 business days<br>We also agree to the individual redress principle, which requires that individuals have a right to pursue legally enforceable rights against data collectors and processors who fail to adhere to the law. This principle requires not only that individuals have enforceable rights against data users, but also that individuals have recourse to courts or a government agency to investigate and/or prosecute non-compliance by data processors.<br>CAN SPAM Act<br>The CAN-SPAM Act is a law that sets the rules for commercial email, establishes requirements for commercial messages, gives recipients the right to have emails stopped from being sent to them, and spells out tough penalties for violations.</p><p data-css=\"tve-u-1642b20c920\">We collect your email address in order to:</p><p data-css=\"tve-u-1642b20c920\">â€¢ Send information, respond to inquiries, and/or other requests or questions.<br>â€¢ Process orders and to send information and updates pertaining to orders<br>â€¢ Market to our mailing list or continue to send emails to our clients after the original transaction has occurred<br>To be in accordance with CANSPAM we agree to the following:<br>â€¢ NOT use false, or misleading subjects or email addresses<br>â€¢ Identify the message as an advertisement in some reasonable way<br>â€¢ Include the physical address of our business or site headquarters<br>â€¢ Monitor third party email marketing services for compliance, if one is used.<br>â€¢ Honor opt-out/unsubscribe requests quickly<br>â€¢ Allow users to unsubscribe by using the link at the bottom of each email<br>If at any time you would like to unsubscribe from receiving future emails, you can email us at<br>â€¢ Follow the instructions at the bottom of each email. and we will promptly remove you from ALL correspondence.</p><p data-css=\"tve-u-1642b20c920\">Contacting Us</p><p data-css=\"tve-u-1642b20c920\">If there are any questions regarding this privacy policy you may contact us using the information below.<br>Blackhawk Custom, LLC.<br>825 South Kings Highway<br>Fort Pierce, FL 34945<br>United States<br>https://www.blackhawkcustom.com<br>Conditions of use:</p><p data-css=\"tve-u-1642b20c920\">By using this website, you agree to all of our terms and conditions of the sale<br>All sales are final (See our refund policy)</p></div></div>\n</div>'),(1719,163,'tve_revision_tve_content_more_found',''),(1720,163,'tve_revision_tve_save_post',''),(1721,163,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Montserrat:400,700&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-1642b26f466\"] #menu-item-153 { padding-left: 41px !important; padding-right: 41px !important; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-153:hover > a { fill: rgb(179, 144, 57) !important; color: rgb(179, 144, 57) !important; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-153 > a { fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1642b26f466\"] #menu-item-104 { text-align: center; padding-left: 41px !important; padding-right: 41px !important; }[data-css=\"tve-u-1642b26f466\"] #menu-item-103 { text-align: center; padding-left: 41px !important; padding-right: 41px !important; }[data-css=\"tve-u-1642b26f466\"] #menu-item-102 { text-align: center; padding-left: 41px !important; padding-right: 41px !important; }[data-css=\"tve-u-1642b26f466\"] #menu-item-109 { text-align: center; padding-left: 41px !important; padding-right: 41px !important; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-104:hover > a { fill: rgb(179, 144, 57) !important; color: rgb(179, 144, 57) !important; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-103:hover > a { fill: rgb(179, 144, 57) !important; color: rgb(179, 144, 57) !important; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-102:hover > a { fill: rgb(179, 144, 57) !important; color: rgb(179, 144, 57) !important; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-109:hover > a { fill: rgb(179, 144, 57) !important; color: rgb(179, 144, 57) !important; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-104 > a { fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-103 > a { fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-102 > a { fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-109 > a { fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1642b26f466\"] .tve_w_menu { background-image: none !important; }[data-css=\"tve-u-1642b32e2c2\"] { float: none; width: 100%; z-index: 3; position: relative; margin-left: auto !important; margin-right: auto !important; }#tcb_landing_page a.tve_state_hover:not(.tcb-button-link) { color: rgb(179, 144, 57); }[data-css=\"tve-u-1642b26f466\"] { float: none; width: 100%; z-index: 3; position: relative; margin: 0px auto 20px !important; }[data-css=\"tve-u-1642b25c464\"] { padding: 5px !important; background-image: none !important; }[data-css=\"tve-u-1642b20c920\"] strong { font-weight: 700 !important; }#tve_editor [data-css=\"tve-u-1642b20c920\"] { font-size: 16px !important; font-family: Montserrat !important; font-weight: 400 !important; }[data-css=\"tve-u-16035acf904\"] strong { font-weight: 700 !important; }#tve_editor [data-css=\"tve-u-16035acf904\"] { font-size: 24px !important; font-family: Montserrat !important; font-weight: 400 !important; text-transform: capitalize !important; }[data-css=\"tve-u-1642b1d750f\"] { background-image: linear-gradient(rgb(0, 0, 0), rgb(0, 0, 0)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }#tve_editor [data-css=\"tve-u-1642b1d2e7a\"] p, #tve_editor [data-css=\"tve-u-1642b1d2e7a\"] li, #tve_editor [data-css=\"tve-u-1642b1d2e7a\"] blockquote, #tve_editor [data-css=\"tve-u-1642b1d2e7a\"] address, #tve_editor [data-css=\"tve-u-1642b1d2e7a\"] .tcb-plain-text, #tve_editor [data-css=\"tve-u-1642b1d2e7a\"] h1, #tve_editor [data-css=\"tve-u-1642b1d2e7a\"] h2, #tve_editor [data-css=\"tve-u-1642b1d2e7a\"] h3, #tve_editor [data-css=\"tve-u-1642b1d2e7a\"] h4, #tve_editor [data-css=\"tve-u-1642b1d2e7a\"] h5, #tve_editor [data-css=\"tve-u-1642b1d2e7a\"] h6 { color: rgb(255, 255, 255); }[data-css=\"tve-u-16416ab0690\"] { padding: 30px 20px !important; }.tcb-plain-text strong { font-weight: 700; }.tcb-plain-text { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page a strong { font-weight: 700; }#tcb_landing_page h6 strong { font-weight: 700; }#tcb_landing_page h5 strong { font-weight: 700; }#tcb_landing_page h4 strong { font-weight: 700; }#tcb_landing_page h6 { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); font-size: 20px; }#tcb_landing_page h5 { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); font-size: 24px; }#tcb_landing_page h4 { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); font-size: 30px; }#tcb_landing_page a:not(.tcb-button-link) { color: rgb(255, 255, 255); text-decoration: underline; }#tcb_landing_page h3 strong { font-weight: 700; }#tcb_landing_page h3 { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); font-size: 38px; line-height: 1.3em; }#tcb_landing_page h2 strong { font-weight: 700; }#tcb_landing_page h2 { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); font-size: 45px; line-height: 1.3em; }#tcb_landing_page h1 strong { font-weight: 700; }#tcb_landing_page h1 { font-family: Montserrat; font-weight: 400; font-size: 50px; line-height: 1.3em; color: rgb(255, 255, 255); }#tcb_landing_page p strong, #tcb_landing_page li strong { font-weight: 700; }#tcb_landing_page p, #tcb_landing_page li { font-family: Montserrat; font-weight: 400; font-size: 17px; line-height: 1.6em; color: rgb(255, 255, 255); }[data-css=\"tve-u-15e09c94f7d\"] { background-color: rgb(0, 0, 0) !important; }#tcb_landing_page a:hover:not(.tcb-button-link) { text-decoration: none; color: rgb(179, 144, 57); }#tcb_landing_page .tve-state-hovera:not(.tcb-button-link) { text-decoration: none; }#tcb_landing_page a.tve-state-hover:not(.tcb-button-link) { text-decoration: none; }[data-css=\"tve-u-1642b1d2e7a\"] { max-width: 1200px; }}@media (max-width: 1023px){#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-153 > a { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-104 > a { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-103 > a { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-102 > a { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-109 > a { font-size: 16px !important; }[data-css=\"tve-u-1642b26f466\"] #menu-item-153 { float: none; padding-left: 0px !important; padding-right: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1642b26f466\"] #menu-item-104 { float: none; padding-left: 0px !important; padding-right: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1642b26f466\"] #menu-item-103 { float: none; padding-left: 0px !important; padding-right: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1642b26f466\"] #menu-item-102 { float: none; padding-left: 0px !important; padding-right: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1642b26f466\"] #menu-item-109 { float: none; padding-left: 0px !important; padding-right: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1642b26f466\"] { max-width: 1200px; float: none; width: 100%; z-index: 3; position: relative; margin: 0px auto !important; padding: 5px !important; }}@media (max-width: 767px){#tve_editor [data-css=\"tve-u-16035acf904\"] { font-size: 36px !important; }}'),(1722,163,'tve_revision_tve_user_custom_css',''),(1723,163,'tve_revision_tve_page_events','a:0:{}'),(1724,163,'tve_revision_tve_globals','a:2:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";s:8:\"font_cls\";a:0:{}}'),(1725,163,'tve_revision_tve_global_scripts',''),(1726,163,'tve_revision_thrive_icon_pack','0'),(1727,163,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(1728,163,'tve_revision_tve_has_masonry','0'),(1729,163,'tve_revision_tve_has_typefocus','0'),(1730,163,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16416ab0690\" style=\"z-index: 8;\" wfd-id=\"37\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1642b1d750f\" wfd-id=\"64\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1642b1d2e7a\" style=\"z-index: 8;\" wfd-id=\"38\"><div class=\"thrv_wrapper thrv_widget_menu tve-custom-menu-upgrade tve-mobile-dropdown      tve-menu-style-style_1\" data-tve-style=\"tve_horizontal\" data-tve-switch-icon=\"mobile\" data-css=\"tve-u-1642b26f466\" style=\"z-index: 8;\" wfd-id=\"45\">	<div class=\"thrive-shortcode-config\" style=\"display: none !important\" wfd-id=\"63\">__CONFIG_widget_menu__{\"menu_id\":\"4\",\"color\":\"tve_red\",\"dir\":\"tve_horizontal\",\"font_class\":\"\",\"font_size\":\"\",\"ul_attr\":\"\",\"link_attr\":\"\",\"top_link_attr\":\"\",\"trigger_attr\":\"\",\"primary\":\"\",\"head_css\":\"\",\"background_hover\":\"\",\"main_hover\":\"\",\"child_hover\":\"\",\"group_edit\":[{\"css_id\":\"\",\"class\":\"\"},{\"css_id\":\"\",\"class\":\"\"},{\"css_id\":\"\",\"class\":\"\"},{\"css_id\":\"\",\"class\":\"\"}],\"menu_style\":\"style_1\",\"dropdown_icon\":\"\",\"mobile_side\":\"\",\"mobile_icon\":\"\",\"switch_to_icon\":\"mobile\"}__CONFIG_widget_menu__</div>\n</div><div class=\"thrv_wrapper thrv_heading\" style=\"\" data-tag=\"h1\" data-css=\"tve-u-1642b32e2c2\" wfd-id=\"42\"><h1 data-css=\"tve-u-16035acf904\"><strong>Privacy</strong></h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" data-css=\"tve-u-1642b25c464\" wfd-id=\"39\"><p data-css=\"tve-u-1642b20c920\">Privacy Policy</p><p data-css=\"tve-u-1642b20c920\">What personal information do we collect from the people that visit our blog, website or app?<br>When ordering or registering on our site, as appropriate, you may be asked to enter your name, email address, mailing address, phone number, credit card information or other details to help you with your experience.</p><p data-css=\"tve-u-1642b20c920\">When do we collect information?</p><p data-css=\"tve-u-1642b20c920\">We collect information from you when you register on our site, place an order, subscribe to a newsletter, respond to a survey, fill out a form or enter information on our site.</p><p data-css=\"tve-u-1642b20c920\">How do we use your information?</p><p data-css=\"tve-u-1642b20c920\">We may use the information we collect from you when you register, make a purchase, sign up for our newsletter, respond to a survey or marketing communication, surf the website, or use certain other site features in the following ways:<br>â€¢ To personalize user\'s experience and to allow us to deliver the type of content and product offerings in which you are most interested.<br>â€¢ To improve our website in order to better serve you.<br>â€¢ To allow us to better service you in responding to your customer service requests.<br>â€¢ To administer a contest, promotion, survey or other site feature.<br>â€¢ To quickly process your transactions.<br>â€¢ To send periodic emails regarding your order or other products and services.</p><p data-css=\"tve-u-1642b20c920\">How do we protect visitor information?</p><p data-css=\"tve-u-1642b20c920\">Our website is scanned on a regular basis for security holes and known vulnerabilities in order to make your visit to our site as safe as possible.<br>We use regular Malware Scanning.</p><p data-css=\"tve-u-1642b20c920\">Your personal information is contained behind secured networks and is only accessible by a limited number of persons who have special access rights to such systems, and are required to keep the information confidential. In addition, all sensitive/credit information you supply is encrypted via Secure Socket Layer (SSL) technology.</p><p data-css=\"tve-u-1642b20c920\">We implement a variety of security measures when a user places an order, enters, submits, or accesses their information to maintain the safety of your personal information.</p><p data-css=\"tve-u-1642b20c920\">All transactions are processed through a gateway provider and are not stored or processed on our servers.</p><p data-css=\"tve-u-1642b20c920\">Do we use \'cookies\'?</p><p data-css=\"tve-u-1642b20c920\">Yes. Cookies are small files that a site or its service provider transfers to your computer\'s hard drive through your Web browser (if you allow) that enable the site\'s or service provider\'s systems to recognize your browser and capture and remember certain information. For instance, we use cookies to help us remember and process the items in your shopping cart. They are also used to help us understand your preferences based on previous or current site activity, which enables us to provide you with improved services. We also use cookies to help us compile aggregate data about site traffic and site interaction so that we can offer better site experiences and tools in the future.</p><p data-css=\"tve-u-1642b20c920\">We use cookies to:</p><p data-css=\"tve-u-1642b20c920\">â€¢ Help remember and process the items in the shopping cart.<br>â€¢ Understand and save user\'s preferences for future visits.<br>You can choose to have your computer warn you each time a cookie is being sent, or you can choose to turn off all cookies. You do this through your browser (like Internet Explorer) settings. Each browser is a little different, so look at your browser\'s Help menu to learn the correct way to modify your cookies.<br>If users disable cookies in their browser:<br>If you turn off cookies, some features will be disabled. However, you can still place orders for<br>saved items in your shopping cart over the telephone by contacting customer service.</p><p data-css=\"tve-u-1642b20c920\">Third Party Disclosure</p><p data-css=\"tve-u-1642b20c920\">We do not sell, trade, or otherwise transfer to outside parties your personally identifiable information.</p><p data-css=\"tve-u-1642b20c920\">Third party links</p><p data-css=\"tve-u-1642b20c920\">Occasionally, at our discretion, we may include or offer third party products or services on our website. These third party sites have separate and independent privacy policies. We therefore have no responsibility or liability for the content and activities of these linked sites. Nonetheless, we seek to protect the integrity of our site and welcome any feedback about these sites.</p><p data-css=\"tve-u-1642b20c920\">Google</p><p data-css=\"tve-u-1642b20c920\">Google\'s advertising requirements can be summed up by Google\'s Advertising Principles. They are put in place to provide a positive experience for users. https://support.google.com/adwordspolicy/answer/1316548?hl=en<br>Opting out:<br>Users can set preferences for how Google advertises to you using the Google Ad Settings page. Alternatively, you can opt out by visiting the Network Advertising initiative opt out page or permanently using the Google Analytics Opt Out Browser add on.<br>California Online Privacy Protection Act<br>CalOPPA is the first state law in the nation to require commercial websites and online services to post a privacy policy. The law\'s reach stretches well beyond California to require a person or company in the United States (and conceivably the world) that operates websites collecting personally identifiable information from California consumers to post a conspicuous privacy policy on its website stating exactly the information being collected and those individuals with whom it is being shared, and to comply with this policy.<br>See more at: http://consumercal.org/california-online-privacy-protection-act-caloppa/#sthash.0FdRbT51.dpuf<br>According to CalOPPA we agree to the following:<br>Users can visit our site anonymously<br>Once this privacy policy is created, we will add a link to it on our home page, or as a minimum on the first significant page after entering our website.<br>Our Privacy Policy link includes the word \'Privacy\', and can be easily be found on the page specified above.<br>Users will be notified of any privacy policy changes:<br>â€¢ On our Privacy Policy Page<br>Users are able to change their personal information:<br>â€¢ By emailing us<br>â€¢ By calling us</p><p data-css=\"tve-u-1642b20c920\">How does our site handle do not track signals?</p><p data-css=\"tve-u-1642b20c920\">We honor do not track signals and do not track, plant cookies, or use advertising when a Do Not Track (DNT) browser mechanism is in place.</p><p data-css=\"tve-u-1642b20c920\">Does our site allow third party behavioral tracking?</p><p data-css=\"tve-u-1642b20c920\">It\'s also important to note that we do not allow third party behavioral tracking<br>COPPA (Children Online Privacy Protection Act)<br>When it comes to the collection of personal information from children under 13, the Children\'s Online Privacy Protection Act (COPPA) puts parents in control. The Federal Trade Commission, the nation\'s consumer protection agency, enforces the COPPA Rule, which spells out what operators of websites and online services must do to protect children\'s privacy and safety online.</p><p data-css=\"tve-u-1642b20c920\">We do not specifically market to children under 13.</p><p data-css=\"tve-u-1642b20c920\">Fair Information Practices</p><p data-css=\"tve-u-1642b20c920\">The Fair Information Practices Principles form the backbone of privacy law in the United States and the concepts they include have played a significant role in the development of data protection laws around the globe. Understanding the Fair Information Practice Principles and how they should be implemented is critical to comply with the various privacy laws that protect personal information.<br>In order to be in line with Fair Information Practices we will take the following responsive action, should a data breach occur:<br>â€¢ Within 7 business days<br>We will notify the users via in site notification<br>â€¢ Within 7 business days<br>We also agree to the individual redress principle, which requires that individuals have a right to pursue legally enforceable rights against data collectors and processors who fail to adhere to the law. This principle requires not only that individuals have enforceable rights against data users, but also that individuals have recourse to courts or a government agency to investigate and/or prosecute non-compliance by data processors.<br>CAN SPAM Act<br>The CAN-SPAM Act is a law that sets the rules for commercial email, establishes requirements for commercial messages, gives recipients the right to have emails stopped from being sent to them, and spells out tough penalties for violations.</p><p data-css=\"tve-u-1642b20c920\">We collect your email address in order to:</p><p data-css=\"tve-u-1642b20c920\">â€¢ Send information, respond to inquiries, and/or other requests or questions.<br>â€¢ Process orders and to send information and updates pertaining to orders<br>â€¢ Market to our mailing list or continue to send emails to our clients after the original transaction has occurred<br>To be in accordance with CANSPAM we agree to the following:<br>â€¢ NOT use false, or misleading subjects or email addresses<br>â€¢ Identify the message as an advertisement in some reasonable way<br>â€¢ Include the physical address of our business or site headquarters<br>â€¢ Monitor third party email marketing services for compliance, if one is used.<br>â€¢ Honor opt-out/unsubscribe requests quickly<br>â€¢ Allow users to unsubscribe by using the link at the bottom of each email<br>If at any time you would like to unsubscribe from receiving future emails, you can email us at<br>â€¢ Follow the instructions at the bottom of each email. and we will promptly remove you from ALL correspondence.</p><p data-css=\"tve-u-1642b20c920\">Contacting Us</p><p data-css=\"tve-u-1642b20c920\">If there are any questions regarding this privacy policy you may contact us using the information below.<br>Blackhawk Custom, LLC.<br>825 South Kings Highway<br>Fort Pierce, FL 34945<br>United States<br>https://www.blackhawkcustom.com<br>Conditions of use:</p><p data-css=\"tve-u-1642b20c920\">By using this website, you agree to all of our terms and conditions of the sale<br>All sales are final (See our refund policy)</p></div></div>\n</div>'),(1731,163,'tve_revision_tve_has_wistia_popover','0'),(1732,164,'tve_revision_tve_landing_page','blank_v2'),(1733,164,'tve_revision_tve_disable_theme_dependency',''),(1734,164,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"z-index: 8;\" wfd-id=\"37\">\n<div class=\"tve-content-box-background\" wfd-id=\"64\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" style=\"z-index: 8;\" wfd-id=\"38\"><div class=\"thrv_wrapper thrv_widget_menu tve-custom-menu-upgrade      tve-mobile-side-fullscreen tve-menu-style-style_1\" data-tve-style=\"tve_horizontal\" data-tve-switch-icon=\"mobile\" data-css=\"tve-u-1642ae797d9\" wfd-id=\"45\">\n<div class=\"thrive-shortcode-config\" style=\"display: none !important\" wfd-id=\"63\">__CONFIG_widget_menu__{\"menu_id\":4,\"color\":\"tve_red\",\"dir\":\"tve_horizontal\",\"font_class\":\"\",\"font_size\":\"\",\"ul_attr\":\"\",\"link_attr\":\"\",\"top_link_attr\":\"\",\"trigger_attr\":\"\",\"primary\":\"\",\"head_css\":\"\",\"background_hover\":\"\",\"main_hover\":\"\",\"child_hover\":\"\",\"group_edit\":[],\"menu_style\":\"style_1\",\"dropdown_icon\":\"\",\"mobile_side\":\"fullscreen\",\"mobile_icon\":\"\",\"switch_to_icon\":\"mobile\"}__CONFIG_widget_menu__</div>\n</div><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" wfd-id=\"42\"><h2>Terms &amp; Conditions</h2></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"39\"><p>TERMS OF SERVICE<br><br>-----<br><br>OVERVIEW<br><br>This website is operated by Blackhawk Custom, LLC. Throughout the site, the terms â€œweâ€, â€œusâ€ and â€œourâ€ refer to Blackhawk Custom, LLC. Blackhawk Custom, LLC offers this website, including all information, tools and services available from this site to you, the user, conditioned upon your acceptance of all terms, conditions, policies and notices stated here.<br><br>By visiting our site and/ or purchasing something from us, you engage in our â€œServiceâ€ and agree to be bound by the following terms and conditions (â€œTerms of Serviceâ€, â€œTermsâ€), including those additional terms, conditions, and policies referenced herein and/or available by hyperlink. These Terms of Service apply to all users of the site, including without limitation users who are browsers, vendors, customers, merchants, and/ or contributors of content.<br><br>Please read these Terms of Service carefully before accessing or using our website. By accessing or using any part of the site, you agree to be bound by these Terms of Service. If you do not agree to all the terms and conditions of this agreement, then you may not access the website or use any services. If these Terms of Service are considered an offer, acceptance is expressly limited to these Terms of Service.<br><br>Any new features or tools which are added to the current store shall also be subject to the Terms of Service. You can review the most current version of the Terms of Service at any time on this page. We reserve the right to update, change or replace any part of these Terms of Service by posting updates and/or changes to our website. It is your responsibility to check this page periodically for changes. Your continued use of or access to the website following the posting of any changes constitutes acceptance of those changes.<br><br>SECTION 1 - ONLINE STORE TERMS<br><br>By agreeing to these Terms of Service, you represent that you are at least the age of majority in your state or province of residence, or that you are the age of majority in your state or province of residence and you have given us your consent to allow any of your minor dependents to use this site.<br>You may not use our products for any illegal or unauthorized purpose nor may you, in the use of the Service, violate any laws in your jurisdiction (including but not limited to copyright laws).<br>You must not transmit any worms or viruses or any code of a destructive nature.<br>A breach or violation of any of the Terms will result in an immediate termination of your Services.<br><br>SECTION 2 - GENERAL CONDITIONS<br><br>We reserve the right to refuse service to anyone for any reason at any time.<br>You understand that your content (not including credit card information), may be transferred unencrypted and involve (a) transmissions over various networks; and (b) changes to conform and adapt to technical requirements of connecting networks or devices. Credit card information is always encrypted during transfer over networks.<br>You agree not to reproduce, duplicate, copy, sell, resell or exploit any portion of the Service, use of the Service, or access to the Service or any contact on the website through which the service is provided, without express written permission by us.<br>The headings used in this agreement are included for convenience only and will not limit or otherwise affect these Terms.<br><br>SECTION 3 - ACCURACY, COMPLETENESS AND TIMELINESS OF INFORMATION<br><br>We are not responsible if information made available on this site is not accurate, complete or current. The material on this site is provided for general information only and should not be relied upon or used as the sole basis for making decisions without consulting primary, more accurate, more complete or more timely sources of information. Any reliance on the material on this site is at your own risk.<br>This site may contain certain historical information. Historical information, necessarily, is not current and is provided for your reference only. We reserve the right to modify the contents of this site at any time, but we have no obligation to update any information on our site. You agree that it is your responsibility to monitor changes to our site.<br><br>SECTION 4 - MODIFICATIONS TO THE SERVICE AND PRICES<br><br>The prices for our products are subject to change without notice.<br>We reserve the right at any time to modify or discontinue the Service (or any part or content thereof) without notice at any time.<br>We shall not be liable to you or to any third-party for any modification, price change, suspension or discontinuance of the Service.<br><br>SECTION 5 - PRODUCTS OR SERVICES (if applicable)<br><br>Certain products or services may be available exclusively online through the website. These products or services may have limited quantities and are subject to return or exchange only according to our Return Policy.<br>We have made every effort to display as accurately as possible the colors and images of our products that appear at the store. We cannot guarantee that your computer monitor\'s display of any color will be accurate.<br>We reserve the right, but are not obligated, to limit the sales of our products or Services to any person, geographic region or jurisdiction. We may exercise this right on a case-by-case basis. We reserve the right to limit the quantities of any products or services that we offer. All descriptions of products or product pricing are subject to change at anytime without notice, at the sole discretion of us. We reserve the right to discontinue any product at any time. Any offer for any product or service made on this site is void where prohibited.<br>We do not warrant that the quality of any products, services, information, or other material purchased or obtained by you will meet your expectations, or that any errors in the Service will be corrected.<br><br>SECTION 6 - ACCURACY OF BILLING AND ACCOUNT INFORMATION<br><br>We reserve the right to refuse any order you place with us. We may, in our sole discretion, limit or cancel quantities purchased per person, per household or per order. These restrictions may include orders placed by or under the same customer account, the same credit card, and/or orders that use the same billing and/or shipping address. In the event that we make a change to or cancel an order, we may attempt to notify you by contacting the e-mail and/or billing address/phone number provided at the time the order was made. We reserve the right to limit or prohibit orders that, in our sole judgment, appear to be placed by dealers, resellers or distributors.<br><br>You agree to provide current, complete and accurate purchase and account information for all purchases made at our store. You agree to promptly update your account and other information, including your email address and credit card numbers and expiration dates, so that we can complete your transactions and contact you as needed.<br><br>For more detail, please review our Returns Policy.<br><br>SECTION 7 - OPTIONAL TOOLS<br><br>We may provide you with access to third-party tools over which we neither monitor nor have any control nor input.<br>You acknowledge and agree that we provide access to such tools â€as isâ€ and â€œas availableâ€ without any warranties, representations or conditions of any kind and without any endorsement. We shall have no liability whatsoever arising from or relating to your use of optional third-party tools.<br>Any use by you of optional tools offered through the site is entirely at your own risk and discretion and you should ensure that you are familiar with and approve of the terms on which tools are provided by the relevant third-party provider(s).<br>We may also, in the future, offer new services and/or features through the website (including, the release of new tools and resources). Such new features and/or services shall also be subject to these Terms of Service.<br><br>SECTION 8 - THIRD-PARTY LINKS<br><br>Certain content, products and services available via our Service may include materials from third-parties.<br>Third-party links on this site may direct you to third-party websites that are not affiliated with us. We are not responsible for examining or evaluating the content or accuracy and we do not warrant and will not have any liability or responsibility for any third-party materials or websites, or for any other materials, products, or services of third-parties.<br>We are not liable for any harm or damages related to the purchase or use of goods, services, resources, content, or any other transactions made in connection with any third-party websites. Please review carefully the third-party\'s policies and practices and make sure you understand them before you engage in any transaction. Complaints, claims, concerns, or questions regarding third-party products should be directed to the third-party.<br><br>SECTION 9 - USER COMMENTS, FEEDBACK AND OTHER SUBMISSIONS<br><br>If, at our request, you send certain specific submissions (for example contest entries) or without a request from us you send creative ideas, suggestions, proposals, plans, or other materials, whether online, by email, by postal mail, or otherwise (collectively, \'comments\'), you agree that we may, at any time, without restriction, edit, copy, publish, distribute, translate and otherwise use in any medium any comments that you forward to us. We are and shall be under no obligation (1) to maintain any comments in confidence; (2) to pay compensation for any comments; or (3) to respond to any comments.<br>We may, but have no obligation to, monitor, edit or remove content that we determine in our sole discretion are unlawful, offensive, threatening, libelous, defamatory, pornographic, obscene or otherwise objectionable or violates any partyâ€™s intellectual property or these Terms of Service.<br>You agree that your comments will not violate any right of any third-party, including copyright, trademark, privacy, personality or other personal or proprietary right. You further agree that your comments will not contain libelous or otherwise unlawful, abusive or obscene material, or contain any computer virus or other malware that could in any way affect the operation of the Service or any related website. You may not use a false e-mail address, pretend to be someone other than yourself, or otherwise mislead us or third-parties as to the origin of any comments. You are solely responsible for any comments you make and their accuracy. We take no responsibility and assume no liability for any comments posted by you or any third-party.<br><br>SECTION 10 - PERSONAL INFORMATION<br><br>Your submission of personal information through the store is governed by our Privacy Policy. To view our Privacy Policy.<br><br>SECTION 11 - ERRORS, INACCURACIES AND OMISSIONS<br><br>Occasionally there may be information on our site or in the Service that contains typographical errors, inaccuracies or omissions that may relate to product descriptions, pricing, promotions, offers, product shipping charges, transit times and availability. We reserve the right to correct any errors, inaccuracies or omissions, and to change or update information or cancel orders if any information in the Service or on any related website is inaccurate at any time without prior notice (including after you have submitted your order).<br>We undertake no obligation to update, amend or clarify information in the Service or on any related website, including without limitation, pricing information, except as required by law. No specified update or refresh date applied in the Service or on any related website, should be taken to indicate that all information in the Service or on any related website has been modified or updated.<br><br>SECTION 12 - PROHIBITED USES<br><br>In addition to other prohibitions as set forth in the Terms of Service, you are prohibited from using the site or its content: (a) for any unlawful purpose; (b) to solicit others to perform or participate in any unlawful acts; (c) to violate any international, federal, provincial or state regulations, rules, laws, or local ordinances; (d) to infringe upon or violate our intellectual property rights or the intellectual property rights of others; (e) to harass, abuse, insult, harm, defame, slander, disparage, intimidate, or discriminate based on gender, sexual orientation, religion, ethnicity, race, age, national origin, or disability; (f) to submit false or misleading information; (g) to upload or transmit viruses or any other type of malicious code that will or may be used in any way that will affect the functionality or operation of the Service or of any related website, other websites, or the Internet; (h) to collect or track the personal information of others; (i) to spam, phish, pharm, pretext, spider, crawl, or scrape; (j) for any obscene or immoral purpose; or (k) to interfere with or circumvent the security features of the Service or any related website, other websites, or the Internet. We reserve the right to terminate your use of the Service or any related website for violating any of the prohibited uses.<br><br>SECTION 13 - DISCLAIMER OF WARRANTIES; LIMITATION OF LIABILITY<br><br>We do not guarantee, represent or warrant that your use of our service will be uninterrupted, timely, secure or error-free.<br>We do not warrant that the results that may be obtained from the use of the service will be accurate or reliable.<br>You agree that from time to time we may remove the service for indefinite periods of time or cancel the service at any time, without notice to you.<br>You expressly agree that your use of, or inability to use, the service is at your sole risk. The service and all products and services delivered to you through the service are (except as expressly stated by us) provided \'as is\' and \'as available\' for your use, without any representation, warranties or conditions of any kind, either express or implied, including all implied warranties or conditions of merchantability, merchantable quality, fitness for a particular purpose, durability, title, and non-infringement.<br>In no case shall Blackhawk Custom, LLC, our directors, officers, employees, affiliates, agents, contractors, interns, suppliers, service providers or licensors be liable for any injury, loss, claim, or any direct, indirect, incidental, punitive, special, or consequential damages of any kind, including, without limitation lost profits, lost revenue, lost savings, loss of data, replacement costs, or any similar damages, whether based in contract, tort (including negligence), strict liability or otherwise, arising from your use of any of the service or any products procured using the service, or for any other claim related in any way to your use of the service or any product, including, but not limited to, any errors or omissions in any content, or any loss or damage of any kind incurred as a result of the use of the service or any content (or product) posted, transmitted, or otherwise made available via the service, even if advised of their possibility. Because some states or jurisdictions do not allow the exclusion or the limitation of liability for consequential or incidental damages, in such states or jurisdictions, our liability shall be limited to the maximum extent permitted by law.<br><br>SECTION 14 - INDEMNIFICATION<br><br>You agree to indemnify, defend and hold harmless Blackhawk Custom, LLC and our parent, subsidiaries, affiliates, partners, officers, directors, agents, contractors, licensors, service providers, subcontractors, suppliers, interns and employees, harmless from any claim or demand, including reasonable attorneysâ€™ fees, made by any third-party due to or arising out of your breach of these Terms of Service or the documents they incorporate by reference, or your violation of any law or the rights of a third-party.<br><br>SECTION 15 - SEVERABILITY<br><br>In the event that any provision of these Terms of Service is determined to be unlawful, void or unenforceable, such provision shall nonetheless be enforceable to the fullest extent permitted by applicable law, and the unenforceable portion shall be deemed to be severed from these Terms of Service, such determination shall not affect the validity and enforceability of any other remaining provisions.<br><br>SECTION 16 - TERMINATION<br><br>The obligations and liabilities of the parties incurred prior to the termination date shall survive the termination of this agreement for all purposes.<br>These Terms of Service are effective unless and until terminated by either you or us. You may terminate these Terms of Service at any time by notifying us that you no longer wish to use our Services, or when you cease using our site.<br>If in our sole judgment you fail, or we suspect that you have failed, to comply with any term or provision of these Terms of Service, we also may terminate this agreement at any time without notice and you will remain liable for all amounts due up to and including the date of termination; and/or accordingly may deny you access to our Services (or any part thereof).<br><br>SECTION 17 - ENTIRE AGREEMENT<br><br>The failure of us to exercise or enforce any right or provision of these Terms of Service shall not constitute a waiver of such right or provision.<br>These Terms of Service and any policies or operating rules posted by us on this site or in respect to The Service constitutes the entire agreement and understanding between you and us and govern your use of the Service, superseding any prior or contemporaneous agreements, communications and proposals, whether oral or written, between you and us (including, but not limited to, any prior versions of the Terms of Service).<br>Any ambiguities in the interpretation of these Terms of Service shall not be construed against the drafting party.<br><br>SECTION 18 - GOVERNING LAW<br><br>These Terms of Service and any separate agreements whereby we provide you Services shall be governed by and construed in accordance with the laws of 825 South Kings Highway, Fort Pierce, FL 34945.<br><br>SECTION 19 - CHANGES TO TERMS OF SERVICE<br><br>You can review the most current version of the Terms of Service at any time at this page.<br>We reserve the right, at our sole discretion, to update, change or replace any part of these Terms of Service by posting updates and changes to our website. It is your responsibility to check our website periodically for changes. Your continued use of or access to our website or the Service following the posting of any changes to these Terms of Service constitutes acceptance of those changes.<br><br>SECTION 20 - CONTACT INFORMATION<br><br>Questions about the Terms of Service should be sent to us at <a href=\"mailto:admin@blackhawkcustom.com\" target=\"_blank\">admin@blackhawkcustom.com</a></p></div></div>\n</div>'),(1735,164,'tve_revision_tve_content_more_found',''),(1736,164,'tve_revision_tve_save_post',''),(1737,164,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Montserrat:400,900,800,200,100&subset=latin\");@media (min-width: 300px){#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-153:hover > a { fill: rgb(179, 144, 57) !important; color: rgb(179, 144, 57) !important; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-153 > a { fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1642ae797d9\"] #menu-item-104 { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1642ae797d9\"] #menu-item-103 { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1642ae797d9\"] #menu-item-102 { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1642ae797d9\"] #menu-item-109 { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1642ae797d9\"] { float: none; width: 100%; margin-left: auto !important; margin-right: auto !important; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-104 > a { fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-103 > a { fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-102 > a { fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-109 > a { fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-104:hover > a { fill: rgb(179, 144, 57) !important; color: rgb(179, 144, 57) !important; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-103:hover > a { fill: rgb(179, 144, 57) !important; color: rgb(179, 144, 57) !important; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-102:hover > a { fill: rgb(179, 144, 57) !important; color: rgb(179, 144, 57) !important; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-109:hover > a { fill: rgb(179, 144, 57) !important; color: rgb(179, 144, 57) !important; }#tcb_landing_page a:not(.tcb-button-link) { color: rgb(255, 255, 255); }.tcb-plain-text strong { font-weight: 900; }#tcb_landing_page input strong { font-weight: 900; }#tcb_landing_page .tcb-button-link strong { font-weight: 900; }#tcb_landing_page p strong, #tcb_landing_page li strong { font-weight: 900; }#tcb_landing_page input { font-family: Montserrat; font-weight: 400; }#tcb_landing_page .tcb-button-link { font-family: Montserrat; font-weight: 400; }#tcb_landing_page p, #tcb_landing_page li { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h6 strong { font-weight: 900; }#tcb_landing_page h6 { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h5 strong { font-weight: 900; }#tcb_landing_page h5 { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h4 strong { font-weight: 900; }#tcb_landing_page h4 { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h3 strong { font-weight: 900; }#tcb_landing_page h3 { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h2 strong { font-weight: 900; }#tcb_landing_page h2 { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h1 strong { font-weight: 900; }#tcb_landing_page h1 { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); }.tcb-plain-text { font-size: 20px; color: rgb(255, 255, 255); font-family: Montserrat; font-weight: 400; }[data-css=\"tve-u-15e09c94f7d\"] { background-color: rgb(255, 255, 255); background-image: linear-gradient(rgb(0, 0, 0), rgb(0, 0, 0)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }.tve_post_lp > div > #tve_editor { margin-left: auto; margin-right: auto; max-width: 1200px; padding: 0px 20px; }}@media (max-width: 1023px){[data-css=\"tve-u-1642ae797d9\"] { display: block; }[data-css=\"tve-u-1642ae797d9\"] #menu-item-104 { text-align: center; padding: 5px !important; background-image: none !important; }[data-css=\"tve-u-1642ae797d9\"] #menu-item-103 { text-align: center; padding: 5px !important; background-image: none !important; }[data-css=\"tve-u-1642ae797d9\"] #menu-item-102 { text-align: center; padding: 5px !important; background-image: none !important; }[data-css=\"tve-u-1642ae797d9\"] #menu-item-109 { text-align: center; padding: 5px !important; background-image: none !important; }}@media (max-width: 767px){[data-css=\"tve-u-1642ae797d9\"] { float: none; width: 100%; margin-left: auto !important; margin-right: auto !important; }.tve_post_lp > div > #tve_editor { padding: 0px 10px; }}'),(1738,164,'tve_revision_tve_user_custom_css',''),(1739,164,'tve_revision_tve_page_events','a:0:{}'),(1740,164,'tve_revision_tve_globals','a:2:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";s:8:\"font_cls\";a:0:{}}'),(1741,164,'tve_revision_tve_global_scripts',''),(1742,164,'tve_revision_thrive_icon_pack','0'),(1743,164,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(1744,164,'tve_revision_tve_has_masonry','0'),(1745,164,'tve_revision_tve_has_typefocus','0'),(1746,164,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"z-index: 8;\" wfd-id=\"37\">\n<div class=\"tve-content-box-background\" wfd-id=\"64\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" style=\"z-index: 8;\" wfd-id=\"38\"><div class=\"thrv_wrapper thrv_widget_menu tve-custom-menu-upgrade      tve-mobile-side-fullscreen tve-menu-style-style_1\" data-tve-style=\"tve_horizontal\" data-tve-switch-icon=\"mobile\" data-css=\"tve-u-1642ae797d9\" wfd-id=\"45\">\n<div class=\"thrive-shortcode-config\" style=\"display: none !important\" wfd-id=\"63\">__CONFIG_widget_menu__{\"menu_id\":4,\"color\":\"tve_red\",\"dir\":\"tve_horizontal\",\"font_class\":\"\",\"font_size\":\"\",\"ul_attr\":\"\",\"link_attr\":\"\",\"top_link_attr\":\"\",\"trigger_attr\":\"\",\"primary\":\"\",\"head_css\":\"\",\"background_hover\":\"\",\"main_hover\":\"\",\"child_hover\":\"\",\"group_edit\":[],\"menu_style\":\"style_1\",\"dropdown_icon\":\"\",\"mobile_side\":\"fullscreen\",\"mobile_icon\":\"\",\"switch_to_icon\":\"mobile\"}__CONFIG_widget_menu__</div>\n</div><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" wfd-id=\"42\"><h2>Terms &amp; Conditions</h2></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"39\"><p>TERMS OF SERVICE<br><br>-----<br><br>OVERVIEW<br><br>This website is operated by Blackhawk Custom, LLC. Throughout the site, the terms â€œweâ€, â€œusâ€ and â€œourâ€ refer to Blackhawk Custom, LLC. Blackhawk Custom, LLC offers this website, including all information, tools and services available from this site to you, the user, conditioned upon your acceptance of all terms, conditions, policies and notices stated here.<br><br>By visiting our site and/ or purchasing something from us, you engage in our â€œServiceâ€ and agree to be bound by the following terms and conditions (â€œTerms of Serviceâ€, â€œTermsâ€), including those additional terms, conditions, and policies referenced herein and/or available by hyperlink. These Terms of Service apply to all users of the site, including without limitation users who are browsers, vendors, customers, merchants, and/ or contributors of content.<br><br>Please read these Terms of Service carefully before accessing or using our website. By accessing or using any part of the site, you agree to be bound by these Terms of Service. If you do not agree to all the terms and conditions of this agreement, then you may not access the website or use any services. If these Terms of Service are considered an offer, acceptance is expressly limited to these Terms of Service.<br><br>Any new features or tools which are added to the current store shall also be subject to the Terms of Service. You can review the most current version of the Terms of Service at any time on this page. We reserve the right to update, change or replace any part of these Terms of Service by posting updates and/or changes to our website. It is your responsibility to check this page periodically for changes. Your continued use of or access to the website following the posting of any changes constitutes acceptance of those changes.<br><br>SECTION 1 - ONLINE STORE TERMS<br><br>By agreeing to these Terms of Service, you represent that you are at least the age of majority in your state or province of residence, or that you are the age of majority in your state or province of residence and you have given us your consent to allow any of your minor dependents to use this site.<br>You may not use our products for any illegal or unauthorized purpose nor may you, in the use of the Service, violate any laws in your jurisdiction (including but not limited to copyright laws).<br>You must not transmit any worms or viruses or any code of a destructive nature.<br>A breach or violation of any of the Terms will result in an immediate termination of your Services.<br><br>SECTION 2 - GENERAL CONDITIONS<br><br>We reserve the right to refuse service to anyone for any reason at any time.<br>You understand that your content (not including credit card information), may be transferred unencrypted and involve (a) transmissions over various networks; and (b) changes to conform and adapt to technical requirements of connecting networks or devices. Credit card information is always encrypted during transfer over networks.<br>You agree not to reproduce, duplicate, copy, sell, resell or exploit any portion of the Service, use of the Service, or access to the Service or any contact on the website through which the service is provided, without express written permission by us.<br>The headings used in this agreement are included for convenience only and will not limit or otherwise affect these Terms.<br><br>SECTION 3 - ACCURACY, COMPLETENESS AND TIMELINESS OF INFORMATION<br><br>We are not responsible if information made available on this site is not accurate, complete or current. The material on this site is provided for general information only and should not be relied upon or used as the sole basis for making decisions without consulting primary, more accurate, more complete or more timely sources of information. Any reliance on the material on this site is at your own risk.<br>This site may contain certain historical information. Historical information, necessarily, is not current and is provided for your reference only. We reserve the right to modify the contents of this site at any time, but we have no obligation to update any information on our site. You agree that it is your responsibility to monitor changes to our site.<br><br>SECTION 4 - MODIFICATIONS TO THE SERVICE AND PRICES<br><br>The prices for our products are subject to change without notice.<br>We reserve the right at any time to modify or discontinue the Service (or any part or content thereof) without notice at any time.<br>We shall not be liable to you or to any third-party for any modification, price change, suspension or discontinuance of the Service.<br><br>SECTION 5 - PRODUCTS OR SERVICES (if applicable)<br><br>Certain products or services may be available exclusively online through the website. These products or services may have limited quantities and are subject to return or exchange only according to our Return Policy.<br>We have made every effort to display as accurately as possible the colors and images of our products that appear at the store. We cannot guarantee that your computer monitor\'s display of any color will be accurate.<br>We reserve the right, but are not obligated, to limit the sales of our products or Services to any person, geographic region or jurisdiction. We may exercise this right on a case-by-case basis. We reserve the right to limit the quantities of any products or services that we offer. All descriptions of products or product pricing are subject to change at anytime without notice, at the sole discretion of us. We reserve the right to discontinue any product at any time. Any offer for any product or service made on this site is void where prohibited.<br>We do not warrant that the quality of any products, services, information, or other material purchased or obtained by you will meet your expectations, or that any errors in the Service will be corrected.<br><br>SECTION 6 - ACCURACY OF BILLING AND ACCOUNT INFORMATION<br><br>We reserve the right to refuse any order you place with us. We may, in our sole discretion, limit or cancel quantities purchased per person, per household or per order. These restrictions may include orders placed by or under the same customer account, the same credit card, and/or orders that use the same billing and/or shipping address. In the event that we make a change to or cancel an order, we may attempt to notify you by contacting the e-mail and/or billing address/phone number provided at the time the order was made. We reserve the right to limit or prohibit orders that, in our sole judgment, appear to be placed by dealers, resellers or distributors.<br><br>You agree to provide current, complete and accurate purchase and account information for all purchases made at our store. You agree to promptly update your account and other information, including your email address and credit card numbers and expiration dates, so that we can complete your transactions and contact you as needed.<br><br>For more detail, please review our Returns Policy.<br><br>SECTION 7 - OPTIONAL TOOLS<br><br>We may provide you with access to third-party tools over which we neither monitor nor have any control nor input.<br>You acknowledge and agree that we provide access to such tools â€as isâ€ and â€œas availableâ€ without any warranties, representations or conditions of any kind and without any endorsement. We shall have no liability whatsoever arising from or relating to your use of optional third-party tools.<br>Any use by you of optional tools offered through the site is entirely at your own risk and discretion and you should ensure that you are familiar with and approve of the terms on which tools are provided by the relevant third-party provider(s).<br>We may also, in the future, offer new services and/or features through the website (including, the release of new tools and resources). Such new features and/or services shall also be subject to these Terms of Service.<br><br>SECTION 8 - THIRD-PARTY LINKS<br><br>Certain content, products and services available via our Service may include materials from third-parties.<br>Third-party links on this site may direct you to third-party websites that are not affiliated with us. We are not responsible for examining or evaluating the content or accuracy and we do not warrant and will not have any liability or responsibility for any third-party materials or websites, or for any other materials, products, or services of third-parties.<br>We are not liable for any harm or damages related to the purchase or use of goods, services, resources, content, or any other transactions made in connection with any third-party websites. Please review carefully the third-party\'s policies and practices and make sure you understand them before you engage in any transaction. Complaints, claims, concerns, or questions regarding third-party products should be directed to the third-party.<br><br>SECTION 9 - USER COMMENTS, FEEDBACK AND OTHER SUBMISSIONS<br><br>If, at our request, you send certain specific submissions (for example contest entries) or without a request from us you send creative ideas, suggestions, proposals, plans, or other materials, whether online, by email, by postal mail, or otherwise (collectively, \'comments\'), you agree that we may, at any time, without restriction, edit, copy, publish, distribute, translate and otherwise use in any medium any comments that you forward to us. We are and shall be under no obligation (1) to maintain any comments in confidence; (2) to pay compensation for any comments; or (3) to respond to any comments.<br>We may, but have no obligation to, monitor, edit or remove content that we determine in our sole discretion are unlawful, offensive, threatening, libelous, defamatory, pornographic, obscene or otherwise objectionable or violates any partyâ€™s intellectual property or these Terms of Service.<br>You agree that your comments will not violate any right of any third-party, including copyright, trademark, privacy, personality or other personal or proprietary right. You further agree that your comments will not contain libelous or otherwise unlawful, abusive or obscene material, or contain any computer virus or other malware that could in any way affect the operation of the Service or any related website. You may not use a false e-mail address, pretend to be someone other than yourself, or otherwise mislead us or third-parties as to the origin of any comments. You are solely responsible for any comments you make and their accuracy. We take no responsibility and assume no liability for any comments posted by you or any third-party.<br><br>SECTION 10 - PERSONAL INFORMATION<br><br>Your submission of personal information through the store is governed by our Privacy Policy. To view our Privacy Policy.<br><br>SECTION 11 - ERRORS, INACCURACIES AND OMISSIONS<br><br>Occasionally there may be information on our site or in the Service that contains typographical errors, inaccuracies or omissions that may relate to product descriptions, pricing, promotions, offers, product shipping charges, transit times and availability. We reserve the right to correct any errors, inaccuracies or omissions, and to change or update information or cancel orders if any information in the Service or on any related website is inaccurate at any time without prior notice (including after you have submitted your order).<br>We undertake no obligation to update, amend or clarify information in the Service or on any related website, including without limitation, pricing information, except as required by law. No specified update or refresh date applied in the Service or on any related website, should be taken to indicate that all information in the Service or on any related website has been modified or updated.<br><br>SECTION 12 - PROHIBITED USES<br><br>In addition to other prohibitions as set forth in the Terms of Service, you are prohibited from using the site or its content: (a) for any unlawful purpose; (b) to solicit others to perform or participate in any unlawful acts; (c) to violate any international, federal, provincial or state regulations, rules, laws, or local ordinances; (d) to infringe upon or violate our intellectual property rights or the intellectual property rights of others; (e) to harass, abuse, insult, harm, defame, slander, disparage, intimidate, or discriminate based on gender, sexual orientation, religion, ethnicity, race, age, national origin, or disability; (f) to submit false or misleading information; (g) to upload or transmit viruses or any other type of malicious code that will or may be used in any way that will affect the functionality or operation of the Service or of any related website, other websites, or the Internet; (h) to collect or track the personal information of others; (i) to spam, phish, pharm, pretext, spider, crawl, or scrape; (j) for any obscene or immoral purpose; or (k) to interfere with or circumvent the security features of the Service or any related website, other websites, or the Internet. We reserve the right to terminate your use of the Service or any related website for violating any of the prohibited uses.<br><br>SECTION 13 - DISCLAIMER OF WARRANTIES; LIMITATION OF LIABILITY<br><br>We do not guarantee, represent or warrant that your use of our service will be uninterrupted, timely, secure or error-free.<br>We do not warrant that the results that may be obtained from the use of the service will be accurate or reliable.<br>You agree that from time to time we may remove the service for indefinite periods of time or cancel the service at any time, without notice to you.<br>You expressly agree that your use of, or inability to use, the service is at your sole risk. The service and all products and services delivered to you through the service are (except as expressly stated by us) provided \'as is\' and \'as available\' for your use, without any representation, warranties or conditions of any kind, either express or implied, including all implied warranties or conditions of merchantability, merchantable quality, fitness for a particular purpose, durability, title, and non-infringement.<br>In no case shall Blackhawk Custom, LLC, our directors, officers, employees, affiliates, agents, contractors, interns, suppliers, service providers or licensors be liable for any injury, loss, claim, or any direct, indirect, incidental, punitive, special, or consequential damages of any kind, including, without limitation lost profits, lost revenue, lost savings, loss of data, replacement costs, or any similar damages, whether based in contract, tort (including negligence), strict liability or otherwise, arising from your use of any of the service or any products procured using the service, or for any other claim related in any way to your use of the service or any product, including, but not limited to, any errors or omissions in any content, or any loss or damage of any kind incurred as a result of the use of the service or any content (or product) posted, transmitted, or otherwise made available via the service, even if advised of their possibility. Because some states or jurisdictions do not allow the exclusion or the limitation of liability for consequential or incidental damages, in such states or jurisdictions, our liability shall be limited to the maximum extent permitted by law.<br><br>SECTION 14 - INDEMNIFICATION<br><br>You agree to indemnify, defend and hold harmless Blackhawk Custom, LLC and our parent, subsidiaries, affiliates, partners, officers, directors, agents, contractors, licensors, service providers, subcontractors, suppliers, interns and employees, harmless from any claim or demand, including reasonable attorneysâ€™ fees, made by any third-party due to or arising out of your breach of these Terms of Service or the documents they incorporate by reference, or your violation of any law or the rights of a third-party.<br><br>SECTION 15 - SEVERABILITY<br><br>In the event that any provision of these Terms of Service is determined to be unlawful, void or unenforceable, such provision shall nonetheless be enforceable to the fullest extent permitted by applicable law, and the unenforceable portion shall be deemed to be severed from these Terms of Service, such determination shall not affect the validity and enforceability of any other remaining provisions.<br><br>SECTION 16 - TERMINATION<br><br>The obligations and liabilities of the parties incurred prior to the termination date shall survive the termination of this agreement for all purposes.<br>These Terms of Service are effective unless and until terminated by either you or us. You may terminate these Terms of Service at any time by notifying us that you no longer wish to use our Services, or when you cease using our site.<br>If in our sole judgment you fail, or we suspect that you have failed, to comply with any term or provision of these Terms of Service, we also may terminate this agreement at any time without notice and you will remain liable for all amounts due up to and including the date of termination; and/or accordingly may deny you access to our Services (or any part thereof).<br><br>SECTION 17 - ENTIRE AGREEMENT<br><br>The failure of us to exercise or enforce any right or provision of these Terms of Service shall not constitute a waiver of such right or provision.<br>These Terms of Service and any policies or operating rules posted by us on this site or in respect to The Service constitutes the entire agreement and understanding between you and us and govern your use of the Service, superseding any prior or contemporaneous agreements, communications and proposals, whether oral or written, between you and us (including, but not limited to, any prior versions of the Terms of Service).<br>Any ambiguities in the interpretation of these Terms of Service shall not be construed against the drafting party.<br><br>SECTION 18 - GOVERNING LAW<br><br>These Terms of Service and any separate agreements whereby we provide you Services shall be governed by and construed in accordance with the laws of 825 South Kings Highway, Fort Pierce, FL 34945.<br><br>SECTION 19 - CHANGES TO TERMS OF SERVICE<br><br>You can review the most current version of the Terms of Service at any time at this page.<br>We reserve the right, at our sole discretion, to update, change or replace any part of these Terms of Service by posting updates and changes to our website. It is your responsibility to check our website periodically for changes. Your continued use of or access to our website or the Service following the posting of any changes to these Terms of Service constitutes acceptance of those changes.<br><br>SECTION 20 - CONTACT INFORMATION<br><br>Questions about the Terms of Service should be sent to us at <a href=\"mailto:admin@blackhawkcustom.com\" target=\"_blank\">admin@blackhawkcustom.com</a></p></div></div>\n</div>'),(1747,164,'tve_revision_tve_has_wistia_popover','0'),(1748,165,'tve_revision_tve_landing_page','blank_v2'),(1749,165,'tve_revision_tve_disable_theme_dependency',''),(1750,165,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"z-index: 8;\" wfd-id=\"33\">\n<div class=\"tve-content-box-background\" wfd-id=\"60\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" style=\"z-index: 8;\" wfd-id=\"34\"><div class=\"thrv_wrapper thrv_widget_menu tve-custom-menu-upgrade      tve-mobile-side-fullscreen tve-menu-style-style_1\" data-tve-style=\"tve_horizontal\" data-tve-switch-icon=\"none\" data-css=\"tve-u-1642ae797d9\" wfd-id=\"41\">\n<div class=\"thrive-shortcode-config\" style=\"display: none !important\" wfd-id=\"59\">__CONFIG_widget_menu__{\"menu_id\":4,\"color\":\"tve_red\",\"dir\":\"tve_horizontal\",\"font_class\":\"\",\"font_size\":\"\",\"ul_attr\":\"\",\"link_attr\":\"\",\"top_link_attr\":\"\",\"trigger_attr\":\"\",\"primary\":\"\",\"head_css\":\"\",\"background_hover\":\"\",\"main_hover\":\"\",\"child_hover\":\"\",\"group_edit\":[],\"menu_style\":\"style_1\",\"dropdown_icon\":\"\",\"mobile_side\":\"fullscreen\",\"mobile_icon\":\"\",\"switch_to_icon\":\"none\"}__CONFIG_widget_menu__</div>\n</div><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" wfd-id=\"38\"><h2>Terms &amp; Conditions</h2></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"35\"><p>TERMS OF SERVICE<br><br>-----<br><br>OVERVIEW<br><br>This website is operated by Blackhawk Custom, LLC. Throughout the site, the terms â€œweâ€, â€œusâ€ and â€œourâ€ refer to Blackhawk Custom, LLC. Blackhawk Custom, LLC offers this website, including all information, tools and services available from this site to you, the user, conditioned upon your acceptance of all terms, conditions, policies and notices stated here.<br><br>By visiting our site and/ or purchasing something from us, you engage in our â€œServiceâ€ and agree to be bound by the following terms and conditions (â€œTerms of Serviceâ€, â€œTermsâ€), including those additional terms, conditions, and policies referenced herein and/or available by hyperlink. These Terms of Service apply to all users of the site, including without limitation users who are browsers, vendors, customers, merchants, and/ or contributors of content.<br><br>Please read these Terms of Service carefully before accessing or using our website. By accessing or using any part of the site, you agree to be bound by these Terms of Service. If you do not agree to all the terms and conditions of this agreement, then you may not access the website or use any services. If these Terms of Service are considered an offer, acceptance is expressly limited to these Terms of Service.<br><br>Any new features or tools which are added to the current store shall also be subject to the Terms of Service. You can review the most current version of the Terms of Service at any time on this page. We reserve the right to update, change or replace any part of these Terms of Service by posting updates and/or changes to our website. It is your responsibility to check this page periodically for changes. Your continued use of or access to the website following the posting of any changes constitutes acceptance of those changes.<br><br>SECTION 1 - ONLINE STORE TERMS<br><br>By agreeing to these Terms of Service, you represent that you are at least the age of majority in your state or province of residence, or that you are the age of majority in your state or province of residence and you have given us your consent to allow any of your minor dependents to use this site.<br>You may not use our products for any illegal or unauthorized purpose nor may you, in the use of the Service, violate any laws in your jurisdiction (including but not limited to copyright laws).<br>You must not transmit any worms or viruses or any code of a destructive nature.<br>A breach or violation of any of the Terms will result in an immediate termination of your Services.<br><br>SECTION 2 - GENERAL CONDITIONS<br><br>We reserve the right to refuse service to anyone for any reason at any time.<br>You understand that your content (not including credit card information), may be transferred unencrypted and involve (a) transmissions over various networks; and (b) changes to conform and adapt to technical requirements of connecting networks or devices. Credit card information is always encrypted during transfer over networks.<br>You agree not to reproduce, duplicate, copy, sell, resell or exploit any portion of the Service, use of the Service, or access to the Service or any contact on the website through which the service is provided, without express written permission by us.<br>The headings used in this agreement are included for convenience only and will not limit or otherwise affect these Terms.<br><br>SECTION 3 - ACCURACY, COMPLETENESS AND TIMELINESS OF INFORMATION<br><br>We are not responsible if information made available on this site is not accurate, complete or current. The material on this site is provided for general information only and should not be relied upon or used as the sole basis for making decisions without consulting primary, more accurate, more complete or more timely sources of information. Any reliance on the material on this site is at your own risk.<br>This site may contain certain historical information. Historical information, necessarily, is not current and is provided for your reference only. We reserve the right to modify the contents of this site at any time, but we have no obligation to update any information on our site. You agree that it is your responsibility to monitor changes to our site.<br><br>SECTION 4 - MODIFICATIONS TO THE SERVICE AND PRICES<br><br>The prices for our products are subject to change without notice.<br>We reserve the right at any time to modify or discontinue the Service (or any part or content thereof) without notice at any time.<br>We shall not be liable to you or to any third-party for any modification, price change, suspension or discontinuance of the Service.<br><br>SECTION 5 - PRODUCTS OR SERVICES (if applicable)<br><br>Certain products or services may be available exclusively online through the website. These products or services may have limited quantities and are subject to return or exchange only according to our Return Policy.<br>We have made every effort to display as accurately as possible the colors and images of our products that appear at the store. We cannot guarantee that your computer monitor\'s display of any color will be accurate.<br>We reserve the right, but are not obligated, to limit the sales of our products or Services to any person, geographic region or jurisdiction. We may exercise this right on a case-by-case basis. We reserve the right to limit the quantities of any products or services that we offer. All descriptions of products or product pricing are subject to change at anytime without notice, at the sole discretion of us. We reserve the right to discontinue any product at any time. Any offer for any product or service made on this site is void where prohibited.<br>We do not warrant that the quality of any products, services, information, or other material purchased or obtained by you will meet your expectations, or that any errors in the Service will be corrected.<br><br>SECTION 6 - ACCURACY OF BILLING AND ACCOUNT INFORMATION<br><br>We reserve the right to refuse any order you place with us. We may, in our sole discretion, limit or cancel quantities purchased per person, per household or per order. These restrictions may include orders placed by or under the same customer account, the same credit card, and/or orders that use the same billing and/or shipping address. In the event that we make a change to or cancel an order, we may attempt to notify you by contacting the e-mail and/or billing address/phone number provided at the time the order was made. We reserve the right to limit or prohibit orders that, in our sole judgment, appear to be placed by dealers, resellers or distributors.<br><br>You agree to provide current, complete and accurate purchase and account information for all purchases made at our store. You agree to promptly update your account and other information, including your email address and credit card numbers and expiration dates, so that we can complete your transactions and contact you as needed.<br><br>For more detail, please review our Returns Policy.<br><br>SECTION 7 - OPTIONAL TOOLS<br><br>We may provide you with access to third-party tools over which we neither monitor nor have any control nor input.<br>You acknowledge and agree that we provide access to such tools â€as isâ€ and â€œas availableâ€ without any warranties, representations or conditions of any kind and without any endorsement. We shall have no liability whatsoever arising from or relating to your use of optional third-party tools.<br>Any use by you of optional tools offered through the site is entirely at your own risk and discretion and you should ensure that you are familiar with and approve of the terms on which tools are provided by the relevant third-party provider(s).<br>We may also, in the future, offer new services and/or features through the website (including, the release of new tools and resources). Such new features and/or services shall also be subject to these Terms of Service.<br><br>SECTION 8 - THIRD-PARTY LINKS<br><br>Certain content, products and services available via our Service may include materials from third-parties.<br>Third-party links on this site may direct you to third-party websites that are not affiliated with us. We are not responsible for examining or evaluating the content or accuracy and we do not warrant and will not have any liability or responsibility for any third-party materials or websites, or for any other materials, products, or services of third-parties.<br>We are not liable for any harm or damages related to the purchase or use of goods, services, resources, content, or any other transactions made in connection with any third-party websites. Please review carefully the third-party\'s policies and practices and make sure you understand them before you engage in any transaction. Complaints, claims, concerns, or questions regarding third-party products should be directed to the third-party.<br><br>SECTION 9 - USER COMMENTS, FEEDBACK AND OTHER SUBMISSIONS<br><br>If, at our request, you send certain specific submissions (for example contest entries) or without a request from us you send creative ideas, suggestions, proposals, plans, or other materials, whether online, by email, by postal mail, or otherwise (collectively, \'comments\'), you agree that we may, at any time, without restriction, edit, copy, publish, distribute, translate and otherwise use in any medium any comments that you forward to us. We are and shall be under no obligation (1) to maintain any comments in confidence; (2) to pay compensation for any comments; or (3) to respond to any comments.<br>We may, but have no obligation to, monitor, edit or remove content that we determine in our sole discretion are unlawful, offensive, threatening, libelous, defamatory, pornographic, obscene or otherwise objectionable or violates any partyâ€™s intellectual property or these Terms of Service.<br>You agree that your comments will not violate any right of any third-party, including copyright, trademark, privacy, personality or other personal or proprietary right. You further agree that your comments will not contain libelous or otherwise unlawful, abusive or obscene material, or contain any computer virus or other malware that could in any way affect the operation of the Service or any related website. You may not use a false e-mail address, pretend to be someone other than yourself, or otherwise mislead us or third-parties as to the origin of any comments. You are solely responsible for any comments you make and their accuracy. We take no responsibility and assume no liability for any comments posted by you or any third-party.<br><br>SECTION 10 - PERSONAL INFORMATION<br><br>Your submission of personal information through the store is governed by our Privacy Policy. To view our Privacy Policy.<br><br>SECTION 11 - ERRORS, INACCURACIES AND OMISSIONS<br><br>Occasionally there may be information on our site or in the Service that contains typographical errors, inaccuracies or omissions that may relate to product descriptions, pricing, promotions, offers, product shipping charges, transit times and availability. We reserve the right to correct any errors, inaccuracies or omissions, and to change or update information or cancel orders if any information in the Service or on any related website is inaccurate at any time without prior notice (including after you have submitted your order).<br>We undertake no obligation to update, amend or clarify information in the Service or on any related website, including without limitation, pricing information, except as required by law. No specified update or refresh date applied in the Service or on any related website, should be taken to indicate that all information in the Service or on any related website has been modified or updated.<br><br>SECTION 12 - PROHIBITED USES<br><br>In addition to other prohibitions as set forth in the Terms of Service, you are prohibited from using the site or its content: (a) for any unlawful purpose; (b) to solicit others to perform or participate in any unlawful acts; (c) to violate any international, federal, provincial or state regulations, rules, laws, or local ordinances; (d) to infringe upon or violate our intellectual property rights or the intellectual property rights of others; (e) to harass, abuse, insult, harm, defame, slander, disparage, intimidate, or discriminate based on gender, sexual orientation, religion, ethnicity, race, age, national origin, or disability; (f) to submit false or misleading information; (g) to upload or transmit viruses or any other type of malicious code that will or may be used in any way that will affect the functionality or operation of the Service or of any related website, other websites, or the Internet; (h) to collect or track the personal information of others; (i) to spam, phish, pharm, pretext, spider, crawl, or scrape; (j) for any obscene or immoral purpose; or (k) to interfere with or circumvent the security features of the Service or any related website, other websites, or the Internet. We reserve the right to terminate your use of the Service or any related website for violating any of the prohibited uses.<br><br>SECTION 13 - DISCLAIMER OF WARRANTIES; LIMITATION OF LIABILITY<br><br>We do not guarantee, represent or warrant that your use of our service will be uninterrupted, timely, secure or error-free.<br>We do not warrant that the results that may be obtained from the use of the service will be accurate or reliable.<br>You agree that from time to time we may remove the service for indefinite periods of time or cancel the service at any time, without notice to you.<br>You expressly agree that your use of, or inability to use, the service is at your sole risk. The service and all products and services delivered to you through the service are (except as expressly stated by us) provided \'as is\' and \'as available\' for your use, without any representation, warranties or conditions of any kind, either express or implied, including all implied warranties or conditions of merchantability, merchantable quality, fitness for a particular purpose, durability, title, and non-infringement.<br>In no case shall Blackhawk Custom, LLC, our directors, officers, employees, affiliates, agents, contractors, interns, suppliers, service providers or licensors be liable for any injury, loss, claim, or any direct, indirect, incidental, punitive, special, or consequential damages of any kind, including, without limitation lost profits, lost revenue, lost savings, loss of data, replacement costs, or any similar damages, whether based in contract, tort (including negligence), strict liability or otherwise, arising from your use of any of the service or any products procured using the service, or for any other claim related in any way to your use of the service or any product, including, but not limited to, any errors or omissions in any content, or any loss or damage of any kind incurred as a result of the use of the service or any content (or product) posted, transmitted, or otherwise made available via the service, even if advised of their possibility. Because some states or jurisdictions do not allow the exclusion or the limitation of liability for consequential or incidental damages, in such states or jurisdictions, our liability shall be limited to the maximum extent permitted by law.<br><br>SECTION 14 - INDEMNIFICATION<br><br>You agree to indemnify, defend and hold harmless Blackhawk Custom, LLC and our parent, subsidiaries, affiliates, partners, officers, directors, agents, contractors, licensors, service providers, subcontractors, suppliers, interns and employees, harmless from any claim or demand, including reasonable attorneysâ€™ fees, made by any third-party due to or arising out of your breach of these Terms of Service or the documents they incorporate by reference, or your violation of any law or the rights of a third-party.<br><br>SECTION 15 - SEVERABILITY<br><br>In the event that any provision of these Terms of Service is determined to be unlawful, void or unenforceable, such provision shall nonetheless be enforceable to the fullest extent permitted by applicable law, and the unenforceable portion shall be deemed to be severed from these Terms of Service, such determination shall not affect the validity and enforceability of any other remaining provisions.<br><br>SECTION 16 - TERMINATION<br><br>The obligations and liabilities of the parties incurred prior to the termination date shall survive the termination of this agreement for all purposes.<br>These Terms of Service are effective unless and until terminated by either you or us. You may terminate these Terms of Service at any time by notifying us that you no longer wish to use our Services, or when you cease using our site.<br>If in our sole judgment you fail, or we suspect that you have failed, to comply with any term or provision of these Terms of Service, we also may terminate this agreement at any time without notice and you will remain liable for all amounts due up to and including the date of termination; and/or accordingly may deny you access to our Services (or any part thereof).<br><br>SECTION 17 - ENTIRE AGREEMENT<br><br>The failure of us to exercise or enforce any right or provision of these Terms of Service shall not constitute a waiver of such right or provision.<br>These Terms of Service and any policies or operating rules posted by us on this site or in respect to The Service constitutes the entire agreement and understanding between you and us and govern your use of the Service, superseding any prior or contemporaneous agreements, communications and proposals, whether oral or written, between you and us (including, but not limited to, any prior versions of the Terms of Service).<br>Any ambiguities in the interpretation of these Terms of Service shall not be construed against the drafting party.<br><br>SECTION 18 - GOVERNING LAW<br><br>These Terms of Service and any separate agreements whereby we provide you Services shall be governed by and construed in accordance with the laws of 825 South Kings Highway, Fort Pierce, FL 34945.<br><br>SECTION 19 - CHANGES TO TERMS OF SERVICE<br><br>You can review the most current version of the Terms of Service at any time at this page.<br>We reserve the right, at our sole discretion, to update, change or replace any part of these Terms of Service by posting updates and changes to our website. It is your responsibility to check our website periodically for changes. Your continued use of or access to our website or the Service following the posting of any changes to these Terms of Service constitutes acceptance of those changes.<br><br>SECTION 20 - CONTACT INFORMATION<br><br>Questions about the Terms of Service should be sent to us at <a href=\"mailto:admin@blackhawkcustom.com\" target=\"_blank\">admin@blackhawkcustom.com</a></p></div></div>\n</div>'),(1751,165,'tve_revision_tve_content_more_found',''),(1752,165,'tve_revision_tve_save_post',''),(1753,165,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Montserrat:400,900,800,200,100&subset=latin\");@media (min-width: 300px){#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-153:hover > a { fill: rgb(179, 144, 57) !important; color: rgb(179, 144, 57) !important; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-153 > a { fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1642ae797d9\"] #menu-item-104 { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1642ae797d9\"] #menu-item-103 { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1642ae797d9\"] #menu-item-102 { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1642ae797d9\"] #menu-item-109 { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1642ae797d9\"] { float: none; width: 100%; margin-left: auto !important; margin-right: auto !important; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-104 > a { fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-103 > a { fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-102 > a { fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-109 > a { fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-104:hover > a { fill: rgb(179, 144, 57) !important; color: rgb(179, 144, 57) !important; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-103:hover > a { fill: rgb(179, 144, 57) !important; color: rgb(179, 144, 57) !important; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-102:hover > a { fill: rgb(179, 144, 57) !important; color: rgb(179, 144, 57) !important; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-109:hover > a { fill: rgb(179, 144, 57) !important; color: rgb(179, 144, 57) !important; }#tcb_landing_page a:not(.tcb-button-link) { color: rgb(255, 255, 255); }.tcb-plain-text strong { font-weight: 900; }#tcb_landing_page input strong { font-weight: 900; }#tcb_landing_page .tcb-button-link strong { font-weight: 900; }#tcb_landing_page p strong, #tcb_landing_page li strong { font-weight: 900; }#tcb_landing_page input { font-family: Montserrat; font-weight: 400; }#tcb_landing_page .tcb-button-link { font-family: Montserrat; font-weight: 400; }#tcb_landing_page p, #tcb_landing_page li { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h6 strong { font-weight: 900; }#tcb_landing_page h6 { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h5 strong { font-weight: 900; }#tcb_landing_page h5 { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h4 strong { font-weight: 900; }#tcb_landing_page h4 { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h3 strong { font-weight: 900; }#tcb_landing_page h3 { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h2 strong { font-weight: 900; }#tcb_landing_page h2 { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h1 strong { font-weight: 900; }#tcb_landing_page h1 { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); }.tcb-plain-text { font-size: 20px; color: rgb(255, 255, 255); font-family: Montserrat; font-weight: 400; }[data-css=\"tve-u-15e09c94f7d\"] { background-color: rgb(255, 255, 255); background-image: linear-gradient(rgb(0, 0, 0), rgb(0, 0, 0)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }.tve_post_lp > div > #tve_editor { margin-left: auto; margin-right: auto; max-width: 1200px; padding: 0px 20px; }}@media (max-width: 1023px){[data-css=\"tve-u-1642ae797d9\"] { display: block; }[data-css=\"tve-u-1642ae797d9\"] #menu-item-104 { text-align: center; padding: 5px !important; background-image: none !important; }[data-css=\"tve-u-1642ae797d9\"] #menu-item-103 { text-align: center; padding: 5px !important; background-image: none !important; }[data-css=\"tve-u-1642ae797d9\"] #menu-item-102 { text-align: center; padding: 5px !important; background-image: none !important; }[data-css=\"tve-u-1642ae797d9\"] #menu-item-109 { text-align: center; padding: 5px !important; background-image: none !important; }}@media (max-width: 767px){#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-153 > a { font-size: 17px !important; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-104 > a { font-size: 17px !important; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-103 > a { font-size: 17px !important; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-102 > a { font-size: 17px !important; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-109 > a { font-size: 17px !important; }[data-css=\"tve-u-1642ae797d9\"] #menu-item-153 { padding-left: 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-1642ae797d9\"] #menu-item-104 { padding-left: 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-1642ae797d9\"] #menu-item-103 { padding-left: 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-1642ae797d9\"] #menu-item-102 { padding-left: 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-1642ae797d9\"] #menu-item-109 { padding-left: 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-1642ae797d9\"] { float: none; width: 100%; margin-left: auto !important; margin-right: auto !important; }.tve_post_lp > div > #tve_editor { padding: 0px 10px; }}'),(1754,165,'tve_revision_tve_user_custom_css',''),(1755,165,'tve_revision_tve_page_events','a:0:{}'),(1756,165,'tve_revision_tve_globals','a:2:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";s:8:\"font_cls\";a:0:{}}'),(1757,165,'tve_revision_tve_global_scripts',''),(1758,165,'tve_revision_thrive_icon_pack','0'),(1759,165,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(1760,165,'tve_revision_tve_has_masonry','0'),(1761,165,'tve_revision_tve_has_typefocus','0'),(1762,165,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"z-index: 8;\" wfd-id=\"33\">\n<div class=\"tve-content-box-background\" wfd-id=\"60\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" style=\"z-index: 8;\" wfd-id=\"34\"><div class=\"thrv_wrapper thrv_widget_menu tve-custom-menu-upgrade      tve-mobile-side-fullscreen tve-menu-style-style_1\" data-tve-style=\"tve_horizontal\" data-tve-switch-icon=\"none\" data-css=\"tve-u-1642ae797d9\" wfd-id=\"41\">\n<div class=\"thrive-shortcode-config\" style=\"display: none !important\" wfd-id=\"59\">__CONFIG_widget_menu__{\"menu_id\":4,\"color\":\"tve_red\",\"dir\":\"tve_horizontal\",\"font_class\":\"\",\"font_size\":\"\",\"ul_attr\":\"\",\"link_attr\":\"\",\"top_link_attr\":\"\",\"trigger_attr\":\"\",\"primary\":\"\",\"head_css\":\"\",\"background_hover\":\"\",\"main_hover\":\"\",\"child_hover\":\"\",\"group_edit\":[],\"menu_style\":\"style_1\",\"dropdown_icon\":\"\",\"mobile_side\":\"fullscreen\",\"mobile_icon\":\"\",\"switch_to_icon\":\"none\"}__CONFIG_widget_menu__</div>\n</div><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" wfd-id=\"38\"><h2>Terms &amp; Conditions</h2></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"35\"><p>TERMS OF SERVICE<br><br>-----<br><br>OVERVIEW<br><br>This website is operated by Blackhawk Custom, LLC. Throughout the site, the terms â€œweâ€, â€œusâ€ and â€œourâ€ refer to Blackhawk Custom, LLC. Blackhawk Custom, LLC offers this website, including all information, tools and services available from this site to you, the user, conditioned upon your acceptance of all terms, conditions, policies and notices stated here.<br><br>By visiting our site and/ or purchasing something from us, you engage in our â€œServiceâ€ and agree to be bound by the following terms and conditions (â€œTerms of Serviceâ€, â€œTermsâ€), including those additional terms, conditions, and policies referenced herein and/or available by hyperlink. These Terms of Service apply to all users of the site, including without limitation users who are browsers, vendors, customers, merchants, and/ or contributors of content.<br><br>Please read these Terms of Service carefully before accessing or using our website. By accessing or using any part of the site, you agree to be bound by these Terms of Service. If you do not agree to all the terms and conditions of this agreement, then you may not access the website or use any services. If these Terms of Service are considered an offer, acceptance is expressly limited to these Terms of Service.<br><br>Any new features or tools which are added to the current store shall also be subject to the Terms of Service. You can review the most current version of the Terms of Service at any time on this page. We reserve the right to update, change or replace any part of these Terms of Service by posting updates and/or changes to our website. It is your responsibility to check this page periodically for changes. Your continued use of or access to the website following the posting of any changes constitutes acceptance of those changes.<br><br>SECTION 1 - ONLINE STORE TERMS<br><br>By agreeing to these Terms of Service, you represent that you are at least the age of majority in your state or province of residence, or that you are the age of majority in your state or province of residence and you have given us your consent to allow any of your minor dependents to use this site.<br>You may not use our products for any illegal or unauthorized purpose nor may you, in the use of the Service, violate any laws in your jurisdiction (including but not limited to copyright laws).<br>You must not transmit any worms or viruses or any code of a destructive nature.<br>A breach or violation of any of the Terms will result in an immediate termination of your Services.<br><br>SECTION 2 - GENERAL CONDITIONS<br><br>We reserve the right to refuse service to anyone for any reason at any time.<br>You understand that your content (not including credit card information), may be transferred unencrypted and involve (a) transmissions over various networks; and (b) changes to conform and adapt to technical requirements of connecting networks or devices. Credit card information is always encrypted during transfer over networks.<br>You agree not to reproduce, duplicate, copy, sell, resell or exploit any portion of the Service, use of the Service, or access to the Service or any contact on the website through which the service is provided, without express written permission by us.<br>The headings used in this agreement are included for convenience only and will not limit or otherwise affect these Terms.<br><br>SECTION 3 - ACCURACY, COMPLETENESS AND TIMELINESS OF INFORMATION<br><br>We are not responsible if information made available on this site is not accurate, complete or current. The material on this site is provided for general information only and should not be relied upon or used as the sole basis for making decisions without consulting primary, more accurate, more complete or more timely sources of information. Any reliance on the material on this site is at your own risk.<br>This site may contain certain historical information. Historical information, necessarily, is not current and is provided for your reference only. We reserve the right to modify the contents of this site at any time, but we have no obligation to update any information on our site. You agree that it is your responsibility to monitor changes to our site.<br><br>SECTION 4 - MODIFICATIONS TO THE SERVICE AND PRICES<br><br>The prices for our products are subject to change without notice.<br>We reserve the right at any time to modify or discontinue the Service (or any part or content thereof) without notice at any time.<br>We shall not be liable to you or to any third-party for any modification, price change, suspension or discontinuance of the Service.<br><br>SECTION 5 - PRODUCTS OR SERVICES (if applicable)<br><br>Certain products or services may be available exclusively online through the website. These products or services may have limited quantities and are subject to return or exchange only according to our Return Policy.<br>We have made every effort to display as accurately as possible the colors and images of our products that appear at the store. We cannot guarantee that your computer monitor\'s display of any color will be accurate.<br>We reserve the right, but are not obligated, to limit the sales of our products or Services to any person, geographic region or jurisdiction. We may exercise this right on a case-by-case basis. We reserve the right to limit the quantities of any products or services that we offer. All descriptions of products or product pricing are subject to change at anytime without notice, at the sole discretion of us. We reserve the right to discontinue any product at any time. Any offer for any product or service made on this site is void where prohibited.<br>We do not warrant that the quality of any products, services, information, or other material purchased or obtained by you will meet your expectations, or that any errors in the Service will be corrected.<br><br>SECTION 6 - ACCURACY OF BILLING AND ACCOUNT INFORMATION<br><br>We reserve the right to refuse any order you place with us. We may, in our sole discretion, limit or cancel quantities purchased per person, per household or per order. These restrictions may include orders placed by or under the same customer account, the same credit card, and/or orders that use the same billing and/or shipping address. In the event that we make a change to or cancel an order, we may attempt to notify you by contacting the e-mail and/or billing address/phone number provided at the time the order was made. We reserve the right to limit or prohibit orders that, in our sole judgment, appear to be placed by dealers, resellers or distributors.<br><br>You agree to provide current, complete and accurate purchase and account information for all purchases made at our store. You agree to promptly update your account and other information, including your email address and credit card numbers and expiration dates, so that we can complete your transactions and contact you as needed.<br><br>For more detail, please review our Returns Policy.<br><br>SECTION 7 - OPTIONAL TOOLS<br><br>We may provide you with access to third-party tools over which we neither monitor nor have any control nor input.<br>You acknowledge and agree that we provide access to such tools â€as isâ€ and â€œas availableâ€ without any warranties, representations or conditions of any kind and without any endorsement. We shall have no liability whatsoever arising from or relating to your use of optional third-party tools.<br>Any use by you of optional tools offered through the site is entirely at your own risk and discretion and you should ensure that you are familiar with and approve of the terms on which tools are provided by the relevant third-party provider(s).<br>We may also, in the future, offer new services and/or features through the website (including, the release of new tools and resources). Such new features and/or services shall also be subject to these Terms of Service.<br><br>SECTION 8 - THIRD-PARTY LINKS<br><br>Certain content, products and services available via our Service may include materials from third-parties.<br>Third-party links on this site may direct you to third-party websites that are not affiliated with us. We are not responsible for examining or evaluating the content or accuracy and we do not warrant and will not have any liability or responsibility for any third-party materials or websites, or for any other materials, products, or services of third-parties.<br>We are not liable for any harm or damages related to the purchase or use of goods, services, resources, content, or any other transactions made in connection with any third-party websites. Please review carefully the third-party\'s policies and practices and make sure you understand them before you engage in any transaction. Complaints, claims, concerns, or questions regarding third-party products should be directed to the third-party.<br><br>SECTION 9 - USER COMMENTS, FEEDBACK AND OTHER SUBMISSIONS<br><br>If, at our request, you send certain specific submissions (for example contest entries) or without a request from us you send creative ideas, suggestions, proposals, plans, or other materials, whether online, by email, by postal mail, or otherwise (collectively, \'comments\'), you agree that we may, at any time, without restriction, edit, copy, publish, distribute, translate and otherwise use in any medium any comments that you forward to us. We are and shall be under no obligation (1) to maintain any comments in confidence; (2) to pay compensation for any comments; or (3) to respond to any comments.<br>We may, but have no obligation to, monitor, edit or remove content that we determine in our sole discretion are unlawful, offensive, threatening, libelous, defamatory, pornographic, obscene or otherwise objectionable or violates any partyâ€™s intellectual property or these Terms of Service.<br>You agree that your comments will not violate any right of any third-party, including copyright, trademark, privacy, personality or other personal or proprietary right. You further agree that your comments will not contain libelous or otherwise unlawful, abusive or obscene material, or contain any computer virus or other malware that could in any way affect the operation of the Service or any related website. You may not use a false e-mail address, pretend to be someone other than yourself, or otherwise mislead us or third-parties as to the origin of any comments. You are solely responsible for any comments you make and their accuracy. We take no responsibility and assume no liability for any comments posted by you or any third-party.<br><br>SECTION 10 - PERSONAL INFORMATION<br><br>Your submission of personal information through the store is governed by our Privacy Policy. To view our Privacy Policy.<br><br>SECTION 11 - ERRORS, INACCURACIES AND OMISSIONS<br><br>Occasionally there may be information on our site or in the Service that contains typographical errors, inaccuracies or omissions that may relate to product descriptions, pricing, promotions, offers, product shipping charges, transit times and availability. We reserve the right to correct any errors, inaccuracies or omissions, and to change or update information or cancel orders if any information in the Service or on any related website is inaccurate at any time without prior notice (including after you have submitted your order).<br>We undertake no obligation to update, amend or clarify information in the Service or on any related website, including without limitation, pricing information, except as required by law. No specified update or refresh date applied in the Service or on any related website, should be taken to indicate that all information in the Service or on any related website has been modified or updated.<br><br>SECTION 12 - PROHIBITED USES<br><br>In addition to other prohibitions as set forth in the Terms of Service, you are prohibited from using the site or its content: (a) for any unlawful purpose; (b) to solicit others to perform or participate in any unlawful acts; (c) to violate any international, federal, provincial or state regulations, rules, laws, or local ordinances; (d) to infringe upon or violate our intellectual property rights or the intellectual property rights of others; (e) to harass, abuse, insult, harm, defame, slander, disparage, intimidate, or discriminate based on gender, sexual orientation, religion, ethnicity, race, age, national origin, or disability; (f) to submit false or misleading information; (g) to upload or transmit viruses or any other type of malicious code that will or may be used in any way that will affect the functionality or operation of the Service or of any related website, other websites, or the Internet; (h) to collect or track the personal information of others; (i) to spam, phish, pharm, pretext, spider, crawl, or scrape; (j) for any obscene or immoral purpose; or (k) to interfere with or circumvent the security features of the Service or any related website, other websites, or the Internet. We reserve the right to terminate your use of the Service or any related website for violating any of the prohibited uses.<br><br>SECTION 13 - DISCLAIMER OF WARRANTIES; LIMITATION OF LIABILITY<br><br>We do not guarantee, represent or warrant that your use of our service will be uninterrupted, timely, secure or error-free.<br>We do not warrant that the results that may be obtained from the use of the service will be accurate or reliable.<br>You agree that from time to time we may remove the service for indefinite periods of time or cancel the service at any time, without notice to you.<br>You expressly agree that your use of, or inability to use, the service is at your sole risk. The service and all products and services delivered to you through the service are (except as expressly stated by us) provided \'as is\' and \'as available\' for your use, without any representation, warranties or conditions of any kind, either express or implied, including all implied warranties or conditions of merchantability, merchantable quality, fitness for a particular purpose, durability, title, and non-infringement.<br>In no case shall Blackhawk Custom, LLC, our directors, officers, employees, affiliates, agents, contractors, interns, suppliers, service providers or licensors be liable for any injury, loss, claim, or any direct, indirect, incidental, punitive, special, or consequential damages of any kind, including, without limitation lost profits, lost revenue, lost savings, loss of data, replacement costs, or any similar damages, whether based in contract, tort (including negligence), strict liability or otherwise, arising from your use of any of the service or any products procured using the service, or for any other claim related in any way to your use of the service or any product, including, but not limited to, any errors or omissions in any content, or any loss or damage of any kind incurred as a result of the use of the service or any content (or product) posted, transmitted, or otherwise made available via the service, even if advised of their possibility. Because some states or jurisdictions do not allow the exclusion or the limitation of liability for consequential or incidental damages, in such states or jurisdictions, our liability shall be limited to the maximum extent permitted by law.<br><br>SECTION 14 - INDEMNIFICATION<br><br>You agree to indemnify, defend and hold harmless Blackhawk Custom, LLC and our parent, subsidiaries, affiliates, partners, officers, directors, agents, contractors, licensors, service providers, subcontractors, suppliers, interns and employees, harmless from any claim or demand, including reasonable attorneysâ€™ fees, made by any third-party due to or arising out of your breach of these Terms of Service or the documents they incorporate by reference, or your violation of any law or the rights of a third-party.<br><br>SECTION 15 - SEVERABILITY<br><br>In the event that any provision of these Terms of Service is determined to be unlawful, void or unenforceable, such provision shall nonetheless be enforceable to the fullest extent permitted by applicable law, and the unenforceable portion shall be deemed to be severed from these Terms of Service, such determination shall not affect the validity and enforceability of any other remaining provisions.<br><br>SECTION 16 - TERMINATION<br><br>The obligations and liabilities of the parties incurred prior to the termination date shall survive the termination of this agreement for all purposes.<br>These Terms of Service are effective unless and until terminated by either you or us. You may terminate these Terms of Service at any time by notifying us that you no longer wish to use our Services, or when you cease using our site.<br>If in our sole judgment you fail, or we suspect that you have failed, to comply with any term or provision of these Terms of Service, we also may terminate this agreement at any time without notice and you will remain liable for all amounts due up to and including the date of termination; and/or accordingly may deny you access to our Services (or any part thereof).<br><br>SECTION 17 - ENTIRE AGREEMENT<br><br>The failure of us to exercise or enforce any right or provision of these Terms of Service shall not constitute a waiver of such right or provision.<br>These Terms of Service and any policies or operating rules posted by us on this site or in respect to The Service constitutes the entire agreement and understanding between you and us and govern your use of the Service, superseding any prior or contemporaneous agreements, communications and proposals, whether oral or written, between you and us (including, but not limited to, any prior versions of the Terms of Service).<br>Any ambiguities in the interpretation of these Terms of Service shall not be construed against the drafting party.<br><br>SECTION 18 - GOVERNING LAW<br><br>These Terms of Service and any separate agreements whereby we provide you Services shall be governed by and construed in accordance with the laws of 825 South Kings Highway, Fort Pierce, FL 34945.<br><br>SECTION 19 - CHANGES TO TERMS OF SERVICE<br><br>You can review the most current version of the Terms of Service at any time at this page.<br>We reserve the right, at our sole discretion, to update, change or replace any part of these Terms of Service by posting updates and changes to our website. It is your responsibility to check our website periodically for changes. Your continued use of or access to our website or the Service following the posting of any changes to these Terms of Service constitutes acceptance of those changes.<br><br>SECTION 20 - CONTACT INFORMATION<br><br>Questions about the Terms of Service should be sent to us at <a href=\"mailto:admin@blackhawkcustom.com\" target=\"_blank\">admin@blackhawkcustom.com</a></p></div></div>\n</div>'),(1763,165,'tve_revision_tve_has_wistia_popover','0'),(1764,166,'tve_revision_tve_landing_page','blank_v2'),(1765,166,'tve_revision_tve_disable_theme_dependency',''),(1766,166,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box on_hover\" style=\"z-index: 8;\" wfd-id=\"40\" data-css=\"tve-u-1642b593fd4\">\n<div class=\"tve-content-box-background\" wfd-id=\"67\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" style=\"z-index: 8;\" wfd-id=\"41\"><div class=\"thrv_wrapper thrv_widget_menu tve-custom-menu-upgrade      tve-mobile-side-fullscreen tve-menu-style-style_1\" data-tve-style=\"tve_horizontal\" data-tve-switch-icon=\"none\" data-css=\"tve-u-1642ae797d9\" wfd-id=\"48\">\n<div class=\"thrive-shortcode-config\" style=\"display: none !important\" wfd-id=\"66\">__CONFIG_widget_menu__{\"menu_id\":4,\"color\":\"tve_red\",\"dir\":\"tve_horizontal\",\"font_class\":\"\",\"font_size\":\"\",\"ul_attr\":\"\",\"link_attr\":\"\",\"top_link_attr\":\"\",\"trigger_attr\":\"\",\"primary\":\"\",\"head_css\":\"\",\"background_hover\":\"\",\"main_hover\":\"\",\"child_hover\":\"\",\"group_edit\":[],\"menu_style\":\"style_1\",\"dropdown_icon\":\"\",\"mobile_side\":\"fullscreen\",\"mobile_icon\":\"\",\"switch_to_icon\":\"none\"}__CONFIG_widget_menu__</div>\n</div><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" wfd-id=\"45\"><h2>Terms &amp; Conditions</h2></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"42\"><p>TERMS OF SERVICE<br><br>-----<br><br>OVERVIEW<br><br>This website is operated by Blackhawk Custom, LLC. Throughout the site, the terms â€œweâ€, â€œusâ€ and â€œourâ€ refer to Blackhawk Custom, LLC. Blackhawk Custom, LLC offers this website, including all information, tools and services available from this site to you, the user, conditioned upon your acceptance of all terms, conditions, policies and notices stated here.<br><br>By visiting our site and/ or purchasing something from us, you engage in our â€œServiceâ€ and agree to be bound by the following terms and conditions (â€œTerms of Serviceâ€, â€œTermsâ€), including those additional terms, conditions, and policies referenced herein and/or available by hyperlink. These Terms of Service apply to all users of the site, including without limitation users who are browsers, vendors, customers, merchants, and/ or contributors of content.<br><br>Please read these Terms of Service carefully before accessing or using our website. By accessing or using any part of the site, you agree to be bound by these Terms of Service. If you do not agree to all the terms and conditions of this agreement, then you may not access the website or use any services. If these Terms of Service are considered an offer, acceptance is expressly limited to these Terms of Service.<br><br>Any new features or tools which are added to the current store shall also be subject to the Terms of Service. You can review the most current version of the Terms of Service at any time on this page. We reserve the right to update, change or replace any part of these Terms of Service by posting updates and/or changes to our website. It is your responsibility to check this page periodically for changes. Your continued use of or access to the website following the posting of any changes constitutes acceptance of those changes.<br><br>SECTION 1 - ONLINE STORE TERMS<br><br>By agreeing to these Terms of Service, you represent that you are at least the age of majority in your state or province of residence, or that you are the age of majority in your state or province of residence and you have given us your consent to allow any of your minor dependents to use this site.<br>You may not use our products for any illegal or unauthorized purpose nor may you, in the use of the Service, violate any laws in your jurisdiction (including but not limited to copyright laws).<br>You must not transmit any worms or viruses or any code of a destructive nature.<br>A breach or violation of any of the Terms will result in an immediate termination of your Services.<br><br>SECTION 2 - GENERAL CONDITIONS<br><br>We reserve the right to refuse service to anyone for any reason at any time.<br>You understand that your content (not including credit card information), may be transferred unencrypted and involve (a) transmissions over various networks; and (b) changes to conform and adapt to technical requirements of connecting networks or devices. Credit card information is always encrypted during transfer over networks.<br>You agree not to reproduce, duplicate, copy, sell, resell or exploit any portion of the Service, use of the Service, or access to the Service or any contact on the website through which the service is provided, without express written permission by us.<br>The headings used in this agreement are included for convenience only and will not limit or otherwise affect these Terms.<br><br>SECTION 3 - ACCURACY, COMPLETENESS AND TIMELINESS OF INFORMATION<br><br>We are not responsible if information made available on this site is not accurate, complete or current. The material on this site is provided for general information only and should not be relied upon or used as the sole basis for making decisions without consulting primary, more accurate, more complete or more timely sources of information. Any reliance on the material on this site is at your own risk.<br>This site may contain certain historical information. Historical information, necessarily, is not current and is provided for your reference only. We reserve the right to modify the contents of this site at any time, but we have no obligation to update any information on our site. You agree that it is your responsibility to monitor changes to our site.<br><br>SECTION 4 - MODIFICATIONS TO THE SERVICE AND PRICES<br><br>The prices for our products are subject to change without notice.<br>We reserve the right at any time to modify or discontinue the Service (or any part or content thereof) without notice at any time.<br>We shall not be liable to you or to any third-party for any modification, price change, suspension or discontinuance of the Service.<br><br>SECTION 5 - PRODUCTS OR SERVICES (if applicable)<br><br>Certain products or services may be available exclusively online through the website. These products or services may have limited quantities and are subject to return or exchange only according to our Return Policy.<br>We have made every effort to display as accurately as possible the colors and images of our products that appear at the store. We cannot guarantee that your computer monitor\'s display of any color will be accurate.<br>We reserve the right, but are not obligated, to limit the sales of our products or Services to any person, geographic region or jurisdiction. We may exercise this right on a case-by-case basis. We reserve the right to limit the quantities of any products or services that we offer. All descriptions of products or product pricing are subject to change at anytime without notice, at the sole discretion of us. We reserve the right to discontinue any product at any time. Any offer for any product or service made on this site is void where prohibited.<br>We do not warrant that the quality of any products, services, information, or other material purchased or obtained by you will meet your expectations, or that any errors in the Service will be corrected.<br><br>SECTION 6 - ACCURACY OF BILLING AND ACCOUNT INFORMATION<br><br>We reserve the right to refuse any order you place with us. We may, in our sole discretion, limit or cancel quantities purchased per person, per household or per order. These restrictions may include orders placed by or under the same customer account, the same credit card, and/or orders that use the same billing and/or shipping address. In the event that we make a change to or cancel an order, we may attempt to notify you by contacting the e-mail and/or billing address/phone number provided at the time the order was made. We reserve the right to limit or prohibit orders that, in our sole judgment, appear to be placed by dealers, resellers or distributors.<br><br>You agree to provide current, complete and accurate purchase and account information for all purchases made at our store. You agree to promptly update your account and other information, including your email address and credit card numbers and expiration dates, so that we can complete your transactions and contact you as needed.<br><br>For more detail, please review our Returns Policy.<br><br>SECTION 7 - OPTIONAL TOOLS<br><br>We may provide you with access to third-party tools over which we neither monitor nor have any control nor input.<br>You acknowledge and agree that we provide access to such tools â€as isâ€ and â€œas availableâ€ without any warranties, representations or conditions of any kind and without any endorsement. We shall have no liability whatsoever arising from or relating to your use of optional third-party tools.<br>Any use by you of optional tools offered through the site is entirely at your own risk and discretion and you should ensure that you are familiar with and approve of the terms on which tools are provided by the relevant third-party provider(s).<br>We may also, in the future, offer new services and/or features through the website (including, the release of new tools and resources). Such new features and/or services shall also be subject to these Terms of Service.<br><br>SECTION 8 - THIRD-PARTY LINKS<br><br>Certain content, products and services available via our Service may include materials from third-parties.<br>Third-party links on this site may direct you to third-party websites that are not affiliated with us. We are not responsible for examining or evaluating the content or accuracy and we do not warrant and will not have any liability or responsibility for any third-party materials or websites, or for any other materials, products, or services of third-parties.<br>We are not liable for any harm or damages related to the purchase or use of goods, services, resources, content, or any other transactions made in connection with any third-party websites. Please review carefully the third-party\'s policies and practices and make sure you understand them before you engage in any transaction. Complaints, claims, concerns, or questions regarding third-party products should be directed to the third-party.<br><br>SECTION 9 - USER COMMENTS, FEEDBACK AND OTHER SUBMISSIONS<br><br>If, at our request, you send certain specific submissions (for example contest entries) or without a request from us you send creative ideas, suggestions, proposals, plans, or other materials, whether online, by email, by postal mail, or otherwise (collectively, \'comments\'), you agree that we may, at any time, without restriction, edit, copy, publish, distribute, translate and otherwise use in any medium any comments that you forward to us. We are and shall be under no obligation (1) to maintain any comments in confidence; (2) to pay compensation for any comments; or (3) to respond to any comments.<br>We may, but have no obligation to, monitor, edit or remove content that we determine in our sole discretion are unlawful, offensive, threatening, libelous, defamatory, pornographic, obscene or otherwise objectionable or violates any partyâ€™s intellectual property or these Terms of Service.<br>You agree that your comments will not violate any right of any third-party, including copyright, trademark, privacy, personality or other personal or proprietary right. You further agree that your comments will not contain libelous or otherwise unlawful, abusive or obscene material, or contain any computer virus or other malware that could in any way affect the operation of the Service or any related website. You may not use a false e-mail address, pretend to be someone other than yourself, or otherwise mislead us or third-parties as to the origin of any comments. You are solely responsible for any comments you make and their accuracy. We take no responsibility and assume no liability for any comments posted by you or any third-party.<br><br>SECTION 10 - PERSONAL INFORMATION<br><br>Your submission of personal information through the store is governed by our Privacy Policy. To view our Privacy Policy.<br><br>SECTION 11 - ERRORS, INACCURACIES AND OMISSIONS<br><br>Occasionally there may be information on our site or in the Service that contains typographical errors, inaccuracies or omissions that may relate to product descriptions, pricing, promotions, offers, product shipping charges, transit times and availability. We reserve the right to correct any errors, inaccuracies or omissions, and to change or update information or cancel orders if any information in the Service or on any related website is inaccurate at any time without prior notice (including after you have submitted your order).<br>We undertake no obligation to update, amend or clarify information in the Service or on any related website, including without limitation, pricing information, except as required by law. No specified update or refresh date applied in the Service or on any related website, should be taken to indicate that all information in the Service or on any related website has been modified or updated.<br><br>SECTION 12 - PROHIBITED USES<br><br>In addition to other prohibitions as set forth in the Terms of Service, you are prohibited from using the site or its content: (a) for any unlawful purpose; (b) to solicit others to perform or participate in any unlawful acts; (c) to violate any international, federal, provincial or state regulations, rules, laws, or local ordinances; (d) to infringe upon or violate our intellectual property rights or the intellectual property rights of others; (e) to harass, abuse, insult, harm, defame, slander, disparage, intimidate, or discriminate based on gender, sexual orientation, religion, ethnicity, race, age, national origin, or disability; (f) to submit false or misleading information; (g) to upload or transmit viruses or any other type of malicious code that will or may be used in any way that will affect the functionality or operation of the Service or of any related website, other websites, or the Internet; (h) to collect or track the personal information of others; (i) to spam, phish, pharm, pretext, spider, crawl, or scrape; (j) for any obscene or immoral purpose; or (k) to interfere with or circumvent the security features of the Service or any related website, other websites, or the Internet. We reserve the right to terminate your use of the Service or any related website for violating any of the prohibited uses.<br><br>SECTION 13 - DISCLAIMER OF WARRANTIES; LIMITATION OF LIABILITY<br><br>We do not guarantee, represent or warrant that your use of our service will be uninterrupted, timely, secure or error-free.<br>We do not warrant that the results that may be obtained from the use of the service will be accurate or reliable.<br>You agree that from time to time we may remove the service for indefinite periods of time or cancel the service at any time, without notice to you.<br>You expressly agree that your use of, or inability to use, the service is at your sole risk. The service and all products and services delivered to you through the service are (except as expressly stated by us) provided \'as is\' and \'as available\' for your use, without any representation, warranties or conditions of any kind, either express or implied, including all implied warranties or conditions of merchantability, merchantable quality, fitness for a particular purpose, durability, title, and non-infringement.<br>In no case shall Blackhawk Custom, LLC, our directors, officers, employees, affiliates, agents, contractors, interns, suppliers, service providers or licensors be liable for any injury, loss, claim, or any direct, indirect, incidental, punitive, special, or consequential damages of any kind, including, without limitation lost profits, lost revenue, lost savings, loss of data, replacement costs, or any similar damages, whether based in contract, tort (including negligence), strict liability or otherwise, arising from your use of any of the service or any products procured using the service, or for any other claim related in any way to your use of the service or any product, including, but not limited to, any errors or omissions in any content, or any loss or damage of any kind incurred as a result of the use of the service or any content (or product) posted, transmitted, or otherwise made available via the service, even if advised of their possibility. Because some states or jurisdictions do not allow the exclusion or the limitation of liability for consequential or incidental damages, in such states or jurisdictions, our liability shall be limited to the maximum extent permitted by law.<br><br>SECTION 14 - INDEMNIFICATION<br><br>You agree to indemnify, defend and hold harmless Blackhawk Custom, LLC and our parent, subsidiaries, affiliates, partners, officers, directors, agents, contractors, licensors, service providers, subcontractors, suppliers, interns and employees, harmless from any claim or demand, including reasonable attorneysâ€™ fees, made by any third-party due to or arising out of your breach of these Terms of Service or the documents they incorporate by reference, or your violation of any law or the rights of a third-party.<br><br>SECTION 15 - SEVERABILITY<br><br>In the event that any provision of these Terms of Service is determined to be unlawful, void or unenforceable, such provision shall nonetheless be enforceable to the fullest extent permitted by applicable law, and the unenforceable portion shall be deemed to be severed from these Terms of Service, such determination shall not affect the validity and enforceability of any other remaining provisions.<br><br>SECTION 16 - TERMINATION<br><br>The obligations and liabilities of the parties incurred prior to the termination date shall survive the termination of this agreement for all purposes.<br>These Terms of Service are effective unless and until terminated by either you or us. You may terminate these Terms of Service at any time by notifying us that you no longer wish to use our Services, or when you cease using our site.<br>If in our sole judgment you fail, or we suspect that you have failed, to comply with any term or provision of these Terms of Service, we also may terminate this agreement at any time without notice and you will remain liable for all amounts due up to and including the date of termination; and/or accordingly may deny you access to our Services (or any part thereof).<br><br>SECTION 17 - ENTIRE AGREEMENT<br><br>The failure of us to exercise or enforce any right or provision of these Terms of Service shall not constitute a waiver of such right or provision.<br>These Terms of Service and any policies or operating rules posted by us on this site or in respect to The Service constitutes the entire agreement and understanding between you and us and govern your use of the Service, superseding any prior or contemporaneous agreements, communications and proposals, whether oral or written, between you and us (including, but not limited to, any prior versions of the Terms of Service).<br>Any ambiguities in the interpretation of these Terms of Service shall not be construed against the drafting party.<br><br>SECTION 18 - GOVERNING LAW<br><br>These Terms of Service and any separate agreements whereby we provide you Services shall be governed by and construed in accordance with the laws of 825 South Kings Highway, Fort Pierce, FL 34945.<br><br>SECTION 19 - CHANGES TO TERMS OF SERVICE<br><br>You can review the most current version of the Terms of Service at any time at this page.<br>We reserve the right, at our sole discretion, to update, change or replace any part of these Terms of Service by posting updates and changes to our website. It is your responsibility to check our website periodically for changes. Your continued use of or access to our website or the Service following the posting of any changes to these Terms of Service constitutes acceptance of those changes.<br><br>SECTION 20 - CONTACT INFORMATION<br><br>Questions about the Terms of Service should be sent to us at <a href=\"mailto:admin@blackhawkcustom.com\" target=\"_blank\">admin@blackhawkcustom.com</a></p></div></div>\n</div>'),(1767,166,'tve_revision_tve_content_more_found',''),(1768,166,'tve_revision_tve_save_post',''),(1769,166,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Montserrat:400,900,800,200,100&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-1642b593fd4\"] { padding: 5px !important; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-153:hover > a { fill: rgb(179, 144, 57) !important; color: rgb(179, 144, 57) !important; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-153 > a { fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1642ae797d9\"] #menu-item-104 { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1642ae797d9\"] #menu-item-103 { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1642ae797d9\"] #menu-item-102 { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1642ae797d9\"] #menu-item-109 { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1642ae797d9\"] { float: none; width: 100%; margin-left: auto !important; margin-right: auto !important; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-104 > a { fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-103 > a { fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-102 > a { fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-109 > a { fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-104:hover > a { fill: rgb(179, 144, 57) !important; color: rgb(179, 144, 57) !important; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-103:hover > a { fill: rgb(179, 144, 57) !important; color: rgb(179, 144, 57) !important; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-102:hover > a { fill: rgb(179, 144, 57) !important; color: rgb(179, 144, 57) !important; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-109:hover > a { fill: rgb(179, 144, 57) !important; color: rgb(179, 144, 57) !important; }#tcb_landing_page a:not(.tcb-button-link) { color: rgb(255, 255, 255); }.tcb-plain-text strong { font-weight: 900; }#tcb_landing_page input strong { font-weight: 900; }#tcb_landing_page .tcb-button-link strong { font-weight: 900; }#tcb_landing_page p strong, #tcb_landing_page li strong { font-weight: 900; }#tcb_landing_page input { font-family: Montserrat; font-weight: 400; }#tcb_landing_page .tcb-button-link { font-family: Montserrat; font-weight: 400; }#tcb_landing_page p, #tcb_landing_page li { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h6 strong { font-weight: 900; }#tcb_landing_page h6 { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h5 strong { font-weight: 900; }#tcb_landing_page h5 { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h4 strong { font-weight: 900; }#tcb_landing_page h4 { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h3 strong { font-weight: 900; }#tcb_landing_page h3 { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h2 strong { font-weight: 900; }#tcb_landing_page h2 { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h1 strong { font-weight: 900; }#tcb_landing_page h1 { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); }.tcb-plain-text { font-size: 20px; color: rgb(255, 255, 255); font-family: Montserrat; font-weight: 400; }[data-css=\"tve-u-15e09c94f7d\"] { background-color: rgb(255, 255, 255); background-image: linear-gradient(rgb(0, 0, 0), rgb(0, 0, 0)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }.tve_post_lp > div > #tve_editor { margin-left: auto; margin-right: auto; max-width: 1200px; padding: 0px 20px; }}@media (max-width: 1023px){[data-css=\"tve-u-1642ae797d9\"] { display: block; }[data-css=\"tve-u-1642ae797d9\"] #menu-item-104 { text-align: center; padding: 5px !important; background-image: none !important; }[data-css=\"tve-u-1642ae797d9\"] #menu-item-103 { text-align: center; padding: 5px !important; background-image: none !important; }[data-css=\"tve-u-1642ae797d9\"] #menu-item-102 { text-align: center; padding: 5px !important; background-image: none !important; }[data-css=\"tve-u-1642ae797d9\"] #menu-item-109 { text-align: center; padding: 5px !important; background-image: none !important; }}@media (max-width: 767px){#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-153 > a { font-size: 17px !important; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-104 > a { font-size: 17px !important; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-103 > a { font-size: 17px !important; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-102 > a { font-size: 17px !important; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-109 > a { font-size: 17px !important; }[data-css=\"tve-u-1642ae797d9\"] #menu-item-153 { padding-left: 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-1642ae797d9\"] #menu-item-104 { padding-left: 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-1642ae797d9\"] #menu-item-103 { padding-left: 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-1642ae797d9\"] #menu-item-102 { padding-left: 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-1642ae797d9\"] #menu-item-109 { padding-left: 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-1642ae797d9\"] { float: none; width: 100%; margin-left: auto !important; margin-right: auto !important; }.tve_post_lp > div > #tve_editor { padding: 0px 10px; }}'),(1770,166,'tve_revision_tve_user_custom_css',''),(1771,166,'tve_revision_tve_page_events','a:0:{}'),(1772,166,'tve_revision_tve_globals','a:2:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";s:8:\"font_cls\";a:0:{}}'),(1773,166,'tve_revision_tve_global_scripts',''),(1774,166,'tve_revision_thrive_icon_pack','0'),(1775,166,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(1776,166,'tve_revision_tve_has_masonry','0'),(1777,166,'tve_revision_tve_has_typefocus','0'),(1778,166,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box on_hover\" style=\"z-index: 8;\" wfd-id=\"40\" data-css=\"tve-u-1642b593fd4\">\n<div class=\"tve-content-box-background\" wfd-id=\"67\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" style=\"z-index: 8;\" wfd-id=\"41\"><div class=\"thrv_wrapper thrv_widget_menu tve-custom-menu-upgrade      tve-mobile-side-fullscreen tve-menu-style-style_1\" data-tve-style=\"tve_horizontal\" data-tve-switch-icon=\"none\" data-css=\"tve-u-1642ae797d9\" wfd-id=\"48\">\n<div class=\"thrive-shortcode-config\" style=\"display: none !important\" wfd-id=\"66\">__CONFIG_widget_menu__{\"menu_id\":4,\"color\":\"tve_red\",\"dir\":\"tve_horizontal\",\"font_class\":\"\",\"font_size\":\"\",\"ul_attr\":\"\",\"link_attr\":\"\",\"top_link_attr\":\"\",\"trigger_attr\":\"\",\"primary\":\"\",\"head_css\":\"\",\"background_hover\":\"\",\"main_hover\":\"\",\"child_hover\":\"\",\"group_edit\":[],\"menu_style\":\"style_1\",\"dropdown_icon\":\"\",\"mobile_side\":\"fullscreen\",\"mobile_icon\":\"\",\"switch_to_icon\":\"none\"}__CONFIG_widget_menu__</div>\n</div><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" wfd-id=\"45\"><h2>Terms &amp; Conditions</h2></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"42\"><p>TERMS OF SERVICE<br><br>-----<br><br>OVERVIEW<br><br>This website is operated by Blackhawk Custom, LLC. Throughout the site, the terms â€œweâ€, â€œusâ€ and â€œourâ€ refer to Blackhawk Custom, LLC. Blackhawk Custom, LLC offers this website, including all information, tools and services available from this site to you, the user, conditioned upon your acceptance of all terms, conditions, policies and notices stated here.<br><br>By visiting our site and/ or purchasing something from us, you engage in our â€œServiceâ€ and agree to be bound by the following terms and conditions (â€œTerms of Serviceâ€, â€œTermsâ€), including those additional terms, conditions, and policies referenced herein and/or available by hyperlink. These Terms of Service apply to all users of the site, including without limitation users who are browsers, vendors, customers, merchants, and/ or contributors of content.<br><br>Please read these Terms of Service carefully before accessing or using our website. By accessing or using any part of the site, you agree to be bound by these Terms of Service. If you do not agree to all the terms and conditions of this agreement, then you may not access the website or use any services. If these Terms of Service are considered an offer, acceptance is expressly limited to these Terms of Service.<br><br>Any new features or tools which are added to the current store shall also be subject to the Terms of Service. You can review the most current version of the Terms of Service at any time on this page. We reserve the right to update, change or replace any part of these Terms of Service by posting updates and/or changes to our website. It is your responsibility to check this page periodically for changes. Your continued use of or access to the website following the posting of any changes constitutes acceptance of those changes.<br><br>SECTION 1 - ONLINE STORE TERMS<br><br>By agreeing to these Terms of Service, you represent that you are at least the age of majority in your state or province of residence, or that you are the age of majority in your state or province of residence and you have given us your consent to allow any of your minor dependents to use this site.<br>You may not use our products for any illegal or unauthorized purpose nor may you, in the use of the Service, violate any laws in your jurisdiction (including but not limited to copyright laws).<br>You must not transmit any worms or viruses or any code of a destructive nature.<br>A breach or violation of any of the Terms will result in an immediate termination of your Services.<br><br>SECTION 2 - GENERAL CONDITIONS<br><br>We reserve the right to refuse service to anyone for any reason at any time.<br>You understand that your content (not including credit card information), may be transferred unencrypted and involve (a) transmissions over various networks; and (b) changes to conform and adapt to technical requirements of connecting networks or devices. Credit card information is always encrypted during transfer over networks.<br>You agree not to reproduce, duplicate, copy, sell, resell or exploit any portion of the Service, use of the Service, or access to the Service or any contact on the website through which the service is provided, without express written permission by us.<br>The headings used in this agreement are included for convenience only and will not limit or otherwise affect these Terms.<br><br>SECTION 3 - ACCURACY, COMPLETENESS AND TIMELINESS OF INFORMATION<br><br>We are not responsible if information made available on this site is not accurate, complete or current. The material on this site is provided for general information only and should not be relied upon or used as the sole basis for making decisions without consulting primary, more accurate, more complete or more timely sources of information. Any reliance on the material on this site is at your own risk.<br>This site may contain certain historical information. Historical information, necessarily, is not current and is provided for your reference only. We reserve the right to modify the contents of this site at any time, but we have no obligation to update any information on our site. You agree that it is your responsibility to monitor changes to our site.<br><br>SECTION 4 - MODIFICATIONS TO THE SERVICE AND PRICES<br><br>The prices for our products are subject to change without notice.<br>We reserve the right at any time to modify or discontinue the Service (or any part or content thereof) without notice at any time.<br>We shall not be liable to you or to any third-party for any modification, price change, suspension or discontinuance of the Service.<br><br>SECTION 5 - PRODUCTS OR SERVICES (if applicable)<br><br>Certain products or services may be available exclusively online through the website. These products or services may have limited quantities and are subject to return or exchange only according to our Return Policy.<br>We have made every effort to display as accurately as possible the colors and images of our products that appear at the store. We cannot guarantee that your computer monitor\'s display of any color will be accurate.<br>We reserve the right, but are not obligated, to limit the sales of our products or Services to any person, geographic region or jurisdiction. We may exercise this right on a case-by-case basis. We reserve the right to limit the quantities of any products or services that we offer. All descriptions of products or product pricing are subject to change at anytime without notice, at the sole discretion of us. We reserve the right to discontinue any product at any time. Any offer for any product or service made on this site is void where prohibited.<br>We do not warrant that the quality of any products, services, information, or other material purchased or obtained by you will meet your expectations, or that any errors in the Service will be corrected.<br><br>SECTION 6 - ACCURACY OF BILLING AND ACCOUNT INFORMATION<br><br>We reserve the right to refuse any order you place with us. We may, in our sole discretion, limit or cancel quantities purchased per person, per household or per order. These restrictions may include orders placed by or under the same customer account, the same credit card, and/or orders that use the same billing and/or shipping address. In the event that we make a change to or cancel an order, we may attempt to notify you by contacting the e-mail and/or billing address/phone number provided at the time the order was made. We reserve the right to limit or prohibit orders that, in our sole judgment, appear to be placed by dealers, resellers or distributors.<br><br>You agree to provide current, complete and accurate purchase and account information for all purchases made at our store. You agree to promptly update your account and other information, including your email address and credit card numbers and expiration dates, so that we can complete your transactions and contact you as needed.<br><br>For more detail, please review our Returns Policy.<br><br>SECTION 7 - OPTIONAL TOOLS<br><br>We may provide you with access to third-party tools over which we neither monitor nor have any control nor input.<br>You acknowledge and agree that we provide access to such tools â€as isâ€ and â€œas availableâ€ without any warranties, representations or conditions of any kind and without any endorsement. We shall have no liability whatsoever arising from or relating to your use of optional third-party tools.<br>Any use by you of optional tools offered through the site is entirely at your own risk and discretion and you should ensure that you are familiar with and approve of the terms on which tools are provided by the relevant third-party provider(s).<br>We may also, in the future, offer new services and/or features through the website (including, the release of new tools and resources). Such new features and/or services shall also be subject to these Terms of Service.<br><br>SECTION 8 - THIRD-PARTY LINKS<br><br>Certain content, products and services available via our Service may include materials from third-parties.<br>Third-party links on this site may direct you to third-party websites that are not affiliated with us. We are not responsible for examining or evaluating the content or accuracy and we do not warrant and will not have any liability or responsibility for any third-party materials or websites, or for any other materials, products, or services of third-parties.<br>We are not liable for any harm or damages related to the purchase or use of goods, services, resources, content, or any other transactions made in connection with any third-party websites. Please review carefully the third-party\'s policies and practices and make sure you understand them before you engage in any transaction. Complaints, claims, concerns, or questions regarding third-party products should be directed to the third-party.<br><br>SECTION 9 - USER COMMENTS, FEEDBACK AND OTHER SUBMISSIONS<br><br>If, at our request, you send certain specific submissions (for example contest entries) or without a request from us you send creative ideas, suggestions, proposals, plans, or other materials, whether online, by email, by postal mail, or otherwise (collectively, \'comments\'), you agree that we may, at any time, without restriction, edit, copy, publish, distribute, translate and otherwise use in any medium any comments that you forward to us. We are and shall be under no obligation (1) to maintain any comments in confidence; (2) to pay compensation for any comments; or (3) to respond to any comments.<br>We may, but have no obligation to, monitor, edit or remove content that we determine in our sole discretion are unlawful, offensive, threatening, libelous, defamatory, pornographic, obscene or otherwise objectionable or violates any partyâ€™s intellectual property or these Terms of Service.<br>You agree that your comments will not violate any right of any third-party, including copyright, trademark, privacy, personality or other personal or proprietary right. You further agree that your comments will not contain libelous or otherwise unlawful, abusive or obscene material, or contain any computer virus or other malware that could in any way affect the operation of the Service or any related website. You may not use a false e-mail address, pretend to be someone other than yourself, or otherwise mislead us or third-parties as to the origin of any comments. You are solely responsible for any comments you make and their accuracy. We take no responsibility and assume no liability for any comments posted by you or any third-party.<br><br>SECTION 10 - PERSONAL INFORMATION<br><br>Your submission of personal information through the store is governed by our Privacy Policy. To view our Privacy Policy.<br><br>SECTION 11 - ERRORS, INACCURACIES AND OMISSIONS<br><br>Occasionally there may be information on our site or in the Service that contains typographical errors, inaccuracies or omissions that may relate to product descriptions, pricing, promotions, offers, product shipping charges, transit times and availability. We reserve the right to correct any errors, inaccuracies or omissions, and to change or update information or cancel orders if any information in the Service or on any related website is inaccurate at any time without prior notice (including after you have submitted your order).<br>We undertake no obligation to update, amend or clarify information in the Service or on any related website, including without limitation, pricing information, except as required by law. No specified update or refresh date applied in the Service or on any related website, should be taken to indicate that all information in the Service or on any related website has been modified or updated.<br><br>SECTION 12 - PROHIBITED USES<br><br>In addition to other prohibitions as set forth in the Terms of Service, you are prohibited from using the site or its content: (a) for any unlawful purpose; (b) to solicit others to perform or participate in any unlawful acts; (c) to violate any international, federal, provincial or state regulations, rules, laws, or local ordinances; (d) to infringe upon or violate our intellectual property rights or the intellectual property rights of others; (e) to harass, abuse, insult, harm, defame, slander, disparage, intimidate, or discriminate based on gender, sexual orientation, religion, ethnicity, race, age, national origin, or disability; (f) to submit false or misleading information; (g) to upload or transmit viruses or any other type of malicious code that will or may be used in any way that will affect the functionality or operation of the Service or of any related website, other websites, or the Internet; (h) to collect or track the personal information of others; (i) to spam, phish, pharm, pretext, spider, crawl, or scrape; (j) for any obscene or immoral purpose; or (k) to interfere with or circumvent the security features of the Service or any related website, other websites, or the Internet. We reserve the right to terminate your use of the Service or any related website for violating any of the prohibited uses.<br><br>SECTION 13 - DISCLAIMER OF WARRANTIES; LIMITATION OF LIABILITY<br><br>We do not guarantee, represent or warrant that your use of our service will be uninterrupted, timely, secure or error-free.<br>We do not warrant that the results that may be obtained from the use of the service will be accurate or reliable.<br>You agree that from time to time we may remove the service for indefinite periods of time or cancel the service at any time, without notice to you.<br>You expressly agree that your use of, or inability to use, the service is at your sole risk. The service and all products and services delivered to you through the service are (except as expressly stated by us) provided \'as is\' and \'as available\' for your use, without any representation, warranties or conditions of any kind, either express or implied, including all implied warranties or conditions of merchantability, merchantable quality, fitness for a particular purpose, durability, title, and non-infringement.<br>In no case shall Blackhawk Custom, LLC, our directors, officers, employees, affiliates, agents, contractors, interns, suppliers, service providers or licensors be liable for any injury, loss, claim, or any direct, indirect, incidental, punitive, special, or consequential damages of any kind, including, without limitation lost profits, lost revenue, lost savings, loss of data, replacement costs, or any similar damages, whether based in contract, tort (including negligence), strict liability or otherwise, arising from your use of any of the service or any products procured using the service, or for any other claim related in any way to your use of the service or any product, including, but not limited to, any errors or omissions in any content, or any loss or damage of any kind incurred as a result of the use of the service or any content (or product) posted, transmitted, or otherwise made available via the service, even if advised of their possibility. Because some states or jurisdictions do not allow the exclusion or the limitation of liability for consequential or incidental damages, in such states or jurisdictions, our liability shall be limited to the maximum extent permitted by law.<br><br>SECTION 14 - INDEMNIFICATION<br><br>You agree to indemnify, defend and hold harmless Blackhawk Custom, LLC and our parent, subsidiaries, affiliates, partners, officers, directors, agents, contractors, licensors, service providers, subcontractors, suppliers, interns and employees, harmless from any claim or demand, including reasonable attorneysâ€™ fees, made by any third-party due to or arising out of your breach of these Terms of Service or the documents they incorporate by reference, or your violation of any law or the rights of a third-party.<br><br>SECTION 15 - SEVERABILITY<br><br>In the event that any provision of these Terms of Service is determined to be unlawful, void or unenforceable, such provision shall nonetheless be enforceable to the fullest extent permitted by applicable law, and the unenforceable portion shall be deemed to be severed from these Terms of Service, such determination shall not affect the validity and enforceability of any other remaining provisions.<br><br>SECTION 16 - TERMINATION<br><br>The obligations and liabilities of the parties incurred prior to the termination date shall survive the termination of this agreement for all purposes.<br>These Terms of Service are effective unless and until terminated by either you or us. You may terminate these Terms of Service at any time by notifying us that you no longer wish to use our Services, or when you cease using our site.<br>If in our sole judgment you fail, or we suspect that you have failed, to comply with any term or provision of these Terms of Service, we also may terminate this agreement at any time without notice and you will remain liable for all amounts due up to and including the date of termination; and/or accordingly may deny you access to our Services (or any part thereof).<br><br>SECTION 17 - ENTIRE AGREEMENT<br><br>The failure of us to exercise or enforce any right or provision of these Terms of Service shall not constitute a waiver of such right or provision.<br>These Terms of Service and any policies or operating rules posted by us on this site or in respect to The Service constitutes the entire agreement and understanding between you and us and govern your use of the Service, superseding any prior or contemporaneous agreements, communications and proposals, whether oral or written, between you and us (including, but not limited to, any prior versions of the Terms of Service).<br>Any ambiguities in the interpretation of these Terms of Service shall not be construed against the drafting party.<br><br>SECTION 18 - GOVERNING LAW<br><br>These Terms of Service and any separate agreements whereby we provide you Services shall be governed by and construed in accordance with the laws of 825 South Kings Highway, Fort Pierce, FL 34945.<br><br>SECTION 19 - CHANGES TO TERMS OF SERVICE<br><br>You can review the most current version of the Terms of Service at any time at this page.<br>We reserve the right, at our sole discretion, to update, change or replace any part of these Terms of Service by posting updates and changes to our website. It is your responsibility to check our website periodically for changes. Your continued use of or access to our website or the Service following the posting of any changes to these Terms of Service constitutes acceptance of those changes.<br><br>SECTION 20 - CONTACT INFORMATION<br><br>Questions about the Terms of Service should be sent to us at <a href=\"mailto:admin@blackhawkcustom.com\" target=\"_blank\">admin@blackhawkcustom.com</a></p></div></div>\n</div>'),(1779,166,'tve_revision_tve_has_wistia_popover','0'),(1780,167,'tve_revision_tve_landing_page','blank_v2'),(1781,167,'tve_revision_tve_disable_theme_dependency',''),(1782,167,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"z-index: 8;\" data-css=\"tve-u-1642b593fd4\" wfd-id=\"40\">\n<div class=\"tve-content-box-background\" wfd-id=\"67\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" style=\"z-index: 8;\" wfd-id=\"41\"><div class=\"thrv_wrapper thrv_widget_menu tve-custom-menu-upgrade      tve-mobile-side-fullscreen tve-menu-style-style_1 on_hover\" data-tve-style=\"tve_horizontal\" data-tve-switch-icon=\"mobile\" data-css=\"tve-u-1642ae797d9\" wfd-id=\"48\">\n<div class=\"thrive-shortcode-config\" style=\"display: none !important\" wfd-id=\"66\">__CONFIG_widget_menu__{\"menu_id\":4,\"color\":\"tve_red\",\"dir\":\"tve_horizontal\",\"font_class\":\"\",\"font_size\":\"\",\"ul_attr\":\"\",\"link_attr\":\"\",\"top_link_attr\":\"\",\"trigger_attr\":\"\",\"primary\":\"\",\"head_css\":\"\",\"background_hover\":\"\",\"main_hover\":\"\",\"child_hover\":\"\",\"group_edit\":[],\"menu_style\":\"style_1\",\"dropdown_icon\":\"\",\"mobile_side\":\"fullscreen\",\"mobile_icon\":\"\",\"switch_to_icon\":\"mobile\"}__CONFIG_widget_menu__</div>\n</div><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" wfd-id=\"45\"><h2>Terms &amp; Conditions</h2></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"42\"><p>TERMS OF SERVICE<br><br>-----<br><br>OVERVIEW<br><br>This website is operated by Blackhawk Custom, LLC. Throughout the site, the terms â€œweâ€, â€œusâ€ and â€œourâ€ refer to Blackhawk Custom, LLC. Blackhawk Custom, LLC offers this website, including all information, tools and services available from this site to you, the user, conditioned upon your acceptance of all terms, conditions, policies and notices stated here.<br><br>By visiting our site and/ or purchasing something from us, you engage in our â€œServiceâ€ and agree to be bound by the following terms and conditions (â€œTerms of Serviceâ€, â€œTermsâ€), including those additional terms, conditions, and policies referenced herein and/or available by hyperlink. These Terms of Service apply to all users of the site, including without limitation users who are browsers, vendors, customers, merchants, and/ or contributors of content.<br><br>Please read these Terms of Service carefully before accessing or using our website. By accessing or using any part of the site, you agree to be bound by these Terms of Service. If you do not agree to all the terms and conditions of this agreement, then you may not access the website or use any services. If these Terms of Service are considered an offer, acceptance is expressly limited to these Terms of Service.<br><br>Any new features or tools which are added to the current store shall also be subject to the Terms of Service. You can review the most current version of the Terms of Service at any time on this page. We reserve the right to update, change or replace any part of these Terms of Service by posting updates and/or changes to our website. It is your responsibility to check this page periodically for changes. Your continued use of or access to the website following the posting of any changes constitutes acceptance of those changes.<br><br>SECTION 1 - ONLINE STORE TERMS<br><br>By agreeing to these Terms of Service, you represent that you are at least the age of majority in your state or province of residence, or that you are the age of majority in your state or province of residence and you have given us your consent to allow any of your minor dependents to use this site.<br>You may not use our products for any illegal or unauthorized purpose nor may you, in the use of the Service, violate any laws in your jurisdiction (including but not limited to copyright laws).<br>You must not transmit any worms or viruses or any code of a destructive nature.<br>A breach or violation of any of the Terms will result in an immediate termination of your Services.<br><br>SECTION 2 - GENERAL CONDITIONS<br><br>We reserve the right to refuse service to anyone for any reason at any time.<br>You understand that your content (not including credit card information), may be transferred unencrypted and involve (a) transmissions over various networks; and (b) changes to conform and adapt to technical requirements of connecting networks or devices. Credit card information is always encrypted during transfer over networks.<br>You agree not to reproduce, duplicate, copy, sell, resell or exploit any portion of the Service, use of the Service, or access to the Service or any contact on the website through which the service is provided, without express written permission by us.<br>The headings used in this agreement are included for convenience only and will not limit or otherwise affect these Terms.<br><br>SECTION 3 - ACCURACY, COMPLETENESS AND TIMELINESS OF INFORMATION<br><br>We are not responsible if information made available on this site is not accurate, complete or current. The material on this site is provided for general information only and should not be relied upon or used as the sole basis for making decisions without consulting primary, more accurate, more complete or more timely sources of information. Any reliance on the material on this site is at your own risk.<br>This site may contain certain historical information. Historical information, necessarily, is not current and is provided for your reference only. We reserve the right to modify the contents of this site at any time, but we have no obligation to update any information on our site. You agree that it is your responsibility to monitor changes to our site.<br><br>SECTION 4 - MODIFICATIONS TO THE SERVICE AND PRICES<br><br>The prices for our products are subject to change without notice.<br>We reserve the right at any time to modify or discontinue the Service (or any part or content thereof) without notice at any time.<br>We shall not be liable to you or to any third-party for any modification, price change, suspension or discontinuance of the Service.<br><br>SECTION 5 - PRODUCTS OR SERVICES (if applicable)<br><br>Certain products or services may be available exclusively online through the website. These products or services may have limited quantities and are subject to return or exchange only according to our Return Policy.<br>We have made every effort to display as accurately as possible the colors and images of our products that appear at the store. We cannot guarantee that your computer monitor\'s display of any color will be accurate.<br>We reserve the right, but are not obligated, to limit the sales of our products or Services to any person, geographic region or jurisdiction. We may exercise this right on a case-by-case basis. We reserve the right to limit the quantities of any products or services that we offer. All descriptions of products or product pricing are subject to change at anytime without notice, at the sole discretion of us. We reserve the right to discontinue any product at any time. Any offer for any product or service made on this site is void where prohibited.<br>We do not warrant that the quality of any products, services, information, or other material purchased or obtained by you will meet your expectations, or that any errors in the Service will be corrected.<br><br>SECTION 6 - ACCURACY OF BILLING AND ACCOUNT INFORMATION<br><br>We reserve the right to refuse any order you place with us. We may, in our sole discretion, limit or cancel quantities purchased per person, per household or per order. These restrictions may include orders placed by or under the same customer account, the same credit card, and/or orders that use the same billing and/or shipping address. In the event that we make a change to or cancel an order, we may attempt to notify you by contacting the e-mail and/or billing address/phone number provided at the time the order was made. We reserve the right to limit or prohibit orders that, in our sole judgment, appear to be placed by dealers, resellers or distributors.<br><br>You agree to provide current, complete and accurate purchase and account information for all purchases made at our store. You agree to promptly update your account and other information, including your email address and credit card numbers and expiration dates, so that we can complete your transactions and contact you as needed.<br><br>For more detail, please review our Returns Policy.<br><br>SECTION 7 - OPTIONAL TOOLS<br><br>We may provide you with access to third-party tools over which we neither monitor nor have any control nor input.<br>You acknowledge and agree that we provide access to such tools â€as isâ€ and â€œas availableâ€ without any warranties, representations or conditions of any kind and without any endorsement. We shall have no liability whatsoever arising from or relating to your use of optional third-party tools.<br>Any use by you of optional tools offered through the site is entirely at your own risk and discretion and you should ensure that you are familiar with and approve of the terms on which tools are provided by the relevant third-party provider(s).<br>We may also, in the future, offer new services and/or features through the website (including, the release of new tools and resources). Such new features and/or services shall also be subject to these Terms of Service.<br><br>SECTION 8 - THIRD-PARTY LINKS<br><br>Certain content, products and services available via our Service may include materials from third-parties.<br>Third-party links on this site may direct you to third-party websites that are not affiliated with us. We are not responsible for examining or evaluating the content or accuracy and we do not warrant and will not have any liability or responsibility for any third-party materials or websites, or for any other materials, products, or services of third-parties.<br>We are not liable for any harm or damages related to the purchase or use of goods, services, resources, content, or any other transactions made in connection with any third-party websites. Please review carefully the third-party\'s policies and practices and make sure you understand them before you engage in any transaction. Complaints, claims, concerns, or questions regarding third-party products should be directed to the third-party.<br><br>SECTION 9 - USER COMMENTS, FEEDBACK AND OTHER SUBMISSIONS<br><br>If, at our request, you send certain specific submissions (for example contest entries) or without a request from us you send creative ideas, suggestions, proposals, plans, or other materials, whether online, by email, by postal mail, or otherwise (collectively, \'comments\'), you agree that we may, at any time, without restriction, edit, copy, publish, distribute, translate and otherwise use in any medium any comments that you forward to us. We are and shall be under no obligation (1) to maintain any comments in confidence; (2) to pay compensation for any comments; or (3) to respond to any comments.<br>We may, but have no obligation to, monitor, edit or remove content that we determine in our sole discretion are unlawful, offensive, threatening, libelous, defamatory, pornographic, obscene or otherwise objectionable or violates any partyâ€™s intellectual property or these Terms of Service.<br>You agree that your comments will not violate any right of any third-party, including copyright, trademark, privacy, personality or other personal or proprietary right. You further agree that your comments will not contain libelous or otherwise unlawful, abusive or obscene material, or contain any computer virus or other malware that could in any way affect the operation of the Service or any related website. You may not use a false e-mail address, pretend to be someone other than yourself, or otherwise mislead us or third-parties as to the origin of any comments. You are solely responsible for any comments you make and their accuracy. We take no responsibility and assume no liability for any comments posted by you or any third-party.<br><br>SECTION 10 - PERSONAL INFORMATION<br><br>Your submission of personal information through the store is governed by our Privacy Policy. To view our Privacy Policy.<br><br>SECTION 11 - ERRORS, INACCURACIES AND OMISSIONS<br><br>Occasionally there may be information on our site or in the Service that contains typographical errors, inaccuracies or omissions that may relate to product descriptions, pricing, promotions, offers, product shipping charges, transit times and availability. We reserve the right to correct any errors, inaccuracies or omissions, and to change or update information or cancel orders if any information in the Service or on any related website is inaccurate at any time without prior notice (including after you have submitted your order).<br>We undertake no obligation to update, amend or clarify information in the Service or on any related website, including without limitation, pricing information, except as required by law. No specified update or refresh date applied in the Service or on any related website, should be taken to indicate that all information in the Service or on any related website has been modified or updated.<br><br>SECTION 12 - PROHIBITED USES<br><br>In addition to other prohibitions as set forth in the Terms of Service, you are prohibited from using the site or its content: (a) for any unlawful purpose; (b) to solicit others to perform or participate in any unlawful acts; (c) to violate any international, federal, provincial or state regulations, rules, laws, or local ordinances; (d) to infringe upon or violate our intellectual property rights or the intellectual property rights of others; (e) to harass, abuse, insult, harm, defame, slander, disparage, intimidate, or discriminate based on gender, sexual orientation, religion, ethnicity, race, age, national origin, or disability; (f) to submit false or misleading information; (g) to upload or transmit viruses or any other type of malicious code that will or may be used in any way that will affect the functionality or operation of the Service or of any related website, other websites, or the Internet; (h) to collect or track the personal information of others; (i) to spam, phish, pharm, pretext, spider, crawl, or scrape; (j) for any obscene or immoral purpose; or (k) to interfere with or circumvent the security features of the Service or any related website, other websites, or the Internet. We reserve the right to terminate your use of the Service or any related website for violating any of the prohibited uses.<br><br>SECTION 13 - DISCLAIMER OF WARRANTIES; LIMITATION OF LIABILITY<br><br>We do not guarantee, represent or warrant that your use of our service will be uninterrupted, timely, secure or error-free.<br>We do not warrant that the results that may be obtained from the use of the service will be accurate or reliable.<br>You agree that from time to time we may remove the service for indefinite periods of time or cancel the service at any time, without notice to you.<br>You expressly agree that your use of, or inability to use, the service is at your sole risk. The service and all products and services delivered to you through the service are (except as expressly stated by us) provided \'as is\' and \'as available\' for your use, without any representation, warranties or conditions of any kind, either express or implied, including all implied warranties or conditions of merchantability, merchantable quality, fitness for a particular purpose, durability, title, and non-infringement.<br>In no case shall Blackhawk Custom, LLC, our directors, officers, employees, affiliates, agents, contractors, interns, suppliers, service providers or licensors be liable for any injury, loss, claim, or any direct, indirect, incidental, punitive, special, or consequential damages of any kind, including, without limitation lost profits, lost revenue, lost savings, loss of data, replacement costs, or any similar damages, whether based in contract, tort (including negligence), strict liability or otherwise, arising from your use of any of the service or any products procured using the service, or for any other claim related in any way to your use of the service or any product, including, but not limited to, any errors or omissions in any content, or any loss or damage of any kind incurred as a result of the use of the service or any content (or product) posted, transmitted, or otherwise made available via the service, even if advised of their possibility. Because some states or jurisdictions do not allow the exclusion or the limitation of liability for consequential or incidental damages, in such states or jurisdictions, our liability shall be limited to the maximum extent permitted by law.<br><br>SECTION 14 - INDEMNIFICATION<br><br>You agree to indemnify, defend and hold harmless Blackhawk Custom, LLC and our parent, subsidiaries, affiliates, partners, officers, directors, agents, contractors, licensors, service providers, subcontractors, suppliers, interns and employees, harmless from any claim or demand, including reasonable attorneysâ€™ fees, made by any third-party due to or arising out of your breach of these Terms of Service or the documents they incorporate by reference, or your violation of any law or the rights of a third-party.<br><br>SECTION 15 - SEVERABILITY<br><br>In the event that any provision of these Terms of Service is determined to be unlawful, void or unenforceable, such provision shall nonetheless be enforceable to the fullest extent permitted by applicable law, and the unenforceable portion shall be deemed to be severed from these Terms of Service, such determination shall not affect the validity and enforceability of any other remaining provisions.<br><br>SECTION 16 - TERMINATION<br><br>The obligations and liabilities of the parties incurred prior to the termination date shall survive the termination of this agreement for all purposes.<br>These Terms of Service are effective unless and until terminated by either you or us. You may terminate these Terms of Service at any time by notifying us that you no longer wish to use our Services, or when you cease using our site.<br>If in our sole judgment you fail, or we suspect that you have failed, to comply with any term or provision of these Terms of Service, we also may terminate this agreement at any time without notice and you will remain liable for all amounts due up to and including the date of termination; and/or accordingly may deny you access to our Services (or any part thereof).<br><br>SECTION 17 - ENTIRE AGREEMENT<br><br>The failure of us to exercise or enforce any right or provision of these Terms of Service shall not constitute a waiver of such right or provision.<br>These Terms of Service and any policies or operating rules posted by us on this site or in respect to The Service constitutes the entire agreement and understanding between you and us and govern your use of the Service, superseding any prior or contemporaneous agreements, communications and proposals, whether oral or written, between you and us (including, but not limited to, any prior versions of the Terms of Service).<br>Any ambiguities in the interpretation of these Terms of Service shall not be construed against the drafting party.<br><br>SECTION 18 - GOVERNING LAW<br><br>These Terms of Service and any separate agreements whereby we provide you Services shall be governed by and construed in accordance with the laws of 825 South Kings Highway, Fort Pierce, FL 34945.<br><br>SECTION 19 - CHANGES TO TERMS OF SERVICE<br><br>You can review the most current version of the Terms of Service at any time at this page.<br>We reserve the right, at our sole discretion, to update, change or replace any part of these Terms of Service by posting updates and changes to our website. It is your responsibility to check our website periodically for changes. Your continued use of or access to our website or the Service following the posting of any changes to these Terms of Service constitutes acceptance of those changes.<br><br>SECTION 20 - CONTACT INFORMATION<br><br>Questions about the Terms of Service should be sent to us at <a href=\"mailto:admin@blackhawkcustom.com\" target=\"_blank\">admin@blackhawkcustom.com</a></p></div></div>\n</div>'),(1783,167,'tve_revision_tve_content_more_found',''),(1784,167,'tve_revision_tve_save_post',''),(1785,167,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Montserrat:400,900,800,200,100&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-1642b593fd4\"] { padding: 5px !important; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-153:hover > a { fill: rgb(179, 144, 57) !important; color: rgb(179, 144, 57) !important; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-153 > a { fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1642ae797d9\"] #menu-item-104 { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1642ae797d9\"] #menu-item-103 { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1642ae797d9\"] #menu-item-102 { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1642ae797d9\"] #menu-item-109 { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1642ae797d9\"] { float: none; width: 100%; margin-left: auto !important; margin-right: auto !important; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-104 > a { fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-103 > a { fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-102 > a { fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-109 > a { fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-104:hover > a { fill: rgb(179, 144, 57) !important; color: rgb(179, 144, 57) !important; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-103:hover > a { fill: rgb(179, 144, 57) !important; color: rgb(179, 144, 57) !important; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-102:hover > a { fill: rgb(179, 144, 57) !important; color: rgb(179, 144, 57) !important; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-109:hover > a { fill: rgb(179, 144, 57) !important; color: rgb(179, 144, 57) !important; }#tcb_landing_page a:not(.tcb-button-link) { color: rgb(255, 255, 255); }.tcb-plain-text strong { font-weight: 900; }#tcb_landing_page input strong { font-weight: 900; }#tcb_landing_page .tcb-button-link strong { font-weight: 900; }#tcb_landing_page p strong, #tcb_landing_page li strong { font-weight: 900; }#tcb_landing_page input { font-family: Montserrat; font-weight: 400; }#tcb_landing_page .tcb-button-link { font-family: Montserrat; font-weight: 400; }#tcb_landing_page p, #tcb_landing_page li { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h6 strong { font-weight: 900; }#tcb_landing_page h6 { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h5 strong { font-weight: 900; }#tcb_landing_page h5 { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h4 strong { font-weight: 900; }#tcb_landing_page h4 { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h3 strong { font-weight: 900; }#tcb_landing_page h3 { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h2 strong { font-weight: 900; }#tcb_landing_page h2 { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h1 strong { font-weight: 900; }#tcb_landing_page h1 { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); }.tcb-plain-text { font-size: 20px; color: rgb(255, 255, 255); font-family: Montserrat; font-weight: 400; }[data-css=\"tve-u-15e09c94f7d\"] { background-color: rgb(255, 255, 255); background-image: linear-gradient(rgb(0, 0, 0), rgb(0, 0, 0)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }.tve_post_lp > div > #tve_editor { margin-left: auto; margin-right: auto; max-width: 1200px; padding: 0px 20px; }}@media (max-width: 1023px){[data-css=\"tve-u-1642ae797d9\"] { display: block; }[data-css=\"tve-u-1642ae797d9\"] #menu-item-104 { text-align: center; padding: 5px !important; background-image: none !important; }[data-css=\"tve-u-1642ae797d9\"] #menu-item-103 { text-align: center; padding: 5px !important; background-image: none !important; }[data-css=\"tve-u-1642ae797d9\"] #menu-item-102 { text-align: center; padding: 5px !important; background-image: none !important; }[data-css=\"tve-u-1642ae797d9\"] #menu-item-109 { text-align: center; padding: 5px !important; background-image: none !important; }}@media (max-width: 767px){#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-153 > a { font-size: 17px !important; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-104 > a { font-size: 17px !important; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-103 > a { font-size: 17px !important; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-102 > a { font-size: 17px !important; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-109 > a { font-size: 17px !important; }[data-css=\"tve-u-1642ae797d9\"] #menu-item-153 { padding-left: 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-1642ae797d9\"] #menu-item-104 { padding-left: 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-1642ae797d9\"] #menu-item-103 { padding-left: 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-1642ae797d9\"] #menu-item-102 { padding-left: 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-1642ae797d9\"] #menu-item-109 { padding-left: 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-1642ae797d9\"] { float: none; width: 100%; margin-left: auto !important; margin-right: auto !important; }.tve_post_lp > div > #tve_editor { padding: 0px 10px; }}'),(1786,167,'tve_revision_tve_user_custom_css',''),(1787,167,'tve_revision_tve_page_events','a:0:{}'),(1788,167,'tve_revision_tve_globals','a:2:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";s:8:\"font_cls\";a:0:{}}'),(1789,167,'tve_revision_tve_global_scripts',''),(1790,167,'tve_revision_thrive_icon_pack','0'),(1791,167,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(1792,167,'tve_revision_tve_has_masonry','0'),(1793,167,'tve_revision_tve_has_typefocus','0'),(1794,167,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"z-index: 8;\" data-css=\"tve-u-1642b593fd4\" wfd-id=\"40\">\n<div class=\"tve-content-box-background\" wfd-id=\"67\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" style=\"z-index: 8;\" wfd-id=\"41\"><div class=\"thrv_wrapper thrv_widget_menu tve-custom-menu-upgrade      tve-mobile-side-fullscreen tve-menu-style-style_1 on_hover\" data-tve-style=\"tve_horizontal\" data-tve-switch-icon=\"mobile\" data-css=\"tve-u-1642ae797d9\" wfd-id=\"48\">\n<div class=\"thrive-shortcode-config\" style=\"display: none !important\" wfd-id=\"66\">__CONFIG_widget_menu__{\"menu_id\":4,\"color\":\"tve_red\",\"dir\":\"tve_horizontal\",\"font_class\":\"\",\"font_size\":\"\",\"ul_attr\":\"\",\"link_attr\":\"\",\"top_link_attr\":\"\",\"trigger_attr\":\"\",\"primary\":\"\",\"head_css\":\"\",\"background_hover\":\"\",\"main_hover\":\"\",\"child_hover\":\"\",\"group_edit\":[],\"menu_style\":\"style_1\",\"dropdown_icon\":\"\",\"mobile_side\":\"fullscreen\",\"mobile_icon\":\"\",\"switch_to_icon\":\"mobile\"}__CONFIG_widget_menu__</div>\n</div><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" wfd-id=\"45\"><h2>Terms &amp; Conditions</h2></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"42\"><p>TERMS OF SERVICE<br><br>-----<br><br>OVERVIEW<br><br>This website is operated by Blackhawk Custom, LLC. Throughout the site, the terms â€œweâ€, â€œusâ€ and â€œourâ€ refer to Blackhawk Custom, LLC. Blackhawk Custom, LLC offers this website, including all information, tools and services available from this site to you, the user, conditioned upon your acceptance of all terms, conditions, policies and notices stated here.<br><br>By visiting our site and/ or purchasing something from us, you engage in our â€œServiceâ€ and agree to be bound by the following terms and conditions (â€œTerms of Serviceâ€, â€œTermsâ€), including those additional terms, conditions, and policies referenced herein and/or available by hyperlink. These Terms of Service apply to all users of the site, including without limitation users who are browsers, vendors, customers, merchants, and/ or contributors of content.<br><br>Please read these Terms of Service carefully before accessing or using our website. By accessing or using any part of the site, you agree to be bound by these Terms of Service. If you do not agree to all the terms and conditions of this agreement, then you may not access the website or use any services. If these Terms of Service are considered an offer, acceptance is expressly limited to these Terms of Service.<br><br>Any new features or tools which are added to the current store shall also be subject to the Terms of Service. You can review the most current version of the Terms of Service at any time on this page. We reserve the right to update, change or replace any part of these Terms of Service by posting updates and/or changes to our website. It is your responsibility to check this page periodically for changes. Your continued use of or access to the website following the posting of any changes constitutes acceptance of those changes.<br><br>SECTION 1 - ONLINE STORE TERMS<br><br>By agreeing to these Terms of Service, you represent that you are at least the age of majority in your state or province of residence, or that you are the age of majority in your state or province of residence and you have given us your consent to allow any of your minor dependents to use this site.<br>You may not use our products for any illegal or unauthorized purpose nor may you, in the use of the Service, violate any laws in your jurisdiction (including but not limited to copyright laws).<br>You must not transmit any worms or viruses or any code of a destructive nature.<br>A breach or violation of any of the Terms will result in an immediate termination of your Services.<br><br>SECTION 2 - GENERAL CONDITIONS<br><br>We reserve the right to refuse service to anyone for any reason at any time.<br>You understand that your content (not including credit card information), may be transferred unencrypted and involve (a) transmissions over various networks; and (b) changes to conform and adapt to technical requirements of connecting networks or devices. Credit card information is always encrypted during transfer over networks.<br>You agree not to reproduce, duplicate, copy, sell, resell or exploit any portion of the Service, use of the Service, or access to the Service or any contact on the website through which the service is provided, without express written permission by us.<br>The headings used in this agreement are included for convenience only and will not limit or otherwise affect these Terms.<br><br>SECTION 3 - ACCURACY, COMPLETENESS AND TIMELINESS OF INFORMATION<br><br>We are not responsible if information made available on this site is not accurate, complete or current. The material on this site is provided for general information only and should not be relied upon or used as the sole basis for making decisions without consulting primary, more accurate, more complete or more timely sources of information. Any reliance on the material on this site is at your own risk.<br>This site may contain certain historical information. Historical information, necessarily, is not current and is provided for your reference only. We reserve the right to modify the contents of this site at any time, but we have no obligation to update any information on our site. You agree that it is your responsibility to monitor changes to our site.<br><br>SECTION 4 - MODIFICATIONS TO THE SERVICE AND PRICES<br><br>The prices for our products are subject to change without notice.<br>We reserve the right at any time to modify or discontinue the Service (or any part or content thereof) without notice at any time.<br>We shall not be liable to you or to any third-party for any modification, price change, suspension or discontinuance of the Service.<br><br>SECTION 5 - PRODUCTS OR SERVICES (if applicable)<br><br>Certain products or services may be available exclusively online through the website. These products or services may have limited quantities and are subject to return or exchange only according to our Return Policy.<br>We have made every effort to display as accurately as possible the colors and images of our products that appear at the store. We cannot guarantee that your computer monitor\'s display of any color will be accurate.<br>We reserve the right, but are not obligated, to limit the sales of our products or Services to any person, geographic region or jurisdiction. We may exercise this right on a case-by-case basis. We reserve the right to limit the quantities of any products or services that we offer. All descriptions of products or product pricing are subject to change at anytime without notice, at the sole discretion of us. We reserve the right to discontinue any product at any time. Any offer for any product or service made on this site is void where prohibited.<br>We do not warrant that the quality of any products, services, information, or other material purchased or obtained by you will meet your expectations, or that any errors in the Service will be corrected.<br><br>SECTION 6 - ACCURACY OF BILLING AND ACCOUNT INFORMATION<br><br>We reserve the right to refuse any order you place with us. We may, in our sole discretion, limit or cancel quantities purchased per person, per household or per order. These restrictions may include orders placed by or under the same customer account, the same credit card, and/or orders that use the same billing and/or shipping address. In the event that we make a change to or cancel an order, we may attempt to notify you by contacting the e-mail and/or billing address/phone number provided at the time the order was made. We reserve the right to limit or prohibit orders that, in our sole judgment, appear to be placed by dealers, resellers or distributors.<br><br>You agree to provide current, complete and accurate purchase and account information for all purchases made at our store. You agree to promptly update your account and other information, including your email address and credit card numbers and expiration dates, so that we can complete your transactions and contact you as needed.<br><br>For more detail, please review our Returns Policy.<br><br>SECTION 7 - OPTIONAL TOOLS<br><br>We may provide you with access to third-party tools over which we neither monitor nor have any control nor input.<br>You acknowledge and agree that we provide access to such tools â€as isâ€ and â€œas availableâ€ without any warranties, representations or conditions of any kind and without any endorsement. We shall have no liability whatsoever arising from or relating to your use of optional third-party tools.<br>Any use by you of optional tools offered through the site is entirely at your own risk and discretion and you should ensure that you are familiar with and approve of the terms on which tools are provided by the relevant third-party provider(s).<br>We may also, in the future, offer new services and/or features through the website (including, the release of new tools and resources). Such new features and/or services shall also be subject to these Terms of Service.<br><br>SECTION 8 - THIRD-PARTY LINKS<br><br>Certain content, products and services available via our Service may include materials from third-parties.<br>Third-party links on this site may direct you to third-party websites that are not affiliated with us. We are not responsible for examining or evaluating the content or accuracy and we do not warrant and will not have any liability or responsibility for any third-party materials or websites, or for any other materials, products, or services of third-parties.<br>We are not liable for any harm or damages related to the purchase or use of goods, services, resources, content, or any other transactions made in connection with any third-party websites. Please review carefully the third-party\'s policies and practices and make sure you understand them before you engage in any transaction. Complaints, claims, concerns, or questions regarding third-party products should be directed to the third-party.<br><br>SECTION 9 - USER COMMENTS, FEEDBACK AND OTHER SUBMISSIONS<br><br>If, at our request, you send certain specific submissions (for example contest entries) or without a request from us you send creative ideas, suggestions, proposals, plans, or other materials, whether online, by email, by postal mail, or otherwise (collectively, \'comments\'), you agree that we may, at any time, without restriction, edit, copy, publish, distribute, translate and otherwise use in any medium any comments that you forward to us. We are and shall be under no obligation (1) to maintain any comments in confidence; (2) to pay compensation for any comments; or (3) to respond to any comments.<br>We may, but have no obligation to, monitor, edit or remove content that we determine in our sole discretion are unlawful, offensive, threatening, libelous, defamatory, pornographic, obscene or otherwise objectionable or violates any partyâ€™s intellectual property or these Terms of Service.<br>You agree that your comments will not violate any right of any third-party, including copyright, trademark, privacy, personality or other personal or proprietary right. You further agree that your comments will not contain libelous or otherwise unlawful, abusive or obscene material, or contain any computer virus or other malware that could in any way affect the operation of the Service or any related website. You may not use a false e-mail address, pretend to be someone other than yourself, or otherwise mislead us or third-parties as to the origin of any comments. You are solely responsible for any comments you make and their accuracy. We take no responsibility and assume no liability for any comments posted by you or any third-party.<br><br>SECTION 10 - PERSONAL INFORMATION<br><br>Your submission of personal information through the store is governed by our Privacy Policy. To view our Privacy Policy.<br><br>SECTION 11 - ERRORS, INACCURACIES AND OMISSIONS<br><br>Occasionally there may be information on our site or in the Service that contains typographical errors, inaccuracies or omissions that may relate to product descriptions, pricing, promotions, offers, product shipping charges, transit times and availability. We reserve the right to correct any errors, inaccuracies or omissions, and to change or update information or cancel orders if any information in the Service or on any related website is inaccurate at any time without prior notice (including after you have submitted your order).<br>We undertake no obligation to update, amend or clarify information in the Service or on any related website, including without limitation, pricing information, except as required by law. No specified update or refresh date applied in the Service or on any related website, should be taken to indicate that all information in the Service or on any related website has been modified or updated.<br><br>SECTION 12 - PROHIBITED USES<br><br>In addition to other prohibitions as set forth in the Terms of Service, you are prohibited from using the site or its content: (a) for any unlawful purpose; (b) to solicit others to perform or participate in any unlawful acts; (c) to violate any international, federal, provincial or state regulations, rules, laws, or local ordinances; (d) to infringe upon or violate our intellectual property rights or the intellectual property rights of others; (e) to harass, abuse, insult, harm, defame, slander, disparage, intimidate, or discriminate based on gender, sexual orientation, religion, ethnicity, race, age, national origin, or disability; (f) to submit false or misleading information; (g) to upload or transmit viruses or any other type of malicious code that will or may be used in any way that will affect the functionality or operation of the Service or of any related website, other websites, or the Internet; (h) to collect or track the personal information of others; (i) to spam, phish, pharm, pretext, spider, crawl, or scrape; (j) for any obscene or immoral purpose; or (k) to interfere with or circumvent the security features of the Service or any related website, other websites, or the Internet. We reserve the right to terminate your use of the Service or any related website for violating any of the prohibited uses.<br><br>SECTION 13 - DISCLAIMER OF WARRANTIES; LIMITATION OF LIABILITY<br><br>We do not guarantee, represent or warrant that your use of our service will be uninterrupted, timely, secure or error-free.<br>We do not warrant that the results that may be obtained from the use of the service will be accurate or reliable.<br>You agree that from time to time we may remove the service for indefinite periods of time or cancel the service at any time, without notice to you.<br>You expressly agree that your use of, or inability to use, the service is at your sole risk. The service and all products and services delivered to you through the service are (except as expressly stated by us) provided \'as is\' and \'as available\' for your use, without any representation, warranties or conditions of any kind, either express or implied, including all implied warranties or conditions of merchantability, merchantable quality, fitness for a particular purpose, durability, title, and non-infringement.<br>In no case shall Blackhawk Custom, LLC, our directors, officers, employees, affiliates, agents, contractors, interns, suppliers, service providers or licensors be liable for any injury, loss, claim, or any direct, indirect, incidental, punitive, special, or consequential damages of any kind, including, without limitation lost profits, lost revenue, lost savings, loss of data, replacement costs, or any similar damages, whether based in contract, tort (including negligence), strict liability or otherwise, arising from your use of any of the service or any products procured using the service, or for any other claim related in any way to your use of the service or any product, including, but not limited to, any errors or omissions in any content, or any loss or damage of any kind incurred as a result of the use of the service or any content (or product) posted, transmitted, or otherwise made available via the service, even if advised of their possibility. Because some states or jurisdictions do not allow the exclusion or the limitation of liability for consequential or incidental damages, in such states or jurisdictions, our liability shall be limited to the maximum extent permitted by law.<br><br>SECTION 14 - INDEMNIFICATION<br><br>You agree to indemnify, defend and hold harmless Blackhawk Custom, LLC and our parent, subsidiaries, affiliates, partners, officers, directors, agents, contractors, licensors, service providers, subcontractors, suppliers, interns and employees, harmless from any claim or demand, including reasonable attorneysâ€™ fees, made by any third-party due to or arising out of your breach of these Terms of Service or the documents they incorporate by reference, or your violation of any law or the rights of a third-party.<br><br>SECTION 15 - SEVERABILITY<br><br>In the event that any provision of these Terms of Service is determined to be unlawful, void or unenforceable, such provision shall nonetheless be enforceable to the fullest extent permitted by applicable law, and the unenforceable portion shall be deemed to be severed from these Terms of Service, such determination shall not affect the validity and enforceability of any other remaining provisions.<br><br>SECTION 16 - TERMINATION<br><br>The obligations and liabilities of the parties incurred prior to the termination date shall survive the termination of this agreement for all purposes.<br>These Terms of Service are effective unless and until terminated by either you or us. You may terminate these Terms of Service at any time by notifying us that you no longer wish to use our Services, or when you cease using our site.<br>If in our sole judgment you fail, or we suspect that you have failed, to comply with any term or provision of these Terms of Service, we also may terminate this agreement at any time without notice and you will remain liable for all amounts due up to and including the date of termination; and/or accordingly may deny you access to our Services (or any part thereof).<br><br>SECTION 17 - ENTIRE AGREEMENT<br><br>The failure of us to exercise or enforce any right or provision of these Terms of Service shall not constitute a waiver of such right or provision.<br>These Terms of Service and any policies or operating rules posted by us on this site or in respect to The Service constitutes the entire agreement and understanding between you and us and govern your use of the Service, superseding any prior or contemporaneous agreements, communications and proposals, whether oral or written, between you and us (including, but not limited to, any prior versions of the Terms of Service).<br>Any ambiguities in the interpretation of these Terms of Service shall not be construed against the drafting party.<br><br>SECTION 18 - GOVERNING LAW<br><br>These Terms of Service and any separate agreements whereby we provide you Services shall be governed by and construed in accordance with the laws of 825 South Kings Highway, Fort Pierce, FL 34945.<br><br>SECTION 19 - CHANGES TO TERMS OF SERVICE<br><br>You can review the most current version of the Terms of Service at any time at this page.<br>We reserve the right, at our sole discretion, to update, change or replace any part of these Terms of Service by posting updates and changes to our website. It is your responsibility to check our website periodically for changes. Your continued use of or access to our website or the Service following the posting of any changes to these Terms of Service constitutes acceptance of those changes.<br><br>SECTION 20 - CONTACT INFORMATION<br><br>Questions about the Terms of Service should be sent to us at <a href=\"mailto:admin@blackhawkcustom.com\" target=\"_blank\">admin@blackhawkcustom.com</a></p></div></div>\n</div>'),(1795,167,'tve_revision_tve_has_wistia_popover','0'),(1812,169,'tve_revision_tve_landing_page','blank_v2'),(1796,168,'tve_revision_tve_landing_page','blank_v2'),(1797,168,'tve_revision_tve_disable_theme_dependency',''),(1798,168,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"z-index: 8;\" data-css=\"tve-u-1642b593fd4\" wfd-id=\"40\">\n<div class=\"tve-content-box-background\" wfd-id=\"67\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" style=\"z-index: 8;\" wfd-id=\"41\"><div class=\"thrv_wrapper thrv_widget_menu tve-custom-menu-upgrade      tve-mobile-side-fullscreen tve-menu-style-style_1 on_hover tcb-mobile-hidden\" data-tve-style=\"tve_horizontal\" data-tve-switch-icon=\"mobile\" data-css=\"tve-u-1642ae797d9\" wfd-id=\"48\">\n<div class=\"thrive-shortcode-config\" style=\"display: none !important\" wfd-id=\"66\">__CONFIG_widget_menu__{\"menu_id\":4,\"color\":\"tve_red\",\"dir\":\"tve_horizontal\",\"font_class\":\"\",\"font_size\":\"\",\"ul_attr\":\"\",\"link_attr\":\"\",\"top_link_attr\":\"\",\"trigger_attr\":\"\",\"primary\":\"\",\"head_css\":\"\",\"background_hover\":\"\",\"main_hover\":\"\",\"child_hover\":\"\",\"group_edit\":[],\"menu_style\":\"style_1\",\"dropdown_icon\":\"\",\"mobile_side\":\"fullscreen\",\"mobile_icon\":\"\",\"switch_to_icon\":\"mobile\"}__CONFIG_widget_menu__</div>\n</div><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" wfd-id=\"45\"><h2>Terms &amp; Conditions</h2></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"42\"><p>TERMS OF SERVICE<br><br>-----<br><br>OVERVIEW<br><br>This website is operated by Blackhawk Custom, LLC. Throughout the site, the terms â€œweâ€, â€œusâ€ and â€œourâ€ refer to Blackhawk Custom, LLC. Blackhawk Custom, LLC offers this website, including all information, tools and services available from this site to you, the user, conditioned upon your acceptance of all terms, conditions, policies and notices stated here.<br><br>By visiting our site and/ or purchasing something from us, you engage in our â€œServiceâ€ and agree to be bound by the following terms and conditions (â€œTerms of Serviceâ€, â€œTermsâ€), including those additional terms, conditions, and policies referenced herein and/or available by hyperlink. These Terms of Service apply to all users of the site, including without limitation users who are browsers, vendors, customers, merchants, and/ or contributors of content.<br><br>Please read these Terms of Service carefully before accessing or using our website. By accessing or using any part of the site, you agree to be bound by these Terms of Service. If you do not agree to all the terms and conditions of this agreement, then you may not access the website or use any services. If these Terms of Service are considered an offer, acceptance is expressly limited to these Terms of Service.<br><br>Any new features or tools which are added to the current store shall also be subject to the Terms of Service. You can review the most current version of the Terms of Service at any time on this page. We reserve the right to update, change or replace any part of these Terms of Service by posting updates and/or changes to our website. It is your responsibility to check this page periodically for changes. Your continued use of or access to the website following the posting of any changes constitutes acceptance of those changes.<br><br>SECTION 1 - ONLINE STORE TERMS<br><br>By agreeing to these Terms of Service, you represent that you are at least the age of majority in your state or province of residence, or that you are the age of majority in your state or province of residence and you have given us your consent to allow any of your minor dependents to use this site.<br>You may not use our products for any illegal or unauthorized purpose nor may you, in the use of the Service, violate any laws in your jurisdiction (including but not limited to copyright laws).<br>You must not transmit any worms or viruses or any code of a destructive nature.<br>A breach or violation of any of the Terms will result in an immediate termination of your Services.<br><br>SECTION 2 - GENERAL CONDITIONS<br><br>We reserve the right to refuse service to anyone for any reason at any time.<br>You understand that your content (not including credit card information), may be transferred unencrypted and involve (a) transmissions over various networks; and (b) changes to conform and adapt to technical requirements of connecting networks or devices. Credit card information is always encrypted during transfer over networks.<br>You agree not to reproduce, duplicate, copy, sell, resell or exploit any portion of the Service, use of the Service, or access to the Service or any contact on the website through which the service is provided, without express written permission by us.<br>The headings used in this agreement are included for convenience only and will not limit or otherwise affect these Terms.<br><br>SECTION 3 - ACCURACY, COMPLETENESS AND TIMELINESS OF INFORMATION<br><br>We are not responsible if information made available on this site is not accurate, complete or current. The material on this site is provided for general information only and should not be relied upon or used as the sole basis for making decisions without consulting primary, more accurate, more complete or more timely sources of information. Any reliance on the material on this site is at your own risk.<br>This site may contain certain historical information. Historical information, necessarily, is not current and is provided for your reference only. We reserve the right to modify the contents of this site at any time, but we have no obligation to update any information on our site. You agree that it is your responsibility to monitor changes to our site.<br><br>SECTION 4 - MODIFICATIONS TO THE SERVICE AND PRICES<br><br>The prices for our products are subject to change without notice.<br>We reserve the right at any time to modify or discontinue the Service (or any part or content thereof) without notice at any time.<br>We shall not be liable to you or to any third-party for any modification, price change, suspension or discontinuance of the Service.<br><br>SECTION 5 - PRODUCTS OR SERVICES (if applicable)<br><br>Certain products or services may be available exclusively online through the website. These products or services may have limited quantities and are subject to return or exchange only according to our Return Policy.<br>We have made every effort to display as accurately as possible the colors and images of our products that appear at the store. We cannot guarantee that your computer monitor\'s display of any color will be accurate.<br>We reserve the right, but are not obligated, to limit the sales of our products or Services to any person, geographic region or jurisdiction. We may exercise this right on a case-by-case basis. We reserve the right to limit the quantities of any products or services that we offer. All descriptions of products or product pricing are subject to change at anytime without notice, at the sole discretion of us. We reserve the right to discontinue any product at any time. Any offer for any product or service made on this site is void where prohibited.<br>We do not warrant that the quality of any products, services, information, or other material purchased or obtained by you will meet your expectations, or that any errors in the Service will be corrected.<br><br>SECTION 6 - ACCURACY OF BILLING AND ACCOUNT INFORMATION<br><br>We reserve the right to refuse any order you place with us. We may, in our sole discretion, limit or cancel quantities purchased per person, per household or per order. These restrictions may include orders placed by or under the same customer account, the same credit card, and/or orders that use the same billing and/or shipping address. In the event that we make a change to or cancel an order, we may attempt to notify you by contacting the e-mail and/or billing address/phone number provided at the time the order was made. We reserve the right to limit or prohibit orders that, in our sole judgment, appear to be placed by dealers, resellers or distributors.<br><br>You agree to provide current, complete and accurate purchase and account information for all purchases made at our store. You agree to promptly update your account and other information, including your email address and credit card numbers and expiration dates, so that we can complete your transactions and contact you as needed.<br><br>For more detail, please review our Returns Policy.<br><br>SECTION 7 - OPTIONAL TOOLS<br><br>We may provide you with access to third-party tools over which we neither monitor nor have any control nor input.<br>You acknowledge and agree that we provide access to such tools â€as isâ€ and â€œas availableâ€ without any warranties, representations or conditions of any kind and without any endorsement. We shall have no liability whatsoever arising from or relating to your use of optional third-party tools.<br>Any use by you of optional tools offered through the site is entirely at your own risk and discretion and you should ensure that you are familiar with and approve of the terms on which tools are provided by the relevant third-party provider(s).<br>We may also, in the future, offer new services and/or features through the website (including, the release of new tools and resources). Such new features and/or services shall also be subject to these Terms of Service.<br><br>SECTION 8 - THIRD-PARTY LINKS<br><br>Certain content, products and services available via our Service may include materials from third-parties.<br>Third-party links on this site may direct you to third-party websites that are not affiliated with us. We are not responsible for examining or evaluating the content or accuracy and we do not warrant and will not have any liability or responsibility for any third-party materials or websites, or for any other materials, products, or services of third-parties.<br>We are not liable for any harm or damages related to the purchase or use of goods, services, resources, content, or any other transactions made in connection with any third-party websites. Please review carefully the third-party\'s policies and practices and make sure you understand them before you engage in any transaction. Complaints, claims, concerns, or questions regarding third-party products should be directed to the third-party.<br><br>SECTION 9 - USER COMMENTS, FEEDBACK AND OTHER SUBMISSIONS<br><br>If, at our request, you send certain specific submissions (for example contest entries) or without a request from us you send creative ideas, suggestions, proposals, plans, or other materials, whether online, by email, by postal mail, or otherwise (collectively, \'comments\'), you agree that we may, at any time, without restriction, edit, copy, publish, distribute, translate and otherwise use in any medium any comments that you forward to us. We are and shall be under no obligation (1) to maintain any comments in confidence; (2) to pay compensation for any comments; or (3) to respond to any comments.<br>We may, but have no obligation to, monitor, edit or remove content that we determine in our sole discretion are unlawful, offensive, threatening, libelous, defamatory, pornographic, obscene or otherwise objectionable or violates any partyâ€™s intellectual property or these Terms of Service.<br>You agree that your comments will not violate any right of any third-party, including copyright, trademark, privacy, personality or other personal or proprietary right. You further agree that your comments will not contain libelous or otherwise unlawful, abusive or obscene material, or contain any computer virus or other malware that could in any way affect the operation of the Service or any related website. You may not use a false e-mail address, pretend to be someone other than yourself, or otherwise mislead us or third-parties as to the origin of any comments. You are solely responsible for any comments you make and their accuracy. We take no responsibility and assume no liability for any comments posted by you or any third-party.<br><br>SECTION 10 - PERSONAL INFORMATION<br><br>Your submission of personal information through the store is governed by our Privacy Policy. To view our Privacy Policy.<br><br>SECTION 11 - ERRORS, INACCURACIES AND OMISSIONS<br><br>Occasionally there may be information on our site or in the Service that contains typographical errors, inaccuracies or omissions that may relate to product descriptions, pricing, promotions, offers, product shipping charges, transit times and availability. We reserve the right to correct any errors, inaccuracies or omissions, and to change or update information or cancel orders if any information in the Service or on any related website is inaccurate at any time without prior notice (including after you have submitted your order).<br>We undertake no obligation to update, amend or clarify information in the Service or on any related website, including without limitation, pricing information, except as required by law. No specified update or refresh date applied in the Service or on any related website, should be taken to indicate that all information in the Service or on any related website has been modified or updated.<br><br>SECTION 12 - PROHIBITED USES<br><br>In addition to other prohibitions as set forth in the Terms of Service, you are prohibited from using the site or its content: (a) for any unlawful purpose; (b) to solicit others to perform or participate in any unlawful acts; (c) to violate any international, federal, provincial or state regulations, rules, laws, or local ordinances; (d) to infringe upon or violate our intellectual property rights or the intellectual property rights of others; (e) to harass, abuse, insult, harm, defame, slander, disparage, intimidate, or discriminate based on gender, sexual orientation, religion, ethnicity, race, age, national origin, or disability; (f) to submit false or misleading information; (g) to upload or transmit viruses or any other type of malicious code that will or may be used in any way that will affect the functionality or operation of the Service or of any related website, other websites, or the Internet; (h) to collect or track the personal information of others; (i) to spam, phish, pharm, pretext, spider, crawl, or scrape; (j) for any obscene or immoral purpose; or (k) to interfere with or circumvent the security features of the Service or any related website, other websites, or the Internet. We reserve the right to terminate your use of the Service or any related website for violating any of the prohibited uses.<br><br>SECTION 13 - DISCLAIMER OF WARRANTIES; LIMITATION OF LIABILITY<br><br>We do not guarantee, represent or warrant that your use of our service will be uninterrupted, timely, secure or error-free.<br>We do not warrant that the results that may be obtained from the use of the service will be accurate or reliable.<br>You agree that from time to time we may remove the service for indefinite periods of time or cancel the service at any time, without notice to you.<br>You expressly agree that your use of, or inability to use, the service is at your sole risk. The service and all products and services delivered to you through the service are (except as expressly stated by us) provided \'as is\' and \'as available\' for your use, without any representation, warranties or conditions of any kind, either express or implied, including all implied warranties or conditions of merchantability, merchantable quality, fitness for a particular purpose, durability, title, and non-infringement.<br>In no case shall Blackhawk Custom, LLC, our directors, officers, employees, affiliates, agents, contractors, interns, suppliers, service providers or licensors be liable for any injury, loss, claim, or any direct, indirect, incidental, punitive, special, or consequential damages of any kind, including, without limitation lost profits, lost revenue, lost savings, loss of data, replacement costs, or any similar damages, whether based in contract, tort (including negligence), strict liability or otherwise, arising from your use of any of the service or any products procured using the service, or for any other claim related in any way to your use of the service or any product, including, but not limited to, any errors or omissions in any content, or any loss or damage of any kind incurred as a result of the use of the service or any content (or product) posted, transmitted, or otherwise made available via the service, even if advised of their possibility. Because some states or jurisdictions do not allow the exclusion or the limitation of liability for consequential or incidental damages, in such states or jurisdictions, our liability shall be limited to the maximum extent permitted by law.<br><br>SECTION 14 - INDEMNIFICATION<br><br>You agree to indemnify, defend and hold harmless Blackhawk Custom, LLC and our parent, subsidiaries, affiliates, partners, officers, directors, agents, contractors, licensors, service providers, subcontractors, suppliers, interns and employees, harmless from any claim or demand, including reasonable attorneysâ€™ fees, made by any third-party due to or arising out of your breach of these Terms of Service or the documents they incorporate by reference, or your violation of any law or the rights of a third-party.<br><br>SECTION 15 - SEVERABILITY<br><br>In the event that any provision of these Terms of Service is determined to be unlawful, void or unenforceable, such provision shall nonetheless be enforceable to the fullest extent permitted by applicable law, and the unenforceable portion shall be deemed to be severed from these Terms of Service, such determination shall not affect the validity and enforceability of any other remaining provisions.<br><br>SECTION 16 - TERMINATION<br><br>The obligations and liabilities of the parties incurred prior to the termination date shall survive the termination of this agreement for all purposes.<br>These Terms of Service are effective unless and until terminated by either you or us. You may terminate these Terms of Service at any time by notifying us that you no longer wish to use our Services, or when you cease using our site.<br>If in our sole judgment you fail, or we suspect that you have failed, to comply with any term or provision of these Terms of Service, we also may terminate this agreement at any time without notice and you will remain liable for all amounts due up to and including the date of termination; and/or accordingly may deny you access to our Services (or any part thereof).<br><br>SECTION 17 - ENTIRE AGREEMENT<br><br>The failure of us to exercise or enforce any right or provision of these Terms of Service shall not constitute a waiver of such right or provision.<br>These Terms of Service and any policies or operating rules posted by us on this site or in respect to The Service constitutes the entire agreement and understanding between you and us and govern your use of the Service, superseding any prior or contemporaneous agreements, communications and proposals, whether oral or written, between you and us (including, but not limited to, any prior versions of the Terms of Service).<br>Any ambiguities in the interpretation of these Terms of Service shall not be construed against the drafting party.<br><br>SECTION 18 - GOVERNING LAW<br><br>These Terms of Service and any separate agreements whereby we provide you Services shall be governed by and construed in accordance with the laws of 825 South Kings Highway, Fort Pierce, FL 34945.<br><br>SECTION 19 - CHANGES TO TERMS OF SERVICE<br><br>You can review the most current version of the Terms of Service at any time at this page.<br>We reserve the right, at our sole discretion, to update, change or replace any part of these Terms of Service by posting updates and changes to our website. It is your responsibility to check our website periodically for changes. Your continued use of or access to our website or the Service following the posting of any changes to these Terms of Service constitutes acceptance of those changes.<br><br>SECTION 20 - CONTACT INFORMATION<br><br>Questions about the Terms of Service should be sent to us at <a href=\"mailto:admin@blackhawkcustom.com\" target=\"_blank\">admin@blackhawkcustom.com</a></p></div></div>\n</div>'),(1799,168,'tve_revision_tve_content_more_found',''),(1800,168,'tve_revision_tve_save_post',''),(1801,168,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Montserrat:400,900,800,200,100&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-1642b593fd4\"] { padding: 5px !important; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-153:hover > a { fill: rgb(179, 144, 57) !important; color: rgb(179, 144, 57) !important; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-153 > a { fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1642ae797d9\"] #menu-item-104 { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1642ae797d9\"] #menu-item-103 { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1642ae797d9\"] #menu-item-102 { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1642ae797d9\"] #menu-item-109 { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1642ae797d9\"] { float: none; width: 100%; margin-left: auto !important; margin-right: auto !important; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-104 > a { fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-103 > a { fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-102 > a { fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-109 > a { fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-104:hover > a { fill: rgb(179, 144, 57) !important; color: rgb(179, 144, 57) !important; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-103:hover > a { fill: rgb(179, 144, 57) !important; color: rgb(179, 144, 57) !important; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-102:hover > a { fill: rgb(179, 144, 57) !important; color: rgb(179, 144, 57) !important; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-109:hover > a { fill: rgb(179, 144, 57) !important; color: rgb(179, 144, 57) !important; }#tcb_landing_page a:not(.tcb-button-link) { color: rgb(255, 255, 255); }.tcb-plain-text strong { font-weight: 900; }#tcb_landing_page input strong { font-weight: 900; }#tcb_landing_page .tcb-button-link strong { font-weight: 900; }#tcb_landing_page p strong, #tcb_landing_page li strong { font-weight: 900; }#tcb_landing_page input { font-family: Montserrat; font-weight: 400; }#tcb_landing_page .tcb-button-link { font-family: Montserrat; font-weight: 400; }#tcb_landing_page p, #tcb_landing_page li { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h6 strong { font-weight: 900; }#tcb_landing_page h6 { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h5 strong { font-weight: 900; }#tcb_landing_page h5 { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h4 strong { font-weight: 900; }#tcb_landing_page h4 { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h3 strong { font-weight: 900; }#tcb_landing_page h3 { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h2 strong { font-weight: 900; }#tcb_landing_page h2 { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h1 strong { font-weight: 900; }#tcb_landing_page h1 { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); }.tcb-plain-text { font-size: 20px; color: rgb(255, 255, 255); font-family: Montserrat; font-weight: 400; }[data-css=\"tve-u-15e09c94f7d\"] { background-color: rgb(255, 255, 255); background-image: linear-gradient(rgb(0, 0, 0), rgb(0, 0, 0)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }.tve_post_lp > div > #tve_editor { margin-left: auto; margin-right: auto; max-width: 1200px; padding: 0px 20px; }}@media (max-width: 1023px){[data-css=\"tve-u-1642ae797d9\"] { display: block; }[data-css=\"tve-u-1642ae797d9\"] #menu-item-104 { text-align: center; padding: 5px !important; background-image: none !important; }[data-css=\"tve-u-1642ae797d9\"] #menu-item-103 { text-align: center; padding: 5px !important; background-image: none !important; }[data-css=\"tve-u-1642ae797d9\"] #menu-item-102 { text-align: center; padding: 5px !important; background-image: none !important; }[data-css=\"tve-u-1642ae797d9\"] #menu-item-109 { text-align: center; padding: 5px !important; background-image: none !important; }}@media (max-width: 767px){#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-153 > a { font-size: 17px !important; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-104 > a { font-size: 17px !important; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-103 > a { font-size: 17px !important; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-102 > a { font-size: 17px !important; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-109 > a { font-size: 17px !important; }[data-css=\"tve-u-1642ae797d9\"] #menu-item-153 { padding-left: 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-1642ae797d9\"] #menu-item-104 { padding-left: 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-1642ae797d9\"] #menu-item-103 { padding-left: 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-1642ae797d9\"] #menu-item-102 { padding-left: 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-1642ae797d9\"] #menu-item-109 { padding-left: 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-1642ae797d9\"] { float: none; width: 100%; margin-left: auto !important; margin-right: auto !important; }.tve_post_lp > div > #tve_editor { padding: 0px 10px; }}'),(1802,168,'tve_revision_tve_user_custom_css',''),(1803,168,'tve_revision_tve_page_events','a:0:{}'),(1804,168,'tve_revision_tve_globals','a:2:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";s:8:\"font_cls\";a:0:{}}'),(1805,168,'tve_revision_tve_global_scripts',''),(1806,168,'tve_revision_thrive_icon_pack','0'),(1807,168,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(1808,168,'tve_revision_tve_has_masonry','0'),(1809,168,'tve_revision_tve_has_typefocus','0'),(1810,168,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"z-index: 8;\" data-css=\"tve-u-1642b593fd4\" wfd-id=\"40\">\n<div class=\"tve-content-box-background\" wfd-id=\"67\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" style=\"z-index: 8;\" wfd-id=\"41\"><div class=\"thrv_wrapper thrv_widget_menu tve-custom-menu-upgrade      tve-mobile-side-fullscreen tve-menu-style-style_1 on_hover tcb-mobile-hidden\" data-tve-style=\"tve_horizontal\" data-tve-switch-icon=\"mobile\" data-css=\"tve-u-1642ae797d9\" wfd-id=\"48\">\n<div class=\"thrive-shortcode-config\" style=\"display: none !important\" wfd-id=\"66\">__CONFIG_widget_menu__{\"menu_id\":4,\"color\":\"tve_red\",\"dir\":\"tve_horizontal\",\"font_class\":\"\",\"font_size\":\"\",\"ul_attr\":\"\",\"link_attr\":\"\",\"top_link_attr\":\"\",\"trigger_attr\":\"\",\"primary\":\"\",\"head_css\":\"\",\"background_hover\":\"\",\"main_hover\":\"\",\"child_hover\":\"\",\"group_edit\":[],\"menu_style\":\"style_1\",\"dropdown_icon\":\"\",\"mobile_side\":\"fullscreen\",\"mobile_icon\":\"\",\"switch_to_icon\":\"mobile\"}__CONFIG_widget_menu__</div>\n</div><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" wfd-id=\"45\"><h2>Terms &amp; Conditions</h2></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"42\"><p>TERMS OF SERVICE<br><br>-----<br><br>OVERVIEW<br><br>This website is operated by Blackhawk Custom, LLC. Throughout the site, the terms â€œweâ€, â€œusâ€ and â€œourâ€ refer to Blackhawk Custom, LLC. Blackhawk Custom, LLC offers this website, including all information, tools and services available from this site to you, the user, conditioned upon your acceptance of all terms, conditions, policies and notices stated here.<br><br>By visiting our site and/ or purchasing something from us, you engage in our â€œServiceâ€ and agree to be bound by the following terms and conditions (â€œTerms of Serviceâ€, â€œTermsâ€), including those additional terms, conditions, and policies referenced herein and/or available by hyperlink. These Terms of Service apply to all users of the site, including without limitation users who are browsers, vendors, customers, merchants, and/ or contributors of content.<br><br>Please read these Terms of Service carefully before accessing or using our website. By accessing or using any part of the site, you agree to be bound by these Terms of Service. If you do not agree to all the terms and conditions of this agreement, then you may not access the website or use any services. If these Terms of Service are considered an offer, acceptance is expressly limited to these Terms of Service.<br><br>Any new features or tools which are added to the current store shall also be subject to the Terms of Service. You can review the most current version of the Terms of Service at any time on this page. We reserve the right to update, change or replace any part of these Terms of Service by posting updates and/or changes to our website. It is your responsibility to check this page periodically for changes. Your continued use of or access to the website following the posting of any changes constitutes acceptance of those changes.<br><br>SECTION 1 - ONLINE STORE TERMS<br><br>By agreeing to these Terms of Service, you represent that you are at least the age of majority in your state or province of residence, or that you are the age of majority in your state or province of residence and you have given us your consent to allow any of your minor dependents to use this site.<br>You may not use our products for any illegal or unauthorized purpose nor may you, in the use of the Service, violate any laws in your jurisdiction (including but not limited to copyright laws).<br>You must not transmit any worms or viruses or any code of a destructive nature.<br>A breach or violation of any of the Terms will result in an immediate termination of your Services.<br><br>SECTION 2 - GENERAL CONDITIONS<br><br>We reserve the right to refuse service to anyone for any reason at any time.<br>You understand that your content (not including credit card information), may be transferred unencrypted and involve (a) transmissions over various networks; and (b) changes to conform and adapt to technical requirements of connecting networks or devices. Credit card information is always encrypted during transfer over networks.<br>You agree not to reproduce, duplicate, copy, sell, resell or exploit any portion of the Service, use of the Service, or access to the Service or any contact on the website through which the service is provided, without express written permission by us.<br>The headings used in this agreement are included for convenience only and will not limit or otherwise affect these Terms.<br><br>SECTION 3 - ACCURACY, COMPLETENESS AND TIMELINESS OF INFORMATION<br><br>We are not responsible if information made available on this site is not accurate, complete or current. The material on this site is provided for general information only and should not be relied upon or used as the sole basis for making decisions without consulting primary, more accurate, more complete or more timely sources of information. Any reliance on the material on this site is at your own risk.<br>This site may contain certain historical information. Historical information, necessarily, is not current and is provided for your reference only. We reserve the right to modify the contents of this site at any time, but we have no obligation to update any information on our site. You agree that it is your responsibility to monitor changes to our site.<br><br>SECTION 4 - MODIFICATIONS TO THE SERVICE AND PRICES<br><br>The prices for our products are subject to change without notice.<br>We reserve the right at any time to modify or discontinue the Service (or any part or content thereof) without notice at any time.<br>We shall not be liable to you or to any third-party for any modification, price change, suspension or discontinuance of the Service.<br><br>SECTION 5 - PRODUCTS OR SERVICES (if applicable)<br><br>Certain products or services may be available exclusively online through the website. These products or services may have limited quantities and are subject to return or exchange only according to our Return Policy.<br>We have made every effort to display as accurately as possible the colors and images of our products that appear at the store. We cannot guarantee that your computer monitor\'s display of any color will be accurate.<br>We reserve the right, but are not obligated, to limit the sales of our products or Services to any person, geographic region or jurisdiction. We may exercise this right on a case-by-case basis. We reserve the right to limit the quantities of any products or services that we offer. All descriptions of products or product pricing are subject to change at anytime without notice, at the sole discretion of us. We reserve the right to discontinue any product at any time. Any offer for any product or service made on this site is void where prohibited.<br>We do not warrant that the quality of any products, services, information, or other material purchased or obtained by you will meet your expectations, or that any errors in the Service will be corrected.<br><br>SECTION 6 - ACCURACY OF BILLING AND ACCOUNT INFORMATION<br><br>We reserve the right to refuse any order you place with us. We may, in our sole discretion, limit or cancel quantities purchased per person, per household or per order. These restrictions may include orders placed by or under the same customer account, the same credit card, and/or orders that use the same billing and/or shipping address. In the event that we make a change to or cancel an order, we may attempt to notify you by contacting the e-mail and/or billing address/phone number provided at the time the order was made. We reserve the right to limit or prohibit orders that, in our sole judgment, appear to be placed by dealers, resellers or distributors.<br><br>You agree to provide current, complete and accurate purchase and account information for all purchases made at our store. You agree to promptly update your account and other information, including your email address and credit card numbers and expiration dates, so that we can complete your transactions and contact you as needed.<br><br>For more detail, please review our Returns Policy.<br><br>SECTION 7 - OPTIONAL TOOLS<br><br>We may provide you with access to third-party tools over which we neither monitor nor have any control nor input.<br>You acknowledge and agree that we provide access to such tools â€as isâ€ and â€œas availableâ€ without any warranties, representations or conditions of any kind and without any endorsement. We shall have no liability whatsoever arising from or relating to your use of optional third-party tools.<br>Any use by you of optional tools offered through the site is entirely at your own risk and discretion and you should ensure that you are familiar with and approve of the terms on which tools are provided by the relevant third-party provider(s).<br>We may also, in the future, offer new services and/or features through the website (including, the release of new tools and resources). Such new features and/or services shall also be subject to these Terms of Service.<br><br>SECTION 8 - THIRD-PARTY LINKS<br><br>Certain content, products and services available via our Service may include materials from third-parties.<br>Third-party links on this site may direct you to third-party websites that are not affiliated with us. We are not responsible for examining or evaluating the content or accuracy and we do not warrant and will not have any liability or responsibility for any third-party materials or websites, or for any other materials, products, or services of third-parties.<br>We are not liable for any harm or damages related to the purchase or use of goods, services, resources, content, or any other transactions made in connection with any third-party websites. Please review carefully the third-party\'s policies and practices and make sure you understand them before you engage in any transaction. Complaints, claims, concerns, or questions regarding third-party products should be directed to the third-party.<br><br>SECTION 9 - USER COMMENTS, FEEDBACK AND OTHER SUBMISSIONS<br><br>If, at our request, you send certain specific submissions (for example contest entries) or without a request from us you send creative ideas, suggestions, proposals, plans, or other materials, whether online, by email, by postal mail, or otherwise (collectively, \'comments\'), you agree that we may, at any time, without restriction, edit, copy, publish, distribute, translate and otherwise use in any medium any comments that you forward to us. We are and shall be under no obligation (1) to maintain any comments in confidence; (2) to pay compensation for any comments; or (3) to respond to any comments.<br>We may, but have no obligation to, monitor, edit or remove content that we determine in our sole discretion are unlawful, offensive, threatening, libelous, defamatory, pornographic, obscene or otherwise objectionable or violates any partyâ€™s intellectual property or these Terms of Service.<br>You agree that your comments will not violate any right of any third-party, including copyright, trademark, privacy, personality or other personal or proprietary right. You further agree that your comments will not contain libelous or otherwise unlawful, abusive or obscene material, or contain any computer virus or other malware that could in any way affect the operation of the Service or any related website. You may not use a false e-mail address, pretend to be someone other than yourself, or otherwise mislead us or third-parties as to the origin of any comments. You are solely responsible for any comments you make and their accuracy. We take no responsibility and assume no liability for any comments posted by you or any third-party.<br><br>SECTION 10 - PERSONAL INFORMATION<br><br>Your submission of personal information through the store is governed by our Privacy Policy. To view our Privacy Policy.<br><br>SECTION 11 - ERRORS, INACCURACIES AND OMISSIONS<br><br>Occasionally there may be information on our site or in the Service that contains typographical errors, inaccuracies or omissions that may relate to product descriptions, pricing, promotions, offers, product shipping charges, transit times and availability. We reserve the right to correct any errors, inaccuracies or omissions, and to change or update information or cancel orders if any information in the Service or on any related website is inaccurate at any time without prior notice (including after you have submitted your order).<br>We undertake no obligation to update, amend or clarify information in the Service or on any related website, including without limitation, pricing information, except as required by law. No specified update or refresh date applied in the Service or on any related website, should be taken to indicate that all information in the Service or on any related website has been modified or updated.<br><br>SECTION 12 - PROHIBITED USES<br><br>In addition to other prohibitions as set forth in the Terms of Service, you are prohibited from using the site or its content: (a) for any unlawful purpose; (b) to solicit others to perform or participate in any unlawful acts; (c) to violate any international, federal, provincial or state regulations, rules, laws, or local ordinances; (d) to infringe upon or violate our intellectual property rights or the intellectual property rights of others; (e) to harass, abuse, insult, harm, defame, slander, disparage, intimidate, or discriminate based on gender, sexual orientation, religion, ethnicity, race, age, national origin, or disability; (f) to submit false or misleading information; (g) to upload or transmit viruses or any other type of malicious code that will or may be used in any way that will affect the functionality or operation of the Service or of any related website, other websites, or the Internet; (h) to collect or track the personal information of others; (i) to spam, phish, pharm, pretext, spider, crawl, or scrape; (j) for any obscene or immoral purpose; or (k) to interfere with or circumvent the security features of the Service or any related website, other websites, or the Internet. We reserve the right to terminate your use of the Service or any related website for violating any of the prohibited uses.<br><br>SECTION 13 - DISCLAIMER OF WARRANTIES; LIMITATION OF LIABILITY<br><br>We do not guarantee, represent or warrant that your use of our service will be uninterrupted, timely, secure or error-free.<br>We do not warrant that the results that may be obtained from the use of the service will be accurate or reliable.<br>You agree that from time to time we may remove the service for indefinite periods of time or cancel the service at any time, without notice to you.<br>You expressly agree that your use of, or inability to use, the service is at your sole risk. The service and all products and services delivered to you through the service are (except as expressly stated by us) provided \'as is\' and \'as available\' for your use, without any representation, warranties or conditions of any kind, either express or implied, including all implied warranties or conditions of merchantability, merchantable quality, fitness for a particular purpose, durability, title, and non-infringement.<br>In no case shall Blackhawk Custom, LLC, our directors, officers, employees, affiliates, agents, contractors, interns, suppliers, service providers or licensors be liable for any injury, loss, claim, or any direct, indirect, incidental, punitive, special, or consequential damages of any kind, including, without limitation lost profits, lost revenue, lost savings, loss of data, replacement costs, or any similar damages, whether based in contract, tort (including negligence), strict liability or otherwise, arising from your use of any of the service or any products procured using the service, or for any other claim related in any way to your use of the service or any product, including, but not limited to, any errors or omissions in any content, or any loss or damage of any kind incurred as a result of the use of the service or any content (or product) posted, transmitted, or otherwise made available via the service, even if advised of their possibility. Because some states or jurisdictions do not allow the exclusion or the limitation of liability for consequential or incidental damages, in such states or jurisdictions, our liability shall be limited to the maximum extent permitted by law.<br><br>SECTION 14 - INDEMNIFICATION<br><br>You agree to indemnify, defend and hold harmless Blackhawk Custom, LLC and our parent, subsidiaries, affiliates, partners, officers, directors, agents, contractors, licensors, service providers, subcontractors, suppliers, interns and employees, harmless from any claim or demand, including reasonable attorneysâ€™ fees, made by any third-party due to or arising out of your breach of these Terms of Service or the documents they incorporate by reference, or your violation of any law or the rights of a third-party.<br><br>SECTION 15 - SEVERABILITY<br><br>In the event that any provision of these Terms of Service is determined to be unlawful, void or unenforceable, such provision shall nonetheless be enforceable to the fullest extent permitted by applicable law, and the unenforceable portion shall be deemed to be severed from these Terms of Service, such determination shall not affect the validity and enforceability of any other remaining provisions.<br><br>SECTION 16 - TERMINATION<br><br>The obligations and liabilities of the parties incurred prior to the termination date shall survive the termination of this agreement for all purposes.<br>These Terms of Service are effective unless and until terminated by either you or us. You may terminate these Terms of Service at any time by notifying us that you no longer wish to use our Services, or when you cease using our site.<br>If in our sole judgment you fail, or we suspect that you have failed, to comply with any term or provision of these Terms of Service, we also may terminate this agreement at any time without notice and you will remain liable for all amounts due up to and including the date of termination; and/or accordingly may deny you access to our Services (or any part thereof).<br><br>SECTION 17 - ENTIRE AGREEMENT<br><br>The failure of us to exercise or enforce any right or provision of these Terms of Service shall not constitute a waiver of such right or provision.<br>These Terms of Service and any policies or operating rules posted by us on this site or in respect to The Service constitutes the entire agreement and understanding between you and us and govern your use of the Service, superseding any prior or contemporaneous agreements, communications and proposals, whether oral or written, between you and us (including, but not limited to, any prior versions of the Terms of Service).<br>Any ambiguities in the interpretation of these Terms of Service shall not be construed against the drafting party.<br><br>SECTION 18 - GOVERNING LAW<br><br>These Terms of Service and any separate agreements whereby we provide you Services shall be governed by and construed in accordance with the laws of 825 South Kings Highway, Fort Pierce, FL 34945.<br><br>SECTION 19 - CHANGES TO TERMS OF SERVICE<br><br>You can review the most current version of the Terms of Service at any time at this page.<br>We reserve the right, at our sole discretion, to update, change or replace any part of these Terms of Service by posting updates and changes to our website. It is your responsibility to check our website periodically for changes. Your continued use of or access to our website or the Service following the posting of any changes to these Terms of Service constitutes acceptance of those changes.<br><br>SECTION 20 - CONTACT INFORMATION<br><br>Questions about the Terms of Service should be sent to us at <a href=\"mailto:admin@blackhawkcustom.com\" target=\"_blank\">admin@blackhawkcustom.com</a></p></div></div>\n</div>'),(1811,168,'tve_revision_tve_has_wistia_popover','0'),(1813,169,'tve_revision_tve_disable_theme_dependency',''),(1814,169,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"z-index: 8;\" data-css=\"tve-u-1642b593fd4\" wfd-id=\"40\">\n<div class=\"tve-content-box-background\" wfd-id=\"67\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" style=\"z-index: 8;\" wfd-id=\"41\"><div class=\"thrv_wrapper thrv_widget_menu tve-custom-menu-upgrade      tve-mobile-side-fullscreen tve-menu-style-style_1 on_hover\" data-tve-style=\"tve_horizontal\" data-tve-switch-icon=\"mobile\" data-css=\"tve-u-1642ae797d9\" wfd-id=\"48\">\n<div class=\"thrive-shortcode-config\" style=\"display: none !important\" wfd-id=\"66\">__CONFIG_widget_menu__{\"menu_id\":4,\"color\":\"tve_red\",\"dir\":\"tve_horizontal\",\"font_class\":\"\",\"font_size\":\"\",\"ul_attr\":\"\",\"link_attr\":\"\",\"top_link_attr\":\"\",\"trigger_attr\":\"\",\"primary\":\"\",\"head_css\":\"\",\"background_hover\":\"\",\"main_hover\":\"\",\"child_hover\":\"\",\"group_edit\":[],\"menu_style\":\"style_1\",\"dropdown_icon\":\"\",\"mobile_side\":\"fullscreen\",\"mobile_icon\":\"\",\"switch_to_icon\":\"mobile\"}__CONFIG_widget_menu__</div>\n</div><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" wfd-id=\"45\"><h2>Terms &amp; Conditions</h2></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"42\"><p>TERMS OF SERVICE<br><br>-----<br><br>OVERVIEW<br><br>This website is operated by Blackhawk Custom, LLC. Throughout the site, the terms â€œweâ€, â€œusâ€ and â€œourâ€ refer to Blackhawk Custom, LLC. Blackhawk Custom, LLC offers this website, including all information, tools and services available from this site to you, the user, conditioned upon your acceptance of all terms, conditions, policies and notices stated here.<br><br>By visiting our site and/ or purchasing something from us, you engage in our â€œServiceâ€ and agree to be bound by the following terms and conditions (â€œTerms of Serviceâ€, â€œTermsâ€), including those additional terms, conditions, and policies referenced herein and/or available by hyperlink. These Terms of Service apply to all users of the site, including without limitation users who are browsers, vendors, customers, merchants, and/ or contributors of content.<br><br>Please read these Terms of Service carefully before accessing or using our website. By accessing or using any part of the site, you agree to be bound by these Terms of Service. If you do not agree to all the terms and conditions of this agreement, then you may not access the website or use any services. If these Terms of Service are considered an offer, acceptance is expressly limited to these Terms of Service.<br><br>Any new features or tools which are added to the current store shall also be subject to the Terms of Service. You can review the most current version of the Terms of Service at any time on this page. We reserve the right to update, change or replace any part of these Terms of Service by posting updates and/or changes to our website. It is your responsibility to check this page periodically for changes. Your continued use of or access to the website following the posting of any changes constitutes acceptance of those changes.<br><br>SECTION 1 - ONLINE STORE TERMS<br><br>By agreeing to these Terms of Service, you represent that you are at least the age of majority in your state or province of residence, or that you are the age of majority in your state or province of residence and you have given us your consent to allow any of your minor dependents to use this site.<br>You may not use our products for any illegal or unauthorized purpose nor may you, in the use of the Service, violate any laws in your jurisdiction (including but not limited to copyright laws).<br>You must not transmit any worms or viruses or any code of a destructive nature.<br>A breach or violation of any of the Terms will result in an immediate termination of your Services.<br><br>SECTION 2 - GENERAL CONDITIONS<br><br>We reserve the right to refuse service to anyone for any reason at any time.<br>You understand that your content (not including credit card information), may be transferred unencrypted and involve (a) transmissions over various networks; and (b) changes to conform and adapt to technical requirements of connecting networks or devices. Credit card information is always encrypted during transfer over networks.<br>You agree not to reproduce, duplicate, copy, sell, resell or exploit any portion of the Service, use of the Service, or access to the Service or any contact on the website through which the service is provided, without express written permission by us.<br>The headings used in this agreement are included for convenience only and will not limit or otherwise affect these Terms.<br><br>SECTION 3 - ACCURACY, COMPLETENESS AND TIMELINESS OF INFORMATION<br><br>We are not responsible if information made available on this site is not accurate, complete or current. The material on this site is provided for general information only and should not be relied upon or used as the sole basis for making decisions without consulting primary, more accurate, more complete or more timely sources of information. Any reliance on the material on this site is at your own risk.<br>This site may contain certain historical information. Historical information, necessarily, is not current and is provided for your reference only. We reserve the right to modify the contents of this site at any time, but we have no obligation to update any information on our site. You agree that it is your responsibility to monitor changes to our site.<br><br>SECTION 4 - MODIFICATIONS TO THE SERVICE AND PRICES<br><br>The prices for our products are subject to change without notice.<br>We reserve the right at any time to modify or discontinue the Service (or any part or content thereof) without notice at any time.<br>We shall not be liable to you or to any third-party for any modification, price change, suspension or discontinuance of the Service.<br><br>SECTION 5 - PRODUCTS OR SERVICES (if applicable)<br><br>Certain products or services may be available exclusively online through the website. These products or services may have limited quantities and are subject to return or exchange only according to our Return Policy.<br>We have made every effort to display as accurately as possible the colors and images of our products that appear at the store. We cannot guarantee that your computer monitor\'s display of any color will be accurate.<br>We reserve the right, but are not obligated, to limit the sales of our products or Services to any person, geographic region or jurisdiction. We may exercise this right on a case-by-case basis. We reserve the right to limit the quantities of any products or services that we offer. All descriptions of products or product pricing are subject to change at anytime without notice, at the sole discretion of us. We reserve the right to discontinue any product at any time. Any offer for any product or service made on this site is void where prohibited.<br>We do not warrant that the quality of any products, services, information, or other material purchased or obtained by you will meet your expectations, or that any errors in the Service will be corrected.<br><br>SECTION 6 - ACCURACY OF BILLING AND ACCOUNT INFORMATION<br><br>We reserve the right to refuse any order you place with us. We may, in our sole discretion, limit or cancel quantities purchased per person, per household or per order. These restrictions may include orders placed by or under the same customer account, the same credit card, and/or orders that use the same billing and/or shipping address. In the event that we make a change to or cancel an order, we may attempt to notify you by contacting the e-mail and/or billing address/phone number provided at the time the order was made. We reserve the right to limit or prohibit orders that, in our sole judgment, appear to be placed by dealers, resellers or distributors.<br><br>You agree to provide current, complete and accurate purchase and account information for all purchases made at our store. You agree to promptly update your account and other information, including your email address and credit card numbers and expiration dates, so that we can complete your transactions and contact you as needed.<br><br>For more detail, please review our Returns Policy.<br><br>SECTION 7 - OPTIONAL TOOLS<br><br>We may provide you with access to third-party tools over which we neither monitor nor have any control nor input.<br>You acknowledge and agree that we provide access to such tools â€as isâ€ and â€œas availableâ€ without any warranties, representations or conditions of any kind and without any endorsement. We shall have no liability whatsoever arising from or relating to your use of optional third-party tools.<br>Any use by you of optional tools offered through the site is entirely at your own risk and discretion and you should ensure that you are familiar with and approve of the terms on which tools are provided by the relevant third-party provider(s).<br>We may also, in the future, offer new services and/or features through the website (including, the release of new tools and resources). Such new features and/or services shall also be subject to these Terms of Service.<br><br>SECTION 8 - THIRD-PARTY LINKS<br><br>Certain content, products and services available via our Service may include materials from third-parties.<br>Third-party links on this site may direct you to third-party websites that are not affiliated with us. We are not responsible for examining or evaluating the content or accuracy and we do not warrant and will not have any liability or responsibility for any third-party materials or websites, or for any other materials, products, or services of third-parties.<br>We are not liable for any harm or damages related to the purchase or use of goods, services, resources, content, or any other transactions made in connection with any third-party websites. Please review carefully the third-party\'s policies and practices and make sure you understand them before you engage in any transaction. Complaints, claims, concerns, or questions regarding third-party products should be directed to the third-party.<br><br>SECTION 9 - USER COMMENTS, FEEDBACK AND OTHER SUBMISSIONS<br><br>If, at our request, you send certain specific submissions (for example contest entries) or without a request from us you send creative ideas, suggestions, proposals, plans, or other materials, whether online, by email, by postal mail, or otherwise (collectively, \'comments\'), you agree that we may, at any time, without restriction, edit, copy, publish, distribute, translate and otherwise use in any medium any comments that you forward to us. We are and shall be under no obligation (1) to maintain any comments in confidence; (2) to pay compensation for any comments; or (3) to respond to any comments.<br>We may, but have no obligation to, monitor, edit or remove content that we determine in our sole discretion are unlawful, offensive, threatening, libelous, defamatory, pornographic, obscene or otherwise objectionable or violates any partyâ€™s intellectual property or these Terms of Service.<br>You agree that your comments will not violate any right of any third-party, including copyright, trademark, privacy, personality or other personal or proprietary right. You further agree that your comments will not contain libelous or otherwise unlawful, abusive or obscene material, or contain any computer virus or other malware that could in any way affect the operation of the Service or any related website. You may not use a false e-mail address, pretend to be someone other than yourself, or otherwise mislead us or third-parties as to the origin of any comments. You are solely responsible for any comments you make and their accuracy. We take no responsibility and assume no liability for any comments posted by you or any third-party.<br><br>SECTION 10 - PERSONAL INFORMATION<br><br>Your submission of personal information through the store is governed by our Privacy Policy. To view our Privacy Policy.<br><br>SECTION 11 - ERRORS, INACCURACIES AND OMISSIONS<br><br>Occasionally there may be information on our site or in the Service that contains typographical errors, inaccuracies or omissions that may relate to product descriptions, pricing, promotions, offers, product shipping charges, transit times and availability. We reserve the right to correct any errors, inaccuracies or omissions, and to change or update information or cancel orders if any information in the Service or on any related website is inaccurate at any time without prior notice (including after you have submitted your order).<br>We undertake no obligation to update, amend or clarify information in the Service or on any related website, including without limitation, pricing information, except as required by law. No specified update or refresh date applied in the Service or on any related website, should be taken to indicate that all information in the Service or on any related website has been modified or updated.<br><br>SECTION 12 - PROHIBITED USES<br><br>In addition to other prohibitions as set forth in the Terms of Service, you are prohibited from using the site or its content: (a) for any unlawful purpose; (b) to solicit others to perform or participate in any unlawful acts; (c) to violate any international, federal, provincial or state regulations, rules, laws, or local ordinances; (d) to infringe upon or violate our intellectual property rights or the intellectual property rights of others; (e) to harass, abuse, insult, harm, defame, slander, disparage, intimidate, or discriminate based on gender, sexual orientation, religion, ethnicity, race, age, national origin, or disability; (f) to submit false or misleading information; (g) to upload or transmit viruses or any other type of malicious code that will or may be used in any way that will affect the functionality or operation of the Service or of any related website, other websites, or the Internet; (h) to collect or track the personal information of others; (i) to spam, phish, pharm, pretext, spider, crawl, or scrape; (j) for any obscene or immoral purpose; or (k) to interfere with or circumvent the security features of the Service or any related website, other websites, or the Internet. We reserve the right to terminate your use of the Service or any related website for violating any of the prohibited uses.<br><br>SECTION 13 - DISCLAIMER OF WARRANTIES; LIMITATION OF LIABILITY<br><br>We do not guarantee, represent or warrant that your use of our service will be uninterrupted, timely, secure or error-free.<br>We do not warrant that the results that may be obtained from the use of the service will be accurate or reliable.<br>You agree that from time to time we may remove the service for indefinite periods of time or cancel the service at any time, without notice to you.<br>You expressly agree that your use of, or inability to use, the service is at your sole risk. The service and all products and services delivered to you through the service are (except as expressly stated by us) provided \'as is\' and \'as available\' for your use, without any representation, warranties or conditions of any kind, either express or implied, including all implied warranties or conditions of merchantability, merchantable quality, fitness for a particular purpose, durability, title, and non-infringement.<br>In no case shall Blackhawk Custom, LLC, our directors, officers, employees, affiliates, agents, contractors, interns, suppliers, service providers or licensors be liable for any injury, loss, claim, or any direct, indirect, incidental, punitive, special, or consequential damages of any kind, including, without limitation lost profits, lost revenue, lost savings, loss of data, replacement costs, or any similar damages, whether based in contract, tort (including negligence), strict liability or otherwise, arising from your use of any of the service or any products procured using the service, or for any other claim related in any way to your use of the service or any product, including, but not limited to, any errors or omissions in any content, or any loss or damage of any kind incurred as a result of the use of the service or any content (or product) posted, transmitted, or otherwise made available via the service, even if advised of their possibility. Because some states or jurisdictions do not allow the exclusion or the limitation of liability for consequential or incidental damages, in such states or jurisdictions, our liability shall be limited to the maximum extent permitted by law.<br><br>SECTION 14 - INDEMNIFICATION<br><br>You agree to indemnify, defend and hold harmless Blackhawk Custom, LLC and our parent, subsidiaries, affiliates, partners, officers, directors, agents, contractors, licensors, service providers, subcontractors, suppliers, interns and employees, harmless from any claim or demand, including reasonable attorneysâ€™ fees, made by any third-party due to or arising out of your breach of these Terms of Service or the documents they incorporate by reference, or your violation of any law or the rights of a third-party.<br><br>SECTION 15 - SEVERABILITY<br><br>In the event that any provision of these Terms of Service is determined to be unlawful, void or unenforceable, such provision shall nonetheless be enforceable to the fullest extent permitted by applicable law, and the unenforceable portion shall be deemed to be severed from these Terms of Service, such determination shall not affect the validity and enforceability of any other remaining provisions.<br><br>SECTION 16 - TERMINATION<br><br>The obligations and liabilities of the parties incurred prior to the termination date shall survive the termination of this agreement for all purposes.<br>These Terms of Service are effective unless and until terminated by either you or us. You may terminate these Terms of Service at any time by notifying us that you no longer wish to use our Services, or when you cease using our site.<br>If in our sole judgment you fail, or we suspect that you have failed, to comply with any term or provision of these Terms of Service, we also may terminate this agreement at any time without notice and you will remain liable for all amounts due up to and including the date of termination; and/or accordingly may deny you access to our Services (or any part thereof).<br><br>SECTION 17 - ENTIRE AGREEMENT<br><br>The failure of us to exercise or enforce any right or provision of these Terms of Service shall not constitute a waiver of such right or provision.<br>These Terms of Service and any policies or operating rules posted by us on this site or in respect to The Service constitutes the entire agreement and understanding between you and us and govern your use of the Service, superseding any prior or contemporaneous agreements, communications and proposals, whether oral or written, between you and us (including, but not limited to, any prior versions of the Terms of Service).<br>Any ambiguities in the interpretation of these Terms of Service shall not be construed against the drafting party.<br><br>SECTION 18 - GOVERNING LAW<br><br>These Terms of Service and any separate agreements whereby we provide you Services shall be governed by and construed in accordance with the laws of 825 South Kings Highway, Fort Pierce, FL 34945.<br><br>SECTION 19 - CHANGES TO TERMS OF SERVICE<br><br>You can review the most current version of the Terms of Service at any time at this page.<br>We reserve the right, at our sole discretion, to update, change or replace any part of these Terms of Service by posting updates and changes to our website. It is your responsibility to check our website periodically for changes. Your continued use of or access to our website or the Service following the posting of any changes to these Terms of Service constitutes acceptance of those changes.<br><br>SECTION 20 - CONTACT INFORMATION<br><br>Questions about the Terms of Service should be sent to us at <a href=\"mailto:admin@blackhawkcustom.com\" target=\"_blank\">admin@blackhawkcustom.com</a></p></div></div>\n</div>'),(1815,169,'tve_revision_tve_content_more_found',''),(1816,169,'tve_revision_tve_save_post',''),(1817,169,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Montserrat:400,900,800,200,100&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-1642b593fd4\"] { padding: 5px !important; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-153:hover > a { fill: rgb(179, 144, 57) !important; color: rgb(179, 144, 57) !important; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-153 > a { fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1642ae797d9\"] #menu-item-104 { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1642ae797d9\"] #menu-item-103 { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1642ae797d9\"] #menu-item-102 { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1642ae797d9\"] #menu-item-109 { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1642ae797d9\"] { float: none; width: 100%; margin-left: auto !important; margin-right: auto !important; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-104 > a { fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-103 > a { fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-102 > a { fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-109 > a { fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-104:hover > a { fill: rgb(179, 144, 57) !important; color: rgb(179, 144, 57) !important; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-103:hover > a { fill: rgb(179, 144, 57) !important; color: rgb(179, 144, 57) !important; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-102:hover > a { fill: rgb(179, 144, 57) !important; color: rgb(179, 144, 57) !important; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-109:hover > a { fill: rgb(179, 144, 57) !important; color: rgb(179, 144, 57) !important; }#tcb_landing_page a:not(.tcb-button-link) { color: rgb(255, 255, 255); }.tcb-plain-text strong { font-weight: 900; }#tcb_landing_page input strong { font-weight: 900; }#tcb_landing_page .tcb-button-link strong { font-weight: 900; }#tcb_landing_page p strong, #tcb_landing_page li strong { font-weight: 900; }#tcb_landing_page input { font-family: Montserrat; font-weight: 400; }#tcb_landing_page .tcb-button-link { font-family: Montserrat; font-weight: 400; }#tcb_landing_page p, #tcb_landing_page li { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h6 strong { font-weight: 900; }#tcb_landing_page h6 { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h5 strong { font-weight: 900; }#tcb_landing_page h5 { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h4 strong { font-weight: 900; }#tcb_landing_page h4 { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h3 strong { font-weight: 900; }#tcb_landing_page h3 { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h2 strong { font-weight: 900; }#tcb_landing_page h2 { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h1 strong { font-weight: 900; }#tcb_landing_page h1 { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); }.tcb-plain-text { font-size: 20px; color: rgb(255, 255, 255); font-family: Montserrat; font-weight: 400; }[data-css=\"tve-u-15e09c94f7d\"] { background-color: rgb(255, 255, 255); background-image: linear-gradient(rgb(0, 0, 0), rgb(0, 0, 0)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }.tve_post_lp > div > #tve_editor { margin-left: auto; margin-right: auto; max-width: 1200px; padding: 0px 20px; }}@media (max-width: 1023px){[data-css=\"tve-u-1642ae797d9\"] { display: block; }[data-css=\"tve-u-1642ae797d9\"] #menu-item-104 { text-align: center; padding: 5px !important; background-image: none !important; }[data-css=\"tve-u-1642ae797d9\"] #menu-item-103 { text-align: center; padding: 5px !important; background-image: none !important; }[data-css=\"tve-u-1642ae797d9\"] #menu-item-102 { text-align: center; padding: 5px !important; background-image: none !important; }[data-css=\"tve-u-1642ae797d9\"] #menu-item-109 { text-align: center; padding: 5px !important; background-image: none !important; }}@media (max-width: 767px){#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-153 > a { font-size: 17px !important; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-104 > a { font-size: 17px !important; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-103 > a { font-size: 17px !important; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-102 > a { font-size: 17px !important; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-109 > a { font-size: 17px !important; }[data-css=\"tve-u-1642ae797d9\"] #menu-item-153 { padding-left: 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-1642ae797d9\"] #menu-item-104 { padding-left: 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-1642ae797d9\"] #menu-item-103 { padding-left: 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-1642ae797d9\"] #menu-item-102 { padding-left: 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-1642ae797d9\"] #menu-item-109 { padding-left: 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-1642ae797d9\"] { float: none; width: 100%; margin-left: auto !important; margin-right: auto !important; }.tve_post_lp > div > #tve_editor { padding: 0px 10px; }}'),(1818,169,'tve_revision_tve_user_custom_css',''),(1819,169,'tve_revision_tve_page_events','a:0:{}'),(1820,169,'tve_revision_tve_globals','a:2:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";s:8:\"font_cls\";a:0:{}}'),(1821,169,'tve_revision_tve_global_scripts',''),(1822,169,'tve_revision_thrive_icon_pack','0'),(1823,169,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(1824,169,'tve_revision_tve_has_masonry','0'),(1825,169,'tve_revision_tve_has_typefocus','0'),(1826,169,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"z-index: 8;\" data-css=\"tve-u-1642b593fd4\" wfd-id=\"40\">\n<div class=\"tve-content-box-background\" wfd-id=\"67\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" style=\"z-index: 8;\" wfd-id=\"41\"><div class=\"thrv_wrapper thrv_widget_menu tve-custom-menu-upgrade      tve-mobile-side-fullscreen tve-menu-style-style_1 on_hover\" data-tve-style=\"tve_horizontal\" data-tve-switch-icon=\"mobile\" data-css=\"tve-u-1642ae797d9\" wfd-id=\"48\">\n<div class=\"thrive-shortcode-config\" style=\"display: none !important\" wfd-id=\"66\">__CONFIG_widget_menu__{\"menu_id\":4,\"color\":\"tve_red\",\"dir\":\"tve_horizontal\",\"font_class\":\"\",\"font_size\":\"\",\"ul_attr\":\"\",\"link_attr\":\"\",\"top_link_attr\":\"\",\"trigger_attr\":\"\",\"primary\":\"\",\"head_css\":\"\",\"background_hover\":\"\",\"main_hover\":\"\",\"child_hover\":\"\",\"group_edit\":[],\"menu_style\":\"style_1\",\"dropdown_icon\":\"\",\"mobile_side\":\"fullscreen\",\"mobile_icon\":\"\",\"switch_to_icon\":\"mobile\"}__CONFIG_widget_menu__</div>\n</div><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" wfd-id=\"45\"><h2>Terms &amp; Conditions</h2></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"42\"><p>TERMS OF SERVICE<br><br>-----<br><br>OVERVIEW<br><br>This website is operated by Blackhawk Custom, LLC. Throughout the site, the terms â€œweâ€, â€œusâ€ and â€œourâ€ refer to Blackhawk Custom, LLC. Blackhawk Custom, LLC offers this website, including all information, tools and services available from this site to you, the user, conditioned upon your acceptance of all terms, conditions, policies and notices stated here.<br><br>By visiting our site and/ or purchasing something from us, you engage in our â€œServiceâ€ and agree to be bound by the following terms and conditions (â€œTerms of Serviceâ€, â€œTermsâ€), including those additional terms, conditions, and policies referenced herein and/or available by hyperlink. These Terms of Service apply to all users of the site, including without limitation users who are browsers, vendors, customers, merchants, and/ or contributors of content.<br><br>Please read these Terms of Service carefully before accessing or using our website. By accessing or using any part of the site, you agree to be bound by these Terms of Service. If you do not agree to all the terms and conditions of this agreement, then you may not access the website or use any services. If these Terms of Service are considered an offer, acceptance is expressly limited to these Terms of Service.<br><br>Any new features or tools which are added to the current store shall also be subject to the Terms of Service. You can review the most current version of the Terms of Service at any time on this page. We reserve the right to update, change or replace any part of these Terms of Service by posting updates and/or changes to our website. It is your responsibility to check this page periodically for changes. Your continued use of or access to the website following the posting of any changes constitutes acceptance of those changes.<br><br>SECTION 1 - ONLINE STORE TERMS<br><br>By agreeing to these Terms of Service, you represent that you are at least the age of majority in your state or province of residence, or that you are the age of majority in your state or province of residence and you have given us your consent to allow any of your minor dependents to use this site.<br>You may not use our products for any illegal or unauthorized purpose nor may you, in the use of the Service, violate any laws in your jurisdiction (including but not limited to copyright laws).<br>You must not transmit any worms or viruses or any code of a destructive nature.<br>A breach or violation of any of the Terms will result in an immediate termination of your Services.<br><br>SECTION 2 - GENERAL CONDITIONS<br><br>We reserve the right to refuse service to anyone for any reason at any time.<br>You understand that your content (not including credit card information), may be transferred unencrypted and involve (a) transmissions over various networks; and (b) changes to conform and adapt to technical requirements of connecting networks or devices. Credit card information is always encrypted during transfer over networks.<br>You agree not to reproduce, duplicate, copy, sell, resell or exploit any portion of the Service, use of the Service, or access to the Service or any contact on the website through which the service is provided, without express written permission by us.<br>The headings used in this agreement are included for convenience only and will not limit or otherwise affect these Terms.<br><br>SECTION 3 - ACCURACY, COMPLETENESS AND TIMELINESS OF INFORMATION<br><br>We are not responsible if information made available on this site is not accurate, complete or current. The material on this site is provided for general information only and should not be relied upon or used as the sole basis for making decisions without consulting primary, more accurate, more complete or more timely sources of information. Any reliance on the material on this site is at your own risk.<br>This site may contain certain historical information. Historical information, necessarily, is not current and is provided for your reference only. We reserve the right to modify the contents of this site at any time, but we have no obligation to update any information on our site. You agree that it is your responsibility to monitor changes to our site.<br><br>SECTION 4 - MODIFICATIONS TO THE SERVICE AND PRICES<br><br>The prices for our products are subject to change without notice.<br>We reserve the right at any time to modify or discontinue the Service (or any part or content thereof) without notice at any time.<br>We shall not be liable to you or to any third-party for any modification, price change, suspension or discontinuance of the Service.<br><br>SECTION 5 - PRODUCTS OR SERVICES (if applicable)<br><br>Certain products or services may be available exclusively online through the website. These products or services may have limited quantities and are subject to return or exchange only according to our Return Policy.<br>We have made every effort to display as accurately as possible the colors and images of our products that appear at the store. We cannot guarantee that your computer monitor\'s display of any color will be accurate.<br>We reserve the right, but are not obligated, to limit the sales of our products or Services to any person, geographic region or jurisdiction. We may exercise this right on a case-by-case basis. We reserve the right to limit the quantities of any products or services that we offer. All descriptions of products or product pricing are subject to change at anytime without notice, at the sole discretion of us. We reserve the right to discontinue any product at any time. Any offer for any product or service made on this site is void where prohibited.<br>We do not warrant that the quality of any products, services, information, or other material purchased or obtained by you will meet your expectations, or that any errors in the Service will be corrected.<br><br>SECTION 6 - ACCURACY OF BILLING AND ACCOUNT INFORMATION<br><br>We reserve the right to refuse any order you place with us. We may, in our sole discretion, limit or cancel quantities purchased per person, per household or per order. These restrictions may include orders placed by or under the same customer account, the same credit card, and/or orders that use the same billing and/or shipping address. In the event that we make a change to or cancel an order, we may attempt to notify you by contacting the e-mail and/or billing address/phone number provided at the time the order was made. We reserve the right to limit or prohibit orders that, in our sole judgment, appear to be placed by dealers, resellers or distributors.<br><br>You agree to provide current, complete and accurate purchase and account information for all purchases made at our store. You agree to promptly update your account and other information, including your email address and credit card numbers and expiration dates, so that we can complete your transactions and contact you as needed.<br><br>For more detail, please review our Returns Policy.<br><br>SECTION 7 - OPTIONAL TOOLS<br><br>We may provide you with access to third-party tools over which we neither monitor nor have any control nor input.<br>You acknowledge and agree that we provide access to such tools â€as isâ€ and â€œas availableâ€ without any warranties, representations or conditions of any kind and without any endorsement. We shall have no liability whatsoever arising from or relating to your use of optional third-party tools.<br>Any use by you of optional tools offered through the site is entirely at your own risk and discretion and you should ensure that you are familiar with and approve of the terms on which tools are provided by the relevant third-party provider(s).<br>We may also, in the future, offer new services and/or features through the website (including, the release of new tools and resources). Such new features and/or services shall also be subject to these Terms of Service.<br><br>SECTION 8 - THIRD-PARTY LINKS<br><br>Certain content, products and services available via our Service may include materials from third-parties.<br>Third-party links on this site may direct you to third-party websites that are not affiliated with us. We are not responsible for examining or evaluating the content or accuracy and we do not warrant and will not have any liability or responsibility for any third-party materials or websites, or for any other materials, products, or services of third-parties.<br>We are not liable for any harm or damages related to the purchase or use of goods, services, resources, content, or any other transactions made in connection with any third-party websites. Please review carefully the third-party\'s policies and practices and make sure you understand them before you engage in any transaction. Complaints, claims, concerns, or questions regarding third-party products should be directed to the third-party.<br><br>SECTION 9 - USER COMMENTS, FEEDBACK AND OTHER SUBMISSIONS<br><br>If, at our request, you send certain specific submissions (for example contest entries) or without a request from us you send creative ideas, suggestions, proposals, plans, or other materials, whether online, by email, by postal mail, or otherwise (collectively, \'comments\'), you agree that we may, at any time, without restriction, edit, copy, publish, distribute, translate and otherwise use in any medium any comments that you forward to us. We are and shall be under no obligation (1) to maintain any comments in confidence; (2) to pay compensation for any comments; or (3) to respond to any comments.<br>We may, but have no obligation to, monitor, edit or remove content that we determine in our sole discretion are unlawful, offensive, threatening, libelous, defamatory, pornographic, obscene or otherwise objectionable or violates any partyâ€™s intellectual property or these Terms of Service.<br>You agree that your comments will not violate any right of any third-party, including copyright, trademark, privacy, personality or other personal or proprietary right. You further agree that your comments will not contain libelous or otherwise unlawful, abusive or obscene material, or contain any computer virus or other malware that could in any way affect the operation of the Service or any related website. You may not use a false e-mail address, pretend to be someone other than yourself, or otherwise mislead us or third-parties as to the origin of any comments. You are solely responsible for any comments you make and their accuracy. We take no responsibility and assume no liability for any comments posted by you or any third-party.<br><br>SECTION 10 - PERSONAL INFORMATION<br><br>Your submission of personal information through the store is governed by our Privacy Policy. To view our Privacy Policy.<br><br>SECTION 11 - ERRORS, INACCURACIES AND OMISSIONS<br><br>Occasionally there may be information on our site or in the Service that contains typographical errors, inaccuracies or omissions that may relate to product descriptions, pricing, promotions, offers, product shipping charges, transit times and availability. We reserve the right to correct any errors, inaccuracies or omissions, and to change or update information or cancel orders if any information in the Service or on any related website is inaccurate at any time without prior notice (including after you have submitted your order).<br>We undertake no obligation to update, amend or clarify information in the Service or on any related website, including without limitation, pricing information, except as required by law. No specified update or refresh date applied in the Service or on any related website, should be taken to indicate that all information in the Service or on any related website has been modified or updated.<br><br>SECTION 12 - PROHIBITED USES<br><br>In addition to other prohibitions as set forth in the Terms of Service, you are prohibited from using the site or its content: (a) for any unlawful purpose; (b) to solicit others to perform or participate in any unlawful acts; (c) to violate any international, federal, provincial or state regulations, rules, laws, or local ordinances; (d) to infringe upon or violate our intellectual property rights or the intellectual property rights of others; (e) to harass, abuse, insult, harm, defame, slander, disparage, intimidate, or discriminate based on gender, sexual orientation, religion, ethnicity, race, age, national origin, or disability; (f) to submit false or misleading information; (g) to upload or transmit viruses or any other type of malicious code that will or may be used in any way that will affect the functionality or operation of the Service or of any related website, other websites, or the Internet; (h) to collect or track the personal information of others; (i) to spam, phish, pharm, pretext, spider, crawl, or scrape; (j) for any obscene or immoral purpose; or (k) to interfere with or circumvent the security features of the Service or any related website, other websites, or the Internet. We reserve the right to terminate your use of the Service or any related website for violating any of the prohibited uses.<br><br>SECTION 13 - DISCLAIMER OF WARRANTIES; LIMITATION OF LIABILITY<br><br>We do not guarantee, represent or warrant that your use of our service will be uninterrupted, timely, secure or error-free.<br>We do not warrant that the results that may be obtained from the use of the service will be accurate or reliable.<br>You agree that from time to time we may remove the service for indefinite periods of time or cancel the service at any time, without notice to you.<br>You expressly agree that your use of, or inability to use, the service is at your sole risk. The service and all products and services delivered to you through the service are (except as expressly stated by us) provided \'as is\' and \'as available\' for your use, without any representation, warranties or conditions of any kind, either express or implied, including all implied warranties or conditions of merchantability, merchantable quality, fitness for a particular purpose, durability, title, and non-infringement.<br>In no case shall Blackhawk Custom, LLC, our directors, officers, employees, affiliates, agents, contractors, interns, suppliers, service providers or licensors be liable for any injury, loss, claim, or any direct, indirect, incidental, punitive, special, or consequential damages of any kind, including, without limitation lost profits, lost revenue, lost savings, loss of data, replacement costs, or any similar damages, whether based in contract, tort (including negligence), strict liability or otherwise, arising from your use of any of the service or any products procured using the service, or for any other claim related in any way to your use of the service or any product, including, but not limited to, any errors or omissions in any content, or any loss or damage of any kind incurred as a result of the use of the service or any content (or product) posted, transmitted, or otherwise made available via the service, even if advised of their possibility. Because some states or jurisdictions do not allow the exclusion or the limitation of liability for consequential or incidental damages, in such states or jurisdictions, our liability shall be limited to the maximum extent permitted by law.<br><br>SECTION 14 - INDEMNIFICATION<br><br>You agree to indemnify, defend and hold harmless Blackhawk Custom, LLC and our parent, subsidiaries, affiliates, partners, officers, directors, agents, contractors, licensors, service providers, subcontractors, suppliers, interns and employees, harmless from any claim or demand, including reasonable attorneysâ€™ fees, made by any third-party due to or arising out of your breach of these Terms of Service or the documents they incorporate by reference, or your violation of any law or the rights of a third-party.<br><br>SECTION 15 - SEVERABILITY<br><br>In the event that any provision of these Terms of Service is determined to be unlawful, void or unenforceable, such provision shall nonetheless be enforceable to the fullest extent permitted by applicable law, and the unenforceable portion shall be deemed to be severed from these Terms of Service, such determination shall not affect the validity and enforceability of any other remaining provisions.<br><br>SECTION 16 - TERMINATION<br><br>The obligations and liabilities of the parties incurred prior to the termination date shall survive the termination of this agreement for all purposes.<br>These Terms of Service are effective unless and until terminated by either you or us. You may terminate these Terms of Service at any time by notifying us that you no longer wish to use our Services, or when you cease using our site.<br>If in our sole judgment you fail, or we suspect that you have failed, to comply with any term or provision of these Terms of Service, we also may terminate this agreement at any time without notice and you will remain liable for all amounts due up to and including the date of termination; and/or accordingly may deny you access to our Services (or any part thereof).<br><br>SECTION 17 - ENTIRE AGREEMENT<br><br>The failure of us to exercise or enforce any right or provision of these Terms of Service shall not constitute a waiver of such right or provision.<br>These Terms of Service and any policies or operating rules posted by us on this site or in respect to The Service constitutes the entire agreement and understanding between you and us and govern your use of the Service, superseding any prior or contemporaneous agreements, communications and proposals, whether oral or written, between you and us (including, but not limited to, any prior versions of the Terms of Service).<br>Any ambiguities in the interpretation of these Terms of Service shall not be construed against the drafting party.<br><br>SECTION 18 - GOVERNING LAW<br><br>These Terms of Service and any separate agreements whereby we provide you Services shall be governed by and construed in accordance with the laws of 825 South Kings Highway, Fort Pierce, FL 34945.<br><br>SECTION 19 - CHANGES TO TERMS OF SERVICE<br><br>You can review the most current version of the Terms of Service at any time at this page.<br>We reserve the right, at our sole discretion, to update, change or replace any part of these Terms of Service by posting updates and changes to our website. It is your responsibility to check our website periodically for changes. Your continued use of or access to our website or the Service following the posting of any changes to these Terms of Service constitutes acceptance of those changes.<br><br>SECTION 20 - CONTACT INFORMATION<br><br>Questions about the Terms of Service should be sent to us at <a href=\"mailto:admin@blackhawkcustom.com\" target=\"_blank\">admin@blackhawkcustom.com</a></p></div></div>\n</div>'),(1827,169,'tve_revision_tve_has_wistia_popover','0'),(1831,170,'tve_revision_tve_content_more_found',''),(1832,170,'tve_revision_tve_save_post',''),(1833,170,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Montserrat:400,700&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-1642b26f466\"] #menu-item-153.menu-item { margin-right: 0px; }[data-css=\"tve-u-1642b26f466\"] #menu-item-104.menu-item { margin-right: 0px; }[data-css=\"tve-u-1642b26f466\"] #menu-item-103.menu-item { margin-right: 0px; }[data-css=\"tve-u-1642b26f466\"] #menu-item-102.menu-item { margin-right: 0px; }[data-css=\"tve-u-1642b26f466\"] #menu-item-109.menu-item { margin-right: 0px; }[data-css=\"tve-u-1642b667be5\"] { max-width: 1200px; padding: 5px !important; margin-left: auto !important; margin-right: auto !important; float: none; width: 100%; }[data-css=\"tve-u-1642b26f466\"] #menu-item-153 { padding: 21px 61px !important; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-153:hover > a { fill: rgb(179, 144, 57) !important; color: rgb(179, 144, 57) !important; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-153 > a { fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1642b26f466\"] #menu-item-104 { text-align: center; padding: 21px 61px !important; }[data-css=\"tve-u-1642b26f466\"] #menu-item-103 { text-align: center; padding: 21px 61px !important; }[data-css=\"tve-u-1642b26f466\"] #menu-item-102 { text-align: center; padding: 21px 61px !important; }[data-css=\"tve-u-1642b26f466\"] #menu-item-109 { text-align: center; padding: 21px 61px !important; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-104:hover > a { fill: rgb(179, 144, 57) !important; color: rgb(179, 144, 57) !important; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-103:hover > a { fill: rgb(179, 144, 57) !important; color: rgb(179, 144, 57) !important; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-102:hover > a { fill: rgb(179, 144, 57) !important; color: rgb(179, 144, 57) !important; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-109:hover > a { fill: rgb(179, 144, 57) !important; color: rgb(179, 144, 57) !important; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-104 > a { fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-103 > a { fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-102 > a { fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-109 > a { fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1642b26f466\"] .tve_w_menu { background-image: none !important; }[data-css=\"tve-u-1642b32e2c2\"] { float: none; width: 100%; z-index: 3; position: relative; margin-left: auto !important; margin-right: auto !important; }#tcb_landing_page a.tve_state_hover:not(.tcb-button-link) { color: rgb(179, 144, 57); }[data-css=\"tve-u-1642b26f466\"] { float: none; width: 100%; z-index: 3; position: relative; margin: 0px auto 20px !important; }[data-css=\"tve-u-1642b25c464\"] { padding: 5px !important; background-image: none !important; }[data-css=\"tve-u-1642b20c920\"] strong { font-weight: 700 !important; }#tve_editor [data-css=\"tve-u-1642b20c920\"] { font-size: 16px !important; font-family: Montserrat !important; font-weight: 400 !important; }[data-css=\"tve-u-16035acf904\"] strong { font-weight: 700 !important; }#tve_editor [data-css=\"tve-u-16035acf904\"] { font-size: 24px !important; font-family: Montserrat !important; font-weight: 400 !important; text-transform: capitalize !important; }.tcb-plain-text strong { font-weight: 700; }.tcb-plain-text { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page a strong { font-weight: 700; }#tcb_landing_page h6 strong { font-weight: 700; }#tcb_landing_page h5 strong { font-weight: 700; }#tcb_landing_page h4 strong { font-weight: 700; }#tcb_landing_page h6 { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); font-size: 20px; }#tcb_landing_page h5 { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); font-size: 24px; }#tcb_landing_page h4 { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); font-size: 30px; }#tcb_landing_page a:not(.tcb-button-link) { color: rgb(255, 255, 255); text-decoration: underline; }#tcb_landing_page h3 strong { font-weight: 700; }#tcb_landing_page h3 { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); font-size: 38px; line-height: 1.3em; }#tcb_landing_page h2 strong { font-weight: 700; }#tcb_landing_page h2 { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); font-size: 45px; line-height: 1.3em; }#tcb_landing_page h1 strong { font-weight: 700; }#tcb_landing_page h1 { font-family: Montserrat; font-weight: 400; font-size: 50px; line-height: 1.3em; color: rgb(255, 255, 255); }#tcb_landing_page p strong, #tcb_landing_page li strong { font-weight: 700; }#tcb_landing_page p, #tcb_landing_page li { font-family: Montserrat; font-weight: 400; font-size: 17px; line-height: 1.6em; color: rgb(255, 255, 255); }[data-css=\"tve-u-15e09c94f7d\"] { background-color: rgb(0, 0, 0) !important; }#tcb_landing_page a:hover:not(.tcb-button-link) { text-decoration: none; color: rgb(179, 144, 57); }#tcb_landing_page .tve-state-hovera:not(.tcb-button-link) { text-decoration: none; }#tcb_landing_page a.tve-state-hover:not(.tcb-button-link) { text-decoration: none; }}@media (max-width: 1023px){#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-153 > a { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-104 > a { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-103 > a { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-102 > a { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-109 > a { font-size: 16px !important; }[data-css=\"tve-u-1642b26f466\"] #menu-item-153 { float: none; padding-left: 0px !important; padding-right: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1642b26f466\"] #menu-item-104 { float: none; padding-left: 0px !important; padding-right: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1642b26f466\"] #menu-item-103 { float: none; padding-left: 0px !important; padding-right: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1642b26f466\"] #menu-item-102 { float: none; padding-left: 0px !important; padding-right: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1642b26f466\"] #menu-item-109 { float: none; padding-left: 0px !important; padding-right: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1642b26f466\"] { max-width: 1200px; float: none; width: 100%; z-index: 3; position: relative; margin: 0px auto !important; padding: 5px !important; }}@media (max-width: 767px){#tve_editor [data-css=\"tve-u-16035acf904\"] { font-size: 36px !important; }}'),(1834,170,'tve_revision_tve_user_custom_css',''),(1835,170,'tve_revision_tve_page_events','a:0:{}'),(1836,170,'tve_revision_tve_globals','a:2:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";s:8:\"font_cls\";a:0:{}}'),(1837,170,'tve_revision_tve_global_scripts',''),(1838,170,'tve_revision_thrive_icon_pack','0'),(1839,170,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(1840,170,'tve_revision_tve_has_masonry','0'),(1841,170,'tve_revision_tve_has_typefocus','0'),(1842,170,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1642b667be5\" wfd-id=\"35\">\n<div class=\"tve-content-box-background\" wfd-id=\"62\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"36\"><div class=\"thrv_wrapper thrv_widget_menu tve-custom-menu-upgrade tve-mobile-dropdown tve-menu-style-style_1 on_hover\" data-tve-style=\"tve_horizontal\" data-tve-switch-icon=\"mobile\" data-css=\"tve-u-1642b26f466\" style=\"z-index: 8;\" wfd-id=\"43\">	<div class=\"thrive-shortcode-config\" style=\"display: none !important\" wfd-id=\"61\">__CONFIG_widget_menu__{\"menu_id\":\"4\",\"color\":\"tve_red\",\"dir\":\"tve_horizontal\",\"font_class\":\"\",\"font_size\":\"\",\"ul_attr\":\"\",\"link_attr\":\"\",\"top_link_attr\":\"\",\"trigger_attr\":\"\",\"primary\":\"\",\"head_css\":\"\",\"background_hover\":\"\",\"main_hover\":\"\",\"child_hover\":\"\",\"group_edit\":[{\"css_id\":\"\",\"class\":\"\"},{\"css_id\":\"\",\"class\":\"\"},{\"css_id\":\"\",\"class\":\"\"},{\"css_id\":\"\",\"class\":\"\"}],\"menu_style\":\"style_1\",\"dropdown_icon\":\"\",\"mobile_side\":\"\",\"mobile_icon\":\"\",\"switch_to_icon\":\"mobile\"}__CONFIG_widget_menu__</div>\n</div><div class=\"thrv_wrapper thrv_heading\" style=\"\" data-tag=\"h1\" data-css=\"tve-u-1642b32e2c2\" wfd-id=\"40\"><h1 data-css=\"tve-u-16035acf904\"><strong>Privacy</strong></h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" data-css=\"tve-u-1642b25c464\" wfd-id=\"37\"><p data-css=\"tve-u-1642b20c920\">Privacy Policy</p><p data-css=\"tve-u-1642b20c920\">What personal information do we collect from the people that visit our blog, website or app?<br>When ordering or registering on our site, as appropriate, you may be asked to enter your name, email address, mailing address, phone number, credit card information or other details to help you with your experience.</p><p data-css=\"tve-u-1642b20c920\">When do we collect information?</p><p data-css=\"tve-u-1642b20c920\">We collect information from you when you register on our site, place an order, subscribe to a newsletter, respond to a survey, fill out a form or enter information on our site.</p><p data-css=\"tve-u-1642b20c920\">How do we use your information?</p><p data-css=\"tve-u-1642b20c920\">We may use the information we collect from you when you register, make a purchase, sign up for our newsletter, respond to a survey or marketing communication, surf the website, or use certain other site features in the following ways:<br>â€¢ To personalize user\'s experience and to allow us to deliver the type of content and product offerings in which you are most interested.<br>â€¢ To improve our website in order to better serve you.<br>â€¢ To allow us to better service you in responding to your customer service requests.<br>â€¢ To administer a contest, promotion, survey or other site feature.<br>â€¢ To quickly process your transactions.<br>â€¢ To send periodic emails regarding your order or other products and services.</p><p data-css=\"tve-u-1642b20c920\">How do we protect visitor information?</p><p data-css=\"tve-u-1642b20c920\">Our website is scanned on a regular basis for security holes and known vulnerabilities in order to make your visit to our site as safe as possible.<br>We use regular Malware Scanning.</p><p data-css=\"tve-u-1642b20c920\">Your personal information is contained behind secured networks and is only accessible by a limited number of persons who have special access rights to such systems, and are required to keep the information confidential. In addition, all sensitive/credit information you supply is encrypted via Secure Socket Layer (SSL) technology.</p><p data-css=\"tve-u-1642b20c920\">We implement a variety of security measures when a user places an order, enters, submits, or accesses their information to maintain the safety of your personal information.</p><p data-css=\"tve-u-1642b20c920\">All transactions are processed through a gateway provider and are not stored or processed on our servers.</p><p data-css=\"tve-u-1642b20c920\">Do we use \'cookies\'?</p><p data-css=\"tve-u-1642b20c920\">Yes. Cookies are small files that a site or its service provider transfers to your computer\'s hard drive through your Web browser (if you allow) that enable the site\'s or service provider\'s systems to recognize your browser and capture and remember certain information. For instance, we use cookies to help us remember and process the items in your shopping cart. They are also used to help us understand your preferences based on previous or current site activity, which enables us to provide you with improved services. We also use cookies to help us compile aggregate data about site traffic and site interaction so that we can offer better site experiences and tools in the future.</p><p data-css=\"tve-u-1642b20c920\">We use cookies to:</p><p data-css=\"tve-u-1642b20c920\">â€¢ Help remember and process the items in the shopping cart.<br>â€¢ Understand and save user\'s preferences for future visits.<br>You can choose to have your computer warn you each time a cookie is being sent, or you can choose to turn off all cookies. You do this through your browser (like Internet Explorer) settings. Each browser is a little different, so look at your browser\'s Help menu to learn the correct way to modify your cookies.<br>If users disable cookies in their browser:<br>If you turn off cookies, some features will be disabled. However, you can still place orders for<br>saved items in your shopping cart over the telephone by contacting customer service.</p><p data-css=\"tve-u-1642b20c920\">Third Party Disclosure</p><p data-css=\"tve-u-1642b20c920\">We do not sell, trade, or otherwise transfer to outside parties your personally identifiable information.</p><p data-css=\"tve-u-1642b20c920\">Third party links</p><p data-css=\"tve-u-1642b20c920\">Occasionally, at our discretion, we may include or offer third party products or services on our website. These third party sites have separate and independent privacy policies. We therefore have no responsibility or liability for the content and activities of these linked sites. Nonetheless, we seek to protect the integrity of our site and welcome any feedback about these sites.</p><p data-css=\"tve-u-1642b20c920\">Google</p><p data-css=\"tve-u-1642b20c920\">Google\'s advertising requirements can be summed up by Google\'s Advertising Principles. They are put in place to provide a positive experience for users. https://support.google.com/adwordspolicy/answer/1316548?hl=en<br>Opting out:<br>Users can set preferences for how Google advertises to you using the Google Ad Settings page. Alternatively, you can opt out by visiting the Network Advertising initiative opt out page or permanently using the Google Analytics Opt Out Browser add on.<br>California Online Privacy Protection Act<br>CalOPPA is the first state law in the nation to require commercial websites and online services to post a privacy policy. The law\'s reach stretches well beyond California to require a person or company in the United States (and conceivably the world) that operates websites collecting personally identifiable information from California consumers to post a conspicuous privacy policy on its website stating exactly the information being collected and those individuals with whom it is being shared, and to comply with this policy.<br>See more at: http://consumercal.org/california-online-privacy-protection-act-caloppa/#sthash.0FdRbT51.dpuf<br>According to CalOPPA we agree to the following:<br>Users can visit our site anonymously<br>Once this privacy policy is created, we will add a link to it on our home page, or as a minimum on the first significant page after entering our website.<br>Our Privacy Policy link includes the word \'Privacy\', and can be easily be found on the page specified above.<br>Users will be notified of any privacy policy changes:<br>â€¢ On our Privacy Policy Page<br>Users are able to change their personal information:<br>â€¢ By emailing us<br>â€¢ By calling us</p><p data-css=\"tve-u-1642b20c920\">How does our site handle do not track signals?</p><p data-css=\"tve-u-1642b20c920\">We honor do not track signals and do not track, plant cookies, or use advertising when a Do Not Track (DNT) browser mechanism is in place.</p><p data-css=\"tve-u-1642b20c920\">Does our site allow third party behavioral tracking?</p><p data-css=\"tve-u-1642b20c920\">It\'s also important to note that we do not allow third party behavioral tracking<br>COPPA (Children Online Privacy Protection Act)<br>When it comes to the collection of personal information from children under 13, the Children\'s Online Privacy Protection Act (COPPA) puts parents in control. The Federal Trade Commission, the nation\'s consumer protection agency, enforces the COPPA Rule, which spells out what operators of websites and online services must do to protect children\'s privacy and safety online.</p><p data-css=\"tve-u-1642b20c920\">We do not specifically market to children under 13.</p><p data-css=\"tve-u-1642b20c920\">Fair Information Practices</p><p data-css=\"tve-u-1642b20c920\">The Fair Information Practices Principles form the backbone of privacy law in the United States and the concepts they include have played a significant role in the development of data protection laws around the globe. Understanding the Fair Information Practice Principles and how they should be implemented is critical to comply with the various privacy laws that protect personal information.<br>In order to be in line with Fair Information Practices we will take the following responsive action, should a data breach occur:<br>â€¢ Within 7 business days<br>We will notify the users via in site notification<br>â€¢ Within 7 business days<br>We also agree to the individual redress principle, which requires that individuals have a right to pursue legally enforceable rights against data collectors and processors who fail to adhere to the law. This principle requires not only that individuals have enforceable rights against data users, but also that individuals have recourse to courts or a government agency to investigate and/or prosecute non-compliance by data processors.<br>CAN SPAM Act<br>The CAN-SPAM Act is a law that sets the rules for commercial email, establishes requirements for commercial messages, gives recipients the right to have emails stopped from being sent to them, and spells out tough penalties for violations.</p><p data-css=\"tve-u-1642b20c920\">We collect your email address in order to:</p><p data-css=\"tve-u-1642b20c920\">â€¢ Send information, respond to inquiries, and/or other requests or questions.<br>â€¢ Process orders and to send information and updates pertaining to orders<br>â€¢ Market to our mailing list or continue to send emails to our clients after the original transaction has occurred<br>To be in accordance with CANSPAM we agree to the following:<br>â€¢ NOT use false, or misleading subjects or email addresses<br>â€¢ Identify the message as an advertisement in some reasonable way<br>â€¢ Include the physical address of our business or site headquarters<br>â€¢ Monitor third party email marketing services for compliance, if one is used.<br>â€¢ Honor opt-out/unsubscribe requests quickly<br>â€¢ Allow users to unsubscribe by using the link at the bottom of each email<br>If at any time you would like to unsubscribe from receiving future emails, you can email us at<br>â€¢ Follow the instructions at the bottom of each email. and we will promptly remove you from ALL correspondence.</p><p data-css=\"tve-u-1642b20c920\">Contacting Us</p><p data-css=\"tve-u-1642b20c920\">If there are any questions regarding this privacy policy you may contact us using the information below.<br>Blackhawk Custom, LLC.<br>825 South Kings Highway<br>Fort Pierce, FL 34945<br>United States<br>https://www.blackhawkcustom.com<br>Conditions of use:</p><p data-css=\"tve-u-1642b20c920\">By using this website, you agree to all of our terms and conditions of the sale<br>All sales are final (See our refund policy)</p></div></div>\n</div>'),(1843,170,'tve_revision_tve_has_wistia_popover','0'),(1845,171,'tve_revision_tve_disable_theme_dependency','1'),(1846,171,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1642b667be5\" wfd-id=\"35\">\n<div class=\"tve-content-box-background\" wfd-id=\"62\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"36\"><div class=\"thrv_wrapper thrv_widget_menu tve-custom-menu-upgrade tve-mobile-dropdown tve-menu-style-style_1\" data-tve-style=\"tve_horizontal\" data-tve-switch-icon=\"mobile\" data-css=\"tve-u-1642b26f466\" style=\"z-index: 8;\" wfd-id=\"43\">	<div class=\"thrive-shortcode-config\" style=\"display: none !important\" wfd-id=\"61\">__CONFIG_widget_menu__{\"menu_id\":\"4\",\"color\":\"tve_red\",\"dir\":\"tve_horizontal\",\"font_class\":\"\",\"font_size\":\"\",\"ul_attr\":\"\",\"link_attr\":\"\",\"top_link_attr\":\"\",\"trigger_attr\":\"\",\"primary\":\"\",\"head_css\":\"\",\"background_hover\":\"\",\"main_hover\":\"\",\"child_hover\":\"\",\"group_edit\":[{\"css_id\":\"\",\"class\":\"\"},{\"css_id\":\"\",\"class\":\"\"},{\"css_id\":\"\",\"class\":\"\"},{\"css_id\":\"\",\"class\":\"\"}],\"menu_style\":\"style_1\",\"dropdown_icon\":\"\",\"mobile_side\":\"\",\"mobile_icon\":\"\",\"switch_to_icon\":\"mobile\"}__CONFIG_widget_menu__</div>\n</div><div class=\"thrv_wrapper thrv_heading\" style=\"\" data-tag=\"h1\" data-css=\"tve-u-1642b32e2c2\" wfd-id=\"40\"><h1 data-css=\"tve-u-16035acf904\"><strong>Privacy</strong></h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" data-css=\"tve-u-1642b25c464\" wfd-id=\"37\"><p data-css=\"tve-u-1642b20c920\">Privacy Policy</p><p data-css=\"tve-u-1642b20c920\">What personal information do we collect from the people that visit our blog, website or app?<br>When ordering or registering on our site, as appropriate, you may be asked to enter your name, email address, mailing address, phone number, credit card information or other details to help you with your experience.</p><p data-css=\"tve-u-1642b20c920\">When do we collect information?</p><p data-css=\"tve-u-1642b20c920\">We collect information from you when you register on our site, place an order, subscribe to a newsletter, respond to a survey, fill out a form or enter information on our site.</p><p data-css=\"tve-u-1642b20c920\">How do we use your information?</p><p data-css=\"tve-u-1642b20c920\">We may use the information we collect from you when you register, make a purchase, sign up for our newsletter, respond to a survey or marketing communication, surf the website, or use certain other site features in the following ways:<br>â€¢ To personalize user\'s experience and to allow us to deliver the type of content and product offerings in which you are most interested.<br>â€¢ To improve our website in order to better serve you.<br>â€¢ To allow us to better service you in responding to your customer service requests.<br>â€¢ To administer a contest, promotion, survey or other site feature.<br>â€¢ To quickly process your transactions.<br>â€¢ To send periodic emails regarding your order or other products and services.</p><p data-css=\"tve-u-1642b20c920\">How do we protect visitor information?</p><p data-css=\"tve-u-1642b20c920\">Our website is scanned on a regular basis for security holes and known vulnerabilities in order to make your visit to our site as safe as possible.<br>We use regular Malware Scanning.</p><p data-css=\"tve-u-1642b20c920\">Your personal information is contained behind secured networks and is only accessible by a limited number of persons who have special access rights to such systems, and are required to keep the information confidential. In addition, all sensitive/credit information you supply is encrypted via Secure Socket Layer (SSL) technology.</p><p data-css=\"tve-u-1642b20c920\">We implement a variety of security measures when a user places an order, enters, submits, or accesses their information to maintain the safety of your personal information.</p><p data-css=\"tve-u-1642b20c920\">All transactions are processed through a gateway provider and are not stored or processed on our servers.</p><p data-css=\"tve-u-1642b20c920\">Do we use \'cookies\'?</p><p data-css=\"tve-u-1642b20c920\">Yes. Cookies are small files that a site or its service provider transfers to your computer\'s hard drive through your Web browser (if you allow) that enable the site\'s or service provider\'s systems to recognize your browser and capture and remember certain information. For instance, we use cookies to help us remember and process the items in your shopping cart. They are also used to help us understand your preferences based on previous or current site activity, which enables us to provide you with improved services. We also use cookies to help us compile aggregate data about site traffic and site interaction so that we can offer better site experiences and tools in the future.</p><p data-css=\"tve-u-1642b20c920\">We use cookies to:</p><p data-css=\"tve-u-1642b20c920\">â€¢ Help remember and process the items in the shopping cart.<br>â€¢ Understand and save user\'s preferences for future visits.<br>You can choose to have your computer warn you each time a cookie is being sent, or you can choose to turn off all cookies. You do this through your browser (like Internet Explorer) settings. Each browser is a little different, so look at your browser\'s Help menu to learn the correct way to modify your cookies.<br>If users disable cookies in their browser:<br>If you turn off cookies, some features will be disabled. However, you can still place orders for<br>saved items in your shopping cart over the telephone by contacting customer service.</p><p data-css=\"tve-u-1642b20c920\">Third Party Disclosure</p><p data-css=\"tve-u-1642b20c920\">We do not sell, trade, or otherwise transfer to outside parties your personally identifiable information.</p><p data-css=\"tve-u-1642b20c920\">Third party links</p><p data-css=\"tve-u-1642b20c920\">Occasionally, at our discretion, we may include or offer third party products or services on our website. These third party sites have separate and independent privacy policies. We therefore have no responsibility or liability for the content and activities of these linked sites. Nonetheless, we seek to protect the integrity of our site and welcome any feedback about these sites.</p><p data-css=\"tve-u-1642b20c920\">Google</p><p data-css=\"tve-u-1642b20c920\">Google\'s advertising requirements can be summed up by Google\'s Advertising Principles. They are put in place to provide a positive experience for users. https://support.google.com/adwordspolicy/answer/1316548?hl=en<br>Opting out:<br>Users can set preferences for how Google advertises to you using the Google Ad Settings page. Alternatively, you can opt out by visiting the Network Advertising initiative opt out page or permanently using the Google Analytics Opt Out Browser add on.<br>California Online Privacy Protection Act<br>CalOPPA is the first state law in the nation to require commercial websites and online services to post a privacy policy. The law\'s reach stretches well beyond California to require a person or company in the United States (and conceivably the world) that operates websites collecting personally identifiable information from California consumers to post a conspicuous privacy policy on its website stating exactly the information being collected and those individuals with whom it is being shared, and to comply with this policy.<br>See more at: http://consumercal.org/california-online-privacy-protection-act-caloppa/#sthash.0FdRbT51.dpuf<br>According to CalOPPA we agree to the following:<br>Users can visit our site anonymously<br>Once this privacy policy is created, we will add a link to it on our home page, or as a minimum on the first significant page after entering our website.<br>Our Privacy Policy link includes the word \'Privacy\', and can be easily be found on the page specified above.<br>Users will be notified of any privacy policy changes:<br>â€¢ On our Privacy Policy Page<br>Users are able to change their personal information:<br>â€¢ By emailing us<br>â€¢ By calling us</p><p data-css=\"tve-u-1642b20c920\">How does our site handle do not track signals?</p><p data-css=\"tve-u-1642b20c920\">We honor do not track signals and do not track, plant cookies, or use advertising when a Do Not Track (DNT) browser mechanism is in place.</p><p data-css=\"tve-u-1642b20c920\">Does our site allow third party behavioral tracking?</p><p data-css=\"tve-u-1642b20c920\">It\'s also important to note that we do not allow third party behavioral tracking<br>COPPA (Children Online Privacy Protection Act)<br>When it comes to the collection of personal information from children under 13, the Children\'s Online Privacy Protection Act (COPPA) puts parents in control. The Federal Trade Commission, the nation\'s consumer protection agency, enforces the COPPA Rule, which spells out what operators of websites and online services must do to protect children\'s privacy and safety online.</p><p data-css=\"tve-u-1642b20c920\">We do not specifically market to children under 13.</p><p data-css=\"tve-u-1642b20c920\">Fair Information Practices</p><p data-css=\"tve-u-1642b20c920\">The Fair Information Practices Principles form the backbone of privacy law in the United States and the concepts they include have played a significant role in the development of data protection laws around the globe. Understanding the Fair Information Practice Principles and how they should be implemented is critical to comply with the various privacy laws that protect personal information.<br>In order to be in line with Fair Information Practices we will take the following responsive action, should a data breach occur:<br>â€¢ Within 7 business days<br>We will notify the users via in site notification<br>â€¢ Within 7 business days<br>We also agree to the individual redress principle, which requires that individuals have a right to pursue legally enforceable rights against data collectors and processors who fail to adhere to the law. This principle requires not only that individuals have enforceable rights against data users, but also that individuals have recourse to courts or a government agency to investigate and/or prosecute non-compliance by data processors.<br>CAN SPAM Act<br>The CAN-SPAM Act is a law that sets the rules for commercial email, establishes requirements for commercial messages, gives recipients the right to have emails stopped from being sent to them, and spells out tough penalties for violations.</p><p data-css=\"tve-u-1642b20c920\">We collect your email address in order to:</p><p data-css=\"tve-u-1642b20c920\">â€¢ Send information, respond to inquiries, and/or other requests or questions.<br>â€¢ Process orders and to send information and updates pertaining to orders<br>â€¢ Market to our mailing list or continue to send emails to our clients after the original transaction has occurred<br>To be in accordance with CANSPAM we agree to the following:<br>â€¢ NOT use false, or misleading subjects or email addresses<br>â€¢ Identify the message as an advertisement in some reasonable way<br>â€¢ Include the physical address of our business or site headquarters<br>â€¢ Monitor third party email marketing services for compliance, if one is used.<br>â€¢ Honor opt-out/unsubscribe requests quickly<br>â€¢ Allow users to unsubscribe by using the link at the bottom of each email<br>If at any time you would like to unsubscribe from receiving future emails, you can email us at<br>â€¢ Follow the instructions at the bottom of each email. and we will promptly remove you from ALL correspondence.</p><p data-css=\"tve-u-1642b20c920\">Contacting Us</p><p data-css=\"tve-u-1642b20c920\">If there are any questions regarding this privacy policy you may contact us using the information below.<br>Blackhawk Custom, LLC.<br>825 South Kings Highway<br>Fort Pierce, FL 34945<br>United States<br>https://www.blackhawkcustom.com<br>Conditions of use:</p><p data-css=\"tve-u-1642b20c920\">By using this website, you agree to all of our terms and conditions of the sale<br>All sales are final (See our refund policy)</p></div></div>\n</div>'),(1847,171,'tve_revision_tve_content_more_found',''),(1848,171,'tve_revision_tve_save_post',''),(1849,171,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Montserrat:400,700&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-1642b26f466\"] #menu-item-153.menu-item { margin-right: 0px; }[data-css=\"tve-u-1642b26f466\"] #menu-item-104.menu-item { margin-right: 0px; }[data-css=\"tve-u-1642b26f466\"] #menu-item-103.menu-item { margin-right: 0px; }[data-css=\"tve-u-1642b26f466\"] #menu-item-102.menu-item { margin-right: 0px; }[data-css=\"tve-u-1642b26f466\"] #menu-item-109.menu-item { margin-right: 0px; }[data-css=\"tve-u-1642b667be5\"] { max-width: 1200px; padding: 5px !important; margin-left: auto !important; margin-right: auto !important; float: none; width: 100%; }[data-css=\"tve-u-1642b26f466\"] #menu-item-153 { padding: 21px 61px !important; margin-left: auto !important; margin-right: auto !important; float: none; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-153:hover > a { fill: rgb(179, 144, 57) !important; color: rgb(179, 144, 57) !important; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-153 > a { fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1642b26f466\"] #menu-item-104 { text-align: center; padding: 21px 61px !important; margin-left: auto !important; margin-right: auto !important; float: none; }[data-css=\"tve-u-1642b26f466\"] #menu-item-103 { text-align: center; padding: 21px 61px !important; margin-left: auto !important; margin-right: auto !important; float: none; }[data-css=\"tve-u-1642b26f466\"] #menu-item-102 { text-align: center; padding: 21px 61px !important; margin-left: auto !important; margin-right: auto !important; float: none; }[data-css=\"tve-u-1642b26f466\"] #menu-item-109 { text-align: center; padding: 21px 61px !important; margin-left: auto !important; margin-right: auto !important; float: none; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-104:hover > a { fill: rgb(179, 144, 57) !important; color: rgb(179, 144, 57) !important; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-103:hover > a { fill: rgb(179, 144, 57) !important; color: rgb(179, 144, 57) !important; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-102:hover > a { fill: rgb(179, 144, 57) !important; color: rgb(179, 144, 57) !important; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-109:hover > a { fill: rgb(179, 144, 57) !important; color: rgb(179, 144, 57) !important; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-104 > a { fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-103 > a { fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-102 > a { fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-109 > a { fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1642b26f466\"] .tve_w_menu { background-image: none !important; }[data-css=\"tve-u-1642b32e2c2\"] { float: none; width: 100%; z-index: 3; position: relative; margin-left: auto !important; margin-right: auto !important; }#tcb_landing_page a.tve_state_hover:not(.tcb-button-link) { color: rgb(179, 144, 57); }[data-css=\"tve-u-1642b26f466\"] { float: none; width: 100%; z-index: 3; position: relative; margin: 0px auto 20px !important; }[data-css=\"tve-u-1642b25c464\"] { padding: 5px !important; background-image: none !important; }[data-css=\"tve-u-1642b20c920\"] strong { font-weight: 700 !important; }#tve_editor [data-css=\"tve-u-1642b20c920\"] { font-size: 16px !important; font-family: Montserrat !important; font-weight: 400 !important; }[data-css=\"tve-u-16035acf904\"] strong { font-weight: 700 !important; }#tve_editor [data-css=\"tve-u-16035acf904\"] { font-size: 24px !important; font-family: Montserrat !important; font-weight: 400 !important; text-transform: capitalize !important; }.tcb-plain-text strong { font-weight: 700; }.tcb-plain-text { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page a strong { font-weight: 700; }#tcb_landing_page h6 strong { font-weight: 700; }#tcb_landing_page h5 strong { font-weight: 700; }#tcb_landing_page h4 strong { font-weight: 700; }#tcb_landing_page h6 { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); font-size: 20px; }#tcb_landing_page h5 { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); font-size: 24px; }#tcb_landing_page h4 { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); font-size: 30px; }#tcb_landing_page a:not(.tcb-button-link) { color: rgb(255, 255, 255); text-decoration: underline; }#tcb_landing_page h3 strong { font-weight: 700; }#tcb_landing_page h3 { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); font-size: 38px; line-height: 1.3em; }#tcb_landing_page h2 strong { font-weight: 700; }#tcb_landing_page h2 { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); font-size: 45px; line-height: 1.3em; }#tcb_landing_page h1 strong { font-weight: 700; }#tcb_landing_page h1 { font-family: Montserrat; font-weight: 400; font-size: 50px; line-height: 1.3em; color: rgb(255, 255, 255); }#tcb_landing_page p strong, #tcb_landing_page li strong { font-weight: 700; }#tcb_landing_page p, #tcb_landing_page li { font-family: Montserrat; font-weight: 400; font-size: 17px; line-height: 1.6em; color: rgb(255, 255, 255); }[data-css=\"tve-u-15e09c94f7d\"] { background-color: rgb(0, 0, 0) !important; }#tcb_landing_page a:hover:not(.tcb-button-link) { text-decoration: none; color: rgb(179, 144, 57); }#tcb_landing_page .tve-state-hovera:not(.tcb-button-link) { text-decoration: none; }#tcb_landing_page a.tve-state-hover:not(.tcb-button-link) { text-decoration: none; }}@media (max-width: 1023px){#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-153 > a { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-104 > a { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-103 > a { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-102 > a { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-109 > a { font-size: 16px !important; }[data-css=\"tve-u-1642b26f466\"] #menu-item-153 { float: none; padding-left: 0px !important; padding-right: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1642b26f466\"] #menu-item-104 { float: none; padding-left: 0px !important; padding-right: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1642b26f466\"] #menu-item-103 { float: none; padding-left: 0px !important; padding-right: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1642b26f466\"] #menu-item-102 { float: none; padding-left: 0px !important; padding-right: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1642b26f466\"] #menu-item-109 { float: none; padding-left: 0px !important; padding-right: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1642b26f466\"] { max-width: 1200px; float: none; width: 100%; z-index: 3; position: relative; margin: 0px auto !important; padding: 5px !important; }}@media (max-width: 767px){#tve_editor [data-css=\"tve-u-16035acf904\"] { font-size: 36px !important; }}'),(1850,171,'tve_revision_tve_user_custom_css',''),(1851,171,'tve_revision_tve_page_events','a:0:{}'),(1852,171,'tve_revision_tve_globals','a:2:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";s:8:\"font_cls\";a:0:{}}'),(1853,171,'tve_revision_tve_global_scripts',''),(1854,171,'tve_revision_thrive_icon_pack','0'),(1855,171,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(1856,171,'tve_revision_tve_has_masonry','0'),(1857,171,'tve_revision_tve_has_typefocus','0'),(1858,171,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1642b667be5\" wfd-id=\"35\">\n<div class=\"tve-content-box-background\" wfd-id=\"62\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"36\"><div class=\"thrv_wrapper thrv_widget_menu tve-custom-menu-upgrade tve-mobile-dropdown tve-menu-style-style_1\" data-tve-style=\"tve_horizontal\" data-tve-switch-icon=\"mobile\" data-css=\"tve-u-1642b26f466\" style=\"z-index: 8;\" wfd-id=\"43\">	<div class=\"thrive-shortcode-config\" style=\"display: none !important\" wfd-id=\"61\">__CONFIG_widget_menu__{\"menu_id\":\"4\",\"color\":\"tve_red\",\"dir\":\"tve_horizontal\",\"font_class\":\"\",\"font_size\":\"\",\"ul_attr\":\"\",\"link_attr\":\"\",\"top_link_attr\":\"\",\"trigger_attr\":\"\",\"primary\":\"\",\"head_css\":\"\",\"background_hover\":\"\",\"main_hover\":\"\",\"child_hover\":\"\",\"group_edit\":[{\"css_id\":\"\",\"class\":\"\"},{\"css_id\":\"\",\"class\":\"\"},{\"css_id\":\"\",\"class\":\"\"},{\"css_id\":\"\",\"class\":\"\"}],\"menu_style\":\"style_1\",\"dropdown_icon\":\"\",\"mobile_side\":\"\",\"mobile_icon\":\"\",\"switch_to_icon\":\"mobile\"}__CONFIG_widget_menu__</div>\n</div><div class=\"thrv_wrapper thrv_heading\" style=\"\" data-tag=\"h1\" data-css=\"tve-u-1642b32e2c2\" wfd-id=\"40\"><h1 data-css=\"tve-u-16035acf904\"><strong>Privacy</strong></h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" data-css=\"tve-u-1642b25c464\" wfd-id=\"37\"><p data-css=\"tve-u-1642b20c920\">Privacy Policy</p><p data-css=\"tve-u-1642b20c920\">What personal information do we collect from the people that visit our blog, website or app?<br>When ordering or registering on our site, as appropriate, you may be asked to enter your name, email address, mailing address, phone number, credit card information or other details to help you with your experience.</p><p data-css=\"tve-u-1642b20c920\">When do we collect information?</p><p data-css=\"tve-u-1642b20c920\">We collect information from you when you register on our site, place an order, subscribe to a newsletter, respond to a survey, fill out a form or enter information on our site.</p><p data-css=\"tve-u-1642b20c920\">How do we use your information?</p><p data-css=\"tve-u-1642b20c920\">We may use the information we collect from you when you register, make a purchase, sign up for our newsletter, respond to a survey or marketing communication, surf the website, or use certain other site features in the following ways:<br>â€¢ To personalize user\'s experience and to allow us to deliver the type of content and product offerings in which you are most interested.<br>â€¢ To improve our website in order to better serve you.<br>â€¢ To allow us to better service you in responding to your customer service requests.<br>â€¢ To administer a contest, promotion, survey or other site feature.<br>â€¢ To quickly process your transactions.<br>â€¢ To send periodic emails regarding your order or other products and services.</p><p data-css=\"tve-u-1642b20c920\">How do we protect visitor information?</p><p data-css=\"tve-u-1642b20c920\">Our website is scanned on a regular basis for security holes and known vulnerabilities in order to make your visit to our site as safe as possible.<br>We use regular Malware Scanning.</p><p data-css=\"tve-u-1642b20c920\">Your personal information is contained behind secured networks and is only accessible by a limited number of persons who have special access rights to such systems, and are required to keep the information confidential. In addition, all sensitive/credit information you supply is encrypted via Secure Socket Layer (SSL) technology.</p><p data-css=\"tve-u-1642b20c920\">We implement a variety of security measures when a user places an order, enters, submits, or accesses their information to maintain the safety of your personal information.</p><p data-css=\"tve-u-1642b20c920\">All transactions are processed through a gateway provider and are not stored or processed on our servers.</p><p data-css=\"tve-u-1642b20c920\">Do we use \'cookies\'?</p><p data-css=\"tve-u-1642b20c920\">Yes. Cookies are small files that a site or its service provider transfers to your computer\'s hard drive through your Web browser (if you allow) that enable the site\'s or service provider\'s systems to recognize your browser and capture and remember certain information. For instance, we use cookies to help us remember and process the items in your shopping cart. They are also used to help us understand your preferences based on previous or current site activity, which enables us to provide you with improved services. We also use cookies to help us compile aggregate data about site traffic and site interaction so that we can offer better site experiences and tools in the future.</p><p data-css=\"tve-u-1642b20c920\">We use cookies to:</p><p data-css=\"tve-u-1642b20c920\">â€¢ Help remember and process the items in the shopping cart.<br>â€¢ Understand and save user\'s preferences for future visits.<br>You can choose to have your computer warn you each time a cookie is being sent, or you can choose to turn off all cookies. You do this through your browser (like Internet Explorer) settings. Each browser is a little different, so look at your browser\'s Help menu to learn the correct way to modify your cookies.<br>If users disable cookies in their browser:<br>If you turn off cookies, some features will be disabled. However, you can still place orders for<br>saved items in your shopping cart over the telephone by contacting customer service.</p><p data-css=\"tve-u-1642b20c920\">Third Party Disclosure</p><p data-css=\"tve-u-1642b20c920\">We do not sell, trade, or otherwise transfer to outside parties your personally identifiable information.</p><p data-css=\"tve-u-1642b20c920\">Third party links</p><p data-css=\"tve-u-1642b20c920\">Occasionally, at our discretion, we may include or offer third party products or services on our website. These third party sites have separate and independent privacy policies. We therefore have no responsibility or liability for the content and activities of these linked sites. Nonetheless, we seek to protect the integrity of our site and welcome any feedback about these sites.</p><p data-css=\"tve-u-1642b20c920\">Google</p><p data-css=\"tve-u-1642b20c920\">Google\'s advertising requirements can be summed up by Google\'s Advertising Principles. They are put in place to provide a positive experience for users. https://support.google.com/adwordspolicy/answer/1316548?hl=en<br>Opting out:<br>Users can set preferences for how Google advertises to you using the Google Ad Settings page. Alternatively, you can opt out by visiting the Network Advertising initiative opt out page or permanently using the Google Analytics Opt Out Browser add on.<br>California Online Privacy Protection Act<br>CalOPPA is the first state law in the nation to require commercial websites and online services to post a privacy policy. The law\'s reach stretches well beyond California to require a person or company in the United States (and conceivably the world) that operates websites collecting personally identifiable information from California consumers to post a conspicuous privacy policy on its website stating exactly the information being collected and those individuals with whom it is being shared, and to comply with this policy.<br>See more at: http://consumercal.org/california-online-privacy-protection-act-caloppa/#sthash.0FdRbT51.dpuf<br>According to CalOPPA we agree to the following:<br>Users can visit our site anonymously<br>Once this privacy policy is created, we will add a link to it on our home page, or as a minimum on the first significant page after entering our website.<br>Our Privacy Policy link includes the word \'Privacy\', and can be easily be found on the page specified above.<br>Users will be notified of any privacy policy changes:<br>â€¢ On our Privacy Policy Page<br>Users are able to change their personal information:<br>â€¢ By emailing us<br>â€¢ By calling us</p><p data-css=\"tve-u-1642b20c920\">How does our site handle do not track signals?</p><p data-css=\"tve-u-1642b20c920\">We honor do not track signals and do not track, plant cookies, or use advertising when a Do Not Track (DNT) browser mechanism is in place.</p><p data-css=\"tve-u-1642b20c920\">Does our site allow third party behavioral tracking?</p><p data-css=\"tve-u-1642b20c920\">It\'s also important to note that we do not allow third party behavioral tracking<br>COPPA (Children Online Privacy Protection Act)<br>When it comes to the collection of personal information from children under 13, the Children\'s Online Privacy Protection Act (COPPA) puts parents in control. The Federal Trade Commission, the nation\'s consumer protection agency, enforces the COPPA Rule, which spells out what operators of websites and online services must do to protect children\'s privacy and safety online.</p><p data-css=\"tve-u-1642b20c920\">We do not specifically market to children under 13.</p><p data-css=\"tve-u-1642b20c920\">Fair Information Practices</p><p data-css=\"tve-u-1642b20c920\">The Fair Information Practices Principles form the backbone of privacy law in the United States and the concepts they include have played a significant role in the development of data protection laws around the globe. Understanding the Fair Information Practice Principles and how they should be implemented is critical to comply with the various privacy laws that protect personal information.<br>In order to be in line with Fair Information Practices we will take the following responsive action, should a data breach occur:<br>â€¢ Within 7 business days<br>We will notify the users via in site notification<br>â€¢ Within 7 business days<br>We also agree to the individual redress principle, which requires that individuals have a right to pursue legally enforceable rights against data collectors and processors who fail to adhere to the law. This principle requires not only that individuals have enforceable rights against data users, but also that individuals have recourse to courts or a government agency to investigate and/or prosecute non-compliance by data processors.<br>CAN SPAM Act<br>The CAN-SPAM Act is a law that sets the rules for commercial email, establishes requirements for commercial messages, gives recipients the right to have emails stopped from being sent to them, and spells out tough penalties for violations.</p><p data-css=\"tve-u-1642b20c920\">We collect your email address in order to:</p><p data-css=\"tve-u-1642b20c920\">â€¢ Send information, respond to inquiries, and/or other requests or questions.<br>â€¢ Process orders and to send information and updates pertaining to orders<br>â€¢ Market to our mailing list or continue to send emails to our clients after the original transaction has occurred<br>To be in accordance with CANSPAM we agree to the following:<br>â€¢ NOT use false, or misleading subjects or email addresses<br>â€¢ Identify the message as an advertisement in some reasonable way<br>â€¢ Include the physical address of our business or site headquarters<br>â€¢ Monitor third party email marketing services for compliance, if one is used.<br>â€¢ Honor opt-out/unsubscribe requests quickly<br>â€¢ Allow users to unsubscribe by using the link at the bottom of each email<br>If at any time you would like to unsubscribe from receiving future emails, you can email us at<br>â€¢ Follow the instructions at the bottom of each email. and we will promptly remove you from ALL correspondence.</p><p data-css=\"tve-u-1642b20c920\">Contacting Us</p><p data-css=\"tve-u-1642b20c920\">If there are any questions regarding this privacy policy you may contact us using the information below.<br>Blackhawk Custom, LLC.<br>825 South Kings Highway<br>Fort Pierce, FL 34945<br>United States<br>https://www.blackhawkcustom.com<br>Conditions of use:</p><p data-css=\"tve-u-1642b20c920\">By using this website, you agree to all of our terms and conditions of the sale<br>All sales are final (See our refund policy)</p></div></div>\n</div>'),(1859,171,'tve_revision_tve_has_wistia_popover','0'),(3316,313,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-custom-menu-inside\" style=\"z-index: 8;\" data-css=\"tve-u-1642b593fd4\" wfd-id=\"33\">\n<div class=\"tve-content-box-background\" wfd-id=\"47\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" style=\"z-index: 8;\" wfd-id=\"34\"><div class=\"thrv_wrapper thrv_widget_menu tve-custom-menu-upgrade      tve-menu-template-dark-tmp-sixth tve-menu-style-none tve-dropdown-icon-style_1 tve-mobile-dropdown\" data-tve-style=\"tve_horizontal\" data-tve-switch-icon=\"mobile,tablet\" data-css=\"tve-u-165e634e360\" style=\"z-index: 8;\" tcb-template-name=\"Separator Dark\" tcb-template-id=\"dark-tmp-sixth\" wfd-id=\"41\">	<div class=\"thrive-shortcode-config\" style=\"display: none !important\" wfd-id=\"46\">__CONFIG_widget_menu__{\"menu_id\":\"4\",\"color\":\"tve_red\",\"dir\":\"tve_horizontal\",\"font_class\":\"\",\"font_size\":\"\",\"ul_attr\":\"\",\"link_attr\":\"\",\"top_link_attr\":\"\",\"trigger_attr\":\"\",\"primary\":\"\",\"head_css\":\"tve-u-165e634432d\",\"background_hover\":\"\",\"main_hover\":\"\",\"child_hover\":\"\",\"group_edit\":[],\"menu_style\":\"none\",\"dropdown_icon\":\"style_1\",\"mobile_side\":\"dropdown\",\"mobile_icon\":\"\",\"switch_to_icon\":\"mobile,tablet\",\"template\":\"dark-tmp-sixth\",\"template_name\":\"Separator Dark\"}__CONFIG_widget_menu__</div>\n</div><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" wfd-id=\"38\"><h2 data-css=\"tve-u-165e62d8c6d\">Terms &amp; Conditions</h2></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1642b6ab2bb\" wfd-id=\"35\"><p>TERMS OF SERVICE<br><br>-----<br><br>OVERVIEW<br><br>This website is operated by Blackhawk Custom, LLC. Throughout the site, the terms â€œweâ€, â€œusâ€ and â€œourâ€ refer to Blackhawk Custom, LLC. Blackhawk Custom, LLC offers this website, including all information, tools and services available from this site to you, the user, conditioned upon your acceptance of all terms, conditions, policies and notices stated here.<br><br>By visiting our site and/ or purchasing something from us, you engage in our â€œServiceâ€ and agree to be bound by the following terms and conditions (â€œTerms of Serviceâ€, â€œTermsâ€), including those additional terms, conditions, and policies referenced herein and/or available by hyperlink. These Terms of Service apply to all users of the site, including without limitation users who are browsers, vendors, customers, merchants, and/ or contributors of content.<br><br>Please read these Terms of Service carefully before accessing or using our website. By accessing or using any part of the site, you agree to be bound by these Terms of Service. If you do not agree to all the terms and conditions of this agreement, then you may not access the website or use any services. If these Terms of Service are considered an offer, acceptance is expressly limited to these Terms of Service.<br><br>Any new features or tools which are added to the current store shall also be subject to the Terms of Service. You can review the most current version of the Terms of Service at any time on this page. We reserve the right to update, change or replace any part of these Terms of Service by posting updates and/or changes to our website. It is your responsibility to check this page periodically for changes. Your continued use of or access to the website following the posting of any changes constitutes acceptance of those changes.<br><br>SECTION 1 - ONLINE STORE TERMS<br><br>By agreeing to these Terms of Service, you represent that you are at least the age of majority in your state or province of residence, or that you are the age of majority in your state or province of residence and you have given us your consent to allow any of your minor dependents to use this site.<br>You may not use our products for any illegal or unauthorized purpose nor may you, in the use of the Service, violate any laws in your jurisdiction (including but not limited to copyright laws).<br>You must not transmit any worms or viruses or any code of a destructive nature.<br>A breach or violation of any of the Terms will result in an immediate termination of your Services.<br><br>SECTION 2 - GENERAL CONDITIONS<br><br>We reserve the right to refuse service to anyone for any reason at any time.<br>You understand that your content (not including credit card information), may be transferred unencrypted and involve (a) transmissions over various networks; and (b) changes to conform and adapt to technical requirements of connecting networks or devices. Credit card information is always encrypted during transfer over networks.<br>You agree not to reproduce, duplicate, copy, sell, resell or exploit any portion of the Service, use of the Service, or access to the Service or any contact on the website through which the service is provided, without express written permission by us.<br>The headings used in this agreement are included for convenience only and will not limit or otherwise affect these Terms.<br><br>SECTION 3 - ACCURACY, COMPLETENESS AND TIMELINESS OF INFORMATION<br><br>We are not responsible if information made available on this site is not accurate, complete or current. The material on this site is provided for general information only and should not be relied upon or used as the sole basis for making decisions without consulting primary, more accurate, more complete or more timely sources of information. Any reliance on the material on this site is at your own risk.<br>This site may contain certain historical information. Historical information, necessarily, is not current and is provided for your reference only. We reserve the right to modify the contents of this site at any time, but we have no obligation to update any information on our site. You agree that it is your responsibility to monitor changes to our site.<br><br>SECTION 4 - MODIFICATIONS TO THE SERVICE AND PRICES<br><br>The prices for our products are subject to change without notice.<br>We reserve the right at any time to modify or discontinue the Service (or any part or content thereof) without notice at any time.<br>We shall not be liable to you or to any third-party for any modification, price change, suspension or discontinuance of the Service.<br><br>SECTION 5 - PRODUCTS OR SERVICES (if applicable)<br><br>Certain products or services may be available exclusively online through the website. These products or services may have limited quantities and are subject to return or exchange only according to our Return Policy.<br>We have made every effort to display as accurately as possible the colors and images of our products that appear at the store. We cannot guarantee that your computer monitor\'s display of any color will be accurate.<br>We reserve the right, but are not obligated, to limit the sales of our products or Services to any person, geographic region or jurisdiction. We may exercise this right on a case-by-case basis. We reserve the right to limit the quantities of any products or services that we offer. All descriptions of products or product pricing are subject to change at anytime without notice, at the sole discretion of us. We reserve the right to discontinue any product at any time. Any offer for any product or service made on this site is void where prohibited.<br>We do not warrant that the quality of any products, services, information, or other material purchased or obtained by you will meet your expectations, or that any errors in the Service will be corrected.<br><br>SECTION 6 - ACCURACY OF BILLING AND ACCOUNT INFORMATION<br><br>We reserve the right to refuse any order you place with us. We may, in our sole discretion, limit or cancel quantities purchased per person, per household or per order. These restrictions may include orders placed by or under the same customer account, the same credit card, and/or orders that use the same billing and/or shipping address. In the event that we make a change to or cancel an order, we may attempt to notify you by contacting the e-mail and/or billing address/phone number provided at the time the order was made. We reserve the right to limit or prohibit orders that, in our sole judgment, appear to be placed by dealers, resellers or distributors.<br><br>You agree to provide current, complete and accurate purchase and account information for all purchases made at our store. You agree to promptly update your account and other information, including your email address and credit card numbers and expiration dates, so that we can complete your transactions and contact you as needed.<br><br>For more detail, please review our Returns Policy.<br><br>SECTION 7 - OPTIONAL TOOLS<br><br>We may provide you with access to third-party tools over which we neither monitor nor have any control nor input.<br>You acknowledge and agree that we provide access to such tools â€as isâ€ and â€œas availableâ€ without any warranties, representations or conditions of any kind and without any endorsement. We shall have no liability whatsoever arising from or relating to your use of optional third-party tools.<br>Any use by you of optional tools offered through the site is entirely at your own risk and discretion and you should ensure that you are familiar with and approve of the terms on which tools are provided by the relevant third-party provider(s).<br>We may also, in the future, offer new services and/or features through the website (including, the release of new tools and resources). Such new features and/or services shall also be subject to these Terms of Service.<br><br>SECTION 8 - THIRD-PARTY LINKS<br><br>Certain content, products and services available via our Service may include materials from third-parties.<br>Third-party links on this site may direct you to third-party websites that are not affiliated with us. We are not responsible for examining or evaluating the content or accuracy and we do not warrant and will not have any liability or responsibility for any third-party materials or websites, or for any other materials, products, or services of third-parties.<br>We are not liable for any harm or damages related to the purchase or use of goods, services, resources, content, or any other transactions made in connection with any third-party websites. Please review carefully the third-party\'s policies and practices and make sure you understand them before you engage in any transaction. Complaints, claims, concerns, or questions regarding third-party products should be directed to the third-party.<br><br>SECTION 9 - USER COMMENTS, FEEDBACK AND OTHER SUBMISSIONS<br><br>If, at our request, you send certain specific submissions (for example contest entries) or without a request from us you send creative ideas, suggestions, proposals, plans, or other materials, whether online, by email, by postal mail, or otherwise (collectively, \'comments\'), you agree that we may, at any time, without restriction, edit, copy, publish, distribute, translate and otherwise use in any medium any comments that you forward to us. We are and shall be under no obligation (1) to maintain any comments in confidence; (2) to pay compensation for any comments; or (3) to respond to any comments.<br>We may, but have no obligation to, monitor, edit or remove content that we determine in our sole discretion are unlawful, offensive, threatening, libelous, defamatory, pornographic, obscene or otherwise objectionable or violates any partyâ€™s intellectual property or these Terms of Service.<br>You agree that your comments will not violate any right of any third-party, including copyright, trademark, privacy, personality or other personal or proprietary right. You further agree that your comments will not contain libelous or otherwise unlawful, abusive or obscene material, or contain any computer virus or other malware that could in any way affect the operation of the Service or any related website. You may not use a false e-mail address, pretend to be someone other than yourself, or otherwise mislead us or third-parties as to the origin of any comments. You are solely responsible for any comments you make and their accuracy. We take no responsibility and assume no liability for any comments posted by you or any third-party.<br><br>SECTION 10 - PERSONAL INFORMATION<br><br>Your submission of personal information through the store is governed by our Privacy Policy. To view our Privacy Policy.<br><br>SECTION 11 - ERRORS, INACCURACIES AND OMISSIONS<br><br>Occasionally there may be information on our site or in the Service that contains typographical errors, inaccuracies or omissions that may relate to product descriptions, pricing, promotions, offers, product shipping charges, transit times and availability. We reserve the right to correct any errors, inaccuracies or omissions, and to change or update information or cancel orders if any information in the Service or on any related website is inaccurate at any time without prior notice (including after you have submitted your order).<br>We undertake no obligation to update, amend or clarify information in the Service or on any related website, including without limitation, pricing information, except as required by law. No specified update or refresh date applied in the Service or on any related website, should be taken to indicate that all information in the Service or on any related website has been modified or updated.<br><br>SECTION 12 - PROHIBITED USES<br><br>In addition to other prohibitions as set forth in the Terms of Service, you are prohibited from using the site or its content: (a) for any unlawful purpose; (b) to solicit others to perform or participate in any unlawful acts; (c) to violate any international, federal, provincial or state regulations, rules, laws, or local ordinances; (d) to infringe upon or violate our intellectual property rights or the intellectual property rights of others; (e) to harass, abuse, insult, harm, defame, slander, disparage, intimidate, or discriminate based on gender, sexual orientation, religion, ethnicity, race, age, national origin, or disability; (f) to submit false or misleading information; (g) to upload or transmit viruses or any other type of malicious code that will or may be used in any way that will affect the functionality or operation of the Service or of any related website, other websites, or the Internet; (h) to collect or track the personal information of others; (i) to spam, phish, pharm, pretext, spider, crawl, or scrape; (j) for any obscene or immoral purpose; or (k) to interfere with or circumvent the security features of the Service or any related website, other websites, or the Internet. We reserve the right to terminate your use of the Service or any related website for violating any of the prohibited uses.<br><br>SECTION 13 - DISCLAIMER OF WARRANTIES; LIMITATION OF LIABILITY<br><br>We do not guarantee, represent or warrant that your use of our service will be uninterrupted, timely, secure or error-free.<br>We do not warrant that the results that may be obtained from the use of the service will be accurate or reliable.<br>You agree that from time to time we may remove the service for indefinite periods of time or cancel the service at any time, without notice to you.<br>You expressly agree that your use of, or inability to use, the service is at your sole risk. The service and all products and services delivered to you through the service are (except as expressly stated by us) provided \'as is\' and \'as available\' for your use, without any representation, warranties or conditions of any kind, either express or implied, including all implied warranties or conditions of merchantability, merchantable quality, fitness for a particular purpose, durability, title, and non-infringement.<br>In no case shall Blackhawk Custom, LLC, our directors, officers, employees, affiliates, agents, contractors, interns, suppliers, service providers or licensors be liable for any injury, loss, claim, or any direct, indirect, incidental, punitive, special, or consequential damages of any kind, including, without limitation lost profits, lost revenue, lost savings, loss of data, replacement costs, or any similar damages, whether based in contract, tort (including negligence), strict liability or otherwise, arising from your use of any of the service or any products procured using the service, or for any other claim related in any way to your use of the service or any product, including, but not limited to, any errors or omissions in any content, or any loss or damage of any kind incurred as a result of the use of the service or any content (or product) posted, transmitted, or otherwise made available via the service, even if advised of their possibility. Because some states or jurisdictions do not allow the exclusion or the limitation of liability for consequential or incidental damages, in such states or jurisdictions, our liability shall be limited to the maximum extent permitted by law.<br><br>SECTION 14 - INDEMNIFICATION<br><br>You agree to indemnify, defend and hold harmless Blackhawk Custom, LLC and our parent, subsidiaries, affiliates, partners, officers, directors, agents, contractors, licensors, service providers, subcontractors, suppliers, interns and employees, harmless from any claim or demand, including reasonable attorneysâ€™ fees, made by any third-party due to or arising out of your breach of these Terms of Service or the documents they incorporate by reference, or your violation of any law or the rights of a third-party.<br><br>SECTION 15 - SEVERABILITY<br><br>In the event that any provision of these Terms of Service is determined to be unlawful, void or unenforceable, such provision shall nonetheless be enforceable to the fullest extent permitted by applicable law, and the unenforceable portion shall be deemed to be severed from these Terms of Service, such determination shall not affect the validity and enforceability of any other remaining provisions.<br><br>SECTION 16 - TERMINATION<br><br>The obligations and liabilities of the parties incurred prior to the termination date shall survive the termination of this agreement for all purposes.<br>These Terms of Service are effective unless and until terminated by either you or us. You may terminate these Terms of Service at any time by notifying us that you no longer wish to use our Services, or when you cease using our site.<br>If in our sole judgment you fail, or we suspect that you have failed, to comply with any term or provision of these Terms of Service, we also may terminate this agreement at any time without notice and you will remain liable for all amounts due up to and including the date of termination; and/or accordingly may deny you access to our Services (or any part thereof).<br><br>SECTION 17 - ENTIRE AGREEMENT<br><br>The failure of us to exercise or enforce any right or provision of these Terms of Service shall not constitute a waiver of such right or provision.<br>These Terms of Service and any policies or operating rules posted by us on this site or in respect to The Service constitutes the entire agreement and understanding between you and us and govern your use of the Service, superseding any prior or contemporaneous agreements, communications and proposals, whether oral or written, between you and us (including, but not limited to, any prior versions of the Terms of Service).<br>Any ambiguities in the interpretation of these Terms of Service shall not be construed against the drafting party.<br><br>SECTION 18 - GOVERNING LAW<br><br>These Terms of Service and any separate agreements whereby we provide you Services shall be governed by and construed in accordance with the laws of 825 South Kings Highway, Fort Pierce, FL 34945.<br><br>SECTION 19 - CHANGES TO TERMS OF SERVICE<br><br>You can review the most current version of the Terms of Service at any time at this page.<br>We reserve the right, at our sole discretion, to update, change or replace any part of these Terms of Service by posting updates and changes to our website. It is your responsibility to check our website periodically for changes. Your continued use of or access to our website or the Service following the posting of any changes to these Terms of Service constitutes acceptance of those changes.<br><br>SECTION 20 - CONTACT INFORMATION<br><br>Questions about the Terms of Service should be sent to us at <a href=\"mailto:admin@blackhawkcustom.com\" target=\"_blank\">admin@blackhawkcustom.com</a></p></div></div>\n</div>'),(1860,172,'tve_revision_tve_landing_page','blank_v2'),(1861,172,'tve_revision_tve_disable_theme_dependency',''),(1862,172,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"z-index: 8;\" data-css=\"tve-u-1642b593fd4\" wfd-id=\"40\">\n<div class=\"tve-content-box-background\" wfd-id=\"67\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" style=\"z-index: 8;\" wfd-id=\"41\"><div class=\"thrv_wrapper thrv_widget_menu tve-custom-menu-upgrade      tve-mobile-side-fullscreen tve-menu-style-style_1\" data-tve-style=\"tve_horizontal\" data-tve-switch-icon=\"mobile\" data-css=\"tve-u-1642ae797d9\" wfd-id=\"48\">\n<div class=\"thrive-shortcode-config\" style=\"display: none !important\" wfd-id=\"66\">__CONFIG_widget_menu__{\"menu_id\":4,\"color\":\"tve_red\",\"dir\":\"tve_horizontal\",\"font_class\":\"\",\"font_size\":\"\",\"ul_attr\":\"\",\"link_attr\":\"\",\"top_link_attr\":\"\",\"trigger_attr\":\"\",\"primary\":\"\",\"head_css\":\"\",\"background_hover\":\"\",\"main_hover\":\"\",\"child_hover\":\"\",\"group_edit\":[],\"menu_style\":\"style_1\",\"dropdown_icon\":\"\",\"mobile_side\":\"fullscreen\",\"mobile_icon\":\"\",\"switch_to_icon\":\"mobile\"}__CONFIG_widget_menu__</div>\n</div><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" wfd-id=\"45\"><h2>Terms &amp; Conditions</h2></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1642b6ab2bb\" wfd-id=\"42\"><p>TERMS OF SERVICE<br><br>-----<br><br>OVERVIEW<br><br>This website is operated by Blackhawk Custom, LLC. Throughout the site, the terms â€œweâ€, â€œusâ€ and â€œourâ€ refer to Blackhawk Custom, LLC. Blackhawk Custom, LLC offers this website, including all information, tools and services available from this site to you, the user, conditioned upon your acceptance of all terms, conditions, policies and notices stated here.<br><br>By visiting our site and/ or purchasing something from us, you engage in our â€œServiceâ€ and agree to be bound by the following terms and conditions (â€œTerms of Serviceâ€, â€œTermsâ€), including those additional terms, conditions, and policies referenced herein and/or available by hyperlink. These Terms of Service apply to all users of the site, including without limitation users who are browsers, vendors, customers, merchants, and/ or contributors of content.<br><br>Please read these Terms of Service carefully before accessing or using our website. By accessing or using any part of the site, you agree to be bound by these Terms of Service. If you do not agree to all the terms and conditions of this agreement, then you may not access the website or use any services. If these Terms of Service are considered an offer, acceptance is expressly limited to these Terms of Service.<br><br>Any new features or tools which are added to the current store shall also be subject to the Terms of Service. You can review the most current version of the Terms of Service at any time on this page. We reserve the right to update, change or replace any part of these Terms of Service by posting updates and/or changes to our website. It is your responsibility to check this page periodically for changes. Your continued use of or access to the website following the posting of any changes constitutes acceptance of those changes.<br><br>SECTION 1 - ONLINE STORE TERMS<br><br>By agreeing to these Terms of Service, you represent that you are at least the age of majority in your state or province of residence, or that you are the age of majority in your state or province of residence and you have given us your consent to allow any of your minor dependents to use this site.<br>You may not use our products for any illegal or unauthorized purpose nor may you, in the use of the Service, violate any laws in your jurisdiction (including but not limited to copyright laws).<br>You must not transmit any worms or viruses or any code of a destructive nature.<br>A breach or violation of any of the Terms will result in an immediate termination of your Services.<br><br>SECTION 2 - GENERAL CONDITIONS<br><br>We reserve the right to refuse service to anyone for any reason at any time.<br>You understand that your content (not including credit card information), may be transferred unencrypted and involve (a) transmissions over various networks; and (b) changes to conform and adapt to technical requirements of connecting networks or devices. Credit card information is always encrypted during transfer over networks.<br>You agree not to reproduce, duplicate, copy, sell, resell or exploit any portion of the Service, use of the Service, or access to the Service or any contact on the website through which the service is provided, without express written permission by us.<br>The headings used in this agreement are included for convenience only and will not limit or otherwise affect these Terms.<br><br>SECTION 3 - ACCURACY, COMPLETENESS AND TIMELINESS OF INFORMATION<br><br>We are not responsible if information made available on this site is not accurate, complete or current. The material on this site is provided for general information only and should not be relied upon or used as the sole basis for making decisions without consulting primary, more accurate, more complete or more timely sources of information. Any reliance on the material on this site is at your own risk.<br>This site may contain certain historical information. Historical information, necessarily, is not current and is provided for your reference only. We reserve the right to modify the contents of this site at any time, but we have no obligation to update any information on our site. You agree that it is your responsibility to monitor changes to our site.<br><br>SECTION 4 - MODIFICATIONS TO THE SERVICE AND PRICES<br><br>The prices for our products are subject to change without notice.<br>We reserve the right at any time to modify or discontinue the Service (or any part or content thereof) without notice at any time.<br>We shall not be liable to you or to any third-party for any modification, price change, suspension or discontinuance of the Service.<br><br>SECTION 5 - PRODUCTS OR SERVICES (if applicable)<br><br>Certain products or services may be available exclusively online through the website. These products or services may have limited quantities and are subject to return or exchange only according to our Return Policy.<br>We have made every effort to display as accurately as possible the colors and images of our products that appear at the store. We cannot guarantee that your computer monitor\'s display of any color will be accurate.<br>We reserve the right, but are not obligated, to limit the sales of our products or Services to any person, geographic region or jurisdiction. We may exercise this right on a case-by-case basis. We reserve the right to limit the quantities of any products or services that we offer. All descriptions of products or product pricing are subject to change at anytime without notice, at the sole discretion of us. We reserve the right to discontinue any product at any time. Any offer for any product or service made on this site is void where prohibited.<br>We do not warrant that the quality of any products, services, information, or other material purchased or obtained by you will meet your expectations, or that any errors in the Service will be corrected.<br><br>SECTION 6 - ACCURACY OF BILLING AND ACCOUNT INFORMATION<br><br>We reserve the right to refuse any order you place with us. We may, in our sole discretion, limit or cancel quantities purchased per person, per household or per order. These restrictions may include orders placed by or under the same customer account, the same credit card, and/or orders that use the same billing and/or shipping address. In the event that we make a change to or cancel an order, we may attempt to notify you by contacting the e-mail and/or billing address/phone number provided at the time the order was made. We reserve the right to limit or prohibit orders that, in our sole judgment, appear to be placed by dealers, resellers or distributors.<br><br>You agree to provide current, complete and accurate purchase and account information for all purchases made at our store. You agree to promptly update your account and other information, including your email address and credit card numbers and expiration dates, so that we can complete your transactions and contact you as needed.<br><br>For more detail, please review our Returns Policy.<br><br>SECTION 7 - OPTIONAL TOOLS<br><br>We may provide you with access to third-party tools over which we neither monitor nor have any control nor input.<br>You acknowledge and agree that we provide access to such tools â€as isâ€ and â€œas availableâ€ without any warranties, representations or conditions of any kind and without any endorsement. We shall have no liability whatsoever arising from or relating to your use of optional third-party tools.<br>Any use by you of optional tools offered through the site is entirely at your own risk and discretion and you should ensure that you are familiar with and approve of the terms on which tools are provided by the relevant third-party provider(s).<br>We may also, in the future, offer new services and/or features through the website (including, the release of new tools and resources). Such new features and/or services shall also be subject to these Terms of Service.<br><br>SECTION 8 - THIRD-PARTY LINKS<br><br>Certain content, products and services available via our Service may include materials from third-parties.<br>Third-party links on this site may direct you to third-party websites that are not affiliated with us. We are not responsible for examining or evaluating the content or accuracy and we do not warrant and will not have any liability or responsibility for any third-party materials or websites, or for any other materials, products, or services of third-parties.<br>We are not liable for any harm or damages related to the purchase or use of goods, services, resources, content, or any other transactions made in connection with any third-party websites. Please review carefully the third-party\'s policies and practices and make sure you understand them before you engage in any transaction. Complaints, claims, concerns, or questions regarding third-party products should be directed to the third-party.<br><br>SECTION 9 - USER COMMENTS, FEEDBACK AND OTHER SUBMISSIONS<br><br>If, at our request, you send certain specific submissions (for example contest entries) or without a request from us you send creative ideas, suggestions, proposals, plans, or other materials, whether online, by email, by postal mail, or otherwise (collectively, \'comments\'), you agree that we may, at any time, without restriction, edit, copy, publish, distribute, translate and otherwise use in any medium any comments that you forward to us. We are and shall be under no obligation (1) to maintain any comments in confidence; (2) to pay compensation for any comments; or (3) to respond to any comments.<br>We may, but have no obligation to, monitor, edit or remove content that we determine in our sole discretion are unlawful, offensive, threatening, libelous, defamatory, pornographic, obscene or otherwise objectionable or violates any partyâ€™s intellectual property or these Terms of Service.<br>You agree that your comments will not violate any right of any third-party, including copyright, trademark, privacy, personality or other personal or proprietary right. You further agree that your comments will not contain libelous or otherwise unlawful, abusive or obscene material, or contain any computer virus or other malware that could in any way affect the operation of the Service or any related website. You may not use a false e-mail address, pretend to be someone other than yourself, or otherwise mislead us or third-parties as to the origin of any comments. You are solely responsible for any comments you make and their accuracy. We take no responsibility and assume no liability for any comments posted by you or any third-party.<br><br>SECTION 10 - PERSONAL INFORMATION<br><br>Your submission of personal information through the store is governed by our Privacy Policy. To view our Privacy Policy.<br><br>SECTION 11 - ERRORS, INACCURACIES AND OMISSIONS<br><br>Occasionally there may be information on our site or in the Service that contains typographical errors, inaccuracies or omissions that may relate to product descriptions, pricing, promotions, offers, product shipping charges, transit times and availability. We reserve the right to correct any errors, inaccuracies or omissions, and to change or update information or cancel orders if any information in the Service or on any related website is inaccurate at any time without prior notice (including after you have submitted your order).<br>We undertake no obligation to update, amend or clarify information in the Service or on any related website, including without limitation, pricing information, except as required by law. No specified update or refresh date applied in the Service or on any related website, should be taken to indicate that all information in the Service or on any related website has been modified or updated.<br><br>SECTION 12 - PROHIBITED USES<br><br>In addition to other prohibitions as set forth in the Terms of Service, you are prohibited from using the site or its content: (a) for any unlawful purpose; (b) to solicit others to perform or participate in any unlawful acts; (c) to violate any international, federal, provincial or state regulations, rules, laws, or local ordinances; (d) to infringe upon or violate our intellectual property rights or the intellectual property rights of others; (e) to harass, abuse, insult, harm, defame, slander, disparage, intimidate, or discriminate based on gender, sexual orientation, religion, ethnicity, race, age, national origin, or disability; (f) to submit false or misleading information; (g) to upload or transmit viruses or any other type of malicious code that will or may be used in any way that will affect the functionality or operation of the Service or of any related website, other websites, or the Internet; (h) to collect or track the personal information of others; (i) to spam, phish, pharm, pretext, spider, crawl, or scrape; (j) for any obscene or immoral purpose; or (k) to interfere with or circumvent the security features of the Service or any related website, other websites, or the Internet. We reserve the right to terminate your use of the Service or any related website for violating any of the prohibited uses.<br><br>SECTION 13 - DISCLAIMER OF WARRANTIES; LIMITATION OF LIABILITY<br><br>We do not guarantee, represent or warrant that your use of our service will be uninterrupted, timely, secure or error-free.<br>We do not warrant that the results that may be obtained from the use of the service will be accurate or reliable.<br>You agree that from time to time we may remove the service for indefinite periods of time or cancel the service at any time, without notice to you.<br>You expressly agree that your use of, or inability to use, the service is at your sole risk. The service and all products and services delivered to you through the service are (except as expressly stated by us) provided \'as is\' and \'as available\' for your use, without any representation, warranties or conditions of any kind, either express or implied, including all implied warranties or conditions of merchantability, merchantable quality, fitness for a particular purpose, durability, title, and non-infringement.<br>In no case shall Blackhawk Custom, LLC, our directors, officers, employees, affiliates, agents, contractors, interns, suppliers, service providers or licensors be liable for any injury, loss, claim, or any direct, indirect, incidental, punitive, special, or consequential damages of any kind, including, without limitation lost profits, lost revenue, lost savings, loss of data, replacement costs, or any similar damages, whether based in contract, tort (including negligence), strict liability or otherwise, arising from your use of any of the service or any products procured using the service, or for any other claim related in any way to your use of the service or any product, including, but not limited to, any errors or omissions in any content, or any loss or damage of any kind incurred as a result of the use of the service or any content (or product) posted, transmitted, or otherwise made available via the service, even if advised of their possibility. Because some states or jurisdictions do not allow the exclusion or the limitation of liability for consequential or incidental damages, in such states or jurisdictions, our liability shall be limited to the maximum extent permitted by law.<br><br>SECTION 14 - INDEMNIFICATION<br><br>You agree to indemnify, defend and hold harmless Blackhawk Custom, LLC and our parent, subsidiaries, affiliates, partners, officers, directors, agents, contractors, licensors, service providers, subcontractors, suppliers, interns and employees, harmless from any claim or demand, including reasonable attorneysâ€™ fees, made by any third-party due to or arising out of your breach of these Terms of Service or the documents they incorporate by reference, or your violation of any law or the rights of a third-party.<br><br>SECTION 15 - SEVERABILITY<br><br>In the event that any provision of these Terms of Service is determined to be unlawful, void or unenforceable, such provision shall nonetheless be enforceable to the fullest extent permitted by applicable law, and the unenforceable portion shall be deemed to be severed from these Terms of Service, such determination shall not affect the validity and enforceability of any other remaining provisions.<br><br>SECTION 16 - TERMINATION<br><br>The obligations and liabilities of the parties incurred prior to the termination date shall survive the termination of this agreement for all purposes.<br>These Terms of Service are effective unless and until terminated by either you or us. You may terminate these Terms of Service at any time by notifying us that you no longer wish to use our Services, or when you cease using our site.<br>If in our sole judgment you fail, or we suspect that you have failed, to comply with any term or provision of these Terms of Service, we also may terminate this agreement at any time without notice and you will remain liable for all amounts due up to and including the date of termination; and/or accordingly may deny you access to our Services (or any part thereof).<br><br>SECTION 17 - ENTIRE AGREEMENT<br><br>The failure of us to exercise or enforce any right or provision of these Terms of Service shall not constitute a waiver of such right or provision.<br>These Terms of Service and any policies or operating rules posted by us on this site or in respect to The Service constitutes the entire agreement and understanding between you and us and govern your use of the Service, superseding any prior or contemporaneous agreements, communications and proposals, whether oral or written, between you and us (including, but not limited to, any prior versions of the Terms of Service).<br>Any ambiguities in the interpretation of these Terms of Service shall not be construed against the drafting party.<br><br>SECTION 18 - GOVERNING LAW<br><br>These Terms of Service and any separate agreements whereby we provide you Services shall be governed by and construed in accordance with the laws of 825 South Kings Highway, Fort Pierce, FL 34945.<br><br>SECTION 19 - CHANGES TO TERMS OF SERVICE<br><br>You can review the most current version of the Terms of Service at any time at this page.<br>We reserve the right, at our sole discretion, to update, change or replace any part of these Terms of Service by posting updates and changes to our website. It is your responsibility to check our website periodically for changes. Your continued use of or access to our website or the Service following the posting of any changes to these Terms of Service constitutes acceptance of those changes.<br><br>SECTION 20 - CONTACT INFORMATION<br><br>Questions about the Terms of Service should be sent to us at <a href=\"mailto:admin@blackhawkcustom.com\" target=\"_blank\">admin@blackhawkcustom.com</a></p></div></div>\n</div>'),(1863,172,'tve_revision_tve_content_more_found',''),(1864,172,'tve_revision_tve_save_post',''),(1865,172,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Montserrat:400,900,800,200,100&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-1642b6ab2bb\"] { padding: 5px !important; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-153 strong { font-weight: 900; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-104 strong { font-weight: 900; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-103 strong { font-weight: 900; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-102 strong { font-weight: 900; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-109 strong { font-weight: 900; }[data-css=\"tve-u-1642b593fd4\"] { padding: 5px !important; margin-left: auto !important; margin-right: auto !important; float: none; width: 100%; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-153:hover > a { fill: rgb(179, 144, 57) !important; color: rgb(179, 144, 57) !important; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-153 > a { fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; font-family: Montserrat; font-weight: 400; }[data-css=\"tve-u-1642ae797d9\"] #menu-item-104 { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1642ae797d9\"] #menu-item-103 { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1642ae797d9\"] #menu-item-102 { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1642ae797d9\"] #menu-item-109 { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1642ae797d9\"] { float: none; width: 100%; margin-left: auto !important; margin-right: auto !important; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-104 > a { fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; font-family: Montserrat; font-weight: 400; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-103 > a { fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; font-family: Montserrat; font-weight: 400; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-102 > a { fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; font-family: Montserrat; font-weight: 400; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-109 > a { fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; font-family: Montserrat; font-weight: 400; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-104:hover > a { fill: rgb(179, 144, 57) !important; color: rgb(179, 144, 57) !important; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-103:hover > a { fill: rgb(179, 144, 57) !important; color: rgb(179, 144, 57) !important; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-102:hover > a { fill: rgb(179, 144, 57) !important; color: rgb(179, 144, 57) !important; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-109:hover > a { fill: rgb(179, 144, 57) !important; color: rgb(179, 144, 57) !important; }#tcb_landing_page a:not(.tcb-button-link) { color: rgb(255, 255, 255); }.tcb-plain-text strong { font-weight: 900; }#tcb_landing_page input strong { font-weight: 900; }#tcb_landing_page .tcb-button-link strong { font-weight: 900; }#tcb_landing_page p strong, #tcb_landing_page li strong { font-weight: 900; }#tcb_landing_page input { font-family: Montserrat; font-weight: 400; }#tcb_landing_page .tcb-button-link { font-family: Montserrat; font-weight: 400; }#tcb_landing_page p, #tcb_landing_page li { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h6 strong { font-weight: 900; }#tcb_landing_page h6 { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h5 strong { font-weight: 900; }#tcb_landing_page h5 { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h4 strong { font-weight: 900; }#tcb_landing_page h4 { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h3 strong { font-weight: 900; }#tcb_landing_page h3 { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h2 strong { font-weight: 900; }#tcb_landing_page h2 { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h1 strong { font-weight: 900; }#tcb_landing_page h1 { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); }.tcb-plain-text { font-size: 20px; color: rgb(255, 255, 255); font-family: Montserrat; font-weight: 400; }[data-css=\"tve-u-15e09c94f7d\"] { background-color: rgb(255, 255, 255); background-image: linear-gradient(rgb(0, 0, 0), rgb(0, 0, 0)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }.tve_post_lp > div > #tve_editor { margin-left: auto; margin-right: auto; max-width: 1200px; padding: 0px 20px; }}@media (max-width: 1023px){[data-css=\"tve-u-1642ae797d9\"] { display: block; }[data-css=\"tve-u-1642ae797d9\"] #menu-item-104 { text-align: center; padding: 5px !important; background-image: none !important; }[data-css=\"tve-u-1642ae797d9\"] #menu-item-103 { text-align: center; padding: 5px !important; background-image: none !important; }[data-css=\"tve-u-1642ae797d9\"] #menu-item-102 { text-align: center; padding: 5px !important; background-image: none !important; }[data-css=\"tve-u-1642ae797d9\"] #menu-item-109 { text-align: center; padding: 5px !important; background-image: none !important; }}@media (max-width: 767px){#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-153 > a { font-size: 17px !important; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-104 > a { font-size: 17px !important; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-103 > a { font-size: 17px !important; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-102 > a { font-size: 17px !important; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-109 > a { font-size: 17px !important; }[data-css=\"tve-u-1642ae797d9\"] #menu-item-153 { padding-left: 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-1642ae797d9\"] #menu-item-104 { padding-left: 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-1642ae797d9\"] #menu-item-103 { padding-left: 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-1642ae797d9\"] #menu-item-102 { padding-left: 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-1642ae797d9\"] #menu-item-109 { padding-left: 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-1642ae797d9\"] { float: none; width: 100%; margin-left: auto !important; margin-right: auto !important; }.tve_post_lp > div > #tve_editor { padding: 0px 10px; }}'),(1866,172,'tve_revision_tve_user_custom_css',''),(1867,172,'tve_revision_tve_page_events','a:0:{}'),(1868,172,'tve_revision_tve_globals','a:2:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";s:8:\"font_cls\";a:0:{}}'),(1869,172,'tve_revision_tve_global_scripts',''),(1870,172,'tve_revision_thrive_icon_pack','0'),(1871,172,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(1872,172,'tve_revision_tve_has_masonry','0'),(1873,172,'tve_revision_tve_has_typefocus','0'),(1874,172,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"z-index: 8;\" data-css=\"tve-u-1642b593fd4\" wfd-id=\"40\">\n<div class=\"tve-content-box-background\" wfd-id=\"67\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" style=\"z-index: 8;\" wfd-id=\"41\"><div class=\"thrv_wrapper thrv_widget_menu tve-custom-menu-upgrade      tve-mobile-side-fullscreen tve-menu-style-style_1\" data-tve-style=\"tve_horizontal\" data-tve-switch-icon=\"mobile\" data-css=\"tve-u-1642ae797d9\" wfd-id=\"48\">\n<div class=\"thrive-shortcode-config\" style=\"display: none !important\" wfd-id=\"66\">__CONFIG_widget_menu__{\"menu_id\":4,\"color\":\"tve_red\",\"dir\":\"tve_horizontal\",\"font_class\":\"\",\"font_size\":\"\",\"ul_attr\":\"\",\"link_attr\":\"\",\"top_link_attr\":\"\",\"trigger_attr\":\"\",\"primary\":\"\",\"head_css\":\"\",\"background_hover\":\"\",\"main_hover\":\"\",\"child_hover\":\"\",\"group_edit\":[],\"menu_style\":\"style_1\",\"dropdown_icon\":\"\",\"mobile_side\":\"fullscreen\",\"mobile_icon\":\"\",\"switch_to_icon\":\"mobile\"}__CONFIG_widget_menu__</div>\n</div><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" wfd-id=\"45\"><h2>Terms &amp; Conditions</h2></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1642b6ab2bb\" wfd-id=\"42\"><p>TERMS OF SERVICE<br><br>-----<br><br>OVERVIEW<br><br>This website is operated by Blackhawk Custom, LLC. Throughout the site, the terms â€œweâ€, â€œusâ€ and â€œourâ€ refer to Blackhawk Custom, LLC. Blackhawk Custom, LLC offers this website, including all information, tools and services available from this site to you, the user, conditioned upon your acceptance of all terms, conditions, policies and notices stated here.<br><br>By visiting our site and/ or purchasing something from us, you engage in our â€œServiceâ€ and agree to be bound by the following terms and conditions (â€œTerms of Serviceâ€, â€œTermsâ€), including those additional terms, conditions, and policies referenced herein and/or available by hyperlink. These Terms of Service apply to all users of the site, including without limitation users who are browsers, vendors, customers, merchants, and/ or contributors of content.<br><br>Please read these Terms of Service carefully before accessing or using our website. By accessing or using any part of the site, you agree to be bound by these Terms of Service. If you do not agree to all the terms and conditions of this agreement, then you may not access the website or use any services. If these Terms of Service are considered an offer, acceptance is expressly limited to these Terms of Service.<br><br>Any new features or tools which are added to the current store shall also be subject to the Terms of Service. You can review the most current version of the Terms of Service at any time on this page. We reserve the right to update, change or replace any part of these Terms of Service by posting updates and/or changes to our website. It is your responsibility to check this page periodically for changes. Your continued use of or access to the website following the posting of any changes constitutes acceptance of those changes.<br><br>SECTION 1 - ONLINE STORE TERMS<br><br>By agreeing to these Terms of Service, you represent that you are at least the age of majority in your state or province of residence, or that you are the age of majority in your state or province of residence and you have given us your consent to allow any of your minor dependents to use this site.<br>You may not use our products for any illegal or unauthorized purpose nor may you, in the use of the Service, violate any laws in your jurisdiction (including but not limited to copyright laws).<br>You must not transmit any worms or viruses or any code of a destructive nature.<br>A breach or violation of any of the Terms will result in an immediate termination of your Services.<br><br>SECTION 2 - GENERAL CONDITIONS<br><br>We reserve the right to refuse service to anyone for any reason at any time.<br>You understand that your content (not including credit card information), may be transferred unencrypted and involve (a) transmissions over various networks; and (b) changes to conform and adapt to technical requirements of connecting networks or devices. Credit card information is always encrypted during transfer over networks.<br>You agree not to reproduce, duplicate, copy, sell, resell or exploit any portion of the Service, use of the Service, or access to the Service or any contact on the website through which the service is provided, without express written permission by us.<br>The headings used in this agreement are included for convenience only and will not limit or otherwise affect these Terms.<br><br>SECTION 3 - ACCURACY, COMPLETENESS AND TIMELINESS OF INFORMATION<br><br>We are not responsible if information made available on this site is not accurate, complete or current. The material on this site is provided for general information only and should not be relied upon or used as the sole basis for making decisions without consulting primary, more accurate, more complete or more timely sources of information. Any reliance on the material on this site is at your own risk.<br>This site may contain certain historical information. Historical information, necessarily, is not current and is provided for your reference only. We reserve the right to modify the contents of this site at any time, but we have no obligation to update any information on our site. You agree that it is your responsibility to monitor changes to our site.<br><br>SECTION 4 - MODIFICATIONS TO THE SERVICE AND PRICES<br><br>The prices for our products are subject to change without notice.<br>We reserve the right at any time to modify or discontinue the Service (or any part or content thereof) without notice at any time.<br>We shall not be liable to you or to any third-party for any modification, price change, suspension or discontinuance of the Service.<br><br>SECTION 5 - PRODUCTS OR SERVICES (if applicable)<br><br>Certain products or services may be available exclusively online through the website. These products or services may have limited quantities and are subject to return or exchange only according to our Return Policy.<br>We have made every effort to display as accurately as possible the colors and images of our products that appear at the store. We cannot guarantee that your computer monitor\'s display of any color will be accurate.<br>We reserve the right, but are not obligated, to limit the sales of our products or Services to any person, geographic region or jurisdiction. We may exercise this right on a case-by-case basis. We reserve the right to limit the quantities of any products or services that we offer. All descriptions of products or product pricing are subject to change at anytime without notice, at the sole discretion of us. We reserve the right to discontinue any product at any time. Any offer for any product or service made on this site is void where prohibited.<br>We do not warrant that the quality of any products, services, information, or other material purchased or obtained by you will meet your expectations, or that any errors in the Service will be corrected.<br><br>SECTION 6 - ACCURACY OF BILLING AND ACCOUNT INFORMATION<br><br>We reserve the right to refuse any order you place with us. We may, in our sole discretion, limit or cancel quantities purchased per person, per household or per order. These restrictions may include orders placed by or under the same customer account, the same credit card, and/or orders that use the same billing and/or shipping address. In the event that we make a change to or cancel an order, we may attempt to notify you by contacting the e-mail and/or billing address/phone number provided at the time the order was made. We reserve the right to limit or prohibit orders that, in our sole judgment, appear to be placed by dealers, resellers or distributors.<br><br>You agree to provide current, complete and accurate purchase and account information for all purchases made at our store. You agree to promptly update your account and other information, including your email address and credit card numbers and expiration dates, so that we can complete your transactions and contact you as needed.<br><br>For more detail, please review our Returns Policy.<br><br>SECTION 7 - OPTIONAL TOOLS<br><br>We may provide you with access to third-party tools over which we neither monitor nor have any control nor input.<br>You acknowledge and agree that we provide access to such tools â€as isâ€ and â€œas availableâ€ without any warranties, representations or conditions of any kind and without any endorsement. We shall have no liability whatsoever arising from or relating to your use of optional third-party tools.<br>Any use by you of optional tools offered through the site is entirely at your own risk and discretion and you should ensure that you are familiar with and approve of the terms on which tools are provided by the relevant third-party provider(s).<br>We may also, in the future, offer new services and/or features through the website (including, the release of new tools and resources). Such new features and/or services shall also be subject to these Terms of Service.<br><br>SECTION 8 - THIRD-PARTY LINKS<br><br>Certain content, products and services available via our Service may include materials from third-parties.<br>Third-party links on this site may direct you to third-party websites that are not affiliated with us. We are not responsible for examining or evaluating the content or accuracy and we do not warrant and will not have any liability or responsibility for any third-party materials or websites, or for any other materials, products, or services of third-parties.<br>We are not liable for any harm or damages related to the purchase or use of goods, services, resources, content, or any other transactions made in connection with any third-party websites. Please review carefully the third-party\'s policies and practices and make sure you understand them before you engage in any transaction. Complaints, claims, concerns, or questions regarding third-party products should be directed to the third-party.<br><br>SECTION 9 - USER COMMENTS, FEEDBACK AND OTHER SUBMISSIONS<br><br>If, at our request, you send certain specific submissions (for example contest entries) or without a request from us you send creative ideas, suggestions, proposals, plans, or other materials, whether online, by email, by postal mail, or otherwise (collectively, \'comments\'), you agree that we may, at any time, without restriction, edit, copy, publish, distribute, translate and otherwise use in any medium any comments that you forward to us. We are and shall be under no obligation (1) to maintain any comments in confidence; (2) to pay compensation for any comments; or (3) to respond to any comments.<br>We may, but have no obligation to, monitor, edit or remove content that we determine in our sole discretion are unlawful, offensive, threatening, libelous, defamatory, pornographic, obscene or otherwise objectionable or violates any partyâ€™s intellectual property or these Terms of Service.<br>You agree that your comments will not violate any right of any third-party, including copyright, trademark, privacy, personality or other personal or proprietary right. You further agree that your comments will not contain libelous or otherwise unlawful, abusive or obscene material, or contain any computer virus or other malware that could in any way affect the operation of the Service or any related website. You may not use a false e-mail address, pretend to be someone other than yourself, or otherwise mislead us or third-parties as to the origin of any comments. You are solely responsible for any comments you make and their accuracy. We take no responsibility and assume no liability for any comments posted by you or any third-party.<br><br>SECTION 10 - PERSONAL INFORMATION<br><br>Your submission of personal information through the store is governed by our Privacy Policy. To view our Privacy Policy.<br><br>SECTION 11 - ERRORS, INACCURACIES AND OMISSIONS<br><br>Occasionally there may be information on our site or in the Service that contains typographical errors, inaccuracies or omissions that may relate to product descriptions, pricing, promotions, offers, product shipping charges, transit times and availability. We reserve the right to correct any errors, inaccuracies or omissions, and to change or update information or cancel orders if any information in the Service or on any related website is inaccurate at any time without prior notice (including after you have submitted your order).<br>We undertake no obligation to update, amend or clarify information in the Service or on any related website, including without limitation, pricing information, except as required by law. No specified update or refresh date applied in the Service or on any related website, should be taken to indicate that all information in the Service or on any related website has been modified or updated.<br><br>SECTION 12 - PROHIBITED USES<br><br>In addition to other prohibitions as set forth in the Terms of Service, you are prohibited from using the site or its content: (a) for any unlawful purpose; (b) to solicit others to perform or participate in any unlawful acts; (c) to violate any international, federal, provincial or state regulations, rules, laws, or local ordinances; (d) to infringe upon or violate our intellectual property rights or the intellectual property rights of others; (e) to harass, abuse, insult, harm, defame, slander, disparage, intimidate, or discriminate based on gender, sexual orientation, religion, ethnicity, race, age, national origin, or disability; (f) to submit false or misleading information; (g) to upload or transmit viruses or any other type of malicious code that will or may be used in any way that will affect the functionality or operation of the Service or of any related website, other websites, or the Internet; (h) to collect or track the personal information of others; (i) to spam, phish, pharm, pretext, spider, crawl, or scrape; (j) for any obscene or immoral purpose; or (k) to interfere with or circumvent the security features of the Service or any related website, other websites, or the Internet. We reserve the right to terminate your use of the Service or any related website for violating any of the prohibited uses.<br><br>SECTION 13 - DISCLAIMER OF WARRANTIES; LIMITATION OF LIABILITY<br><br>We do not guarantee, represent or warrant that your use of our service will be uninterrupted, timely, secure or error-free.<br>We do not warrant that the results that may be obtained from the use of the service will be accurate or reliable.<br>You agree that from time to time we may remove the service for indefinite periods of time or cancel the service at any time, without notice to you.<br>You expressly agree that your use of, or inability to use, the service is at your sole risk. The service and all products and services delivered to you through the service are (except as expressly stated by us) provided \'as is\' and \'as available\' for your use, without any representation, warranties or conditions of any kind, either express or implied, including all implied warranties or conditions of merchantability, merchantable quality, fitness for a particular purpose, durability, title, and non-infringement.<br>In no case shall Blackhawk Custom, LLC, our directors, officers, employees, affiliates, agents, contractors, interns, suppliers, service providers or licensors be liable for any injury, loss, claim, or any direct, indirect, incidental, punitive, special, or consequential damages of any kind, including, without limitation lost profits, lost revenue, lost savings, loss of data, replacement costs, or any similar damages, whether based in contract, tort (including negligence), strict liability or otherwise, arising from your use of any of the service or any products procured using the service, or for any other claim related in any way to your use of the service or any product, including, but not limited to, any errors or omissions in any content, or any loss or damage of any kind incurred as a result of the use of the service or any content (or product) posted, transmitted, or otherwise made available via the service, even if advised of their possibility. Because some states or jurisdictions do not allow the exclusion or the limitation of liability for consequential or incidental damages, in such states or jurisdictions, our liability shall be limited to the maximum extent permitted by law.<br><br>SECTION 14 - INDEMNIFICATION<br><br>You agree to indemnify, defend and hold harmless Blackhawk Custom, LLC and our parent, subsidiaries, affiliates, partners, officers, directors, agents, contractors, licensors, service providers, subcontractors, suppliers, interns and employees, harmless from any claim or demand, including reasonable attorneysâ€™ fees, made by any third-party due to or arising out of your breach of these Terms of Service or the documents they incorporate by reference, or your violation of any law or the rights of a third-party.<br><br>SECTION 15 - SEVERABILITY<br><br>In the event that any provision of these Terms of Service is determined to be unlawful, void or unenforceable, such provision shall nonetheless be enforceable to the fullest extent permitted by applicable law, and the unenforceable portion shall be deemed to be severed from these Terms of Service, such determination shall not affect the validity and enforceability of any other remaining provisions.<br><br>SECTION 16 - TERMINATION<br><br>The obligations and liabilities of the parties incurred prior to the termination date shall survive the termination of this agreement for all purposes.<br>These Terms of Service are effective unless and until terminated by either you or us. You may terminate these Terms of Service at any time by notifying us that you no longer wish to use our Services, or when you cease using our site.<br>If in our sole judgment you fail, or we suspect that you have failed, to comply with any term or provision of these Terms of Service, we also may terminate this agreement at any time without notice and you will remain liable for all amounts due up to and including the date of termination; and/or accordingly may deny you access to our Services (or any part thereof).<br><br>SECTION 17 - ENTIRE AGREEMENT<br><br>The failure of us to exercise or enforce any right or provision of these Terms of Service shall not constitute a waiver of such right or provision.<br>These Terms of Service and any policies or operating rules posted by us on this site or in respect to The Service constitutes the entire agreement and understanding between you and us and govern your use of the Service, superseding any prior or contemporaneous agreements, communications and proposals, whether oral or written, between you and us (including, but not limited to, any prior versions of the Terms of Service).<br>Any ambiguities in the interpretation of these Terms of Service shall not be construed against the drafting party.<br><br>SECTION 18 - GOVERNING LAW<br><br>These Terms of Service and any separate agreements whereby we provide you Services shall be governed by and construed in accordance with the laws of 825 South Kings Highway, Fort Pierce, FL 34945.<br><br>SECTION 19 - CHANGES TO TERMS OF SERVICE<br><br>You can review the most current version of the Terms of Service at any time at this page.<br>We reserve the right, at our sole discretion, to update, change or replace any part of these Terms of Service by posting updates and changes to our website. It is your responsibility to check our website periodically for changes. Your continued use of or access to our website or the Service following the posting of any changes to these Terms of Service constitutes acceptance of those changes.<br><br>SECTION 20 - CONTACT INFORMATION<br><br>Questions about the Terms of Service should be sent to us at <a href=\"mailto:admin@blackhawkcustom.com\" target=\"_blank\">admin@blackhawkcustom.com</a></p></div></div>\n</div>'),(1875,172,'tve_revision_tve_has_wistia_popover','0'),(1876,173,'tve_revision_tve_landing_page','tcb2-blank-page-styled'),(1877,173,'tve_revision_tve_disable_theme_dependency','1'),(1878,173,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1642b667be5\" wfd-id=\"36\">\n<div class=\"tve-content-box-background\" wfd-id=\"63\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"37\"><div class=\"thrv_wrapper thrv_widget_menu tve-custom-menu-upgrade tve-mobile-dropdown tve-menu-style-style_1 on_hover\" data-tve-style=\"tve_horizontal\" data-tve-switch-icon=\"mobile\" data-css=\"tve-u-1642b26f466\" style=\"z-index: 8;\" wfd-id=\"44\">	<div class=\"thrive-shortcode-config\" style=\"display: none !important\" wfd-id=\"62\">__CONFIG_widget_menu__{\"menu_id\":\"4\",\"color\":\"tve_red\",\"dir\":\"tve_horizontal\",\"font_class\":\"\",\"font_size\":\"\",\"ul_attr\":\"\",\"link_attr\":\"\",\"top_link_attr\":\"\",\"trigger_attr\":\"\",\"primary\":\"\",\"head_css\":\"\",\"background_hover\":\"\",\"main_hover\":\"\",\"child_hover\":\"\",\"group_edit\":[{\"css_id\":\"\",\"class\":\"\"},{\"css_id\":\"\",\"class\":\"\"},{\"css_id\":\"\",\"class\":\"\"},{\"css_id\":\"\",\"class\":\"\"},{\"css_id\":null,\"class\":\"\"}],\"menu_style\":\"style_1\",\"dropdown_icon\":\"\",\"mobile_side\":\"\",\"mobile_icon\":\"\",\"switch_to_icon\":\"mobile\"}__CONFIG_widget_menu__</div>\n</div><div class=\"thrv_wrapper thrv_heading\" style=\"\" data-tag=\"h1\" data-css=\"tve-u-1642b32e2c2\" wfd-id=\"41\"><h1 data-css=\"tve-u-16035acf904\"><strong>Privacy</strong></h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" data-css=\"tve-u-1642b25c464\" wfd-id=\"38\"><p data-css=\"tve-u-1642b20c920\">Privacy Policy</p><p data-css=\"tve-u-1642b20c920\">What personal information do we collect from the people that visit our blog, website or app?<br>When ordering or registering on our site, as appropriate, you may be asked to enter your name, email address, mailing address, phone number, credit card information or other details to help you with your experience.</p><p data-css=\"tve-u-1642b20c920\">When do we collect information?</p><p data-css=\"tve-u-1642b20c920\">We collect information from you when you register on our site, place an order, subscribe to a newsletter, respond to a survey, fill out a form or enter information on our site.</p><p data-css=\"tve-u-1642b20c920\">How do we use your information?</p><p data-css=\"tve-u-1642b20c920\">We may use the information we collect from you when you register, make a purchase, sign up for our newsletter, respond to a survey or marketing communication, surf the website, or use certain other site features in the following ways:<br>â€¢ To personalize user\'s experience and to allow us to deliver the type of content and product offerings in which you are most interested.<br>â€¢ To improve our website in order to better serve you.<br>â€¢ To allow us to better service you in responding to your customer service requests.<br>â€¢ To administer a contest, promotion, survey or other site feature.<br>â€¢ To quickly process your transactions.<br>â€¢ To send periodic emails regarding your order or other products and services.</p><p data-css=\"tve-u-1642b20c920\">How do we protect visitor information?</p><p data-css=\"tve-u-1642b20c920\">Our website is scanned on a regular basis for security holes and known vulnerabilities in order to make your visit to our site as safe as possible.<br>We use regular Malware Scanning.</p><p data-css=\"tve-u-1642b20c920\">Your personal information is contained behind secured networks and is only accessible by a limited number of persons who have special access rights to such systems, and are required to keep the information confidential. In addition, all sensitive/credit information you supply is encrypted via Secure Socket Layer (SSL) technology.</p><p data-css=\"tve-u-1642b20c920\">We implement a variety of security measures when a user places an order, enters, submits, or accesses their information to maintain the safety of your personal information.</p><p data-css=\"tve-u-1642b20c920\">All transactions are processed through a gateway provider and are not stored or processed on our servers.</p><p data-css=\"tve-u-1642b20c920\">Do we use \'cookies\'?</p><p data-css=\"tve-u-1642b20c920\">Yes. Cookies are small files that a site or its service provider transfers to your computer\'s hard drive through your Web browser (if you allow) that enable the site\'s or service provider\'s systems to recognize your browser and capture and remember certain information. For instance, we use cookies to help us remember and process the items in your shopping cart. They are also used to help us understand your preferences based on previous or current site activity, which enables us to provide you with improved services. We also use cookies to help us compile aggregate data about site traffic and site interaction so that we can offer better site experiences and tools in the future.</p><p data-css=\"tve-u-1642b20c920\">We use cookies to:</p><p data-css=\"tve-u-1642b20c920\">â€¢ Help remember and process the items in the shopping cart.<br>â€¢ Understand and save user\'s preferences for future visits.<br>You can choose to have your computer warn you each time a cookie is being sent, or you can choose to turn off all cookies. You do this through your browser (like Internet Explorer) settings. Each browser is a little different, so look at your browser\'s Help menu to learn the correct way to modify your cookies.<br>If users disable cookies in their browser:<br>If you turn off cookies, some features will be disabled. However, you can still place orders for<br>saved items in your shopping cart over the telephone by contacting customer service.</p><p data-css=\"tve-u-1642b20c920\">Third Party Disclosure</p><p data-css=\"tve-u-1642b20c920\">We do not sell, trade, or otherwise transfer to outside parties your personally identifiable information.</p><p data-css=\"tve-u-1642b20c920\">Third party links</p><p data-css=\"tve-u-1642b20c920\">Occasionally, at our discretion, we may include or offer third party products or services on our website. These third party sites have separate and independent privacy policies. We therefore have no responsibility or liability for the content and activities of these linked sites. Nonetheless, we seek to protect the integrity of our site and welcome any feedback about these sites.</p><p data-css=\"tve-u-1642b20c920\">Google</p><p data-css=\"tve-u-1642b20c920\">Google\'s advertising requirements can be summed up by Google\'s Advertising Principles. They are put in place to provide a positive experience for users. https://support.google.com/adwordspolicy/answer/1316548?hl=en<br>Opting out:<br>Users can set preferences for how Google advertises to you using the Google Ad Settings page. Alternatively, you can opt out by visiting the Network Advertising initiative opt out page or permanently using the Google Analytics Opt Out Browser add on.<br>California Online Privacy Protection Act<br>CalOPPA is the first state law in the nation to require commercial websites and online services to post a privacy policy. The law\'s reach stretches well beyond California to require a person or company in the United States (and conceivably the world) that operates websites collecting personally identifiable information from California consumers to post a conspicuous privacy policy on its website stating exactly the information being collected and those individuals with whom it is being shared, and to comply with this policy.<br>See more at: http://consumercal.org/california-online-privacy-protection-act-caloppa/#sthash.0FdRbT51.dpuf<br>According to CalOPPA we agree to the following:<br>Users can visit our site anonymously<br>Once this privacy policy is created, we will add a link to it on our home page, or as a minimum on the first significant page after entering our website.<br>Our Privacy Policy link includes the word \'Privacy\', and can be easily be found on the page specified above.<br>Users will be notified of any privacy policy changes:<br>â€¢ On our Privacy Policy Page<br>Users are able to change their personal information:<br>â€¢ By emailing us<br>â€¢ By calling us</p><p data-css=\"tve-u-1642b20c920\">How does our site handle do not track signals?</p><p data-css=\"tve-u-1642b20c920\">We honor do not track signals and do not track, plant cookies, or use advertising when a Do Not Track (DNT) browser mechanism is in place.</p><p data-css=\"tve-u-1642b20c920\">Does our site allow third party behavioral tracking?</p><p data-css=\"tve-u-1642b20c920\">It\'s also important to note that we do not allow third party behavioral tracking<br>COPPA (Children Online Privacy Protection Act)<br>When it comes to the collection of personal information from children under 13, the Children\'s Online Privacy Protection Act (COPPA) puts parents in control. The Federal Trade Commission, the nation\'s consumer protection agency, enforces the COPPA Rule, which spells out what operators of websites and online services must do to protect children\'s privacy and safety online.</p><p data-css=\"tve-u-1642b20c920\">We do not specifically market to children under 13.</p><p data-css=\"tve-u-1642b20c920\">Fair Information Practices</p><p data-css=\"tve-u-1642b20c920\">The Fair Information Practices Principles form the backbone of privacy law in the United States and the concepts they include have played a significant role in the development of data protection laws around the globe. Understanding the Fair Information Practice Principles and how they should be implemented is critical to comply with the various privacy laws that protect personal information.<br>In order to be in line with Fair Information Practices we will take the following responsive action, should a data breach occur:<br>â€¢ Within 7 business days<br>We will notify the users via in site notification<br>â€¢ Within 7 business days<br>We also agree to the individual redress principle, which requires that individuals have a right to pursue legally enforceable rights against data collectors and processors who fail to adhere to the law. This principle requires not only that individuals have enforceable rights against data users, but also that individuals have recourse to courts or a government agency to investigate and/or prosecute non-compliance by data processors.<br>CAN SPAM Act<br>The CAN-SPAM Act is a law that sets the rules for commercial email, establishes requirements for commercial messages, gives recipients the right to have emails stopped from being sent to them, and spells out tough penalties for violations.</p><p data-css=\"tve-u-1642b20c920\">We collect your email address in order to:</p><p data-css=\"tve-u-1642b20c920\">â€¢ Send information, respond to inquiries, and/or other requests or questions.<br>â€¢ Process orders and to send information and updates pertaining to orders<br>â€¢ Market to our mailing list or continue to send emails to our clients after the original transaction has occurred<br>To be in accordance with CANSPAM we agree to the following:<br>â€¢ NOT use false, or misleading subjects or email addresses<br>â€¢ Identify the message as an advertisement in some reasonable way<br>â€¢ Include the physical address of our business or site headquarters<br>â€¢ Monitor third party email marketing services for compliance, if one is used.<br>â€¢ Honor opt-out/unsubscribe requests quickly<br>â€¢ Allow users to unsubscribe by using the link at the bottom of each email<br>If at any time you would like to unsubscribe from receiving future emails, you can email us at<br>â€¢ Follow the instructions at the bottom of each email. and we will promptly remove you from ALL correspondence.</p><p data-css=\"tve-u-1642b20c920\">Contacting Us</p><p data-css=\"tve-u-1642b20c920\">If there are any questions regarding this privacy policy you may contact us using the information below.<br>Blackhawk Custom, LLC.<br>825 South Kings Highway<br>Fort Pierce, FL 34945<br>United States<br>https://www.blackhawkcustom.com<br>Conditions of use:</p><p data-css=\"tve-u-1642b20c920\">By using this website, you agree to all of our terms and conditions of the sale<br>All sales are final (See our refund policy)</p></div></div>\n</div>'),(1879,173,'tve_revision_tve_content_more_found',''),(1880,173,'tve_revision_tve_save_post',''),(1881,173,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Montserrat:400,700&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-1642b26f466\"] #menu-item-153.menu-item { margin-right: 0px; }[data-css=\"tve-u-1642b26f466\"] #menu-item-104.menu-item { margin-right: 0px; }[data-css=\"tve-u-1642b26f466\"] #menu-item-103.menu-item { margin-right: 0px; }[data-css=\"tve-u-1642b26f466\"] #menu-item-102.menu-item { margin-right: 0px; }[data-css=\"tve-u-1642b26f466\"] #menu-item-109.menu-item { margin-right: 0px; }[data-css=\"tve-u-1642b667be5\"] { max-width: 1200px; padding: 5px !important; margin-left: auto !important; margin-right: auto !important; float: none; width: 100%; }[data-css=\"tve-u-1642b26f466\"] #menu-item-153 { padding: 17px 28px !important; margin-left: auto !important; margin-right: auto !important; float: none; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-153:hover > a { fill: rgb(179, 144, 57) !important; color: rgb(179, 144, 57) !important; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-153 > a { fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; font-size: 16px !important; }[data-css=\"tve-u-1642b26f466\"] #menu-item-104 { text-align: center; padding: 17px 28px !important; margin-left: auto !important; margin-right: auto !important; float: none; }[data-css=\"tve-u-1642b26f466\"] #menu-item-103 { text-align: center; padding: 17px 28px !important; margin-left: auto !important; margin-right: auto !important; float: none; }[data-css=\"tve-u-1642b26f466\"] #menu-item-102 { text-align: center; padding: 17px 28px !important; margin-left: auto !important; margin-right: auto !important; float: none; }[data-css=\"tve-u-1642b26f466\"] #menu-item-109 { text-align: center; padding: 17px 28px !important; margin-left: auto !important; margin-right: auto !important; float: none; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-104:hover > a { fill: rgb(179, 144, 57) !important; color: rgb(179, 144, 57) !important; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-103:hover > a { fill: rgb(179, 144, 57) !important; color: rgb(179, 144, 57) !important; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-102:hover > a { fill: rgb(179, 144, 57) !important; color: rgb(179, 144, 57) !important; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-109:hover > a { fill: rgb(179, 144, 57) !important; color: rgb(179, 144, 57) !important; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-104 > a { fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-103 > a { fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-102 > a { fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-109 > a { fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; font-size: 16px !important; }[data-css=\"tve-u-1642b26f466\"] .tve_w_menu { background-image: none !important; }[data-css=\"tve-u-1642b32e2c2\"] { float: none; width: 100%; z-index: 3; position: relative; margin-left: auto !important; margin-right: auto !important; }#tcb_landing_page a.tve_state_hover:not(.tcb-button-link) { color: rgb(179, 144, 57); }[data-css=\"tve-u-1642b26f466\"] { float: none; width: 100%; z-index: 3; position: relative; margin: 0px auto 20px !important; }[data-css=\"tve-u-1642b25c464\"] { padding: 5px !important; background-image: none !important; }[data-css=\"tve-u-1642b20c920\"] strong { font-weight: 700 !important; }#tve_editor [data-css=\"tve-u-1642b20c920\"] { font-size: 16px !important; font-family: Montserrat !important; font-weight: 400 !important; }[data-css=\"tve-u-16035acf904\"] strong { font-weight: 700 !important; }#tve_editor [data-css=\"tve-u-16035acf904\"] { font-size: 24px !important; font-family: Montserrat !important; font-weight: 400 !important; text-transform: capitalize !important; }.tcb-plain-text strong { font-weight: 700; }.tcb-plain-text { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page a strong { font-weight: 700; }#tcb_landing_page h6 strong { font-weight: 700; }#tcb_landing_page h5 strong { font-weight: 700; }#tcb_landing_page h4 strong { font-weight: 700; }#tcb_landing_page h6 { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); font-size: 20px; }#tcb_landing_page h5 { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); font-size: 24px; }#tcb_landing_page h4 { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); font-size: 30px; }#tcb_landing_page a:not(.tcb-button-link) { color: rgb(255, 255, 255); text-decoration: underline; }#tcb_landing_page h3 strong { font-weight: 700; }#tcb_landing_page h3 { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); font-size: 38px; line-height: 1.3em; }#tcb_landing_page h2 strong { font-weight: 700; }#tcb_landing_page h2 { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); font-size: 45px; line-height: 1.3em; }#tcb_landing_page h1 strong { font-weight: 700; }#tcb_landing_page h1 { font-family: Montserrat; font-weight: 400; font-size: 50px; line-height: 1.3em; color: rgb(255, 255, 255); }#tcb_landing_page p strong, #tcb_landing_page li strong { font-weight: 700; }#tcb_landing_page p, #tcb_landing_page li { font-family: Montserrat; font-weight: 400; font-size: 17px; line-height: 1.6em; color: rgb(255, 255, 255); }[data-css=\"tve-u-15e09c94f7d\"] { background-color: rgb(0, 0, 0) !important; }#tcb_landing_page a:hover:not(.tcb-button-link) { text-decoration: none; color: rgb(179, 144, 57); }#tcb_landing_page .tve-state-hovera:not(.tcb-button-link) { text-decoration: none; }#tcb_landing_page a.tve-state-hover:not(.tcb-button-link) { text-decoration: none; }}@media (max-width: 1023px){#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-153 > a { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-104 > a { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-103 > a { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-102 > a { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-109 > a { font-size: 16px !important; }[data-css=\"tve-u-1642b26f466\"] #menu-item-153 { float: none; padding-left: 0px !important; padding-right: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1642b26f466\"] #menu-item-104 { float: none; padding-left: 0px !important; padding-right: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1642b26f466\"] #menu-item-103 { float: none; padding-left: 0px !important; padding-right: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1642b26f466\"] #menu-item-102 { float: none; padding-left: 0px !important; padding-right: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1642b26f466\"] #menu-item-109 { float: none; padding-left: 0px !important; padding-right: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1642b26f466\"] { max-width: 1200px; float: none; width: 100%; z-index: 3; position: relative; margin: 0px auto !important; padding: 5px !important; }}@media (max-width: 767px){#tve_editor [data-css=\"tve-u-16035acf904\"] { font-size: 36px !important; }}'),(1882,173,'tve_revision_tve_user_custom_css',''),(1883,173,'tve_revision_tve_page_events','a:0:{}'),(1884,173,'tve_revision_tve_globals','a:2:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";s:8:\"font_cls\";a:0:{}}'),(1885,173,'tve_revision_tve_global_scripts',''),(1886,173,'tve_revision_thrive_icon_pack','0'),(1887,173,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(1888,173,'tve_revision_tve_has_masonry','0'),(1889,173,'tve_revision_tve_has_typefocus','0');
INSERT INTO `wpbe_postmeta` VALUES (1890,173,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1642b667be5\" wfd-id=\"36\">\n<div class=\"tve-content-box-background\" wfd-id=\"63\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"37\"><div class=\"thrv_wrapper thrv_widget_menu tve-custom-menu-upgrade tve-mobile-dropdown tve-menu-style-style_1 on_hover\" data-tve-style=\"tve_horizontal\" data-tve-switch-icon=\"mobile\" data-css=\"tve-u-1642b26f466\" style=\"z-index: 8;\" wfd-id=\"44\">	<div class=\"thrive-shortcode-config\" style=\"display: none !important\" wfd-id=\"62\">__CONFIG_widget_menu__{\"menu_id\":\"4\",\"color\":\"tve_red\",\"dir\":\"tve_horizontal\",\"font_class\":\"\",\"font_size\":\"\",\"ul_attr\":\"\",\"link_attr\":\"\",\"top_link_attr\":\"\",\"trigger_attr\":\"\",\"primary\":\"\",\"head_css\":\"\",\"background_hover\":\"\",\"main_hover\":\"\",\"child_hover\":\"\",\"group_edit\":[{\"css_id\":\"\",\"class\":\"\"},{\"css_id\":\"\",\"class\":\"\"},{\"css_id\":\"\",\"class\":\"\"},{\"css_id\":\"\",\"class\":\"\"},{\"css_id\":null,\"class\":\"\"}],\"menu_style\":\"style_1\",\"dropdown_icon\":\"\",\"mobile_side\":\"\",\"mobile_icon\":\"\",\"switch_to_icon\":\"mobile\"}__CONFIG_widget_menu__</div>\n</div><div class=\"thrv_wrapper thrv_heading\" style=\"\" data-tag=\"h1\" data-css=\"tve-u-1642b32e2c2\" wfd-id=\"41\"><h1 data-css=\"tve-u-16035acf904\"><strong>Privacy</strong></h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" data-css=\"tve-u-1642b25c464\" wfd-id=\"38\"><p data-css=\"tve-u-1642b20c920\">Privacy Policy</p><p data-css=\"tve-u-1642b20c920\">What personal information do we collect from the people that visit our blog, website or app?<br>When ordering or registering on our site, as appropriate, you may be asked to enter your name, email address, mailing address, phone number, credit card information or other details to help you with your experience.</p><p data-css=\"tve-u-1642b20c920\">When do we collect information?</p><p data-css=\"tve-u-1642b20c920\">We collect information from you when you register on our site, place an order, subscribe to a newsletter, respond to a survey, fill out a form or enter information on our site.</p><p data-css=\"tve-u-1642b20c920\">How do we use your information?</p><p data-css=\"tve-u-1642b20c920\">We may use the information we collect from you when you register, make a purchase, sign up for our newsletter, respond to a survey or marketing communication, surf the website, or use certain other site features in the following ways:<br>â€¢ To personalize user\'s experience and to allow us to deliver the type of content and product offerings in which you are most interested.<br>â€¢ To improve our website in order to better serve you.<br>â€¢ To allow us to better service you in responding to your customer service requests.<br>â€¢ To administer a contest, promotion, survey or other site feature.<br>â€¢ To quickly process your transactions.<br>â€¢ To send periodic emails regarding your order or other products and services.</p><p data-css=\"tve-u-1642b20c920\">How do we protect visitor information?</p><p data-css=\"tve-u-1642b20c920\">Our website is scanned on a regular basis for security holes and known vulnerabilities in order to make your visit to our site as safe as possible.<br>We use regular Malware Scanning.</p><p data-css=\"tve-u-1642b20c920\">Your personal information is contained behind secured networks and is only accessible by a limited number of persons who have special access rights to such systems, and are required to keep the information confidential. In addition, all sensitive/credit information you supply is encrypted via Secure Socket Layer (SSL) technology.</p><p data-css=\"tve-u-1642b20c920\">We implement a variety of security measures when a user places an order, enters, submits, or accesses their information to maintain the safety of your personal information.</p><p data-css=\"tve-u-1642b20c920\">All transactions are processed through a gateway provider and are not stored or processed on our servers.</p><p data-css=\"tve-u-1642b20c920\">Do we use \'cookies\'?</p><p data-css=\"tve-u-1642b20c920\">Yes. Cookies are small files that a site or its service provider transfers to your computer\'s hard drive through your Web browser (if you allow) that enable the site\'s or service provider\'s systems to recognize your browser and capture and remember certain information. For instance, we use cookies to help us remember and process the items in your shopping cart. They are also used to help us understand your preferences based on previous or current site activity, which enables us to provide you with improved services. We also use cookies to help us compile aggregate data about site traffic and site interaction so that we can offer better site experiences and tools in the future.</p><p data-css=\"tve-u-1642b20c920\">We use cookies to:</p><p data-css=\"tve-u-1642b20c920\">â€¢ Help remember and process the items in the shopping cart.<br>â€¢ Understand and save user\'s preferences for future visits.<br>You can choose to have your computer warn you each time a cookie is being sent, or you can choose to turn off all cookies. You do this through your browser (like Internet Explorer) settings. Each browser is a little different, so look at your browser\'s Help menu to learn the correct way to modify your cookies.<br>If users disable cookies in their browser:<br>If you turn off cookies, some features will be disabled. However, you can still place orders for<br>saved items in your shopping cart over the telephone by contacting customer service.</p><p data-css=\"tve-u-1642b20c920\">Third Party Disclosure</p><p data-css=\"tve-u-1642b20c920\">We do not sell, trade, or otherwise transfer to outside parties your personally identifiable information.</p><p data-css=\"tve-u-1642b20c920\">Third party links</p><p data-css=\"tve-u-1642b20c920\">Occasionally, at our discretion, we may include or offer third party products or services on our website. These third party sites have separate and independent privacy policies. We therefore have no responsibility or liability for the content and activities of these linked sites. Nonetheless, we seek to protect the integrity of our site and welcome any feedback about these sites.</p><p data-css=\"tve-u-1642b20c920\">Google</p><p data-css=\"tve-u-1642b20c920\">Google\'s advertising requirements can be summed up by Google\'s Advertising Principles. They are put in place to provide a positive experience for users. https://support.google.com/adwordspolicy/answer/1316548?hl=en<br>Opting out:<br>Users can set preferences for how Google advertises to you using the Google Ad Settings page. Alternatively, you can opt out by visiting the Network Advertising initiative opt out page or permanently using the Google Analytics Opt Out Browser add on.<br>California Online Privacy Protection Act<br>CalOPPA is the first state law in the nation to require commercial websites and online services to post a privacy policy. The law\'s reach stretches well beyond California to require a person or company in the United States (and conceivably the world) that operates websites collecting personally identifiable information from California consumers to post a conspicuous privacy policy on its website stating exactly the information being collected and those individuals with whom it is being shared, and to comply with this policy.<br>See more at: http://consumercal.org/california-online-privacy-protection-act-caloppa/#sthash.0FdRbT51.dpuf<br>According to CalOPPA we agree to the following:<br>Users can visit our site anonymously<br>Once this privacy policy is created, we will add a link to it on our home page, or as a minimum on the first significant page after entering our website.<br>Our Privacy Policy link includes the word \'Privacy\', and can be easily be found on the page specified above.<br>Users will be notified of any privacy policy changes:<br>â€¢ On our Privacy Policy Page<br>Users are able to change their personal information:<br>â€¢ By emailing us<br>â€¢ By calling us</p><p data-css=\"tve-u-1642b20c920\">How does our site handle do not track signals?</p><p data-css=\"tve-u-1642b20c920\">We honor do not track signals and do not track, plant cookies, or use advertising when a Do Not Track (DNT) browser mechanism is in place.</p><p data-css=\"tve-u-1642b20c920\">Does our site allow third party behavioral tracking?</p><p data-css=\"tve-u-1642b20c920\">It\'s also important to note that we do not allow third party behavioral tracking<br>COPPA (Children Online Privacy Protection Act)<br>When it comes to the collection of personal information from children under 13, the Children\'s Online Privacy Protection Act (COPPA) puts parents in control. The Federal Trade Commission, the nation\'s consumer protection agency, enforces the COPPA Rule, which spells out what operators of websites and online services must do to protect children\'s privacy and safety online.</p><p data-css=\"tve-u-1642b20c920\">We do not specifically market to children under 13.</p><p data-css=\"tve-u-1642b20c920\">Fair Information Practices</p><p data-css=\"tve-u-1642b20c920\">The Fair Information Practices Principles form the backbone of privacy law in the United States and the concepts they include have played a significant role in the development of data protection laws around the globe. Understanding the Fair Information Practice Principles and how they should be implemented is critical to comply with the various privacy laws that protect personal information.<br>In order to be in line with Fair Information Practices we will take the following responsive action, should a data breach occur:<br>â€¢ Within 7 business days<br>We will notify the users via in site notification<br>â€¢ Within 7 business days<br>We also agree to the individual redress principle, which requires that individuals have a right to pursue legally enforceable rights against data collectors and processors who fail to adhere to the law. This principle requires not only that individuals have enforceable rights against data users, but also that individuals have recourse to courts or a government agency to investigate and/or prosecute non-compliance by data processors.<br>CAN SPAM Act<br>The CAN-SPAM Act is a law that sets the rules for commercial email, establishes requirements for commercial messages, gives recipients the right to have emails stopped from being sent to them, and spells out tough penalties for violations.</p><p data-css=\"tve-u-1642b20c920\">We collect your email address in order to:</p><p data-css=\"tve-u-1642b20c920\">â€¢ Send information, respond to inquiries, and/or other requests or questions.<br>â€¢ Process orders and to send information and updates pertaining to orders<br>â€¢ Market to our mailing list or continue to send emails to our clients after the original transaction has occurred<br>To be in accordance with CANSPAM we agree to the following:<br>â€¢ NOT use false, or misleading subjects or email addresses<br>â€¢ Identify the message as an advertisement in some reasonable way<br>â€¢ Include the physical address of our business or site headquarters<br>â€¢ Monitor third party email marketing services for compliance, if one is used.<br>â€¢ Honor opt-out/unsubscribe requests quickly<br>â€¢ Allow users to unsubscribe by using the link at the bottom of each email<br>If at any time you would like to unsubscribe from receiving future emails, you can email us at<br>â€¢ Follow the instructions at the bottom of each email. and we will promptly remove you from ALL correspondence.</p><p data-css=\"tve-u-1642b20c920\">Contacting Us</p><p data-css=\"tve-u-1642b20c920\">If there are any questions regarding this privacy policy you may contact us using the information below.<br>Blackhawk Custom, LLC.<br>825 South Kings Highway<br>Fort Pierce, FL 34945<br>United States<br>https://www.blackhawkcustom.com<br>Conditions of use:</p><p data-css=\"tve-u-1642b20c920\">By using this website, you agree to all of our terms and conditions of the sale<br>All sales are final (See our refund policy)</p></div></div>\n</div>'),(1891,173,'tve_revision_tve_has_wistia_popover','0'),(1892,174,'tve_revision_tve_landing_page','tcb2-blank-page-styled'),(1893,174,'tve_revision_tve_disable_theme_dependency','1'),(1894,174,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1642b667be5\" wfd-id=\"36\">\n<div class=\"tve-content-box-background\" wfd-id=\"63\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"37\"><div class=\"thrv_wrapper thrv_widget_menu tve-custom-menu-upgrade tve-mobile-dropdown tve-menu-style-style_1 on_hover\" data-tve-style=\"tve_horizontal\" data-tve-switch-icon=\"tablet,mobile\" data-css=\"tve-u-1642b26f466\" style=\"z-index: 8;\" wfd-id=\"44\">	<div class=\"thrive-shortcode-config\" style=\"display: none !important\" wfd-id=\"62\">__CONFIG_widget_menu__{\"menu_id\":\"4\",\"color\":\"tve_red\",\"dir\":\"tve_horizontal\",\"font_class\":\"\",\"font_size\":\"\",\"ul_attr\":\"\",\"link_attr\":\"\",\"top_link_attr\":\"\",\"trigger_attr\":\"\",\"primary\":\"\",\"head_css\":\"\",\"background_hover\":\"\",\"main_hover\":\"\",\"child_hover\":\"\",\"group_edit\":[{\"css_id\":\"\",\"class\":\"\"},{\"css_id\":\"\",\"class\":\"\"},{\"css_id\":\"\",\"class\":\"\"},{\"css_id\":\"\",\"class\":\"\"},{\"css_id\":null,\"class\":\"\"}],\"menu_style\":\"style_1\",\"dropdown_icon\":\"\",\"mobile_side\":\"\",\"mobile_icon\":\"\",\"switch_to_icon\":\"tablet,mobile\"}__CONFIG_widget_menu__</div>\n</div><div class=\"thrv_wrapper thrv_heading\" style=\"\" data-tag=\"h1\" data-css=\"tve-u-1642b32e2c2\" wfd-id=\"41\"><h1 data-css=\"tve-u-16035acf904\"><strong>Privacy</strong></h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" data-css=\"tve-u-1642b25c464\" wfd-id=\"38\"><p data-css=\"tve-u-1642b20c920\">Privacy Policy</p><p data-css=\"tve-u-1642b20c920\">What personal information do we collect from the people that visit our blog, website or app?<br>When ordering or registering on our site, as appropriate, you may be asked to enter your name, email address, mailing address, phone number, credit card information or other details to help you with your experience.</p><p data-css=\"tve-u-1642b20c920\">When do we collect information?</p><p data-css=\"tve-u-1642b20c920\">We collect information from you when you register on our site, place an order, subscribe to a newsletter, respond to a survey, fill out a form or enter information on our site.</p><p data-css=\"tve-u-1642b20c920\">How do we use your information?</p><p data-css=\"tve-u-1642b20c920\">We may use the information we collect from you when you register, make a purchase, sign up for our newsletter, respond to a survey or marketing communication, surf the website, or use certain other site features in the following ways:<br>â€¢ To personalize user\'s experience and to allow us to deliver the type of content and product offerings in which you are most interested.<br>â€¢ To improve our website in order to better serve you.<br>â€¢ To allow us to better service you in responding to your customer service requests.<br>â€¢ To administer a contest, promotion, survey or other site feature.<br>â€¢ To quickly process your transactions.<br>â€¢ To send periodic emails regarding your order or other products and services.</p><p data-css=\"tve-u-1642b20c920\">How do we protect visitor information?</p><p data-css=\"tve-u-1642b20c920\">Our website is scanned on a regular basis for security holes and known vulnerabilities in order to make your visit to our site as safe as possible.<br>We use regular Malware Scanning.</p><p data-css=\"tve-u-1642b20c920\">Your personal information is contained behind secured networks and is only accessible by a limited number of persons who have special access rights to such systems, and are required to keep the information confidential. In addition, all sensitive/credit information you supply is encrypted via Secure Socket Layer (SSL) technology.</p><p data-css=\"tve-u-1642b20c920\">We implement a variety of security measures when a user places an order, enters, submits, or accesses their information to maintain the safety of your personal information.</p><p data-css=\"tve-u-1642b20c920\">All transactions are processed through a gateway provider and are not stored or processed on our servers.</p><p data-css=\"tve-u-1642b20c920\">Do we use \'cookies\'?</p><p data-css=\"tve-u-1642b20c920\">Yes. Cookies are small files that a site or its service provider transfers to your computer\'s hard drive through your Web browser (if you allow) that enable the site\'s or service provider\'s systems to recognize your browser and capture and remember certain information. For instance, we use cookies to help us remember and process the items in your shopping cart. They are also used to help us understand your preferences based on previous or current site activity, which enables us to provide you with improved services. We also use cookies to help us compile aggregate data about site traffic and site interaction so that we can offer better site experiences and tools in the future.</p><p data-css=\"tve-u-1642b20c920\">We use cookies to:</p><p data-css=\"tve-u-1642b20c920\">â€¢ Help remember and process the items in the shopping cart.<br>â€¢ Understand and save user\'s preferences for future visits.<br>You can choose to have your computer warn you each time a cookie is being sent, or you can choose to turn off all cookies. You do this through your browser (like Internet Explorer) settings. Each browser is a little different, so look at your browser\'s Help menu to learn the correct way to modify your cookies.<br>If users disable cookies in their browser:<br>If you turn off cookies, some features will be disabled. However, you can still place orders for<br>saved items in your shopping cart over the telephone by contacting customer service.</p><p data-css=\"tve-u-1642b20c920\">Third Party Disclosure</p><p data-css=\"tve-u-1642b20c920\">We do not sell, trade, or otherwise transfer to outside parties your personally identifiable information.</p><p data-css=\"tve-u-1642b20c920\">Third party links</p><p data-css=\"tve-u-1642b20c920\">Occasionally, at our discretion, we may include or offer third party products or services on our website. These third party sites have separate and independent privacy policies. We therefore have no responsibility or liability for the content and activities of these linked sites. Nonetheless, we seek to protect the integrity of our site and welcome any feedback about these sites.</p><p data-css=\"tve-u-1642b20c920\">Google</p><p data-css=\"tve-u-1642b20c920\">Google\'s advertising requirements can be summed up by Google\'s Advertising Principles. They are put in place to provide a positive experience for users. https://support.google.com/adwordspolicy/answer/1316548?hl=en<br>Opting out:<br>Users can set preferences for how Google advertises to you using the Google Ad Settings page. Alternatively, you can opt out by visiting the Network Advertising initiative opt out page or permanently using the Google Analytics Opt Out Browser add on.<br>California Online Privacy Protection Act<br>CalOPPA is the first state law in the nation to require commercial websites and online services to post a privacy policy. The law\'s reach stretches well beyond California to require a person or company in the United States (and conceivably the world) that operates websites collecting personally identifiable information from California consumers to post a conspicuous privacy policy on its website stating exactly the information being collected and those individuals with whom it is being shared, and to comply with this policy.<br>See more at: http://consumercal.org/california-online-privacy-protection-act-caloppa/#sthash.0FdRbT51.dpuf<br>According to CalOPPA we agree to the following:<br>Users can visit our site anonymously<br>Once this privacy policy is created, we will add a link to it on our home page, or as a minimum on the first significant page after entering our website.<br>Our Privacy Policy link includes the word \'Privacy\', and can be easily be found on the page specified above.<br>Users will be notified of any privacy policy changes:<br>â€¢ On our Privacy Policy Page<br>Users are able to change their personal information:<br>â€¢ By emailing us<br>â€¢ By calling us</p><p data-css=\"tve-u-1642b20c920\">How does our site handle do not track signals?</p><p data-css=\"tve-u-1642b20c920\">We honor do not track signals and do not track, plant cookies, or use advertising when a Do Not Track (DNT) browser mechanism is in place.</p><p data-css=\"tve-u-1642b20c920\">Does our site allow third party behavioral tracking?</p><p data-css=\"tve-u-1642b20c920\">It\'s also important to note that we do not allow third party behavioral tracking<br>COPPA (Children Online Privacy Protection Act)<br>When it comes to the collection of personal information from children under 13, the Children\'s Online Privacy Protection Act (COPPA) puts parents in control. The Federal Trade Commission, the nation\'s consumer protection agency, enforces the COPPA Rule, which spells out what operators of websites and online services must do to protect children\'s privacy and safety online.</p><p data-css=\"tve-u-1642b20c920\">We do not specifically market to children under 13.</p><p data-css=\"tve-u-1642b20c920\">Fair Information Practices</p><p data-css=\"tve-u-1642b20c920\">The Fair Information Practices Principles form the backbone of privacy law in the United States and the concepts they include have played a significant role in the development of data protection laws around the globe. Understanding the Fair Information Practice Principles and how they should be implemented is critical to comply with the various privacy laws that protect personal information.<br>In order to be in line with Fair Information Practices we will take the following responsive action, should a data breach occur:<br>â€¢ Within 7 business days<br>We will notify the users via in site notification<br>â€¢ Within 7 business days<br>We also agree to the individual redress principle, which requires that individuals have a right to pursue legally enforceable rights against data collectors and processors who fail to adhere to the law. This principle requires not only that individuals have enforceable rights against data users, but also that individuals have recourse to courts or a government agency to investigate and/or prosecute non-compliance by data processors.<br>CAN SPAM Act<br>The CAN-SPAM Act is a law that sets the rules for commercial email, establishes requirements for commercial messages, gives recipients the right to have emails stopped from being sent to them, and spells out tough penalties for violations.</p><p data-css=\"tve-u-1642b20c920\">We collect your email address in order to:</p><p data-css=\"tve-u-1642b20c920\">â€¢ Send information, respond to inquiries, and/or other requests or questions.<br>â€¢ Process orders and to send information and updates pertaining to orders<br>â€¢ Market to our mailing list or continue to send emails to our clients after the original transaction has occurred<br>To be in accordance with CANSPAM we agree to the following:<br>â€¢ NOT use false, or misleading subjects or email addresses<br>â€¢ Identify the message as an advertisement in some reasonable way<br>â€¢ Include the physical address of our business or site headquarters<br>â€¢ Monitor third party email marketing services for compliance, if one is used.<br>â€¢ Honor opt-out/unsubscribe requests quickly<br>â€¢ Allow users to unsubscribe by using the link at the bottom of each email<br>If at any time you would like to unsubscribe from receiving future emails, you can email us at<br>â€¢ Follow the instructions at the bottom of each email. and we will promptly remove you from ALL correspondence.</p><p data-css=\"tve-u-1642b20c920\">Contacting Us</p><p data-css=\"tve-u-1642b20c920\">If there are any questions regarding this privacy policy you may contact us using the information below.<br>Blackhawk Custom, LLC.<br>825 South Kings Highway<br>Fort Pierce, FL 34945<br>United States<br>https://www.blackhawkcustom.com<br>Conditions of use:</p><p data-css=\"tve-u-1642b20c920\">By using this website, you agree to all of our terms and conditions of the sale<br>All sales are final (See our refund policy)</p></div></div>\n</div>'),(1895,174,'tve_revision_tve_content_more_found',''),(1896,174,'tve_revision_tve_save_post',''),(1897,174,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Montserrat:400,700&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-1642b26f466\"] #menu-item-153.menu-item { margin-right: 0px; }[data-css=\"tve-u-1642b26f466\"] #menu-item-104.menu-item { margin-right: 0px; }[data-css=\"tve-u-1642b26f466\"] #menu-item-103.menu-item { margin-right: 0px; }[data-css=\"tve-u-1642b26f466\"] #menu-item-102.menu-item { margin-right: 0px; }[data-css=\"tve-u-1642b26f466\"] #menu-item-109.menu-item { margin-right: 0px; }[data-css=\"tve-u-1642b667be5\"] { max-width: 1200px; padding: 5px !important; margin-left: auto !important; margin-right: auto !important; float: none; width: 100%; }[data-css=\"tve-u-1642b26f466\"] #menu-item-153 { padding: 17px 28px !important; margin-left: auto !important; margin-right: auto !important; float: none; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-153:hover > a { fill: rgb(179, 144, 57) !important; color: rgb(179, 144, 57) !important; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-153 > a { fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; font-size: 16px !important; }[data-css=\"tve-u-1642b26f466\"] #menu-item-104 { text-align: center; padding: 17px 28px !important; margin-left: auto !important; margin-right: auto !important; float: none; }[data-css=\"tve-u-1642b26f466\"] #menu-item-103 { text-align: center; padding: 17px 28px !important; margin-left: auto !important; margin-right: auto !important; float: none; }[data-css=\"tve-u-1642b26f466\"] #menu-item-102 { text-align: center; padding: 17px 28px !important; margin-left: auto !important; margin-right: auto !important; float: none; }[data-css=\"tve-u-1642b26f466\"] #menu-item-109 { text-align: center; padding: 17px 28px !important; margin-left: auto !important; margin-right: auto !important; float: none; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-104:hover > a { fill: rgb(179, 144, 57) !important; color: rgb(179, 144, 57) !important; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-103:hover > a { fill: rgb(179, 144, 57) !important; color: rgb(179, 144, 57) !important; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-102:hover > a { fill: rgb(179, 144, 57) !important; color: rgb(179, 144, 57) !important; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-109:hover > a { fill: rgb(179, 144, 57) !important; color: rgb(179, 144, 57) !important; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-104 > a { fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-103 > a { fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-102 > a { fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-109 > a { fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; font-size: 16px !important; }[data-css=\"tve-u-1642b26f466\"] .tve_w_menu { background-image: none !important; }[data-css=\"tve-u-1642b32e2c2\"] { float: none; width: 100%; z-index: 3; position: relative; margin-left: auto !important; margin-right: auto !important; }#tcb_landing_page a.tve_state_hover:not(.tcb-button-link) { color: rgb(179, 144, 57); }[data-css=\"tve-u-1642b26f466\"] { float: none; width: 100%; z-index: 3; position: relative; margin: 0px auto 20px !important; }[data-css=\"tve-u-1642b25c464\"] { padding: 5px !important; background-image: none !important; }[data-css=\"tve-u-1642b20c920\"] strong { font-weight: 700 !important; }#tve_editor [data-css=\"tve-u-1642b20c920\"] { font-size: 16px !important; font-family: Montserrat !important; font-weight: 400 !important; }[data-css=\"tve-u-16035acf904\"] strong { font-weight: 700 !important; }#tve_editor [data-css=\"tve-u-16035acf904\"] { font-size: 24px !important; font-family: Montserrat !important; font-weight: 400 !important; text-transform: capitalize !important; }.tcb-plain-text strong { font-weight: 700; }.tcb-plain-text { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page a strong { font-weight: 700; }#tcb_landing_page h6 strong { font-weight: 700; }#tcb_landing_page h5 strong { font-weight: 700; }#tcb_landing_page h4 strong { font-weight: 700; }#tcb_landing_page h6 { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); font-size: 20px; }#tcb_landing_page h5 { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); font-size: 24px; }#tcb_landing_page h4 { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); font-size: 30px; }#tcb_landing_page a:not(.tcb-button-link) { color: rgb(255, 255, 255); text-decoration: underline; }#tcb_landing_page h3 strong { font-weight: 700; }#tcb_landing_page h3 { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); font-size: 38px; line-height: 1.3em; }#tcb_landing_page h2 strong { font-weight: 700; }#tcb_landing_page h2 { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); font-size: 45px; line-height: 1.3em; }#tcb_landing_page h1 strong { font-weight: 700; }#tcb_landing_page h1 { font-family: Montserrat; font-weight: 400; font-size: 50px; line-height: 1.3em; color: rgb(255, 255, 255); }#tcb_landing_page p strong, #tcb_landing_page li strong { font-weight: 700; }#tcb_landing_page p, #tcb_landing_page li { font-family: Montserrat; font-weight: 400; font-size: 17px; line-height: 1.6em; color: rgb(255, 255, 255); }[data-css=\"tve-u-15e09c94f7d\"] { background-color: rgb(0, 0, 0) !important; }#tcb_landing_page a:hover:not(.tcb-button-link) { text-decoration: none; color: rgb(179, 144, 57); }#tcb_landing_page .tve-state-hovera:not(.tcb-button-link) { text-decoration: none; }#tcb_landing_page a.tve-state-hover:not(.tcb-button-link) { text-decoration: none; }}@media (max-width: 1023px){#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-153 > a { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-104 > a { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-103 > a { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-102 > a { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-109 > a { font-size: 16px !important; }[data-css=\"tve-u-1642b26f466\"] #menu-item-153 { float: none; padding-left: 0px !important; padding-right: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1642b26f466\"] #menu-item-104 { float: none; padding-left: 0px !important; padding-right: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1642b26f466\"] #menu-item-103 { float: none; padding-left: 0px !important; padding-right: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1642b26f466\"] #menu-item-102 { float: none; padding-left: 0px !important; padding-right: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1642b26f466\"] #menu-item-109 { float: none; padding-left: 0px !important; padding-right: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1642b26f466\"] { max-width: 1200px; float: none; width: 100%; z-index: 3; position: relative; margin: 0px auto !important; padding: 5px !important; }}@media (max-width: 767px){#tve_editor [data-css=\"tve-u-16035acf904\"] { font-size: 36px !important; }}'),(1898,174,'tve_revision_tve_user_custom_css',''),(1899,174,'tve_revision_tve_page_events','a:0:{}'),(1900,174,'tve_revision_tve_globals','a:2:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";s:8:\"font_cls\";a:0:{}}'),(1901,174,'tve_revision_tve_global_scripts',''),(1902,174,'tve_revision_thrive_icon_pack','0'),(1903,174,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(1904,174,'tve_revision_tve_has_masonry','0'),(1905,174,'tve_revision_tve_has_typefocus','0'),(1906,174,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1642b667be5\" wfd-id=\"36\">\n<div class=\"tve-content-box-background\" wfd-id=\"63\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"37\"><div class=\"thrv_wrapper thrv_widget_menu tve-custom-menu-upgrade tve-mobile-dropdown tve-menu-style-style_1 on_hover\" data-tve-style=\"tve_horizontal\" data-tve-switch-icon=\"tablet,mobile\" data-css=\"tve-u-1642b26f466\" style=\"z-index: 8;\" wfd-id=\"44\">	<div class=\"thrive-shortcode-config\" style=\"display: none !important\" wfd-id=\"62\">__CONFIG_widget_menu__{\"menu_id\":\"4\",\"color\":\"tve_red\",\"dir\":\"tve_horizontal\",\"font_class\":\"\",\"font_size\":\"\",\"ul_attr\":\"\",\"link_attr\":\"\",\"top_link_attr\":\"\",\"trigger_attr\":\"\",\"primary\":\"\",\"head_css\":\"\",\"background_hover\":\"\",\"main_hover\":\"\",\"child_hover\":\"\",\"group_edit\":[{\"css_id\":\"\",\"class\":\"\"},{\"css_id\":\"\",\"class\":\"\"},{\"css_id\":\"\",\"class\":\"\"},{\"css_id\":\"\",\"class\":\"\"},{\"css_id\":null,\"class\":\"\"}],\"menu_style\":\"style_1\",\"dropdown_icon\":\"\",\"mobile_side\":\"\",\"mobile_icon\":\"\",\"switch_to_icon\":\"tablet,mobile\"}__CONFIG_widget_menu__</div>\n</div><div class=\"thrv_wrapper thrv_heading\" style=\"\" data-tag=\"h1\" data-css=\"tve-u-1642b32e2c2\" wfd-id=\"41\"><h1 data-css=\"tve-u-16035acf904\"><strong>Privacy</strong></h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" data-css=\"tve-u-1642b25c464\" wfd-id=\"38\"><p data-css=\"tve-u-1642b20c920\">Privacy Policy</p><p data-css=\"tve-u-1642b20c920\">What personal information do we collect from the people that visit our blog, website or app?<br>When ordering or registering on our site, as appropriate, you may be asked to enter your name, email address, mailing address, phone number, credit card information or other details to help you with your experience.</p><p data-css=\"tve-u-1642b20c920\">When do we collect information?</p><p data-css=\"tve-u-1642b20c920\">We collect information from you when you register on our site, place an order, subscribe to a newsletter, respond to a survey, fill out a form or enter information on our site.</p><p data-css=\"tve-u-1642b20c920\">How do we use your information?</p><p data-css=\"tve-u-1642b20c920\">We may use the information we collect from you when you register, make a purchase, sign up for our newsletter, respond to a survey or marketing communication, surf the website, or use certain other site features in the following ways:<br>â€¢ To personalize user\'s experience and to allow us to deliver the type of content and product offerings in which you are most interested.<br>â€¢ To improve our website in order to better serve you.<br>â€¢ To allow us to better service you in responding to your customer service requests.<br>â€¢ To administer a contest, promotion, survey or other site feature.<br>â€¢ To quickly process your transactions.<br>â€¢ To send periodic emails regarding your order or other products and services.</p><p data-css=\"tve-u-1642b20c920\">How do we protect visitor information?</p><p data-css=\"tve-u-1642b20c920\">Our website is scanned on a regular basis for security holes and known vulnerabilities in order to make your visit to our site as safe as possible.<br>We use regular Malware Scanning.</p><p data-css=\"tve-u-1642b20c920\">Your personal information is contained behind secured networks and is only accessible by a limited number of persons who have special access rights to such systems, and are required to keep the information confidential. In addition, all sensitive/credit information you supply is encrypted via Secure Socket Layer (SSL) technology.</p><p data-css=\"tve-u-1642b20c920\">We implement a variety of security measures when a user places an order, enters, submits, or accesses their information to maintain the safety of your personal information.</p><p data-css=\"tve-u-1642b20c920\">All transactions are processed through a gateway provider and are not stored or processed on our servers.</p><p data-css=\"tve-u-1642b20c920\">Do we use \'cookies\'?</p><p data-css=\"tve-u-1642b20c920\">Yes. Cookies are small files that a site or its service provider transfers to your computer\'s hard drive through your Web browser (if you allow) that enable the site\'s or service provider\'s systems to recognize your browser and capture and remember certain information. For instance, we use cookies to help us remember and process the items in your shopping cart. They are also used to help us understand your preferences based on previous or current site activity, which enables us to provide you with improved services. We also use cookies to help us compile aggregate data about site traffic and site interaction so that we can offer better site experiences and tools in the future.</p><p data-css=\"tve-u-1642b20c920\">We use cookies to:</p><p data-css=\"tve-u-1642b20c920\">â€¢ Help remember and process the items in the shopping cart.<br>â€¢ Understand and save user\'s preferences for future visits.<br>You can choose to have your computer warn you each time a cookie is being sent, or you can choose to turn off all cookies. You do this through your browser (like Internet Explorer) settings. Each browser is a little different, so look at your browser\'s Help menu to learn the correct way to modify your cookies.<br>If users disable cookies in their browser:<br>If you turn off cookies, some features will be disabled. However, you can still place orders for<br>saved items in your shopping cart over the telephone by contacting customer service.</p><p data-css=\"tve-u-1642b20c920\">Third Party Disclosure</p><p data-css=\"tve-u-1642b20c920\">We do not sell, trade, or otherwise transfer to outside parties your personally identifiable information.</p><p data-css=\"tve-u-1642b20c920\">Third party links</p><p data-css=\"tve-u-1642b20c920\">Occasionally, at our discretion, we may include or offer third party products or services on our website. These third party sites have separate and independent privacy policies. We therefore have no responsibility or liability for the content and activities of these linked sites. Nonetheless, we seek to protect the integrity of our site and welcome any feedback about these sites.</p><p data-css=\"tve-u-1642b20c920\">Google</p><p data-css=\"tve-u-1642b20c920\">Google\'s advertising requirements can be summed up by Google\'s Advertising Principles. They are put in place to provide a positive experience for users. https://support.google.com/adwordspolicy/answer/1316548?hl=en<br>Opting out:<br>Users can set preferences for how Google advertises to you using the Google Ad Settings page. Alternatively, you can opt out by visiting the Network Advertising initiative opt out page or permanently using the Google Analytics Opt Out Browser add on.<br>California Online Privacy Protection Act<br>CalOPPA is the first state law in the nation to require commercial websites and online services to post a privacy policy. The law\'s reach stretches well beyond California to require a person or company in the United States (and conceivably the world) that operates websites collecting personally identifiable information from California consumers to post a conspicuous privacy policy on its website stating exactly the information being collected and those individuals with whom it is being shared, and to comply with this policy.<br>See more at: http://consumercal.org/california-online-privacy-protection-act-caloppa/#sthash.0FdRbT51.dpuf<br>According to CalOPPA we agree to the following:<br>Users can visit our site anonymously<br>Once this privacy policy is created, we will add a link to it on our home page, or as a minimum on the first significant page after entering our website.<br>Our Privacy Policy link includes the word \'Privacy\', and can be easily be found on the page specified above.<br>Users will be notified of any privacy policy changes:<br>â€¢ On our Privacy Policy Page<br>Users are able to change their personal information:<br>â€¢ By emailing us<br>â€¢ By calling us</p><p data-css=\"tve-u-1642b20c920\">How does our site handle do not track signals?</p><p data-css=\"tve-u-1642b20c920\">We honor do not track signals and do not track, plant cookies, or use advertising when a Do Not Track (DNT) browser mechanism is in place.</p><p data-css=\"tve-u-1642b20c920\">Does our site allow third party behavioral tracking?</p><p data-css=\"tve-u-1642b20c920\">It\'s also important to note that we do not allow third party behavioral tracking<br>COPPA (Children Online Privacy Protection Act)<br>When it comes to the collection of personal information from children under 13, the Children\'s Online Privacy Protection Act (COPPA) puts parents in control. The Federal Trade Commission, the nation\'s consumer protection agency, enforces the COPPA Rule, which spells out what operators of websites and online services must do to protect children\'s privacy and safety online.</p><p data-css=\"tve-u-1642b20c920\">We do not specifically market to children under 13.</p><p data-css=\"tve-u-1642b20c920\">Fair Information Practices</p><p data-css=\"tve-u-1642b20c920\">The Fair Information Practices Principles form the backbone of privacy law in the United States and the concepts they include have played a significant role in the development of data protection laws around the globe. Understanding the Fair Information Practice Principles and how they should be implemented is critical to comply with the various privacy laws that protect personal information.<br>In order to be in line with Fair Information Practices we will take the following responsive action, should a data breach occur:<br>â€¢ Within 7 business days<br>We will notify the users via in site notification<br>â€¢ Within 7 business days<br>We also agree to the individual redress principle, which requires that individuals have a right to pursue legally enforceable rights against data collectors and processors who fail to adhere to the law. This principle requires not only that individuals have enforceable rights against data users, but also that individuals have recourse to courts or a government agency to investigate and/or prosecute non-compliance by data processors.<br>CAN SPAM Act<br>The CAN-SPAM Act is a law that sets the rules for commercial email, establishes requirements for commercial messages, gives recipients the right to have emails stopped from being sent to them, and spells out tough penalties for violations.</p><p data-css=\"tve-u-1642b20c920\">We collect your email address in order to:</p><p data-css=\"tve-u-1642b20c920\">â€¢ Send information, respond to inquiries, and/or other requests or questions.<br>â€¢ Process orders and to send information and updates pertaining to orders<br>â€¢ Market to our mailing list or continue to send emails to our clients after the original transaction has occurred<br>To be in accordance with CANSPAM we agree to the following:<br>â€¢ NOT use false, or misleading subjects or email addresses<br>â€¢ Identify the message as an advertisement in some reasonable way<br>â€¢ Include the physical address of our business or site headquarters<br>â€¢ Monitor third party email marketing services for compliance, if one is used.<br>â€¢ Honor opt-out/unsubscribe requests quickly<br>â€¢ Allow users to unsubscribe by using the link at the bottom of each email<br>If at any time you would like to unsubscribe from receiving future emails, you can email us at<br>â€¢ Follow the instructions at the bottom of each email. and we will promptly remove you from ALL correspondence.</p><p data-css=\"tve-u-1642b20c920\">Contacting Us</p><p data-css=\"tve-u-1642b20c920\">If there are any questions regarding this privacy policy you may contact us using the information below.<br>Blackhawk Custom, LLC.<br>825 South Kings Highway<br>Fort Pierce, FL 34945<br>United States<br>https://www.blackhawkcustom.com<br>Conditions of use:</p><p data-css=\"tve-u-1642b20c920\">By using this website, you agree to all of our terms and conditions of the sale<br>All sales are final (See our refund policy)</p></div></div>\n</div>'),(1907,174,'tve_revision_tve_has_wistia_popover','0'),(1908,175,'tve_revision_tve_landing_page','tcb2-blank-page-styled'),(1909,175,'tve_revision_tve_disable_theme_dependency','1'),(1910,175,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1642b667be5\" wfd-id=\"27\">\n<div class=\"tve-content-box-background\" wfd-id=\"54\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"28\"><div class=\"thrv_wrapper thrv_widget_menu tve-custom-menu-upgrade tve-mobile-dropdown tve-menu-style-style_1\" data-tve-style=\"tve_horizontal\" data-tve-switch-icon=\"tablet,mobile\" data-css=\"tve-u-1642b26f466\" style=\"z-index: 8;\" wfd-id=\"35\">	<div class=\"thrive-shortcode-config\" style=\"display: none !important\" wfd-id=\"53\">__CONFIG_widget_menu__{\"menu_id\":\"4\",\"color\":\"tve_red\",\"dir\":\"tve_horizontal\",\"font_class\":\"\",\"font_size\":\"\",\"ul_attr\":\"\",\"link_attr\":\"\",\"top_link_attr\":\"\",\"trigger_attr\":\"\",\"primary\":\"\",\"head_css\":\"\",\"background_hover\":\"\",\"main_hover\":\"\",\"child_hover\":\"\",\"group_edit\":[{\"css_id\":\"\",\"class\":\"\"},{\"css_id\":\"\",\"class\":\"\"},{\"css_id\":\"\",\"class\":\"\"},{\"css_id\":\"\",\"class\":\"\"},{\"css_id\":null,\"class\":\"\"}],\"menu_style\":\"style_1\",\"dropdown_icon\":\"\",\"mobile_side\":\"\",\"mobile_icon\":\"\",\"switch_to_icon\":\"tablet,mobile\"}__CONFIG_widget_menu__</div>\n</div><div class=\"thrv_wrapper thrv_heading\" style=\"\" data-tag=\"h1\" data-css=\"tve-u-1642b32e2c2\" wfd-id=\"32\"><h1 data-css=\"tve-u-16035acf904\"><strong>Privacy</strong></h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" data-css=\"tve-u-1642b25c464\" wfd-id=\"29\"><p data-css=\"tve-u-1642b20c920\">Privacy Policy</p><p data-css=\"tve-u-1642b20c920\">What personal information do we collect from the people that visit our blog, website or app?<br>When ordering or registering on our site, as appropriate, you may be asked to enter your name, email address, mailing address, phone number, credit card information or other details to help you with your experience.</p><p data-css=\"tve-u-1642b20c920\">When do we collect information?</p><p data-css=\"tve-u-1642b20c920\">We collect information from you when you register on our site, place an order, subscribe to a newsletter, respond to a survey, fill out a form or enter information on our site.</p><p data-css=\"tve-u-1642b20c920\">How do we use your information?</p><p data-css=\"tve-u-1642b20c920\">We may use the information we collect from you when you register, make a purchase, sign up for our newsletter, respond to a survey or marketing communication, surf the website, or use certain other site features in the following ways:<br>â€¢ To personalize user\'s experience and to allow us to deliver the type of content and product offerings in which you are most interested.<br>â€¢ To improve our website in order to better serve you.<br>â€¢ To allow us to better service you in responding to your customer service requests.<br>â€¢ To administer a contest, promotion, survey or other site feature.<br>â€¢ To quickly process your transactions.<br>â€¢ To send periodic emails regarding your order or other products and services.</p><p data-css=\"tve-u-1642b20c920\">How do we protect visitor information?</p><p data-css=\"tve-u-1642b20c920\">Our website is scanned on a regular basis for security holes and known vulnerabilities in order to make your visit to our site as safe as possible.<br>We use regular Malware Scanning.</p><p data-css=\"tve-u-1642b20c920\">Your personal information is contained behind secured networks and is only accessible by a limited number of persons who have special access rights to such systems, and are required to keep the information confidential. In addition, all sensitive/credit information you supply is encrypted via Secure Socket Layer (SSL) technology.</p><p data-css=\"tve-u-1642b20c920\">We implement a variety of security measures when a user places an order, enters, submits, or accesses their information to maintain the safety of your personal information.</p><p data-css=\"tve-u-1642b20c920\">All transactions are processed through a gateway provider and are not stored or processed on our servers.</p><p data-css=\"tve-u-1642b20c920\">Do we use \'cookies\'?</p><p data-css=\"tve-u-1642b20c920\">Yes. Cookies are small files that a site or its service provider transfers to your computer\'s hard drive through your Web browser (if you allow) that enable the site\'s or service provider\'s systems to recognize your browser and capture and remember certain information. For instance, we use cookies to help us remember and process the items in your shopping cart. They are also used to help us understand your preferences based on previous or current site activity, which enables us to provide you with improved services. We also use cookies to help us compile aggregate data about site traffic and site interaction so that we can offer better site experiences and tools in the future.</p><p data-css=\"tve-u-1642b20c920\">We use cookies to:</p><p data-css=\"tve-u-1642b20c920\">â€¢ Help remember and process the items in the shopping cart.<br>â€¢ Understand and save user\'s preferences for future visits.<br>You can choose to have your computer warn you each time a cookie is being sent, or you can choose to turn off all cookies. You do this through your browser (like Internet Explorer) settings. Each browser is a little different, so look at your browser\'s Help menu to learn the correct way to modify your cookies.<br>If users disable cookies in their browser:<br>If you turn off cookies, some features will be disabled. However, you can still place orders for<br>saved items in your shopping cart over the telephone by contacting customer service.</p><p data-css=\"tve-u-1642b20c920\">Third Party Disclosure</p><p data-css=\"tve-u-1642b20c920\">We do not sell, trade, or otherwise transfer to outside parties your personally identifiable information.</p><p data-css=\"tve-u-1642b20c920\">Third party links</p><p data-css=\"tve-u-1642b20c920\">Occasionally, at our discretion, we may include or offer third party products or services on our website. These third party sites have separate and independent privacy policies. We therefore have no responsibility or liability for the content and activities of these linked sites. Nonetheless, we seek to protect the integrity of our site and welcome any feedback about these sites.</p><p data-css=\"tve-u-1642b20c920\">Google</p><p data-css=\"tve-u-1642b20c920\">Google\'s advertising requirements can be summed up by Google\'s Advertising Principles. They are put in place to provide a positive experience for users. https://support.google.com/adwordspolicy/answer/1316548?hl=en<br>Opting out:<br>Users can set preferences for how Google advertises to you using the Google Ad Settings page. Alternatively, you can opt out by visiting the Network Advertising initiative opt out page or permanently using the Google Analytics Opt Out Browser add on.<br>California Online Privacy Protection Act<br>CalOPPA is the first state law in the nation to require commercial websites and online services to post a privacy policy. The law\'s reach stretches well beyond California to require a person or company in the United States (and conceivably the world) that operates websites collecting personally identifiable information from California consumers to post a conspicuous privacy policy on its website stating exactly the information being collected and those individuals with whom it is being shared, and to comply with this policy.<br>See more at: http://consumercal.org/california-online-privacy-protection-act-caloppa/#sthash.0FdRbT51.dpuf<br>According to CalOPPA we agree to the following:<br>Users can visit our site anonymously<br>Once this privacy policy is created, we will add a link to it on our home page, or as a minimum on the first significant page after entering our website.<br>Our Privacy Policy link includes the word \'Privacy\', and can be easily be found on the page specified above.<br>Users will be notified of any privacy policy changes:<br>â€¢ On our Privacy Policy Page<br>Users are able to change their personal information:<br>â€¢ By emailing us<br>â€¢ By calling us</p><p data-css=\"tve-u-1642b20c920\">How does our site handle do not track signals?</p><p data-css=\"tve-u-1642b20c920\">We honor do not track signals and do not track, plant cookies, or use advertising when a Do Not Track (DNT) browser mechanism is in place.</p><p data-css=\"tve-u-1642b20c920\">Does our site allow third party behavioral tracking?</p><p data-css=\"tve-u-1642b20c920\">It\'s also important to note that we do not allow third party behavioral tracking<br>COPPA (Children Online Privacy Protection Act)<br>When it comes to the collection of personal information from children under 13, the Children\'s Online Privacy Protection Act (COPPA) puts parents in control. The Federal Trade Commission, the nation\'s consumer protection agency, enforces the COPPA Rule, which spells out what operators of websites and online services must do to protect children\'s privacy and safety online.</p><p data-css=\"tve-u-1642b20c920\">We do not specifically market to children under 13.</p><p data-css=\"tve-u-1642b20c920\">Fair Information Practices</p><p data-css=\"tve-u-1642b20c920\">The Fair Information Practices Principles form the backbone of privacy law in the United States and the concepts they include have played a significant role in the development of data protection laws around the globe. Understanding the Fair Information Practice Principles and how they should be implemented is critical to comply with the various privacy laws that protect personal information.<br>In order to be in line with Fair Information Practices we will take the following responsive action, should a data breach occur:<br>â€¢ Within 7 business days<br>We will notify the users via in site notification<br>â€¢ Within 7 business days<br>We also agree to the individual redress principle, which requires that individuals have a right to pursue legally enforceable rights against data collectors and processors who fail to adhere to the law. This principle requires not only that individuals have enforceable rights against data users, but also that individuals have recourse to courts or a government agency to investigate and/or prosecute non-compliance by data processors.<br>CAN SPAM Act<br>The CAN-SPAM Act is a law that sets the rules for commercial email, establishes requirements for commercial messages, gives recipients the right to have emails stopped from being sent to them, and spells out tough penalties for violations.</p><p data-css=\"tve-u-1642b20c920\">We collect your email address in order to:</p><p data-css=\"tve-u-1642b20c920\">â€¢ Send information, respond to inquiries, and/or other requests or questions.<br>â€¢ Process orders and to send information and updates pertaining to orders<br>â€¢ Market to our mailing list or continue to send emails to our clients after the original transaction has occurred<br>To be in accordance with CANSPAM we agree to the following:<br>â€¢ NOT use false, or misleading subjects or email addresses<br>â€¢ Identify the message as an advertisement in some reasonable way<br>â€¢ Include the physical address of our business or site headquarters<br>â€¢ Monitor third party email marketing services for compliance, if one is used.<br>â€¢ Honor opt-out/unsubscribe requests quickly<br>â€¢ Allow users to unsubscribe by using the link at the bottom of each email<br>If at any time you would like to unsubscribe from receiving future emails, you can email us at<br>â€¢ Follow the instructions at the bottom of each email. and we will promptly remove you from ALL correspondence.</p><p data-css=\"tve-u-1642b20c920\">Contacting Us</p><p data-css=\"tve-u-1642b20c920\">If there are any questions regarding this privacy policy you may contact us using the information below.<br>Blackhawk Custom, LLC.<br>825 South Kings Highway<br>Fort Pierce, FL 34945<br>United States<br>https://www.blackhawkcustom.com<br>Conditions of use:</p><p data-css=\"tve-u-1642b20c920\">By using this website, you agree to all of our terms and conditions of the sale<br>All sales are final (See our refund policy)</p></div></div>\n</div>'),(1911,175,'tve_revision_tve_content_more_found',''),(1912,175,'tve_revision_tve_save_post',''),(1913,175,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Montserrat:400,700&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-1642b26f466\"] #menu-item-153.menu-item { margin-right: 0px; }[data-css=\"tve-u-1642b26f466\"] #menu-item-104.menu-item { margin-right: 0px; }[data-css=\"tve-u-1642b26f466\"] #menu-item-103.menu-item { margin-right: 0px; }[data-css=\"tve-u-1642b26f466\"] #menu-item-102.menu-item { margin-right: 0px; }[data-css=\"tve-u-1642b26f466\"] #menu-item-109.menu-item { margin-right: 0px; }[data-css=\"tve-u-1642b667be5\"] { max-width: 1200px; padding: 5px !important; margin-left: auto !important; margin-right: auto !important; float: none; width: 100%; }[data-css=\"tve-u-1642b26f466\"] #menu-item-153 { padding: 17px 28px !important; margin-left: auto !important; margin-right: auto !important; float: none; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-153:hover > a { fill: rgb(179, 144, 57) !important; color: rgb(179, 144, 57) !important; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-153 > a { fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; font-size: 16px !important; }[data-css=\"tve-u-1642b26f466\"] #menu-item-104 { text-align: center; padding: 17px 28px !important; margin-left: auto !important; margin-right: auto !important; float: none; }[data-css=\"tve-u-1642b26f466\"] #menu-item-103 { text-align: center; padding: 17px 28px !important; margin-left: auto !important; margin-right: auto !important; float: none; }[data-css=\"tve-u-1642b26f466\"] #menu-item-102 { text-align: center; padding: 17px 28px !important; margin-left: auto !important; margin-right: auto !important; float: none; }[data-css=\"tve-u-1642b26f466\"] #menu-item-109 { text-align: center; padding: 17px 28px !important; margin-left: auto !important; margin-right: auto !important; float: none; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-104:hover > a { fill: rgb(179, 144, 57) !important; color: rgb(179, 144, 57) !important; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-103:hover > a { fill: rgb(179, 144, 57) !important; color: rgb(179, 144, 57) !important; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-102:hover > a { fill: rgb(179, 144, 57) !important; color: rgb(179, 144, 57) !important; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-109:hover > a { fill: rgb(179, 144, 57) !important; color: rgb(179, 144, 57) !important; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-104 > a { fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-103 > a { fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-102 > a { fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-109 > a { fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; font-size: 16px !important; }[data-css=\"tve-u-1642b26f466\"] .tve_w_menu { background-image: none !important; }[data-css=\"tve-u-1642b32e2c2\"] { float: none; width: 100%; z-index: 3; position: relative; margin-left: auto !important; margin-right: auto !important; }#tcb_landing_page a.tve_state_hover:not(.tcb-button-link) { color: rgb(179, 144, 57); }[data-css=\"tve-u-1642b26f466\"] { float: none; width: 100%; z-index: 3; position: relative; margin: 0px auto 20px !important; }[data-css=\"tve-u-1642b25c464\"] { padding: 5px !important; background-image: none !important; }[data-css=\"tve-u-1642b20c920\"] strong { font-weight: 700 !important; }#tve_editor [data-css=\"tve-u-1642b20c920\"] { font-size: 16px !important; font-family: Montserrat !important; font-weight: 400 !important; }[data-css=\"tve-u-16035acf904\"] strong { font-weight: 700 !important; }#tve_editor [data-css=\"tve-u-16035acf904\"] { font-size: 24px !important; font-family: Montserrat !important; font-weight: 400 !important; text-transform: capitalize !important; }.tcb-plain-text strong { font-weight: 700; }.tcb-plain-text { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page a strong { font-weight: 700; }#tcb_landing_page h6 strong { font-weight: 700; }#tcb_landing_page h5 strong { font-weight: 700; }#tcb_landing_page h4 strong { font-weight: 700; }#tcb_landing_page h6 { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); font-size: 20px; }#tcb_landing_page h5 { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); font-size: 24px; }#tcb_landing_page h4 { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); font-size: 30px; }#tcb_landing_page a:not(.tcb-button-link) { color: rgb(255, 255, 255); text-decoration: underline; }#tcb_landing_page h3 strong { font-weight: 700; }#tcb_landing_page h3 { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); font-size: 38px; line-height: 1.3em; }#tcb_landing_page h2 strong { font-weight: 700; }#tcb_landing_page h2 { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); font-size: 45px; line-height: 1.3em; }#tcb_landing_page h1 strong { font-weight: 700; }#tcb_landing_page h1 { font-family: Montserrat; font-weight: 400; font-size: 50px; line-height: 1.3em; color: rgb(255, 255, 255); }#tcb_landing_page p strong, #tcb_landing_page li strong { font-weight: 700; }#tcb_landing_page p, #tcb_landing_page li { font-family: Montserrat; font-weight: 400; font-size: 17px; line-height: 1.6em; color: rgb(255, 255, 255); }[data-css=\"tve-u-15e09c94f7d\"] { background-color: rgb(0, 0, 0) !important; }#tcb_landing_page a:hover:not(.tcb-button-link) { text-decoration: none; color: rgb(179, 144, 57); }#tcb_landing_page .tve-state-hovera:not(.tcb-button-link) { text-decoration: none; }#tcb_landing_page a.tve-state-hover:not(.tcb-button-link) { text-decoration: none; }}@media (max-width: 1023px){#tcb_landing_page a:not(.tcb-button-link) { color: rgb(0, 0, 0); }.tcb-plain-text { color: rgb(0, 0, 0); }#tcb_landing_page p, #tcb_landing_page li { color: rgb(0, 0, 0); }#tcb_landing_page h6 { color: rgb(0, 0, 0); }#tcb_landing_page h5 { color: rgb(0, 0, 0); }#tcb_landing_page h4 { color: rgb(0, 0, 0); }#tcb_landing_page h3 { color: rgb(0, 0, 0); }#tcb_landing_page h2 { color: rgb(0, 0, 0); }#tcb_landing_page h1 { color: rgb(0, 0, 0); }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-153 > a { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-104 > a { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-103 > a { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-102 > a { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-109 > a { font-size: 16px !important; }[data-css=\"tve-u-1642b26f466\"] #menu-item-153 { float: none; padding-left: 0px !important; padding-right: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1642b26f466\"] #menu-item-104 { float: none; padding-left: 0px !important; padding-right: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1642b26f466\"] #menu-item-103 { float: none; padding-left: 0px !important; padding-right: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1642b26f466\"] #menu-item-102 { float: none; padding-left: 0px !important; padding-right: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1642b26f466\"] #menu-item-109 { float: none; padding-left: 0px !important; padding-right: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1642b26f466\"] { max-width: 1200px; float: none; width: 100%; z-index: 3; position: relative; margin: 0px auto !important; padding: 5px !important; }}@media (max-width: 767px){#tve_editor [data-css=\"tve-u-16035acf904\"] { font-size: 36px !important; }}'),(1914,175,'tve_revision_tve_user_custom_css',''),(1915,175,'tve_revision_tve_page_events','a:0:{}'),(1916,175,'tve_revision_tve_globals','a:2:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";s:8:\"font_cls\";a:0:{}}'),(1917,175,'tve_revision_tve_global_scripts',''),(1918,175,'tve_revision_thrive_icon_pack','0'),(1919,175,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(1920,175,'tve_revision_tve_has_masonry','0'),(1921,175,'tve_revision_tve_has_typefocus','0'),(1922,175,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1642b667be5\" wfd-id=\"27\">\n<div class=\"tve-content-box-background\" wfd-id=\"54\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"28\"><div class=\"thrv_wrapper thrv_widget_menu tve-custom-menu-upgrade tve-mobile-dropdown tve-menu-style-style_1\" data-tve-style=\"tve_horizontal\" data-tve-switch-icon=\"tablet,mobile\" data-css=\"tve-u-1642b26f466\" style=\"z-index: 8;\" wfd-id=\"35\">	<div class=\"thrive-shortcode-config\" style=\"display: none !important\" wfd-id=\"53\">__CONFIG_widget_menu__{\"menu_id\":\"4\",\"color\":\"tve_red\",\"dir\":\"tve_horizontal\",\"font_class\":\"\",\"font_size\":\"\",\"ul_attr\":\"\",\"link_attr\":\"\",\"top_link_attr\":\"\",\"trigger_attr\":\"\",\"primary\":\"\",\"head_css\":\"\",\"background_hover\":\"\",\"main_hover\":\"\",\"child_hover\":\"\",\"group_edit\":[{\"css_id\":\"\",\"class\":\"\"},{\"css_id\":\"\",\"class\":\"\"},{\"css_id\":\"\",\"class\":\"\"},{\"css_id\":\"\",\"class\":\"\"},{\"css_id\":null,\"class\":\"\"}],\"menu_style\":\"style_1\",\"dropdown_icon\":\"\",\"mobile_side\":\"\",\"mobile_icon\":\"\",\"switch_to_icon\":\"tablet,mobile\"}__CONFIG_widget_menu__</div>\n</div><div class=\"thrv_wrapper thrv_heading\" style=\"\" data-tag=\"h1\" data-css=\"tve-u-1642b32e2c2\" wfd-id=\"32\"><h1 data-css=\"tve-u-16035acf904\"><strong>Privacy</strong></h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" data-css=\"tve-u-1642b25c464\" wfd-id=\"29\"><p data-css=\"tve-u-1642b20c920\">Privacy Policy</p><p data-css=\"tve-u-1642b20c920\">What personal information do we collect from the people that visit our blog, website or app?<br>When ordering or registering on our site, as appropriate, you may be asked to enter your name, email address, mailing address, phone number, credit card information or other details to help you with your experience.</p><p data-css=\"tve-u-1642b20c920\">When do we collect information?</p><p data-css=\"tve-u-1642b20c920\">We collect information from you when you register on our site, place an order, subscribe to a newsletter, respond to a survey, fill out a form or enter information on our site.</p><p data-css=\"tve-u-1642b20c920\">How do we use your information?</p><p data-css=\"tve-u-1642b20c920\">We may use the information we collect from you when you register, make a purchase, sign up for our newsletter, respond to a survey or marketing communication, surf the website, or use certain other site features in the following ways:<br>â€¢ To personalize user\'s experience and to allow us to deliver the type of content and product offerings in which you are most interested.<br>â€¢ To improve our website in order to better serve you.<br>â€¢ To allow us to better service you in responding to your customer service requests.<br>â€¢ To administer a contest, promotion, survey or other site feature.<br>â€¢ To quickly process your transactions.<br>â€¢ To send periodic emails regarding your order or other products and services.</p><p data-css=\"tve-u-1642b20c920\">How do we protect visitor information?</p><p data-css=\"tve-u-1642b20c920\">Our website is scanned on a regular basis for security holes and known vulnerabilities in order to make your visit to our site as safe as possible.<br>We use regular Malware Scanning.</p><p data-css=\"tve-u-1642b20c920\">Your personal information is contained behind secured networks and is only accessible by a limited number of persons who have special access rights to such systems, and are required to keep the information confidential. In addition, all sensitive/credit information you supply is encrypted via Secure Socket Layer (SSL) technology.</p><p data-css=\"tve-u-1642b20c920\">We implement a variety of security measures when a user places an order, enters, submits, or accesses their information to maintain the safety of your personal information.</p><p data-css=\"tve-u-1642b20c920\">All transactions are processed through a gateway provider and are not stored or processed on our servers.</p><p data-css=\"tve-u-1642b20c920\">Do we use \'cookies\'?</p><p data-css=\"tve-u-1642b20c920\">Yes. Cookies are small files that a site or its service provider transfers to your computer\'s hard drive through your Web browser (if you allow) that enable the site\'s or service provider\'s systems to recognize your browser and capture and remember certain information. For instance, we use cookies to help us remember and process the items in your shopping cart. They are also used to help us understand your preferences based on previous or current site activity, which enables us to provide you with improved services. We also use cookies to help us compile aggregate data about site traffic and site interaction so that we can offer better site experiences and tools in the future.</p><p data-css=\"tve-u-1642b20c920\">We use cookies to:</p><p data-css=\"tve-u-1642b20c920\">â€¢ Help remember and process the items in the shopping cart.<br>â€¢ Understand and save user\'s preferences for future visits.<br>You can choose to have your computer warn you each time a cookie is being sent, or you can choose to turn off all cookies. You do this through your browser (like Internet Explorer) settings. Each browser is a little different, so look at your browser\'s Help menu to learn the correct way to modify your cookies.<br>If users disable cookies in their browser:<br>If you turn off cookies, some features will be disabled. However, you can still place orders for<br>saved items in your shopping cart over the telephone by contacting customer service.</p><p data-css=\"tve-u-1642b20c920\">Third Party Disclosure</p><p data-css=\"tve-u-1642b20c920\">We do not sell, trade, or otherwise transfer to outside parties your personally identifiable information.</p><p data-css=\"tve-u-1642b20c920\">Third party links</p><p data-css=\"tve-u-1642b20c920\">Occasionally, at our discretion, we may include or offer third party products or services on our website. These third party sites have separate and independent privacy policies. We therefore have no responsibility or liability for the content and activities of these linked sites. Nonetheless, we seek to protect the integrity of our site and welcome any feedback about these sites.</p><p data-css=\"tve-u-1642b20c920\">Google</p><p data-css=\"tve-u-1642b20c920\">Google\'s advertising requirements can be summed up by Google\'s Advertising Principles. They are put in place to provide a positive experience for users. https://support.google.com/adwordspolicy/answer/1316548?hl=en<br>Opting out:<br>Users can set preferences for how Google advertises to you using the Google Ad Settings page. Alternatively, you can opt out by visiting the Network Advertising initiative opt out page or permanently using the Google Analytics Opt Out Browser add on.<br>California Online Privacy Protection Act<br>CalOPPA is the first state law in the nation to require commercial websites and online services to post a privacy policy. The law\'s reach stretches well beyond California to require a person or company in the United States (and conceivably the world) that operates websites collecting personally identifiable information from California consumers to post a conspicuous privacy policy on its website stating exactly the information being collected and those individuals with whom it is being shared, and to comply with this policy.<br>See more at: http://consumercal.org/california-online-privacy-protection-act-caloppa/#sthash.0FdRbT51.dpuf<br>According to CalOPPA we agree to the following:<br>Users can visit our site anonymously<br>Once this privacy policy is created, we will add a link to it on our home page, or as a minimum on the first significant page after entering our website.<br>Our Privacy Policy link includes the word \'Privacy\', and can be easily be found on the page specified above.<br>Users will be notified of any privacy policy changes:<br>â€¢ On our Privacy Policy Page<br>Users are able to change their personal information:<br>â€¢ By emailing us<br>â€¢ By calling us</p><p data-css=\"tve-u-1642b20c920\">How does our site handle do not track signals?</p><p data-css=\"tve-u-1642b20c920\">We honor do not track signals and do not track, plant cookies, or use advertising when a Do Not Track (DNT) browser mechanism is in place.</p><p data-css=\"tve-u-1642b20c920\">Does our site allow third party behavioral tracking?</p><p data-css=\"tve-u-1642b20c920\">It\'s also important to note that we do not allow third party behavioral tracking<br>COPPA (Children Online Privacy Protection Act)<br>When it comes to the collection of personal information from children under 13, the Children\'s Online Privacy Protection Act (COPPA) puts parents in control. The Federal Trade Commission, the nation\'s consumer protection agency, enforces the COPPA Rule, which spells out what operators of websites and online services must do to protect children\'s privacy and safety online.</p><p data-css=\"tve-u-1642b20c920\">We do not specifically market to children under 13.</p><p data-css=\"tve-u-1642b20c920\">Fair Information Practices</p><p data-css=\"tve-u-1642b20c920\">The Fair Information Practices Principles form the backbone of privacy law in the United States and the concepts they include have played a significant role in the development of data protection laws around the globe. Understanding the Fair Information Practice Principles and how they should be implemented is critical to comply with the various privacy laws that protect personal information.<br>In order to be in line with Fair Information Practices we will take the following responsive action, should a data breach occur:<br>â€¢ Within 7 business days<br>We will notify the users via in site notification<br>â€¢ Within 7 business days<br>We also agree to the individual redress principle, which requires that individuals have a right to pursue legally enforceable rights against data collectors and processors who fail to adhere to the law. This principle requires not only that individuals have enforceable rights against data users, but also that individuals have recourse to courts or a government agency to investigate and/or prosecute non-compliance by data processors.<br>CAN SPAM Act<br>The CAN-SPAM Act is a law that sets the rules for commercial email, establishes requirements for commercial messages, gives recipients the right to have emails stopped from being sent to them, and spells out tough penalties for violations.</p><p data-css=\"tve-u-1642b20c920\">We collect your email address in order to:</p><p data-css=\"tve-u-1642b20c920\">â€¢ Send information, respond to inquiries, and/or other requests or questions.<br>â€¢ Process orders and to send information and updates pertaining to orders<br>â€¢ Market to our mailing list or continue to send emails to our clients after the original transaction has occurred<br>To be in accordance with CANSPAM we agree to the following:<br>â€¢ NOT use false, or misleading subjects or email addresses<br>â€¢ Identify the message as an advertisement in some reasonable way<br>â€¢ Include the physical address of our business or site headquarters<br>â€¢ Monitor third party email marketing services for compliance, if one is used.<br>â€¢ Honor opt-out/unsubscribe requests quickly<br>â€¢ Allow users to unsubscribe by using the link at the bottom of each email<br>If at any time you would like to unsubscribe from receiving future emails, you can email us at<br>â€¢ Follow the instructions at the bottom of each email. and we will promptly remove you from ALL correspondence.</p><p data-css=\"tve-u-1642b20c920\">Contacting Us</p><p data-css=\"tve-u-1642b20c920\">If there are any questions regarding this privacy policy you may contact us using the information below.<br>Blackhawk Custom, LLC.<br>825 South Kings Highway<br>Fort Pierce, FL 34945<br>United States<br>https://www.blackhawkcustom.com<br>Conditions of use:</p><p data-css=\"tve-u-1642b20c920\">By using this website, you agree to all of our terms and conditions of the sale<br>All sales are final (See our refund policy)</p></div></div>\n</div>'),(1923,175,'tve_revision_tve_has_wistia_popover','0'),(3443,321,'tve_revision_tve_disable_theme_dependency','1'),(1924,176,'tve_revision_tve_landing_page','tcb2-blank-page-styled'),(1925,176,'tve_revision_tve_disable_theme_dependency','1'),(1926,176,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box on_hover\" data-css=\"tve-u-1642b667be5\" wfd-id=\"36\">\n<div class=\"tve-content-box-background\" wfd-id=\"63\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"37\" data-css=\"tve-u-1642b6ef7e6\"><div class=\"thrv_wrapper thrv_widget_menu tve-custom-menu-upgrade tve-mobile-dropdown tve-menu-style-style_1\" data-tve-style=\"tve_horizontal\" data-tve-switch-icon=\"tablet,mobile\" data-css=\"tve-u-1642b26f466\" style=\"z-index: 8;\" wfd-id=\"44\">	<div class=\"thrive-shortcode-config\" style=\"display: none !important\" wfd-id=\"62\">__CONFIG_widget_menu__{\"menu_id\":\"4\",\"color\":\"tve_red\",\"dir\":\"tve_horizontal\",\"font_class\":\"\",\"font_size\":\"\",\"ul_attr\":\"\",\"link_attr\":\"\",\"top_link_attr\":\"\",\"trigger_attr\":\"\",\"primary\":\"\",\"head_css\":\"\",\"background_hover\":\"\",\"main_hover\":\"\",\"child_hover\":\"\",\"group_edit\":[{\"css_id\":\"\",\"class\":\"\"},{\"css_id\":\"\",\"class\":\"\"},{\"css_id\":\"\",\"class\":\"\"},{\"css_id\":\"\",\"class\":\"\"},{\"css_id\":null,\"class\":\"\"}],\"menu_style\":\"style_1\",\"dropdown_icon\":\"\",\"mobile_side\":\"\",\"mobile_icon\":\"\",\"switch_to_icon\":\"tablet,mobile\"}__CONFIG_widget_menu__</div>\n</div><div class=\"thrv_wrapper thrv_heading\" style=\"\" data-tag=\"h1\" data-css=\"tve-u-1642b32e2c2\" wfd-id=\"41\"><h1 data-css=\"tve-u-16035acf904\"><strong>Privacy</strong></h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" data-css=\"tve-u-1642b25c464\" wfd-id=\"38\"><p data-css=\"tve-u-1642b20c920\">Privacy Policy</p><p data-css=\"tve-u-1642b20c920\">What personal information do we collect from the people that visit our blog, website or app?<br>When ordering or registering on our site, as appropriate, you may be asked to enter your name, email address, mailing address, phone number, credit card information or other details to help you with your experience.</p><p data-css=\"tve-u-1642b20c920\">When do we collect information?</p><p data-css=\"tve-u-1642b20c920\">We collect information from you when you register on our site, place an order, subscribe to a newsletter, respond to a survey, fill out a form or enter information on our site.</p><p data-css=\"tve-u-1642b20c920\">How do we use your information?</p><p data-css=\"tve-u-1642b20c920\">We may use the information we collect from you when you register, make a purchase, sign up for our newsletter, respond to a survey or marketing communication, surf the website, or use certain other site features in the following ways:<br>â€¢ To personalize user\'s experience and to allow us to deliver the type of content and product offerings in which you are most interested.<br>â€¢ To improve our website in order to better serve you.<br>â€¢ To allow us to better service you in responding to your customer service requests.<br>â€¢ To administer a contest, promotion, survey or other site feature.<br>â€¢ To quickly process your transactions.<br>â€¢ To send periodic emails regarding your order or other products and services.</p><p data-css=\"tve-u-1642b20c920\">How do we protect visitor information?</p><p data-css=\"tve-u-1642b20c920\">Our website is scanned on a regular basis for security holes and known vulnerabilities in order to make your visit to our site as safe as possible.<br>We use regular Malware Scanning.</p><p data-css=\"tve-u-1642b20c920\">Your personal information is contained behind secured networks and is only accessible by a limited number of persons who have special access rights to such systems, and are required to keep the information confidential. In addition, all sensitive/credit information you supply is encrypted via Secure Socket Layer (SSL) technology.</p><p data-css=\"tve-u-1642b20c920\">We implement a variety of security measures when a user places an order, enters, submits, or accesses their information to maintain the safety of your personal information.</p><p data-css=\"tve-u-1642b20c920\">All transactions are processed through a gateway provider and are not stored or processed on our servers.</p><p data-css=\"tve-u-1642b20c920\">Do we use \'cookies\'?</p><p data-css=\"tve-u-1642b20c920\">Yes. Cookies are small files that a site or its service provider transfers to your computer\'s hard drive through your Web browser (if you allow) that enable the site\'s or service provider\'s systems to recognize your browser and capture and remember certain information. For instance, we use cookies to help us remember and process the items in your shopping cart. They are also used to help us understand your preferences based on previous or current site activity, which enables us to provide you with improved services. We also use cookies to help us compile aggregate data about site traffic and site interaction so that we can offer better site experiences and tools in the future.</p><p data-css=\"tve-u-1642b20c920\">We use cookies to:</p><p data-css=\"tve-u-1642b20c920\">â€¢ Help remember and process the items in the shopping cart.<br>â€¢ Understand and save user\'s preferences for future visits.<br>You can choose to have your computer warn you each time a cookie is being sent, or you can choose to turn off all cookies. You do this through your browser (like Internet Explorer) settings. Each browser is a little different, so look at your browser\'s Help menu to learn the correct way to modify your cookies.<br>If users disable cookies in their browser:<br>If you turn off cookies, some features will be disabled. However, you can still place orders for<br>saved items in your shopping cart over the telephone by contacting customer service.</p><p data-css=\"tve-u-1642b20c920\">Third Party Disclosure</p><p data-css=\"tve-u-1642b20c920\">We do not sell, trade, or otherwise transfer to outside parties your personally identifiable information.</p><p data-css=\"tve-u-1642b20c920\">Third party links</p><p data-css=\"tve-u-1642b20c920\">Occasionally, at our discretion, we may include or offer third party products or services on our website. These third party sites have separate and independent privacy policies. We therefore have no responsibility or liability for the content and activities of these linked sites. Nonetheless, we seek to protect the integrity of our site and welcome any feedback about these sites.</p><p data-css=\"tve-u-1642b20c920\">Google</p><p data-css=\"tve-u-1642b20c920\">Google\'s advertising requirements can be summed up by Google\'s Advertising Principles. They are put in place to provide a positive experience for users. https://support.google.com/adwordspolicy/answer/1316548?hl=en<br>Opting out:<br>Users can set preferences for how Google advertises to you using the Google Ad Settings page. Alternatively, you can opt out by visiting the Network Advertising initiative opt out page or permanently using the Google Analytics Opt Out Browser add on.<br>California Online Privacy Protection Act<br>CalOPPA is the first state law in the nation to require commercial websites and online services to post a privacy policy. The law\'s reach stretches well beyond California to require a person or company in the United States (and conceivably the world) that operates websites collecting personally identifiable information from California consumers to post a conspicuous privacy policy on its website stating exactly the information being collected and those individuals with whom it is being shared, and to comply with this policy.<br>See more at: http://consumercal.org/california-online-privacy-protection-act-caloppa/#sthash.0FdRbT51.dpuf<br>According to CalOPPA we agree to the following:<br>Users can visit our site anonymously<br>Once this privacy policy is created, we will add a link to it on our home page, or as a minimum on the first significant page after entering our website.<br>Our Privacy Policy link includes the word \'Privacy\', and can be easily be found on the page specified above.<br>Users will be notified of any privacy policy changes:<br>â€¢ On our Privacy Policy Page<br>Users are able to change their personal information:<br>â€¢ By emailing us<br>â€¢ By calling us</p><p data-css=\"tve-u-1642b20c920\">How does our site handle do not track signals?</p><p data-css=\"tve-u-1642b20c920\">We honor do not track signals and do not track, plant cookies, or use advertising when a Do Not Track (DNT) browser mechanism is in place.</p><p data-css=\"tve-u-1642b20c920\">Does our site allow third party behavioral tracking?</p><p data-css=\"tve-u-1642b20c920\">It\'s also important to note that we do not allow third party behavioral tracking<br>COPPA (Children Online Privacy Protection Act)<br>When it comes to the collection of personal information from children under 13, the Children\'s Online Privacy Protection Act (COPPA) puts parents in control. The Federal Trade Commission, the nation\'s consumer protection agency, enforces the COPPA Rule, which spells out what operators of websites and online services must do to protect children\'s privacy and safety online.</p><p data-css=\"tve-u-1642b20c920\">We do not specifically market to children under 13.</p><p data-css=\"tve-u-1642b20c920\">Fair Information Practices</p><p data-css=\"tve-u-1642b20c920\">The Fair Information Practices Principles form the backbone of privacy law in the United States and the concepts they include have played a significant role in the development of data protection laws around the globe. Understanding the Fair Information Practice Principles and how they should be implemented is critical to comply with the various privacy laws that protect personal information.<br>In order to be in line with Fair Information Practices we will take the following responsive action, should a data breach occur:<br>â€¢ Within 7 business days<br>We will notify the users via in site notification<br>â€¢ Within 7 business days<br>We also agree to the individual redress principle, which requires that individuals have a right to pursue legally enforceable rights against data collectors and processors who fail to adhere to the law. This principle requires not only that individuals have enforceable rights against data users, but also that individuals have recourse to courts or a government agency to investigate and/or prosecute non-compliance by data processors.<br>CAN SPAM Act<br>The CAN-SPAM Act is a law that sets the rules for commercial email, establishes requirements for commercial messages, gives recipients the right to have emails stopped from being sent to them, and spells out tough penalties for violations.</p><p data-css=\"tve-u-1642b20c920\">We collect your email address in order to:</p><p data-css=\"tve-u-1642b20c920\">â€¢ Send information, respond to inquiries, and/or other requests or questions.<br>â€¢ Process orders and to send information and updates pertaining to orders<br>â€¢ Market to our mailing list or continue to send emails to our clients after the original transaction has occurred<br>To be in accordance with CANSPAM we agree to the following:<br>â€¢ NOT use false, or misleading subjects or email addresses<br>â€¢ Identify the message as an advertisement in some reasonable way<br>â€¢ Include the physical address of our business or site headquarters<br>â€¢ Monitor third party email marketing services for compliance, if one is used.<br>â€¢ Honor opt-out/unsubscribe requests quickly<br>â€¢ Allow users to unsubscribe by using the link at the bottom of each email<br>If at any time you would like to unsubscribe from receiving future emails, you can email us at<br>â€¢ Follow the instructions at the bottom of each email. and we will promptly remove you from ALL correspondence.</p><p data-css=\"tve-u-1642b20c920\">Contacting Us</p><p data-css=\"tve-u-1642b20c920\">If there are any questions regarding this privacy policy you may contact us using the information below.<br>Blackhawk Custom, LLC.<br>825 South Kings Highway<br>Fort Pierce, FL 34945<br>United States<br>https://www.blackhawkcustom.com<br>Conditions of use:</p><p data-css=\"tve-u-1642b20c920\">By using this website, you agree to all of our terms and conditions of the sale<br>All sales are final (See our refund policy)</p></div></div>\n</div>'),(1927,176,'tve_revision_tve_content_more_found',''),(1928,176,'tve_revision_tve_save_post',''),(1929,176,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Montserrat:400,700&subset=latin\");@media (min-width: 300px){#tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] p, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] li, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] blockquote, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] address, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] .tcb-plain-text, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] h1, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] h2, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] h3, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] h4, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] h5, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] h6 { color: rgb(255, 255, 255); }[data-css=\"tve-u-1642b26f466\"] #menu-item-153.menu-item { margin-right: 0px; }[data-css=\"tve-u-1642b26f466\"] #menu-item-104.menu-item { margin-right: 0px; }[data-css=\"tve-u-1642b26f466\"] #menu-item-103.menu-item { margin-right: 0px; }[data-css=\"tve-u-1642b26f466\"] #menu-item-102.menu-item { margin-right: 0px; }[data-css=\"tve-u-1642b26f466\"] #menu-item-109.menu-item { margin-right: 0px; }[data-css=\"tve-u-1642b667be5\"] { max-width: 1200px; padding: 5px !important; margin-left: auto !important; margin-right: auto !important; float: none; width: 100%; }[data-css=\"tve-u-1642b26f466\"] #menu-item-153 { padding: 17px 28px !important; margin-left: auto !important; margin-right: auto !important; float: none; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-153:hover > a { fill: rgb(179, 144, 57) !important; color: rgb(179, 144, 57) !important; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-153 > a { fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; font-size: 16px !important; }[data-css=\"tve-u-1642b26f466\"] #menu-item-104 { text-align: center; padding: 17px 28px !important; margin-left: auto !important; margin-right: auto !important; float: none; }[data-css=\"tve-u-1642b26f466\"] #menu-item-103 { text-align: center; padding: 17px 28px !important; margin-left: auto !important; margin-right: auto !important; float: none; }[data-css=\"tve-u-1642b26f466\"] #menu-item-102 { text-align: center; padding: 17px 28px !important; margin-left: auto !important; margin-right: auto !important; float: none; }[data-css=\"tve-u-1642b26f466\"] #menu-item-109 { text-align: center; padding: 17px 28px !important; margin-left: auto !important; margin-right: auto !important; float: none; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-104:hover > a { fill: rgb(179, 144, 57) !important; color: rgb(179, 144, 57) !important; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-103:hover > a { fill: rgb(179, 144, 57) !important; color: rgb(179, 144, 57) !important; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-102:hover > a { fill: rgb(179, 144, 57) !important; color: rgb(179, 144, 57) !important; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-109:hover > a { fill: rgb(179, 144, 57) !important; color: rgb(179, 144, 57) !important; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-104 > a { fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-103 > a { fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-102 > a { fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-109 > a { fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; font-size: 16px !important; }[data-css=\"tve-u-1642b26f466\"] .tve_w_menu { background-image: none !important; }[data-css=\"tve-u-1642b32e2c2\"] { float: none; width: 100%; z-index: 3; position: relative; margin-left: auto !important; margin-right: auto !important; }#tcb_landing_page a.tve_state_hover:not(.tcb-button-link) { color: rgb(179, 144, 57); }[data-css=\"tve-u-1642b26f466\"] { float: none; width: 100%; z-index: 3; position: relative; margin: 0px auto 20px !important; }[data-css=\"tve-u-1642b25c464\"] { padding: 5px !important; background-image: none !important; }[data-css=\"tve-u-1642b20c920\"] strong { font-weight: 700 !important; }#tve_editor [data-css=\"tve-u-1642b20c920\"] { font-size: 16px !important; font-family: Montserrat !important; font-weight: 400 !important; }[data-css=\"tve-u-16035acf904\"] strong { font-weight: 700 !important; }#tve_editor [data-css=\"tve-u-16035acf904\"] { font-size: 24px !important; font-family: Montserrat !important; font-weight: 400 !important; text-transform: capitalize !important; }.tcb-plain-text strong { font-weight: 700; }.tcb-plain-text { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page a strong { font-weight: 700; }#tcb_landing_page h6 strong { font-weight: 700; }#tcb_landing_page h5 strong { font-weight: 700; }#tcb_landing_page h4 strong { font-weight: 700; }#tcb_landing_page h6 { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); font-size: 20px; }#tcb_landing_page h5 { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); font-size: 24px; }#tcb_landing_page h4 { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); font-size: 30px; }#tcb_landing_page a:not(.tcb-button-link) { color: rgb(255, 255, 255); text-decoration: underline; }#tcb_landing_page h3 strong { font-weight: 700; }#tcb_landing_page h3 { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); font-size: 38px; line-height: 1.3em; }#tcb_landing_page h2 strong { font-weight: 700; }#tcb_landing_page h2 { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); font-size: 45px; line-height: 1.3em; }#tcb_landing_page h1 strong { font-weight: 700; }#tcb_landing_page h1 { font-family: Montserrat; font-weight: 400; font-size: 50px; line-height: 1.3em; color: rgb(255, 255, 255); }#tcb_landing_page p strong, #tcb_landing_page li strong { font-weight: 700; }#tcb_landing_page p, #tcb_landing_page li { font-family: Montserrat; font-weight: 400; font-size: 17px; line-height: 1.6em; color: rgb(255, 255, 255); }[data-css=\"tve-u-15e09c94f7d\"] { background-color: rgb(0, 0, 0) !important; }#tcb_landing_page a:hover:not(.tcb-button-link) { text-decoration: none; color: rgb(179, 144, 57); }#tcb_landing_page .tve-state-hovera:not(.tcb-button-link) { text-decoration: none; }#tcb_landing_page a.tve-state-hover:not(.tcb-button-link) { text-decoration: none; }}@media (max-width: 1023px){#tcb_landing_page a:not(.tcb-button-link) { color: rgb(0, 0, 0); }.tcb-plain-text { color: rgb(0, 0, 0); }#tcb_landing_page p, #tcb_landing_page li { color: rgb(0, 0, 0); }#tcb_landing_page h6 { color: rgb(0, 0, 0); }#tcb_landing_page h5 { color: rgb(0, 0, 0); }#tcb_landing_page h4 { color: rgb(0, 0, 0); }#tcb_landing_page h3 { color: rgb(0, 0, 0); }#tcb_landing_page h2 { color: rgb(0, 0, 0); }#tcb_landing_page h1 { color: rgb(0, 0, 0); }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-153 > a { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-104 > a { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-103 > a { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-102 > a { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1642b26f466\"] #menu-item-109 > a { font-size: 16px !important; }[data-css=\"tve-u-1642b26f466\"] #menu-item-153 { float: none; padding-left: 0px !important; padding-right: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1642b26f466\"] #menu-item-104 { float: none; padding-left: 0px !important; padding-right: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1642b26f466\"] #menu-item-103 { float: none; padding-left: 0px !important; padding-right: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1642b26f466\"] #menu-item-102 { float: none; padding-left: 0px !important; padding-right: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1642b26f466\"] #menu-item-109 { float: none; padding-left: 0px !important; padding-right: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1642b26f466\"] { max-width: 1200px; float: none; width: 100%; z-index: 3; position: relative; margin: 0px auto !important; padding: 5px !important; }}@media (max-width: 767px){#tve_editor [data-css=\"tve-u-16035acf904\"] { font-size: 36px !important; }}'),(1930,176,'tve_revision_tve_user_custom_css',''),(1931,176,'tve_revision_tve_page_events','a:0:{}'),(1932,176,'tve_revision_tve_globals','a:2:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";s:8:\"font_cls\";a:0:{}}'),(1933,176,'tve_revision_tve_global_scripts',''),(1934,176,'tve_revision_thrive_icon_pack','0'),(1935,176,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(1936,176,'tve_revision_tve_has_masonry','0'),(1937,176,'tve_revision_tve_has_typefocus','0'),(1938,176,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box on_hover\" data-css=\"tve-u-1642b667be5\" wfd-id=\"36\">\n<div class=\"tve-content-box-background\" wfd-id=\"63\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"37\" data-css=\"tve-u-1642b6ef7e6\"><div class=\"thrv_wrapper thrv_widget_menu tve-custom-menu-upgrade tve-mobile-dropdown tve-menu-style-style_1\" data-tve-style=\"tve_horizontal\" data-tve-switch-icon=\"tablet,mobile\" data-css=\"tve-u-1642b26f466\" style=\"z-index: 8;\" wfd-id=\"44\">	<div class=\"thrive-shortcode-config\" style=\"display: none !important\" wfd-id=\"62\">__CONFIG_widget_menu__{\"menu_id\":\"4\",\"color\":\"tve_red\",\"dir\":\"tve_horizontal\",\"font_class\":\"\",\"font_size\":\"\",\"ul_attr\":\"\",\"link_attr\":\"\",\"top_link_attr\":\"\",\"trigger_attr\":\"\",\"primary\":\"\",\"head_css\":\"\",\"background_hover\":\"\",\"main_hover\":\"\",\"child_hover\":\"\",\"group_edit\":[{\"css_id\":\"\",\"class\":\"\"},{\"css_id\":\"\",\"class\":\"\"},{\"css_id\":\"\",\"class\":\"\"},{\"css_id\":\"\",\"class\":\"\"},{\"css_id\":null,\"class\":\"\"}],\"menu_style\":\"style_1\",\"dropdown_icon\":\"\",\"mobile_side\":\"\",\"mobile_icon\":\"\",\"switch_to_icon\":\"tablet,mobile\"}__CONFIG_widget_menu__</div>\n</div><div class=\"thrv_wrapper thrv_heading\" style=\"\" data-tag=\"h1\" data-css=\"tve-u-1642b32e2c2\" wfd-id=\"41\"><h1 data-css=\"tve-u-16035acf904\"><strong>Privacy</strong></h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" data-css=\"tve-u-1642b25c464\" wfd-id=\"38\"><p data-css=\"tve-u-1642b20c920\">Privacy Policy</p><p data-css=\"tve-u-1642b20c920\">What personal information do we collect from the people that visit our blog, website or app?<br>When ordering or registering on our site, as appropriate, you may be asked to enter your name, email address, mailing address, phone number, credit card information or other details to help you with your experience.</p><p data-css=\"tve-u-1642b20c920\">When do we collect information?</p><p data-css=\"tve-u-1642b20c920\">We collect information from you when you register on our site, place an order, subscribe to a newsletter, respond to a survey, fill out a form or enter information on our site.</p><p data-css=\"tve-u-1642b20c920\">How do we use your information?</p><p data-css=\"tve-u-1642b20c920\">We may use the information we collect from you when you register, make a purchase, sign up for our newsletter, respond to a survey or marketing communication, surf the website, or use certain other site features in the following ways:<br>â€¢ To personalize user\'s experience and to allow us to deliver the type of content and product offerings in which you are most interested.<br>â€¢ To improve our website in order to better serve you.<br>â€¢ To allow us to better service you in responding to your customer service requests.<br>â€¢ To administer a contest, promotion, survey or other site feature.<br>â€¢ To quickly process your transactions.<br>â€¢ To send periodic emails regarding your order or other products and services.</p><p data-css=\"tve-u-1642b20c920\">How do we protect visitor information?</p><p data-css=\"tve-u-1642b20c920\">Our website is scanned on a regular basis for security holes and known vulnerabilities in order to make your visit to our site as safe as possible.<br>We use regular Malware Scanning.</p><p data-css=\"tve-u-1642b20c920\">Your personal information is contained behind secured networks and is only accessible by a limited number of persons who have special access rights to such systems, and are required to keep the information confidential. In addition, all sensitive/credit information you supply is encrypted via Secure Socket Layer (SSL) technology.</p><p data-css=\"tve-u-1642b20c920\">We implement a variety of security measures when a user places an order, enters, submits, or accesses their information to maintain the safety of your personal information.</p><p data-css=\"tve-u-1642b20c920\">All transactions are processed through a gateway provider and are not stored or processed on our servers.</p><p data-css=\"tve-u-1642b20c920\">Do we use \'cookies\'?</p><p data-css=\"tve-u-1642b20c920\">Yes. Cookies are small files that a site or its service provider transfers to your computer\'s hard drive through your Web browser (if you allow) that enable the site\'s or service provider\'s systems to recognize your browser and capture and remember certain information. For instance, we use cookies to help us remember and process the items in your shopping cart. They are also used to help us understand your preferences based on previous or current site activity, which enables us to provide you with improved services. We also use cookies to help us compile aggregate data about site traffic and site interaction so that we can offer better site experiences and tools in the future.</p><p data-css=\"tve-u-1642b20c920\">We use cookies to:</p><p data-css=\"tve-u-1642b20c920\">â€¢ Help remember and process the items in the shopping cart.<br>â€¢ Understand and save user\'s preferences for future visits.<br>You can choose to have your computer warn you each time a cookie is being sent, or you can choose to turn off all cookies. You do this through your browser (like Internet Explorer) settings. Each browser is a little different, so look at your browser\'s Help menu to learn the correct way to modify your cookies.<br>If users disable cookies in their browser:<br>If you turn off cookies, some features will be disabled. However, you can still place orders for<br>saved items in your shopping cart over the telephone by contacting customer service.</p><p data-css=\"tve-u-1642b20c920\">Third Party Disclosure</p><p data-css=\"tve-u-1642b20c920\">We do not sell, trade, or otherwise transfer to outside parties your personally identifiable information.</p><p data-css=\"tve-u-1642b20c920\">Third party links</p><p data-css=\"tve-u-1642b20c920\">Occasionally, at our discretion, we may include or offer third party products or services on our website. These third party sites have separate and independent privacy policies. We therefore have no responsibility or liability for the content and activities of these linked sites. Nonetheless, we seek to protect the integrity of our site and welcome any feedback about these sites.</p><p data-css=\"tve-u-1642b20c920\">Google</p><p data-css=\"tve-u-1642b20c920\">Google\'s advertising requirements can be summed up by Google\'s Advertising Principles. They are put in place to provide a positive experience for users. https://support.google.com/adwordspolicy/answer/1316548?hl=en<br>Opting out:<br>Users can set preferences for how Google advertises to you using the Google Ad Settings page. Alternatively, you can opt out by visiting the Network Advertising initiative opt out page or permanently using the Google Analytics Opt Out Browser add on.<br>California Online Privacy Protection Act<br>CalOPPA is the first state law in the nation to require commercial websites and online services to post a privacy policy. The law\'s reach stretches well beyond California to require a person or company in the United States (and conceivably the world) that operates websites collecting personally identifiable information from California consumers to post a conspicuous privacy policy on its website stating exactly the information being collected and those individuals with whom it is being shared, and to comply with this policy.<br>See more at: http://consumercal.org/california-online-privacy-protection-act-caloppa/#sthash.0FdRbT51.dpuf<br>According to CalOPPA we agree to the following:<br>Users can visit our site anonymously<br>Once this privacy policy is created, we will add a link to it on our home page, or as a minimum on the first significant page after entering our website.<br>Our Privacy Policy link includes the word \'Privacy\', and can be easily be found on the page specified above.<br>Users will be notified of any privacy policy changes:<br>â€¢ On our Privacy Policy Page<br>Users are able to change their personal information:<br>â€¢ By emailing us<br>â€¢ By calling us</p><p data-css=\"tve-u-1642b20c920\">How does our site handle do not track signals?</p><p data-css=\"tve-u-1642b20c920\">We honor do not track signals and do not track, plant cookies, or use advertising when a Do Not Track (DNT) browser mechanism is in place.</p><p data-css=\"tve-u-1642b20c920\">Does our site allow third party behavioral tracking?</p><p data-css=\"tve-u-1642b20c920\">It\'s also important to note that we do not allow third party behavioral tracking<br>COPPA (Children Online Privacy Protection Act)<br>When it comes to the collection of personal information from children under 13, the Children\'s Online Privacy Protection Act (COPPA) puts parents in control. The Federal Trade Commission, the nation\'s consumer protection agency, enforces the COPPA Rule, which spells out what operators of websites and online services must do to protect children\'s privacy and safety online.</p><p data-css=\"tve-u-1642b20c920\">We do not specifically market to children under 13.</p><p data-css=\"tve-u-1642b20c920\">Fair Information Practices</p><p data-css=\"tve-u-1642b20c920\">The Fair Information Practices Principles form the backbone of privacy law in the United States and the concepts they include have played a significant role in the development of data protection laws around the globe. Understanding the Fair Information Practice Principles and how they should be implemented is critical to comply with the various privacy laws that protect personal information.<br>In order to be in line with Fair Information Practices we will take the following responsive action, should a data breach occur:<br>â€¢ Within 7 business days<br>We will notify the users via in site notification<br>â€¢ Within 7 business days<br>We also agree to the individual redress principle, which requires that individuals have a right to pursue legally enforceable rights against data collectors and processors who fail to adhere to the law. This principle requires not only that individuals have enforceable rights against data users, but also that individuals have recourse to courts or a government agency to investigate and/or prosecute non-compliance by data processors.<br>CAN SPAM Act<br>The CAN-SPAM Act is a law that sets the rules for commercial email, establishes requirements for commercial messages, gives recipients the right to have emails stopped from being sent to them, and spells out tough penalties for violations.</p><p data-css=\"tve-u-1642b20c920\">We collect your email address in order to:</p><p data-css=\"tve-u-1642b20c920\">â€¢ Send information, respond to inquiries, and/or other requests or questions.<br>â€¢ Process orders and to send information and updates pertaining to orders<br>â€¢ Market to our mailing list or continue to send emails to our clients after the original transaction has occurred<br>To be in accordance with CANSPAM we agree to the following:<br>â€¢ NOT use false, or misleading subjects or email addresses<br>â€¢ Identify the message as an advertisement in some reasonable way<br>â€¢ Include the physical address of our business or site headquarters<br>â€¢ Monitor third party email marketing services for compliance, if one is used.<br>â€¢ Honor opt-out/unsubscribe requests quickly<br>â€¢ Allow users to unsubscribe by using the link at the bottom of each email<br>If at any time you would like to unsubscribe from receiving future emails, you can email us at<br>â€¢ Follow the instructions at the bottom of each email. and we will promptly remove you from ALL correspondence.</p><p data-css=\"tve-u-1642b20c920\">Contacting Us</p><p data-css=\"tve-u-1642b20c920\">If there are any questions regarding this privacy policy you may contact us using the information below.<br>Blackhawk Custom, LLC.<br>825 South Kings Highway<br>Fort Pierce, FL 34945<br>United States<br>https://www.blackhawkcustom.com<br>Conditions of use:</p><p data-css=\"tve-u-1642b20c920\">By using this website, you agree to all of our terms and conditions of the sale<br>All sales are final (See our refund policy)</p></div></div>\n</div>'),(1939,176,'tve_revision_tve_has_wistia_popover','0'),(3118,301,'tve_revision_tve_content_more_found',''),(3119,301,'tve_revision_tve_save_post',''),(3120,301,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Special+Elite:400&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Montserrat:400,200,300&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Amatic+SC:400&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=ABeeZee:400&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-160309b397d\"]::after { clear: both; }[data-css=\"tve-u-160309b344b\"] { position: relative !important; margin-left: 100px !important; }[data-css=\"tve-u-160309b00b4\"] + div { clear: none; }[data-css=\"tve-u-160309b00b4\"] { float: none; width: 60px; position: absolute; margin-bottom: 0px !important; margin-top: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-16030975307\"] { max-width: 75%; margin-left: 80px !important; }[data-css=\"tve-u-1602bfa220e\"] { line-height: 1.85em !important; }[data-css=\"tve-u-1602be7db66\"] { float: left; width: 40px; z-index: 3; position: relative; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1602be56dfc\"]::after { clear: both; }[data-css=\"tve-u-1602be45437\"] { max-width: 35.5%; }[data-css=\"tve-u-1602be453ec\"] { max-width: 25.0191%; }[data-css=\"tve-u-1602b37ce9d\"] > .tcb-flex-col > .tcb-col { justify-content: center; }[data-css=\"tve-u-1602b324a9c\"] { color: rgb(74, 163, 223) !important; }[data-css=\"tve-u-1602b324a9b\"] { color: rgb(74, 163, 223) !important; }[data-css=\"tve-u-1602b31dfcd\"] { max-width: 1296px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15f0064f814\"] { color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-15ec313e743\"]:hover p, #tve_editor [data-css=\"tve-u-15ec313e743\"]:hover li, #tve_editor [data-css=\"tve-u-15ec313e743\"]:hover blockquote, #tve_editor [data-css=\"tve-u-15ec313e743\"]:hover address { color: rgb(89, 171, 227); }[data-css=\"tve-u-15f003784ab\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15f00369f5e\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15f003655f8\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15f003606db\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15f0034f748\"] { color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-15f002fa8f6\"] { color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-15ec313e743\"] p, #tve_editor [data-css=\"tve-u-15ec313e743\"] li, #tve_editor [data-css=\"tve-u-15ec313e743\"] blockquote, #tve_editor [data-css=\"tve-u-15ec313e743\"] address { font-size: 16px; }[data-css=\"tve-u-15ec313e743\"] { text-align: center; padding-left: 0px !important; margin-left: 0px !important; margin-right: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-15ec30a8a14\"]::after { clear: both; }#tve_editor [data-css=\"tve-u-15ebe90cfb0\"] { font-size: 96px !important; }[data-css=\"tve-u-15ec26fee25\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-15ee106257d\"] { max-width: 100%; }[data-css=\"tve-u-15ec3055cca\"] { max-width: 1370px; float: none; margin-left: auto !important; margin-right: auto !important; }#tve_editor [data-css=\"tve-u-15ebe91a626\"]:hover .tcb-button-link { box-shadow: rgba(73, 137, 181, 0.25) -3px 7px 73px 18px; border: 0px dashed rgb(255, 255, 255); background-color: rgb(149, 250, 201) !important; font-weight: normal !important; background-image: none !important; }[data-css=\"tve-u-15ebe8a2edd\"] > .tcb-flex-col > .tcb-col { justify-content: center; }[data-css=\"tve-u-15ec3017516\"] { margin-top: 60px !important; padding-bottom: 50px !important; }[data-css=\"tve-u-15ec2b5d54c\"] { margin-top: 83px !important; }[data-css=\"tve-u-15ec2b56fac\"] { opacity: 1; filter: grayscale(0%) blur(0px); background-image: linear-gradient(rgb(0, 0, 0), rgb(0, 0, 0)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-15ec2b54c99\"] { max-width: 1586px; min-height: 100px !important; }[data-css=\"tve-u-15ec2a38bfd\"] { margin-right: 0px !important; padding-right: 0px !important; margin-left: 0px !important; }[data-css=\"tve-u-15ec2a33d71\"] { width: 830px; position: relative; top: 0px; left: 40px; z-index: 7; float: none; padding-right: 0px !important; padding-left: 0px !important; }[data-css=\"tve-u-15ec27075e1\"] { border-left: 2px dashed rgb(232, 238, 241); border-top: 1px solid rgb(232, 238, 241); border-bottom: 1px solid rgb(232, 238, 241); }[data-css=\"tve-u-15ec26fee25\"] > .tcb-flex-col > .tcb-col { min-height: 612px; }[data-css=\"tve-u-15ec26fee25\"] { min-height: inherit; margin-left: 0px; padding-top: 0px !important; padding-bottom: 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-15ec26ec232\"] { margin-top: 66px !important; }[data-css=\"tve-u-15ec26e5812\"] { max-width: 100%; min-height: 586px !important; }[data-css=\"tve-u-15ec26ab7b0\"] { margin-top: 67px !important; }#tve_editor [data-css=\"tve-u-15ec26a92a2\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15ec2698d8d\"] { float: none; max-width: 600px; margin-left: auto !important; margin-right: auto !important; margin-top: 30px !important; }#tve_editor [data-css=\"tve-u-15ec269736c\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15ec269379d\"] { font-size: 45px !important; }[data-css=\"tve-u-15ec268a0a3\"] { font-size: 45px !important; color: rgb(89, 171, 227) !important; }[data-css=\"tve-u-15ec256e611\"] { margin-top: 0px !important; }#tve_editor [data-css=\"tve-u-15ec25610c7\"] { font-size: 40px !important; color: rgb(89, 171, 227) !important; }[data-css=\"tve-u-15ec255fe12\"] { font-family: ABeeZee !important; font-weight: 400 !important; color: rgb(89, 171, 227) !important; font-size: 45px !important; }[data-css=\"tve-u-15ec254985a\"] { margin-right: 0px !important; }[data-css=\"tve-u-15ec253ef3a\"] { text-align: center; background-image: linear-gradient(rgba(24, 45, 60, 0.95), rgba(24, 45, 60, 0.95)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; margin-top: 0px !important; padding-top: 130px !important; padding-bottom: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-15ec253a41f\"] > .tcb-flex-col > .tcb-col { min-height: 661px; }[data-css=\"tve-u-15ec253a41f\"] { min-height: inherit; float: none; max-width: 1474px; z-index: 3; position: relative; padding-top: 0px !important; padding-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; padding-right: 0px !important; }[data-css=\"tve-u-15ec24f97c0\"] { background-image: linear-gradient(rgba(42, 51, 68, 0.1), rgba(42, 51, 68, 0.1)), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/testimonial_bg.jpg\") !important; background-size: auto, cover !important; background-position: 0px 0px, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-15ec24f790d\"] { min-height: 661px !important; }[data-css=\"tve-u-15ec24f494c\"] { margin-top: 60px !important; }[data-css=\"tve-u-15ec2448fdb\"] { float: none; max-width: 1296px; margin-top: 10px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2443105\"] { line-height: 1.8em !important; }[data-css=\"tve-u-15ebea49c0c\"] { float: none; max-width: 1440px; margin-left: auto !important; margin-right: auto !important; margin-top: 0px !important; }#tve_editor [data-css=\"tve-u-15ebea42b31\"] { color: rgb(24, 45, 60) !important; font-size: 70px !important; }[data-css=\"tve-u-15ebea3a693\"] { max-width: 1434px; }[data-css=\"tve-u-15ebe91a626\"] { display: block; max-width: 423px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ebe91a626\"] .tcb-button-link { border-radius: 200px; min-height: 67.1429px; font-size: 1.6em; padding-top: 0px; padding-bottom: 0px; border: 1px solid rgb(0, 0, 0); box-shadow: rgba(0, 0, 0, 0.4) 0px 3px 8px 1px; background-color: rgb(255, 255, 255) !important; padding-left: 15px !important; background-image: none !important; }[data-css=\"tve-u-15ebe916c34\"] { float: none; z-index: 3; position: relative; width: 100%; max-width: 733px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ebe90cfb0\"] { line-height: 1.1em !important; }[data-css=\"tve-u-15ebe906677\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 669px; margin-left: 50px !important; margin-top: 40px !important; }#tve_editor [data-css=\"tve-u-15ebe905473\"] { font-size: 22px !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15ebe8ee6c0\"]::after { clear: both; }[data-css=\"tve-u-15ebe8edca2\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 722px; padding-left: 0px !important; margin-left: 50px !important; margin-top: 104px !important; }[data-css=\"tve-u-15ebe8abb9e\"] { padding: 0px !important; }[data-css=\"tve-u-15ebe8a4d78\"] { clip-path: url(\"#clip-left-335f47a4c8f92\"); -webkit-clip-path: url(\"#clip-left-335f47a4c8f92\");  }[data-css=\"tve-u-15ebe8a2edd\"] { padding-bottom: 15px !important; padding-top: 15px !important; }[data-css=\"tve-u-15ebe89fb7a\"] { margin-left: -35px !important; }[data-css=\"tve-u-15ebe830a90\"] { clip-path: url(\"#clip-left-bb2526ca261ae\"); -webkit-clip-path: url(\"#clip-left-bb2526ca261ae\");  background-image: linear-gradient(rgb(89, 171, 227), rgb(89, 171, 227)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-15ebe827cb3\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 0px !important; }[data-css=\"tve-u-15ebe80a9a1\"] { min-height: 729px; }[data-css=\"tve-u-15ebe738fb8\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-15ebe738fb8\"] > .tcb-flex-col > .tcb-col { min-height: 729px; }[data-css=\"tve-u-15ebe738fb8\"] { min-height: inherit; margin-left: 0px; padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-15ebe73226c\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/header_image-1.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-15ebe72c974\"] { max-width: 1620px; }[data-css=\"tve-u-15ebe5d7b44\"] { background-image: linear-gradient(rgb(0, 0, 0), rgb(0, 0, 0)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-15ebe51d596\"] { max-width: 100%; min-height: 7px !important; }#tcb_landing_page h3 { font-family: Montserrat; font-weight: 200; font-size: 20px; color: rgb(24, 45, 60); }#tcb_landing_page h2 { font-family: \"Amatic SC\"; font-weight: 400; font-size: 70px; color: rgb(24, 45, 60); }#tcb_landing_page h1 { font-family: \"Amatic SC\"; font-weight: 400; font-size: 96px; color: rgb(255, 255, 255); }#tcb_landing_page p, #tcb_landing_page li { font-family: Montserrat; font-weight: 200; color: rgb(24, 45, 60); font-size: 18px; line-height: 1.667em; }[data-css=\"tve-u-15e09c94f7d\"] { background-color: rgb(255, 255, 255); }[data-css=\"tve-u-15ec256b908\"] { font-family: \"Amatic SC\" !important; font-weight: 400 !important; }[data-css=\"tve-u-15ec26760e9\"] { font-family: ABeeZee !important; font-weight: 400 !important; }[data-css=\"tve-u-15ec2680494\"] { font-family: \"Amatic SC\" !important; font-weight: 400 !important; }#tcb_landing_page a:hover:not(.tcb-button-link) { color: rgb(89, 171, 227); }#tcb_landing_page .tve-state-hovera:not(.tcb-button-link) { color: rgb(89, 171, 227); }#tve_editor [data-css=\"tve-u-160266880a0\"] { color: rgb(255, 255, 255) !important; font-family: Montserrat !important; }[data-css=\"tve-u-1602b324ab9\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1602befe215\"] { max-width: 386px; position: relative !important; padding-left: 1px !important; margin-top: 0px !important; margin-left: 50px !important; }[data-css=\"tve-u-160309ddca8\"] + div { clear: none; }[data-css=\"tve-u-160309ddca8\"] { float: none; width: 60px; position: absolute; margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-160309f3e5d\"] { max-width: 75%; margin-left: 80px !important; margin-top: 60px !important; margin-bottom: 40px !important; }[data-css=\"tve-u-160309f6c04\"] { max-width: 75%; margin-left: 80px !important; margin-top: 60px !important; margin-bottom: 80px !important; }[data-css=\"tve-u-16030a013d7\"] + div { clear: none; }[data-css=\"tve-u-16030a013d7\"] { float: none; width: 60px; position: absolute; margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-16030a08afd\"] { position: relative !important; margin-left: 100px !important; }[data-css=\"tve-u-16030a09626\"] { position: relative !important; margin-left: 100px !important; }#tcb_landing_page a.tve-state-hover:not(.tcb-button-link) { color: rgb(89, 171, 227); }[data-css=\"tve-u-165b813034a\"] { border-bottom: 1px solid rgb(255, 255, 255); padding: 0px !important; }#tve_editor [data-css=\"tve-u-165b814869f\"] { font-family: Montserrat; letter-spacing: 0px; font-weight: 400; font-size: 18px !important; color: rgb(24, 45, 60) !important; text-transform: capitalize !important; }[data-css=\"tve-u-165bce18a46\"] { max-width: 73.7%; }[data-css=\"tve-u-165b813034a\"] .tve-page-section-in { display: block; }[data-css=\"tve-u-165bcef972c\"] { max-width: 26.3%; }[data-css=\"tve-u-165bcf2cfcd\"] { width: 335px; }[data-css=\"tve-u-165bcf3f4af\"] { padding-bottom: 0px !important; padding-top: 0px !important; }[data-css=\"tve-u-165bcf40f41\"] { float: none; width: 100%; margin: 0px auto !important; }[data-css=\"tve-u-15ec3152b02\"] { text-align: center; }[data-css=\"tve-u-165bd189801\"] { width: 366px; }[data-css=\"tve-u-15ec2b5d54c\"] .tve-page-section-in { display: block; }[data-css=\"tve-u-165bd4f227a\"] { max-width: 474px; }[data-css=\"tve-u-165bd4fd5d9\"] { max-width: 28.5%; }#tve_editor [data-css=\"tve-u-165bd50a2bd\"] { color: rgb(255, 255, 255) !important; background-color: rgb(179, 144, 57) !important; }[data-css=\"tve-u-165bd517164\"] { width: 124px; margin: 0px auto !important; float: none; }[data-css=\"tve-u-165bd51a9f2\"] { max-width: 11%; }[data-css=\"tve-u-165bd569a55\"] { min-height: 323px !important; }[data-css=\"tve-u-165bd56ceb1\"] { background-image: linear-gradient(rgb(0, 0, 0), rgb(0, 0, 0)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-165bd56fa40\"] { padding-top: 0px !important; padding-bottom: 0px !important; margin-bottom: 0px !important; margin-top: 20px !important; }[data-css=\"tve-u-165bd56fa40\"] .tve-page-section-in { display: block; }[data-css=\"tve-u-165bd9a6720\"] { max-width: 297px; }}@media (max-width: 1023px){[data-css=\"tve-u-1602befe215\"] { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1602b37ce9d\"] .tcb-flex-col { flex-basis: 420px !important; }[data-css=\"tve-u-1602be7db66\"] { float: none; z-index: 3; position: relative; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2a38bfd\"] { text-align: left; }[data-css=\"tve-u-15ec27075e1\"] { margin-top: 0px !important; }[data-css=\"tve-u-15ebe51d596\"] { text-align: left; }[data-css=\"tve-u-15ec2b54c99\"] { text-align: left; }[data-css=\"tve-u-15ec2a33d71\"] { width: 395px; float: none; z-index: 3; position: relative; margin: 80px auto 0px !important; }[data-css=\"tve-u-15ec253ef3a\"] { padding: 25px 10px !important; }[data-css=\"tve-u-15ebea3a693\"] { max-width: 720px; }[data-css=\"tve-u-15ec30a8a14\"]::after { clear: both; }[data-css=\"tve-u-15ebe916c34\"] { max-width: 376px; }[data-css=\"tve-u-15ebe8a2edd\"] > .tcb-flex-col > .tcb-col { justify-content: center; min-height: 91px; }[data-css=\"tve-u-15ec3055cca\"] { text-align: center; margin-top: 0px !important; }[data-css=\"tve-u-15ebe8a2edd\"] { min-height: inherit; float: none; max-width: 100%; padding-top: 0px !important; padding-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ebe830a90\"] { clip-path: url(\"#clip-tablet-left-bb2526ca261ae\"); -webkit-clip-path: url(\"#clip-tablet-left-bb2526ca261ae\");  }[data-css=\"tve-u-15ebe91a626\"] { margin-left: 30px !important; }[data-css=\"tve-u-15ebe906677\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 336px; margin-left: 30px !important; }[data-css=\"tve-u-15ebe8edca2\"] { margin-left: 30px !important; }[data-css=\"tve-u-15ebe89fb7a\"] { margin-left: -35px !important; }[data-css=\"tve-u-15ebe827cb3\"] { max-width: 100%; }#tve_editor [data-css=\"tve-u-15ebe90cfb0\"] { font-size: 84px !important; }}@media (max-width: 767px){[data-css=\"tve-u-160309b344b\"] { margin-left: 10px !important; margin-top: 30px !important; margin-right: 10px !important; }[data-css=\"tve-u-16030a013d7\"] { position: static; }[data-css=\"tve-u-16030a09626\"] { margin-left: 10px !important; margin-top: 30px !important; margin-right: 10px !important; }[data-css=\"tve-u-160309ddca8\"] { position: static; }[data-css=\"tve-u-16030a08afd\"] { margin-left: 10px !important; margin-right: 10px !important; margin-top: 30px !important; }[data-css=\"tve-u-160309b00b4\"] { position: static; }[data-css=\"tve-u-16030975307\"] { max-width: 100%; margin-left: 10px !important; margin-right: 10px !important; }[data-css=\"tve-u-160309f6c04\"] { max-width: 100%; margin-left: 10px !important; margin-right: 10px !important; }[data-css=\"tve-u-160309f3e5d\"] { max-width: 100%; margin-left: 10px !important; margin-right: 10px !important; }[data-css=\"tve-u-15ec2a38bfd\"]::after { clear: both; }[data-css=\"tve-u-1602bf25f10\"]::after { clear: both; }[data-css=\"tve-u-15ec253ef3a\"] { padding-top: 30px !important; padding-bottom: 30px !important; }[data-css=\"tve-u-15ec26fee25\"] > .tcb-flex-col > .tcb-col { min-height: 387px; }[data-css=\"tve-u-15ec26fee25\"] { margin-left: 0px; min-height: inherit; }[data-css=\"tve-u-15ec26fee25\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-15ec2a33d71\"] { position: static; margin-bottom: 0px !important; }[data-css=\"tve-u-15ec253a41f\"] > .tcb-flex-col > .tcb-col { min-height: 27px; }[data-css=\"tve-u-15ec253a41f\"] { margin-left: 0px; min-height: inherit; }[data-css=\"tve-u-15ec253a41f\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-15ec254985a\"] { margin-top: 0px !important; }[data-css=\"tve-u-15ec24f494c\"] { margin-top: 30px !important; }[data-css=\"tve-u-15ec256e611\"] { margin-top: 0px !important; }[data-css=\"tve-u-15ec318421d\"] { margin-bottom: 34px !important; margin-top: -90px !important; }[data-css=\"tve-u-15ebe738fb8\"] > .tcb-flex-col > .tcb-col { min-height: 554px; }[data-css=\"tve-u-15ebe738fb8\"] { min-height: inherit; padding-bottom: 0px !important; }[data-css=\"tve-u-15ec3017516\"] { margin-top: 0px !important; padding-left: 5px !important; padding-right: 5px !important; }[data-css=\"tve-u-15ebe89fb7a\"] { margin-left: -20px !important; }[data-css=\"tve-u-15ec3055cca\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-15ebe916c34\"] { max-width: 363px; float: none; width: 100%; margin-bottom: 0px !important; padding-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec3152b02\"] { min-height: 226px; }[data-css=\"tve-u-15ebe80a9a1\"] { min-height: 65px; }[data-css=\"tve-u-15ebe91a626\"] { margin-bottom: 0px !important; margin-right: 30px !important; margin-top: 20px !important; }[data-css=\"tve-u-15ebe906677\"] { margin-left: 30px !important; }[data-css=\"tve-u-15ebe8edca2\"] { margin-left: 30px !important; margin-top: 6px !important; }[data-css=\"tve-u-15ebe827cb3\"] { max-width: 100%; margin-top: 35px !important; }[data-css=\"tve-u-15ec313e743\"] { margin-left: 10px !important; margin-right: 10px !important; }[data-css=\"tve-u-1602befe215\"] { max-width: 257px; float: left; z-index: 3; position: relative; width: 100%; margin-top: 20px !important; margin-left: 20px !important; }[data-css=\"tve-u-15ebe73226c\"] { height: calc(100% - 33px); margin-top: 70px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-15ebe91a626\"] .tcb-button-link { padding-right: 10px !important; padding-left: 10px !important; }[data-css=\"tve-u-15ebe827cb3\"] > .tve-cb { display: block; }}'),(2813,279,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-165b813034a\" wfd-id=\"267\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ebe5d7b44\" wfd-id=\"289\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ebe51d596\" wfd-id=\"268\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15ec3055cca\" wfd-id=\"269\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2\" data-css=\"tve-u-15ebe8a2edd\" wfd-id=\"270\"><div class=\"tcb-flex-col\" wfd-id=\"283\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec30518d3\" wfd-id=\"285\"><div class=\"tcb-clear\" data-css=\"tve-u-15ecc95760b\" wfd-id=\"286\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ebe70a25b\" wfd-id=\"287\"><span class=\"tve_image_frame\" wfd-id=\"288\"><img class=\"tve_image wp-image-25564\" alt=\"\" width=\"142\" height=\"44\" title=\"logo_pawcity\" data-id=\"25564\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/logo_pawcity.png\"></span></div></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"271\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec313e743\" data-tcb_hover_state_parent=\"\" wfd-id=\"273\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone tcb-tablet-hidden tcb-mobile-hidden\" style=\"\" wfd-id=\"274\"><p data-css=\"tve-u-15f002fa8f6\"><span data-css=\"tve-u-15f0034f748\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"282\"><a href=\"#whatwedo\">What We Do</a></span>&nbsp; &nbsp; <span data-css=\"tve-u-15f003606db\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"281\"><a href=\"#testimonials\">Testimonials</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f003655f8\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"280\"><a href=\"#aboutus\">About Us</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f00369f5e\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"279\"><a href=\"#getyourcoupon\">Get Your Coupon</a></span>&nbsp; &nbsp; <span data-css=\"tve-u-15f0064f814\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"278\"><a href=\"#areaweserve\">Area We Serve</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f003784ab\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"277\"><a href=\"#contact\">Contact</a></span></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ebe8abb9e\" wfd-id=\"236\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ebe8a4d78\" data-clip-id=\"335f47a4c8f92\" wfd-id=\"266\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-left-335f47a4c8f92\" class=\"decoration-clip clip-path-left\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" pointer-width=\"6\" pointer-height=\"2.5\" style=\"curves\" decoration-type=\"none\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon><ellipse cx=\"0.025\" cy=\"0.029412\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.08823600000000001\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.14706\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.205884\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.264708\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.323532\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.38235600000000003\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.44118\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.500004\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.558828\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.617652\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.676476\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.7353000000000001\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.794124\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.852948\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.911772\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.970596\" rx=\"0.025\" ry=\"0.029412\"></ellipse></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ebe72c974\" wfd-id=\"237\"><div class=\"thrv_wrapper thrv-columns tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec318421d\" wfd-id=\"238\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-15ebe738fb8\" wfd-id=\"239\"><div class=\"tcb-flex-col\" wfd-id=\"263\"><div class=\"tcb-col\" data-css=\"tve-u-15ebe73226c\" wfd-id=\"265\"></div></div><div class=\"tcb-flex-col\" wfd-id=\"240\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ebe89fb7a\" wfd-id=\"242\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ebe827cb3\" wfd-id=\"243\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15ebe830a90\" data-clip-id=\"bb2526ca261ae\" wfd-id=\"262\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-left-bb2526ca261ae\" class=\"decoration-clip clip-path-left\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"divider\" pointer-width=\"5.7\" pointer-height=\"2.5\" style=\"curves\" slanted-angle=\"5\"><polygon points=\"0.025 0, 0.025 1, 1 1, 1 0\"></polygon><ellipse cx=\"0.025\" cy=\"0.027778\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.083334\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.13889\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.194446\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.250002\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.305558\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.361114\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.41667\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.47222600000000003\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.527782\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.583338\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.638894\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.69445\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.7500060000000001\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.805562\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.861118\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.916674\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.97223\" rx=\"0.025\" ry=\"0.027778\"></ellipse></clipPath><clipPath id=\"clip-tablet-left-bb2526ca261ae\" class=\"decoration-clip clip-path-tablet-left\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"divider\" pointer-width=\"5.7\" pointer-height=\"4\" style=\"curves\" slanted-angle=\"5\"><polygon points=\"0.04 0, 0.04 1, 1 1, 1 0\"></polygon><ellipse cx=\"0.04\" cy=\"0.027778\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.083334\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.13889\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.194446\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.250002\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.305558\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.361114\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.41667\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.47222600000000003\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.527782\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.583338\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.638894\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.69445\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.7500060000000001\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.805562\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.861118\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.916674\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.97223\" rx=\"0.04\" ry=\"0.027778\"></ellipse></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ebe80a9a1\" wfd-id=\"244\"><div class=\"tcb-clear\" data-css=\"tve-u-15ebe8ee6c0\" wfd-id=\"258\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15ebe8edca2\" data-tag=\"h1\" wfd-id=\"259\"><h1 data-css=\"tve-u-15ebe90cfb0\">Happy dogs =<br>â€‹â€‹â€‹â€‹â€‹happâ€‹â€‹â€‹â€‹y owners</h1></div></div><div class=\"tcb-clear\" data-css=\"tve-u-15ec30a8a14\" wfd-id=\"254\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ebe906677\" wfd-id=\"255\"><p data-css=\"tve-u-15ebe905473\">Offer your dog a premium walking experience</p></div></div><div class=\"tcb-clear\" data-css=\"tve-u-15ebe955aaa\" wfd-id=\"245\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ebe916c34\" wfd-id=\"246\">\n<div class=\"tve-content-box-background\" wfd-id=\"253\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ec3152b02\" wfd-id=\"247\"><div class=\"thrv_wrapper thrv-button tve_ea_thrive_lightbox\" data-css=\"tve-u-15ebe91a626\" data-tcb_hover_state_parent=\"false\" data-button-style=\"full_rounded\" wfd-id=\"248\">\n<a href=\"#\" class=\"tcb-button-link tve_evt_manager_listen tve_et_click\" data-tcb-events=\"__TCB_EVENT_[{&quot;config&quot;:{&quot;l_anim&quot;:&quot;zoom_in&quot;,&quot;l_id&quot;:265},&quot;a&quot;:&quot;thrive_lightbox&quot;,&quot;t&quot;:&quot;click&quot;}]_TNEVE_BCT__\">\n<span class=\"tcb-button-texts\" wfd-id=\"249\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-165b814869f\" wfd-id=\"250\">Get 10% OFF Your First Cerakote Project</span></span>\n</a>\n</div></div>\n</div></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec3017516\" wfd-id=\"227\">\n<div class=\"tve-page-section-out\" wfd-id=\"235\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ebea3a693\" wfd-id=\"228\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15ebea49c0c\" id=\"whatwedo\" data-tag=\"h1\" wfd-id=\"232\"><h1 data-css=\"tve-u-15ebea42b31\" style=\"text-align: center;\">What We Do</h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2448fdb\" wfd-id=\"229\"><p data-css=\"tve-u-15ec2443105\" style=\"text-align: center;\">Our goal is to make sure the owners are comforted, the pups are exercised and happy and that we are getting our own puppy fixes. But letâ€™s be honest- itâ€™s their world, weâ€™re just living in it! As a small team of experienced dog owners and lovers, we really get to know you and your dog and we canguarantee consistent and personal care that is equal to your love and attention. We are so excited to make you a part of the family!</p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" wfd-id=\"194\">\n<div class=\"tve-page-section-out\" wfd-id=\"226\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ee1211b9b\" wfd-id=\"195\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15ee121a6d1\" wfd-id=\"196\"><div class=\"tcb-flex-row tcb--cols--3 tcb-medium-wrap\" data-css=\"tve-u-15ee121fb1c\" wfd-id=\"197\"><div class=\"tcb-flex-col\" wfd-id=\"216\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ee1225fdf\" wfd-id=\"218\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec2477274\" wfd-id=\"224\"><span class=\"tve_image_frame\" wfd-id=\"225\"><img class=\"tve_image wp-image-1596\" alt=\"\" width=\"55\" height=\"73\" title=\"what_do_icon_01\" data-id=\"1596\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_01.png\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"223\"><p data-css=\"tve-u-15ec2481d17\"><strong>First Class Care</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"222\"><p data-css=\"tve-u-15ec2487407\">all the best for them</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2492191\" wfd-id=\"219\"><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"206\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ee1232726\" wfd-id=\"208\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec24ae116\" wfd-id=\"214\"><span class=\"tve_image_frame\" wfd-id=\"215\"><img class=\"tve_image wp-image-1597\" alt=\"\" width=\"73\" height=\"73\" title=\"what_do_icon_02\" data-id=\"1597\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_02.png\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"213\"><p data-css=\"tve-u-15ec2481d17\"><strong>Snacks Included</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"212\"><p data-css=\"tve-u-15ec2487407\">for your little one</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec3192f72\" wfd-id=\"209\"><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"198\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ee1237243\" wfd-id=\"200\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec24d5e15\" wfd-id=\"204\"><span class=\"tve_image_frame\" wfd-id=\"205\"><img class=\"tve_image wp-image-1598\" alt=\"\" width=\"65\" height=\"73\" title=\"what_do_icon_03\" data-id=\"1598\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_03.png\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"203\"><p data-css=\"tve-u-15ec2481d17\"><strong>Regularly walks</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"202\"><p data-css=\"tve-u-15ec2487407\">to keep them ealthy</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2492191\" wfd-id=\"201\"><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris.</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-15ec24f494c\" id=\"testimonials\" style=\"\" wfd-id=\"168\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ec24f97c0\" wfd-id=\"193\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec24f790d\" wfd-id=\"169\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15ec254985a\" style=\"\" wfd-id=\"170\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-15ec253a41f\" wfd-id=\"171\"><div class=\"tcb-flex-col\" wfd-id=\"175\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec253ef3a\" style=\"\" wfd-id=\"177\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec256e611\" style=\"\" wfd-id=\"184\"><p data-css=\"tve-u-15ec25610c7\"><span data-css=\"tve-u-15ec268a0a3\" style=\"font-size: 45px; color: rgb(89, 171, 227);\" wfd-id=\"191\"><span data-css=\"tve-u-15ec26760e9\" style=\"font-family: ABeeZee;\" wfd-id=\"192\">â€</span></span><span data-css=\"tve-u-15ec256b908\" style=\"font-family: &quot;Amatic SC&quot;;\" wfd-id=\"190\">&nbsp; &nbsp; &nbsp;</span><span data-css=\"tve-u-15ec2680494\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"188\"><span data-css=\"tve-u-15ec269379d\" style=\"font-size: 45px;\" wfd-id=\"189\">my chester enjoys being with them!</span> &nbsp; &nbsp;&nbsp;</span><span data-css=\"tve-u-15ec255fe12\" style=\"font-family: ABeeZee; font-weight: 400; color: rgb(89, 171, 227); font-size: 45px;\" wfd-id=\"187\">â€</span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2698d8d\" wfd-id=\"181\"><p data-css=\"tve-u-160266880a0\">We LOVE going for walks with our friends at Paw! Donâ€™t tell our mom &amp; dad,but we get really excited when they leave for work because we know it wonâ€™t be long before we get a visit from one of our favorite friends at PawCity! Best part is, they always let our parents know how ourwalk went right away so they dont have to worry about us!</p><p data-css=\"tve-u-15ec269736c\">We love you PawCity!! xoxo</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec26ab7b0\" style=\"\" wfd-id=\"178\"><p data-css=\"tve-u-15ec26a92a2\"><strong>Anna Olson</strong>, Chesterâ€™s Mom</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"172\"><div class=\"tcb-col\" wfd-id=\"174\"></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec26c390a\" id=\"aboutus\" wfd-id=\"159\">\n<div class=\"tve-page-section-out\" wfd-id=\"167\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec26b9914\" wfd-id=\"160\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15ee1037a1d\" data-tag=\"h1\" wfd-id=\"164\"><h1 data-css=\"tve-u-15ec26bd2e8\">About us</h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec31ba260\" wfd-id=\"161\"><p data-css=\"tve-u-15ec2443105\" style=\"text-align: center;\">At PawCity, we lead lives full of the unconditional love and happiness we receive from the furballs we get to spend time with everyday and we have this beautiful city and all the beautiful people in it to thank. We love you and your pups!!</p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec26ec232\" wfd-id=\"124\">\n<div class=\"tve-page-section-out\" wfd-id=\"158\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec26e5812\" wfd-id=\"125\"><div class=\"thrv_wrapper thrv-columns tcb-window-width\" style=\"width: 1603px; left: -1px;\" data-css=\"tve-u-15ee106257d\" wfd-id=\"126\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2\" data-css=\"tve-u-15ec26fee25\" wfd-id=\"127\"><div class=\"tcb-flex-col c-33\" wfd-id=\"153\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec2a38bfd\" wfd-id=\"155\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec2a33d71\" wfd-id=\"156\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"157\"><img class=\"tve_image wp-image-7399\" alt=\"\" width=\"830\" height=\"775\" title=\"about_us_dog\" data-id=\"7399\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/about_us_dog.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col c-66\" wfd-id=\"128\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec27075e1\" wfd-id=\"130\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160309f3e5d\" wfd-id=\"145\">\n<div class=\"tve-content-box-background\" wfd-id=\"152\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160309b397d\" wfd-id=\"146\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-160309b00b4\" data-float=\"1\" wfd-id=\"150\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"151\"><img class=\"tve_image wp-image-7404\" alt=\"\" width=\"64\" height=\"64\" title=\"dog_paw\" data-id=\"7404\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/dog_paw.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16030a08afd\" wfd-id=\"147\"><p>We moved to New York City with our black bulldog rescue, Blakely, in 2007 after graduating from the University of Maryland. Immediately, we realized what a dog-crazy place it was.</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160309f6c04\" wfd-id=\"137\">\n<div class=\"tve-content-box-background\" wfd-id=\"144\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160309b397d\" wfd-id=\"138\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-160309ddca8\" data-float=\"1\" wfd-id=\"142\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"143\"><img class=\"tve_image wp-image-7403\" alt=\"\" width=\"64\" height=\"64\" title=\"dog_house\" data-id=\"7403\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/dog_house.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16030a09626\" wfd-id=\"139\"><p>We knew right away that we wanted to work with the animals that we loved and that had given us so much love since we were little girls. We started PawCity Dog Walking in July of 2010.</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16030975307\" wfd-id=\"131\">\n<div class=\"tve-content-box-background\" wfd-id=\"136\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160309b397d\" wfd-id=\"132\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16030a013d7\" data-float=\"1\" wfd-id=\"134\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"135\"><img class=\"tve_image wp-image-7405\" alt=\"\" width=\"64\" height=\"64\" title=\"spinning_wheel\" data-id=\"7405\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/spinning_wheel.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160309b344b\" wfd-id=\"133\"><p>We cover the entire width of the East Side, from 96th Street to Delancey and handle every type of personality imaginable. At PawCity, we lead lives full of the unconditional love and happiness we receive from the furballs we get to spend time with everyday.</p></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" data-css=\"tve-u-15ec2a56438\" style=\"width: 1603px; left: 0px;\" id=\"getyourcoupon\" wfd-id=\"104\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ec2a5bb35\" wfd-id=\"123\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec2a5540e\" wfd-id=\"105\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ec2a80647\" wfd-id=\"106\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15ec2a9b8a9\" wfd-id=\"122\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ec2a81a9f\" wfd-id=\"107\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2a6f589\" wfd-id=\"118\"><p data-css=\"tve-u-15ec2a6b447\"><span data-css=\"tve-u-15ec2a6d9d8\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"121\"><strong>Get Your Coupon</strong></span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2aaa9a4\" wfd-id=\"114\"><p data-css=\"tve-u-15ec2ab1d6d\">We strive to keep both you and your pup as happy and comfortable as possible while youâ€™re out earning those big bucks.</p><p data-css=\"tve-u-15ec2ab1d82\"><br></p><p data-css=\"tve-u-15ec2aa8e2e\"><strong>Get <span data-css=\"tve-u-15ec2aafa24\" style=\"color: rgb(89, 171, 227);\" wfd-id=\"117\">20%</span> off your first walk. Enter your email and we\'ll send you your coupon.</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ec2abe257\" wfd-id=\"108\">\n<div class=\"tve-content-box-background\" wfd-id=\"113\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ec2acb421\" wfd-id=\"109\"><div class=\"thrv_wrapper thrv-button tve_ea_thrive_lightbox\" data-css=\"tve-u-15ec2ac01df\" data-tcb_hover_state_parent=\"false\" data-button-style=\"full_rounded\" wfd-id=\"110\">\n<a href=\"#\" class=\"tcb-button-link tve_evt_manager_listen tve_et_click\" data-tcb-events=\"__TCB_EVENT_[{&quot;config&quot;:{&quot;l_anim&quot;:&quot;zoom_in&quot;,&quot;l_id&quot;:&quot;265&quot;},&quot;a&quot;:&quot;thrive_lightbox&quot;,&quot;t&quot;:&quot;click&quot;}]_TNEVE_BCT__\">\n<span class=\"tcb-button-texts\" wfd-id=\"111\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-15ebe925072\" wfd-id=\"112\">Get Your Coupon Now</span></span>\n</a>\n</div></div>\n</div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-15ec2b0a32a\" id=\"areaweserve\" wfd-id=\"84\">\n<div class=\"tve-page-section-out\" wfd-id=\"103\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15f76fcb7df\" wfd-id=\"85\"><div class=\"thrv_wrapper thrv-columns\" style=\"\" data-css=\"tve-u-15ee103f44a\" wfd-id=\"86\"><div class=\"tcb-flex-row tcb--cols--2 tcb-medium-wrap\" data-css=\"tve-u-15ec2ae8715\" wfd-id=\"87\"><div class=\"tcb-flex-col c-33\" wfd-id=\"92\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec2b37666\" wfd-id=\"94\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"99\"><p data-css=\"tve-u-15ec2af6c4b\"><span data-css=\"tve-u-15ec2af6c4e\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"102\">area we serve</span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"95\"><p>As a small team of experienced dog owners and lovers, we really get to know you and your dog and we canguarantee consistent and personal care that is equal to your love and attention.</p><p><br></p><p><strong><span data-css=\"tve-u-15ec2afed17\" style=\"color: rgb(89, 171, 227);\" wfd-id=\"98\">We are so excited to make you a part of the family!</span></strong></p></div></div></div><div class=\"tcb-flex-col c-66\" wfd-id=\"88\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec2b33f06\" wfd-id=\"90\"><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-15ec2b3b468\" wfd-id=\"91\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=blakely, united states&amp;t=m&amp;z=11&amp;output=embed&amp;iwloc=near\"></iframe>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" data-css=\"tve-u-15ec2b5d54c\" style=\"width: 1603px; left: 0px;\" id=\"contact\" wfd-id=\"42\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ec2b56fac\" wfd-id=\"83\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec2b54c99\" wfd-id=\"43\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1602b31dfcd\" wfd-id=\"44\"><div class=\"tcb-flex-row tcb-resized tcb-medium-wrap tcb--cols--3\" data-css=\"tve-u-1602b37ce9d\" wfd-id=\"45\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1602be453ec\" style=\"\" wfd-id=\"77\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"79\"><div class=\"tcb-clear\" data-css=\"tve-u-1602bff3cd5\" wfd-id=\"80\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec2b6e126\" wfd-id=\"81\"><span class=\"tve_image_frame\" wfd-id=\"82\"><img class=\"tve_image wp-image-25564\" alt=\"\" width=\"142\" height=\"44\" title=\"logo_pawcity\" data-id=\"25564\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/logo_pawcity.png\"></span></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1602be45437\" style=\"\" wfd-id=\"61\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1602be56dfc\" wfd-id=\"63\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1602bfebaf9\" wfd-id=\"64\">\n<div class=\"tve-content-box-background\" wfd-id=\"76\"></div>\n<div class=\"tve-cb\" wfd-id=\"65\"><div class=\"tcb-clear\" data-css=\"tve-u-1602bf36e2c\" wfd-id=\"73\"><div class=\"thrv_wrapper tve_image_caption tcb-mobile-hidden\" data-css=\"tve-u-1602be7db66\" data-float=\"1\" wfd-id=\"74\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"75\"><img class=\"tve_image wp-image-7369\" alt=\"\" width=\"64\" height=\"64\" title=\"location\" data-id=\"7369\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/location.png\" style=\"width: 100%;\"></span></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1602bf25f10\" wfd-id=\"66\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1602befe215\" wfd-id=\"67\"><p data-css=\"tve-u-1602bfa220e\"><strong><span data-css=\"tve-u-1602b324a9b\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"72\">67 E. 3rd Street</span></strong><span data-css=\"tve-u-1602b324a9c\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"71\"> </span><span data-css=\"tve-u-1602b324ab9\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"70\">Suite B New York, NY 10003</span></p></div></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1602be4545b\" style=\"\" wfd-id=\"46\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"48\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1602bfea280\" wfd-id=\"49\">\n<div class=\"tve-content-box-background\" wfd-id=\"60\"></div>\n<div class=\"tve-cb\" wfd-id=\"50\"><div class=\"tcb-clear\" data-css=\"tve-u-1602bfc4bea\" wfd-id=\"57\"><div class=\"thrv_wrapper tve_image_caption tcb-mobile-hidden\" data-css=\"tve-u-1602bec144e\" data-float=\"1\" wfd-id=\"58\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"59\"><img class=\"tve_image wp-image-7370\" alt=\"\" width=\"64\" height=\"64\" title=\"phone\" data-id=\"7370\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/phone.png\" style=\"width: 100%;\"></span></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1602bfc74c3\" wfd-id=\"51\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1602b332fd9\" data-float=\"1\" wfd-id=\"52\"><p><a href=\"tel:9548481911\" target=\"_blank\"><strong><span data-css=\"tve-u-1602b324a9b\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"56\">954-848-1911</span></strong></a><br></p></div></div></div>\n</div></div></div></div></div></div>\n</div>'),(3117,301,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-165b813034a\" wfd-id=\"185\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ebe5d7b44\" wfd-id=\"209\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ebe51d596\" wfd-id=\"186\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15ec3055cca\" wfd-id=\"187\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized\" data-css=\"tve-u-15ebe8a2edd\" wfd-id=\"188\"><div class=\"tcb-flex-col\" data-css=\"tve-u-165bcef972c\" style=\"\" wfd-id=\"199\"><div class=\"tcb-col\" wfd-id=\"201\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-165bcf40f41\" wfd-id=\"202\"><div class=\"tcb-flex-row tcb--cols--1\" data-css=\"tve-u-165bcf3f4af\" wfd-id=\"203\"><div class=\"tcb-flex-col\" wfd-id=\"204\"><div class=\"tcb-col\" wfd-id=\"206\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-165bcf2cfcd\" wfd-id=\"207\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"208\"><img class=\"tve_image wp-image-290\" alt=\"\" width=\"751\" height=\"102\" title=\"Logo\" data-id=\"290\" src=\"//bestcerakoteflorida.com/wp-content/uploads/2018/09/Logo.png\" style=\"width: 100%;\"></span></div></div></div></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-165bce18a46\" style=\"\" wfd-id=\"189\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec313e743\" data-tcb_hover_state_parent=\"\" wfd-id=\"191\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" wfd-id=\"192\"><p data-css=\"tve-u-15f002fa8f6\"><span data-css=\"tve-u-15f0034f748\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"198\"><a href=\"#whatwedo\">What We Do</a></span>&nbsp; &nbsp; <span data-css=\"tve-u-15f003606db\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"197\"><a href=\"#testimonials\">Testimonials</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f003655f8\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"196\"><a href=\"#aboutus\">About Us</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f00369f5e\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"195\"><a href=\"#getyourcoupon\">Get Your Coupon</a></span>&nbsp; &nbsp; <span data-css=\"tve-u-15f0064f814\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"194\"><a href=\"#areaweserve\">Area We Serve</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f003784ab\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"193\"><a href=\"#contact\">Contact</a></span></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ebe8abb9e\" wfd-id=\"155\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ebe8a4d78\" data-clip-id=\"335f47a4c8f92\" wfd-id=\"184\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-left-335f47a4c8f92\" class=\"decoration-clip clip-path-left\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" pointer-width=\"6\" pointer-height=\"2.5\" style=\"curves\" decoration-type=\"none\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon><ellipse cx=\"0.025\" cy=\"0.029412\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.08823600000000001\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.14706\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.205884\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.264708\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.323532\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.38235600000000003\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.44118\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.500004\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.558828\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.617652\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.676476\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.7353000000000001\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.794124\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.852948\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.911772\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.970596\" rx=\"0.025\" ry=\"0.029412\"></ellipse></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ebe72c974\" wfd-id=\"156\"><div class=\"thrv_wrapper thrv-columns tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec318421d\" wfd-id=\"157\"><div class=\"tcb-flex-row tcb--cols--2 v-2\" data-css=\"tve-u-15ebe738fb8\" wfd-id=\"158\"><div class=\"tcb-flex-col\" wfd-id=\"181\"><div class=\"tcb-col\" data-css=\"tve-u-15ebe73226c\" wfd-id=\"183\"></div></div><div class=\"tcb-flex-col\" wfd-id=\"159\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ebe89fb7a\" wfd-id=\"161\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ebe827cb3\" wfd-id=\"162\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15ebe830a90\" data-clip-id=\"bb2526ca261ae\" wfd-id=\"180\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-left-bb2526ca261ae\" class=\"decoration-clip clip-path-left\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"none\" pointer-width=\"5.7\" pointer-height=\"2.5\" style=\"curves\" slanted-angle=\"5\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon><ellipse cx=\"0.025\" cy=\"0.027778\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.083334\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.13889\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.194446\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.250002\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.305558\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.361114\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.41667\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.47222600000000003\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.527782\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.583338\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.638894\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.69445\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.7500060000000001\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.805562\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.861118\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.916674\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.97223\" rx=\"0.025\" ry=\"0.027778\"></ellipse></clipPath><clipPath id=\"clip-tablet-left-bb2526ca261ae\" class=\"decoration-clip clip-path-tablet-left\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"divider\" pointer-width=\"5.7\" pointer-height=\"4\" style=\"curves\" slanted-angle=\"5\"><polygon points=\"0.04 0, 0.04 1, 1 1, 1 0\"></polygon><ellipse cx=\"0.04\" cy=\"0.027778\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.083334\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.13889\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.194446\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.250002\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.305558\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.361114\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.41667\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.47222600000000003\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.527782\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.583338\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.638894\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.69445\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.7500060000000001\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.805562\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.861118\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.916674\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.97223\" rx=\"0.04\" ry=\"0.027778\"></ellipse></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ebe80a9a1\" wfd-id=\"163\"><div class=\"tcb-clear\" data-css=\"tve-u-15ebe8ee6c0\" wfd-id=\"172\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15ebe8edca2\" data-tag=\"h1\" wfd-id=\"173\"><h1 data-css=\"tve-u-15ebe90cfb0\">Happy dogs =<br>â€‹â€‹â€‹â€‹â€‹happâ€‹â€‹â€‹â€‹y owners</h1></div></div><div class=\"tcb-clear\" data-css=\"tve-u-15ec30a8a14\" wfd-id=\"170\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ebe906677\" wfd-id=\"171\"><p data-css=\"tve-u-15ebe905473\">Offer your dog a premium walking experience</p></div></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ebe916c34\" wfd-id=\"164\">\n<div class=\"tve-content-box-background\" wfd-id=\"169\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ec3152b02\" wfd-id=\"165\"><div class=\"thrv_wrapper thrv-button tve_ea_thrive_lightbox\" data-css=\"tve-u-15ebe91a626\" data-tcb_hover_state_parent=\"false\" data-button-style=\"full_rounded\" wfd-id=\"166\">\n<a href=\"#\" class=\"tcb-button-link tve_evt_manager_listen tve_et_click\" data-tcb-events=\"__TCB_EVENT_[{&quot;config&quot;:{&quot;l_anim&quot;:&quot;zoom_in&quot;,&quot;l_id&quot;:265},&quot;a&quot;:&quot;thrive_lightbox&quot;,&quot;t&quot;:&quot;click&quot;}]_TNEVE_BCT__\">\n<span class=\"tcb-button-texts\" wfd-id=\"167\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-165b814869f\" wfd-id=\"168\">Get 10% OFF Your First Cerakote Project</span></span>\n</a>\n</div></div>\n</div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-165bd56fa40\" wfd-id=\"152\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-165bd56ceb1\" wfd-id=\"154\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-165bd569a55\" wfd-id=\"153\"></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec3017516\" wfd-id=\"141\">\n<div class=\"tve-page-section-out\" wfd-id=\"151\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ebea3a693\" wfd-id=\"142\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15ebea49c0c\" id=\"whatwedo\" data-tag=\"h1\" wfd-id=\"148\"><h1 data-css=\"tve-u-15ebea42b31\" style=\"text-align: center;\">What We Do</h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2448fdb\" wfd-id=\"143\"><p data-css=\"tve-u-15ec2443105\" style=\"text-align: center;\">Our goal is to make sure the owners are comforted, the pups are exercised and happy and that we are getting our own puppy fixes. But letâ€™s be honest- itâ€™s their world, weâ€™re just living in it! As a small team of experienced dog owners and lovers, we really get to know you and your dog and we canguarantee consistent and personal care that is equal to your love and attention. We are so excited to make you a part of the family!</p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-15ec24f494c\" id=\"testimonials\" style=\"\" wfd-id=\"113\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ec24f97c0\" wfd-id=\"140\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec24f790d\" wfd-id=\"114\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15ec254985a\" style=\"\" wfd-id=\"115\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-15ec253a41f\" wfd-id=\"116\"><div class=\"tcb-flex-col\" wfd-id=\"120\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec253ef3a\" style=\"\" wfd-id=\"122\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec256e611\" style=\"\" wfd-id=\"131\"><p data-css=\"tve-u-15ec25610c7\"><span data-css=\"tve-u-15ec268a0a3\" style=\"font-size: 45px; color: rgb(89, 171, 227);\" wfd-id=\"138\"><span data-css=\"tve-u-15ec26760e9\" style=\"font-family: ABeeZee;\" wfd-id=\"139\">â€</span></span><span data-css=\"tve-u-15ec256b908\" style=\"font-family: &quot;Amatic SC&quot;;\" wfd-id=\"137\">&nbsp; &nbsp; &nbsp;</span><span data-css=\"tve-u-15ec2680494\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"135\"><span data-css=\"tve-u-15ec269379d\" style=\"font-size: 45px;\" wfd-id=\"136\">my chester enjoys being with them!</span> &nbsp; &nbsp;&nbsp;</span><span data-css=\"tve-u-15ec255fe12\" style=\"font-family: ABeeZee; font-weight: 400; color: rgb(89, 171, 227); font-size: 45px;\" wfd-id=\"134\">â€</span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2698d8d\" wfd-id=\"126\"><p data-css=\"tve-u-160266880a0\">We LOVE going for walks with our friends at Paw! Donâ€™t tell our mom &amp; dad,but we get really excited when they leave for work because we know it wonâ€™t be long before we get a visit from one of our favorite friends at PawCity! Best part is, they always let our parents know how ourwalk went right away so they dont have to worry about us!</p><p data-css=\"tve-u-15ec269736c\">We love you PawCity!! xoxo</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec26ab7b0\" style=\"\" wfd-id=\"123\"><p data-css=\"tve-u-15ec26a92a2\"><strong>Anna Olson</strong>, Chesterâ€™s Mom</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"117\"><div class=\"tcb-col\" wfd-id=\"119\"></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec26ec232\" wfd-id=\"78\">\n<div class=\"tve-page-section-out\" wfd-id=\"112\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec26e5812\" wfd-id=\"79\"><div class=\"thrv_wrapper thrv-columns tcb-window-width\" style=\"width: 1603px; left: -1px;\" data-css=\"tve-u-15ee106257d\" wfd-id=\"80\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2\" data-css=\"tve-u-15ec26fee25\" wfd-id=\"81\"><div class=\"tcb-flex-col c-33\" wfd-id=\"107\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec2a38bfd\" wfd-id=\"109\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec2a33d71\" wfd-id=\"110\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"111\"><img class=\"tve_image wp-image-7399\" alt=\"\" width=\"830\" height=\"775\" title=\"about_us_dog\" data-id=\"7399\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/about_us_dog.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col c-66\" wfd-id=\"82\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec27075e1\" wfd-id=\"84\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160309f3e5d\" wfd-id=\"101\">\n<div class=\"tve-content-box-background\" wfd-id=\"106\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160309b397d\" wfd-id=\"102\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-160309b00b4\" data-float=\"1\" wfd-id=\"104\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"105\"><img class=\"tve_image wp-image-7404\" alt=\"\" width=\"64\" height=\"64\" title=\"dog_paw\" data-id=\"7404\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/dog_paw.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16030a08afd\" wfd-id=\"103\"><p>We moved to New York City with our black bulldog rescue, Blakely, in 2007 after graduating from the University of Maryland. Immediately, we realized what a dog-crazy place it was.</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160309f6c04\" wfd-id=\"95\">\n<div class=\"tve-content-box-background\" wfd-id=\"100\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160309b397d\" wfd-id=\"96\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-160309ddca8\" data-float=\"1\" wfd-id=\"98\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"99\"><img class=\"tve_image wp-image-7403\" alt=\"\" width=\"64\" height=\"64\" title=\"dog_house\" data-id=\"7403\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/dog_house.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16030a09626\" wfd-id=\"97\"><p>We knew right away that we wanted to work with the animals that we loved and that had given us so much love since we were little girls. We started PawCity Dog Walking in July of 2010.</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16030975307\" wfd-id=\"85\">\n<div class=\"tve-content-box-background\" wfd-id=\"94\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160309b397d\" wfd-id=\"86\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16030a013d7\" data-float=\"1\" wfd-id=\"92\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"93\"><img class=\"tve_image wp-image-7405\" alt=\"\" width=\"64\" height=\"64\" title=\"spinning_wheel\" data-id=\"7405\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/spinning_wheel.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160309b344b\" wfd-id=\"87\"><p>We cover the entire width of the East Side, from 96th Street to Delancey and handle every type of personality imaginable. At PawCity, we lead lives full of the unconditional love and happiness we receive from the furballs we get to spend time with everyday.</p></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" data-css=\"tve-u-15ec2b5d54c\" style=\"width: 1603px; left: 0px;\" id=\"contact\" wfd-id=\"36\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ec2b56fac\" wfd-id=\"77\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec2b54c99\" wfd-id=\"37\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1602b31dfcd\" wfd-id=\"38\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--4 tcb-resized\" data-css=\"tve-u-1602b37ce9d\" wfd-id=\"39\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1602be453ec\" style=\"\" wfd-id=\"72\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"74\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-165bd189801\" wfd-id=\"75\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"76\"><img class=\"tve_image wp-image-290\" alt=\"Blackhawk Custom Cerakote\" width=\"751\" height=\"102\" title=\"Logo\" data-id=\"290\" src=\"//bestcerakoteflorida.com/wp-content/uploads/2018/09/Logo.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1602be45437\" style=\"\" wfd-id=\"54\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1602be56dfc\" wfd-id=\"56\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-165bd4f227a\" wfd-id=\"57\">\n<div class=\"tve-content-box-background\" wfd-id=\"71\"></div>\n<div class=\"tve-cb\" wfd-id=\"58\"><div class=\"tcb-clear\" data-css=\"tve-u-1602bf36e2c\" wfd-id=\"68\"><div class=\"thrv_wrapper tve_image_caption tcb-mobile-hidden\" data-css=\"tve-u-1602be7db66\" data-float=\"1\" wfd-id=\"69\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"70\"><img class=\"tve_image wp-image-7369\" alt=\"\" width=\"64\" height=\"64\" title=\"location\" data-id=\"7369\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/location.png\" style=\"width: 100%;\"></span></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1602bf25f10\" wfd-id=\"59\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1602befe215\" wfd-id=\"60\"><p data-css=\"tve-u-1602bfa220e\"><strong><span data-css=\"tve-u-1602b324a9b\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"67\">67 E. 3rd Street</span></strong><span data-css=\"tve-u-1602b324a9c\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"66\"> </span><span data-css=\"tve-u-1602b324ab9\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"65\">Suite B New York, NY 10003</span></p></div></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-165bd51a9f2\" style=\"\" wfd-id=\"49\"><div class=\"tcb-col\" wfd-id=\"51\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-165bd517164\" wfd-id=\"52\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"53\"><img class=\"tve_image wp-image-282\" alt=\"\" width=\"300\" height=\"275\" title=\"CertifiedLogo\" data-id=\"282\" src=\"//bestcerakoteflorida.com/wp-content/uploads/2018/09/CertifiedLogo-300x275.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-165bd4fd5d9\" style=\"\" wfd-id=\"40\"><div class=\"tcb-col\" wfd-id=\"42\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-165bd9a6720\" wfd-id=\"43\"><p data-css=\"tve-u-165bd50a2bd\">â€‹954-848-1911<span style=\"\" data-css=\"tve-u-165bd999e0a\" wfd-id=\"48\"></span><br></p></div></div></div></div></div></div>\n</div>'),(2549,106,'tve_content_more_found_tcb2-one-page-site-dog-walking',''),(2679,274,'tve_revision_tve_landing_page','tcb2-one-page-site-dog-walking'),(2550,266,'tve_revision_tve_landing_page','tcb2-one-page-site-dog-walking'),(2551,266,'tve_revision_tve_disable_theme_dependency',''),(2552,266,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv-page-section\" style=\"\" wfd-id=\"233\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ebe5d7b44\" wfd-id=\"255\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ebe51d596\" wfd-id=\"234\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15ec3055cca\" wfd-id=\"235\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2\" data-css=\"tve-u-15ebe8a2edd\" wfd-id=\"236\"><div class=\"tcb-flex-col\" wfd-id=\"249\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec30518d3\" wfd-id=\"251\"><div class=\"tcb-clear\" data-css=\"tve-u-15ecc95760b\" wfd-id=\"252\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ebe70a25b\" wfd-id=\"253\"><span class=\"tve_image_frame\" wfd-id=\"254\"><img class=\"tve_image wp-image-25564\" alt=\"\" width=\"142\" height=\"44\" title=\"logo_pawcity\" data-id=\"25564\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/logo_pawcity.png\"></span></div></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"237\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec313e743\" data-tcb_hover_state_parent=\"\" wfd-id=\"239\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone tcb-tablet-hidden tcb-mobile-hidden\" style=\"\" wfd-id=\"240\"><p data-css=\"tve-u-15f002fa8f6\"><span data-css=\"tve-u-15f0034f748\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"248\"><a href=\"#whatwedo\">What We Do</a></span>&nbsp; &nbsp; <span data-css=\"tve-u-15f003606db\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"247\"><a href=\"#testimonials\">Testimonials</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f003655f8\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"246\"><a href=\"#aboutus\">About Us</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f00369f5e\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"245\"><a href=\"#getyourcoupon\">Get Your Coupon</a></span>&nbsp; &nbsp; <span data-css=\"tve-u-15f0064f814\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"244\"><a href=\"#areaweserve\">Area We Serve</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f003784ab\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"243\"><a href=\"#contact\">Contact</a></span></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ebe8abb9e\" wfd-id=\"206\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ebe8a4d78\" data-clip-id=\"335f47a4c8f92\" wfd-id=\"232\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-left-335f47a4c8f92\" class=\"decoration-clip clip-path-left\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" pointer-width=\"6\" pointer-height=\"2.5\" style=\"curves\" decoration-type=\"none\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon><ellipse cx=\"0.025\" cy=\"0.029412\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.08823600000000001\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.14706\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.205884\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.264708\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.323532\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.38235600000000003\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.44118\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.500004\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.558828\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.617652\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.676476\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.7353000000000001\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.794124\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.852948\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.911772\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.970596\" rx=\"0.025\" ry=\"0.029412\"></ellipse></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ebe72c974\" wfd-id=\"207\"><div class=\"thrv_wrapper thrv-columns tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec318421d\" wfd-id=\"208\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-15ebe738fb8\" wfd-id=\"209\"><div class=\"tcb-flex-col\" wfd-id=\"229\"><div class=\"tcb-col\" data-css=\"tve-u-15ebe73226c\" wfd-id=\"231\"></div></div><div class=\"tcb-flex-col\" wfd-id=\"210\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ebe89fb7a\" wfd-id=\"212\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ebe827cb3\" wfd-id=\"213\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15ebe830a90\" data-clip-id=\"bb2526ca261ae\" wfd-id=\"228\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-left-bb2526ca261ae\" class=\"decoration-clip clip-path-left\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"divider\" pointer-width=\"5.7\" pointer-height=\"2.5\" style=\"curves\" slanted-angle=\"5\"><polygon points=\"0.025 0, 0.025 1, 1 1, 1 0\"></polygon><ellipse cx=\"0.025\" cy=\"0.027778\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.083334\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.13889\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.194446\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.250002\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.305558\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.361114\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.41667\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.47222600000000003\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.527782\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.583338\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.638894\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.69445\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.7500060000000001\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.805562\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.861118\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.916674\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.97223\" rx=\"0.025\" ry=\"0.027778\"></ellipse></clipPath><clipPath id=\"clip-tablet-left-bb2526ca261ae\" class=\"decoration-clip clip-path-tablet-left\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"divider\" pointer-width=\"5.7\" pointer-height=\"4\" style=\"curves\" slanted-angle=\"5\"><polygon points=\"0.04 0, 0.04 1, 1 1, 1 0\"></polygon><ellipse cx=\"0.04\" cy=\"0.027778\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.083334\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.13889\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.194446\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.250002\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.305558\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.361114\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.41667\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.47222600000000003\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.527782\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.583338\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.638894\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.69445\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.7500060000000001\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.805562\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.861118\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.916674\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.97223\" rx=\"0.04\" ry=\"0.027778\"></ellipse></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ebe80a9a1\" wfd-id=\"214\"><div class=\"tcb-clear\" data-css=\"tve-u-15ebe8ee6c0\" wfd-id=\"224\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15ebe8edca2\" data-tag=\"h1\" wfd-id=\"225\"><h1 data-css=\"tve-u-15ebe90cfb0\">Happy dogs =<br>â€‹â€‹â€‹â€‹â€‹happâ€‹â€‹â€‹â€‹y owners</h1></div></div><div class=\"tcb-clear\" data-css=\"tve-u-15ec30a8a14\" wfd-id=\"222\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ebe906677\" wfd-id=\"223\"><p data-css=\"tve-u-15ebe905473\">Offer your dog a premium walking experience</p></div></div><div class=\"tcb-clear\" data-css=\"tve-u-15ebe955aaa\" wfd-id=\"215\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ebe916c34\" wfd-id=\"216\">\n<div class=\"tve-content-box-background\" wfd-id=\"221\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ec3152b02\" wfd-id=\"217\"><div class=\"thrv_wrapper thrv-button tve_ea_thrive_lightbox\" data-css=\"tve-u-15ebe91a626\" data-tcb_hover_state_parent=\"false\" data-button-style=\"full_rounded\" wfd-id=\"218\">\n<a href=\"#\" class=\"tcb-button-link tve_evt_manager_listen tve_et_click\" data-tcb-events=\"__TCB_EVENT_[{&quot;config&quot;:{&quot;l_anim&quot;:&quot;zoom_in&quot;,&quot;l_id&quot;:&quot;265&quot;},&quot;a&quot;:&quot;thrive_lightbox&quot;,&quot;t&quot;:&quot;click&quot;}]_TNEVE_BCT__\">\n<span class=\"tcb-button-texts\" wfd-id=\"219\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-15ebe925072\" wfd-id=\"220\">Get -20% On Your First Walk</span></span>\n</a>\n</div></div>\n</div></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec3017516\" wfd-id=\"201\">\n<div class=\"tve-page-section-out\" wfd-id=\"205\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ebea3a693\" wfd-id=\"202\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15ebea49c0c\" id=\"whatwedo\" data-tag=\"h1\" wfd-id=\"204\"><h1 data-css=\"tve-u-15ebea42b31\" style=\"text-align: center;\">What We Do</h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2448fdb\" wfd-id=\"203\"><p data-css=\"tve-u-15ec2443105\" style=\"text-align: center;\">Our goal is to make sure the owners are comforted, the pups are exercised and happy and that we are getting our own puppy fixes. But letâ€™s be honest- itâ€™s their world, weâ€™re just living in it! As a small team of experienced dog owners and lovers, we really get to know you and your dog and we canguarantee consistent and personal care that is equal to your love and attention. We are so excited to make you a part of the family!</p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" wfd-id=\"172\">\n<div class=\"tve-page-section-out\" wfd-id=\"200\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ee1211b9b\" wfd-id=\"173\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15ee121a6d1\" wfd-id=\"174\"><div class=\"tcb-flex-row tcb--cols--3 tcb-medium-wrap\" data-css=\"tve-u-15ee121fb1c\" wfd-id=\"175\"><div class=\"tcb-flex-col\" wfd-id=\"192\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ee1225fdf\" wfd-id=\"194\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec2477274\" wfd-id=\"198\"><span class=\"tve_image_frame\" wfd-id=\"199\"><img class=\"tve_image wp-image-1596\" alt=\"\" width=\"55\" height=\"73\" title=\"what_do_icon_01\" data-id=\"1596\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_01.png\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"197\"><p data-css=\"tve-u-15ec2481d17\"><strong>First Class Care</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"196\"><p data-css=\"tve-u-15ec2487407\">all the best for them</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2492191\" wfd-id=\"195\"><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"184\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ee1232726\" wfd-id=\"186\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec24ae116\" wfd-id=\"190\"><span class=\"tve_image_frame\" wfd-id=\"191\"><img class=\"tve_image wp-image-1597\" alt=\"\" width=\"73\" height=\"73\" title=\"what_do_icon_02\" data-id=\"1597\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_02.png\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"189\"><p data-css=\"tve-u-15ec2481d17\"><strong>Snacks Included</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"188\"><p data-css=\"tve-u-15ec2487407\">for your little one</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec3192f72\" wfd-id=\"187\"><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"176\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ee1237243\" wfd-id=\"178\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec24d5e15\" wfd-id=\"182\"><span class=\"tve_image_frame\" wfd-id=\"183\"><img class=\"tve_image wp-image-1598\" alt=\"\" width=\"65\" height=\"73\" title=\"what_do_icon_03\" data-id=\"1598\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_03.png\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"181\"><p data-css=\"tve-u-15ec2481d17\"><strong>Regularly walks</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"180\"><p data-css=\"tve-u-15ec2487407\">to keep them ealthy</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2492191\" wfd-id=\"179\"><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris.</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-15ec24f494c\" id=\"testimonials\" style=\"\" wfd-id=\"152\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ec24f97c0\" wfd-id=\"171\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec24f790d\" wfd-id=\"153\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15ec254985a\" style=\"\" wfd-id=\"154\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-15ec253a41f\" wfd-id=\"155\"><div class=\"tcb-flex-col\" wfd-id=\"159\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec253ef3a\" style=\"\" wfd-id=\"161\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec256e611\" style=\"\" wfd-id=\"164\"><p data-css=\"tve-u-15ec25610c7\"><span data-css=\"tve-u-15ec268a0a3\" style=\"font-size: 45px; color: rgb(89, 171, 227);\" wfd-id=\"169\"><span data-css=\"tve-u-15ec26760e9\" style=\"font-family: ABeeZee;\" wfd-id=\"170\">â€</span></span><span data-css=\"tve-u-15ec256b908\" style=\"font-family: &quot;Amatic SC&quot;;\" wfd-id=\"168\">&nbsp; &nbsp; &nbsp;</span><span data-css=\"tve-u-15ec2680494\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"166\"><span data-css=\"tve-u-15ec269379d\" style=\"font-size: 45px;\" wfd-id=\"167\">my chester enjoys being with them!</span> &nbsp; &nbsp;&nbsp;</span><span data-css=\"tve-u-15ec255fe12\" style=\"font-family: ABeeZee; font-weight: 400; color: rgb(89, 171, 227); font-size: 45px;\" wfd-id=\"165\">â€</span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2698d8d\" wfd-id=\"163\"><p data-css=\"tve-u-160266880a0\">We LOVE going for walks with our friends at Paw! Donâ€™t tell our mom &amp; dad,but we get really excited when they leave for work because we know it wonâ€™t be long before we get a visit from one of our favorite friends at PawCity! Best part is, they always let our parents know how ourwalk went right away so they dont have to worry about us!</p><p data-css=\"tve-u-15ec269736c\">We love you PawCity!! xoxo</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec26ab7b0\" style=\"\" wfd-id=\"162\"><p data-css=\"tve-u-15ec26a92a2\"><strong>Anna Olson</strong>, Chesterâ€™s Mom</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"156\"><div class=\"tcb-col\" wfd-id=\"158\"></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec26c390a\" id=\"aboutus\" wfd-id=\"147\">\n<div class=\"tve-page-section-out\" wfd-id=\"151\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec26b9914\" wfd-id=\"148\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15ee1037a1d\" data-tag=\"h1\" wfd-id=\"150\"><h1 data-css=\"tve-u-15ec26bd2e8\">About us</h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec31ba260\" wfd-id=\"149\"><p data-css=\"tve-u-15ec2443105\" style=\"text-align: center;\">At PawCity, we lead lives full of the unconditional love and happiness we receive from the furballs we get to spend time with everyday and we have this beautiful city and all the beautiful people in it to thank. We love you and your pups!!</p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec26ec232\" wfd-id=\"114\">\n<div class=\"tve-page-section-out\" wfd-id=\"146\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec26e5812\" wfd-id=\"115\"><div class=\"thrv_wrapper thrv-columns tcb-window-width\" style=\"width: 1603px; left: -1px;\" data-css=\"tve-u-15ee106257d\" wfd-id=\"116\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2\" data-css=\"tve-u-15ec26fee25\" wfd-id=\"117\"><div class=\"tcb-flex-col c-33\" wfd-id=\"141\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec2a38bfd\" wfd-id=\"143\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec2a33d71\" wfd-id=\"144\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"145\"><img class=\"tve_image wp-image-7399\" alt=\"\" width=\"830\" height=\"775\" title=\"about_us_dog\" data-id=\"7399\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/about_us_dog.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col c-66\" wfd-id=\"118\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec27075e1\" wfd-id=\"120\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160309f3e5d\" wfd-id=\"135\">\n<div class=\"tve-content-box-background\" wfd-id=\"140\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160309b397d\" wfd-id=\"136\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-160309b00b4\" data-float=\"1\" wfd-id=\"138\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"139\"><img class=\"tve_image wp-image-7404\" alt=\"\" width=\"64\" height=\"64\" title=\"dog_paw\" data-id=\"7404\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/dog_paw.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16030a08afd\" wfd-id=\"137\"><p>We moved to New York City with our black bulldog rescue, Blakely, in 2007 after graduating from the University of Maryland. Immediately, we realized what a dog-crazy place it was.</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160309f6c04\" wfd-id=\"129\">\n<div class=\"tve-content-box-background\" wfd-id=\"134\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160309b397d\" wfd-id=\"130\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-160309ddca8\" data-float=\"1\" wfd-id=\"132\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"133\"><img class=\"tve_image wp-image-7403\" alt=\"\" width=\"64\" height=\"64\" title=\"dog_house\" data-id=\"7403\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/dog_house.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16030a09626\" wfd-id=\"131\"><p>We knew right away that we wanted to work with the animals that we loved and that had given us so much love since we were little girls. We started PawCity Dog Walking in July of 2010.</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16030975307\" wfd-id=\"121\">\n<div class=\"tve-content-box-background\" wfd-id=\"128\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160309b397d\" wfd-id=\"122\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16030a013d7\" data-float=\"1\" wfd-id=\"126\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"127\"><img class=\"tve_image wp-image-7405\" alt=\"\" width=\"64\" height=\"64\" title=\"spinning_wheel\" data-id=\"7405\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/spinning_wheel.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160309b344b\" wfd-id=\"123\"><p>We cover the entire width of the East Side, from 96th Street to Delancey and handle every type of personality imaginable. At PawCity, we lead lives full of the unconditional love and happiness we receive from the furballs we get to spend time with everyday.</p></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" data-css=\"tve-u-15ec2a56438\" style=\"width: 1603px; left: 0px;\" id=\"getyourcoupon\" wfd-id=\"94\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ec2a5bb35\" wfd-id=\"113\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec2a5540e\" wfd-id=\"95\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ec2a80647\" wfd-id=\"96\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15ec2a9b8a9\" wfd-id=\"112\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ec2a81a9f\" wfd-id=\"97\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2a6f589\" wfd-id=\"108\"><p data-css=\"tve-u-15ec2a6b447\"><span data-css=\"tve-u-15ec2a6d9d8\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"111\"><strong>Get Your Coupon</strong></span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2aaa9a4\" wfd-id=\"104\"><p data-css=\"tve-u-15ec2ab1d6d\">We strive to keep both you and your pup as happy and comfortable as possible while youâ€™re out earning those big bucks.</p><p data-css=\"tve-u-15ec2ab1d82\"><br></p><p data-css=\"tve-u-15ec2aa8e2e\"><strong>Get <span data-css=\"tve-u-15ec2aafa24\" style=\"color: rgb(89, 171, 227);\" wfd-id=\"107\">20%</span> off your first walk. Enter your email and we\'ll send you your coupon.</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ec2abe257\" wfd-id=\"98\">\n<div class=\"tve-content-box-background\" wfd-id=\"103\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ec2acb421\" wfd-id=\"99\"><div class=\"thrv_wrapper thrv-button tve_ea_thrive_lightbox\" data-css=\"tve-u-15ec2ac01df\" data-tcb_hover_state_parent=\"false\" data-button-style=\"full_rounded\" wfd-id=\"100\">\n<a href=\"#\" class=\"tcb-button-link tve_evt_manager_listen tve_et_click\" data-tcb-events=\"__TCB_EVENT_[{&quot;config&quot;:{&quot;l_anim&quot;:&quot;zoom_in&quot;,&quot;l_id&quot;:&quot;265&quot;},&quot;a&quot;:&quot;thrive_lightbox&quot;,&quot;t&quot;:&quot;click&quot;}]_TNEVE_BCT__\">\n<span class=\"tcb-button-texts\" wfd-id=\"101\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-15ebe925072\" wfd-id=\"102\">Get Your Coupon Now</span></span>\n</a>\n</div></div>\n</div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-15ec2b0a32a\" id=\"areaweserve\" wfd-id=\"73\">\n<div class=\"tve-page-section-out\" wfd-id=\"93\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15f76fcb7df\" wfd-id=\"74\"><div class=\"thrv_wrapper thrv-columns\" style=\"\" data-css=\"tve-u-15ee103f44a\" wfd-id=\"75\"><div class=\"tcb-flex-row tcb--cols--2 tcb-medium-wrap v-2 tcb-resized\" data-css=\"tve-u-15ec2ae8715\" wfd-id=\"76\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-165b7cefd8d\" style=\"\" wfd-id=\"82\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec2b37666\" wfd-id=\"84\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"89\"><p data-css=\"tve-u-15ec2af6c4b\"><span data-css=\"tve-u-15ec2af6c4e\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"92\">area we serve</span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"85\"><p>As a small team of experienced dog owners and lovers, we really get to know you and your dog and we canguarantee consistent and personal care that is equal to your love and attention.</p><p><br></p><p><strong><span data-css=\"tve-u-15ec2afed17\" style=\"color: rgb(89, 171, 227);\" wfd-id=\"88\">We are so excited to make you a part of the family!</span></strong></p></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-165b7cefdbe\" style=\"\" wfd-id=\"77\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec2b33f06\" wfd-id=\"79\"><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-15ec2b3b468\" wfd-id=\"81\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=port saint lucie, fl&amp;t=m&amp;z=8&amp;output=embed&amp;iwloc=near\"></iframe>\n</div><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-15ec2b3b468\" wfd-id=\"80\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=port saint lucie, fl&amp;t=m&amp;z=11&amp;output=embed&amp;iwloc=near\"></iframe>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" data-css=\"tve-u-15ec2b5d54c\" style=\"width: 1603px; left: 0px;\" id=\"contact\" wfd-id=\"34\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ec2b56fac\" wfd-id=\"72\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec2b54c99\" wfd-id=\"35\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1602b31dfcd\" wfd-id=\"36\"><div class=\"tcb-flex-row tcb-resized tcb-medium-wrap tcb--cols--3\" data-css=\"tve-u-1602b37ce9d\" wfd-id=\"37\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1602be453ec\" style=\"\" wfd-id=\"66\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"68\"><div class=\"tcb-clear\" data-css=\"tve-u-1602bff3cd5\" wfd-id=\"69\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec2b6e126\" wfd-id=\"70\"><span class=\"tve_image_frame\" wfd-id=\"71\"><img class=\"tve_image wp-image-25564\" alt=\"\" width=\"142\" height=\"44\" title=\"logo_pawcity\" data-id=\"25564\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/logo_pawcity.png\"></span></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1602be45437\" style=\"\" wfd-id=\"52\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1602be56dfc\" wfd-id=\"54\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1602bfebaf9\" wfd-id=\"55\">\n<div class=\"tve-content-box-background\" wfd-id=\"65\"></div>\n<div class=\"tve-cb\" wfd-id=\"56\"><div class=\"tcb-clear\" data-css=\"tve-u-1602bf36e2c\" wfd-id=\"62\"><div class=\"thrv_wrapper tve_image_caption tcb-mobile-hidden\" data-css=\"tve-u-1602be7db66\" data-float=\"1\" wfd-id=\"63\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"64\"><img class=\"tve_image wp-image-7369\" alt=\"\" width=\"64\" height=\"64\" title=\"location\" data-id=\"7369\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/location.png\" style=\"width: 100%;\"></span></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1602bf25f10\" wfd-id=\"57\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1602befe215\" wfd-id=\"58\"><p data-css=\"tve-u-1602bfa220e\"><strong><span data-css=\"tve-u-1602b324a9b\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"61\">67 E. 3rd Street</span></strong><span data-css=\"tve-u-1602b324a9c\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"60\"> </span><span data-css=\"tve-u-1602b324ab9\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"59\">Suite B New York, NY 10003</span></p></div></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1602be4545b\" style=\"\" wfd-id=\"38\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"40\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1602bfea280\" wfd-id=\"41\">\n<div class=\"tve-content-box-background\" wfd-id=\"51\"></div>\n<div class=\"tve-cb\" wfd-id=\"42\"><div class=\"tcb-clear\" data-css=\"tve-u-1602bfc4bea\" wfd-id=\"48\"><div class=\"thrv_wrapper tve_image_caption tcb-mobile-hidden\" data-css=\"tve-u-1602bec144e\" data-float=\"1\" wfd-id=\"49\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"50\"><img class=\"tve_image wp-image-7370\" alt=\"\" width=\"64\" height=\"64\" title=\"phone\" data-id=\"7370\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/phone.png\" style=\"width: 100%;\"></span></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1602bfc74c3\" wfd-id=\"43\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1602b332fd9\" data-float=\"1\" wfd-id=\"44\"><p><strong><span data-css=\"tve-u-1602b324a9b\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"47\">080</span></strong><span data-css=\"tve-u-1602b324a9c\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"46\"> </span><span data-css=\"tve-u-1602b324ab9\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"45\">708 5583</span></p></div></div></div>\n</div></div></div></div></div></div>\n</div>'),(2553,266,'tve_revision_tve_content_more_found',''),(2554,266,'tve_revision_tve_save_post',''),(2555,266,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Montserrat:400,200,300&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Amatic+SC:400&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=ABeeZee:400&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-160309b397d\"]::after { clear: both; }[data-css=\"tve-u-160309b344b\"] { position: relative !important; margin-left: 100px !important; }[data-css=\"tve-u-160309b00b4\"] + div { clear: none; }[data-css=\"tve-u-160309b00b4\"] { float: none; width: 60px; position: absolute; margin-bottom: 0px !important; margin-top: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-16030975307\"] { max-width: 75%; margin-left: 80px !important; }[data-css=\"tve-u-1602bfa220e\"] { line-height: 1.85em !important; }[data-css=\"tve-u-1602be7db66\"] { float: left; width: 40px; z-index: 3; position: relative; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1602be56dfc\"]::after { clear: both; }[data-css=\"tve-u-1602be4545b\"] { max-width: 25%; }[data-css=\"tve-u-1602be45437\"] { max-width: 48.1%; }[data-css=\"tve-u-1602be453ec\"] { max-width: 26.9%; }[data-css=\"tve-u-1602b37ce9d\"] > .tcb-flex-col > .tcb-col { justify-content: center; }[data-css=\"tve-u-1602b332fd9\"] { max-width: 264px; position: relative; float: right; z-index: 3; width: 100%; padding-left: 1px !important; margin-top: 1px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1602b324a9c\"] { color: rgb(74, 163, 223) !important; }[data-css=\"tve-u-1602b324a9b\"] { color: rgb(74, 163, 223) !important; }[data-css=\"tve-u-1602b31dfcd\"] { max-width: 1296px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15f76fcb7df\"] { max-width: 100%; }[data-css=\"tve-u-15f0064f814\"] { color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-15ec313e743\"]:hover p, #tve_editor [data-css=\"tve-u-15ec313e743\"]:hover li, #tve_editor [data-css=\"tve-u-15ec313e743\"]:hover blockquote, #tve_editor [data-css=\"tve-u-15ec313e743\"]:hover address { color: rgb(89, 171, 227); }[data-css=\"tve-u-15f003784ab\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15f00369f5e\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15f003655f8\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15f003606db\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15f0034f748\"] { color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-15f002fa8f6\"] { color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-15ec313e743\"] p, #tve_editor [data-css=\"tve-u-15ec313e743\"] li, #tve_editor [data-css=\"tve-u-15ec313e743\"] blockquote, #tve_editor [data-css=\"tve-u-15ec313e743\"] address { font-size: 16px; }[data-css=\"tve-u-15ec313e743\"] { text-align: left; padding-left: 0px !important; margin-left: 0px !important; margin-right: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-15ee121fb1c\"] .tcb-flex-col { flex-basis: 285px !important; }[data-css=\"tve-u-15ec30a8a14\"]::after { clear: both; }#tve_editor [data-css=\"tve-u-15ebe90cfb0\"] { font-size: 96px !important; }[data-css=\"tve-u-15ee1237243\"] { box-shadow: rgba(73, 137, 181, 0.15) -3px 7px 69px 10px; }[data-css=\"tve-u-15ee1232726\"] { box-shadow: rgba(73, 137, 181, 0.15) -3px 7px 69px 10px; }[data-css=\"tve-u-15ee121fb1c\"] > .tcb-flex-col > .tcb-col { min-height: 503px; }[data-css=\"tve-u-15ee1225fdf\"] { box-shadow: rgba(73, 137, 181, 0.15) -3px 7px 69px 10px; }[data-css=\"tve-u-15ee121fb1c\"] { margin-left: -60px; min-height: inherit; }[data-css=\"tve-u-15ee121fb1c\"] > .tcb-flex-col { padding-left: 60px; }[data-css=\"tve-u-15ee121a6d1\"] { float: none; max-width: 1296px; text-align: center; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ee1211b9b\"] { max-width: 1603px; text-align: center; }[data-css=\"tve-u-15ec26fee25\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-15ee106257d\"] { max-width: 100%; }[data-css=\"tve-u-15ec3055cca\"] { max-width: 1370px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ee103f44a\"] { float: none; max-width: 1200px; margin-left: auto !important; margin-right: auto !important; border: none; }[data-css=\"tve-u-15ee1037a1d\"] { float: none; max-width: 1296px; margin-left: auto !important; margin-right: auto !important; }#tve_editor [data-css=\"tve-u-15ec2ac01df\"]:hover .tcb-button-link { box-shadow: rgba(73, 137, 181, 0.25) -3px 7px 73px 18px; background-color: rgb(149, 250, 201) !important; }#tve_editor [data-css=\"tve-u-15ebe91a626\"]:hover .tcb-button-link { box-shadow: rgba(73, 137, 181, 0.25) -3px 7px 73px 18px; border: 0px dashed rgb(255, 255, 255); background-color: rgb(149, 250, 201) !important; font-weight: normal !important; background-image: none !important; }[data-css=\"tve-u-15ebe8a2edd\"] > .tcb-flex-col > .tcb-col { justify-content: center; }[data-css=\"tve-u-15ec3017516\"] { margin-top: 60px !important; padding-bottom: 50px !important; }[data-css=\"tve-u-15ec2b6e126\"] { width: 142px; }[data-css=\"tve-u-15ec2b5d54c\"] { margin-top: 83px !important; }[data-css=\"tve-u-15ec2b56fac\"] { background-image: linear-gradient(rgb(25, 46, 60), rgb(25, 46, 60)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-15ec2b54c99\"] { max-width: 1586px; min-height: 100px !important; }[data-css=\"tve-u-15ec2b3b468\"] { box-shadow: rgba(89, 171, 227, 0.15) -3px 7px 69px 10px; margin-top: 0px !important; margin-bottom: 0px !important; margin-left: 38px !important; }[data-css=\"tve-u-15ec2b37666\"] { margin-top: 114px !important; }[data-css=\"tve-u-15ec2b33f06\"] { padding-left: 0px !important; }[data-css=\"tve-u-15ec2b0a32a\"] { margin-top: 76px !important; }[data-css=\"tve-u-15ec2ae8715\"] > .tcb-flex-col { padding-left: 13px; }[data-css=\"tve-u-15ec2afed17\"] { color: rgb(89, 171, 227) !important; }[data-css=\"tve-u-15ec2ae8715\"] { float: none; max-width: 1453px; margin-left: -13px; margin-right: auto !important; min-height: inherit; padding-left: 15px !important; padding-right: 15px !important; }[data-css=\"tve-u-15ec2acb421\"] { min-height: 162px; }[data-css=\"tve-u-15ec2aafa24\"] { color: rgb(89, 171, 227) !important; }[data-css=\"tve-u-15ec2aaa9a4\"] { float: none; max-width: 1440px; margin-left: auto !important; margin-right: auto !important; margin-top: 25px !important; }#tve_editor [data-css=\"tve-u-15ec2aa8e2e\"] { letter-spacing: 1px; color: rgb(255, 255, 255) !important; font-size: 20px !important; }[data-css=\"tve-u-15ec2a9b8a9\"] { border: 1px solid rgb(89, 171, 227) !important; }[data-css=\"tve-u-15ec2a81a9f\"] { min-height: 162px; }[data-css=\"tve-u-15ec2a80647\"] { float: none; max-width: 97%; margin-left: auto !important; margin-right: auto !important; margin-top: 55px !important; }[data-css=\"tve-u-15ec2a6f589\"] { float: none; max-width: 1440px; margin-top: 55px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2a6d9d8\"] { font-family: \"Amatic SC\" !important; font-weight: 400 !important; }#tve_editor [data-css=\"tve-u-15ec2a6b447\"] { color: rgb(89, 171, 227) !important; font-size: 70px !important; }[data-css=\"tve-u-15ec2a5bb35\"] { background-image: linear-gradient(rgba(28, 54, 85, 0.8), rgba(28, 54, 85, 0.8)), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/coupon_background.jpg\") !important; background-size: auto, cover !important; background-position: 0px 0px, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-15ec2a56438\"] { margin-top: 69px !important; }[data-css=\"tve-u-15ec2a5540e\"] { max-width: 100%; text-align: center; min-height: 561px !important; }[data-css=\"tve-u-15ec2a38bfd\"] { margin-right: 0px !important; padding-right: 0px !important; margin-left: 0px !important; }[data-css=\"tve-u-15ec2a33d71\"] { width: 830px; position: relative; top: 0px; left: 40px; z-index: 7; float: none; padding-right: 0px !important; padding-left: 0px !important; }[data-css=\"tve-u-15ec27075e1\"] { border-left: 1px solid rgb(232, 238, 241); border-top: 1px solid rgb(232, 238, 241); border-bottom: 1px solid rgb(232, 238, 241); }[data-css=\"tve-u-15ec26fee25\"] > .tcb-flex-col > .tcb-col { min-height: 612px; }[data-css=\"tve-u-15ec26fee25\"] { min-height: inherit; margin-left: 0px; padding-top: 0px !important; padding-bottom: 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-15ec26ec232\"] { margin-top: 66px !important; }[data-css=\"tve-u-15ec26e5812\"] { max-width: 100%; min-height: 586px !important; }[data-css=\"tve-u-15ec26c390a\"] { margin-top: 60px !important; }#tve_editor [data-css=\"tve-u-15ec26bd2e8\"] { color: rgb(24, 45, 60) !important; font-size: 70px !important; }[data-css=\"tve-u-15ec26b9914\"] { max-width: 1434px; text-align: center; }[data-css=\"tve-u-15ec26ab7b0\"] { margin-top: 67px !important; }#tve_editor [data-css=\"tve-u-15ec26a92a2\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15ec2698d8d\"] { float: none; max-width: 600px; margin-left: auto !important; margin-right: auto !important; margin-top: 30px !important; }#tve_editor [data-css=\"tve-u-15ec269736c\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15ec269379d\"] { font-size: 45px !important; }[data-css=\"tve-u-15ec268a0a3\"] { font-size: 45px !important; color: rgb(89, 171, 227) !important; }[data-css=\"tve-u-15ec256e611\"] { margin-top: 0px !important; }#tve_editor [data-css=\"tve-u-15ec25610c7\"] { font-size: 40px !important; color: rgb(89, 171, 227) !important; }[data-css=\"tve-u-15ec255fe12\"] { font-family: ABeeZee !important; font-weight: 400 !important; color: rgb(89, 171, 227) !important; font-size: 45px !important; }[data-css=\"tve-u-15ec254985a\"] { margin-right: 0px !important; }[data-css=\"tve-u-15ec253ef3a\"] { text-align: center; background-image: linear-gradient(rgba(24, 45, 60, 0.95), rgba(24, 45, 60, 0.95)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; margin-top: 0px !important; padding-top: 130px !important; padding-bottom: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-15ec253a41f\"] > .tcb-flex-col > .tcb-col { min-height: 661px; }[data-css=\"tve-u-15ec253a41f\"] { min-height: inherit; float: none; max-width: 1474px; z-index: 3; position: relative; padding-top: 0px !important; padding-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; padding-right: 0px !important; }[data-css=\"tve-u-15ec24f97c0\"] { background-image: linear-gradient(rgba(42, 51, 68, 0.1), rgba(42, 51, 68, 0.1)), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/testimonial_bg.jpg\") !important; background-size: auto, cover !important; background-position: 0px 0px, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-15ec24f790d\"] { min-height: 661px !important; }[data-css=\"tve-u-15ec24f494c\"] { margin-top: 60px !important; }[data-css=\"tve-u-15ec24d5e15\"] + div { clear: none; }[data-css=\"tve-u-15ec24d5e15\"] { float: none; width: 65px; margin-left: auto !important; margin-right: auto !important; margin-top: 40px !important; }[data-css=\"tve-u-15ec24ae116\"] + div { clear: none; }[data-css=\"tve-u-15ec24ae116\"] { float: none; width: 73px; margin-left: auto !important; margin-right: auto !important; margin-top: 40px !important; }[data-css=\"tve-u-15ec249b3f6\"] { line-height: 1.9em !important; }[data-css=\"tve-u-15ec2492191\"] { margin-left: 25px !important; margin-right: 25px !important; margin-top: 25px !important; }#tve_editor [data-css=\"tve-u-15ec2487407\"] { text-transform: uppercase !important; color: rgb(135, 156, 171) !important; font-size: 17px !important; }#tve_editor [data-css=\"tve-u-15ec2481d17\"] { font-size: 20px !important; }[data-css=\"tve-u-15ec2477274\"] + div { clear: none; }[data-css=\"tve-u-15ec2477274\"] { float: none; width: 55px; margin-left: auto !important; margin-right: auto !important; margin-top: 40px !important; }[data-css=\"tve-u-15ec2448fdb\"] { float: none; max-width: 1296px; margin-top: 10px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2443105\"] { line-height: 1.8em !important; }[data-css=\"tve-u-15ebea49c0c\"] { float: none; max-width: 1440px; margin-left: auto !important; margin-right: auto !important; margin-top: 0px !important; }#tve_editor [data-css=\"tve-u-15ebea42b31\"] { color: rgb(24, 45, 60) !important; font-size: 70px !important; }[data-css=\"tve-u-15ebea3a693\"] { max-width: 1434px; }[data-css=\"tve-u-15ebe955aaa\"]::after { clear: both; }#tve_editor [data-css=\"tve-u-15ebe925072\"] { font-family: Montserrat; letter-spacing: 0px; font-weight: 400; font-size: 20px !important; color: rgb(24, 45, 60) !important; }[data-css=\"tve-u-15ebe91a626\"] { display: block; max-width: 423px; margin-left: 50px !important; margin-right: 0px !important; }[data-css=\"tve-u-15ebe91a626\"] .tcb-button-link { border-radius: 200px; min-height: 67.1429px; font-size: 1.6em; padding-top: 0px; padding-bottom: 0px; background-color: rgb(105, 240, 174) !important; padding-left: 15px !important; background-image: none !important; }[data-css=\"tve-u-15ebe916c34\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 733px; }[data-css=\"tve-u-15ebe90cfb0\"] { line-height: 1.1em !important; }[data-css=\"tve-u-15ebe906677\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 669px; margin-left: 50px !important; margin-top: 40px !important; }#tve_editor [data-css=\"tve-u-15ebe905473\"] { font-size: 22px !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15ebe8ee6c0\"]::after { clear: both; }[data-css=\"tve-u-15ebe8edca2\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 722px; padding-left: 0px !important; margin-left: 50px !important; margin-top: 104px !important; }[data-css=\"tve-u-15ebe8abb9e\"] { padding: 0px !important; }[data-css=\"tve-u-15ebe8a4d78\"] { clip-path: url(\"#clip-left-335f47a4c8f92\"); -webkit-clip-path: url(\"#clip-left-335f47a4c8f92\");  }[data-css=\"tve-u-15ebe8a2edd\"] { padding-bottom: 15px !important; padding-top: 15px !important; }[data-css=\"tve-u-15ebe89fb7a\"] { margin-left: -35px !important; }[data-css=\"tve-u-15ebe830a90\"] { clip-path: url(\"#clip-left-bb2526ca261ae\"); -webkit-clip-path: url(\"#clip-left-bb2526ca261ae\");  background-image: linear-gradient(rgb(89, 171, 227), rgb(89, 171, 227)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-15ebe827cb3\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 0px !important; }[data-css=\"tve-u-15ebe80a9a1\"] { min-height: 729px; }[data-css=\"tve-u-15ebe738fb8\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-15ebe738fb8\"] > .tcb-flex-col > .tcb-col { min-height: 729px; }[data-css=\"tve-u-15ebe738fb8\"] { min-height: inherit; margin-left: 0px; padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-15ebe73226c\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/header_image-1.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-15ebe72c974\"] { max-width: 1620px; }[data-css=\"tve-u-15ebe70a25b\"] { width: 142px; margin-top: 20px !important; padding-left: 0px !important; margin-left: 30px !important; }[data-css=\"tve-u-15ebe5d7b44\"] { background-image: linear-gradient(rgb(0, 0, 0), rgb(0, 0, 0)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-15ebe51d596\"] { max-width: 100%; min-height: 100px !important; }#tcb_landing_page h3 { font-family: Montserrat; font-weight: 200; font-size: 20px; color: rgb(24, 45, 60); }#tcb_landing_page h2 { font-family: \"Amatic SC\"; font-weight: 400; font-size: 70px; color: rgb(24, 45, 60); }#tcb_landing_page h1 { font-family: \"Amatic SC\"; font-weight: 400; font-size: 96px; color: rgb(255, 255, 255); }#tcb_landing_page p, #tcb_landing_page li { font-family: Montserrat; font-weight: 200; color: rgb(24, 45, 60); font-size: 18px; line-height: 1.667em; }[data-css=\"tve-u-15e09c94f7d\"] { background-color: rgb(255, 255, 255); }[data-css=\"tve-u-15ec256b908\"] { font-family: \"Amatic SC\" !important; font-weight: 400 !important; }[data-css=\"tve-u-15ec26760e9\"] { font-family: ABeeZee !important; font-weight: 400 !important; }[data-css=\"tve-u-15ec2680494\"] { font-family: \"Amatic SC\" !important; font-weight: 400 !important; }#tve_editor [data-css=\"tve-u-15ec2ab1d6d\"] { letter-spacing: 1px; color: rgb(255, 255, 255) !important; font-size: 20px !important; }#tve_editor [data-css=\"tve-u-15ec2ab1d82\"] { letter-spacing: 1px; color: rgb(255, 255, 255) !important; font-size: 20px !important; }[data-css=\"tve-u-15ec2abe257\"] { float: none; z-index: 3; position: relative; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2ac01df\"] { display: block; max-width: 423px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2ac01df\"] .tcb-button-link { border-radius: 200px; min-height: 67.1429px; font-size: 1.6em; padding-top: 0px; padding-bottom: 0px; background-color: rgb(105, 240, 174) !important; padding-left: 15px !important; }#tve_editor [data-css=\"tve-u-15ec2af6c4b\"] { color: rgb(24, 45, 60) !important; font-size: 70px !important; }[data-css=\"tve-u-15ec2af6c4e\"] { font-family: \"Amatic SC\" !important; font-weight: 400 !important; }[data-css=\"tve-u-15ec3192f72\"] { margin-left: 25px !important; margin-right: 25px !important; margin-top: 25px !important; }[data-css=\"tve-u-15ec31ba260\"] { float: none; max-width: 1296px; margin-top: 10px !important; margin-left: auto !important; margin-right: auto !important; }#tcb_landing_page a:hover:not(.tcb-button-link) { color: rgb(89, 171, 227); }#tcb_landing_page .tve-state-hovera:not(.tcb-button-link) { color: rgb(89, 171, 227); }#tve_editor [data-css=\"tve-u-160266880a0\"] { color: rgb(255, 255, 255) !important; font-family: Montserrat !important; }[data-css=\"tve-u-1602b324ab9\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1602bec144e\"] { width: 36px; float: left; z-index: 3; position: static; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1602befe215\"] { max-width: 386px; position: relative !important; padding-left: 1px !important; margin-top: 0px !important; margin-left: 50px !important; }[data-css=\"tve-u-160309ddca8\"] + div { clear: none; }[data-css=\"tve-u-160309ddca8\"] { float: none; width: 60px; position: absolute; margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-160309f3e5d\"] { max-width: 75%; margin-left: 80px !important; margin-top: 60px !important; margin-bottom: 40px !important; }[data-css=\"tve-u-160309f6c04\"] { max-width: 75%; margin-left: 80px !important; margin-top: 60px !important; margin-bottom: 80px !important; }[data-css=\"tve-u-16030a013d7\"] + div { clear: none; }[data-css=\"tve-u-16030a013d7\"] { float: none; width: 60px; position: absolute; margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-16030a08afd\"] { position: relative !important; margin-left: 100px !important; }[data-css=\"tve-u-16030a09626\"] { position: relative !important; margin-left: 100px !important; }#tcb_landing_page a.tve-state-hover:not(.tcb-button-link) { color: rgb(89, 171, 227); }[data-css=\"tve-u-15ec2ae8715\"] > .tcb-flex-col > .tcb-col { min-height: 10px; }[data-css=\"tve-u-165b7cefd8d\"] { max-width: 42.3%; }[data-css=\"tve-u-165b7cefdbe\"] { max-width: 57.7%; }}@media (max-width: 1023px){[data-css=\"tve-u-1602b332fd9\"] { float: none; max-width: 121px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1602befe215\"] { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1602b37ce9d\"] .tcb-flex-col { flex-basis: 420px !important; }[data-css=\"tve-u-1602bec144e\"] { float: none; z-index: 3; position: relative; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1602be7db66\"] { float: none; z-index: 3; position: relative; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2a38bfd\"] { text-align: left; }[data-css=\"tve-u-15ec27075e1\"] { margin-top: 0px !important; }[data-css=\"tve-u-15ee1237243\"] { margin-top: 52px !important; }[data-css=\"tve-u-15ee121a6d1\"] { margin-left: 33px !important; margin-right: 33px !important; }[data-css=\"tve-u-15ecc95760b\"]::after { clear: both; }[data-css=\"tve-u-15ebe51d596\"] { text-align: left; }[data-css=\"tve-u-15ec2b6e126\"] { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2b54c99\"] { text-align: left; }[data-css=\"tve-u-15ec2b3b468\"] { margin-left: 0px !important; margin-top: 20px !important; }[data-css=\"tve-u-15ec2b37666\"] { margin-top: 0px !important; }[data-css=\"tve-u-15ec2a80647\"] { margin-top: 0px !important; padding-left: 10px !important; padding-right: 10px !important; }[data-css=\"tve-u-15ec2a5540e\"] { max-width: 720px; }[data-css=\"tve-u-15ec2a33d71\"] { width: 395px; float: none; z-index: 3; position: relative; margin: 80px auto 0px !important; }[data-css=\"tve-u-15ec26b9914\"] { max-width: 720px; }[data-css=\"tve-u-15ec253ef3a\"] { padding: 25px 10px !important; }[data-css=\"tve-u-15ebea3a693\"] { max-width: 720px; }[data-css=\"tve-u-15ec30a8a14\"]::after { clear: both; }[data-css=\"tve-u-15ebe916c34\"] { max-width: 376px; }[data-css=\"tve-u-15ebe8a2edd\"] > .tcb-flex-col > .tcb-col { justify-content: center; min-height: 91px; }[data-css=\"tve-u-15ebe70a25b\"] { float: right; z-index: 3; position: relative; margin: 0px auto !important; }[data-css=\"tve-u-15ec3055cca\"] { text-align: center; margin-top: 0px !important; }[data-css=\"tve-u-15ebe8a2edd\"] { min-height: inherit; float: none; max-width: 100%; padding-top: 0px !important; padding-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec30518d3\"] { text-align: center; margin-left: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-15ebe830a90\"] { clip-path: url(\"#clip-tablet-left-bb2526ca261ae\"); -webkit-clip-path: url(\"#clip-tablet-left-bb2526ca261ae\");  }[data-css=\"tve-u-15ebe91a626\"] { margin-left: 30px !important; }[data-css=\"tve-u-15ebe906677\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 336px; margin-left: 30px !important; }[data-css=\"tve-u-15ebe8edca2\"] { margin-left: 30px !important; }[data-css=\"tve-u-15ebe89fb7a\"] { margin-left: -35px !important; }[data-css=\"tve-u-15ebe827cb3\"] { max-width: 100%; }#tve_editor [data-css=\"tve-u-15ebe90cfb0\"] { font-size: 84px !important; }}@media (max-width: 767px){[data-css=\"tve-u-160309b344b\"] { margin-left: 10px !important; margin-top: 30px !important; margin-right: 10px !important; }[data-css=\"tve-u-16030a013d7\"] { position: static; }[data-css=\"tve-u-16030a09626\"] { margin-left: 10px !important; margin-top: 30px !important; margin-right: 10px !important; }[data-css=\"tve-u-160309ddca8\"] { position: static; }[data-css=\"tve-u-16030a08afd\"] { margin-left: 10px !important; margin-right: 10px !important; margin-top: 30px !important; }[data-css=\"tve-u-160309b00b4\"] { position: static; }[data-css=\"tve-u-16030975307\"] { max-width: 100%; margin-left: 10px !important; margin-right: 10px !important; }[data-css=\"tve-u-160309f6c04\"] { max-width: 100%; margin-left: 10px !important; margin-right: 10px !important; }[data-css=\"tve-u-160309f3e5d\"] { max-width: 100%; margin-left: 10px !important; margin-right: 10px !important; }[data-css=\"tve-u-15ec2a38bfd\"]::after { clear: both; }[data-css=\"tve-u-1602bff3cd5\"]::after { clear: both; }[data-css=\"tve-u-1602bfea280\"] { margin-top: 0px !important; margin-bottom: 20px !important; }[data-css=\"tve-u-15ec2b6e126\"] { float: left; z-index: 3; position: relative; margin-left: 24px !important; }[data-css=\"tve-u-1602bf25f10\"]::after { clear: both; }[data-css=\"tve-u-1602b332fd9\"] { max-width: 257px; float: left; z-index: 3; position: relative; width: 100%; margin-top: 20px !important; margin-left: 20px !important; }[data-css=\"tve-u-15ec253ef3a\"] { padding-top: 30px !important; padding-bottom: 30px !important; }[data-css=\"tve-u-15ee1237243\"] { margin-top: 25px !important; }[data-css=\"tve-u-15ee1232726\"] { margin-top: 25px !important; }[data-css=\"tve-u-15ebe70a25b\"] { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2ae8715\"] { margin-left: -15px; }[data-css=\"tve-u-15ec2ae8715\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-15ec2b33f06\"] { margin-right: 0px !important; }[data-css=\"tve-u-15ec26fee25\"] > .tcb-flex-col > .tcb-col { min-height: 387px; }[data-css=\"tve-u-15ec26fee25\"] { margin-left: 0px; min-height: inherit; }[data-css=\"tve-u-15ec26fee25\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-15ec2a33d71\"] { position: static; margin-bottom: 0px !important; }[data-css=\"tve-u-15ec31ba260\"] { padding-left: 3px !important; padding-right: 3px !important; }[data-css=\"tve-u-15ec253a41f\"] > .tcb-flex-col > .tcb-col { min-height: 27px; }[data-css=\"tve-u-15ec253a41f\"] { margin-left: 0px; min-height: inherit; }[data-css=\"tve-u-15ec253a41f\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-15ec254985a\"] { margin-top: 0px !important; }[data-css=\"tve-u-15ec24f494c\"] { margin-top: 30px !important; }[data-css=\"tve-u-15ec256e611\"] { margin-top: 0px !important; }[data-css=\"tve-u-15ec3192f72\"] { margin-bottom: 32px !important; }[data-css=\"tve-u-15ec318421d\"] { margin-bottom: 34px !important; margin-top: -105px !important; }[data-css=\"tve-u-15ebe738fb8\"] > .tcb-flex-col > .tcb-col { min-height: 554px; }[data-css=\"tve-u-15ebe738fb8\"] { min-height: inherit; padding-bottom: 0px !important; }[data-css=\"tve-u-15ec3017516\"] { margin-top: 0px !important; padding-left: 5px !important; padding-right: 5px !important; }[data-css=\"tve-u-15ebe89fb7a\"] { margin-left: -20px !important; }[data-css=\"tve-u-15ec3055cca\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-15ebe916c34\"] { margin-bottom: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-15ec3152b02\"] { min-height: 226px; }[data-css=\"tve-u-15ebe80a9a1\"] { min-height: 554px; }[data-css=\"tve-u-15ebe91a626\"] { margin-left: 28px !important; margin-right: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-15ebe906677\"] { margin-left: 30px !important; }[data-css=\"tve-u-15ebe8edca2\"] { margin-left: 30px !important; margin-top: 45px !important; }[data-css=\"tve-u-15ebe827cb3\"] { max-width: 100%; }[data-css=\"tve-u-15ec313e743\"] { margin-left: 10px !important; margin-right: 10px !important; }[data-css=\"tve-u-1602befe215\"] { max-width: 257px; float: left; z-index: 3; position: relative; width: 100%; margin-top: 20px !important; margin-left: 20px !important; }}'),(2556,266,'tve_revision_tve_user_custom_css','.thrv_text_element p {margin:0;}\n.thrv_heading h1,h2,h3 {margin:0;}'),(2557,266,'tve_revision_tve_page_events','a:0:{}'),(2558,266,'tve_revision_tve_globals','a:4:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";s:11:\"extra_icons\";a:1:{i:0;a:3:{s:11:\"font-family\";s:25:\"tve-ff-6797-59f9979fd5998\";s:3:\"css\";s:87:\"http://lp-build.thrivethemes.com/wp-content/uploads/tve-ff-6797-59f9979fd5998/style.css\";s:6:\"folder\";s:92:\"/home/thrivedevbitston/public_html/landingpages/wp-content/uploads/tve-ff-6797-59f9979fd5998\";}}s:11:\"lightbox_id\";i:0;s:6:\"lb_map\";a:1:{i:6808;i:265;}}'),(2559,266,'tve_revision_tve_global_scripts',''),(2560,266,'tve_revision_thrive_icon_pack',''),(2561,266,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(2562,266,'tve_revision_tve_has_masonry','0'),(2563,266,'tve_revision_tve_has_typefocus',''),(2564,266,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv-page-section\" style=\"\" wfd-id=\"233\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ebe5d7b44\" wfd-id=\"255\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ebe51d596\" wfd-id=\"234\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15ec3055cca\" wfd-id=\"235\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2\" data-css=\"tve-u-15ebe8a2edd\" wfd-id=\"236\"><div class=\"tcb-flex-col\" wfd-id=\"249\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec30518d3\" wfd-id=\"251\"><div class=\"tcb-clear\" data-css=\"tve-u-15ecc95760b\" wfd-id=\"252\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ebe70a25b\" wfd-id=\"253\"><span class=\"tve_image_frame\" wfd-id=\"254\"><img class=\"tve_image wp-image-25564\" alt=\"\" width=\"142\" height=\"44\" title=\"logo_pawcity\" data-id=\"25564\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/logo_pawcity.png\"></span></div></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"237\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec313e743\" data-tcb_hover_state_parent=\"\" wfd-id=\"239\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone tcb-tablet-hidden tcb-mobile-hidden\" style=\"\" wfd-id=\"240\"><p data-css=\"tve-u-15f002fa8f6\"><span data-css=\"tve-u-15f0034f748\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"248\"><a href=\"#whatwedo\">What We Do</a></span>&nbsp; &nbsp; <span data-css=\"tve-u-15f003606db\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"247\"><a href=\"#testimonials\">Testimonials</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f003655f8\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"246\"><a href=\"#aboutus\">About Us</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f00369f5e\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"245\"><a href=\"#getyourcoupon\">Get Your Coupon</a></span>&nbsp; &nbsp; <span data-css=\"tve-u-15f0064f814\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"244\"><a href=\"#areaweserve\">Area We Serve</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f003784ab\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"243\"><a href=\"#contact\">Contact</a></span></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ebe8abb9e\" wfd-id=\"206\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ebe8a4d78\" data-clip-id=\"335f47a4c8f92\" wfd-id=\"232\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-left-335f47a4c8f92\" class=\"decoration-clip clip-path-left\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" pointer-width=\"6\" pointer-height=\"2.5\" style=\"curves\" decoration-type=\"none\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon><ellipse cx=\"0.025\" cy=\"0.029412\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.08823600000000001\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.14706\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.205884\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.264708\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.323532\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.38235600000000003\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.44118\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.500004\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.558828\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.617652\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.676476\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.7353000000000001\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.794124\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.852948\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.911772\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.970596\" rx=\"0.025\" ry=\"0.029412\"></ellipse></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ebe72c974\" wfd-id=\"207\"><div class=\"thrv_wrapper thrv-columns tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec318421d\" wfd-id=\"208\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-15ebe738fb8\" wfd-id=\"209\"><div class=\"tcb-flex-col\" wfd-id=\"229\"><div class=\"tcb-col\" data-css=\"tve-u-15ebe73226c\" wfd-id=\"231\"></div></div><div class=\"tcb-flex-col\" wfd-id=\"210\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ebe89fb7a\" wfd-id=\"212\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ebe827cb3\" wfd-id=\"213\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15ebe830a90\" data-clip-id=\"bb2526ca261ae\" wfd-id=\"228\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-left-bb2526ca261ae\" class=\"decoration-clip clip-path-left\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"divider\" pointer-width=\"5.7\" pointer-height=\"2.5\" style=\"curves\" slanted-angle=\"5\"><polygon points=\"0.025 0, 0.025 1, 1 1, 1 0\"></polygon><ellipse cx=\"0.025\" cy=\"0.027778\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.083334\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.13889\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.194446\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.250002\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.305558\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.361114\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.41667\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.47222600000000003\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.527782\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.583338\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.638894\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.69445\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.7500060000000001\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.805562\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.861118\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.916674\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.97223\" rx=\"0.025\" ry=\"0.027778\"></ellipse></clipPath><clipPath id=\"clip-tablet-left-bb2526ca261ae\" class=\"decoration-clip clip-path-tablet-left\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"divider\" pointer-width=\"5.7\" pointer-height=\"4\" style=\"curves\" slanted-angle=\"5\"><polygon points=\"0.04 0, 0.04 1, 1 1, 1 0\"></polygon><ellipse cx=\"0.04\" cy=\"0.027778\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.083334\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.13889\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.194446\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.250002\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.305558\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.361114\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.41667\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.47222600000000003\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.527782\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.583338\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.638894\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.69445\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.7500060000000001\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.805562\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.861118\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.916674\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.97223\" rx=\"0.04\" ry=\"0.027778\"></ellipse></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ebe80a9a1\" wfd-id=\"214\"><div class=\"tcb-clear\" data-css=\"tve-u-15ebe8ee6c0\" wfd-id=\"224\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15ebe8edca2\" data-tag=\"h1\" wfd-id=\"225\"><h1 data-css=\"tve-u-15ebe90cfb0\">Happy dogs =<br>â€‹â€‹â€‹â€‹â€‹happâ€‹â€‹â€‹â€‹y owners</h1></div></div><div class=\"tcb-clear\" data-css=\"tve-u-15ec30a8a14\" wfd-id=\"222\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ebe906677\" wfd-id=\"223\"><p data-css=\"tve-u-15ebe905473\">Offer your dog a premium walking experience</p></div></div><div class=\"tcb-clear\" data-css=\"tve-u-15ebe955aaa\" wfd-id=\"215\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ebe916c34\" wfd-id=\"216\">\n<div class=\"tve-content-box-background\" wfd-id=\"221\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ec3152b02\" wfd-id=\"217\"><div class=\"thrv_wrapper thrv-button tve_ea_thrive_lightbox\" data-css=\"tve-u-15ebe91a626\" data-tcb_hover_state_parent=\"false\" data-button-style=\"full_rounded\" wfd-id=\"218\">\n<a href=\"#\" class=\"tcb-button-link tve_evt_manager_listen tve_et_click\" data-tcb-events=\"__TCB_EVENT_[{&quot;config&quot;:{&quot;l_anim&quot;:&quot;zoom_in&quot;,&quot;l_id&quot;:&quot;265&quot;},&quot;a&quot;:&quot;thrive_lightbox&quot;,&quot;t&quot;:&quot;click&quot;}]_TNEVE_BCT__\">\n<span class=\"tcb-button-texts\" wfd-id=\"219\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-15ebe925072\" wfd-id=\"220\">Get -20% On Your First Walk</span></span>\n</a>\n</div></div>\n</div></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec3017516\" wfd-id=\"201\">\n<div class=\"tve-page-section-out\" wfd-id=\"205\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ebea3a693\" wfd-id=\"202\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15ebea49c0c\" id=\"whatwedo\" data-tag=\"h1\" wfd-id=\"204\"><h1 data-css=\"tve-u-15ebea42b31\" style=\"text-align: center;\">What We Do</h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2448fdb\" wfd-id=\"203\"><p data-css=\"tve-u-15ec2443105\" style=\"text-align: center;\">Our goal is to make sure the owners are comforted, the pups are exercised and happy and that we are getting our own puppy fixes. But letâ€™s be honest- itâ€™s their world, weâ€™re just living in it! As a small team of experienced dog owners and lovers, we really get to know you and your dog and we canguarantee consistent and personal care that is equal to your love and attention. We are so excited to make you a part of the family!</p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" wfd-id=\"172\">\n<div class=\"tve-page-section-out\" wfd-id=\"200\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ee1211b9b\" wfd-id=\"173\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15ee121a6d1\" wfd-id=\"174\"><div class=\"tcb-flex-row tcb--cols--3 tcb-medium-wrap\" data-css=\"tve-u-15ee121fb1c\" wfd-id=\"175\"><div class=\"tcb-flex-col\" wfd-id=\"192\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ee1225fdf\" wfd-id=\"194\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec2477274\" wfd-id=\"198\"><span class=\"tve_image_frame\" wfd-id=\"199\"><img class=\"tve_image wp-image-1596\" alt=\"\" width=\"55\" height=\"73\" title=\"what_do_icon_01\" data-id=\"1596\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_01.png\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"197\"><p data-css=\"tve-u-15ec2481d17\"><strong>First Class Care</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"196\"><p data-css=\"tve-u-15ec2487407\">all the best for them</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2492191\" wfd-id=\"195\"><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"184\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ee1232726\" wfd-id=\"186\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec24ae116\" wfd-id=\"190\"><span class=\"tve_image_frame\" wfd-id=\"191\"><img class=\"tve_image wp-image-1597\" alt=\"\" width=\"73\" height=\"73\" title=\"what_do_icon_02\" data-id=\"1597\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_02.png\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"189\"><p data-css=\"tve-u-15ec2481d17\"><strong>Snacks Included</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"188\"><p data-css=\"tve-u-15ec2487407\">for your little one</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec3192f72\" wfd-id=\"187\"><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"176\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ee1237243\" wfd-id=\"178\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec24d5e15\" wfd-id=\"182\"><span class=\"tve_image_frame\" wfd-id=\"183\"><img class=\"tve_image wp-image-1598\" alt=\"\" width=\"65\" height=\"73\" title=\"what_do_icon_03\" data-id=\"1598\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_03.png\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"181\"><p data-css=\"tve-u-15ec2481d17\"><strong>Regularly walks</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"180\"><p data-css=\"tve-u-15ec2487407\">to keep them ealthy</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2492191\" wfd-id=\"179\"><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris.</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-15ec24f494c\" id=\"testimonials\" style=\"\" wfd-id=\"152\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ec24f97c0\" wfd-id=\"171\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec24f790d\" wfd-id=\"153\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15ec254985a\" style=\"\" wfd-id=\"154\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-15ec253a41f\" wfd-id=\"155\"><div class=\"tcb-flex-col\" wfd-id=\"159\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec253ef3a\" style=\"\" wfd-id=\"161\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec256e611\" style=\"\" wfd-id=\"164\"><p data-css=\"tve-u-15ec25610c7\"><span data-css=\"tve-u-15ec268a0a3\" style=\"font-size: 45px; color: rgb(89, 171, 227);\" wfd-id=\"169\"><span data-css=\"tve-u-15ec26760e9\" style=\"font-family: ABeeZee;\" wfd-id=\"170\">â€</span></span><span data-css=\"tve-u-15ec256b908\" style=\"font-family: &quot;Amatic SC&quot;;\" wfd-id=\"168\">&nbsp; &nbsp; &nbsp;</span><span data-css=\"tve-u-15ec2680494\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"166\"><span data-css=\"tve-u-15ec269379d\" style=\"font-size: 45px;\" wfd-id=\"167\">my chester enjoys being with them!</span> &nbsp; &nbsp;&nbsp;</span><span data-css=\"tve-u-15ec255fe12\" style=\"font-family: ABeeZee; font-weight: 400; color: rgb(89, 171, 227); font-size: 45px;\" wfd-id=\"165\">â€</span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2698d8d\" wfd-id=\"163\"><p data-css=\"tve-u-160266880a0\">We LOVE going for walks with our friends at Paw! Donâ€™t tell our mom &amp; dad,but we get really excited when they leave for work because we know it wonâ€™t be long before we get a visit from one of our favorite friends at PawCity! Best part is, they always let our parents know how ourwalk went right away so they dont have to worry about us!</p><p data-css=\"tve-u-15ec269736c\">We love you PawCity!! xoxo</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec26ab7b0\" style=\"\" wfd-id=\"162\"><p data-css=\"tve-u-15ec26a92a2\"><strong>Anna Olson</strong>, Chesterâ€™s Mom</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"156\"><div class=\"tcb-col\" wfd-id=\"158\"></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec26c390a\" id=\"aboutus\" wfd-id=\"147\">\n<div class=\"tve-page-section-out\" wfd-id=\"151\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec26b9914\" wfd-id=\"148\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15ee1037a1d\" data-tag=\"h1\" wfd-id=\"150\"><h1 data-css=\"tve-u-15ec26bd2e8\">About us</h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec31ba260\" wfd-id=\"149\"><p data-css=\"tve-u-15ec2443105\" style=\"text-align: center;\">At PawCity, we lead lives full of the unconditional love and happiness we receive from the furballs we get to spend time with everyday and we have this beautiful city and all the beautiful people in it to thank. We love you and your pups!!</p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec26ec232\" wfd-id=\"114\">\n<div class=\"tve-page-section-out\" wfd-id=\"146\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec26e5812\" wfd-id=\"115\"><div class=\"thrv_wrapper thrv-columns tcb-window-width\" style=\"width: 1603px; left: -1px;\" data-css=\"tve-u-15ee106257d\" wfd-id=\"116\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2\" data-css=\"tve-u-15ec26fee25\" wfd-id=\"117\"><div class=\"tcb-flex-col c-33\" wfd-id=\"141\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec2a38bfd\" wfd-id=\"143\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec2a33d71\" wfd-id=\"144\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"145\"><img class=\"tve_image wp-image-7399\" alt=\"\" width=\"830\" height=\"775\" title=\"about_us_dog\" data-id=\"7399\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/about_us_dog.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col c-66\" wfd-id=\"118\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec27075e1\" wfd-id=\"120\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160309f3e5d\" wfd-id=\"135\">\n<div class=\"tve-content-box-background\" wfd-id=\"140\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160309b397d\" wfd-id=\"136\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-160309b00b4\" data-float=\"1\" wfd-id=\"138\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"139\"><img class=\"tve_image wp-image-7404\" alt=\"\" width=\"64\" height=\"64\" title=\"dog_paw\" data-id=\"7404\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/dog_paw.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16030a08afd\" wfd-id=\"137\"><p>We moved to New York City with our black bulldog rescue, Blakely, in 2007 after graduating from the University of Maryland. Immediately, we realized what a dog-crazy place it was.</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160309f6c04\" wfd-id=\"129\">\n<div class=\"tve-content-box-background\" wfd-id=\"134\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160309b397d\" wfd-id=\"130\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-160309ddca8\" data-float=\"1\" wfd-id=\"132\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"133\"><img class=\"tve_image wp-image-7403\" alt=\"\" width=\"64\" height=\"64\" title=\"dog_house\" data-id=\"7403\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/dog_house.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16030a09626\" wfd-id=\"131\"><p>We knew right away that we wanted to work with the animals that we loved and that had given us so much love since we were little girls. We started PawCity Dog Walking in July of 2010.</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16030975307\" wfd-id=\"121\">\n<div class=\"tve-content-box-background\" wfd-id=\"128\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160309b397d\" wfd-id=\"122\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16030a013d7\" data-float=\"1\" wfd-id=\"126\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"127\"><img class=\"tve_image wp-image-7405\" alt=\"\" width=\"64\" height=\"64\" title=\"spinning_wheel\" data-id=\"7405\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/spinning_wheel.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160309b344b\" wfd-id=\"123\"><p>We cover the entire width of the East Side, from 96th Street to Delancey and handle every type of personality imaginable. At PawCity, we lead lives full of the unconditional love and happiness we receive from the furballs we get to spend time with everyday.</p></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" data-css=\"tve-u-15ec2a56438\" style=\"width: 1603px; left: 0px;\" id=\"getyourcoupon\" wfd-id=\"94\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ec2a5bb35\" wfd-id=\"113\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec2a5540e\" wfd-id=\"95\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ec2a80647\" wfd-id=\"96\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15ec2a9b8a9\" wfd-id=\"112\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ec2a81a9f\" wfd-id=\"97\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2a6f589\" wfd-id=\"108\"><p data-css=\"tve-u-15ec2a6b447\"><span data-css=\"tve-u-15ec2a6d9d8\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"111\"><strong>Get Your Coupon</strong></span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2aaa9a4\" wfd-id=\"104\"><p data-css=\"tve-u-15ec2ab1d6d\">We strive to keep both you and your pup as happy and comfortable as possible while youâ€™re out earning those big bucks.</p><p data-css=\"tve-u-15ec2ab1d82\"><br></p><p data-css=\"tve-u-15ec2aa8e2e\"><strong>Get <span data-css=\"tve-u-15ec2aafa24\" style=\"color: rgb(89, 171, 227);\" wfd-id=\"107\">20%</span> off your first walk. Enter your email and we\'ll send you your coupon.</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ec2abe257\" wfd-id=\"98\">\n<div class=\"tve-content-box-background\" wfd-id=\"103\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ec2acb421\" wfd-id=\"99\"><div class=\"thrv_wrapper thrv-button tve_ea_thrive_lightbox\" data-css=\"tve-u-15ec2ac01df\" data-tcb_hover_state_parent=\"false\" data-button-style=\"full_rounded\" wfd-id=\"100\">\n<a href=\"#\" class=\"tcb-button-link tve_evt_manager_listen tve_et_click\" data-tcb-events=\"__TCB_EVENT_[{&quot;config&quot;:{&quot;l_anim&quot;:&quot;zoom_in&quot;,&quot;l_id&quot;:&quot;265&quot;},&quot;a&quot;:&quot;thrive_lightbox&quot;,&quot;t&quot;:&quot;click&quot;}]_TNEVE_BCT__\">\n<span class=\"tcb-button-texts\" wfd-id=\"101\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-15ebe925072\" wfd-id=\"102\">Get Your Coupon Now</span></span>\n</a>\n</div></div>\n</div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-15ec2b0a32a\" id=\"areaweserve\" wfd-id=\"73\">\n<div class=\"tve-page-section-out\" wfd-id=\"93\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15f76fcb7df\" wfd-id=\"74\"><div class=\"thrv_wrapper thrv-columns\" style=\"\" data-css=\"tve-u-15ee103f44a\" wfd-id=\"75\"><div class=\"tcb-flex-row tcb--cols--2 tcb-medium-wrap v-2 tcb-resized\" data-css=\"tve-u-15ec2ae8715\" wfd-id=\"76\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-165b7cefd8d\" style=\"\" wfd-id=\"82\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec2b37666\" wfd-id=\"84\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"89\"><p data-css=\"tve-u-15ec2af6c4b\"><span data-css=\"tve-u-15ec2af6c4e\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"92\">area we serve</span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"85\"><p>As a small team of experienced dog owners and lovers, we really get to know you and your dog and we canguarantee consistent and personal care that is equal to your love and attention.</p><p><br></p><p><strong><span data-css=\"tve-u-15ec2afed17\" style=\"color: rgb(89, 171, 227);\" wfd-id=\"88\">We are so excited to make you a part of the family!</span></strong></p></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-165b7cefdbe\" style=\"\" wfd-id=\"77\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec2b33f06\" wfd-id=\"79\"><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-15ec2b3b468\" wfd-id=\"81\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=port saint lucie, fl&amp;t=m&amp;z=8&amp;output=embed&amp;iwloc=near\"></iframe>\n</div><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-15ec2b3b468\" wfd-id=\"80\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=port saint lucie, fl&amp;t=m&amp;z=11&amp;output=embed&amp;iwloc=near\"></iframe>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" data-css=\"tve-u-15ec2b5d54c\" style=\"width: 1603px; left: 0px;\" id=\"contact\" wfd-id=\"34\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ec2b56fac\" wfd-id=\"72\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec2b54c99\" wfd-id=\"35\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1602b31dfcd\" wfd-id=\"36\"><div class=\"tcb-flex-row tcb-resized tcb-medium-wrap tcb--cols--3\" data-css=\"tve-u-1602b37ce9d\" wfd-id=\"37\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1602be453ec\" style=\"\" wfd-id=\"66\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"68\"><div class=\"tcb-clear\" data-css=\"tve-u-1602bff3cd5\" wfd-id=\"69\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec2b6e126\" wfd-id=\"70\"><span class=\"tve_image_frame\" wfd-id=\"71\"><img class=\"tve_image wp-image-25564\" alt=\"\" width=\"142\" height=\"44\" title=\"logo_pawcity\" data-id=\"25564\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/logo_pawcity.png\"></span></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1602be45437\" style=\"\" wfd-id=\"52\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1602be56dfc\" wfd-id=\"54\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1602bfebaf9\" wfd-id=\"55\">\n<div class=\"tve-content-box-background\" wfd-id=\"65\"></div>\n<div class=\"tve-cb\" wfd-id=\"56\"><div class=\"tcb-clear\" data-css=\"tve-u-1602bf36e2c\" wfd-id=\"62\"><div class=\"thrv_wrapper tve_image_caption tcb-mobile-hidden\" data-css=\"tve-u-1602be7db66\" data-float=\"1\" wfd-id=\"63\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"64\"><img class=\"tve_image wp-image-7369\" alt=\"\" width=\"64\" height=\"64\" title=\"location\" data-id=\"7369\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/location.png\" style=\"width: 100%;\"></span></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1602bf25f10\" wfd-id=\"57\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1602befe215\" wfd-id=\"58\"><p data-css=\"tve-u-1602bfa220e\"><strong><span data-css=\"tve-u-1602b324a9b\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"61\">67 E. 3rd Street</span></strong><span data-css=\"tve-u-1602b324a9c\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"60\"> </span><span data-css=\"tve-u-1602b324ab9\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"59\">Suite B New York, NY 10003</span></p></div></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1602be4545b\" style=\"\" wfd-id=\"38\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"40\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1602bfea280\" wfd-id=\"41\">\n<div class=\"tve-content-box-background\" wfd-id=\"51\"></div>\n<div class=\"tve-cb\" wfd-id=\"42\"><div class=\"tcb-clear\" data-css=\"tve-u-1602bfc4bea\" wfd-id=\"48\"><div class=\"thrv_wrapper tve_image_caption tcb-mobile-hidden\" data-css=\"tve-u-1602bec144e\" data-float=\"1\" wfd-id=\"49\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"50\"><img class=\"tve_image wp-image-7370\" alt=\"\" width=\"64\" height=\"64\" title=\"phone\" data-id=\"7370\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/phone.png\" style=\"width: 100%;\"></span></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1602bfc74c3\" wfd-id=\"43\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1602b332fd9\" data-float=\"1\" wfd-id=\"44\"><p><strong><span data-css=\"tve-u-1602b324a9b\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"47\">080</span></strong><span data-css=\"tve-u-1602b324a9c\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"46\"> </span><span data-css=\"tve-u-1602b324ab9\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"45\">708 5583</span></p></div></div></div>\n</div></div></div></div></div></div>\n</div>'),(2565,266,'tve_revision_tve_has_wistia_popover',''),(2721,106,'thrive_tcb_post_fonts_tcb2-i-cant-believe-its-not-ps-homepage','a:0:{}'),(2566,267,'tve_revision_tve_landing_page','tcb2-one-page-site-dog-walking'),(2567,267,'tve_revision_tve_disable_theme_dependency',''),(2568,267,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv-page-section\" style=\"\" wfd-id=\"233\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ebe5d7b44\" wfd-id=\"255\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ebe51d596\" wfd-id=\"234\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15ec3055cca\" wfd-id=\"235\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2\" data-css=\"tve-u-15ebe8a2edd\" wfd-id=\"236\"><div class=\"tcb-flex-col\" wfd-id=\"249\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec30518d3\" wfd-id=\"251\"><div class=\"tcb-clear\" data-css=\"tve-u-15ecc95760b\" wfd-id=\"252\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ebe70a25b\" wfd-id=\"253\"><span class=\"tve_image_frame\" wfd-id=\"254\"><img class=\"tve_image wp-image-25564\" alt=\"\" width=\"142\" height=\"44\" title=\"logo_pawcity\" data-id=\"25564\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/logo_pawcity.png\"></span></div></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"237\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec313e743\" data-tcb_hover_state_parent=\"\" wfd-id=\"239\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone tcb-tablet-hidden tcb-mobile-hidden\" style=\"\" wfd-id=\"240\"><p data-css=\"tve-u-15f002fa8f6\"><span data-css=\"tve-u-15f0034f748\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"248\"><a href=\"#whatwedo\">What We Do</a></span>&nbsp; &nbsp; <span data-css=\"tve-u-15f003606db\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"247\"><a href=\"#testimonials\">Testimonials</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f003655f8\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"246\"><a href=\"#aboutus\">About Us</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f00369f5e\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"245\"><a href=\"#getyourcoupon\">Get Your Coupon</a></span>&nbsp; &nbsp; <span data-css=\"tve-u-15f0064f814\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"244\"><a href=\"#areaweserve\">Area We Serve</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f003784ab\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"243\"><a href=\"#contact\">Contact</a></span></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ebe8abb9e\" wfd-id=\"206\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ebe8a4d78\" data-clip-id=\"335f47a4c8f92\" wfd-id=\"232\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-left-335f47a4c8f92\" class=\"decoration-clip clip-path-left\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" pointer-width=\"6\" pointer-height=\"2.5\" style=\"curves\" decoration-type=\"none\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon><ellipse cx=\"0.025\" cy=\"0.029412\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.08823600000000001\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.14706\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.205884\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.264708\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.323532\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.38235600000000003\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.44118\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.500004\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.558828\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.617652\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.676476\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.7353000000000001\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.794124\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.852948\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.911772\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.970596\" rx=\"0.025\" ry=\"0.029412\"></ellipse></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ebe72c974\" wfd-id=\"207\"><div class=\"thrv_wrapper thrv-columns tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec318421d\" wfd-id=\"208\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-15ebe738fb8\" wfd-id=\"209\"><div class=\"tcb-flex-col\" wfd-id=\"229\"><div class=\"tcb-col\" data-css=\"tve-u-15ebe73226c\" wfd-id=\"231\"></div></div><div class=\"tcb-flex-col\" wfd-id=\"210\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ebe89fb7a\" wfd-id=\"212\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ebe827cb3\" wfd-id=\"213\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15ebe830a90\" data-clip-id=\"bb2526ca261ae\" wfd-id=\"228\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-left-bb2526ca261ae\" class=\"decoration-clip clip-path-left\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"divider\" pointer-width=\"5.7\" pointer-height=\"2.5\" style=\"curves\" slanted-angle=\"5\"><polygon points=\"0.025 0, 0.025 1, 1 1, 1 0\"></polygon><ellipse cx=\"0.025\" cy=\"0.027778\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.083334\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.13889\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.194446\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.250002\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.305558\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.361114\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.41667\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.47222600000000003\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.527782\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.583338\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.638894\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.69445\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.7500060000000001\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.805562\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.861118\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.916674\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.97223\" rx=\"0.025\" ry=\"0.027778\"></ellipse></clipPath><clipPath id=\"clip-tablet-left-bb2526ca261ae\" class=\"decoration-clip clip-path-tablet-left\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"divider\" pointer-width=\"5.7\" pointer-height=\"4\" style=\"curves\" slanted-angle=\"5\"><polygon points=\"0.04 0, 0.04 1, 1 1, 1 0\"></polygon><ellipse cx=\"0.04\" cy=\"0.027778\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.083334\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.13889\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.194446\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.250002\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.305558\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.361114\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.41667\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.47222600000000003\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.527782\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.583338\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.638894\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.69445\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.7500060000000001\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.805562\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.861118\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.916674\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.97223\" rx=\"0.04\" ry=\"0.027778\"></ellipse></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ebe80a9a1\" wfd-id=\"214\"><div class=\"tcb-clear\" data-css=\"tve-u-15ebe8ee6c0\" wfd-id=\"224\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15ebe8edca2\" data-tag=\"h1\" wfd-id=\"225\"><h1 data-css=\"tve-u-15ebe90cfb0\">Happy dogs =<br>â€‹â€‹â€‹â€‹â€‹happâ€‹â€‹â€‹â€‹y owners</h1></div></div><div class=\"tcb-clear\" data-css=\"tve-u-15ec30a8a14\" wfd-id=\"222\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ebe906677\" wfd-id=\"223\"><p data-css=\"tve-u-15ebe905473\">Offer your dog a premium walking experience</p></div></div><div class=\"tcb-clear\" data-css=\"tve-u-15ebe955aaa\" wfd-id=\"215\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ebe916c34\" wfd-id=\"216\">\n<div class=\"tve-content-box-background\" wfd-id=\"221\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ec3152b02\" wfd-id=\"217\"><div class=\"thrv_wrapper thrv-button tve_ea_thrive_lightbox\" data-css=\"tve-u-15ebe91a626\" data-tcb_hover_state_parent=\"false\" data-button-style=\"full_rounded\" wfd-id=\"218\">\n<a href=\"#\" class=\"tcb-button-link tve_evt_manager_listen tve_et_click\" data-tcb-events=\"__TCB_EVENT_[{&quot;config&quot;:{&quot;l_anim&quot;:&quot;zoom_in&quot;,&quot;l_id&quot;:&quot;265&quot;},&quot;a&quot;:&quot;thrive_lightbox&quot;,&quot;t&quot;:&quot;click&quot;}]_TNEVE_BCT__\">\n<span class=\"tcb-button-texts\" wfd-id=\"219\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-15ebe925072\" wfd-id=\"220\">Get -20% On Your First Walk</span></span>\n</a>\n</div></div>\n</div></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec3017516\" wfd-id=\"201\">\n<div class=\"tve-page-section-out\" wfd-id=\"205\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ebea3a693\" wfd-id=\"202\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15ebea49c0c\" id=\"whatwedo\" data-tag=\"h1\" wfd-id=\"204\"><h1 data-css=\"tve-u-15ebea42b31\" style=\"text-align: center;\">What We Do</h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2448fdb\" wfd-id=\"203\"><p data-css=\"tve-u-15ec2443105\" style=\"text-align: center;\">Our goal is to make sure the owners are comforted, the pups are exercised and happy and that we are getting our own puppy fixes. But letâ€™s be honest- itâ€™s their world, weâ€™re just living in it! As a small team of experienced dog owners and lovers, we really get to know you and your dog and we canguarantee consistent and personal care that is equal to your love and attention. We are so excited to make you a part of the family!</p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" wfd-id=\"172\">\n<div class=\"tve-page-section-out\" wfd-id=\"200\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ee1211b9b\" wfd-id=\"173\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15ee121a6d1\" wfd-id=\"174\"><div class=\"tcb-flex-row tcb--cols--3 tcb-medium-wrap\" data-css=\"tve-u-15ee121fb1c\" wfd-id=\"175\"><div class=\"tcb-flex-col\" wfd-id=\"192\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ee1225fdf\" wfd-id=\"194\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec2477274\" wfd-id=\"198\"><span class=\"tve_image_frame\" wfd-id=\"199\"><img class=\"tve_image wp-image-1596\" alt=\"\" width=\"55\" height=\"73\" title=\"what_do_icon_01\" data-id=\"1596\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_01.png\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"197\"><p data-css=\"tve-u-15ec2481d17\"><strong>First Class Care</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"196\"><p data-css=\"tve-u-15ec2487407\">all the best for them</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2492191\" wfd-id=\"195\"><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"184\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ee1232726\" wfd-id=\"186\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec24ae116\" wfd-id=\"190\"><span class=\"tve_image_frame\" wfd-id=\"191\"><img class=\"tve_image wp-image-1597\" alt=\"\" width=\"73\" height=\"73\" title=\"what_do_icon_02\" data-id=\"1597\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_02.png\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"189\"><p data-css=\"tve-u-15ec2481d17\"><strong>Snacks Included</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"188\"><p data-css=\"tve-u-15ec2487407\">for your little one</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec3192f72\" wfd-id=\"187\"><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"176\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ee1237243\" wfd-id=\"178\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec24d5e15\" wfd-id=\"182\"><span class=\"tve_image_frame\" wfd-id=\"183\"><img class=\"tve_image wp-image-1598\" alt=\"\" width=\"65\" height=\"73\" title=\"what_do_icon_03\" data-id=\"1598\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_03.png\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"181\"><p data-css=\"tve-u-15ec2481d17\"><strong>Regularly walks</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"180\"><p data-css=\"tve-u-15ec2487407\">to keep them ealthy</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2492191\" wfd-id=\"179\"><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris.</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-15ec24f494c\" id=\"testimonials\" style=\"\" wfd-id=\"152\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ec24f97c0\" wfd-id=\"171\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec24f790d\" wfd-id=\"153\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15ec254985a\" style=\"\" wfd-id=\"154\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-15ec253a41f\" wfd-id=\"155\"><div class=\"tcb-flex-col\" wfd-id=\"159\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec253ef3a\" style=\"\" wfd-id=\"161\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec256e611\" style=\"\" wfd-id=\"164\"><p data-css=\"tve-u-15ec25610c7\"><span data-css=\"tve-u-15ec268a0a3\" style=\"font-size: 45px; color: rgb(89, 171, 227);\" wfd-id=\"169\"><span data-css=\"tve-u-15ec26760e9\" style=\"font-family: ABeeZee;\" wfd-id=\"170\">â€</span></span><span data-css=\"tve-u-15ec256b908\" style=\"font-family: &quot;Amatic SC&quot;;\" wfd-id=\"168\">&nbsp; &nbsp; &nbsp;</span><span data-css=\"tve-u-15ec2680494\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"166\"><span data-css=\"tve-u-15ec269379d\" style=\"font-size: 45px;\" wfd-id=\"167\">my chester enjoys being with them!</span> &nbsp; &nbsp;&nbsp;</span><span data-css=\"tve-u-15ec255fe12\" style=\"font-family: ABeeZee; font-weight: 400; color: rgb(89, 171, 227); font-size: 45px;\" wfd-id=\"165\">â€</span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2698d8d\" wfd-id=\"163\"><p data-css=\"tve-u-160266880a0\">We LOVE going for walks with our friends at Paw! Donâ€™t tell our mom &amp; dad,but we get really excited when they leave for work because we know it wonâ€™t be long before we get a visit from one of our favorite friends at PawCity! Best part is, they always let our parents know how ourwalk went right away so they dont have to worry about us!</p><p data-css=\"tve-u-15ec269736c\">We love you PawCity!! xoxo</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec26ab7b0\" style=\"\" wfd-id=\"162\"><p data-css=\"tve-u-15ec26a92a2\"><strong>Anna Olson</strong>, Chesterâ€™s Mom</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"156\"><div class=\"tcb-col\" wfd-id=\"158\"></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec26c390a\" id=\"aboutus\" wfd-id=\"147\">\n<div class=\"tve-page-section-out\" wfd-id=\"151\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec26b9914\" wfd-id=\"148\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15ee1037a1d\" data-tag=\"h1\" wfd-id=\"150\"><h1 data-css=\"tve-u-15ec26bd2e8\">About us</h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec31ba260\" wfd-id=\"149\"><p data-css=\"tve-u-15ec2443105\" style=\"text-align: center;\">At PawCity, we lead lives full of the unconditional love and happiness we receive from the furballs we get to spend time with everyday and we have this beautiful city and all the beautiful people in it to thank. We love you and your pups!!</p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec26ec232\" wfd-id=\"114\">\n<div class=\"tve-page-section-out\" wfd-id=\"146\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec26e5812\" wfd-id=\"115\"><div class=\"thrv_wrapper thrv-columns tcb-window-width\" style=\"width: 1603px; left: -1px;\" data-css=\"tve-u-15ee106257d\" wfd-id=\"116\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2\" data-css=\"tve-u-15ec26fee25\" wfd-id=\"117\"><div class=\"tcb-flex-col c-33\" wfd-id=\"141\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec2a38bfd\" wfd-id=\"143\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec2a33d71\" wfd-id=\"144\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"145\"><img class=\"tve_image wp-image-7399\" alt=\"\" width=\"830\" height=\"775\" title=\"about_us_dog\" data-id=\"7399\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/about_us_dog.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col c-66\" wfd-id=\"118\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec27075e1\" wfd-id=\"120\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160309f3e5d\" wfd-id=\"135\">\n<div class=\"tve-content-box-background\" wfd-id=\"140\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160309b397d\" wfd-id=\"136\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-160309b00b4\" data-float=\"1\" wfd-id=\"138\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"139\"><img class=\"tve_image wp-image-7404\" alt=\"\" width=\"64\" height=\"64\" title=\"dog_paw\" data-id=\"7404\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/dog_paw.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16030a08afd\" wfd-id=\"137\"><p>We moved to New York City with our black bulldog rescue, Blakely, in 2007 after graduating from the University of Maryland. Immediately, we realized what a dog-crazy place it was.</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160309f6c04\" wfd-id=\"129\">\n<div class=\"tve-content-box-background\" wfd-id=\"134\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160309b397d\" wfd-id=\"130\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-160309ddca8\" data-float=\"1\" wfd-id=\"132\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"133\"><img class=\"tve_image wp-image-7403\" alt=\"\" width=\"64\" height=\"64\" title=\"dog_house\" data-id=\"7403\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/dog_house.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16030a09626\" wfd-id=\"131\"><p>We knew right away that we wanted to work with the animals that we loved and that had given us so much love since we were little girls. We started PawCity Dog Walking in July of 2010.</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16030975307\" wfd-id=\"121\">\n<div class=\"tve-content-box-background\" wfd-id=\"128\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160309b397d\" wfd-id=\"122\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16030a013d7\" data-float=\"1\" wfd-id=\"126\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"127\"><img class=\"tve_image wp-image-7405\" alt=\"\" width=\"64\" height=\"64\" title=\"spinning_wheel\" data-id=\"7405\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/spinning_wheel.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160309b344b\" wfd-id=\"123\"><p>We cover the entire width of the East Side, from 96th Street to Delancey and handle every type of personality imaginable. At PawCity, we lead lives full of the unconditional love and happiness we receive from the furballs we get to spend time with everyday.</p></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" data-css=\"tve-u-15ec2a56438\" style=\"width: 1603px; left: 0px;\" id=\"getyourcoupon\" wfd-id=\"94\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ec2a5bb35\" wfd-id=\"113\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec2a5540e\" wfd-id=\"95\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ec2a80647\" wfd-id=\"96\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15ec2a9b8a9\" wfd-id=\"112\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ec2a81a9f\" wfd-id=\"97\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2a6f589\" wfd-id=\"108\"><p data-css=\"tve-u-15ec2a6b447\"><span data-css=\"tve-u-15ec2a6d9d8\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"111\"><strong>Get Your Coupon</strong></span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2aaa9a4\" wfd-id=\"104\"><p data-css=\"tve-u-15ec2ab1d6d\">We strive to keep both you and your pup as happy and comfortable as possible while youâ€™re out earning those big bucks.</p><p data-css=\"tve-u-15ec2ab1d82\"><br></p><p data-css=\"tve-u-15ec2aa8e2e\"><strong>Get <span data-css=\"tve-u-15ec2aafa24\" style=\"color: rgb(89, 171, 227);\" wfd-id=\"107\">20%</span> off your first walk. Enter your email and we\'ll send you your coupon.</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ec2abe257\" wfd-id=\"98\">\n<div class=\"tve-content-box-background\" wfd-id=\"103\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ec2acb421\" wfd-id=\"99\"><div class=\"thrv_wrapper thrv-button tve_ea_thrive_lightbox\" data-css=\"tve-u-15ec2ac01df\" data-tcb_hover_state_parent=\"false\" data-button-style=\"full_rounded\" wfd-id=\"100\">\n<a href=\"#\" class=\"tcb-button-link tve_evt_manager_listen tve_et_click\" data-tcb-events=\"__TCB_EVENT_[{&quot;config&quot;:{&quot;l_anim&quot;:&quot;zoom_in&quot;,&quot;l_id&quot;:&quot;265&quot;},&quot;a&quot;:&quot;thrive_lightbox&quot;,&quot;t&quot;:&quot;click&quot;}]_TNEVE_BCT__\">\n<span class=\"tcb-button-texts\" wfd-id=\"101\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-15ebe925072\" wfd-id=\"102\">Get Your Coupon Now</span></span>\n</a>\n</div></div>\n</div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-15ec2b0a32a\" id=\"areaweserve\" wfd-id=\"73\">\n<div class=\"tve-page-section-out\" wfd-id=\"93\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15f76fcb7df\" wfd-id=\"74\"><div class=\"thrv_wrapper thrv-columns\" style=\"\" data-css=\"tve-u-15ee103f44a\" wfd-id=\"75\"><div class=\"tcb-flex-row tcb--cols--2 tcb-medium-wrap v-2 tcb-resized\" data-css=\"tve-u-15ec2ae8715\" wfd-id=\"76\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-165b7cefd8d\" style=\"\" wfd-id=\"82\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec2b37666\" wfd-id=\"84\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"89\"><p data-css=\"tve-u-15ec2af6c4b\"><span data-css=\"tve-u-15ec2af6c4e\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"92\">area we serve</span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"85\"><p>As a small team of experienced dog owners and lovers, we really get to know you and your dog and we canguarantee consistent and personal care that is equal to your love and attention.</p><p><br></p><p><strong><span data-css=\"tve-u-15ec2afed17\" style=\"color: rgb(89, 171, 227);\" wfd-id=\"88\">We are so excited to make you a part of the family!</span></strong></p></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-165b7cefdbe\" style=\"\" wfd-id=\"77\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec2b33f06\" wfd-id=\"79\"><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-15ec2b3b468\" wfd-id=\"81\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=port saint lucie, fl&amp;t=m&amp;z=8&amp;output=embed&amp;iwloc=near\"></iframe>\n</div><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-15ec2b3b468\" wfd-id=\"80\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=port saint lucie, fl&amp;t=m&amp;z=11&amp;output=embed&amp;iwloc=near\"></iframe>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" data-css=\"tve-u-15ec2b5d54c\" style=\"width: 1603px; left: 0px;\" id=\"contact\" wfd-id=\"34\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ec2b56fac\" wfd-id=\"72\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec2b54c99\" wfd-id=\"35\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1602b31dfcd\" wfd-id=\"36\"><div class=\"tcb-flex-row tcb-resized tcb-medium-wrap tcb--cols--3\" data-css=\"tve-u-1602b37ce9d\" wfd-id=\"37\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1602be453ec\" style=\"\" wfd-id=\"66\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"68\"><div class=\"tcb-clear\" data-css=\"tve-u-1602bff3cd5\" wfd-id=\"69\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec2b6e126\" wfd-id=\"70\"><span class=\"tve_image_frame\" wfd-id=\"71\"><img class=\"tve_image wp-image-25564\" alt=\"\" width=\"142\" height=\"44\" title=\"logo_pawcity\" data-id=\"25564\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/logo_pawcity.png\"></span></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1602be45437\" style=\"\" wfd-id=\"52\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1602be56dfc\" wfd-id=\"54\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1602bfebaf9\" wfd-id=\"55\">\n<div class=\"tve-content-box-background\" wfd-id=\"65\"></div>\n<div class=\"tve-cb\" wfd-id=\"56\"><div class=\"tcb-clear\" data-css=\"tve-u-1602bf36e2c\" wfd-id=\"62\"><div class=\"thrv_wrapper tve_image_caption tcb-mobile-hidden\" data-css=\"tve-u-1602be7db66\" data-float=\"1\" wfd-id=\"63\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"64\"><img class=\"tve_image wp-image-7369\" alt=\"\" width=\"64\" height=\"64\" title=\"location\" data-id=\"7369\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/location.png\" style=\"width: 100%;\"></span></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1602bf25f10\" wfd-id=\"57\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1602befe215\" wfd-id=\"58\"><p data-css=\"tve-u-1602bfa220e\"><strong><span data-css=\"tve-u-1602b324a9b\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"61\">67 E. 3rd Street</span></strong><span data-css=\"tve-u-1602b324a9c\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"60\"> </span><span data-css=\"tve-u-1602b324ab9\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"59\">Suite B New York, NY 10003</span></p></div></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1602be4545b\" style=\"\" wfd-id=\"38\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"40\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1602bfea280\" wfd-id=\"41\">\n<div class=\"tve-content-box-background\" wfd-id=\"51\"></div>\n<div class=\"tve-cb\" wfd-id=\"42\"><div class=\"tcb-clear\" data-css=\"tve-u-1602bfc4bea\" wfd-id=\"48\"><div class=\"thrv_wrapper tve_image_caption tcb-mobile-hidden\" data-css=\"tve-u-1602bec144e\" data-float=\"1\" wfd-id=\"49\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"50\"><img class=\"tve_image wp-image-7370\" alt=\"\" width=\"64\" height=\"64\" title=\"phone\" data-id=\"7370\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/phone.png\" style=\"width: 100%;\"></span></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1602bfc74c3\" wfd-id=\"43\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1602b332fd9\" data-float=\"1\" wfd-id=\"44\"><p><strong><span data-css=\"tve-u-1602b324a9b\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"47\">080</span></strong><span data-css=\"tve-u-1602b324a9c\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"46\"> </span><span data-css=\"tve-u-1602b324ab9\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"45\">708 5583</span></p></div></div></div>\n</div></div></div></div></div></div>\n</div>'),(2569,267,'tve_revision_tve_content_more_found',''),(2570,267,'tve_revision_tve_save_post',''),(2571,267,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Montserrat:400,200,300&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Amatic+SC:400&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=ABeeZee:400&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-160309b397d\"]::after { clear: both; }[data-css=\"tve-u-160309b344b\"] { position: relative !important; margin-left: 100px !important; }[data-css=\"tve-u-160309b00b4\"] + div { clear: none; }[data-css=\"tve-u-160309b00b4\"] { float: none; width: 60px; position: absolute; margin-bottom: 0px !important; margin-top: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-16030975307\"] { max-width: 75%; margin-left: 80px !important; }[data-css=\"tve-u-1602bfa220e\"] { line-height: 1.85em !important; }[data-css=\"tve-u-1602be7db66\"] { float: left; width: 40px; z-index: 3; position: relative; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1602be56dfc\"]::after { clear: both; }[data-css=\"tve-u-1602be4545b\"] { max-width: 25%; }[data-css=\"tve-u-1602be45437\"] { max-width: 48.1%; }[data-css=\"tve-u-1602be453ec\"] { max-width: 26.9%; }[data-css=\"tve-u-1602b37ce9d\"] > .tcb-flex-col > .tcb-col { justify-content: center; }[data-css=\"tve-u-1602b332fd9\"] { max-width: 264px; position: relative; float: right; z-index: 3; width: 100%; padding-left: 1px !important; margin-top: 1px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1602b324a9c\"] { color: rgb(74, 163, 223) !important; }[data-css=\"tve-u-1602b324a9b\"] { color: rgb(74, 163, 223) !important; }[data-css=\"tve-u-1602b31dfcd\"] { max-width: 1296px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15f76fcb7df\"] { max-width: 100%; }[data-css=\"tve-u-15f0064f814\"] { color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-15ec313e743\"]:hover p, #tve_editor [data-css=\"tve-u-15ec313e743\"]:hover li, #tve_editor [data-css=\"tve-u-15ec313e743\"]:hover blockquote, #tve_editor [data-css=\"tve-u-15ec313e743\"]:hover address { color: rgb(89, 171, 227); }[data-css=\"tve-u-15f003784ab\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15f00369f5e\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15f003655f8\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15f003606db\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15f0034f748\"] { color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-15f002fa8f6\"] { color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-15ec313e743\"] p, #tve_editor [data-css=\"tve-u-15ec313e743\"] li, #tve_editor [data-css=\"tve-u-15ec313e743\"] blockquote, #tve_editor [data-css=\"tve-u-15ec313e743\"] address { font-size: 16px; }[data-css=\"tve-u-15ec313e743\"] { text-align: left; padding-left: 0px !important; margin-left: 0px !important; margin-right: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-15ee121fb1c\"] .tcb-flex-col { flex-basis: 285px !important; }[data-css=\"tve-u-15ec30a8a14\"]::after { clear: both; }#tve_editor [data-css=\"tve-u-15ebe90cfb0\"] { font-size: 96px !important; }[data-css=\"tve-u-15ee1237243\"] { box-shadow: rgba(73, 137, 181, 0.15) -3px 7px 69px 10px; }[data-css=\"tve-u-15ee1232726\"] { box-shadow: rgba(73, 137, 181, 0.15) -3px 7px 69px 10px; }[data-css=\"tve-u-15ee121fb1c\"] > .tcb-flex-col > .tcb-col { min-height: 503px; }[data-css=\"tve-u-15ee1225fdf\"] { box-shadow: rgba(73, 137, 181, 0.15) -3px 7px 69px 10px; }[data-css=\"tve-u-15ee121fb1c\"] { margin-left: -60px; min-height: inherit; }[data-css=\"tve-u-15ee121fb1c\"] > .tcb-flex-col { padding-left: 60px; }[data-css=\"tve-u-15ee121a6d1\"] { float: none; max-width: 1296px; text-align: center; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ee1211b9b\"] { max-width: 1603px; text-align: center; }[data-css=\"tve-u-15ec26fee25\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-15ee106257d\"] { max-width: 100%; }[data-css=\"tve-u-15ec3055cca\"] { max-width: 1370px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ee103f44a\"] { float: none; max-width: 1200px; margin-left: auto !important; margin-right: auto !important; border: none; }[data-css=\"tve-u-15ee1037a1d\"] { float: none; max-width: 1296px; margin-left: auto !important; margin-right: auto !important; }#tve_editor [data-css=\"tve-u-15ec2ac01df\"]:hover .tcb-button-link { box-shadow: rgba(73, 137, 181, 0.25) -3px 7px 73px 18px; background-color: rgb(149, 250, 201) !important; }#tve_editor [data-css=\"tve-u-15ebe91a626\"]:hover .tcb-button-link { box-shadow: rgba(73, 137, 181, 0.25) -3px 7px 73px 18px; border: 0px dashed rgb(255, 255, 255); background-color: rgb(149, 250, 201) !important; font-weight: normal !important; background-image: none !important; }[data-css=\"tve-u-15ebe8a2edd\"] > .tcb-flex-col > .tcb-col { justify-content: center; }[data-css=\"tve-u-15ec3017516\"] { margin-top: 60px !important; padding-bottom: 50px !important; }[data-css=\"tve-u-15ec2b6e126\"] { width: 142px; }[data-css=\"tve-u-15ec2b5d54c\"] { margin-top: 83px !important; }[data-css=\"tve-u-15ec2b56fac\"] { background-image: linear-gradient(rgb(25, 46, 60), rgb(25, 46, 60)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-15ec2b54c99\"] { max-width: 1586px; min-height: 100px !important; }[data-css=\"tve-u-15ec2b3b468\"] { box-shadow: rgba(89, 171, 227, 0.15) -3px 7px 69px 10px; margin-top: 0px !important; margin-bottom: 0px !important; margin-left: 38px !important; }[data-css=\"tve-u-15ec2b37666\"] { margin-top: 114px !important; }[data-css=\"tve-u-15ec2b33f06\"] { padding-left: 0px !important; }[data-css=\"tve-u-15ec2b0a32a\"] { margin-top: 76px !important; }[data-css=\"tve-u-15ec2ae8715\"] > .tcb-flex-col { padding-left: 13px; }[data-css=\"tve-u-15ec2afed17\"] { color: rgb(89, 171, 227) !important; }[data-css=\"tve-u-15ec2ae8715\"] { float: none; max-width: 1453px; margin-left: -13px; margin-right: auto !important; min-height: inherit; padding-left: 15px !important; padding-right: 15px !important; }[data-css=\"tve-u-15ec2acb421\"] { min-height: 162px; }[data-css=\"tve-u-15ec2aafa24\"] { color: rgb(89, 171, 227) !important; }[data-css=\"tve-u-15ec2aaa9a4\"] { float: none; max-width: 1440px; margin-left: auto !important; margin-right: auto !important; margin-top: 25px !important; }#tve_editor [data-css=\"tve-u-15ec2aa8e2e\"] { letter-spacing: 1px; color: rgb(255, 255, 255) !important; font-size: 20px !important; }[data-css=\"tve-u-15ec2a9b8a9\"] { border: 1px solid rgb(89, 171, 227) !important; }[data-css=\"tve-u-15ec2a81a9f\"] { min-height: 162px; }[data-css=\"tve-u-15ec2a80647\"] { float: none; max-width: 97%; margin-left: auto !important; margin-right: auto !important; margin-top: 55px !important; }[data-css=\"tve-u-15ec2a6f589\"] { float: none; max-width: 1440px; margin-top: 55px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2a6d9d8\"] { font-family: \"Amatic SC\" !important; font-weight: 400 !important; }#tve_editor [data-css=\"tve-u-15ec2a6b447\"] { color: rgb(89, 171, 227) !important; font-size: 70px !important; }[data-css=\"tve-u-15ec2a5bb35\"] { background-image: linear-gradient(rgba(28, 54, 85, 0.8), rgba(28, 54, 85, 0.8)), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/coupon_background.jpg\") !important; background-size: auto, cover !important; background-position: 0px 0px, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-15ec2a56438\"] { margin-top: 69px !important; }[data-css=\"tve-u-15ec2a5540e\"] { max-width: 100%; text-align: center; min-height: 561px !important; }[data-css=\"tve-u-15ec2a38bfd\"] { margin-right: 0px !important; padding-right: 0px !important; margin-left: 0px !important; }[data-css=\"tve-u-15ec2a33d71\"] { width: 830px; position: relative; top: 0px; left: 40px; z-index: 7; float: none; padding-right: 0px !important; padding-left: 0px !important; }[data-css=\"tve-u-15ec27075e1\"] { border-left: 1px solid rgb(232, 238, 241); border-top: 1px solid rgb(232, 238, 241); border-bottom: 1px solid rgb(232, 238, 241); }[data-css=\"tve-u-15ec26fee25\"] > .tcb-flex-col > .tcb-col { min-height: 612px; }[data-css=\"tve-u-15ec26fee25\"] { min-height: inherit; margin-left: 0px; padding-top: 0px !important; padding-bottom: 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-15ec26ec232\"] { margin-top: 66px !important; }[data-css=\"tve-u-15ec26e5812\"] { max-width: 100%; min-height: 586px !important; }[data-css=\"tve-u-15ec26c390a\"] { margin-top: 60px !important; }#tve_editor [data-css=\"tve-u-15ec26bd2e8\"] { color: rgb(24, 45, 60) !important; font-size: 70px !important; }[data-css=\"tve-u-15ec26b9914\"] { max-width: 1434px; text-align: center; }[data-css=\"tve-u-15ec26ab7b0\"] { margin-top: 67px !important; }#tve_editor [data-css=\"tve-u-15ec26a92a2\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15ec2698d8d\"] { float: none; max-width: 600px; margin-left: auto !important; margin-right: auto !important; margin-top: 30px !important; }#tve_editor [data-css=\"tve-u-15ec269736c\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15ec269379d\"] { font-size: 45px !important; }[data-css=\"tve-u-15ec268a0a3\"] { font-size: 45px !important; color: rgb(89, 171, 227) !important; }[data-css=\"tve-u-15ec256e611\"] { margin-top: 0px !important; }#tve_editor [data-css=\"tve-u-15ec25610c7\"] { font-size: 40px !important; color: rgb(89, 171, 227) !important; }[data-css=\"tve-u-15ec255fe12\"] { font-family: ABeeZee !important; font-weight: 400 !important; color: rgb(89, 171, 227) !important; font-size: 45px !important; }[data-css=\"tve-u-15ec254985a\"] { margin-right: 0px !important; }[data-css=\"tve-u-15ec253ef3a\"] { text-align: center; background-image: linear-gradient(rgba(24, 45, 60, 0.95), rgba(24, 45, 60, 0.95)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; margin-top: 0px !important; padding-top: 130px !important; padding-bottom: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-15ec253a41f\"] > .tcb-flex-col > .tcb-col { min-height: 661px; }[data-css=\"tve-u-15ec253a41f\"] { min-height: inherit; float: none; max-width: 1474px; z-index: 3; position: relative; padding-top: 0px !important; padding-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; padding-right: 0px !important; }[data-css=\"tve-u-15ec24f97c0\"] { background-image: linear-gradient(rgba(42, 51, 68, 0.1), rgba(42, 51, 68, 0.1)), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/testimonial_bg.jpg\") !important; background-size: auto, cover !important; background-position: 0px 0px, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-15ec24f790d\"] { min-height: 661px !important; }[data-css=\"tve-u-15ec24f494c\"] { margin-top: 60px !important; }[data-css=\"tve-u-15ec24d5e15\"] + div { clear: none; }[data-css=\"tve-u-15ec24d5e15\"] { float: none; width: 65px; margin-left: auto !important; margin-right: auto !important; margin-top: 40px !important; }[data-css=\"tve-u-15ec24ae116\"] + div { clear: none; }[data-css=\"tve-u-15ec24ae116\"] { float: none; width: 73px; margin-left: auto !important; margin-right: auto !important; margin-top: 40px !important; }[data-css=\"tve-u-15ec249b3f6\"] { line-height: 1.9em !important; }[data-css=\"tve-u-15ec2492191\"] { margin-left: 25px !important; margin-right: 25px !important; margin-top: 25px !important; }#tve_editor [data-css=\"tve-u-15ec2487407\"] { text-transform: uppercase !important; color: rgb(135, 156, 171) !important; font-size: 17px !important; }#tve_editor [data-css=\"tve-u-15ec2481d17\"] { font-size: 20px !important; }[data-css=\"tve-u-15ec2477274\"] + div { clear: none; }[data-css=\"tve-u-15ec2477274\"] { float: none; width: 55px; margin-left: auto !important; margin-right: auto !important; margin-top: 40px !important; }[data-css=\"tve-u-15ec2448fdb\"] { float: none; max-width: 1296px; margin-top: 10px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2443105\"] { line-height: 1.8em !important; }[data-css=\"tve-u-15ebea49c0c\"] { float: none; max-width: 1440px; margin-left: auto !important; margin-right: auto !important; margin-top: 0px !important; }#tve_editor [data-css=\"tve-u-15ebea42b31\"] { color: rgb(24, 45, 60) !important; font-size: 70px !important; }[data-css=\"tve-u-15ebea3a693\"] { max-width: 1434px; }[data-css=\"tve-u-15ebe955aaa\"]::after { clear: both; }#tve_editor [data-css=\"tve-u-15ebe925072\"] { font-family: Montserrat; letter-spacing: 0px; font-weight: 400; font-size: 20px !important; color: rgb(24, 45, 60) !important; }[data-css=\"tve-u-15ebe91a626\"] { display: block; max-width: 423px; margin-left: 50px !important; margin-right: 0px !important; }[data-css=\"tve-u-15ebe91a626\"] .tcb-button-link { border-radius: 200px; min-height: 67.1429px; font-size: 1.6em; padding-top: 0px; padding-bottom: 0px; background-color: rgb(105, 240, 174) !important; padding-left: 15px !important; background-image: none !important; }[data-css=\"tve-u-15ebe916c34\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 733px; }[data-css=\"tve-u-15ebe90cfb0\"] { line-height: 1.1em !important; }[data-css=\"tve-u-15ebe906677\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 669px; margin-left: 50px !important; margin-top: 40px !important; }#tve_editor [data-css=\"tve-u-15ebe905473\"] { font-size: 22px !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15ebe8ee6c0\"]::after { clear: both; }[data-css=\"tve-u-15ebe8edca2\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 722px; padding-left: 0px !important; margin-left: 50px !important; margin-top: 104px !important; }[data-css=\"tve-u-15ebe8abb9e\"] { padding: 0px !important; }[data-css=\"tve-u-15ebe8a4d78\"] { clip-path: url(\"#clip-left-335f47a4c8f92\"); -webkit-clip-path: url(\"#clip-left-335f47a4c8f92\");  }[data-css=\"tve-u-15ebe8a2edd\"] { padding-bottom: 15px !important; padding-top: 15px !important; }[data-css=\"tve-u-15ebe89fb7a\"] { margin-left: -35px !important; }[data-css=\"tve-u-15ebe830a90\"] { clip-path: url(\"#clip-left-bb2526ca261ae\"); -webkit-clip-path: url(\"#clip-left-bb2526ca261ae\");  background-image: linear-gradient(rgb(89, 171, 227), rgb(89, 171, 227)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-15ebe827cb3\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 0px !important; }[data-css=\"tve-u-15ebe80a9a1\"] { min-height: 729px; }[data-css=\"tve-u-15ebe738fb8\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-15ebe738fb8\"] > .tcb-flex-col > .tcb-col { min-height: 729px; }[data-css=\"tve-u-15ebe738fb8\"] { min-height: inherit; margin-left: 0px; padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-15ebe73226c\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/header_image-1.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-15ebe72c974\"] { max-width: 1620px; }[data-css=\"tve-u-15ebe70a25b\"] { width: 142px; margin-top: 20px !important; padding-left: 0px !important; margin-left: 30px !important; }[data-css=\"tve-u-15ebe5d7b44\"] { background-image: linear-gradient(rgb(0, 0, 0), rgb(0, 0, 0)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-15ebe51d596\"] { max-width: 100%; min-height: 100px !important; }#tcb_landing_page h3 { font-family: Montserrat; font-weight: 200; font-size: 20px; color: rgb(24, 45, 60); }#tcb_landing_page h2 { font-family: \"Amatic SC\"; font-weight: 400; font-size: 70px; color: rgb(24, 45, 60); }#tcb_landing_page h1 { font-family: \"Amatic SC\"; font-weight: 400; font-size: 96px; color: rgb(255, 255, 255); }#tcb_landing_page p, #tcb_landing_page li { font-family: Montserrat; font-weight: 200; color: rgb(24, 45, 60); font-size: 18px; line-height: 1.667em; }[data-css=\"tve-u-15e09c94f7d\"] { background-color: rgb(255, 255, 255); }[data-css=\"tve-u-15ec256b908\"] { font-family: \"Amatic SC\" !important; font-weight: 400 !important; }[data-css=\"tve-u-15ec26760e9\"] { font-family: ABeeZee !important; font-weight: 400 !important; }[data-css=\"tve-u-15ec2680494\"] { font-family: \"Amatic SC\" !important; font-weight: 400 !important; }#tve_editor [data-css=\"tve-u-15ec2ab1d6d\"] { letter-spacing: 1px; color: rgb(255, 255, 255) !important; font-size: 20px !important; }#tve_editor [data-css=\"tve-u-15ec2ab1d82\"] { letter-spacing: 1px; color: rgb(255, 255, 255) !important; font-size: 20px !important; }[data-css=\"tve-u-15ec2abe257\"] { float: none; z-index: 3; position: relative; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2ac01df\"] { display: block; max-width: 423px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2ac01df\"] .tcb-button-link { border-radius: 200px; min-height: 67.1429px; font-size: 1.6em; padding-top: 0px; padding-bottom: 0px; background-color: rgb(105, 240, 174) !important; padding-left: 15px !important; }#tve_editor [data-css=\"tve-u-15ec2af6c4b\"] { color: rgb(24, 45, 60) !important; font-size: 70px !important; }[data-css=\"tve-u-15ec2af6c4e\"] { font-family: \"Amatic SC\" !important; font-weight: 400 !important; }[data-css=\"tve-u-15ec3192f72\"] { margin-left: 25px !important; margin-right: 25px !important; margin-top: 25px !important; }[data-css=\"tve-u-15ec31ba260\"] { float: none; max-width: 1296px; margin-top: 10px !important; margin-left: auto !important; margin-right: auto !important; }#tcb_landing_page a:hover:not(.tcb-button-link) { color: rgb(89, 171, 227); }#tcb_landing_page .tve-state-hovera:not(.tcb-button-link) { color: rgb(89, 171, 227); }#tve_editor [data-css=\"tve-u-160266880a0\"] { color: rgb(255, 255, 255) !important; font-family: Montserrat !important; }[data-css=\"tve-u-1602b324ab9\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1602bec144e\"] { width: 36px; float: left; z-index: 3; position: static; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1602befe215\"] { max-width: 386px; position: relative !important; padding-left: 1px !important; margin-top: 0px !important; margin-left: 50px !important; }[data-css=\"tve-u-160309ddca8\"] + div { clear: none; }[data-css=\"tve-u-160309ddca8\"] { float: none; width: 60px; position: absolute; margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-160309f3e5d\"] { max-width: 75%; margin-left: 80px !important; margin-top: 60px !important; margin-bottom: 40px !important; }[data-css=\"tve-u-160309f6c04\"] { max-width: 75%; margin-left: 80px !important; margin-top: 60px !important; margin-bottom: 80px !important; }[data-css=\"tve-u-16030a013d7\"] + div { clear: none; }[data-css=\"tve-u-16030a013d7\"] { float: none; width: 60px; position: absolute; margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-16030a08afd\"] { position: relative !important; margin-left: 100px !important; }[data-css=\"tve-u-16030a09626\"] { position: relative !important; margin-left: 100px !important; }#tcb_landing_page a.tve-state-hover:not(.tcb-button-link) { color: rgb(89, 171, 227); }[data-css=\"tve-u-15ec2ae8715\"] > .tcb-flex-col > .tcb-col { min-height: 10px; }[data-css=\"tve-u-165b7cefd8d\"] { max-width: 42.3%; }[data-css=\"tve-u-165b7cefdbe\"] { max-width: 57.7%; }}@media (max-width: 1023px){[data-css=\"tve-u-1602b332fd9\"] { float: none; max-width: 121px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1602befe215\"] { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1602b37ce9d\"] .tcb-flex-col { flex-basis: 420px !important; }[data-css=\"tve-u-1602bec144e\"] { float: none; z-index: 3; position: relative; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1602be7db66\"] { float: none; z-index: 3; position: relative; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2a38bfd\"] { text-align: left; }[data-css=\"tve-u-15ec27075e1\"] { margin-top: 0px !important; }[data-css=\"tve-u-15ee1237243\"] { margin-top: 52px !important; }[data-css=\"tve-u-15ee121a6d1\"] { margin-left: 33px !important; margin-right: 33px !important; }[data-css=\"tve-u-15ecc95760b\"]::after { clear: both; }[data-css=\"tve-u-15ebe51d596\"] { text-align: left; }[data-css=\"tve-u-15ec2b6e126\"] { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2b54c99\"] { text-align: left; }[data-css=\"tve-u-15ec2b3b468\"] { margin-left: 0px !important; margin-top: 20px !important; }[data-css=\"tve-u-15ec2b37666\"] { margin-top: 0px !important; }[data-css=\"tve-u-15ec2a80647\"] { margin-top: 0px !important; padding-left: 10px !important; padding-right: 10px !important; }[data-css=\"tve-u-15ec2a5540e\"] { max-width: 720px; }[data-css=\"tve-u-15ec2a33d71\"] { width: 395px; float: none; z-index: 3; position: relative; margin: 80px auto 0px !important; }[data-css=\"tve-u-15ec26b9914\"] { max-width: 720px; }[data-css=\"tve-u-15ec253ef3a\"] { padding: 25px 10px !important; }[data-css=\"tve-u-15ebea3a693\"] { max-width: 720px; }[data-css=\"tve-u-15ec30a8a14\"]::after { clear: both; }[data-css=\"tve-u-15ebe916c34\"] { max-width: 376px; }[data-css=\"tve-u-15ebe8a2edd\"] > .tcb-flex-col > .tcb-col { justify-content: center; min-height: 91px; }[data-css=\"tve-u-15ebe70a25b\"] { float: right; z-index: 3; position: relative; margin: 0px auto !important; }[data-css=\"tve-u-15ec3055cca\"] { text-align: center; margin-top: 0px !important; }[data-css=\"tve-u-15ebe8a2edd\"] { min-height: inherit; float: none; max-width: 100%; padding-top: 0px !important; padding-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec30518d3\"] { text-align: center; margin-left: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-15ebe830a90\"] { clip-path: url(\"#clip-tablet-left-bb2526ca261ae\"); -webkit-clip-path: url(\"#clip-tablet-left-bb2526ca261ae\");  }[data-css=\"tve-u-15ebe91a626\"] { margin-left: 30px !important; }[data-css=\"tve-u-15ebe906677\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 336px; margin-left: 30px !important; }[data-css=\"tve-u-15ebe8edca2\"] { margin-left: 30px !important; }[data-css=\"tve-u-15ebe89fb7a\"] { margin-left: -35px !important; }[data-css=\"tve-u-15ebe827cb3\"] { max-width: 100%; }#tve_editor [data-css=\"tve-u-15ebe90cfb0\"] { font-size: 84px !important; }}@media (max-width: 767px){[data-css=\"tve-u-160309b344b\"] { margin-left: 10px !important; margin-top: 30px !important; margin-right: 10px !important; }[data-css=\"tve-u-16030a013d7\"] { position: static; }[data-css=\"tve-u-16030a09626\"] { margin-left: 10px !important; margin-top: 30px !important; margin-right: 10px !important; }[data-css=\"tve-u-160309ddca8\"] { position: static; }[data-css=\"tve-u-16030a08afd\"] { margin-left: 10px !important; margin-right: 10px !important; margin-top: 30px !important; }[data-css=\"tve-u-160309b00b4\"] { position: static; }[data-css=\"tve-u-16030975307\"] { max-width: 100%; margin-left: 10px !important; margin-right: 10px !important; }[data-css=\"tve-u-160309f6c04\"] { max-width: 100%; margin-left: 10px !important; margin-right: 10px !important; }[data-css=\"tve-u-160309f3e5d\"] { max-width: 100%; margin-left: 10px !important; margin-right: 10px !important; }[data-css=\"tve-u-15ec2a38bfd\"]::after { clear: both; }[data-css=\"tve-u-1602bff3cd5\"]::after { clear: both; }[data-css=\"tve-u-1602bfea280\"] { margin-top: 0px !important; margin-bottom: 20px !important; }[data-css=\"tve-u-15ec2b6e126\"] { float: left; z-index: 3; position: relative; margin-left: 24px !important; }[data-css=\"tve-u-1602bf25f10\"]::after { clear: both; }[data-css=\"tve-u-1602b332fd9\"] { max-width: 257px; float: left; z-index: 3; position: relative; width: 100%; margin-top: 20px !important; margin-left: 20px !important; }[data-css=\"tve-u-15ec253ef3a\"] { padding-top: 30px !important; padding-bottom: 30px !important; }[data-css=\"tve-u-15ee1237243\"] { margin-top: 25px !important; }[data-css=\"tve-u-15ee1232726\"] { margin-top: 25px !important; }[data-css=\"tve-u-15ebe70a25b\"] { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2ae8715\"] { margin-left: -15px; }[data-css=\"tve-u-15ec2ae8715\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-15ec2b33f06\"] { margin-right: 0px !important; }[data-css=\"tve-u-15ec26fee25\"] > .tcb-flex-col > .tcb-col { min-height: 387px; }[data-css=\"tve-u-15ec26fee25\"] { margin-left: 0px; min-height: inherit; }[data-css=\"tve-u-15ec26fee25\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-15ec2a33d71\"] { position: static; margin-bottom: 0px !important; }[data-css=\"tve-u-15ec31ba260\"] { padding-left: 3px !important; padding-right: 3px !important; }[data-css=\"tve-u-15ec253a41f\"] > .tcb-flex-col > .tcb-col { min-height: 27px; }[data-css=\"tve-u-15ec253a41f\"] { margin-left: 0px; min-height: inherit; }[data-css=\"tve-u-15ec253a41f\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-15ec254985a\"] { margin-top: 0px !important; }[data-css=\"tve-u-15ec24f494c\"] { margin-top: 30px !important; }[data-css=\"tve-u-15ec256e611\"] { margin-top: 0px !important; }[data-css=\"tve-u-15ec3192f72\"] { margin-bottom: 32px !important; }[data-css=\"tve-u-15ec318421d\"] { margin-bottom: 34px !important; margin-top: -105px !important; }[data-css=\"tve-u-15ebe738fb8\"] > .tcb-flex-col > .tcb-col { min-height: 554px; }[data-css=\"tve-u-15ebe738fb8\"] { min-height: inherit; padding-bottom: 0px !important; }[data-css=\"tve-u-15ec3017516\"] { margin-top: 0px !important; padding-left: 5px !important; padding-right: 5px !important; }[data-css=\"tve-u-15ebe89fb7a\"] { margin-left: -20px !important; }[data-css=\"tve-u-15ec3055cca\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-15ebe916c34\"] { margin-bottom: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-15ec3152b02\"] { min-height: 226px; }[data-css=\"tve-u-15ebe80a9a1\"] { min-height: 554px; }[data-css=\"tve-u-15ebe91a626\"] { margin-left: 28px !important; margin-right: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-15ebe906677\"] { margin-left: 30px !important; }[data-css=\"tve-u-15ebe8edca2\"] { margin-left: 30px !important; margin-top: 45px !important; }[data-css=\"tve-u-15ebe827cb3\"] { max-width: 100%; }[data-css=\"tve-u-15ec313e743\"] { margin-left: 10px !important; margin-right: 10px !important; }[data-css=\"tve-u-1602befe215\"] { max-width: 257px; float: left; z-index: 3; position: relative; width: 100%; margin-top: 20px !important; margin-left: 20px !important; }}'),(2572,267,'tve_revision_tve_user_custom_css','.thrv_text_element p {margin:0;}\n.thrv_heading h1,h2,h3 {margin:0;}'),(2573,267,'tve_revision_tve_page_events','a:0:{}'),(2574,267,'tve_revision_tve_globals','a:4:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";s:11:\"extra_icons\";a:1:{i:0;a:3:{s:11:\"font-family\";s:25:\"tve-ff-6797-59f9979fd5998\";s:3:\"css\";s:87:\"http://lp-build.thrivethemes.com/wp-content/uploads/tve-ff-6797-59f9979fd5998/style.css\";s:6:\"folder\";s:92:\"/home/thrivedevbitston/public_html/landingpages/wp-content/uploads/tve-ff-6797-59f9979fd5998\";}}s:6:\"lb_map\";a:1:{i:6808;s:3:\"265\";}s:8:\"font_cls\";a:0:{}}'),(2575,267,'tve_revision_tve_global_scripts',''),(2576,267,'tve_revision_thrive_icon_pack','0'),(2577,267,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(2578,267,'tve_revision_tve_has_masonry','0'),(2579,267,'tve_revision_tve_has_typefocus','0'),(2580,267,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv-page-section\" style=\"\" wfd-id=\"233\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ebe5d7b44\" wfd-id=\"255\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ebe51d596\" wfd-id=\"234\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15ec3055cca\" wfd-id=\"235\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2\" data-css=\"tve-u-15ebe8a2edd\" wfd-id=\"236\"><div class=\"tcb-flex-col\" wfd-id=\"249\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec30518d3\" wfd-id=\"251\"><div class=\"tcb-clear\" data-css=\"tve-u-15ecc95760b\" wfd-id=\"252\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ebe70a25b\" wfd-id=\"253\"><span class=\"tve_image_frame\" wfd-id=\"254\"><img class=\"tve_image wp-image-25564\" alt=\"\" width=\"142\" height=\"44\" title=\"logo_pawcity\" data-id=\"25564\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/logo_pawcity.png\"></span></div></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"237\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec313e743\" data-tcb_hover_state_parent=\"\" wfd-id=\"239\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone tcb-tablet-hidden tcb-mobile-hidden\" style=\"\" wfd-id=\"240\"><p data-css=\"tve-u-15f002fa8f6\"><span data-css=\"tve-u-15f0034f748\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"248\"><a href=\"#whatwedo\">What We Do</a></span>&nbsp; &nbsp; <span data-css=\"tve-u-15f003606db\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"247\"><a href=\"#testimonials\">Testimonials</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f003655f8\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"246\"><a href=\"#aboutus\">About Us</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f00369f5e\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"245\"><a href=\"#getyourcoupon\">Get Your Coupon</a></span>&nbsp; &nbsp; <span data-css=\"tve-u-15f0064f814\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"244\"><a href=\"#areaweserve\">Area We Serve</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f003784ab\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"243\"><a href=\"#contact\">Contact</a></span></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ebe8abb9e\" wfd-id=\"206\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ebe8a4d78\" data-clip-id=\"335f47a4c8f92\" wfd-id=\"232\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-left-335f47a4c8f92\" class=\"decoration-clip clip-path-left\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" pointer-width=\"6\" pointer-height=\"2.5\" style=\"curves\" decoration-type=\"none\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon><ellipse cx=\"0.025\" cy=\"0.029412\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.08823600000000001\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.14706\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.205884\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.264708\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.323532\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.38235600000000003\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.44118\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.500004\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.558828\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.617652\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.676476\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.7353000000000001\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.794124\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.852948\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.911772\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.970596\" rx=\"0.025\" ry=\"0.029412\"></ellipse></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ebe72c974\" wfd-id=\"207\"><div class=\"thrv_wrapper thrv-columns tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec318421d\" wfd-id=\"208\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-15ebe738fb8\" wfd-id=\"209\"><div class=\"tcb-flex-col\" wfd-id=\"229\"><div class=\"tcb-col\" data-css=\"tve-u-15ebe73226c\" wfd-id=\"231\"></div></div><div class=\"tcb-flex-col\" wfd-id=\"210\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ebe89fb7a\" wfd-id=\"212\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ebe827cb3\" wfd-id=\"213\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15ebe830a90\" data-clip-id=\"bb2526ca261ae\" wfd-id=\"228\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-left-bb2526ca261ae\" class=\"decoration-clip clip-path-left\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"divider\" pointer-width=\"5.7\" pointer-height=\"2.5\" style=\"curves\" slanted-angle=\"5\"><polygon points=\"0.025 0, 0.025 1, 1 1, 1 0\"></polygon><ellipse cx=\"0.025\" cy=\"0.027778\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.083334\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.13889\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.194446\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.250002\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.305558\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.361114\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.41667\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.47222600000000003\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.527782\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.583338\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.638894\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.69445\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.7500060000000001\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.805562\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.861118\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.916674\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.97223\" rx=\"0.025\" ry=\"0.027778\"></ellipse></clipPath><clipPath id=\"clip-tablet-left-bb2526ca261ae\" class=\"decoration-clip clip-path-tablet-left\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"divider\" pointer-width=\"5.7\" pointer-height=\"4\" style=\"curves\" slanted-angle=\"5\"><polygon points=\"0.04 0, 0.04 1, 1 1, 1 0\"></polygon><ellipse cx=\"0.04\" cy=\"0.027778\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.083334\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.13889\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.194446\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.250002\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.305558\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.361114\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.41667\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.47222600000000003\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.527782\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.583338\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.638894\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.69445\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.7500060000000001\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.805562\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.861118\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.916674\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.97223\" rx=\"0.04\" ry=\"0.027778\"></ellipse></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ebe80a9a1\" wfd-id=\"214\"><div class=\"tcb-clear\" data-css=\"tve-u-15ebe8ee6c0\" wfd-id=\"224\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15ebe8edca2\" data-tag=\"h1\" wfd-id=\"225\"><h1 data-css=\"tve-u-15ebe90cfb0\">Happy dogs =<br>â€‹â€‹â€‹â€‹â€‹happâ€‹â€‹â€‹â€‹y owners</h1></div></div><div class=\"tcb-clear\" data-css=\"tve-u-15ec30a8a14\" wfd-id=\"222\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ebe906677\" wfd-id=\"223\"><p data-css=\"tve-u-15ebe905473\">Offer your dog a premium walking experience</p></div></div><div class=\"tcb-clear\" data-css=\"tve-u-15ebe955aaa\" wfd-id=\"215\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ebe916c34\" wfd-id=\"216\">\n<div class=\"tve-content-box-background\" wfd-id=\"221\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ec3152b02\" wfd-id=\"217\"><div class=\"thrv_wrapper thrv-button tve_ea_thrive_lightbox\" data-css=\"tve-u-15ebe91a626\" data-tcb_hover_state_parent=\"false\" data-button-style=\"full_rounded\" wfd-id=\"218\">\n<a href=\"#\" class=\"tcb-button-link tve_evt_manager_listen tve_et_click\" data-tcb-events=\"__TCB_EVENT_[{&quot;config&quot;:{&quot;l_anim&quot;:&quot;zoom_in&quot;,&quot;l_id&quot;:&quot;265&quot;},&quot;a&quot;:&quot;thrive_lightbox&quot;,&quot;t&quot;:&quot;click&quot;}]_TNEVE_BCT__\">\n<span class=\"tcb-button-texts\" wfd-id=\"219\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-15ebe925072\" wfd-id=\"220\">Get -20% On Your First Walk</span></span>\n</a>\n</div></div>\n</div></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec3017516\" wfd-id=\"201\">\n<div class=\"tve-page-section-out\" wfd-id=\"205\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ebea3a693\" wfd-id=\"202\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15ebea49c0c\" id=\"whatwedo\" data-tag=\"h1\" wfd-id=\"204\"><h1 data-css=\"tve-u-15ebea42b31\" style=\"text-align: center;\">What We Do</h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2448fdb\" wfd-id=\"203\"><p data-css=\"tve-u-15ec2443105\" style=\"text-align: center;\">Our goal is to make sure the owners are comforted, the pups are exercised and happy and that we are getting our own puppy fixes. But letâ€™s be honest- itâ€™s their world, weâ€™re just living in it! As a small team of experienced dog owners and lovers, we really get to know you and your dog and we canguarantee consistent and personal care that is equal to your love and attention. We are so excited to make you a part of the family!</p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" wfd-id=\"172\">\n<div class=\"tve-page-section-out\" wfd-id=\"200\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ee1211b9b\" wfd-id=\"173\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15ee121a6d1\" wfd-id=\"174\"><div class=\"tcb-flex-row tcb--cols--3 tcb-medium-wrap\" data-css=\"tve-u-15ee121fb1c\" wfd-id=\"175\"><div class=\"tcb-flex-col\" wfd-id=\"192\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ee1225fdf\" wfd-id=\"194\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec2477274\" wfd-id=\"198\"><span class=\"tve_image_frame\" wfd-id=\"199\"><img class=\"tve_image wp-image-1596\" alt=\"\" width=\"55\" height=\"73\" title=\"what_do_icon_01\" data-id=\"1596\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_01.png\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"197\"><p data-css=\"tve-u-15ec2481d17\"><strong>First Class Care</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"196\"><p data-css=\"tve-u-15ec2487407\">all the best for them</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2492191\" wfd-id=\"195\"><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"184\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ee1232726\" wfd-id=\"186\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec24ae116\" wfd-id=\"190\"><span class=\"tve_image_frame\" wfd-id=\"191\"><img class=\"tve_image wp-image-1597\" alt=\"\" width=\"73\" height=\"73\" title=\"what_do_icon_02\" data-id=\"1597\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_02.png\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"189\"><p data-css=\"tve-u-15ec2481d17\"><strong>Snacks Included</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"188\"><p data-css=\"tve-u-15ec2487407\">for your little one</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec3192f72\" wfd-id=\"187\"><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"176\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ee1237243\" wfd-id=\"178\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec24d5e15\" wfd-id=\"182\"><span class=\"tve_image_frame\" wfd-id=\"183\"><img class=\"tve_image wp-image-1598\" alt=\"\" width=\"65\" height=\"73\" title=\"what_do_icon_03\" data-id=\"1598\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_03.png\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"181\"><p data-css=\"tve-u-15ec2481d17\"><strong>Regularly walks</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"180\"><p data-css=\"tve-u-15ec2487407\">to keep them ealthy</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2492191\" wfd-id=\"179\"><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris.</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-15ec24f494c\" id=\"testimonials\" style=\"\" wfd-id=\"152\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ec24f97c0\" wfd-id=\"171\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec24f790d\" wfd-id=\"153\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15ec254985a\" style=\"\" wfd-id=\"154\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-15ec253a41f\" wfd-id=\"155\"><div class=\"tcb-flex-col\" wfd-id=\"159\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec253ef3a\" style=\"\" wfd-id=\"161\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec256e611\" style=\"\" wfd-id=\"164\"><p data-css=\"tve-u-15ec25610c7\"><span data-css=\"tve-u-15ec268a0a3\" style=\"font-size: 45px; color: rgb(89, 171, 227);\" wfd-id=\"169\"><span data-css=\"tve-u-15ec26760e9\" style=\"font-family: ABeeZee;\" wfd-id=\"170\">â€</span></span><span data-css=\"tve-u-15ec256b908\" style=\"font-family: &quot;Amatic SC&quot;;\" wfd-id=\"168\">&nbsp; &nbsp; &nbsp;</span><span data-css=\"tve-u-15ec2680494\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"166\"><span data-css=\"tve-u-15ec269379d\" style=\"font-size: 45px;\" wfd-id=\"167\">my chester enjoys being with them!</span> &nbsp; &nbsp;&nbsp;</span><span data-css=\"tve-u-15ec255fe12\" style=\"font-family: ABeeZee; font-weight: 400; color: rgb(89, 171, 227); font-size: 45px;\" wfd-id=\"165\">â€</span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2698d8d\" wfd-id=\"163\"><p data-css=\"tve-u-160266880a0\">We LOVE going for walks with our friends at Paw! Donâ€™t tell our mom &amp; dad,but we get really excited when they leave for work because we know it wonâ€™t be long before we get a visit from one of our favorite friends at PawCity! Best part is, they always let our parents know how ourwalk went right away so they dont have to worry about us!</p><p data-css=\"tve-u-15ec269736c\">We love you PawCity!! xoxo</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec26ab7b0\" style=\"\" wfd-id=\"162\"><p data-css=\"tve-u-15ec26a92a2\"><strong>Anna Olson</strong>, Chesterâ€™s Mom</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"156\"><div class=\"tcb-col\" wfd-id=\"158\"></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec26c390a\" id=\"aboutus\" wfd-id=\"147\">\n<div class=\"tve-page-section-out\" wfd-id=\"151\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec26b9914\" wfd-id=\"148\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15ee1037a1d\" data-tag=\"h1\" wfd-id=\"150\"><h1 data-css=\"tve-u-15ec26bd2e8\">About us</h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec31ba260\" wfd-id=\"149\"><p data-css=\"tve-u-15ec2443105\" style=\"text-align: center;\">At PawCity, we lead lives full of the unconditional love and happiness we receive from the furballs we get to spend time with everyday and we have this beautiful city and all the beautiful people in it to thank. We love you and your pups!!</p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec26ec232\" wfd-id=\"114\">\n<div class=\"tve-page-section-out\" wfd-id=\"146\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec26e5812\" wfd-id=\"115\"><div class=\"thrv_wrapper thrv-columns tcb-window-width\" style=\"width: 1603px; left: -1px;\" data-css=\"tve-u-15ee106257d\" wfd-id=\"116\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2\" data-css=\"tve-u-15ec26fee25\" wfd-id=\"117\"><div class=\"tcb-flex-col c-33\" wfd-id=\"141\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec2a38bfd\" wfd-id=\"143\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec2a33d71\" wfd-id=\"144\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"145\"><img class=\"tve_image wp-image-7399\" alt=\"\" width=\"830\" height=\"775\" title=\"about_us_dog\" data-id=\"7399\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/about_us_dog.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col c-66\" wfd-id=\"118\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec27075e1\" wfd-id=\"120\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160309f3e5d\" wfd-id=\"135\">\n<div class=\"tve-content-box-background\" wfd-id=\"140\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160309b397d\" wfd-id=\"136\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-160309b00b4\" data-float=\"1\" wfd-id=\"138\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"139\"><img class=\"tve_image wp-image-7404\" alt=\"\" width=\"64\" height=\"64\" title=\"dog_paw\" data-id=\"7404\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/dog_paw.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16030a08afd\" wfd-id=\"137\"><p>We moved to New York City with our black bulldog rescue, Blakely, in 2007 after graduating from the University of Maryland. Immediately, we realized what a dog-crazy place it was.</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160309f6c04\" wfd-id=\"129\">\n<div class=\"tve-content-box-background\" wfd-id=\"134\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160309b397d\" wfd-id=\"130\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-160309ddca8\" data-float=\"1\" wfd-id=\"132\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"133\"><img class=\"tve_image wp-image-7403\" alt=\"\" width=\"64\" height=\"64\" title=\"dog_house\" data-id=\"7403\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/dog_house.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16030a09626\" wfd-id=\"131\"><p>We knew right away that we wanted to work with the animals that we loved and that had given us so much love since we were little girls. We started PawCity Dog Walking in July of 2010.</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16030975307\" wfd-id=\"121\">\n<div class=\"tve-content-box-background\" wfd-id=\"128\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160309b397d\" wfd-id=\"122\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16030a013d7\" data-float=\"1\" wfd-id=\"126\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"127\"><img class=\"tve_image wp-image-7405\" alt=\"\" width=\"64\" height=\"64\" title=\"spinning_wheel\" data-id=\"7405\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/spinning_wheel.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160309b344b\" wfd-id=\"123\"><p>We cover the entire width of the East Side, from 96th Street to Delancey and handle every type of personality imaginable. At PawCity, we lead lives full of the unconditional love and happiness we receive from the furballs we get to spend time with everyday.</p></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" data-css=\"tve-u-15ec2a56438\" style=\"width: 1603px; left: 0px;\" id=\"getyourcoupon\" wfd-id=\"94\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ec2a5bb35\" wfd-id=\"113\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec2a5540e\" wfd-id=\"95\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ec2a80647\" wfd-id=\"96\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15ec2a9b8a9\" wfd-id=\"112\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ec2a81a9f\" wfd-id=\"97\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2a6f589\" wfd-id=\"108\"><p data-css=\"tve-u-15ec2a6b447\"><span data-css=\"tve-u-15ec2a6d9d8\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"111\"><strong>Get Your Coupon</strong></span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2aaa9a4\" wfd-id=\"104\"><p data-css=\"tve-u-15ec2ab1d6d\">We strive to keep both you and your pup as happy and comfortable as possible while youâ€™re out earning those big bucks.</p><p data-css=\"tve-u-15ec2ab1d82\"><br></p><p data-css=\"tve-u-15ec2aa8e2e\"><strong>Get <span data-css=\"tve-u-15ec2aafa24\" style=\"color: rgb(89, 171, 227);\" wfd-id=\"107\">20%</span> off your first walk. Enter your email and we\'ll send you your coupon.</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ec2abe257\" wfd-id=\"98\">\n<div class=\"tve-content-box-background\" wfd-id=\"103\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ec2acb421\" wfd-id=\"99\"><div class=\"thrv_wrapper thrv-button tve_ea_thrive_lightbox\" data-css=\"tve-u-15ec2ac01df\" data-tcb_hover_state_parent=\"false\" data-button-style=\"full_rounded\" wfd-id=\"100\">\n<a href=\"#\" class=\"tcb-button-link tve_evt_manager_listen tve_et_click\" data-tcb-events=\"__TCB_EVENT_[{&quot;config&quot;:{&quot;l_anim&quot;:&quot;zoom_in&quot;,&quot;l_id&quot;:&quot;265&quot;},&quot;a&quot;:&quot;thrive_lightbox&quot;,&quot;t&quot;:&quot;click&quot;}]_TNEVE_BCT__\">\n<span class=\"tcb-button-texts\" wfd-id=\"101\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-15ebe925072\" wfd-id=\"102\">Get Your Coupon Now</span></span>\n</a>\n</div></div>\n</div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-15ec2b0a32a\" id=\"areaweserve\" wfd-id=\"73\">\n<div class=\"tve-page-section-out\" wfd-id=\"93\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15f76fcb7df\" wfd-id=\"74\"><div class=\"thrv_wrapper thrv-columns\" style=\"\" data-css=\"tve-u-15ee103f44a\" wfd-id=\"75\"><div class=\"tcb-flex-row tcb--cols--2 tcb-medium-wrap v-2 tcb-resized\" data-css=\"tve-u-15ec2ae8715\" wfd-id=\"76\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-165b7cefd8d\" style=\"\" wfd-id=\"82\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec2b37666\" wfd-id=\"84\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"89\"><p data-css=\"tve-u-15ec2af6c4b\"><span data-css=\"tve-u-15ec2af6c4e\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"92\">area we serve</span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"85\"><p>As a small team of experienced dog owners and lovers, we really get to know you and your dog and we canguarantee consistent and personal care that is equal to your love and attention.</p><p><br></p><p><strong><span data-css=\"tve-u-15ec2afed17\" style=\"color: rgb(89, 171, 227);\" wfd-id=\"88\">We are so excited to make you a part of the family!</span></strong></p></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-165b7cefdbe\" style=\"\" wfd-id=\"77\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec2b33f06\" wfd-id=\"79\"><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-15ec2b3b468\" wfd-id=\"81\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=port saint lucie, fl&amp;t=m&amp;z=8&amp;output=embed&amp;iwloc=near\"></iframe>\n</div><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-15ec2b3b468\" wfd-id=\"80\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=port saint lucie, fl&amp;t=m&amp;z=11&amp;output=embed&amp;iwloc=near\"></iframe>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" data-css=\"tve-u-15ec2b5d54c\" style=\"width: 1603px; left: 0px;\" id=\"contact\" wfd-id=\"34\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ec2b56fac\" wfd-id=\"72\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec2b54c99\" wfd-id=\"35\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1602b31dfcd\" wfd-id=\"36\"><div class=\"tcb-flex-row tcb-resized tcb-medium-wrap tcb--cols--3\" data-css=\"tve-u-1602b37ce9d\" wfd-id=\"37\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1602be453ec\" style=\"\" wfd-id=\"66\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"68\"><div class=\"tcb-clear\" data-css=\"tve-u-1602bff3cd5\" wfd-id=\"69\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec2b6e126\" wfd-id=\"70\"><span class=\"tve_image_frame\" wfd-id=\"71\"><img class=\"tve_image wp-image-25564\" alt=\"\" width=\"142\" height=\"44\" title=\"logo_pawcity\" data-id=\"25564\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/logo_pawcity.png\"></span></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1602be45437\" style=\"\" wfd-id=\"52\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1602be56dfc\" wfd-id=\"54\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1602bfebaf9\" wfd-id=\"55\">\n<div class=\"tve-content-box-background\" wfd-id=\"65\"></div>\n<div class=\"tve-cb\" wfd-id=\"56\"><div class=\"tcb-clear\" data-css=\"tve-u-1602bf36e2c\" wfd-id=\"62\"><div class=\"thrv_wrapper tve_image_caption tcb-mobile-hidden\" data-css=\"tve-u-1602be7db66\" data-float=\"1\" wfd-id=\"63\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"64\"><img class=\"tve_image wp-image-7369\" alt=\"\" width=\"64\" height=\"64\" title=\"location\" data-id=\"7369\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/location.png\" style=\"width: 100%;\"></span></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1602bf25f10\" wfd-id=\"57\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1602befe215\" wfd-id=\"58\"><p data-css=\"tve-u-1602bfa220e\"><strong><span data-css=\"tve-u-1602b324a9b\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"61\">67 E. 3rd Street</span></strong><span data-css=\"tve-u-1602b324a9c\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"60\"> </span><span data-css=\"tve-u-1602b324ab9\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"59\">Suite B New York, NY 10003</span></p></div></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1602be4545b\" style=\"\" wfd-id=\"38\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"40\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1602bfea280\" wfd-id=\"41\">\n<div class=\"tve-content-box-background\" wfd-id=\"51\"></div>\n<div class=\"tve-cb\" wfd-id=\"42\"><div class=\"tcb-clear\" data-css=\"tve-u-1602bfc4bea\" wfd-id=\"48\"><div class=\"thrv_wrapper tve_image_caption tcb-mobile-hidden\" data-css=\"tve-u-1602bec144e\" data-float=\"1\" wfd-id=\"49\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"50\"><img class=\"tve_image wp-image-7370\" alt=\"\" width=\"64\" height=\"64\" title=\"phone\" data-id=\"7370\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/phone.png\" style=\"width: 100%;\"></span></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1602bfc74c3\" wfd-id=\"43\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1602b332fd9\" data-float=\"1\" wfd-id=\"44\"><p><strong><span data-css=\"tve-u-1602b324a9b\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"47\">080</span></strong><span data-css=\"tve-u-1602b324a9c\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"46\"> </span><span data-css=\"tve-u-1602b324ab9\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"45\">708 5583</span></p></div></div></div>\n</div></div></div></div></div></div>\n</div>'),(2581,267,'tve_revision_tve_has_wistia_popover','0'),(2582,265,'thrive_tcb_post_fonts','a:0:{}'),(2583,268,'tve_revision_tve_landing_page','tcb2-one-page-site-dog-walking'),(2584,268,'tve_revision_tve_disable_theme_dependency',''),(2585,268,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv-page-section\" style=\"\" wfd-id=\"238\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ebe5d7b44\" wfd-id=\"260\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ebe51d596\" wfd-id=\"239\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15ec3055cca\" wfd-id=\"240\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2\" data-css=\"tve-u-15ebe8a2edd\" wfd-id=\"241\"><div class=\"tcb-flex-col\" wfd-id=\"254\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec30518d3\" wfd-id=\"256\"><div class=\"tcb-clear\" data-css=\"tve-u-15ecc95760b\" wfd-id=\"257\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ebe70a25b\" wfd-id=\"258\"><span class=\"tve_image_frame\" wfd-id=\"259\"><img class=\"tve_image wp-image-25564\" alt=\"\" width=\"142\" height=\"44\" title=\"logo_pawcity\" data-id=\"25564\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/logo_pawcity.png\"></span></div></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"242\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec313e743\" data-tcb_hover_state_parent=\"\" wfd-id=\"244\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone tcb-tablet-hidden tcb-mobile-hidden\" style=\"\" wfd-id=\"245\"><p data-css=\"tve-u-15f002fa8f6\"><span data-css=\"tve-u-15f0034f748\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"253\"><a href=\"#whatwedo\">What We Do</a></span>&nbsp; &nbsp; <span data-css=\"tve-u-15f003606db\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"252\"><a href=\"#testimonials\">Testimonials</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f003655f8\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"251\"><a href=\"#aboutus\">About Us</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f00369f5e\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"250\"><a href=\"#getyourcoupon\">Get Your Coupon</a></span>&nbsp; &nbsp; <span data-css=\"tve-u-15f0064f814\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"249\"><a href=\"#areaweserve\">Area We Serve</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f003784ab\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"248\"><a href=\"#contact\">Contact</a></span></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ebe8abb9e\" wfd-id=\"209\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ebe8a4d78\" data-clip-id=\"335f47a4c8f92\" wfd-id=\"237\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-left-335f47a4c8f92\" class=\"decoration-clip clip-path-left\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" pointer-width=\"6\" pointer-height=\"2.5\" style=\"curves\" decoration-type=\"none\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon><ellipse cx=\"0.025\" cy=\"0.029412\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.08823600000000001\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.14706\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.205884\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.264708\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.323532\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.38235600000000003\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.44118\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.500004\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.558828\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.617652\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.676476\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.7353000000000001\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.794124\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.852948\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.911772\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.970596\" rx=\"0.025\" ry=\"0.029412\"></ellipse></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ebe72c974\" wfd-id=\"210\"><div class=\"thrv_wrapper thrv-columns tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec318421d\" wfd-id=\"211\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-15ebe738fb8\" wfd-id=\"212\"><div class=\"tcb-flex-col\" wfd-id=\"234\"><div class=\"tcb-col\" data-css=\"tve-u-15ebe73226c\" wfd-id=\"236\"></div></div><div class=\"tcb-flex-col\" wfd-id=\"213\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ebe89fb7a\" wfd-id=\"215\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ebe827cb3\" wfd-id=\"216\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15ebe830a90\" data-clip-id=\"bb2526ca261ae\" wfd-id=\"233\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-left-bb2526ca261ae\" class=\"decoration-clip clip-path-left\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"divider\" pointer-width=\"5.7\" pointer-height=\"2.5\" style=\"curves\" slanted-angle=\"5\"><polygon points=\"0.025 0, 0.025 1, 1 1, 1 0\"></polygon><ellipse cx=\"0.025\" cy=\"0.027778\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.083334\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.13889\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.194446\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.250002\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.305558\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.361114\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.41667\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.47222600000000003\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.527782\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.583338\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.638894\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.69445\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.7500060000000001\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.805562\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.861118\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.916674\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.97223\" rx=\"0.025\" ry=\"0.027778\"></ellipse></clipPath><clipPath id=\"clip-tablet-left-bb2526ca261ae\" class=\"decoration-clip clip-path-tablet-left\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"divider\" pointer-width=\"5.7\" pointer-height=\"4\" style=\"curves\" slanted-angle=\"5\"><polygon points=\"0.04 0, 0.04 1, 1 1, 1 0\"></polygon><ellipse cx=\"0.04\" cy=\"0.027778\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.083334\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.13889\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.194446\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.250002\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.305558\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.361114\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.41667\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.47222600000000003\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.527782\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.583338\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.638894\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.69445\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.7500060000000001\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.805562\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.861118\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.916674\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.97223\" rx=\"0.04\" ry=\"0.027778\"></ellipse></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ebe80a9a1\" wfd-id=\"217\"><div class=\"tcb-clear\" data-css=\"tve-u-15ebe8ee6c0\" wfd-id=\"229\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15ebe8edca2\" data-tag=\"h1\" wfd-id=\"230\"><h1 data-css=\"tve-u-15ebe90cfb0\">Happy dogs =<br>â€‹â€‹â€‹â€‹â€‹happâ€‹â€‹â€‹â€‹y owners</h1></div></div><div class=\"tcb-clear\" data-css=\"tve-u-15ec30a8a14\" wfd-id=\"227\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ebe906677\" wfd-id=\"228\"><p data-css=\"tve-u-15ebe905473\">Offer your dog a premium walking experience</p></div></div><div class=\"tcb-clear\" data-css=\"tve-u-15ebe955aaa\" wfd-id=\"218\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ebe916c34\" wfd-id=\"219\">\n<div class=\"tve-content-box-background\" wfd-id=\"226\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ec3152b02\" wfd-id=\"220\"><div class=\"thrv_wrapper thrv-button tve_ea_thrive_lightbox\" data-css=\"tve-u-15ebe91a626\" data-tcb_hover_state_parent=\"false\" data-button-style=\"full_rounded\" wfd-id=\"221\">\n<a href=\"#\" class=\"tcb-button-link tve_evt_manager_listen tve_et_click\" data-tcb-events=\"__TCB_EVENT_[{&quot;config&quot;:{&quot;l_anim&quot;:&quot;zoom_in&quot;,&quot;l_id&quot;:&quot;265&quot;},&quot;a&quot;:&quot;thrive_lightbox&quot;,&quot;t&quot;:&quot;click&quot;}]_TNEVE_BCT__\">\n<span class=\"tcb-button-texts\" wfd-id=\"222\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-15ebe925072\" wfd-id=\"223\">Get -20% On Your First Walk</span></span>\n</a>\n</div></div>\n</div></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec3017516\" wfd-id=\"202\">\n<div class=\"tve-page-section-out\" wfd-id=\"208\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ebea3a693\" wfd-id=\"203\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15ebea49c0c\" id=\"whatwedo\" data-tag=\"h1\" wfd-id=\"207\"><h1 data-css=\"tve-u-15ebea42b31\" style=\"text-align: center;\">What We Do</h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2448fdb\" wfd-id=\"204\"><p data-css=\"tve-u-15ec2443105\" style=\"text-align: center;\">Our goal is to make sure the owners are comforted, the pups are exercised and happy and that we are getting our own puppy fixes. But letâ€™s be honest- itâ€™s their world, weâ€™re just living in it! As a small team of experienced dog owners and lovers, we really get to know you and your dog and we canguarantee consistent and personal care that is equal to your love and attention. We are so excited to make you a part of the family!</p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" wfd-id=\"173\">\n<div class=\"tve-page-section-out\" wfd-id=\"201\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ee1211b9b\" wfd-id=\"174\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15ee121a6d1\" wfd-id=\"175\"><div class=\"tcb-flex-row tcb--cols--3 tcb-medium-wrap\" data-css=\"tve-u-15ee121fb1c\" wfd-id=\"176\"><div class=\"tcb-flex-col\" wfd-id=\"193\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ee1225fdf\" wfd-id=\"195\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec2477274\" wfd-id=\"199\"><span class=\"tve_image_frame\" wfd-id=\"200\"><img class=\"tve_image wp-image-1596\" alt=\"\" width=\"55\" height=\"73\" title=\"what_do_icon_01\" data-id=\"1596\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_01.png\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"198\"><p data-css=\"tve-u-15ec2481d17\"><strong>First Class Care</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"197\"><p data-css=\"tve-u-15ec2487407\">all the best for them</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2492191\" wfd-id=\"196\"><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"185\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ee1232726\" wfd-id=\"187\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec24ae116\" wfd-id=\"191\"><span class=\"tve_image_frame\" wfd-id=\"192\"><img class=\"tve_image wp-image-1597\" alt=\"\" width=\"73\" height=\"73\" title=\"what_do_icon_02\" data-id=\"1597\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_02.png\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"190\"><p data-css=\"tve-u-15ec2481d17\"><strong>Snacks Included</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"189\"><p data-css=\"tve-u-15ec2487407\">for your little one</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec3192f72\" wfd-id=\"188\"><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"177\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ee1237243\" wfd-id=\"179\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec24d5e15\" wfd-id=\"183\"><span class=\"tve_image_frame\" wfd-id=\"184\"><img class=\"tve_image wp-image-1598\" alt=\"\" width=\"65\" height=\"73\" title=\"what_do_icon_03\" data-id=\"1598\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_03.png\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"182\"><p data-css=\"tve-u-15ec2481d17\"><strong>Regularly walks</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"181\"><p data-css=\"tve-u-15ec2487407\">to keep them ealthy</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2492191\" wfd-id=\"180\"><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris.</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-15ec24f494c\" id=\"testimonials\" style=\"\" wfd-id=\"153\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ec24f97c0\" wfd-id=\"172\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec24f790d\" wfd-id=\"154\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15ec254985a\" style=\"\" wfd-id=\"155\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-15ec253a41f\" wfd-id=\"156\"><div class=\"tcb-flex-col\" wfd-id=\"160\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec253ef3a\" style=\"\" wfd-id=\"162\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec256e611\" style=\"\" wfd-id=\"165\"><p data-css=\"tve-u-15ec25610c7\"><span data-css=\"tve-u-15ec268a0a3\" style=\"font-size: 45px; color: rgb(89, 171, 227);\" wfd-id=\"170\"><span data-css=\"tve-u-15ec26760e9\" style=\"font-family: ABeeZee;\" wfd-id=\"171\">â€</span></span><span data-css=\"tve-u-15ec256b908\" style=\"font-family: &quot;Amatic SC&quot;;\" wfd-id=\"169\">&nbsp; &nbsp; &nbsp;</span><span data-css=\"tve-u-15ec2680494\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"167\"><span data-css=\"tve-u-15ec269379d\" style=\"font-size: 45px;\" wfd-id=\"168\">my chester enjoys being with them!</span> &nbsp; &nbsp;&nbsp;</span><span data-css=\"tve-u-15ec255fe12\" style=\"font-family: ABeeZee; font-weight: 400; color: rgb(89, 171, 227); font-size: 45px;\" wfd-id=\"166\">â€</span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2698d8d\" wfd-id=\"164\"><p data-css=\"tve-u-160266880a0\">We LOVE going for walks with our friends at Paw! Donâ€™t tell our mom &amp; dad,but we get really excited when they leave for work because we know it wonâ€™t be long before we get a visit from one of our favorite friends at PawCity! Best part is, they always let our parents know how ourwalk went right away so they dont have to worry about us!</p><p data-css=\"tve-u-15ec269736c\">We love you PawCity!! xoxo</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec26ab7b0\" style=\"\" wfd-id=\"163\"><p data-css=\"tve-u-15ec26a92a2\"><strong>Anna Olson</strong>, Chesterâ€™s Mom</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"157\"><div class=\"tcb-col\" wfd-id=\"159\"></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec26c390a\" id=\"aboutus\" wfd-id=\"148\">\n<div class=\"tve-page-section-out\" wfd-id=\"152\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec26b9914\" wfd-id=\"149\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15ee1037a1d\" data-tag=\"h1\" wfd-id=\"151\"><h1 data-css=\"tve-u-15ec26bd2e8\">About us</h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec31ba260\" wfd-id=\"150\"><p data-css=\"tve-u-15ec2443105\" style=\"text-align: center;\">At PawCity, we lead lives full of the unconditional love and happiness we receive from the furballs we get to spend time with everyday and we have this beautiful city and all the beautiful people in it to thank. We love you and your pups!!</p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec26ec232\" wfd-id=\"115\">\n<div class=\"tve-page-section-out\" wfd-id=\"147\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec26e5812\" wfd-id=\"116\"><div class=\"thrv_wrapper thrv-columns tcb-window-width\" style=\"width: 1603px; left: -1px;\" data-css=\"tve-u-15ee106257d\" wfd-id=\"117\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2\" data-css=\"tve-u-15ec26fee25\" wfd-id=\"118\"><div class=\"tcb-flex-col c-33\" wfd-id=\"142\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec2a38bfd\" wfd-id=\"144\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec2a33d71\" wfd-id=\"145\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"146\"><img class=\"tve_image wp-image-7399\" alt=\"\" width=\"830\" height=\"775\" title=\"about_us_dog\" data-id=\"7399\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/about_us_dog.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col c-66\" wfd-id=\"119\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec27075e1\" wfd-id=\"121\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160309f3e5d\" wfd-id=\"136\">\n<div class=\"tve-content-box-background\" wfd-id=\"141\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160309b397d\" wfd-id=\"137\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-160309b00b4\" data-float=\"1\" wfd-id=\"139\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"140\"><img class=\"tve_image wp-image-7404\" alt=\"\" width=\"64\" height=\"64\" title=\"dog_paw\" data-id=\"7404\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/dog_paw.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16030a08afd\" wfd-id=\"138\"><p>We moved to New York City with our black bulldog rescue, Blakely, in 2007 after graduating from the University of Maryland. Immediately, we realized what a dog-crazy place it was.</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160309f6c04\" wfd-id=\"130\">\n<div class=\"tve-content-box-background\" wfd-id=\"135\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160309b397d\" wfd-id=\"131\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-160309ddca8\" data-float=\"1\" wfd-id=\"133\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"134\"><img class=\"tve_image wp-image-7403\" alt=\"\" width=\"64\" height=\"64\" title=\"dog_house\" data-id=\"7403\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/dog_house.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16030a09626\" wfd-id=\"132\"><p>We knew right away that we wanted to work with the animals that we loved and that had given us so much love since we were little girls. We started PawCity Dog Walking in July of 2010.</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16030975307\" wfd-id=\"122\">\n<div class=\"tve-content-box-background\" wfd-id=\"129\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160309b397d\" wfd-id=\"123\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16030a013d7\" data-float=\"1\" wfd-id=\"127\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"128\"><img class=\"tve_image wp-image-7405\" alt=\"\" width=\"64\" height=\"64\" title=\"spinning_wheel\" data-id=\"7405\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/spinning_wheel.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160309b344b\" wfd-id=\"124\"><p>We cover the entire width of the East Side, from 96th Street to Delancey and handle every type of personality imaginable. At PawCity, we lead lives full of the unconditional love and happiness we receive from the furballs we get to spend time with everyday.</p></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" data-css=\"tve-u-15ec2a56438\" style=\"width: 1603px; left: 0px;\" id=\"getyourcoupon\" wfd-id=\"95\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ec2a5bb35\" wfd-id=\"114\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec2a5540e\" wfd-id=\"96\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ec2a80647\" wfd-id=\"97\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15ec2a9b8a9\" wfd-id=\"113\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ec2a81a9f\" wfd-id=\"98\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2a6f589\" wfd-id=\"109\"><p data-css=\"tve-u-15ec2a6b447\"><span data-css=\"tve-u-15ec2a6d9d8\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"112\"><strong>Get Your Coupon</strong></span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2aaa9a4\" wfd-id=\"105\"><p data-css=\"tve-u-15ec2ab1d6d\">We strive to keep both you and your pup as happy and comfortable as possible while youâ€™re out earning those big bucks.</p><p data-css=\"tve-u-15ec2ab1d82\"><br></p><p data-css=\"tve-u-15ec2aa8e2e\"><strong>Get <span data-css=\"tve-u-15ec2aafa24\" style=\"color: rgb(89, 171, 227);\" wfd-id=\"108\">20%</span> off your first walk. Enter your email and we\'ll send you your coupon.</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ec2abe257\" wfd-id=\"99\">\n<div class=\"tve-content-box-background\" wfd-id=\"104\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ec2acb421\" wfd-id=\"100\"><div class=\"thrv_wrapper thrv-button tve_ea_thrive_lightbox\" data-css=\"tve-u-15ec2ac01df\" data-tcb_hover_state_parent=\"false\" data-button-style=\"full_rounded\" wfd-id=\"101\">\n<a href=\"#\" class=\"tcb-button-link tve_evt_manager_listen tve_et_click\" data-tcb-events=\"__TCB_EVENT_[{&quot;config&quot;:{&quot;l_anim&quot;:&quot;zoom_in&quot;,&quot;l_id&quot;:&quot;265&quot;},&quot;a&quot;:&quot;thrive_lightbox&quot;,&quot;t&quot;:&quot;click&quot;}]_TNEVE_BCT__\">\n<span class=\"tcb-button-texts\" wfd-id=\"102\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-15ebe925072\" wfd-id=\"103\">Get Your Coupon Now</span></span>\n</a>\n</div></div>\n</div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-15ec2b0a32a\" id=\"areaweserve\" wfd-id=\"74\">\n<div class=\"tve-page-section-out\" wfd-id=\"94\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15f76fcb7df\" wfd-id=\"75\"><div class=\"thrv_wrapper thrv-columns\" style=\"\" data-css=\"tve-u-15ee103f44a\" wfd-id=\"76\"><div class=\"tcb-flex-row tcb--cols--2 tcb-medium-wrap v-2 tcb-resized\" data-css=\"tve-u-15ec2ae8715\" wfd-id=\"77\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-165b7cefd8d\" style=\"\" wfd-id=\"83\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec2b37666\" wfd-id=\"85\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"90\"><p data-css=\"tve-u-15ec2af6c4b\"><span data-css=\"tve-u-15ec2af6c4e\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"93\">area we serve</span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"86\"><p>As a small team of experienced dog owners and lovers, we really get to know you and your dog and we canguarantee consistent and personal care that is equal to your love and attention.</p><p><br></p><p><strong><span data-css=\"tve-u-15ec2afed17\" style=\"color: rgb(89, 171, 227);\" wfd-id=\"89\">We are so excited to make you a part of the family!</span></strong></p></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-165b7cefdbe\" style=\"\" wfd-id=\"78\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec2b33f06\" wfd-id=\"80\"><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-15ec2b3b468\" wfd-id=\"82\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=port saint lucie, fl&amp;t=m&amp;z=8&amp;output=embed&amp;iwloc=near\"></iframe>\n</div><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-15ec2b3b468\" wfd-id=\"81\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=port saint lucie, fl&amp;t=m&amp;z=9&amp;output=embed&amp;iwloc=near\"></iframe>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" data-css=\"tve-u-15ec2b5d54c\" style=\"width: 1603px; left: 0px;\" id=\"contact\" wfd-id=\"35\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ec2b56fac\" wfd-id=\"73\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec2b54c99\" wfd-id=\"36\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1602b31dfcd\" wfd-id=\"37\"><div class=\"tcb-flex-row tcb-resized tcb-medium-wrap tcb--cols--3\" data-css=\"tve-u-1602b37ce9d\" wfd-id=\"38\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1602be453ec\" style=\"\" wfd-id=\"67\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"69\"><div class=\"tcb-clear\" data-css=\"tve-u-1602bff3cd5\" wfd-id=\"70\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec2b6e126\" wfd-id=\"71\"><span class=\"tve_image_frame\" wfd-id=\"72\"><img class=\"tve_image wp-image-25564\" alt=\"\" width=\"142\" height=\"44\" title=\"logo_pawcity\" data-id=\"25564\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/logo_pawcity.png\"></span></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1602be45437\" style=\"\" wfd-id=\"53\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1602be56dfc\" wfd-id=\"55\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1602bfebaf9\" wfd-id=\"56\">\n<div class=\"tve-content-box-background\" wfd-id=\"66\"></div>\n<div class=\"tve-cb\" wfd-id=\"57\"><div class=\"tcb-clear\" data-css=\"tve-u-1602bf36e2c\" wfd-id=\"63\"><div class=\"thrv_wrapper tve_image_caption tcb-mobile-hidden\" data-css=\"tve-u-1602be7db66\" data-float=\"1\" wfd-id=\"64\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"65\"><img class=\"tve_image wp-image-7369\" alt=\"\" width=\"64\" height=\"64\" title=\"location\" data-id=\"7369\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/location.png\" style=\"width: 100%;\"></span></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1602bf25f10\" wfd-id=\"58\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1602befe215\" wfd-id=\"59\"><p data-css=\"tve-u-1602bfa220e\"><strong><span data-css=\"tve-u-1602b324a9b\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"62\">67 E. 3rd Street</span></strong><span data-css=\"tve-u-1602b324a9c\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"61\"> </span><span data-css=\"tve-u-1602b324ab9\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"60\">Suite B New York, NY 10003</span></p></div></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1602be4545b\" style=\"\" wfd-id=\"39\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"41\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1602bfea280\" wfd-id=\"42\">\n<div class=\"tve-content-box-background\" wfd-id=\"52\"></div>\n<div class=\"tve-cb\" wfd-id=\"43\"><div class=\"tcb-clear\" data-css=\"tve-u-1602bfc4bea\" wfd-id=\"49\"><div class=\"thrv_wrapper tve_image_caption tcb-mobile-hidden\" data-css=\"tve-u-1602bec144e\" data-float=\"1\" wfd-id=\"50\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"51\"><img class=\"tve_image wp-image-7370\" alt=\"\" width=\"64\" height=\"64\" title=\"phone\" data-id=\"7370\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/phone.png\" style=\"width: 100%;\"></span></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1602bfc74c3\" wfd-id=\"44\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1602b332fd9\" data-float=\"1\" wfd-id=\"45\"><p><strong><span data-css=\"tve-u-1602b324a9b\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"48\">080</span></strong><span data-css=\"tve-u-1602b324a9c\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"47\"> </span><span data-css=\"tve-u-1602b324ab9\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"46\">708 5583</span></p></div></div></div>\n</div></div></div></div></div></div>\n</div>'),(2586,268,'tve_revision_tve_content_more_found',''),(2587,268,'tve_revision_tve_save_post',''),(2588,268,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Montserrat:400,200,300&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Amatic+SC:400&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=ABeeZee:400&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-160309b397d\"]::after { clear: both; }[data-css=\"tve-u-160309b344b\"] { position: relative !important; margin-left: 100px !important; }[data-css=\"tve-u-160309b00b4\"] + div { clear: none; }[data-css=\"tve-u-160309b00b4\"] { float: none; width: 60px; position: absolute; margin-bottom: 0px !important; margin-top: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-16030975307\"] { max-width: 75%; margin-left: 80px !important; }[data-css=\"tve-u-1602bfa220e\"] { line-height: 1.85em !important; }[data-css=\"tve-u-1602be7db66\"] { float: left; width: 40px; z-index: 3; position: relative; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1602be56dfc\"]::after { clear: both; }[data-css=\"tve-u-1602be4545b\"] { max-width: 25%; }[data-css=\"tve-u-1602be45437\"] { max-width: 48.1%; }[data-css=\"tve-u-1602be453ec\"] { max-width: 26.9%; }[data-css=\"tve-u-1602b37ce9d\"] > .tcb-flex-col > .tcb-col { justify-content: center; }[data-css=\"tve-u-1602b332fd9\"] { max-width: 264px; position: relative; float: right; z-index: 3; width: 100%; padding-left: 1px !important; margin-top: 1px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1602b324a9c\"] { color: rgb(74, 163, 223) !important; }[data-css=\"tve-u-1602b324a9b\"] { color: rgb(74, 163, 223) !important; }[data-css=\"tve-u-1602b31dfcd\"] { max-width: 1296px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15f76fcb7df\"] { max-width: 100%; }[data-css=\"tve-u-15f0064f814\"] { color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-15ec313e743\"]:hover p, #tve_editor [data-css=\"tve-u-15ec313e743\"]:hover li, #tve_editor [data-css=\"tve-u-15ec313e743\"]:hover blockquote, #tve_editor [data-css=\"tve-u-15ec313e743\"]:hover address { color: rgb(89, 171, 227); }[data-css=\"tve-u-15f003784ab\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15f00369f5e\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15f003655f8\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15f003606db\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15f0034f748\"] { color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-15f002fa8f6\"] { color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-15ec313e743\"] p, #tve_editor [data-css=\"tve-u-15ec313e743\"] li, #tve_editor [data-css=\"tve-u-15ec313e743\"] blockquote, #tve_editor [data-css=\"tve-u-15ec313e743\"] address { font-size: 16px; }[data-css=\"tve-u-15ec313e743\"] { text-align: left; padding-left: 0px !important; margin-left: 0px !important; margin-right: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-15ee121fb1c\"] .tcb-flex-col { flex-basis: 285px !important; }[data-css=\"tve-u-15ec30a8a14\"]::after { clear: both; }#tve_editor [data-css=\"tve-u-15ebe90cfb0\"] { font-size: 96px !important; }[data-css=\"tve-u-15ee1237243\"] { box-shadow: rgba(73, 137, 181, 0.15) -3px 7px 69px 10px; }[data-css=\"tve-u-15ee1232726\"] { box-shadow: rgba(73, 137, 181, 0.15) -3px 7px 69px 10px; }[data-css=\"tve-u-15ee121fb1c\"] > .tcb-flex-col > .tcb-col { min-height: 503px; }[data-css=\"tve-u-15ee1225fdf\"] { box-shadow: rgba(73, 137, 181, 0.15) -3px 7px 69px 10px; }[data-css=\"tve-u-15ee121fb1c\"] { margin-left: -60px; min-height: inherit; }[data-css=\"tve-u-15ee121fb1c\"] > .tcb-flex-col { padding-left: 60px; }[data-css=\"tve-u-15ee121a6d1\"] { float: none; max-width: 1296px; text-align: center; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ee1211b9b\"] { max-width: 1603px; text-align: center; }[data-css=\"tve-u-15ec26fee25\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-15ee106257d\"] { max-width: 100%; }[data-css=\"tve-u-15ec3055cca\"] { max-width: 1370px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ee103f44a\"] { float: none; max-width: 1200px; margin-left: auto !important; margin-right: auto !important; border: none; }[data-css=\"tve-u-15ee1037a1d\"] { float: none; max-width: 1296px; margin-left: auto !important; margin-right: auto !important; }#tve_editor [data-css=\"tve-u-15ec2ac01df\"]:hover .tcb-button-link { box-shadow: rgba(73, 137, 181, 0.25) -3px 7px 73px 18px; background-color: rgb(149, 250, 201) !important; }#tve_editor [data-css=\"tve-u-15ebe91a626\"]:hover .tcb-button-link { box-shadow: rgba(73, 137, 181, 0.25) -3px 7px 73px 18px; border: 0px dashed rgb(255, 255, 255); background-color: rgb(149, 250, 201) !important; font-weight: normal !important; background-image: none !important; }[data-css=\"tve-u-15ebe8a2edd\"] > .tcb-flex-col > .tcb-col { justify-content: center; }[data-css=\"tve-u-15ec3017516\"] { margin-top: 60px !important; padding-bottom: 50px !important; }[data-css=\"tve-u-15ec2b6e126\"] { width: 142px; }[data-css=\"tve-u-15ec2b5d54c\"] { margin-top: 83px !important; }[data-css=\"tve-u-15ec2b56fac\"] { background-image: linear-gradient(rgb(25, 46, 60), rgb(25, 46, 60)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-15ec2b54c99\"] { max-width: 1586px; min-height: 100px !important; }[data-css=\"tve-u-15ec2b3b468\"] { box-shadow: rgba(89, 171, 227, 0.15) -3px 7px 69px 10px; margin-top: 0px !important; margin-bottom: 0px !important; margin-left: 38px !important; }[data-css=\"tve-u-15ec2b37666\"] { margin-top: 114px !important; }[data-css=\"tve-u-15ec2b33f06\"] { padding-left: 0px !important; }[data-css=\"tve-u-15ec2b0a32a\"] { margin-top: 76px !important; }[data-css=\"tve-u-15ec2ae8715\"] > .tcb-flex-col { padding-left: 13px; }[data-css=\"tve-u-15ec2afed17\"] { color: rgb(89, 171, 227) !important; }[data-css=\"tve-u-15ec2ae8715\"] { float: none; max-width: 1453px; margin-left: -13px; margin-right: auto !important; min-height: inherit; padding-left: 15px !important; padding-right: 15px !important; }[data-css=\"tve-u-15ec2acb421\"] { min-height: 162px; }[data-css=\"tve-u-15ec2aafa24\"] { color: rgb(89, 171, 227) !important; }[data-css=\"tve-u-15ec2aaa9a4\"] { float: none; max-width: 1440px; margin-left: auto !important; margin-right: auto !important; margin-top: 25px !important; }#tve_editor [data-css=\"tve-u-15ec2aa8e2e\"] { letter-spacing: 1px; color: rgb(255, 255, 255) !important; font-size: 20px !important; }[data-css=\"tve-u-15ec2a9b8a9\"] { border: 1px solid rgb(89, 171, 227) !important; }[data-css=\"tve-u-15ec2a81a9f\"] { min-height: 162px; }[data-css=\"tve-u-15ec2a80647\"] { float: none; max-width: 97%; margin-left: auto !important; margin-right: auto !important; margin-top: 55px !important; }[data-css=\"tve-u-15ec2a6f589\"] { float: none; max-width: 1440px; margin-top: 55px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2a6d9d8\"] { font-family: \"Amatic SC\" !important; font-weight: 400 !important; }#tve_editor [data-css=\"tve-u-15ec2a6b447\"] { color: rgb(89, 171, 227) !important; font-size: 70px !important; }[data-css=\"tve-u-15ec2a5bb35\"] { background-image: linear-gradient(rgba(28, 54, 85, 0.8), rgba(28, 54, 85, 0.8)), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/coupon_background.jpg\") !important; background-size: auto, cover !important; background-position: 0px 0px, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-15ec2a56438\"] { margin-top: 69px !important; }[data-css=\"tve-u-15ec2a5540e\"] { max-width: 100%; text-align: center; min-height: 561px !important; }[data-css=\"tve-u-15ec2a38bfd\"] { margin-right: 0px !important; padding-right: 0px !important; margin-left: 0px !important; }[data-css=\"tve-u-15ec2a33d71\"] { width: 830px; position: relative; top: 0px; left: 40px; z-index: 7; float: none; padding-right: 0px !important; padding-left: 0px !important; }[data-css=\"tve-u-15ec27075e1\"] { border-left: 1px solid rgb(232, 238, 241); border-top: 1px solid rgb(232, 238, 241); border-bottom: 1px solid rgb(232, 238, 241); }[data-css=\"tve-u-15ec26fee25\"] > .tcb-flex-col > .tcb-col { min-height: 612px; }[data-css=\"tve-u-15ec26fee25\"] { min-height: inherit; margin-left: 0px; padding-top: 0px !important; padding-bottom: 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-15ec26ec232\"] { margin-top: 66px !important; }[data-css=\"tve-u-15ec26e5812\"] { max-width: 100%; min-height: 586px !important; }[data-css=\"tve-u-15ec26c390a\"] { margin-top: 60px !important; }#tve_editor [data-css=\"tve-u-15ec26bd2e8\"] { color: rgb(24, 45, 60) !important; font-size: 70px !important; }[data-css=\"tve-u-15ec26b9914\"] { max-width: 1434px; text-align: center; }[data-css=\"tve-u-15ec26ab7b0\"] { margin-top: 67px !important; }#tve_editor [data-css=\"tve-u-15ec26a92a2\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15ec2698d8d\"] { float: none; max-width: 600px; margin-left: auto !important; margin-right: auto !important; margin-top: 30px !important; }#tve_editor [data-css=\"tve-u-15ec269736c\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15ec269379d\"] { font-size: 45px !important; }[data-css=\"tve-u-15ec268a0a3\"] { font-size: 45px !important; color: rgb(89, 171, 227) !important; }[data-css=\"tve-u-15ec256e611\"] { margin-top: 0px !important; }#tve_editor [data-css=\"tve-u-15ec25610c7\"] { font-size: 40px !important; color: rgb(89, 171, 227) !important; }[data-css=\"tve-u-15ec255fe12\"] { font-family: ABeeZee !important; font-weight: 400 !important; color: rgb(89, 171, 227) !important; font-size: 45px !important; }[data-css=\"tve-u-15ec254985a\"] { margin-right: 0px !important; }[data-css=\"tve-u-15ec253ef3a\"] { text-align: center; background-image: linear-gradient(rgba(24, 45, 60, 0.95), rgba(24, 45, 60, 0.95)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; margin-top: 0px !important; padding-top: 130px !important; padding-bottom: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-15ec253a41f\"] > .tcb-flex-col > .tcb-col { min-height: 661px; }[data-css=\"tve-u-15ec253a41f\"] { min-height: inherit; float: none; max-width: 1474px; z-index: 3; position: relative; padding-top: 0px !important; padding-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; padding-right: 0px !important; }[data-css=\"tve-u-15ec24f97c0\"] { background-image: linear-gradient(rgba(42, 51, 68, 0.1), rgba(42, 51, 68, 0.1)), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/testimonial_bg.jpg\") !important; background-size: auto, cover !important; background-position: 0px 0px, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-15ec24f790d\"] { min-height: 661px !important; }[data-css=\"tve-u-15ec24f494c\"] { margin-top: 60px !important; }[data-css=\"tve-u-15ec24d5e15\"] + div { clear: none; }[data-css=\"tve-u-15ec24d5e15\"] { float: none; width: 65px; margin-left: auto !important; margin-right: auto !important; margin-top: 40px !important; }[data-css=\"tve-u-15ec24ae116\"] + div { clear: none; }[data-css=\"tve-u-15ec24ae116\"] { float: none; width: 73px; margin-left: auto !important; margin-right: auto !important; margin-top: 40px !important; }[data-css=\"tve-u-15ec249b3f6\"] { line-height: 1.9em !important; }[data-css=\"tve-u-15ec2492191\"] { margin-left: 25px !important; margin-right: 25px !important; margin-top: 25px !important; }#tve_editor [data-css=\"tve-u-15ec2487407\"] { text-transform: uppercase !important; color: rgb(135, 156, 171) !important; font-size: 17px !important; }#tve_editor [data-css=\"tve-u-15ec2481d17\"] { font-size: 20px !important; }[data-css=\"tve-u-15ec2477274\"] + div { clear: none; }[data-css=\"tve-u-15ec2477274\"] { float: none; width: 55px; margin-left: auto !important; margin-right: auto !important; margin-top: 40px !important; }[data-css=\"tve-u-15ec2448fdb\"] { float: none; max-width: 1296px; margin-top: 10px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2443105\"] { line-height: 1.8em !important; }[data-css=\"tve-u-15ebea49c0c\"] { float: none; max-width: 1440px; margin-left: auto !important; margin-right: auto !important; margin-top: 0px !important; }#tve_editor [data-css=\"tve-u-15ebea42b31\"] { color: rgb(24, 45, 60) !important; font-size: 70px !important; }[data-css=\"tve-u-15ebea3a693\"] { max-width: 1434px; }[data-css=\"tve-u-15ebe955aaa\"]::after { clear: both; }#tve_editor [data-css=\"tve-u-15ebe925072\"] { font-family: Montserrat; letter-spacing: 0px; font-weight: 400; font-size: 20px !important; color: rgb(24, 45, 60) !important; }[data-css=\"tve-u-15ebe91a626\"] { display: block; max-width: 423px; margin-left: 50px !important; margin-right: 0px !important; }[data-css=\"tve-u-15ebe91a626\"] .tcb-button-link { border-radius: 200px; min-height: 67.1429px; font-size: 1.6em; padding-top: 0px; padding-bottom: 0px; background-color: rgb(105, 240, 174) !important; padding-left: 15px !important; background-image: none !important; }[data-css=\"tve-u-15ebe916c34\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 733px; }[data-css=\"tve-u-15ebe90cfb0\"] { line-height: 1.1em !important; }[data-css=\"tve-u-15ebe906677\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 669px; margin-left: 50px !important; margin-top: 40px !important; }#tve_editor [data-css=\"tve-u-15ebe905473\"] { font-size: 22px !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15ebe8ee6c0\"]::after { clear: both; }[data-css=\"tve-u-15ebe8edca2\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 722px; padding-left: 0px !important; margin-left: 50px !important; margin-top: 104px !important; }[data-css=\"tve-u-15ebe8abb9e\"] { padding: 0px !important; }[data-css=\"tve-u-15ebe8a4d78\"] { clip-path: url(\"#clip-left-335f47a4c8f92\"); -webkit-clip-path: url(\"#clip-left-335f47a4c8f92\");  }[data-css=\"tve-u-15ebe8a2edd\"] { padding-bottom: 15px !important; padding-top: 15px !important; }[data-css=\"tve-u-15ebe89fb7a\"] { margin-left: -35px !important; }[data-css=\"tve-u-15ebe830a90\"] { clip-path: url(\"#clip-left-bb2526ca261ae\"); -webkit-clip-path: url(\"#clip-left-bb2526ca261ae\");  background-image: linear-gradient(rgb(89, 171, 227), rgb(89, 171, 227)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-15ebe827cb3\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 0px !important; }[data-css=\"tve-u-15ebe80a9a1\"] { min-height: 729px; }[data-css=\"tve-u-15ebe738fb8\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-15ebe738fb8\"] > .tcb-flex-col > .tcb-col { min-height: 729px; }[data-css=\"tve-u-15ebe738fb8\"] { min-height: inherit; margin-left: 0px; padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-15ebe73226c\"] { background-image: url(\"https://bestcerakoteflorida.com/wp-content/uploads/2018/05/FTYS6743-1024x683.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-15ebe72c974\"] { max-width: 1620px; }[data-css=\"tve-u-15ebe70a25b\"] { width: 142px; margin-top: 20px !important; padding-left: 0px !important; margin-left: 30px !important; }[data-css=\"tve-u-15ebe5d7b44\"] { background-image: linear-gradient(rgb(0, 0, 0), rgb(0, 0, 0)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-15ebe51d596\"] { max-width: 100%; min-height: 100px !important; }#tcb_landing_page h3 { font-family: Montserrat; font-weight: 200; font-size: 20px; color: rgb(24, 45, 60); }#tcb_landing_page h2 { font-family: \"Amatic SC\"; font-weight: 400; font-size: 70px; color: rgb(24, 45, 60); }#tcb_landing_page h1 { font-family: \"Amatic SC\"; font-weight: 400; font-size: 96px; color: rgb(255, 255, 255); }#tcb_landing_page p, #tcb_landing_page li { font-family: Montserrat; font-weight: 200; color: rgb(24, 45, 60); font-size: 18px; line-height: 1.667em; }[data-css=\"tve-u-15e09c94f7d\"] { background-color: rgb(255, 255, 255); }[data-css=\"tve-u-15ec256b908\"] { font-family: \"Amatic SC\" !important; font-weight: 400 !important; }[data-css=\"tve-u-15ec26760e9\"] { font-family: ABeeZee !important; font-weight: 400 !important; }[data-css=\"tve-u-15ec2680494\"] { font-family: \"Amatic SC\" !important; font-weight: 400 !important; }#tve_editor [data-css=\"tve-u-15ec2ab1d6d\"] { letter-spacing: 1px; color: rgb(255, 255, 255) !important; font-size: 20px !important; }#tve_editor [data-css=\"tve-u-15ec2ab1d82\"] { letter-spacing: 1px; color: rgb(255, 255, 255) !important; font-size: 20px !important; }[data-css=\"tve-u-15ec2abe257\"] { float: none; z-index: 3; position: relative; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2ac01df\"] { display: block; max-width: 423px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2ac01df\"] .tcb-button-link { border-radius: 200px; min-height: 67.1429px; font-size: 1.6em; padding-top: 0px; padding-bottom: 0px; background-color: rgb(105, 240, 174) !important; padding-left: 15px !important; }#tve_editor [data-css=\"tve-u-15ec2af6c4b\"] { color: rgb(24, 45, 60) !important; font-size: 70px !important; }[data-css=\"tve-u-15ec2af6c4e\"] { font-family: \"Amatic SC\" !important; font-weight: 400 !important; }[data-css=\"tve-u-15ec3192f72\"] { margin-left: 25px !important; margin-right: 25px !important; margin-top: 25px !important; }[data-css=\"tve-u-15ec31ba260\"] { float: none; max-width: 1296px; margin-top: 10px !important; margin-left: auto !important; margin-right: auto !important; }#tcb_landing_page a:hover:not(.tcb-button-link) { color: rgb(89, 171, 227); }#tcb_landing_page .tve-state-hovera:not(.tcb-button-link) { color: rgb(89, 171, 227); }#tve_editor [data-css=\"tve-u-160266880a0\"] { color: rgb(255, 255, 255) !important; font-family: Montserrat !important; }[data-css=\"tve-u-1602b324ab9\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1602bec144e\"] { width: 36px; float: left; z-index: 3; position: static; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1602befe215\"] { max-width: 386px; position: relative !important; padding-left: 1px !important; margin-top: 0px !important; margin-left: 50px !important; }[data-css=\"tve-u-160309ddca8\"] + div { clear: none; }[data-css=\"tve-u-160309ddca8\"] { float: none; width: 60px; position: absolute; margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-160309f3e5d\"] { max-width: 75%; margin-left: 80px !important; margin-top: 60px !important; margin-bottom: 40px !important; }[data-css=\"tve-u-160309f6c04\"] { max-width: 75%; margin-left: 80px !important; margin-top: 60px !important; margin-bottom: 80px !important; }[data-css=\"tve-u-16030a013d7\"] + div { clear: none; }[data-css=\"tve-u-16030a013d7\"] { float: none; width: 60px; position: absolute; margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-16030a08afd\"] { position: relative !important; margin-left: 100px !important; }[data-css=\"tve-u-16030a09626\"] { position: relative !important; margin-left: 100px !important; }#tcb_landing_page a.tve-state-hover:not(.tcb-button-link) { color: rgb(89, 171, 227); }[data-css=\"tve-u-15ec2ae8715\"] > .tcb-flex-col > .tcb-col { min-height: 10px; }[data-css=\"tve-u-165b7cefd8d\"] { max-width: 42.3%; }[data-css=\"tve-u-165b7cefdbe\"] { max-width: 57.7%; }}@media (max-width: 1023px){[data-css=\"tve-u-1602b332fd9\"] { float: none; max-width: 121px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1602befe215\"] { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1602b37ce9d\"] .tcb-flex-col { flex-basis: 420px !important; }[data-css=\"tve-u-1602bec144e\"] { float: none; z-index: 3; position: relative; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1602be7db66\"] { float: none; z-index: 3; position: relative; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2a38bfd\"] { text-align: left; }[data-css=\"tve-u-15ec27075e1\"] { margin-top: 0px !important; }[data-css=\"tve-u-15ee1237243\"] { margin-top: 52px !important; }[data-css=\"tve-u-15ee121a6d1\"] { margin-left: 33px !important; margin-right: 33px !important; }[data-css=\"tve-u-15ecc95760b\"]::after { clear: both; }[data-css=\"tve-u-15ebe51d596\"] { text-align: left; }[data-css=\"tve-u-15ec2b6e126\"] { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2b54c99\"] { text-align: left; }[data-css=\"tve-u-15ec2b3b468\"] { margin-left: 0px !important; margin-top: 20px !important; }[data-css=\"tve-u-15ec2b37666\"] { margin-top: 0px !important; }[data-css=\"tve-u-15ec2a80647\"] { margin-top: 0px !important; padding-left: 10px !important; padding-right: 10px !important; }[data-css=\"tve-u-15ec2a5540e\"] { max-width: 720px; }[data-css=\"tve-u-15ec2a33d71\"] { width: 395px; float: none; z-index: 3; position: relative; margin: 80px auto 0px !important; }[data-css=\"tve-u-15ec26b9914\"] { max-width: 720px; }[data-css=\"tve-u-15ec253ef3a\"] { padding: 25px 10px !important; }[data-css=\"tve-u-15ebea3a693\"] { max-width: 720px; }[data-css=\"tve-u-15ec30a8a14\"]::after { clear: both; }[data-css=\"tve-u-15ebe916c34\"] { max-width: 376px; }[data-css=\"tve-u-15ebe8a2edd\"] > .tcb-flex-col > .tcb-col { justify-content: center; min-height: 91px; }[data-css=\"tve-u-15ebe70a25b\"] { float: right; z-index: 3; position: relative; margin: 0px auto !important; }[data-css=\"tve-u-15ec3055cca\"] { text-align: center; margin-top: 0px !important; }[data-css=\"tve-u-15ebe8a2edd\"] { min-height: inherit; float: none; max-width: 100%; padding-top: 0px !important; padding-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec30518d3\"] { text-align: center; margin-left: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-15ebe830a90\"] { clip-path: url(\"#clip-tablet-left-bb2526ca261ae\"); -webkit-clip-path: url(\"#clip-tablet-left-bb2526ca261ae\");  }[data-css=\"tve-u-15ebe91a626\"] { margin-left: 30px !important; }[data-css=\"tve-u-15ebe906677\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 336px; margin-left: 30px !important; }[data-css=\"tve-u-15ebe8edca2\"] { margin-left: 30px !important; }[data-css=\"tve-u-15ebe89fb7a\"] { margin-left: -35px !important; }[data-css=\"tve-u-15ebe827cb3\"] { max-width: 100%; }#tve_editor [data-css=\"tve-u-15ebe90cfb0\"] { font-size: 84px !important; }}@media (max-width: 767px){[data-css=\"tve-u-160309b344b\"] { margin-left: 10px !important; margin-top: 30px !important; margin-right: 10px !important; }[data-css=\"tve-u-16030a013d7\"] { position: static; }[data-css=\"tve-u-16030a09626\"] { margin-left: 10px !important; margin-top: 30px !important; margin-right: 10px !important; }[data-css=\"tve-u-160309ddca8\"] { position: static; }[data-css=\"tve-u-16030a08afd\"] { margin-left: 10px !important; margin-right: 10px !important; margin-top: 30px !important; }[data-css=\"tve-u-160309b00b4\"] { position: static; }[data-css=\"tve-u-16030975307\"] { max-width: 100%; margin-left: 10px !important; margin-right: 10px !important; }[data-css=\"tve-u-160309f6c04\"] { max-width: 100%; margin-left: 10px !important; margin-right: 10px !important; }[data-css=\"tve-u-160309f3e5d\"] { max-width: 100%; margin-left: 10px !important; margin-right: 10px !important; }[data-css=\"tve-u-15ec2a38bfd\"]::after { clear: both; }[data-css=\"tve-u-1602bff3cd5\"]::after { clear: both; }[data-css=\"tve-u-1602bfea280\"] { margin-top: 0px !important; margin-bottom: 20px !important; }[data-css=\"tve-u-15ec2b6e126\"] { float: left; z-index: 3; position: relative; margin-left: 24px !important; }[data-css=\"tve-u-1602bf25f10\"]::after { clear: both; }[data-css=\"tve-u-1602b332fd9\"] { max-width: 257px; float: left; z-index: 3; position: relative; width: 100%; margin-top: 20px !important; margin-left: 20px !important; }[data-css=\"tve-u-15ec253ef3a\"] { padding-top: 30px !important; padding-bottom: 30px !important; }[data-css=\"tve-u-15ee1237243\"] { margin-top: 25px !important; }[data-css=\"tve-u-15ee1232726\"] { margin-top: 25px !important; }[data-css=\"tve-u-15ebe70a25b\"] { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2ae8715\"] { margin-left: -15px; }[data-css=\"tve-u-15ec2ae8715\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-15ec2b33f06\"] { margin-right: 0px !important; }[data-css=\"tve-u-15ec26fee25\"] > .tcb-flex-col > .tcb-col { min-height: 387px; }[data-css=\"tve-u-15ec26fee25\"] { margin-left: 0px; min-height: inherit; }[data-css=\"tve-u-15ec26fee25\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-15ec2a33d71\"] { position: static; margin-bottom: 0px !important; }[data-css=\"tve-u-15ec31ba260\"] { padding-left: 3px !important; padding-right: 3px !important; }[data-css=\"tve-u-15ec253a41f\"] > .tcb-flex-col > .tcb-col { min-height: 27px; }[data-css=\"tve-u-15ec253a41f\"] { margin-left: 0px; min-height: inherit; }[data-css=\"tve-u-15ec253a41f\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-15ec254985a\"] { margin-top: 0px !important; }[data-css=\"tve-u-15ec24f494c\"] { margin-top: 30px !important; }[data-css=\"tve-u-15ec256e611\"] { margin-top: 0px !important; }[data-css=\"tve-u-15ec3192f72\"] { margin-bottom: 32px !important; }[data-css=\"tve-u-15ec318421d\"] { margin-bottom: 34px !important; margin-top: -105px !important; }[data-css=\"tve-u-15ebe738fb8\"] > .tcb-flex-col > .tcb-col { min-height: 554px; }[data-css=\"tve-u-15ebe738fb8\"] { min-height: inherit; padding-bottom: 0px !important; }[data-css=\"tve-u-15ec3017516\"] { margin-top: 0px !important; padding-left: 5px !important; padding-right: 5px !important; }[data-css=\"tve-u-15ebe89fb7a\"] { margin-left: -20px !important; }[data-css=\"tve-u-15ec3055cca\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-15ebe916c34\"] { margin-bottom: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-15ec3152b02\"] { min-height: 226px; }[data-css=\"tve-u-15ebe80a9a1\"] { min-height: 554px; }[data-css=\"tve-u-15ebe91a626\"] { margin-left: 28px !important; margin-right: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-15ebe906677\"] { margin-left: 30px !important; }[data-css=\"tve-u-15ebe8edca2\"] { margin-left: 30px !important; margin-top: 45px !important; }[data-css=\"tve-u-15ebe827cb3\"] { max-width: 100%; }[data-css=\"tve-u-15ec313e743\"] { margin-left: 10px !important; margin-right: 10px !important; }[data-css=\"tve-u-1602befe215\"] { max-width: 257px; float: left; z-index: 3; position: relative; width: 100%; margin-top: 20px !important; margin-left: 20px !important; }}'),(2589,268,'tve_revision_tve_user_custom_css','.thrv_text_element p {margin:0;}\n.thrv_heading h1,h2,h3 {margin:0;}'),(2590,268,'tve_revision_tve_page_events','a:0:{}'),(2591,268,'tve_revision_tve_globals','a:4:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";s:11:\"extra_icons\";a:1:{i:0;a:3:{s:11:\"font-family\";s:25:\"tve-ff-6797-59f9979fd5998\";s:3:\"css\";s:87:\"http://lp-build.thrivethemes.com/wp-content/uploads/tve-ff-6797-59f9979fd5998/style.css\";s:6:\"folder\";s:92:\"/home/thrivedevbitston/public_html/landingpages/wp-content/uploads/tve-ff-6797-59f9979fd5998\";}}s:6:\"lb_map\";a:1:{i:6808;s:3:\"265\";}s:8:\"font_cls\";a:0:{}}'),(2592,268,'tve_revision_tve_global_scripts',''),(2593,268,'tve_revision_thrive_icon_pack','0'),(2594,268,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(2595,268,'tve_revision_tve_has_masonry','0'),(2596,268,'tve_revision_tve_has_typefocus','0'),(2597,268,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv-page-section\" style=\"\" wfd-id=\"238\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ebe5d7b44\" wfd-id=\"260\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ebe51d596\" wfd-id=\"239\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15ec3055cca\" wfd-id=\"240\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2\" data-css=\"tve-u-15ebe8a2edd\" wfd-id=\"241\"><div class=\"tcb-flex-col\" wfd-id=\"254\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec30518d3\" wfd-id=\"256\"><div class=\"tcb-clear\" data-css=\"tve-u-15ecc95760b\" wfd-id=\"257\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ebe70a25b\" wfd-id=\"258\"><span class=\"tve_image_frame\" wfd-id=\"259\"><img class=\"tve_image wp-image-25564\" alt=\"\" width=\"142\" height=\"44\" title=\"logo_pawcity\" data-id=\"25564\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/logo_pawcity.png\"></span></div></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"242\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec313e743\" data-tcb_hover_state_parent=\"\" wfd-id=\"244\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone tcb-tablet-hidden tcb-mobile-hidden\" style=\"\" wfd-id=\"245\"><p data-css=\"tve-u-15f002fa8f6\"><span data-css=\"tve-u-15f0034f748\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"253\"><a href=\"#whatwedo\">What We Do</a></span>&nbsp; &nbsp; <span data-css=\"tve-u-15f003606db\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"252\"><a href=\"#testimonials\">Testimonials</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f003655f8\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"251\"><a href=\"#aboutus\">About Us</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f00369f5e\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"250\"><a href=\"#getyourcoupon\">Get Your Coupon</a></span>&nbsp; &nbsp; <span data-css=\"tve-u-15f0064f814\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"249\"><a href=\"#areaweserve\">Area We Serve</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f003784ab\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"248\"><a href=\"#contact\">Contact</a></span></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ebe8abb9e\" wfd-id=\"209\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ebe8a4d78\" data-clip-id=\"335f47a4c8f92\" wfd-id=\"237\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-left-335f47a4c8f92\" class=\"decoration-clip clip-path-left\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" pointer-width=\"6\" pointer-height=\"2.5\" style=\"curves\" decoration-type=\"none\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon><ellipse cx=\"0.025\" cy=\"0.029412\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.08823600000000001\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.14706\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.205884\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.264708\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.323532\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.38235600000000003\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.44118\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.500004\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.558828\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.617652\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.676476\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.7353000000000001\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.794124\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.852948\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.911772\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.970596\" rx=\"0.025\" ry=\"0.029412\"></ellipse></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ebe72c974\" wfd-id=\"210\"><div class=\"thrv_wrapper thrv-columns tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec318421d\" wfd-id=\"211\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-15ebe738fb8\" wfd-id=\"212\"><div class=\"tcb-flex-col\" wfd-id=\"234\"><div class=\"tcb-col\" data-css=\"tve-u-15ebe73226c\" wfd-id=\"236\"></div></div><div class=\"tcb-flex-col\" wfd-id=\"213\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ebe89fb7a\" wfd-id=\"215\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ebe827cb3\" wfd-id=\"216\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15ebe830a90\" data-clip-id=\"bb2526ca261ae\" wfd-id=\"233\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-left-bb2526ca261ae\" class=\"decoration-clip clip-path-left\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"divider\" pointer-width=\"5.7\" pointer-height=\"2.5\" style=\"curves\" slanted-angle=\"5\"><polygon points=\"0.025 0, 0.025 1, 1 1, 1 0\"></polygon><ellipse cx=\"0.025\" cy=\"0.027778\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.083334\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.13889\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.194446\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.250002\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.305558\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.361114\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.41667\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.47222600000000003\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.527782\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.583338\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.638894\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.69445\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.7500060000000001\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.805562\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.861118\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.916674\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.97223\" rx=\"0.025\" ry=\"0.027778\"></ellipse></clipPath><clipPath id=\"clip-tablet-left-bb2526ca261ae\" class=\"decoration-clip clip-path-tablet-left\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"divider\" pointer-width=\"5.7\" pointer-height=\"4\" style=\"curves\" slanted-angle=\"5\"><polygon points=\"0.04 0, 0.04 1, 1 1, 1 0\"></polygon><ellipse cx=\"0.04\" cy=\"0.027778\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.083334\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.13889\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.194446\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.250002\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.305558\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.361114\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.41667\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.47222600000000003\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.527782\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.583338\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.638894\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.69445\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.7500060000000001\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.805562\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.861118\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.916674\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.97223\" rx=\"0.04\" ry=\"0.027778\"></ellipse></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ebe80a9a1\" wfd-id=\"217\"><div class=\"tcb-clear\" data-css=\"tve-u-15ebe8ee6c0\" wfd-id=\"229\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15ebe8edca2\" data-tag=\"h1\" wfd-id=\"230\"><h1 data-css=\"tve-u-15ebe90cfb0\">Happy dogs =<br>â€‹â€‹â€‹â€‹â€‹happâ€‹â€‹â€‹â€‹y owners</h1></div></div><div class=\"tcb-clear\" data-css=\"tve-u-15ec30a8a14\" wfd-id=\"227\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ebe906677\" wfd-id=\"228\"><p data-css=\"tve-u-15ebe905473\">Offer your dog a premium walking experience</p></div></div><div class=\"tcb-clear\" data-css=\"tve-u-15ebe955aaa\" wfd-id=\"218\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ebe916c34\" wfd-id=\"219\">\n<div class=\"tve-content-box-background\" wfd-id=\"226\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ec3152b02\" wfd-id=\"220\"><div class=\"thrv_wrapper thrv-button tve_ea_thrive_lightbox\" data-css=\"tve-u-15ebe91a626\" data-tcb_hover_state_parent=\"false\" data-button-style=\"full_rounded\" wfd-id=\"221\">\n<a href=\"#\" class=\"tcb-button-link tve_evt_manager_listen tve_et_click\" data-tcb-events=\"__TCB_EVENT_[{&quot;config&quot;:{&quot;l_anim&quot;:&quot;zoom_in&quot;,&quot;l_id&quot;:&quot;265&quot;},&quot;a&quot;:&quot;thrive_lightbox&quot;,&quot;t&quot;:&quot;click&quot;}]_TNEVE_BCT__\">\n<span class=\"tcb-button-texts\" wfd-id=\"222\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-15ebe925072\" wfd-id=\"223\">Get -20% On Your First Walk</span></span>\n</a>\n</div></div>\n</div></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec3017516\" wfd-id=\"202\">\n<div class=\"tve-page-section-out\" wfd-id=\"208\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ebea3a693\" wfd-id=\"203\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15ebea49c0c\" id=\"whatwedo\" data-tag=\"h1\" wfd-id=\"207\"><h1 data-css=\"tve-u-15ebea42b31\" style=\"text-align: center;\">What We Do</h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2448fdb\" wfd-id=\"204\"><p data-css=\"tve-u-15ec2443105\" style=\"text-align: center;\">Our goal is to make sure the owners are comforted, the pups are exercised and happy and that we are getting our own puppy fixes. But letâ€™s be honest- itâ€™s their world, weâ€™re just living in it! As a small team of experienced dog owners and lovers, we really get to know you and your dog and we canguarantee consistent and personal care that is equal to your love and attention. We are so excited to make you a part of the family!</p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" wfd-id=\"173\">\n<div class=\"tve-page-section-out\" wfd-id=\"201\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ee1211b9b\" wfd-id=\"174\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15ee121a6d1\" wfd-id=\"175\"><div class=\"tcb-flex-row tcb--cols--3 tcb-medium-wrap\" data-css=\"tve-u-15ee121fb1c\" wfd-id=\"176\"><div class=\"tcb-flex-col\" wfd-id=\"193\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ee1225fdf\" wfd-id=\"195\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec2477274\" wfd-id=\"199\"><span class=\"tve_image_frame\" wfd-id=\"200\"><img class=\"tve_image wp-image-1596\" alt=\"\" width=\"55\" height=\"73\" title=\"what_do_icon_01\" data-id=\"1596\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_01.png\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"198\"><p data-css=\"tve-u-15ec2481d17\"><strong>First Class Care</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"197\"><p data-css=\"tve-u-15ec2487407\">all the best for them</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2492191\" wfd-id=\"196\"><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"185\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ee1232726\" wfd-id=\"187\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec24ae116\" wfd-id=\"191\"><span class=\"tve_image_frame\" wfd-id=\"192\"><img class=\"tve_image wp-image-1597\" alt=\"\" width=\"73\" height=\"73\" title=\"what_do_icon_02\" data-id=\"1597\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_02.png\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"190\"><p data-css=\"tve-u-15ec2481d17\"><strong>Snacks Included</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"189\"><p data-css=\"tve-u-15ec2487407\">for your little one</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec3192f72\" wfd-id=\"188\"><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"177\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ee1237243\" wfd-id=\"179\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec24d5e15\" wfd-id=\"183\"><span class=\"tve_image_frame\" wfd-id=\"184\"><img class=\"tve_image wp-image-1598\" alt=\"\" width=\"65\" height=\"73\" title=\"what_do_icon_03\" data-id=\"1598\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_03.png\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"182\"><p data-css=\"tve-u-15ec2481d17\"><strong>Regularly walks</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"181\"><p data-css=\"tve-u-15ec2487407\">to keep them ealthy</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2492191\" wfd-id=\"180\"><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris.</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-15ec24f494c\" id=\"testimonials\" style=\"\" wfd-id=\"153\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ec24f97c0\" wfd-id=\"172\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec24f790d\" wfd-id=\"154\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15ec254985a\" style=\"\" wfd-id=\"155\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-15ec253a41f\" wfd-id=\"156\"><div class=\"tcb-flex-col\" wfd-id=\"160\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec253ef3a\" style=\"\" wfd-id=\"162\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec256e611\" style=\"\" wfd-id=\"165\"><p data-css=\"tve-u-15ec25610c7\"><span data-css=\"tve-u-15ec268a0a3\" style=\"font-size: 45px; color: rgb(89, 171, 227);\" wfd-id=\"170\"><span data-css=\"tve-u-15ec26760e9\" style=\"font-family: ABeeZee;\" wfd-id=\"171\">â€</span></span><span data-css=\"tve-u-15ec256b908\" style=\"font-family: &quot;Amatic SC&quot;;\" wfd-id=\"169\">&nbsp; &nbsp; &nbsp;</span><span data-css=\"tve-u-15ec2680494\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"167\"><span data-css=\"tve-u-15ec269379d\" style=\"font-size: 45px;\" wfd-id=\"168\">my chester enjoys being with them!</span> &nbsp; &nbsp;&nbsp;</span><span data-css=\"tve-u-15ec255fe12\" style=\"font-family: ABeeZee; font-weight: 400; color: rgb(89, 171, 227); font-size: 45px;\" wfd-id=\"166\">â€</span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2698d8d\" wfd-id=\"164\"><p data-css=\"tve-u-160266880a0\">We LOVE going for walks with our friends at Paw! Donâ€™t tell our mom &amp; dad,but we get really excited when they leave for work because we know it wonâ€™t be long before we get a visit from one of our favorite friends at PawCity! Best part is, they always let our parents know how ourwalk went right away so they dont have to worry about us!</p><p data-css=\"tve-u-15ec269736c\">We love you PawCity!! xoxo</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec26ab7b0\" style=\"\" wfd-id=\"163\"><p data-css=\"tve-u-15ec26a92a2\"><strong>Anna Olson</strong>, Chesterâ€™s Mom</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"157\"><div class=\"tcb-col\" wfd-id=\"159\"></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec26c390a\" id=\"aboutus\" wfd-id=\"148\">\n<div class=\"tve-page-section-out\" wfd-id=\"152\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec26b9914\" wfd-id=\"149\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15ee1037a1d\" data-tag=\"h1\" wfd-id=\"151\"><h1 data-css=\"tve-u-15ec26bd2e8\">About us</h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec31ba260\" wfd-id=\"150\"><p data-css=\"tve-u-15ec2443105\" style=\"text-align: center;\">At PawCity, we lead lives full of the unconditional love and happiness we receive from the furballs we get to spend time with everyday and we have this beautiful city and all the beautiful people in it to thank. We love you and your pups!!</p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec26ec232\" wfd-id=\"115\">\n<div class=\"tve-page-section-out\" wfd-id=\"147\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec26e5812\" wfd-id=\"116\"><div class=\"thrv_wrapper thrv-columns tcb-window-width\" style=\"width: 1603px; left: -1px;\" data-css=\"tve-u-15ee106257d\" wfd-id=\"117\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2\" data-css=\"tve-u-15ec26fee25\" wfd-id=\"118\"><div class=\"tcb-flex-col c-33\" wfd-id=\"142\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec2a38bfd\" wfd-id=\"144\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec2a33d71\" wfd-id=\"145\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"146\"><img class=\"tve_image wp-image-7399\" alt=\"\" width=\"830\" height=\"775\" title=\"about_us_dog\" data-id=\"7399\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/about_us_dog.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col c-66\" wfd-id=\"119\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec27075e1\" wfd-id=\"121\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160309f3e5d\" wfd-id=\"136\">\n<div class=\"tve-content-box-background\" wfd-id=\"141\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160309b397d\" wfd-id=\"137\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-160309b00b4\" data-float=\"1\" wfd-id=\"139\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"140\"><img class=\"tve_image wp-image-7404\" alt=\"\" width=\"64\" height=\"64\" title=\"dog_paw\" data-id=\"7404\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/dog_paw.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16030a08afd\" wfd-id=\"138\"><p>We moved to New York City with our black bulldog rescue, Blakely, in 2007 after graduating from the University of Maryland. Immediately, we realized what a dog-crazy place it was.</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160309f6c04\" wfd-id=\"130\">\n<div class=\"tve-content-box-background\" wfd-id=\"135\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160309b397d\" wfd-id=\"131\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-160309ddca8\" data-float=\"1\" wfd-id=\"133\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"134\"><img class=\"tve_image wp-image-7403\" alt=\"\" width=\"64\" height=\"64\" title=\"dog_house\" data-id=\"7403\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/dog_house.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16030a09626\" wfd-id=\"132\"><p>We knew right away that we wanted to work with the animals that we loved and that had given us so much love since we were little girls. We started PawCity Dog Walking in July of 2010.</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16030975307\" wfd-id=\"122\">\n<div class=\"tve-content-box-background\" wfd-id=\"129\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160309b397d\" wfd-id=\"123\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16030a013d7\" data-float=\"1\" wfd-id=\"127\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"128\"><img class=\"tve_image wp-image-7405\" alt=\"\" width=\"64\" height=\"64\" title=\"spinning_wheel\" data-id=\"7405\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/spinning_wheel.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160309b344b\" wfd-id=\"124\"><p>We cover the entire width of the East Side, from 96th Street to Delancey and handle every type of personality imaginable. At PawCity, we lead lives full of the unconditional love and happiness we receive from the furballs we get to spend time with everyday.</p></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" data-css=\"tve-u-15ec2a56438\" style=\"width: 1603px; left: 0px;\" id=\"getyourcoupon\" wfd-id=\"95\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ec2a5bb35\" wfd-id=\"114\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec2a5540e\" wfd-id=\"96\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ec2a80647\" wfd-id=\"97\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15ec2a9b8a9\" wfd-id=\"113\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ec2a81a9f\" wfd-id=\"98\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2a6f589\" wfd-id=\"109\"><p data-css=\"tve-u-15ec2a6b447\"><span data-css=\"tve-u-15ec2a6d9d8\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"112\"><strong>Get Your Coupon</strong></span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2aaa9a4\" wfd-id=\"105\"><p data-css=\"tve-u-15ec2ab1d6d\">We strive to keep both you and your pup as happy and comfortable as possible while youâ€™re out earning those big bucks.</p><p data-css=\"tve-u-15ec2ab1d82\"><br></p><p data-css=\"tve-u-15ec2aa8e2e\"><strong>Get <span data-css=\"tve-u-15ec2aafa24\" style=\"color: rgb(89, 171, 227);\" wfd-id=\"108\">20%</span> off your first walk. Enter your email and we\'ll send you your coupon.</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ec2abe257\" wfd-id=\"99\">\n<div class=\"tve-content-box-background\" wfd-id=\"104\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ec2acb421\" wfd-id=\"100\"><div class=\"thrv_wrapper thrv-button tve_ea_thrive_lightbox\" data-css=\"tve-u-15ec2ac01df\" data-tcb_hover_state_parent=\"false\" data-button-style=\"full_rounded\" wfd-id=\"101\">\n<a href=\"#\" class=\"tcb-button-link tve_evt_manager_listen tve_et_click\" data-tcb-events=\"__TCB_EVENT_[{&quot;config&quot;:{&quot;l_anim&quot;:&quot;zoom_in&quot;,&quot;l_id&quot;:&quot;265&quot;},&quot;a&quot;:&quot;thrive_lightbox&quot;,&quot;t&quot;:&quot;click&quot;}]_TNEVE_BCT__\">\n<span class=\"tcb-button-texts\" wfd-id=\"102\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-15ebe925072\" wfd-id=\"103\">Get Your Coupon Now</span></span>\n</a>\n</div></div>\n</div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-15ec2b0a32a\" id=\"areaweserve\" wfd-id=\"74\">\n<div class=\"tve-page-section-out\" wfd-id=\"94\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15f76fcb7df\" wfd-id=\"75\"><div class=\"thrv_wrapper thrv-columns\" style=\"\" data-css=\"tve-u-15ee103f44a\" wfd-id=\"76\"><div class=\"tcb-flex-row tcb--cols--2 tcb-medium-wrap v-2 tcb-resized\" data-css=\"tve-u-15ec2ae8715\" wfd-id=\"77\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-165b7cefd8d\" style=\"\" wfd-id=\"83\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec2b37666\" wfd-id=\"85\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"90\"><p data-css=\"tve-u-15ec2af6c4b\"><span data-css=\"tve-u-15ec2af6c4e\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"93\">area we serve</span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"86\"><p>As a small team of experienced dog owners and lovers, we really get to know you and your dog and we canguarantee consistent and personal care that is equal to your love and attention.</p><p><br></p><p><strong><span data-css=\"tve-u-15ec2afed17\" style=\"color: rgb(89, 171, 227);\" wfd-id=\"89\">We are so excited to make you a part of the family!</span></strong></p></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-165b7cefdbe\" style=\"\" wfd-id=\"78\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec2b33f06\" wfd-id=\"80\"><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-15ec2b3b468\" wfd-id=\"82\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=port saint lucie, fl&amp;t=m&amp;z=8&amp;output=embed&amp;iwloc=near\"></iframe>\n</div><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-15ec2b3b468\" wfd-id=\"81\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=port saint lucie, fl&amp;t=m&amp;z=9&amp;output=embed&amp;iwloc=near\"></iframe>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" data-css=\"tve-u-15ec2b5d54c\" style=\"width: 1603px; left: 0px;\" id=\"contact\" wfd-id=\"35\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ec2b56fac\" wfd-id=\"73\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec2b54c99\" wfd-id=\"36\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1602b31dfcd\" wfd-id=\"37\"><div class=\"tcb-flex-row tcb-resized tcb-medium-wrap tcb--cols--3\" data-css=\"tve-u-1602b37ce9d\" wfd-id=\"38\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1602be453ec\" style=\"\" wfd-id=\"67\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"69\"><div class=\"tcb-clear\" data-css=\"tve-u-1602bff3cd5\" wfd-id=\"70\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec2b6e126\" wfd-id=\"71\"><span class=\"tve_image_frame\" wfd-id=\"72\"><img class=\"tve_image wp-image-25564\" alt=\"\" width=\"142\" height=\"44\" title=\"logo_pawcity\" data-id=\"25564\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/logo_pawcity.png\"></span></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1602be45437\" style=\"\" wfd-id=\"53\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1602be56dfc\" wfd-id=\"55\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1602bfebaf9\" wfd-id=\"56\">\n<div class=\"tve-content-box-background\" wfd-id=\"66\"></div>\n<div class=\"tve-cb\" wfd-id=\"57\"><div class=\"tcb-clear\" data-css=\"tve-u-1602bf36e2c\" wfd-id=\"63\"><div class=\"thrv_wrapper tve_image_caption tcb-mobile-hidden\" data-css=\"tve-u-1602be7db66\" data-float=\"1\" wfd-id=\"64\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"65\"><img class=\"tve_image wp-image-7369\" alt=\"\" width=\"64\" height=\"64\" title=\"location\" data-id=\"7369\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/location.png\" style=\"width: 100%;\"></span></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1602bf25f10\" wfd-id=\"58\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1602befe215\" wfd-id=\"59\"><p data-css=\"tve-u-1602bfa220e\"><strong><span data-css=\"tve-u-1602b324a9b\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"62\">67 E. 3rd Street</span></strong><span data-css=\"tve-u-1602b324a9c\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"61\"> </span><span data-css=\"tve-u-1602b324ab9\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"60\">Suite B New York, NY 10003</span></p></div></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1602be4545b\" style=\"\" wfd-id=\"39\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"41\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1602bfea280\" wfd-id=\"42\">\n<div class=\"tve-content-box-background\" wfd-id=\"52\"></div>\n<div class=\"tve-cb\" wfd-id=\"43\"><div class=\"tcb-clear\" data-css=\"tve-u-1602bfc4bea\" wfd-id=\"49\"><div class=\"thrv_wrapper tve_image_caption tcb-mobile-hidden\" data-css=\"tve-u-1602bec144e\" data-float=\"1\" wfd-id=\"50\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"51\"><img class=\"tve_image wp-image-7370\" alt=\"\" width=\"64\" height=\"64\" title=\"phone\" data-id=\"7370\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/phone.png\" style=\"width: 100%;\"></span></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1602bfc74c3\" wfd-id=\"44\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1602b332fd9\" data-float=\"1\" wfd-id=\"45\"><p><strong><span data-css=\"tve-u-1602b324a9b\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"48\">080</span></strong><span data-css=\"tve-u-1602b324a9c\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"47\"> </span><span data-css=\"tve-u-1602b324ab9\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"46\">708 5583</span></p></div></div></div>\n</div></div></div></div></div></div>\n</div>'),(2598,268,'tve_revision_tve_has_wistia_popover','0'),(2615,270,'tve_revision_tve_landing_page','tcb2-one-page-site-dog-walking'),(2616,270,'tve_revision_tve_disable_theme_dependency',''),(2617,270,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv-page-section\" style=\"\" wfd-id=\"247\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ebe5d7b44\" wfd-id=\"289\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ebe51d596\" wfd-id=\"248\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15ec3055cca\" wfd-id=\"249\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized\" data-css=\"tve-u-15ebe8a2edd\" wfd-id=\"250\"><div class=\"tcb-flex-col\" data-css=\"tve-u-165b7e34349\" style=\"\" wfd-id=\"283\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec30518d3\" wfd-id=\"285\"><div class=\"tcb-clear\" data-css=\"tve-u-15ecc95760b\" wfd-id=\"286\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ebe70a25b\" wfd-id=\"287\"><span class=\"tve_image_frame\" wfd-id=\"288\"><img class=\"tve_image wp-image-25564\" alt=\"\" width=\"142\" height=\"44\" title=\"logo_pawcity\" data-id=\"25564\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/logo_pawcity.png\"></span></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-165b7e3437c\" style=\"\" wfd-id=\"251\"><div class=\"tcb-col\" wfd-id=\"253\"><div class=\"tcb-clear\" data-css=\"tve-u-165b7e370ce\" wfd-id=\"254\"><div class=\"thrv_wrapper thrv_widget_menu tve-custom-menu-upgrade tve-mobile-dropdown     tve-dropdown-icon-style_1\" data-tve-style=\"tve_horizontal\" data-tve-switch-icon=\"tablet,mobile\" data-css=\"tve-u-165b7dbb826\" style=\"\" wfd-id=\"255\">	<div class=\"thrive-shortcode-config\" style=\"display: none !important\" wfd-id=\"282\">__CONFIG_widget_menu__{\"menu_id\":\"4\",\"color\":\"tve_red\",\"dir\":\"tve_horizontal\",\"font_class\":\"\",\"font_size\":\"\",\"ul_attr\":\"\",\"link_attr\":\"\",\"top_link_attr\":\"\",\"trigger_attr\":\"\",\"primary\":\"\",\"head_css\":\"\",\"background_hover\":\"\",\"main_hover\":\"\",\"child_hover\":\"\",\"group_edit\":[],\"menu_style\":\"\",\"dropdown_icon\":\"style_1\",\"mobile_side\":\"\",\"mobile_icon\":\"\",\"switch_to_icon\":\"tablet,mobile\"}__CONFIG_widget_menu__</div>\n</div></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ebe8abb9e\" wfd-id=\"214\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ebe8a4d78\" data-clip-id=\"335f47a4c8f92\" wfd-id=\"246\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-left-335f47a4c8f92\" class=\"decoration-clip clip-path-left\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" pointer-width=\"6\" pointer-height=\"2.5\" style=\"curves\" decoration-type=\"none\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon><ellipse cx=\"0.025\" cy=\"0.029412\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.08823600000000001\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.14706\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.205884\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.264708\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.323532\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.38235600000000003\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.44118\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.500004\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.558828\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.617652\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.676476\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.7353000000000001\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.794124\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.852948\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.911772\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.970596\" rx=\"0.025\" ry=\"0.029412\"></ellipse></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ebe72c974\" wfd-id=\"215\"><div class=\"thrv_wrapper thrv-columns tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec318421d\" wfd-id=\"216\"><div class=\"tcb-flex-row tcb--cols--2 tcb-resized\" data-css=\"tve-u-15ebe738fb8\" wfd-id=\"217\"><div class=\"tcb-flex-col\" data-css=\"tve-u-165b7d7585c\" style=\"\" wfd-id=\"243\"><div class=\"tcb-col\" data-css=\"tve-u-15ebe73226c\" wfd-id=\"245\"></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-165b7d75889\" style=\"\" wfd-id=\"218\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ebe89fb7a\" wfd-id=\"220\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ebe827cb3\" data-value-type=\"percent\" wfd-id=\"221\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15ebe830a90\" data-clip-id=\"bb2526ca261ae\" wfd-id=\"242\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-left-bb2526ca261ae\" class=\"decoration-clip clip-path-left\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"none\" pointer-width=\"7\" pointer-height=\"2.5\" style=\"curves\" slanted-angle=\"5\" clip-path=\"url(#clip-bottom-bb2526ca261ae)\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon><ellipse cx=\"0.025\" cy=\"0.035714\" rx=\"0.025\" ry=\"0.035714\"></ellipse><ellipse cx=\"0.025\" cy=\"0.10714200000000002\" rx=\"0.025\" ry=\"0.035714\"></ellipse><ellipse cx=\"0.025\" cy=\"0.17857\" rx=\"0.025\" ry=\"0.035714\"></ellipse><ellipse cx=\"0.025\" cy=\"0.24999800000000003\" rx=\"0.025\" ry=\"0.035714\"></ellipse><ellipse cx=\"0.025\" cy=\"0.32142600000000005\" rx=\"0.025\" ry=\"0.035714\"></ellipse><ellipse cx=\"0.025\" cy=\"0.39285400000000004\" rx=\"0.025\" ry=\"0.035714\"></ellipse><ellipse cx=\"0.025\" cy=\"0.46428200000000003\" rx=\"0.025\" ry=\"0.035714\"></ellipse><ellipse cx=\"0.025\" cy=\"0.53571\" rx=\"0.025\" ry=\"0.035714\"></ellipse><ellipse cx=\"0.025\" cy=\"0.6071380000000001\" rx=\"0.025\" ry=\"0.035714\"></ellipse><ellipse cx=\"0.025\" cy=\"0.678566\" rx=\"0.025\" ry=\"0.035714\"></ellipse><ellipse cx=\"0.025\" cy=\"0.749994\" rx=\"0.025\" ry=\"0.035714\"></ellipse><ellipse cx=\"0.025\" cy=\"0.8214220000000001\" rx=\"0.025\" ry=\"0.035714\"></ellipse><ellipse cx=\"0.025\" cy=\"0.89285\" rx=\"0.025\" ry=\"0.035714\"></ellipse><ellipse cx=\"0.025\" cy=\"0.9642780000000001\" rx=\"0.025\" ry=\"0.035714\"></ellipse></clipPath><clipPath id=\"clip-tablet-left-bb2526ca261ae\" class=\"decoration-clip clip-path-tablet-left\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"divider\" pointer-width=\"5.7\" pointer-height=\"4\" style=\"curves\" slanted-angle=\"5\" clip-path=\"url(#clip-bottom-bb2526ca261ae)\"><polygon points=\"0.04 0, 0.04 1, 1 1, 1 0\"></polygon><ellipse cx=\"0.04\" cy=\"0.027778\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.083334\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.13889\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.194446\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.250002\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.305558\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.361114\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.41667\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.47222600000000003\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.527782\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.583338\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.638894\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.69445\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.7500060000000001\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.805562\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.861118\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.916674\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.97223\" rx=\"0.04\" ry=\"0.027778\"></ellipse></clipPath><clipPath id=\"clip-bottom-bb2526ca261ae\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"none\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ebe80a9a1\" wfd-id=\"222\"><div class=\"tcb-clear\" data-css=\"tve-u-15ebe8ee6c0\" wfd-id=\"236\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15ebe8edca2\" data-tag=\"h1\" wfd-id=\"237\"><h1 data-css=\"tve-u-15ebe90cfb0\">Happy dogs =<br>â€‹â€‹â€‹â€‹â€‹happâ€‹â€‹â€‹â€‹y owners</h1></div></div><div class=\"tcb-clear\" data-css=\"tve-u-15ec30a8a14\" wfd-id=\"232\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ebe906677\" wfd-id=\"233\"><p data-css=\"tve-u-15ebe905473\">Offer your dog a premium walking experience</p></div></div><div class=\"tcb-clear\" data-css=\"tve-u-15ebe955aaa\" wfd-id=\"223\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ebe916c34\" wfd-id=\"224\">\n<div class=\"tve-content-box-background\" wfd-id=\"231\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ec3152b02\" wfd-id=\"225\"><div class=\"thrv_wrapper thrv-button tve_ea_thrive_lightbox\" data-css=\"tve-u-15ebe91a626\" data-tcb_hover_state_parent=\"false\" data-button-style=\"full_rounded\" wfd-id=\"226\">\n<a href=\"#\" class=\"tcb-button-link tve_evt_manager_listen tve_et_click\" data-tcb-events=\"__TCB_EVENT_[{&quot;config&quot;:{&quot;l_anim&quot;:&quot;zoom_in&quot;,&quot;l_id&quot;:&quot;265&quot;},&quot;a&quot;:&quot;thrive_lightbox&quot;,&quot;t&quot;:&quot;click&quot;}]_TNEVE_BCT__\">\n<span class=\"tcb-button-texts\" wfd-id=\"227\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-15ebe925072\" wfd-id=\"228\">Get -20% On Your First Walk</span></span>\n</a>\n</div></div>\n</div></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec3017516\" wfd-id=\"205\">\n<div class=\"tve-page-section-out\" wfd-id=\"213\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ebea3a693\" wfd-id=\"206\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15ebea49c0c\" id=\"whatwedo\" data-tag=\"h1\" wfd-id=\"210\"><h1 data-css=\"tve-u-15ebea42b31\" style=\"text-align: center;\">What We Do</h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2448fdb\" wfd-id=\"207\"><p data-css=\"tve-u-15ec2443105\" style=\"text-align: center;\">Our goal is to make sure the owners are comforted, the pups are exercised and happy and that we are getting our own puppy fixes. But letâ€™s be honest- itâ€™s their world, weâ€™re just living in it! As a small team of experienced dog owners and lovers, we really get to know you and your dog and we canguarantee consistent and personal care that is equal to your love and attention. We are so excited to make you a part of the family!</p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" wfd-id=\"174\">\n<div class=\"tve-page-section-out\" wfd-id=\"204\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ee1211b9b\" wfd-id=\"175\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15ee121a6d1\" wfd-id=\"176\"><div class=\"tcb-flex-row tcb--cols--3 tcb-medium-wrap\" data-css=\"tve-u-15ee121fb1c\" wfd-id=\"177\"><div class=\"tcb-flex-col\" wfd-id=\"196\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ee1225fdf\" wfd-id=\"198\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec2477274\" wfd-id=\"202\"><span class=\"tve_image_frame\" wfd-id=\"203\"><img class=\"tve_image wp-image-1596\" alt=\"\" width=\"55\" height=\"73\" title=\"what_do_icon_01\" data-id=\"1596\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_01.png\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"201\"><p data-css=\"tve-u-15ec2481d17\"><strong>First Class Care</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"200\"><p data-css=\"tve-u-15ec2487407\">all the best for them</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2492191\" wfd-id=\"199\"><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"186\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ee1232726\" wfd-id=\"188\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec24ae116\" wfd-id=\"194\"><span class=\"tve_image_frame\" wfd-id=\"195\"><img class=\"tve_image wp-image-1597\" alt=\"\" width=\"73\" height=\"73\" title=\"what_do_icon_02\" data-id=\"1597\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_02.png\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"193\"><p data-css=\"tve-u-15ec2481d17\"><strong>Snacks Included</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"192\"><p data-css=\"tve-u-15ec2487407\">for your little one</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec3192f72\" wfd-id=\"189\"><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"178\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ee1237243\" wfd-id=\"180\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec24d5e15\" wfd-id=\"184\"><span class=\"tve_image_frame\" wfd-id=\"185\"><img class=\"tve_image wp-image-1598\" alt=\"\" width=\"65\" height=\"73\" title=\"what_do_icon_03\" data-id=\"1598\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_03.png\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"183\"><p data-css=\"tve-u-15ec2481d17\"><strong>Regularly walks</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"182\"><p data-css=\"tve-u-15ec2487407\">to keep them ealthy</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2492191\" wfd-id=\"181\"><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris.</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-15ec24f494c\" id=\"testimonials\" style=\"\" wfd-id=\"154\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ec24f97c0\" wfd-id=\"173\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec24f790d\" wfd-id=\"155\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15ec254985a\" style=\"\" wfd-id=\"156\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-15ec253a41f\" wfd-id=\"157\"><div class=\"tcb-flex-col\" wfd-id=\"161\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec253ef3a\" style=\"\" wfd-id=\"163\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec256e611\" style=\"\" wfd-id=\"166\"><p data-css=\"tve-u-15ec25610c7\"><span data-css=\"tve-u-15ec268a0a3\" style=\"font-size: 45px; color: rgb(89, 171, 227);\" wfd-id=\"171\"><span data-css=\"tve-u-15ec26760e9\" style=\"font-family: ABeeZee;\" wfd-id=\"172\">â€</span></span><span data-css=\"tve-u-15ec256b908\" style=\"font-family: &quot;Amatic SC&quot;;\" wfd-id=\"170\">&nbsp; &nbsp; &nbsp;</span><span data-css=\"tve-u-15ec2680494\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"168\"><span data-css=\"tve-u-15ec269379d\" style=\"font-size: 45px;\" wfd-id=\"169\">my chester enjoys being with them!</span> &nbsp; &nbsp;&nbsp;</span><span data-css=\"tve-u-15ec255fe12\" style=\"font-family: ABeeZee; font-weight: 400; color: rgb(89, 171, 227); font-size: 45px;\" wfd-id=\"167\">â€</span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2698d8d\" wfd-id=\"165\"><p data-css=\"tve-u-160266880a0\">We LOVE going for walks with our friends at Paw! Donâ€™t tell our mom &amp; dad,but we get really excited when they leave for work because we know it wonâ€™t be long before we get a visit from one of our favorite friends at PawCity! Best part is, they always let our parents know how ourwalk went right away so they dont have to worry about us!</p><p data-css=\"tve-u-15ec269736c\">We love you PawCity!! xoxo</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec26ab7b0\" style=\"\" wfd-id=\"164\"><p data-css=\"tve-u-15ec26a92a2\"><strong>Anna Olson</strong>, Chesterâ€™s Mom</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"158\"><div class=\"tcb-col\" wfd-id=\"160\"></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec26c390a\" id=\"aboutus\" wfd-id=\"149\">\n<div class=\"tve-page-section-out\" wfd-id=\"153\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec26b9914\" wfd-id=\"150\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15ee1037a1d\" data-tag=\"h1\" wfd-id=\"152\"><h1 data-css=\"tve-u-15ec26bd2e8\">About us</h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec31ba260\" wfd-id=\"151\"><p data-css=\"tve-u-15ec2443105\" style=\"text-align: center;\">At PawCity, we lead lives full of the unconditional love and happiness we receive from the furballs we get to spend time with everyday and we have this beautiful city and all the beautiful people in it to thank. We love you and your pups!!</p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec26ec232\" wfd-id=\"116\">\n<div class=\"tve-page-section-out\" wfd-id=\"148\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec26e5812\" wfd-id=\"117\"><div class=\"thrv_wrapper thrv-columns tcb-window-width\" style=\"width: 1603px; left: -1px;\" data-css=\"tve-u-15ee106257d\" wfd-id=\"118\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2\" data-css=\"tve-u-15ec26fee25\" wfd-id=\"119\"><div class=\"tcb-flex-col c-33\" wfd-id=\"143\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec2a38bfd\" wfd-id=\"145\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec2a33d71\" wfd-id=\"146\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"147\"><img class=\"tve_image wp-image-7399\" alt=\"\" width=\"830\" height=\"775\" title=\"about_us_dog\" data-id=\"7399\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/about_us_dog.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col c-66\" wfd-id=\"120\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec27075e1\" wfd-id=\"122\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160309f3e5d\" wfd-id=\"137\">\n<div class=\"tve-content-box-background\" wfd-id=\"142\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160309b397d\" wfd-id=\"138\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-160309b00b4\" data-float=\"1\" wfd-id=\"140\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"141\"><img class=\"tve_image wp-image-7404\" alt=\"\" width=\"64\" height=\"64\" title=\"dog_paw\" data-id=\"7404\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/dog_paw.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16030a08afd\" wfd-id=\"139\"><p>We moved to New York City with our black bulldog rescue, Blakely, in 2007 after graduating from the University of Maryland. Immediately, we realized what a dog-crazy place it was.</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160309f6c04\" wfd-id=\"131\">\n<div class=\"tve-content-box-background\" wfd-id=\"136\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160309b397d\" wfd-id=\"132\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-160309ddca8\" data-float=\"1\" wfd-id=\"134\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"135\"><img class=\"tve_image wp-image-7403\" alt=\"\" width=\"64\" height=\"64\" title=\"dog_house\" data-id=\"7403\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/dog_house.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16030a09626\" wfd-id=\"133\"><p>We knew right away that we wanted to work with the animals that we loved and that had given us so much love since we were little girls. We started PawCity Dog Walking in July of 2010.</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16030975307\" wfd-id=\"123\">\n<div class=\"tve-content-box-background\" wfd-id=\"130\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160309b397d\" wfd-id=\"124\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16030a013d7\" data-float=\"1\" wfd-id=\"128\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"129\"><img class=\"tve_image wp-image-7405\" alt=\"\" width=\"64\" height=\"64\" title=\"spinning_wheel\" data-id=\"7405\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/spinning_wheel.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160309b344b\" wfd-id=\"125\"><p>We cover the entire width of the East Side, from 96th Street to Delancey and handle every type of personality imaginable. At PawCity, we lead lives full of the unconditional love and happiness we receive from the furballs we get to spend time with everyday.</p></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" data-css=\"tve-u-15ec2a56438\" style=\"width: 1603px; left: 0px;\" id=\"getyourcoupon\" wfd-id=\"96\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ec2a5bb35\" wfd-id=\"115\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec2a5540e\" wfd-id=\"97\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ec2a80647\" wfd-id=\"98\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15ec2a9b8a9\" wfd-id=\"114\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ec2a81a9f\" wfd-id=\"99\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2a6f589\" wfd-id=\"110\"><p data-css=\"tve-u-15ec2a6b447\"><span data-css=\"tve-u-15ec2a6d9d8\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"113\"><strong>Get Your Coupon</strong></span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2aaa9a4\" wfd-id=\"106\"><p data-css=\"tve-u-15ec2ab1d6d\">We strive to keep both you and your pup as happy and comfortable as possible while youâ€™re out earning those big bucks.</p><p data-css=\"tve-u-15ec2ab1d82\"><br></p><p data-css=\"tve-u-15ec2aa8e2e\"><strong>Get <span data-css=\"tve-u-15ec2aafa24\" style=\"color: rgb(89, 171, 227);\" wfd-id=\"109\">20%</span> off your first walk. Enter your email and we\'ll send you your coupon.</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ec2abe257\" wfd-id=\"100\">\n<div class=\"tve-content-box-background\" wfd-id=\"105\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ec2acb421\" wfd-id=\"101\"><div class=\"thrv_wrapper thrv-button tve_ea_thrive_lightbox\" data-css=\"tve-u-15ec2ac01df\" data-tcb_hover_state_parent=\"false\" data-button-style=\"full_rounded\" wfd-id=\"102\">\n<a href=\"#\" class=\"tcb-button-link tve_evt_manager_listen tve_et_click\" data-tcb-events=\"__TCB_EVENT_[{&quot;config&quot;:{&quot;l_anim&quot;:&quot;zoom_in&quot;,&quot;l_id&quot;:&quot;265&quot;},&quot;a&quot;:&quot;thrive_lightbox&quot;,&quot;t&quot;:&quot;click&quot;}]_TNEVE_BCT__\">\n<span class=\"tcb-button-texts\" wfd-id=\"103\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-15ebe925072\" wfd-id=\"104\">Get Your Coupon Now</span></span>\n</a>\n</div></div>\n</div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-15ec2b0a32a\" id=\"areaweserve\" wfd-id=\"75\">\n<div class=\"tve-page-section-out\" wfd-id=\"95\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15f76fcb7df\" wfd-id=\"76\"><div class=\"thrv_wrapper thrv-columns\" style=\"\" data-css=\"tve-u-15ee103f44a\" wfd-id=\"77\"><div class=\"tcb-flex-row tcb--cols--2 tcb-medium-wrap v-2 tcb-resized\" data-css=\"tve-u-15ec2ae8715\" wfd-id=\"78\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-165b7cefd8d\" style=\"\" wfd-id=\"84\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec2b37666\" wfd-id=\"86\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"91\"><p data-css=\"tve-u-15ec2af6c4b\"><span data-css=\"tve-u-15ec2af6c4e\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"94\">area we serve</span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"87\"><p>As a small team of experienced dog owners and lovers, we really get to know you and your dog and we canguarantee consistent and personal care that is equal to your love and attention.</p><p><br></p><p><strong><span data-css=\"tve-u-15ec2afed17\" style=\"color: rgb(89, 171, 227);\" wfd-id=\"90\">We are so excited to make you a part of the family!</span></strong></p></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-165b7cefdbe\" style=\"\" wfd-id=\"79\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec2b33f06\" wfd-id=\"81\"><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-15ec2b3b468\" wfd-id=\"83\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=port saint lucie, fl&amp;t=m&amp;z=8&amp;output=embed&amp;iwloc=near\"></iframe>\n</div><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-15ec2b3b468\" wfd-id=\"82\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=port saint lucie, fl&amp;t=m&amp;z=9&amp;output=embed&amp;iwloc=near\"></iframe>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" data-css=\"tve-u-15ec2b5d54c\" style=\"width: 1603px; left: 0px;\" id=\"contact\" wfd-id=\"36\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ec2b56fac\" wfd-id=\"74\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec2b54c99\" wfd-id=\"37\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1602b31dfcd\" wfd-id=\"38\"><div class=\"tcb-flex-row tcb-resized tcb-medium-wrap tcb--cols--3\" data-css=\"tve-u-1602b37ce9d\" wfd-id=\"39\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1602be453ec\" style=\"\" wfd-id=\"68\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"70\"><div class=\"tcb-clear\" data-css=\"tve-u-1602bff3cd5\" wfd-id=\"71\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec2b6e126\" wfd-id=\"72\"><span class=\"tve_image_frame\" wfd-id=\"73\"><img class=\"tve_image wp-image-25564\" alt=\"\" width=\"142\" height=\"44\" title=\"logo_pawcity\" data-id=\"25564\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/logo_pawcity.png\"></span></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1602be45437\" style=\"\" wfd-id=\"54\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1602be56dfc\" wfd-id=\"56\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1602bfebaf9\" wfd-id=\"57\">\n<div class=\"tve-content-box-background\" wfd-id=\"67\"></div>\n<div class=\"tve-cb\" wfd-id=\"58\"><div class=\"tcb-clear\" data-css=\"tve-u-1602bf36e2c\" wfd-id=\"64\"><div class=\"thrv_wrapper tve_image_caption tcb-mobile-hidden\" data-css=\"tve-u-1602be7db66\" data-float=\"1\" wfd-id=\"65\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"66\"><img class=\"tve_image wp-image-7369\" alt=\"\" width=\"64\" height=\"64\" title=\"location\" data-id=\"7369\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/location.png\" style=\"width: 100%;\"></span></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1602bf25f10\" wfd-id=\"59\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1602befe215\" wfd-id=\"60\"><p data-css=\"tve-u-1602bfa220e\"><strong><span data-css=\"tve-u-1602b324a9b\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"63\">67 E. 3rd Street</span></strong><span data-css=\"tve-u-1602b324a9c\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"62\"> </span><span data-css=\"tve-u-1602b324ab9\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"61\">Suite B New York, NY 10003</span></p></div></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1602be4545b\" style=\"\" wfd-id=\"40\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"42\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1602bfea280\" wfd-id=\"43\">\n<div class=\"tve-content-box-background\" wfd-id=\"53\"></div>\n<div class=\"tve-cb\" wfd-id=\"44\"><div class=\"tcb-clear\" data-css=\"tve-u-1602bfc4bea\" wfd-id=\"50\"><div class=\"thrv_wrapper tve_image_caption tcb-mobile-hidden\" data-css=\"tve-u-1602bec144e\" data-float=\"1\" wfd-id=\"51\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"52\"><img class=\"tve_image wp-image-7370\" alt=\"\" width=\"64\" height=\"64\" title=\"phone\" data-id=\"7370\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/phone.png\" style=\"width: 100%;\"></span></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1602bfc74c3\" wfd-id=\"45\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1602b332fd9\" data-float=\"1\" wfd-id=\"46\"><p><strong><span data-css=\"tve-u-1602b324a9b\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"49\">080</span></strong><span data-css=\"tve-u-1602b324a9c\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"48\"> </span><span data-css=\"tve-u-1602b324ab9\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"47\">708 5583</span></p></div></div></div>\n</div></div></div></div></div></div>\n</div>'),(2599,269,'tve_revision_tve_landing_page','tcb2-one-page-site-dog-walking'),(2600,269,'tve_revision_tve_disable_theme_dependency',''),(2601,269,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv-page-section\" style=\"\" wfd-id=\"247\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ebe5d7b44\" wfd-id=\"285\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ebe51d596\" wfd-id=\"248\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15ec3055cca\" wfd-id=\"249\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2\" data-css=\"tve-u-15ebe8a2edd\" wfd-id=\"250\"><div class=\"tcb-flex-col\" wfd-id=\"279\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec30518d3\" wfd-id=\"281\"><div class=\"tcb-clear\" data-css=\"tve-u-15ecc95760b\" wfd-id=\"282\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ebe70a25b\" wfd-id=\"283\"><span class=\"tve_image_frame\" wfd-id=\"284\"><img class=\"tve_image wp-image-25564\" alt=\"\" width=\"142\" height=\"44\" title=\"logo_pawcity\" data-id=\"25564\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/logo_pawcity.png\"></span></div></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"251\"><div class=\"tcb-col\" wfd-id=\"253\"><div class=\"thrv_wrapper thrv_widget_menu tve-custom-menu-upgrade tve-mobile-dropdown     tve-dropdown-icon-style_1\" data-tve-style=\"tve_horizontal\" data-tve-switch-icon=\"tablet,mobile\" data-css=\"tve-u-165b7dbb826\" wfd-id=\"254\">	<div class=\"thrive-shortcode-config\" style=\"display: none !important\">__CONFIG_widget_menu__{\"menu_id\":\"custom\",\"color\":\"tve_red\",\"dir\":\"tve_horizontal\",\"font_class\":\"\",\"font_size\":\"\",\"ul_attr\":\"\",\"link_attr\":\"\",\"top_link_attr\":\"\",\"trigger_attr\":\"\",\"primary\":\"\",\"head_css\":\"\",\"background_hover\":\"\",\"main_hover\":\"\",\"child_hover\":\"\",\"group_edit\":[],\"menu_style\":\"\",\"dropdown_icon\":\"style_1\",\"mobile_side\":\"\",\"mobile_icon\":\"\",\"switch_to_icon\":\"tablet,mobile\"}__CONFIG_widget_menu__</div>\n<div class=\"thrive-shortcode-html tve-menu-custom-type thrive-shortcode-html-editable tve-custom-menu-type tve_clearfix \">\n<a class=\"tve-m-trigger t_tve_horizontal tve_red\" href=\"javascript:void(0)\"><div class=\"thrv_wrapper thrv_icon tcb-icon-open tve-trigger-active\" data-not-changeable=\"true\" data-selector=\"[data-css=&quot;tve-u-165b7dbb826&quot;] .tcb-icon-open\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 24\" data-name=\"align-justify\"><g><g><path class=\"st0\" d=\"M23,13H1c-0.6,0-1-0.4-1-1s0.4-1,1-1h22c0.6,0,1,0.4,1,1S23.6,13,23,13z\"></path></g><g><path class=\"st0\" d=\"M23,6.7H1c-0.6,0-1-0.4-1-1s0.4-1,1-1h22c0.6,0,1,0.4,1,1S23.6,6.7,23,6.7z\"></path></g><g><path class=\"st0\" d=\"M23,19.3H1c-0.6,0-1-0.4-1-1s0.4-1,1-1h22c0.6,0,1,0.4,1,1S23.6,19.3,23,19.3z\"></path></g></g></svg></div><div class=\"thrv_wrapper thrv_icon tcb-icon-close\" data-not-changeable=\"true\" data-selector=\"[data-css=&quot;tve-u-165b7dbb826&quot;] .tcb-icon-close\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 24\" data-name=\"close\"><path class=\"st0\" d=\"M13.4,12l7.1-7.1c0.4-0.4,0.4-1,0-1.4s-1-0.4-1.4,0L12,10.6L4.9,3.5c-0.4-0.4-1-0.4-1.4,0s-0.4,1,0,1.4l7.1,7.1 l-7.1,7.1c-0.4,0.4-0.4,1,0,1.4c0.4,0.4,1,0.4,1.4,0l7.1-7.1l7.1,7.1c0.4,0.4,1,0.4,1.4,0c0.4-0.4,0.4-1,0-1.4L13.4,12z\"></path></svg></div></a><ul id=\"menu-main-menu\" class=\"tve_w_menu tve_horizontal\"><li id=\"tcb_custom_menu_92e0ec39\" class=\"menu-item menu-item-type-post_type menu-item-object-page thrv_wrapper thrv-menu-item-element thrv-custom-menu-item\" data-selector=\"[data-css=&quot;tve-u-165b7dbb826&quot;] #tcb_custom_menu_92e0ec39\"><a href=\"https://bestcerakoteflorida.com/\"><span class=\"tve-disabled-text-inner\">Home</span><span class=\"tve-disabled-text-inner tve-item-dropdown-trigger\"></span></a></li><li id=\"tcb_custom_menu_dfd20791\" class=\"menu-item menu-item-type-post_type menu-item-object-page thrv_wrapper thrv-menu-item-element thrv-custom-menu-item\" data-selector=\"[data-css=&quot;tve-u-165b7dbb826&quot;] #tcb_custom_menu_dfd20791\"><a href=\"https://bestcerakoteflorida.com/privacy/\" target=\"_blank\"><span class=\"tve-disabled-text-inner\">Privacy</span><span class=\"tve-disabled-text-inner tve-item-dropdown-trigger\"></span></a></li><li id=\"tcb_custom_menu_c7c4a22b\" class=\"menu-item menu-item-type-post_type menu-item-object-page thrv_wrapper thrv-menu-item-element thrv-custom-menu-item\" data-selector=\"[data-css=&quot;tve-u-165b7dbb826&quot;] #tcb_custom_menu_c7c4a22b\"><a href=\"\"><span class=\"tve-disabled-text-inner\">Blog</span><span class=\"tve-disabled-text-inner tve-item-dropdown-trigger\"></span></a></li></ul></div>	</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ebe8abb9e\" wfd-id=\"214\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ebe8a4d78\" data-clip-id=\"335f47a4c8f92\" wfd-id=\"246\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-left-335f47a4c8f92\" class=\"decoration-clip clip-path-left\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" pointer-width=\"6\" pointer-height=\"2.5\" style=\"curves\" decoration-type=\"none\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon><ellipse cx=\"0.025\" cy=\"0.029412\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.08823600000000001\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.14706\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.205884\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.264708\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.323532\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.38235600000000003\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.44118\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.500004\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.558828\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.617652\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.676476\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.7353000000000001\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.794124\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.852948\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.911772\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.970596\" rx=\"0.025\" ry=\"0.029412\"></ellipse></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ebe72c974\" wfd-id=\"215\"><div class=\"thrv_wrapper thrv-columns tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec318421d\" wfd-id=\"216\"><div class=\"tcb-flex-row tcb--cols--2 tcb-resized\" data-css=\"tve-u-15ebe738fb8\" wfd-id=\"217\"><div class=\"tcb-flex-col\" data-css=\"tve-u-165b7d7585c\" style=\"\" wfd-id=\"243\"><div class=\"tcb-col\" data-css=\"tve-u-15ebe73226c\" wfd-id=\"245\"></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-165b7d75889\" style=\"\" wfd-id=\"218\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ebe89fb7a\" wfd-id=\"220\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ebe827cb3\" data-value-type=\"percent\" wfd-id=\"221\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15ebe830a90\" data-clip-id=\"bb2526ca261ae\" wfd-id=\"242\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-left-bb2526ca261ae\" class=\"decoration-clip clip-path-left\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"none\" pointer-width=\"7\" pointer-height=\"2.5\" style=\"curves\" slanted-angle=\"5\" clip-path=\"url(#clip-bottom-bb2526ca261ae)\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon><ellipse cx=\"0.025\" cy=\"0.035714\" rx=\"0.025\" ry=\"0.035714\"></ellipse><ellipse cx=\"0.025\" cy=\"0.10714200000000002\" rx=\"0.025\" ry=\"0.035714\"></ellipse><ellipse cx=\"0.025\" cy=\"0.17857\" rx=\"0.025\" ry=\"0.035714\"></ellipse><ellipse cx=\"0.025\" cy=\"0.24999800000000003\" rx=\"0.025\" ry=\"0.035714\"></ellipse><ellipse cx=\"0.025\" cy=\"0.32142600000000005\" rx=\"0.025\" ry=\"0.035714\"></ellipse><ellipse cx=\"0.025\" cy=\"0.39285400000000004\" rx=\"0.025\" ry=\"0.035714\"></ellipse><ellipse cx=\"0.025\" cy=\"0.46428200000000003\" rx=\"0.025\" ry=\"0.035714\"></ellipse><ellipse cx=\"0.025\" cy=\"0.53571\" rx=\"0.025\" ry=\"0.035714\"></ellipse><ellipse cx=\"0.025\" cy=\"0.6071380000000001\" rx=\"0.025\" ry=\"0.035714\"></ellipse><ellipse cx=\"0.025\" cy=\"0.678566\" rx=\"0.025\" ry=\"0.035714\"></ellipse><ellipse cx=\"0.025\" cy=\"0.749994\" rx=\"0.025\" ry=\"0.035714\"></ellipse><ellipse cx=\"0.025\" cy=\"0.8214220000000001\" rx=\"0.025\" ry=\"0.035714\"></ellipse><ellipse cx=\"0.025\" cy=\"0.89285\" rx=\"0.025\" ry=\"0.035714\"></ellipse><ellipse cx=\"0.025\" cy=\"0.9642780000000001\" rx=\"0.025\" ry=\"0.035714\"></ellipse></clipPath><clipPath id=\"clip-tablet-left-bb2526ca261ae\" class=\"decoration-clip clip-path-tablet-left\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"divider\" pointer-width=\"5.7\" pointer-height=\"4\" style=\"curves\" slanted-angle=\"5\" clip-path=\"url(#clip-bottom-bb2526ca261ae)\"><polygon points=\"0.04 0, 0.04 1, 1 1, 1 0\"></polygon><ellipse cx=\"0.04\" cy=\"0.027778\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.083334\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.13889\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.194446\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.250002\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.305558\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.361114\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.41667\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.47222600000000003\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.527782\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.583338\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.638894\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.69445\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.7500060000000001\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.805562\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.861118\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.916674\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.97223\" rx=\"0.04\" ry=\"0.027778\"></ellipse></clipPath><clipPath id=\"clip-bottom-bb2526ca261ae\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"none\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ebe80a9a1\" wfd-id=\"222\"><div class=\"tcb-clear\" data-css=\"tve-u-15ebe8ee6c0\" wfd-id=\"236\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15ebe8edca2\" data-tag=\"h1\" wfd-id=\"237\"><h1 data-css=\"tve-u-15ebe90cfb0\">Happy dogs =<br>â€‹â€‹â€‹â€‹â€‹happâ€‹â€‹â€‹â€‹y owners</h1></div></div><div class=\"tcb-clear\" data-css=\"tve-u-15ec30a8a14\" wfd-id=\"232\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ebe906677\" wfd-id=\"233\"><p data-css=\"tve-u-15ebe905473\">Offer your dog a premium walking experience</p></div></div><div class=\"tcb-clear\" data-css=\"tve-u-15ebe955aaa\" wfd-id=\"223\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ebe916c34\" wfd-id=\"224\">\n<div class=\"tve-content-box-background\" wfd-id=\"231\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ec3152b02\" wfd-id=\"225\"><div class=\"thrv_wrapper thrv-button tve_ea_thrive_lightbox\" data-css=\"tve-u-15ebe91a626\" data-tcb_hover_state_parent=\"false\" data-button-style=\"full_rounded\" wfd-id=\"226\">\n<a href=\"#\" class=\"tcb-button-link tve_evt_manager_listen tve_et_click\" data-tcb-events=\"__TCB_EVENT_[{&quot;config&quot;:{&quot;l_anim&quot;:&quot;zoom_in&quot;,&quot;l_id&quot;:&quot;265&quot;},&quot;a&quot;:&quot;thrive_lightbox&quot;,&quot;t&quot;:&quot;click&quot;}]_TNEVE_BCT__\">\n<span class=\"tcb-button-texts\" wfd-id=\"227\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-15ebe925072\" wfd-id=\"228\">Get -20% On Your First Walk</span></span>\n</a>\n</div></div>\n</div></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec3017516\" wfd-id=\"205\">\n<div class=\"tve-page-section-out\" wfd-id=\"213\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ebea3a693\" wfd-id=\"206\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15ebea49c0c\" id=\"whatwedo\" data-tag=\"h1\" wfd-id=\"210\"><h1 data-css=\"tve-u-15ebea42b31\" style=\"text-align: center;\">What We Do</h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2448fdb\" wfd-id=\"207\"><p data-css=\"tve-u-15ec2443105\" style=\"text-align: center;\">Our goal is to make sure the owners are comforted, the pups are exercised and happy and that we are getting our own puppy fixes. But letâ€™s be honest- itâ€™s their world, weâ€™re just living in it! As a small team of experienced dog owners and lovers, we really get to know you and your dog and we canguarantee consistent and personal care that is equal to your love and attention. We are so excited to make you a part of the family!</p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" wfd-id=\"174\">\n<div class=\"tve-page-section-out\" wfd-id=\"204\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ee1211b9b\" wfd-id=\"175\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15ee121a6d1\" wfd-id=\"176\"><div class=\"tcb-flex-row tcb--cols--3 tcb-medium-wrap\" data-css=\"tve-u-15ee121fb1c\" wfd-id=\"177\"><div class=\"tcb-flex-col\" wfd-id=\"196\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ee1225fdf\" wfd-id=\"198\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec2477274\" wfd-id=\"202\"><span class=\"tve_image_frame\" wfd-id=\"203\"><img class=\"tve_image wp-image-1596\" alt=\"\" width=\"55\" height=\"73\" title=\"what_do_icon_01\" data-id=\"1596\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_01.png\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"201\"><p data-css=\"tve-u-15ec2481d17\"><strong>First Class Care</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"200\"><p data-css=\"tve-u-15ec2487407\">all the best for them</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2492191\" wfd-id=\"199\"><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"186\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ee1232726\" wfd-id=\"188\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec24ae116\" wfd-id=\"194\"><span class=\"tve_image_frame\" wfd-id=\"195\"><img class=\"tve_image wp-image-1597\" alt=\"\" width=\"73\" height=\"73\" title=\"what_do_icon_02\" data-id=\"1597\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_02.png\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"193\"><p data-css=\"tve-u-15ec2481d17\"><strong>Snacks Included</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"192\"><p data-css=\"tve-u-15ec2487407\">for your little one</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec3192f72\" wfd-id=\"189\"><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"178\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ee1237243\" wfd-id=\"180\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec24d5e15\" wfd-id=\"184\"><span class=\"tve_image_frame\" wfd-id=\"185\"><img class=\"tve_image wp-image-1598\" alt=\"\" width=\"65\" height=\"73\" title=\"what_do_icon_03\" data-id=\"1598\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_03.png\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"183\"><p data-css=\"tve-u-15ec2481d17\"><strong>Regularly walks</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"182\"><p data-css=\"tve-u-15ec2487407\">to keep them ealthy</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2492191\" wfd-id=\"181\"><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris.</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-15ec24f494c\" id=\"testimonials\" style=\"\" wfd-id=\"154\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ec24f97c0\" wfd-id=\"173\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec24f790d\" wfd-id=\"155\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15ec254985a\" style=\"\" wfd-id=\"156\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-15ec253a41f\" wfd-id=\"157\"><div class=\"tcb-flex-col\" wfd-id=\"161\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec253ef3a\" style=\"\" wfd-id=\"163\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec256e611\" style=\"\" wfd-id=\"166\"><p data-css=\"tve-u-15ec25610c7\"><span data-css=\"tve-u-15ec268a0a3\" style=\"font-size: 45px; color: rgb(89, 171, 227);\" wfd-id=\"171\"><span data-css=\"tve-u-15ec26760e9\" style=\"font-family: ABeeZee;\" wfd-id=\"172\">â€</span></span><span data-css=\"tve-u-15ec256b908\" style=\"font-family: &quot;Amatic SC&quot;;\" wfd-id=\"170\">&nbsp; &nbsp; &nbsp;</span><span data-css=\"tve-u-15ec2680494\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"168\"><span data-css=\"tve-u-15ec269379d\" style=\"font-size: 45px;\" wfd-id=\"169\">my chester enjoys being with them!</span> &nbsp; &nbsp;&nbsp;</span><span data-css=\"tve-u-15ec255fe12\" style=\"font-family: ABeeZee; font-weight: 400; color: rgb(89, 171, 227); font-size: 45px;\" wfd-id=\"167\">â€</span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2698d8d\" wfd-id=\"165\"><p data-css=\"tve-u-160266880a0\">We LOVE going for walks with our friends at Paw! Donâ€™t tell our mom &amp; dad,but we get really excited when they leave for work because we know it wonâ€™t be long before we get a visit from one of our favorite friends at PawCity! Best part is, they always let our parents know how ourwalk went right away so they dont have to worry about us!</p><p data-css=\"tve-u-15ec269736c\">We love you PawCity!! xoxo</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec26ab7b0\" style=\"\" wfd-id=\"164\"><p data-css=\"tve-u-15ec26a92a2\"><strong>Anna Olson</strong>, Chesterâ€™s Mom</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"158\"><div class=\"tcb-col\" wfd-id=\"160\"></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec26c390a\" id=\"aboutus\" wfd-id=\"149\">\n<div class=\"tve-page-section-out\" wfd-id=\"153\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec26b9914\" wfd-id=\"150\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15ee1037a1d\" data-tag=\"h1\" wfd-id=\"152\"><h1 data-css=\"tve-u-15ec26bd2e8\">About us</h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec31ba260\" wfd-id=\"151\"><p data-css=\"tve-u-15ec2443105\" style=\"text-align: center;\">At PawCity, we lead lives full of the unconditional love and happiness we receive from the furballs we get to spend time with everyday and we have this beautiful city and all the beautiful people in it to thank. We love you and your pups!!</p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec26ec232\" wfd-id=\"116\">\n<div class=\"tve-page-section-out\" wfd-id=\"148\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec26e5812\" wfd-id=\"117\"><div class=\"thrv_wrapper thrv-columns tcb-window-width\" style=\"width: 1603px; left: -1px;\" data-css=\"tve-u-15ee106257d\" wfd-id=\"118\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2\" data-css=\"tve-u-15ec26fee25\" wfd-id=\"119\"><div class=\"tcb-flex-col c-33\" wfd-id=\"143\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec2a38bfd\" wfd-id=\"145\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec2a33d71\" wfd-id=\"146\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"147\"><img class=\"tve_image wp-image-7399\" alt=\"\" width=\"830\" height=\"775\" title=\"about_us_dog\" data-id=\"7399\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/about_us_dog.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col c-66\" wfd-id=\"120\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec27075e1\" wfd-id=\"122\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160309f3e5d\" wfd-id=\"137\">\n<div class=\"tve-content-box-background\" wfd-id=\"142\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160309b397d\" wfd-id=\"138\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-160309b00b4\" data-float=\"1\" wfd-id=\"140\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"141\"><img class=\"tve_image wp-image-7404\" alt=\"\" width=\"64\" height=\"64\" title=\"dog_paw\" data-id=\"7404\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/dog_paw.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16030a08afd\" wfd-id=\"139\"><p>We moved to New York City with our black bulldog rescue, Blakely, in 2007 after graduating from the University of Maryland. Immediately, we realized what a dog-crazy place it was.</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160309f6c04\" wfd-id=\"131\">\n<div class=\"tve-content-box-background\" wfd-id=\"136\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160309b397d\" wfd-id=\"132\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-160309ddca8\" data-float=\"1\" wfd-id=\"134\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"135\"><img class=\"tve_image wp-image-7403\" alt=\"\" width=\"64\" height=\"64\" title=\"dog_house\" data-id=\"7403\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/dog_house.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16030a09626\" wfd-id=\"133\"><p>We knew right away that we wanted to work with the animals that we loved and that had given us so much love since we were little girls. We started PawCity Dog Walking in July of 2010.</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16030975307\" wfd-id=\"123\">\n<div class=\"tve-content-box-background\" wfd-id=\"130\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160309b397d\" wfd-id=\"124\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16030a013d7\" data-float=\"1\" wfd-id=\"128\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"129\"><img class=\"tve_image wp-image-7405\" alt=\"\" width=\"64\" height=\"64\" title=\"spinning_wheel\" data-id=\"7405\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/spinning_wheel.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160309b344b\" wfd-id=\"125\"><p>We cover the entire width of the East Side, from 96th Street to Delancey and handle every type of personality imaginable. At PawCity, we lead lives full of the unconditional love and happiness we receive from the furballs we get to spend time with everyday.</p></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" data-css=\"tve-u-15ec2a56438\" style=\"width: 1603px; left: 0px;\" id=\"getyourcoupon\" wfd-id=\"96\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ec2a5bb35\" wfd-id=\"115\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec2a5540e\" wfd-id=\"97\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ec2a80647\" wfd-id=\"98\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15ec2a9b8a9\" wfd-id=\"114\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ec2a81a9f\" wfd-id=\"99\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2a6f589\" wfd-id=\"110\"><p data-css=\"tve-u-15ec2a6b447\"><span data-css=\"tve-u-15ec2a6d9d8\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"113\"><strong>Get Your Coupon</strong></span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2aaa9a4\" wfd-id=\"106\"><p data-css=\"tve-u-15ec2ab1d6d\">We strive to keep both you and your pup as happy and comfortable as possible while youâ€™re out earning those big bucks.</p><p data-css=\"tve-u-15ec2ab1d82\"><br></p><p data-css=\"tve-u-15ec2aa8e2e\"><strong>Get <span data-css=\"tve-u-15ec2aafa24\" style=\"color: rgb(89, 171, 227);\" wfd-id=\"109\">20%</span> off your first walk. Enter your email and we\'ll send you your coupon.</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ec2abe257\" wfd-id=\"100\">\n<div class=\"tve-content-box-background\" wfd-id=\"105\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ec2acb421\" wfd-id=\"101\"><div class=\"thrv_wrapper thrv-button tve_ea_thrive_lightbox\" data-css=\"tve-u-15ec2ac01df\" data-tcb_hover_state_parent=\"false\" data-button-style=\"full_rounded\" wfd-id=\"102\">\n<a href=\"#\" class=\"tcb-button-link tve_evt_manager_listen tve_et_click\" data-tcb-events=\"__TCB_EVENT_[{&quot;config&quot;:{&quot;l_anim&quot;:&quot;zoom_in&quot;,&quot;l_id&quot;:&quot;265&quot;},&quot;a&quot;:&quot;thrive_lightbox&quot;,&quot;t&quot;:&quot;click&quot;}]_TNEVE_BCT__\">\n<span class=\"tcb-button-texts\" wfd-id=\"103\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-15ebe925072\" wfd-id=\"104\">Get Your Coupon Now</span></span>\n</a>\n</div></div>\n</div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-15ec2b0a32a\" id=\"areaweserve\" wfd-id=\"75\">\n<div class=\"tve-page-section-out\" wfd-id=\"95\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15f76fcb7df\" wfd-id=\"76\"><div class=\"thrv_wrapper thrv-columns\" style=\"\" data-css=\"tve-u-15ee103f44a\" wfd-id=\"77\"><div class=\"tcb-flex-row tcb--cols--2 tcb-medium-wrap v-2 tcb-resized\" data-css=\"tve-u-15ec2ae8715\" wfd-id=\"78\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-165b7cefd8d\" style=\"\" wfd-id=\"84\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec2b37666\" wfd-id=\"86\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"91\"><p data-css=\"tve-u-15ec2af6c4b\"><span data-css=\"tve-u-15ec2af6c4e\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"94\">area we serve</span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"87\"><p>As a small team of experienced dog owners and lovers, we really get to know you and your dog and we canguarantee consistent and personal care that is equal to your love and attention.</p><p><br></p><p><strong><span data-css=\"tve-u-15ec2afed17\" style=\"color: rgb(89, 171, 227);\" wfd-id=\"90\">We are so excited to make you a part of the family!</span></strong></p></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-165b7cefdbe\" style=\"\" wfd-id=\"79\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec2b33f06\" wfd-id=\"81\"><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-15ec2b3b468\" wfd-id=\"83\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=port saint lucie, fl&amp;t=m&amp;z=8&amp;output=embed&amp;iwloc=near\"></iframe>\n</div><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-15ec2b3b468\" wfd-id=\"82\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=port saint lucie, fl&amp;t=m&amp;z=9&amp;output=embed&amp;iwloc=near\"></iframe>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" data-css=\"tve-u-15ec2b5d54c\" style=\"width: 1603px; left: 0px;\" id=\"contact\" wfd-id=\"36\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ec2b56fac\" wfd-id=\"74\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec2b54c99\" wfd-id=\"37\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1602b31dfcd\" wfd-id=\"38\"><div class=\"tcb-flex-row tcb-resized tcb-medium-wrap tcb--cols--3\" data-css=\"tve-u-1602b37ce9d\" wfd-id=\"39\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1602be453ec\" style=\"\" wfd-id=\"68\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"70\"><div class=\"tcb-clear\" data-css=\"tve-u-1602bff3cd5\" wfd-id=\"71\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec2b6e126\" wfd-id=\"72\"><span class=\"tve_image_frame\" wfd-id=\"73\"><img class=\"tve_image wp-image-25564\" alt=\"\" width=\"142\" height=\"44\" title=\"logo_pawcity\" data-id=\"25564\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/logo_pawcity.png\"></span></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1602be45437\" style=\"\" wfd-id=\"54\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1602be56dfc\" wfd-id=\"56\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1602bfebaf9\" wfd-id=\"57\">\n<div class=\"tve-content-box-background\" wfd-id=\"67\"></div>\n<div class=\"tve-cb\" wfd-id=\"58\"><div class=\"tcb-clear\" data-css=\"tve-u-1602bf36e2c\" wfd-id=\"64\"><div class=\"thrv_wrapper tve_image_caption tcb-mobile-hidden\" data-css=\"tve-u-1602be7db66\" data-float=\"1\" wfd-id=\"65\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"66\"><img class=\"tve_image wp-image-7369\" alt=\"\" width=\"64\" height=\"64\" title=\"location\" data-id=\"7369\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/location.png\" style=\"width: 100%;\"></span></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1602bf25f10\" wfd-id=\"59\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1602befe215\" wfd-id=\"60\"><p data-css=\"tve-u-1602bfa220e\"><strong><span data-css=\"tve-u-1602b324a9b\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"63\">67 E. 3rd Street</span></strong><span data-css=\"tve-u-1602b324a9c\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"62\"> </span><span data-css=\"tve-u-1602b324ab9\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"61\">Suite B New York, NY 10003</span></p></div></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1602be4545b\" style=\"\" wfd-id=\"40\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"42\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1602bfea280\" wfd-id=\"43\">\n<div class=\"tve-content-box-background\" wfd-id=\"53\"></div>\n<div class=\"tve-cb\" wfd-id=\"44\"><div class=\"tcb-clear\" data-css=\"tve-u-1602bfc4bea\" wfd-id=\"50\"><div class=\"thrv_wrapper tve_image_caption tcb-mobile-hidden\" data-css=\"tve-u-1602bec144e\" data-float=\"1\" wfd-id=\"51\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"52\"><img class=\"tve_image wp-image-7370\" alt=\"\" width=\"64\" height=\"64\" title=\"phone\" data-id=\"7370\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/phone.png\" style=\"width: 100%;\"></span></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1602bfc74c3\" wfd-id=\"45\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1602b332fd9\" data-float=\"1\" wfd-id=\"46\"><p><strong><span data-css=\"tve-u-1602b324a9b\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"49\">080</span></strong><span data-css=\"tve-u-1602b324a9c\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"48\"> </span><span data-css=\"tve-u-1602b324ab9\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"47\">708 5583</span></p></div></div></div>\n</div></div></div></div></div></div>\n</div>'),(2602,269,'tve_revision_tve_content_more_found',''),(2603,269,'tve_revision_tve_save_post',''),(2604,269,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Montserrat:400,200,300&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Amatic+SC:400&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=ABeeZee:400&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-160309b397d\"]::after { clear: both; }[data-css=\"tve-u-160309b344b\"] { position: relative !important; margin-left: 100px !important; }[data-css=\"tve-u-160309b00b4\"] + div { clear: none; }[data-css=\"tve-u-160309b00b4\"] { float: none; width: 60px; position: absolute; margin-bottom: 0px !important; margin-top: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-16030975307\"] { max-width: 75%; margin-left: 80px !important; }[data-css=\"tve-u-1602bfa220e\"] { line-height: 1.85em !important; }[data-css=\"tve-u-1602be7db66\"] { float: left; width: 40px; z-index: 3; position: relative; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1602be56dfc\"]::after { clear: both; }[data-css=\"tve-u-1602be4545b\"] { max-width: 25%; }[data-css=\"tve-u-1602be45437\"] { max-width: 48.1%; }[data-css=\"tve-u-1602be453ec\"] { max-width: 26.9%; }[data-css=\"tve-u-1602b37ce9d\"] > .tcb-flex-col > .tcb-col { justify-content: center; }[data-css=\"tve-u-1602b332fd9\"] { max-width: 264px; position: relative; float: right; z-index: 3; width: 100%; padding-left: 1px !important; margin-top: 1px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1602b324a9c\"] { color: rgb(74, 163, 223) !important; }[data-css=\"tve-u-1602b324a9b\"] { color: rgb(74, 163, 223) !important; }[data-css=\"tve-u-1602b31dfcd\"] { max-width: 1296px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15f76fcb7df\"] { max-width: 100%; }[data-css=\"tve-u-15ee121fb1c\"] .tcb-flex-col { flex-basis: 285px !important; }[data-css=\"tve-u-15ec30a8a14\"]::after { clear: both; }#tve_editor [data-css=\"tve-u-15ebe90cfb0\"] { font-size: 96px !important; }[data-css=\"tve-u-15ee1237243\"] { box-shadow: rgba(73, 137, 181, 0.15) -3px 7px 69px 10px; }[data-css=\"tve-u-15ee1232726\"] { box-shadow: rgba(73, 137, 181, 0.15) -3px 7px 69px 10px; }[data-css=\"tve-u-15ee121fb1c\"] > .tcb-flex-col > .tcb-col { min-height: 503px; }[data-css=\"tve-u-15ee1225fdf\"] { box-shadow: rgba(73, 137, 181, 0.15) -3px 7px 69px 10px; }[data-css=\"tve-u-15ee121fb1c\"] { margin-left: -60px; min-height: inherit; }[data-css=\"tve-u-15ee121fb1c\"] > .tcb-flex-col { padding-left: 60px; }[data-css=\"tve-u-15ee121a6d1\"] { float: none; max-width: 1296px; text-align: center; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ee1211b9b\"] { max-width: 1603px; text-align: center; }[data-css=\"tve-u-15ec26fee25\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-15ee106257d\"] { max-width: 100%; }[data-css=\"tve-u-15ec3055cca\"] { max-width: 1370px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ee103f44a\"] { float: none; max-width: 1200px; margin-left: auto !important; margin-right: auto !important; border: none; }[data-css=\"tve-u-15ee1037a1d\"] { float: none; max-width: 1296px; margin-left: auto !important; margin-right: auto !important; }#tve_editor [data-css=\"tve-u-15ec2ac01df\"]:hover .tcb-button-link { box-shadow: rgba(73, 137, 181, 0.25) -3px 7px 73px 18px; background-color: rgb(149, 250, 201) !important; }#tve_editor [data-css=\"tve-u-15ebe91a626\"]:hover .tcb-button-link { box-shadow: rgba(73, 137, 181, 0.25) -3px 7px 73px 18px; border: 0px dashed rgb(255, 255, 255); background-color: rgb(149, 250, 201) !important; font-weight: normal !important; background-image: none !important; }[data-css=\"tve-u-15ebe8a2edd\"] > .tcb-flex-col > .tcb-col { justify-content: center; }[data-css=\"tve-u-15ec3017516\"] { margin-top: 60px !important; padding-bottom: 50px !important; }[data-css=\"tve-u-15ec2b6e126\"] { width: 142px; }[data-css=\"tve-u-15ec2b5d54c\"] { margin-top: 83px !important; }[data-css=\"tve-u-15ec2b56fac\"] { background-image: linear-gradient(rgb(25, 46, 60), rgb(25, 46, 60)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-15ec2b54c99\"] { max-width: 1586px; min-height: 100px !important; }[data-css=\"tve-u-15ec2b3b468\"] { box-shadow: rgba(89, 171, 227, 0.15) -3px 7px 69px 10px; margin-top: 0px !important; margin-bottom: 0px !important; margin-left: 38px !important; }[data-css=\"tve-u-15ec2b37666\"] { margin-top: 114px !important; }[data-css=\"tve-u-15ec2b33f06\"] { padding-left: 0px !important; }[data-css=\"tve-u-15ec2b0a32a\"] { margin-top: 76px !important; }[data-css=\"tve-u-15ec2ae8715\"] > .tcb-flex-col { padding-left: 13px; }[data-css=\"tve-u-15ec2afed17\"] { color: rgb(89, 171, 227) !important; }[data-css=\"tve-u-15ec2ae8715\"] { float: none; max-width: 1453px; margin-left: -13px; margin-right: auto !important; min-height: inherit; padding-left: 15px !important; padding-right: 15px !important; }[data-css=\"tve-u-15ec2acb421\"] { min-height: 162px; }[data-css=\"tve-u-15ec2aafa24\"] { color: rgb(89, 171, 227) !important; }[data-css=\"tve-u-15ec2aaa9a4\"] { float: none; max-width: 1440px; margin-left: auto !important; margin-right: auto !important; margin-top: 25px !important; }#tve_editor [data-css=\"tve-u-15ec2aa8e2e\"] { letter-spacing: 1px; color: rgb(255, 255, 255) !important; font-size: 20px !important; }[data-css=\"tve-u-15ec2a9b8a9\"] { border: 1px solid rgb(89, 171, 227) !important; }[data-css=\"tve-u-15ec2a81a9f\"] { min-height: 162px; }[data-css=\"tve-u-15ec2a80647\"] { float: none; max-width: 97%; margin-left: auto !important; margin-right: auto !important; margin-top: 55px !important; }[data-css=\"tve-u-15ec2a6f589\"] { float: none; max-width: 1440px; margin-top: 55px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2a6d9d8\"] { font-family: \"Amatic SC\" !important; font-weight: 400 !important; }#tve_editor [data-css=\"tve-u-15ec2a6b447\"] { color: rgb(89, 171, 227) !important; font-size: 70px !important; }[data-css=\"tve-u-15ec2a5bb35\"] { background-image: linear-gradient(rgba(28, 54, 85, 0.8), rgba(28, 54, 85, 0.8)), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/coupon_background.jpg\") !important; background-size: auto, cover !important; background-position: 0px 0px, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-15ec2a56438\"] { margin-top: 69px !important; }[data-css=\"tve-u-15ec2a5540e\"] { max-width: 100%; text-align: center; min-height: 561px !important; }[data-css=\"tve-u-15ec2a38bfd\"] { margin-right: 0px !important; padding-right: 0px !important; margin-left: 0px !important; }[data-css=\"tve-u-15ec2a33d71\"] { width: 830px; position: relative; top: 0px; left: 40px; z-index: 7; float: none; padding-right: 0px !important; padding-left: 0px !important; }[data-css=\"tve-u-15ec27075e1\"] { border-left: 1px solid rgb(232, 238, 241); border-top: 1px solid rgb(232, 238, 241); border-bottom: 1px solid rgb(232, 238, 241); }[data-css=\"tve-u-15ec26fee25\"] > .tcb-flex-col > .tcb-col { min-height: 612px; }[data-css=\"tve-u-15ec26fee25\"] { min-height: inherit; margin-left: 0px; padding-top: 0px !important; padding-bottom: 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-15ec26ec232\"] { margin-top: 66px !important; }[data-css=\"tve-u-15ec26e5812\"] { max-width: 100%; min-height: 586px !important; }[data-css=\"tve-u-15ec26c390a\"] { margin-top: 60px !important; }#tve_editor [data-css=\"tve-u-15ec26bd2e8\"] { color: rgb(24, 45, 60) !important; font-size: 70px !important; }[data-css=\"tve-u-15ec26b9914\"] { max-width: 1434px; text-align: center; }[data-css=\"tve-u-15ec26ab7b0\"] { margin-top: 67px !important; }#tve_editor [data-css=\"tve-u-15ec26a92a2\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15ec2698d8d\"] { float: none; max-width: 600px; margin-left: auto !important; margin-right: auto !important; margin-top: 30px !important; }#tve_editor [data-css=\"tve-u-15ec269736c\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15ec269379d\"] { font-size: 45px !important; }[data-css=\"tve-u-15ec268a0a3\"] { font-size: 45px !important; color: rgb(89, 171, 227) !important; }[data-css=\"tve-u-15ec256e611\"] { margin-top: 0px !important; }#tve_editor [data-css=\"tve-u-15ec25610c7\"] { font-size: 40px !important; color: rgb(89, 171, 227) !important; }[data-css=\"tve-u-15ec255fe12\"] { font-family: ABeeZee !important; font-weight: 400 !important; color: rgb(89, 171, 227) !important; font-size: 45px !important; }[data-css=\"tve-u-15ec254985a\"] { margin-right: 0px !important; }[data-css=\"tve-u-15ec253ef3a\"] { text-align: center; background-image: linear-gradient(rgba(24, 45, 60, 0.95), rgba(24, 45, 60, 0.95)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; margin-top: 0px !important; padding-top: 130px !important; padding-bottom: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-15ec253a41f\"] > .tcb-flex-col > .tcb-col { min-height: 661px; }[data-css=\"tve-u-15ec253a41f\"] { min-height: inherit; float: none; max-width: 1474px; z-index: 3; position: relative; padding-top: 0px !important; padding-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; padding-right: 0px !important; }[data-css=\"tve-u-15ec24f97c0\"] { background-image: linear-gradient(rgba(42, 51, 68, 0.1), rgba(42, 51, 68, 0.1)), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/testimonial_bg.jpg\") !important; background-size: auto, cover !important; background-position: 0px 0px, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-15ec24f790d\"] { min-height: 661px !important; }[data-css=\"tve-u-15ec24f494c\"] { margin-top: 60px !important; }[data-css=\"tve-u-15ec24d5e15\"] + div { clear: none; }[data-css=\"tve-u-15ec24d5e15\"] { float: none; width: 65px; margin-left: auto !important; margin-right: auto !important; margin-top: 40px !important; }[data-css=\"tve-u-15ec24ae116\"] + div { clear: none; }[data-css=\"tve-u-15ec24ae116\"] { float: none; width: 73px; margin-left: auto !important; margin-right: auto !important; margin-top: 40px !important; }[data-css=\"tve-u-15ec249b3f6\"] { line-height: 1.9em !important; }[data-css=\"tve-u-15ec2492191\"] { margin-left: 25px !important; margin-right: 25px !important; margin-top: 25px !important; }#tve_editor [data-css=\"tve-u-15ec2487407\"] { text-transform: uppercase !important; color: rgb(135, 156, 171) !important; font-size: 17px !important; }#tve_editor [data-css=\"tve-u-15ec2481d17\"] { font-size: 20px !important; }[data-css=\"tve-u-15ec2477274\"] + div { clear: none; }[data-css=\"tve-u-15ec2477274\"] { float: none; width: 55px; margin-left: auto !important; margin-right: auto !important; margin-top: 40px !important; }[data-css=\"tve-u-15ec2448fdb\"] { float: none; max-width: 1296px; margin-top: 10px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2443105\"] { line-height: 1.8em !important; }[data-css=\"tve-u-15ebea49c0c\"] { float: none; max-width: 1440px; margin-left: auto !important; margin-right: auto !important; margin-top: 0px !important; }#tve_editor [data-css=\"tve-u-15ebea42b31\"] { color: rgb(24, 45, 60) !important; font-size: 70px !important; }[data-css=\"tve-u-15ebea3a693\"] { max-width: 1434px; }[data-css=\"tve-u-15ebe955aaa\"]::after { clear: both; }#tve_editor [data-css=\"tve-u-15ebe925072\"] { font-family: Montserrat; letter-spacing: 0px; font-weight: 400; font-size: 20px !important; color: rgb(24, 45, 60) !important; }[data-css=\"tve-u-15ebe91a626\"] { display: block; max-width: 423px; margin-left: 50px !important; margin-right: 0px !important; }[data-css=\"tve-u-15ebe91a626\"] .tcb-button-link { border-radius: 200px; min-height: 67.1429px; font-size: 1.6em; padding-top: 0px; padding-bottom: 0px; background-color: rgb(105, 240, 174) !important; padding-left: 15px !important; background-image: none !important; }[data-css=\"tve-u-15ebe916c34\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 733px; }[data-css=\"tve-u-15ebe90cfb0\"] { line-height: 1.1em !important; }[data-css=\"tve-u-15ebe906677\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 669px; margin-left: 50px !important; margin-top: 40px !important; }#tve_editor [data-css=\"tve-u-15ebe905473\"] { font-size: 22px !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15ebe8ee6c0\"]::after { clear: both; }[data-css=\"tve-u-15ebe8edca2\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 722px; padding-left: 0px !important; margin-left: 50px !important; margin-top: 104px !important; }[data-css=\"tve-u-15ebe8abb9e\"] { padding: 0px !important; }[data-css=\"tve-u-15ebe8a4d78\"] { clip-path: url(\"#clip-left-335f47a4c8f92\"); -webkit-clip-path: url(\"#clip-left-335f47a4c8f92\");  }[data-css=\"tve-u-15ebe8a2edd\"] { padding-bottom: 15px !important; padding-top: 15px !important; }[data-css=\"tve-u-15ebe89fb7a\"] { margin-left: -35px !important; }[data-css=\"tve-u-15ebe830a90\"] { clip-path: url(\"#clip-left-bb2526ca261ae\"); -webkit-clip-path: url(\"#clip-left-bb2526ca261ae\");  background-image: linear-gradient(rgb(89, 171, 227), rgb(89, 171, 227)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; border: none; }[data-css=\"tve-u-15ebe827cb3\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 0px !important; }[data-css=\"tve-u-15ebe80a9a1\"] { min-height: 729px; }[data-css=\"tve-u-15ebe738fb8\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-15ebe738fb8\"] > .tcb-flex-col > .tcb-col { min-height: 729px; }[data-css=\"tve-u-15ebe738fb8\"] { min-height: inherit; margin-left: 0px; padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-15ebe73226c\"] { background-image: none !important; }[data-css=\"tve-u-15ebe72c974\"] { max-width: 1620px; }[data-css=\"tve-u-15ebe70a25b\"] { width: 142px; margin-top: 20px !important; padding-left: 0px !important; margin-left: 30px !important; }[data-css=\"tve-u-15ebe5d7b44\"] { background-image: linear-gradient(rgb(0, 0, 0), rgb(0, 0, 0)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-15ebe51d596\"] { max-width: 100%; min-height: 100px !important; }#tcb_landing_page h3 { font-family: Montserrat; font-weight: 200; font-size: 20px; color: rgb(24, 45, 60); }#tcb_landing_page h2 { font-family: \"Amatic SC\"; font-weight: 400; font-size: 70px; color: rgb(24, 45, 60); }#tcb_landing_page h1 { font-family: \"Amatic SC\"; font-weight: 400; font-size: 96px; color: rgb(255, 255, 255); }#tcb_landing_page p, #tcb_landing_page li { font-family: Montserrat; font-weight: 200; color: rgb(24, 45, 60); font-size: 18px; line-height: 1.667em; }[data-css=\"tve-u-15e09c94f7d\"] { background-color: rgb(255, 255, 255); }[data-css=\"tve-u-15ec256b908\"] { font-family: \"Amatic SC\" !important; font-weight: 400 !important; }[data-css=\"tve-u-15ec26760e9\"] { font-family: ABeeZee !important; font-weight: 400 !important; }[data-css=\"tve-u-15ec2680494\"] { font-family: \"Amatic SC\" !important; font-weight: 400 !important; }#tve_editor [data-css=\"tve-u-15ec2ab1d6d\"] { letter-spacing: 1px; color: rgb(255, 255, 255) !important; font-size: 20px !important; }#tve_editor [data-css=\"tve-u-15ec2ab1d82\"] { letter-spacing: 1px; color: rgb(255, 255, 255) !important; font-size: 20px !important; }[data-css=\"tve-u-15ec2abe257\"] { float: none; z-index: 3; position: relative; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2ac01df\"] { display: block; max-width: 423px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2ac01df\"] .tcb-button-link { border-radius: 200px; min-height: 67.1429px; font-size: 1.6em; padding-top: 0px; padding-bottom: 0px; background-color: rgb(105, 240, 174) !important; padding-left: 15px !important; }#tve_editor [data-css=\"tve-u-15ec2af6c4b\"] { color: rgb(24, 45, 60) !important; font-size: 70px !important; }[data-css=\"tve-u-15ec2af6c4e\"] { font-family: \"Amatic SC\" !important; font-weight: 400 !important; }[data-css=\"tve-u-15ec3192f72\"] { margin-left: 25px !important; margin-right: 25px !important; margin-top: 25px !important; }[data-css=\"tve-u-15ec31ba260\"] { float: none; max-width: 1296px; margin-top: 10px !important; margin-left: auto !important; margin-right: auto !important; }#tcb_landing_page a:hover:not(.tcb-button-link) { color: rgb(89, 171, 227); }#tcb_landing_page .tve-state-hovera:not(.tcb-button-link) { color: rgb(89, 171, 227); }#tve_editor [data-css=\"tve-u-160266880a0\"] { color: rgb(255, 255, 255) !important; font-family: Montserrat !important; }[data-css=\"tve-u-1602b324ab9\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1602bec144e\"] { width: 36px; float: left; z-index: 3; position: static; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1602befe215\"] { max-width: 386px; position: relative !important; padding-left: 1px !important; margin-top: 0px !important; margin-left: 50px !important; }[data-css=\"tve-u-160309ddca8\"] + div { clear: none; }[data-css=\"tve-u-160309ddca8\"] { float: none; width: 60px; position: absolute; margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-160309f3e5d\"] { max-width: 75%; margin-left: 80px !important; margin-top: 60px !important; margin-bottom: 40px !important; }[data-css=\"tve-u-160309f6c04\"] { max-width: 75%; margin-left: 80px !important; margin-top: 60px !important; margin-bottom: 80px !important; }[data-css=\"tve-u-16030a013d7\"] + div { clear: none; }[data-css=\"tve-u-16030a013d7\"] { float: none; width: 60px; position: absolute; margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-16030a08afd\"] { position: relative !important; margin-left: 100px !important; }[data-css=\"tve-u-16030a09626\"] { position: relative !important; margin-left: 100px !important; }#tcb_landing_page a.tve-state-hover:not(.tcb-button-link) { color: rgb(89, 171, 227); }[data-css=\"tve-u-15ec2ae8715\"] > .tcb-flex-col > .tcb-col { min-height: 10px; }[data-css=\"tve-u-165b7cefd8d\"] { max-width: 42.3%; }[data-css=\"tve-u-165b7cefdbe\"] { max-width: 57.7%; }[data-css=\"tve-u-165b7d7585c\"] { max-width: 58.4%; }[data-css=\"tve-u-165b7d75889\"] { max-width: 41.6%; }[data-css=\"tve-u-165b7dbb826\"] { margin: 4px auto 12px !important; padding-top: 0px !important; float: none; width: 100%; z-index: 3; position: relative; }[data-css=\"tve-u-165b7dbb826\"] #tcb_custom_menu_92e0ec39 { padding-left: 21px !important; padding-right: 21px !important; }[data-css=\"tve-u-165b7dbb826\"] #tcb_custom_menu_dfd20791 { padding-left: 21px !important; padding-right: 21px !important; }[data-css=\"tve-u-165b7dbb826\"] #tcb_custom_menu_c7c4a22b { padding-left: 21px !important; padding-right: 21px !important; }}@media (max-width: 1023px){[data-css=\"tve-u-1602b332fd9\"] { float: none; max-width: 121px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1602befe215\"] { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1602b37ce9d\"] .tcb-flex-col { flex-basis: 420px !important; }[data-css=\"tve-u-1602bec144e\"] { float: none; z-index: 3; position: relative; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1602be7db66\"] { float: none; z-index: 3; position: relative; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2a38bfd\"] { text-align: left; }[data-css=\"tve-u-15ec27075e1\"] { margin-top: 0px !important; }[data-css=\"tve-u-15ee1237243\"] { margin-top: 52px !important; }[data-css=\"tve-u-15ee121a6d1\"] { margin-left: 33px !important; margin-right: 33px !important; }[data-css=\"tve-u-15ecc95760b\"]::after { clear: both; }[data-css=\"tve-u-15ebe51d596\"] { text-align: left; }[data-css=\"tve-u-15ec2b6e126\"] { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2b54c99\"] { text-align: left; }[data-css=\"tve-u-15ec2b3b468\"] { margin-left: 0px !important; margin-top: 20px !important; }[data-css=\"tve-u-15ec2b37666\"] { margin-top: 0px !important; }[data-css=\"tve-u-15ec2a80647\"] { margin-top: 0px !important; padding-left: 10px !important; padding-right: 10px !important; }[data-css=\"tve-u-15ec2a5540e\"] { max-width: 720px; }[data-css=\"tve-u-15ec2a33d71\"] { width: 395px; float: none; z-index: 3; position: relative; margin: 80px auto 0px !important; }[data-css=\"tve-u-15ec26b9914\"] { max-width: 720px; }[data-css=\"tve-u-15ec253ef3a\"] { padding: 25px 10px !important; }[data-css=\"tve-u-15ebea3a693\"] { max-width: 720px; }[data-css=\"tve-u-15ec30a8a14\"]::after { clear: both; }[data-css=\"tve-u-15ebe916c34\"] { max-width: 376px; }[data-css=\"tve-u-15ebe8a2edd\"] > .tcb-flex-col > .tcb-col { justify-content: center; min-height: 91px; }[data-css=\"tve-u-15ebe70a25b\"] { float: right; z-index: 3; position: relative; margin: 0px auto !important; }[data-css=\"tve-u-15ec3055cca\"] { text-align: center; margin-top: 0px !important; }[data-css=\"tve-u-15ebe8a2edd\"] { min-height: inherit; float: none; max-width: 100%; padding-top: 0px !important; padding-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec30518d3\"] { text-align: center; margin-left: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-15ebe830a90\"] { clip-path: url(\"#clip-tablet-left-bb2526ca261ae\"); -webkit-clip-path: url(\"#clip-tablet-left-bb2526ca261ae\");  }[data-css=\"tve-u-15ebe91a626\"] { margin-left: 30px !important; }[data-css=\"tve-u-15ebe906677\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 336px; margin-left: 30px !important; }[data-css=\"tve-u-15ebe8edca2\"] { margin-left: 30px !important; }[data-css=\"tve-u-15ebe89fb7a\"] { margin-left: -35px !important; }[data-css=\"tve-u-15ebe827cb3\"] { max-width: 100%; }#tve_editor [data-css=\"tve-u-15ebe90cfb0\"] { font-size: 84px !important; }}@media (max-width: 767px){[data-css=\"tve-u-160309b344b\"] { margin-left: 10px !important; margin-top: 30px !important; margin-right: 10px !important; }[data-css=\"tve-u-16030a013d7\"] { position: static; }[data-css=\"tve-u-16030a09626\"] { margin-left: 10px !important; margin-top: 30px !important; margin-right: 10px !important; }[data-css=\"tve-u-160309ddca8\"] { position: static; }[data-css=\"tve-u-16030a08afd\"] { margin-left: 10px !important; margin-right: 10px !important; margin-top: 30px !important; }[data-css=\"tve-u-160309b00b4\"] { position: static; }[data-css=\"tve-u-16030975307\"] { max-width: 100%; margin-left: 10px !important; margin-right: 10px !important; }[data-css=\"tve-u-160309f6c04\"] { max-width: 100%; margin-left: 10px !important; margin-right: 10px !important; }[data-css=\"tve-u-160309f3e5d\"] { max-width: 100%; margin-left: 10px !important; margin-right: 10px !important; }[data-css=\"tve-u-15ec2a38bfd\"]::after { clear: both; }[data-css=\"tve-u-1602bff3cd5\"]::after { clear: both; }[data-css=\"tve-u-1602bfea280\"] { margin-top: 0px !important; margin-bottom: 20px !important; }[data-css=\"tve-u-15ec2b6e126\"] { float: left; z-index: 3; position: relative; margin-left: 24px !important; }[data-css=\"tve-u-1602bf25f10\"]::after { clear: both; }[data-css=\"tve-u-1602b332fd9\"] { max-width: 257px; float: left; z-index: 3; position: relative; width: 100%; margin-top: 20px !important; margin-left: 20px !important; }[data-css=\"tve-u-15ec253ef3a\"] { padding-top: 30px !important; padding-bottom: 30px !important; }[data-css=\"tve-u-15ee1237243\"] { margin-top: 25px !important; }[data-css=\"tve-u-15ee1232726\"] { margin-top: 25px !important; }[data-css=\"tve-u-15ebe70a25b\"] { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2ae8715\"] { margin-left: -15px; }[data-css=\"tve-u-15ec2ae8715\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-15ec2b33f06\"] { margin-right: 0px !important; }[data-css=\"tve-u-15ec26fee25\"] > .tcb-flex-col > .tcb-col { min-height: 387px; }[data-css=\"tve-u-15ec26fee25\"] { margin-left: 0px; min-height: inherit; }[data-css=\"tve-u-15ec26fee25\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-15ec2a33d71\"] { position: static; margin-bottom: 0px !important; }[data-css=\"tve-u-15ec31ba260\"] { padding-left: 3px !important; padding-right: 3px !important; }[data-css=\"tve-u-15ec253a41f\"] > .tcb-flex-col > .tcb-col { min-height: 27px; }[data-css=\"tve-u-15ec253a41f\"] { margin-left: 0px; min-height: inherit; }[data-css=\"tve-u-15ec253a41f\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-15ec254985a\"] { margin-top: 0px !important; }[data-css=\"tve-u-15ec24f494c\"] { margin-top: 30px !important; }[data-css=\"tve-u-15ec256e611\"] { margin-top: 0px !important; }[data-css=\"tve-u-15ec3192f72\"] { margin-bottom: 32px !important; }[data-css=\"tve-u-15ec318421d\"] { margin-bottom: 34px !important; margin-top: -105px !important; }[data-css=\"tve-u-15ebe738fb8\"] > .tcb-flex-col > .tcb-col { min-height: 554px; }[data-css=\"tve-u-15ebe738fb8\"] { min-height: inherit; padding-bottom: 0px !important; }[data-css=\"tve-u-15ec3017516\"] { margin-top: 0px !important; padding-left: 5px !important; padding-right: 5px !important; }[data-css=\"tve-u-15ebe89fb7a\"] { margin-left: -20px !important; }[data-css=\"tve-u-15ec3055cca\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-15ebe916c34\"] { margin-bottom: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-15ec3152b02\"] { min-height: 226px; }[data-css=\"tve-u-15ebe80a9a1\"] { min-height: 554px; }[data-css=\"tve-u-15ebe91a626\"] { margin-left: 28px !important; margin-right: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-15ebe906677\"] { margin-left: 30px !important; }[data-css=\"tve-u-15ebe8edca2\"] { margin-left: 30px !important; margin-top: 45px !important; }[data-css=\"tve-u-15ebe827cb3\"] { max-width: 100%; }[data-css=\"tve-u-1602befe215\"] { max-width: 257px; float: left; z-index: 3; position: relative; width: 100%; margin-top: 20px !important; margin-left: 20px !important; }}'),(2605,269,'tve_revision_tve_user_custom_css','.thrv_text_element p {margin:0;}\n.thrv_heading h1,h2,h3 {margin:0;}'),(2606,269,'tve_revision_tve_page_events','a:0:{}'),(2607,269,'tve_revision_tve_globals','a:4:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";s:11:\"extra_icons\";a:1:{i:0;a:3:{s:11:\"font-family\";s:25:\"tve-ff-6797-59f9979fd5998\";s:3:\"css\";s:87:\"http://lp-build.thrivethemes.com/wp-content/uploads/tve-ff-6797-59f9979fd5998/style.css\";s:6:\"folder\";s:92:\"/home/thrivedevbitston/public_html/landingpages/wp-content/uploads/tve-ff-6797-59f9979fd5998\";}}s:6:\"lb_map\";a:1:{i:6808;s:3:\"265\";}s:8:\"font_cls\";a:0:{}}'),(2608,269,'tve_revision_tve_global_scripts',''),(2609,269,'tve_revision_thrive_icon_pack','0'),(2610,269,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(2611,269,'tve_revision_tve_has_masonry','0'),(2612,269,'tve_revision_tve_has_typefocus','0'),(2613,269,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv-page-section\" style=\"\" wfd-id=\"247\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ebe5d7b44\" wfd-id=\"285\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ebe51d596\" wfd-id=\"248\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15ec3055cca\" wfd-id=\"249\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2\" data-css=\"tve-u-15ebe8a2edd\" wfd-id=\"250\"><div class=\"tcb-flex-col\" wfd-id=\"279\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec30518d3\" wfd-id=\"281\"><div class=\"tcb-clear\" data-css=\"tve-u-15ecc95760b\" wfd-id=\"282\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ebe70a25b\" wfd-id=\"283\"><span class=\"tve_image_frame\" wfd-id=\"284\"><img class=\"tve_image wp-image-25564\" alt=\"\" width=\"142\" height=\"44\" title=\"logo_pawcity\" data-id=\"25564\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/logo_pawcity.png\"></span></div></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"251\"><div class=\"tcb-col\" wfd-id=\"253\"><div class=\"thrv_wrapper thrv_widget_menu tve-custom-menu-upgrade tve-mobile-dropdown     tve-dropdown-icon-style_1\" data-tve-style=\"tve_horizontal\" data-tve-switch-icon=\"tablet,mobile\" data-css=\"tve-u-165b7dbb826\" wfd-id=\"254\">	<div class=\"thrive-shortcode-config\" style=\"display: none !important\">__CONFIG_widget_menu__{\"menu_id\":\"custom\",\"color\":\"tve_red\",\"dir\":\"tve_horizontal\",\"font_class\":\"\",\"font_size\":\"\",\"ul_attr\":\"\",\"link_attr\":\"\",\"top_link_attr\":\"\",\"trigger_attr\":\"\",\"primary\":\"\",\"head_css\":\"\",\"background_hover\":\"\",\"main_hover\":\"\",\"child_hover\":\"\",\"group_edit\":[],\"menu_style\":\"\",\"dropdown_icon\":\"style_1\",\"mobile_side\":\"\",\"mobile_icon\":\"\",\"switch_to_icon\":\"tablet,mobile\"}__CONFIG_widget_menu__</div>\n<div class=\"thrive-shortcode-html tve-menu-custom-type thrive-shortcode-html-editable tve-custom-menu-type tve_clearfix \">\n<a class=\"tve-m-trigger t_tve_horizontal tve_red\" href=\"javascript:void(0)\"><div class=\"thrv_wrapper thrv_icon tcb-icon-open tve-trigger-active\" data-not-changeable=\"true\" data-selector=\"[data-css=&quot;tve-u-165b7dbb826&quot;] .tcb-icon-open\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 24\" data-name=\"align-justify\"><g><g><path class=\"st0\" d=\"M23,13H1c-0.6,0-1-0.4-1-1s0.4-1,1-1h22c0.6,0,1,0.4,1,1S23.6,13,23,13z\"></path></g><g><path class=\"st0\" d=\"M23,6.7H1c-0.6,0-1-0.4-1-1s0.4-1,1-1h22c0.6,0,1,0.4,1,1S23.6,6.7,23,6.7z\"></path></g><g><path class=\"st0\" d=\"M23,19.3H1c-0.6,0-1-0.4-1-1s0.4-1,1-1h22c0.6,0,1,0.4,1,1S23.6,19.3,23,19.3z\"></path></g></g></svg></div><div class=\"thrv_wrapper thrv_icon tcb-icon-close\" data-not-changeable=\"true\" data-selector=\"[data-css=&quot;tve-u-165b7dbb826&quot;] .tcb-icon-close\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 24\" data-name=\"close\"><path class=\"st0\" d=\"M13.4,12l7.1-7.1c0.4-0.4,0.4-1,0-1.4s-1-0.4-1.4,0L12,10.6L4.9,3.5c-0.4-0.4-1-0.4-1.4,0s-0.4,1,0,1.4l7.1,7.1 l-7.1,7.1c-0.4,0.4-0.4,1,0,1.4c0.4,0.4,1,0.4,1.4,0l7.1-7.1l7.1,7.1c0.4,0.4,1,0.4,1.4,0c0.4-0.4,0.4-1,0-1.4L13.4,12z\"></path></svg></div></a><ul id=\"menu-main-menu\" class=\"tve_w_menu tve_horizontal\"><li id=\"tcb_custom_menu_92e0ec39\" class=\"menu-item menu-item-type-post_type menu-item-object-page thrv_wrapper thrv-menu-item-element thrv-custom-menu-item\" data-selector=\"[data-css=&quot;tve-u-165b7dbb826&quot;] #tcb_custom_menu_92e0ec39\"><a href=\"https://bestcerakoteflorida.com/\"><span class=\"tve-disabled-text-inner\">Home</span><span class=\"tve-disabled-text-inner tve-item-dropdown-trigger\"></span></a></li><li id=\"tcb_custom_menu_dfd20791\" class=\"menu-item menu-item-type-post_type menu-item-object-page thrv_wrapper thrv-menu-item-element thrv-custom-menu-item\" data-selector=\"[data-css=&quot;tve-u-165b7dbb826&quot;] #tcb_custom_menu_dfd20791\"><a href=\"https://bestcerakoteflorida.com/privacy/\" target=\"_blank\"><span class=\"tve-disabled-text-inner\">Privacy</span><span class=\"tve-disabled-text-inner tve-item-dropdown-trigger\"></span></a></li><li id=\"tcb_custom_menu_c7c4a22b\" class=\"menu-item menu-item-type-post_type menu-item-object-page thrv_wrapper thrv-menu-item-element thrv-custom-menu-item\" data-selector=\"[data-css=&quot;tve-u-165b7dbb826&quot;] #tcb_custom_menu_c7c4a22b\"><a href=\"\"><span class=\"tve-disabled-text-inner\">Blog</span><span class=\"tve-disabled-text-inner tve-item-dropdown-trigger\"></span></a></li></ul></div>	</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ebe8abb9e\" wfd-id=\"214\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ebe8a4d78\" data-clip-id=\"335f47a4c8f92\" wfd-id=\"246\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-left-335f47a4c8f92\" class=\"decoration-clip clip-path-left\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" pointer-width=\"6\" pointer-height=\"2.5\" style=\"curves\" decoration-type=\"none\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon><ellipse cx=\"0.025\" cy=\"0.029412\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.08823600000000001\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.14706\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.205884\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.264708\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.323532\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.38235600000000003\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.44118\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.500004\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.558828\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.617652\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.676476\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.7353000000000001\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.794124\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.852948\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.911772\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.970596\" rx=\"0.025\" ry=\"0.029412\"></ellipse></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ebe72c974\" wfd-id=\"215\"><div class=\"thrv_wrapper thrv-columns tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec318421d\" wfd-id=\"216\"><div class=\"tcb-flex-row tcb--cols--2 tcb-resized\" data-css=\"tve-u-15ebe738fb8\" wfd-id=\"217\"><div class=\"tcb-flex-col\" data-css=\"tve-u-165b7d7585c\" style=\"\" wfd-id=\"243\"><div class=\"tcb-col\" data-css=\"tve-u-15ebe73226c\" wfd-id=\"245\"></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-165b7d75889\" style=\"\" wfd-id=\"218\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ebe89fb7a\" wfd-id=\"220\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ebe827cb3\" data-value-type=\"percent\" wfd-id=\"221\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15ebe830a90\" data-clip-id=\"bb2526ca261ae\" wfd-id=\"242\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-left-bb2526ca261ae\" class=\"decoration-clip clip-path-left\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"none\" pointer-width=\"7\" pointer-height=\"2.5\" style=\"curves\" slanted-angle=\"5\" clip-path=\"url(#clip-bottom-bb2526ca261ae)\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon><ellipse cx=\"0.025\" cy=\"0.035714\" rx=\"0.025\" ry=\"0.035714\"></ellipse><ellipse cx=\"0.025\" cy=\"0.10714200000000002\" rx=\"0.025\" ry=\"0.035714\"></ellipse><ellipse cx=\"0.025\" cy=\"0.17857\" rx=\"0.025\" ry=\"0.035714\"></ellipse><ellipse cx=\"0.025\" cy=\"0.24999800000000003\" rx=\"0.025\" ry=\"0.035714\"></ellipse><ellipse cx=\"0.025\" cy=\"0.32142600000000005\" rx=\"0.025\" ry=\"0.035714\"></ellipse><ellipse cx=\"0.025\" cy=\"0.39285400000000004\" rx=\"0.025\" ry=\"0.035714\"></ellipse><ellipse cx=\"0.025\" cy=\"0.46428200000000003\" rx=\"0.025\" ry=\"0.035714\"></ellipse><ellipse cx=\"0.025\" cy=\"0.53571\" rx=\"0.025\" ry=\"0.035714\"></ellipse><ellipse cx=\"0.025\" cy=\"0.6071380000000001\" rx=\"0.025\" ry=\"0.035714\"></ellipse><ellipse cx=\"0.025\" cy=\"0.678566\" rx=\"0.025\" ry=\"0.035714\"></ellipse><ellipse cx=\"0.025\" cy=\"0.749994\" rx=\"0.025\" ry=\"0.035714\"></ellipse><ellipse cx=\"0.025\" cy=\"0.8214220000000001\" rx=\"0.025\" ry=\"0.035714\"></ellipse><ellipse cx=\"0.025\" cy=\"0.89285\" rx=\"0.025\" ry=\"0.035714\"></ellipse><ellipse cx=\"0.025\" cy=\"0.9642780000000001\" rx=\"0.025\" ry=\"0.035714\"></ellipse></clipPath><clipPath id=\"clip-tablet-left-bb2526ca261ae\" class=\"decoration-clip clip-path-tablet-left\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"divider\" pointer-width=\"5.7\" pointer-height=\"4\" style=\"curves\" slanted-angle=\"5\" clip-path=\"url(#clip-bottom-bb2526ca261ae)\"><polygon points=\"0.04 0, 0.04 1, 1 1, 1 0\"></polygon><ellipse cx=\"0.04\" cy=\"0.027778\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.083334\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.13889\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.194446\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.250002\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.305558\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.361114\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.41667\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.47222600000000003\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.527782\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.583338\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.638894\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.69445\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.7500060000000001\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.805562\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.861118\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.916674\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.97223\" rx=\"0.04\" ry=\"0.027778\"></ellipse></clipPath><clipPath id=\"clip-bottom-bb2526ca261ae\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"none\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ebe80a9a1\" wfd-id=\"222\"><div class=\"tcb-clear\" data-css=\"tve-u-15ebe8ee6c0\" wfd-id=\"236\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15ebe8edca2\" data-tag=\"h1\" wfd-id=\"237\"><h1 data-css=\"tve-u-15ebe90cfb0\">Happy dogs =<br>â€‹â€‹â€‹â€‹â€‹happâ€‹â€‹â€‹â€‹y owners</h1></div></div><div class=\"tcb-clear\" data-css=\"tve-u-15ec30a8a14\" wfd-id=\"232\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ebe906677\" wfd-id=\"233\"><p data-css=\"tve-u-15ebe905473\">Offer your dog a premium walking experience</p></div></div><div class=\"tcb-clear\" data-css=\"tve-u-15ebe955aaa\" wfd-id=\"223\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ebe916c34\" wfd-id=\"224\">\n<div class=\"tve-content-box-background\" wfd-id=\"231\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ec3152b02\" wfd-id=\"225\"><div class=\"thrv_wrapper thrv-button tve_ea_thrive_lightbox\" data-css=\"tve-u-15ebe91a626\" data-tcb_hover_state_parent=\"false\" data-button-style=\"full_rounded\" wfd-id=\"226\">\n<a href=\"#\" class=\"tcb-button-link tve_evt_manager_listen tve_et_click\" data-tcb-events=\"__TCB_EVENT_[{&quot;config&quot;:{&quot;l_anim&quot;:&quot;zoom_in&quot;,&quot;l_id&quot;:&quot;265&quot;},&quot;a&quot;:&quot;thrive_lightbox&quot;,&quot;t&quot;:&quot;click&quot;}]_TNEVE_BCT__\">\n<span class=\"tcb-button-texts\" wfd-id=\"227\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-15ebe925072\" wfd-id=\"228\">Get -20% On Your First Walk</span></span>\n</a>\n</div></div>\n</div></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec3017516\" wfd-id=\"205\">\n<div class=\"tve-page-section-out\" wfd-id=\"213\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ebea3a693\" wfd-id=\"206\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15ebea49c0c\" id=\"whatwedo\" data-tag=\"h1\" wfd-id=\"210\"><h1 data-css=\"tve-u-15ebea42b31\" style=\"text-align: center;\">What We Do</h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2448fdb\" wfd-id=\"207\"><p data-css=\"tve-u-15ec2443105\" style=\"text-align: center;\">Our goal is to make sure the owners are comforted, the pups are exercised and happy and that we are getting our own puppy fixes. But letâ€™s be honest- itâ€™s their world, weâ€™re just living in it! As a small team of experienced dog owners and lovers, we really get to know you and your dog and we canguarantee consistent and personal care that is equal to your love and attention. We are so excited to make you a part of the family!</p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" wfd-id=\"174\">\n<div class=\"tve-page-section-out\" wfd-id=\"204\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ee1211b9b\" wfd-id=\"175\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15ee121a6d1\" wfd-id=\"176\"><div class=\"tcb-flex-row tcb--cols--3 tcb-medium-wrap\" data-css=\"tve-u-15ee121fb1c\" wfd-id=\"177\"><div class=\"tcb-flex-col\" wfd-id=\"196\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ee1225fdf\" wfd-id=\"198\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec2477274\" wfd-id=\"202\"><span class=\"tve_image_frame\" wfd-id=\"203\"><img class=\"tve_image wp-image-1596\" alt=\"\" width=\"55\" height=\"73\" title=\"what_do_icon_01\" data-id=\"1596\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_01.png\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"201\"><p data-css=\"tve-u-15ec2481d17\"><strong>First Class Care</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"200\"><p data-css=\"tve-u-15ec2487407\">all the best for them</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2492191\" wfd-id=\"199\"><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"186\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ee1232726\" wfd-id=\"188\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec24ae116\" wfd-id=\"194\"><span class=\"tve_image_frame\" wfd-id=\"195\"><img class=\"tve_image wp-image-1597\" alt=\"\" width=\"73\" height=\"73\" title=\"what_do_icon_02\" data-id=\"1597\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_02.png\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"193\"><p data-css=\"tve-u-15ec2481d17\"><strong>Snacks Included</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"192\"><p data-css=\"tve-u-15ec2487407\">for your little one</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec3192f72\" wfd-id=\"189\"><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"178\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ee1237243\" wfd-id=\"180\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec24d5e15\" wfd-id=\"184\"><span class=\"tve_image_frame\" wfd-id=\"185\"><img class=\"tve_image wp-image-1598\" alt=\"\" width=\"65\" height=\"73\" title=\"what_do_icon_03\" data-id=\"1598\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_03.png\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"183\"><p data-css=\"tve-u-15ec2481d17\"><strong>Regularly walks</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"182\"><p data-css=\"tve-u-15ec2487407\">to keep them ealthy</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2492191\" wfd-id=\"181\"><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris.</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-15ec24f494c\" id=\"testimonials\" style=\"\" wfd-id=\"154\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ec24f97c0\" wfd-id=\"173\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec24f790d\" wfd-id=\"155\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15ec254985a\" style=\"\" wfd-id=\"156\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-15ec253a41f\" wfd-id=\"157\"><div class=\"tcb-flex-col\" wfd-id=\"161\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec253ef3a\" style=\"\" wfd-id=\"163\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec256e611\" style=\"\" wfd-id=\"166\"><p data-css=\"tve-u-15ec25610c7\"><span data-css=\"tve-u-15ec268a0a3\" style=\"font-size: 45px; color: rgb(89, 171, 227);\" wfd-id=\"171\"><span data-css=\"tve-u-15ec26760e9\" style=\"font-family: ABeeZee;\" wfd-id=\"172\">â€</span></span><span data-css=\"tve-u-15ec256b908\" style=\"font-family: &quot;Amatic SC&quot;;\" wfd-id=\"170\">&nbsp; &nbsp; &nbsp;</span><span data-css=\"tve-u-15ec2680494\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"168\"><span data-css=\"tve-u-15ec269379d\" style=\"font-size: 45px;\" wfd-id=\"169\">my chester enjoys being with them!</span> &nbsp; &nbsp;&nbsp;</span><span data-css=\"tve-u-15ec255fe12\" style=\"font-family: ABeeZee; font-weight: 400; color: rgb(89, 171, 227); font-size: 45px;\" wfd-id=\"167\">â€</span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2698d8d\" wfd-id=\"165\"><p data-css=\"tve-u-160266880a0\">We LOVE going for walks with our friends at Paw! Donâ€™t tell our mom &amp; dad,but we get really excited when they leave for work because we know it wonâ€™t be long before we get a visit from one of our favorite friends at PawCity! Best part is, they always let our parents know how ourwalk went right away so they dont have to worry about us!</p><p data-css=\"tve-u-15ec269736c\">We love you PawCity!! xoxo</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec26ab7b0\" style=\"\" wfd-id=\"164\"><p data-css=\"tve-u-15ec26a92a2\"><strong>Anna Olson</strong>, Chesterâ€™s Mom</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"158\"><div class=\"tcb-col\" wfd-id=\"160\"></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec26c390a\" id=\"aboutus\" wfd-id=\"149\">\n<div class=\"tve-page-section-out\" wfd-id=\"153\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec26b9914\" wfd-id=\"150\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15ee1037a1d\" data-tag=\"h1\" wfd-id=\"152\"><h1 data-css=\"tve-u-15ec26bd2e8\">About us</h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec31ba260\" wfd-id=\"151\"><p data-css=\"tve-u-15ec2443105\" style=\"text-align: center;\">At PawCity, we lead lives full of the unconditional love and happiness we receive from the furballs we get to spend time with everyday and we have this beautiful city and all the beautiful people in it to thank. We love you and your pups!!</p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec26ec232\" wfd-id=\"116\">\n<div class=\"tve-page-section-out\" wfd-id=\"148\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec26e5812\" wfd-id=\"117\"><div class=\"thrv_wrapper thrv-columns tcb-window-width\" style=\"width: 1603px; left: -1px;\" data-css=\"tve-u-15ee106257d\" wfd-id=\"118\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2\" data-css=\"tve-u-15ec26fee25\" wfd-id=\"119\"><div class=\"tcb-flex-col c-33\" wfd-id=\"143\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec2a38bfd\" wfd-id=\"145\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec2a33d71\" wfd-id=\"146\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"147\"><img class=\"tve_image wp-image-7399\" alt=\"\" width=\"830\" height=\"775\" title=\"about_us_dog\" data-id=\"7399\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/about_us_dog.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col c-66\" wfd-id=\"120\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec27075e1\" wfd-id=\"122\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160309f3e5d\" wfd-id=\"137\">\n<div class=\"tve-content-box-background\" wfd-id=\"142\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160309b397d\" wfd-id=\"138\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-160309b00b4\" data-float=\"1\" wfd-id=\"140\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"141\"><img class=\"tve_image wp-image-7404\" alt=\"\" width=\"64\" height=\"64\" title=\"dog_paw\" data-id=\"7404\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/dog_paw.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16030a08afd\" wfd-id=\"139\"><p>We moved to New York City with our black bulldog rescue, Blakely, in 2007 after graduating from the University of Maryland. Immediately, we realized what a dog-crazy place it was.</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160309f6c04\" wfd-id=\"131\">\n<div class=\"tve-content-box-background\" wfd-id=\"136\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160309b397d\" wfd-id=\"132\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-160309ddca8\" data-float=\"1\" wfd-id=\"134\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"135\"><img class=\"tve_image wp-image-7403\" alt=\"\" width=\"64\" height=\"64\" title=\"dog_house\" data-id=\"7403\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/dog_house.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16030a09626\" wfd-id=\"133\"><p>We knew right away that we wanted to work with the animals that we loved and that had given us so much love since we were little girls. We started PawCity Dog Walking in July of 2010.</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16030975307\" wfd-id=\"123\">\n<div class=\"tve-content-box-background\" wfd-id=\"130\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160309b397d\" wfd-id=\"124\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16030a013d7\" data-float=\"1\" wfd-id=\"128\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"129\"><img class=\"tve_image wp-image-7405\" alt=\"\" width=\"64\" height=\"64\" title=\"spinning_wheel\" data-id=\"7405\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/spinning_wheel.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160309b344b\" wfd-id=\"125\"><p>We cover the entire width of the East Side, from 96th Street to Delancey and handle every type of personality imaginable. At PawCity, we lead lives full of the unconditional love and happiness we receive from the furballs we get to spend time with everyday.</p></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" data-css=\"tve-u-15ec2a56438\" style=\"width: 1603px; left: 0px;\" id=\"getyourcoupon\" wfd-id=\"96\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ec2a5bb35\" wfd-id=\"115\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec2a5540e\" wfd-id=\"97\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ec2a80647\" wfd-id=\"98\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15ec2a9b8a9\" wfd-id=\"114\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ec2a81a9f\" wfd-id=\"99\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2a6f589\" wfd-id=\"110\"><p data-css=\"tve-u-15ec2a6b447\"><span data-css=\"tve-u-15ec2a6d9d8\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"113\"><strong>Get Your Coupon</strong></span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2aaa9a4\" wfd-id=\"106\"><p data-css=\"tve-u-15ec2ab1d6d\">We strive to keep both you and your pup as happy and comfortable as possible while youâ€™re out earning those big bucks.</p><p data-css=\"tve-u-15ec2ab1d82\"><br></p><p data-css=\"tve-u-15ec2aa8e2e\"><strong>Get <span data-css=\"tve-u-15ec2aafa24\" style=\"color: rgb(89, 171, 227);\" wfd-id=\"109\">20%</span> off your first walk. Enter your email and we\'ll send you your coupon.</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ec2abe257\" wfd-id=\"100\">\n<div class=\"tve-content-box-background\" wfd-id=\"105\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ec2acb421\" wfd-id=\"101\"><div class=\"thrv_wrapper thrv-button tve_ea_thrive_lightbox\" data-css=\"tve-u-15ec2ac01df\" data-tcb_hover_state_parent=\"false\" data-button-style=\"full_rounded\" wfd-id=\"102\">\n<a href=\"#\" class=\"tcb-button-link tve_evt_manager_listen tve_et_click\" data-tcb-events=\"__TCB_EVENT_[{&quot;config&quot;:{&quot;l_anim&quot;:&quot;zoom_in&quot;,&quot;l_id&quot;:&quot;265&quot;},&quot;a&quot;:&quot;thrive_lightbox&quot;,&quot;t&quot;:&quot;click&quot;}]_TNEVE_BCT__\">\n<span class=\"tcb-button-texts\" wfd-id=\"103\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-15ebe925072\" wfd-id=\"104\">Get Your Coupon Now</span></span>\n</a>\n</div></div>\n</div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-15ec2b0a32a\" id=\"areaweserve\" wfd-id=\"75\">\n<div class=\"tve-page-section-out\" wfd-id=\"95\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15f76fcb7df\" wfd-id=\"76\"><div class=\"thrv_wrapper thrv-columns\" style=\"\" data-css=\"tve-u-15ee103f44a\" wfd-id=\"77\"><div class=\"tcb-flex-row tcb--cols--2 tcb-medium-wrap v-2 tcb-resized\" data-css=\"tve-u-15ec2ae8715\" wfd-id=\"78\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-165b7cefd8d\" style=\"\" wfd-id=\"84\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec2b37666\" wfd-id=\"86\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"91\"><p data-css=\"tve-u-15ec2af6c4b\"><span data-css=\"tve-u-15ec2af6c4e\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"94\">area we serve</span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"87\"><p>As a small team of experienced dog owners and lovers, we really get to know you and your dog and we canguarantee consistent and personal care that is equal to your love and attention.</p><p><br></p><p><strong><span data-css=\"tve-u-15ec2afed17\" style=\"color: rgb(89, 171, 227);\" wfd-id=\"90\">We are so excited to make you a part of the family!</span></strong></p></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-165b7cefdbe\" style=\"\" wfd-id=\"79\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec2b33f06\" wfd-id=\"81\"><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-15ec2b3b468\" wfd-id=\"83\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=port saint lucie, fl&amp;t=m&amp;z=8&amp;output=embed&amp;iwloc=near\"></iframe>\n</div><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-15ec2b3b468\" wfd-id=\"82\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=port saint lucie, fl&amp;t=m&amp;z=9&amp;output=embed&amp;iwloc=near\"></iframe>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" data-css=\"tve-u-15ec2b5d54c\" style=\"width: 1603px; left: 0px;\" id=\"contact\" wfd-id=\"36\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ec2b56fac\" wfd-id=\"74\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec2b54c99\" wfd-id=\"37\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1602b31dfcd\" wfd-id=\"38\"><div class=\"tcb-flex-row tcb-resized tcb-medium-wrap tcb--cols--3\" data-css=\"tve-u-1602b37ce9d\" wfd-id=\"39\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1602be453ec\" style=\"\" wfd-id=\"68\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"70\"><div class=\"tcb-clear\" data-css=\"tve-u-1602bff3cd5\" wfd-id=\"71\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec2b6e126\" wfd-id=\"72\"><span class=\"tve_image_frame\" wfd-id=\"73\"><img class=\"tve_image wp-image-25564\" alt=\"\" width=\"142\" height=\"44\" title=\"logo_pawcity\" data-id=\"25564\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/logo_pawcity.png\"></span></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1602be45437\" style=\"\" wfd-id=\"54\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1602be56dfc\" wfd-id=\"56\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1602bfebaf9\" wfd-id=\"57\">\n<div class=\"tve-content-box-background\" wfd-id=\"67\"></div>\n<div class=\"tve-cb\" wfd-id=\"58\"><div class=\"tcb-clear\" data-css=\"tve-u-1602bf36e2c\" wfd-id=\"64\"><div class=\"thrv_wrapper tve_image_caption tcb-mobile-hidden\" data-css=\"tve-u-1602be7db66\" data-float=\"1\" wfd-id=\"65\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"66\"><img class=\"tve_image wp-image-7369\" alt=\"\" width=\"64\" height=\"64\" title=\"location\" data-id=\"7369\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/location.png\" style=\"width: 100%;\"></span></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1602bf25f10\" wfd-id=\"59\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1602befe215\" wfd-id=\"60\"><p data-css=\"tve-u-1602bfa220e\"><strong><span data-css=\"tve-u-1602b324a9b\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"63\">67 E. 3rd Street</span></strong><span data-css=\"tve-u-1602b324a9c\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"62\"> </span><span data-css=\"tve-u-1602b324ab9\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"61\">Suite B New York, NY 10003</span></p></div></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1602be4545b\" style=\"\" wfd-id=\"40\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"42\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1602bfea280\" wfd-id=\"43\">\n<div class=\"tve-content-box-background\" wfd-id=\"53\"></div>\n<div class=\"tve-cb\" wfd-id=\"44\"><div class=\"tcb-clear\" data-css=\"tve-u-1602bfc4bea\" wfd-id=\"50\"><div class=\"thrv_wrapper tve_image_caption tcb-mobile-hidden\" data-css=\"tve-u-1602bec144e\" data-float=\"1\" wfd-id=\"51\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"52\"><img class=\"tve_image wp-image-7370\" alt=\"\" width=\"64\" height=\"64\" title=\"phone\" data-id=\"7370\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/phone.png\" style=\"width: 100%;\"></span></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1602bfc74c3\" wfd-id=\"45\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1602b332fd9\" data-float=\"1\" wfd-id=\"46\"><p><strong><span data-css=\"tve-u-1602b324a9b\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"49\">080</span></strong><span data-css=\"tve-u-1602b324a9c\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"48\"> </span><span data-css=\"tve-u-1602b324ab9\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"47\">708 5583</span></p></div></div></div>\n</div></div></div></div></div></div>\n</div>'),(2614,269,'tve_revision_tve_has_wistia_popover','0'),(2618,270,'tve_revision_tve_content_more_found',''),(2619,270,'tve_revision_tve_save_post',''),(2620,270,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Montserrat:400,200,300&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Amatic+SC:400&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=ABeeZee:400&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-160309b397d\"]::after { clear: both; }[data-css=\"tve-u-160309b344b\"] { position: relative !important; margin-left: 100px !important; }[data-css=\"tve-u-160309b00b4\"] + div { clear: none; }[data-css=\"tve-u-160309b00b4\"] { float: none; width: 60px; position: absolute; margin-bottom: 0px !important; margin-top: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-16030975307\"] { max-width: 75%; margin-left: 80px !important; }[data-css=\"tve-u-1602bfa220e\"] { line-height: 1.85em !important; }[data-css=\"tve-u-1602be7db66\"] { float: left; width: 40px; z-index: 3; position: relative; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1602be56dfc\"]::after { clear: both; }[data-css=\"tve-u-1602be4545b\"] { max-width: 25%; }[data-css=\"tve-u-1602be45437\"] { max-width: 48.1%; }[data-css=\"tve-u-1602be453ec\"] { max-width: 26.9%; }[data-css=\"tve-u-1602b37ce9d\"] > .tcb-flex-col > .tcb-col { justify-content: center; }[data-css=\"tve-u-1602b332fd9\"] { max-width: 264px; position: relative; float: right; z-index: 3; width: 100%; padding-left: 1px !important; margin-top: 1px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1602b324a9c\"] { color: rgb(74, 163, 223) !important; }[data-css=\"tve-u-1602b324a9b\"] { color: rgb(74, 163, 223) !important; }[data-css=\"tve-u-1602b31dfcd\"] { max-width: 1296px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15f76fcb7df\"] { max-width: 100%; }[data-css=\"tve-u-15ee121fb1c\"] .tcb-flex-col { flex-basis: 285px !important; }[data-css=\"tve-u-15ec30a8a14\"]::after { clear: both; }#tve_editor [data-css=\"tve-u-15ebe90cfb0\"] { font-size: 96px !important; }[data-css=\"tve-u-15ee1237243\"] { box-shadow: rgba(73, 137, 181, 0.15) -3px 7px 69px 10px; }[data-css=\"tve-u-15ee1232726\"] { box-shadow: rgba(73, 137, 181, 0.15) -3px 7px 69px 10px; }[data-css=\"tve-u-15ee121fb1c\"] > .tcb-flex-col > .tcb-col { min-height: 503px; }[data-css=\"tve-u-15ee1225fdf\"] { box-shadow: rgba(73, 137, 181, 0.15) -3px 7px 69px 10px; }[data-css=\"tve-u-15ee121fb1c\"] { margin-left: -60px; min-height: inherit; }[data-css=\"tve-u-15ee121fb1c\"] > .tcb-flex-col { padding-left: 60px; }[data-css=\"tve-u-15ee121a6d1\"] { float: none; max-width: 1296px; text-align: center; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ee1211b9b\"] { max-width: 1603px; text-align: center; }[data-css=\"tve-u-15ec26fee25\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-15ee106257d\"] { max-width: 100%; }[data-css=\"tve-u-15ec3055cca\"] { max-width: 1370px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ee103f44a\"] { float: none; max-width: 1200px; margin-left: auto !important; margin-right: auto !important; border: none; }[data-css=\"tve-u-15ee1037a1d\"] { float: none; max-width: 1296px; margin-left: auto !important; margin-right: auto !important; }#tve_editor [data-css=\"tve-u-15ec2ac01df\"]:hover .tcb-button-link { box-shadow: rgba(73, 137, 181, 0.25) -3px 7px 73px 18px; background-color: rgb(149, 250, 201) !important; }#tve_editor [data-css=\"tve-u-15ebe91a626\"]:hover .tcb-button-link { box-shadow: rgba(73, 137, 181, 0.25) -3px 7px 73px 18px; border: 0px dashed rgb(255, 255, 255); background-color: rgb(149, 250, 201) !important; font-weight: normal !important; background-image: none !important; }[data-css=\"tve-u-15ebe8a2edd\"] > .tcb-flex-col > .tcb-col { justify-content: center; }[data-css=\"tve-u-15ec3017516\"] { margin-top: 60px !important; padding-bottom: 50px !important; }[data-css=\"tve-u-15ec2b6e126\"] { width: 142px; }[data-css=\"tve-u-15ec2b5d54c\"] { margin-top: 83px !important; }[data-css=\"tve-u-15ec2b56fac\"] { background-image: linear-gradient(rgb(25, 46, 60), rgb(25, 46, 60)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-15ec2b54c99\"] { max-width: 1586px; min-height: 100px !important; }[data-css=\"tve-u-15ec2b3b468\"] { box-shadow: rgba(89, 171, 227, 0.15) -3px 7px 69px 10px; margin-top: 0px !important; margin-bottom: 0px !important; margin-left: 38px !important; }[data-css=\"tve-u-15ec2b37666\"] { margin-top: 114px !important; }[data-css=\"tve-u-15ec2b33f06\"] { padding-left: 0px !important; }[data-css=\"tve-u-15ec2b0a32a\"] { margin-top: 76px !important; }[data-css=\"tve-u-15ec2ae8715\"] > .tcb-flex-col { padding-left: 13px; }[data-css=\"tve-u-15ec2afed17\"] { color: rgb(89, 171, 227) !important; }[data-css=\"tve-u-15ec2ae8715\"] { float: none; max-width: 1453px; margin-left: -13px; margin-right: auto !important; min-height: inherit; padding-left: 15px !important; padding-right: 15px !important; }[data-css=\"tve-u-15ec2acb421\"] { min-height: 162px; }[data-css=\"tve-u-15ec2aafa24\"] { color: rgb(89, 171, 227) !important; }[data-css=\"tve-u-15ec2aaa9a4\"] { float: none; max-width: 1440px; margin-left: auto !important; margin-right: auto !important; margin-top: 25px !important; }#tve_editor [data-css=\"tve-u-15ec2aa8e2e\"] { letter-spacing: 1px; color: rgb(255, 255, 255) !important; font-size: 20px !important; }[data-css=\"tve-u-15ec2a9b8a9\"] { border: 1px solid rgb(89, 171, 227) !important; }[data-css=\"tve-u-15ec2a81a9f\"] { min-height: 162px; }[data-css=\"tve-u-15ec2a80647\"] { float: none; max-width: 97%; margin-left: auto !important; margin-right: auto !important; margin-top: 55px !important; }[data-css=\"tve-u-15ec2a6f589\"] { float: none; max-width: 1440px; margin-top: 55px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2a6d9d8\"] { font-family: \"Amatic SC\" !important; font-weight: 400 !important; }#tve_editor [data-css=\"tve-u-15ec2a6b447\"] { color: rgb(89, 171, 227) !important; font-size: 70px !important; }[data-css=\"tve-u-15ec2a5bb35\"] { background-image: linear-gradient(rgba(28, 54, 85, 0.8), rgba(28, 54, 85, 0.8)), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/coupon_background.jpg\") !important; background-size: auto, cover !important; background-position: 0px 0px, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-15ec2a56438\"] { margin-top: 69px !important; }[data-css=\"tve-u-15ec2a5540e\"] { max-width: 100%; text-align: center; min-height: 561px !important; }[data-css=\"tve-u-15ec2a38bfd\"] { margin-right: 0px !important; padding-right: 0px !important; margin-left: 0px !important; }[data-css=\"tve-u-15ec2a33d71\"] { width: 830px; position: relative; top: 0px; left: 40px; z-index: 7; float: none; padding-right: 0px !important; padding-left: 0px !important; }[data-css=\"tve-u-15ec27075e1\"] { border-left: 1px solid rgb(232, 238, 241); border-top: 1px solid rgb(232, 238, 241); border-bottom: 1px solid rgb(232, 238, 241); }[data-css=\"tve-u-15ec26fee25\"] > .tcb-flex-col > .tcb-col { min-height: 612px; }[data-css=\"tve-u-15ec26fee25\"] { min-height: inherit; margin-left: 0px; padding-top: 0px !important; padding-bottom: 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-15ec26ec232\"] { margin-top: 66px !important; }[data-css=\"tve-u-15ec26e5812\"] { max-width: 100%; min-height: 586px !important; }[data-css=\"tve-u-15ec26c390a\"] { margin-top: 60px !important; }#tve_editor [data-css=\"tve-u-15ec26bd2e8\"] { color: rgb(24, 45, 60) !important; font-size: 70px !important; }[data-css=\"tve-u-15ec26b9914\"] { max-width: 1434px; text-align: center; }[data-css=\"tve-u-15ec26ab7b0\"] { margin-top: 67px !important; }#tve_editor [data-css=\"tve-u-15ec26a92a2\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15ec2698d8d\"] { float: none; max-width: 600px; margin-left: auto !important; margin-right: auto !important; margin-top: 30px !important; }#tve_editor [data-css=\"tve-u-15ec269736c\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15ec269379d\"] { font-size: 45px !important; }[data-css=\"tve-u-15ec268a0a3\"] { font-size: 45px !important; color: rgb(89, 171, 227) !important; }[data-css=\"tve-u-15ec256e611\"] { margin-top: 0px !important; }#tve_editor [data-css=\"tve-u-15ec25610c7\"] { font-size: 40px !important; color: rgb(89, 171, 227) !important; }[data-css=\"tve-u-15ec255fe12\"] { font-family: ABeeZee !important; font-weight: 400 !important; color: rgb(89, 171, 227) !important; font-size: 45px !important; }[data-css=\"tve-u-15ec254985a\"] { margin-right: 0px !important; }[data-css=\"tve-u-15ec253ef3a\"] { text-align: center; background-image: linear-gradient(rgba(24, 45, 60, 0.95), rgba(24, 45, 60, 0.95)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; margin-top: 0px !important; padding-top: 130px !important; padding-bottom: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-15ec253a41f\"] > .tcb-flex-col > .tcb-col { min-height: 661px; }[data-css=\"tve-u-15ec253a41f\"] { min-height: inherit; float: none; max-width: 1474px; z-index: 3; position: relative; padding-top: 0px !important; padding-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; padding-right: 0px !important; }[data-css=\"tve-u-15ec24f97c0\"] { background-image: linear-gradient(rgba(42, 51, 68, 0.1), rgba(42, 51, 68, 0.1)), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/testimonial_bg.jpg\") !important; background-size: auto, cover !important; background-position: 0px 0px, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-15ec24f790d\"] { min-height: 661px !important; }[data-css=\"tve-u-15ec24f494c\"] { margin-top: 60px !important; }[data-css=\"tve-u-15ec24d5e15\"] + div { clear: none; }[data-css=\"tve-u-15ec24d5e15\"] { float: none; width: 65px; margin-left: auto !important; margin-right: auto !important; margin-top: 40px !important; }[data-css=\"tve-u-15ec24ae116\"] + div { clear: none; }[data-css=\"tve-u-15ec24ae116\"] { float: none; width: 73px; margin-left: auto !important; margin-right: auto !important; margin-top: 40px !important; }[data-css=\"tve-u-15ec249b3f6\"] { line-height: 1.9em !important; }[data-css=\"tve-u-15ec2492191\"] { margin-left: 25px !important; margin-right: 25px !important; margin-top: 25px !important; }#tve_editor [data-css=\"tve-u-15ec2487407\"] { text-transform: uppercase !important; color: rgb(135, 156, 171) !important; font-size: 17px !important; }#tve_editor [data-css=\"tve-u-15ec2481d17\"] { font-size: 20px !important; }[data-css=\"tve-u-15ec2477274\"] + div { clear: none; }[data-css=\"tve-u-15ec2477274\"] { float: none; width: 55px; margin-left: auto !important; margin-right: auto !important; margin-top: 40px !important; }[data-css=\"tve-u-15ec2448fdb\"] { float: none; max-width: 1296px; margin-top: 10px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2443105\"] { line-height: 1.8em !important; }[data-css=\"tve-u-15ebea49c0c\"] { float: none; max-width: 1440px; margin-left: auto !important; margin-right: auto !important; margin-top: 0px !important; }#tve_editor [data-css=\"tve-u-15ebea42b31\"] { color: rgb(24, 45, 60) !important; font-size: 70px !important; }[data-css=\"tve-u-15ebea3a693\"] { max-width: 1434px; }[data-css=\"tve-u-15ebe955aaa\"]::after { clear: both; }#tve_editor [data-css=\"tve-u-15ebe925072\"] { font-family: Montserrat; letter-spacing: 0px; font-weight: 400; font-size: 20px !important; color: rgb(24, 45, 60) !important; }[data-css=\"tve-u-15ebe91a626\"] { display: block; max-width: 423px; margin-left: 50px !important; margin-right: 0px !important; }[data-css=\"tve-u-15ebe91a626\"] .tcb-button-link { border-radius: 200px; min-height: 67.1429px; font-size: 1.6em; padding-top: 0px; padding-bottom: 0px; background-color: rgb(105, 240, 174) !important; padding-left: 15px !important; background-image: none !important; }[data-css=\"tve-u-15ebe916c34\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 733px; }[data-css=\"tve-u-15ebe90cfb0\"] { line-height: 1.1em !important; }[data-css=\"tve-u-15ebe906677\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 669px; margin-left: 50px !important; margin-top: 40px !important; }#tve_editor [data-css=\"tve-u-15ebe905473\"] { font-size: 22px !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15ebe8ee6c0\"]::after { clear: both; }[data-css=\"tve-u-15ebe8edca2\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 722px; padding-left: 0px !important; margin-left: 50px !important; margin-top: 104px !important; }[data-css=\"tve-u-15ebe8abb9e\"] { padding: 0px !important; }[data-css=\"tve-u-15ebe8a4d78\"] { clip-path: url(\"#clip-left-335f47a4c8f92\"); -webkit-clip-path: url(\"#clip-left-335f47a4c8f92\");  }[data-css=\"tve-u-15ebe8a2edd\"] { padding-bottom: 15px !important; padding-top: 15px !important; }[data-css=\"tve-u-15ebe89fb7a\"] { margin-left: -35px !important; }[data-css=\"tve-u-15ebe830a90\"] { clip-path: url(\"#clip-left-bb2526ca261ae\"); -webkit-clip-path: url(\"#clip-left-bb2526ca261ae\");  background-image: linear-gradient(rgb(89, 171, 227), rgb(89, 171, 227)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; border: none; }[data-css=\"tve-u-15ebe827cb3\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 0px !important; }[data-css=\"tve-u-15ebe80a9a1\"] { min-height: 729px; }[data-css=\"tve-u-15ebe738fb8\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-15ebe738fb8\"] > .tcb-flex-col > .tcb-col { min-height: 729px; }[data-css=\"tve-u-15ebe738fb8\"] { min-height: inherit; margin-left: 0px; padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-15ebe73226c\"] { background-image: none !important; }[data-css=\"tve-u-15ebe72c974\"] { max-width: 1620px; }[data-css=\"tve-u-15ebe70a25b\"] { width: 142px; margin-top: 20px !important; padding-left: 0px !important; margin-left: 30px !important; }[data-css=\"tve-u-15ebe5d7b44\"] { background-image: linear-gradient(rgb(0, 0, 0), rgb(0, 0, 0)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-15ebe51d596\"] { max-width: 100%; min-height: 100px !important; }#tcb_landing_page h3 { font-family: Montserrat; font-weight: 200; font-size: 20px; color: rgb(0, 0, 0); }#tcb_landing_page h2 { font-family: \"Amatic SC\"; font-weight: 400; font-size: 70px; color: rgb(0, 0, 0); }#tcb_landing_page h1 { font-family: \"Amatic SC\"; font-weight: 400; font-size: 96px; color: rgb(0, 0, 0); }#tcb_landing_page p, #tcb_landing_page li { font-family: Montserrat; font-weight: 200; color: rgb(0, 0, 0); font-size: 18px; line-height: 1.667em; }[data-css=\"tve-u-15e09c94f7d\"] { background-color: rgb(255, 255, 255); }[data-css=\"tve-u-15ec256b908\"] { font-family: \"Amatic SC\" !important; font-weight: 400 !important; }[data-css=\"tve-u-15ec26760e9\"] { font-family: ABeeZee !important; font-weight: 400 !important; }[data-css=\"tve-u-15ec2680494\"] { font-family: \"Amatic SC\" !important; font-weight: 400 !important; }#tve_editor [data-css=\"tve-u-15ec2ab1d6d\"] { letter-spacing: 1px; color: rgb(255, 255, 255) !important; font-size: 20px !important; }#tve_editor [data-css=\"tve-u-15ec2ab1d82\"] { letter-spacing: 1px; color: rgb(255, 255, 255) !important; font-size: 20px !important; }[data-css=\"tve-u-15ec2abe257\"] { float: none; z-index: 3; position: relative; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2ac01df\"] { display: block; max-width: 423px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2ac01df\"] .tcb-button-link { border-radius: 200px; min-height: 67.1429px; font-size: 1.6em; padding-top: 0px; padding-bottom: 0px; background-color: rgb(105, 240, 174) !important; padding-left: 15px !important; }#tve_editor [data-css=\"tve-u-15ec2af6c4b\"] { color: rgb(24, 45, 60) !important; font-size: 70px !important; }[data-css=\"tve-u-15ec2af6c4e\"] { font-family: \"Amatic SC\" !important; font-weight: 400 !important; }[data-css=\"tve-u-15ec3192f72\"] { margin-left: 25px !important; margin-right: 25px !important; margin-top: 25px !important; }[data-css=\"tve-u-15ec31ba260\"] { float: none; max-width: 1296px; margin-top: 10px !important; margin-left: auto !important; margin-right: auto !important; }#tcb_landing_page a:hover:not(.tcb-button-link) { color: rgb(89, 171, 227); }#tcb_landing_page .tve-state-hovera:not(.tcb-button-link) { color: rgb(89, 171, 227); }#tve_editor [data-css=\"tve-u-160266880a0\"] { color: rgb(255, 255, 255) !important; font-family: Montserrat !important; }[data-css=\"tve-u-1602b324ab9\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1602bec144e\"] { width: 36px; float: left; z-index: 3; position: static; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1602befe215\"] { max-width: 386px; position: relative !important; padding-left: 1px !important; margin-top: 0px !important; margin-left: 50px !important; }[data-css=\"tve-u-160309ddca8\"] + div { clear: none; }[data-css=\"tve-u-160309ddca8\"] { float: none; width: 60px; position: absolute; margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-160309f3e5d\"] { max-width: 75%; margin-left: 80px !important; margin-top: 60px !important; margin-bottom: 40px !important; }[data-css=\"tve-u-160309f6c04\"] { max-width: 75%; margin-left: 80px !important; margin-top: 60px !important; margin-bottom: 80px !important; }[data-css=\"tve-u-16030a013d7\"] + div { clear: none; }[data-css=\"tve-u-16030a013d7\"] { float: none; width: 60px; position: absolute; margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-16030a08afd\"] { position: relative !important; margin-left: 100px !important; }[data-css=\"tve-u-16030a09626\"] { position: relative !important; margin-left: 100px !important; }#tcb_landing_page a.tve-state-hover:not(.tcb-button-link) { color: rgb(89, 171, 227); }[data-css=\"tve-u-15ec2ae8715\"] > .tcb-flex-col > .tcb-col { min-height: 10px; }[data-css=\"tve-u-165b7cefd8d\"] { max-width: 42.3%; }[data-css=\"tve-u-165b7cefdbe\"] { max-width: 57.7%; }[data-css=\"tve-u-165b7d7585c\"] { max-width: 58.4%; }[data-css=\"tve-u-165b7d75889\"] { max-width: 41.6%; }[data-css=\"tve-u-165b7dbb826\"] { margin: 4px auto 12px !important; padding-top: 0px !important; float: right; width: 100%; z-index: 3; position: relative; }#tcb_landing_page h4 { color: rgb(0, 0, 0); }#tcb_landing_page h5 { color: rgb(0, 0, 0); }#tcb_landing_page h6 { color: rgb(0, 0, 0); }#tcb_landing_page .tcb-plain-text { color: rgb(0, 0, 0); }#tcb_landing_page a:not(.tcb-button-link) { color: rgb(0, 0, 0); }#tve_editor [data-css=\"tve-u-165b7dbb826\"] #menu-item-109 > a { fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; font-size: 14px !important; }#tve_editor [data-css=\"tve-u-165b7dbb826\"] #menu-item-102 > a { fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; font-size: 14px !important; }#tve_editor [data-css=\"tve-u-165b7dbb826\"] #menu-item-103 > a { fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; font-size: 14px !important; }#tve_editor [data-css=\"tve-u-165b7dbb826\"] #menu-item-104 > a { fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; font-size: 14px !important; }#tve_editor [data-css=\"tve-u-165b7dbb826\"] #menu-item-153 > a { fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; font-size: 14px !important; }[data-css=\"tve-u-165b7e34349\"] { max-width: 32.6%; }[data-css=\"tve-u-165b7e3437c\"] { max-width: 67.4%; }[data-css=\"tve-u-165b7e370ce\"]::after { clear: both; }[data-css=\"tve-u-165b7dbb826\"] #menu-item-109 > a { font-weight: bold !important; }[data-css=\"tve-u-165b7dbb826\"] #menu-item-102 > a { font-weight: bold !important; }[data-css=\"tve-u-165b7dbb826\"] #menu-item-103 > a { font-weight: bold !important; }[data-css=\"tve-u-165b7dbb826\"] #menu-item-104 > a { font-weight: bold !important; }[data-css=\"tve-u-165b7dbb826\"] #menu-item-153 > a { font-weight: bold !important; }[data-css=\"tve-u-165b7dbb826\"] #menu-item-109 { padding-left: 20px !important; padding-right: 20px !important; }[data-css=\"tve-u-165b7dbb826\"] #menu-item-102 { padding-left: 20px !important; padding-right: 20px !important; }[data-css=\"tve-u-165b7dbb826\"] #menu-item-103 { padding-left: 20px !important; padding-right: 20px !important; }[data-css=\"tve-u-165b7dbb826\"] #menu-item-104 { padding-left: 20px !important; padding-right: 20px !important; }[data-css=\"tve-u-165b7dbb826\"] #menu-item-153 { padding-left: 20px !important; padding-right: 20px !important; }#tve_editor [data-css=\"tve-u-165b7dbb826\"] #menu-item-109:hover > a { fill: rgb(21, 174, 241) !important; color: rgb(21, 174, 241) !important; }#tve_editor [data-css=\"tve-u-165b7dbb826\"] #menu-item-102:hover > a { fill: rgb(21, 174, 241) !important; color: rgb(21, 174, 241) !important; }#tve_editor [data-css=\"tve-u-165b7dbb826\"] #menu-item-103:hover > a { fill: rgb(21, 174, 241) !important; color: rgb(21, 174, 241) !important; }#tve_editor [data-css=\"tve-u-165b7dbb826\"] #menu-item-104:hover > a { fill: rgb(21, 174, 241) !important; color: rgb(21, 174, 241) !important; }#tve_editor [data-css=\"tve-u-165b7dbb826\"] #menu-item-153:hover > a { fill: rgb(21, 174, 241) !important; color: rgb(21, 174, 241) !important; }#tve_editor [data-css=\"tve-u-165b7dbb826\"] #menu-item-109:hover { background-color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-165b7dbb826\"] #menu-item-102:hover { background-color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-165b7dbb826\"] #menu-item-103:hover { background-color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-165b7dbb826\"] #menu-item-104:hover { background-color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-165b7dbb826\"] #menu-item-153:hover { background-color: rgb(255, 255, 255) !important; }}@media (max-width: 1023px){[data-css=\"tve-u-1602b332fd9\"] { float: none; max-width: 121px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1602befe215\"] { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1602b37ce9d\"] .tcb-flex-col { flex-basis: 420px !important; }[data-css=\"tve-u-1602bec144e\"] { float: none; z-index: 3; position: relative; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1602be7db66\"] { float: none; z-index: 3; position: relative; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2a38bfd\"] { text-align: left; }[data-css=\"tve-u-15ec27075e1\"] { margin-top: 0px !important; }[data-css=\"tve-u-15ee1237243\"] { margin-top: 52px !important; }[data-css=\"tve-u-15ee121a6d1\"] { margin-left: 33px !important; margin-right: 33px !important; }[data-css=\"tve-u-15ecc95760b\"]::after { clear: both; }[data-css=\"tve-u-15ebe51d596\"] { text-align: left; }[data-css=\"tve-u-15ec2b6e126\"] { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2b54c99\"] { text-align: left; }[data-css=\"tve-u-15ec2b3b468\"] { margin-left: 0px !important; margin-top: 20px !important; }[data-css=\"tve-u-15ec2b37666\"] { margin-top: 0px !important; }[data-css=\"tve-u-15ec2a80647\"] { margin-top: 0px !important; padding-left: 10px !important; padding-right: 10px !important; }[data-css=\"tve-u-15ec2a5540e\"] { max-width: 720px; }[data-css=\"tve-u-15ec2a33d71\"] { width: 395px; float: none; z-index: 3; position: relative; margin: 80px auto 0px !important; }[data-css=\"tve-u-15ec26b9914\"] { max-width: 720px; }[data-css=\"tve-u-15ec253ef3a\"] { padding: 25px 10px !important; }[data-css=\"tve-u-15ebea3a693\"] { max-width: 720px; }[data-css=\"tve-u-15ec30a8a14\"]::after { clear: both; }[data-css=\"tve-u-15ebe916c34\"] { max-width: 376px; }[data-css=\"tve-u-15ebe8a2edd\"] > .tcb-flex-col > .tcb-col { justify-content: center; min-height: 91px; }[data-css=\"tve-u-15ebe70a25b\"] { float: right; z-index: 3; position: relative; margin: 0px auto !important; }[data-css=\"tve-u-15ec3055cca\"] { text-align: center; margin-top: 0px !important; }[data-css=\"tve-u-15ebe8a2edd\"] { min-height: inherit; float: none; max-width: 100%; padding-top: 0px !important; padding-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec30518d3\"] { text-align: center; margin-left: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-15ebe830a90\"] { clip-path: url(\"#clip-tablet-left-bb2526ca261ae\"); -webkit-clip-path: url(\"#clip-tablet-left-bb2526ca261ae\");  }[data-css=\"tve-u-15ebe91a626\"] { margin-left: 30px !important; }[data-css=\"tve-u-15ebe906677\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 336px; margin-left: 30px !important; }[data-css=\"tve-u-15ebe8edca2\"] { margin-left: 30px !important; }[data-css=\"tve-u-15ebe89fb7a\"] { margin-left: -35px !important; }[data-css=\"tve-u-15ebe827cb3\"] { max-width: 100%; }#tve_editor [data-css=\"tve-u-15ebe90cfb0\"] { font-size: 84px !important; }}@media (max-width: 767px){[data-css=\"tve-u-160309b344b\"] { margin-left: 10px !important; margin-top: 30px !important; margin-right: 10px !important; }[data-css=\"tve-u-16030a013d7\"] { position: static; }[data-css=\"tve-u-16030a09626\"] { margin-left: 10px !important; margin-top: 30px !important; margin-right: 10px !important; }[data-css=\"tve-u-160309ddca8\"] { position: static; }[data-css=\"tve-u-16030a08afd\"] { margin-left: 10px !important; margin-right: 10px !important; margin-top: 30px !important; }[data-css=\"tve-u-160309b00b4\"] { position: static; }[data-css=\"tve-u-16030975307\"] { max-width: 100%; margin-left: 10px !important; margin-right: 10px !important; }[data-css=\"tve-u-160309f6c04\"] { max-width: 100%; margin-left: 10px !important; margin-right: 10px !important; }[data-css=\"tve-u-160309f3e5d\"] { max-width: 100%; margin-left: 10px !important; margin-right: 10px !important; }[data-css=\"tve-u-15ec2a38bfd\"]::after { clear: both; }[data-css=\"tve-u-1602bff3cd5\"]::after { clear: both; }[data-css=\"tve-u-1602bfea280\"] { margin-top: 0px !important; margin-bottom: 20px !important; }[data-css=\"tve-u-15ec2b6e126\"] { float: left; z-index: 3; position: relative; margin-left: 24px !important; }[data-css=\"tve-u-1602bf25f10\"]::after { clear: both; }[data-css=\"tve-u-1602b332fd9\"] { max-width: 257px; float: left; z-index: 3; position: relative; width: 100%; margin-top: 20px !important; margin-left: 20px !important; }[data-css=\"tve-u-15ec253ef3a\"] { padding-top: 30px !important; padding-bottom: 30px !important; }[data-css=\"tve-u-15ee1237243\"] { margin-top: 25px !important; }[data-css=\"tve-u-15ee1232726\"] { margin-top: 25px !important; }[data-css=\"tve-u-15ebe70a25b\"] { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2ae8715\"] { margin-left: -15px; }[data-css=\"tve-u-15ec2ae8715\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-15ec2b33f06\"] { margin-right: 0px !important; }[data-css=\"tve-u-15ec26fee25\"] > .tcb-flex-col > .tcb-col { min-height: 387px; }[data-css=\"tve-u-15ec26fee25\"] { margin-left: 0px; min-height: inherit; }[data-css=\"tve-u-15ec26fee25\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-15ec2a33d71\"] { position: static; margin-bottom: 0px !important; }[data-css=\"tve-u-15ec31ba260\"] { padding-left: 3px !important; padding-right: 3px !important; }[data-css=\"tve-u-15ec253a41f\"] > .tcb-flex-col > .tcb-col { min-height: 27px; }[data-css=\"tve-u-15ec253a41f\"] { margin-left: 0px; min-height: inherit; }[data-css=\"tve-u-15ec253a41f\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-15ec254985a\"] { margin-top: 0px !important; }[data-css=\"tve-u-15ec24f494c\"] { margin-top: 30px !important; }[data-css=\"tve-u-15ec256e611\"] { margin-top: 0px !important; }[data-css=\"tve-u-15ec3192f72\"] { margin-bottom: 32px !important; }[data-css=\"tve-u-15ec318421d\"] { margin-bottom: 34px !important; margin-top: -105px !important; }[data-css=\"tve-u-15ebe738fb8\"] > .tcb-flex-col > .tcb-col { min-height: 554px; }[data-css=\"tve-u-15ebe738fb8\"] { min-height: inherit; padding-bottom: 0px !important; }[data-css=\"tve-u-15ec3017516\"] { margin-top: 0px !important; padding-left: 5px !important; padding-right: 5px !important; }[data-css=\"tve-u-15ebe89fb7a\"] { margin-left: -20px !important; }[data-css=\"tve-u-15ec3055cca\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-15ebe916c34\"] { margin-bottom: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-15ec3152b02\"] { min-height: 226px; }[data-css=\"tve-u-15ebe80a9a1\"] { min-height: 554px; }[data-css=\"tve-u-15ebe91a626\"] { margin-left: 28px !important; margin-right: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-15ebe906677\"] { margin-left: 30px !important; }[data-css=\"tve-u-15ebe8edca2\"] { margin-left: 30px !important; margin-top: 45px !important; }[data-css=\"tve-u-15ebe827cb3\"] { max-width: 100%; }[data-css=\"tve-u-1602befe215\"] { max-width: 257px; float: left; z-index: 3; position: relative; width: 100%; margin-top: 20px !important; margin-left: 20px !important; }}'),(2621,270,'tve_revision_tve_user_custom_css','.thrv_text_element p {margin:0;}\n.thrv_heading h1,h2,h3 {margin:0;}'),(2622,270,'tve_revision_tve_page_events','a:0:{}'),(2623,270,'tve_revision_tve_globals','a:4:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";s:11:\"extra_icons\";a:1:{i:0;a:3:{s:11:\"font-family\";s:25:\"tve-ff-6797-59f9979fd5998\";s:3:\"css\";s:87:\"http://lp-build.thrivethemes.com/wp-content/uploads/tve-ff-6797-59f9979fd5998/style.css\";s:6:\"folder\";s:92:\"/home/thrivedevbitston/public_html/landingpages/wp-content/uploads/tve-ff-6797-59f9979fd5998\";}}s:6:\"lb_map\";a:1:{i:6808;s:3:\"265\";}s:8:\"font_cls\";a:0:{}}'),(2624,270,'tve_revision_tve_global_scripts',''),(2625,270,'tve_revision_thrive_icon_pack','0'),(2626,270,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(2627,270,'tve_revision_tve_has_masonry','0'),(2628,270,'tve_revision_tve_has_typefocus','0'),(2629,270,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv-page-section\" style=\"\" wfd-id=\"247\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ebe5d7b44\" wfd-id=\"289\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ebe51d596\" wfd-id=\"248\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15ec3055cca\" wfd-id=\"249\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized\" data-css=\"tve-u-15ebe8a2edd\" wfd-id=\"250\"><div class=\"tcb-flex-col\" data-css=\"tve-u-165b7e34349\" style=\"\" wfd-id=\"283\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec30518d3\" wfd-id=\"285\"><div class=\"tcb-clear\" data-css=\"tve-u-15ecc95760b\" wfd-id=\"286\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ebe70a25b\" wfd-id=\"287\"><span class=\"tve_image_frame\" wfd-id=\"288\"><img class=\"tve_image wp-image-25564\" alt=\"\" width=\"142\" height=\"44\" title=\"logo_pawcity\" data-id=\"25564\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/logo_pawcity.png\"></span></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-165b7e3437c\" style=\"\" wfd-id=\"251\"><div class=\"tcb-col\" wfd-id=\"253\"><div class=\"tcb-clear\" data-css=\"tve-u-165b7e370ce\" wfd-id=\"254\"><div class=\"thrv_wrapper thrv_widget_menu tve-custom-menu-upgrade tve-mobile-dropdown     tve-dropdown-icon-style_1\" data-tve-style=\"tve_horizontal\" data-tve-switch-icon=\"tablet,mobile\" data-css=\"tve-u-165b7dbb826\" style=\"\" wfd-id=\"255\">	<div class=\"thrive-shortcode-config\" style=\"display: none !important\" wfd-id=\"282\">__CONFIG_widget_menu__{\"menu_id\":\"4\",\"color\":\"tve_red\",\"dir\":\"tve_horizontal\",\"font_class\":\"\",\"font_size\":\"\",\"ul_attr\":\"\",\"link_attr\":\"\",\"top_link_attr\":\"\",\"trigger_attr\":\"\",\"primary\":\"\",\"head_css\":\"\",\"background_hover\":\"\",\"main_hover\":\"\",\"child_hover\":\"\",\"group_edit\":[],\"menu_style\":\"\",\"dropdown_icon\":\"style_1\",\"mobile_side\":\"\",\"mobile_icon\":\"\",\"switch_to_icon\":\"tablet,mobile\"}__CONFIG_widget_menu__</div>\n</div></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ebe8abb9e\" wfd-id=\"214\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ebe8a4d78\" data-clip-id=\"335f47a4c8f92\" wfd-id=\"246\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-left-335f47a4c8f92\" class=\"decoration-clip clip-path-left\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" pointer-width=\"6\" pointer-height=\"2.5\" style=\"curves\" decoration-type=\"none\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon><ellipse cx=\"0.025\" cy=\"0.029412\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.08823600000000001\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.14706\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.205884\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.264708\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.323532\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.38235600000000003\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.44118\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.500004\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.558828\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.617652\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.676476\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.7353000000000001\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.794124\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.852948\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.911772\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.970596\" rx=\"0.025\" ry=\"0.029412\"></ellipse></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ebe72c974\" wfd-id=\"215\"><div class=\"thrv_wrapper thrv-columns tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec318421d\" wfd-id=\"216\"><div class=\"tcb-flex-row tcb--cols--2 tcb-resized\" data-css=\"tve-u-15ebe738fb8\" wfd-id=\"217\"><div class=\"tcb-flex-col\" data-css=\"tve-u-165b7d7585c\" style=\"\" wfd-id=\"243\"><div class=\"tcb-col\" data-css=\"tve-u-15ebe73226c\" wfd-id=\"245\"></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-165b7d75889\" style=\"\" wfd-id=\"218\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ebe89fb7a\" wfd-id=\"220\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ebe827cb3\" data-value-type=\"percent\" wfd-id=\"221\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15ebe830a90\" data-clip-id=\"bb2526ca261ae\" wfd-id=\"242\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-left-bb2526ca261ae\" class=\"decoration-clip clip-path-left\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"none\" pointer-width=\"7\" pointer-height=\"2.5\" style=\"curves\" slanted-angle=\"5\" clip-path=\"url(#clip-bottom-bb2526ca261ae)\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon><ellipse cx=\"0.025\" cy=\"0.035714\" rx=\"0.025\" ry=\"0.035714\"></ellipse><ellipse cx=\"0.025\" cy=\"0.10714200000000002\" rx=\"0.025\" ry=\"0.035714\"></ellipse><ellipse cx=\"0.025\" cy=\"0.17857\" rx=\"0.025\" ry=\"0.035714\"></ellipse><ellipse cx=\"0.025\" cy=\"0.24999800000000003\" rx=\"0.025\" ry=\"0.035714\"></ellipse><ellipse cx=\"0.025\" cy=\"0.32142600000000005\" rx=\"0.025\" ry=\"0.035714\"></ellipse><ellipse cx=\"0.025\" cy=\"0.39285400000000004\" rx=\"0.025\" ry=\"0.035714\"></ellipse><ellipse cx=\"0.025\" cy=\"0.46428200000000003\" rx=\"0.025\" ry=\"0.035714\"></ellipse><ellipse cx=\"0.025\" cy=\"0.53571\" rx=\"0.025\" ry=\"0.035714\"></ellipse><ellipse cx=\"0.025\" cy=\"0.6071380000000001\" rx=\"0.025\" ry=\"0.035714\"></ellipse><ellipse cx=\"0.025\" cy=\"0.678566\" rx=\"0.025\" ry=\"0.035714\"></ellipse><ellipse cx=\"0.025\" cy=\"0.749994\" rx=\"0.025\" ry=\"0.035714\"></ellipse><ellipse cx=\"0.025\" cy=\"0.8214220000000001\" rx=\"0.025\" ry=\"0.035714\"></ellipse><ellipse cx=\"0.025\" cy=\"0.89285\" rx=\"0.025\" ry=\"0.035714\"></ellipse><ellipse cx=\"0.025\" cy=\"0.9642780000000001\" rx=\"0.025\" ry=\"0.035714\"></ellipse></clipPath><clipPath id=\"clip-tablet-left-bb2526ca261ae\" class=\"decoration-clip clip-path-tablet-left\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"divider\" pointer-width=\"5.7\" pointer-height=\"4\" style=\"curves\" slanted-angle=\"5\" clip-path=\"url(#clip-bottom-bb2526ca261ae)\"><polygon points=\"0.04 0, 0.04 1, 1 1, 1 0\"></polygon><ellipse cx=\"0.04\" cy=\"0.027778\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.083334\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.13889\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.194446\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.250002\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.305558\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.361114\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.41667\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.47222600000000003\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.527782\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.583338\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.638894\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.69445\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.7500060000000001\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.805562\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.861118\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.916674\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.97223\" rx=\"0.04\" ry=\"0.027778\"></ellipse></clipPath><clipPath id=\"clip-bottom-bb2526ca261ae\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"none\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ebe80a9a1\" wfd-id=\"222\"><div class=\"tcb-clear\" data-css=\"tve-u-15ebe8ee6c0\" wfd-id=\"236\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15ebe8edca2\" data-tag=\"h1\" wfd-id=\"237\"><h1 data-css=\"tve-u-15ebe90cfb0\">Happy dogs =<br>â€‹â€‹â€‹â€‹â€‹happâ€‹â€‹â€‹â€‹y owners</h1></div></div><div class=\"tcb-clear\" data-css=\"tve-u-15ec30a8a14\" wfd-id=\"232\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ebe906677\" wfd-id=\"233\"><p data-css=\"tve-u-15ebe905473\">Offer your dog a premium walking experience</p></div></div><div class=\"tcb-clear\" data-css=\"tve-u-15ebe955aaa\" wfd-id=\"223\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ebe916c34\" wfd-id=\"224\">\n<div class=\"tve-content-box-background\" wfd-id=\"231\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ec3152b02\" wfd-id=\"225\"><div class=\"thrv_wrapper thrv-button tve_ea_thrive_lightbox\" data-css=\"tve-u-15ebe91a626\" data-tcb_hover_state_parent=\"false\" data-button-style=\"full_rounded\" wfd-id=\"226\">\n<a href=\"#\" class=\"tcb-button-link tve_evt_manager_listen tve_et_click\" data-tcb-events=\"__TCB_EVENT_[{&quot;config&quot;:{&quot;l_anim&quot;:&quot;zoom_in&quot;,&quot;l_id&quot;:&quot;265&quot;},&quot;a&quot;:&quot;thrive_lightbox&quot;,&quot;t&quot;:&quot;click&quot;}]_TNEVE_BCT__\">\n<span class=\"tcb-button-texts\" wfd-id=\"227\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-15ebe925072\" wfd-id=\"228\">Get -20% On Your First Walk</span></span>\n</a>\n</div></div>\n</div></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec3017516\" wfd-id=\"205\">\n<div class=\"tve-page-section-out\" wfd-id=\"213\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ebea3a693\" wfd-id=\"206\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15ebea49c0c\" id=\"whatwedo\" data-tag=\"h1\" wfd-id=\"210\"><h1 data-css=\"tve-u-15ebea42b31\" style=\"text-align: center;\">What We Do</h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2448fdb\" wfd-id=\"207\"><p data-css=\"tve-u-15ec2443105\" style=\"text-align: center;\">Our goal is to make sure the owners are comforted, the pups are exercised and happy and that we are getting our own puppy fixes. But letâ€™s be honest- itâ€™s their world, weâ€™re just living in it! As a small team of experienced dog owners and lovers, we really get to know you and your dog and we canguarantee consistent and personal care that is equal to your love and attention. We are so excited to make you a part of the family!</p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" wfd-id=\"174\">\n<div class=\"tve-page-section-out\" wfd-id=\"204\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ee1211b9b\" wfd-id=\"175\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15ee121a6d1\" wfd-id=\"176\"><div class=\"tcb-flex-row tcb--cols--3 tcb-medium-wrap\" data-css=\"tve-u-15ee121fb1c\" wfd-id=\"177\"><div class=\"tcb-flex-col\" wfd-id=\"196\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ee1225fdf\" wfd-id=\"198\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec2477274\" wfd-id=\"202\"><span class=\"tve_image_frame\" wfd-id=\"203\"><img class=\"tve_image wp-image-1596\" alt=\"\" width=\"55\" height=\"73\" title=\"what_do_icon_01\" data-id=\"1596\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_01.png\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"201\"><p data-css=\"tve-u-15ec2481d17\"><strong>First Class Care</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"200\"><p data-css=\"tve-u-15ec2487407\">all the best for them</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2492191\" wfd-id=\"199\"><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"186\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ee1232726\" wfd-id=\"188\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec24ae116\" wfd-id=\"194\"><span class=\"tve_image_frame\" wfd-id=\"195\"><img class=\"tve_image wp-image-1597\" alt=\"\" width=\"73\" height=\"73\" title=\"what_do_icon_02\" data-id=\"1597\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_02.png\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"193\"><p data-css=\"tve-u-15ec2481d17\"><strong>Snacks Included</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"192\"><p data-css=\"tve-u-15ec2487407\">for your little one</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec3192f72\" wfd-id=\"189\"><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"178\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ee1237243\" wfd-id=\"180\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec24d5e15\" wfd-id=\"184\"><span class=\"tve_image_frame\" wfd-id=\"185\"><img class=\"tve_image wp-image-1598\" alt=\"\" width=\"65\" height=\"73\" title=\"what_do_icon_03\" data-id=\"1598\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_03.png\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"183\"><p data-css=\"tve-u-15ec2481d17\"><strong>Regularly walks</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"182\"><p data-css=\"tve-u-15ec2487407\">to keep them ealthy</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2492191\" wfd-id=\"181\"><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris.</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-15ec24f494c\" id=\"testimonials\" style=\"\" wfd-id=\"154\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ec24f97c0\" wfd-id=\"173\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec24f790d\" wfd-id=\"155\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15ec254985a\" style=\"\" wfd-id=\"156\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-15ec253a41f\" wfd-id=\"157\"><div class=\"tcb-flex-col\" wfd-id=\"161\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec253ef3a\" style=\"\" wfd-id=\"163\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec256e611\" style=\"\" wfd-id=\"166\"><p data-css=\"tve-u-15ec25610c7\"><span data-css=\"tve-u-15ec268a0a3\" style=\"font-size: 45px; color: rgb(89, 171, 227);\" wfd-id=\"171\"><span data-css=\"tve-u-15ec26760e9\" style=\"font-family: ABeeZee;\" wfd-id=\"172\">â€</span></span><span data-css=\"tve-u-15ec256b908\" style=\"font-family: &quot;Amatic SC&quot;;\" wfd-id=\"170\">&nbsp; &nbsp; &nbsp;</span><span data-css=\"tve-u-15ec2680494\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"168\"><span data-css=\"tve-u-15ec269379d\" style=\"font-size: 45px;\" wfd-id=\"169\">my chester enjoys being with them!</span> &nbsp; &nbsp;&nbsp;</span><span data-css=\"tve-u-15ec255fe12\" style=\"font-family: ABeeZee; font-weight: 400; color: rgb(89, 171, 227); font-size: 45px;\" wfd-id=\"167\">â€</span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2698d8d\" wfd-id=\"165\"><p data-css=\"tve-u-160266880a0\">We LOVE going for walks with our friends at Paw! Donâ€™t tell our mom &amp; dad,but we get really excited when they leave for work because we know it wonâ€™t be long before we get a visit from one of our favorite friends at PawCity! Best part is, they always let our parents know how ourwalk went right away so they dont have to worry about us!</p><p data-css=\"tve-u-15ec269736c\">We love you PawCity!! xoxo</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec26ab7b0\" style=\"\" wfd-id=\"164\"><p data-css=\"tve-u-15ec26a92a2\"><strong>Anna Olson</strong>, Chesterâ€™s Mom</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"158\"><div class=\"tcb-col\" wfd-id=\"160\"></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec26c390a\" id=\"aboutus\" wfd-id=\"149\">\n<div class=\"tve-page-section-out\" wfd-id=\"153\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec26b9914\" wfd-id=\"150\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15ee1037a1d\" data-tag=\"h1\" wfd-id=\"152\"><h1 data-css=\"tve-u-15ec26bd2e8\">About us</h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec31ba260\" wfd-id=\"151\"><p data-css=\"tve-u-15ec2443105\" style=\"text-align: center;\">At PawCity, we lead lives full of the unconditional love and happiness we receive from the furballs we get to spend time with everyday and we have this beautiful city and all the beautiful people in it to thank. We love you and your pups!!</p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec26ec232\" wfd-id=\"116\">\n<div class=\"tve-page-section-out\" wfd-id=\"148\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec26e5812\" wfd-id=\"117\"><div class=\"thrv_wrapper thrv-columns tcb-window-width\" style=\"width: 1603px; left: -1px;\" data-css=\"tve-u-15ee106257d\" wfd-id=\"118\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2\" data-css=\"tve-u-15ec26fee25\" wfd-id=\"119\"><div class=\"tcb-flex-col c-33\" wfd-id=\"143\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec2a38bfd\" wfd-id=\"145\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec2a33d71\" wfd-id=\"146\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"147\"><img class=\"tve_image wp-image-7399\" alt=\"\" width=\"830\" height=\"775\" title=\"about_us_dog\" data-id=\"7399\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/about_us_dog.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col c-66\" wfd-id=\"120\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec27075e1\" wfd-id=\"122\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160309f3e5d\" wfd-id=\"137\">\n<div class=\"tve-content-box-background\" wfd-id=\"142\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160309b397d\" wfd-id=\"138\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-160309b00b4\" data-float=\"1\" wfd-id=\"140\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"141\"><img class=\"tve_image wp-image-7404\" alt=\"\" width=\"64\" height=\"64\" title=\"dog_paw\" data-id=\"7404\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/dog_paw.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16030a08afd\" wfd-id=\"139\"><p>We moved to New York City with our black bulldog rescue, Blakely, in 2007 after graduating from the University of Maryland. Immediately, we realized what a dog-crazy place it was.</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160309f6c04\" wfd-id=\"131\">\n<div class=\"tve-content-box-background\" wfd-id=\"136\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160309b397d\" wfd-id=\"132\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-160309ddca8\" data-float=\"1\" wfd-id=\"134\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"135\"><img class=\"tve_image wp-image-7403\" alt=\"\" width=\"64\" height=\"64\" title=\"dog_house\" data-id=\"7403\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/dog_house.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16030a09626\" wfd-id=\"133\"><p>We knew right away that we wanted to work with the animals that we loved and that had given us so much love since we were little girls. We started PawCity Dog Walking in July of 2010.</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16030975307\" wfd-id=\"123\">\n<div class=\"tve-content-box-background\" wfd-id=\"130\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160309b397d\" wfd-id=\"124\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16030a013d7\" data-float=\"1\" wfd-id=\"128\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"129\"><img class=\"tve_image wp-image-7405\" alt=\"\" width=\"64\" height=\"64\" title=\"spinning_wheel\" data-id=\"7405\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/spinning_wheel.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160309b344b\" wfd-id=\"125\"><p>We cover the entire width of the East Side, from 96th Street to Delancey and handle every type of personality imaginable. At PawCity, we lead lives full of the unconditional love and happiness we receive from the furballs we get to spend time with everyday.</p></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" data-css=\"tve-u-15ec2a56438\" style=\"width: 1603px; left: 0px;\" id=\"getyourcoupon\" wfd-id=\"96\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ec2a5bb35\" wfd-id=\"115\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec2a5540e\" wfd-id=\"97\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ec2a80647\" wfd-id=\"98\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15ec2a9b8a9\" wfd-id=\"114\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ec2a81a9f\" wfd-id=\"99\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2a6f589\" wfd-id=\"110\"><p data-css=\"tve-u-15ec2a6b447\"><span data-css=\"tve-u-15ec2a6d9d8\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"113\"><strong>Get Your Coupon</strong></span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2aaa9a4\" wfd-id=\"106\"><p data-css=\"tve-u-15ec2ab1d6d\">We strive to keep both you and your pup as happy and comfortable as possible while youâ€™re out earning those big bucks.</p><p data-css=\"tve-u-15ec2ab1d82\"><br></p><p data-css=\"tve-u-15ec2aa8e2e\"><strong>Get <span data-css=\"tve-u-15ec2aafa24\" style=\"color: rgb(89, 171, 227);\" wfd-id=\"109\">20%</span> off your first walk. Enter your email and we\'ll send you your coupon.</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ec2abe257\" wfd-id=\"100\">\n<div class=\"tve-content-box-background\" wfd-id=\"105\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ec2acb421\" wfd-id=\"101\"><div class=\"thrv_wrapper thrv-button tve_ea_thrive_lightbox\" data-css=\"tve-u-15ec2ac01df\" data-tcb_hover_state_parent=\"false\" data-button-style=\"full_rounded\" wfd-id=\"102\">\n<a href=\"#\" class=\"tcb-button-link tve_evt_manager_listen tve_et_click\" data-tcb-events=\"__TCB_EVENT_[{&quot;config&quot;:{&quot;l_anim&quot;:&quot;zoom_in&quot;,&quot;l_id&quot;:&quot;265&quot;},&quot;a&quot;:&quot;thrive_lightbox&quot;,&quot;t&quot;:&quot;click&quot;}]_TNEVE_BCT__\">\n<span class=\"tcb-button-texts\" wfd-id=\"103\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-15ebe925072\" wfd-id=\"104\">Get Your Coupon Now</span></span>\n</a>\n</div></div>\n</div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-15ec2b0a32a\" id=\"areaweserve\" wfd-id=\"75\">\n<div class=\"tve-page-section-out\" wfd-id=\"95\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15f76fcb7df\" wfd-id=\"76\"><div class=\"thrv_wrapper thrv-columns\" style=\"\" data-css=\"tve-u-15ee103f44a\" wfd-id=\"77\"><div class=\"tcb-flex-row tcb--cols--2 tcb-medium-wrap v-2 tcb-resized\" data-css=\"tve-u-15ec2ae8715\" wfd-id=\"78\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-165b7cefd8d\" style=\"\" wfd-id=\"84\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec2b37666\" wfd-id=\"86\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"91\"><p data-css=\"tve-u-15ec2af6c4b\"><span data-css=\"tve-u-15ec2af6c4e\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"94\">area we serve</span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"87\"><p>As a small team of experienced dog owners and lovers, we really get to know you and your dog and we canguarantee consistent and personal care that is equal to your love and attention.</p><p><br></p><p><strong><span data-css=\"tve-u-15ec2afed17\" style=\"color: rgb(89, 171, 227);\" wfd-id=\"90\">We are so excited to make you a part of the family!</span></strong></p></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-165b7cefdbe\" style=\"\" wfd-id=\"79\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec2b33f06\" wfd-id=\"81\"><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-15ec2b3b468\" wfd-id=\"83\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=port saint lucie, fl&amp;t=m&amp;z=8&amp;output=embed&amp;iwloc=near\"></iframe>\n</div><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-15ec2b3b468\" wfd-id=\"82\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=port saint lucie, fl&amp;t=m&amp;z=9&amp;output=embed&amp;iwloc=near\"></iframe>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" data-css=\"tve-u-15ec2b5d54c\" style=\"width: 1603px; left: 0px;\" id=\"contact\" wfd-id=\"36\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ec2b56fac\" wfd-id=\"74\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec2b54c99\" wfd-id=\"37\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1602b31dfcd\" wfd-id=\"38\"><div class=\"tcb-flex-row tcb-resized tcb-medium-wrap tcb--cols--3\" data-css=\"tve-u-1602b37ce9d\" wfd-id=\"39\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1602be453ec\" style=\"\" wfd-id=\"68\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"70\"><div class=\"tcb-clear\" data-css=\"tve-u-1602bff3cd5\" wfd-id=\"71\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec2b6e126\" wfd-id=\"72\"><span class=\"tve_image_frame\" wfd-id=\"73\"><img class=\"tve_image wp-image-25564\" alt=\"\" width=\"142\" height=\"44\" title=\"logo_pawcity\" data-id=\"25564\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/logo_pawcity.png\"></span></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1602be45437\" style=\"\" wfd-id=\"54\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1602be56dfc\" wfd-id=\"56\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1602bfebaf9\" wfd-id=\"57\">\n<div class=\"tve-content-box-background\" wfd-id=\"67\"></div>\n<div class=\"tve-cb\" wfd-id=\"58\"><div class=\"tcb-clear\" data-css=\"tve-u-1602bf36e2c\" wfd-id=\"64\"><div class=\"thrv_wrapper tve_image_caption tcb-mobile-hidden\" data-css=\"tve-u-1602be7db66\" data-float=\"1\" wfd-id=\"65\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"66\"><img class=\"tve_image wp-image-7369\" alt=\"\" width=\"64\" height=\"64\" title=\"location\" data-id=\"7369\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/location.png\" style=\"width: 100%;\"></span></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1602bf25f10\" wfd-id=\"59\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1602befe215\" wfd-id=\"60\"><p data-css=\"tve-u-1602bfa220e\"><strong><span data-css=\"tve-u-1602b324a9b\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"63\">67 E. 3rd Street</span></strong><span data-css=\"tve-u-1602b324a9c\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"62\"> </span><span data-css=\"tve-u-1602b324ab9\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"61\">Suite B New York, NY 10003</span></p></div></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1602be4545b\" style=\"\" wfd-id=\"40\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"42\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1602bfea280\" wfd-id=\"43\">\n<div class=\"tve-content-box-background\" wfd-id=\"53\"></div>\n<div class=\"tve-cb\" wfd-id=\"44\"><div class=\"tcb-clear\" data-css=\"tve-u-1602bfc4bea\" wfd-id=\"50\"><div class=\"thrv_wrapper tve_image_caption tcb-mobile-hidden\" data-css=\"tve-u-1602bec144e\" data-float=\"1\" wfd-id=\"51\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"52\"><img class=\"tve_image wp-image-7370\" alt=\"\" width=\"64\" height=\"64\" title=\"phone\" data-id=\"7370\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/phone.png\" style=\"width: 100%;\"></span></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1602bfc74c3\" wfd-id=\"45\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1602b332fd9\" data-float=\"1\" wfd-id=\"46\"><p><strong><span data-css=\"tve-u-1602b324a9b\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"49\">080</span></strong><span data-css=\"tve-u-1602b324a9c\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"48\"> </span><span data-css=\"tve-u-1602b324ab9\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"47\">708 5583</span></p></div></div></div>\n</div></div></div></div></div></div>\n</div>'),(2630,270,'tve_revision_tve_has_wistia_popover','0'),(2663,273,'tve_revision_tve_landing_page','tcb2-one-page-site-dog-walking'),(2631,271,'tve_revision_tve_landing_page','tcb2-one-page-site-dog-walking'),(2632,271,'tve_revision_tve_disable_theme_dependency',''),(2633,271,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv-page-section\" style=\"z-index: 8;\" wfd-id=\"219\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ebe5d7b44\" wfd-id=\"239\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ebe51d596\" style=\"z-index: 8;\" wfd-id=\"220\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15ec3055cca\" wfd-id=\"221\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized\" data-css=\"tve-u-15ebe8a2edd\" wfd-id=\"222\"><div class=\"tcb-flex-col\" data-css=\"tve-u-165b7e34349\" style=\"\" wfd-id=\"233\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec30518d3\" wfd-id=\"235\"><div class=\"tcb-clear\" data-css=\"tve-u-15ecc95760b\" wfd-id=\"236\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ebe70a25b\" wfd-id=\"237\"><span class=\"tve_image_frame\" wfd-id=\"238\"><img class=\"tve_image wp-image-25564\" alt=\"\" width=\"142\" height=\"44\" title=\"logo_pawcity\" data-id=\"25564\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/logo_pawcity.png\"></span></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-165b7e3437c\" style=\"z-index: 8;\" wfd-id=\"223\"><div class=\"tcb-col\" style=\"z-index: 8;\" data-css=\"tve-u-165b7e86806\" wfd-id=\"225\"><div class=\"tcb-clear\" data-css=\"tve-u-165b7e370ce\" wfd-id=\"226\"><div class=\"thrv_wrapper thrv_widget_menu tve-custom-menu-upgrade tve-mobile-dropdown     tve-dropdown-icon-style_1\" data-tve-style=\"tve_horizontal\" data-tve-switch-icon=\"tablet,mobile\" data-css=\"tve-u-165b7dbb826\" style=\"z-index: 8;\" wfd-id=\"227\">	<div class=\"thrive-shortcode-config\" style=\"display: none !important\" wfd-id=\"232\">__CONFIG_widget_menu__{\"menu_id\":\"4\",\"color\":\"tve_red\",\"dir\":\"tve_horizontal\",\"font_class\":\"\",\"font_size\":\"\",\"ul_attr\":\"\",\"link_attr\":\"\",\"top_link_attr\":\"\",\"trigger_attr\":\"\",\"primary\":\"\",\"head_css\":\"\",\"background_hover\":\"\",\"main_hover\":\"\",\"child_hover\":\"\",\"group_edit\":[],\"menu_style\":\"\",\"dropdown_icon\":\"style_1\",\"mobile_side\":\"\",\"mobile_icon\":\"\",\"switch_to_icon\":\"tablet,mobile\"}__CONFIG_widget_menu__</div>\n</div></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 343px; left: 0px;\" data-css=\"tve-u-15ebe8abb9e\" wfd-id=\"192\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ebe8a4d78\" data-clip-id=\"335f47a4c8f92\" wfd-id=\"218\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-left-335f47a4c8f92\" class=\"decoration-clip clip-path-left\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" pointer-width=\"6\" pointer-height=\"2.5\" style=\"curves\" decoration-type=\"none\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon><ellipse cx=\"0.025\" cy=\"0.029412\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.08823600000000001\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.14706\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.205884\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.264708\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.323532\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.38235600000000003\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.44118\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.500004\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.558828\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.617652\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.676476\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.7353000000000001\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.794124\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.852948\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.911772\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.970596\" rx=\"0.025\" ry=\"0.029412\"></ellipse></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ebe72c974\" wfd-id=\"193\"><div class=\"thrv_wrapper thrv-columns tcb-window-width\" style=\"width: 343px; left: 0px;\" data-css=\"tve-u-15ec318421d\" wfd-id=\"194\"><div class=\"tcb-flex-row tcb--cols--2 tcb-resized\" data-css=\"tve-u-15ebe738fb8\" wfd-id=\"195\"><div class=\"tcb-flex-col\" data-css=\"tve-u-165b7d7585c\" style=\"\" wfd-id=\"215\"><div class=\"tcb-col\" data-css=\"tve-u-15ebe73226c\" wfd-id=\"217\"></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-165b7d75889\" style=\"\" wfd-id=\"196\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ebe89fb7a\" wfd-id=\"198\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ebe827cb3\" data-value-type=\"percent\" wfd-id=\"199\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15ebe830a90\" data-clip-id=\"bb2526ca261ae\" wfd-id=\"214\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-left-bb2526ca261ae\" class=\"decoration-clip clip-path-left\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"none\" pointer-width=\"7\" pointer-height=\"2.5\" style=\"curves\" slanted-angle=\"5\" clip-path=\"url(#clip-bottom-bb2526ca261ae)\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon><ellipse cx=\"0.025\" cy=\"0.035714\" rx=\"0.025\" ry=\"0.035714\"></ellipse><ellipse cx=\"0.025\" cy=\"0.10714200000000002\" rx=\"0.025\" ry=\"0.035714\"></ellipse><ellipse cx=\"0.025\" cy=\"0.17857\" rx=\"0.025\" ry=\"0.035714\"></ellipse><ellipse cx=\"0.025\" cy=\"0.24999800000000003\" rx=\"0.025\" ry=\"0.035714\"></ellipse><ellipse cx=\"0.025\" cy=\"0.32142600000000005\" rx=\"0.025\" ry=\"0.035714\"></ellipse><ellipse cx=\"0.025\" cy=\"0.39285400000000004\" rx=\"0.025\" ry=\"0.035714\"></ellipse><ellipse cx=\"0.025\" cy=\"0.46428200000000003\" rx=\"0.025\" ry=\"0.035714\"></ellipse><ellipse cx=\"0.025\" cy=\"0.53571\" rx=\"0.025\" ry=\"0.035714\"></ellipse><ellipse cx=\"0.025\" cy=\"0.6071380000000001\" rx=\"0.025\" ry=\"0.035714\"></ellipse><ellipse cx=\"0.025\" cy=\"0.678566\" rx=\"0.025\" ry=\"0.035714\"></ellipse><ellipse cx=\"0.025\" cy=\"0.749994\" rx=\"0.025\" ry=\"0.035714\"></ellipse><ellipse cx=\"0.025\" cy=\"0.8214220000000001\" rx=\"0.025\" ry=\"0.035714\"></ellipse><ellipse cx=\"0.025\" cy=\"0.89285\" rx=\"0.025\" ry=\"0.035714\"></ellipse><ellipse cx=\"0.025\" cy=\"0.9642780000000001\" rx=\"0.025\" ry=\"0.035714\"></ellipse></clipPath><clipPath id=\"clip-tablet-left-bb2526ca261ae\" class=\"decoration-clip clip-path-tablet-left\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"divider\" pointer-width=\"5.7\" pointer-height=\"4\" style=\"curves\" slanted-angle=\"5\" clip-path=\"url(#clip-bottom-bb2526ca261ae)\"><polygon points=\"0.04 0, 0.04 1, 1 1, 1 0\"></polygon><ellipse cx=\"0.04\" cy=\"0.027778\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.083334\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.13889\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.194446\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.250002\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.305558\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.361114\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.41667\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.47222600000000003\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.527782\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.583338\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.638894\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.69445\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.7500060000000001\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.805562\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.861118\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.916674\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.97223\" rx=\"0.04\" ry=\"0.027778\"></ellipse></clipPath><clipPath id=\"clip-bottom-bb2526ca261ae\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"none\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ebe80a9a1\" wfd-id=\"200\"><div class=\"tcb-clear\" data-css=\"tve-u-15ebe8ee6c0\" wfd-id=\"210\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15ebe8edca2\" data-tag=\"h1\" wfd-id=\"211\"><h1 data-css=\"tve-u-15ebe90cfb0\">Happy dogs =<br>â€‹â€‹â€‹â€‹â€‹happâ€‹â€‹â€‹â€‹y owners</h1></div></div><div class=\"tcb-clear\" data-css=\"tve-u-15ec30a8a14\" wfd-id=\"208\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ebe906677\" wfd-id=\"209\"><p data-css=\"tve-u-15ebe905473\">Offer your dog a premium walking experience</p></div></div><div class=\"tcb-clear\" data-css=\"tve-u-15ebe955aaa\" wfd-id=\"201\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ebe916c34\" wfd-id=\"202\">\n<div class=\"tve-content-box-background\" wfd-id=\"207\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ec3152b02\" wfd-id=\"203\"><div class=\"thrv_wrapper thrv-button tve_ea_thrive_lightbox\" data-css=\"tve-u-15ebe91a626\" data-tcb_hover_state_parent=\"false\" data-button-style=\"full_rounded\" wfd-id=\"204\">\n<a href=\"#\" class=\"tcb-button-link tve_evt_manager_listen tve_et_click\" data-tcb-events=\"__TCB_EVENT_[{&quot;config&quot;:{&quot;l_anim&quot;:&quot;zoom_in&quot;,&quot;l_id&quot;:&quot;265&quot;},&quot;a&quot;:&quot;thrive_lightbox&quot;,&quot;t&quot;:&quot;click&quot;}]_TNEVE_BCT__\">\n<span class=\"tcb-button-texts\" wfd-id=\"205\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-15ebe925072\" wfd-id=\"206\">Get -20% On Your First Walk</span></span>\n</a>\n</div></div>\n</div></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 343px; left: 0px;\" data-css=\"tve-u-15ec3017516\" wfd-id=\"185\">\n<div class=\"tve-page-section-out\" wfd-id=\"191\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ebea3a693\" wfd-id=\"186\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15ebea49c0c\" id=\"whatwedo\" data-tag=\"h1\" wfd-id=\"188\"><h1 data-css=\"tve-u-15ebea42b31\" style=\"text-align: center;\">What We Do</h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2448fdb\" wfd-id=\"187\"><p data-css=\"tve-u-15ec2443105\" style=\"text-align: center;\">Our goal is to make sure the owners are comforted, the pups are exercised and happy and that we are getting our own puppy fixes. But letâ€™s be honest- itâ€™s their world, weâ€™re just living in it! As a small team of experienced dog owners and lovers, we really get to know you and your dog and we canguarantee consistent and personal care that is equal to your love and attention. We are so excited to make you a part of the family!</p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 343px; left: 0px;\" wfd-id=\"156\">\n<div class=\"tve-page-section-out\" wfd-id=\"184\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ee1211b9b\" wfd-id=\"157\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15ee121a6d1\" wfd-id=\"158\"><div class=\"tcb-flex-row tcb--cols--3 tcb-medium-wrap\" data-css=\"tve-u-15ee121fb1c\" wfd-id=\"159\"><div class=\"tcb-flex-col\" wfd-id=\"176\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ee1225fdf\" wfd-id=\"178\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec2477274\" wfd-id=\"182\"><span class=\"tve_image_frame\" wfd-id=\"183\"><img class=\"tve_image wp-image-1596\" alt=\"\" width=\"55\" height=\"73\" title=\"what_do_icon_01\" data-id=\"1596\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_01.png\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"181\"><p data-css=\"tve-u-15ec2481d17\"><strong>First Class Care</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"180\"><p data-css=\"tve-u-15ec2487407\">all the best for them</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2492191\" wfd-id=\"179\"><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"168\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ee1232726\" wfd-id=\"170\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec24ae116\" wfd-id=\"174\"><span class=\"tve_image_frame\" wfd-id=\"175\"><img class=\"tve_image wp-image-1597\" alt=\"\" width=\"73\" height=\"73\" title=\"what_do_icon_02\" data-id=\"1597\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_02.png\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"173\"><p data-css=\"tve-u-15ec2481d17\"><strong>Snacks Included</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"172\"><p data-css=\"tve-u-15ec2487407\">for your little one</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec3192f72\" wfd-id=\"171\"><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"160\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ee1237243\" wfd-id=\"162\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec24d5e15\" wfd-id=\"166\"><span class=\"tve_image_frame\" wfd-id=\"167\"><img class=\"tve_image wp-image-1598\" alt=\"\" width=\"65\" height=\"73\" title=\"what_do_icon_03\" data-id=\"1598\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_03.png\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"165\"><p data-css=\"tve-u-15ec2481d17\"><strong>Regularly walks</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"164\"><p data-css=\"tve-u-15ec2487407\">to keep them ealthy</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2492191\" wfd-id=\"163\"><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris.</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-15ec24f494c\" id=\"testimonials\" style=\"\" wfd-id=\"136\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ec24f97c0\" wfd-id=\"155\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec24f790d\" wfd-id=\"137\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15ec254985a\" style=\"\" wfd-id=\"138\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-15ec253a41f\" wfd-id=\"139\"><div class=\"tcb-flex-col\" wfd-id=\"143\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec253ef3a\" style=\"\" wfd-id=\"145\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec256e611\" style=\"\" wfd-id=\"148\"><p data-css=\"tve-u-15ec25610c7\"><span data-css=\"tve-u-15ec268a0a3\" style=\"font-size: 45px; color: rgb(89, 171, 227);\" wfd-id=\"153\"><span data-css=\"tve-u-15ec26760e9\" style=\"font-family: ABeeZee;\" wfd-id=\"154\">â€</span></span><span data-css=\"tve-u-15ec256b908\" style=\"font-family: &quot;Amatic SC&quot;;\" wfd-id=\"152\">&nbsp; &nbsp; &nbsp;</span><span data-css=\"tve-u-15ec2680494\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"150\"><span data-css=\"tve-u-15ec269379d\" style=\"font-size: 45px;\" wfd-id=\"151\">my chester enjoys being with them!</span> &nbsp; &nbsp;&nbsp;</span><span data-css=\"tve-u-15ec255fe12\" style=\"font-family: ABeeZee; font-weight: 400; color: rgb(89, 171, 227); font-size: 45px;\" wfd-id=\"149\">â€</span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2698d8d\" wfd-id=\"147\"><p data-css=\"tve-u-160266880a0\">We LOVE going for walks with our friends at Paw! Donâ€™t tell our mom &amp; dad,but we get really excited when they leave for work because we know it wonâ€™t be long before we get a visit from one of our favorite friends at PawCity! Best part is, they always let our parents know how ourwalk went right away so they dont have to worry about us!</p><p data-css=\"tve-u-15ec269736c\">We love you PawCity!! xoxo</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec26ab7b0\" style=\"\" wfd-id=\"146\"><p data-css=\"tve-u-15ec26a92a2\"><strong>Anna Olson</strong>, Chesterâ€™s Mom</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"140\"><div class=\"tcb-col\" wfd-id=\"142\"></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 343px; left: 0px;\" data-css=\"tve-u-15ec26c390a\" id=\"aboutus\" wfd-id=\"131\">\n<div class=\"tve-page-section-out\" wfd-id=\"135\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec26b9914\" wfd-id=\"132\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15ee1037a1d\" data-tag=\"h1\" wfd-id=\"134\"><h1 data-css=\"tve-u-15ec26bd2e8\">About us</h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec31ba260\" wfd-id=\"133\"><p data-css=\"tve-u-15ec2443105\" style=\"text-align: center;\">At PawCity, we lead lives full of the unconditional love and happiness we receive from the furballs we get to spend time with everyday and we have this beautiful city and all the beautiful people in it to thank. We love you and your pups!!</p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 343px; left: 0px;\" data-css=\"tve-u-15ec26ec232\" wfd-id=\"100\">\n<div class=\"tve-page-section-out\" wfd-id=\"130\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec26e5812\" wfd-id=\"101\"><div class=\"thrv_wrapper thrv-columns tcb-window-width\" style=\"width: 343px; left: -1px;\" data-css=\"tve-u-15ee106257d\" wfd-id=\"102\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2\" data-css=\"tve-u-15ec26fee25\" wfd-id=\"103\"><div class=\"tcb-flex-col c-33\" wfd-id=\"125\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec2a38bfd\" wfd-id=\"127\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec2a33d71\" wfd-id=\"128\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"129\"><img class=\"tve_image wp-image-7399\" alt=\"\" width=\"830\" height=\"775\" title=\"about_us_dog\" data-id=\"7399\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/about_us_dog.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col c-66\" wfd-id=\"104\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec27075e1\" wfd-id=\"106\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160309f3e5d\" wfd-id=\"119\">\n<div class=\"tve-content-box-background\" wfd-id=\"124\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160309b397d\" wfd-id=\"120\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-160309b00b4\" data-float=\"1\" wfd-id=\"122\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"123\"><img class=\"tve_image wp-image-7404\" alt=\"\" width=\"64\" height=\"64\" title=\"dog_paw\" data-id=\"7404\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/dog_paw.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16030a08afd\" wfd-id=\"121\"><p>We moved to New York City with our black bulldog rescue, Blakely, in 2007 after graduating from the University of Maryland. Immediately, we realized what a dog-crazy place it was.</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160309f6c04\" wfd-id=\"113\">\n<div class=\"tve-content-box-background\" wfd-id=\"118\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160309b397d\" wfd-id=\"114\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-160309ddca8\" data-float=\"1\" wfd-id=\"116\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"117\"><img class=\"tve_image wp-image-7403\" alt=\"\" width=\"64\" height=\"64\" title=\"dog_house\" data-id=\"7403\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/dog_house.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16030a09626\" wfd-id=\"115\"><p>We knew right away that we wanted to work with the animals that we loved and that had given us so much love since we were little girls. We started PawCity Dog Walking in July of 2010.</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16030975307\" wfd-id=\"107\">\n<div class=\"tve-content-box-background\" wfd-id=\"112\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160309b397d\" wfd-id=\"108\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16030a013d7\" data-float=\"1\" wfd-id=\"110\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"111\"><img class=\"tve_image wp-image-7405\" alt=\"\" width=\"64\" height=\"64\" title=\"spinning_wheel\" data-id=\"7405\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/spinning_wheel.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160309b344b\" wfd-id=\"109\"><p>We cover the entire width of the East Side, from 96th Street to Delancey and handle every type of personality imaginable. At PawCity, we lead lives full of the unconditional love and happiness we receive from the furballs we get to spend time with everyday.</p></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" data-css=\"tve-u-15ec2a56438\" style=\"width: 343px; left: 0px;\" id=\"getyourcoupon\" wfd-id=\"84\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ec2a5bb35\" wfd-id=\"99\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec2a5540e\" wfd-id=\"85\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ec2a80647\" wfd-id=\"86\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15ec2a9b8a9\" wfd-id=\"98\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ec2a81a9f\" wfd-id=\"87\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2a6f589\" wfd-id=\"96\"><p data-css=\"tve-u-15ec2a6b447\"><span data-css=\"tve-u-15ec2a6d9d8\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"97\"><strong>Get Your Coupon</strong></span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2aaa9a4\" wfd-id=\"94\"><p data-css=\"tve-u-15ec2ab1d6d\">We strive to keep both you and your pup as happy and comfortable as possible while youâ€™re out earning those big bucks.</p><p data-css=\"tve-u-15ec2ab1d82\"><br></p><p data-css=\"tve-u-15ec2aa8e2e\"><strong>Get <span data-css=\"tve-u-15ec2aafa24\" style=\"color: rgb(89, 171, 227);\" wfd-id=\"95\">20%</span> off your first walk. Enter your email and we\'ll send you your coupon.</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ec2abe257\" wfd-id=\"88\">\n<div class=\"tve-content-box-background\" wfd-id=\"93\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ec2acb421\" wfd-id=\"89\"><div class=\"thrv_wrapper thrv-button tve_ea_thrive_lightbox\" data-css=\"tve-u-15ec2ac01df\" data-tcb_hover_state_parent=\"false\" data-button-style=\"full_rounded\" wfd-id=\"90\">\n<a href=\"#\" class=\"tcb-button-link tve_evt_manager_listen tve_et_click\" data-tcb-events=\"__TCB_EVENT_[{&quot;config&quot;:{&quot;l_anim&quot;:&quot;zoom_in&quot;,&quot;l_id&quot;:&quot;265&quot;},&quot;a&quot;:&quot;thrive_lightbox&quot;,&quot;t&quot;:&quot;click&quot;}]_TNEVE_BCT__\">\n<span class=\"tcb-button-texts\" wfd-id=\"91\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-15ebe925072\" wfd-id=\"92\">Get Your Coupon Now</span></span>\n</a>\n</div></div>\n</div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-15ec2b0a32a\" id=\"areaweserve\" wfd-id=\"67\">\n<div class=\"tve-page-section-out\" wfd-id=\"83\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15f76fcb7df\" wfd-id=\"68\"><div class=\"thrv_wrapper thrv-columns\" style=\"\" data-css=\"tve-u-15ee103f44a\" wfd-id=\"69\"><div class=\"tcb-flex-row tcb--cols--2 tcb-medium-wrap v-2 tcb-resized\" data-css=\"tve-u-15ec2ae8715\" wfd-id=\"70\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-165b7cefd8d\" style=\"\" wfd-id=\"76\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec2b37666\" wfd-id=\"78\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"81\"><p data-css=\"tve-u-15ec2af6c4b\"><span data-css=\"tve-u-15ec2af6c4e\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"82\">area we serve</span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"79\"><p>As a small team of experienced dog owners and lovers, we really get to know you and your dog and we canguarantee consistent and personal care that is equal to your love and attention.</p><p><br></p><p><strong><span data-css=\"tve-u-15ec2afed17\" style=\"color: rgb(89, 171, 227);\" wfd-id=\"80\">We are so excited to make you a part of the family!</span></strong></p></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-165b7cefdbe\" style=\"\" wfd-id=\"71\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec2b33f06\" wfd-id=\"73\"><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-15ec2b3b468\" wfd-id=\"75\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=port saint lucie, fl&amp;t=m&amp;z=8&amp;output=embed&amp;iwloc=near\"></iframe>\n</div><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-15ec2b3b468\" wfd-id=\"74\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=port saint lucie, fl&amp;t=m&amp;z=9&amp;output=embed&amp;iwloc=near\"></iframe>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" data-css=\"tve-u-15ec2b5d54c\" style=\"width: 343px; left: 0px;\" id=\"contact\" wfd-id=\"30\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ec2b56fac\" wfd-id=\"66\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec2b54c99\" wfd-id=\"31\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1602b31dfcd\" wfd-id=\"32\"><div class=\"tcb-flex-row tcb-resized tcb-medium-wrap tcb--cols--3\" data-css=\"tve-u-1602b37ce9d\" wfd-id=\"33\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1602be453ec\" style=\"\" wfd-id=\"60\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"62\"><div class=\"tcb-clear\" data-css=\"tve-u-1602bff3cd5\" wfd-id=\"63\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec2b6e126\" wfd-id=\"64\"><span class=\"tve_image_frame\" wfd-id=\"65\"><img class=\"tve_image wp-image-25564\" alt=\"\" width=\"142\" height=\"44\" title=\"logo_pawcity\" data-id=\"25564\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/logo_pawcity.png\"></span></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1602be45437\" style=\"\" wfd-id=\"47\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1602be56dfc\" wfd-id=\"49\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1602bfebaf9\" wfd-id=\"50\">\n<div class=\"tve-content-box-background\" wfd-id=\"59\"></div>\n<div class=\"tve-cb\" wfd-id=\"51\"><div class=\"tcb-clear\" data-css=\"tve-u-1602bf36e2c\" wfd-id=\"57\"><div class=\"thrv_wrapper tve_image_caption tcb-mobile-hidden\" data-css=\"tve-u-1602be7db66\" data-float=\"1\" wfd-id=\"58\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-7369\" alt=\"\" width=\"64\" height=\"64\" title=\"location\" data-id=\"7369\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/location.png\" style=\"width: 100%;\"></span></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1602bf25f10\" wfd-id=\"52\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1602befe215\" wfd-id=\"53\"><p data-css=\"tve-u-1602bfa220e\"><strong><span data-css=\"tve-u-1602b324a9b\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"56\">67 E. 3rd Street</span></strong><span data-css=\"tve-u-1602b324a9c\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"55\"> </span><span data-css=\"tve-u-1602b324ab9\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"54\">Suite B New York, NY 10003</span></p></div></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1602be4545b\" style=\"\" wfd-id=\"34\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"36\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1602bfea280\" wfd-id=\"37\">\n<div class=\"tve-content-box-background\" wfd-id=\"46\"></div>\n<div class=\"tve-cb\" wfd-id=\"38\"><div class=\"tcb-clear\" data-css=\"tve-u-1602bfc4bea\" wfd-id=\"44\"><div class=\"thrv_wrapper tve_image_caption tcb-mobile-hidden\" data-css=\"tve-u-1602bec144e\" data-float=\"1\" wfd-id=\"45\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-7370\" alt=\"\" width=\"64\" height=\"64\" title=\"phone\" data-id=\"7370\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/phone.png\" style=\"width: 100%;\"></span></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1602bfc74c3\" wfd-id=\"39\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1602b332fd9\" data-float=\"1\" wfd-id=\"40\"><p><strong><span data-css=\"tve-u-1602b324a9b\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"43\">080</span></strong><span data-css=\"tve-u-1602b324a9c\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"42\"> </span><span data-css=\"tve-u-1602b324ab9\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"41\">708 5583</span></p></div></div></div>\n</div></div></div></div></div></div>\n</div>'),(2634,271,'tve_revision_tve_content_more_found',''),(2635,271,'tve_revision_tve_save_post',''),(2636,271,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Montserrat:400,200,300&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Amatic+SC:400&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=ABeeZee:400&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-160309b397d\"]::after { clear: both; }[data-css=\"tve-u-160309b344b\"] { position: relative !important; margin-left: 100px !important; }[data-css=\"tve-u-160309b00b4\"] + div { clear: none; }[data-css=\"tve-u-160309b00b4\"] { float: none; width: 60px; position: absolute; margin-bottom: 0px !important; margin-top: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-16030975307\"] { max-width: 75%; margin-left: 80px !important; }[data-css=\"tve-u-1602bfa220e\"] { line-height: 1.85em !important; }[data-css=\"tve-u-1602be7db66\"] { float: left; width: 40px; z-index: 3; position: relative; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1602be56dfc\"]::after { clear: both; }[data-css=\"tve-u-1602be4545b\"] { max-width: 25%; }[data-css=\"tve-u-1602be45437\"] { max-width: 48.1%; }[data-css=\"tve-u-1602be453ec\"] { max-width: 26.9%; }[data-css=\"tve-u-1602b37ce9d\"] > .tcb-flex-col > .tcb-col { justify-content: center; }[data-css=\"tve-u-1602b332fd9\"] { max-width: 264px; position: relative; float: right; z-index: 3; width: 100%; padding-left: 1px !important; margin-top: 1px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1602b324a9c\"] { color: rgb(74, 163, 223) !important; }[data-css=\"tve-u-1602b324a9b\"] { color: rgb(74, 163, 223) !important; }[data-css=\"tve-u-1602b31dfcd\"] { max-width: 1296px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15f76fcb7df\"] { max-width: 100%; }[data-css=\"tve-u-15ee121fb1c\"] .tcb-flex-col { flex-basis: 285px !important; }[data-css=\"tve-u-15ec30a8a14\"]::after { clear: both; }#tve_editor [data-css=\"tve-u-15ebe90cfb0\"] { font-size: 96px !important; }[data-css=\"tve-u-15ee1237243\"] { box-shadow: rgba(73, 137, 181, 0.15) -3px 7px 69px 10px; }[data-css=\"tve-u-15ee1232726\"] { box-shadow: rgba(73, 137, 181, 0.15) -3px 7px 69px 10px; }[data-css=\"tve-u-15ee121fb1c\"] > .tcb-flex-col > .tcb-col { min-height: 503px; }[data-css=\"tve-u-15ee1225fdf\"] { box-shadow: rgba(73, 137, 181, 0.15) -3px 7px 69px 10px; }[data-css=\"tve-u-15ee121fb1c\"] { margin-left: -60px; min-height: inherit; }[data-css=\"tve-u-15ee121fb1c\"] > .tcb-flex-col { padding-left: 60px; }[data-css=\"tve-u-15ee121a6d1\"] { float: none; max-width: 1296px; text-align: center; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ee1211b9b\"] { max-width: 1603px; text-align: center; }[data-css=\"tve-u-15ec26fee25\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-15ee106257d\"] { max-width: 100%; }[data-css=\"tve-u-15ec3055cca\"] { max-width: 1370px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ee103f44a\"] { float: none; max-width: 1200px; border: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ee1037a1d\"] { float: none; max-width: 1296px; margin-left: auto !important; margin-right: auto !important; }#tve_editor [data-css=\"tve-u-15ec2ac01df\"]:hover .tcb-button-link { box-shadow: rgba(73, 137, 181, 0.25) -3px 7px 73px 18px; background-color: rgb(149, 250, 201) !important; }#tve_editor [data-css=\"tve-u-15ebe91a626\"]:hover .tcb-button-link { box-shadow: rgba(73, 137, 181, 0.25) -3px 7px 73px 18px; border: 0px dashed rgb(255, 255, 255); background-color: rgb(149, 250, 201) !important; font-weight: normal !important; background-image: none !important; }[data-css=\"tve-u-15ebe8a2edd\"] > .tcb-flex-col > .tcb-col { justify-content: center; }[data-css=\"tve-u-15ec3017516\"] { margin-top: 60px !important; padding-bottom: 50px !important; }[data-css=\"tve-u-15ec2b6e126\"] { width: 142px; }[data-css=\"tve-u-15ec2b5d54c\"] { margin-top: 83px !important; }[data-css=\"tve-u-15ec2b56fac\"] { background-image: linear-gradient(rgb(25, 46, 60), rgb(25, 46, 60)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-15ec2b54c99\"] { max-width: 1586px; min-height: 100px !important; }[data-css=\"tve-u-15ec2b3b468\"] { box-shadow: rgba(89, 171, 227, 0.15) -3px 7px 69px 10px; margin-top: 0px !important; margin-bottom: 0px !important; margin-left: 38px !important; }[data-css=\"tve-u-15ec2b37666\"] { margin-top: 114px !important; }[data-css=\"tve-u-15ec2b33f06\"] { padding-left: 0px !important; }[data-css=\"tve-u-15ec2b0a32a\"] { margin-top: 76px !important; }[data-css=\"tve-u-15ec2ae8715\"] > .tcb-flex-col { padding-left: 13px; }[data-css=\"tve-u-15ec2afed17\"] { color: rgb(89, 171, 227) !important; }[data-css=\"tve-u-15ec2ae8715\"] { float: none; max-width: 1453px; margin-left: -13px; min-height: inherit; margin-right: auto !important; padding-left: 15px !important; padding-right: 15px !important; }[data-css=\"tve-u-15ec2acb421\"] { min-height: 162px; }[data-css=\"tve-u-15ec2aafa24\"] { color: rgb(89, 171, 227) !important; }[data-css=\"tve-u-15ec2aaa9a4\"] { float: none; max-width: 1440px; margin-left: auto !important; margin-right: auto !important; margin-top: 25px !important; }#tve_editor [data-css=\"tve-u-15ec2aa8e2e\"] { letter-spacing: 1px; color: rgb(255, 255, 255) !important; font-size: 20px !important; }[data-css=\"tve-u-15ec2a9b8a9\"] { border: 1px solid rgb(89, 171, 227) !important; }[data-css=\"tve-u-15ec2a81a9f\"] { min-height: 162px; }[data-css=\"tve-u-15ec2a80647\"] { float: none; max-width: 97%; margin-left: auto !important; margin-right: auto !important; margin-top: 55px !important; }[data-css=\"tve-u-15ec2a6f589\"] { float: none; max-width: 1440px; margin-top: 55px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2a6d9d8\"] { font-family: \"Amatic SC\" !important; font-weight: 400 !important; }#tve_editor [data-css=\"tve-u-15ec2a6b447\"] { color: rgb(89, 171, 227) !important; font-size: 70px !important; }[data-css=\"tve-u-15ec2a5bb35\"] { background-image: linear-gradient(rgba(28, 54, 85, 0.8), rgba(28, 54, 85, 0.8)), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/coupon_background.jpg\") !important; background-size: auto, cover !important; background-position: 0px 0px, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-15ec2a56438\"] { margin-top: 69px !important; }[data-css=\"tve-u-15ec2a5540e\"] { max-width: 100%; text-align: center; min-height: 561px !important; }[data-css=\"tve-u-15ec2a38bfd\"] { margin-right: 0px !important; padding-right: 0px !important; margin-left: 0px !important; }[data-css=\"tve-u-15ec2a33d71\"] { width: 830px; position: relative; top: 0px; left: 40px; z-index: 7; float: none; padding-right: 0px !important; padding-left: 0px !important; }[data-css=\"tve-u-15ec27075e1\"] { border-left: 1px solid rgb(232, 238, 241); border-top: 1px solid rgb(232, 238, 241); border-bottom: 1px solid rgb(232, 238, 241); }[data-css=\"tve-u-15ec26fee25\"] > .tcb-flex-col > .tcb-col { min-height: 612px; }[data-css=\"tve-u-15ec26fee25\"] { min-height: inherit; margin-left: 0px; padding-top: 0px !important; padding-bottom: 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-15ec26ec232\"] { margin-top: 66px !important; }[data-css=\"tve-u-15ec26e5812\"] { max-width: 100%; min-height: 586px !important; }[data-css=\"tve-u-15ec26c390a\"] { margin-top: 60px !important; }#tve_editor [data-css=\"tve-u-15ec26bd2e8\"] { color: rgb(24, 45, 60) !important; font-size: 70px !important; }[data-css=\"tve-u-15ec26b9914\"] { max-width: 1434px; text-align: center; }[data-css=\"tve-u-15ec26ab7b0\"] { margin-top: 67px !important; }#tve_editor [data-css=\"tve-u-15ec26a92a2\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15ec2698d8d\"] { float: none; max-width: 600px; margin-left: auto !important; margin-right: auto !important; margin-top: 30px !important; }#tve_editor [data-css=\"tve-u-15ec269736c\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15ec269379d\"] { font-size: 45px !important; }[data-css=\"tve-u-15ec268a0a3\"] { font-size: 45px !important; color: rgb(89, 171, 227) !important; }[data-css=\"tve-u-15ec256e611\"] { margin-top: 0px !important; }#tve_editor [data-css=\"tve-u-15ec25610c7\"] { font-size: 40px !important; color: rgb(89, 171, 227) !important; }[data-css=\"tve-u-15ec255fe12\"] { font-family: ABeeZee !important; font-weight: 400 !important; color: rgb(89, 171, 227) !important; font-size: 45px !important; }[data-css=\"tve-u-15ec254985a\"] { margin-right: 0px !important; }[data-css=\"tve-u-15ec253ef3a\"] { text-align: center; background-image: linear-gradient(rgba(24, 45, 60, 0.95), rgba(24, 45, 60, 0.95)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; margin-top: 0px !important; padding-top: 130px !important; padding-bottom: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-15ec253a41f\"] > .tcb-flex-col > .tcb-col { min-height: 661px; }[data-css=\"tve-u-15ec253a41f\"] { min-height: inherit; float: none; max-width: 1474px; z-index: 3; position: relative; padding-top: 0px !important; padding-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; padding-right: 0px !important; }[data-css=\"tve-u-15ec24f97c0\"] { background-image: linear-gradient(rgba(42, 51, 68, 0.1), rgba(42, 51, 68, 0.1)), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/testimonial_bg.jpg\") !important; background-size: auto, cover !important; background-position: 0px 0px, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-15ec24f790d\"] { min-height: 661px !important; }[data-css=\"tve-u-15ec24f494c\"] { margin-top: 60px !important; }[data-css=\"tve-u-15ec24d5e15\"] + div { clear: none; }[data-css=\"tve-u-15ec24d5e15\"] { float: none; width: 65px; margin-left: auto !important; margin-right: auto !important; margin-top: 40px !important; }[data-css=\"tve-u-15ec24ae116\"] + div { clear: none; }[data-css=\"tve-u-15ec24ae116\"] { float: none; width: 73px; margin-left: auto !important; margin-right: auto !important; margin-top: 40px !important; }[data-css=\"tve-u-15ec249b3f6\"] { line-height: 1.9em !important; }[data-css=\"tve-u-15ec2492191\"] { margin-left: 25px !important; margin-right: 25px !important; margin-top: 25px !important; }#tve_editor [data-css=\"tve-u-15ec2487407\"] { text-transform: uppercase !important; color: rgb(135, 156, 171) !important; font-size: 17px !important; }#tve_editor [data-css=\"tve-u-15ec2481d17\"] { font-size: 20px !important; }[data-css=\"tve-u-15ec2477274\"] + div { clear: none; }[data-css=\"tve-u-15ec2477274\"] { float: none; width: 55px; margin-left: auto !important; margin-right: auto !important; margin-top: 40px !important; }[data-css=\"tve-u-15ec2448fdb\"] { float: none; max-width: 1296px; margin-top: 10px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2443105\"] { line-height: 1.8em !important; }[data-css=\"tve-u-15ebea49c0c\"] { float: none; max-width: 1440px; margin-left: auto !important; margin-right: auto !important; margin-top: 0px !important; }#tve_editor [data-css=\"tve-u-15ebea42b31\"] { color: rgb(24, 45, 60) !important; font-size: 70px !important; }[data-css=\"tve-u-15ebea3a693\"] { max-width: 1434px; }[data-css=\"tve-u-15ebe955aaa\"]::after { clear: both; }#tve_editor [data-css=\"tve-u-15ebe925072\"] { font-family: Montserrat; letter-spacing: 0px; font-weight: 400; font-size: 20px !important; color: rgb(24, 45, 60) !important; }[data-css=\"tve-u-15ebe91a626\"] { display: block; max-width: 423px; margin-left: 50px !important; margin-right: 0px !important; }[data-css=\"tve-u-15ebe91a626\"] .tcb-button-link { border-radius: 200px; min-height: 67.1429px; font-size: 1.6em; padding-top: 0px; padding-bottom: 0px; background-color: rgb(105, 240, 174) !important; padding-left: 15px !important; background-image: none !important; }[data-css=\"tve-u-15ebe916c34\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 733px; }[data-css=\"tve-u-15ebe90cfb0\"] { line-height: 1.1em !important; }[data-css=\"tve-u-15ebe906677\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 669px; margin-left: 50px !important; margin-top: 40px !important; }#tve_editor [data-css=\"tve-u-15ebe905473\"] { font-size: 22px !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15ebe8ee6c0\"]::after { clear: both; }[data-css=\"tve-u-15ebe8edca2\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 722px; padding-left: 0px !important; margin-left: 50px !important; margin-top: 104px !important; }[data-css=\"tve-u-15ebe8abb9e\"] { padding: 0px !important; }[data-css=\"tve-u-15ebe8a4d78\"] { clip-path: url(\"#clip-left-335f47a4c8f92\"); -webkit-clip-path: url(\"#clip-left-335f47a4c8f92\");  }[data-css=\"tve-u-15ebe8a2edd\"] { padding-bottom: 15px !important; padding-top: 15px !important; }[data-css=\"tve-u-15ebe89fb7a\"] { margin-left: -35px !important; }[data-css=\"tve-u-15ebe830a90\"] { clip-path: url(\"#clip-left-bb2526ca261ae\"); -webkit-clip-path: url(\"#clip-left-bb2526ca261ae\");  border: none; background-image: linear-gradient(rgb(89, 171, 227), rgb(89, 171, 227)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-15ebe827cb3\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 0px !important; }[data-css=\"tve-u-15ebe80a9a1\"] { min-height: 729px; }[data-css=\"tve-u-15ebe738fb8\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-15ebe738fb8\"] > .tcb-flex-col > .tcb-col { min-height: 729px; }[data-css=\"tve-u-15ebe738fb8\"] { min-height: inherit; margin-left: 0px; padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-15ebe73226c\"] { background-image: none !important; }[data-css=\"tve-u-15ebe72c974\"] { max-width: 1620px; }[data-css=\"tve-u-15ebe70a25b\"] { width: 142px; margin-top: 20px !important; padding-left: 0px !important; margin-left: 30px !important; }[data-css=\"tve-u-15ebe5d7b44\"] { background-image: linear-gradient(rgb(0, 0, 0), rgb(0, 0, 0)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-15ebe51d596\"] { max-width: 100%; min-height: 100px !important; }#tcb_landing_page h3 { font-family: Montserrat; font-weight: 200; font-size: 20px; color: rgb(0, 0, 0); }#tcb_landing_page h2 { font-family: \"Amatic SC\"; font-weight: 400; font-size: 70px; color: rgb(0, 0, 0); }#tcb_landing_page h1 { font-family: \"Amatic SC\"; font-weight: 400; font-size: 96px; color: rgb(0, 0, 0); }#tcb_landing_page p, #tcb_landing_page li { font-family: Montserrat; font-weight: 200; color: rgb(0, 0, 0); font-size: 18px; line-height: 1.667em; }[data-css=\"tve-u-15e09c94f7d\"] { background-color: rgb(255, 255, 255); }[data-css=\"tve-u-15ec256b908\"] { font-family: \"Amatic SC\" !important; font-weight: 400 !important; }[data-css=\"tve-u-15ec26760e9\"] { font-family: ABeeZee !important; font-weight: 400 !important; }[data-css=\"tve-u-15ec2680494\"] { font-family: \"Amatic SC\" !important; font-weight: 400 !important; }#tve_editor [data-css=\"tve-u-15ec2ab1d6d\"] { letter-spacing: 1px; color: rgb(255, 255, 255) !important; font-size: 20px !important; }#tve_editor [data-css=\"tve-u-15ec2ab1d82\"] { letter-spacing: 1px; color: rgb(255, 255, 255) !important; font-size: 20px !important; }[data-css=\"tve-u-15ec2abe257\"] { float: none; z-index: 3; position: relative; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2ac01df\"] { display: block; max-width: 423px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2ac01df\"] .tcb-button-link { border-radius: 200px; min-height: 67.1429px; font-size: 1.6em; padding-top: 0px; padding-bottom: 0px; background-color: rgb(105, 240, 174) !important; padding-left: 15px !important; }#tve_editor [data-css=\"tve-u-15ec2af6c4b\"] { color: rgb(24, 45, 60) !important; font-size: 70px !important; }[data-css=\"tve-u-15ec2af6c4e\"] { font-family: \"Amatic SC\" !important; font-weight: 400 !important; }[data-css=\"tve-u-15ec3192f72\"] { margin-left: 25px !important; margin-right: 25px !important; margin-top: 25px !important; }[data-css=\"tve-u-15ec31ba260\"] { float: none; max-width: 1296px; margin-top: 10px !important; margin-left: auto !important; margin-right: auto !important; }#tcb_landing_page a:hover:not(.tcb-button-link) { color: rgb(89, 171, 227); }#tcb_landing_page .tve-state-hovera:not(.tcb-button-link) { color: rgb(89, 171, 227); }#tve_editor [data-css=\"tve-u-160266880a0\"] { color: rgb(255, 255, 255) !important; font-family: Montserrat !important; }[data-css=\"tve-u-1602b324ab9\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1602bec144e\"] { width: 36px; float: left; z-index: 3; position: static; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1602befe215\"] { max-width: 386px; position: relative !important; padding-left: 1px !important; margin-top: 0px !important; margin-left: 50px !important; }[data-css=\"tve-u-160309ddca8\"] + div { clear: none; }[data-css=\"tve-u-160309ddca8\"] { float: none; width: 60px; position: absolute; margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-160309f3e5d\"] { max-width: 75%; margin-left: 80px !important; margin-top: 60px !important; margin-bottom: 40px !important; }[data-css=\"tve-u-160309f6c04\"] { max-width: 75%; margin-left: 80px !important; margin-top: 60px !important; margin-bottom: 80px !important; }[data-css=\"tve-u-16030a013d7\"] + div { clear: none; }[data-css=\"tve-u-16030a013d7\"] { float: none; width: 60px; position: absolute; margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-16030a08afd\"] { position: relative !important; margin-left: 100px !important; }[data-css=\"tve-u-16030a09626\"] { position: relative !important; margin-left: 100px !important; }#tcb_landing_page a.tve-state-hover:not(.tcb-button-link) { color: rgb(89, 171, 227); }[data-css=\"tve-u-15ec2ae8715\"] > .tcb-flex-col > .tcb-col { min-height: 10px; }[data-css=\"tve-u-165b7cefd8d\"] { max-width: 42.3%; }[data-css=\"tve-u-165b7cefdbe\"] { max-width: 57.7%; }[data-css=\"tve-u-165b7d7585c\"] { max-width: 58.4%; }[data-css=\"tve-u-165b7d75889\"] { max-width: 41.6%; }[data-css=\"tve-u-165b7dbb826\"] { float: right; width: 100%; z-index: 3; position: relative; margin: 4px auto 12px !important; padding-top: 0px !important; }#tcb_landing_page h4 { color: rgb(0, 0, 0); }#tcb_landing_page h5 { color: rgb(0, 0, 0); }#tcb_landing_page h6 { color: rgb(0, 0, 0); }#tcb_landing_page .tcb-plain-text { color: rgb(0, 0, 0); }#tcb_landing_page a:not(.tcb-button-link) { color: rgb(0, 0, 0); }#tve_editor [data-css=\"tve-u-165b7dbb826\"] #menu-item-109 > a { fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; font-size: 14px !important; }#tve_editor [data-css=\"tve-u-165b7dbb826\"] #menu-item-102 > a { fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; font-size: 14px !important; }#tve_editor [data-css=\"tve-u-165b7dbb826\"] #menu-item-103 > a { fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; font-size: 14px !important; }#tve_editor [data-css=\"tve-u-165b7dbb826\"] #menu-item-104 > a { fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; font-size: 14px !important; }#tve_editor [data-css=\"tve-u-165b7dbb826\"] #menu-item-153 > a { fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; font-size: 14px !important; }[data-css=\"tve-u-165b7e34349\"] { max-width: 32.6%; }[data-css=\"tve-u-165b7e3437c\"] { max-width: 67.4%; }[data-css=\"tve-u-165b7e370ce\"]::after { clear: both; }[data-css=\"tve-u-165b7dbb826\"] #menu-item-109 > a { font-weight: bold !important; }[data-css=\"tve-u-165b7dbb826\"] #menu-item-102 > a { font-weight: bold !important; }[data-css=\"tve-u-165b7dbb826\"] #menu-item-103 > a { font-weight: bold !important; }[data-css=\"tve-u-165b7dbb826\"] #menu-item-104 > a { font-weight: bold !important; }[data-css=\"tve-u-165b7dbb826\"] #menu-item-153 > a { font-weight: bold !important; }[data-css=\"tve-u-165b7dbb826\"] #menu-item-109 { padding-left: 20px !important; padding-right: 20px !important; }[data-css=\"tve-u-165b7dbb826\"] #menu-item-102 { padding-left: 20px !important; padding-right: 20px !important; }[data-css=\"tve-u-165b7dbb826\"] #menu-item-103 { padding-left: 20px !important; padding-right: 20px !important; }[data-css=\"tve-u-165b7dbb826\"] #menu-item-104 { padding-left: 20px !important; padding-right: 20px !important; }[data-css=\"tve-u-165b7dbb826\"] #menu-item-153 { padding-left: 20px !important; padding-right: 20px !important; }#tve_editor [data-css=\"tve-u-165b7dbb826\"] #menu-item-109:hover > a { fill: rgb(21, 174, 241) !important; color: rgb(21, 174, 241) !important; }#tve_editor [data-css=\"tve-u-165b7dbb826\"] #menu-item-102:hover > a { fill: rgb(21, 174, 241) !important; color: rgb(21, 174, 241) !important; }#tve_editor [data-css=\"tve-u-165b7dbb826\"] #menu-item-103:hover > a { fill: rgb(21, 174, 241) !important; color: rgb(21, 174, 241) !important; }#tve_editor [data-css=\"tve-u-165b7dbb826\"] #menu-item-104:hover > a { fill: rgb(21, 174, 241) !important; color: rgb(21, 174, 241) !important; }#tve_editor [data-css=\"tve-u-165b7dbb826\"] #menu-item-153:hover > a { fill: rgb(21, 174, 241) !important; color: rgb(21, 174, 241) !important; }#tve_editor [data-css=\"tve-u-165b7dbb826\"] #menu-item-109:hover { background-color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-165b7dbb826\"] #menu-item-102:hover { background-color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-165b7dbb826\"] #menu-item-103:hover { background-color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-165b7dbb826\"] #menu-item-104:hover { background-color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-165b7dbb826\"] #menu-item-153:hover { background-color: rgb(255, 255, 255) !important; }}@media (max-width: 1023px){[data-css=\"tve-u-1602b332fd9\"] { float: none; max-width: 121px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1602befe215\"] { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1602b37ce9d\"] .tcb-flex-col { flex-basis: 420px !important; }[data-css=\"tve-u-1602bec144e\"] { float: none; z-index: 3; position: relative; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1602be7db66\"] { float: none; z-index: 3; position: relative; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2a38bfd\"] { text-align: left; }[data-css=\"tve-u-15ec27075e1\"] { margin-top: 0px !important; }[data-css=\"tve-u-15ee1237243\"] { margin-top: 52px !important; }[data-css=\"tve-u-15ee121a6d1\"] { margin-left: 33px !important; margin-right: 33px !important; }[data-css=\"tve-u-15ecc95760b\"]::after { clear: both; }[data-css=\"tve-u-15ebe51d596\"] { text-align: left; }[data-css=\"tve-u-15ec2b6e126\"] { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2b54c99\"] { text-align: left; }[data-css=\"tve-u-15ec2b3b468\"] { margin-left: 0px !important; margin-top: 20px !important; }[data-css=\"tve-u-15ec2b37666\"] { margin-top: 0px !important; }[data-css=\"tve-u-15ec2a80647\"] { margin-top: 0px !important; padding-left: 10px !important; padding-right: 10px !important; }[data-css=\"tve-u-15ec2a5540e\"] { max-width: 720px; }[data-css=\"tve-u-15ec2a33d71\"] { width: 395px; float: none; z-index: 3; position: relative; margin: 80px auto 0px !important; }[data-css=\"tve-u-15ec26b9914\"] { max-width: 720px; }[data-css=\"tve-u-15ec253ef3a\"] { padding: 25px 10px !important; }[data-css=\"tve-u-15ebea3a693\"] { max-width: 720px; }[data-css=\"tve-u-15ec30a8a14\"]::after { clear: both; }[data-css=\"tve-u-15ebe916c34\"] { max-width: 376px; }[data-css=\"tve-u-15ebe8a2edd\"] > .tcb-flex-col > .tcb-col { justify-content: center; min-height: 91px; }[data-css=\"tve-u-15ebe70a25b\"] { float: right; z-index: 3; position: relative; margin: 0px auto !important; }[data-css=\"tve-u-15ec3055cca\"] { text-align: center; margin-top: 0px !important; }[data-css=\"tve-u-15ebe8a2edd\"] { min-height: inherit; float: none; max-width: 100%; padding-top: 0px !important; padding-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec30518d3\"] { text-align: center; margin-left: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-15ebe830a90\"] { clip-path: url(\"#clip-tablet-left-bb2526ca261ae\"); -webkit-clip-path: url(\"#clip-tablet-left-bb2526ca261ae\");  }[data-css=\"tve-u-15ebe91a626\"] { margin-left: 30px !important; }[data-css=\"tve-u-15ebe906677\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 336px; margin-left: 30px !important; }[data-css=\"tve-u-15ebe8edca2\"] { margin-left: 30px !important; }[data-css=\"tve-u-15ebe89fb7a\"] { margin-left: -35px !important; }[data-css=\"tve-u-15ebe827cb3\"] { max-width: 100%; }#tve_editor [data-css=\"tve-u-15ebe90cfb0\"] { font-size: 84px !important; }}@media (max-width: 767px){[data-css=\"tve-u-160309b344b\"] { margin-left: 10px !important; margin-top: 30px !important; margin-right: 10px !important; }[data-css=\"tve-u-16030a013d7\"] { position: static; }[data-css=\"tve-u-16030a09626\"] { margin-left: 10px !important; margin-top: 30px !important; margin-right: 10px !important; }[data-css=\"tve-u-160309ddca8\"] { position: static; }[data-css=\"tve-u-16030a08afd\"] { margin-left: 10px !important; margin-right: 10px !important; margin-top: 30px !important; }[data-css=\"tve-u-160309b00b4\"] { position: static; }[data-css=\"tve-u-16030975307\"] { max-width: 100%; margin-left: 10px !important; margin-right: 10px !important; }[data-css=\"tve-u-160309f6c04\"] { max-width: 100%; margin-left: 10px !important; margin-right: 10px !important; }[data-css=\"tve-u-160309f3e5d\"] { max-width: 100%; margin-left: 10px !important; margin-right: 10px !important; }[data-css=\"tve-u-15ec2a38bfd\"]::after { clear: both; }[data-css=\"tve-u-1602bff3cd5\"]::after { clear: both; }[data-css=\"tve-u-1602bfea280\"] { margin-top: 0px !important; margin-bottom: 20px !important; }[data-css=\"tve-u-15ec2b6e126\"] { float: left; z-index: 3; position: relative; margin-left: 24px !important; }[data-css=\"tve-u-1602bf25f10\"]::after { clear: both; }[data-css=\"tve-u-1602b332fd9\"] { max-width: 257px; float: left; z-index: 3; position: relative; width: 100%; margin-top: 20px !important; margin-left: 20px !important; }[data-css=\"tve-u-15ec253ef3a\"] { padding-top: 30px !important; padding-bottom: 30px !important; }[data-css=\"tve-u-15ee1237243\"] { margin-top: 25px !important; }[data-css=\"tve-u-15ee1232726\"] { margin-top: 25px !important; }[data-css=\"tve-u-15ebe70a25b\"] { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2ae8715\"] { margin-left: -15px; }[data-css=\"tve-u-15ec2ae8715\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-15ec2b33f06\"] { margin-right: 0px !important; }[data-css=\"tve-u-15ec26fee25\"] > .tcb-flex-col > .tcb-col { min-height: 387px; }[data-css=\"tve-u-15ec26fee25\"] { margin-left: 0px; min-height: inherit; }[data-css=\"tve-u-15ec26fee25\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-15ec2a33d71\"] { position: static; margin-bottom: 0px !important; }[data-css=\"tve-u-15ec31ba260\"] { padding-left: 3px !important; padding-right: 3px !important; }[data-css=\"tve-u-15ec253a41f\"] > .tcb-flex-col > .tcb-col { min-height: 27px; }[data-css=\"tve-u-15ec253a41f\"] { margin-left: 0px; min-height: inherit; }[data-css=\"tve-u-15ec253a41f\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-15ec254985a\"] { margin-top: 0px !important; }[data-css=\"tve-u-15ec24f494c\"] { margin-top: 30px !important; }[data-css=\"tve-u-15ec256e611\"] { margin-top: 0px !important; }[data-css=\"tve-u-15ec3192f72\"] { margin-bottom: 32px !important; }[data-css=\"tve-u-15ec318421d\"] { margin-bottom: 34px !important; margin-top: -105px !important; }[data-css=\"tve-u-15ebe738fb8\"] > .tcb-flex-col > .tcb-col { min-height: 554px; }[data-css=\"tve-u-15ebe738fb8\"] { min-height: inherit; padding-bottom: 0px !important; }[data-css=\"tve-u-15ec3017516\"] { margin-top: 0px !important; padding-left: 5px !important; padding-right: 5px !important; }[data-css=\"tve-u-15ebe89fb7a\"] { margin-left: -20px !important; }[data-css=\"tve-u-15ec3055cca\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-15ebe916c34\"] { margin-bottom: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-15ec3152b02\"] { min-height: 226px; }[data-css=\"tve-u-15ebe80a9a1\"] { min-height: 554px; }[data-css=\"tve-u-15ebe91a626\"] { margin-left: 28px !important; margin-right: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-15ebe906677\"] { margin-left: 30px !important; }[data-css=\"tve-u-15ebe8edca2\"] { margin-left: 30px !important; margin-top: 45px !important; }[data-css=\"tve-u-15ebe827cb3\"] { max-width: 100%; }[data-css=\"tve-u-1602befe215\"] { max-width: 257px; float: left; z-index: 3; position: relative; width: 100%; margin-top: 20px !important; margin-left: 20px !important; }#tve_editor [data-css=\"tve-u-165b7e86806\"] p, #tve_editor [data-css=\"tve-u-165b7e86806\"] li, #tve_editor [data-css=\"tve-u-165b7e86806\"] blockquote, #tve_editor [data-css=\"tve-u-165b7e86806\"] address, #tve_editor [data-css=\"tve-u-165b7e86806\"] .tcb-plain-text, #tve_editor [data-css=\"tve-u-165b7e86806\"] label, #tve_editor [data-css=\"tve-u-165b7e86806\"] h1, #tve_editor [data-css=\"tve-u-165b7e86806\"] h2, #tve_editor [data-css=\"tve-u-165b7e86806\"] h3, #tve_editor [data-css=\"tve-u-165b7e86806\"] h4, #tve_editor [data-css=\"tve-u-165b7e86806\"] h5, #tve_editor [data-css=\"tve-u-165b7e86806\"] h6 { color: rgb(255, 255, 255); }}'),(2637,271,'tve_revision_tve_user_custom_css','.thrv_text_element p {margin:0;}\n.thrv_heading h1,h2,h3 {margin:0;}'),(2638,271,'tve_revision_tve_page_events','a:0:{}'),(2639,271,'tve_revision_tve_globals','a:4:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";s:11:\"extra_icons\";a:1:{i:0;a:3:{s:11:\"font-family\";s:25:\"tve-ff-6797-59f9979fd5998\";s:3:\"css\";s:87:\"http://lp-build.thrivethemes.com/wp-content/uploads/tve-ff-6797-59f9979fd5998/style.css\";s:6:\"folder\";s:92:\"/home/thrivedevbitston/public_html/landingpages/wp-content/uploads/tve-ff-6797-59f9979fd5998\";}}s:6:\"lb_map\";a:1:{i:6808;s:3:\"265\";}s:8:\"font_cls\";a:0:{}}'),(2640,271,'tve_revision_tve_global_scripts',''),(2641,271,'tve_revision_thrive_icon_pack','0'),(2642,271,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(2643,271,'tve_revision_tve_has_masonry','0'),(2644,271,'tve_revision_tve_has_typefocus','0'),(2645,271,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv-page-section\" style=\"z-index: 8;\" wfd-id=\"219\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ebe5d7b44\" wfd-id=\"239\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ebe51d596\" style=\"z-index: 8;\" wfd-id=\"220\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15ec3055cca\" wfd-id=\"221\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized\" data-css=\"tve-u-15ebe8a2edd\" wfd-id=\"222\"><div class=\"tcb-flex-col\" data-css=\"tve-u-165b7e34349\" style=\"\" wfd-id=\"233\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec30518d3\" wfd-id=\"235\"><div class=\"tcb-clear\" data-css=\"tve-u-15ecc95760b\" wfd-id=\"236\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ebe70a25b\" wfd-id=\"237\"><span class=\"tve_image_frame\" wfd-id=\"238\"><img class=\"tve_image wp-image-25564\" alt=\"\" width=\"142\" height=\"44\" title=\"logo_pawcity\" data-id=\"25564\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/logo_pawcity.png\"></span></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-165b7e3437c\" style=\"z-index: 8;\" wfd-id=\"223\"><div class=\"tcb-col\" style=\"z-index: 8;\" data-css=\"tve-u-165b7e86806\" wfd-id=\"225\"><div class=\"tcb-clear\" data-css=\"tve-u-165b7e370ce\" wfd-id=\"226\"><div class=\"thrv_wrapper thrv_widget_menu tve-custom-menu-upgrade tve-mobile-dropdown     tve-dropdown-icon-style_1\" data-tve-style=\"tve_horizontal\" data-tve-switch-icon=\"tablet,mobile\" data-css=\"tve-u-165b7dbb826\" style=\"z-index: 8;\" wfd-id=\"227\">	<div class=\"thrive-shortcode-config\" style=\"display: none !important\" wfd-id=\"232\">__CONFIG_widget_menu__{\"menu_id\":\"4\",\"color\":\"tve_red\",\"dir\":\"tve_horizontal\",\"font_class\":\"\",\"font_size\":\"\",\"ul_attr\":\"\",\"link_attr\":\"\",\"top_link_attr\":\"\",\"trigger_attr\":\"\",\"primary\":\"\",\"head_css\":\"\",\"background_hover\":\"\",\"main_hover\":\"\",\"child_hover\":\"\",\"group_edit\":[],\"menu_style\":\"\",\"dropdown_icon\":\"style_1\",\"mobile_side\":\"\",\"mobile_icon\":\"\",\"switch_to_icon\":\"tablet,mobile\"}__CONFIG_widget_menu__</div>\n</div></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 343px; left: 0px;\" data-css=\"tve-u-15ebe8abb9e\" wfd-id=\"192\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ebe8a4d78\" data-clip-id=\"335f47a4c8f92\" wfd-id=\"218\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-left-335f47a4c8f92\" class=\"decoration-clip clip-path-left\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" pointer-width=\"6\" pointer-height=\"2.5\" style=\"curves\" decoration-type=\"none\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon><ellipse cx=\"0.025\" cy=\"0.029412\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.08823600000000001\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.14706\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.205884\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.264708\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.323532\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.38235600000000003\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.44118\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.500004\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.558828\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.617652\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.676476\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.7353000000000001\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.794124\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.852948\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.911772\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.970596\" rx=\"0.025\" ry=\"0.029412\"></ellipse></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ebe72c974\" wfd-id=\"193\"><div class=\"thrv_wrapper thrv-columns tcb-window-width\" style=\"width: 343px; left: 0px;\" data-css=\"tve-u-15ec318421d\" wfd-id=\"194\"><div class=\"tcb-flex-row tcb--cols--2 tcb-resized\" data-css=\"tve-u-15ebe738fb8\" wfd-id=\"195\"><div class=\"tcb-flex-col\" data-css=\"tve-u-165b7d7585c\" style=\"\" wfd-id=\"215\"><div class=\"tcb-col\" data-css=\"tve-u-15ebe73226c\" wfd-id=\"217\"></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-165b7d75889\" style=\"\" wfd-id=\"196\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ebe89fb7a\" wfd-id=\"198\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ebe827cb3\" data-value-type=\"percent\" wfd-id=\"199\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15ebe830a90\" data-clip-id=\"bb2526ca261ae\" wfd-id=\"214\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-left-bb2526ca261ae\" class=\"decoration-clip clip-path-left\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"none\" pointer-width=\"7\" pointer-height=\"2.5\" style=\"curves\" slanted-angle=\"5\" clip-path=\"url(#clip-bottom-bb2526ca261ae)\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon><ellipse cx=\"0.025\" cy=\"0.035714\" rx=\"0.025\" ry=\"0.035714\"></ellipse><ellipse cx=\"0.025\" cy=\"0.10714200000000002\" rx=\"0.025\" ry=\"0.035714\"></ellipse><ellipse cx=\"0.025\" cy=\"0.17857\" rx=\"0.025\" ry=\"0.035714\"></ellipse><ellipse cx=\"0.025\" cy=\"0.24999800000000003\" rx=\"0.025\" ry=\"0.035714\"></ellipse><ellipse cx=\"0.025\" cy=\"0.32142600000000005\" rx=\"0.025\" ry=\"0.035714\"></ellipse><ellipse cx=\"0.025\" cy=\"0.39285400000000004\" rx=\"0.025\" ry=\"0.035714\"></ellipse><ellipse cx=\"0.025\" cy=\"0.46428200000000003\" rx=\"0.025\" ry=\"0.035714\"></ellipse><ellipse cx=\"0.025\" cy=\"0.53571\" rx=\"0.025\" ry=\"0.035714\"></ellipse><ellipse cx=\"0.025\" cy=\"0.6071380000000001\" rx=\"0.025\" ry=\"0.035714\"></ellipse><ellipse cx=\"0.025\" cy=\"0.678566\" rx=\"0.025\" ry=\"0.035714\"></ellipse><ellipse cx=\"0.025\" cy=\"0.749994\" rx=\"0.025\" ry=\"0.035714\"></ellipse><ellipse cx=\"0.025\" cy=\"0.8214220000000001\" rx=\"0.025\" ry=\"0.035714\"></ellipse><ellipse cx=\"0.025\" cy=\"0.89285\" rx=\"0.025\" ry=\"0.035714\"></ellipse><ellipse cx=\"0.025\" cy=\"0.9642780000000001\" rx=\"0.025\" ry=\"0.035714\"></ellipse></clipPath><clipPath id=\"clip-tablet-left-bb2526ca261ae\" class=\"decoration-clip clip-path-tablet-left\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"divider\" pointer-width=\"5.7\" pointer-height=\"4\" style=\"curves\" slanted-angle=\"5\" clip-path=\"url(#clip-bottom-bb2526ca261ae)\"><polygon points=\"0.04 0, 0.04 1, 1 1, 1 0\"></polygon><ellipse cx=\"0.04\" cy=\"0.027778\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.083334\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.13889\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.194446\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.250002\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.305558\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.361114\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.41667\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.47222600000000003\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.527782\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.583338\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.638894\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.69445\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.7500060000000001\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.805562\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.861118\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.916674\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.97223\" rx=\"0.04\" ry=\"0.027778\"></ellipse></clipPath><clipPath id=\"clip-bottom-bb2526ca261ae\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"none\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ebe80a9a1\" wfd-id=\"200\"><div class=\"tcb-clear\" data-css=\"tve-u-15ebe8ee6c0\" wfd-id=\"210\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15ebe8edca2\" data-tag=\"h1\" wfd-id=\"211\"><h1 data-css=\"tve-u-15ebe90cfb0\">Happy dogs =<br>â€‹â€‹â€‹â€‹â€‹happâ€‹â€‹â€‹â€‹y owners</h1></div></div><div class=\"tcb-clear\" data-css=\"tve-u-15ec30a8a14\" wfd-id=\"208\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ebe906677\" wfd-id=\"209\"><p data-css=\"tve-u-15ebe905473\">Offer your dog a premium walking experience</p></div></div><div class=\"tcb-clear\" data-css=\"tve-u-15ebe955aaa\" wfd-id=\"201\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ebe916c34\" wfd-id=\"202\">\n<div class=\"tve-content-box-background\" wfd-id=\"207\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ec3152b02\" wfd-id=\"203\"><div class=\"thrv_wrapper thrv-button tve_ea_thrive_lightbox\" data-css=\"tve-u-15ebe91a626\" data-tcb_hover_state_parent=\"false\" data-button-style=\"full_rounded\" wfd-id=\"204\">\n<a href=\"#\" class=\"tcb-button-link tve_evt_manager_listen tve_et_click\" data-tcb-events=\"__TCB_EVENT_[{&quot;config&quot;:{&quot;l_anim&quot;:&quot;zoom_in&quot;,&quot;l_id&quot;:&quot;265&quot;},&quot;a&quot;:&quot;thrive_lightbox&quot;,&quot;t&quot;:&quot;click&quot;}]_TNEVE_BCT__\">\n<span class=\"tcb-button-texts\" wfd-id=\"205\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-15ebe925072\" wfd-id=\"206\">Get -20% On Your First Walk</span></span>\n</a>\n</div></div>\n</div></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 343px; left: 0px;\" data-css=\"tve-u-15ec3017516\" wfd-id=\"185\">\n<div class=\"tve-page-section-out\" wfd-id=\"191\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ebea3a693\" wfd-id=\"186\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15ebea49c0c\" id=\"whatwedo\" data-tag=\"h1\" wfd-id=\"188\"><h1 data-css=\"tve-u-15ebea42b31\" style=\"text-align: center;\">What We Do</h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2448fdb\" wfd-id=\"187\"><p data-css=\"tve-u-15ec2443105\" style=\"text-align: center;\">Our goal is to make sure the owners are comforted, the pups are exercised and happy and that we are getting our own puppy fixes. But letâ€™s be honest- itâ€™s their world, weâ€™re just living in it! As a small team of experienced dog owners and lovers, we really get to know you and your dog and we canguarantee consistent and personal care that is equal to your love and attention. We are so excited to make you a part of the family!</p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 343px; left: 0px;\" wfd-id=\"156\">\n<div class=\"tve-page-section-out\" wfd-id=\"184\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ee1211b9b\" wfd-id=\"157\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15ee121a6d1\" wfd-id=\"158\"><div class=\"tcb-flex-row tcb--cols--3 tcb-medium-wrap\" data-css=\"tve-u-15ee121fb1c\" wfd-id=\"159\"><div class=\"tcb-flex-col\" wfd-id=\"176\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ee1225fdf\" wfd-id=\"178\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec2477274\" wfd-id=\"182\"><span class=\"tve_image_frame\" wfd-id=\"183\"><img class=\"tve_image wp-image-1596\" alt=\"\" width=\"55\" height=\"73\" title=\"what_do_icon_01\" data-id=\"1596\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_01.png\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"181\"><p data-css=\"tve-u-15ec2481d17\"><strong>First Class Care</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"180\"><p data-css=\"tve-u-15ec2487407\">all the best for them</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2492191\" wfd-id=\"179\"><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"168\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ee1232726\" wfd-id=\"170\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec24ae116\" wfd-id=\"174\"><span class=\"tve_image_frame\" wfd-id=\"175\"><img class=\"tve_image wp-image-1597\" alt=\"\" width=\"73\" height=\"73\" title=\"what_do_icon_02\" data-id=\"1597\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_02.png\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"173\"><p data-css=\"tve-u-15ec2481d17\"><strong>Snacks Included</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"172\"><p data-css=\"tve-u-15ec2487407\">for your little one</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec3192f72\" wfd-id=\"171\"><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"160\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ee1237243\" wfd-id=\"162\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec24d5e15\" wfd-id=\"166\"><span class=\"tve_image_frame\" wfd-id=\"167\"><img class=\"tve_image wp-image-1598\" alt=\"\" width=\"65\" height=\"73\" title=\"what_do_icon_03\" data-id=\"1598\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_03.png\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"165\"><p data-css=\"tve-u-15ec2481d17\"><strong>Regularly walks</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"164\"><p data-css=\"tve-u-15ec2487407\">to keep them ealthy</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2492191\" wfd-id=\"163\"><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris.</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-15ec24f494c\" id=\"testimonials\" style=\"\" wfd-id=\"136\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ec24f97c0\" wfd-id=\"155\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec24f790d\" wfd-id=\"137\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15ec254985a\" style=\"\" wfd-id=\"138\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-15ec253a41f\" wfd-id=\"139\"><div class=\"tcb-flex-col\" wfd-id=\"143\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec253ef3a\" style=\"\" wfd-id=\"145\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec256e611\" style=\"\" wfd-id=\"148\"><p data-css=\"tve-u-15ec25610c7\"><span data-css=\"tve-u-15ec268a0a3\" style=\"font-size: 45px; color: rgb(89, 171, 227);\" wfd-id=\"153\"><span data-css=\"tve-u-15ec26760e9\" style=\"font-family: ABeeZee;\" wfd-id=\"154\">â€</span></span><span data-css=\"tve-u-15ec256b908\" style=\"font-family: &quot;Amatic SC&quot;;\" wfd-id=\"152\">&nbsp; &nbsp; &nbsp;</span><span data-css=\"tve-u-15ec2680494\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"150\"><span data-css=\"tve-u-15ec269379d\" style=\"font-size: 45px;\" wfd-id=\"151\">my chester enjoys being with them!</span> &nbsp; &nbsp;&nbsp;</span><span data-css=\"tve-u-15ec255fe12\" style=\"font-family: ABeeZee; font-weight: 400; color: rgb(89, 171, 227); font-size: 45px;\" wfd-id=\"149\">â€</span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2698d8d\" wfd-id=\"147\"><p data-css=\"tve-u-160266880a0\">We LOVE going for walks with our friends at Paw! Donâ€™t tell our mom &amp; dad,but we get really excited when they leave for work because we know it wonâ€™t be long before we get a visit from one of our favorite friends at PawCity! Best part is, they always let our parents know how ourwalk went right away so they dont have to worry about us!</p><p data-css=\"tve-u-15ec269736c\">We love you PawCity!! xoxo</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec26ab7b0\" style=\"\" wfd-id=\"146\"><p data-css=\"tve-u-15ec26a92a2\"><strong>Anna Olson</strong>, Chesterâ€™s Mom</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"140\"><div class=\"tcb-col\" wfd-id=\"142\"></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 343px; left: 0px;\" data-css=\"tve-u-15ec26c390a\" id=\"aboutus\" wfd-id=\"131\">\n<div class=\"tve-page-section-out\" wfd-id=\"135\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec26b9914\" wfd-id=\"132\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15ee1037a1d\" data-tag=\"h1\" wfd-id=\"134\"><h1 data-css=\"tve-u-15ec26bd2e8\">About us</h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec31ba260\" wfd-id=\"133\"><p data-css=\"tve-u-15ec2443105\" style=\"text-align: center;\">At PawCity, we lead lives full of the unconditional love and happiness we receive from the furballs we get to spend time with everyday and we have this beautiful city and all the beautiful people in it to thank. We love you and your pups!!</p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 343px; left: 0px;\" data-css=\"tve-u-15ec26ec232\" wfd-id=\"100\">\n<div class=\"tve-page-section-out\" wfd-id=\"130\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec26e5812\" wfd-id=\"101\"><div class=\"thrv_wrapper thrv-columns tcb-window-width\" style=\"width: 343px; left: -1px;\" data-css=\"tve-u-15ee106257d\" wfd-id=\"102\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2\" data-css=\"tve-u-15ec26fee25\" wfd-id=\"103\"><div class=\"tcb-flex-col c-33\" wfd-id=\"125\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec2a38bfd\" wfd-id=\"127\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec2a33d71\" wfd-id=\"128\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"129\"><img class=\"tve_image wp-image-7399\" alt=\"\" width=\"830\" height=\"775\" title=\"about_us_dog\" data-id=\"7399\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/about_us_dog.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col c-66\" wfd-id=\"104\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec27075e1\" wfd-id=\"106\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160309f3e5d\" wfd-id=\"119\">\n<div class=\"tve-content-box-background\" wfd-id=\"124\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160309b397d\" wfd-id=\"120\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-160309b00b4\" data-float=\"1\" wfd-id=\"122\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"123\"><img class=\"tve_image wp-image-7404\" alt=\"\" width=\"64\" height=\"64\" title=\"dog_paw\" data-id=\"7404\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/dog_paw.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16030a08afd\" wfd-id=\"121\"><p>We moved to New York City with our black bulldog rescue, Blakely, in 2007 after graduating from the University of Maryland. Immediately, we realized what a dog-crazy place it was.</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160309f6c04\" wfd-id=\"113\">\n<div class=\"tve-content-box-background\" wfd-id=\"118\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160309b397d\" wfd-id=\"114\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-160309ddca8\" data-float=\"1\" wfd-id=\"116\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"117\"><img class=\"tve_image wp-image-7403\" alt=\"\" width=\"64\" height=\"64\" title=\"dog_house\" data-id=\"7403\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/dog_house.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16030a09626\" wfd-id=\"115\"><p>We knew right away that we wanted to work with the animals that we loved and that had given us so much love since we were little girls. We started PawCity Dog Walking in July of 2010.</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16030975307\" wfd-id=\"107\">\n<div class=\"tve-content-box-background\" wfd-id=\"112\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160309b397d\" wfd-id=\"108\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16030a013d7\" data-float=\"1\" wfd-id=\"110\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"111\"><img class=\"tve_image wp-image-7405\" alt=\"\" width=\"64\" height=\"64\" title=\"spinning_wheel\" data-id=\"7405\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/spinning_wheel.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160309b344b\" wfd-id=\"109\"><p>We cover the entire width of the East Side, from 96th Street to Delancey and handle every type of personality imaginable. At PawCity, we lead lives full of the unconditional love and happiness we receive from the furballs we get to spend time with everyday.</p></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" data-css=\"tve-u-15ec2a56438\" style=\"width: 343px; left: 0px;\" id=\"getyourcoupon\" wfd-id=\"84\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ec2a5bb35\" wfd-id=\"99\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec2a5540e\" wfd-id=\"85\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ec2a80647\" wfd-id=\"86\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15ec2a9b8a9\" wfd-id=\"98\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ec2a81a9f\" wfd-id=\"87\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2a6f589\" wfd-id=\"96\"><p data-css=\"tve-u-15ec2a6b447\"><span data-css=\"tve-u-15ec2a6d9d8\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"97\"><strong>Get Your Coupon</strong></span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2aaa9a4\" wfd-id=\"94\"><p data-css=\"tve-u-15ec2ab1d6d\">We strive to keep both you and your pup as happy and comfortable as possible while youâ€™re out earning those big bucks.</p><p data-css=\"tve-u-15ec2ab1d82\"><br></p><p data-css=\"tve-u-15ec2aa8e2e\"><strong>Get <span data-css=\"tve-u-15ec2aafa24\" style=\"color: rgb(89, 171, 227);\" wfd-id=\"95\">20%</span> off your first walk. Enter your email and we\'ll send you your coupon.</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ec2abe257\" wfd-id=\"88\">\n<div class=\"tve-content-box-background\" wfd-id=\"93\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ec2acb421\" wfd-id=\"89\"><div class=\"thrv_wrapper thrv-button tve_ea_thrive_lightbox\" data-css=\"tve-u-15ec2ac01df\" data-tcb_hover_state_parent=\"false\" data-button-style=\"full_rounded\" wfd-id=\"90\">\n<a href=\"#\" class=\"tcb-button-link tve_evt_manager_listen tve_et_click\" data-tcb-events=\"__TCB_EVENT_[{&quot;config&quot;:{&quot;l_anim&quot;:&quot;zoom_in&quot;,&quot;l_id&quot;:&quot;265&quot;},&quot;a&quot;:&quot;thrive_lightbox&quot;,&quot;t&quot;:&quot;click&quot;}]_TNEVE_BCT__\">\n<span class=\"tcb-button-texts\" wfd-id=\"91\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-15ebe925072\" wfd-id=\"92\">Get Your Coupon Now</span></span>\n</a>\n</div></div>\n</div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-15ec2b0a32a\" id=\"areaweserve\" wfd-id=\"67\">\n<div class=\"tve-page-section-out\" wfd-id=\"83\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15f76fcb7df\" wfd-id=\"68\"><div class=\"thrv_wrapper thrv-columns\" style=\"\" data-css=\"tve-u-15ee103f44a\" wfd-id=\"69\"><div class=\"tcb-flex-row tcb--cols--2 tcb-medium-wrap v-2 tcb-resized\" data-css=\"tve-u-15ec2ae8715\" wfd-id=\"70\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-165b7cefd8d\" style=\"\" wfd-id=\"76\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec2b37666\" wfd-id=\"78\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"81\"><p data-css=\"tve-u-15ec2af6c4b\"><span data-css=\"tve-u-15ec2af6c4e\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"82\">area we serve</span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"79\"><p>As a small team of experienced dog owners and lovers, we really get to know you and your dog and we canguarantee consistent and personal care that is equal to your love and attention.</p><p><br></p><p><strong><span data-css=\"tve-u-15ec2afed17\" style=\"color: rgb(89, 171, 227);\" wfd-id=\"80\">We are so excited to make you a part of the family!</span></strong></p></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-165b7cefdbe\" style=\"\" wfd-id=\"71\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec2b33f06\" wfd-id=\"73\"><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-15ec2b3b468\" wfd-id=\"75\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=port saint lucie, fl&amp;t=m&amp;z=8&amp;output=embed&amp;iwloc=near\"></iframe>\n</div><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-15ec2b3b468\" wfd-id=\"74\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=port saint lucie, fl&amp;t=m&amp;z=9&amp;output=embed&amp;iwloc=near\"></iframe>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" data-css=\"tve-u-15ec2b5d54c\" style=\"width: 343px; left: 0px;\" id=\"contact\" wfd-id=\"30\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ec2b56fac\" wfd-id=\"66\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec2b54c99\" wfd-id=\"31\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1602b31dfcd\" wfd-id=\"32\"><div class=\"tcb-flex-row tcb-resized tcb-medium-wrap tcb--cols--3\" data-css=\"tve-u-1602b37ce9d\" wfd-id=\"33\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1602be453ec\" style=\"\" wfd-id=\"60\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"62\"><div class=\"tcb-clear\" data-css=\"tve-u-1602bff3cd5\" wfd-id=\"63\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec2b6e126\" wfd-id=\"64\"><span class=\"tve_image_frame\" wfd-id=\"65\"><img class=\"tve_image wp-image-25564\" alt=\"\" width=\"142\" height=\"44\" title=\"logo_pawcity\" data-id=\"25564\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/logo_pawcity.png\"></span></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1602be45437\" style=\"\" wfd-id=\"47\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1602be56dfc\" wfd-id=\"49\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1602bfebaf9\" wfd-id=\"50\">\n<div class=\"tve-content-box-background\" wfd-id=\"59\"></div>\n<div class=\"tve-cb\" wfd-id=\"51\"><div class=\"tcb-clear\" data-css=\"tve-u-1602bf36e2c\" wfd-id=\"57\"><div class=\"thrv_wrapper tve_image_caption tcb-mobile-hidden\" data-css=\"tve-u-1602be7db66\" data-float=\"1\" wfd-id=\"58\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-7369\" alt=\"\" width=\"64\" height=\"64\" title=\"location\" data-id=\"7369\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/location.png\" style=\"width: 100%;\"></span></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1602bf25f10\" wfd-id=\"52\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1602befe215\" wfd-id=\"53\"><p data-css=\"tve-u-1602bfa220e\"><strong><span data-css=\"tve-u-1602b324a9b\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"56\">67 E. 3rd Street</span></strong><span data-css=\"tve-u-1602b324a9c\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"55\"> </span><span data-css=\"tve-u-1602b324ab9\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"54\">Suite B New York, NY 10003</span></p></div></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1602be4545b\" style=\"\" wfd-id=\"34\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"36\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1602bfea280\" wfd-id=\"37\">\n<div class=\"tve-content-box-background\" wfd-id=\"46\"></div>\n<div class=\"tve-cb\" wfd-id=\"38\"><div class=\"tcb-clear\" data-css=\"tve-u-1602bfc4bea\" wfd-id=\"44\"><div class=\"thrv_wrapper tve_image_caption tcb-mobile-hidden\" data-css=\"tve-u-1602bec144e\" data-float=\"1\" wfd-id=\"45\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-7370\" alt=\"\" width=\"64\" height=\"64\" title=\"phone\" data-id=\"7370\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/phone.png\" style=\"width: 100%;\"></span></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1602bfc74c3\" wfd-id=\"39\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1602b332fd9\" data-float=\"1\" wfd-id=\"40\"><p><strong><span data-css=\"tve-u-1602b324a9b\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"43\">080</span></strong><span data-css=\"tve-u-1602b324a9c\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"42\"> </span><span data-css=\"tve-u-1602b324ab9\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"41\">708 5583</span></p></div></div></div>\n</div></div></div></div></div></div>\n</div>'),(2646,271,'tve_revision_tve_has_wistia_popover','0'),(2647,272,'tve_revision_tve_landing_page','tcb2-one-page-site-dog-walking'),(2648,272,'tve_revision_tve_disable_theme_dependency',''),(2649,272,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv-page-section\" style=\"z-index: 8;\" wfd-id=\"220\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ebe5d7b44\" wfd-id=\"263\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ebe51d596\" style=\"z-index: 8;\" wfd-id=\"221\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15ec3055cca\" wfd-id=\"222\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized\" data-css=\"tve-u-15ebe8a2edd\" wfd-id=\"223\"><div class=\"tcb-flex-col\" data-css=\"tve-u-165b7e34349\" style=\"\" wfd-id=\"257\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec30518d3\" wfd-id=\"259\"><div class=\"tcb-clear\" data-css=\"tve-u-15ecc95760b\" wfd-id=\"260\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ebe70a25b\" wfd-id=\"261\"><span class=\"tve_image_frame\" wfd-id=\"262\"><img class=\"tve_image wp-image-25564\" alt=\"\" width=\"142\" height=\"44\" title=\"logo_pawcity\" data-id=\"25564\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/logo_pawcity.png\"></span></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-165b7e3437c\" style=\"z-index: 8;\" wfd-id=\"224\"><div class=\"tcb-col\" style=\"z-index: 8;\" data-css=\"tve-u-165b7e86806\" wfd-id=\"226\"><div class=\"tcb-clear\" data-css=\"tve-u-165b7e370ce\" wfd-id=\"227\"><div class=\"thrv_wrapper thrv_widget_menu tve-custom-menu-upgrade tve-mobile-dropdown     tve-dropdown-icon-style_1\" data-tve-style=\"tve_horizontal\" data-tve-switch-icon=\"none\" data-css=\"tve-u-165b7dbb826\" style=\"z-index: 8;\" wfd-id=\"228\">	<div class=\"thrive-shortcode-config\" style=\"display: none !important\" wfd-id=\"256\">__CONFIG_widget_menu__{\"menu_id\":\"4\",\"color\":\"tve_red\",\"dir\":\"tve_horizontal\",\"font_class\":\"\",\"font_size\":\"\",\"ul_attr\":\"\",\"link_attr\":\"\",\"top_link_attr\":\"\",\"trigger_attr\":\"\",\"primary\":\"\",\"head_css\":\"\",\"background_hover\":\"\",\"main_hover\":\"\",\"child_hover\":\"\",\"group_edit\":[],\"menu_style\":\"\",\"dropdown_icon\":\"style_1\",\"mobile_side\":\"\",\"mobile_icon\":\"\",\"switch_to_icon\":\"none\"}__CONFIG_widget_menu__</div>\n</div></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 343px; left: 0px;\" data-css=\"tve-u-15ebe8abb9e\" wfd-id=\"193\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ebe8a4d78\" data-clip-id=\"335f47a4c8f92\" wfd-id=\"219\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-left-335f47a4c8f92\" class=\"decoration-clip clip-path-left\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" pointer-width=\"6\" pointer-height=\"2.5\" style=\"curves\" decoration-type=\"none\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon><ellipse cx=\"0.025\" cy=\"0.029412\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.08823600000000001\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.14706\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.205884\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.264708\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.323532\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.38235600000000003\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.44118\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.500004\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.558828\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.617652\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.676476\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.7353000000000001\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.794124\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.852948\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.911772\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.970596\" rx=\"0.025\" ry=\"0.029412\"></ellipse></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ebe72c974\" wfd-id=\"194\"><div class=\"thrv_wrapper thrv-columns tcb-window-width\" style=\"width: 343px; left: 0px;\" data-css=\"tve-u-15ec318421d\" wfd-id=\"195\"><div class=\"tcb-flex-row tcb--cols--2 tcb-resized\" data-css=\"tve-u-15ebe738fb8\" wfd-id=\"196\"><div class=\"tcb-flex-col\" data-css=\"tve-u-165b7d7585c\" style=\"\" wfd-id=\"216\"><div class=\"tcb-col\" data-css=\"tve-u-15ebe73226c\" wfd-id=\"218\"></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-165b7d75889\" style=\"\" wfd-id=\"197\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ebe89fb7a\" wfd-id=\"199\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ebe827cb3\" data-value-type=\"percent\" wfd-id=\"200\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15ebe830a90\" data-clip-id=\"bb2526ca261ae\" wfd-id=\"215\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-left-bb2526ca261ae\" class=\"decoration-clip clip-path-left\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"none\" pointer-width=\"7\" pointer-height=\"2.5\" style=\"curves\" slanted-angle=\"5\" clip-path=\"url(#clip-bottom-bb2526ca261ae)\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon><ellipse cx=\"0.025\" cy=\"0.035714\" rx=\"0.025\" ry=\"0.035714\"></ellipse><ellipse cx=\"0.025\" cy=\"0.10714200000000002\" rx=\"0.025\" ry=\"0.035714\"></ellipse><ellipse cx=\"0.025\" cy=\"0.17857\" rx=\"0.025\" ry=\"0.035714\"></ellipse><ellipse cx=\"0.025\" cy=\"0.24999800000000003\" rx=\"0.025\" ry=\"0.035714\"></ellipse><ellipse cx=\"0.025\" cy=\"0.32142600000000005\" rx=\"0.025\" ry=\"0.035714\"></ellipse><ellipse cx=\"0.025\" cy=\"0.39285400000000004\" rx=\"0.025\" ry=\"0.035714\"></ellipse><ellipse cx=\"0.025\" cy=\"0.46428200000000003\" rx=\"0.025\" ry=\"0.035714\"></ellipse><ellipse cx=\"0.025\" cy=\"0.53571\" rx=\"0.025\" ry=\"0.035714\"></ellipse><ellipse cx=\"0.025\" cy=\"0.6071380000000001\" rx=\"0.025\" ry=\"0.035714\"></ellipse><ellipse cx=\"0.025\" cy=\"0.678566\" rx=\"0.025\" ry=\"0.035714\"></ellipse><ellipse cx=\"0.025\" cy=\"0.749994\" rx=\"0.025\" ry=\"0.035714\"></ellipse><ellipse cx=\"0.025\" cy=\"0.8214220000000001\" rx=\"0.025\" ry=\"0.035714\"></ellipse><ellipse cx=\"0.025\" cy=\"0.89285\" rx=\"0.025\" ry=\"0.035714\"></ellipse><ellipse cx=\"0.025\" cy=\"0.9642780000000001\" rx=\"0.025\" ry=\"0.035714\"></ellipse></clipPath><clipPath id=\"clip-tablet-left-bb2526ca261ae\" class=\"decoration-clip clip-path-tablet-left\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"divider\" pointer-width=\"5.7\" pointer-height=\"4\" style=\"curves\" slanted-angle=\"5\" clip-path=\"url(#clip-bottom-bb2526ca261ae)\"><polygon points=\"0.04 0, 0.04 1, 1 1, 1 0\"></polygon><ellipse cx=\"0.04\" cy=\"0.027778\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.083334\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.13889\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.194446\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.250002\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.305558\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.361114\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.41667\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.47222600000000003\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.527782\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.583338\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.638894\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.69445\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.7500060000000001\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.805562\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.861118\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.916674\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.97223\" rx=\"0.04\" ry=\"0.027778\"></ellipse></clipPath><clipPath id=\"clip-bottom-bb2526ca261ae\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"none\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ebe80a9a1\" wfd-id=\"201\"><div class=\"tcb-clear\" data-css=\"tve-u-15ebe8ee6c0\" wfd-id=\"211\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15ebe8edca2\" data-tag=\"h1\" wfd-id=\"212\"><h1 data-css=\"tve-u-15ebe90cfb0\">Happy dogs =<br>â€‹â€‹â€‹â€‹â€‹happâ€‹â€‹â€‹â€‹y owners</h1></div></div><div class=\"tcb-clear\" data-css=\"tve-u-15ec30a8a14\" wfd-id=\"209\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ebe906677\" wfd-id=\"210\"><p data-css=\"tve-u-15ebe905473\">Offer your dog a premium walking experience</p></div></div><div class=\"tcb-clear\" data-css=\"tve-u-15ebe955aaa\" wfd-id=\"202\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ebe916c34\" wfd-id=\"203\">\n<div class=\"tve-content-box-background\" wfd-id=\"208\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ec3152b02\" wfd-id=\"204\"><div class=\"thrv_wrapper thrv-button tve_ea_thrive_lightbox\" data-css=\"tve-u-15ebe91a626\" data-tcb_hover_state_parent=\"false\" data-button-style=\"full_rounded\" wfd-id=\"205\">\n<a href=\"#\" class=\"tcb-button-link tve_evt_manager_listen tve_et_click\" data-tcb-events=\"__TCB_EVENT_[{&quot;config&quot;:{&quot;l_anim&quot;:&quot;zoom_in&quot;,&quot;l_id&quot;:&quot;265&quot;},&quot;a&quot;:&quot;thrive_lightbox&quot;,&quot;t&quot;:&quot;click&quot;}]_TNEVE_BCT__\">\n<span class=\"tcb-button-texts\" wfd-id=\"206\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-15ebe925072\" wfd-id=\"207\">Get -20% On Your First Walk</span></span>\n</a>\n</div></div>\n</div></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 343px; left: 0px;\" data-css=\"tve-u-15ec3017516\" wfd-id=\"186\">\n<div class=\"tve-page-section-out\" wfd-id=\"192\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ebea3a693\" wfd-id=\"187\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15ebea49c0c\" id=\"whatwedo\" data-tag=\"h1\" wfd-id=\"189\"><h1 data-css=\"tve-u-15ebea42b31\" style=\"text-align: center;\">What We Do</h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2448fdb\" wfd-id=\"188\"><p data-css=\"tve-u-15ec2443105\" style=\"text-align: center;\">Our goal is to make sure the owners are comforted, the pups are exercised and happy and that we are getting our own puppy fixes. But letâ€™s be honest- itâ€™s their world, weâ€™re just living in it! As a small team of experienced dog owners and lovers, we really get to know you and your dog and we canguarantee consistent and personal care that is equal to your love and attention. We are so excited to make you a part of the family!</p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 343px; left: 0px;\" wfd-id=\"157\">\n<div class=\"tve-page-section-out\" wfd-id=\"185\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ee1211b9b\" wfd-id=\"158\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15ee121a6d1\" wfd-id=\"159\"><div class=\"tcb-flex-row tcb--cols--3 tcb-medium-wrap\" data-css=\"tve-u-15ee121fb1c\" wfd-id=\"160\"><div class=\"tcb-flex-col\" wfd-id=\"177\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ee1225fdf\" wfd-id=\"179\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec2477274\" wfd-id=\"183\"><span class=\"tve_image_frame\" wfd-id=\"184\"><img class=\"tve_image wp-image-1596\" alt=\"\" width=\"55\" height=\"73\" title=\"what_do_icon_01\" data-id=\"1596\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_01.png\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"182\"><p data-css=\"tve-u-15ec2481d17\"><strong>First Class Care</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"181\"><p data-css=\"tve-u-15ec2487407\">all the best for them</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2492191\" wfd-id=\"180\"><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"169\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ee1232726\" wfd-id=\"171\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec24ae116\" wfd-id=\"175\"><span class=\"tve_image_frame\" wfd-id=\"176\"><img class=\"tve_image wp-image-1597\" alt=\"\" width=\"73\" height=\"73\" title=\"what_do_icon_02\" data-id=\"1597\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_02.png\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"174\"><p data-css=\"tve-u-15ec2481d17\"><strong>Snacks Included</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"173\"><p data-css=\"tve-u-15ec2487407\">for your little one</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec3192f72\" wfd-id=\"172\"><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"161\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ee1237243\" wfd-id=\"163\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec24d5e15\" wfd-id=\"167\"><span class=\"tve_image_frame\" wfd-id=\"168\"><img class=\"tve_image wp-image-1598\" alt=\"\" width=\"65\" height=\"73\" title=\"what_do_icon_03\" data-id=\"1598\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_03.png\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"166\"><p data-css=\"tve-u-15ec2481d17\"><strong>Regularly walks</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"165\"><p data-css=\"tve-u-15ec2487407\">to keep them ealthy</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2492191\" wfd-id=\"164\"><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris.</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-15ec24f494c\" id=\"testimonials\" style=\"\" wfd-id=\"137\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ec24f97c0\" wfd-id=\"156\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec24f790d\" wfd-id=\"138\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15ec254985a\" style=\"\" wfd-id=\"139\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-15ec253a41f\" wfd-id=\"140\"><div class=\"tcb-flex-col\" wfd-id=\"144\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec253ef3a\" style=\"\" wfd-id=\"146\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec256e611\" style=\"\" wfd-id=\"149\"><p data-css=\"tve-u-15ec25610c7\"><span data-css=\"tve-u-15ec268a0a3\" style=\"font-size: 45px; color: rgb(89, 171, 227);\" wfd-id=\"154\"><span data-css=\"tve-u-15ec26760e9\" style=\"font-family: ABeeZee;\" wfd-id=\"155\">â€</span></span><span data-css=\"tve-u-15ec256b908\" style=\"font-family: &quot;Amatic SC&quot;;\" wfd-id=\"153\">&nbsp; &nbsp; &nbsp;</span><span data-css=\"tve-u-15ec2680494\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"151\"><span data-css=\"tve-u-15ec269379d\" style=\"font-size: 45px;\" wfd-id=\"152\">my chester enjoys being with them!</span> &nbsp; &nbsp;&nbsp;</span><span data-css=\"tve-u-15ec255fe12\" style=\"font-family: ABeeZee; font-weight: 400; color: rgb(89, 171, 227); font-size: 45px;\" wfd-id=\"150\">â€</span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2698d8d\" wfd-id=\"148\"><p data-css=\"tve-u-160266880a0\">We LOVE going for walks with our friends at Paw! Donâ€™t tell our mom &amp; dad,but we get really excited when they leave for work because we know it wonâ€™t be long before we get a visit from one of our favorite friends at PawCity! Best part is, they always let our parents know how ourwalk went right away so they dont have to worry about us!</p><p data-css=\"tve-u-15ec269736c\">We love you PawCity!! xoxo</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec26ab7b0\" style=\"\" wfd-id=\"147\"><p data-css=\"tve-u-15ec26a92a2\"><strong>Anna Olson</strong>, Chesterâ€™s Mom</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"141\"><div class=\"tcb-col\" wfd-id=\"143\"></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 343px; left: 0px;\" data-css=\"tve-u-15ec26c390a\" id=\"aboutus\" wfd-id=\"132\">\n<div class=\"tve-page-section-out\" wfd-id=\"136\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec26b9914\" wfd-id=\"133\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15ee1037a1d\" data-tag=\"h1\" wfd-id=\"135\"><h1 data-css=\"tve-u-15ec26bd2e8\">About us</h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec31ba260\" wfd-id=\"134\"><p data-css=\"tve-u-15ec2443105\" style=\"text-align: center;\">At PawCity, we lead lives full of the unconditional love and happiness we receive from the furballs we get to spend time with everyday and we have this beautiful city and all the beautiful people in it to thank. We love you and your pups!!</p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 343px; left: 0px;\" data-css=\"tve-u-15ec26ec232\" wfd-id=\"101\">\n<div class=\"tve-page-section-out\" wfd-id=\"131\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec26e5812\" wfd-id=\"102\"><div class=\"thrv_wrapper thrv-columns tcb-window-width\" style=\"width: 343px; left: -1px;\" data-css=\"tve-u-15ee106257d\" wfd-id=\"103\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2\" data-css=\"tve-u-15ec26fee25\" wfd-id=\"104\"><div class=\"tcb-flex-col c-33\" wfd-id=\"126\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec2a38bfd\" wfd-id=\"128\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec2a33d71\" wfd-id=\"129\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"130\"><img class=\"tve_image wp-image-7399\" alt=\"\" width=\"830\" height=\"775\" title=\"about_us_dog\" data-id=\"7399\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/about_us_dog.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col c-66\" wfd-id=\"105\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec27075e1\" wfd-id=\"107\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160309f3e5d\" wfd-id=\"120\">\n<div class=\"tve-content-box-background\" wfd-id=\"125\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160309b397d\" wfd-id=\"121\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-160309b00b4\" data-float=\"1\" wfd-id=\"123\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"124\"><img class=\"tve_image wp-image-7404\" alt=\"\" width=\"64\" height=\"64\" title=\"dog_paw\" data-id=\"7404\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/dog_paw.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16030a08afd\" wfd-id=\"122\"><p>We moved to New York City with our black bulldog rescue, Blakely, in 2007 after graduating from the University of Maryland. Immediately, we realized what a dog-crazy place it was.</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160309f6c04\" wfd-id=\"114\">\n<div class=\"tve-content-box-background\" wfd-id=\"119\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160309b397d\" wfd-id=\"115\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-160309ddca8\" data-float=\"1\" wfd-id=\"117\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"118\"><img class=\"tve_image wp-image-7403\" alt=\"\" width=\"64\" height=\"64\" title=\"dog_house\" data-id=\"7403\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/dog_house.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16030a09626\" wfd-id=\"116\"><p>We knew right away that we wanted to work with the animals that we loved and that had given us so much love since we were little girls. We started PawCity Dog Walking in July of 2010.</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16030975307\" wfd-id=\"108\">\n<div class=\"tve-content-box-background\" wfd-id=\"113\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160309b397d\" wfd-id=\"109\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16030a013d7\" data-float=\"1\" wfd-id=\"111\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"112\"><img class=\"tve_image wp-image-7405\" alt=\"\" width=\"64\" height=\"64\" title=\"spinning_wheel\" data-id=\"7405\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/spinning_wheel.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160309b344b\" wfd-id=\"110\"><p>We cover the entire width of the East Side, from 96th Street to Delancey and handle every type of personality imaginable. At PawCity, we lead lives full of the unconditional love and happiness we receive from the furballs we get to spend time with everyday.</p></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" data-css=\"tve-u-15ec2a56438\" style=\"width: 343px; left: 0px;\" id=\"getyourcoupon\" wfd-id=\"85\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ec2a5bb35\" wfd-id=\"100\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec2a5540e\" wfd-id=\"86\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ec2a80647\" wfd-id=\"87\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15ec2a9b8a9\" wfd-id=\"99\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ec2a81a9f\" wfd-id=\"88\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2a6f589\" wfd-id=\"97\"><p data-css=\"tve-u-15ec2a6b447\"><span data-css=\"tve-u-15ec2a6d9d8\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"98\"><strong>Get Your Coupon</strong></span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2aaa9a4\" wfd-id=\"95\"><p data-css=\"tve-u-15ec2ab1d6d\">We strive to keep both you and your pup as happy and comfortable as possible while youâ€™re out earning those big bucks.</p><p data-css=\"tve-u-15ec2ab1d82\"><br></p><p data-css=\"tve-u-15ec2aa8e2e\"><strong>Get <span data-css=\"tve-u-15ec2aafa24\" style=\"color: rgb(89, 171, 227);\" wfd-id=\"96\">20%</span> off your first walk. Enter your email and we\'ll send you your coupon.</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ec2abe257\" wfd-id=\"89\">\n<div class=\"tve-content-box-background\" wfd-id=\"94\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ec2acb421\" wfd-id=\"90\"><div class=\"thrv_wrapper thrv-button tve_ea_thrive_lightbox\" data-css=\"tve-u-15ec2ac01df\" data-tcb_hover_state_parent=\"false\" data-button-style=\"full_rounded\" wfd-id=\"91\">\n<a href=\"#\" class=\"tcb-button-link tve_evt_manager_listen tve_et_click\" data-tcb-events=\"__TCB_EVENT_[{&quot;config&quot;:{&quot;l_anim&quot;:&quot;zoom_in&quot;,&quot;l_id&quot;:&quot;265&quot;},&quot;a&quot;:&quot;thrive_lightbox&quot;,&quot;t&quot;:&quot;click&quot;}]_TNEVE_BCT__\">\n<span class=\"tcb-button-texts\" wfd-id=\"92\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-15ebe925072\" wfd-id=\"93\">Get Your Coupon Now</span></span>\n</a>\n</div></div>\n</div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-15ec2b0a32a\" id=\"areaweserve\" wfd-id=\"68\">\n<div class=\"tve-page-section-out\" wfd-id=\"84\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15f76fcb7df\" wfd-id=\"69\"><div class=\"thrv_wrapper thrv-columns\" style=\"\" data-css=\"tve-u-15ee103f44a\" wfd-id=\"70\"><div class=\"tcb-flex-row tcb--cols--2 tcb-medium-wrap v-2 tcb-resized\" data-css=\"tve-u-15ec2ae8715\" wfd-id=\"71\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-165b7cefd8d\" style=\"\" wfd-id=\"77\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec2b37666\" wfd-id=\"79\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"82\"><p data-css=\"tve-u-15ec2af6c4b\"><span data-css=\"tve-u-15ec2af6c4e\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"83\">area we serve</span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"80\"><p>As a small team of experienced dog owners and lovers, we really get to know you and your dog and we canguarantee consistent and personal care that is equal to your love and attention.</p><p><br></p><p><strong><span data-css=\"tve-u-15ec2afed17\" style=\"color: rgb(89, 171, 227);\" wfd-id=\"81\">We are so excited to make you a part of the family!</span></strong></p></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-165b7cefdbe\" style=\"\" wfd-id=\"72\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec2b33f06\" wfd-id=\"74\"><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-15ec2b3b468\" wfd-id=\"76\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=port saint lucie, fl&amp;t=m&amp;z=8&amp;output=embed&amp;iwloc=near\"></iframe>\n</div><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-15ec2b3b468\" wfd-id=\"75\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=port saint lucie, fl&amp;t=m&amp;z=9&amp;output=embed&amp;iwloc=near\"></iframe>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" data-css=\"tve-u-15ec2b5d54c\" style=\"width: 343px; left: 0px;\" id=\"contact\" wfd-id=\"31\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ec2b56fac\" wfd-id=\"67\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec2b54c99\" wfd-id=\"32\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1602b31dfcd\" wfd-id=\"33\"><div class=\"tcb-flex-row tcb-resized tcb-medium-wrap tcb--cols--3\" data-css=\"tve-u-1602b37ce9d\" wfd-id=\"34\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1602be453ec\" style=\"\" wfd-id=\"61\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"63\"><div class=\"tcb-clear\" data-css=\"tve-u-1602bff3cd5\" wfd-id=\"64\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec2b6e126\" wfd-id=\"65\"><span class=\"tve_image_frame\" wfd-id=\"66\"><img class=\"tve_image wp-image-25564\" alt=\"\" width=\"142\" height=\"44\" title=\"logo_pawcity\" data-id=\"25564\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/logo_pawcity.png\"></span></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1602be45437\" style=\"\" wfd-id=\"48\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1602be56dfc\" wfd-id=\"50\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1602bfebaf9\" wfd-id=\"51\">\n<div class=\"tve-content-box-background\" wfd-id=\"60\"></div>\n<div class=\"tve-cb\" wfd-id=\"52\"><div class=\"tcb-clear\" data-css=\"tve-u-1602bf36e2c\" wfd-id=\"58\"><div class=\"thrv_wrapper tve_image_caption tcb-mobile-hidden\" data-css=\"tve-u-1602be7db66\" data-float=\"1\" wfd-id=\"59\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-7369\" alt=\"\" width=\"64\" height=\"64\" title=\"location\" data-id=\"7369\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/location.png\" style=\"width: 100%;\"></span></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1602bf25f10\" wfd-id=\"53\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1602befe215\" wfd-id=\"54\"><p data-css=\"tve-u-1602bfa220e\"><strong><span data-css=\"tve-u-1602b324a9b\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"57\">67 E. 3rd Street</span></strong><span data-css=\"tve-u-1602b324a9c\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"56\"> </span><span data-css=\"tve-u-1602b324ab9\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"55\">Suite B New York, NY 10003</span></p></div></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1602be4545b\" style=\"\" wfd-id=\"35\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"37\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1602bfea280\" wfd-id=\"38\">\n<div class=\"tve-content-box-background\" wfd-id=\"47\"></div>\n<div class=\"tve-cb\" wfd-id=\"39\"><div class=\"tcb-clear\" data-css=\"tve-u-1602bfc4bea\" wfd-id=\"45\"><div class=\"thrv_wrapper tve_image_caption tcb-mobile-hidden\" data-css=\"tve-u-1602bec144e\" data-float=\"1\" wfd-id=\"46\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-7370\" alt=\"\" width=\"64\" height=\"64\" title=\"phone\" data-id=\"7370\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/phone.png\" style=\"width: 100%;\"></span></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1602bfc74c3\" wfd-id=\"40\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1602b332fd9\" data-float=\"1\" wfd-id=\"41\"><p><strong><span data-css=\"tve-u-1602b324a9b\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"44\">080</span></strong><span data-css=\"tve-u-1602b324a9c\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"43\"> </span><span data-css=\"tve-u-1602b324ab9\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"42\">708 5583</span></p></div></div></div>\n</div></div></div></div></div></div>\n</div>'),(2650,272,'tve_revision_tve_content_more_found',''),(2651,272,'tve_revision_tve_save_post',''),(2652,272,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Montserrat:400,200,300&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Amatic+SC:400&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=ABeeZee:400&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-160309b397d\"]::after { clear: both; }[data-css=\"tve-u-160309b344b\"] { position: relative !important; margin-left: 100px !important; }[data-css=\"tve-u-160309b00b4\"] + div { clear: none; }[data-css=\"tve-u-160309b00b4\"] { float: none; width: 60px; position: absolute; margin-bottom: 0px !important; margin-top: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-16030975307\"] { max-width: 75%; margin-left: 80px !important; }[data-css=\"tve-u-1602bfa220e\"] { line-height: 1.85em !important; }[data-css=\"tve-u-1602be7db66\"] { float: left; width: 40px; z-index: 3; position: relative; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1602be56dfc\"]::after { clear: both; }[data-css=\"tve-u-1602be4545b\"] { max-width: 25%; }[data-css=\"tve-u-1602be45437\"] { max-width: 48.1%; }[data-css=\"tve-u-1602be453ec\"] { max-width: 26.9%; }[data-css=\"tve-u-1602b37ce9d\"] > .tcb-flex-col > .tcb-col { justify-content: center; }[data-css=\"tve-u-1602b332fd9\"] { max-width: 264px; position: relative; float: right; z-index: 3; width: 100%; padding-left: 1px !important; margin-top: 1px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1602b324a9c\"] { color: rgb(74, 163, 223) !important; }[data-css=\"tve-u-1602b324a9b\"] { color: rgb(74, 163, 223) !important; }[data-css=\"tve-u-1602b31dfcd\"] { max-width: 1296px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15f76fcb7df\"] { max-width: 100%; }[data-css=\"tve-u-15ee121fb1c\"] .tcb-flex-col { flex-basis: 285px !important; }[data-css=\"tve-u-15ec30a8a14\"]::after { clear: both; }#tve_editor [data-css=\"tve-u-15ebe90cfb0\"] { font-size: 96px !important; }[data-css=\"tve-u-15ee1237243\"] { box-shadow: rgba(73, 137, 181, 0.15) -3px 7px 69px 10px; }[data-css=\"tve-u-15ee1232726\"] { box-shadow: rgba(73, 137, 181, 0.15) -3px 7px 69px 10px; }[data-css=\"tve-u-15ee121fb1c\"] > .tcb-flex-col > .tcb-col { min-height: 503px; }[data-css=\"tve-u-15ee1225fdf\"] { box-shadow: rgba(73, 137, 181, 0.15) -3px 7px 69px 10px; }[data-css=\"tve-u-15ee121fb1c\"] { margin-left: -60px; min-height: inherit; }[data-css=\"tve-u-15ee121fb1c\"] > .tcb-flex-col { padding-left: 60px; }[data-css=\"tve-u-15ee121a6d1\"] { float: none; max-width: 1296px; text-align: center; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ee1211b9b\"] { max-width: 1603px; text-align: center; }[data-css=\"tve-u-15ec26fee25\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-15ee106257d\"] { max-width: 100%; }[data-css=\"tve-u-15ec3055cca\"] { max-width: 1370px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ee103f44a\"] { float: none; max-width: 1200px; border: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ee1037a1d\"] { float: none; max-width: 1296px; margin-left: auto !important; margin-right: auto !important; }#tve_editor [data-css=\"tve-u-15ec2ac01df\"]:hover .tcb-button-link { box-shadow: rgba(73, 137, 181, 0.25) -3px 7px 73px 18px; background-color: rgb(149, 250, 201) !important; }#tve_editor [data-css=\"tve-u-15ebe91a626\"]:hover .tcb-button-link { box-shadow: rgba(73, 137, 181, 0.25) -3px 7px 73px 18px; border: 0px dashed rgb(255, 255, 255); background-color: rgb(149, 250, 201) !important; font-weight: normal !important; background-image: none !important; }[data-css=\"tve-u-15ebe8a2edd\"] > .tcb-flex-col > .tcb-col { justify-content: center; }[data-css=\"tve-u-15ec3017516\"] { margin-top: 60px !important; padding-bottom: 50px !important; }[data-css=\"tve-u-15ec2b6e126\"] { width: 142px; }[data-css=\"tve-u-15ec2b5d54c\"] { margin-top: 83px !important; }[data-css=\"tve-u-15ec2b56fac\"] { background-image: linear-gradient(rgb(25, 46, 60), rgb(25, 46, 60)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-15ec2b54c99\"] { max-width: 1586px; min-height: 100px !important; }[data-css=\"tve-u-15ec2b3b468\"] { box-shadow: rgba(89, 171, 227, 0.15) -3px 7px 69px 10px; margin-top: 0px !important; margin-bottom: 0px !important; margin-left: 38px !important; }[data-css=\"tve-u-15ec2b37666\"] { margin-top: 114px !important; }[data-css=\"tve-u-15ec2b33f06\"] { padding-left: 0px !important; }[data-css=\"tve-u-15ec2b0a32a\"] { margin-top: 76px !important; }[data-css=\"tve-u-15ec2ae8715\"] > .tcb-flex-col { padding-left: 13px; }[data-css=\"tve-u-15ec2afed17\"] { color: rgb(89, 171, 227) !important; }[data-css=\"tve-u-15ec2ae8715\"] { float: none; max-width: 1453px; margin-left: -13px; min-height: inherit; margin-right: auto !important; padding-left: 15px !important; padding-right: 15px !important; }[data-css=\"tve-u-15ec2acb421\"] { min-height: 162px; }[data-css=\"tve-u-15ec2aafa24\"] { color: rgb(89, 171, 227) !important; }[data-css=\"tve-u-15ec2aaa9a4\"] { float: none; max-width: 1440px; margin-left: auto !important; margin-right: auto !important; margin-top: 25px !important; }#tve_editor [data-css=\"tve-u-15ec2aa8e2e\"] { letter-spacing: 1px; color: rgb(255, 255, 255) !important; font-size: 20px !important; }[data-css=\"tve-u-15ec2a9b8a9\"] { border: 1px solid rgb(89, 171, 227) !important; }[data-css=\"tve-u-15ec2a81a9f\"] { min-height: 162px; }[data-css=\"tve-u-15ec2a80647\"] { float: none; max-width: 97%; margin-left: auto !important; margin-right: auto !important; margin-top: 55px !important; }[data-css=\"tve-u-15ec2a6f589\"] { float: none; max-width: 1440px; margin-top: 55px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2a6d9d8\"] { font-family: \"Amatic SC\" !important; font-weight: 400 !important; }#tve_editor [data-css=\"tve-u-15ec2a6b447\"] { color: rgb(89, 171, 227) !important; font-size: 70px !important; }[data-css=\"tve-u-15ec2a5bb35\"] { background-image: linear-gradient(rgba(28, 54, 85, 0.8), rgba(28, 54, 85, 0.8)), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/coupon_background.jpg\") !important; background-size: auto, cover !important; background-position: 0px 0px, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-15ec2a56438\"] { margin-top: 69px !important; }[data-css=\"tve-u-15ec2a5540e\"] { max-width: 100%; text-align: center; min-height: 561px !important; }[data-css=\"tve-u-15ec2a38bfd\"] { margin-right: 0px !important; padding-right: 0px !important; margin-left: 0px !important; }[data-css=\"tve-u-15ec2a33d71\"] { width: 830px; position: relative; top: 0px; left: 40px; z-index: 7; float: none; padding-right: 0px !important; padding-left: 0px !important; }[data-css=\"tve-u-15ec27075e1\"] { border-left: 1px solid rgb(232, 238, 241); border-top: 1px solid rgb(232, 238, 241); border-bottom: 1px solid rgb(232, 238, 241); }[data-css=\"tve-u-15ec26fee25\"] > .tcb-flex-col > .tcb-col { min-height: 612px; }[data-css=\"tve-u-15ec26fee25\"] { min-height: inherit; margin-left: 0px; padding-top: 0px !important; padding-bottom: 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-15ec26ec232\"] { margin-top: 66px !important; }[data-css=\"tve-u-15ec26e5812\"] { max-width: 100%; min-height: 586px !important; }[data-css=\"tve-u-15ec26c390a\"] { margin-top: 60px !important; }#tve_editor [data-css=\"tve-u-15ec26bd2e8\"] { color: rgb(24, 45, 60) !important; font-size: 70px !important; }[data-css=\"tve-u-15ec26b9914\"] { max-width: 1434px; text-align: center; }[data-css=\"tve-u-15ec26ab7b0\"] { margin-top: 67px !important; }#tve_editor [data-css=\"tve-u-15ec26a92a2\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15ec2698d8d\"] { float: none; max-width: 600px; margin-left: auto !important; margin-right: auto !important; margin-top: 30px !important; }#tve_editor [data-css=\"tve-u-15ec269736c\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15ec269379d\"] { font-size: 45px !important; }[data-css=\"tve-u-15ec268a0a3\"] { font-size: 45px !important; color: rgb(89, 171, 227) !important; }[data-css=\"tve-u-15ec256e611\"] { margin-top: 0px !important; }#tve_editor [data-css=\"tve-u-15ec25610c7\"] { font-size: 40px !important; color: rgb(89, 171, 227) !important; }[data-css=\"tve-u-15ec255fe12\"] { font-family: ABeeZee !important; font-weight: 400 !important; color: rgb(89, 171, 227) !important; font-size: 45px !important; }[data-css=\"tve-u-15ec254985a\"] { margin-right: 0px !important; }[data-css=\"tve-u-15ec253ef3a\"] { text-align: center; background-image: linear-gradient(rgba(24, 45, 60, 0.95), rgba(24, 45, 60, 0.95)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; margin-top: 0px !important; padding-top: 130px !important; padding-bottom: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-15ec253a41f\"] > .tcb-flex-col > .tcb-col { min-height: 661px; }[data-css=\"tve-u-15ec253a41f\"] { min-height: inherit; float: none; max-width: 1474px; z-index: 3; position: relative; padding-top: 0px !important; padding-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; padding-right: 0px !important; }[data-css=\"tve-u-15ec24f97c0\"] { background-image: linear-gradient(rgba(42, 51, 68, 0.1), rgba(42, 51, 68, 0.1)), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/testimonial_bg.jpg\") !important; background-size: auto, cover !important; background-position: 0px 0px, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-15ec24f790d\"] { min-height: 661px !important; }[data-css=\"tve-u-15ec24f494c\"] { margin-top: 60px !important; }[data-css=\"tve-u-15ec24d5e15\"] + div { clear: none; }[data-css=\"tve-u-15ec24d5e15\"] { float: none; width: 65px; margin-left: auto !important; margin-right: auto !important; margin-top: 40px !important; }[data-css=\"tve-u-15ec24ae116\"] + div { clear: none; }[data-css=\"tve-u-15ec24ae116\"] { float: none; width: 73px; margin-left: auto !important; margin-right: auto !important; margin-top: 40px !important; }[data-css=\"tve-u-15ec249b3f6\"] { line-height: 1.9em !important; }[data-css=\"tve-u-15ec2492191\"] { margin-left: 25px !important; margin-right: 25px !important; margin-top: 25px !important; }#tve_editor [data-css=\"tve-u-15ec2487407\"] { text-transform: uppercase !important; color: rgb(135, 156, 171) !important; font-size: 17px !important; }#tve_editor [data-css=\"tve-u-15ec2481d17\"] { font-size: 20px !important; }[data-css=\"tve-u-15ec2477274\"] + div { clear: none; }[data-css=\"tve-u-15ec2477274\"] { float: none; width: 55px; margin-left: auto !important; margin-right: auto !important; margin-top: 40px !important; }[data-css=\"tve-u-15ec2448fdb\"] { float: none; max-width: 1296px; margin-top: 10px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2443105\"] { line-height: 1.8em !important; }[data-css=\"tve-u-15ebea49c0c\"] { float: none; max-width: 1440px; margin-left: auto !important; margin-right: auto !important; margin-top: 0px !important; }#tve_editor [data-css=\"tve-u-15ebea42b31\"] { color: rgb(24, 45, 60) !important; font-size: 70px !important; }[data-css=\"tve-u-15ebea3a693\"] { max-width: 1434px; }[data-css=\"tve-u-15ebe955aaa\"]::after { clear: both; }#tve_editor [data-css=\"tve-u-15ebe925072\"] { font-family: Montserrat; letter-spacing: 0px; font-weight: 400; font-size: 20px !important; color: rgb(24, 45, 60) !important; }[data-css=\"tve-u-15ebe91a626\"] { display: block; max-width: 423px; margin-left: 50px !important; margin-right: 0px !important; }[data-css=\"tve-u-15ebe91a626\"] .tcb-button-link { border-radius: 200px; min-height: 67.1429px; font-size: 1.6em; padding-top: 0px; padding-bottom: 0px; background-color: rgb(105, 240, 174) !important; padding-left: 15px !important; background-image: none !important; }[data-css=\"tve-u-15ebe916c34\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 733px; }[data-css=\"tve-u-15ebe90cfb0\"] { line-height: 1.1em !important; }[data-css=\"tve-u-15ebe906677\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 669px; margin-left: 50px !important; margin-top: 40px !important; }#tve_editor [data-css=\"tve-u-15ebe905473\"] { font-size: 22px !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15ebe8ee6c0\"]::after { clear: both; }[data-css=\"tve-u-15ebe8edca2\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 722px; padding-left: 0px !important; margin-left: 50px !important; margin-top: 104px !important; }[data-css=\"tve-u-15ebe8abb9e\"] { padding: 0px !important; }[data-css=\"tve-u-15ebe8a4d78\"] { clip-path: url(\"#clip-left-335f47a4c8f92\"); -webkit-clip-path: url(\"#clip-left-335f47a4c8f92\");  }[data-css=\"tve-u-15ebe8a2edd\"] { padding-bottom: 15px !important; padding-top: 15px !important; }[data-css=\"tve-u-15ebe89fb7a\"] { margin-left: -35px !important; }[data-css=\"tve-u-15ebe830a90\"] { clip-path: url(\"#clip-left-bb2526ca261ae\"); -webkit-clip-path: url(\"#clip-left-bb2526ca261ae\");  border: none; background-image: linear-gradient(rgb(89, 171, 227), rgb(89, 171, 227)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-15ebe827cb3\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 0px !important; }[data-css=\"tve-u-15ebe80a9a1\"] { min-height: 729px; }[data-css=\"tve-u-15ebe738fb8\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-15ebe738fb8\"] > .tcb-flex-col > .tcb-col { min-height: 729px; }[data-css=\"tve-u-15ebe738fb8\"] { min-height: inherit; margin-left: 0px; padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-15ebe73226c\"] { background-image: none !important; }[data-css=\"tve-u-15ebe72c974\"] { max-width: 1620px; }[data-css=\"tve-u-15ebe70a25b\"] { width: 142px; margin-top: 20px !important; padding-left: 0px !important; margin-left: 30px !important; }[data-css=\"tve-u-15ebe5d7b44\"] { background-image: linear-gradient(rgb(0, 0, 0), rgb(0, 0, 0)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-15ebe51d596\"] { max-width: 100%; min-height: 100px !important; }#tcb_landing_page h3 { font-family: Montserrat; font-weight: 200; font-size: 20px; color: rgb(0, 0, 0); }#tcb_landing_page h2 { font-family: \"Amatic SC\"; font-weight: 400; font-size: 70px; color: rgb(0, 0, 0); }#tcb_landing_page h1 { font-family: \"Amatic SC\"; font-weight: 400; font-size: 96px; color: rgb(0, 0, 0); }#tcb_landing_page p, #tcb_landing_page li { font-family: Montserrat; font-weight: 200; color: rgb(0, 0, 0); font-size: 18px; line-height: 1.667em; }[data-css=\"tve-u-15e09c94f7d\"] { background-color: rgb(255, 255, 255); }[data-css=\"tve-u-15ec256b908\"] { font-family: \"Amatic SC\" !important; font-weight: 400 !important; }[data-css=\"tve-u-15ec26760e9\"] { font-family: ABeeZee !important; font-weight: 400 !important; }[data-css=\"tve-u-15ec2680494\"] { font-family: \"Amatic SC\" !important; font-weight: 400 !important; }#tve_editor [data-css=\"tve-u-15ec2ab1d6d\"] { letter-spacing: 1px; color: rgb(255, 255, 255) !important; font-size: 20px !important; }#tve_editor [data-css=\"tve-u-15ec2ab1d82\"] { letter-spacing: 1px; color: rgb(255, 255, 255) !important; font-size: 20px !important; }[data-css=\"tve-u-15ec2abe257\"] { float: none; z-index: 3; position: relative; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2ac01df\"] { display: block; max-width: 423px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2ac01df\"] .tcb-button-link { border-radius: 200px; min-height: 67.1429px; font-size: 1.6em; padding-top: 0px; padding-bottom: 0px; background-color: rgb(105, 240, 174) !important; padding-left: 15px !important; }#tve_editor [data-css=\"tve-u-15ec2af6c4b\"] { color: rgb(24, 45, 60) !important; font-size: 70px !important; }[data-css=\"tve-u-15ec2af6c4e\"] { font-family: \"Amatic SC\" !important; font-weight: 400 !important; }[data-css=\"tve-u-15ec3192f72\"] { margin-left: 25px !important; margin-right: 25px !important; margin-top: 25px !important; }[data-css=\"tve-u-15ec31ba260\"] { float: none; max-width: 1296px; margin-top: 10px !important; margin-left: auto !important; margin-right: auto !important; }#tcb_landing_page a:hover:not(.tcb-button-link) { color: rgb(89, 171, 227); }#tcb_landing_page .tve-state-hovera:not(.tcb-button-link) { color: rgb(89, 171, 227); }#tve_editor [data-css=\"tve-u-160266880a0\"] { color: rgb(255, 255, 255) !important; font-family: Montserrat !important; }[data-css=\"tve-u-1602b324ab9\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1602bec144e\"] { width: 36px; float: left; z-index: 3; position: static; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1602befe215\"] { max-width: 386px; position: relative !important; padding-left: 1px !important; margin-top: 0px !important; margin-left: 50px !important; }[data-css=\"tve-u-160309ddca8\"] + div { clear: none; }[data-css=\"tve-u-160309ddca8\"] { float: none; width: 60px; position: absolute; margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-160309f3e5d\"] { max-width: 75%; margin-left: 80px !important; margin-top: 60px !important; margin-bottom: 40px !important; }[data-css=\"tve-u-160309f6c04\"] { max-width: 75%; margin-left: 80px !important; margin-top: 60px !important; margin-bottom: 80px !important; }[data-css=\"tve-u-16030a013d7\"] + div { clear: none; }[data-css=\"tve-u-16030a013d7\"] { float: none; width: 60px; position: absolute; margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-16030a08afd\"] { position: relative !important; margin-left: 100px !important; }[data-css=\"tve-u-16030a09626\"] { position: relative !important; margin-left: 100px !important; }#tcb_landing_page a.tve-state-hover:not(.tcb-button-link) { color: rgb(89, 171, 227); }[data-css=\"tve-u-15ec2ae8715\"] > .tcb-flex-col > .tcb-col { min-height: 10px; }[data-css=\"tve-u-165b7cefd8d\"] { max-width: 42.3%; }[data-css=\"tve-u-165b7cefdbe\"] { max-width: 57.7%; }[data-css=\"tve-u-165b7d7585c\"] { max-width: 58.4%; }[data-css=\"tve-u-165b7d75889\"] { max-width: 41.6%; }[data-css=\"tve-u-165b7dbb826\"] { float: right; width: 100%; z-index: 3; position: relative; margin: 4px auto 12px !important; padding-top: 0px !important; }#tcb_landing_page h4 { color: rgb(0, 0, 0); }#tcb_landing_page h5 { color: rgb(0, 0, 0); }#tcb_landing_page h6 { color: rgb(0, 0, 0); }#tcb_landing_page .tcb-plain-text { color: rgb(0, 0, 0); }#tcb_landing_page a:not(.tcb-button-link) { color: rgb(0, 0, 0); }#tve_editor [data-css=\"tve-u-165b7dbb826\"] #menu-item-109 > a { fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; font-size: 14px !important; }#tve_editor [data-css=\"tve-u-165b7dbb826\"] #menu-item-102 > a { fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; font-size: 14px !important; }#tve_editor [data-css=\"tve-u-165b7dbb826\"] #menu-item-103 > a { fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; font-size: 14px !important; }#tve_editor [data-css=\"tve-u-165b7dbb826\"] #menu-item-104 > a { fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; font-size: 14px !important; }#tve_editor [data-css=\"tve-u-165b7dbb826\"] #menu-item-153 > a { fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; font-size: 14px !important; }[data-css=\"tve-u-165b7e34349\"] { max-width: 32.6%; }[data-css=\"tve-u-165b7e3437c\"] { max-width: 67.4%; }[data-css=\"tve-u-165b7e370ce\"]::after { clear: both; }[data-css=\"tve-u-165b7dbb826\"] #menu-item-109 > a { font-weight: bold !important; }[data-css=\"tve-u-165b7dbb826\"] #menu-item-102 > a { font-weight: bold !important; }[data-css=\"tve-u-165b7dbb826\"] #menu-item-103 > a { font-weight: bold !important; }[data-css=\"tve-u-165b7dbb826\"] #menu-item-104 > a { font-weight: bold !important; }[data-css=\"tve-u-165b7dbb826\"] #menu-item-153 > a { font-weight: bold !important; }[data-css=\"tve-u-165b7dbb826\"] #menu-item-109 { padding-left: 20px !important; padding-right: 20px !important; }[data-css=\"tve-u-165b7dbb826\"] #menu-item-102 { padding-left: 20px !important; padding-right: 20px !important; }[data-css=\"tve-u-165b7dbb826\"] #menu-item-103 { padding-left: 20px !important; padding-right: 20px !important; }[data-css=\"tve-u-165b7dbb826\"] #menu-item-104 { padding-left: 20px !important; padding-right: 20px !important; }[data-css=\"tve-u-165b7dbb826\"] #menu-item-153 { padding-left: 20px !important; padding-right: 20px !important; }#tve_editor [data-css=\"tve-u-165b7dbb826\"] #menu-item-109:hover > a { fill: rgb(21, 174, 241) !important; color: rgb(21, 174, 241) !important; }#tve_editor [data-css=\"tve-u-165b7dbb826\"] #menu-item-102:hover > a { fill: rgb(21, 174, 241) !important; color: rgb(21, 174, 241) !important; }#tve_editor [data-css=\"tve-u-165b7dbb826\"] #menu-item-103:hover > a { fill: rgb(21, 174, 241) !important; color: rgb(21, 174, 241) !important; }#tve_editor [data-css=\"tve-u-165b7dbb826\"] #menu-item-104:hover > a { fill: rgb(21, 174, 241) !important; color: rgb(21, 174, 241) !important; }#tve_editor [data-css=\"tve-u-165b7dbb826\"] #menu-item-153:hover > a { fill: rgb(21, 174, 241) !important; color: rgb(21, 174, 241) !important; }#tve_editor [data-css=\"tve-u-165b7dbb826\"] #menu-item-109:hover { background-color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-165b7dbb826\"] #menu-item-102:hover { background-color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-165b7dbb826\"] #menu-item-103:hover { background-color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-165b7dbb826\"] #menu-item-104:hover { background-color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-165b7dbb826\"] #menu-item-153:hover { background-color: rgb(255, 255, 255) !important; }}@media (max-width: 1023px){[data-css=\"tve-u-1602b332fd9\"] { float: none; max-width: 121px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1602befe215\"] { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1602b37ce9d\"] .tcb-flex-col { flex-basis: 420px !important; }[data-css=\"tve-u-1602bec144e\"] { float: none; z-index: 3; position: relative; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1602be7db66\"] { float: none; z-index: 3; position: relative; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2a38bfd\"] { text-align: left; }[data-css=\"tve-u-15ec27075e1\"] { margin-top: 0px !important; }[data-css=\"tve-u-15ee1237243\"] { margin-top: 52px !important; }[data-css=\"tve-u-15ee121a6d1\"] { margin-left: 33px !important; margin-right: 33px !important; }[data-css=\"tve-u-15ecc95760b\"]::after { clear: both; }[data-css=\"tve-u-15ebe51d596\"] { text-align: left; }[data-css=\"tve-u-15ec2b6e126\"] { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2b54c99\"] { text-align: left; }[data-css=\"tve-u-15ec2b3b468\"] { margin-left: 0px !important; margin-top: 20px !important; }[data-css=\"tve-u-15ec2b37666\"] { margin-top: 0px !important; }[data-css=\"tve-u-15ec2a80647\"] { margin-top: 0px !important; padding-left: 10px !important; padding-right: 10px !important; }[data-css=\"tve-u-15ec2a5540e\"] { max-width: 720px; }[data-css=\"tve-u-15ec2a33d71\"] { width: 395px; float: none; z-index: 3; position: relative; margin: 80px auto 0px !important; }[data-css=\"tve-u-15ec26b9914\"] { max-width: 720px; }[data-css=\"tve-u-15ec253ef3a\"] { padding: 25px 10px !important; }[data-css=\"tve-u-15ebea3a693\"] { max-width: 720px; }[data-css=\"tve-u-15ec30a8a14\"]::after { clear: both; }[data-css=\"tve-u-15ebe916c34\"] { max-width: 376px; }[data-css=\"tve-u-15ebe8a2edd\"] > .tcb-flex-col > .tcb-col { justify-content: center; min-height: 91px; }[data-css=\"tve-u-15ebe70a25b\"] { float: right; z-index: 3; position: relative; margin: 0px auto !important; }[data-css=\"tve-u-15ec3055cca\"] { text-align: center; margin-top: 0px !important; }[data-css=\"tve-u-15ebe8a2edd\"] { min-height: inherit; float: none; max-width: 100%; padding-top: 0px !important; padding-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec30518d3\"] { text-align: center; margin-left: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-15ebe830a90\"] { clip-path: url(\"#clip-tablet-left-bb2526ca261ae\"); -webkit-clip-path: url(\"#clip-tablet-left-bb2526ca261ae\");  }[data-css=\"tve-u-15ebe91a626\"] { margin-left: 30px !important; }[data-css=\"tve-u-15ebe906677\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 336px; margin-left: 30px !important; }[data-css=\"tve-u-15ebe8edca2\"] { margin-left: 30px !important; }[data-css=\"tve-u-15ebe89fb7a\"] { margin-left: -35px !important; }[data-css=\"tve-u-15ebe827cb3\"] { max-width: 100%; }#tve_editor [data-css=\"tve-u-15ebe90cfb0\"] { font-size: 84px !important; }}@media (max-width: 767px){[data-css=\"tve-u-160309b344b\"] { margin-left: 10px !important; margin-top: 30px !important; margin-right: 10px !important; }[data-css=\"tve-u-16030a013d7\"] { position: static; }[data-css=\"tve-u-16030a09626\"] { margin-left: 10px !important; margin-top: 30px !important; margin-right: 10px !important; }[data-css=\"tve-u-160309ddca8\"] { position: static; }[data-css=\"tve-u-16030a08afd\"] { margin-left: 10px !important; margin-right: 10px !important; margin-top: 30px !important; }[data-css=\"tve-u-160309b00b4\"] { position: static; }[data-css=\"tve-u-16030975307\"] { max-width: 100%; margin-left: 10px !important; margin-right: 10px !important; }[data-css=\"tve-u-160309f6c04\"] { max-width: 100%; margin-left: 10px !important; margin-right: 10px !important; }[data-css=\"tve-u-160309f3e5d\"] { max-width: 100%; margin-left: 10px !important; margin-right: 10px !important; }[data-css=\"tve-u-15ec2a38bfd\"]::after { clear: both; }[data-css=\"tve-u-1602bff3cd5\"]::after { clear: both; }[data-css=\"tve-u-1602bfea280\"] { margin-top: 0px !important; margin-bottom: 20px !important; }[data-css=\"tve-u-15ec2b6e126\"] { float: left; z-index: 3; position: relative; margin-left: 24px !important; }[data-css=\"tve-u-1602bf25f10\"]::after { clear: both; }[data-css=\"tve-u-1602b332fd9\"] { max-width: 257px; float: left; z-index: 3; position: relative; width: 100%; margin-top: 20px !important; margin-left: 20px !important; }[data-css=\"tve-u-15ec253ef3a\"] { padding-top: 30px !important; padding-bottom: 30px !important; }[data-css=\"tve-u-15ee1237243\"] { margin-top: 25px !important; }[data-css=\"tve-u-15ee1232726\"] { margin-top: 25px !important; }[data-css=\"tve-u-15ebe70a25b\"] { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2ae8715\"] { margin-left: -15px; }[data-css=\"tve-u-15ec2ae8715\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-15ec2b33f06\"] { margin-right: 0px !important; }[data-css=\"tve-u-15ec26fee25\"] > .tcb-flex-col > .tcb-col { min-height: 387px; }[data-css=\"tve-u-15ec26fee25\"] { margin-left: 0px; min-height: inherit; }[data-css=\"tve-u-15ec26fee25\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-15ec2a33d71\"] { position: static; margin-bottom: 0px !important; }[data-css=\"tve-u-15ec31ba260\"] { padding-left: 3px !important; padding-right: 3px !important; }[data-css=\"tve-u-15ec253a41f\"] > .tcb-flex-col > .tcb-col { min-height: 27px; }[data-css=\"tve-u-15ec253a41f\"] { margin-left: 0px; min-height: inherit; }[data-css=\"tve-u-15ec253a41f\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-15ec254985a\"] { margin-top: 0px !important; }[data-css=\"tve-u-15ec24f494c\"] { margin-top: 30px !important; }[data-css=\"tve-u-15ec256e611\"] { margin-top: 0px !important; }[data-css=\"tve-u-15ec3192f72\"] { margin-bottom: 32px !important; }[data-css=\"tve-u-15ec318421d\"] { margin-bottom: 34px !important; margin-top: -105px !important; }[data-css=\"tve-u-15ebe738fb8\"] > .tcb-flex-col > .tcb-col { min-height: 554px; }[data-css=\"tve-u-15ebe738fb8\"] { min-height: inherit; padding-bottom: 0px !important; }[data-css=\"tve-u-15ec3017516\"] { margin-top: 0px !important; padding-left: 5px !important; padding-right: 5px !important; }[data-css=\"tve-u-15ebe89fb7a\"] { margin-left: -20px !important; }[data-css=\"tve-u-15ec3055cca\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-15ebe916c34\"] { margin-bottom: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-15ec3152b02\"] { min-height: 226px; }[data-css=\"tve-u-15ebe80a9a1\"] { min-height: 554px; }[data-css=\"tve-u-15ebe91a626\"] { margin-left: 28px !important; margin-right: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-15ebe906677\"] { margin-left: 30px !important; }[data-css=\"tve-u-15ebe8edca2\"] { margin-left: 30px !important; margin-top: 45px !important; }[data-css=\"tve-u-15ebe827cb3\"] { max-width: 100%; }[data-css=\"tve-u-1602befe215\"] { max-width: 257px; float: left; z-index: 3; position: relative; width: 100%; margin-top: 20px !important; margin-left: 20px !important; }#tve_editor [data-css=\"tve-u-165b7e86806\"] p, #tve_editor [data-css=\"tve-u-165b7e86806\"] li, #tve_editor [data-css=\"tve-u-165b7e86806\"] blockquote, #tve_editor [data-css=\"tve-u-165b7e86806\"] address, #tve_editor [data-css=\"tve-u-165b7e86806\"] .tcb-plain-text, #tve_editor [data-css=\"tve-u-165b7e86806\"] label, #tve_editor [data-css=\"tve-u-165b7e86806\"] h1, #tve_editor [data-css=\"tve-u-165b7e86806\"] h2, #tve_editor [data-css=\"tve-u-165b7e86806\"] h3, #tve_editor [data-css=\"tve-u-165b7e86806\"] h4, #tve_editor [data-css=\"tve-u-165b7e86806\"] h5, #tve_editor [data-css=\"tve-u-165b7e86806\"] h6 { color: rgb(255, 255, 255); }[data-css=\"tve-u-165b7dbb826\"] #menu-item-109 { padding-left: 9px !important; padding-right: 9px !important; }[data-css=\"tve-u-165b7dbb826\"] #menu-item-102 { padding-left: 9px !important; padding-right: 9px !important; }[data-css=\"tve-u-165b7dbb826\"] #menu-item-103 { padding-left: 9px !important; padding-right: 9px !important; }[data-css=\"tve-u-165b7dbb826\"] #menu-item-104 { padding-left: 9px !important; padding-right: 9px !important; }[data-css=\"tve-u-165b7dbb826\"] #menu-item-153 { padding-left: 9px !important; padding-right: 9px !important; }}'),(2653,272,'tve_revision_tve_user_custom_css','.thrv_text_element p {margin:0;}\n.thrv_heading h1,h2,h3 {margin:0;}'),(2654,272,'tve_revision_tve_page_events','a:0:{}'),(2655,272,'tve_revision_tve_globals','a:4:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";s:11:\"extra_icons\";a:1:{i:0;a:3:{s:11:\"font-family\";s:25:\"tve-ff-6797-59f9979fd5998\";s:3:\"css\";s:87:\"http://lp-build.thrivethemes.com/wp-content/uploads/tve-ff-6797-59f9979fd5998/style.css\";s:6:\"folder\";s:92:\"/home/thrivedevbitston/public_html/landingpages/wp-content/uploads/tve-ff-6797-59f9979fd5998\";}}s:6:\"lb_map\";a:1:{i:6808;s:3:\"265\";}s:8:\"font_cls\";a:0:{}}'),(2656,272,'tve_revision_tve_global_scripts',''),(2657,272,'tve_revision_thrive_icon_pack','0'),(2658,272,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(2659,272,'tve_revision_tve_has_masonry','0'),(2660,272,'tve_revision_tve_has_typefocus','0'),(2661,272,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv-page-section\" style=\"z-index: 8;\" wfd-id=\"220\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ebe5d7b44\" wfd-id=\"263\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ebe51d596\" style=\"z-index: 8;\" wfd-id=\"221\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15ec3055cca\" wfd-id=\"222\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized\" data-css=\"tve-u-15ebe8a2edd\" wfd-id=\"223\"><div class=\"tcb-flex-col\" data-css=\"tve-u-165b7e34349\" style=\"\" wfd-id=\"257\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec30518d3\" wfd-id=\"259\"><div class=\"tcb-clear\" data-css=\"tve-u-15ecc95760b\" wfd-id=\"260\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ebe70a25b\" wfd-id=\"261\"><span class=\"tve_image_frame\" wfd-id=\"262\"><img class=\"tve_image wp-image-25564\" alt=\"\" width=\"142\" height=\"44\" title=\"logo_pawcity\" data-id=\"25564\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/logo_pawcity.png\"></span></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-165b7e3437c\" style=\"z-index: 8;\" wfd-id=\"224\"><div class=\"tcb-col\" style=\"z-index: 8;\" data-css=\"tve-u-165b7e86806\" wfd-id=\"226\"><div class=\"tcb-clear\" data-css=\"tve-u-165b7e370ce\" wfd-id=\"227\"><div class=\"thrv_wrapper thrv_widget_menu tve-custom-menu-upgrade tve-mobile-dropdown     tve-dropdown-icon-style_1\" data-tve-style=\"tve_horizontal\" data-tve-switch-icon=\"none\" data-css=\"tve-u-165b7dbb826\" style=\"z-index: 8;\" wfd-id=\"228\">	<div class=\"thrive-shortcode-config\" style=\"display: none !important\" wfd-id=\"256\">__CONFIG_widget_menu__{\"menu_id\":\"4\",\"color\":\"tve_red\",\"dir\":\"tve_horizontal\",\"font_class\":\"\",\"font_size\":\"\",\"ul_attr\":\"\",\"link_attr\":\"\",\"top_link_attr\":\"\",\"trigger_attr\":\"\",\"primary\":\"\",\"head_css\":\"\",\"background_hover\":\"\",\"main_hover\":\"\",\"child_hover\":\"\",\"group_edit\":[],\"menu_style\":\"\",\"dropdown_icon\":\"style_1\",\"mobile_side\":\"\",\"mobile_icon\":\"\",\"switch_to_icon\":\"none\"}__CONFIG_widget_menu__</div>\n</div></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 343px; left: 0px;\" data-css=\"tve-u-15ebe8abb9e\" wfd-id=\"193\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ebe8a4d78\" data-clip-id=\"335f47a4c8f92\" wfd-id=\"219\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-left-335f47a4c8f92\" class=\"decoration-clip clip-path-left\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" pointer-width=\"6\" pointer-height=\"2.5\" style=\"curves\" decoration-type=\"none\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon><ellipse cx=\"0.025\" cy=\"0.029412\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.08823600000000001\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.14706\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.205884\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.264708\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.323532\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.38235600000000003\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.44118\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.500004\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.558828\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.617652\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.676476\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.7353000000000001\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.794124\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.852948\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.911772\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.970596\" rx=\"0.025\" ry=\"0.029412\"></ellipse></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ebe72c974\" wfd-id=\"194\"><div class=\"thrv_wrapper thrv-columns tcb-window-width\" style=\"width: 343px; left: 0px;\" data-css=\"tve-u-15ec318421d\" wfd-id=\"195\"><div class=\"tcb-flex-row tcb--cols--2 tcb-resized\" data-css=\"tve-u-15ebe738fb8\" wfd-id=\"196\"><div class=\"tcb-flex-col\" data-css=\"tve-u-165b7d7585c\" style=\"\" wfd-id=\"216\"><div class=\"tcb-col\" data-css=\"tve-u-15ebe73226c\" wfd-id=\"218\"></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-165b7d75889\" style=\"\" wfd-id=\"197\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ebe89fb7a\" wfd-id=\"199\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ebe827cb3\" data-value-type=\"percent\" wfd-id=\"200\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15ebe830a90\" data-clip-id=\"bb2526ca261ae\" wfd-id=\"215\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-left-bb2526ca261ae\" class=\"decoration-clip clip-path-left\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"none\" pointer-width=\"7\" pointer-height=\"2.5\" style=\"curves\" slanted-angle=\"5\" clip-path=\"url(#clip-bottom-bb2526ca261ae)\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon><ellipse cx=\"0.025\" cy=\"0.035714\" rx=\"0.025\" ry=\"0.035714\"></ellipse><ellipse cx=\"0.025\" cy=\"0.10714200000000002\" rx=\"0.025\" ry=\"0.035714\"></ellipse><ellipse cx=\"0.025\" cy=\"0.17857\" rx=\"0.025\" ry=\"0.035714\"></ellipse><ellipse cx=\"0.025\" cy=\"0.24999800000000003\" rx=\"0.025\" ry=\"0.035714\"></ellipse><ellipse cx=\"0.025\" cy=\"0.32142600000000005\" rx=\"0.025\" ry=\"0.035714\"></ellipse><ellipse cx=\"0.025\" cy=\"0.39285400000000004\" rx=\"0.025\" ry=\"0.035714\"></ellipse><ellipse cx=\"0.025\" cy=\"0.46428200000000003\" rx=\"0.025\" ry=\"0.035714\"></ellipse><ellipse cx=\"0.025\" cy=\"0.53571\" rx=\"0.025\" ry=\"0.035714\"></ellipse><ellipse cx=\"0.025\" cy=\"0.6071380000000001\" rx=\"0.025\" ry=\"0.035714\"></ellipse><ellipse cx=\"0.025\" cy=\"0.678566\" rx=\"0.025\" ry=\"0.035714\"></ellipse><ellipse cx=\"0.025\" cy=\"0.749994\" rx=\"0.025\" ry=\"0.035714\"></ellipse><ellipse cx=\"0.025\" cy=\"0.8214220000000001\" rx=\"0.025\" ry=\"0.035714\"></ellipse><ellipse cx=\"0.025\" cy=\"0.89285\" rx=\"0.025\" ry=\"0.035714\"></ellipse><ellipse cx=\"0.025\" cy=\"0.9642780000000001\" rx=\"0.025\" ry=\"0.035714\"></ellipse></clipPath><clipPath id=\"clip-tablet-left-bb2526ca261ae\" class=\"decoration-clip clip-path-tablet-left\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"divider\" pointer-width=\"5.7\" pointer-height=\"4\" style=\"curves\" slanted-angle=\"5\" clip-path=\"url(#clip-bottom-bb2526ca261ae)\"><polygon points=\"0.04 0, 0.04 1, 1 1, 1 0\"></polygon><ellipse cx=\"0.04\" cy=\"0.027778\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.083334\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.13889\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.194446\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.250002\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.305558\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.361114\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.41667\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.47222600000000003\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.527782\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.583338\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.638894\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.69445\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.7500060000000001\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.805562\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.861118\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.916674\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.97223\" rx=\"0.04\" ry=\"0.027778\"></ellipse></clipPath><clipPath id=\"clip-bottom-bb2526ca261ae\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"none\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ebe80a9a1\" wfd-id=\"201\"><div class=\"tcb-clear\" data-css=\"tve-u-15ebe8ee6c0\" wfd-id=\"211\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15ebe8edca2\" data-tag=\"h1\" wfd-id=\"212\"><h1 data-css=\"tve-u-15ebe90cfb0\">Happy dogs =<br>â€‹â€‹â€‹â€‹â€‹happâ€‹â€‹â€‹â€‹y owners</h1></div></div><div class=\"tcb-clear\" data-css=\"tve-u-15ec30a8a14\" wfd-id=\"209\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ebe906677\" wfd-id=\"210\"><p data-css=\"tve-u-15ebe905473\">Offer your dog a premium walking experience</p></div></div><div class=\"tcb-clear\" data-css=\"tve-u-15ebe955aaa\" wfd-id=\"202\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ebe916c34\" wfd-id=\"203\">\n<div class=\"tve-content-box-background\" wfd-id=\"208\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ec3152b02\" wfd-id=\"204\"><div class=\"thrv_wrapper thrv-button tve_ea_thrive_lightbox\" data-css=\"tve-u-15ebe91a626\" data-tcb_hover_state_parent=\"false\" data-button-style=\"full_rounded\" wfd-id=\"205\">\n<a href=\"#\" class=\"tcb-button-link tve_evt_manager_listen tve_et_click\" data-tcb-events=\"__TCB_EVENT_[{&quot;config&quot;:{&quot;l_anim&quot;:&quot;zoom_in&quot;,&quot;l_id&quot;:&quot;265&quot;},&quot;a&quot;:&quot;thrive_lightbox&quot;,&quot;t&quot;:&quot;click&quot;}]_TNEVE_BCT__\">\n<span class=\"tcb-button-texts\" wfd-id=\"206\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-15ebe925072\" wfd-id=\"207\">Get -20% On Your First Walk</span></span>\n</a>\n</div></div>\n</div></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 343px; left: 0px;\" data-css=\"tve-u-15ec3017516\" wfd-id=\"186\">\n<div class=\"tve-page-section-out\" wfd-id=\"192\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ebea3a693\" wfd-id=\"187\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15ebea49c0c\" id=\"whatwedo\" data-tag=\"h1\" wfd-id=\"189\"><h1 data-css=\"tve-u-15ebea42b31\" style=\"text-align: center;\">What We Do</h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2448fdb\" wfd-id=\"188\"><p data-css=\"tve-u-15ec2443105\" style=\"text-align: center;\">Our goal is to make sure the owners are comforted, the pups are exercised and happy and that we are getting our own puppy fixes. But letâ€™s be honest- itâ€™s their world, weâ€™re just living in it! As a small team of experienced dog owners and lovers, we really get to know you and your dog and we canguarantee consistent and personal care that is equal to your love and attention. We are so excited to make you a part of the family!</p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 343px; left: 0px;\" wfd-id=\"157\">\n<div class=\"tve-page-section-out\" wfd-id=\"185\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ee1211b9b\" wfd-id=\"158\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15ee121a6d1\" wfd-id=\"159\"><div class=\"tcb-flex-row tcb--cols--3 tcb-medium-wrap\" data-css=\"tve-u-15ee121fb1c\" wfd-id=\"160\"><div class=\"tcb-flex-col\" wfd-id=\"177\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ee1225fdf\" wfd-id=\"179\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec2477274\" wfd-id=\"183\"><span class=\"tve_image_frame\" wfd-id=\"184\"><img class=\"tve_image wp-image-1596\" alt=\"\" width=\"55\" height=\"73\" title=\"what_do_icon_01\" data-id=\"1596\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_01.png\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"182\"><p data-css=\"tve-u-15ec2481d17\"><strong>First Class Care</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"181\"><p data-css=\"tve-u-15ec2487407\">all the best for them</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2492191\" wfd-id=\"180\"><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"169\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ee1232726\" wfd-id=\"171\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec24ae116\" wfd-id=\"175\"><span class=\"tve_image_frame\" wfd-id=\"176\"><img class=\"tve_image wp-image-1597\" alt=\"\" width=\"73\" height=\"73\" title=\"what_do_icon_02\" data-id=\"1597\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_02.png\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"174\"><p data-css=\"tve-u-15ec2481d17\"><strong>Snacks Included</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"173\"><p data-css=\"tve-u-15ec2487407\">for your little one</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec3192f72\" wfd-id=\"172\"><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"161\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ee1237243\" wfd-id=\"163\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec24d5e15\" wfd-id=\"167\"><span class=\"tve_image_frame\" wfd-id=\"168\"><img class=\"tve_image wp-image-1598\" alt=\"\" width=\"65\" height=\"73\" title=\"what_do_icon_03\" data-id=\"1598\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_03.png\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"166\"><p data-css=\"tve-u-15ec2481d17\"><strong>Regularly walks</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"165\"><p data-css=\"tve-u-15ec2487407\">to keep them ealthy</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2492191\" wfd-id=\"164\"><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris.</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-15ec24f494c\" id=\"testimonials\" style=\"\" wfd-id=\"137\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ec24f97c0\" wfd-id=\"156\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec24f790d\" wfd-id=\"138\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15ec254985a\" style=\"\" wfd-id=\"139\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-15ec253a41f\" wfd-id=\"140\"><div class=\"tcb-flex-col\" wfd-id=\"144\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec253ef3a\" style=\"\" wfd-id=\"146\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec256e611\" style=\"\" wfd-id=\"149\"><p data-css=\"tve-u-15ec25610c7\"><span data-css=\"tve-u-15ec268a0a3\" style=\"font-size: 45px; color: rgb(89, 171, 227);\" wfd-id=\"154\"><span data-css=\"tve-u-15ec26760e9\" style=\"font-family: ABeeZee;\" wfd-id=\"155\">â€</span></span><span data-css=\"tve-u-15ec256b908\" style=\"font-family: &quot;Amatic SC&quot;;\" wfd-id=\"153\">&nbsp; &nbsp; &nbsp;</span><span data-css=\"tve-u-15ec2680494\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"151\"><span data-css=\"tve-u-15ec269379d\" style=\"font-size: 45px;\" wfd-id=\"152\">my chester enjoys being with them!</span> &nbsp; &nbsp;&nbsp;</span><span data-css=\"tve-u-15ec255fe12\" style=\"font-family: ABeeZee; font-weight: 400; color: rgb(89, 171, 227); font-size: 45px;\" wfd-id=\"150\">â€</span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2698d8d\" wfd-id=\"148\"><p data-css=\"tve-u-160266880a0\">We LOVE going for walks with our friends at Paw! Donâ€™t tell our mom &amp; dad,but we get really excited when they leave for work because we know it wonâ€™t be long before we get a visit from one of our favorite friends at PawCity! Best part is, they always let our parents know how ourwalk went right away so they dont have to worry about us!</p><p data-css=\"tve-u-15ec269736c\">We love you PawCity!! xoxo</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec26ab7b0\" style=\"\" wfd-id=\"147\"><p data-css=\"tve-u-15ec26a92a2\"><strong>Anna Olson</strong>, Chesterâ€™s Mom</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"141\"><div class=\"tcb-col\" wfd-id=\"143\"></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 343px; left: 0px;\" data-css=\"tve-u-15ec26c390a\" id=\"aboutus\" wfd-id=\"132\">\n<div class=\"tve-page-section-out\" wfd-id=\"136\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec26b9914\" wfd-id=\"133\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15ee1037a1d\" data-tag=\"h1\" wfd-id=\"135\"><h1 data-css=\"tve-u-15ec26bd2e8\">About us</h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec31ba260\" wfd-id=\"134\"><p data-css=\"tve-u-15ec2443105\" style=\"text-align: center;\">At PawCity, we lead lives full of the unconditional love and happiness we receive from the furballs we get to spend time with everyday and we have this beautiful city and all the beautiful people in it to thank. We love you and your pups!!</p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 343px; left: 0px;\" data-css=\"tve-u-15ec26ec232\" wfd-id=\"101\">\n<div class=\"tve-page-section-out\" wfd-id=\"131\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec26e5812\" wfd-id=\"102\"><div class=\"thrv_wrapper thrv-columns tcb-window-width\" style=\"width: 343px; left: -1px;\" data-css=\"tve-u-15ee106257d\" wfd-id=\"103\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2\" data-css=\"tve-u-15ec26fee25\" wfd-id=\"104\"><div class=\"tcb-flex-col c-33\" wfd-id=\"126\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec2a38bfd\" wfd-id=\"128\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec2a33d71\" wfd-id=\"129\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"130\"><img class=\"tve_image wp-image-7399\" alt=\"\" width=\"830\" height=\"775\" title=\"about_us_dog\" data-id=\"7399\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/about_us_dog.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col c-66\" wfd-id=\"105\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec27075e1\" wfd-id=\"107\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160309f3e5d\" wfd-id=\"120\">\n<div class=\"tve-content-box-background\" wfd-id=\"125\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160309b397d\" wfd-id=\"121\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-160309b00b4\" data-float=\"1\" wfd-id=\"123\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"124\"><img class=\"tve_image wp-image-7404\" alt=\"\" width=\"64\" height=\"64\" title=\"dog_paw\" data-id=\"7404\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/dog_paw.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16030a08afd\" wfd-id=\"122\"><p>We moved to New York City with our black bulldog rescue, Blakely, in 2007 after graduating from the University of Maryland. Immediately, we realized what a dog-crazy place it was.</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160309f6c04\" wfd-id=\"114\">\n<div class=\"tve-content-box-background\" wfd-id=\"119\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160309b397d\" wfd-id=\"115\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-160309ddca8\" data-float=\"1\" wfd-id=\"117\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"118\"><img class=\"tve_image wp-image-7403\" alt=\"\" width=\"64\" height=\"64\" title=\"dog_house\" data-id=\"7403\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/dog_house.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16030a09626\" wfd-id=\"116\"><p>We knew right away that we wanted to work with the animals that we loved and that had given us so much love since we were little girls. We started PawCity Dog Walking in July of 2010.</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16030975307\" wfd-id=\"108\">\n<div class=\"tve-content-box-background\" wfd-id=\"113\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160309b397d\" wfd-id=\"109\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16030a013d7\" data-float=\"1\" wfd-id=\"111\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"112\"><img class=\"tve_image wp-image-7405\" alt=\"\" width=\"64\" height=\"64\" title=\"spinning_wheel\" data-id=\"7405\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/spinning_wheel.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160309b344b\" wfd-id=\"110\"><p>We cover the entire width of the East Side, from 96th Street to Delancey and handle every type of personality imaginable. At PawCity, we lead lives full of the unconditional love and happiness we receive from the furballs we get to spend time with everyday.</p></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" data-css=\"tve-u-15ec2a56438\" style=\"width: 343px; left: 0px;\" id=\"getyourcoupon\" wfd-id=\"85\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ec2a5bb35\" wfd-id=\"100\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec2a5540e\" wfd-id=\"86\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ec2a80647\" wfd-id=\"87\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15ec2a9b8a9\" wfd-id=\"99\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ec2a81a9f\" wfd-id=\"88\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2a6f589\" wfd-id=\"97\"><p data-css=\"tve-u-15ec2a6b447\"><span data-css=\"tve-u-15ec2a6d9d8\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"98\"><strong>Get Your Coupon</strong></span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2aaa9a4\" wfd-id=\"95\"><p data-css=\"tve-u-15ec2ab1d6d\">We strive to keep both you and your pup as happy and comfortable as possible while youâ€™re out earning those big bucks.</p><p data-css=\"tve-u-15ec2ab1d82\"><br></p><p data-css=\"tve-u-15ec2aa8e2e\"><strong>Get <span data-css=\"tve-u-15ec2aafa24\" style=\"color: rgb(89, 171, 227);\" wfd-id=\"96\">20%</span> off your first walk. Enter your email and we\'ll send you your coupon.</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ec2abe257\" wfd-id=\"89\">\n<div class=\"tve-content-box-background\" wfd-id=\"94\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ec2acb421\" wfd-id=\"90\"><div class=\"thrv_wrapper thrv-button tve_ea_thrive_lightbox\" data-css=\"tve-u-15ec2ac01df\" data-tcb_hover_state_parent=\"false\" data-button-style=\"full_rounded\" wfd-id=\"91\">\n<a href=\"#\" class=\"tcb-button-link tve_evt_manager_listen tve_et_click\" data-tcb-events=\"__TCB_EVENT_[{&quot;config&quot;:{&quot;l_anim&quot;:&quot;zoom_in&quot;,&quot;l_id&quot;:&quot;265&quot;},&quot;a&quot;:&quot;thrive_lightbox&quot;,&quot;t&quot;:&quot;click&quot;}]_TNEVE_BCT__\">\n<span class=\"tcb-button-texts\" wfd-id=\"92\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-15ebe925072\" wfd-id=\"93\">Get Your Coupon Now</span></span>\n</a>\n</div></div>\n</div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-15ec2b0a32a\" id=\"areaweserve\" wfd-id=\"68\">\n<div class=\"tve-page-section-out\" wfd-id=\"84\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15f76fcb7df\" wfd-id=\"69\"><div class=\"thrv_wrapper thrv-columns\" style=\"\" data-css=\"tve-u-15ee103f44a\" wfd-id=\"70\"><div class=\"tcb-flex-row tcb--cols--2 tcb-medium-wrap v-2 tcb-resized\" data-css=\"tve-u-15ec2ae8715\" wfd-id=\"71\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-165b7cefd8d\" style=\"\" wfd-id=\"77\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec2b37666\" wfd-id=\"79\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"82\"><p data-css=\"tve-u-15ec2af6c4b\"><span data-css=\"tve-u-15ec2af6c4e\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"83\">area we serve</span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"80\"><p>As a small team of experienced dog owners and lovers, we really get to know you and your dog and we canguarantee consistent and personal care that is equal to your love and attention.</p><p><br></p><p><strong><span data-css=\"tve-u-15ec2afed17\" style=\"color: rgb(89, 171, 227);\" wfd-id=\"81\">We are so excited to make you a part of the family!</span></strong></p></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-165b7cefdbe\" style=\"\" wfd-id=\"72\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec2b33f06\" wfd-id=\"74\"><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-15ec2b3b468\" wfd-id=\"76\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=port saint lucie, fl&amp;t=m&amp;z=8&amp;output=embed&amp;iwloc=near\"></iframe>\n</div><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-15ec2b3b468\" wfd-id=\"75\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=port saint lucie, fl&amp;t=m&amp;z=9&amp;output=embed&amp;iwloc=near\"></iframe>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" data-css=\"tve-u-15ec2b5d54c\" style=\"width: 343px; left: 0px;\" id=\"contact\" wfd-id=\"31\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ec2b56fac\" wfd-id=\"67\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec2b54c99\" wfd-id=\"32\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1602b31dfcd\" wfd-id=\"33\"><div class=\"tcb-flex-row tcb-resized tcb-medium-wrap tcb--cols--3\" data-css=\"tve-u-1602b37ce9d\" wfd-id=\"34\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1602be453ec\" style=\"\" wfd-id=\"61\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"63\"><div class=\"tcb-clear\" data-css=\"tve-u-1602bff3cd5\" wfd-id=\"64\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec2b6e126\" wfd-id=\"65\"><span class=\"tve_image_frame\" wfd-id=\"66\"><img class=\"tve_image wp-image-25564\" alt=\"\" width=\"142\" height=\"44\" title=\"logo_pawcity\" data-id=\"25564\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/logo_pawcity.png\"></span></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1602be45437\" style=\"\" wfd-id=\"48\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1602be56dfc\" wfd-id=\"50\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1602bfebaf9\" wfd-id=\"51\">\n<div class=\"tve-content-box-background\" wfd-id=\"60\"></div>\n<div class=\"tve-cb\" wfd-id=\"52\"><div class=\"tcb-clear\" data-css=\"tve-u-1602bf36e2c\" wfd-id=\"58\"><div class=\"thrv_wrapper tve_image_caption tcb-mobile-hidden\" data-css=\"tve-u-1602be7db66\" data-float=\"1\" wfd-id=\"59\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-7369\" alt=\"\" width=\"64\" height=\"64\" title=\"location\" data-id=\"7369\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/location.png\" style=\"width: 100%;\"></span></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1602bf25f10\" wfd-id=\"53\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1602befe215\" wfd-id=\"54\"><p data-css=\"tve-u-1602bfa220e\"><strong><span data-css=\"tve-u-1602b324a9b\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"57\">67 E. 3rd Street</span></strong><span data-css=\"tve-u-1602b324a9c\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"56\"> </span><span data-css=\"tve-u-1602b324ab9\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"55\">Suite B New York, NY 10003</span></p></div></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1602be4545b\" style=\"\" wfd-id=\"35\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"37\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1602bfea280\" wfd-id=\"38\">\n<div class=\"tve-content-box-background\" wfd-id=\"47\"></div>\n<div class=\"tve-cb\" wfd-id=\"39\"><div class=\"tcb-clear\" data-css=\"tve-u-1602bfc4bea\" wfd-id=\"45\"><div class=\"thrv_wrapper tve_image_caption tcb-mobile-hidden\" data-css=\"tve-u-1602bec144e\" data-float=\"1\" wfd-id=\"46\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-7370\" alt=\"\" width=\"64\" height=\"64\" title=\"phone\" data-id=\"7370\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/phone.png\" style=\"width: 100%;\"></span></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1602bfc74c3\" wfd-id=\"40\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1602b332fd9\" data-float=\"1\" wfd-id=\"41\"><p><strong><span data-css=\"tve-u-1602b324a9b\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"44\">080</span></strong><span data-css=\"tve-u-1602b324a9c\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"43\"> </span><span data-css=\"tve-u-1602b324ab9\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"42\">708 5583</span></p></div></div></div>\n</div></div></div></div></div></div>\n</div>'),(2662,272,'tve_revision_tve_has_wistia_popover','0'),(3115,301,'tve_revision_tve_landing_page','tcb2-one-page-site-dog-walking'),(3116,301,'tve_revision_tve_disable_theme_dependency',''),(2986,293,'tve_revision_tve_disable_theme_dependency',''),(2843,281,'tve_revision_tve_landing_page','tcb2-one-page-site-dog-walking'),(2811,279,'tve_revision_tve_landing_page','tcb2-one-page-site-dog-walking'),(2738,275,'tve_revision_tve_landing_page','tcb2-one-page-site-dog-walking'),(2739,275,'tve_revision_tve_disable_theme_dependency',''),(2740,275,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv-page-section\" style=\"\" wfd-id=\"221\" data-css=\"tve-u-165b813034a\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ebe5d7b44\" wfd-id=\"241\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ebe51d596\" wfd-id=\"222\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15ec3055cca\" wfd-id=\"223\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2\" data-css=\"tve-u-15ebe8a2edd\" wfd-id=\"224\"><div class=\"tcb-flex-col\" wfd-id=\"235\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec30518d3\" wfd-id=\"237\"><div class=\"tcb-clear\" data-css=\"tve-u-15ecc95760b\" wfd-id=\"238\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ebe70a25b\" wfd-id=\"239\"><span class=\"tve_image_frame\" wfd-id=\"240\"><img class=\"tve_image wp-image-25564\" alt=\"\" width=\"142\" height=\"44\" title=\"logo_pawcity\" data-id=\"25564\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/logo_pawcity.png\"></span></div></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"225\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec313e743\" data-tcb_hover_state_parent=\"\" wfd-id=\"227\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone tcb-tablet-hidden tcb-mobile-hidden\" style=\"\" wfd-id=\"228\"><p data-css=\"tve-u-15f002fa8f6\"><span data-css=\"tve-u-15f0034f748\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"234\"><a href=\"#whatwedo\">What We Do</a></span>&nbsp; &nbsp; <span data-css=\"tve-u-15f003606db\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"233\"><a href=\"#testimonials\">Testimonials</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f003655f8\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"232\"><a href=\"#aboutus\">About Us</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f00369f5e\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"231\"><a href=\"#getyourcoupon\">Get Your Coupon</a></span>&nbsp; &nbsp; <span data-css=\"tve-u-15f0064f814\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"230\"><a href=\"#areaweserve\">Area We Serve</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f003784ab\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"229\"><a href=\"#contact\">Contact</a></span></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ebe8abb9e\" wfd-id=\"196\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ebe8a4d78\" data-clip-id=\"335f47a4c8f92\" wfd-id=\"220\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-left-335f47a4c8f92\" class=\"decoration-clip clip-path-left\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" pointer-width=\"6\" pointer-height=\"2.5\" style=\"curves\" decoration-type=\"none\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon><ellipse cx=\"0.025\" cy=\"0.029412\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.08823600000000001\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.14706\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.205884\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.264708\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.323532\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.38235600000000003\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.44118\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.500004\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.558828\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.617652\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.676476\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.7353000000000001\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.794124\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.852948\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.911772\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.970596\" rx=\"0.025\" ry=\"0.029412\"></ellipse></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ebe72c974\" wfd-id=\"197\"><div class=\"thrv_wrapper thrv-columns tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec318421d\" wfd-id=\"198\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-15ebe738fb8\" wfd-id=\"199\"><div class=\"tcb-flex-col\" wfd-id=\"217\"><div class=\"tcb-col\" data-css=\"tve-u-15ebe73226c\" wfd-id=\"219\"></div></div><div class=\"tcb-flex-col\" wfd-id=\"200\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ebe89fb7a\" wfd-id=\"202\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ebe827cb3\" wfd-id=\"203\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15ebe830a90\" data-clip-id=\"bb2526ca261ae\" wfd-id=\"216\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-left-bb2526ca261ae\" class=\"decoration-clip clip-path-left\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"divider\" pointer-width=\"5.7\" pointer-height=\"2.5\" style=\"curves\" slanted-angle=\"5\"><polygon points=\"0.025 0, 0.025 1, 1 1, 1 0\"></polygon><ellipse cx=\"0.025\" cy=\"0.027778\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.083334\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.13889\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.194446\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.250002\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.305558\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.361114\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.41667\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.47222600000000003\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.527782\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.583338\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.638894\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.69445\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.7500060000000001\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.805562\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.861118\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.916674\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.97223\" rx=\"0.025\" ry=\"0.027778\"></ellipse></clipPath><clipPath id=\"clip-tablet-left-bb2526ca261ae\" class=\"decoration-clip clip-path-tablet-left\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"divider\" pointer-width=\"5.7\" pointer-height=\"4\" style=\"curves\" slanted-angle=\"5\"><polygon points=\"0.04 0, 0.04 1, 1 1, 1 0\"></polygon><ellipse cx=\"0.04\" cy=\"0.027778\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.083334\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.13889\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.194446\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.250002\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.305558\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.361114\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.41667\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.47222600000000003\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.527782\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.583338\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.638894\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.69445\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.7500060000000001\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.805562\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.861118\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.916674\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.97223\" rx=\"0.04\" ry=\"0.027778\"></ellipse></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ebe80a9a1\" wfd-id=\"204\"><div class=\"tcb-clear\" data-css=\"tve-u-15ebe8ee6c0\" wfd-id=\"214\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15ebe8edca2\" data-tag=\"h1\" wfd-id=\"215\"><h1 data-css=\"tve-u-15ebe90cfb0\">Happy dogs =<br>â€‹â€‹â€‹â€‹â€‹happâ€‹â€‹â€‹â€‹y owners</h1></div></div><div class=\"tcb-clear\" data-css=\"tve-u-15ec30a8a14\" wfd-id=\"212\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ebe906677\" wfd-id=\"213\"><p data-css=\"tve-u-15ebe905473\">Offer your dog a premium walking experience</p></div></div><div class=\"tcb-clear\" data-css=\"tve-u-15ebe955aaa\" wfd-id=\"205\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ebe916c34\" wfd-id=\"206\">\n<div class=\"tve-content-box-background\" wfd-id=\"211\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ec3152b02\" wfd-id=\"207\"><div class=\"thrv_wrapper thrv-button tve_ea_thrive_lightbox\" data-css=\"tve-u-15ebe91a626\" data-tcb_hover_state_parent=\"false\" data-button-style=\"full_rounded\" wfd-id=\"208\">\n<a href=\"#\" class=\"tcb-button-link tve_evt_manager_listen tve_et_click\" data-tcb-events=\"__TCB_EVENT_[{&quot;config&quot;:{&quot;l_anim&quot;:&quot;zoom_in&quot;,&quot;l_id&quot;:&quot;265&quot;},&quot;a&quot;:&quot;thrive_lightbox&quot;,&quot;t&quot;:&quot;click&quot;}]_TNEVE_BCT__\">\n<span class=\"tcb-button-texts\" wfd-id=\"209\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-15ebe925072\" wfd-id=\"210\">Get -20% On Your First Walk</span></span>\n</a>\n</div></div>\n</div></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec3017516\" wfd-id=\"191\">\n<div class=\"tve-page-section-out\" wfd-id=\"195\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ebea3a693\" wfd-id=\"192\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15ebea49c0c\" id=\"whatwedo\" data-tag=\"h1\" wfd-id=\"194\"><h1 data-css=\"tve-u-15ebea42b31\" style=\"text-align: center;\">What We Do</h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2448fdb\" wfd-id=\"193\"><p data-css=\"tve-u-15ec2443105\" style=\"text-align: center;\">Our goal is to make sure the owners are comforted, the pups are exercised and happy and that we are getting our own puppy fixes. But letâ€™s be honest- itâ€™s their world, weâ€™re just living in it! As a small team of experienced dog owners and lovers, we really get to know you and your dog and we canguarantee consistent and personal care that is equal to your love and attention. We are so excited to make you a part of the family!</p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" wfd-id=\"162\">\n<div class=\"tve-page-section-out\" wfd-id=\"190\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ee1211b9b\" wfd-id=\"163\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15ee121a6d1\" wfd-id=\"164\"><div class=\"tcb-flex-row tcb--cols--3 tcb-medium-wrap\" data-css=\"tve-u-15ee121fb1c\" wfd-id=\"165\"><div class=\"tcb-flex-col\" wfd-id=\"182\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ee1225fdf\" wfd-id=\"184\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec2477274\" wfd-id=\"188\"><span class=\"tve_image_frame\" wfd-id=\"189\"><img class=\"tve_image wp-image-1596\" alt=\"\" width=\"55\" height=\"73\" title=\"what_do_icon_01\" data-id=\"1596\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_01.png\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"187\"><p data-css=\"tve-u-15ec2481d17\"><strong>First Class Care</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"186\"><p data-css=\"tve-u-15ec2487407\">all the best for them</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2492191\" wfd-id=\"185\"><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"174\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ee1232726\" wfd-id=\"176\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec24ae116\" wfd-id=\"180\"><span class=\"tve_image_frame\" wfd-id=\"181\"><img class=\"tve_image wp-image-1597\" alt=\"\" width=\"73\" height=\"73\" title=\"what_do_icon_02\" data-id=\"1597\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_02.png\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"179\"><p data-css=\"tve-u-15ec2481d17\"><strong>Snacks Included</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"178\"><p data-css=\"tve-u-15ec2487407\">for your little one</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec3192f72\" wfd-id=\"177\"><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"166\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ee1237243\" wfd-id=\"168\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec24d5e15\" wfd-id=\"172\"><span class=\"tve_image_frame\" wfd-id=\"173\"><img class=\"tve_image wp-image-1598\" alt=\"\" width=\"65\" height=\"73\" title=\"what_do_icon_03\" data-id=\"1598\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_03.png\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"171\"><p data-css=\"tve-u-15ec2481d17\"><strong>Regularly walks</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"170\"><p data-css=\"tve-u-15ec2487407\">to keep them ealthy</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2492191\" wfd-id=\"169\"><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris.</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-15ec24f494c\" id=\"testimonials\" style=\"\" wfd-id=\"142\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ec24f97c0\" wfd-id=\"161\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec24f790d\" wfd-id=\"143\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15ec254985a\" style=\"\" wfd-id=\"144\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-15ec253a41f\" wfd-id=\"145\"><div class=\"tcb-flex-col\" wfd-id=\"149\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec253ef3a\" style=\"\" wfd-id=\"151\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec256e611\" style=\"\" wfd-id=\"154\"><p data-css=\"tve-u-15ec25610c7\"><span data-css=\"tve-u-15ec268a0a3\" style=\"font-size: 45px; color: rgb(89, 171, 227);\" wfd-id=\"159\"><span data-css=\"tve-u-15ec26760e9\" style=\"font-family: ABeeZee;\" wfd-id=\"160\">â€</span></span><span data-css=\"tve-u-15ec256b908\" style=\"font-family: &quot;Amatic SC&quot;;\" wfd-id=\"158\">&nbsp; &nbsp; &nbsp;</span><span data-css=\"tve-u-15ec2680494\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"156\"><span data-css=\"tve-u-15ec269379d\" style=\"font-size: 45px;\" wfd-id=\"157\">my chester enjoys being with them!</span> &nbsp; &nbsp;&nbsp;</span><span data-css=\"tve-u-15ec255fe12\" style=\"font-family: ABeeZee; font-weight: 400; color: rgb(89, 171, 227); font-size: 45px;\" wfd-id=\"155\">â€</span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2698d8d\" wfd-id=\"153\"><p data-css=\"tve-u-160266880a0\">We LOVE going for walks with our friends at Paw! Donâ€™t tell our mom &amp; dad,but we get really excited when they leave for work because we know it wonâ€™t be long before we get a visit from one of our favorite friends at PawCity! Best part is, they always let our parents know how ourwalk went right away so they dont have to worry about us!</p><p data-css=\"tve-u-15ec269736c\">We love you PawCity!! xoxo</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec26ab7b0\" style=\"\" wfd-id=\"152\"><p data-css=\"tve-u-15ec26a92a2\"><strong>Anna Olson</strong>, Chesterâ€™s Mom</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"146\"><div class=\"tcb-col\" wfd-id=\"148\"></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec26c390a\" id=\"aboutus\" wfd-id=\"137\">\n<div class=\"tve-page-section-out\" wfd-id=\"141\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec26b9914\" wfd-id=\"138\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15ee1037a1d\" data-tag=\"h1\" wfd-id=\"140\"><h1 data-css=\"tve-u-15ec26bd2e8\">About us</h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec31ba260\" wfd-id=\"139\"><p data-css=\"tve-u-15ec2443105\" style=\"text-align: center;\">At PawCity, we lead lives full of the unconditional love and happiness we receive from the furballs we get to spend time with everyday and we have this beautiful city and all the beautiful people in it to thank. We love you and your pups!!</p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec26ec232\" wfd-id=\"106\">\n<div class=\"tve-page-section-out\" wfd-id=\"136\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec26e5812\" wfd-id=\"107\"><div class=\"thrv_wrapper thrv-columns tcb-window-width\" style=\"width: 1603px; left: -1px;\" data-css=\"tve-u-15ee106257d\" wfd-id=\"108\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2\" data-css=\"tve-u-15ec26fee25\" wfd-id=\"109\"><div class=\"tcb-flex-col c-33\" wfd-id=\"131\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec2a38bfd\" wfd-id=\"133\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec2a33d71\" wfd-id=\"134\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"135\"><img class=\"tve_image wp-image-7399\" alt=\"\" width=\"830\" height=\"775\" title=\"about_us_dog\" data-id=\"7399\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/about_us_dog.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col c-66\" wfd-id=\"110\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec27075e1\" wfd-id=\"112\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160309f3e5d\" wfd-id=\"125\">\n<div class=\"tve-content-box-background\" wfd-id=\"130\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160309b397d\" wfd-id=\"126\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-160309b00b4\" data-float=\"1\" wfd-id=\"128\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"129\"><img class=\"tve_image wp-image-7404\" alt=\"\" width=\"64\" height=\"64\" title=\"dog_paw\" data-id=\"7404\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/dog_paw.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16030a08afd\" wfd-id=\"127\"><p>We moved to New York City with our black bulldog rescue, Blakely, in 2007 after graduating from the University of Maryland. Immediately, we realized what a dog-crazy place it was.</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160309f6c04\" wfd-id=\"119\">\n<div class=\"tve-content-box-background\" wfd-id=\"124\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160309b397d\" wfd-id=\"120\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-160309ddca8\" data-float=\"1\" wfd-id=\"122\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"123\"><img class=\"tve_image wp-image-7403\" alt=\"\" width=\"64\" height=\"64\" title=\"dog_house\" data-id=\"7403\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/dog_house.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16030a09626\" wfd-id=\"121\"><p>We knew right away that we wanted to work with the animals that we loved and that had given us so much love since we were little girls. We started PawCity Dog Walking in July of 2010.</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16030975307\" wfd-id=\"113\">\n<div class=\"tve-content-box-background\" wfd-id=\"118\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160309b397d\" wfd-id=\"114\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16030a013d7\" data-float=\"1\" wfd-id=\"116\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"117\"><img class=\"tve_image wp-image-7405\" alt=\"\" width=\"64\" height=\"64\" title=\"spinning_wheel\" data-id=\"7405\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/spinning_wheel.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160309b344b\" wfd-id=\"115\"><p>We cover the entire width of the East Side, from 96th Street to Delancey and handle every type of personality imaginable. At PawCity, we lead lives full of the unconditional love and happiness we receive from the furballs we get to spend time with everyday.</p></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" data-css=\"tve-u-15ec2a56438\" style=\"width: 1603px; left: 0px;\" id=\"getyourcoupon\" wfd-id=\"90\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ec2a5bb35\" wfd-id=\"105\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec2a5540e\" wfd-id=\"91\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ec2a80647\" wfd-id=\"92\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15ec2a9b8a9\" wfd-id=\"104\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ec2a81a9f\" wfd-id=\"93\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2a6f589\" wfd-id=\"102\"><p data-css=\"tve-u-15ec2a6b447\"><span data-css=\"tve-u-15ec2a6d9d8\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"103\"><strong>Get Your Coupon</strong></span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2aaa9a4\" wfd-id=\"100\"><p data-css=\"tve-u-15ec2ab1d6d\">We strive to keep both you and your pup as happy and comfortable as possible while youâ€™re out earning those big bucks.</p><p data-css=\"tve-u-15ec2ab1d82\"><br></p><p data-css=\"tve-u-15ec2aa8e2e\"><strong>Get <span data-css=\"tve-u-15ec2aafa24\" style=\"color: rgb(89, 171, 227);\" wfd-id=\"101\">20%</span> off your first walk. Enter your email and we\'ll send you your coupon.</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ec2abe257\" wfd-id=\"94\">\n<div class=\"tve-content-box-background\" wfd-id=\"99\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ec2acb421\" wfd-id=\"95\"><div class=\"thrv_wrapper thrv-button tve_ea_thrive_lightbox\" data-css=\"tve-u-15ec2ac01df\" data-tcb_hover_state_parent=\"false\" data-button-style=\"full_rounded\" wfd-id=\"96\">\n<a href=\"#\" class=\"tcb-button-link tve_evt_manager_listen tve_et_click\" data-tcb-events=\"__TCB_EVENT_[{&quot;config&quot;:{&quot;l_anim&quot;:&quot;zoom_in&quot;,&quot;l_id&quot;:&quot;265&quot;},&quot;a&quot;:&quot;thrive_lightbox&quot;,&quot;t&quot;:&quot;click&quot;}]_TNEVE_BCT__\">\n<span class=\"tcb-button-texts\" wfd-id=\"97\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-15ebe925072\" wfd-id=\"98\">Get Your Coupon Now</span></span>\n</a>\n</div></div>\n</div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-15ec2b0a32a\" id=\"areaweserve\" wfd-id=\"74\">\n<div class=\"tve-page-section-out\" wfd-id=\"89\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15f76fcb7df\" wfd-id=\"75\"><div class=\"thrv_wrapper thrv-columns\" style=\"\" data-css=\"tve-u-15ee103f44a\" wfd-id=\"76\"><div class=\"tcb-flex-row tcb--cols--2 tcb-medium-wrap\" data-css=\"tve-u-15ec2ae8715\" wfd-id=\"77\"><div class=\"tcb-flex-col c-33\" wfd-id=\"82\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec2b37666\" wfd-id=\"84\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"87\"><p data-css=\"tve-u-15ec2af6c4b\"><span data-css=\"tve-u-15ec2af6c4e\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"88\">area we serve</span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"85\"><p>As a small team of experienced dog owners and lovers, we really get to know you and your dog and we canguarantee consistent and personal care that is equal to your love and attention.</p><p><br></p><p><strong><span data-css=\"tve-u-15ec2afed17\" style=\"color: rgb(89, 171, 227);\" wfd-id=\"86\">We are so excited to make you a part of the family!</span></strong></p></div></div></div><div class=\"tcb-flex-col c-66\" wfd-id=\"78\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec2b33f06\" wfd-id=\"80\"><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-15ec2b3b468\" wfd-id=\"81\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=blakely, united states&amp;t=m&amp;z=11&amp;output=embed&amp;iwloc=near\"></iframe>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" data-css=\"tve-u-15ec2b5d54c\" style=\"width: 1603px; left: 0px;\" id=\"contact\" wfd-id=\"35\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ec2b56fac\" wfd-id=\"73\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec2b54c99\" wfd-id=\"36\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1602b31dfcd\" wfd-id=\"37\"><div class=\"tcb-flex-row tcb-resized tcb-medium-wrap tcb--cols--3\" data-css=\"tve-u-1602b37ce9d\" wfd-id=\"38\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1602be453ec\" style=\"\" wfd-id=\"67\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"69\"><div class=\"tcb-clear\" data-css=\"tve-u-1602bff3cd5\" wfd-id=\"70\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec2b6e126\" wfd-id=\"71\"><span class=\"tve_image_frame\" wfd-id=\"72\"><img class=\"tve_image wp-image-25564\" alt=\"\" width=\"142\" height=\"44\" title=\"logo_pawcity\" data-id=\"25564\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/logo_pawcity.png\"></span></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1602be45437\" style=\"\" wfd-id=\"53\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1602be56dfc\" wfd-id=\"55\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1602bfebaf9\" wfd-id=\"56\">\n<div class=\"tve-content-box-background\" wfd-id=\"66\"></div>\n<div class=\"tve-cb\" wfd-id=\"57\"><div class=\"tcb-clear\" data-css=\"tve-u-1602bf36e2c\" wfd-id=\"63\"><div class=\"thrv_wrapper tve_image_caption tcb-mobile-hidden\" data-css=\"tve-u-1602be7db66\" data-float=\"1\" wfd-id=\"64\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"65\"><img class=\"tve_image wp-image-7369\" alt=\"\" width=\"64\" height=\"64\" title=\"location\" data-id=\"7369\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/location.png\" style=\"width: 100%;\"></span></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1602bf25f10\" wfd-id=\"58\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1602befe215\" wfd-id=\"59\"><p data-css=\"tve-u-1602bfa220e\"><strong><span data-css=\"tve-u-1602b324a9b\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"62\">67 E. 3rd Street</span></strong><span data-css=\"tve-u-1602b324a9c\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"61\"> </span><span data-css=\"tve-u-1602b324ab9\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"60\">Suite B New York, NY 10003</span></p></div></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1602be4545b\" style=\"\" wfd-id=\"39\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"41\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1602bfea280\" wfd-id=\"42\">\n<div class=\"tve-content-box-background\" wfd-id=\"52\"></div>\n<div class=\"tve-cb\" wfd-id=\"43\"><div class=\"tcb-clear\" data-css=\"tve-u-1602bfc4bea\" wfd-id=\"49\"><div class=\"thrv_wrapper tve_image_caption tcb-mobile-hidden\" data-css=\"tve-u-1602bec144e\" data-float=\"1\" wfd-id=\"50\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"51\"><img class=\"tve_image wp-image-7370\" alt=\"\" width=\"64\" height=\"64\" title=\"phone\" data-id=\"7370\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/phone.png\" style=\"width: 100%;\"></span></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1602bfc74c3\" wfd-id=\"44\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1602b332fd9\" data-float=\"1\" wfd-id=\"45\"><p><strong><span data-css=\"tve-u-1602b324a9b\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"48\">080</span></strong><span data-css=\"tve-u-1602b324a9c\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"47\"> </span><span data-css=\"tve-u-1602b324ab9\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"46\">708 5583</span></p></div></div></div>\n</div></div></div></div></div></div>\n</div>'),(2664,273,'tve_revision_tve_disable_theme_dependency',''),(2665,273,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv-page-section\" style=\"z-index: 8;\" wfd-id=\"227\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ebe5d7b44\" wfd-id=\"269\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ebe51d596\" style=\"z-index: 8;\" wfd-id=\"228\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15ec3055cca\" wfd-id=\"229\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized\" data-css=\"tve-u-15ebe8a2edd\" wfd-id=\"230\"><div class=\"tcb-flex-col\" data-css=\"tve-u-165b7e34349\" style=\"\" wfd-id=\"263\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec30518d3\" wfd-id=\"265\"><div class=\"tcb-clear\" data-css=\"tve-u-15ecc95760b\" wfd-id=\"266\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ebe70a25b\" wfd-id=\"267\"><span class=\"tve_image_frame\" wfd-id=\"268\"><img class=\"tve_image wp-image-25564\" alt=\"\" width=\"142\" height=\"44\" title=\"logo_pawcity\" data-id=\"25564\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/logo_pawcity.png\"></span></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-165b7e3437c\" style=\"z-index: 8;\" wfd-id=\"231\"><div class=\"tcb-col\" style=\"z-index: 8;\" data-css=\"tve-u-165b7e86806\" wfd-id=\"233\"><div class=\"thrv_wrapper thrv_widget_menu tve-custom-menu-upgrade tve-mobile-dropdown     tve-dropdown-icon-style_1\" data-tve-style=\"tve_horizontal\" data-tve-switch-icon=\"none\" data-css=\"tve-u-165b7dbb826\" style=\"z-index: 8;\" wfd-id=\"234\">	<div class=\"thrive-shortcode-config\" style=\"display: none !important\" wfd-id=\"262\">__CONFIG_widget_menu__{\"menu_id\":\"4\",\"color\":\"tve_red\",\"dir\":\"tve_horizontal\",\"font_class\":\"\",\"font_size\":\"\",\"ul_attr\":\"\",\"link_attr\":\"\",\"top_link_attr\":\"\",\"trigger_attr\":\"\",\"primary\":\"\",\"head_css\":\"\",\"background_hover\":\"\",\"main_hover\":\"\",\"child_hover\":\"\",\"group_edit\":[],\"menu_style\":\"\",\"dropdown_icon\":\"style_1\",\"mobile_side\":\"\",\"mobile_icon\":\"\",\"switch_to_icon\":\"none\"}__CONFIG_widget_menu__</div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ebe8abb9e\" wfd-id=\"200\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ebe8a4d78\" data-clip-id=\"335f47a4c8f92\" wfd-id=\"226\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-left-335f47a4c8f92\" class=\"decoration-clip clip-path-left\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" pointer-width=\"6\" pointer-height=\"2.5\" style=\"curves\" decoration-type=\"none\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon><ellipse cx=\"0.025\" cy=\"0.029412\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.08823600000000001\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.14706\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.205884\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.264708\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.323532\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.38235600000000003\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.44118\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.500004\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.558828\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.617652\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.676476\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.7353000000000001\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.794124\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.852948\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.911772\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.970596\" rx=\"0.025\" ry=\"0.029412\"></ellipse></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ebe72c974\" wfd-id=\"201\"><div class=\"thrv_wrapper thrv-columns tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec318421d\" wfd-id=\"202\"><div class=\"tcb-flex-row tcb--cols--2 tcb-resized\" data-css=\"tve-u-15ebe738fb8\" wfd-id=\"203\"><div class=\"tcb-flex-col\" data-css=\"tve-u-165b7d7585c\" style=\"\" wfd-id=\"223\"><div class=\"tcb-col\" data-css=\"tve-u-15ebe73226c\" wfd-id=\"225\"></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-165b7d75889\" style=\"\" wfd-id=\"204\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ebe89fb7a\" wfd-id=\"206\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ebe827cb3\" data-value-type=\"percent\" wfd-id=\"207\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15ebe830a90\" data-clip-id=\"bb2526ca261ae\" wfd-id=\"222\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-left-bb2526ca261ae\" class=\"decoration-clip clip-path-left\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"none\" pointer-width=\"7\" pointer-height=\"2.5\" style=\"curves\" slanted-angle=\"5\" clip-path=\"url(#clip-bottom-bb2526ca261ae)\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon><ellipse cx=\"0.025\" cy=\"0.035714\" rx=\"0.025\" ry=\"0.035714\"></ellipse><ellipse cx=\"0.025\" cy=\"0.10714200000000002\" rx=\"0.025\" ry=\"0.035714\"></ellipse><ellipse cx=\"0.025\" cy=\"0.17857\" rx=\"0.025\" ry=\"0.035714\"></ellipse><ellipse cx=\"0.025\" cy=\"0.24999800000000003\" rx=\"0.025\" ry=\"0.035714\"></ellipse><ellipse cx=\"0.025\" cy=\"0.32142600000000005\" rx=\"0.025\" ry=\"0.035714\"></ellipse><ellipse cx=\"0.025\" cy=\"0.39285400000000004\" rx=\"0.025\" ry=\"0.035714\"></ellipse><ellipse cx=\"0.025\" cy=\"0.46428200000000003\" rx=\"0.025\" ry=\"0.035714\"></ellipse><ellipse cx=\"0.025\" cy=\"0.53571\" rx=\"0.025\" ry=\"0.035714\"></ellipse><ellipse cx=\"0.025\" cy=\"0.6071380000000001\" rx=\"0.025\" ry=\"0.035714\"></ellipse><ellipse cx=\"0.025\" cy=\"0.678566\" rx=\"0.025\" ry=\"0.035714\"></ellipse><ellipse cx=\"0.025\" cy=\"0.749994\" rx=\"0.025\" ry=\"0.035714\"></ellipse><ellipse cx=\"0.025\" cy=\"0.8214220000000001\" rx=\"0.025\" ry=\"0.035714\"></ellipse><ellipse cx=\"0.025\" cy=\"0.89285\" rx=\"0.025\" ry=\"0.035714\"></ellipse><ellipse cx=\"0.025\" cy=\"0.9642780000000001\" rx=\"0.025\" ry=\"0.035714\"></ellipse></clipPath><clipPath id=\"clip-tablet-left-bb2526ca261ae\" class=\"decoration-clip clip-path-tablet-left\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"divider\" pointer-width=\"5.7\" pointer-height=\"4\" style=\"curves\" slanted-angle=\"5\" clip-path=\"url(#clip-bottom-bb2526ca261ae)\"><polygon points=\"0.04 0, 0.04 1, 1 1, 1 0\"></polygon><ellipse cx=\"0.04\" cy=\"0.027778\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.083334\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.13889\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.194446\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.250002\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.305558\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.361114\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.41667\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.47222600000000003\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.527782\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.583338\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.638894\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.69445\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.7500060000000001\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.805562\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.861118\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.916674\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.97223\" rx=\"0.04\" ry=\"0.027778\"></ellipse></clipPath><clipPath id=\"clip-bottom-bb2526ca261ae\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"none\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ebe80a9a1\" wfd-id=\"208\"><div class=\"tcb-clear\" data-css=\"tve-u-15ebe8ee6c0\" wfd-id=\"218\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15ebe8edca2\" data-tag=\"h1\" wfd-id=\"219\"><h1 data-css=\"tve-u-15ebe90cfb0\">Happy dogs =<br>â€‹â€‹â€‹â€‹â€‹happâ€‹â€‹â€‹â€‹y owners</h1></div></div><div class=\"tcb-clear\" data-css=\"tve-u-15ec30a8a14\" wfd-id=\"216\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ebe906677\" wfd-id=\"217\"><p data-css=\"tve-u-15ebe905473\">Offer your dog a premium walking experience</p></div></div><div class=\"tcb-clear\" data-css=\"tve-u-15ebe955aaa\" wfd-id=\"209\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ebe916c34\" wfd-id=\"210\">\n<div class=\"tve-content-box-background\" wfd-id=\"215\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ec3152b02\" wfd-id=\"211\"><div class=\"thrv_wrapper thrv-button tve_ea_thrive_lightbox\" data-css=\"tve-u-15ebe91a626\" data-tcb_hover_state_parent=\"false\" data-button-style=\"full_rounded\" wfd-id=\"212\">\n<a href=\"#\" class=\"tcb-button-link tve_evt_manager_listen tve_et_click\" data-tcb-events=\"__TCB_EVENT_[{&quot;config&quot;:{&quot;l_anim&quot;:&quot;zoom_in&quot;,&quot;l_id&quot;:&quot;265&quot;},&quot;a&quot;:&quot;thrive_lightbox&quot;,&quot;t&quot;:&quot;click&quot;}]_TNEVE_BCT__\">\n<span class=\"tcb-button-texts\" wfd-id=\"213\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-15ebe925072\" wfd-id=\"214\">Get -20% On Your First Walk</span></span>\n</a>\n</div></div>\n</div></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec3017516\" wfd-id=\"193\">\n<div class=\"tve-page-section-out\" wfd-id=\"199\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ebea3a693\" wfd-id=\"194\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15ebea49c0c\" id=\"whatwedo\" data-tag=\"h1\" wfd-id=\"196\"><h1 data-css=\"tve-u-15ebea42b31\" style=\"text-align: center;\">What We Do</h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2448fdb\" wfd-id=\"195\"><p data-css=\"tve-u-15ec2443105\" style=\"text-align: center;\">Our goal is to make sure the owners are comforted, the pups are exercised and happy and that we are getting our own puppy fixes. But letâ€™s be honest- itâ€™s their world, weâ€™re just living in it! As a small team of experienced dog owners and lovers, we really get to know you and your dog and we canguarantee consistent and personal care that is equal to your love and attention. We are so excited to make you a part of the family!</p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" wfd-id=\"164\">\n<div class=\"tve-page-section-out\" wfd-id=\"192\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ee1211b9b\" wfd-id=\"165\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15ee121a6d1\" wfd-id=\"166\"><div class=\"tcb-flex-row tcb--cols--3 tcb-medium-wrap\" data-css=\"tve-u-15ee121fb1c\" wfd-id=\"167\"><div class=\"tcb-flex-col\" wfd-id=\"184\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ee1225fdf\" wfd-id=\"186\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec2477274\" wfd-id=\"190\"><span class=\"tve_image_frame\" wfd-id=\"191\"><img class=\"tve_image wp-image-1596\" alt=\"\" width=\"55\" height=\"73\" title=\"what_do_icon_01\" data-id=\"1596\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_01.png\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"189\"><p data-css=\"tve-u-15ec2481d17\"><strong>First Class Care</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"188\"><p data-css=\"tve-u-15ec2487407\">all the best for them</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2492191\" wfd-id=\"187\"><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"176\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ee1232726\" wfd-id=\"178\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec24ae116\" wfd-id=\"182\"><span class=\"tve_image_frame\" wfd-id=\"183\"><img class=\"tve_image wp-image-1597\" alt=\"\" width=\"73\" height=\"73\" title=\"what_do_icon_02\" data-id=\"1597\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_02.png\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"181\"><p data-css=\"tve-u-15ec2481d17\"><strong>Snacks Included</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"180\"><p data-css=\"tve-u-15ec2487407\">for your little one</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec3192f72\" wfd-id=\"179\"><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"168\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ee1237243\" wfd-id=\"170\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec24d5e15\" wfd-id=\"174\"><span class=\"tve_image_frame\" wfd-id=\"175\"><img class=\"tve_image wp-image-1598\" alt=\"\" width=\"65\" height=\"73\" title=\"what_do_icon_03\" data-id=\"1598\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_03.png\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"173\"><p data-css=\"tve-u-15ec2481d17\"><strong>Regularly walks</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"172\"><p data-css=\"tve-u-15ec2487407\">to keep them ealthy</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2492191\" wfd-id=\"171\"><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris.</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-15ec24f494c\" id=\"testimonials\" style=\"\" wfd-id=\"144\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ec24f97c0\" wfd-id=\"163\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec24f790d\" wfd-id=\"145\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15ec254985a\" style=\"\" wfd-id=\"146\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-15ec253a41f\" wfd-id=\"147\"><div class=\"tcb-flex-col\" wfd-id=\"151\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec253ef3a\" style=\"\" wfd-id=\"153\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec256e611\" style=\"\" wfd-id=\"156\"><p data-css=\"tve-u-15ec25610c7\"><span data-css=\"tve-u-15ec268a0a3\" style=\"font-size: 45px; color: rgb(89, 171, 227);\" wfd-id=\"161\"><span data-css=\"tve-u-15ec26760e9\" style=\"font-family: ABeeZee;\" wfd-id=\"162\">â€</span></span><span data-css=\"tve-u-15ec256b908\" style=\"font-family: &quot;Amatic SC&quot;;\" wfd-id=\"160\">&nbsp; &nbsp; &nbsp;</span><span data-css=\"tve-u-15ec2680494\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"158\"><span data-css=\"tve-u-15ec269379d\" style=\"font-size: 45px;\" wfd-id=\"159\">my chester enjoys being with them!</span> &nbsp; &nbsp;&nbsp;</span><span data-css=\"tve-u-15ec255fe12\" style=\"font-family: ABeeZee; font-weight: 400; color: rgb(89, 171, 227); font-size: 45px;\" wfd-id=\"157\">â€</span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2698d8d\" wfd-id=\"155\"><p data-css=\"tve-u-160266880a0\">We LOVE going for walks with our friends at Paw! Donâ€™t tell our mom &amp; dad,but we get really excited when they leave for work because we know it wonâ€™t be long before we get a visit from one of our favorite friends at PawCity! Best part is, they always let our parents know how ourwalk went right away so they dont have to worry about us!</p><p data-css=\"tve-u-15ec269736c\">We love you PawCity!! xoxo</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec26ab7b0\" style=\"\" wfd-id=\"154\"><p data-css=\"tve-u-15ec26a92a2\"><strong>Anna Olson</strong>, Chesterâ€™s Mom</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"148\"><div class=\"tcb-col\" wfd-id=\"150\"></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec26c390a\" id=\"aboutus\" wfd-id=\"139\">\n<div class=\"tve-page-section-out\" wfd-id=\"143\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec26b9914\" wfd-id=\"140\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15ee1037a1d\" data-tag=\"h1\" wfd-id=\"142\"><h1 data-css=\"tve-u-15ec26bd2e8\">About us</h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec31ba260\" wfd-id=\"141\"><p data-css=\"tve-u-15ec2443105\" style=\"text-align: center;\">At PawCity, we lead lives full of the unconditional love and happiness we receive from the furballs we get to spend time with everyday and we have this beautiful city and all the beautiful people in it to thank. We love you and your pups!!</p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec26ec232\" wfd-id=\"108\">\n<div class=\"tve-page-section-out\" wfd-id=\"138\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec26e5812\" wfd-id=\"109\"><div class=\"thrv_wrapper thrv-columns tcb-window-width\" style=\"width: 1603px; left: -1px;\" data-css=\"tve-u-15ee106257d\" wfd-id=\"110\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2\" data-css=\"tve-u-15ec26fee25\" wfd-id=\"111\"><div class=\"tcb-flex-col c-33\" wfd-id=\"133\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec2a38bfd\" wfd-id=\"135\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec2a33d71\" wfd-id=\"136\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"137\"><img class=\"tve_image wp-image-7399\" alt=\"\" width=\"830\" height=\"775\" title=\"about_us_dog\" data-id=\"7399\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/about_us_dog.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col c-66\" wfd-id=\"112\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec27075e1\" wfd-id=\"114\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160309f3e5d\" wfd-id=\"127\">\n<div class=\"tve-content-box-background\" wfd-id=\"132\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160309b397d\" wfd-id=\"128\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-160309b00b4\" data-float=\"1\" wfd-id=\"130\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"131\"><img class=\"tve_image wp-image-7404\" alt=\"\" width=\"64\" height=\"64\" title=\"dog_paw\" data-id=\"7404\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/dog_paw.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16030a08afd\" wfd-id=\"129\"><p>We moved to New York City with our black bulldog rescue, Blakely, in 2007 after graduating from the University of Maryland. Immediately, we realized what a dog-crazy place it was.</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160309f6c04\" wfd-id=\"121\">\n<div class=\"tve-content-box-background\" wfd-id=\"126\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160309b397d\" wfd-id=\"122\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-160309ddca8\" data-float=\"1\" wfd-id=\"124\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"125\"><img class=\"tve_image wp-image-7403\" alt=\"\" width=\"64\" height=\"64\" title=\"dog_house\" data-id=\"7403\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/dog_house.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16030a09626\" wfd-id=\"123\"><p>We knew right away that we wanted to work with the animals that we loved and that had given us so much love since we were little girls. We started PawCity Dog Walking in July of 2010.</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16030975307\" wfd-id=\"115\">\n<div class=\"tve-content-box-background\" wfd-id=\"120\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160309b397d\" wfd-id=\"116\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16030a013d7\" data-float=\"1\" wfd-id=\"118\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"119\"><img class=\"tve_image wp-image-7405\" alt=\"\" width=\"64\" height=\"64\" title=\"spinning_wheel\" data-id=\"7405\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/spinning_wheel.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160309b344b\" wfd-id=\"117\"><p>We cover the entire width of the East Side, from 96th Street to Delancey and handle every type of personality imaginable. At PawCity, we lead lives full of the unconditional love and happiness we receive from the furballs we get to spend time with everyday.</p></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" data-css=\"tve-u-15ec2a56438\" style=\"width: 1603px; left: 0px;\" id=\"getyourcoupon\" wfd-id=\"92\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ec2a5bb35\" wfd-id=\"107\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec2a5540e\" wfd-id=\"93\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ec2a80647\" wfd-id=\"94\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15ec2a9b8a9\" wfd-id=\"106\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ec2a81a9f\" wfd-id=\"95\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2a6f589\" wfd-id=\"104\"><p data-css=\"tve-u-15ec2a6b447\"><span data-css=\"tve-u-15ec2a6d9d8\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"105\"><strong>Get Your Coupon</strong></span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2aaa9a4\" wfd-id=\"102\"><p data-css=\"tve-u-15ec2ab1d6d\">We strive to keep both you and your pup as happy and comfortable as possible while youâ€™re out earning those big bucks.</p><p data-css=\"tve-u-15ec2ab1d82\"><br></p><p data-css=\"tve-u-15ec2aa8e2e\"><strong>Get <span data-css=\"tve-u-15ec2aafa24\" style=\"color: rgb(89, 171, 227);\" wfd-id=\"103\">20%</span> off your first walk. Enter your email and we\'ll send you your coupon.</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ec2abe257\" wfd-id=\"96\">\n<div class=\"tve-content-box-background\" wfd-id=\"101\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ec2acb421\" wfd-id=\"97\"><div class=\"thrv_wrapper thrv-button tve_ea_thrive_lightbox\" data-css=\"tve-u-15ec2ac01df\" data-tcb_hover_state_parent=\"false\" data-button-style=\"full_rounded\" wfd-id=\"98\">\n<a href=\"#\" class=\"tcb-button-link tve_evt_manager_listen tve_et_click\" data-tcb-events=\"__TCB_EVENT_[{&quot;config&quot;:{&quot;l_anim&quot;:&quot;zoom_in&quot;,&quot;l_id&quot;:&quot;265&quot;},&quot;a&quot;:&quot;thrive_lightbox&quot;,&quot;t&quot;:&quot;click&quot;}]_TNEVE_BCT__\">\n<span class=\"tcb-button-texts\" wfd-id=\"99\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-15ebe925072\" wfd-id=\"100\">Get Your Coupon Now</span></span>\n</a>\n</div></div>\n</div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-15ec2b0a32a\" id=\"areaweserve\" wfd-id=\"75\">\n<div class=\"tve-page-section-out\" wfd-id=\"91\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15f76fcb7df\" wfd-id=\"76\"><div class=\"thrv_wrapper thrv-columns\" style=\"\" data-css=\"tve-u-15ee103f44a\" wfd-id=\"77\"><div class=\"tcb-flex-row tcb--cols--2 tcb-medium-wrap v-2 tcb-resized\" data-css=\"tve-u-15ec2ae8715\" wfd-id=\"78\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-165b7cefd8d\" style=\"\" wfd-id=\"84\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec2b37666\" wfd-id=\"86\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"89\"><p data-css=\"tve-u-15ec2af6c4b\"><span data-css=\"tve-u-15ec2af6c4e\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"90\">area we serve</span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"87\"><p>As a small team of experienced dog owners and lovers, we really get to know you and your dog and we canguarantee consistent and personal care that is equal to your love and attention.</p><p><br></p><p><strong><span data-css=\"tve-u-15ec2afed17\" style=\"color: rgb(89, 171, 227);\" wfd-id=\"88\">We are so excited to make you a part of the family!</span></strong></p></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-165b7cefdbe\" style=\"\" wfd-id=\"79\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec2b33f06\" wfd-id=\"81\"><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-15ec2b3b468\" wfd-id=\"83\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=port saint lucie, fl&amp;t=m&amp;z=8&amp;output=embed&amp;iwloc=near\"></iframe>\n</div><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-15ec2b3b468\" wfd-id=\"82\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=port saint lucie, fl&amp;t=m&amp;z=9&amp;output=embed&amp;iwloc=near\"></iframe>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" data-css=\"tve-u-15ec2b5d54c\" style=\"width: 1603px; left: 0px;\" id=\"contact\" wfd-id=\"36\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ec2b56fac\" wfd-id=\"74\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec2b54c99\" wfd-id=\"37\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1602b31dfcd\" wfd-id=\"38\"><div class=\"tcb-flex-row tcb-resized tcb-medium-wrap tcb--cols--3\" data-css=\"tve-u-1602b37ce9d\" wfd-id=\"39\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1602be453ec\" style=\"\" wfd-id=\"68\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"70\"><div class=\"tcb-clear\" data-css=\"tve-u-1602bff3cd5\" wfd-id=\"71\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec2b6e126\" wfd-id=\"72\"><span class=\"tve_image_frame\" wfd-id=\"73\"><img class=\"tve_image wp-image-25564\" alt=\"\" width=\"142\" height=\"44\" title=\"logo_pawcity\" data-id=\"25564\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/logo_pawcity.png\"></span></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1602be45437\" style=\"\" wfd-id=\"54\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1602be56dfc\" wfd-id=\"56\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1602bfebaf9\" wfd-id=\"57\">\n<div class=\"tve-content-box-background\" wfd-id=\"67\"></div>\n<div class=\"tve-cb\" wfd-id=\"58\"><div class=\"tcb-clear\" data-css=\"tve-u-1602bf36e2c\" wfd-id=\"64\"><div class=\"thrv_wrapper tve_image_caption tcb-mobile-hidden\" data-css=\"tve-u-1602be7db66\" data-float=\"1\" wfd-id=\"65\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"66\"><img class=\"tve_image wp-image-7369\" alt=\"\" width=\"64\" height=\"64\" title=\"location\" data-id=\"7369\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/location.png\" style=\"width: 100%;\"></span></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1602bf25f10\" wfd-id=\"59\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1602befe215\" wfd-id=\"60\"><p data-css=\"tve-u-1602bfa220e\"><strong><span data-css=\"tve-u-1602b324a9b\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"63\">67 E. 3rd Street</span></strong><span data-css=\"tve-u-1602b324a9c\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"62\"> </span><span data-css=\"tve-u-1602b324ab9\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"61\">Suite B New York, NY 10003</span></p></div></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1602be4545b\" style=\"\" wfd-id=\"40\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"42\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1602bfea280\" wfd-id=\"43\">\n<div class=\"tve-content-box-background\" wfd-id=\"53\"></div>\n<div class=\"tve-cb\" wfd-id=\"44\"><div class=\"tcb-clear\" data-css=\"tve-u-1602bfc4bea\" wfd-id=\"50\"><div class=\"thrv_wrapper tve_image_caption tcb-mobile-hidden\" data-css=\"tve-u-1602bec144e\" data-float=\"1\" wfd-id=\"51\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"52\"><img class=\"tve_image wp-image-7370\" alt=\"\" width=\"64\" height=\"64\" title=\"phone\" data-id=\"7370\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/phone.png\" style=\"width: 100%;\"></span></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1602bfc74c3\" wfd-id=\"45\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1602b332fd9\" data-float=\"1\" wfd-id=\"46\"><p><strong><span data-css=\"tve-u-1602b324a9b\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"49\">080</span></strong><span data-css=\"tve-u-1602b324a9c\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"48\"> </span><span data-css=\"tve-u-1602b324ab9\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"47\">708 5583</span></p></div></div></div>\n</div></div></div></div></div></div>\n</div>'),(2666,273,'tve_revision_tve_content_more_found',''),(2667,273,'tve_revision_tve_save_post',''),(2668,273,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Montserrat:400,200,300&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Amatic+SC:400&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=ABeeZee:400&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-160309b397d\"]::after { clear: both; }[data-css=\"tve-u-160309b344b\"] { position: relative !important; margin-left: 100px !important; }[data-css=\"tve-u-160309b00b4\"] + div { clear: none; }[data-css=\"tve-u-160309b00b4\"] { float: none; width: 60px; position: absolute; margin-bottom: 0px !important; margin-top: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-16030975307\"] { max-width: 75%; margin-left: 80px !important; }[data-css=\"tve-u-1602bfa220e\"] { line-height: 1.85em !important; }[data-css=\"tve-u-1602be7db66\"] { float: left; width: 40px; z-index: 3; position: relative; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1602be56dfc\"]::after { clear: both; }[data-css=\"tve-u-1602be4545b\"] { max-width: 25%; }[data-css=\"tve-u-1602be45437\"] { max-width: 48.1%; }[data-css=\"tve-u-1602be453ec\"] { max-width: 26.9%; }[data-css=\"tve-u-1602b37ce9d\"] > .tcb-flex-col > .tcb-col { justify-content: center; }[data-css=\"tve-u-1602b332fd9\"] { max-width: 264px; position: relative; float: right; z-index: 3; width: 100%; padding-left: 1px !important; margin-top: 1px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1602b324a9c\"] { color: rgb(74, 163, 223) !important; }[data-css=\"tve-u-1602b324a9b\"] { color: rgb(74, 163, 223) !important; }[data-css=\"tve-u-1602b31dfcd\"] { max-width: 1296px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15f76fcb7df\"] { max-width: 100%; }[data-css=\"tve-u-15ee121fb1c\"] .tcb-flex-col { flex-basis: 285px !important; }[data-css=\"tve-u-15ec30a8a14\"]::after { clear: both; }#tve_editor [data-css=\"tve-u-15ebe90cfb0\"] { font-size: 96px !important; }[data-css=\"tve-u-15ee1237243\"] { box-shadow: rgba(73, 137, 181, 0.15) -3px 7px 69px 10px; }[data-css=\"tve-u-15ee1232726\"] { box-shadow: rgba(73, 137, 181, 0.15) -3px 7px 69px 10px; }[data-css=\"tve-u-15ee121fb1c\"] > .tcb-flex-col > .tcb-col { min-height: 503px; }[data-css=\"tve-u-15ee1225fdf\"] { box-shadow: rgba(73, 137, 181, 0.15) -3px 7px 69px 10px; }[data-css=\"tve-u-15ee121fb1c\"] { margin-left: -60px; min-height: inherit; }[data-css=\"tve-u-15ee121fb1c\"] > .tcb-flex-col { padding-left: 60px; }[data-css=\"tve-u-15ee121a6d1\"] { float: none; max-width: 1296px; text-align: center; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ee1211b9b\"] { max-width: 1603px; text-align: center; }[data-css=\"tve-u-15ec26fee25\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-15ee106257d\"] { max-width: 100%; }[data-css=\"tve-u-15ec3055cca\"] { max-width: 1370px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ee103f44a\"] { float: none; max-width: 1200px; border: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ee1037a1d\"] { float: none; max-width: 1296px; margin-left: auto !important; margin-right: auto !important; }#tve_editor [data-css=\"tve-u-15ec2ac01df\"]:hover .tcb-button-link { box-shadow: rgba(73, 137, 181, 0.25) -3px 7px 73px 18px; background-color: rgb(149, 250, 201) !important; }#tve_editor [data-css=\"tve-u-15ebe91a626\"]:hover .tcb-button-link { box-shadow: rgba(73, 137, 181, 0.25) -3px 7px 73px 18px; border: 0px dashed rgb(255, 255, 255); background-color: rgb(149, 250, 201) !important; font-weight: normal !important; background-image: none !important; }[data-css=\"tve-u-15ebe8a2edd\"] > .tcb-flex-col > .tcb-col { justify-content: center; }[data-css=\"tve-u-15ec3017516\"] { margin-top: 60px !important; padding-bottom: 50px !important; }[data-css=\"tve-u-15ec2b6e126\"] { width: 142px; }[data-css=\"tve-u-15ec2b5d54c\"] { margin-top: 83px !important; }[data-css=\"tve-u-15ec2b56fac\"] { background-image: linear-gradient(rgb(25, 46, 60), rgb(25, 46, 60)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-15ec2b54c99\"] { max-width: 1586px; min-height: 100px !important; }[data-css=\"tve-u-15ec2b3b468\"] { box-shadow: rgba(89, 171, 227, 0.15) -3px 7px 69px 10px; margin-top: 0px !important; margin-bottom: 0px !important; margin-left: 38px !important; }[data-css=\"tve-u-15ec2b37666\"] { margin-top: 114px !important; }[data-css=\"tve-u-15ec2b33f06\"] { padding-left: 0px !important; }[data-css=\"tve-u-15ec2b0a32a\"] { margin-top: 76px !important; }[data-css=\"tve-u-15ec2ae8715\"] > .tcb-flex-col { padding-left: 13px; }[data-css=\"tve-u-15ec2afed17\"] { color: rgb(89, 171, 227) !important; }[data-css=\"tve-u-15ec2ae8715\"] { float: none; max-width: 1453px; margin-left: -13px; min-height: inherit; margin-right: auto !important; padding-left: 15px !important; padding-right: 15px !important; }[data-css=\"tve-u-15ec2acb421\"] { min-height: 162px; }[data-css=\"tve-u-15ec2aafa24\"] { color: rgb(89, 171, 227) !important; }[data-css=\"tve-u-15ec2aaa9a4\"] { float: none; max-width: 1440px; margin-left: auto !important; margin-right: auto !important; margin-top: 25px !important; }#tve_editor [data-css=\"tve-u-15ec2aa8e2e\"] { letter-spacing: 1px; color: rgb(255, 255, 255) !important; font-size: 20px !important; }[data-css=\"tve-u-15ec2a9b8a9\"] { border: 1px solid rgb(89, 171, 227) !important; }[data-css=\"tve-u-15ec2a81a9f\"] { min-height: 162px; }[data-css=\"tve-u-15ec2a80647\"] { float: none; max-width: 97%; margin-left: auto !important; margin-right: auto !important; margin-top: 55px !important; }[data-css=\"tve-u-15ec2a6f589\"] { float: none; max-width: 1440px; margin-top: 55px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2a6d9d8\"] { font-family: \"Amatic SC\" !important; font-weight: 400 !important; }#tve_editor [data-css=\"tve-u-15ec2a6b447\"] { color: rgb(89, 171, 227) !important; font-size: 70px !important; }[data-css=\"tve-u-15ec2a5bb35\"] { background-image: linear-gradient(rgba(28, 54, 85, 0.8), rgba(28, 54, 85, 0.8)), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/coupon_background.jpg\") !important; background-size: auto, cover !important; background-position: 0px 0px, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-15ec2a56438\"] { margin-top: 69px !important; }[data-css=\"tve-u-15ec2a5540e\"] { max-width: 100%; text-align: center; min-height: 561px !important; }[data-css=\"tve-u-15ec2a38bfd\"] { margin-right: 0px !important; padding-right: 0px !important; margin-left: 0px !important; }[data-css=\"tve-u-15ec2a33d71\"] { width: 830px; position: relative; top: 0px; left: 40px; z-index: 7; float: none; padding-right: 0px !important; padding-left: 0px !important; }[data-css=\"tve-u-15ec27075e1\"] { border-left: 1px solid rgb(232, 238, 241); border-top: 1px solid rgb(232, 238, 241); border-bottom: 1px solid rgb(232, 238, 241); }[data-css=\"tve-u-15ec26fee25\"] > .tcb-flex-col > .tcb-col { min-height: 612px; }[data-css=\"tve-u-15ec26fee25\"] { min-height: inherit; margin-left: 0px; padding-top: 0px !important; padding-bottom: 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-15ec26ec232\"] { margin-top: 66px !important; }[data-css=\"tve-u-15ec26e5812\"] { max-width: 100%; min-height: 586px !important; }[data-css=\"tve-u-15ec26c390a\"] { margin-top: 60px !important; }#tve_editor [data-css=\"tve-u-15ec26bd2e8\"] { color: rgb(24, 45, 60) !important; font-size: 70px !important; }[data-css=\"tve-u-15ec26b9914\"] { max-width: 1434px; text-align: center; }[data-css=\"tve-u-15ec26ab7b0\"] { margin-top: 67px !important; }#tve_editor [data-css=\"tve-u-15ec26a92a2\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15ec2698d8d\"] { float: none; max-width: 600px; margin-left: auto !important; margin-right: auto !important; margin-top: 30px !important; }#tve_editor [data-css=\"tve-u-15ec269736c\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15ec269379d\"] { font-size: 45px !important; }[data-css=\"tve-u-15ec268a0a3\"] { font-size: 45px !important; color: rgb(89, 171, 227) !important; }[data-css=\"tve-u-15ec256e611\"] { margin-top: 0px !important; }#tve_editor [data-css=\"tve-u-15ec25610c7\"] { font-size: 40px !important; color: rgb(89, 171, 227) !important; }[data-css=\"tve-u-15ec255fe12\"] { font-family: ABeeZee !important; font-weight: 400 !important; color: rgb(89, 171, 227) !important; font-size: 45px !important; }[data-css=\"tve-u-15ec254985a\"] { margin-right: 0px !important; }[data-css=\"tve-u-15ec253ef3a\"] { text-align: center; background-image: linear-gradient(rgba(24, 45, 60, 0.95), rgba(24, 45, 60, 0.95)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; margin-top: 0px !important; padding-top: 130px !important; padding-bottom: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-15ec253a41f\"] > .tcb-flex-col > .tcb-col { min-height: 661px; }[data-css=\"tve-u-15ec253a41f\"] { min-height: inherit; float: none; max-width: 1474px; z-index: 3; position: relative; padding-top: 0px !important; padding-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; padding-right: 0px !important; }[data-css=\"tve-u-15ec24f97c0\"] { background-image: linear-gradient(rgba(42, 51, 68, 0.1), rgba(42, 51, 68, 0.1)), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/testimonial_bg.jpg\") !important; background-size: auto, cover !important; background-position: 0px 0px, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-15ec24f790d\"] { min-height: 661px !important; }[data-css=\"tve-u-15ec24f494c\"] { margin-top: 60px !important; }[data-css=\"tve-u-15ec24d5e15\"] + div { clear: none; }[data-css=\"tve-u-15ec24d5e15\"] { float: none; width: 65px; margin-left: auto !important; margin-right: auto !important; margin-top: 40px !important; }[data-css=\"tve-u-15ec24ae116\"] + div { clear: none; }[data-css=\"tve-u-15ec24ae116\"] { float: none; width: 73px; margin-left: auto !important; margin-right: auto !important; margin-top: 40px !important; }[data-css=\"tve-u-15ec249b3f6\"] { line-height: 1.9em !important; }[data-css=\"tve-u-15ec2492191\"] { margin-left: 25px !important; margin-right: 25px !important; margin-top: 25px !important; }#tve_editor [data-css=\"tve-u-15ec2487407\"] { text-transform: uppercase !important; color: rgb(135, 156, 171) !important; font-size: 17px !important; }#tve_editor [data-css=\"tve-u-15ec2481d17\"] { font-size: 20px !important; }[data-css=\"tve-u-15ec2477274\"] + div { clear: none; }[data-css=\"tve-u-15ec2477274\"] { float: none; width: 55px; margin-left: auto !important; margin-right: auto !important; margin-top: 40px !important; }[data-css=\"tve-u-15ec2448fdb\"] { float: none; max-width: 1296px; margin-top: 10px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2443105\"] { line-height: 1.8em !important; }[data-css=\"tve-u-15ebea49c0c\"] { float: none; max-width: 1440px; margin-left: auto !important; margin-right: auto !important; margin-top: 0px !important; }#tve_editor [data-css=\"tve-u-15ebea42b31\"] { color: rgb(24, 45, 60) !important; font-size: 70px !important; }[data-css=\"tve-u-15ebea3a693\"] { max-width: 1434px; }[data-css=\"tve-u-15ebe955aaa\"]::after { clear: both; }#tve_editor [data-css=\"tve-u-15ebe925072\"] { font-family: Montserrat; letter-spacing: 0px; font-weight: 400; font-size: 20px !important; color: rgb(24, 45, 60) !important; }[data-css=\"tve-u-15ebe91a626\"] { display: block; max-width: 423px; margin-left: 50px !important; margin-right: 0px !important; }[data-css=\"tve-u-15ebe91a626\"] .tcb-button-link { border-radius: 200px; min-height: 67.1429px; font-size: 1.6em; padding-top: 0px; padding-bottom: 0px; background-color: rgb(105, 240, 174) !important; padding-left: 15px !important; background-image: none !important; }[data-css=\"tve-u-15ebe916c34\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 733px; }[data-css=\"tve-u-15ebe90cfb0\"] { line-height: 1.1em !important; }[data-css=\"tve-u-15ebe906677\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 669px; margin-left: 50px !important; margin-top: 40px !important; }#tve_editor [data-css=\"tve-u-15ebe905473\"] { font-size: 22px !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15ebe8ee6c0\"]::after { clear: both; }[data-css=\"tve-u-15ebe8edca2\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 722px; padding-left: 0px !important; margin-left: 50px !important; margin-top: 104px !important; }[data-css=\"tve-u-15ebe8abb9e\"] { padding: 0px !important; }[data-css=\"tve-u-15ebe8a4d78\"] { clip-path: url(\"#clip-left-335f47a4c8f92\"); -webkit-clip-path: url(\"#clip-left-335f47a4c8f92\");  }[data-css=\"tve-u-15ebe8a2edd\"] { padding-bottom: 15px !important; padding-top: 15px !important; }[data-css=\"tve-u-15ebe89fb7a\"] { margin-left: -35px !important; }[data-css=\"tve-u-15ebe830a90\"] { clip-path: url(\"#clip-left-bb2526ca261ae\"); -webkit-clip-path: url(\"#clip-left-bb2526ca261ae\");  border: none; background-image: linear-gradient(rgb(89, 171, 227), rgb(89, 171, 227)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-15ebe827cb3\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 0px !important; }[data-css=\"tve-u-15ebe80a9a1\"] { min-height: 729px; }[data-css=\"tve-u-15ebe738fb8\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-15ebe738fb8\"] > .tcb-flex-col > .tcb-col { min-height: 729px; }[data-css=\"tve-u-15ebe738fb8\"] { min-height: inherit; margin-left: 0px; padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-15ebe73226c\"] { background-image: none !important; }[data-css=\"tve-u-15ebe72c974\"] { max-width: 1620px; }[data-css=\"tve-u-15ebe70a25b\"] { width: 142px; margin-top: 20px !important; padding-left: 0px !important; margin-left: 30px !important; }[data-css=\"tve-u-15ebe5d7b44\"] { background-image: linear-gradient(rgb(0, 0, 0), rgb(0, 0, 0)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-15ebe51d596\"] { max-width: 100%; min-height: 100px !important; }#tcb_landing_page h3 { font-family: Montserrat; font-weight: 200; font-size: 20px; color: rgb(0, 0, 0); }#tcb_landing_page h2 { font-family: \"Amatic SC\"; font-weight: 400; font-size: 70px; color: rgb(0, 0, 0); }#tcb_landing_page h1 { font-family: \"Amatic SC\"; font-weight: 400; font-size: 96px; color: rgb(0, 0, 0); }#tcb_landing_page p, #tcb_landing_page li { font-family: Montserrat; font-weight: 200; color: rgb(0, 0, 0); font-size: 18px; line-height: 1.667em; }[data-css=\"tve-u-15e09c94f7d\"] { background-color: rgb(255, 255, 255); }[data-css=\"tve-u-15ec256b908\"] { font-family: \"Amatic SC\" !important; font-weight: 400 !important; }[data-css=\"tve-u-15ec26760e9\"] { font-family: ABeeZee !important; font-weight: 400 !important; }[data-css=\"tve-u-15ec2680494\"] { font-family: \"Amatic SC\" !important; font-weight: 400 !important; }#tve_editor [data-css=\"tve-u-15ec2ab1d6d\"] { letter-spacing: 1px; color: rgb(255, 255, 255) !important; font-size: 20px !important; }#tve_editor [data-css=\"tve-u-15ec2ab1d82\"] { letter-spacing: 1px; color: rgb(255, 255, 255) !important; font-size: 20px !important; }[data-css=\"tve-u-15ec2abe257\"] { float: none; z-index: 3; position: relative; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2ac01df\"] { display: block; max-width: 423px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2ac01df\"] .tcb-button-link { border-radius: 200px; min-height: 67.1429px; font-size: 1.6em; padding-top: 0px; padding-bottom: 0px; background-color: rgb(105, 240, 174) !important; padding-left: 15px !important; }#tve_editor [data-css=\"tve-u-15ec2af6c4b\"] { color: rgb(24, 45, 60) !important; font-size: 70px !important; }[data-css=\"tve-u-15ec2af6c4e\"] { font-family: \"Amatic SC\" !important; font-weight: 400 !important; }[data-css=\"tve-u-15ec3192f72\"] { margin-left: 25px !important; margin-right: 25px !important; margin-top: 25px !important; }[data-css=\"tve-u-15ec31ba260\"] { float: none; max-width: 1296px; margin-top: 10px !important; margin-left: auto !important; margin-right: auto !important; }#tcb_landing_page a:hover:not(.tcb-button-link) { color: rgb(89, 171, 227); }#tcb_landing_page .tve-state-hovera:not(.tcb-button-link) { color: rgb(89, 171, 227); }#tve_editor [data-css=\"tve-u-160266880a0\"] { color: rgb(255, 255, 255) !important; font-family: Montserrat !important; }[data-css=\"tve-u-1602b324ab9\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1602bec144e\"] { width: 36px; float: left; z-index: 3; position: static; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1602befe215\"] { max-width: 386px; position: relative !important; padding-left: 1px !important; margin-top: 0px !important; margin-left: 50px !important; }[data-css=\"tve-u-160309ddca8\"] + div { clear: none; }[data-css=\"tve-u-160309ddca8\"] { float: none; width: 60px; position: absolute; margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-160309f3e5d\"] { max-width: 75%; margin-left: 80px !important; margin-top: 60px !important; margin-bottom: 40px !important; }[data-css=\"tve-u-160309f6c04\"] { max-width: 75%; margin-left: 80px !important; margin-top: 60px !important; margin-bottom: 80px !important; }[data-css=\"tve-u-16030a013d7\"] + div { clear: none; }[data-css=\"tve-u-16030a013d7\"] { float: none; width: 60px; position: absolute; margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-16030a08afd\"] { position: relative !important; margin-left: 100px !important; }[data-css=\"tve-u-16030a09626\"] { position: relative !important; margin-left: 100px !important; }#tcb_landing_page a.tve-state-hover:not(.tcb-button-link) { color: rgb(89, 171, 227); }[data-css=\"tve-u-15ec2ae8715\"] > .tcb-flex-col > .tcb-col { min-height: 10px; }[data-css=\"tve-u-165b7cefd8d\"] { max-width: 42.3%; }[data-css=\"tve-u-165b7cefdbe\"] { max-width: 57.7%; }[data-css=\"tve-u-165b7d7585c\"] { max-width: 58.4%; }[data-css=\"tve-u-165b7d75889\"] { max-width: 41.6%; }[data-css=\"tve-u-165b7dbb826\"] { float: none; width: 100%; z-index: 3; position: relative; margin: -1px auto 0px !important; padding-top: 0px !important; }#tcb_landing_page h4 { color: rgb(0, 0, 0); }#tcb_landing_page h5 { color: rgb(0, 0, 0); }#tcb_landing_page h6 { color: rgb(0, 0, 0); }#tcb_landing_page .tcb-plain-text { color: rgb(0, 0, 0); }#tcb_landing_page a:not(.tcb-button-link) { color: rgb(0, 0, 0); }#tve_editor [data-css=\"tve-u-165b7dbb826\"] #menu-item-109 > a { fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; font-size: 14px !important; }#tve_editor [data-css=\"tve-u-165b7dbb826\"] #menu-item-102 > a { fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; font-size: 14px !important; }#tve_editor [data-css=\"tve-u-165b7dbb826\"] #menu-item-103 > a { fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; font-size: 14px !important; }#tve_editor [data-css=\"tve-u-165b7dbb826\"] #menu-item-104 > a { fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; font-size: 14px !important; }#tve_editor [data-css=\"tve-u-165b7dbb826\"] #menu-item-153 > a { fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; font-size: 14px !important; }[data-css=\"tve-u-165b7e34349\"] { max-width: 32.6%; }[data-css=\"tve-u-165b7e3437c\"] { max-width: 67.4%; }[data-css=\"tve-u-165b7dbb826\"] #menu-item-109 > a { font-weight: bold !important; }[data-css=\"tve-u-165b7dbb826\"] #menu-item-102 > a { font-weight: bold !important; }[data-css=\"tve-u-165b7dbb826\"] #menu-item-103 > a { font-weight: bold !important; }[data-css=\"tve-u-165b7dbb826\"] #menu-item-104 > a { font-weight: bold !important; }[data-css=\"tve-u-165b7dbb826\"] #menu-item-153 > a { font-weight: bold !important; }[data-css=\"tve-u-165b7dbb826\"] #menu-item-109 { padding-left: 20px !important; padding-right: 20px !important; }[data-css=\"tve-u-165b7dbb826\"] #menu-item-102 { padding-left: 20px !important; padding-right: 20px !important; }[data-css=\"tve-u-165b7dbb826\"] #menu-item-103 { padding-left: 20px !important; padding-right: 20px !important; }[data-css=\"tve-u-165b7dbb826\"] #menu-item-104 { padding-left: 20px !important; padding-right: 20px !important; }[data-css=\"tve-u-165b7dbb826\"] #menu-item-153 { padding-left: 20px !important; padding-right: 20px !important; }#tve_editor [data-css=\"tve-u-165b7dbb826\"] #menu-item-109:hover > a { fill: rgb(21, 174, 241) !important; color: rgb(21, 174, 241) !important; }#tve_editor [data-css=\"tve-u-165b7dbb826\"] #menu-item-102:hover > a { fill: rgb(21, 174, 241) !important; color: rgb(21, 174, 241) !important; }#tve_editor [data-css=\"tve-u-165b7dbb826\"] #menu-item-103:hover > a { fill: rgb(21, 174, 241) !important; color: rgb(21, 174, 241) !important; }#tve_editor [data-css=\"tve-u-165b7dbb826\"] #menu-item-104:hover > a { fill: rgb(21, 174, 241) !important; color: rgb(21, 174, 241) !important; }#tve_editor [data-css=\"tve-u-165b7dbb826\"] #menu-item-153:hover > a { fill: rgb(21, 174, 241) !important; color: rgb(21, 174, 241) !important; }#tve_editor [data-css=\"tve-u-165b7dbb826\"] #menu-item-109:hover { background-color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-165b7dbb826\"] #menu-item-102:hover { background-color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-165b7dbb826\"] #menu-item-103:hover { background-color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-165b7dbb826\"] #menu-item-104:hover { background-color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-165b7dbb826\"] #menu-item-153:hover { background-color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-165b7e86806\"] p, #tve_editor [data-css=\"tve-u-165b7e86806\"] li, #tve_editor [data-css=\"tve-u-165b7e86806\"] blockquote, #tve_editor [data-css=\"tve-u-165b7e86806\"] address, #tve_editor [data-css=\"tve-u-165b7e86806\"] .tcb-plain-text, #tve_editor [data-css=\"tve-u-165b7e86806\"] label { font-size: 3px; }#tve_editor [data-css=\"tve-u-165b7e86806\"] p, #tve_editor [data-css=\"tve-u-165b7e86806\"] li, #tve_editor [data-css=\"tve-u-165b7e86806\"] blockquote, #tve_editor [data-css=\"tve-u-165b7e86806\"] address, #tve_editor [data-css=\"tve-u-165b7e86806\"] .tcb-plain-text, #tve_editor [data-css=\"tve-u-165b7e86806\"] label, #tve_editor [data-css=\"tve-u-165b7e86806\"] h1, #tve_editor [data-css=\"tve-u-165b7e86806\"] h2, #tve_editor [data-css=\"tve-u-165b7e86806\"] h3, #tve_editor [data-css=\"tve-u-165b7e86806\"] h4, #tve_editor [data-css=\"tve-u-165b7e86806\"] h5, #tve_editor [data-css=\"tve-u-165b7e86806\"] h6 { color: rgb(255, 255, 255); }[data-css=\"tve-u-165b7e86806\"] { text-align: left; }}@media (max-width: 1023px){[data-css=\"tve-u-1602b332fd9\"] { float: none; max-width: 121px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1602befe215\"] { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1602b37ce9d\"] .tcb-flex-col { flex-basis: 420px !important; }[data-css=\"tve-u-1602bec144e\"] { float: none; z-index: 3; position: relative; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1602be7db66\"] { float: none; z-index: 3; position: relative; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2a38bfd\"] { text-align: left; }[data-css=\"tve-u-15ec27075e1\"] { margin-top: 0px !important; }[data-css=\"tve-u-15ee1237243\"] { margin-top: 52px !important; }[data-css=\"tve-u-15ee121a6d1\"] { margin-left: 33px !important; margin-right: 33px !important; }[data-css=\"tve-u-15ecc95760b\"]::after { clear: both; }[data-css=\"tve-u-15ebe51d596\"] { text-align: left; }[data-css=\"tve-u-15ec2b6e126\"] { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2b54c99\"] { text-align: left; }[data-css=\"tve-u-15ec2b3b468\"] { margin-left: 0px !important; margin-top: 20px !important; }[data-css=\"tve-u-15ec2b37666\"] { margin-top: 0px !important; }[data-css=\"tve-u-15ec2a80647\"] { margin-top: 0px !important; padding-left: 10px !important; padding-right: 10px !important; }[data-css=\"tve-u-15ec2a5540e\"] { max-width: 720px; }[data-css=\"tve-u-15ec2a33d71\"] { width: 395px; float: none; z-index: 3; position: relative; margin: 80px auto 0px !important; }[data-css=\"tve-u-15ec26b9914\"] { max-width: 720px; }[data-css=\"tve-u-15ec253ef3a\"] { padding: 25px 10px !important; }[data-css=\"tve-u-15ebea3a693\"] { max-width: 720px; }[data-css=\"tve-u-15ec30a8a14\"]::after { clear: both; }[data-css=\"tve-u-15ebe916c34\"] { max-width: 376px; }[data-css=\"tve-u-15ebe8a2edd\"] > .tcb-flex-col > .tcb-col { justify-content: center; min-height: 91px; }[data-css=\"tve-u-15ebe70a25b\"] { float: right; z-index: 3; position: relative; margin: 0px auto !important; }[data-css=\"tve-u-15ec3055cca\"] { text-align: center; margin-top: 0px !important; }[data-css=\"tve-u-15ebe8a2edd\"] { min-height: inherit; float: none; max-width: 100%; padding-top: 0px !important; padding-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec30518d3\"] { text-align: center; margin-left: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-15ebe830a90\"] { clip-path: url(\"#clip-tablet-left-bb2526ca261ae\"); -webkit-clip-path: url(\"#clip-tablet-left-bb2526ca261ae\");  }[data-css=\"tve-u-15ebe91a626\"] { margin-left: 30px !important; }[data-css=\"tve-u-15ebe906677\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 336px; margin-left: 30px !important; }[data-css=\"tve-u-15ebe8edca2\"] { margin-left: 30px !important; }[data-css=\"tve-u-15ebe89fb7a\"] { margin-left: -35px !important; }[data-css=\"tve-u-15ebe827cb3\"] { max-width: 100%; }#tve_editor [data-css=\"tve-u-15ebe90cfb0\"] { font-size: 84px !important; }}@media (max-width: 767px){[data-css=\"tve-u-160309b344b\"] { margin-left: 10px !important; margin-top: 30px !important; margin-right: 10px !important; }[data-css=\"tve-u-16030a013d7\"] { position: static; }[data-css=\"tve-u-16030a09626\"] { margin-left: 10px !important; margin-top: 30px !important; margin-right: 10px !important; }[data-css=\"tve-u-160309ddca8\"] { position: static; }[data-css=\"tve-u-16030a08afd\"] { margin-left: 10px !important; margin-right: 10px !important; margin-top: 30px !important; }[data-css=\"tve-u-160309b00b4\"] { position: static; }[data-css=\"tve-u-16030975307\"] { max-width: 100%; margin-left: 10px !important; margin-right: 10px !important; }[data-css=\"tve-u-160309f6c04\"] { max-width: 100%; margin-left: 10px !important; margin-right: 10px !important; }[data-css=\"tve-u-160309f3e5d\"] { max-width: 100%; margin-left: 10px !important; margin-right: 10px !important; }[data-css=\"tve-u-15ec2a38bfd\"]::after { clear: both; }[data-css=\"tve-u-1602bff3cd5\"]::after { clear: both; }[data-css=\"tve-u-1602bfea280\"] { margin-top: 0px !important; margin-bottom: 20px !important; }[data-css=\"tve-u-15ec2b6e126\"] { float: left; z-index: 3; position: relative; margin-left: 24px !important; }[data-css=\"tve-u-1602bf25f10\"]::after { clear: both; }[data-css=\"tve-u-1602b332fd9\"] { max-width: 257px; float: left; z-index: 3; position: relative; width: 100%; margin-top: 20px !important; margin-left: 20px !important; }[data-css=\"tve-u-15ec253ef3a\"] { padding-top: 30px !important; padding-bottom: 30px !important; }[data-css=\"tve-u-15ee1237243\"] { margin-top: 25px !important; }[data-css=\"tve-u-15ee1232726\"] { margin-top: 25px !important; }[data-css=\"tve-u-15ebe70a25b\"] { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2ae8715\"] { margin-left: -15px; }[data-css=\"tve-u-15ec2ae8715\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-15ec2b33f06\"] { margin-right: 0px !important; }[data-css=\"tve-u-15ec26fee25\"] > .tcb-flex-col > .tcb-col { min-height: 387px; }[data-css=\"tve-u-15ec26fee25\"] { margin-left: 0px; min-height: inherit; }[data-css=\"tve-u-15ec26fee25\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-15ec2a33d71\"] { position: static; margin-bottom: 0px !important; }[data-css=\"tve-u-15ec31ba260\"] { padding-left: 3px !important; padding-right: 3px !important; }[data-css=\"tve-u-15ec253a41f\"] > .tcb-flex-col > .tcb-col { min-height: 27px; }[data-css=\"tve-u-15ec253a41f\"] { margin-left: 0px; min-height: inherit; }[data-css=\"tve-u-15ec253a41f\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-15ec254985a\"] { margin-top: 0px !important; }[data-css=\"tve-u-15ec24f494c\"] { margin-top: 30px !important; }[data-css=\"tve-u-15ec256e611\"] { margin-top: 0px !important; }[data-css=\"tve-u-15ec3192f72\"] { margin-bottom: 32px !important; }[data-css=\"tve-u-15ec318421d\"] { margin-bottom: 34px !important; margin-top: -105px !important; }[data-css=\"tve-u-15ebe738fb8\"] > .tcb-flex-col > .tcb-col { min-height: 554px; }[data-css=\"tve-u-15ebe738fb8\"] { min-height: inherit; padding-bottom: 0px !important; }[data-css=\"tve-u-15ec3017516\"] { margin-top: 0px !important; padding-left: 5px !important; padding-right: 5px !important; }[data-css=\"tve-u-15ebe89fb7a\"] { margin-left: -20px !important; }[data-css=\"tve-u-15ec3055cca\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-15ebe916c34\"] { margin-bottom: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-15ec3152b02\"] { min-height: 226px; }[data-css=\"tve-u-15ebe80a9a1\"] { min-height: 554px; }[data-css=\"tve-u-15ebe91a626\"] { margin-left: 28px !important; margin-right: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-15ebe906677\"] { margin-left: 30px !important; }[data-css=\"tve-u-15ebe8edca2\"] { margin-left: 30px !important; margin-top: 45px !important; }[data-css=\"tve-u-15ebe827cb3\"] { max-width: 100%; }[data-css=\"tve-u-1602befe215\"] { max-width: 257px; float: left; z-index: 3; position: relative; width: 100%; margin-top: 20px !important; margin-left: 20px !important; }#tve_editor [data-css=\"tve-u-165b7e86806\"] p, #tve_editor [data-css=\"tve-u-165b7e86806\"] li, #tve_editor [data-css=\"tve-u-165b7e86806\"] blockquote, #tve_editor [data-css=\"tve-u-165b7e86806\"] address, #tve_editor [data-css=\"tve-u-165b7e86806\"] .tcb-plain-text, #tve_editor [data-css=\"tve-u-165b7e86806\"] label, #tve_editor [data-css=\"tve-u-165b7e86806\"] h1, #tve_editor [data-css=\"tve-u-165b7e86806\"] h2, #tve_editor [data-css=\"tve-u-165b7e86806\"] h3, #tve_editor [data-css=\"tve-u-165b7e86806\"] h4, #tve_editor [data-css=\"tve-u-165b7e86806\"] h5, #tve_editor [data-css=\"tve-u-165b7e86806\"] h6 { color: rgb(255, 255, 255); }[data-css=\"tve-u-165b7dbb826\"] #menu-item-109 { padding-left: 9px !important; padding-right: 9px !important; }[data-css=\"tve-u-165b7dbb826\"] #menu-item-102 { padding-left: 9px !important; padding-right: 9px !important; }[data-css=\"tve-u-165b7dbb826\"] #menu-item-103 { padding-left: 9px !important; padding-right: 9px !important; }[data-css=\"tve-u-165b7dbb826\"] #menu-item-104 { padding-left: 9px !important; padding-right: 9px !important; }[data-css=\"tve-u-165b7dbb826\"] #menu-item-153 { padding-left: 9px !important; padding-right: 9px !important; }[data-css=\"tve-u-165b7dbb826\"] { max-width: 326px; margin-left: auto !important; margin-right: auto !important; float: none; width: 100%; }}'),(2669,273,'tve_revision_tve_user_custom_css','.thrv_text_element p {margin:0;}\n.thrv_heading h1,h2,h3 {margin:0;}'),(2670,273,'tve_revision_tve_page_events','a:0:{}'),(2671,273,'tve_revision_tve_globals','a:4:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";s:11:\"extra_icons\";a:1:{i:0;a:3:{s:11:\"font-family\";s:25:\"tve-ff-6797-59f9979fd5998\";s:3:\"css\";s:87:\"http://lp-build.thrivethemes.com/wp-content/uploads/tve-ff-6797-59f9979fd5998/style.css\";s:6:\"folder\";s:92:\"/home/thrivedevbitston/public_html/landingpages/wp-content/uploads/tve-ff-6797-59f9979fd5998\";}}s:6:\"lb_map\";a:1:{i:6808;s:3:\"265\";}s:8:\"font_cls\";a:0:{}}'),(2672,273,'tve_revision_tve_global_scripts',''),(2673,273,'tve_revision_thrive_icon_pack','0'),(2674,273,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(2675,273,'tve_revision_tve_has_masonry','0'),(2676,273,'tve_revision_tve_has_typefocus','0'),(2677,273,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv-page-section\" style=\"z-index: 8;\" wfd-id=\"227\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ebe5d7b44\" wfd-id=\"269\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ebe51d596\" style=\"z-index: 8;\" wfd-id=\"228\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15ec3055cca\" wfd-id=\"229\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized\" data-css=\"tve-u-15ebe8a2edd\" wfd-id=\"230\"><div class=\"tcb-flex-col\" data-css=\"tve-u-165b7e34349\" style=\"\" wfd-id=\"263\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec30518d3\" wfd-id=\"265\"><div class=\"tcb-clear\" data-css=\"tve-u-15ecc95760b\" wfd-id=\"266\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ebe70a25b\" wfd-id=\"267\"><span class=\"tve_image_frame\" wfd-id=\"268\"><img class=\"tve_image wp-image-25564\" alt=\"\" width=\"142\" height=\"44\" title=\"logo_pawcity\" data-id=\"25564\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/logo_pawcity.png\"></span></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-165b7e3437c\" style=\"z-index: 8;\" wfd-id=\"231\"><div class=\"tcb-col\" style=\"z-index: 8;\" data-css=\"tve-u-165b7e86806\" wfd-id=\"233\"><div class=\"thrv_wrapper thrv_widget_menu tve-custom-menu-upgrade tve-mobile-dropdown     tve-dropdown-icon-style_1\" data-tve-style=\"tve_horizontal\" data-tve-switch-icon=\"none\" data-css=\"tve-u-165b7dbb826\" style=\"z-index: 8;\" wfd-id=\"234\">	<div class=\"thrive-shortcode-config\" style=\"display: none !important\" wfd-id=\"262\">__CONFIG_widget_menu__{\"menu_id\":\"4\",\"color\":\"tve_red\",\"dir\":\"tve_horizontal\",\"font_class\":\"\",\"font_size\":\"\",\"ul_attr\":\"\",\"link_attr\":\"\",\"top_link_attr\":\"\",\"trigger_attr\":\"\",\"primary\":\"\",\"head_css\":\"\",\"background_hover\":\"\",\"main_hover\":\"\",\"child_hover\":\"\",\"group_edit\":[],\"menu_style\":\"\",\"dropdown_icon\":\"style_1\",\"mobile_side\":\"\",\"mobile_icon\":\"\",\"switch_to_icon\":\"none\"}__CONFIG_widget_menu__</div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ebe8abb9e\" wfd-id=\"200\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ebe8a4d78\" data-clip-id=\"335f47a4c8f92\" wfd-id=\"226\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-left-335f47a4c8f92\" class=\"decoration-clip clip-path-left\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" pointer-width=\"6\" pointer-height=\"2.5\" style=\"curves\" decoration-type=\"none\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon><ellipse cx=\"0.025\" cy=\"0.029412\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.08823600000000001\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.14706\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.205884\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.264708\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.323532\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.38235600000000003\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.44118\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.500004\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.558828\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.617652\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.676476\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.7353000000000001\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.794124\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.852948\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.911772\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.970596\" rx=\"0.025\" ry=\"0.029412\"></ellipse></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ebe72c974\" wfd-id=\"201\"><div class=\"thrv_wrapper thrv-columns tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec318421d\" wfd-id=\"202\"><div class=\"tcb-flex-row tcb--cols--2 tcb-resized\" data-css=\"tve-u-15ebe738fb8\" wfd-id=\"203\"><div class=\"tcb-flex-col\" data-css=\"tve-u-165b7d7585c\" style=\"\" wfd-id=\"223\"><div class=\"tcb-col\" data-css=\"tve-u-15ebe73226c\" wfd-id=\"225\"></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-165b7d75889\" style=\"\" wfd-id=\"204\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ebe89fb7a\" wfd-id=\"206\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ebe827cb3\" data-value-type=\"percent\" wfd-id=\"207\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15ebe830a90\" data-clip-id=\"bb2526ca261ae\" wfd-id=\"222\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-left-bb2526ca261ae\" class=\"decoration-clip clip-path-left\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"none\" pointer-width=\"7\" pointer-height=\"2.5\" style=\"curves\" slanted-angle=\"5\" clip-path=\"url(#clip-bottom-bb2526ca261ae)\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon><ellipse cx=\"0.025\" cy=\"0.035714\" rx=\"0.025\" ry=\"0.035714\"></ellipse><ellipse cx=\"0.025\" cy=\"0.10714200000000002\" rx=\"0.025\" ry=\"0.035714\"></ellipse><ellipse cx=\"0.025\" cy=\"0.17857\" rx=\"0.025\" ry=\"0.035714\"></ellipse><ellipse cx=\"0.025\" cy=\"0.24999800000000003\" rx=\"0.025\" ry=\"0.035714\"></ellipse><ellipse cx=\"0.025\" cy=\"0.32142600000000005\" rx=\"0.025\" ry=\"0.035714\"></ellipse><ellipse cx=\"0.025\" cy=\"0.39285400000000004\" rx=\"0.025\" ry=\"0.035714\"></ellipse><ellipse cx=\"0.025\" cy=\"0.46428200000000003\" rx=\"0.025\" ry=\"0.035714\"></ellipse><ellipse cx=\"0.025\" cy=\"0.53571\" rx=\"0.025\" ry=\"0.035714\"></ellipse><ellipse cx=\"0.025\" cy=\"0.6071380000000001\" rx=\"0.025\" ry=\"0.035714\"></ellipse><ellipse cx=\"0.025\" cy=\"0.678566\" rx=\"0.025\" ry=\"0.035714\"></ellipse><ellipse cx=\"0.025\" cy=\"0.749994\" rx=\"0.025\" ry=\"0.035714\"></ellipse><ellipse cx=\"0.025\" cy=\"0.8214220000000001\" rx=\"0.025\" ry=\"0.035714\"></ellipse><ellipse cx=\"0.025\" cy=\"0.89285\" rx=\"0.025\" ry=\"0.035714\"></ellipse><ellipse cx=\"0.025\" cy=\"0.9642780000000001\" rx=\"0.025\" ry=\"0.035714\"></ellipse></clipPath><clipPath id=\"clip-tablet-left-bb2526ca261ae\" class=\"decoration-clip clip-path-tablet-left\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"divider\" pointer-width=\"5.7\" pointer-height=\"4\" style=\"curves\" slanted-angle=\"5\" clip-path=\"url(#clip-bottom-bb2526ca261ae)\"><polygon points=\"0.04 0, 0.04 1, 1 1, 1 0\"></polygon><ellipse cx=\"0.04\" cy=\"0.027778\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.083334\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.13889\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.194446\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.250002\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.305558\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.361114\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.41667\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.47222600000000003\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.527782\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.583338\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.638894\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.69445\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.7500060000000001\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.805562\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.861118\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.916674\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.97223\" rx=\"0.04\" ry=\"0.027778\"></ellipse></clipPath><clipPath id=\"clip-bottom-bb2526ca261ae\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"none\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ebe80a9a1\" wfd-id=\"208\"><div class=\"tcb-clear\" data-css=\"tve-u-15ebe8ee6c0\" wfd-id=\"218\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15ebe8edca2\" data-tag=\"h1\" wfd-id=\"219\"><h1 data-css=\"tve-u-15ebe90cfb0\">Happy dogs =<br>â€‹â€‹â€‹â€‹â€‹happâ€‹â€‹â€‹â€‹y owners</h1></div></div><div class=\"tcb-clear\" data-css=\"tve-u-15ec30a8a14\" wfd-id=\"216\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ebe906677\" wfd-id=\"217\"><p data-css=\"tve-u-15ebe905473\">Offer your dog a premium walking experience</p></div></div><div class=\"tcb-clear\" data-css=\"tve-u-15ebe955aaa\" wfd-id=\"209\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ebe916c34\" wfd-id=\"210\">\n<div class=\"tve-content-box-background\" wfd-id=\"215\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ec3152b02\" wfd-id=\"211\"><div class=\"thrv_wrapper thrv-button tve_ea_thrive_lightbox\" data-css=\"tve-u-15ebe91a626\" data-tcb_hover_state_parent=\"false\" data-button-style=\"full_rounded\" wfd-id=\"212\">\n<a href=\"#\" class=\"tcb-button-link tve_evt_manager_listen tve_et_click\" data-tcb-events=\"__TCB_EVENT_[{&quot;config&quot;:{&quot;l_anim&quot;:&quot;zoom_in&quot;,&quot;l_id&quot;:&quot;265&quot;},&quot;a&quot;:&quot;thrive_lightbox&quot;,&quot;t&quot;:&quot;click&quot;}]_TNEVE_BCT__\">\n<span class=\"tcb-button-texts\" wfd-id=\"213\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-15ebe925072\" wfd-id=\"214\">Get -20% On Your First Walk</span></span>\n</a>\n</div></div>\n</div></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec3017516\" wfd-id=\"193\">\n<div class=\"tve-page-section-out\" wfd-id=\"199\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ebea3a693\" wfd-id=\"194\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15ebea49c0c\" id=\"whatwedo\" data-tag=\"h1\" wfd-id=\"196\"><h1 data-css=\"tve-u-15ebea42b31\" style=\"text-align: center;\">What We Do</h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2448fdb\" wfd-id=\"195\"><p data-css=\"tve-u-15ec2443105\" style=\"text-align: center;\">Our goal is to make sure the owners are comforted, the pups are exercised and happy and that we are getting our own puppy fixes. But letâ€™s be honest- itâ€™s their world, weâ€™re just living in it! As a small team of experienced dog owners and lovers, we really get to know you and your dog and we canguarantee consistent and personal care that is equal to your love and attention. We are so excited to make you a part of the family!</p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" wfd-id=\"164\">\n<div class=\"tve-page-section-out\" wfd-id=\"192\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ee1211b9b\" wfd-id=\"165\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15ee121a6d1\" wfd-id=\"166\"><div class=\"tcb-flex-row tcb--cols--3 tcb-medium-wrap\" data-css=\"tve-u-15ee121fb1c\" wfd-id=\"167\"><div class=\"tcb-flex-col\" wfd-id=\"184\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ee1225fdf\" wfd-id=\"186\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec2477274\" wfd-id=\"190\"><span class=\"tve_image_frame\" wfd-id=\"191\"><img class=\"tve_image wp-image-1596\" alt=\"\" width=\"55\" height=\"73\" title=\"what_do_icon_01\" data-id=\"1596\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_01.png\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"189\"><p data-css=\"tve-u-15ec2481d17\"><strong>First Class Care</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"188\"><p data-css=\"tve-u-15ec2487407\">all the best for them</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2492191\" wfd-id=\"187\"><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"176\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ee1232726\" wfd-id=\"178\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec24ae116\" wfd-id=\"182\"><span class=\"tve_image_frame\" wfd-id=\"183\"><img class=\"tve_image wp-image-1597\" alt=\"\" width=\"73\" height=\"73\" title=\"what_do_icon_02\" data-id=\"1597\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_02.png\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"181\"><p data-css=\"tve-u-15ec2481d17\"><strong>Snacks Included</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"180\"><p data-css=\"tve-u-15ec2487407\">for your little one</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec3192f72\" wfd-id=\"179\"><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"168\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ee1237243\" wfd-id=\"170\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec24d5e15\" wfd-id=\"174\"><span class=\"tve_image_frame\" wfd-id=\"175\"><img class=\"tve_image wp-image-1598\" alt=\"\" width=\"65\" height=\"73\" title=\"what_do_icon_03\" data-id=\"1598\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_03.png\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"173\"><p data-css=\"tve-u-15ec2481d17\"><strong>Regularly walks</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"172\"><p data-css=\"tve-u-15ec2487407\">to keep them ealthy</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2492191\" wfd-id=\"171\"><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris.</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-15ec24f494c\" id=\"testimonials\" style=\"\" wfd-id=\"144\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ec24f97c0\" wfd-id=\"163\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec24f790d\" wfd-id=\"145\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15ec254985a\" style=\"\" wfd-id=\"146\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-15ec253a41f\" wfd-id=\"147\"><div class=\"tcb-flex-col\" wfd-id=\"151\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec253ef3a\" style=\"\" wfd-id=\"153\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec256e611\" style=\"\" wfd-id=\"156\"><p data-css=\"tve-u-15ec25610c7\"><span data-css=\"tve-u-15ec268a0a3\" style=\"font-size: 45px; color: rgb(89, 171, 227);\" wfd-id=\"161\"><span data-css=\"tve-u-15ec26760e9\" style=\"font-family: ABeeZee;\" wfd-id=\"162\">â€</span></span><span data-css=\"tve-u-15ec256b908\" style=\"font-family: &quot;Amatic SC&quot;;\" wfd-id=\"160\">&nbsp; &nbsp; &nbsp;</span><span data-css=\"tve-u-15ec2680494\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"158\"><span data-css=\"tve-u-15ec269379d\" style=\"font-size: 45px;\" wfd-id=\"159\">my chester enjoys being with them!</span> &nbsp; &nbsp;&nbsp;</span><span data-css=\"tve-u-15ec255fe12\" style=\"font-family: ABeeZee; font-weight: 400; color: rgb(89, 171, 227); font-size: 45px;\" wfd-id=\"157\">â€</span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2698d8d\" wfd-id=\"155\"><p data-css=\"tve-u-160266880a0\">We LOVE going for walks with our friends at Paw! Donâ€™t tell our mom &amp; dad,but we get really excited when they leave for work because we know it wonâ€™t be long before we get a visit from one of our favorite friends at PawCity! Best part is, they always let our parents know how ourwalk went right away so they dont have to worry about us!</p><p data-css=\"tve-u-15ec269736c\">We love you PawCity!! xoxo</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec26ab7b0\" style=\"\" wfd-id=\"154\"><p data-css=\"tve-u-15ec26a92a2\"><strong>Anna Olson</strong>, Chesterâ€™s Mom</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"148\"><div class=\"tcb-col\" wfd-id=\"150\"></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec26c390a\" id=\"aboutus\" wfd-id=\"139\">\n<div class=\"tve-page-section-out\" wfd-id=\"143\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec26b9914\" wfd-id=\"140\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15ee1037a1d\" data-tag=\"h1\" wfd-id=\"142\"><h1 data-css=\"tve-u-15ec26bd2e8\">About us</h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec31ba260\" wfd-id=\"141\"><p data-css=\"tve-u-15ec2443105\" style=\"text-align: center;\">At PawCity, we lead lives full of the unconditional love and happiness we receive from the furballs we get to spend time with everyday and we have this beautiful city and all the beautiful people in it to thank. We love you and your pups!!</p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec26ec232\" wfd-id=\"108\">\n<div class=\"tve-page-section-out\" wfd-id=\"138\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec26e5812\" wfd-id=\"109\"><div class=\"thrv_wrapper thrv-columns tcb-window-width\" style=\"width: 1603px; left: -1px;\" data-css=\"tve-u-15ee106257d\" wfd-id=\"110\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2\" data-css=\"tve-u-15ec26fee25\" wfd-id=\"111\"><div class=\"tcb-flex-col c-33\" wfd-id=\"133\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec2a38bfd\" wfd-id=\"135\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec2a33d71\" wfd-id=\"136\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"137\"><img class=\"tve_image wp-image-7399\" alt=\"\" width=\"830\" height=\"775\" title=\"about_us_dog\" data-id=\"7399\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/about_us_dog.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col c-66\" wfd-id=\"112\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec27075e1\" wfd-id=\"114\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160309f3e5d\" wfd-id=\"127\">\n<div class=\"tve-content-box-background\" wfd-id=\"132\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160309b397d\" wfd-id=\"128\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-160309b00b4\" data-float=\"1\" wfd-id=\"130\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"131\"><img class=\"tve_image wp-image-7404\" alt=\"\" width=\"64\" height=\"64\" title=\"dog_paw\" data-id=\"7404\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/dog_paw.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16030a08afd\" wfd-id=\"129\"><p>We moved to New York City with our black bulldog rescue, Blakely, in 2007 after graduating from the University of Maryland. Immediately, we realized what a dog-crazy place it was.</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160309f6c04\" wfd-id=\"121\">\n<div class=\"tve-content-box-background\" wfd-id=\"126\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160309b397d\" wfd-id=\"122\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-160309ddca8\" data-float=\"1\" wfd-id=\"124\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"125\"><img class=\"tve_image wp-image-7403\" alt=\"\" width=\"64\" height=\"64\" title=\"dog_house\" data-id=\"7403\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/dog_house.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16030a09626\" wfd-id=\"123\"><p>We knew right away that we wanted to work with the animals that we loved and that had given us so much love since we were little girls. We started PawCity Dog Walking in July of 2010.</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16030975307\" wfd-id=\"115\">\n<div class=\"tve-content-box-background\" wfd-id=\"120\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160309b397d\" wfd-id=\"116\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16030a013d7\" data-float=\"1\" wfd-id=\"118\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"119\"><img class=\"tve_image wp-image-7405\" alt=\"\" width=\"64\" height=\"64\" title=\"spinning_wheel\" data-id=\"7405\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/spinning_wheel.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160309b344b\" wfd-id=\"117\"><p>We cover the entire width of the East Side, from 96th Street to Delancey and handle every type of personality imaginable. At PawCity, we lead lives full of the unconditional love and happiness we receive from the furballs we get to spend time with everyday.</p></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" data-css=\"tve-u-15ec2a56438\" style=\"width: 1603px; left: 0px;\" id=\"getyourcoupon\" wfd-id=\"92\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ec2a5bb35\" wfd-id=\"107\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec2a5540e\" wfd-id=\"93\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ec2a80647\" wfd-id=\"94\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15ec2a9b8a9\" wfd-id=\"106\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ec2a81a9f\" wfd-id=\"95\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2a6f589\" wfd-id=\"104\"><p data-css=\"tve-u-15ec2a6b447\"><span data-css=\"tve-u-15ec2a6d9d8\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"105\"><strong>Get Your Coupon</strong></span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2aaa9a4\" wfd-id=\"102\"><p data-css=\"tve-u-15ec2ab1d6d\">We strive to keep both you and your pup as happy and comfortable as possible while youâ€™re out earning those big bucks.</p><p data-css=\"tve-u-15ec2ab1d82\"><br></p><p data-css=\"tve-u-15ec2aa8e2e\"><strong>Get <span data-css=\"tve-u-15ec2aafa24\" style=\"color: rgb(89, 171, 227);\" wfd-id=\"103\">20%</span> off your first walk. Enter your email and we\'ll send you your coupon.</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ec2abe257\" wfd-id=\"96\">\n<div class=\"tve-content-box-background\" wfd-id=\"101\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ec2acb421\" wfd-id=\"97\"><div class=\"thrv_wrapper thrv-button tve_ea_thrive_lightbox\" data-css=\"tve-u-15ec2ac01df\" data-tcb_hover_state_parent=\"false\" data-button-style=\"full_rounded\" wfd-id=\"98\">\n<a href=\"#\" class=\"tcb-button-link tve_evt_manager_listen tve_et_click\" data-tcb-events=\"__TCB_EVENT_[{&quot;config&quot;:{&quot;l_anim&quot;:&quot;zoom_in&quot;,&quot;l_id&quot;:&quot;265&quot;},&quot;a&quot;:&quot;thrive_lightbox&quot;,&quot;t&quot;:&quot;click&quot;}]_TNEVE_BCT__\">\n<span class=\"tcb-button-texts\" wfd-id=\"99\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-15ebe925072\" wfd-id=\"100\">Get Your Coupon Now</span></span>\n</a>\n</div></div>\n</div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-15ec2b0a32a\" id=\"areaweserve\" wfd-id=\"75\">\n<div class=\"tve-page-section-out\" wfd-id=\"91\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15f76fcb7df\" wfd-id=\"76\"><div class=\"thrv_wrapper thrv-columns\" style=\"\" data-css=\"tve-u-15ee103f44a\" wfd-id=\"77\"><div class=\"tcb-flex-row tcb--cols--2 tcb-medium-wrap v-2 tcb-resized\" data-css=\"tve-u-15ec2ae8715\" wfd-id=\"78\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-165b7cefd8d\" style=\"\" wfd-id=\"84\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec2b37666\" wfd-id=\"86\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"89\"><p data-css=\"tve-u-15ec2af6c4b\"><span data-css=\"tve-u-15ec2af6c4e\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"90\">area we serve</span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"87\"><p>As a small team of experienced dog owners and lovers, we really get to know you and your dog and we canguarantee consistent and personal care that is equal to your love and attention.</p><p><br></p><p><strong><span data-css=\"tve-u-15ec2afed17\" style=\"color: rgb(89, 171, 227);\" wfd-id=\"88\">We are so excited to make you a part of the family!</span></strong></p></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-165b7cefdbe\" style=\"\" wfd-id=\"79\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec2b33f06\" wfd-id=\"81\"><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-15ec2b3b468\" wfd-id=\"83\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=port saint lucie, fl&amp;t=m&amp;z=8&amp;output=embed&amp;iwloc=near\"></iframe>\n</div><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-15ec2b3b468\" wfd-id=\"82\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=port saint lucie, fl&amp;t=m&amp;z=9&amp;output=embed&amp;iwloc=near\"></iframe>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" data-css=\"tve-u-15ec2b5d54c\" style=\"width: 1603px; left: 0px;\" id=\"contact\" wfd-id=\"36\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ec2b56fac\" wfd-id=\"74\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec2b54c99\" wfd-id=\"37\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1602b31dfcd\" wfd-id=\"38\"><div class=\"tcb-flex-row tcb-resized tcb-medium-wrap tcb--cols--3\" data-css=\"tve-u-1602b37ce9d\" wfd-id=\"39\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1602be453ec\" style=\"\" wfd-id=\"68\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"70\"><div class=\"tcb-clear\" data-css=\"tve-u-1602bff3cd5\" wfd-id=\"71\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec2b6e126\" wfd-id=\"72\"><span class=\"tve_image_frame\" wfd-id=\"73\"><img class=\"tve_image wp-image-25564\" alt=\"\" width=\"142\" height=\"44\" title=\"logo_pawcity\" data-id=\"25564\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/logo_pawcity.png\"></span></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1602be45437\" style=\"\" wfd-id=\"54\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1602be56dfc\" wfd-id=\"56\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1602bfebaf9\" wfd-id=\"57\">\n<div class=\"tve-content-box-background\" wfd-id=\"67\"></div>\n<div class=\"tve-cb\" wfd-id=\"58\"><div class=\"tcb-clear\" data-css=\"tve-u-1602bf36e2c\" wfd-id=\"64\"><div class=\"thrv_wrapper tve_image_caption tcb-mobile-hidden\" data-css=\"tve-u-1602be7db66\" data-float=\"1\" wfd-id=\"65\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"66\"><img class=\"tve_image wp-image-7369\" alt=\"\" width=\"64\" height=\"64\" title=\"location\" data-id=\"7369\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/location.png\" style=\"width: 100%;\"></span></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1602bf25f10\" wfd-id=\"59\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1602befe215\" wfd-id=\"60\"><p data-css=\"tve-u-1602bfa220e\"><strong><span data-css=\"tve-u-1602b324a9b\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"63\">67 E. 3rd Street</span></strong><span data-css=\"tve-u-1602b324a9c\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"62\"> </span><span data-css=\"tve-u-1602b324ab9\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"61\">Suite B New York, NY 10003</span></p></div></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1602be4545b\" style=\"\" wfd-id=\"40\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"42\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1602bfea280\" wfd-id=\"43\">\n<div class=\"tve-content-box-background\" wfd-id=\"53\"></div>\n<div class=\"tve-cb\" wfd-id=\"44\"><div class=\"tcb-clear\" data-css=\"tve-u-1602bfc4bea\" wfd-id=\"50\"><div class=\"thrv_wrapper tve_image_caption tcb-mobile-hidden\" data-css=\"tve-u-1602bec144e\" data-float=\"1\" wfd-id=\"51\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"52\"><img class=\"tve_image wp-image-7370\" alt=\"\" width=\"64\" height=\"64\" title=\"phone\" data-id=\"7370\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/phone.png\" style=\"width: 100%;\"></span></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1602bfc74c3\" wfd-id=\"45\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1602b332fd9\" data-float=\"1\" wfd-id=\"46\"><p><strong><span data-css=\"tve-u-1602b324a9b\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"49\">080</span></strong><span data-css=\"tve-u-1602b324a9c\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"48\"> </span><span data-css=\"tve-u-1602b324ab9\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"47\">708 5583</span></p></div></div></div>\n</div></div></div></div></div></div>\n</div>'),(2678,273,'tve_revision_tve_has_wistia_popover','0'),(2680,274,'tve_revision_tve_disable_theme_dependency',''),(2681,274,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv-page-section\" style=\"z-index: 8;\" wfd-id=\"220\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ebe5d7b44\" wfd-id=\"262\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ebe51d596\" style=\"z-index: 8;\" wfd-id=\"221\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15ec3055cca\" wfd-id=\"222\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized\" data-css=\"tve-u-15ebe8a2edd\" wfd-id=\"223\"><div class=\"tcb-flex-col\" data-css=\"tve-u-165b7e34349\" style=\"\" wfd-id=\"256\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec30518d3\" wfd-id=\"258\"><div class=\"tcb-clear\" data-css=\"tve-u-15ecc95760b\" wfd-id=\"259\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ebe70a25b\" wfd-id=\"260\"><span class=\"tve_image_frame\" wfd-id=\"261\"><img class=\"tve_image wp-image-25564\" alt=\"\" width=\"142\" height=\"44\" title=\"logo_pawcity\" data-id=\"25564\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/logo_pawcity.png\"></span></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-165b7e3437c\" style=\"z-index: 8;\" wfd-id=\"224\"><div class=\"tcb-col\" style=\"z-index: 8;\" data-css=\"tve-u-165b7e86806\" wfd-id=\"226\"><div class=\"thrv_wrapper thrv_widget_menu tve-custom-menu-upgrade tve-mobile-dropdown     tve-dropdown-icon-style_1\" data-tve-style=\"tve_horizontal\" data-tve-switch-icon=\"none\" data-css=\"tve-u-165b7dbb826\" style=\"z-index: 8;\" wfd-id=\"227\">	<div class=\"thrive-shortcode-config\" style=\"display: none !important\" wfd-id=\"255\">__CONFIG_widget_menu__{\"menu_id\":\"4\",\"color\":\"tve_red\",\"dir\":\"tve_horizontal\",\"font_class\":\"\",\"font_size\":\"\",\"ul_attr\":\"\",\"link_attr\":\"\",\"top_link_attr\":\"\",\"trigger_attr\":\"\",\"primary\":\"\",\"head_css\":\"\",\"background_hover\":\"\",\"main_hover\":\"\",\"child_hover\":\"\",\"group_edit\":[],\"menu_style\":\"\",\"dropdown_icon\":\"style_1\",\"mobile_side\":\"\",\"mobile_icon\":\"\",\"switch_to_icon\":\"none\"}__CONFIG_widget_menu__</div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 343px; left: 0px;\" data-css=\"tve-u-15ebe8abb9e\" wfd-id=\"193\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ebe8a4d78\" data-clip-id=\"335f47a4c8f92\" wfd-id=\"219\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-left-335f47a4c8f92\" class=\"decoration-clip clip-path-left\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" pointer-width=\"6\" pointer-height=\"2.5\" style=\"curves\" decoration-type=\"none\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon><ellipse cx=\"0.025\" cy=\"0.029412\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.08823600000000001\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.14706\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.205884\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.264708\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.323532\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.38235600000000003\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.44118\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.500004\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.558828\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.617652\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.676476\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.7353000000000001\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.794124\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.852948\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.911772\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.970596\" rx=\"0.025\" ry=\"0.029412\"></ellipse></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ebe72c974\" wfd-id=\"194\"><div class=\"thrv_wrapper thrv-columns tcb-window-width\" style=\"width: 343px; left: 0px;\" data-css=\"tve-u-15ec318421d\" wfd-id=\"195\"><div class=\"tcb-flex-row tcb--cols--2 tcb-resized\" data-css=\"tve-u-15ebe738fb8\" wfd-id=\"196\"><div class=\"tcb-flex-col\" data-css=\"tve-u-165b7d7585c\" style=\"\" wfd-id=\"216\"><div class=\"tcb-col\" data-css=\"tve-u-15ebe73226c\" wfd-id=\"218\"></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-165b7d75889\" style=\"\" wfd-id=\"197\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ebe89fb7a\" wfd-id=\"199\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ebe827cb3\" data-value-type=\"percent\" wfd-id=\"200\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15ebe830a90\" data-clip-id=\"bb2526ca261ae\" wfd-id=\"215\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-left-bb2526ca261ae\" class=\"decoration-clip clip-path-left\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"none\" pointer-width=\"7\" pointer-height=\"2.5\" style=\"curves\" slanted-angle=\"5\" clip-path=\"url(#clip-bottom-bb2526ca261ae)\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon><ellipse cx=\"0.025\" cy=\"0.035714\" rx=\"0.025\" ry=\"0.035714\"></ellipse><ellipse cx=\"0.025\" cy=\"0.10714200000000002\" rx=\"0.025\" ry=\"0.035714\"></ellipse><ellipse cx=\"0.025\" cy=\"0.17857\" rx=\"0.025\" ry=\"0.035714\"></ellipse><ellipse cx=\"0.025\" cy=\"0.24999800000000003\" rx=\"0.025\" ry=\"0.035714\"></ellipse><ellipse cx=\"0.025\" cy=\"0.32142600000000005\" rx=\"0.025\" ry=\"0.035714\"></ellipse><ellipse cx=\"0.025\" cy=\"0.39285400000000004\" rx=\"0.025\" ry=\"0.035714\"></ellipse><ellipse cx=\"0.025\" cy=\"0.46428200000000003\" rx=\"0.025\" ry=\"0.035714\"></ellipse><ellipse cx=\"0.025\" cy=\"0.53571\" rx=\"0.025\" ry=\"0.035714\"></ellipse><ellipse cx=\"0.025\" cy=\"0.6071380000000001\" rx=\"0.025\" ry=\"0.035714\"></ellipse><ellipse cx=\"0.025\" cy=\"0.678566\" rx=\"0.025\" ry=\"0.035714\"></ellipse><ellipse cx=\"0.025\" cy=\"0.749994\" rx=\"0.025\" ry=\"0.035714\"></ellipse><ellipse cx=\"0.025\" cy=\"0.8214220000000001\" rx=\"0.025\" ry=\"0.035714\"></ellipse><ellipse cx=\"0.025\" cy=\"0.89285\" rx=\"0.025\" ry=\"0.035714\"></ellipse><ellipse cx=\"0.025\" cy=\"0.9642780000000001\" rx=\"0.025\" ry=\"0.035714\"></ellipse></clipPath><clipPath id=\"clip-tablet-left-bb2526ca261ae\" class=\"decoration-clip clip-path-tablet-left\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"divider\" pointer-width=\"5.7\" pointer-height=\"4\" style=\"curves\" slanted-angle=\"5\" clip-path=\"url(#clip-bottom-bb2526ca261ae)\"><polygon points=\"0.04 0, 0.04 1, 1 1, 1 0\"></polygon><ellipse cx=\"0.04\" cy=\"0.027778\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.083334\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.13889\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.194446\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.250002\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.305558\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.361114\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.41667\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.47222600000000003\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.527782\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.583338\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.638894\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.69445\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.7500060000000001\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.805562\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.861118\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.916674\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.97223\" rx=\"0.04\" ry=\"0.027778\"></ellipse></clipPath><clipPath id=\"clip-bottom-bb2526ca261ae\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"none\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ebe80a9a1\" wfd-id=\"201\"><div class=\"tcb-clear\" data-css=\"tve-u-15ebe8ee6c0\" wfd-id=\"211\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15ebe8edca2\" data-tag=\"h1\" wfd-id=\"212\"><h1 data-css=\"tve-u-15ebe90cfb0\">Happy dogs =<br>â€‹â€‹â€‹â€‹â€‹happâ€‹â€‹â€‹â€‹y owners</h1></div></div><div class=\"tcb-clear\" data-css=\"tve-u-15ec30a8a14\" wfd-id=\"209\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ebe906677\" wfd-id=\"210\"><p data-css=\"tve-u-15ebe905473\">Offer your dog a premium walking experience</p></div></div><div class=\"tcb-clear\" data-css=\"tve-u-15ebe955aaa\" wfd-id=\"202\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ebe916c34\" wfd-id=\"203\">\n<div class=\"tve-content-box-background\" wfd-id=\"208\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ec3152b02\" wfd-id=\"204\"><div class=\"thrv_wrapper thrv-button tve_ea_thrive_lightbox\" data-css=\"tve-u-15ebe91a626\" data-tcb_hover_state_parent=\"false\" data-button-style=\"full_rounded\" wfd-id=\"205\">\n<a href=\"#\" class=\"tcb-button-link tve_evt_manager_listen tve_et_click\" data-tcb-events=\"__TCB_EVENT_[{&quot;config&quot;:{&quot;l_anim&quot;:&quot;zoom_in&quot;,&quot;l_id&quot;:&quot;265&quot;},&quot;a&quot;:&quot;thrive_lightbox&quot;,&quot;t&quot;:&quot;click&quot;}]_TNEVE_BCT__\">\n<span class=\"tcb-button-texts\" wfd-id=\"206\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-15ebe925072\" wfd-id=\"207\">Get -20% On Your First Walk</span></span>\n</a>\n</div></div>\n</div></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 343px; left: 0px;\" data-css=\"tve-u-15ec3017516\" wfd-id=\"186\">\n<div class=\"tve-page-section-out\" wfd-id=\"192\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ebea3a693\" wfd-id=\"187\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15ebea49c0c\" id=\"whatwedo\" data-tag=\"h1\" wfd-id=\"189\"><h1 data-css=\"tve-u-15ebea42b31\" style=\"text-align: center;\">What We Do</h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2448fdb\" wfd-id=\"188\"><p data-css=\"tve-u-15ec2443105\" style=\"text-align: center;\">Our goal is to make sure the owners are comforted, the pups are exercised and happy and that we are getting our own puppy fixes. But letâ€™s be honest- itâ€™s their world, weâ€™re just living in it! As a small team of experienced dog owners and lovers, we really get to know you and your dog and we canguarantee consistent and personal care that is equal to your love and attention. We are so excited to make you a part of the family!</p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 343px; left: 0px;\" wfd-id=\"157\">\n<div class=\"tve-page-section-out\" wfd-id=\"185\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ee1211b9b\" wfd-id=\"158\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15ee121a6d1\" wfd-id=\"159\"><div class=\"tcb-flex-row tcb--cols--3 tcb-medium-wrap\" data-css=\"tve-u-15ee121fb1c\" wfd-id=\"160\"><div class=\"tcb-flex-col\" wfd-id=\"177\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ee1225fdf\" wfd-id=\"179\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec2477274\" wfd-id=\"183\"><span class=\"tve_image_frame\" wfd-id=\"184\"><img class=\"tve_image wp-image-1596\" alt=\"\" width=\"55\" height=\"73\" title=\"what_do_icon_01\" data-id=\"1596\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_01.png\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"182\"><p data-css=\"tve-u-15ec2481d17\"><strong>First Class Care</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"181\"><p data-css=\"tve-u-15ec2487407\">all the best for them</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2492191\" wfd-id=\"180\"><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"169\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ee1232726\" wfd-id=\"171\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec24ae116\" wfd-id=\"175\"><span class=\"tve_image_frame\" wfd-id=\"176\"><img class=\"tve_image wp-image-1597\" alt=\"\" width=\"73\" height=\"73\" title=\"what_do_icon_02\" data-id=\"1597\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_02.png\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"174\"><p data-css=\"tve-u-15ec2481d17\"><strong>Snacks Included</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"173\"><p data-css=\"tve-u-15ec2487407\">for your little one</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec3192f72\" wfd-id=\"172\"><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"161\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ee1237243\" wfd-id=\"163\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec24d5e15\" wfd-id=\"167\"><span class=\"tve_image_frame\" wfd-id=\"168\"><img class=\"tve_image wp-image-1598\" alt=\"\" width=\"65\" height=\"73\" title=\"what_do_icon_03\" data-id=\"1598\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_03.png\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"166\"><p data-css=\"tve-u-15ec2481d17\"><strong>Regularly walks</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"165\"><p data-css=\"tve-u-15ec2487407\">to keep them ealthy</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2492191\" wfd-id=\"164\"><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris.</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-15ec24f494c\" id=\"testimonials\" style=\"\" wfd-id=\"137\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ec24f97c0\" wfd-id=\"156\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec24f790d\" wfd-id=\"138\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15ec254985a\" style=\"\" wfd-id=\"139\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-15ec253a41f\" wfd-id=\"140\"><div class=\"tcb-flex-col\" wfd-id=\"144\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec253ef3a\" style=\"\" wfd-id=\"146\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec256e611\" style=\"\" wfd-id=\"149\"><p data-css=\"tve-u-15ec25610c7\"><span data-css=\"tve-u-15ec268a0a3\" style=\"font-size: 45px; color: rgb(89, 171, 227);\" wfd-id=\"154\"><span data-css=\"tve-u-15ec26760e9\" style=\"font-family: ABeeZee;\" wfd-id=\"155\">â€</span></span><span data-css=\"tve-u-15ec256b908\" style=\"font-family: &quot;Amatic SC&quot;;\" wfd-id=\"153\">&nbsp; &nbsp; &nbsp;</span><span data-css=\"tve-u-15ec2680494\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"151\"><span data-css=\"tve-u-15ec269379d\" style=\"font-size: 45px;\" wfd-id=\"152\">my chester enjoys being with them!</span> &nbsp; &nbsp;&nbsp;</span><span data-css=\"tve-u-15ec255fe12\" style=\"font-family: ABeeZee; font-weight: 400; color: rgb(89, 171, 227); font-size: 45px;\" wfd-id=\"150\">â€</span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2698d8d\" wfd-id=\"148\"><p data-css=\"tve-u-160266880a0\">We LOVE going for walks with our friends at Paw! Donâ€™t tell our mom &amp; dad,but we get really excited when they leave for work because we know it wonâ€™t be long before we get a visit from one of our favorite friends at PawCity! Best part is, they always let our parents know how ourwalk went right away so they dont have to worry about us!</p><p data-css=\"tve-u-15ec269736c\">We love you PawCity!! xoxo</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec26ab7b0\" style=\"\" wfd-id=\"147\"><p data-css=\"tve-u-15ec26a92a2\"><strong>Anna Olson</strong>, Chesterâ€™s Mom</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"141\"><div class=\"tcb-col\" wfd-id=\"143\"></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 343px; left: 0px;\" data-css=\"tve-u-15ec26c390a\" id=\"aboutus\" wfd-id=\"132\">\n<div class=\"tve-page-section-out\" wfd-id=\"136\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec26b9914\" wfd-id=\"133\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15ee1037a1d\" data-tag=\"h1\" wfd-id=\"135\"><h1 data-css=\"tve-u-15ec26bd2e8\">About us</h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec31ba260\" wfd-id=\"134\"><p data-css=\"tve-u-15ec2443105\" style=\"text-align: center;\">At PawCity, we lead lives full of the unconditional love and happiness we receive from the furballs we get to spend time with everyday and we have this beautiful city and all the beautiful people in it to thank. We love you and your pups!!</p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 343px; left: 0px;\" data-css=\"tve-u-15ec26ec232\" wfd-id=\"101\">\n<div class=\"tve-page-section-out\" wfd-id=\"131\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec26e5812\" wfd-id=\"102\"><div class=\"thrv_wrapper thrv-columns tcb-window-width\" style=\"width: 343px; left: -1px;\" data-css=\"tve-u-15ee106257d\" wfd-id=\"103\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2\" data-css=\"tve-u-15ec26fee25\" wfd-id=\"104\"><div class=\"tcb-flex-col c-33\" wfd-id=\"126\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec2a38bfd\" wfd-id=\"128\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec2a33d71\" wfd-id=\"129\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"130\"><img class=\"tve_image wp-image-7399\" alt=\"\" width=\"830\" height=\"775\" title=\"about_us_dog\" data-id=\"7399\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/about_us_dog.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col c-66\" wfd-id=\"105\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec27075e1\" wfd-id=\"107\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160309f3e5d\" wfd-id=\"120\">\n<div class=\"tve-content-box-background\" wfd-id=\"125\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160309b397d\" wfd-id=\"121\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-160309b00b4\" data-float=\"1\" wfd-id=\"123\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"124\"><img class=\"tve_image wp-image-7404\" alt=\"\" width=\"64\" height=\"64\" title=\"dog_paw\" data-id=\"7404\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/dog_paw.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16030a08afd\" wfd-id=\"122\"><p>We moved to New York City with our black bulldog rescue, Blakely, in 2007 after graduating from the University of Maryland. Immediately, we realized what a dog-crazy place it was.</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160309f6c04\" wfd-id=\"114\">\n<div class=\"tve-content-box-background\" wfd-id=\"119\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160309b397d\" wfd-id=\"115\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-160309ddca8\" data-float=\"1\" wfd-id=\"117\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"118\"><img class=\"tve_image wp-image-7403\" alt=\"\" width=\"64\" height=\"64\" title=\"dog_house\" data-id=\"7403\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/dog_house.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16030a09626\" wfd-id=\"116\"><p>We knew right away that we wanted to work with the animals that we loved and that had given us so much love since we were little girls. We started PawCity Dog Walking in July of 2010.</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16030975307\" wfd-id=\"108\">\n<div class=\"tve-content-box-background\" wfd-id=\"113\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160309b397d\" wfd-id=\"109\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16030a013d7\" data-float=\"1\" wfd-id=\"111\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"112\"><img class=\"tve_image wp-image-7405\" alt=\"\" width=\"64\" height=\"64\" title=\"spinning_wheel\" data-id=\"7405\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/spinning_wheel.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160309b344b\" wfd-id=\"110\"><p>We cover the entire width of the East Side, from 96th Street to Delancey and handle every type of personality imaginable. At PawCity, we lead lives full of the unconditional love and happiness we receive from the furballs we get to spend time with everyday.</p></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" data-css=\"tve-u-15ec2a56438\" style=\"width: 343px; left: 0px;\" id=\"getyourcoupon\" wfd-id=\"85\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ec2a5bb35\" wfd-id=\"100\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec2a5540e\" wfd-id=\"86\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ec2a80647\" wfd-id=\"87\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15ec2a9b8a9\" wfd-id=\"99\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ec2a81a9f\" wfd-id=\"88\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2a6f589\" wfd-id=\"97\"><p data-css=\"tve-u-15ec2a6b447\"><span data-css=\"tve-u-15ec2a6d9d8\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"98\"><strong>Get Your Coupon</strong></span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2aaa9a4\" wfd-id=\"95\"><p data-css=\"tve-u-15ec2ab1d6d\">We strive to keep both you and your pup as happy and comfortable as possible while youâ€™re out earning those big bucks.</p><p data-css=\"tve-u-15ec2ab1d82\"><br></p><p data-css=\"tve-u-15ec2aa8e2e\"><strong>Get <span data-css=\"tve-u-15ec2aafa24\" style=\"color: rgb(89, 171, 227);\" wfd-id=\"96\">20%</span> off your first walk. Enter your email and we\'ll send you your coupon.</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ec2abe257\" wfd-id=\"89\">\n<div class=\"tve-content-box-background\" wfd-id=\"94\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ec2acb421\" wfd-id=\"90\"><div class=\"thrv_wrapper thrv-button tve_ea_thrive_lightbox\" data-css=\"tve-u-15ec2ac01df\" data-tcb_hover_state_parent=\"false\" data-button-style=\"full_rounded\" wfd-id=\"91\">\n<a href=\"#\" class=\"tcb-button-link tve_evt_manager_listen tve_et_click\" data-tcb-events=\"__TCB_EVENT_[{&quot;config&quot;:{&quot;l_anim&quot;:&quot;zoom_in&quot;,&quot;l_id&quot;:&quot;265&quot;},&quot;a&quot;:&quot;thrive_lightbox&quot;,&quot;t&quot;:&quot;click&quot;}]_TNEVE_BCT__\">\n<span class=\"tcb-button-texts\" wfd-id=\"92\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-15ebe925072\" wfd-id=\"93\">Get Your Coupon Now</span></span>\n</a>\n</div></div>\n</div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-15ec2b0a32a\" id=\"areaweserve\" wfd-id=\"68\">\n<div class=\"tve-page-section-out\" wfd-id=\"84\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15f76fcb7df\" wfd-id=\"69\"><div class=\"thrv_wrapper thrv-columns\" style=\"\" data-css=\"tve-u-15ee103f44a\" wfd-id=\"70\"><div class=\"tcb-flex-row tcb--cols--2 tcb-medium-wrap v-2 tcb-resized\" data-css=\"tve-u-15ec2ae8715\" wfd-id=\"71\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-165b7cefd8d\" style=\"\" wfd-id=\"77\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec2b37666\" wfd-id=\"79\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"82\"><p data-css=\"tve-u-15ec2af6c4b\"><span data-css=\"tve-u-15ec2af6c4e\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"83\">area we serve</span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"80\"><p>As a small team of experienced dog owners and lovers, we really get to know you and your dog and we canguarantee consistent and personal care that is equal to your love and attention.</p><p><br></p><p><strong><span data-css=\"tve-u-15ec2afed17\" style=\"color: rgb(89, 171, 227);\" wfd-id=\"81\">We are so excited to make you a part of the family!</span></strong></p></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-165b7cefdbe\" style=\"\" wfd-id=\"72\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec2b33f06\" wfd-id=\"74\"><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-15ec2b3b468\" wfd-id=\"76\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=port saint lucie, fl&amp;t=m&amp;z=8&amp;output=embed&amp;iwloc=near\"></iframe>\n</div><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-15ec2b3b468\" wfd-id=\"75\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=port saint lucie, fl&amp;t=m&amp;z=9&amp;output=embed&amp;iwloc=near\"></iframe>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" data-css=\"tve-u-15ec2b5d54c\" style=\"width: 343px; left: 0px;\" id=\"contact\" wfd-id=\"31\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ec2b56fac\" wfd-id=\"67\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec2b54c99\" wfd-id=\"32\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1602b31dfcd\" wfd-id=\"33\"><div class=\"tcb-flex-row tcb-resized tcb-medium-wrap tcb--cols--3\" data-css=\"tve-u-1602b37ce9d\" wfd-id=\"34\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1602be453ec\" style=\"\" wfd-id=\"61\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"63\"><div class=\"tcb-clear\" data-css=\"tve-u-1602bff3cd5\" wfd-id=\"64\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec2b6e126\" wfd-id=\"65\"><span class=\"tve_image_frame\" wfd-id=\"66\"><img class=\"tve_image wp-image-25564\" alt=\"\" width=\"142\" height=\"44\" title=\"logo_pawcity\" data-id=\"25564\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/logo_pawcity.png\"></span></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1602be45437\" style=\"\" wfd-id=\"48\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1602be56dfc\" wfd-id=\"50\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1602bfebaf9\" wfd-id=\"51\">\n<div class=\"tve-content-box-background\" wfd-id=\"60\"></div>\n<div class=\"tve-cb\" wfd-id=\"52\"><div class=\"tcb-clear\" data-css=\"tve-u-1602bf36e2c\" wfd-id=\"58\"><div class=\"thrv_wrapper tve_image_caption tcb-mobile-hidden\" data-css=\"tve-u-1602be7db66\" data-float=\"1\" wfd-id=\"59\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-7369\" alt=\"\" width=\"64\" height=\"64\" title=\"location\" data-id=\"7369\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/location.png\" style=\"width: 100%;\"></span></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1602bf25f10\" wfd-id=\"53\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1602befe215\" wfd-id=\"54\"><p data-css=\"tve-u-1602bfa220e\"><strong><span data-css=\"tve-u-1602b324a9b\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"57\">67 E. 3rd Street</span></strong><span data-css=\"tve-u-1602b324a9c\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"56\"> </span><span data-css=\"tve-u-1602b324ab9\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"55\">Suite B New York, NY 10003</span></p></div></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1602be4545b\" style=\"\" wfd-id=\"35\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"37\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1602bfea280\" wfd-id=\"38\">\n<div class=\"tve-content-box-background\" wfd-id=\"47\"></div>\n<div class=\"tve-cb\" wfd-id=\"39\"><div class=\"tcb-clear\" data-css=\"tve-u-1602bfc4bea\" wfd-id=\"45\"><div class=\"thrv_wrapper tve_image_caption tcb-mobile-hidden\" data-css=\"tve-u-1602bec144e\" data-float=\"1\" wfd-id=\"46\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-7370\" alt=\"\" width=\"64\" height=\"64\" title=\"phone\" data-id=\"7370\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/phone.png\" style=\"width: 100%;\"></span></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1602bfc74c3\" wfd-id=\"40\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1602b332fd9\" data-float=\"1\" wfd-id=\"41\"><p><strong><span data-css=\"tve-u-1602b324a9b\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"44\">080</span></strong><span data-css=\"tve-u-1602b324a9c\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"43\"> </span><span data-css=\"tve-u-1602b324ab9\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"42\">708 5583</span></p></div></div></div>\n</div></div></div></div></div></div>\n</div>'),(2682,274,'tve_revision_tve_content_more_found',''),(2683,274,'tve_revision_tve_save_post','');
INSERT INTO `wpbe_postmeta` VALUES (2684,274,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Montserrat:400,200,300&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Amatic+SC:400&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=ABeeZee:400&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-160309b397d\"]::after { clear: both; }[data-css=\"tve-u-160309b344b\"] { position: relative !important; margin-left: 100px !important; }[data-css=\"tve-u-160309b00b4\"] + div { clear: none; }[data-css=\"tve-u-160309b00b4\"] { float: none; width: 60px; position: absolute; margin-bottom: 0px !important; margin-top: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-16030975307\"] { max-width: 75%; margin-left: 80px !important; }[data-css=\"tve-u-1602bfa220e\"] { line-height: 1.85em !important; }[data-css=\"tve-u-1602be7db66\"] { float: left; width: 40px; z-index: 3; position: relative; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1602be56dfc\"]::after { clear: both; }[data-css=\"tve-u-1602be4545b\"] { max-width: 25%; }[data-css=\"tve-u-1602be45437\"] { max-width: 48.1%; }[data-css=\"tve-u-1602be453ec\"] { max-width: 26.9%; }[data-css=\"tve-u-1602b37ce9d\"] > .tcb-flex-col > .tcb-col { justify-content: center; }[data-css=\"tve-u-1602b332fd9\"] { max-width: 264px; position: relative; float: right; z-index: 3; width: 100%; padding-left: 1px !important; margin-top: 1px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1602b324a9c\"] { color: rgb(74, 163, 223) !important; }[data-css=\"tve-u-1602b324a9b\"] { color: rgb(74, 163, 223) !important; }[data-css=\"tve-u-1602b31dfcd\"] { max-width: 1296px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15f76fcb7df\"] { max-width: 100%; }[data-css=\"tve-u-15ee121fb1c\"] .tcb-flex-col { flex-basis: 285px !important; }[data-css=\"tve-u-15ec30a8a14\"]::after { clear: both; }#tve_editor [data-css=\"tve-u-15ebe90cfb0\"] { font-size: 96px !important; }[data-css=\"tve-u-15ee1237243\"] { box-shadow: rgba(73, 137, 181, 0.15) -3px 7px 69px 10px; }[data-css=\"tve-u-15ee1232726\"] { box-shadow: rgba(73, 137, 181, 0.15) -3px 7px 69px 10px; }[data-css=\"tve-u-15ee121fb1c\"] > .tcb-flex-col > .tcb-col { min-height: 503px; }[data-css=\"tve-u-15ee1225fdf\"] { box-shadow: rgba(73, 137, 181, 0.15) -3px 7px 69px 10px; }[data-css=\"tve-u-15ee121fb1c\"] { margin-left: -60px; min-height: inherit; }[data-css=\"tve-u-15ee121fb1c\"] > .tcb-flex-col { padding-left: 60px; }[data-css=\"tve-u-15ee121a6d1\"] { float: none; max-width: 1296px; text-align: center; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ee1211b9b\"] { max-width: 1603px; text-align: center; }[data-css=\"tve-u-15ec26fee25\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-15ee106257d\"] { max-width: 100%; }[data-css=\"tve-u-15ec3055cca\"] { max-width: 1370px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ee103f44a\"] { float: none; max-width: 1200px; border: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ee1037a1d\"] { float: none; max-width: 1296px; margin-left: auto !important; margin-right: auto !important; }#tve_editor [data-css=\"tve-u-15ec2ac01df\"]:hover .tcb-button-link { box-shadow: rgba(73, 137, 181, 0.25) -3px 7px 73px 18px; background-color: rgb(149, 250, 201) !important; }#tve_editor [data-css=\"tve-u-15ebe91a626\"]:hover .tcb-button-link { box-shadow: rgba(73, 137, 181, 0.25) -3px 7px 73px 18px; border: 0px dashed rgb(255, 255, 255); background-color: rgb(149, 250, 201) !important; font-weight: normal !important; background-image: none !important; }[data-css=\"tve-u-15ebe8a2edd\"] > .tcb-flex-col > .tcb-col { justify-content: center; }[data-css=\"tve-u-15ec3017516\"] { margin-top: 60px !important; padding-bottom: 50px !important; }[data-css=\"tve-u-15ec2b6e126\"] { width: 142px; }[data-css=\"tve-u-15ec2b5d54c\"] { margin-top: 83px !important; }[data-css=\"tve-u-15ec2b56fac\"] { background-image: linear-gradient(rgb(25, 46, 60), rgb(25, 46, 60)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-15ec2b54c99\"] { max-width: 1586px; min-height: 100px !important; }[data-css=\"tve-u-15ec2b3b468\"] { box-shadow: rgba(89, 171, 227, 0.15) -3px 7px 69px 10px; margin-top: 0px !important; margin-bottom: 0px !important; margin-left: 38px !important; }[data-css=\"tve-u-15ec2b37666\"] { margin-top: 114px !important; }[data-css=\"tve-u-15ec2b33f06\"] { padding-left: 0px !important; }[data-css=\"tve-u-15ec2b0a32a\"] { margin-top: 76px !important; }[data-css=\"tve-u-15ec2ae8715\"] > .tcb-flex-col { padding-left: 13px; }[data-css=\"tve-u-15ec2afed17\"] { color: rgb(89, 171, 227) !important; }[data-css=\"tve-u-15ec2ae8715\"] { float: none; max-width: 1453px; margin-left: -13px; min-height: inherit; margin-right: auto !important; padding-left: 15px !important; padding-right: 15px !important; }[data-css=\"tve-u-15ec2acb421\"] { min-height: 162px; }[data-css=\"tve-u-15ec2aafa24\"] { color: rgb(89, 171, 227) !important; }[data-css=\"tve-u-15ec2aaa9a4\"] { float: none; max-width: 1440px; margin-left: auto !important; margin-right: auto !important; margin-top: 25px !important; }#tve_editor [data-css=\"tve-u-15ec2aa8e2e\"] { letter-spacing: 1px; color: rgb(255, 255, 255) !important; font-size: 20px !important; }[data-css=\"tve-u-15ec2a9b8a9\"] { border: 1px solid rgb(89, 171, 227) !important; }[data-css=\"tve-u-15ec2a81a9f\"] { min-height: 162px; }[data-css=\"tve-u-15ec2a80647\"] { float: none; max-width: 97%; margin-left: auto !important; margin-right: auto !important; margin-top: 55px !important; }[data-css=\"tve-u-15ec2a6f589\"] { float: none; max-width: 1440px; margin-top: 55px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2a6d9d8\"] { font-family: \"Amatic SC\" !important; font-weight: 400 !important; }#tve_editor [data-css=\"tve-u-15ec2a6b447\"] { color: rgb(89, 171, 227) !important; font-size: 70px !important; }[data-css=\"tve-u-15ec2a5bb35\"] { background-image: linear-gradient(rgba(28, 54, 85, 0.8), rgba(28, 54, 85, 0.8)), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/coupon_background.jpg\") !important; background-size: auto, cover !important; background-position: 0px 0px, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-15ec2a56438\"] { margin-top: 69px !important; }[data-css=\"tve-u-15ec2a5540e\"] { max-width: 100%; text-align: center; min-height: 561px !important; }[data-css=\"tve-u-15ec2a38bfd\"] { margin-right: 0px !important; padding-right: 0px !important; margin-left: 0px !important; }[data-css=\"tve-u-15ec2a33d71\"] { width: 830px; position: relative; top: 0px; left: 40px; z-index: 7; float: none; padding-right: 0px !important; padding-left: 0px !important; }[data-css=\"tve-u-15ec27075e1\"] { border-left: 1px solid rgb(232, 238, 241); border-top: 1px solid rgb(232, 238, 241); border-bottom: 1px solid rgb(232, 238, 241); }[data-css=\"tve-u-15ec26fee25\"] > .tcb-flex-col > .tcb-col { min-height: 612px; }[data-css=\"tve-u-15ec26fee25\"] { min-height: inherit; margin-left: 0px; padding-top: 0px !important; padding-bottom: 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-15ec26ec232\"] { margin-top: 66px !important; }[data-css=\"tve-u-15ec26e5812\"] { max-width: 100%; min-height: 586px !important; }[data-css=\"tve-u-15ec26c390a\"] { margin-top: 60px !important; }#tve_editor [data-css=\"tve-u-15ec26bd2e8\"] { color: rgb(24, 45, 60) !important; font-size: 70px !important; }[data-css=\"tve-u-15ec26b9914\"] { max-width: 1434px; text-align: center; }[data-css=\"tve-u-15ec26ab7b0\"] { margin-top: 67px !important; }#tve_editor [data-css=\"tve-u-15ec26a92a2\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15ec2698d8d\"] { float: none; max-width: 600px; margin-left: auto !important; margin-right: auto !important; margin-top: 30px !important; }#tve_editor [data-css=\"tve-u-15ec269736c\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15ec269379d\"] { font-size: 45px !important; }[data-css=\"tve-u-15ec268a0a3\"] { font-size: 45px !important; color: rgb(89, 171, 227) !important; }[data-css=\"tve-u-15ec256e611\"] { margin-top: 0px !important; }#tve_editor [data-css=\"tve-u-15ec25610c7\"] { font-size: 40px !important; color: rgb(89, 171, 227) !important; }[data-css=\"tve-u-15ec255fe12\"] { font-family: ABeeZee !important; font-weight: 400 !important; color: rgb(89, 171, 227) !important; font-size: 45px !important; }[data-css=\"tve-u-15ec254985a\"] { margin-right: 0px !important; }[data-css=\"tve-u-15ec253ef3a\"] { text-align: center; background-image: linear-gradient(rgba(24, 45, 60, 0.95), rgba(24, 45, 60, 0.95)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; margin-top: 0px !important; padding-top: 130px !important; padding-bottom: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-15ec253a41f\"] > .tcb-flex-col > .tcb-col { min-height: 661px; }[data-css=\"tve-u-15ec253a41f\"] { min-height: inherit; float: none; max-width: 1474px; z-index: 3; position: relative; padding-top: 0px !important; padding-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; padding-right: 0px !important; }[data-css=\"tve-u-15ec24f97c0\"] { background-image: linear-gradient(rgba(42, 51, 68, 0.1), rgba(42, 51, 68, 0.1)), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/testimonial_bg.jpg\") !important; background-size: auto, cover !important; background-position: 0px 0px, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-15ec24f790d\"] { min-height: 661px !important; }[data-css=\"tve-u-15ec24f494c\"] { margin-top: 60px !important; }[data-css=\"tve-u-15ec24d5e15\"] + div { clear: none; }[data-css=\"tve-u-15ec24d5e15\"] { float: none; width: 65px; margin-left: auto !important; margin-right: auto !important; margin-top: 40px !important; }[data-css=\"tve-u-15ec24ae116\"] + div { clear: none; }[data-css=\"tve-u-15ec24ae116\"] { float: none; width: 73px; margin-left: auto !important; margin-right: auto !important; margin-top: 40px !important; }[data-css=\"tve-u-15ec249b3f6\"] { line-height: 1.9em !important; }[data-css=\"tve-u-15ec2492191\"] { margin-left: 25px !important; margin-right: 25px !important; margin-top: 25px !important; }#tve_editor [data-css=\"tve-u-15ec2487407\"] { text-transform: uppercase !important; color: rgb(135, 156, 171) !important; font-size: 17px !important; }#tve_editor [data-css=\"tve-u-15ec2481d17\"] { font-size: 20px !important; }[data-css=\"tve-u-15ec2477274\"] + div { clear: none; }[data-css=\"tve-u-15ec2477274\"] { float: none; width: 55px; margin-left: auto !important; margin-right: auto !important; margin-top: 40px !important; }[data-css=\"tve-u-15ec2448fdb\"] { float: none; max-width: 1296px; margin-top: 10px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2443105\"] { line-height: 1.8em !important; }[data-css=\"tve-u-15ebea49c0c\"] { float: none; max-width: 1440px; margin-left: auto !important; margin-right: auto !important; margin-top: 0px !important; }#tve_editor [data-css=\"tve-u-15ebea42b31\"] { color: rgb(24, 45, 60) !important; font-size: 70px !important; }[data-css=\"tve-u-15ebea3a693\"] { max-width: 1434px; }[data-css=\"tve-u-15ebe955aaa\"]::after { clear: both; }#tve_editor [data-css=\"tve-u-15ebe925072\"] { font-family: Montserrat; letter-spacing: 0px; font-weight: 400; font-size: 20px !important; color: rgb(24, 45, 60) !important; }[data-css=\"tve-u-15ebe91a626\"] { display: block; max-width: 423px; margin-left: 50px !important; margin-right: 0px !important; }[data-css=\"tve-u-15ebe91a626\"] .tcb-button-link { border-radius: 200px; min-height: 67.1429px; font-size: 1.6em; padding-top: 0px; padding-bottom: 0px; background-color: rgb(105, 240, 174) !important; padding-left: 15px !important; background-image: none !important; }[data-css=\"tve-u-15ebe916c34\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 733px; }[data-css=\"tve-u-15ebe90cfb0\"] { line-height: 1.1em !important; }[data-css=\"tve-u-15ebe906677\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 669px; margin-left: 50px !important; margin-top: 40px !important; }#tve_editor [data-css=\"tve-u-15ebe905473\"] { font-size: 22px !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15ebe8ee6c0\"]::after { clear: both; }[data-css=\"tve-u-15ebe8edca2\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 722px; padding-left: 0px !important; margin-left: 50px !important; margin-top: 104px !important; }[data-css=\"tve-u-15ebe8abb9e\"] { padding: 0px !important; }[data-css=\"tve-u-15ebe8a4d78\"] { clip-path: url(\"#clip-left-335f47a4c8f92\"); -webkit-clip-path: url(\"#clip-left-335f47a4c8f92\");  }[data-css=\"tve-u-15ebe8a2edd\"] { padding-bottom: 15px !important; padding-top: 15px !important; }[data-css=\"tve-u-15ebe89fb7a\"] { margin-left: -35px !important; }[data-css=\"tve-u-15ebe830a90\"] { clip-path: url(\"#clip-left-bb2526ca261ae\"); -webkit-clip-path: url(\"#clip-left-bb2526ca261ae\");  border: none; background-image: linear-gradient(rgb(89, 171, 227), rgb(89, 171, 227)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-15ebe827cb3\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 0px !important; }[data-css=\"tve-u-15ebe80a9a1\"] { min-height: 729px; }[data-css=\"tve-u-15ebe738fb8\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-15ebe738fb8\"] > .tcb-flex-col > .tcb-col { min-height: 729px; }[data-css=\"tve-u-15ebe738fb8\"] { min-height: inherit; margin-left: 0px; padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-15ebe73226c\"] { background-image: none !important; }[data-css=\"tve-u-15ebe72c974\"] { max-width: 1620px; }[data-css=\"tve-u-15ebe70a25b\"] { width: 142px; margin-top: 20px !important; padding-left: 0px !important; margin-left: 30px !important; }[data-css=\"tve-u-15ebe5d7b44\"] { background-image: linear-gradient(rgb(0, 0, 0), rgb(0, 0, 0)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-15ebe51d596\"] { max-width: 100%; min-height: 100px !important; }#tcb_landing_page h3 { font-family: Montserrat; font-weight: 200; font-size: 20px; color: rgb(0, 0, 0); }#tcb_landing_page h2 { font-family: \"Amatic SC\"; font-weight: 400; font-size: 70px; color: rgb(0, 0, 0); }#tcb_landing_page h1 { font-family: \"Amatic SC\"; font-weight: 400; font-size: 96px; color: rgb(0, 0, 0); }#tcb_landing_page p, #tcb_landing_page li { font-family: Montserrat; font-weight: 200; color: rgb(0, 0, 0); font-size: 18px; line-height: 1.667em; }[data-css=\"tve-u-15e09c94f7d\"] { background-color: rgb(255, 255, 255); }[data-css=\"tve-u-15ec256b908\"] { font-family: \"Amatic SC\" !important; font-weight: 400 !important; }[data-css=\"tve-u-15ec26760e9\"] { font-family: ABeeZee !important; font-weight: 400 !important; }[data-css=\"tve-u-15ec2680494\"] { font-family: \"Amatic SC\" !important; font-weight: 400 !important; }#tve_editor [data-css=\"tve-u-15ec2ab1d6d\"] { letter-spacing: 1px; color: rgb(255, 255, 255) !important; font-size: 20px !important; }#tve_editor [data-css=\"tve-u-15ec2ab1d82\"] { letter-spacing: 1px; color: rgb(255, 255, 255) !important; font-size: 20px !important; }[data-css=\"tve-u-15ec2abe257\"] { float: none; z-index: 3; position: relative; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2ac01df\"] { display: block; max-width: 423px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2ac01df\"] .tcb-button-link { border-radius: 200px; min-height: 67.1429px; font-size: 1.6em; padding-top: 0px; padding-bottom: 0px; background-color: rgb(105, 240, 174) !important; padding-left: 15px !important; }#tve_editor [data-css=\"tve-u-15ec2af6c4b\"] { color: rgb(24, 45, 60) !important; font-size: 70px !important; }[data-css=\"tve-u-15ec2af6c4e\"] { font-family: \"Amatic SC\" !important; font-weight: 400 !important; }[data-css=\"tve-u-15ec3192f72\"] { margin-left: 25px !important; margin-right: 25px !important; margin-top: 25px !important; }[data-css=\"tve-u-15ec31ba260\"] { float: none; max-width: 1296px; margin-top: 10px !important; margin-left: auto !important; margin-right: auto !important; }#tcb_landing_page a:hover:not(.tcb-button-link) { color: rgb(89, 171, 227); }#tcb_landing_page .tve-state-hovera:not(.tcb-button-link) { color: rgb(89, 171, 227); }#tve_editor [data-css=\"tve-u-160266880a0\"] { color: rgb(255, 255, 255) !important; font-family: Montserrat !important; }[data-css=\"tve-u-1602b324ab9\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1602bec144e\"] { width: 36px; float: left; z-index: 3; position: static; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1602befe215\"] { max-width: 386px; position: relative !important; padding-left: 1px !important; margin-top: 0px !important; margin-left: 50px !important; }[data-css=\"tve-u-160309ddca8\"] + div { clear: none; }[data-css=\"tve-u-160309ddca8\"] { float: none; width: 60px; position: absolute; margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-160309f3e5d\"] { max-width: 75%; margin-left: 80px !important; margin-top: 60px !important; margin-bottom: 40px !important; }[data-css=\"tve-u-160309f6c04\"] { max-width: 75%; margin-left: 80px !important; margin-top: 60px !important; margin-bottom: 80px !important; }[data-css=\"tve-u-16030a013d7\"] + div { clear: none; }[data-css=\"tve-u-16030a013d7\"] { float: none; width: 60px; position: absolute; margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-16030a08afd\"] { position: relative !important; margin-left: 100px !important; }[data-css=\"tve-u-16030a09626\"] { position: relative !important; margin-left: 100px !important; }#tcb_landing_page a.tve-state-hover:not(.tcb-button-link) { color: rgb(89, 171, 227); }[data-css=\"tve-u-15ec2ae8715\"] > .tcb-flex-col > .tcb-col { min-height: 10px; }[data-css=\"tve-u-165b7cefd8d\"] { max-width: 42.3%; }[data-css=\"tve-u-165b7cefdbe\"] { max-width: 57.7%; }[data-css=\"tve-u-165b7d7585c\"] { max-width: 58.4%; }[data-css=\"tve-u-165b7d75889\"] { max-width: 41.6%; }[data-css=\"tve-u-165b7dbb826\"] { float: none; width: 100%; z-index: 3; position: relative; margin: -1px auto 0px !important; padding-top: 0px !important; }#tcb_landing_page h4 { color: rgb(0, 0, 0); }#tcb_landing_page h5 { color: rgb(0, 0, 0); }#tcb_landing_page h6 { color: rgb(0, 0, 0); }#tcb_landing_page .tcb-plain-text { color: rgb(0, 0, 0); }#tcb_landing_page a:not(.tcb-button-link) { color: rgb(0, 0, 0); }#tve_editor [data-css=\"tve-u-165b7dbb826\"] #menu-item-109 > a { fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; font-size: 14px !important; }#tve_editor [data-css=\"tve-u-165b7dbb826\"] #menu-item-102 > a { fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; font-size: 14px !important; }#tve_editor [data-css=\"tve-u-165b7dbb826\"] #menu-item-103 > a { fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; font-size: 14px !important; }#tve_editor [data-css=\"tve-u-165b7dbb826\"] #menu-item-104 > a { fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; font-size: 14px !important; }#tve_editor [data-css=\"tve-u-165b7dbb826\"] #menu-item-153 > a { fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; font-size: 14px !important; }[data-css=\"tve-u-165b7e34349\"] { max-width: 32.6%; }[data-css=\"tve-u-165b7e3437c\"] { max-width: 67.4%; }[data-css=\"tve-u-165b7dbb826\"] #menu-item-109 > a { font-weight: bold !important; }[data-css=\"tve-u-165b7dbb826\"] #menu-item-102 > a { font-weight: bold !important; }[data-css=\"tve-u-165b7dbb826\"] #menu-item-103 > a { font-weight: bold !important; }[data-css=\"tve-u-165b7dbb826\"] #menu-item-104 > a { font-weight: bold !important; }[data-css=\"tve-u-165b7dbb826\"] #menu-item-153 > a { font-weight: bold !important; }[data-css=\"tve-u-165b7dbb826\"] #menu-item-109 { padding-left: 20px !important; padding-right: 20px !important; }[data-css=\"tve-u-165b7dbb826\"] #menu-item-102 { padding-left: 20px !important; padding-right: 20px !important; }[data-css=\"tve-u-165b7dbb826\"] #menu-item-103 { padding-left: 20px !important; padding-right: 20px !important; }[data-css=\"tve-u-165b7dbb826\"] #menu-item-104 { padding-left: 20px !important; padding-right: 20px !important; }[data-css=\"tve-u-165b7dbb826\"] #menu-item-153 { padding-left: 20px !important; padding-right: 20px !important; }#tve_editor [data-css=\"tve-u-165b7dbb826\"] #menu-item-109:hover > a { fill: rgb(21, 174, 241) !important; color: rgb(21, 174, 241) !important; }#tve_editor [data-css=\"tve-u-165b7dbb826\"] #menu-item-102:hover > a { fill: rgb(21, 174, 241) !important; color: rgb(21, 174, 241) !important; }#tve_editor [data-css=\"tve-u-165b7dbb826\"] #menu-item-103:hover > a { fill: rgb(21, 174, 241) !important; color: rgb(21, 174, 241) !important; }#tve_editor [data-css=\"tve-u-165b7dbb826\"] #menu-item-104:hover > a { fill: rgb(21, 174, 241) !important; color: rgb(21, 174, 241) !important; }#tve_editor [data-css=\"tve-u-165b7dbb826\"] #menu-item-153:hover > a { fill: rgb(21, 174, 241) !important; color: rgb(21, 174, 241) !important; }#tve_editor [data-css=\"tve-u-165b7dbb826\"] #menu-item-109:hover { background-color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-165b7dbb826\"] #menu-item-102:hover { background-color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-165b7dbb826\"] #menu-item-103:hover { background-color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-165b7dbb826\"] #menu-item-104:hover { background-color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-165b7dbb826\"] #menu-item-153:hover { background-color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-165b7e86806\"] p, #tve_editor [data-css=\"tve-u-165b7e86806\"] li, #tve_editor [data-css=\"tve-u-165b7e86806\"] blockquote, #tve_editor [data-css=\"tve-u-165b7e86806\"] address, #tve_editor [data-css=\"tve-u-165b7e86806\"] .tcb-plain-text, #tve_editor [data-css=\"tve-u-165b7e86806\"] label { font-size: 3px; }#tve_editor [data-css=\"tve-u-165b7e86806\"] p, #tve_editor [data-css=\"tve-u-165b7e86806\"] li, #tve_editor [data-css=\"tve-u-165b7e86806\"] blockquote, #tve_editor [data-css=\"tve-u-165b7e86806\"] address, #tve_editor [data-css=\"tve-u-165b7e86806\"] .tcb-plain-text, #tve_editor [data-css=\"tve-u-165b7e86806\"] label, #tve_editor [data-css=\"tve-u-165b7e86806\"] h1, #tve_editor [data-css=\"tve-u-165b7e86806\"] h2, #tve_editor [data-css=\"tve-u-165b7e86806\"] h3, #tve_editor [data-css=\"tve-u-165b7e86806\"] h4, #tve_editor [data-css=\"tve-u-165b7e86806\"] h5, #tve_editor [data-css=\"tve-u-165b7e86806\"] h6 { color: rgb(255, 255, 255); }[data-css=\"tve-u-165b7e86806\"] { text-align: left; }}@media (max-width: 1023px){[data-css=\"tve-u-1602b332fd9\"] { float: none; max-width: 121px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1602befe215\"] { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1602b37ce9d\"] .tcb-flex-col { flex-basis: 420px !important; }[data-css=\"tve-u-1602bec144e\"] { float: none; z-index: 3; position: relative; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1602be7db66\"] { float: none; z-index: 3; position: relative; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2a38bfd\"] { text-align: left; }[data-css=\"tve-u-15ec27075e1\"] { margin-top: 0px !important; }[data-css=\"tve-u-15ee1237243\"] { margin-top: 52px !important; }[data-css=\"tve-u-15ee121a6d1\"] { margin-left: 33px !important; margin-right: 33px !important; }[data-css=\"tve-u-15ecc95760b\"]::after { clear: both; }[data-css=\"tve-u-15ebe51d596\"] { text-align: left; }[data-css=\"tve-u-15ec2b6e126\"] { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2b54c99\"] { text-align: left; }[data-css=\"tve-u-15ec2b3b468\"] { margin-left: 0px !important; margin-top: 20px !important; }[data-css=\"tve-u-15ec2b37666\"] { margin-top: 0px !important; }[data-css=\"tve-u-15ec2a80647\"] { margin-top: 0px !important; padding-left: 10px !important; padding-right: 10px !important; }[data-css=\"tve-u-15ec2a5540e\"] { max-width: 720px; }[data-css=\"tve-u-15ec2a33d71\"] { width: 395px; float: none; z-index: 3; position: relative; margin: 80px auto 0px !important; }[data-css=\"tve-u-15ec26b9914\"] { max-width: 720px; }[data-css=\"tve-u-15ec253ef3a\"] { padding: 25px 10px !important; }[data-css=\"tve-u-15ebea3a693\"] { max-width: 720px; }[data-css=\"tve-u-15ec30a8a14\"]::after { clear: both; }[data-css=\"tve-u-15ebe916c34\"] { max-width: 376px; }[data-css=\"tve-u-15ebe8a2edd\"] > .tcb-flex-col > .tcb-col { justify-content: center; min-height: 91px; }[data-css=\"tve-u-15ebe70a25b\"] { float: right; z-index: 3; position: relative; margin: 0px auto !important; }[data-css=\"tve-u-15ec3055cca\"] { text-align: center; margin-top: 0px !important; }[data-css=\"tve-u-15ebe8a2edd\"] { min-height: inherit; float: none; max-width: 100%; padding-top: 0px !important; padding-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec30518d3\"] { text-align: center; margin-left: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-15ebe830a90\"] { clip-path: url(\"#clip-tablet-left-bb2526ca261ae\"); -webkit-clip-path: url(\"#clip-tablet-left-bb2526ca261ae\");  }[data-css=\"tve-u-15ebe91a626\"] { margin-left: 30px !important; }[data-css=\"tve-u-15ebe906677\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 336px; margin-left: 30px !important; }[data-css=\"tve-u-15ebe8edca2\"] { margin-left: 30px !important; }[data-css=\"tve-u-15ebe89fb7a\"] { margin-left: -35px !important; }[data-css=\"tve-u-15ebe827cb3\"] { max-width: 100%; }#tve_editor [data-css=\"tve-u-15ebe90cfb0\"] { font-size: 84px !important; }}@media (max-width: 767px){[data-css=\"tve-u-160309b344b\"] { margin-left: 10px !important; margin-top: 30px !important; margin-right: 10px !important; }[data-css=\"tve-u-16030a013d7\"] { position: static; }[data-css=\"tve-u-16030a09626\"] { margin-left: 10px !important; margin-top: 30px !important; margin-right: 10px !important; }[data-css=\"tve-u-160309ddca8\"] { position: static; }[data-css=\"tve-u-16030a08afd\"] { margin-left: 10px !important; margin-right: 10px !important; margin-top: 30px !important; }[data-css=\"tve-u-160309b00b4\"] { position: static; }[data-css=\"tve-u-16030975307\"] { max-width: 100%; margin-left: 10px !important; margin-right: 10px !important; }[data-css=\"tve-u-160309f6c04\"] { max-width: 100%; margin-left: 10px !important; margin-right: 10px !important; }[data-css=\"tve-u-160309f3e5d\"] { max-width: 100%; margin-left: 10px !important; margin-right: 10px !important; }[data-css=\"tve-u-15ec2a38bfd\"]::after { clear: both; }[data-css=\"tve-u-1602bff3cd5\"]::after { clear: both; }[data-css=\"tve-u-1602bfea280\"] { margin-top: 0px !important; margin-bottom: 20px !important; }[data-css=\"tve-u-15ec2b6e126\"] { float: left; z-index: 3; position: relative; margin-left: 24px !important; }[data-css=\"tve-u-1602bf25f10\"]::after { clear: both; }[data-css=\"tve-u-1602b332fd9\"] { max-width: 257px; float: left; z-index: 3; position: relative; width: 100%; margin-top: 20px !important; margin-left: 20px !important; }[data-css=\"tve-u-15ec253ef3a\"] { padding-top: 30px !important; padding-bottom: 30px !important; }[data-css=\"tve-u-15ee1237243\"] { margin-top: 25px !important; }[data-css=\"tve-u-15ee1232726\"] { margin-top: 25px !important; }[data-css=\"tve-u-15ebe70a25b\"] { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2ae8715\"] { margin-left: -15px; }[data-css=\"tve-u-15ec2ae8715\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-15ec2b33f06\"] { margin-right: 0px !important; }[data-css=\"tve-u-15ec26fee25\"] > .tcb-flex-col > .tcb-col { min-height: 387px; }[data-css=\"tve-u-15ec26fee25\"] { margin-left: 0px; min-height: inherit; }[data-css=\"tve-u-15ec26fee25\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-15ec2a33d71\"] { position: static; margin-bottom: 0px !important; }[data-css=\"tve-u-15ec31ba260\"] { padding-left: 3px !important; padding-right: 3px !important; }[data-css=\"tve-u-15ec253a41f\"] > .tcb-flex-col > .tcb-col { min-height: 27px; }[data-css=\"tve-u-15ec253a41f\"] { margin-left: 0px; min-height: inherit; }[data-css=\"tve-u-15ec253a41f\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-15ec254985a\"] { margin-top: 0px !important; }[data-css=\"tve-u-15ec24f494c\"] { margin-top: 30px !important; }[data-css=\"tve-u-15ec256e611\"] { margin-top: 0px !important; }[data-css=\"tve-u-15ec3192f72\"] { margin-bottom: 32px !important; }[data-css=\"tve-u-15ec318421d\"] { margin-bottom: 34px !important; margin-top: -105px !important; }[data-css=\"tve-u-15ebe738fb8\"] > .tcb-flex-col > .tcb-col { min-height: 554px; }[data-css=\"tve-u-15ebe738fb8\"] { min-height: inherit; padding-bottom: 0px !important; }[data-css=\"tve-u-15ec3017516\"] { margin-top: 0px !important; padding-left: 5px !important; padding-right: 5px !important; }[data-css=\"tve-u-15ebe89fb7a\"] { margin-left: -20px !important; }[data-css=\"tve-u-15ec3055cca\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-15ebe916c34\"] { margin-bottom: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-15ec3152b02\"] { min-height: 226px; }[data-css=\"tve-u-15ebe80a9a1\"] { min-height: 554px; }[data-css=\"tve-u-15ebe91a626\"] { margin-left: 28px !important; margin-right: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-15ebe906677\"] { margin-left: 30px !important; }[data-css=\"tve-u-15ebe8edca2\"] { margin-left: 30px !important; margin-top: 45px !important; }[data-css=\"tve-u-15ebe827cb3\"] { max-width: 100%; }[data-css=\"tve-u-1602befe215\"] { max-width: 257px; float: left; z-index: 3; position: relative; width: 100%; margin-top: 20px !important; margin-left: 20px !important; }#tve_editor [data-css=\"tve-u-165b7e86806\"] p, #tve_editor [data-css=\"tve-u-165b7e86806\"] li, #tve_editor [data-css=\"tve-u-165b7e86806\"] blockquote, #tve_editor [data-css=\"tve-u-165b7e86806\"] address, #tve_editor [data-css=\"tve-u-165b7e86806\"] .tcb-plain-text, #tve_editor [data-css=\"tve-u-165b7e86806\"] label, #tve_editor [data-css=\"tve-u-165b7e86806\"] h1, #tve_editor [data-css=\"tve-u-165b7e86806\"] h2, #tve_editor [data-css=\"tve-u-165b7e86806\"] h3, #tve_editor [data-css=\"tve-u-165b7e86806\"] h4, #tve_editor [data-css=\"tve-u-165b7e86806\"] h5, #tve_editor [data-css=\"tve-u-165b7e86806\"] h6 { color: rgb(255, 255, 255); }[data-css=\"tve-u-165b7dbb826\"] #menu-item-109 { padding-left: 9px !important; padding-right: 9px !important; }[data-css=\"tve-u-165b7dbb826\"] #menu-item-102 { padding-left: 9px !important; padding-right: 9px !important; }[data-css=\"tve-u-165b7dbb826\"] #menu-item-103 { padding-left: 9px !important; padding-right: 9px !important; }[data-css=\"tve-u-165b7dbb826\"] #menu-item-104 { padding-left: 9px !important; padding-right: 9px !important; }[data-css=\"tve-u-165b7dbb826\"] #menu-item-153 { padding-left: 9px !important; padding-right: 9px !important; }[data-css=\"tve-u-165b7dbb826\"] { max-width: 326px; margin-left: auto !important; margin-right: auto !important; float: none; width: 100%; }}'),(2685,274,'tve_revision_tve_user_custom_css','.thrv_text_element p {margin:0;}\n.thrv_heading h1,h2,h3 {margin:0;}'),(2686,274,'tve_revision_tve_page_events','a:0:{}'),(2687,274,'tve_revision_tve_globals','a:4:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";s:11:\"extra_icons\";a:1:{i:0;a:3:{s:11:\"font-family\";s:25:\"tve-ff-6797-59f9979fd5998\";s:3:\"css\";s:87:\"http://lp-build.thrivethemes.com/wp-content/uploads/tve-ff-6797-59f9979fd5998/style.css\";s:6:\"folder\";s:92:\"/home/thrivedevbitston/public_html/landingpages/wp-content/uploads/tve-ff-6797-59f9979fd5998\";}}s:6:\"lb_map\";a:1:{i:6808;s:3:\"265\";}s:8:\"font_cls\";a:0:{}}'),(2688,274,'tve_revision_tve_global_scripts',''),(2689,274,'tve_revision_thrive_icon_pack','0'),(2690,274,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(2691,274,'tve_revision_tve_has_masonry','0'),(2692,274,'tve_revision_tve_has_typefocus','0'),(2693,274,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv-page-section\" style=\"z-index: 8;\" wfd-id=\"220\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ebe5d7b44\" wfd-id=\"262\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ebe51d596\" style=\"z-index: 8;\" wfd-id=\"221\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15ec3055cca\" wfd-id=\"222\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized\" data-css=\"tve-u-15ebe8a2edd\" wfd-id=\"223\"><div class=\"tcb-flex-col\" data-css=\"tve-u-165b7e34349\" style=\"\" wfd-id=\"256\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec30518d3\" wfd-id=\"258\"><div class=\"tcb-clear\" data-css=\"tve-u-15ecc95760b\" wfd-id=\"259\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ebe70a25b\" wfd-id=\"260\"><span class=\"tve_image_frame\" wfd-id=\"261\"><img class=\"tve_image wp-image-25564\" alt=\"\" width=\"142\" height=\"44\" title=\"logo_pawcity\" data-id=\"25564\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/logo_pawcity.png\"></span></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-165b7e3437c\" style=\"z-index: 8;\" wfd-id=\"224\"><div class=\"tcb-col\" style=\"z-index: 8;\" data-css=\"tve-u-165b7e86806\" wfd-id=\"226\"><div class=\"thrv_wrapper thrv_widget_menu tve-custom-menu-upgrade tve-mobile-dropdown     tve-dropdown-icon-style_1\" data-tve-style=\"tve_horizontal\" data-tve-switch-icon=\"none\" data-css=\"tve-u-165b7dbb826\" style=\"z-index: 8;\" wfd-id=\"227\">	<div class=\"thrive-shortcode-config\" style=\"display: none !important\" wfd-id=\"255\">__CONFIG_widget_menu__{\"menu_id\":\"4\",\"color\":\"tve_red\",\"dir\":\"tve_horizontal\",\"font_class\":\"\",\"font_size\":\"\",\"ul_attr\":\"\",\"link_attr\":\"\",\"top_link_attr\":\"\",\"trigger_attr\":\"\",\"primary\":\"\",\"head_css\":\"\",\"background_hover\":\"\",\"main_hover\":\"\",\"child_hover\":\"\",\"group_edit\":[],\"menu_style\":\"\",\"dropdown_icon\":\"style_1\",\"mobile_side\":\"\",\"mobile_icon\":\"\",\"switch_to_icon\":\"none\"}__CONFIG_widget_menu__</div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 343px; left: 0px;\" data-css=\"tve-u-15ebe8abb9e\" wfd-id=\"193\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ebe8a4d78\" data-clip-id=\"335f47a4c8f92\" wfd-id=\"219\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-left-335f47a4c8f92\" class=\"decoration-clip clip-path-left\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" pointer-width=\"6\" pointer-height=\"2.5\" style=\"curves\" decoration-type=\"none\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon><ellipse cx=\"0.025\" cy=\"0.029412\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.08823600000000001\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.14706\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.205884\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.264708\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.323532\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.38235600000000003\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.44118\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.500004\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.558828\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.617652\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.676476\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.7353000000000001\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.794124\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.852948\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.911772\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.970596\" rx=\"0.025\" ry=\"0.029412\"></ellipse></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ebe72c974\" wfd-id=\"194\"><div class=\"thrv_wrapper thrv-columns tcb-window-width\" style=\"width: 343px; left: 0px;\" data-css=\"tve-u-15ec318421d\" wfd-id=\"195\"><div class=\"tcb-flex-row tcb--cols--2 tcb-resized\" data-css=\"tve-u-15ebe738fb8\" wfd-id=\"196\"><div class=\"tcb-flex-col\" data-css=\"tve-u-165b7d7585c\" style=\"\" wfd-id=\"216\"><div class=\"tcb-col\" data-css=\"tve-u-15ebe73226c\" wfd-id=\"218\"></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-165b7d75889\" style=\"\" wfd-id=\"197\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ebe89fb7a\" wfd-id=\"199\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ebe827cb3\" data-value-type=\"percent\" wfd-id=\"200\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15ebe830a90\" data-clip-id=\"bb2526ca261ae\" wfd-id=\"215\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-left-bb2526ca261ae\" class=\"decoration-clip clip-path-left\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"none\" pointer-width=\"7\" pointer-height=\"2.5\" style=\"curves\" slanted-angle=\"5\" clip-path=\"url(#clip-bottom-bb2526ca261ae)\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon><ellipse cx=\"0.025\" cy=\"0.035714\" rx=\"0.025\" ry=\"0.035714\"></ellipse><ellipse cx=\"0.025\" cy=\"0.10714200000000002\" rx=\"0.025\" ry=\"0.035714\"></ellipse><ellipse cx=\"0.025\" cy=\"0.17857\" rx=\"0.025\" ry=\"0.035714\"></ellipse><ellipse cx=\"0.025\" cy=\"0.24999800000000003\" rx=\"0.025\" ry=\"0.035714\"></ellipse><ellipse cx=\"0.025\" cy=\"0.32142600000000005\" rx=\"0.025\" ry=\"0.035714\"></ellipse><ellipse cx=\"0.025\" cy=\"0.39285400000000004\" rx=\"0.025\" ry=\"0.035714\"></ellipse><ellipse cx=\"0.025\" cy=\"0.46428200000000003\" rx=\"0.025\" ry=\"0.035714\"></ellipse><ellipse cx=\"0.025\" cy=\"0.53571\" rx=\"0.025\" ry=\"0.035714\"></ellipse><ellipse cx=\"0.025\" cy=\"0.6071380000000001\" rx=\"0.025\" ry=\"0.035714\"></ellipse><ellipse cx=\"0.025\" cy=\"0.678566\" rx=\"0.025\" ry=\"0.035714\"></ellipse><ellipse cx=\"0.025\" cy=\"0.749994\" rx=\"0.025\" ry=\"0.035714\"></ellipse><ellipse cx=\"0.025\" cy=\"0.8214220000000001\" rx=\"0.025\" ry=\"0.035714\"></ellipse><ellipse cx=\"0.025\" cy=\"0.89285\" rx=\"0.025\" ry=\"0.035714\"></ellipse><ellipse cx=\"0.025\" cy=\"0.9642780000000001\" rx=\"0.025\" ry=\"0.035714\"></ellipse></clipPath><clipPath id=\"clip-tablet-left-bb2526ca261ae\" class=\"decoration-clip clip-path-tablet-left\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"divider\" pointer-width=\"5.7\" pointer-height=\"4\" style=\"curves\" slanted-angle=\"5\" clip-path=\"url(#clip-bottom-bb2526ca261ae)\"><polygon points=\"0.04 0, 0.04 1, 1 1, 1 0\"></polygon><ellipse cx=\"0.04\" cy=\"0.027778\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.083334\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.13889\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.194446\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.250002\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.305558\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.361114\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.41667\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.47222600000000003\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.527782\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.583338\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.638894\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.69445\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.7500060000000001\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.805562\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.861118\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.916674\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.97223\" rx=\"0.04\" ry=\"0.027778\"></ellipse></clipPath><clipPath id=\"clip-bottom-bb2526ca261ae\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"none\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ebe80a9a1\" wfd-id=\"201\"><div class=\"tcb-clear\" data-css=\"tve-u-15ebe8ee6c0\" wfd-id=\"211\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15ebe8edca2\" data-tag=\"h1\" wfd-id=\"212\"><h1 data-css=\"tve-u-15ebe90cfb0\">Happy dogs =<br>â€‹â€‹â€‹â€‹â€‹happâ€‹â€‹â€‹â€‹y owners</h1></div></div><div class=\"tcb-clear\" data-css=\"tve-u-15ec30a8a14\" wfd-id=\"209\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ebe906677\" wfd-id=\"210\"><p data-css=\"tve-u-15ebe905473\">Offer your dog a premium walking experience</p></div></div><div class=\"tcb-clear\" data-css=\"tve-u-15ebe955aaa\" wfd-id=\"202\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ebe916c34\" wfd-id=\"203\">\n<div class=\"tve-content-box-background\" wfd-id=\"208\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ec3152b02\" wfd-id=\"204\"><div class=\"thrv_wrapper thrv-button tve_ea_thrive_lightbox\" data-css=\"tve-u-15ebe91a626\" data-tcb_hover_state_parent=\"false\" data-button-style=\"full_rounded\" wfd-id=\"205\">\n<a href=\"#\" class=\"tcb-button-link tve_evt_manager_listen tve_et_click\" data-tcb-events=\"__TCB_EVENT_[{&quot;config&quot;:{&quot;l_anim&quot;:&quot;zoom_in&quot;,&quot;l_id&quot;:&quot;265&quot;},&quot;a&quot;:&quot;thrive_lightbox&quot;,&quot;t&quot;:&quot;click&quot;}]_TNEVE_BCT__\">\n<span class=\"tcb-button-texts\" wfd-id=\"206\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-15ebe925072\" wfd-id=\"207\">Get -20% On Your First Walk</span></span>\n</a>\n</div></div>\n</div></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 343px; left: 0px;\" data-css=\"tve-u-15ec3017516\" wfd-id=\"186\">\n<div class=\"tve-page-section-out\" wfd-id=\"192\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ebea3a693\" wfd-id=\"187\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15ebea49c0c\" id=\"whatwedo\" data-tag=\"h1\" wfd-id=\"189\"><h1 data-css=\"tve-u-15ebea42b31\" style=\"text-align: center;\">What We Do</h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2448fdb\" wfd-id=\"188\"><p data-css=\"tve-u-15ec2443105\" style=\"text-align: center;\">Our goal is to make sure the owners are comforted, the pups are exercised and happy and that we are getting our own puppy fixes. But letâ€™s be honest- itâ€™s their world, weâ€™re just living in it! As a small team of experienced dog owners and lovers, we really get to know you and your dog and we canguarantee consistent and personal care that is equal to your love and attention. We are so excited to make you a part of the family!</p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 343px; left: 0px;\" wfd-id=\"157\">\n<div class=\"tve-page-section-out\" wfd-id=\"185\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ee1211b9b\" wfd-id=\"158\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15ee121a6d1\" wfd-id=\"159\"><div class=\"tcb-flex-row tcb--cols--3 tcb-medium-wrap\" data-css=\"tve-u-15ee121fb1c\" wfd-id=\"160\"><div class=\"tcb-flex-col\" wfd-id=\"177\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ee1225fdf\" wfd-id=\"179\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec2477274\" wfd-id=\"183\"><span class=\"tve_image_frame\" wfd-id=\"184\"><img class=\"tve_image wp-image-1596\" alt=\"\" width=\"55\" height=\"73\" title=\"what_do_icon_01\" data-id=\"1596\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_01.png\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"182\"><p data-css=\"tve-u-15ec2481d17\"><strong>First Class Care</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"181\"><p data-css=\"tve-u-15ec2487407\">all the best for them</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2492191\" wfd-id=\"180\"><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"169\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ee1232726\" wfd-id=\"171\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec24ae116\" wfd-id=\"175\"><span class=\"tve_image_frame\" wfd-id=\"176\"><img class=\"tve_image wp-image-1597\" alt=\"\" width=\"73\" height=\"73\" title=\"what_do_icon_02\" data-id=\"1597\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_02.png\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"174\"><p data-css=\"tve-u-15ec2481d17\"><strong>Snacks Included</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"173\"><p data-css=\"tve-u-15ec2487407\">for your little one</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec3192f72\" wfd-id=\"172\"><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"161\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ee1237243\" wfd-id=\"163\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec24d5e15\" wfd-id=\"167\"><span class=\"tve_image_frame\" wfd-id=\"168\"><img class=\"tve_image wp-image-1598\" alt=\"\" width=\"65\" height=\"73\" title=\"what_do_icon_03\" data-id=\"1598\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_03.png\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"166\"><p data-css=\"tve-u-15ec2481d17\"><strong>Regularly walks</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"165\"><p data-css=\"tve-u-15ec2487407\">to keep them ealthy</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2492191\" wfd-id=\"164\"><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris.</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-15ec24f494c\" id=\"testimonials\" style=\"\" wfd-id=\"137\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ec24f97c0\" wfd-id=\"156\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec24f790d\" wfd-id=\"138\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15ec254985a\" style=\"\" wfd-id=\"139\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-15ec253a41f\" wfd-id=\"140\"><div class=\"tcb-flex-col\" wfd-id=\"144\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec253ef3a\" style=\"\" wfd-id=\"146\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec256e611\" style=\"\" wfd-id=\"149\"><p data-css=\"tve-u-15ec25610c7\"><span data-css=\"tve-u-15ec268a0a3\" style=\"font-size: 45px; color: rgb(89, 171, 227);\" wfd-id=\"154\"><span data-css=\"tve-u-15ec26760e9\" style=\"font-family: ABeeZee;\" wfd-id=\"155\">â€</span></span><span data-css=\"tve-u-15ec256b908\" style=\"font-family: &quot;Amatic SC&quot;;\" wfd-id=\"153\">&nbsp; &nbsp; &nbsp;</span><span data-css=\"tve-u-15ec2680494\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"151\"><span data-css=\"tve-u-15ec269379d\" style=\"font-size: 45px;\" wfd-id=\"152\">my chester enjoys being with them!</span> &nbsp; &nbsp;&nbsp;</span><span data-css=\"tve-u-15ec255fe12\" style=\"font-family: ABeeZee; font-weight: 400; color: rgb(89, 171, 227); font-size: 45px;\" wfd-id=\"150\">â€</span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2698d8d\" wfd-id=\"148\"><p data-css=\"tve-u-160266880a0\">We LOVE going for walks with our friends at Paw! Donâ€™t tell our mom &amp; dad,but we get really excited when they leave for work because we know it wonâ€™t be long before we get a visit from one of our favorite friends at PawCity! Best part is, they always let our parents know how ourwalk went right away so they dont have to worry about us!</p><p data-css=\"tve-u-15ec269736c\">We love you PawCity!! xoxo</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec26ab7b0\" style=\"\" wfd-id=\"147\"><p data-css=\"tve-u-15ec26a92a2\"><strong>Anna Olson</strong>, Chesterâ€™s Mom</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"141\"><div class=\"tcb-col\" wfd-id=\"143\"></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 343px; left: 0px;\" data-css=\"tve-u-15ec26c390a\" id=\"aboutus\" wfd-id=\"132\">\n<div class=\"tve-page-section-out\" wfd-id=\"136\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec26b9914\" wfd-id=\"133\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15ee1037a1d\" data-tag=\"h1\" wfd-id=\"135\"><h1 data-css=\"tve-u-15ec26bd2e8\">About us</h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec31ba260\" wfd-id=\"134\"><p data-css=\"tve-u-15ec2443105\" style=\"text-align: center;\">At PawCity, we lead lives full of the unconditional love and happiness we receive from the furballs we get to spend time with everyday and we have this beautiful city and all the beautiful people in it to thank. We love you and your pups!!</p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 343px; left: 0px;\" data-css=\"tve-u-15ec26ec232\" wfd-id=\"101\">\n<div class=\"tve-page-section-out\" wfd-id=\"131\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec26e5812\" wfd-id=\"102\"><div class=\"thrv_wrapper thrv-columns tcb-window-width\" style=\"width: 343px; left: -1px;\" data-css=\"tve-u-15ee106257d\" wfd-id=\"103\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2\" data-css=\"tve-u-15ec26fee25\" wfd-id=\"104\"><div class=\"tcb-flex-col c-33\" wfd-id=\"126\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec2a38bfd\" wfd-id=\"128\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec2a33d71\" wfd-id=\"129\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"130\"><img class=\"tve_image wp-image-7399\" alt=\"\" width=\"830\" height=\"775\" title=\"about_us_dog\" data-id=\"7399\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/about_us_dog.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col c-66\" wfd-id=\"105\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec27075e1\" wfd-id=\"107\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160309f3e5d\" wfd-id=\"120\">\n<div class=\"tve-content-box-background\" wfd-id=\"125\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160309b397d\" wfd-id=\"121\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-160309b00b4\" data-float=\"1\" wfd-id=\"123\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"124\"><img class=\"tve_image wp-image-7404\" alt=\"\" width=\"64\" height=\"64\" title=\"dog_paw\" data-id=\"7404\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/dog_paw.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16030a08afd\" wfd-id=\"122\"><p>We moved to New York City with our black bulldog rescue, Blakely, in 2007 after graduating from the University of Maryland. Immediately, we realized what a dog-crazy place it was.</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160309f6c04\" wfd-id=\"114\">\n<div class=\"tve-content-box-background\" wfd-id=\"119\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160309b397d\" wfd-id=\"115\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-160309ddca8\" data-float=\"1\" wfd-id=\"117\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"118\"><img class=\"tve_image wp-image-7403\" alt=\"\" width=\"64\" height=\"64\" title=\"dog_house\" data-id=\"7403\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/dog_house.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16030a09626\" wfd-id=\"116\"><p>We knew right away that we wanted to work with the animals that we loved and that had given us so much love since we were little girls. We started PawCity Dog Walking in July of 2010.</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16030975307\" wfd-id=\"108\">\n<div class=\"tve-content-box-background\" wfd-id=\"113\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160309b397d\" wfd-id=\"109\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16030a013d7\" data-float=\"1\" wfd-id=\"111\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"112\"><img class=\"tve_image wp-image-7405\" alt=\"\" width=\"64\" height=\"64\" title=\"spinning_wheel\" data-id=\"7405\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/spinning_wheel.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160309b344b\" wfd-id=\"110\"><p>We cover the entire width of the East Side, from 96th Street to Delancey and handle every type of personality imaginable. At PawCity, we lead lives full of the unconditional love and happiness we receive from the furballs we get to spend time with everyday.</p></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" data-css=\"tve-u-15ec2a56438\" style=\"width: 343px; left: 0px;\" id=\"getyourcoupon\" wfd-id=\"85\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ec2a5bb35\" wfd-id=\"100\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec2a5540e\" wfd-id=\"86\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ec2a80647\" wfd-id=\"87\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15ec2a9b8a9\" wfd-id=\"99\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ec2a81a9f\" wfd-id=\"88\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2a6f589\" wfd-id=\"97\"><p data-css=\"tve-u-15ec2a6b447\"><span data-css=\"tve-u-15ec2a6d9d8\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"98\"><strong>Get Your Coupon</strong></span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2aaa9a4\" wfd-id=\"95\"><p data-css=\"tve-u-15ec2ab1d6d\">We strive to keep both you and your pup as happy and comfortable as possible while youâ€™re out earning those big bucks.</p><p data-css=\"tve-u-15ec2ab1d82\"><br></p><p data-css=\"tve-u-15ec2aa8e2e\"><strong>Get <span data-css=\"tve-u-15ec2aafa24\" style=\"color: rgb(89, 171, 227);\" wfd-id=\"96\">20%</span> off your first walk. Enter your email and we\'ll send you your coupon.</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ec2abe257\" wfd-id=\"89\">\n<div class=\"tve-content-box-background\" wfd-id=\"94\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ec2acb421\" wfd-id=\"90\"><div class=\"thrv_wrapper thrv-button tve_ea_thrive_lightbox\" data-css=\"tve-u-15ec2ac01df\" data-tcb_hover_state_parent=\"false\" data-button-style=\"full_rounded\" wfd-id=\"91\">\n<a href=\"#\" class=\"tcb-button-link tve_evt_manager_listen tve_et_click\" data-tcb-events=\"__TCB_EVENT_[{&quot;config&quot;:{&quot;l_anim&quot;:&quot;zoom_in&quot;,&quot;l_id&quot;:&quot;265&quot;},&quot;a&quot;:&quot;thrive_lightbox&quot;,&quot;t&quot;:&quot;click&quot;}]_TNEVE_BCT__\">\n<span class=\"tcb-button-texts\" wfd-id=\"92\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-15ebe925072\" wfd-id=\"93\">Get Your Coupon Now</span></span>\n</a>\n</div></div>\n</div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-15ec2b0a32a\" id=\"areaweserve\" wfd-id=\"68\">\n<div class=\"tve-page-section-out\" wfd-id=\"84\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15f76fcb7df\" wfd-id=\"69\"><div class=\"thrv_wrapper thrv-columns\" style=\"\" data-css=\"tve-u-15ee103f44a\" wfd-id=\"70\"><div class=\"tcb-flex-row tcb--cols--2 tcb-medium-wrap v-2 tcb-resized\" data-css=\"tve-u-15ec2ae8715\" wfd-id=\"71\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-165b7cefd8d\" style=\"\" wfd-id=\"77\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec2b37666\" wfd-id=\"79\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"82\"><p data-css=\"tve-u-15ec2af6c4b\"><span data-css=\"tve-u-15ec2af6c4e\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"83\">area we serve</span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"80\"><p>As a small team of experienced dog owners and lovers, we really get to know you and your dog and we canguarantee consistent and personal care that is equal to your love and attention.</p><p><br></p><p><strong><span data-css=\"tve-u-15ec2afed17\" style=\"color: rgb(89, 171, 227);\" wfd-id=\"81\">We are so excited to make you a part of the family!</span></strong></p></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-165b7cefdbe\" style=\"\" wfd-id=\"72\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec2b33f06\" wfd-id=\"74\"><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-15ec2b3b468\" wfd-id=\"76\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=port saint lucie, fl&amp;t=m&amp;z=8&amp;output=embed&amp;iwloc=near\"></iframe>\n</div><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-15ec2b3b468\" wfd-id=\"75\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=port saint lucie, fl&amp;t=m&amp;z=9&amp;output=embed&amp;iwloc=near\"></iframe>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" data-css=\"tve-u-15ec2b5d54c\" style=\"width: 343px; left: 0px;\" id=\"contact\" wfd-id=\"31\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ec2b56fac\" wfd-id=\"67\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec2b54c99\" wfd-id=\"32\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1602b31dfcd\" wfd-id=\"33\"><div class=\"tcb-flex-row tcb-resized tcb-medium-wrap tcb--cols--3\" data-css=\"tve-u-1602b37ce9d\" wfd-id=\"34\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1602be453ec\" style=\"\" wfd-id=\"61\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"63\"><div class=\"tcb-clear\" data-css=\"tve-u-1602bff3cd5\" wfd-id=\"64\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec2b6e126\" wfd-id=\"65\"><span class=\"tve_image_frame\" wfd-id=\"66\"><img class=\"tve_image wp-image-25564\" alt=\"\" width=\"142\" height=\"44\" title=\"logo_pawcity\" data-id=\"25564\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/logo_pawcity.png\"></span></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1602be45437\" style=\"\" wfd-id=\"48\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1602be56dfc\" wfd-id=\"50\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1602bfebaf9\" wfd-id=\"51\">\n<div class=\"tve-content-box-background\" wfd-id=\"60\"></div>\n<div class=\"tve-cb\" wfd-id=\"52\"><div class=\"tcb-clear\" data-css=\"tve-u-1602bf36e2c\" wfd-id=\"58\"><div class=\"thrv_wrapper tve_image_caption tcb-mobile-hidden\" data-css=\"tve-u-1602be7db66\" data-float=\"1\" wfd-id=\"59\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-7369\" alt=\"\" width=\"64\" height=\"64\" title=\"location\" data-id=\"7369\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/location.png\" style=\"width: 100%;\"></span></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1602bf25f10\" wfd-id=\"53\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1602befe215\" wfd-id=\"54\"><p data-css=\"tve-u-1602bfa220e\"><strong><span data-css=\"tve-u-1602b324a9b\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"57\">67 E. 3rd Street</span></strong><span data-css=\"tve-u-1602b324a9c\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"56\"> </span><span data-css=\"tve-u-1602b324ab9\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"55\">Suite B New York, NY 10003</span></p></div></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1602be4545b\" style=\"\" wfd-id=\"35\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"37\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1602bfea280\" wfd-id=\"38\">\n<div class=\"tve-content-box-background\" wfd-id=\"47\"></div>\n<div class=\"tve-cb\" wfd-id=\"39\"><div class=\"tcb-clear\" data-css=\"tve-u-1602bfc4bea\" wfd-id=\"45\"><div class=\"thrv_wrapper tve_image_caption tcb-mobile-hidden\" data-css=\"tve-u-1602bec144e\" data-float=\"1\" wfd-id=\"46\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-7370\" alt=\"\" width=\"64\" height=\"64\" title=\"phone\" data-id=\"7370\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/phone.png\" style=\"width: 100%;\"></span></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1602bfc74c3\" wfd-id=\"40\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1602b332fd9\" data-float=\"1\" wfd-id=\"41\"><p><strong><span data-css=\"tve-u-1602b324a9b\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"44\">080</span></strong><span data-css=\"tve-u-1602b324a9c\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"43\"> </span><span data-css=\"tve-u-1602b324ab9\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"42\">708 5583</span></p></div></div></div>\n</div></div></div></div></div></div>\n</div>'),(2694,274,'tve_revision_tve_has_wistia_popover','0'),(4344,210,'tve_revision_tve_content_more_found',''),(4345,210,'tve_revision_tve_save_post',''),(4346,210,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Special+Elite:400&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Merriweather:400,400i,900,900i&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Montserrat:400,900,800,200,100&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-1642b6ab2bb\"] { padding: 5px !important; }[data-css=\"tve-u-1642b593fd4\"] { float: none; width: 100%; padding: 25px 10px 5px !important; margin-left: auto !important; margin-right: auto !important; margin-top: 30px !important; }#tcb_landing_page a:not(.tcb-button-link) { color: rgb(255, 255, 255); }.tcb-plain-text strong { font-weight: 900; }#tcb_landing_page input strong { font-weight: 900; }#tcb_landing_page .tcb-button-link strong { font-weight: 900; }#tcb_landing_page p strong, #tcb_landing_page li strong { font-weight: 900; }#tcb_landing_page input { font-family: Merriweather; font-weight: 400; }#tcb_landing_page .tcb-button-link { font-family: Merriweather; font-weight: 400; }#tcb_landing_page p, #tcb_landing_page li { font-family: Merriweather; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h6 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h5 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h4 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h3 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h2 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h1 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(255, 255, 255); }.tcb-plain-text { font-size: 20px; color: rgb(255, 255, 255); font-family: Montserrat; font-weight: 400; }[data-css=\"tve-u-15e09c94f7d\"] { background-color: rgb(255, 255, 255); background-image: linear-gradient(rgb(0, 0, 0), rgb(0, 0, 0)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }.tve_post_lp > div > #tve_editor { margin-left: auto; margin-right: auto; max-width: 1200px; padding: 0px 20px; }#tve_editor [data-css=\"tve-u-165e62d8c6d\"] { font-family: \"Special Elite\" !important; font-weight: 400 !important; }#tcb_landing_page .tcb-plain-text { color: rgb(255, 255, 255); font-family: Merriweather; font-weight: 400; }#tcb_landing_page .tcb-plain-text strong { font-weight: 900; }[data-css=\"tve-u-165e642ffaf\"] { margin-top: 10px !important; }}@media (max-width: 767px){.tve_post_lp > div > #tve_editor { padding: 0px 10px; }[data-css=\"tve-u-1642b6ab2bb\"] { padding-left: 10px !important; padding-right: 5px !important; margin-left: auto !important; margin-right: auto !important; float: left; width: 100%; z-index: 3; position: relative; padding-bottom: 10px !important; }[data-css=\"tve-u-165e6469798\"]::after { clear: both; }#tve_editor [data-css=\"tve-u-165e64714a8\"] { font-size: 15px !important; }}'),(4347,210,'tve_revision_tve_user_custom_css',''),(4348,210,'tve_revision_tve_page_events','a:0:{}'),(4349,210,'tve_revision_tve_globals','a:2:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";s:8:\"font_cls\";a:0:{}}'),(4350,210,'tve_revision_tve_global_scripts',''),(4351,210,'tve_revision_thrive_icon_pack','0'),(4352,210,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(4353,210,'tve_revision_tve_has_masonry','0'),(4354,210,'tve_revision_tve_has_typefocus','0'),(4355,210,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-custom-menu-inside\" style=\"z-index: 8;\" data-css=\"tve-u-1642b593fd4\" wfd-id=\"58\">\n<div class=\"tve-content-box-background\" wfd-id=\"67\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" style=\"z-index: 8;\" wfd-id=\"59\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-165e642ffaf\" wfd-id=\"64\"><h2 data-css=\"tve-u-165e62d8c6d\">Terms &amp; Conditions</h2></div><div class=\"tcb-clear\" data-css=\"tve-u-165e6469798\" wfd-id=\"60\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1642b6ab2bb\" wfd-id=\"61\"><p style=\"text-align: left;\" data-css=\"tve-u-165e64714a8\">TERMS OF SERVICE<br><br>-----<br><br>OVERVIEW<br><br>This website is operated by Blackhawk Custom, LLC. Throughout the site, the terms â€œweâ€, â€œusâ€ and â€œourâ€ refer to Blackhawk Custom, LLC. Blackhawk Custom, LLC offers this website, including all information, tools and services available from this site to you, the user, conditioned upon your acceptance of all terms, conditions, policies and notices stated here.<br><br>By visiting our site and/ or purchasing something from us, you engage in our â€œServiceâ€ and agree to be bound by the following terms and conditions (â€œTerms of Serviceâ€, â€œTermsâ€), including those additional terms, conditions, and policies referenced herein and/or available by hyperlink. These Terms of Service apply to all users of the site, including without limitation users who are browsers, vendors, customers, merchants, and/ or contributors of content.<br><br>Please read these Terms of Service carefully before accessing or using our website. By accessing or using any part of the site, you agree to be bound by these Terms of Service. If you do not agree to all the terms and conditions of this agreement, then you may not access the website or use any services. If these Terms of Service are considered an offer, acceptance is expressly limited to these Terms of Service.<br><br>Any new features or tools which are added to the current store shall also be subject to the Terms of Service. You can review the most current version of the Terms of Service at any time on this page. We reserve the right to update, change or replace any part of these Terms of Service by posting updates and/or changes to our website. It is your responsibility to check this page periodically for changes. Your continued use of or access to the website following the posting of any changes constitutes acceptance of those changes.<br><br>SECTION 1 - ONLINE STORE TERMS<br><br>By agreeing to these Terms of Service, you represent that you are at least the age of majority in your state or province of residence, or that you are the age of majority in your state or province of residence and you have given us your consent to allow any of your minor dependents to use this site.<br>You may not use our products for any illegal or unauthorized purpose nor may you, in the use of the Service, violate any laws in your jurisdiction (including but not limited to copyright laws).<br>You must not transmit any worms or viruses or any code of a destructive nature.<br>A breach or violation of any of the Terms will result in an immediate termination of your Services.<br><br>SECTION 2 - GENERAL CONDITIONS<br><br>We reserve the right to refuse service to anyone for any reason at any time.<br>You understand that your content (not including credit card information), may be transferred unencrypted and involve (a) transmissions over various networks; and (b) changes to conform and adapt to technical requirements of connecting networks or devices. Credit card information is always encrypted during transfer over networks.<br>You agree not to reproduce, duplicate, copy, sell, resell or exploit any portion of the Service, use of the Service, or access to the Service or any contact on the website through which the service is provided, without express written permission by us.<br>The headings used in this agreement are included for convenience only and will not limit or otherwise affect these Terms.<br><br>SECTION 3 - ACCURACY, COMPLETENESS AND TIMELINESS OF INFORMATION<br><br>We are not responsible if information made available on this site is not accurate, complete or current. The material on this site is provided for general information only and should not be relied upon or used as the sole basis for making decisions without consulting primary, more accurate, more complete or more timely sources of information. Any reliance on the material on this site is at your own risk.<br>This site may contain certain historical information. Historical information, necessarily, is not current and is provided for your reference only. We reserve the right to modify the contents of this site at any time, but we have no obligation to update any information on our site. You agree that it is your responsibility to monitor changes to our site.<br><br>SECTION 4 - MODIFICATIONS TO THE SERVICE AND PRICES<br><br>The prices for our products are subject to change without notice.<br>We reserve the right at any time to modify or discontinue the Service (or any part or content thereof) without notice at any time.<br>We shall not be liable to you or to any third-party for any modification, price change, suspension or discontinuance of the Service.<br><br>SECTION 5 - PRODUCTS OR SERVICES (if applicable)<br><br>Certain products or services may be available exclusively online through the website. These products or services may have limited quantities and are subject to return or exchange only according to our Return Policy.<br>We have made every effort to display as accurately as possible the colors and images of our products that appear at the store. We cannot guarantee that your computer monitor\'s display of any color will be accurate.<br>We reserve the right, but are not obligated, to limit the sales of our products or Services to any person, geographic region or jurisdiction. We may exercise this right on a case-by-case basis. We reserve the right to limit the quantities of any products or services that we offer. All descriptions of products or product pricing are subject to change at anytime without notice, at the sole discretion of us. We reserve the right to discontinue any product at any time. Any offer for any product or service made on this site is void where prohibited.<br>We do not warrant that the quality of any products, services, information, or other material purchased or obtained by you will meet your expectations, or that any errors in the Service will be corrected.<br><br>SECTION 6 - ACCURACY OF BILLING AND ACCOUNT INFORMATION<br><br>We reserve the right to refuse any order you place with us. We may, in our sole discretion, limit or cancel quantities purchased per person, per household or per order. These restrictions may include orders placed by or under the same customer account, the same credit card, and/or orders that use the same billing and/or shipping address. In the event that we make a change to or cancel an order, we may attempt to notify you by contacting the e-mail and/or billing address/phone number provided at the time the order was made. We reserve the right to limit or prohibit orders that, in our sole judgment, appear to be placed by dealers, resellers or distributors.<br><br>You agree to provide current, complete and accurate purchase and account information for all purchases made at our store. You agree to promptly update your account and other information, including your email address and credit card numbers and expiration dates, so that we can complete your transactions and contact you as needed.<br><br>For more detail, please review our Returns Policy.<br><br>SECTION 7 - OPTIONAL TOOLS<br><br>We may provide you with access to third-party tools over which we neither monitor nor have any control nor input.<br>You acknowledge and agree that we provide access to such tools â€as isâ€ and â€œas availableâ€ without any warranties, representations or conditions of any kind and without any endorsement. We shall have no liability whatsoever arising from or relating to your use of optional third-party tools.<br>Any use by you of optional tools offered through the site is entirely at your own risk and discretion and you should ensure that you are familiar with and approve of the terms on which tools are provided by the relevant third-party provider(s).<br>We may also, in the future, offer new services and/or features through the website (including, the release of new tools and resources). Such new features and/or services shall also be subject to these Terms of Service.<br><br>SECTION 8 - THIRD-PARTY LINKS<br><br>Certain content, products and services available via our Service may include materials from third-parties.<br>Third-party links on this site may direct you to third-party websites that are not affiliated with us. We are not responsible for examining or evaluating the content or accuracy and we do not warrant and will not have any liability or responsibility for any third-party materials or websites, or for any other materials, products, or services of third-parties.<br>We are not liable for any harm or damages related to the purchase or use of goods, services, resources, content, or any other transactions made in connection with any third-party websites. Please review carefully the third-party\'s policies and practices and make sure you understand them before you engage in any transaction. Complaints, claims, concerns, or questions regarding third-party products should be directed to the third-party.<br><br>SECTION 9 - USER COMMENTS, FEEDBACK AND OTHER SUBMISSIONS<br><br>If, at our request, you send certain specific submissions (for example contest entries) or without a request from us you send creative ideas, suggestions, proposals, plans, or other materials, whether online, by email, by postal mail, or otherwise (collectively, \'comments\'), you agree that we may, at any time, without restriction, edit, copy, publish, distribute, translate and otherwise use in any medium any comments that you forward to us. We are and shall be under no obligation (1) to maintain any comments in confidence; (2) to pay compensation for any comments; or (3) to respond to any comments.<br>We may, but have no obligation to, monitor, edit or remove content that we determine in our sole discretion are unlawful, offensive, threatening, libelous, defamatory, pornographic, obscene or otherwise objectionable or violates any partyâ€™s intellectual property or these Terms of Service.<br>You agree that your comments will not violate any right of any third-party, including copyright, trademark, privacy, personality or other personal or proprietary right. You further agree that your comments will not contain libelous or otherwise unlawful, abusive or obscene material, or contain any computer virus or other malware that could in any way affect the operation of the Service or any related website. You may not use a false e-mail address, pretend to be someone other than yourself, or otherwise mislead us or third-parties as to the origin of any comments. You are solely responsible for any comments you make and their accuracy. We take no responsibility and assume no liability for any comments posted by you or any third-party.<br><br>SECTION 10 - PERSONAL INFORMATION<br><br>Your submission of personal information through the store is governed by our Privacy Policy. To view our Privacy Policy.<br><br>SECTION 11 - ERRORS, INACCURACIES AND OMISSIONS<br><br>Occasionally there may be information on our site or in the Service that contains typographical errors, inaccuracies or omissions that may relate to product descriptions, pricing, promotions, offers, product shipping charges, transit times and availability. We reserve the right to correct any errors, inaccuracies or omissions, and to change or update information or cancel orders if any information in the Service or on any related website is inaccurate at any time without prior notice (including after you have submitted your order).<br>We undertake no obligation to update, amend or clarify information in the Service or on any related website, including without limitation, pricing information, except as required by law. No specified update or refresh date applied in the Service or on any related website, should be taken to indicate that all information in the Service or on any related website has been modified or updated.<br><br>SECTION 12 - PROHIBITED USES<br><br>In addition to other prohibitions as set forth in the Terms of Service, you are prohibited from using the site or its content: (a) for any unlawful purpose; (b) to solicit others to perform or participate in any unlawful acts; (c) to violate any international, federal, provincial or state regulations, rules, laws, or local ordinances; (d) to infringe upon or violate our intellectual property rights or the intellectual property rights of others; (e) to harass, abuse, insult, harm, defame, slander, disparage, intimidate, or discriminate based on gender, sexual orientation, religion, ethnicity, race, age, national origin, or disability; (f) to submit false or misleading information; (g) to upload or transmit viruses or any other type of malicious code that will or may be used in any way that will affect the functionality or operation of the Service or of any related website, other websites, or the Internet; (h) to collect or track the personal information of others; (i) to spam, phish, pharm, pretext, spider, crawl, or scrape; (j) for any obscene or immoral purpose; or (k) to interfere with or circumvent the security features of the Service or any related website, other websites, or the Internet. We reserve the right to terminate your use of the Service or any related website for violating any of the prohibited uses.<br><br>SECTION 13 - DISCLAIMER OF WARRANTIES; LIMITATION OF LIABILITY<br><br>We do not guarantee, represent or warrant that your use of our service will be uninterrupted, timely, secure or error-free.<br>We do not warrant that the results that may be obtained from the use of the service will be accurate or reliable.<br>You agree that from time to time we may remove the service for indefinite periods of time or cancel the service at any time, without notice to you.<br>You expressly agree that your use of, or inability to use, the service is at your sole risk. The service and all products and services delivered to you through the service are (except as expressly stated by us) provided \'as is\' and \'as available\' for your use, without any representation, warranties or conditions of any kind, either express or implied, including all implied warranties or conditions of merchantability, merchantable quality, fitness for a particular purpose, durability, title, and non-infringement.<br>In no case shall Blackhawk Custom, LLC, our directors, officers, employees, affiliates, agents, contractors, interns, suppliers, service providers or licensors be liable for any injury, loss, claim, or any direct, indirect, incidental, punitive, special, or consequential damages of any kind, including, without limitation lost profits, lost revenue, lost savings, loss of data, replacement costs, or any similar damages, whether based in contract, tort (including negligence), strict liability or otherwise, arising from your use of any of the service or any products procured using the service, or for any other claim related in any way to your use of the service or any product, including, but not limited to, any errors or omissions in any content, or any loss or damage of any kind incurred as a result of the use of the service or any content (or product) posted, transmitted, or otherwise made available via the service, even if advised of their possibility. Because some states or jurisdictions do not allow the exclusion or the limitation of liability for consequential or incidental damages, in such states or jurisdictions, our liability shall be limited to the maximum extent permitted by law.<br><br>SECTION 14 - INDEMNIFICATION<br><br>You agree to indemnify, defend and hold harmless Blackhawk Custom, LLC and our parent, subsidiaries, affiliates, partners, officers, directors, agents, contractors, licensors, service providers, subcontractors, suppliers, interns and employees, harmless from any claim or demand, including reasonable attorneysâ€™ fees, made by any third-party due to or arising out of your breach of these Terms of Service or the documents they incorporate by reference, or your violation of any law or the rights of a third-party.<br><br>SECTION 15 - SEVERABILITY<br><br>In the event that any provision of these Terms of Service is determined to be unlawful, void or unenforceable, such provision shall nonetheless be enforceable to the fullest extent permitted by applicable law, and the unenforceable portion shall be deemed to be severed from these Terms of Service, such determination shall not affect the validity and enforceability of any other remaining provisions.<br><br>SECTION 16 - TERMINATION<br><br>The obligations and liabilities of the parties incurred prior to the termination date shall survive the termination of this agreement for all purposes.<br>These Terms of Service are effective unless and until terminated by either you or us. You may terminate these Terms of Service at any time by notifying us that you no longer wish to use our Services, or when you cease using our site.<br>If in our sole judgment you fail, or we suspect that you have failed, to comply with any term or provision of these Terms of Service, we also may terminate this agreement at any time without notice and you will remain liable for all amounts due up to and including the date of termination; and/or accordingly may deny you access to our Services (or any part thereof).<br><br>SECTION 17 - ENTIRE AGREEMENT<br><br>The failure of us to exercise or enforce any right or provision of these Terms of Service shall not constitute a waiver of such right or provision.<br>These Terms of Service and any policies or operating rules posted by us on this site or in respect to The Service constitutes the entire agreement and understanding between you and us and govern your use of the Service, superseding any prior or contemporaneous agreements, communications and proposals, whether oral or written, between you and us (including, but not limited to, any prior versions of the Terms of Service).<br>Any ambiguities in the interpretation of these Terms of Service shall not be construed against the drafting party.<br><br>SECTION 18 - GOVERNING LAW<br><br>These Terms of Service and any separate agreements whereby we provide you Services shall be governed by and construed in accordance with the laws of 825 South Kings Highway, Fort Pierce, FL 34945.<br><br>SECTION 19 - CHANGES TO TERMS OF SERVICE<br><br>You can review the most current version of the Terms of Service at any time at this page.<br>We reserve the right, at our sole discretion, to update, change or replace any part of these Terms of Service by posting updates and changes to our website. It is your responsibility to check our website periodically for changes. Your continued use of or access to our website or the Service following the posting of any changes to these Terms of Service constitutes acceptance of those changes.<br><br>SECTION 20 - CONTACT INFORMATION<br><br>Questions about the Terms of Service should be sent to us at <a href=\"mailto:admin@blackhawkcustom.com\" target=\"_blank\">admin@blackhawkcustom.com</a></p></div></div></div>\n</div>'),(4331,210,'tve_revision_tve_user_custom_css',''),(4332,210,'tve_revision_tve_page_events','a:0:{}'),(4333,210,'tve_revision_tve_globals','a:2:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";s:8:\"font_cls\";a:0:{}}'),(4334,210,'tve_revision_tve_global_scripts',''),(4335,210,'tve_revision_thrive_icon_pack','0'),(4336,210,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(4337,210,'tve_revision_tve_has_masonry','0'),(4338,210,'tve_revision_tve_has_typefocus','0'),(4339,210,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-custom-menu-inside\" style=\"z-index: 8;\" data-css=\"tve-u-1642b593fd4\" wfd-id=\"58\">\n<div class=\"tve-content-box-background\" wfd-id=\"67\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" style=\"z-index: 8;\" wfd-id=\"59\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-165e642ffaf\" wfd-id=\"64\"><h2 data-css=\"tve-u-165e62d8c6d\">Terms &amp; Conditions</h2></div><div class=\"tcb-clear\" data-css=\"tve-u-165e6469798\" wfd-id=\"60\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1642b6ab2bb\" wfd-id=\"61\"><p style=\"text-align: left;\" data-css=\"tve-u-165e64714a8\">TERMS OF SERVICE<br><br>-----<br><br>OVERVIEW<br><br>This website is operated by Blackhawk Custom, LLC. Throughout the site, the terms â€œweâ€, â€œusâ€ and â€œourâ€ refer to Blackhawk Custom, LLC. Blackhawk Custom, LLC offers this website, including all information, tools and services available from this site to you, the user, conditioned upon your acceptance of all terms, conditions, policies and notices stated here.<br><br>By visiting our site and/ or purchasing something from us, you engage in our â€œServiceâ€ and agree to be bound by the following terms and conditions (â€œTerms of Serviceâ€, â€œTermsâ€), including those additional terms, conditions, and policies referenced herein and/or available by hyperlink. These Terms of Service apply to all users of the site, including without limitation users who are browsers, vendors, customers, merchants, and/ or contributors of content.<br><br>Please read these Terms of Service carefully before accessing or using our website. By accessing or using any part of the site, you agree to be bound by these Terms of Service. If you do not agree to all the terms and conditions of this agreement, then you may not access the website or use any services. If these Terms of Service are considered an offer, acceptance is expressly limited to these Terms of Service.<br><br>Any new features or tools which are added to the current store shall also be subject to the Terms of Service. You can review the most current version of the Terms of Service at any time on this page. We reserve the right to update, change or replace any part of these Terms of Service by posting updates and/or changes to our website. It is your responsibility to check this page periodically for changes. Your continued use of or access to the website following the posting of any changes constitutes acceptance of those changes.<br><br>SECTION 1 - ONLINE STORE TERMS<br><br>By agreeing to these Terms of Service, you represent that you are at least the age of majority in your state or province of residence, or that you are the age of majority in your state or province of residence and you have given us your consent to allow any of your minor dependents to use this site.<br>You may not use our products for any illegal or unauthorized purpose nor may you, in the use of the Service, violate any laws in your jurisdiction (including but not limited to copyright laws).<br>You must not transmit any worms or viruses or any code of a destructive nature.<br>A breach or violation of any of the Terms will result in an immediate termination of your Services.<br><br>SECTION 2 - GENERAL CONDITIONS<br><br>We reserve the right to refuse service to anyone for any reason at any time.<br>You understand that your content (not including credit card information), may be transferred unencrypted and involve (a) transmissions over various networks; and (b) changes to conform and adapt to technical requirements of connecting networks or devices. Credit card information is always encrypted during transfer over networks.<br>You agree not to reproduce, duplicate, copy, sell, resell or exploit any portion of the Service, use of the Service, or access to the Service or any contact on the website through which the service is provided, without express written permission by us.<br>The headings used in this agreement are included for convenience only and will not limit or otherwise affect these Terms.<br><br>SECTION 3 - ACCURACY, COMPLETENESS AND TIMELINESS OF INFORMATION<br><br>We are not responsible if information made available on this site is not accurate, complete or current. The material on this site is provided for general information only and should not be relied upon or used as the sole basis for making decisions without consulting primary, more accurate, more complete or more timely sources of information. Any reliance on the material on this site is at your own risk.<br>This site may contain certain historical information. Historical information, necessarily, is not current and is provided for your reference only. We reserve the right to modify the contents of this site at any time, but we have no obligation to update any information on our site. You agree that it is your responsibility to monitor changes to our site.<br><br>SECTION 4 - MODIFICATIONS TO THE SERVICE AND PRICES<br><br>The prices for our products are subject to change without notice.<br>We reserve the right at any time to modify or discontinue the Service (or any part or content thereof) without notice at any time.<br>We shall not be liable to you or to any third-party for any modification, price change, suspension or discontinuance of the Service.<br><br>SECTION 5 - PRODUCTS OR SERVICES (if applicable)<br><br>Certain products or services may be available exclusively online through the website. These products or services may have limited quantities and are subject to return or exchange only according to our Return Policy.<br>We have made every effort to display as accurately as possible the colors and images of our products that appear at the store. We cannot guarantee that your computer monitor\'s display of any color will be accurate.<br>We reserve the right, but are not obligated, to limit the sales of our products or Services to any person, geographic region or jurisdiction. We may exercise this right on a case-by-case basis. We reserve the right to limit the quantities of any products or services that we offer. All descriptions of products or product pricing are subject to change at anytime without notice, at the sole discretion of us. We reserve the right to discontinue any product at any time. Any offer for any product or service made on this site is void where prohibited.<br>We do not warrant that the quality of any products, services, information, or other material purchased or obtained by you will meet your expectations, or that any errors in the Service will be corrected.<br><br>SECTION 6 - ACCURACY OF BILLING AND ACCOUNT INFORMATION<br><br>We reserve the right to refuse any order you place with us. We may, in our sole discretion, limit or cancel quantities purchased per person, per household or per order. These restrictions may include orders placed by or under the same customer account, the same credit card, and/or orders that use the same billing and/or shipping address. In the event that we make a change to or cancel an order, we may attempt to notify you by contacting the e-mail and/or billing address/phone number provided at the time the order was made. We reserve the right to limit or prohibit orders that, in our sole judgment, appear to be placed by dealers, resellers or distributors.<br><br>You agree to provide current, complete and accurate purchase and account information for all purchases made at our store. You agree to promptly update your account and other information, including your email address and credit card numbers and expiration dates, so that we can complete your transactions and contact you as needed.<br><br>For more detail, please review our Returns Policy.<br><br>SECTION 7 - OPTIONAL TOOLS<br><br>We may provide you with access to third-party tools over which we neither monitor nor have any control nor input.<br>You acknowledge and agree that we provide access to such tools â€as isâ€ and â€œas availableâ€ without any warranties, representations or conditions of any kind and without any endorsement. We shall have no liability whatsoever arising from or relating to your use of optional third-party tools.<br>Any use by you of optional tools offered through the site is entirely at your own risk and discretion and you should ensure that you are familiar with and approve of the terms on which tools are provided by the relevant third-party provider(s).<br>We may also, in the future, offer new services and/or features through the website (including, the release of new tools and resources). Such new features and/or services shall also be subject to these Terms of Service.<br><br>SECTION 8 - THIRD-PARTY LINKS<br><br>Certain content, products and services available via our Service may include materials from third-parties.<br>Third-party links on this site may direct you to third-party websites that are not affiliated with us. We are not responsible for examining or evaluating the content or accuracy and we do not warrant and will not have any liability or responsibility for any third-party materials or websites, or for any other materials, products, or services of third-parties.<br>We are not liable for any harm or damages related to the purchase or use of goods, services, resources, content, or any other transactions made in connection with any third-party websites. Please review carefully the third-party\'s policies and practices and make sure you understand them before you engage in any transaction. Complaints, claims, concerns, or questions regarding third-party products should be directed to the third-party.<br><br>SECTION 9 - USER COMMENTS, FEEDBACK AND OTHER SUBMISSIONS<br><br>If, at our request, you send certain specific submissions (for example contest entries) or without a request from us you send creative ideas, suggestions, proposals, plans, or other materials, whether online, by email, by postal mail, or otherwise (collectively, \'comments\'), you agree that we may, at any time, without restriction, edit, copy, publish, distribute, translate and otherwise use in any medium any comments that you forward to us. We are and shall be under no obligation (1) to maintain any comments in confidence; (2) to pay compensation for any comments; or (3) to respond to any comments.<br>We may, but have no obligation to, monitor, edit or remove content that we determine in our sole discretion are unlawful, offensive, threatening, libelous, defamatory, pornographic, obscene or otherwise objectionable or violates any partyâ€™s intellectual property or these Terms of Service.<br>You agree that your comments will not violate any right of any third-party, including copyright, trademark, privacy, personality or other personal or proprietary right. You further agree that your comments will not contain libelous or otherwise unlawful, abusive or obscene material, or contain any computer virus or other malware that could in any way affect the operation of the Service or any related website. You may not use a false e-mail address, pretend to be someone other than yourself, or otherwise mislead us or third-parties as to the origin of any comments. You are solely responsible for any comments you make and their accuracy. We take no responsibility and assume no liability for any comments posted by you or any third-party.<br><br>SECTION 10 - PERSONAL INFORMATION<br><br>Your submission of personal information through the store is governed by our Privacy Policy. To view our Privacy Policy.<br><br>SECTION 11 - ERRORS, INACCURACIES AND OMISSIONS<br><br>Occasionally there may be information on our site or in the Service that contains typographical errors, inaccuracies or omissions that may relate to product descriptions, pricing, promotions, offers, product shipping charges, transit times and availability. We reserve the right to correct any errors, inaccuracies or omissions, and to change or update information or cancel orders if any information in the Service or on any related website is inaccurate at any time without prior notice (including after you have submitted your order).<br>We undertake no obligation to update, amend or clarify information in the Service or on any related website, including without limitation, pricing information, except as required by law. No specified update or refresh date applied in the Service or on any related website, should be taken to indicate that all information in the Service or on any related website has been modified or updated.<br><br>SECTION 12 - PROHIBITED USES<br><br>In addition to other prohibitions as set forth in the Terms of Service, you are prohibited from using the site or its content: (a) for any unlawful purpose; (b) to solicit others to perform or participate in any unlawful acts; (c) to violate any international, federal, provincial or state regulations, rules, laws, or local ordinances; (d) to infringe upon or violate our intellectual property rights or the intellectual property rights of others; (e) to harass, abuse, insult, harm, defame, slander, disparage, intimidate, or discriminate based on gender, sexual orientation, religion, ethnicity, race, age, national origin, or disability; (f) to submit false or misleading information; (g) to upload or transmit viruses or any other type of malicious code that will or may be used in any way that will affect the functionality or operation of the Service or of any related website, other websites, or the Internet; (h) to collect or track the personal information of others; (i) to spam, phish, pharm, pretext, spider, crawl, or scrape; (j) for any obscene or immoral purpose; or (k) to interfere with or circumvent the security features of the Service or any related website, other websites, or the Internet. We reserve the right to terminate your use of the Service or any related website for violating any of the prohibited uses.<br><br>SECTION 13 - DISCLAIMER OF WARRANTIES; LIMITATION OF LIABILITY<br><br>We do not guarantee, represent or warrant that your use of our service will be uninterrupted, timely, secure or error-free.<br>We do not warrant that the results that may be obtained from the use of the service will be accurate or reliable.<br>You agree that from time to time we may remove the service for indefinite periods of time or cancel the service at any time, without notice to you.<br>You expressly agree that your use of, or inability to use, the service is at your sole risk. The service and all products and services delivered to you through the service are (except as expressly stated by us) provided \'as is\' and \'as available\' for your use, without any representation, warranties or conditions of any kind, either express or implied, including all implied warranties or conditions of merchantability, merchantable quality, fitness for a particular purpose, durability, title, and non-infringement.<br>In no case shall Blackhawk Custom, LLC, our directors, officers, employees, affiliates, agents, contractors, interns, suppliers, service providers or licensors be liable for any injury, loss, claim, or any direct, indirect, incidental, punitive, special, or consequential damages of any kind, including, without limitation lost profits, lost revenue, lost savings, loss of data, replacement costs, or any similar damages, whether based in contract, tort (including negligence), strict liability or otherwise, arising from your use of any of the service or any products procured using the service, or for any other claim related in any way to your use of the service or any product, including, but not limited to, any errors or omissions in any content, or any loss or damage of any kind incurred as a result of the use of the service or any content (or product) posted, transmitted, or otherwise made available via the service, even if advised of their possibility. Because some states or jurisdictions do not allow the exclusion or the limitation of liability for consequential or incidental damages, in such states or jurisdictions, our liability shall be limited to the maximum extent permitted by law.<br><br>SECTION 14 - INDEMNIFICATION<br><br>You agree to indemnify, defend and hold harmless Blackhawk Custom, LLC and our parent, subsidiaries, affiliates, partners, officers, directors, agents, contractors, licensors, service providers, subcontractors, suppliers, interns and employees, harmless from any claim or demand, including reasonable attorneysâ€™ fees, made by any third-party due to or arising out of your breach of these Terms of Service or the documents they incorporate by reference, or your violation of any law or the rights of a third-party.<br><br>SECTION 15 - SEVERABILITY<br><br>In the event that any provision of these Terms of Service is determined to be unlawful, void or unenforceable, such provision shall nonetheless be enforceable to the fullest extent permitted by applicable law, and the unenforceable portion shall be deemed to be severed from these Terms of Service, such determination shall not affect the validity and enforceability of any other remaining provisions.<br><br>SECTION 16 - TERMINATION<br><br>The obligations and liabilities of the parties incurred prior to the termination date shall survive the termination of this agreement for all purposes.<br>These Terms of Service are effective unless and until terminated by either you or us. You may terminate these Terms of Service at any time by notifying us that you no longer wish to use our Services, or when you cease using our site.<br>If in our sole judgment you fail, or we suspect that you have failed, to comply with any term or provision of these Terms of Service, we also may terminate this agreement at any time without notice and you will remain liable for all amounts due up to and including the date of termination; and/or accordingly may deny you access to our Services (or any part thereof).<br><br>SECTION 17 - ENTIRE AGREEMENT<br><br>The failure of us to exercise or enforce any right or provision of these Terms of Service shall not constitute a waiver of such right or provision.<br>These Terms of Service and any policies or operating rules posted by us on this site or in respect to The Service constitutes the entire agreement and understanding between you and us and govern your use of the Service, superseding any prior or contemporaneous agreements, communications and proposals, whether oral or written, between you and us (including, but not limited to, any prior versions of the Terms of Service).<br>Any ambiguities in the interpretation of these Terms of Service shall not be construed against the drafting party.<br><br>SECTION 18 - GOVERNING LAW<br><br>These Terms of Service and any separate agreements whereby we provide you Services shall be governed by and construed in accordance with the laws of 825 South Kings Highway, Fort Pierce, FL 34945.<br><br>SECTION 19 - CHANGES TO TERMS OF SERVICE<br><br>You can review the most current version of the Terms of Service at any time at this page.<br>We reserve the right, at our sole discretion, to update, change or replace any part of these Terms of Service by posting updates and changes to our website. It is your responsibility to check our website periodically for changes. Your continued use of or access to our website or the Service following the posting of any changes to these Terms of Service constitutes acceptance of those changes.<br><br>SECTION 20 - CONTACT INFORMATION<br><br>Questions about the Terms of Service should be sent to us at <a href=\"mailto:admin@blackhawkcustom.com\" target=\"_blank\">admin@blackhawkcustom.com</a></p></div></div></div>\n</div>'),(4340,210,'tve_revision_tve_has_wistia_popover','0'),(4341,210,'tve_revision_tve_landing_page','blank_v2'),(4342,210,'tve_revision_tve_disable_theme_dependency',''),(4343,210,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-custom-menu-inside\" style=\"z-index: 8;\" data-css=\"tve-u-1642b593fd4\" wfd-id=\"58\">\n<div class=\"tve-content-box-background\" wfd-id=\"67\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" style=\"z-index: 8;\" wfd-id=\"59\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-165e642ffaf\" wfd-id=\"64\"><h2 data-css=\"tve-u-165e62d8c6d\">Terms &amp; Conditions</h2></div><div class=\"tcb-clear\" data-css=\"tve-u-165e6469798\" wfd-id=\"60\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1642b6ab2bb\" wfd-id=\"61\"><p style=\"text-align: left;\" data-css=\"tve-u-165e64714a8\">TERMS OF SERVICE<br><br>-----<br><br>OVERVIEW<br><br>This website is operated by Blackhawk Custom, LLC. Throughout the site, the terms â€œweâ€, â€œusâ€ and â€œourâ€ refer to Blackhawk Custom, LLC. Blackhawk Custom, LLC offers this website, including all information, tools and services available from this site to you, the user, conditioned upon your acceptance of all terms, conditions, policies and notices stated here.<br><br>By visiting our site and/ or purchasing something from us, you engage in our â€œServiceâ€ and agree to be bound by the following terms and conditions (â€œTerms of Serviceâ€, â€œTermsâ€), including those additional terms, conditions, and policies referenced herein and/or available by hyperlink. These Terms of Service apply to all users of the site, including without limitation users who are browsers, vendors, customers, merchants, and/ or contributors of content.<br><br>Please read these Terms of Service carefully before accessing or using our website. By accessing or using any part of the site, you agree to be bound by these Terms of Service. If you do not agree to all the terms and conditions of this agreement, then you may not access the website or use any services. If these Terms of Service are considered an offer, acceptance is expressly limited to these Terms of Service.<br><br>Any new features or tools which are added to the current store shall also be subject to the Terms of Service. You can review the most current version of the Terms of Service at any time on this page. We reserve the right to update, change or replace any part of these Terms of Service by posting updates and/or changes to our website. It is your responsibility to check this page periodically for changes. Your continued use of or access to the website following the posting of any changes constitutes acceptance of those changes.<br><br>SECTION 1 - ONLINE STORE TERMS<br><br>By agreeing to these Terms of Service, you represent that you are at least the age of majority in your state or province of residence, or that you are the age of majority in your state or province of residence and you have given us your consent to allow any of your minor dependents to use this site.<br>You may not use our products for any illegal or unauthorized purpose nor may you, in the use of the Service, violate any laws in your jurisdiction (including but not limited to copyright laws).<br>You must not transmit any worms or viruses or any code of a destructive nature.<br>A breach or violation of any of the Terms will result in an immediate termination of your Services.<br><br>SECTION 2 - GENERAL CONDITIONS<br><br>We reserve the right to refuse service to anyone for any reason at any time.<br>You understand that your content (not including credit card information), may be transferred unencrypted and involve (a) transmissions over various networks; and (b) changes to conform and adapt to technical requirements of connecting networks or devices. Credit card information is always encrypted during transfer over networks.<br>You agree not to reproduce, duplicate, copy, sell, resell or exploit any portion of the Service, use of the Service, or access to the Service or any contact on the website through which the service is provided, without express written permission by us.<br>The headings used in this agreement are included for convenience only and will not limit or otherwise affect these Terms.<br><br>SECTION 3 - ACCURACY, COMPLETENESS AND TIMELINESS OF INFORMATION<br><br>We are not responsible if information made available on this site is not accurate, complete or current. The material on this site is provided for general information only and should not be relied upon or used as the sole basis for making decisions without consulting primary, more accurate, more complete or more timely sources of information. Any reliance on the material on this site is at your own risk.<br>This site may contain certain historical information. Historical information, necessarily, is not current and is provided for your reference only. We reserve the right to modify the contents of this site at any time, but we have no obligation to update any information on our site. You agree that it is your responsibility to monitor changes to our site.<br><br>SECTION 4 - MODIFICATIONS TO THE SERVICE AND PRICES<br><br>The prices for our products are subject to change without notice.<br>We reserve the right at any time to modify or discontinue the Service (or any part or content thereof) without notice at any time.<br>We shall not be liable to you or to any third-party for any modification, price change, suspension or discontinuance of the Service.<br><br>SECTION 5 - PRODUCTS OR SERVICES (if applicable)<br><br>Certain products or services may be available exclusively online through the website. These products or services may have limited quantities and are subject to return or exchange only according to our Return Policy.<br>We have made every effort to display as accurately as possible the colors and images of our products that appear at the store. We cannot guarantee that your computer monitor\'s display of any color will be accurate.<br>We reserve the right, but are not obligated, to limit the sales of our products or Services to any person, geographic region or jurisdiction. We may exercise this right on a case-by-case basis. We reserve the right to limit the quantities of any products or services that we offer. All descriptions of products or product pricing are subject to change at anytime without notice, at the sole discretion of us. We reserve the right to discontinue any product at any time. Any offer for any product or service made on this site is void where prohibited.<br>We do not warrant that the quality of any products, services, information, or other material purchased or obtained by you will meet your expectations, or that any errors in the Service will be corrected.<br><br>SECTION 6 - ACCURACY OF BILLING AND ACCOUNT INFORMATION<br><br>We reserve the right to refuse any order you place with us. We may, in our sole discretion, limit or cancel quantities purchased per person, per household or per order. These restrictions may include orders placed by or under the same customer account, the same credit card, and/or orders that use the same billing and/or shipping address. In the event that we make a change to or cancel an order, we may attempt to notify you by contacting the e-mail and/or billing address/phone number provided at the time the order was made. We reserve the right to limit or prohibit orders that, in our sole judgment, appear to be placed by dealers, resellers or distributors.<br><br>You agree to provide current, complete and accurate purchase and account information for all purchases made at our store. You agree to promptly update your account and other information, including your email address and credit card numbers and expiration dates, so that we can complete your transactions and contact you as needed.<br><br>For more detail, please review our Returns Policy.<br><br>SECTION 7 - OPTIONAL TOOLS<br><br>We may provide you with access to third-party tools over which we neither monitor nor have any control nor input.<br>You acknowledge and agree that we provide access to such tools â€as isâ€ and â€œas availableâ€ without any warranties, representations or conditions of any kind and without any endorsement. We shall have no liability whatsoever arising from or relating to your use of optional third-party tools.<br>Any use by you of optional tools offered through the site is entirely at your own risk and discretion and you should ensure that you are familiar with and approve of the terms on which tools are provided by the relevant third-party provider(s).<br>We may also, in the future, offer new services and/or features through the website (including, the release of new tools and resources). Such new features and/or services shall also be subject to these Terms of Service.<br><br>SECTION 8 - THIRD-PARTY LINKS<br><br>Certain content, products and services available via our Service may include materials from third-parties.<br>Third-party links on this site may direct you to third-party websites that are not affiliated with us. We are not responsible for examining or evaluating the content or accuracy and we do not warrant and will not have any liability or responsibility for any third-party materials or websites, or for any other materials, products, or services of third-parties.<br>We are not liable for any harm or damages related to the purchase or use of goods, services, resources, content, or any other transactions made in connection with any third-party websites. Please review carefully the third-party\'s policies and practices and make sure you understand them before you engage in any transaction. Complaints, claims, concerns, or questions regarding third-party products should be directed to the third-party.<br><br>SECTION 9 - USER COMMENTS, FEEDBACK AND OTHER SUBMISSIONS<br><br>If, at our request, you send certain specific submissions (for example contest entries) or without a request from us you send creative ideas, suggestions, proposals, plans, or other materials, whether online, by email, by postal mail, or otherwise (collectively, \'comments\'), you agree that we may, at any time, without restriction, edit, copy, publish, distribute, translate and otherwise use in any medium any comments that you forward to us. We are and shall be under no obligation (1) to maintain any comments in confidence; (2) to pay compensation for any comments; or (3) to respond to any comments.<br>We may, but have no obligation to, monitor, edit or remove content that we determine in our sole discretion are unlawful, offensive, threatening, libelous, defamatory, pornographic, obscene or otherwise objectionable or violates any partyâ€™s intellectual property or these Terms of Service.<br>You agree that your comments will not violate any right of any third-party, including copyright, trademark, privacy, personality or other personal or proprietary right. You further agree that your comments will not contain libelous or otherwise unlawful, abusive or obscene material, or contain any computer virus or other malware that could in any way affect the operation of the Service or any related website. You may not use a false e-mail address, pretend to be someone other than yourself, or otherwise mislead us or third-parties as to the origin of any comments. You are solely responsible for any comments you make and their accuracy. We take no responsibility and assume no liability for any comments posted by you or any third-party.<br><br>SECTION 10 - PERSONAL INFORMATION<br><br>Your submission of personal information through the store is governed by our Privacy Policy. To view our Privacy Policy.<br><br>SECTION 11 - ERRORS, INACCURACIES AND OMISSIONS<br><br>Occasionally there may be information on our site or in the Service that contains typographical errors, inaccuracies or omissions that may relate to product descriptions, pricing, promotions, offers, product shipping charges, transit times and availability. We reserve the right to correct any errors, inaccuracies or omissions, and to change or update information or cancel orders if any information in the Service or on any related website is inaccurate at any time without prior notice (including after you have submitted your order).<br>We undertake no obligation to update, amend or clarify information in the Service or on any related website, including without limitation, pricing information, except as required by law. No specified update or refresh date applied in the Service or on any related website, should be taken to indicate that all information in the Service or on any related website has been modified or updated.<br><br>SECTION 12 - PROHIBITED USES<br><br>In addition to other prohibitions as set forth in the Terms of Service, you are prohibited from using the site or its content: (a) for any unlawful purpose; (b) to solicit others to perform or participate in any unlawful acts; (c) to violate any international, federal, provincial or state regulations, rules, laws, or local ordinances; (d) to infringe upon or violate our intellectual property rights or the intellectual property rights of others; (e) to harass, abuse, insult, harm, defame, slander, disparage, intimidate, or discriminate based on gender, sexual orientation, religion, ethnicity, race, age, national origin, or disability; (f) to submit false or misleading information; (g) to upload or transmit viruses or any other type of malicious code that will or may be used in any way that will affect the functionality or operation of the Service or of any related website, other websites, or the Internet; (h) to collect or track the personal information of others; (i) to spam, phish, pharm, pretext, spider, crawl, or scrape; (j) for any obscene or immoral purpose; or (k) to interfere with or circumvent the security features of the Service or any related website, other websites, or the Internet. We reserve the right to terminate your use of the Service or any related website for violating any of the prohibited uses.<br><br>SECTION 13 - DISCLAIMER OF WARRANTIES; LIMITATION OF LIABILITY<br><br>We do not guarantee, represent or warrant that your use of our service will be uninterrupted, timely, secure or error-free.<br>We do not warrant that the results that may be obtained from the use of the service will be accurate or reliable.<br>You agree that from time to time we may remove the service for indefinite periods of time or cancel the service at any time, without notice to you.<br>You expressly agree that your use of, or inability to use, the service is at your sole risk. The service and all products and services delivered to you through the service are (except as expressly stated by us) provided \'as is\' and \'as available\' for your use, without any representation, warranties or conditions of any kind, either express or implied, including all implied warranties or conditions of merchantability, merchantable quality, fitness for a particular purpose, durability, title, and non-infringement.<br>In no case shall Blackhawk Custom, LLC, our directors, officers, employees, affiliates, agents, contractors, interns, suppliers, service providers or licensors be liable for any injury, loss, claim, or any direct, indirect, incidental, punitive, special, or consequential damages of any kind, including, without limitation lost profits, lost revenue, lost savings, loss of data, replacement costs, or any similar damages, whether based in contract, tort (including negligence), strict liability or otherwise, arising from your use of any of the service or any products procured using the service, or for any other claim related in any way to your use of the service or any product, including, but not limited to, any errors or omissions in any content, or any loss or damage of any kind incurred as a result of the use of the service or any content (or product) posted, transmitted, or otherwise made available via the service, even if advised of their possibility. Because some states or jurisdictions do not allow the exclusion or the limitation of liability for consequential or incidental damages, in such states or jurisdictions, our liability shall be limited to the maximum extent permitted by law.<br><br>SECTION 14 - INDEMNIFICATION<br><br>You agree to indemnify, defend and hold harmless Blackhawk Custom, LLC and our parent, subsidiaries, affiliates, partners, officers, directors, agents, contractors, licensors, service providers, subcontractors, suppliers, interns and employees, harmless from any claim or demand, including reasonable attorneysâ€™ fees, made by any third-party due to or arising out of your breach of these Terms of Service or the documents they incorporate by reference, or your violation of any law or the rights of a third-party.<br><br>SECTION 15 - SEVERABILITY<br><br>In the event that any provision of these Terms of Service is determined to be unlawful, void or unenforceable, such provision shall nonetheless be enforceable to the fullest extent permitted by applicable law, and the unenforceable portion shall be deemed to be severed from these Terms of Service, such determination shall not affect the validity and enforceability of any other remaining provisions.<br><br>SECTION 16 - TERMINATION<br><br>The obligations and liabilities of the parties incurred prior to the termination date shall survive the termination of this agreement for all purposes.<br>These Terms of Service are effective unless and until terminated by either you or us. You may terminate these Terms of Service at any time by notifying us that you no longer wish to use our Services, or when you cease using our site.<br>If in our sole judgment you fail, or we suspect that you have failed, to comply with any term or provision of these Terms of Service, we also may terminate this agreement at any time without notice and you will remain liable for all amounts due up to and including the date of termination; and/or accordingly may deny you access to our Services (or any part thereof).<br><br>SECTION 17 - ENTIRE AGREEMENT<br><br>The failure of us to exercise or enforce any right or provision of these Terms of Service shall not constitute a waiver of such right or provision.<br>These Terms of Service and any policies or operating rules posted by us on this site or in respect to The Service constitutes the entire agreement and understanding between you and us and govern your use of the Service, superseding any prior or contemporaneous agreements, communications and proposals, whether oral or written, between you and us (including, but not limited to, any prior versions of the Terms of Service).<br>Any ambiguities in the interpretation of these Terms of Service shall not be construed against the drafting party.<br><br>SECTION 18 - GOVERNING LAW<br><br>These Terms of Service and any separate agreements whereby we provide you Services shall be governed by and construed in accordance with the laws of 825 South Kings Highway, Fort Pierce, FL 34945.<br><br>SECTION 19 - CHANGES TO TERMS OF SERVICE<br><br>You can review the most current version of the Terms of Service at any time at this page.<br>We reserve the right, at our sole discretion, to update, change or replace any part of these Terms of Service by posting updates and changes to our website. It is your responsibility to check our website periodically for changes. Your continued use of or access to our website or the Service following the posting of any changes to these Terms of Service constitutes acceptance of those changes.<br><br>SECTION 20 - CONTACT INFORMATION<br><br>Questions about the Terms of Service should be sent to us at <a href=\"mailto:admin@blackhawkcustom.com\" target=\"_blank\">admin@blackhawkcustom.com</a></p></div></div></div>\n</div>'),(4277,106,'tve_updated_post','<div class=\"thrv_wrapper tve_wp_shortcode\" wfd-id=\"36\"><div class=\"tve_shortcode_raw\" style=\"display: none\" wfd-id=\"38\">___TVE_SHORTCODE_RAW__&lt;h1 data-css=\"tve-u-16035acf904\"&gt;&lt;strong&gt;H1 Heading Example&lt;/strong&gt; Lorem Ipsum Dolor&lt;/h1&gt;\n&lt;p data-css=\"tve-u-165d705c7ac\"&gt;Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi semper vulputate tincidunt. Mauris sodales vitae ipsum nec porta. Mauris lacus odio, congue eget justo nec, eleifend pellentesque orci. Interdum et malesuada fames ac ante ipsum primis in faucibus. Ut facilisis nibh eget ex maximus, at egestas orci faucibus.&lt;/p&gt;\n&lt;h2 data-css=\"tve-u-165d704ec24\"&gt;Your Heading Here H2&lt;/h2&gt;\n&lt;h3 data-css=\"tve-u-165d70538a3\"&gt;Your Heading Here H3&lt;/h3&gt;\n&lt;h4 data-css=\"tve-u-165d70581f6\"&gt;Your Heading Here H4&lt;/h4&gt;\n&lt;p&gt;Copyright text and footer links.&lt;/p&gt;\n__TVE_SHORTCODE_RAW___</div></div>'),(4278,418,'tve_revision_tve_landing_page',''),(4279,418,'tve_revision_tve_disable_theme_dependency',''),(4280,418,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper tve_wp_shortcode\" wfd-id=\"36\"><div class=\"tve_shortcode_raw\" style=\"display: none\" wfd-id=\"38\">___TVE_SHORTCODE_RAW__&lt;h1 data-css=\"tve-u-16035acf904\"&gt;&lt;strong&gt;H1 Heading Example&lt;/strong&gt; Lorem Ipsum Dolor&lt;/h1&gt;\n&lt;p data-css=\"tve-u-165d705c7ac\"&gt;Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi semper vulputate tincidunt. Mauris sodales vitae ipsum nec porta. Mauris lacus odio, congue eget justo nec, eleifend pellentesque orci. Interdum et malesuada fames ac ante ipsum primis in faucibus. Ut facilisis nibh eget ex maximus, at egestas orci faucibus.&lt;/p&gt;\n&lt;h2 data-css=\"tve-u-165d704ec24\"&gt;Your Heading Here H2&lt;/h2&gt;\n&lt;h3 data-css=\"tve-u-165d70538a3\"&gt;Your Heading Here H3&lt;/h3&gt;\n&lt;h4 data-css=\"tve-u-165d70581f6\"&gt;Your Heading Here H4&lt;/h4&gt;\n&lt;p&gt;Copyright text and footer links.&lt;/p&gt;\n__TVE_SHORTCODE_RAW___</div></div>'),(4281,418,'tve_revision_tve_content_more_found',''),(4282,418,'tve_revision_tve_save_post',''),(4283,418,'tve_revision_tve_custom_css',''),(4284,418,'tve_revision_tve_user_custom_css',''),(4285,418,'tve_revision_tve_page_events','a:0:{}'),(4286,418,'tve_revision_tve_globals',''),(4287,418,'tve_revision_tve_global_scripts','a:2:{s:4:\"head\";s:0:\"\";s:6:\"footer\";s:0:\"\";}'),(4288,418,'tve_revision_thrive_icon_pack',''),(4289,418,'tve_revision_thrive_tcb_post_fonts',''),(4290,418,'tve_revision_tve_has_masonry',''),(4291,418,'tve_revision_tve_has_typefocus',''),(4292,418,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper tve_wp_shortcode\" wfd-id=\"36\"><div class=\"tve_shortcode_raw\" style=\"display: none\" wfd-id=\"38\">___TVE_SHORTCODE_RAW__&lt;h1 data-css=\"tve-u-16035acf904\"&gt;&lt;strong&gt;H1 Heading Example&lt;/strong&gt; Lorem Ipsum Dolor&lt;/h1&gt;\n&lt;p data-css=\"tve-u-165d705c7ac\"&gt;Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi semper vulputate tincidunt. Mauris sodales vitae ipsum nec porta. Mauris lacus odio, congue eget justo nec, eleifend pellentesque orci. Interdum et malesuada fames ac ante ipsum primis in faucibus. Ut facilisis nibh eget ex maximus, at egestas orci faucibus.&lt;/p&gt;\n&lt;h2 data-css=\"tve-u-165d704ec24\"&gt;Your Heading Here H2&lt;/h2&gt;\n&lt;h3 data-css=\"tve-u-165d70538a3\"&gt;Your Heading Here H3&lt;/h3&gt;\n&lt;h4 data-css=\"tve-u-165d70581f6\"&gt;Your Heading Here H4&lt;/h4&gt;\n&lt;p&gt;Copyright text and footer links.&lt;/p&gt;\n__TVE_SHORTCODE_RAW___</div></div>'),(4293,418,'tve_revision_tve_has_wistia_popover',''),(4294,106,'tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(4295,106,'thrive_tcb_post_fonts','a:0:{}'),(4296,106,'thrive_icon_pack','0'),(4297,106,'tve_has_masonry','0'),(4298,106,'tve_has_typefocus','0'),(4299,106,'tve_has_wistia_popover','0'),(4300,419,'tve_revision_tve_landing_page',''),(4301,419,'tve_revision_tve_disable_theme_dependency',''),(4302,419,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper tve_wp_shortcode\" wfd-id=\"36\"><div class=\"tve_shortcode_raw\" style=\"display: none\" wfd-id=\"38\">___TVE_SHORTCODE_RAW__&lt;h1 data-css=\"tve-u-16035acf904\"&gt;&lt;strong&gt;H1 Heading Example&lt;/strong&gt; Lorem Ipsum Dolor&lt;/h1&gt;\n&lt;p data-css=\"tve-u-165d705c7ac\"&gt;Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi semper vulputate tincidunt. Mauris sodales vitae ipsum nec porta. Mauris lacus odio, congue eget justo nec, eleifend pellentesque orci. Interdum et malesuada fames ac ante ipsum primis in faucibus. Ut facilisis nibh eget ex maximus, at egestas orci faucibus.&lt;/p&gt;\n&lt;h2 data-css=\"tve-u-165d704ec24\"&gt;Your Heading Here H2&lt;/h2&gt;\n&lt;h3 data-css=\"tve-u-165d70538a3\"&gt;Your Heading Here H3&lt;/h3&gt;\n&lt;h4 data-css=\"tve-u-165d70581f6\"&gt;Your Heading Here H4&lt;/h4&gt;\n&lt;p&gt;Copyright text and footer links.&lt;/p&gt;\n__TVE_SHORTCODE_RAW___</div></div>'),(4303,419,'tve_revision_tve_content_more_found',''),(4304,419,'tve_revision_tve_save_post',''),(4305,419,'tve_revision_tve_custom_css',''),(4306,419,'tve_revision_tve_user_custom_css',''),(4307,419,'tve_revision_tve_page_events','a:0:{}'),(4308,419,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(4309,419,'tve_revision_tve_global_scripts','a:2:{s:4:\"head\";s:0:\"\";s:6:\"footer\";s:0:\"\";}'),(4310,419,'tve_revision_thrive_icon_pack','0'),(4311,419,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(4312,419,'tve_revision_tve_has_masonry','0'),(4313,419,'tve_revision_tve_has_typefocus','0'),(4314,419,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper tve_wp_shortcode\" wfd-id=\"36\"><div class=\"tve_shortcode_raw\" style=\"display: none\" wfd-id=\"38\">___TVE_SHORTCODE_RAW__&lt;h1 data-css=\"tve-u-16035acf904\"&gt;&lt;strong&gt;H1 Heading Example&lt;/strong&gt; Lorem Ipsum Dolor&lt;/h1&gt;\n&lt;p data-css=\"tve-u-165d705c7ac\"&gt;Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi semper vulputate tincidunt. Mauris sodales vitae ipsum nec porta. Mauris lacus odio, congue eget justo nec, eleifend pellentesque orci. Interdum et malesuada fames ac ante ipsum primis in faucibus. Ut facilisis nibh eget ex maximus, at egestas orci faucibus.&lt;/p&gt;\n&lt;h2 data-css=\"tve-u-165d704ec24\"&gt;Your Heading Here H2&lt;/h2&gt;\n&lt;h3 data-css=\"tve-u-165d70538a3\"&gt;Your Heading Here H3&lt;/h3&gt;\n&lt;h4 data-css=\"tve-u-165d70581f6\"&gt;Your Heading Here H4&lt;/h4&gt;\n&lt;p&gt;Copyright text and footer links.&lt;/p&gt;\n__TVE_SHORTCODE_RAW___</div></div>'),(4315,419,'tve_revision_tve_has_wistia_popover','0'),(4321,282,'_wp_attachment_image_alt','Cerakote Certified Logo'),(4535,328,'tve_content_before_more_tcb2-thrivebiz-pub','<div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16369563890\" wfd-id=\"498\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1636956410b\" data-clip-id=\"7bb59bbf51894\" wfd-id=\"544\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1636955fbd2\" wfd-id=\"499\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160dbb50aca\" data-float=\"1\" wfd-id=\"538\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-160db84bfac\" data-clip-id=\"eb17500f3af4b\" wfd-id=\"543\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-eb17500f3af4b\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"divider\" pointer-width=\"100\" pointer-height=\"25\" style=\"zigzag\"><polygon points=\"0 0, 0 0.75, 0.5 1, 1 0.75,  1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-eb17500f3af4b\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"divider\" pointer-width=\"100\" pointer-height=\"25\" style=\"zigzag\"><polygon points=\"0 0, 0 0.75, 0.5 1, 1 0.75,  1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-eb17500f3af4b\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"pointer\" pointer-width=\"100\" pointer-height=\"15\" style=\"\" clip-path=\"url(#clip-mobile-top-eb17500f3af4b)\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 0 1, 0.5 0.85, 1 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-top-eb17500f3af4b\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"none\" pointer-width=\"5\" pointer-height=\"5\" style=\"zigzag\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160db85dabe\" wfd-id=\"539\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1635e6448aa\" wfd-id=\"540\"><h4 style=\"text-align: center;\"><strong>Your<br>&nbsp;â‰‘ &nbsp; &nbsp; &nbsp;Company Name &nbsp; &nbsp; &nbsp;â‰‘</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1635e5cbf37\" wfd-id=\"516\"><div class=\"tcb-flex-row tcb--cols--2 v-2 m-edit tcb-mobile-wrap tcb-resized tcb-row-reversed-mobile\" data-css=\"tve-u-1635e5cc2d9\" wfd-id=\"517\"><div class=\"tcb-flex-col\" data-css=\"tve-u-16363739cd6\" style=\"\" wfd-id=\"528\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"530\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tcb-mobile-hidden\" data-css=\"tve-u-1635e5cd7c0\" style=\"\" wfd-id=\"531\">\n<div class=\"tve-content-box-background\" wfd-id=\"537\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1635e5d9ba1\" wfd-id=\"532\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display tcb-mobile-hidden\" data-css=\"tve-u-160db6dd8cd\" style=\"\" wfd-id=\"536\"><svg class=\"tcb-icon\" viewBox=\"0 0 16 28\" data-name=\"map-marker\">\n<path d=\"M12 10c0-2.203-1.797-4-4-4s-4 1.797-4 4 1.797 4 4 4 4-1.797 4-4zM16 10c0 0.953-0.109 1.937-0.516 2.797l-5.688 12.094c-0.328 0.688-1.047 1.109-1.797 1.109s-1.469-0.422-1.781-1.109l-5.703-12.094c-0.406-0.859-0.516-1.844-0.516-2.797 0-4.422 3.578-8 8-8s8 3.578 8 8z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160df4565d1\" wfd-id=\"533\"><p>Your&nbsp; Adress Goes Here</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-16363739d27\" style=\"\" wfd-id=\"518\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"520\"><div class=\"tcb-clear\" data-css=\"tve-u-16363c02cf7\" wfd-id=\"521\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1635e5ffa41\" wfd-id=\"522\">\n<div class=\"tve-content-box-background\" wfd-id=\"527\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1635e5d9ba1\" wfd-id=\"523\"><div class=\"tcb-clear\" data-css=\"tve-u-163637c7e1e\" wfd-id=\"525\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1635e65c044\" data-float=\"1\" wfd-id=\"526\"><svg class=\"tcb-icon\" viewBox=\"0 0 22 28\" data-name=\"phone\">\n<path d=\"M22 19.375c0 0.562-0.25 1.656-0.484 2.172-0.328 0.766-1.203 1.266-1.906 1.656-0.922 0.5-1.859 0.797-2.906 0.797-1.453 0-2.766-0.594-4.094-1.078-0.953-0.344-1.875-0.766-2.734-1.297-2.656-1.641-5.859-4.844-7.5-7.5-0.531-0.859-0.953-1.781-1.297-2.734-0.484-1.328-1.078-2.641-1.078-4.094 0-1.047 0.297-1.984 0.797-2.906 0.391-0.703 0.891-1.578 1.656-1.906 0.516-0.234 1.609-0.484 2.172-0.484 0.109 0 0.219 0 0.328 0.047 0.328 0.109 0.672 0.875 0.828 1.188 0.5 0.891 0.984 1.797 1.5 2.672 0.25 0.406 0.719 0.906 0.719 1.391 0 0.953-2.828 2.344-2.828 3.187 0 0.422 0.391 0.969 0.609 1.344 1.578 2.844 3.547 4.813 6.391 6.391 0.375 0.219 0.922 0.609 1.344 0.609 0.844 0 2.234-2.828 3.187-2.828 0.484 0 0.984 0.469 1.391 0.719 0.875 0.516 1.781 1 2.672 1.5 0.313 0.156 1.078 0.5 1.188 0.828 0.047 0.109 0.047 0.219 0.047 0.328z\"></path>\n</svg></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16363599740\" wfd-id=\"524\"><p style=\"text-align: right;\">0364 - 300 - 946</p></div></div>\n</div></div></div></div></div></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160dbcafa88\" wfd-id=\"500\">\n<div class=\"tve-content-box-background\" wfd-id=\"515\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160dbcbc7a4\" wfd-id=\"501\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-160dbcd54ac\" data-tag=\"h3\" wfd-id=\"512\"><h3 style=\"text-align: center;\">This is the place to create your</h3></div><div class=\"thrv_wrapper thrv_heading tve_evt_manager_listen tve_et_tve-viewport tve_ea_thrive_animation tve_anim_slide_top\" data-css=\"tve-u-160dbcd2c5b\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_top&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" data-tag=\"h1\" wfd-id=\"507\"><h1 style=\"text-align: center;\">Best Memories</h1></div><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-160dbceed3d\" data-tcb_hover_state_parent=\"\" wfd-id=\"502\">\n<a href=\"\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"503\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-160dbe24f38\" wfd-id=\"504\"><strong>Make a reservation now</strong></span></span>\n</a>\n</div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1635e6aad72\" wfd-id=\"441\">\n<div class=\"tve-page-section-out\" wfd-id=\"497\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1635e6b4c72\" wfd-id=\"442\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160df4eae6d\" style=\"\" wfd-id=\"443\"><div class=\"tcb-flex-row tcb-medium-wrap tcb-resized tcb--cols--2\" data-css=\"tve-u-160df4bedf0\" wfd-id=\"444\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1635e9cce4d\" style=\"\" wfd-id=\"478\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160df8c3360\" wfd-id=\"480\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1635e97f913\" wfd-id=\"481\">\n<div class=\"tve-content-box-background\" wfd-id=\"496\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1635eadb72e\" wfd-id=\"482\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1636292fe99\" wfd-id=\"493\"><h4>A short story about us</h4></div><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-160df8deee2\" data-tag=\"h2\" wfd-id=\"488\"><h2>Welcome</h2></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-163629240b8\" wfd-id=\"483\"><p>Our vision is simple: create an environment of excitement and wonder.</p><p><br></p><p>We provide you with the fresh feeling that you need in summer and the cozyness you long for in winter.</p><p><br></p><p>We create the best experiences for you to share with friends.</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1635e9cce8b\" style=\"\" wfd-id=\"445\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160e5adb400\" wfd-id=\"447\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160df4c6424\" wfd-id=\"448\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-160df4db074\" wfd-id=\"477\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160df4f4d0e\" wfd-id=\"449\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" wfd-id=\"471\">\n	<div class=\"tve-content-box-background\" wfd-id=\"476\"></div>\n	<div class=\"tve-cb\" wfd-id=\"472\"><div class=\"thrv_wrapper thrv_text_element\" wfd-id=\"473\"><p>Enter your text here...</p></div></div>\n</div><div class=\"tcb-clear\" data-css=\"tve-u-160df52e534\" wfd-id=\"450\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160df51ca21\" wfd-id=\"451\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-160df50b366\" wfd-id=\"470\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160df519447\" wfd-id=\"452\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1635eaf037e\" wfd-id=\"467\"><h6 class=\"\" data-css=\"tve-u-1635ef4f76c\" style=\"text-align: center;\"><strong>weâ€™re open from:</strong></h6></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160df6a2fe0\" wfd-id=\"453\"><div class=\"tcb-flex-row tcb--cols--2 v-2\" data-css=\"tve-u-160df6a3578\" wfd-id=\"454\"><div class=\"tcb-flex-col\" wfd-id=\"461\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160df6d53e3\" wfd-id=\"463\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160df709fbf\" wfd-id=\"464\"><p>Mo-Fr <strong>3Pm</strong> to <strong>4Am</strong></p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"455\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160df6d74f4\" wfd-id=\"457\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160df711140\" wfd-id=\"458\"><p>Sa-Su <strong>12Pm</strong> to <strong>4Am</strong></p></div></div></div></div></div></div>\n</div></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-160e4c55d27\" wfd-id=\"371\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-160e4c34c93\" data-clip-id=\"35e31e95c7382\" wfd-id=\"440\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-35e31e95c7382\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" pointer-width=\"100\" pointer-height=\"47\" style=\"zigzag\" decoration-type=\"none\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-35e31e95c7382\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" pointer-width=\"100\" pointer-height=\"47\" style=\"zigzag\" decoration-type=\"none\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-35e31e95c7382\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" pointer-width=\"100\" pointer-height=\"47\" style=\"zigzag\" decoration-type=\"none\" clip-path=\"url(#clip-mobile-top-35e31e95c7382)\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-top-35e31e95c7382\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" pointer-width=\"100\" pointer-height=\"22\" style=\"zigzag\" decoration-type=\"none\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-160e4c24b1a\" wfd-id=\"372\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-160e4c824a2\" data-tag=\"h3\" wfd-id=\"435\"><h3 data-css=\"tve-u-163630c7fc7\" style=\"text-align: center;\">Why Youâ€™ll <strong>Love</strong> our pub</h3></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160e4dadf9c\" style=\"\" wfd-id=\"373\"><div class=\"tcb-flex-row tcb-medium-wrap v-2 tcb--cols--3\" data-css=\"tve-u-160e4da55bb\" wfd-id=\"374\"><div class=\"tcb-flex-col\" wfd-id=\"407\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160e52014b5\" data-tcb_hover_state_parent=\"\" wfd-id=\"409\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1635efec9fa\" data-float=\"1\" wfd-id=\"432\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1635f098c8e\" data-tcb_hover_state_parent=\"1\" wfd-id=\"434\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16363231ead\" wfd-id=\"433\"></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160eb218e4e\" data-float=\"1\" wfd-id=\"410\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-160eb214b56\" data-clip-id=\"a182d7c321313\" data-tcb_hover_state_parent=\"1\" wfd-id=\"431\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-a182d7c321313\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"pointer\" pointer-width=\"100\" pointer-height=\"11\" style=\"\" data-inverted=\"false\"><polygon points=\"0 0, 0 0.89, 0 0.89, 0.5 1, 1 0.89, 1 0.89, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-a182d7c321313\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"none\" pointer-width=\"100\" pointer-height=\"36\" style=\"zigzag\" clip-path=\"url(#clip-tablet-top-a182d7c321313)\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-top-a182d7c321313\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"divider\" pointer-width=\"100\" pointer-height=\"22\" style=\"zigzag\"><polygon points=\"0 1, 1 1,1 0.22, 0.5 0, 0 0.22, 0 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-a182d7c321313\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"none\" pointer-width=\"100\" pointer-height=\"36\" style=\"zigzag\" clip-path=\"url(#clip-mobile-top-a182d7c321313)\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-top-a182d7c321313\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"divider\" pointer-width=\"100\" pointer-height=\"22\" style=\"zigzag\"><polygon points=\"0 1, 1 1,1 0.22, 0.5 0, 0 0.22, 0 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160eb1a09e2\" wfd-id=\"411\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1635ef71519\" wfd-id=\"420\"><p data-css=\"tve-u-160e4fd114b\" style=\"text-align: center;\">&nbsp;original</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160e501c0b4\" wfd-id=\"412\"><p data-css=\"tve-u-160e4fe84a1\" style=\"text-align: center;\"><span data-css=\"tve-u-160e4fe6187\" style=\"font-weight: 400; font-family: &quot;Kaushan Script&quot;;\" wfd-id=\"419\">drinks</span></p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"387\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160e5276a5e\" data-tcb_hover_state_parent=\"\" wfd-id=\"389\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-163628d68f3\" data-float=\"1\" wfd-id=\"404\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1635f073915\" data-tcb_hover_state_parent=\"1\" wfd-id=\"406\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16363235afe\" wfd-id=\"405\"></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160eb2222a0\" data-float=\"1\" wfd-id=\"390\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-160eb1d9ffb\" data-clip-id=\"cb4c420ba2143\" data-tcb_hover_state_parent=\"1\" wfd-id=\"403\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-cb4c420ba2143\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"pointer\" pointer-width=\"100\" pointer-height=\"36\" style=\"\"><polygon points=\"0 0, 0 0.64, 0 0.64, 0.5 1, 1 0.64, 1 0.64, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-cb4c420ba2143\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"none\" pointer-width=\"100\" pointer-height=\"36\" style=\"zigzag\" clip-path=\"url(#clip-tablet-top-cb4c420ba2143)\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-top-cb4c420ba2143\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"divider\" pointer-width=\"100\" pointer-height=\"22\" style=\"zigzag\"><polygon points=\"0 1, 1 1,1 0.22, 0.5 0, 0 0.22, 0 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-cb4c420ba2143\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"none\" pointer-width=\"100\" pointer-height=\"36\" style=\"zigzag\" clip-path=\"url(#clip-mobile-top-cb4c420ba2143)\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-top-cb4c420ba2143\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"divider\" pointer-width=\"100\" pointer-height=\"22\" style=\"zigzag\"><polygon points=\"0 1, 1 1,1 0.22, 0.5 0, 0 0.22, 0 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160eb1a09e2\" wfd-id=\"391\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1635ef72920\" wfd-id=\"398\"><p data-css=\"tve-u-160e4fd114b\" style=\"text-align: center;\">&nbsp;tasty</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160e501c0b4\" wfd-id=\"392\"><p data-css=\"tve-u-160e4fe84a1\" style=\"text-align: center;\"><span data-css=\"tve-u-160e4fe6187\" style=\"font-weight: 400; font-family: &quot;Kaushan Script&quot;;\" wfd-id=\"397\">food</span></p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"375\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160e52fbe2f\" data-tcb_hover_state_parent=\"\" wfd-id=\"377\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1635f0a8c87\" wfd-id=\"384\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1635f0b76b1\" data-tcb_hover_state_parent=\"1\" wfd-id=\"386\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-1635f010773\" wfd-id=\"385\"></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160eb0e8e90\" data-float=\"1\" wfd-id=\"378\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-160eb0d7fac\" data-clip-id=\"dd364f1962bc7\" data-tcb_hover_state_parent=\"1\" wfd-id=\"383\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-dd364f1962bc7\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"pointer\" pointer-width=\"100\" pointer-height=\"36\" style=\"\"><polygon points=\"0 0, 0 0.64, 0 0.64, 0.5 1, 1 0.64, 1 0.64, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-dd364f1962bc7\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"none\" pointer-width=\"100\" pointer-height=\"36\" style=\"zigzag\" clip-path=\"url(#clip-tablet-top-dd364f1962bc7)\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-top-dd364f1962bc7\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"divider\" pointer-width=\"100\" pointer-height=\"22\" style=\"zigzag\"><polygon points=\"0 1, 1 1,1 0.22, 0.5 0, 0 0.22, 0 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-dd364f1962bc7\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"none\" pointer-width=\"100\" pointer-height=\"36\" style=\"zigzag\" clip-path=\"url(#clip-mobile-top-dd364f1962bc7)\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-top-dd364f1962bc7\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"divider\" pointer-width=\"100\" pointer-height=\"22\" style=\"zigzag\"><polygon points=\"0 1, 1 1,1 0.22, 0.5 0, 0 0.22, 0 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160eb1a09e2\" wfd-id=\"379\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160eb1b0e14\" wfd-id=\"382\"><p data-css=\"tve-u-160e4fd114b\" style=\"text-align: center;\">&nbsp;great</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160e501c0b4\" wfd-id=\"380\"><p data-css=\"tve-u-160e4fe84a1\" style=\"text-align: center;\"><span data-css=\"tve-u-160e4fe6187\" style=\"font-weight: 400; font-family: &quot;Kaushan Script&quot;;\" wfd-id=\"381\">ambiance</span></p></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-160e9d15bdf\" wfd-id=\"261\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-160e9d118ed\" wfd-id=\"370\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-160e9d0c61d\" wfd-id=\"262\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160e9e2aeab\" wfd-id=\"369\"><h3>Take a look at</h3></div><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-160e9e41664\" data-tag=\"h2\" wfd-id=\"366\"><h2>Our Menu</h2></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160e9dff371\" wfd-id=\"263\">\n<div class=\"tve-content-box-background\" wfd-id=\"365\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160e9e03630\" wfd-id=\"264\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160ea7cae88\" wfd-id=\"265\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2\" data-css=\"tve-u-160ea7c9db0\" wfd-id=\"266\"><div class=\"tcb-flex-col\" wfd-id=\"293\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"295\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-160eb3ad20a\" wfd-id=\"362\"><h4>Drinks</h4></div><div class=\"tcb-clear\" data-css=\"tve-u-160ea7bf191\" wfd-id=\"311\"><div class=\"thrv_wrapper thrv_toggle_shortcode\" data-hover-color=\"rgba(18, 21, 25, 0.8)\" data-css=\"tve-u-160e9f87397\" wfd-id=\"312\">\n<div class=\"tve_faq\" wfd-id=\"313\">\n<div class=\"tve_faqI\" wfd-id=\"314\">\n<div class=\"tve_faqB\" wfd-id=\"357\"><span class=\"tve_not_editable tve_toggle\" wfd-id=\"361\"></span>\n<h4 class=\"tve_editable\" data-css=\"tve-u-160eb470891\"><span data-css=\"tve-u-160eb4708df\" style=\"font-family: Lato,arial;\" wfd-id=\"360\">alcoholic drinks</span></h4>\n</div>\n<div class=\"tve_faqC tve_empty_dropzone\" style=\"display: none;\" wfd-id=\"315\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160e9fad83c\" wfd-id=\"331\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-160eaa7faeb\" wfd-id=\"332\"><div class=\"tcb-flex-col\" wfd-id=\"351\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160eb4a305a\" wfd-id=\"353\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160ea977bf3\" wfd-id=\"354\"><h3 data-css=\"tve-u-160f8d013c3\"><strong>Beer (bottle)</strong></h3><p><br></p><p data-css=\"tve-u-160eb4a45fb\">Heineken</p><p data-css=\"tve-u-160eb49e1f7\">Paulaner</p><p data-css=\"tve-u-160eb4a4600\">Budweiser American Ale</p><p data-css=\"tve-u-160eb4a4603\">Land Shark Lager</p><p data-css=\"tve-u-160eb4a4605\">Scrumpy</p><p data-css=\"tve-u-160eb4a4608\">JackFirestone</p><p data-css=\"tve-u-160eb4a460a\">Walker Fortem</p><p data-css=\"tve-u-160eb4a460d\">Live Oak Hefeweizen</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"333\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160f8cfbf40\" wfd-id=\"335\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160ea9789a4\" wfd-id=\"336\"><h3 data-css=\"tve-u-160f8cf3d89\"><strong>Beer (draught)</strong></h3><p><br></p><p data-css=\"tve-u-160eb4b6f9b\"><span data-css=\"tve-u-160f8ceeb77\" wfd-id=\"350\">Guiness</span></p><p data-css=\"tve-u-160eb4b6fc8\"><span data-css=\"tve-u-160f8cef20d\" wfd-id=\"348\"><span data-css=\"tve-u-160f8ceeb79\" wfd-id=\"349\">Stela Artois</span></span></p><p data-css=\"tve-u-160eb4b6fcb\"><span data-css=\"tve-u-160f8cef245\" wfd-id=\"346\"><span data-css=\"tve-u-160f8ceebb3\" wfd-id=\"347\">Grolsch (Unfiltered)</span></span></p><p data-css=\"tve-u-160eb4b6fcd\"><span data-css=\"tve-u-160f8cef27e\" wfd-id=\"344\"><span data-css=\"tve-u-160f8ceebeb\" wfd-id=\"345\">Newcastle Brown Ale</span></span></p><p data-css=\"tve-u-160eb4b6fd0\"><span data-css=\"tve-u-160f8cef2b7\" wfd-id=\"342\"><span data-css=\"tve-u-160f8ceec23\" wfd-id=\"343\">Corona Extra</span></span></p><p data-css=\"tve-u-160eb4b6fd3\"><span data-css=\"tve-u-160f8cef2f1\" wfd-id=\"340\"><span data-css=\"tve-u-160f8ceec5c\" wfd-id=\"341\">Sam Adams</span></span></p><p data-css=\"tve-u-160eb4b6fd5\"><span data-css=\"tve-u-160f8ceec94\" wfd-id=\"339\">Miller Lite</span></p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160ea89b12a\" wfd-id=\"316\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-160eaa7faee\" wfd-id=\"317\"><div class=\"tcb-flex-col\" wfd-id=\"325\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160f8cddeb4\" wfd-id=\"327\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160ea976e63\" wfd-id=\"328\"><h3 data-css=\"tve-u-160f8cd7871\"><strong>Cocktails</strong></h3><p data-css=\"tve-u-160f8cd7919\"><br></p><p data-css=\"tve-u-160f8cd794f\">Gin &amp; Tonic</p><p data-css=\"tve-u-160f8cd7987\">Vodka Orange</p><p data-css=\"tve-u-160f8cd79c1\">Wiskey Sour</p><p data-css=\"tve-u-160f8cd79f8\">Boulevardier</p><p data-css=\"tve-u-160f8cd7a30\">Daiquiri</p><p data-css=\"tve-u-160f8cd7a68\">Martini</p><p data-css=\"tve-u-160f8cd7aa1\">Ramos Gin Fizz</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"318\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160ea928596\" wfd-id=\"320\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160ea9729a9\" wfd-id=\"322\"><h3 data-css=\"tve-u-160ea90d163\"><strong>Wine</strong></h3><p data-css=\"tve-u-160f8cc8efc\"><br></p><p data-css=\"tve-u-160f8cc8f31\"><br></p><p data-css=\"tve-u-160ea9400e0\"><strong>White</strong></p><p data-css=\"tve-u-160f8cc8f9a\"><br></p><p data-css=\"tve-u-160f8cc8fce\">Sidebar Sauvignon Blanc High Valley</p><p data-css=\"tve-u-160ea9104fd\"><br></p><p data-css=\"tve-u-160ea7224b9\">Mazzei Maremma Toscana Tenuta</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160ea9357c7\" wfd-id=\"321\"><p data-css=\"tve-u-160f8cc591b\"><br></p><p data-css=\"tve-u-160ea71c62c\"><strong>Red</strong></p><p data-css=\"tve-u-160f8cc5953\"><br></p><p data-css=\"tve-u-160ea79970d\">MarquÃ©s de CÃ¡ceres</p><p data-css=\"tve-u-160ea799710\">Rioja ReservaBelguardo</p></div></div></div></div></div></div>\n</div>\n</div>\n</div></div><div class=\"tcb-clear\" data-css=\"tve-u-160ea7bf191\" wfd-id=\"296\"><div class=\"thrv_wrapper thrv_toggle_shortcode\" data-hover-color=\"rgba(18, 21, 25, 0.8)\" data-css=\"tve-u-160eab45a4f\" wfd-id=\"297\">\n<div class=\"tve_faq\" wfd-id=\"305\">\n<div class=\"tve_faqI\" wfd-id=\"306\">\n<div class=\"tve_faqB\" wfd-id=\"308\"><span class=\"tve_not_editable tve_toggle\" wfd-id=\"310\"></span>\n<h4 class=\"tve_editable\" data-css=\"tve-u-160eb475d09\"><span data-css=\"tve-u-160eb475d4c\" style=\"font-family: Lato,arial;\" wfd-id=\"309\">soft drinks</span></h4>\n</div>\n<div class=\"tve_faqC tve_empty_dropzone\" style=\"display: none;\" wfd-id=\"307\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160eaa73bda\" wfd-id=\"355\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-160e9fac06c\" wfd-id=\"356\"><div class=\"tcb-flex-col\" wfd-id=\"365\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160f8cb9d70\" wfd-id=\"367\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160ea977bf3\" wfd-id=\"368\"><h3 data-css=\"tve-u-160f8cb610d\"><strong>Coffee</strong></h3><p data-css=\"tve-u-160f8cb6183\"><br></p><p data-css=\"tve-u-160f8cb61bc\">Expresso</p><p data-css=\"tve-u-160ea6ba060\">Expresso Machiato</p><p data-css=\"tve-u-160ea6ba063\">Irish Coffee</p><p data-css=\"tve-u-160ea6ba065\">Cafe Mendoza</p><p data-css=\"tve-u-160ea6ba067\">Latte</p><p data-css=\"tve-u-160ea6ba06a\">Americano</p><p data-css=\"tve-u-160ea6ba06c\">Baileys Irish Cream Coffee</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"357\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160f8c978c9\" wfd-id=\"359\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160f8c8c841\" wfd-id=\"360\"><h3 data-css=\"tve-u-160f8cb0034\"><strong>Juice</strong></h3><p data-css=\"tve-u-160f8cb00a7\"><br></p><p data-css=\"tve-u-160f8cb00e0\">Coca Cola</p><p data-css=\"tve-u-160f8cb011c\">Fanta</p><p data-css=\"tve-u-160f8cb0157\">Sprite</p><p data-css=\"tve-u-160f8cb0191\">Almdudler</p><p data-css=\"tve-u-160f8cb01cb\">Fresh mix&nbsp;</p><ul class=\"\" wfd-id=\"363\"><li class=\"\" data-css=\"tve-u-160ea9c9c07\" wfd-id=\"364\">Orange/ Grapefruit/Apple</li></ul><p data-css=\"tve-u-160f8cb0240\">Sam Adams</p><p data-css=\"tve-u-160f8cb027b\">Miller Lite</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160eaa8db54\" wfd-id=\"333\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-160ea89ac22\" wfd-id=\"334\"><div class=\"tcb-flex-col\" wfd-id=\"339\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"341\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160ea976e63\" wfd-id=\"342\"><h3 data-css=\"tve-u-160ea54ea72\"><span data-css=\"tve-u-160f8c69135\" wfd-id=\"354\"><strong>Smoothie</strong></span></h3><p><span data-css=\"tve-u-160f8c699b9\" wfd-id=\"352\"><span data-css=\"tve-u-160f8c691a5\" wfd-id=\"353\"><br></span></span></p><p data-css=\"tve-u-160ea6ba05c\"><span data-css=\"tve-u-160f8c699f6\" wfd-id=\"350\"><span data-css=\"tve-u-160f8c691dc\" wfd-id=\"351\">Cherry &amp; Kale</span></span></p><p data-css=\"tve-u-160ea6ba05c\"><span data-css=\"tve-u-160f8c69a2f\" wfd-id=\"348\"><span data-css=\"tve-u-160f8c69216\" wfd-id=\"349\">Blueberry &amp; Avocado</span></span></p><p data-css=\"tve-u-160ea6ba05c\"><span data-css=\"tve-u-160f8c69a67\" wfd-id=\"346\"><span data-css=\"tve-u-160f8c69250\" wfd-id=\"347\">Banana &amp; Milk</span></span></p><p data-css=\"tve-u-160ea6ba05c\"><span data-css=\"tve-u-160f8c69289\" wfd-id=\"345\">Pear &amp; Chocolate</span></p><p data-css=\"tve-u-160f8c626b2\">Veggie &amp; Green</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"335\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160ea928596\" wfd-id=\"337\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160f8c59f19\" wfd-id=\"338\"><h3 data-css=\"tve-u-160f8c5888c\"><strong>Lemonade</strong></h3><p data-css=\"tve-u-160f8c58926\"><br></p><p data-css=\"tve-u-160f8c58957\">Classic</p><p data-css=\"tve-u-160eaa5aa50\">Mint&nbsp;</p><p data-css=\"tve-u-160f8c589bd\">Orange &amp; Lime</p><p data-css=\"tve-u-160eaa62df8\">Watermelon</p></div></div></div></div></div></div>\n</div>\n</div>\n<div class=\"tve_faq\" wfd-id=\"298\">\n<div class=\"tve_faqI\" wfd-id=\"299\">\n<div class=\"tve_faqB\" wfd-id=\"301\"><span class=\"tve_not_editable tve_toggle\" wfd-id=\"304\"></span>\n<h4 class=\"tve_editable\">ADDITIONAL SPIRITS</h4>\n</div>\n<div class=\"tve_faqC\" style=\"display: none;\" wfd-id=\"300\"><div class=\"thrv_wrapper tcb-row-empty thrv-columns\" data-css=\"tve-u-1689b6473cd\" wfd-id=\"317\"><div class=\"tcb-flex-row tcb--cols--2\" wfd-id=\"318\"><div class=\"tcb-flex-col\" wfd-id=\"322\"><div class=\"tcb-col\" wfd-id=\"324\"></div></div><div class=\"tcb-flex-col\" wfd-id=\"319\"><div class=\"tcb-col\" wfd-id=\"321\"></div></div></div></div></div>\n</div>\n</div></div></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"267\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160eb38e170\" wfd-id=\"269\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-160eaaf84a6\" wfd-id=\"290\"><h4 class=\"\">Food</h4></div><div class=\"tcb-clear\" data-css=\"tve-u-160ea7bf191\" wfd-id=\"280\"><div class=\"thrv_wrapper thrv_toggle_shortcode\" data-hover-color=\"rgba(18, 21, 25, 0.8)\" data-css=\"tve-u-160ead973a1\" wfd-id=\"281\">\n<div class=\"tve_faq\" wfd-id=\"282\">\n<div class=\"tve_faqI\" wfd-id=\"283\">\n<div class=\"tve_faqB\" wfd-id=\"285\"><span class=\"tve_not_editable tve_toggle\" wfd-id=\"289\"></span>\n<h4 class=\"tve_editable\" data-css=\"tve-u-160eb47f143\"><span data-css=\"tve-u-160eb47f16a\" wfd-id=\"288\">starters</span></h4>\n</div>\n<div class=\"tve_faqC tve_empty_dropzone\" style=\"display: none;\" wfd-id=\"284\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160eb521486\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-160eb54da29\"><div class=\"tcb-flex-col\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160e9fbbfa0\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160f8c2bf72\"><h3 data-css=\"tve-u-160f8c28393\"><strong>Snacks</strong></h3><p data-css=\"tve-u-160f8c283f9\"><br></p><p data-css=\"tve-u-160f8c2842b\">Chips</p><p data-css=\"tve-u-160f8c28460\">Hazelnuts</p><p data-css=\"tve-u-160f8c28493\">Peanuts</p><p data-css=\"tve-u-160f8c284c6\">Tortilla chips</p><p data-css=\"tve-u-160f8c25bba\">Chocolate croissants</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160e9fc2c51\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160ea9c1e15\"><h3 data-css=\"tve-u-160eb553062\"><strong>Meals</strong></h3><p data-css=\"tve-u-160eb5530cd\"><br></p><p data-css=\"tve-u-160eb553103\">Crab cakes<u>â€‹</u></p><p data-css=\"tve-u-160eb553138\">Chicken wings</p><p data-css=\"tve-u-160eb55316d\">White beans with herbs</p><p data-css=\"tve-u-160eb5531a1\">Stuffed mushrooms</p><p data-css=\"tve-u-160eb5531d8\">Smoked salmon spread</p><p data-css=\"tve-u-160eb55320f\">Authentic houmous</p></div></div></div></div></div></div>\n</div>\n</div>\n</div></div><div class=\"tcb-clear\" data-css=\"tve-u-160ea7bf191\" wfd-id=\"270\"><div class=\"thrv_wrapper thrv_toggle_shortcode\" data-hover-color=\"rgba(18, 21, 25, 0.8)\" data-css=\"tve-u-160eb42c2ca\" wfd-id=\"271\">\n<div class=\"tve_faq\" wfd-id=\"272\">\n<div class=\"tve_faqI\" wfd-id=\"273\">\n<div class=\"tve_faqB\" wfd-id=\"275\"><span class=\"tve_not_editable tve_toggle\" wfd-id=\"279\"></span>\n<h4 class=\"tve_editable\" data-css=\"tve-u-160e9f7868b\"><span data-css=\"tve-u-160e9f7ce0e\" wfd-id=\"278\">main course</span></h4>\n</div>\n<div class=\"tve_faqC tve_empty_dropzone\" style=\"display: none;\" wfd-id=\"274\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160ead90ba7\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-160eadcc8c9\"><div class=\"tcb-flex-col\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160f8d12a0d\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160ea977bf3\"><h3 data-css=\"tve-u-160eb5275ca\"><strong>Soup</strong></h3><p data-css=\"tve-u-160eb52762c\"><br></p><p data-css=\"tve-u-160eb52765c\">Fish soup</p><p data-css=\"tve-u-160eb52768d\">Squash &amp; parsley&nbsp;</p><p data-css=\"tve-u-160eb5276bf\">Tomato</p><p data-css=\"tve-u-160eb5276f3\">Chicken Almond<br>Arizona Mountain<br>Bayou Shrimp<br>Beef &amp; Pasta Mushroom</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160e9fc2c51\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160eb537e16\"><h3 data-css=\"tve-u-160eb5346af\"><strong>Main dish</strong></h3><p data-css=\"tve-u-160eb534715\"><br></p><p data-css=\"tve-u-160eadffc69\">Chickpea Cauliflower Korma</p><p data-css=\"tve-u-160eb53477a\">Lasagna</p><p data-css=\"tve-u-160eb5347ae\">Veggie Lasagna</p><p data-css=\"tve-u-160eb5347e1\">Pizza Capriciosa</p><p data-css=\"tve-u-160eb534816\">Pizza Margherita</p><p data-css=\"tve-u-160eb53484c\">House Burger</p></div></div></div></div></div></div>\n</div>\n</div>\n</div></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1635ee0cb15\" wfd-id=\"146\">\n<div class=\"tve-page-section-out\" wfd-id=\"260\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1635ebf2201\" wfd-id=\"147\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160f8e625a1\" wfd-id=\"256\"><h3 data-css=\"tve-u-1635f10faad\" style=\"text-align: center;\">What <span data-css=\"tve-u-1635f111354\" style=\"text-transform: uppercase;\" wfd-id=\"259\">o</span>ur customers say</h3></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1635ed91639\" wfd-id=\"148\"><div class=\"tcb-flex-row tcb--cols--3\" data-css=\"tve-u-1635ed274dc\" wfd-id=\"149\"><div class=\"tcb-flex-col\" wfd-id=\"216\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1636390be1e\" wfd-id=\"218\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1635f1b25ed\" wfd-id=\"236\">\n<div class=\"tve-content-box-background\" wfd-id=\"255\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1635f125271\" wfd-id=\"237\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1635f138d3b\" wfd-id=\"253\"><p data-css=\"tve-u-160fa718c59\"><span data-css=\"tve-u-160fa718c5e\" wfd-id=\"254\">â</span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1635f136552\" wfd-id=\"250\"><p data-css=\"tve-u-163629eed0d\">Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit. Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit.</p></div><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"2\" data-color=\"rgb(218, 144, 15)\" data-css=\"tve-u-1635f14cd1e\" wfd-id=\"249\">\n<hr class=\"tve_sep tve_sep-1\">\n</div><div class=\"tcb-clear\" data-css=\"tve-u-160f93bdfb1\" wfd-id=\"247\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1636392a6b1\" wfd-id=\"248\"><svg class=\"tcb-icon\" viewBox=\"0 0 16 28\" data-name=\"sort-desc\">\n<path d=\"M16 17c0 0.266-0.109 0.516-0.297 0.703l-7 7c-0.187 0.187-0.438 0.297-0.703 0.297s-0.516-0.109-0.703-0.297l-7-7c-0.187-0.187-0.297-0.438-0.297-0.703 0-0.547 0.453-1 1-1h14c0.547 0 1 0.453 1 1z\"></path>\n</svg></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1635f123a1e\" wfd-id=\"243\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1636393c2d2\" data-float=\"1\" wfd-id=\"244\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-160f957664d\" wfd-id=\"246\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-163629eb59f\" wfd-id=\"245\"></div>\n</div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1635f121505\" wfd-id=\"238\"><p data-css=\"tve-u-163629db329\"><strong><span data-css=\"tve-u-163629f6835\" style=\"font-size: 16px;\" wfd-id=\"242\">Josie Carter</span></strong></p><p data-css=\"tve-u-163629e77b3\"><span data-css=\"tve-u-163629f6837\" style=\"font-size: 16px;\" wfd-id=\"241\"><em>Marine Biologist</em></span></p><p data-css=\"tve-u-160f9514c00\">â€‹<br></p></div></div>\n</div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-161701a8fd1\" wfd-id=\"219\"><div class=\"tcb-flex-row tcb--cols--3 tcb-resized tcb-resizing tcb-medium-no-wrap v-2 tcb-mobile-wrap m-edit\" data-css=\"tve-u-161703e4bac\" wfd-id=\"220\"><div class=\"tcb-flex-col\" data-css=\"tve-u-16170332517\" style=\"\" wfd-id=\"232\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"234\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16170441415\" wfd-id=\"235\"><p data-css=\"tve-u-16170191bce\"><em>As seen on</em></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1617033251d\" style=\"width: 85px;\" wfd-id=\"227\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"229\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16170185cb5\" wfd-id=\"230\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"231\"><img class=\"tve_image wp-image-3532\" alt=\"\" width=\"45\" height=\"30\" title=\"trip-advisor-logo_03\" data-id=\"3532\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/trip-advisor-logo_03.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1617033371d\" style=\"\" wfd-id=\"221\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"223\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16170442200\" wfd-id=\"224\"><p data-css=\"tve-u-161701c9195\"><a href=\"https://www.tripadvisor.com/\" target=\"_blank\"><u>See more reviews</u></a><u>â€‹â€‹â€‹â€‹</u></p></div></div></div></div></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"184\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-163639549e4\" wfd-id=\"186\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1635f1b3fee\" wfd-id=\"202\">\n<div class=\"tve-content-box-background\" wfd-id=\"215\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16362a05c8f\" wfd-id=\"203\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1636390935e\" wfd-id=\"213\"><p data-css=\"tve-u-160fa718c59\"><span data-css=\"tve-u-160fa718c5e\" wfd-id=\"214\">â</span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1636951d241\" wfd-id=\"212\"><p data-css=\"tve-u-16362a0d7c6\">Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae erat consequat auctor eu in elit. Class aptent!</p></div><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"2\" data-color=\"rgb(218, 144, 15)\" data-css=\"tve-u-16369519850\" wfd-id=\"211\">\n<hr class=\"tve_sep tve_sep-1\">\n</div><div class=\"tcb-clear\" data-css=\"tve-u-160f93bdfb1\" wfd-id=\"209\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1636392e791\" wfd-id=\"210\"><svg class=\"tcb-icon\" viewBox=\"0 0 16 28\" data-name=\"sort-desc\">\n<path d=\"M16 17c0 0.266-0.109 0.516-0.297 0.703l-7 7c-0.187 0.187-0.438 0.297-0.703 0.297s-0.516-0.109-0.703-0.297l-7-7c-0.187-0.187-0.297-0.438-0.297-0.703 0-0.547 0.453-1 1-1h14c0.547 0 1 0.453 1 1z\"></path>\n</svg></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1635ec5add7\" wfd-id=\"205\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1636393da63\" data-float=\"1\" wfd-id=\"206\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1635f13f574\" wfd-id=\"208\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16362a05cc8\" wfd-id=\"207\"></div>\n</div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160fa6805d4\" wfd-id=\"204\"><p data-css=\"tve-u-16362a08679\"><strong>Jesse O\'neil</strong></p><p data-css=\"tve-u-16362a0a74e\"><em>Advertising</em></p><p data-css=\"tve-u-16362a0a750\">â€‹<br></p></div></div>\n</div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16170325257\" wfd-id=\"187\"><div class=\"tcb-flex-row tcb--cols--3 tcb-resized tcb-medium-no-wrap v-2 tcb-mobile-wrap m-edit\" data-css=\"tve-u-1617045651a\" wfd-id=\"188\"><div class=\"tcb-flex-col\" data-css=\"tve-u-16170334a49\" style=\"\" wfd-id=\"198\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"200\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-161704435d7\" wfd-id=\"201\"><p data-css=\"tve-u-16170191bce\"><em>As seen on</em></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-16170334a4f\" style=\"\" wfd-id=\"193\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"195\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-161702e8042\" wfd-id=\"196\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"197\"><img class=\"tve_image wp-image-3538\" alt=\"\" width=\"52\" height=\"31\" title=\"foursquare-logo_03\" data-id=\"3538\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/foursquare-logo_03.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-161703373d0\" style=\"\" wfd-id=\"189\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"191\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16170445bb9\" wfd-id=\"192\"><p data-css=\"tve-u-161701c9195\"><a href=\"https://foursquare.com/\" target=\"_blank\"><u>See more reviewsâ€‹â€‹â€‹â€‹</u></a></p></div></div></div></div></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"150\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16363524c1e\" wfd-id=\"152\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1635ebfe4fc\" wfd-id=\"168\">\n<div class=\"tve-content-box-background\" wfd-id=\"183\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1635ec2801b\" wfd-id=\"169\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1635f139f5c\" wfd-id=\"181\"><p data-css=\"tve-u-160fa718c59\"><span data-css=\"tve-u-160fa718c5e\" wfd-id=\"182\">â</span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160f961e617\" wfd-id=\"180\"><p data-css=\"tve-u-16362a2156e\">Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Mauris in erat justo. Nullam ac urna eu felis dapibus condimentum sit amet a augue. Sed non neque elit.</p></div><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"2\" data-color=\"rgb(218, 144, 15)\" data-css=\"tve-u-160f9405e56\" wfd-id=\"179\">\n<hr class=\"tve_sep tve_sep-1\">\n</div><div class=\"tcb-clear\" data-css=\"tve-u-160f93bdfb1\" wfd-id=\"177\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1635ed98a8a\" wfd-id=\"178\"><svg class=\"tcb-icon\" viewBox=\"0 0 16 28\" data-name=\"sort-desc\">\n<path d=\"M16 17c0 0.266-0.109 0.516-0.297 0.703l-7 7c-0.187 0.187-0.438 0.297-0.703 0.297s-0.516-0.109-0.703-0.297l-7-7c-0.187-0.187-0.297-0.438-0.297-0.703 0-0.547 0.453-1 1-1h14c0.547 0 1 0.453 1 1z\"></path>\n</svg></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1635ec5add7\" wfd-id=\"173\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160f9562c14\" data-float=\"1\" wfd-id=\"174\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1635f187bfc\" wfd-id=\"176\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-1635edf3681\" wfd-id=\"175\"></div>\n</div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160fa6805d4\" wfd-id=\"170\"><p data-css=\"tve-u-163629df961\"><strong><span data-css=\"tve-u-16362a29860\" style=\"font-size: 16px;\" wfd-id=\"172\">Gabriel Jones</span></strong></p><p data-css=\"tve-u-16362a2c533\"><span data-css=\"tve-u-16362a29862\" style=\"font-size: 16px;\" wfd-id=\"171\"><em>Brand Management Consultant</em></span></p><p data-css=\"tve-u-160f9514c00\"><strong>â€‹</strong><br></p></div></div>\n</div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-161703268c0\" wfd-id=\"153\"><div class=\"tcb-flex-row tcb--cols--3 tcb-resized tcb-medium-no-wrap v-2 tcb-mobile-wrap m-edit\" data-css=\"tve-u-161701a2f15\" wfd-id=\"154\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1617019989e\" style=\"\" wfd-id=\"164\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"166\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16170471614\" wfd-id=\"167\"><p data-css=\"tve-u-16170191bce\"><em>As seen on</em></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-161701998d2\" style=\"\" wfd-id=\"159\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"161\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1617031f43b\" wfd-id=\"162\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"163\"><img class=\"tve_image wp-image-3542\" alt=\"\" width=\"49\" height=\"24\" title=\"yelp-logo_03\" data-id=\"3542\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/yelp-logo_03.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-161701c1618\" style=\"\" wfd-id=\"155\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"157\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-161701b642a\" wfd-id=\"158\"><p data-css=\"tve-u-161701c9195\"><a href=\"https://www.yelp.com/\" target=\"_blank\"><u>See more reviews</u></a><u>â€‹â€‹â€‹â€‹</u></p></div></div></div></div></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-160f96ef669\" wfd-id=\"112\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-160f96f5e19\" data-clip-id=\"c22944d35542f\" wfd-id=\"145\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-c22944d35542f\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" pointer-width=\"100\" pointer-height=\"14\" style=\"zigzag\" decoration-type=\"none\" clip-path=\"url(#clip-top-c22944d35542f)\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-c22944d35542f\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" pointer-width=\"100\" pointer-height=\"14\" style=\"zigzag\" decoration-type=\"none\" clip-path=\"url(#clip-mobile-top-c22944d35542f)\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-top-c22944d35542f\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" pointer-width=\"100\" pointer-height=\"10\" style=\"zigzag\" decoration-type=\"none\" clip-path=\"url(#clip-top-c22944d35542f)\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-top-c22944d35542f\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" pointer-width=\"100\" pointer-height=\"13\" decoration-type=\"none\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-160f96c069e\" wfd-id=\"113\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160f9714a61\" wfd-id=\"114\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-160f9734b53\" data-clip-id=\"c8e428685a637\" wfd-id=\"144\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-c8e428685a637\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"pointer\" pointer-width=\"100\" pointer-height=\"13\" style=\"zigzag\" clip-path=\"url(#clip-bottom-c8e428685a637)\"><polygon points=\"1 0.13, 0.5 0, 0 0.13, 0 0.13, 0 1, 1 1, 1 0.13\"></polygon></clipPath><clipPath id=\"clip-bottom-c8e428685a637\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"pointer\" pointer-width=\"100\" pointer-height=\"14.000000000000002\" style=\"\"><polygon points=\"0 0, 0 0.86, 0 0.86, 0.5 1, 1 0.86, 1 0.86, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-top-c8e428685a637\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"divider\" pointer-width=\"100\" pointer-height=\"13\" style=\"zigzag\" clip-path=\"url(#clip-tablet-bottom-c8e428685a637)\"><polygon points=\"0 1, 1 1,1 0.13, 0.5 0, 0 0.13, 0 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-c8e428685a637\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"divider\" pointer-width=\"100\" pointer-height=\"14\" style=\"zigzag\"><polygon points=\"0 0, 0 0.86, 0.5 1, 1 0.86,  1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-top-c8e428685a637\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"divider\" pointer-width=\"100\" pointer-height=\"10\" style=\"zigzag\" clip-path=\"url(#clip-mobile-bottom-c8e428685a637)\"><polygon points=\"0 1, 1 1,1 0.1, 0.5 0, 0 0.1, 0 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-c8e428685a637\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"divider\" pointer-width=\"100\" pointer-height=\"10\" style=\"zigzag\"><polygon points=\"0 0, 0 0.9, 0.5 1, 1 0.9,  1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160f972cd2b\" wfd-id=\"115\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160f97e6953\" wfd-id=\"140\"><p data-css=\"tve-u-160f97ddb8a\" style=\"text-align: center;\"><span data-css=\"tve-u-160f97e0356\" style=\"font-weight: 400; font-family: &quot;Kaushan Script&quot;;\" wfd-id=\"143\">Happy Hour</span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160f98a0d17\" wfd-id=\"136\"><p data-css=\"tve-u-160f9bf9be2\" style=\"text-align: center;\"><span data-css=\"tve-u-160f9bfdcb7\" wfd-id=\"138\">2 shots for the price of 1 between 18<span data-css=\"tve-u-160f9823757\" wfd-id=\"139\">&nbsp;PM&nbsp;</span>- 20 </span><span data-css=\"tve-u-160f984f29b\" wfd-id=\"137\">PM</span></p></div><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-160f98df817\" data-tcb_hover_state_parent=\"\" wfd-id=\"133\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"134\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-160fec25d20\" wfd-id=\"135\"><strong>Make a reservation now</strong></span></span>\n</a>\n</div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160f9b74c2b\" wfd-id=\"119\"><div class=\"tcb-flex-row tcb-resized tcb--cols--3 tcb-medium-no-wrap tcb-mobile-edit tcb-resizing v-2\" data-css=\"tve-u-160f9b69526\" wfd-id=\"120\"><div class=\"tcb-flex-col\" data-css=\"tve-u-160f9b7a36e\" style=\"\" wfd-id=\"129\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"131\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(176, 171, 155, 0.3)\" data-css=\"tve-u-160f9b9db80\" wfd-id=\"132\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-160f9b7a39a\" style=\"width: 97px;\" wfd-id=\"125\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160ff36e890\" wfd-id=\"127\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160fa7619dc\" wfd-id=\"128\"><p data-css=\"tve-u-160f9b916f8\" style=\"text-align: center;\">or</p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-160f9b7a3c6\" style=\"\" wfd-id=\"121\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"123\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(176, 171, 155, 0.3)\" data-css=\"tve-u-160f9bd1e50\" wfd-id=\"124\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160f9bf1aea\" wfd-id=\"116\"><p data-css=\"tve-u-160f981fb0c\" style=\"text-align: center;\"><span data-css=\"tve-u-160f9c02898\" wfd-id=\"117\"><span data-css=\"tve-u-160ff467c38\" wfd-id=\"118\">Call us</span> : 0300-984-589</span></p></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-160f9c6a4fe\" wfd-id=\"72\">\n<div class=\"tve-page-section-out\" wfd-id=\"111\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-160f9c6d0ad\" wfd-id=\"73\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160f9caae7b\" wfd-id=\"108\"><h3 data-css=\"tve-u-1635f21f43a\" style=\"text-align: center;\">our signature drinks</h3></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160f9c7f698\" wfd-id=\"74\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--4\" data-css=\"tve-u-160f9c75fb0\" wfd-id=\"75\"><div class=\"tcb-flex-col\" wfd-id=\"100\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160f9cccb99\" data-tcb_hover_state_parent=\"\" wfd-id=\"102\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1616a9cfa4b\" wfd-id=\"103\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1616a721403\" wfd-id=\"107\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1616a74e73b\" wfd-id=\"104\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1616a5e01ba\" wfd-id=\"105\"><p data-css=\"tve-u-160f9d496b3\" style=\"text-align: center;\"><span data-css=\"tve-u-160f9d5377f\" style=\"font-weight: 400; font-family: &quot;Kaushan Script&quot;;\" wfd-id=\"106\">Wiskey Sour</span></p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"92\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160f9d08737\" data-tcb_hover_state_parent=\"\" wfd-id=\"94\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1616a9d1ca7\" wfd-id=\"95\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1616a721403\" wfd-id=\"99\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1616a74e73b\" wfd-id=\"96\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1616a5e01ba\" wfd-id=\"97\"><p data-css=\"tve-u-160f9d496b3\" style=\"text-align: center;\"><span data-css=\"tve-u-160f9d5377f\" style=\"font-weight: 400; font-family: &quot;Kaushan Script&quot;;\">Boulevardier</span></p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"84\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160f9d0b00e\" data-tcb_hover_state_parent=\"\" wfd-id=\"86\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1616a9d3730\" wfd-id=\"87\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1616a721403\" wfd-id=\"91\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1616a74e73b\" wfd-id=\"88\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1616a5e01ba\" wfd-id=\"89\"><p data-css=\"tve-u-160f9d496b3\" style=\"text-align: center;\"><span data-css=\"tve-u-160f9d5377f\" style=\"font-weight: 400; font-family: &quot;Kaushan Script&quot;;\" wfd-id=\"90\">Gin Fizz</span></p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"76\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160f9d0c9a0\" data-tcb_hover_state_parent=\"\" wfd-id=\"78\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1616a708b49\" wfd-id=\"79\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1616a721403\" wfd-id=\"83\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1616a74e73b\" wfd-id=\"80\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1616a5e01ba\" wfd-id=\"81\"><p data-css=\"tve-u-160f9d496b3\" style=\"text-align: center;\"><span data-css=\"tve-u-160f9d5377f\" style=\"font-weight: 400; font-family: &quot;Kaushan Script&quot;;\" wfd-id=\"82\">Spicy Tequila Shot</span></p></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-160fe140452\" style=\"\" wfd-id=\"41\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-16362e0aed9\" wfd-id=\"71\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-160fe13ce28\" wfd-id=\"42\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160f9ec40fc\" wfd-id=\"43\"><div class=\"tcb-flex-row tcb--cols--2 tcb-medium-no-wrap v-2 tcb-mobile-wrap m-edit\" data-css=\"tve-u-160f9ebf905\" wfd-id=\"44\"><div class=\"tcb-flex-col\" wfd-id=\"49\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160f9ee08be\" wfd-id=\"51\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160fa01d193\" wfd-id=\"52\">\n<div class=\"tve-content-box-background\" wfd-id=\"70\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"53\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1635f273315\" wfd-id=\"68\"><h4 data-css=\"tve-u-1635f28650b\"><strong><span data-css=\"tve-u-16362a7e959\" style=\"text-transform: none;\" wfd-id=\"69\">Your</span></strong><br><strong>Company name</strong></h4></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16362aabe81\" wfd-id=\"62\">\n<div class=\"tve-content-box-background\" wfd-id=\"67\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1635e5d9ba1\" wfd-id=\"63\"><div class=\"tcb-clear\" data-css=\"tve-u-16363d2efc4\" wfd-id=\"65\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-16362a8dd87\" data-float=\"1\" wfd-id=\"66\"><svg class=\"tcb-icon\" viewBox=\"0 0 16 28\" data-name=\"map-marker\">\n<path d=\"M12 10c0-2.203-1.797-4-4-4s-4 1.797-4 4 1.797 4 4 4 4-1.797 4-4zM16 10c0 0.953-0.109 1.937-0.516 2.797l-5.688 12.094c-0.328 0.688-1.047 1.109-1.797 1.109s-1.469-0.422-1.781-1.109l-5.703-12.094c-0.406-0.859-0.516-1.844-0.516-2.797 0-4.422 3.578-8 8-8s8 3.578 8 8z\"></path>\n</svg></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160df4565d1\" wfd-id=\"64\"><p data-css=\"tve-u-1636311d040\">Your Pub Adress Goes Here</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1636301dc81\" wfd-id=\"57\">\n<div class=\"tve-content-box-background\" wfd-id=\"61\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1635e5d9ba1\" wfd-id=\"58\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-16362aa4888\" wfd-id=\"60\"><svg class=\"tcb-icon\" viewBox=\"0 0 22 28\" data-name=\"phone\">\n<path d=\"M22 19.375c0 0.562-0.25 1.656-0.484 2.172-0.328 0.766-1.203 1.266-1.906 1.656-0.922 0.5-1.859 0.797-2.906 0.797-1.453 0-2.766-0.594-4.094-1.078-0.953-0.344-1.875-0.766-2.734-1.297-2.656-1.641-5.859-4.844-7.5-7.5-0.531-0.859-0.953-1.781-1.297-2.734-0.484-1.328-1.078-2.641-1.078-4.094 0-1.047 0.297-1.984 0.797-2.906 0.391-0.703 0.891-1.578 1.656-1.906 0.516-0.234 1.609-0.484 2.172-0.484 0.109 0 0.219 0 0.328 0.047 0.328 0.109 0.672 0.875 0.828 1.188 0.5 0.891 0.984 1.797 1.5 2.672 0.25 0.406 0.719 0.906 0.719 1.391 0 0.953-2.828 2.344-2.828 3.187 0 0.422 0.391 0.969 0.609 1.344 1.578 2.844 3.547 4.813 6.391 6.391 0.375 0.219 0.922 0.609 1.344 0.609 0.844 0 2.234-2.828 3.187-2.828 0.484 0 0.984 0.469 1.391 0.719 0.875 0.516 1.781 1 2.672 1.5 0.313 0.156 1.078 0.5 1.188 0.828 0.047 0.109 0.047 0.219 0.047 0.328z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160df4565d1\" wfd-id=\"59\"><p data-css=\"tve-u-1636311dda3\" style=\"text-align: left;\">0364 - 300 - 946</p></div></div>\n</div><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-160fa182f82\" data-tcb_hover_state_parent=\"\" wfd-id=\"54\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"55\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-160fa198fbb\" wfd-id=\"56\">Make a reservation now</span></span>\n</a>\n</div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"45\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160fa1c8dca\" wfd-id=\"47\"><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-160fa11f4f2\" wfd-id=\"48\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=London&amp;t=m&amp;z=12&amp;output=embed&amp;iwloc=near\"></iframe>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16362e2956e\" wfd-id=\"27\">\n<div class=\"tve-page-section-out\" wfd-id=\"40\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16362e27bcb\" wfd-id=\"28\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160fa4daf17\" wfd-id=\"29\"><div class=\"tcb-flex-row tcb--cols--2 v-2\" data-css=\"tve-u-160fa4d8d4f\" wfd-id=\"30\"><div class=\"tcb-flex-col\" wfd-id=\"36\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"38\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160fa4b581e\" wfd-id=\"39\"><p data-css=\"tve-u-160fa489bd9\" style=\"text-align: left;\">Â© 2018 , Your company name . All rights reserved.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"31\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160fec923bf\" wfd-id=\"33\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160fec99b6f\" wfd-id=\"34\"><p style=\"text-align: right;\" data-css=\"tve-u-16363b1b458\"><span style=\"color: rgba(3, 9, 14, 0.5);\" data-css=\"tve-u-16363b4867f\" wfd-id=\"35\"><u>â€‹</u>â€‹â€‹â€‹â€‹Made with</span> <a href=\"https://thrivethemes.com/\" target=\"_blank\">Thrive Architect</a></p></div></div></div></div></div></div>\n</div>'),(4325,210,'tve_revision_tve_landing_page','blank_v2'),(4326,210,'tve_revision_tve_disable_theme_dependency',''),(4327,210,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-custom-menu-inside\" style=\"z-index: 8;\" data-css=\"tve-u-1642b593fd4\" wfd-id=\"58\">\n<div class=\"tve-content-box-background\" wfd-id=\"67\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" style=\"z-index: 8;\" wfd-id=\"59\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-165e642ffaf\" wfd-id=\"64\"><h2 data-css=\"tve-u-165e62d8c6d\">Terms &amp; Conditions</h2></div><div class=\"tcb-clear\" data-css=\"tve-u-165e6469798\" wfd-id=\"60\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1642b6ab2bb\" wfd-id=\"61\"><p style=\"text-align: left;\" data-css=\"tve-u-165e64714a8\">TERMS OF SERVICE<br><br>-----<br><br>OVERVIEW<br><br>This website is operated by Blackhawk Custom, LLC. Throughout the site, the terms â€œweâ€, â€œusâ€ and â€œourâ€ refer to Blackhawk Custom, LLC. Blackhawk Custom, LLC offers this website, including all information, tools and services available from this site to you, the user, conditioned upon your acceptance of all terms, conditions, policies and notices stated here.<br><br>By visiting our site and/ or purchasing something from us, you engage in our â€œServiceâ€ and agree to be bound by the following terms and conditions (â€œTerms of Serviceâ€, â€œTermsâ€), including those additional terms, conditions, and policies referenced herein and/or available by hyperlink. These Terms of Service apply to all users of the site, including without limitation users who are browsers, vendors, customers, merchants, and/ or contributors of content.<br><br>Please read these Terms of Service carefully before accessing or using our website. By accessing or using any part of the site, you agree to be bound by these Terms of Service. If you do not agree to all the terms and conditions of this agreement, then you may not access the website or use any services. If these Terms of Service are considered an offer, acceptance is expressly limited to these Terms of Service.<br><br>Any new features or tools which are added to the current store shall also be subject to the Terms of Service. You can review the most current version of the Terms of Service at any time on this page. We reserve the right to update, change or replace any part of these Terms of Service by posting updates and/or changes to our website. It is your responsibility to check this page periodically for changes. Your continued use of or access to the website following the posting of any changes constitutes acceptance of those changes.<br><br>SECTION 1 - ONLINE STORE TERMS<br><br>By agreeing to these Terms of Service, you represent that you are at least the age of majority in your state or province of residence, or that you are the age of majority in your state or province of residence and you have given us your consent to allow any of your minor dependents to use this site.<br>You may not use our products for any illegal or unauthorized purpose nor may you, in the use of the Service, violate any laws in your jurisdiction (including but not limited to copyright laws).<br>You must not transmit any worms or viruses or any code of a destructive nature.<br>A breach or violation of any of the Terms will result in an immediate termination of your Services.<br><br>SECTION 2 - GENERAL CONDITIONS<br><br>We reserve the right to refuse service to anyone for any reason at any time.<br>You understand that your content (not including credit card information), may be transferred unencrypted and involve (a) transmissions over various networks; and (b) changes to conform and adapt to technical requirements of connecting networks or devices. Credit card information is always encrypted during transfer over networks.<br>You agree not to reproduce, duplicate, copy, sell, resell or exploit any portion of the Service, use of the Service, or access to the Service or any contact on the website through which the service is provided, without express written permission by us.<br>The headings used in this agreement are included for convenience only and will not limit or otherwise affect these Terms.<br><br>SECTION 3 - ACCURACY, COMPLETENESS AND TIMELINESS OF INFORMATION<br><br>We are not responsible if information made available on this site is not accurate, complete or current. The material on this site is provided for general information only and should not be relied upon or used as the sole basis for making decisions without consulting primary, more accurate, more complete or more timely sources of information. Any reliance on the material on this site is at your own risk.<br>This site may contain certain historical information. Historical information, necessarily, is not current and is provided for your reference only. We reserve the right to modify the contents of this site at any time, but we have no obligation to update any information on our site. You agree that it is your responsibility to monitor changes to our site.<br><br>SECTION 4 - MODIFICATIONS TO THE SERVICE AND PRICES<br><br>The prices for our products are subject to change without notice.<br>We reserve the right at any time to modify or discontinue the Service (or any part or content thereof) without notice at any time.<br>We shall not be liable to you or to any third-party for any modification, price change, suspension or discontinuance of the Service.<br><br>SECTION 5 - PRODUCTS OR SERVICES (if applicable)<br><br>Certain products or services may be available exclusively online through the website. These products or services may have limited quantities and are subject to return or exchange only according to our Return Policy.<br>We have made every effort to display as accurately as possible the colors and images of our products that appear at the store. We cannot guarantee that your computer monitor\'s display of any color will be accurate.<br>We reserve the right, but are not obligated, to limit the sales of our products or Services to any person, geographic region or jurisdiction. We may exercise this right on a case-by-case basis. We reserve the right to limit the quantities of any products or services that we offer. All descriptions of products or product pricing are subject to change at anytime without notice, at the sole discretion of us. We reserve the right to discontinue any product at any time. Any offer for any product or service made on this site is void where prohibited.<br>We do not warrant that the quality of any products, services, information, or other material purchased or obtained by you will meet your expectations, or that any errors in the Service will be corrected.<br><br>SECTION 6 - ACCURACY OF BILLING AND ACCOUNT INFORMATION<br><br>We reserve the right to refuse any order you place with us. We may, in our sole discretion, limit or cancel quantities purchased per person, per household or per order. These restrictions may include orders placed by or under the same customer account, the same credit card, and/or orders that use the same billing and/or shipping address. In the event that we make a change to or cancel an order, we may attempt to notify you by contacting the e-mail and/or billing address/phone number provided at the time the order was made. We reserve the right to limit or prohibit orders that, in our sole judgment, appear to be placed by dealers, resellers or distributors.<br><br>You agree to provide current, complete and accurate purchase and account information for all purchases made at our store. You agree to promptly update your account and other information, including your email address and credit card numbers and expiration dates, so that we can complete your transactions and contact you as needed.<br><br>For more detail, please review our Returns Policy.<br><br>SECTION 7 - OPTIONAL TOOLS<br><br>We may provide you with access to third-party tools over which we neither monitor nor have any control nor input.<br>You acknowledge and agree that we provide access to such tools â€as isâ€ and â€œas availableâ€ without any warranties, representations or conditions of any kind and without any endorsement. We shall have no liability whatsoever arising from or relating to your use of optional third-party tools.<br>Any use by you of optional tools offered through the site is entirely at your own risk and discretion and you should ensure that you are familiar with and approve of the terms on which tools are provided by the relevant third-party provider(s).<br>We may also, in the future, offer new services and/or features through the website (including, the release of new tools and resources). Such new features and/or services shall also be subject to these Terms of Service.<br><br>SECTION 8 - THIRD-PARTY LINKS<br><br>Certain content, products and services available via our Service may include materials from third-parties.<br>Third-party links on this site may direct you to third-party websites that are not affiliated with us. We are not responsible for examining or evaluating the content or accuracy and we do not warrant and will not have any liability or responsibility for any third-party materials or websites, or for any other materials, products, or services of third-parties.<br>We are not liable for any harm or damages related to the purchase or use of goods, services, resources, content, or any other transactions made in connection with any third-party websites. Please review carefully the third-party\'s policies and practices and make sure you understand them before you engage in any transaction. Complaints, claims, concerns, or questions regarding third-party products should be directed to the third-party.<br><br>SECTION 9 - USER COMMENTS, FEEDBACK AND OTHER SUBMISSIONS<br><br>If, at our request, you send certain specific submissions (for example contest entries) or without a request from us you send creative ideas, suggestions, proposals, plans, or other materials, whether online, by email, by postal mail, or otherwise (collectively, \'comments\'), you agree that we may, at any time, without restriction, edit, copy, publish, distribute, translate and otherwise use in any medium any comments that you forward to us. We are and shall be under no obligation (1) to maintain any comments in confidence; (2) to pay compensation for any comments; or (3) to respond to any comments.<br>We may, but have no obligation to, monitor, edit or remove content that we determine in our sole discretion are unlawful, offensive, threatening, libelous, defamatory, pornographic, obscene or otherwise objectionable or violates any partyâ€™s intellectual property or these Terms of Service.<br>You agree that your comments will not violate any right of any third-party, including copyright, trademark, privacy, personality or other personal or proprietary right. You further agree that your comments will not contain libelous or otherwise unlawful, abusive or obscene material, or contain any computer virus or other malware that could in any way affect the operation of the Service or any related website. You may not use a false e-mail address, pretend to be someone other than yourself, or otherwise mislead us or third-parties as to the origin of any comments. You are solely responsible for any comments you make and their accuracy. We take no responsibility and assume no liability for any comments posted by you or any third-party.<br><br>SECTION 10 - PERSONAL INFORMATION<br><br>Your submission of personal information through the store is governed by our Privacy Policy. To view our Privacy Policy.<br><br>SECTION 11 - ERRORS, INACCURACIES AND OMISSIONS<br><br>Occasionally there may be information on our site or in the Service that contains typographical errors, inaccuracies or omissions that may relate to product descriptions, pricing, promotions, offers, product shipping charges, transit times and availability. We reserve the right to correct any errors, inaccuracies or omissions, and to change or update information or cancel orders if any information in the Service or on any related website is inaccurate at any time without prior notice (including after you have submitted your order).<br>We undertake no obligation to update, amend or clarify information in the Service or on any related website, including without limitation, pricing information, except as required by law. No specified update or refresh date applied in the Service or on any related website, should be taken to indicate that all information in the Service or on any related website has been modified or updated.<br><br>SECTION 12 - PROHIBITED USES<br><br>In addition to other prohibitions as set forth in the Terms of Service, you are prohibited from using the site or its content: (a) for any unlawful purpose; (b) to solicit others to perform or participate in any unlawful acts; (c) to violate any international, federal, provincial or state regulations, rules, laws, or local ordinances; (d) to infringe upon or violate our intellectual property rights or the intellectual property rights of others; (e) to harass, abuse, insult, harm, defame, slander, disparage, intimidate, or discriminate based on gender, sexual orientation, religion, ethnicity, race, age, national origin, or disability; (f) to submit false or misleading information; (g) to upload or transmit viruses or any other type of malicious code that will or may be used in any way that will affect the functionality or operation of the Service or of any related website, other websites, or the Internet; (h) to collect or track the personal information of others; (i) to spam, phish, pharm, pretext, spider, crawl, or scrape; (j) for any obscene or immoral purpose; or (k) to interfere with or circumvent the security features of the Service or any related website, other websites, or the Internet. We reserve the right to terminate your use of the Service or any related website for violating any of the prohibited uses.<br><br>SECTION 13 - DISCLAIMER OF WARRANTIES; LIMITATION OF LIABILITY<br><br>We do not guarantee, represent or warrant that your use of our service will be uninterrupted, timely, secure or error-free.<br>We do not warrant that the results that may be obtained from the use of the service will be accurate or reliable.<br>You agree that from time to time we may remove the service for indefinite periods of time or cancel the service at any time, without notice to you.<br>You expressly agree that your use of, or inability to use, the service is at your sole risk. The service and all products and services delivered to you through the service are (except as expressly stated by us) provided \'as is\' and \'as available\' for your use, without any representation, warranties or conditions of any kind, either express or implied, including all implied warranties or conditions of merchantability, merchantable quality, fitness for a particular purpose, durability, title, and non-infringement.<br>In no case shall Blackhawk Custom, LLC, our directors, officers, employees, affiliates, agents, contractors, interns, suppliers, service providers or licensors be liable for any injury, loss, claim, or any direct, indirect, incidental, punitive, special, or consequential damages of any kind, including, without limitation lost profits, lost revenue, lost savings, loss of data, replacement costs, or any similar damages, whether based in contract, tort (including negligence), strict liability or otherwise, arising from your use of any of the service or any products procured using the service, or for any other claim related in any way to your use of the service or any product, including, but not limited to, any errors or omissions in any content, or any loss or damage of any kind incurred as a result of the use of the service or any content (or product) posted, transmitted, or otherwise made available via the service, even if advised of their possibility. Because some states or jurisdictions do not allow the exclusion or the limitation of liability for consequential or incidental damages, in such states or jurisdictions, our liability shall be limited to the maximum extent permitted by law.<br><br>SECTION 14 - INDEMNIFICATION<br><br>You agree to indemnify, defend and hold harmless Blackhawk Custom, LLC and our parent, subsidiaries, affiliates, partners, officers, directors, agents, contractors, licensors, service providers, subcontractors, suppliers, interns and employees, harmless from any claim or demand, including reasonable attorneysâ€™ fees, made by any third-party due to or arising out of your breach of these Terms of Service or the documents they incorporate by reference, or your violation of any law or the rights of a third-party.<br><br>SECTION 15 - SEVERABILITY<br><br>In the event that any provision of these Terms of Service is determined to be unlawful, void or unenforceable, such provision shall nonetheless be enforceable to the fullest extent permitted by applicable law, and the unenforceable portion shall be deemed to be severed from these Terms of Service, such determination shall not affect the validity and enforceability of any other remaining provisions.<br><br>SECTION 16 - TERMINATION<br><br>The obligations and liabilities of the parties incurred prior to the termination date shall survive the termination of this agreement for all purposes.<br>These Terms of Service are effective unless and until terminated by either you or us. You may terminate these Terms of Service at any time by notifying us that you no longer wish to use our Services, or when you cease using our site.<br>If in our sole judgment you fail, or we suspect that you have failed, to comply with any term or provision of these Terms of Service, we also may terminate this agreement at any time without notice and you will remain liable for all amounts due up to and including the date of termination; and/or accordingly may deny you access to our Services (or any part thereof).<br><br>SECTION 17 - ENTIRE AGREEMENT<br><br>The failure of us to exercise or enforce any right or provision of these Terms of Service shall not constitute a waiver of such right or provision.<br>These Terms of Service and any policies or operating rules posted by us on this site or in respect to The Service constitutes the entire agreement and understanding between you and us and govern your use of the Service, superseding any prior or contemporaneous agreements, communications and proposals, whether oral or written, between you and us (including, but not limited to, any prior versions of the Terms of Service).<br>Any ambiguities in the interpretation of these Terms of Service shall not be construed against the drafting party.<br><br>SECTION 18 - GOVERNING LAW<br><br>These Terms of Service and any separate agreements whereby we provide you Services shall be governed by and construed in accordance with the laws of 825 South Kings Highway, Fort Pierce, FL 34945.<br><br>SECTION 19 - CHANGES TO TERMS OF SERVICE<br><br>You can review the most current version of the Terms of Service at any time at this page.<br>We reserve the right, at our sole discretion, to update, change or replace any part of these Terms of Service by posting updates and changes to our website. It is your responsibility to check our website periodically for changes. Your continued use of or access to our website or the Service following the posting of any changes to these Terms of Service constitutes acceptance of those changes.<br><br>SECTION 20 - CONTACT INFORMATION<br><br>Questions about the Terms of Service should be sent to us at <a href=\"mailto:admin@blackhawkcustom.com\" target=\"_blank\">admin@blackhawkcustom.com</a></p></div></div></div>\n</div>'),(4328,210,'tve_revision_tve_content_more_found',''),(4329,210,'tve_revision_tve_save_post',''),(4330,210,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Special+Elite:400&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Merriweather:400,400i,900,900i&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Montserrat:400,900,800,200,100&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-1642b6ab2bb\"] { padding: 5px !important; }[data-css=\"tve-u-1642b593fd4\"] { float: none; width: 100%; padding: 25px 10px 5px !important; margin-left: auto !important; margin-right: auto !important; margin-top: 30px !important; }#tcb_landing_page a:not(.tcb-button-link) { color: rgb(255, 255, 255); }.tcb-plain-text strong { font-weight: 900; }#tcb_landing_page input strong { font-weight: 900; }#tcb_landing_page .tcb-button-link strong { font-weight: 900; }#tcb_landing_page p strong, #tcb_landing_page li strong { font-weight: 900; }#tcb_landing_page input { font-family: Merriweather; font-weight: 400; }#tcb_landing_page .tcb-button-link { font-family: Merriweather; font-weight: 400; }#tcb_landing_page p, #tcb_landing_page li { font-family: Merriweather; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h6 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h5 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h4 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h3 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h2 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h1 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(255, 255, 255); }.tcb-plain-text { font-size: 20px; color: rgb(255, 255, 255); font-family: Montserrat; font-weight: 400; }[data-css=\"tve-u-15e09c94f7d\"] { background-color: rgb(255, 255, 255); background-image: linear-gradient(rgb(0, 0, 0), rgb(0, 0, 0)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }.tve_post_lp > div > #tve_editor { margin-left: auto; margin-right: auto; max-width: 1200px; padding: 0px 20px; }#tve_editor [data-css=\"tve-u-165e62d8c6d\"] { font-family: \"Special Elite\" !important; font-weight: 400 !important; }#tcb_landing_page .tcb-plain-text { color: rgb(255, 255, 255); font-family: Merriweather; font-weight: 400; }#tcb_landing_page .tcb-plain-text strong { font-weight: 900; }[data-css=\"tve-u-165e642ffaf\"] { margin-top: 10px !important; }}@media (max-width: 767px){.tve_post_lp > div > #tve_editor { padding: 0px 10px; }[data-css=\"tve-u-1642b6ab2bb\"] { padding-left: 10px !important; padding-right: 5px !important; margin-left: auto !important; margin-right: auto !important; float: left; width: 100%; z-index: 3; position: relative; padding-bottom: 10px !important; }[data-css=\"tve-u-165e6469798\"]::after { clear: both; }#tve_editor [data-css=\"tve-u-165e64714a8\"] { font-size: 15px !important; }}'),(4276,106,'tve_page_events','a:0:{}'),(2711,106,'tve_updated_post_tcb2-i-cant-believe-its-not-ps-homepage','<div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-16049f02583\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-162231f1157\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-162232014f4\"><div class=\"thrv_wrapper thrv-columns\" style=\"\" data-css=\"tve-u-1622322b6f7\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-1622321df35\"><div class=\"tcb-flex-col\"><div class=\"tcb-col tve_empty_dropzone\" style=\"\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\"><p data-css=\"tve-u-16223225a46\">â€‹<strong><em>my</em>LOGO</strong></p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col tve_empty_dropzone\" style=\"\" data-css=\"tve-u-162232369d2\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\"><p>â€‹HOME &nbsp; &nbsp;ABOUT &nbsp;&nbsp; BLOG</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" style=\"\"><div class=\"tcb-flex-row tcb--cols--2 tcb-row-reversed-mobile tcb-mobile-edit\" data-css=\"tve-u-16223287e02\"><div class=\"tcb-flex-col\"><div class=\"tcb-col tve_empty_dropzone\" style=\"\"><div class=\"tcb-clear\" data-css=\"tve-u-16223260498\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-1622325fc69\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb tve_empty_dropzone\"><div class=\"thrv_wrapper thrv_heading\" style=\"\" data-tag=\"h1\"><h1 data-css=\"tve-u-16035acf904\">This is some excellent and highly convincing headline.</h1></div><div class=\"tcb-clear\" data-css=\"tve-u-1622325d94c\"><div class=\"thrv_wrapper thrv-button\" style=\"\" data-css=\"tve-u-1622325d949\" data-tcb_hover_state_parent=\"\">\n<a href=\"#\" class=\"tcb-button-link\" target=\"_blank\">\n<span class=\"tcb-button-texts\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-1622326ce17\"><strong>â€‹Click Here to Get Started</strong></span></span>\n</a>\n</div></div></div>\n</div></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col tve_empty_dropzone\" style=\"\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-1622328ff17\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16223291b06\"></div>\n<div class=\"tve-cb tve_empty_dropzone\"><div class=\"thrv_responsive_video thrv_wrapper\" data-type=\"youtube\" style=\"\" data-url=\"https://www.youtube.com/watch?v=JLf5407wluQ\" data-showinfo=\"0\" data-rel=\"0\" data-css=\"tve-u-162232980fb\">\n<div class=\"tve_responsive_video_container\">\n<div class=\"video_overlay\"></div>\n<iframe data-code=\"JLf5407wluQ\" data-provider=\"youtube\" src=\"https://www.youtube.com/embed/JLf5407wluQ?rel=0&amp;modestbranding=0&amp;controls=1&amp;showinfo=0&amp;fs=1&amp;wmode=transparent\" data-src=\"https://www.youtube.com/embed/JLf5407wluQ?rel=0&amp;modestbranding=0&amp;controls=1&amp;showinfo=0&amp;fs=1&amp;wmode=transparent\" allowfullscreen=\"\" frameborder=\"0\"></iframe></div>\n</div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1622329f616\">\n<div class=\"tve-page-section-out\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16035a9c262\"><div class=\"thrv_wrapper thrv-columns\" style=\"\"><div class=\"tcb-flex-row tcb--cols--3 tcb-medium-no-wrap\" data-css=\"tve-u-162232ccbd9\"><div class=\"tcb-flex-col\"><div class=\"tcb-col tve_empty_dropzone\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-162232d69e2\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb tve_empty_dropzone\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-162232de905\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-162232e42fd\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-162232e06ac\"></div>\n</div><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h3\" style=\"\"><h3>â€‹Feature Subheading</h3></div><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"2\" data-color=\"rgb(58, 229, 196)\" style=\"\" data-css=\"tve-u-16223313319\">\n<hr class=\"tve_sep tve_sep-1\">\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\"><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris eget nunc id leo tempus laoreet ut eget dui. Integer iaculis.</p></div><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-162232f07ba\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 28 28\" data-name=\"leaf\">\n<path d=\"M20 11c0-0.547-0.453-1-1-1-5.531 0-9.094 2.312-12.703 6.297-0.187 0.203-0.297 0.422-0.297 0.703 0 0.547 0.453 1 1 1 0.281 0 0.5-0.109 0.703-0.297 0.766-0.688 1.453-1.437 2.203-2.141 2.828-2.547 5.25-3.563 9.094-3.563 0.547 0 1-0.453 1-1zM28 7.906c0 1-0.109 2.016-0.313 3.016-1 4.859-4.125 8.016-8.469 10.172-2.109 1.062-4.469 1.687-6.844 1.687-1.5 0-3.047-0.25-4.469-0.734-0.75-0.25-2.25-1.234-2.875-1.234-0.781 0-1.719 3.187-3.078 3.187-0.984 0-1.281-0.484-1.703-1.203-0.141-0.266-0.25-0.359-0.25-0.688 0-1.625 3.094-2.891 3.094-3.797 0-0.141-0.406-0.969-0.469-1.281-0.094-0.531-0.141-1.078-0.141-1.625 0-4.969 3.953-8.516 8.391-9.984 3.203-1.062 10.016 0.172 12.187-1.891 0.859-0.797 1.281-1.531 2.594-1.531 1.766 0 2.344 4.578 2.344 5.906z\"></path>\n</svg></div></div>\n</div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col tve_empty_dropzone\" style=\"\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-162232d69e2\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb tve_empty_dropzone\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-162232de905\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-162232e42fd\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-162232e06ac\"></div>\n</div><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h3\" style=\"\"><h3>â€‹Feature Subheading</h3></div><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"2\" data-color=\"rgb(58, 229, 196)\" style=\"\" data-css=\"tve-u-16223313319\">\n<hr class=\"tve_sep tve_sep-1\">\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\"><p>â€‹Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris eget nunc id leo tempus laoreet ut eget dui. Integer iaculis.</p></div><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-162232f07ba\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 16 28\" data-name=\"lightbulb-o\">\n<path d=\"M11.5 9c0 0.266-0.234 0.5-0.5 0.5s-0.5-0.234-0.5-0.5c0-1.078-1.672-1.5-2.5-1.5-0.266 0-0.5-0.234-0.5-0.5s0.234-0.5 0.5-0.5c1.453 0 3.5 0.766 3.5 2.5zM14 9c0-3.125-3.172-5-6-5s-6 1.875-6 5c0 1 0.406 2.047 1.062 2.812 0.297 0.344 0.641 0.672 0.953 1.031 1.109 1.328 2.047 2.891 2.203 4.656h3.563c0.156-1.766 1.094-3.328 2.203-4.656 0.313-0.359 0.656-0.688 0.953-1.031 0.656-0.766 1.062-1.813 1.062-2.812zM16 9c0 1.609-0.531 3-1.609 4.188s-2.5 2.859-2.625 4.531c0.453 0.266 0.734 0.766 0.734 1.281 0 0.375-0.141 0.734-0.391 1 0.25 0.266 0.391 0.625 0.391 1 0 0.516-0.266 0.984-0.703 1.266 0.125 0.219 0.203 0.484 0.203 0.734 0 1.016-0.797 1.5-1.703 1.5-0.406 0.906-1.313 1.5-2.297 1.5s-1.891-0.594-2.297-1.5c-0.906 0-1.703-0.484-1.703-1.5 0-0.25 0.078-0.516 0.203-0.734-0.438-0.281-0.703-0.75-0.703-1.266 0-0.375 0.141-0.734 0.391-1-0.25-0.266-0.391-0.625-0.391-1 0-0.516 0.281-1.016 0.734-1.281-0.125-1.672-1.547-3.344-2.625-4.531s-1.609-2.578-1.609-4.188c0-4.25 4.047-7 8-7s8 2.75 8 7z\"></path>\n</svg></div></div>\n</div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col tve_empty_dropzone\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-162232d69e2\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb tve_empty_dropzone\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-162232de905\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-162232e42fd\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-162232e06ac\"></div>\n</div><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h3\" style=\"\"><h3>â€‹Feature Subheading</h3></div><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"2\" data-color=\"rgb(58, 229, 196)\" style=\"\" data-css=\"tve-u-16223313319\">\n<hr class=\"tve_sep tve_sep-1\">\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\"><p>â€‹Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris eget nunc id leo tempus laoreet ut eget dui. Integer iaculis.</p></div><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-162232f07ba\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"gift\">\n<path d=\"M14.5 21.187v-11.188h-5v11.188c0 0.547 0.453 0.812 1 0.812h3c0.547 0 1-0.266 1-0.812zM7.375 8h3.047l-1.969-2.516c-0.172-0.203-0.547-0.484-1.078-0.484-0.828 0-1.5 0.672-1.5 1.5s0.672 1.5 1.5 1.5zM18.125 6.5c0-0.828-0.672-1.5-1.5-1.5-0.531 0-0.906 0.281-1.078 0.484l-1.953 2.516h3.031c0.828 0 1.5-0.672 1.5-1.5zM24 10.5v5c0 0.281-0.219 0.5-0.5 0.5h-1.5v6.5c0 0.828-0.672 1.5-1.5 1.5h-17c-0.828 0-1.5-0.672-1.5-1.5v-6.5h-1.5c-0.281 0-0.5-0.219-0.5-0.5v-5c0-0.281 0.219-0.5 0.5-0.5h6.875c-1.937 0-3.5-1.563-3.5-3.5s1.563-3.5 3.5-3.5c1.047 0 2.016 0.438 2.625 1.203l2 2.578 2-2.578c0.609-0.766 1.578-1.203 2.625-1.203 1.937 0 3.5 1.563 3.5 3.5s-1.563 3.5-3.5 3.5h6.875c0.281 0 0.5 0.219 0.5 0.5z\"></path>\n</svg></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1622332aa7a\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1622332e861\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16035a9c262\"><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col tve_empty_dropzone\" style=\"\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\"><p data-css=\"tve-u-162233722b1\"><strong>1</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-16223627c7f\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1622362aee6\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16223625846\"></div>\n</div><div class=\"tcb-clear\" data-css=\"tve-u-16250f2e881\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-16250f2e200\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb tve_empty_dropzone\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" style=\"\" data-css=\"tve-u-1622363250d\"><h2>This is a feature/benefit highlight section.</h2></div><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"2\" data-color=\"rgb(93, 99, 162)\" style=\"\" data-css=\"tve-u-16223368a08\">\n<hr class=\"tve_sep tve_sep-1\">\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\"><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris eget nunc id leo tempus laoreet ut eget dui. Integer iaculis.</p></div></div>\n</div></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col tve_empty_dropzone\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16223348e16\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-1622334cb65\"></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1622332aa7a\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-16223661dc3\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16035a9c262\"><div class=\"thrv_wrapper thrv-columns\" style=\"\"><div class=\"tcb-flex-row tcb-row-reversed-desktop tcb-mobile-edit tcb--cols--2\" data-css=\"tve-u-1622365e856\"><div class=\"tcb-flex-col\"><div class=\"tcb-col tve_empty_dropzone\" style=\"\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone tve-froala\" style=\"\"><p data-css=\"tve-u-162233722b1\"><strong>2</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-16223627c7f\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1622362aee6\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16223625846\"></div>\n</div><div class=\"tcb-clear\" data-css=\"tve-u-16250f2e881\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-16250f2e200\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb tve_empty_dropzone\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" style=\"\" data-css=\"tve-u-1622363250d\"><h2>This is a feature/benefit highlight section.</h2></div><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"2\" data-color=\"rgb(93, 99, 162)\" style=\"\" data-css=\"tve-u-16223368a08\">\n<hr class=\"tve_sep tve_sep-1\">\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\"><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris eget nunc id leo tempus laoreet ut eget dui. Integer iaculis.</p></div></div>\n</div></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col tve_empty_dropzone\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-1622366cde9\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16223668e98\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-1622334cb65\"></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section on_hover\" style=\"\" data-css=\"tve-u-1622332aa7a\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-16223685f2c\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16035a9c262\"><div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col tve_empty_dropzone\" style=\"\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\"><p data-css=\"tve-u-162233722b1\"><strong>3</strong><br></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-16223627c7f\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1622362aee6\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16223625846\"></div>\n</div><div class=\"tcb-clear\" data-css=\"tve-u-16250f2e881\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-16250f2e200\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb tve_empty_dropzone\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" style=\"\" data-css=\"tve-u-1622363250d\"><h2>This is a feature/benefit highlight section.</h2></div><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"2\" data-color=\"rgb(93, 99, 162)\" style=\"\" data-css=\"tve-u-16223368a08\">\n<hr class=\"tve_sep tve_sep-1\">\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\"><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris eget nunc id leo tempus laoreet ut eget dui. Integer iaculis.</p></div></div>\n</div></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col tve_empty_dropzone\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1622368821f\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-1622334cb65\"></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-162236a228d\">\n<div class=\"tve-page-section-out\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-162236a0e2c\"><div class=\"thrv_wrapper thrv-columns\" style=\"\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-1622376e706\"><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col tve_empty_dropzone\" style=\"\" data-css=\"tve-u-162237108dc\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" data-css=\"tve-u-1622370e5dd\"><p data-css=\"tve-u-162236f90e6\"><strong>â€‹â€œ</strong><br></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-16223627c7f\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-162237096ff\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-1622370c140\"></div>\n</div><div class=\"tcb-clear\" data-css=\"tve-u-162236a93fb\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h3\" style=\"\" data-css=\"tve-u-162236a8aa6\"><h3 data-css=\"tve-u-16223696094\">â€‹Customer stories</h3></div></div></div></div><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col tve_empty_dropzone\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-162236db4ae\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1622369b733\"></div>\n<div class=\"tve-cb tve_empty_dropzone\"><div class=\"thrv_wrapper thrv-columns\" style=\"\" data-css=\"tve-u-162236ae837\"><div class=\"tcb-flex-row tcb--cols--3 tcb-medium-wrap\" data-css=\"tve-u-162236ae4b2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col tve_empty_dropzone\" style=\"\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-1622371a349\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-162236e318d\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-162236c1c3d\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-162236b74b8\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1103\" alt=\"\" title=\"customer_01\" data-id=\"1103\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/customer_01.jpg\" width=\"69\" height=\"69\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\"><p data-css=\"tve-u-162236c38a4\"><strong><span data-css=\"tve-u-162236c7e55\" style=\"font-family: Neuton; font-weight: 300; font-size: 20px;\">â€‹Jane Doe</span></strong> - CEO of ACME</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\"><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris eget nunc id leo tempus laoreet ut eget dui. Integer iaculis.</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col tve_empty_dropzone\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-162236b1fec\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-162236e318d\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-162236c1c3d\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-162236b74b8\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1103\" alt=\"\" title=\"customer_01\" data-id=\"1103\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/customer_01.jpg\" width=\"69\" height=\"69\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\"><p data-css=\"tve-u-162236c38a4\"><strong><span data-css=\"tve-u-162236c7e55\" style=\"font-family: Neuton; font-weight: 300; font-size: 20px;\">â€‹Jane Doe</span></strong> - CEO of ACME</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\"><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris eget nunc id leo tempus laoreet ut eget dui. Integer iaculis.</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col tve_empty_dropzone\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-162236b1fec\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-162236e318d\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-162236c1c3d\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-162236b74b8\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1103\" alt=\"\" title=\"customer_01\" data-id=\"1103\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/customer_01.jpg\" width=\"69\" height=\"69\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\"><p data-css=\"tve-u-162236c38a4\"><strong><span style=\"font-family: Neuton; font-weight: 300; font-size: 20px;\" data-css=\"tve-u-162236c7e55\">â€‹Jane Doe</span></strong> - CEO of ACME</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\"><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris eget nunc id leo tempus laoreet ut eget dui. Integer iaculis.</p></div></div>\n</div></div></div></div></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-16223734b02\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-16223736109\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16035a9c262\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-16223745c3e\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-162237498e1\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1622374f390\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" style=\"\"><h2>â€‹This is Our Awesome Call to Action Box</h2></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\"><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p></div><div class=\"thrv_wrapper thrv-button\" style=\"\" data-css=\"tve-u-162237645ef\" data-tcb_hover_state_parent=\"\">\n<a href=\"#\" class=\"tcb-button-link\" target=\"_blank\">\n<span class=\"tcb-button-texts\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-1622326ce17\"><strong>â€‹Click Here to Get Started</strong></span></span>\n</a>\n</div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1622377e9f1\">\n<div class=\"tve-page-section-out\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16035a9c262\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h3\" style=\"\"><h3 style=\"text-align: center;\">â€‹This is Our Final Text Section</h3></div><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"2\" data-color=\"rgb(58, 229, 196)\" style=\"\" data-css=\"tve-u-162237a2264\">\n<hr class=\"tve_sep tve_sep-1\">\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\"><p style=\"text-align: center;\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p></div><div class=\"thrv_wrapper thrv-columns\" style=\"\" data-css=\"tve-u-162237a62b1\"><div class=\"tcb-flex-row tcb--cols--3 tcb-medium-no-wrap\"><div class=\"tcb-flex-col\"><div class=\"tcb-col tve_empty_dropzone\" style=\"\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-162237aa122\" style=\"\" data-tcb_hover_state_parent=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 16 28\" data-name=\"facebook\">\n<path d=\"M14.984 0.187v4.125h-2.453c-1.922 0-2.281 0.922-2.281 2.25v2.953h4.578l-0.609 4.625h-3.969v11.859h-4.781v-11.859h-3.984v-4.625h3.984v-3.406c0-3.953 2.422-6.109 5.953-6.109 1.687 0 3.141 0.125 3.563 0.187z\"></path>\n</svg></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col tve_empty_dropzone\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-162237aa122\" style=\"\" data-tcb_hover_state_parent=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 26 28\" data-name=\"twitter\">\n<path d=\"M25.312 6.375c-0.688 1-1.547 1.891-2.531 2.609 0.016 0.219 0.016 0.438 0.016 0.656 0 6.672-5.078 14.359-14.359 14.359-2.859 0-5.516-0.828-7.75-2.266 0.406 0.047 0.797 0.063 1.219 0.063 2.359 0 4.531-0.797 6.266-2.156-2.219-0.047-4.078-1.5-4.719-3.5 0.313 0.047 0.625 0.078 0.953 0.078 0.453 0 0.906-0.063 1.328-0.172-2.312-0.469-4.047-2.5-4.047-4.953v-0.063c0.672 0.375 1.453 0.609 2.281 0.641-1.359-0.906-2.25-2.453-2.25-4.203 0-0.938 0.25-1.797 0.688-2.547 2.484 3.062 6.219 5.063 10.406 5.281-0.078-0.375-0.125-0.766-0.125-1.156 0-2.781 2.25-5.047 5.047-5.047 1.453 0 2.766 0.609 3.687 1.594 1.141-0.219 2.234-0.641 3.203-1.219-0.375 1.172-1.172 2.156-2.219 2.781 1.016-0.109 2-0.391 2.906-0.781z\"></path>\n</svg></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col tve_empty_dropzone\" style=\"\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-162237aa122\" style=\"\" data-tcb_hover_state_parent=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"linkedin\">\n<path d=\"M5.453 9.766v15.484h-5.156v-15.484h5.156zM5.781 4.984c0.016 1.484-1.109 2.672-2.906 2.672v0h-0.031c-1.734 0-2.844-1.188-2.844-2.672 0-1.516 1.156-2.672 2.906-2.672 1.766 0 2.859 1.156 2.875 2.672zM24 16.375v8.875h-5.141v-8.281c0-2.078-0.75-3.5-2.609-3.5-1.422 0-2.266 0.953-2.641 1.875-0.125 0.344-0.172 0.797-0.172 1.266v8.641h-5.141c0.063-14.031 0-15.484 0-15.484h5.141v2.25h-0.031c0.672-1.062 1.891-2.609 4.672-2.609 3.391 0 5.922 2.219 5.922 6.969z\"></path>\n</svg></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-16035a9ff73\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-162237e2463\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-160e4eb46bd\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\"><p>Copyright text and footer links.</p></div></div>\n</div>'),(2712,106,'tve_custom_css_tcb2-i-cant-believe-its-not-ps-homepage','@import url(\"//fonts.googleapis.com/css?family=Montserrat:300,300i,900,900i,600,600i,700,400&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Neuton:300,300i,700,700i,400&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Roboto:300,300i,900,900i&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Open+Sans:400,700,300&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-16250f2e881\"]::after { clear: both; }[data-css=\"tve-u-16250f2e200\"] { max-width: 440px; float: right; z-index: 3; position: relative; width: 100%; }[data-css=\"tve-u-162237e2463\"] { background-color: rgb(58, 229, 196) !important; }#tve_editor [data-css=\"tve-u-162237aa122\"]:hover > :first-child { color: rgb(58, 229, 196) !important; }#tve_editor [data-css=\"tve-u-162237aa122\"] > :first-child { color: rgb(109, 115, 185); }[data-css=\"tve-u-162237aa122\"] { font-size: 30px; width: 30px; height: 30px; padding: 20px !important; background-image: linear-gradient(0deg, rgba(237, 237, 247, 0.28) 0%, rgb(237, 237, 247) 100%) !important; background-size: auto auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; border-radius: 197px; overflow: hidden; margin: 0px auto 10px !important; float: none; }[data-css=\"tve-u-162237a62b1\"] { max-width: 265px; margin-left: auto !important; margin-right: auto !important; float: none; }[data-css=\"tve-u-1622376e706\"] { padding: 20px 0px 0px !important; }[data-css=\"tve-u-1622374f390\"] { text-align: center; }#tve_editor .thrv-content-box [data-css=\"tve-u-1622374f390\"] p, #tve_editor .thrv-content-box [data-css=\"tve-u-1622374f390\"] li, #tve_editor .thrv-content-box [data-css=\"tve-u-1622374f390\"] blockquote, #tve_editor .thrv-content-box [data-css=\"tve-u-1622374f390\"] address, #tve_editor .thrv-content-box [data-css=\"tve-u-1622374f390\"] h1, #tve_editor .thrv-content-box [data-css=\"tve-u-1622374f390\"] h2, #tve_editor .thrv-content-box [data-css=\"tve-u-1622374f390\"] h3, #tve_editor .thrv-content-box [data-css=\"tve-u-1622374f390\"] h4, #tve_editor .thrv-content-box [data-css=\"tve-u-1622374f390\"] h5, #tve_editor .thrv-content-box [data-css=\"tve-u-1622374f390\"] h6 { color: rgb(255, 255, 255); }[data-css=\"tve-u-162237498e1\"] { background-image: linear-gradient(124deg, rgb(113, 119, 191) 0%, rgb(93, 99, 162) 100%) !important; background-size: auto auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16223745c3e\"] { padding: 40px !important; margin-bottom: -46px !important; }[data-css=\"tve-u-16223736109\"] { background-image: linear-gradient(90deg, rgba(237, 237, 247, 0.79) 0%, rgba(237, 237, 247, 0.4) 100%), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/3-section-1.jpg\") !important; background-size: auto auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-162237108dc\"] { padding-left: 30px !important; }[data-css=\"tve-u-1622370e5dd\"] { margin-top: 47px !important; }[data-css=\"tve-u-162236db4ae\"] { padding-top: 60px !important; padding-bottom: 120px !important; padding-right: 20px !important; margin-bottom: -40px !important; }[data-css=\"tve-u-162236c7e55\"] { font-family: Neuton !important; font-weight: 300 !important; font-size: 20px !important; }#tve_editor [data-css=\"tve-u-162236c38a4\"] { color: rgb(109, 115, 185) !important; }#tve_editor .thrv-content-box [data-css=\"tve-u-162236c1c3d\"] p, #tve_editor .thrv-content-box [data-css=\"tve-u-162236c1c3d\"] li, #tve_editor .thrv-content-box [data-css=\"tve-u-162236c1c3d\"] blockquote, #tve_editor .thrv-content-box [data-css=\"tve-u-162236c1c3d\"] address { font-size: 16px; }[data-css=\"tve-u-162236b74b8\"] + div { clear: none; }[data-css=\"tve-u-162236b74b8\"] { float: none; margin-left: auto; margin-right: auto; width: 69px; border-radius: 100px; overflow: hidden; margin-top: 0px !important; }[data-css=\"tve-u-162236b1fec\"] { padding: 20px !important; margin-top: 0px !important; margin-bottom: 15px !important; }[data-css=\"tve-u-162236ae837\"] { margin: 0px 0px 0px -36px !important; }[data-css=\"tve-u-162236ae4b2\"] { padding: 20px 0px 0px !important; }[data-css=\"tve-u-162236a93fb\"]::after { clear: both; }[data-css=\"tve-u-162236a8aa6\"] { max-width: 215px; float: right; z-index: 3; position: relative; width: 100%; }[data-css=\"tve-u-1622369b733\"] { background-image: linear-gradient(90deg, rgb(113, 119, 191) 0%, rgb(93, 99, 162) 100%) !important; background-size: auto auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }#tve_editor [data-css=\"tve-u-16223696094\"] { font-size: 37px !important; }[data-css=\"tve-u-1622366cde9\"] { margin-right: 31px !important; }[data-css=\"tve-u-1622365e856\"] { flex-direction: row-reverse; }[data-css=\"tve-u-1622363250d\"] { margin-top: -120px !important; position: relative !important; z-index: 12; }[data-css=\"tve-u-1622362aee6\"] { background-image: linear-gradient(0deg, rgb(237, 237, 247) 0%, rgba(237, 237, 247, 0) 100%) !important; background-size: auto auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16223627c7f\"] { margin-top: -241px !important; }[data-css=\"tve-u-16223625846\"] { min-height: 265px; }[data-css=\"tve-u-162233722b1\"] strong { font-weight: 900 !important; }[data-css=\"tve-u-162233722b1\"] { line-height: 0.5em !important; }#tve_editor [data-css=\"tve-u-162233722b1\"] { font-size: 400px !important; font-family: Roboto !important; font-weight: 300; color: rgb(226, 226, 240) !important; }[data-css=\"tve-u-1622334cb65\"] { min-height: 400px; }[data-css=\"tve-u-16223348e16\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/benefits_01.jpg\") !important; background-size: cover !important; background-position: 0% 100% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 39px; }[data-css=\"tve-u-1622332e861\"] { background-color: rgb(226, 226, 240) !important; background-image: linear-gradient(90deg, rgb(237, 237, 247) 0%, rgb(237, 237, 247) 50%, rgba(237, 237, 247, 0) 100%), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/f-section-image_01.jpg\") !important; background-size: auto auto, auto auto !important; background-position: 50% 50%, 100% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-16223313319\"] { max-width: 40px; padding-top: 0px !important; padding-bottom: 18px !important; }[data-css=\"tve-u-16223313319\"] .tve_sep { border-width: 2px; border-color: rgb(58, 229, 196); }#tve_editor [data-css=\"tve-u-162232f07ba\"] > :first-child { color: rgb(48, 53, 111); }[data-css=\"tve-u-162232f07ba\"] { font-size: 80px; width: 80px; height: 80px; position: absolute; top: 0px; left: 57px; margin-top: 0px !important; margin-bottom: 0px !important; margin-left: 0px !important; }[data-css=\"tve-u-162232e42fd\"] { background-image: linear-gradient(rgba(58, 229, 196, 0.59) 0%, rgba(58, 229, 196, 0) 100%) !important; background-size: auto auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; border-radius: 100px; overflow: hidden; }[data-css=\"tve-u-162232e06ac\"] { min-height: 130px; }[data-css=\"tve-u-162232de905\"] { margin: 0px !important; max-width: 130px; }[data-css=\"tve-u-162232d69e2\"] { margin: 0px !important; padding: 4px !important; }[data-css=\"tve-u-162232ccbd9\"] { padding: 0px !important; }[data-css=\"tve-u-162232980fb\"] { margin: 0px !important; }[data-css=\"tve-u-16223291b06\"] { box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 41px; }[data-css=\"tve-u-1622328ff17\"] { padding: 0px !important; }[data-css=\"tve-u-16223287e02\"] > .tcb-flex-col > .tcb-col { justify-content: center; }#tve_editor [data-css=\"tve-u-1622325d949\"]:hover .tcb-button-link { background-image: none !important; background-color: rgba(58, 229, 196, 0.86) !important; }#tve_editor [data-css=\"tve-u-1622326ce17\"] { color: rgb(255, 255, 255) !important; font-size: 18px !important; text-transform: uppercase !important; }[data-css=\"tve-u-1622325d949\"] .tcb-button-link { min-height: 54.7619px; font-size: 1.33333em; padding-top: 24px !important; padding-bottom: 24px !important; background-color: rgba(58, 229, 196, 0.58) !important; background-image: none !important; border-left: 5px solid rgb(58, 229, 196); border-right: 5px solid rgb(58, 229, 196); }[data-css=\"tve-u-16223260498\"]::after { clear: both; }[data-css=\"tve-u-1622325fc69\"] { max-width: 534px; float: right; z-index: 3; position: relative; width: 100%; }[data-css=\"tve-u-1622325d94c\"]::after { clear: both; }[data-css=\"tve-u-1622325d949\"] { float: left; z-index: 3; position: relative; display: block; max-width: 348px; width: 348px; }[data-css=\"tve-u-1622322b6f7\"] { max-width: 1100px; margin-left: auto !important; margin-right: auto !important; float: none; }[data-css=\"tve-u-162232369d2\"] { text-align: right; }[data-css=\"tve-u-1622322b6f7\"] p { margin: 0px !important; padding: 0px !important; }#tve_editor [data-css=\"tve-u-16223225a46\"] { color: rgb(58, 229, 196) !important; font-size: 25px !important; }[data-css=\"tve-u-1622321df35\"] { padding: 0px 20px 0px 0px !important; }#tve_editor [data-css=\"tve-u-162232014f4\"] p, #tve_editor [data-css=\"tve-u-162232014f4\"] li, #tve_editor [data-css=\"tve-u-162232014f4\"] blockquote, #tve_editor [data-css=\"tve-u-162232014f4\"] address, #tve_editor [data-css=\"tve-u-162232014f4\"] h1, #tve_editor [data-css=\"tve-u-162232014f4\"] h2, #tve_editor [data-css=\"tve-u-162232014f4\"] h3, #tve_editor [data-css=\"tve-u-162232014f4\"] h4, #tve_editor [data-css=\"tve-u-162232014f4\"] h5, #tve_editor [data-css=\"tve-u-162232014f4\"] h6 { color: rgb(255, 255, 255); }[data-css=\"tve-u-162231f1157\"] { background-color: rgb(113, 119, 191) !important; background-image: linear-gradient(255deg, rgba(113, 119, 191, 0.92) 0%, rgba(93, 99, 162, 0.92) 100%), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/image_header-1.jpg\") !important; background-size: auto auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }#tcb_landing_page input strong { font-weight: 600; }#tcb_landing_page .tcb-button-link strong { font-weight: 600; }#tcb_landing_page input { font-family: Montserrat; font-weight: 300; }#tcb_landing_page .tcb-button-link { font-family: Montserrat; font-weight: 300; }#tve_editor [data-css=\"tve-u-160e4eb46bd\"] p, #tve_editor [data-css=\"tve-u-160e4eb46bd\"] li, #tve_editor [data-css=\"tve-u-160e4eb46bd\"] blockquote, #tve_editor [data-css=\"tve-u-160e4eb46bd\"] address, #tve_editor [data-css=\"tve-u-160e4eb46bd\"] h1, #tve_editor [data-css=\"tve-u-160e4eb46bd\"] h2, #tve_editor [data-css=\"tve-u-160e4eb46bd\"] h3, #tve_editor [data-css=\"tve-u-160e4eb46bd\"] h4, #tve_editor [data-css=\"tve-u-160e4eb46bd\"] h5, #tve_editor [data-css=\"tve-u-160e4eb46bd\"] h6 { color: rgb(255, 255, 255); }#tcb_landing_page a strong { font-weight: 700; }#tcb_landing_page h6 strong { font-weight: 700; }#tcb_landing_page h5 strong { font-weight: 700; }#tcb_landing_page h4 strong { font-weight: 700; }#tcb_landing_page a { font-family: \"Open Sans\"; font-weight: 400; color: rgb(51, 51, 51); }#tcb_landing_page h6 { font-family: Neuton; font-weight: 300; color: rgb(109, 115, 185); font-size: 20px; }#tcb_landing_page h5 { font-family: Neuton; font-weight: 300; color: rgb(109, 115, 185); font-size: 24px; }#tcb_landing_page h4 { font-family: Neuton; font-weight: 300; color: rgb(109, 115, 185); font-size: 30px; }[data-css=\"tve-u-16035a9c262\"] h3 { margin: 0px 0px 14px !important; padding: 0px !important; }[data-css=\"tve-u-16035a9c262\"] h1 { margin: 0px 0px 18px !important; padding: 0px !important; }[data-css=\"tve-u-16035a9c262\"] h2 { margin: 0px 0px 16px !important; padding: 0px !important; }[data-css=\"tve-u-16035a9c262\"] p { margin: 0px 0px 24px !important; padding: 0px !important; }[data-css=\"tve-u-16035a9ff73\"] { padding: 20px 20px 0px !important; }[data-css=\"tve-u-16035a9c262\"] { max-width: 1080px; }#tcb_landing_page a:not(.tcb-button-link) { color: rgb(112, 120, 210); text-decoration: underline; }#tcb_landing_page h3 strong { font-weight: 700; }#tcb_landing_page h3 { font-family: Neuton; font-weight: 300; color: rgb(109, 115, 185); font-size: 28px; line-height: 1.3em; }#tcb_landing_page h2 strong { font-weight: 700; }#tcb_landing_page h2 { font-family: Neuton; font-weight: 300; color: rgb(51, 51, 51); font-size: 45px; line-height: 1.1em; }#tcb_landing_page h1 strong { font-weight: 700; }#tcb_landing_page h1 { font-family: Neuton; font-weight: 300; font-size: 62px; line-height: 1em; color: rgb(109, 115, 185); }#tcb_landing_page p strong, #tcb_landing_page li strong { font-weight: 600; }#tcb_landing_page p, #tcb_landing_page li { font-family: Montserrat; font-weight: 300; font-size: 19px; line-height: 1.6em; color: rgb(70, 70, 70); }[data-css=\"tve-u-15e09c94f7d\"] { background-color: rgb(255, 255, 255); }#tcb_landing_page a:hover:not(.tcb-button-link) { text-decoration: none; }#tcb_landing_page .tve-state-hovera:not(.tcb-button-link) { text-decoration: none; }[data-css=\"tve-u-16049f02583\"] { padding: 30px 0px 30px 20px !important; }[data-css=\"tve-u-160e4eb46bd\"] h3 { margin: 0px 0px 14px !important; padding: 0px !important; }[data-css=\"tve-u-160e4eb46bd\"] h1 { margin: 0px 0px 18px !important; padding: 0px !important; }[data-css=\"tve-u-160e4eb46bd\"] h2 { margin: 0px 0px 16px !important; padding: 0px !important; }[data-css=\"tve-u-160e4eb46bd\"] p { margin: 0px 0px 24px !important; padding: 0px !important; }[data-css=\"tve-u-160e4eb46bd\"] { max-width: 1080px; text-align: center; }[data-css=\"tve-u-162232014f4\"] h3 { margin: 0px 0px 14px !important; padding: 0px !important; }[data-css=\"tve-u-162232014f4\"] h1 { margin: 0px 0px 18px !important; padding: 0px !important; }[data-css=\"tve-u-162232014f4\"] h2 { margin: 0px 0px 16px !important; padding: 0px !important; }[data-css=\"tve-u-162232014f4\"] p { margin: 0px 0px 24px !important; padding: 0px !important; }[data-css=\"tve-u-162232014f4\"] { max-width: 100%; }[data-css=\"tve-u-1622329f616\"] { padding: 80px 20px !important; }[data-css=\"tve-u-1622332aa7a\"] { padding: 80px 20px !important; }[data-css=\"tve-u-16223368a08\"] { max-width: 40px; padding-top: 0px !important; padding-bottom: 18px !important; }[data-css=\"tve-u-16223368a08\"] .tve_sep { border-width: 2px; border-color: rgb(93, 99, 162); }[data-css=\"tve-u-16223661dc3\"] { background-color: rgb(226, 226, 240) !important; background-image: linear-gradient(270deg, rgb(237, 237, 247) 0%, rgb(237, 237, 247) 50%, rgba(237, 237, 247, 0) 100%), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/f-section-image_02.jpg\") !important; background-size: auto auto, auto auto !important; background-position: 50% 50%, 0% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-16223668e98\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/benefits_02.jpg\") !important; background-size: cover !important; background-position: 0% 0% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 39px; }[data-css=\"tve-u-16223685f2c\"] { background-color: rgb(226, 226, 240) !important; background-image: linear-gradient(90deg, rgb(237, 237, 247) 0%, rgb(237, 237, 247) 50%, rgba(237, 237, 247, 0) 100%), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/f-section-image_03-1.jpg\") !important; background-size: auto auto, auto auto !important; background-position: 50% 50%, 100% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-1622368821f\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/benefits_03.jpg\") !important; background-size: cover !important; background-position: 0% 100% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 39px; }[data-css=\"tve-u-162236a0e2c\"] h3 { margin: 0px 0px 14px !important; padding: 0px !important; }[data-css=\"tve-u-162236a0e2c\"] h1 { margin: 0px 0px 18px !important; padding: 0px !important; }[data-css=\"tve-u-162236a0e2c\"] h2 { margin: 0px 0px 16px !important; padding: 0px !important; }[data-css=\"tve-u-162236a0e2c\"] p { margin: 0px 0px 24px !important; padding: 0px !important; }[data-css=\"tve-u-162236a0e2c\"] { max-width: 100%; }[data-css=\"tve-u-162236a228d\"] { padding: 30px 0px 1px !important; }[data-css=\"tve-u-162236e318d\"] { background-color: rgb(255, 255, 255) !important; border-radius: 12px; overflow: hidden; box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 28px; }[data-css=\"tve-u-162236f90e6\"] strong { font-weight: 900 !important; }[data-css=\"tve-u-162236f90e6\"] { line-height: 0.5em !important; }#tve_editor [data-css=\"tve-u-162236f90e6\"] { font-size: 400px !important; font-family: Arial Black, Gadget, sans-serif !important; color: rgb(226, 226, 240) !important; }[data-css=\"tve-u-162237096ff\"] { background-image: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%) !important; background-size: auto auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1622370c140\"] { min-height: 133px; }[data-css=\"tve-u-1622371a349\"] { padding: 20px !important; margin-top: 0px !important; margin-bottom: 15px !important; z-index: 6; }[data-css=\"tve-u-16223734b02\"] { padding: 136px 20px 1px !important; }#tve_editor [data-css=\"tve-u-162237645ef\"]:hover .tcb-button-link { background-image: none !important; background-color: rgba(58, 229, 196, 0.86) !important; }[data-css=\"tve-u-162237645ef\"] .tcb-button-link { min-height: 54.7619px; font-size: 1.33333em; padding-top: 24px !important; padding-bottom: 24px !important; background-color: rgba(58, 229, 196, 0.58) !important; background-image: none !important; border-left: 5px solid rgb(58, 229, 196); border-right: 5px solid rgb(58, 229, 196); }[data-css=\"tve-u-162237645ef\"] { float: none; z-index: 3; position: relative; display: block; max-width: 348px; width: 348px; margin-left: auto !important; margin-right: auto !important; margin-bottom: 10px !important; }[data-css=\"tve-u-1622377e9f1\"] { padding: 120px 20px 80px !important; }[data-css=\"tve-u-162237a2264\"] { max-width: 40px; padding-top: 0px !important; padding-bottom: 18px !important; margin-left: auto !important; margin-right: auto !important; float: none; }[data-css=\"tve-u-162237a2264\"] .tve_sep { border-width: 2px; border-color: rgb(58, 229, 196); }}@media (max-width: 1023px){[data-css=\"tve-u-162232ccbd9\"] .tcb-flex-col { flex-basis: 227px !important; }#tcb_landing_page h1 { font-size: 34px; }}@media (max-width: 767px){[data-css=\"tve-u-16223745c3e\"] { padding: 20px !important; }[data-css=\"tve-u-162236db4ae\"] { padding-left: 20px !important; padding-top: 40px !important; padding-bottom: 50px !important; }[data-css=\"tve-u-162236ae837\"] { margin-left: 0px !important; }[data-css=\"tve-u-1622366cde9\"] { margin-right: 0px !important; }[data-css=\"tve-u-1622365e856\"] { flex-direction: column; }[data-css=\"tve-u-1622334cb65\"] { min-height: 285px; }[data-css=\"tve-u-1622332e861\"] { background-image: linear-gradient(rgb(237, 237, 247) 0%, rgb(237, 237, 247) 50%, rgba(237, 237, 247, 0) 100%), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/f-section-image_01.jpg\") !important; background-size: auto auto, auto auto !important; background-position: 50% 50%, 50% 100% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-16223287e02\"] { flex-direction: column-reverse; }[data-css=\"tve-u-1622325d949\"] { display: block; max-width: 321px; width: 321px; }[data-css=\"tve-u-162232369d2\"] { text-align: center; }[data-css=\"tve-u-1622322b6f7\"] { text-align: center; }#tve_editor [data-css=\"tve-u-16035acf904\"] { font-size: 36px !important; }[data-css=\"tve-u-16035a9ff73\"] { padding-left: 10px !important; padding-right: 10px !important; }[data-css=\"tve-u-16049f02583\"] { padding-left: 10px !important; padding-right: 10px !important; padding-bottom: 20px !important; }[data-css=\"tve-u-1622329f616\"] { padding-left: 10px !important; padding-right: 10px !important; }[data-css=\"tve-u-1622332aa7a\"] { padding-left: 10px !important; padding-right: 10px !important; padding-bottom: 50px !important; }[data-css=\"tve-u-16223661dc3\"] { background-image: linear-gradient(rgb(237, 237, 247) 0%, rgb(237, 237, 247) 50%, rgba(237, 237, 247, 0) 100%), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/f-section-image_01.jpg\") !important; background-size: auto auto, auto auto !important; background-position: 50% 50%, 50% 100% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-16223685f2c\"] { background-image: linear-gradient(rgb(237, 237, 247) 0%, rgb(237, 237, 247) 50%, rgba(237, 237, 247, 0) 100%), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/f-section-image_01.jpg\") !important; background-size: auto auto, auto auto !important; background-position: 50% 50%, 50% 100% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-162236a228d\"] { padding-left: 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-16223734b02\"] { padding-left: 10px !important; padding-right: 10px !important; }[data-css=\"tve-u-162237645ef\"] { display: block; max-width: 286px; width: 286px; }[data-css=\"tve-u-1622377e9f1\"] { padding-left: 10px !important; padding-right: 10px !important; }}'),(2713,106,'tve_user_custom_css_tcb2-i-cant-believe-its-not-ps-homepage',''),(2714,106,'tve_has_masonry_tcb2-i-cant-believe-its-not-ps-homepage','0'),(2715,106,'tve_has_typefocus_tcb2-i-cant-believe-its-not-ps-homepage',''),(2716,106,'tve_has_wistia_popover_tcb2-i-cant-believe-its-not-ps-homepage',''),(2717,106,'tve_page_events_tcb2-i-cant-believe-its-not-ps-homepage','a:0:{}'),(2718,106,'thrive_icon_pack_tcb2-i-cant-believe-its-not-ps-homepage',''),(2719,106,'tve_disable_theme_dependency_tcb2-i-cant-believe-its-not-ps-homepage',''),(2720,106,'tve_globals_tcb2-i-cant-believe-its-not-ps-homepage','a:2:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";s:11:\"lightbox_id\";i:0;}'),(4274,106,'tve_custom_css',''),(4275,106,'tve_user_custom_css',''),(4273,106,'tve_content_more_found',''),(6422,428,'tve_revision_tve_content_more_found',''),(6423,428,'tve_revision_tve_save_post',''),(6424,428,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Noto+Sans:400,700&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Kaushan+Script:400&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Limelight:400&subset=latin\");@media (min-width: 300px){#tve_editor [data-css=\"tve-u-1636955fbd2\"] p, #tve_editor [data-css=\"tve-u-1636955fbd2\"] li, #tve_editor [data-css=\"tve-u-1636955fbd2\"] blockquote, #tve_editor [data-css=\"tve-u-1636955fbd2\"] address, #tve_editor [data-css=\"tve-u-1636955fbd2\"] h1, #tve_editor [data-css=\"tve-u-1636955fbd2\"] h2, #tve_editor [data-css=\"tve-u-1636955fbd2\"] h3, #tve_editor [data-css=\"tve-u-1636955fbd2\"] h4, #tve_editor [data-css=\"tve-u-1636955fbd2\"] h5, #tve_editor [data-css=\"tve-u-1636955fbd2\"] h6 { color: rgb(255, 255, 255); }[data-css=\"tve-u-1636956410b\"] { clip-path: url(\"#clip-bottom-ebde87302d0be\"); -webkit-clip-path: url(\"#clip-bottom-ebde87302d0be\");  background-image: linear-gradient(rgba(1, 11, 20, 0.85) 0%, rgba(0, 0, 0, 0.18) 100%), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Pub-Hero-img.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-16369563890\"] { padding: 0px 40px 60px !important; }[data-css=\"tve-u-1636955fbd2\"] { max-width: 1200px; min-height: 700px !important; }#tve_editor .thrv-content-box [data-css=\"tve-u-160f972cd2b\"] p, #tve_editor .thrv-content-box [data-css=\"tve-u-160f972cd2b\"] li, #tve_editor .thrv-content-box [data-css=\"tve-u-160f972cd2b\"] blockquote, #tve_editor .thrv-content-box [data-css=\"tve-u-160f972cd2b\"] address, #tve_editor .thrv-content-box [data-css=\"tve-u-160f972cd2b\"] h1, #tve_editor .thrv-content-box [data-css=\"tve-u-160f972cd2b\"] h2, #tve_editor .thrv-content-box [data-css=\"tve-u-160f972cd2b\"] h3, #tve_editor .thrv-content-box [data-css=\"tve-u-160f972cd2b\"] h4, #tve_editor .thrv-content-box [data-css=\"tve-u-160f972cd2b\"] h5, #tve_editor .thrv-content-box [data-css=\"tve-u-160f972cd2b\"] h6 { color: rgb(255, 255, 255); }[data-css=\"tve-u-16363c02cf7\"]::after { clear: both; }[data-css=\"tve-u-16363b4867f\"] { color: rgba(3, 9, 14, 0.5) !important; }#tve_editor [data-css=\"tve-u-16363b1b458\"] { font-size: 14px !important; color: rgba(3, 9, 14, 0.5) !important; }#tve_editor [data-css=\"tve-u-163630c7fc7\"] { color: rgb(207, 199, 172) !important; }#tve_editor [data-css=\"tve-u-16362a2c533\"] { color: rgba(3, 9, 14, 0.5) !important; }[data-css=\"tve-u-16362e2956e\"] { padding: 30px 40px !important; }[data-css=\"tve-u-16362e27bcb\"] { max-width: 1200px; }[data-css=\"tve-u-16362e0aed9\"] { opacity: 1; background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Pub-Footer-img.jpg\") !important; background-size: cover !important; background-position: 0% 0% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; background-color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-16362a7e959\"] { text-transform: none !important; }#tve_editor [data-css=\"tve-u-160f96c069e\"] p, #tve_editor [data-css=\"tve-u-160f96c069e\"] li, #tve_editor [data-css=\"tve-u-160f96c069e\"] blockquote, #tve_editor [data-css=\"tve-u-160f96c069e\"] address, #tve_editor [data-css=\"tve-u-160f96c069e\"] h1, #tve_editor [data-css=\"tve-u-160f96c069e\"] h2, #tve_editor [data-css=\"tve-u-160f96c069e\"] h3, #tve_editor [data-css=\"tve-u-160f96c069e\"] h4, #tve_editor [data-css=\"tve-u-160f96c069e\"] h5, #tve_editor [data-css=\"tve-u-160f96c069e\"] h6 { color: rgb(255, 255, 255); }[data-css=\"tve-u-163629e77b3\"] { line-height: 1.3em !important; }[data-css=\"tve-u-16362a0a74e\"] { line-height: 1.3em !important; }[data-css=\"tve-u-16362a2c533\"] { line-height: 1.3em !important; }[data-css=\"tve-u-16362a29862\"] { font-size: 16px !important; }[data-css=\"tve-u-16362a29860\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-16362a2156e\"] { font-size: 16px !important; color: rgba(3, 9, 14, 0.7) !important; }#tve_editor [data-css=\"tve-u-16362a0d7c6\"] { font-size: 16px !important; color: rgba(3, 9, 14, 0.7) !important; }#tve_editor [data-css=\"tve-u-16362a0a750\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-16362a0a74e\"] { font-size: 16px !important; color: rgba(3, 9, 14, 0.5) !important; }#tve_editor [data-css=\"tve-u-16362a08679\"] { text-transform: uppercase !important; font-size: 16px !important; }[data-css=\"tve-u-163629f6837\"] { font-size: 16px !important; }[data-css=\"tve-u-163629f6835\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-163629eed0d\"] { font-size: 16px !important; color: rgba(3, 9, 14, 0.7) !important; }#tve_editor [data-css=\"tve-u-163629e77b3\"] { color: rgba(3, 9, 14, 0.5) !important; font-size: 16px !important; }#tve_editor [data-css=\"tve-u-163629df961\"] { text-transform: uppercase !important; }#tve_editor [data-css=\"tve-u-163629db329\"] { text-transform: uppercase !important; }[data-css=\"tve-u-1636292fe99\"] { padding: 0px !important; }[data-css=\"tve-u-163629240b8\"] { padding: 0px !important; }#tve_editor [data-css=\"tve-u-1635f28650b\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1635f273315\"] { padding: 0px !important; margin-bottom: 60px !important; }#tve_editor [data-css=\"tve-u-1635ebf2201\"] p, #tve_editor [data-css=\"tve-u-1635ebf2201\"] li, #tve_editor [data-css=\"tve-u-1635ebf2201\"] blockquote, #tve_editor [data-css=\"tve-u-1635ebf2201\"] address, #tve_editor [data-css=\"tve-u-1635ebf2201\"] h1, #tve_editor [data-css=\"tve-u-1635ebf2201\"] h2, #tve_editor [data-css=\"tve-u-1635ebf2201\"] h3, #tve_editor [data-css=\"tve-u-1635ebf2201\"] h4, #tve_editor [data-css=\"tve-u-1635ebf2201\"] h5, #tve_editor [data-css=\"tve-u-1635ebf2201\"] h6 { color: rgb(3, 9, 14); }#tve_editor [data-css=\"tve-u-1635f21f43a\"] { text-transform: uppercase !important; color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-1635f111354\"] { text-transform: uppercase !important; }#tve_editor [data-css=\"tve-u-1635f10faad\"] { color: rgb(3, 9, 14) !important; text-transform: uppercase !important; }[data-css=\"tve-u-1635f010773\"] { min-height: 430px; }[data-css=\"tve-u-1635efec9fa\"] { max-width: 100%; z-index: 4; padding: 0px !important; margin: 0px !important; }#tve_editor [data-css=\"tve-u-1635ef4f76c\"] { color: rgb(207, 199, 172) !important; }#tcb_landing_page h3 strong { font-weight: 700; }[data-css=\"tve-u-1635ee0cb15\"] { padding: 90px 40px 120px !important; }#tve_editor .thrv-content-box [data-css=\"tve-u-1635ec2801b\"] p, #tve_editor .thrv-content-box [data-css=\"tve-u-1635ec2801b\"] li, #tve_editor .thrv-content-box [data-css=\"tve-u-1635ec2801b\"] blockquote, #tve_editor .thrv-content-box [data-css=\"tve-u-1635ec2801b\"] address, #tve_editor .thrv-content-box [data-css=\"tve-u-1635ec2801b\"] h1, #tve_editor .thrv-content-box [data-css=\"tve-u-1635ec2801b\"] h2, #tve_editor .thrv-content-box [data-css=\"tve-u-1635ec2801b\"] h3, #tve_editor .thrv-content-box [data-css=\"tve-u-1635ec2801b\"] h4, #tve_editor .thrv-content-box [data-css=\"tve-u-1635ec2801b\"] h5, #tve_editor .thrv-content-box [data-css=\"tve-u-1635ec2801b\"] h6 { color: rgb(3, 9, 14); }[data-css=\"tve-u-1635ed274dc\"] > .tcb-flex-col { padding-left: 90px; }[data-css=\"tve-u-1635ed91639\"] { margin: 0px !important; }[data-css=\"tve-u-1635ec2801b\"] { min-height: 1px; }[data-css=\"tve-u-1635ed274dc\"] > .tcb-flex-col > .tcb-col { min-height: 370px; justify-content: flex-end; }[data-css=\"tve-u-1635ed274dc\"] { min-height: inherit; margin-left: -90px; padding: 0px !important; }[data-css=\"tve-u-1635ec2801b\"]::after { clear: both; }[data-css=\"tve-u-160fa6805d4\"] { padding: 0px !important; }[data-css=\"tve-u-1635ebfe4fc\"] { padding: 0px 0px 35px !important; margin: 0px !important; }[data-css=\"tve-u-1635ebf2201\"] { max-width: 1200px; min-height: 1px !important; }#tve_editor .thrv-content-box [data-css=\"tve-u-160e9e03630\"] p, #tve_editor .thrv-content-box [data-css=\"tve-u-160e9e03630\"] li, #tve_editor .thrv-content-box [data-css=\"tve-u-160e9e03630\"] blockquote, #tve_editor .thrv-content-box [data-css=\"tve-u-160e9e03630\"] address, #tve_editor .thrv-content-box [data-css=\"tve-u-160e9e03630\"] h1, #tve_editor .thrv-content-box [data-css=\"tve-u-160e9e03630\"] h2, #tve_editor .thrv-content-box [data-css=\"tve-u-160e9e03630\"] h3, #tve_editor .thrv-content-box [data-css=\"tve-u-160e9e03630\"] h4, #tve_editor .thrv-content-box [data-css=\"tve-u-160e9e03630\"] h5, #tve_editor .thrv-content-box [data-css=\"tve-u-160e9e03630\"] h6 { color: rgb(255, 255, 255); }#tve_editor [data-css=\"tve-u-160e4c24b1a\"] p, #tve_editor [data-css=\"tve-u-160e4c24b1a\"] li, #tve_editor [data-css=\"tve-u-160e4c24b1a\"] blockquote, #tve_editor [data-css=\"tve-u-160e4c24b1a\"] address, #tve_editor [data-css=\"tve-u-160e4c24b1a\"] h1, #tve_editor [data-css=\"tve-u-160e4c24b1a\"] h2, #tve_editor [data-css=\"tve-u-160e4c24b1a\"] h3, #tve_editor [data-css=\"tve-u-160e4c24b1a\"] h4, #tve_editor [data-css=\"tve-u-160e4c24b1a\"] h5, #tve_editor [data-css=\"tve-u-160e4c24b1a\"] h6 { color: rgb(222, 218, 203); }#tve_editor .thrv-content-box [data-css=\"tve-u-160df519447\"] p, #tve_editor .thrv-content-box [data-css=\"tve-u-160df519447\"] li, #tve_editor .thrv-content-box [data-css=\"tve-u-160df519447\"] blockquote, #tve_editor .thrv-content-box [data-css=\"tve-u-160df519447\"] address, #tve_editor .thrv-content-box [data-css=\"tve-u-160df519447\"] h1, #tve_editor .thrv-content-box [data-css=\"tve-u-160df519447\"] h2, #tve_editor .thrv-content-box [data-css=\"tve-u-160df519447\"] h3, #tve_editor .thrv-content-box [data-css=\"tve-u-160df519447\"] h4, #tve_editor .thrv-content-box [data-css=\"tve-u-160df519447\"] h5, #tve_editor .thrv-content-box [data-css=\"tve-u-160df519447\"] h6 { color: rgb(255, 255, 255); }[data-css=\"tve-u-1635eaf037e\"] { padding: 0px !important; }[data-css=\"tve-u-1635eadb72e\"] { min-height: 1px; }[data-css=\"tve-u-1635e9cce8b\"] { max-width: 47%; }[data-css=\"tve-u-1635e9cce4d\"] { max-width: 53%; }[data-css=\"tve-u-1635e97f913\"] { max-width: 550px; float: none; z-index: 3; position: relative; margin: 0px auto !important; padding: 0px !important; }[data-css=\"tve-u-1635e6b4c72\"] { max-width: 100%; min-height: 1px !important; }[data-css=\"tve-u-1635e6aad72\"] { padding: 90px 0px 90px 40px !important; }[data-css=\"tve-u-1635e6448aa\"] { padding: 0px !important; }[data-css=\"tve-u-1635e5d9ba1\"]::after { clear: both; }[data-css=\"tve-u-1635e5cd7c0\"] { max-width: 275px; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1635e5cc2d9\"] { padding: 0px !important; }[data-css=\"tve-u-1635e5cbf37\"] { margin: -110px 0px 200px !important; }#tcb_landing_page a.tve_state_hover:not(.tcb-button-link) { text-decoration: underline; color: rgb(233, 156, 0); }#tcb_landing_page h6 strong { font-weight: 700; }#tcb_landing_page h6 { font-family: \"Noto Sans\"; font-weight: 400; text-transform: uppercase; color: rgb(3, 9, 14); letter-spacing: 1px; font-size: 18px; }#tcb_landing_page h5 strong { font-weight: 700; }#tcb_landing_page h5 { font-size: 20px; font-family: \"Noto Sans\"; font-weight: 400; line-height: 1.5em; color: rgb(3, 9, 14); }#tcb_landing_page h4 strong { font-weight: 700; }#tcb_landing_page h4 { font-size: 19px; line-height: 1.5em; font-family: \"Noto Sans\"; font-weight: 400; color: rgb(3, 9, 14); text-transform: uppercase; letter-spacing: 2px; }[data-css=\"tve-u-160fec99b6f\"] { padding: 0px !important; }#tcb_landing_page a:not(.tcb-button-link) { color: rgb(233, 156, 0); text-decoration: none; }[data-css=\"tve-u-161701c1618\"] { max-width: 47.2%; }[data-css=\"tve-u-161701b642a\"] { padding: 0px 0px 0px 10px !important; }[data-css=\"tve-u-161701a2f15\"] > .tcb-flex-col > .tcb-col { justify-content: center; }[data-css=\"tve-u-161701a8fd1\"] { max-width: 100%; margin-top: 0px !important; margin-bottom: 0px !important; background-color: rgb(247, 247, 247) !important; }[data-css=\"tve-u-161701a2f15\"] { margin-left: 0px; padding: 0px 10px !important; }[data-css=\"tve-u-161701a2f15\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-161701998d2\"] { max-width: 23.2%; }[data-css=\"tve-u-1617019989e\"] { max-width: 29.6%; }[data-css=\"tve-u-16170191bce\"] { line-height: 1em !important; }#tve_editor [data-css=\"tve-u-16170191bce\"] { color: rgb(183, 183, 183) !important; font-size: 14px !important; }[data-css=\"tve-u-16170185cb5\"] { float: none; width: 45px; }[data-css=\"tve-u-1616a74e73b\"] { min-height: 1px; }[data-css=\"tve-u-1616a721403\"] { background-color: rgba(3, 9, 14, 0.9) !important; }[data-css=\"tve-u-1616a708b49\"] > .tve-cb { justify-content: flex-end; display: flex; flex-direction: column; }[data-css=\"tve-u-1616a708b49\"] { max-width: 100%; padding: 8px 5px 10px !important; margin-top: 0px !important; margin-bottom: 0px !important; margin-left: 0px !important; }[data-css=\"tve-u-160f9714a61\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-160fe13ce28\"] { max-width: 100%; min-height: 1px !important; }[data-css=\"tve-u-160fe140452\"] { padding: 0px !important; }[data-css=\"tve-u-160fa4daf17\"] { float: none; max-width: 100%; margin: 0px auto !important; }[data-css=\"tve-u-160fa4d8d4f\"] { padding: 0px !important; }[data-css=\"tve-u-160fa4b581e\"] { max-width: 100%; z-index: 3; padding: 0px !important; }[data-css=\"tve-u-160fa01d193\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-160fa1c8dca\"] { background-image: none !important; }[data-css=\"tve-u-160fa11f4f2\"] { margin: 0px 0px 10px !important; }[data-css=\"tve-u-160fa01d193\"] { max-width: 600px; float: none; z-index: 3; position: relative; padding: 0px !important; margin: 0px auto !important; }[data-css=\"tve-u-160f9ee08be\"] { background-image: none !important; padding-top: 40px !important; padding-bottom: 40px !important; padding-left: 40px !important; }[data-css=\"tve-u-160f9ec40fc\"] { float: none; max-width: 100%; letter-spacing: 1px; z-index: 3; position: relative; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-160f9ebf905\"] > .tcb-flex-col > .tcb-col { min-height: 468px; justify-content: center; }[data-css=\"tve-u-160f9ebf905\"] { margin-left: 0px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-160f9ebf905\"] > .tcb-flex-col { padding-left: 0px; }#tve_editor [data-css=\"tve-u-160f9d0c9a0\"]:hover { text-shadow: none; background-image: linear-gradient(rgba(3, 9, 14, 0.4), rgba(3, 9, 14, 0.4)), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Pub-drink-4-1.jpg\") !important; background-size: auto, cover !important; background-position: 0px 0px, 0% 0% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }#tve_editor [data-css=\"tve-u-160f9d0b00e\"]:hover { text-shadow: none; background-image: linear-gradient(rgba(3, 9, 14, 0.4), rgba(3, 9, 14, 0.4)), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Pub-Drink-3.jpg\") !important; background-size: auto, cover !important; background-position: 0px 0px, 0% 0% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }#tve_editor [data-css=\"tve-u-160f9d08737\"] p, #tve_editor [data-css=\"tve-u-160f9d08737\"] li, #tve_editor [data-css=\"tve-u-160f9d08737\"] blockquote, #tve_editor [data-css=\"tve-u-160f9d08737\"] address { color: rgb(255, 255, 255); }#tve_editor [data-css=\"tve-u-160f9d08737\"]:hover { text-shadow: none; background-image: linear-gradient(rgba(3, 9, 14, 0.4), rgba(3, 9, 14, 0.4)), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Pub-Drink-2.jpg\") !important; background-size: auto, cover !important; background-position: 0px 0px, 0% 0% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-160f9d496b3\"] { line-height: 1em !important; }[data-css=\"tve-u-160f9d5377f\"] { font-weight: 400 !important; font-family: \"Kaushan Script\" !important; }#tve_editor [data-css=\"tve-u-160f9d496b3\"] { color: rgb(255, 255, 255) !important; font-size: 26px !important; }#tve_editor [data-css=\"tve-u-160f9cccb99\"]:hover { background-image: linear-gradient(rgba(3, 9, 14, 0.4), rgba(3, 9, 14, 0.4)), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Pub-drink-1.jpg\") !important; background-size: auto, cover !important; background-position: 0px 0px, 0% 0% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-160f9d0c9a0\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Pub-drink-4-1.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-160f9d0b00e\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Pub-Drink-3.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-160f9d08737\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Pub-Drink-2.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-160f9cccb99\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Pub-drink-1.jpg\") !important; padding-top: 0px !important; padding-left: 0px !important; padding-right: 0px !important; margin-left: 0px !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-160f9caae7b\"] { padding: 0px !important; margin-bottom: 70px !important; }[data-css=\"tve-u-160f9c75fb0\"] > .tcb-flex-col > .tcb-col { min-height: 230px; justify-content: flex-end; }[data-css=\"tve-u-160f9c7f698\"] { float: none; max-width: 100%; margin: 0px auto !important; }[data-css=\"tve-u-160f9c75fb0\"] > .tcb-flex-col { padding-left: 60px; }[data-css=\"tve-u-160f9c75fb0\"] { margin-left: -60px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-160f9c6d0ad\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-160f9c6a4fe\"] { padding: 70px 40px 100px !important; }[data-css=\"tve-u-160f9c02898\"] { font-weight: 400 !important; font-family: \"Noto Sans\" !important; }[data-css=\"tve-u-160f9bfdcb7\"] { font-weight: 400 !important; font-family: \"Noto Sans\" !important; }[data-css=\"tve-u-160f9b9db80\"] { padding: 5px 0px !important; }[data-css=\"tve-u-160f9bd1e50\"] { padding: 5px 0px !important; }[data-css=\"tve-u-160f9bd1e50\"] .tve_sep { border-width: 1px; border-color: rgba(176, 171, 155, 0.3); }[data-css=\"tve-u-160f9b9db80\"] .tve_sep { border-width: 1px; border-color: rgba(176, 171, 155, 0.3); }#tve_editor [data-css=\"tve-u-160f9b916f8\"] { color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160f9b69526\"] > .tcb-flex-col > .tcb-col { min-height: 40px; justify-content: center; }[data-css=\"tve-u-160f9b7a3c6\"] { max-width: 38.4%; }[data-css=\"tve-u-160f9b7a39a\"] { max-width: 24.1%; }[data-css=\"tve-u-160f9b7a36e\"] { max-width: 37.6%; }[data-css=\"tve-u-160f9b74c2b\"] { float: none; max-width: 400px; z-index: 3; position: relative; margin: 10px auto !important; }[data-css=\"tve-u-160f9b69526\"] { margin-left: 0px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-160f9b69526\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-160f98a0d17\"] { padding: 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-160f984f29b\"] { font-size: 18px !important; font-family: \"Noto Sans\" !important; font-weight: 400 !important; }[data-css=\"tve-u-160f981fb0c\"] { line-height: 1.5em !important; }[data-css=\"tve-u-160f9823757\"] { text-transform: none !important; font-size: 18px !important; }#tve_editor [data-css=\"tve-u-160f981fb0c\"] { letter-spacing: 4px; color: rgb(255, 255, 255) !important; font-size: 18px !important; text-transform: uppercase !important; }[data-css=\"tve-u-160f97e6953\"] { padding: 0px !important; margin: 0px 0px 50px -10px !important; }[data-css=\"tve-u-160f97ddb8a\"] { line-height: 1em !important; }[data-css=\"tve-u-160f97e0356\"] { font-weight: 400 !important; font-family: \"Kaushan Script\" !important; }#tve_editor [data-css=\"tve-u-160f97ddb8a\"] { color: rgb(218, 144, 15) !important; font-size: 40px !important; }[data-css=\"tve-u-160f9734b53\"] { clip-path: url(\"#clip-top-c8e428685a637\"); -webkit-clip-path: url(\"#clip-top-c8e428685a637\");  background-image: linear-gradient(rgb(3, 9, 14), rgb(3, 9, 14)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-160f972cd2b\"] { min-height: 540px; }[data-css=\"tve-u-160f9714a61\"] { float: none; max-width: 700px; padding: 10px 40px !important; margin-top: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-160f96f5e19\"] { clip-path: url(\"#clip-bottom-c22944d35542f\"); -webkit-clip-path: url(\"#clip-bottom-c22944d35542f\");  background-image: linear-gradient(0deg, rgba(3, 9, 14, 0.5) 0%, rgba(3, 9, 14, 0.1) 100%), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Pub-CTA-img.jpg\") !important; background-size: auto, cover !important; background-position: 0px 0px, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-160f96ef669\"] { padding: 30px 40px !important; margin-top: 0px !important; }[data-css=\"tve-u-160f96c069e\"] { max-width: 100%; min-height: 1px !important; }[data-css=\"tve-u-160f957664d\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Pub-Customer-1-img_03.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-160f9562c14\"] { max-width: 104px; float: left; z-index: 3; position: relative; width: 100%; padding: 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; margin-right: 30px !important; }[data-css=\"tve-u-160f9514c00\"] { line-height: 1em !important; }#tve_editor [data-css=\"tve-u-160f9514c00\"] { letter-spacing: 1px; text-transform: uppercase !important; font-size: 16px !important; }[data-css=\"tve-u-160f9405e56\"] { padding: 5px 0px !important; margin: 0px !important; }[data-css=\"tve-u-160f9405e56\"] .tve_sep { border-width: 2px; border-color: rgb(218, 144, 15); }[data-css=\"tve-u-160f93bdfb1\"]::after { clear: both; }[data-css=\"tve-u-160f8e625a1\"] { padding: 0px !important; margin-top: 0px !important; margin-bottom: 100px !important; }#tve_editor [data-css=\"tve-u-160eb0e8e90\"]:hover [data-css=\"tve-u-160eb0d7fac\"] { background-image: linear-gradient(rgb(242, 139, 0), rgb(242, 139, 0)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-160eaaf84a6\"] { padding: 0px !important; margin-bottom: 20px !important; }[data-css=\"tve-u-160ea9789a4\"] { padding: 0px !important; }[data-css=\"tve-u-160ea977bf3\"] { padding: 0px !important; }[data-css=\"tve-u-160ea976e63\"] { padding: 0px !important; }[data-css=\"tve-u-160ea9729a9\"] { padding: 0px !important; }[data-css=\"tve-u-160ea9357c7\"] { padding: 0px !important; }[data-css=\"tve-u-160ea928596\"] { margin-top: 0px !important; }#tve_editor [data-css=\"tve-u-160e9fad83c\"] p, #tve_editor [data-css=\"tve-u-160e9fad83c\"] li, #tve_editor [data-css=\"tve-u-160e9fad83c\"] blockquote, #tve_editor [data-css=\"tve-u-160e9fad83c\"] address { line-height: 1em; }[data-css=\"tve-u-160ea7c9db0\"] > .tcb-flex-col { padding-left: 60px; }[data-css=\"tve-u-160ea89ac22\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-160ea89ac22\"] > .tcb-flex-col { padding-left: 60px; }[data-css=\"tve-u-160ea89b12a\"] { margin: 0px 0px 20px !important; background-image: linear-gradient(rgb(18, 21, 25), rgb(18, 21, 25)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-160ea89ac22\"] { margin-left: -60px; min-height: inherit; padding: 20px !important; }[data-css=\"tve-u-160ea7cae88\"] { margin: 60px 0px 0px !important; }[data-css=\"tve-u-160ea7c9db0\"] { margin-left: -60px; padding: 0px !important; }[data-css=\"tve-u-160ea7bf191\"]::after { clear: both; }#tve_editor [data-css=\"tve-u-160ea71c62c\"] { color: rgba(255, 255, 255, 0.85) !important; font-size: 16px !important; }[data-css=\"tve-u-160ea54ea72\"] { line-height: 1em !important; }#tve_editor [data-css=\"tve-u-160ea54ea72\"] { font-size: 18px !important; text-transform: none !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-160e9fac06c\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-160e9fc2c51\"] { border-right: none; }[data-css=\"tve-u-160e9fbbfa0\"] { border-right: none; }[data-css=\"tve-u-160e9fac06c\"] > .tcb-flex-col { padding-left: 60px; }[data-css=\"tve-u-160e9fad83c\"] { box-shadow: none; margin-top: 20px !important; margin-bottom: 0px !important; background-image: linear-gradient(rgb(18, 21, 25), rgb(18, 21, 25)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-160e9fac06c\"] { margin-left: -60px; min-height: inherit; padding: 20px 20px 0px !important; }[data-css=\"tve-u-160e9f87397\"] { float: left; max-width: 100%; z-index: 3; position: relative; box-shadow: rgba(18, 21, 25, 0.16) 0px 5px 35px 2px; width: 100%; padding: 0px !important; margin: 0px auto !important; }[data-css=\"tve-u-160e9f87397\"] .tve_faq:hover { background: rgba(18, 21, 25, 0.8) !important; }[data-css=\"tve-u-160e9f7868b\"] { line-height: 1em !important; }[data-css=\"tve-u-160e9f7ce0e\"] { font-family: Lato, arial !important; }#tve_editor [data-css=\"tve-u-160e9f7868b\"] { letter-spacing: 3px; color: rgb(242, 139, 0) !important; font-size: 18px !important; text-transform: uppercase !important; }[data-css=\"tve-u-160e9e41664\"] { padding: 0px !important; margin-left: -15px !important; }[data-css=\"tve-u-160e9e2aeab\"] { padding: 0px !important; }[data-css=\"tve-u-160e9e03630\"] { min-height: 1px; }[data-css=\"tve-u-160e9dff371\"] { float: none; max-width: 100%; padding: 0px !important; margin: 0px !important; position: static !important; }[data-css=\"tve-u-160e9d15bdf\"] { z-index: 1; padding: 100px 40px 90px !important; margin-top: 0px !important; }[data-css=\"tve-u-160e9d118ed\"] { opacity: 1; filter: grayscale(0%) blur(0px); box-shadow: rgba(0, 0, 0, 0.3) 0px 39px 75px 8px inset; background-image: linear-gradient(rgba(176, 171, 155, 0.28), rgba(176, 171, 155, 0.28)), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Pub-Our-Menu-BG.jpg\") !important; background-color: rgb(176, 171, 155) !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, fixed !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-160e9d0c61d\"] { max-width: 1200px; min-height: 450px !important; }#tve_editor [data-css=\"tve-u-160e52fbe2f\"]:hover { text-shadow: rgba(0, 0, 0, 0.3) 2px 2px 2px; background-image: none !important; }#tve_editor [data-css=\"tve-u-160e5276a5e\"]:hover { text-shadow: rgba(0, 0, 0, 0.25) 2px 2px 2px; background-image: none !important; }#tve_editor [data-css=\"tve-u-160e52014b5\"]:hover { text-shadow: rgba(0, 0, 0, 0.25) 2px 2px 2px; background-image: none !important; }[data-css=\"tve-u-160e52014b5\"]::after { clear: both; }[data-css=\"tve-u-160e52fbe2f\"] { text-shadow: none; background-image: none !important; }[data-css=\"tve-u-160e5276a5e\"] { background-image: none !important; }[data-css=\"tve-u-160e52014b5\"] { box-shadow: none; background-image: none !important; padding-top: 0px !important; margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-160e501c0b4\"] { padding: 0px !important; }[data-css=\"tve-u-160e4fd114b\"] { line-height: 1em !important; }[data-css=\"tve-u-160e4fe84a1\"] { line-height: 1.3em !important; }#tve_editor [data-css=\"tve-u-160e4fe84a1\"] { font-size: 44px !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-160e4fe6187\"] { font-weight: 400 !important; font-family: \"Kaushan Script\" !important; }#tve_editor [data-css=\"tve-u-160e4fd114b\"] { letter-spacing: 5px; color: rgb(255, 255, 255) !important; font-size: 16px !important; text-transform: uppercase !important; }[data-css=\"tve-u-160e4dadf9c\"] { max-width: 100%; float: none; z-index: 6; box-shadow: none; position: relative; right: 0px; bottom: -54px; margin: 0px auto !important; }[data-css=\"tve-u-160e4da55bb\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-160e4da55bb\"] { margin-left: -60px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-160e4da55bb\"] > .tcb-flex-col { padding-left: 60px; }[data-css=\"tve-u-160e4c824a2\"] { padding: 0px !important; margin-bottom: 10px !important; }[data-css=\"tve-u-160e4c55d27\"] { z-index: 4; padding: 60px 40px 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-160e4c34c93\"] { clip-path: url(\"#clip-bottom-35e31e95c7382\"); -webkit-clip-path: url(\"#clip-bottom-35e31e95c7382\");  box-shadow: none; background-image: linear-gradient(rgba(3, 9, 15, 0.85), rgba(3, 9, 15, 0.85)), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Pub-Texture1-img-.jpg\") !important; background-size: auto, cover !important; background-position: 0px 0px, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-160e4c24b1a\"] { max-width: 1200px; min-height: 1px !important; }#tve_editor [data-css=\"tve-u-160dbceed3d\"]:hover .tcb-button-link { border-radius: 15px 0px; overflow: hidden; border: none; background-color: rgb(242, 139, 0) !important; text-decoration: none !important; }#tve_editor [data-css=\"tve-u-160df6a2fe0\"] p, #tve_editor [data-css=\"tve-u-160df6a2fe0\"] li, #tve_editor [data-css=\"tve-u-160df6a2fe0\"] blockquote, #tve_editor [data-css=\"tve-u-160df6a2fe0\"] address { line-height: 1em; }[data-css=\"tve-u-160df4c6424\"] > .tve-cb { display: flex; flex-direction: column; justify-content: flex-end; }[data-css=\"tve-u-160df51ca21\"] > .tve-cb { display: block; }[data-css=\"tve-u-160df8deee2\"] { padding: 0px !important; margin-left: -15px !important; margin-bottom: 50px !important; }[data-css=\"tve-u-160df8c3360\"] { margin-left: 0px !important; padding: 0px !important; }[data-css=\"tve-u-160df711140\"] { padding: 0px !important; }[data-css=\"tve-u-160df709fbf\"] { padding: 0px !important; }[data-css=\"tve-u-160df6d74f4\"] { text-align: left; border-right: 1px solid rgba(176, 171, 155, 0.5); padding-left: 20px !important; }[data-css=\"tve-u-160df6d53e3\"] { text-align: right; border-right: 1px solid rgba(176, 171, 155, 0.6); padding-right: 20px !important; }[data-css=\"tve-u-160df6a3578\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-160df6a3578\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-160df6a3578\"] { margin-left: 0px; min-height: inherit; padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-160df6a2fe0\"] { margin-top: 20px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-160df52e534\"]::after { clear: both; }[data-css=\"tve-u-160df51ca21\"] { bottom: 0px; float: left; max-width: 100%; z-index: 3; width: 100%; left: 0px; margin: 0px auto !important; padding: 25px 0px !important; position: static !important; }[data-css=\"tve-u-160df519447\"] { min-height: 1px; text-align: center; }[data-css=\"tve-u-160df50b366\"] { background-image: linear-gradient(rgba(3, 9, 14, 0.92), rgba(3, 9, 14, 0.92)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-160df4f4d0e\"] { min-height: 480px; }[data-css=\"tve-u-160df4bedf0\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-160df4eae6d\"] { margin: 0px !important; }[data-css=\"tve-u-160df4db074\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Pub-img-section1.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-160df4c6424\"] { max-width: 100%; margin-top: 0px !important; padding: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-160df4bedf0\"] { margin-left: 0px; min-height: inherit; padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-160df4bedf0\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-160df4565d1\"] { padding: 0px !important; position: relative !important; }#tve_editor [data-css=\"tve-u-160dbe24f38\"] { font-weight: 400; letter-spacing: 4px; font-family: \"Noto Sans\" !important; font-size: 18px !important; text-transform: uppercase !important; color: rgb(18, 21, 25) !important; }[data-css=\"tve-u-160dbceed3d\"] .tcb-button-link { min-height: 54.7619px; font-size: 1.33333em; background-color: rgb(255, 169, 20) !important; padding-top: 10px !important; padding-bottom: 10px !important; }[data-css=\"tve-u-160dbceed3d\"] { width: 418px; display: block; max-width: 418px; float: none; margin: 0px auto !important; }[data-css=\"tve-u-160dbcd54ac\"] { padding: 0px !important; }[data-css=\"tve-u-160dbcd2c5b\"] { padding: 0px !important; margin-bottom: 70px !important; }[data-css=\"tve-u-160dbcbc7a4\"] { min-height: 260px; }[data-css=\"tve-u-160dbcafa88\"] { float: none; max-width: 800px; margin: 0px auto !important; padding: 0px !important; }[data-css=\"tve-u-160db85dabe\"] { min-height: 50px; }[data-css=\"tve-u-160db84bfac\"] { clip-path: url(\"#clip-bottom-eb17500f3af4b\"); -webkit-clip-path: url(\"#clip-bottom-eb17500f3af4b\");  background-image: linear-gradient(rgb(30, 34, 40), rgb(30, 34, 40)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }#tve_editor [data-css=\"tve-u-160db6dd8cd\"] > :first-child { color: rgb(255, 171, 0); }[data-css=\"tve-u-160db6dd8cd\"] { font-size: 28px; width: 28px; height: 28px; z-index: 4; position: relative; float: left; margin: 0px 15px 0px 0px !important; }#tcb_landing_page h3 { font-family: \"Noto Sans\"; font-weight: 400; font-size: 24px; line-height: 1.68em; color: rgb(3, 9, 14); letter-spacing: 2px; text-transform: uppercase; }#tcb_landing_page h2 { font-family: \"Kaushan Script\"; font-weight: 400; font-size: 90px; color: rgb(222, 218, 203); line-height: 1.3em; }#tcb_landing_page p, #tcb_landing_page li { font-family: \"Noto Sans\"; font-weight: 400; font-size: 18px; line-height: 1.5em; color: rgb(3, 9, 14); }#tcb_landing_page h1 { font-family: \"Kaushan Script\"; font-size: 100px; line-height: 1em; color: rgb(255, 255, 255); }[data-css=\"tve-u-15e09c94f7d\"] { background-color: rgb(255, 255, 255); }[data-css=\"tve-u-160dbb50aca\"] { max-width: 400px; float: none; z-index: 4; margin: 0px auto !important; padding: 30px 25px 60px !important; }#tve_editor [data-css=\"tve-u-160ea6ba05c\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160ea6ba05c\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160ea6ba060\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160ea6ba060\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160ea6ba063\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160ea6ba063\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160ea6ba065\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160ea6ba065\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160ea6ba067\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160ea6ba067\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160ea6ba06a\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160ea6ba06a\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160ea6ba06c\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160ea6ba06c\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160ea7224b9\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160ea7224b9\"] { line-height: 1.3em !important; }#tve_editor [data-css=\"tve-u-160ea79970d\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160ea79970d\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160ea799710\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160ea799710\"] { line-height: 2em !important; }[data-css=\"tve-u-160ea90d163\"] { line-height: 1em !important; }#tve_editor [data-css=\"tve-u-160ea90d163\"] { font-size: 18px !important; text-transform: none !important; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-160ea9104fd\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160ea9104fd\"] { line-height: 1.3em !important; }#tve_editor [data-css=\"tve-u-160ea9400e0\"] { color: rgba(255, 255, 255, 0.85) !important; font-size: 16px !important; }[data-css=\"tve-u-160ea9c1e15\"] { padding: 0px !important; }#tve_editor [data-css=\"tve-u-160ea9c9c07\"] { font-size: 14px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160ea9c9c07\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eaa5aa50\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eaa5aa50\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eaa62df8\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eaa62df8\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eaa73bda\"] p, #tve_editor [data-css=\"tve-u-160eaa73bda\"] li, #tve_editor [data-css=\"tve-u-160eaa73bda\"] blockquote, #tve_editor [data-css=\"tve-u-160eaa73bda\"] address { line-height: 1em; }[data-css=\"tve-u-160eaa73bda\"] { box-shadow: none; margin: 20px 0px 0px !important; background-image: linear-gradient(rgb(18, 21, 25), rgb(18, 21, 25)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-160eaa7faeb\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-160eaa7faeb\"] > .tcb-flex-col { padding-left: 60px; }[data-css=\"tve-u-160eaa7faeb\"] { margin-left: -60px; min-height: inherit; padding: 20px 20px 0px !important; }[data-css=\"tve-u-160eaa7faee\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-160eaa7faee\"] > .tcb-flex-col { padding-left: 60px; }[data-css=\"tve-u-160eaa7faee\"] { margin-left: -60px; min-height: inherit; padding: 20px !important; }[data-css=\"tve-u-160eaa8db54\"] { margin: 0px 0px 20px !important; background-image: linear-gradient(rgb(18, 21, 25), rgb(18, 21, 25)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-160eab45a4f\"] { float: left; max-width: 100%; z-index: 3; position: relative; box-shadow: rgba(18, 21, 25, 0.16) 0px 5px 35px 2px; width: 100%; padding: 0px !important; margin: 15px auto 0px !important; }[data-css=\"tve-u-160eab45a4f\"] .tve_faq:hover { background: rgba(18, 21, 25, 0.8) !important; }#tve_editor [data-css=\"tve-u-160ead90ba7\"] p, #tve_editor [data-css=\"tve-u-160ead90ba7\"] li, #tve_editor [data-css=\"tve-u-160ead90ba7\"] blockquote, #tve_editor [data-css=\"tve-u-160ead90ba7\"] address { line-height: 1em; }[data-css=\"tve-u-160ead90ba7\"] { box-shadow: none; margin: 20px 0px !important; background-image: linear-gradient(rgb(18, 21, 25), rgb(18, 21, 25)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-160ead973a1\"] { float: left; max-width: 100%; z-index: 3; position: relative; box-shadow: rgba(18, 21, 25, 0.16) 0px 5px 35px 2px; width: 100%; padding: 0px !important; margin: 0px auto 15px !important; }[data-css=\"tve-u-160ead973a1\"] .tve_faq:hover { background: rgba(18, 21, 25, 0.8) !important; }[data-css=\"tve-u-160eadcc8c9\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-160eadcc8c9\"] > .tcb-flex-col { padding-left: 60px; }[data-css=\"tve-u-160eadcc8c9\"] { margin-left: -60px; min-height: inherit; padding: 20px !important; }#tve_editor [data-css=\"tve-u-160eadffc69\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eadffc69\"] { line-height: 2em !important; }[data-css=\"tve-u-160eb0d7fac\"] { clip-path: url(\"#clip-bottom-dd364f1962bc7\"); -webkit-clip-path: url(\"#clip-bottom-dd364f1962bc7\");  box-shadow: none; background-image: linear-gradient(rgb(218, 144, 15), rgb(218, 144, 15)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-160eb0e8e90\"] > .tve-cb { display: flex; flex-direction: column; justify-content: center; }[data-css=\"tve-u-160eb0e8e90\"] { bottom: 0px; z-index: 4; left: 0px; padding: 20px 15px 25px !important; margin-top: 0px !important; margin-bottom: 0px !important; position: relative !important; }[data-css=\"tve-u-160eb1a09e2\"] { min-height: 104px; }[data-css=\"tve-u-160eb1b0e14\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-160eb1d9ffb\"] { clip-path: url(\"#clip-bottom-cb4c420ba2143\"); -webkit-clip-path: url(\"#clip-bottom-cb4c420ba2143\");  box-shadow: none; background-image: linear-gradient(rgb(218, 144, 15), rgb(218, 144, 15)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-160eb214b56\"] { clip-path: url(\"#clip-bottom-a182d7c321313\"); -webkit-clip-path: url(\"#clip-bottom-a182d7c321313\");  box-shadow: none; background-image: linear-gradient(rgb(218, 144, 15), rgb(218, 144, 15)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-160eb218e4e\"] > .tve-cb { display: flex; flex-direction: column; justify-content: center; }[data-css=\"tve-u-160eb218e4e\"] { z-index: 4; max-width: 100%; right: 0px; bottom: 0px; padding: 20px 15px 25px !important; margin-top: 0px !important; margin-bottom: 0px !important; position: static !important; }#tve_editor [data-css=\"tve-u-160eb218e4e\"]:hover [data-css=\"tve-u-160eb214b56\"] { background-image: linear-gradient(rgb(242, 139, 0), rgb(242, 139, 0)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-160eb2222a0\"] > .tve-cb { display: flex; flex-direction: column; justify-content: center; }[data-css=\"tve-u-160eb2222a0\"] { bottom: 0px; z-index: 4; left: 0px; max-width: 100%; padding: 20px 15px 25px !important; margin-top: 0px !important; margin-bottom: 0px !important; position: relative !important; }#tve_editor [data-css=\"tve-u-160eb2222a0\"]:hover [data-css=\"tve-u-160eb1d9ffb\"] { background-image: linear-gradient(rgb(242, 139, 0), rgb(242, 139, 0)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-160eb3ad20a\"] { padding: 0px !important; margin-bottom: 20px !important; }[data-css=\"tve-u-160eb42c2ca\"] { float: left; max-width: 100%; z-index: 3; position: relative; box-shadow: rgba(18, 21, 25, 0.16) 0px 5px 35px 2px; width: 100%; padding: 0px !important; margin: 0px auto !important; }[data-css=\"tve-u-160eb42c2ca\"] .tve_faq:hover { background: rgba(18, 21, 25, 0.8) !important; }[data-css=\"tve-u-160eb470891\"] { line-height: 1em !important; }#tve_editor [data-css=\"tve-u-160eb470891\"] { letter-spacing: 3px; color: rgb(242, 139, 0) !important; font-size: 18px !important; text-transform: uppercase !important; }[data-css=\"tve-u-160eb4708df\"] { font-family: Lato, arial !important; }[data-css=\"tve-u-160eb475d09\"] { line-height: 1em !important; }#tve_editor [data-css=\"tve-u-160eb475d09\"] { letter-spacing: 3px; color: rgb(242, 139, 0) !important; font-size: 18px !important; text-transform: uppercase !important; }[data-css=\"tve-u-160eb475d4c\"] { font-family: Lato, arial !important; }[data-css=\"tve-u-160eb47f143\"] { line-height: 1em !important; }#tve_editor [data-css=\"tve-u-160eb47f143\"] { letter-spacing: 3px; color: rgb(242, 139, 0) !important; font-size: 18px !important; text-transform: uppercase !important; }[data-css=\"tve-u-160eb47f16a\"] { font-family: Lato, arial !important; }#tve_editor [data-css=\"tve-u-160eb49e1f7\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb49e1f7\"] { line-height: 2em !important; }[data-css=\"tve-u-160eb4a305a\"] { border-right: none; }#tve_editor [data-css=\"tve-u-160eb4a45fb\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb4a45fb\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb4a4600\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb4a4600\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb4a4603\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb4a4603\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb4a4605\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb4a4605\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb4a4608\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb4a4608\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb4a460a\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb4a460a\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb4a460d\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb4a460d\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb4b6f9b\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb4b6f9b\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb4b6fc8\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb4b6fc8\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb4b6fcb\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb4b6fcb\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb4b6fcd\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb4b6fcd\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb4b6fd0\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb4b6fd0\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb4b6fd3\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb4b6fd3\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb4b6fd5\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb4b6fd5\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb521486\"] p, #tve_editor [data-css=\"tve-u-160eb521486\"] li, #tve_editor [data-css=\"tve-u-160eb521486\"] blockquote, #tve_editor [data-css=\"tve-u-160eb521486\"] address { line-height: 1em; }[data-css=\"tve-u-160eb521486\"] { box-shadow: none; margin: 20px 0px !important; background-image: linear-gradient(rgb(18, 21, 25), rgb(18, 21, 25)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-160eb5275ca\"] { line-height: 1em !important; }#tve_editor [data-css=\"tve-u-160eb5275ca\"] { font-size: 18px !important; text-transform: none !important; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-160eb52765c\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb52765c\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb52768d\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb52768d\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb5276bf\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb5276bf\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb5276f3\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb5276f3\"] { line-height: 2em !important; }[data-css=\"tve-u-160eb5346af\"] { line-height: 1em !important; }#tve_editor [data-css=\"tve-u-160eb5346af\"] { font-size: 18px !important; text-transform: none !important; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-160eb53477a\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb53477a\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb5347ae\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb5347ae\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb5347e1\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb5347e1\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb534816\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb534816\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb53484c\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb53484c\"] { line-height: 2em !important; }[data-css=\"tve-u-160eb537e16\"] { padding: 0px !important; }[data-css=\"tve-u-160eb54da29\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-160eb54da29\"] > .tcb-flex-col { padding-left: 60px; }[data-css=\"tve-u-160eb54da29\"] { margin-left: -60px; min-height: inherit; padding: 20px !important; }[data-css=\"tve-u-160eb553062\"] { line-height: 1em !important; }#tve_editor [data-css=\"tve-u-160eb553062\"] { font-size: 18px !important; text-transform: none !important; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-160eb553103\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb553103\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb553138\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb553138\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb55316d\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb55316d\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb5531a1\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb5531a1\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb5531d8\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb5531d8\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb55320f\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb55320f\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160f8c25bba\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160f8c25bba\"] { line-height: 2em !important; }[data-css=\"tve-u-160f8c28393\"] { line-height: 1em !important; }#tve_editor [data-css=\"tve-u-160f8c28393\"] { font-size: 18px !important; text-transform: none !important; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-160f8c2842b\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160f8c2842b\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160f8c28460\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160f8c28460\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160f8c28493\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160f8c28493\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160f8c284c6\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160f8c284c6\"] { line-height: 2em !important; }[data-css=\"tve-u-160f8c2bf72\"] { padding: 0px !important; }[data-css=\"tve-u-160f8c5888c\"] { line-height: 1em !important; }#tve_editor [data-css=\"tve-u-160f8c5888c\"] { font-size: 18px !important; text-transform: none !important; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-160f8c58957\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160f8c58957\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160f8c589bd\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160f8c589bd\"] { line-height: 2em !important; }[data-css=\"tve-u-160f8c59f19\"] { padding: 0px !important; }#tve_editor [data-css=\"tve-u-160f8c626b2\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160f8c626b2\"] { line-height: 2em !important; }[data-css=\"tve-u-160f8c8c841\"] { padding: 0px !important; }[data-css=\"tve-u-160f8c978c9\"] { border-right: none; }[data-css=\"tve-u-160f8cb0034\"] { line-height: 1em !important; }#tve_editor [data-css=\"tve-u-160f8cb0034\"] { font-size: 18px !important; text-transform: none !important; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-160f8cb00e0\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160f8cb00e0\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160f8cb011c\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160f8cb011c\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160f8cb0157\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160f8cb0157\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160f8cb0191\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160f8cb0191\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160f8cb01cb\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160f8cb01cb\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160f8cb0240\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160f8cb0240\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160f8cb027b\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160f8cb027b\"] { line-height: 2em !important; }[data-css=\"tve-u-160f8cb610d\"] { line-height: 1em !important; }#tve_editor [data-css=\"tve-u-160f8cb610d\"] { font-size: 18px !important; text-transform: none !important; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-160f8cb61bc\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160f8cb61bc\"] { line-height: 2em !important; }[data-css=\"tve-u-160f8cb9d70\"] { border-right: none; }#tve_editor [data-css=\"tve-u-160f8cc8fce\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160f8cc8fce\"] { line-height: 1.3em !important; }[data-css=\"tve-u-160f8cd7871\"] { line-height: 1em !important; }#tve_editor [data-css=\"tve-u-160f8cd7871\"] { font-size: 18px !important; text-transform: none !important; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-160f8cd794f\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160f8cd794f\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160f8cd7987\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160f8cd7987\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160f8cd79c1\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160f8cd79c1\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160f8cd79f8\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160f8cd79f8\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160f8cd7a30\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160f8cd7a30\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160f8cd7a68\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160f8cd7a68\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160f8cd7aa1\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160f8cd7aa1\"] { line-height: 2em !important; }[data-css=\"tve-u-160f8cf3d89\"] { line-height: 1em !important; }#tve_editor [data-css=\"tve-u-160f8cf3d89\"] { font-size: 18px !important; text-transform: none !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-160f8cfbf40\"] { border-right: none; }[data-css=\"tve-u-160f8d013c3\"] { line-height: 1em !important; }#tve_editor [data-css=\"tve-u-160f8d013c3\"] { font-size: 18px !important; text-transform: none !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-160f8d12a0d\"] { border-right: none; }[data-css=\"tve-u-160f961e617\"] { padding: 0px !important; margin-top: 0px !important; margin-bottom: 20px !important; }#tve_editor [data-css=\"tve-u-160f98df817\"]:hover .tcb-button-link { border-top-left-radius: 15px; overflow: hidden; border-bottom-right-radius: 15px; border: none; background-color: rgb(242, 139, 0) !important; text-decoration: none !important; }[data-css=\"tve-u-160f98df817\"] .tcb-button-link { min-height: 54.7619px; font-size: 1.33333em; background-color: rgb(255, 169, 20) !important; padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-160f98df817\"] { width: 400px; display: block; max-width: 400px; margin-top: 50px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-160f9bf1aea\"] { padding: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-160f9bf9be2\"] { line-height: 1.5em !important; }#tve_editor [data-css=\"tve-u-160f9bf9be2\"] { letter-spacing: 0px; color: rgb(255, 255, 255) !important; font-size: 24px !important; font-family: inherit !important; }#tve_editor [data-css=\"tve-u-160fa182f82\"]:hover .tcb-button-link { border-top-left-radius: 15px; overflow: hidden; border-bottom-right-radius: 15px; border: none; background-color: rgb(14, 16, 18) !important; text-decoration: none !important; }[data-css=\"tve-u-160fa182f82\"] .tcb-button-link { min-height: 54.7619px; font-size: 1.33333em; background-color: rgb(18, 21, 25) !important; padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-160fa182f82\"] { width: 375px; display: block; max-width: 375px; float: left; z-index: 3; position: relative; margin: 0px auto !important; }#tve_editor [data-css=\"tve-u-160fa198fbb\"] { font-weight: 400; letter-spacing: 4px; font-family: \"Noto Sans\" !important; font-size: 18px !important; text-transform: uppercase !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-160fa489bd9\"] { line-height: 1.3em !important; }#tve_editor [data-css=\"tve-u-160fa489bd9\"] { letter-spacing: 0px; color: rgba(3, 9, 14, 0.5) !important; font-size: 14px !important; }[data-css=\"tve-u-160fa718c59\"] { line-height: 0.2em !important; }#tve_editor [data-css=\"tve-u-160fa718c59\"] { letter-spacing: 0px; font-size: 140px !important; color: rgba(176, 171, 155, 0.4) !important; }[data-css=\"tve-u-160fa718c5e\"] { font-family: Limelight !important; font-weight: 400 !important; }#tve_editor [data-css=\"tve-u-160fec25d20\"] { font-weight: 400; letter-spacing: 4px; font-family: \"Noto Sans\" !important; font-size: 18px !important; text-transform: uppercase !important; color: rgb(18, 21, 25) !important; }[data-css=\"tve-u-1616a5e01ba\"] { float: none; max-width: 100%; z-index: 3; right: auto; bottom: auto; top: auto; left: auto; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; margin-top: 0px !important; }[data-css=\"tve-u-1616a9cfa4b\"] > .tve-cb { justify-content: flex-end; display: flex; flex-direction: column; }[data-css=\"tve-u-1616a9cfa4b\"] { max-width: 100%; padding: 8px 5px 10px !important; margin-top: 0px !important; margin-bottom: 0px !important; margin-left: 0px !important; }[data-css=\"tve-u-1616a9d1ca7\"] > .tve-cb { justify-content: flex-end; display: flex; flex-direction: column; }[data-css=\"tve-u-1616a9d1ca7\"] { max-width: 100%; padding: 8px 5px 10px !important; margin-top: 0px !important; margin-bottom: 0px !important; margin-left: 0px !important; }[data-css=\"tve-u-1616a9d3730\"] > .tve-cb { justify-content: flex-end; display: flex; flex-direction: column; }[data-css=\"tve-u-1616a9d3730\"] { max-width: 100%; padding: 8px 5px 10px !important; margin-top: 0px !important; margin-bottom: 0px !important; margin-left: 0px !important; }[data-css=\"tve-u-161701c9195\"] { line-height: 1em !important; }#tve_editor [data-css=\"tve-u-161701c9195\"] { color: rgb(120, 120, 120) !important; font-size: 14px !important; }[data-css=\"tve-u-161702e8042\"] { float: none; width: 52px; }[data-css=\"tve-u-1617031f43b\"] { float: none; width: 49px; }[data-css=\"tve-u-16170325257\"] { margin: 0px !important; background-color: rgb(247, 247, 247) !important; }[data-css=\"tve-u-161703268c0\"] { margin: 0px !important; background-color: rgb(247, 247, 247) !important; }[data-css=\"tve-u-16170332517\"] { max-width: 29.6%; }[data-css=\"tve-u-1617033251d\"] { max-width: 24.8%; }[data-css=\"tve-u-1617033371d\"] { max-width: 45.5%; }[data-css=\"tve-u-16170334a49\"] { max-width: 29.6%; }[data-css=\"tve-u-16170334a4f\"] { max-width: 23.2%; }[data-css=\"tve-u-161703373d0\"] { max-width: 47.2%; }[data-css=\"tve-u-161703e4bac\"] > .tcb-flex-col > .tcb-col { justify-content: center; }[data-css=\"tve-u-161703e4bac\"] { margin-left: 0px; padding: 0px 10px !important; }[data-css=\"tve-u-161703e4bac\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-16170441415\"] { padding: 0px !important; }[data-css=\"tve-u-16170442200\"] { padding: 0px 0px 0px 10px !important; }[data-css=\"tve-u-161704435d7\"] { padding: 0px !important; }[data-css=\"tve-u-16170445bb9\"] { padding: 0px 0px 0px 10px !important; }[data-css=\"tve-u-1617045651a\"] > .tcb-flex-col > .tcb-col { justify-content: center; }[data-css=\"tve-u-1617045651a\"] { margin-left: 0px; padding: 0px 10px !important; }[data-css=\"tve-u-1617045651a\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-16170471614\"] { padding: 0px !important; }#tcb_landing_page a:hover:not(.tcb-button-link) { color: rgb(233, 156, 0); text-decoration: underline; }#tcb_landing_page a.tve-state-hover:not(.tcb-button-link) { color: rgb(242, 139, 0); }[data-css=\"tve-u-1635e5ffa41\"] { max-width: 200px; float: right; z-index: 3; position: relative; width: 100%; padding: 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-1635e65c044\"] > :first-child { color: rgb(255, 171, 0); }[data-css=\"tve-u-1635e65c044\"] { font-size: 28px; width: 28px; height: 28px; float: left; z-index: 3; position: relative; margin-top: 0px !important; margin-bottom: 0px !important; margin-left: 30px !important; }#tve_editor [data-css=\"tve-u-1635ed98a8a\"] > :first-child { color: rgb(218, 144, 15); }[data-css=\"tve-u-1635ed98a8a\"] { font-size: 50px; float: left; z-index: 3; position: relative; width: 50px; height: 50px; margin: -35px 0px 20px !important; padding-left: 10px !important; }[data-css=\"tve-u-1635edf3681\"] { min-height: 104px; }[data-css=\"tve-u-1635ef71519\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1635ef72920\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1635f073915\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Pub-Food-img_03.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }#tve_editor [data-css=\"tve-u-1635efec9fa\"]:hover [data-css=\"tve-u-1635f098c8e\"] { background-image: linear-gradient(0deg, rgba(242, 139, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Pub-Drinks-img_03.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-1635f098c8e\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Pub-Drinks-img_03.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1635f0a8c87\"] { max-width: 100%; z-index: 4; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1635f0b76b1\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Pub-Ambiance-img_03.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }#tve_editor [data-css=\"tve-u-1635f0a8c87\"]:hover [data-css=\"tve-u-1635f0b76b1\"] { background-image: linear-gradient(0deg, rgba(242, 139, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Pub-Ambiance-img_03.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-1635f121505\"] { padding: 0px !important; position: static !important; }#tve_editor .thrv-content-box [data-css=\"tve-u-1635f125271\"] p, #tve_editor .thrv-content-box [data-css=\"tve-u-1635f125271\"] li, #tve_editor .thrv-content-box [data-css=\"tve-u-1635f125271\"] blockquote, #tve_editor .thrv-content-box [data-css=\"tve-u-1635f125271\"] address, #tve_editor .thrv-content-box [data-css=\"tve-u-1635f125271\"] h1, #tve_editor .thrv-content-box [data-css=\"tve-u-1635f125271\"] h2, #tve_editor .thrv-content-box [data-css=\"tve-u-1635f125271\"] h3, #tve_editor .thrv-content-box [data-css=\"tve-u-1635f125271\"] h4, #tve_editor .thrv-content-box [data-css=\"tve-u-1635f125271\"] h5, #tve_editor .thrv-content-box [data-css=\"tve-u-1635f125271\"] h6 { color: rgb(3, 9, 14); }[data-css=\"tve-u-1635f125271\"] { min-height: 1px; }[data-css=\"tve-u-1635f125271\"]::after { clear: both; }[data-css=\"tve-u-1635f136552\"] { padding: 0px !important; margin-top: 0px !important; margin-bottom: 20px !important; }[data-css=\"tve-u-1635f138d3b\"] { padding: 0px !important; margin-bottom: 20px !important; }[data-css=\"tve-u-1635f139f5c\"] { padding: 0px !important; margin-bottom: 20px !important; }[data-css=\"tve-u-1635f13f574\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Pub-customer-2_03.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1635f14cd1e\"] { padding: 5px 0px !important; margin: 0px !important; }[data-css=\"tve-u-1635f14cd1e\"] .tve_sep { border-width: 2px; border-color: rgb(218, 144, 15); }[data-css=\"tve-u-1635f187bfc\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Pub-Customer-3_03.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1635f1b25ed\"] { padding: 0px 0px 35px !important; margin: 0px !important; }[data-css=\"tve-u-1635f1b3fee\"] { padding: 0px 0px 35px !important; margin: 0px !important; }#tve_editor [data-css=\"tve-u-163628d68f3\"]:hover [data-css=\"tve-u-1635f073915\"] { background-image: linear-gradient(0deg, rgba(242, 139, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Pub-Food-img_03.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-163628d68f3\"] { max-width: 100%; z-index: 4; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-163629eb59f\"] { min-height: 104px; }#tve_editor .thrv-content-box [data-css=\"tve-u-16362a05c8f\"] p, #tve_editor .thrv-content-box [data-css=\"tve-u-16362a05c8f\"] li, #tve_editor .thrv-content-box [data-css=\"tve-u-16362a05c8f\"] blockquote, #tve_editor .thrv-content-box [data-css=\"tve-u-16362a05c8f\"] address, #tve_editor .thrv-content-box [data-css=\"tve-u-16362a05c8f\"] h1, #tve_editor .thrv-content-box [data-css=\"tve-u-16362a05c8f\"] h2, #tve_editor .thrv-content-box [data-css=\"tve-u-16362a05c8f\"] h3, #tve_editor .thrv-content-box [data-css=\"tve-u-16362a05c8f\"] h4, #tve_editor .thrv-content-box [data-css=\"tve-u-16362a05c8f\"] h5, #tve_editor .thrv-content-box [data-css=\"tve-u-16362a05c8f\"] h6 { color: rgb(3, 9, 14); }[data-css=\"tve-u-16362a05c8f\"] { min-height: 1px; }[data-css=\"tve-u-16362a05c8f\"]::after { clear: both; }[data-css=\"tve-u-16362a05cc8\"] { min-height: 104px; }#tve_editor [data-css=\"tve-u-16362a8dd87\"] > :first-child { color: rgb(3, 9, 14); }[data-css=\"tve-u-16362a8dd87\"] { font-size: 25px; width: 25px; height: 25px; float: left; z-index: 3; position: relative; margin-top: 0px !important; margin-bottom: 0px !important; margin-right: 10px !important; }#tve_editor [data-css=\"tve-u-16362aa4888\"] > :first-child { color: rgb(3, 9, 14); }[data-css=\"tve-u-16362aa4888\"] { font-size: 25px; width: 25px; height: 25px; z-index: 4; position: relative; float: left; margin: 0px 10px 0px 0px !important; }[data-css=\"tve-u-16362aabe81\"] { padding: 0px !important; margin: 0px 0px 10px !important; }[data-css=\"tve-u-1636301dc81\"] { padding: 0px !important; margin: 0px 0px 60px !important; }[data-css=\"tve-u-16363231ead\"] { min-height: 430px; }[data-css=\"tve-u-16363235afe\"] { min-height: 430px; }[data-css=\"tve-u-16363599740\"] { padding: 0px !important; position: relative !important; }[data-css=\"tve-u-1636390935e\"] { padding: 0px !important; margin-bottom: 20px !important; }#tve_editor [data-css=\"tve-u-1636392a6b1\"] > :first-child { color: rgb(218, 144, 15); }[data-css=\"tve-u-1636392a6b1\"] { font-size: 50px; float: left; z-index: 3; position: relative; width: 50px; height: 50px; margin: -35px 0px 20px !important; padding-left: 10px !important; }#tve_editor [data-css=\"tve-u-1636392e791\"] > :first-child { color: rgb(218, 144, 15); }[data-css=\"tve-u-1636392e791\"] { font-size: 50px; float: left; z-index: 3; position: relative; width: 50px; height: 50px; margin: -35px 0px 20px !important; padding-left: 10px !important; }[data-css=\"tve-u-1636393c2d2\"] { max-width: 104px; float: left; z-index: 3; position: relative; width: 100%; padding: 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; margin-right: 30px !important; }[data-css=\"tve-u-1636393da63\"] { max-width: 104px; float: left; z-index: 3; position: relative; width: 100%; padding: 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; margin-right: 30px !important; }[data-css=\"tve-u-16369519850\"] { padding: 5px 0px !important; margin: 0px !important; }[data-css=\"tve-u-16369519850\"] .tve_sep { border-width: 2px; border-color: rgb(218, 144, 15); }[data-css=\"tve-u-1636951d241\"] { padding: 0px !important; margin-top: 0px !important; margin-bottom: 20px !important; }[data-css=\"tve-u-1689b6473cd\"] { background-color: rgb(0, 0, 0) !important; }}@media (max-width: 1023px){[data-css=\"tve-u-16369563890\"] { padding-left: 25px !important; padding-right: 25px !important; padding-bottom: 40px !important; }[data-css=\"tve-u-1636955fbd2\"] { max-width: 100%; min-height: 600px !important; }[data-css=\"tve-u-160f9c6d0ad\"] { max-width: 630px; }[data-css=\"tve-u-1635ebf2201\"] { max-width: 630px; }[data-css=\"tve-u-160df8deee2\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-160e9d118ed\"] { box-shadow: rgba(0, 0, 0, 0.3) 0px 28px 75px 8px inset; }[data-css=\"tve-u-1635ebfe4fc\"] { max-width: 671px; padding-bottom: 0px !important; margin-bottom: 25px !important; }[data-css=\"tve-u-1635f1b3fee\"] { padding-bottom: 0px !important; margin-bottom: 25px !important; }[data-css=\"tve-u-1635f1b25ed\"] { padding-bottom: 0px !important; margin-bottom: 25px !important; }[data-css=\"tve-u-16363524c1e\"] { margin-top: 0px !important; padding-top: 70px !important; padding-left: 100px !important; padding-right: 100px !important; }[data-css=\"tve-u-160e9e41664\"] { margin-bottom: 50px !important; }[data-css=\"tve-u-160f9d08737\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-160f8e625a1\"] { margin-bottom: 60px !important; }[data-css=\"tve-u-1635ee0cb15\"] { padding: 60px 0px !important; }[data-css=\"tve-u-160eadcc8c9\"] { margin-left: 0px; }[data-css=\"tve-u-160eb54da29\"] { margin-left: 0px; }[data-css=\"tve-u-160ea89ac22\"] { margin-left: 0px; }[data-css=\"tve-u-160e9fac06c\"] { margin-left: 0px; }[data-css=\"tve-u-160eaa7faee\"] { margin-left: 0px; }[data-css=\"tve-u-160eaa7faeb\"] { margin-left: 0px; }[data-css=\"tve-u-160ea7c9db0\"] { margin-left: 0px; }[data-css=\"tve-u-160eadcc8c9\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-160eb54da29\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-160ea89ac22\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-160e9fac06c\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-160eaa7faee\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-160eaa7faeb\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-160ea7c9db0\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-160e9d15bdf\"] { padding: 60px 0px !important; }[data-css=\"tve-u-160e9d0c61d\"] { max-width: 630px; min-height: 1px !important; }[data-css=\"tve-u-1635f0a8c87\"] { margin-top: 40px !important; }[data-css=\"tve-u-1635f010773\"] { min-height: 300px; }[data-css=\"tve-u-16363235afe\"] { min-height: 320px; }[data-css=\"tve-u-16363231ead\"] { min-height: 320px; }[data-css=\"tve-u-1635e97f913\"] { max-width: 100%; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1635e6aad72\"] { padding: 0px !important; }[data-css=\"tve-u-160dbcd2c5b\"] { margin-bottom: 60px !important; }[data-css=\"tve-u-1635e5cbf37\"] { margin-top: 5px !important; margin-bottom: 70px !important; }[data-css=\"tve-u-160db84bfac\"] { clip-path: url(\"#clip-tablet-bottom-eb17500f3af4b\"); -webkit-clip-path: url(\"#clip-tablet-bottom-eb17500f3af4b\");  }[data-css=\"tve-u-161701a2f15\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1617045651a\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-161703e4bac\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1635ed274dc\"] > .tcb-flex-col > .tcb-col { min-height: 370px; }[data-css=\"tve-u-1635ed274dc\"] { min-height: inherit; }[data-css=\"tve-u-1635ed274dc\"] .tcb-flex-col { flex-basis: 269px !important; }[data-css=\"tve-u-16362e27bcb\"] { min-height: 1px !important; }[data-css=\"tve-u-16362e2956e\"] { padding: 40px !important; }#tve_editor [data-css=\"tve-u-160fa198fbb\"] { letter-spacing: 2px; font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1636311dda3\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1636311d040\"] { font-size: 16px !important; }[data-css=\"tve-u-160f9ebf905\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-160f9ebf905\"] { min-height: inherit; flex-wrap: nowrap !important; }[data-css=\"tve-u-1636301dc81\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-1635f273315\"] { margin: 0px 0px 20px !important; }[data-css=\"tve-u-160f9ee08be\"] { padding: 0px !important; }#tcb_landing_page p, #tcb_landing_page li { font-size: 18px; line-height: 1.5em; }#tcb_landing_page h6 { font-size: 18px; line-height: 1.5em; }#tcb_landing_page h5 { font-size: 20px; line-height: 1.5em; }#tcb_landing_page h4 { font-size: 20px; line-height: 1.5em; letter-spacing: 1px; }#tcb_landing_page h3 { font-size: 22px; line-height: 1.5em; color: rgb(3, 9, 14); letter-spacing: 2px; }#tcb_landing_page h2 { font-size: 70px; line-height: 1.3em; }#tcb_landing_page h1 { font-size: 85px; line-height: 1em; color: rgb(255, 255, 255); }[data-css=\"tve-u-160fec99b6f\"] { padding: 0px !important; }[data-css=\"tve-u-1617031f43b\"] { margin-top: 10px !important; margin-bottom: 10px !important; }[data-css=\"tve-u-161701b642a\"] { padding-left: 0px !important; }[data-css=\"tve-u-16170471614\"] { padding-left: 0px !important; }[data-css=\"tve-u-161701a2f15\"] { min-height: inherit; padding: 10px !important; flex-wrap: nowrap !important; }[data-css=\"tve-u-161703268c0\"] { max-width: 671px; margin-top: 0px !important; }[data-css=\"tve-u-1617045651a\"] { min-height: inherit; padding: 10px !important; flex-wrap: nowrap !important; }[data-css=\"tve-u-16170325257\"] { margin-top: 0px !important; }[data-css=\"tve-u-16170445bb9\"] { padding-left: 0px !important; }[data-css=\"tve-u-161704435d7\"] { padding-left: 0px !important; }[data-css=\"tve-u-16170442200\"] { padding-left: 0px !important; }[data-css=\"tve-u-16170441415\"] { padding-left: 0px !important; }[data-css=\"tve-u-161703e4bac\"] { min-height: inherit; padding: 10px !important; flex-wrap: nowrap !important; }[data-css=\"tve-u-161701a8fd1\"] { margin-top: 0px !important; }[data-css=\"tve-u-161702e8042\"] { margin-top: 10px !important; margin-bottom: 10px !important; margin-left: 0px !important; }[data-css=\"tve-u-16170185cb5\"] { margin: 10px 0px !important; padding-left: 0px !important; }[data-css=\"tve-u-160f9c75fb0\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-160f9c75fb0\"] .tcb-flex-col { flex-basis: 312px !important; }[data-css=\"tve-u-160f9c75fb0\"] > .tcb-flex-col > .tcb-col { min-height: 220px; }[data-css=\"tve-u-160f9c75fb0\"] { min-height: inherit; margin-left: -30px; padding-top: 0px !important; padding-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-160f97ddb8a\"] { font-size: 40px !important; }#tve_editor [data-css=\"tve-u-160fa489bd9\"] { letter-spacing: 0px; }[data-css=\"tve-u-160fa4d8d4f\"] { padding: 0px !important; }[data-css=\"tve-u-160fa4daf17\"] { max-width: 100%; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-160f9d0c9a0\"] { margin-top: 30px !important; }[data-css=\"tve-u-160f9d0b00e\"] { padding-top: 0px !important; margin-top: 30px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-160f9ec40fc\"] { max-width: 100%; }[data-css=\"tve-u-160fe140452\"] { padding: 20px 0px 40px !important; }[data-css=\"tve-u-160fe13ce28\"] { max-width: 100%; }[data-css=\"tve-u-160fa11f4f2\"] { margin: 0px !important; }[data-css=\"tve-u-160fa01d193\"] { max-width: 340px; float: none; padding: 0px !important; margin: 0px auto !important; }[data-css=\"tve-u-160f9c7f698\"] { max-width: 100%; float: none; margin-left: auto !important; margin-right: auto !important; margin-top: 0px !important; }[data-css=\"tve-u-160f9cccb99\"] { margin-bottom: 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-160f96ef669\"] { padding-top: 30px !important; padding-bottom: 30px !important; }[data-css=\"tve-u-160f9bf1aea\"] { margin-top: 0px !important; }[data-css=\"tve-u-160f9c6a4fe\"] { padding: 60px 0px 80px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-160f9caae7b\"] { margin: 0px 0px 60px !important; }[data-css=\"tve-u-160f9b69526\"] .tcb-flex-col { flex-basis: 71px !important; }[data-css=\"tve-u-160f9b69526\"] > .tcb-flex-col > .tcb-col { min-height: 20px; }[data-css=\"tve-u-160f9b69526\"] { min-height: inherit; padding-top: 10px !important; padding-bottom: 10px !important; }[data-css=\"tve-u-160f9bd1e50\"] { max-width: 100%; padding: 5px 0px !important; }[data-css=\"tve-u-160f9b9db80\"] { padding-top: 5px !important; padding-bottom: 5px !important; }[data-css=\"tve-u-160fa7619dc\"] { max-width: 100%; float: none; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-160f9b74c2b\"] { max-width: 400px; float: none; margin: 10px auto !important; }[data-css=\"tve-u-160f972cd2b\"] { min-height: 1px; }[data-css=\"tve-u-160f9714a61\"] { max-width: 630px; float: none; padding: 70px 40px !important; margin: 0px auto !important; }[data-css=\"tve-u-160f9734b53\"] { clip-path: url(\"#clip-tablet-top-c8e428685a637\"); -webkit-clip-path: url(\"#clip-tablet-top-c8e428685a637\");  }[data-css=\"tve-u-160fa718c5e\"] { font-family: Limelight !important; font-weight: 400 !important; }#tve_editor [data-css=\"tve-u-160fa718c59\"] { font-size: 100px !important; }[data-css=\"tve-u-160fa6805d4\"] { padding: 0px !important; }#tve_editor [data-css=\"tve-u-160ea71c62c\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-160ea9400e0\"] { font-size: 16px !important; }[data-css=\"tve-u-160eb42c2ca\"] { margin-top: 5px !important; }[data-css=\"tve-u-160e4c55d27\"] { padding: 40px 0px 60px !important; }[data-css=\"tve-u-160e4c824a2\"] { margin-bottom: 40px !important; margin-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-160eaaf84a6\"] { margin-bottom: 15px !important; }[data-css=\"tve-u-160eb3ad20a\"] { margin-bottom: 15px !important; }[data-css=\"tve-u-160ead973a1\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-160eb38e170\"] { margin-top: 30px !important; }[data-css=\"tve-u-160eab45a4f\"] { margin-top: 5px !important; }[data-css=\"tve-u-160ea7cae88\"] { margin-top: 0px !important; }[data-css=\"tve-u-160ea7c9db0\"] .tcb-flex-col { flex-basis: 700px !important; }[data-css=\"tve-u-160e9dff371\"] { max-width: 100%; padding: 0px !important; }[data-css=\"tve-u-160e4c34c93\"] { clip-path: url(\"#clip-tablet-bottom-35e31e95c7382\"); -webkit-clip-path: url(\"#clip-tablet-bottom-35e31e95c7382\");  }[data-css=\"tve-u-160eb1b0e14\"] { margin-top: 0px !important; margin-left: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-160eb1a09e2\"] { min-height: 1px; }[data-css=\"tve-u-160eb0d7fac\"] { clip-path: url(\"#clip-tablet-bottom-dd364f1962bc7\"); -webkit-clip-path: url(\"#clip-tablet-bottom-dd364f1962bc7\");  }[data-css=\"tve-u-160e5adb400\"] { margin-top: 0px !important; margin-bottom: 2px !important; }[data-css=\"tve-u-160e4c24b1a\"] { max-width: 630px; min-height: 1px !important; }[data-css=\"tve-u-160df6a3578\"] > .tcb-flex-col > .tcb-col { min-height: 20px; }[data-css=\"tve-u-160df4bedf0\"] > .tcb-flex-col > .tcb-col { min-height: 20px; }[data-css=\"tve-u-160df4bedf0\"] .tcb-flex-col { flex-basis: 390px !important; }[data-css=\"tve-u-160e52fbe2f\"] { margin: 0px !important; }[data-css=\"tve-u-160e4da55bb\"] > .tcb-flex-col > .tcb-col { min-height: 432px; justify-content: flex-end; }[data-css=\"tve-u-160e4da55bb\"] .tcb-flex-col { flex-basis: 280px !important; }#tve_editor .thrv-content-box [data-css=\"tve-u-160df519447\"] p, #tve_editor .thrv-content-box [data-css=\"tve-u-160df519447\"] li, #tve_editor .thrv-content-box [data-css=\"tve-u-160df519447\"] blockquote, #tve_editor .thrv-content-box [data-css=\"tve-u-160df519447\"] address { line-height: 1em; }#tve_editor .thrv-content-box [data-css=\"tve-u-160df4f4d0e\"] p, #tve_editor .thrv-content-box [data-css=\"tve-u-160df4f4d0e\"] li, #tve_editor .thrv-content-box [data-css=\"tve-u-160df4f4d0e\"] blockquote, #tve_editor .thrv-content-box [data-css=\"tve-u-160df4f4d0e\"] address { line-height: 1em; }[data-css=\"tve-u-160e4da55bb\"] { margin-left: -40px; min-height: inherit; flex-direction: row; padding-bottom: 0px !important; flex-wrap: wrap !important; }[data-css=\"tve-u-160e4da55bb\"] > .tcb-flex-col { padding-left: 40px; }[data-css=\"tve-u-160e4dadf9c\"] { max-width: 100%; float: none; position: static; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-160df51ca21\"] > .tve-cb { display: flex; flex-direction: column; justify-content: flex-end; }[data-css=\"tve-u-160df4c6424\"] { padding-top: 0px !important; }[data-css=\"tve-u-160df519447\"] { min-height: 1px; }[data-css=\"tve-u-160df4f4d0e\"] { min-height: 400px; }[data-css=\"tve-u-160dbcbc7a4\"] { min-height: 220px; }[data-css=\"tve-u-160df4eae6d\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-160df6a3578\"] { margin-left: 0px; min-height: inherit; }[data-css=\"tve-u-160df4bedf0\"] { margin-left: 0px; min-height: inherit; }[data-css=\"tve-u-160df6a3578\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-160df4bedf0\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-160df8c3360\"] { padding: 60px !important; }[data-css=\"tve-u-160dbceed3d\"] { float: none; margin: 0px auto !important; }[data-css=\"tve-u-160df4565d1\"] { padding-top: 0px !important; }[data-css=\"tve-u-160dbcafa88\"] { margin-top: 90px !important; }[data-css=\"tve-u-160db6dd8cd\"] { font-size: 25px; width: 25px; height: 25px; margin-right: 20px !important; }[data-css=\"tve-u-160eb0e8e90\"] { max-width: 100%; bottom: 0px; left: 0px; padding: 30px 5px 20px !important; margin-top: -30px !important; position: static !important; }[data-css=\"tve-u-160eb1d9ffb\"] { clip-path: url(\"#clip-tablet-bottom-cb4c420ba2143\"); -webkit-clip-path: url(\"#clip-tablet-bottom-cb4c420ba2143\");  }[data-css=\"tve-u-160eb214b56\"] { clip-path: url(\"#clip-tablet-bottom-a182d7c321313\"); -webkit-clip-path: url(\"#clip-tablet-bottom-a182d7c321313\");  }[data-css=\"tve-u-160eb218e4e\"] { bottom: 0px; right: 0px; max-width: 100%; padding: 30px 5px 20px !important; position: static !important; margin-top: -30px !important; }[data-css=\"tve-u-160eb2222a0\"] { right: 0px; bottom: 0px; padding: 30px 5px 20px !important; margin-top: -30px !important; }[data-css=\"tve-u-160f98df817\"] { margin-top: 40px !important; }[data-css=\"tve-u-160fa182f82\"] { display: block; max-width: 300px; width: 300px; margin: 0px !important; }[data-css=\"tve-u-1635e65c044\"] { font-size: 25px; width: 25px; height: 25px; margin-left: 30px !important; }[data-css=\"tve-u-1635ef71519\"] { margin-top: 0px !important; margin-left: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-1635ef72920\"] { margin-top: 0px !important; margin-left: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-1635f121505\"] { padding: 0px !important; }[data-css=\"tve-u-16362a8dd87\"] { font-size: 18px; width: 18px; height: 18px; margin-right: 15px !important; }[data-css=\"tve-u-16362aa4888\"] { font-size: 18px; width: 18px; height: 18px; margin-right: 15px !important; }[data-css=\"tve-u-16363599740\"] { padding-top: 0px !important; }}@media (max-width: 767px){[data-css=\"tve-u-16369563890\"] { padding: 0px 0px 80px !important; }[data-css=\"tve-u-1636955fbd2\"] { min-height: 1px !important; }[data-css=\"tve-u-1636956410b\"] { background-image: linear-gradient(rgba(1, 11, 20, 0.95) 0%, rgba(3, 25, 47, 0.2) 100%), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Pub-Hero-img.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-1635e5ffa41\"] > .tve-cb { display: block; }[data-css=\"tve-u-1636301dc81\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-160f9ebf905\"] .tcb-flex-col { flex-basis: 390px !important; }[data-css=\"tve-u-160f9ee08be\"] { padding: 0px !important; }[data-css=\"tve-u-16362e2956e\"] { padding: 25px !important; }[data-css=\"tve-u-16362e27bcb\"] { max-width: 100%; }[data-css=\"tve-u-160f9c6d0ad\"] { max-width: 100%; }[data-css=\"tve-u-160fa7619dc\"] { margin: 0px !important; padding-top: 5px !important; padding-bottom: 5px !important; }[data-css=\"tve-u-160f9b69526\"] .tcb-flex-col { flex-basis: 125px !important; }[data-css=\"tve-u-163639549e4\"] { margin-bottom: 60px !important; }[data-css=\"tve-u-1617045651a\"] .tcb-flex-col { flex-basis: 250px !important; }[data-css=\"tve-u-1617045651a\"] { flex-wrap: wrap !important; }[data-css=\"tve-u-1635f1b3fee\"] { margin-bottom: 15px !important; }[data-css=\"tve-u-1635ebfe4fc\"] { margin-bottom: 15px !important; }[data-css=\"tve-u-161701a2f15\"] .tcb-flex-col { flex-basis: 250px !important; }[data-css=\"tve-u-161701a2f15\"] { flex-wrap: wrap !important; }[data-css=\"tve-u-160f9562c14\"] { margin-right: 15px !important; }[data-css=\"tve-u-1636393da63\"] { margin-right: 15px !important; }[data-css=\"tve-u-1636393c2d2\"] { margin-right: 15px !important; }[data-css=\"tve-u-16363524c1e\"] { padding: 0px !important; }[data-css=\"tve-u-1635ed98a8a\"] { margin-bottom: 10px !important; }[data-css=\"tve-u-1636392e791\"] { margin-bottom: 10px !important; }[data-css=\"tve-u-1636392a6b1\"] { margin-bottom: 10px !important; }[data-css=\"tve-u-161703e4bac\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-161703e4bac\"] .tcb-flex-col { flex-basis: 286px !important; }[data-css=\"tve-u-161703e4bac\"] { margin-left: 0px; flex-wrap: wrap !important; }[data-css=\"tve-u-1635f1b25ed\"] { margin-bottom: 25px !important; }[data-css=\"tve-u-1636390be1e\"] { margin-bottom: 60px !important; }[data-css=\"tve-u-1636390935e\"] { margin-bottom: 5px !important; }[data-css=\"tve-u-1635f138d3b\"] { margin-bottom: 5px !important; }[data-css=\"tve-u-1635ee0cb15\"] { padding: 50px 25px !important; }[data-css=\"tve-u-160e9d118ed\"] { box-shadow: rgba(0, 0, 0, 0.3) 0px 17px 75px 8px inset; background-size: auto, cover !important; }[data-css=\"tve-u-160e9d15bdf\"] { padding: 50px 25px !important; }[data-css=\"tve-u-160e9d0c61d\"] { max-width: 100%; }[data-css=\"tve-u-160e52014b5\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-160e4c34c93\"] { clip-path: url(\"#clip-mobile-bottom-35e31e95c7382\"); -webkit-clip-path: url(\"#clip-mobile-bottom-35e31e95c7382\");  }[data-css=\"tve-u-160eb0e8e90\"] { margin-top: -30px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-160eb0d7fac\"] { clip-path: url(\"#clip-mobile-bottom-dd364f1962bc7\"); -webkit-clip-path: url(\"#clip-mobile-bottom-dd364f1962bc7\");  }[data-css=\"tve-u-160eb2222a0\"] { margin-top: -30px !important; margin-bottom: 25px !important; }[data-css=\"tve-u-160eb1d9ffb\"] { clip-path: url(\"#clip-mobile-bottom-cb4c420ba2143\"); -webkit-clip-path: url(\"#clip-mobile-bottom-cb4c420ba2143\");  }[data-css=\"tve-u-160eb218e4e\"] { margin-top: -30px !important; margin-bottom: 25px !important; }[data-css=\"tve-u-160eb214b56\"] { clip-path: url(\"#clip-mobile-bottom-a182d7c321313\"); -webkit-clip-path: url(\"#clip-mobile-bottom-a182d7c321313\");  }[data-css=\"tve-u-160e4da55bb\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-160e4da55bb\"] .tcb-flex-col { flex-basis: 350px !important; }[data-css=\"tve-u-1635f0a8c87\"] { margin-top: 0px !important; }[data-css=\"tve-u-1635f010773\"] { min-height: 300px; }[data-css=\"tve-u-16363235afe\"] { min-height: 300px; }[data-css=\"tve-u-16363231ead\"] { min-height: 300px; }#tcb_landing_page h6 { font-size: 16px; }[data-css=\"tve-u-160dbcd54ac\"] { margin-bottom: 15px !important; }[data-css=\"tve-u-160dbcd2c5b\"] { margin-bottom: 50px !important; }[data-css=\"tve-u-1635e5cbf37\"] { margin-bottom: 50px !important; }[data-css=\"tve-u-1635e5ffa41\"] { max-width: 200px; float: none; margin-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-16363739d27\"] { max-width: 64.8%; }[data-css=\"tve-u-16363739cd6\"] { max-width: 35.2%; }[data-css=\"tve-u-1635e5cc2d9\"] { flex-flow: row-reverse wrap-reverse !important; }[data-css=\"tve-u-1635e5cc2d9\"] .tcb-flex-col { flex-basis: 200px !important; }[data-css=\"tve-u-160dbb50aca\"] { max-width: 100%; padding-left: 15px !important; padding-right: 15px !important; padding-bottom: 60px !important; margin-bottom: 20px !important; }[data-css=\"tve-u-160db84bfac\"] { clip-path: url(\"#clip-mobile-bottom-eb17500f3af4b\"); -webkit-clip-path: url(\"#clip-mobile-bottom-eb17500f3af4b\");  }#tcb_landing_page p, #tcb_landing_page li { line-height: 1.5em; font-size: 16px; }#tcb_landing_page h5 { line-height: 1.5em; font-size: 18px; }#tcb_landing_page h4 { line-height: 1.5em; font-size: 18px; }#tcb_landing_page h3 { line-height: 1.5em; font-size: 20px; }#tcb_landing_page h2 { font-size: 50px; line-height: 1.2em; }#tcb_landing_page h1 { color: rgb(255, 255, 255); font-size: 55px; line-height: 1em; }[data-css=\"tve-u-16170325257\"] { margin-top: 0px !important; }[data-css=\"tve-u-161701a8fd1\"] { margin-top: 0px !important; }[data-css=\"tve-u-160f961e617\"] { margin-top: 10px !important; }[data-css=\"tve-u-161703268c0\"] { max-width: 100%; margin-top: 0px !important; }[data-css=\"tve-u-160f97e6953\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-160ff467c38\"] { text-transform: none !important; }[data-css=\"tve-u-160f9714a61\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-160ff36e890\"] { padding-left: 0px !important; }[data-css=\"tve-u-160f984f29b\"] { font-family: \"Noto Sans\" !important; font-weight: 400 !important; }[data-css=\"tve-u-160f9823757\"] { text-transform: none !important; }[data-css=\"tve-u-160f9bfdcb7\"] { font-weight: 400 !important; font-family: \"Noto Sans\" !important; }#tve_editor [data-css=\"tve-u-160f9bf9be2\"] { font-size: 20px !important; }[data-css=\"tve-u-160f9c02898\"] { font-weight: 400 !important; font-family: \"Noto Sans\" !important; }#tve_editor [data-css=\"tve-u-160f981fb0c\"] { letter-spacing: 3px; font-size: 18px !important; }[data-css=\"tve-u-160f9bf9be2\"] { line-height: 1.3em !important; }[data-css=\"tve-u-160f981fb0c\"] { line-height: 1em !important; }[data-css=\"tve-u-160f96f5e19\"] { clip-path: url(\"#clip-mobile-bottom-c22944d35542f\"); -webkit-clip-path: url(\"#clip-mobile-bottom-c22944d35542f\");  }#tve_editor [data-css=\"tve-u-160fa489bd9\"] { letter-spacing: 0px; }[data-css=\"tve-u-160fec99b6f\"] { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-160fec923bf\"] { margin-top: 15px !important; }[data-css=\"tve-u-160fa4daf17\"] { max-width: 100%; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-160f9ec40fc\"] { max-width: 100%; float: none; position: static; z-index: auto; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-160fa11f4f2\"] { margin: 0px 0px 0px -20px !important; }[data-css=\"tve-u-160fe140452\"] { padding: 25px !important; margin-top: 0px !important; }[data-css=\"tve-u-160f9ebf905\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-160f9ebf905\"] { min-height: inherit; flex-wrap: wrap !important; }[data-css=\"tve-u-160eb42c2ca\"] { margin-top: 8px !important; }[data-css=\"tve-u-160eab45a4f\"] { margin-top: 8px !important; }[data-css=\"tve-u-160f98a0d17\"] { padding-left: 0px !important; padding-right: 0px !important; padding-top: 0px !important; margin-bottom: 30px !important; }[data-css=\"tve-u-160f96ef669\"] { padding: 25px 0px !important; }[data-css=\"tve-u-160f9d0c9a0\"] { margin-top: 25px !important; }[data-css=\"tve-u-160f9d0b00e\"] { margin-top: 25px !important; }[data-css=\"tve-u-160f9d08737\"] { margin-top: 25px !important; }[data-css=\"tve-u-160f9c6a4fe\"] { padding: 50px 25px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-160f9caae7b\"] { margin-bottom: 50px !important; }[data-css=\"tve-u-160f9b69526\"] { flex-direction: column; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-160f9b69526\"] > .tcb-flex-col > .tcb-col { justify-content: center; min-height: 1px; }[data-css=\"tve-u-160f9b74c2b\"] { max-width: 100%; float: none; position: relative; z-index: 3; margin: 0px auto 20px !important; }[data-css=\"tve-u-160f9714a61\"] { max-width: 100%; padding: 50px 25px 80px !important; }[data-css=\"tve-u-160f9734b53\"] { clip-path: url(\"#clip-mobile-top-c8e428685a637\"); -webkit-clip-path: url(\"#clip-mobile-top-c8e428685a637\");  }#tve_editor [data-css=\"tve-u-160fa718c59\"] { font-size: 90px !important; }[data-css=\"tve-u-160f8e625a1\"] { margin-bottom: 50px !important; }[data-css=\"tve-u-160fa01d193\"] { max-width: 100%; margin: 0px !important; }[data-css=\"tve-u-160e9fbbfa0\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-160f8d12a0d\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-160eb4a305a\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-160f8d013c3\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb4a460d\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb4a460a\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb4a4608\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb4a4605\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb4a4603\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb4a4600\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb49e1f7\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb4a45fb\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8d013c3\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160f8cfbf40\"] { margin-bottom: 20px !important; }#tve_editor [data-css=\"tve-u-160f8cf3d89\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160f8cef2f1\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160f8cef2b7\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160f8cef27e\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160f8cef245\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160f8cef20d\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160f8ceec94\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160f8ceec5c\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160f8ceec23\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160f8ceebeb\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160f8ceebb3\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160f8ceeb79\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160f8ceeb77\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160e9fad83c\"] p, #tve_editor [data-css=\"tve-u-160e9fad83c\"] li, #tve_editor [data-css=\"tve-u-160e9fad83c\"] blockquote, #tve_editor [data-css=\"tve-u-160e9fad83c\"] address { line-height: 1em; }[data-css=\"tve-u-160f8cddeb4\"] { margin-bottom: 20px !important; }#tve_editor [data-css=\"tve-u-160f8cd7aa1\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8cd7a68\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8cd7a30\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8cd79f8\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8cd79c1\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8cd7987\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8cd794f\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8cd7919\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8cd7871\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160ea9729a9\"] { margin-bottom: 15px !important; }#tve_editor [data-css=\"tve-u-160ea7224b9\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160ea9104fd\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8cc8fce\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8cc8f9a\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160ea9400e0\"] { color: rgb(3, 9, 14) !important; font-size: 16px !important; }#tve_editor [data-css=\"tve-u-160f8cc8f31\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8cc8efc\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160ea90d163\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160ea799710\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160ea79970d\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8cc5953\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160ea71c62c\"] { color: rgb(3, 9, 14) !important; font-size: 16px !important; }#tve_editor [data-css=\"tve-u-160f8cc591b\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160eaa7faee\"] { padding: 0px !important; }[data-css=\"tve-u-160f8cb9d70\"] { margin-bottom: 20px !important; }#tve_editor [data-css=\"tve-u-160ea6ba06c\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160ea6ba06a\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160ea6ba067\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160ea6ba065\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160ea6ba063\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160ea6ba060\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8cb61bc\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8cb6183\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8cb610d\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8cb027b\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8cb0240\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160ea9c9c07\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8cb01cb\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8cb0191\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8cb0157\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8cb011c\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8cb00e0\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8cb00a7\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8cb0034\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160f8c978c9\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-160f8c8c841\"] { margin: 0px !important; }[data-css=\"tve-u-160e9fac06c\"] { padding: 0px !important; }[data-css=\"tve-u-160f8c69a67\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160f8c69a2f\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160f8c699f6\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160f8c699b9\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160f8c69289\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160f8c69250\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160f8c69216\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160f8c691dc\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160f8c691a5\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160f8c69135\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8c626b2\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160ea89ac22\"] { padding: 0px !important; }[data-css=\"tve-u-160f8c59f19\"] { margin-top: 20px !important; }#tve_editor [data-css=\"tve-u-160eaa62df8\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8c589bd\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eaa5aa50\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8c58957\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8c58926\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8c5888c\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160f8c2bf72\"] { margin: 0px !important; }#tve_editor [data-css=\"tve-u-160f8c284c6\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8c28493\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8c28460\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8c2842b\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8c283f9\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8c28393\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8c25bba\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb55320f\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb5531d8\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb5531a1\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb55316d\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb553138\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb553103\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb5530cd\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb553062\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160eb54da29\"] { padding: 0px !important; }[data-css=\"tve-u-160eb537e16\"] { margin-top: 0px !important; }#tve_editor [data-css=\"tve-u-160eb53484c\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb534816\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb5347e1\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb5347ae\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb53477a\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eadffc69\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb534715\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb5346af\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160eadcc8c9\"] { padding: 0px !important; }#tve_editor [data-css=\"tve-u-160eb5276f3\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb5276bf\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb52768d\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb52765c\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb52762c\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb5275ca\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160ead90ba7\"] { background-image: none !important; }[data-css=\"tve-u-160eb521486\"] { background-image: none !important; }[data-css=\"tve-u-160eaa8db54\"] { background-image: none !important; }[data-css=\"tve-u-160eaa73bda\"] { background-image: none !important; }[data-css=\"tve-u-160e9fad83c\"] { background-image: none !important; }[data-css=\"tve-u-160ea89b12a\"] { background-image: none !important; }[data-css=\"tve-u-160eb4b6fd5\"] { line-height: 2em !important; }[data-css=\"tve-u-160eb4b6fd3\"] { line-height: 2em !important; }[data-css=\"tve-u-160eb4b6fd0\"] { line-height: 2em !important; }[data-css=\"tve-u-160eb4b6fcd\"] { line-height: 2em !important; }[data-css=\"tve-u-160eb4b6fcb\"] { line-height: 2em !important; }[data-css=\"tve-u-160eb4b6fc8\"] { line-height: 2em !important; }[data-css=\"tve-u-160eb4b6f9b\"] { line-height: 2em !important; }[data-css=\"tve-u-160ea9789a4\"] { margin-top: 0px !important; }[data-css=\"tve-u-160eb4a460d\"] { line-height: 2em !important; }[data-css=\"tve-u-160eb4a460a\"] { line-height: 2em !important; }[data-css=\"tve-u-160eb4a4608\"] { line-height: 2em !important; }[data-css=\"tve-u-160eb4a4605\"] { line-height: 2em !important; }[data-css=\"tve-u-160eb4a4603\"] { line-height: 2em !important; }[data-css=\"tve-u-160eb4a4600\"] { line-height: 2em !important; }[data-css=\"tve-u-160eb4a45fb\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb4a305a\"] p, #tve_editor [data-css=\"tve-u-160eb4a305a\"] li, #tve_editor [data-css=\"tve-u-160eb4a305a\"] blockquote, #tve_editor [data-css=\"tve-u-160eb4a305a\"] address { line-height: 1em; }[data-css=\"tve-u-160eb49e1f7\"] { line-height: 2em !important; }[data-css=\"tve-u-160ea7cae88\"] { background-image: none !important; }[data-css=\"tve-u-160eaa7faeb\"] { padding: 0px !important; }[data-css=\"tve-u-160e9f7ce0e\"] { font-family: Lato, arial !important; }#tve_editor [data-css=\"tve-u-160e9f7868b\"] { letter-spacing: 2px; font-size: 16px !important; }[data-css=\"tve-u-160eb47f16a\"] { font-family: Lato, arial !important; }#tve_editor [data-css=\"tve-u-160eb47f143\"] { letter-spacing: 2px; font-size: 15px !important; }#tve_editor [data-css=\"tve-u-160eb475d09\"] { letter-spacing: 2px; font-size: 16px !important; }#tve_editor [data-css=\"tve-u-160eb470891\"] { letter-spacing: 2px; font-size: 16px !important; }[data-css=\"tve-u-160e9e41664\"] { margin-left: 0px !important; margin-bottom: 35px !important; }[data-css=\"tve-u-160e4c55d27\"] { padding: 40px 25px 60px !important; }[data-css=\"tve-u-160e5adb400\"] { margin-bottom: 2px !important; }[data-css=\"tve-u-160e52fbe2f\"] { margin-top: 0px !important; }#tve_editor [data-css=\"tve-u-160e52014b5\"] p, #tve_editor [data-css=\"tve-u-160e52014b5\"] li, #tve_editor [data-css=\"tve-u-160e52014b5\"] blockquote, #tve_editor [data-css=\"tve-u-160e52014b5\"] address { line-height: 0em; }[data-css=\"tve-u-160e5276a5e\"] { margin-top: 0px !important; }[data-css=\"tve-u-160e4c824a2\"] { padding-top: 0px !important; padding-bottom: 0px !important; margin-top: 0px !important; margin-bottom: 40px !important; }[data-css=\"tve-u-160e4c24b1a\"] { max-width: 100%; min-height: 0.15625vh !important; }[data-css=\"tve-u-160e4da55bb\"] { flex-direction: column; min-height: inherit; }#tve_editor [data-css=\"tve-u-160df6a2fe0\"] p, #tve_editor [data-css=\"tve-u-160df6a2fe0\"] li, #tve_editor [data-css=\"tve-u-160df6a2fe0\"] blockquote, #tve_editor [data-css=\"tve-u-160df6a2fe0\"] address { line-height: 1.3em; }[data-css=\"tve-u-160df51ca21\"] > .tve-cb { display: flex; flex-direction: column; justify-content: flex-end; }[data-css=\"tve-u-160df519447\"] { min-height: 0vh; }[data-css=\"tve-u-160df4f4d0e\"] { min-height: 297px; }[data-css=\"tve-u-160df51ca21\"] { margin-top: 0px !important; padding-top: 15px !important; padding-bottom: 15px !important; }[data-css=\"tve-u-160df8c3360\"] { padding: 50px 25px !important; }[data-css=\"tve-u-160dbceed3d\"] .tcb-button-link { padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-160dbe24f38\"] { line-height: 1.45em !important; }#tve_editor [data-css=\"tve-u-160dbe24f38\"] { letter-spacing: 2px; font-size: 16px !important; }#tve_editor [data-css=\"tve-u-160dbceed3d\"] .tcb-button-link { font-size: 18px; }[data-css=\"tve-u-160dbcbc7a4\"] { min-height: 284px; }[data-css=\"tve-u-160dbceed3d\"] { display: block; max-width: 100%; width: 100%; min-width: 100%; margin-top: 0px !important; margin-left: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-160db85dabe\"] { min-height: 1px; }[data-css=\"tve-u-160df4565d1\"] { float: none; z-index: 3; position: relative; margin-left: auto !important; margin-right: auto !important; padding-top: 0px !important; }[data-css=\"tve-u-160dbcafa88\"] { float: none; max-width: 305px; margin-top: 15px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-160db6dd8cd\"] { float: left; z-index: 3; position: relative; font-size: 20px; width: 20px; height: 20px; }[data-css=\"tve-u-160df6d74f4\"] { text-align: center; padding-left: 0px !important; margin-top: 5px !important; }[data-css=\"tve-u-160df6d53e3\"] { text-align: center; padding-right: 0px !important; }[data-css=\"tve-u-160f98df817\"] .tcb-button-link { padding-top: 0px !important; padding-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-160f98df817\"] .tcb-button-link { font-size: 18px; }[data-css=\"tve-u-160f98df817\"] { display: block; max-width: 100%; width: 100%; margin-top: 0px !important; margin-bottom: 20px !important; }[data-css=\"tve-u-160fa182f82\"] .tcb-button-link { padding-top: 0px !important; padding-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-160fa182f82\"] .tcb-button-link { font-size: 21.3333px; font-family: \"Noto Sans\"; font-weight: 400; }[data-css=\"tve-u-160fa182f82\"] { display: block; max-width: 299px; width: 299px; min-width: 100%; margin-top: 0px !important; }[data-css=\"tve-u-160fa198fbb\"] { line-height: 1.45em !important; }#tve_editor [data-css=\"tve-u-160fa198fbb\"] { letter-spacing: 2px; font-size: 16px !important; }[data-css=\"tve-u-160fec25d20\"] { line-height: 1.45em !important; }#tve_editor [data-css=\"tve-u-160fec25d20\"] { letter-spacing: 1px; font-size: 16px !important; }[data-css=\"tve-u-1635e65c044\"] { float: left; z-index: 3; position: relative; font-size: 22px; width: 22px; height: 22px; margin-left: 25px !important; }[data-css=\"tve-u-1635f136552\"] { margin-top: 10px !important; }[data-css=\"tve-u-16362a8dd87\"] { float: left; z-index: 3; position: relative; font-size: 20px; width: 20px; height: 20px; }[data-css=\"tve-u-16362aa4888\"] { float: left; z-index: 3; position: relative; font-size: 20px; width: 20px; height: 20px; }[data-css=\"tve-u-16363599740\"] { max-width: 173px; padding-top: 0px !important; }[data-css=\"tve-u-1636951d241\"] { margin-top: 10px !important; }}'),(4256,417,'tve_revision_tve_landing_page','tcb2-blank-page-styled'),(4257,417,'tve_revision_tve_disable_theme_dependency','1'),(4258,417,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16416ab0690\" wfd-id=\"56\">\n<div class=\"tve-page-section-out\" wfd-id=\"62\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16416aae91e\" wfd-id=\"57\"><div class=\"thrv_wrapper thrv_heading\" style=\"\" data-tag=\"h1\" wfd-id=\"61\"><h1 data-css=\"tve-u-16035acf904\"><strong>H1 Heading Example</strong> Lorem Ipsum Dolor</h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" data-css=\"tve-u-165d6fdffcb\" wfd-id=\"58\"><p data-css=\"tve-u-165d705c7ac\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi semper vulputate tincidunt. Mauris sodales vitae ipsum nec porta. Mauris lacus odio, congue eget justo nec, eleifend pellentesque orci. Interdum et malesuada fames ac ante ipsum primis in faucibus. Ut facilisis nibh eget ex maximus, at egestas orci faucibus.</p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16416ab0690\" wfd-id=\"52\">\n<div class=\"tve-page-section-out\" wfd-id=\"55\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-165d6fe7f4c\" wfd-id=\"53\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-165e63b9ca0\" wfd-id=\"54\"><h2 data-css=\"tve-u-165d704ec24\">Your Heading Here H2</h2></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-165d7012fc0\" wfd-id=\"48\">\n<div class=\"tve-page-section-out\" wfd-id=\"51\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-165d6fe7f4c\" wfd-id=\"49\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h3\" data-css=\"tve-u-165d702cd4d\" wfd-id=\"50\"><h3 data-css=\"tve-u-165d70538a3\">Your Heading Here H3</h3></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-165d7012e18\" wfd-id=\"44\">\n<div class=\"tve-page-section-out\" wfd-id=\"47\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-165d6fe7f4c\" wfd-id=\"45\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-165d702791c\" wfd-id=\"46\"><h4 data-css=\"tve-u-165d70581f6\">Your Heading Here H4</h4></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-165d7012c6e\" wfd-id=\"41\">\n<div class=\"tve-page-section-out\" wfd-id=\"43\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-165d6fe7f4c\" wfd-id=\"42\"></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-165d7012a97\" wfd-id=\"38\">\n<div class=\"tve-page-section-out\" wfd-id=\"40\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-165d6fe7f4c\" wfd-id=\"39\"></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-165d7012884\" wfd-id=\"35\">\n<div class=\"tve-page-section-out\" wfd-id=\"37\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-165d6fe7f4c\" wfd-id=\"36\"></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-165d7012696\" wfd-id=\"32\">\n<div class=\"tve-page-section-out\" wfd-id=\"34\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-165d6fe7f4c\" wfd-id=\"33\"></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-16035a9ff73\" wfd-id=\"28\">\n<div class=\"tve-page-section-out\" wfd-id=\"31\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-160e4eb46bd\" wfd-id=\"29\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" wfd-id=\"30\"><p>Copyright text and footer links.</p></div></div>\n</div>'),(4259,417,'tve_revision_tve_content_more_found',''),(4260,417,'tve_revision_tve_save_post',''),(4261,417,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Merriweather:400,400i,700,700i&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Open+Sans:400,700,300&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Special+Elite:400&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-16416ab0690\"] { padding: 30px 20px !important; }[data-css=\"tve-u-16416aae91e\"] { max-width: 1080px; }.tcb-plain-text strong { font-weight: 700; }.tcb-plain-text { font-family: \"Open Sans\"; font-weight: 400; }#tve_editor [data-css=\"tve-u-160e4eb46bd\"] p, #tve_editor [data-css=\"tve-u-160e4eb46bd\"] li, #tve_editor [data-css=\"tve-u-160e4eb46bd\"] blockquote, #tve_editor [data-css=\"tve-u-160e4eb46bd\"] address, #tve_editor [data-css=\"tve-u-160e4eb46bd\"] h1, #tve_editor [data-css=\"tve-u-160e4eb46bd\"] h2, #tve_editor [data-css=\"tve-u-160e4eb46bd\"] h3, #tve_editor [data-css=\"tve-u-160e4eb46bd\"] h4, #tve_editor [data-css=\"tve-u-160e4eb46bd\"] h5, #tve_editor [data-css=\"tve-u-160e4eb46bd\"] h6 { color: rgb(144, 144, 144); }#tcb_landing_page a strong { font-weight: 700; }#tcb_landing_page h6 strong { font-weight: 700; }#tcb_landing_page h6 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(255, 255, 255); font-size: 20px; }#tcb_landing_page h5 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(255, 255, 255); font-size: 24px; }#tcb_landing_page h4 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(255, 255, 255); font-size: 30px; }[data-css=\"tve-u-16035a9ff73\"] { padding: 30px 20px !important; }#tcb_landing_page a:not(.tcb-button-link) { color: rgb(255, 255, 255); text-decoration: underline; }#tcb_landing_page h3 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(255, 255, 255); font-size: 38px; line-height: 1.3em; }#tcb_landing_page h2 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(255, 255, 255); font-size: 45px; line-height: 1.3em; }#tcb_landing_page h1 { font-family: \"Special Elite\"; font-weight: 400; font-size: 50px; line-height: 1.3em; color: rgb(255, 255, 255); }#tcb_landing_page p, #tcb_landing_page li { font-family: Merriweather; font-weight: 400; font-size: 17px; line-height: 1.6em; color: rgb(255, 255, 255); }[data-css=\"tve-u-15e09c94f7d\"] { background-color: rgb(0, 0, 0) !important; }#tcb_landing_page a:hover:not(.tcb-button-link) { text-decoration: none; }#tcb_landing_page .tve-state-hovera:not(.tcb-button-link) { text-decoration: none; }[data-css=\"tve-u-160e4eb46bd\"] h3 { margin: 0px 0px auto !important; padding: 0px !important; }[data-css=\"tve-u-160e4eb46bd\"] h1 { margin: 0px 0px auto !important; padding: 0px !important; }[data-css=\"tve-u-160e4eb46bd\"] h2 { margin: 0px 0px auto !important; padding: 0px !important; }[data-css=\"tve-u-160e4eb46bd\"] p { margin: 0px 0px auto !important; padding: 0px !important; }[data-css=\"tve-u-160e4eb46bd\"] { max-width: 1080px; text-align: center; }#tcb_landing_page a.tve-state-hover:not(.tcb-button-link) { text-decoration: none; }#tcb_landing_page [data-tag=\"h1\"] { padding: 0px; }#tcb_landing_page [data-tag=\"h2\"] { padding: 0px; }#tcb_landing_page [data-tag=\"h3\"] { padding: 0px; }#tcb_landing_page [data-tag=\"h4\"] { padding: 0px; }#tcb_landing_page [data-tag=\"h5\"] { padding: 0px; }#tcb_landing_page [data-tag=\"h6\"] { padding: 0px; }#tcb_landing_page .tcb-plain-text { font-family: Merriweather; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page .tcb-plain-text strong { font-weight: 700; }#tcb_landing_page .tcb-button-link { font-family: Merriweather; font-weight: 400; }#tcb_landing_page input { font-family: Merriweather; font-weight: 400; }[data-css=\"tve-u-165d6fdffcb\"] { padding: 0px !important; }[data-css=\"tve-u-165d6fe7f4c\"] { max-width: 1080px; }[data-css=\"tve-u-165d6fe7f4c\"] p { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-165d6fe7f4c\"] h1 { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-165d6fe7f4c\"] h2 { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-165d6fe7f4c\"] h3 { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-165d6fe7f4c\"] p, [data-css=\"tve-u-165d6fe7f4c\"] li, [data-css=\"tve-u-165d6fe7f4c\"] blockquote, [data-css=\"tve-u-165d6fe7f4c\"] address, [data-css=\"tve-u-165d6fe7f4c\"] .tcb-plain-text, [data-css=\"tve-u-165d6fe7f4c\"] label, [data-css=\"tve-u-165d6fe7f4c\"] h1, [data-css=\"tve-u-165d6fe7f4c\"] h2, [data-css=\"tve-u-165d6fe7f4c\"] h3, [data-css=\"tve-u-165d6fe7f4c\"] h4, [data-css=\"tve-u-165d6fe7f4c\"] h5, [data-css=\"tve-u-165d6fe7f4c\"] h6 { font-weight: 400 !important; }#tve_editor [data-css=\"tve-u-165d6fe7f4c\"] strong { font-weight: 700; }[data-css=\"tve-u-165d7012696\"] { padding: 30px 20px !important; }[data-css=\"tve-u-165d7012884\"] { padding: 30px 20px !important; }[data-css=\"tve-u-165d7012a97\"] { padding: 30px 20px !important; }[data-css=\"tve-u-165d7012c6e\"] { padding: 30px 20px !important; }[data-css=\"tve-u-165d7012e18\"] { padding: 30px 20px !important; }[data-css=\"tve-u-165d7012fc0\"] { padding: 30px 20px !important; }[data-css=\"tve-u-165e63b9ca0\"] { max-width: 1080px; }[data-css=\"tve-u-16416aae91e\"] h2 { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-16416aae91e\"] h3 { margin: 0px !important; padding: 0px !important; }}@media (max-width: 767px){#tve_editor [data-css=\"tve-u-16035acf904\"] { font-size: 30px !important; }[data-css=\"tve-u-16035a9ff73\"] { padding-left: 10px !important; padding-right: 10px !important; }#tve_editor [data-css=\"tve-u-165d704ec24\"] { font-size: 25px !important; }#tve_editor [data-css=\"tve-u-165d70538a3\"] { font-size: 20px !important; }#tve_editor [data-css=\"tve-u-165d70581f6\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-165d705c7ac\"] { font-size: 16px !important; }[data-css=\"tve-u-165d6fdffcb\"] { padding: 10px !important; }}'),(4262,417,'tve_revision_tve_user_custom_css',''),(4263,417,'tve_revision_tve_page_events','a:0:{}'),(4264,417,'tve_revision_tve_globals','a:2:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";s:8:\"font_cls\";a:0:{}}'),(4265,417,'tve_revision_tve_global_scripts',''),(4266,417,'tve_revision_thrive_icon_pack','0'),(4267,417,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(4268,417,'tve_revision_tve_has_masonry','0'),(4269,417,'tve_revision_tve_has_typefocus','0'),(4270,417,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16416ab0690\" wfd-id=\"56\">\n<div class=\"tve-page-section-out\" wfd-id=\"62\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16416aae91e\" wfd-id=\"57\"><div class=\"thrv_wrapper thrv_heading\" style=\"\" data-tag=\"h1\" wfd-id=\"61\"><h1 data-css=\"tve-u-16035acf904\"><strong>H1 Heading Example</strong> Lorem Ipsum Dolor</h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" data-css=\"tve-u-165d6fdffcb\" wfd-id=\"58\"><p data-css=\"tve-u-165d705c7ac\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi semper vulputate tincidunt. Mauris sodales vitae ipsum nec porta. Mauris lacus odio, congue eget justo nec, eleifend pellentesque orci. Interdum et malesuada fames ac ante ipsum primis in faucibus. Ut facilisis nibh eget ex maximus, at egestas orci faucibus.</p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16416ab0690\" wfd-id=\"52\">\n<div class=\"tve-page-section-out\" wfd-id=\"55\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-165d6fe7f4c\" wfd-id=\"53\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-165e63b9ca0\" wfd-id=\"54\"><h2 data-css=\"tve-u-165d704ec24\">Your Heading Here H2</h2></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-165d7012fc0\" wfd-id=\"48\">\n<div class=\"tve-page-section-out\" wfd-id=\"51\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-165d6fe7f4c\" wfd-id=\"49\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h3\" data-css=\"tve-u-165d702cd4d\" wfd-id=\"50\"><h3 data-css=\"tve-u-165d70538a3\">Your Heading Here H3</h3></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-165d7012e18\" wfd-id=\"44\">\n<div class=\"tve-page-section-out\" wfd-id=\"47\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-165d6fe7f4c\" wfd-id=\"45\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-165d702791c\" wfd-id=\"46\"><h4 data-css=\"tve-u-165d70581f6\">Your Heading Here H4</h4></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-165d7012c6e\" wfd-id=\"41\">\n<div class=\"tve-page-section-out\" wfd-id=\"43\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-165d6fe7f4c\" wfd-id=\"42\"></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-165d7012a97\" wfd-id=\"38\">\n<div class=\"tve-page-section-out\" wfd-id=\"40\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-165d6fe7f4c\" wfd-id=\"39\"></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-165d7012884\" wfd-id=\"35\">\n<div class=\"tve-page-section-out\" wfd-id=\"37\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-165d6fe7f4c\" wfd-id=\"36\"></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-165d7012696\" wfd-id=\"32\">\n<div class=\"tve-page-section-out\" wfd-id=\"34\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-165d6fe7f4c\" wfd-id=\"33\"></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-16035a9ff73\" wfd-id=\"28\">\n<div class=\"tve-page-section-out\" wfd-id=\"31\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-160e4eb46bd\" wfd-id=\"29\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" wfd-id=\"30\"><p>Copyright text and footer links.</p></div></div>\n</div>'),(4271,417,'tve_revision_tve_has_wistia_popover','0'),(2741,275,'tve_revision_tve_content_more_found',''),(2742,275,'tve_revision_tve_save_post',''),(2743,275,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Montserrat:400,200,300&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Amatic+SC:400&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=ABeeZee:400&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-160309b397d\"]::after { clear: both; }[data-css=\"tve-u-160309b344b\"] { position: relative !important; margin-left: 100px !important; }[data-css=\"tve-u-160309b00b4\"] + div { clear: none; }[data-css=\"tve-u-160309b00b4\"] { float: none; width: 60px; position: absolute; margin-bottom: 0px !important; margin-top: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-16030975307\"] { max-width: 75%; margin-left: 80px !important; }[data-css=\"tve-u-1602bfa220e\"] { line-height: 1.85em !important; }[data-css=\"tve-u-1602be7db66\"] { float: left; width: 40px; z-index: 3; position: relative; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1602be56dfc\"]::after { clear: both; }[data-css=\"tve-u-1602be4545b\"] { max-width: 25%; }[data-css=\"tve-u-1602be45437\"] { max-width: 48.1%; }[data-css=\"tve-u-1602be453ec\"] { max-width: 26.9%; }[data-css=\"tve-u-1602b37ce9d\"] > .tcb-flex-col > .tcb-col { justify-content: center; }[data-css=\"tve-u-1602b332fd9\"] { max-width: 264px; position: relative; float: right; z-index: 3; width: 100%; padding-left: 1px !important; margin-top: 1px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1602b324a9c\"] { color: rgb(74, 163, 223) !important; }[data-css=\"tve-u-1602b324a9b\"] { color: rgb(74, 163, 223) !important; }[data-css=\"tve-u-1602b31dfcd\"] { max-width: 1296px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15f76fcb7df\"] { max-width: 100%; }[data-css=\"tve-u-15f0064f814\"] { color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-15ec313e743\"]:hover p, #tve_editor [data-css=\"tve-u-15ec313e743\"]:hover li, #tve_editor [data-css=\"tve-u-15ec313e743\"]:hover blockquote, #tve_editor [data-css=\"tve-u-15ec313e743\"]:hover address { color: rgb(89, 171, 227); }[data-css=\"tve-u-15f003784ab\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15f00369f5e\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15f003655f8\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15f003606db\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15f0034f748\"] { color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-15f002fa8f6\"] { color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-15ec313e743\"] p, #tve_editor [data-css=\"tve-u-15ec313e743\"] li, #tve_editor [data-css=\"tve-u-15ec313e743\"] blockquote, #tve_editor [data-css=\"tve-u-15ec313e743\"] address { font-size: 16px; }[data-css=\"tve-u-15ec313e743\"] { text-align: left; padding-left: 0px !important; margin-left: 0px !important; margin-right: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-15ee121fb1c\"] .tcb-flex-col { flex-basis: 285px !important; }[data-css=\"tve-u-15ec30a8a14\"]::after { clear: both; }#tve_editor [data-css=\"tve-u-15ebe90cfb0\"] { font-size: 96px !important; }[data-css=\"tve-u-15ee1237243\"] { box-shadow: rgba(73, 137, 181, 0.15) -3px 7px 69px 10px; }[data-css=\"tve-u-15ee1232726\"] { box-shadow: rgba(73, 137, 181, 0.15) -3px 7px 69px 10px; }[data-css=\"tve-u-15ee121fb1c\"] > .tcb-flex-col > .tcb-col { min-height: 503px; }[data-css=\"tve-u-15ee1225fdf\"] { box-shadow: rgba(73, 137, 181, 0.15) -3px 7px 69px 10px; }[data-css=\"tve-u-15ee121fb1c\"] { margin-left: -60px; min-height: inherit; }[data-css=\"tve-u-15ee121fb1c\"] > .tcb-flex-col { padding-left: 60px; }[data-css=\"tve-u-15ee121a6d1\"] { float: none; max-width: 1296px; text-align: center; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ee1211b9b\"] { max-width: 1603px; text-align: center; }[data-css=\"tve-u-15ec26fee25\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-15ee106257d\"] { max-width: 100%; }[data-css=\"tve-u-15ec3055cca\"] { max-width: 1370px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ee103f44a\"] { float: none; max-width: 1296px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ee1037a1d\"] { float: none; max-width: 1296px; margin-left: auto !important; margin-right: auto !important; }#tve_editor [data-css=\"tve-u-15ec2ac01df\"]:hover .tcb-button-link { box-shadow: rgba(73, 137, 181, 0.25) -3px 7px 73px 18px; background-color: rgb(149, 250, 201) !important; }#tve_editor [data-css=\"tve-u-15ebe91a626\"]:hover .tcb-button-link { box-shadow: rgba(73, 137, 181, 0.25) -3px 7px 73px 18px; border: 0px dashed rgb(255, 255, 255); background-color: rgb(149, 250, 201) !important; font-weight: normal !important; background-image: none !important; }[data-css=\"tve-u-15ebe8a2edd\"] > .tcb-flex-col > .tcb-col { justify-content: center; }[data-css=\"tve-u-15ec3017516\"] { margin-top: 60px !important; padding-bottom: 50px !important; }[data-css=\"tve-u-15ec2b6e126\"] { width: 142px; }[data-css=\"tve-u-15ec2b5d54c\"] { margin-top: 83px !important; }[data-css=\"tve-u-15ec2b56fac\"] { background-image: linear-gradient(rgb(25, 46, 60), rgb(25, 46, 60)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-15ec2b54c99\"] { max-width: 1586px; min-height: 100px !important; }[data-css=\"tve-u-15ec2b3b468\"] { box-shadow: rgba(89, 171, 227, 0.15) -3px 7px 69px 10px; margin-top: 0px !important; margin-bottom: 0px !important; margin-left: 38px !important; }[data-css=\"tve-u-15ec2b37666\"] { margin-top: 114px !important; }[data-css=\"tve-u-15ec2b33f06\"] { padding-left: 0px !important; }[data-css=\"tve-u-15ec2b0a32a\"] { margin-top: 76px !important; }[data-css=\"tve-u-15ec2ae8715\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-15ec2afed17\"] { color: rgb(89, 171, 227) !important; }[data-css=\"tve-u-15ec2ae8715\"] { float: none; max-width: 1453px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2acb421\"] { min-height: 162px; }[data-css=\"tve-u-15ec2aafa24\"] { color: rgb(89, 171, 227) !important; }[data-css=\"tve-u-15ec2aaa9a4\"] { float: none; max-width: 1440px; margin-left: auto !important; margin-right: auto !important; margin-top: 25px !important; }#tve_editor [data-css=\"tve-u-15ec2aa8e2e\"] { letter-spacing: 1px; color: rgb(255, 255, 255) !important; font-size: 20px !important; }[data-css=\"tve-u-15ec2a9b8a9\"] { border: 1px solid rgb(89, 171, 227) !important; }[data-css=\"tve-u-15ec2a81a9f\"] { min-height: 162px; }[data-css=\"tve-u-15ec2a80647\"] { float: none; max-width: 97%; margin-left: auto !important; margin-right: auto !important; margin-top: 55px !important; }[data-css=\"tve-u-15ec2a6f589\"] { float: none; max-width: 1440px; margin-top: 55px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2a6d9d8\"] { font-family: \"Amatic SC\" !important; font-weight: 400 !important; }#tve_editor [data-css=\"tve-u-15ec2a6b447\"] { color: rgb(89, 171, 227) !important; font-size: 70px !important; }[data-css=\"tve-u-15ec2a5bb35\"] { background-image: linear-gradient(rgba(28, 54, 85, 0.8), rgba(28, 54, 85, 0.8)), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/coupon_background.jpg\") !important; background-size: auto, cover !important; background-position: 0px 0px, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-15ec2a56438\"] { margin-top: 69px !important; }[data-css=\"tve-u-15ec2a5540e\"] { max-width: 100%; text-align: center; min-height: 561px !important; }[data-css=\"tve-u-15ec2a38bfd\"] { margin-right: 0px !important; padding-right: 0px !important; margin-left: 0px !important; }[data-css=\"tve-u-15ec2a33d71\"] { width: 830px; position: relative; top: 0px; left: 40px; z-index: 7; float: none; padding-right: 0px !important; padding-left: 0px !important; }[data-css=\"tve-u-15ec27075e1\"] { border-left: 1px solid rgb(232, 238, 241); border-top: 1px solid rgb(232, 238, 241); border-bottom: 1px solid rgb(232, 238, 241); }[data-css=\"tve-u-15ec26fee25\"] > .tcb-flex-col > .tcb-col { min-height: 612px; }[data-css=\"tve-u-15ec26fee25\"] { min-height: inherit; margin-left: 0px; padding-top: 0px !important; padding-bottom: 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-15ec26ec232\"] { margin-top: 66px !important; }[data-css=\"tve-u-15ec26e5812\"] { max-width: 100%; min-height: 586px !important; }[data-css=\"tve-u-15ec26c390a\"] { margin-top: 60px !important; }#tve_editor [data-css=\"tve-u-15ec26bd2e8\"] { color: rgb(24, 45, 60) !important; font-size: 70px !important; }[data-css=\"tve-u-15ec26b9914\"] { max-width: 1434px; text-align: center; }[data-css=\"tve-u-15ec26ab7b0\"] { margin-top: 67px !important; }#tve_editor [data-css=\"tve-u-15ec26a92a2\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15ec2698d8d\"] { float: none; max-width: 600px; margin-left: auto !important; margin-right: auto !important; margin-top: 30px !important; }#tve_editor [data-css=\"tve-u-15ec269736c\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15ec269379d\"] { font-size: 45px !important; }[data-css=\"tve-u-15ec268a0a3\"] { font-size: 45px !important; color: rgb(89, 171, 227) !important; }[data-css=\"tve-u-15ec256e611\"] { margin-top: 0px !important; }#tve_editor [data-css=\"tve-u-15ec25610c7\"] { font-size: 40px !important; color: rgb(89, 171, 227) !important; }[data-css=\"tve-u-15ec255fe12\"] { font-family: ABeeZee !important; font-weight: 400 !important; color: rgb(89, 171, 227) !important; font-size: 45px !important; }[data-css=\"tve-u-15ec254985a\"] { margin-right: 0px !important; }[data-css=\"tve-u-15ec253ef3a\"] { text-align: center; background-image: linear-gradient(rgba(24, 45, 60, 0.95), rgba(24, 45, 60, 0.95)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; margin-top: 0px !important; padding-top: 130px !important; padding-bottom: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-15ec253a41f\"] > .tcb-flex-col > .tcb-col { min-height: 661px; }[data-css=\"tve-u-15ec253a41f\"] { min-height: inherit; float: none; max-width: 1474px; z-index: 3; position: relative; padding-top: 0px !important; padding-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; padding-right: 0px !important; }[data-css=\"tve-u-15ec24f97c0\"] { background-image: linear-gradient(rgba(42, 51, 68, 0.1), rgba(42, 51, 68, 0.1)), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/testimonial_bg.jpg\") !important; background-size: auto, cover !important; background-position: 0px 0px, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-15ec24f790d\"] { min-height: 661px !important; }[data-css=\"tve-u-15ec24f494c\"] { margin-top: 60px !important; }[data-css=\"tve-u-15ec24d5e15\"] + div { clear: none; }[data-css=\"tve-u-15ec24d5e15\"] { float: none; width: 65px; margin-left: auto !important; margin-right: auto !important; margin-top: 40px !important; }[data-css=\"tve-u-15ec24ae116\"] + div { clear: none; }[data-css=\"tve-u-15ec24ae116\"] { float: none; width: 73px; margin-left: auto !important; margin-right: auto !important; margin-top: 40px !important; }[data-css=\"tve-u-15ec249b3f6\"] { line-height: 1.9em !important; }[data-css=\"tve-u-15ec2492191\"] { margin-left: 25px !important; margin-right: 25px !important; margin-top: 25px !important; }#tve_editor [data-css=\"tve-u-15ec2487407\"] { text-transform: uppercase !important; color: rgb(135, 156, 171) !important; font-size: 17px !important; }#tve_editor [data-css=\"tve-u-15ec2481d17\"] { font-size: 20px !important; }[data-css=\"tve-u-15ec2477274\"] + div { clear: none; }[data-css=\"tve-u-15ec2477274\"] { float: none; width: 55px; margin-left: auto !important; margin-right: auto !important; margin-top: 40px !important; }[data-css=\"tve-u-15ec2448fdb\"] { float: none; max-width: 1296px; margin-top: 10px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2443105\"] { line-height: 1.8em !important; }[data-css=\"tve-u-15ebea49c0c\"] { float: none; max-width: 1440px; margin-left: auto !important; margin-right: auto !important; margin-top: 0px !important; }#tve_editor [data-css=\"tve-u-15ebea42b31\"] { color: rgb(24, 45, 60) !important; font-size: 70px !important; }[data-css=\"tve-u-15ebea3a693\"] { max-width: 1434px; }[data-css=\"tve-u-15ebe955aaa\"]::after { clear: both; }#tve_editor [data-css=\"tve-u-15ebe925072\"] { font-family: Montserrat; letter-spacing: 0px; font-weight: 400; font-size: 20px !important; color: rgb(24, 45, 60) !important; }[data-css=\"tve-u-15ebe91a626\"] { display: block; max-width: 423px; margin-left: 50px !important; margin-right: 0px !important; }[data-css=\"tve-u-15ebe91a626\"] .tcb-button-link { border-radius: 200px; min-height: 67.1429px; font-size: 1.6em; padding-top: 0px; padding-bottom: 0px; background-color: rgb(105, 240, 174) !important; padding-left: 15px !important; background-image: none !important; }[data-css=\"tve-u-15ebe916c34\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 733px; }[data-css=\"tve-u-15ebe90cfb0\"] { line-height: 1.1em !important; }[data-css=\"tve-u-15ebe906677\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 669px; margin-left: 50px !important; margin-top: 40px !important; }#tve_editor [data-css=\"tve-u-15ebe905473\"] { font-size: 22px !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15ebe8ee6c0\"]::after { clear: both; }[data-css=\"tve-u-15ebe8edca2\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 722px; padding-left: 0px !important; margin-left: 50px !important; margin-top: 104px !important; }[data-css=\"tve-u-15ebe8abb9e\"] { padding: 0px !important; }[data-css=\"tve-u-15ebe8a4d78\"] { clip-path: url(\"#clip-left-335f47a4c8f92\"); -webkit-clip-path: url(\"#clip-left-335f47a4c8f92\");  }[data-css=\"tve-u-15ebe8a2edd\"] { padding-bottom: 15px !important; padding-top: 15px !important; }[data-css=\"tve-u-15ebe89fb7a\"] { margin-left: -35px !important; }[data-css=\"tve-u-15ebe830a90\"] { clip-path: url(\"#clip-left-bb2526ca261ae\"); -webkit-clip-path: url(\"#clip-left-bb2526ca261ae\");  background-image: linear-gradient(rgb(89, 171, 227), rgb(89, 171, 227)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-15ebe827cb3\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 0px !important; }[data-css=\"tve-u-15ebe80a9a1\"] { min-height: 729px; }[data-css=\"tve-u-15ebe738fb8\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-15ebe738fb8\"] > .tcb-flex-col > .tcb-col { min-height: 729px; }[data-css=\"tve-u-15ebe738fb8\"] { min-height: inherit; margin-left: 0px; padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-15ebe73226c\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/header_image-1.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-15ebe72c974\"] { max-width: 1620px; }[data-css=\"tve-u-15ebe70a25b\"] { width: 142px; margin-top: 20px !important; padding-left: 0px !important; margin-left: 30px !important; }[data-css=\"tve-u-15ebe5d7b44\"] { background-image: linear-gradient(rgb(0, 0, 0), rgb(0, 0, 0)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-15ebe51d596\"] { max-width: 100%; min-height: 100px !important; }#tcb_landing_page h3 { font-family: Montserrat; font-weight: 200; font-size: 20px; color: rgb(24, 45, 60); }#tcb_landing_page h2 { font-family: \"Amatic SC\"; font-weight: 400; font-size: 70px; color: rgb(24, 45, 60); }#tcb_landing_page h1 { font-family: \"Amatic SC\"; font-weight: 400; font-size: 96px; color: rgb(255, 255, 255); }#tcb_landing_page p, #tcb_landing_page li { font-family: Montserrat; font-weight: 200; color: rgb(24, 45, 60); font-size: 18px; line-height: 1.667em; }[data-css=\"tve-u-15e09c94f7d\"] { background-color: rgb(255, 255, 255); }[data-css=\"tve-u-15ec256b908\"] { font-family: \"Amatic SC\" !important; font-weight: 400 !important; }[data-css=\"tve-u-15ec26760e9\"] { font-family: ABeeZee !important; font-weight: 400 !important; }[data-css=\"tve-u-15ec2680494\"] { font-family: \"Amatic SC\" !important; font-weight: 400 !important; }#tve_editor [data-css=\"tve-u-15ec2ab1d6d\"] { letter-spacing: 1px; color: rgb(255, 255, 255) !important; font-size: 20px !important; }#tve_editor [data-css=\"tve-u-15ec2ab1d82\"] { letter-spacing: 1px; color: rgb(255, 255, 255) !important; font-size: 20px !important; }[data-css=\"tve-u-15ec2abe257\"] { float: none; z-index: 3; position: relative; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2ac01df\"] { display: block; max-width: 423px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2ac01df\"] .tcb-button-link { border-radius: 200px; min-height: 67.1429px; font-size: 1.6em; padding-top: 0px; padding-bottom: 0px; background-color: rgb(105, 240, 174) !important; padding-left: 15px !important; }#tve_editor [data-css=\"tve-u-15ec2af6c4b\"] { color: rgb(24, 45, 60) !important; font-size: 70px !important; }[data-css=\"tve-u-15ec2af6c4e\"] { font-family: \"Amatic SC\" !important; font-weight: 400 !important; }[data-css=\"tve-u-15ec3192f72\"] { margin-left: 25px !important; margin-right: 25px !important; margin-top: 25px !important; }[data-css=\"tve-u-15ec31ba260\"] { float: none; max-width: 1296px; margin-top: 10px !important; margin-left: auto !important; margin-right: auto !important; }#tcb_landing_page a:hover:not(.tcb-button-link) { color: rgb(89, 171, 227); }#tcb_landing_page .tve-state-hovera:not(.tcb-button-link) { color: rgb(89, 171, 227); }#tve_editor [data-css=\"tve-u-160266880a0\"] { color: rgb(255, 255, 255) !important; font-family: Montserrat !important; }[data-css=\"tve-u-1602b324ab9\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1602bec144e\"] { width: 36px; float: left; z-index: 3; position: static; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1602befe215\"] { max-width: 386px; position: relative !important; padding-left: 1px !important; margin-top: 0px !important; margin-left: 50px !important; }[data-css=\"tve-u-160309ddca8\"] + div { clear: none; }[data-css=\"tve-u-160309ddca8\"] { float: none; width: 60px; position: absolute; margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-160309f3e5d\"] { max-width: 75%; margin-left: 80px !important; margin-top: 60px !important; margin-bottom: 40px !important; }[data-css=\"tve-u-160309f6c04\"] { max-width: 75%; margin-left: 80px !important; margin-top: 60px !important; margin-bottom: 80px !important; }[data-css=\"tve-u-16030a013d7\"] + div { clear: none; }[data-css=\"tve-u-16030a013d7\"] { float: none; width: 60px; position: absolute; margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-16030a08afd\"] { position: relative !important; margin-left: 100px !important; }[data-css=\"tve-u-16030a09626\"] { position: relative !important; margin-left: 100px !important; }#tcb_landing_page a.tve-state-hover:not(.tcb-button-link) { color: rgb(89, 171, 227); }[data-css=\"tve-u-165b813034a\"] { border-bottom: 1px solid rgb(255, 255, 255); }}@media (max-width: 1023px){[data-css=\"tve-u-1602b332fd9\"] { float: none; max-width: 121px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1602befe215\"] { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1602b37ce9d\"] .tcb-flex-col { flex-basis: 420px !important; }[data-css=\"tve-u-1602bec144e\"] { float: none; z-index: 3; position: relative; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1602be7db66\"] { float: none; z-index: 3; position: relative; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2a38bfd\"] { text-align: left; }[data-css=\"tve-u-15ec27075e1\"] { margin-top: 0px !important; }[data-css=\"tve-u-15ee1237243\"] { margin-top: 52px !important; }[data-css=\"tve-u-15ee121a6d1\"] { margin-left: 33px !important; margin-right: 33px !important; }[data-css=\"tve-u-15ecc95760b\"]::after { clear: both; }[data-css=\"tve-u-15ebe51d596\"] { text-align: left; }[data-css=\"tve-u-15ec2b6e126\"] { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2b54c99\"] { text-align: left; }[data-css=\"tve-u-15ec2b3b468\"] { margin-left: 0px !important; margin-top: 20px !important; }[data-css=\"tve-u-15ec2b37666\"] { margin-top: 0px !important; }[data-css=\"tve-u-15ec2a80647\"] { margin-top: 0px !important; padding-left: 10px !important; padding-right: 10px !important; }[data-css=\"tve-u-15ec2a5540e\"] { max-width: 720px; }[data-css=\"tve-u-15ec2a33d71\"] { width: 395px; float: none; z-index: 3; position: relative; margin: 80px auto 0px !important; }[data-css=\"tve-u-15ec26b9914\"] { max-width: 720px; }[data-css=\"tve-u-15ec253ef3a\"] { padding: 25px 10px !important; }[data-css=\"tve-u-15ebea3a693\"] { max-width: 720px; }[data-css=\"tve-u-15ec30a8a14\"]::after { clear: both; }[data-css=\"tve-u-15ebe916c34\"] { max-width: 376px; }[data-css=\"tve-u-15ebe8a2edd\"] > .tcb-flex-col > .tcb-col { justify-content: center; min-height: 91px; }[data-css=\"tve-u-15ebe70a25b\"] { float: right; z-index: 3; position: relative; margin: 0px auto !important; }[data-css=\"tve-u-15ec3055cca\"] { text-align: center; margin-top: 0px !important; }[data-css=\"tve-u-15ebe8a2edd\"] { min-height: inherit; float: none; max-width: 100%; padding-top: 0px !important; padding-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec30518d3\"] { text-align: center; margin-left: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-15ebe830a90\"] { clip-path: url(\"#clip-tablet-left-bb2526ca261ae\"); -webkit-clip-path: url(\"#clip-tablet-left-bb2526ca261ae\");  }[data-css=\"tve-u-15ebe91a626\"] { margin-left: 30px !important; }[data-css=\"tve-u-15ebe906677\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 336px; margin-left: 30px !important; }[data-css=\"tve-u-15ebe8edca2\"] { margin-left: 30px !important; }[data-css=\"tve-u-15ebe89fb7a\"] { margin-left: -35px !important; }[data-css=\"tve-u-15ebe827cb3\"] { max-width: 100%; }#tve_editor [data-css=\"tve-u-15ebe90cfb0\"] { font-size: 84px !important; }}@media (max-width: 767px){[data-css=\"tve-u-160309b344b\"] { margin-left: 10px !important; margin-top: 30px !important; margin-right: 10px !important; }[data-css=\"tve-u-16030a013d7\"] { position: static; }[data-css=\"tve-u-16030a09626\"] { margin-left: 10px !important; margin-top: 30px !important; margin-right: 10px !important; }[data-css=\"tve-u-160309ddca8\"] { position: static; }[data-css=\"tve-u-16030a08afd\"] { margin-left: 10px !important; margin-right: 10px !important; margin-top: 30px !important; }[data-css=\"tve-u-160309b00b4\"] { position: static; }[data-css=\"tve-u-16030975307\"] { max-width: 100%; margin-left: 10px !important; margin-right: 10px !important; }[data-css=\"tve-u-160309f6c04\"] { max-width: 100%; margin-left: 10px !important; margin-right: 10px !important; }[data-css=\"tve-u-160309f3e5d\"] { max-width: 100%; margin-left: 10px !important; margin-right: 10px !important; }[data-css=\"tve-u-15ec2a38bfd\"]::after { clear: both; }[data-css=\"tve-u-1602bff3cd5\"]::after { clear: both; }[data-css=\"tve-u-1602bfea280\"] { margin-top: 0px !important; margin-bottom: 20px !important; }[data-css=\"tve-u-15ec2b6e126\"] { float: left; z-index: 3; position: relative; margin-left: 24px !important; }[data-css=\"tve-u-1602bf25f10\"]::after { clear: both; }[data-css=\"tve-u-1602b332fd9\"] { max-width: 257px; float: left; z-index: 3; position: relative; width: 100%; margin-top: 20px !important; margin-left: 20px !important; }[data-css=\"tve-u-15ec253ef3a\"] { padding-top: 30px !important; padding-bottom: 30px !important; }[data-css=\"tve-u-15ee1237243\"] { margin-top: 25px !important; }[data-css=\"tve-u-15ee1232726\"] { margin-top: 25px !important; }[data-css=\"tve-u-15ebe70a25b\"] { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2ae8715\"] { margin-left: -15px; }[data-css=\"tve-u-15ec2ae8715\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-15ec2b33f06\"] { margin-right: 0px !important; }[data-css=\"tve-u-15ec26fee25\"] > .tcb-flex-col > .tcb-col { min-height: 387px; }[data-css=\"tve-u-15ec26fee25\"] { margin-left: 0px; min-height: inherit; }[data-css=\"tve-u-15ec26fee25\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-15ec2a33d71\"] { position: static; margin-bottom: 0px !important; }[data-css=\"tve-u-15ec31ba260\"] { padding-left: 3px !important; padding-right: 3px !important; }[data-css=\"tve-u-15ec253a41f\"] > .tcb-flex-col > .tcb-col { min-height: 27px; }[data-css=\"tve-u-15ec253a41f\"] { margin-left: 0px; min-height: inherit; }[data-css=\"tve-u-15ec253a41f\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-15ec254985a\"] { margin-top: 0px !important; }[data-css=\"tve-u-15ec24f494c\"] { margin-top: 30px !important; }[data-css=\"tve-u-15ec256e611\"] { margin-top: 0px !important; }[data-css=\"tve-u-15ec3192f72\"] { margin-bottom: 32px !important; }[data-css=\"tve-u-15ec318421d\"] { margin-bottom: 34px !important; margin-top: -105px !important; }[data-css=\"tve-u-15ebe738fb8\"] > .tcb-flex-col > .tcb-col { min-height: 554px; }[data-css=\"tve-u-15ebe738fb8\"] { min-height: inherit; padding-bottom: 0px !important; }[data-css=\"tve-u-15ec3017516\"] { margin-top: 0px !important; padding-left: 5px !important; padding-right: 5px !important; }[data-css=\"tve-u-15ebe89fb7a\"] { margin-left: -20px !important; }[data-css=\"tve-u-15ec3055cca\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-15ebe916c34\"] { margin-bottom: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-15ec3152b02\"] { min-height: 226px; }[data-css=\"tve-u-15ebe80a9a1\"] { min-height: 554px; }[data-css=\"tve-u-15ebe91a626\"] { margin-left: 28px !important; margin-right: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-15ebe906677\"] { margin-left: 30px !important; }[data-css=\"tve-u-15ebe8edca2\"] { margin-left: 30px !important; margin-top: 45px !important; }[data-css=\"tve-u-15ebe827cb3\"] { max-width: 100%; }[data-css=\"tve-u-15ec313e743\"] { margin-left: 10px !important; margin-right: 10px !important; }[data-css=\"tve-u-1602befe215\"] { max-width: 257px; float: left; z-index: 3; position: relative; width: 100%; margin-top: 20px !important; margin-left: 20px !important; }}'),(2744,275,'tve_revision_tve_user_custom_css','.thrv_text_element p {margin:0;}\n.thrv_heading h1,h2,h3 {margin:0;}'),(2745,275,'tve_revision_tve_page_events','a:0:{}'),(2746,275,'tve_revision_tve_globals','a:4:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";s:11:\"extra_icons\";a:1:{i:0;a:3:{s:11:\"font-family\";s:25:\"tve-ff-6797-59f9979fd5998\";s:3:\"css\";s:87:\"http://lp-build.thrivethemes.com/wp-content/uploads/tve-ff-6797-59f9979fd5998/style.css\";s:6:\"folder\";s:92:\"/home/thrivedevbitston/public_html/landingpages/wp-content/uploads/tve-ff-6797-59f9979fd5998\";}}s:11:\"lightbox_id\";i:0;s:6:\"lb_map\";a:1:{i:6808;s:3:\"265\";}}'),(2747,275,'tve_revision_tve_global_scripts',''),(2748,275,'tve_revision_thrive_icon_pack',''),(2749,275,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(2750,275,'tve_revision_tve_has_masonry','0'),(2751,275,'tve_revision_tve_has_typefocus',''),(2752,275,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv-page-section\" style=\"\" wfd-id=\"221\" data-css=\"tve-u-165b813034a\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ebe5d7b44\" wfd-id=\"241\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ebe51d596\" wfd-id=\"222\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15ec3055cca\" wfd-id=\"223\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2\" data-css=\"tve-u-15ebe8a2edd\" wfd-id=\"224\"><div class=\"tcb-flex-col\" wfd-id=\"235\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec30518d3\" wfd-id=\"237\"><div class=\"tcb-clear\" data-css=\"tve-u-15ecc95760b\" wfd-id=\"238\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ebe70a25b\" wfd-id=\"239\"><span class=\"tve_image_frame\" wfd-id=\"240\"><img class=\"tve_image wp-image-25564\" alt=\"\" width=\"142\" height=\"44\" title=\"logo_pawcity\" data-id=\"25564\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/logo_pawcity.png\"></span></div></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"225\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec313e743\" data-tcb_hover_state_parent=\"\" wfd-id=\"227\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone tcb-tablet-hidden tcb-mobile-hidden\" style=\"\" wfd-id=\"228\"><p data-css=\"tve-u-15f002fa8f6\"><span data-css=\"tve-u-15f0034f748\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"234\"><a href=\"#whatwedo\">What We Do</a></span>&nbsp; &nbsp; <span data-css=\"tve-u-15f003606db\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"233\"><a href=\"#testimonials\">Testimonials</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f003655f8\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"232\"><a href=\"#aboutus\">About Us</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f00369f5e\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"231\"><a href=\"#getyourcoupon\">Get Your Coupon</a></span>&nbsp; &nbsp; <span data-css=\"tve-u-15f0064f814\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"230\"><a href=\"#areaweserve\">Area We Serve</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f003784ab\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"229\"><a href=\"#contact\">Contact</a></span></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ebe8abb9e\" wfd-id=\"196\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ebe8a4d78\" data-clip-id=\"335f47a4c8f92\" wfd-id=\"220\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-left-335f47a4c8f92\" class=\"decoration-clip clip-path-left\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" pointer-width=\"6\" pointer-height=\"2.5\" style=\"curves\" decoration-type=\"none\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon><ellipse cx=\"0.025\" cy=\"0.029412\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.08823600000000001\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.14706\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.205884\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.264708\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.323532\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.38235600000000003\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.44118\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.500004\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.558828\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.617652\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.676476\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.7353000000000001\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.794124\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.852948\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.911772\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.970596\" rx=\"0.025\" ry=\"0.029412\"></ellipse></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ebe72c974\" wfd-id=\"197\"><div class=\"thrv_wrapper thrv-columns tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec318421d\" wfd-id=\"198\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-15ebe738fb8\" wfd-id=\"199\"><div class=\"tcb-flex-col\" wfd-id=\"217\"><div class=\"tcb-col\" data-css=\"tve-u-15ebe73226c\" wfd-id=\"219\"></div></div><div class=\"tcb-flex-col\" wfd-id=\"200\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ebe89fb7a\" wfd-id=\"202\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ebe827cb3\" wfd-id=\"203\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15ebe830a90\" data-clip-id=\"bb2526ca261ae\" wfd-id=\"216\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-left-bb2526ca261ae\" class=\"decoration-clip clip-path-left\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"divider\" pointer-width=\"5.7\" pointer-height=\"2.5\" style=\"curves\" slanted-angle=\"5\"><polygon points=\"0.025 0, 0.025 1, 1 1, 1 0\"></polygon><ellipse cx=\"0.025\" cy=\"0.027778\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.083334\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.13889\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.194446\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.250002\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.305558\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.361114\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.41667\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.47222600000000003\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.527782\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.583338\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.638894\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.69445\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.7500060000000001\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.805562\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.861118\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.916674\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.97223\" rx=\"0.025\" ry=\"0.027778\"></ellipse></clipPath><clipPath id=\"clip-tablet-left-bb2526ca261ae\" class=\"decoration-clip clip-path-tablet-left\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"divider\" pointer-width=\"5.7\" pointer-height=\"4\" style=\"curves\" slanted-angle=\"5\"><polygon points=\"0.04 0, 0.04 1, 1 1, 1 0\"></polygon><ellipse cx=\"0.04\" cy=\"0.027778\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.083334\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.13889\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.194446\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.250002\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.305558\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.361114\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.41667\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.47222600000000003\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.527782\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.583338\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.638894\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.69445\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.7500060000000001\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.805562\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.861118\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.916674\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.97223\" rx=\"0.04\" ry=\"0.027778\"></ellipse></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ebe80a9a1\" wfd-id=\"204\"><div class=\"tcb-clear\" data-css=\"tve-u-15ebe8ee6c0\" wfd-id=\"214\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15ebe8edca2\" data-tag=\"h1\" wfd-id=\"215\"><h1 data-css=\"tve-u-15ebe90cfb0\">Happy dogs =<br>â€‹â€‹â€‹â€‹â€‹happâ€‹â€‹â€‹â€‹y owners</h1></div></div><div class=\"tcb-clear\" data-css=\"tve-u-15ec30a8a14\" wfd-id=\"212\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ebe906677\" wfd-id=\"213\"><p data-css=\"tve-u-15ebe905473\">Offer your dog a premium walking experience</p></div></div><div class=\"tcb-clear\" data-css=\"tve-u-15ebe955aaa\" wfd-id=\"205\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ebe916c34\" wfd-id=\"206\">\n<div class=\"tve-content-box-background\" wfd-id=\"211\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ec3152b02\" wfd-id=\"207\"><div class=\"thrv_wrapper thrv-button tve_ea_thrive_lightbox\" data-css=\"tve-u-15ebe91a626\" data-tcb_hover_state_parent=\"false\" data-button-style=\"full_rounded\" wfd-id=\"208\">\n<a href=\"#\" class=\"tcb-button-link tve_evt_manager_listen tve_et_click\" data-tcb-events=\"__TCB_EVENT_[{&quot;config&quot;:{&quot;l_anim&quot;:&quot;zoom_in&quot;,&quot;l_id&quot;:&quot;265&quot;},&quot;a&quot;:&quot;thrive_lightbox&quot;,&quot;t&quot;:&quot;click&quot;}]_TNEVE_BCT__\">\n<span class=\"tcb-button-texts\" wfd-id=\"209\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-15ebe925072\" wfd-id=\"210\">Get -20% On Your First Walk</span></span>\n</a>\n</div></div>\n</div></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec3017516\" wfd-id=\"191\">\n<div class=\"tve-page-section-out\" wfd-id=\"195\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ebea3a693\" wfd-id=\"192\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15ebea49c0c\" id=\"whatwedo\" data-tag=\"h1\" wfd-id=\"194\"><h1 data-css=\"tve-u-15ebea42b31\" style=\"text-align: center;\">What We Do</h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2448fdb\" wfd-id=\"193\"><p data-css=\"tve-u-15ec2443105\" style=\"text-align: center;\">Our goal is to make sure the owners are comforted, the pups are exercised and happy and that we are getting our own puppy fixes. But letâ€™s be honest- itâ€™s their world, weâ€™re just living in it! As a small team of experienced dog owners and lovers, we really get to know you and your dog and we canguarantee consistent and personal care that is equal to your love and attention. We are so excited to make you a part of the family!</p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" wfd-id=\"162\">\n<div class=\"tve-page-section-out\" wfd-id=\"190\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ee1211b9b\" wfd-id=\"163\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15ee121a6d1\" wfd-id=\"164\"><div class=\"tcb-flex-row tcb--cols--3 tcb-medium-wrap\" data-css=\"tve-u-15ee121fb1c\" wfd-id=\"165\"><div class=\"tcb-flex-col\" wfd-id=\"182\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ee1225fdf\" wfd-id=\"184\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec2477274\" wfd-id=\"188\"><span class=\"tve_image_frame\" wfd-id=\"189\"><img class=\"tve_image wp-image-1596\" alt=\"\" width=\"55\" height=\"73\" title=\"what_do_icon_01\" data-id=\"1596\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_01.png\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"187\"><p data-css=\"tve-u-15ec2481d17\"><strong>First Class Care</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"186\"><p data-css=\"tve-u-15ec2487407\">all the best for them</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2492191\" wfd-id=\"185\"><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"174\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ee1232726\" wfd-id=\"176\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec24ae116\" wfd-id=\"180\"><span class=\"tve_image_frame\" wfd-id=\"181\"><img class=\"tve_image wp-image-1597\" alt=\"\" width=\"73\" height=\"73\" title=\"what_do_icon_02\" data-id=\"1597\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_02.png\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"179\"><p data-css=\"tve-u-15ec2481d17\"><strong>Snacks Included</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"178\"><p data-css=\"tve-u-15ec2487407\">for your little one</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec3192f72\" wfd-id=\"177\"><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"166\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ee1237243\" wfd-id=\"168\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec24d5e15\" wfd-id=\"172\"><span class=\"tve_image_frame\" wfd-id=\"173\"><img class=\"tve_image wp-image-1598\" alt=\"\" width=\"65\" height=\"73\" title=\"what_do_icon_03\" data-id=\"1598\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_03.png\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"171\"><p data-css=\"tve-u-15ec2481d17\"><strong>Regularly walks</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"170\"><p data-css=\"tve-u-15ec2487407\">to keep them ealthy</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2492191\" wfd-id=\"169\"><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris.</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-15ec24f494c\" id=\"testimonials\" style=\"\" wfd-id=\"142\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ec24f97c0\" wfd-id=\"161\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec24f790d\" wfd-id=\"143\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15ec254985a\" style=\"\" wfd-id=\"144\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-15ec253a41f\" wfd-id=\"145\"><div class=\"tcb-flex-col\" wfd-id=\"149\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec253ef3a\" style=\"\" wfd-id=\"151\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec256e611\" style=\"\" wfd-id=\"154\"><p data-css=\"tve-u-15ec25610c7\"><span data-css=\"tve-u-15ec268a0a3\" style=\"font-size: 45px; color: rgb(89, 171, 227);\" wfd-id=\"159\"><span data-css=\"tve-u-15ec26760e9\" style=\"font-family: ABeeZee;\" wfd-id=\"160\">â€</span></span><span data-css=\"tve-u-15ec256b908\" style=\"font-family: &quot;Amatic SC&quot;;\" wfd-id=\"158\">&nbsp; &nbsp; &nbsp;</span><span data-css=\"tve-u-15ec2680494\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"156\"><span data-css=\"tve-u-15ec269379d\" style=\"font-size: 45px;\" wfd-id=\"157\">my chester enjoys being with them!</span> &nbsp; &nbsp;&nbsp;</span><span data-css=\"tve-u-15ec255fe12\" style=\"font-family: ABeeZee; font-weight: 400; color: rgb(89, 171, 227); font-size: 45px;\" wfd-id=\"155\">â€</span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2698d8d\" wfd-id=\"153\"><p data-css=\"tve-u-160266880a0\">We LOVE going for walks with our friends at Paw! Donâ€™t tell our mom &amp; dad,but we get really excited when they leave for work because we know it wonâ€™t be long before we get a visit from one of our favorite friends at PawCity! Best part is, they always let our parents know how ourwalk went right away so they dont have to worry about us!</p><p data-css=\"tve-u-15ec269736c\">We love you PawCity!! xoxo</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec26ab7b0\" style=\"\" wfd-id=\"152\"><p data-css=\"tve-u-15ec26a92a2\"><strong>Anna Olson</strong>, Chesterâ€™s Mom</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"146\"><div class=\"tcb-col\" wfd-id=\"148\"></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec26c390a\" id=\"aboutus\" wfd-id=\"137\">\n<div class=\"tve-page-section-out\" wfd-id=\"141\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec26b9914\" wfd-id=\"138\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15ee1037a1d\" data-tag=\"h1\" wfd-id=\"140\"><h1 data-css=\"tve-u-15ec26bd2e8\">About us</h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec31ba260\" wfd-id=\"139\"><p data-css=\"tve-u-15ec2443105\" style=\"text-align: center;\">At PawCity, we lead lives full of the unconditional love and happiness we receive from the furballs we get to spend time with everyday and we have this beautiful city and all the beautiful people in it to thank. We love you and your pups!!</p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec26ec232\" wfd-id=\"106\">\n<div class=\"tve-page-section-out\" wfd-id=\"136\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec26e5812\" wfd-id=\"107\"><div class=\"thrv_wrapper thrv-columns tcb-window-width\" style=\"width: 1603px; left: -1px;\" data-css=\"tve-u-15ee106257d\" wfd-id=\"108\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2\" data-css=\"tve-u-15ec26fee25\" wfd-id=\"109\"><div class=\"tcb-flex-col c-33\" wfd-id=\"131\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec2a38bfd\" wfd-id=\"133\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec2a33d71\" wfd-id=\"134\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"135\"><img class=\"tve_image wp-image-7399\" alt=\"\" width=\"830\" height=\"775\" title=\"about_us_dog\" data-id=\"7399\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/about_us_dog.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col c-66\" wfd-id=\"110\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec27075e1\" wfd-id=\"112\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160309f3e5d\" wfd-id=\"125\">\n<div class=\"tve-content-box-background\" wfd-id=\"130\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160309b397d\" wfd-id=\"126\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-160309b00b4\" data-float=\"1\" wfd-id=\"128\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"129\"><img class=\"tve_image wp-image-7404\" alt=\"\" width=\"64\" height=\"64\" title=\"dog_paw\" data-id=\"7404\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/dog_paw.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16030a08afd\" wfd-id=\"127\"><p>We moved to New York City with our black bulldog rescue, Blakely, in 2007 after graduating from the University of Maryland. Immediately, we realized what a dog-crazy place it was.</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160309f6c04\" wfd-id=\"119\">\n<div class=\"tve-content-box-background\" wfd-id=\"124\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160309b397d\" wfd-id=\"120\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-160309ddca8\" data-float=\"1\" wfd-id=\"122\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"123\"><img class=\"tve_image wp-image-7403\" alt=\"\" width=\"64\" height=\"64\" title=\"dog_house\" data-id=\"7403\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/dog_house.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16030a09626\" wfd-id=\"121\"><p>We knew right away that we wanted to work with the animals that we loved and that had given us so much love since we were little girls. We started PawCity Dog Walking in July of 2010.</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16030975307\" wfd-id=\"113\">\n<div class=\"tve-content-box-background\" wfd-id=\"118\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160309b397d\" wfd-id=\"114\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16030a013d7\" data-float=\"1\" wfd-id=\"116\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"117\"><img class=\"tve_image wp-image-7405\" alt=\"\" width=\"64\" height=\"64\" title=\"spinning_wheel\" data-id=\"7405\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/spinning_wheel.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160309b344b\" wfd-id=\"115\"><p>We cover the entire width of the East Side, from 96th Street to Delancey and handle every type of personality imaginable. At PawCity, we lead lives full of the unconditional love and happiness we receive from the furballs we get to spend time with everyday.</p></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" data-css=\"tve-u-15ec2a56438\" style=\"width: 1603px; left: 0px;\" id=\"getyourcoupon\" wfd-id=\"90\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ec2a5bb35\" wfd-id=\"105\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec2a5540e\" wfd-id=\"91\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ec2a80647\" wfd-id=\"92\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15ec2a9b8a9\" wfd-id=\"104\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ec2a81a9f\" wfd-id=\"93\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2a6f589\" wfd-id=\"102\"><p data-css=\"tve-u-15ec2a6b447\"><span data-css=\"tve-u-15ec2a6d9d8\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"103\"><strong>Get Your Coupon</strong></span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2aaa9a4\" wfd-id=\"100\"><p data-css=\"tve-u-15ec2ab1d6d\">We strive to keep both you and your pup as happy and comfortable as possible while youâ€™re out earning those big bucks.</p><p data-css=\"tve-u-15ec2ab1d82\"><br></p><p data-css=\"tve-u-15ec2aa8e2e\"><strong>Get <span data-css=\"tve-u-15ec2aafa24\" style=\"color: rgb(89, 171, 227);\" wfd-id=\"101\">20%</span> off your first walk. Enter your email and we\'ll send you your coupon.</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ec2abe257\" wfd-id=\"94\">\n<div class=\"tve-content-box-background\" wfd-id=\"99\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ec2acb421\" wfd-id=\"95\"><div class=\"thrv_wrapper thrv-button tve_ea_thrive_lightbox\" data-css=\"tve-u-15ec2ac01df\" data-tcb_hover_state_parent=\"false\" data-button-style=\"full_rounded\" wfd-id=\"96\">\n<a href=\"#\" class=\"tcb-button-link tve_evt_manager_listen tve_et_click\" data-tcb-events=\"__TCB_EVENT_[{&quot;config&quot;:{&quot;l_anim&quot;:&quot;zoom_in&quot;,&quot;l_id&quot;:&quot;265&quot;},&quot;a&quot;:&quot;thrive_lightbox&quot;,&quot;t&quot;:&quot;click&quot;}]_TNEVE_BCT__\">\n<span class=\"tcb-button-texts\" wfd-id=\"97\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-15ebe925072\" wfd-id=\"98\">Get Your Coupon Now</span></span>\n</a>\n</div></div>\n</div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-15ec2b0a32a\" id=\"areaweserve\" wfd-id=\"74\">\n<div class=\"tve-page-section-out\" wfd-id=\"89\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15f76fcb7df\" wfd-id=\"75\"><div class=\"thrv_wrapper thrv-columns\" style=\"\" data-css=\"tve-u-15ee103f44a\" wfd-id=\"76\"><div class=\"tcb-flex-row tcb--cols--2 tcb-medium-wrap\" data-css=\"tve-u-15ec2ae8715\" wfd-id=\"77\"><div class=\"tcb-flex-col c-33\" wfd-id=\"82\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec2b37666\" wfd-id=\"84\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"87\"><p data-css=\"tve-u-15ec2af6c4b\"><span data-css=\"tve-u-15ec2af6c4e\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"88\">area we serve</span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"85\"><p>As a small team of experienced dog owners and lovers, we really get to know you and your dog and we canguarantee consistent and personal care that is equal to your love and attention.</p><p><br></p><p><strong><span data-css=\"tve-u-15ec2afed17\" style=\"color: rgb(89, 171, 227);\" wfd-id=\"86\">We are so excited to make you a part of the family!</span></strong></p></div></div></div><div class=\"tcb-flex-col c-66\" wfd-id=\"78\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec2b33f06\" wfd-id=\"80\"><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-15ec2b3b468\" wfd-id=\"81\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=blakely, united states&amp;t=m&amp;z=11&amp;output=embed&amp;iwloc=near\"></iframe>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" data-css=\"tve-u-15ec2b5d54c\" style=\"width: 1603px; left: 0px;\" id=\"contact\" wfd-id=\"35\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ec2b56fac\" wfd-id=\"73\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec2b54c99\" wfd-id=\"36\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1602b31dfcd\" wfd-id=\"37\"><div class=\"tcb-flex-row tcb-resized tcb-medium-wrap tcb--cols--3\" data-css=\"tve-u-1602b37ce9d\" wfd-id=\"38\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1602be453ec\" style=\"\" wfd-id=\"67\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"69\"><div class=\"tcb-clear\" data-css=\"tve-u-1602bff3cd5\" wfd-id=\"70\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec2b6e126\" wfd-id=\"71\"><span class=\"tve_image_frame\" wfd-id=\"72\"><img class=\"tve_image wp-image-25564\" alt=\"\" width=\"142\" height=\"44\" title=\"logo_pawcity\" data-id=\"25564\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/logo_pawcity.png\"></span></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1602be45437\" style=\"\" wfd-id=\"53\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1602be56dfc\" wfd-id=\"55\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1602bfebaf9\" wfd-id=\"56\">\n<div class=\"tve-content-box-background\" wfd-id=\"66\"></div>\n<div class=\"tve-cb\" wfd-id=\"57\"><div class=\"tcb-clear\" data-css=\"tve-u-1602bf36e2c\" wfd-id=\"63\"><div class=\"thrv_wrapper tve_image_caption tcb-mobile-hidden\" data-css=\"tve-u-1602be7db66\" data-float=\"1\" wfd-id=\"64\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"65\"><img class=\"tve_image wp-image-7369\" alt=\"\" width=\"64\" height=\"64\" title=\"location\" data-id=\"7369\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/location.png\" style=\"width: 100%;\"></span></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1602bf25f10\" wfd-id=\"58\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1602befe215\" wfd-id=\"59\"><p data-css=\"tve-u-1602bfa220e\"><strong><span data-css=\"tve-u-1602b324a9b\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"62\">67 E. 3rd Street</span></strong><span data-css=\"tve-u-1602b324a9c\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"61\"> </span><span data-css=\"tve-u-1602b324ab9\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"60\">Suite B New York, NY 10003</span></p></div></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1602be4545b\" style=\"\" wfd-id=\"39\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"41\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1602bfea280\" wfd-id=\"42\">\n<div class=\"tve-content-box-background\" wfd-id=\"52\"></div>\n<div class=\"tve-cb\" wfd-id=\"43\"><div class=\"tcb-clear\" data-css=\"tve-u-1602bfc4bea\" wfd-id=\"49\"><div class=\"thrv_wrapper tve_image_caption tcb-mobile-hidden\" data-css=\"tve-u-1602bec144e\" data-float=\"1\" wfd-id=\"50\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"51\"><img class=\"tve_image wp-image-7370\" alt=\"\" width=\"64\" height=\"64\" title=\"phone\" data-id=\"7370\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/phone.png\" style=\"width: 100%;\"></span></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1602bfc74c3\" wfd-id=\"44\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1602b332fd9\" data-float=\"1\" wfd-id=\"45\"><p><strong><span data-css=\"tve-u-1602b324a9b\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"48\">080</span></strong><span data-css=\"tve-u-1602b324a9c\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"47\"> </span><span data-css=\"tve-u-1602b324ab9\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"46\">708 5583</span></p></div></div></div>\n</div></div></div></div></div></div>\n</div>'),(2753,275,'tve_revision_tve_has_wistia_popover',''),(3157,303,'tve_lp_lightbox','tcb2-flat-2-0-homepage'),(2754,276,'tve_revision_tve_landing_page','tcb2-one-page-site-dog-walking'),(2755,276,'tve_revision_tve_disable_theme_dependency',''),(2756,276,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv-page-section\" style=\"\" wfd-id=\"221\" data-css=\"tve-u-165b813034a\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ebe5d7b44\" wfd-id=\"241\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ebe51d596\" wfd-id=\"222\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15ec3055cca\" wfd-id=\"223\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2\" data-css=\"tve-u-15ebe8a2edd\" wfd-id=\"224\"><div class=\"tcb-flex-col\" wfd-id=\"235\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec30518d3\" wfd-id=\"237\"><div class=\"tcb-clear\" data-css=\"tve-u-15ecc95760b\" wfd-id=\"238\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ebe70a25b\" wfd-id=\"239\"><span class=\"tve_image_frame\" wfd-id=\"240\"><img class=\"tve_image wp-image-25564\" alt=\"\" width=\"142\" height=\"44\" title=\"logo_pawcity\" data-id=\"25564\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/logo_pawcity.png\"></span></div></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"225\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec313e743\" data-tcb_hover_state_parent=\"\" wfd-id=\"227\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone tcb-tablet-hidden tcb-mobile-hidden\" style=\"\" wfd-id=\"228\"><p data-css=\"tve-u-15f002fa8f6\"><span data-css=\"tve-u-15f0034f748\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"234\"><a href=\"#whatwedo\">What We Do</a></span>&nbsp; &nbsp; <span data-css=\"tve-u-15f003606db\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"233\"><a href=\"#testimonials\">Testimonials</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f003655f8\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"232\"><a href=\"#aboutus\">About Us</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f00369f5e\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"231\"><a href=\"#getyourcoupon\">Get Your Coupon</a></span>&nbsp; &nbsp; <span data-css=\"tve-u-15f0064f814\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"230\"><a href=\"#areaweserve\">Area We Serve</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f003784ab\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"229\"><a href=\"#contact\">Contact</a></span></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ebe8abb9e\" wfd-id=\"196\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ebe8a4d78\" data-clip-id=\"335f47a4c8f92\" wfd-id=\"220\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-left-335f47a4c8f92\" class=\"decoration-clip clip-path-left\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" pointer-width=\"6\" pointer-height=\"2.5\" style=\"curves\" decoration-type=\"none\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon><ellipse cx=\"0.025\" cy=\"0.029412\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.08823600000000001\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.14706\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.205884\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.264708\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.323532\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.38235600000000003\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.44118\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.500004\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.558828\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.617652\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.676476\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.7353000000000001\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.794124\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.852948\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.911772\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.970596\" rx=\"0.025\" ry=\"0.029412\"></ellipse></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ebe72c974\" wfd-id=\"197\"><div class=\"thrv_wrapper thrv-columns tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec318421d\" wfd-id=\"198\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-15ebe738fb8\" wfd-id=\"199\"><div class=\"tcb-flex-col\" wfd-id=\"217\"><div class=\"tcb-col\" data-css=\"tve-u-15ebe73226c\" wfd-id=\"219\"></div></div><div class=\"tcb-flex-col\" wfd-id=\"200\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ebe89fb7a\" wfd-id=\"202\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ebe827cb3\" wfd-id=\"203\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15ebe830a90\" data-clip-id=\"bb2526ca261ae\" wfd-id=\"216\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-left-bb2526ca261ae\" class=\"decoration-clip clip-path-left\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"divider\" pointer-width=\"5.7\" pointer-height=\"2.5\" style=\"curves\" slanted-angle=\"5\"><polygon points=\"0.025 0, 0.025 1, 1 1, 1 0\"></polygon><ellipse cx=\"0.025\" cy=\"0.027778\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.083334\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.13889\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.194446\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.250002\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.305558\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.361114\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.41667\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.47222600000000003\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.527782\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.583338\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.638894\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.69445\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.7500060000000001\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.805562\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.861118\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.916674\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.97223\" rx=\"0.025\" ry=\"0.027778\"></ellipse></clipPath><clipPath id=\"clip-tablet-left-bb2526ca261ae\" class=\"decoration-clip clip-path-tablet-left\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"divider\" pointer-width=\"5.7\" pointer-height=\"4\" style=\"curves\" slanted-angle=\"5\"><polygon points=\"0.04 0, 0.04 1, 1 1, 1 0\"></polygon><ellipse cx=\"0.04\" cy=\"0.027778\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.083334\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.13889\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.194446\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.250002\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.305558\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.361114\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.41667\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.47222600000000003\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.527782\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.583338\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.638894\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.69445\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.7500060000000001\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.805562\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.861118\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.916674\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.97223\" rx=\"0.04\" ry=\"0.027778\"></ellipse></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ebe80a9a1\" wfd-id=\"204\"><div class=\"tcb-clear\" data-css=\"tve-u-15ebe8ee6c0\" wfd-id=\"214\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15ebe8edca2\" data-tag=\"h1\" wfd-id=\"215\"><h1 data-css=\"tve-u-15ebe90cfb0\">Happy dogs =<br>â€‹â€‹â€‹â€‹â€‹happâ€‹â€‹â€‹â€‹y owners</h1></div></div><div class=\"tcb-clear\" data-css=\"tve-u-15ec30a8a14\" wfd-id=\"212\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ebe906677\" wfd-id=\"213\"><p data-css=\"tve-u-15ebe905473\">Offer your dog a premium walking experience</p></div></div><div class=\"tcb-clear\" data-css=\"tve-u-15ebe955aaa\" wfd-id=\"205\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ebe916c34\" wfd-id=\"206\">\n<div class=\"tve-content-box-background\" wfd-id=\"211\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ec3152b02\" wfd-id=\"207\"><div class=\"thrv_wrapper thrv-button tve_ea_thrive_lightbox\" data-css=\"tve-u-15ebe91a626\" data-tcb_hover_state_parent=\"false\" data-button-style=\"full_rounded\" wfd-id=\"208\">\n<a href=\"#\" class=\"tcb-button-link tve_evt_manager_listen tve_et_click\" data-tcb-events=\"__TCB_EVENT_[{&quot;config&quot;:{&quot;l_anim&quot;:&quot;zoom_in&quot;,&quot;l_id&quot;:&quot;265&quot;},&quot;a&quot;:&quot;thrive_lightbox&quot;,&quot;t&quot;:&quot;click&quot;}]_TNEVE_BCT__\">\n<span class=\"tcb-button-texts\" wfd-id=\"209\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-15ebe925072\" wfd-id=\"210\">Get -20% On Your First Walk</span></span>\n</a>\n</div></div>\n</div></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec3017516\" wfd-id=\"191\">\n<div class=\"tve-page-section-out\" wfd-id=\"195\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ebea3a693\" wfd-id=\"192\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15ebea49c0c\" id=\"whatwedo\" data-tag=\"h1\" wfd-id=\"194\"><h1 data-css=\"tve-u-15ebea42b31\" style=\"text-align: center;\">What We Do</h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2448fdb\" wfd-id=\"193\"><p data-css=\"tve-u-15ec2443105\" style=\"text-align: center;\">Our goal is to make sure the owners are comforted, the pups are exercised and happy and that we are getting our own puppy fixes. But letâ€™s be honest- itâ€™s their world, weâ€™re just living in it! As a small team of experienced dog owners and lovers, we really get to know you and your dog and we canguarantee consistent and personal care that is equal to your love and attention. We are so excited to make you a part of the family!</p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" wfd-id=\"162\">\n<div class=\"tve-page-section-out\" wfd-id=\"190\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ee1211b9b\" wfd-id=\"163\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15ee121a6d1\" wfd-id=\"164\"><div class=\"tcb-flex-row tcb--cols--3 tcb-medium-wrap\" data-css=\"tve-u-15ee121fb1c\" wfd-id=\"165\"><div class=\"tcb-flex-col\" wfd-id=\"182\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ee1225fdf\" wfd-id=\"184\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec2477274\" wfd-id=\"188\"><span class=\"tve_image_frame\" wfd-id=\"189\"><img class=\"tve_image wp-image-1596\" alt=\"\" width=\"55\" height=\"73\" title=\"what_do_icon_01\" data-id=\"1596\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_01.png\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"187\"><p data-css=\"tve-u-15ec2481d17\"><strong>First Class Care</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"186\"><p data-css=\"tve-u-15ec2487407\">all the best for them</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2492191\" wfd-id=\"185\"><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"174\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ee1232726\" wfd-id=\"176\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec24ae116\" wfd-id=\"180\"><span class=\"tve_image_frame\" wfd-id=\"181\"><img class=\"tve_image wp-image-1597\" alt=\"\" width=\"73\" height=\"73\" title=\"what_do_icon_02\" data-id=\"1597\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_02.png\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"179\"><p data-css=\"tve-u-15ec2481d17\"><strong>Snacks Included</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"178\"><p data-css=\"tve-u-15ec2487407\">for your little one</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec3192f72\" wfd-id=\"177\"><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"166\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ee1237243\" wfd-id=\"168\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec24d5e15\" wfd-id=\"172\"><span class=\"tve_image_frame\" wfd-id=\"173\"><img class=\"tve_image wp-image-1598\" alt=\"\" width=\"65\" height=\"73\" title=\"what_do_icon_03\" data-id=\"1598\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_03.png\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"171\"><p data-css=\"tve-u-15ec2481d17\"><strong>Regularly walks</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"170\"><p data-css=\"tve-u-15ec2487407\">to keep them ealthy</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2492191\" wfd-id=\"169\"><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris.</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-15ec24f494c\" id=\"testimonials\" style=\"\" wfd-id=\"142\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ec24f97c0\" wfd-id=\"161\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec24f790d\" wfd-id=\"143\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15ec254985a\" style=\"\" wfd-id=\"144\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-15ec253a41f\" wfd-id=\"145\"><div class=\"tcb-flex-col\" wfd-id=\"149\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec253ef3a\" style=\"\" wfd-id=\"151\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec256e611\" style=\"\" wfd-id=\"154\"><p data-css=\"tve-u-15ec25610c7\"><span data-css=\"tve-u-15ec268a0a3\" style=\"font-size: 45px; color: rgb(89, 171, 227);\" wfd-id=\"159\"><span data-css=\"tve-u-15ec26760e9\" style=\"font-family: ABeeZee;\" wfd-id=\"160\">â€</span></span><span data-css=\"tve-u-15ec256b908\" style=\"font-family: &quot;Amatic SC&quot;;\" wfd-id=\"158\">&nbsp; &nbsp; &nbsp;</span><span data-css=\"tve-u-15ec2680494\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"156\"><span data-css=\"tve-u-15ec269379d\" style=\"font-size: 45px;\" wfd-id=\"157\">my chester enjoys being with them!</span> &nbsp; &nbsp;&nbsp;</span><span data-css=\"tve-u-15ec255fe12\" style=\"font-family: ABeeZee; font-weight: 400; color: rgb(89, 171, 227); font-size: 45px;\" wfd-id=\"155\">â€</span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2698d8d\" wfd-id=\"153\"><p data-css=\"tve-u-160266880a0\">We LOVE going for walks with our friends at Paw! Donâ€™t tell our mom &amp; dad,but we get really excited when they leave for work because we know it wonâ€™t be long before we get a visit from one of our favorite friends at PawCity! Best part is, they always let our parents know how ourwalk went right away so they dont have to worry about us!</p><p data-css=\"tve-u-15ec269736c\">We love you PawCity!! xoxo</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec26ab7b0\" style=\"\" wfd-id=\"152\"><p data-css=\"tve-u-15ec26a92a2\"><strong>Anna Olson</strong>, Chesterâ€™s Mom</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"146\"><div class=\"tcb-col\" wfd-id=\"148\"></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec26c390a\" id=\"aboutus\" wfd-id=\"137\">\n<div class=\"tve-page-section-out\" wfd-id=\"141\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec26b9914\" wfd-id=\"138\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15ee1037a1d\" data-tag=\"h1\" wfd-id=\"140\"><h1 data-css=\"tve-u-15ec26bd2e8\">About us</h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec31ba260\" wfd-id=\"139\"><p data-css=\"tve-u-15ec2443105\" style=\"text-align: center;\">At PawCity, we lead lives full of the unconditional love and happiness we receive from the furballs we get to spend time with everyday and we have this beautiful city and all the beautiful people in it to thank. We love you and your pups!!</p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec26ec232\" wfd-id=\"106\">\n<div class=\"tve-page-section-out\" wfd-id=\"136\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec26e5812\" wfd-id=\"107\"><div class=\"thrv_wrapper thrv-columns tcb-window-width\" style=\"width: 1603px; left: -1px;\" data-css=\"tve-u-15ee106257d\" wfd-id=\"108\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2\" data-css=\"tve-u-15ec26fee25\" wfd-id=\"109\"><div class=\"tcb-flex-col c-33\" wfd-id=\"131\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec2a38bfd\" wfd-id=\"133\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec2a33d71\" wfd-id=\"134\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"135\"><img class=\"tve_image wp-image-7399\" alt=\"\" width=\"830\" height=\"775\" title=\"about_us_dog\" data-id=\"7399\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/about_us_dog.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col c-66\" wfd-id=\"110\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec27075e1\" wfd-id=\"112\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160309f3e5d\" wfd-id=\"125\">\n<div class=\"tve-content-box-background\" wfd-id=\"130\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160309b397d\" wfd-id=\"126\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-160309b00b4\" data-float=\"1\" wfd-id=\"128\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"129\"><img class=\"tve_image wp-image-7404\" alt=\"\" width=\"64\" height=\"64\" title=\"dog_paw\" data-id=\"7404\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/dog_paw.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16030a08afd\" wfd-id=\"127\"><p>We moved to New York City with our black bulldog rescue, Blakely, in 2007 after graduating from the University of Maryland. Immediately, we realized what a dog-crazy place it was.</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160309f6c04\" wfd-id=\"119\">\n<div class=\"tve-content-box-background\" wfd-id=\"124\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160309b397d\" wfd-id=\"120\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-160309ddca8\" data-float=\"1\" wfd-id=\"122\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"123\"><img class=\"tve_image wp-image-7403\" alt=\"\" width=\"64\" height=\"64\" title=\"dog_house\" data-id=\"7403\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/dog_house.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16030a09626\" wfd-id=\"121\"><p>We knew right away that we wanted to work with the animals that we loved and that had given us so much love since we were little girls. We started PawCity Dog Walking in July of 2010.</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16030975307\" wfd-id=\"113\">\n<div class=\"tve-content-box-background\" wfd-id=\"118\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160309b397d\" wfd-id=\"114\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16030a013d7\" data-float=\"1\" wfd-id=\"116\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"117\"><img class=\"tve_image wp-image-7405\" alt=\"\" width=\"64\" height=\"64\" title=\"spinning_wheel\" data-id=\"7405\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/spinning_wheel.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160309b344b\" wfd-id=\"115\"><p>We cover the entire width of the East Side, from 96th Street to Delancey and handle every type of personality imaginable. At PawCity, we lead lives full of the unconditional love and happiness we receive from the furballs we get to spend time with everyday.</p></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" data-css=\"tve-u-15ec2a56438\" style=\"width: 1603px; left: 0px;\" id=\"getyourcoupon\" wfd-id=\"90\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ec2a5bb35\" wfd-id=\"105\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec2a5540e\" wfd-id=\"91\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ec2a80647\" wfd-id=\"92\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15ec2a9b8a9\" wfd-id=\"104\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ec2a81a9f\" wfd-id=\"93\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2a6f589\" wfd-id=\"102\"><p data-css=\"tve-u-15ec2a6b447\"><span data-css=\"tve-u-15ec2a6d9d8\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"103\"><strong>Get Your Coupon</strong></span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2aaa9a4\" wfd-id=\"100\"><p data-css=\"tve-u-15ec2ab1d6d\">We strive to keep both you and your pup as happy and comfortable as possible while youâ€™re out earning those big bucks.</p><p data-css=\"tve-u-15ec2ab1d82\"><br></p><p data-css=\"tve-u-15ec2aa8e2e\"><strong>Get <span data-css=\"tve-u-15ec2aafa24\" style=\"color: rgb(89, 171, 227);\" wfd-id=\"101\">20%</span> off your first walk. Enter your email and we\'ll send you your coupon.</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ec2abe257\" wfd-id=\"94\">\n<div class=\"tve-content-box-background\" wfd-id=\"99\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ec2acb421\" wfd-id=\"95\"><div class=\"thrv_wrapper thrv-button tve_ea_thrive_lightbox\" data-css=\"tve-u-15ec2ac01df\" data-tcb_hover_state_parent=\"false\" data-button-style=\"full_rounded\" wfd-id=\"96\">\n<a href=\"#\" class=\"tcb-button-link tve_evt_manager_listen tve_et_click\" data-tcb-events=\"__TCB_EVENT_[{&quot;config&quot;:{&quot;l_anim&quot;:&quot;zoom_in&quot;,&quot;l_id&quot;:&quot;265&quot;},&quot;a&quot;:&quot;thrive_lightbox&quot;,&quot;t&quot;:&quot;click&quot;}]_TNEVE_BCT__\">\n<span class=\"tcb-button-texts\" wfd-id=\"97\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-15ebe925072\" wfd-id=\"98\">Get Your Coupon Now</span></span>\n</a>\n</div></div>\n</div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-15ec2b0a32a\" id=\"areaweserve\" wfd-id=\"74\">\n<div class=\"tve-page-section-out\" wfd-id=\"89\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15f76fcb7df\" wfd-id=\"75\"><div class=\"thrv_wrapper thrv-columns\" style=\"\" data-css=\"tve-u-15ee103f44a\" wfd-id=\"76\"><div class=\"tcb-flex-row tcb--cols--2 tcb-medium-wrap\" data-css=\"tve-u-15ec2ae8715\" wfd-id=\"77\"><div class=\"tcb-flex-col c-33\" wfd-id=\"82\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec2b37666\" wfd-id=\"84\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"87\"><p data-css=\"tve-u-15ec2af6c4b\"><span data-css=\"tve-u-15ec2af6c4e\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"88\">area we serve</span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"85\"><p>As a small team of experienced dog owners and lovers, we really get to know you and your dog and we canguarantee consistent and personal care that is equal to your love and attention.</p><p><br></p><p><strong><span data-css=\"tve-u-15ec2afed17\" style=\"color: rgb(89, 171, 227);\" wfd-id=\"86\">We are so excited to make you a part of the family!</span></strong></p></div></div></div><div class=\"tcb-flex-col c-66\" wfd-id=\"78\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec2b33f06\" wfd-id=\"80\"><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-15ec2b3b468\" wfd-id=\"81\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=blakely, united states&amp;t=m&amp;z=11&amp;output=embed&amp;iwloc=near\"></iframe>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" data-css=\"tve-u-15ec2b5d54c\" style=\"width: 1603px; left: 0px;\" id=\"contact\" wfd-id=\"35\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ec2b56fac\" wfd-id=\"73\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec2b54c99\" wfd-id=\"36\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1602b31dfcd\" wfd-id=\"37\"><div class=\"tcb-flex-row tcb-resized tcb-medium-wrap tcb--cols--3\" data-css=\"tve-u-1602b37ce9d\" wfd-id=\"38\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1602be453ec\" style=\"\" wfd-id=\"67\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"69\"><div class=\"tcb-clear\" data-css=\"tve-u-1602bff3cd5\" wfd-id=\"70\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec2b6e126\" wfd-id=\"71\"><span class=\"tve_image_frame\" wfd-id=\"72\"><img class=\"tve_image wp-image-25564\" alt=\"\" width=\"142\" height=\"44\" title=\"logo_pawcity\" data-id=\"25564\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/logo_pawcity.png\"></span></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1602be45437\" style=\"\" wfd-id=\"53\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1602be56dfc\" wfd-id=\"55\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1602bfebaf9\" wfd-id=\"56\">\n<div class=\"tve-content-box-background\" wfd-id=\"66\"></div>\n<div class=\"tve-cb\" wfd-id=\"57\"><div class=\"tcb-clear\" data-css=\"tve-u-1602bf36e2c\" wfd-id=\"63\"><div class=\"thrv_wrapper tve_image_caption tcb-mobile-hidden\" data-css=\"tve-u-1602be7db66\" data-float=\"1\" wfd-id=\"64\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"65\"><img class=\"tve_image wp-image-7369\" alt=\"\" width=\"64\" height=\"64\" title=\"location\" data-id=\"7369\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/location.png\" style=\"width: 100%;\"></span></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1602bf25f10\" wfd-id=\"58\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1602befe215\" wfd-id=\"59\"><p data-css=\"tve-u-1602bfa220e\"><strong><span data-css=\"tve-u-1602b324a9b\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"62\">67 E. 3rd Street</span></strong><span data-css=\"tve-u-1602b324a9c\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"61\"> </span><span data-css=\"tve-u-1602b324ab9\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"60\">Suite B New York, NY 10003</span></p></div></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1602be4545b\" style=\"\" wfd-id=\"39\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"41\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1602bfea280\" wfd-id=\"42\">\n<div class=\"tve-content-box-background\" wfd-id=\"52\"></div>\n<div class=\"tve-cb\" wfd-id=\"43\"><div class=\"tcb-clear\" data-css=\"tve-u-1602bfc4bea\" wfd-id=\"49\"><div class=\"thrv_wrapper tve_image_caption tcb-mobile-hidden\" data-css=\"tve-u-1602bec144e\" data-float=\"1\" wfd-id=\"50\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"51\"><img class=\"tve_image wp-image-7370\" alt=\"\" width=\"64\" height=\"64\" title=\"phone\" data-id=\"7370\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/phone.png\" style=\"width: 100%;\"></span></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1602bfc74c3\" wfd-id=\"44\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1602b332fd9\" data-float=\"1\" wfd-id=\"45\"><p><strong><span data-css=\"tve-u-1602b324a9b\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"48\">080</span></strong><span data-css=\"tve-u-1602b324a9c\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"47\"> </span><span data-css=\"tve-u-1602b324ab9\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"46\">708 5583</span></p></div></div></div>\n</div></div></div></div></div></div>\n</div>'),(2757,276,'tve_revision_tve_content_more_found',''),(2758,276,'tve_revision_tve_save_post',''),(2759,276,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Montserrat:400,200,300&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Amatic+SC:400&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=ABeeZee:400&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-160309b397d\"]::after { clear: both; }[data-css=\"tve-u-160309b344b\"] { position: relative !important; margin-left: 100px !important; }[data-css=\"tve-u-160309b00b4\"] + div { clear: none; }[data-css=\"tve-u-160309b00b4\"] { float: none; width: 60px; position: absolute; margin-bottom: 0px !important; margin-top: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-16030975307\"] { max-width: 75%; margin-left: 80px !important; }[data-css=\"tve-u-1602bfa220e\"] { line-height: 1.85em !important; }[data-css=\"tve-u-1602be7db66\"] { float: left; width: 40px; z-index: 3; position: relative; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1602be56dfc\"]::after { clear: both; }[data-css=\"tve-u-1602be4545b\"] { max-width: 25%; }[data-css=\"tve-u-1602be45437\"] { max-width: 48.1%; }[data-css=\"tve-u-1602be453ec\"] { max-width: 26.9%; }[data-css=\"tve-u-1602b37ce9d\"] > .tcb-flex-col > .tcb-col { justify-content: center; }[data-css=\"tve-u-1602b332fd9\"] { max-width: 264px; position: relative; float: right; z-index: 3; width: 100%; padding-left: 1px !important; margin-top: 1px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1602b324a9c\"] { color: rgb(74, 163, 223) !important; }[data-css=\"tve-u-1602b324a9b\"] { color: rgb(74, 163, 223) !important; }[data-css=\"tve-u-1602b31dfcd\"] { max-width: 1296px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15f76fcb7df\"] { max-width: 100%; }[data-css=\"tve-u-15f0064f814\"] { color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-15ec313e743\"]:hover p, #tve_editor [data-css=\"tve-u-15ec313e743\"]:hover li, #tve_editor [data-css=\"tve-u-15ec313e743\"]:hover blockquote, #tve_editor [data-css=\"tve-u-15ec313e743\"]:hover address { color: rgb(89, 171, 227); }[data-css=\"tve-u-15f003784ab\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15f00369f5e\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15f003655f8\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15f003606db\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15f0034f748\"] { color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-15f002fa8f6\"] { color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-15ec313e743\"] p, #tve_editor [data-css=\"tve-u-15ec313e743\"] li, #tve_editor [data-css=\"tve-u-15ec313e743\"] blockquote, #tve_editor [data-css=\"tve-u-15ec313e743\"] address { font-size: 16px; }[data-css=\"tve-u-15ec313e743\"] { text-align: left; padding-left: 0px !important; margin-left: 0px !important; margin-right: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-15ee121fb1c\"] .tcb-flex-col { flex-basis: 285px !important; }[data-css=\"tve-u-15ec30a8a14\"]::after { clear: both; }#tve_editor [data-css=\"tve-u-15ebe90cfb0\"] { font-size: 96px !important; }[data-css=\"tve-u-15ee1237243\"] { box-shadow: rgba(73, 137, 181, 0.15) -3px 7px 69px 10px; }[data-css=\"tve-u-15ee1232726\"] { box-shadow: rgba(73, 137, 181, 0.15) -3px 7px 69px 10px; }[data-css=\"tve-u-15ee121fb1c\"] > .tcb-flex-col > .tcb-col { min-height: 503px; }[data-css=\"tve-u-15ee1225fdf\"] { box-shadow: rgba(73, 137, 181, 0.15) -3px 7px 69px 10px; }[data-css=\"tve-u-15ee121fb1c\"] { margin-left: -60px; min-height: inherit; }[data-css=\"tve-u-15ee121fb1c\"] > .tcb-flex-col { padding-left: 60px; }[data-css=\"tve-u-15ee121a6d1\"] { float: none; max-width: 1296px; text-align: center; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ee1211b9b\"] { max-width: 1603px; text-align: center; }[data-css=\"tve-u-15ec26fee25\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-15ee106257d\"] { max-width: 100%; }[data-css=\"tve-u-15ec3055cca\"] { max-width: 1370px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ee103f44a\"] { float: none; max-width: 1296px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ee1037a1d\"] { float: none; max-width: 1296px; margin-left: auto !important; margin-right: auto !important; }#tve_editor [data-css=\"tve-u-15ec2ac01df\"]:hover .tcb-button-link { box-shadow: rgba(73, 137, 181, 0.25) -3px 7px 73px 18px; background-color: rgb(149, 250, 201) !important; }#tve_editor [data-css=\"tve-u-15ebe91a626\"]:hover .tcb-button-link { box-shadow: rgba(73, 137, 181, 0.25) -3px 7px 73px 18px; border: 0px dashed rgb(255, 255, 255); background-color: rgb(149, 250, 201) !important; font-weight: normal !important; background-image: none !important; }[data-css=\"tve-u-15ebe8a2edd\"] > .tcb-flex-col > .tcb-col { justify-content: center; }[data-css=\"tve-u-15ec3017516\"] { margin-top: 60px !important; padding-bottom: 50px !important; }[data-css=\"tve-u-15ec2b6e126\"] { width: 142px; }[data-css=\"tve-u-15ec2b5d54c\"] { margin-top: 83px !important; }[data-css=\"tve-u-15ec2b56fac\"] { background-image: linear-gradient(rgb(25, 46, 60), rgb(25, 46, 60)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-15ec2b54c99\"] { max-width: 1586px; min-height: 100px !important; }[data-css=\"tve-u-15ec2b3b468\"] { box-shadow: rgba(89, 171, 227, 0.15) -3px 7px 69px 10px; margin-top: 0px !important; margin-bottom: 0px !important; margin-left: 38px !important; }[data-css=\"tve-u-15ec2b37666\"] { margin-top: 114px !important; }[data-css=\"tve-u-15ec2b33f06\"] { padding-left: 0px !important; }[data-css=\"tve-u-15ec2b0a32a\"] { margin-top: 76px !important; }[data-css=\"tve-u-15ec2ae8715\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-15ec2afed17\"] { color: rgb(89, 171, 227) !important; }[data-css=\"tve-u-15ec2ae8715\"] { float: none; max-width: 1453px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2acb421\"] { min-height: 162px; }[data-css=\"tve-u-15ec2aafa24\"] { color: rgb(89, 171, 227) !important; }[data-css=\"tve-u-15ec2aaa9a4\"] { float: none; max-width: 1440px; margin-left: auto !important; margin-right: auto !important; margin-top: 25px !important; }#tve_editor [data-css=\"tve-u-15ec2aa8e2e\"] { letter-spacing: 1px; color: rgb(255, 255, 255) !important; font-size: 20px !important; }[data-css=\"tve-u-15ec2a9b8a9\"] { border: 1px solid rgb(89, 171, 227) !important; }[data-css=\"tve-u-15ec2a81a9f\"] { min-height: 162px; }[data-css=\"tve-u-15ec2a80647\"] { float: none; max-width: 97%; margin-left: auto !important; margin-right: auto !important; margin-top: 55px !important; }[data-css=\"tve-u-15ec2a6f589\"] { float: none; max-width: 1440px; margin-top: 55px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2a6d9d8\"] { font-family: \"Amatic SC\" !important; font-weight: 400 !important; }#tve_editor [data-css=\"tve-u-15ec2a6b447\"] { color: rgb(89, 171, 227) !important; font-size: 70px !important; }[data-css=\"tve-u-15ec2a5bb35\"] { background-image: linear-gradient(rgba(28, 54, 85, 0.8), rgba(28, 54, 85, 0.8)), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/coupon_background.jpg\") !important; background-size: auto, cover !important; background-position: 0px 0px, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-15ec2a56438\"] { margin-top: 69px !important; }[data-css=\"tve-u-15ec2a5540e\"] { max-width: 100%; text-align: center; min-height: 561px !important; }[data-css=\"tve-u-15ec2a38bfd\"] { margin-right: 0px !important; padding-right: 0px !important; margin-left: 0px !important; }[data-css=\"tve-u-15ec2a33d71\"] { width: 830px; position: relative; top: 0px; left: 40px; z-index: 7; float: none; padding-right: 0px !important; padding-left: 0px !important; }[data-css=\"tve-u-15ec27075e1\"] { border-left: 1px solid rgb(232, 238, 241); border-top: 1px solid rgb(232, 238, 241); border-bottom: 1px solid rgb(232, 238, 241); }[data-css=\"tve-u-15ec26fee25\"] > .tcb-flex-col > .tcb-col { min-height: 612px; }[data-css=\"tve-u-15ec26fee25\"] { min-height: inherit; margin-left: 0px; padding-top: 0px !important; padding-bottom: 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-15ec26ec232\"] { margin-top: 66px !important; }[data-css=\"tve-u-15ec26e5812\"] { max-width: 100%; min-height: 586px !important; }[data-css=\"tve-u-15ec26c390a\"] { margin-top: 60px !important; }#tve_editor [data-css=\"tve-u-15ec26bd2e8\"] { color: rgb(24, 45, 60) !important; font-size: 70px !important; }[data-css=\"tve-u-15ec26b9914\"] { max-width: 1434px; text-align: center; }[data-css=\"tve-u-15ec26ab7b0\"] { margin-top: 67px !important; }#tve_editor [data-css=\"tve-u-15ec26a92a2\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15ec2698d8d\"] { float: none; max-width: 600px; margin-left: auto !important; margin-right: auto !important; margin-top: 30px !important; }#tve_editor [data-css=\"tve-u-15ec269736c\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15ec269379d\"] { font-size: 45px !important; }[data-css=\"tve-u-15ec268a0a3\"] { font-size: 45px !important; color: rgb(89, 171, 227) !important; }[data-css=\"tve-u-15ec256e611\"] { margin-top: 0px !important; }#tve_editor [data-css=\"tve-u-15ec25610c7\"] { font-size: 40px !important; color: rgb(89, 171, 227) !important; }[data-css=\"tve-u-15ec255fe12\"] { font-family: ABeeZee !important; font-weight: 400 !important; color: rgb(89, 171, 227) !important; font-size: 45px !important; }[data-css=\"tve-u-15ec254985a\"] { margin-right: 0px !important; }[data-css=\"tve-u-15ec253ef3a\"] { text-align: center; background-image: linear-gradient(rgba(24, 45, 60, 0.95), rgba(24, 45, 60, 0.95)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; margin-top: 0px !important; padding-top: 130px !important; padding-bottom: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-15ec253a41f\"] > .tcb-flex-col > .tcb-col { min-height: 661px; }[data-css=\"tve-u-15ec253a41f\"] { min-height: inherit; float: none; max-width: 1474px; z-index: 3; position: relative; padding-top: 0px !important; padding-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; padding-right: 0px !important; }[data-css=\"tve-u-15ec24f97c0\"] { background-image: linear-gradient(rgba(42, 51, 68, 0.1), rgba(42, 51, 68, 0.1)), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/testimonial_bg.jpg\") !important; background-size: auto, cover !important; background-position: 0px 0px, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-15ec24f790d\"] { min-height: 661px !important; }[data-css=\"tve-u-15ec24f494c\"] { margin-top: 60px !important; }[data-css=\"tve-u-15ec24d5e15\"] + div { clear: none; }[data-css=\"tve-u-15ec24d5e15\"] { float: none; width: 65px; margin-left: auto !important; margin-right: auto !important; margin-top: 40px !important; }[data-css=\"tve-u-15ec24ae116\"] + div { clear: none; }[data-css=\"tve-u-15ec24ae116\"] { float: none; width: 73px; margin-left: auto !important; margin-right: auto !important; margin-top: 40px !important; }[data-css=\"tve-u-15ec249b3f6\"] { line-height: 1.9em !important; }[data-css=\"tve-u-15ec2492191\"] { margin-left: 25px !important; margin-right: 25px !important; margin-top: 25px !important; }#tve_editor [data-css=\"tve-u-15ec2487407\"] { text-transform: uppercase !important; color: rgb(135, 156, 171) !important; font-size: 17px !important; }#tve_editor [data-css=\"tve-u-15ec2481d17\"] { font-size: 20px !important; }[data-css=\"tve-u-15ec2477274\"] + div { clear: none; }[data-css=\"tve-u-15ec2477274\"] { float: none; width: 55px; margin-left: auto !important; margin-right: auto !important; margin-top: 40px !important; }[data-css=\"tve-u-15ec2448fdb\"] { float: none; max-width: 1296px; margin-top: 10px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2443105\"] { line-height: 1.8em !important; }[data-css=\"tve-u-15ebea49c0c\"] { float: none; max-width: 1440px; margin-left: auto !important; margin-right: auto !important; margin-top: 0px !important; }#tve_editor [data-css=\"tve-u-15ebea42b31\"] { color: rgb(24, 45, 60) !important; font-size: 70px !important; }[data-css=\"tve-u-15ebea3a693\"] { max-width: 1434px; }[data-css=\"tve-u-15ebe955aaa\"]::after { clear: both; }#tve_editor [data-css=\"tve-u-15ebe925072\"] { font-family: Montserrat; letter-spacing: 0px; font-weight: 400; font-size: 20px !important; color: rgb(24, 45, 60) !important; }[data-css=\"tve-u-15ebe91a626\"] { display: block; max-width: 423px; margin-left: 50px !important; margin-right: 0px !important; }[data-css=\"tve-u-15ebe91a626\"] .tcb-button-link { border-radius: 200px; min-height: 67.1429px; font-size: 1.6em; padding-top: 0px; padding-bottom: 0px; background-color: rgb(105, 240, 174) !important; padding-left: 15px !important; background-image: none !important; }[data-css=\"tve-u-15ebe916c34\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 733px; }[data-css=\"tve-u-15ebe90cfb0\"] { line-height: 1.1em !important; }[data-css=\"tve-u-15ebe906677\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 669px; margin-left: 50px !important; margin-top: 40px !important; }#tve_editor [data-css=\"tve-u-15ebe905473\"] { font-size: 22px !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15ebe8ee6c0\"]::after { clear: both; }[data-css=\"tve-u-15ebe8edca2\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 722px; padding-left: 0px !important; margin-left: 50px !important; margin-top: 104px !important; }[data-css=\"tve-u-15ebe8abb9e\"] { padding: 0px !important; }[data-css=\"tve-u-15ebe8a4d78\"] { clip-path: url(\"#clip-left-335f47a4c8f92\"); -webkit-clip-path: url(\"#clip-left-335f47a4c8f92\");  }[data-css=\"tve-u-15ebe8a2edd\"] { padding-bottom: 15px !important; padding-top: 15px !important; }[data-css=\"tve-u-15ebe89fb7a\"] { margin-left: -35px !important; }[data-css=\"tve-u-15ebe830a90\"] { clip-path: url(\"#clip-left-bb2526ca261ae\"); -webkit-clip-path: url(\"#clip-left-bb2526ca261ae\");  background-image: linear-gradient(rgb(89, 171, 227), rgb(89, 171, 227)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-15ebe827cb3\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 0px !important; }[data-css=\"tve-u-15ebe80a9a1\"] { min-height: 729px; }[data-css=\"tve-u-15ebe738fb8\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-15ebe738fb8\"] > .tcb-flex-col > .tcb-col { min-height: 729px; }[data-css=\"tve-u-15ebe738fb8\"] { min-height: inherit; margin-left: 0px; padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-15ebe73226c\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/header_image-1.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-15ebe72c974\"] { max-width: 1620px; }[data-css=\"tve-u-15ebe70a25b\"] { width: 142px; margin-top: 20px !important; padding-left: 0px !important; margin-left: 30px !important; }[data-css=\"tve-u-15ebe5d7b44\"] { background-image: linear-gradient(rgb(0, 0, 0), rgb(0, 0, 0)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-15ebe51d596\"] { max-width: 100%; min-height: 100px !important; }#tcb_landing_page h3 { font-family: Montserrat; font-weight: 200; font-size: 20px; color: rgb(24, 45, 60); }#tcb_landing_page h2 { font-family: \"Amatic SC\"; font-weight: 400; font-size: 70px; color: rgb(24, 45, 60); }#tcb_landing_page h1 { font-family: \"Amatic SC\"; font-weight: 400; font-size: 96px; color: rgb(255, 255, 255); }#tcb_landing_page p, #tcb_landing_page li { font-family: Montserrat; font-weight: 200; color: rgb(24, 45, 60); font-size: 18px; line-height: 1.667em; }[data-css=\"tve-u-15e09c94f7d\"] { background-color: rgb(255, 255, 255); }[data-css=\"tve-u-15ec256b908\"] { font-family: \"Amatic SC\" !important; font-weight: 400 !important; }[data-css=\"tve-u-15ec26760e9\"] { font-family: ABeeZee !important; font-weight: 400 !important; }[data-css=\"tve-u-15ec2680494\"] { font-family: \"Amatic SC\" !important; font-weight: 400 !important; }#tve_editor [data-css=\"tve-u-15ec2ab1d6d\"] { letter-spacing: 1px; color: rgb(255, 255, 255) !important; font-size: 20px !important; }#tve_editor [data-css=\"tve-u-15ec2ab1d82\"] { letter-spacing: 1px; color: rgb(255, 255, 255) !important; font-size: 20px !important; }[data-css=\"tve-u-15ec2abe257\"] { float: none; z-index: 3; position: relative; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2ac01df\"] { display: block; max-width: 423px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2ac01df\"] .tcb-button-link { border-radius: 200px; min-height: 67.1429px; font-size: 1.6em; padding-top: 0px; padding-bottom: 0px; background-color: rgb(105, 240, 174) !important; padding-left: 15px !important; }#tve_editor [data-css=\"tve-u-15ec2af6c4b\"] { color: rgb(24, 45, 60) !important; font-size: 70px !important; }[data-css=\"tve-u-15ec2af6c4e\"] { font-family: \"Amatic SC\" !important; font-weight: 400 !important; }[data-css=\"tve-u-15ec3192f72\"] { margin-left: 25px !important; margin-right: 25px !important; margin-top: 25px !important; }[data-css=\"tve-u-15ec31ba260\"] { float: none; max-width: 1296px; margin-top: 10px !important; margin-left: auto !important; margin-right: auto !important; }#tcb_landing_page a:hover:not(.tcb-button-link) { color: rgb(89, 171, 227); }#tcb_landing_page .tve-state-hovera:not(.tcb-button-link) { color: rgb(89, 171, 227); }#tve_editor [data-css=\"tve-u-160266880a0\"] { color: rgb(255, 255, 255) !important; font-family: Montserrat !important; }[data-css=\"tve-u-1602b324ab9\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1602bec144e\"] { width: 36px; float: left; z-index: 3; position: static; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1602befe215\"] { max-width: 386px; position: relative !important; padding-left: 1px !important; margin-top: 0px !important; margin-left: 50px !important; }[data-css=\"tve-u-160309ddca8\"] + div { clear: none; }[data-css=\"tve-u-160309ddca8\"] { float: none; width: 60px; position: absolute; margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-160309f3e5d\"] { max-width: 75%; margin-left: 80px !important; margin-top: 60px !important; margin-bottom: 40px !important; }[data-css=\"tve-u-160309f6c04\"] { max-width: 75%; margin-left: 80px !important; margin-top: 60px !important; margin-bottom: 80px !important; }[data-css=\"tve-u-16030a013d7\"] + div { clear: none; }[data-css=\"tve-u-16030a013d7\"] { float: none; width: 60px; position: absolute; margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-16030a08afd\"] { position: relative !important; margin-left: 100px !important; }[data-css=\"tve-u-16030a09626\"] { position: relative !important; margin-left: 100px !important; }#tcb_landing_page a.tve-state-hover:not(.tcb-button-link) { color: rgb(89, 171, 227); }[data-css=\"tve-u-165b813034a\"] { border-bottom: 1px solid rgb(255, 255, 255); }}@media (max-width: 1023px){[data-css=\"tve-u-1602b332fd9\"] { float: none; max-width: 121px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1602befe215\"] { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1602b37ce9d\"] .tcb-flex-col { flex-basis: 420px !important; }[data-css=\"tve-u-1602bec144e\"] { float: none; z-index: 3; position: relative; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1602be7db66\"] { float: none; z-index: 3; position: relative; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2a38bfd\"] { text-align: left; }[data-css=\"tve-u-15ec27075e1\"] { margin-top: 0px !important; }[data-css=\"tve-u-15ee1237243\"] { margin-top: 52px !important; }[data-css=\"tve-u-15ee121a6d1\"] { margin-left: 33px !important; margin-right: 33px !important; }[data-css=\"tve-u-15ecc95760b\"]::after { clear: both; }[data-css=\"tve-u-15ebe51d596\"] { text-align: left; }[data-css=\"tve-u-15ec2b6e126\"] { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2b54c99\"] { text-align: left; }[data-css=\"tve-u-15ec2b3b468\"] { margin-left: 0px !important; margin-top: 20px !important; }[data-css=\"tve-u-15ec2b37666\"] { margin-top: 0px !important; }[data-css=\"tve-u-15ec2a80647\"] { margin-top: 0px !important; padding-left: 10px !important; padding-right: 10px !important; }[data-css=\"tve-u-15ec2a5540e\"] { max-width: 720px; }[data-css=\"tve-u-15ec2a33d71\"] { width: 395px; float: none; z-index: 3; position: relative; margin: 80px auto 0px !important; }[data-css=\"tve-u-15ec26b9914\"] { max-width: 720px; }[data-css=\"tve-u-15ec253ef3a\"] { padding: 25px 10px !important; }[data-css=\"tve-u-15ebea3a693\"] { max-width: 720px; }[data-css=\"tve-u-15ec30a8a14\"]::after { clear: both; }[data-css=\"tve-u-15ebe916c34\"] { max-width: 376px; }[data-css=\"tve-u-15ebe8a2edd\"] > .tcb-flex-col > .tcb-col { justify-content: center; min-height: 91px; }[data-css=\"tve-u-15ebe70a25b\"] { float: right; z-index: 3; position: relative; margin: 0px auto !important; }[data-css=\"tve-u-15ec3055cca\"] { text-align: center; margin-top: 0px !important; }[data-css=\"tve-u-15ebe8a2edd\"] { min-height: inherit; float: none; max-width: 100%; padding-top: 0px !important; padding-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec30518d3\"] { text-align: center; margin-left: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-15ebe830a90\"] { clip-path: url(\"#clip-tablet-left-bb2526ca261ae\"); -webkit-clip-path: url(\"#clip-tablet-left-bb2526ca261ae\");  }[data-css=\"tve-u-15ebe91a626\"] { margin-left: 30px !important; }[data-css=\"tve-u-15ebe906677\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 336px; margin-left: 30px !important; }[data-css=\"tve-u-15ebe8edca2\"] { margin-left: 30px !important; }[data-css=\"tve-u-15ebe89fb7a\"] { margin-left: -35px !important; }[data-css=\"tve-u-15ebe827cb3\"] { max-width: 100%; }#tve_editor [data-css=\"tve-u-15ebe90cfb0\"] { font-size: 84px !important; }}@media (max-width: 767px){[data-css=\"tve-u-160309b344b\"] { margin-left: 10px !important; margin-top: 30px !important; margin-right: 10px !important; }[data-css=\"tve-u-16030a013d7\"] { position: static; }[data-css=\"tve-u-16030a09626\"] { margin-left: 10px !important; margin-top: 30px !important; margin-right: 10px !important; }[data-css=\"tve-u-160309ddca8\"] { position: static; }[data-css=\"tve-u-16030a08afd\"] { margin-left: 10px !important; margin-right: 10px !important; margin-top: 30px !important; }[data-css=\"tve-u-160309b00b4\"] { position: static; }[data-css=\"tve-u-16030975307\"] { max-width: 100%; margin-left: 10px !important; margin-right: 10px !important; }[data-css=\"tve-u-160309f6c04\"] { max-width: 100%; margin-left: 10px !important; margin-right: 10px !important; }[data-css=\"tve-u-160309f3e5d\"] { max-width: 100%; margin-left: 10px !important; margin-right: 10px !important; }[data-css=\"tve-u-15ec2a38bfd\"]::after { clear: both; }[data-css=\"tve-u-1602bff3cd5\"]::after { clear: both; }[data-css=\"tve-u-1602bfea280\"] { margin-top: 0px !important; margin-bottom: 20px !important; }[data-css=\"tve-u-15ec2b6e126\"] { float: left; z-index: 3; position: relative; margin-left: 24px !important; }[data-css=\"tve-u-1602bf25f10\"]::after { clear: both; }[data-css=\"tve-u-1602b332fd9\"] { max-width: 257px; float: left; z-index: 3; position: relative; width: 100%; margin-top: 20px !important; margin-left: 20px !important; }[data-css=\"tve-u-15ec253ef3a\"] { padding-top: 30px !important; padding-bottom: 30px !important; }[data-css=\"tve-u-15ee1237243\"] { margin-top: 25px !important; }[data-css=\"tve-u-15ee1232726\"] { margin-top: 25px !important; }[data-css=\"tve-u-15ebe70a25b\"] { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2ae8715\"] { margin-left: -15px; }[data-css=\"tve-u-15ec2ae8715\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-15ec2b33f06\"] { margin-right: 0px !important; }[data-css=\"tve-u-15ec26fee25\"] > .tcb-flex-col > .tcb-col { min-height: 387px; }[data-css=\"tve-u-15ec26fee25\"] { margin-left: 0px; min-height: inherit; }[data-css=\"tve-u-15ec26fee25\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-15ec2a33d71\"] { position: static; margin-bottom: 0px !important; }[data-css=\"tve-u-15ec31ba260\"] { padding-left: 3px !important; padding-right: 3px !important; }[data-css=\"tve-u-15ec253a41f\"] > .tcb-flex-col > .tcb-col { min-height: 27px; }[data-css=\"tve-u-15ec253a41f\"] { margin-left: 0px; min-height: inherit; }[data-css=\"tve-u-15ec253a41f\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-15ec254985a\"] { margin-top: 0px !important; }[data-css=\"tve-u-15ec24f494c\"] { margin-top: 30px !important; }[data-css=\"tve-u-15ec256e611\"] { margin-top: 0px !important; }[data-css=\"tve-u-15ec3192f72\"] { margin-bottom: 32px !important; }[data-css=\"tve-u-15ec318421d\"] { margin-bottom: 34px !important; margin-top: -105px !important; }[data-css=\"tve-u-15ebe738fb8\"] > .tcb-flex-col > .tcb-col { min-height: 554px; }[data-css=\"tve-u-15ebe738fb8\"] { min-height: inherit; padding-bottom: 0px !important; }[data-css=\"tve-u-15ec3017516\"] { margin-top: 0px !important; padding-left: 5px !important; padding-right: 5px !important; }[data-css=\"tve-u-15ebe89fb7a\"] { margin-left: -20px !important; }[data-css=\"tve-u-15ec3055cca\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-15ebe916c34\"] { margin-bottom: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-15ec3152b02\"] { min-height: 226px; }[data-css=\"tve-u-15ebe80a9a1\"] { min-height: 554px; }[data-css=\"tve-u-15ebe91a626\"] { margin-left: 28px !important; margin-right: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-15ebe906677\"] { margin-left: 30px !important; }[data-css=\"tve-u-15ebe8edca2\"] { margin-left: 30px !important; margin-top: 45px !important; }[data-css=\"tve-u-15ebe827cb3\"] { max-width: 100%; }[data-css=\"tve-u-15ec313e743\"] { margin-left: 10px !important; margin-right: 10px !important; }[data-css=\"tve-u-1602befe215\"] { max-width: 257px; float: left; z-index: 3; position: relative; width: 100%; margin-top: 20px !important; margin-left: 20px !important; }}'),(2760,276,'tve_revision_tve_user_custom_css','.thrv_text_element p {margin:0;}\n.thrv_heading h1,h2,h3 {margin:0;}'),(2761,276,'tve_revision_tve_page_events','a:0:{}'),(2762,276,'tve_revision_tve_globals','a:4:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";s:11:\"extra_icons\";a:1:{i:0;a:3:{s:11:\"font-family\";s:25:\"tve-ff-6797-59f9979fd5998\";s:3:\"css\";s:87:\"http://lp-build.thrivethemes.com/wp-content/uploads/tve-ff-6797-59f9979fd5998/style.css\";s:6:\"folder\";s:92:\"/home/thrivedevbitston/public_html/landingpages/wp-content/uploads/tve-ff-6797-59f9979fd5998\";}}s:6:\"lb_map\";a:1:{i:6808;s:3:\"265\";}s:8:\"font_cls\";a:0:{}}'),(2763,276,'tve_revision_tve_global_scripts',''),(2764,276,'tve_revision_thrive_icon_pack','0'),(2765,276,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(2766,276,'tve_revision_tve_has_masonry','0'),(2767,276,'tve_revision_tve_has_typefocus','0'),(2768,276,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv-page-section\" style=\"\" wfd-id=\"221\" data-css=\"tve-u-165b813034a\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ebe5d7b44\" wfd-id=\"241\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ebe51d596\" wfd-id=\"222\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15ec3055cca\" wfd-id=\"223\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2\" data-css=\"tve-u-15ebe8a2edd\" wfd-id=\"224\"><div class=\"tcb-flex-col\" wfd-id=\"235\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec30518d3\" wfd-id=\"237\"><div class=\"tcb-clear\" data-css=\"tve-u-15ecc95760b\" wfd-id=\"238\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ebe70a25b\" wfd-id=\"239\"><span class=\"tve_image_frame\" wfd-id=\"240\"><img class=\"tve_image wp-image-25564\" alt=\"\" width=\"142\" height=\"44\" title=\"logo_pawcity\" data-id=\"25564\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/logo_pawcity.png\"></span></div></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"225\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec313e743\" data-tcb_hover_state_parent=\"\" wfd-id=\"227\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone tcb-tablet-hidden tcb-mobile-hidden\" style=\"\" wfd-id=\"228\"><p data-css=\"tve-u-15f002fa8f6\"><span data-css=\"tve-u-15f0034f748\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"234\"><a href=\"#whatwedo\">What We Do</a></span>&nbsp; &nbsp; <span data-css=\"tve-u-15f003606db\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"233\"><a href=\"#testimonials\">Testimonials</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f003655f8\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"232\"><a href=\"#aboutus\">About Us</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f00369f5e\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"231\"><a href=\"#getyourcoupon\">Get Your Coupon</a></span>&nbsp; &nbsp; <span data-css=\"tve-u-15f0064f814\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"230\"><a href=\"#areaweserve\">Area We Serve</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f003784ab\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"229\"><a href=\"#contact\">Contact</a></span></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ebe8abb9e\" wfd-id=\"196\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ebe8a4d78\" data-clip-id=\"335f47a4c8f92\" wfd-id=\"220\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-left-335f47a4c8f92\" class=\"decoration-clip clip-path-left\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" pointer-width=\"6\" pointer-height=\"2.5\" style=\"curves\" decoration-type=\"none\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon><ellipse cx=\"0.025\" cy=\"0.029412\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.08823600000000001\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.14706\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.205884\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.264708\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.323532\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.38235600000000003\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.44118\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.500004\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.558828\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.617652\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.676476\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.7353000000000001\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.794124\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.852948\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.911772\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.970596\" rx=\"0.025\" ry=\"0.029412\"></ellipse></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ebe72c974\" wfd-id=\"197\"><div class=\"thrv_wrapper thrv-columns tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec318421d\" wfd-id=\"198\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-15ebe738fb8\" wfd-id=\"199\"><div class=\"tcb-flex-col\" wfd-id=\"217\"><div class=\"tcb-col\" data-css=\"tve-u-15ebe73226c\" wfd-id=\"219\"></div></div><div class=\"tcb-flex-col\" wfd-id=\"200\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ebe89fb7a\" wfd-id=\"202\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ebe827cb3\" wfd-id=\"203\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15ebe830a90\" data-clip-id=\"bb2526ca261ae\" wfd-id=\"216\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-left-bb2526ca261ae\" class=\"decoration-clip clip-path-left\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"divider\" pointer-width=\"5.7\" pointer-height=\"2.5\" style=\"curves\" slanted-angle=\"5\"><polygon points=\"0.025 0, 0.025 1, 1 1, 1 0\"></polygon><ellipse cx=\"0.025\" cy=\"0.027778\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.083334\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.13889\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.194446\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.250002\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.305558\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.361114\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.41667\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.47222600000000003\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.527782\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.583338\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.638894\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.69445\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.7500060000000001\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.805562\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.861118\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.916674\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.97223\" rx=\"0.025\" ry=\"0.027778\"></ellipse></clipPath><clipPath id=\"clip-tablet-left-bb2526ca261ae\" class=\"decoration-clip clip-path-tablet-left\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"divider\" pointer-width=\"5.7\" pointer-height=\"4\" style=\"curves\" slanted-angle=\"5\"><polygon points=\"0.04 0, 0.04 1, 1 1, 1 0\"></polygon><ellipse cx=\"0.04\" cy=\"0.027778\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.083334\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.13889\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.194446\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.250002\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.305558\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.361114\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.41667\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.47222600000000003\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.527782\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.583338\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.638894\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.69445\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.7500060000000001\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.805562\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.861118\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.916674\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.97223\" rx=\"0.04\" ry=\"0.027778\"></ellipse></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ebe80a9a1\" wfd-id=\"204\"><div class=\"tcb-clear\" data-css=\"tve-u-15ebe8ee6c0\" wfd-id=\"214\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15ebe8edca2\" data-tag=\"h1\" wfd-id=\"215\"><h1 data-css=\"tve-u-15ebe90cfb0\">Happy dogs =<br>â€‹â€‹â€‹â€‹â€‹happâ€‹â€‹â€‹â€‹y owners</h1></div></div><div class=\"tcb-clear\" data-css=\"tve-u-15ec30a8a14\" wfd-id=\"212\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ebe906677\" wfd-id=\"213\"><p data-css=\"tve-u-15ebe905473\">Offer your dog a premium walking experience</p></div></div><div class=\"tcb-clear\" data-css=\"tve-u-15ebe955aaa\" wfd-id=\"205\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ebe916c34\" wfd-id=\"206\">\n<div class=\"tve-content-box-background\" wfd-id=\"211\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ec3152b02\" wfd-id=\"207\"><div class=\"thrv_wrapper thrv-button tve_ea_thrive_lightbox\" data-css=\"tve-u-15ebe91a626\" data-tcb_hover_state_parent=\"false\" data-button-style=\"full_rounded\" wfd-id=\"208\">\n<a href=\"#\" class=\"tcb-button-link tve_evt_manager_listen tve_et_click\" data-tcb-events=\"__TCB_EVENT_[{&quot;config&quot;:{&quot;l_anim&quot;:&quot;zoom_in&quot;,&quot;l_id&quot;:&quot;265&quot;},&quot;a&quot;:&quot;thrive_lightbox&quot;,&quot;t&quot;:&quot;click&quot;}]_TNEVE_BCT__\">\n<span class=\"tcb-button-texts\" wfd-id=\"209\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-15ebe925072\" wfd-id=\"210\">Get -20% On Your First Walk</span></span>\n</a>\n</div></div>\n</div></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec3017516\" wfd-id=\"191\">\n<div class=\"tve-page-section-out\" wfd-id=\"195\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ebea3a693\" wfd-id=\"192\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15ebea49c0c\" id=\"whatwedo\" data-tag=\"h1\" wfd-id=\"194\"><h1 data-css=\"tve-u-15ebea42b31\" style=\"text-align: center;\">What We Do</h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2448fdb\" wfd-id=\"193\"><p data-css=\"tve-u-15ec2443105\" style=\"text-align: center;\">Our goal is to make sure the owners are comforted, the pups are exercised and happy and that we are getting our own puppy fixes. But letâ€™s be honest- itâ€™s their world, weâ€™re just living in it! As a small team of experienced dog owners and lovers, we really get to know you and your dog and we canguarantee consistent and personal care that is equal to your love and attention. We are so excited to make you a part of the family!</p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" wfd-id=\"162\">\n<div class=\"tve-page-section-out\" wfd-id=\"190\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ee1211b9b\" wfd-id=\"163\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15ee121a6d1\" wfd-id=\"164\"><div class=\"tcb-flex-row tcb--cols--3 tcb-medium-wrap\" data-css=\"tve-u-15ee121fb1c\" wfd-id=\"165\"><div class=\"tcb-flex-col\" wfd-id=\"182\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ee1225fdf\" wfd-id=\"184\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec2477274\" wfd-id=\"188\"><span class=\"tve_image_frame\" wfd-id=\"189\"><img class=\"tve_image wp-image-1596\" alt=\"\" width=\"55\" height=\"73\" title=\"what_do_icon_01\" data-id=\"1596\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_01.png\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"187\"><p data-css=\"tve-u-15ec2481d17\"><strong>First Class Care</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"186\"><p data-css=\"tve-u-15ec2487407\">all the best for them</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2492191\" wfd-id=\"185\"><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"174\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ee1232726\" wfd-id=\"176\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec24ae116\" wfd-id=\"180\"><span class=\"tve_image_frame\" wfd-id=\"181\"><img class=\"tve_image wp-image-1597\" alt=\"\" width=\"73\" height=\"73\" title=\"what_do_icon_02\" data-id=\"1597\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_02.png\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"179\"><p data-css=\"tve-u-15ec2481d17\"><strong>Snacks Included</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"178\"><p data-css=\"tve-u-15ec2487407\">for your little one</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec3192f72\" wfd-id=\"177\"><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"166\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ee1237243\" wfd-id=\"168\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec24d5e15\" wfd-id=\"172\"><span class=\"tve_image_frame\" wfd-id=\"173\"><img class=\"tve_image wp-image-1598\" alt=\"\" width=\"65\" height=\"73\" title=\"what_do_icon_03\" data-id=\"1598\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_03.png\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"171\"><p data-css=\"tve-u-15ec2481d17\"><strong>Regularly walks</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"170\"><p data-css=\"tve-u-15ec2487407\">to keep them ealthy</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2492191\" wfd-id=\"169\"><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris.</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-15ec24f494c\" id=\"testimonials\" style=\"\" wfd-id=\"142\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ec24f97c0\" wfd-id=\"161\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec24f790d\" wfd-id=\"143\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15ec254985a\" style=\"\" wfd-id=\"144\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-15ec253a41f\" wfd-id=\"145\"><div class=\"tcb-flex-col\" wfd-id=\"149\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec253ef3a\" style=\"\" wfd-id=\"151\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec256e611\" style=\"\" wfd-id=\"154\"><p data-css=\"tve-u-15ec25610c7\"><span data-css=\"tve-u-15ec268a0a3\" style=\"font-size: 45px; color: rgb(89, 171, 227);\" wfd-id=\"159\"><span data-css=\"tve-u-15ec26760e9\" style=\"font-family: ABeeZee;\" wfd-id=\"160\">â€</span></span><span data-css=\"tve-u-15ec256b908\" style=\"font-family: &quot;Amatic SC&quot;;\" wfd-id=\"158\">&nbsp; &nbsp; &nbsp;</span><span data-css=\"tve-u-15ec2680494\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"156\"><span data-css=\"tve-u-15ec269379d\" style=\"font-size: 45px;\" wfd-id=\"157\">my chester enjoys being with them!</span> &nbsp; &nbsp;&nbsp;</span><span data-css=\"tve-u-15ec255fe12\" style=\"font-family: ABeeZee; font-weight: 400; color: rgb(89, 171, 227); font-size: 45px;\" wfd-id=\"155\">â€</span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2698d8d\" wfd-id=\"153\"><p data-css=\"tve-u-160266880a0\">We LOVE going for walks with our friends at Paw! Donâ€™t tell our mom &amp; dad,but we get really excited when they leave for work because we know it wonâ€™t be long before we get a visit from one of our favorite friends at PawCity! Best part is, they always let our parents know how ourwalk went right away so they dont have to worry about us!</p><p data-css=\"tve-u-15ec269736c\">We love you PawCity!! xoxo</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec26ab7b0\" style=\"\" wfd-id=\"152\"><p data-css=\"tve-u-15ec26a92a2\"><strong>Anna Olson</strong>, Chesterâ€™s Mom</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"146\"><div class=\"tcb-col\" wfd-id=\"148\"></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec26c390a\" id=\"aboutus\" wfd-id=\"137\">\n<div class=\"tve-page-section-out\" wfd-id=\"141\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec26b9914\" wfd-id=\"138\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15ee1037a1d\" data-tag=\"h1\" wfd-id=\"140\"><h1 data-css=\"tve-u-15ec26bd2e8\">About us</h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec31ba260\" wfd-id=\"139\"><p data-css=\"tve-u-15ec2443105\" style=\"text-align: center;\">At PawCity, we lead lives full of the unconditional love and happiness we receive from the furballs we get to spend time with everyday and we have this beautiful city and all the beautiful people in it to thank. We love you and your pups!!</p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec26ec232\" wfd-id=\"106\">\n<div class=\"tve-page-section-out\" wfd-id=\"136\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec26e5812\" wfd-id=\"107\"><div class=\"thrv_wrapper thrv-columns tcb-window-width\" style=\"width: 1603px; left: -1px;\" data-css=\"tve-u-15ee106257d\" wfd-id=\"108\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2\" data-css=\"tve-u-15ec26fee25\" wfd-id=\"109\"><div class=\"tcb-flex-col c-33\" wfd-id=\"131\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec2a38bfd\" wfd-id=\"133\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec2a33d71\" wfd-id=\"134\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"135\"><img class=\"tve_image wp-image-7399\" alt=\"\" width=\"830\" height=\"775\" title=\"about_us_dog\" data-id=\"7399\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/about_us_dog.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col c-66\" wfd-id=\"110\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec27075e1\" wfd-id=\"112\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160309f3e5d\" wfd-id=\"125\">\n<div class=\"tve-content-box-background\" wfd-id=\"130\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160309b397d\" wfd-id=\"126\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-160309b00b4\" data-float=\"1\" wfd-id=\"128\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"129\"><img class=\"tve_image wp-image-7404\" alt=\"\" width=\"64\" height=\"64\" title=\"dog_paw\" data-id=\"7404\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/dog_paw.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16030a08afd\" wfd-id=\"127\"><p>We moved to New York City with our black bulldog rescue, Blakely, in 2007 after graduating from the University of Maryland. Immediately, we realized what a dog-crazy place it was.</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160309f6c04\" wfd-id=\"119\">\n<div class=\"tve-content-box-background\" wfd-id=\"124\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160309b397d\" wfd-id=\"120\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-160309ddca8\" data-float=\"1\" wfd-id=\"122\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"123\"><img class=\"tve_image wp-image-7403\" alt=\"\" width=\"64\" height=\"64\" title=\"dog_house\" data-id=\"7403\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/dog_house.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16030a09626\" wfd-id=\"121\"><p>We knew right away that we wanted to work with the animals that we loved and that had given us so much love since we were little girls. We started PawCity Dog Walking in July of 2010.</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16030975307\" wfd-id=\"113\">\n<div class=\"tve-content-box-background\" wfd-id=\"118\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160309b397d\" wfd-id=\"114\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16030a013d7\" data-float=\"1\" wfd-id=\"116\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"117\"><img class=\"tve_image wp-image-7405\" alt=\"\" width=\"64\" height=\"64\" title=\"spinning_wheel\" data-id=\"7405\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/spinning_wheel.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160309b344b\" wfd-id=\"115\"><p>We cover the entire width of the East Side, from 96th Street to Delancey and handle every type of personality imaginable. At PawCity, we lead lives full of the unconditional love and happiness we receive from the furballs we get to spend time with everyday.</p></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" data-css=\"tve-u-15ec2a56438\" style=\"width: 1603px; left: 0px;\" id=\"getyourcoupon\" wfd-id=\"90\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ec2a5bb35\" wfd-id=\"105\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec2a5540e\" wfd-id=\"91\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ec2a80647\" wfd-id=\"92\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15ec2a9b8a9\" wfd-id=\"104\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ec2a81a9f\" wfd-id=\"93\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2a6f589\" wfd-id=\"102\"><p data-css=\"tve-u-15ec2a6b447\"><span data-css=\"tve-u-15ec2a6d9d8\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"103\"><strong>Get Your Coupon</strong></span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2aaa9a4\" wfd-id=\"100\"><p data-css=\"tve-u-15ec2ab1d6d\">We strive to keep both you and your pup as happy and comfortable as possible while youâ€™re out earning those big bucks.</p><p data-css=\"tve-u-15ec2ab1d82\"><br></p><p data-css=\"tve-u-15ec2aa8e2e\"><strong>Get <span data-css=\"tve-u-15ec2aafa24\" style=\"color: rgb(89, 171, 227);\" wfd-id=\"101\">20%</span> off your first walk. Enter your email and we\'ll send you your coupon.</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ec2abe257\" wfd-id=\"94\">\n<div class=\"tve-content-box-background\" wfd-id=\"99\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ec2acb421\" wfd-id=\"95\"><div class=\"thrv_wrapper thrv-button tve_ea_thrive_lightbox\" data-css=\"tve-u-15ec2ac01df\" data-tcb_hover_state_parent=\"false\" data-button-style=\"full_rounded\" wfd-id=\"96\">\n<a href=\"#\" class=\"tcb-button-link tve_evt_manager_listen tve_et_click\" data-tcb-events=\"__TCB_EVENT_[{&quot;config&quot;:{&quot;l_anim&quot;:&quot;zoom_in&quot;,&quot;l_id&quot;:&quot;265&quot;},&quot;a&quot;:&quot;thrive_lightbox&quot;,&quot;t&quot;:&quot;click&quot;}]_TNEVE_BCT__\">\n<span class=\"tcb-button-texts\" wfd-id=\"97\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-15ebe925072\" wfd-id=\"98\">Get Your Coupon Now</span></span>\n</a>\n</div></div>\n</div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-15ec2b0a32a\" id=\"areaweserve\" wfd-id=\"74\">\n<div class=\"tve-page-section-out\" wfd-id=\"89\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15f76fcb7df\" wfd-id=\"75\"><div class=\"thrv_wrapper thrv-columns\" style=\"\" data-css=\"tve-u-15ee103f44a\" wfd-id=\"76\"><div class=\"tcb-flex-row tcb--cols--2 tcb-medium-wrap\" data-css=\"tve-u-15ec2ae8715\" wfd-id=\"77\"><div class=\"tcb-flex-col c-33\" wfd-id=\"82\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec2b37666\" wfd-id=\"84\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"87\"><p data-css=\"tve-u-15ec2af6c4b\"><span data-css=\"tve-u-15ec2af6c4e\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"88\">area we serve</span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"85\"><p>As a small team of experienced dog owners and lovers, we really get to know you and your dog and we canguarantee consistent and personal care that is equal to your love and attention.</p><p><br></p><p><strong><span data-css=\"tve-u-15ec2afed17\" style=\"color: rgb(89, 171, 227);\" wfd-id=\"86\">We are so excited to make you a part of the family!</span></strong></p></div></div></div><div class=\"tcb-flex-col c-66\" wfd-id=\"78\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec2b33f06\" wfd-id=\"80\"><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-15ec2b3b468\" wfd-id=\"81\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=blakely, united states&amp;t=m&amp;z=11&amp;output=embed&amp;iwloc=near\"></iframe>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" data-css=\"tve-u-15ec2b5d54c\" style=\"width: 1603px; left: 0px;\" id=\"contact\" wfd-id=\"35\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ec2b56fac\" wfd-id=\"73\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec2b54c99\" wfd-id=\"36\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1602b31dfcd\" wfd-id=\"37\"><div class=\"tcb-flex-row tcb-resized tcb-medium-wrap tcb--cols--3\" data-css=\"tve-u-1602b37ce9d\" wfd-id=\"38\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1602be453ec\" style=\"\" wfd-id=\"67\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"69\"><div class=\"tcb-clear\" data-css=\"tve-u-1602bff3cd5\" wfd-id=\"70\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec2b6e126\" wfd-id=\"71\"><span class=\"tve_image_frame\" wfd-id=\"72\"><img class=\"tve_image wp-image-25564\" alt=\"\" width=\"142\" height=\"44\" title=\"logo_pawcity\" data-id=\"25564\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/logo_pawcity.png\"></span></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1602be45437\" style=\"\" wfd-id=\"53\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1602be56dfc\" wfd-id=\"55\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1602bfebaf9\" wfd-id=\"56\">\n<div class=\"tve-content-box-background\" wfd-id=\"66\"></div>\n<div class=\"tve-cb\" wfd-id=\"57\"><div class=\"tcb-clear\" data-css=\"tve-u-1602bf36e2c\" wfd-id=\"63\"><div class=\"thrv_wrapper tve_image_caption tcb-mobile-hidden\" data-css=\"tve-u-1602be7db66\" data-float=\"1\" wfd-id=\"64\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"65\"><img class=\"tve_image wp-image-7369\" alt=\"\" width=\"64\" height=\"64\" title=\"location\" data-id=\"7369\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/location.png\" style=\"width: 100%;\"></span></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1602bf25f10\" wfd-id=\"58\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1602befe215\" wfd-id=\"59\"><p data-css=\"tve-u-1602bfa220e\"><strong><span data-css=\"tve-u-1602b324a9b\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"62\">67 E. 3rd Street</span></strong><span data-css=\"tve-u-1602b324a9c\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"61\"> </span><span data-css=\"tve-u-1602b324ab9\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"60\">Suite B New York, NY 10003</span></p></div></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1602be4545b\" style=\"\" wfd-id=\"39\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"41\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1602bfea280\" wfd-id=\"42\">\n<div class=\"tve-content-box-background\" wfd-id=\"52\"></div>\n<div class=\"tve-cb\" wfd-id=\"43\"><div class=\"tcb-clear\" data-css=\"tve-u-1602bfc4bea\" wfd-id=\"49\"><div class=\"thrv_wrapper tve_image_caption tcb-mobile-hidden\" data-css=\"tve-u-1602bec144e\" data-float=\"1\" wfd-id=\"50\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"51\"><img class=\"tve_image wp-image-7370\" alt=\"\" width=\"64\" height=\"64\" title=\"phone\" data-id=\"7370\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/phone.png\" style=\"width: 100%;\"></span></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1602bfc74c3\" wfd-id=\"44\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1602b332fd9\" data-float=\"1\" wfd-id=\"45\"><p><strong><span data-css=\"tve-u-1602b324a9b\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"48\">080</span></strong><span data-css=\"tve-u-1602b324a9c\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"47\"> </span><span data-css=\"tve-u-1602b324ab9\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"46\">708 5583</span></p></div></div></div>\n</div></div></div></div></div></div>\n</div>'),(2769,276,'tve_revision_tve_has_wistia_popover','0'),(2770,265,'tve_content_before_more','<div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15f00ad751b\" wfd-id=\"81\"><p data-css=\"tve-u-15f00cf1c84\" style=\"text-align: center;\"><span data-css=\"tve-u-15f00ac8e34\" style=\"font-weight: 400; font-family: &quot;Amatic SC&quot;;\" wfd-id=\"85\"><strong><span data-css=\"tve-u-15f00ad16f3\" style=\"color: rgb(110, 182, 230);\" wfd-id=\"86\"></span></strong></span>Get 10% Off Your First Cerakote Project<span data-css=\"tve-u-15f00ac8e34\" style=\"font-weight: 400; font-family: &quot;Amatic SC&quot;;\" wfd-id=\"84\"></span><br></p></div><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"2\" data-color=\"rgb(0, 0, 0)\" data-css=\"tve-u-15f00adc6c7\" wfd-id=\"80\">\n<hr class=\"tve_sep tve_sep-1\">\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15f00afcfb2\" wfd-id=\"74\"><p data-css=\"tve-u-15f00b0e971\" style=\"text-align: center;\"><span data-css=\"tve-u-15f00b15833\" style=\"font-family: Montserrat; font-weight: 400;\" wfd-id=\"79\">Enter your email</span><span data-css=\"tve-u-15f00b17b1a\" style=\"font-family: Montserrat; font-weight: 200;\" wfd-id=\"78\">&nbsp;and weâ€™ll send you your </span><span data-css=\"tve-u-15f00b09f5f\" style=\"font-family: Montserrat; font-weight: 400;\" wfd-id=\"77\">coupon</span></p></div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-15f007a477c\" wfd-id=\"62\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15f007ab79e\" wfd-id=\"73\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15f0078df1d\" wfd-id=\"63\"><div class=\"tcb-clear\" data-css=\"tve-u-165b8238969\" wfd-id=\"66\"><div class=\"thrv_wrapper thrv_lead_generation\" data-connection=\"api\" data-css=\"tve-u-15f00512672\" style=\"\" wfd-id=\"67\"><input type=\"hidden\" class=\"tve-lg-err-msg\" value=\"{&quot;email&quot;:&quot;Email address invalid&quot;,&quot;phone&quot;:&quot;Phone number invalid&quot;,&quot;password&quot;:&quot;Password invalid&quot;,&quot;passwordmismatch&quot;:&quot;Password mismatch error&quot;,&quot;required&quot;:&quot;Required field missing&quot;}\" wfd-id=\"95\">\n<div class=\"thrv_lead_generation_container tve_clearfix\" wfd-id=\"68\">\n<form action=\"#\" method=\"post\" novalidate=\"novalidate\" sourceindex=\"0\" wfd-id=\"69\">\n<div class=\"tve_lead_generated_inputs_container tve_clearfix tve_empty_dropzone\" wfd-id=\"70\">\n<div class=\"tve_lg_input_container tve_lg_input\" data-css=\"tve-u-15f0051ea41\" data-tcb_hover_state_parent=\"\" data-button-style=\"full_rounded\" wfd-id=\"72\">\n<input type=\"email\" data-field=\"email\" data-required=\"1\" data-validation=\"email\" name=\"email\" placeholder=\"Email Adress\" data-placeholder=\"Email Adress\" class=\"\" sourceindex=\"1\" wfd-id=\"94\">\n</div>\n<div class=\"tve_lg_input_container tve_submit_container tve_lg_submit\" data-css=\"tve-u-15f00a58a15\" data-tcb_hover_state_parent=\"\" data-button-style=\"full_rounded\" wfd-id=\"71\">\n<button type=\"submit\" class=\"tve-froala\" sourceindex=\"2\" wfd-id=\"120\">Get Your 10% Off Coupon Now</button>\n</div>\n</div>\n<input id=\"_submit_option\" type=\"hidden\" name=\"_submit_option\" value=\"redirect\" wfd-id=\"93\"><input id=\"_back_url\" type=\"hidden\" name=\"_back_url\" value=\"http://design-team.thrive-dev.bitstoneint.com/mini-site-thank-you-page/\" wfd-id=\"92\"><input type=\"hidden\" name=\"__tcb_lg_fc\" id=\"__tcb_lg_fc\" value=\"YTowOnt9\" wfd-id=\"91\"></form>\n</div>\n</div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15f00b398bc\" wfd-id=\"64\"><p data-css=\"tve-u-15f00b32008\" style=\"text-align: center;\"><span data-css=\"tve-u-15f00b2f966\" style=\"font-family: Montserrat; font-weight: 200;\" wfd-id=\"65\">We wonâ€™t spam you.Your Privacy is protected.</span></p></div></div>\n</div>'),(2771,265,'tve_content_more_found',''),(2772,265,'tve_page_events','a:0:{}'),(2773,265,'tcb2_ready','1'),(2774,265,'tcb_editor_enabled','1'),(2775,265,'thrive_icon_pack','0'),(2776,265,'tve_has_masonry','0'),(2777,265,'tve_has_typefocus','0'),(2778,265,'tve_has_wistia_popover','0'),(2795,278,'tve_revision_tve_landing_page','tcb2-one-page-site-dog-walking'),(2779,277,'tve_revision_tve_landing_page','tcb2-one-page-site-dog-walking'),(2780,277,'tve_revision_tve_disable_theme_dependency',''),(2781,277,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-165b813034a\" wfd-id=\"267\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ebe5d7b44\" wfd-id=\"289\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ebe51d596\" wfd-id=\"268\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15ec3055cca\" wfd-id=\"269\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2\" data-css=\"tve-u-15ebe8a2edd\" wfd-id=\"270\"><div class=\"tcb-flex-col\" wfd-id=\"283\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec30518d3\" wfd-id=\"285\"><div class=\"tcb-clear\" data-css=\"tve-u-15ecc95760b\" wfd-id=\"286\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ebe70a25b\" wfd-id=\"287\"><span class=\"tve_image_frame\" wfd-id=\"288\"><img class=\"tve_image wp-image-25564\" alt=\"\" width=\"142\" height=\"44\" title=\"logo_pawcity\" data-id=\"25564\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/logo_pawcity.png\"></span></div></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"271\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec313e743\" data-tcb_hover_state_parent=\"\" wfd-id=\"273\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone tcb-tablet-hidden tcb-mobile-hidden\" style=\"\" wfd-id=\"274\"><p data-css=\"tve-u-15f002fa8f6\"><span data-css=\"tve-u-15f0034f748\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"282\"><a href=\"#whatwedo\">What We Do</a></span>&nbsp; &nbsp; <span data-css=\"tve-u-15f003606db\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"281\"><a href=\"#testimonials\">Testimonials</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f003655f8\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"280\"><a href=\"#aboutus\">About Us</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f00369f5e\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"279\"><a href=\"#getyourcoupon\">Get Your Coupon</a></span>&nbsp; &nbsp; <span data-css=\"tve-u-15f0064f814\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"278\"><a href=\"#areaweserve\">Area We Serve</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f003784ab\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"277\"><a href=\"#contact\">Contact</a></span></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ebe8abb9e\" wfd-id=\"236\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ebe8a4d78\" data-clip-id=\"335f47a4c8f92\" wfd-id=\"266\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-left-335f47a4c8f92\" class=\"decoration-clip clip-path-left\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" pointer-width=\"6\" pointer-height=\"2.5\" style=\"curves\" decoration-type=\"none\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon><ellipse cx=\"0.025\" cy=\"0.029412\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.08823600000000001\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.14706\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.205884\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.264708\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.323532\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.38235600000000003\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.44118\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.500004\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.558828\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.617652\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.676476\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.7353000000000001\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.794124\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.852948\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.911772\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.970596\" rx=\"0.025\" ry=\"0.029412\"></ellipse></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ebe72c974\" wfd-id=\"237\"><div class=\"thrv_wrapper thrv-columns tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec318421d\" wfd-id=\"238\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-15ebe738fb8\" wfd-id=\"239\"><div class=\"tcb-flex-col\" wfd-id=\"263\"><div class=\"tcb-col\" data-css=\"tve-u-15ebe73226c\" wfd-id=\"265\"></div></div><div class=\"tcb-flex-col\" wfd-id=\"240\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ebe89fb7a\" wfd-id=\"242\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ebe827cb3\" wfd-id=\"243\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15ebe830a90\" data-clip-id=\"bb2526ca261ae\" wfd-id=\"262\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-left-bb2526ca261ae\" class=\"decoration-clip clip-path-left\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"divider\" pointer-width=\"5.7\" pointer-height=\"2.5\" style=\"curves\" slanted-angle=\"5\"><polygon points=\"0.025 0, 0.025 1, 1 1, 1 0\"></polygon><ellipse cx=\"0.025\" cy=\"0.027778\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.083334\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.13889\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.194446\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.250002\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.305558\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.361114\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.41667\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.47222600000000003\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.527782\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.583338\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.638894\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.69445\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.7500060000000001\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.805562\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.861118\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.916674\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.97223\" rx=\"0.025\" ry=\"0.027778\"></ellipse></clipPath><clipPath id=\"clip-tablet-left-bb2526ca261ae\" class=\"decoration-clip clip-path-tablet-left\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"divider\" pointer-width=\"5.7\" pointer-height=\"4\" style=\"curves\" slanted-angle=\"5\"><polygon points=\"0.04 0, 0.04 1, 1 1, 1 0\"></polygon><ellipse cx=\"0.04\" cy=\"0.027778\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.083334\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.13889\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.194446\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.250002\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.305558\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.361114\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.41667\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.47222600000000003\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.527782\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.583338\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.638894\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.69445\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.7500060000000001\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.805562\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.861118\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.916674\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.97223\" rx=\"0.04\" ry=\"0.027778\"></ellipse></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ebe80a9a1\" wfd-id=\"244\"><div class=\"tcb-clear\" data-css=\"tve-u-15ebe8ee6c0\" wfd-id=\"258\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15ebe8edca2\" data-tag=\"h1\" wfd-id=\"259\"><h1 data-css=\"tve-u-15ebe90cfb0\">Happy dogs =<br>â€‹â€‹â€‹â€‹â€‹happâ€‹â€‹â€‹â€‹y owners</h1></div></div><div class=\"tcb-clear\" data-css=\"tve-u-15ec30a8a14\" wfd-id=\"254\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ebe906677\" wfd-id=\"255\"><p data-css=\"tve-u-15ebe905473\">Offer your dog a premium walking experience</p></div></div><div class=\"tcb-clear\" data-css=\"tve-u-15ebe955aaa\" wfd-id=\"245\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ebe916c34\" wfd-id=\"246\">\n<div class=\"tve-content-box-background\" wfd-id=\"253\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ec3152b02\" wfd-id=\"247\"><div class=\"thrv_wrapper thrv-button tve_ea_thrive_lightbox\" data-css=\"tve-u-15ebe91a626\" data-tcb_hover_state_parent=\"false\" data-button-style=\"full_rounded\" wfd-id=\"248\">\n<a href=\"#\" class=\"tcb-button-link tve_evt_manager_listen tve_et_click\" data-tcb-events=\"__TCB_EVENT_[{&quot;config&quot;:{&quot;l_anim&quot;:&quot;zoom_in&quot;,&quot;l_id&quot;:265},&quot;a&quot;:&quot;thrive_lightbox&quot;,&quot;t&quot;:&quot;click&quot;}]_TNEVE_BCT__\">\n<span class=\"tcb-button-texts\" wfd-id=\"249\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-165b814869f\" wfd-id=\"250\">Get 10% OFF Your First Cerakote Project</span></span>\n</a>\n</div></div>\n</div></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec3017516\" wfd-id=\"229\">\n<div class=\"tve-page-section-out\" wfd-id=\"235\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ebea3a693\" wfd-id=\"230\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15ebea49c0c\" id=\"whatwedo\" data-tag=\"h1\" wfd-id=\"234\"><h1 data-css=\"tve-u-15ebea42b31\" style=\"text-align: center;\">What We Do</h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2448fdb\" wfd-id=\"231\"><p data-css=\"tve-u-15ec2443105\" style=\"text-align: center;\">Our goal is to make sure the owners are comforted, the pups are exercised and happy and that we are getting our own puppy fixes. But letâ€™s be honest- itâ€™s their world, weâ€™re just living in it! As a small team of experienced dog owners and lovers, we really get to know you and your dog and we canguarantee consistent and personal care that is equal to your love and attention. We are so excited to make you a part of the family!</p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" wfd-id=\"198\">\n<div class=\"tve-page-section-out\" wfd-id=\"228\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ee1211b9b\" wfd-id=\"199\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15ee121a6d1\" wfd-id=\"200\"><div class=\"tcb-flex-row tcb--cols--3 tcb-medium-wrap\" data-css=\"tve-u-15ee121fb1c\" wfd-id=\"201\"><div class=\"tcb-flex-col\" wfd-id=\"218\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ee1225fdf\" wfd-id=\"220\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec2477274\" wfd-id=\"226\"><span class=\"tve_image_frame\" wfd-id=\"227\"><img class=\"tve_image wp-image-1596\" alt=\"\" width=\"55\" height=\"73\" title=\"what_do_icon_01\" data-id=\"1596\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_01.png\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"225\"><p data-css=\"tve-u-15ec2481d17\"><strong>First Class Care</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"224\"><p data-css=\"tve-u-15ec2487407\">all the best for them</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2492191\" wfd-id=\"221\"><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"210\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ee1232726\" wfd-id=\"212\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec24ae116\" wfd-id=\"216\"><span class=\"tve_image_frame\" wfd-id=\"217\"><img class=\"tve_image wp-image-1597\" alt=\"\" width=\"73\" height=\"73\" title=\"what_do_icon_02\" data-id=\"1597\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_02.png\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"215\"><p data-css=\"tve-u-15ec2481d17\"><strong>Snacks Included</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"214\"><p data-css=\"tve-u-15ec2487407\">for your little one</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec3192f72\" wfd-id=\"213\"><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"202\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ee1237243\" wfd-id=\"204\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec24d5e15\" wfd-id=\"208\"><span class=\"tve_image_frame\" wfd-id=\"209\"><img class=\"tve_image wp-image-1598\" alt=\"\" width=\"65\" height=\"73\" title=\"what_do_icon_03\" data-id=\"1598\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_03.png\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"207\"><p data-css=\"tve-u-15ec2481d17\"><strong>Regularly walks</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"206\"><p data-css=\"tve-u-15ec2487407\">to keep them ealthy</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2492191\" wfd-id=\"205\"><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris.</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-15ec24f494c\" id=\"testimonials\" style=\"\" wfd-id=\"176\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ec24f97c0\" wfd-id=\"197\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec24f790d\" wfd-id=\"177\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15ec254985a\" style=\"\" wfd-id=\"178\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-15ec253a41f\" wfd-id=\"179\"><div class=\"tcb-flex-col\" wfd-id=\"183\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec253ef3a\" style=\"\" wfd-id=\"185\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec256e611\" style=\"\" wfd-id=\"188\"><p data-css=\"tve-u-15ec25610c7\"><span data-css=\"tve-u-15ec268a0a3\" style=\"font-size: 45px; color: rgb(89, 171, 227);\" wfd-id=\"195\"><span data-css=\"tve-u-15ec26760e9\" style=\"font-family: ABeeZee;\" wfd-id=\"196\">â€</span></span><span data-css=\"tve-u-15ec256b908\" style=\"font-family: &quot;Amatic SC&quot;;\" wfd-id=\"194\">&nbsp; &nbsp; &nbsp;</span><span data-css=\"tve-u-15ec2680494\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"192\"><span data-css=\"tve-u-15ec269379d\" style=\"font-size: 45px;\" wfd-id=\"193\">my chester enjoys being with them!</span> &nbsp; &nbsp;&nbsp;</span><span data-css=\"tve-u-15ec255fe12\" style=\"font-family: ABeeZee; font-weight: 400; color: rgb(89, 171, 227); font-size: 45px;\" wfd-id=\"191\">â€</span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2698d8d\" wfd-id=\"187\"><p data-css=\"tve-u-160266880a0\">We LOVE going for walks with our friends at Paw! Donâ€™t tell our mom &amp; dad,but we get really excited when they leave for work because we know it wonâ€™t be long before we get a visit from one of our favorite friends at PawCity! Best part is, they always let our parents know how ourwalk went right away so they dont have to worry about us!</p><p data-css=\"tve-u-15ec269736c\">We love you PawCity!! xoxo</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec26ab7b0\" style=\"\" wfd-id=\"186\"><p data-css=\"tve-u-15ec26a92a2\"><strong>Anna Olson</strong>, Chesterâ€™s Mom</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"180\"><div class=\"tcb-col\" wfd-id=\"182\"></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec26c390a\" id=\"aboutus\" wfd-id=\"169\">\n<div class=\"tve-page-section-out\" wfd-id=\"175\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec26b9914\" wfd-id=\"170\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15ee1037a1d\" data-tag=\"h1\" wfd-id=\"172\"><h1 data-css=\"tve-u-15ec26bd2e8\">About us</h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec31ba260\" wfd-id=\"171\"><p data-css=\"tve-u-15ec2443105\" style=\"text-align: center;\">At PawCity, we lead lives full of the unconditional love and happiness we receive from the furballs we get to spend time with everyday and we have this beautiful city and all the beautiful people in it to thank. We love you and your pups!!</p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec26ec232\" wfd-id=\"138\">\n<div class=\"tve-page-section-out\" wfd-id=\"168\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec26e5812\" wfd-id=\"139\"><div class=\"thrv_wrapper thrv-columns tcb-window-width\" style=\"width: 1603px; left: -1px;\" data-css=\"tve-u-15ee106257d\" wfd-id=\"140\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2\" data-css=\"tve-u-15ec26fee25\" wfd-id=\"141\"><div class=\"tcb-flex-col c-33\" wfd-id=\"163\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec2a38bfd\" wfd-id=\"165\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec2a33d71\" wfd-id=\"166\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"167\"><img class=\"tve_image wp-image-7399\" alt=\"\" width=\"830\" height=\"775\" title=\"about_us_dog\" data-id=\"7399\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/about_us_dog.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col c-66\" wfd-id=\"142\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec27075e1\" wfd-id=\"144\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160309f3e5d\" wfd-id=\"157\">\n<div class=\"tve-content-box-background\" wfd-id=\"162\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160309b397d\" wfd-id=\"158\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-160309b00b4\" data-float=\"1\" wfd-id=\"160\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"161\"><img class=\"tve_image wp-image-7404\" alt=\"\" width=\"64\" height=\"64\" title=\"dog_paw\" data-id=\"7404\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/dog_paw.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16030a08afd\" wfd-id=\"159\"><p>We moved to New York City with our black bulldog rescue, Blakely, in 2007 after graduating from the University of Maryland. Immediately, we realized what a dog-crazy place it was.</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160309f6c04\" wfd-id=\"151\">\n<div class=\"tve-content-box-background\" wfd-id=\"156\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160309b397d\" wfd-id=\"152\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-160309ddca8\" data-float=\"1\" wfd-id=\"154\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"155\"><img class=\"tve_image wp-image-7403\" alt=\"\" width=\"64\" height=\"64\" title=\"dog_house\" data-id=\"7403\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/dog_house.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16030a09626\" wfd-id=\"153\"><p>We knew right away that we wanted to work with the animals that we loved and that had given us so much love since we were little girls. We started PawCity Dog Walking in July of 2010.</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16030975307\" wfd-id=\"145\">\n<div class=\"tve-content-box-background\" wfd-id=\"150\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160309b397d\" wfd-id=\"146\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16030a013d7\" data-float=\"1\" wfd-id=\"148\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"149\"><img class=\"tve_image wp-image-7405\" alt=\"\" width=\"64\" height=\"64\" title=\"spinning_wheel\" data-id=\"7405\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/spinning_wheel.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160309b344b\" wfd-id=\"147\"><p>We cover the entire width of the East Side, from 96th Street to Delancey and handle every type of personality imaginable. At PawCity, we lead lives full of the unconditional love and happiness we receive from the furballs we get to spend time with everyday.</p></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" data-css=\"tve-u-15ec2a56438\" style=\"width: 1603px; left: 0px;\" id=\"getyourcoupon\" wfd-id=\"118\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ec2a5bb35\" wfd-id=\"137\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec2a5540e\" wfd-id=\"119\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ec2a80647\" wfd-id=\"120\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15ec2a9b8a9\" wfd-id=\"136\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ec2a81a9f\" wfd-id=\"121\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2a6f589\" wfd-id=\"132\"><p data-css=\"tve-u-15ec2a6b447\"><span data-css=\"tve-u-15ec2a6d9d8\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"135\"><strong>Get Your Coupon</strong></span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2aaa9a4\" wfd-id=\"128\"><p data-css=\"tve-u-15ec2ab1d6d\">We strive to keep both you and your pup as happy and comfortable as possible while youâ€™re out earning those big bucks.</p><p data-css=\"tve-u-15ec2ab1d82\"><br></p><p data-css=\"tve-u-15ec2aa8e2e\"><strong>Get <span data-css=\"tve-u-15ec2aafa24\" style=\"color: rgb(89, 171, 227);\" wfd-id=\"131\">20%</span> off your first walk. Enter your email and we\'ll send you your coupon.</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ec2abe257\" wfd-id=\"122\">\n<div class=\"tve-content-box-background\" wfd-id=\"127\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ec2acb421\" wfd-id=\"123\"><div class=\"thrv_wrapper thrv-button tve_ea_thrive_lightbox\" data-css=\"tve-u-15ec2ac01df\" data-tcb_hover_state_parent=\"false\" data-button-style=\"full_rounded\" wfd-id=\"124\">\n<a href=\"#\" class=\"tcb-button-link tve_evt_manager_listen tve_et_click\" data-tcb-events=\"__TCB_EVENT_[{&quot;config&quot;:{&quot;l_anim&quot;:&quot;zoom_in&quot;,&quot;l_id&quot;:&quot;265&quot;},&quot;a&quot;:&quot;thrive_lightbox&quot;,&quot;t&quot;:&quot;click&quot;}]_TNEVE_BCT__\">\n<span class=\"tcb-button-texts\" wfd-id=\"125\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-15ebe925072\" wfd-id=\"126\">Get Your Coupon Now</span></span>\n</a>\n</div></div>\n</div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-15ec2b0a32a\" id=\"areaweserve\" wfd-id=\"98\">\n<div class=\"tve-page-section-out\" wfd-id=\"117\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15f76fcb7df\" wfd-id=\"99\"><div class=\"thrv_wrapper thrv-columns\" style=\"\" data-css=\"tve-u-15ee103f44a\" wfd-id=\"100\"><div class=\"tcb-flex-row tcb--cols--2 tcb-medium-wrap\" data-css=\"tve-u-15ec2ae8715\" wfd-id=\"101\"><div class=\"tcb-flex-col c-33\" wfd-id=\"106\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec2b37666\" wfd-id=\"108\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"113\"><p data-css=\"tve-u-15ec2af6c4b\"><span data-css=\"tve-u-15ec2af6c4e\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"116\">area we serve</span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"109\"><p>As a small team of experienced dog owners and lovers, we really get to know you and your dog and we canguarantee consistent and personal care that is equal to your love and attention.</p><p><br></p><p><strong><span data-css=\"tve-u-15ec2afed17\" style=\"color: rgb(89, 171, 227);\" wfd-id=\"112\">We are so excited to make you a part of the family!</span></strong></p></div></div></div><div class=\"tcb-flex-col c-66\" wfd-id=\"102\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec2b33f06\" wfd-id=\"104\"><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-15ec2b3b468\" wfd-id=\"105\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=blakely, united states&amp;t=m&amp;z=11&amp;output=embed&amp;iwloc=near\"></iframe>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" data-css=\"tve-u-15ec2b5d54c\" style=\"width: 1603px; left: 0px;\" id=\"contact\" wfd-id=\"59\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ec2b56fac\" wfd-id=\"97\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec2b54c99\" wfd-id=\"60\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1602b31dfcd\" wfd-id=\"61\"><div class=\"tcb-flex-row tcb-resized tcb-medium-wrap tcb--cols--3\" data-css=\"tve-u-1602b37ce9d\" wfd-id=\"62\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1602be453ec\" style=\"\" wfd-id=\"91\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"93\"><div class=\"tcb-clear\" data-css=\"tve-u-1602bff3cd5\" wfd-id=\"94\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec2b6e126\" wfd-id=\"95\"><span class=\"tve_image_frame\" wfd-id=\"96\"><img class=\"tve_image wp-image-25564\" alt=\"\" width=\"142\" height=\"44\" title=\"logo_pawcity\" data-id=\"25564\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/logo_pawcity.png\"></span></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1602be45437\" style=\"\" wfd-id=\"77\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1602be56dfc\" wfd-id=\"79\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1602bfebaf9\" wfd-id=\"80\">\n<div class=\"tve-content-box-background\" wfd-id=\"90\"></div>\n<div class=\"tve-cb\" wfd-id=\"81\"><div class=\"tcb-clear\" data-css=\"tve-u-1602bf36e2c\" wfd-id=\"87\"><div class=\"thrv_wrapper tve_image_caption tcb-mobile-hidden\" data-css=\"tve-u-1602be7db66\" data-float=\"1\" wfd-id=\"88\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"89\"><img class=\"tve_image wp-image-7369\" alt=\"\" width=\"64\" height=\"64\" title=\"location\" data-id=\"7369\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/location.png\" style=\"width: 100%;\"></span></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1602bf25f10\" wfd-id=\"82\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1602befe215\" wfd-id=\"83\"><p data-css=\"tve-u-1602bfa220e\"><strong><span data-css=\"tve-u-1602b324a9b\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"86\">67 E. 3rd Street</span></strong><span data-css=\"tve-u-1602b324a9c\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"85\"> </span><span data-css=\"tve-u-1602b324ab9\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"84\">Suite B New York, NY 10003</span></p></div></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1602be4545b\" style=\"\" wfd-id=\"63\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"65\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1602bfea280\" wfd-id=\"66\">\n<div class=\"tve-content-box-background\" wfd-id=\"76\"></div>\n<div class=\"tve-cb\" wfd-id=\"67\"><div class=\"tcb-clear\" data-css=\"tve-u-1602bfc4bea\" wfd-id=\"73\"><div class=\"thrv_wrapper tve_image_caption tcb-mobile-hidden\" data-css=\"tve-u-1602bec144e\" data-float=\"1\" wfd-id=\"74\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"75\"><img class=\"tve_image wp-image-7370\" alt=\"\" width=\"64\" height=\"64\" title=\"phone\" data-id=\"7370\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/phone.png\" style=\"width: 100%;\"></span></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1602bfc74c3\" wfd-id=\"68\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1602b332fd9\" data-float=\"1\" wfd-id=\"69\"><p><strong><span data-css=\"tve-u-1602b324a9b\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"72\">080</span></strong><span data-css=\"tve-u-1602b324a9c\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"71\"> </span><span data-css=\"tve-u-1602b324ab9\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"70\">708 5583</span></p></div></div></div>\n</div></div></div></div></div></div>\n</div>'),(2782,277,'tve_revision_tve_content_more_found',''),(2783,277,'tve_revision_tve_save_post',''),(2784,277,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Montserrat:400,200,300&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Amatic+SC:400&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=ABeeZee:400&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-160309b397d\"]::after { clear: both; }[data-css=\"tve-u-160309b344b\"] { position: relative !important; margin-left: 100px !important; }[data-css=\"tve-u-160309b00b4\"] + div { clear: none; }[data-css=\"tve-u-160309b00b4\"] { float: none; width: 60px; position: absolute; margin-bottom: 0px !important; margin-top: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-16030975307\"] { max-width: 75%; margin-left: 80px !important; }[data-css=\"tve-u-1602bfa220e\"] { line-height: 1.85em !important; }[data-css=\"tve-u-1602be7db66\"] { float: left; width: 40px; z-index: 3; position: relative; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1602be56dfc\"]::after { clear: both; }[data-css=\"tve-u-1602be4545b\"] { max-width: 25%; }[data-css=\"tve-u-1602be45437\"] { max-width: 48.1%; }[data-css=\"tve-u-1602be453ec\"] { max-width: 26.9%; }[data-css=\"tve-u-1602b37ce9d\"] > .tcb-flex-col > .tcb-col { justify-content: center; }[data-css=\"tve-u-1602b332fd9\"] { max-width: 264px; position: relative; float: right; z-index: 3; width: 100%; padding-left: 1px !important; margin-top: 1px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1602b324a9c\"] { color: rgb(74, 163, 223) !important; }[data-css=\"tve-u-1602b324a9b\"] { color: rgb(74, 163, 223) !important; }[data-css=\"tve-u-1602b31dfcd\"] { max-width: 1296px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15f76fcb7df\"] { max-width: 100%; }[data-css=\"tve-u-15f0064f814\"] { color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-15ec313e743\"]:hover p, #tve_editor [data-css=\"tve-u-15ec313e743\"]:hover li, #tve_editor [data-css=\"tve-u-15ec313e743\"]:hover blockquote, #tve_editor [data-css=\"tve-u-15ec313e743\"]:hover address { color: rgb(89, 171, 227); }[data-css=\"tve-u-15f003784ab\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15f00369f5e\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15f003655f8\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15f003606db\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15f0034f748\"] { color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-15f002fa8f6\"] { color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-15ec313e743\"] p, #tve_editor [data-css=\"tve-u-15ec313e743\"] li, #tve_editor [data-css=\"tve-u-15ec313e743\"] blockquote, #tve_editor [data-css=\"tve-u-15ec313e743\"] address { font-size: 16px; }[data-css=\"tve-u-15ec313e743\"] { text-align: left; padding-left: 0px !important; margin-left: 0px !important; margin-right: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-15ee121fb1c\"] .tcb-flex-col { flex-basis: 285px !important; }[data-css=\"tve-u-15ec30a8a14\"]::after { clear: both; }#tve_editor [data-css=\"tve-u-15ebe90cfb0\"] { font-size: 96px !important; }[data-css=\"tve-u-15ee1237243\"] { box-shadow: rgba(73, 137, 181, 0.15) -3px 7px 69px 10px; }[data-css=\"tve-u-15ee1232726\"] { box-shadow: rgba(73, 137, 181, 0.15) -3px 7px 69px 10px; }[data-css=\"tve-u-15ee121fb1c\"] > .tcb-flex-col > .tcb-col { min-height: 503px; }[data-css=\"tve-u-15ee1225fdf\"] { box-shadow: rgba(73, 137, 181, 0.15) -3px 7px 69px 10px; }[data-css=\"tve-u-15ee121fb1c\"] { margin-left: -60px; min-height: inherit; }[data-css=\"tve-u-15ee121fb1c\"] > .tcb-flex-col { padding-left: 60px; }[data-css=\"tve-u-15ee121a6d1\"] { float: none; max-width: 1296px; text-align: center; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ee1211b9b\"] { max-width: 1603px; text-align: center; }[data-css=\"tve-u-15ec26fee25\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-15ee106257d\"] { max-width: 100%; }[data-css=\"tve-u-15ec3055cca\"] { max-width: 1370px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ee103f44a\"] { float: none; max-width: 1296px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ee1037a1d\"] { float: none; max-width: 1296px; margin-left: auto !important; margin-right: auto !important; }#tve_editor [data-css=\"tve-u-15ec2ac01df\"]:hover .tcb-button-link { box-shadow: rgba(73, 137, 181, 0.25) -3px 7px 73px 18px; background-color: rgb(149, 250, 201) !important; }#tve_editor [data-css=\"tve-u-15ebe91a626\"]:hover .tcb-button-link { box-shadow: rgba(73, 137, 181, 0.25) -3px 7px 73px 18px; border: 0px dashed rgb(255, 255, 255); background-color: rgb(149, 250, 201) !important; font-weight: normal !important; background-image: none !important; }[data-css=\"tve-u-15ebe8a2edd\"] > .tcb-flex-col > .tcb-col { justify-content: center; }[data-css=\"tve-u-15ec3017516\"] { margin-top: 60px !important; padding-bottom: 50px !important; }[data-css=\"tve-u-15ec2b6e126\"] { width: 142px; }[data-css=\"tve-u-15ec2b5d54c\"] { margin-top: 83px !important; }[data-css=\"tve-u-15ec2b56fac\"] { background-image: linear-gradient(rgb(25, 46, 60), rgb(25, 46, 60)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-15ec2b54c99\"] { max-width: 1586px; min-height: 100px !important; }[data-css=\"tve-u-15ec2b3b468\"] { box-shadow: rgba(89, 171, 227, 0.15) -3px 7px 69px 10px; margin-top: 0px !important; margin-bottom: 0px !important; margin-left: 38px !important; }[data-css=\"tve-u-15ec2b37666\"] { margin-top: 114px !important; }[data-css=\"tve-u-15ec2b33f06\"] { padding-left: 0px !important; }[data-css=\"tve-u-15ec2b0a32a\"] { margin-top: 76px !important; }[data-css=\"tve-u-15ec2ae8715\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-15ec2afed17\"] { color: rgb(89, 171, 227) !important; }[data-css=\"tve-u-15ec2ae8715\"] { float: none; max-width: 1453px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2acb421\"] { min-height: 162px; }[data-css=\"tve-u-15ec2aafa24\"] { color: rgb(89, 171, 227) !important; }[data-css=\"tve-u-15ec2aaa9a4\"] { float: none; max-width: 1440px; margin-left: auto !important; margin-right: auto !important; margin-top: 25px !important; }#tve_editor [data-css=\"tve-u-15ec2aa8e2e\"] { letter-spacing: 1px; color: rgb(255, 255, 255) !important; font-size: 20px !important; }[data-css=\"tve-u-15ec2a9b8a9\"] { border: 1px solid rgb(89, 171, 227) !important; }[data-css=\"tve-u-15ec2a81a9f\"] { min-height: 162px; }[data-css=\"tve-u-15ec2a80647\"] { float: none; max-width: 97%; margin-left: auto !important; margin-right: auto !important; margin-top: 55px !important; }[data-css=\"tve-u-15ec2a6f589\"] { float: none; max-width: 1440px; margin-top: 55px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2a6d9d8\"] { font-family: \"Amatic SC\" !important; font-weight: 400 !important; }#tve_editor [data-css=\"tve-u-15ec2a6b447\"] { color: rgb(89, 171, 227) !important; font-size: 70px !important; }[data-css=\"tve-u-15ec2a5bb35\"] { background-image: linear-gradient(rgba(28, 54, 85, 0.8), rgba(28, 54, 85, 0.8)), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/coupon_background.jpg\") !important; background-size: auto, cover !important; background-position: 0px 0px, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-15ec2a56438\"] { margin-top: 69px !important; }[data-css=\"tve-u-15ec2a5540e\"] { max-width: 100%; text-align: center; min-height: 561px !important; }[data-css=\"tve-u-15ec2a38bfd\"] { margin-right: 0px !important; padding-right: 0px !important; margin-left: 0px !important; }[data-css=\"tve-u-15ec2a33d71\"] { width: 830px; position: relative; top: 0px; left: 40px; z-index: 7; float: none; padding-right: 0px !important; padding-left: 0px !important; }[data-css=\"tve-u-15ec27075e1\"] { border-left: 1px solid rgb(232, 238, 241); border-top: 1px solid rgb(232, 238, 241); border-bottom: 1px solid rgb(232, 238, 241); }[data-css=\"tve-u-15ec26fee25\"] > .tcb-flex-col > .tcb-col { min-height: 612px; }[data-css=\"tve-u-15ec26fee25\"] { min-height: inherit; margin-left: 0px; padding-top: 0px !important; padding-bottom: 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-15ec26ec232\"] { margin-top: 66px !important; }[data-css=\"tve-u-15ec26e5812\"] { max-width: 100%; min-height: 586px !important; }[data-css=\"tve-u-15ec26c390a\"] { margin-top: 60px !important; }#tve_editor [data-css=\"tve-u-15ec26bd2e8\"] { color: rgb(24, 45, 60) !important; font-size: 70px !important; }[data-css=\"tve-u-15ec26b9914\"] { max-width: 1434px; text-align: center; }[data-css=\"tve-u-15ec26ab7b0\"] { margin-top: 67px !important; }#tve_editor [data-css=\"tve-u-15ec26a92a2\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15ec2698d8d\"] { float: none; max-width: 600px; margin-left: auto !important; margin-right: auto !important; margin-top: 30px !important; }#tve_editor [data-css=\"tve-u-15ec269736c\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15ec269379d\"] { font-size: 45px !important; }[data-css=\"tve-u-15ec268a0a3\"] { font-size: 45px !important; color: rgb(89, 171, 227) !important; }[data-css=\"tve-u-15ec256e611\"] { margin-top: 0px !important; }#tve_editor [data-css=\"tve-u-15ec25610c7\"] { font-size: 40px !important; color: rgb(89, 171, 227) !important; }[data-css=\"tve-u-15ec255fe12\"] { font-family: ABeeZee !important; font-weight: 400 !important; color: rgb(89, 171, 227) !important; font-size: 45px !important; }[data-css=\"tve-u-15ec254985a\"] { margin-right: 0px !important; }[data-css=\"tve-u-15ec253ef3a\"] { text-align: center; background-image: linear-gradient(rgba(24, 45, 60, 0.95), rgba(24, 45, 60, 0.95)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; margin-top: 0px !important; padding-top: 130px !important; padding-bottom: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-15ec253a41f\"] > .tcb-flex-col > .tcb-col { min-height: 661px; }[data-css=\"tve-u-15ec253a41f\"] { min-height: inherit; float: none; max-width: 1474px; z-index: 3; position: relative; padding-top: 0px !important; padding-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; padding-right: 0px !important; }[data-css=\"tve-u-15ec24f97c0\"] { background-image: linear-gradient(rgba(42, 51, 68, 0.1), rgba(42, 51, 68, 0.1)), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/testimonial_bg.jpg\") !important; background-size: auto, cover !important; background-position: 0px 0px, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-15ec24f790d\"] { min-height: 661px !important; }[data-css=\"tve-u-15ec24f494c\"] { margin-top: 60px !important; }[data-css=\"tve-u-15ec24d5e15\"] + div { clear: none; }[data-css=\"tve-u-15ec24d5e15\"] { float: none; width: 65px; margin-left: auto !important; margin-right: auto !important; margin-top: 40px !important; }[data-css=\"tve-u-15ec24ae116\"] + div { clear: none; }[data-css=\"tve-u-15ec24ae116\"] { float: none; width: 73px; margin-left: auto !important; margin-right: auto !important; margin-top: 40px !important; }[data-css=\"tve-u-15ec249b3f6\"] { line-height: 1.9em !important; }[data-css=\"tve-u-15ec2492191\"] { margin-left: 25px !important; margin-right: 25px !important; margin-top: 25px !important; }#tve_editor [data-css=\"tve-u-15ec2487407\"] { text-transform: uppercase !important; color: rgb(135, 156, 171) !important; font-size: 17px !important; }#tve_editor [data-css=\"tve-u-15ec2481d17\"] { font-size: 20px !important; }[data-css=\"tve-u-15ec2477274\"] + div { clear: none; }[data-css=\"tve-u-15ec2477274\"] { float: none; width: 55px; margin-left: auto !important; margin-right: auto !important; margin-top: 40px !important; }[data-css=\"tve-u-15ec2448fdb\"] { float: none; max-width: 1296px; margin-top: 10px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2443105\"] { line-height: 1.8em !important; }[data-css=\"tve-u-15ebea49c0c\"] { float: none; max-width: 1440px; margin-left: auto !important; margin-right: auto !important; margin-top: 0px !important; }#tve_editor [data-css=\"tve-u-15ebea42b31\"] { color: rgb(24, 45, 60) !important; font-size: 70px !important; }[data-css=\"tve-u-15ebea3a693\"] { max-width: 1434px; }[data-css=\"tve-u-15ebe955aaa\"]::after { clear: both; }#tve_editor [data-css=\"tve-u-15ebe925072\"] { font-family: Montserrat; letter-spacing: 0px; font-weight: 400; font-size: 20px !important; color: rgb(24, 45, 60) !important; }[data-css=\"tve-u-15ebe91a626\"] { display: block; max-width: 423px; margin-left: 50px !important; margin-right: 0px !important; }[data-css=\"tve-u-15ebe91a626\"] .tcb-button-link { border-radius: 200px; min-height: 67.1429px; font-size: 1.6em; padding-top: 0px; padding-bottom: 0px; background-color: rgb(255, 255, 255) !important; padding-left: 15px !important; background-image: none !important; border: 1px solid rgb(0, 0, 0); box-shadow: rgba(0, 0, 0, 0.4) 0px 3px 8px 1px; }[data-css=\"tve-u-15ebe916c34\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 733px; }[data-css=\"tve-u-15ebe90cfb0\"] { line-height: 1.1em !important; }[data-css=\"tve-u-15ebe906677\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 669px; margin-left: 50px !important; margin-top: 40px !important; }#tve_editor [data-css=\"tve-u-15ebe905473\"] { font-size: 22px !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15ebe8ee6c0\"]::after { clear: both; }[data-css=\"tve-u-15ebe8edca2\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 722px; padding-left: 0px !important; margin-left: 50px !important; margin-top: 104px !important; }[data-css=\"tve-u-15ebe8abb9e\"] { padding: 0px !important; }[data-css=\"tve-u-15ebe8a4d78\"] { clip-path: url(\"#clip-left-335f47a4c8f92\"); -webkit-clip-path: url(\"#clip-left-335f47a4c8f92\");  }[data-css=\"tve-u-15ebe8a2edd\"] { padding-bottom: 15px !important; padding-top: 15px !important; }[data-css=\"tve-u-15ebe89fb7a\"] { margin-left: -35px !important; }[data-css=\"tve-u-15ebe830a90\"] { clip-path: url(\"#clip-left-bb2526ca261ae\"); -webkit-clip-path: url(\"#clip-left-bb2526ca261ae\");  background-image: linear-gradient(rgb(89, 171, 227), rgb(89, 171, 227)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-15ebe827cb3\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 0px !important; }[data-css=\"tve-u-15ebe80a9a1\"] { min-height: 729px; }[data-css=\"tve-u-15ebe738fb8\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-15ebe738fb8\"] > .tcb-flex-col > .tcb-col { min-height: 729px; }[data-css=\"tve-u-15ebe738fb8\"] { min-height: inherit; margin-left: 0px; padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-15ebe73226c\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/header_image-1.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-15ebe72c974\"] { max-width: 1620px; }[data-css=\"tve-u-15ebe70a25b\"] { width: 142px; margin-top: 20px !important; padding-left: 0px !important; margin-left: 30px !important; }[data-css=\"tve-u-15ebe5d7b44\"] { background-image: linear-gradient(rgb(0, 0, 0), rgb(0, 0, 0)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-15ebe51d596\"] { max-width: 100%; min-height: 100px !important; }#tcb_landing_page h3 { font-family: Montserrat; font-weight: 200; font-size: 20px; color: rgb(24, 45, 60); }#tcb_landing_page h2 { font-family: \"Amatic SC\"; font-weight: 400; font-size: 70px; color: rgb(24, 45, 60); }#tcb_landing_page h1 { font-family: \"Amatic SC\"; font-weight: 400; font-size: 96px; color: rgb(255, 255, 255); }#tcb_landing_page p, #tcb_landing_page li { font-family: Montserrat; font-weight: 200; color: rgb(24, 45, 60); font-size: 18px; line-height: 1.667em; }[data-css=\"tve-u-15e09c94f7d\"] { background-color: rgb(255, 255, 255); }[data-css=\"tve-u-15ec256b908\"] { font-family: \"Amatic SC\" !important; font-weight: 400 !important; }[data-css=\"tve-u-15ec26760e9\"] { font-family: ABeeZee !important; font-weight: 400 !important; }[data-css=\"tve-u-15ec2680494\"] { font-family: \"Amatic SC\" !important; font-weight: 400 !important; }#tve_editor [data-css=\"tve-u-15ec2ab1d6d\"] { letter-spacing: 1px; color: rgb(255, 255, 255) !important; font-size: 20px !important; }#tve_editor [data-css=\"tve-u-15ec2ab1d82\"] { letter-spacing: 1px; color: rgb(255, 255, 255) !important; font-size: 20px !important; }[data-css=\"tve-u-15ec2abe257\"] { float: none; z-index: 3; position: relative; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2ac01df\"] { display: block; max-width: 423px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2ac01df\"] .tcb-button-link { border-radius: 200px; min-height: 67.1429px; font-size: 1.6em; padding-top: 0px; padding-bottom: 0px; background-color: rgb(105, 240, 174) !important; padding-left: 15px !important; }#tve_editor [data-css=\"tve-u-15ec2af6c4b\"] { color: rgb(24, 45, 60) !important; font-size: 70px !important; }[data-css=\"tve-u-15ec2af6c4e\"] { font-family: \"Amatic SC\" !important; font-weight: 400 !important; }[data-css=\"tve-u-15ec3192f72\"] { margin-left: 25px !important; margin-right: 25px !important; margin-top: 25px !important; }[data-css=\"tve-u-15ec31ba260\"] { float: none; max-width: 1296px; margin-top: 10px !important; margin-left: auto !important; margin-right: auto !important; }#tcb_landing_page a:hover:not(.tcb-button-link) { color: rgb(89, 171, 227); }#tcb_landing_page .tve-state-hovera:not(.tcb-button-link) { color: rgb(89, 171, 227); }#tve_editor [data-css=\"tve-u-160266880a0\"] { color: rgb(255, 255, 255) !important; font-family: Montserrat !important; }[data-css=\"tve-u-1602b324ab9\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1602bec144e\"] { width: 36px; float: left; z-index: 3; position: static; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1602befe215\"] { max-width: 386px; position: relative !important; padding-left: 1px !important; margin-top: 0px !important; margin-left: 50px !important; }[data-css=\"tve-u-160309ddca8\"] + div { clear: none; }[data-css=\"tve-u-160309ddca8\"] { float: none; width: 60px; position: absolute; margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-160309f3e5d\"] { max-width: 75%; margin-left: 80px !important; margin-top: 60px !important; margin-bottom: 40px !important; }[data-css=\"tve-u-160309f6c04\"] { max-width: 75%; margin-left: 80px !important; margin-top: 60px !important; margin-bottom: 80px !important; }[data-css=\"tve-u-16030a013d7\"] + div { clear: none; }[data-css=\"tve-u-16030a013d7\"] { float: none; width: 60px; position: absolute; margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-16030a08afd\"] { position: relative !important; margin-left: 100px !important; }[data-css=\"tve-u-16030a09626\"] { position: relative !important; margin-left: 100px !important; }#tcb_landing_page a.tve-state-hover:not(.tcb-button-link) { color: rgb(89, 171, 227); }[data-css=\"tve-u-165b813034a\"] { border-bottom: 1px solid rgb(255, 255, 255); }#tve_editor [data-css=\"tve-u-165b814869f\"] { font-family: Montserrat; letter-spacing: 0px; font-weight: 400; font-size: 18px !important; color: rgb(24, 45, 60) !important; text-transform: capitalize !important; }}@media (max-width: 1023px){[data-css=\"tve-u-1602b332fd9\"] { float: none; max-width: 121px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1602befe215\"] { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1602b37ce9d\"] .tcb-flex-col { flex-basis: 420px !important; }[data-css=\"tve-u-1602bec144e\"] { float: none; z-index: 3; position: relative; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1602be7db66\"] { float: none; z-index: 3; position: relative; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2a38bfd\"] { text-align: left; }[data-css=\"tve-u-15ec27075e1\"] { margin-top: 0px !important; }[data-css=\"tve-u-15ee1237243\"] { margin-top: 52px !important; }[data-css=\"tve-u-15ee121a6d1\"] { margin-left: 33px !important; margin-right: 33px !important; }[data-css=\"tve-u-15ecc95760b\"]::after { clear: both; }[data-css=\"tve-u-15ebe51d596\"] { text-align: left; }[data-css=\"tve-u-15ec2b6e126\"] { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2b54c99\"] { text-align: left; }[data-css=\"tve-u-15ec2b3b468\"] { margin-left: 0px !important; margin-top: 20px !important; }[data-css=\"tve-u-15ec2b37666\"] { margin-top: 0px !important; }[data-css=\"tve-u-15ec2a80647\"] { margin-top: 0px !important; padding-left: 10px !important; padding-right: 10px !important; }[data-css=\"tve-u-15ec2a5540e\"] { max-width: 720px; }[data-css=\"tve-u-15ec2a33d71\"] { width: 395px; float: none; z-index: 3; position: relative; margin: 80px auto 0px !important; }[data-css=\"tve-u-15ec26b9914\"] { max-width: 720px; }[data-css=\"tve-u-15ec253ef3a\"] { padding: 25px 10px !important; }[data-css=\"tve-u-15ebea3a693\"] { max-width: 720px; }[data-css=\"tve-u-15ec30a8a14\"]::after { clear: both; }[data-css=\"tve-u-15ebe916c34\"] { max-width: 376px; }[data-css=\"tve-u-15ebe8a2edd\"] > .tcb-flex-col > .tcb-col { justify-content: center; min-height: 91px; }[data-css=\"tve-u-15ebe70a25b\"] { float: right; z-index: 3; position: relative; margin: 0px auto !important; }[data-css=\"tve-u-15ec3055cca\"] { text-align: center; margin-top: 0px !important; }[data-css=\"tve-u-15ebe8a2edd\"] { min-height: inherit; float: none; max-width: 100%; padding-top: 0px !important; padding-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec30518d3\"] { text-align: center; margin-left: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-15ebe830a90\"] { clip-path: url(\"#clip-tablet-left-bb2526ca261ae\"); -webkit-clip-path: url(\"#clip-tablet-left-bb2526ca261ae\");  }[data-css=\"tve-u-15ebe91a626\"] { margin-left: 30px !important; }[data-css=\"tve-u-15ebe906677\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 336px; margin-left: 30px !important; }[data-css=\"tve-u-15ebe8edca2\"] { margin-left: 30px !important; }[data-css=\"tve-u-15ebe89fb7a\"] { margin-left: -35px !important; }[data-css=\"tve-u-15ebe827cb3\"] { max-width: 100%; }#tve_editor [data-css=\"tve-u-15ebe90cfb0\"] { font-size: 84px !important; }}@media (max-width: 767px){[data-css=\"tve-u-160309b344b\"] { margin-left: 10px !important; margin-top: 30px !important; margin-right: 10px !important; }[data-css=\"tve-u-16030a013d7\"] { position: static; }[data-css=\"tve-u-16030a09626\"] { margin-left: 10px !important; margin-top: 30px !important; margin-right: 10px !important; }[data-css=\"tve-u-160309ddca8\"] { position: static; }[data-css=\"tve-u-16030a08afd\"] { margin-left: 10px !important; margin-right: 10px !important; margin-top: 30px !important; }[data-css=\"tve-u-160309b00b4\"] { position: static; }[data-css=\"tve-u-16030975307\"] { max-width: 100%; margin-left: 10px !important; margin-right: 10px !important; }[data-css=\"tve-u-160309f6c04\"] { max-width: 100%; margin-left: 10px !important; margin-right: 10px !important; }[data-css=\"tve-u-160309f3e5d\"] { max-width: 100%; margin-left: 10px !important; margin-right: 10px !important; }[data-css=\"tve-u-15ec2a38bfd\"]::after { clear: both; }[data-css=\"tve-u-1602bff3cd5\"]::after { clear: both; }[data-css=\"tve-u-1602bfea280\"] { margin-top: 0px !important; margin-bottom: 20px !important; }[data-css=\"tve-u-15ec2b6e126\"] { float: left; z-index: 3; position: relative; margin-left: 24px !important; }[data-css=\"tve-u-1602bf25f10\"]::after { clear: both; }[data-css=\"tve-u-1602b332fd9\"] { max-width: 257px; float: left; z-index: 3; position: relative; width: 100%; margin-top: 20px !important; margin-left: 20px !important; }[data-css=\"tve-u-15ec253ef3a\"] { padding-top: 30px !important; padding-bottom: 30px !important; }[data-css=\"tve-u-15ee1237243\"] { margin-top: 25px !important; }[data-css=\"tve-u-15ee1232726\"] { margin-top: 25px !important; }[data-css=\"tve-u-15ebe70a25b\"] { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2ae8715\"] { margin-left: -15px; }[data-css=\"tve-u-15ec2ae8715\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-15ec2b33f06\"] { margin-right: 0px !important; }[data-css=\"tve-u-15ec26fee25\"] > .tcb-flex-col > .tcb-col { min-height: 387px; }[data-css=\"tve-u-15ec26fee25\"] { margin-left: 0px; min-height: inherit; }[data-css=\"tve-u-15ec26fee25\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-15ec2a33d71\"] { position: static; margin-bottom: 0px !important; }[data-css=\"tve-u-15ec31ba260\"] { padding-left: 3px !important; padding-right: 3px !important; }[data-css=\"tve-u-15ec253a41f\"] > .tcb-flex-col > .tcb-col { min-height: 27px; }[data-css=\"tve-u-15ec253a41f\"] { margin-left: 0px; min-height: inherit; }[data-css=\"tve-u-15ec253a41f\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-15ec254985a\"] { margin-top: 0px !important; }[data-css=\"tve-u-15ec24f494c\"] { margin-top: 30px !important; }[data-css=\"tve-u-15ec256e611\"] { margin-top: 0px !important; }[data-css=\"tve-u-15ec3192f72\"] { margin-bottom: 32px !important; }[data-css=\"tve-u-15ec318421d\"] { margin-bottom: 34px !important; margin-top: -105px !important; }[data-css=\"tve-u-15ebe738fb8\"] > .tcb-flex-col > .tcb-col { min-height: 554px; }[data-css=\"tve-u-15ebe738fb8\"] { min-height: inherit; padding-bottom: 0px !important; }[data-css=\"tve-u-15ec3017516\"] { margin-top: 0px !important; padding-left: 5px !important; padding-right: 5px !important; }[data-css=\"tve-u-15ebe89fb7a\"] { margin-left: -20px !important; }[data-css=\"tve-u-15ec3055cca\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-15ebe916c34\"] { margin-bottom: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-15ec3152b02\"] { min-height: 226px; }[data-css=\"tve-u-15ebe80a9a1\"] { min-height: 554px; }[data-css=\"tve-u-15ebe91a626\"] { margin-left: 28px !important; margin-right: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-15ebe906677\"] { margin-left: 30px !important; }[data-css=\"tve-u-15ebe8edca2\"] { margin-left: 30px !important; margin-top: 45px !important; }[data-css=\"tve-u-15ebe827cb3\"] { max-width: 100%; }[data-css=\"tve-u-15ec313e743\"] { margin-left: 10px !important; margin-right: 10px !important; }[data-css=\"tve-u-1602befe215\"] { max-width: 257px; float: left; z-index: 3; position: relative; width: 100%; margin-top: 20px !important; margin-left: 20px !important; }}'),(2785,277,'tve_revision_tve_user_custom_css','.thrv_text_element p {margin:0;}\n.thrv_heading h1,h2,h3 {margin:0;}'),(2786,277,'tve_revision_tve_page_events','a:0:{}'),(2787,277,'tve_revision_tve_globals','a:4:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";s:11:\"extra_icons\";a:1:{i:0;a:3:{s:11:\"font-family\";s:25:\"tve-ff-6797-59f9979fd5998\";s:3:\"css\";s:87:\"http://lp-build.thrivethemes.com/wp-content/uploads/tve-ff-6797-59f9979fd5998/style.css\";s:6:\"folder\";s:92:\"/home/thrivedevbitston/public_html/landingpages/wp-content/uploads/tve-ff-6797-59f9979fd5998\";}}s:6:\"lb_map\";a:1:{i:6808;s:3:\"265\";}s:8:\"font_cls\";a:0:{}}'),(2788,277,'tve_revision_tve_global_scripts',''),(2789,277,'tve_revision_thrive_icon_pack','0'),(2790,277,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(2791,277,'tve_revision_tve_has_masonry','0'),(2792,277,'tve_revision_tve_has_typefocus','0'),(2793,277,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-165b813034a\" wfd-id=\"267\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ebe5d7b44\" wfd-id=\"289\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ebe51d596\" wfd-id=\"268\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15ec3055cca\" wfd-id=\"269\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2\" data-css=\"tve-u-15ebe8a2edd\" wfd-id=\"270\"><div class=\"tcb-flex-col\" wfd-id=\"283\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec30518d3\" wfd-id=\"285\"><div class=\"tcb-clear\" data-css=\"tve-u-15ecc95760b\" wfd-id=\"286\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ebe70a25b\" wfd-id=\"287\"><span class=\"tve_image_frame\" wfd-id=\"288\"><img class=\"tve_image wp-image-25564\" alt=\"\" width=\"142\" height=\"44\" title=\"logo_pawcity\" data-id=\"25564\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/logo_pawcity.png\"></span></div></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"271\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec313e743\" data-tcb_hover_state_parent=\"\" wfd-id=\"273\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone tcb-tablet-hidden tcb-mobile-hidden\" style=\"\" wfd-id=\"274\"><p data-css=\"tve-u-15f002fa8f6\"><span data-css=\"tve-u-15f0034f748\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"282\"><a href=\"#whatwedo\">What We Do</a></span>&nbsp; &nbsp; <span data-css=\"tve-u-15f003606db\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"281\"><a href=\"#testimonials\">Testimonials</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f003655f8\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"280\"><a href=\"#aboutus\">About Us</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f00369f5e\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"279\"><a href=\"#getyourcoupon\">Get Your Coupon</a></span>&nbsp; &nbsp; <span data-css=\"tve-u-15f0064f814\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"278\"><a href=\"#areaweserve\">Area We Serve</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f003784ab\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"277\"><a href=\"#contact\">Contact</a></span></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ebe8abb9e\" wfd-id=\"236\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ebe8a4d78\" data-clip-id=\"335f47a4c8f92\" wfd-id=\"266\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-left-335f47a4c8f92\" class=\"decoration-clip clip-path-left\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" pointer-width=\"6\" pointer-height=\"2.5\" style=\"curves\" decoration-type=\"none\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon><ellipse cx=\"0.025\" cy=\"0.029412\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.08823600000000001\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.14706\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.205884\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.264708\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.323532\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.38235600000000003\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.44118\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.500004\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.558828\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.617652\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.676476\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.7353000000000001\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.794124\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.852948\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.911772\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.970596\" rx=\"0.025\" ry=\"0.029412\"></ellipse></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ebe72c974\" wfd-id=\"237\"><div class=\"thrv_wrapper thrv-columns tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec318421d\" wfd-id=\"238\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-15ebe738fb8\" wfd-id=\"239\"><div class=\"tcb-flex-col\" wfd-id=\"263\"><div class=\"tcb-col\" data-css=\"tve-u-15ebe73226c\" wfd-id=\"265\"></div></div><div class=\"tcb-flex-col\" wfd-id=\"240\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ebe89fb7a\" wfd-id=\"242\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ebe827cb3\" wfd-id=\"243\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15ebe830a90\" data-clip-id=\"bb2526ca261ae\" wfd-id=\"262\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-left-bb2526ca261ae\" class=\"decoration-clip clip-path-left\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"divider\" pointer-width=\"5.7\" pointer-height=\"2.5\" style=\"curves\" slanted-angle=\"5\"><polygon points=\"0.025 0, 0.025 1, 1 1, 1 0\"></polygon><ellipse cx=\"0.025\" cy=\"0.027778\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.083334\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.13889\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.194446\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.250002\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.305558\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.361114\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.41667\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.47222600000000003\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.527782\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.583338\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.638894\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.69445\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.7500060000000001\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.805562\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.861118\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.916674\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.97223\" rx=\"0.025\" ry=\"0.027778\"></ellipse></clipPath><clipPath id=\"clip-tablet-left-bb2526ca261ae\" class=\"decoration-clip clip-path-tablet-left\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"divider\" pointer-width=\"5.7\" pointer-height=\"4\" style=\"curves\" slanted-angle=\"5\"><polygon points=\"0.04 0, 0.04 1, 1 1, 1 0\"></polygon><ellipse cx=\"0.04\" cy=\"0.027778\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.083334\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.13889\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.194446\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.250002\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.305558\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.361114\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.41667\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.47222600000000003\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.527782\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.583338\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.638894\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.69445\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.7500060000000001\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.805562\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.861118\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.916674\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.97223\" rx=\"0.04\" ry=\"0.027778\"></ellipse></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ebe80a9a1\" wfd-id=\"244\"><div class=\"tcb-clear\" data-css=\"tve-u-15ebe8ee6c0\" wfd-id=\"258\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15ebe8edca2\" data-tag=\"h1\" wfd-id=\"259\"><h1 data-css=\"tve-u-15ebe90cfb0\">Happy dogs =<br>â€‹â€‹â€‹â€‹â€‹happâ€‹â€‹â€‹â€‹y owners</h1></div></div><div class=\"tcb-clear\" data-css=\"tve-u-15ec30a8a14\" wfd-id=\"254\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ebe906677\" wfd-id=\"255\"><p data-css=\"tve-u-15ebe905473\">Offer your dog a premium walking experience</p></div></div><div class=\"tcb-clear\" data-css=\"tve-u-15ebe955aaa\" wfd-id=\"245\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ebe916c34\" wfd-id=\"246\">\n<div class=\"tve-content-box-background\" wfd-id=\"253\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ec3152b02\" wfd-id=\"247\"><div class=\"thrv_wrapper thrv-button tve_ea_thrive_lightbox\" data-css=\"tve-u-15ebe91a626\" data-tcb_hover_state_parent=\"false\" data-button-style=\"full_rounded\" wfd-id=\"248\">\n<a href=\"#\" class=\"tcb-button-link tve_evt_manager_listen tve_et_click\" data-tcb-events=\"__TCB_EVENT_[{&quot;config&quot;:{&quot;l_anim&quot;:&quot;zoom_in&quot;,&quot;l_id&quot;:265},&quot;a&quot;:&quot;thrive_lightbox&quot;,&quot;t&quot;:&quot;click&quot;}]_TNEVE_BCT__\">\n<span class=\"tcb-button-texts\" wfd-id=\"249\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-165b814869f\" wfd-id=\"250\">Get 10% OFF Your First Cerakote Project</span></span>\n</a>\n</div></div>\n</div></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec3017516\" wfd-id=\"229\">\n<div class=\"tve-page-section-out\" wfd-id=\"235\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ebea3a693\" wfd-id=\"230\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15ebea49c0c\" id=\"whatwedo\" data-tag=\"h1\" wfd-id=\"234\"><h1 data-css=\"tve-u-15ebea42b31\" style=\"text-align: center;\">What We Do</h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2448fdb\" wfd-id=\"231\"><p data-css=\"tve-u-15ec2443105\" style=\"text-align: center;\">Our goal is to make sure the owners are comforted, the pups are exercised and happy and that we are getting our own puppy fixes. But letâ€™s be honest- itâ€™s their world, weâ€™re just living in it! As a small team of experienced dog owners and lovers, we really get to know you and your dog and we canguarantee consistent and personal care that is equal to your love and attention. We are so excited to make you a part of the family!</p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" wfd-id=\"198\">\n<div class=\"tve-page-section-out\" wfd-id=\"228\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ee1211b9b\" wfd-id=\"199\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15ee121a6d1\" wfd-id=\"200\"><div class=\"tcb-flex-row tcb--cols--3 tcb-medium-wrap\" data-css=\"tve-u-15ee121fb1c\" wfd-id=\"201\"><div class=\"tcb-flex-col\" wfd-id=\"218\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ee1225fdf\" wfd-id=\"220\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec2477274\" wfd-id=\"226\"><span class=\"tve_image_frame\" wfd-id=\"227\"><img class=\"tve_image wp-image-1596\" alt=\"\" width=\"55\" height=\"73\" title=\"what_do_icon_01\" data-id=\"1596\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_01.png\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"225\"><p data-css=\"tve-u-15ec2481d17\"><strong>First Class Care</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"224\"><p data-css=\"tve-u-15ec2487407\">all the best for them</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2492191\" wfd-id=\"221\"><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"210\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ee1232726\" wfd-id=\"212\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec24ae116\" wfd-id=\"216\"><span class=\"tve_image_frame\" wfd-id=\"217\"><img class=\"tve_image wp-image-1597\" alt=\"\" width=\"73\" height=\"73\" title=\"what_do_icon_02\" data-id=\"1597\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_02.png\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"215\"><p data-css=\"tve-u-15ec2481d17\"><strong>Snacks Included</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"214\"><p data-css=\"tve-u-15ec2487407\">for your little one</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec3192f72\" wfd-id=\"213\"><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"202\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ee1237243\" wfd-id=\"204\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec24d5e15\" wfd-id=\"208\"><span class=\"tve_image_frame\" wfd-id=\"209\"><img class=\"tve_image wp-image-1598\" alt=\"\" width=\"65\" height=\"73\" title=\"what_do_icon_03\" data-id=\"1598\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_03.png\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"207\"><p data-css=\"tve-u-15ec2481d17\"><strong>Regularly walks</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"206\"><p data-css=\"tve-u-15ec2487407\">to keep them ealthy</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2492191\" wfd-id=\"205\"><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris.</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-15ec24f494c\" id=\"testimonials\" style=\"\" wfd-id=\"176\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ec24f97c0\" wfd-id=\"197\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec24f790d\" wfd-id=\"177\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15ec254985a\" style=\"\" wfd-id=\"178\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-15ec253a41f\" wfd-id=\"179\"><div class=\"tcb-flex-col\" wfd-id=\"183\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec253ef3a\" style=\"\" wfd-id=\"185\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec256e611\" style=\"\" wfd-id=\"188\"><p data-css=\"tve-u-15ec25610c7\"><span data-css=\"tve-u-15ec268a0a3\" style=\"font-size: 45px; color: rgb(89, 171, 227);\" wfd-id=\"195\"><span data-css=\"tve-u-15ec26760e9\" style=\"font-family: ABeeZee;\" wfd-id=\"196\">â€</span></span><span data-css=\"tve-u-15ec256b908\" style=\"font-family: &quot;Amatic SC&quot;;\" wfd-id=\"194\">&nbsp; &nbsp; &nbsp;</span><span data-css=\"tve-u-15ec2680494\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"192\"><span data-css=\"tve-u-15ec269379d\" style=\"font-size: 45px;\" wfd-id=\"193\">my chester enjoys being with them!</span> &nbsp; &nbsp;&nbsp;</span><span data-css=\"tve-u-15ec255fe12\" style=\"font-family: ABeeZee; font-weight: 400; color: rgb(89, 171, 227); font-size: 45px;\" wfd-id=\"191\">â€</span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2698d8d\" wfd-id=\"187\"><p data-css=\"tve-u-160266880a0\">We LOVE going for walks with our friends at Paw! Donâ€™t tell our mom &amp; dad,but we get really excited when they leave for work because we know it wonâ€™t be long before we get a visit from one of our favorite friends at PawCity! Best part is, they always let our parents know how ourwalk went right away so they dont have to worry about us!</p><p data-css=\"tve-u-15ec269736c\">We love you PawCity!! xoxo</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec26ab7b0\" style=\"\" wfd-id=\"186\"><p data-css=\"tve-u-15ec26a92a2\"><strong>Anna Olson</strong>, Chesterâ€™s Mom</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"180\"><div class=\"tcb-col\" wfd-id=\"182\"></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec26c390a\" id=\"aboutus\" wfd-id=\"169\">\n<div class=\"tve-page-section-out\" wfd-id=\"175\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec26b9914\" wfd-id=\"170\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15ee1037a1d\" data-tag=\"h1\" wfd-id=\"172\"><h1 data-css=\"tve-u-15ec26bd2e8\">About us</h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec31ba260\" wfd-id=\"171\"><p data-css=\"tve-u-15ec2443105\" style=\"text-align: center;\">At PawCity, we lead lives full of the unconditional love and happiness we receive from the furballs we get to spend time with everyday and we have this beautiful city and all the beautiful people in it to thank. We love you and your pups!!</p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec26ec232\" wfd-id=\"138\">\n<div class=\"tve-page-section-out\" wfd-id=\"168\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec26e5812\" wfd-id=\"139\"><div class=\"thrv_wrapper thrv-columns tcb-window-width\" style=\"width: 1603px; left: -1px;\" data-css=\"tve-u-15ee106257d\" wfd-id=\"140\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2\" data-css=\"tve-u-15ec26fee25\" wfd-id=\"141\"><div class=\"tcb-flex-col c-33\" wfd-id=\"163\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec2a38bfd\" wfd-id=\"165\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec2a33d71\" wfd-id=\"166\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"167\"><img class=\"tve_image wp-image-7399\" alt=\"\" width=\"830\" height=\"775\" title=\"about_us_dog\" data-id=\"7399\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/about_us_dog.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col c-66\" wfd-id=\"142\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec27075e1\" wfd-id=\"144\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160309f3e5d\" wfd-id=\"157\">\n<div class=\"tve-content-box-background\" wfd-id=\"162\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160309b397d\" wfd-id=\"158\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-160309b00b4\" data-float=\"1\" wfd-id=\"160\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"161\"><img class=\"tve_image wp-image-7404\" alt=\"\" width=\"64\" height=\"64\" title=\"dog_paw\" data-id=\"7404\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/dog_paw.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16030a08afd\" wfd-id=\"159\"><p>We moved to New York City with our black bulldog rescue, Blakely, in 2007 after graduating from the University of Maryland. Immediately, we realized what a dog-crazy place it was.</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160309f6c04\" wfd-id=\"151\">\n<div class=\"tve-content-box-background\" wfd-id=\"156\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160309b397d\" wfd-id=\"152\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-160309ddca8\" data-float=\"1\" wfd-id=\"154\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"155\"><img class=\"tve_image wp-image-7403\" alt=\"\" width=\"64\" height=\"64\" title=\"dog_house\" data-id=\"7403\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/dog_house.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16030a09626\" wfd-id=\"153\"><p>We knew right away that we wanted to work with the animals that we loved and that had given us so much love since we were little girls. We started PawCity Dog Walking in July of 2010.</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16030975307\" wfd-id=\"145\">\n<div class=\"tve-content-box-background\" wfd-id=\"150\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160309b397d\" wfd-id=\"146\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16030a013d7\" data-float=\"1\" wfd-id=\"148\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"149\"><img class=\"tve_image wp-image-7405\" alt=\"\" width=\"64\" height=\"64\" title=\"spinning_wheel\" data-id=\"7405\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/spinning_wheel.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160309b344b\" wfd-id=\"147\"><p>We cover the entire width of the East Side, from 96th Street to Delancey and handle every type of personality imaginable. At PawCity, we lead lives full of the unconditional love and happiness we receive from the furballs we get to spend time with everyday.</p></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" data-css=\"tve-u-15ec2a56438\" style=\"width: 1603px; left: 0px;\" id=\"getyourcoupon\" wfd-id=\"118\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ec2a5bb35\" wfd-id=\"137\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec2a5540e\" wfd-id=\"119\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ec2a80647\" wfd-id=\"120\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15ec2a9b8a9\" wfd-id=\"136\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ec2a81a9f\" wfd-id=\"121\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2a6f589\" wfd-id=\"132\"><p data-css=\"tve-u-15ec2a6b447\"><span data-css=\"tve-u-15ec2a6d9d8\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"135\"><strong>Get Your Coupon</strong></span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2aaa9a4\" wfd-id=\"128\"><p data-css=\"tve-u-15ec2ab1d6d\">We strive to keep both you and your pup as happy and comfortable as possible while youâ€™re out earning those big bucks.</p><p data-css=\"tve-u-15ec2ab1d82\"><br></p><p data-css=\"tve-u-15ec2aa8e2e\"><strong>Get <span data-css=\"tve-u-15ec2aafa24\" style=\"color: rgb(89, 171, 227);\" wfd-id=\"131\">20%</span> off your first walk. Enter your email and we\'ll send you your coupon.</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ec2abe257\" wfd-id=\"122\">\n<div class=\"tve-content-box-background\" wfd-id=\"127\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ec2acb421\" wfd-id=\"123\"><div class=\"thrv_wrapper thrv-button tve_ea_thrive_lightbox\" data-css=\"tve-u-15ec2ac01df\" data-tcb_hover_state_parent=\"false\" data-button-style=\"full_rounded\" wfd-id=\"124\">\n<a href=\"#\" class=\"tcb-button-link tve_evt_manager_listen tve_et_click\" data-tcb-events=\"__TCB_EVENT_[{&quot;config&quot;:{&quot;l_anim&quot;:&quot;zoom_in&quot;,&quot;l_id&quot;:&quot;265&quot;},&quot;a&quot;:&quot;thrive_lightbox&quot;,&quot;t&quot;:&quot;click&quot;}]_TNEVE_BCT__\">\n<span class=\"tcb-button-texts\" wfd-id=\"125\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-15ebe925072\" wfd-id=\"126\">Get Your Coupon Now</span></span>\n</a>\n</div></div>\n</div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-15ec2b0a32a\" id=\"areaweserve\" wfd-id=\"98\">\n<div class=\"tve-page-section-out\" wfd-id=\"117\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15f76fcb7df\" wfd-id=\"99\"><div class=\"thrv_wrapper thrv-columns\" style=\"\" data-css=\"tve-u-15ee103f44a\" wfd-id=\"100\"><div class=\"tcb-flex-row tcb--cols--2 tcb-medium-wrap\" data-css=\"tve-u-15ec2ae8715\" wfd-id=\"101\"><div class=\"tcb-flex-col c-33\" wfd-id=\"106\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec2b37666\" wfd-id=\"108\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"113\"><p data-css=\"tve-u-15ec2af6c4b\"><span data-css=\"tve-u-15ec2af6c4e\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"116\">area we serve</span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"109\"><p>As a small team of experienced dog owners and lovers, we really get to know you and your dog and we canguarantee consistent and personal care that is equal to your love and attention.</p><p><br></p><p><strong><span data-css=\"tve-u-15ec2afed17\" style=\"color: rgb(89, 171, 227);\" wfd-id=\"112\">We are so excited to make you a part of the family!</span></strong></p></div></div></div><div class=\"tcb-flex-col c-66\" wfd-id=\"102\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec2b33f06\" wfd-id=\"104\"><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-15ec2b3b468\" wfd-id=\"105\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=blakely, united states&amp;t=m&amp;z=11&amp;output=embed&amp;iwloc=near\"></iframe>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" data-css=\"tve-u-15ec2b5d54c\" style=\"width: 1603px; left: 0px;\" id=\"contact\" wfd-id=\"59\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ec2b56fac\" wfd-id=\"97\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec2b54c99\" wfd-id=\"60\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1602b31dfcd\" wfd-id=\"61\"><div class=\"tcb-flex-row tcb-resized tcb-medium-wrap tcb--cols--3\" data-css=\"tve-u-1602b37ce9d\" wfd-id=\"62\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1602be453ec\" style=\"\" wfd-id=\"91\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"93\"><div class=\"tcb-clear\" data-css=\"tve-u-1602bff3cd5\" wfd-id=\"94\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec2b6e126\" wfd-id=\"95\"><span class=\"tve_image_frame\" wfd-id=\"96\"><img class=\"tve_image wp-image-25564\" alt=\"\" width=\"142\" height=\"44\" title=\"logo_pawcity\" data-id=\"25564\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/logo_pawcity.png\"></span></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1602be45437\" style=\"\" wfd-id=\"77\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1602be56dfc\" wfd-id=\"79\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1602bfebaf9\" wfd-id=\"80\">\n<div class=\"tve-content-box-background\" wfd-id=\"90\"></div>\n<div class=\"tve-cb\" wfd-id=\"81\"><div class=\"tcb-clear\" data-css=\"tve-u-1602bf36e2c\" wfd-id=\"87\"><div class=\"thrv_wrapper tve_image_caption tcb-mobile-hidden\" data-css=\"tve-u-1602be7db66\" data-float=\"1\" wfd-id=\"88\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"89\"><img class=\"tve_image wp-image-7369\" alt=\"\" width=\"64\" height=\"64\" title=\"location\" data-id=\"7369\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/location.png\" style=\"width: 100%;\"></span></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1602bf25f10\" wfd-id=\"82\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1602befe215\" wfd-id=\"83\"><p data-css=\"tve-u-1602bfa220e\"><strong><span data-css=\"tve-u-1602b324a9b\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"86\">67 E. 3rd Street</span></strong><span data-css=\"tve-u-1602b324a9c\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"85\"> </span><span data-css=\"tve-u-1602b324ab9\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"84\">Suite B New York, NY 10003</span></p></div></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1602be4545b\" style=\"\" wfd-id=\"63\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"65\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1602bfea280\" wfd-id=\"66\">\n<div class=\"tve-content-box-background\" wfd-id=\"76\"></div>\n<div class=\"tve-cb\" wfd-id=\"67\"><div class=\"tcb-clear\" data-css=\"tve-u-1602bfc4bea\" wfd-id=\"73\"><div class=\"thrv_wrapper tve_image_caption tcb-mobile-hidden\" data-css=\"tve-u-1602bec144e\" data-float=\"1\" wfd-id=\"74\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"75\"><img class=\"tve_image wp-image-7370\" alt=\"\" width=\"64\" height=\"64\" title=\"phone\" data-id=\"7370\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/phone.png\" style=\"width: 100%;\"></span></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1602bfc74c3\" wfd-id=\"68\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1602b332fd9\" data-float=\"1\" wfd-id=\"69\"><p><strong><span data-css=\"tve-u-1602b324a9b\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"72\">080</span></strong><span data-css=\"tve-u-1602b324a9c\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"71\"> </span><span data-css=\"tve-u-1602b324ab9\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"70\">708 5583</span></p></div></div></div>\n</div></div></div></div></div></div>\n</div>'),(2794,277,'tve_revision_tve_has_wistia_popover','0'),(2812,279,'tve_revision_tve_disable_theme_dependency',''),(2796,278,'tve_revision_tve_disable_theme_dependency',''),(2797,278,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-165b813034a\" wfd-id=\"247\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ebe5d7b44\" wfd-id=\"269\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ebe51d596\" wfd-id=\"248\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15ec3055cca\" wfd-id=\"249\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2\" data-css=\"tve-u-15ebe8a2edd\" wfd-id=\"250\"><div class=\"tcb-flex-col\" wfd-id=\"263\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec30518d3\" wfd-id=\"265\"><div class=\"tcb-clear\" data-css=\"tve-u-15ecc95760b\" wfd-id=\"266\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ebe70a25b\" wfd-id=\"267\"><span class=\"tve_image_frame\" wfd-id=\"268\"><img class=\"tve_image wp-image-25564\" alt=\"\" width=\"142\" height=\"44\" title=\"logo_pawcity\" data-id=\"25564\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/logo_pawcity.png\"></span></div></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"251\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec313e743\" data-tcb_hover_state_parent=\"\" wfd-id=\"253\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone tcb-tablet-hidden tcb-mobile-hidden\" style=\"\" wfd-id=\"254\"><p data-css=\"tve-u-15f002fa8f6\"><span data-css=\"tve-u-15f0034f748\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"262\"><a href=\"#whatwedo\">What We Do</a></span>&nbsp; &nbsp; <span data-css=\"tve-u-15f003606db\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"261\"><a href=\"#testimonials\">Testimonials</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f003655f8\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"260\"><a href=\"#aboutus\">About Us</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f00369f5e\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"259\"><a href=\"#getyourcoupon\">Get Your Coupon</a></span>&nbsp; &nbsp; <span data-css=\"tve-u-15f0064f814\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"258\"><a href=\"#areaweserve\">Area We Serve</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f003784ab\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"257\"><a href=\"#contact\">Contact</a></span></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ebe8abb9e\" wfd-id=\"216\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ebe8a4d78\" data-clip-id=\"335f47a4c8f92\" wfd-id=\"246\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-left-335f47a4c8f92\" class=\"decoration-clip clip-path-left\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" pointer-width=\"6\" pointer-height=\"2.5\" style=\"curves\" decoration-type=\"none\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon><ellipse cx=\"0.025\" cy=\"0.029412\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.08823600000000001\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.14706\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.205884\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.264708\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.323532\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.38235600000000003\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.44118\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.500004\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.558828\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.617652\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.676476\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.7353000000000001\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.794124\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.852948\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.911772\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.970596\" rx=\"0.025\" ry=\"0.029412\"></ellipse></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ebe72c974\" wfd-id=\"217\"><div class=\"thrv_wrapper thrv-columns tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec318421d\" wfd-id=\"218\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-15ebe738fb8\" wfd-id=\"219\"><div class=\"tcb-flex-col\" wfd-id=\"243\"><div class=\"tcb-col\" data-css=\"tve-u-15ebe73226c\" wfd-id=\"245\"></div></div><div class=\"tcb-flex-col\" wfd-id=\"220\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ebe89fb7a\" wfd-id=\"222\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ebe827cb3\" wfd-id=\"223\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15ebe830a90\" data-clip-id=\"bb2526ca261ae\" wfd-id=\"242\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-left-bb2526ca261ae\" class=\"decoration-clip clip-path-left\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"divider\" pointer-width=\"5.7\" pointer-height=\"2.5\" style=\"curves\" slanted-angle=\"5\"><polygon points=\"0.025 0, 0.025 1, 1 1, 1 0\"></polygon><ellipse cx=\"0.025\" cy=\"0.027778\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.083334\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.13889\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.194446\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.250002\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.305558\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.361114\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.41667\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.47222600000000003\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.527782\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.583338\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.638894\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.69445\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.7500060000000001\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.805562\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.861118\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.916674\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.97223\" rx=\"0.025\" ry=\"0.027778\"></ellipse></clipPath><clipPath id=\"clip-tablet-left-bb2526ca261ae\" class=\"decoration-clip clip-path-tablet-left\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"divider\" pointer-width=\"5.7\" pointer-height=\"4\" style=\"curves\" slanted-angle=\"5\"><polygon points=\"0.04 0, 0.04 1, 1 1, 1 0\"></polygon><ellipse cx=\"0.04\" cy=\"0.027778\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.083334\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.13889\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.194446\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.250002\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.305558\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.361114\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.41667\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.47222600000000003\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.527782\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.583338\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.638894\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.69445\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.7500060000000001\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.805562\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.861118\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.916674\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.97223\" rx=\"0.04\" ry=\"0.027778\"></ellipse></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ebe80a9a1\" wfd-id=\"224\"><div class=\"tcb-clear\" data-css=\"tve-u-15ebe8ee6c0\" wfd-id=\"238\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15ebe8edca2\" data-tag=\"h1\" wfd-id=\"239\"><h1 data-css=\"tve-u-15ebe90cfb0\">Happy dogs =<br>â€‹â€‹â€‹â€‹â€‹happâ€‹â€‹â€‹â€‹y owners</h1></div></div><div class=\"tcb-clear\" data-css=\"tve-u-15ec30a8a14\" wfd-id=\"234\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ebe906677\" wfd-id=\"235\"><p data-css=\"tve-u-15ebe905473\">Offer your dog a premium walking experience</p></div></div><div class=\"tcb-clear\" data-css=\"tve-u-15ebe955aaa\" wfd-id=\"225\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ebe916c34\" wfd-id=\"226\">\n<div class=\"tve-content-box-background\" wfd-id=\"233\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ec3152b02\" wfd-id=\"227\"><div class=\"thrv_wrapper thrv-button tve_ea_thrive_lightbox\" data-css=\"tve-u-15ebe91a626\" data-tcb_hover_state_parent=\"false\" data-button-style=\"full_rounded\" wfd-id=\"228\">\n<a href=\"#\" class=\"tcb-button-link tve_evt_manager_listen tve_et_click\" data-tcb-events=\"__TCB_EVENT_[{&quot;config&quot;:{&quot;l_anim&quot;:&quot;zoom_in&quot;,&quot;l_id&quot;:265},&quot;a&quot;:&quot;thrive_lightbox&quot;,&quot;t&quot;:&quot;click&quot;}]_TNEVE_BCT__\">\n<span class=\"tcb-button-texts\" wfd-id=\"229\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-165b814869f\" wfd-id=\"230\">Get 10% OFF Your First Cerakote Project</span></span>\n</a>\n</div></div>\n</div></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec3017516\" wfd-id=\"209\">\n<div class=\"tve-page-section-out\" wfd-id=\"215\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ebea3a693\" wfd-id=\"210\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15ebea49c0c\" id=\"whatwedo\" data-tag=\"h1\" wfd-id=\"214\"><h1 data-css=\"tve-u-15ebea42b31\" style=\"text-align: center;\">What We Do</h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2448fdb\" wfd-id=\"211\"><p data-css=\"tve-u-15ec2443105\" style=\"text-align: center;\">Our goal is to make sure the owners are comforted, the pups are exercised and happy and that we are getting our own puppy fixes. But letâ€™s be honest- itâ€™s their world, weâ€™re just living in it! As a small team of experienced dog owners and lovers, we really get to know you and your dog and we canguarantee consistent and personal care that is equal to your love and attention. We are so excited to make you a part of the family!</p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" wfd-id=\"178\">\n<div class=\"tve-page-section-out\" wfd-id=\"208\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ee1211b9b\" wfd-id=\"179\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15ee121a6d1\" wfd-id=\"180\"><div class=\"tcb-flex-row tcb--cols--3 tcb-medium-wrap\" data-css=\"tve-u-15ee121fb1c\" wfd-id=\"181\"><div class=\"tcb-flex-col\" wfd-id=\"198\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ee1225fdf\" wfd-id=\"200\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec2477274\" wfd-id=\"206\"><span class=\"tve_image_frame\" wfd-id=\"207\"><img class=\"tve_image wp-image-1596\" alt=\"\" width=\"55\" height=\"73\" title=\"what_do_icon_01\" data-id=\"1596\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_01.png\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"205\"><p data-css=\"tve-u-15ec2481d17\"><strong>First Class Care</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"204\"><p data-css=\"tve-u-15ec2487407\">all the best for them</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2492191\" wfd-id=\"201\"><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"190\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ee1232726\" wfd-id=\"192\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec24ae116\" wfd-id=\"196\"><span class=\"tve_image_frame\" wfd-id=\"197\"><img class=\"tve_image wp-image-1597\" alt=\"\" width=\"73\" height=\"73\" title=\"what_do_icon_02\" data-id=\"1597\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_02.png\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"195\"><p data-css=\"tve-u-15ec2481d17\"><strong>Snacks Included</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"194\"><p data-css=\"tve-u-15ec2487407\">for your little one</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec3192f72\" wfd-id=\"193\"><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"182\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ee1237243\" wfd-id=\"184\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec24d5e15\" wfd-id=\"188\"><span class=\"tve_image_frame\" wfd-id=\"189\"><img class=\"tve_image wp-image-1598\" alt=\"\" width=\"65\" height=\"73\" title=\"what_do_icon_03\" data-id=\"1598\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_03.png\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"187\"><p data-css=\"tve-u-15ec2481d17\"><strong>Regularly walks</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"186\"><p data-css=\"tve-u-15ec2487407\">to keep them ealthy</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2492191\" wfd-id=\"185\"><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris.</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-15ec24f494c\" id=\"testimonials\" style=\"\" wfd-id=\"156\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ec24f97c0\" wfd-id=\"177\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec24f790d\" wfd-id=\"157\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15ec254985a\" style=\"\" wfd-id=\"158\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-15ec253a41f\" wfd-id=\"159\"><div class=\"tcb-flex-col\" wfd-id=\"163\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec253ef3a\" style=\"\" wfd-id=\"165\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec256e611\" style=\"\" wfd-id=\"168\"><p data-css=\"tve-u-15ec25610c7\"><span data-css=\"tve-u-15ec268a0a3\" style=\"font-size: 45px; color: rgb(89, 171, 227);\" wfd-id=\"175\"><span data-css=\"tve-u-15ec26760e9\" style=\"font-family: ABeeZee;\" wfd-id=\"176\">â€</span></span><span data-css=\"tve-u-15ec256b908\" style=\"font-family: &quot;Amatic SC&quot;;\" wfd-id=\"174\">&nbsp; &nbsp; &nbsp;</span><span data-css=\"tve-u-15ec2680494\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"172\"><span data-css=\"tve-u-15ec269379d\" style=\"font-size: 45px;\" wfd-id=\"173\">my chester enjoys being with them!</span> &nbsp; &nbsp;&nbsp;</span><span data-css=\"tve-u-15ec255fe12\" style=\"font-family: ABeeZee; font-weight: 400; color: rgb(89, 171, 227); font-size: 45px;\" wfd-id=\"171\">â€</span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2698d8d\" wfd-id=\"167\"><p data-css=\"tve-u-160266880a0\">We LOVE going for walks with our friends at Paw! Donâ€™t tell our mom &amp; dad,but we get really excited when they leave for work because we know it wonâ€™t be long before we get a visit from one of our favorite friends at PawCity! Best part is, they always let our parents know how ourwalk went right away so they dont have to worry about us!</p><p data-css=\"tve-u-15ec269736c\">We love you PawCity!! xoxo</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec26ab7b0\" style=\"\" wfd-id=\"166\"><p data-css=\"tve-u-15ec26a92a2\"><strong>Anna Olson</strong>, Chesterâ€™s Mom</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"160\"><div class=\"tcb-col\" wfd-id=\"162\"></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec26c390a\" id=\"aboutus\" wfd-id=\"149\">\n<div class=\"tve-page-section-out\" wfd-id=\"155\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec26b9914\" wfd-id=\"150\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15ee1037a1d\" data-tag=\"h1\" wfd-id=\"152\"><h1 data-css=\"tve-u-15ec26bd2e8\">About us</h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec31ba260\" wfd-id=\"151\"><p data-css=\"tve-u-15ec2443105\" style=\"text-align: center;\">At PawCity, we lead lives full of the unconditional love and happiness we receive from the furballs we get to spend time with everyday and we have this beautiful city and all the beautiful people in it to thank. We love you and your pups!!</p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec26ec232\" wfd-id=\"118\">\n<div class=\"tve-page-section-out\" wfd-id=\"148\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec26e5812\" wfd-id=\"119\"><div class=\"thrv_wrapper thrv-columns tcb-window-width\" style=\"width: 1603px; left: -1px;\" data-css=\"tve-u-15ee106257d\" wfd-id=\"120\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2\" data-css=\"tve-u-15ec26fee25\" wfd-id=\"121\"><div class=\"tcb-flex-col c-33\" wfd-id=\"143\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec2a38bfd\" wfd-id=\"145\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec2a33d71\" wfd-id=\"146\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"147\"><img class=\"tve_image wp-image-7399\" alt=\"\" width=\"830\" height=\"775\" title=\"about_us_dog\" data-id=\"7399\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/about_us_dog.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col c-66\" wfd-id=\"122\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec27075e1\" wfd-id=\"124\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160309f3e5d\" wfd-id=\"137\">\n<div class=\"tve-content-box-background\" wfd-id=\"142\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160309b397d\" wfd-id=\"138\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-160309b00b4\" data-float=\"1\" wfd-id=\"140\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"141\"><img class=\"tve_image wp-image-7404\" alt=\"\" width=\"64\" height=\"64\" title=\"dog_paw\" data-id=\"7404\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/dog_paw.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16030a08afd\" wfd-id=\"139\"><p>We moved to New York City with our black bulldog rescue, Blakely, in 2007 after graduating from the University of Maryland. Immediately, we realized what a dog-crazy place it was.</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160309f6c04\" wfd-id=\"131\">\n<div class=\"tve-content-box-background\" wfd-id=\"136\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160309b397d\" wfd-id=\"132\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-160309ddca8\" data-float=\"1\" wfd-id=\"134\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"135\"><img class=\"tve_image wp-image-7403\" alt=\"\" width=\"64\" height=\"64\" title=\"dog_house\" data-id=\"7403\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/dog_house.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16030a09626\" wfd-id=\"133\"><p>We knew right away that we wanted to work with the animals that we loved and that had given us so much love since we were little girls. We started PawCity Dog Walking in July of 2010.</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16030975307\" wfd-id=\"125\">\n<div class=\"tve-content-box-background\" wfd-id=\"130\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160309b397d\" wfd-id=\"126\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16030a013d7\" data-float=\"1\" wfd-id=\"128\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"129\"><img class=\"tve_image wp-image-7405\" alt=\"\" width=\"64\" height=\"64\" title=\"spinning_wheel\" data-id=\"7405\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/spinning_wheel.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160309b344b\" wfd-id=\"127\"><p>We cover the entire width of the East Side, from 96th Street to Delancey and handle every type of personality imaginable. At PawCity, we lead lives full of the unconditional love and happiness we receive from the furballs we get to spend time with everyday.</p></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" data-css=\"tve-u-15ec2a56438\" style=\"width: 1603px; left: 0px;\" id=\"getyourcoupon\" wfd-id=\"98\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ec2a5bb35\" wfd-id=\"117\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec2a5540e\" wfd-id=\"99\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ec2a80647\" wfd-id=\"100\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15ec2a9b8a9\" wfd-id=\"116\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ec2a81a9f\" wfd-id=\"101\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2a6f589\" wfd-id=\"112\"><p data-css=\"tve-u-15ec2a6b447\"><span data-css=\"tve-u-15ec2a6d9d8\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"115\"><strong>Get Your Coupon</strong></span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2aaa9a4\" wfd-id=\"108\"><p data-css=\"tve-u-15ec2ab1d6d\">We strive to keep both you and your pup as happy and comfortable as possible while youâ€™re out earning those big bucks.</p><p data-css=\"tve-u-15ec2ab1d82\"><br></p><p data-css=\"tve-u-15ec2aa8e2e\"><strong>Get <span data-css=\"tve-u-15ec2aafa24\" style=\"color: rgb(89, 171, 227);\" wfd-id=\"111\">20%</span> off your first walk. Enter your email and we\'ll send you your coupon.</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ec2abe257\" wfd-id=\"102\">\n<div class=\"tve-content-box-background\" wfd-id=\"107\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ec2acb421\" wfd-id=\"103\"><div class=\"thrv_wrapper thrv-button tve_ea_thrive_lightbox\" data-css=\"tve-u-15ec2ac01df\" data-tcb_hover_state_parent=\"false\" data-button-style=\"full_rounded\" wfd-id=\"104\">\n<a href=\"#\" class=\"tcb-button-link tve_evt_manager_listen tve_et_click\" data-tcb-events=\"__TCB_EVENT_[{&quot;config&quot;:{&quot;l_anim&quot;:&quot;zoom_in&quot;,&quot;l_id&quot;:&quot;265&quot;},&quot;a&quot;:&quot;thrive_lightbox&quot;,&quot;t&quot;:&quot;click&quot;}]_TNEVE_BCT__\">\n<span class=\"tcb-button-texts\" wfd-id=\"105\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-15ebe925072\" wfd-id=\"106\">Get Your Coupon Now</span></span>\n</a>\n</div></div>\n</div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-15ec2b0a32a\" id=\"areaweserve\" wfd-id=\"78\">\n<div class=\"tve-page-section-out\" wfd-id=\"97\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15f76fcb7df\" wfd-id=\"79\"><div class=\"thrv_wrapper thrv-columns\" style=\"\" data-css=\"tve-u-15ee103f44a\" wfd-id=\"80\"><div class=\"tcb-flex-row tcb--cols--2 tcb-medium-wrap\" data-css=\"tve-u-15ec2ae8715\" wfd-id=\"81\"><div class=\"tcb-flex-col c-33\" wfd-id=\"86\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec2b37666\" wfd-id=\"88\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"93\"><p data-css=\"tve-u-15ec2af6c4b\"><span data-css=\"tve-u-15ec2af6c4e\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"96\">area we serve</span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"89\"><p>As a small team of experienced dog owners and lovers, we really get to know you and your dog and we canguarantee consistent and personal care that is equal to your love and attention.</p><p><br></p><p><strong><span data-css=\"tve-u-15ec2afed17\" style=\"color: rgb(89, 171, 227);\" wfd-id=\"92\">We are so excited to make you a part of the family!</span></strong></p></div></div></div><div class=\"tcb-flex-col c-66\" wfd-id=\"82\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec2b33f06\" wfd-id=\"84\"><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-15ec2b3b468\" wfd-id=\"85\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=blakely, united states&amp;t=m&amp;z=11&amp;output=embed&amp;iwloc=near\"></iframe>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" data-css=\"tve-u-15ec2b5d54c\" style=\"width: 1603px; left: 0px;\" id=\"contact\" wfd-id=\"39\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ec2b56fac\" wfd-id=\"77\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec2b54c99\" wfd-id=\"40\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1602b31dfcd\" wfd-id=\"41\"><div class=\"tcb-flex-row tcb-resized tcb-medium-wrap tcb--cols--3\" data-css=\"tve-u-1602b37ce9d\" wfd-id=\"42\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1602be453ec\" style=\"\" wfd-id=\"71\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"73\"><div class=\"tcb-clear\" data-css=\"tve-u-1602bff3cd5\" wfd-id=\"74\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec2b6e126\" wfd-id=\"75\"><span class=\"tve_image_frame\" wfd-id=\"76\"><img class=\"tve_image wp-image-25564\" alt=\"\" width=\"142\" height=\"44\" title=\"logo_pawcity\" data-id=\"25564\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/logo_pawcity.png\"></span></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1602be45437\" style=\"\" wfd-id=\"57\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1602be56dfc\" wfd-id=\"59\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1602bfebaf9\" wfd-id=\"60\">\n<div class=\"tve-content-box-background\" wfd-id=\"70\"></div>\n<div class=\"tve-cb\" wfd-id=\"61\"><div class=\"tcb-clear\" data-css=\"tve-u-1602bf36e2c\" wfd-id=\"67\"><div class=\"thrv_wrapper tve_image_caption tcb-mobile-hidden\" data-css=\"tve-u-1602be7db66\" data-float=\"1\" wfd-id=\"68\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"69\"><img class=\"tve_image wp-image-7369\" alt=\"\" width=\"64\" height=\"64\" title=\"location\" data-id=\"7369\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/location.png\" style=\"width: 100%;\"></span></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1602bf25f10\" wfd-id=\"62\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1602befe215\" wfd-id=\"63\"><p data-css=\"tve-u-1602bfa220e\"><strong><span data-css=\"tve-u-1602b324a9b\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"66\">67 E. 3rd Street</span></strong><span data-css=\"tve-u-1602b324a9c\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"65\"> </span><span data-css=\"tve-u-1602b324ab9\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"64\">Suite B New York, NY 10003</span></p></div></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1602be4545b\" style=\"\" wfd-id=\"43\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"45\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1602bfea280\" wfd-id=\"46\">\n<div class=\"tve-content-box-background\" wfd-id=\"56\"></div>\n<div class=\"tve-cb\" wfd-id=\"47\"><div class=\"tcb-clear\" data-css=\"tve-u-1602bfc4bea\" wfd-id=\"53\"><div class=\"thrv_wrapper tve_image_caption tcb-mobile-hidden\" data-css=\"tve-u-1602bec144e\" data-float=\"1\" wfd-id=\"54\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"55\"><img class=\"tve_image wp-image-7370\" alt=\"\" width=\"64\" height=\"64\" title=\"phone\" data-id=\"7370\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/phone.png\" style=\"width: 100%;\"></span></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1602bfc74c3\" wfd-id=\"48\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1602b332fd9\" data-float=\"1\" wfd-id=\"49\"><p><strong><span data-css=\"tve-u-1602b324a9b\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"52\">080</span></strong><span data-css=\"tve-u-1602b324a9c\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"51\"> </span><span data-css=\"tve-u-1602b324ab9\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"50\">708 5583</span></p></div></div></div>\n</div></div></div></div></div></div>\n</div>'),(2798,278,'tve_revision_tve_content_more_found',''),(2799,278,'tve_revision_tve_save_post',''),(2800,278,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Montserrat:400,200,300&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Amatic+SC:400&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=ABeeZee:400&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-160309b397d\"]::after { clear: both; }[data-css=\"tve-u-160309b344b\"] { position: relative !important; margin-left: 100px !important; }[data-css=\"tve-u-160309b00b4\"] + div { clear: none; }[data-css=\"tve-u-160309b00b4\"] { float: none; width: 60px; position: absolute; margin-bottom: 0px !important; margin-top: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-16030975307\"] { max-width: 75%; margin-left: 80px !important; }[data-css=\"tve-u-1602bfa220e\"] { line-height: 1.85em !important; }[data-css=\"tve-u-1602be7db66\"] { float: left; width: 40px; z-index: 3; position: relative; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1602be56dfc\"]::after { clear: both; }[data-css=\"tve-u-1602be4545b\"] { max-width: 25%; }[data-css=\"tve-u-1602be45437\"] { max-width: 48.1%; }[data-css=\"tve-u-1602be453ec\"] { max-width: 26.9%; }[data-css=\"tve-u-1602b37ce9d\"] > .tcb-flex-col > .tcb-col { justify-content: center; }[data-css=\"tve-u-1602b332fd9\"] { max-width: 264px; position: relative; float: right; z-index: 3; width: 100%; padding-left: 1px !important; margin-top: 1px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1602b324a9c\"] { color: rgb(74, 163, 223) !important; }[data-css=\"tve-u-1602b324a9b\"] { color: rgb(74, 163, 223) !important; }[data-css=\"tve-u-1602b31dfcd\"] { max-width: 1296px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15f76fcb7df\"] { max-width: 100%; }[data-css=\"tve-u-15f0064f814\"] { color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-15ec313e743\"]:hover p, #tve_editor [data-css=\"tve-u-15ec313e743\"]:hover li, #tve_editor [data-css=\"tve-u-15ec313e743\"]:hover blockquote, #tve_editor [data-css=\"tve-u-15ec313e743\"]:hover address { color: rgb(89, 171, 227); }[data-css=\"tve-u-15f003784ab\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15f00369f5e\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15f003655f8\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15f003606db\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15f0034f748\"] { color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-15f002fa8f6\"] { color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-15ec313e743\"] p, #tve_editor [data-css=\"tve-u-15ec313e743\"] li, #tve_editor [data-css=\"tve-u-15ec313e743\"] blockquote, #tve_editor [data-css=\"tve-u-15ec313e743\"] address { font-size: 16px; }[data-css=\"tve-u-15ec313e743\"] { text-align: left; padding-left: 0px !important; margin-left: 0px !important; margin-right: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-15ee121fb1c\"] .tcb-flex-col { flex-basis: 285px !important; }[data-css=\"tve-u-15ec30a8a14\"]::after { clear: both; }#tve_editor [data-css=\"tve-u-15ebe90cfb0\"] { font-size: 96px !important; }[data-css=\"tve-u-15ee1237243\"] { box-shadow: rgba(73, 137, 181, 0.15) -3px 7px 69px 10px; }[data-css=\"tve-u-15ee1232726\"] { box-shadow: rgba(73, 137, 181, 0.15) -3px 7px 69px 10px; }[data-css=\"tve-u-15ee121fb1c\"] > .tcb-flex-col > .tcb-col { min-height: 503px; }[data-css=\"tve-u-15ee1225fdf\"] { box-shadow: rgba(73, 137, 181, 0.15) -3px 7px 69px 10px; }[data-css=\"tve-u-15ee121fb1c\"] { margin-left: -60px; min-height: inherit; }[data-css=\"tve-u-15ee121fb1c\"] > .tcb-flex-col { padding-left: 60px; }[data-css=\"tve-u-15ee121a6d1\"] { float: none; max-width: 1296px; text-align: center; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ee1211b9b\"] { max-width: 1603px; text-align: center; }[data-css=\"tve-u-15ec26fee25\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-15ee106257d\"] { max-width: 100%; }[data-css=\"tve-u-15ec3055cca\"] { max-width: 1370px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ee103f44a\"] { float: none; max-width: 1296px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ee1037a1d\"] { float: none; max-width: 1296px; margin-left: auto !important; margin-right: auto !important; }#tve_editor [data-css=\"tve-u-15ec2ac01df\"]:hover .tcb-button-link { box-shadow: rgba(73, 137, 181, 0.25) -3px 7px 73px 18px; background-color: rgb(149, 250, 201) !important; }#tve_editor [data-css=\"tve-u-15ebe91a626\"]:hover .tcb-button-link { box-shadow: rgba(73, 137, 181, 0.25) -3px 7px 73px 18px; border: 0px dashed rgb(255, 255, 255); background-color: rgb(149, 250, 201) !important; font-weight: normal !important; background-image: none !important; }[data-css=\"tve-u-15ebe8a2edd\"] > .tcb-flex-col > .tcb-col { justify-content: center; }[data-css=\"tve-u-15ec3017516\"] { margin-top: 60px !important; padding-bottom: 50px !important; }[data-css=\"tve-u-15ec2b6e126\"] { width: 142px; }[data-css=\"tve-u-15ec2b5d54c\"] { margin-top: 83px !important; }[data-css=\"tve-u-15ec2b56fac\"] { background-image: linear-gradient(rgb(25, 46, 60), rgb(25, 46, 60)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-15ec2b54c99\"] { max-width: 1586px; min-height: 100px !important; }[data-css=\"tve-u-15ec2b3b468\"] { box-shadow: rgba(89, 171, 227, 0.15) -3px 7px 69px 10px; margin-top: 0px !important; margin-bottom: 0px !important; margin-left: 38px !important; }[data-css=\"tve-u-15ec2b37666\"] { margin-top: 114px !important; }[data-css=\"tve-u-15ec2b33f06\"] { padding-left: 0px !important; }[data-css=\"tve-u-15ec2b0a32a\"] { margin-top: 76px !important; }[data-css=\"tve-u-15ec2ae8715\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-15ec2afed17\"] { color: rgb(89, 171, 227) !important; }[data-css=\"tve-u-15ec2ae8715\"] { float: none; max-width: 1453px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2acb421\"] { min-height: 162px; }[data-css=\"tve-u-15ec2aafa24\"] { color: rgb(89, 171, 227) !important; }[data-css=\"tve-u-15ec2aaa9a4\"] { float: none; max-width: 1440px; margin-left: auto !important; margin-right: auto !important; margin-top: 25px !important; }#tve_editor [data-css=\"tve-u-15ec2aa8e2e\"] { letter-spacing: 1px; color: rgb(255, 255, 255) !important; font-size: 20px !important; }[data-css=\"tve-u-15ec2a9b8a9\"] { border: 1px solid rgb(89, 171, 227) !important; }[data-css=\"tve-u-15ec2a81a9f\"] { min-height: 162px; }[data-css=\"tve-u-15ec2a80647\"] { float: none; max-width: 97%; margin-left: auto !important; margin-right: auto !important; margin-top: 55px !important; }[data-css=\"tve-u-15ec2a6f589\"] { float: none; max-width: 1440px; margin-top: 55px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2a6d9d8\"] { font-family: \"Amatic SC\" !important; font-weight: 400 !important; }#tve_editor [data-css=\"tve-u-15ec2a6b447\"] { color: rgb(89, 171, 227) !important; font-size: 70px !important; }[data-css=\"tve-u-15ec2a5bb35\"] { background-image: linear-gradient(rgba(28, 54, 85, 0.8), rgba(28, 54, 85, 0.8)), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/coupon_background.jpg\") !important; background-size: auto, cover !important; background-position: 0px 0px, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-15ec2a56438\"] { margin-top: 69px !important; }[data-css=\"tve-u-15ec2a5540e\"] { max-width: 100%; text-align: center; min-height: 561px !important; }[data-css=\"tve-u-15ec2a38bfd\"] { margin-right: 0px !important; padding-right: 0px !important; margin-left: 0px !important; }[data-css=\"tve-u-15ec2a33d71\"] { width: 830px; position: relative; top: 0px; left: 40px; z-index: 7; float: none; padding-right: 0px !important; padding-left: 0px !important; }[data-css=\"tve-u-15ec27075e1\"] { border-left: 1px solid rgb(232, 238, 241); border-top: 1px solid rgb(232, 238, 241); border-bottom: 1px solid rgb(232, 238, 241); }[data-css=\"tve-u-15ec26fee25\"] > .tcb-flex-col > .tcb-col { min-height: 612px; }[data-css=\"tve-u-15ec26fee25\"] { min-height: inherit; margin-left: 0px; padding-top: 0px !important; padding-bottom: 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-15ec26ec232\"] { margin-top: 66px !important; }[data-css=\"tve-u-15ec26e5812\"] { max-width: 100%; min-height: 586px !important; }[data-css=\"tve-u-15ec26c390a\"] { margin-top: 60px !important; }#tve_editor [data-css=\"tve-u-15ec26bd2e8\"] { color: rgb(24, 45, 60) !important; font-size: 70px !important; }[data-css=\"tve-u-15ec26b9914\"] { max-width: 1434px; text-align: center; }[data-css=\"tve-u-15ec26ab7b0\"] { margin-top: 67px !important; }#tve_editor [data-css=\"tve-u-15ec26a92a2\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15ec2698d8d\"] { float: none; max-width: 600px; margin-left: auto !important; margin-right: auto !important; margin-top: 30px !important; }#tve_editor [data-css=\"tve-u-15ec269736c\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15ec269379d\"] { font-size: 45px !important; }[data-css=\"tve-u-15ec268a0a3\"] { font-size: 45px !important; color: rgb(89, 171, 227) !important; }[data-css=\"tve-u-15ec256e611\"] { margin-top: 0px !important; }#tve_editor [data-css=\"tve-u-15ec25610c7\"] { font-size: 40px !important; color: rgb(89, 171, 227) !important; }[data-css=\"tve-u-15ec255fe12\"] { font-family: ABeeZee !important; font-weight: 400 !important; color: rgb(89, 171, 227) !important; font-size: 45px !important; }[data-css=\"tve-u-15ec254985a\"] { margin-right: 0px !important; }[data-css=\"tve-u-15ec253ef3a\"] { text-align: center; background-image: linear-gradient(rgba(24, 45, 60, 0.95), rgba(24, 45, 60, 0.95)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; margin-top: 0px !important; padding-top: 130px !important; padding-bottom: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-15ec253a41f\"] > .tcb-flex-col > .tcb-col { min-height: 661px; }[data-css=\"tve-u-15ec253a41f\"] { min-height: inherit; float: none; max-width: 1474px; z-index: 3; position: relative; padding-top: 0px !important; padding-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; padding-right: 0px !important; }[data-css=\"tve-u-15ec24f97c0\"] { background-image: linear-gradient(rgba(42, 51, 68, 0.1), rgba(42, 51, 68, 0.1)), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/testimonial_bg.jpg\") !important; background-size: auto, cover !important; background-position: 0px 0px, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-15ec24f790d\"] { min-height: 661px !important; }[data-css=\"tve-u-15ec24f494c\"] { margin-top: 60px !important; }[data-css=\"tve-u-15ec24d5e15\"] + div { clear: none; }[data-css=\"tve-u-15ec24d5e15\"] { float: none; width: 65px; margin-left: auto !important; margin-right: auto !important; margin-top: 40px !important; }[data-css=\"tve-u-15ec24ae116\"] + div { clear: none; }[data-css=\"tve-u-15ec24ae116\"] { float: none; width: 73px; margin-left: auto !important; margin-right: auto !important; margin-top: 40px !important; }[data-css=\"tve-u-15ec249b3f6\"] { line-height: 1.9em !important; }[data-css=\"tve-u-15ec2492191\"] { margin-left: 25px !important; margin-right: 25px !important; margin-top: 25px !important; }#tve_editor [data-css=\"tve-u-15ec2487407\"] { text-transform: uppercase !important; color: rgb(135, 156, 171) !important; font-size: 17px !important; }#tve_editor [data-css=\"tve-u-15ec2481d17\"] { font-size: 20px !important; }[data-css=\"tve-u-15ec2477274\"] + div { clear: none; }[data-css=\"tve-u-15ec2477274\"] { float: none; width: 55px; margin-left: auto !important; margin-right: auto !important; margin-top: 40px !important; }[data-css=\"tve-u-15ec2448fdb\"] { float: none; max-width: 1296px; margin-top: 10px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2443105\"] { line-height: 1.8em !important; }[data-css=\"tve-u-15ebea49c0c\"] { float: none; max-width: 1440px; margin-left: auto !important; margin-right: auto !important; margin-top: 0px !important; }#tve_editor [data-css=\"tve-u-15ebea42b31\"] { color: rgb(24, 45, 60) !important; font-size: 70px !important; }[data-css=\"tve-u-15ebea3a693\"] { max-width: 1434px; }[data-css=\"tve-u-15ebe955aaa\"]::after { clear: both; }#tve_editor [data-css=\"tve-u-15ebe925072\"] { font-family: Montserrat; letter-spacing: 0px; font-weight: 400; font-size: 20px !important; color: rgb(24, 45, 60) !important; }[data-css=\"tve-u-15ebe91a626\"] { display: block; max-width: 423px; margin-left: auto !important; margin-right: auto !important; float: none; }[data-css=\"tve-u-15ebe91a626\"] .tcb-button-link { border-radius: 200px; min-height: 67.1429px; font-size: 1.6em; padding-top: 0px; padding-bottom: 0px; background-color: rgb(255, 255, 255) !important; padding-left: 15px !important; background-image: none !important; border: 1px solid rgb(0, 0, 0); box-shadow: rgba(0, 0, 0, 0.4) 0px 3px 8px 1px; }[data-css=\"tve-u-15ebe916c34\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 733px; }[data-css=\"tve-u-15ebe90cfb0\"] { line-height: 1.1em !important; }[data-css=\"tve-u-15ebe906677\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 669px; margin-left: 50px !important; margin-top: 40px !important; }#tve_editor [data-css=\"tve-u-15ebe905473\"] { font-size: 22px !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15ebe8ee6c0\"]::after { clear: both; }[data-css=\"tve-u-15ebe8edca2\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 722px; padding-left: 0px !important; margin-left: 50px !important; margin-top: 104px !important; }[data-css=\"tve-u-15ebe8abb9e\"] { padding: 0px !important; }[data-css=\"tve-u-15ebe8a4d78\"] { clip-path: url(\"#clip-left-335f47a4c8f92\"); -webkit-clip-path: url(\"#clip-left-335f47a4c8f92\");  }[data-css=\"tve-u-15ebe8a2edd\"] { padding-bottom: 15px !important; padding-top: 15px !important; }[data-css=\"tve-u-15ebe89fb7a\"] { margin-left: -35px !important; }[data-css=\"tve-u-15ebe830a90\"] { clip-path: url(\"#clip-left-bb2526ca261ae\"); -webkit-clip-path: url(\"#clip-left-bb2526ca261ae\");  background-image: linear-gradient(rgb(89, 171, 227), rgb(89, 171, 227)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-15ebe827cb3\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 0px !important; }[data-css=\"tve-u-15ebe80a9a1\"] { min-height: 729px; }[data-css=\"tve-u-15ebe738fb8\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-15ebe738fb8\"] > .tcb-flex-col > .tcb-col { min-height: 729px; }[data-css=\"tve-u-15ebe738fb8\"] { min-height: inherit; margin-left: 0px; padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-15ebe73226c\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/header_image-1.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-15ebe72c974\"] { max-width: 1620px; }[data-css=\"tve-u-15ebe70a25b\"] { width: 142px; margin-top: 20px !important; padding-left: 0px !important; margin-left: 30px !important; }[data-css=\"tve-u-15ebe5d7b44\"] { background-image: linear-gradient(rgb(0, 0, 0), rgb(0, 0, 0)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-15ebe51d596\"] { max-width: 100%; min-height: 100px !important; }#tcb_landing_page h3 { font-family: Montserrat; font-weight: 200; font-size: 20px; color: rgb(24, 45, 60); }#tcb_landing_page h2 { font-family: \"Amatic SC\"; font-weight: 400; font-size: 70px; color: rgb(24, 45, 60); }#tcb_landing_page h1 { font-family: \"Amatic SC\"; font-weight: 400; font-size: 96px; color: rgb(255, 255, 255); }#tcb_landing_page p, #tcb_landing_page li { font-family: Montserrat; font-weight: 200; color: rgb(24, 45, 60); font-size: 18px; line-height: 1.667em; }[data-css=\"tve-u-15e09c94f7d\"] { background-color: rgb(255, 255, 255); }[data-css=\"tve-u-15ec256b908\"] { font-family: \"Amatic SC\" !important; font-weight: 400 !important; }[data-css=\"tve-u-15ec26760e9\"] { font-family: ABeeZee !important; font-weight: 400 !important; }[data-css=\"tve-u-15ec2680494\"] { font-family: \"Amatic SC\" !important; font-weight: 400 !important; }#tve_editor [data-css=\"tve-u-15ec2ab1d6d\"] { letter-spacing: 1px; color: rgb(255, 255, 255) !important; font-size: 20px !important; }#tve_editor [data-css=\"tve-u-15ec2ab1d82\"] { letter-spacing: 1px; color: rgb(255, 255, 255) !important; font-size: 20px !important; }[data-css=\"tve-u-15ec2abe257\"] { float: none; z-index: 3; position: relative; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2ac01df\"] { display: block; max-width: 423px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2ac01df\"] .tcb-button-link { border-radius: 200px; min-height: 67.1429px; font-size: 1.6em; padding-top: 0px; padding-bottom: 0px; background-color: rgb(105, 240, 174) !important; padding-left: 15px !important; }#tve_editor [data-css=\"tve-u-15ec2af6c4b\"] { color: rgb(24, 45, 60) !important; font-size: 70px !important; }[data-css=\"tve-u-15ec2af6c4e\"] { font-family: \"Amatic SC\" !important; font-weight: 400 !important; }[data-css=\"tve-u-15ec3192f72\"] { margin-left: 25px !important; margin-right: 25px !important; margin-top: 25px !important; }[data-css=\"tve-u-15ec31ba260\"] { float: none; max-width: 1296px; margin-top: 10px !important; margin-left: auto !important; margin-right: auto !important; }#tcb_landing_page a:hover:not(.tcb-button-link) { color: rgb(89, 171, 227); }#tcb_landing_page .tve-state-hovera:not(.tcb-button-link) { color: rgb(89, 171, 227); }#tve_editor [data-css=\"tve-u-160266880a0\"] { color: rgb(255, 255, 255) !important; font-family: Montserrat !important; }[data-css=\"tve-u-1602b324ab9\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1602bec144e\"] { width: 36px; float: left; z-index: 3; position: static; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1602befe215\"] { max-width: 386px; position: relative !important; padding-left: 1px !important; margin-top: 0px !important; margin-left: 50px !important; }[data-css=\"tve-u-160309ddca8\"] + div { clear: none; }[data-css=\"tve-u-160309ddca8\"] { float: none; width: 60px; position: absolute; margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-160309f3e5d\"] { max-width: 75%; margin-left: 80px !important; margin-top: 60px !important; margin-bottom: 40px !important; }[data-css=\"tve-u-160309f6c04\"] { max-width: 75%; margin-left: 80px !important; margin-top: 60px !important; margin-bottom: 80px !important; }[data-css=\"tve-u-16030a013d7\"] + div { clear: none; }[data-css=\"tve-u-16030a013d7\"] { float: none; width: 60px; position: absolute; margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-16030a08afd\"] { position: relative !important; margin-left: 100px !important; }[data-css=\"tve-u-16030a09626\"] { position: relative !important; margin-left: 100px !important; }#tcb_landing_page a.tve-state-hover:not(.tcb-button-link) { color: rgb(89, 171, 227); }[data-css=\"tve-u-165b813034a\"] { border-bottom: 1px solid rgb(255, 255, 255); }#tve_editor [data-css=\"tve-u-165b814869f\"] { font-family: Montserrat; letter-spacing: 0px; font-weight: 400; font-size: 18px !important; color: rgb(24, 45, 60) !important; text-transform: capitalize !important; }}@media (max-width: 1023px){[data-css=\"tve-u-1602b332fd9\"] { float: none; max-width: 121px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1602befe215\"] { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1602b37ce9d\"] .tcb-flex-col { flex-basis: 420px !important; }[data-css=\"tve-u-1602bec144e\"] { float: none; z-index: 3; position: relative; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1602be7db66\"] { float: none; z-index: 3; position: relative; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2a38bfd\"] { text-align: left; }[data-css=\"tve-u-15ec27075e1\"] { margin-top: 0px !important; }[data-css=\"tve-u-15ee1237243\"] { margin-top: 52px !important; }[data-css=\"tve-u-15ee121a6d1\"] { margin-left: 33px !important; margin-right: 33px !important; }[data-css=\"tve-u-15ecc95760b\"]::after { clear: both; }[data-css=\"tve-u-15ebe51d596\"] { text-align: left; }[data-css=\"tve-u-15ec2b6e126\"] { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2b54c99\"] { text-align: left; }[data-css=\"tve-u-15ec2b3b468\"] { margin-left: 0px !important; margin-top: 20px !important; }[data-css=\"tve-u-15ec2b37666\"] { margin-top: 0px !important; }[data-css=\"tve-u-15ec2a80647\"] { margin-top: 0px !important; padding-left: 10px !important; padding-right: 10px !important; }[data-css=\"tve-u-15ec2a5540e\"] { max-width: 720px; }[data-css=\"tve-u-15ec2a33d71\"] { width: 395px; float: none; z-index: 3; position: relative; margin: 80px auto 0px !important; }[data-css=\"tve-u-15ec26b9914\"] { max-width: 720px; }[data-css=\"tve-u-15ec253ef3a\"] { padding: 25px 10px !important; }[data-css=\"tve-u-15ebea3a693\"] { max-width: 720px; }[data-css=\"tve-u-15ec30a8a14\"]::after { clear: both; }[data-css=\"tve-u-15ebe916c34\"] { max-width: 376px; }[data-css=\"tve-u-15ebe8a2edd\"] > .tcb-flex-col > .tcb-col { justify-content: center; min-height: 91px; }[data-css=\"tve-u-15ebe70a25b\"] { float: right; z-index: 3; position: relative; margin: 0px auto !important; }[data-css=\"tve-u-15ec3055cca\"] { text-align: center; margin-top: 0px !important; }[data-css=\"tve-u-15ebe8a2edd\"] { min-height: inherit; float: none; max-width: 100%; padding-top: 0px !important; padding-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec30518d3\"] { text-align: center; margin-left: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-15ebe830a90\"] { clip-path: url(\"#clip-tablet-left-bb2526ca261ae\"); -webkit-clip-path: url(\"#clip-tablet-left-bb2526ca261ae\");  }[data-css=\"tve-u-15ebe91a626\"] { margin-left: 30px !important; }[data-css=\"tve-u-15ebe906677\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 336px; margin-left: 30px !important; }[data-css=\"tve-u-15ebe8edca2\"] { margin-left: 30px !important; }[data-css=\"tve-u-15ebe89fb7a\"] { margin-left: -35px !important; }[data-css=\"tve-u-15ebe827cb3\"] { max-width: 100%; }#tve_editor [data-css=\"tve-u-15ebe90cfb0\"] { font-size: 84px !important; }}@media (max-width: 767px){[data-css=\"tve-u-160309b344b\"] { margin-left: 10px !important; margin-top: 30px !important; margin-right: 10px !important; }[data-css=\"tve-u-16030a013d7\"] { position: static; }[data-css=\"tve-u-16030a09626\"] { margin-left: 10px !important; margin-top: 30px !important; margin-right: 10px !important; }[data-css=\"tve-u-160309ddca8\"] { position: static; }[data-css=\"tve-u-16030a08afd\"] { margin-left: 10px !important; margin-right: 10px !important; margin-top: 30px !important; }[data-css=\"tve-u-160309b00b4\"] { position: static; }[data-css=\"tve-u-16030975307\"] { max-width: 100%; margin-left: 10px !important; margin-right: 10px !important; }[data-css=\"tve-u-160309f6c04\"] { max-width: 100%; margin-left: 10px !important; margin-right: 10px !important; }[data-css=\"tve-u-160309f3e5d\"] { max-width: 100%; margin-left: 10px !important; margin-right: 10px !important; }[data-css=\"tve-u-15ec2a38bfd\"]::after { clear: both; }[data-css=\"tve-u-1602bff3cd5\"]::after { clear: both; }[data-css=\"tve-u-1602bfea280\"] { margin-top: 0px !important; margin-bottom: 20px !important; }[data-css=\"tve-u-15ec2b6e126\"] { float: left; z-index: 3; position: relative; margin-left: 24px !important; }[data-css=\"tve-u-1602bf25f10\"]::after { clear: both; }[data-css=\"tve-u-1602b332fd9\"] { max-width: 257px; float: left; z-index: 3; position: relative; width: 100%; margin-top: 20px !important; margin-left: 20px !important; }[data-css=\"tve-u-15ec253ef3a\"] { padding-top: 30px !important; padding-bottom: 30px !important; }[data-css=\"tve-u-15ee1237243\"] { margin-top: 25px !important; }[data-css=\"tve-u-15ee1232726\"] { margin-top: 25px !important; }[data-css=\"tve-u-15ebe70a25b\"] { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2ae8715\"] { margin-left: -15px; }[data-css=\"tve-u-15ec2ae8715\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-15ec2b33f06\"] { margin-right: 0px !important; }[data-css=\"tve-u-15ec26fee25\"] > .tcb-flex-col > .tcb-col { min-height: 387px; }[data-css=\"tve-u-15ec26fee25\"] { margin-left: 0px; min-height: inherit; }[data-css=\"tve-u-15ec26fee25\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-15ec2a33d71\"] { position: static; margin-bottom: 0px !important; }[data-css=\"tve-u-15ec31ba260\"] { padding-left: 3px !important; padding-right: 3px !important; }[data-css=\"tve-u-15ec253a41f\"] > .tcb-flex-col > .tcb-col { min-height: 27px; }[data-css=\"tve-u-15ec253a41f\"] { margin-left: 0px; min-height: inherit; }[data-css=\"tve-u-15ec253a41f\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-15ec254985a\"] { margin-top: 0px !important; }[data-css=\"tve-u-15ec24f494c\"] { margin-top: 30px !important; }[data-css=\"tve-u-15ec256e611\"] { margin-top: 0px !important; }[data-css=\"tve-u-15ec3192f72\"] { margin-bottom: 32px !important; }[data-css=\"tve-u-15ec318421d\"] { margin-bottom: 34px !important; margin-top: -105px !important; }[data-css=\"tve-u-15ebe738fb8\"] > .tcb-flex-col > .tcb-col { min-height: 554px; }[data-css=\"tve-u-15ebe738fb8\"] { min-height: inherit; padding-bottom: 0px !important; }[data-css=\"tve-u-15ec3017516\"] { margin-top: 0px !important; padding-left: 5px !important; padding-right: 5px !important; }[data-css=\"tve-u-15ebe89fb7a\"] { margin-left: -20px !important; }[data-css=\"tve-u-15ec3055cca\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-15ebe916c34\"] { margin-bottom: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-15ec3152b02\"] { min-height: 226px; }[data-css=\"tve-u-15ebe80a9a1\"] { min-height: 554px; }[data-css=\"tve-u-15ebe91a626\"] { margin-left: 28px !important; margin-right: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-15ebe906677\"] { margin-left: 30px !important; }[data-css=\"tve-u-15ebe8edca2\"] { margin-left: 30px !important; margin-top: 45px !important; }[data-css=\"tve-u-15ebe827cb3\"] { max-width: 100%; }[data-css=\"tve-u-15ec313e743\"] { margin-left: 10px !important; margin-right: 10px !important; }[data-css=\"tve-u-1602befe215\"] { max-width: 257px; float: left; z-index: 3; position: relative; width: 100%; margin-top: 20px !important; margin-left: 20px !important; }}'),(2801,278,'tve_revision_tve_user_custom_css','.thrv_text_element p {margin:0;}\n.thrv_heading h1,h2,h3 {margin:0;}'),(2802,278,'tve_revision_tve_page_events','a:0:{}'),(2803,278,'tve_revision_tve_globals','a:4:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";s:11:\"extra_icons\";a:1:{i:0;a:3:{s:11:\"font-family\";s:25:\"tve-ff-6797-59f9979fd5998\";s:3:\"css\";s:87:\"http://lp-build.thrivethemes.com/wp-content/uploads/tve-ff-6797-59f9979fd5998/style.css\";s:6:\"folder\";s:92:\"/home/thrivedevbitston/public_html/landingpages/wp-content/uploads/tve-ff-6797-59f9979fd5998\";}}s:6:\"lb_map\";a:1:{i:6808;s:3:\"265\";}s:8:\"font_cls\";a:0:{}}'),(2804,278,'tve_revision_tve_global_scripts',''),(2805,278,'tve_revision_thrive_icon_pack','0'),(2806,278,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(2807,278,'tve_revision_tve_has_masonry','0'),(2808,278,'tve_revision_tve_has_typefocus','0'),(2809,278,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-165b813034a\" wfd-id=\"247\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ebe5d7b44\" wfd-id=\"269\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ebe51d596\" wfd-id=\"248\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15ec3055cca\" wfd-id=\"249\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2\" data-css=\"tve-u-15ebe8a2edd\" wfd-id=\"250\"><div class=\"tcb-flex-col\" wfd-id=\"263\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec30518d3\" wfd-id=\"265\"><div class=\"tcb-clear\" data-css=\"tve-u-15ecc95760b\" wfd-id=\"266\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ebe70a25b\" wfd-id=\"267\"><span class=\"tve_image_frame\" wfd-id=\"268\"><img class=\"tve_image wp-image-25564\" alt=\"\" width=\"142\" height=\"44\" title=\"logo_pawcity\" data-id=\"25564\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/logo_pawcity.png\"></span></div></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"251\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec313e743\" data-tcb_hover_state_parent=\"\" wfd-id=\"253\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone tcb-tablet-hidden tcb-mobile-hidden\" style=\"\" wfd-id=\"254\"><p data-css=\"tve-u-15f002fa8f6\"><span data-css=\"tve-u-15f0034f748\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"262\"><a href=\"#whatwedo\">What We Do</a></span>&nbsp; &nbsp; <span data-css=\"tve-u-15f003606db\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"261\"><a href=\"#testimonials\">Testimonials</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f003655f8\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"260\"><a href=\"#aboutus\">About Us</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f00369f5e\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"259\"><a href=\"#getyourcoupon\">Get Your Coupon</a></span>&nbsp; &nbsp; <span data-css=\"tve-u-15f0064f814\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"258\"><a href=\"#areaweserve\">Area We Serve</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f003784ab\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"257\"><a href=\"#contact\">Contact</a></span></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ebe8abb9e\" wfd-id=\"216\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ebe8a4d78\" data-clip-id=\"335f47a4c8f92\" wfd-id=\"246\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-left-335f47a4c8f92\" class=\"decoration-clip clip-path-left\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" pointer-width=\"6\" pointer-height=\"2.5\" style=\"curves\" decoration-type=\"none\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon><ellipse cx=\"0.025\" cy=\"0.029412\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.08823600000000001\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.14706\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.205884\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.264708\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.323532\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.38235600000000003\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.44118\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.500004\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.558828\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.617652\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.676476\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.7353000000000001\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.794124\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.852948\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.911772\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.970596\" rx=\"0.025\" ry=\"0.029412\"></ellipse></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ebe72c974\" wfd-id=\"217\"><div class=\"thrv_wrapper thrv-columns tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec318421d\" wfd-id=\"218\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-15ebe738fb8\" wfd-id=\"219\"><div class=\"tcb-flex-col\" wfd-id=\"243\"><div class=\"tcb-col\" data-css=\"tve-u-15ebe73226c\" wfd-id=\"245\"></div></div><div class=\"tcb-flex-col\" wfd-id=\"220\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ebe89fb7a\" wfd-id=\"222\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ebe827cb3\" wfd-id=\"223\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15ebe830a90\" data-clip-id=\"bb2526ca261ae\" wfd-id=\"242\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-left-bb2526ca261ae\" class=\"decoration-clip clip-path-left\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"divider\" pointer-width=\"5.7\" pointer-height=\"2.5\" style=\"curves\" slanted-angle=\"5\"><polygon points=\"0.025 0, 0.025 1, 1 1, 1 0\"></polygon><ellipse cx=\"0.025\" cy=\"0.027778\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.083334\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.13889\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.194446\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.250002\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.305558\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.361114\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.41667\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.47222600000000003\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.527782\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.583338\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.638894\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.69445\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.7500060000000001\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.805562\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.861118\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.916674\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.97223\" rx=\"0.025\" ry=\"0.027778\"></ellipse></clipPath><clipPath id=\"clip-tablet-left-bb2526ca261ae\" class=\"decoration-clip clip-path-tablet-left\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"divider\" pointer-width=\"5.7\" pointer-height=\"4\" style=\"curves\" slanted-angle=\"5\"><polygon points=\"0.04 0, 0.04 1, 1 1, 1 0\"></polygon><ellipse cx=\"0.04\" cy=\"0.027778\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.083334\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.13889\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.194446\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.250002\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.305558\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.361114\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.41667\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.47222600000000003\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.527782\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.583338\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.638894\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.69445\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.7500060000000001\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.805562\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.861118\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.916674\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.97223\" rx=\"0.04\" ry=\"0.027778\"></ellipse></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ebe80a9a1\" wfd-id=\"224\"><div class=\"tcb-clear\" data-css=\"tve-u-15ebe8ee6c0\" wfd-id=\"238\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15ebe8edca2\" data-tag=\"h1\" wfd-id=\"239\"><h1 data-css=\"tve-u-15ebe90cfb0\">Happy dogs =<br>â€‹â€‹â€‹â€‹â€‹happâ€‹â€‹â€‹â€‹y owners</h1></div></div><div class=\"tcb-clear\" data-css=\"tve-u-15ec30a8a14\" wfd-id=\"234\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ebe906677\" wfd-id=\"235\"><p data-css=\"tve-u-15ebe905473\">Offer your dog a premium walking experience</p></div></div><div class=\"tcb-clear\" data-css=\"tve-u-15ebe955aaa\" wfd-id=\"225\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ebe916c34\" wfd-id=\"226\">\n<div class=\"tve-content-box-background\" wfd-id=\"233\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ec3152b02\" wfd-id=\"227\"><div class=\"thrv_wrapper thrv-button tve_ea_thrive_lightbox\" data-css=\"tve-u-15ebe91a626\" data-tcb_hover_state_parent=\"false\" data-button-style=\"full_rounded\" wfd-id=\"228\">\n<a href=\"#\" class=\"tcb-button-link tve_evt_manager_listen tve_et_click\" data-tcb-events=\"__TCB_EVENT_[{&quot;config&quot;:{&quot;l_anim&quot;:&quot;zoom_in&quot;,&quot;l_id&quot;:265},&quot;a&quot;:&quot;thrive_lightbox&quot;,&quot;t&quot;:&quot;click&quot;}]_TNEVE_BCT__\">\n<span class=\"tcb-button-texts\" wfd-id=\"229\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-165b814869f\" wfd-id=\"230\">Get 10% OFF Your First Cerakote Project</span></span>\n</a>\n</div></div>\n</div></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec3017516\" wfd-id=\"209\">\n<div class=\"tve-page-section-out\" wfd-id=\"215\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ebea3a693\" wfd-id=\"210\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15ebea49c0c\" id=\"whatwedo\" data-tag=\"h1\" wfd-id=\"214\"><h1 data-css=\"tve-u-15ebea42b31\" style=\"text-align: center;\">What We Do</h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2448fdb\" wfd-id=\"211\"><p data-css=\"tve-u-15ec2443105\" style=\"text-align: center;\">Our goal is to make sure the owners are comforted, the pups are exercised and happy and that we are getting our own puppy fixes. But letâ€™s be honest- itâ€™s their world, weâ€™re just living in it! As a small team of experienced dog owners and lovers, we really get to know you and your dog and we canguarantee consistent and personal care that is equal to your love and attention. We are so excited to make you a part of the family!</p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" wfd-id=\"178\">\n<div class=\"tve-page-section-out\" wfd-id=\"208\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ee1211b9b\" wfd-id=\"179\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15ee121a6d1\" wfd-id=\"180\"><div class=\"tcb-flex-row tcb--cols--3 tcb-medium-wrap\" data-css=\"tve-u-15ee121fb1c\" wfd-id=\"181\"><div class=\"tcb-flex-col\" wfd-id=\"198\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ee1225fdf\" wfd-id=\"200\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec2477274\" wfd-id=\"206\"><span class=\"tve_image_frame\" wfd-id=\"207\"><img class=\"tve_image wp-image-1596\" alt=\"\" width=\"55\" height=\"73\" title=\"what_do_icon_01\" data-id=\"1596\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_01.png\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"205\"><p data-css=\"tve-u-15ec2481d17\"><strong>First Class Care</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"204\"><p data-css=\"tve-u-15ec2487407\">all the best for them</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2492191\" wfd-id=\"201\"><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"190\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ee1232726\" wfd-id=\"192\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec24ae116\" wfd-id=\"196\"><span class=\"tve_image_frame\" wfd-id=\"197\"><img class=\"tve_image wp-image-1597\" alt=\"\" width=\"73\" height=\"73\" title=\"what_do_icon_02\" data-id=\"1597\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_02.png\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"195\"><p data-css=\"tve-u-15ec2481d17\"><strong>Snacks Included</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"194\"><p data-css=\"tve-u-15ec2487407\">for your little one</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec3192f72\" wfd-id=\"193\"><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"182\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ee1237243\" wfd-id=\"184\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec24d5e15\" wfd-id=\"188\"><span class=\"tve_image_frame\" wfd-id=\"189\"><img class=\"tve_image wp-image-1598\" alt=\"\" width=\"65\" height=\"73\" title=\"what_do_icon_03\" data-id=\"1598\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_03.png\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"187\"><p data-css=\"tve-u-15ec2481d17\"><strong>Regularly walks</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"186\"><p data-css=\"tve-u-15ec2487407\">to keep them ealthy</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2492191\" wfd-id=\"185\"><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris.</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-15ec24f494c\" id=\"testimonials\" style=\"\" wfd-id=\"156\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ec24f97c0\" wfd-id=\"177\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec24f790d\" wfd-id=\"157\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15ec254985a\" style=\"\" wfd-id=\"158\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-15ec253a41f\" wfd-id=\"159\"><div class=\"tcb-flex-col\" wfd-id=\"163\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec253ef3a\" style=\"\" wfd-id=\"165\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec256e611\" style=\"\" wfd-id=\"168\"><p data-css=\"tve-u-15ec25610c7\"><span data-css=\"tve-u-15ec268a0a3\" style=\"font-size: 45px; color: rgb(89, 171, 227);\" wfd-id=\"175\"><span data-css=\"tve-u-15ec26760e9\" style=\"font-family: ABeeZee;\" wfd-id=\"176\">â€</span></span><span data-css=\"tve-u-15ec256b908\" style=\"font-family: &quot;Amatic SC&quot;;\" wfd-id=\"174\">&nbsp; &nbsp; &nbsp;</span><span data-css=\"tve-u-15ec2680494\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"172\"><span data-css=\"tve-u-15ec269379d\" style=\"font-size: 45px;\" wfd-id=\"173\">my chester enjoys being with them!</span> &nbsp; &nbsp;&nbsp;</span><span data-css=\"tve-u-15ec255fe12\" style=\"font-family: ABeeZee; font-weight: 400; color: rgb(89, 171, 227); font-size: 45px;\" wfd-id=\"171\">â€</span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2698d8d\" wfd-id=\"167\"><p data-css=\"tve-u-160266880a0\">We LOVE going for walks with our friends at Paw! Donâ€™t tell our mom &amp; dad,but we get really excited when they leave for work because we know it wonâ€™t be long before we get a visit from one of our favorite friends at PawCity! Best part is, they always let our parents know how ourwalk went right away so they dont have to worry about us!</p><p data-css=\"tve-u-15ec269736c\">We love you PawCity!! xoxo</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec26ab7b0\" style=\"\" wfd-id=\"166\"><p data-css=\"tve-u-15ec26a92a2\"><strong>Anna Olson</strong>, Chesterâ€™s Mom</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"160\"><div class=\"tcb-col\" wfd-id=\"162\"></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec26c390a\" id=\"aboutus\" wfd-id=\"149\">\n<div class=\"tve-page-section-out\" wfd-id=\"155\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec26b9914\" wfd-id=\"150\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15ee1037a1d\" data-tag=\"h1\" wfd-id=\"152\"><h1 data-css=\"tve-u-15ec26bd2e8\">About us</h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec31ba260\" wfd-id=\"151\"><p data-css=\"tve-u-15ec2443105\" style=\"text-align: center;\">At PawCity, we lead lives full of the unconditional love and happiness we receive from the furballs we get to spend time with everyday and we have this beautiful city and all the beautiful people in it to thank. We love you and your pups!!</p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec26ec232\" wfd-id=\"118\">\n<div class=\"tve-page-section-out\" wfd-id=\"148\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec26e5812\" wfd-id=\"119\"><div class=\"thrv_wrapper thrv-columns tcb-window-width\" style=\"width: 1603px; left: -1px;\" data-css=\"tve-u-15ee106257d\" wfd-id=\"120\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2\" data-css=\"tve-u-15ec26fee25\" wfd-id=\"121\"><div class=\"tcb-flex-col c-33\" wfd-id=\"143\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec2a38bfd\" wfd-id=\"145\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec2a33d71\" wfd-id=\"146\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"147\"><img class=\"tve_image wp-image-7399\" alt=\"\" width=\"830\" height=\"775\" title=\"about_us_dog\" data-id=\"7399\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/about_us_dog.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col c-66\" wfd-id=\"122\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec27075e1\" wfd-id=\"124\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160309f3e5d\" wfd-id=\"137\">\n<div class=\"tve-content-box-background\" wfd-id=\"142\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160309b397d\" wfd-id=\"138\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-160309b00b4\" data-float=\"1\" wfd-id=\"140\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"141\"><img class=\"tve_image wp-image-7404\" alt=\"\" width=\"64\" height=\"64\" title=\"dog_paw\" data-id=\"7404\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/dog_paw.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16030a08afd\" wfd-id=\"139\"><p>We moved to New York City with our black bulldog rescue, Blakely, in 2007 after graduating from the University of Maryland. Immediately, we realized what a dog-crazy place it was.</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160309f6c04\" wfd-id=\"131\">\n<div class=\"tve-content-box-background\" wfd-id=\"136\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160309b397d\" wfd-id=\"132\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-160309ddca8\" data-float=\"1\" wfd-id=\"134\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"135\"><img class=\"tve_image wp-image-7403\" alt=\"\" width=\"64\" height=\"64\" title=\"dog_house\" data-id=\"7403\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/dog_house.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16030a09626\" wfd-id=\"133\"><p>We knew right away that we wanted to work with the animals that we loved and that had given us so much love since we were little girls. We started PawCity Dog Walking in July of 2010.</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16030975307\" wfd-id=\"125\">\n<div class=\"tve-content-box-background\" wfd-id=\"130\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160309b397d\" wfd-id=\"126\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16030a013d7\" data-float=\"1\" wfd-id=\"128\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"129\"><img class=\"tve_image wp-image-7405\" alt=\"\" width=\"64\" height=\"64\" title=\"spinning_wheel\" data-id=\"7405\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/spinning_wheel.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160309b344b\" wfd-id=\"127\"><p>We cover the entire width of the East Side, from 96th Street to Delancey and handle every type of personality imaginable. At PawCity, we lead lives full of the unconditional love and happiness we receive from the furballs we get to spend time with everyday.</p></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" data-css=\"tve-u-15ec2a56438\" style=\"width: 1603px; left: 0px;\" id=\"getyourcoupon\" wfd-id=\"98\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ec2a5bb35\" wfd-id=\"117\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec2a5540e\" wfd-id=\"99\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ec2a80647\" wfd-id=\"100\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15ec2a9b8a9\" wfd-id=\"116\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ec2a81a9f\" wfd-id=\"101\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2a6f589\" wfd-id=\"112\"><p data-css=\"tve-u-15ec2a6b447\"><span data-css=\"tve-u-15ec2a6d9d8\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"115\"><strong>Get Your Coupon</strong></span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2aaa9a4\" wfd-id=\"108\"><p data-css=\"tve-u-15ec2ab1d6d\">We strive to keep both you and your pup as happy and comfortable as possible while youâ€™re out earning those big bucks.</p><p data-css=\"tve-u-15ec2ab1d82\"><br></p><p data-css=\"tve-u-15ec2aa8e2e\"><strong>Get <span data-css=\"tve-u-15ec2aafa24\" style=\"color: rgb(89, 171, 227);\" wfd-id=\"111\">20%</span> off your first walk. Enter your email and we\'ll send you your coupon.</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ec2abe257\" wfd-id=\"102\">\n<div class=\"tve-content-box-background\" wfd-id=\"107\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ec2acb421\" wfd-id=\"103\"><div class=\"thrv_wrapper thrv-button tve_ea_thrive_lightbox\" data-css=\"tve-u-15ec2ac01df\" data-tcb_hover_state_parent=\"false\" data-button-style=\"full_rounded\" wfd-id=\"104\">\n<a href=\"#\" class=\"tcb-button-link tve_evt_manager_listen tve_et_click\" data-tcb-events=\"__TCB_EVENT_[{&quot;config&quot;:{&quot;l_anim&quot;:&quot;zoom_in&quot;,&quot;l_id&quot;:&quot;265&quot;},&quot;a&quot;:&quot;thrive_lightbox&quot;,&quot;t&quot;:&quot;click&quot;}]_TNEVE_BCT__\">\n<span class=\"tcb-button-texts\" wfd-id=\"105\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-15ebe925072\" wfd-id=\"106\">Get Your Coupon Now</span></span>\n</a>\n</div></div>\n</div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-15ec2b0a32a\" id=\"areaweserve\" wfd-id=\"78\">\n<div class=\"tve-page-section-out\" wfd-id=\"97\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15f76fcb7df\" wfd-id=\"79\"><div class=\"thrv_wrapper thrv-columns\" style=\"\" data-css=\"tve-u-15ee103f44a\" wfd-id=\"80\"><div class=\"tcb-flex-row tcb--cols--2 tcb-medium-wrap\" data-css=\"tve-u-15ec2ae8715\" wfd-id=\"81\"><div class=\"tcb-flex-col c-33\" wfd-id=\"86\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec2b37666\" wfd-id=\"88\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"93\"><p data-css=\"tve-u-15ec2af6c4b\"><span data-css=\"tve-u-15ec2af6c4e\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"96\">area we serve</span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"89\"><p>As a small team of experienced dog owners and lovers, we really get to know you and your dog and we canguarantee consistent and personal care that is equal to your love and attention.</p><p><br></p><p><strong><span data-css=\"tve-u-15ec2afed17\" style=\"color: rgb(89, 171, 227);\" wfd-id=\"92\">We are so excited to make you a part of the family!</span></strong></p></div></div></div><div class=\"tcb-flex-col c-66\" wfd-id=\"82\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec2b33f06\" wfd-id=\"84\"><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-15ec2b3b468\" wfd-id=\"85\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=blakely, united states&amp;t=m&amp;z=11&amp;output=embed&amp;iwloc=near\"></iframe>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" data-css=\"tve-u-15ec2b5d54c\" style=\"width: 1603px; left: 0px;\" id=\"contact\" wfd-id=\"39\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ec2b56fac\" wfd-id=\"77\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec2b54c99\" wfd-id=\"40\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1602b31dfcd\" wfd-id=\"41\"><div class=\"tcb-flex-row tcb-resized tcb-medium-wrap tcb--cols--3\" data-css=\"tve-u-1602b37ce9d\" wfd-id=\"42\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1602be453ec\" style=\"\" wfd-id=\"71\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"73\"><div class=\"tcb-clear\" data-css=\"tve-u-1602bff3cd5\" wfd-id=\"74\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec2b6e126\" wfd-id=\"75\"><span class=\"tve_image_frame\" wfd-id=\"76\"><img class=\"tve_image wp-image-25564\" alt=\"\" width=\"142\" height=\"44\" title=\"logo_pawcity\" data-id=\"25564\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/logo_pawcity.png\"></span></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1602be45437\" style=\"\" wfd-id=\"57\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1602be56dfc\" wfd-id=\"59\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1602bfebaf9\" wfd-id=\"60\">\n<div class=\"tve-content-box-background\" wfd-id=\"70\"></div>\n<div class=\"tve-cb\" wfd-id=\"61\"><div class=\"tcb-clear\" data-css=\"tve-u-1602bf36e2c\" wfd-id=\"67\"><div class=\"thrv_wrapper tve_image_caption tcb-mobile-hidden\" data-css=\"tve-u-1602be7db66\" data-float=\"1\" wfd-id=\"68\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"69\"><img class=\"tve_image wp-image-7369\" alt=\"\" width=\"64\" height=\"64\" title=\"location\" data-id=\"7369\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/location.png\" style=\"width: 100%;\"></span></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1602bf25f10\" wfd-id=\"62\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1602befe215\" wfd-id=\"63\"><p data-css=\"tve-u-1602bfa220e\"><strong><span data-css=\"tve-u-1602b324a9b\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"66\">67 E. 3rd Street</span></strong><span data-css=\"tve-u-1602b324a9c\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"65\"> </span><span data-css=\"tve-u-1602b324ab9\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"64\">Suite B New York, NY 10003</span></p></div></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1602be4545b\" style=\"\" wfd-id=\"43\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"45\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1602bfea280\" wfd-id=\"46\">\n<div class=\"tve-content-box-background\" wfd-id=\"56\"></div>\n<div class=\"tve-cb\" wfd-id=\"47\"><div class=\"tcb-clear\" data-css=\"tve-u-1602bfc4bea\" wfd-id=\"53\"><div class=\"thrv_wrapper tve_image_caption tcb-mobile-hidden\" data-css=\"tve-u-1602bec144e\" data-float=\"1\" wfd-id=\"54\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"55\"><img class=\"tve_image wp-image-7370\" alt=\"\" width=\"64\" height=\"64\" title=\"phone\" data-id=\"7370\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/phone.png\" style=\"width: 100%;\"></span></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1602bfc74c3\" wfd-id=\"48\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1602b332fd9\" data-float=\"1\" wfd-id=\"49\"><p><strong><span data-css=\"tve-u-1602b324a9b\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"52\">080</span></strong><span data-css=\"tve-u-1602b324a9c\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"51\"> </span><span data-css=\"tve-u-1602b324ab9\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"50\">708 5583</span></p></div></div></div>\n</div></div></div></div></div></div>\n</div>'),(2810,278,'tve_revision_tve_has_wistia_popover','0'),(2814,279,'tve_revision_tve_content_more_found',''),(2815,279,'tve_revision_tve_save_post',''),(2816,279,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Montserrat:400,200,300&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Amatic+SC:400&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=ABeeZee:400&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-160309b397d\"]::after { clear: both; }[data-css=\"tve-u-160309b344b\"] { position: relative !important; margin-left: 100px !important; }[data-css=\"tve-u-160309b00b4\"] + div { clear: none; }[data-css=\"tve-u-160309b00b4\"] { float: none; width: 60px; position: absolute; margin-bottom: 0px !important; margin-top: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-16030975307\"] { max-width: 75%; margin-left: 80px !important; }[data-css=\"tve-u-1602bfa220e\"] { line-height: 1.85em !important; }[data-css=\"tve-u-1602be7db66\"] { float: left; width: 40px; z-index: 3; position: relative; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1602be56dfc\"]::after { clear: both; }[data-css=\"tve-u-1602be4545b\"] { max-width: 25%; }[data-css=\"tve-u-1602be45437\"] { max-width: 48.1%; }[data-css=\"tve-u-1602be453ec\"] { max-width: 26.9%; }[data-css=\"tve-u-1602b37ce9d\"] > .tcb-flex-col > .tcb-col { justify-content: center; }[data-css=\"tve-u-1602b332fd9\"] { max-width: 264px; position: relative; float: right; z-index: 3; width: 100%; padding-left: 1px !important; margin-top: 1px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1602b324a9c\"] { color: rgb(74, 163, 223) !important; }[data-css=\"tve-u-1602b324a9b\"] { color: rgb(74, 163, 223) !important; }[data-css=\"tve-u-1602b31dfcd\"] { max-width: 1296px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15f76fcb7df\"] { max-width: 100%; }[data-css=\"tve-u-15f0064f814\"] { color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-15ec313e743\"]:hover p, #tve_editor [data-css=\"tve-u-15ec313e743\"]:hover li, #tve_editor [data-css=\"tve-u-15ec313e743\"]:hover blockquote, #tve_editor [data-css=\"tve-u-15ec313e743\"]:hover address { color: rgb(89, 171, 227); }[data-css=\"tve-u-15f003784ab\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15f00369f5e\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15f003655f8\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15f003606db\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15f0034f748\"] { color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-15f002fa8f6\"] { color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-15ec313e743\"] p, #tve_editor [data-css=\"tve-u-15ec313e743\"] li, #tve_editor [data-css=\"tve-u-15ec313e743\"] blockquote, #tve_editor [data-css=\"tve-u-15ec313e743\"] address { font-size: 16px; }[data-css=\"tve-u-15ec313e743\"] { text-align: left; padding-left: 0px !important; margin-left: 0px !important; margin-right: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-15ee121fb1c\"] .tcb-flex-col { flex-basis: 285px !important; }[data-css=\"tve-u-15ec30a8a14\"]::after { clear: both; }#tve_editor [data-css=\"tve-u-15ebe90cfb0\"] { font-size: 96px !important; }[data-css=\"tve-u-15ee1237243\"] { box-shadow: rgba(73, 137, 181, 0.15) -3px 7px 69px 10px; }[data-css=\"tve-u-15ee1232726\"] { box-shadow: rgba(73, 137, 181, 0.15) -3px 7px 69px 10px; }[data-css=\"tve-u-15ee121fb1c\"] > .tcb-flex-col > .tcb-col { min-height: 503px; }[data-css=\"tve-u-15ee1225fdf\"] { box-shadow: rgba(73, 137, 181, 0.15) -3px 7px 69px 10px; }[data-css=\"tve-u-15ee121fb1c\"] { margin-left: -60px; min-height: inherit; }[data-css=\"tve-u-15ee121fb1c\"] > .tcb-flex-col { padding-left: 60px; }[data-css=\"tve-u-15ee121a6d1\"] { float: none; max-width: 1296px; text-align: center; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ee1211b9b\"] { max-width: 1603px; text-align: center; }[data-css=\"tve-u-15ec26fee25\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-15ee106257d\"] { max-width: 100%; }[data-css=\"tve-u-15ec3055cca\"] { max-width: 1370px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ee103f44a\"] { float: none; max-width: 1296px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ee1037a1d\"] { float: none; max-width: 1296px; margin-left: auto !important; margin-right: auto !important; }#tve_editor [data-css=\"tve-u-15ec2ac01df\"]:hover .tcb-button-link { box-shadow: rgba(73, 137, 181, 0.25) -3px 7px 73px 18px; background-color: rgb(149, 250, 201) !important; }#tve_editor [data-css=\"tve-u-15ebe91a626\"]:hover .tcb-button-link { box-shadow: rgba(73, 137, 181, 0.25) -3px 7px 73px 18px; border: 0px dashed rgb(255, 255, 255); background-color: rgb(149, 250, 201) !important; font-weight: normal !important; background-image: none !important; }[data-css=\"tve-u-15ebe8a2edd\"] > .tcb-flex-col > .tcb-col { justify-content: center; }[data-css=\"tve-u-15ec3017516\"] { margin-top: 60px !important; padding-bottom: 50px !important; }[data-css=\"tve-u-15ec2b6e126\"] { width: 142px; }[data-css=\"tve-u-15ec2b5d54c\"] { margin-top: 83px !important; }[data-css=\"tve-u-15ec2b56fac\"] { background-image: linear-gradient(rgb(0, 0, 0), rgb(0, 0, 0)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-15ec2b54c99\"] { max-width: 1586px; min-height: 100px !important; }[data-css=\"tve-u-15ec2b3b468\"] { box-shadow: rgba(89, 171, 227, 0.15) -3px 7px 69px 10px; margin-top: 0px !important; margin-bottom: 0px !important; margin-left: 38px !important; }[data-css=\"tve-u-15ec2b37666\"] { margin-top: 114px !important; }[data-css=\"tve-u-15ec2b33f06\"] { padding-left: 0px !important; }[data-css=\"tve-u-15ec2b0a32a\"] { margin-top: 76px !important; }[data-css=\"tve-u-15ec2ae8715\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-15ec2afed17\"] { color: rgb(89, 171, 227) !important; }[data-css=\"tve-u-15ec2ae8715\"] { float: none; max-width: 1453px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2acb421\"] { min-height: 162px; }[data-css=\"tve-u-15ec2aafa24\"] { color: rgb(89, 171, 227) !important; }[data-css=\"tve-u-15ec2aaa9a4\"] { float: none; max-width: 1440px; margin-left: auto !important; margin-right: auto !important; margin-top: 25px !important; }#tve_editor [data-css=\"tve-u-15ec2aa8e2e\"] { letter-spacing: 1px; color: rgb(255, 255, 255) !important; font-size: 20px !important; }[data-css=\"tve-u-15ec2a9b8a9\"] { border: 1px solid rgb(89, 171, 227) !important; }[data-css=\"tve-u-15ec2a81a9f\"] { min-height: 162px; }[data-css=\"tve-u-15ec2a80647\"] { float: none; max-width: 97%; margin-left: auto !important; margin-right: auto !important; margin-top: 55px !important; }[data-css=\"tve-u-15ec2a6f589\"] { float: none; max-width: 1440px; margin-top: 55px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2a6d9d8\"] { font-family: \"Amatic SC\" !important; font-weight: 400 !important; }#tve_editor [data-css=\"tve-u-15ec2a6b447\"] { color: rgb(89, 171, 227) !important; font-size: 70px !important; }[data-css=\"tve-u-15ec2a5bb35\"] { background-image: linear-gradient(rgba(28, 54, 85, 0.8), rgba(28, 54, 85, 0.8)), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/coupon_background.jpg\") !important; background-size: auto, cover !important; background-position: 0px 0px, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-15ec2a56438\"] { margin-top: 69px !important; }[data-css=\"tve-u-15ec2a5540e\"] { max-width: 100%; text-align: center; min-height: 561px !important; }[data-css=\"tve-u-15ec2a38bfd\"] { margin-right: 0px !important; padding-right: 0px !important; margin-left: 0px !important; }[data-css=\"tve-u-15ec2a33d71\"] { width: 830px; position: relative; top: 0px; left: 40px; z-index: 7; float: none; padding-right: 0px !important; padding-left: 0px !important; }[data-css=\"tve-u-15ec27075e1\"] { border-left: 2px dashed rgb(232, 238, 241); border-top: 1px solid rgb(232, 238, 241); border-bottom: 1px solid rgb(232, 238, 241); }[data-css=\"tve-u-15ec26fee25\"] > .tcb-flex-col > .tcb-col { min-height: 612px; }[data-css=\"tve-u-15ec26fee25\"] { min-height: inherit; margin-left: 0px; padding-top: 0px !important; padding-bottom: 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-15ec26ec232\"] { margin-top: 66px !important; }[data-css=\"tve-u-15ec26e5812\"] { max-width: 100%; min-height: 586px !important; }[data-css=\"tve-u-15ec26c390a\"] { margin-top: 60px !important; }#tve_editor [data-css=\"tve-u-15ec26bd2e8\"] { color: rgb(24, 45, 60) !important; font-size: 70px !important; }[data-css=\"tve-u-15ec26b9914\"] { max-width: 1434px; text-align: center; }[data-css=\"tve-u-15ec26ab7b0\"] { margin-top: 67px !important; }#tve_editor [data-css=\"tve-u-15ec26a92a2\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15ec2698d8d\"] { float: none; max-width: 600px; margin-left: auto !important; margin-right: auto !important; margin-top: 30px !important; }#tve_editor [data-css=\"tve-u-15ec269736c\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15ec269379d\"] { font-size: 45px !important; }[data-css=\"tve-u-15ec268a0a3\"] { font-size: 45px !important; color: rgb(89, 171, 227) !important; }[data-css=\"tve-u-15ec256e611\"] { margin-top: 0px !important; }#tve_editor [data-css=\"tve-u-15ec25610c7\"] { font-size: 40px !important; color: rgb(89, 171, 227) !important; }[data-css=\"tve-u-15ec255fe12\"] { font-family: ABeeZee !important; font-weight: 400 !important; color: rgb(89, 171, 227) !important; font-size: 45px !important; }[data-css=\"tve-u-15ec254985a\"] { margin-right: 0px !important; }[data-css=\"tve-u-15ec253ef3a\"] { text-align: center; background-image: linear-gradient(rgba(24, 45, 60, 0.95), rgba(24, 45, 60, 0.95)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; margin-top: 0px !important; padding-top: 130px !important; padding-bottom: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-15ec253a41f\"] > .tcb-flex-col > .tcb-col { min-height: 661px; }[data-css=\"tve-u-15ec253a41f\"] { min-height: inherit; float: none; max-width: 1474px; z-index: 3; position: relative; padding-top: 0px !important; padding-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; padding-right: 0px !important; }[data-css=\"tve-u-15ec24f97c0\"] { background-image: linear-gradient(rgba(42, 51, 68, 0.1), rgba(42, 51, 68, 0.1)), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/testimonial_bg.jpg\") !important; background-size: auto, cover !important; background-position: 0px 0px, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-15ec24f790d\"] { min-height: 661px !important; }[data-css=\"tve-u-15ec24f494c\"] { margin-top: 60px !important; }[data-css=\"tve-u-15ec24d5e15\"] + div { clear: none; }[data-css=\"tve-u-15ec24d5e15\"] { float: none; width: 65px; margin-left: auto !important; margin-right: auto !important; margin-top: 40px !important; }[data-css=\"tve-u-15ec24ae116\"] + div { clear: none; }[data-css=\"tve-u-15ec24ae116\"] { float: none; width: 73px; margin-left: auto !important; margin-right: auto !important; margin-top: 40px !important; }[data-css=\"tve-u-15ec249b3f6\"] { line-height: 1.9em !important; }[data-css=\"tve-u-15ec2492191\"] { margin-left: 25px !important; margin-right: 25px !important; margin-top: 25px !important; }#tve_editor [data-css=\"tve-u-15ec2487407\"] { text-transform: uppercase !important; color: rgb(135, 156, 171) !important; font-size: 17px !important; }#tve_editor [data-css=\"tve-u-15ec2481d17\"] { font-size: 20px !important; }[data-css=\"tve-u-15ec2477274\"] + div { clear: none; }[data-css=\"tve-u-15ec2477274\"] { float: none; width: 55px; margin-left: auto !important; margin-right: auto !important; margin-top: 40px !important; }[data-css=\"tve-u-15ec2448fdb\"] { float: none; max-width: 1296px; margin-top: 10px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2443105\"] { line-height: 1.8em !important; }[data-css=\"tve-u-15ebea49c0c\"] { float: none; max-width: 1440px; margin-left: auto !important; margin-right: auto !important; margin-top: 0px !important; }#tve_editor [data-css=\"tve-u-15ebea42b31\"] { color: rgb(24, 45, 60) !important; font-size: 70px !important; }[data-css=\"tve-u-15ebea3a693\"] { max-width: 1434px; }[data-css=\"tve-u-15ebe955aaa\"]::after { clear: both; }#tve_editor [data-css=\"tve-u-15ebe925072\"] { font-family: Montserrat; letter-spacing: 0px; font-weight: 400; font-size: 20px !important; color: rgb(24, 45, 60) !important; }[data-css=\"tve-u-15ebe91a626\"] { display: block; max-width: 423px; margin-left: auto !important; margin-right: auto !important; float: none; }[data-css=\"tve-u-15ebe91a626\"] .tcb-button-link { border-radius: 200px; min-height: 67.1429px; font-size: 1.6em; padding-top: 0px; padding-bottom: 0px; background-color: rgb(255, 255, 255) !important; padding-left: 15px !important; background-image: none !important; border: 1px solid rgb(0, 0, 0); box-shadow: rgba(0, 0, 0, 0.4) 0px 3px 8px 1px; }[data-css=\"tve-u-15ebe916c34\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 733px; }[data-css=\"tve-u-15ebe90cfb0\"] { line-height: 1.1em !important; }[data-css=\"tve-u-15ebe906677\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 669px; margin-left: 50px !important; margin-top: 40px !important; }#tve_editor [data-css=\"tve-u-15ebe905473\"] { font-size: 22px !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15ebe8ee6c0\"]::after { clear: both; }[data-css=\"tve-u-15ebe8edca2\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 722px; padding-left: 0px !important; margin-left: 50px !important; margin-top: 104px !important; }[data-css=\"tve-u-15ebe8abb9e\"] { padding: 0px !important; }[data-css=\"tve-u-15ebe8a4d78\"] { clip-path: url(\"#clip-left-335f47a4c8f92\"); -webkit-clip-path: url(\"#clip-left-335f47a4c8f92\");  }[data-css=\"tve-u-15ebe8a2edd\"] { padding-bottom: 15px !important; padding-top: 15px !important; }[data-css=\"tve-u-15ebe89fb7a\"] { margin-left: -35px !important; }[data-css=\"tve-u-15ebe830a90\"] { clip-path: url(\"#clip-left-bb2526ca261ae\"); -webkit-clip-path: url(\"#clip-left-bb2526ca261ae\");  background-image: linear-gradient(rgb(89, 171, 227), rgb(89, 171, 227)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-15ebe827cb3\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 0px !important; }[data-css=\"tve-u-15ebe80a9a1\"] { min-height: 729px; }[data-css=\"tve-u-15ebe738fb8\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-15ebe738fb8\"] > .tcb-flex-col > .tcb-col { min-height: 729px; }[data-css=\"tve-u-15ebe738fb8\"] { min-height: inherit; margin-left: 0px; padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-15ebe73226c\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/header_image-1.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-15ebe72c974\"] { max-width: 1620px; }[data-css=\"tve-u-15ebe70a25b\"] { width: 142px; margin-top: 20px !important; padding-left: 0px !important; margin-left: 30px !important; }[data-css=\"tve-u-15ebe5d7b44\"] { background-image: linear-gradient(rgb(0, 0, 0), rgb(0, 0, 0)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-15ebe51d596\"] { max-width: 100%; min-height: 100px !important; }#tcb_landing_page h3 { font-family: Montserrat; font-weight: 200; font-size: 20px; color: rgb(24, 45, 60); }#tcb_landing_page h2 { font-family: \"Amatic SC\"; font-weight: 400; font-size: 70px; color: rgb(24, 45, 60); }#tcb_landing_page h1 { font-family: \"Amatic SC\"; font-weight: 400; font-size: 96px; color: rgb(255, 255, 255); }#tcb_landing_page p, #tcb_landing_page li { font-family: Montserrat; font-weight: 200; color: rgb(24, 45, 60); font-size: 18px; line-height: 1.667em; }[data-css=\"tve-u-15e09c94f7d\"] { background-color: rgb(255, 255, 255); }[data-css=\"tve-u-15ec256b908\"] { font-family: \"Amatic SC\" !important; font-weight: 400 !important; }[data-css=\"tve-u-15ec26760e9\"] { font-family: ABeeZee !important; font-weight: 400 !important; }[data-css=\"tve-u-15ec2680494\"] { font-family: \"Amatic SC\" !important; font-weight: 400 !important; }#tve_editor [data-css=\"tve-u-15ec2ab1d6d\"] { letter-spacing: 1px; color: rgb(255, 255, 255) !important; font-size: 20px !important; }#tve_editor [data-css=\"tve-u-15ec2ab1d82\"] { letter-spacing: 1px; color: rgb(255, 255, 255) !important; font-size: 20px !important; }[data-css=\"tve-u-15ec2abe257\"] { float: none; z-index: 3; position: relative; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2ac01df\"] { display: block; max-width: 423px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2ac01df\"] .tcb-button-link { border-radius: 200px; min-height: 67.1429px; font-size: 1.6em; padding-top: 0px; padding-bottom: 0px; background-color: rgb(105, 240, 174) !important; padding-left: 15px !important; }#tve_editor [data-css=\"tve-u-15ec2af6c4b\"] { color: rgb(24, 45, 60) !important; font-size: 70px !important; }[data-css=\"tve-u-15ec2af6c4e\"] { font-family: \"Amatic SC\" !important; font-weight: 400 !important; }[data-css=\"tve-u-15ec3192f72\"] { margin-left: 25px !important; margin-right: 25px !important; margin-top: 25px !important; }[data-css=\"tve-u-15ec31ba260\"] { float: none; max-width: 1296px; margin-top: 10px !important; margin-left: auto !important; margin-right: auto !important; }#tcb_landing_page a:hover:not(.tcb-button-link) { color: rgb(89, 171, 227); }#tcb_landing_page .tve-state-hovera:not(.tcb-button-link) { color: rgb(89, 171, 227); }#tve_editor [data-css=\"tve-u-160266880a0\"] { color: rgb(255, 255, 255) !important; font-family: Montserrat !important; }[data-css=\"tve-u-1602b324ab9\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1602bec144e\"] { width: 36px; float: left; z-index: 3; position: static; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1602befe215\"] { max-width: 386px; position: relative !important; padding-left: 1px !important; margin-top: 0px !important; margin-left: 50px !important; }[data-css=\"tve-u-160309ddca8\"] + div { clear: none; }[data-css=\"tve-u-160309ddca8\"] { float: none; width: 60px; position: absolute; margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-160309f3e5d\"] { max-width: 75%; margin-left: 80px !important; margin-top: 60px !important; margin-bottom: 40px !important; }[data-css=\"tve-u-160309f6c04\"] { max-width: 75%; margin-left: 80px !important; margin-top: 60px !important; margin-bottom: 80px !important; }[data-css=\"tve-u-16030a013d7\"] + div { clear: none; }[data-css=\"tve-u-16030a013d7\"] { float: none; width: 60px; position: absolute; margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-16030a08afd\"] { position: relative !important; margin-left: 100px !important; }[data-css=\"tve-u-16030a09626\"] { position: relative !important; margin-left: 100px !important; }#tcb_landing_page a.tve-state-hover:not(.tcb-button-link) { color: rgb(89, 171, 227); }[data-css=\"tve-u-165b813034a\"] { border-bottom: 1px solid rgb(255, 255, 255); }#tve_editor [data-css=\"tve-u-165b814869f\"] { font-family: Montserrat; letter-spacing: 0px; font-weight: 400; font-size: 18px !important; color: rgb(24, 45, 60) !important; text-transform: capitalize !important; }}@media (max-width: 1023px){[data-css=\"tve-u-1602b332fd9\"] { float: none; max-width: 121px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1602befe215\"] { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1602b37ce9d\"] .tcb-flex-col { flex-basis: 420px !important; }[data-css=\"tve-u-1602bec144e\"] { float: none; z-index: 3; position: relative; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1602be7db66\"] { float: none; z-index: 3; position: relative; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2a38bfd\"] { text-align: left; }[data-css=\"tve-u-15ec27075e1\"] { margin-top: 0px !important; }[data-css=\"tve-u-15ee1237243\"] { margin-top: 52px !important; }[data-css=\"tve-u-15ee121a6d1\"] { margin-left: 33px !important; margin-right: 33px !important; }[data-css=\"tve-u-15ecc95760b\"]::after { clear: both; }[data-css=\"tve-u-15ebe51d596\"] { text-align: left; }[data-css=\"tve-u-15ec2b6e126\"] { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2b54c99\"] { text-align: left; }[data-css=\"tve-u-15ec2b3b468\"] { margin-left: 0px !important; margin-top: 20px !important; }[data-css=\"tve-u-15ec2b37666\"] { margin-top: 0px !important; }[data-css=\"tve-u-15ec2a80647\"] { margin-top: 0px !important; padding-left: 10px !important; padding-right: 10px !important; }[data-css=\"tve-u-15ec2a5540e\"] { max-width: 720px; }[data-css=\"tve-u-15ec2a33d71\"] { width: 395px; float: none; z-index: 3; position: relative; margin: 80px auto 0px !important; }[data-css=\"tve-u-15ec26b9914\"] { max-width: 720px; }[data-css=\"tve-u-15ec253ef3a\"] { padding: 25px 10px !important; }[data-css=\"tve-u-15ebea3a693\"] { max-width: 720px; }[data-css=\"tve-u-15ec30a8a14\"]::after { clear: both; }[data-css=\"tve-u-15ebe916c34\"] { max-width: 376px; }[data-css=\"tve-u-15ebe8a2edd\"] > .tcb-flex-col > .tcb-col { justify-content: center; min-height: 91px; }[data-css=\"tve-u-15ebe70a25b\"] { float: right; z-index: 3; position: relative; margin: 0px auto !important; }[data-css=\"tve-u-15ec3055cca\"] { text-align: center; margin-top: 0px !important; }[data-css=\"tve-u-15ebe8a2edd\"] { min-height: inherit; float: none; max-width: 100%; padding-top: 0px !important; padding-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec30518d3\"] { text-align: center; margin-left: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-15ebe830a90\"] { clip-path: url(\"#clip-tablet-left-bb2526ca261ae\"); -webkit-clip-path: url(\"#clip-tablet-left-bb2526ca261ae\");  }[data-css=\"tve-u-15ebe91a626\"] { margin-left: 30px !important; }[data-css=\"tve-u-15ebe906677\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 336px; margin-left: 30px !important; }[data-css=\"tve-u-15ebe8edca2\"] { margin-left: 30px !important; }[data-css=\"tve-u-15ebe89fb7a\"] { margin-left: -35px !important; }[data-css=\"tve-u-15ebe827cb3\"] { max-width: 100%; }#tve_editor [data-css=\"tve-u-15ebe90cfb0\"] { font-size: 84px !important; }}@media (max-width: 767px){[data-css=\"tve-u-160309b344b\"] { margin-left: 10px !important; margin-top: 30px !important; margin-right: 10px !important; }[data-css=\"tve-u-16030a013d7\"] { position: static; }[data-css=\"tve-u-16030a09626\"] { margin-left: 10px !important; margin-top: 30px !important; margin-right: 10px !important; }[data-css=\"tve-u-160309ddca8\"] { position: static; }[data-css=\"tve-u-16030a08afd\"] { margin-left: 10px !important; margin-right: 10px !important; margin-top: 30px !important; }[data-css=\"tve-u-160309b00b4\"] { position: static; }[data-css=\"tve-u-16030975307\"] { max-width: 100%; margin-left: 10px !important; margin-right: 10px !important; }[data-css=\"tve-u-160309f6c04\"] { max-width: 100%; margin-left: 10px !important; margin-right: 10px !important; }[data-css=\"tve-u-160309f3e5d\"] { max-width: 100%; margin-left: 10px !important; margin-right: 10px !important; }[data-css=\"tve-u-15ec2a38bfd\"]::after { clear: both; }[data-css=\"tve-u-1602bff3cd5\"]::after { clear: both; }[data-css=\"tve-u-1602bfea280\"] { margin-top: 0px !important; margin-bottom: 20px !important; }[data-css=\"tve-u-15ec2b6e126\"] { float: left; z-index: 3; position: relative; margin-left: 24px !important; }[data-css=\"tve-u-1602bf25f10\"]::after { clear: both; }[data-css=\"tve-u-1602b332fd9\"] { max-width: 257px; float: left; z-index: 3; position: relative; width: 100%; margin-top: 20px !important; margin-left: 20px !important; }[data-css=\"tve-u-15ec253ef3a\"] { padding-top: 30px !important; padding-bottom: 30px !important; }[data-css=\"tve-u-15ee1237243\"] { margin-top: 25px !important; }[data-css=\"tve-u-15ee1232726\"] { margin-top: 25px !important; }[data-css=\"tve-u-15ebe70a25b\"] { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2ae8715\"] { margin-left: -15px; }[data-css=\"tve-u-15ec2ae8715\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-15ec2b33f06\"] { margin-right: 0px !important; }[data-css=\"tve-u-15ec26fee25\"] > .tcb-flex-col > .tcb-col { min-height: 387px; }[data-css=\"tve-u-15ec26fee25\"] { margin-left: 0px; min-height: inherit; }[data-css=\"tve-u-15ec26fee25\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-15ec2a33d71\"] { position: static; margin-bottom: 0px !important; }[data-css=\"tve-u-15ec31ba260\"] { padding-left: 3px !important; padding-right: 3px !important; }[data-css=\"tve-u-15ec253a41f\"] > .tcb-flex-col > .tcb-col { min-height: 27px; }[data-css=\"tve-u-15ec253a41f\"] { margin-left: 0px; min-height: inherit; }[data-css=\"tve-u-15ec253a41f\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-15ec254985a\"] { margin-top: 0px !important; }[data-css=\"tve-u-15ec24f494c\"] { margin-top: 30px !important; }[data-css=\"tve-u-15ec256e611\"] { margin-top: 0px !important; }[data-css=\"tve-u-15ec3192f72\"] { margin-bottom: 32px !important; }[data-css=\"tve-u-15ec318421d\"] { margin-bottom: 34px !important; margin-top: -105px !important; }[data-css=\"tve-u-15ebe738fb8\"] > .tcb-flex-col > .tcb-col { min-height: 554px; }[data-css=\"tve-u-15ebe738fb8\"] { min-height: inherit; padding-bottom: 0px !important; }[data-css=\"tve-u-15ec3017516\"] { margin-top: 0px !important; padding-left: 5px !important; padding-right: 5px !important; }[data-css=\"tve-u-15ebe89fb7a\"] { margin-left: -20px !important; }[data-css=\"tve-u-15ec3055cca\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-15ebe916c34\"] { margin-bottom: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-15ec3152b02\"] { min-height: 226px; }[data-css=\"tve-u-15ebe80a9a1\"] { min-height: 554px; }[data-css=\"tve-u-15ebe91a626\"] { margin-left: 28px !important; margin-right: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-15ebe906677\"] { margin-left: 30px !important; }[data-css=\"tve-u-15ebe8edca2\"] { margin-left: 30px !important; margin-top: 45px !important; }[data-css=\"tve-u-15ebe827cb3\"] { max-width: 100%; }[data-css=\"tve-u-15ec313e743\"] { margin-left: 10px !important; margin-right: 10px !important; }[data-css=\"tve-u-1602befe215\"] { max-width: 257px; float: left; z-index: 3; position: relative; width: 100%; margin-top: 20px !important; margin-left: 20px !important; }}'),(2817,279,'tve_revision_tve_user_custom_css','.thrv_text_element p {margin:0;}\n.thrv_heading h1,h2,h3 {margin:0;}'),(2818,279,'tve_revision_tve_page_events','a:0:{}'),(2819,279,'tve_revision_tve_globals','a:4:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";s:11:\"extra_icons\";a:1:{i:0;a:3:{s:11:\"font-family\";s:25:\"tve-ff-6797-59f9979fd5998\";s:3:\"css\";s:87:\"http://lp-build.thrivethemes.com/wp-content/uploads/tve-ff-6797-59f9979fd5998/style.css\";s:6:\"folder\";s:92:\"/home/thrivedevbitston/public_html/landingpages/wp-content/uploads/tve-ff-6797-59f9979fd5998\";}}s:6:\"lb_map\";a:1:{i:6808;s:3:\"265\";}s:8:\"font_cls\";a:0:{}}'),(2820,279,'tve_revision_tve_global_scripts',''),(2821,279,'tve_revision_thrive_icon_pack','0'),(2822,279,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(2823,279,'tve_revision_tve_has_masonry','0'),(2824,279,'tve_revision_tve_has_typefocus','0'),(2825,279,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-165b813034a\" wfd-id=\"267\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ebe5d7b44\" wfd-id=\"289\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ebe51d596\" wfd-id=\"268\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15ec3055cca\" wfd-id=\"269\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2\" data-css=\"tve-u-15ebe8a2edd\" wfd-id=\"270\"><div class=\"tcb-flex-col\" wfd-id=\"283\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec30518d3\" wfd-id=\"285\"><div class=\"tcb-clear\" data-css=\"tve-u-15ecc95760b\" wfd-id=\"286\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ebe70a25b\" wfd-id=\"287\"><span class=\"tve_image_frame\" wfd-id=\"288\"><img class=\"tve_image wp-image-25564\" alt=\"\" width=\"142\" height=\"44\" title=\"logo_pawcity\" data-id=\"25564\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/logo_pawcity.png\"></span></div></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"271\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec313e743\" data-tcb_hover_state_parent=\"\" wfd-id=\"273\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone tcb-tablet-hidden tcb-mobile-hidden\" style=\"\" wfd-id=\"274\"><p data-css=\"tve-u-15f002fa8f6\"><span data-css=\"tve-u-15f0034f748\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"282\"><a href=\"#whatwedo\">What We Do</a></span>&nbsp; &nbsp; <span data-css=\"tve-u-15f003606db\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"281\"><a href=\"#testimonials\">Testimonials</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f003655f8\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"280\"><a href=\"#aboutus\">About Us</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f00369f5e\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"279\"><a href=\"#getyourcoupon\">Get Your Coupon</a></span>&nbsp; &nbsp; <span data-css=\"tve-u-15f0064f814\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"278\"><a href=\"#areaweserve\">Area We Serve</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f003784ab\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"277\"><a href=\"#contact\">Contact</a></span></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ebe8abb9e\" wfd-id=\"236\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ebe8a4d78\" data-clip-id=\"335f47a4c8f92\" wfd-id=\"266\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-left-335f47a4c8f92\" class=\"decoration-clip clip-path-left\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" pointer-width=\"6\" pointer-height=\"2.5\" style=\"curves\" decoration-type=\"none\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon><ellipse cx=\"0.025\" cy=\"0.029412\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.08823600000000001\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.14706\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.205884\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.264708\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.323532\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.38235600000000003\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.44118\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.500004\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.558828\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.617652\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.676476\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.7353000000000001\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.794124\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.852948\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.911772\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.970596\" rx=\"0.025\" ry=\"0.029412\"></ellipse></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ebe72c974\" wfd-id=\"237\"><div class=\"thrv_wrapper thrv-columns tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec318421d\" wfd-id=\"238\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-15ebe738fb8\" wfd-id=\"239\"><div class=\"tcb-flex-col\" wfd-id=\"263\"><div class=\"tcb-col\" data-css=\"tve-u-15ebe73226c\" wfd-id=\"265\"></div></div><div class=\"tcb-flex-col\" wfd-id=\"240\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ebe89fb7a\" wfd-id=\"242\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ebe827cb3\" wfd-id=\"243\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15ebe830a90\" data-clip-id=\"bb2526ca261ae\" wfd-id=\"262\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-left-bb2526ca261ae\" class=\"decoration-clip clip-path-left\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"divider\" pointer-width=\"5.7\" pointer-height=\"2.5\" style=\"curves\" slanted-angle=\"5\"><polygon points=\"0.025 0, 0.025 1, 1 1, 1 0\"></polygon><ellipse cx=\"0.025\" cy=\"0.027778\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.083334\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.13889\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.194446\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.250002\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.305558\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.361114\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.41667\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.47222600000000003\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.527782\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.583338\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.638894\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.69445\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.7500060000000001\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.805562\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.861118\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.916674\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.97223\" rx=\"0.025\" ry=\"0.027778\"></ellipse></clipPath><clipPath id=\"clip-tablet-left-bb2526ca261ae\" class=\"decoration-clip clip-path-tablet-left\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"divider\" pointer-width=\"5.7\" pointer-height=\"4\" style=\"curves\" slanted-angle=\"5\"><polygon points=\"0.04 0, 0.04 1, 1 1, 1 0\"></polygon><ellipse cx=\"0.04\" cy=\"0.027778\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.083334\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.13889\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.194446\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.250002\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.305558\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.361114\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.41667\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.47222600000000003\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.527782\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.583338\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.638894\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.69445\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.7500060000000001\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.805562\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.861118\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.916674\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.97223\" rx=\"0.04\" ry=\"0.027778\"></ellipse></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ebe80a9a1\" wfd-id=\"244\"><div class=\"tcb-clear\" data-css=\"tve-u-15ebe8ee6c0\" wfd-id=\"258\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15ebe8edca2\" data-tag=\"h1\" wfd-id=\"259\"><h1 data-css=\"tve-u-15ebe90cfb0\">Happy dogs =<br>â€‹â€‹â€‹â€‹â€‹happâ€‹â€‹â€‹â€‹y owners</h1></div></div><div class=\"tcb-clear\" data-css=\"tve-u-15ec30a8a14\" wfd-id=\"254\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ebe906677\" wfd-id=\"255\"><p data-css=\"tve-u-15ebe905473\">Offer your dog a premium walking experience</p></div></div><div class=\"tcb-clear\" data-css=\"tve-u-15ebe955aaa\" wfd-id=\"245\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ebe916c34\" wfd-id=\"246\">\n<div class=\"tve-content-box-background\" wfd-id=\"253\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ec3152b02\" wfd-id=\"247\"><div class=\"thrv_wrapper thrv-button tve_ea_thrive_lightbox\" data-css=\"tve-u-15ebe91a626\" data-tcb_hover_state_parent=\"false\" data-button-style=\"full_rounded\" wfd-id=\"248\">\n<a href=\"#\" class=\"tcb-button-link tve_evt_manager_listen tve_et_click\" data-tcb-events=\"__TCB_EVENT_[{&quot;config&quot;:{&quot;l_anim&quot;:&quot;zoom_in&quot;,&quot;l_id&quot;:265},&quot;a&quot;:&quot;thrive_lightbox&quot;,&quot;t&quot;:&quot;click&quot;}]_TNEVE_BCT__\">\n<span class=\"tcb-button-texts\" wfd-id=\"249\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-165b814869f\" wfd-id=\"250\">Get 10% OFF Your First Cerakote Project</span></span>\n</a>\n</div></div>\n</div></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec3017516\" wfd-id=\"227\">\n<div class=\"tve-page-section-out\" wfd-id=\"235\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ebea3a693\" wfd-id=\"228\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15ebea49c0c\" id=\"whatwedo\" data-tag=\"h1\" wfd-id=\"232\"><h1 data-css=\"tve-u-15ebea42b31\" style=\"text-align: center;\">What We Do</h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2448fdb\" wfd-id=\"229\"><p data-css=\"tve-u-15ec2443105\" style=\"text-align: center;\">Our goal is to make sure the owners are comforted, the pups are exercised and happy and that we are getting our own puppy fixes. But letâ€™s be honest- itâ€™s their world, weâ€™re just living in it! As a small team of experienced dog owners and lovers, we really get to know you and your dog and we canguarantee consistent and personal care that is equal to your love and attention. We are so excited to make you a part of the family!</p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" wfd-id=\"194\">\n<div class=\"tve-page-section-out\" wfd-id=\"226\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ee1211b9b\" wfd-id=\"195\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15ee121a6d1\" wfd-id=\"196\"><div class=\"tcb-flex-row tcb--cols--3 tcb-medium-wrap\" data-css=\"tve-u-15ee121fb1c\" wfd-id=\"197\"><div class=\"tcb-flex-col\" wfd-id=\"216\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ee1225fdf\" wfd-id=\"218\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec2477274\" wfd-id=\"224\"><span class=\"tve_image_frame\" wfd-id=\"225\"><img class=\"tve_image wp-image-1596\" alt=\"\" width=\"55\" height=\"73\" title=\"what_do_icon_01\" data-id=\"1596\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_01.png\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"223\"><p data-css=\"tve-u-15ec2481d17\"><strong>First Class Care</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"222\"><p data-css=\"tve-u-15ec2487407\">all the best for them</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2492191\" wfd-id=\"219\"><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"206\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ee1232726\" wfd-id=\"208\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec24ae116\" wfd-id=\"214\"><span class=\"tve_image_frame\" wfd-id=\"215\"><img class=\"tve_image wp-image-1597\" alt=\"\" width=\"73\" height=\"73\" title=\"what_do_icon_02\" data-id=\"1597\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_02.png\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"213\"><p data-css=\"tve-u-15ec2481d17\"><strong>Snacks Included</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"212\"><p data-css=\"tve-u-15ec2487407\">for your little one</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec3192f72\" wfd-id=\"209\"><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"198\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ee1237243\" wfd-id=\"200\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec24d5e15\" wfd-id=\"204\"><span class=\"tve_image_frame\" wfd-id=\"205\"><img class=\"tve_image wp-image-1598\" alt=\"\" width=\"65\" height=\"73\" title=\"what_do_icon_03\" data-id=\"1598\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_03.png\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"203\"><p data-css=\"tve-u-15ec2481d17\"><strong>Regularly walks</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"202\"><p data-css=\"tve-u-15ec2487407\">to keep them ealthy</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2492191\" wfd-id=\"201\"><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris.</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-15ec24f494c\" id=\"testimonials\" style=\"\" wfd-id=\"168\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ec24f97c0\" wfd-id=\"193\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec24f790d\" wfd-id=\"169\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15ec254985a\" style=\"\" wfd-id=\"170\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-15ec253a41f\" wfd-id=\"171\"><div class=\"tcb-flex-col\" wfd-id=\"175\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec253ef3a\" style=\"\" wfd-id=\"177\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec256e611\" style=\"\" wfd-id=\"184\"><p data-css=\"tve-u-15ec25610c7\"><span data-css=\"tve-u-15ec268a0a3\" style=\"font-size: 45px; color: rgb(89, 171, 227);\" wfd-id=\"191\"><span data-css=\"tve-u-15ec26760e9\" style=\"font-family: ABeeZee;\" wfd-id=\"192\">â€</span></span><span data-css=\"tve-u-15ec256b908\" style=\"font-family: &quot;Amatic SC&quot;;\" wfd-id=\"190\">&nbsp; &nbsp; &nbsp;</span><span data-css=\"tve-u-15ec2680494\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"188\"><span data-css=\"tve-u-15ec269379d\" style=\"font-size: 45px;\" wfd-id=\"189\">my chester enjoys being with them!</span> &nbsp; &nbsp;&nbsp;</span><span data-css=\"tve-u-15ec255fe12\" style=\"font-family: ABeeZee; font-weight: 400; color: rgb(89, 171, 227); font-size: 45px;\" wfd-id=\"187\">â€</span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2698d8d\" wfd-id=\"181\"><p data-css=\"tve-u-160266880a0\">We LOVE going for walks with our friends at Paw! Donâ€™t tell our mom &amp; dad,but we get really excited when they leave for work because we know it wonâ€™t be long before we get a visit from one of our favorite friends at PawCity! Best part is, they always let our parents know how ourwalk went right away so they dont have to worry about us!</p><p data-css=\"tve-u-15ec269736c\">We love you PawCity!! xoxo</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec26ab7b0\" style=\"\" wfd-id=\"178\"><p data-css=\"tve-u-15ec26a92a2\"><strong>Anna Olson</strong>, Chesterâ€™s Mom</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"172\"><div class=\"tcb-col\" wfd-id=\"174\"></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec26c390a\" id=\"aboutus\" wfd-id=\"159\">\n<div class=\"tve-page-section-out\" wfd-id=\"167\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec26b9914\" wfd-id=\"160\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15ee1037a1d\" data-tag=\"h1\" wfd-id=\"164\"><h1 data-css=\"tve-u-15ec26bd2e8\">About us</h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec31ba260\" wfd-id=\"161\"><p data-css=\"tve-u-15ec2443105\" style=\"text-align: center;\">At PawCity, we lead lives full of the unconditional love and happiness we receive from the furballs we get to spend time with everyday and we have this beautiful city and all the beautiful people in it to thank. We love you and your pups!!</p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec26ec232\" wfd-id=\"124\">\n<div class=\"tve-page-section-out\" wfd-id=\"158\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec26e5812\" wfd-id=\"125\"><div class=\"thrv_wrapper thrv-columns tcb-window-width\" style=\"width: 1603px; left: -1px;\" data-css=\"tve-u-15ee106257d\" wfd-id=\"126\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2\" data-css=\"tve-u-15ec26fee25\" wfd-id=\"127\"><div class=\"tcb-flex-col c-33\" wfd-id=\"153\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec2a38bfd\" wfd-id=\"155\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec2a33d71\" wfd-id=\"156\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"157\"><img class=\"tve_image wp-image-7399\" alt=\"\" width=\"830\" height=\"775\" title=\"about_us_dog\" data-id=\"7399\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/about_us_dog.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col c-66\" wfd-id=\"128\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec27075e1\" wfd-id=\"130\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160309f3e5d\" wfd-id=\"145\">\n<div class=\"tve-content-box-background\" wfd-id=\"152\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160309b397d\" wfd-id=\"146\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-160309b00b4\" data-float=\"1\" wfd-id=\"150\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"151\"><img class=\"tve_image wp-image-7404\" alt=\"\" width=\"64\" height=\"64\" title=\"dog_paw\" data-id=\"7404\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/dog_paw.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16030a08afd\" wfd-id=\"147\"><p>We moved to New York City with our black bulldog rescue, Blakely, in 2007 after graduating from the University of Maryland. Immediately, we realized what a dog-crazy place it was.</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160309f6c04\" wfd-id=\"137\">\n<div class=\"tve-content-box-background\" wfd-id=\"144\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160309b397d\" wfd-id=\"138\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-160309ddca8\" data-float=\"1\" wfd-id=\"142\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"143\"><img class=\"tve_image wp-image-7403\" alt=\"\" width=\"64\" height=\"64\" title=\"dog_house\" data-id=\"7403\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/dog_house.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16030a09626\" wfd-id=\"139\"><p>We knew right away that we wanted to work with the animals that we loved and that had given us so much love since we were little girls. We started PawCity Dog Walking in July of 2010.</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16030975307\" wfd-id=\"131\">\n<div class=\"tve-content-box-background\" wfd-id=\"136\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160309b397d\" wfd-id=\"132\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16030a013d7\" data-float=\"1\" wfd-id=\"134\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"135\"><img class=\"tve_image wp-image-7405\" alt=\"\" width=\"64\" height=\"64\" title=\"spinning_wheel\" data-id=\"7405\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/spinning_wheel.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160309b344b\" wfd-id=\"133\"><p>We cover the entire width of the East Side, from 96th Street to Delancey and handle every type of personality imaginable. At PawCity, we lead lives full of the unconditional love and happiness we receive from the furballs we get to spend time with everyday.</p></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" data-css=\"tve-u-15ec2a56438\" style=\"width: 1603px; left: 0px;\" id=\"getyourcoupon\" wfd-id=\"104\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ec2a5bb35\" wfd-id=\"123\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec2a5540e\" wfd-id=\"105\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ec2a80647\" wfd-id=\"106\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15ec2a9b8a9\" wfd-id=\"122\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ec2a81a9f\" wfd-id=\"107\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2a6f589\" wfd-id=\"118\"><p data-css=\"tve-u-15ec2a6b447\"><span data-css=\"tve-u-15ec2a6d9d8\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"121\"><strong>Get Your Coupon</strong></span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2aaa9a4\" wfd-id=\"114\"><p data-css=\"tve-u-15ec2ab1d6d\">We strive to keep both you and your pup as happy and comfortable as possible while youâ€™re out earning those big bucks.</p><p data-css=\"tve-u-15ec2ab1d82\"><br></p><p data-css=\"tve-u-15ec2aa8e2e\"><strong>Get <span data-css=\"tve-u-15ec2aafa24\" style=\"color: rgb(89, 171, 227);\" wfd-id=\"117\">20%</span> off your first walk. Enter your email and we\'ll send you your coupon.</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ec2abe257\" wfd-id=\"108\">\n<div class=\"tve-content-box-background\" wfd-id=\"113\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ec2acb421\" wfd-id=\"109\"><div class=\"thrv_wrapper thrv-button tve_ea_thrive_lightbox\" data-css=\"tve-u-15ec2ac01df\" data-tcb_hover_state_parent=\"false\" data-button-style=\"full_rounded\" wfd-id=\"110\">\n<a href=\"#\" class=\"tcb-button-link tve_evt_manager_listen tve_et_click\" data-tcb-events=\"__TCB_EVENT_[{&quot;config&quot;:{&quot;l_anim&quot;:&quot;zoom_in&quot;,&quot;l_id&quot;:&quot;265&quot;},&quot;a&quot;:&quot;thrive_lightbox&quot;,&quot;t&quot;:&quot;click&quot;}]_TNEVE_BCT__\">\n<span class=\"tcb-button-texts\" wfd-id=\"111\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-15ebe925072\" wfd-id=\"112\">Get Your Coupon Now</span></span>\n</a>\n</div></div>\n</div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-15ec2b0a32a\" id=\"areaweserve\" wfd-id=\"84\">\n<div class=\"tve-page-section-out\" wfd-id=\"103\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15f76fcb7df\" wfd-id=\"85\"><div class=\"thrv_wrapper thrv-columns\" style=\"\" data-css=\"tve-u-15ee103f44a\" wfd-id=\"86\"><div class=\"tcb-flex-row tcb--cols--2 tcb-medium-wrap\" data-css=\"tve-u-15ec2ae8715\" wfd-id=\"87\"><div class=\"tcb-flex-col c-33\" wfd-id=\"92\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec2b37666\" wfd-id=\"94\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"99\"><p data-css=\"tve-u-15ec2af6c4b\"><span data-css=\"tve-u-15ec2af6c4e\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"102\">area we serve</span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"95\"><p>As a small team of experienced dog owners and lovers, we really get to know you and your dog and we canguarantee consistent and personal care that is equal to your love and attention.</p><p><br></p><p><strong><span data-css=\"tve-u-15ec2afed17\" style=\"color: rgb(89, 171, 227);\" wfd-id=\"98\">We are so excited to make you a part of the family!</span></strong></p></div></div></div><div class=\"tcb-flex-col c-66\" wfd-id=\"88\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec2b33f06\" wfd-id=\"90\"><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-15ec2b3b468\" wfd-id=\"91\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=blakely, united states&amp;t=m&amp;z=11&amp;output=embed&amp;iwloc=near\"></iframe>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" data-css=\"tve-u-15ec2b5d54c\" style=\"width: 1603px; left: 0px;\" id=\"contact\" wfd-id=\"42\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ec2b56fac\" wfd-id=\"83\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec2b54c99\" wfd-id=\"43\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1602b31dfcd\" wfd-id=\"44\"><div class=\"tcb-flex-row tcb-resized tcb-medium-wrap tcb--cols--3\" data-css=\"tve-u-1602b37ce9d\" wfd-id=\"45\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1602be453ec\" style=\"\" wfd-id=\"77\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"79\"><div class=\"tcb-clear\" data-css=\"tve-u-1602bff3cd5\" wfd-id=\"80\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec2b6e126\" wfd-id=\"81\"><span class=\"tve_image_frame\" wfd-id=\"82\"><img class=\"tve_image wp-image-25564\" alt=\"\" width=\"142\" height=\"44\" title=\"logo_pawcity\" data-id=\"25564\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/logo_pawcity.png\"></span></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1602be45437\" style=\"\" wfd-id=\"61\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1602be56dfc\" wfd-id=\"63\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1602bfebaf9\" wfd-id=\"64\">\n<div class=\"tve-content-box-background\" wfd-id=\"76\"></div>\n<div class=\"tve-cb\" wfd-id=\"65\"><div class=\"tcb-clear\" data-css=\"tve-u-1602bf36e2c\" wfd-id=\"73\"><div class=\"thrv_wrapper tve_image_caption tcb-mobile-hidden\" data-css=\"tve-u-1602be7db66\" data-float=\"1\" wfd-id=\"74\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"75\"><img class=\"tve_image wp-image-7369\" alt=\"\" width=\"64\" height=\"64\" title=\"location\" data-id=\"7369\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/location.png\" style=\"width: 100%;\"></span></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1602bf25f10\" wfd-id=\"66\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1602befe215\" wfd-id=\"67\"><p data-css=\"tve-u-1602bfa220e\"><strong><span data-css=\"tve-u-1602b324a9b\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"72\">67 E. 3rd Street</span></strong><span data-css=\"tve-u-1602b324a9c\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"71\"> </span><span data-css=\"tve-u-1602b324ab9\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"70\">Suite B New York, NY 10003</span></p></div></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1602be4545b\" style=\"\" wfd-id=\"46\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"48\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1602bfea280\" wfd-id=\"49\">\n<div class=\"tve-content-box-background\" wfd-id=\"60\"></div>\n<div class=\"tve-cb\" wfd-id=\"50\"><div class=\"tcb-clear\" data-css=\"tve-u-1602bfc4bea\" wfd-id=\"57\"><div class=\"thrv_wrapper tve_image_caption tcb-mobile-hidden\" data-css=\"tve-u-1602bec144e\" data-float=\"1\" wfd-id=\"58\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"59\"><img class=\"tve_image wp-image-7370\" alt=\"\" width=\"64\" height=\"64\" title=\"phone\" data-id=\"7370\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/phone.png\" style=\"width: 100%;\"></span></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1602bfc74c3\" wfd-id=\"51\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1602b332fd9\" data-float=\"1\" wfd-id=\"52\"><p><a href=\"tel:9548481911\" target=\"_blank\"><strong><span data-css=\"tve-u-1602b324a9b\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"56\">954-848-1911</span></strong></a><br></p></div></div></div>\n</div></div></div></div></div></div>\n</div>'),(2826,279,'tve_revision_tve_has_wistia_popover','0'),(2827,280,'tve_revision_tve_landing_page','tcb2-one-page-site-dog-walking'),(2828,280,'tve_revision_tve_disable_theme_dependency',''),(2829,280,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-165b813034a\" wfd-id=\"268\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ebe5d7b44\" wfd-id=\"290\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ebe51d596\" wfd-id=\"269\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15ec3055cca\" wfd-id=\"270\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2\" data-css=\"tve-u-15ebe8a2edd\" wfd-id=\"271\"><div class=\"tcb-flex-col\" wfd-id=\"284\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec30518d3\" wfd-id=\"286\"><div class=\"tcb-clear\" data-css=\"tve-u-15ecc95760b\" wfd-id=\"287\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ebe70a25b\" wfd-id=\"288\"><span class=\"tve_image_frame\" wfd-id=\"289\"><img class=\"tve_image wp-image-25564\" alt=\"\" width=\"142\" height=\"44\" title=\"logo_pawcity\" data-id=\"25564\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/logo_pawcity.png\"></span></div></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"272\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec313e743\" data-tcb_hover_state_parent=\"\" wfd-id=\"274\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone tcb-tablet-hidden tcb-mobile-hidden\" style=\"\" wfd-id=\"275\"><p data-css=\"tve-u-15f002fa8f6\"><span data-css=\"tve-u-15f0034f748\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"283\"><a href=\"#whatwedo\">What We Do</a></span>&nbsp; &nbsp; <span data-css=\"tve-u-15f003606db\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"282\"><a href=\"#testimonials\">Testimonials</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f003655f8\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"281\"><a href=\"#aboutus\">About Us</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f00369f5e\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"280\"><a href=\"#getyourcoupon\">Get Your Coupon</a></span>&nbsp; &nbsp; <span data-css=\"tve-u-15f0064f814\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"279\"><a href=\"#areaweserve\">Area We Serve</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f003784ab\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"278\"><a href=\"#contact\">Contact</a></span></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ebe8abb9e\" wfd-id=\"237\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ebe8a4d78\" data-clip-id=\"335f47a4c8f92\" wfd-id=\"267\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-left-335f47a4c8f92\" class=\"decoration-clip clip-path-left\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" pointer-width=\"6\" pointer-height=\"2.5\" style=\"curves\" decoration-type=\"none\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon><ellipse cx=\"0.025\" cy=\"0.029412\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.08823600000000001\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.14706\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.205884\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.264708\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.323532\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.38235600000000003\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.44118\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.500004\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.558828\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.617652\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.676476\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.7353000000000001\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.794124\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.852948\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.911772\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.970596\" rx=\"0.025\" ry=\"0.029412\"></ellipse></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ebe72c974\" wfd-id=\"238\"><div class=\"thrv_wrapper thrv-columns tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec318421d\" wfd-id=\"239\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-15ebe738fb8\" wfd-id=\"240\"><div class=\"tcb-flex-col\" wfd-id=\"264\"><div class=\"tcb-col\" data-css=\"tve-u-15ebe73226c\" wfd-id=\"266\"></div></div><div class=\"tcb-flex-col\" wfd-id=\"241\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ebe89fb7a\" wfd-id=\"243\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ebe827cb3\" wfd-id=\"244\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15ebe830a90\" data-clip-id=\"bb2526ca261ae\" wfd-id=\"263\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-left-bb2526ca261ae\" class=\"decoration-clip clip-path-left\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"divider\" pointer-width=\"5.7\" pointer-height=\"2.5\" style=\"curves\" slanted-angle=\"5\"><polygon points=\"0.025 0, 0.025 1, 1 1, 1 0\"></polygon><ellipse cx=\"0.025\" cy=\"0.027778\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.083334\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.13889\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.194446\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.250002\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.305558\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.361114\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.41667\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.47222600000000003\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.527782\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.583338\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.638894\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.69445\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.7500060000000001\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.805562\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.861118\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.916674\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.97223\" rx=\"0.025\" ry=\"0.027778\"></ellipse></clipPath><clipPath id=\"clip-tablet-left-bb2526ca261ae\" class=\"decoration-clip clip-path-tablet-left\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"divider\" pointer-width=\"5.7\" pointer-height=\"4\" style=\"curves\" slanted-angle=\"5\"><polygon points=\"0.04 0, 0.04 1, 1 1, 1 0\"></polygon><ellipse cx=\"0.04\" cy=\"0.027778\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.083334\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.13889\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.194446\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.250002\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.305558\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.361114\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.41667\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.47222600000000003\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.527782\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.583338\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.638894\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.69445\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.7500060000000001\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.805562\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.861118\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.916674\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.97223\" rx=\"0.04\" ry=\"0.027778\"></ellipse></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ebe80a9a1\" wfd-id=\"245\"><div class=\"tcb-clear\" data-css=\"tve-u-15ebe8ee6c0\" wfd-id=\"259\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15ebe8edca2\" data-tag=\"h1\" wfd-id=\"260\"><h1 data-css=\"tve-u-15ebe90cfb0\">Happy dogs =<br>â€‹â€‹â€‹â€‹â€‹happâ€‹â€‹â€‹â€‹y owners</h1></div></div><div class=\"tcb-clear\" data-css=\"tve-u-15ec30a8a14\" wfd-id=\"255\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ebe906677\" wfd-id=\"256\"><p data-css=\"tve-u-15ebe905473\">Offer your dog a premium walking experience</p></div></div><div class=\"tcb-clear\" data-css=\"tve-u-15ebe955aaa\" wfd-id=\"246\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ebe916c34\" wfd-id=\"247\">\n<div class=\"tve-content-box-background\" wfd-id=\"254\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ec3152b02\" wfd-id=\"248\"><div class=\"thrv_wrapper thrv-button tve_ea_thrive_lightbox\" data-css=\"tve-u-15ebe91a626\" data-tcb_hover_state_parent=\"false\" data-button-style=\"full_rounded\" wfd-id=\"249\">\n<a href=\"#\" class=\"tcb-button-link tve_evt_manager_listen tve_et_click\" data-tcb-events=\"__TCB_EVENT_[{&quot;config&quot;:{&quot;l_anim&quot;:&quot;zoom_in&quot;,&quot;l_id&quot;:265},&quot;a&quot;:&quot;thrive_lightbox&quot;,&quot;t&quot;:&quot;click&quot;}]_TNEVE_BCT__\">\n<span class=\"tcb-button-texts\" wfd-id=\"250\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-165b814869f\" wfd-id=\"251\">Get 10% OFF Your First Cerakote Project</span></span>\n</a>\n</div></div>\n</div></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec3017516\" wfd-id=\"228\">\n<div class=\"tve-page-section-out\" wfd-id=\"236\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ebea3a693\" wfd-id=\"229\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15ebea49c0c\" id=\"whatwedo\" data-tag=\"h1\" wfd-id=\"233\"><h1 data-css=\"tve-u-15ebea42b31\" style=\"text-align: center;\">What We Do</h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2448fdb\" wfd-id=\"230\"><p data-css=\"tve-u-15ec2443105\" style=\"text-align: center;\">Our goal is to make sure the owners are comforted, the pups are exercised and happy and that we are getting our own puppy fixes. But letâ€™s be honest- itâ€™s their world, weâ€™re just living in it! As a small team of experienced dog owners and lovers, we really get to know you and your dog and we canguarantee consistent and personal care that is equal to your love and attention. We are so excited to make you a part of the family!</p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" wfd-id=\"195\">\n<div class=\"tve-page-section-out\" wfd-id=\"227\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ee1211b9b\" wfd-id=\"196\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15ee121a6d1\" wfd-id=\"197\"><div class=\"tcb-flex-row tcb--cols--3 tcb-medium-wrap\" data-css=\"tve-u-15ee121fb1c\" wfd-id=\"198\"><div class=\"tcb-flex-col\" wfd-id=\"217\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ee1225fdf\" wfd-id=\"219\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec2477274\" wfd-id=\"225\"><span class=\"tve_image_frame\" wfd-id=\"226\"><img class=\"tve_image wp-image-1596\" alt=\"\" width=\"55\" height=\"73\" title=\"what_do_icon_01\" data-id=\"1596\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_01.png\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"224\"><p data-css=\"tve-u-15ec2481d17\"><strong>First Class Care</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"223\"><p data-css=\"tve-u-15ec2487407\">all the best for them</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2492191\" wfd-id=\"220\"><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"207\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ee1232726\" wfd-id=\"209\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec24ae116\" wfd-id=\"215\"><span class=\"tve_image_frame\" wfd-id=\"216\"><img class=\"tve_image wp-image-1597\" alt=\"\" width=\"73\" height=\"73\" title=\"what_do_icon_02\" data-id=\"1597\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_02.png\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"214\"><p data-css=\"tve-u-15ec2481d17\"><strong>Snacks Included</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"213\"><p data-css=\"tve-u-15ec2487407\">for your little one</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec3192f72\" wfd-id=\"210\"><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"199\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ee1237243\" wfd-id=\"201\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec24d5e15\" wfd-id=\"205\"><span class=\"tve_image_frame\" wfd-id=\"206\"><img class=\"tve_image wp-image-1598\" alt=\"\" width=\"65\" height=\"73\" title=\"what_do_icon_03\" data-id=\"1598\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_03.png\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"204\"><p data-css=\"tve-u-15ec2481d17\"><strong>Regularly walks</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"203\"><p data-css=\"tve-u-15ec2487407\">to keep them ealthy</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2492191\" wfd-id=\"202\"><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris.</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-15ec24f494c\" id=\"testimonials\" style=\"\" wfd-id=\"169\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ec24f97c0\" wfd-id=\"194\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec24f790d\" wfd-id=\"170\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15ec254985a\" style=\"\" wfd-id=\"171\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-15ec253a41f\" wfd-id=\"172\"><div class=\"tcb-flex-col\" wfd-id=\"176\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec253ef3a\" style=\"\" wfd-id=\"178\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec256e611\" style=\"\" wfd-id=\"185\"><p data-css=\"tve-u-15ec25610c7\"><span data-css=\"tve-u-15ec268a0a3\" style=\"font-size: 45px; color: rgb(89, 171, 227);\" wfd-id=\"192\"><span data-css=\"tve-u-15ec26760e9\" style=\"font-family: ABeeZee;\" wfd-id=\"193\">â€</span></span><span data-css=\"tve-u-15ec256b908\" style=\"font-family: &quot;Amatic SC&quot;;\" wfd-id=\"191\">&nbsp; &nbsp; &nbsp;</span><span data-css=\"tve-u-15ec2680494\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"189\"><span data-css=\"tve-u-15ec269379d\" style=\"font-size: 45px;\" wfd-id=\"190\">my chester enjoys being with them!</span> &nbsp; &nbsp;&nbsp;</span><span data-css=\"tve-u-15ec255fe12\" style=\"font-family: ABeeZee; font-weight: 400; color: rgb(89, 171, 227); font-size: 45px;\" wfd-id=\"188\">â€</span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2698d8d\" wfd-id=\"182\"><p data-css=\"tve-u-160266880a0\">We LOVE going for walks with our friends at Paw! Donâ€™t tell our mom &amp; dad,but we get really excited when they leave for work because we know it wonâ€™t be long before we get a visit from one of our favorite friends at PawCity! Best part is, they always let our parents know how ourwalk went right away so they dont have to worry about us!</p><p data-css=\"tve-u-15ec269736c\">We love you PawCity!! xoxo</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec26ab7b0\" style=\"\" wfd-id=\"179\"><p data-css=\"tve-u-15ec26a92a2\"><strong>Anna Olson</strong>, Chesterâ€™s Mom</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"173\"><div class=\"tcb-col\" wfd-id=\"175\"></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec26c390a\" id=\"aboutus\" wfd-id=\"160\">\n<div class=\"tve-page-section-out\" wfd-id=\"168\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec26b9914\" wfd-id=\"161\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15ee1037a1d\" data-tag=\"h1\" wfd-id=\"165\"><h1 data-css=\"tve-u-15ec26bd2e8\">About us</h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec31ba260\" wfd-id=\"162\"><p data-css=\"tve-u-15ec2443105\" style=\"text-align: center;\">At PawCity, we lead lives full of the unconditional love and happiness we receive from the furballs we get to spend time with everyday and we have this beautiful city and all the beautiful people in it to thank. We love you and your pups!!</p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec26ec232\" wfd-id=\"125\">\n<div class=\"tve-page-section-out\" wfd-id=\"159\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec26e5812\" wfd-id=\"126\"><div class=\"thrv_wrapper thrv-columns tcb-window-width\" style=\"width: 1603px; left: -1px;\" data-css=\"tve-u-15ee106257d\" wfd-id=\"127\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2\" data-css=\"tve-u-15ec26fee25\" wfd-id=\"128\"><div class=\"tcb-flex-col c-33\" wfd-id=\"154\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec2a38bfd\" wfd-id=\"156\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec2a33d71\" wfd-id=\"157\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"158\"><img class=\"tve_image wp-image-7399\" alt=\"\" width=\"830\" height=\"775\" title=\"about_us_dog\" data-id=\"7399\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/about_us_dog.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col c-66\" wfd-id=\"129\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec27075e1\" wfd-id=\"131\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160309f3e5d\" wfd-id=\"146\">\n<div class=\"tve-content-box-background\" wfd-id=\"153\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160309b397d\" wfd-id=\"147\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-160309b00b4\" data-float=\"1\" wfd-id=\"151\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"152\"><img class=\"tve_image wp-image-7404\" alt=\"\" width=\"64\" height=\"64\" title=\"dog_paw\" data-id=\"7404\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/dog_paw.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16030a08afd\" wfd-id=\"148\"><p>We moved to New York City with our black bulldog rescue, Blakely, in 2007 after graduating from the University of Maryland. Immediately, we realized what a dog-crazy place it was.</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160309f6c04\" wfd-id=\"138\">\n<div class=\"tve-content-box-background\" wfd-id=\"145\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160309b397d\" wfd-id=\"139\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-160309ddca8\" data-float=\"1\" wfd-id=\"143\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"144\"><img class=\"tve_image wp-image-7403\" alt=\"\" width=\"64\" height=\"64\" title=\"dog_house\" data-id=\"7403\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/dog_house.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16030a09626\" wfd-id=\"140\"><p>We knew right away that we wanted to work with the animals that we loved and that had given us so much love since we were little girls. We started PawCity Dog Walking in July of 2010.</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16030975307\" wfd-id=\"132\">\n<div class=\"tve-content-box-background\" wfd-id=\"137\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160309b397d\" wfd-id=\"133\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16030a013d7\" data-float=\"1\" wfd-id=\"135\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"136\"><img class=\"tve_image wp-image-7405\" alt=\"\" width=\"64\" height=\"64\" title=\"spinning_wheel\" data-id=\"7405\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/spinning_wheel.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160309b344b\" wfd-id=\"134\"><p>We cover the entire width of the East Side, from 96th Street to Delancey and handle every type of personality imaginable. At PawCity, we lead lives full of the unconditional love and happiness we receive from the furballs we get to spend time with everyday.</p></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" data-css=\"tve-u-15ec2a56438\" style=\"width: 1603px; left: 0px;\" id=\"getyourcoupon\" wfd-id=\"105\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ec2a5bb35\" wfd-id=\"124\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec2a5540e\" wfd-id=\"106\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ec2a80647\" wfd-id=\"107\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15ec2a9b8a9\" wfd-id=\"123\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ec2a81a9f\" wfd-id=\"108\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2a6f589\" wfd-id=\"119\"><p data-css=\"tve-u-15ec2a6b447\"><span data-css=\"tve-u-15ec2a6d9d8\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"122\"><strong>Get Your Coupon</strong></span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2aaa9a4\" wfd-id=\"115\"><p data-css=\"tve-u-15ec2ab1d6d\">We strive to keep both you and your pup as happy and comfortable as possible while youâ€™re out earning those big bucks.</p><p data-css=\"tve-u-15ec2ab1d82\"><br></p><p data-css=\"tve-u-15ec2aa8e2e\"><strong>Get <span data-css=\"tve-u-15ec2aafa24\" style=\"color: rgb(89, 171, 227);\" wfd-id=\"118\">20%</span> off your first walk. Enter your email and we\'ll send you your coupon.</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ec2abe257\" wfd-id=\"109\">\n<div class=\"tve-content-box-background\" wfd-id=\"114\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ec2acb421\" wfd-id=\"110\"><div class=\"thrv_wrapper thrv-button tve_ea_thrive_lightbox\" data-css=\"tve-u-15ec2ac01df\" data-tcb_hover_state_parent=\"false\" data-button-style=\"full_rounded\" wfd-id=\"111\">\n<a href=\"#\" class=\"tcb-button-link tve_evt_manager_listen tve_et_click\" data-tcb-events=\"__TCB_EVENT_[{&quot;config&quot;:{&quot;l_anim&quot;:&quot;zoom_in&quot;,&quot;l_id&quot;:&quot;265&quot;},&quot;a&quot;:&quot;thrive_lightbox&quot;,&quot;t&quot;:&quot;click&quot;}]_TNEVE_BCT__\">\n<span class=\"tcb-button-texts\" wfd-id=\"112\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-15ebe925072\" wfd-id=\"113\">Get Your Coupon Now</span></span>\n</a>\n</div></div>\n</div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-15ec2b0a32a\" id=\"areaweserve\" wfd-id=\"85\">\n<div class=\"tve-page-section-out\" wfd-id=\"104\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15f76fcb7df\" wfd-id=\"86\"><div class=\"thrv_wrapper thrv-columns\" style=\"\" data-css=\"tve-u-15ee103f44a\" wfd-id=\"87\"><div class=\"tcb-flex-row tcb--cols--2 tcb-medium-wrap\" data-css=\"tve-u-15ec2ae8715\" wfd-id=\"88\"><div class=\"tcb-flex-col c-33\" wfd-id=\"93\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec2b37666\" wfd-id=\"95\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"100\"><p data-css=\"tve-u-15ec2af6c4b\"><span data-css=\"tve-u-15ec2af6c4e\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"103\">area we serve</span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"96\"><p>As a small team of experienced dog owners and lovers, we really get to know you and your dog and we canguarantee consistent and personal care that is equal to your love and attention.</p><p><br></p><p><strong><span data-css=\"tve-u-15ec2afed17\" style=\"color: rgb(89, 171, 227);\" wfd-id=\"99\">We are so excited to make you a part of the family!</span></strong></p></div></div></div><div class=\"tcb-flex-col c-66\" wfd-id=\"89\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec2b33f06\" wfd-id=\"91\"><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-15ec2b3b468\" wfd-id=\"92\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=blakely, united states&amp;t=m&amp;z=11&amp;output=embed&amp;iwloc=near\"></iframe>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" data-css=\"tve-u-15ec2b5d54c\" style=\"width: 1603px; left: 0px;\" id=\"contact\" wfd-id=\"43\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ec2b56fac\" wfd-id=\"84\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec2b54c99\" wfd-id=\"44\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1602b31dfcd\" wfd-id=\"45\"><div class=\"tcb-flex-row tcb-resized tcb-medium-wrap tcb--cols--3\" data-css=\"tve-u-1602b37ce9d\" wfd-id=\"46\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1602be453ec\" style=\"\" wfd-id=\"78\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"80\"><div class=\"tcb-clear\" data-css=\"tve-u-1602bff3cd5\" wfd-id=\"81\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec2b6e126\" wfd-id=\"82\"><span class=\"tve_image_frame\" wfd-id=\"83\"><img class=\"tve_image wp-image-25564\" alt=\"\" width=\"142\" height=\"44\" title=\"logo_pawcity\" data-id=\"25564\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/logo_pawcity.png\"></span></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1602be45437\" style=\"\" wfd-id=\"62\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1602be56dfc\" wfd-id=\"64\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1602bfebaf9\" wfd-id=\"65\">\n<div class=\"tve-content-box-background\" wfd-id=\"77\"></div>\n<div class=\"tve-cb\" wfd-id=\"66\"><div class=\"tcb-clear\" data-css=\"tve-u-1602bf36e2c\" wfd-id=\"74\"><div class=\"thrv_wrapper tve_image_caption tcb-mobile-hidden\" data-css=\"tve-u-1602be7db66\" data-float=\"1\" wfd-id=\"75\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"76\"><img class=\"tve_image wp-image-7369\" alt=\"\" width=\"64\" height=\"64\" title=\"location\" data-id=\"7369\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/location.png\" style=\"width: 100%;\"></span></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1602bf25f10\" wfd-id=\"67\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1602befe215\" wfd-id=\"68\"><p data-css=\"tve-u-1602bfa220e\"><strong><span data-css=\"tve-u-1602b324a9b\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"73\">67 E. 3rd Street</span></strong><span data-css=\"tve-u-1602b324a9c\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"72\"> </span><span data-css=\"tve-u-1602b324ab9\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"71\">Suite B New York, NY 10003</span></p></div></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1602be4545b\" style=\"\" wfd-id=\"47\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"49\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1602bfea280\" wfd-id=\"50\">\n<div class=\"tve-content-box-background\" wfd-id=\"61\"></div>\n<div class=\"tve-cb\" wfd-id=\"51\"><div class=\"tcb-clear\" data-css=\"tve-u-1602bfc4bea\" wfd-id=\"58\"><div class=\"thrv_wrapper tve_image_caption tcb-mobile-hidden\" data-css=\"tve-u-1602bec144e\" data-float=\"1\" wfd-id=\"59\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"60\"><img class=\"tve_image wp-image-7370\" alt=\"\" width=\"64\" height=\"64\" title=\"phone\" data-id=\"7370\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/phone.png\" style=\"width: 100%;\"></span></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1602bfc74c3\" wfd-id=\"52\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1602b332fd9\" data-float=\"1\" wfd-id=\"53\"><p><a href=\"tel:9548481911\" target=\"_blank\"><strong><span data-css=\"tve-u-1602b324a9b\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"57\">954-848-1911</span></strong></a><br></p></div></div></div>\n</div></div></div></div></div></div>\n</div>'),(2830,280,'tve_revision_tve_content_more_found',''),(2831,280,'tve_revision_tve_save_post',''),(2832,280,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Montserrat:400,200,300&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Amatic+SC:400&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=ABeeZee:400&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-160309b397d\"]::after { clear: both; }[data-css=\"tve-u-160309b344b\"] { position: relative !important; margin-left: 100px !important; }[data-css=\"tve-u-160309b00b4\"] + div { clear: none; }[data-css=\"tve-u-160309b00b4\"] { float: none; width: 60px; position: absolute; margin-bottom: 0px !important; margin-top: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-16030975307\"] { max-width: 75%; margin-left: 80px !important; }[data-css=\"tve-u-1602bfa220e\"] { line-height: 1.85em !important; }[data-css=\"tve-u-1602be7db66\"] { float: left; width: 40px; z-index: 3; position: relative; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1602be56dfc\"]::after { clear: both; }[data-css=\"tve-u-1602be4545b\"] { max-width: 25%; }[data-css=\"tve-u-1602be45437\"] { max-width: 48.1%; }[data-css=\"tve-u-1602be453ec\"] { max-width: 26.9%; }[data-css=\"tve-u-1602b37ce9d\"] > .tcb-flex-col > .tcb-col { justify-content: center; }[data-css=\"tve-u-1602b332fd9\"] { max-width: 264px; position: relative; float: right; z-index: 3; width: 100%; padding-left: 1px !important; margin-top: 1px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1602b324a9c\"] { color: rgb(74, 163, 223) !important; }[data-css=\"tve-u-1602b324a9b\"] { color: rgb(74, 163, 223) !important; }[data-css=\"tve-u-1602b31dfcd\"] { max-width: 1296px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15f76fcb7df\"] { max-width: 100%; }[data-css=\"tve-u-15f0064f814\"] { color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-15ec313e743\"]:hover p, #tve_editor [data-css=\"tve-u-15ec313e743\"]:hover li, #tve_editor [data-css=\"tve-u-15ec313e743\"]:hover blockquote, #tve_editor [data-css=\"tve-u-15ec313e743\"]:hover address { color: rgb(89, 171, 227); }[data-css=\"tve-u-15f003784ab\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15f00369f5e\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15f003655f8\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15f003606db\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15f0034f748\"] { color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-15f002fa8f6\"] { color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-15ec313e743\"] p, #tve_editor [data-css=\"tve-u-15ec313e743\"] li, #tve_editor [data-css=\"tve-u-15ec313e743\"] blockquote, #tve_editor [data-css=\"tve-u-15ec313e743\"] address { font-size: 16px; }[data-css=\"tve-u-15ec313e743\"] { text-align: left; padding-left: 0px !important; margin-left: 0px !important; margin-right: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-15ee121fb1c\"] .tcb-flex-col { flex-basis: 285px !important; }[data-css=\"tve-u-15ec30a8a14\"]::after { clear: both; }#tve_editor [data-css=\"tve-u-15ebe90cfb0\"] { font-size: 96px !important; }[data-css=\"tve-u-15ee1237243\"] { box-shadow: rgba(73, 137, 181, 0.15) -3px 7px 69px 10px; }[data-css=\"tve-u-15ee1232726\"] { box-shadow: rgba(73, 137, 181, 0.15) -3px 7px 69px 10px; }[data-css=\"tve-u-15ee121fb1c\"] > .tcb-flex-col > .tcb-col { min-height: 503px; }[data-css=\"tve-u-15ee1225fdf\"] { box-shadow: rgba(73, 137, 181, 0.15) -3px 7px 69px 10px; }[data-css=\"tve-u-15ee121fb1c\"] { margin-left: -60px; min-height: inherit; }[data-css=\"tve-u-15ee121fb1c\"] > .tcb-flex-col { padding-left: 60px; }[data-css=\"tve-u-15ee121a6d1\"] { float: none; max-width: 1296px; text-align: center; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ee1211b9b\"] { max-width: 1603px; text-align: center; }[data-css=\"tve-u-15ec26fee25\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-15ee106257d\"] { max-width: 100%; }[data-css=\"tve-u-15ec3055cca\"] { max-width: 1370px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ee103f44a\"] { float: none; max-width: 1296px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ee1037a1d\"] { float: none; max-width: 1296px; margin-left: auto !important; margin-right: auto !important; }#tve_editor [data-css=\"tve-u-15ec2ac01df\"]:hover .tcb-button-link { box-shadow: rgba(73, 137, 181, 0.25) -3px 7px 73px 18px; background-color: rgb(149, 250, 201) !important; }#tve_editor [data-css=\"tve-u-15ebe91a626\"]:hover .tcb-button-link { box-shadow: rgba(73, 137, 181, 0.25) -3px 7px 73px 18px; border: 0px dashed rgb(255, 255, 255); background-color: rgb(149, 250, 201) !important; font-weight: normal !important; background-image: none !important; }[data-css=\"tve-u-15ebe8a2edd\"] > .tcb-flex-col > .tcb-col { justify-content: center; }[data-css=\"tve-u-15ec3017516\"] { margin-top: 60px !important; padding-bottom: 50px !important; }[data-css=\"tve-u-15ec2b6e126\"] { width: 142px; }[data-css=\"tve-u-15ec2b5d54c\"] { margin-top: 83px !important; }[data-css=\"tve-u-15ec2b56fac\"] { background-image: linear-gradient(rgb(0, 0, 0), rgb(0, 0, 0)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-15ec2b54c99\"] { max-width: 1586px; min-height: 100px !important; }[data-css=\"tve-u-15ec2b3b468\"] { box-shadow: rgba(89, 171, 227, 0.15) -3px 7px 69px 10px; margin-top: 0px !important; margin-bottom: 0px !important; margin-left: 38px !important; }[data-css=\"tve-u-15ec2b37666\"] { margin-top: 114px !important; }[data-css=\"tve-u-15ec2b33f06\"] { padding-left: 0px !important; }[data-css=\"tve-u-15ec2b0a32a\"] { margin-top: 76px !important; }[data-css=\"tve-u-15ec2ae8715\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-15ec2afed17\"] { color: rgb(89, 171, 227) !important; }[data-css=\"tve-u-15ec2ae8715\"] { float: none; max-width: 1453px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2acb421\"] { min-height: 162px; }[data-css=\"tve-u-15ec2aafa24\"] { color: rgb(89, 171, 227) !important; }[data-css=\"tve-u-15ec2aaa9a4\"] { float: none; max-width: 1440px; margin-left: auto !important; margin-right: auto !important; margin-top: 25px !important; }#tve_editor [data-css=\"tve-u-15ec2aa8e2e\"] { letter-spacing: 1px; color: rgb(255, 255, 255) !important; font-size: 20px !important; }[data-css=\"tve-u-15ec2a9b8a9\"] { border: 1px solid rgb(89, 171, 227) !important; }[data-css=\"tve-u-15ec2a81a9f\"] { min-height: 162px; }[data-css=\"tve-u-15ec2a80647\"] { float: none; max-width: 97%; margin-left: auto !important; margin-right: auto !important; margin-top: 55px !important; }[data-css=\"tve-u-15ec2a6f589\"] { float: none; max-width: 1440px; margin-top: 55px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2a6d9d8\"] { font-family: \"Amatic SC\" !important; font-weight: 400 !important; }#tve_editor [data-css=\"tve-u-15ec2a6b447\"] { color: rgb(89, 171, 227) !important; font-size: 70px !important; }[data-css=\"tve-u-15ec2a5bb35\"] { background-image: linear-gradient(rgba(28, 54, 85, 0.8), rgba(28, 54, 85, 0.8)), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/coupon_background.jpg\") !important; background-size: auto, cover !important; background-position: 0px 0px, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-15ec2a56438\"] { margin-top: 69px !important; }[data-css=\"tve-u-15ec2a5540e\"] { max-width: 100%; text-align: center; min-height: 561px !important; }[data-css=\"tve-u-15ec2a38bfd\"] { margin-right: 0px !important; padding-right: 0px !important; margin-left: 0px !important; }[data-css=\"tve-u-15ec2a33d71\"] { width: 830px; position: relative; top: 0px; left: 40px; z-index: 7; float: none; padding-right: 0px !important; padding-left: 0px !important; }[data-css=\"tve-u-15ec27075e1\"] { border-left: 2px dashed rgb(232, 238, 241); border-top: 1px solid rgb(232, 238, 241); border-bottom: 1px solid rgb(232, 238, 241); }[data-css=\"tve-u-15ec26fee25\"] > .tcb-flex-col > .tcb-col { min-height: 612px; }[data-css=\"tve-u-15ec26fee25\"] { min-height: inherit; margin-left: 0px; padding-top: 0px !important; padding-bottom: 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-15ec26ec232\"] { margin-top: 66px !important; }[data-css=\"tve-u-15ec26e5812\"] { max-width: 100%; min-height: 586px !important; }[data-css=\"tve-u-15ec26c390a\"] { margin-top: 60px !important; }#tve_editor [data-css=\"tve-u-15ec26bd2e8\"] { color: rgb(24, 45, 60) !important; font-size: 70px !important; }[data-css=\"tve-u-15ec26b9914\"] { max-width: 1434px; text-align: center; }[data-css=\"tve-u-15ec26ab7b0\"] { margin-top: 67px !important; }#tve_editor [data-css=\"tve-u-15ec26a92a2\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15ec2698d8d\"] { float: none; max-width: 600px; margin-left: auto !important; margin-right: auto !important; margin-top: 30px !important; }#tve_editor [data-css=\"tve-u-15ec269736c\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15ec269379d\"] { font-size: 45px !important; }[data-css=\"tve-u-15ec268a0a3\"] { font-size: 45px !important; color: rgb(89, 171, 227) !important; }[data-css=\"tve-u-15ec256e611\"] { margin-top: 0px !important; }#tve_editor [data-css=\"tve-u-15ec25610c7\"] { font-size: 40px !important; color: rgb(89, 171, 227) !important; }[data-css=\"tve-u-15ec255fe12\"] { font-family: ABeeZee !important; font-weight: 400 !important; color: rgb(89, 171, 227) !important; font-size: 45px !important; }[data-css=\"tve-u-15ec254985a\"] { margin-right: 0px !important; }[data-css=\"tve-u-15ec253ef3a\"] { text-align: center; background-image: linear-gradient(rgba(24, 45, 60, 0.95), rgba(24, 45, 60, 0.95)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; margin-top: 0px !important; padding-top: 130px !important; padding-bottom: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-15ec253a41f\"] > .tcb-flex-col > .tcb-col { min-height: 661px; }[data-css=\"tve-u-15ec253a41f\"] { min-height: inherit; float: none; max-width: 1474px; z-index: 3; position: relative; padding-top: 0px !important; padding-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; padding-right: 0px !important; }[data-css=\"tve-u-15ec24f97c0\"] { background-image: linear-gradient(rgba(42, 51, 68, 0.1), rgba(42, 51, 68, 0.1)), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/testimonial_bg.jpg\") !important; background-size: auto, cover !important; background-position: 0px 0px, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-15ec24f790d\"] { min-height: 661px !important; }[data-css=\"tve-u-15ec24f494c\"] { margin-top: 60px !important; }[data-css=\"tve-u-15ec24d5e15\"] + div { clear: none; }[data-css=\"tve-u-15ec24d5e15\"] { float: none; width: 65px; margin-left: auto !important; margin-right: auto !important; margin-top: 40px !important; }[data-css=\"tve-u-15ec24ae116\"] + div { clear: none; }[data-css=\"tve-u-15ec24ae116\"] { float: none; width: 73px; margin-left: auto !important; margin-right: auto !important; margin-top: 40px !important; }[data-css=\"tve-u-15ec249b3f6\"] { line-height: 1.9em !important; }[data-css=\"tve-u-15ec2492191\"] { margin-left: 25px !important; margin-right: 25px !important; margin-top: 25px !important; }#tve_editor [data-css=\"tve-u-15ec2487407\"] { text-transform: uppercase !important; color: rgb(135, 156, 171) !important; font-size: 17px !important; }#tve_editor [data-css=\"tve-u-15ec2481d17\"] { font-size: 20px !important; }[data-css=\"tve-u-15ec2477274\"] + div { clear: none; }[data-css=\"tve-u-15ec2477274\"] { float: none; width: 55px; margin-left: auto !important; margin-right: auto !important; margin-top: 40px !important; }[data-css=\"tve-u-15ec2448fdb\"] { float: none; max-width: 1296px; margin-top: 10px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2443105\"] { line-height: 1.8em !important; }[data-css=\"tve-u-15ebea49c0c\"] { float: none; max-width: 1440px; margin-left: auto !important; margin-right: auto !important; margin-top: 0px !important; }#tve_editor [data-css=\"tve-u-15ebea42b31\"] { color: rgb(24, 45, 60) !important; font-size: 70px !important; }[data-css=\"tve-u-15ebea3a693\"] { max-width: 1434px; }[data-css=\"tve-u-15ebe955aaa\"]::after { clear: both; }#tve_editor [data-css=\"tve-u-15ebe925072\"] { font-family: Montserrat; letter-spacing: 0px; font-weight: 400; font-size: 20px !important; color: rgb(24, 45, 60) !important; }[data-css=\"tve-u-15ebe91a626\"] { display: block; max-width: 423px; margin-left: auto !important; margin-right: auto !important; float: none; }[data-css=\"tve-u-15ebe91a626\"] .tcb-button-link { border-radius: 200px; min-height: 67.1429px; font-size: 1.6em; padding-top: 0px; padding-bottom: 0px; background-color: rgb(255, 255, 255) !important; padding-left: 15px !important; background-image: none !important; border: 1px solid rgb(0, 0, 0); box-shadow: rgba(0, 0, 0, 0.4) 0px 3px 8px 1px; }[data-css=\"tve-u-15ebe916c34\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 733px; }[data-css=\"tve-u-15ebe90cfb0\"] { line-height: 1.1em !important; }[data-css=\"tve-u-15ebe906677\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 669px; margin-left: 50px !important; margin-top: 40px !important; }#tve_editor [data-css=\"tve-u-15ebe905473\"] { font-size: 22px !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15ebe8ee6c0\"]::after { clear: both; }[data-css=\"tve-u-15ebe8edca2\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 722px; padding-left: 0px !important; margin-left: 50px !important; margin-top: 104px !important; }[data-css=\"tve-u-15ebe8abb9e\"] { padding: 0px !important; }[data-css=\"tve-u-15ebe8a4d78\"] { clip-path: url(\"#clip-left-335f47a4c8f92\"); -webkit-clip-path: url(\"#clip-left-335f47a4c8f92\");  }[data-css=\"tve-u-15ebe8a2edd\"] { padding-bottom: 15px !important; padding-top: 15px !important; }[data-css=\"tve-u-15ebe89fb7a\"] { margin-left: -35px !important; }[data-css=\"tve-u-15ebe830a90\"] { clip-path: url(\"#clip-left-bb2526ca261ae\"); -webkit-clip-path: url(\"#clip-left-bb2526ca261ae\");  background-image: linear-gradient(rgb(89, 171, 227), rgb(89, 171, 227)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-15ebe827cb3\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 0px !important; }[data-css=\"tve-u-15ebe80a9a1\"] { min-height: 729px; }[data-css=\"tve-u-15ebe738fb8\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-15ebe738fb8\"] > .tcb-flex-col > .tcb-col { min-height: 729px; }[data-css=\"tve-u-15ebe738fb8\"] { min-height: inherit; margin-left: 0px; padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-15ebe73226c\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/header_image-1.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-15ebe72c974\"] { max-width: 1620px; }[data-css=\"tve-u-15ebe70a25b\"] { width: 142px; margin-top: 20px !important; padding-left: 0px !important; margin-left: 30px !important; }[data-css=\"tve-u-15ebe5d7b44\"] { background-image: linear-gradient(rgb(0, 0, 0), rgb(0, 0, 0)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-15ebe51d596\"] { max-width: 100%; min-height: 100px !important; }#tcb_landing_page h3 { font-family: Montserrat; font-weight: 200; font-size: 20px; color: rgb(24, 45, 60); }#tcb_landing_page h2 { font-family: \"Amatic SC\"; font-weight: 400; font-size: 70px; color: rgb(24, 45, 60); }#tcb_landing_page h1 { font-family: \"Amatic SC\"; font-weight: 400; font-size: 96px; color: rgb(255, 255, 255); }#tcb_landing_page p, #tcb_landing_page li { font-family: Montserrat; font-weight: 200; color: rgb(24, 45, 60); font-size: 18px; line-height: 1.667em; }[data-css=\"tve-u-15e09c94f7d\"] { background-color: rgb(255, 255, 255); }[data-css=\"tve-u-15ec256b908\"] { font-family: \"Amatic SC\" !important; font-weight: 400 !important; }[data-css=\"tve-u-15ec26760e9\"] { font-family: ABeeZee !important; font-weight: 400 !important; }[data-css=\"tve-u-15ec2680494\"] { font-family: \"Amatic SC\" !important; font-weight: 400 !important; }#tve_editor [data-css=\"tve-u-15ec2ab1d6d\"] { letter-spacing: 1px; color: rgb(255, 255, 255) !important; font-size: 20px !important; }#tve_editor [data-css=\"tve-u-15ec2ab1d82\"] { letter-spacing: 1px; color: rgb(255, 255, 255) !important; font-size: 20px !important; }[data-css=\"tve-u-15ec2abe257\"] { float: none; z-index: 3; position: relative; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2ac01df\"] { display: block; max-width: 423px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2ac01df\"] .tcb-button-link { border-radius: 200px; min-height: 67.1429px; font-size: 1.6em; padding-top: 0px; padding-bottom: 0px; background-color: rgb(105, 240, 174) !important; padding-left: 15px !important; }#tve_editor [data-css=\"tve-u-15ec2af6c4b\"] { color: rgb(24, 45, 60) !important; font-size: 70px !important; }[data-css=\"tve-u-15ec2af6c4e\"] { font-family: \"Amatic SC\" !important; font-weight: 400 !important; }[data-css=\"tve-u-15ec3192f72\"] { margin-left: 25px !important; margin-right: 25px !important; margin-top: 25px !important; }[data-css=\"tve-u-15ec31ba260\"] { float: none; max-width: 1296px; margin-top: 10px !important; margin-left: auto !important; margin-right: auto !important; }#tcb_landing_page a:hover:not(.tcb-button-link) { color: rgb(89, 171, 227); }#tcb_landing_page .tve-state-hovera:not(.tcb-button-link) { color: rgb(89, 171, 227); }#tve_editor [data-css=\"tve-u-160266880a0\"] { color: rgb(255, 255, 255) !important; font-family: Montserrat !important; }[data-css=\"tve-u-1602b324ab9\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1602bec144e\"] { width: 36px; float: left; z-index: 3; position: static; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1602befe215\"] { max-width: 386px; position: relative !important; padding-left: 1px !important; margin-top: 0px !important; margin-left: 50px !important; }[data-css=\"tve-u-160309ddca8\"] + div { clear: none; }[data-css=\"tve-u-160309ddca8\"] { float: none; width: 60px; position: absolute; margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-160309f3e5d\"] { max-width: 75%; margin-left: 80px !important; margin-top: 60px !important; margin-bottom: 40px !important; }[data-css=\"tve-u-160309f6c04\"] { max-width: 75%; margin-left: 80px !important; margin-top: 60px !important; margin-bottom: 80px !important; }[data-css=\"tve-u-16030a013d7\"] + div { clear: none; }[data-css=\"tve-u-16030a013d7\"] { float: none; width: 60px; position: absolute; margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-16030a08afd\"] { position: relative !important; margin-left: 100px !important; }[data-css=\"tve-u-16030a09626\"] { position: relative !important; margin-left: 100px !important; }#tcb_landing_page a.tve-state-hover:not(.tcb-button-link) { color: rgb(89, 171, 227); }[data-css=\"tve-u-165b813034a\"] { border-bottom: 1px solid rgb(255, 255, 255); }#tve_editor [data-css=\"tve-u-165b814869f\"] { font-family: Montserrat; letter-spacing: 0px; font-weight: 400; font-size: 18px !important; color: rgb(24, 45, 60) !important; text-transform: capitalize !important; }}@media (max-width: 1023px){[data-css=\"tve-u-1602b332fd9\"] { float: none; max-width: 121px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1602befe215\"] { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1602b37ce9d\"] .tcb-flex-col { flex-basis: 420px !important; }[data-css=\"tve-u-1602bec144e\"] { float: none; z-index: 3; position: relative; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1602be7db66\"] { float: none; z-index: 3; position: relative; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2a38bfd\"] { text-align: left; }[data-css=\"tve-u-15ec27075e1\"] { margin-top: 0px !important; }[data-css=\"tve-u-15ee1237243\"] { margin-top: 52px !important; }[data-css=\"tve-u-15ee121a6d1\"] { margin-left: 33px !important; margin-right: 33px !important; }[data-css=\"tve-u-15ecc95760b\"]::after { clear: both; }[data-css=\"tve-u-15ebe51d596\"] { text-align: left; }[data-css=\"tve-u-15ec2b6e126\"] { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2b54c99\"] { text-align: left; }[data-css=\"tve-u-15ec2b3b468\"] { margin-left: 0px !important; margin-top: 20px !important; }[data-css=\"tve-u-15ec2b37666\"] { margin-top: 0px !important; }[data-css=\"tve-u-15ec2a80647\"] { margin-top: 0px !important; padding-left: 10px !important; padding-right: 10px !important; }[data-css=\"tve-u-15ec2a5540e\"] { max-width: 720px; }[data-css=\"tve-u-15ec2a33d71\"] { width: 395px; float: none; z-index: 3; position: relative; margin: 80px auto 0px !important; }[data-css=\"tve-u-15ec26b9914\"] { max-width: 720px; }[data-css=\"tve-u-15ec253ef3a\"] { padding: 25px 10px !important; }[data-css=\"tve-u-15ebea3a693\"] { max-width: 720px; }[data-css=\"tve-u-15ec30a8a14\"]::after { clear: both; }[data-css=\"tve-u-15ebe916c34\"] { max-width: 376px; }[data-css=\"tve-u-15ebe8a2edd\"] > .tcb-flex-col > .tcb-col { justify-content: center; min-height: 91px; }[data-css=\"tve-u-15ebe70a25b\"] { float: right; z-index: 3; position: relative; margin: 0px auto !important; }[data-css=\"tve-u-15ec3055cca\"] { text-align: center; margin-top: 0px !important; }[data-css=\"tve-u-15ebe8a2edd\"] { min-height: inherit; float: none; max-width: 100%; padding-top: 0px !important; padding-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec30518d3\"] { text-align: center; margin-left: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-15ebe830a90\"] { clip-path: url(\"#clip-tablet-left-bb2526ca261ae\"); -webkit-clip-path: url(\"#clip-tablet-left-bb2526ca261ae\");  }[data-css=\"tve-u-15ebe91a626\"] { margin-left: 30px !important; }[data-css=\"tve-u-15ebe906677\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 336px; margin-left: 30px !important; }[data-css=\"tve-u-15ebe8edca2\"] { margin-left: 30px !important; }[data-css=\"tve-u-15ebe89fb7a\"] { margin-left: -35px !important; }[data-css=\"tve-u-15ebe827cb3\"] { max-width: 100%; }#tve_editor [data-css=\"tve-u-15ebe90cfb0\"] { font-size: 84px !important; }}@media (max-width: 767px){[data-css=\"tve-u-160309b344b\"] { margin-left: 10px !important; margin-top: 30px !important; margin-right: 10px !important; }[data-css=\"tve-u-16030a013d7\"] { position: static; }[data-css=\"tve-u-16030a09626\"] { margin-left: 10px !important; margin-top: 30px !important; margin-right: 10px !important; }[data-css=\"tve-u-160309ddca8\"] { position: static; }[data-css=\"tve-u-16030a08afd\"] { margin-left: 10px !important; margin-right: 10px !important; margin-top: 30px !important; }[data-css=\"tve-u-160309b00b4\"] { position: static; }[data-css=\"tve-u-16030975307\"] { max-width: 100%; margin-left: 10px !important; margin-right: 10px !important; }[data-css=\"tve-u-160309f6c04\"] { max-width: 100%; margin-left: 10px !important; margin-right: 10px !important; }[data-css=\"tve-u-160309f3e5d\"] { max-width: 100%; margin-left: 10px !important; margin-right: 10px !important; }[data-css=\"tve-u-15ec2a38bfd\"]::after { clear: both; }[data-css=\"tve-u-1602bff3cd5\"]::after { clear: both; }[data-css=\"tve-u-1602bfea280\"] { margin-top: 0px !important; margin-bottom: 20px !important; }[data-css=\"tve-u-15ec2b6e126\"] { float: left; z-index: 3; position: relative; margin-left: 24px !important; }[data-css=\"tve-u-1602bf25f10\"]::after { clear: both; }[data-css=\"tve-u-1602b332fd9\"] { max-width: 257px; float: left; z-index: 3; position: relative; width: 100%; margin-top: 20px !important; margin-left: 20px !important; }[data-css=\"tve-u-15ec253ef3a\"] { padding-top: 30px !important; padding-bottom: 30px !important; }[data-css=\"tve-u-15ee1237243\"] { margin-top: 25px !important; }[data-css=\"tve-u-15ee1232726\"] { margin-top: 25px !important; }[data-css=\"tve-u-15ebe70a25b\"] { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2ae8715\"] { margin-left: -15px; }[data-css=\"tve-u-15ec2ae8715\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-15ec2b33f06\"] { margin-right: 0px !important; }[data-css=\"tve-u-15ec26fee25\"] > .tcb-flex-col > .tcb-col { min-height: 387px; }[data-css=\"tve-u-15ec26fee25\"] { margin-left: 0px; min-height: inherit; }[data-css=\"tve-u-15ec26fee25\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-15ec2a33d71\"] { position: static; margin-bottom: 0px !important; }[data-css=\"tve-u-15ec31ba260\"] { padding-left: 3px !important; padding-right: 3px !important; }[data-css=\"tve-u-15ec253a41f\"] > .tcb-flex-col > .tcb-col { min-height: 27px; }[data-css=\"tve-u-15ec253a41f\"] { margin-left: 0px; min-height: inherit; }[data-css=\"tve-u-15ec253a41f\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-15ec254985a\"] { margin-top: 0px !important; }[data-css=\"tve-u-15ec24f494c\"] { margin-top: 30px !important; }[data-css=\"tve-u-15ec256e611\"] { margin-top: 0px !important; }[data-css=\"tve-u-15ec3192f72\"] { margin-bottom: 32px !important; }[data-css=\"tve-u-15ec318421d\"] { margin-bottom: 34px !important; margin-top: -105px !important; }[data-css=\"tve-u-15ebe738fb8\"] > .tcb-flex-col > .tcb-col { min-height: 554px; }[data-css=\"tve-u-15ebe738fb8\"] { min-height: inherit; padding-bottom: 0px !important; }[data-css=\"tve-u-15ec3017516\"] { margin-top: 0px !important; padding-left: 5px !important; padding-right: 5px !important; }[data-css=\"tve-u-15ebe89fb7a\"] { margin-left: -20px !important; }[data-css=\"tve-u-15ec3055cca\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-15ebe916c34\"] { margin-bottom: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-15ec3152b02\"] { min-height: 226px; }[data-css=\"tve-u-15ebe80a9a1\"] { min-height: 554px; }[data-css=\"tve-u-15ebe91a626\"] { margin-left: 28px !important; margin-right: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-15ebe906677\"] { margin-left: 30px !important; }[data-css=\"tve-u-15ebe8edca2\"] { margin-left: 30px !important; margin-top: 45px !important; }[data-css=\"tve-u-15ebe827cb3\"] { max-width: 100%; }[data-css=\"tve-u-15ec313e743\"] { margin-left: 10px !important; margin-right: 10px !important; }[data-css=\"tve-u-1602befe215\"] { max-width: 257px; float: left; z-index: 3; position: relative; width: 100%; margin-top: 20px !important; margin-left: 20px !important; }}'),(2833,280,'tve_revision_tve_user_custom_css','.thrv_text_element p {margin:0;}\n.thrv_heading h1,h2,h3 {margin:0;}'),(2834,280,'tve_revision_tve_page_events','a:0:{}'),(2835,280,'tve_revision_tve_globals','a:4:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";s:11:\"extra_icons\";a:1:{i:0;a:3:{s:11:\"font-family\";s:25:\"tve-ff-6797-59f9979fd5998\";s:3:\"css\";s:87:\"http://lp-build.thrivethemes.com/wp-content/uploads/tve-ff-6797-59f9979fd5998/style.css\";s:6:\"folder\";s:92:\"/home/thrivedevbitston/public_html/landingpages/wp-content/uploads/tve-ff-6797-59f9979fd5998\";}}s:6:\"lb_map\";a:1:{i:6808;s:3:\"265\";}s:8:\"font_cls\";a:0:{}}'),(2836,280,'tve_revision_tve_global_scripts',''),(2837,280,'tve_revision_thrive_icon_pack','0'),(2838,280,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(2839,280,'tve_revision_tve_has_masonry','0'),(2840,280,'tve_revision_tve_has_typefocus','0'),(2841,280,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-165b813034a\" wfd-id=\"268\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ebe5d7b44\" wfd-id=\"290\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ebe51d596\" wfd-id=\"269\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15ec3055cca\" wfd-id=\"270\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2\" data-css=\"tve-u-15ebe8a2edd\" wfd-id=\"271\"><div class=\"tcb-flex-col\" wfd-id=\"284\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec30518d3\" wfd-id=\"286\"><div class=\"tcb-clear\" data-css=\"tve-u-15ecc95760b\" wfd-id=\"287\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ebe70a25b\" wfd-id=\"288\"><span class=\"tve_image_frame\" wfd-id=\"289\"><img class=\"tve_image wp-image-25564\" alt=\"\" width=\"142\" height=\"44\" title=\"logo_pawcity\" data-id=\"25564\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/logo_pawcity.png\"></span></div></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"272\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec313e743\" data-tcb_hover_state_parent=\"\" wfd-id=\"274\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone tcb-tablet-hidden tcb-mobile-hidden\" style=\"\" wfd-id=\"275\"><p data-css=\"tve-u-15f002fa8f6\"><span data-css=\"tve-u-15f0034f748\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"283\"><a href=\"#whatwedo\">What We Do</a></span>&nbsp; &nbsp; <span data-css=\"tve-u-15f003606db\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"282\"><a href=\"#testimonials\">Testimonials</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f003655f8\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"281\"><a href=\"#aboutus\">About Us</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f00369f5e\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"280\"><a href=\"#getyourcoupon\">Get Your Coupon</a></span>&nbsp; &nbsp; <span data-css=\"tve-u-15f0064f814\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"279\"><a href=\"#areaweserve\">Area We Serve</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f003784ab\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"278\"><a href=\"#contact\">Contact</a></span></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ebe8abb9e\" wfd-id=\"237\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ebe8a4d78\" data-clip-id=\"335f47a4c8f92\" wfd-id=\"267\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-left-335f47a4c8f92\" class=\"decoration-clip clip-path-left\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" pointer-width=\"6\" pointer-height=\"2.5\" style=\"curves\" decoration-type=\"none\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon><ellipse cx=\"0.025\" cy=\"0.029412\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.08823600000000001\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.14706\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.205884\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.264708\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.323532\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.38235600000000003\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.44118\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.500004\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.558828\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.617652\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.676476\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.7353000000000001\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.794124\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.852948\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.911772\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.970596\" rx=\"0.025\" ry=\"0.029412\"></ellipse></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ebe72c974\" wfd-id=\"238\"><div class=\"thrv_wrapper thrv-columns tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec318421d\" wfd-id=\"239\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-15ebe738fb8\" wfd-id=\"240\"><div class=\"tcb-flex-col\" wfd-id=\"264\"><div class=\"tcb-col\" data-css=\"tve-u-15ebe73226c\" wfd-id=\"266\"></div></div><div class=\"tcb-flex-col\" wfd-id=\"241\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ebe89fb7a\" wfd-id=\"243\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ebe827cb3\" wfd-id=\"244\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15ebe830a90\" data-clip-id=\"bb2526ca261ae\" wfd-id=\"263\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-left-bb2526ca261ae\" class=\"decoration-clip clip-path-left\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"divider\" pointer-width=\"5.7\" pointer-height=\"2.5\" style=\"curves\" slanted-angle=\"5\"><polygon points=\"0.025 0, 0.025 1, 1 1, 1 0\"></polygon><ellipse cx=\"0.025\" cy=\"0.027778\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.083334\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.13889\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.194446\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.250002\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.305558\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.361114\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.41667\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.47222600000000003\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.527782\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.583338\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.638894\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.69445\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.7500060000000001\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.805562\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.861118\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.916674\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.97223\" rx=\"0.025\" ry=\"0.027778\"></ellipse></clipPath><clipPath id=\"clip-tablet-left-bb2526ca261ae\" class=\"decoration-clip clip-path-tablet-left\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"divider\" pointer-width=\"5.7\" pointer-height=\"4\" style=\"curves\" slanted-angle=\"5\"><polygon points=\"0.04 0, 0.04 1, 1 1, 1 0\"></polygon><ellipse cx=\"0.04\" cy=\"0.027778\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.083334\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.13889\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.194446\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.250002\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.305558\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.361114\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.41667\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.47222600000000003\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.527782\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.583338\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.638894\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.69445\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.7500060000000001\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.805562\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.861118\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.916674\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.97223\" rx=\"0.04\" ry=\"0.027778\"></ellipse></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ebe80a9a1\" wfd-id=\"245\"><div class=\"tcb-clear\" data-css=\"tve-u-15ebe8ee6c0\" wfd-id=\"259\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15ebe8edca2\" data-tag=\"h1\" wfd-id=\"260\"><h1 data-css=\"tve-u-15ebe90cfb0\">Happy dogs =<br>â€‹â€‹â€‹â€‹â€‹happâ€‹â€‹â€‹â€‹y owners</h1></div></div><div class=\"tcb-clear\" data-css=\"tve-u-15ec30a8a14\" wfd-id=\"255\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ebe906677\" wfd-id=\"256\"><p data-css=\"tve-u-15ebe905473\">Offer your dog a premium walking experience</p></div></div><div class=\"tcb-clear\" data-css=\"tve-u-15ebe955aaa\" wfd-id=\"246\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ebe916c34\" wfd-id=\"247\">\n<div class=\"tve-content-box-background\" wfd-id=\"254\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ec3152b02\" wfd-id=\"248\"><div class=\"thrv_wrapper thrv-button tve_ea_thrive_lightbox\" data-css=\"tve-u-15ebe91a626\" data-tcb_hover_state_parent=\"false\" data-button-style=\"full_rounded\" wfd-id=\"249\">\n<a href=\"#\" class=\"tcb-button-link tve_evt_manager_listen tve_et_click\" data-tcb-events=\"__TCB_EVENT_[{&quot;config&quot;:{&quot;l_anim&quot;:&quot;zoom_in&quot;,&quot;l_id&quot;:265},&quot;a&quot;:&quot;thrive_lightbox&quot;,&quot;t&quot;:&quot;click&quot;}]_TNEVE_BCT__\">\n<span class=\"tcb-button-texts\" wfd-id=\"250\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-165b814869f\" wfd-id=\"251\">Get 10% OFF Your First Cerakote Project</span></span>\n</a>\n</div></div>\n</div></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec3017516\" wfd-id=\"228\">\n<div class=\"tve-page-section-out\" wfd-id=\"236\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ebea3a693\" wfd-id=\"229\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15ebea49c0c\" id=\"whatwedo\" data-tag=\"h1\" wfd-id=\"233\"><h1 data-css=\"tve-u-15ebea42b31\" style=\"text-align: center;\">What We Do</h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2448fdb\" wfd-id=\"230\"><p data-css=\"tve-u-15ec2443105\" style=\"text-align: center;\">Our goal is to make sure the owners are comforted, the pups are exercised and happy and that we are getting our own puppy fixes. But letâ€™s be honest- itâ€™s their world, weâ€™re just living in it! As a small team of experienced dog owners and lovers, we really get to know you and your dog and we canguarantee consistent and personal care that is equal to your love and attention. We are so excited to make you a part of the family!</p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" wfd-id=\"195\">\n<div class=\"tve-page-section-out\" wfd-id=\"227\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ee1211b9b\" wfd-id=\"196\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15ee121a6d1\" wfd-id=\"197\"><div class=\"tcb-flex-row tcb--cols--3 tcb-medium-wrap\" data-css=\"tve-u-15ee121fb1c\" wfd-id=\"198\"><div class=\"tcb-flex-col\" wfd-id=\"217\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ee1225fdf\" wfd-id=\"219\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec2477274\" wfd-id=\"225\"><span class=\"tve_image_frame\" wfd-id=\"226\"><img class=\"tve_image wp-image-1596\" alt=\"\" width=\"55\" height=\"73\" title=\"what_do_icon_01\" data-id=\"1596\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_01.png\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"224\"><p data-css=\"tve-u-15ec2481d17\"><strong>First Class Care</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"223\"><p data-css=\"tve-u-15ec2487407\">all the best for them</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2492191\" wfd-id=\"220\"><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"207\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ee1232726\" wfd-id=\"209\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec24ae116\" wfd-id=\"215\"><span class=\"tve_image_frame\" wfd-id=\"216\"><img class=\"tve_image wp-image-1597\" alt=\"\" width=\"73\" height=\"73\" title=\"what_do_icon_02\" data-id=\"1597\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_02.png\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"214\"><p data-css=\"tve-u-15ec2481d17\"><strong>Snacks Included</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"213\"><p data-css=\"tve-u-15ec2487407\">for your little one</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec3192f72\" wfd-id=\"210\"><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"199\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ee1237243\" wfd-id=\"201\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec24d5e15\" wfd-id=\"205\"><span class=\"tve_image_frame\" wfd-id=\"206\"><img class=\"tve_image wp-image-1598\" alt=\"\" width=\"65\" height=\"73\" title=\"what_do_icon_03\" data-id=\"1598\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_03.png\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"204\"><p data-css=\"tve-u-15ec2481d17\"><strong>Regularly walks</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"203\"><p data-css=\"tve-u-15ec2487407\">to keep them ealthy</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2492191\" wfd-id=\"202\"><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris.</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-15ec24f494c\" id=\"testimonials\" style=\"\" wfd-id=\"169\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ec24f97c0\" wfd-id=\"194\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec24f790d\" wfd-id=\"170\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15ec254985a\" style=\"\" wfd-id=\"171\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-15ec253a41f\" wfd-id=\"172\"><div class=\"tcb-flex-col\" wfd-id=\"176\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec253ef3a\" style=\"\" wfd-id=\"178\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec256e611\" style=\"\" wfd-id=\"185\"><p data-css=\"tve-u-15ec25610c7\"><span data-css=\"tve-u-15ec268a0a3\" style=\"font-size: 45px; color: rgb(89, 171, 227);\" wfd-id=\"192\"><span data-css=\"tve-u-15ec26760e9\" style=\"font-family: ABeeZee;\" wfd-id=\"193\">â€</span></span><span data-css=\"tve-u-15ec256b908\" style=\"font-family: &quot;Amatic SC&quot;;\" wfd-id=\"191\">&nbsp; &nbsp; &nbsp;</span><span data-css=\"tve-u-15ec2680494\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"189\"><span data-css=\"tve-u-15ec269379d\" style=\"font-size: 45px;\" wfd-id=\"190\">my chester enjoys being with them!</span> &nbsp; &nbsp;&nbsp;</span><span data-css=\"tve-u-15ec255fe12\" style=\"font-family: ABeeZee; font-weight: 400; color: rgb(89, 171, 227); font-size: 45px;\" wfd-id=\"188\">â€</span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2698d8d\" wfd-id=\"182\"><p data-css=\"tve-u-160266880a0\">We LOVE going for walks with our friends at Paw! Donâ€™t tell our mom &amp; dad,but we get really excited when they leave for work because we know it wonâ€™t be long before we get a visit from one of our favorite friends at PawCity! Best part is, they always let our parents know how ourwalk went right away so they dont have to worry about us!</p><p data-css=\"tve-u-15ec269736c\">We love you PawCity!! xoxo</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec26ab7b0\" style=\"\" wfd-id=\"179\"><p data-css=\"tve-u-15ec26a92a2\"><strong>Anna Olson</strong>, Chesterâ€™s Mom</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"173\"><div class=\"tcb-col\" wfd-id=\"175\"></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec26c390a\" id=\"aboutus\" wfd-id=\"160\">\n<div class=\"tve-page-section-out\" wfd-id=\"168\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec26b9914\" wfd-id=\"161\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15ee1037a1d\" data-tag=\"h1\" wfd-id=\"165\"><h1 data-css=\"tve-u-15ec26bd2e8\">About us</h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec31ba260\" wfd-id=\"162\"><p data-css=\"tve-u-15ec2443105\" style=\"text-align: center;\">At PawCity, we lead lives full of the unconditional love and happiness we receive from the furballs we get to spend time with everyday and we have this beautiful city and all the beautiful people in it to thank. We love you and your pups!!</p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec26ec232\" wfd-id=\"125\">\n<div class=\"tve-page-section-out\" wfd-id=\"159\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec26e5812\" wfd-id=\"126\"><div class=\"thrv_wrapper thrv-columns tcb-window-width\" style=\"width: 1603px; left: -1px;\" data-css=\"tve-u-15ee106257d\" wfd-id=\"127\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2\" data-css=\"tve-u-15ec26fee25\" wfd-id=\"128\"><div class=\"tcb-flex-col c-33\" wfd-id=\"154\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec2a38bfd\" wfd-id=\"156\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec2a33d71\" wfd-id=\"157\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"158\"><img class=\"tve_image wp-image-7399\" alt=\"\" width=\"830\" height=\"775\" title=\"about_us_dog\" data-id=\"7399\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/about_us_dog.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col c-66\" wfd-id=\"129\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec27075e1\" wfd-id=\"131\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160309f3e5d\" wfd-id=\"146\">\n<div class=\"tve-content-box-background\" wfd-id=\"153\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160309b397d\" wfd-id=\"147\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-160309b00b4\" data-float=\"1\" wfd-id=\"151\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"152\"><img class=\"tve_image wp-image-7404\" alt=\"\" width=\"64\" height=\"64\" title=\"dog_paw\" data-id=\"7404\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/dog_paw.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16030a08afd\" wfd-id=\"148\"><p>We moved to New York City with our black bulldog rescue, Blakely, in 2007 after graduating from the University of Maryland. Immediately, we realized what a dog-crazy place it was.</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160309f6c04\" wfd-id=\"138\">\n<div class=\"tve-content-box-background\" wfd-id=\"145\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160309b397d\" wfd-id=\"139\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-160309ddca8\" data-float=\"1\" wfd-id=\"143\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"144\"><img class=\"tve_image wp-image-7403\" alt=\"\" width=\"64\" height=\"64\" title=\"dog_house\" data-id=\"7403\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/dog_house.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16030a09626\" wfd-id=\"140\"><p>We knew right away that we wanted to work with the animals that we loved and that had given us so much love since we were little girls. We started PawCity Dog Walking in July of 2010.</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16030975307\" wfd-id=\"132\">\n<div class=\"tve-content-box-background\" wfd-id=\"137\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160309b397d\" wfd-id=\"133\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16030a013d7\" data-float=\"1\" wfd-id=\"135\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"136\"><img class=\"tve_image wp-image-7405\" alt=\"\" width=\"64\" height=\"64\" title=\"spinning_wheel\" data-id=\"7405\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/spinning_wheel.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160309b344b\" wfd-id=\"134\"><p>We cover the entire width of the East Side, from 96th Street to Delancey and handle every type of personality imaginable. At PawCity, we lead lives full of the unconditional love and happiness we receive from the furballs we get to spend time with everyday.</p></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" data-css=\"tve-u-15ec2a56438\" style=\"width: 1603px; left: 0px;\" id=\"getyourcoupon\" wfd-id=\"105\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ec2a5bb35\" wfd-id=\"124\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec2a5540e\" wfd-id=\"106\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ec2a80647\" wfd-id=\"107\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15ec2a9b8a9\" wfd-id=\"123\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ec2a81a9f\" wfd-id=\"108\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2a6f589\" wfd-id=\"119\"><p data-css=\"tve-u-15ec2a6b447\"><span data-css=\"tve-u-15ec2a6d9d8\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"122\"><strong>Get Your Coupon</strong></span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2aaa9a4\" wfd-id=\"115\"><p data-css=\"tve-u-15ec2ab1d6d\">We strive to keep both you and your pup as happy and comfortable as possible while youâ€™re out earning those big bucks.</p><p data-css=\"tve-u-15ec2ab1d82\"><br></p><p data-css=\"tve-u-15ec2aa8e2e\"><strong>Get <span data-css=\"tve-u-15ec2aafa24\" style=\"color: rgb(89, 171, 227);\" wfd-id=\"118\">20%</span> off your first walk. Enter your email and we\'ll send you your coupon.</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ec2abe257\" wfd-id=\"109\">\n<div class=\"tve-content-box-background\" wfd-id=\"114\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ec2acb421\" wfd-id=\"110\"><div class=\"thrv_wrapper thrv-button tve_ea_thrive_lightbox\" data-css=\"tve-u-15ec2ac01df\" data-tcb_hover_state_parent=\"false\" data-button-style=\"full_rounded\" wfd-id=\"111\">\n<a href=\"#\" class=\"tcb-button-link tve_evt_manager_listen tve_et_click\" data-tcb-events=\"__TCB_EVENT_[{&quot;config&quot;:{&quot;l_anim&quot;:&quot;zoom_in&quot;,&quot;l_id&quot;:&quot;265&quot;},&quot;a&quot;:&quot;thrive_lightbox&quot;,&quot;t&quot;:&quot;click&quot;}]_TNEVE_BCT__\">\n<span class=\"tcb-button-texts\" wfd-id=\"112\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-15ebe925072\" wfd-id=\"113\">Get Your Coupon Now</span></span>\n</a>\n</div></div>\n</div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-15ec2b0a32a\" id=\"areaweserve\" wfd-id=\"85\">\n<div class=\"tve-page-section-out\" wfd-id=\"104\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15f76fcb7df\" wfd-id=\"86\"><div class=\"thrv_wrapper thrv-columns\" style=\"\" data-css=\"tve-u-15ee103f44a\" wfd-id=\"87\"><div class=\"tcb-flex-row tcb--cols--2 tcb-medium-wrap\" data-css=\"tve-u-15ec2ae8715\" wfd-id=\"88\"><div class=\"tcb-flex-col c-33\" wfd-id=\"93\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec2b37666\" wfd-id=\"95\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"100\"><p data-css=\"tve-u-15ec2af6c4b\"><span data-css=\"tve-u-15ec2af6c4e\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"103\">area we serve</span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"96\"><p>As a small team of experienced dog owners and lovers, we really get to know you and your dog and we canguarantee consistent and personal care that is equal to your love and attention.</p><p><br></p><p><strong><span data-css=\"tve-u-15ec2afed17\" style=\"color: rgb(89, 171, 227);\" wfd-id=\"99\">We are so excited to make you a part of the family!</span></strong></p></div></div></div><div class=\"tcb-flex-col c-66\" wfd-id=\"89\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec2b33f06\" wfd-id=\"91\"><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-15ec2b3b468\" wfd-id=\"92\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=blakely, united states&amp;t=m&amp;z=11&amp;output=embed&amp;iwloc=near\"></iframe>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" data-css=\"tve-u-15ec2b5d54c\" style=\"width: 1603px; left: 0px;\" id=\"contact\" wfd-id=\"43\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ec2b56fac\" wfd-id=\"84\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec2b54c99\" wfd-id=\"44\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1602b31dfcd\" wfd-id=\"45\"><div class=\"tcb-flex-row tcb-resized tcb-medium-wrap tcb--cols--3\" data-css=\"tve-u-1602b37ce9d\" wfd-id=\"46\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1602be453ec\" style=\"\" wfd-id=\"78\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"80\"><div class=\"tcb-clear\" data-css=\"tve-u-1602bff3cd5\" wfd-id=\"81\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec2b6e126\" wfd-id=\"82\"><span class=\"tve_image_frame\" wfd-id=\"83\"><img class=\"tve_image wp-image-25564\" alt=\"\" width=\"142\" height=\"44\" title=\"logo_pawcity\" data-id=\"25564\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/logo_pawcity.png\"></span></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1602be45437\" style=\"\" wfd-id=\"62\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1602be56dfc\" wfd-id=\"64\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1602bfebaf9\" wfd-id=\"65\">\n<div class=\"tve-content-box-background\" wfd-id=\"77\"></div>\n<div class=\"tve-cb\" wfd-id=\"66\"><div class=\"tcb-clear\" data-css=\"tve-u-1602bf36e2c\" wfd-id=\"74\"><div class=\"thrv_wrapper tve_image_caption tcb-mobile-hidden\" data-css=\"tve-u-1602be7db66\" data-float=\"1\" wfd-id=\"75\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"76\"><img class=\"tve_image wp-image-7369\" alt=\"\" width=\"64\" height=\"64\" title=\"location\" data-id=\"7369\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/location.png\" style=\"width: 100%;\"></span></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1602bf25f10\" wfd-id=\"67\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1602befe215\" wfd-id=\"68\"><p data-css=\"tve-u-1602bfa220e\"><strong><span data-css=\"tve-u-1602b324a9b\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"73\">67 E. 3rd Street</span></strong><span data-css=\"tve-u-1602b324a9c\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"72\"> </span><span data-css=\"tve-u-1602b324ab9\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"71\">Suite B New York, NY 10003</span></p></div></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1602be4545b\" style=\"\" wfd-id=\"47\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"49\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1602bfea280\" wfd-id=\"50\">\n<div class=\"tve-content-box-background\" wfd-id=\"61\"></div>\n<div class=\"tve-cb\" wfd-id=\"51\"><div class=\"tcb-clear\" data-css=\"tve-u-1602bfc4bea\" wfd-id=\"58\"><div class=\"thrv_wrapper tve_image_caption tcb-mobile-hidden\" data-css=\"tve-u-1602bec144e\" data-float=\"1\" wfd-id=\"59\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"60\"><img class=\"tve_image wp-image-7370\" alt=\"\" width=\"64\" height=\"64\" title=\"phone\" data-id=\"7370\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/phone.png\" style=\"width: 100%;\"></span></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1602bfc74c3\" wfd-id=\"52\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1602b332fd9\" data-float=\"1\" wfd-id=\"53\"><p><a href=\"tel:9548481911\" target=\"_blank\"><strong><span data-css=\"tve-u-1602b324a9b\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"57\">954-848-1911</span></strong></a><br></p></div></div></div>\n</div></div></div></div></div></div>\n</div>'),(2842,280,'tve_revision_tve_has_wistia_popover','0'),(2844,281,'tve_revision_tve_disable_theme_dependency',''),(2845,281,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-165b813034a\" wfd-id=\"275\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ebe5d7b44\" wfd-id=\"297\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ebe51d596\" wfd-id=\"276\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15ec3055cca\" wfd-id=\"277\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2\" data-css=\"tve-u-15ebe8a2edd\" wfd-id=\"278\"><div class=\"tcb-flex-col\" wfd-id=\"291\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec30518d3\" wfd-id=\"293\"><div class=\"tcb-clear\" data-css=\"tve-u-15ecc95760b\" wfd-id=\"294\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ebe70a25b\" wfd-id=\"295\"><span class=\"tve_image_frame\" wfd-id=\"296\"><img class=\"tve_image wp-image-25564\" alt=\"\" width=\"142\" height=\"44\" title=\"logo_pawcity\" data-id=\"25564\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/logo_pawcity.png\"></span></div></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"279\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec313e743\" data-tcb_hover_state_parent=\"\" wfd-id=\"281\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone tcb-tablet-hidden tcb-mobile-hidden\" style=\"\" wfd-id=\"282\"><p data-css=\"tve-u-15f002fa8f6\"><span data-css=\"tve-u-15f0034f748\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"290\"><a href=\"#whatwedo\">What We Do</a></span>&nbsp; &nbsp; <span data-css=\"tve-u-15f003606db\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"289\"><a href=\"#testimonials\">Testimonials</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f003655f8\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"288\"><a href=\"#aboutus\">About Us</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f00369f5e\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"287\"><a href=\"#getyourcoupon\">Get Your Coupon</a></span>&nbsp; &nbsp; <span data-css=\"tve-u-15f0064f814\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"286\"><a href=\"#areaweserve\">Area We Serve</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f003784ab\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"285\"><a href=\"#contact\">Contact</a></span></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ebe8abb9e\" wfd-id=\"244\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ebe8a4d78\" data-clip-id=\"335f47a4c8f92\" wfd-id=\"274\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-left-335f47a4c8f92\" class=\"decoration-clip clip-path-left\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" pointer-width=\"6\" pointer-height=\"2.5\" style=\"curves\" decoration-type=\"none\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon><ellipse cx=\"0.025\" cy=\"0.029412\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.08823600000000001\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.14706\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.205884\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.264708\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.323532\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.38235600000000003\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.44118\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.500004\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.558828\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.617652\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.676476\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.7353000000000001\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.794124\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.852948\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.911772\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.970596\" rx=\"0.025\" ry=\"0.029412\"></ellipse></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ebe72c974\" wfd-id=\"245\"><div class=\"thrv_wrapper thrv-columns tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec318421d\" wfd-id=\"246\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-15ebe738fb8\" wfd-id=\"247\"><div class=\"tcb-flex-col\" wfd-id=\"271\"><div class=\"tcb-col\" data-css=\"tve-u-15ebe73226c\" wfd-id=\"273\"></div></div><div class=\"tcb-flex-col\" wfd-id=\"248\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ebe89fb7a\" wfd-id=\"250\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ebe827cb3\" wfd-id=\"251\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15ebe830a90\" data-clip-id=\"bb2526ca261ae\" wfd-id=\"270\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-left-bb2526ca261ae\" class=\"decoration-clip clip-path-left\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"divider\" pointer-width=\"5.7\" pointer-height=\"2.5\" style=\"curves\" slanted-angle=\"5\"><polygon points=\"0.025 0, 0.025 1, 1 1, 1 0\"></polygon><ellipse cx=\"0.025\" cy=\"0.027778\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.083334\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.13889\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.194446\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.250002\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.305558\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.361114\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.41667\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.47222600000000003\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.527782\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.583338\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.638894\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.69445\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.7500060000000001\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.805562\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.861118\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.916674\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.97223\" rx=\"0.025\" ry=\"0.027778\"></ellipse></clipPath><clipPath id=\"clip-tablet-left-bb2526ca261ae\" class=\"decoration-clip clip-path-tablet-left\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"divider\" pointer-width=\"5.7\" pointer-height=\"4\" style=\"curves\" slanted-angle=\"5\"><polygon points=\"0.04 0, 0.04 1, 1 1, 1 0\"></polygon><ellipse cx=\"0.04\" cy=\"0.027778\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.083334\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.13889\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.194446\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.250002\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.305558\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.361114\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.41667\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.47222600000000003\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.527782\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.583338\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.638894\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.69445\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.7500060000000001\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.805562\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.861118\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.916674\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.97223\" rx=\"0.04\" ry=\"0.027778\"></ellipse></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ebe80a9a1\" wfd-id=\"252\"><div class=\"tcb-clear\" data-css=\"tve-u-15ebe8ee6c0\" wfd-id=\"266\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15ebe8edca2\" data-tag=\"h1\" wfd-id=\"267\"><h1 data-css=\"tve-u-15ebe90cfb0\">Happy dogs =<br>â€‹â€‹â€‹â€‹â€‹happâ€‹â€‹â€‹â€‹y owners</h1></div></div><div class=\"tcb-clear\" data-css=\"tve-u-15ec30a8a14\" wfd-id=\"262\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ebe906677\" wfd-id=\"263\"><p data-css=\"tve-u-15ebe905473\">Offer your dog a premium walking experience</p></div></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ebe916c34\" wfd-id=\"254\">\n<div class=\"tve-content-box-background\" wfd-id=\"261\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ec3152b02\" wfd-id=\"255\"><div class=\"thrv_wrapper thrv-button tve_ea_thrive_lightbox\" data-css=\"tve-u-15ebe91a626\" data-tcb_hover_state_parent=\"false\" data-button-style=\"full_rounded\" wfd-id=\"256\">\n<a href=\"#\" class=\"tcb-button-link tve_evt_manager_listen tve_et_click\" data-tcb-events=\"__TCB_EVENT_[{&quot;config&quot;:{&quot;l_anim&quot;:&quot;zoom_in&quot;,&quot;l_id&quot;:265},&quot;a&quot;:&quot;thrive_lightbox&quot;,&quot;t&quot;:&quot;click&quot;}]_TNEVE_BCT__\">\n<span class=\"tcb-button-texts\" wfd-id=\"257\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-165b814869f\" wfd-id=\"258\">Get 10% OFF Your First Cerakote Project</span></span>\n</a>\n</div></div>\n</div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec3017516\" wfd-id=\"235\">\n<div class=\"tve-page-section-out\" wfd-id=\"243\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ebea3a693\" wfd-id=\"236\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15ebea49c0c\" id=\"whatwedo\" data-tag=\"h1\" wfd-id=\"240\"><h1 data-css=\"tve-u-15ebea42b31\" style=\"text-align: center;\">What We Do</h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2448fdb\" wfd-id=\"237\"><p data-css=\"tve-u-15ec2443105\" style=\"text-align: center;\">Our goal is to make sure the owners are comforted, the pups are exercised and happy and that we are getting our own puppy fixes. But letâ€™s be honest- itâ€™s their world, weâ€™re just living in it! As a small team of experienced dog owners and lovers, we really get to know you and your dog and we canguarantee consistent and personal care that is equal to your love and attention. We are so excited to make you a part of the family!</p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" wfd-id=\"202\">\n<div class=\"tve-page-section-out\" wfd-id=\"234\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ee1211b9b\" wfd-id=\"203\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15ee121a6d1\" wfd-id=\"204\"><div class=\"tcb-flex-row tcb--cols--3 tcb-medium-wrap\" data-css=\"tve-u-15ee121fb1c\" wfd-id=\"205\"><div class=\"tcb-flex-col\" wfd-id=\"224\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ee1225fdf\" wfd-id=\"226\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec2477274\" wfd-id=\"232\"><span class=\"tve_image_frame\" wfd-id=\"233\"><img class=\"tve_image wp-image-1596\" alt=\"\" width=\"55\" height=\"73\" title=\"what_do_icon_01\" data-id=\"1596\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_01.png\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"231\"><p data-css=\"tve-u-15ec2481d17\"><strong>First Class Care</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"230\"><p data-css=\"tve-u-15ec2487407\">all the best for them</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2492191\" wfd-id=\"227\"><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"214\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ee1232726\" wfd-id=\"216\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec24ae116\" wfd-id=\"222\"><span class=\"tve_image_frame\" wfd-id=\"223\"><img class=\"tve_image wp-image-1597\" alt=\"\" width=\"73\" height=\"73\" title=\"what_do_icon_02\" data-id=\"1597\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_02.png\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"221\"><p data-css=\"tve-u-15ec2481d17\"><strong>Snacks Included</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"220\"><p data-css=\"tve-u-15ec2487407\">for your little one</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec3192f72\" wfd-id=\"217\"><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"206\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ee1237243\" wfd-id=\"208\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec24d5e15\" wfd-id=\"212\"><span class=\"tve_image_frame\" wfd-id=\"213\"><img class=\"tve_image wp-image-1598\" alt=\"\" width=\"65\" height=\"73\" title=\"what_do_icon_03\" data-id=\"1598\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_03.png\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"211\"><p data-css=\"tve-u-15ec2481d17\"><strong>Regularly walks</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"210\"><p data-css=\"tve-u-15ec2487407\">to keep them ealthy</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2492191\" wfd-id=\"209\"><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris.</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-15ec24f494c\" id=\"testimonials\" style=\"\" wfd-id=\"176\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ec24f97c0\" wfd-id=\"201\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec24f790d\" wfd-id=\"177\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15ec254985a\" style=\"\" wfd-id=\"178\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-15ec253a41f\" wfd-id=\"179\"><div class=\"tcb-flex-col\" wfd-id=\"183\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec253ef3a\" style=\"\" wfd-id=\"185\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec256e611\" style=\"\" wfd-id=\"192\"><p data-css=\"tve-u-15ec25610c7\"><span data-css=\"tve-u-15ec268a0a3\" style=\"font-size: 45px; color: rgb(89, 171, 227);\" wfd-id=\"199\"><span data-css=\"tve-u-15ec26760e9\" style=\"font-family: ABeeZee;\" wfd-id=\"200\">â€</span></span><span data-css=\"tve-u-15ec256b908\" style=\"font-family: &quot;Amatic SC&quot;;\" wfd-id=\"198\">&nbsp; &nbsp; &nbsp;</span><span data-css=\"tve-u-15ec2680494\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"196\"><span data-css=\"tve-u-15ec269379d\" style=\"font-size: 45px;\" wfd-id=\"197\">my chester enjoys being with them!</span> &nbsp; &nbsp;&nbsp;</span><span data-css=\"tve-u-15ec255fe12\" style=\"font-family: ABeeZee; font-weight: 400; color: rgb(89, 171, 227); font-size: 45px;\" wfd-id=\"195\">â€</span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2698d8d\" wfd-id=\"189\"><p data-css=\"tve-u-160266880a0\">We LOVE going for walks with our friends at Paw! Donâ€™t tell our mom &amp; dad,but we get really excited when they leave for work because we know it wonâ€™t be long before we get a visit from one of our favorite friends at PawCity! Best part is, they always let our parents know how ourwalk went right away so they dont have to worry about us!</p><p data-css=\"tve-u-15ec269736c\">We love you PawCity!! xoxo</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec26ab7b0\" style=\"\" wfd-id=\"186\"><p data-css=\"tve-u-15ec26a92a2\"><strong>Anna Olson</strong>, Chesterâ€™s Mom</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"180\"><div class=\"tcb-col\" wfd-id=\"182\"></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec26c390a\" id=\"aboutus\" wfd-id=\"167\">\n<div class=\"tve-page-section-out\" wfd-id=\"175\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec26b9914\" wfd-id=\"168\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15ee1037a1d\" data-tag=\"h1\" wfd-id=\"172\"><h1 data-css=\"tve-u-15ec26bd2e8\">About us</h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec31ba260\" wfd-id=\"169\"><p data-css=\"tve-u-15ec2443105\" style=\"text-align: center;\">At PawCity, we lead lives full of the unconditional love and happiness we receive from the furballs we get to spend time with everyday and we have this beautiful city and all the beautiful people in it to thank. We love you and your pups!!</p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec26ec232\" wfd-id=\"132\">\n<div class=\"tve-page-section-out\" wfd-id=\"166\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec26e5812\" wfd-id=\"133\"><div class=\"thrv_wrapper thrv-columns tcb-window-width\" style=\"width: 1603px; left: -1px;\" data-css=\"tve-u-15ee106257d\" wfd-id=\"134\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2\" data-css=\"tve-u-15ec26fee25\" wfd-id=\"135\"><div class=\"tcb-flex-col c-33\" wfd-id=\"161\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec2a38bfd\" wfd-id=\"163\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec2a33d71\" wfd-id=\"164\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"165\"><img class=\"tve_image wp-image-7399\" alt=\"\" width=\"830\" height=\"775\" title=\"about_us_dog\" data-id=\"7399\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/about_us_dog.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col c-66\" wfd-id=\"136\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec27075e1\" wfd-id=\"138\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160309f3e5d\" wfd-id=\"153\">\n<div class=\"tve-content-box-background\" wfd-id=\"160\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160309b397d\" wfd-id=\"154\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-160309b00b4\" data-float=\"1\" wfd-id=\"158\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"159\"><img class=\"tve_image wp-image-7404\" alt=\"\" width=\"64\" height=\"64\" title=\"dog_paw\" data-id=\"7404\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/dog_paw.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16030a08afd\" wfd-id=\"155\"><p>We moved to New York City with our black bulldog rescue, Blakely, in 2007 after graduating from the University of Maryland. Immediately, we realized what a dog-crazy place it was.</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160309f6c04\" wfd-id=\"145\">\n<div class=\"tve-content-box-background\" wfd-id=\"152\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160309b397d\" wfd-id=\"146\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-160309ddca8\" data-float=\"1\" wfd-id=\"150\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"151\"><img class=\"tve_image wp-image-7403\" alt=\"\" width=\"64\" height=\"64\" title=\"dog_house\" data-id=\"7403\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/dog_house.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16030a09626\" wfd-id=\"147\"><p>We knew right away that we wanted to work with the animals that we loved and that had given us so much love since we were little girls. We started PawCity Dog Walking in July of 2010.</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16030975307\" wfd-id=\"139\">\n<div class=\"tve-content-box-background\" wfd-id=\"144\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160309b397d\" wfd-id=\"140\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16030a013d7\" data-float=\"1\" wfd-id=\"142\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"143\"><img class=\"tve_image wp-image-7405\" alt=\"\" width=\"64\" height=\"64\" title=\"spinning_wheel\" data-id=\"7405\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/spinning_wheel.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160309b344b\" wfd-id=\"141\"><p>We cover the entire width of the East Side, from 96th Street to Delancey and handle every type of personality imaginable. At PawCity, we lead lives full of the unconditional love and happiness we receive from the furballs we get to spend time with everyday.</p></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" data-css=\"tve-u-15ec2a56438\" style=\"width: 1603px; left: 0px;\" id=\"getyourcoupon\" wfd-id=\"112\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ec2a5bb35\" wfd-id=\"131\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec2a5540e\" wfd-id=\"113\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ec2a80647\" wfd-id=\"114\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15ec2a9b8a9\" wfd-id=\"130\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ec2a81a9f\" wfd-id=\"115\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2a6f589\" wfd-id=\"126\"><p data-css=\"tve-u-15ec2a6b447\"><span data-css=\"tve-u-15ec2a6d9d8\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"129\"><strong>Get Your Coupon</strong></span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2aaa9a4\" wfd-id=\"122\"><p data-css=\"tve-u-15ec2ab1d6d\">We strive to keep both you and your pup as happy and comfortable as possible while youâ€™re out earning those big bucks.</p><p data-css=\"tve-u-15ec2ab1d82\"><br></p><p data-css=\"tve-u-15ec2aa8e2e\"><strong>Get <span data-css=\"tve-u-15ec2aafa24\" style=\"color: rgb(89, 171, 227);\" wfd-id=\"125\">20%</span> off your first walk. Enter your email and we\'ll send you your coupon.</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ec2abe257\" wfd-id=\"116\">\n<div class=\"tve-content-box-background\" wfd-id=\"121\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ec2acb421\" wfd-id=\"117\"><div class=\"thrv_wrapper thrv-button tve_ea_thrive_lightbox\" data-css=\"tve-u-15ec2ac01df\" data-tcb_hover_state_parent=\"false\" data-button-style=\"full_rounded\" wfd-id=\"118\">\n<a href=\"#\" class=\"tcb-button-link tve_evt_manager_listen tve_et_click\" data-tcb-events=\"__TCB_EVENT_[{&quot;config&quot;:{&quot;l_anim&quot;:&quot;zoom_in&quot;,&quot;l_id&quot;:&quot;265&quot;},&quot;a&quot;:&quot;thrive_lightbox&quot;,&quot;t&quot;:&quot;click&quot;}]_TNEVE_BCT__\">\n<span class=\"tcb-button-texts\" wfd-id=\"119\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-15ebe925072\" wfd-id=\"120\">Get Your Coupon Now</span></span>\n</a>\n</div></div>\n</div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-15ec2b0a32a\" id=\"areaweserve\" wfd-id=\"92\">\n<div class=\"tve-page-section-out\" wfd-id=\"111\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15f76fcb7df\" wfd-id=\"93\"><div class=\"thrv_wrapper thrv-columns\" style=\"\" data-css=\"tve-u-15ee103f44a\" wfd-id=\"94\"><div class=\"tcb-flex-row tcb--cols--2 tcb-medium-wrap\" data-css=\"tve-u-15ec2ae8715\" wfd-id=\"95\"><div class=\"tcb-flex-col c-33\" wfd-id=\"100\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec2b37666\" wfd-id=\"102\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"107\"><p data-css=\"tve-u-15ec2af6c4b\"><span data-css=\"tve-u-15ec2af6c4e\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"110\">area we serve</span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"103\"><p>As a small team of experienced dog owners and lovers, we really get to know you and your dog and we canguarantee consistent and personal care that is equal to your love and attention.</p><p><br></p><p><strong><span data-css=\"tve-u-15ec2afed17\" style=\"color: rgb(89, 171, 227);\" wfd-id=\"106\">We are so excited to make you a part of the family!</span></strong></p></div></div></div><div class=\"tcb-flex-col c-66\" wfd-id=\"96\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec2b33f06\" wfd-id=\"98\"><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-15ec2b3b468\" wfd-id=\"99\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=blakely, united states&amp;t=m&amp;z=11&amp;output=embed&amp;iwloc=near\"></iframe>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" data-css=\"tve-u-15ec2b5d54c\" style=\"width: 1603px; left: 0px;\" id=\"contact\" wfd-id=\"50\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ec2b56fac\" wfd-id=\"91\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec2b54c99\" wfd-id=\"51\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1602b31dfcd\" wfd-id=\"52\"><div class=\"tcb-flex-row tcb-resized tcb-medium-wrap tcb--cols--3\" data-css=\"tve-u-1602b37ce9d\" wfd-id=\"53\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1602be453ec\" style=\"\" wfd-id=\"85\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"87\"><div class=\"tcb-clear\" data-css=\"tve-u-1602bff3cd5\" wfd-id=\"88\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec2b6e126\" wfd-id=\"89\"><span class=\"tve_image_frame\" wfd-id=\"90\"><img class=\"tve_image wp-image-25564\" alt=\"\" width=\"142\" height=\"44\" title=\"logo_pawcity\" data-id=\"25564\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/logo_pawcity.png\"></span></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1602be45437\" style=\"\" wfd-id=\"69\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1602be56dfc\" wfd-id=\"71\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1602bfebaf9\" wfd-id=\"72\">\n<div class=\"tve-content-box-background\" wfd-id=\"84\"></div>\n<div class=\"tve-cb\" wfd-id=\"73\"><div class=\"tcb-clear\" data-css=\"tve-u-1602bf36e2c\" wfd-id=\"81\"><div class=\"thrv_wrapper tve_image_caption tcb-mobile-hidden\" data-css=\"tve-u-1602be7db66\" data-float=\"1\" wfd-id=\"82\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"83\"><img class=\"tve_image wp-image-7369\" alt=\"\" width=\"64\" height=\"64\" title=\"location\" data-id=\"7369\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/location.png\" style=\"width: 100%;\"></span></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1602bf25f10\" wfd-id=\"74\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1602befe215\" wfd-id=\"75\"><p data-css=\"tve-u-1602bfa220e\"><strong><span data-css=\"tve-u-1602b324a9b\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"80\">67 E. 3rd Street</span></strong><span data-css=\"tve-u-1602b324a9c\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"79\"> </span><span data-css=\"tve-u-1602b324ab9\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"78\">Suite B New York, NY 10003</span></p></div></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1602be4545b\" style=\"\" wfd-id=\"54\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"56\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1602bfea280\" wfd-id=\"57\">\n<div class=\"tve-content-box-background\" wfd-id=\"68\"></div>\n<div class=\"tve-cb\" wfd-id=\"58\"><div class=\"tcb-clear\" data-css=\"tve-u-1602bfc4bea\" wfd-id=\"65\"><div class=\"thrv_wrapper tve_image_caption tcb-mobile-hidden\" data-css=\"tve-u-1602bec144e\" data-float=\"1\" wfd-id=\"66\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"67\"><img class=\"tve_image wp-image-7370\" alt=\"\" width=\"64\" height=\"64\" title=\"phone\" data-id=\"7370\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/phone.png\" style=\"width: 100%;\"></span></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1602bfc74c3\" wfd-id=\"59\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1602b332fd9\" data-float=\"1\" wfd-id=\"60\"><p><a href=\"tel:#9548481911\" target=\"_blank\"><strong><span data-css=\"tve-u-1602b324a9b\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"64\">954-848-1911</span></strong></a><br></p></div></div></div>\n</div></div></div></div></div></div>\n</div>'),(2846,281,'tve_revision_tve_content_more_found',''),(2847,281,'tve_revision_tve_save_post',''),(2848,281,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Montserrat:400,200,300&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Amatic+SC:400&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=ABeeZee:400&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-160309b397d\"]::after { clear: both; }[data-css=\"tve-u-160309b344b\"] { position: relative !important; margin-left: 100px !important; }[data-css=\"tve-u-160309b00b4\"] + div { clear: none; }[data-css=\"tve-u-160309b00b4\"] { float: none; width: 60px; position: absolute; margin-bottom: 0px !important; margin-top: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-16030975307\"] { max-width: 75%; margin-left: 80px !important; }[data-css=\"tve-u-1602bfa220e\"] { line-height: 1.85em !important; }[data-css=\"tve-u-1602be7db66\"] { float: left; width: 40px; z-index: 3; position: relative; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1602be56dfc\"]::after { clear: both; }[data-css=\"tve-u-1602be4545b\"] { max-width: 25%; }[data-css=\"tve-u-1602be45437\"] { max-width: 48.1%; }[data-css=\"tve-u-1602be453ec\"] { max-width: 26.9%; }[data-css=\"tve-u-1602b37ce9d\"] > .tcb-flex-col > .tcb-col { justify-content: center; }[data-css=\"tve-u-1602b332fd9\"] { max-width: 264px; position: relative; float: right; z-index: 3; width: 100%; padding-left: 1px !important; margin-top: 1px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1602b324a9c\"] { color: rgb(74, 163, 223) !important; }[data-css=\"tve-u-1602b324a9b\"] { color: rgb(74, 163, 223) !important; }[data-css=\"tve-u-1602b31dfcd\"] { max-width: 1296px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15f76fcb7df\"] { max-width: 100%; }[data-css=\"tve-u-15f0064f814\"] { color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-15ec313e743\"]:hover p, #tve_editor [data-css=\"tve-u-15ec313e743\"]:hover li, #tve_editor [data-css=\"tve-u-15ec313e743\"]:hover blockquote, #tve_editor [data-css=\"tve-u-15ec313e743\"]:hover address { color: rgb(89, 171, 227); }[data-css=\"tve-u-15f003784ab\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15f00369f5e\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15f003655f8\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15f003606db\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15f0034f748\"] { color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-15f002fa8f6\"] { color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-15ec313e743\"] p, #tve_editor [data-css=\"tve-u-15ec313e743\"] li, #tve_editor [data-css=\"tve-u-15ec313e743\"] blockquote, #tve_editor [data-css=\"tve-u-15ec313e743\"] address { font-size: 16px; }[data-css=\"tve-u-15ec313e743\"] { text-align: left; padding-left: 0px !important; margin-left: 0px !important; margin-right: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-15ee121fb1c\"] .tcb-flex-col { flex-basis: 285px !important; }[data-css=\"tve-u-15ec30a8a14\"]::after { clear: both; }#tve_editor [data-css=\"tve-u-15ebe90cfb0\"] { font-size: 96px !important; }[data-css=\"tve-u-15ee1237243\"] { box-shadow: rgba(73, 137, 181, 0.15) -3px 7px 69px 10px; }[data-css=\"tve-u-15ee1232726\"] { box-shadow: rgba(73, 137, 181, 0.15) -3px 7px 69px 10px; }[data-css=\"tve-u-15ee121fb1c\"] > .tcb-flex-col > .tcb-col { min-height: 503px; }[data-css=\"tve-u-15ee1225fdf\"] { box-shadow: rgba(73, 137, 181, 0.15) -3px 7px 69px 10px; }[data-css=\"tve-u-15ee121fb1c\"] { margin-left: -60px; min-height: inherit; }[data-css=\"tve-u-15ee121fb1c\"] > .tcb-flex-col { padding-left: 60px; }[data-css=\"tve-u-15ee121a6d1\"] { float: none; max-width: 1296px; text-align: center; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ee1211b9b\"] { max-width: 1603px; text-align: center; }[data-css=\"tve-u-15ec26fee25\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-15ee106257d\"] { max-width: 100%; }[data-css=\"tve-u-15ec3055cca\"] { max-width: 1370px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ee103f44a\"] { float: none; max-width: 1296px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ee1037a1d\"] { float: none; max-width: 1296px; margin-left: auto !important; margin-right: auto !important; }#tve_editor [data-css=\"tve-u-15ec2ac01df\"]:hover .tcb-button-link { box-shadow: rgba(73, 137, 181, 0.25) -3px 7px 73px 18px; background-color: rgb(149, 250, 201) !important; }#tve_editor [data-css=\"tve-u-15ebe91a626\"]:hover .tcb-button-link { box-shadow: rgba(73, 137, 181, 0.25) -3px 7px 73px 18px; border: 0px dashed rgb(255, 255, 255); background-color: rgb(149, 250, 201) !important; font-weight: normal !important; background-image: none !important; }[data-css=\"tve-u-15ebe8a2edd\"] > .tcb-flex-col > .tcb-col { justify-content: center; }[data-css=\"tve-u-15ec3017516\"] { margin-top: 60px !important; padding-bottom: 50px !important; }[data-css=\"tve-u-15ec2b6e126\"] { width: 142px; }[data-css=\"tve-u-15ec2b5d54c\"] { margin-top: 83px !important; }[data-css=\"tve-u-15ec2b56fac\"] { background-image: linear-gradient(rgb(0, 0, 0), rgb(0, 0, 0)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-15ec2b54c99\"] { max-width: 1586px; min-height: 100px !important; }[data-css=\"tve-u-15ec2b3b468\"] { box-shadow: rgba(89, 171, 227, 0.15) -3px 7px 69px 10px; margin-top: 0px !important; margin-bottom: 0px !important; margin-left: 38px !important; }[data-css=\"tve-u-15ec2b37666\"] { margin-top: 114px !important; }[data-css=\"tve-u-15ec2b33f06\"] { padding-left: 0px !important; }[data-css=\"tve-u-15ec2b0a32a\"] { margin-top: 76px !important; }[data-css=\"tve-u-15ec2ae8715\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-15ec2afed17\"] { color: rgb(89, 171, 227) !important; }[data-css=\"tve-u-15ec2ae8715\"] { float: none; max-width: 1453px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2acb421\"] { min-height: 162px; }[data-css=\"tve-u-15ec2aafa24\"] { color: rgb(89, 171, 227) !important; }[data-css=\"tve-u-15ec2aaa9a4\"] { float: none; max-width: 1440px; margin-left: auto !important; margin-right: auto !important; margin-top: 25px !important; }#tve_editor [data-css=\"tve-u-15ec2aa8e2e\"] { letter-spacing: 1px; color: rgb(255, 255, 255) !important; font-size: 20px !important; }[data-css=\"tve-u-15ec2a9b8a9\"] { border: 1px solid rgb(89, 171, 227) !important; }[data-css=\"tve-u-15ec2a81a9f\"] { min-height: 162px; }[data-css=\"tve-u-15ec2a80647\"] { float: none; max-width: 97%; margin-left: auto !important; margin-right: auto !important; margin-top: 55px !important; }[data-css=\"tve-u-15ec2a6f589\"] { float: none; max-width: 1440px; margin-top: 55px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2a6d9d8\"] { font-family: \"Amatic SC\" !important; font-weight: 400 !important; }#tve_editor [data-css=\"tve-u-15ec2a6b447\"] { color: rgb(89, 171, 227) !important; font-size: 70px !important; }[data-css=\"tve-u-15ec2a5bb35\"] { background-image: linear-gradient(rgba(28, 54, 85, 0.8), rgba(28, 54, 85, 0.8)), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/coupon_background.jpg\") !important; background-size: auto, cover !important; background-position: 0px 0px, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-15ec2a56438\"] { margin-top: 69px !important; }[data-css=\"tve-u-15ec2a5540e\"] { max-width: 100%; text-align: center; min-height: 561px !important; }[data-css=\"tve-u-15ec2a38bfd\"] { margin-right: 0px !important; padding-right: 0px !important; margin-left: 0px !important; }[data-css=\"tve-u-15ec2a33d71\"] { width: 830px; position: relative; top: 0px; left: 40px; z-index: 7; float: none; padding-right: 0px !important; padding-left: 0px !important; }[data-css=\"tve-u-15ec27075e1\"] { border-left: 2px dashed rgb(232, 238, 241); border-top: 1px solid rgb(232, 238, 241); border-bottom: 1px solid rgb(232, 238, 241); }[data-css=\"tve-u-15ec26fee25\"] > .tcb-flex-col > .tcb-col { min-height: 612px; }[data-css=\"tve-u-15ec26fee25\"] { min-height: inherit; margin-left: 0px; padding-top: 0px !important; padding-bottom: 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-15ec26ec232\"] { margin-top: 66px !important; }[data-css=\"tve-u-15ec26e5812\"] { max-width: 100%; min-height: 586px !important; }[data-css=\"tve-u-15ec26c390a\"] { margin-top: 60px !important; }#tve_editor [data-css=\"tve-u-15ec26bd2e8\"] { color: rgb(24, 45, 60) !important; font-size: 70px !important; }[data-css=\"tve-u-15ec26b9914\"] { max-width: 1434px; text-align: center; }[data-css=\"tve-u-15ec26ab7b0\"] { margin-top: 67px !important; }#tve_editor [data-css=\"tve-u-15ec26a92a2\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15ec2698d8d\"] { float: none; max-width: 600px; margin-left: auto !important; margin-right: auto !important; margin-top: 30px !important; }#tve_editor [data-css=\"tve-u-15ec269736c\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15ec269379d\"] { font-size: 45px !important; }[data-css=\"tve-u-15ec268a0a3\"] { font-size: 45px !important; color: rgb(89, 171, 227) !important; }[data-css=\"tve-u-15ec256e611\"] { margin-top: 0px !important; }#tve_editor [data-css=\"tve-u-15ec25610c7\"] { font-size: 40px !important; color: rgb(89, 171, 227) !important; }[data-css=\"tve-u-15ec255fe12\"] { font-family: ABeeZee !important; font-weight: 400 !important; color: rgb(89, 171, 227) !important; font-size: 45px !important; }[data-css=\"tve-u-15ec254985a\"] { margin-right: 0px !important; }[data-css=\"tve-u-15ec253ef3a\"] { text-align: center; background-image: linear-gradient(rgba(24, 45, 60, 0.95), rgba(24, 45, 60, 0.95)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; margin-top: 0px !important; padding-top: 130px !important; padding-bottom: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-15ec253a41f\"] > .tcb-flex-col > .tcb-col { min-height: 661px; }[data-css=\"tve-u-15ec253a41f\"] { min-height: inherit; float: none; max-width: 1474px; z-index: 3; position: relative; padding-top: 0px !important; padding-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; padding-right: 0px !important; }[data-css=\"tve-u-15ec24f97c0\"] { background-image: linear-gradient(rgba(42, 51, 68, 0.1), rgba(42, 51, 68, 0.1)), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/testimonial_bg.jpg\") !important; background-size: auto, cover !important; background-position: 0px 0px, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-15ec24f790d\"] { min-height: 661px !important; }[data-css=\"tve-u-15ec24f494c\"] { margin-top: 60px !important; }[data-css=\"tve-u-15ec24d5e15\"] + div { clear: none; }[data-css=\"tve-u-15ec24d5e15\"] { float: none; width: 65px; margin-left: auto !important; margin-right: auto !important; margin-top: 40px !important; }[data-css=\"tve-u-15ec24ae116\"] + div { clear: none; }[data-css=\"tve-u-15ec24ae116\"] { float: none; width: 73px; margin-left: auto !important; margin-right: auto !important; margin-top: 40px !important; }[data-css=\"tve-u-15ec249b3f6\"] { line-height: 1.9em !important; }[data-css=\"tve-u-15ec2492191\"] { margin-left: 25px !important; margin-right: 25px !important; margin-top: 25px !important; }#tve_editor [data-css=\"tve-u-15ec2487407\"] { text-transform: uppercase !important; color: rgb(135, 156, 171) !important; font-size: 17px !important; }#tve_editor [data-css=\"tve-u-15ec2481d17\"] { font-size: 20px !important; }[data-css=\"tve-u-15ec2477274\"] + div { clear: none; }[data-css=\"tve-u-15ec2477274\"] { float: none; width: 55px; margin-left: auto !important; margin-right: auto !important; margin-top: 40px !important; }[data-css=\"tve-u-15ec2448fdb\"] { float: none; max-width: 1296px; margin-top: 10px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2443105\"] { line-height: 1.8em !important; }[data-css=\"tve-u-15ebea49c0c\"] { float: none; max-width: 1440px; margin-left: auto !important; margin-right: auto !important; margin-top: 0px !important; }#tve_editor [data-css=\"tve-u-15ebea42b31\"] { color: rgb(24, 45, 60) !important; font-size: 70px !important; }[data-css=\"tve-u-15ebea3a693\"] { max-width: 1434px; }#tve_editor [data-css=\"tve-u-15ebe925072\"] { font-family: Montserrat; letter-spacing: 0px; font-weight: 400; font-size: 20px !important; color: rgb(24, 45, 60) !important; }[data-css=\"tve-u-15ebe91a626\"] { display: block; max-width: 423px; margin-left: auto !important; margin-right: auto !important; float: none; }[data-css=\"tve-u-15ebe91a626\"] .tcb-button-link { border-radius: 200px; min-height: 67.1429px; font-size: 1.6em; padding-top: 0px; padding-bottom: 0px; background-color: rgb(255, 255, 255) !important; padding-left: 15px !important; background-image: none !important; border: 1px solid rgb(0, 0, 0); box-shadow: rgba(0, 0, 0, 0.4) 0px 3px 8px 1px; }[data-css=\"tve-u-15ebe916c34\"] { float: none; z-index: 3; position: relative; width: 100%; max-width: 733px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ebe90cfb0\"] { line-height: 1.1em !important; }[data-css=\"tve-u-15ebe906677\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 669px; margin-left: 50px !important; margin-top: 40px !important; }#tve_editor [data-css=\"tve-u-15ebe905473\"] { font-size: 22px !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15ebe8ee6c0\"]::after { clear: both; }[data-css=\"tve-u-15ebe8edca2\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 722px; padding-left: 0px !important; margin-left: 50px !important; margin-top: 104px !important; }[data-css=\"tve-u-15ebe8abb9e\"] { padding: 0px !important; }[data-css=\"tve-u-15ebe8a4d78\"] { clip-path: url(\"#clip-left-335f47a4c8f92\"); -webkit-clip-path: url(\"#clip-left-335f47a4c8f92\");  }[data-css=\"tve-u-15ebe8a2edd\"] { padding-bottom: 15px !important; padding-top: 15px !important; }[data-css=\"tve-u-15ebe89fb7a\"] { margin-left: -35px !important; }[data-css=\"tve-u-15ebe830a90\"] { clip-path: url(\"#clip-left-bb2526ca261ae\"); -webkit-clip-path: url(\"#clip-left-bb2526ca261ae\");  background-image: linear-gradient(rgb(89, 171, 227), rgb(89, 171, 227)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-15ebe827cb3\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 0px !important; }[data-css=\"tve-u-15ebe80a9a1\"] { min-height: 729px; }[data-css=\"tve-u-15ebe738fb8\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-15ebe738fb8\"] > .tcb-flex-col > .tcb-col { min-height: 729px; }[data-css=\"tve-u-15ebe738fb8\"] { min-height: inherit; margin-left: 0px; padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-15ebe73226c\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/header_image-1.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-15ebe72c974\"] { max-width: 1620px; }[data-css=\"tve-u-15ebe70a25b\"] { width: 142px; margin-top: 20px !important; padding-left: 0px !important; margin-left: 30px !important; }[data-css=\"tve-u-15ebe5d7b44\"] { background-image: linear-gradient(rgb(0, 0, 0), rgb(0, 0, 0)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-15ebe51d596\"] { max-width: 100%; min-height: 100px !important; }#tcb_landing_page h3 { font-family: Montserrat; font-weight: 200; font-size: 20px; color: rgb(24, 45, 60); }#tcb_landing_page h2 { font-family: \"Amatic SC\"; font-weight: 400; font-size: 70px; color: rgb(24, 45, 60); }#tcb_landing_page h1 { font-family: \"Amatic SC\"; font-weight: 400; font-size: 96px; color: rgb(255, 255, 255); }#tcb_landing_page p, #tcb_landing_page li { font-family: Montserrat; font-weight: 200; color: rgb(24, 45, 60); font-size: 18px; line-height: 1.667em; }[data-css=\"tve-u-15e09c94f7d\"] { background-color: rgb(255, 255, 255); }[data-css=\"tve-u-15ec256b908\"] { font-family: \"Amatic SC\" !important; font-weight: 400 !important; }[data-css=\"tve-u-15ec26760e9\"] { font-family: ABeeZee !important; font-weight: 400 !important; }[data-css=\"tve-u-15ec2680494\"] { font-family: \"Amatic SC\" !important; font-weight: 400 !important; }#tve_editor [data-css=\"tve-u-15ec2ab1d6d\"] { letter-spacing: 1px; color: rgb(255, 255, 255) !important; font-size: 20px !important; }#tve_editor [data-css=\"tve-u-15ec2ab1d82\"] { letter-spacing: 1px; color: rgb(255, 255, 255) !important; font-size: 20px !important; }[data-css=\"tve-u-15ec2abe257\"] { float: none; z-index: 3; position: relative; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2ac01df\"] { display: block; max-width: 423px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2ac01df\"] .tcb-button-link { border-radius: 200px; min-height: 67.1429px; font-size: 1.6em; padding-top: 0px; padding-bottom: 0px; background-color: rgb(105, 240, 174) !important; padding-left: 15px !important; }#tve_editor [data-css=\"tve-u-15ec2af6c4b\"] { color: rgb(24, 45, 60) !important; font-size: 70px !important; }[data-css=\"tve-u-15ec2af6c4e\"] { font-family: \"Amatic SC\" !important; font-weight: 400 !important; }[data-css=\"tve-u-15ec3192f72\"] { margin-left: 25px !important; margin-right: 25px !important; margin-top: 25px !important; }[data-css=\"tve-u-15ec31ba260\"] { float: none; max-width: 1296px; margin-top: 10px !important; margin-left: auto !important; margin-right: auto !important; }#tcb_landing_page a:hover:not(.tcb-button-link) { color: rgb(89, 171, 227); }#tcb_landing_page .tve-state-hovera:not(.tcb-button-link) { color: rgb(89, 171, 227); }#tve_editor [data-css=\"tve-u-160266880a0\"] { color: rgb(255, 255, 255) !important; font-family: Montserrat !important; }[data-css=\"tve-u-1602b324ab9\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1602bec144e\"] { width: 36px; float: left; z-index: 3; position: static; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1602befe215\"] { max-width: 386px; position: relative !important; padding-left: 1px !important; margin-top: 0px !important; margin-left: 50px !important; }[data-css=\"tve-u-160309ddca8\"] + div { clear: none; }[data-css=\"tve-u-160309ddca8\"] { float: none; width: 60px; position: absolute; margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-160309f3e5d\"] { max-width: 75%; margin-left: 80px !important; margin-top: 60px !important; margin-bottom: 40px !important; }[data-css=\"tve-u-160309f6c04\"] { max-width: 75%; margin-left: 80px !important; margin-top: 60px !important; margin-bottom: 80px !important; }[data-css=\"tve-u-16030a013d7\"] + div { clear: none; }[data-css=\"tve-u-16030a013d7\"] { float: none; width: 60px; position: absolute; margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-16030a08afd\"] { position: relative !important; margin-left: 100px !important; }[data-css=\"tve-u-16030a09626\"] { position: relative !important; margin-left: 100px !important; }#tcb_landing_page a.tve-state-hover:not(.tcb-button-link) { color: rgb(89, 171, 227); }[data-css=\"tve-u-165b813034a\"] { border-bottom: 1px solid rgb(255, 255, 255); }#tve_editor [data-css=\"tve-u-165b814869f\"] { font-family: Montserrat; letter-spacing: 0px; font-weight: 400; font-size: 18px !important; color: rgb(24, 45, 60) !important; text-transform: capitalize !important; }}@media (max-width: 1023px){[data-css=\"tve-u-1602b332fd9\"] { float: none; max-width: 121px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1602befe215\"] { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1602b37ce9d\"] .tcb-flex-col { flex-basis: 420px !important; }[data-css=\"tve-u-1602bec144e\"] { float: none; z-index: 3; position: relative; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1602be7db66\"] { float: none; z-index: 3; position: relative; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2a38bfd\"] { text-align: left; }[data-css=\"tve-u-15ec27075e1\"] { margin-top: 0px !important; }[data-css=\"tve-u-15ee1237243\"] { margin-top: 52px !important; }[data-css=\"tve-u-15ee121a6d1\"] { margin-left: 33px !important; margin-right: 33px !important; }[data-css=\"tve-u-15ecc95760b\"]::after { clear: both; }[data-css=\"tve-u-15ebe51d596\"] { text-align: left; }[data-css=\"tve-u-15ec2b6e126\"] { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2b54c99\"] { text-align: left; }[data-css=\"tve-u-15ec2b3b468\"] { margin-left: 0px !important; margin-top: 20px !important; }[data-css=\"tve-u-15ec2b37666\"] { margin-top: 0px !important; }[data-css=\"tve-u-15ec2a80647\"] { margin-top: 0px !important; padding-left: 10px !important; padding-right: 10px !important; }[data-css=\"tve-u-15ec2a5540e\"] { max-width: 720px; }[data-css=\"tve-u-15ec2a33d71\"] { width: 395px; float: none; z-index: 3; position: relative; margin: 80px auto 0px !important; }[data-css=\"tve-u-15ec26b9914\"] { max-width: 720px; }[data-css=\"tve-u-15ec253ef3a\"] { padding: 25px 10px !important; }[data-css=\"tve-u-15ebea3a693\"] { max-width: 720px; }[data-css=\"tve-u-15ec30a8a14\"]::after { clear: both; }[data-css=\"tve-u-15ebe916c34\"] { max-width: 376px; }[data-css=\"tve-u-15ebe8a2edd\"] > .tcb-flex-col > .tcb-col { justify-content: center; min-height: 91px; }[data-css=\"tve-u-15ebe70a25b\"] { float: right; z-index: 3; position: relative; margin: 0px auto !important; }[data-css=\"tve-u-15ec3055cca\"] { text-align: center; margin-top: 0px !important; }[data-css=\"tve-u-15ebe8a2edd\"] { min-height: inherit; float: none; max-width: 100%; padding-top: 0px !important; padding-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec30518d3\"] { text-align: center; margin-left: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-15ebe830a90\"] { clip-path: url(\"#clip-tablet-left-bb2526ca261ae\"); -webkit-clip-path: url(\"#clip-tablet-left-bb2526ca261ae\");  }[data-css=\"tve-u-15ebe91a626\"] { margin-left: 30px !important; }[data-css=\"tve-u-15ebe906677\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 336px; margin-left: 30px !important; }[data-css=\"tve-u-15ebe8edca2\"] { margin-left: 30px !important; }[data-css=\"tve-u-15ebe89fb7a\"] { margin-left: -35px !important; }[data-css=\"tve-u-15ebe827cb3\"] { max-width: 100%; }#tve_editor [data-css=\"tve-u-15ebe90cfb0\"] { font-size: 84px !important; }}@media (max-width: 767px){[data-css=\"tve-u-160309b344b\"] { margin-left: 10px !important; margin-top: 30px !important; margin-right: 10px !important; }[data-css=\"tve-u-16030a013d7\"] { position: static; }[data-css=\"tve-u-16030a09626\"] { margin-left: 10px !important; margin-top: 30px !important; margin-right: 10px !important; }[data-css=\"tve-u-160309ddca8\"] { position: static; }[data-css=\"tve-u-16030a08afd\"] { margin-left: 10px !important; margin-right: 10px !important; margin-top: 30px !important; }[data-css=\"tve-u-160309b00b4\"] { position: static; }[data-css=\"tve-u-16030975307\"] { max-width: 100%; margin-left: 10px !important; margin-right: 10px !important; }[data-css=\"tve-u-160309f6c04\"] { max-width: 100%; margin-left: 10px !important; margin-right: 10px !important; }[data-css=\"tve-u-160309f3e5d\"] { max-width: 100%; margin-left: 10px !important; margin-right: 10px !important; }[data-css=\"tve-u-15ec2a38bfd\"]::after { clear: both; }[data-css=\"tve-u-1602bff3cd5\"]::after { clear: both; }[data-css=\"tve-u-1602bfea280\"] { margin-top: 0px !important; margin-bottom: 20px !important; }[data-css=\"tve-u-15ec2b6e126\"] { float: left; z-index: 3; position: relative; margin-left: 24px !important; }[data-css=\"tve-u-1602bf25f10\"]::after { clear: both; }[data-css=\"tve-u-1602b332fd9\"] { max-width: 257px; float: left; z-index: 3; position: relative; width: 100%; margin-top: 20px !important; margin-left: 20px !important; }[data-css=\"tve-u-15ec253ef3a\"] { padding-top: 30px !important; padding-bottom: 30px !important; }[data-css=\"tve-u-15ee1237243\"] { margin-top: 25px !important; }[data-css=\"tve-u-15ee1232726\"] { margin-top: 25px !important; }[data-css=\"tve-u-15ebe70a25b\"] { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2ae8715\"] { margin-left: -15px; }[data-css=\"tve-u-15ec2ae8715\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-15ec2b33f06\"] { margin-right: 0px !important; }[data-css=\"tve-u-15ec26fee25\"] > .tcb-flex-col > .tcb-col { min-height: 387px; }[data-css=\"tve-u-15ec26fee25\"] { margin-left: 0px; min-height: inherit; }[data-css=\"tve-u-15ec26fee25\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-15ec2a33d71\"] { position: static; margin-bottom: 0px !important; }[data-css=\"tve-u-15ec31ba260\"] { padding-left: 3px !important; padding-right: 3px !important; }[data-css=\"tve-u-15ec253a41f\"] > .tcb-flex-col > .tcb-col { min-height: 27px; }[data-css=\"tve-u-15ec253a41f\"] { margin-left: 0px; min-height: inherit; }[data-css=\"tve-u-15ec253a41f\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-15ec254985a\"] { margin-top: 0px !important; }[data-css=\"tve-u-15ec24f494c\"] { margin-top: 30px !important; }[data-css=\"tve-u-15ec256e611\"] { margin-top: 0px !important; }[data-css=\"tve-u-15ec3192f72\"] { margin-bottom: 32px !important; }[data-css=\"tve-u-15ec318421d\"] { margin-bottom: 34px !important; margin-top: -105px !important; }[data-css=\"tve-u-15ebe738fb8\"] > .tcb-flex-col > .tcb-col { min-height: 554px; }[data-css=\"tve-u-15ebe738fb8\"] { min-height: inherit; padding-bottom: 0px !important; }[data-css=\"tve-u-15ec3017516\"] { margin-top: 0px !important; padding-left: 5px !important; padding-right: 5px !important; }[data-css=\"tve-u-15ebe89fb7a\"] { margin-left: -20px !important; }[data-css=\"tve-u-15ec3055cca\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-15ebe916c34\"] { margin-bottom: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-15ec3152b02\"] { min-height: 226px; }[data-css=\"tve-u-15ebe80a9a1\"] { min-height: 554px; }[data-css=\"tve-u-15ebe91a626\"] { margin-left: 28px !important; margin-right: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-15ebe906677\"] { margin-left: 30px !important; }[data-css=\"tve-u-15ebe8edca2\"] { margin-left: 30px !important; margin-top: 45px !important; }[data-css=\"tve-u-15ebe827cb3\"] { max-width: 100%; }[data-css=\"tve-u-15ec313e743\"] { margin-left: 10px !important; margin-right: 10px !important; }[data-css=\"tve-u-1602befe215\"] { max-width: 257px; float: left; z-index: 3; position: relative; width: 100%; margin-top: 20px !important; margin-left: 20px !important; }}'),(2849,281,'tve_revision_tve_user_custom_css','.thrv_text_element p {margin:0;}\n.thrv_heading h1,h2,h3 {margin:0;}'),(2850,281,'tve_revision_tve_page_events','a:0:{}'),(2851,281,'tve_revision_tve_globals','a:4:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";s:11:\"extra_icons\";a:1:{i:0;a:3:{s:11:\"font-family\";s:25:\"tve-ff-6797-59f9979fd5998\";s:3:\"css\";s:87:\"http://lp-build.thrivethemes.com/wp-content/uploads/tve-ff-6797-59f9979fd5998/style.css\";s:6:\"folder\";s:92:\"/home/thrivedevbitston/public_html/landingpages/wp-content/uploads/tve-ff-6797-59f9979fd5998\";}}s:6:\"lb_map\";a:1:{i:6808;s:3:\"265\";}s:8:\"font_cls\";a:0:{}}'),(2852,281,'tve_revision_tve_global_scripts',''),(2853,281,'tve_revision_thrive_icon_pack','0'),(2854,281,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(2855,281,'tve_revision_tve_has_masonry','0'),(2856,281,'tve_revision_tve_has_typefocus','0'),(2857,281,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-165b813034a\" wfd-id=\"275\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ebe5d7b44\" wfd-id=\"297\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ebe51d596\" wfd-id=\"276\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15ec3055cca\" wfd-id=\"277\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2\" data-css=\"tve-u-15ebe8a2edd\" wfd-id=\"278\"><div class=\"tcb-flex-col\" wfd-id=\"291\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec30518d3\" wfd-id=\"293\"><div class=\"tcb-clear\" data-css=\"tve-u-15ecc95760b\" wfd-id=\"294\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ebe70a25b\" wfd-id=\"295\"><span class=\"tve_image_frame\" wfd-id=\"296\"><img class=\"tve_image wp-image-25564\" alt=\"\" width=\"142\" height=\"44\" title=\"logo_pawcity\" data-id=\"25564\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/logo_pawcity.png\"></span></div></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"279\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec313e743\" data-tcb_hover_state_parent=\"\" wfd-id=\"281\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone tcb-tablet-hidden tcb-mobile-hidden\" style=\"\" wfd-id=\"282\"><p data-css=\"tve-u-15f002fa8f6\"><span data-css=\"tve-u-15f0034f748\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"290\"><a href=\"#whatwedo\">What We Do</a></span>&nbsp; &nbsp; <span data-css=\"tve-u-15f003606db\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"289\"><a href=\"#testimonials\">Testimonials</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f003655f8\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"288\"><a href=\"#aboutus\">About Us</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f00369f5e\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"287\"><a href=\"#getyourcoupon\">Get Your Coupon</a></span>&nbsp; &nbsp; <span data-css=\"tve-u-15f0064f814\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"286\"><a href=\"#areaweserve\">Area We Serve</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f003784ab\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"285\"><a href=\"#contact\">Contact</a></span></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ebe8abb9e\" wfd-id=\"244\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ebe8a4d78\" data-clip-id=\"335f47a4c8f92\" wfd-id=\"274\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-left-335f47a4c8f92\" class=\"decoration-clip clip-path-left\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" pointer-width=\"6\" pointer-height=\"2.5\" style=\"curves\" decoration-type=\"none\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon><ellipse cx=\"0.025\" cy=\"0.029412\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.08823600000000001\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.14706\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.205884\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.264708\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.323532\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.38235600000000003\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.44118\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.500004\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.558828\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.617652\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.676476\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.7353000000000001\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.794124\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.852948\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.911772\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.970596\" rx=\"0.025\" ry=\"0.029412\"></ellipse></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ebe72c974\" wfd-id=\"245\"><div class=\"thrv_wrapper thrv-columns tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec318421d\" wfd-id=\"246\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-15ebe738fb8\" wfd-id=\"247\"><div class=\"tcb-flex-col\" wfd-id=\"271\"><div class=\"tcb-col\" data-css=\"tve-u-15ebe73226c\" wfd-id=\"273\"></div></div><div class=\"tcb-flex-col\" wfd-id=\"248\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ebe89fb7a\" wfd-id=\"250\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ebe827cb3\" wfd-id=\"251\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15ebe830a90\" data-clip-id=\"bb2526ca261ae\" wfd-id=\"270\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-left-bb2526ca261ae\" class=\"decoration-clip clip-path-left\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"divider\" pointer-width=\"5.7\" pointer-height=\"2.5\" style=\"curves\" slanted-angle=\"5\"><polygon points=\"0.025 0, 0.025 1, 1 1, 1 0\"></polygon><ellipse cx=\"0.025\" cy=\"0.027778\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.083334\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.13889\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.194446\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.250002\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.305558\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.361114\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.41667\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.47222600000000003\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.527782\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.583338\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.638894\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.69445\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.7500060000000001\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.805562\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.861118\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.916674\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.97223\" rx=\"0.025\" ry=\"0.027778\"></ellipse></clipPath><clipPath id=\"clip-tablet-left-bb2526ca261ae\" class=\"decoration-clip clip-path-tablet-left\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"divider\" pointer-width=\"5.7\" pointer-height=\"4\" style=\"curves\" slanted-angle=\"5\"><polygon points=\"0.04 0, 0.04 1, 1 1, 1 0\"></polygon><ellipse cx=\"0.04\" cy=\"0.027778\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.083334\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.13889\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.194446\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.250002\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.305558\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.361114\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.41667\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.47222600000000003\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.527782\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.583338\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.638894\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.69445\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.7500060000000001\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.805562\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.861118\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.916674\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.97223\" rx=\"0.04\" ry=\"0.027778\"></ellipse></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ebe80a9a1\" wfd-id=\"252\"><div class=\"tcb-clear\" data-css=\"tve-u-15ebe8ee6c0\" wfd-id=\"266\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15ebe8edca2\" data-tag=\"h1\" wfd-id=\"267\"><h1 data-css=\"tve-u-15ebe90cfb0\">Happy dogs =<br>â€‹â€‹â€‹â€‹â€‹happâ€‹â€‹â€‹â€‹y owners</h1></div></div><div class=\"tcb-clear\" data-css=\"tve-u-15ec30a8a14\" wfd-id=\"262\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ebe906677\" wfd-id=\"263\"><p data-css=\"tve-u-15ebe905473\">Offer your dog a premium walking experience</p></div></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ebe916c34\" wfd-id=\"254\">\n<div class=\"tve-content-box-background\" wfd-id=\"261\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ec3152b02\" wfd-id=\"255\"><div class=\"thrv_wrapper thrv-button tve_ea_thrive_lightbox\" data-css=\"tve-u-15ebe91a626\" data-tcb_hover_state_parent=\"false\" data-button-style=\"full_rounded\" wfd-id=\"256\">\n<a href=\"#\" class=\"tcb-button-link tve_evt_manager_listen tve_et_click\" data-tcb-events=\"__TCB_EVENT_[{&quot;config&quot;:{&quot;l_anim&quot;:&quot;zoom_in&quot;,&quot;l_id&quot;:265},&quot;a&quot;:&quot;thrive_lightbox&quot;,&quot;t&quot;:&quot;click&quot;}]_TNEVE_BCT__\">\n<span class=\"tcb-button-texts\" wfd-id=\"257\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-165b814869f\" wfd-id=\"258\">Get 10% OFF Your First Cerakote Project</span></span>\n</a>\n</div></div>\n</div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec3017516\" wfd-id=\"235\">\n<div class=\"tve-page-section-out\" wfd-id=\"243\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ebea3a693\" wfd-id=\"236\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15ebea49c0c\" id=\"whatwedo\" data-tag=\"h1\" wfd-id=\"240\"><h1 data-css=\"tve-u-15ebea42b31\" style=\"text-align: center;\">What We Do</h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2448fdb\" wfd-id=\"237\"><p data-css=\"tve-u-15ec2443105\" style=\"text-align: center;\">Our goal is to make sure the owners are comforted, the pups are exercised and happy and that we are getting our own puppy fixes. But letâ€™s be honest- itâ€™s their world, weâ€™re just living in it! As a small team of experienced dog owners and lovers, we really get to know you and your dog and we canguarantee consistent and personal care that is equal to your love and attention. We are so excited to make you a part of the family!</p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" wfd-id=\"202\">\n<div class=\"tve-page-section-out\" wfd-id=\"234\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ee1211b9b\" wfd-id=\"203\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15ee121a6d1\" wfd-id=\"204\"><div class=\"tcb-flex-row tcb--cols--3 tcb-medium-wrap\" data-css=\"tve-u-15ee121fb1c\" wfd-id=\"205\"><div class=\"tcb-flex-col\" wfd-id=\"224\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ee1225fdf\" wfd-id=\"226\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec2477274\" wfd-id=\"232\"><span class=\"tve_image_frame\" wfd-id=\"233\"><img class=\"tve_image wp-image-1596\" alt=\"\" width=\"55\" height=\"73\" title=\"what_do_icon_01\" data-id=\"1596\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_01.png\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"231\"><p data-css=\"tve-u-15ec2481d17\"><strong>First Class Care</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"230\"><p data-css=\"tve-u-15ec2487407\">all the best for them</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2492191\" wfd-id=\"227\"><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"214\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ee1232726\" wfd-id=\"216\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec24ae116\" wfd-id=\"222\"><span class=\"tve_image_frame\" wfd-id=\"223\"><img class=\"tve_image wp-image-1597\" alt=\"\" width=\"73\" height=\"73\" title=\"what_do_icon_02\" data-id=\"1597\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_02.png\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"221\"><p data-css=\"tve-u-15ec2481d17\"><strong>Snacks Included</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"220\"><p data-css=\"tve-u-15ec2487407\">for your little one</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec3192f72\" wfd-id=\"217\"><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"206\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ee1237243\" wfd-id=\"208\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec24d5e15\" wfd-id=\"212\"><span class=\"tve_image_frame\" wfd-id=\"213\"><img class=\"tve_image wp-image-1598\" alt=\"\" width=\"65\" height=\"73\" title=\"what_do_icon_03\" data-id=\"1598\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_03.png\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"211\"><p data-css=\"tve-u-15ec2481d17\"><strong>Regularly walks</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"210\"><p data-css=\"tve-u-15ec2487407\">to keep them ealthy</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2492191\" wfd-id=\"209\"><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris.</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-15ec24f494c\" id=\"testimonials\" style=\"\" wfd-id=\"176\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ec24f97c0\" wfd-id=\"201\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec24f790d\" wfd-id=\"177\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15ec254985a\" style=\"\" wfd-id=\"178\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-15ec253a41f\" wfd-id=\"179\"><div class=\"tcb-flex-col\" wfd-id=\"183\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec253ef3a\" style=\"\" wfd-id=\"185\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec256e611\" style=\"\" wfd-id=\"192\"><p data-css=\"tve-u-15ec25610c7\"><span data-css=\"tve-u-15ec268a0a3\" style=\"font-size: 45px; color: rgb(89, 171, 227);\" wfd-id=\"199\"><span data-css=\"tve-u-15ec26760e9\" style=\"font-family: ABeeZee;\" wfd-id=\"200\">â€</span></span><span data-css=\"tve-u-15ec256b908\" style=\"font-family: &quot;Amatic SC&quot;;\" wfd-id=\"198\">&nbsp; &nbsp; &nbsp;</span><span data-css=\"tve-u-15ec2680494\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"196\"><span data-css=\"tve-u-15ec269379d\" style=\"font-size: 45px;\" wfd-id=\"197\">my chester enjoys being with them!</span> &nbsp; &nbsp;&nbsp;</span><span data-css=\"tve-u-15ec255fe12\" style=\"font-family: ABeeZee; font-weight: 400; color: rgb(89, 171, 227); font-size: 45px;\" wfd-id=\"195\">â€</span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2698d8d\" wfd-id=\"189\"><p data-css=\"tve-u-160266880a0\">We LOVE going for walks with our friends at Paw! Donâ€™t tell our mom &amp; dad,but we get really excited when they leave for work because we know it wonâ€™t be long before we get a visit from one of our favorite friends at PawCity! Best part is, they always let our parents know how ourwalk went right away so they dont have to worry about us!</p><p data-css=\"tve-u-15ec269736c\">We love you PawCity!! xoxo</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec26ab7b0\" style=\"\" wfd-id=\"186\"><p data-css=\"tve-u-15ec26a92a2\"><strong>Anna Olson</strong>, Chesterâ€™s Mom</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"180\"><div class=\"tcb-col\" wfd-id=\"182\"></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec26c390a\" id=\"aboutus\" wfd-id=\"167\">\n<div class=\"tve-page-section-out\" wfd-id=\"175\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec26b9914\" wfd-id=\"168\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15ee1037a1d\" data-tag=\"h1\" wfd-id=\"172\"><h1 data-css=\"tve-u-15ec26bd2e8\">About us</h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec31ba260\" wfd-id=\"169\"><p data-css=\"tve-u-15ec2443105\" style=\"text-align: center;\">At PawCity, we lead lives full of the unconditional love and happiness we receive from the furballs we get to spend time with everyday and we have this beautiful city and all the beautiful people in it to thank. We love you and your pups!!</p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec26ec232\" wfd-id=\"132\">\n<div class=\"tve-page-section-out\" wfd-id=\"166\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec26e5812\" wfd-id=\"133\"><div class=\"thrv_wrapper thrv-columns tcb-window-width\" style=\"width: 1603px; left: -1px;\" data-css=\"tve-u-15ee106257d\" wfd-id=\"134\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2\" data-css=\"tve-u-15ec26fee25\" wfd-id=\"135\"><div class=\"tcb-flex-col c-33\" wfd-id=\"161\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec2a38bfd\" wfd-id=\"163\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec2a33d71\" wfd-id=\"164\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"165\"><img class=\"tve_image wp-image-7399\" alt=\"\" width=\"830\" height=\"775\" title=\"about_us_dog\" data-id=\"7399\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/about_us_dog.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col c-66\" wfd-id=\"136\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec27075e1\" wfd-id=\"138\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160309f3e5d\" wfd-id=\"153\">\n<div class=\"tve-content-box-background\" wfd-id=\"160\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160309b397d\" wfd-id=\"154\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-160309b00b4\" data-float=\"1\" wfd-id=\"158\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"159\"><img class=\"tve_image wp-image-7404\" alt=\"\" width=\"64\" height=\"64\" title=\"dog_paw\" data-id=\"7404\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/dog_paw.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16030a08afd\" wfd-id=\"155\"><p>We moved to New York City with our black bulldog rescue, Blakely, in 2007 after graduating from the University of Maryland. Immediately, we realized what a dog-crazy place it was.</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160309f6c04\" wfd-id=\"145\">\n<div class=\"tve-content-box-background\" wfd-id=\"152\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160309b397d\" wfd-id=\"146\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-160309ddca8\" data-float=\"1\" wfd-id=\"150\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"151\"><img class=\"tve_image wp-image-7403\" alt=\"\" width=\"64\" height=\"64\" title=\"dog_house\" data-id=\"7403\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/dog_house.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16030a09626\" wfd-id=\"147\"><p>We knew right away that we wanted to work with the animals that we loved and that had given us so much love since we were little girls. We started PawCity Dog Walking in July of 2010.</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16030975307\" wfd-id=\"139\">\n<div class=\"tve-content-box-background\" wfd-id=\"144\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160309b397d\" wfd-id=\"140\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16030a013d7\" data-float=\"1\" wfd-id=\"142\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"143\"><img class=\"tve_image wp-image-7405\" alt=\"\" width=\"64\" height=\"64\" title=\"spinning_wheel\" data-id=\"7405\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/spinning_wheel.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160309b344b\" wfd-id=\"141\"><p>We cover the entire width of the East Side, from 96th Street to Delancey and handle every type of personality imaginable. At PawCity, we lead lives full of the unconditional love and happiness we receive from the furballs we get to spend time with everyday.</p></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" data-css=\"tve-u-15ec2a56438\" style=\"width: 1603px; left: 0px;\" id=\"getyourcoupon\" wfd-id=\"112\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ec2a5bb35\" wfd-id=\"131\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec2a5540e\" wfd-id=\"113\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ec2a80647\" wfd-id=\"114\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15ec2a9b8a9\" wfd-id=\"130\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ec2a81a9f\" wfd-id=\"115\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2a6f589\" wfd-id=\"126\"><p data-css=\"tve-u-15ec2a6b447\"><span data-css=\"tve-u-15ec2a6d9d8\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"129\"><strong>Get Your Coupon</strong></span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2aaa9a4\" wfd-id=\"122\"><p data-css=\"tve-u-15ec2ab1d6d\">We strive to keep both you and your pup as happy and comfortable as possible while youâ€™re out earning those big bucks.</p><p data-css=\"tve-u-15ec2ab1d82\"><br></p><p data-css=\"tve-u-15ec2aa8e2e\"><strong>Get <span data-css=\"tve-u-15ec2aafa24\" style=\"color: rgb(89, 171, 227);\" wfd-id=\"125\">20%</span> off your first walk. Enter your email and we\'ll send you your coupon.</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ec2abe257\" wfd-id=\"116\">\n<div class=\"tve-content-box-background\" wfd-id=\"121\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ec2acb421\" wfd-id=\"117\"><div class=\"thrv_wrapper thrv-button tve_ea_thrive_lightbox\" data-css=\"tve-u-15ec2ac01df\" data-tcb_hover_state_parent=\"false\" data-button-style=\"full_rounded\" wfd-id=\"118\">\n<a href=\"#\" class=\"tcb-button-link tve_evt_manager_listen tve_et_click\" data-tcb-events=\"__TCB_EVENT_[{&quot;config&quot;:{&quot;l_anim&quot;:&quot;zoom_in&quot;,&quot;l_id&quot;:&quot;265&quot;},&quot;a&quot;:&quot;thrive_lightbox&quot;,&quot;t&quot;:&quot;click&quot;}]_TNEVE_BCT__\">\n<span class=\"tcb-button-texts\" wfd-id=\"119\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-15ebe925072\" wfd-id=\"120\">Get Your Coupon Now</span></span>\n</a>\n</div></div>\n</div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-15ec2b0a32a\" id=\"areaweserve\" wfd-id=\"92\">\n<div class=\"tve-page-section-out\" wfd-id=\"111\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15f76fcb7df\" wfd-id=\"93\"><div class=\"thrv_wrapper thrv-columns\" style=\"\" data-css=\"tve-u-15ee103f44a\" wfd-id=\"94\"><div class=\"tcb-flex-row tcb--cols--2 tcb-medium-wrap\" data-css=\"tve-u-15ec2ae8715\" wfd-id=\"95\"><div class=\"tcb-flex-col c-33\" wfd-id=\"100\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec2b37666\" wfd-id=\"102\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"107\"><p data-css=\"tve-u-15ec2af6c4b\"><span data-css=\"tve-u-15ec2af6c4e\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"110\">area we serve</span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"103\"><p>As a small team of experienced dog owners and lovers, we really get to know you and your dog and we canguarantee consistent and personal care that is equal to your love and attention.</p><p><br></p><p><strong><span data-css=\"tve-u-15ec2afed17\" style=\"color: rgb(89, 171, 227);\" wfd-id=\"106\">We are so excited to make you a part of the family!</span></strong></p></div></div></div><div class=\"tcb-flex-col c-66\" wfd-id=\"96\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec2b33f06\" wfd-id=\"98\"><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-15ec2b3b468\" wfd-id=\"99\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=blakely, united states&amp;t=m&amp;z=11&amp;output=embed&amp;iwloc=near\"></iframe>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" data-css=\"tve-u-15ec2b5d54c\" style=\"width: 1603px; left: 0px;\" id=\"contact\" wfd-id=\"50\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ec2b56fac\" wfd-id=\"91\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec2b54c99\" wfd-id=\"51\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1602b31dfcd\" wfd-id=\"52\"><div class=\"tcb-flex-row tcb-resized tcb-medium-wrap tcb--cols--3\" data-css=\"tve-u-1602b37ce9d\" wfd-id=\"53\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1602be453ec\" style=\"\" wfd-id=\"85\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"87\"><div class=\"tcb-clear\" data-css=\"tve-u-1602bff3cd5\" wfd-id=\"88\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec2b6e126\" wfd-id=\"89\"><span class=\"tve_image_frame\" wfd-id=\"90\"><img class=\"tve_image wp-image-25564\" alt=\"\" width=\"142\" height=\"44\" title=\"logo_pawcity\" data-id=\"25564\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/logo_pawcity.png\"></span></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1602be45437\" style=\"\" wfd-id=\"69\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1602be56dfc\" wfd-id=\"71\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1602bfebaf9\" wfd-id=\"72\">\n<div class=\"tve-content-box-background\" wfd-id=\"84\"></div>\n<div class=\"tve-cb\" wfd-id=\"73\"><div class=\"tcb-clear\" data-css=\"tve-u-1602bf36e2c\" wfd-id=\"81\"><div class=\"thrv_wrapper tve_image_caption tcb-mobile-hidden\" data-css=\"tve-u-1602be7db66\" data-float=\"1\" wfd-id=\"82\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"83\"><img class=\"tve_image wp-image-7369\" alt=\"\" width=\"64\" height=\"64\" title=\"location\" data-id=\"7369\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/location.png\" style=\"width: 100%;\"></span></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1602bf25f10\" wfd-id=\"74\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1602befe215\" wfd-id=\"75\"><p data-css=\"tve-u-1602bfa220e\"><strong><span data-css=\"tve-u-1602b324a9b\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"80\">67 E. 3rd Street</span></strong><span data-css=\"tve-u-1602b324a9c\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"79\"> </span><span data-css=\"tve-u-1602b324ab9\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"78\">Suite B New York, NY 10003</span></p></div></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1602be4545b\" style=\"\" wfd-id=\"54\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"56\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1602bfea280\" wfd-id=\"57\">\n<div class=\"tve-content-box-background\" wfd-id=\"68\"></div>\n<div class=\"tve-cb\" wfd-id=\"58\"><div class=\"tcb-clear\" data-css=\"tve-u-1602bfc4bea\" wfd-id=\"65\"><div class=\"thrv_wrapper tve_image_caption tcb-mobile-hidden\" data-css=\"tve-u-1602bec144e\" data-float=\"1\" wfd-id=\"66\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"67\"><img class=\"tve_image wp-image-7370\" alt=\"\" width=\"64\" height=\"64\" title=\"phone\" data-id=\"7370\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/phone.png\" style=\"width: 100%;\"></span></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1602bfc74c3\" wfd-id=\"59\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1602b332fd9\" data-float=\"1\" wfd-id=\"60\"><p><a href=\"tel:#9548481911\" target=\"_blank\"><strong><span data-css=\"tve-u-1602b324a9b\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"64\">954-848-1911</span></strong></a><br></p></div></div></div>\n</div></div></div></div></div></div>\n</div>'),(2858,281,'tve_revision_tve_has_wistia_popover','0'),(2859,282,'_wp_attached_file','2018/09/CertifiedLogo.png'),(2860,282,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2148;s:6:\"height\";i:1968;s:4:\"file\";s:25:\"2018/09/CertifiedLogo.png\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"CertifiedLogo-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"CertifiedLogo-300x275.png\";s:5:\"width\";i:300;s:6:\"height\";i:275;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"CertifiedLogo-768x704.png\";s:5:\"width\";i:768;s:6:\"height\";i:704;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"CertifiedLogo-1024x938.png\";s:5:\"width\";i:1024;s:6:\"height\";i:938;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:25:\"CertifiedLogo-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:25:\"CertifiedLogo-600x550.png\";s:5:\"width\";i:600;s:6:\"height\";i:550;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:25:\"CertifiedLogo-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:25:\"CertifiedLogo-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:25:\"CertifiedLogo-600x550.png\";s:5:\"width\";i:600;s:6:\"height\";i:550;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:25:\"CertifiedLogo-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"ast-logo-size\";a:4:{s:4:\"file\";s:25:\"CertifiedLogo-150x137.png\";s:5:\"width\";i:150;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2863,284,'tve_revision_tve_landing_page','tcb2-one-page-site-dog-walking'),(2864,284,'tve_revision_tve_disable_theme_dependency',''),(2865,284,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-165b813034a\" wfd-id=\"274\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ebe5d7b44\" wfd-id=\"296\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ebe51d596\" wfd-id=\"275\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15ec3055cca\" wfd-id=\"276\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2\" data-css=\"tve-u-15ebe8a2edd\" wfd-id=\"277\"><div class=\"tcb-flex-col\" wfd-id=\"290\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec30518d3\" wfd-id=\"292\"><div class=\"tcb-clear\" data-css=\"tve-u-15ecc95760b\" wfd-id=\"293\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ebe70a25b\" wfd-id=\"294\"><span class=\"tve_image_frame\" wfd-id=\"295\"><img class=\"tve_image wp-image-25564\" alt=\"\" width=\"142\" height=\"44\" title=\"logo_pawcity\" data-id=\"25564\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/logo_pawcity.png\"></span></div></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"278\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec313e743\" data-tcb_hover_state_parent=\"\" wfd-id=\"280\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone tcb-tablet-hidden tcb-mobile-hidden\" style=\"\" wfd-id=\"281\"><p data-css=\"tve-u-15f002fa8f6\"><span data-css=\"tve-u-15f0034f748\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"289\"><a href=\"#whatwedo\">What We Do</a></span>&nbsp; &nbsp; <span data-css=\"tve-u-15f003606db\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"288\"><a href=\"#testimonials\">Testimonials</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f003655f8\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"287\"><a href=\"#aboutus\">About Us</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f00369f5e\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"286\"><a href=\"#getyourcoupon\">Get Your Coupon</a></span>&nbsp; &nbsp; <span data-css=\"tve-u-15f0064f814\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"285\"><a href=\"#areaweserve\">Area We Serve</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f003784ab\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"284\"><a href=\"#contact\">Contact</a></span></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ebe8abb9e\" wfd-id=\"244\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ebe8a4d78\" data-clip-id=\"335f47a4c8f92\" wfd-id=\"273\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-left-335f47a4c8f92\" class=\"decoration-clip clip-path-left\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" pointer-width=\"6\" pointer-height=\"2.5\" style=\"curves\" decoration-type=\"none\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon><ellipse cx=\"0.025\" cy=\"0.029412\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.08823600000000001\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.14706\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.205884\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.264708\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.323532\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.38235600000000003\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.44118\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.500004\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.558828\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.617652\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.676476\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.7353000000000001\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.794124\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.852948\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.911772\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.970596\" rx=\"0.025\" ry=\"0.029412\"></ellipse></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ebe72c974\" wfd-id=\"245\"><div class=\"thrv_wrapper thrv-columns tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec318421d\" wfd-id=\"246\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-15ebe738fb8\" wfd-id=\"247\"><div class=\"tcb-flex-col\" wfd-id=\"270\"><div class=\"tcb-col\" data-css=\"tve-u-15ebe73226c\" wfd-id=\"272\"></div></div><div class=\"tcb-flex-col\" wfd-id=\"248\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ebe89fb7a\" wfd-id=\"250\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ebe827cb3\" wfd-id=\"251\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15ebe830a90\" data-clip-id=\"bb2526ca261ae\" wfd-id=\"269\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-left-bb2526ca261ae\" class=\"decoration-clip clip-path-left\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"divider\" pointer-width=\"5.7\" pointer-height=\"2.5\" style=\"curves\" slanted-angle=\"5\"><polygon points=\"0.025 0, 0.025 1, 1 1, 1 0\"></polygon><ellipse cx=\"0.025\" cy=\"0.027778\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.083334\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.13889\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.194446\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.250002\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.305558\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.361114\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.41667\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.47222600000000003\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.527782\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.583338\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.638894\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.69445\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.7500060000000001\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.805562\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.861118\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.916674\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.97223\" rx=\"0.025\" ry=\"0.027778\"></ellipse></clipPath><clipPath id=\"clip-tablet-left-bb2526ca261ae\" class=\"decoration-clip clip-path-tablet-left\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"divider\" pointer-width=\"5.7\" pointer-height=\"4\" style=\"curves\" slanted-angle=\"5\"><polygon points=\"0.04 0, 0.04 1, 1 1, 1 0\"></polygon><ellipse cx=\"0.04\" cy=\"0.027778\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.083334\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.13889\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.194446\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.250002\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.305558\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.361114\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.41667\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.47222600000000003\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.527782\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.583338\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.638894\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.69445\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.7500060000000001\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.805562\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.861118\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.916674\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.97223\" rx=\"0.04\" ry=\"0.027778\"></ellipse></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ebe80a9a1\" wfd-id=\"252\"><div class=\"tcb-clear\" data-css=\"tve-u-15ebe8ee6c0\" wfd-id=\"265\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15ebe8edca2\" data-tag=\"h1\" wfd-id=\"266\"><h1 data-css=\"tve-u-15ebe90cfb0\">Happy dogs =<br>â€‹â€‹â€‹â€‹â€‹happâ€‹â€‹â€‹â€‹y owners</h1></div></div><div class=\"tcb-clear\" data-css=\"tve-u-15ec30a8a14\" wfd-id=\"261\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ebe906677\" wfd-id=\"262\"><p data-css=\"tve-u-15ebe905473\">Offer your dog a premium walking experience</p></div></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ebe916c34\" wfd-id=\"253\">\n<div class=\"tve-content-box-background\" wfd-id=\"260\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ec3152b02\" wfd-id=\"254\"><div class=\"thrv_wrapper thrv-button tve_ea_thrive_lightbox\" data-css=\"tve-u-15ebe91a626\" data-tcb_hover_state_parent=\"false\" data-button-style=\"full_rounded\" wfd-id=\"255\">\n<a href=\"#\" class=\"tcb-button-link tve_evt_manager_listen tve_et_click\" data-tcb-events=\"__TCB_EVENT_[{&quot;config&quot;:{&quot;l_anim&quot;:&quot;zoom_in&quot;,&quot;l_id&quot;:265},&quot;a&quot;:&quot;thrive_lightbox&quot;,&quot;t&quot;:&quot;click&quot;}]_TNEVE_BCT__\">\n<span class=\"tcb-button-texts\" wfd-id=\"256\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-165b814869f\" wfd-id=\"257\">Get 10% OFF Your First Cerakote Project</span></span>\n</a>\n</div></div>\n</div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec3017516\" wfd-id=\"235\">\n<div class=\"tve-page-section-out\" wfd-id=\"243\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ebea3a693\" wfd-id=\"236\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15ebea49c0c\" id=\"whatwedo\" data-tag=\"h1\" wfd-id=\"240\"><h1 data-css=\"tve-u-15ebea42b31\" style=\"text-align: center;\">What We Do</h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2448fdb\" wfd-id=\"237\"><p data-css=\"tve-u-15ec2443105\" style=\"text-align: center;\">Our goal is to make sure the owners are comforted, the pups are exercised and happy and that we are getting our own puppy fixes. But letâ€™s be honest- itâ€™s their world, weâ€™re just living in it! As a small team of experienced dog owners and lovers, we really get to know you and your dog and we canguarantee consistent and personal care that is equal to your love and attention. We are so excited to make you a part of the family!</p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" wfd-id=\"202\">\n<div class=\"tve-page-section-out\" wfd-id=\"234\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ee1211b9b\" wfd-id=\"203\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15ee121a6d1\" wfd-id=\"204\"><div class=\"tcb-flex-row tcb--cols--3 tcb-medium-wrap\" data-css=\"tve-u-15ee121fb1c\" wfd-id=\"205\"><div class=\"tcb-flex-col\" wfd-id=\"224\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ee1225fdf\" wfd-id=\"226\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec2477274\" wfd-id=\"232\"><span class=\"tve_image_frame\" wfd-id=\"233\"><img class=\"tve_image wp-image-1596\" alt=\"\" width=\"55\" height=\"73\" title=\"what_do_icon_01\" data-id=\"1596\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_01.png\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"231\"><p data-css=\"tve-u-15ec2481d17\"><strong>First Class Care</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"230\"><p data-css=\"tve-u-15ec2487407\">all the best for them</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2492191\" wfd-id=\"227\"><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"214\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ee1232726\" wfd-id=\"216\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec24ae116\" wfd-id=\"222\"><span class=\"tve_image_frame\" wfd-id=\"223\"><img class=\"tve_image wp-image-1597\" alt=\"\" width=\"73\" height=\"73\" title=\"what_do_icon_02\" data-id=\"1597\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_02.png\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"221\"><p data-css=\"tve-u-15ec2481d17\"><strong>Snacks Included</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"220\"><p data-css=\"tve-u-15ec2487407\">for your little one</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec3192f72\" wfd-id=\"217\"><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"206\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ee1237243\" wfd-id=\"208\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec24d5e15\" wfd-id=\"212\"><span class=\"tve_image_frame\" wfd-id=\"213\"><img class=\"tve_image wp-image-1598\" alt=\"\" width=\"65\" height=\"73\" title=\"what_do_icon_03\" data-id=\"1598\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_03.png\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"211\"><p data-css=\"tve-u-15ec2481d17\"><strong>Regularly walks</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"210\"><p data-css=\"tve-u-15ec2487407\">to keep them ealthy</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2492191\" wfd-id=\"209\"><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris.</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-15ec24f494c\" id=\"testimonials\" style=\"\" wfd-id=\"176\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ec24f97c0\" wfd-id=\"201\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec24f790d\" wfd-id=\"177\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15ec254985a\" style=\"\" wfd-id=\"178\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-15ec253a41f\" wfd-id=\"179\"><div class=\"tcb-flex-col\" wfd-id=\"183\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec253ef3a\" style=\"\" wfd-id=\"185\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec256e611\" style=\"\" wfd-id=\"192\"><p data-css=\"tve-u-15ec25610c7\"><span data-css=\"tve-u-15ec268a0a3\" style=\"font-size: 45px; color: rgb(89, 171, 227);\" wfd-id=\"199\"><span data-css=\"tve-u-15ec26760e9\" style=\"font-family: ABeeZee;\" wfd-id=\"200\">â€</span></span><span data-css=\"tve-u-15ec256b908\" style=\"font-family: &quot;Amatic SC&quot;;\" wfd-id=\"198\">&nbsp; &nbsp; &nbsp;</span><span data-css=\"tve-u-15ec2680494\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"196\"><span data-css=\"tve-u-15ec269379d\" style=\"font-size: 45px;\" wfd-id=\"197\">my chester enjoys being with them!</span> &nbsp; &nbsp;&nbsp;</span><span data-css=\"tve-u-15ec255fe12\" style=\"font-family: ABeeZee; font-weight: 400; color: rgb(89, 171, 227); font-size: 45px;\" wfd-id=\"195\">â€</span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2698d8d\" wfd-id=\"189\"><p data-css=\"tve-u-160266880a0\">We LOVE going for walks with our friends at Paw! Donâ€™t tell our mom &amp; dad,but we get really excited when they leave for work because we know it wonâ€™t be long before we get a visit from one of our favorite friends at PawCity! Best part is, they always let our parents know how ourwalk went right away so they dont have to worry about us!</p><p data-css=\"tve-u-15ec269736c\">We love you PawCity!! xoxo</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec26ab7b0\" style=\"\" wfd-id=\"186\"><p data-css=\"tve-u-15ec26a92a2\"><strong>Anna Olson</strong>, Chesterâ€™s Mom</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"180\"><div class=\"tcb-col\" wfd-id=\"182\"></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec26c390a\" id=\"aboutus\" wfd-id=\"167\">\n<div class=\"tve-page-section-out\" wfd-id=\"175\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec26b9914\" wfd-id=\"168\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15ee1037a1d\" data-tag=\"h1\" wfd-id=\"172\"><h1 data-css=\"tve-u-15ec26bd2e8\">About us</h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec31ba260\" wfd-id=\"169\"><p data-css=\"tve-u-15ec2443105\" style=\"text-align: center;\">At PawCity, we lead lives full of the unconditional love and happiness we receive from the furballs we get to spend time with everyday and we have this beautiful city and all the beautiful people in it to thank. We love you and your pups!!</p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec26ec232\" wfd-id=\"132\">\n<div class=\"tve-page-section-out\" wfd-id=\"166\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec26e5812\" wfd-id=\"133\"><div class=\"thrv_wrapper thrv-columns tcb-window-width\" style=\"width: 1603px; left: -1px;\" data-css=\"tve-u-15ee106257d\" wfd-id=\"134\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2\" data-css=\"tve-u-15ec26fee25\" wfd-id=\"135\"><div class=\"tcb-flex-col c-33\" wfd-id=\"161\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec2a38bfd\" wfd-id=\"163\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec2a33d71\" wfd-id=\"164\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"165\"><img class=\"tve_image wp-image-7399\" alt=\"\" width=\"830\" height=\"775\" title=\"about_us_dog\" data-id=\"7399\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/about_us_dog.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col c-66\" wfd-id=\"136\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec27075e1\" wfd-id=\"138\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160309f3e5d\" wfd-id=\"153\">\n<div class=\"tve-content-box-background\" wfd-id=\"160\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160309b397d\" wfd-id=\"154\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-160309b00b4\" data-float=\"1\" wfd-id=\"158\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"159\"><img class=\"tve_image wp-image-7404\" alt=\"\" width=\"64\" height=\"64\" title=\"dog_paw\" data-id=\"7404\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/dog_paw.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16030a08afd\" wfd-id=\"155\"><p>We moved to New York City with our black bulldog rescue, Blakely, in 2007 after graduating from the University of Maryland. Immediately, we realized what a dog-crazy place it was.</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160309f6c04\" wfd-id=\"145\">\n<div class=\"tve-content-box-background\" wfd-id=\"152\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160309b397d\" wfd-id=\"146\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-160309ddca8\" data-float=\"1\" wfd-id=\"150\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"151\"><img class=\"tve_image wp-image-7403\" alt=\"\" width=\"64\" height=\"64\" title=\"dog_house\" data-id=\"7403\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/dog_house.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16030a09626\" wfd-id=\"147\"><p>We knew right away that we wanted to work with the animals that we loved and that had given us so much love since we were little girls. We started PawCity Dog Walking in July of 2010.</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16030975307\" wfd-id=\"139\">\n<div class=\"tve-content-box-background\" wfd-id=\"144\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160309b397d\" wfd-id=\"140\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16030a013d7\" data-float=\"1\" wfd-id=\"142\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"143\"><img class=\"tve_image wp-image-7405\" alt=\"\" width=\"64\" height=\"64\" title=\"spinning_wheel\" data-id=\"7405\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/spinning_wheel.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160309b344b\" wfd-id=\"141\"><p>We cover the entire width of the East Side, from 96th Street to Delancey and handle every type of personality imaginable. At PawCity, we lead lives full of the unconditional love and happiness we receive from the furballs we get to spend time with everyday.</p></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" data-css=\"tve-u-15ec2a56438\" style=\"width: 1603px; left: 0px;\" id=\"getyourcoupon\" wfd-id=\"112\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ec2a5bb35\" wfd-id=\"131\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec2a5540e\" wfd-id=\"113\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ec2a80647\" wfd-id=\"114\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15ec2a9b8a9\" wfd-id=\"130\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ec2a81a9f\" wfd-id=\"115\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2a6f589\" wfd-id=\"126\"><p data-css=\"tve-u-15ec2a6b447\"><span data-css=\"tve-u-15ec2a6d9d8\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"129\"><strong>Get Your Coupon</strong></span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2aaa9a4\" wfd-id=\"122\"><p data-css=\"tve-u-15ec2ab1d6d\">We strive to keep both you and your pup as happy and comfortable as possible while youâ€™re out earning those big bucks.</p><p data-css=\"tve-u-15ec2ab1d82\"><br></p><p data-css=\"tve-u-15ec2aa8e2e\"><strong>Get <span data-css=\"tve-u-15ec2aafa24\" style=\"color: rgb(89, 171, 227);\" wfd-id=\"125\">20%</span> off your first walk. Enter your email and we\'ll send you your coupon.</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ec2abe257\" wfd-id=\"116\">\n<div class=\"tve-content-box-background\" wfd-id=\"121\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ec2acb421\" wfd-id=\"117\"><div class=\"thrv_wrapper thrv-button tve_ea_thrive_lightbox\" data-css=\"tve-u-15ec2ac01df\" data-tcb_hover_state_parent=\"false\" data-button-style=\"full_rounded\" wfd-id=\"118\">\n<a href=\"#\" class=\"tcb-button-link tve_evt_manager_listen tve_et_click\" data-tcb-events=\"__TCB_EVENT_[{&quot;config&quot;:{&quot;l_anim&quot;:&quot;zoom_in&quot;,&quot;l_id&quot;:&quot;265&quot;},&quot;a&quot;:&quot;thrive_lightbox&quot;,&quot;t&quot;:&quot;click&quot;}]_TNEVE_BCT__\">\n<span class=\"tcb-button-texts\" wfd-id=\"119\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-15ebe925072\" wfd-id=\"120\">Get Your Coupon Now</span></span>\n</a>\n</div></div>\n</div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-15ec2b0a32a\" id=\"areaweserve\" wfd-id=\"92\">\n<div class=\"tve-page-section-out\" wfd-id=\"111\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15f76fcb7df\" wfd-id=\"93\"><div class=\"thrv_wrapper thrv-columns\" style=\"\" data-css=\"tve-u-15ee103f44a\" wfd-id=\"94\"><div class=\"tcb-flex-row tcb--cols--2 tcb-medium-wrap\" data-css=\"tve-u-15ec2ae8715\" wfd-id=\"95\"><div class=\"tcb-flex-col c-33\" wfd-id=\"100\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec2b37666\" wfd-id=\"102\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"107\"><p data-css=\"tve-u-15ec2af6c4b\"><span data-css=\"tve-u-15ec2af6c4e\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"110\">area we serve</span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"103\"><p>As a small team of experienced dog owners and lovers, we really get to know you and your dog and we canguarantee consistent and personal care that is equal to your love and attention.</p><p><br></p><p><strong><span data-css=\"tve-u-15ec2afed17\" style=\"color: rgb(89, 171, 227);\" wfd-id=\"106\">We are so excited to make you a part of the family!</span></strong></p></div></div></div><div class=\"tcb-flex-col c-66\" wfd-id=\"96\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec2b33f06\" wfd-id=\"98\"><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-15ec2b3b468\" wfd-id=\"99\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=blakely, united states&amp;t=m&amp;z=11&amp;output=embed&amp;iwloc=near\"></iframe>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" data-css=\"tve-u-15ec2b5d54c\" style=\"width: 1603px; left: 0px;\" id=\"contact\" wfd-id=\"50\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ec2b56fac\" wfd-id=\"91\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec2b54c99\" wfd-id=\"51\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1602b31dfcd\" wfd-id=\"52\"><div class=\"tcb-flex-row tcb-resized tcb-medium-wrap tcb--cols--3\" data-css=\"tve-u-1602b37ce9d\" wfd-id=\"53\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1602be453ec\" style=\"\" wfd-id=\"85\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"87\"><div class=\"tcb-clear\" data-css=\"tve-u-1602bff3cd5\" wfd-id=\"88\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec2b6e126\" wfd-id=\"89\"><span class=\"tve_image_frame\" wfd-id=\"90\"><img class=\"tve_image wp-image-25564\" alt=\"\" width=\"142\" height=\"44\" title=\"logo_pawcity\" data-id=\"25564\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/logo_pawcity.png\"></span></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1602be45437\" style=\"\" wfd-id=\"69\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1602be56dfc\" wfd-id=\"71\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1602bfebaf9\" wfd-id=\"72\">\n<div class=\"tve-content-box-background\" wfd-id=\"84\"></div>\n<div class=\"tve-cb\" wfd-id=\"73\"><div class=\"tcb-clear\" data-css=\"tve-u-1602bf36e2c\" wfd-id=\"81\"><div class=\"thrv_wrapper tve_image_caption tcb-mobile-hidden\" data-css=\"tve-u-1602be7db66\" data-float=\"1\" wfd-id=\"82\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"83\"><img class=\"tve_image wp-image-7369\" alt=\"\" width=\"64\" height=\"64\" title=\"location\" data-id=\"7369\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/location.png\" style=\"width: 100%;\"></span></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1602bf25f10\" wfd-id=\"74\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1602befe215\" wfd-id=\"75\"><p data-css=\"tve-u-1602bfa220e\"><strong><span data-css=\"tve-u-1602b324a9b\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"80\">67 E. 3rd Street</span></strong><span data-css=\"tve-u-1602b324a9c\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"79\"> </span><span data-css=\"tve-u-1602b324ab9\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"78\">Suite B New York, NY 10003</span></p></div></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1602be4545b\" style=\"\" wfd-id=\"54\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"56\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1602bfea280\" wfd-id=\"57\">\n<div class=\"tve-content-box-background\" wfd-id=\"68\"></div>\n<div class=\"tve-cb\" wfd-id=\"58\"><div class=\"tcb-clear\" data-css=\"tve-u-1602bfc4bea\" wfd-id=\"65\"><div class=\"thrv_wrapper tve_image_caption tcb-mobile-hidden\" data-css=\"tve-u-1602bec144e\" data-float=\"1\" wfd-id=\"66\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"67\"><img class=\"tve_image wp-image-7370\" alt=\"\" width=\"64\" height=\"64\" title=\"phone\" data-id=\"7370\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/phone.png\" style=\"width: 100%;\"></span></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1602bfc74c3\" wfd-id=\"59\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1602b332fd9\" data-float=\"1\" wfd-id=\"60\"><p><a href=\"tel:#9548481911\" target=\"_blank\"><strong><span data-css=\"tve-u-1602b324a9b\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"64\">954-848-1911</span></strong></a><br></p></div></div></div>\n</div></div></div></div></div></div>\n</div>'),(2866,284,'tve_revision_tve_content_more_found',''),(2867,284,'tve_revision_tve_save_post','');
INSERT INTO `wpbe_postmeta` VALUES (2868,284,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Montserrat:400,200,300&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Amatic+SC:400&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=ABeeZee:400&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-160309b397d\"]::after { clear: both; }[data-css=\"tve-u-160309b344b\"] { position: relative !important; margin-left: 100px !important; }[data-css=\"tve-u-160309b00b4\"] + div { clear: none; }[data-css=\"tve-u-160309b00b4\"] { float: none; width: 60px; position: absolute; margin-bottom: 0px !important; margin-top: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-16030975307\"] { max-width: 75%; margin-left: 80px !important; }[data-css=\"tve-u-1602bfa220e\"] { line-height: 1.85em !important; }[data-css=\"tve-u-1602be7db66\"] { float: left; width: 40px; z-index: 3; position: relative; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1602be56dfc\"]::after { clear: both; }[data-css=\"tve-u-1602be4545b\"] { max-width: 25%; }[data-css=\"tve-u-1602be45437\"] { max-width: 48.1%; }[data-css=\"tve-u-1602be453ec\"] { max-width: 26.9%; }[data-css=\"tve-u-1602b37ce9d\"] > .tcb-flex-col > .tcb-col { justify-content: center; }[data-css=\"tve-u-1602b332fd9\"] { max-width: 264px; position: relative; float: right; z-index: 3; width: 100%; padding-left: 1px !important; margin-top: 1px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1602b324a9c\"] { color: rgb(74, 163, 223) !important; }[data-css=\"tve-u-1602b324a9b\"] { color: rgb(74, 163, 223) !important; }[data-css=\"tve-u-1602b31dfcd\"] { max-width: 1296px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15f76fcb7df\"] { max-width: 100%; }[data-css=\"tve-u-15f0064f814\"] { color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-15ec313e743\"]:hover p, #tve_editor [data-css=\"tve-u-15ec313e743\"]:hover li, #tve_editor [data-css=\"tve-u-15ec313e743\"]:hover blockquote, #tve_editor [data-css=\"tve-u-15ec313e743\"]:hover address { color: rgb(89, 171, 227); }[data-css=\"tve-u-15f003784ab\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15f00369f5e\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15f003655f8\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15f003606db\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15f0034f748\"] { color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-15f002fa8f6\"] { color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-15ec313e743\"] p, #tve_editor [data-css=\"tve-u-15ec313e743\"] li, #tve_editor [data-css=\"tve-u-15ec313e743\"] blockquote, #tve_editor [data-css=\"tve-u-15ec313e743\"] address { font-size: 16px; }[data-css=\"tve-u-15ec313e743\"] { text-align: left; padding-left: 0px !important; margin-left: 0px !important; margin-right: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-15ee121fb1c\"] .tcb-flex-col { flex-basis: 285px !important; }[data-css=\"tve-u-15ec30a8a14\"]::after { clear: both; }#tve_editor [data-css=\"tve-u-15ebe90cfb0\"] { font-size: 96px !important; }[data-css=\"tve-u-15ee1237243\"] { box-shadow: rgba(73, 137, 181, 0.15) -3px 7px 69px 10px; }[data-css=\"tve-u-15ee1232726\"] { box-shadow: rgba(73, 137, 181, 0.15) -3px 7px 69px 10px; }[data-css=\"tve-u-15ee121fb1c\"] > .tcb-flex-col > .tcb-col { min-height: 503px; }[data-css=\"tve-u-15ee1225fdf\"] { box-shadow: rgba(73, 137, 181, 0.15) -3px 7px 69px 10px; }[data-css=\"tve-u-15ee121fb1c\"] { margin-left: -60px; min-height: inherit; }[data-css=\"tve-u-15ee121fb1c\"] > .tcb-flex-col { padding-left: 60px; }[data-css=\"tve-u-15ee121a6d1\"] { float: none; max-width: 1296px; text-align: center; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ee1211b9b\"] { max-width: 1603px; text-align: center; }[data-css=\"tve-u-15ec26fee25\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-15ee106257d\"] { max-width: 100%; }[data-css=\"tve-u-15ec3055cca\"] { max-width: 1370px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ee103f44a\"] { float: none; max-width: 1296px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ee1037a1d\"] { float: none; max-width: 1296px; margin-left: auto !important; margin-right: auto !important; }#tve_editor [data-css=\"tve-u-15ec2ac01df\"]:hover .tcb-button-link { box-shadow: rgba(73, 137, 181, 0.25) -3px 7px 73px 18px; background-color: rgb(149, 250, 201) !important; }#tve_editor [data-css=\"tve-u-15ebe91a626\"]:hover .tcb-button-link { box-shadow: rgba(73, 137, 181, 0.25) -3px 7px 73px 18px; border: 0px dashed rgb(255, 255, 255); background-color: rgb(149, 250, 201) !important; font-weight: normal !important; background-image: none !important; }[data-css=\"tve-u-15ebe8a2edd\"] > .tcb-flex-col > .tcb-col { justify-content: center; }[data-css=\"tve-u-15ec3017516\"] { margin-top: 60px !important; padding-bottom: 50px !important; }[data-css=\"tve-u-15ec2b6e126\"] { width: 142px; }[data-css=\"tve-u-15ec2b5d54c\"] { margin-top: 83px !important; }[data-css=\"tve-u-15ec2b56fac\"] { background-image: linear-gradient(rgb(0, 0, 0), rgb(0, 0, 0)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-15ec2b54c99\"] { max-width: 1586px; min-height: 100px !important; }[data-css=\"tve-u-15ec2b3b468\"] { box-shadow: rgba(89, 171, 227, 0.15) -3px 7px 69px 10px; margin-top: 0px !important; margin-bottom: 0px !important; margin-left: 38px !important; }[data-css=\"tve-u-15ec2b37666\"] { margin-top: 114px !important; }[data-css=\"tve-u-15ec2b33f06\"] { padding-left: 0px !important; }[data-css=\"tve-u-15ec2b0a32a\"] { margin-top: 76px !important; }[data-css=\"tve-u-15ec2ae8715\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-15ec2afed17\"] { color: rgb(89, 171, 227) !important; }[data-css=\"tve-u-15ec2ae8715\"] { float: none; max-width: 1453px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2acb421\"] { min-height: 162px; }[data-css=\"tve-u-15ec2aafa24\"] { color: rgb(89, 171, 227) !important; }[data-css=\"tve-u-15ec2aaa9a4\"] { float: none; max-width: 1440px; margin-left: auto !important; margin-right: auto !important; margin-top: 25px !important; }#tve_editor [data-css=\"tve-u-15ec2aa8e2e\"] { letter-spacing: 1px; color: rgb(255, 255, 255) !important; font-size: 20px !important; }[data-css=\"tve-u-15ec2a9b8a9\"] { border: 1px solid rgb(89, 171, 227) !important; }[data-css=\"tve-u-15ec2a81a9f\"] { min-height: 162px; }[data-css=\"tve-u-15ec2a80647\"] { float: none; max-width: 97%; margin-left: auto !important; margin-right: auto !important; margin-top: 55px !important; }[data-css=\"tve-u-15ec2a6f589\"] { float: none; max-width: 1440px; margin-top: 55px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2a6d9d8\"] { font-family: \"Amatic SC\" !important; font-weight: 400 !important; }#tve_editor [data-css=\"tve-u-15ec2a6b447\"] { color: rgb(89, 171, 227) !important; font-size: 70px !important; }[data-css=\"tve-u-15ec2a5bb35\"] { background-image: linear-gradient(rgba(28, 54, 85, 0.8), rgba(28, 54, 85, 0.8)), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/coupon_background.jpg\") !important; background-size: auto, cover !important; background-position: 0px 0px, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-15ec2a56438\"] { margin-top: 69px !important; }[data-css=\"tve-u-15ec2a5540e\"] { max-width: 100%; text-align: center; min-height: 561px !important; }[data-css=\"tve-u-15ec2a38bfd\"] { margin-right: 0px !important; padding-right: 0px !important; margin-left: 0px !important; }[data-css=\"tve-u-15ec2a33d71\"] { width: 830px; position: relative; top: 0px; left: 40px; z-index: 7; float: none; padding-right: 0px !important; padding-left: 0px !important; }[data-css=\"tve-u-15ec27075e1\"] { border-left: 2px dashed rgb(232, 238, 241); border-top: 1px solid rgb(232, 238, 241); border-bottom: 1px solid rgb(232, 238, 241); }[data-css=\"tve-u-15ec26fee25\"] > .tcb-flex-col > .tcb-col { min-height: 612px; }[data-css=\"tve-u-15ec26fee25\"] { min-height: inherit; margin-left: 0px; padding-top: 0px !important; padding-bottom: 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-15ec26ec232\"] { margin-top: 66px !important; }[data-css=\"tve-u-15ec26e5812\"] { max-width: 100%; min-height: 586px !important; }[data-css=\"tve-u-15ec26c390a\"] { margin-top: 60px !important; }#tve_editor [data-css=\"tve-u-15ec26bd2e8\"] { color: rgb(24, 45, 60) !important; font-size: 70px !important; }[data-css=\"tve-u-15ec26b9914\"] { max-width: 1434px; text-align: center; }[data-css=\"tve-u-15ec26ab7b0\"] { margin-top: 67px !important; }#tve_editor [data-css=\"tve-u-15ec26a92a2\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15ec2698d8d\"] { float: none; max-width: 600px; margin-left: auto !important; margin-right: auto !important; margin-top: 30px !important; }#tve_editor [data-css=\"tve-u-15ec269736c\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15ec269379d\"] { font-size: 45px !important; }[data-css=\"tve-u-15ec268a0a3\"] { font-size: 45px !important; color: rgb(89, 171, 227) !important; }[data-css=\"tve-u-15ec256e611\"] { margin-top: 0px !important; }#tve_editor [data-css=\"tve-u-15ec25610c7\"] { font-size: 40px !important; color: rgb(89, 171, 227) !important; }[data-css=\"tve-u-15ec255fe12\"] { font-family: ABeeZee !important; font-weight: 400 !important; color: rgb(89, 171, 227) !important; font-size: 45px !important; }[data-css=\"tve-u-15ec254985a\"] { margin-right: 0px !important; }[data-css=\"tve-u-15ec253ef3a\"] { text-align: center; background-image: linear-gradient(rgba(24, 45, 60, 0.95), rgba(24, 45, 60, 0.95)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; margin-top: 0px !important; padding-top: 130px !important; padding-bottom: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-15ec253a41f\"] > .tcb-flex-col > .tcb-col { min-height: 661px; }[data-css=\"tve-u-15ec253a41f\"] { min-height: inherit; float: none; max-width: 1474px; z-index: 3; position: relative; padding-top: 0px !important; padding-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; padding-right: 0px !important; }[data-css=\"tve-u-15ec24f97c0\"] { background-image: linear-gradient(rgba(42, 51, 68, 0.1), rgba(42, 51, 68, 0.1)), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/testimonial_bg.jpg\") !important; background-size: auto, cover !important; background-position: 0px 0px, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-15ec24f790d\"] { min-height: 661px !important; }[data-css=\"tve-u-15ec24f494c\"] { margin-top: 60px !important; }[data-css=\"tve-u-15ec24d5e15\"] + div { clear: none; }[data-css=\"tve-u-15ec24d5e15\"] { float: none; width: 65px; margin-left: auto !important; margin-right: auto !important; margin-top: 40px !important; }[data-css=\"tve-u-15ec24ae116\"] + div { clear: none; }[data-css=\"tve-u-15ec24ae116\"] { float: none; width: 73px; margin-left: auto !important; margin-right: auto !important; margin-top: 40px !important; }[data-css=\"tve-u-15ec249b3f6\"] { line-height: 1.9em !important; }[data-css=\"tve-u-15ec2492191\"] { margin-left: 25px !important; margin-right: 25px !important; margin-top: 25px !important; }#tve_editor [data-css=\"tve-u-15ec2487407\"] { text-transform: uppercase !important; color: rgb(135, 156, 171) !important; font-size: 17px !important; }#tve_editor [data-css=\"tve-u-15ec2481d17\"] { font-size: 20px !important; }[data-css=\"tve-u-15ec2477274\"] + div { clear: none; }[data-css=\"tve-u-15ec2477274\"] { float: none; width: 55px; margin-left: auto !important; margin-right: auto !important; margin-top: 40px !important; }[data-css=\"tve-u-15ec2448fdb\"] { float: none; max-width: 1296px; margin-top: 10px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2443105\"] { line-height: 1.8em !important; }[data-css=\"tve-u-15ebea49c0c\"] { float: none; max-width: 1440px; margin-left: auto !important; margin-right: auto !important; margin-top: 0px !important; }#tve_editor [data-css=\"tve-u-15ebea42b31\"] { color: rgb(24, 45, 60) !important; font-size: 70px !important; }[data-css=\"tve-u-15ebea3a693\"] { max-width: 1434px; }#tve_editor [data-css=\"tve-u-15ebe925072\"] { font-family: Montserrat; letter-spacing: 0px; font-weight: 400; font-size: 20px !important; color: rgb(24, 45, 60) !important; }[data-css=\"tve-u-15ebe91a626\"] { display: block; max-width: 423px; margin-left: auto !important; margin-right: auto !important; float: none; }[data-css=\"tve-u-15ebe91a626\"] .tcb-button-link { border-radius: 200px; min-height: 67.1429px; font-size: 1.6em; padding-top: 0px; padding-bottom: 0px; background-color: rgb(255, 255, 255) !important; padding-left: 15px !important; background-image: none !important; border: 1px solid rgb(0, 0, 0); box-shadow: rgba(0, 0, 0, 0.4) 0px 3px 8px 1px; }[data-css=\"tve-u-15ebe916c34\"] { float: none; z-index: 3; position: relative; width: 100%; max-width: 733px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ebe90cfb0\"] { line-height: 1.1em !important; }[data-css=\"tve-u-15ebe906677\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 669px; margin-left: 50px !important; margin-top: 40px !important; }#tve_editor [data-css=\"tve-u-15ebe905473\"] { font-size: 22px !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15ebe8ee6c0\"]::after { clear: both; }[data-css=\"tve-u-15ebe8edca2\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 722px; padding-left: 0px !important; margin-left: 50px !important; margin-top: 104px !important; }[data-css=\"tve-u-15ebe8abb9e\"] { padding: 0px !important; }[data-css=\"tve-u-15ebe8a4d78\"] { clip-path: url(\"#clip-left-335f47a4c8f92\"); -webkit-clip-path: url(\"#clip-left-335f47a4c8f92\");  }[data-css=\"tve-u-15ebe8a2edd\"] { padding-bottom: 15px !important; padding-top: 15px !important; }[data-css=\"tve-u-15ebe89fb7a\"] { margin-left: -35px !important; }[data-css=\"tve-u-15ebe830a90\"] { clip-path: url(\"#clip-left-bb2526ca261ae\"); -webkit-clip-path: url(\"#clip-left-bb2526ca261ae\");  background-image: linear-gradient(rgb(89, 171, 227), rgb(89, 171, 227)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-15ebe827cb3\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 0px !important; }[data-css=\"tve-u-15ebe80a9a1\"] { min-height: 729px; }[data-css=\"tve-u-15ebe738fb8\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-15ebe738fb8\"] > .tcb-flex-col > .tcb-col { min-height: 729px; }[data-css=\"tve-u-15ebe738fb8\"] { min-height: inherit; margin-left: 0px; padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-15ebe73226c\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/header_image-1.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-15ebe72c974\"] { max-width: 1620px; }[data-css=\"tve-u-15ebe70a25b\"] { width: 142px; margin-top: 20px !important; padding-left: 0px !important; margin-left: 30px !important; }[data-css=\"tve-u-15ebe5d7b44\"] { background-image: linear-gradient(rgb(0, 0, 0), rgb(0, 0, 0)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-15ebe51d596\"] { max-width: 100%; min-height: 100px !important; }#tcb_landing_page h3 { font-family: Montserrat; font-weight: 200; font-size: 20px; color: rgb(24, 45, 60); }#tcb_landing_page h2 { font-family: \"Amatic SC\"; font-weight: 400; font-size: 70px; color: rgb(24, 45, 60); }#tcb_landing_page h1 { font-family: \"Amatic SC\"; font-weight: 400; font-size: 96px; color: rgb(255, 255, 255); }#tcb_landing_page p, #tcb_landing_page li { font-family: Montserrat; font-weight: 200; color: rgb(24, 45, 60); font-size: 18px; line-height: 1.667em; }[data-css=\"tve-u-15e09c94f7d\"] { background-color: rgb(255, 255, 255); }[data-css=\"tve-u-15ec256b908\"] { font-family: \"Amatic SC\" !important; font-weight: 400 !important; }[data-css=\"tve-u-15ec26760e9\"] { font-family: ABeeZee !important; font-weight: 400 !important; }[data-css=\"tve-u-15ec2680494\"] { font-family: \"Amatic SC\" !important; font-weight: 400 !important; }#tve_editor [data-css=\"tve-u-15ec2ab1d6d\"] { letter-spacing: 1px; color: rgb(255, 255, 255) !important; font-size: 20px !important; }#tve_editor [data-css=\"tve-u-15ec2ab1d82\"] { letter-spacing: 1px; color: rgb(255, 255, 255) !important; font-size: 20px !important; }[data-css=\"tve-u-15ec2abe257\"] { float: none; z-index: 3; position: relative; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2ac01df\"] { display: block; max-width: 423px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2ac01df\"] .tcb-button-link { border-radius: 200px; min-height: 67.1429px; font-size: 1.6em; padding-top: 0px; padding-bottom: 0px; background-color: rgb(105, 240, 174) !important; padding-left: 15px !important; }#tve_editor [data-css=\"tve-u-15ec2af6c4b\"] { color: rgb(24, 45, 60) !important; font-size: 70px !important; }[data-css=\"tve-u-15ec2af6c4e\"] { font-family: \"Amatic SC\" !important; font-weight: 400 !important; }[data-css=\"tve-u-15ec3192f72\"] { margin-left: 25px !important; margin-right: 25px !important; margin-top: 25px !important; }[data-css=\"tve-u-15ec31ba260\"] { float: none; max-width: 1296px; margin-top: 10px !important; margin-left: auto !important; margin-right: auto !important; }#tcb_landing_page a:hover:not(.tcb-button-link) { color: rgb(89, 171, 227); }#tcb_landing_page .tve-state-hovera:not(.tcb-button-link) { color: rgb(89, 171, 227); }#tve_editor [data-css=\"tve-u-160266880a0\"] { color: rgb(255, 255, 255) !important; font-family: Montserrat !important; }[data-css=\"tve-u-1602b324ab9\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1602bec144e\"] { width: 36px; float: left; z-index: 3; position: static; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1602befe215\"] { max-width: 386px; position: relative !important; padding-left: 1px !important; margin-top: 0px !important; margin-left: 50px !important; }[data-css=\"tve-u-160309ddca8\"] + div { clear: none; }[data-css=\"tve-u-160309ddca8\"] { float: none; width: 60px; position: absolute; margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-160309f3e5d\"] { max-width: 75%; margin-left: 80px !important; margin-top: 60px !important; margin-bottom: 40px !important; }[data-css=\"tve-u-160309f6c04\"] { max-width: 75%; margin-left: 80px !important; margin-top: 60px !important; margin-bottom: 80px !important; }[data-css=\"tve-u-16030a013d7\"] + div { clear: none; }[data-css=\"tve-u-16030a013d7\"] { float: none; width: 60px; position: absolute; margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-16030a08afd\"] { position: relative !important; margin-left: 100px !important; }[data-css=\"tve-u-16030a09626\"] { position: relative !important; margin-left: 100px !important; }#tcb_landing_page a.tve-state-hover:not(.tcb-button-link) { color: rgb(89, 171, 227); }[data-css=\"tve-u-165b813034a\"] { border-bottom: 1px solid rgb(255, 255, 255); }#tve_editor [data-css=\"tve-u-165b814869f\"] { font-family: Montserrat; letter-spacing: 0px; font-weight: 400; font-size: 18px !important; color: rgb(24, 45, 60) !important; text-transform: capitalize !important; }}@media (max-width: 1023px){[data-css=\"tve-u-1602b332fd9\"] { float: none; max-width: 121px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1602befe215\"] { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1602b37ce9d\"] .tcb-flex-col { flex-basis: 420px !important; }[data-css=\"tve-u-1602bec144e\"] { float: none; z-index: 3; position: relative; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1602be7db66\"] { float: none; z-index: 3; position: relative; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2a38bfd\"] { text-align: left; }[data-css=\"tve-u-15ec27075e1\"] { margin-top: 0px !important; }[data-css=\"tve-u-15ee1237243\"] { margin-top: 52px !important; }[data-css=\"tve-u-15ee121a6d1\"] { margin-left: 33px !important; margin-right: 33px !important; }[data-css=\"tve-u-15ecc95760b\"]::after { clear: both; }[data-css=\"tve-u-15ebe51d596\"] { text-align: left; }[data-css=\"tve-u-15ec2b6e126\"] { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2b54c99\"] { text-align: left; }[data-css=\"tve-u-15ec2b3b468\"] { margin-left: 0px !important; margin-top: 20px !important; }[data-css=\"tve-u-15ec2b37666\"] { margin-top: 0px !important; }[data-css=\"tve-u-15ec2a80647\"] { margin-top: 0px !important; padding-left: 10px !important; padding-right: 10px !important; }[data-css=\"tve-u-15ec2a5540e\"] { max-width: 720px; }[data-css=\"tve-u-15ec2a33d71\"] { width: 395px; float: none; z-index: 3; position: relative; margin: 80px auto 0px !important; }[data-css=\"tve-u-15ec26b9914\"] { max-width: 720px; }[data-css=\"tve-u-15ec253ef3a\"] { padding: 25px 10px !important; }[data-css=\"tve-u-15ebea3a693\"] { max-width: 720px; }[data-css=\"tve-u-15ec30a8a14\"]::after { clear: both; }[data-css=\"tve-u-15ebe916c34\"] { max-width: 376px; }[data-css=\"tve-u-15ebe8a2edd\"] > .tcb-flex-col > .tcb-col { justify-content: center; min-height: 91px; }[data-css=\"tve-u-15ebe70a25b\"] { float: right; z-index: 3; position: relative; margin: 0px auto !important; }[data-css=\"tve-u-15ec3055cca\"] { text-align: center; margin-top: 0px !important; }[data-css=\"tve-u-15ebe8a2edd\"] { min-height: inherit; float: none; max-width: 100%; padding-top: 0px !important; padding-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec30518d3\"] { text-align: center; margin-left: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-15ebe830a90\"] { clip-path: url(\"#clip-tablet-left-bb2526ca261ae\"); -webkit-clip-path: url(\"#clip-tablet-left-bb2526ca261ae\");  }[data-css=\"tve-u-15ebe91a626\"] { margin-left: 30px !important; }[data-css=\"tve-u-15ebe906677\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 336px; margin-left: 30px !important; }[data-css=\"tve-u-15ebe8edca2\"] { margin-left: 30px !important; }[data-css=\"tve-u-15ebe89fb7a\"] { margin-left: -35px !important; }[data-css=\"tve-u-15ebe827cb3\"] { max-width: 100%; }#tve_editor [data-css=\"tve-u-15ebe90cfb0\"] { font-size: 84px !important; }}@media (max-width: 767px){[data-css=\"tve-u-160309b344b\"] { margin-left: 10px !important; margin-top: 30px !important; margin-right: 10px !important; }[data-css=\"tve-u-16030a013d7\"] { position: static; }[data-css=\"tve-u-16030a09626\"] { margin-left: 10px !important; margin-top: 30px !important; margin-right: 10px !important; }[data-css=\"tve-u-160309ddca8\"] { position: static; }[data-css=\"tve-u-16030a08afd\"] { margin-left: 10px !important; margin-right: 10px !important; margin-top: 30px !important; }[data-css=\"tve-u-160309b00b4\"] { position: static; }[data-css=\"tve-u-16030975307\"] { max-width: 100%; margin-left: 10px !important; margin-right: 10px !important; }[data-css=\"tve-u-160309f6c04\"] { max-width: 100%; margin-left: 10px !important; margin-right: 10px !important; }[data-css=\"tve-u-160309f3e5d\"] { max-width: 100%; margin-left: 10px !important; margin-right: 10px !important; }[data-css=\"tve-u-15ec2a38bfd\"]::after { clear: both; }[data-css=\"tve-u-1602bff3cd5\"]::after { clear: both; }[data-css=\"tve-u-1602bfea280\"] { margin-top: 0px !important; margin-bottom: 20px !important; }[data-css=\"tve-u-15ec2b6e126\"] { float: left; z-index: 3; position: relative; margin-left: 24px !important; }[data-css=\"tve-u-1602bf25f10\"]::after { clear: both; }[data-css=\"tve-u-1602b332fd9\"] { max-width: 257px; float: left; z-index: 3; position: relative; width: 100%; margin-top: 20px !important; margin-left: 20px !important; }[data-css=\"tve-u-15ec253ef3a\"] { padding-top: 30px !important; padding-bottom: 30px !important; }[data-css=\"tve-u-15ee1237243\"] { margin-top: 25px !important; }[data-css=\"tve-u-15ee1232726\"] { margin-top: 25px !important; }[data-css=\"tve-u-15ebe70a25b\"] { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2ae8715\"] { margin-left: -15px; }[data-css=\"tve-u-15ec2ae8715\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-15ec2b33f06\"] { margin-right: 0px !important; }[data-css=\"tve-u-15ec26fee25\"] > .tcb-flex-col > .tcb-col { min-height: 387px; }[data-css=\"tve-u-15ec26fee25\"] { margin-left: 0px; min-height: inherit; }[data-css=\"tve-u-15ec26fee25\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-15ec2a33d71\"] { position: static; margin-bottom: 0px !important; }[data-css=\"tve-u-15ec31ba260\"] { padding-left: 3px !important; padding-right: 3px !important; }[data-css=\"tve-u-15ec253a41f\"] > .tcb-flex-col > .tcb-col { min-height: 27px; }[data-css=\"tve-u-15ec253a41f\"] { margin-left: 0px; min-height: inherit; }[data-css=\"tve-u-15ec253a41f\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-15ec254985a\"] { margin-top: 0px !important; }[data-css=\"tve-u-15ec24f494c\"] { margin-top: 30px !important; }[data-css=\"tve-u-15ec256e611\"] { margin-top: 0px !important; }[data-css=\"tve-u-15ec3192f72\"] { margin-bottom: 32px !important; }[data-css=\"tve-u-15ec318421d\"] { margin-bottom: 34px !important; margin-top: -105px !important; }[data-css=\"tve-u-15ebe738fb8\"] > .tcb-flex-col > .tcb-col { min-height: 554px; }[data-css=\"tve-u-15ebe738fb8\"] { min-height: inherit; padding-bottom: 0px !important; }[data-css=\"tve-u-15ec3017516\"] { margin-top: 0px !important; padding-left: 5px !important; padding-right: 5px !important; }[data-css=\"tve-u-15ebe89fb7a\"] { margin-left: -20px !important; }[data-css=\"tve-u-15ec3055cca\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-15ebe916c34\"] { margin-bottom: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-15ec3152b02\"] { min-height: 226px; }[data-css=\"tve-u-15ebe80a9a1\"] { min-height: 554px; }[data-css=\"tve-u-15ebe91a626\"] { margin-left: 28px !important; margin-right: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-15ebe906677\"] { margin-left: 30px !important; }[data-css=\"tve-u-15ebe8edca2\"] { margin-left: 30px !important; margin-top: 45px !important; }[data-css=\"tve-u-15ebe827cb3\"] { max-width: 100%; }[data-css=\"tve-u-15ec313e743\"] { margin-left: 10px !important; margin-right: 10px !important; }[data-css=\"tve-u-1602befe215\"] { max-width: 257px; float: left; z-index: 3; position: relative; width: 100%; margin-top: 20px !important; margin-left: 20px !important; }}'),(2869,284,'tve_revision_tve_user_custom_css','.thrv_text_element p {margin:0;}\n.thrv_heading h1,h2,h3 {margin:0;}'),(2870,284,'tve_revision_tve_page_events','a:0:{}'),(2871,284,'tve_revision_tve_globals','a:4:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";s:11:\"extra_icons\";a:1:{i:0;a:3:{s:11:\"font-family\";s:25:\"tve-ff-6797-59f9979fd5998\";s:3:\"css\";s:87:\"http://lp-build.thrivethemes.com/wp-content/uploads/tve-ff-6797-59f9979fd5998/style.css\";s:6:\"folder\";s:92:\"/home/thrivedevbitston/public_html/landingpages/wp-content/uploads/tve-ff-6797-59f9979fd5998\";}}s:6:\"lb_map\";a:1:{i:6808;s:3:\"265\";}s:8:\"font_cls\";a:0:{}}'),(2872,284,'tve_revision_tve_global_scripts',''),(2873,284,'tve_revision_thrive_icon_pack','0'),(2874,284,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(2875,284,'tve_revision_tve_has_masonry','0'),(2876,284,'tve_revision_tve_has_typefocus','0'),(2877,284,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-165b813034a\" wfd-id=\"274\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ebe5d7b44\" wfd-id=\"296\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ebe51d596\" wfd-id=\"275\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15ec3055cca\" wfd-id=\"276\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2\" data-css=\"tve-u-15ebe8a2edd\" wfd-id=\"277\"><div class=\"tcb-flex-col\" wfd-id=\"290\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec30518d3\" wfd-id=\"292\"><div class=\"tcb-clear\" data-css=\"tve-u-15ecc95760b\" wfd-id=\"293\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ebe70a25b\" wfd-id=\"294\"><span class=\"tve_image_frame\" wfd-id=\"295\"><img class=\"tve_image wp-image-25564\" alt=\"\" width=\"142\" height=\"44\" title=\"logo_pawcity\" data-id=\"25564\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/logo_pawcity.png\"></span></div></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"278\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec313e743\" data-tcb_hover_state_parent=\"\" wfd-id=\"280\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone tcb-tablet-hidden tcb-mobile-hidden\" style=\"\" wfd-id=\"281\"><p data-css=\"tve-u-15f002fa8f6\"><span data-css=\"tve-u-15f0034f748\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"289\"><a href=\"#whatwedo\">What We Do</a></span>&nbsp; &nbsp; <span data-css=\"tve-u-15f003606db\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"288\"><a href=\"#testimonials\">Testimonials</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f003655f8\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"287\"><a href=\"#aboutus\">About Us</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f00369f5e\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"286\"><a href=\"#getyourcoupon\">Get Your Coupon</a></span>&nbsp; &nbsp; <span data-css=\"tve-u-15f0064f814\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"285\"><a href=\"#areaweserve\">Area We Serve</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f003784ab\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"284\"><a href=\"#contact\">Contact</a></span></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ebe8abb9e\" wfd-id=\"244\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ebe8a4d78\" data-clip-id=\"335f47a4c8f92\" wfd-id=\"273\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-left-335f47a4c8f92\" class=\"decoration-clip clip-path-left\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" pointer-width=\"6\" pointer-height=\"2.5\" style=\"curves\" decoration-type=\"none\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon><ellipse cx=\"0.025\" cy=\"0.029412\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.08823600000000001\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.14706\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.205884\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.264708\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.323532\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.38235600000000003\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.44118\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.500004\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.558828\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.617652\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.676476\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.7353000000000001\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.794124\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.852948\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.911772\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.970596\" rx=\"0.025\" ry=\"0.029412\"></ellipse></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ebe72c974\" wfd-id=\"245\"><div class=\"thrv_wrapper thrv-columns tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec318421d\" wfd-id=\"246\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-15ebe738fb8\" wfd-id=\"247\"><div class=\"tcb-flex-col\" wfd-id=\"270\"><div class=\"tcb-col\" data-css=\"tve-u-15ebe73226c\" wfd-id=\"272\"></div></div><div class=\"tcb-flex-col\" wfd-id=\"248\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ebe89fb7a\" wfd-id=\"250\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ebe827cb3\" wfd-id=\"251\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15ebe830a90\" data-clip-id=\"bb2526ca261ae\" wfd-id=\"269\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-left-bb2526ca261ae\" class=\"decoration-clip clip-path-left\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"divider\" pointer-width=\"5.7\" pointer-height=\"2.5\" style=\"curves\" slanted-angle=\"5\"><polygon points=\"0.025 0, 0.025 1, 1 1, 1 0\"></polygon><ellipse cx=\"0.025\" cy=\"0.027778\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.083334\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.13889\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.194446\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.250002\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.305558\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.361114\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.41667\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.47222600000000003\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.527782\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.583338\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.638894\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.69445\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.7500060000000001\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.805562\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.861118\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.916674\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.97223\" rx=\"0.025\" ry=\"0.027778\"></ellipse></clipPath><clipPath id=\"clip-tablet-left-bb2526ca261ae\" class=\"decoration-clip clip-path-tablet-left\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"divider\" pointer-width=\"5.7\" pointer-height=\"4\" style=\"curves\" slanted-angle=\"5\"><polygon points=\"0.04 0, 0.04 1, 1 1, 1 0\"></polygon><ellipse cx=\"0.04\" cy=\"0.027778\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.083334\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.13889\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.194446\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.250002\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.305558\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.361114\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.41667\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.47222600000000003\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.527782\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.583338\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.638894\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.69445\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.7500060000000001\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.805562\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.861118\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.916674\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.97223\" rx=\"0.04\" ry=\"0.027778\"></ellipse></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ebe80a9a1\" wfd-id=\"252\"><div class=\"tcb-clear\" data-css=\"tve-u-15ebe8ee6c0\" wfd-id=\"265\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15ebe8edca2\" data-tag=\"h1\" wfd-id=\"266\"><h1 data-css=\"tve-u-15ebe90cfb0\">Happy dogs =<br>â€‹â€‹â€‹â€‹â€‹happâ€‹â€‹â€‹â€‹y owners</h1></div></div><div class=\"tcb-clear\" data-css=\"tve-u-15ec30a8a14\" wfd-id=\"261\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ebe906677\" wfd-id=\"262\"><p data-css=\"tve-u-15ebe905473\">Offer your dog a premium walking experience</p></div></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ebe916c34\" wfd-id=\"253\">\n<div class=\"tve-content-box-background\" wfd-id=\"260\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ec3152b02\" wfd-id=\"254\"><div class=\"thrv_wrapper thrv-button tve_ea_thrive_lightbox\" data-css=\"tve-u-15ebe91a626\" data-tcb_hover_state_parent=\"false\" data-button-style=\"full_rounded\" wfd-id=\"255\">\n<a href=\"#\" class=\"tcb-button-link tve_evt_manager_listen tve_et_click\" data-tcb-events=\"__TCB_EVENT_[{&quot;config&quot;:{&quot;l_anim&quot;:&quot;zoom_in&quot;,&quot;l_id&quot;:265},&quot;a&quot;:&quot;thrive_lightbox&quot;,&quot;t&quot;:&quot;click&quot;}]_TNEVE_BCT__\">\n<span class=\"tcb-button-texts\" wfd-id=\"256\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-165b814869f\" wfd-id=\"257\">Get 10% OFF Your First Cerakote Project</span></span>\n</a>\n</div></div>\n</div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec3017516\" wfd-id=\"235\">\n<div class=\"tve-page-section-out\" wfd-id=\"243\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ebea3a693\" wfd-id=\"236\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15ebea49c0c\" id=\"whatwedo\" data-tag=\"h1\" wfd-id=\"240\"><h1 data-css=\"tve-u-15ebea42b31\" style=\"text-align: center;\">What We Do</h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2448fdb\" wfd-id=\"237\"><p data-css=\"tve-u-15ec2443105\" style=\"text-align: center;\">Our goal is to make sure the owners are comforted, the pups are exercised and happy and that we are getting our own puppy fixes. But letâ€™s be honest- itâ€™s their world, weâ€™re just living in it! As a small team of experienced dog owners and lovers, we really get to know you and your dog and we canguarantee consistent and personal care that is equal to your love and attention. We are so excited to make you a part of the family!</p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" wfd-id=\"202\">\n<div class=\"tve-page-section-out\" wfd-id=\"234\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ee1211b9b\" wfd-id=\"203\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15ee121a6d1\" wfd-id=\"204\"><div class=\"tcb-flex-row tcb--cols--3 tcb-medium-wrap\" data-css=\"tve-u-15ee121fb1c\" wfd-id=\"205\"><div class=\"tcb-flex-col\" wfd-id=\"224\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ee1225fdf\" wfd-id=\"226\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec2477274\" wfd-id=\"232\"><span class=\"tve_image_frame\" wfd-id=\"233\"><img class=\"tve_image wp-image-1596\" alt=\"\" width=\"55\" height=\"73\" title=\"what_do_icon_01\" data-id=\"1596\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_01.png\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"231\"><p data-css=\"tve-u-15ec2481d17\"><strong>First Class Care</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"230\"><p data-css=\"tve-u-15ec2487407\">all the best for them</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2492191\" wfd-id=\"227\"><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"214\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ee1232726\" wfd-id=\"216\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec24ae116\" wfd-id=\"222\"><span class=\"tve_image_frame\" wfd-id=\"223\"><img class=\"tve_image wp-image-1597\" alt=\"\" width=\"73\" height=\"73\" title=\"what_do_icon_02\" data-id=\"1597\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_02.png\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"221\"><p data-css=\"tve-u-15ec2481d17\"><strong>Snacks Included</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"220\"><p data-css=\"tve-u-15ec2487407\">for your little one</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec3192f72\" wfd-id=\"217\"><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"206\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ee1237243\" wfd-id=\"208\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec24d5e15\" wfd-id=\"212\"><span class=\"tve_image_frame\" wfd-id=\"213\"><img class=\"tve_image wp-image-1598\" alt=\"\" width=\"65\" height=\"73\" title=\"what_do_icon_03\" data-id=\"1598\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_03.png\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"211\"><p data-css=\"tve-u-15ec2481d17\"><strong>Regularly walks</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"210\"><p data-css=\"tve-u-15ec2487407\">to keep them ealthy</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2492191\" wfd-id=\"209\"><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris.</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-15ec24f494c\" id=\"testimonials\" style=\"\" wfd-id=\"176\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ec24f97c0\" wfd-id=\"201\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec24f790d\" wfd-id=\"177\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15ec254985a\" style=\"\" wfd-id=\"178\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-15ec253a41f\" wfd-id=\"179\"><div class=\"tcb-flex-col\" wfd-id=\"183\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec253ef3a\" style=\"\" wfd-id=\"185\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec256e611\" style=\"\" wfd-id=\"192\"><p data-css=\"tve-u-15ec25610c7\"><span data-css=\"tve-u-15ec268a0a3\" style=\"font-size: 45px; color: rgb(89, 171, 227);\" wfd-id=\"199\"><span data-css=\"tve-u-15ec26760e9\" style=\"font-family: ABeeZee;\" wfd-id=\"200\">â€</span></span><span data-css=\"tve-u-15ec256b908\" style=\"font-family: &quot;Amatic SC&quot;;\" wfd-id=\"198\">&nbsp; &nbsp; &nbsp;</span><span data-css=\"tve-u-15ec2680494\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"196\"><span data-css=\"tve-u-15ec269379d\" style=\"font-size: 45px;\" wfd-id=\"197\">my chester enjoys being with them!</span> &nbsp; &nbsp;&nbsp;</span><span data-css=\"tve-u-15ec255fe12\" style=\"font-family: ABeeZee; font-weight: 400; color: rgb(89, 171, 227); font-size: 45px;\" wfd-id=\"195\">â€</span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2698d8d\" wfd-id=\"189\"><p data-css=\"tve-u-160266880a0\">We LOVE going for walks with our friends at Paw! Donâ€™t tell our mom &amp; dad,but we get really excited when they leave for work because we know it wonâ€™t be long before we get a visit from one of our favorite friends at PawCity! Best part is, they always let our parents know how ourwalk went right away so they dont have to worry about us!</p><p data-css=\"tve-u-15ec269736c\">We love you PawCity!! xoxo</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec26ab7b0\" style=\"\" wfd-id=\"186\"><p data-css=\"tve-u-15ec26a92a2\"><strong>Anna Olson</strong>, Chesterâ€™s Mom</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"180\"><div class=\"tcb-col\" wfd-id=\"182\"></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec26c390a\" id=\"aboutus\" wfd-id=\"167\">\n<div class=\"tve-page-section-out\" wfd-id=\"175\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec26b9914\" wfd-id=\"168\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15ee1037a1d\" data-tag=\"h1\" wfd-id=\"172\"><h1 data-css=\"tve-u-15ec26bd2e8\">About us</h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec31ba260\" wfd-id=\"169\"><p data-css=\"tve-u-15ec2443105\" style=\"text-align: center;\">At PawCity, we lead lives full of the unconditional love and happiness we receive from the furballs we get to spend time with everyday and we have this beautiful city and all the beautiful people in it to thank. We love you and your pups!!</p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec26ec232\" wfd-id=\"132\">\n<div class=\"tve-page-section-out\" wfd-id=\"166\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec26e5812\" wfd-id=\"133\"><div class=\"thrv_wrapper thrv-columns tcb-window-width\" style=\"width: 1603px; left: -1px;\" data-css=\"tve-u-15ee106257d\" wfd-id=\"134\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2\" data-css=\"tve-u-15ec26fee25\" wfd-id=\"135\"><div class=\"tcb-flex-col c-33\" wfd-id=\"161\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec2a38bfd\" wfd-id=\"163\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec2a33d71\" wfd-id=\"164\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"165\"><img class=\"tve_image wp-image-7399\" alt=\"\" width=\"830\" height=\"775\" title=\"about_us_dog\" data-id=\"7399\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/about_us_dog.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col c-66\" wfd-id=\"136\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec27075e1\" wfd-id=\"138\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160309f3e5d\" wfd-id=\"153\">\n<div class=\"tve-content-box-background\" wfd-id=\"160\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160309b397d\" wfd-id=\"154\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-160309b00b4\" data-float=\"1\" wfd-id=\"158\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"159\"><img class=\"tve_image wp-image-7404\" alt=\"\" width=\"64\" height=\"64\" title=\"dog_paw\" data-id=\"7404\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/dog_paw.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16030a08afd\" wfd-id=\"155\"><p>We moved to New York City with our black bulldog rescue, Blakely, in 2007 after graduating from the University of Maryland. Immediately, we realized what a dog-crazy place it was.</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160309f6c04\" wfd-id=\"145\">\n<div class=\"tve-content-box-background\" wfd-id=\"152\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160309b397d\" wfd-id=\"146\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-160309ddca8\" data-float=\"1\" wfd-id=\"150\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"151\"><img class=\"tve_image wp-image-7403\" alt=\"\" width=\"64\" height=\"64\" title=\"dog_house\" data-id=\"7403\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/dog_house.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16030a09626\" wfd-id=\"147\"><p>We knew right away that we wanted to work with the animals that we loved and that had given us so much love since we were little girls. We started PawCity Dog Walking in July of 2010.</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16030975307\" wfd-id=\"139\">\n<div class=\"tve-content-box-background\" wfd-id=\"144\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160309b397d\" wfd-id=\"140\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16030a013d7\" data-float=\"1\" wfd-id=\"142\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"143\"><img class=\"tve_image wp-image-7405\" alt=\"\" width=\"64\" height=\"64\" title=\"spinning_wheel\" data-id=\"7405\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/spinning_wheel.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160309b344b\" wfd-id=\"141\"><p>We cover the entire width of the East Side, from 96th Street to Delancey and handle every type of personality imaginable. At PawCity, we lead lives full of the unconditional love and happiness we receive from the furballs we get to spend time with everyday.</p></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" data-css=\"tve-u-15ec2a56438\" style=\"width: 1603px; left: 0px;\" id=\"getyourcoupon\" wfd-id=\"112\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ec2a5bb35\" wfd-id=\"131\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec2a5540e\" wfd-id=\"113\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ec2a80647\" wfd-id=\"114\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15ec2a9b8a9\" wfd-id=\"130\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ec2a81a9f\" wfd-id=\"115\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2a6f589\" wfd-id=\"126\"><p data-css=\"tve-u-15ec2a6b447\"><span data-css=\"tve-u-15ec2a6d9d8\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"129\"><strong>Get Your Coupon</strong></span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2aaa9a4\" wfd-id=\"122\"><p data-css=\"tve-u-15ec2ab1d6d\">We strive to keep both you and your pup as happy and comfortable as possible while youâ€™re out earning those big bucks.</p><p data-css=\"tve-u-15ec2ab1d82\"><br></p><p data-css=\"tve-u-15ec2aa8e2e\"><strong>Get <span data-css=\"tve-u-15ec2aafa24\" style=\"color: rgb(89, 171, 227);\" wfd-id=\"125\">20%</span> off your first walk. Enter your email and we\'ll send you your coupon.</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ec2abe257\" wfd-id=\"116\">\n<div class=\"tve-content-box-background\" wfd-id=\"121\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ec2acb421\" wfd-id=\"117\"><div class=\"thrv_wrapper thrv-button tve_ea_thrive_lightbox\" data-css=\"tve-u-15ec2ac01df\" data-tcb_hover_state_parent=\"false\" data-button-style=\"full_rounded\" wfd-id=\"118\">\n<a href=\"#\" class=\"tcb-button-link tve_evt_manager_listen tve_et_click\" data-tcb-events=\"__TCB_EVENT_[{&quot;config&quot;:{&quot;l_anim&quot;:&quot;zoom_in&quot;,&quot;l_id&quot;:&quot;265&quot;},&quot;a&quot;:&quot;thrive_lightbox&quot;,&quot;t&quot;:&quot;click&quot;}]_TNEVE_BCT__\">\n<span class=\"tcb-button-texts\" wfd-id=\"119\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-15ebe925072\" wfd-id=\"120\">Get Your Coupon Now</span></span>\n</a>\n</div></div>\n</div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-15ec2b0a32a\" id=\"areaweserve\" wfd-id=\"92\">\n<div class=\"tve-page-section-out\" wfd-id=\"111\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15f76fcb7df\" wfd-id=\"93\"><div class=\"thrv_wrapper thrv-columns\" style=\"\" data-css=\"tve-u-15ee103f44a\" wfd-id=\"94\"><div class=\"tcb-flex-row tcb--cols--2 tcb-medium-wrap\" data-css=\"tve-u-15ec2ae8715\" wfd-id=\"95\"><div class=\"tcb-flex-col c-33\" wfd-id=\"100\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec2b37666\" wfd-id=\"102\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"107\"><p data-css=\"tve-u-15ec2af6c4b\"><span data-css=\"tve-u-15ec2af6c4e\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"110\">area we serve</span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"103\"><p>As a small team of experienced dog owners and lovers, we really get to know you and your dog and we canguarantee consistent and personal care that is equal to your love and attention.</p><p><br></p><p><strong><span data-css=\"tve-u-15ec2afed17\" style=\"color: rgb(89, 171, 227);\" wfd-id=\"106\">We are so excited to make you a part of the family!</span></strong></p></div></div></div><div class=\"tcb-flex-col c-66\" wfd-id=\"96\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec2b33f06\" wfd-id=\"98\"><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-15ec2b3b468\" wfd-id=\"99\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=blakely, united states&amp;t=m&amp;z=11&amp;output=embed&amp;iwloc=near\"></iframe>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" data-css=\"tve-u-15ec2b5d54c\" style=\"width: 1603px; left: 0px;\" id=\"contact\" wfd-id=\"50\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ec2b56fac\" wfd-id=\"91\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec2b54c99\" wfd-id=\"51\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1602b31dfcd\" wfd-id=\"52\"><div class=\"tcb-flex-row tcb-resized tcb-medium-wrap tcb--cols--3\" data-css=\"tve-u-1602b37ce9d\" wfd-id=\"53\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1602be453ec\" style=\"\" wfd-id=\"85\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"87\"><div class=\"tcb-clear\" data-css=\"tve-u-1602bff3cd5\" wfd-id=\"88\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec2b6e126\" wfd-id=\"89\"><span class=\"tve_image_frame\" wfd-id=\"90\"><img class=\"tve_image wp-image-25564\" alt=\"\" width=\"142\" height=\"44\" title=\"logo_pawcity\" data-id=\"25564\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/logo_pawcity.png\"></span></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1602be45437\" style=\"\" wfd-id=\"69\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1602be56dfc\" wfd-id=\"71\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1602bfebaf9\" wfd-id=\"72\">\n<div class=\"tve-content-box-background\" wfd-id=\"84\"></div>\n<div class=\"tve-cb\" wfd-id=\"73\"><div class=\"tcb-clear\" data-css=\"tve-u-1602bf36e2c\" wfd-id=\"81\"><div class=\"thrv_wrapper tve_image_caption tcb-mobile-hidden\" data-css=\"tve-u-1602be7db66\" data-float=\"1\" wfd-id=\"82\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"83\"><img class=\"tve_image wp-image-7369\" alt=\"\" width=\"64\" height=\"64\" title=\"location\" data-id=\"7369\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/location.png\" style=\"width: 100%;\"></span></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1602bf25f10\" wfd-id=\"74\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1602befe215\" wfd-id=\"75\"><p data-css=\"tve-u-1602bfa220e\"><strong><span data-css=\"tve-u-1602b324a9b\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"80\">67 E. 3rd Street</span></strong><span data-css=\"tve-u-1602b324a9c\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"79\"> </span><span data-css=\"tve-u-1602b324ab9\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"78\">Suite B New York, NY 10003</span></p></div></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1602be4545b\" style=\"\" wfd-id=\"54\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"56\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1602bfea280\" wfd-id=\"57\">\n<div class=\"tve-content-box-background\" wfd-id=\"68\"></div>\n<div class=\"tve-cb\" wfd-id=\"58\"><div class=\"tcb-clear\" data-css=\"tve-u-1602bfc4bea\" wfd-id=\"65\"><div class=\"thrv_wrapper tve_image_caption tcb-mobile-hidden\" data-css=\"tve-u-1602bec144e\" data-float=\"1\" wfd-id=\"66\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"67\"><img class=\"tve_image wp-image-7370\" alt=\"\" width=\"64\" height=\"64\" title=\"phone\" data-id=\"7370\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/phone.png\" style=\"width: 100%;\"></span></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1602bfc74c3\" wfd-id=\"59\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1602b332fd9\" data-float=\"1\" wfd-id=\"60\"><p><a href=\"tel:#9548481911\" target=\"_blank\"><strong><span data-css=\"tve-u-1602b324a9b\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"64\">954-848-1911</span></strong></a><br></p></div></div></div>\n</div></div></div></div></div></div>\n</div>'),(2878,284,'tve_revision_tve_has_wistia_popover','0'),(4356,210,'tve_revision_tve_has_wistia_popover','0'),(4357,423,'tve_revision_tve_landing_page','blank_v2'),(4358,423,'tve_revision_tve_disable_theme_dependency',''),(4359,423,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-custom-menu-inside\" style=\"z-index: 8;\" data-css=\"tve-u-1642b593fd4\" wfd-id=\"25\">\n<div class=\"tve-content-box-background\" wfd-id=\"34\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" style=\"z-index: 8;\" wfd-id=\"26\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-165e642ffaf\" wfd-id=\"31\"><h2 data-css=\"tve-u-165e62d8c6d\">Terms &amp; Conditions</h2></div><div class=\"tcb-clear\" data-css=\"tve-u-165e6469798\" wfd-id=\"27\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1642b6ab2bb\" wfd-id=\"28\"><p data-css=\"tve-u-165e64714a8\" style=\"text-align: left;\">TERMS OF SERVICE<br><br>-----<br><br>OVERVIEW<br><br>This website is operated by Blackhawk Custom, LLC. Throughout the site, the terms â€œweâ€, â€œusâ€ and â€œourâ€ refer to Blackhawk Custom, LLC. Blackhawk Custom, LLC offers this website, including all information, tools and services available from this site to you, the user, conditioned upon your acceptance of all terms, conditions, policies and notices stated here.<br><br>By visiting our site and/ or purchasing something from us, you engage in our â€œServiceâ€ and agree to be bound by the following terms and conditions (â€œTerms of Serviceâ€, â€œTermsâ€), including those additional terms, conditions, and policies referenced herein and/or available by hyperlink. These Terms of Service apply to all users of the site, including without limitation users who are browsers, vendors, customers, merchants, and/ or contributors of content.<br><br>Please read these Terms of Service carefully before accessing or using our website. By accessing or using any part of the site, you agree to be bound by these Terms of Service. If you do not agree to all the terms and conditions of this agreement, then you may not access the website or use any services. If these Terms of Service are considered an offer, acceptance is expressly limited to these Terms of Service.<br><br>Any new features or tools which are added to the current store shall also be subject to the Terms of Service. You can review the most current version of the Terms of Service at any time on this page. We reserve the right to update, change or replace any part of these Terms of Service by posting updates and/or changes to our website. It is your responsibility to check this page periodically for changes. Your continued use of or access to the website following the posting of any changes constitutes acceptance of those changes.<br><br>SECTION 1 - ONLINE STORE TERMS<br><br>By agreeing to these Terms of Service, you represent that you are at least the age of majority in your state or province of residence, or that you are the age of majority in your state or province of residence and you have given us your consent to allow any of your minor dependents to use this site.<br>You may not use our products for any illegal or unauthorized purpose nor may you, in the use of the Service, violate any laws in your jurisdiction (including but not limited to copyright laws).<br>You must not transmit any worms or viruses or any code of a destructive nature.<br>A breach or violation of any of the Terms will result in an immediate termination of your Services.<br><br>SECTION 2 - GENERAL CONDITIONS<br><br>We reserve the right to refuse service to anyone for any reason at any time.<br>You understand that your content (not including credit card information), may be transferred unencrypted and involve (a) transmissions over various networks; and (b) changes to conform and adapt to technical requirements of connecting networks or devices. Credit card information is always encrypted during transfer over networks.<br>You agree not to reproduce, duplicate, copy, sell, resell or exploit any portion of the Service, use of the Service, or access to the Service or any contact on the website through which the service is provided, without express written permission by us.<br>The headings used in this agreement are included for convenience only and will not limit or otherwise affect these Terms.<br><br>SECTION 3 - ACCURACY, COMPLETENESS AND TIMELINESS OF INFORMATION<br><br>We are not responsible if information made available on this site is not accurate, complete or current. The material on this site is provided for general information only and should not be relied upon or used as the sole basis for making decisions without consulting primary, more accurate, more complete or more timely sources of information. Any reliance on the material on this site is at your own risk.<br>This site may contain certain historical information. Historical information, necessarily, is not current and is provided for your reference only. We reserve the right to modify the contents of this site at any time, but we have no obligation to update any information on our site. You agree that it is your responsibility to monitor changes to our site.<br><br>SECTION 4 - MODIFICATIONS TO THE SERVICE AND PRICES<br><br>The prices for our products are subject to change without notice.<br>We reserve the right at any time to modify or discontinue the Service (or any part or content thereof) without notice at any time.<br>We shall not be liable to you or to any third-party for any modification, price change, suspension or discontinuance of the Service.<br><br>SECTION 5 - PRODUCTS OR SERVICES (if applicable)<br><br>Certain products or services may be available exclusively online through the website. These products or services may have limited quantities and are subject to return or exchange only according to our Return Policy.<br>We have made every effort to display as accurately as possible the colors and images of our products that appear at the store. We cannot guarantee that your computer monitor\'s display of any color will be accurate.<br>We reserve the right, but are not obligated, to limit the sales of our products or Services to any person, geographic region or jurisdiction. We may exercise this right on a case-by-case basis. We reserve the right to limit the quantities of any products or services that we offer. All descriptions of products or product pricing are subject to change at anytime without notice, at the sole discretion of us. We reserve the right to discontinue any product at any time. Any offer for any product or service made on this site is void where prohibited.<br>We do not warrant that the quality of any products, services, information, or other material purchased or obtained by you will meet your expectations, or that any errors in the Service will be corrected.<br><br>SECTION 6 - ACCURACY OF BILLING AND ACCOUNT INFORMATION<br><br>We reserve the right to refuse any order you place with us. We may, in our sole discretion, limit or cancel quantities purchased per person, per household or per order. These restrictions may include orders placed by or under the same customer account, the same credit card, and/or orders that use the same billing and/or shipping address. In the event that we make a change to or cancel an order, we may attempt to notify you by contacting the e-mail and/or billing address/phone number provided at the time the order was made. We reserve the right to limit or prohibit orders that, in our sole judgment, appear to be placed by dealers, resellers or distributors.<br><br>You agree to provide current, complete and accurate purchase and account information for all purchases made at our store. You agree to promptly update your account and other information, including your email address and credit card numbers and expiration dates, so that we can complete your transactions and contact you as needed.<br><br>For more detail, please review our Returns Policy.<br><br>SECTION 7 - OPTIONAL TOOLS<br><br>We may provide you with access to third-party tools over which we neither monitor nor have any control nor input.<br>You acknowledge and agree that we provide access to such tools â€as isâ€ and â€œas availableâ€ without any warranties, representations or conditions of any kind and without any endorsement. We shall have no liability whatsoever arising from or relating to your use of optional third-party tools.<br>Any use by you of optional tools offered through the site is entirely at your own risk and discretion and you should ensure that you are familiar with and approve of the terms on which tools are provided by the relevant third-party provider(s).<br>We may also, in the future, offer new services and/or features through the website (including, the release of new tools and resources). Such new features and/or services shall also be subject to these Terms of Service.<br><br>SECTION 8 - THIRD-PARTY LINKS<br><br>Certain content, products and services available via our Service may include materials from third-parties.<br>Third-party links on this site may direct you to third-party websites that are not affiliated with us. We are not responsible for examining or evaluating the content or accuracy and we do not warrant and will not have any liability or responsibility for any third-party materials or websites, or for any other materials, products, or services of third-parties.<br>We are not liable for any harm or damages related to the purchase or use of goods, services, resources, content, or any other transactions made in connection with any third-party websites. Please review carefully the third-party\'s policies and practices and make sure you understand them before you engage in any transaction. Complaints, claims, concerns, or questions regarding third-party products should be directed to the third-party.<br><br>SECTION 9 - USER COMMENTS, FEEDBACK AND OTHER SUBMISSIONS<br><br>If, at our request, you send certain specific submissions (for example contest entries) or without a request from us you send creative ideas, suggestions, proposals, plans, or other materials, whether online, by email, by postal mail, or otherwise (collectively, \'comments\'), you agree that we may, at any time, without restriction, edit, copy, publish, distribute, translate and otherwise use in any medium any comments that you forward to us. We are and shall be under no obligation (1) to maintain any comments in confidence; (2) to pay compensation for any comments; or (3) to respond to any comments.<br>We may, but have no obligation to, monitor, edit or remove content that we determine in our sole discretion are unlawful, offensive, threatening, libelous, defamatory, pornographic, obscene or otherwise objectionable or violates any partyâ€™s intellectual property or these Terms of Service.<br>You agree that your comments will not violate any right of any third-party, including copyright, trademark, privacy, personality or other personal or proprietary right. You further agree that your comments will not contain libelous or otherwise unlawful, abusive or obscene material, or contain any computer virus or other malware that could in any way affect the operation of the Service or any related website. You may not use a false e-mail address, pretend to be someone other than yourself, or otherwise mislead us or third-parties as to the origin of any comments. You are solely responsible for any comments you make and their accuracy. We take no responsibility and assume no liability for any comments posted by you or any third-party.<br><br>SECTION 10 - PERSONAL INFORMATION<br><br>Your submission of personal information through the store is governed by our Privacy Policy. To view our Privacy Policy.<br><br>SECTION 11 - ERRORS, INACCURACIES AND OMISSIONS<br><br>Occasionally there may be information on our site or in the Service that contains typographical errors, inaccuracies or omissions that may relate to product descriptions, pricing, promotions, offers, product shipping charges, transit times and availability. We reserve the right to correct any errors, inaccuracies or omissions, and to change or update information or cancel orders if any information in the Service or on any related website is inaccurate at any time without prior notice (including after you have submitted your order).<br>We undertake no obligation to update, amend or clarify information in the Service or on any related website, including without limitation, pricing information, except as required by law. No specified update or refresh date applied in the Service or on any related website, should be taken to indicate that all information in the Service or on any related website has been modified or updated.<br><br>SECTION 12 - PROHIBITED USES<br><br>In addition to other prohibitions as set forth in the Terms of Service, you are prohibited from using the site or its content: (a) for any unlawful purpose; (b) to solicit others to perform or participate in any unlawful acts; (c) to violate any international, federal, provincial or state regulations, rules, laws, or local ordinances; (d) to infringe upon or violate our intellectual property rights or the intellectual property rights of others; (e) to harass, abuse, insult, harm, defame, slander, disparage, intimidate, or discriminate based on gender, sexual orientation, religion, ethnicity, race, age, national origin, or disability; (f) to submit false or misleading information; (g) to upload or transmit viruses or any other type of malicious code that will or may be used in any way that will affect the functionality or operation of the Service or of any related website, other websites, or the Internet; (h) to collect or track the personal information of others; (i) to spam, phish, pharm, pretext, spider, crawl, or scrape; (j) for any obscene or immoral purpose; or (k) to interfere with or circumvent the security features of the Service or any related website, other websites, or the Internet. We reserve the right to terminate your use of the Service or any related website for violating any of the prohibited uses.<br><br>SECTION 13 - DISCLAIMER OF WARRANTIES; LIMITATION OF LIABILITY<br><br>We do not guarantee, represent or warrant that your use of our service will be uninterrupted, timely, secure or error-free.<br>We do not warrant that the results that may be obtained from the use of the service will be accurate or reliable.<br>You agree that from time to time we may remove the service for indefinite periods of time or cancel the service at any time, without notice to you.<br>You expressly agree that your use of, or inability to use, the service is at your sole risk. The service and all products and services delivered to you through the service are (except as expressly stated by us) provided \'as is\' and \'as available\' for your use, without any representation, warranties or conditions of any kind, either express or implied, including all implied warranties or conditions of merchantability, merchantable quality, fitness for a particular purpose, durability, title, and non-infringement.<br>In no case shall Blackhawk Custom, LLC, our directors, officers, employees, affiliates, agents, contractors, interns, suppliers, service providers or licensors be liable for any injury, loss, claim, or any direct, indirect, incidental, punitive, special, or consequential damages of any kind, including, without limitation lost profits, lost revenue, lost savings, loss of data, replacement costs, or any similar damages, whether based in contract, tort (including negligence), strict liability or otherwise, arising from your use of any of the service or any products procured using the service, or for any other claim related in any way to your use of the service or any product, including, but not limited to, any errors or omissions in any content, or any loss or damage of any kind incurred as a result of the use of the service or any content (or product) posted, transmitted, or otherwise made available via the service, even if advised of their possibility. Because some states or jurisdictions do not allow the exclusion or the limitation of liability for consequential or incidental damages, in such states or jurisdictions, our liability shall be limited to the maximum extent permitted by law.<br><br>SECTION 14 - INDEMNIFICATION<br><br>You agree to indemnify, defend and hold harmless Blackhawk Custom, LLC and our parent, subsidiaries, affiliates, partners, officers, directors, agents, contractors, licensors, service providers, subcontractors, suppliers, interns and employees, harmless from any claim or demand, including reasonable attorneysâ€™ fees, made by any third-party due to or arising out of your breach of these Terms of Service or the documents they incorporate by reference, or your violation of any law or the rights of a third-party.<br><br>SECTION 15 - SEVERABILITY<br><br>In the event that any provision of these Terms of Service is determined to be unlawful, void or unenforceable, such provision shall nonetheless be enforceable to the fullest extent permitted by applicable law, and the unenforceable portion shall be deemed to be severed from these Terms of Service, such determination shall not affect the validity and enforceability of any other remaining provisions.<br><br>SECTION 16 - TERMINATION<br><br>The obligations and liabilities of the parties incurred prior to the termination date shall survive the termination of this agreement for all purposes.<br>These Terms of Service are effective unless and until terminated by either you or us. You may terminate these Terms of Service at any time by notifying us that you no longer wish to use our Services, or when you cease using our site.<br>If in our sole judgment you fail, or we suspect that you have failed, to comply with any term or provision of these Terms of Service, we also may terminate this agreement at any time without notice and you will remain liable for all amounts due up to and including the date of termination; and/or accordingly may deny you access to our Services (or any part thereof).<br><br>SECTION 17 - ENTIRE AGREEMENT<br><br>The failure of us to exercise or enforce any right or provision of these Terms of Service shall not constitute a waiver of such right or provision.<br>These Terms of Service and any policies or operating rules posted by us on this site or in respect to The Service constitutes the entire agreement and understanding between you and us and govern your use of the Service, superseding any prior or contemporaneous agreements, communications and proposals, whether oral or written, between you and us (including, but not limited to, any prior versions of the Terms of Service).<br>Any ambiguities in the interpretation of these Terms of Service shall not be construed against the drafting party.<br><br>SECTION 18 - GOVERNING LAW<br><br>These Terms of Service and any separate agreements whereby we provide you Services shall be governed by and construed in accordance with the laws of 825 South Kings Highway, Fort Pierce, FL 34945.<br><br>SECTION 19 - CHANGES TO TERMS OF SERVICE<br><br>You can review the most current version of the Terms of Service at any time at this page.<br>We reserve the right, at our sole discretion, to update, change or replace any part of these Terms of Service by posting updates and changes to our website. It is your responsibility to check our website periodically for changes. Your continued use of or access to our website or the Service following the posting of any changes to these Terms of Service constitutes acceptance of those changes.<br><br>SECTION 20 - CONTACT INFORMATION<br><br>Questions about the Terms of Service should be sent to us at <a href=\"mailto:admin@blackhawkcustom.com\" target=\"_blank\">admin@blackhawkcustom.com</a></p></div></div></div>\n</div>'),(4360,423,'tve_revision_tve_content_more_found',''),(4361,423,'tve_revision_tve_save_post',''),(4362,423,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Special+Elite:400&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Merriweather:400,400i,900,900i&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Montserrat:400,900,800,200,100&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-1642b6ab2bb\"] { padding: 5px !important; }[data-css=\"tve-u-1642b593fd4\"] { float: none; width: 100%; padding: 25px 10px 5px !important; margin-left: auto !important; margin-right: auto !important; margin-top: 30px !important; }#tcb_landing_page a:not(.tcb-button-link) { color: rgb(255, 255, 255); }.tcb-plain-text strong { font-weight: 900; }#tcb_landing_page input strong { font-weight: 900; }#tcb_landing_page .tcb-button-link strong { font-weight: 900; }#tcb_landing_page p strong, #tcb_landing_page li strong { font-weight: 900; }#tcb_landing_page input { font-family: Merriweather; font-weight: 400; }#tcb_landing_page .tcb-button-link { font-family: Merriweather; font-weight: 400; }#tcb_landing_page p, #tcb_landing_page li { font-family: Merriweather; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h6 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h5 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h4 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h3 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h2 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h1 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(255, 255, 255); }.tcb-plain-text { font-size: 20px; color: rgb(255, 255, 255); font-family: Montserrat; font-weight: 400; }[data-css=\"tve-u-15e09c94f7d\"] { background-color: rgb(255, 255, 255); background-image: linear-gradient(rgb(0, 0, 0), rgb(0, 0, 0)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }.tve_post_lp > div > #tve_editor { margin-left: auto; margin-right: auto; max-width: 1200px; padding: 0px 20px; }#tve_editor [data-css=\"tve-u-165e62d8c6d\"] { font-family: \"Special Elite\" !important; font-weight: 400 !important; }#tcb_landing_page .tcb-plain-text { color: rgb(255, 255, 255); font-family: Merriweather; font-weight: 400; }#tcb_landing_page .tcb-plain-text strong { font-weight: 900; }[data-css=\"tve-u-165e642ffaf\"] { margin-top: 10px !important; }}@media (max-width: 767px){.tve_post_lp > div > #tve_editor { padding: 0px 10px; }[data-css=\"tve-u-1642b6ab2bb\"] { float: left; width: 100%; z-index: 3; position: relative; padding-left: 10px !important; padding-right: 5px !important; margin-left: auto !important; margin-right: auto !important; padding-bottom: 10px !important; }[data-css=\"tve-u-165e6469798\"]::after { clear: both; }#tve_editor [data-css=\"tve-u-165e64714a8\"] { font-size: 15px !important; }}'),(4363,423,'tve_revision_tve_user_custom_css',''),(4364,423,'tve_revision_tve_page_events','a:0:{}'),(4365,423,'tve_revision_tve_globals','a:2:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";s:8:\"font_cls\";a:0:{}}'),(4366,423,'tve_revision_tve_global_scripts',''),(4367,423,'tve_revision_thrive_icon_pack','0'),(4368,423,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(4369,423,'tve_revision_tve_has_masonry','0'),(4370,423,'tve_revision_tve_has_typefocus','0'),(4371,423,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-custom-menu-inside\" style=\"z-index: 8;\" data-css=\"tve-u-1642b593fd4\" wfd-id=\"25\">\n<div class=\"tve-content-box-background\" wfd-id=\"34\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" style=\"z-index: 8;\" wfd-id=\"26\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-165e642ffaf\" wfd-id=\"31\"><h2 data-css=\"tve-u-165e62d8c6d\">Terms &amp; Conditions</h2></div><div class=\"tcb-clear\" data-css=\"tve-u-165e6469798\" wfd-id=\"27\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1642b6ab2bb\" wfd-id=\"28\"><p data-css=\"tve-u-165e64714a8\" style=\"text-align: left;\">TERMS OF SERVICE<br><br>-----<br><br>OVERVIEW<br><br>This website is operated by Blackhawk Custom, LLC. Throughout the site, the terms â€œweâ€, â€œusâ€ and â€œourâ€ refer to Blackhawk Custom, LLC. Blackhawk Custom, LLC offers this website, including all information, tools and services available from this site to you, the user, conditioned upon your acceptance of all terms, conditions, policies and notices stated here.<br><br>By visiting our site and/ or purchasing something from us, you engage in our â€œServiceâ€ and agree to be bound by the following terms and conditions (â€œTerms of Serviceâ€, â€œTermsâ€), including those additional terms, conditions, and policies referenced herein and/or available by hyperlink. These Terms of Service apply to all users of the site, including without limitation users who are browsers, vendors, customers, merchants, and/ or contributors of content.<br><br>Please read these Terms of Service carefully before accessing or using our website. By accessing or using any part of the site, you agree to be bound by these Terms of Service. If you do not agree to all the terms and conditions of this agreement, then you may not access the website or use any services. If these Terms of Service are considered an offer, acceptance is expressly limited to these Terms of Service.<br><br>Any new features or tools which are added to the current store shall also be subject to the Terms of Service. You can review the most current version of the Terms of Service at any time on this page. We reserve the right to update, change or replace any part of these Terms of Service by posting updates and/or changes to our website. It is your responsibility to check this page periodically for changes. Your continued use of or access to the website following the posting of any changes constitutes acceptance of those changes.<br><br>SECTION 1 - ONLINE STORE TERMS<br><br>By agreeing to these Terms of Service, you represent that you are at least the age of majority in your state or province of residence, or that you are the age of majority in your state or province of residence and you have given us your consent to allow any of your minor dependents to use this site.<br>You may not use our products for any illegal or unauthorized purpose nor may you, in the use of the Service, violate any laws in your jurisdiction (including but not limited to copyright laws).<br>You must not transmit any worms or viruses or any code of a destructive nature.<br>A breach or violation of any of the Terms will result in an immediate termination of your Services.<br><br>SECTION 2 - GENERAL CONDITIONS<br><br>We reserve the right to refuse service to anyone for any reason at any time.<br>You understand that your content (not including credit card information), may be transferred unencrypted and involve (a) transmissions over various networks; and (b) changes to conform and adapt to technical requirements of connecting networks or devices. Credit card information is always encrypted during transfer over networks.<br>You agree not to reproduce, duplicate, copy, sell, resell or exploit any portion of the Service, use of the Service, or access to the Service or any contact on the website through which the service is provided, without express written permission by us.<br>The headings used in this agreement are included for convenience only and will not limit or otherwise affect these Terms.<br><br>SECTION 3 - ACCURACY, COMPLETENESS AND TIMELINESS OF INFORMATION<br><br>We are not responsible if information made available on this site is not accurate, complete or current. The material on this site is provided for general information only and should not be relied upon or used as the sole basis for making decisions without consulting primary, more accurate, more complete or more timely sources of information. Any reliance on the material on this site is at your own risk.<br>This site may contain certain historical information. Historical information, necessarily, is not current and is provided for your reference only. We reserve the right to modify the contents of this site at any time, but we have no obligation to update any information on our site. You agree that it is your responsibility to monitor changes to our site.<br><br>SECTION 4 - MODIFICATIONS TO THE SERVICE AND PRICES<br><br>The prices for our products are subject to change without notice.<br>We reserve the right at any time to modify or discontinue the Service (or any part or content thereof) without notice at any time.<br>We shall not be liable to you or to any third-party for any modification, price change, suspension or discontinuance of the Service.<br><br>SECTION 5 - PRODUCTS OR SERVICES (if applicable)<br><br>Certain products or services may be available exclusively online through the website. These products or services may have limited quantities and are subject to return or exchange only according to our Return Policy.<br>We have made every effort to display as accurately as possible the colors and images of our products that appear at the store. We cannot guarantee that your computer monitor\'s display of any color will be accurate.<br>We reserve the right, but are not obligated, to limit the sales of our products or Services to any person, geographic region or jurisdiction. We may exercise this right on a case-by-case basis. We reserve the right to limit the quantities of any products or services that we offer. All descriptions of products or product pricing are subject to change at anytime without notice, at the sole discretion of us. We reserve the right to discontinue any product at any time. Any offer for any product or service made on this site is void where prohibited.<br>We do not warrant that the quality of any products, services, information, or other material purchased or obtained by you will meet your expectations, or that any errors in the Service will be corrected.<br><br>SECTION 6 - ACCURACY OF BILLING AND ACCOUNT INFORMATION<br><br>We reserve the right to refuse any order you place with us. We may, in our sole discretion, limit or cancel quantities purchased per person, per household or per order. These restrictions may include orders placed by or under the same customer account, the same credit card, and/or orders that use the same billing and/or shipping address. In the event that we make a change to or cancel an order, we may attempt to notify you by contacting the e-mail and/or billing address/phone number provided at the time the order was made. We reserve the right to limit or prohibit orders that, in our sole judgment, appear to be placed by dealers, resellers or distributors.<br><br>You agree to provide current, complete and accurate purchase and account information for all purchases made at our store. You agree to promptly update your account and other information, including your email address and credit card numbers and expiration dates, so that we can complete your transactions and contact you as needed.<br><br>For more detail, please review our Returns Policy.<br><br>SECTION 7 - OPTIONAL TOOLS<br><br>We may provide you with access to third-party tools over which we neither monitor nor have any control nor input.<br>You acknowledge and agree that we provide access to such tools â€as isâ€ and â€œas availableâ€ without any warranties, representations or conditions of any kind and without any endorsement. We shall have no liability whatsoever arising from or relating to your use of optional third-party tools.<br>Any use by you of optional tools offered through the site is entirely at your own risk and discretion and you should ensure that you are familiar with and approve of the terms on which tools are provided by the relevant third-party provider(s).<br>We may also, in the future, offer new services and/or features through the website (including, the release of new tools and resources). Such new features and/or services shall also be subject to these Terms of Service.<br><br>SECTION 8 - THIRD-PARTY LINKS<br><br>Certain content, products and services available via our Service may include materials from third-parties.<br>Third-party links on this site may direct you to third-party websites that are not affiliated with us. We are not responsible for examining or evaluating the content or accuracy and we do not warrant and will not have any liability or responsibility for any third-party materials or websites, or for any other materials, products, or services of third-parties.<br>We are not liable for any harm or damages related to the purchase or use of goods, services, resources, content, or any other transactions made in connection with any third-party websites. Please review carefully the third-party\'s policies and practices and make sure you understand them before you engage in any transaction. Complaints, claims, concerns, or questions regarding third-party products should be directed to the third-party.<br><br>SECTION 9 - USER COMMENTS, FEEDBACK AND OTHER SUBMISSIONS<br><br>If, at our request, you send certain specific submissions (for example contest entries) or without a request from us you send creative ideas, suggestions, proposals, plans, or other materials, whether online, by email, by postal mail, or otherwise (collectively, \'comments\'), you agree that we may, at any time, without restriction, edit, copy, publish, distribute, translate and otherwise use in any medium any comments that you forward to us. We are and shall be under no obligation (1) to maintain any comments in confidence; (2) to pay compensation for any comments; or (3) to respond to any comments.<br>We may, but have no obligation to, monitor, edit or remove content that we determine in our sole discretion are unlawful, offensive, threatening, libelous, defamatory, pornographic, obscene or otherwise objectionable or violates any partyâ€™s intellectual property or these Terms of Service.<br>You agree that your comments will not violate any right of any third-party, including copyright, trademark, privacy, personality or other personal or proprietary right. You further agree that your comments will not contain libelous or otherwise unlawful, abusive or obscene material, or contain any computer virus or other malware that could in any way affect the operation of the Service or any related website. You may not use a false e-mail address, pretend to be someone other than yourself, or otherwise mislead us or third-parties as to the origin of any comments. You are solely responsible for any comments you make and their accuracy. We take no responsibility and assume no liability for any comments posted by you or any third-party.<br><br>SECTION 10 - PERSONAL INFORMATION<br><br>Your submission of personal information through the store is governed by our Privacy Policy. To view our Privacy Policy.<br><br>SECTION 11 - ERRORS, INACCURACIES AND OMISSIONS<br><br>Occasionally there may be information on our site or in the Service that contains typographical errors, inaccuracies or omissions that may relate to product descriptions, pricing, promotions, offers, product shipping charges, transit times and availability. We reserve the right to correct any errors, inaccuracies or omissions, and to change or update information or cancel orders if any information in the Service or on any related website is inaccurate at any time without prior notice (including after you have submitted your order).<br>We undertake no obligation to update, amend or clarify information in the Service or on any related website, including without limitation, pricing information, except as required by law. No specified update or refresh date applied in the Service or on any related website, should be taken to indicate that all information in the Service or on any related website has been modified or updated.<br><br>SECTION 12 - PROHIBITED USES<br><br>In addition to other prohibitions as set forth in the Terms of Service, you are prohibited from using the site or its content: (a) for any unlawful purpose; (b) to solicit others to perform or participate in any unlawful acts; (c) to violate any international, federal, provincial or state regulations, rules, laws, or local ordinances; (d) to infringe upon or violate our intellectual property rights or the intellectual property rights of others; (e) to harass, abuse, insult, harm, defame, slander, disparage, intimidate, or discriminate based on gender, sexual orientation, religion, ethnicity, race, age, national origin, or disability; (f) to submit false or misleading information; (g) to upload or transmit viruses or any other type of malicious code that will or may be used in any way that will affect the functionality or operation of the Service or of any related website, other websites, or the Internet; (h) to collect or track the personal information of others; (i) to spam, phish, pharm, pretext, spider, crawl, or scrape; (j) for any obscene or immoral purpose; or (k) to interfere with or circumvent the security features of the Service or any related website, other websites, or the Internet. We reserve the right to terminate your use of the Service or any related website for violating any of the prohibited uses.<br><br>SECTION 13 - DISCLAIMER OF WARRANTIES; LIMITATION OF LIABILITY<br><br>We do not guarantee, represent or warrant that your use of our service will be uninterrupted, timely, secure or error-free.<br>We do not warrant that the results that may be obtained from the use of the service will be accurate or reliable.<br>You agree that from time to time we may remove the service for indefinite periods of time or cancel the service at any time, without notice to you.<br>You expressly agree that your use of, or inability to use, the service is at your sole risk. The service and all products and services delivered to you through the service are (except as expressly stated by us) provided \'as is\' and \'as available\' for your use, without any representation, warranties or conditions of any kind, either express or implied, including all implied warranties or conditions of merchantability, merchantable quality, fitness for a particular purpose, durability, title, and non-infringement.<br>In no case shall Blackhawk Custom, LLC, our directors, officers, employees, affiliates, agents, contractors, interns, suppliers, service providers or licensors be liable for any injury, loss, claim, or any direct, indirect, incidental, punitive, special, or consequential damages of any kind, including, without limitation lost profits, lost revenue, lost savings, loss of data, replacement costs, or any similar damages, whether based in contract, tort (including negligence), strict liability or otherwise, arising from your use of any of the service or any products procured using the service, or for any other claim related in any way to your use of the service or any product, including, but not limited to, any errors or omissions in any content, or any loss or damage of any kind incurred as a result of the use of the service or any content (or product) posted, transmitted, or otherwise made available via the service, even if advised of their possibility. Because some states or jurisdictions do not allow the exclusion or the limitation of liability for consequential or incidental damages, in such states or jurisdictions, our liability shall be limited to the maximum extent permitted by law.<br><br>SECTION 14 - INDEMNIFICATION<br><br>You agree to indemnify, defend and hold harmless Blackhawk Custom, LLC and our parent, subsidiaries, affiliates, partners, officers, directors, agents, contractors, licensors, service providers, subcontractors, suppliers, interns and employees, harmless from any claim or demand, including reasonable attorneysâ€™ fees, made by any third-party due to or arising out of your breach of these Terms of Service or the documents they incorporate by reference, or your violation of any law or the rights of a third-party.<br><br>SECTION 15 - SEVERABILITY<br><br>In the event that any provision of these Terms of Service is determined to be unlawful, void or unenforceable, such provision shall nonetheless be enforceable to the fullest extent permitted by applicable law, and the unenforceable portion shall be deemed to be severed from these Terms of Service, such determination shall not affect the validity and enforceability of any other remaining provisions.<br><br>SECTION 16 - TERMINATION<br><br>The obligations and liabilities of the parties incurred prior to the termination date shall survive the termination of this agreement for all purposes.<br>These Terms of Service are effective unless and until terminated by either you or us. You may terminate these Terms of Service at any time by notifying us that you no longer wish to use our Services, or when you cease using our site.<br>If in our sole judgment you fail, or we suspect that you have failed, to comply with any term or provision of these Terms of Service, we also may terminate this agreement at any time without notice and you will remain liable for all amounts due up to and including the date of termination; and/or accordingly may deny you access to our Services (or any part thereof).<br><br>SECTION 17 - ENTIRE AGREEMENT<br><br>The failure of us to exercise or enforce any right or provision of these Terms of Service shall not constitute a waiver of such right or provision.<br>These Terms of Service and any policies or operating rules posted by us on this site or in respect to The Service constitutes the entire agreement and understanding between you and us and govern your use of the Service, superseding any prior or contemporaneous agreements, communications and proposals, whether oral or written, between you and us (including, but not limited to, any prior versions of the Terms of Service).<br>Any ambiguities in the interpretation of these Terms of Service shall not be construed against the drafting party.<br><br>SECTION 18 - GOVERNING LAW<br><br>These Terms of Service and any separate agreements whereby we provide you Services shall be governed by and construed in accordance with the laws of 825 South Kings Highway, Fort Pierce, FL 34945.<br><br>SECTION 19 - CHANGES TO TERMS OF SERVICE<br><br>You can review the most current version of the Terms of Service at any time at this page.<br>We reserve the right, at our sole discretion, to update, change or replace any part of these Terms of Service by posting updates and changes to our website. It is your responsibility to check our website periodically for changes. Your continued use of or access to our website or the Service following the posting of any changes to these Terms of Service constitutes acceptance of those changes.<br><br>SECTION 20 - CONTACT INFORMATION<br><br>Questions about the Terms of Service should be sent to us at <a href=\"mailto:admin@blackhawkcustom.com\" target=\"_blank\">admin@blackhawkcustom.com</a></p></div></div></div>\n</div>'),(4093,328,'tve_user_custom_css_tcb2-thrivebiz-pub','.thrv_text_element p { margin: 0;}\n.thrv_heading h1,h2,h3,h4,h5 {margin: 0;}'),(4094,328,'tve_has_masonry_tcb2-thrivebiz-pub','0'),(4095,328,'tve_has_typefocus_tcb2-thrivebiz-pub','0'),(4096,328,'tve_has_wistia_popover_tcb2-thrivebiz-pub','0'),(4097,328,'tve_page_events_tcb2-thrivebiz-pub','a:0:{}'),(4098,328,'thrive_icon_pack_tcb2-thrivebiz-pub','0'),(4099,328,'tve_disable_theme_dependency_tcb2-thrivebiz-pub','1'),(4100,328,'tve_globals_tcb2-thrivebiz-pub','a:2:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";s:8:\"font_cls\";a:0:{}}'),(14064,7068,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579943689;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14061,7065,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579933106;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(4092,328,'tve_custom_css_tcb2-thrivebiz-pub','@import url(\"//fonts.googleapis.com/css?family=Noto+Sans:400,700&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Kaushan+Script:400&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Limelight:400&subset=latin\");@media (min-width: 300px){#tve_editor [data-css=\"tve-u-1636955fbd2\"] p, #tve_editor [data-css=\"tve-u-1636955fbd2\"] li, #tve_editor [data-css=\"tve-u-1636955fbd2\"] blockquote, #tve_editor [data-css=\"tve-u-1636955fbd2\"] address, #tve_editor [data-css=\"tve-u-1636955fbd2\"] h1, #tve_editor [data-css=\"tve-u-1636955fbd2\"] h2, #tve_editor [data-css=\"tve-u-1636955fbd2\"] h3, #tve_editor [data-css=\"tve-u-1636955fbd2\"] h4, #tve_editor [data-css=\"tve-u-1636955fbd2\"] h5, #tve_editor [data-css=\"tve-u-1636955fbd2\"] h6 { color: rgb(255, 255, 255); }[data-css=\"tve-u-1636956410b\"] { clip-path: url(\"#clip-bottom-7bb59bbf51894\"); -webkit-clip-path: url(\"#clip-bottom-7bb59bbf51894\");  background-image: linear-gradient(rgba(1, 11, 20, 0.85) 0%, rgba(0, 0, 0, 0.18) 100%), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Pub-Hero-img.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-16369563890\"] { padding: 0px 40px 60px !important; }[data-css=\"tve-u-1636955fbd2\"] { max-width: 1200px; min-height: 700px !important; }#tve_editor .thrv-content-box [data-css=\"tve-u-160f972cd2b\"] p, #tve_editor .thrv-content-box [data-css=\"tve-u-160f972cd2b\"] li, #tve_editor .thrv-content-box [data-css=\"tve-u-160f972cd2b\"] blockquote, #tve_editor .thrv-content-box [data-css=\"tve-u-160f972cd2b\"] address, #tve_editor .thrv-content-box [data-css=\"tve-u-160f972cd2b\"] h1, #tve_editor .thrv-content-box [data-css=\"tve-u-160f972cd2b\"] h2, #tve_editor .thrv-content-box [data-css=\"tve-u-160f972cd2b\"] h3, #tve_editor .thrv-content-box [data-css=\"tve-u-160f972cd2b\"] h4, #tve_editor .thrv-content-box [data-css=\"tve-u-160f972cd2b\"] h5, #tve_editor .thrv-content-box [data-css=\"tve-u-160f972cd2b\"] h6 { color: rgb(255, 255, 255); }[data-css=\"tve-u-16363c02cf7\"]::after { clear: both; }[data-css=\"tve-u-16363b4867f\"] { color: rgba(3, 9, 14, 0.5) !important; }#tve_editor [data-css=\"tve-u-16363b1b458\"] { font-size: 14px !important; color: rgba(3, 9, 14, 0.5) !important; }#tve_editor [data-css=\"tve-u-163630c7fc7\"] { color: rgb(207, 199, 172) !important; }#tve_editor [data-css=\"tve-u-16362a2c533\"] { color: rgba(3, 9, 14, 0.5) !important; }[data-css=\"tve-u-16362e2956e\"] { padding: 30px 40px !important; }[data-css=\"tve-u-16362e27bcb\"] { max-width: 1200px; }[data-css=\"tve-u-16362e0aed9\"] { opacity: 1; background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Pub-Footer-img.jpg\") !important; background-size: cover !important; background-position: 0% 0% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; background-color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-16362a7e959\"] { text-transform: none !important; }#tve_editor [data-css=\"tve-u-160f96c069e\"] p, #tve_editor [data-css=\"tve-u-160f96c069e\"] li, #tve_editor [data-css=\"tve-u-160f96c069e\"] blockquote, #tve_editor [data-css=\"tve-u-160f96c069e\"] address, #tve_editor [data-css=\"tve-u-160f96c069e\"] h1, #tve_editor [data-css=\"tve-u-160f96c069e\"] h2, #tve_editor [data-css=\"tve-u-160f96c069e\"] h3, #tve_editor [data-css=\"tve-u-160f96c069e\"] h4, #tve_editor [data-css=\"tve-u-160f96c069e\"] h5, #tve_editor [data-css=\"tve-u-160f96c069e\"] h6 { color: rgb(255, 255, 255); }[data-css=\"tve-u-163629e77b3\"] { line-height: 1.3em !important; }[data-css=\"tve-u-16362a0a74e\"] { line-height: 1.3em !important; }[data-css=\"tve-u-16362a2c533\"] { line-height: 1.3em !important; }[data-css=\"tve-u-16362a29862\"] { font-size: 16px !important; }[data-css=\"tve-u-16362a29860\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-16362a2156e\"] { font-size: 16px !important; color: rgba(3, 9, 14, 0.7) !important; }#tve_editor [data-css=\"tve-u-16362a0d7c6\"] { font-size: 16px !important; color: rgba(3, 9, 14, 0.7) !important; }#tve_editor [data-css=\"tve-u-16362a0a750\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-16362a0a74e\"] { font-size: 16px !important; color: rgba(3, 9, 14, 0.5) !important; }#tve_editor [data-css=\"tve-u-16362a08679\"] { text-transform: uppercase !important; font-size: 16px !important; }[data-css=\"tve-u-163629f6837\"] { font-size: 16px !important; }[data-css=\"tve-u-163629f6835\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-163629eed0d\"] { font-size: 16px !important; color: rgba(3, 9, 14, 0.7) !important; }#tve_editor [data-css=\"tve-u-163629e77b3\"] { color: rgba(3, 9, 14, 0.5) !important; font-size: 16px !important; }#tve_editor [data-css=\"tve-u-163629df961\"] { text-transform: uppercase !important; }#tve_editor [data-css=\"tve-u-163629db329\"] { text-transform: uppercase !important; }[data-css=\"tve-u-1636292fe99\"] { padding: 0px !important; }[data-css=\"tve-u-163629240b8\"] { padding: 0px !important; }#tve_editor [data-css=\"tve-u-1635f28650b\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1635f273315\"] { padding: 0px !important; margin-bottom: 60px !important; }#tve_editor [data-css=\"tve-u-1635ebf2201\"] p, #tve_editor [data-css=\"tve-u-1635ebf2201\"] li, #tve_editor [data-css=\"tve-u-1635ebf2201\"] blockquote, #tve_editor [data-css=\"tve-u-1635ebf2201\"] address, #tve_editor [data-css=\"tve-u-1635ebf2201\"] h1, #tve_editor [data-css=\"tve-u-1635ebf2201\"] h2, #tve_editor [data-css=\"tve-u-1635ebf2201\"] h3, #tve_editor [data-css=\"tve-u-1635ebf2201\"] h4, #tve_editor [data-css=\"tve-u-1635ebf2201\"] h5, #tve_editor [data-css=\"tve-u-1635ebf2201\"] h6 { color: rgb(3, 9, 14); }#tve_editor [data-css=\"tve-u-1635f21f43a\"] { text-transform: uppercase !important; color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-1635f111354\"] { text-transform: uppercase !important; }#tve_editor [data-css=\"tve-u-1635f10faad\"] { color: rgb(3, 9, 14) !important; text-transform: uppercase !important; }[data-css=\"tve-u-1635f010773\"] { min-height: 430px; }[data-css=\"tve-u-1635efec9fa\"] { max-width: 100%; z-index: 1 !important; padding: 0px !important; margin: 0px !important; }#tve_editor [data-css=\"tve-u-1635ef4f76c\"] { color: rgb(207, 199, 172) !important; }#tcb_landing_page h3 strong { font-weight: 700; }[data-css=\"tve-u-1635ee0cb15\"] { padding: 90px 40px 120px !important; }#tve_editor .thrv-content-box [data-css=\"tve-u-1635ec2801b\"] p, #tve_editor .thrv-content-box [data-css=\"tve-u-1635ec2801b\"] li, #tve_editor .thrv-content-box [data-css=\"tve-u-1635ec2801b\"] blockquote, #tve_editor .thrv-content-box [data-css=\"tve-u-1635ec2801b\"] address, #tve_editor .thrv-content-box [data-css=\"tve-u-1635ec2801b\"] h1, #tve_editor .thrv-content-box [data-css=\"tve-u-1635ec2801b\"] h2, #tve_editor .thrv-content-box [data-css=\"tve-u-1635ec2801b\"] h3, #tve_editor .thrv-content-box [data-css=\"tve-u-1635ec2801b\"] h4, #tve_editor .thrv-content-box [data-css=\"tve-u-1635ec2801b\"] h5, #tve_editor .thrv-content-box [data-css=\"tve-u-1635ec2801b\"] h6 { color: rgb(3, 9, 14); }[data-css=\"tve-u-1635ed274dc\"] > .tcb-flex-col { padding-left: 90px; }[data-css=\"tve-u-1635ed91639\"] { margin: 0px !important; }[data-css=\"tve-u-1635ec2801b\"] { min-height: 1px; }[data-css=\"tve-u-1635ed274dc\"] > .tcb-flex-col > .tcb-col { min-height: 370px; justify-content: flex-end; }[data-css=\"tve-u-1635ed274dc\"] { min-height: inherit; margin-left: -90px; padding: 0px !important; }[data-css=\"tve-u-1635ec2801b\"]::after { clear: both; }[data-css=\"tve-u-160fa6805d4\"] { padding: 0px !important; }[data-css=\"tve-u-1635ebfe4fc\"] { padding: 0px 0px 35px !important; margin: 0px !important; }[data-css=\"tve-u-1635ebf2201\"] { max-width: 1200px; min-height: 1px !important; }#tve_editor .thrv-content-box [data-css=\"tve-u-160e9e03630\"] p, #tve_editor .thrv-content-box [data-css=\"tve-u-160e9e03630\"] li, #tve_editor .thrv-content-box [data-css=\"tve-u-160e9e03630\"] blockquote, #tve_editor .thrv-content-box [data-css=\"tve-u-160e9e03630\"] address, #tve_editor .thrv-content-box [data-css=\"tve-u-160e9e03630\"] h1, #tve_editor .thrv-content-box [data-css=\"tve-u-160e9e03630\"] h2, #tve_editor .thrv-content-box [data-css=\"tve-u-160e9e03630\"] h3, #tve_editor .thrv-content-box [data-css=\"tve-u-160e9e03630\"] h4, #tve_editor .thrv-content-box [data-css=\"tve-u-160e9e03630\"] h5, #tve_editor .thrv-content-box [data-css=\"tve-u-160e9e03630\"] h6 { color: rgb(255, 255, 255); }#tve_editor [data-css=\"tve-u-160e4c24b1a\"] p, #tve_editor [data-css=\"tve-u-160e4c24b1a\"] li, #tve_editor [data-css=\"tve-u-160e4c24b1a\"] blockquote, #tve_editor [data-css=\"tve-u-160e4c24b1a\"] address, #tve_editor [data-css=\"tve-u-160e4c24b1a\"] h1, #tve_editor [data-css=\"tve-u-160e4c24b1a\"] h2, #tve_editor [data-css=\"tve-u-160e4c24b1a\"] h3, #tve_editor [data-css=\"tve-u-160e4c24b1a\"] h4, #tve_editor [data-css=\"tve-u-160e4c24b1a\"] h5, #tve_editor [data-css=\"tve-u-160e4c24b1a\"] h6 { color: rgb(222, 218, 203); }#tve_editor .thrv-content-box [data-css=\"tve-u-160df519447\"] p, #tve_editor .thrv-content-box [data-css=\"tve-u-160df519447\"] li, #tve_editor .thrv-content-box [data-css=\"tve-u-160df519447\"] blockquote, #tve_editor .thrv-content-box [data-css=\"tve-u-160df519447\"] address, #tve_editor .thrv-content-box [data-css=\"tve-u-160df519447\"] h1, #tve_editor .thrv-content-box [data-css=\"tve-u-160df519447\"] h2, #tve_editor .thrv-content-box [data-css=\"tve-u-160df519447\"] h3, #tve_editor .thrv-content-box [data-css=\"tve-u-160df519447\"] h4, #tve_editor .thrv-content-box [data-css=\"tve-u-160df519447\"] h5, #tve_editor .thrv-content-box [data-css=\"tve-u-160df519447\"] h6 { color: rgb(255, 255, 255); }[data-css=\"tve-u-1635eaf037e\"] { padding: 0px !important; }[data-css=\"tve-u-1635eadb72e\"] { min-height: 1px; }[data-css=\"tve-u-1635e9cce8b\"] { max-width: 47%; }[data-css=\"tve-u-1635e9cce4d\"] { max-width: 53%; }[data-css=\"tve-u-1635e97f913\"] { max-width: 550px; float: none; z-index: 3; position: relative; margin: 0px auto !important; padding: 0px !important; }[data-css=\"tve-u-1635e6b4c72\"] { max-width: 100%; min-height: 1px !important; }[data-css=\"tve-u-1635e6aad72\"] { padding: 90px 0px 90px 40px !important; }[data-css=\"tve-u-1635e6448aa\"] { padding: 0px !important; }[data-css=\"tve-u-1635e5d9ba1\"]::after { clear: both; }[data-css=\"tve-u-1635e5cd7c0\"] { max-width: 275px; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1635e5cc2d9\"] { padding: 0px !important; }[data-css=\"tve-u-1635e5cbf37\"] { margin: -1px 0px 200px !important; }#tcb_landing_page a.tve_state_hover:not(.tcb-button-link) { text-decoration: underline; color: rgb(233, 156, 0); }#tcb_landing_page h6 strong { font-weight: 700; }#tcb_landing_page h6 { font-family: \"Noto Sans\"; font-weight: 400; text-transform: uppercase; color: rgb(3, 9, 14); letter-spacing: 1px; font-size: 18px; }#tcb_landing_page h5 strong { font-weight: 700; }#tcb_landing_page h5 { font-size: 20px; font-family: \"Noto Sans\"; font-weight: 400; line-height: 1.5em; color: rgb(3, 9, 14); }#tcb_landing_page h4 strong { font-weight: 700; }#tcb_landing_page h4 { font-size: 19px; line-height: 1.5em; font-family: \"Noto Sans\"; font-weight: 400; color: rgb(3, 9, 14); text-transform: uppercase; letter-spacing: 2px; }[data-css=\"tve-u-160fec99b6f\"] { padding: 0px !important; }#tcb_landing_page a:not(.tcb-button-link) { color: rgb(233, 156, 0); text-decoration: none; }[data-css=\"tve-u-161701c1618\"] { max-width: 47.2%; }[data-css=\"tve-u-161701b642a\"] { padding: 0px 0px 0px 10px !important; }[data-css=\"tve-u-161701a2f15\"] > .tcb-flex-col > .tcb-col { justify-content: center; }[data-css=\"tve-u-161701a8fd1\"] { max-width: 100%; margin-top: 0px !important; margin-bottom: 0px !important; background-color: rgb(247, 247, 247) !important; }[data-css=\"tve-u-161701a2f15\"] { margin-left: 0px; padding: 0px 10px !important; }[data-css=\"tve-u-161701a2f15\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-161701998d2\"] { max-width: 23.2%; }[data-css=\"tve-u-1617019989e\"] { max-width: 29.6%; }[data-css=\"tve-u-16170191bce\"] { line-height: 1em !important; }#tve_editor [data-css=\"tve-u-16170191bce\"] { color: rgb(183, 183, 183) !important; font-size: 14px !important; }[data-css=\"tve-u-16170185cb5\"] { float: none; width: 45px; }[data-css=\"tve-u-1616a74e73b\"] { min-height: 1px; }[data-css=\"tve-u-1616a721403\"] { background-color: rgba(3, 9, 14, 0.9) !important; }[data-css=\"tve-u-1616a708b49\"] > .tve-cb { justify-content: flex-end; display: flex; flex-direction: column; }[data-css=\"tve-u-1616a708b49\"] { max-width: 100%; padding: 8px 5px 10px !important; margin-top: 0px !important; margin-bottom: 0px !important; margin-left: 0px !important; }[data-css=\"tve-u-160f9714a61\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-160fe13ce28\"] { max-width: 100%; min-height: 1px !important; }[data-css=\"tve-u-160fe140452\"] { padding: 0px !important; }[data-css=\"tve-u-160fa4daf17\"] { float: none; max-width: 100%; margin: 0px auto !important; }[data-css=\"tve-u-160fa4d8d4f\"] { padding: 0px !important; }[data-css=\"tve-u-160fa4b581e\"] { max-width: 100%; z-index: 3; padding: 0px !important; }[data-css=\"tve-u-160fa01d193\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-160fa1c8dca\"] { background-image: none !important; }[data-css=\"tve-u-160fa11f4f2\"] { margin: 0px 0px 10px !important; }[data-css=\"tve-u-160fa01d193\"] { max-width: 600px; float: none; z-index: 3; position: relative; padding: 0px !important; margin: 0px auto !important; }[data-css=\"tve-u-160f9ee08be\"] { background-image: none !important; padding-top: 40px !important; padding-bottom: 40px !important; padding-left: 40px !important; }[data-css=\"tve-u-160f9ec40fc\"] { float: none; max-width: 100%; letter-spacing: 1px; z-index: 3; position: relative; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-160f9ebf905\"] > .tcb-flex-col > .tcb-col { min-height: 468px; justify-content: center; }[data-css=\"tve-u-160f9ebf905\"] { margin-left: 0px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-160f9ebf905\"] > .tcb-flex-col { padding-left: 0px; }#tve_editor [data-css=\"tve-u-160f9d0c9a0\"]:hover { text-shadow: none; background-image: linear-gradient(rgba(3, 9, 14, 0.4), rgba(3, 9, 14, 0.4)), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Pub-drink-4-1.jpg\") !important; background-size: auto, cover !important; background-position: 0px 0px, 0% 0% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }#tve_editor [data-css=\"tve-u-160f9d0b00e\"]:hover { text-shadow: none; background-image: linear-gradient(rgba(3, 9, 14, 0.4), rgba(3, 9, 14, 0.4)), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Pub-Drink-3.jpg\") !important; background-size: auto, cover !important; background-position: 0px 0px, 0% 0% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }#tve_editor [data-css=\"tve-u-160f9d08737\"] p, #tve_editor [data-css=\"tve-u-160f9d08737\"] li, #tve_editor [data-css=\"tve-u-160f9d08737\"] blockquote, #tve_editor [data-css=\"tve-u-160f9d08737\"] address { color: rgb(255, 255, 255); }#tve_editor [data-css=\"tve-u-160f9d08737\"]:hover { text-shadow: none; background-image: linear-gradient(rgba(3, 9, 14, 0.4), rgba(3, 9, 14, 0.4)), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Pub-Drink-2.jpg\") !important; background-size: auto, cover !important; background-position: 0px 0px, 0% 0% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-160f9d496b3\"] { line-height: 1em !important; }[data-css=\"tve-u-160f9d5377f\"] { font-weight: 400 !important; font-family: \"Kaushan Script\" !important; }#tve_editor [data-css=\"tve-u-160f9d496b3\"] { color: rgb(255, 255, 255) !important; font-size: 26px !important; }#tve_editor [data-css=\"tve-u-160f9cccb99\"]:hover { background-image: linear-gradient(rgba(3, 9, 14, 0.4), rgba(3, 9, 14, 0.4)), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Pub-drink-1.jpg\") !important; background-size: auto, cover !important; background-position: 0px 0px, 0% 0% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-160f9d0c9a0\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Pub-drink-4-1.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-160f9d0b00e\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Pub-Drink-3.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-160f9d08737\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Pub-Drink-2.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-160f9cccb99\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Pub-drink-1.jpg\") !important; padding-top: 0px !important; padding-left: 0px !important; padding-right: 0px !important; margin-left: 0px !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-160f9caae7b\"] { padding: 0px !important; margin-bottom: 70px !important; }[data-css=\"tve-u-160f9c75fb0\"] > .tcb-flex-col > .tcb-col { min-height: 230px; justify-content: flex-end; }[data-css=\"tve-u-160f9c7f698\"] { float: none; max-width: 100%; margin: 0px auto !important; }[data-css=\"tve-u-160f9c75fb0\"] > .tcb-flex-col { padding-left: 60px; }[data-css=\"tve-u-160f9c75fb0\"] { margin-left: -60px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-160f9c6d0ad\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-160f9c6a4fe\"] { padding: 70px 40px 100px !important; }[data-css=\"tve-u-160f9c02898\"] { font-weight: 400 !important; font-family: \"Noto Sans\" !important; }[data-css=\"tve-u-160f9bfdcb7\"] { font-weight: 400 !important; font-family: \"Noto Sans\" !important; }[data-css=\"tve-u-160f9b9db80\"] { padding: 5px 0px !important; }[data-css=\"tve-u-160f9bd1e50\"] { padding: 5px 0px !important; }[data-css=\"tve-u-160f9bd1e50\"] .tve_sep { border-width: 1px; border-color: rgba(176, 171, 155, 0.3); }[data-css=\"tve-u-160f9b9db80\"] .tve_sep { border-width: 1px; border-color: rgba(176, 171, 155, 0.3); }#tve_editor [data-css=\"tve-u-160f9b916f8\"] { color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160f9b69526\"] > .tcb-flex-col > .tcb-col { min-height: 40px; justify-content: center; }[data-css=\"tve-u-160f9b7a3c6\"] { max-width: 38.4%; }[data-css=\"tve-u-160f9b7a39a\"] { max-width: 24.1%; }[data-css=\"tve-u-160f9b7a36e\"] { max-width: 37.6%; }[data-css=\"tve-u-160f9b74c2b\"] { float: none; max-width: 400px; z-index: 3; position: relative; margin: 10px auto !important; }[data-css=\"tve-u-160f9b69526\"] { margin-left: 0px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-160f9b69526\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-160f98a0d17\"] { padding: 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-160f984f29b\"] { font-size: 18px !important; font-family: \"Noto Sans\" !important; font-weight: 400 !important; }[data-css=\"tve-u-160f981fb0c\"] { line-height: 1.5em !important; }[data-css=\"tve-u-160f9823757\"] { text-transform: none !important; font-size: 18px !important; }#tve_editor [data-css=\"tve-u-160f981fb0c\"] { letter-spacing: 4px; color: rgb(255, 255, 255) !important; font-size: 18px !important; text-transform: uppercase !important; }[data-css=\"tve-u-160f97e6953\"] { padding: 0px !important; margin: 0px 0px 50px -10px !important; }[data-css=\"tve-u-160f97ddb8a\"] { line-height: 1em !important; }[data-css=\"tve-u-160f97e0356\"] { font-weight: 400 !important; font-family: \"Kaushan Script\" !important; }#tve_editor [data-css=\"tve-u-160f97ddb8a\"] { color: rgb(218, 144, 15) !important; font-size: 40px !important; }[data-css=\"tve-u-160f9734b53\"] { clip-path: url(\"#clip-top-c8e428685a637\"); -webkit-clip-path: url(\"#clip-top-c8e428685a637\");  background-image: linear-gradient(rgb(3, 9, 14), rgb(3, 9, 14)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-160f972cd2b\"] { min-height: 540px; }[data-css=\"tve-u-160f9714a61\"] { float: none; max-width: 700px; padding: 10px 40px !important; margin-top: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-160f96f5e19\"] { clip-path: url(\"#clip-bottom-c22944d35542f\"); -webkit-clip-path: url(\"#clip-bottom-c22944d35542f\");  background-image: linear-gradient(0deg, rgba(3, 9, 14, 0.5) 0%, rgba(3, 9, 14, 0.1) 100%), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Pub-CTA-img.jpg\") !important; background-size: auto, cover !important; background-position: 0px 0px, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-160f96ef669\"] { padding: 30px 40px !important; margin-top: 0px !important; }[data-css=\"tve-u-160f96c069e\"] { max-width: 100%; min-height: 1px !important; }[data-css=\"tve-u-160f957664d\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Pub-Customer-1-img_03.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-160f9562c14\"] { max-width: 104px; float: left; z-index: 3; position: relative; width: 100%; padding: 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; margin-right: 30px !important; }[data-css=\"tve-u-160f9514c00\"] { line-height: 1em !important; }#tve_editor [data-css=\"tve-u-160f9514c00\"] { letter-spacing: 1px; text-transform: uppercase !important; font-size: 16px !important; }[data-css=\"tve-u-160f9405e56\"] { padding: 5px 0px !important; margin: 0px !important; }[data-css=\"tve-u-160f9405e56\"] .tve_sep { border-width: 2px; border-color: rgb(218, 144, 15); }[data-css=\"tve-u-160f93bdfb1\"]::after { clear: both; }[data-css=\"tve-u-160f8e625a1\"] { padding: 0px !important; margin-top: 0px !important; margin-bottom: 100px !important; }#tve_editor [data-css=\"tve-u-160eb0e8e90\"]:hover [data-css=\"tve-u-160eb0d7fac\"] { background-image: linear-gradient(rgb(242, 139, 0), rgb(242, 139, 0)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-160eaaf84a6\"] { padding: 0px !important; margin-bottom: 20px !important; }[data-css=\"tve-u-160ea9789a4\"] { padding: 0px !important; }[data-css=\"tve-u-160ea977bf3\"] { padding: 0px !important; }[data-css=\"tve-u-160ea976e63\"] { padding: 0px !important; }[data-css=\"tve-u-160ea9729a9\"] { padding: 0px !important; }[data-css=\"tve-u-160ea9357c7\"] { padding: 0px !important; }[data-css=\"tve-u-160ea928596\"] { margin-top: 0px !important; }#tve_editor [data-css=\"tve-u-160e9fad83c\"] p, #tve_editor [data-css=\"tve-u-160e9fad83c\"] li, #tve_editor [data-css=\"tve-u-160e9fad83c\"] blockquote, #tve_editor [data-css=\"tve-u-160e9fad83c\"] address { line-height: 1em; }[data-css=\"tve-u-160ea7c9db0\"] > .tcb-flex-col { padding-left: 60px; }[data-css=\"tve-u-160ea89ac22\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-160ea89ac22\"] > .tcb-flex-col { padding-left: 60px; }[data-css=\"tve-u-160ea89b12a\"] { margin: 0px 0px 20px !important; background-image: linear-gradient(rgb(18, 21, 25), rgb(18, 21, 25)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-160ea89ac22\"] { margin-left: -60px; min-height: inherit; padding: 20px !important; }[data-css=\"tve-u-160ea7cae88\"] { margin: 60px 0px 0px !important; }[data-css=\"tve-u-160ea7c9db0\"] { margin-left: -60px; padding: 0px !important; }[data-css=\"tve-u-160ea7bf191\"]::after { clear: both; }#tve_editor [data-css=\"tve-u-160ea71c62c\"] { color: rgba(255, 255, 255, 0.85) !important; font-size: 16px !important; }[data-css=\"tve-u-160ea54ea72\"] { line-height: 1em !important; }#tve_editor [data-css=\"tve-u-160ea54ea72\"] { font-size: 18px !important; text-transform: none !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-160e9fac06c\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-160e9fc2c51\"] { border-right: none; }[data-css=\"tve-u-160e9fbbfa0\"] { border-right: none; }[data-css=\"tve-u-160e9fac06c\"] > .tcb-flex-col { padding-left: 60px; }[data-css=\"tve-u-160e9fad83c\"] { box-shadow: none; margin-top: 20px !important; margin-bottom: 0px !important; background-image: linear-gradient(rgb(18, 21, 25), rgb(18, 21, 25)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-160e9fac06c\"] { margin-left: -60px; min-height: inherit; padding: 20px 20px 0px !important; }[data-css=\"tve-u-160e9f87397\"] { float: left; max-width: 100%; z-index: 3; position: relative; box-shadow: rgba(18, 21, 25, 0.16) 0px 5px 35px 2px; width: 100%; padding: 0px !important; margin: 0px auto !important; }[data-css=\"tve-u-160e9f87397\"] .tve_faq:hover { background: rgba(18, 21, 25, 0.8) !important; }[data-css=\"tve-u-160e9f7868b\"] { line-height: 1em !important; }[data-css=\"tve-u-160e9f7ce0e\"] { font-family: Lato, arial !important; }#tve_editor [data-css=\"tve-u-160e9f7868b\"] { letter-spacing: 3px; color: rgb(242, 139, 0) !important; font-size: 18px !important; text-transform: uppercase !important; }[data-css=\"tve-u-160e9e41664\"] { padding: 0px !important; margin-left: -15px !important; }[data-css=\"tve-u-160e9e2aeab\"] { padding: 0px !important; }[data-css=\"tve-u-160e9e03630\"] { min-height: 1px; }[data-css=\"tve-u-160e9dff371\"] { float: none; max-width: 100%; padding: 0px !important; margin: 0px !important; position: static !important; }[data-css=\"tve-u-160e9d15bdf\"] { z-index: 1; padding: 100px 40px 90px !important; margin-top: 0px !important; }[data-css=\"tve-u-160e9d118ed\"] { opacity: 1; filter: grayscale(0%) blur(0px); box-shadow: rgba(0, 0, 0, 0.3) 0px 39px 75px 8px inset; background-image: linear-gradient(rgba(176, 171, 155, 0.28), rgba(176, 171, 155, 0.28)), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Pub-Our-Menu-BG.jpg\") !important; background-color: rgb(176, 171, 155) !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, fixed !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-160e9d0c61d\"] { max-width: 1200px; min-height: 450px !important; }#tve_editor [data-css=\"tve-u-160e52fbe2f\"]:hover { text-shadow: rgba(0, 0, 0, 0.3) 2px 2px 2px; background-image: none !important; }#tve_editor [data-css=\"tve-u-160e5276a5e\"]:hover { text-shadow: rgba(0, 0, 0, 0.25) 2px 2px 2px; background-image: none !important; }#tve_editor [data-css=\"tve-u-160e52014b5\"]:hover { text-shadow: rgba(0, 0, 0, 0.25) 2px 2px 2px; background-image: none !important; }[data-css=\"tve-u-160e52014b5\"]::after { clear: both; }[data-css=\"tve-u-160e52fbe2f\"] { text-shadow: none; background-image: none !important; }[data-css=\"tve-u-160e5276a5e\"] { background-image: none !important; }[data-css=\"tve-u-160e52014b5\"] { box-shadow: none; background-image: none !important; padding-top: 0px !important; margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-160e501c0b4\"] { padding: 0px !important; }[data-css=\"tve-u-160e4fd114b\"] { line-height: 1em !important; }[data-css=\"tve-u-160e4fe84a1\"] { line-height: 1.3em !important; }#tve_editor [data-css=\"tve-u-160e4fe84a1\"] { font-size: 44px !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-160e4fe6187\"] { font-weight: 400 !important; font-family: \"Kaushan Script\" !important; }#tve_editor [data-css=\"tve-u-160e4fd114b\"] { letter-spacing: 5px; color: rgb(255, 255, 255) !important; font-size: 16px !important; text-transform: uppercase !important; }[data-css=\"tve-u-160e4dadf9c\"] { max-width: 100%; float: none; z-index: 1 !important; box-shadow: none; position: relative; right: 0px; bottom: -54px; margin: 0px auto !important; }[data-css=\"tve-u-160e4da55bb\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-160e4da55bb\"] { margin-left: -60px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-160e4da55bb\"] > .tcb-flex-col { padding-left: 60px; }[data-css=\"tve-u-160e4c824a2\"] { padding: 0px !important; margin-bottom: 10px !important; }[data-css=\"tve-u-160e4c55d27\"] { z-index: 4; padding: 60px 40px 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-160e4c34c93\"] { clip-path: url(\"#clip-bottom-35e31e95c7382\"); -webkit-clip-path: url(\"#clip-bottom-35e31e95c7382\");  box-shadow: none; background-image: linear-gradient(rgba(3, 9, 15, 0.85), rgba(3, 9, 15, 0.85)), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Pub-Texture1-img-.jpg\") !important; background-size: auto, cover !important; background-position: 0px 0px, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-160e4c24b1a\"] { max-width: 1200px; min-height: 1px !important; }#tve_editor [data-css=\"tve-u-160dbceed3d\"]:hover .tcb-button-link { border-radius: 15px 0px; overflow: hidden; border: none; background-color: rgb(242, 139, 0) !important; text-decoration: none !important; }#tve_editor [data-css=\"tve-u-160df6a2fe0\"] p, #tve_editor [data-css=\"tve-u-160df6a2fe0\"] li, #tve_editor [data-css=\"tve-u-160df6a2fe0\"] blockquote, #tve_editor [data-css=\"tve-u-160df6a2fe0\"] address { line-height: 1em; }[data-css=\"tve-u-160df4c6424\"] > .tve-cb { display: flex; flex-direction: column; justify-content: flex-end; }[data-css=\"tve-u-160df51ca21\"] > .tve-cb { display: flex; justify-content: center; flex-direction: column; }[data-css=\"tve-u-160df8deee2\"] { padding: 0px !important; margin-left: -15px !important; margin-bottom: 50px !important; }[data-css=\"tve-u-160df8c3360\"] { margin-left: 0px !important; padding: 0px !important; }[data-css=\"tve-u-160df711140\"] { padding: 0px !important; }[data-css=\"tve-u-160df709fbf\"] { padding: 0px !important; }[data-css=\"tve-u-160df6d74f4\"] { text-align: left; border-right: 1px solid rgba(176, 171, 155, 0.5); padding-left: 20px !important; }[data-css=\"tve-u-160df6d53e3\"] { text-align: right; border-right: 1px solid rgba(176, 171, 155, 0.6); padding-right: 20px !important; }[data-css=\"tve-u-160df6a3578\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-160df6a3578\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-160df6a3578\"] { margin-left: 0px; min-height: inherit; padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-160df6a2fe0\"] { margin-top: 20px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-160df52e534\"]::after { clear: both; }[data-css=\"tve-u-160df51ca21\"] { bottom: 0px; float: left; max-width: 100%; z-index: 3; width: 100%; left: 0px; margin: 0px auto !important; padding: 25px 0px !important; position: static !important; }[data-css=\"tve-u-160df519447\"] { min-height: 1px; text-align: center; }[data-css=\"tve-u-160df50b366\"] { background-image: none !important; }[data-css=\"tve-u-160df4f4d0e\"] { min-height: 480px; }[data-css=\"tve-u-160df4bedf0\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-160df4eae6d\"] { margin: 0px !important; }[data-css=\"tve-u-160df4db074\"] { background-image: linear-gradient(rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Pub-img-section1.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-160df4c6424\"] { max-width: 100%; margin-top: 0px !important; padding: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-160df4bedf0\"] { margin-left: 0px; min-height: inherit; padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-160df4bedf0\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-160df4565d1\"] { padding: 0px !important; position: relative !important; }#tve_editor [data-css=\"tve-u-160dbe24f38\"] { font-weight: 400; letter-spacing: 4px; font-family: \"Noto Sans\" !important; font-size: 18px !important; text-transform: uppercase !important; color: rgb(18, 21, 25) !important; }[data-css=\"tve-u-160dbceed3d\"] .tcb-button-link { min-height: 54.7619px; font-size: 1.33333em; background-color: rgb(255, 169, 20) !important; padding-top: 10px !important; padding-bottom: 10px !important; }[data-css=\"tve-u-160dbceed3d\"] { width: 418px; display: block; max-width: 418px; float: none; margin: 0px auto !important; }[data-css=\"tve-u-160dbcd54ac\"] { padding: 0px !important; }[data-css=\"tve-u-160dbcd2c5b\"] { padding: 0px !important; margin-bottom: 70px !important; }[data-css=\"tve-u-160dbcbc7a4\"] { min-height: 260px; }[data-css=\"tve-u-160dbcafa88\"] { float: none; max-width: 800px; margin: 0px auto !important; padding: 0px !important; }[data-css=\"tve-u-160db85dabe\"] { min-height: 50px; }[data-css=\"tve-u-160db84bfac\"] { clip-path: url(\"#clip-bottom-eb17500f3af4b\"); -webkit-clip-path: url(\"#clip-bottom-eb17500f3af4b\");  background-image: linear-gradient(rgb(30, 34, 40), rgb(30, 34, 40)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; filter: grayscale(0%) blur(0px); opacity: 1; border: none !important; }#tve_editor [data-css=\"tve-u-160db6dd8cd\"] > :first-child { color: rgb(255, 171, 0); }[data-css=\"tve-u-160db6dd8cd\"] { font-size: 28px; width: 28px; height: 28px; z-index: 4; position: relative; float: left; margin: 0px 15px 0px 0px !important; }#tcb_landing_page h3 { font-family: \"Noto Sans\"; font-weight: 400; font-size: 24px; line-height: 1.68em; color: rgb(3, 9, 14); letter-spacing: 2px; text-transform: uppercase; }#tcb_landing_page h2 { font-family: \"Kaushan Script\"; font-weight: 400; font-size: 90px; color: rgb(222, 218, 203); line-height: 1.3em; }#tcb_landing_page p, #tcb_landing_page li { font-family: \"Noto Sans\"; font-weight: 400; font-size: 18px; line-height: 1.5em; color: rgb(3, 9, 14); }#tcb_landing_page h1 { font-family: \"Kaushan Script\"; font-size: 100px; line-height: 1em; color: rgb(255, 255, 255); }[data-css=\"tve-u-15e09c94f7d\"] { background-color: rgb(255, 255, 255); }[data-css=\"tve-u-160dbb50aca\"] { max-width: 400px; float: none; z-index: 4; margin: 0px auto !important; padding: 30px 25px 60px !important; }#tve_editor [data-css=\"tve-u-160ea6ba05c\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160ea6ba05c\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160ea6ba060\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160ea6ba060\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160ea6ba063\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160ea6ba063\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160ea6ba065\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160ea6ba065\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160ea6ba067\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160ea6ba067\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160ea6ba06a\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160ea6ba06a\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160ea6ba06c\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160ea6ba06c\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160ea7224b9\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160ea7224b9\"] { line-height: 1.3em !important; }#tve_editor [data-css=\"tve-u-160ea79970d\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160ea79970d\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160ea799710\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160ea799710\"] { line-height: 2em !important; }[data-css=\"tve-u-160ea90d163\"] { line-height: 1em !important; }#tve_editor [data-css=\"tve-u-160ea90d163\"] { font-size: 18px !important; text-transform: none !important; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-160ea9104fd\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160ea9104fd\"] { line-height: 1.3em !important; }#tve_editor [data-css=\"tve-u-160ea9400e0\"] { color: rgba(255, 255, 255, 0.85) !important; font-size: 16px !important; }[data-css=\"tve-u-160ea9c1e15\"] { padding: 0px !important; }#tve_editor [data-css=\"tve-u-160ea9c9c07\"] { font-size: 14px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160ea9c9c07\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eaa5aa50\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eaa5aa50\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eaa62df8\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eaa62df8\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eaa73bda\"] p, #tve_editor [data-css=\"tve-u-160eaa73bda\"] li, #tve_editor [data-css=\"tve-u-160eaa73bda\"] blockquote, #tve_editor [data-css=\"tve-u-160eaa73bda\"] address { line-height: 1em; }[data-css=\"tve-u-160eaa73bda\"] { box-shadow: none; margin: 20px 0px 0px !important; background-image: linear-gradient(rgb(18, 21, 25), rgb(18, 21, 25)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-160eaa7faeb\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-160eaa7faeb\"] > .tcb-flex-col { padding-left: 60px; }[data-css=\"tve-u-160eaa7faeb\"] { margin-left: -60px; min-height: inherit; padding: 20px 20px 0px !important; }[data-css=\"tve-u-160eaa7faee\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-160eaa7faee\"] > .tcb-flex-col { padding-left: 60px; }[data-css=\"tve-u-160eaa7faee\"] { margin-left: -60px; min-height: inherit; padding: 20px !important; }[data-css=\"tve-u-160eaa8db54\"] { margin: 0px 0px 20px !important; background-image: linear-gradient(rgb(18, 21, 25), rgb(18, 21, 25)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-160eab45a4f\"] { float: left; max-width: 100%; z-index: 3; position: relative; box-shadow: rgba(18, 21, 25, 0.16) 0px 5px 35px 2px; width: 100%; padding: 0px !important; margin: 15px auto 0px !important; }[data-css=\"tve-u-160eab45a4f\"] .tve_faq:hover { background: rgba(18, 21, 25, 0.8) !important; }#tve_editor [data-css=\"tve-u-160ead90ba7\"] p, #tve_editor [data-css=\"tve-u-160ead90ba7\"] li, #tve_editor [data-css=\"tve-u-160ead90ba7\"] blockquote, #tve_editor [data-css=\"tve-u-160ead90ba7\"] address { line-height: 1em; }[data-css=\"tve-u-160ead90ba7\"] { box-shadow: none; margin: 20px 0px !important; background-image: linear-gradient(rgb(18, 21, 25), rgb(18, 21, 25)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-160ead973a1\"] { float: left; max-width: 100%; z-index: 3; position: relative; box-shadow: rgba(18, 21, 25, 0.16) 0px 5px 35px 2px; width: 100%; padding: 0px !important; margin: 0px auto 15px !important; }[data-css=\"tve-u-160ead973a1\"] .tve_faq:hover { background: rgba(18, 21, 25, 0.8) !important; }[data-css=\"tve-u-160eadcc8c9\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-160eadcc8c9\"] > .tcb-flex-col { padding-left: 60px; }[data-css=\"tve-u-160eadcc8c9\"] { margin-left: -60px; min-height: inherit; padding: 20px !important; }#tve_editor [data-css=\"tve-u-160eadffc69\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eadffc69\"] { line-height: 2em !important; }[data-css=\"tve-u-160eb0d7fac\"] { clip-path: url(\"#clip-bottom-dd364f1962bc7\"); -webkit-clip-path: url(\"#clip-bottom-dd364f1962bc7\");  box-shadow: none; background-image: linear-gradient(rgb(218, 144, 15), rgb(218, 144, 15)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-160eb0e8e90\"] > .tve-cb { display: flex; flex-direction: column; justify-content: center; }[data-css=\"tve-u-160eb0e8e90\"] { bottom: 0px; z-index: 4; left: 0px; padding: 20px 15px 25px !important; margin-top: 0px !important; margin-bottom: 0px !important; position: relative !important; }[data-css=\"tve-u-160eb1a09e2\"] { min-height: 104px; }[data-css=\"tve-u-160eb1b0e14\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-160eb1d9ffb\"] { clip-path: url(\"#clip-bottom-cb4c420ba2143\"); -webkit-clip-path: url(\"#clip-bottom-cb4c420ba2143\");  box-shadow: none; background-image: linear-gradient(rgb(218, 144, 15), rgb(218, 144, 15)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-160eb214b56\"] { clip-path: url(\"#clip-bottom-a182d7c321313\"); -webkit-clip-path: url(\"#clip-bottom-a182d7c321313\");  box-shadow: none; background-image: linear-gradient(rgb(218, 144, 15), rgb(218, 144, 15)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-160eb218e4e\"] > .tve-cb { display: flex; flex-direction: column; justify-content: center; }[data-css=\"tve-u-160eb218e4e\"] { z-index: 0 !important; max-width: 100%; right: 0px; bottom: 0px; padding: 0px 15px !important; margin-top: 0px !important; margin-bottom: 0px !important; position: static !important; }#tve_editor [data-css=\"tve-u-160eb218e4e\"]:hover [data-css=\"tve-u-160eb214b56\"] { background-image: linear-gradient(rgb(242, 139, 0), rgb(242, 139, 0)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-160eb2222a0\"] > .tve-cb { display: flex; flex-direction: column; justify-content: center; }[data-css=\"tve-u-160eb2222a0\"] { bottom: 0px; z-index: 4; left: 0px; max-width: 100%; padding: 20px 15px 25px !important; margin-top: 0px !important; margin-bottom: 0px !important; position: relative !important; }#tve_editor [data-css=\"tve-u-160eb2222a0\"]:hover [data-css=\"tve-u-160eb1d9ffb\"] { background-image: linear-gradient(rgb(242, 139, 0), rgb(242, 139, 0)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-160eb3ad20a\"] { padding: 0px !important; margin-bottom: 20px !important; }[data-css=\"tve-u-160eb42c2ca\"] { float: left; max-width: 100%; z-index: 3; position: relative; box-shadow: rgba(18, 21, 25, 0.16) 0px 5px 35px 2px; width: 100%; padding: 0px !important; margin: 0px auto !important; }[data-css=\"tve-u-160eb42c2ca\"] .tve_faq:hover { background: rgba(18, 21, 25, 0.8) !important; }[data-css=\"tve-u-160eb470891\"] { line-height: 1em !important; }#tve_editor [data-css=\"tve-u-160eb470891\"] { letter-spacing: 3px; color: rgb(242, 139, 0) !important; font-size: 18px !important; text-transform: uppercase !important; }[data-css=\"tve-u-160eb4708df\"] { font-family: Lato, arial !important; }[data-css=\"tve-u-160eb475d09\"] { line-height: 1em !important; }#tve_editor [data-css=\"tve-u-160eb475d09\"] { letter-spacing: 3px; color: rgb(242, 139, 0) !important; font-size: 18px !important; text-transform: uppercase !important; }[data-css=\"tve-u-160eb475d4c\"] { font-family: Lato, arial !important; }[data-css=\"tve-u-160eb47f143\"] { line-height: 1em !important; }#tve_editor [data-css=\"tve-u-160eb47f143\"] { letter-spacing: 3px; color: rgb(242, 139, 0) !important; font-size: 18px !important; text-transform: uppercase !important; }[data-css=\"tve-u-160eb47f16a\"] { font-family: Lato, arial !important; }#tve_editor [data-css=\"tve-u-160eb49e1f7\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb49e1f7\"] { line-height: 2em !important; }[data-css=\"tve-u-160eb4a305a\"] { border-right: none; }#tve_editor [data-css=\"tve-u-160eb4a45fb\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb4a45fb\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb4a4600\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb4a4600\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb4a4603\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb4a4603\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb4a4605\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb4a4605\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb4a4608\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb4a4608\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb4a460a\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb4a460a\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb4a460d\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb4a460d\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb4b6f9b\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb4b6f9b\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb4b6fc8\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb4b6fc8\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb4b6fcb\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb4b6fcb\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb4b6fcd\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb4b6fcd\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb4b6fd0\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb4b6fd0\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb4b6fd3\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb4b6fd3\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb4b6fd5\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb4b6fd5\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb521486\"] p, #tve_editor [data-css=\"tve-u-160eb521486\"] li, #tve_editor [data-css=\"tve-u-160eb521486\"] blockquote, #tve_editor [data-css=\"tve-u-160eb521486\"] address { line-height: 1em; }[data-css=\"tve-u-160eb521486\"] { box-shadow: none; margin: 20px 0px !important; background-image: linear-gradient(rgb(18, 21, 25), rgb(18, 21, 25)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-160eb5275ca\"] { line-height: 1em !important; }#tve_editor [data-css=\"tve-u-160eb5275ca\"] { font-size: 18px !important; text-transform: none !important; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-160eb52765c\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb52765c\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb52768d\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb52768d\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb5276bf\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb5276bf\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb5276f3\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb5276f3\"] { line-height: 2em !important; }[data-css=\"tve-u-160eb5346af\"] { line-height: 1em !important; }#tve_editor [data-css=\"tve-u-160eb5346af\"] { font-size: 18px !important; text-transform: none !important; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-160eb53477a\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb53477a\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb5347ae\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb5347ae\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb5347e1\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb5347e1\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb534816\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb534816\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb53484c\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb53484c\"] { line-height: 2em !important; }[data-css=\"tve-u-160eb537e16\"] { padding: 0px !important; }[data-css=\"tve-u-160eb54da29\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-160eb54da29\"] > .tcb-flex-col { padding-left: 60px; }[data-css=\"tve-u-160eb54da29\"] { margin-left: -60px; min-height: inherit; padding: 20px !important; }[data-css=\"tve-u-160eb553062\"] { line-height: 1em !important; }#tve_editor [data-css=\"tve-u-160eb553062\"] { font-size: 18px !important; text-transform: none !important; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-160eb553103\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb553103\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb553138\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb553138\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb55316d\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb55316d\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb5531a1\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb5531a1\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb5531d8\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb5531d8\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb55320f\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb55320f\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160f8c25bba\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160f8c25bba\"] { line-height: 2em !important; }[data-css=\"tve-u-160f8c28393\"] { line-height: 1em !important; }#tve_editor [data-css=\"tve-u-160f8c28393\"] { font-size: 18px !important; text-transform: none !important; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-160f8c2842b\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160f8c2842b\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160f8c28460\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160f8c28460\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160f8c28493\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160f8c28493\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160f8c284c6\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160f8c284c6\"] { line-height: 2em !important; }[data-css=\"tve-u-160f8c2bf72\"] { padding: 0px !important; }[data-css=\"tve-u-160f8c5888c\"] { line-height: 1em !important; }#tve_editor [data-css=\"tve-u-160f8c5888c\"] { font-size: 18px !important; text-transform: none !important; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-160f8c58957\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160f8c58957\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160f8c589bd\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160f8c589bd\"] { line-height: 2em !important; }[data-css=\"tve-u-160f8c59f19\"] { padding: 0px !important; }#tve_editor [data-css=\"tve-u-160f8c626b2\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160f8c626b2\"] { line-height: 2em !important; }[data-css=\"tve-u-160f8c8c841\"] { padding: 0px !important; }[data-css=\"tve-u-160f8c978c9\"] { border-right: none; }[data-css=\"tve-u-160f8cb0034\"] { line-height: 1em !important; }#tve_editor [data-css=\"tve-u-160f8cb0034\"] { font-size: 18px !important; text-transform: none !important; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-160f8cb00e0\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160f8cb00e0\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160f8cb011c\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160f8cb011c\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160f8cb0157\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160f8cb0157\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160f8cb0191\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160f8cb0191\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160f8cb01cb\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160f8cb01cb\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160f8cb0240\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160f8cb0240\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160f8cb027b\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160f8cb027b\"] { line-height: 2em !important; }[data-css=\"tve-u-160f8cb610d\"] { line-height: 1em !important; }#tve_editor [data-css=\"tve-u-160f8cb610d\"] { font-size: 18px !important; text-transform: none !important; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-160f8cb61bc\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160f8cb61bc\"] { line-height: 2em !important; }[data-css=\"tve-u-160f8cb9d70\"] { border-right: none; }#tve_editor [data-css=\"tve-u-160f8cc8fce\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160f8cc8fce\"] { line-height: 1.3em !important; }[data-css=\"tve-u-160f8cd7871\"] { line-height: 1em !important; }#tve_editor [data-css=\"tve-u-160f8cd7871\"] { font-size: 18px !important; text-transform: none !important; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-160f8cd794f\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160f8cd794f\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160f8cd7987\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160f8cd7987\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160f8cd79c1\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160f8cd79c1\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160f8cd79f8\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160f8cd79f8\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160f8cd7a30\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160f8cd7a30\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160f8cd7a68\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160f8cd7a68\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160f8cd7aa1\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160f8cd7aa1\"] { line-height: 2em !important; }[data-css=\"tve-u-160f8cf3d89\"] { line-height: 1em !important; }#tve_editor [data-css=\"tve-u-160f8cf3d89\"] { font-size: 18px !important; text-transform: none !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-160f8cfbf40\"] { border-right: none; }[data-css=\"tve-u-160f8d013c3\"] { line-height: 1em !important; }#tve_editor [data-css=\"tve-u-160f8d013c3\"] { font-size: 18px !important; text-transform: none !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-160f8d12a0d\"] { border-right: none; }[data-css=\"tve-u-160f961e617\"] { padding: 0px !important; margin-top: 0px !important; margin-bottom: 20px !important; }#tve_editor [data-css=\"tve-u-160f98df817\"]:hover .tcb-button-link { border-top-left-radius: 15px; overflow: hidden; border-bottom-right-radius: 15px; border: none; background-color: rgb(242, 139, 0) !important; text-decoration: none !important; }[data-css=\"tve-u-160f98df817\"] .tcb-button-link { min-height: 54.7619px; font-size: 1.33333em; background-color: rgb(255, 169, 20) !important; padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-160f98df817\"] { width: 400px; display: block; max-width: 400px; margin-top: 50px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-160f9bf1aea\"] { padding: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-160f9bf9be2\"] { line-height: 1.5em !important; }#tve_editor [data-css=\"tve-u-160f9bf9be2\"] { letter-spacing: 0px; color: rgb(255, 255, 255) !important; font-size: 24px !important; font-family: inherit !important; }#tve_editor [data-css=\"tve-u-160fa182f82\"]:hover .tcb-button-link { border-top-left-radius: 15px; overflow: hidden; border-bottom-right-radius: 15px; border: none; background-color: rgb(14, 16, 18) !important; text-decoration: none !important; }[data-css=\"tve-u-160fa182f82\"] .tcb-button-link { min-height: 54.7619px; font-size: 1.33333em; background-color: rgb(18, 21, 25) !important; padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-160fa182f82\"] { width: 375px; display: block; max-width: 375px; float: left; z-index: 3; position: relative; margin: 0px auto !important; }#tve_editor [data-css=\"tve-u-160fa198fbb\"] { font-weight: 400; letter-spacing: 4px; font-family: \"Noto Sans\" !important; font-size: 18px !important; text-transform: uppercase !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-160fa489bd9\"] { line-height: 1.3em !important; }#tve_editor [data-css=\"tve-u-160fa489bd9\"] { letter-spacing: 0px; color: rgba(3, 9, 14, 0.5) !important; font-size: 14px !important; }[data-css=\"tve-u-160fa718c59\"] { line-height: 0.2em !important; }#tve_editor [data-css=\"tve-u-160fa718c59\"] { letter-spacing: 0px; font-size: 140px !important; color: rgba(176, 171, 155, 0.4) !important; }[data-css=\"tve-u-160fa718c5e\"] { font-family: Limelight !important; font-weight: 400 !important; }#tve_editor [data-css=\"tve-u-160fec25d20\"] { font-weight: 400; letter-spacing: 4px; font-family: \"Noto Sans\" !important; font-size: 18px !important; text-transform: uppercase !important; color: rgb(18, 21, 25) !important; }[data-css=\"tve-u-1616a5e01ba\"] { float: none; max-width: 100%; z-index: 3; right: auto; bottom: auto; top: auto; left: auto; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; margin-top: 0px !important; }[data-css=\"tve-u-1616a9cfa4b\"] > .tve-cb { justify-content: flex-end; display: flex; flex-direction: column; }[data-css=\"tve-u-1616a9cfa4b\"] { max-width: 100%; padding: 8px 5px 10px !important; margin-top: 0px !important; margin-bottom: 0px !important; margin-left: 0px !important; }[data-css=\"tve-u-1616a9d1ca7\"] > .tve-cb { justify-content: flex-end; display: flex; flex-direction: column; }[data-css=\"tve-u-1616a9d1ca7\"] { max-width: 100%; padding: 8px 5px 10px !important; margin-top: 0px !important; margin-bottom: 0px !important; margin-left: 0px !important; }[data-css=\"tve-u-1616a9d3730\"] > .tve-cb { justify-content: flex-end; display: flex; flex-direction: column; }[data-css=\"tve-u-1616a9d3730\"] { max-width: 100%; padding: 8px 5px 10px !important; margin-top: 0px !important; margin-bottom: 0px !important; margin-left: 0px !important; }[data-css=\"tve-u-161701c9195\"] { line-height: 1em !important; }#tve_editor [data-css=\"tve-u-161701c9195\"] { color: rgb(120, 120, 120) !important; font-size: 14px !important; }[data-css=\"tve-u-161702e8042\"] { float: none; width: 52px; }[data-css=\"tve-u-1617031f43b\"] { float: none; width: 49px; }[data-css=\"tve-u-16170325257\"] { margin: 0px !important; background-color: rgb(247, 247, 247) !important; }[data-css=\"tve-u-161703268c0\"] { margin: 0px !important; background-color: rgb(247, 247, 247) !important; }[data-css=\"tve-u-16170332517\"] { max-width: 29.6%; }[data-css=\"tve-u-1617033251d\"] { max-width: 24.8%; }[data-css=\"tve-u-1617033371d\"] { max-width: 45.5%; }[data-css=\"tve-u-16170334a49\"] { max-width: 29.6%; }[data-css=\"tve-u-16170334a4f\"] { max-width: 23.2%; }[data-css=\"tve-u-161703373d0\"] { max-width: 47.2%; }[data-css=\"tve-u-161703e4bac\"] > .tcb-flex-col > .tcb-col { justify-content: center; }[data-css=\"tve-u-161703e4bac\"] { margin-left: 0px; padding: 0px 10px !important; }[data-css=\"tve-u-161703e4bac\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-16170441415\"] { padding: 0px !important; }[data-css=\"tve-u-16170442200\"] { padding: 0px 0px 0px 10px !important; }[data-css=\"tve-u-161704435d7\"] { padding: 0px !important; }[data-css=\"tve-u-16170445bb9\"] { padding: 0px 0px 0px 10px !important; }[data-css=\"tve-u-1617045651a\"] > .tcb-flex-col > .tcb-col { justify-content: center; }[data-css=\"tve-u-1617045651a\"] { margin-left: 0px; padding: 0px 10px !important; }[data-css=\"tve-u-1617045651a\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-16170471614\"] { padding: 0px !important; }#tcb_landing_page a:hover:not(.tcb-button-link) { color: rgb(233, 156, 0); text-decoration: underline; }#tcb_landing_page a.tve-state-hover:not(.tcb-button-link) { color: rgb(242, 139, 0); }[data-css=\"tve-u-1635e5ffa41\"] { max-width: 200px; float: right; z-index: 3; position: relative; width: 100%; padding: 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-1635e65c044\"] > :first-child { color: rgb(255, 171, 0); }[data-css=\"tve-u-1635e65c044\"] { font-size: 28px; width: 28px; height: 28px; float: left; z-index: 3; position: relative; margin-top: 0px !important; margin-bottom: 0px !important; margin-left: 30px !important; }#tve_editor [data-css=\"tve-u-1635ed98a8a\"] > :first-child { color: rgb(218, 144, 15); }[data-css=\"tve-u-1635ed98a8a\"] { font-size: 50px; float: left; z-index: 3; position: relative; width: 50px; height: 50px; margin: -35px 0px 20px !important; padding-left: 10px !important; }[data-css=\"tve-u-1635edf3681\"] { min-height: 104px; }[data-css=\"tve-u-1635ef71519\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1635ef72920\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1635f073915\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Pub-Food-img_03.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }#tve_editor [data-css=\"tve-u-1635efec9fa\"]:hover [data-css=\"tve-u-1635f098c8e\"] { background-image: linear-gradient(0deg, rgba(242, 139, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Pub-Drinks-img_03.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-1635f098c8e\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Pub-Drinks-img_03.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1635f0a8c87\"] { max-width: 100%; z-index: 4; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1635f0b76b1\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Pub-Ambiance-img_03.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }#tve_editor [data-css=\"tve-u-1635f0a8c87\"]:hover [data-css=\"tve-u-1635f0b76b1\"] { background-image: linear-gradient(0deg, rgba(242, 139, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Pub-Ambiance-img_03.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-1635f121505\"] { padding: 0px !important; position: static !important; }#tve_editor .thrv-content-box [data-css=\"tve-u-1635f125271\"] p, #tve_editor .thrv-content-box [data-css=\"tve-u-1635f125271\"] li, #tve_editor .thrv-content-box [data-css=\"tve-u-1635f125271\"] blockquote, #tve_editor .thrv-content-box [data-css=\"tve-u-1635f125271\"] address, #tve_editor .thrv-content-box [data-css=\"tve-u-1635f125271\"] h1, #tve_editor .thrv-content-box [data-css=\"tve-u-1635f125271\"] h2, #tve_editor .thrv-content-box [data-css=\"tve-u-1635f125271\"] h3, #tve_editor .thrv-content-box [data-css=\"tve-u-1635f125271\"] h4, #tve_editor .thrv-content-box [data-css=\"tve-u-1635f125271\"] h5, #tve_editor .thrv-content-box [data-css=\"tve-u-1635f125271\"] h6 { color: rgb(3, 9, 14); }[data-css=\"tve-u-1635f125271\"] { min-height: 1px; }[data-css=\"tve-u-1635f125271\"]::after { clear: both; }[data-css=\"tve-u-1635f136552\"] { padding: 0px !important; margin-top: 0px !important; margin-bottom: 20px !important; }[data-css=\"tve-u-1635f138d3b\"] { padding: 0px !important; margin-bottom: 20px !important; }[data-css=\"tve-u-1635f139f5c\"] { padding: 0px !important; margin-bottom: 20px !important; }[data-css=\"tve-u-1635f13f574\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Pub-customer-2_03.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1635f14cd1e\"] { padding: 5px 0px !important; margin: 0px !important; }[data-css=\"tve-u-1635f14cd1e\"] .tve_sep { border-width: 2px; border-color: rgb(218, 144, 15); }[data-css=\"tve-u-1635f187bfc\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Pub-Customer-3_03.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1635f1b25ed\"] { padding: 0px 0px 35px !important; margin: 0px !important; }[data-css=\"tve-u-1635f1b3fee\"] { padding: 0px 0px 35px !important; margin: 0px !important; }#tve_editor [data-css=\"tve-u-163628d68f3\"]:hover [data-css=\"tve-u-1635f073915\"] { background-image: linear-gradient(0deg, rgba(242, 139, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Pub-Food-img_03.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-163628d68f3\"] { max-width: 100%; z-index: 4; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-163629eb59f\"] { min-height: 104px; }#tve_editor .thrv-content-box [data-css=\"tve-u-16362a05c8f\"] p, #tve_editor .thrv-content-box [data-css=\"tve-u-16362a05c8f\"] li, #tve_editor .thrv-content-box [data-css=\"tve-u-16362a05c8f\"] blockquote, #tve_editor .thrv-content-box [data-css=\"tve-u-16362a05c8f\"] address, #tve_editor .thrv-content-box [data-css=\"tve-u-16362a05c8f\"] h1, #tve_editor .thrv-content-box [data-css=\"tve-u-16362a05c8f\"] h2, #tve_editor .thrv-content-box [data-css=\"tve-u-16362a05c8f\"] h3, #tve_editor .thrv-content-box [data-css=\"tve-u-16362a05c8f\"] h4, #tve_editor .thrv-content-box [data-css=\"tve-u-16362a05c8f\"] h5, #tve_editor .thrv-content-box [data-css=\"tve-u-16362a05c8f\"] h6 { color: rgb(3, 9, 14); }[data-css=\"tve-u-16362a05c8f\"] { min-height: 1px; }[data-css=\"tve-u-16362a05c8f\"]::after { clear: both; }[data-css=\"tve-u-16362a05cc8\"] { min-height: 104px; }#tve_editor [data-css=\"tve-u-16362a8dd87\"] > :first-child { color: rgb(3, 9, 14); }[data-css=\"tve-u-16362a8dd87\"] { font-size: 25px; width: 25px; height: 25px; float: left; z-index: 3; position: relative; margin-top: 0px !important; margin-bottom: 0px !important; margin-right: 10px !important; }#tve_editor [data-css=\"tve-u-16362aa4888\"] > :first-child { color: rgb(3, 9, 14); }[data-css=\"tve-u-16362aa4888\"] { font-size: 25px; width: 25px; height: 25px; z-index: 4; position: relative; float: left; margin: 0px 10px 0px 0px !important; }[data-css=\"tve-u-16362aabe81\"] { padding: 0px !important; margin: 0px 0px 10px !important; }[data-css=\"tve-u-1636301dc81\"] { padding: 0px !important; margin: 0px 0px 60px !important; }[data-css=\"tve-u-16363231ead\"] { min-height: 430px; }[data-css=\"tve-u-16363235afe\"] { min-height: 430px; }[data-css=\"tve-u-16363599740\"] { padding: 0px !important; position: relative !important; }[data-css=\"tve-u-1636390935e\"] { padding: 0px !important; margin-bottom: 20px !important; }#tve_editor [data-css=\"tve-u-1636392a6b1\"] > :first-child { color: rgb(218, 144, 15); }[data-css=\"tve-u-1636392a6b1\"] { font-size: 50px; float: left; z-index: 3; position: relative; width: 50px; height: 50px; margin: -35px 0px 20px !important; padding-left: 10px !important; }#tve_editor [data-css=\"tve-u-1636392e791\"] > :first-child { color: rgb(218, 144, 15); }[data-css=\"tve-u-1636392e791\"] { font-size: 50px; float: left; z-index: 3; position: relative; width: 50px; height: 50px; margin: -35px 0px 20px !important; padding-left: 10px !important; }[data-css=\"tve-u-1636393c2d2\"] { max-width: 104px; float: left; z-index: 3; position: relative; width: 100%; padding: 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; margin-right: 30px !important; }[data-css=\"tve-u-1636393da63\"] { max-width: 104px; float: left; z-index: 3; position: relative; width: 100%; padding: 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; margin-right: 30px !important; }[data-css=\"tve-u-16369519850\"] { padding: 5px 0px !important; margin: 0px !important; }[data-css=\"tve-u-16369519850\"] .tve_sep { border-width: 2px; border-color: rgb(218, 144, 15); }[data-css=\"tve-u-1636951d241\"] { padding: 0px !important; margin-top: 0px !important; margin-bottom: 20px !important; }[data-css=\"tve-u-1689b6473cd\"] { background-color: rgb(0, 0, 0) !important; }[data-css=\"tve-u-160f96ef669\"] .tve-page-section-in { display: block; }}@media (max-width: 1023px){[data-css=\"tve-u-16369563890\"] { padding-left: 25px !important; padding-right: 25px !important; padding-bottom: 40px !important; }[data-css=\"tve-u-1636955fbd2\"] { max-width: 100%; min-height: 600px !important; }[data-css=\"tve-u-160f9c6d0ad\"] { max-width: 630px; }[data-css=\"tve-u-1635ebf2201\"] { max-width: 630px; }[data-css=\"tve-u-160df8deee2\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-160e9d118ed\"] { box-shadow: rgba(0, 0, 0, 0.3) 0px 28px 75px 8px inset; }[data-css=\"tve-u-1635ebfe4fc\"] { max-width: 671px; padding-bottom: 0px !important; margin-bottom: 25px !important; }[data-css=\"tve-u-1635f1b3fee\"] { padding-bottom: 0px !important; margin-bottom: 25px !important; }[data-css=\"tve-u-1635f1b25ed\"] { padding-bottom: 0px !important; margin-bottom: 25px !important; }[data-css=\"tve-u-16363524c1e\"] { margin-top: 0px !important; padding-top: 70px !important; padding-left: 100px !important; padding-right: 100px !important; }[data-css=\"tve-u-160e9e41664\"] { margin-bottom: 50px !important; }[data-css=\"tve-u-160f9d08737\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-160f8e625a1\"] { margin-bottom: 60px !important; }[data-css=\"tve-u-1635ee0cb15\"] { padding: 60px 0px !important; }[data-css=\"tve-u-160eadcc8c9\"] { margin-left: 0px; }[data-css=\"tve-u-160eb54da29\"] { margin-left: 0px; }[data-css=\"tve-u-160ea89ac22\"] { margin-left: 0px; }[data-css=\"tve-u-160e9fac06c\"] { margin-left: 0px; }[data-css=\"tve-u-160eaa7faee\"] { margin-left: 0px; }[data-css=\"tve-u-160eaa7faeb\"] { margin-left: 0px; }[data-css=\"tve-u-160ea7c9db0\"] { margin-left: 0px; }[data-css=\"tve-u-160eadcc8c9\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-160eb54da29\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-160ea89ac22\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-160e9fac06c\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-160eaa7faee\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-160eaa7faeb\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-160ea7c9db0\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-160e9d15bdf\"] { padding: 60px 0px !important; }[data-css=\"tve-u-160e9d0c61d\"] { max-width: 630px; min-height: 1px !important; }[data-css=\"tve-u-1635f0a8c87\"] { margin-top: 40px !important; }[data-css=\"tve-u-1635f010773\"] { min-height: 300px; }[data-css=\"tve-u-16363235afe\"] { min-height: 320px; }[data-css=\"tve-u-16363231ead\"] { min-height: 320px; }[data-css=\"tve-u-1635e97f913\"] { max-width: 100%; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1635e6aad72\"] { padding: 0px !important; }[data-css=\"tve-u-160dbcd2c5b\"] { margin-bottom: 60px !important; }[data-css=\"tve-u-1635e5cbf37\"] { margin-top: 5px !important; margin-bottom: 70px !important; }[data-css=\"tve-u-160db84bfac\"] { clip-path: url(\"#clip-tablet-bottom-eb17500f3af4b\"); -webkit-clip-path: url(\"#clip-tablet-bottom-eb17500f3af4b\");  }[data-css=\"tve-u-161701a2f15\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1617045651a\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-161703e4bac\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1635ed274dc\"] > .tcb-flex-col > .tcb-col { min-height: 370px; }[data-css=\"tve-u-1635ed274dc\"] { min-height: inherit; }[data-css=\"tve-u-1635ed274dc\"] .tcb-flex-col { flex-basis: 269px !important; }[data-css=\"tve-u-16362e27bcb\"] { min-height: 1px !important; }[data-css=\"tve-u-16362e2956e\"] { padding: 40px !important; }#tve_editor [data-css=\"tve-u-160fa198fbb\"] { letter-spacing: 2px; font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1636311dda3\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1636311d040\"] { font-size: 16px !important; }[data-css=\"tve-u-160f9ebf905\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-160f9ebf905\"] { min-height: inherit; flex-wrap: nowrap !important; }[data-css=\"tve-u-1636301dc81\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-1635f273315\"] { margin: 0px 0px 20px !important; }[data-css=\"tve-u-160f9ee08be\"] { padding: 0px !important; }#tcb_landing_page p, #tcb_landing_page li { font-size: 18px; line-height: 1.5em; }#tcb_landing_page h6 { font-size: 18px; line-height: 1.5em; }#tcb_landing_page h5 { font-size: 20px; line-height: 1.5em; }#tcb_landing_page h4 { font-size: 20px; line-height: 1.5em; letter-spacing: 1px; }#tcb_landing_page h3 { font-size: 22px; line-height: 1.5em; color: rgb(3, 9, 14); letter-spacing: 2px; }#tcb_landing_page h2 { font-size: 70px; line-height: 1.3em; }#tcb_landing_page h1 { font-size: 85px; line-height: 1em; color: rgb(255, 255, 255); }[data-css=\"tve-u-160fec99b6f\"] { padding: 0px !important; }[data-css=\"tve-u-1617031f43b\"] { margin-top: 10px !important; margin-bottom: 10px !important; }[data-css=\"tve-u-161701b642a\"] { padding-left: 0px !important; }[data-css=\"tve-u-16170471614\"] { padding-left: 0px !important; }[data-css=\"tve-u-161701a2f15\"] { min-height: inherit; padding: 10px !important; flex-wrap: nowrap !important; }[data-css=\"tve-u-161703268c0\"] { max-width: 671px; margin-top: 0px !important; }[data-css=\"tve-u-1617045651a\"] { min-height: inherit; padding: 10px !important; flex-wrap: nowrap !important; }[data-css=\"tve-u-16170325257\"] { margin-top: 0px !important; }[data-css=\"tve-u-16170445bb9\"] { padding-left: 0px !important; }[data-css=\"tve-u-161704435d7\"] { padding-left: 0px !important; }[data-css=\"tve-u-16170442200\"] { padding-left: 0px !important; }[data-css=\"tve-u-16170441415\"] { padding-left: 0px !important; }[data-css=\"tve-u-161703e4bac\"] { min-height: inherit; padding: 10px !important; flex-wrap: nowrap !important; }[data-css=\"tve-u-161701a8fd1\"] { margin-top: 0px !important; }[data-css=\"tve-u-161702e8042\"] { margin-top: 10px !important; margin-bottom: 10px !important; margin-left: 0px !important; }[data-css=\"tve-u-16170185cb5\"] { margin: 10px 0px !important; padding-left: 0px !important; }[data-css=\"tve-u-160f9c75fb0\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-160f9c75fb0\"] .tcb-flex-col { flex-basis: 312px !important; }[data-css=\"tve-u-160f9c75fb0\"] > .tcb-flex-col > .tcb-col { min-height: 220px; }[data-css=\"tve-u-160f9c75fb0\"] { min-height: inherit; margin-left: -30px; padding-top: 0px !important; padding-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-160f97ddb8a\"] { font-size: 40px !important; }#tve_editor [data-css=\"tve-u-160fa489bd9\"] { letter-spacing: 0px; }[data-css=\"tve-u-160fa4d8d4f\"] { padding: 0px !important; }[data-css=\"tve-u-160fa4daf17\"] { max-width: 100%; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-160f9d0c9a0\"] { margin-top: 30px !important; }[data-css=\"tve-u-160f9d0b00e\"] { padding-top: 0px !important; margin-top: 30px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-160f9ec40fc\"] { max-width: 100%; }[data-css=\"tve-u-160fe140452\"] { padding: 20px 0px 40px !important; }[data-css=\"tve-u-160fe13ce28\"] { max-width: 100%; }[data-css=\"tve-u-160fa11f4f2\"] { margin: 0px !important; }[data-css=\"tve-u-160fa01d193\"] { max-width: 340px; float: none; padding: 0px !important; margin: 0px auto !important; }[data-css=\"tve-u-160f9c7f698\"] { max-width: 100%; float: none; margin-left: auto !important; margin-right: auto !important; margin-top: 0px !important; }[data-css=\"tve-u-160f9cccb99\"] { margin-bottom: 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-160f96ef669\"] { padding-top: 30px !important; padding-bottom: 30px !important; }[data-css=\"tve-u-160f9bf1aea\"] { margin-top: 0px !important; }[data-css=\"tve-u-160f9c6a4fe\"] { padding: 60px 0px 80px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-160f9caae7b\"] { margin: 0px 0px 60px !important; }[data-css=\"tve-u-160f9b69526\"] .tcb-flex-col { flex-basis: 71px !important; }[data-css=\"tve-u-160f9b69526\"] > .tcb-flex-col > .tcb-col { min-height: 20px; }[data-css=\"tve-u-160f9b69526\"] { min-height: inherit; padding-top: 10px !important; padding-bottom: 10px !important; }[data-css=\"tve-u-160f9bd1e50\"] { max-width: 100%; padding: 5px 0px !important; }[data-css=\"tve-u-160f9b9db80\"] { padding-top: 5px !important; padding-bottom: 5px !important; }[data-css=\"tve-u-160fa7619dc\"] { max-width: 100%; float: none; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-160f9b74c2b\"] { max-width: 400px; float: none; margin: 10px auto !important; }[data-css=\"tve-u-160f972cd2b\"] { min-height: 1px; }[data-css=\"tve-u-160f9714a61\"] { max-width: 630px; float: none; padding: 70px 40px !important; margin: 0px auto !important; }[data-css=\"tve-u-160f9734b53\"] { clip-path: url(\"#clip-tablet-top-c8e428685a637\"); -webkit-clip-path: url(\"#clip-tablet-top-c8e428685a637\");  }[data-css=\"tve-u-160fa718c5e\"] { font-family: Limelight !important; font-weight: 400 !important; }#tve_editor [data-css=\"tve-u-160fa718c59\"] { font-size: 100px !important; }[data-css=\"tve-u-160fa6805d4\"] { padding: 0px !important; }#tve_editor [data-css=\"tve-u-160ea71c62c\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-160ea9400e0\"] { font-size: 16px !important; }[data-css=\"tve-u-160eb42c2ca\"] { margin-top: 5px !important; }[data-css=\"tve-u-160e4c55d27\"] { padding: 40px 0px 60px !important; }[data-css=\"tve-u-160e4c824a2\"] { margin-bottom: 40px !important; margin-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-160eaaf84a6\"] { margin-bottom: 15px !important; }[data-css=\"tve-u-160eb3ad20a\"] { margin-bottom: 15px !important; }[data-css=\"tve-u-160ead973a1\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-160eb38e170\"] { margin-top: 30px !important; }[data-css=\"tve-u-160eab45a4f\"] { margin-top: 5px !important; }[data-css=\"tve-u-160ea7cae88\"] { margin-top: 0px !important; }[data-css=\"tve-u-160ea7c9db0\"] .tcb-flex-col { flex-basis: 700px !important; }[data-css=\"tve-u-160e9dff371\"] { max-width: 100%; padding: 0px !important; }[data-css=\"tve-u-160e4c34c93\"] { clip-path: url(\"#clip-tablet-bottom-35e31e95c7382\"); -webkit-clip-path: url(\"#clip-tablet-bottom-35e31e95c7382\");  }[data-css=\"tve-u-160eb1b0e14\"] { margin-top: 0px !important; margin-left: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-160eb1a09e2\"] { min-height: 1px; }[data-css=\"tve-u-160eb0d7fac\"] { clip-path: url(\"#clip-tablet-bottom-dd364f1962bc7\"); -webkit-clip-path: url(\"#clip-tablet-bottom-dd364f1962bc7\");  }[data-css=\"tve-u-160e5adb400\"] { margin-top: 0px !important; margin-bottom: 2px !important; }[data-css=\"tve-u-160e4c24b1a\"] { max-width: 630px; min-height: 1px !important; }[data-css=\"tve-u-160df6a3578\"] > .tcb-flex-col > .tcb-col { min-height: 20px; }[data-css=\"tve-u-160df4bedf0\"] > .tcb-flex-col > .tcb-col { min-height: 20px; }[data-css=\"tve-u-160df4bedf0\"] .tcb-flex-col { flex-basis: 390px !important; }[data-css=\"tve-u-160e52fbe2f\"] { margin: 0px !important; }[data-css=\"tve-u-160e4da55bb\"] > .tcb-flex-col > .tcb-col { min-height: 432px; justify-content: flex-end; }[data-css=\"tve-u-160e4da55bb\"] .tcb-flex-col { flex-basis: 280px !important; }#tve_editor .thrv-content-box [data-css=\"tve-u-160df519447\"] p, #tve_editor .thrv-content-box [data-css=\"tve-u-160df519447\"] li, #tve_editor .thrv-content-box [data-css=\"tve-u-160df519447\"] blockquote, #tve_editor .thrv-content-box [data-css=\"tve-u-160df519447\"] address { line-height: 1em; }#tve_editor .thrv-content-box [data-css=\"tve-u-160df4f4d0e\"] p, #tve_editor .thrv-content-box [data-css=\"tve-u-160df4f4d0e\"] li, #tve_editor .thrv-content-box [data-css=\"tve-u-160df4f4d0e\"] blockquote, #tve_editor .thrv-content-box [data-css=\"tve-u-160df4f4d0e\"] address { line-height: 1em; }[data-css=\"tve-u-160e4da55bb\"] { margin-left: -40px; min-height: inherit; flex-direction: row; padding-bottom: 0px !important; flex-wrap: wrap !important; }[data-css=\"tve-u-160e4da55bb\"] > .tcb-flex-col { padding-left: 40px; }[data-css=\"tve-u-160e4dadf9c\"] { max-width: 100%; float: none; position: static; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-160df51ca21\"] > .tve-cb { display: flex; flex-direction: column; justify-content: flex-end; }[data-css=\"tve-u-160df4c6424\"] { padding-top: 0px !important; }[data-css=\"tve-u-160df519447\"] { min-height: 1px; }[data-css=\"tve-u-160df4f4d0e\"] { min-height: 400px; }[data-css=\"tve-u-160dbcbc7a4\"] { min-height: 220px; }[data-css=\"tve-u-160df4eae6d\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-160df6a3578\"] { margin-left: 0px; min-height: inherit; }[data-css=\"tve-u-160df4bedf0\"] { margin-left: 0px; min-height: inherit; }[data-css=\"tve-u-160df6a3578\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-160df4bedf0\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-160df8c3360\"] { padding: 60px !important; }[data-css=\"tve-u-160dbceed3d\"] { float: none; margin: 0px auto !important; }[data-css=\"tve-u-160df4565d1\"] { padding-top: 0px !important; }[data-css=\"tve-u-160dbcafa88\"] { margin-top: 90px !important; }[data-css=\"tve-u-160db6dd8cd\"] { font-size: 25px; width: 25px; height: 25px; margin-right: 20px !important; }[data-css=\"tve-u-160eb0e8e90\"] { max-width: 100%; bottom: 0px; left: 0px; padding: 30px 5px 20px !important; margin-top: -30px !important; position: static !important; }[data-css=\"tve-u-160eb1d9ffb\"] { clip-path: url(\"#clip-tablet-bottom-cb4c420ba2143\"); -webkit-clip-path: url(\"#clip-tablet-bottom-cb4c420ba2143\");  }[data-css=\"tve-u-160eb214b56\"] { clip-path: url(\"#clip-tablet-bottom-a182d7c321313\"); -webkit-clip-path: url(\"#clip-tablet-bottom-a182d7c321313\");  }[data-css=\"tve-u-160eb218e4e\"] { bottom: 0px; right: 0px; max-width: 100%; padding: 30px 5px 20px !important; position: static !important; margin-top: -30px !important; }[data-css=\"tve-u-160eb2222a0\"] { right: 0px; bottom: 0px; padding: 30px 5px 20px !important; margin-top: -30px !important; }[data-css=\"tve-u-160f98df817\"] { margin-top: 40px !important; }[data-css=\"tve-u-160fa182f82\"] { display: block; max-width: 300px; width: 300px; margin: 0px !important; }[data-css=\"tve-u-1635e65c044\"] { font-size: 25px; width: 25px; height: 25px; margin-left: 30px !important; }[data-css=\"tve-u-1635ef71519\"] { margin-top: 0px !important; margin-left: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-1635ef72920\"] { margin-top: 0px !important; margin-left: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-1635f121505\"] { padding: 0px !important; }[data-css=\"tve-u-16362a8dd87\"] { font-size: 18px; width: 18px; height: 18px; margin-right: 15px !important; }[data-css=\"tve-u-16362aa4888\"] { font-size: 18px; width: 18px; height: 18px; margin-right: 15px !important; }[data-css=\"tve-u-16363599740\"] { padding-top: 0px !important; }}@media (max-width: 767px){[data-css=\"tve-u-16369563890\"] { padding: 0px 0px 80px !important; }[data-css=\"tve-u-1636955fbd2\"] { min-height: 1px !important; }[data-css=\"tve-u-1636956410b\"] { background-image: linear-gradient(rgba(1, 11, 20, 0.95) 0%, rgba(3, 25, 47, 0.2) 100%), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Pub-Hero-img.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-1635e5ffa41\"] > .tve-cb { display: block; }[data-css=\"tve-u-1636301dc81\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-160f9ebf905\"] .tcb-flex-col { flex-basis: 390px !important; }[data-css=\"tve-u-160f9ee08be\"] { padding: 0px !important; }[data-css=\"tve-u-16362e2956e\"] { padding: 25px !important; }[data-css=\"tve-u-16362e27bcb\"] { max-width: 100%; }[data-css=\"tve-u-160f9c6d0ad\"] { max-width: 100%; }[data-css=\"tve-u-160fa7619dc\"] { margin: 0px !important; padding-top: 5px !important; padding-bottom: 5px !important; }[data-css=\"tve-u-160f9b69526\"] .tcb-flex-col { flex-basis: 125px !important; }[data-css=\"tve-u-163639549e4\"] { margin-bottom: 60px !important; }[data-css=\"tve-u-1617045651a\"] .tcb-flex-col { flex-basis: 250px !important; }[data-css=\"tve-u-1617045651a\"] { flex-wrap: wrap !important; }[data-css=\"tve-u-1635f1b3fee\"] { margin-bottom: 15px !important; }[data-css=\"tve-u-1635ebfe4fc\"] { margin-bottom: 15px !important; }[data-css=\"tve-u-161701a2f15\"] .tcb-flex-col { flex-basis: 250px !important; }[data-css=\"tve-u-161701a2f15\"] { flex-wrap: wrap !important; }[data-css=\"tve-u-160f9562c14\"] { margin-right: 15px !important; }[data-css=\"tve-u-1636393da63\"] { margin-right: 15px !important; }[data-css=\"tve-u-1636393c2d2\"] { margin-right: 15px !important; }[data-css=\"tve-u-16363524c1e\"] { padding: 0px !important; }[data-css=\"tve-u-1635ed98a8a\"] { margin-bottom: 10px !important; }[data-css=\"tve-u-1636392e791\"] { margin-bottom: 10px !important; }[data-css=\"tve-u-1636392a6b1\"] { margin-bottom: 10px !important; }[data-css=\"tve-u-161703e4bac\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-161703e4bac\"] .tcb-flex-col { flex-basis: 286px !important; }[data-css=\"tve-u-161703e4bac\"] { margin-left: 0px; flex-wrap: wrap !important; }[data-css=\"tve-u-1635f1b25ed\"] { margin-bottom: 25px !important; }[data-css=\"tve-u-1636390be1e\"] { margin-bottom: 60px !important; }[data-css=\"tve-u-1636390935e\"] { margin-bottom: 5px !important; }[data-css=\"tve-u-1635f138d3b\"] { margin-bottom: 5px !important; }[data-css=\"tve-u-1635ee0cb15\"] { padding: 50px 25px !important; }[data-css=\"tve-u-160e9d118ed\"] { box-shadow: rgba(0, 0, 0, 0.3) 0px 17px 75px 8px inset; background-size: auto, cover !important; }[data-css=\"tve-u-160e9d15bdf\"] { padding: 50px 25px !important; }[data-css=\"tve-u-160e9d0c61d\"] { max-width: 100%; }[data-css=\"tve-u-160e52014b5\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-160e4c34c93\"] { clip-path: url(\"#clip-mobile-bottom-35e31e95c7382\"); -webkit-clip-path: url(\"#clip-mobile-bottom-35e31e95c7382\");  }[data-css=\"tve-u-160eb0e8e90\"] { margin-top: -30px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-160eb0d7fac\"] { clip-path: url(\"#clip-mobile-bottom-dd364f1962bc7\"); -webkit-clip-path: url(\"#clip-mobile-bottom-dd364f1962bc7\");  }[data-css=\"tve-u-160eb2222a0\"] { margin-top: -30px !important; margin-bottom: 25px !important; }[data-css=\"tve-u-160eb1d9ffb\"] { clip-path: url(\"#clip-mobile-bottom-cb4c420ba2143\"); -webkit-clip-path: url(\"#clip-mobile-bottom-cb4c420ba2143\");  }[data-css=\"tve-u-160eb218e4e\"] { margin-top: -30px !important; margin-bottom: 25px !important; }[data-css=\"tve-u-160eb214b56\"] { clip-path: url(\"#clip-mobile-bottom-a182d7c321313\"); -webkit-clip-path: url(\"#clip-mobile-bottom-a182d7c321313\");  }[data-css=\"tve-u-160e4da55bb\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-160e4da55bb\"] .tcb-flex-col { flex-basis: 350px !important; }[data-css=\"tve-u-1635f0a8c87\"] { margin-top: 0px !important; }[data-css=\"tve-u-1635f010773\"] { min-height: 300px; }[data-css=\"tve-u-16363235afe\"] { min-height: 300px; }[data-css=\"tve-u-16363231ead\"] { min-height: 300px; }#tcb_landing_page h6 { font-size: 16px; }[data-css=\"tve-u-160dbcd54ac\"] { margin-bottom: 15px !important; }[data-css=\"tve-u-160dbcd2c5b\"] { margin-bottom: 50px !important; }[data-css=\"tve-u-1635e5cbf37\"] { margin-bottom: 50px !important; }[data-css=\"tve-u-1635e5ffa41\"] { max-width: 200px; float: none; margin-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-16363739d27\"] { max-width: 64.8%; }[data-css=\"tve-u-16363739cd6\"] { max-width: 35.2%; }[data-css=\"tve-u-1635e5cc2d9\"] { flex-flow: row-reverse wrap-reverse !important; }[data-css=\"tve-u-1635e5cc2d9\"] .tcb-flex-col { flex-basis: 200px !important; }[data-css=\"tve-u-160dbb50aca\"] { max-width: 100%; padding-left: 15px !important; padding-right: 15px !important; padding-bottom: 60px !important; margin-bottom: 20px !important; }[data-css=\"tve-u-160db84bfac\"] { clip-path: url(\"#clip-mobile-bottom-eb17500f3af4b\"); -webkit-clip-path: url(\"#clip-mobile-bottom-eb17500f3af4b\");  }#tcb_landing_page p, #tcb_landing_page li { line-height: 1.5em; font-size: 16px; }#tcb_landing_page h5 { line-height: 1.5em; font-size: 18px; }#tcb_landing_page h4 { line-height: 1.5em; font-size: 18px; }#tcb_landing_page h3 { line-height: 1.5em; font-size: 20px; }#tcb_landing_page h2 { font-size: 50px; line-height: 1.2em; }#tcb_landing_page h1 { color: rgb(255, 255, 255); font-size: 55px; line-height: 1em; }[data-css=\"tve-u-16170325257\"] { margin-top: 0px !important; }[data-css=\"tve-u-161701a8fd1\"] { margin-top: 0px !important; }[data-css=\"tve-u-160f961e617\"] { margin-top: 10px !important; }[data-css=\"tve-u-161703268c0\"] { max-width: 100%; margin-top: 0px !important; }[data-css=\"tve-u-160f97e6953\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-160ff467c38\"] { text-transform: none !important; }[data-css=\"tve-u-160f9714a61\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-160ff36e890\"] { padding-left: 0px !important; }[data-css=\"tve-u-160f984f29b\"] { font-family: \"Noto Sans\" !important; font-weight: 400 !important; }[data-css=\"tve-u-160f9823757\"] { text-transform: none !important; }[data-css=\"tve-u-160f9bfdcb7\"] { font-weight: 400 !important; font-family: \"Noto Sans\" !important; }#tve_editor [data-css=\"tve-u-160f9bf9be2\"] { font-size: 20px !important; }[data-css=\"tve-u-160f9c02898\"] { font-weight: 400 !important; font-family: \"Noto Sans\" !important; }#tve_editor [data-css=\"tve-u-160f981fb0c\"] { letter-spacing: 3px; font-size: 18px !important; }[data-css=\"tve-u-160f9bf9be2\"] { line-height: 1.3em !important; }[data-css=\"tve-u-160f981fb0c\"] { line-height: 1em !important; }[data-css=\"tve-u-160f96f5e19\"] { clip-path: url(\"#clip-mobile-bottom-c22944d35542f\"); -webkit-clip-path: url(\"#clip-mobile-bottom-c22944d35542f\");  }#tve_editor [data-css=\"tve-u-160fa489bd9\"] { letter-spacing: 0px; }[data-css=\"tve-u-160fec99b6f\"] { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-160fec923bf\"] { margin-top: 15px !important; }[data-css=\"tve-u-160fa4daf17\"] { max-width: 100%; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-160f9ec40fc\"] { max-width: 100%; float: none; position: static; z-index: auto; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-160fa11f4f2\"] { margin: 0px 0px 0px -20px !important; }[data-css=\"tve-u-160fe140452\"] { padding: 25px !important; margin-top: 0px !important; }[data-css=\"tve-u-160f9ebf905\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-160f9ebf905\"] { min-height: inherit; flex-wrap: wrap !important; }[data-css=\"tve-u-160eb42c2ca\"] { margin-top: 8px !important; }[data-css=\"tve-u-160eab45a4f\"] { margin-top: 8px !important; }[data-css=\"tve-u-160f98a0d17\"] { padding-left: 0px !important; padding-right: 0px !important; padding-top: 0px !important; margin-bottom: 30px !important; }[data-css=\"tve-u-160f96ef669\"] { padding: 25px 0px !important; }[data-css=\"tve-u-160f9d0c9a0\"] { margin-top: 25px !important; }[data-css=\"tve-u-160f9d0b00e\"] { margin-top: 25px !important; }[data-css=\"tve-u-160f9d08737\"] { margin-top: 25px !important; }[data-css=\"tve-u-160f9c6a4fe\"] { padding: 50px 25px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-160f9caae7b\"] { margin-bottom: 50px !important; }[data-css=\"tve-u-160f9b69526\"] { flex-direction: column; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-160f9b69526\"] > .tcb-flex-col > .tcb-col { justify-content: center; min-height: 1px; }[data-css=\"tve-u-160f9b74c2b\"] { max-width: 100%; float: none; position: relative; z-index: 3; margin: 0px auto 20px !important; }[data-css=\"tve-u-160f9714a61\"] { max-width: 100%; padding: 50px 25px 80px !important; }[data-css=\"tve-u-160f9734b53\"] { clip-path: url(\"#clip-mobile-top-c8e428685a637\"); -webkit-clip-path: url(\"#clip-mobile-top-c8e428685a637\");  }#tve_editor [data-css=\"tve-u-160fa718c59\"] { font-size: 90px !important; }[data-css=\"tve-u-160f8e625a1\"] { margin-bottom: 50px !important; }[data-css=\"tve-u-160fa01d193\"] { max-width: 100%; margin: 0px !important; }[data-css=\"tve-u-160e9fbbfa0\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-160f8d12a0d\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-160eb4a305a\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-160f8d013c3\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb4a460d\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb4a460a\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb4a4608\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb4a4605\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb4a4603\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb4a4600\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb49e1f7\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb4a45fb\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8d013c3\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160f8cfbf40\"] { margin-bottom: 20px !important; }#tve_editor [data-css=\"tve-u-160f8cf3d89\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160f8cef2f1\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160f8cef2b7\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160f8cef27e\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160f8cef245\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160f8cef20d\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160f8ceec94\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160f8ceec5c\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160f8ceec23\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160f8ceebeb\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160f8ceebb3\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160f8ceeb79\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160f8ceeb77\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160e9fad83c\"] p, #tve_editor [data-css=\"tve-u-160e9fad83c\"] li, #tve_editor [data-css=\"tve-u-160e9fad83c\"] blockquote, #tve_editor [data-css=\"tve-u-160e9fad83c\"] address { line-height: 1em; }[data-css=\"tve-u-160f8cddeb4\"] { margin-bottom: 20px !important; }#tve_editor [data-css=\"tve-u-160f8cd7aa1\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8cd7a68\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8cd7a30\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8cd79f8\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8cd79c1\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8cd7987\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8cd794f\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8cd7919\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8cd7871\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160ea9729a9\"] { margin-bottom: 15px !important; }#tve_editor [data-css=\"tve-u-160ea7224b9\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160ea9104fd\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8cc8fce\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8cc8f9a\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160ea9400e0\"] { color: rgb(3, 9, 14) !important; font-size: 16px !important; }#tve_editor [data-css=\"tve-u-160f8cc8f31\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8cc8efc\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160ea90d163\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160ea799710\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160ea79970d\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8cc5953\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160ea71c62c\"] { color: rgb(3, 9, 14) !important; font-size: 16px !important; }#tve_editor [data-css=\"tve-u-160f8cc591b\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160eaa7faee\"] { padding: 0px !important; }[data-css=\"tve-u-160f8cb9d70\"] { margin-bottom: 20px !important; }#tve_editor [data-css=\"tve-u-160ea6ba06c\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160ea6ba06a\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160ea6ba067\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160ea6ba065\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160ea6ba063\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160ea6ba060\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8cb61bc\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8cb6183\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8cb610d\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8cb027b\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8cb0240\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160ea9c9c07\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8cb01cb\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8cb0191\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8cb0157\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8cb011c\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8cb00e0\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8cb00a7\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8cb0034\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160f8c978c9\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-160f8c8c841\"] { margin: 0px !important; }[data-css=\"tve-u-160e9fac06c\"] { padding: 0px !important; }[data-css=\"tve-u-160f8c69a67\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160f8c69a2f\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160f8c699f6\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160f8c699b9\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160f8c69289\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160f8c69250\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160f8c69216\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160f8c691dc\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160f8c691a5\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160f8c69135\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8c626b2\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160ea89ac22\"] { padding: 0px !important; }[data-css=\"tve-u-160f8c59f19\"] { margin-top: 20px !important; }#tve_editor [data-css=\"tve-u-160eaa62df8\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8c589bd\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eaa5aa50\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8c58957\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8c58926\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8c5888c\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160f8c2bf72\"] { margin: 0px !important; }#tve_editor [data-css=\"tve-u-160f8c284c6\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8c28493\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8c28460\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8c2842b\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8c283f9\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8c28393\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8c25bba\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb55320f\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb5531d8\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb5531a1\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb55316d\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb553138\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb553103\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb5530cd\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb553062\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160eb54da29\"] { padding: 0px !important; }[data-css=\"tve-u-160eb537e16\"] { margin-top: 0px !important; }#tve_editor [data-css=\"tve-u-160eb53484c\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb534816\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb5347e1\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb5347ae\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb53477a\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eadffc69\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb534715\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb5346af\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160eadcc8c9\"] { padding: 0px !important; }#tve_editor [data-css=\"tve-u-160eb5276f3\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb5276bf\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb52768d\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb52765c\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb52762c\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb5275ca\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160ead90ba7\"] { background-image: none !important; }[data-css=\"tve-u-160eb521486\"] { background-image: none !important; }[data-css=\"tve-u-160eaa8db54\"] { background-image: none !important; }[data-css=\"tve-u-160eaa73bda\"] { background-image: none !important; }[data-css=\"tve-u-160e9fad83c\"] { background-image: none !important; }[data-css=\"tve-u-160ea89b12a\"] { background-image: none !important; }[data-css=\"tve-u-160eb4b6fd5\"] { line-height: 2em !important; }[data-css=\"tve-u-160eb4b6fd3\"] { line-height: 2em !important; }[data-css=\"tve-u-160eb4b6fd0\"] { line-height: 2em !important; }[data-css=\"tve-u-160eb4b6fcd\"] { line-height: 2em !important; }[data-css=\"tve-u-160eb4b6fcb\"] { line-height: 2em !important; }[data-css=\"tve-u-160eb4b6fc8\"] { line-height: 2em !important; }[data-css=\"tve-u-160eb4b6f9b\"] { line-height: 2em !important; }[data-css=\"tve-u-160ea9789a4\"] { margin-top: 0px !important; }[data-css=\"tve-u-160eb4a460d\"] { line-height: 2em !important; }[data-css=\"tve-u-160eb4a460a\"] { line-height: 2em !important; }[data-css=\"tve-u-160eb4a4608\"] { line-height: 2em !important; }[data-css=\"tve-u-160eb4a4605\"] { line-height: 2em !important; }[data-css=\"tve-u-160eb4a4603\"] { line-height: 2em !important; }[data-css=\"tve-u-160eb4a4600\"] { line-height: 2em !important; }[data-css=\"tve-u-160eb4a45fb\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb4a305a\"] p, #tve_editor [data-css=\"tve-u-160eb4a305a\"] li, #tve_editor [data-css=\"tve-u-160eb4a305a\"] blockquote, #tve_editor [data-css=\"tve-u-160eb4a305a\"] address { line-height: 1em; }[data-css=\"tve-u-160eb49e1f7\"] { line-height: 2em !important; }[data-css=\"tve-u-160ea7cae88\"] { background-image: none !important; }[data-css=\"tve-u-160eaa7faeb\"] { padding: 0px !important; }[data-css=\"tve-u-160e9f7ce0e\"] { font-family: Lato, arial !important; }#tve_editor [data-css=\"tve-u-160e9f7868b\"] { letter-spacing: 2px; font-size: 16px !important; }[data-css=\"tve-u-160eb47f16a\"] { font-family: Lato, arial !important; }#tve_editor [data-css=\"tve-u-160eb47f143\"] { letter-spacing: 2px; font-size: 15px !important; }#tve_editor [data-css=\"tve-u-160eb475d09\"] { letter-spacing: 2px; font-size: 16px !important; }#tve_editor [data-css=\"tve-u-160eb470891\"] { letter-spacing: 2px; font-size: 16px !important; }[data-css=\"tve-u-160e9e41664\"] { margin-left: 0px !important; margin-bottom: 35px !important; }[data-css=\"tve-u-160e4c55d27\"] { padding: 40px 25px 60px !important; }[data-css=\"tve-u-160e5adb400\"] { margin-bottom: 2px !important; }[data-css=\"tve-u-160e52fbe2f\"] { margin-top: 0px !important; }#tve_editor [data-css=\"tve-u-160e52014b5\"] p, #tve_editor [data-css=\"tve-u-160e52014b5\"] li, #tve_editor [data-css=\"tve-u-160e52014b5\"] blockquote, #tve_editor [data-css=\"tve-u-160e52014b5\"] address { line-height: 0em; }[data-css=\"tve-u-160e5276a5e\"] { margin-top: 0px !important; }[data-css=\"tve-u-160e4c824a2\"] { padding-top: 0px !important; padding-bottom: 0px !important; margin-top: 0px !important; margin-bottom: 40px !important; }[data-css=\"tve-u-160e4c24b1a\"] { max-width: 100%; min-height: 0.15625vh !important; }[data-css=\"tve-u-160e4da55bb\"] { flex-direction: column; min-height: inherit; }#tve_editor [data-css=\"tve-u-160df6a2fe0\"] p, #tve_editor [data-css=\"tve-u-160df6a2fe0\"] li, #tve_editor [data-css=\"tve-u-160df6a2fe0\"] blockquote, #tve_editor [data-css=\"tve-u-160df6a2fe0\"] address { line-height: 1.3em; }[data-css=\"tve-u-160df51ca21\"] > .tve-cb { display: flex; flex-direction: column; justify-content: flex-end; }[data-css=\"tve-u-160df519447\"] { min-height: 0vh; }[data-css=\"tve-u-160df4f4d0e\"] { min-height: 297px; }[data-css=\"tve-u-160df51ca21\"] { margin-top: 0px !important; padding-top: 15px !important; padding-bottom: 15px !important; }[data-css=\"tve-u-160df8c3360\"] { padding: 50px 25px !important; }[data-css=\"tve-u-160dbceed3d\"] .tcb-button-link { padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-160dbe24f38\"] { line-height: 1.45em !important; }#tve_editor [data-css=\"tve-u-160dbe24f38\"] { letter-spacing: 2px; font-size: 16px !important; }#tve_editor [data-css=\"tve-u-160dbceed3d\"] .tcb-button-link { font-size: 18px; }[data-css=\"tve-u-160dbcbc7a4\"] { min-height: 284px; }[data-css=\"tve-u-160dbceed3d\"] { display: block; max-width: 100%; width: 100%; min-width: 100%; margin-top: 0px !important; margin-left: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-160db85dabe\"] { min-height: 1px; }[data-css=\"tve-u-160df4565d1\"] { float: none; z-index: 3; position: relative; margin-left: auto !important; margin-right: auto !important; padding-top: 0px !important; }[data-css=\"tve-u-160dbcafa88\"] { float: none; max-width: 305px; margin-top: 15px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-160db6dd8cd\"] { float: left; z-index: 3; position: relative; font-size: 20px; width: 20px; height: 20px; }[data-css=\"tve-u-160df6d74f4\"] { text-align: center; padding-left: 0px !important; margin-top: 5px !important; }[data-css=\"tve-u-160df6d53e3\"] { text-align: center; padding-right: 0px !important; }[data-css=\"tve-u-160f98df817\"] .tcb-button-link { padding-top: 0px !important; padding-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-160f98df817\"] .tcb-button-link { font-size: 18px; }[data-css=\"tve-u-160f98df817\"] { display: block; max-width: 100%; width: 100%; margin-top: 0px !important; margin-bottom: 20px !important; }[data-css=\"tve-u-160fa182f82\"] .tcb-button-link { padding-top: 0px !important; padding-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-160fa182f82\"] .tcb-button-link { font-size: 21.3333px; font-family: \"Noto Sans\"; font-weight: 400; }[data-css=\"tve-u-160fa182f82\"] { display: block; max-width: 299px; width: 299px; min-width: 100%; margin-top: 0px !important; }[data-css=\"tve-u-160fa198fbb\"] { line-height: 1.45em !important; }#tve_editor [data-css=\"tve-u-160fa198fbb\"] { letter-spacing: 2px; font-size: 16px !important; }[data-css=\"tve-u-160fec25d20\"] { line-height: 1.45em !important; }#tve_editor [data-css=\"tve-u-160fec25d20\"] { letter-spacing: 1px; font-size: 16px !important; }[data-css=\"tve-u-1635e65c044\"] { float: left; z-index: 3; position: relative; font-size: 22px; width: 22px; height: 22px; margin-left: 25px !important; }[data-css=\"tve-u-1635f136552\"] { margin-top: 10px !important; }[data-css=\"tve-u-16362a8dd87\"] { float: left; z-index: 3; position: relative; font-size: 20px; width: 20px; height: 20px; }[data-css=\"tve-u-16362aa4888\"] { float: left; z-index: 3; position: relative; font-size: 20px; width: 20px; height: 20px; }[data-css=\"tve-u-16363599740\"] { max-width: 173px; padding-top: 0px !important; }[data-css=\"tve-u-1636951d241\"] { margin-top: 10px !important; }}'),(2934,288,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2254;s:6:\"height\";i:307;s:4:\"file\";s:16:\"2018/09/Logo.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"Logo-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"Logo-300x41.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:41;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"Logo-768x105.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:105;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:17:\"Logo-1024x139.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:139;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:16:\"Logo-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:15:\"Logo-600x82.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:16:\"Logo-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:16:\"Logo-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:15:\"Logo-600x82.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:16:\"Logo-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2933,288,'_wp_attached_file','2018/09/Logo.jpg'),(2970,292,'tve_revision_tve_disable_theme_dependency',''),(2971,292,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-165b813034a\" wfd-id=\"226\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ebe5d7b44\" wfd-id=\"252\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ebe51d596\" wfd-id=\"227\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15ec3055cca\" wfd-id=\"228\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized\" data-css=\"tve-u-15ebe8a2edd\" wfd-id=\"229\"><div class=\"tcb-flex-col\" data-css=\"tve-u-165bcef972c\" style=\"\" wfd-id=\"242\"><div class=\"tcb-col\" wfd-id=\"244\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-165bcf40f41\" wfd-id=\"245\"><div class=\"tcb-flex-row tcb--cols--1\" data-css=\"tve-u-165bcf3f4af\" wfd-id=\"246\"><div class=\"tcb-flex-col\" wfd-id=\"247\"><div class=\"tcb-col\" wfd-id=\"249\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-165bcf2cfcd\" wfd-id=\"250\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"251\"><img class=\"tve_image wp-image-290\" alt=\"\" width=\"751\" height=\"102\" title=\"Logo\" data-id=\"290\" src=\"//bestcerakoteflorida.com/wp-content/uploads/2018/09/Logo.png\" style=\"width: 100%;\"></span></div></div></div></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-165bce18a46\" style=\"\" wfd-id=\"230\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec313e743\" data-tcb_hover_state_parent=\"\" wfd-id=\"232\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" wfd-id=\"233\"><p data-css=\"tve-u-15f002fa8f6\"><span data-css=\"tve-u-15f0034f748\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"241\"><a href=\"#whatwedo\">What We Do</a></span>&nbsp; &nbsp; <span data-css=\"tve-u-15f003606db\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"240\"><a href=\"#testimonials\">Testimonials</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f003655f8\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"239\"><a href=\"#aboutus\">About Us</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f00369f5e\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"238\"><a href=\"#getyourcoupon\">Get Your Coupon</a></span>&nbsp; &nbsp; <span data-css=\"tve-u-15f0064f814\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"237\"><a href=\"#areaweserve\">Area We Serve</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f003784ab\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"236\"><a href=\"#contact\">Contact</a></span></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ebe8abb9e\" wfd-id=\"202\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ebe8a4d78\" data-clip-id=\"335f47a4c8f92\" wfd-id=\"225\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-left-335f47a4c8f92\" class=\"decoration-clip clip-path-left\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" pointer-width=\"6\" pointer-height=\"2.5\" style=\"curves\" decoration-type=\"none\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon><ellipse cx=\"0.025\" cy=\"0.029412\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.08823600000000001\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.14706\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.205884\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.264708\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.323532\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.38235600000000003\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.44118\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.500004\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.558828\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.617652\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.676476\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.7353000000000001\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.794124\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.852948\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.911772\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.970596\" rx=\"0.025\" ry=\"0.029412\"></ellipse></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ebe72c974\" wfd-id=\"203\"><div class=\"thrv_wrapper thrv-columns tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec318421d\" wfd-id=\"204\"><div class=\"tcb-flex-row tcb--cols--2 v-2\" data-css=\"tve-u-15ebe738fb8\" wfd-id=\"205\"><div class=\"tcb-flex-col\" wfd-id=\"222\"><div class=\"tcb-col\" data-css=\"tve-u-15ebe73226c\" wfd-id=\"224\"></div></div><div class=\"tcb-flex-col\" wfd-id=\"206\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ebe89fb7a\" wfd-id=\"208\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ebe827cb3\" wfd-id=\"209\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15ebe830a90\" data-clip-id=\"bb2526ca261ae\" wfd-id=\"221\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-left-bb2526ca261ae\" class=\"decoration-clip clip-path-left\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"none\" pointer-width=\"5.7\" pointer-height=\"2.5\" style=\"curves\" slanted-angle=\"5\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon><ellipse cx=\"0.025\" cy=\"0.027778\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.083334\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.13889\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.194446\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.250002\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.305558\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.361114\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.41667\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.47222600000000003\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.527782\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.583338\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.638894\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.69445\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.7500060000000001\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.805562\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.861118\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.916674\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.97223\" rx=\"0.025\" ry=\"0.027778\"></ellipse></clipPath><clipPath id=\"clip-tablet-left-bb2526ca261ae\" class=\"decoration-clip clip-path-tablet-left\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"divider\" pointer-width=\"5.7\" pointer-height=\"4\" style=\"curves\" slanted-angle=\"5\"><polygon points=\"0.04 0, 0.04 1, 1 1, 1 0\"></polygon><ellipse cx=\"0.04\" cy=\"0.027778\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.083334\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.13889\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.194446\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.250002\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.305558\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.361114\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.41667\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.47222600000000003\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.527782\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.583338\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.638894\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.69445\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.7500060000000001\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.805562\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.861118\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.916674\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.97223\" rx=\"0.04\" ry=\"0.027778\"></ellipse></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ebe80a9a1\" wfd-id=\"210\"><div class=\"tcb-clear\" data-css=\"tve-u-15ebe8ee6c0\" wfd-id=\"219\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15ebe8edca2\" data-tag=\"h1\" wfd-id=\"220\"><h1 data-css=\"tve-u-15ebe90cfb0\">Happy dogs =<br>â€‹â€‹â€‹â€‹â€‹happâ€‹â€‹â€‹â€‹y owners</h1></div></div><div class=\"tcb-clear\" data-css=\"tve-u-15ec30a8a14\" wfd-id=\"217\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ebe906677\" wfd-id=\"218\"><p data-css=\"tve-u-15ebe905473\">Offer your dog a premium walking experience</p></div></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ebe916c34\" wfd-id=\"211\">\n<div class=\"tve-content-box-background\" wfd-id=\"216\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ec3152b02\" wfd-id=\"212\"><div class=\"thrv_wrapper thrv-button tve_ea_thrive_lightbox\" data-css=\"tve-u-15ebe91a626\" data-tcb_hover_state_parent=\"false\" data-button-style=\"full_rounded\" wfd-id=\"213\">\n<a href=\"#\" class=\"tcb-button-link tve_evt_manager_listen tve_et_click\" data-tcb-events=\"__TCB_EVENT_[{&quot;config&quot;:{&quot;l_anim&quot;:&quot;zoom_in&quot;,&quot;l_id&quot;:265},&quot;a&quot;:&quot;thrive_lightbox&quot;,&quot;t&quot;:&quot;click&quot;}]_TNEVE_BCT__\">\n<span class=\"tcb-button-texts\" wfd-id=\"214\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-165b814869f\" wfd-id=\"215\">Get 10% OFF Your First Cerakote Project</span></span>\n</a>\n</div></div>\n</div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec3017516\" wfd-id=\"197\">\n<div class=\"tve-page-section-out\" wfd-id=\"201\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ebea3a693\" wfd-id=\"198\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15ebea49c0c\" id=\"whatwedo\" data-tag=\"h1\" wfd-id=\"200\"><h1 data-css=\"tve-u-15ebea42b31\" style=\"text-align: center;\">What We Do</h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2448fdb\" wfd-id=\"199\"><p data-css=\"tve-u-15ec2443105\" style=\"text-align: center;\">Our goal is to make sure the owners are comforted, the pups are exercised and happy and that we are getting our own puppy fixes. But letâ€™s be honest- itâ€™s their world, weâ€™re just living in it! As a small team of experienced dog owners and lovers, we really get to know you and your dog and we canguarantee consistent and personal care that is equal to your love and attention. We are so excited to make you a part of the family!</p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" wfd-id=\"166\">\n<div class=\"tve-page-section-out\" wfd-id=\"196\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ee1211b9b\" wfd-id=\"167\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15ee121a6d1\" wfd-id=\"168\"><div class=\"tcb-flex-row tcb--cols--3 tcb-medium-wrap\" data-css=\"tve-u-15ee121fb1c\" wfd-id=\"169\"><div class=\"tcb-flex-col\" wfd-id=\"186\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ee1225fdf\" wfd-id=\"188\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec2477274\" wfd-id=\"194\"><span class=\"tve_image_frame\" wfd-id=\"195\"><img class=\"tve_image wp-image-1596\" alt=\"\" width=\"55\" height=\"73\" title=\"what_do_icon_01\" data-id=\"1596\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_01.png\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"193\"><p data-css=\"tve-u-15ec2481d17\"><strong>First Class Care</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"192\"><p data-css=\"tve-u-15ec2487407\">all the best for them</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2492191\" wfd-id=\"189\"><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"178\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ee1232726\" wfd-id=\"180\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec24ae116\" wfd-id=\"184\"><span class=\"tve_image_frame\" wfd-id=\"185\"><img class=\"tve_image wp-image-1597\" alt=\"\" width=\"73\" height=\"73\" title=\"what_do_icon_02\" data-id=\"1597\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_02.png\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"183\"><p data-css=\"tve-u-15ec2481d17\"><strong>Snacks Included</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"182\"><p data-css=\"tve-u-15ec2487407\">for your little one</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec3192f72\" wfd-id=\"181\"><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"170\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ee1237243\" wfd-id=\"172\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec24d5e15\" wfd-id=\"176\"><span class=\"tve_image_frame\" wfd-id=\"177\"><img class=\"tve_image wp-image-1598\" alt=\"\" width=\"65\" height=\"73\" title=\"what_do_icon_03\" data-id=\"1598\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_03.png\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"175\"><p data-css=\"tve-u-15ec2481d17\"><strong>Regularly walks</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"174\"><p data-css=\"tve-u-15ec2487407\">to keep them ealthy</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2492191\" wfd-id=\"173\"><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris.</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-15ec24f494c\" id=\"testimonials\" style=\"\" wfd-id=\"144\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ec24f97c0\" wfd-id=\"165\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec24f790d\" wfd-id=\"145\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15ec254985a\" style=\"\" wfd-id=\"146\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-15ec253a41f\" wfd-id=\"147\"><div class=\"tcb-flex-col\" wfd-id=\"151\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec253ef3a\" style=\"\" wfd-id=\"153\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec256e611\" style=\"\" wfd-id=\"158\"><p data-css=\"tve-u-15ec25610c7\"><span data-css=\"tve-u-15ec268a0a3\" style=\"font-size: 45px; color: rgb(89, 171, 227);\" wfd-id=\"163\"><span data-css=\"tve-u-15ec26760e9\" style=\"font-family: ABeeZee;\" wfd-id=\"164\">â€</span></span><span data-css=\"tve-u-15ec256b908\" style=\"font-family: &quot;Amatic SC&quot;;\" wfd-id=\"162\">&nbsp; &nbsp; &nbsp;</span><span data-css=\"tve-u-15ec2680494\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"160\"><span data-css=\"tve-u-15ec269379d\" style=\"font-size: 45px;\" wfd-id=\"161\">my chester enjoys being with them!</span> &nbsp; &nbsp;&nbsp;</span><span data-css=\"tve-u-15ec255fe12\" style=\"font-family: ABeeZee; font-weight: 400; color: rgb(89, 171, 227); font-size: 45px;\" wfd-id=\"159\">â€</span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2698d8d\" wfd-id=\"155\"><p data-css=\"tve-u-160266880a0\">We LOVE going for walks with our friends at Paw! Donâ€™t tell our mom &amp; dad,but we get really excited when they leave for work because we know it wonâ€™t be long before we get a visit from one of our favorite friends at PawCity! Best part is, they always let our parents know how ourwalk went right away so they dont have to worry about us!</p><p data-css=\"tve-u-15ec269736c\">We love you PawCity!! xoxo</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec26ab7b0\" style=\"\" wfd-id=\"154\"><p data-css=\"tve-u-15ec26a92a2\"><strong>Anna Olson</strong>, Chesterâ€™s Mom</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"148\"><div class=\"tcb-col\" wfd-id=\"150\"></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec26c390a\" id=\"aboutus\" wfd-id=\"139\">\n<div class=\"tve-page-section-out\" wfd-id=\"143\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec26b9914\" wfd-id=\"140\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15ee1037a1d\" data-tag=\"h1\" wfd-id=\"142\"><h1 data-css=\"tve-u-15ec26bd2e8\">About us</h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec31ba260\" wfd-id=\"141\"><p data-css=\"tve-u-15ec2443105\" style=\"text-align: center;\">At PawCity, we lead lives full of the unconditional love and happiness we receive from the furballs we get to spend time with everyday and we have this beautiful city and all the beautiful people in it to thank. We love you and your pups!!</p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec26ec232\" wfd-id=\"108\">\n<div class=\"tve-page-section-out\" wfd-id=\"138\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec26e5812\" wfd-id=\"109\"><div class=\"thrv_wrapper thrv-columns tcb-window-width\" style=\"width: 1603px; left: -1px;\" data-css=\"tve-u-15ee106257d\" wfd-id=\"110\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2\" data-css=\"tve-u-15ec26fee25\" wfd-id=\"111\"><div class=\"tcb-flex-col c-33\" wfd-id=\"133\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec2a38bfd\" wfd-id=\"135\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec2a33d71\" wfd-id=\"136\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"137\"><img class=\"tve_image wp-image-7399\" alt=\"\" width=\"830\" height=\"775\" title=\"about_us_dog\" data-id=\"7399\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/about_us_dog.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col c-66\" wfd-id=\"112\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec27075e1\" wfd-id=\"114\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160309f3e5d\" wfd-id=\"127\">\n<div class=\"tve-content-box-background\" wfd-id=\"132\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160309b397d\" wfd-id=\"128\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-160309b00b4\" data-float=\"1\" wfd-id=\"130\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"131\"><img class=\"tve_image wp-image-7404\" alt=\"\" width=\"64\" height=\"64\" title=\"dog_paw\" data-id=\"7404\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/dog_paw.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16030a08afd\" wfd-id=\"129\"><p>We moved to New York City with our black bulldog rescue, Blakely, in 2007 after graduating from the University of Maryland. Immediately, we realized what a dog-crazy place it was.</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160309f6c04\" wfd-id=\"121\">\n<div class=\"tve-content-box-background\" wfd-id=\"126\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160309b397d\" wfd-id=\"122\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-160309ddca8\" data-float=\"1\" wfd-id=\"124\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"125\"><img class=\"tve_image wp-image-7403\" alt=\"\" width=\"64\" height=\"64\" title=\"dog_house\" data-id=\"7403\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/dog_house.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16030a09626\" wfd-id=\"123\"><p>We knew right away that we wanted to work with the animals that we loved and that had given us so much love since we were little girls. We started PawCity Dog Walking in July of 2010.</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16030975307\" wfd-id=\"115\">\n<div class=\"tve-content-box-background\" wfd-id=\"120\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160309b397d\" wfd-id=\"116\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16030a013d7\" data-float=\"1\" wfd-id=\"118\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"119\"><img class=\"tve_image wp-image-7405\" alt=\"\" width=\"64\" height=\"64\" title=\"spinning_wheel\" data-id=\"7405\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/spinning_wheel.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160309b344b\" wfd-id=\"117\"><p>We cover the entire width of the East Side, from 96th Street to Delancey and handle every type of personality imaginable. At PawCity, we lead lives full of the unconditional love and happiness we receive from the furballs we get to spend time with everyday.</p></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" data-css=\"tve-u-15ec2a56438\" style=\"width: 1603px; left: 0px;\" id=\"getyourcoupon\" wfd-id=\"92\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ec2a5bb35\" wfd-id=\"107\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec2a5540e\" wfd-id=\"93\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ec2a80647\" wfd-id=\"94\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15ec2a9b8a9\" wfd-id=\"106\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ec2a81a9f\" wfd-id=\"95\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2a6f589\" wfd-id=\"104\"><p data-css=\"tve-u-15ec2a6b447\"><span data-css=\"tve-u-15ec2a6d9d8\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"105\"><strong>Get Your Coupon</strong></span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2aaa9a4\" wfd-id=\"102\"><p data-css=\"tve-u-15ec2ab1d6d\">We strive to keep both you and your pup as happy and comfortable as possible while youâ€™re out earning those big bucks.</p><p data-css=\"tve-u-15ec2ab1d82\"><br></p><p data-css=\"tve-u-15ec2aa8e2e\"><strong>Get <span data-css=\"tve-u-15ec2aafa24\" style=\"color: rgb(89, 171, 227);\" wfd-id=\"103\">20%</span> off your first walk. Enter your email and we\'ll send you your coupon.</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ec2abe257\" wfd-id=\"96\">\n<div class=\"tve-content-box-background\" wfd-id=\"101\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ec2acb421\" wfd-id=\"97\"><div class=\"thrv_wrapper thrv-button tve_ea_thrive_lightbox\" data-css=\"tve-u-15ec2ac01df\" data-tcb_hover_state_parent=\"false\" data-button-style=\"full_rounded\" wfd-id=\"98\">\n<a href=\"#\" class=\"tcb-button-link tve_evt_manager_listen tve_et_click\" data-tcb-events=\"__TCB_EVENT_[{&quot;config&quot;:{&quot;l_anim&quot;:&quot;zoom_in&quot;,&quot;l_id&quot;:&quot;265&quot;},&quot;a&quot;:&quot;thrive_lightbox&quot;,&quot;t&quot;:&quot;click&quot;}]_TNEVE_BCT__\">\n<span class=\"tcb-button-texts\" wfd-id=\"99\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-15ebe925072\" wfd-id=\"100\">Get Your Coupon Now</span></span>\n</a>\n</div></div>\n</div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-15ec2b0a32a\" id=\"areaweserve\" wfd-id=\"72\">\n<div class=\"tve-page-section-out\" wfd-id=\"91\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15f76fcb7df\" wfd-id=\"73\"><div class=\"thrv_wrapper thrv-columns\" style=\"\" data-css=\"tve-u-15ee103f44a\" wfd-id=\"74\"><div class=\"tcb-flex-row tcb--cols--2 tcb-medium-wrap\" data-css=\"tve-u-15ec2ae8715\" wfd-id=\"75\"><div class=\"tcb-flex-col c-33\" wfd-id=\"80\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec2b37666\" wfd-id=\"82\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"87\"><p data-css=\"tve-u-15ec2af6c4b\"><span data-css=\"tve-u-15ec2af6c4e\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"90\">area we serve</span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"83\"><p>As a small team of experienced dog owners and lovers, we really get to know you and your dog and we canguarantee consistent and personal care that is equal to your love and attention.</p><p><br></p><p><strong><span data-css=\"tve-u-15ec2afed17\" style=\"color: rgb(89, 171, 227);\" wfd-id=\"86\">We are so excited to make you a part of the family!</span></strong></p></div></div></div><div class=\"tcb-flex-col c-66\" wfd-id=\"76\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec2b33f06\" wfd-id=\"78\"><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-15ec2b3b468\" wfd-id=\"79\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=blakely, united states&amp;t=m&amp;z=11&amp;output=embed&amp;iwloc=near\"></iframe>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" data-css=\"tve-u-15ec2b5d54c\" style=\"width: 1603px; left: 0px;\" id=\"contact\" wfd-id=\"32\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ec2b56fac\" wfd-id=\"71\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec2b54c99\" wfd-id=\"33\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1602b31dfcd\" wfd-id=\"34\"><div class=\"tcb-flex-row tcb-resized tcb-medium-wrap tcb--cols--3\" data-css=\"tve-u-1602b37ce9d\" wfd-id=\"35\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1602be453ec\" style=\"\" wfd-id=\"66\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"68\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-165bd189801\" wfd-id=\"69\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"70\"><img class=\"tve_image wp-image-290\" alt=\"Blackhawk Custom Cerakote\" width=\"751\" height=\"102\" title=\"Logo\" data-id=\"290\" src=\"//bestcerakoteflorida.com/wp-content/uploads/2018/09/Logo.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1602be45437\" style=\"\" wfd-id=\"50\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1602be56dfc\" wfd-id=\"52\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1602bfebaf9\" wfd-id=\"53\">\n<div class=\"tve-content-box-background\" wfd-id=\"65\"></div>\n<div class=\"tve-cb\" wfd-id=\"54\"><div class=\"tcb-clear\" data-css=\"tve-u-1602bf36e2c\" wfd-id=\"62\"><div class=\"thrv_wrapper tve_image_caption tcb-mobile-hidden\" data-css=\"tve-u-1602be7db66\" data-float=\"1\" wfd-id=\"63\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"64\"><img class=\"tve_image wp-image-7369\" alt=\"\" width=\"64\" height=\"64\" title=\"location\" data-id=\"7369\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/location.png\" style=\"width: 100%;\"></span></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1602bf25f10\" wfd-id=\"55\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1602befe215\" wfd-id=\"56\"><p data-css=\"tve-u-1602bfa220e\"><strong><span data-css=\"tve-u-1602b324a9b\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"61\">67 E. 3rd Street</span></strong><span data-css=\"tve-u-1602b324a9c\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"60\"> </span><span data-css=\"tve-u-1602b324ab9\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"59\">Suite B New York, NY 10003</span></p></div></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1602be4545b\" style=\"\" wfd-id=\"36\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"38\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1602bfea280\" wfd-id=\"39\">\n<div class=\"tve-content-box-background\" wfd-id=\"49\"></div>\n<div class=\"tve-cb\" wfd-id=\"40\"><div class=\"tcb-clear\" data-css=\"tve-u-1602bfc4bea\" wfd-id=\"46\"><div class=\"thrv_wrapper tve_image_caption tcb-mobile-hidden\" data-css=\"tve-u-1602bec144e\" data-float=\"1\" wfd-id=\"47\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"48\"><img class=\"tve_image wp-image-7370\" alt=\"\" width=\"64\" height=\"64\" title=\"phone\" data-id=\"7370\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/phone.png\" style=\"width: 100%;\"></span></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1602bfc74c3\" wfd-id=\"41\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1602b332fd9\" data-float=\"1\" wfd-id=\"42\"><p><a href=\"tel:#9548481911\" target=\"_blank\"><strong><span data-css=\"tve-u-1602b324a9b\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"45\">954-848-1911</span></strong></a><br></p></div></div></div>\n</div></div></div></div></div></div>\n</div>'),(2936,289,'tve_revision_tve_disable_theme_dependency',''),(2937,289,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-165b813034a\" wfd-id=\"209\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ebe5d7b44\" wfd-id=\"233\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ebe51d596\" wfd-id=\"210\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15ec3055cca\" wfd-id=\"211\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized\" data-css=\"tve-u-15ebe8a2edd\" wfd-id=\"212\"><div class=\"tcb-flex-col\" data-css=\"tve-u-165bcef972c\" style=\"\" wfd-id=\"223\"><div class=\"tcb-col\" wfd-id=\"225\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-165bcf40f41\" wfd-id=\"226\"><div class=\"tcb-flex-row tcb--cols--1\" data-css=\"tve-u-165bcf3f4af\" wfd-id=\"227\"><div class=\"tcb-flex-col\" wfd-id=\"228\"><div class=\"tcb-col\" wfd-id=\"230\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-165bcf2cfcd\" wfd-id=\"231\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"232\"><img class=\"tve_image wp-image-283\" alt=\"Logo \" width=\"1024\" height=\"176\" title=\"Logo\" data-id=\"283\" src=\"//bestcerakoteflorida.com/wp-content/uploads/2018/09/Logo-1024x176.jpg\" style=\"width: 100%;\"></span></div></div></div></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-165bce18a46\" style=\"\" wfd-id=\"213\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec313e743\" data-tcb_hover_state_parent=\"\" wfd-id=\"215\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" wfd-id=\"216\"><p data-css=\"tve-u-15f002fa8f6\"><span data-css=\"tve-u-15f0034f748\" style=\"color: rgb(255, 255, 255);\"><a href=\"#whatwedo\">What We Do</a></span>&nbsp; &nbsp; <span data-css=\"tve-u-15f003606db\" style=\"color: rgb(255, 255, 255);\"><a href=\"#testimonials\">Testimonials</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f003655f8\" style=\"color: rgb(255, 255, 255);\"><a href=\"#aboutus\">About Us</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f00369f5e\" style=\"color: rgb(255, 255, 255);\"><a href=\"#getyourcoupon\">Get Your Coupon</a></span>&nbsp; &nbsp; <span data-css=\"tve-u-15f0064f814\" style=\"color: rgb(255, 255, 255);\"><a href=\"#areaweserve\">Area We Serve</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f003784ab\" style=\"color: rgb(255, 255, 255);\"><a href=\"#contact\">Contact</a></span></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ebe8abb9e\" wfd-id=\"185\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ebe8a4d78\" data-clip-id=\"335f47a4c8f92\" wfd-id=\"208\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-left-335f47a4c8f92\" class=\"decoration-clip clip-path-left\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" pointer-width=\"6\" pointer-height=\"2.5\" style=\"curves\" decoration-type=\"none\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon><ellipse cx=\"0.025\" cy=\"0.029412\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.08823600000000001\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.14706\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.205884\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.264708\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.323532\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.38235600000000003\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.44118\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.500004\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.558828\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.617652\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.676476\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.7353000000000001\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.794124\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.852948\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.911772\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.970596\" rx=\"0.025\" ry=\"0.029412\"></ellipse></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ebe72c974\" wfd-id=\"186\"><div class=\"thrv_wrapper thrv-columns tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec318421d\" wfd-id=\"187\"><div class=\"tcb-flex-row tcb--cols--2 v-2\" data-css=\"tve-u-15ebe738fb8\" wfd-id=\"188\"><div class=\"tcb-flex-col\" wfd-id=\"205\"><div class=\"tcb-col\" data-css=\"tve-u-15ebe73226c\" wfd-id=\"207\"></div></div><div class=\"tcb-flex-col\" wfd-id=\"189\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ebe89fb7a\" wfd-id=\"191\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ebe827cb3\" wfd-id=\"192\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15ebe830a90\" data-clip-id=\"bb2526ca261ae\" wfd-id=\"204\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-left-bb2526ca261ae\" class=\"decoration-clip clip-path-left\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"none\" pointer-width=\"5.7\" pointer-height=\"2.5\" style=\"curves\" slanted-angle=\"5\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon><ellipse cx=\"0.025\" cy=\"0.027778\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.083334\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.13889\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.194446\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.250002\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.305558\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.361114\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.41667\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.47222600000000003\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.527782\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.583338\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.638894\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.69445\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.7500060000000001\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.805562\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.861118\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.916674\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.97223\" rx=\"0.025\" ry=\"0.027778\"></ellipse></clipPath><clipPath id=\"clip-tablet-left-bb2526ca261ae\" class=\"decoration-clip clip-path-tablet-left\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"divider\" pointer-width=\"5.7\" pointer-height=\"4\" style=\"curves\" slanted-angle=\"5\"><polygon points=\"0.04 0, 0.04 1, 1 1, 1 0\"></polygon><ellipse cx=\"0.04\" cy=\"0.027778\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.083334\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.13889\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.194446\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.250002\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.305558\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.361114\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.41667\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.47222600000000003\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.527782\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.583338\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.638894\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.69445\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.7500060000000001\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.805562\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.861118\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.916674\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.97223\" rx=\"0.04\" ry=\"0.027778\"></ellipse></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ebe80a9a1\" wfd-id=\"193\"><div class=\"tcb-clear\" data-css=\"tve-u-15ebe8ee6c0\" wfd-id=\"202\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15ebe8edca2\" data-tag=\"h1\" wfd-id=\"203\"><h1 data-css=\"tve-u-15ebe90cfb0\">Happy dogs =<br>â€‹â€‹â€‹â€‹â€‹happâ€‹â€‹â€‹â€‹y owners</h1></div></div><div class=\"tcb-clear\" data-css=\"tve-u-15ec30a8a14\" wfd-id=\"200\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ebe906677\" wfd-id=\"201\"><p data-css=\"tve-u-15ebe905473\">Offer your dog a premium walking experience</p></div></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ebe916c34\" wfd-id=\"194\">\n<div class=\"tve-content-box-background\" wfd-id=\"199\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ec3152b02\" wfd-id=\"195\"><div class=\"thrv_wrapper thrv-button tve_ea_thrive_lightbox\" data-css=\"tve-u-15ebe91a626\" data-tcb_hover_state_parent=\"false\" data-button-style=\"full_rounded\" wfd-id=\"196\">\n<a href=\"#\" class=\"tcb-button-link tve_evt_manager_listen tve_et_click\" data-tcb-events=\"__TCB_EVENT_[{&quot;config&quot;:{&quot;l_anim&quot;:&quot;zoom_in&quot;,&quot;l_id&quot;:265},&quot;a&quot;:&quot;thrive_lightbox&quot;,&quot;t&quot;:&quot;click&quot;}]_TNEVE_BCT__\">\n<span class=\"tcb-button-texts\" wfd-id=\"197\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-165b814869f\" wfd-id=\"198\">Get 10% OFF Your First Cerakote Project</span></span>\n</a>\n</div></div>\n</div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec3017516\" wfd-id=\"180\">\n<div class=\"tve-page-section-out\" wfd-id=\"184\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ebea3a693\" wfd-id=\"181\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15ebea49c0c\" id=\"whatwedo\" data-tag=\"h1\" wfd-id=\"183\"><h1 data-css=\"tve-u-15ebea42b31\" style=\"text-align: center;\">What We Do</h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2448fdb\" wfd-id=\"182\"><p data-css=\"tve-u-15ec2443105\" style=\"text-align: center;\">Our goal is to make sure the owners are comforted, the pups are exercised and happy and that we are getting our own puppy fixes. But letâ€™s be honest- itâ€™s their world, weâ€™re just living in it! As a small team of experienced dog owners and lovers, we really get to know you and your dog and we canguarantee consistent and personal care that is equal to your love and attention. We are so excited to make you a part of the family!</p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" wfd-id=\"151\">\n<div class=\"tve-page-section-out\" wfd-id=\"179\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ee1211b9b\" wfd-id=\"152\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15ee121a6d1\" wfd-id=\"153\"><div class=\"tcb-flex-row tcb--cols--3 tcb-medium-wrap\" data-css=\"tve-u-15ee121fb1c\" wfd-id=\"154\"><div class=\"tcb-flex-col\" wfd-id=\"171\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ee1225fdf\" wfd-id=\"173\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec2477274\" wfd-id=\"177\"><span class=\"tve_image_frame\" wfd-id=\"178\"><img class=\"tve_image wp-image-1596\" alt=\"\" width=\"55\" height=\"73\" title=\"what_do_icon_01\" data-id=\"1596\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_01.png\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"176\"><p data-css=\"tve-u-15ec2481d17\"><strong>First Class Care</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"175\"><p data-css=\"tve-u-15ec2487407\">all the best for them</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2492191\" wfd-id=\"174\"><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"163\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ee1232726\" wfd-id=\"165\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec24ae116\" wfd-id=\"169\"><span class=\"tve_image_frame\" wfd-id=\"170\"><img class=\"tve_image wp-image-1597\" alt=\"\" width=\"73\" height=\"73\" title=\"what_do_icon_02\" data-id=\"1597\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_02.png\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"168\"><p data-css=\"tve-u-15ec2481d17\"><strong>Snacks Included</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"167\"><p data-css=\"tve-u-15ec2487407\">for your little one</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec3192f72\" wfd-id=\"166\"><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"155\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ee1237243\" wfd-id=\"157\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec24d5e15\" wfd-id=\"161\"><span class=\"tve_image_frame\" wfd-id=\"162\"><img class=\"tve_image wp-image-1598\" alt=\"\" width=\"65\" height=\"73\" title=\"what_do_icon_03\" data-id=\"1598\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_03.png\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"160\"><p data-css=\"tve-u-15ec2481d17\"><strong>Regularly walks</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"159\"><p data-css=\"tve-u-15ec2487407\">to keep them ealthy</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2492191\" wfd-id=\"158\"><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris.</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-15ec24f494c\" id=\"testimonials\" style=\"\" wfd-id=\"131\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ec24f97c0\" wfd-id=\"150\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec24f790d\" wfd-id=\"132\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15ec254985a\" style=\"\" wfd-id=\"133\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-15ec253a41f\" wfd-id=\"134\"><div class=\"tcb-flex-col\" wfd-id=\"138\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec253ef3a\" style=\"\" wfd-id=\"140\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec256e611\" style=\"\" wfd-id=\"143\"><p data-css=\"tve-u-15ec25610c7\"><span data-css=\"tve-u-15ec268a0a3\" style=\"font-size: 45px; color: rgb(89, 171, 227);\" wfd-id=\"148\"><span data-css=\"tve-u-15ec26760e9\" style=\"font-family: ABeeZee;\" wfd-id=\"149\">â€</span></span><span data-css=\"tve-u-15ec256b908\" style=\"font-family: &quot;Amatic SC&quot;;\" wfd-id=\"147\">&nbsp; &nbsp; &nbsp;</span><span data-css=\"tve-u-15ec2680494\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"145\"><span data-css=\"tve-u-15ec269379d\" style=\"font-size: 45px;\" wfd-id=\"146\">my chester enjoys being with them!</span> &nbsp; &nbsp;&nbsp;</span><span data-css=\"tve-u-15ec255fe12\" style=\"font-family: ABeeZee; font-weight: 400; color: rgb(89, 171, 227); font-size: 45px;\" wfd-id=\"144\">â€</span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2698d8d\" wfd-id=\"142\"><p data-css=\"tve-u-160266880a0\">We LOVE going for walks with our friends at Paw! Donâ€™t tell our mom &amp; dad,but we get really excited when they leave for work because we know it wonâ€™t be long before we get a visit from one of our favorite friends at PawCity! Best part is, they always let our parents know how ourwalk went right away so they dont have to worry about us!</p><p data-css=\"tve-u-15ec269736c\">We love you PawCity!! xoxo</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec26ab7b0\" style=\"\" wfd-id=\"141\"><p data-css=\"tve-u-15ec26a92a2\"><strong>Anna Olson</strong>, Chesterâ€™s Mom</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"135\"><div class=\"tcb-col\" wfd-id=\"137\"></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec26c390a\" id=\"aboutus\" wfd-id=\"126\">\n<div class=\"tve-page-section-out\" wfd-id=\"130\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec26b9914\" wfd-id=\"127\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15ee1037a1d\" data-tag=\"h1\" wfd-id=\"129\"><h1 data-css=\"tve-u-15ec26bd2e8\">About us</h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec31ba260\" wfd-id=\"128\"><p data-css=\"tve-u-15ec2443105\" style=\"text-align: center;\">At PawCity, we lead lives full of the unconditional love and happiness we receive from the furballs we get to spend time with everyday and we have this beautiful city and all the beautiful people in it to thank. We love you and your pups!!</p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec26ec232\" wfd-id=\"95\">\n<div class=\"tve-page-section-out\" wfd-id=\"125\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec26e5812\" wfd-id=\"96\"><div class=\"thrv_wrapper thrv-columns tcb-window-width\" style=\"width: 1603px; left: -1px;\" data-css=\"tve-u-15ee106257d\" wfd-id=\"97\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2\" data-css=\"tve-u-15ec26fee25\" wfd-id=\"98\"><div class=\"tcb-flex-col c-33\" wfd-id=\"120\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec2a38bfd\" wfd-id=\"122\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec2a33d71\" wfd-id=\"123\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"124\"><img class=\"tve_image wp-image-7399\" alt=\"\" width=\"830\" height=\"775\" title=\"about_us_dog\" data-id=\"7399\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/about_us_dog.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col c-66\" wfd-id=\"99\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec27075e1\" wfd-id=\"101\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160309f3e5d\" wfd-id=\"114\">\n<div class=\"tve-content-box-background\" wfd-id=\"119\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160309b397d\" wfd-id=\"115\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-160309b00b4\" data-float=\"1\" wfd-id=\"117\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"118\"><img class=\"tve_image wp-image-7404\" alt=\"\" width=\"64\" height=\"64\" title=\"dog_paw\" data-id=\"7404\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/dog_paw.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16030a08afd\" wfd-id=\"116\"><p>We moved to New York City with our black bulldog rescue, Blakely, in 2007 after graduating from the University of Maryland. Immediately, we realized what a dog-crazy place it was.</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160309f6c04\" wfd-id=\"108\">\n<div class=\"tve-content-box-background\" wfd-id=\"113\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160309b397d\" wfd-id=\"109\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-160309ddca8\" data-float=\"1\" wfd-id=\"111\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"112\"><img class=\"tve_image wp-image-7403\" alt=\"\" width=\"64\" height=\"64\" title=\"dog_house\" data-id=\"7403\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/dog_house.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16030a09626\" wfd-id=\"110\"><p>We knew right away that we wanted to work with the animals that we loved and that had given us so much love since we were little girls. We started PawCity Dog Walking in July of 2010.</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16030975307\" wfd-id=\"102\">\n<div class=\"tve-content-box-background\" wfd-id=\"107\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160309b397d\" wfd-id=\"103\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16030a013d7\" data-float=\"1\" wfd-id=\"105\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"106\"><img class=\"tve_image wp-image-7405\" alt=\"\" width=\"64\" height=\"64\" title=\"spinning_wheel\" data-id=\"7405\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/spinning_wheel.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160309b344b\" wfd-id=\"104\"><p>We cover the entire width of the East Side, from 96th Street to Delancey and handle every type of personality imaginable. At PawCity, we lead lives full of the unconditional love and happiness we receive from the furballs we get to spend time with everyday.</p></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" data-css=\"tve-u-15ec2a56438\" style=\"width: 1603px; left: 0px;\" id=\"getyourcoupon\" wfd-id=\"79\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ec2a5bb35\" wfd-id=\"94\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec2a5540e\" wfd-id=\"80\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ec2a80647\" wfd-id=\"81\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15ec2a9b8a9\" wfd-id=\"93\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ec2a81a9f\" wfd-id=\"82\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2a6f589\" wfd-id=\"91\"><p data-css=\"tve-u-15ec2a6b447\"><span data-css=\"tve-u-15ec2a6d9d8\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"92\"><strong>Get Your Coupon</strong></span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2aaa9a4\" wfd-id=\"89\"><p data-css=\"tve-u-15ec2ab1d6d\">We strive to keep both you and your pup as happy and comfortable as possible while youâ€™re out earning those big bucks.</p><p data-css=\"tve-u-15ec2ab1d82\"><br></p><p data-css=\"tve-u-15ec2aa8e2e\"><strong>Get <span data-css=\"tve-u-15ec2aafa24\" style=\"color: rgb(89, 171, 227);\" wfd-id=\"90\">20%</span> off your first walk. Enter your email and we\'ll send you your coupon.</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ec2abe257\" wfd-id=\"83\">\n<div class=\"tve-content-box-background\" wfd-id=\"88\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ec2acb421\" wfd-id=\"84\"><div class=\"thrv_wrapper thrv-button tve_ea_thrive_lightbox\" data-css=\"tve-u-15ec2ac01df\" data-tcb_hover_state_parent=\"false\" data-button-style=\"full_rounded\" wfd-id=\"85\">\n<a href=\"#\" class=\"tcb-button-link tve_evt_manager_listen tve_et_click\" data-tcb-events=\"__TCB_EVENT_[{&quot;config&quot;:{&quot;l_anim&quot;:&quot;zoom_in&quot;,&quot;l_id&quot;:&quot;265&quot;},&quot;a&quot;:&quot;thrive_lightbox&quot;,&quot;t&quot;:&quot;click&quot;}]_TNEVE_BCT__\">\n<span class=\"tcb-button-texts\" wfd-id=\"86\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-15ebe925072\" wfd-id=\"87\">Get Your Coupon Now</span></span>\n</a>\n</div></div>\n</div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-15ec2b0a32a\" id=\"areaweserve\" wfd-id=\"63\">\n<div class=\"tve-page-section-out\" wfd-id=\"78\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15f76fcb7df\" wfd-id=\"64\"><div class=\"thrv_wrapper thrv-columns\" style=\"\" data-css=\"tve-u-15ee103f44a\" wfd-id=\"65\"><div class=\"tcb-flex-row tcb--cols--2 tcb-medium-wrap\" data-css=\"tve-u-15ec2ae8715\" wfd-id=\"66\"><div class=\"tcb-flex-col c-33\" wfd-id=\"71\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec2b37666\" wfd-id=\"73\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"76\"><p data-css=\"tve-u-15ec2af6c4b\"><span data-css=\"tve-u-15ec2af6c4e\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"77\">area we serve</span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"74\"><p>As a small team of experienced dog owners and lovers, we really get to know you and your dog and we canguarantee consistent and personal care that is equal to your love and attention.</p><p><br></p><p><strong><span data-css=\"tve-u-15ec2afed17\" style=\"color: rgb(89, 171, 227);\" wfd-id=\"75\">We are so excited to make you a part of the family!</span></strong></p></div></div></div><div class=\"tcb-flex-col c-66\" wfd-id=\"67\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec2b33f06\" wfd-id=\"69\"><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-15ec2b3b468\" wfd-id=\"70\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=blakely, united states&amp;t=m&amp;z=11&amp;output=embed&amp;iwloc=near\"></iframe>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" data-css=\"tve-u-15ec2b5d54c\" style=\"width: 1603px; left: 0px;\" id=\"contact\" wfd-id=\"26\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ec2b56fac\" wfd-id=\"62\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec2b54c99\" wfd-id=\"27\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1602b31dfcd\" wfd-id=\"28\"><div class=\"tcb-flex-row tcb-resized tcb-medium-wrap tcb--cols--3\" data-css=\"tve-u-1602b37ce9d\" wfd-id=\"29\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1602be453ec\" style=\"\" wfd-id=\"56\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"58\"><div class=\"tcb-clear\" data-css=\"tve-u-1602bff3cd5\" wfd-id=\"59\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec2b6e126\" wfd-id=\"60\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"61\"><img class=\"tve_image wp-image-283\" alt=\"Logo \" width=\"300\" height=\"52\" title=\"Logo\" data-id=\"283\" src=\"//bestcerakoteflorida.com/wp-content/uploads/2018/09/Logo-300x52.jpg\" style=\"width: 100%;\"></span></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1602be45437\" style=\"\" wfd-id=\"42\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1602be56dfc\" wfd-id=\"44\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1602bfebaf9\" wfd-id=\"45\">\n<div class=\"tve-content-box-background\" wfd-id=\"55\"></div>\n<div class=\"tve-cb\" wfd-id=\"46\"><div class=\"tcb-clear\" data-css=\"tve-u-1602bf36e2c\" wfd-id=\"52\"><div class=\"thrv_wrapper tve_image_caption tcb-mobile-hidden\" data-css=\"tve-u-1602be7db66\" data-float=\"1\" wfd-id=\"53\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"54\"><img class=\"tve_image wp-image-7369\" alt=\"\" width=\"64\" height=\"64\" title=\"location\" data-id=\"7369\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/location.png\" style=\"width: 100%;\"></span></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1602bf25f10\" wfd-id=\"47\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1602befe215\" wfd-id=\"48\"><p data-css=\"tve-u-1602bfa220e\"><strong><span data-css=\"tve-u-1602b324a9b\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"51\">67 E. 3rd Street</span></strong><span data-css=\"tve-u-1602b324a9c\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"50\"> </span><span data-css=\"tve-u-1602b324ab9\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"49\">Suite B New York, NY 10003</span></p></div></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1602be4545b\" style=\"\" wfd-id=\"30\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"32\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1602bfea280\" wfd-id=\"33\">\n<div class=\"tve-content-box-background\" wfd-id=\"41\"></div>\n<div class=\"tve-cb\" wfd-id=\"34\"><div class=\"tcb-clear\" data-css=\"tve-u-1602bfc4bea\" wfd-id=\"38\"><div class=\"thrv_wrapper tve_image_caption tcb-mobile-hidden\" data-css=\"tve-u-1602bec144e\" data-float=\"1\" wfd-id=\"39\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"40\"><img class=\"tve_image wp-image-7370\" alt=\"\" width=\"64\" height=\"64\" title=\"phone\" data-id=\"7370\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/phone.png\" style=\"width: 100%;\"></span></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1602bfc74c3\" wfd-id=\"35\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1602b332fd9\" data-float=\"1\" wfd-id=\"36\"><p><a href=\"tel:#9548481911\" target=\"_blank\"><strong><span data-css=\"tve-u-1602b324a9b\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"37\">954-848-1911</span></strong></a><br></p></div></div></div>\n</div></div></div></div></div></div>\n</div>'),(2935,289,'tve_revision_tve_landing_page','tcb2-one-page-site-dog-walking'),(2917,286,'tve_revision_tve_landing_page','tcb2-one-page-site-dog-walking'),(2918,286,'tve_revision_tve_disable_theme_dependency',''),(2919,286,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-165b813034a\" wfd-id=\"251\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ebe5d7b44\" wfd-id=\"277\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ebe51d596\" wfd-id=\"252\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15ec3055cca\" wfd-id=\"253\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized\" data-css=\"tve-u-15ebe8a2edd\" wfd-id=\"254\"><div class=\"tcb-flex-col\" data-css=\"tve-u-165bcef972c\" style=\"\" wfd-id=\"267\"><div class=\"tcb-col\" wfd-id=\"269\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-165bcf40f41\" wfd-id=\"270\"><div class=\"tcb-flex-row tcb--cols--1\" data-css=\"tve-u-165bcf3f4af\" wfd-id=\"271\"><div class=\"tcb-flex-col\" wfd-id=\"272\"><div class=\"tcb-col\" wfd-id=\"274\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-165bcf2cfcd\" wfd-id=\"275\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"276\"><img class=\"tve_image wp-image-283\" alt=\"Logo \" width=\"1024\" height=\"176\" title=\"Logo\" data-id=\"283\" src=\"//bestcerakoteflorida.com/wp-content/uploads/2018/09/Logo-1024x176.jpg\" style=\"width: 100%;\"></span></div></div></div></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-165bce18a46\" style=\"\" wfd-id=\"255\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec313e743\" data-tcb_hover_state_parent=\"\" wfd-id=\"257\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" wfd-id=\"258\"><p data-css=\"tve-u-15f002fa8f6\"><span data-css=\"tve-u-15f0034f748\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"266\"><a href=\"#whatwedo\">What We Do</a></span>&nbsp; &nbsp; <span data-css=\"tve-u-15f003606db\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"265\"><a href=\"#testimonials\">Testimonials</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f003655f8\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"264\"><a href=\"#aboutus\">About Us</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f00369f5e\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"263\"><a href=\"#getyourcoupon\">Get Your Coupon</a></span>&nbsp; &nbsp; <span data-css=\"tve-u-15f0064f814\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"262\"><a href=\"#areaweserve\">Area We Serve</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f003784ab\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"261\"><a href=\"#contact\">Contact</a></span></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ebe8abb9e\" wfd-id=\"221\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ebe8a4d78\" data-clip-id=\"335f47a4c8f92\" wfd-id=\"250\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-left-335f47a4c8f92\" class=\"decoration-clip clip-path-left\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" pointer-width=\"6\" pointer-height=\"2.5\" style=\"curves\" decoration-type=\"none\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon><ellipse cx=\"0.025\" cy=\"0.029412\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.08823600000000001\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.14706\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.205884\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.264708\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.323532\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.38235600000000003\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.44118\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.500004\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.558828\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.617652\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.676476\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.7353000000000001\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.794124\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.852948\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.911772\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.970596\" rx=\"0.025\" ry=\"0.029412\"></ellipse></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ebe72c974\" wfd-id=\"222\"><div class=\"thrv_wrapper thrv-columns tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec318421d\" wfd-id=\"223\"><div class=\"tcb-flex-row tcb--cols--2 v-2\" data-css=\"tve-u-15ebe738fb8\" wfd-id=\"224\"><div class=\"tcb-flex-col\" wfd-id=\"247\"><div class=\"tcb-col\" data-css=\"tve-u-15ebe73226c\" wfd-id=\"249\"></div></div><div class=\"tcb-flex-col\" wfd-id=\"225\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ebe89fb7a\" wfd-id=\"227\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ebe827cb3\" wfd-id=\"228\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15ebe830a90\" data-clip-id=\"bb2526ca261ae\" wfd-id=\"246\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-left-bb2526ca261ae\" class=\"decoration-clip clip-path-left\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"none\" pointer-width=\"5.7\" pointer-height=\"2.5\" style=\"curves\" slanted-angle=\"5\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon><ellipse cx=\"0.025\" cy=\"0.027778\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.083334\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.13889\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.194446\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.250002\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.305558\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.361114\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.41667\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.47222600000000003\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.527782\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.583338\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.638894\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.69445\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.7500060000000001\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.805562\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.861118\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.916674\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.97223\" rx=\"0.025\" ry=\"0.027778\"></ellipse></clipPath><clipPath id=\"clip-tablet-left-bb2526ca261ae\" class=\"decoration-clip clip-path-tablet-left\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"divider\" pointer-width=\"5.7\" pointer-height=\"4\" style=\"curves\" slanted-angle=\"5\"><polygon points=\"0.04 0, 0.04 1, 1 1, 1 0\"></polygon><ellipse cx=\"0.04\" cy=\"0.027778\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.083334\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.13889\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.194446\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.250002\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.305558\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.361114\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.41667\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.47222600000000003\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.527782\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.583338\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.638894\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.69445\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.7500060000000001\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.805562\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.861118\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.916674\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.97223\" rx=\"0.04\" ry=\"0.027778\"></ellipse></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ebe80a9a1\" wfd-id=\"229\"><div class=\"tcb-clear\" data-css=\"tve-u-15ebe8ee6c0\" wfd-id=\"242\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15ebe8edca2\" data-tag=\"h1\" wfd-id=\"243\"><h1 data-css=\"tve-u-15ebe90cfb0\">Happy dogs =<br>â€‹â€‹â€‹â€‹â€‹happâ€‹â€‹â€‹â€‹y owners</h1></div></div><div class=\"tcb-clear\" data-css=\"tve-u-15ec30a8a14\" wfd-id=\"238\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ebe906677\" wfd-id=\"239\"><p data-css=\"tve-u-15ebe905473\">Offer your dog a premium walking experience</p></div></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ebe916c34\" wfd-id=\"230\">\n<div class=\"tve-content-box-background\" wfd-id=\"237\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ec3152b02\" wfd-id=\"231\"><div class=\"thrv_wrapper thrv-button tve_ea_thrive_lightbox\" data-css=\"tve-u-15ebe91a626\" data-tcb_hover_state_parent=\"false\" data-button-style=\"full_rounded\" wfd-id=\"232\">\n<a href=\"#\" class=\"tcb-button-link tve_evt_manager_listen tve_et_click\" data-tcb-events=\"__TCB_EVENT_[{&quot;config&quot;:{&quot;l_anim&quot;:&quot;zoom_in&quot;,&quot;l_id&quot;:265},&quot;a&quot;:&quot;thrive_lightbox&quot;,&quot;t&quot;:&quot;click&quot;}]_TNEVE_BCT__\">\n<span class=\"tcb-button-texts\" wfd-id=\"233\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-165b814869f\" wfd-id=\"234\">Get 10% OFF Your First Cerakote Project</span></span>\n</a>\n</div></div>\n</div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec3017516\" wfd-id=\"212\">\n<div class=\"tve-page-section-out\" wfd-id=\"220\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ebea3a693\" wfd-id=\"213\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15ebea49c0c\" id=\"whatwedo\" data-tag=\"h1\" wfd-id=\"217\"><h1 data-css=\"tve-u-15ebea42b31\" style=\"text-align: center;\">What We Do</h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2448fdb\" wfd-id=\"214\"><p data-css=\"tve-u-15ec2443105\" style=\"text-align: center;\">Our goal is to make sure the owners are comforted, the pups are exercised and happy and that we are getting our own puppy fixes. But letâ€™s be honest- itâ€™s their world, weâ€™re just living in it! As a small team of experienced dog owners and lovers, we really get to know you and your dog and we canguarantee consistent and personal care that is equal to your love and attention. We are so excited to make you a part of the family!</p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" wfd-id=\"179\">\n<div class=\"tve-page-section-out\" wfd-id=\"211\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ee1211b9b\" wfd-id=\"180\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15ee121a6d1\" wfd-id=\"181\"><div class=\"tcb-flex-row tcb--cols--3 tcb-medium-wrap\" data-css=\"tve-u-15ee121fb1c\" wfd-id=\"182\"><div class=\"tcb-flex-col\" wfd-id=\"201\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ee1225fdf\" wfd-id=\"203\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec2477274\" wfd-id=\"209\"><span class=\"tve_image_frame\" wfd-id=\"210\"><img class=\"tve_image wp-image-1596\" alt=\"\" width=\"55\" height=\"73\" title=\"what_do_icon_01\" data-id=\"1596\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_01.png\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"208\"><p data-css=\"tve-u-15ec2481d17\"><strong>First Class Care</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"207\"><p data-css=\"tve-u-15ec2487407\">all the best for them</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2492191\" wfd-id=\"204\"><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"191\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ee1232726\" wfd-id=\"193\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec24ae116\" wfd-id=\"199\"><span class=\"tve_image_frame\" wfd-id=\"200\"><img class=\"tve_image wp-image-1597\" alt=\"\" width=\"73\" height=\"73\" title=\"what_do_icon_02\" data-id=\"1597\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_02.png\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"198\"><p data-css=\"tve-u-15ec2481d17\"><strong>Snacks Included</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"197\"><p data-css=\"tve-u-15ec2487407\">for your little one</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec3192f72\" wfd-id=\"194\"><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"183\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ee1237243\" wfd-id=\"185\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec24d5e15\" wfd-id=\"189\"><span class=\"tve_image_frame\" wfd-id=\"190\"><img class=\"tve_image wp-image-1598\" alt=\"\" width=\"65\" height=\"73\" title=\"what_do_icon_03\" data-id=\"1598\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_03.png\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"188\"><p data-css=\"tve-u-15ec2481d17\"><strong>Regularly walks</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"187\"><p data-css=\"tve-u-15ec2487407\">to keep them ealthy</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2492191\" wfd-id=\"186\"><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris.</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-15ec24f494c\" id=\"testimonials\" style=\"\" wfd-id=\"157\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ec24f97c0\" wfd-id=\"178\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec24f790d\" wfd-id=\"158\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15ec254985a\" style=\"\" wfd-id=\"159\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-15ec253a41f\" wfd-id=\"160\"><div class=\"tcb-flex-col\" wfd-id=\"164\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec253ef3a\" style=\"\" wfd-id=\"166\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec256e611\" style=\"\" wfd-id=\"169\"><p data-css=\"tve-u-15ec25610c7\"><span data-css=\"tve-u-15ec268a0a3\" style=\"font-size: 45px; color: rgb(89, 171, 227);\" wfd-id=\"176\"><span data-css=\"tve-u-15ec26760e9\" style=\"font-family: ABeeZee;\" wfd-id=\"177\">â€</span></span><span data-css=\"tve-u-15ec256b908\" style=\"font-family: &quot;Amatic SC&quot;;\" wfd-id=\"175\">&nbsp; &nbsp; &nbsp;</span><span data-css=\"tve-u-15ec2680494\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"173\"><span data-css=\"tve-u-15ec269379d\" style=\"font-size: 45px;\" wfd-id=\"174\">my chester enjoys being with them!</span> &nbsp; &nbsp;&nbsp;</span><span data-css=\"tve-u-15ec255fe12\" style=\"font-family: ABeeZee; font-weight: 400; color: rgb(89, 171, 227); font-size: 45px;\" wfd-id=\"172\">â€</span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2698d8d\" wfd-id=\"168\"><p data-css=\"tve-u-160266880a0\">We LOVE going for walks with our friends at Paw! Donâ€™t tell our mom &amp; dad,but we get really excited when they leave for work because we know it wonâ€™t be long before we get a visit from one of our favorite friends at PawCity! Best part is, they always let our parents know how ourwalk went right away so they dont have to worry about us!</p><p data-css=\"tve-u-15ec269736c\">We love you PawCity!! xoxo</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec26ab7b0\" style=\"\" wfd-id=\"167\"><p data-css=\"tve-u-15ec26a92a2\"><strong>Anna Olson</strong>, Chesterâ€™s Mom</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"161\"><div class=\"tcb-col\" wfd-id=\"163\"></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec26c390a\" id=\"aboutus\" wfd-id=\"148\">\n<div class=\"tve-page-section-out\" wfd-id=\"156\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec26b9914\" wfd-id=\"149\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15ee1037a1d\" data-tag=\"h1\" wfd-id=\"153\"><h1 data-css=\"tve-u-15ec26bd2e8\">About us</h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec31ba260\" wfd-id=\"150\"><p data-css=\"tve-u-15ec2443105\" style=\"text-align: center;\">At PawCity, we lead lives full of the unconditional love and happiness we receive from the furballs we get to spend time with everyday and we have this beautiful city and all the beautiful people in it to thank. We love you and your pups!!</p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec26ec232\" wfd-id=\"117\">\n<div class=\"tve-page-section-out\" wfd-id=\"147\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec26e5812\" wfd-id=\"118\"><div class=\"thrv_wrapper thrv-columns tcb-window-width\" style=\"width: 1603px; left: -1px;\" data-css=\"tve-u-15ee106257d\" wfd-id=\"119\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2\" data-css=\"tve-u-15ec26fee25\" wfd-id=\"120\"><div class=\"tcb-flex-col c-33\" wfd-id=\"142\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec2a38bfd\" wfd-id=\"144\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec2a33d71\" wfd-id=\"145\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"146\"><img class=\"tve_image wp-image-7399\" alt=\"\" width=\"830\" height=\"775\" title=\"about_us_dog\" data-id=\"7399\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/about_us_dog.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col c-66\" wfd-id=\"121\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec27075e1\" wfd-id=\"123\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160309f3e5d\" wfd-id=\"136\">\n<div class=\"tve-content-box-background\" wfd-id=\"141\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160309b397d\" wfd-id=\"137\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-160309b00b4\" data-float=\"1\" wfd-id=\"139\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"140\"><img class=\"tve_image wp-image-7404\" alt=\"\" width=\"64\" height=\"64\" title=\"dog_paw\" data-id=\"7404\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/dog_paw.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16030a08afd\" wfd-id=\"138\"><p>We moved to New York City with our black bulldog rescue, Blakely, in 2007 after graduating from the University of Maryland. Immediately, we realized what a dog-crazy place it was.</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160309f6c04\" wfd-id=\"130\">\n<div class=\"tve-content-box-background\" wfd-id=\"135\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160309b397d\" wfd-id=\"131\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-160309ddca8\" data-float=\"1\" wfd-id=\"133\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"134\"><img class=\"tve_image wp-image-7403\" alt=\"\" width=\"64\" height=\"64\" title=\"dog_house\" data-id=\"7403\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/dog_house.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16030a09626\" wfd-id=\"132\"><p>We knew right away that we wanted to work with the animals that we loved and that had given us so much love since we were little girls. We started PawCity Dog Walking in July of 2010.</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16030975307\" wfd-id=\"124\">\n<div class=\"tve-content-box-background\" wfd-id=\"129\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160309b397d\" wfd-id=\"125\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16030a013d7\" data-float=\"1\" wfd-id=\"127\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"128\"><img class=\"tve_image wp-image-7405\" alt=\"\" width=\"64\" height=\"64\" title=\"spinning_wheel\" data-id=\"7405\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/spinning_wheel.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160309b344b\" wfd-id=\"126\"><p>We cover the entire width of the East Side, from 96th Street to Delancey and handle every type of personality imaginable. At PawCity, we lead lives full of the unconditional love and happiness we receive from the furballs we get to spend time with everyday.</p></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" data-css=\"tve-u-15ec2a56438\" style=\"width: 1603px; left: 0px;\" id=\"getyourcoupon\" wfd-id=\"99\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ec2a5bb35\" wfd-id=\"116\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec2a5540e\" wfd-id=\"100\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ec2a80647\" wfd-id=\"101\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15ec2a9b8a9\" wfd-id=\"115\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ec2a81a9f\" wfd-id=\"102\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2a6f589\" wfd-id=\"111\"><p data-css=\"tve-u-15ec2a6b447\"><span data-css=\"tve-u-15ec2a6d9d8\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"114\"><strong>Get Your Coupon</strong></span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2aaa9a4\" wfd-id=\"109\"><p data-css=\"tve-u-15ec2ab1d6d\">We strive to keep both you and your pup as happy and comfortable as possible while youâ€™re out earning those big bucks.</p><p data-css=\"tve-u-15ec2ab1d82\"><br></p><p data-css=\"tve-u-15ec2aa8e2e\"><strong>Get <span data-css=\"tve-u-15ec2aafa24\" style=\"color: rgb(89, 171, 227);\" wfd-id=\"110\">20%</span> off your first walk. Enter your email and we\'ll send you your coupon.</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ec2abe257\" wfd-id=\"103\">\n<div class=\"tve-content-box-background\" wfd-id=\"108\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ec2acb421\" wfd-id=\"104\"><div class=\"thrv_wrapper thrv-button tve_ea_thrive_lightbox\" data-css=\"tve-u-15ec2ac01df\" data-tcb_hover_state_parent=\"false\" data-button-style=\"full_rounded\" wfd-id=\"105\">\n<a href=\"#\" class=\"tcb-button-link tve_evt_manager_listen tve_et_click\" data-tcb-events=\"__TCB_EVENT_[{&quot;config&quot;:{&quot;l_anim&quot;:&quot;zoom_in&quot;,&quot;l_id&quot;:&quot;265&quot;},&quot;a&quot;:&quot;thrive_lightbox&quot;,&quot;t&quot;:&quot;click&quot;}]_TNEVE_BCT__\">\n<span class=\"tcb-button-texts\" wfd-id=\"106\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-15ebe925072\" wfd-id=\"107\">Get Your Coupon Now</span></span>\n</a>\n</div></div>\n</div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-15ec2b0a32a\" id=\"areaweserve\" wfd-id=\"79\">\n<div class=\"tve-page-section-out\" wfd-id=\"98\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15f76fcb7df\" wfd-id=\"80\"><div class=\"thrv_wrapper thrv-columns\" style=\"\" data-css=\"tve-u-15ee103f44a\" wfd-id=\"81\"><div class=\"tcb-flex-row tcb--cols--2 tcb-medium-wrap\" data-css=\"tve-u-15ec2ae8715\" wfd-id=\"82\"><div class=\"tcb-flex-col c-33\" wfd-id=\"87\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec2b37666\" wfd-id=\"89\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"94\"><p data-css=\"tve-u-15ec2af6c4b\"><span data-css=\"tve-u-15ec2af6c4e\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"97\">area we serve</span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"90\"><p>As a small team of experienced dog owners and lovers, we really get to know you and your dog and we canguarantee consistent and personal care that is equal to your love and attention.</p><p><br></p><p><strong><span data-css=\"tve-u-15ec2afed17\" style=\"color: rgb(89, 171, 227);\" wfd-id=\"93\">We are so excited to make you a part of the family!</span></strong></p></div></div></div><div class=\"tcb-flex-col c-66\" wfd-id=\"83\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec2b33f06\" wfd-id=\"85\"><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-15ec2b3b468\" wfd-id=\"86\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=blakely, united states&amp;t=m&amp;z=11&amp;output=embed&amp;iwloc=near\"></iframe>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" data-css=\"tve-u-15ec2b5d54c\" style=\"width: 1603px; left: 0px;\" id=\"contact\" wfd-id=\"38\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ec2b56fac\" wfd-id=\"78\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec2b54c99\" wfd-id=\"39\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1602b31dfcd\" wfd-id=\"40\"><div class=\"tcb-flex-row tcb-resized tcb-medium-wrap tcb--cols--3\" data-css=\"tve-u-1602b37ce9d\" wfd-id=\"41\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1602be453ec\" style=\"\" wfd-id=\"72\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"74\"><div class=\"tcb-clear\" data-css=\"tve-u-1602bff3cd5\" wfd-id=\"75\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec2b6e126\" wfd-id=\"76\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"77\"><img class=\"tve_image wp-image-283\" alt=\"Logo \" width=\"300\" height=\"52\" title=\"Logo\" data-id=\"283\" src=\"//bestcerakoteflorida.com/wp-content/uploads/2018/09/Logo-300x52.jpg\" style=\"width: 100%;\"></span></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1602be45437\" style=\"\" wfd-id=\"56\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1602be56dfc\" wfd-id=\"58\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1602bfebaf9\" wfd-id=\"59\">\n<div class=\"tve-content-box-background\" wfd-id=\"71\"></div>\n<div class=\"tve-cb\" wfd-id=\"60\"><div class=\"tcb-clear\" data-css=\"tve-u-1602bf36e2c\" wfd-id=\"68\"><div class=\"thrv_wrapper tve_image_caption tcb-mobile-hidden\" data-css=\"tve-u-1602be7db66\" data-float=\"1\" wfd-id=\"69\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"70\"><img class=\"tve_image wp-image-7369\" alt=\"\" width=\"64\" height=\"64\" title=\"location\" data-id=\"7369\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/location.png\" style=\"width: 100%;\"></span></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1602bf25f10\" wfd-id=\"61\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1602befe215\" wfd-id=\"62\"><p data-css=\"tve-u-1602bfa220e\"><strong><span data-css=\"tve-u-1602b324a9b\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"67\">67 E. 3rd Street</span></strong><span data-css=\"tve-u-1602b324a9c\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"66\"> </span><span data-css=\"tve-u-1602b324ab9\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"65\">Suite B New York, NY 10003</span></p></div></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1602be4545b\" style=\"\" wfd-id=\"42\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"44\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1602bfea280\" wfd-id=\"45\">\n<div class=\"tve-content-box-background\" wfd-id=\"55\"></div>\n<div class=\"tve-cb\" wfd-id=\"46\"><div class=\"tcb-clear\" data-css=\"tve-u-1602bfc4bea\" wfd-id=\"52\"><div class=\"thrv_wrapper tve_image_caption tcb-mobile-hidden\" data-css=\"tve-u-1602bec144e\" data-float=\"1\" wfd-id=\"53\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"54\"><img class=\"tve_image wp-image-7370\" alt=\"\" width=\"64\" height=\"64\" title=\"phone\" data-id=\"7370\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/phone.png\" style=\"width: 100%;\"></span></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1602bfc74c3\" wfd-id=\"47\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1602b332fd9\" data-float=\"1\" wfd-id=\"48\"><p><a href=\"tel:#9548481911\" target=\"_blank\"><strong><span data-css=\"tve-u-1602b324a9b\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"51\">954-848-1911</span></strong></a><br></p></div></div></div>\n</div></div></div></div></div></div>\n</div>'),(2920,286,'tve_revision_tve_content_more_found',''),(2921,286,'tve_revision_tve_save_post',''),(2922,286,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Montserrat:400,200,300&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Amatic+SC:400&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=ABeeZee:400&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-160309b397d\"]::after { clear: both; }[data-css=\"tve-u-160309b344b\"] { position: relative !important; margin-left: 100px !important; }[data-css=\"tve-u-160309b00b4\"] + div { clear: none; }[data-css=\"tve-u-160309b00b4\"] { float: none; width: 60px; position: absolute; margin-bottom: 0px !important; margin-top: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-16030975307\"] { max-width: 75%; margin-left: 80px !important; }[data-css=\"tve-u-1602bfa220e\"] { line-height: 1.85em !important; }[data-css=\"tve-u-1602be7db66\"] { float: left; width: 40px; z-index: 3; position: relative; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1602be56dfc\"]::after { clear: both; }[data-css=\"tve-u-1602be4545b\"] { max-width: 25%; }[data-css=\"tve-u-1602be45437\"] { max-width: 48.1%; }[data-css=\"tve-u-1602be453ec\"] { max-width: 26.9%; }[data-css=\"tve-u-1602b37ce9d\"] > .tcb-flex-col > .tcb-col { justify-content: center; }[data-css=\"tve-u-1602b332fd9\"] { max-width: 264px; position: relative; float: right; z-index: 3; width: 100%; padding-left: 1px !important; margin-top: 1px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1602b324a9c\"] { color: rgb(74, 163, 223) !important; }[data-css=\"tve-u-1602b324a9b\"] { color: rgb(74, 163, 223) !important; }[data-css=\"tve-u-1602b31dfcd\"] { max-width: 1296px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15f76fcb7df\"] { max-width: 100%; }[data-css=\"tve-u-15f0064f814\"] { color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-15ec313e743\"]:hover p, #tve_editor [data-css=\"tve-u-15ec313e743\"]:hover li, #tve_editor [data-css=\"tve-u-15ec313e743\"]:hover blockquote, #tve_editor [data-css=\"tve-u-15ec313e743\"]:hover address { color: rgb(89, 171, 227); }[data-css=\"tve-u-15f003784ab\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15f00369f5e\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15f003655f8\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15f003606db\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15f0034f748\"] { color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-15f002fa8f6\"] { color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-15ec313e743\"] p, #tve_editor [data-css=\"tve-u-15ec313e743\"] li, #tve_editor [data-css=\"tve-u-15ec313e743\"] blockquote, #tve_editor [data-css=\"tve-u-15ec313e743\"] address { font-size: 16px; }[data-css=\"tve-u-15ec313e743\"] { text-align: center; padding-left: 0px !important; margin-left: 0px !important; margin-right: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-15ee121fb1c\"] .tcb-flex-col { flex-basis: 285px !important; }[data-css=\"tve-u-15ec30a8a14\"]::after { clear: both; }#tve_editor [data-css=\"tve-u-15ebe90cfb0\"] { font-size: 96px !important; }[data-css=\"tve-u-15ee1237243\"] { box-shadow: rgba(73, 137, 181, 0.15) -3px 7px 69px 10px; }[data-css=\"tve-u-15ee1232726\"] { box-shadow: rgba(73, 137, 181, 0.15) -3px 7px 69px 10px; }[data-css=\"tve-u-15ee121fb1c\"] > .tcb-flex-col > .tcb-col { min-height: 503px; }[data-css=\"tve-u-15ee1225fdf\"] { box-shadow: rgba(73, 137, 181, 0.15) -3px 7px 69px 10px; }[data-css=\"tve-u-15ee121fb1c\"] { margin-left: -60px; min-height: inherit; }[data-css=\"tve-u-15ee121fb1c\"] > .tcb-flex-col { padding-left: 60px; }[data-css=\"tve-u-15ee121a6d1\"] { float: none; max-width: 1296px; text-align: center; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ee1211b9b\"] { max-width: 1603px; text-align: center; }[data-css=\"tve-u-15ec26fee25\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-15ee106257d\"] { max-width: 100%; }[data-css=\"tve-u-15ec3055cca\"] { max-width: 1370px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ee103f44a\"] { float: none; max-width: 1296px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ee1037a1d\"] { float: none; max-width: 1296px; margin-left: auto !important; margin-right: auto !important; }#tve_editor [data-css=\"tve-u-15ec2ac01df\"]:hover .tcb-button-link { box-shadow: rgba(73, 137, 181, 0.25) -3px 7px 73px 18px; background-color: rgb(149, 250, 201) !important; }#tve_editor [data-css=\"tve-u-15ebe91a626\"]:hover .tcb-button-link { box-shadow: rgba(73, 137, 181, 0.25) -3px 7px 73px 18px; border: 0px dashed rgb(255, 255, 255); background-color: rgb(149, 250, 201) !important; font-weight: normal !important; background-image: none !important; }[data-css=\"tve-u-15ebe8a2edd\"] > .tcb-flex-col > .tcb-col { justify-content: center; }[data-css=\"tve-u-15ec3017516\"] { margin-top: 60px !important; padding-bottom: 50px !important; }[data-css=\"tve-u-15ec2b6e126\"] { width: 274px; }[data-css=\"tve-u-15ec2b5d54c\"] { margin-top: 83px !important; }[data-css=\"tve-u-15ec2b56fac\"] { background-image: linear-gradient(rgb(0, 0, 0), rgb(0, 0, 0)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; opacity: 1; filter: grayscale(0%) blur(0px); }[data-css=\"tve-u-15ec2b54c99\"] { max-width: 1586px; min-height: 100px !important; }[data-css=\"tve-u-15ec2b3b468\"] { box-shadow: rgba(89, 171, 227, 0.15) -3px 7px 69px 10px; margin-top: 0px !important; margin-bottom: 0px !important; margin-left: 38px !important; }[data-css=\"tve-u-15ec2b37666\"] { margin-top: 114px !important; }[data-css=\"tve-u-15ec2b33f06\"] { padding-left: 0px !important; }[data-css=\"tve-u-15ec2b0a32a\"] { margin-top: 76px !important; }[data-css=\"tve-u-15ec2ae8715\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-15ec2afed17\"] { color: rgb(89, 171, 227) !important; }[data-css=\"tve-u-15ec2ae8715\"] { float: none; max-width: 1453px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2acb421\"] { min-height: 162px; }[data-css=\"tve-u-15ec2aafa24\"] { color: rgb(89, 171, 227) !important; }[data-css=\"tve-u-15ec2aaa9a4\"] { float: none; max-width: 1440px; margin-left: auto !important; margin-right: auto !important; margin-top: 25px !important; }#tve_editor [data-css=\"tve-u-15ec2aa8e2e\"] { letter-spacing: 1px; color: rgb(255, 255, 255) !important; font-size: 20px !important; }[data-css=\"tve-u-15ec2a9b8a9\"] { border: 1px solid rgb(89, 171, 227) !important; }[data-css=\"tve-u-15ec2a81a9f\"] { min-height: 162px; }[data-css=\"tve-u-15ec2a80647\"] { float: none; max-width: 97%; margin-left: auto !important; margin-right: auto !important; margin-top: 55px !important; }[data-css=\"tve-u-15ec2a6f589\"] { float: none; max-width: 1440px; margin-top: 55px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2a6d9d8\"] { font-family: \"Amatic SC\" !important; font-weight: 400 !important; }#tve_editor [data-css=\"tve-u-15ec2a6b447\"] { color: rgb(89, 171, 227) !important; font-size: 70px !important; }[data-css=\"tve-u-15ec2a5bb35\"] { background-image: linear-gradient(rgba(28, 54, 85, 0.8), rgba(28, 54, 85, 0.8)), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/coupon_background.jpg\") !important; background-size: auto, cover !important; background-position: 0px 0px, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-15ec2a56438\"] { margin-top: 69px !important; }[data-css=\"tve-u-15ec2a5540e\"] { max-width: 100%; text-align: center; min-height: 561px !important; }[data-css=\"tve-u-15ec2a38bfd\"] { margin-right: 0px !important; padding-right: 0px !important; margin-left: 0px !important; }[data-css=\"tve-u-15ec2a33d71\"] { width: 830px; position: relative; top: 0px; left: 40px; z-index: 7; float: none; padding-right: 0px !important; padding-left: 0px !important; }[data-css=\"tve-u-15ec27075e1\"] { border-left: 2px dashed rgb(232, 238, 241); border-top: 1px solid rgb(232, 238, 241); border-bottom: 1px solid rgb(232, 238, 241); }[data-css=\"tve-u-15ec26fee25\"] > .tcb-flex-col > .tcb-col { min-height: 612px; }[data-css=\"tve-u-15ec26fee25\"] { min-height: inherit; margin-left: 0px; padding-top: 0px !important; padding-bottom: 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-15ec26ec232\"] { margin-top: 66px !important; }[data-css=\"tve-u-15ec26e5812\"] { max-width: 100%; min-height: 586px !important; }[data-css=\"tve-u-15ec26c390a\"] { margin-top: 60px !important; }#tve_editor [data-css=\"tve-u-15ec26bd2e8\"] { color: rgb(24, 45, 60) !important; font-size: 70px !important; }[data-css=\"tve-u-15ec26b9914\"] { max-width: 1434px; text-align: center; }[data-css=\"tve-u-15ec26ab7b0\"] { margin-top: 67px !important; }#tve_editor [data-css=\"tve-u-15ec26a92a2\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15ec2698d8d\"] { float: none; max-width: 600px; margin-left: auto !important; margin-right: auto !important; margin-top: 30px !important; }#tve_editor [data-css=\"tve-u-15ec269736c\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15ec269379d\"] { font-size: 45px !important; }[data-css=\"tve-u-15ec268a0a3\"] { font-size: 45px !important; color: rgb(89, 171, 227) !important; }[data-css=\"tve-u-15ec256e611\"] { margin-top: 0px !important; }#tve_editor [data-css=\"tve-u-15ec25610c7\"] { font-size: 40px !important; color: rgb(89, 171, 227) !important; }[data-css=\"tve-u-15ec255fe12\"] { font-family: ABeeZee !important; font-weight: 400 !important; color: rgb(89, 171, 227) !important; font-size: 45px !important; }[data-css=\"tve-u-15ec254985a\"] { margin-right: 0px !important; }[data-css=\"tve-u-15ec253ef3a\"] { text-align: center; background-image: linear-gradient(rgba(24, 45, 60, 0.95), rgba(24, 45, 60, 0.95)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; margin-top: 0px !important; padding-top: 130px !important; padding-bottom: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-15ec253a41f\"] > .tcb-flex-col > .tcb-col { min-height: 661px; }[data-css=\"tve-u-15ec253a41f\"] { min-height: inherit; float: none; max-width: 1474px; z-index: 3; position: relative; padding-top: 0px !important; padding-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; padding-right: 0px !important; }[data-css=\"tve-u-15ec24f97c0\"] { background-image: linear-gradient(rgba(42, 51, 68, 0.1), rgba(42, 51, 68, 0.1)), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/testimonial_bg.jpg\") !important; background-size: auto, cover !important; background-position: 0px 0px, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-15ec24f790d\"] { min-height: 661px !important; }[data-css=\"tve-u-15ec24f494c\"] { margin-top: 60px !important; }[data-css=\"tve-u-15ec24d5e15\"] + div { clear: none; }[data-css=\"tve-u-15ec24d5e15\"] { float: none; width: 65px; margin-left: auto !important; margin-right: auto !important; margin-top: 40px !important; }[data-css=\"tve-u-15ec24ae116\"] + div { clear: none; }[data-css=\"tve-u-15ec24ae116\"] { float: none; width: 73px; margin-left: auto !important; margin-right: auto !important; margin-top: 40px !important; }[data-css=\"tve-u-15ec249b3f6\"] { line-height: 1.9em !important; }[data-css=\"tve-u-15ec2492191\"] { margin-left: 25px !important; margin-right: 25px !important; margin-top: 25px !important; }#tve_editor [data-css=\"tve-u-15ec2487407\"] { text-transform: uppercase !important; color: rgb(135, 156, 171) !important; font-size: 17px !important; }#tve_editor [data-css=\"tve-u-15ec2481d17\"] { font-size: 20px !important; }[data-css=\"tve-u-15ec2477274\"] + div { clear: none; }[data-css=\"tve-u-15ec2477274\"] { float: none; width: 55px; margin-left: auto !important; margin-right: auto !important; margin-top: 40px !important; }[data-css=\"tve-u-15ec2448fdb\"] { float: none; max-width: 1296px; margin-top: 10px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2443105\"] { line-height: 1.8em !important; }[data-css=\"tve-u-15ebea49c0c\"] { float: none; max-width: 1440px; margin-left: auto !important; margin-right: auto !important; margin-top: 0px !important; }#tve_editor [data-css=\"tve-u-15ebea42b31\"] { color: rgb(24, 45, 60) !important; font-size: 70px !important; }[data-css=\"tve-u-15ebea3a693\"] { max-width: 1434px; }#tve_editor [data-css=\"tve-u-15ebe925072\"] { font-family: Montserrat; letter-spacing: 0px; font-weight: 400; font-size: 20px !important; color: rgb(24, 45, 60) !important; }[data-css=\"tve-u-15ebe91a626\"] { display: block; max-width: 423px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ebe91a626\"] .tcb-button-link { border-radius: 200px; min-height: 67.1429px; font-size: 1.6em; padding-top: 0px; padding-bottom: 0px; border: 1px solid rgb(0, 0, 0); box-shadow: rgba(0, 0, 0, 0.4) 0px 3px 8px 1px; background-color: rgb(255, 255, 255) !important; padding-left: 15px !important; background-image: none !important; }[data-css=\"tve-u-15ebe916c34\"] { float: none; z-index: 3; position: relative; width: 100%; max-width: 733px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ebe90cfb0\"] { line-height: 1.1em !important; }[data-css=\"tve-u-15ebe906677\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 669px; margin-left: 50px !important; margin-top: 40px !important; }#tve_editor [data-css=\"tve-u-15ebe905473\"] { font-size: 22px !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15ebe8ee6c0\"]::after { clear: both; }[data-css=\"tve-u-15ebe8edca2\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 722px; padding-left: 0px !important; margin-left: 50px !important; margin-top: 104px !important; }[data-css=\"tve-u-15ebe8abb9e\"] { padding: 0px !important; }[data-css=\"tve-u-15ebe8a4d78\"] { clip-path: url(\"#clip-left-335f47a4c8f92\"); -webkit-clip-path: url(\"#clip-left-335f47a4c8f92\");  }[data-css=\"tve-u-15ebe8a2edd\"] { padding-bottom: 15px !important; padding-top: 15px !important; }[data-css=\"tve-u-15ebe89fb7a\"] { margin-left: -35px !important; }[data-css=\"tve-u-15ebe830a90\"] { clip-path: url(\"#clip-left-bb2526ca261ae\"); -webkit-clip-path: url(\"#clip-left-bb2526ca261ae\");  background-image: linear-gradient(rgb(89, 171, 227), rgb(89, 171, 227)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-15ebe827cb3\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 0px !important; }[data-css=\"tve-u-15ebe80a9a1\"] { min-height: 729px; }[data-css=\"tve-u-15ebe738fb8\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-15ebe738fb8\"] > .tcb-flex-col > .tcb-col { min-height: 729px; }[data-css=\"tve-u-15ebe738fb8\"] { min-height: inherit; margin-left: 0px; padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-15ebe73226c\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/header_image-1.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-15ebe72c974\"] { max-width: 1620px; }[data-css=\"tve-u-15ebe5d7b44\"] { background-image: linear-gradient(rgb(0, 0, 0), rgb(0, 0, 0)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-15ebe51d596\"] { max-width: 100%; min-height: 7px !important; }#tcb_landing_page h3 { font-family: Montserrat; font-weight: 200; font-size: 20px; color: rgb(24, 45, 60); }#tcb_landing_page h2 { font-family: \"Amatic SC\"; font-weight: 400; font-size: 70px; color: rgb(24, 45, 60); }#tcb_landing_page h1 { font-family: \"Amatic SC\"; font-weight: 400; font-size: 96px; color: rgb(255, 255, 255); }#tcb_landing_page p, #tcb_landing_page li { font-family: Montserrat; font-weight: 200; color: rgb(24, 45, 60); font-size: 18px; line-height: 1.667em; }[data-css=\"tve-u-15e09c94f7d\"] { background-color: rgb(255, 255, 255); }[data-css=\"tve-u-15ec256b908\"] { font-family: \"Amatic SC\" !important; font-weight: 400 !important; }[data-css=\"tve-u-15ec26760e9\"] { font-family: ABeeZee !important; font-weight: 400 !important; }[data-css=\"tve-u-15ec2680494\"] { font-family: \"Amatic SC\" !important; font-weight: 400 !important; }#tve_editor [data-css=\"tve-u-15ec2ab1d6d\"] { letter-spacing: 1px; color: rgb(255, 255, 255) !important; font-size: 20px !important; }#tve_editor [data-css=\"tve-u-15ec2ab1d82\"] { letter-spacing: 1px; color: rgb(255, 255, 255) !important; font-size: 20px !important; }[data-css=\"tve-u-15ec2abe257\"] { float: none; z-index: 3; position: relative; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2ac01df\"] { display: block; max-width: 423px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2ac01df\"] .tcb-button-link { border-radius: 200px; min-height: 67.1429px; font-size: 1.6em; padding-top: 0px; padding-bottom: 0px; background-color: rgb(105, 240, 174) !important; padding-left: 15px !important; }#tve_editor [data-css=\"tve-u-15ec2af6c4b\"] { color: rgb(24, 45, 60) !important; font-size: 70px !important; }[data-css=\"tve-u-15ec2af6c4e\"] { font-family: \"Amatic SC\" !important; font-weight: 400 !important; }[data-css=\"tve-u-15ec3192f72\"] { margin-left: 25px !important; margin-right: 25px !important; margin-top: 25px !important; }[data-css=\"tve-u-15ec31ba260\"] { float: none; max-width: 1296px; margin-top: 10px !important; margin-left: auto !important; margin-right: auto !important; }#tcb_landing_page a:hover:not(.tcb-button-link) { color: rgb(89, 171, 227); }#tcb_landing_page .tve-state-hovera:not(.tcb-button-link) { color: rgb(89, 171, 227); }#tve_editor [data-css=\"tve-u-160266880a0\"] { color: rgb(255, 255, 255) !important; font-family: Montserrat !important; }[data-css=\"tve-u-1602b324ab9\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1602bec144e\"] { width: 36px; float: left; z-index: 3; position: static; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1602befe215\"] { max-width: 386px; position: relative !important; padding-left: 1px !important; margin-top: 0px !important; margin-left: 50px !important; }[data-css=\"tve-u-160309ddca8\"] + div { clear: none; }[data-css=\"tve-u-160309ddca8\"] { float: none; width: 60px; position: absolute; margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-160309f3e5d\"] { max-width: 75%; margin-left: 80px !important; margin-top: 60px !important; margin-bottom: 40px !important; }[data-css=\"tve-u-160309f6c04\"] { max-width: 75%; margin-left: 80px !important; margin-top: 60px !important; margin-bottom: 80px !important; }[data-css=\"tve-u-16030a013d7\"] + div { clear: none; }[data-css=\"tve-u-16030a013d7\"] { float: none; width: 60px; position: absolute; margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-16030a08afd\"] { position: relative !important; margin-left: 100px !important; }[data-css=\"tve-u-16030a09626\"] { position: relative !important; margin-left: 100px !important; }#tcb_landing_page a.tve-state-hover:not(.tcb-button-link) { color: rgb(89, 171, 227); }[data-css=\"tve-u-165b813034a\"] { border-bottom: 1px solid rgb(255, 255, 255); padding: 0px !important; }#tve_editor [data-css=\"tve-u-165b814869f\"] { font-family: Montserrat; letter-spacing: 0px; font-weight: 400; font-size: 18px !important; color: rgb(24, 45, 60) !important; text-transform: capitalize !important; }[data-css=\"tve-u-165bce18a46\"] { max-width: 73.7%; }[data-css=\"tve-u-165bce4254d\"] { width: 558px; margin: 0px auto !important; float: none; z-index: 3; position: relative; top: auto; left: auto; right: auto; bottom: auto; }[data-css=\"tve-u-165b813034a\"] .tve-page-section-in { display: block; }[data-css=\"tve-u-165bcef972c\"] { max-width: 26.3%; }[data-css=\"tve-u-165bcf2cfcd\"] { width: 335px; }[data-css=\"tve-u-165bcf3f4af\"] { padding-bottom: 0px !important; padding-top: 0px !important; }[data-css=\"tve-u-165bcf40f41\"] { margin: 0px auto !important; float: none; width: 100%; }[data-css=\"tve-u-15ec3152b02\"] { text-align: center; }}@media (max-width: 1023px){[data-css=\"tve-u-1602b332fd9\"] { float: none; max-width: 121px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1602befe215\"] { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1602b37ce9d\"] .tcb-flex-col { flex-basis: 420px !important; }[data-css=\"tve-u-1602bec144e\"] { float: none; z-index: 3; position: relative; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1602be7db66\"] { float: none; z-index: 3; position: relative; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2a38bfd\"] { text-align: left; }[data-css=\"tve-u-15ec27075e1\"] { margin-top: 0px !important; }[data-css=\"tve-u-15ee1237243\"] { margin-top: 52px !important; }[data-css=\"tve-u-15ee121a6d1\"] { margin-left: 33px !important; margin-right: 33px !important; }[data-css=\"tve-u-15ebe51d596\"] { text-align: left; }[data-css=\"tve-u-15ec2b6e126\"] { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2b54c99\"] { text-align: left; }[data-css=\"tve-u-15ec2b3b468\"] { margin-left: 0px !important; margin-top: 20px !important; }[data-css=\"tve-u-15ec2b37666\"] { margin-top: 0px !important; }[data-css=\"tve-u-15ec2a80647\"] { margin-top: 0px !important; padding-left: 10px !important; padding-right: 10px !important; }[data-css=\"tve-u-15ec2a5540e\"] { max-width: 720px; }[data-css=\"tve-u-15ec2a33d71\"] { width: 395px; float: none; z-index: 3; position: relative; margin: 80px auto 0px !important; }[data-css=\"tve-u-15ec26b9914\"] { max-width: 720px; }[data-css=\"tve-u-15ec253ef3a\"] { padding: 25px 10px !important; }[data-css=\"tve-u-15ebea3a693\"] { max-width: 720px; }[data-css=\"tve-u-15ec30a8a14\"]::after { clear: both; }[data-css=\"tve-u-15ebe916c34\"] { max-width: 376px; }[data-css=\"tve-u-15ebe8a2edd\"] > .tcb-flex-col > .tcb-col { justify-content: center; min-height: 91px; }[data-css=\"tve-u-15ec3055cca\"] { text-align: center; margin-top: 0px !important; }[data-css=\"tve-u-15ebe8a2edd\"] { min-height: inherit; float: none; max-width: 100%; padding-top: 0px !important; padding-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ebe830a90\"] { clip-path: url(\"#clip-tablet-left-bb2526ca261ae\"); -webkit-clip-path: url(\"#clip-tablet-left-bb2526ca261ae\");  }[data-css=\"tve-u-15ebe91a626\"] { margin-left: 30px !important; }[data-css=\"tve-u-15ebe906677\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 336px; margin-left: 30px !important; }[data-css=\"tve-u-15ebe8edca2\"] { margin-left: 30px !important; }[data-css=\"tve-u-15ebe89fb7a\"] { margin-left: -35px !important; }[data-css=\"tve-u-15ebe827cb3\"] { max-width: 100%; }#tve_editor [data-css=\"tve-u-15ebe90cfb0\"] { font-size: 84px !important; }}@media (max-width: 767px){[data-css=\"tve-u-160309b344b\"] { margin-left: 10px !important; margin-top: 30px !important; margin-right: 10px !important; }[data-css=\"tve-u-16030a013d7\"] { position: static; }[data-css=\"tve-u-16030a09626\"] { margin-left: 10px !important; margin-top: 30px !important; margin-right: 10px !important; }[data-css=\"tve-u-160309ddca8\"] { position: static; }[data-css=\"tve-u-16030a08afd\"] { margin-left: 10px !important; margin-right: 10px !important; margin-top: 30px !important; }[data-css=\"tve-u-160309b00b4\"] { position: static; }[data-css=\"tve-u-16030975307\"] { max-width: 100%; margin-left: 10px !important; margin-right: 10px !important; }[data-css=\"tve-u-160309f6c04\"] { max-width: 100%; margin-left: 10px !important; margin-right: 10px !important; }[data-css=\"tve-u-160309f3e5d\"] { max-width: 100%; margin-left: 10px !important; margin-right: 10px !important; }[data-css=\"tve-u-15ec2a38bfd\"]::after { clear: both; }[data-css=\"tve-u-1602bff3cd5\"]::after { clear: both; }[data-css=\"tve-u-1602bfea280\"] { margin-top: 0px !important; margin-bottom: 20px !important; }[data-css=\"tve-u-15ec2b6e126\"] { float: left; z-index: 3; position: relative; margin-left: 24px !important; }[data-css=\"tve-u-1602bf25f10\"]::after { clear: both; }[data-css=\"tve-u-1602b332fd9\"] { max-width: 257px; float: left; z-index: 3; position: relative; width: 100%; margin-top: 20px !important; margin-left: 20px !important; }[data-css=\"tve-u-15ec253ef3a\"] { padding-top: 30px !important; padding-bottom: 30px !important; }[data-css=\"tve-u-15ee1237243\"] { margin-top: 25px !important; }[data-css=\"tve-u-15ee1232726\"] { margin-top: 25px !important; }[data-css=\"tve-u-15ec2ae8715\"] { margin-left: -15px; }[data-css=\"tve-u-15ec2ae8715\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-15ec2b33f06\"] { margin-right: 0px !important; }[data-css=\"tve-u-15ec26fee25\"] > .tcb-flex-col > .tcb-col { min-height: 387px; }[data-css=\"tve-u-15ec26fee25\"] { margin-left: 0px; min-height: inherit; }[data-css=\"tve-u-15ec26fee25\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-15ec2a33d71\"] { position: static; margin-bottom: 0px !important; }[data-css=\"tve-u-15ec31ba260\"] { padding-left: 3px !important; padding-right: 3px !important; }[data-css=\"tve-u-15ec253a41f\"] > .tcb-flex-col > .tcb-col { min-height: 27px; }[data-css=\"tve-u-15ec253a41f\"] { margin-left: 0px; min-height: inherit; }[data-css=\"tve-u-15ec253a41f\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-15ec254985a\"] { margin-top: 0px !important; }[data-css=\"tve-u-15ec24f494c\"] { margin-top: 30px !important; }[data-css=\"tve-u-15ec256e611\"] { margin-top: 0px !important; }[data-css=\"tve-u-15ec3192f72\"] { margin-bottom: 32px !important; }[data-css=\"tve-u-15ec318421d\"] { margin-bottom: 34px !important; margin-top: -90px !important; }[data-css=\"tve-u-15ebe738fb8\"] > .tcb-flex-col > .tcb-col { min-height: 554px; }[data-css=\"tve-u-15ebe738fb8\"] { min-height: inherit; padding-bottom: 0px !important; }[data-css=\"tve-u-15ec3017516\"] { margin-top: 0px !important; padding-left: 5px !important; padding-right: 5px !important; }[data-css=\"tve-u-15ebe89fb7a\"] { margin-left: -20px !important; }[data-css=\"tve-u-15ec3055cca\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-15ebe916c34\"] { margin-bottom: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-15ec3152b02\"] { min-height: 226px; }[data-css=\"tve-u-15ebe80a9a1\"] { min-height: 554px; }[data-css=\"tve-u-15ebe91a626\"] { margin-left: 28px !important; margin-right: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-15ebe906677\"] { margin-left: 30px !important; }[data-css=\"tve-u-15ebe8edca2\"] { margin-left: 30px !important; margin-top: 45px !important; }[data-css=\"tve-u-15ebe827cb3\"] { max-width: 100%; }[data-css=\"tve-u-15ec313e743\"] { margin-left: 10px !important; margin-right: 10px !important; }[data-css=\"tve-u-1602befe215\"] { max-width: 257px; float: left; z-index: 3; position: relative; width: 100%; margin-top: 20px !important; margin-left: 20px !important; }[data-css=\"tve-u-15ebe73226c\"] { margin-top: 50px !important; height: calc(100% - 33px); }}'),(2923,286,'tve_revision_tve_user_custom_css','.thrv_text_element p {margin:0;}\n.thrv_heading h1,h2,h3 {margin:0;}'),(2924,286,'tve_revision_tve_page_events','a:0:{}'),(2925,286,'tve_revision_tve_globals','a:4:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";s:11:\"extra_icons\";a:1:{i:0;a:3:{s:11:\"font-family\";s:25:\"tve-ff-6797-59f9979fd5998\";s:3:\"css\";s:87:\"http://lp-build.thrivethemes.com/wp-content/uploads/tve-ff-6797-59f9979fd5998/style.css\";s:6:\"folder\";s:92:\"/home/thrivedevbitston/public_html/landingpages/wp-content/uploads/tve-ff-6797-59f9979fd5998\";}}s:6:\"lb_map\";a:1:{i:6808;s:3:\"265\";}s:8:\"font_cls\";a:0:{}}'),(2926,286,'tve_revision_tve_global_scripts',''),(2927,286,'tve_revision_thrive_icon_pack','0'),(2928,286,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(2929,286,'tve_revision_tve_has_masonry','0'),(2930,286,'tve_revision_tve_has_typefocus','0'),(2931,286,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-165b813034a\" wfd-id=\"251\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ebe5d7b44\" wfd-id=\"277\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ebe51d596\" wfd-id=\"252\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15ec3055cca\" wfd-id=\"253\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized\" data-css=\"tve-u-15ebe8a2edd\" wfd-id=\"254\"><div class=\"tcb-flex-col\" data-css=\"tve-u-165bcef972c\" style=\"\" wfd-id=\"267\"><div class=\"tcb-col\" wfd-id=\"269\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-165bcf40f41\" wfd-id=\"270\"><div class=\"tcb-flex-row tcb--cols--1\" data-css=\"tve-u-165bcf3f4af\" wfd-id=\"271\"><div class=\"tcb-flex-col\" wfd-id=\"272\"><div class=\"tcb-col\" wfd-id=\"274\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-165bcf2cfcd\" wfd-id=\"275\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"276\"><img class=\"tve_image wp-image-283\" alt=\"Logo \" width=\"1024\" height=\"176\" title=\"Logo\" data-id=\"283\" src=\"//bestcerakoteflorida.com/wp-content/uploads/2018/09/Logo-1024x176.jpg\" style=\"width: 100%;\"></span></div></div></div></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-165bce18a46\" style=\"\" wfd-id=\"255\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec313e743\" data-tcb_hover_state_parent=\"\" wfd-id=\"257\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" wfd-id=\"258\"><p data-css=\"tve-u-15f002fa8f6\"><span data-css=\"tve-u-15f0034f748\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"266\"><a href=\"#whatwedo\">What We Do</a></span>&nbsp; &nbsp; <span data-css=\"tve-u-15f003606db\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"265\"><a href=\"#testimonials\">Testimonials</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f003655f8\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"264\"><a href=\"#aboutus\">About Us</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f00369f5e\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"263\"><a href=\"#getyourcoupon\">Get Your Coupon</a></span>&nbsp; &nbsp; <span data-css=\"tve-u-15f0064f814\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"262\"><a href=\"#areaweserve\">Area We Serve</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f003784ab\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"261\"><a href=\"#contact\">Contact</a></span></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ebe8abb9e\" wfd-id=\"221\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ebe8a4d78\" data-clip-id=\"335f47a4c8f92\" wfd-id=\"250\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-left-335f47a4c8f92\" class=\"decoration-clip clip-path-left\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" pointer-width=\"6\" pointer-height=\"2.5\" style=\"curves\" decoration-type=\"none\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon><ellipse cx=\"0.025\" cy=\"0.029412\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.08823600000000001\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.14706\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.205884\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.264708\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.323532\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.38235600000000003\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.44118\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.500004\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.558828\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.617652\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.676476\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.7353000000000001\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.794124\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.852948\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.911772\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.970596\" rx=\"0.025\" ry=\"0.029412\"></ellipse></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ebe72c974\" wfd-id=\"222\"><div class=\"thrv_wrapper thrv-columns tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec318421d\" wfd-id=\"223\"><div class=\"tcb-flex-row tcb--cols--2 v-2\" data-css=\"tve-u-15ebe738fb8\" wfd-id=\"224\"><div class=\"tcb-flex-col\" wfd-id=\"247\"><div class=\"tcb-col\" data-css=\"tve-u-15ebe73226c\" wfd-id=\"249\"></div></div><div class=\"tcb-flex-col\" wfd-id=\"225\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ebe89fb7a\" wfd-id=\"227\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ebe827cb3\" wfd-id=\"228\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15ebe830a90\" data-clip-id=\"bb2526ca261ae\" wfd-id=\"246\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-left-bb2526ca261ae\" class=\"decoration-clip clip-path-left\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"none\" pointer-width=\"5.7\" pointer-height=\"2.5\" style=\"curves\" slanted-angle=\"5\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon><ellipse cx=\"0.025\" cy=\"0.027778\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.083334\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.13889\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.194446\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.250002\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.305558\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.361114\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.41667\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.47222600000000003\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.527782\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.583338\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.638894\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.69445\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.7500060000000001\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.805562\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.861118\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.916674\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.97223\" rx=\"0.025\" ry=\"0.027778\"></ellipse></clipPath><clipPath id=\"clip-tablet-left-bb2526ca261ae\" class=\"decoration-clip clip-path-tablet-left\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"divider\" pointer-width=\"5.7\" pointer-height=\"4\" style=\"curves\" slanted-angle=\"5\"><polygon points=\"0.04 0, 0.04 1, 1 1, 1 0\"></polygon><ellipse cx=\"0.04\" cy=\"0.027778\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.083334\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.13889\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.194446\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.250002\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.305558\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.361114\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.41667\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.47222600000000003\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.527782\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.583338\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.638894\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.69445\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.7500060000000001\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.805562\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.861118\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.916674\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.97223\" rx=\"0.04\" ry=\"0.027778\"></ellipse></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ebe80a9a1\" wfd-id=\"229\"><div class=\"tcb-clear\" data-css=\"tve-u-15ebe8ee6c0\" wfd-id=\"242\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15ebe8edca2\" data-tag=\"h1\" wfd-id=\"243\"><h1 data-css=\"tve-u-15ebe90cfb0\">Happy dogs =<br>â€‹â€‹â€‹â€‹â€‹happâ€‹â€‹â€‹â€‹y owners</h1></div></div><div class=\"tcb-clear\" data-css=\"tve-u-15ec30a8a14\" wfd-id=\"238\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ebe906677\" wfd-id=\"239\"><p data-css=\"tve-u-15ebe905473\">Offer your dog a premium walking experience</p></div></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ebe916c34\" wfd-id=\"230\">\n<div class=\"tve-content-box-background\" wfd-id=\"237\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ec3152b02\" wfd-id=\"231\"><div class=\"thrv_wrapper thrv-button tve_ea_thrive_lightbox\" data-css=\"tve-u-15ebe91a626\" data-tcb_hover_state_parent=\"false\" data-button-style=\"full_rounded\" wfd-id=\"232\">\n<a href=\"#\" class=\"tcb-button-link tve_evt_manager_listen tve_et_click\" data-tcb-events=\"__TCB_EVENT_[{&quot;config&quot;:{&quot;l_anim&quot;:&quot;zoom_in&quot;,&quot;l_id&quot;:265},&quot;a&quot;:&quot;thrive_lightbox&quot;,&quot;t&quot;:&quot;click&quot;}]_TNEVE_BCT__\">\n<span class=\"tcb-button-texts\" wfd-id=\"233\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-165b814869f\" wfd-id=\"234\">Get 10% OFF Your First Cerakote Project</span></span>\n</a>\n</div></div>\n</div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec3017516\" wfd-id=\"212\">\n<div class=\"tve-page-section-out\" wfd-id=\"220\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ebea3a693\" wfd-id=\"213\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15ebea49c0c\" id=\"whatwedo\" data-tag=\"h1\" wfd-id=\"217\"><h1 data-css=\"tve-u-15ebea42b31\" style=\"text-align: center;\">What We Do</h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2448fdb\" wfd-id=\"214\"><p data-css=\"tve-u-15ec2443105\" style=\"text-align: center;\">Our goal is to make sure the owners are comforted, the pups are exercised and happy and that we are getting our own puppy fixes. But letâ€™s be honest- itâ€™s their world, weâ€™re just living in it! As a small team of experienced dog owners and lovers, we really get to know you and your dog and we canguarantee consistent and personal care that is equal to your love and attention. We are so excited to make you a part of the family!</p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" wfd-id=\"179\">\n<div class=\"tve-page-section-out\" wfd-id=\"211\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ee1211b9b\" wfd-id=\"180\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15ee121a6d1\" wfd-id=\"181\"><div class=\"tcb-flex-row tcb--cols--3 tcb-medium-wrap\" data-css=\"tve-u-15ee121fb1c\" wfd-id=\"182\"><div class=\"tcb-flex-col\" wfd-id=\"201\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ee1225fdf\" wfd-id=\"203\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec2477274\" wfd-id=\"209\"><span class=\"tve_image_frame\" wfd-id=\"210\"><img class=\"tve_image wp-image-1596\" alt=\"\" width=\"55\" height=\"73\" title=\"what_do_icon_01\" data-id=\"1596\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_01.png\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"208\"><p data-css=\"tve-u-15ec2481d17\"><strong>First Class Care</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"207\"><p data-css=\"tve-u-15ec2487407\">all the best for them</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2492191\" wfd-id=\"204\"><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"191\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ee1232726\" wfd-id=\"193\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec24ae116\" wfd-id=\"199\"><span class=\"tve_image_frame\" wfd-id=\"200\"><img class=\"tve_image wp-image-1597\" alt=\"\" width=\"73\" height=\"73\" title=\"what_do_icon_02\" data-id=\"1597\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_02.png\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"198\"><p data-css=\"tve-u-15ec2481d17\"><strong>Snacks Included</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"197\"><p data-css=\"tve-u-15ec2487407\">for your little one</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec3192f72\" wfd-id=\"194\"><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"183\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ee1237243\" wfd-id=\"185\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec24d5e15\" wfd-id=\"189\"><span class=\"tve_image_frame\" wfd-id=\"190\"><img class=\"tve_image wp-image-1598\" alt=\"\" width=\"65\" height=\"73\" title=\"what_do_icon_03\" data-id=\"1598\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_03.png\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"188\"><p data-css=\"tve-u-15ec2481d17\"><strong>Regularly walks</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"187\"><p data-css=\"tve-u-15ec2487407\">to keep them ealthy</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2492191\" wfd-id=\"186\"><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris.</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-15ec24f494c\" id=\"testimonials\" style=\"\" wfd-id=\"157\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ec24f97c0\" wfd-id=\"178\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec24f790d\" wfd-id=\"158\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15ec254985a\" style=\"\" wfd-id=\"159\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-15ec253a41f\" wfd-id=\"160\"><div class=\"tcb-flex-col\" wfd-id=\"164\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec253ef3a\" style=\"\" wfd-id=\"166\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec256e611\" style=\"\" wfd-id=\"169\"><p data-css=\"tve-u-15ec25610c7\"><span data-css=\"tve-u-15ec268a0a3\" style=\"font-size: 45px; color: rgb(89, 171, 227);\" wfd-id=\"176\"><span data-css=\"tve-u-15ec26760e9\" style=\"font-family: ABeeZee;\" wfd-id=\"177\">â€</span></span><span data-css=\"tve-u-15ec256b908\" style=\"font-family: &quot;Amatic SC&quot;;\" wfd-id=\"175\">&nbsp; &nbsp; &nbsp;</span><span data-css=\"tve-u-15ec2680494\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"173\"><span data-css=\"tve-u-15ec269379d\" style=\"font-size: 45px;\" wfd-id=\"174\">my chester enjoys being with them!</span> &nbsp; &nbsp;&nbsp;</span><span data-css=\"tve-u-15ec255fe12\" style=\"font-family: ABeeZee; font-weight: 400; color: rgb(89, 171, 227); font-size: 45px;\" wfd-id=\"172\">â€</span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2698d8d\" wfd-id=\"168\"><p data-css=\"tve-u-160266880a0\">We LOVE going for walks with our friends at Paw! Donâ€™t tell our mom &amp; dad,but we get really excited when they leave for work because we know it wonâ€™t be long before we get a visit from one of our favorite friends at PawCity! Best part is, they always let our parents know how ourwalk went right away so they dont have to worry about us!</p><p data-css=\"tve-u-15ec269736c\">We love you PawCity!! xoxo</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec26ab7b0\" style=\"\" wfd-id=\"167\"><p data-css=\"tve-u-15ec26a92a2\"><strong>Anna Olson</strong>, Chesterâ€™s Mom</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"161\"><div class=\"tcb-col\" wfd-id=\"163\"></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec26c390a\" id=\"aboutus\" wfd-id=\"148\">\n<div class=\"tve-page-section-out\" wfd-id=\"156\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec26b9914\" wfd-id=\"149\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15ee1037a1d\" data-tag=\"h1\" wfd-id=\"153\"><h1 data-css=\"tve-u-15ec26bd2e8\">About us</h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec31ba260\" wfd-id=\"150\"><p data-css=\"tve-u-15ec2443105\" style=\"text-align: center;\">At PawCity, we lead lives full of the unconditional love and happiness we receive from the furballs we get to spend time with everyday and we have this beautiful city and all the beautiful people in it to thank. We love you and your pups!!</p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec26ec232\" wfd-id=\"117\">\n<div class=\"tve-page-section-out\" wfd-id=\"147\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec26e5812\" wfd-id=\"118\"><div class=\"thrv_wrapper thrv-columns tcb-window-width\" style=\"width: 1603px; left: -1px;\" data-css=\"tve-u-15ee106257d\" wfd-id=\"119\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2\" data-css=\"tve-u-15ec26fee25\" wfd-id=\"120\"><div class=\"tcb-flex-col c-33\" wfd-id=\"142\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec2a38bfd\" wfd-id=\"144\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec2a33d71\" wfd-id=\"145\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"146\"><img class=\"tve_image wp-image-7399\" alt=\"\" width=\"830\" height=\"775\" title=\"about_us_dog\" data-id=\"7399\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/about_us_dog.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col c-66\" wfd-id=\"121\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec27075e1\" wfd-id=\"123\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160309f3e5d\" wfd-id=\"136\">\n<div class=\"tve-content-box-background\" wfd-id=\"141\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160309b397d\" wfd-id=\"137\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-160309b00b4\" data-float=\"1\" wfd-id=\"139\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"140\"><img class=\"tve_image wp-image-7404\" alt=\"\" width=\"64\" height=\"64\" title=\"dog_paw\" data-id=\"7404\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/dog_paw.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16030a08afd\" wfd-id=\"138\"><p>We moved to New York City with our black bulldog rescue, Blakely, in 2007 after graduating from the University of Maryland. Immediately, we realized what a dog-crazy place it was.</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160309f6c04\" wfd-id=\"130\">\n<div class=\"tve-content-box-background\" wfd-id=\"135\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160309b397d\" wfd-id=\"131\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-160309ddca8\" data-float=\"1\" wfd-id=\"133\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"134\"><img class=\"tve_image wp-image-7403\" alt=\"\" width=\"64\" height=\"64\" title=\"dog_house\" data-id=\"7403\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/dog_house.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16030a09626\" wfd-id=\"132\"><p>We knew right away that we wanted to work with the animals that we loved and that had given us so much love since we were little girls. We started PawCity Dog Walking in July of 2010.</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16030975307\" wfd-id=\"124\">\n<div class=\"tve-content-box-background\" wfd-id=\"129\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160309b397d\" wfd-id=\"125\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16030a013d7\" data-float=\"1\" wfd-id=\"127\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"128\"><img class=\"tve_image wp-image-7405\" alt=\"\" width=\"64\" height=\"64\" title=\"spinning_wheel\" data-id=\"7405\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/spinning_wheel.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160309b344b\" wfd-id=\"126\"><p>We cover the entire width of the East Side, from 96th Street to Delancey and handle every type of personality imaginable. At PawCity, we lead lives full of the unconditional love and happiness we receive from the furballs we get to spend time with everyday.</p></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" data-css=\"tve-u-15ec2a56438\" style=\"width: 1603px; left: 0px;\" id=\"getyourcoupon\" wfd-id=\"99\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ec2a5bb35\" wfd-id=\"116\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec2a5540e\" wfd-id=\"100\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ec2a80647\" wfd-id=\"101\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15ec2a9b8a9\" wfd-id=\"115\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ec2a81a9f\" wfd-id=\"102\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2a6f589\" wfd-id=\"111\"><p data-css=\"tve-u-15ec2a6b447\"><span data-css=\"tve-u-15ec2a6d9d8\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"114\"><strong>Get Your Coupon</strong></span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2aaa9a4\" wfd-id=\"109\"><p data-css=\"tve-u-15ec2ab1d6d\">We strive to keep both you and your pup as happy and comfortable as possible while youâ€™re out earning those big bucks.</p><p data-css=\"tve-u-15ec2ab1d82\"><br></p><p data-css=\"tve-u-15ec2aa8e2e\"><strong>Get <span data-css=\"tve-u-15ec2aafa24\" style=\"color: rgb(89, 171, 227);\" wfd-id=\"110\">20%</span> off your first walk. Enter your email and we\'ll send you your coupon.</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ec2abe257\" wfd-id=\"103\">\n<div class=\"tve-content-box-background\" wfd-id=\"108\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ec2acb421\" wfd-id=\"104\"><div class=\"thrv_wrapper thrv-button tve_ea_thrive_lightbox\" data-css=\"tve-u-15ec2ac01df\" data-tcb_hover_state_parent=\"false\" data-button-style=\"full_rounded\" wfd-id=\"105\">\n<a href=\"#\" class=\"tcb-button-link tve_evt_manager_listen tve_et_click\" data-tcb-events=\"__TCB_EVENT_[{&quot;config&quot;:{&quot;l_anim&quot;:&quot;zoom_in&quot;,&quot;l_id&quot;:&quot;265&quot;},&quot;a&quot;:&quot;thrive_lightbox&quot;,&quot;t&quot;:&quot;click&quot;}]_TNEVE_BCT__\">\n<span class=\"tcb-button-texts\" wfd-id=\"106\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-15ebe925072\" wfd-id=\"107\">Get Your Coupon Now</span></span>\n</a>\n</div></div>\n</div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-15ec2b0a32a\" id=\"areaweserve\" wfd-id=\"79\">\n<div class=\"tve-page-section-out\" wfd-id=\"98\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15f76fcb7df\" wfd-id=\"80\"><div class=\"thrv_wrapper thrv-columns\" style=\"\" data-css=\"tve-u-15ee103f44a\" wfd-id=\"81\"><div class=\"tcb-flex-row tcb--cols--2 tcb-medium-wrap\" data-css=\"tve-u-15ec2ae8715\" wfd-id=\"82\"><div class=\"tcb-flex-col c-33\" wfd-id=\"87\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec2b37666\" wfd-id=\"89\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"94\"><p data-css=\"tve-u-15ec2af6c4b\"><span data-css=\"tve-u-15ec2af6c4e\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"97\">area we serve</span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"90\"><p>As a small team of experienced dog owners and lovers, we really get to know you and your dog and we canguarantee consistent and personal care that is equal to your love and attention.</p><p><br></p><p><strong><span data-css=\"tve-u-15ec2afed17\" style=\"color: rgb(89, 171, 227);\" wfd-id=\"93\">We are so excited to make you a part of the family!</span></strong></p></div></div></div><div class=\"tcb-flex-col c-66\" wfd-id=\"83\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec2b33f06\" wfd-id=\"85\"><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-15ec2b3b468\" wfd-id=\"86\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=blakely, united states&amp;t=m&amp;z=11&amp;output=embed&amp;iwloc=near\"></iframe>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" data-css=\"tve-u-15ec2b5d54c\" style=\"width: 1603px; left: 0px;\" id=\"contact\" wfd-id=\"38\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ec2b56fac\" wfd-id=\"78\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec2b54c99\" wfd-id=\"39\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1602b31dfcd\" wfd-id=\"40\"><div class=\"tcb-flex-row tcb-resized tcb-medium-wrap tcb--cols--3\" data-css=\"tve-u-1602b37ce9d\" wfd-id=\"41\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1602be453ec\" style=\"\" wfd-id=\"72\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"74\"><div class=\"tcb-clear\" data-css=\"tve-u-1602bff3cd5\" wfd-id=\"75\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec2b6e126\" wfd-id=\"76\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"77\"><img class=\"tve_image wp-image-283\" alt=\"Logo \" width=\"300\" height=\"52\" title=\"Logo\" data-id=\"283\" src=\"//bestcerakoteflorida.com/wp-content/uploads/2018/09/Logo-300x52.jpg\" style=\"width: 100%;\"></span></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1602be45437\" style=\"\" wfd-id=\"56\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1602be56dfc\" wfd-id=\"58\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1602bfebaf9\" wfd-id=\"59\">\n<div class=\"tve-content-box-background\" wfd-id=\"71\"></div>\n<div class=\"tve-cb\" wfd-id=\"60\"><div class=\"tcb-clear\" data-css=\"tve-u-1602bf36e2c\" wfd-id=\"68\"><div class=\"thrv_wrapper tve_image_caption tcb-mobile-hidden\" data-css=\"tve-u-1602be7db66\" data-float=\"1\" wfd-id=\"69\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"70\"><img class=\"tve_image wp-image-7369\" alt=\"\" width=\"64\" height=\"64\" title=\"location\" data-id=\"7369\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/location.png\" style=\"width: 100%;\"></span></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1602bf25f10\" wfd-id=\"61\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1602befe215\" wfd-id=\"62\"><p data-css=\"tve-u-1602bfa220e\"><strong><span data-css=\"tve-u-1602b324a9b\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"67\">67 E. 3rd Street</span></strong><span data-css=\"tve-u-1602b324a9c\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"66\"> </span><span data-css=\"tve-u-1602b324ab9\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"65\">Suite B New York, NY 10003</span></p></div></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1602be4545b\" style=\"\" wfd-id=\"42\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"44\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1602bfea280\" wfd-id=\"45\">\n<div class=\"tve-content-box-background\" wfd-id=\"55\"></div>\n<div class=\"tve-cb\" wfd-id=\"46\"><div class=\"tcb-clear\" data-css=\"tve-u-1602bfc4bea\" wfd-id=\"52\"><div class=\"thrv_wrapper tve_image_caption tcb-mobile-hidden\" data-css=\"tve-u-1602bec144e\" data-float=\"1\" wfd-id=\"53\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"54\"><img class=\"tve_image wp-image-7370\" alt=\"\" width=\"64\" height=\"64\" title=\"phone\" data-id=\"7370\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/phone.png\" style=\"width: 100%;\"></span></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1602bfc74c3\" wfd-id=\"47\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1602b332fd9\" data-float=\"1\" wfd-id=\"48\"><p><a href=\"tel:#9548481911\" target=\"_blank\"><strong><span data-css=\"tve-u-1602b324a9b\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"51\">954-848-1911</span></strong></a><br></p></div></div></div>\n</div></div></div></div></div></div>\n</div>'),(2932,286,'tve_revision_tve_has_wistia_popover','0'),(2938,289,'tve_revision_tve_content_more_found',''),(2939,289,'tve_revision_tve_save_post',''),(2940,289,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Montserrat:400,200,300&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Amatic+SC:400&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=ABeeZee:400&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-160309b397d\"]::after { clear: both; }[data-css=\"tve-u-160309b344b\"] { position: relative !important; margin-left: 100px !important; }[data-css=\"tve-u-160309b00b4\"] + div { clear: none; }[data-css=\"tve-u-160309b00b4\"] { float: none; width: 60px; position: absolute; margin-bottom: 0px !important; margin-top: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-16030975307\"] { max-width: 75%; margin-left: 80px !important; }[data-css=\"tve-u-1602bfa220e\"] { line-height: 1.85em !important; }[data-css=\"tve-u-1602be7db66\"] { float: left; width: 40px; z-index: 3; position: relative; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1602be56dfc\"]::after { clear: both; }[data-css=\"tve-u-1602be4545b\"] { max-width: 25%; }[data-css=\"tve-u-1602be45437\"] { max-width: 48.1%; }[data-css=\"tve-u-1602be453ec\"] { max-width: 26.9%; }[data-css=\"tve-u-1602b37ce9d\"] > .tcb-flex-col > .tcb-col { justify-content: center; }[data-css=\"tve-u-1602b332fd9\"] { max-width: 264px; position: relative; float: right; z-index: 3; width: 100%; padding-left: 1px !important; margin-top: 1px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1602b324a9c\"] { color: rgb(74, 163, 223) !important; }[data-css=\"tve-u-1602b324a9b\"] { color: rgb(74, 163, 223) !important; }[data-css=\"tve-u-1602b31dfcd\"] { max-width: 1296px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15f76fcb7df\"] { max-width: 100%; }[data-css=\"tve-u-15f0064f814\"] { color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-15ec313e743\"]:hover p, #tve_editor [data-css=\"tve-u-15ec313e743\"]:hover li, #tve_editor [data-css=\"tve-u-15ec313e743\"]:hover blockquote, #tve_editor [data-css=\"tve-u-15ec313e743\"]:hover address { color: rgb(89, 171, 227); }[data-css=\"tve-u-15f003784ab\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15f00369f5e\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15f003655f8\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15f003606db\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15f0034f748\"] { color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-15f002fa8f6\"] { color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-15ec313e743\"] p, #tve_editor [data-css=\"tve-u-15ec313e743\"] li, #tve_editor [data-css=\"tve-u-15ec313e743\"] blockquote, #tve_editor [data-css=\"tve-u-15ec313e743\"] address { font-size: 16px; }[data-css=\"tve-u-15ec313e743\"] { text-align: center; padding-left: 0px !important; margin-left: 0px !important; margin-right: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-15ee121fb1c\"] .tcb-flex-col { flex-basis: 285px !important; }[data-css=\"tve-u-15ec30a8a14\"]::after { clear: both; }#tve_editor [data-css=\"tve-u-15ebe90cfb0\"] { font-size: 96px !important; }[data-css=\"tve-u-15ee1237243\"] { box-shadow: rgba(73, 137, 181, 0.15) -3px 7px 69px 10px; }[data-css=\"tve-u-15ee1232726\"] { box-shadow: rgba(73, 137, 181, 0.15) -3px 7px 69px 10px; }[data-css=\"tve-u-15ee121fb1c\"] > .tcb-flex-col > .tcb-col { min-height: 503px; }[data-css=\"tve-u-15ee1225fdf\"] { box-shadow: rgba(73, 137, 181, 0.15) -3px 7px 69px 10px; }[data-css=\"tve-u-15ee121fb1c\"] { margin-left: -60px; min-height: inherit; }[data-css=\"tve-u-15ee121fb1c\"] > .tcb-flex-col { padding-left: 60px; }[data-css=\"tve-u-15ee121a6d1\"] { float: none; max-width: 1296px; text-align: center; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ee1211b9b\"] { max-width: 1603px; text-align: center; }[data-css=\"tve-u-15ec26fee25\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-15ee106257d\"] { max-width: 100%; }[data-css=\"tve-u-15ec3055cca\"] { max-width: 1370px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ee103f44a\"] { float: none; max-width: 1296px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ee1037a1d\"] { float: none; max-width: 1296px; margin-left: auto !important; margin-right: auto !important; }#tve_editor [data-css=\"tve-u-15ec2ac01df\"]:hover .tcb-button-link { box-shadow: rgba(73, 137, 181, 0.25) -3px 7px 73px 18px; background-color: rgb(149, 250, 201) !important; }#tve_editor [data-css=\"tve-u-15ebe91a626\"]:hover .tcb-button-link { box-shadow: rgba(73, 137, 181, 0.25) -3px 7px 73px 18px; border: 0px dashed rgb(255, 255, 255); background-color: rgb(149, 250, 201) !important; font-weight: normal !important; background-image: none !important; }[data-css=\"tve-u-15ebe8a2edd\"] > .tcb-flex-col > .tcb-col { justify-content: center; }[data-css=\"tve-u-15ec3017516\"] { margin-top: 60px !important; padding-bottom: 50px !important; }[data-css=\"tve-u-15ec2b6e126\"] { width: 274px; }[data-css=\"tve-u-15ec2b5d54c\"] { margin-top: 83px !important; }[data-css=\"tve-u-15ec2b56fac\"] { opacity: 1; filter: grayscale(0%) blur(0px); background-image: linear-gradient(rgb(0, 0, 0), rgb(0, 0, 0)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-15ec2b54c99\"] { max-width: 1586px; min-height: 100px !important; }[data-css=\"tve-u-15ec2b3b468\"] { box-shadow: rgba(89, 171, 227, 0.15) -3px 7px 69px 10px; margin-top: 0px !important; margin-bottom: 0px !important; margin-left: 38px !important; }[data-css=\"tve-u-15ec2b37666\"] { margin-top: 114px !important; }[data-css=\"tve-u-15ec2b33f06\"] { padding-left: 0px !important; }[data-css=\"tve-u-15ec2b0a32a\"] { margin-top: 76px !important; }[data-css=\"tve-u-15ec2ae8715\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-15ec2afed17\"] { color: rgb(89, 171, 227) !important; }[data-css=\"tve-u-15ec2ae8715\"] { float: none; max-width: 1453px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2acb421\"] { min-height: 162px; }[data-css=\"tve-u-15ec2aafa24\"] { color: rgb(89, 171, 227) !important; }[data-css=\"tve-u-15ec2aaa9a4\"] { float: none; max-width: 1440px; margin-left: auto !important; margin-right: auto !important; margin-top: 25px !important; }#tve_editor [data-css=\"tve-u-15ec2aa8e2e\"] { letter-spacing: 1px; color: rgb(255, 255, 255) !important; font-size: 20px !important; }[data-css=\"tve-u-15ec2a9b8a9\"] { border: 1px solid rgb(89, 171, 227) !important; }[data-css=\"tve-u-15ec2a81a9f\"] { min-height: 162px; }[data-css=\"tve-u-15ec2a80647\"] { float: none; max-width: 97%; margin-left: auto !important; margin-right: auto !important; margin-top: 55px !important; }[data-css=\"tve-u-15ec2a6f589\"] { float: none; max-width: 1440px; margin-top: 55px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2a6d9d8\"] { font-family: \"Amatic SC\" !important; font-weight: 400 !important; }#tve_editor [data-css=\"tve-u-15ec2a6b447\"] { color: rgb(89, 171, 227) !important; font-size: 70px !important; }[data-css=\"tve-u-15ec2a5bb35\"] { background-image: linear-gradient(rgba(28, 54, 85, 0.8), rgba(28, 54, 85, 0.8)), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/coupon_background.jpg\") !important; background-size: auto, cover !important; background-position: 0px 0px, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-15ec2a56438\"] { margin-top: 69px !important; }[data-css=\"tve-u-15ec2a5540e\"] { max-width: 100%; text-align: center; min-height: 561px !important; }[data-css=\"tve-u-15ec2a38bfd\"] { margin-right: 0px !important; padding-right: 0px !important; margin-left: 0px !important; }[data-css=\"tve-u-15ec2a33d71\"] { width: 830px; position: relative; top: 0px; left: 40px; z-index: 7; float: none; padding-right: 0px !important; padding-left: 0px !important; }[data-css=\"tve-u-15ec27075e1\"] { border-left: 2px dashed rgb(232, 238, 241); border-top: 1px solid rgb(232, 238, 241); border-bottom: 1px solid rgb(232, 238, 241); }[data-css=\"tve-u-15ec26fee25\"] > .tcb-flex-col > .tcb-col { min-height: 612px; }[data-css=\"tve-u-15ec26fee25\"] { min-height: inherit; margin-left: 0px; padding-top: 0px !important; padding-bottom: 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-15ec26ec232\"] { margin-top: 66px !important; }[data-css=\"tve-u-15ec26e5812\"] { max-width: 100%; min-height: 586px !important; }[data-css=\"tve-u-15ec26c390a\"] { margin-top: 60px !important; }#tve_editor [data-css=\"tve-u-15ec26bd2e8\"] { color: rgb(24, 45, 60) !important; font-size: 70px !important; }[data-css=\"tve-u-15ec26b9914\"] { max-width: 1434px; text-align: center; }[data-css=\"tve-u-15ec26ab7b0\"] { margin-top: 67px !important; }#tve_editor [data-css=\"tve-u-15ec26a92a2\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15ec2698d8d\"] { float: none; max-width: 600px; margin-left: auto !important; margin-right: auto !important; margin-top: 30px !important; }#tve_editor [data-css=\"tve-u-15ec269736c\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15ec269379d\"] { font-size: 45px !important; }[data-css=\"tve-u-15ec268a0a3\"] { font-size: 45px !important; color: rgb(89, 171, 227) !important; }[data-css=\"tve-u-15ec256e611\"] { margin-top: 0px !important; }#tve_editor [data-css=\"tve-u-15ec25610c7\"] { font-size: 40px !important; color: rgb(89, 171, 227) !important; }[data-css=\"tve-u-15ec255fe12\"] { font-family: ABeeZee !important; font-weight: 400 !important; color: rgb(89, 171, 227) !important; font-size: 45px !important; }[data-css=\"tve-u-15ec254985a\"] { margin-right: 0px !important; }[data-css=\"tve-u-15ec253ef3a\"] { text-align: center; background-image: linear-gradient(rgba(24, 45, 60, 0.95), rgba(24, 45, 60, 0.95)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; margin-top: 0px !important; padding-top: 130px !important; padding-bottom: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-15ec253a41f\"] > .tcb-flex-col > .tcb-col { min-height: 661px; }[data-css=\"tve-u-15ec253a41f\"] { min-height: inherit; float: none; max-width: 1474px; z-index: 3; position: relative; padding-top: 0px !important; padding-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; padding-right: 0px !important; }[data-css=\"tve-u-15ec24f97c0\"] { background-image: linear-gradient(rgba(42, 51, 68, 0.1), rgba(42, 51, 68, 0.1)), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/testimonial_bg.jpg\") !important; background-size: auto, cover !important; background-position: 0px 0px, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-15ec24f790d\"] { min-height: 661px !important; }[data-css=\"tve-u-15ec24f494c\"] { margin-top: 60px !important; }[data-css=\"tve-u-15ec24d5e15\"] + div { clear: none; }[data-css=\"tve-u-15ec24d5e15\"] { float: none; width: 65px; margin-left: auto !important; margin-right: auto !important; margin-top: 40px !important; }[data-css=\"tve-u-15ec24ae116\"] + div { clear: none; }[data-css=\"tve-u-15ec24ae116\"] { float: none; width: 73px; margin-left: auto !important; margin-right: auto !important; margin-top: 40px !important; }[data-css=\"tve-u-15ec249b3f6\"] { line-height: 1.9em !important; }[data-css=\"tve-u-15ec2492191\"] { margin-left: 25px !important; margin-right: 25px !important; margin-top: 25px !important; }#tve_editor [data-css=\"tve-u-15ec2487407\"] { text-transform: uppercase !important; color: rgb(135, 156, 171) !important; font-size: 17px !important; }#tve_editor [data-css=\"tve-u-15ec2481d17\"] { font-size: 20px !important; }[data-css=\"tve-u-15ec2477274\"] + div { clear: none; }[data-css=\"tve-u-15ec2477274\"] { float: none; width: 55px; margin-left: auto !important; margin-right: auto !important; margin-top: 40px !important; }[data-css=\"tve-u-15ec2448fdb\"] { float: none; max-width: 1296px; margin-top: 10px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2443105\"] { line-height: 1.8em !important; }[data-css=\"tve-u-15ebea49c0c\"] { float: none; max-width: 1440px; margin-left: auto !important; margin-right: auto !important; margin-top: 0px !important; }#tve_editor [data-css=\"tve-u-15ebea42b31\"] { color: rgb(24, 45, 60) !important; font-size: 70px !important; }[data-css=\"tve-u-15ebea3a693\"] { max-width: 1434px; }#tve_editor [data-css=\"tve-u-15ebe925072\"] { font-family: Montserrat; letter-spacing: 0px; font-weight: 400; font-size: 20px !important; color: rgb(24, 45, 60) !important; }[data-css=\"tve-u-15ebe91a626\"] { display: block; max-width: 423px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ebe91a626\"] .tcb-button-link { border-radius: 200px; min-height: 67.1429px; font-size: 1.6em; padding-top: 0px; padding-bottom: 0px; border: 1px solid rgb(0, 0, 0); box-shadow: rgba(0, 0, 0, 0.4) 0px 3px 8px 1px; background-color: rgb(255, 255, 255) !important; padding-left: 15px !important; background-image: none !important; }[data-css=\"tve-u-15ebe916c34\"] { float: none; z-index: 3; position: relative; width: 100%; max-width: 733px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ebe90cfb0\"] { line-height: 1.1em !important; }[data-css=\"tve-u-15ebe906677\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 669px; margin-left: 50px !important; margin-top: 40px !important; }#tve_editor [data-css=\"tve-u-15ebe905473\"] { font-size: 22px !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15ebe8ee6c0\"]::after { clear: both; }[data-css=\"tve-u-15ebe8edca2\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 722px; padding-left: 0px !important; margin-left: 50px !important; margin-top: 104px !important; }[data-css=\"tve-u-15ebe8abb9e\"] { padding: 0px !important; }[data-css=\"tve-u-15ebe8a4d78\"] { clip-path: url(\"#clip-left-335f47a4c8f92\"); -webkit-clip-path: url(\"#clip-left-335f47a4c8f92\");  }[data-css=\"tve-u-15ebe8a2edd\"] { padding-bottom: 15px !important; padding-top: 15px !important; }[data-css=\"tve-u-15ebe89fb7a\"] { margin-left: -35px !important; }[data-css=\"tve-u-15ebe830a90\"] { clip-path: url(\"#clip-left-bb2526ca261ae\"); -webkit-clip-path: url(\"#clip-left-bb2526ca261ae\");  background-image: linear-gradient(rgb(89, 171, 227), rgb(89, 171, 227)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-15ebe827cb3\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 0px !important; }[data-css=\"tve-u-15ebe80a9a1\"] { min-height: 729px; }[data-css=\"tve-u-15ebe738fb8\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-15ebe738fb8\"] > .tcb-flex-col > .tcb-col { min-height: 729px; }[data-css=\"tve-u-15ebe738fb8\"] { min-height: inherit; margin-left: 0px; padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-15ebe73226c\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/header_image-1.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-15ebe72c974\"] { max-width: 1620px; }[data-css=\"tve-u-15ebe5d7b44\"] { background-image: linear-gradient(rgb(0, 0, 0), rgb(0, 0, 0)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-15ebe51d596\"] { max-width: 100%; min-height: 7px !important; }#tcb_landing_page h3 { font-family: Montserrat; font-weight: 200; font-size: 20px; color: rgb(24, 45, 60); }#tcb_landing_page h2 { font-family: \"Amatic SC\"; font-weight: 400; font-size: 70px; color: rgb(24, 45, 60); }#tcb_landing_page h1 { font-family: \"Amatic SC\"; font-weight: 400; font-size: 96px; color: rgb(255, 255, 255); }#tcb_landing_page p, #tcb_landing_page li { font-family: Montserrat; font-weight: 200; color: rgb(24, 45, 60); font-size: 18px; line-height: 1.667em; }[data-css=\"tve-u-15e09c94f7d\"] { background-color: rgb(255, 255, 255); }[data-css=\"tve-u-15ec256b908\"] { font-family: \"Amatic SC\" !important; font-weight: 400 !important; }[data-css=\"tve-u-15ec26760e9\"] { font-family: ABeeZee !important; font-weight: 400 !important; }[data-css=\"tve-u-15ec2680494\"] { font-family: \"Amatic SC\" !important; font-weight: 400 !important; }#tve_editor [data-css=\"tve-u-15ec2ab1d6d\"] { letter-spacing: 1px; color: rgb(255, 255, 255) !important; font-size: 20px !important; }#tve_editor [data-css=\"tve-u-15ec2ab1d82\"] { letter-spacing: 1px; color: rgb(255, 255, 255) !important; font-size: 20px !important; }[data-css=\"tve-u-15ec2abe257\"] { float: none; z-index: 3; position: relative; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2ac01df\"] { display: block; max-width: 423px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2ac01df\"] .tcb-button-link { border-radius: 200px; min-height: 67.1429px; font-size: 1.6em; padding-top: 0px; padding-bottom: 0px; background-color: rgb(105, 240, 174) !important; padding-left: 15px !important; }#tve_editor [data-css=\"tve-u-15ec2af6c4b\"] { color: rgb(24, 45, 60) !important; font-size: 70px !important; }[data-css=\"tve-u-15ec2af6c4e\"] { font-family: \"Amatic SC\" !important; font-weight: 400 !important; }[data-css=\"tve-u-15ec3192f72\"] { margin-left: 25px !important; margin-right: 25px !important; margin-top: 25px !important; }[data-css=\"tve-u-15ec31ba260\"] { float: none; max-width: 1296px; margin-top: 10px !important; margin-left: auto !important; margin-right: auto !important; }#tcb_landing_page a:hover:not(.tcb-button-link) { color: rgb(89, 171, 227); }#tcb_landing_page .tve-state-hovera:not(.tcb-button-link) { color: rgb(89, 171, 227); }#tve_editor [data-css=\"tve-u-160266880a0\"] { color: rgb(255, 255, 255) !important; font-family: Montserrat !important; }[data-css=\"tve-u-1602b324ab9\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1602bec144e\"] { width: 36px; float: left; z-index: 3; position: static; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1602befe215\"] { max-width: 386px; position: relative !important; padding-left: 1px !important; margin-top: 0px !important; margin-left: 50px !important; }[data-css=\"tve-u-160309ddca8\"] + div { clear: none; }[data-css=\"tve-u-160309ddca8\"] { float: none; width: 60px; position: absolute; margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-160309f3e5d\"] { max-width: 75%; margin-left: 80px !important; margin-top: 60px !important; margin-bottom: 40px !important; }[data-css=\"tve-u-160309f6c04\"] { max-width: 75%; margin-left: 80px !important; margin-top: 60px !important; margin-bottom: 80px !important; }[data-css=\"tve-u-16030a013d7\"] + div { clear: none; }[data-css=\"tve-u-16030a013d7\"] { float: none; width: 60px; position: absolute; margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-16030a08afd\"] { position: relative !important; margin-left: 100px !important; }[data-css=\"tve-u-16030a09626\"] { position: relative !important; margin-left: 100px !important; }#tcb_landing_page a.tve-state-hover:not(.tcb-button-link) { color: rgb(89, 171, 227); }[data-css=\"tve-u-165b813034a\"] { border-bottom: 1px solid rgb(255, 255, 255); padding: 0px !important; }#tve_editor [data-css=\"tve-u-165b814869f\"] { font-family: Montserrat; letter-spacing: 0px; font-weight: 400; font-size: 18px !important; color: rgb(24, 45, 60) !important; text-transform: capitalize !important; }[data-css=\"tve-u-165bce18a46\"] { max-width: 73.7%; }[data-css=\"tve-u-165b813034a\"] .tve-page-section-in { display: block; }[data-css=\"tve-u-165bcef972c\"] { max-width: 26.3%; }[data-css=\"tve-u-165bcf2cfcd\"] { width: 335px; }[data-css=\"tve-u-165bcf3f4af\"] { padding-bottom: 0px !important; padding-top: 0px !important; }[data-css=\"tve-u-165bcf40f41\"] { float: none; width: 100%; margin: 0px auto !important; }[data-css=\"tve-u-15ec3152b02\"] { text-align: center; }}@media (max-width: 1023px){[data-css=\"tve-u-1602b332fd9\"] { float: none; max-width: 121px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1602befe215\"] { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1602b37ce9d\"] .tcb-flex-col { flex-basis: 420px !important; }[data-css=\"tve-u-1602bec144e\"] { float: none; z-index: 3; position: relative; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1602be7db66\"] { float: none; z-index: 3; position: relative; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2a38bfd\"] { text-align: left; }[data-css=\"tve-u-15ec27075e1\"] { margin-top: 0px !important; }[data-css=\"tve-u-15ee1237243\"] { margin-top: 52px !important; }[data-css=\"tve-u-15ee121a6d1\"] { margin-left: 33px !important; margin-right: 33px !important; }[data-css=\"tve-u-15ebe51d596\"] { text-align: left; }[data-css=\"tve-u-15ec2b6e126\"] { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2b54c99\"] { text-align: left; }[data-css=\"tve-u-15ec2b3b468\"] { margin-left: 0px !important; margin-top: 20px !important; }[data-css=\"tve-u-15ec2b37666\"] { margin-top: 0px !important; }[data-css=\"tve-u-15ec2a80647\"] { margin-top: 0px !important; padding-left: 10px !important; padding-right: 10px !important; }[data-css=\"tve-u-15ec2a5540e\"] { max-width: 720px; }[data-css=\"tve-u-15ec2a33d71\"] { width: 395px; float: none; z-index: 3; position: relative; margin: 80px auto 0px !important; }[data-css=\"tve-u-15ec26b9914\"] { max-width: 720px; }[data-css=\"tve-u-15ec253ef3a\"] { padding: 25px 10px !important; }[data-css=\"tve-u-15ebea3a693\"] { max-width: 720px; }[data-css=\"tve-u-15ec30a8a14\"]::after { clear: both; }[data-css=\"tve-u-15ebe916c34\"] { max-width: 376px; }[data-css=\"tve-u-15ebe8a2edd\"] > .tcb-flex-col > .tcb-col { justify-content: center; min-height: 91px; }[data-css=\"tve-u-15ec3055cca\"] { text-align: center; margin-top: 0px !important; }[data-css=\"tve-u-15ebe8a2edd\"] { min-height: inherit; float: none; max-width: 100%; padding-top: 0px !important; padding-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ebe830a90\"] { clip-path: url(\"#clip-tablet-left-bb2526ca261ae\"); -webkit-clip-path: url(\"#clip-tablet-left-bb2526ca261ae\");  }[data-css=\"tve-u-15ebe91a626\"] { margin-left: 30px !important; }[data-css=\"tve-u-15ebe906677\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 336px; margin-left: 30px !important; }[data-css=\"tve-u-15ebe8edca2\"] { margin-left: 30px !important; }[data-css=\"tve-u-15ebe89fb7a\"] { margin-left: -35px !important; }[data-css=\"tve-u-15ebe827cb3\"] { max-width: 100%; }#tve_editor [data-css=\"tve-u-15ebe90cfb0\"] { font-size: 84px !important; }}@media (max-width: 767px){[data-css=\"tve-u-160309b344b\"] { margin-left: 10px !important; margin-top: 30px !important; margin-right: 10px !important; }[data-css=\"tve-u-16030a013d7\"] { position: static; }[data-css=\"tve-u-16030a09626\"] { margin-left: 10px !important; margin-top: 30px !important; margin-right: 10px !important; }[data-css=\"tve-u-160309ddca8\"] { position: static; }[data-css=\"tve-u-16030a08afd\"] { margin-left: 10px !important; margin-right: 10px !important; margin-top: 30px !important; }[data-css=\"tve-u-160309b00b4\"] { position: static; }[data-css=\"tve-u-16030975307\"] { max-width: 100%; margin-left: 10px !important; margin-right: 10px !important; }[data-css=\"tve-u-160309f6c04\"] { max-width: 100%; margin-left: 10px !important; margin-right: 10px !important; }[data-css=\"tve-u-160309f3e5d\"] { max-width: 100%; margin-left: 10px !important; margin-right: 10px !important; }[data-css=\"tve-u-15ec2a38bfd\"]::after { clear: both; }[data-css=\"tve-u-1602bff3cd5\"]::after { clear: both; }[data-css=\"tve-u-1602bfea280\"] { margin-top: 0px !important; margin-bottom: 20px !important; }[data-css=\"tve-u-15ec2b6e126\"] { float: left; z-index: 3; position: relative; margin-left: 24px !important; }[data-css=\"tve-u-1602bf25f10\"]::after { clear: both; }[data-css=\"tve-u-1602b332fd9\"] { max-width: 257px; float: left; z-index: 3; position: relative; width: 100%; margin-top: 20px !important; margin-left: 20px !important; }[data-css=\"tve-u-15ec253ef3a\"] { padding-top: 30px !important; padding-bottom: 30px !important; }[data-css=\"tve-u-15ee1237243\"] { margin-top: 25px !important; }[data-css=\"tve-u-15ee1232726\"] { margin-top: 25px !important; }[data-css=\"tve-u-15ec2ae8715\"] { margin-left: -15px; }[data-css=\"tve-u-15ec2ae8715\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-15ec2b33f06\"] { margin-right: 0px !important; }[data-css=\"tve-u-15ec26fee25\"] > .tcb-flex-col > .tcb-col { min-height: 387px; }[data-css=\"tve-u-15ec26fee25\"] { margin-left: 0px; min-height: inherit; }[data-css=\"tve-u-15ec26fee25\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-15ec2a33d71\"] { position: static; margin-bottom: 0px !important; }[data-css=\"tve-u-15ec31ba260\"] { padding-left: 3px !important; padding-right: 3px !important; }[data-css=\"tve-u-15ec253a41f\"] > .tcb-flex-col > .tcb-col { min-height: 27px; }[data-css=\"tve-u-15ec253a41f\"] { margin-left: 0px; min-height: inherit; }[data-css=\"tve-u-15ec253a41f\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-15ec254985a\"] { margin-top: 0px !important; }[data-css=\"tve-u-15ec24f494c\"] { margin-top: 30px !important; }[data-css=\"tve-u-15ec256e611\"] { margin-top: 0px !important; }[data-css=\"tve-u-15ec3192f72\"] { margin-bottom: 32px !important; }[data-css=\"tve-u-15ec318421d\"] { margin-bottom: 34px !important; margin-top: -90px !important; }[data-css=\"tve-u-15ebe738fb8\"] > .tcb-flex-col > .tcb-col { min-height: 554px; }[data-css=\"tve-u-15ebe738fb8\"] { min-height: inherit; padding-bottom: 0px !important; }[data-css=\"tve-u-15ec3017516\"] { margin-top: 0px !important; padding-left: 5px !important; padding-right: 5px !important; }[data-css=\"tve-u-15ebe89fb7a\"] { margin-left: -20px !important; }[data-css=\"tve-u-15ec3055cca\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-15ebe916c34\"] { margin-bottom: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-15ec3152b02\"] { min-height: 226px; }[data-css=\"tve-u-15ebe80a9a1\"] { min-height: 554px; }[data-css=\"tve-u-15ebe91a626\"] { margin-left: 28px !important; margin-right: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-15ebe906677\"] { margin-left: 30px !important; }[data-css=\"tve-u-15ebe8edca2\"] { margin-left: 30px !important; margin-top: 45px !important; }[data-css=\"tve-u-15ebe827cb3\"] { max-width: 100%; }[data-css=\"tve-u-15ec313e743\"] { margin-left: 10px !important; margin-right: 10px !important; }[data-css=\"tve-u-1602befe215\"] { max-width: 257px; float: left; z-index: 3; position: relative; width: 100%; margin-top: 20px !important; margin-left: 20px !important; }[data-css=\"tve-u-15ebe73226c\"] { height: calc(100% - 33px); margin-top: 50px !important; }}'),(2941,289,'tve_revision_tve_user_custom_css','.thrv_text_element p {margin:0;}\n.thrv_heading h1,h2,h3 {margin:0;}'),(2942,289,'tve_revision_tve_page_events','a:0:{}'),(2943,289,'tve_revision_tve_globals','a:4:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";s:11:\"extra_icons\";a:1:{i:0;a:3:{s:11:\"font-family\";s:25:\"tve-ff-6797-59f9979fd5998\";s:3:\"css\";s:87:\"http://lp-build.thrivethemes.com/wp-content/uploads/tve-ff-6797-59f9979fd5998/style.css\";s:6:\"folder\";s:92:\"/home/thrivedevbitston/public_html/landingpages/wp-content/uploads/tve-ff-6797-59f9979fd5998\";}}s:6:\"lb_map\";a:1:{i:6808;s:3:\"265\";}s:8:\"font_cls\";a:0:{}}'),(2944,289,'tve_revision_tve_global_scripts',''),(2945,289,'tve_revision_thrive_icon_pack','0'),(2946,289,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(2947,289,'tve_revision_tve_has_masonry','0'),(2948,289,'tve_revision_tve_has_typefocus','0'),(2949,289,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-165b813034a\" wfd-id=\"209\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ebe5d7b44\" wfd-id=\"233\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ebe51d596\" wfd-id=\"210\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15ec3055cca\" wfd-id=\"211\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized\" data-css=\"tve-u-15ebe8a2edd\" wfd-id=\"212\"><div class=\"tcb-flex-col\" data-css=\"tve-u-165bcef972c\" style=\"\" wfd-id=\"223\"><div class=\"tcb-col\" wfd-id=\"225\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-165bcf40f41\" wfd-id=\"226\"><div class=\"tcb-flex-row tcb--cols--1\" data-css=\"tve-u-165bcf3f4af\" wfd-id=\"227\"><div class=\"tcb-flex-col\" wfd-id=\"228\"><div class=\"tcb-col\" wfd-id=\"230\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-165bcf2cfcd\" wfd-id=\"231\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"232\"><img class=\"tve_image wp-image-283\" alt=\"Logo \" width=\"1024\" height=\"176\" title=\"Logo\" data-id=\"283\" src=\"//bestcerakoteflorida.com/wp-content/uploads/2018/09/Logo-1024x176.jpg\" style=\"width: 100%;\"></span></div></div></div></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-165bce18a46\" style=\"\" wfd-id=\"213\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec313e743\" data-tcb_hover_state_parent=\"\" wfd-id=\"215\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" wfd-id=\"216\"><p data-css=\"tve-u-15f002fa8f6\"><span data-css=\"tve-u-15f0034f748\" style=\"color: rgb(255, 255, 255);\"><a href=\"#whatwedo\">What We Do</a></span>&nbsp; &nbsp; <span data-css=\"tve-u-15f003606db\" style=\"color: rgb(255, 255, 255);\"><a href=\"#testimonials\">Testimonials</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f003655f8\" style=\"color: rgb(255, 255, 255);\"><a href=\"#aboutus\">About Us</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f00369f5e\" style=\"color: rgb(255, 255, 255);\"><a href=\"#getyourcoupon\">Get Your Coupon</a></span>&nbsp; &nbsp; <span data-css=\"tve-u-15f0064f814\" style=\"color: rgb(255, 255, 255);\"><a href=\"#areaweserve\">Area We Serve</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f003784ab\" style=\"color: rgb(255, 255, 255);\"><a href=\"#contact\">Contact</a></span></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ebe8abb9e\" wfd-id=\"185\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ebe8a4d78\" data-clip-id=\"335f47a4c8f92\" wfd-id=\"208\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-left-335f47a4c8f92\" class=\"decoration-clip clip-path-left\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" pointer-width=\"6\" pointer-height=\"2.5\" style=\"curves\" decoration-type=\"none\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon><ellipse cx=\"0.025\" cy=\"0.029412\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.08823600000000001\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.14706\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.205884\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.264708\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.323532\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.38235600000000003\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.44118\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.500004\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.558828\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.617652\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.676476\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.7353000000000001\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.794124\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.852948\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.911772\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.970596\" rx=\"0.025\" ry=\"0.029412\"></ellipse></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ebe72c974\" wfd-id=\"186\"><div class=\"thrv_wrapper thrv-columns tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec318421d\" wfd-id=\"187\"><div class=\"tcb-flex-row tcb--cols--2 v-2\" data-css=\"tve-u-15ebe738fb8\" wfd-id=\"188\"><div class=\"tcb-flex-col\" wfd-id=\"205\"><div class=\"tcb-col\" data-css=\"tve-u-15ebe73226c\" wfd-id=\"207\"></div></div><div class=\"tcb-flex-col\" wfd-id=\"189\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ebe89fb7a\" wfd-id=\"191\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ebe827cb3\" wfd-id=\"192\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15ebe830a90\" data-clip-id=\"bb2526ca261ae\" wfd-id=\"204\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-left-bb2526ca261ae\" class=\"decoration-clip clip-path-left\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"none\" pointer-width=\"5.7\" pointer-height=\"2.5\" style=\"curves\" slanted-angle=\"5\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon><ellipse cx=\"0.025\" cy=\"0.027778\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.083334\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.13889\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.194446\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.250002\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.305558\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.361114\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.41667\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.47222600000000003\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.527782\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.583338\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.638894\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.69445\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.7500060000000001\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.805562\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.861118\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.916674\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.97223\" rx=\"0.025\" ry=\"0.027778\"></ellipse></clipPath><clipPath id=\"clip-tablet-left-bb2526ca261ae\" class=\"decoration-clip clip-path-tablet-left\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"divider\" pointer-width=\"5.7\" pointer-height=\"4\" style=\"curves\" slanted-angle=\"5\"><polygon points=\"0.04 0, 0.04 1, 1 1, 1 0\"></polygon><ellipse cx=\"0.04\" cy=\"0.027778\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.083334\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.13889\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.194446\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.250002\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.305558\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.361114\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.41667\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.47222600000000003\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.527782\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.583338\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.638894\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.69445\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.7500060000000001\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.805562\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.861118\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.916674\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.97223\" rx=\"0.04\" ry=\"0.027778\"></ellipse></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ebe80a9a1\" wfd-id=\"193\"><div class=\"tcb-clear\" data-css=\"tve-u-15ebe8ee6c0\" wfd-id=\"202\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15ebe8edca2\" data-tag=\"h1\" wfd-id=\"203\"><h1 data-css=\"tve-u-15ebe90cfb0\">Happy dogs =<br>â€‹â€‹â€‹â€‹â€‹happâ€‹â€‹â€‹â€‹y owners</h1></div></div><div class=\"tcb-clear\" data-css=\"tve-u-15ec30a8a14\" wfd-id=\"200\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ebe906677\" wfd-id=\"201\"><p data-css=\"tve-u-15ebe905473\">Offer your dog a premium walking experience</p></div></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ebe916c34\" wfd-id=\"194\">\n<div class=\"tve-content-box-background\" wfd-id=\"199\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ec3152b02\" wfd-id=\"195\"><div class=\"thrv_wrapper thrv-button tve_ea_thrive_lightbox\" data-css=\"tve-u-15ebe91a626\" data-tcb_hover_state_parent=\"false\" data-button-style=\"full_rounded\" wfd-id=\"196\">\n<a href=\"#\" class=\"tcb-button-link tve_evt_manager_listen tve_et_click\" data-tcb-events=\"__TCB_EVENT_[{&quot;config&quot;:{&quot;l_anim&quot;:&quot;zoom_in&quot;,&quot;l_id&quot;:265},&quot;a&quot;:&quot;thrive_lightbox&quot;,&quot;t&quot;:&quot;click&quot;}]_TNEVE_BCT__\">\n<span class=\"tcb-button-texts\" wfd-id=\"197\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-165b814869f\" wfd-id=\"198\">Get 10% OFF Your First Cerakote Project</span></span>\n</a>\n</div></div>\n</div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec3017516\" wfd-id=\"180\">\n<div class=\"tve-page-section-out\" wfd-id=\"184\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ebea3a693\" wfd-id=\"181\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15ebea49c0c\" id=\"whatwedo\" data-tag=\"h1\" wfd-id=\"183\"><h1 data-css=\"tve-u-15ebea42b31\" style=\"text-align: center;\">What We Do</h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2448fdb\" wfd-id=\"182\"><p data-css=\"tve-u-15ec2443105\" style=\"text-align: center;\">Our goal is to make sure the owners are comforted, the pups are exercised and happy and that we are getting our own puppy fixes. But letâ€™s be honest- itâ€™s their world, weâ€™re just living in it! As a small team of experienced dog owners and lovers, we really get to know you and your dog and we canguarantee consistent and personal care that is equal to your love and attention. We are so excited to make you a part of the family!</p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" wfd-id=\"151\">\n<div class=\"tve-page-section-out\" wfd-id=\"179\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ee1211b9b\" wfd-id=\"152\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15ee121a6d1\" wfd-id=\"153\"><div class=\"tcb-flex-row tcb--cols--3 tcb-medium-wrap\" data-css=\"tve-u-15ee121fb1c\" wfd-id=\"154\"><div class=\"tcb-flex-col\" wfd-id=\"171\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ee1225fdf\" wfd-id=\"173\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec2477274\" wfd-id=\"177\"><span class=\"tve_image_frame\" wfd-id=\"178\"><img class=\"tve_image wp-image-1596\" alt=\"\" width=\"55\" height=\"73\" title=\"what_do_icon_01\" data-id=\"1596\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_01.png\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"176\"><p data-css=\"tve-u-15ec2481d17\"><strong>First Class Care</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"175\"><p data-css=\"tve-u-15ec2487407\">all the best for them</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2492191\" wfd-id=\"174\"><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"163\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ee1232726\" wfd-id=\"165\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec24ae116\" wfd-id=\"169\"><span class=\"tve_image_frame\" wfd-id=\"170\"><img class=\"tve_image wp-image-1597\" alt=\"\" width=\"73\" height=\"73\" title=\"what_do_icon_02\" data-id=\"1597\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_02.png\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"168\"><p data-css=\"tve-u-15ec2481d17\"><strong>Snacks Included</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"167\"><p data-css=\"tve-u-15ec2487407\">for your little one</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec3192f72\" wfd-id=\"166\"><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"155\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ee1237243\" wfd-id=\"157\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec24d5e15\" wfd-id=\"161\"><span class=\"tve_image_frame\" wfd-id=\"162\"><img class=\"tve_image wp-image-1598\" alt=\"\" width=\"65\" height=\"73\" title=\"what_do_icon_03\" data-id=\"1598\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_03.png\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"160\"><p data-css=\"tve-u-15ec2481d17\"><strong>Regularly walks</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"159\"><p data-css=\"tve-u-15ec2487407\">to keep them ealthy</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2492191\" wfd-id=\"158\"><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris.</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-15ec24f494c\" id=\"testimonials\" style=\"\" wfd-id=\"131\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ec24f97c0\" wfd-id=\"150\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec24f790d\" wfd-id=\"132\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15ec254985a\" style=\"\" wfd-id=\"133\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-15ec253a41f\" wfd-id=\"134\"><div class=\"tcb-flex-col\" wfd-id=\"138\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec253ef3a\" style=\"\" wfd-id=\"140\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec256e611\" style=\"\" wfd-id=\"143\"><p data-css=\"tve-u-15ec25610c7\"><span data-css=\"tve-u-15ec268a0a3\" style=\"font-size: 45px; color: rgb(89, 171, 227);\" wfd-id=\"148\"><span data-css=\"tve-u-15ec26760e9\" style=\"font-family: ABeeZee;\" wfd-id=\"149\">â€</span></span><span data-css=\"tve-u-15ec256b908\" style=\"font-family: &quot;Amatic SC&quot;;\" wfd-id=\"147\">&nbsp; &nbsp; &nbsp;</span><span data-css=\"tve-u-15ec2680494\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"145\"><span data-css=\"tve-u-15ec269379d\" style=\"font-size: 45px;\" wfd-id=\"146\">my chester enjoys being with them!</span> &nbsp; &nbsp;&nbsp;</span><span data-css=\"tve-u-15ec255fe12\" style=\"font-family: ABeeZee; font-weight: 400; color: rgb(89, 171, 227); font-size: 45px;\" wfd-id=\"144\">â€</span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2698d8d\" wfd-id=\"142\"><p data-css=\"tve-u-160266880a0\">We LOVE going for walks with our friends at Paw! Donâ€™t tell our mom &amp; dad,but we get really excited when they leave for work because we know it wonâ€™t be long before we get a visit from one of our favorite friends at PawCity! Best part is, they always let our parents know how ourwalk went right away so they dont have to worry about us!</p><p data-css=\"tve-u-15ec269736c\">We love you PawCity!! xoxo</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec26ab7b0\" style=\"\" wfd-id=\"141\"><p data-css=\"tve-u-15ec26a92a2\"><strong>Anna Olson</strong>, Chesterâ€™s Mom</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"135\"><div class=\"tcb-col\" wfd-id=\"137\"></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec26c390a\" id=\"aboutus\" wfd-id=\"126\">\n<div class=\"tve-page-section-out\" wfd-id=\"130\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec26b9914\" wfd-id=\"127\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15ee1037a1d\" data-tag=\"h1\" wfd-id=\"129\"><h1 data-css=\"tve-u-15ec26bd2e8\">About us</h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec31ba260\" wfd-id=\"128\"><p data-css=\"tve-u-15ec2443105\" style=\"text-align: center;\">At PawCity, we lead lives full of the unconditional love and happiness we receive from the furballs we get to spend time with everyday and we have this beautiful city and all the beautiful people in it to thank. We love you and your pups!!</p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec26ec232\" wfd-id=\"95\">\n<div class=\"tve-page-section-out\" wfd-id=\"125\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec26e5812\" wfd-id=\"96\"><div class=\"thrv_wrapper thrv-columns tcb-window-width\" style=\"width: 1603px; left: -1px;\" data-css=\"tve-u-15ee106257d\" wfd-id=\"97\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2\" data-css=\"tve-u-15ec26fee25\" wfd-id=\"98\"><div class=\"tcb-flex-col c-33\" wfd-id=\"120\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec2a38bfd\" wfd-id=\"122\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec2a33d71\" wfd-id=\"123\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"124\"><img class=\"tve_image wp-image-7399\" alt=\"\" width=\"830\" height=\"775\" title=\"about_us_dog\" data-id=\"7399\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/about_us_dog.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col c-66\" wfd-id=\"99\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec27075e1\" wfd-id=\"101\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160309f3e5d\" wfd-id=\"114\">\n<div class=\"tve-content-box-background\" wfd-id=\"119\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160309b397d\" wfd-id=\"115\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-160309b00b4\" data-float=\"1\" wfd-id=\"117\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"118\"><img class=\"tve_image wp-image-7404\" alt=\"\" width=\"64\" height=\"64\" title=\"dog_paw\" data-id=\"7404\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/dog_paw.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16030a08afd\" wfd-id=\"116\"><p>We moved to New York City with our black bulldog rescue, Blakely, in 2007 after graduating from the University of Maryland. Immediately, we realized what a dog-crazy place it was.</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160309f6c04\" wfd-id=\"108\">\n<div class=\"tve-content-box-background\" wfd-id=\"113\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160309b397d\" wfd-id=\"109\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-160309ddca8\" data-float=\"1\" wfd-id=\"111\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"112\"><img class=\"tve_image wp-image-7403\" alt=\"\" width=\"64\" height=\"64\" title=\"dog_house\" data-id=\"7403\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/dog_house.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16030a09626\" wfd-id=\"110\"><p>We knew right away that we wanted to work with the animals that we loved and that had given us so much love since we were little girls. We started PawCity Dog Walking in July of 2010.</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16030975307\" wfd-id=\"102\">\n<div class=\"tve-content-box-background\" wfd-id=\"107\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160309b397d\" wfd-id=\"103\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16030a013d7\" data-float=\"1\" wfd-id=\"105\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"106\"><img class=\"tve_image wp-image-7405\" alt=\"\" width=\"64\" height=\"64\" title=\"spinning_wheel\" data-id=\"7405\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/spinning_wheel.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160309b344b\" wfd-id=\"104\"><p>We cover the entire width of the East Side, from 96th Street to Delancey and handle every type of personality imaginable. At PawCity, we lead lives full of the unconditional love and happiness we receive from the furballs we get to spend time with everyday.</p></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" data-css=\"tve-u-15ec2a56438\" style=\"width: 1603px; left: 0px;\" id=\"getyourcoupon\" wfd-id=\"79\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ec2a5bb35\" wfd-id=\"94\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec2a5540e\" wfd-id=\"80\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ec2a80647\" wfd-id=\"81\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15ec2a9b8a9\" wfd-id=\"93\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ec2a81a9f\" wfd-id=\"82\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2a6f589\" wfd-id=\"91\"><p data-css=\"tve-u-15ec2a6b447\"><span data-css=\"tve-u-15ec2a6d9d8\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"92\"><strong>Get Your Coupon</strong></span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2aaa9a4\" wfd-id=\"89\"><p data-css=\"tve-u-15ec2ab1d6d\">We strive to keep both you and your pup as happy and comfortable as possible while youâ€™re out earning those big bucks.</p><p data-css=\"tve-u-15ec2ab1d82\"><br></p><p data-css=\"tve-u-15ec2aa8e2e\"><strong>Get <span data-css=\"tve-u-15ec2aafa24\" style=\"color: rgb(89, 171, 227);\" wfd-id=\"90\">20%</span> off your first walk. Enter your email and we\'ll send you your coupon.</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ec2abe257\" wfd-id=\"83\">\n<div class=\"tve-content-box-background\" wfd-id=\"88\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ec2acb421\" wfd-id=\"84\"><div class=\"thrv_wrapper thrv-button tve_ea_thrive_lightbox\" data-css=\"tve-u-15ec2ac01df\" data-tcb_hover_state_parent=\"false\" data-button-style=\"full_rounded\" wfd-id=\"85\">\n<a href=\"#\" class=\"tcb-button-link tve_evt_manager_listen tve_et_click\" data-tcb-events=\"__TCB_EVENT_[{&quot;config&quot;:{&quot;l_anim&quot;:&quot;zoom_in&quot;,&quot;l_id&quot;:&quot;265&quot;},&quot;a&quot;:&quot;thrive_lightbox&quot;,&quot;t&quot;:&quot;click&quot;}]_TNEVE_BCT__\">\n<span class=\"tcb-button-texts\" wfd-id=\"86\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-15ebe925072\" wfd-id=\"87\">Get Your Coupon Now</span></span>\n</a>\n</div></div>\n</div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-15ec2b0a32a\" id=\"areaweserve\" wfd-id=\"63\">\n<div class=\"tve-page-section-out\" wfd-id=\"78\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15f76fcb7df\" wfd-id=\"64\"><div class=\"thrv_wrapper thrv-columns\" style=\"\" data-css=\"tve-u-15ee103f44a\" wfd-id=\"65\"><div class=\"tcb-flex-row tcb--cols--2 tcb-medium-wrap\" data-css=\"tve-u-15ec2ae8715\" wfd-id=\"66\"><div class=\"tcb-flex-col c-33\" wfd-id=\"71\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec2b37666\" wfd-id=\"73\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"76\"><p data-css=\"tve-u-15ec2af6c4b\"><span data-css=\"tve-u-15ec2af6c4e\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"77\">area we serve</span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"74\"><p>As a small team of experienced dog owners and lovers, we really get to know you and your dog and we canguarantee consistent and personal care that is equal to your love and attention.</p><p><br></p><p><strong><span data-css=\"tve-u-15ec2afed17\" style=\"color: rgb(89, 171, 227);\" wfd-id=\"75\">We are so excited to make you a part of the family!</span></strong></p></div></div></div><div class=\"tcb-flex-col c-66\" wfd-id=\"67\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec2b33f06\" wfd-id=\"69\"><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-15ec2b3b468\" wfd-id=\"70\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=blakely, united states&amp;t=m&amp;z=11&amp;output=embed&amp;iwloc=near\"></iframe>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" data-css=\"tve-u-15ec2b5d54c\" style=\"width: 1603px; left: 0px;\" id=\"contact\" wfd-id=\"26\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ec2b56fac\" wfd-id=\"62\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec2b54c99\" wfd-id=\"27\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1602b31dfcd\" wfd-id=\"28\"><div class=\"tcb-flex-row tcb-resized tcb-medium-wrap tcb--cols--3\" data-css=\"tve-u-1602b37ce9d\" wfd-id=\"29\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1602be453ec\" style=\"\" wfd-id=\"56\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"58\"><div class=\"tcb-clear\" data-css=\"tve-u-1602bff3cd5\" wfd-id=\"59\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec2b6e126\" wfd-id=\"60\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"61\"><img class=\"tve_image wp-image-283\" alt=\"Logo \" width=\"300\" height=\"52\" title=\"Logo\" data-id=\"283\" src=\"//bestcerakoteflorida.com/wp-content/uploads/2018/09/Logo-300x52.jpg\" style=\"width: 100%;\"></span></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1602be45437\" style=\"\" wfd-id=\"42\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1602be56dfc\" wfd-id=\"44\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1602bfebaf9\" wfd-id=\"45\">\n<div class=\"tve-content-box-background\" wfd-id=\"55\"></div>\n<div class=\"tve-cb\" wfd-id=\"46\"><div class=\"tcb-clear\" data-css=\"tve-u-1602bf36e2c\" wfd-id=\"52\"><div class=\"thrv_wrapper tve_image_caption tcb-mobile-hidden\" data-css=\"tve-u-1602be7db66\" data-float=\"1\" wfd-id=\"53\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"54\"><img class=\"tve_image wp-image-7369\" alt=\"\" width=\"64\" height=\"64\" title=\"location\" data-id=\"7369\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/location.png\" style=\"width: 100%;\"></span></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1602bf25f10\" wfd-id=\"47\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1602befe215\" wfd-id=\"48\"><p data-css=\"tve-u-1602bfa220e\"><strong><span data-css=\"tve-u-1602b324a9b\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"51\">67 E. 3rd Street</span></strong><span data-css=\"tve-u-1602b324a9c\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"50\"> </span><span data-css=\"tve-u-1602b324ab9\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"49\">Suite B New York, NY 10003</span></p></div></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1602be4545b\" style=\"\" wfd-id=\"30\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"32\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1602bfea280\" wfd-id=\"33\">\n<div class=\"tve-content-box-background\" wfd-id=\"41\"></div>\n<div class=\"tve-cb\" wfd-id=\"34\"><div class=\"tcb-clear\" data-css=\"tve-u-1602bfc4bea\" wfd-id=\"38\"><div class=\"thrv_wrapper tve_image_caption tcb-mobile-hidden\" data-css=\"tve-u-1602bec144e\" data-float=\"1\" wfd-id=\"39\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"40\"><img class=\"tve_image wp-image-7370\" alt=\"\" width=\"64\" height=\"64\" title=\"phone\" data-id=\"7370\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/phone.png\" style=\"width: 100%;\"></span></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1602bfc74c3\" wfd-id=\"35\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1602b332fd9\" data-float=\"1\" wfd-id=\"36\"><p><a href=\"tel:#9548481911\" target=\"_blank\"><strong><span data-css=\"tve-u-1602b324a9b\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"37\">954-848-1911</span></strong></a><br></p></div></div></div>\n</div></div></div></div></div></div>\n</div>'),(2950,289,'tve_revision_tve_has_wistia_popover','0'),(2951,290,'_wp_attached_file','2018/09/Logo.png'),(2952,290,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:751;s:6:\"height\";i:102;s:4:\"file\";s:16:\"2018/09/Logo.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"Logo-150x102.png\";s:5:\"width\";i:150;s:6:\"height\";i:102;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"Logo-300x41.png\";s:5:\"width\";i:300;s:6:\"height\";i:41;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:16:\"Logo-300x102.png\";s:5:\"width\";i:300;s:6:\"height\";i:102;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:15:\"Logo-600x81.png\";s:5:\"width\";i:600;s:6:\"height\";i:81;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:16:\"Logo-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:16:\"Logo-300x102.png\";s:5:\"width\";i:300;s:6:\"height\";i:102;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:15:\"Logo-600x81.png\";s:5:\"width\";i:600;s:6:\"height\";i:81;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:16:\"Logo-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2985,293,'tve_revision_tve_landing_page','tcb2-one-page-site-dog-walking'),(2969,292,'tve_revision_tve_landing_page','tcb2-one-page-site-dog-walking'),(2953,291,'tve_revision_tve_landing_page','tcb2-one-page-site-dog-walking'),(2954,291,'tve_revision_tve_disable_theme_dependency',''),(2955,291,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-165b813034a\" wfd-id=\"207\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ebe5d7b44\" wfd-id=\"233\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ebe51d596\" wfd-id=\"208\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15ec3055cca\" wfd-id=\"209\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized\" data-css=\"tve-u-15ebe8a2edd\" wfd-id=\"210\"><div class=\"tcb-flex-col\" data-css=\"tve-u-165bcef972c\" style=\"\" wfd-id=\"223\"><div class=\"tcb-col\" wfd-id=\"225\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-165bcf40f41\" wfd-id=\"226\"><div class=\"tcb-flex-row tcb--cols--1\" data-css=\"tve-u-165bcf3f4af\" wfd-id=\"227\"><div class=\"tcb-flex-col\" wfd-id=\"228\"><div class=\"tcb-col\" data-css=\"tve-u-165bd0d4b25\" wfd-id=\"230\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-165bd0cbfdc\" wfd-id=\"231\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"232\"><img class=\"tve_image wp-image-288\" alt=\"\" width=\"1024\" height=\"139\" title=\"Logo\" data-id=\"288\" src=\"//bestcerakoteflorida.com/wp-content/uploads/2018/09/Logo-1024x139.jpg\" style=\"width: 100%;\"></span></div></div></div></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-165bce18a46\" style=\"\" wfd-id=\"211\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec313e743\" data-tcb_hover_state_parent=\"\" wfd-id=\"213\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" wfd-id=\"214\"><p data-css=\"tve-u-15f002fa8f6\"><span data-css=\"tve-u-15f0034f748\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"222\"><a href=\"#whatwedo\">What We Do</a></span>&nbsp; &nbsp; <span data-css=\"tve-u-15f003606db\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"221\"><a href=\"#testimonials\">Testimonials</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f003655f8\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"220\"><a href=\"#aboutus\">About Us</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f00369f5e\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"219\"><a href=\"#getyourcoupon\">Get Your Coupon</a></span>&nbsp; &nbsp; <span data-css=\"tve-u-15f0064f814\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"218\"><a href=\"#areaweserve\">Area We Serve</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f003784ab\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"217\"><a href=\"#contact\">Contact</a></span></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ebe8abb9e\" wfd-id=\"181\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ebe8a4d78\" data-clip-id=\"335f47a4c8f92\" wfd-id=\"206\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-left-335f47a4c8f92\" class=\"decoration-clip clip-path-left\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" pointer-width=\"6\" pointer-height=\"2.5\" style=\"curves\" decoration-type=\"none\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon><ellipse cx=\"0.025\" cy=\"0.029412\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.08823600000000001\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.14706\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.205884\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.264708\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.323532\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.38235600000000003\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.44118\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.500004\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.558828\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.617652\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.676476\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.7353000000000001\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.794124\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.852948\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.911772\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.970596\" rx=\"0.025\" ry=\"0.029412\"></ellipse></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ebe72c974\" wfd-id=\"182\"><div class=\"thrv_wrapper thrv-columns tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec318421d\" wfd-id=\"183\"><div class=\"tcb-flex-row tcb--cols--2 v-2\" data-css=\"tve-u-15ebe738fb8\" wfd-id=\"184\"><div class=\"tcb-flex-col\" wfd-id=\"203\"><div class=\"tcb-col\" data-css=\"tve-u-15ebe73226c\" wfd-id=\"205\"></div></div><div class=\"tcb-flex-col\" wfd-id=\"185\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ebe89fb7a\" wfd-id=\"187\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ebe827cb3\" wfd-id=\"188\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15ebe830a90\" data-clip-id=\"bb2526ca261ae\" wfd-id=\"202\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-left-bb2526ca261ae\" class=\"decoration-clip clip-path-left\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"none\" pointer-width=\"5.7\" pointer-height=\"2.5\" style=\"curves\" slanted-angle=\"5\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon><ellipse cx=\"0.025\" cy=\"0.027778\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.083334\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.13889\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.194446\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.250002\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.305558\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.361114\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.41667\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.47222600000000003\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.527782\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.583338\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.638894\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.69445\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.7500060000000001\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.805562\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.861118\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.916674\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.97223\" rx=\"0.025\" ry=\"0.027778\"></ellipse></clipPath><clipPath id=\"clip-tablet-left-bb2526ca261ae\" class=\"decoration-clip clip-path-tablet-left\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"divider\" pointer-width=\"5.7\" pointer-height=\"4\" style=\"curves\" slanted-angle=\"5\"><polygon points=\"0.04 0, 0.04 1, 1 1, 1 0\"></polygon><ellipse cx=\"0.04\" cy=\"0.027778\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.083334\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.13889\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.194446\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.250002\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.305558\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.361114\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.41667\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.47222600000000003\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.527782\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.583338\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.638894\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.69445\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.7500060000000001\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.805562\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.861118\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.916674\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.97223\" rx=\"0.04\" ry=\"0.027778\"></ellipse></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ebe80a9a1\" wfd-id=\"189\"><div class=\"tcb-clear\" data-css=\"tve-u-15ebe8ee6c0\" wfd-id=\"198\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15ebe8edca2\" data-tag=\"h1\" wfd-id=\"199\"><h1 data-css=\"tve-u-15ebe90cfb0\">Happy dogs =<br>â€‹â€‹â€‹â€‹â€‹happâ€‹â€‹â€‹â€‹y owners</h1></div></div><div class=\"tcb-clear\" data-css=\"tve-u-15ec30a8a14\" wfd-id=\"196\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ebe906677\" wfd-id=\"197\"><p data-css=\"tve-u-15ebe905473\">Offer your dog a premium walking experience</p></div></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ebe916c34\" wfd-id=\"190\">\n<div class=\"tve-content-box-background\" wfd-id=\"195\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ec3152b02\" wfd-id=\"191\"><div class=\"thrv_wrapper thrv-button tve_ea_thrive_lightbox\" data-css=\"tve-u-15ebe91a626\" data-tcb_hover_state_parent=\"false\" data-button-style=\"full_rounded\" wfd-id=\"192\">\n<a href=\"#\" class=\"tcb-button-link tve_evt_manager_listen tve_et_click\" data-tcb-events=\"__TCB_EVENT_[{&quot;config&quot;:{&quot;l_anim&quot;:&quot;zoom_in&quot;,&quot;l_id&quot;:265},&quot;a&quot;:&quot;thrive_lightbox&quot;,&quot;t&quot;:&quot;click&quot;}]_TNEVE_BCT__\">\n<span class=\"tcb-button-texts\" wfd-id=\"193\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-165b814869f\" wfd-id=\"194\">Get 10% OFF Your First Cerakote Project</span></span>\n</a>\n</div></div>\n</div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec3017516\" wfd-id=\"176\">\n<div class=\"tve-page-section-out\" wfd-id=\"180\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ebea3a693\" wfd-id=\"177\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15ebea49c0c\" id=\"whatwedo\" data-tag=\"h1\" wfd-id=\"179\"><h1 data-css=\"tve-u-15ebea42b31\" style=\"text-align: center;\">What We Do</h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2448fdb\" wfd-id=\"178\"><p data-css=\"tve-u-15ec2443105\" style=\"text-align: center;\">Our goal is to make sure the owners are comforted, the pups are exercised and happy and that we are getting our own puppy fixes. But letâ€™s be honest- itâ€™s their world, weâ€™re just living in it! As a small team of experienced dog owners and lovers, we really get to know you and your dog and we canguarantee consistent and personal care that is equal to your love and attention. We are so excited to make you a part of the family!</p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" wfd-id=\"147\">\n<div class=\"tve-page-section-out\" wfd-id=\"175\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ee1211b9b\" wfd-id=\"148\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15ee121a6d1\" wfd-id=\"149\"><div class=\"tcb-flex-row tcb--cols--3 tcb-medium-wrap\" data-css=\"tve-u-15ee121fb1c\" wfd-id=\"150\"><div class=\"tcb-flex-col\" wfd-id=\"167\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ee1225fdf\" wfd-id=\"169\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec2477274\" wfd-id=\"173\"><span class=\"tve_image_frame\" wfd-id=\"174\"><img class=\"tve_image wp-image-1596\" alt=\"\" width=\"55\" height=\"73\" title=\"what_do_icon_01\" data-id=\"1596\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_01.png\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"172\"><p data-css=\"tve-u-15ec2481d17\"><strong>First Class Care</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"171\"><p data-css=\"tve-u-15ec2487407\">all the best for them</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2492191\" wfd-id=\"170\"><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"159\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ee1232726\" wfd-id=\"161\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec24ae116\" wfd-id=\"165\"><span class=\"tve_image_frame\" wfd-id=\"166\"><img class=\"tve_image wp-image-1597\" alt=\"\" width=\"73\" height=\"73\" title=\"what_do_icon_02\" data-id=\"1597\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_02.png\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"164\"><p data-css=\"tve-u-15ec2481d17\"><strong>Snacks Included</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"163\"><p data-css=\"tve-u-15ec2487407\">for your little one</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec3192f72\" wfd-id=\"162\"><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"151\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ee1237243\" wfd-id=\"153\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec24d5e15\" wfd-id=\"157\"><span class=\"tve_image_frame\" wfd-id=\"158\"><img class=\"tve_image wp-image-1598\" alt=\"\" width=\"65\" height=\"73\" title=\"what_do_icon_03\" data-id=\"1598\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_03.png\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"156\"><p data-css=\"tve-u-15ec2481d17\"><strong>Regularly walks</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"155\"><p data-css=\"tve-u-15ec2487407\">to keep them ealthy</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2492191\" wfd-id=\"154\"><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris.</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-15ec24f494c\" id=\"testimonials\" style=\"\" wfd-id=\"127\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ec24f97c0\" wfd-id=\"146\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec24f790d\" wfd-id=\"128\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15ec254985a\" style=\"\" wfd-id=\"129\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-15ec253a41f\" wfd-id=\"130\"><div class=\"tcb-flex-col\" wfd-id=\"134\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec253ef3a\" style=\"\" wfd-id=\"136\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec256e611\" style=\"\" wfd-id=\"139\"><p data-css=\"tve-u-15ec25610c7\"><span data-css=\"tve-u-15ec268a0a3\" style=\"font-size: 45px; color: rgb(89, 171, 227);\" wfd-id=\"144\"><span data-css=\"tve-u-15ec26760e9\" style=\"font-family: ABeeZee;\" wfd-id=\"145\">â€</span></span><span data-css=\"tve-u-15ec256b908\" style=\"font-family: &quot;Amatic SC&quot;;\" wfd-id=\"143\">&nbsp; &nbsp; &nbsp;</span><span data-css=\"tve-u-15ec2680494\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"141\"><span data-css=\"tve-u-15ec269379d\" style=\"font-size: 45px;\" wfd-id=\"142\">my chester enjoys being with them!</span> &nbsp; &nbsp;&nbsp;</span><span data-css=\"tve-u-15ec255fe12\" style=\"font-family: ABeeZee; font-weight: 400; color: rgb(89, 171, 227); font-size: 45px;\" wfd-id=\"140\">â€</span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2698d8d\" wfd-id=\"138\"><p data-css=\"tve-u-160266880a0\">We LOVE going for walks with our friends at Paw! Donâ€™t tell our mom &amp; dad,but we get really excited when they leave for work because we know it wonâ€™t be long before we get a visit from one of our favorite friends at PawCity! Best part is, they always let our parents know how ourwalk went right away so they dont have to worry about us!</p><p data-css=\"tve-u-15ec269736c\">We love you PawCity!! xoxo</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec26ab7b0\" style=\"\" wfd-id=\"137\"><p data-css=\"tve-u-15ec26a92a2\"><strong>Anna Olson</strong>, Chesterâ€™s Mom</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"131\"><div class=\"tcb-col\" wfd-id=\"133\"></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec26c390a\" id=\"aboutus\" wfd-id=\"122\">\n<div class=\"tve-page-section-out\" wfd-id=\"126\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec26b9914\" wfd-id=\"123\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15ee1037a1d\" data-tag=\"h1\" wfd-id=\"125\"><h1 data-css=\"tve-u-15ec26bd2e8\">About us</h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec31ba260\" wfd-id=\"124\"><p data-css=\"tve-u-15ec2443105\" style=\"text-align: center;\">At PawCity, we lead lives full of the unconditional love and happiness we receive from the furballs we get to spend time with everyday and we have this beautiful city and all the beautiful people in it to thank. We love you and your pups!!</p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec26ec232\" wfd-id=\"91\">\n<div class=\"tve-page-section-out\" wfd-id=\"121\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec26e5812\" wfd-id=\"92\"><div class=\"thrv_wrapper thrv-columns tcb-window-width\" style=\"width: 1603px; left: -1px;\" data-css=\"tve-u-15ee106257d\" wfd-id=\"93\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2\" data-css=\"tve-u-15ec26fee25\" wfd-id=\"94\"><div class=\"tcb-flex-col c-33\" wfd-id=\"116\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec2a38bfd\" wfd-id=\"118\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec2a33d71\" wfd-id=\"119\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"120\"><img class=\"tve_image wp-image-7399\" alt=\"\" width=\"830\" height=\"775\" title=\"about_us_dog\" data-id=\"7399\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/about_us_dog.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col c-66\" wfd-id=\"95\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec27075e1\" wfd-id=\"97\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160309f3e5d\" wfd-id=\"110\">\n<div class=\"tve-content-box-background\" wfd-id=\"115\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160309b397d\" wfd-id=\"111\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-160309b00b4\" data-float=\"1\" wfd-id=\"113\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"114\"><img class=\"tve_image wp-image-7404\" alt=\"\" width=\"64\" height=\"64\" title=\"dog_paw\" data-id=\"7404\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/dog_paw.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16030a08afd\" wfd-id=\"112\"><p>We moved to New York City with our black bulldog rescue, Blakely, in 2007 after graduating from the University of Maryland. Immediately, we realized what a dog-crazy place it was.</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160309f6c04\" wfd-id=\"104\">\n<div class=\"tve-content-box-background\" wfd-id=\"109\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160309b397d\" wfd-id=\"105\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-160309ddca8\" data-float=\"1\" wfd-id=\"107\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"108\"><img class=\"tve_image wp-image-7403\" alt=\"\" width=\"64\" height=\"64\" title=\"dog_house\" data-id=\"7403\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/dog_house.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16030a09626\" wfd-id=\"106\"><p>We knew right away that we wanted to work with the animals that we loved and that had given us so much love since we were little girls. We started PawCity Dog Walking in July of 2010.</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16030975307\" wfd-id=\"98\">\n<div class=\"tve-content-box-background\" wfd-id=\"103\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160309b397d\" wfd-id=\"99\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16030a013d7\" data-float=\"1\" wfd-id=\"101\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"102\"><img class=\"tve_image wp-image-7405\" alt=\"\" width=\"64\" height=\"64\" title=\"spinning_wheel\" data-id=\"7405\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/spinning_wheel.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160309b344b\" wfd-id=\"100\"><p>We cover the entire width of the East Side, from 96th Street to Delancey and handle every type of personality imaginable. At PawCity, we lead lives full of the unconditional love and happiness we receive from the furballs we get to spend time with everyday.</p></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" data-css=\"tve-u-15ec2a56438\" style=\"width: 1603px; left: 0px;\" id=\"getyourcoupon\" wfd-id=\"75\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ec2a5bb35\" wfd-id=\"90\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec2a5540e\" wfd-id=\"76\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ec2a80647\" wfd-id=\"77\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15ec2a9b8a9\" wfd-id=\"89\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ec2a81a9f\" wfd-id=\"78\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2a6f589\" wfd-id=\"87\"><p data-css=\"tve-u-15ec2a6b447\"><span data-css=\"tve-u-15ec2a6d9d8\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"88\"><strong>Get Your Coupon</strong></span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2aaa9a4\" wfd-id=\"85\"><p data-css=\"tve-u-15ec2ab1d6d\">We strive to keep both you and your pup as happy and comfortable as possible while youâ€™re out earning those big bucks.</p><p data-css=\"tve-u-15ec2ab1d82\"><br></p><p data-css=\"tve-u-15ec2aa8e2e\"><strong>Get <span data-css=\"tve-u-15ec2aafa24\" style=\"color: rgb(89, 171, 227);\" wfd-id=\"86\">20%</span> off your first walk. Enter your email and we\'ll send you your coupon.</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ec2abe257\" wfd-id=\"79\">\n<div class=\"tve-content-box-background\" wfd-id=\"84\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ec2acb421\" wfd-id=\"80\"><div class=\"thrv_wrapper thrv-button tve_ea_thrive_lightbox\" data-css=\"tve-u-15ec2ac01df\" data-tcb_hover_state_parent=\"false\" data-button-style=\"full_rounded\" wfd-id=\"81\">\n<a href=\"#\" class=\"tcb-button-link tve_evt_manager_listen tve_et_click\" data-tcb-events=\"__TCB_EVENT_[{&quot;config&quot;:{&quot;l_anim&quot;:&quot;zoom_in&quot;,&quot;l_id&quot;:&quot;265&quot;},&quot;a&quot;:&quot;thrive_lightbox&quot;,&quot;t&quot;:&quot;click&quot;}]_TNEVE_BCT__\">\n<span class=\"tcb-button-texts\" wfd-id=\"82\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-15ebe925072\" wfd-id=\"83\">Get Your Coupon Now</span></span>\n</a>\n</div></div>\n</div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-15ec2b0a32a\" id=\"areaweserve\" wfd-id=\"59\">\n<div class=\"tve-page-section-out\" wfd-id=\"74\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15f76fcb7df\" wfd-id=\"60\"><div class=\"thrv_wrapper thrv-columns\" style=\"\" data-css=\"tve-u-15ee103f44a\" wfd-id=\"61\"><div class=\"tcb-flex-row tcb--cols--2 tcb-medium-wrap\" data-css=\"tve-u-15ec2ae8715\" wfd-id=\"62\"><div class=\"tcb-flex-col c-33\" wfd-id=\"67\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec2b37666\" wfd-id=\"69\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"72\"><p data-css=\"tve-u-15ec2af6c4b\"><span data-css=\"tve-u-15ec2af6c4e\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"73\">area we serve</span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"70\"><p>As a small team of experienced dog owners and lovers, we really get to know you and your dog and we canguarantee consistent and personal care that is equal to your love and attention.</p><p><br></p><p><strong><span data-css=\"tve-u-15ec2afed17\" style=\"color: rgb(89, 171, 227);\" wfd-id=\"71\">We are so excited to make you a part of the family!</span></strong></p></div></div></div><div class=\"tcb-flex-col c-66\" wfd-id=\"63\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec2b33f06\" wfd-id=\"65\"><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-15ec2b3b468\" wfd-id=\"66\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=blakely, united states&amp;t=m&amp;z=11&amp;output=embed&amp;iwloc=near\"></iframe>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" data-css=\"tve-u-15ec2b5d54c\" style=\"width: 1603px; left: 0px;\" id=\"contact\" wfd-id=\"22\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ec2b56fac\" wfd-id=\"58\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec2b54c99\" wfd-id=\"23\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1602b31dfcd\" wfd-id=\"24\"><div class=\"tcb-flex-row tcb-resized tcb-medium-wrap tcb--cols--3\" data-css=\"tve-u-1602b37ce9d\" wfd-id=\"25\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1602be453ec\" style=\"\" wfd-id=\"52\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"54\"><div class=\"tcb-clear\" data-css=\"tve-u-1602bff3cd5\" wfd-id=\"55\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec2b6e126\" wfd-id=\"56\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"57\"><img class=\"tve_image wp-image-283\" alt=\"Logo \" width=\"300\" height=\"52\" title=\"Logo\" data-id=\"283\" src=\"//bestcerakoteflorida.com/wp-content/uploads/2018/09/Logo-300x52.jpg\" style=\"width: 100%;\"></span></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1602be45437\" style=\"\" wfd-id=\"38\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1602be56dfc\" wfd-id=\"40\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1602bfebaf9\" wfd-id=\"41\">\n<div class=\"tve-content-box-background\" wfd-id=\"51\"></div>\n<div class=\"tve-cb\" wfd-id=\"42\"><div class=\"tcb-clear\" data-css=\"tve-u-1602bf36e2c\" wfd-id=\"48\"><div class=\"thrv_wrapper tve_image_caption tcb-mobile-hidden\" data-css=\"tve-u-1602be7db66\" data-float=\"1\" wfd-id=\"49\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"50\"><img class=\"tve_image wp-image-7369\" alt=\"\" width=\"64\" height=\"64\" title=\"location\" data-id=\"7369\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/location.png\" style=\"width: 100%;\"></span></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1602bf25f10\" wfd-id=\"43\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1602befe215\" wfd-id=\"44\"><p data-css=\"tve-u-1602bfa220e\"><strong><span data-css=\"tve-u-1602b324a9b\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"47\">67 E. 3rd Street</span></strong><span data-css=\"tve-u-1602b324a9c\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"46\"> </span><span data-css=\"tve-u-1602b324ab9\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"45\">Suite B New York, NY 10003</span></p></div></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1602be4545b\" style=\"\" wfd-id=\"26\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"28\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1602bfea280\" wfd-id=\"29\">\n<div class=\"tve-content-box-background\" wfd-id=\"37\"></div>\n<div class=\"tve-cb\" wfd-id=\"30\"><div class=\"tcb-clear\" data-css=\"tve-u-1602bfc4bea\" wfd-id=\"34\"><div class=\"thrv_wrapper tve_image_caption tcb-mobile-hidden\" data-css=\"tve-u-1602bec144e\" data-float=\"1\" wfd-id=\"35\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"36\"><img class=\"tve_image wp-image-7370\" alt=\"\" width=\"64\" height=\"64\" title=\"phone\" data-id=\"7370\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/phone.png\" style=\"width: 100%;\"></span></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1602bfc74c3\" wfd-id=\"31\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1602b332fd9\" data-float=\"1\" wfd-id=\"32\"><p><a href=\"tel:#9548481911\" target=\"_blank\"><strong><span data-css=\"tve-u-1602b324a9b\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"33\">954-848-1911</span></strong></a><br></p></div></div></div>\n</div></div></div></div></div></div>\n</div>'),(2956,291,'tve_revision_tve_content_more_found',''),(2957,291,'tve_revision_tve_save_post',''),(2958,291,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Montserrat:400,200,300&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Amatic+SC:400&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=ABeeZee:400&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-160309b397d\"]::after { clear: both; }[data-css=\"tve-u-160309b344b\"] { position: relative !important; margin-left: 100px !important; }[data-css=\"tve-u-160309b00b4\"] + div { clear: none; }[data-css=\"tve-u-160309b00b4\"] { float: none; width: 60px; position: absolute; margin-bottom: 0px !important; margin-top: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-16030975307\"] { max-width: 75%; margin-left: 80px !important; }[data-css=\"tve-u-1602bfa220e\"] { line-height: 1.85em !important; }[data-css=\"tve-u-1602be7db66\"] { float: left; width: 40px; z-index: 3; position: relative; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1602be56dfc\"]::after { clear: both; }[data-css=\"tve-u-1602be4545b\"] { max-width: 25%; }[data-css=\"tve-u-1602be45437\"] { max-width: 48.1%; }[data-css=\"tve-u-1602be453ec\"] { max-width: 26.9%; }[data-css=\"tve-u-1602b37ce9d\"] > .tcb-flex-col > .tcb-col { justify-content: center; }[data-css=\"tve-u-1602b332fd9\"] { max-width: 264px; position: relative; float: right; z-index: 3; width: 100%; padding-left: 1px !important; margin-top: 1px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1602b324a9c\"] { color: rgb(74, 163, 223) !important; }[data-css=\"tve-u-1602b324a9b\"] { color: rgb(74, 163, 223) !important; }[data-css=\"tve-u-1602b31dfcd\"] { max-width: 1296px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15f76fcb7df\"] { max-width: 100%; }[data-css=\"tve-u-15f0064f814\"] { color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-15ec313e743\"]:hover p, #tve_editor [data-css=\"tve-u-15ec313e743\"]:hover li, #tve_editor [data-css=\"tve-u-15ec313e743\"]:hover blockquote, #tve_editor [data-css=\"tve-u-15ec313e743\"]:hover address { color: rgb(89, 171, 227); }[data-css=\"tve-u-15f003784ab\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15f00369f5e\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15f003655f8\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15f003606db\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15f0034f748\"] { color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-15f002fa8f6\"] { color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-15ec313e743\"] p, #tve_editor [data-css=\"tve-u-15ec313e743\"] li, #tve_editor [data-css=\"tve-u-15ec313e743\"] blockquote, #tve_editor [data-css=\"tve-u-15ec313e743\"] address { font-size: 16px; }[data-css=\"tve-u-15ec313e743\"] { text-align: center; padding-left: 0px !important; margin-left: 0px !important; margin-right: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-15ee121fb1c\"] .tcb-flex-col { flex-basis: 285px !important; }[data-css=\"tve-u-15ec30a8a14\"]::after { clear: both; }#tve_editor [data-css=\"tve-u-15ebe90cfb0\"] { font-size: 96px !important; }[data-css=\"tve-u-15ee1237243\"] { box-shadow: rgba(73, 137, 181, 0.15) -3px 7px 69px 10px; }[data-css=\"tve-u-15ee1232726\"] { box-shadow: rgba(73, 137, 181, 0.15) -3px 7px 69px 10px; }[data-css=\"tve-u-15ee121fb1c\"] > .tcb-flex-col > .tcb-col { min-height: 503px; }[data-css=\"tve-u-15ee1225fdf\"] { box-shadow: rgba(73, 137, 181, 0.15) -3px 7px 69px 10px; }[data-css=\"tve-u-15ee121fb1c\"] { margin-left: -60px; min-height: inherit; }[data-css=\"tve-u-15ee121fb1c\"] > .tcb-flex-col { padding-left: 60px; }[data-css=\"tve-u-15ee121a6d1\"] { float: none; max-width: 1296px; text-align: center; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ee1211b9b\"] { max-width: 1603px; text-align: center; }[data-css=\"tve-u-15ec26fee25\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-15ee106257d\"] { max-width: 100%; }[data-css=\"tve-u-15ec3055cca\"] { max-width: 1200px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ee103f44a\"] { float: none; max-width: 1296px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ee1037a1d\"] { float: none; max-width: 1296px; margin-left: auto !important; margin-right: auto !important; }#tve_editor [data-css=\"tve-u-15ec2ac01df\"]:hover .tcb-button-link { box-shadow: rgba(73, 137, 181, 0.25) -3px 7px 73px 18px; background-color: rgb(149, 250, 201) !important; }#tve_editor [data-css=\"tve-u-15ebe91a626\"]:hover .tcb-button-link { box-shadow: rgba(73, 137, 181, 0.25) -3px 7px 73px 18px; border: 0px dashed rgb(255, 255, 255); background-color: rgb(149, 250, 201) !important; font-weight: normal !important; background-image: none !important; }[data-css=\"tve-u-15ebe8a2edd\"] > .tcb-flex-col > .tcb-col { justify-content: center; }[data-css=\"tve-u-15ec3017516\"] { margin-top: 60px !important; padding-bottom: 50px !important; }[data-css=\"tve-u-15ec2b6e126\"] { width: 274px; }[data-css=\"tve-u-15ec2b5d54c\"] { margin-top: 83px !important; }[data-css=\"tve-u-15ec2b56fac\"] { opacity: 1; filter: grayscale(0%) blur(0px); background-image: linear-gradient(rgb(0, 0, 0), rgb(0, 0, 0)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-15ec2b54c99\"] { max-width: 1586px; min-height: 100px !important; }[data-css=\"tve-u-15ec2b3b468\"] { box-shadow: rgba(89, 171, 227, 0.15) -3px 7px 69px 10px; margin-top: 0px !important; margin-bottom: 0px !important; margin-left: 38px !important; }[data-css=\"tve-u-15ec2b37666\"] { margin-top: 114px !important; }[data-css=\"tve-u-15ec2b33f06\"] { padding-left: 0px !important; }[data-css=\"tve-u-15ec2b0a32a\"] { margin-top: 76px !important; }[data-css=\"tve-u-15ec2ae8715\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-15ec2afed17\"] { color: rgb(89, 171, 227) !important; }[data-css=\"tve-u-15ec2ae8715\"] { float: none; max-width: 1453px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2acb421\"] { min-height: 162px; }[data-css=\"tve-u-15ec2aafa24\"] { color: rgb(89, 171, 227) !important; }[data-css=\"tve-u-15ec2aaa9a4\"] { float: none; max-width: 1440px; margin-left: auto !important; margin-right: auto !important; margin-top: 25px !important; }#tve_editor [data-css=\"tve-u-15ec2aa8e2e\"] { letter-spacing: 1px; color: rgb(255, 255, 255) !important; font-size: 20px !important; }[data-css=\"tve-u-15ec2a9b8a9\"] { border: 1px solid rgb(89, 171, 227) !important; }[data-css=\"tve-u-15ec2a81a9f\"] { min-height: 162px; }[data-css=\"tve-u-15ec2a80647\"] { float: none; max-width: 97%; margin-left: auto !important; margin-right: auto !important; margin-top: 55px !important; }[data-css=\"tve-u-15ec2a6f589\"] { float: none; max-width: 1440px; margin-top: 55px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2a6d9d8\"] { font-family: \"Amatic SC\" !important; font-weight: 400 !important; }#tve_editor [data-css=\"tve-u-15ec2a6b447\"] { color: rgb(89, 171, 227) !important; font-size: 70px !important; }[data-css=\"tve-u-15ec2a5bb35\"] { background-image: linear-gradient(rgba(28, 54, 85, 0.8), rgba(28, 54, 85, 0.8)), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/coupon_background.jpg\") !important; background-size: auto, cover !important; background-position: 0px 0px, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-15ec2a56438\"] { margin-top: 69px !important; }[data-css=\"tve-u-15ec2a5540e\"] { max-width: 100%; text-align: center; min-height: 561px !important; }[data-css=\"tve-u-15ec2a38bfd\"] { margin-right: 0px !important; padding-right: 0px !important; margin-left: 0px !important; }[data-css=\"tve-u-15ec2a33d71\"] { width: 830px; position: relative; top: 0px; left: 40px; z-index: 7; float: none; padding-right: 0px !important; padding-left: 0px !important; }[data-css=\"tve-u-15ec27075e1\"] { border-left: 2px dashed rgb(232, 238, 241); border-top: 1px solid rgb(232, 238, 241); border-bottom: 1px solid rgb(232, 238, 241); }[data-css=\"tve-u-15ec26fee25\"] > .tcb-flex-col > .tcb-col { min-height: 612px; }[data-css=\"tve-u-15ec26fee25\"] { min-height: inherit; margin-left: 0px; padding-top: 0px !important; padding-bottom: 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-15ec26ec232\"] { margin-top: 66px !important; }[data-css=\"tve-u-15ec26e5812\"] { max-width: 100%; min-height: 586px !important; }[data-css=\"tve-u-15ec26c390a\"] { margin-top: 60px !important; }#tve_editor [data-css=\"tve-u-15ec26bd2e8\"] { color: rgb(24, 45, 60) !important; font-size: 70px !important; }[data-css=\"tve-u-15ec26b9914\"] { max-width: 1434px; text-align: center; }[data-css=\"tve-u-15ec26ab7b0\"] { margin-top: 67px !important; }#tve_editor [data-css=\"tve-u-15ec26a92a2\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15ec2698d8d\"] { float: none; max-width: 600px; margin-left: auto !important; margin-right: auto !important; margin-top: 30px !important; }#tve_editor [data-css=\"tve-u-15ec269736c\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15ec269379d\"] { font-size: 45px !important; }[data-css=\"tve-u-15ec268a0a3\"] { font-size: 45px !important; color: rgb(89, 171, 227) !important; }[data-css=\"tve-u-15ec256e611\"] { margin-top: 0px !important; }#tve_editor [data-css=\"tve-u-15ec25610c7\"] { font-size: 40px !important; color: rgb(89, 171, 227) !important; }[data-css=\"tve-u-15ec255fe12\"] { font-family: ABeeZee !important; font-weight: 400 !important; color: rgb(89, 171, 227) !important; font-size: 45px !important; }[data-css=\"tve-u-15ec254985a\"] { margin-right: 0px !important; }[data-css=\"tve-u-15ec253ef3a\"] { text-align: center; background-image: linear-gradient(rgba(24, 45, 60, 0.95), rgba(24, 45, 60, 0.95)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; margin-top: 0px !important; padding-top: 130px !important; padding-bottom: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-15ec253a41f\"] > .tcb-flex-col > .tcb-col { min-height: 661px; }[data-css=\"tve-u-15ec253a41f\"] { min-height: inherit; float: none; max-width: 1474px; z-index: 3; position: relative; padding-top: 0px !important; padding-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; padding-right: 0px !important; }[data-css=\"tve-u-15ec24f97c0\"] { background-image: linear-gradient(rgba(42, 51, 68, 0.1), rgba(42, 51, 68, 0.1)), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/testimonial_bg.jpg\") !important; background-size: auto, cover !important; background-position: 0px 0px, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-15ec24f790d\"] { min-height: 661px !important; }[data-css=\"tve-u-15ec24f494c\"] { margin-top: 60px !important; }[data-css=\"tve-u-15ec24d5e15\"] + div { clear: none; }[data-css=\"tve-u-15ec24d5e15\"] { float: none; width: 65px; margin-left: auto !important; margin-right: auto !important; margin-top: 40px !important; }[data-css=\"tve-u-15ec24ae116\"] + div { clear: none; }[data-css=\"tve-u-15ec24ae116\"] { float: none; width: 73px; margin-left: auto !important; margin-right: auto !important; margin-top: 40px !important; }[data-css=\"tve-u-15ec249b3f6\"] { line-height: 1.9em !important; }[data-css=\"tve-u-15ec2492191\"] { margin-left: 25px !important; margin-right: 25px !important; margin-top: 25px !important; }#tve_editor [data-css=\"tve-u-15ec2487407\"] { text-transform: uppercase !important; color: rgb(135, 156, 171) !important; font-size: 17px !important; }#tve_editor [data-css=\"tve-u-15ec2481d17\"] { font-size: 20px !important; }[data-css=\"tve-u-15ec2477274\"] + div { clear: none; }[data-css=\"tve-u-15ec2477274\"] { float: none; width: 55px; margin-left: auto !important; margin-right: auto !important; margin-top: 40px !important; }[data-css=\"tve-u-15ec2448fdb\"] { float: none; max-width: 1296px; margin-top: 10px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2443105\"] { line-height: 1.8em !important; }[data-css=\"tve-u-15ebea49c0c\"] { float: none; max-width: 1440px; margin-left: auto !important; margin-right: auto !important; margin-top: 0px !important; }#tve_editor [data-css=\"tve-u-15ebea42b31\"] { color: rgb(24, 45, 60) !important; font-size: 70px !important; }[data-css=\"tve-u-15ebea3a693\"] { max-width: 1434px; }#tve_editor [data-css=\"tve-u-15ebe925072\"] { font-family: Montserrat; letter-spacing: 0px; font-weight: 400; font-size: 20px !important; color: rgb(24, 45, 60) !important; }[data-css=\"tve-u-15ebe91a626\"] { display: block; max-width: 423px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ebe91a626\"] .tcb-button-link { border-radius: 200px; min-height: 67.1429px; font-size: 1.6em; padding-top: 0px; padding-bottom: 0px; border: 1px solid rgb(0, 0, 0); box-shadow: rgba(0, 0, 0, 0.4) 0px 3px 8px 1px; background-color: rgb(255, 255, 255) !important; padding-left: 15px !important; background-image: none !important; }[data-css=\"tve-u-15ebe916c34\"] { float: none; z-index: 3; position: relative; width: 100%; max-width: 733px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ebe90cfb0\"] { line-height: 1.1em !important; }[data-css=\"tve-u-15ebe906677\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 669px; margin-left: 50px !important; margin-top: 40px !important; }#tve_editor [data-css=\"tve-u-15ebe905473\"] { font-size: 22px !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15ebe8ee6c0\"]::after { clear: both; }[data-css=\"tve-u-15ebe8edca2\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 722px; padding-left: 0px !important; margin-left: 50px !important; margin-top: 104px !important; }[data-css=\"tve-u-15ebe8abb9e\"] { padding: 0px !important; }[data-css=\"tve-u-15ebe8a4d78\"] { clip-path: url(\"#clip-left-335f47a4c8f92\"); -webkit-clip-path: url(\"#clip-left-335f47a4c8f92\");  }[data-css=\"tve-u-15ebe8a2edd\"] { padding-bottom: 15px !important; padding-top: 15px !important; }[data-css=\"tve-u-15ebe89fb7a\"] { margin-left: -35px !important; }[data-css=\"tve-u-15ebe830a90\"] { clip-path: url(\"#clip-left-bb2526ca261ae\"); -webkit-clip-path: url(\"#clip-left-bb2526ca261ae\");  background-image: linear-gradient(rgb(89, 171, 227), rgb(89, 171, 227)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-15ebe827cb3\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 0px !important; }[data-css=\"tve-u-15ebe80a9a1\"] { min-height: 729px; }[data-css=\"tve-u-15ebe738fb8\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-15ebe738fb8\"] > .tcb-flex-col > .tcb-col { min-height: 729px; }[data-css=\"tve-u-15ebe738fb8\"] { min-height: inherit; margin-left: 0px; padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-15ebe73226c\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/header_image-1.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-15ebe72c974\"] { max-width: 1620px; }[data-css=\"tve-u-15ebe5d7b44\"] { background-image: linear-gradient(rgb(0, 0, 0), rgb(0, 0, 0)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-15ebe51d596\"] { max-width: 100%; min-height: 7px !important; }#tcb_landing_page h3 { font-family: Montserrat; font-weight: 200; font-size: 20px; color: rgb(24, 45, 60); }#tcb_landing_page h2 { font-family: \"Amatic SC\"; font-weight: 400; font-size: 70px; color: rgb(24, 45, 60); }#tcb_landing_page h1 { font-family: \"Amatic SC\"; font-weight: 400; font-size: 96px; color: rgb(255, 255, 255); }#tcb_landing_page p, #tcb_landing_page li { font-family: Montserrat; font-weight: 200; color: rgb(24, 45, 60); font-size: 18px; line-height: 1.667em; }[data-css=\"tve-u-15e09c94f7d\"] { background-color: rgb(255, 255, 255); }[data-css=\"tve-u-15ec256b908\"] { font-family: \"Amatic SC\" !important; font-weight: 400 !important; }[data-css=\"tve-u-15ec26760e9\"] { font-family: ABeeZee !important; font-weight: 400 !important; }[data-css=\"tve-u-15ec2680494\"] { font-family: \"Amatic SC\" !important; font-weight: 400 !important; }#tve_editor [data-css=\"tve-u-15ec2ab1d6d\"] { letter-spacing: 1px; color: rgb(255, 255, 255) !important; font-size: 20px !important; }#tve_editor [data-css=\"tve-u-15ec2ab1d82\"] { letter-spacing: 1px; color: rgb(255, 255, 255) !important; font-size: 20px !important; }[data-css=\"tve-u-15ec2abe257\"] { float: none; z-index: 3; position: relative; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2ac01df\"] { display: block; max-width: 423px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2ac01df\"] .tcb-button-link { border-radius: 200px; min-height: 67.1429px; font-size: 1.6em; padding-top: 0px; padding-bottom: 0px; background-color: rgb(105, 240, 174) !important; padding-left: 15px !important; }#tve_editor [data-css=\"tve-u-15ec2af6c4b\"] { color: rgb(24, 45, 60) !important; font-size: 70px !important; }[data-css=\"tve-u-15ec2af6c4e\"] { font-family: \"Amatic SC\" !important; font-weight: 400 !important; }[data-css=\"tve-u-15ec3192f72\"] { margin-left: 25px !important; margin-right: 25px !important; margin-top: 25px !important; }[data-css=\"tve-u-15ec31ba260\"] { float: none; max-width: 1296px; margin-top: 10px !important; margin-left: auto !important; margin-right: auto !important; }#tcb_landing_page a:hover:not(.tcb-button-link) { color: rgb(89, 171, 227); }#tcb_landing_page .tve-state-hovera:not(.tcb-button-link) { color: rgb(89, 171, 227); }#tve_editor [data-css=\"tve-u-160266880a0\"] { color: rgb(255, 255, 255) !important; font-family: Montserrat !important; }[data-css=\"tve-u-1602b324ab9\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1602bec144e\"] { width: 36px; float: left; z-index: 3; position: static; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1602befe215\"] { max-width: 386px; position: relative !important; padding-left: 1px !important; margin-top: 0px !important; margin-left: 50px !important; }[data-css=\"tve-u-160309ddca8\"] + div { clear: none; }[data-css=\"tve-u-160309ddca8\"] { float: none; width: 60px; position: absolute; margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-160309f3e5d\"] { max-width: 75%; margin-left: 80px !important; margin-top: 60px !important; margin-bottom: 40px !important; }[data-css=\"tve-u-160309f6c04\"] { max-width: 75%; margin-left: 80px !important; margin-top: 60px !important; margin-bottom: 80px !important; }[data-css=\"tve-u-16030a013d7\"] + div { clear: none; }[data-css=\"tve-u-16030a013d7\"] { float: none; width: 60px; position: absolute; margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-16030a08afd\"] { position: relative !important; margin-left: 100px !important; }[data-css=\"tve-u-16030a09626\"] { position: relative !important; margin-left: 100px !important; }#tcb_landing_page a.tve-state-hover:not(.tcb-button-link) { color: rgb(89, 171, 227); }[data-css=\"tve-u-165b813034a\"] { border-bottom: 1px solid rgb(255, 255, 255); padding: 0px !important; }#tve_editor [data-css=\"tve-u-165b814869f\"] { font-family: Montserrat; letter-spacing: 0px; font-weight: 400; font-size: 18px !important; color: rgb(24, 45, 60) !important; text-transform: capitalize !important; }[data-css=\"tve-u-165bce18a46\"] { max-width: 72.9%; }[data-css=\"tve-u-165b813034a\"] .tve-page-section-in { display: block; }[data-css=\"tve-u-165bcef972c\"] { max-width: 27.1%; }[data-css=\"tve-u-165bcf3f4af\"] { padding-bottom: 0px !important; padding-top: 0px !important; }[data-css=\"tve-u-165bcf40f41\"] { float: none; width: 100%; margin: 0px auto !important; }[data-css=\"tve-u-15ec3152b02\"] { text-align: center; }[data-css=\"tve-u-165bd0cbfdc\"] { width: 317px; }[data-css=\"tve-u-165bd0d4b25\"] { margin-right: 0px !important; }}@media (max-width: 1023px){[data-css=\"tve-u-1602b332fd9\"] { float: none; max-width: 121px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1602befe215\"] { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1602b37ce9d\"] .tcb-flex-col { flex-basis: 420px !important; }[data-css=\"tve-u-1602bec144e\"] { float: none; z-index: 3; position: relative; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1602be7db66\"] { float: none; z-index: 3; position: relative; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2a38bfd\"] { text-align: left; }[data-css=\"tve-u-15ec27075e1\"] { margin-top: 0px !important; }[data-css=\"tve-u-15ee1237243\"] { margin-top: 52px !important; }[data-css=\"tve-u-15ee121a6d1\"] { margin-left: 33px !important; margin-right: 33px !important; }[data-css=\"tve-u-15ebe51d596\"] { text-align: left; }[data-css=\"tve-u-15ec2b6e126\"] { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2b54c99\"] { text-align: left; }[data-css=\"tve-u-15ec2b3b468\"] { margin-left: 0px !important; margin-top: 20px !important; }[data-css=\"tve-u-15ec2b37666\"] { margin-top: 0px !important; }[data-css=\"tve-u-15ec2a80647\"] { margin-top: 0px !important; padding-left: 10px !important; padding-right: 10px !important; }[data-css=\"tve-u-15ec2a5540e\"] { max-width: 720px; }[data-css=\"tve-u-15ec2a33d71\"] { width: 395px; float: none; z-index: 3; position: relative; margin: 80px auto 0px !important; }[data-css=\"tve-u-15ec26b9914\"] { max-width: 720px; }[data-css=\"tve-u-15ec253ef3a\"] { padding: 25px 10px !important; }[data-css=\"tve-u-15ebea3a693\"] { max-width: 720px; }[data-css=\"tve-u-15ec30a8a14\"]::after { clear: both; }[data-css=\"tve-u-15ebe916c34\"] { max-width: 376px; }[data-css=\"tve-u-15ebe8a2edd\"] > .tcb-flex-col > .tcb-col { justify-content: center; min-height: 91px; }[data-css=\"tve-u-15ec3055cca\"] { text-align: center; margin-top: 0px !important; }[data-css=\"tve-u-15ebe8a2edd\"] { min-height: inherit; float: none; max-width: 100%; padding-top: 0px !important; padding-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ebe830a90\"] { clip-path: url(\"#clip-tablet-left-bb2526ca261ae\"); -webkit-clip-path: url(\"#clip-tablet-left-bb2526ca261ae\");  }[data-css=\"tve-u-15ebe91a626\"] { margin-left: 30px !important; }[data-css=\"tve-u-15ebe906677\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 336px; margin-left: 30px !important; }[data-css=\"tve-u-15ebe8edca2\"] { margin-left: 30px !important; }[data-css=\"tve-u-15ebe89fb7a\"] { margin-left: -35px !important; }[data-css=\"tve-u-15ebe827cb3\"] { max-width: 100%; }#tve_editor [data-css=\"tve-u-15ebe90cfb0\"] { font-size: 84px !important; }}@media (max-width: 767px){[data-css=\"tve-u-160309b344b\"] { margin-left: 10px !important; margin-top: 30px !important; margin-right: 10px !important; }[data-css=\"tve-u-16030a013d7\"] { position: static; }[data-css=\"tve-u-16030a09626\"] { margin-left: 10px !important; margin-top: 30px !important; margin-right: 10px !important; }[data-css=\"tve-u-160309ddca8\"] { position: static; }[data-css=\"tve-u-16030a08afd\"] { margin-left: 10px !important; margin-right: 10px !important; margin-top: 30px !important; }[data-css=\"tve-u-160309b00b4\"] { position: static; }[data-css=\"tve-u-16030975307\"] { max-width: 100%; margin-left: 10px !important; margin-right: 10px !important; }[data-css=\"tve-u-160309f6c04\"] { max-width: 100%; margin-left: 10px !important; margin-right: 10px !important; }[data-css=\"tve-u-160309f3e5d\"] { max-width: 100%; margin-left: 10px !important; margin-right: 10px !important; }[data-css=\"tve-u-15ec2a38bfd\"]::after { clear: both; }[data-css=\"tve-u-1602bff3cd5\"]::after { clear: both; }[data-css=\"tve-u-1602bfea280\"] { margin-top: 0px !important; margin-bottom: 20px !important; }[data-css=\"tve-u-15ec2b6e126\"] { float: left; z-index: 3; position: relative; margin-left: 24px !important; }[data-css=\"tve-u-1602bf25f10\"]::after { clear: both; }[data-css=\"tve-u-1602b332fd9\"] { max-width: 257px; float: left; z-index: 3; position: relative; width: 100%; margin-top: 20px !important; margin-left: 20px !important; }[data-css=\"tve-u-15ec253ef3a\"] { padding-top: 30px !important; padding-bottom: 30px !important; }[data-css=\"tve-u-15ee1237243\"] { margin-top: 25px !important; }[data-css=\"tve-u-15ee1232726\"] { margin-top: 25px !important; }[data-css=\"tve-u-15ec2ae8715\"] { margin-left: -15px; }[data-css=\"tve-u-15ec2ae8715\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-15ec2b33f06\"] { margin-right: 0px !important; }[data-css=\"tve-u-15ec26fee25\"] > .tcb-flex-col > .tcb-col { min-height: 387px; }[data-css=\"tve-u-15ec26fee25\"] { margin-left: 0px; min-height: inherit; }[data-css=\"tve-u-15ec26fee25\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-15ec2a33d71\"] { position: static; margin-bottom: 0px !important; }[data-css=\"tve-u-15ec31ba260\"] { padding-left: 3px !important; padding-right: 3px !important; }[data-css=\"tve-u-15ec253a41f\"] > .tcb-flex-col > .tcb-col { min-height: 27px; }[data-css=\"tve-u-15ec253a41f\"] { margin-left: 0px; min-height: inherit; }[data-css=\"tve-u-15ec253a41f\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-15ec254985a\"] { margin-top: 0px !important; }[data-css=\"tve-u-15ec24f494c\"] { margin-top: 30px !important; }[data-css=\"tve-u-15ec256e611\"] { margin-top: 0px !important; }[data-css=\"tve-u-15ec3192f72\"] { margin-bottom: 32px !important; }[data-css=\"tve-u-15ec318421d\"] { margin-bottom: 34px !important; margin-top: -90px !important; }[data-css=\"tve-u-15ebe738fb8\"] > .tcb-flex-col > .tcb-col { min-height: 554px; }[data-css=\"tve-u-15ebe738fb8\"] { min-height: inherit; padding-bottom: 0px !important; }[data-css=\"tve-u-15ec3017516\"] { margin-top: 0px !important; padding-left: 5px !important; padding-right: 5px !important; }[data-css=\"tve-u-15ebe89fb7a\"] { margin-left: -20px !important; }[data-css=\"tve-u-15ec3055cca\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-15ebe916c34\"] { margin-bottom: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-15ec3152b02\"] { min-height: 226px; }[data-css=\"tve-u-15ebe80a9a1\"] { min-height: 554px; }[data-css=\"tve-u-15ebe91a626\"] { margin-left: 28px !important; margin-right: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-15ebe906677\"] { margin-left: 30px !important; }[data-css=\"tve-u-15ebe8edca2\"] { margin-left: 30px !important; margin-top: 45px !important; }[data-css=\"tve-u-15ebe827cb3\"] { max-width: 100%; }[data-css=\"tve-u-15ec313e743\"] { margin-left: 10px !important; margin-right: 10px !important; }[data-css=\"tve-u-1602befe215\"] { max-width: 257px; float: left; z-index: 3; position: relative; width: 100%; margin-top: 20px !important; margin-left: 20px !important; }[data-css=\"tve-u-15ebe73226c\"] { height: calc(100% - 33px); margin-top: 50px !important; }}'),(2959,291,'tve_revision_tve_user_custom_css','.thrv_text_element p {margin:0;}\n.thrv_heading h1,h2,h3 {margin:0;}'),(2960,291,'tve_revision_tve_page_events','a:0:{}'),(2961,291,'tve_revision_tve_globals','a:4:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";s:11:\"extra_icons\";a:1:{i:0;a:3:{s:11:\"font-family\";s:25:\"tve-ff-6797-59f9979fd5998\";s:3:\"css\";s:87:\"http://lp-build.thrivethemes.com/wp-content/uploads/tve-ff-6797-59f9979fd5998/style.css\";s:6:\"folder\";s:92:\"/home/thrivedevbitston/public_html/landingpages/wp-content/uploads/tve-ff-6797-59f9979fd5998\";}}s:6:\"lb_map\";a:1:{i:6808;s:3:\"265\";}s:8:\"font_cls\";a:0:{}}'),(2962,291,'tve_revision_tve_global_scripts',''),(2963,291,'tve_revision_thrive_icon_pack','0'),(2964,291,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(2965,291,'tve_revision_tve_has_masonry','0'),(2966,291,'tve_revision_tve_has_typefocus','0'),(2967,291,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-165b813034a\" wfd-id=\"207\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ebe5d7b44\" wfd-id=\"233\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ebe51d596\" wfd-id=\"208\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15ec3055cca\" wfd-id=\"209\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized\" data-css=\"tve-u-15ebe8a2edd\" wfd-id=\"210\"><div class=\"tcb-flex-col\" data-css=\"tve-u-165bcef972c\" style=\"\" wfd-id=\"223\"><div class=\"tcb-col\" wfd-id=\"225\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-165bcf40f41\" wfd-id=\"226\"><div class=\"tcb-flex-row tcb--cols--1\" data-css=\"tve-u-165bcf3f4af\" wfd-id=\"227\"><div class=\"tcb-flex-col\" wfd-id=\"228\"><div class=\"tcb-col\" data-css=\"tve-u-165bd0d4b25\" wfd-id=\"230\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-165bd0cbfdc\" wfd-id=\"231\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"232\"><img class=\"tve_image wp-image-288\" alt=\"\" width=\"1024\" height=\"139\" title=\"Logo\" data-id=\"288\" src=\"//bestcerakoteflorida.com/wp-content/uploads/2018/09/Logo-1024x139.jpg\" style=\"width: 100%;\"></span></div></div></div></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-165bce18a46\" style=\"\" wfd-id=\"211\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec313e743\" data-tcb_hover_state_parent=\"\" wfd-id=\"213\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" wfd-id=\"214\"><p data-css=\"tve-u-15f002fa8f6\"><span data-css=\"tve-u-15f0034f748\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"222\"><a href=\"#whatwedo\">What We Do</a></span>&nbsp; &nbsp; <span data-css=\"tve-u-15f003606db\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"221\"><a href=\"#testimonials\">Testimonials</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f003655f8\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"220\"><a href=\"#aboutus\">About Us</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f00369f5e\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"219\"><a href=\"#getyourcoupon\">Get Your Coupon</a></span>&nbsp; &nbsp; <span data-css=\"tve-u-15f0064f814\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"218\"><a href=\"#areaweserve\">Area We Serve</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f003784ab\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"217\"><a href=\"#contact\">Contact</a></span></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ebe8abb9e\" wfd-id=\"181\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ebe8a4d78\" data-clip-id=\"335f47a4c8f92\" wfd-id=\"206\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-left-335f47a4c8f92\" class=\"decoration-clip clip-path-left\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" pointer-width=\"6\" pointer-height=\"2.5\" style=\"curves\" decoration-type=\"none\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon><ellipse cx=\"0.025\" cy=\"0.029412\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.08823600000000001\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.14706\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.205884\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.264708\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.323532\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.38235600000000003\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.44118\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.500004\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.558828\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.617652\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.676476\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.7353000000000001\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.794124\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.852948\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.911772\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.970596\" rx=\"0.025\" ry=\"0.029412\"></ellipse></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ebe72c974\" wfd-id=\"182\"><div class=\"thrv_wrapper thrv-columns tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec318421d\" wfd-id=\"183\"><div class=\"tcb-flex-row tcb--cols--2 v-2\" data-css=\"tve-u-15ebe738fb8\" wfd-id=\"184\"><div class=\"tcb-flex-col\" wfd-id=\"203\"><div class=\"tcb-col\" data-css=\"tve-u-15ebe73226c\" wfd-id=\"205\"></div></div><div class=\"tcb-flex-col\" wfd-id=\"185\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ebe89fb7a\" wfd-id=\"187\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ebe827cb3\" wfd-id=\"188\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15ebe830a90\" data-clip-id=\"bb2526ca261ae\" wfd-id=\"202\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-left-bb2526ca261ae\" class=\"decoration-clip clip-path-left\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"none\" pointer-width=\"5.7\" pointer-height=\"2.5\" style=\"curves\" slanted-angle=\"5\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon><ellipse cx=\"0.025\" cy=\"0.027778\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.083334\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.13889\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.194446\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.250002\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.305558\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.361114\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.41667\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.47222600000000003\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.527782\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.583338\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.638894\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.69445\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.7500060000000001\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.805562\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.861118\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.916674\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.97223\" rx=\"0.025\" ry=\"0.027778\"></ellipse></clipPath><clipPath id=\"clip-tablet-left-bb2526ca261ae\" class=\"decoration-clip clip-path-tablet-left\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"divider\" pointer-width=\"5.7\" pointer-height=\"4\" style=\"curves\" slanted-angle=\"5\"><polygon points=\"0.04 0, 0.04 1, 1 1, 1 0\"></polygon><ellipse cx=\"0.04\" cy=\"0.027778\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.083334\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.13889\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.194446\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.250002\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.305558\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.361114\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.41667\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.47222600000000003\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.527782\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.583338\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.638894\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.69445\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.7500060000000001\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.805562\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.861118\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.916674\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.97223\" rx=\"0.04\" ry=\"0.027778\"></ellipse></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ebe80a9a1\" wfd-id=\"189\"><div class=\"tcb-clear\" data-css=\"tve-u-15ebe8ee6c0\" wfd-id=\"198\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15ebe8edca2\" data-tag=\"h1\" wfd-id=\"199\"><h1 data-css=\"tve-u-15ebe90cfb0\">Happy dogs =<br>â€‹â€‹â€‹â€‹â€‹happâ€‹â€‹â€‹â€‹y owners</h1></div></div><div class=\"tcb-clear\" data-css=\"tve-u-15ec30a8a14\" wfd-id=\"196\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ebe906677\" wfd-id=\"197\"><p data-css=\"tve-u-15ebe905473\">Offer your dog a premium walking experience</p></div></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ebe916c34\" wfd-id=\"190\">\n<div class=\"tve-content-box-background\" wfd-id=\"195\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ec3152b02\" wfd-id=\"191\"><div class=\"thrv_wrapper thrv-button tve_ea_thrive_lightbox\" data-css=\"tve-u-15ebe91a626\" data-tcb_hover_state_parent=\"false\" data-button-style=\"full_rounded\" wfd-id=\"192\">\n<a href=\"#\" class=\"tcb-button-link tve_evt_manager_listen tve_et_click\" data-tcb-events=\"__TCB_EVENT_[{&quot;config&quot;:{&quot;l_anim&quot;:&quot;zoom_in&quot;,&quot;l_id&quot;:265},&quot;a&quot;:&quot;thrive_lightbox&quot;,&quot;t&quot;:&quot;click&quot;}]_TNEVE_BCT__\">\n<span class=\"tcb-button-texts\" wfd-id=\"193\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-165b814869f\" wfd-id=\"194\">Get 10% OFF Your First Cerakote Project</span></span>\n</a>\n</div></div>\n</div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec3017516\" wfd-id=\"176\">\n<div class=\"tve-page-section-out\" wfd-id=\"180\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ebea3a693\" wfd-id=\"177\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15ebea49c0c\" id=\"whatwedo\" data-tag=\"h1\" wfd-id=\"179\"><h1 data-css=\"tve-u-15ebea42b31\" style=\"text-align: center;\">What We Do</h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2448fdb\" wfd-id=\"178\"><p data-css=\"tve-u-15ec2443105\" style=\"text-align: center;\">Our goal is to make sure the owners are comforted, the pups are exercised and happy and that we are getting our own puppy fixes. But letâ€™s be honest- itâ€™s their world, weâ€™re just living in it! As a small team of experienced dog owners and lovers, we really get to know you and your dog and we canguarantee consistent and personal care that is equal to your love and attention. We are so excited to make you a part of the family!</p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" wfd-id=\"147\">\n<div class=\"tve-page-section-out\" wfd-id=\"175\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ee1211b9b\" wfd-id=\"148\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15ee121a6d1\" wfd-id=\"149\"><div class=\"tcb-flex-row tcb--cols--3 tcb-medium-wrap\" data-css=\"tve-u-15ee121fb1c\" wfd-id=\"150\"><div class=\"tcb-flex-col\" wfd-id=\"167\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ee1225fdf\" wfd-id=\"169\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec2477274\" wfd-id=\"173\"><span class=\"tve_image_frame\" wfd-id=\"174\"><img class=\"tve_image wp-image-1596\" alt=\"\" width=\"55\" height=\"73\" title=\"what_do_icon_01\" data-id=\"1596\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_01.png\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"172\"><p data-css=\"tve-u-15ec2481d17\"><strong>First Class Care</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"171\"><p data-css=\"tve-u-15ec2487407\">all the best for them</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2492191\" wfd-id=\"170\"><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"159\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ee1232726\" wfd-id=\"161\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec24ae116\" wfd-id=\"165\"><span class=\"tve_image_frame\" wfd-id=\"166\"><img class=\"tve_image wp-image-1597\" alt=\"\" width=\"73\" height=\"73\" title=\"what_do_icon_02\" data-id=\"1597\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_02.png\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"164\"><p data-css=\"tve-u-15ec2481d17\"><strong>Snacks Included</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"163\"><p data-css=\"tve-u-15ec2487407\">for your little one</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec3192f72\" wfd-id=\"162\"><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"151\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ee1237243\" wfd-id=\"153\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec24d5e15\" wfd-id=\"157\"><span class=\"tve_image_frame\" wfd-id=\"158\"><img class=\"tve_image wp-image-1598\" alt=\"\" width=\"65\" height=\"73\" title=\"what_do_icon_03\" data-id=\"1598\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_03.png\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"156\"><p data-css=\"tve-u-15ec2481d17\"><strong>Regularly walks</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"155\"><p data-css=\"tve-u-15ec2487407\">to keep them ealthy</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2492191\" wfd-id=\"154\"><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris.</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-15ec24f494c\" id=\"testimonials\" style=\"\" wfd-id=\"127\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ec24f97c0\" wfd-id=\"146\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec24f790d\" wfd-id=\"128\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15ec254985a\" style=\"\" wfd-id=\"129\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-15ec253a41f\" wfd-id=\"130\"><div class=\"tcb-flex-col\" wfd-id=\"134\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec253ef3a\" style=\"\" wfd-id=\"136\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec256e611\" style=\"\" wfd-id=\"139\"><p data-css=\"tve-u-15ec25610c7\"><span data-css=\"tve-u-15ec268a0a3\" style=\"font-size: 45px; color: rgb(89, 171, 227);\" wfd-id=\"144\"><span data-css=\"tve-u-15ec26760e9\" style=\"font-family: ABeeZee;\" wfd-id=\"145\">â€</span></span><span data-css=\"tve-u-15ec256b908\" style=\"font-family: &quot;Amatic SC&quot;;\" wfd-id=\"143\">&nbsp; &nbsp; &nbsp;</span><span data-css=\"tve-u-15ec2680494\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"141\"><span data-css=\"tve-u-15ec269379d\" style=\"font-size: 45px;\" wfd-id=\"142\">my chester enjoys being with them!</span> &nbsp; &nbsp;&nbsp;</span><span data-css=\"tve-u-15ec255fe12\" style=\"font-family: ABeeZee; font-weight: 400; color: rgb(89, 171, 227); font-size: 45px;\" wfd-id=\"140\">â€</span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2698d8d\" wfd-id=\"138\"><p data-css=\"tve-u-160266880a0\">We LOVE going for walks with our friends at Paw! Donâ€™t tell our mom &amp; dad,but we get really excited when they leave for work because we know it wonâ€™t be long before we get a visit from one of our favorite friends at PawCity! Best part is, they always let our parents know how ourwalk went right away so they dont have to worry about us!</p><p data-css=\"tve-u-15ec269736c\">We love you PawCity!! xoxo</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec26ab7b0\" style=\"\" wfd-id=\"137\"><p data-css=\"tve-u-15ec26a92a2\"><strong>Anna Olson</strong>, Chesterâ€™s Mom</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"131\"><div class=\"tcb-col\" wfd-id=\"133\"></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec26c390a\" id=\"aboutus\" wfd-id=\"122\">\n<div class=\"tve-page-section-out\" wfd-id=\"126\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec26b9914\" wfd-id=\"123\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15ee1037a1d\" data-tag=\"h1\" wfd-id=\"125\"><h1 data-css=\"tve-u-15ec26bd2e8\">About us</h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec31ba260\" wfd-id=\"124\"><p data-css=\"tve-u-15ec2443105\" style=\"text-align: center;\">At PawCity, we lead lives full of the unconditional love and happiness we receive from the furballs we get to spend time with everyday and we have this beautiful city and all the beautiful people in it to thank. We love you and your pups!!</p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec26ec232\" wfd-id=\"91\">\n<div class=\"tve-page-section-out\" wfd-id=\"121\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec26e5812\" wfd-id=\"92\"><div class=\"thrv_wrapper thrv-columns tcb-window-width\" style=\"width: 1603px; left: -1px;\" data-css=\"tve-u-15ee106257d\" wfd-id=\"93\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2\" data-css=\"tve-u-15ec26fee25\" wfd-id=\"94\"><div class=\"tcb-flex-col c-33\" wfd-id=\"116\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec2a38bfd\" wfd-id=\"118\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec2a33d71\" wfd-id=\"119\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"120\"><img class=\"tve_image wp-image-7399\" alt=\"\" width=\"830\" height=\"775\" title=\"about_us_dog\" data-id=\"7399\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/about_us_dog.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col c-66\" wfd-id=\"95\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec27075e1\" wfd-id=\"97\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160309f3e5d\" wfd-id=\"110\">\n<div class=\"tve-content-box-background\" wfd-id=\"115\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160309b397d\" wfd-id=\"111\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-160309b00b4\" data-float=\"1\" wfd-id=\"113\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"114\"><img class=\"tve_image wp-image-7404\" alt=\"\" width=\"64\" height=\"64\" title=\"dog_paw\" data-id=\"7404\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/dog_paw.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16030a08afd\" wfd-id=\"112\"><p>We moved to New York City with our black bulldog rescue, Blakely, in 2007 after graduating from the University of Maryland. Immediately, we realized what a dog-crazy place it was.</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160309f6c04\" wfd-id=\"104\">\n<div class=\"tve-content-box-background\" wfd-id=\"109\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160309b397d\" wfd-id=\"105\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-160309ddca8\" data-float=\"1\" wfd-id=\"107\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"108\"><img class=\"tve_image wp-image-7403\" alt=\"\" width=\"64\" height=\"64\" title=\"dog_house\" data-id=\"7403\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/dog_house.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16030a09626\" wfd-id=\"106\"><p>We knew right away that we wanted to work with the animals that we loved and that had given us so much love since we were little girls. We started PawCity Dog Walking in July of 2010.</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16030975307\" wfd-id=\"98\">\n<div class=\"tve-content-box-background\" wfd-id=\"103\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160309b397d\" wfd-id=\"99\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16030a013d7\" data-float=\"1\" wfd-id=\"101\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"102\"><img class=\"tve_image wp-image-7405\" alt=\"\" width=\"64\" height=\"64\" title=\"spinning_wheel\" data-id=\"7405\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/spinning_wheel.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160309b344b\" wfd-id=\"100\"><p>We cover the entire width of the East Side, from 96th Street to Delancey and handle every type of personality imaginable. At PawCity, we lead lives full of the unconditional love and happiness we receive from the furballs we get to spend time with everyday.</p></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" data-css=\"tve-u-15ec2a56438\" style=\"width: 1603px; left: 0px;\" id=\"getyourcoupon\" wfd-id=\"75\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ec2a5bb35\" wfd-id=\"90\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec2a5540e\" wfd-id=\"76\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ec2a80647\" wfd-id=\"77\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15ec2a9b8a9\" wfd-id=\"89\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ec2a81a9f\" wfd-id=\"78\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2a6f589\" wfd-id=\"87\"><p data-css=\"tve-u-15ec2a6b447\"><span data-css=\"tve-u-15ec2a6d9d8\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"88\"><strong>Get Your Coupon</strong></span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2aaa9a4\" wfd-id=\"85\"><p data-css=\"tve-u-15ec2ab1d6d\">We strive to keep both you and your pup as happy and comfortable as possible while youâ€™re out earning those big bucks.</p><p data-css=\"tve-u-15ec2ab1d82\"><br></p><p data-css=\"tve-u-15ec2aa8e2e\"><strong>Get <span data-css=\"tve-u-15ec2aafa24\" style=\"color: rgb(89, 171, 227);\" wfd-id=\"86\">20%</span> off your first walk. Enter your email and we\'ll send you your coupon.</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ec2abe257\" wfd-id=\"79\">\n<div class=\"tve-content-box-background\" wfd-id=\"84\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ec2acb421\" wfd-id=\"80\"><div class=\"thrv_wrapper thrv-button tve_ea_thrive_lightbox\" data-css=\"tve-u-15ec2ac01df\" data-tcb_hover_state_parent=\"false\" data-button-style=\"full_rounded\" wfd-id=\"81\">\n<a href=\"#\" class=\"tcb-button-link tve_evt_manager_listen tve_et_click\" data-tcb-events=\"__TCB_EVENT_[{&quot;config&quot;:{&quot;l_anim&quot;:&quot;zoom_in&quot;,&quot;l_id&quot;:&quot;265&quot;},&quot;a&quot;:&quot;thrive_lightbox&quot;,&quot;t&quot;:&quot;click&quot;}]_TNEVE_BCT__\">\n<span class=\"tcb-button-texts\" wfd-id=\"82\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-15ebe925072\" wfd-id=\"83\">Get Your Coupon Now</span></span>\n</a>\n</div></div>\n</div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-15ec2b0a32a\" id=\"areaweserve\" wfd-id=\"59\">\n<div class=\"tve-page-section-out\" wfd-id=\"74\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15f76fcb7df\" wfd-id=\"60\"><div class=\"thrv_wrapper thrv-columns\" style=\"\" data-css=\"tve-u-15ee103f44a\" wfd-id=\"61\"><div class=\"tcb-flex-row tcb--cols--2 tcb-medium-wrap\" data-css=\"tve-u-15ec2ae8715\" wfd-id=\"62\"><div class=\"tcb-flex-col c-33\" wfd-id=\"67\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec2b37666\" wfd-id=\"69\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"72\"><p data-css=\"tve-u-15ec2af6c4b\"><span data-css=\"tve-u-15ec2af6c4e\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"73\">area we serve</span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"70\"><p>As a small team of experienced dog owners and lovers, we really get to know you and your dog and we canguarantee consistent and personal care that is equal to your love and attention.</p><p><br></p><p><strong><span data-css=\"tve-u-15ec2afed17\" style=\"color: rgb(89, 171, 227);\" wfd-id=\"71\">We are so excited to make you a part of the family!</span></strong></p></div></div></div><div class=\"tcb-flex-col c-66\" wfd-id=\"63\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec2b33f06\" wfd-id=\"65\"><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-15ec2b3b468\" wfd-id=\"66\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=blakely, united states&amp;t=m&amp;z=11&amp;output=embed&amp;iwloc=near\"></iframe>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" data-css=\"tve-u-15ec2b5d54c\" style=\"width: 1603px; left: 0px;\" id=\"contact\" wfd-id=\"22\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ec2b56fac\" wfd-id=\"58\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec2b54c99\" wfd-id=\"23\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1602b31dfcd\" wfd-id=\"24\"><div class=\"tcb-flex-row tcb-resized tcb-medium-wrap tcb--cols--3\" data-css=\"tve-u-1602b37ce9d\" wfd-id=\"25\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1602be453ec\" style=\"\" wfd-id=\"52\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"54\"><div class=\"tcb-clear\" data-css=\"tve-u-1602bff3cd5\" wfd-id=\"55\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec2b6e126\" wfd-id=\"56\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"57\"><img class=\"tve_image wp-image-283\" alt=\"Logo \" width=\"300\" height=\"52\" title=\"Logo\" data-id=\"283\" src=\"//bestcerakoteflorida.com/wp-content/uploads/2018/09/Logo-300x52.jpg\" style=\"width: 100%;\"></span></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1602be45437\" style=\"\" wfd-id=\"38\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1602be56dfc\" wfd-id=\"40\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1602bfebaf9\" wfd-id=\"41\">\n<div class=\"tve-content-box-background\" wfd-id=\"51\"></div>\n<div class=\"tve-cb\" wfd-id=\"42\"><div class=\"tcb-clear\" data-css=\"tve-u-1602bf36e2c\" wfd-id=\"48\"><div class=\"thrv_wrapper tve_image_caption tcb-mobile-hidden\" data-css=\"tve-u-1602be7db66\" data-float=\"1\" wfd-id=\"49\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"50\"><img class=\"tve_image wp-image-7369\" alt=\"\" width=\"64\" height=\"64\" title=\"location\" data-id=\"7369\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/location.png\" style=\"width: 100%;\"></span></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1602bf25f10\" wfd-id=\"43\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1602befe215\" wfd-id=\"44\"><p data-css=\"tve-u-1602bfa220e\"><strong><span data-css=\"tve-u-1602b324a9b\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"47\">67 E. 3rd Street</span></strong><span data-css=\"tve-u-1602b324a9c\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"46\"> </span><span data-css=\"tve-u-1602b324ab9\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"45\">Suite B New York, NY 10003</span></p></div></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1602be4545b\" style=\"\" wfd-id=\"26\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"28\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1602bfea280\" wfd-id=\"29\">\n<div class=\"tve-content-box-background\" wfd-id=\"37\"></div>\n<div class=\"tve-cb\" wfd-id=\"30\"><div class=\"tcb-clear\" data-css=\"tve-u-1602bfc4bea\" wfd-id=\"34\"><div class=\"thrv_wrapper tve_image_caption tcb-mobile-hidden\" data-css=\"tve-u-1602bec144e\" data-float=\"1\" wfd-id=\"35\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"36\"><img class=\"tve_image wp-image-7370\" alt=\"\" width=\"64\" height=\"64\" title=\"phone\" data-id=\"7370\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/phone.png\" style=\"width: 100%;\"></span></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1602bfc74c3\" wfd-id=\"31\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1602b332fd9\" data-float=\"1\" wfd-id=\"32\"><p><a href=\"tel:#9548481911\" target=\"_blank\"><strong><span data-css=\"tve-u-1602b324a9b\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"33\">954-848-1911</span></strong></a><br></p></div></div></div>\n</div></div></div></div></div></div>\n</div>'),(2968,291,'tve_revision_tve_has_wistia_popover','0'),(2972,292,'tve_revision_tve_content_more_found',''),(2973,292,'tve_revision_tve_save_post',''),(2974,292,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Montserrat:400,200,300&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Amatic+SC:400&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=ABeeZee:400&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-160309b397d\"]::after { clear: both; }[data-css=\"tve-u-160309b344b\"] { position: relative !important; margin-left: 100px !important; }[data-css=\"tve-u-160309b00b4\"] + div { clear: none; }[data-css=\"tve-u-160309b00b4\"] { float: none; width: 60px; position: absolute; margin-bottom: 0px !important; margin-top: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-16030975307\"] { max-width: 75%; margin-left: 80px !important; }[data-css=\"tve-u-1602bfa220e\"] { line-height: 1.85em !important; }[data-css=\"tve-u-1602be7db66\"] { float: left; width: 40px; z-index: 3; position: relative; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1602be56dfc\"]::after { clear: both; }[data-css=\"tve-u-1602be4545b\"] { max-width: 25%; }[data-css=\"tve-u-1602be45437\"] { max-width: 36.4%; }[data-css=\"tve-u-1602be453ec\"] { max-width: 38.6%; }[data-css=\"tve-u-1602b37ce9d\"] > .tcb-flex-col > .tcb-col { justify-content: center; }[data-css=\"tve-u-1602b332fd9\"] { max-width: 264px; position: relative; float: right; z-index: 3; width: 100%; padding-left: 1px !important; margin-top: 1px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1602b324a9c\"] { color: rgb(74, 163, 223) !important; }[data-css=\"tve-u-1602b324a9b\"] { color: rgb(74, 163, 223) !important; }[data-css=\"tve-u-1602b31dfcd\"] { max-width: 1296px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15f76fcb7df\"] { max-width: 100%; }[data-css=\"tve-u-15f0064f814\"] { color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-15ec313e743\"]:hover p, #tve_editor [data-css=\"tve-u-15ec313e743\"]:hover li, #tve_editor [data-css=\"tve-u-15ec313e743\"]:hover blockquote, #tve_editor [data-css=\"tve-u-15ec313e743\"]:hover address { color: rgb(89, 171, 227); }[data-css=\"tve-u-15f003784ab\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15f00369f5e\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15f003655f8\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15f003606db\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15f0034f748\"] { color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-15f002fa8f6\"] { color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-15ec313e743\"] p, #tve_editor [data-css=\"tve-u-15ec313e743\"] li, #tve_editor [data-css=\"tve-u-15ec313e743\"] blockquote, #tve_editor [data-css=\"tve-u-15ec313e743\"] address { font-size: 16px; }[data-css=\"tve-u-15ec313e743\"] { text-align: center; padding-left: 0px !important; margin-left: 0px !important; margin-right: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-15ee121fb1c\"] .tcb-flex-col { flex-basis: 285px !important; }[data-css=\"tve-u-15ec30a8a14\"]::after { clear: both; }#tve_editor [data-css=\"tve-u-15ebe90cfb0\"] { font-size: 96px !important; }[data-css=\"tve-u-15ee1237243\"] { box-shadow: rgba(73, 137, 181, 0.15) -3px 7px 69px 10px; }[data-css=\"tve-u-15ee1232726\"] { box-shadow: rgba(73, 137, 181, 0.15) -3px 7px 69px 10px; }[data-css=\"tve-u-15ee121fb1c\"] > .tcb-flex-col > .tcb-col { min-height: 503px; }[data-css=\"tve-u-15ee1225fdf\"] { box-shadow: rgba(73, 137, 181, 0.15) -3px 7px 69px 10px; }[data-css=\"tve-u-15ee121fb1c\"] { margin-left: -60px; min-height: inherit; }[data-css=\"tve-u-15ee121fb1c\"] > .tcb-flex-col { padding-left: 60px; }[data-css=\"tve-u-15ee121a6d1\"] { float: none; max-width: 1296px; text-align: center; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ee1211b9b\"] { max-width: 1603px; text-align: center; }[data-css=\"tve-u-15ec26fee25\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-15ee106257d\"] { max-width: 100%; }[data-css=\"tve-u-15ec3055cca\"] { max-width: 1370px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ee103f44a\"] { float: none; max-width: 1296px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ee1037a1d\"] { float: none; max-width: 1296px; margin-left: auto !important; margin-right: auto !important; }#tve_editor [data-css=\"tve-u-15ec2ac01df\"]:hover .tcb-button-link { box-shadow: rgba(73, 137, 181, 0.25) -3px 7px 73px 18px; background-color: rgb(149, 250, 201) !important; }#tve_editor [data-css=\"tve-u-15ebe91a626\"]:hover .tcb-button-link { box-shadow: rgba(73, 137, 181, 0.25) -3px 7px 73px 18px; border: 0px dashed rgb(255, 255, 255); background-color: rgb(149, 250, 201) !important; font-weight: normal !important; background-image: none !important; }[data-css=\"tve-u-15ebe8a2edd\"] > .tcb-flex-col > .tcb-col { justify-content: center; }[data-css=\"tve-u-15ec3017516\"] { margin-top: 60px !important; padding-bottom: 50px !important; }[data-css=\"tve-u-15ec2b5d54c\"] { margin-top: 83px !important; }[data-css=\"tve-u-15ec2b56fac\"] { opacity: 1; filter: grayscale(0%) blur(0px); background-image: linear-gradient(rgb(0, 0, 0), rgb(0, 0, 0)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-15ec2b54c99\"] { max-width: 1586px; min-height: 100px !important; }[data-css=\"tve-u-15ec2b3b468\"] { box-shadow: rgba(89, 171, 227, 0.15) -3px 7px 69px 10px; margin-top: 0px !important; margin-bottom: 0px !important; margin-left: 38px !important; }[data-css=\"tve-u-15ec2b37666\"] { margin-top: 114px !important; }[data-css=\"tve-u-15ec2b33f06\"] { padding-left: 0px !important; }[data-css=\"tve-u-15ec2b0a32a\"] { margin-top: 76px !important; }[data-css=\"tve-u-15ec2ae8715\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-15ec2afed17\"] { color: rgb(89, 171, 227) !important; }[data-css=\"tve-u-15ec2ae8715\"] { float: none; max-width: 1453px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2acb421\"] { min-height: 162px; }[data-css=\"tve-u-15ec2aafa24\"] { color: rgb(89, 171, 227) !important; }[data-css=\"tve-u-15ec2aaa9a4\"] { float: none; max-width: 1440px; margin-left: auto !important; margin-right: auto !important; margin-top: 25px !important; }#tve_editor [data-css=\"tve-u-15ec2aa8e2e\"] { letter-spacing: 1px; color: rgb(255, 255, 255) !important; font-size: 20px !important; }[data-css=\"tve-u-15ec2a9b8a9\"] { border: 1px solid rgb(89, 171, 227) !important; }[data-css=\"tve-u-15ec2a81a9f\"] { min-height: 162px; }[data-css=\"tve-u-15ec2a80647\"] { float: none; max-width: 97%; margin-left: auto !important; margin-right: auto !important; margin-top: 55px !important; }[data-css=\"tve-u-15ec2a6f589\"] { float: none; max-width: 1440px; margin-top: 55px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2a6d9d8\"] { font-family: \"Amatic SC\" !important; font-weight: 400 !important; }#tve_editor [data-css=\"tve-u-15ec2a6b447\"] { color: rgb(89, 171, 227) !important; font-size: 70px !important; }[data-css=\"tve-u-15ec2a5bb35\"] { background-image: linear-gradient(rgba(28, 54, 85, 0.8), rgba(28, 54, 85, 0.8)), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/coupon_background.jpg\") !important; background-size: auto, cover !important; background-position: 0px 0px, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-15ec2a56438\"] { margin-top: 69px !important; }[data-css=\"tve-u-15ec2a5540e\"] { max-width: 100%; text-align: center; min-height: 561px !important; }[data-css=\"tve-u-15ec2a38bfd\"] { margin-right: 0px !important; padding-right: 0px !important; margin-left: 0px !important; }[data-css=\"tve-u-15ec2a33d71\"] { width: 830px; position: relative; top: 0px; left: 40px; z-index: 7; float: none; padding-right: 0px !important; padding-left: 0px !important; }[data-css=\"tve-u-15ec27075e1\"] { border-left: 2px dashed rgb(232, 238, 241); border-top: 1px solid rgb(232, 238, 241); border-bottom: 1px solid rgb(232, 238, 241); }[data-css=\"tve-u-15ec26fee25\"] > .tcb-flex-col > .tcb-col { min-height: 612px; }[data-css=\"tve-u-15ec26fee25\"] { min-height: inherit; margin-left: 0px; padding-top: 0px !important; padding-bottom: 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-15ec26ec232\"] { margin-top: 66px !important; }[data-css=\"tve-u-15ec26e5812\"] { max-width: 100%; min-height: 586px !important; }[data-css=\"tve-u-15ec26c390a\"] { margin-top: 60px !important; }#tve_editor [data-css=\"tve-u-15ec26bd2e8\"] { color: rgb(24, 45, 60) !important; font-size: 70px !important; }[data-css=\"tve-u-15ec26b9914\"] { max-width: 1434px; text-align: center; }[data-css=\"tve-u-15ec26ab7b0\"] { margin-top: 67px !important; }#tve_editor [data-css=\"tve-u-15ec26a92a2\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15ec2698d8d\"] { float: none; max-width: 600px; margin-left: auto !important; margin-right: auto !important; margin-top: 30px !important; }#tve_editor [data-css=\"tve-u-15ec269736c\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15ec269379d\"] { font-size: 45px !important; }[data-css=\"tve-u-15ec268a0a3\"] { font-size: 45px !important; color: rgb(89, 171, 227) !important; }[data-css=\"tve-u-15ec256e611\"] { margin-top: 0px !important; }#tve_editor [data-css=\"tve-u-15ec25610c7\"] { font-size: 40px !important; color: rgb(89, 171, 227) !important; }[data-css=\"tve-u-15ec255fe12\"] { font-family: ABeeZee !important; font-weight: 400 !important; color: rgb(89, 171, 227) !important; font-size: 45px !important; }[data-css=\"tve-u-15ec254985a\"] { margin-right: 0px !important; }[data-css=\"tve-u-15ec253ef3a\"] { text-align: center; background-image: linear-gradient(rgba(24, 45, 60, 0.95), rgba(24, 45, 60, 0.95)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; margin-top: 0px !important; padding-top: 130px !important; padding-bottom: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-15ec253a41f\"] > .tcb-flex-col > .tcb-col { min-height: 661px; }[data-css=\"tve-u-15ec253a41f\"] { min-height: inherit; float: none; max-width: 1474px; z-index: 3; position: relative; padding-top: 0px !important; padding-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; padding-right: 0px !important; }[data-css=\"tve-u-15ec24f97c0\"] { background-image: linear-gradient(rgba(42, 51, 68, 0.1), rgba(42, 51, 68, 0.1)), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/testimonial_bg.jpg\") !important; background-size: auto, cover !important; background-position: 0px 0px, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-15ec24f790d\"] { min-height: 661px !important; }[data-css=\"tve-u-15ec24f494c\"] { margin-top: 60px !important; }[data-css=\"tve-u-15ec24d5e15\"] + div { clear: none; }[data-css=\"tve-u-15ec24d5e15\"] { float: none; width: 65px; margin-left: auto !important; margin-right: auto !important; margin-top: 40px !important; }[data-css=\"tve-u-15ec24ae116\"] + div { clear: none; }[data-css=\"tve-u-15ec24ae116\"] { float: none; width: 73px; margin-left: auto !important; margin-right: auto !important; margin-top: 40px !important; }[data-css=\"tve-u-15ec249b3f6\"] { line-height: 1.9em !important; }[data-css=\"tve-u-15ec2492191\"] { margin-left: 25px !important; margin-right: 25px !important; margin-top: 25px !important; }#tve_editor [data-css=\"tve-u-15ec2487407\"] { text-transform: uppercase !important; color: rgb(135, 156, 171) !important; font-size: 17px !important; }#tve_editor [data-css=\"tve-u-15ec2481d17\"] { font-size: 20px !important; }[data-css=\"tve-u-15ec2477274\"] + div { clear: none; }[data-css=\"tve-u-15ec2477274\"] { float: none; width: 55px; margin-left: auto !important; margin-right: auto !important; margin-top: 40px !important; }[data-css=\"tve-u-15ec2448fdb\"] { float: none; max-width: 1296px; margin-top: 10px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2443105\"] { line-height: 1.8em !important; }[data-css=\"tve-u-15ebea49c0c\"] { float: none; max-width: 1440px; margin-left: auto !important; margin-right: auto !important; margin-top: 0px !important; }#tve_editor [data-css=\"tve-u-15ebea42b31\"] { color: rgb(24, 45, 60) !important; font-size: 70px !important; }[data-css=\"tve-u-15ebea3a693\"] { max-width: 1434px; }#tve_editor [data-css=\"tve-u-15ebe925072\"] { font-family: Montserrat; letter-spacing: 0px; font-weight: 400; font-size: 20px !important; color: rgb(24, 45, 60) !important; }[data-css=\"tve-u-15ebe91a626\"] { display: block; max-width: 423px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ebe91a626\"] .tcb-button-link { border-radius: 200px; min-height: 67.1429px; font-size: 1.6em; padding-top: 0px; padding-bottom: 0px; border: 1px solid rgb(0, 0, 0); box-shadow: rgba(0, 0, 0, 0.4) 0px 3px 8px 1px; background-color: rgb(255, 255, 255) !important; padding-left: 15px !important; background-image: none !important; }[data-css=\"tve-u-15ebe916c34\"] { float: none; z-index: 3; position: relative; width: 100%; max-width: 733px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ebe90cfb0\"] { line-height: 1.1em !important; }[data-css=\"tve-u-15ebe906677\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 669px; margin-left: 50px !important; margin-top: 40px !important; }#tve_editor [data-css=\"tve-u-15ebe905473\"] { font-size: 22px !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15ebe8ee6c0\"]::after { clear: both; }[data-css=\"tve-u-15ebe8edca2\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 722px; padding-left: 0px !important; margin-left: 50px !important; margin-top: 104px !important; }[data-css=\"tve-u-15ebe8abb9e\"] { padding: 0px !important; }[data-css=\"tve-u-15ebe8a4d78\"] { clip-path: url(\"#clip-left-335f47a4c8f92\"); -webkit-clip-path: url(\"#clip-left-335f47a4c8f92\");  }[data-css=\"tve-u-15ebe8a2edd\"] { padding-bottom: 15px !important; padding-top: 15px !important; }[data-css=\"tve-u-15ebe89fb7a\"] { margin-left: -35px !important; }[data-css=\"tve-u-15ebe830a90\"] { clip-path: url(\"#clip-left-bb2526ca261ae\"); -webkit-clip-path: url(\"#clip-left-bb2526ca261ae\");  background-image: linear-gradient(rgb(89, 171, 227), rgb(89, 171, 227)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-15ebe827cb3\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 0px !important; }[data-css=\"tve-u-15ebe80a9a1\"] { min-height: 729px; }[data-css=\"tve-u-15ebe738fb8\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-15ebe738fb8\"] > .tcb-flex-col > .tcb-col { min-height: 729px; }[data-css=\"tve-u-15ebe738fb8\"] { min-height: inherit; margin-left: 0px; padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-15ebe73226c\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/header_image-1.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-15ebe72c974\"] { max-width: 1620px; }[data-css=\"tve-u-15ebe5d7b44\"] { background-image: linear-gradient(rgb(0, 0, 0), rgb(0, 0, 0)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-15ebe51d596\"] { max-width: 100%; min-height: 7px !important; }#tcb_landing_page h3 { font-family: Montserrat; font-weight: 200; font-size: 20px; color: rgb(24, 45, 60); }#tcb_landing_page h2 { font-family: \"Amatic SC\"; font-weight: 400; font-size: 70px; color: rgb(24, 45, 60); }#tcb_landing_page h1 { font-family: \"Amatic SC\"; font-weight: 400; font-size: 96px; color: rgb(255, 255, 255); }#tcb_landing_page p, #tcb_landing_page li { font-family: Montserrat; font-weight: 200; color: rgb(24, 45, 60); font-size: 18px; line-height: 1.667em; }[data-css=\"tve-u-15e09c94f7d\"] { background-color: rgb(255, 255, 255); }[data-css=\"tve-u-15ec256b908\"] { font-family: \"Amatic SC\" !important; font-weight: 400 !important; }[data-css=\"tve-u-15ec26760e9\"] { font-family: ABeeZee !important; font-weight: 400 !important; }[data-css=\"tve-u-15ec2680494\"] { font-family: \"Amatic SC\" !important; font-weight: 400 !important; }#tve_editor [data-css=\"tve-u-15ec2ab1d6d\"] { letter-spacing: 1px; color: rgb(255, 255, 255) !important; font-size: 20px !important; }#tve_editor [data-css=\"tve-u-15ec2ab1d82\"] { letter-spacing: 1px; color: rgb(255, 255, 255) !important; font-size: 20px !important; }[data-css=\"tve-u-15ec2abe257\"] { float: none; z-index: 3; position: relative; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2ac01df\"] { display: block; max-width: 423px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2ac01df\"] .tcb-button-link { border-radius: 200px; min-height: 67.1429px; font-size: 1.6em; padding-top: 0px; padding-bottom: 0px; background-color: rgb(105, 240, 174) !important; padding-left: 15px !important; }#tve_editor [data-css=\"tve-u-15ec2af6c4b\"] { color: rgb(24, 45, 60) !important; font-size: 70px !important; }[data-css=\"tve-u-15ec2af6c4e\"] { font-family: \"Amatic SC\" !important; font-weight: 400 !important; }[data-css=\"tve-u-15ec3192f72\"] { margin-left: 25px !important; margin-right: 25px !important; margin-top: 25px !important; }[data-css=\"tve-u-15ec31ba260\"] { float: none; max-width: 1296px; margin-top: 10px !important; margin-left: auto !important; margin-right: auto !important; }#tcb_landing_page a:hover:not(.tcb-button-link) { color: rgb(89, 171, 227); }#tcb_landing_page .tve-state-hovera:not(.tcb-button-link) { color: rgb(89, 171, 227); }#tve_editor [data-css=\"tve-u-160266880a0\"] { color: rgb(255, 255, 255) !important; font-family: Montserrat !important; }[data-css=\"tve-u-1602b324ab9\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1602bec144e\"] { width: 36px; float: left; z-index: 3; position: static; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1602befe215\"] { max-width: 386px; position: relative !important; padding-left: 1px !important; margin-top: 0px !important; margin-left: 50px !important; }[data-css=\"tve-u-160309ddca8\"] + div { clear: none; }[data-css=\"tve-u-160309ddca8\"] { float: none; width: 60px; position: absolute; margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-160309f3e5d\"] { max-width: 75%; margin-left: 80px !important; margin-top: 60px !important; margin-bottom: 40px !important; }[data-css=\"tve-u-160309f6c04\"] { max-width: 75%; margin-left: 80px !important; margin-top: 60px !important; margin-bottom: 80px !important; }[data-css=\"tve-u-16030a013d7\"] + div { clear: none; }[data-css=\"tve-u-16030a013d7\"] { float: none; width: 60px; position: absolute; margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-16030a08afd\"] { position: relative !important; margin-left: 100px !important; }[data-css=\"tve-u-16030a09626\"] { position: relative !important; margin-left: 100px !important; }#tcb_landing_page a.tve-state-hover:not(.tcb-button-link) { color: rgb(89, 171, 227); }[data-css=\"tve-u-165b813034a\"] { border-bottom: 1px solid rgb(255, 255, 255); padding: 0px !important; }#tve_editor [data-css=\"tve-u-165b814869f\"] { font-family: Montserrat; letter-spacing: 0px; font-weight: 400; font-size: 18px !important; color: rgb(24, 45, 60) !important; text-transform: capitalize !important; }[data-css=\"tve-u-165bce18a46\"] { max-width: 73.7%; }[data-css=\"tve-u-165b813034a\"] .tve-page-section-in { display: block; }[data-css=\"tve-u-165bcef972c\"] { max-width: 26.3%; }[data-css=\"tve-u-165bcf2cfcd\"] { width: 335px; }[data-css=\"tve-u-165bcf3f4af\"] { padding-bottom: 0px !important; padding-top: 0px !important; }[data-css=\"tve-u-165bcf40f41\"] { float: none; width: 100%; margin: 0px auto !important; }[data-css=\"tve-u-15ec3152b02\"] { text-align: center; }[data-css=\"tve-u-165bd189801\"] { width: 366px; }}@media (max-width: 1023px){[data-css=\"tve-u-1602b332fd9\"] { float: none; max-width: 121px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1602befe215\"] { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1602b37ce9d\"] .tcb-flex-col { flex-basis: 420px !important; }[data-css=\"tve-u-1602bec144e\"] { float: none; z-index: 3; position: relative; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1602be7db66\"] { float: none; z-index: 3; position: relative; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2a38bfd\"] { text-align: left; }[data-css=\"tve-u-15ec27075e1\"] { margin-top: 0px !important; }[data-css=\"tve-u-15ee1237243\"] { margin-top: 52px !important; }[data-css=\"tve-u-15ee121a6d1\"] { margin-left: 33px !important; margin-right: 33px !important; }[data-css=\"tve-u-15ebe51d596\"] { text-align: left; }[data-css=\"tve-u-15ec2b54c99\"] { text-align: left; }[data-css=\"tve-u-15ec2b3b468\"] { margin-left: 0px !important; margin-top: 20px !important; }[data-css=\"tve-u-15ec2b37666\"] { margin-top: 0px !important; }[data-css=\"tve-u-15ec2a80647\"] { margin-top: 0px !important; padding-left: 10px !important; padding-right: 10px !important; }[data-css=\"tve-u-15ec2a5540e\"] { max-width: 720px; }[data-css=\"tve-u-15ec2a33d71\"] { width: 395px; float: none; z-index: 3; position: relative; margin: 80px auto 0px !important; }[data-css=\"tve-u-15ec26b9914\"] { max-width: 720px; }[data-css=\"tve-u-15ec253ef3a\"] { padding: 25px 10px !important; }[data-css=\"tve-u-15ebea3a693\"] { max-width: 720px; }[data-css=\"tve-u-15ec30a8a14\"]::after { clear: both; }[data-css=\"tve-u-15ebe916c34\"] { max-width: 376px; }[data-css=\"tve-u-15ebe8a2edd\"] > .tcb-flex-col > .tcb-col { justify-content: center; min-height: 91px; }[data-css=\"tve-u-15ec3055cca\"] { text-align: center; margin-top: 0px !important; }[data-css=\"tve-u-15ebe8a2edd\"] { min-height: inherit; float: none; max-width: 100%; padding-top: 0px !important; padding-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ebe830a90\"] { clip-path: url(\"#clip-tablet-left-bb2526ca261ae\"); -webkit-clip-path: url(\"#clip-tablet-left-bb2526ca261ae\");  }[data-css=\"tve-u-15ebe91a626\"] { margin-left: 30px !important; }[data-css=\"tve-u-15ebe906677\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 336px; margin-left: 30px !important; }[data-css=\"tve-u-15ebe8edca2\"] { margin-left: 30px !important; }[data-css=\"tve-u-15ebe89fb7a\"] { margin-left: -35px !important; }[data-css=\"tve-u-15ebe827cb3\"] { max-width: 100%; }#tve_editor [data-css=\"tve-u-15ebe90cfb0\"] { font-size: 84px !important; }}@media (max-width: 767px){[data-css=\"tve-u-160309b344b\"] { margin-left: 10px !important; margin-top: 30px !important; margin-right: 10px !important; }[data-css=\"tve-u-16030a013d7\"] { position: static; }[data-css=\"tve-u-16030a09626\"] { margin-left: 10px !important; margin-top: 30px !important; margin-right: 10px !important; }[data-css=\"tve-u-160309ddca8\"] { position: static; }[data-css=\"tve-u-16030a08afd\"] { margin-left: 10px !important; margin-right: 10px !important; margin-top: 30px !important; }[data-css=\"tve-u-160309b00b4\"] { position: static; }[data-css=\"tve-u-16030975307\"] { max-width: 100%; margin-left: 10px !important; margin-right: 10px !important; }[data-css=\"tve-u-160309f6c04\"] { max-width: 100%; margin-left: 10px !important; margin-right: 10px !important; }[data-css=\"tve-u-160309f3e5d\"] { max-width: 100%; margin-left: 10px !important; margin-right: 10px !important; }[data-css=\"tve-u-15ec2a38bfd\"]::after { clear: both; }[data-css=\"tve-u-1602bfea280\"] { margin-top: 0px !important; margin-bottom: 20px !important; }[data-css=\"tve-u-1602bf25f10\"]::after { clear: both; }[data-css=\"tve-u-1602b332fd9\"] { max-width: 257px; float: left; z-index: 3; position: relative; width: 100%; margin-top: 20px !important; margin-left: 20px !important; }[data-css=\"tve-u-15ec253ef3a\"] { padding-top: 30px !important; padding-bottom: 30px !important; }[data-css=\"tve-u-15ee1237243\"] { margin-top: 25px !important; }[data-css=\"tve-u-15ee1232726\"] { margin-top: 25px !important; }[data-css=\"tve-u-15ec2ae8715\"] { margin-left: -15px; }[data-css=\"tve-u-15ec2ae8715\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-15ec2b33f06\"] { margin-right: 0px !important; }[data-css=\"tve-u-15ec26fee25\"] > .tcb-flex-col > .tcb-col { min-height: 387px; }[data-css=\"tve-u-15ec26fee25\"] { margin-left: 0px; min-height: inherit; }[data-css=\"tve-u-15ec26fee25\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-15ec2a33d71\"] { position: static; margin-bottom: 0px !important; }[data-css=\"tve-u-15ec31ba260\"] { padding-left: 3px !important; padding-right: 3px !important; }[data-css=\"tve-u-15ec253a41f\"] > .tcb-flex-col > .tcb-col { min-height: 27px; }[data-css=\"tve-u-15ec253a41f\"] { margin-left: 0px; min-height: inherit; }[data-css=\"tve-u-15ec253a41f\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-15ec254985a\"] { margin-top: 0px !important; }[data-css=\"tve-u-15ec24f494c\"] { margin-top: 30px !important; }[data-css=\"tve-u-15ec256e611\"] { margin-top: 0px !important; }[data-css=\"tve-u-15ec3192f72\"] { margin-bottom: 32px !important; }[data-css=\"tve-u-15ec318421d\"] { margin-bottom: 34px !important; margin-top: -90px !important; }[data-css=\"tve-u-15ebe738fb8\"] > .tcb-flex-col > .tcb-col { min-height: 554px; }[data-css=\"tve-u-15ebe738fb8\"] { min-height: inherit; padding-bottom: 0px !important; }[data-css=\"tve-u-15ec3017516\"] { margin-top: 0px !important; padding-left: 5px !important; padding-right: 5px !important; }[data-css=\"tve-u-15ebe89fb7a\"] { margin-left: -20px !important; }[data-css=\"tve-u-15ec3055cca\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-15ebe916c34\"] { margin-bottom: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-15ec3152b02\"] { min-height: 226px; }[data-css=\"tve-u-15ebe80a9a1\"] { min-height: 554px; }[data-css=\"tve-u-15ebe91a626\"] { margin-left: 28px !important; margin-right: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-15ebe906677\"] { margin-left: 30px !important; }[data-css=\"tve-u-15ebe8edca2\"] { margin-left: 30px !important; margin-top: 45px !important; }[data-css=\"tve-u-15ebe827cb3\"] { max-width: 100%; }[data-css=\"tve-u-15ec313e743\"] { margin-left: 10px !important; margin-right: 10px !important; }[data-css=\"tve-u-1602befe215\"] { max-width: 257px; float: left; z-index: 3; position: relative; width: 100%; margin-top: 20px !important; margin-left: 20px !important; }[data-css=\"tve-u-15ebe73226c\"] { height: calc(100% - 33px); margin-top: 50px !important; }}'),(2975,292,'tve_revision_tve_user_custom_css','.thrv_text_element p {margin:0;}\n.thrv_heading h1,h2,h3 {margin:0;}'),(2976,292,'tve_revision_tve_page_events','a:0:{}'),(2977,292,'tve_revision_tve_globals','a:4:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";s:11:\"extra_icons\";a:1:{i:0;a:3:{s:11:\"font-family\";s:25:\"tve-ff-6797-59f9979fd5998\";s:3:\"css\";s:87:\"http://lp-build.thrivethemes.com/wp-content/uploads/tve-ff-6797-59f9979fd5998/style.css\";s:6:\"folder\";s:92:\"/home/thrivedevbitston/public_html/landingpages/wp-content/uploads/tve-ff-6797-59f9979fd5998\";}}s:6:\"lb_map\";a:1:{i:6808;s:3:\"265\";}s:8:\"font_cls\";a:0:{}}'),(2978,292,'tve_revision_tve_global_scripts',''),(2979,292,'tve_revision_thrive_icon_pack','0'),(2980,292,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(2981,292,'tve_revision_tve_has_masonry','0'),(2982,292,'tve_revision_tve_has_typefocus','0'),(2983,292,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-165b813034a\" wfd-id=\"226\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ebe5d7b44\" wfd-id=\"252\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ebe51d596\" wfd-id=\"227\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15ec3055cca\" wfd-id=\"228\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized\" data-css=\"tve-u-15ebe8a2edd\" wfd-id=\"229\"><div class=\"tcb-flex-col\" data-css=\"tve-u-165bcef972c\" style=\"\" wfd-id=\"242\"><div class=\"tcb-col\" wfd-id=\"244\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-165bcf40f41\" wfd-id=\"245\"><div class=\"tcb-flex-row tcb--cols--1\" data-css=\"tve-u-165bcf3f4af\" wfd-id=\"246\"><div class=\"tcb-flex-col\" wfd-id=\"247\"><div class=\"tcb-col\" wfd-id=\"249\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-165bcf2cfcd\" wfd-id=\"250\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"251\"><img class=\"tve_image wp-image-290\" alt=\"\" width=\"751\" height=\"102\" title=\"Logo\" data-id=\"290\" src=\"//bestcerakoteflorida.com/wp-content/uploads/2018/09/Logo.png\" style=\"width: 100%;\"></span></div></div></div></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-165bce18a46\" style=\"\" wfd-id=\"230\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec313e743\" data-tcb_hover_state_parent=\"\" wfd-id=\"232\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" wfd-id=\"233\"><p data-css=\"tve-u-15f002fa8f6\"><span data-css=\"tve-u-15f0034f748\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"241\"><a href=\"#whatwedo\">What We Do</a></span>&nbsp; &nbsp; <span data-css=\"tve-u-15f003606db\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"240\"><a href=\"#testimonials\">Testimonials</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f003655f8\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"239\"><a href=\"#aboutus\">About Us</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f00369f5e\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"238\"><a href=\"#getyourcoupon\">Get Your Coupon</a></span>&nbsp; &nbsp; <span data-css=\"tve-u-15f0064f814\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"237\"><a href=\"#areaweserve\">Area We Serve</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f003784ab\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"236\"><a href=\"#contact\">Contact</a></span></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ebe8abb9e\" wfd-id=\"202\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ebe8a4d78\" data-clip-id=\"335f47a4c8f92\" wfd-id=\"225\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-left-335f47a4c8f92\" class=\"decoration-clip clip-path-left\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" pointer-width=\"6\" pointer-height=\"2.5\" style=\"curves\" decoration-type=\"none\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon><ellipse cx=\"0.025\" cy=\"0.029412\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.08823600000000001\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.14706\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.205884\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.264708\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.323532\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.38235600000000003\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.44118\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.500004\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.558828\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.617652\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.676476\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.7353000000000001\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.794124\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.852948\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.911772\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.970596\" rx=\"0.025\" ry=\"0.029412\"></ellipse></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ebe72c974\" wfd-id=\"203\"><div class=\"thrv_wrapper thrv-columns tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec318421d\" wfd-id=\"204\"><div class=\"tcb-flex-row tcb--cols--2 v-2\" data-css=\"tve-u-15ebe738fb8\" wfd-id=\"205\"><div class=\"tcb-flex-col\" wfd-id=\"222\"><div class=\"tcb-col\" data-css=\"tve-u-15ebe73226c\" wfd-id=\"224\"></div></div><div class=\"tcb-flex-col\" wfd-id=\"206\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ebe89fb7a\" wfd-id=\"208\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ebe827cb3\" wfd-id=\"209\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15ebe830a90\" data-clip-id=\"bb2526ca261ae\" wfd-id=\"221\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-left-bb2526ca261ae\" class=\"decoration-clip clip-path-left\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"none\" pointer-width=\"5.7\" pointer-height=\"2.5\" style=\"curves\" slanted-angle=\"5\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon><ellipse cx=\"0.025\" cy=\"0.027778\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.083334\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.13889\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.194446\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.250002\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.305558\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.361114\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.41667\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.47222600000000003\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.527782\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.583338\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.638894\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.69445\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.7500060000000001\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.805562\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.861118\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.916674\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.97223\" rx=\"0.025\" ry=\"0.027778\"></ellipse></clipPath><clipPath id=\"clip-tablet-left-bb2526ca261ae\" class=\"decoration-clip clip-path-tablet-left\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"divider\" pointer-width=\"5.7\" pointer-height=\"4\" style=\"curves\" slanted-angle=\"5\"><polygon points=\"0.04 0, 0.04 1, 1 1, 1 0\"></polygon><ellipse cx=\"0.04\" cy=\"0.027778\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.083334\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.13889\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.194446\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.250002\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.305558\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.361114\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.41667\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.47222600000000003\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.527782\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.583338\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.638894\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.69445\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.7500060000000001\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.805562\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.861118\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.916674\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.97223\" rx=\"0.04\" ry=\"0.027778\"></ellipse></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ebe80a9a1\" wfd-id=\"210\"><div class=\"tcb-clear\" data-css=\"tve-u-15ebe8ee6c0\" wfd-id=\"219\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15ebe8edca2\" data-tag=\"h1\" wfd-id=\"220\"><h1 data-css=\"tve-u-15ebe90cfb0\">Happy dogs =<br>â€‹â€‹â€‹â€‹â€‹happâ€‹â€‹â€‹â€‹y owners</h1></div></div><div class=\"tcb-clear\" data-css=\"tve-u-15ec30a8a14\" wfd-id=\"217\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ebe906677\" wfd-id=\"218\"><p data-css=\"tve-u-15ebe905473\">Offer your dog a premium walking experience</p></div></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ebe916c34\" wfd-id=\"211\">\n<div class=\"tve-content-box-background\" wfd-id=\"216\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ec3152b02\" wfd-id=\"212\"><div class=\"thrv_wrapper thrv-button tve_ea_thrive_lightbox\" data-css=\"tve-u-15ebe91a626\" data-tcb_hover_state_parent=\"false\" data-button-style=\"full_rounded\" wfd-id=\"213\">\n<a href=\"#\" class=\"tcb-button-link tve_evt_manager_listen tve_et_click\" data-tcb-events=\"__TCB_EVENT_[{&quot;config&quot;:{&quot;l_anim&quot;:&quot;zoom_in&quot;,&quot;l_id&quot;:265},&quot;a&quot;:&quot;thrive_lightbox&quot;,&quot;t&quot;:&quot;click&quot;}]_TNEVE_BCT__\">\n<span class=\"tcb-button-texts\" wfd-id=\"214\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-165b814869f\" wfd-id=\"215\">Get 10% OFF Your First Cerakote Project</span></span>\n</a>\n</div></div>\n</div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec3017516\" wfd-id=\"197\">\n<div class=\"tve-page-section-out\" wfd-id=\"201\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ebea3a693\" wfd-id=\"198\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15ebea49c0c\" id=\"whatwedo\" data-tag=\"h1\" wfd-id=\"200\"><h1 data-css=\"tve-u-15ebea42b31\" style=\"text-align: center;\">What We Do</h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2448fdb\" wfd-id=\"199\"><p data-css=\"tve-u-15ec2443105\" style=\"text-align: center;\">Our goal is to make sure the owners are comforted, the pups are exercised and happy and that we are getting our own puppy fixes. But letâ€™s be honest- itâ€™s their world, weâ€™re just living in it! As a small team of experienced dog owners and lovers, we really get to know you and your dog and we canguarantee consistent and personal care that is equal to your love and attention. We are so excited to make you a part of the family!</p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" wfd-id=\"166\">\n<div class=\"tve-page-section-out\" wfd-id=\"196\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ee1211b9b\" wfd-id=\"167\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15ee121a6d1\" wfd-id=\"168\"><div class=\"tcb-flex-row tcb--cols--3 tcb-medium-wrap\" data-css=\"tve-u-15ee121fb1c\" wfd-id=\"169\"><div class=\"tcb-flex-col\" wfd-id=\"186\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ee1225fdf\" wfd-id=\"188\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec2477274\" wfd-id=\"194\"><span class=\"tve_image_frame\" wfd-id=\"195\"><img class=\"tve_image wp-image-1596\" alt=\"\" width=\"55\" height=\"73\" title=\"what_do_icon_01\" data-id=\"1596\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_01.png\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"193\"><p data-css=\"tve-u-15ec2481d17\"><strong>First Class Care</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"192\"><p data-css=\"tve-u-15ec2487407\">all the best for them</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2492191\" wfd-id=\"189\"><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"178\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ee1232726\" wfd-id=\"180\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec24ae116\" wfd-id=\"184\"><span class=\"tve_image_frame\" wfd-id=\"185\"><img class=\"tve_image wp-image-1597\" alt=\"\" width=\"73\" height=\"73\" title=\"what_do_icon_02\" data-id=\"1597\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_02.png\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"183\"><p data-css=\"tve-u-15ec2481d17\"><strong>Snacks Included</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"182\"><p data-css=\"tve-u-15ec2487407\">for your little one</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec3192f72\" wfd-id=\"181\"><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"170\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ee1237243\" wfd-id=\"172\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec24d5e15\" wfd-id=\"176\"><span class=\"tve_image_frame\" wfd-id=\"177\"><img class=\"tve_image wp-image-1598\" alt=\"\" width=\"65\" height=\"73\" title=\"what_do_icon_03\" data-id=\"1598\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_03.png\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"175\"><p data-css=\"tve-u-15ec2481d17\"><strong>Regularly walks</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"174\"><p data-css=\"tve-u-15ec2487407\">to keep them ealthy</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2492191\" wfd-id=\"173\"><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris.</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-15ec24f494c\" id=\"testimonials\" style=\"\" wfd-id=\"144\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ec24f97c0\" wfd-id=\"165\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec24f790d\" wfd-id=\"145\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15ec254985a\" style=\"\" wfd-id=\"146\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-15ec253a41f\" wfd-id=\"147\"><div class=\"tcb-flex-col\" wfd-id=\"151\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec253ef3a\" style=\"\" wfd-id=\"153\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec256e611\" style=\"\" wfd-id=\"158\"><p data-css=\"tve-u-15ec25610c7\"><span data-css=\"tve-u-15ec268a0a3\" style=\"font-size: 45px; color: rgb(89, 171, 227);\" wfd-id=\"163\"><span data-css=\"tve-u-15ec26760e9\" style=\"font-family: ABeeZee;\" wfd-id=\"164\">â€</span></span><span data-css=\"tve-u-15ec256b908\" style=\"font-family: &quot;Amatic SC&quot;;\" wfd-id=\"162\">&nbsp; &nbsp; &nbsp;</span><span data-css=\"tve-u-15ec2680494\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"160\"><span data-css=\"tve-u-15ec269379d\" style=\"font-size: 45px;\" wfd-id=\"161\">my chester enjoys being with them!</span> &nbsp; &nbsp;&nbsp;</span><span data-css=\"tve-u-15ec255fe12\" style=\"font-family: ABeeZee; font-weight: 400; color: rgb(89, 171, 227); font-size: 45px;\" wfd-id=\"159\">â€</span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2698d8d\" wfd-id=\"155\"><p data-css=\"tve-u-160266880a0\">We LOVE going for walks with our friends at Paw! Donâ€™t tell our mom &amp; dad,but we get really excited when they leave for work because we know it wonâ€™t be long before we get a visit from one of our favorite friends at PawCity! Best part is, they always let our parents know how ourwalk went right away so they dont have to worry about us!</p><p data-css=\"tve-u-15ec269736c\">We love you PawCity!! xoxo</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec26ab7b0\" style=\"\" wfd-id=\"154\"><p data-css=\"tve-u-15ec26a92a2\"><strong>Anna Olson</strong>, Chesterâ€™s Mom</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"148\"><div class=\"tcb-col\" wfd-id=\"150\"></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec26c390a\" id=\"aboutus\" wfd-id=\"139\">\n<div class=\"tve-page-section-out\" wfd-id=\"143\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec26b9914\" wfd-id=\"140\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15ee1037a1d\" data-tag=\"h1\" wfd-id=\"142\"><h1 data-css=\"tve-u-15ec26bd2e8\">About us</h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec31ba260\" wfd-id=\"141\"><p data-css=\"tve-u-15ec2443105\" style=\"text-align: center;\">At PawCity, we lead lives full of the unconditional love and happiness we receive from the furballs we get to spend time with everyday and we have this beautiful city and all the beautiful people in it to thank. We love you and your pups!!</p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec26ec232\" wfd-id=\"108\">\n<div class=\"tve-page-section-out\" wfd-id=\"138\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec26e5812\" wfd-id=\"109\"><div class=\"thrv_wrapper thrv-columns tcb-window-width\" style=\"width: 1603px; left: -1px;\" data-css=\"tve-u-15ee106257d\" wfd-id=\"110\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2\" data-css=\"tve-u-15ec26fee25\" wfd-id=\"111\"><div class=\"tcb-flex-col c-33\" wfd-id=\"133\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec2a38bfd\" wfd-id=\"135\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec2a33d71\" wfd-id=\"136\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"137\"><img class=\"tve_image wp-image-7399\" alt=\"\" width=\"830\" height=\"775\" title=\"about_us_dog\" data-id=\"7399\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/about_us_dog.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col c-66\" wfd-id=\"112\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec27075e1\" wfd-id=\"114\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160309f3e5d\" wfd-id=\"127\">\n<div class=\"tve-content-box-background\" wfd-id=\"132\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160309b397d\" wfd-id=\"128\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-160309b00b4\" data-float=\"1\" wfd-id=\"130\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"131\"><img class=\"tve_image wp-image-7404\" alt=\"\" width=\"64\" height=\"64\" title=\"dog_paw\" data-id=\"7404\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/dog_paw.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16030a08afd\" wfd-id=\"129\"><p>We moved to New York City with our black bulldog rescue, Blakely, in 2007 after graduating from the University of Maryland. Immediately, we realized what a dog-crazy place it was.</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160309f6c04\" wfd-id=\"121\">\n<div class=\"tve-content-box-background\" wfd-id=\"126\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160309b397d\" wfd-id=\"122\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-160309ddca8\" data-float=\"1\" wfd-id=\"124\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"125\"><img class=\"tve_image wp-image-7403\" alt=\"\" width=\"64\" height=\"64\" title=\"dog_house\" data-id=\"7403\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/dog_house.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16030a09626\" wfd-id=\"123\"><p>We knew right away that we wanted to work with the animals that we loved and that had given us so much love since we were little girls. We started PawCity Dog Walking in July of 2010.</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16030975307\" wfd-id=\"115\">\n<div class=\"tve-content-box-background\" wfd-id=\"120\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160309b397d\" wfd-id=\"116\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16030a013d7\" data-float=\"1\" wfd-id=\"118\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"119\"><img class=\"tve_image wp-image-7405\" alt=\"\" width=\"64\" height=\"64\" title=\"spinning_wheel\" data-id=\"7405\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/spinning_wheel.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160309b344b\" wfd-id=\"117\"><p>We cover the entire width of the East Side, from 96th Street to Delancey and handle every type of personality imaginable. At PawCity, we lead lives full of the unconditional love and happiness we receive from the furballs we get to spend time with everyday.</p></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" data-css=\"tve-u-15ec2a56438\" style=\"width: 1603px; left: 0px;\" id=\"getyourcoupon\" wfd-id=\"92\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ec2a5bb35\" wfd-id=\"107\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec2a5540e\" wfd-id=\"93\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ec2a80647\" wfd-id=\"94\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15ec2a9b8a9\" wfd-id=\"106\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ec2a81a9f\" wfd-id=\"95\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2a6f589\" wfd-id=\"104\"><p data-css=\"tve-u-15ec2a6b447\"><span data-css=\"tve-u-15ec2a6d9d8\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"105\"><strong>Get Your Coupon</strong></span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2aaa9a4\" wfd-id=\"102\"><p data-css=\"tve-u-15ec2ab1d6d\">We strive to keep both you and your pup as happy and comfortable as possible while youâ€™re out earning those big bucks.</p><p data-css=\"tve-u-15ec2ab1d82\"><br></p><p data-css=\"tve-u-15ec2aa8e2e\"><strong>Get <span data-css=\"tve-u-15ec2aafa24\" style=\"color: rgb(89, 171, 227);\" wfd-id=\"103\">20%</span> off your first walk. Enter your email and we\'ll send you your coupon.</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ec2abe257\" wfd-id=\"96\">\n<div class=\"tve-content-box-background\" wfd-id=\"101\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ec2acb421\" wfd-id=\"97\"><div class=\"thrv_wrapper thrv-button tve_ea_thrive_lightbox\" data-css=\"tve-u-15ec2ac01df\" data-tcb_hover_state_parent=\"false\" data-button-style=\"full_rounded\" wfd-id=\"98\">\n<a href=\"#\" class=\"tcb-button-link tve_evt_manager_listen tve_et_click\" data-tcb-events=\"__TCB_EVENT_[{&quot;config&quot;:{&quot;l_anim&quot;:&quot;zoom_in&quot;,&quot;l_id&quot;:&quot;265&quot;},&quot;a&quot;:&quot;thrive_lightbox&quot;,&quot;t&quot;:&quot;click&quot;}]_TNEVE_BCT__\">\n<span class=\"tcb-button-texts\" wfd-id=\"99\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-15ebe925072\" wfd-id=\"100\">Get Your Coupon Now</span></span>\n</a>\n</div></div>\n</div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-15ec2b0a32a\" id=\"areaweserve\" wfd-id=\"72\">\n<div class=\"tve-page-section-out\" wfd-id=\"91\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15f76fcb7df\" wfd-id=\"73\"><div class=\"thrv_wrapper thrv-columns\" style=\"\" data-css=\"tve-u-15ee103f44a\" wfd-id=\"74\"><div class=\"tcb-flex-row tcb--cols--2 tcb-medium-wrap\" data-css=\"tve-u-15ec2ae8715\" wfd-id=\"75\"><div class=\"tcb-flex-col c-33\" wfd-id=\"80\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec2b37666\" wfd-id=\"82\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"87\"><p data-css=\"tve-u-15ec2af6c4b\"><span data-css=\"tve-u-15ec2af6c4e\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"90\">area we serve</span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"83\"><p>As a small team of experienced dog owners and lovers, we really get to know you and your dog and we canguarantee consistent and personal care that is equal to your love and attention.</p><p><br></p><p><strong><span data-css=\"tve-u-15ec2afed17\" style=\"color: rgb(89, 171, 227);\" wfd-id=\"86\">We are so excited to make you a part of the family!</span></strong></p></div></div></div><div class=\"tcb-flex-col c-66\" wfd-id=\"76\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec2b33f06\" wfd-id=\"78\"><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-15ec2b3b468\" wfd-id=\"79\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=blakely, united states&amp;t=m&amp;z=11&amp;output=embed&amp;iwloc=near\"></iframe>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" data-css=\"tve-u-15ec2b5d54c\" style=\"width: 1603px; left: 0px;\" id=\"contact\" wfd-id=\"32\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ec2b56fac\" wfd-id=\"71\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec2b54c99\" wfd-id=\"33\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1602b31dfcd\" wfd-id=\"34\"><div class=\"tcb-flex-row tcb-resized tcb-medium-wrap tcb--cols--3\" data-css=\"tve-u-1602b37ce9d\" wfd-id=\"35\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1602be453ec\" style=\"\" wfd-id=\"66\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"68\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-165bd189801\" wfd-id=\"69\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"70\"><img class=\"tve_image wp-image-290\" alt=\"Blackhawk Custom Cerakote\" width=\"751\" height=\"102\" title=\"Logo\" data-id=\"290\" src=\"//bestcerakoteflorida.com/wp-content/uploads/2018/09/Logo.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1602be45437\" style=\"\" wfd-id=\"50\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1602be56dfc\" wfd-id=\"52\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1602bfebaf9\" wfd-id=\"53\">\n<div class=\"tve-content-box-background\" wfd-id=\"65\"></div>\n<div class=\"tve-cb\" wfd-id=\"54\"><div class=\"tcb-clear\" data-css=\"tve-u-1602bf36e2c\" wfd-id=\"62\"><div class=\"thrv_wrapper tve_image_caption tcb-mobile-hidden\" data-css=\"tve-u-1602be7db66\" data-float=\"1\" wfd-id=\"63\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"64\"><img class=\"tve_image wp-image-7369\" alt=\"\" width=\"64\" height=\"64\" title=\"location\" data-id=\"7369\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/location.png\" style=\"width: 100%;\"></span></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1602bf25f10\" wfd-id=\"55\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1602befe215\" wfd-id=\"56\"><p data-css=\"tve-u-1602bfa220e\"><strong><span data-css=\"tve-u-1602b324a9b\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"61\">67 E. 3rd Street</span></strong><span data-css=\"tve-u-1602b324a9c\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"60\"> </span><span data-css=\"tve-u-1602b324ab9\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"59\">Suite B New York, NY 10003</span></p></div></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1602be4545b\" style=\"\" wfd-id=\"36\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"38\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1602bfea280\" wfd-id=\"39\">\n<div class=\"tve-content-box-background\" wfd-id=\"49\"></div>\n<div class=\"tve-cb\" wfd-id=\"40\"><div class=\"tcb-clear\" data-css=\"tve-u-1602bfc4bea\" wfd-id=\"46\"><div class=\"thrv_wrapper tve_image_caption tcb-mobile-hidden\" data-css=\"tve-u-1602bec144e\" data-float=\"1\" wfd-id=\"47\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"48\"><img class=\"tve_image wp-image-7370\" alt=\"\" width=\"64\" height=\"64\" title=\"phone\" data-id=\"7370\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/phone.png\" style=\"width: 100%;\"></span></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1602bfc74c3\" wfd-id=\"41\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1602b332fd9\" data-float=\"1\" wfd-id=\"42\"><p><a href=\"tel:#9548481911\" target=\"_blank\"><strong><span data-css=\"tve-u-1602b324a9b\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"45\">954-848-1911</span></strong></a><br></p></div></div></div>\n</div></div></div></div></div></div>\n</div>'),(2984,292,'tve_revision_tve_has_wistia_popover','0'),(2987,293,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-165b813034a\" wfd-id=\"261\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ebe5d7b44\" wfd-id=\"287\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ebe51d596\" wfd-id=\"262\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15ec3055cca\" wfd-id=\"263\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized\" data-css=\"tve-u-15ebe8a2edd\" wfd-id=\"264\"><div class=\"tcb-flex-col\" data-css=\"tve-u-165bcef972c\" style=\"\" wfd-id=\"277\"><div class=\"tcb-col\" wfd-id=\"279\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-165bcf40f41\" wfd-id=\"280\"><div class=\"tcb-flex-row tcb--cols--1\" data-css=\"tve-u-165bcf3f4af\" wfd-id=\"281\"><div class=\"tcb-flex-col\" wfd-id=\"282\"><div class=\"tcb-col\" wfd-id=\"284\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-165bcf2cfcd\" wfd-id=\"285\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"286\"><img class=\"tve_image wp-image-290\" alt=\"\" width=\"751\" height=\"102\" title=\"Logo\" data-id=\"290\" src=\"//bestcerakoteflorida.com/wp-content/uploads/2018/09/Logo.png\" style=\"width: 100%;\"></span></div></div></div></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-165bce18a46\" style=\"\" wfd-id=\"265\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec313e743\" data-tcb_hover_state_parent=\"\" wfd-id=\"267\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" wfd-id=\"268\"><p data-css=\"tve-u-15f002fa8f6\"><span data-css=\"tve-u-15f0034f748\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"276\"><a href=\"#whatwedo\">What We Do</a></span>&nbsp; &nbsp; <span data-css=\"tve-u-15f003606db\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"275\"><a href=\"#testimonials\">Testimonials</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f003655f8\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"274\"><a href=\"#aboutus\">About Us</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f00369f5e\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"273\"><a href=\"#getyourcoupon\">Get Your Coupon</a></span>&nbsp; &nbsp; <span data-css=\"tve-u-15f0064f814\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"272\"><a href=\"#areaweserve\">Area We Serve</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f003784ab\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"271\"><a href=\"#contact\">Contact</a></span></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ebe8abb9e\" wfd-id=\"233\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ebe8a4d78\" data-clip-id=\"335f47a4c8f92\" wfd-id=\"260\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-left-335f47a4c8f92\" class=\"decoration-clip clip-path-left\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" pointer-width=\"6\" pointer-height=\"2.5\" style=\"curves\" decoration-type=\"none\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon><ellipse cx=\"0.025\" cy=\"0.029412\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.08823600000000001\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.14706\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.205884\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.264708\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.323532\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.38235600000000003\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.44118\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.500004\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.558828\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.617652\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.676476\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.7353000000000001\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.794124\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.852948\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.911772\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.970596\" rx=\"0.025\" ry=\"0.029412\"></ellipse></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ebe72c974\" wfd-id=\"234\"><div class=\"thrv_wrapper thrv-columns tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec318421d\" wfd-id=\"235\"><div class=\"tcb-flex-row tcb--cols--2 v-2\" data-css=\"tve-u-15ebe738fb8\" wfd-id=\"236\"><div class=\"tcb-flex-col\" wfd-id=\"257\"><div class=\"tcb-col\" data-css=\"tve-u-15ebe73226c\" wfd-id=\"259\"></div></div><div class=\"tcb-flex-col\" wfd-id=\"237\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ebe89fb7a\" wfd-id=\"239\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ebe827cb3\" wfd-id=\"240\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15ebe830a90\" data-clip-id=\"bb2526ca261ae\" wfd-id=\"256\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-left-bb2526ca261ae\" class=\"decoration-clip clip-path-left\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"none\" pointer-width=\"5.7\" pointer-height=\"2.5\" style=\"curves\" slanted-angle=\"5\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon><ellipse cx=\"0.025\" cy=\"0.027778\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.083334\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.13889\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.194446\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.250002\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.305558\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.361114\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.41667\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.47222600000000003\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.527782\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.583338\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.638894\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.69445\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.7500060000000001\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.805562\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.861118\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.916674\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.97223\" rx=\"0.025\" ry=\"0.027778\"></ellipse></clipPath><clipPath id=\"clip-tablet-left-bb2526ca261ae\" class=\"decoration-clip clip-path-tablet-left\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"divider\" pointer-width=\"5.7\" pointer-height=\"4\" style=\"curves\" slanted-angle=\"5\"><polygon points=\"0.04 0, 0.04 1, 1 1, 1 0\"></polygon><ellipse cx=\"0.04\" cy=\"0.027778\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.083334\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.13889\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.194446\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.250002\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.305558\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.361114\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.41667\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.47222600000000003\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.527782\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.583338\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.638894\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.69445\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.7500060000000001\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.805562\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.861118\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.916674\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.97223\" rx=\"0.04\" ry=\"0.027778\"></ellipse></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ebe80a9a1\" wfd-id=\"241\"><div class=\"tcb-clear\" data-css=\"tve-u-15ebe8ee6c0\" wfd-id=\"252\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15ebe8edca2\" data-tag=\"h1\" wfd-id=\"253\"><h1 data-css=\"tve-u-15ebe90cfb0\">Happy dogs =<br>â€‹â€‹â€‹â€‹â€‹happâ€‹â€‹â€‹â€‹y owners</h1></div></div><div class=\"tcb-clear\" data-css=\"tve-u-15ec30a8a14\" wfd-id=\"248\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ebe906677\" wfd-id=\"249\"><p data-css=\"tve-u-15ebe905473\">Offer your dog a premium walking experience</p></div></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ebe916c34\" wfd-id=\"242\">\n<div class=\"tve-content-box-background\" wfd-id=\"247\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ec3152b02\" wfd-id=\"243\"><div class=\"thrv_wrapper thrv-button tve_ea_thrive_lightbox\" data-css=\"tve-u-15ebe91a626\" data-tcb_hover_state_parent=\"false\" data-button-style=\"full_rounded\" wfd-id=\"244\">\n<a href=\"#\" class=\"tcb-button-link tve_evt_manager_listen tve_et_click\" data-tcb-events=\"__TCB_EVENT_[{&quot;config&quot;:{&quot;l_anim&quot;:&quot;zoom_in&quot;,&quot;l_id&quot;:265},&quot;a&quot;:&quot;thrive_lightbox&quot;,&quot;t&quot;:&quot;click&quot;}]_TNEVE_BCT__\">\n<span class=\"tcb-button-texts\" wfd-id=\"245\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-165b814869f\" wfd-id=\"246\">Get 10% OFF Your First Cerakote Project</span></span>\n</a>\n</div></div>\n</div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec3017516\" wfd-id=\"224\">\n<div class=\"tve-page-section-out\" wfd-id=\"232\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ebea3a693\" wfd-id=\"225\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15ebea49c0c\" id=\"whatwedo\" data-tag=\"h1\" wfd-id=\"229\"><h1 data-css=\"tve-u-15ebea42b31\" style=\"text-align: center;\">What We Do</h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2448fdb\" wfd-id=\"226\"><p data-css=\"tve-u-15ec2443105\" style=\"text-align: center;\">Our goal is to make sure the owners are comforted, the pups are exercised and happy and that we are getting our own puppy fixes. But letâ€™s be honest- itâ€™s their world, weâ€™re just living in it! As a small team of experienced dog owners and lovers, we really get to know you and your dog and we canguarantee consistent and personal care that is equal to your love and attention. We are so excited to make you a part of the family!</p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" wfd-id=\"189\">\n<div class=\"tve-page-section-out\" wfd-id=\"223\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ee1211b9b\" wfd-id=\"190\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15ee121a6d1\" wfd-id=\"191\"><div class=\"tcb-flex-row tcb--cols--3 tcb-medium-wrap\" data-css=\"tve-u-15ee121fb1c\" wfd-id=\"192\"><div class=\"tcb-flex-col\" wfd-id=\"211\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ee1225fdf\" wfd-id=\"213\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec2477274\" wfd-id=\"221\"><span class=\"tve_image_frame\" wfd-id=\"222\"><img class=\"tve_image wp-image-1596\" alt=\"\" width=\"55\" height=\"73\" title=\"what_do_icon_01\" data-id=\"1596\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_01.png\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"220\"><p data-css=\"tve-u-15ec2481d17\"><strong>First Class Care</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"217\"><p data-css=\"tve-u-15ec2487407\">all the best for them</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2492191\" wfd-id=\"214\"><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"201\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ee1232726\" wfd-id=\"203\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec24ae116\" wfd-id=\"209\"><span class=\"tve_image_frame\" wfd-id=\"210\"><img class=\"tve_image wp-image-1597\" alt=\"\" width=\"73\" height=\"73\" title=\"what_do_icon_02\" data-id=\"1597\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_02.png\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"208\"><p data-css=\"tve-u-15ec2481d17\"><strong>Snacks Included</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"207\"><p data-css=\"tve-u-15ec2487407\">for your little one</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec3192f72\" wfd-id=\"204\"><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"193\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ee1237243\" wfd-id=\"195\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec24d5e15\" wfd-id=\"199\"><span class=\"tve_image_frame\" wfd-id=\"200\"><img class=\"tve_image wp-image-1598\" alt=\"\" width=\"65\" height=\"73\" title=\"what_do_icon_03\" data-id=\"1598\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_03.png\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"198\"><p data-css=\"tve-u-15ec2481d17\"><strong>Regularly walks</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"197\"><p data-css=\"tve-u-15ec2487407\">to keep them ealthy</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2492191\" wfd-id=\"196\"><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris.</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-15ec24f494c\" id=\"testimonials\" style=\"\" wfd-id=\"163\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ec24f97c0\" wfd-id=\"188\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec24f790d\" wfd-id=\"164\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15ec254985a\" style=\"\" wfd-id=\"165\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-15ec253a41f\" wfd-id=\"166\"><div class=\"tcb-flex-col\" wfd-id=\"170\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec253ef3a\" style=\"\" wfd-id=\"172\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec256e611\" style=\"\" wfd-id=\"179\"><p data-css=\"tve-u-15ec25610c7\"><span data-css=\"tve-u-15ec268a0a3\" style=\"font-size: 45px; color: rgb(89, 171, 227);\" wfd-id=\"186\"><span data-css=\"tve-u-15ec26760e9\" style=\"font-family: ABeeZee;\" wfd-id=\"187\">â€</span></span><span data-css=\"tve-u-15ec256b908\" style=\"font-family: &quot;Amatic SC&quot;;\" wfd-id=\"185\">&nbsp; &nbsp; &nbsp;</span><span data-css=\"tve-u-15ec2680494\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"183\"><span data-css=\"tve-u-15ec269379d\" style=\"font-size: 45px;\" wfd-id=\"184\">my chester enjoys being with them!</span> &nbsp; &nbsp;&nbsp;</span><span data-css=\"tve-u-15ec255fe12\" style=\"font-family: ABeeZee; font-weight: 400; color: rgb(89, 171, 227); font-size: 45px;\" wfd-id=\"182\">â€</span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2698d8d\" wfd-id=\"174\"><p data-css=\"tve-u-160266880a0\">We LOVE going for walks with our friends at Paw! Donâ€™t tell our mom &amp; dad,but we get really excited when they leave for work because we know it wonâ€™t be long before we get a visit from one of our favorite friends at PawCity! Best part is, they always let our parents know how ourwalk went right away so they dont have to worry about us!</p><p data-css=\"tve-u-15ec269736c\">We love you PawCity!! xoxo</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec26ab7b0\" style=\"\" wfd-id=\"173\"><p data-css=\"tve-u-15ec26a92a2\"><strong>Anna Olson</strong>, Chesterâ€™s Mom</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"167\"><div class=\"tcb-col\" wfd-id=\"169\"></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec26c390a\" id=\"aboutus\" wfd-id=\"154\">\n<div class=\"tve-page-section-out\" wfd-id=\"162\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec26b9914\" wfd-id=\"155\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15ee1037a1d\" data-tag=\"h1\" wfd-id=\"159\"><h1 data-css=\"tve-u-15ec26bd2e8\">About us</h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec31ba260\" wfd-id=\"156\"><p data-css=\"tve-u-15ec2443105\" style=\"text-align: center;\">At PawCity, we lead lives full of the unconditional love and happiness we receive from the furballs we get to spend time with everyday and we have this beautiful city and all the beautiful people in it to thank. We love you and your pups!!</p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec26ec232\" wfd-id=\"123\">\n<div class=\"tve-page-section-out\" wfd-id=\"153\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec26e5812\" wfd-id=\"124\"><div class=\"thrv_wrapper thrv-columns tcb-window-width\" style=\"width: 1603px; left: -1px;\" data-css=\"tve-u-15ee106257d\" wfd-id=\"125\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2\" data-css=\"tve-u-15ec26fee25\" wfd-id=\"126\"><div class=\"tcb-flex-col c-33\" wfd-id=\"148\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec2a38bfd\" wfd-id=\"150\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec2a33d71\" wfd-id=\"151\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"152\"><img class=\"tve_image wp-image-7399\" alt=\"\" width=\"830\" height=\"775\" title=\"about_us_dog\" data-id=\"7399\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/about_us_dog.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col c-66\" wfd-id=\"127\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec27075e1\" wfd-id=\"129\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160309f3e5d\" wfd-id=\"142\">\n<div class=\"tve-content-box-background\" wfd-id=\"147\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160309b397d\" wfd-id=\"143\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-160309b00b4\" data-float=\"1\" wfd-id=\"145\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"146\"><img class=\"tve_image wp-image-7404\" alt=\"\" width=\"64\" height=\"64\" title=\"dog_paw\" data-id=\"7404\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/dog_paw.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16030a08afd\" wfd-id=\"144\"><p>We moved to New York City with our black bulldog rescue, Blakely, in 2007 after graduating from the University of Maryland. Immediately, we realized what a dog-crazy place it was.</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160309f6c04\" wfd-id=\"136\">\n<div class=\"tve-content-box-background\" wfd-id=\"141\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160309b397d\" wfd-id=\"137\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-160309ddca8\" data-float=\"1\" wfd-id=\"139\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"140\"><img class=\"tve_image wp-image-7403\" alt=\"\" width=\"64\" height=\"64\" title=\"dog_house\" data-id=\"7403\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/dog_house.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16030a09626\" wfd-id=\"138\"><p>We knew right away that we wanted to work with the animals that we loved and that had given us so much love since we were little girls. We started PawCity Dog Walking in July of 2010.</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16030975307\" wfd-id=\"130\">\n<div class=\"tve-content-box-background\" wfd-id=\"135\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160309b397d\" wfd-id=\"131\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16030a013d7\" data-float=\"1\" wfd-id=\"133\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"134\"><img class=\"tve_image wp-image-7405\" alt=\"\" width=\"64\" height=\"64\" title=\"spinning_wheel\" data-id=\"7405\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/spinning_wheel.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160309b344b\" wfd-id=\"132\"><p>We cover the entire width of the East Side, from 96th Street to Delancey and handle every type of personality imaginable. At PawCity, we lead lives full of the unconditional love and happiness we receive from the furballs we get to spend time with everyday.</p></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" data-css=\"tve-u-15ec2a56438\" style=\"width: 1603px; left: 0px;\" id=\"getyourcoupon\" wfd-id=\"99\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ec2a5bb35\" wfd-id=\"122\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec2a5540e\" wfd-id=\"100\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ec2a80647\" wfd-id=\"101\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15ec2a9b8a9\" wfd-id=\"121\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ec2a81a9f\" wfd-id=\"102\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2a6f589\" wfd-id=\"117\"><p data-css=\"tve-u-15ec2a6b447\"><span data-css=\"tve-u-15ec2a6d9d8\" style=\"\" wfd-id=\"120\"><strong>Get Your Coupon</strong></span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2aaa9a4\" wfd-id=\"111\"><p data-css=\"tve-u-15ec2ab1d6d\"><span style=\"font-size: 18px;\" data-css=\"tve-u-165bd25b417\" wfd-id=\"115\"><span style=\"font-family: \'Special Elite\';\" data-css=\"tve-u-165bd25ab3b\" wfd-id=\"116\">We strive to keep both you and your pup as happy and comfortable as possible while youâ€™re out earning those big bucks.</span></span></p><p data-css=\"tve-u-15ec2ab1d82\"><br></p><p data-css=\"tve-u-15ec2aa8e2e\"><strong>Get <span data-css=\"tve-u-15ec2aafa24\" style=\"color: rgb(89, 171, 227);\" wfd-id=\"114\">20%</span> off your first walk. Enter your email and we\'ll send you your coupon.</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ec2abe257\" wfd-id=\"103\">\n<div class=\"tve-content-box-background\" wfd-id=\"110\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ec2acb421\" wfd-id=\"104\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-15ec2ac01df\" data-tcb_hover_state_parent=\"false\" data-button-style=\"full_rounded\" wfd-id=\"105\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"106\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-15ebe925072\" wfd-id=\"107\">Get Your Coupon Now</span></span>\n</a>\n</div></div>\n</div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-15ec2b0a32a\" id=\"areaweserve\" wfd-id=\"75\">\n<div class=\"tve-page-section-out\" wfd-id=\"98\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15f76fcb7df\" wfd-id=\"76\"><div class=\"thrv_wrapper thrv-columns\" style=\"\" data-css=\"tve-u-15ee103f44a\" wfd-id=\"77\"><div class=\"tcb-flex-row tcb--cols--2 tcb-medium-wrap\" data-css=\"tve-u-15ec2ae8715\" wfd-id=\"78\"><div class=\"tcb-flex-col c-33\" wfd-id=\"83\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec2b37666\" wfd-id=\"85\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"92\"><p data-css=\"tve-u-15ec2af6c4b\"><span data-css=\"tve-u-15ec2af6c4e\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"97\">area we serve</span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"86\"><p>As a small team of experienced dog owners and lovers, we really get to know you and your dog and we canguarantee consistent and personal care that is equal to your love and attention.</p><p><br></p><p><strong><span data-css=\"tve-u-15ec2afed17\" style=\"color: rgb(89, 171, 227);\" wfd-id=\"91\">We are so excited to make you a part of the family!</span></strong></p></div></div></div><div class=\"tcb-flex-col c-66\" wfd-id=\"79\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec2b33f06\" wfd-id=\"81\"><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-15ec2b3b468\" wfd-id=\"82\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=blakely, united states&amp;t=m&amp;z=11&amp;output=embed&amp;iwloc=near\"></iframe>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" data-css=\"tve-u-15ec2b5d54c\" style=\"width: 1603px; left: 0px;\" id=\"contact\" wfd-id=\"35\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ec2b56fac\" wfd-id=\"74\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec2b54c99\" wfd-id=\"36\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1602b31dfcd\" wfd-id=\"37\"><div class=\"tcb-flex-row tcb-resized tcb-medium-wrap tcb--cols--3\" data-css=\"tve-u-1602b37ce9d\" wfd-id=\"38\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1602be453ec\" style=\"\" wfd-id=\"69\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"71\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-165bd189801\" wfd-id=\"72\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"73\"><img class=\"tve_image wp-image-290\" alt=\"Blackhawk Custom Cerakote\" width=\"751\" height=\"102\" title=\"Logo\" data-id=\"290\" src=\"//bestcerakoteflorida.com/wp-content/uploads/2018/09/Logo.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1602be45437\" style=\"\" wfd-id=\"53\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1602be56dfc\" wfd-id=\"55\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1602bfebaf9\" wfd-id=\"56\">\n<div class=\"tve-content-box-background\" wfd-id=\"68\"></div>\n<div class=\"tve-cb\" wfd-id=\"57\"><div class=\"tcb-clear\" data-css=\"tve-u-1602bf36e2c\" wfd-id=\"65\"><div class=\"thrv_wrapper tve_image_caption tcb-mobile-hidden\" data-css=\"tve-u-1602be7db66\" data-float=\"1\" wfd-id=\"66\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"67\"><img class=\"tve_image wp-image-7369\" alt=\"\" width=\"64\" height=\"64\" title=\"location\" data-id=\"7369\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/location.png\" style=\"width: 100%;\"></span></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1602bf25f10\" wfd-id=\"58\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1602befe215\" wfd-id=\"59\"><p data-css=\"tve-u-1602bfa220e\"><strong><span data-css=\"tve-u-1602b324a9b\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"64\">67 E. 3rd Street</span></strong><span data-css=\"tve-u-1602b324a9c\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"63\"> </span><span data-css=\"tve-u-1602b324ab9\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"62\">Suite B New York, NY 10003</span></p></div></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1602be4545b\" style=\"\" wfd-id=\"39\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"41\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1602bfea280\" wfd-id=\"42\">\n<div class=\"tve-content-box-background\" wfd-id=\"52\"></div>\n<div class=\"tve-cb\" wfd-id=\"43\"><div class=\"tcb-clear\" data-css=\"tve-u-1602bfc4bea\" wfd-id=\"49\"><div class=\"thrv_wrapper tve_image_caption tcb-mobile-hidden\" data-css=\"tve-u-1602bec144e\" data-float=\"1\" wfd-id=\"50\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"51\"><img class=\"tve_image wp-image-7370\" alt=\"\" width=\"64\" height=\"64\" title=\"phone\" data-id=\"7370\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/phone.png\" style=\"width: 100%;\"></span></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1602bfc74c3\" wfd-id=\"44\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1602b332fd9\" data-float=\"1\" wfd-id=\"45\"><p><a href=\"tel:#9548481911\" target=\"_blank\"><strong><span data-css=\"tve-u-1602b324a9b\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"48\">954-848-1911</span></strong></a><br></p></div></div></div>\n</div></div></div></div></div></div>\n</div>'),(2988,293,'tve_revision_tve_content_more_found',''),(2989,293,'tve_revision_tve_save_post',''),(2990,293,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Special+Elite:400&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Montserrat:400,200,300&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Amatic+SC:400&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=ABeeZee:400&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-160309b397d\"]::after { clear: both; }[data-css=\"tve-u-160309b344b\"] { position: relative !important; margin-left: 100px !important; }[data-css=\"tve-u-160309b00b4\"] + div { clear: none; }[data-css=\"tve-u-160309b00b4\"] { float: none; width: 60px; position: absolute; margin-bottom: 0px !important; margin-top: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-16030975307\"] { max-width: 75%; margin-left: 80px !important; }[data-css=\"tve-u-1602bfa220e\"] { line-height: 1.85em !important; }[data-css=\"tve-u-1602be7db66\"] { float: left; width: 40px; z-index: 3; position: relative; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1602be56dfc\"]::after { clear: both; }[data-css=\"tve-u-1602be4545b\"] { max-width: 25%; }[data-css=\"tve-u-1602be45437\"] { max-width: 36.4%; }[data-css=\"tve-u-1602be453ec\"] { max-width: 38.6%; }[data-css=\"tve-u-1602b37ce9d\"] > .tcb-flex-col > .tcb-col { justify-content: center; }[data-css=\"tve-u-1602b332fd9\"] { max-width: 264px; position: relative; float: right; z-index: 3; width: 100%; padding-left: 1px !important; margin-top: 1px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1602b324a9c\"] { color: rgb(74, 163, 223) !important; }[data-css=\"tve-u-1602b324a9b\"] { color: rgb(74, 163, 223) !important; }[data-css=\"tve-u-1602b31dfcd\"] { max-width: 1296px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15f76fcb7df\"] { max-width: 100%; }[data-css=\"tve-u-15f0064f814\"] { color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-15ec313e743\"]:hover p, #tve_editor [data-css=\"tve-u-15ec313e743\"]:hover li, #tve_editor [data-css=\"tve-u-15ec313e743\"]:hover blockquote, #tve_editor [data-css=\"tve-u-15ec313e743\"]:hover address { color: rgb(89, 171, 227); }[data-css=\"tve-u-15f003784ab\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15f00369f5e\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15f003655f8\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15f003606db\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15f0034f748\"] { color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-15f002fa8f6\"] { color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-15ec313e743\"] p, #tve_editor [data-css=\"tve-u-15ec313e743\"] li, #tve_editor [data-css=\"tve-u-15ec313e743\"] blockquote, #tve_editor [data-css=\"tve-u-15ec313e743\"] address { font-size: 16px; }[data-css=\"tve-u-15ec313e743\"] { text-align: center; padding-left: 0px !important; margin-left: 0px !important; margin-right: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-15ee121fb1c\"] .tcb-flex-col { flex-basis: 285px !important; }[data-css=\"tve-u-15ec30a8a14\"]::after { clear: both; }#tve_editor [data-css=\"tve-u-15ebe90cfb0\"] { font-size: 96px !important; }[data-css=\"tve-u-15ee1237243\"] { box-shadow: rgba(73, 137, 181, 0.15) -3px 7px 69px 10px; }[data-css=\"tve-u-15ee1232726\"] { box-shadow: rgba(73, 137, 181, 0.15) -3px 7px 69px 10px; }[data-css=\"tve-u-15ee121fb1c\"] > .tcb-flex-col > .tcb-col { min-height: 503px; }[data-css=\"tve-u-15ee1225fdf\"] { box-shadow: rgba(73, 137, 181, 0.15) -3px 7px 69px 10px; }[data-css=\"tve-u-15ee121fb1c\"] { margin-left: -60px; min-height: inherit; }[data-css=\"tve-u-15ee121fb1c\"] > .tcb-flex-col { padding-left: 60px; }[data-css=\"tve-u-15ee121a6d1\"] { float: none; max-width: 1296px; text-align: center; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ee1211b9b\"] { max-width: 1603px; text-align: center; }[data-css=\"tve-u-15ec26fee25\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-15ee106257d\"] { max-width: 100%; }[data-css=\"tve-u-15ec3055cca\"] { max-width: 1370px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ee103f44a\"] { float: none; max-width: 1296px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ee1037a1d\"] { float: none; max-width: 1296px; margin-left: auto !important; margin-right: auto !important; }#tve_editor [data-css=\"tve-u-15ec2ac01df\"]:hover .tcb-button-link { box-shadow: rgba(255, 250, 206, 0.91) -3px 7px 73px 18px !important; background-color: rgba(255, 255, 255, 0.91) !important; background-image: none !important; }#tve_editor [data-css=\"tve-u-15ebe91a626\"]:hover .tcb-button-link { box-shadow: rgba(73, 137, 181, 0.25) -3px 7px 73px 18px; border: 0px dashed rgb(255, 255, 255); background-color: rgb(149, 250, 201) !important; font-weight: normal !important; background-image: none !important; }[data-css=\"tve-u-15ebe8a2edd\"] > .tcb-flex-col > .tcb-col { justify-content: center; }[data-css=\"tve-u-15ec3017516\"] { margin-top: 60px !important; padding-bottom: 50px !important; }[data-css=\"tve-u-15ec2b5d54c\"] { margin-top: 83px !important; }[data-css=\"tve-u-15ec2b56fac\"] { opacity: 1; filter: grayscale(0%) blur(0px); background-image: linear-gradient(rgb(0, 0, 0), rgb(0, 0, 0)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-15ec2b54c99\"] { max-width: 1586px; min-height: 100px !important; }[data-css=\"tve-u-15ec2b3b468\"] { box-shadow: rgba(89, 171, 227, 0.15) -3px 7px 69px 10px; margin-top: 0px !important; margin-bottom: 0px !important; margin-left: 38px !important; }[data-css=\"tve-u-15ec2b37666\"] { margin-top: 114px !important; }[data-css=\"tve-u-15ec2b33f06\"] { padding-left: 0px !important; }[data-css=\"tve-u-15ec2b0a32a\"] { margin-top: 70px !important; }[data-css=\"tve-u-15ec2ae8715\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-15ec2afed17\"] { color: rgb(89, 171, 227) !important; }[data-css=\"tve-u-15ec2ae8715\"] { float: none; max-width: 1453px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2acb421\"] { min-height: 162px; }[data-css=\"tve-u-15ec2aafa24\"] { color: rgb(89, 171, 227) !important; }[data-css=\"tve-u-15ec2aaa9a4\"] { float: none; max-width: 1440px; margin-left: auto !important; margin-right: auto !important; margin-top: 25px !important; }#tve_editor [data-css=\"tve-u-15ec2aa8e2e\"] { letter-spacing: 1px; color: rgb(255, 255, 255) !important; font-size: 20px !important; }[data-css=\"tve-u-15ec2a9b8a9\"] { border: 1px solid rgb(89, 171, 227) !important; }[data-css=\"tve-u-15ec2a81a9f\"] { min-height: 162px; }[data-css=\"tve-u-15ec2a80647\"] { float: none; max-width: 97%; margin-left: auto !important; margin-right: auto !important; margin-top: 55px !important; }[data-css=\"tve-u-15ec2a6f589\"] { float: none; max-width: 1440px; margin-top: 55px !important; margin-left: auto !important; margin-right: auto !important; }#tve_editor [data-css=\"tve-u-15ec2a6b447\"] { color: rgb(255, 255, 255) !important; font-size: 45px !important; font-family: \"Special Elite\" !important; font-weight: 400 !important; }[data-css=\"tve-u-15ec2a5bb35\"] { background-image: linear-gradient(rgba(28, 54, 85, 0.5), rgba(28, 54, 85, 0.5)), url(\"https://bestcerakoteflorida.com/wp-content/uploads/2018/05/FTYS6743-1024x683.jpg\") !important; background-size: auto, cover !important; background-position: 0px 0px, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-15ec2a56438\"] { margin-top: 69px !important; }[data-css=\"tve-u-15ec2a5540e\"] { max-width: 100%; text-align: center; min-height: 561px !important; }[data-css=\"tve-u-15ec2a38bfd\"] { margin-right: 0px !important; padding-right: 0px !important; margin-left: 0px !important; }[data-css=\"tve-u-15ec2a33d71\"] { width: 830px; position: relative; top: 0px; left: 40px; z-index: 7; float: none; padding-right: 0px !important; padding-left: 0px !important; }[data-css=\"tve-u-15ec27075e1\"] { border-left: 2px dashed rgb(232, 238, 241); border-top: 1px solid rgb(232, 238, 241); border-bottom: 1px solid rgb(232, 238, 241); }[data-css=\"tve-u-15ec26fee25\"] > .tcb-flex-col > .tcb-col { min-height: 612px; }[data-css=\"tve-u-15ec26fee25\"] { min-height: inherit; margin-left: 0px; padding-top: 0px !important; padding-bottom: 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-15ec26ec232\"] { margin-top: 66px !important; }[data-css=\"tve-u-15ec26e5812\"] { max-width: 100%; min-height: 586px !important; }[data-css=\"tve-u-15ec26c390a\"] { margin-top: 60px !important; }#tve_editor [data-css=\"tve-u-15ec26bd2e8\"] { color: rgb(24, 45, 60) !important; font-size: 70px !important; }[data-css=\"tve-u-15ec26b9914\"] { max-width: 1434px; text-align: center; }[data-css=\"tve-u-15ec26ab7b0\"] { margin-top: 67px !important; }#tve_editor [data-css=\"tve-u-15ec26a92a2\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15ec2698d8d\"] { float: none; max-width: 600px; margin-left: auto !important; margin-right: auto !important; margin-top: 30px !important; }#tve_editor [data-css=\"tve-u-15ec269736c\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15ec269379d\"] { font-size: 45px !important; }[data-css=\"tve-u-15ec268a0a3\"] { font-size: 45px !important; color: rgb(89, 171, 227) !important; }[data-css=\"tve-u-15ec256e611\"] { margin-top: 0px !important; }#tve_editor [data-css=\"tve-u-15ec25610c7\"] { font-size: 40px !important; color: rgb(89, 171, 227) !important; }[data-css=\"tve-u-15ec255fe12\"] { font-family: ABeeZee !important; font-weight: 400 !important; color: rgb(89, 171, 227) !important; font-size: 45px !important; }[data-css=\"tve-u-15ec254985a\"] { margin-right: 0px !important; }[data-css=\"tve-u-15ec253ef3a\"] { text-align: center; background-image: linear-gradient(rgba(24, 45, 60, 0.95), rgba(24, 45, 60, 0.95)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; margin-top: 0px !important; padding-top: 130px !important; padding-bottom: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-15ec253a41f\"] > .tcb-flex-col > .tcb-col { min-height: 661px; }[data-css=\"tve-u-15ec253a41f\"] { min-height: inherit; float: none; max-width: 1474px; z-index: 3; position: relative; padding-top: 0px !important; padding-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; padding-right: 0px !important; }[data-css=\"tve-u-15ec24f97c0\"] { background-image: linear-gradient(rgba(42, 51, 68, 0.1), rgba(42, 51, 68, 0.1)), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/testimonial_bg.jpg\") !important; background-size: auto, cover !important; background-position: 0px 0px, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-15ec24f790d\"] { min-height: 661px !important; }[data-css=\"tve-u-15ec24f494c\"] { margin-top: 60px !important; }[data-css=\"tve-u-15ec24d5e15\"] + div { clear: none; }[data-css=\"tve-u-15ec24d5e15\"] { float: none; width: 65px; margin-left: auto !important; margin-right: auto !important; margin-top: 40px !important; }[data-css=\"tve-u-15ec24ae116\"] + div { clear: none; }[data-css=\"tve-u-15ec24ae116\"] { float: none; width: 73px; margin-left: auto !important; margin-right: auto !important; margin-top: 40px !important; }[data-css=\"tve-u-15ec249b3f6\"] { line-height: 1.9em !important; }[data-css=\"tve-u-15ec2492191\"] { margin-left: 25px !important; margin-right: 25px !important; margin-top: 25px !important; }#tve_editor [data-css=\"tve-u-15ec2487407\"] { text-transform: uppercase !important; color: rgb(135, 156, 171) !important; font-size: 17px !important; }#tve_editor [data-css=\"tve-u-15ec2481d17\"] { font-size: 20px !important; }[data-css=\"tve-u-15ec2477274\"] + div { clear: none; }[data-css=\"tve-u-15ec2477274\"] { float: none; width: 55px; margin-left: auto !important; margin-right: auto !important; margin-top: 40px !important; }[data-css=\"tve-u-15ec2448fdb\"] { float: none; max-width: 1296px; margin-top: 10px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2443105\"] { line-height: 1.8em !important; }[data-css=\"tve-u-15ebea49c0c\"] { float: none; max-width: 1440px; margin-left: auto !important; margin-right: auto !important; margin-top: 0px !important; }#tve_editor [data-css=\"tve-u-15ebea42b31\"] { color: rgb(24, 45, 60) !important; font-size: 70px !important; }[data-css=\"tve-u-15ebea3a693\"] { max-width: 1434px; }#tve_editor [data-css=\"tve-u-15ebe925072\"] { font-family: \"Special Elite\" !important; letter-spacing: 0px; font-weight: 400 !important; font-size: 20px !important; color: rgb(24, 45, 60) !important; }[data-css=\"tve-u-15ebe91a626\"] { display: block; max-width: 423px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ebe91a626\"] .tcb-button-link { border-radius: 200px; min-height: 67.1429px; font-size: 1.6em; padding-top: 0px; padding-bottom: 0px; border: 1px solid rgb(0, 0, 0); box-shadow: rgba(0, 0, 0, 0.4) 0px 3px 8px 1px; background-color: rgb(255, 255, 255) !important; padding-left: 15px !important; background-image: none !important; }[data-css=\"tve-u-15ebe916c34\"] { float: none; z-index: 3; position: relative; width: 100%; max-width: 733px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ebe90cfb0\"] { line-height: 1.1em !important; }[data-css=\"tve-u-15ebe906677\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 669px; margin-left: 50px !important; margin-top: 40px !important; }#tve_editor [data-css=\"tve-u-15ebe905473\"] { font-size: 22px !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15ebe8ee6c0\"]::after { clear: both; }[data-css=\"tve-u-15ebe8edca2\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 722px; padding-left: 0px !important; margin-left: 50px !important; margin-top: 104px !important; }[data-css=\"tve-u-15ebe8abb9e\"] { padding: 0px !important; }[data-css=\"tve-u-15ebe8a4d78\"] { clip-path: url(\"#clip-left-335f47a4c8f92\"); -webkit-clip-path: url(\"#clip-left-335f47a4c8f92\");  }[data-css=\"tve-u-15ebe8a2edd\"] { padding-bottom: 15px !important; padding-top: 15px !important; }[data-css=\"tve-u-15ebe89fb7a\"] { margin-left: -35px !important; }[data-css=\"tve-u-15ebe830a90\"] { clip-path: url(\"#clip-left-bb2526ca261ae\"); -webkit-clip-path: url(\"#clip-left-bb2526ca261ae\");  background-image: linear-gradient(rgb(89, 171, 227), rgb(89, 171, 227)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-15ebe827cb3\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 0px !important; }[data-css=\"tve-u-15ebe80a9a1\"] { min-height: 729px; }[data-css=\"tve-u-15ebe738fb8\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-15ebe738fb8\"] > .tcb-flex-col > .tcb-col { min-height: 729px; }[data-css=\"tve-u-15ebe738fb8\"] { min-height: inherit; margin-left: 0px; padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-15ebe73226c\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/header_image-1.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-15ebe72c974\"] { max-width: 1620px; }[data-css=\"tve-u-15ebe5d7b44\"] { background-image: linear-gradient(rgb(0, 0, 0), rgb(0, 0, 0)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-15ebe51d596\"] { max-width: 100%; min-height: 7px !important; }#tcb_landing_page h3 { font-family: Montserrat; font-weight: 200; font-size: 20px; color: rgb(24, 45, 60); }#tcb_landing_page h2 { font-family: \"Amatic SC\"; font-weight: 400; font-size: 70px; color: rgb(24, 45, 60); }#tcb_landing_page h1 { font-family: \"Amatic SC\"; font-weight: 400; font-size: 96px; color: rgb(255, 255, 255); }#tcb_landing_page p, #tcb_landing_page li { font-family: Montserrat; font-weight: 200; color: rgb(24, 45, 60); font-size: 18px; line-height: 1.667em; }[data-css=\"tve-u-15e09c94f7d\"] { background-color: rgb(255, 255, 255); }[data-css=\"tve-u-15ec256b908\"] { font-family: \"Amatic SC\" !important; font-weight: 400 !important; }[data-css=\"tve-u-15ec26760e9\"] { font-family: ABeeZee !important; font-weight: 400 !important; }[data-css=\"tve-u-15ec2680494\"] { font-family: \"Amatic SC\" !important; font-weight: 400 !important; }#tve_editor [data-css=\"tve-u-15ec2ab1d6d\"] { letter-spacing: 1px; color: rgb(255, 255, 255) !important; font-size: 20px !important; }#tve_editor [data-css=\"tve-u-15ec2ab1d82\"] { letter-spacing: 1px; color: rgb(255, 255, 255) !important; font-size: 20px !important; }[data-css=\"tve-u-15ec2abe257\"] { float: none; z-index: 3; position: relative; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2ac01df\"] { display: block; max-width: 423px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2ac01df\"] .tcb-button-link { border-radius: 200px; min-height: 67.1429px; font-size: 1.6em; padding-top: 0px; padding-bottom: 0px; background-color: rgb(255, 255, 255) !important; padding-left: 15px !important; background-image: none !important; }#tve_editor [data-css=\"tve-u-15ec2af6c4b\"] { color: rgb(24, 45, 60) !important; font-size: 70px !important; }[data-css=\"tve-u-15ec2af6c4e\"] { font-family: \"Amatic SC\" !important; font-weight: 400 !important; }[data-css=\"tve-u-15ec3192f72\"] { margin-left: 25px !important; margin-right: 25px !important; margin-top: 25px !important; }[data-css=\"tve-u-15ec31ba260\"] { float: none; max-width: 1296px; margin-top: 10px !important; margin-left: auto !important; margin-right: auto !important; }#tcb_landing_page a:hover:not(.tcb-button-link) { color: rgb(89, 171, 227); }#tcb_landing_page .tve-state-hovera:not(.tcb-button-link) { color: rgb(89, 171, 227); }#tve_editor [data-css=\"tve-u-160266880a0\"] { color: rgb(255, 255, 255) !important; font-family: Montserrat !important; }[data-css=\"tve-u-1602b324ab9\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1602bec144e\"] { width: 36px; float: left; z-index: 3; position: static; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1602befe215\"] { max-width: 386px; position: relative !important; padding-left: 1px !important; margin-top: 0px !important; margin-left: 50px !important; }[data-css=\"tve-u-160309ddca8\"] + div { clear: none; }[data-css=\"tve-u-160309ddca8\"] { float: none; width: 60px; position: absolute; margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-160309f3e5d\"] { max-width: 75%; margin-left: 80px !important; margin-top: 60px !important; margin-bottom: 40px !important; }[data-css=\"tve-u-160309f6c04\"] { max-width: 75%; margin-left: 80px !important; margin-top: 60px !important; margin-bottom: 80px !important; }[data-css=\"tve-u-16030a013d7\"] + div { clear: none; }[data-css=\"tve-u-16030a013d7\"] { float: none; width: 60px; position: absolute; margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-16030a08afd\"] { position: relative !important; margin-left: 100px !important; }[data-css=\"tve-u-16030a09626\"] { position: relative !important; margin-left: 100px !important; }#tcb_landing_page a.tve-state-hover:not(.tcb-button-link) { color: rgb(89, 171, 227); }[data-css=\"tve-u-165b813034a\"] { border-bottom: 1px solid rgb(255, 255, 255); padding: 0px !important; }#tve_editor [data-css=\"tve-u-165b814869f\"] { font-family: Montserrat; letter-spacing: 0px; font-weight: 400; font-size: 18px !important; color: rgb(24, 45, 60) !important; text-transform: capitalize !important; }[data-css=\"tve-u-165bce18a46\"] { max-width: 73.7%; }[data-css=\"tve-u-165b813034a\"] .tve-page-section-in { display: block; }[data-css=\"tve-u-165bcef972c\"] { max-width: 26.3%; }[data-css=\"tve-u-165bcf2cfcd\"] { width: 335px; }[data-css=\"tve-u-165bcf3f4af\"] { padding-bottom: 0px !important; padding-top: 0px !important; }[data-css=\"tve-u-165bcf40f41\"] { float: none; width: 100%; margin: 0px auto !important; }[data-css=\"tve-u-15ec3152b02\"] { text-align: center; }[data-css=\"tve-u-165bd189801\"] { width: 366px; }[data-css=\"tve-u-165bd25ab3b\"] { font-family: \"Special Elite\" !important; }[data-css=\"tve-u-165bd25b417\"] { font-size: 18px !important; }}@media (max-width: 1023px){[data-css=\"tve-u-1602b332fd9\"] { float: none; max-width: 121px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1602befe215\"] { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1602b37ce9d\"] .tcb-flex-col { flex-basis: 420px !important; }[data-css=\"tve-u-1602bec144e\"] { float: none; z-index: 3; position: relative; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1602be7db66\"] { float: none; z-index: 3; position: relative; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2a38bfd\"] { text-align: left; }[data-css=\"tve-u-15ec27075e1\"] { margin-top: 0px !important; }[data-css=\"tve-u-15ee1237243\"] { margin-top: 52px !important; }[data-css=\"tve-u-15ee121a6d1\"] { margin-left: 33px !important; margin-right: 33px !important; }[data-css=\"tve-u-15ebe51d596\"] { text-align: left; }[data-css=\"tve-u-15ec2b54c99\"] { text-align: left; }[data-css=\"tve-u-15ec2b3b468\"] { margin-left: 0px !important; margin-top: 20px !important; }[data-css=\"tve-u-15ec2b37666\"] { margin-top: 0px !important; }[data-css=\"tve-u-15ec2a80647\"] { margin-top: 0px !important; padding-left: 10px !important; padding-right: 10px !important; }[data-css=\"tve-u-15ec2a5540e\"] { max-width: 720px; }[data-css=\"tve-u-15ec2a33d71\"] { width: 395px; float: none; z-index: 3; position: relative; margin: 80px auto 0px !important; }[data-css=\"tve-u-15ec26b9914\"] { max-width: 720px; }[data-css=\"tve-u-15ec253ef3a\"] { padding: 25px 10px !important; }[data-css=\"tve-u-15ebea3a693\"] { max-width: 720px; }[data-css=\"tve-u-15ec30a8a14\"]::after { clear: both; }[data-css=\"tve-u-15ebe916c34\"] { max-width: 376px; }[data-css=\"tve-u-15ebe8a2edd\"] > .tcb-flex-col > .tcb-col { justify-content: center; min-height: 91px; }[data-css=\"tve-u-15ec3055cca\"] { text-align: center; margin-top: 0px !important; }[data-css=\"tve-u-15ebe8a2edd\"] { min-height: inherit; float: none; max-width: 100%; padding-top: 0px !important; padding-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ebe830a90\"] { clip-path: url(\"#clip-tablet-left-bb2526ca261ae\"); -webkit-clip-path: url(\"#clip-tablet-left-bb2526ca261ae\");  }[data-css=\"tve-u-15ebe91a626\"] { margin-left: 30px !important; }[data-css=\"tve-u-15ebe906677\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 336px; margin-left: 30px !important; }[data-css=\"tve-u-15ebe8edca2\"] { margin-left: 30px !important; }[data-css=\"tve-u-15ebe89fb7a\"] { margin-left: -35px !important; }[data-css=\"tve-u-15ebe827cb3\"] { max-width: 100%; }#tve_editor [data-css=\"tve-u-15ebe90cfb0\"] { font-size: 84px !important; }}@media (max-width: 767px){[data-css=\"tve-u-160309b344b\"] { margin-left: 10px !important; margin-top: 30px !important; margin-right: 10px !important; }[data-css=\"tve-u-16030a013d7\"] { position: static; }[data-css=\"tve-u-16030a09626\"] { margin-left: 10px !important; margin-top: 30px !important; margin-right: 10px !important; }[data-css=\"tve-u-160309ddca8\"] { position: static; }[data-css=\"tve-u-16030a08afd\"] { margin-left: 10px !important; margin-right: 10px !important; margin-top: 30px !important; }[data-css=\"tve-u-160309b00b4\"] { position: static; }[data-css=\"tve-u-16030975307\"] { max-width: 100%; margin-left: 10px !important; margin-right: 10px !important; }[data-css=\"tve-u-160309f6c04\"] { max-width: 100%; margin-left: 10px !important; margin-right: 10px !important; }[data-css=\"tve-u-160309f3e5d\"] { max-width: 100%; margin-left: 10px !important; margin-right: 10px !important; }[data-css=\"tve-u-15ec2a38bfd\"]::after { clear: both; }[data-css=\"tve-u-1602bfea280\"] { margin-top: 0px !important; margin-bottom: 20px !important; }[data-css=\"tve-u-1602bf25f10\"]::after { clear: both; }[data-css=\"tve-u-1602b332fd9\"] { max-width: 257px; float: left; z-index: 3; position: relative; width: 100%; margin-top: 20px !important; margin-left: 20px !important; }[data-css=\"tve-u-15ec253ef3a\"] { padding-top: 30px !important; padding-bottom: 30px !important; }[data-css=\"tve-u-15ee1237243\"] { margin-top: 25px !important; }[data-css=\"tve-u-15ee1232726\"] { margin-top: 25px !important; }[data-css=\"tve-u-15ec2ae8715\"] { margin-left: -15px; }[data-css=\"tve-u-15ec2ae8715\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-15ec2b33f06\"] { margin-right: 0px !important; }[data-css=\"tve-u-15ec26fee25\"] > .tcb-flex-col > .tcb-col { min-height: 387px; }[data-css=\"tve-u-15ec26fee25\"] { margin-left: 0px; min-height: inherit; }[data-css=\"tve-u-15ec26fee25\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-15ec2a33d71\"] { position: static; margin-bottom: 0px !important; }[data-css=\"tve-u-15ec31ba260\"] { padding-left: 3px !important; padding-right: 3px !important; }[data-css=\"tve-u-15ec253a41f\"] > .tcb-flex-col > .tcb-col { min-height: 27px; }[data-css=\"tve-u-15ec253a41f\"] { margin-left: 0px; min-height: inherit; }[data-css=\"tve-u-15ec253a41f\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-15ec254985a\"] { margin-top: 0px !important; }[data-css=\"tve-u-15ec24f494c\"] { margin-top: 30px !important; }[data-css=\"tve-u-15ec256e611\"] { margin-top: 0px !important; }[data-css=\"tve-u-15ec3192f72\"] { margin-bottom: 32px !important; }[data-css=\"tve-u-15ec318421d\"] { margin-bottom: 34px !important; margin-top: -90px !important; }[data-css=\"tve-u-15ebe738fb8\"] > .tcb-flex-col > .tcb-col { min-height: 554px; }[data-css=\"tve-u-15ebe738fb8\"] { min-height: inherit; padding-bottom: 0px !important; }[data-css=\"tve-u-15ec3017516\"] { margin-top: 0px !important; padding-left: 5px !important; padding-right: 5px !important; }[data-css=\"tve-u-15ebe89fb7a\"] { margin-left: -20px !important; }[data-css=\"tve-u-15ec3055cca\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-15ebe916c34\"] { margin-bottom: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-15ec3152b02\"] { min-height: 226px; }[data-css=\"tve-u-15ebe80a9a1\"] { min-height: 554px; }[data-css=\"tve-u-15ebe91a626\"] { margin-left: 28px !important; margin-right: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-15ebe906677\"] { margin-left: 30px !important; }[data-css=\"tve-u-15ebe8edca2\"] { margin-left: 30px !important; margin-top: 45px !important; }[data-css=\"tve-u-15ebe827cb3\"] { max-width: 100%; }[data-css=\"tve-u-15ec313e743\"] { margin-left: 10px !important; margin-right: 10px !important; }[data-css=\"tve-u-1602befe215\"] { max-width: 257px; float: left; z-index: 3; position: relative; width: 100%; margin-top: 20px !important; margin-left: 20px !important; }[data-css=\"tve-u-15ebe73226c\"] { height: calc(100% - 33px); margin-top: 50px !important; }}'),(2991,293,'tve_revision_tve_user_custom_css','.thrv_text_element p {margin:0;}\n.thrv_heading h1,h2,h3 {margin:0;}'),(2992,293,'tve_revision_tve_page_events','a:0:{}'),(2993,293,'tve_revision_tve_globals','a:4:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";s:11:\"extra_icons\";a:1:{i:0;a:3:{s:11:\"font-family\";s:25:\"tve-ff-6797-59f9979fd5998\";s:3:\"css\";s:87:\"http://lp-build.thrivethemes.com/wp-content/uploads/tve-ff-6797-59f9979fd5998/style.css\";s:6:\"folder\";s:92:\"/home/thrivedevbitston/public_html/landingpages/wp-content/uploads/tve-ff-6797-59f9979fd5998\";}}s:6:\"lb_map\";a:1:{i:6808;s:3:\"265\";}s:8:\"font_cls\";a:0:{}}'),(2994,293,'tve_revision_tve_global_scripts',''),(2995,293,'tve_revision_thrive_icon_pack','0'),(2996,293,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(2997,293,'tve_revision_tve_has_masonry','0'),(2998,293,'tve_revision_tve_has_typefocus','0'),(2999,293,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-165b813034a\" wfd-id=\"261\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ebe5d7b44\" wfd-id=\"287\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ebe51d596\" wfd-id=\"262\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15ec3055cca\" wfd-id=\"263\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized\" data-css=\"tve-u-15ebe8a2edd\" wfd-id=\"264\"><div class=\"tcb-flex-col\" data-css=\"tve-u-165bcef972c\" style=\"\" wfd-id=\"277\"><div class=\"tcb-col\" wfd-id=\"279\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-165bcf40f41\" wfd-id=\"280\"><div class=\"tcb-flex-row tcb--cols--1\" data-css=\"tve-u-165bcf3f4af\" wfd-id=\"281\"><div class=\"tcb-flex-col\" wfd-id=\"282\"><div class=\"tcb-col\" wfd-id=\"284\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-165bcf2cfcd\" wfd-id=\"285\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"286\"><img class=\"tve_image wp-image-290\" alt=\"\" width=\"751\" height=\"102\" title=\"Logo\" data-id=\"290\" src=\"//bestcerakoteflorida.com/wp-content/uploads/2018/09/Logo.png\" style=\"width: 100%;\"></span></div></div></div></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-165bce18a46\" style=\"\" wfd-id=\"265\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec313e743\" data-tcb_hover_state_parent=\"\" wfd-id=\"267\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" wfd-id=\"268\"><p data-css=\"tve-u-15f002fa8f6\"><span data-css=\"tve-u-15f0034f748\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"276\"><a href=\"#whatwedo\">What We Do</a></span>&nbsp; &nbsp; <span data-css=\"tve-u-15f003606db\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"275\"><a href=\"#testimonials\">Testimonials</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f003655f8\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"274\"><a href=\"#aboutus\">About Us</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f00369f5e\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"273\"><a href=\"#getyourcoupon\">Get Your Coupon</a></span>&nbsp; &nbsp; <span data-css=\"tve-u-15f0064f814\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"272\"><a href=\"#areaweserve\">Area We Serve</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f003784ab\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"271\"><a href=\"#contact\">Contact</a></span></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ebe8abb9e\" wfd-id=\"233\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ebe8a4d78\" data-clip-id=\"335f47a4c8f92\" wfd-id=\"260\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-left-335f47a4c8f92\" class=\"decoration-clip clip-path-left\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" pointer-width=\"6\" pointer-height=\"2.5\" style=\"curves\" decoration-type=\"none\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon><ellipse cx=\"0.025\" cy=\"0.029412\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.08823600000000001\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.14706\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.205884\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.264708\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.323532\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.38235600000000003\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.44118\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.500004\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.558828\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.617652\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.676476\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.7353000000000001\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.794124\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.852948\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.911772\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.970596\" rx=\"0.025\" ry=\"0.029412\"></ellipse></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ebe72c974\" wfd-id=\"234\"><div class=\"thrv_wrapper thrv-columns tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec318421d\" wfd-id=\"235\"><div class=\"tcb-flex-row tcb--cols--2 v-2\" data-css=\"tve-u-15ebe738fb8\" wfd-id=\"236\"><div class=\"tcb-flex-col\" wfd-id=\"257\"><div class=\"tcb-col\" data-css=\"tve-u-15ebe73226c\" wfd-id=\"259\"></div></div><div class=\"tcb-flex-col\" wfd-id=\"237\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ebe89fb7a\" wfd-id=\"239\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ebe827cb3\" wfd-id=\"240\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15ebe830a90\" data-clip-id=\"bb2526ca261ae\" wfd-id=\"256\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-left-bb2526ca261ae\" class=\"decoration-clip clip-path-left\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"none\" pointer-width=\"5.7\" pointer-height=\"2.5\" style=\"curves\" slanted-angle=\"5\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon><ellipse cx=\"0.025\" cy=\"0.027778\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.083334\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.13889\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.194446\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.250002\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.305558\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.361114\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.41667\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.47222600000000003\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.527782\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.583338\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.638894\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.69445\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.7500060000000001\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.805562\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.861118\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.916674\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.97223\" rx=\"0.025\" ry=\"0.027778\"></ellipse></clipPath><clipPath id=\"clip-tablet-left-bb2526ca261ae\" class=\"decoration-clip clip-path-tablet-left\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"divider\" pointer-width=\"5.7\" pointer-height=\"4\" style=\"curves\" slanted-angle=\"5\"><polygon points=\"0.04 0, 0.04 1, 1 1, 1 0\"></polygon><ellipse cx=\"0.04\" cy=\"0.027778\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.083334\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.13889\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.194446\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.250002\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.305558\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.361114\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.41667\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.47222600000000003\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.527782\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.583338\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.638894\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.69445\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.7500060000000001\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.805562\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.861118\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.916674\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.97223\" rx=\"0.04\" ry=\"0.027778\"></ellipse></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ebe80a9a1\" wfd-id=\"241\"><div class=\"tcb-clear\" data-css=\"tve-u-15ebe8ee6c0\" wfd-id=\"252\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15ebe8edca2\" data-tag=\"h1\" wfd-id=\"253\"><h1 data-css=\"tve-u-15ebe90cfb0\">Happy dogs =<br>â€‹â€‹â€‹â€‹â€‹happâ€‹â€‹â€‹â€‹y owners</h1></div></div><div class=\"tcb-clear\" data-css=\"tve-u-15ec30a8a14\" wfd-id=\"248\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ebe906677\" wfd-id=\"249\"><p data-css=\"tve-u-15ebe905473\">Offer your dog a premium walking experience</p></div></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ebe916c34\" wfd-id=\"242\">\n<div class=\"tve-content-box-background\" wfd-id=\"247\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ec3152b02\" wfd-id=\"243\"><div class=\"thrv_wrapper thrv-button tve_ea_thrive_lightbox\" data-css=\"tve-u-15ebe91a626\" data-tcb_hover_state_parent=\"false\" data-button-style=\"full_rounded\" wfd-id=\"244\">\n<a href=\"#\" class=\"tcb-button-link tve_evt_manager_listen tve_et_click\" data-tcb-events=\"__TCB_EVENT_[{&quot;config&quot;:{&quot;l_anim&quot;:&quot;zoom_in&quot;,&quot;l_id&quot;:265},&quot;a&quot;:&quot;thrive_lightbox&quot;,&quot;t&quot;:&quot;click&quot;}]_TNEVE_BCT__\">\n<span class=\"tcb-button-texts\" wfd-id=\"245\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-165b814869f\" wfd-id=\"246\">Get 10% OFF Your First Cerakote Project</span></span>\n</a>\n</div></div>\n</div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec3017516\" wfd-id=\"224\">\n<div class=\"tve-page-section-out\" wfd-id=\"232\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ebea3a693\" wfd-id=\"225\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15ebea49c0c\" id=\"whatwedo\" data-tag=\"h1\" wfd-id=\"229\"><h1 data-css=\"tve-u-15ebea42b31\" style=\"text-align: center;\">What We Do</h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2448fdb\" wfd-id=\"226\"><p data-css=\"tve-u-15ec2443105\" style=\"text-align: center;\">Our goal is to make sure the owners are comforted, the pups are exercised and happy and that we are getting our own puppy fixes. But letâ€™s be honest- itâ€™s their world, weâ€™re just living in it! As a small team of experienced dog owners and lovers, we really get to know you and your dog and we canguarantee consistent and personal care that is equal to your love and attention. We are so excited to make you a part of the family!</p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" wfd-id=\"189\">\n<div class=\"tve-page-section-out\" wfd-id=\"223\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ee1211b9b\" wfd-id=\"190\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15ee121a6d1\" wfd-id=\"191\"><div class=\"tcb-flex-row tcb--cols--3 tcb-medium-wrap\" data-css=\"tve-u-15ee121fb1c\" wfd-id=\"192\"><div class=\"tcb-flex-col\" wfd-id=\"211\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ee1225fdf\" wfd-id=\"213\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec2477274\" wfd-id=\"221\"><span class=\"tve_image_frame\" wfd-id=\"222\"><img class=\"tve_image wp-image-1596\" alt=\"\" width=\"55\" height=\"73\" title=\"what_do_icon_01\" data-id=\"1596\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_01.png\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"220\"><p data-css=\"tve-u-15ec2481d17\"><strong>First Class Care</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"217\"><p data-css=\"tve-u-15ec2487407\">all the best for them</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2492191\" wfd-id=\"214\"><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"201\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ee1232726\" wfd-id=\"203\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec24ae116\" wfd-id=\"209\"><span class=\"tve_image_frame\" wfd-id=\"210\"><img class=\"tve_image wp-image-1597\" alt=\"\" width=\"73\" height=\"73\" title=\"what_do_icon_02\" data-id=\"1597\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_02.png\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"208\"><p data-css=\"tve-u-15ec2481d17\"><strong>Snacks Included</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"207\"><p data-css=\"tve-u-15ec2487407\">for your little one</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec3192f72\" wfd-id=\"204\"><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"193\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ee1237243\" wfd-id=\"195\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec24d5e15\" wfd-id=\"199\"><span class=\"tve_image_frame\" wfd-id=\"200\"><img class=\"tve_image wp-image-1598\" alt=\"\" width=\"65\" height=\"73\" title=\"what_do_icon_03\" data-id=\"1598\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_03.png\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"198\"><p data-css=\"tve-u-15ec2481d17\"><strong>Regularly walks</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"197\"><p data-css=\"tve-u-15ec2487407\">to keep them ealthy</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2492191\" wfd-id=\"196\"><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris.</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-15ec24f494c\" id=\"testimonials\" style=\"\" wfd-id=\"163\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ec24f97c0\" wfd-id=\"188\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec24f790d\" wfd-id=\"164\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15ec254985a\" style=\"\" wfd-id=\"165\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-15ec253a41f\" wfd-id=\"166\"><div class=\"tcb-flex-col\" wfd-id=\"170\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec253ef3a\" style=\"\" wfd-id=\"172\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec256e611\" style=\"\" wfd-id=\"179\"><p data-css=\"tve-u-15ec25610c7\"><span data-css=\"tve-u-15ec268a0a3\" style=\"font-size: 45px; color: rgb(89, 171, 227);\" wfd-id=\"186\"><span data-css=\"tve-u-15ec26760e9\" style=\"font-family: ABeeZee;\" wfd-id=\"187\">â€</span></span><span data-css=\"tve-u-15ec256b908\" style=\"font-family: &quot;Amatic SC&quot;;\" wfd-id=\"185\">&nbsp; &nbsp; &nbsp;</span><span data-css=\"tve-u-15ec2680494\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"183\"><span data-css=\"tve-u-15ec269379d\" style=\"font-size: 45px;\" wfd-id=\"184\">my chester enjoys being with them!</span> &nbsp; &nbsp;&nbsp;</span><span data-css=\"tve-u-15ec255fe12\" style=\"font-family: ABeeZee; font-weight: 400; color: rgb(89, 171, 227); font-size: 45px;\" wfd-id=\"182\">â€</span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2698d8d\" wfd-id=\"174\"><p data-css=\"tve-u-160266880a0\">We LOVE going for walks with our friends at Paw! Donâ€™t tell our mom &amp; dad,but we get really excited when they leave for work because we know it wonâ€™t be long before we get a visit from one of our favorite friends at PawCity! Best part is, they always let our parents know how ourwalk went right away so they dont have to worry about us!</p><p data-css=\"tve-u-15ec269736c\">We love you PawCity!! xoxo</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec26ab7b0\" style=\"\" wfd-id=\"173\"><p data-css=\"tve-u-15ec26a92a2\"><strong>Anna Olson</strong>, Chesterâ€™s Mom</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"167\"><div class=\"tcb-col\" wfd-id=\"169\"></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec26c390a\" id=\"aboutus\" wfd-id=\"154\">\n<div class=\"tve-page-section-out\" wfd-id=\"162\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec26b9914\" wfd-id=\"155\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15ee1037a1d\" data-tag=\"h1\" wfd-id=\"159\"><h1 data-css=\"tve-u-15ec26bd2e8\">About us</h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec31ba260\" wfd-id=\"156\"><p data-css=\"tve-u-15ec2443105\" style=\"text-align: center;\">At PawCity, we lead lives full of the unconditional love and happiness we receive from the furballs we get to spend time with everyday and we have this beautiful city and all the beautiful people in it to thank. We love you and your pups!!</p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec26ec232\" wfd-id=\"123\">\n<div class=\"tve-page-section-out\" wfd-id=\"153\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec26e5812\" wfd-id=\"124\"><div class=\"thrv_wrapper thrv-columns tcb-window-width\" style=\"width: 1603px; left: -1px;\" data-css=\"tve-u-15ee106257d\" wfd-id=\"125\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2\" data-css=\"tve-u-15ec26fee25\" wfd-id=\"126\"><div class=\"tcb-flex-col c-33\" wfd-id=\"148\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec2a38bfd\" wfd-id=\"150\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec2a33d71\" wfd-id=\"151\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"152\"><img class=\"tve_image wp-image-7399\" alt=\"\" width=\"830\" height=\"775\" title=\"about_us_dog\" data-id=\"7399\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/about_us_dog.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col c-66\" wfd-id=\"127\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec27075e1\" wfd-id=\"129\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160309f3e5d\" wfd-id=\"142\">\n<div class=\"tve-content-box-background\" wfd-id=\"147\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160309b397d\" wfd-id=\"143\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-160309b00b4\" data-float=\"1\" wfd-id=\"145\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"146\"><img class=\"tve_image wp-image-7404\" alt=\"\" width=\"64\" height=\"64\" title=\"dog_paw\" data-id=\"7404\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/dog_paw.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16030a08afd\" wfd-id=\"144\"><p>We moved to New York City with our black bulldog rescue, Blakely, in 2007 after graduating from the University of Maryland. Immediately, we realized what a dog-crazy place it was.</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160309f6c04\" wfd-id=\"136\">\n<div class=\"tve-content-box-background\" wfd-id=\"141\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160309b397d\" wfd-id=\"137\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-160309ddca8\" data-float=\"1\" wfd-id=\"139\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"140\"><img class=\"tve_image wp-image-7403\" alt=\"\" width=\"64\" height=\"64\" title=\"dog_house\" data-id=\"7403\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/dog_house.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16030a09626\" wfd-id=\"138\"><p>We knew right away that we wanted to work with the animals that we loved and that had given us so much love since we were little girls. We started PawCity Dog Walking in July of 2010.</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16030975307\" wfd-id=\"130\">\n<div class=\"tve-content-box-background\" wfd-id=\"135\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160309b397d\" wfd-id=\"131\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16030a013d7\" data-float=\"1\" wfd-id=\"133\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"134\"><img class=\"tve_image wp-image-7405\" alt=\"\" width=\"64\" height=\"64\" title=\"spinning_wheel\" data-id=\"7405\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/spinning_wheel.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160309b344b\" wfd-id=\"132\"><p>We cover the entire width of the East Side, from 96th Street to Delancey and handle every type of personality imaginable. At PawCity, we lead lives full of the unconditional love and happiness we receive from the furballs we get to spend time with everyday.</p></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" data-css=\"tve-u-15ec2a56438\" style=\"width: 1603px; left: 0px;\" id=\"getyourcoupon\" wfd-id=\"99\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ec2a5bb35\" wfd-id=\"122\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec2a5540e\" wfd-id=\"100\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ec2a80647\" wfd-id=\"101\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15ec2a9b8a9\" wfd-id=\"121\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ec2a81a9f\" wfd-id=\"102\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2a6f589\" wfd-id=\"117\"><p data-css=\"tve-u-15ec2a6b447\"><span data-css=\"tve-u-15ec2a6d9d8\" style=\"\" wfd-id=\"120\"><strong>Get Your Coupon</strong></span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2aaa9a4\" wfd-id=\"111\"><p data-css=\"tve-u-15ec2ab1d6d\"><span style=\"font-size: 18px;\" data-css=\"tve-u-165bd25b417\" wfd-id=\"115\"><span style=\"font-family: \'Special Elite\';\" data-css=\"tve-u-165bd25ab3b\" wfd-id=\"116\">We strive to keep both you and your pup as happy and comfortable as possible while youâ€™re out earning those big bucks.</span></span></p><p data-css=\"tve-u-15ec2ab1d82\"><br></p><p data-css=\"tve-u-15ec2aa8e2e\"><strong>Get <span data-css=\"tve-u-15ec2aafa24\" style=\"color: rgb(89, 171, 227);\" wfd-id=\"114\">20%</span> off your first walk. Enter your email and we\'ll send you your coupon.</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ec2abe257\" wfd-id=\"103\">\n<div class=\"tve-content-box-background\" wfd-id=\"110\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ec2acb421\" wfd-id=\"104\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-15ec2ac01df\" data-tcb_hover_state_parent=\"false\" data-button-style=\"full_rounded\" wfd-id=\"105\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"106\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-15ebe925072\" wfd-id=\"107\">Get Your Coupon Now</span></span>\n</a>\n</div></div>\n</div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-15ec2b0a32a\" id=\"areaweserve\" wfd-id=\"75\">\n<div class=\"tve-page-section-out\" wfd-id=\"98\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15f76fcb7df\" wfd-id=\"76\"><div class=\"thrv_wrapper thrv-columns\" style=\"\" data-css=\"tve-u-15ee103f44a\" wfd-id=\"77\"><div class=\"tcb-flex-row tcb--cols--2 tcb-medium-wrap\" data-css=\"tve-u-15ec2ae8715\" wfd-id=\"78\"><div class=\"tcb-flex-col c-33\" wfd-id=\"83\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec2b37666\" wfd-id=\"85\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"92\"><p data-css=\"tve-u-15ec2af6c4b\"><span data-css=\"tve-u-15ec2af6c4e\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"97\">area we serve</span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"86\"><p>As a small team of experienced dog owners and lovers, we really get to know you and your dog and we canguarantee consistent and personal care that is equal to your love and attention.</p><p><br></p><p><strong><span data-css=\"tve-u-15ec2afed17\" style=\"color: rgb(89, 171, 227);\" wfd-id=\"91\">We are so excited to make you a part of the family!</span></strong></p></div></div></div><div class=\"tcb-flex-col c-66\" wfd-id=\"79\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec2b33f06\" wfd-id=\"81\"><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-15ec2b3b468\" wfd-id=\"82\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=blakely, united states&amp;t=m&amp;z=11&amp;output=embed&amp;iwloc=near\"></iframe>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" data-css=\"tve-u-15ec2b5d54c\" style=\"width: 1603px; left: 0px;\" id=\"contact\" wfd-id=\"35\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ec2b56fac\" wfd-id=\"74\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec2b54c99\" wfd-id=\"36\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1602b31dfcd\" wfd-id=\"37\"><div class=\"tcb-flex-row tcb-resized tcb-medium-wrap tcb--cols--3\" data-css=\"tve-u-1602b37ce9d\" wfd-id=\"38\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1602be453ec\" style=\"\" wfd-id=\"69\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"71\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-165bd189801\" wfd-id=\"72\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"73\"><img class=\"tve_image wp-image-290\" alt=\"Blackhawk Custom Cerakote\" width=\"751\" height=\"102\" title=\"Logo\" data-id=\"290\" src=\"//bestcerakoteflorida.com/wp-content/uploads/2018/09/Logo.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1602be45437\" style=\"\" wfd-id=\"53\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1602be56dfc\" wfd-id=\"55\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1602bfebaf9\" wfd-id=\"56\">\n<div class=\"tve-content-box-background\" wfd-id=\"68\"></div>\n<div class=\"tve-cb\" wfd-id=\"57\"><div class=\"tcb-clear\" data-css=\"tve-u-1602bf36e2c\" wfd-id=\"65\"><div class=\"thrv_wrapper tve_image_caption tcb-mobile-hidden\" data-css=\"tve-u-1602be7db66\" data-float=\"1\" wfd-id=\"66\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"67\"><img class=\"tve_image wp-image-7369\" alt=\"\" width=\"64\" height=\"64\" title=\"location\" data-id=\"7369\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/location.png\" style=\"width: 100%;\"></span></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1602bf25f10\" wfd-id=\"58\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1602befe215\" wfd-id=\"59\"><p data-css=\"tve-u-1602bfa220e\"><strong><span data-css=\"tve-u-1602b324a9b\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"64\">67 E. 3rd Street</span></strong><span data-css=\"tve-u-1602b324a9c\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"63\"> </span><span data-css=\"tve-u-1602b324ab9\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"62\">Suite B New York, NY 10003</span></p></div></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1602be4545b\" style=\"\" wfd-id=\"39\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"41\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1602bfea280\" wfd-id=\"42\">\n<div class=\"tve-content-box-background\" wfd-id=\"52\"></div>\n<div class=\"tve-cb\" wfd-id=\"43\"><div class=\"tcb-clear\" data-css=\"tve-u-1602bfc4bea\" wfd-id=\"49\"><div class=\"thrv_wrapper tve_image_caption tcb-mobile-hidden\" data-css=\"tve-u-1602bec144e\" data-float=\"1\" wfd-id=\"50\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"51\"><img class=\"tve_image wp-image-7370\" alt=\"\" width=\"64\" height=\"64\" title=\"phone\" data-id=\"7370\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/phone.png\" style=\"width: 100%;\"></span></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1602bfc74c3\" wfd-id=\"44\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1602b332fd9\" data-float=\"1\" wfd-id=\"45\"><p><a href=\"tel:#9548481911\" target=\"_blank\"><strong><span data-css=\"tve-u-1602b324a9b\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"48\">954-848-1911</span></strong></a><br></p></div></div></div>\n</div></div></div></div></div></div>\n</div>'),(3000,293,'tve_revision_tve_has_wistia_popover','0'),(3017,295,'tve_revision_tve_landing_page','tcb2-one-page-site-dog-walking'),(3001,294,'tve_revision_tve_landing_page','tcb2-one-page-site-dog-walking'),(3002,294,'tve_revision_tve_disable_theme_dependency',''),(3003,294,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-165b813034a\" wfd-id=\"261\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ebe5d7b44\" wfd-id=\"287\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ebe51d596\" wfd-id=\"262\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15ec3055cca\" wfd-id=\"263\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized\" data-css=\"tve-u-15ebe8a2edd\" wfd-id=\"264\"><div class=\"tcb-flex-col\" data-css=\"tve-u-165bcef972c\" style=\"\" wfd-id=\"277\"><div class=\"tcb-col\" wfd-id=\"279\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-165bcf40f41\" wfd-id=\"280\"><div class=\"tcb-flex-row tcb--cols--1\" data-css=\"tve-u-165bcf3f4af\" wfd-id=\"281\"><div class=\"tcb-flex-col\" wfd-id=\"282\"><div class=\"tcb-col\" wfd-id=\"284\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-165bcf2cfcd\" wfd-id=\"285\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"286\"><img class=\"tve_image wp-image-290\" alt=\"\" width=\"751\" height=\"102\" title=\"Logo\" data-id=\"290\" src=\"//bestcerakoteflorida.com/wp-content/uploads/2018/09/Logo.png\" style=\"width: 100%;\"></span></div></div></div></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-165bce18a46\" style=\"\" wfd-id=\"265\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec313e743\" data-tcb_hover_state_parent=\"\" wfd-id=\"267\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" wfd-id=\"268\"><p data-css=\"tve-u-15f002fa8f6\"><span data-css=\"tve-u-15f0034f748\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"276\"><a href=\"#whatwedo\">What We Do</a></span>&nbsp; &nbsp; <span data-css=\"tve-u-15f003606db\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"275\"><a href=\"#testimonials\">Testimonials</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f003655f8\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"274\"><a href=\"#aboutus\">About Us</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f00369f5e\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"273\"><a href=\"#getyourcoupon\">Get Your Coupon</a></span>&nbsp; &nbsp; <span data-css=\"tve-u-15f0064f814\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"272\"><a href=\"#areaweserve\">Area We Serve</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f003784ab\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"271\"><a href=\"#contact\">Contact</a></span></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ebe8abb9e\" wfd-id=\"233\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ebe8a4d78\" data-clip-id=\"335f47a4c8f92\" wfd-id=\"260\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-left-335f47a4c8f92\" class=\"decoration-clip clip-path-left\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" pointer-width=\"6\" pointer-height=\"2.5\" style=\"curves\" decoration-type=\"none\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon><ellipse cx=\"0.025\" cy=\"0.029412\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.08823600000000001\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.14706\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.205884\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.264708\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.323532\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.38235600000000003\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.44118\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.500004\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.558828\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.617652\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.676476\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.7353000000000001\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.794124\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.852948\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.911772\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.970596\" rx=\"0.025\" ry=\"0.029412\"></ellipse></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ebe72c974\" wfd-id=\"234\"><div class=\"thrv_wrapper thrv-columns tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec318421d\" wfd-id=\"235\"><div class=\"tcb-flex-row tcb--cols--2 v-2\" data-css=\"tve-u-15ebe738fb8\" wfd-id=\"236\"><div class=\"tcb-flex-col\" wfd-id=\"257\"><div class=\"tcb-col\" data-css=\"tve-u-15ebe73226c\" wfd-id=\"259\"></div></div><div class=\"tcb-flex-col\" wfd-id=\"237\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ebe89fb7a\" wfd-id=\"239\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ebe827cb3\" wfd-id=\"240\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15ebe830a90\" data-clip-id=\"bb2526ca261ae\" wfd-id=\"256\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-left-bb2526ca261ae\" class=\"decoration-clip clip-path-left\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"none\" pointer-width=\"5.7\" pointer-height=\"2.5\" style=\"curves\" slanted-angle=\"5\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon><ellipse cx=\"0.025\" cy=\"0.027778\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.083334\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.13889\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.194446\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.250002\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.305558\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.361114\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.41667\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.47222600000000003\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.527782\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.583338\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.638894\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.69445\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.7500060000000001\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.805562\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.861118\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.916674\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.97223\" rx=\"0.025\" ry=\"0.027778\"></ellipse></clipPath><clipPath id=\"clip-tablet-left-bb2526ca261ae\" class=\"decoration-clip clip-path-tablet-left\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"divider\" pointer-width=\"5.7\" pointer-height=\"4\" style=\"curves\" slanted-angle=\"5\"><polygon points=\"0.04 0, 0.04 1, 1 1, 1 0\"></polygon><ellipse cx=\"0.04\" cy=\"0.027778\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.083334\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.13889\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.194446\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.250002\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.305558\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.361114\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.41667\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.47222600000000003\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.527782\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.583338\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.638894\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.69445\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.7500060000000001\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.805562\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.861118\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.916674\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.97223\" rx=\"0.04\" ry=\"0.027778\"></ellipse></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ebe80a9a1\" wfd-id=\"241\"><div class=\"tcb-clear\" data-css=\"tve-u-15ebe8ee6c0\" wfd-id=\"252\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15ebe8edca2\" data-tag=\"h1\" wfd-id=\"253\"><h1 data-css=\"tve-u-15ebe90cfb0\">Happy dogs =<br>â€‹â€‹â€‹â€‹â€‹happâ€‹â€‹â€‹â€‹y owners</h1></div></div><div class=\"tcb-clear\" data-css=\"tve-u-15ec30a8a14\" wfd-id=\"248\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ebe906677\" wfd-id=\"249\"><p data-css=\"tve-u-15ebe905473\">Offer your dog a premium walking experience</p></div></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ebe916c34\" wfd-id=\"242\">\n<div class=\"tve-content-box-background\" wfd-id=\"247\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ec3152b02\" wfd-id=\"243\"><div class=\"thrv_wrapper thrv-button tve_ea_thrive_lightbox\" data-css=\"tve-u-15ebe91a626\" data-tcb_hover_state_parent=\"false\" data-button-style=\"full_rounded\" wfd-id=\"244\">\n<a href=\"#\" class=\"tcb-button-link tve_evt_manager_listen tve_et_click\" data-tcb-events=\"__TCB_EVENT_[{&quot;config&quot;:{&quot;l_anim&quot;:&quot;zoom_in&quot;,&quot;l_id&quot;:265},&quot;a&quot;:&quot;thrive_lightbox&quot;,&quot;t&quot;:&quot;click&quot;}]_TNEVE_BCT__\">\n<span class=\"tcb-button-texts\" wfd-id=\"245\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-165b814869f\" wfd-id=\"246\">Get 10% OFF Your First Cerakote Project</span></span>\n</a>\n</div></div>\n</div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec3017516\" wfd-id=\"224\">\n<div class=\"tve-page-section-out\" wfd-id=\"232\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ebea3a693\" wfd-id=\"225\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15ebea49c0c\" id=\"whatwedo\" data-tag=\"h1\" wfd-id=\"229\"><h1 data-css=\"tve-u-15ebea42b31\" style=\"text-align: center;\">What We Do</h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2448fdb\" wfd-id=\"226\"><p data-css=\"tve-u-15ec2443105\" style=\"text-align: center;\">Our goal is to make sure the owners are comforted, the pups are exercised and happy and that we are getting our own puppy fixes. But letâ€™s be honest- itâ€™s their world, weâ€™re just living in it! As a small team of experienced dog owners and lovers, we really get to know you and your dog and we canguarantee consistent and personal care that is equal to your love and attention. We are so excited to make you a part of the family!</p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" wfd-id=\"189\">\n<div class=\"tve-page-section-out\" wfd-id=\"223\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ee1211b9b\" wfd-id=\"190\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15ee121a6d1\" wfd-id=\"191\"><div class=\"tcb-flex-row tcb--cols--3 tcb-medium-wrap\" data-css=\"tve-u-15ee121fb1c\" wfd-id=\"192\"><div class=\"tcb-flex-col\" wfd-id=\"211\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ee1225fdf\" wfd-id=\"213\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec2477274\" wfd-id=\"221\"><span class=\"tve_image_frame\" wfd-id=\"222\"><img class=\"tve_image wp-image-1596\" alt=\"\" width=\"55\" height=\"73\" title=\"what_do_icon_01\" data-id=\"1596\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_01.png\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"220\"><p data-css=\"tve-u-15ec2481d17\"><strong>First Class Care</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"217\"><p data-css=\"tve-u-15ec2487407\">all the best for them</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2492191\" wfd-id=\"214\"><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"201\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ee1232726\" wfd-id=\"203\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec24ae116\" wfd-id=\"209\"><span class=\"tve_image_frame\" wfd-id=\"210\"><img class=\"tve_image wp-image-1597\" alt=\"\" width=\"73\" height=\"73\" title=\"what_do_icon_02\" data-id=\"1597\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_02.png\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"208\"><p data-css=\"tve-u-15ec2481d17\"><strong>Snacks Included</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"207\"><p data-css=\"tve-u-15ec2487407\">for your little one</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec3192f72\" wfd-id=\"204\"><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"193\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ee1237243\" wfd-id=\"195\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec24d5e15\" wfd-id=\"199\"><span class=\"tve_image_frame\" wfd-id=\"200\"><img class=\"tve_image wp-image-1598\" alt=\"\" width=\"65\" height=\"73\" title=\"what_do_icon_03\" data-id=\"1598\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_03.png\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"198\"><p data-css=\"tve-u-15ec2481d17\"><strong>Regularly walks</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"197\"><p data-css=\"tve-u-15ec2487407\">to keep them ealthy</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2492191\" wfd-id=\"196\"><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris.</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-15ec24f494c\" id=\"testimonials\" style=\"\" wfd-id=\"163\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ec24f97c0\" wfd-id=\"188\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec24f790d\" wfd-id=\"164\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15ec254985a\" style=\"\" wfd-id=\"165\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-15ec253a41f\" wfd-id=\"166\"><div class=\"tcb-flex-col\" wfd-id=\"170\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec253ef3a\" style=\"\" wfd-id=\"172\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec256e611\" style=\"\" wfd-id=\"179\"><p data-css=\"tve-u-15ec25610c7\"><span data-css=\"tve-u-15ec268a0a3\" style=\"font-size: 45px; color: rgb(89, 171, 227);\" wfd-id=\"186\"><span data-css=\"tve-u-15ec26760e9\" style=\"font-family: ABeeZee;\" wfd-id=\"187\">â€</span></span><span data-css=\"tve-u-15ec256b908\" style=\"font-family: &quot;Amatic SC&quot;;\" wfd-id=\"185\">&nbsp; &nbsp; &nbsp;</span><span data-css=\"tve-u-15ec2680494\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"183\"><span data-css=\"tve-u-15ec269379d\" style=\"font-size: 45px;\" wfd-id=\"184\">my chester enjoys being with them!</span> &nbsp; &nbsp;&nbsp;</span><span data-css=\"tve-u-15ec255fe12\" style=\"font-family: ABeeZee; font-weight: 400; color: rgb(89, 171, 227); font-size: 45px;\" wfd-id=\"182\">â€</span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2698d8d\" wfd-id=\"174\"><p data-css=\"tve-u-160266880a0\">We LOVE going for walks with our friends at Paw! Donâ€™t tell our mom &amp; dad,but we get really excited when they leave for work because we know it wonâ€™t be long before we get a visit from one of our favorite friends at PawCity! Best part is, they always let our parents know how ourwalk went right away so they dont have to worry about us!</p><p data-css=\"tve-u-15ec269736c\">We love you PawCity!! xoxo</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec26ab7b0\" style=\"\" wfd-id=\"173\"><p data-css=\"tve-u-15ec26a92a2\"><strong>Anna Olson</strong>, Chesterâ€™s Mom</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"167\"><div class=\"tcb-col\" wfd-id=\"169\"></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec26c390a\" id=\"aboutus\" wfd-id=\"154\">\n<div class=\"tve-page-section-out\" wfd-id=\"162\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec26b9914\" wfd-id=\"155\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15ee1037a1d\" data-tag=\"h1\" wfd-id=\"159\"><h1 data-css=\"tve-u-15ec26bd2e8\">About us</h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec31ba260\" wfd-id=\"156\"><p data-css=\"tve-u-15ec2443105\" style=\"text-align: center;\">At PawCity, we lead lives full of the unconditional love and happiness we receive from the furballs we get to spend time with everyday and we have this beautiful city and all the beautiful people in it to thank. We love you and your pups!!</p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec26ec232\" wfd-id=\"123\">\n<div class=\"tve-page-section-out\" wfd-id=\"153\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec26e5812\" wfd-id=\"124\"><div class=\"thrv_wrapper thrv-columns tcb-window-width\" style=\"width: 1603px; left: -1px;\" data-css=\"tve-u-15ee106257d\" wfd-id=\"125\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2\" data-css=\"tve-u-15ec26fee25\" wfd-id=\"126\"><div class=\"tcb-flex-col c-33\" wfd-id=\"148\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec2a38bfd\" wfd-id=\"150\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec2a33d71\" wfd-id=\"151\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"152\"><img class=\"tve_image wp-image-7399\" alt=\"\" width=\"830\" height=\"775\" title=\"about_us_dog\" data-id=\"7399\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/about_us_dog.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col c-66\" wfd-id=\"127\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec27075e1\" wfd-id=\"129\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160309f3e5d\" wfd-id=\"142\">\n<div class=\"tve-content-box-background\" wfd-id=\"147\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160309b397d\" wfd-id=\"143\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-160309b00b4\" data-float=\"1\" wfd-id=\"145\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"146\"><img class=\"tve_image wp-image-7404\" alt=\"\" width=\"64\" height=\"64\" title=\"dog_paw\" data-id=\"7404\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/dog_paw.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16030a08afd\" wfd-id=\"144\"><p>We moved to New York City with our black bulldog rescue, Blakely, in 2007 after graduating from the University of Maryland. Immediately, we realized what a dog-crazy place it was.</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160309f6c04\" wfd-id=\"136\">\n<div class=\"tve-content-box-background\" wfd-id=\"141\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160309b397d\" wfd-id=\"137\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-160309ddca8\" data-float=\"1\" wfd-id=\"139\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"140\"><img class=\"tve_image wp-image-7403\" alt=\"\" width=\"64\" height=\"64\" title=\"dog_house\" data-id=\"7403\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/dog_house.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16030a09626\" wfd-id=\"138\"><p>We knew right away that we wanted to work with the animals that we loved and that had given us so much love since we were little girls. We started PawCity Dog Walking in July of 2010.</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16030975307\" wfd-id=\"130\">\n<div class=\"tve-content-box-background\" wfd-id=\"135\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160309b397d\" wfd-id=\"131\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16030a013d7\" data-float=\"1\" wfd-id=\"133\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"134\"><img class=\"tve_image wp-image-7405\" alt=\"\" width=\"64\" height=\"64\" title=\"spinning_wheel\" data-id=\"7405\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/spinning_wheel.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160309b344b\" wfd-id=\"132\"><p>We cover the entire width of the East Side, from 96th Street to Delancey and handle every type of personality imaginable. At PawCity, we lead lives full of the unconditional love and happiness we receive from the furballs we get to spend time with everyday.</p></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" data-css=\"tve-u-15ec2a56438\" style=\"width: 1603px; left: 0px;\" id=\"getyourcoupon\" wfd-id=\"99\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ec2a5bb35\" wfd-id=\"122\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec2a5540e\" wfd-id=\"100\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ec2a80647\" wfd-id=\"101\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15ec2a9b8a9\" wfd-id=\"121\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ec2a81a9f\" wfd-id=\"102\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2a6f589\" wfd-id=\"117\"><p data-css=\"tve-u-15ec2a6b447\"><span data-css=\"tve-u-15ec2a6d9d8\" style=\"\" wfd-id=\"120\"><strong>Get Your Coupon</strong></span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2aaa9a4\" wfd-id=\"111\"><p data-css=\"tve-u-15ec2ab1d6d\"><span style=\"font-size: 18px;\" data-css=\"tve-u-165bd25b417\" wfd-id=\"115\"><span style=\"font-family: \'Special Elite\';\" data-css=\"tve-u-165bd25ab3b\" wfd-id=\"116\">We strive to keep both you and your pup as happy and comfortable as possible while youâ€™re out earning those big bucks.</span></span></p><p data-css=\"tve-u-15ec2ab1d82\"><br></p><p data-css=\"tve-u-15ec2aa8e2e\"><strong>Get <span data-css=\"tve-u-15ec2aafa24\" style=\"color: rgb(89, 171, 227);\" wfd-id=\"114\">20%</span> off your first walk. Enter your email and we\'ll send you your coupon.</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ec2abe257\" wfd-id=\"103\">\n<div class=\"tve-content-box-background\" wfd-id=\"110\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ec2acb421\" wfd-id=\"104\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-15ec2ac01df\" data-tcb_hover_state_parent=\"false\" data-button-style=\"full_rounded\" data-button-size=\"s\" wfd-id=\"105\">\n<a href=\"\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"106\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-15ebe925072\" wfd-id=\"107\">Get Your Coupon Now</span></span>\n</a>\n</div></div>\n</div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-15ec2b0a32a\" id=\"areaweserve\" wfd-id=\"75\">\n<div class=\"tve-page-section-out\" wfd-id=\"98\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15f76fcb7df\" wfd-id=\"76\"><div class=\"thrv_wrapper thrv-columns\" style=\"\" data-css=\"tve-u-15ee103f44a\" wfd-id=\"77\"><div class=\"tcb-flex-row tcb--cols--2 tcb-medium-wrap\" data-css=\"tve-u-15ec2ae8715\" wfd-id=\"78\"><div class=\"tcb-flex-col c-33\" wfd-id=\"83\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec2b37666\" wfd-id=\"85\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"92\"><p data-css=\"tve-u-15ec2af6c4b\"><span data-css=\"tve-u-15ec2af6c4e\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"97\">area we serve</span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"86\"><p>As a small team of experienced dog owners and lovers, we really get to know you and your dog and we canguarantee consistent and personal care that is equal to your love and attention.</p><p><br></p><p><strong><span data-css=\"tve-u-15ec2afed17\" style=\"color: rgb(89, 171, 227);\" wfd-id=\"91\">We are so excited to make you a part of the family!</span></strong></p></div></div></div><div class=\"tcb-flex-col c-66\" wfd-id=\"79\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec2b33f06\" wfd-id=\"81\"><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-15ec2b3b468\" wfd-id=\"82\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=blakely, united states&amp;t=m&amp;z=11&amp;output=embed&amp;iwloc=near\"></iframe>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" data-css=\"tve-u-15ec2b5d54c\" style=\"width: 1603px; left: 0px;\" id=\"contact\" wfd-id=\"35\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ec2b56fac\" wfd-id=\"74\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec2b54c99\" wfd-id=\"36\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1602b31dfcd\" wfd-id=\"37\"><div class=\"tcb-flex-row tcb-resized tcb-medium-wrap tcb--cols--3\" data-css=\"tve-u-1602b37ce9d\" wfd-id=\"38\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1602be453ec\" style=\"\" wfd-id=\"69\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"71\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-165bd189801\" wfd-id=\"72\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"73\"><img class=\"tve_image wp-image-290\" alt=\"Blackhawk Custom Cerakote\" width=\"751\" height=\"102\" title=\"Logo\" data-id=\"290\" src=\"//bestcerakoteflorida.com/wp-content/uploads/2018/09/Logo.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1602be45437\" style=\"\" wfd-id=\"53\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1602be56dfc\" wfd-id=\"55\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1602bfebaf9\" wfd-id=\"56\">\n<div class=\"tve-content-box-background\" wfd-id=\"68\"></div>\n<div class=\"tve-cb\" wfd-id=\"57\"><div class=\"tcb-clear\" data-css=\"tve-u-1602bf36e2c\" wfd-id=\"65\"><div class=\"thrv_wrapper tve_image_caption tcb-mobile-hidden\" data-css=\"tve-u-1602be7db66\" data-float=\"1\" wfd-id=\"66\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"67\"><img class=\"tve_image wp-image-7369\" alt=\"\" width=\"64\" height=\"64\" title=\"location\" data-id=\"7369\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/location.png\" style=\"width: 100%;\"></span></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1602bf25f10\" wfd-id=\"58\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1602befe215\" wfd-id=\"59\"><p data-css=\"tve-u-1602bfa220e\"><strong><span data-css=\"tve-u-1602b324a9b\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"64\">67 E. 3rd Street</span></strong><span data-css=\"tve-u-1602b324a9c\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"63\"> </span><span data-css=\"tve-u-1602b324ab9\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"62\">Suite B New York, NY 10003</span></p></div></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1602be4545b\" style=\"\" wfd-id=\"39\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"41\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1602bfea280\" wfd-id=\"42\">\n<div class=\"tve-content-box-background\" wfd-id=\"52\"></div>\n<div class=\"tve-cb\" wfd-id=\"43\"><div class=\"tcb-clear\" data-css=\"tve-u-1602bfc4bea\" wfd-id=\"49\"><div class=\"thrv_wrapper tve_image_caption tcb-mobile-hidden\" data-css=\"tve-u-1602bec144e\" data-float=\"1\" wfd-id=\"50\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"51\"><img class=\"tve_image wp-image-7370\" alt=\"\" width=\"64\" height=\"64\" title=\"phone\" data-id=\"7370\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/phone.png\" style=\"width: 100%;\"></span></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1602bfc74c3\" wfd-id=\"44\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1602b332fd9\" data-float=\"1\" wfd-id=\"45\"><p><a href=\"tel:#9548481911\" target=\"_blank\"><strong><span data-css=\"tve-u-1602b324a9b\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"48\">954-848-1911</span></strong></a><br></p></div></div></div>\n</div></div></div></div></div></div>\n</div>'),(3004,294,'tve_revision_tve_content_more_found',''),(3005,294,'tve_revision_tve_save_post',''),(3006,294,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Special+Elite:400&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Montserrat:400,200,300&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Amatic+SC:400&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=ABeeZee:400&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-160309b397d\"]::after { clear: both; }[data-css=\"tve-u-160309b344b\"] { position: relative !important; margin-left: 100px !important; }[data-css=\"tve-u-160309b00b4\"] + div { clear: none; }[data-css=\"tve-u-160309b00b4\"] { float: none; width: 60px; position: absolute; margin-bottom: 0px !important; margin-top: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-16030975307\"] { max-width: 75%; margin-left: 80px !important; }[data-css=\"tve-u-1602bfa220e\"] { line-height: 1.85em !important; }[data-css=\"tve-u-1602be7db66\"] { float: left; width: 40px; z-index: 3; position: relative; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1602be56dfc\"]::after { clear: both; }[data-css=\"tve-u-1602be4545b\"] { max-width: 25%; }[data-css=\"tve-u-1602be45437\"] { max-width: 36.4%; }[data-css=\"tve-u-1602be453ec\"] { max-width: 38.6%; }[data-css=\"tve-u-1602b37ce9d\"] > .tcb-flex-col > .tcb-col { justify-content: center; }[data-css=\"tve-u-1602b332fd9\"] { max-width: 264px; position: relative; float: right; z-index: 3; width: 100%; padding-left: 1px !important; margin-top: 1px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1602b324a9c\"] { color: rgb(74, 163, 223) !important; }[data-css=\"tve-u-1602b324a9b\"] { color: rgb(74, 163, 223) !important; }[data-css=\"tve-u-1602b31dfcd\"] { max-width: 1296px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15f76fcb7df\"] { max-width: 100%; }[data-css=\"tve-u-15f0064f814\"] { color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-15ec313e743\"]:hover p, #tve_editor [data-css=\"tve-u-15ec313e743\"]:hover li, #tve_editor [data-css=\"tve-u-15ec313e743\"]:hover blockquote, #tve_editor [data-css=\"tve-u-15ec313e743\"]:hover address { color: rgb(89, 171, 227); }[data-css=\"tve-u-15f003784ab\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15f00369f5e\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15f003655f8\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15f003606db\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15f0034f748\"] { color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-15f002fa8f6\"] { color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-15ec313e743\"] p, #tve_editor [data-css=\"tve-u-15ec313e743\"] li, #tve_editor [data-css=\"tve-u-15ec313e743\"] blockquote, #tve_editor [data-css=\"tve-u-15ec313e743\"] address { font-size: 16px; }[data-css=\"tve-u-15ec313e743\"] { text-align: center; padding-left: 0px !important; margin-left: 0px !important; margin-right: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-15ee121fb1c\"] .tcb-flex-col { flex-basis: 285px !important; }[data-css=\"tve-u-15ec30a8a14\"]::after { clear: both; }#tve_editor [data-css=\"tve-u-15ebe90cfb0\"] { font-size: 96px !important; }[data-css=\"tve-u-15ee1237243\"] { box-shadow: rgba(73, 137, 181, 0.15) -3px 7px 69px 10px; }[data-css=\"tve-u-15ee1232726\"] { box-shadow: rgba(73, 137, 181, 0.15) -3px 7px 69px 10px; }[data-css=\"tve-u-15ee121fb1c\"] > .tcb-flex-col > .tcb-col { min-height: 503px; }[data-css=\"tve-u-15ee1225fdf\"] { box-shadow: rgba(73, 137, 181, 0.15) -3px 7px 69px 10px; }[data-css=\"tve-u-15ee121fb1c\"] { margin-left: -60px; min-height: inherit; }[data-css=\"tve-u-15ee121fb1c\"] > .tcb-flex-col { padding-left: 60px; }[data-css=\"tve-u-15ee121a6d1\"] { float: none; max-width: 1296px; text-align: center; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ee1211b9b\"] { max-width: 1603px; text-align: center; }[data-css=\"tve-u-15ec26fee25\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-15ee106257d\"] { max-width: 100%; }[data-css=\"tve-u-15ec3055cca\"] { max-width: 1370px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ee103f44a\"] { float: none; max-width: 1296px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ee1037a1d\"] { float: none; max-width: 1296px; margin-left: auto !important; margin-right: auto !important; }#tve_editor [data-css=\"tve-u-15ec2ac01df\"]:hover .tcb-button-link { box-shadow: none !important; background-color: rgba(255, 255, 255, 0.91) !important; background-image: none !important; border-radius: 13px !important; overflow: hidden !important; }#tve_editor [data-css=\"tve-u-15ebe91a626\"]:hover .tcb-button-link { box-shadow: rgba(73, 137, 181, 0.25) -3px 7px 73px 18px; border: 0px dashed rgb(255, 255, 255); background-color: rgb(149, 250, 201) !important; font-weight: normal !important; background-image: none !important; }[data-css=\"tve-u-15ebe8a2edd\"] > .tcb-flex-col > .tcb-col { justify-content: center; }[data-css=\"tve-u-15ec3017516\"] { margin-top: 60px !important; padding-bottom: 50px !important; }[data-css=\"tve-u-15ec2b5d54c\"] { margin-top: 83px !important; }[data-css=\"tve-u-15ec2b56fac\"] { opacity: 1; filter: grayscale(0%) blur(0px); background-image: linear-gradient(rgb(0, 0, 0), rgb(0, 0, 0)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-15ec2b54c99\"] { max-width: 1586px; min-height: 100px !important; }[data-css=\"tve-u-15ec2b3b468\"] { box-shadow: rgba(89, 171, 227, 0.15) -3px 7px 69px 10px; margin-top: 0px !important; margin-bottom: 0px !important; margin-left: 38px !important; }[data-css=\"tve-u-15ec2b37666\"] { margin-top: 114px !important; }[data-css=\"tve-u-15ec2b33f06\"] { padding-left: 0px !important; }[data-css=\"tve-u-15ec2b0a32a\"] { margin-top: 70px !important; }[data-css=\"tve-u-15ec2ae8715\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-15ec2afed17\"] { color: rgb(89, 171, 227) !important; }[data-css=\"tve-u-15ec2ae8715\"] { float: none; max-width: 1453px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2acb421\"] { min-height: 162px; }[data-css=\"tve-u-15ec2aafa24\"] { color: rgb(89, 171, 227) !important; }[data-css=\"tve-u-15ec2aaa9a4\"] { float: none; max-width: 1440px; margin-left: auto !important; margin-right: auto !important; margin-top: 25px !important; }#tve_editor [data-css=\"tve-u-15ec2aa8e2e\"] { letter-spacing: 1px; color: rgb(255, 255, 255) !important; font-size: 20px !important; }[data-css=\"tve-u-15ec2a9b8a9\"] { border: 1px solid rgb(89, 171, 227) !important; }[data-css=\"tve-u-15ec2a81a9f\"] { min-height: 162px; }[data-css=\"tve-u-15ec2a80647\"] { float: none; max-width: 97%; margin-left: auto !important; margin-right: auto !important; margin-top: 55px !important; }[data-css=\"tve-u-15ec2a6f589\"] { float: none; max-width: 1440px; margin-top: 55px !important; margin-left: auto !important; margin-right: auto !important; }#tve_editor [data-css=\"tve-u-15ec2a6b447\"] { color: rgb(255, 255, 255) !important; font-size: 45px !important; font-family: \"Special Elite\" !important; font-weight: 400 !important; }[data-css=\"tve-u-15ec2a5bb35\"] { background-image: linear-gradient(rgba(28, 54, 85, 0.5), rgba(28, 54, 85, 0.5)), url(\"https://bestcerakoteflorida.com/wp-content/uploads/2018/05/FTYS6743-1024x683.jpg\") !important; background-size: auto, cover !important; background-position: 0px 0px, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-15ec2a56438\"] { margin-top: 69px !important; }[data-css=\"tve-u-15ec2a5540e\"] { max-width: 100%; text-align: center; min-height: 561px !important; }[data-css=\"tve-u-15ec2a38bfd\"] { margin-right: 0px !important; padding-right: 0px !important; margin-left: 0px !important; }[data-css=\"tve-u-15ec2a33d71\"] { width: 830px; position: relative; top: 0px; left: 40px; z-index: 7; float: none; padding-right: 0px !important; padding-left: 0px !important; }[data-css=\"tve-u-15ec27075e1\"] { border-left: 2px dashed rgb(232, 238, 241); border-top: 1px solid rgb(232, 238, 241); border-bottom: 1px solid rgb(232, 238, 241); }[data-css=\"tve-u-15ec26fee25\"] > .tcb-flex-col > .tcb-col { min-height: 612px; }[data-css=\"tve-u-15ec26fee25\"] { min-height: inherit; margin-left: 0px; padding-top: 0px !important; padding-bottom: 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-15ec26ec232\"] { margin-top: 66px !important; }[data-css=\"tve-u-15ec26e5812\"] { max-width: 100%; min-height: 586px !important; }[data-css=\"tve-u-15ec26c390a\"] { margin-top: 60px !important; }#tve_editor [data-css=\"tve-u-15ec26bd2e8\"] { color: rgb(24, 45, 60) !important; font-size: 70px !important; }[data-css=\"tve-u-15ec26b9914\"] { max-width: 1434px; text-align: center; }[data-css=\"tve-u-15ec26ab7b0\"] { margin-top: 67px !important; }#tve_editor [data-css=\"tve-u-15ec26a92a2\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15ec2698d8d\"] { float: none; max-width: 600px; margin-left: auto !important; margin-right: auto !important; margin-top: 30px !important; }#tve_editor [data-css=\"tve-u-15ec269736c\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15ec269379d\"] { font-size: 45px !important; }[data-css=\"tve-u-15ec268a0a3\"] { font-size: 45px !important; color: rgb(89, 171, 227) !important; }[data-css=\"tve-u-15ec256e611\"] { margin-top: 0px !important; }#tve_editor [data-css=\"tve-u-15ec25610c7\"] { font-size: 40px !important; color: rgb(89, 171, 227) !important; }[data-css=\"tve-u-15ec255fe12\"] { font-family: ABeeZee !important; font-weight: 400 !important; color: rgb(89, 171, 227) !important; font-size: 45px !important; }[data-css=\"tve-u-15ec254985a\"] { margin-right: 0px !important; }[data-css=\"tve-u-15ec253ef3a\"] { text-align: center; background-image: linear-gradient(rgba(24, 45, 60, 0.95), rgba(24, 45, 60, 0.95)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; margin-top: 0px !important; padding-top: 130px !important; padding-bottom: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-15ec253a41f\"] > .tcb-flex-col > .tcb-col { min-height: 661px; }[data-css=\"tve-u-15ec253a41f\"] { min-height: inherit; float: none; max-width: 1474px; z-index: 3; position: relative; padding-top: 0px !important; padding-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; padding-right: 0px !important; }[data-css=\"tve-u-15ec24f97c0\"] { background-image: linear-gradient(rgba(42, 51, 68, 0.1), rgba(42, 51, 68, 0.1)), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/testimonial_bg.jpg\") !important; background-size: auto, cover !important; background-position: 0px 0px, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-15ec24f790d\"] { min-height: 661px !important; }[data-css=\"tve-u-15ec24f494c\"] { margin-top: 60px !important; }[data-css=\"tve-u-15ec24d5e15\"] + div { clear: none; }[data-css=\"tve-u-15ec24d5e15\"] { float: none; width: 65px; margin-left: auto !important; margin-right: auto !important; margin-top: 40px !important; }[data-css=\"tve-u-15ec24ae116\"] + div { clear: none; }[data-css=\"tve-u-15ec24ae116\"] { float: none; width: 73px; margin-left: auto !important; margin-right: auto !important; margin-top: 40px !important; }[data-css=\"tve-u-15ec249b3f6\"] { line-height: 1.9em !important; }[data-css=\"tve-u-15ec2492191\"] { margin-left: 25px !important; margin-right: 25px !important; margin-top: 25px !important; }#tve_editor [data-css=\"tve-u-15ec2487407\"] { text-transform: uppercase !important; color: rgb(135, 156, 171) !important; font-size: 17px !important; }#tve_editor [data-css=\"tve-u-15ec2481d17\"] { font-size: 20px !important; }[data-css=\"tve-u-15ec2477274\"] + div { clear: none; }[data-css=\"tve-u-15ec2477274\"] { float: none; width: 55px; margin-left: auto !important; margin-right: auto !important; margin-top: 40px !important; }[data-css=\"tve-u-15ec2448fdb\"] { float: none; max-width: 1296px; margin-top: 10px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2443105\"] { line-height: 1.8em !important; }[data-css=\"tve-u-15ebea49c0c\"] { float: none; max-width: 1440px; margin-left: auto !important; margin-right: auto !important; margin-top: 0px !important; }#tve_editor [data-css=\"tve-u-15ebea42b31\"] { color: rgb(24, 45, 60) !important; font-size: 70px !important; }[data-css=\"tve-u-15ebea3a693\"] { max-width: 1434px; }#tve_editor [data-css=\"tve-u-15ebe925072\"] { font-family: \"Special Elite\" !important; letter-spacing: 0px; font-weight: 400 !important; font-size: 20px !important; color: rgb(24, 45, 60) !important; }[data-css=\"tve-u-15ebe91a626\"] { display: block; max-width: 423px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ebe91a626\"] .tcb-button-link { border-radius: 200px; min-height: 67.1429px; font-size: 1.6em; padding-top: 0px; padding-bottom: 0px; border: 1px solid rgb(0, 0, 0); box-shadow: rgba(0, 0, 0, 0.4) 0px 3px 8px 1px; background-color: rgb(255, 255, 255) !important; padding-left: 15px !important; background-image: none !important; }[data-css=\"tve-u-15ebe916c34\"] { float: none; z-index: 3; position: relative; width: 100%; max-width: 733px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ebe90cfb0\"] { line-height: 1.1em !important; }[data-css=\"tve-u-15ebe906677\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 669px; margin-left: 50px !important; margin-top: 40px !important; }#tve_editor [data-css=\"tve-u-15ebe905473\"] { font-size: 22px !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15ebe8ee6c0\"]::after { clear: both; }[data-css=\"tve-u-15ebe8edca2\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 722px; padding-left: 0px !important; margin-left: 50px !important; margin-top: 104px !important; }[data-css=\"tve-u-15ebe8abb9e\"] { padding: 0px !important; }[data-css=\"tve-u-15ebe8a4d78\"] { clip-path: url(\"#clip-left-335f47a4c8f92\"); -webkit-clip-path: url(\"#clip-left-335f47a4c8f92\");  }[data-css=\"tve-u-15ebe8a2edd\"] { padding-bottom: 15px !important; padding-top: 15px !important; }[data-css=\"tve-u-15ebe89fb7a\"] { margin-left: -35px !important; }[data-css=\"tve-u-15ebe830a90\"] { clip-path: url(\"#clip-left-bb2526ca261ae\"); -webkit-clip-path: url(\"#clip-left-bb2526ca261ae\");  background-image: linear-gradient(rgb(89, 171, 227), rgb(89, 171, 227)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-15ebe827cb3\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 0px !important; }[data-css=\"tve-u-15ebe80a9a1\"] { min-height: 729px; }[data-css=\"tve-u-15ebe738fb8\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-15ebe738fb8\"] > .tcb-flex-col > .tcb-col { min-height: 729px; }[data-css=\"tve-u-15ebe738fb8\"] { min-height: inherit; margin-left: 0px; padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-15ebe73226c\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/header_image-1.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-15ebe72c974\"] { max-width: 1620px; }[data-css=\"tve-u-15ebe5d7b44\"] { background-image: linear-gradient(rgb(0, 0, 0), rgb(0, 0, 0)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-15ebe51d596\"] { max-width: 100%; min-height: 7px !important; }#tcb_landing_page h3 { font-family: Montserrat; font-weight: 200; font-size: 20px; color: rgb(24, 45, 60); }#tcb_landing_page h2 { font-family: \"Amatic SC\"; font-weight: 400; font-size: 70px; color: rgb(24, 45, 60); }#tcb_landing_page h1 { font-family: \"Amatic SC\"; font-weight: 400; font-size: 96px; color: rgb(255, 255, 255); }#tcb_landing_page p, #tcb_landing_page li { font-family: Montserrat; font-weight: 200; color: rgb(24, 45, 60); font-size: 18px; line-height: 1.667em; }[data-css=\"tve-u-15e09c94f7d\"] { background-color: rgb(255, 255, 255); }[data-css=\"tve-u-15ec256b908\"] { font-family: \"Amatic SC\" !important; font-weight: 400 !important; }[data-css=\"tve-u-15ec26760e9\"] { font-family: ABeeZee !important; font-weight: 400 !important; }[data-css=\"tve-u-15ec2680494\"] { font-family: \"Amatic SC\" !important; font-weight: 400 !important; }#tve_editor [data-css=\"tve-u-15ec2ab1d6d\"] { letter-spacing: 1px; color: rgb(255, 255, 255) !important; font-size: 20px !important; }#tve_editor [data-css=\"tve-u-15ec2ab1d82\"] { letter-spacing: 1px; color: rgb(255, 255, 255) !important; font-size: 20px !important; }[data-css=\"tve-u-15ec2abe257\"] { float: none; z-index: 3; position: relative; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2ac01df\"] { display: block; max-width: 306px; float: none; margin-left: auto !important; margin-right: auto !important; width: 306px; }[data-css=\"tve-u-15ec2ac01df\"] .tcb-button-link { border-radius: 13px; min-height: 67.1429px; font-size: 1.6em; padding: 12px 15px; background-color: rgb(255, 255, 255) !important; background-image: none !important; overflow: hidden; }#tve_editor [data-css=\"tve-u-15ec2af6c4b\"] { color: rgb(24, 45, 60) !important; font-size: 70px !important; }[data-css=\"tve-u-15ec2af6c4e\"] { font-family: \"Amatic SC\" !important; font-weight: 400 !important; }[data-css=\"tve-u-15ec3192f72\"] { margin-left: 25px !important; margin-right: 25px !important; margin-top: 25px !important; }[data-css=\"tve-u-15ec31ba260\"] { float: none; max-width: 1296px; margin-top: 10px !important; margin-left: auto !important; margin-right: auto !important; }#tcb_landing_page a:hover:not(.tcb-button-link) { color: rgb(89, 171, 227); }#tcb_landing_page .tve-state-hovera:not(.tcb-button-link) { color: rgb(89, 171, 227); }#tve_editor [data-css=\"tve-u-160266880a0\"] { color: rgb(255, 255, 255) !important; font-family: Montserrat !important; }[data-css=\"tve-u-1602b324ab9\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1602bec144e\"] { width: 36px; float: left; z-index: 3; position: static; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1602befe215\"] { max-width: 386px; position: relative !important; padding-left: 1px !important; margin-top: 0px !important; margin-left: 50px !important; }[data-css=\"tve-u-160309ddca8\"] + div { clear: none; }[data-css=\"tve-u-160309ddca8\"] { float: none; width: 60px; position: absolute; margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-160309f3e5d\"] { max-width: 75%; margin-left: 80px !important; margin-top: 60px !important; margin-bottom: 40px !important; }[data-css=\"tve-u-160309f6c04\"] { max-width: 75%; margin-left: 80px !important; margin-top: 60px !important; margin-bottom: 80px !important; }[data-css=\"tve-u-16030a013d7\"] + div { clear: none; }[data-css=\"tve-u-16030a013d7\"] { float: none; width: 60px; position: absolute; margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-16030a08afd\"] { position: relative !important; margin-left: 100px !important; }[data-css=\"tve-u-16030a09626\"] { position: relative !important; margin-left: 100px !important; }#tcb_landing_page a.tve-state-hover:not(.tcb-button-link) { color: rgb(89, 171, 227); }[data-css=\"tve-u-165b813034a\"] { border-bottom: 1px solid rgb(255, 255, 255); padding: 0px !important; }#tve_editor [data-css=\"tve-u-165b814869f\"] { font-family: Montserrat; letter-spacing: 0px; font-weight: 400; font-size: 18px !important; color: rgb(24, 45, 60) !important; text-transform: capitalize !important; }[data-css=\"tve-u-165bce18a46\"] { max-width: 73.7%; }[data-css=\"tve-u-165b813034a\"] .tve-page-section-in { display: block; }[data-css=\"tve-u-165bcef972c\"] { max-width: 26.3%; }[data-css=\"tve-u-165bcf2cfcd\"] { width: 335px; }[data-css=\"tve-u-165bcf3f4af\"] { padding-bottom: 0px !important; padding-top: 0px !important; }[data-css=\"tve-u-165bcf40f41\"] { float: none; width: 100%; margin: 0px auto !important; }[data-css=\"tve-u-15ec3152b02\"] { text-align: center; }[data-css=\"tve-u-165bd189801\"] { width: 366px; }[data-css=\"tve-u-165bd25ab3b\"] { font-family: \"Special Elite\" !important; }[data-css=\"tve-u-165bd25b417\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-15ec2ac01df\"] .tcb-button-link { line-height: 1.2em; font-size: 18px; font-family: \"Special Elite\"; font-weight: 400; }}@media (max-width: 1023px){[data-css=\"tve-u-1602b332fd9\"] { float: none; max-width: 121px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1602befe215\"] { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1602b37ce9d\"] .tcb-flex-col { flex-basis: 420px !important; }[data-css=\"tve-u-1602bec144e\"] { float: none; z-index: 3; position: relative; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1602be7db66\"] { float: none; z-index: 3; position: relative; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2a38bfd\"] { text-align: left; }[data-css=\"tve-u-15ec27075e1\"] { margin-top: 0px !important; }[data-css=\"tve-u-15ee1237243\"] { margin-top: 52px !important; }[data-css=\"tve-u-15ee121a6d1\"] { margin-left: 33px !important; margin-right: 33px !important; }[data-css=\"tve-u-15ebe51d596\"] { text-align: left; }[data-css=\"tve-u-15ec2b54c99\"] { text-align: left; }[data-css=\"tve-u-15ec2b3b468\"] { margin-left: 0px !important; margin-top: 20px !important; }[data-css=\"tve-u-15ec2b37666\"] { margin-top: 0px !important; }[data-css=\"tve-u-15ec2a80647\"] { margin-top: 0px !important; padding-left: 10px !important; padding-right: 10px !important; }[data-css=\"tve-u-15ec2a5540e\"] { max-width: 720px; }[data-css=\"tve-u-15ec2a33d71\"] { width: 395px; float: none; z-index: 3; position: relative; margin: 80px auto 0px !important; }[data-css=\"tve-u-15ec26b9914\"] { max-width: 720px; }[data-css=\"tve-u-15ec253ef3a\"] { padding: 25px 10px !important; }[data-css=\"tve-u-15ebea3a693\"] { max-width: 720px; }[data-css=\"tve-u-15ec30a8a14\"]::after { clear: both; }[data-css=\"tve-u-15ebe916c34\"] { max-width: 376px; }[data-css=\"tve-u-15ebe8a2edd\"] > .tcb-flex-col > .tcb-col { justify-content: center; min-height: 91px; }[data-css=\"tve-u-15ec3055cca\"] { text-align: center; margin-top: 0px !important; }[data-css=\"tve-u-15ebe8a2edd\"] { min-height: inherit; float: none; max-width: 100%; padding-top: 0px !important; padding-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ebe830a90\"] { clip-path: url(\"#clip-tablet-left-bb2526ca261ae\"); -webkit-clip-path: url(\"#clip-tablet-left-bb2526ca261ae\");  }[data-css=\"tve-u-15ebe91a626\"] { margin-left: 30px !important; }[data-css=\"tve-u-15ebe906677\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 336px; margin-left: 30px !important; }[data-css=\"tve-u-15ebe8edca2\"] { margin-left: 30px !important; }[data-css=\"tve-u-15ebe89fb7a\"] { margin-left: -35px !important; }[data-css=\"tve-u-15ebe827cb3\"] { max-width: 100%; }#tve_editor [data-css=\"tve-u-15ebe90cfb0\"] { font-size: 84px !important; }}@media (max-width: 767px){[data-css=\"tve-u-160309b344b\"] { margin-left: 10px !important; margin-top: 30px !important; margin-right: 10px !important; }[data-css=\"tve-u-16030a013d7\"] { position: static; }[data-css=\"tve-u-16030a09626\"] { margin-left: 10px !important; margin-top: 30px !important; margin-right: 10px !important; }[data-css=\"tve-u-160309ddca8\"] { position: static; }[data-css=\"tve-u-16030a08afd\"] { margin-left: 10px !important; margin-right: 10px !important; margin-top: 30px !important; }[data-css=\"tve-u-160309b00b4\"] { position: static; }[data-css=\"tve-u-16030975307\"] { max-width: 100%; margin-left: 10px !important; margin-right: 10px !important; }[data-css=\"tve-u-160309f6c04\"] { max-width: 100%; margin-left: 10px !important; margin-right: 10px !important; }[data-css=\"tve-u-160309f3e5d\"] { max-width: 100%; margin-left: 10px !important; margin-right: 10px !important; }[data-css=\"tve-u-15ec2a38bfd\"]::after { clear: both; }[data-css=\"tve-u-1602bfea280\"] { margin-top: 0px !important; margin-bottom: 20px !important; }[data-css=\"tve-u-1602bf25f10\"]::after { clear: both; }[data-css=\"tve-u-1602b332fd9\"] { max-width: 257px; float: left; z-index: 3; position: relative; width: 100%; margin-top: 20px !important; margin-left: 20px !important; }[data-css=\"tve-u-15ec253ef3a\"] { padding-top: 30px !important; padding-bottom: 30px !important; }[data-css=\"tve-u-15ee1237243\"] { margin-top: 25px !important; }[data-css=\"tve-u-15ee1232726\"] { margin-top: 25px !important; }[data-css=\"tve-u-15ec2ae8715\"] { margin-left: -15px; }[data-css=\"tve-u-15ec2ae8715\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-15ec2b33f06\"] { margin-right: 0px !important; }[data-css=\"tve-u-15ec26fee25\"] > .tcb-flex-col > .tcb-col { min-height: 387px; }[data-css=\"tve-u-15ec26fee25\"] { margin-left: 0px; min-height: inherit; }[data-css=\"tve-u-15ec26fee25\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-15ec2a33d71\"] { position: static; margin-bottom: 0px !important; }[data-css=\"tve-u-15ec31ba260\"] { padding-left: 3px !important; padding-right: 3px !important; }[data-css=\"tve-u-15ec253a41f\"] > .tcb-flex-col > .tcb-col { min-height: 27px; }[data-css=\"tve-u-15ec253a41f\"] { margin-left: 0px; min-height: inherit; }[data-css=\"tve-u-15ec253a41f\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-15ec254985a\"] { margin-top: 0px !important; }[data-css=\"tve-u-15ec24f494c\"] { margin-top: 30px !important; }[data-css=\"tve-u-15ec256e611\"] { margin-top: 0px !important; }[data-css=\"tve-u-15ec3192f72\"] { margin-bottom: 32px !important; }[data-css=\"tve-u-15ec318421d\"] { margin-bottom: 34px !important; margin-top: -90px !important; }[data-css=\"tve-u-15ebe738fb8\"] > .tcb-flex-col > .tcb-col { min-height: 554px; }[data-css=\"tve-u-15ebe738fb8\"] { min-height: inherit; padding-bottom: 0px !important; }[data-css=\"tve-u-15ec3017516\"] { margin-top: 0px !important; padding-left: 5px !important; padding-right: 5px !important; }[data-css=\"tve-u-15ebe89fb7a\"] { margin-left: -20px !important; }[data-css=\"tve-u-15ec3055cca\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-15ebe916c34\"] { margin-bottom: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-15ec3152b02\"] { min-height: 226px; }[data-css=\"tve-u-15ebe80a9a1\"] { min-height: 554px; }[data-css=\"tve-u-15ebe91a626\"] { margin-left: 28px !important; margin-right: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-15ebe906677\"] { margin-left: 30px !important; }[data-css=\"tve-u-15ebe8edca2\"] { margin-left: 30px !important; margin-top: 45px !important; }[data-css=\"tve-u-15ebe827cb3\"] { max-width: 100%; }[data-css=\"tve-u-15ec313e743\"] { margin-left: 10px !important; margin-right: 10px !important; }[data-css=\"tve-u-1602befe215\"] { max-width: 257px; float: left; z-index: 3; position: relative; width: 100%; margin-top: 20px !important; margin-left: 20px !important; }[data-css=\"tve-u-15ebe73226c\"] { height: calc(100% - 33px); margin-top: 50px !important; }}'),(3007,294,'tve_revision_tve_user_custom_css','.thrv_text_element p {margin:0;}\n.thrv_heading h1,h2,h3 {margin:0;}'),(3008,294,'tve_revision_tve_page_events','a:0:{}'),(3009,294,'tve_revision_tve_globals','a:4:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";s:11:\"extra_icons\";a:1:{i:0;a:3:{s:11:\"font-family\";s:25:\"tve-ff-6797-59f9979fd5998\";s:3:\"css\";s:87:\"http://lp-build.thrivethemes.com/wp-content/uploads/tve-ff-6797-59f9979fd5998/style.css\";s:6:\"folder\";s:92:\"/home/thrivedevbitston/public_html/landingpages/wp-content/uploads/tve-ff-6797-59f9979fd5998\";}}s:6:\"lb_map\";a:1:{i:6808;s:3:\"265\";}s:8:\"font_cls\";a:0:{}}'),(3010,294,'tve_revision_tve_global_scripts',''),(3011,294,'tve_revision_thrive_icon_pack','0'),(3012,294,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(3013,294,'tve_revision_tve_has_masonry','0'),(3014,294,'tve_revision_tve_has_typefocus','0'),(3015,294,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-165b813034a\" wfd-id=\"261\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ebe5d7b44\" wfd-id=\"287\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ebe51d596\" wfd-id=\"262\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15ec3055cca\" wfd-id=\"263\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized\" data-css=\"tve-u-15ebe8a2edd\" wfd-id=\"264\"><div class=\"tcb-flex-col\" data-css=\"tve-u-165bcef972c\" style=\"\" wfd-id=\"277\"><div class=\"tcb-col\" wfd-id=\"279\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-165bcf40f41\" wfd-id=\"280\"><div class=\"tcb-flex-row tcb--cols--1\" data-css=\"tve-u-165bcf3f4af\" wfd-id=\"281\"><div class=\"tcb-flex-col\" wfd-id=\"282\"><div class=\"tcb-col\" wfd-id=\"284\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-165bcf2cfcd\" wfd-id=\"285\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"286\"><img class=\"tve_image wp-image-290\" alt=\"\" width=\"751\" height=\"102\" title=\"Logo\" data-id=\"290\" src=\"//bestcerakoteflorida.com/wp-content/uploads/2018/09/Logo.png\" style=\"width: 100%;\"></span></div></div></div></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-165bce18a46\" style=\"\" wfd-id=\"265\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec313e743\" data-tcb_hover_state_parent=\"\" wfd-id=\"267\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" wfd-id=\"268\"><p data-css=\"tve-u-15f002fa8f6\"><span data-css=\"tve-u-15f0034f748\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"276\"><a href=\"#whatwedo\">What We Do</a></span>&nbsp; &nbsp; <span data-css=\"tve-u-15f003606db\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"275\"><a href=\"#testimonials\">Testimonials</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f003655f8\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"274\"><a href=\"#aboutus\">About Us</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f00369f5e\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"273\"><a href=\"#getyourcoupon\">Get Your Coupon</a></span>&nbsp; &nbsp; <span data-css=\"tve-u-15f0064f814\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"272\"><a href=\"#areaweserve\">Area We Serve</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f003784ab\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"271\"><a href=\"#contact\">Contact</a></span></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ebe8abb9e\" wfd-id=\"233\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ebe8a4d78\" data-clip-id=\"335f47a4c8f92\" wfd-id=\"260\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-left-335f47a4c8f92\" class=\"decoration-clip clip-path-left\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" pointer-width=\"6\" pointer-height=\"2.5\" style=\"curves\" decoration-type=\"none\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon><ellipse cx=\"0.025\" cy=\"0.029412\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.08823600000000001\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.14706\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.205884\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.264708\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.323532\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.38235600000000003\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.44118\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.500004\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.558828\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.617652\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.676476\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.7353000000000001\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.794124\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.852948\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.911772\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.970596\" rx=\"0.025\" ry=\"0.029412\"></ellipse></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ebe72c974\" wfd-id=\"234\"><div class=\"thrv_wrapper thrv-columns tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec318421d\" wfd-id=\"235\"><div class=\"tcb-flex-row tcb--cols--2 v-2\" data-css=\"tve-u-15ebe738fb8\" wfd-id=\"236\"><div class=\"tcb-flex-col\" wfd-id=\"257\"><div class=\"tcb-col\" data-css=\"tve-u-15ebe73226c\" wfd-id=\"259\"></div></div><div class=\"tcb-flex-col\" wfd-id=\"237\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ebe89fb7a\" wfd-id=\"239\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ebe827cb3\" wfd-id=\"240\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15ebe830a90\" data-clip-id=\"bb2526ca261ae\" wfd-id=\"256\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-left-bb2526ca261ae\" class=\"decoration-clip clip-path-left\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"none\" pointer-width=\"5.7\" pointer-height=\"2.5\" style=\"curves\" slanted-angle=\"5\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon><ellipse cx=\"0.025\" cy=\"0.027778\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.083334\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.13889\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.194446\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.250002\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.305558\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.361114\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.41667\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.47222600000000003\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.527782\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.583338\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.638894\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.69445\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.7500060000000001\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.805562\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.861118\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.916674\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.97223\" rx=\"0.025\" ry=\"0.027778\"></ellipse></clipPath><clipPath id=\"clip-tablet-left-bb2526ca261ae\" class=\"decoration-clip clip-path-tablet-left\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"divider\" pointer-width=\"5.7\" pointer-height=\"4\" style=\"curves\" slanted-angle=\"5\"><polygon points=\"0.04 0, 0.04 1, 1 1, 1 0\"></polygon><ellipse cx=\"0.04\" cy=\"0.027778\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.083334\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.13889\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.194446\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.250002\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.305558\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.361114\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.41667\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.47222600000000003\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.527782\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.583338\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.638894\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.69445\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.7500060000000001\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.805562\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.861118\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.916674\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.97223\" rx=\"0.04\" ry=\"0.027778\"></ellipse></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ebe80a9a1\" wfd-id=\"241\"><div class=\"tcb-clear\" data-css=\"tve-u-15ebe8ee6c0\" wfd-id=\"252\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15ebe8edca2\" data-tag=\"h1\" wfd-id=\"253\"><h1 data-css=\"tve-u-15ebe90cfb0\">Happy dogs =<br>â€‹â€‹â€‹â€‹â€‹happâ€‹â€‹â€‹â€‹y owners</h1></div></div><div class=\"tcb-clear\" data-css=\"tve-u-15ec30a8a14\" wfd-id=\"248\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ebe906677\" wfd-id=\"249\"><p data-css=\"tve-u-15ebe905473\">Offer your dog a premium walking experience</p></div></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ebe916c34\" wfd-id=\"242\">\n<div class=\"tve-content-box-background\" wfd-id=\"247\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ec3152b02\" wfd-id=\"243\"><div class=\"thrv_wrapper thrv-button tve_ea_thrive_lightbox\" data-css=\"tve-u-15ebe91a626\" data-tcb_hover_state_parent=\"false\" data-button-style=\"full_rounded\" wfd-id=\"244\">\n<a href=\"#\" class=\"tcb-button-link tve_evt_manager_listen tve_et_click\" data-tcb-events=\"__TCB_EVENT_[{&quot;config&quot;:{&quot;l_anim&quot;:&quot;zoom_in&quot;,&quot;l_id&quot;:265},&quot;a&quot;:&quot;thrive_lightbox&quot;,&quot;t&quot;:&quot;click&quot;}]_TNEVE_BCT__\">\n<span class=\"tcb-button-texts\" wfd-id=\"245\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-165b814869f\" wfd-id=\"246\">Get 10% OFF Your First Cerakote Project</span></span>\n</a>\n</div></div>\n</div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec3017516\" wfd-id=\"224\">\n<div class=\"tve-page-section-out\" wfd-id=\"232\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ebea3a693\" wfd-id=\"225\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15ebea49c0c\" id=\"whatwedo\" data-tag=\"h1\" wfd-id=\"229\"><h1 data-css=\"tve-u-15ebea42b31\" style=\"text-align: center;\">What We Do</h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2448fdb\" wfd-id=\"226\"><p data-css=\"tve-u-15ec2443105\" style=\"text-align: center;\">Our goal is to make sure the owners are comforted, the pups are exercised and happy and that we are getting our own puppy fixes. But letâ€™s be honest- itâ€™s their world, weâ€™re just living in it! As a small team of experienced dog owners and lovers, we really get to know you and your dog and we canguarantee consistent and personal care that is equal to your love and attention. We are so excited to make you a part of the family!</p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" wfd-id=\"189\">\n<div class=\"tve-page-section-out\" wfd-id=\"223\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ee1211b9b\" wfd-id=\"190\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15ee121a6d1\" wfd-id=\"191\"><div class=\"tcb-flex-row tcb--cols--3 tcb-medium-wrap\" data-css=\"tve-u-15ee121fb1c\" wfd-id=\"192\"><div class=\"tcb-flex-col\" wfd-id=\"211\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ee1225fdf\" wfd-id=\"213\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec2477274\" wfd-id=\"221\"><span class=\"tve_image_frame\" wfd-id=\"222\"><img class=\"tve_image wp-image-1596\" alt=\"\" width=\"55\" height=\"73\" title=\"what_do_icon_01\" data-id=\"1596\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_01.png\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"220\"><p data-css=\"tve-u-15ec2481d17\"><strong>First Class Care</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"217\"><p data-css=\"tve-u-15ec2487407\">all the best for them</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2492191\" wfd-id=\"214\"><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"201\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ee1232726\" wfd-id=\"203\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec24ae116\" wfd-id=\"209\"><span class=\"tve_image_frame\" wfd-id=\"210\"><img class=\"tve_image wp-image-1597\" alt=\"\" width=\"73\" height=\"73\" title=\"what_do_icon_02\" data-id=\"1597\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_02.png\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"208\"><p data-css=\"tve-u-15ec2481d17\"><strong>Snacks Included</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"207\"><p data-css=\"tve-u-15ec2487407\">for your little one</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec3192f72\" wfd-id=\"204\"><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"193\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ee1237243\" wfd-id=\"195\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec24d5e15\" wfd-id=\"199\"><span class=\"tve_image_frame\" wfd-id=\"200\"><img class=\"tve_image wp-image-1598\" alt=\"\" width=\"65\" height=\"73\" title=\"what_do_icon_03\" data-id=\"1598\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_03.png\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"198\"><p data-css=\"tve-u-15ec2481d17\"><strong>Regularly walks</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"197\"><p data-css=\"tve-u-15ec2487407\">to keep them ealthy</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2492191\" wfd-id=\"196\"><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris.</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-15ec24f494c\" id=\"testimonials\" style=\"\" wfd-id=\"163\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ec24f97c0\" wfd-id=\"188\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec24f790d\" wfd-id=\"164\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15ec254985a\" style=\"\" wfd-id=\"165\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-15ec253a41f\" wfd-id=\"166\"><div class=\"tcb-flex-col\" wfd-id=\"170\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec253ef3a\" style=\"\" wfd-id=\"172\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec256e611\" style=\"\" wfd-id=\"179\"><p data-css=\"tve-u-15ec25610c7\"><span data-css=\"tve-u-15ec268a0a3\" style=\"font-size: 45px; color: rgb(89, 171, 227);\" wfd-id=\"186\"><span data-css=\"tve-u-15ec26760e9\" style=\"font-family: ABeeZee;\" wfd-id=\"187\">â€</span></span><span data-css=\"tve-u-15ec256b908\" style=\"font-family: &quot;Amatic SC&quot;;\" wfd-id=\"185\">&nbsp; &nbsp; &nbsp;</span><span data-css=\"tve-u-15ec2680494\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"183\"><span data-css=\"tve-u-15ec269379d\" style=\"font-size: 45px;\" wfd-id=\"184\">my chester enjoys being with them!</span> &nbsp; &nbsp;&nbsp;</span><span data-css=\"tve-u-15ec255fe12\" style=\"font-family: ABeeZee; font-weight: 400; color: rgb(89, 171, 227); font-size: 45px;\" wfd-id=\"182\">â€</span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2698d8d\" wfd-id=\"174\"><p data-css=\"tve-u-160266880a0\">We LOVE going for walks with our friends at Paw! Donâ€™t tell our mom &amp; dad,but we get really excited when they leave for work because we know it wonâ€™t be long before we get a visit from one of our favorite friends at PawCity! Best part is, they always let our parents know how ourwalk went right away so they dont have to worry about us!</p><p data-css=\"tve-u-15ec269736c\">We love you PawCity!! xoxo</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec26ab7b0\" style=\"\" wfd-id=\"173\"><p data-css=\"tve-u-15ec26a92a2\"><strong>Anna Olson</strong>, Chesterâ€™s Mom</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"167\"><div class=\"tcb-col\" wfd-id=\"169\"></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec26c390a\" id=\"aboutus\" wfd-id=\"154\">\n<div class=\"tve-page-section-out\" wfd-id=\"162\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec26b9914\" wfd-id=\"155\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15ee1037a1d\" data-tag=\"h1\" wfd-id=\"159\"><h1 data-css=\"tve-u-15ec26bd2e8\">About us</h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec31ba260\" wfd-id=\"156\"><p data-css=\"tve-u-15ec2443105\" style=\"text-align: center;\">At PawCity, we lead lives full of the unconditional love and happiness we receive from the furballs we get to spend time with everyday and we have this beautiful city and all the beautiful people in it to thank. We love you and your pups!!</p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec26ec232\" wfd-id=\"123\">\n<div class=\"tve-page-section-out\" wfd-id=\"153\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec26e5812\" wfd-id=\"124\"><div class=\"thrv_wrapper thrv-columns tcb-window-width\" style=\"width: 1603px; left: -1px;\" data-css=\"tve-u-15ee106257d\" wfd-id=\"125\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2\" data-css=\"tve-u-15ec26fee25\" wfd-id=\"126\"><div class=\"tcb-flex-col c-33\" wfd-id=\"148\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec2a38bfd\" wfd-id=\"150\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec2a33d71\" wfd-id=\"151\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"152\"><img class=\"tve_image wp-image-7399\" alt=\"\" width=\"830\" height=\"775\" title=\"about_us_dog\" data-id=\"7399\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/about_us_dog.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col c-66\" wfd-id=\"127\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec27075e1\" wfd-id=\"129\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160309f3e5d\" wfd-id=\"142\">\n<div class=\"tve-content-box-background\" wfd-id=\"147\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160309b397d\" wfd-id=\"143\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-160309b00b4\" data-float=\"1\" wfd-id=\"145\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"146\"><img class=\"tve_image wp-image-7404\" alt=\"\" width=\"64\" height=\"64\" title=\"dog_paw\" data-id=\"7404\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/dog_paw.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16030a08afd\" wfd-id=\"144\"><p>We moved to New York City with our black bulldog rescue, Blakely, in 2007 after graduating from the University of Maryland. Immediately, we realized what a dog-crazy place it was.</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160309f6c04\" wfd-id=\"136\">\n<div class=\"tve-content-box-background\" wfd-id=\"141\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160309b397d\" wfd-id=\"137\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-160309ddca8\" data-float=\"1\" wfd-id=\"139\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"140\"><img class=\"tve_image wp-image-7403\" alt=\"\" width=\"64\" height=\"64\" title=\"dog_house\" data-id=\"7403\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/dog_house.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16030a09626\" wfd-id=\"138\"><p>We knew right away that we wanted to work with the animals that we loved and that had given us so much love since we were little girls. We started PawCity Dog Walking in July of 2010.</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16030975307\" wfd-id=\"130\">\n<div class=\"tve-content-box-background\" wfd-id=\"135\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160309b397d\" wfd-id=\"131\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16030a013d7\" data-float=\"1\" wfd-id=\"133\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"134\"><img class=\"tve_image wp-image-7405\" alt=\"\" width=\"64\" height=\"64\" title=\"spinning_wheel\" data-id=\"7405\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/spinning_wheel.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160309b344b\" wfd-id=\"132\"><p>We cover the entire width of the East Side, from 96th Street to Delancey and handle every type of personality imaginable. At PawCity, we lead lives full of the unconditional love and happiness we receive from the furballs we get to spend time with everyday.</p></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" data-css=\"tve-u-15ec2a56438\" style=\"width: 1603px; left: 0px;\" id=\"getyourcoupon\" wfd-id=\"99\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ec2a5bb35\" wfd-id=\"122\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec2a5540e\" wfd-id=\"100\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ec2a80647\" wfd-id=\"101\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15ec2a9b8a9\" wfd-id=\"121\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ec2a81a9f\" wfd-id=\"102\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2a6f589\" wfd-id=\"117\"><p data-css=\"tve-u-15ec2a6b447\"><span data-css=\"tve-u-15ec2a6d9d8\" style=\"\" wfd-id=\"120\"><strong>Get Your Coupon</strong></span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2aaa9a4\" wfd-id=\"111\"><p data-css=\"tve-u-15ec2ab1d6d\"><span style=\"font-size: 18px;\" data-css=\"tve-u-165bd25b417\" wfd-id=\"115\"><span style=\"font-family: \'Special Elite\';\" data-css=\"tve-u-165bd25ab3b\" wfd-id=\"116\">We strive to keep both you and your pup as happy and comfortable as possible while youâ€™re out earning those big bucks.</span></span></p><p data-css=\"tve-u-15ec2ab1d82\"><br></p><p data-css=\"tve-u-15ec2aa8e2e\"><strong>Get <span data-css=\"tve-u-15ec2aafa24\" style=\"color: rgb(89, 171, 227);\" wfd-id=\"114\">20%</span> off your first walk. Enter your email and we\'ll send you your coupon.</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ec2abe257\" wfd-id=\"103\">\n<div class=\"tve-content-box-background\" wfd-id=\"110\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ec2acb421\" wfd-id=\"104\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-15ec2ac01df\" data-tcb_hover_state_parent=\"false\" data-button-style=\"full_rounded\" data-button-size=\"s\" wfd-id=\"105\">\n<a href=\"\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"106\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-15ebe925072\" wfd-id=\"107\">Get Your Coupon Now</span></span>\n</a>\n</div></div>\n</div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-15ec2b0a32a\" id=\"areaweserve\" wfd-id=\"75\">\n<div class=\"tve-page-section-out\" wfd-id=\"98\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15f76fcb7df\" wfd-id=\"76\"><div class=\"thrv_wrapper thrv-columns\" style=\"\" data-css=\"tve-u-15ee103f44a\" wfd-id=\"77\"><div class=\"tcb-flex-row tcb--cols--2 tcb-medium-wrap\" data-css=\"tve-u-15ec2ae8715\" wfd-id=\"78\"><div class=\"tcb-flex-col c-33\" wfd-id=\"83\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec2b37666\" wfd-id=\"85\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"92\"><p data-css=\"tve-u-15ec2af6c4b\"><span data-css=\"tve-u-15ec2af6c4e\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"97\">area we serve</span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"86\"><p>As a small team of experienced dog owners and lovers, we really get to know you and your dog and we canguarantee consistent and personal care that is equal to your love and attention.</p><p><br></p><p><strong><span data-css=\"tve-u-15ec2afed17\" style=\"color: rgb(89, 171, 227);\" wfd-id=\"91\">We are so excited to make you a part of the family!</span></strong></p></div></div></div><div class=\"tcb-flex-col c-66\" wfd-id=\"79\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec2b33f06\" wfd-id=\"81\"><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-15ec2b3b468\" wfd-id=\"82\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=blakely, united states&amp;t=m&amp;z=11&amp;output=embed&amp;iwloc=near\"></iframe>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" data-css=\"tve-u-15ec2b5d54c\" style=\"width: 1603px; left: 0px;\" id=\"contact\" wfd-id=\"35\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ec2b56fac\" wfd-id=\"74\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec2b54c99\" wfd-id=\"36\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1602b31dfcd\" wfd-id=\"37\"><div class=\"tcb-flex-row tcb-resized tcb-medium-wrap tcb--cols--3\" data-css=\"tve-u-1602b37ce9d\" wfd-id=\"38\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1602be453ec\" style=\"\" wfd-id=\"69\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"71\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-165bd189801\" wfd-id=\"72\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"73\"><img class=\"tve_image wp-image-290\" alt=\"Blackhawk Custom Cerakote\" width=\"751\" height=\"102\" title=\"Logo\" data-id=\"290\" src=\"//bestcerakoteflorida.com/wp-content/uploads/2018/09/Logo.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1602be45437\" style=\"\" wfd-id=\"53\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1602be56dfc\" wfd-id=\"55\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1602bfebaf9\" wfd-id=\"56\">\n<div class=\"tve-content-box-background\" wfd-id=\"68\"></div>\n<div class=\"tve-cb\" wfd-id=\"57\"><div class=\"tcb-clear\" data-css=\"tve-u-1602bf36e2c\" wfd-id=\"65\"><div class=\"thrv_wrapper tve_image_caption tcb-mobile-hidden\" data-css=\"tve-u-1602be7db66\" data-float=\"1\" wfd-id=\"66\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"67\"><img class=\"tve_image wp-image-7369\" alt=\"\" width=\"64\" height=\"64\" title=\"location\" data-id=\"7369\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/location.png\" style=\"width: 100%;\"></span></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1602bf25f10\" wfd-id=\"58\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1602befe215\" wfd-id=\"59\"><p data-css=\"tve-u-1602bfa220e\"><strong><span data-css=\"tve-u-1602b324a9b\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"64\">67 E. 3rd Street</span></strong><span data-css=\"tve-u-1602b324a9c\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"63\"> </span><span data-css=\"tve-u-1602b324ab9\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"62\">Suite B New York, NY 10003</span></p></div></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1602be4545b\" style=\"\" wfd-id=\"39\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"41\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1602bfea280\" wfd-id=\"42\">\n<div class=\"tve-content-box-background\" wfd-id=\"52\"></div>\n<div class=\"tve-cb\" wfd-id=\"43\"><div class=\"tcb-clear\" data-css=\"tve-u-1602bfc4bea\" wfd-id=\"49\"><div class=\"thrv_wrapper tve_image_caption tcb-mobile-hidden\" data-css=\"tve-u-1602bec144e\" data-float=\"1\" wfd-id=\"50\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"51\"><img class=\"tve_image wp-image-7370\" alt=\"\" width=\"64\" height=\"64\" title=\"phone\" data-id=\"7370\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/phone.png\" style=\"width: 100%;\"></span></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1602bfc74c3\" wfd-id=\"44\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1602b332fd9\" data-float=\"1\" wfd-id=\"45\"><p><a href=\"tel:#9548481911\" target=\"_blank\"><strong><span data-css=\"tve-u-1602b324a9b\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"48\">954-848-1911</span></strong></a><br></p></div></div></div>\n</div></div></div></div></div></div>\n</div>'),(3016,294,'tve_revision_tve_has_wistia_popover','0'),(3018,295,'tve_revision_tve_disable_theme_dependency',''),(3019,295,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-165b813034a\" wfd-id=\"262\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ebe5d7b44\" wfd-id=\"288\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ebe51d596\" wfd-id=\"263\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15ec3055cca\" wfd-id=\"264\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized\" data-css=\"tve-u-15ebe8a2edd\" wfd-id=\"265\"><div class=\"tcb-flex-col\" data-css=\"tve-u-165bcef972c\" style=\"\" wfd-id=\"278\"><div class=\"tcb-col\" wfd-id=\"280\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-165bcf40f41\" wfd-id=\"281\"><div class=\"tcb-flex-row tcb--cols--1\" data-css=\"tve-u-165bcf3f4af\" wfd-id=\"282\"><div class=\"tcb-flex-col\" wfd-id=\"283\"><div class=\"tcb-col\" wfd-id=\"285\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-165bcf2cfcd\" wfd-id=\"286\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"287\"><img class=\"tve_image wp-image-290\" alt=\"\" width=\"751\" height=\"102\" title=\"Logo\" data-id=\"290\" src=\"//bestcerakoteflorida.com/wp-content/uploads/2018/09/Logo.png\" style=\"width: 100%;\"></span></div></div></div></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-165bce18a46\" style=\"\" wfd-id=\"266\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec313e743\" data-tcb_hover_state_parent=\"\" wfd-id=\"268\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" wfd-id=\"269\"><p data-css=\"tve-u-15f002fa8f6\"><span data-css=\"tve-u-15f0034f748\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"277\"><a href=\"#whatwedo\">What We Do</a></span>&nbsp; &nbsp; <span data-css=\"tve-u-15f003606db\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"276\"><a href=\"#testimonials\">Testimonials</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f003655f8\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"275\"><a href=\"#aboutus\">About Us</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f00369f5e\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"274\"><a href=\"#getyourcoupon\">Get Your Coupon</a></span>&nbsp; &nbsp; <span data-css=\"tve-u-15f0064f814\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"273\"><a href=\"#areaweserve\">Area We Serve</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f003784ab\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"272\"><a href=\"#contact\">Contact</a></span></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 343px; left: 0px;\" data-css=\"tve-u-15ebe8abb9e\" wfd-id=\"232\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ebe8a4d78\" data-clip-id=\"335f47a4c8f92\" wfd-id=\"261\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-left-335f47a4c8f92\" class=\"decoration-clip clip-path-left\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" pointer-width=\"6\" pointer-height=\"2.5\" style=\"curves\" decoration-type=\"none\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon><ellipse cx=\"0.025\" cy=\"0.029412\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.08823600000000001\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.14706\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.205884\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.264708\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.323532\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.38235600000000003\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.44118\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.500004\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.558828\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.617652\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.676476\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.7353000000000001\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.794124\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.852948\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.911772\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.970596\" rx=\"0.025\" ry=\"0.029412\"></ellipse></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ebe72c974\" wfd-id=\"233\"><div class=\"thrv_wrapper thrv-columns tcb-window-width\" style=\"width: 343px; left: 0px;\" data-css=\"tve-u-15ec318421d\" wfd-id=\"234\"><div class=\"tcb-flex-row tcb--cols--2 v-2\" data-css=\"tve-u-15ebe738fb8\" wfd-id=\"235\"><div class=\"tcb-flex-col\" wfd-id=\"258\"><div class=\"tcb-col\" data-css=\"tve-u-15ebe73226c\" wfd-id=\"260\"></div></div><div class=\"tcb-flex-col\" wfd-id=\"236\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ebe89fb7a\" wfd-id=\"238\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ebe827cb3\" wfd-id=\"239\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15ebe830a90\" data-clip-id=\"bb2526ca261ae\" wfd-id=\"257\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-left-bb2526ca261ae\" class=\"decoration-clip clip-path-left\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"none\" pointer-width=\"5.7\" pointer-height=\"2.5\" style=\"curves\" slanted-angle=\"5\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon><ellipse cx=\"0.025\" cy=\"0.027778\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.083334\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.13889\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.194446\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.250002\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.305558\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.361114\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.41667\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.47222600000000003\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.527782\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.583338\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.638894\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.69445\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.7500060000000001\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.805562\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.861118\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.916674\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.97223\" rx=\"0.025\" ry=\"0.027778\"></ellipse></clipPath><clipPath id=\"clip-tablet-left-bb2526ca261ae\" class=\"decoration-clip clip-path-tablet-left\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"divider\" pointer-width=\"5.7\" pointer-height=\"4\" style=\"curves\" slanted-angle=\"5\"><polygon points=\"0.04 0, 0.04 1, 1 1, 1 0\"></polygon><ellipse cx=\"0.04\" cy=\"0.027778\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.083334\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.13889\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.194446\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.250002\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.305558\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.361114\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.41667\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.47222600000000003\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.527782\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.583338\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.638894\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.69445\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.7500060000000001\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.805562\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.861118\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.916674\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.97223\" rx=\"0.04\" ry=\"0.027778\"></ellipse></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ebe80a9a1\" wfd-id=\"240\"><div class=\"tcb-clear\" data-css=\"tve-u-15ebe8ee6c0\" wfd-id=\"253\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15ebe8edca2\" data-tag=\"h1\" wfd-id=\"254\"><h1 data-css=\"tve-u-15ebe90cfb0\">Happy dogs =<br>â€‹â€‹â€‹â€‹â€‹happâ€‹â€‹â€‹â€‹y owners</h1></div></div><div class=\"tcb-clear\" data-css=\"tve-u-15ec30a8a14\" wfd-id=\"249\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ebe906677\" wfd-id=\"250\"><p data-css=\"tve-u-15ebe905473\">Offer your dog a premium walking experience</p></div></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ebe916c34\" wfd-id=\"241\">\n<div class=\"tve-content-box-background\" wfd-id=\"248\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ec3152b02\" wfd-id=\"242\"><div class=\"thrv_wrapper thrv-button tve_ea_thrive_lightbox\" data-css=\"tve-u-15ebe91a626\" data-tcb_hover_state_parent=\"false\" data-button-style=\"full_rounded\" wfd-id=\"243\">\n<a href=\"#\" class=\"tcb-button-link tve_evt_manager_listen tve_et_click\" data-tcb-events=\"__TCB_EVENT_[{&quot;config&quot;:{&quot;l_anim&quot;:&quot;zoom_in&quot;,&quot;l_id&quot;:265},&quot;a&quot;:&quot;thrive_lightbox&quot;,&quot;t&quot;:&quot;click&quot;}]_TNEVE_BCT__\">\n<span class=\"tcb-button-texts\" wfd-id=\"244\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-165b814869f\" wfd-id=\"245\">Get 10% OFF Your First Cerakote Project</span></span>\n</a>\n</div></div>\n</div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 343px; left: 0px;\" data-css=\"tve-u-15ec3017516\" wfd-id=\"223\">\n<div class=\"tve-page-section-out\" wfd-id=\"231\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ebea3a693\" wfd-id=\"224\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15ebea49c0c\" id=\"whatwedo\" data-tag=\"h1\" wfd-id=\"228\"><h1 data-css=\"tve-u-15ebea42b31\" style=\"text-align: center;\">What We Do</h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2448fdb\" wfd-id=\"225\"><p data-css=\"tve-u-15ec2443105\" style=\"text-align: center;\">Our goal is to make sure the owners are comforted, the pups are exercised and happy and that we are getting our own puppy fixes. But letâ€™s be honest- itâ€™s their world, weâ€™re just living in it! As a small team of experienced dog owners and lovers, we really get to know you and your dog and we canguarantee consistent and personal care that is equal to your love and attention. We are so excited to make you a part of the family!</p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 343px; left: 0px;\" wfd-id=\"188\">\n<div class=\"tve-page-section-out\" wfd-id=\"222\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ee1211b9b\" wfd-id=\"189\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15ee121a6d1\" wfd-id=\"190\"><div class=\"tcb-flex-row tcb--cols--3 tcb-medium-wrap\" data-css=\"tve-u-15ee121fb1c\" wfd-id=\"191\"><div class=\"tcb-flex-col\" wfd-id=\"210\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ee1225fdf\" wfd-id=\"212\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec2477274\" wfd-id=\"220\"><span class=\"tve_image_frame\" wfd-id=\"221\"><img class=\"tve_image wp-image-1596\" alt=\"\" width=\"55\" height=\"73\" title=\"what_do_icon_01\" data-id=\"1596\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_01.png\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"219\"><p data-css=\"tve-u-15ec2481d17\"><strong>First Class Care</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"216\"><p data-css=\"tve-u-15ec2487407\">all the best for them</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2492191\" wfd-id=\"213\"><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"200\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ee1232726\" wfd-id=\"202\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec24ae116\" wfd-id=\"208\"><span class=\"tve_image_frame\" wfd-id=\"209\"><img class=\"tve_image wp-image-1597\" alt=\"\" width=\"73\" height=\"73\" title=\"what_do_icon_02\" data-id=\"1597\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_02.png\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"207\"><p data-css=\"tve-u-15ec2481d17\"><strong>Snacks Included</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"206\"><p data-css=\"tve-u-15ec2487407\">for your little one</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec3192f72\" wfd-id=\"203\"><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"192\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ee1237243\" wfd-id=\"194\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec24d5e15\" wfd-id=\"198\"><span class=\"tve_image_frame\" wfd-id=\"199\"><img class=\"tve_image wp-image-1598\" alt=\"\" width=\"65\" height=\"73\" title=\"what_do_icon_03\" data-id=\"1598\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_03.png\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"197\"><p data-css=\"tve-u-15ec2481d17\"><strong>Regularly walks</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"196\"><p data-css=\"tve-u-15ec2487407\">to keep them ealthy</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2492191\" wfd-id=\"195\"><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris.</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-15ec24f494c\" id=\"testimonials\" style=\"\" wfd-id=\"162\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ec24f97c0\" wfd-id=\"187\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec24f790d\" wfd-id=\"163\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15ec254985a\" style=\"\" wfd-id=\"164\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-15ec253a41f\" wfd-id=\"165\"><div class=\"tcb-flex-col\" wfd-id=\"169\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec253ef3a\" style=\"\" wfd-id=\"171\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec256e611\" style=\"\" wfd-id=\"178\"><p data-css=\"tve-u-15ec25610c7\"><span data-css=\"tve-u-15ec268a0a3\" style=\"font-size: 45px; color: rgb(89, 171, 227);\" wfd-id=\"185\"><span data-css=\"tve-u-15ec26760e9\" style=\"font-family: ABeeZee;\" wfd-id=\"186\">â€</span></span><span data-css=\"tve-u-15ec256b908\" style=\"font-family: &quot;Amatic SC&quot;;\" wfd-id=\"184\">&nbsp; &nbsp; &nbsp;</span><span data-css=\"tve-u-15ec2680494\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"182\"><span data-css=\"tve-u-15ec269379d\" style=\"font-size: 45px;\" wfd-id=\"183\">my chester enjoys being with them!</span> &nbsp; &nbsp;&nbsp;</span><span data-css=\"tve-u-15ec255fe12\" style=\"font-family: ABeeZee; font-weight: 400; color: rgb(89, 171, 227); font-size: 45px;\" wfd-id=\"181\">â€</span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2698d8d\" wfd-id=\"173\"><p data-css=\"tve-u-160266880a0\">We LOVE going for walks with our friends at Paw! Donâ€™t tell our mom &amp; dad,but we get really excited when they leave for work because we know it wonâ€™t be long before we get a visit from one of our favorite friends at PawCity! Best part is, they always let our parents know how ourwalk went right away so they dont have to worry about us!</p><p data-css=\"tve-u-15ec269736c\">We love you PawCity!! xoxo</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec26ab7b0\" style=\"\" wfd-id=\"172\"><p data-css=\"tve-u-15ec26a92a2\"><strong>Anna Olson</strong>, Chesterâ€™s Mom</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"166\"><div class=\"tcb-col\" wfd-id=\"168\"></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 343px; left: 0px;\" data-css=\"tve-u-15ec26c390a\" id=\"aboutus\" wfd-id=\"153\">\n<div class=\"tve-page-section-out\" wfd-id=\"161\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec26b9914\" wfd-id=\"154\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15ee1037a1d\" data-tag=\"h1\" wfd-id=\"158\"><h1 data-css=\"tve-u-15ec26bd2e8\">About us</h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec31ba260\" wfd-id=\"155\"><p data-css=\"tve-u-15ec2443105\" style=\"text-align: center;\">At PawCity, we lead lives full of the unconditional love and happiness we receive from the furballs we get to spend time with everyday and we have this beautiful city and all the beautiful people in it to thank. We love you and your pups!!</p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 343px; left: 0px;\" data-css=\"tve-u-15ec26ec232\" wfd-id=\"116\">\n<div class=\"tve-page-section-out\" wfd-id=\"152\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec26e5812\" wfd-id=\"117\"><div class=\"thrv_wrapper thrv-columns tcb-window-width\" style=\"width: 343px; left: -1px;\" data-css=\"tve-u-15ee106257d\" wfd-id=\"118\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2\" data-css=\"tve-u-15ec26fee25\" wfd-id=\"119\"><div class=\"tcb-flex-col c-33\" wfd-id=\"147\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec2a38bfd\" wfd-id=\"149\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec2a33d71\" wfd-id=\"150\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"151\"><img class=\"tve_image wp-image-7399\" alt=\"\" width=\"830\" height=\"775\" title=\"about_us_dog\" data-id=\"7399\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/about_us_dog.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col c-66\" wfd-id=\"120\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec27075e1\" wfd-id=\"122\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160309f3e5d\" wfd-id=\"139\">\n<div class=\"tve-content-box-background\" wfd-id=\"146\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160309b397d\" wfd-id=\"140\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-160309b00b4\" data-float=\"1\" wfd-id=\"144\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"145\"><img class=\"tve_image wp-image-7404\" alt=\"\" width=\"64\" height=\"64\" title=\"dog_paw\" data-id=\"7404\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/dog_paw.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16030a08afd\" wfd-id=\"141\"><p>We moved to New York City with our black bulldog rescue, Blakely, in 2007 after graduating from the University of Maryland. Immediately, we realized what a dog-crazy place it was.</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160309f6c04\" wfd-id=\"131\">\n<div class=\"tve-content-box-background\" wfd-id=\"138\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160309b397d\" wfd-id=\"132\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-160309ddca8\" data-float=\"1\" wfd-id=\"136\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"137\"><img class=\"tve_image wp-image-7403\" alt=\"\" width=\"64\" height=\"64\" title=\"dog_house\" data-id=\"7403\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/dog_house.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16030a09626\" wfd-id=\"133\"><p>We knew right away that we wanted to work with the animals that we loved and that had given us so much love since we were little girls. We started PawCity Dog Walking in July of 2010.</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16030975307\" wfd-id=\"123\">\n<div class=\"tve-content-box-background\" wfd-id=\"130\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160309b397d\" wfd-id=\"124\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16030a013d7\" data-float=\"1\" wfd-id=\"128\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"129\"><img class=\"tve_image wp-image-7405\" alt=\"\" width=\"64\" height=\"64\" title=\"spinning_wheel\" data-id=\"7405\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/spinning_wheel.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160309b344b\" wfd-id=\"125\"><p>We cover the entire width of the East Side, from 96th Street to Delancey and handle every type of personality imaginable. At PawCity, we lead lives full of the unconditional love and happiness we receive from the furballs we get to spend time with everyday.</p></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" data-css=\"tve-u-15ec2a56438\" style=\"width: 343px; left: 0px;\" id=\"getyourcoupon\" wfd-id=\"92\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ec2a5bb35\" wfd-id=\"115\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec2a5540e\" wfd-id=\"93\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ec2a80647\" wfd-id=\"94\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15ec2a9b8a9\" wfd-id=\"114\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ec2a81a9f\" wfd-id=\"95\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2a6f589\" wfd-id=\"110\"><p data-css=\"tve-u-15ec2a6b447\"><span data-css=\"tve-u-15ec2a6d9d8\" style=\"\" wfd-id=\"113\"><strong>Get Your Coupon</strong></span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2aaa9a4\" wfd-id=\"104\"><p data-css=\"tve-u-15ec2ab1d6d\"><span style=\"font-size: 18px;\" data-css=\"tve-u-165bd25b417\" wfd-id=\"108\"><span style=\"font-family: \'Special Elite\';\" data-css=\"tve-u-165bd25ab3b\" wfd-id=\"109\">We strive to keep both you and your pup as happy and comfortable as possible while youâ€™re out earning those big bucks.</span></span></p><p data-css=\"tve-u-15ec2ab1d82\"><br></p><p data-css=\"tve-u-15ec2aa8e2e\"><strong>Get <span data-css=\"tve-u-15ec2aafa24\" style=\"color: rgb(89, 171, 227);\" wfd-id=\"107\">20%</span> off your first walk. Enter your email and we\'ll send you your coupon.</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ec2abe257\" wfd-id=\"96\">\n<div class=\"tve-content-box-background\" wfd-id=\"103\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ec2acb421\" wfd-id=\"97\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-15ec2ac01df\" data-tcb_hover_state_parent=\"false\" data-button-style=\"full_rounded\" data-button-size=\"s\" wfd-id=\"98\">\n<a href=\"\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"99\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-15ebe925072\" wfd-id=\"100\">Get Your Coupon Now</span></span>\n</a>\n</div></div>\n</div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-15ec2b0a32a\" id=\"areaweserve\" wfd-id=\"68\">\n<div class=\"tve-page-section-out\" wfd-id=\"91\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15f76fcb7df\" wfd-id=\"69\"><div class=\"thrv_wrapper thrv-columns\" style=\"\" data-css=\"tve-u-15ee103f44a\" wfd-id=\"70\"><div class=\"tcb-flex-row tcb--cols--2 tcb-medium-wrap\" data-css=\"tve-u-15ec2ae8715\" wfd-id=\"71\"><div class=\"tcb-flex-col c-33\" wfd-id=\"76\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec2b37666\" wfd-id=\"78\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"85\"><p data-css=\"tve-u-15ec2af6c4b\"><span data-css=\"tve-u-15ec2af6c4e\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"90\">area we serve</span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"79\"><p>As a small team of experienced dog owners and lovers, we really get to know you and your dog and we canguarantee consistent and personal care that is equal to your love and attention.</p><p><br></p><p><strong><span data-css=\"tve-u-15ec2afed17\" style=\"color: rgb(89, 171, 227);\" wfd-id=\"84\">We are so excited to make you a part of the family!</span></strong></p></div></div></div><div class=\"tcb-flex-col c-66\" wfd-id=\"72\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec2b33f06\" wfd-id=\"74\"><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-15ec2b3b468\" wfd-id=\"75\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=blakely, united states&amp;t=m&amp;z=11&amp;output=embed&amp;iwloc=near\"></iframe>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" data-css=\"tve-u-15ec2b5d54c\" style=\"width: 343px; left: 0px;\" id=\"contact\" wfd-id=\"30\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ec2b56fac\" wfd-id=\"67\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec2b54c99\" wfd-id=\"31\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1602b31dfcd\" wfd-id=\"32\"><div class=\"tcb-flex-row tcb-resized tcb-medium-wrap tcb--cols--3\" data-css=\"tve-u-1602b37ce9d\" wfd-id=\"33\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1602be453ec\" style=\"\" wfd-id=\"62\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"64\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-165bd189801\" wfd-id=\"65\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"66\"><img class=\"tve_image wp-image-290\" alt=\"Blackhawk Custom Cerakote\" width=\"751\" height=\"102\" title=\"Logo\" data-id=\"290\" src=\"//bestcerakoteflorida.com/wp-content/uploads/2018/09/Logo.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1602be45437\" style=\"\" wfd-id=\"47\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1602be56dfc\" wfd-id=\"49\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1602bfebaf9\" wfd-id=\"50\">\n<div class=\"tve-content-box-background\" wfd-id=\"61\"></div>\n<div class=\"tve-cb\" wfd-id=\"51\"><div class=\"tcb-clear\" data-css=\"tve-u-1602bf36e2c\" wfd-id=\"59\"><div class=\"thrv_wrapper tve_image_caption tcb-mobile-hidden\" data-css=\"tve-u-1602be7db66\" data-float=\"1\" wfd-id=\"60\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-7369\" alt=\"\" width=\"64\" height=\"64\" title=\"location\" data-id=\"7369\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/location.png\" style=\"width: 100%;\"></span></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1602bf25f10\" wfd-id=\"52\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1602befe215\" wfd-id=\"53\"><p data-css=\"tve-u-1602bfa220e\"><strong><span data-css=\"tve-u-1602b324a9b\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"58\">67 E. 3rd Street</span></strong><span data-css=\"tve-u-1602b324a9c\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"57\"> </span><span data-css=\"tve-u-1602b324ab9\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"56\">Suite B New York, NY 10003</span></p></div></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1602be4545b\" style=\"\" wfd-id=\"34\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"36\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1602bfea280\" wfd-id=\"37\">\n<div class=\"tve-content-box-background\" wfd-id=\"46\"></div>\n<div class=\"tve-cb\" wfd-id=\"38\"><div class=\"tcb-clear\" data-css=\"tve-u-1602bfc4bea\" wfd-id=\"44\"><div class=\"thrv_wrapper tve_image_caption tcb-mobile-hidden\" data-css=\"tve-u-1602bec144e\" data-float=\"1\" wfd-id=\"45\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-7370\" alt=\"\" width=\"64\" height=\"64\" title=\"phone\" data-id=\"7370\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/phone.png\" style=\"width: 100%;\"></span></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1602bfc74c3\" wfd-id=\"39\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1602b332fd9\" data-float=\"1\" wfd-id=\"40\"><p><a href=\"tel:#9548481911\" target=\"_blank\"><strong><span data-css=\"tve-u-1602b324a9b\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"43\">954-848-1911</span></strong></a><br></p></div></div></div>\n</div></div></div></div></div></div>\n</div>'),(3020,295,'tve_revision_tve_content_more_found',''),(3021,295,'tve_revision_tve_save_post',''),(3022,295,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Special+Elite:400&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Montserrat:400,200,300&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Amatic+SC:400&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=ABeeZee:400&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-160309b397d\"]::after { clear: both; }[data-css=\"tve-u-160309b344b\"] { position: relative !important; margin-left: 100px !important; }[data-css=\"tve-u-160309b00b4\"] + div { clear: none; }[data-css=\"tve-u-160309b00b4\"] { float: none; width: 60px; position: absolute; margin-bottom: 0px !important; margin-top: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-16030975307\"] { max-width: 75%; margin-left: 80px !important; }[data-css=\"tve-u-1602bfa220e\"] { line-height: 1.85em !important; }[data-css=\"tve-u-1602be7db66\"] { float: left; width: 40px; z-index: 3; position: relative; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1602be56dfc\"]::after { clear: both; }[data-css=\"tve-u-1602be4545b\"] { max-width: 25%; }[data-css=\"tve-u-1602be45437\"] { max-width: 36.4%; }[data-css=\"tve-u-1602be453ec\"] { max-width: 38.6%; }[data-css=\"tve-u-1602b37ce9d\"] > .tcb-flex-col > .tcb-col { justify-content: center; }[data-css=\"tve-u-1602b332fd9\"] { max-width: 264px; position: relative; float: right; z-index: 3; width: 100%; padding-left: 1px !important; margin-top: 1px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1602b324a9c\"] { color: rgb(74, 163, 223) !important; }[data-css=\"tve-u-1602b324a9b\"] { color: rgb(74, 163, 223) !important; }[data-css=\"tve-u-1602b31dfcd\"] { max-width: 1296px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15f76fcb7df\"] { max-width: 100%; }[data-css=\"tve-u-15f0064f814\"] { color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-15ec313e743\"]:hover p, #tve_editor [data-css=\"tve-u-15ec313e743\"]:hover li, #tve_editor [data-css=\"tve-u-15ec313e743\"]:hover blockquote, #tve_editor [data-css=\"tve-u-15ec313e743\"]:hover address { color: rgb(89, 171, 227); }[data-css=\"tve-u-15f003784ab\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15f00369f5e\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15f003655f8\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15f003606db\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15f0034f748\"] { color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-15f002fa8f6\"] { color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-15ec313e743\"] p, #tve_editor [data-css=\"tve-u-15ec313e743\"] li, #tve_editor [data-css=\"tve-u-15ec313e743\"] blockquote, #tve_editor [data-css=\"tve-u-15ec313e743\"] address { font-size: 16px; }[data-css=\"tve-u-15ec313e743\"] { text-align: center; padding-left: 0px !important; margin-left: 0px !important; margin-right: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-15ee121fb1c\"] .tcb-flex-col { flex-basis: 285px !important; }[data-css=\"tve-u-15ec30a8a14\"]::after { clear: both; }#tve_editor [data-css=\"tve-u-15ebe90cfb0\"] { font-size: 96px !important; }[data-css=\"tve-u-15ee1237243\"] { box-shadow: rgba(73, 137, 181, 0.15) -3px 7px 69px 10px; }[data-css=\"tve-u-15ee1232726\"] { box-shadow: rgba(73, 137, 181, 0.15) -3px 7px 69px 10px; }[data-css=\"tve-u-15ee121fb1c\"] > .tcb-flex-col > .tcb-col { min-height: 503px; }[data-css=\"tve-u-15ee1225fdf\"] { box-shadow: rgba(73, 137, 181, 0.15) -3px 7px 69px 10px; }[data-css=\"tve-u-15ee121fb1c\"] { margin-left: -60px; min-height: inherit; }[data-css=\"tve-u-15ee121fb1c\"] > .tcb-flex-col { padding-left: 60px; }[data-css=\"tve-u-15ee121a6d1\"] { float: none; max-width: 1296px; text-align: center; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ee1211b9b\"] { max-width: 1603px; text-align: center; }[data-css=\"tve-u-15ec26fee25\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-15ee106257d\"] { max-width: 100%; }[data-css=\"tve-u-15ec3055cca\"] { max-width: 1370px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ee103f44a\"] { float: none; max-width: 1296px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ee1037a1d\"] { float: none; max-width: 1296px; margin-left: auto !important; margin-right: auto !important; }#tve_editor [data-css=\"tve-u-15ec2ac01df\"]:hover .tcb-button-link { box-shadow: none !important; background-color: rgba(255, 255, 255, 0.91) !important; background-image: none !important; border-radius: 13px !important; overflow: hidden !important; }#tve_editor [data-css=\"tve-u-15ebe91a626\"]:hover .tcb-button-link { box-shadow: rgba(73, 137, 181, 0.25) -3px 7px 73px 18px; border: 0px dashed rgb(255, 255, 255); background-color: rgb(149, 250, 201) !important; font-weight: normal !important; background-image: none !important; }[data-css=\"tve-u-15ebe8a2edd\"] > .tcb-flex-col > .tcb-col { justify-content: center; }[data-css=\"tve-u-15ec3017516\"] { margin-top: 60px !important; padding-bottom: 50px !important; }[data-css=\"tve-u-15ec2b5d54c\"] { margin-top: 83px !important; }[data-css=\"tve-u-15ec2b56fac\"] { opacity: 1; filter: grayscale(0%) blur(0px); background-image: linear-gradient(rgb(0, 0, 0), rgb(0, 0, 0)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-15ec2b54c99\"] { max-width: 1586px; min-height: 100px !important; }[data-css=\"tve-u-15ec2b3b468\"] { box-shadow: rgba(89, 171, 227, 0.15) -3px 7px 69px 10px; margin-top: 0px !important; margin-bottom: 0px !important; margin-left: 38px !important; }[data-css=\"tve-u-15ec2b37666\"] { margin-top: 114px !important; }[data-css=\"tve-u-15ec2b33f06\"] { padding-left: 0px !important; }[data-css=\"tve-u-15ec2b0a32a\"] { margin-top: 70px !important; }[data-css=\"tve-u-15ec2ae8715\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-15ec2afed17\"] { color: rgb(89, 171, 227) !important; }[data-css=\"tve-u-15ec2ae8715\"] { float: none; max-width: 1453px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2acb421\"] { min-height: 162px; }[data-css=\"tve-u-15ec2aafa24\"] { color: rgb(89, 171, 227) !important; }[data-css=\"tve-u-15ec2aaa9a4\"] { float: none; max-width: 1440px; margin-left: auto !important; margin-right: auto !important; margin-top: 25px !important; }#tve_editor [data-css=\"tve-u-15ec2aa8e2e\"] { letter-spacing: 1px; color: rgb(255, 255, 255) !important; font-size: 20px !important; }[data-css=\"tve-u-15ec2a9b8a9\"] { border: 1px solid rgb(89, 171, 227) !important; }[data-css=\"tve-u-15ec2a81a9f\"] { min-height: 162px; }[data-css=\"tve-u-15ec2a80647\"] { float: none; max-width: 97%; margin-left: auto !important; margin-right: auto !important; margin-top: 55px !important; }[data-css=\"tve-u-15ec2a6f589\"] { float: none; max-width: 1440px; margin-top: 55px !important; margin-left: auto !important; margin-right: auto !important; }#tve_editor [data-css=\"tve-u-15ec2a6b447\"] { color: rgb(255, 255, 255) !important; font-size: 45px !important; font-family: \"Special Elite\" !important; font-weight: 400 !important; }[data-css=\"tve-u-15ec2a5bb35\"] { background-image: linear-gradient(rgba(28, 54, 85, 0.5), rgba(28, 54, 85, 0.5)), url(\"https://bestcerakoteflorida.com/wp-content/uploads/2018/05/FTYS6743-1024x683.jpg\") !important; background-size: auto, cover !important; background-position: 0px 0px, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-15ec2a56438\"] { margin-top: 69px !important; }[data-css=\"tve-u-15ec2a5540e\"] { max-width: 100%; text-align: center; min-height: 561px !important; }[data-css=\"tve-u-15ec2a38bfd\"] { margin-right: 0px !important; padding-right: 0px !important; margin-left: 0px !important; }[data-css=\"tve-u-15ec2a33d71\"] { width: 830px; position: relative; top: 0px; left: 40px; z-index: 7; float: none; padding-right: 0px !important; padding-left: 0px !important; }[data-css=\"tve-u-15ec27075e1\"] { border-left: 2px dashed rgb(232, 238, 241); border-top: 1px solid rgb(232, 238, 241); border-bottom: 1px solid rgb(232, 238, 241); }[data-css=\"tve-u-15ec26fee25\"] > .tcb-flex-col > .tcb-col { min-height: 612px; }[data-css=\"tve-u-15ec26fee25\"] { min-height: inherit; margin-left: 0px; padding-top: 0px !important; padding-bottom: 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-15ec26ec232\"] { margin-top: 66px !important; }[data-css=\"tve-u-15ec26e5812\"] { max-width: 100%; min-height: 586px !important; }[data-css=\"tve-u-15ec26c390a\"] { margin-top: 60px !important; }#tve_editor [data-css=\"tve-u-15ec26bd2e8\"] { color: rgb(24, 45, 60) !important; font-size: 70px !important; }[data-css=\"tve-u-15ec26b9914\"] { max-width: 1434px; text-align: center; }[data-css=\"tve-u-15ec26ab7b0\"] { margin-top: 67px !important; }#tve_editor [data-css=\"tve-u-15ec26a92a2\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15ec2698d8d\"] { float: none; max-width: 600px; margin-left: auto !important; margin-right: auto !important; margin-top: 30px !important; }#tve_editor [data-css=\"tve-u-15ec269736c\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15ec269379d\"] { font-size: 45px !important; }[data-css=\"tve-u-15ec268a0a3\"] { font-size: 45px !important; color: rgb(89, 171, 227) !important; }[data-css=\"tve-u-15ec256e611\"] { margin-top: 0px !important; }#tve_editor [data-css=\"tve-u-15ec25610c7\"] { font-size: 40px !important; color: rgb(89, 171, 227) !important; }[data-css=\"tve-u-15ec255fe12\"] { font-family: ABeeZee !important; font-weight: 400 !important; color: rgb(89, 171, 227) !important; font-size: 45px !important; }[data-css=\"tve-u-15ec254985a\"] { margin-right: 0px !important; }[data-css=\"tve-u-15ec253ef3a\"] { text-align: center; background-image: linear-gradient(rgba(24, 45, 60, 0.95), rgba(24, 45, 60, 0.95)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; margin-top: 0px !important; padding-top: 130px !important; padding-bottom: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-15ec253a41f\"] > .tcb-flex-col > .tcb-col { min-height: 661px; }[data-css=\"tve-u-15ec253a41f\"] { min-height: inherit; float: none; max-width: 1474px; z-index: 3; position: relative; padding-top: 0px !important; padding-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; padding-right: 0px !important; }[data-css=\"tve-u-15ec24f97c0\"] { background-image: linear-gradient(rgba(42, 51, 68, 0.1), rgba(42, 51, 68, 0.1)), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/testimonial_bg.jpg\") !important; background-size: auto, cover !important; background-position: 0px 0px, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-15ec24f790d\"] { min-height: 661px !important; }[data-css=\"tve-u-15ec24f494c\"] { margin-top: 60px !important; }[data-css=\"tve-u-15ec24d5e15\"] + div { clear: none; }[data-css=\"tve-u-15ec24d5e15\"] { float: none; width: 65px; margin-left: auto !important; margin-right: auto !important; margin-top: 40px !important; }[data-css=\"tve-u-15ec24ae116\"] + div { clear: none; }[data-css=\"tve-u-15ec24ae116\"] { float: none; width: 73px; margin-left: auto !important; margin-right: auto !important; margin-top: 40px !important; }[data-css=\"tve-u-15ec249b3f6\"] { line-height: 1.9em !important; }[data-css=\"tve-u-15ec2492191\"] { margin-left: 25px !important; margin-right: 25px !important; margin-top: 25px !important; }#tve_editor [data-css=\"tve-u-15ec2487407\"] { text-transform: uppercase !important; color: rgb(135, 156, 171) !important; font-size: 17px !important; }#tve_editor [data-css=\"tve-u-15ec2481d17\"] { font-size: 20px !important; }[data-css=\"tve-u-15ec2477274\"] + div { clear: none; }[data-css=\"tve-u-15ec2477274\"] { float: none; width: 55px; margin-left: auto !important; margin-right: auto !important; margin-top: 40px !important; }[data-css=\"tve-u-15ec2448fdb\"] { float: none; max-width: 1296px; margin-top: 10px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2443105\"] { line-height: 1.8em !important; }[data-css=\"tve-u-15ebea49c0c\"] { float: none; max-width: 1440px; margin-left: auto !important; margin-right: auto !important; margin-top: 0px !important; }#tve_editor [data-css=\"tve-u-15ebea42b31\"] { color: rgb(24, 45, 60) !important; font-size: 70px !important; }[data-css=\"tve-u-15ebea3a693\"] { max-width: 1434px; }#tve_editor [data-css=\"tve-u-15ebe925072\"] { font-family: \"Special Elite\" !important; letter-spacing: 0px; font-weight: 400 !important; font-size: 20px !important; color: rgb(24, 45, 60) !important; }[data-css=\"tve-u-15ebe91a626\"] { display: block; max-width: 423px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ebe91a626\"] .tcb-button-link { border-radius: 200px; min-height: 67.1429px; font-size: 1.6em; padding-top: 0px; padding-bottom: 0px; border: 1px solid rgb(0, 0, 0); box-shadow: rgba(0, 0, 0, 0.4) 0px 3px 8px 1px; background-color: rgb(255, 255, 255) !important; padding-left: 15px !important; background-image: none !important; }[data-css=\"tve-u-15ebe916c34\"] { float: none; z-index: 3; position: relative; width: 100%; max-width: 733px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ebe90cfb0\"] { line-height: 1.1em !important; }[data-css=\"tve-u-15ebe906677\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 669px; margin-left: 50px !important; margin-top: 40px !important; }#tve_editor [data-css=\"tve-u-15ebe905473\"] { font-size: 22px !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15ebe8ee6c0\"]::after { clear: both; }[data-css=\"tve-u-15ebe8edca2\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 722px; padding-left: 0px !important; margin-left: 50px !important; margin-top: 104px !important; }[data-css=\"tve-u-15ebe8abb9e\"] { padding: 0px !important; }[data-css=\"tve-u-15ebe8a4d78\"] { clip-path: url(\"#clip-left-335f47a4c8f92\"); -webkit-clip-path: url(\"#clip-left-335f47a4c8f92\");  }[data-css=\"tve-u-15ebe8a2edd\"] { padding-bottom: 15px !important; padding-top: 15px !important; }[data-css=\"tve-u-15ebe89fb7a\"] { margin-left: -35px !important; }[data-css=\"tve-u-15ebe830a90\"] { clip-path: url(\"#clip-left-bb2526ca261ae\"); -webkit-clip-path: url(\"#clip-left-bb2526ca261ae\");  background-image: linear-gradient(rgb(89, 171, 227), rgb(89, 171, 227)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-15ebe827cb3\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 0px !important; }[data-css=\"tve-u-15ebe80a9a1\"] { min-height: 729px; }[data-css=\"tve-u-15ebe738fb8\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-15ebe738fb8\"] > .tcb-flex-col > .tcb-col { min-height: 729px; }[data-css=\"tve-u-15ebe738fb8\"] { min-height: inherit; margin-left: 0px; padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-15ebe73226c\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/header_image-1.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-15ebe72c974\"] { max-width: 1620px; }[data-css=\"tve-u-15ebe5d7b44\"] { background-image: linear-gradient(rgb(0, 0, 0), rgb(0, 0, 0)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-15ebe51d596\"] { max-width: 100%; min-height: 7px !important; }#tcb_landing_page h3 { font-family: Montserrat; font-weight: 200; font-size: 20px; color: rgb(24, 45, 60); }#tcb_landing_page h2 { font-family: \"Amatic SC\"; font-weight: 400; font-size: 70px; color: rgb(24, 45, 60); }#tcb_landing_page h1 { font-family: \"Amatic SC\"; font-weight: 400; font-size: 96px; color: rgb(255, 255, 255); }#tcb_landing_page p, #tcb_landing_page li { font-family: Montserrat; font-weight: 200; color: rgb(24, 45, 60); font-size: 18px; line-height: 1.667em; }[data-css=\"tve-u-15e09c94f7d\"] { background-color: rgb(255, 255, 255); }[data-css=\"tve-u-15ec256b908\"] { font-family: \"Amatic SC\" !important; font-weight: 400 !important; }[data-css=\"tve-u-15ec26760e9\"] { font-family: ABeeZee !important; font-weight: 400 !important; }[data-css=\"tve-u-15ec2680494\"] { font-family: \"Amatic SC\" !important; font-weight: 400 !important; }#tve_editor [data-css=\"tve-u-15ec2ab1d6d\"] { letter-spacing: 1px; color: rgb(255, 255, 255) !important; font-size: 20px !important; }#tve_editor [data-css=\"tve-u-15ec2ab1d82\"] { letter-spacing: 1px; color: rgb(255, 255, 255) !important; font-size: 20px !important; }[data-css=\"tve-u-15ec2abe257\"] { float: none; z-index: 3; position: relative; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2ac01df\"] { display: block; max-width: 306px; float: none; margin-left: auto !important; margin-right: auto !important; width: 306px; }[data-css=\"tve-u-15ec2ac01df\"] .tcb-button-link { border-radius: 13px; min-height: 67.1429px; font-size: 1.6em; padding: 12px 15px; background-color: rgb(255, 255, 255) !important; background-image: none !important; overflow: hidden; }#tve_editor [data-css=\"tve-u-15ec2af6c4b\"] { color: rgb(24, 45, 60) !important; font-size: 70px !important; }[data-css=\"tve-u-15ec2af6c4e\"] { font-family: \"Amatic SC\" !important; font-weight: 400 !important; }[data-css=\"tve-u-15ec3192f72\"] { margin-left: 25px !important; margin-right: 25px !important; margin-top: 25px !important; }[data-css=\"tve-u-15ec31ba260\"] { float: none; max-width: 1296px; margin-top: 10px !important; margin-left: auto !important; margin-right: auto !important; }#tcb_landing_page a:hover:not(.tcb-button-link) { color: rgb(89, 171, 227); }#tcb_landing_page .tve-state-hovera:not(.tcb-button-link) { color: rgb(89, 171, 227); }#tve_editor [data-css=\"tve-u-160266880a0\"] { color: rgb(255, 255, 255) !important; font-family: Montserrat !important; }[data-css=\"tve-u-1602b324ab9\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1602bec144e\"] { width: 36px; float: left; z-index: 3; position: static; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1602befe215\"] { max-width: 386px; position: relative !important; padding-left: 1px !important; margin-top: 0px !important; margin-left: 50px !important; }[data-css=\"tve-u-160309ddca8\"] + div { clear: none; }[data-css=\"tve-u-160309ddca8\"] { float: none; width: 60px; position: absolute; margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-160309f3e5d\"] { max-width: 75%; margin-left: 80px !important; margin-top: 60px !important; margin-bottom: 40px !important; }[data-css=\"tve-u-160309f6c04\"] { max-width: 75%; margin-left: 80px !important; margin-top: 60px !important; margin-bottom: 80px !important; }[data-css=\"tve-u-16030a013d7\"] + div { clear: none; }[data-css=\"tve-u-16030a013d7\"] { float: none; width: 60px; position: absolute; margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-16030a08afd\"] { position: relative !important; margin-left: 100px !important; }[data-css=\"tve-u-16030a09626\"] { position: relative !important; margin-left: 100px !important; }#tcb_landing_page a.tve-state-hover:not(.tcb-button-link) { color: rgb(89, 171, 227); }[data-css=\"tve-u-165b813034a\"] { border-bottom: 1px solid rgb(255, 255, 255); padding: 0px !important; }#tve_editor [data-css=\"tve-u-165b814869f\"] { font-family: Montserrat; letter-spacing: 0px; font-weight: 400; font-size: 18px !important; color: rgb(24, 45, 60) !important; text-transform: capitalize !important; }[data-css=\"tve-u-165bce18a46\"] { max-width: 73.7%; }[data-css=\"tve-u-165b813034a\"] .tve-page-section-in { display: block; }[data-css=\"tve-u-165bcef972c\"] { max-width: 26.3%; }[data-css=\"tve-u-165bcf2cfcd\"] { width: 335px; }[data-css=\"tve-u-165bcf3f4af\"] { padding-bottom: 0px !important; padding-top: 0px !important; }[data-css=\"tve-u-165bcf40f41\"] { float: none; width: 100%; margin: 0px auto !important; }[data-css=\"tve-u-15ec3152b02\"] { text-align: center; }[data-css=\"tve-u-165bd189801\"] { width: 366px; }[data-css=\"tve-u-165bd25ab3b\"] { font-family: \"Special Elite\" !important; }[data-css=\"tve-u-165bd25b417\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-15ec2ac01df\"] .tcb-button-link { line-height: 1.2em; font-size: 18px; font-family: \"Special Elite\"; font-weight: 400; }}@media (max-width: 1023px){[data-css=\"tve-u-1602b332fd9\"] { float: none; max-width: 121px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1602befe215\"] { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1602b37ce9d\"] .tcb-flex-col { flex-basis: 420px !important; }[data-css=\"tve-u-1602bec144e\"] { float: none; z-index: 3; position: relative; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1602be7db66\"] { float: none; z-index: 3; position: relative; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2a38bfd\"] { text-align: left; }[data-css=\"tve-u-15ec27075e1\"] { margin-top: 0px !important; }[data-css=\"tve-u-15ee1237243\"] { margin-top: 52px !important; }[data-css=\"tve-u-15ee121a6d1\"] { margin-left: 33px !important; margin-right: 33px !important; }[data-css=\"tve-u-15ebe51d596\"] { text-align: left; }[data-css=\"tve-u-15ec2b54c99\"] { text-align: left; }[data-css=\"tve-u-15ec2b3b468\"] { margin-left: 0px !important; margin-top: 20px !important; }[data-css=\"tve-u-15ec2b37666\"] { margin-top: 0px !important; }[data-css=\"tve-u-15ec2a80647\"] { margin-top: 0px !important; padding-left: 10px !important; padding-right: 10px !important; }[data-css=\"tve-u-15ec2a5540e\"] { max-width: 720px; }[data-css=\"tve-u-15ec2a33d71\"] { width: 395px; float: none; z-index: 3; position: relative; margin: 80px auto 0px !important; }[data-css=\"tve-u-15ec26b9914\"] { max-width: 720px; }[data-css=\"tve-u-15ec253ef3a\"] { padding: 25px 10px !important; }[data-css=\"tve-u-15ebea3a693\"] { max-width: 720px; }[data-css=\"tve-u-15ec30a8a14\"]::after { clear: both; }[data-css=\"tve-u-15ebe916c34\"] { max-width: 376px; }[data-css=\"tve-u-15ebe8a2edd\"] > .tcb-flex-col > .tcb-col { justify-content: center; min-height: 91px; }[data-css=\"tve-u-15ec3055cca\"] { text-align: center; margin-top: 0px !important; }[data-css=\"tve-u-15ebe8a2edd\"] { min-height: inherit; float: none; max-width: 100%; padding-top: 0px !important; padding-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ebe830a90\"] { clip-path: url(\"#clip-tablet-left-bb2526ca261ae\"); -webkit-clip-path: url(\"#clip-tablet-left-bb2526ca261ae\");  }[data-css=\"tve-u-15ebe91a626\"] { margin-left: 30px !important; }[data-css=\"tve-u-15ebe906677\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 336px; margin-left: 30px !important; }[data-css=\"tve-u-15ebe8edca2\"] { margin-left: 30px !important; }[data-css=\"tve-u-15ebe89fb7a\"] { margin-left: -35px !important; }[data-css=\"tve-u-15ebe827cb3\"] { max-width: 100%; }#tve_editor [data-css=\"tve-u-15ebe90cfb0\"] { font-size: 84px !important; }}@media (max-width: 767px){[data-css=\"tve-u-160309b344b\"] { margin-left: 10px !important; margin-top: 30px !important; margin-right: 10px !important; }[data-css=\"tve-u-16030a013d7\"] { position: static; }[data-css=\"tve-u-16030a09626\"] { margin-left: 10px !important; margin-top: 30px !important; margin-right: 10px !important; }[data-css=\"tve-u-160309ddca8\"] { position: static; }[data-css=\"tve-u-16030a08afd\"] { margin-left: 10px !important; margin-right: 10px !important; margin-top: 30px !important; }[data-css=\"tve-u-160309b00b4\"] { position: static; }[data-css=\"tve-u-16030975307\"] { max-width: 100%; margin-left: 10px !important; margin-right: 10px !important; }[data-css=\"tve-u-160309f6c04\"] { max-width: 100%; margin-left: 10px !important; margin-right: 10px !important; }[data-css=\"tve-u-160309f3e5d\"] { max-width: 100%; margin-left: 10px !important; margin-right: 10px !important; }[data-css=\"tve-u-15ec2a38bfd\"]::after { clear: both; }[data-css=\"tve-u-1602bfea280\"] { margin-top: 0px !important; margin-bottom: 20px !important; }[data-css=\"tve-u-1602bf25f10\"]::after { clear: both; }[data-css=\"tve-u-1602b332fd9\"] { max-width: 257px; float: left; z-index: 3; position: relative; width: 100%; margin-top: 20px !important; margin-left: 20px !important; }[data-css=\"tve-u-15ec253ef3a\"] { padding-top: 30px !important; padding-bottom: 30px !important; }[data-css=\"tve-u-15ee1237243\"] { margin-top: 25px !important; }[data-css=\"tve-u-15ee1232726\"] { margin-top: 25px !important; }[data-css=\"tve-u-15ec2ae8715\"] { margin-left: -15px; }[data-css=\"tve-u-15ec2ae8715\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-15ec2b33f06\"] { margin-right: 0px !important; }[data-css=\"tve-u-15ec26fee25\"] > .tcb-flex-col > .tcb-col { min-height: 387px; }[data-css=\"tve-u-15ec26fee25\"] { margin-left: 0px; min-height: inherit; }[data-css=\"tve-u-15ec26fee25\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-15ec2a33d71\"] { position: static; margin-bottom: 0px !important; }[data-css=\"tve-u-15ec31ba260\"] { padding-left: 3px !important; padding-right: 3px !important; }[data-css=\"tve-u-15ec253a41f\"] > .tcb-flex-col > .tcb-col { min-height: 27px; }[data-css=\"tve-u-15ec253a41f\"] { margin-left: 0px; min-height: inherit; }[data-css=\"tve-u-15ec253a41f\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-15ec254985a\"] { margin-top: 0px !important; }[data-css=\"tve-u-15ec24f494c\"] { margin-top: 30px !important; }[data-css=\"tve-u-15ec256e611\"] { margin-top: 0px !important; }[data-css=\"tve-u-15ec3192f72\"] { margin-bottom: 32px !important; }[data-css=\"tve-u-15ec318421d\"] { margin-bottom: 34px !important; margin-top: -90px !important; }[data-css=\"tve-u-15ebe738fb8\"] > .tcb-flex-col > .tcb-col { min-height: 554px; }[data-css=\"tve-u-15ebe738fb8\"] { min-height: inherit; padding-bottom: 0px !important; }[data-css=\"tve-u-15ec3017516\"] { margin-top: 0px !important; padding-left: 5px !important; padding-right: 5px !important; }[data-css=\"tve-u-15ebe89fb7a\"] { margin-left: -20px !important; }[data-css=\"tve-u-15ec3055cca\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-15ebe916c34\"] { margin-bottom: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-15ec3152b02\"] { min-height: 226px; }[data-css=\"tve-u-15ebe80a9a1\"] { min-height: 554px; }[data-css=\"tve-u-15ebe91a626\"] { margin-left: 28px !important; margin-right: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-15ebe906677\"] { margin-left: 30px !important; }[data-css=\"tve-u-15ebe8edca2\"] { margin-left: 30px !important; margin-top: 6px !important; }[data-css=\"tve-u-15ebe827cb3\"] { max-width: 100%; margin-top: 50px !important; }[data-css=\"tve-u-15ec313e743\"] { margin-left: 10px !important; margin-right: 10px !important; }[data-css=\"tve-u-1602befe215\"] { max-width: 257px; float: left; z-index: 3; position: relative; width: 100%; margin-top: 20px !important; margin-left: 20px !important; }[data-css=\"tve-u-15ebe73226c\"] { height: calc(100% - 33px); margin-top: 70px !important; margin-bottom: 0px !important; }}'),(3023,295,'tve_revision_tve_user_custom_css','.thrv_text_element p {margin:0;}\n.thrv_heading h1,h2,h3 {margin:0;}'),(3024,295,'tve_revision_tve_page_events','a:0:{}'),(3025,295,'tve_revision_tve_globals','a:4:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";s:11:\"extra_icons\";a:1:{i:0;a:3:{s:11:\"font-family\";s:25:\"tve-ff-6797-59f9979fd5998\";s:3:\"css\";s:87:\"http://lp-build.thrivethemes.com/wp-content/uploads/tve-ff-6797-59f9979fd5998/style.css\";s:6:\"folder\";s:92:\"/home/thrivedevbitston/public_html/landingpages/wp-content/uploads/tve-ff-6797-59f9979fd5998\";}}s:6:\"lb_map\";a:1:{i:6808;s:3:\"265\";}s:8:\"font_cls\";a:0:{}}'),(3026,295,'tve_revision_tve_global_scripts',''),(3027,295,'tve_revision_thrive_icon_pack','0'),(3028,295,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(3029,295,'tve_revision_tve_has_masonry','0'),(3030,295,'tve_revision_tve_has_typefocus','0'),(3031,295,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-165b813034a\" wfd-id=\"262\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ebe5d7b44\" wfd-id=\"288\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ebe51d596\" wfd-id=\"263\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15ec3055cca\" wfd-id=\"264\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized\" data-css=\"tve-u-15ebe8a2edd\" wfd-id=\"265\"><div class=\"tcb-flex-col\" data-css=\"tve-u-165bcef972c\" style=\"\" wfd-id=\"278\"><div class=\"tcb-col\" wfd-id=\"280\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-165bcf40f41\" wfd-id=\"281\"><div class=\"tcb-flex-row tcb--cols--1\" data-css=\"tve-u-165bcf3f4af\" wfd-id=\"282\"><div class=\"tcb-flex-col\" wfd-id=\"283\"><div class=\"tcb-col\" wfd-id=\"285\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-165bcf2cfcd\" wfd-id=\"286\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"287\"><img class=\"tve_image wp-image-290\" alt=\"\" width=\"751\" height=\"102\" title=\"Logo\" data-id=\"290\" src=\"//bestcerakoteflorida.com/wp-content/uploads/2018/09/Logo.png\" style=\"width: 100%;\"></span></div></div></div></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-165bce18a46\" style=\"\" wfd-id=\"266\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec313e743\" data-tcb_hover_state_parent=\"\" wfd-id=\"268\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" wfd-id=\"269\"><p data-css=\"tve-u-15f002fa8f6\"><span data-css=\"tve-u-15f0034f748\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"277\"><a href=\"#whatwedo\">What We Do</a></span>&nbsp; &nbsp; <span data-css=\"tve-u-15f003606db\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"276\"><a href=\"#testimonials\">Testimonials</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f003655f8\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"275\"><a href=\"#aboutus\">About Us</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f00369f5e\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"274\"><a href=\"#getyourcoupon\">Get Your Coupon</a></span>&nbsp; &nbsp; <span data-css=\"tve-u-15f0064f814\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"273\"><a href=\"#areaweserve\">Area We Serve</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f003784ab\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"272\"><a href=\"#contact\">Contact</a></span></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 343px; left: 0px;\" data-css=\"tve-u-15ebe8abb9e\" wfd-id=\"232\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ebe8a4d78\" data-clip-id=\"335f47a4c8f92\" wfd-id=\"261\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-left-335f47a4c8f92\" class=\"decoration-clip clip-path-left\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" pointer-width=\"6\" pointer-height=\"2.5\" style=\"curves\" decoration-type=\"none\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon><ellipse cx=\"0.025\" cy=\"0.029412\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.08823600000000001\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.14706\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.205884\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.264708\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.323532\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.38235600000000003\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.44118\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.500004\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.558828\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.617652\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.676476\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.7353000000000001\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.794124\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.852948\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.911772\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.970596\" rx=\"0.025\" ry=\"0.029412\"></ellipse></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ebe72c974\" wfd-id=\"233\"><div class=\"thrv_wrapper thrv-columns tcb-window-width\" style=\"width: 343px; left: 0px;\" data-css=\"tve-u-15ec318421d\" wfd-id=\"234\"><div class=\"tcb-flex-row tcb--cols--2 v-2\" data-css=\"tve-u-15ebe738fb8\" wfd-id=\"235\"><div class=\"tcb-flex-col\" wfd-id=\"258\"><div class=\"tcb-col\" data-css=\"tve-u-15ebe73226c\" wfd-id=\"260\"></div></div><div class=\"tcb-flex-col\" wfd-id=\"236\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ebe89fb7a\" wfd-id=\"238\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ebe827cb3\" wfd-id=\"239\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15ebe830a90\" data-clip-id=\"bb2526ca261ae\" wfd-id=\"257\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-left-bb2526ca261ae\" class=\"decoration-clip clip-path-left\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"none\" pointer-width=\"5.7\" pointer-height=\"2.5\" style=\"curves\" slanted-angle=\"5\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon><ellipse cx=\"0.025\" cy=\"0.027778\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.083334\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.13889\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.194446\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.250002\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.305558\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.361114\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.41667\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.47222600000000003\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.527782\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.583338\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.638894\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.69445\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.7500060000000001\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.805562\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.861118\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.916674\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.97223\" rx=\"0.025\" ry=\"0.027778\"></ellipse></clipPath><clipPath id=\"clip-tablet-left-bb2526ca261ae\" class=\"decoration-clip clip-path-tablet-left\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"divider\" pointer-width=\"5.7\" pointer-height=\"4\" style=\"curves\" slanted-angle=\"5\"><polygon points=\"0.04 0, 0.04 1, 1 1, 1 0\"></polygon><ellipse cx=\"0.04\" cy=\"0.027778\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.083334\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.13889\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.194446\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.250002\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.305558\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.361114\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.41667\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.47222600000000003\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.527782\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.583338\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.638894\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.69445\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.7500060000000001\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.805562\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.861118\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.916674\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.97223\" rx=\"0.04\" ry=\"0.027778\"></ellipse></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ebe80a9a1\" wfd-id=\"240\"><div class=\"tcb-clear\" data-css=\"tve-u-15ebe8ee6c0\" wfd-id=\"253\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15ebe8edca2\" data-tag=\"h1\" wfd-id=\"254\"><h1 data-css=\"tve-u-15ebe90cfb0\">Happy dogs =<br>â€‹â€‹â€‹â€‹â€‹happâ€‹â€‹â€‹â€‹y owners</h1></div></div><div class=\"tcb-clear\" data-css=\"tve-u-15ec30a8a14\" wfd-id=\"249\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ebe906677\" wfd-id=\"250\"><p data-css=\"tve-u-15ebe905473\">Offer your dog a premium walking experience</p></div></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ebe916c34\" wfd-id=\"241\">\n<div class=\"tve-content-box-background\" wfd-id=\"248\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ec3152b02\" wfd-id=\"242\"><div class=\"thrv_wrapper thrv-button tve_ea_thrive_lightbox\" data-css=\"tve-u-15ebe91a626\" data-tcb_hover_state_parent=\"false\" data-button-style=\"full_rounded\" wfd-id=\"243\">\n<a href=\"#\" class=\"tcb-button-link tve_evt_manager_listen tve_et_click\" data-tcb-events=\"__TCB_EVENT_[{&quot;config&quot;:{&quot;l_anim&quot;:&quot;zoom_in&quot;,&quot;l_id&quot;:265},&quot;a&quot;:&quot;thrive_lightbox&quot;,&quot;t&quot;:&quot;click&quot;}]_TNEVE_BCT__\">\n<span class=\"tcb-button-texts\" wfd-id=\"244\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-165b814869f\" wfd-id=\"245\">Get 10% OFF Your First Cerakote Project</span></span>\n</a>\n</div></div>\n</div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 343px; left: 0px;\" data-css=\"tve-u-15ec3017516\" wfd-id=\"223\">\n<div class=\"tve-page-section-out\" wfd-id=\"231\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ebea3a693\" wfd-id=\"224\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15ebea49c0c\" id=\"whatwedo\" data-tag=\"h1\" wfd-id=\"228\"><h1 data-css=\"tve-u-15ebea42b31\" style=\"text-align: center;\">What We Do</h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2448fdb\" wfd-id=\"225\"><p data-css=\"tve-u-15ec2443105\" style=\"text-align: center;\">Our goal is to make sure the owners are comforted, the pups are exercised and happy and that we are getting our own puppy fixes. But letâ€™s be honest- itâ€™s their world, weâ€™re just living in it! As a small team of experienced dog owners and lovers, we really get to know you and your dog and we canguarantee consistent and personal care that is equal to your love and attention. We are so excited to make you a part of the family!</p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 343px; left: 0px;\" wfd-id=\"188\">\n<div class=\"tve-page-section-out\" wfd-id=\"222\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ee1211b9b\" wfd-id=\"189\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15ee121a6d1\" wfd-id=\"190\"><div class=\"tcb-flex-row tcb--cols--3 tcb-medium-wrap\" data-css=\"tve-u-15ee121fb1c\" wfd-id=\"191\"><div class=\"tcb-flex-col\" wfd-id=\"210\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ee1225fdf\" wfd-id=\"212\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec2477274\" wfd-id=\"220\"><span class=\"tve_image_frame\" wfd-id=\"221\"><img class=\"tve_image wp-image-1596\" alt=\"\" width=\"55\" height=\"73\" title=\"what_do_icon_01\" data-id=\"1596\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_01.png\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"219\"><p data-css=\"tve-u-15ec2481d17\"><strong>First Class Care</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"216\"><p data-css=\"tve-u-15ec2487407\">all the best for them</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2492191\" wfd-id=\"213\"><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"200\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ee1232726\" wfd-id=\"202\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec24ae116\" wfd-id=\"208\"><span class=\"tve_image_frame\" wfd-id=\"209\"><img class=\"tve_image wp-image-1597\" alt=\"\" width=\"73\" height=\"73\" title=\"what_do_icon_02\" data-id=\"1597\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_02.png\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"207\"><p data-css=\"tve-u-15ec2481d17\"><strong>Snacks Included</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"206\"><p data-css=\"tve-u-15ec2487407\">for your little one</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec3192f72\" wfd-id=\"203\"><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"192\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ee1237243\" wfd-id=\"194\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec24d5e15\" wfd-id=\"198\"><span class=\"tve_image_frame\" wfd-id=\"199\"><img class=\"tve_image wp-image-1598\" alt=\"\" width=\"65\" height=\"73\" title=\"what_do_icon_03\" data-id=\"1598\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_03.png\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"197\"><p data-css=\"tve-u-15ec2481d17\"><strong>Regularly walks</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"196\"><p data-css=\"tve-u-15ec2487407\">to keep them ealthy</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2492191\" wfd-id=\"195\"><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris.</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-15ec24f494c\" id=\"testimonials\" style=\"\" wfd-id=\"162\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ec24f97c0\" wfd-id=\"187\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec24f790d\" wfd-id=\"163\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15ec254985a\" style=\"\" wfd-id=\"164\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-15ec253a41f\" wfd-id=\"165\"><div class=\"tcb-flex-col\" wfd-id=\"169\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec253ef3a\" style=\"\" wfd-id=\"171\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec256e611\" style=\"\" wfd-id=\"178\"><p data-css=\"tve-u-15ec25610c7\"><span data-css=\"tve-u-15ec268a0a3\" style=\"font-size: 45px; color: rgb(89, 171, 227);\" wfd-id=\"185\"><span data-css=\"tve-u-15ec26760e9\" style=\"font-family: ABeeZee;\" wfd-id=\"186\">â€</span></span><span data-css=\"tve-u-15ec256b908\" style=\"font-family: &quot;Amatic SC&quot;;\" wfd-id=\"184\">&nbsp; &nbsp; &nbsp;</span><span data-css=\"tve-u-15ec2680494\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"182\"><span data-css=\"tve-u-15ec269379d\" style=\"font-size: 45px;\" wfd-id=\"183\">my chester enjoys being with them!</span> &nbsp; &nbsp;&nbsp;</span><span data-css=\"tve-u-15ec255fe12\" style=\"font-family: ABeeZee; font-weight: 400; color: rgb(89, 171, 227); font-size: 45px;\" wfd-id=\"181\">â€</span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2698d8d\" wfd-id=\"173\"><p data-css=\"tve-u-160266880a0\">We LOVE going for walks with our friends at Paw! Donâ€™t tell our mom &amp; dad,but we get really excited when they leave for work because we know it wonâ€™t be long before we get a visit from one of our favorite friends at PawCity! Best part is, they always let our parents know how ourwalk went right away so they dont have to worry about us!</p><p data-css=\"tve-u-15ec269736c\">We love you PawCity!! xoxo</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec26ab7b0\" style=\"\" wfd-id=\"172\"><p data-css=\"tve-u-15ec26a92a2\"><strong>Anna Olson</strong>, Chesterâ€™s Mom</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"166\"><div class=\"tcb-col\" wfd-id=\"168\"></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 343px; left: 0px;\" data-css=\"tve-u-15ec26c390a\" id=\"aboutus\" wfd-id=\"153\">\n<div class=\"tve-page-section-out\" wfd-id=\"161\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec26b9914\" wfd-id=\"154\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15ee1037a1d\" data-tag=\"h1\" wfd-id=\"158\"><h1 data-css=\"tve-u-15ec26bd2e8\">About us</h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec31ba260\" wfd-id=\"155\"><p data-css=\"tve-u-15ec2443105\" style=\"text-align: center;\">At PawCity, we lead lives full of the unconditional love and happiness we receive from the furballs we get to spend time with everyday and we have this beautiful city and all the beautiful people in it to thank. We love you and your pups!!</p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 343px; left: 0px;\" data-css=\"tve-u-15ec26ec232\" wfd-id=\"116\">\n<div class=\"tve-page-section-out\" wfd-id=\"152\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec26e5812\" wfd-id=\"117\"><div class=\"thrv_wrapper thrv-columns tcb-window-width\" style=\"width: 343px; left: -1px;\" data-css=\"tve-u-15ee106257d\" wfd-id=\"118\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2\" data-css=\"tve-u-15ec26fee25\" wfd-id=\"119\"><div class=\"tcb-flex-col c-33\" wfd-id=\"147\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec2a38bfd\" wfd-id=\"149\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec2a33d71\" wfd-id=\"150\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"151\"><img class=\"tve_image wp-image-7399\" alt=\"\" width=\"830\" height=\"775\" title=\"about_us_dog\" data-id=\"7399\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/about_us_dog.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col c-66\" wfd-id=\"120\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec27075e1\" wfd-id=\"122\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160309f3e5d\" wfd-id=\"139\">\n<div class=\"tve-content-box-background\" wfd-id=\"146\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160309b397d\" wfd-id=\"140\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-160309b00b4\" data-float=\"1\" wfd-id=\"144\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"145\"><img class=\"tve_image wp-image-7404\" alt=\"\" width=\"64\" height=\"64\" title=\"dog_paw\" data-id=\"7404\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/dog_paw.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16030a08afd\" wfd-id=\"141\"><p>We moved to New York City with our black bulldog rescue, Blakely, in 2007 after graduating from the University of Maryland. Immediately, we realized what a dog-crazy place it was.</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160309f6c04\" wfd-id=\"131\">\n<div class=\"tve-content-box-background\" wfd-id=\"138\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160309b397d\" wfd-id=\"132\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-160309ddca8\" data-float=\"1\" wfd-id=\"136\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"137\"><img class=\"tve_image wp-image-7403\" alt=\"\" width=\"64\" height=\"64\" title=\"dog_house\" data-id=\"7403\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/dog_house.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16030a09626\" wfd-id=\"133\"><p>We knew right away that we wanted to work with the animals that we loved and that had given us so much love since we were little girls. We started PawCity Dog Walking in July of 2010.</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16030975307\" wfd-id=\"123\">\n<div class=\"tve-content-box-background\" wfd-id=\"130\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160309b397d\" wfd-id=\"124\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16030a013d7\" data-float=\"1\" wfd-id=\"128\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"129\"><img class=\"tve_image wp-image-7405\" alt=\"\" width=\"64\" height=\"64\" title=\"spinning_wheel\" data-id=\"7405\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/spinning_wheel.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160309b344b\" wfd-id=\"125\"><p>We cover the entire width of the East Side, from 96th Street to Delancey and handle every type of personality imaginable. At PawCity, we lead lives full of the unconditional love and happiness we receive from the furballs we get to spend time with everyday.</p></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" data-css=\"tve-u-15ec2a56438\" style=\"width: 343px; left: 0px;\" id=\"getyourcoupon\" wfd-id=\"92\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ec2a5bb35\" wfd-id=\"115\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec2a5540e\" wfd-id=\"93\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ec2a80647\" wfd-id=\"94\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15ec2a9b8a9\" wfd-id=\"114\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ec2a81a9f\" wfd-id=\"95\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2a6f589\" wfd-id=\"110\"><p data-css=\"tve-u-15ec2a6b447\"><span data-css=\"tve-u-15ec2a6d9d8\" style=\"\" wfd-id=\"113\"><strong>Get Your Coupon</strong></span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2aaa9a4\" wfd-id=\"104\"><p data-css=\"tve-u-15ec2ab1d6d\"><span style=\"font-size: 18px;\" data-css=\"tve-u-165bd25b417\" wfd-id=\"108\"><span style=\"font-family: \'Special Elite\';\" data-css=\"tve-u-165bd25ab3b\" wfd-id=\"109\">We strive to keep both you and your pup as happy and comfortable as possible while youâ€™re out earning those big bucks.</span></span></p><p data-css=\"tve-u-15ec2ab1d82\"><br></p><p data-css=\"tve-u-15ec2aa8e2e\"><strong>Get <span data-css=\"tve-u-15ec2aafa24\" style=\"color: rgb(89, 171, 227);\" wfd-id=\"107\">20%</span> off your first walk. Enter your email and we\'ll send you your coupon.</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ec2abe257\" wfd-id=\"96\">\n<div class=\"tve-content-box-background\" wfd-id=\"103\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ec2acb421\" wfd-id=\"97\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-15ec2ac01df\" data-tcb_hover_state_parent=\"false\" data-button-style=\"full_rounded\" data-button-size=\"s\" wfd-id=\"98\">\n<a href=\"\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"99\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-15ebe925072\" wfd-id=\"100\">Get Your Coupon Now</span></span>\n</a>\n</div></div>\n</div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-15ec2b0a32a\" id=\"areaweserve\" wfd-id=\"68\">\n<div class=\"tve-page-section-out\" wfd-id=\"91\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15f76fcb7df\" wfd-id=\"69\"><div class=\"thrv_wrapper thrv-columns\" style=\"\" data-css=\"tve-u-15ee103f44a\" wfd-id=\"70\"><div class=\"tcb-flex-row tcb--cols--2 tcb-medium-wrap\" data-css=\"tve-u-15ec2ae8715\" wfd-id=\"71\"><div class=\"tcb-flex-col c-33\" wfd-id=\"76\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec2b37666\" wfd-id=\"78\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"85\"><p data-css=\"tve-u-15ec2af6c4b\"><span data-css=\"tve-u-15ec2af6c4e\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"90\">area we serve</span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"79\"><p>As a small team of experienced dog owners and lovers, we really get to know you and your dog and we canguarantee consistent and personal care that is equal to your love and attention.</p><p><br></p><p><strong><span data-css=\"tve-u-15ec2afed17\" style=\"color: rgb(89, 171, 227);\" wfd-id=\"84\">We are so excited to make you a part of the family!</span></strong></p></div></div></div><div class=\"tcb-flex-col c-66\" wfd-id=\"72\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec2b33f06\" wfd-id=\"74\"><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-15ec2b3b468\" wfd-id=\"75\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=blakely, united states&amp;t=m&amp;z=11&amp;output=embed&amp;iwloc=near\"></iframe>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" data-css=\"tve-u-15ec2b5d54c\" style=\"width: 343px; left: 0px;\" id=\"contact\" wfd-id=\"30\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ec2b56fac\" wfd-id=\"67\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec2b54c99\" wfd-id=\"31\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1602b31dfcd\" wfd-id=\"32\"><div class=\"tcb-flex-row tcb-resized tcb-medium-wrap tcb--cols--3\" data-css=\"tve-u-1602b37ce9d\" wfd-id=\"33\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1602be453ec\" style=\"\" wfd-id=\"62\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"64\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-165bd189801\" wfd-id=\"65\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"66\"><img class=\"tve_image wp-image-290\" alt=\"Blackhawk Custom Cerakote\" width=\"751\" height=\"102\" title=\"Logo\" data-id=\"290\" src=\"//bestcerakoteflorida.com/wp-content/uploads/2018/09/Logo.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1602be45437\" style=\"\" wfd-id=\"47\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1602be56dfc\" wfd-id=\"49\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1602bfebaf9\" wfd-id=\"50\">\n<div class=\"tve-content-box-background\" wfd-id=\"61\"></div>\n<div class=\"tve-cb\" wfd-id=\"51\"><div class=\"tcb-clear\" data-css=\"tve-u-1602bf36e2c\" wfd-id=\"59\"><div class=\"thrv_wrapper tve_image_caption tcb-mobile-hidden\" data-css=\"tve-u-1602be7db66\" data-float=\"1\" wfd-id=\"60\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-7369\" alt=\"\" width=\"64\" height=\"64\" title=\"location\" data-id=\"7369\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/location.png\" style=\"width: 100%;\"></span></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1602bf25f10\" wfd-id=\"52\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1602befe215\" wfd-id=\"53\"><p data-css=\"tve-u-1602bfa220e\"><strong><span data-css=\"tve-u-1602b324a9b\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"58\">67 E. 3rd Street</span></strong><span data-css=\"tve-u-1602b324a9c\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"57\"> </span><span data-css=\"tve-u-1602b324ab9\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"56\">Suite B New York, NY 10003</span></p></div></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1602be4545b\" style=\"\" wfd-id=\"34\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"36\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1602bfea280\" wfd-id=\"37\">\n<div class=\"tve-content-box-background\" wfd-id=\"46\"></div>\n<div class=\"tve-cb\" wfd-id=\"38\"><div class=\"tcb-clear\" data-css=\"tve-u-1602bfc4bea\" wfd-id=\"44\"><div class=\"thrv_wrapper tve_image_caption tcb-mobile-hidden\" data-css=\"tve-u-1602bec144e\" data-float=\"1\" wfd-id=\"45\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-7370\" alt=\"\" width=\"64\" height=\"64\" title=\"phone\" data-id=\"7370\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/phone.png\" style=\"width: 100%;\"></span></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1602bfc74c3\" wfd-id=\"39\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1602b332fd9\" data-float=\"1\" wfd-id=\"40\"><p><a href=\"tel:#9548481911\" target=\"_blank\"><strong><span data-css=\"tve-u-1602b324a9b\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"43\">954-848-1911</span></strong></a><br></p></div></div></div>\n</div></div></div></div></div></div>\n</div>'),(3032,295,'tve_revision_tve_has_wistia_popover','0'),(3033,296,'tve_revision_tve_landing_page','tcb2-one-page-site-dog-walking'),(3034,296,'tve_revision_tve_disable_theme_dependency',''),(3035,296,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-165b813034a\" wfd-id=\"262\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ebe5d7b44\" wfd-id=\"288\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ebe51d596\" wfd-id=\"263\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15ec3055cca\" wfd-id=\"264\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized\" data-css=\"tve-u-15ebe8a2edd\" wfd-id=\"265\"><div class=\"tcb-flex-col\" data-css=\"tve-u-165bcef972c\" style=\"\" wfd-id=\"278\"><div class=\"tcb-col\" wfd-id=\"280\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-165bcf40f41\" wfd-id=\"281\"><div class=\"tcb-flex-row tcb--cols--1\" data-css=\"tve-u-165bcf3f4af\" wfd-id=\"282\"><div class=\"tcb-flex-col\" wfd-id=\"283\"><div class=\"tcb-col\" wfd-id=\"285\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-165bcf2cfcd\" wfd-id=\"286\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"287\"><img class=\"tve_image wp-image-290\" alt=\"\" width=\"751\" height=\"102\" title=\"Logo\" data-id=\"290\" src=\"//bestcerakoteflorida.com/wp-content/uploads/2018/09/Logo.png\" style=\"width: 100%;\"></span></div></div></div></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-165bce18a46\" style=\"\" wfd-id=\"266\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec313e743\" data-tcb_hover_state_parent=\"\" wfd-id=\"268\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" wfd-id=\"269\"><p data-css=\"tve-u-15f002fa8f6\"><span data-css=\"tve-u-15f0034f748\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"277\"><a href=\"#whatwedo\">What We Do</a></span>&nbsp; &nbsp; <span data-css=\"tve-u-15f003606db\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"276\"><a href=\"#testimonials\">Testimonials</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f003655f8\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"275\"><a href=\"#aboutus\">About Us</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f00369f5e\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"274\"><a href=\"#getyourcoupon\">Get Your Coupon</a></span>&nbsp; &nbsp; <span data-css=\"tve-u-15f0064f814\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"273\"><a href=\"#areaweserve\">Area We Serve</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f003784ab\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"272\"><a href=\"#contact\">Contact</a></span></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 343px; left: 0px;\" data-css=\"tve-u-15ebe8abb9e\" wfd-id=\"232\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ebe8a4d78\" data-clip-id=\"335f47a4c8f92\" wfd-id=\"261\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-left-335f47a4c8f92\" class=\"decoration-clip clip-path-left\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" pointer-width=\"6\" pointer-height=\"2.5\" style=\"curves\" decoration-type=\"none\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon><ellipse cx=\"0.025\" cy=\"0.029412\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.08823600000000001\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.14706\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.205884\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.264708\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.323532\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.38235600000000003\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.44118\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.500004\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.558828\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.617652\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.676476\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.7353000000000001\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.794124\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.852948\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.911772\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.970596\" rx=\"0.025\" ry=\"0.029412\"></ellipse></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ebe72c974\" wfd-id=\"233\"><div class=\"thrv_wrapper thrv-columns tcb-window-width\" style=\"width: 343px; left: 0px;\" data-css=\"tve-u-15ec318421d\" wfd-id=\"234\"><div class=\"tcb-flex-row tcb--cols--2 v-2\" data-css=\"tve-u-15ebe738fb8\" wfd-id=\"235\"><div class=\"tcb-flex-col\" wfd-id=\"258\"><div class=\"tcb-col\" data-css=\"tve-u-15ebe73226c\" wfd-id=\"260\"></div></div><div class=\"tcb-flex-col\" wfd-id=\"236\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ebe89fb7a\" wfd-id=\"238\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ebe827cb3\" wfd-id=\"239\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15ebe830a90\" data-clip-id=\"bb2526ca261ae\" wfd-id=\"257\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-left-bb2526ca261ae\" class=\"decoration-clip clip-path-left\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"none\" pointer-width=\"5.7\" pointer-height=\"2.5\" style=\"curves\" slanted-angle=\"5\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon><ellipse cx=\"0.025\" cy=\"0.027778\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.083334\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.13889\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.194446\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.250002\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.305558\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.361114\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.41667\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.47222600000000003\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.527782\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.583338\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.638894\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.69445\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.7500060000000001\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.805562\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.861118\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.916674\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.97223\" rx=\"0.025\" ry=\"0.027778\"></ellipse></clipPath><clipPath id=\"clip-tablet-left-bb2526ca261ae\" class=\"decoration-clip clip-path-tablet-left\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"divider\" pointer-width=\"5.7\" pointer-height=\"4\" style=\"curves\" slanted-angle=\"5\"><polygon points=\"0.04 0, 0.04 1, 1 1, 1 0\"></polygon><ellipse cx=\"0.04\" cy=\"0.027778\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.083334\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.13889\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.194446\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.250002\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.305558\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.361114\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.41667\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.47222600000000003\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.527782\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.583338\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.638894\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.69445\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.7500060000000001\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.805562\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.861118\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.916674\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.97223\" rx=\"0.04\" ry=\"0.027778\"></ellipse></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ebe80a9a1\" wfd-id=\"240\"><div class=\"tcb-clear\" data-css=\"tve-u-15ebe8ee6c0\" wfd-id=\"253\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15ebe8edca2\" data-tag=\"h1\" wfd-id=\"254\"><h1 data-css=\"tve-u-15ebe90cfb0\">Happy dogs =<br>â€‹â€‹â€‹â€‹â€‹happâ€‹â€‹â€‹â€‹y owners</h1></div></div><div class=\"tcb-clear\" data-css=\"tve-u-15ec30a8a14\" wfd-id=\"249\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ebe906677\" wfd-id=\"250\"><p data-css=\"tve-u-15ebe905473\">Offer your dog a premium walking experience</p></div></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ebe916c34\" wfd-id=\"241\">\n<div class=\"tve-content-box-background\" wfd-id=\"248\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ec3152b02\" wfd-id=\"242\"><div class=\"thrv_wrapper thrv-button tve_ea_thrive_lightbox\" data-css=\"tve-u-15ebe91a626\" data-tcb_hover_state_parent=\"false\" data-button-style=\"full_rounded\" wfd-id=\"243\">\n<a href=\"#\" class=\"tcb-button-link tve_evt_manager_listen tve_et_click\" data-tcb-events=\"__TCB_EVENT_[{&quot;config&quot;:{&quot;l_anim&quot;:&quot;zoom_in&quot;,&quot;l_id&quot;:265},&quot;a&quot;:&quot;thrive_lightbox&quot;,&quot;t&quot;:&quot;click&quot;}]_TNEVE_BCT__\">\n<span class=\"tcb-button-texts\" wfd-id=\"244\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-165b814869f\" wfd-id=\"245\">Get 10% OFF Your First Cerakote Project</span></span>\n</a>\n</div></div>\n</div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 343px; left: 0px;\" data-css=\"tve-u-15ec3017516\" wfd-id=\"223\">\n<div class=\"tve-page-section-out\" wfd-id=\"231\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ebea3a693\" wfd-id=\"224\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15ebea49c0c\" id=\"whatwedo\" data-tag=\"h1\" wfd-id=\"228\"><h1 data-css=\"tve-u-15ebea42b31\" style=\"text-align: center;\">What We Do</h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2448fdb\" wfd-id=\"225\"><p data-css=\"tve-u-15ec2443105\" style=\"text-align: center;\">Our goal is to make sure the owners are comforted, the pups are exercised and happy and that we are getting our own puppy fixes. But letâ€™s be honest- itâ€™s their world, weâ€™re just living in it! As a small team of experienced dog owners and lovers, we really get to know you and your dog and we canguarantee consistent and personal care that is equal to your love and attention. We are so excited to make you a part of the family!</p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 343px; left: 0px;\" wfd-id=\"188\">\n<div class=\"tve-page-section-out\" wfd-id=\"222\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ee1211b9b\" wfd-id=\"189\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15ee121a6d1\" wfd-id=\"190\"><div class=\"tcb-flex-row tcb--cols--3 tcb-medium-wrap\" data-css=\"tve-u-15ee121fb1c\" wfd-id=\"191\"><div class=\"tcb-flex-col\" wfd-id=\"210\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ee1225fdf\" wfd-id=\"212\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec2477274\" wfd-id=\"220\"><span class=\"tve_image_frame\" wfd-id=\"221\"><img class=\"tve_image wp-image-1596\" alt=\"\" width=\"55\" height=\"73\" title=\"what_do_icon_01\" data-id=\"1596\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_01.png\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"219\"><p data-css=\"tve-u-15ec2481d17\"><strong>First Class Care</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"216\"><p data-css=\"tve-u-15ec2487407\">all the best for them</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2492191\" wfd-id=\"213\"><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"200\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ee1232726\" wfd-id=\"202\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec24ae116\" wfd-id=\"208\"><span class=\"tve_image_frame\" wfd-id=\"209\"><img class=\"tve_image wp-image-1597\" alt=\"\" width=\"73\" height=\"73\" title=\"what_do_icon_02\" data-id=\"1597\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_02.png\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"207\"><p data-css=\"tve-u-15ec2481d17\"><strong>Snacks Included</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"206\"><p data-css=\"tve-u-15ec2487407\">for your little one</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec3192f72\" wfd-id=\"203\"><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"192\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ee1237243\" wfd-id=\"194\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec24d5e15\" wfd-id=\"198\"><span class=\"tve_image_frame\" wfd-id=\"199\"><img class=\"tve_image wp-image-1598\" alt=\"\" width=\"65\" height=\"73\" title=\"what_do_icon_03\" data-id=\"1598\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_03.png\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"197\"><p data-css=\"tve-u-15ec2481d17\"><strong>Regularly walks</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"196\"><p data-css=\"tve-u-15ec2487407\">to keep them ealthy</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2492191\" wfd-id=\"195\"><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris.</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-15ec24f494c\" id=\"testimonials\" style=\"\" wfd-id=\"162\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ec24f97c0\" wfd-id=\"187\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec24f790d\" wfd-id=\"163\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15ec254985a\" style=\"\" wfd-id=\"164\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-15ec253a41f\" wfd-id=\"165\"><div class=\"tcb-flex-col\" wfd-id=\"169\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec253ef3a\" style=\"\" wfd-id=\"171\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec256e611\" style=\"\" wfd-id=\"178\"><p data-css=\"tve-u-15ec25610c7\"><span data-css=\"tve-u-15ec268a0a3\" style=\"font-size: 45px; color: rgb(89, 171, 227);\" wfd-id=\"185\"><span data-css=\"tve-u-15ec26760e9\" style=\"font-family: ABeeZee;\" wfd-id=\"186\">â€</span></span><span data-css=\"tve-u-15ec256b908\" style=\"font-family: &quot;Amatic SC&quot;;\" wfd-id=\"184\">&nbsp; &nbsp; &nbsp;</span><span data-css=\"tve-u-15ec2680494\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"182\"><span data-css=\"tve-u-15ec269379d\" style=\"font-size: 45px;\" wfd-id=\"183\">my chester enjoys being with them!</span> &nbsp; &nbsp;&nbsp;</span><span data-css=\"tve-u-15ec255fe12\" style=\"font-family: ABeeZee; font-weight: 400; color: rgb(89, 171, 227); font-size: 45px;\" wfd-id=\"181\">â€</span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2698d8d\" wfd-id=\"173\"><p data-css=\"tve-u-160266880a0\">We LOVE going for walks with our friends at Paw! Donâ€™t tell our mom &amp; dad,but we get really excited when they leave for work because we know it wonâ€™t be long before we get a visit from one of our favorite friends at PawCity! Best part is, they always let our parents know how ourwalk went right away so they dont have to worry about us!</p><p data-css=\"tve-u-15ec269736c\">We love you PawCity!! xoxo</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec26ab7b0\" style=\"\" wfd-id=\"172\"><p data-css=\"tve-u-15ec26a92a2\"><strong>Anna Olson</strong>, Chesterâ€™s Mom</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"166\"><div class=\"tcb-col\" wfd-id=\"168\"></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 343px; left: 0px;\" data-css=\"tve-u-15ec26c390a\" id=\"aboutus\" wfd-id=\"153\">\n<div class=\"tve-page-section-out\" wfd-id=\"161\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec26b9914\" wfd-id=\"154\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15ee1037a1d\" data-tag=\"h1\" wfd-id=\"158\"><h1 data-css=\"tve-u-15ec26bd2e8\">About us</h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec31ba260\" wfd-id=\"155\"><p data-css=\"tve-u-15ec2443105\" style=\"text-align: center;\">At PawCity, we lead lives full of the unconditional love and happiness we receive from the furballs we get to spend time with everyday and we have this beautiful city and all the beautiful people in it to thank. We love you and your pups!!</p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 343px; left: 0px;\" data-css=\"tve-u-15ec26ec232\" wfd-id=\"116\">\n<div class=\"tve-page-section-out\" wfd-id=\"152\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec26e5812\" wfd-id=\"117\"><div class=\"thrv_wrapper thrv-columns tcb-window-width\" style=\"width: 343px; left: -1px;\" data-css=\"tve-u-15ee106257d\" wfd-id=\"118\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2\" data-css=\"tve-u-15ec26fee25\" wfd-id=\"119\"><div class=\"tcb-flex-col c-33\" wfd-id=\"147\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec2a38bfd\" wfd-id=\"149\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec2a33d71\" wfd-id=\"150\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"151\"><img class=\"tve_image wp-image-7399\" alt=\"\" width=\"830\" height=\"775\" title=\"about_us_dog\" data-id=\"7399\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/about_us_dog.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col c-66\" wfd-id=\"120\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec27075e1\" wfd-id=\"122\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160309f3e5d\" wfd-id=\"139\">\n<div class=\"tve-content-box-background\" wfd-id=\"146\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160309b397d\" wfd-id=\"140\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-160309b00b4\" data-float=\"1\" wfd-id=\"144\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"145\"><img class=\"tve_image wp-image-7404\" alt=\"\" width=\"64\" height=\"64\" title=\"dog_paw\" data-id=\"7404\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/dog_paw.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16030a08afd\" wfd-id=\"141\"><p>We moved to New York City with our black bulldog rescue, Blakely, in 2007 after graduating from the University of Maryland. Immediately, we realized what a dog-crazy place it was.</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160309f6c04\" wfd-id=\"131\">\n<div class=\"tve-content-box-background\" wfd-id=\"138\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160309b397d\" wfd-id=\"132\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-160309ddca8\" data-float=\"1\" wfd-id=\"136\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"137\"><img class=\"tve_image wp-image-7403\" alt=\"\" width=\"64\" height=\"64\" title=\"dog_house\" data-id=\"7403\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/dog_house.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16030a09626\" wfd-id=\"133\"><p>We knew right away that we wanted to work with the animals that we loved and that had given us so much love since we were little girls. We started PawCity Dog Walking in July of 2010.</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16030975307\" wfd-id=\"123\">\n<div class=\"tve-content-box-background\" wfd-id=\"130\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160309b397d\" wfd-id=\"124\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16030a013d7\" data-float=\"1\" wfd-id=\"128\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"129\"><img class=\"tve_image wp-image-7405\" alt=\"\" width=\"64\" height=\"64\" title=\"spinning_wheel\" data-id=\"7405\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/spinning_wheel.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160309b344b\" wfd-id=\"125\"><p>We cover the entire width of the East Side, from 96th Street to Delancey and handle every type of personality imaginable. At PawCity, we lead lives full of the unconditional love and happiness we receive from the furballs we get to spend time with everyday.</p></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" data-css=\"tve-u-15ec2a56438\" style=\"width: 343px; left: 0px;\" id=\"getyourcoupon\" wfd-id=\"92\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ec2a5bb35\" wfd-id=\"115\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec2a5540e\" wfd-id=\"93\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ec2a80647\" wfd-id=\"94\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15ec2a9b8a9\" wfd-id=\"114\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ec2a81a9f\" wfd-id=\"95\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2a6f589\" wfd-id=\"110\"><p data-css=\"tve-u-15ec2a6b447\"><span data-css=\"tve-u-15ec2a6d9d8\" style=\"\" wfd-id=\"113\"><strong>Get Your Coupon</strong></span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2aaa9a4\" wfd-id=\"104\"><p data-css=\"tve-u-15ec2ab1d6d\"><span style=\"font-size: 18px;\" data-css=\"tve-u-165bd25b417\" wfd-id=\"108\"><span style=\"font-family: \'Special Elite\';\" data-css=\"tve-u-165bd25ab3b\" wfd-id=\"109\">We strive to keep both you and your pup as happy and comfortable as possible while youâ€™re out earning those big bucks.</span></span></p><p data-css=\"tve-u-15ec2ab1d82\"><br></p><p data-css=\"tve-u-15ec2aa8e2e\"><strong>Get <span data-css=\"tve-u-15ec2aafa24\" style=\"color: rgb(89, 171, 227);\" wfd-id=\"107\">20%</span> off your first walk. Enter your email and we\'ll send you your coupon.</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ec2abe257\" wfd-id=\"96\">\n<div class=\"tve-content-box-background\" wfd-id=\"103\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ec2acb421\" wfd-id=\"97\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-15ec2ac01df\" data-tcb_hover_state_parent=\"false\" data-button-style=\"full_rounded\" data-button-size=\"s\" wfd-id=\"98\">\n<a href=\"\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"99\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-15ebe925072\" wfd-id=\"100\">Get Your Coupon Now</span></span>\n</a>\n</div></div>\n</div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-15ec2b0a32a\" id=\"areaweserve\" wfd-id=\"68\">\n<div class=\"tve-page-section-out\" wfd-id=\"91\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15f76fcb7df\" wfd-id=\"69\"><div class=\"thrv_wrapper thrv-columns\" style=\"\" data-css=\"tve-u-15ee103f44a\" wfd-id=\"70\"><div class=\"tcb-flex-row tcb--cols--2 tcb-medium-wrap\" data-css=\"tve-u-15ec2ae8715\" wfd-id=\"71\"><div class=\"tcb-flex-col c-33\" wfd-id=\"76\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec2b37666\" wfd-id=\"78\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"85\"><p data-css=\"tve-u-15ec2af6c4b\"><span data-css=\"tve-u-15ec2af6c4e\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"90\">area we serve</span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"79\"><p>As a small team of experienced dog owners and lovers, we really get to know you and your dog and we canguarantee consistent and personal care that is equal to your love and attention.</p><p><br></p><p><strong><span data-css=\"tve-u-15ec2afed17\" style=\"color: rgb(89, 171, 227);\" wfd-id=\"84\">We are so excited to make you a part of the family!</span></strong></p></div></div></div><div class=\"tcb-flex-col c-66\" wfd-id=\"72\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec2b33f06\" wfd-id=\"74\"><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-15ec2b3b468\" wfd-id=\"75\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=blakely, united states&amp;t=m&amp;z=11&amp;output=embed&amp;iwloc=near\"></iframe>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" data-css=\"tve-u-15ec2b5d54c\" style=\"width: 343px; left: 0px;\" id=\"contact\" wfd-id=\"30\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ec2b56fac\" wfd-id=\"67\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec2b54c99\" wfd-id=\"31\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1602b31dfcd\" wfd-id=\"32\"><div class=\"tcb-flex-row tcb-resized tcb-medium-wrap tcb--cols--3\" data-css=\"tve-u-1602b37ce9d\" wfd-id=\"33\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1602be453ec\" style=\"\" wfd-id=\"62\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"64\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-165bd189801\" wfd-id=\"65\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"66\"><img class=\"tve_image wp-image-290\" alt=\"Blackhawk Custom Cerakote\" width=\"751\" height=\"102\" title=\"Logo\" data-id=\"290\" src=\"//bestcerakoteflorida.com/wp-content/uploads/2018/09/Logo.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1602be45437\" style=\"\" wfd-id=\"47\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1602be56dfc\" wfd-id=\"49\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1602bfebaf9\" wfd-id=\"50\">\n<div class=\"tve-content-box-background\" wfd-id=\"61\"></div>\n<div class=\"tve-cb\" wfd-id=\"51\"><div class=\"tcb-clear\" data-css=\"tve-u-1602bf36e2c\" wfd-id=\"59\"><div class=\"thrv_wrapper tve_image_caption tcb-mobile-hidden\" data-css=\"tve-u-1602be7db66\" data-float=\"1\" wfd-id=\"60\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-7369\" alt=\"\" width=\"64\" height=\"64\" title=\"location\" data-id=\"7369\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/location.png\" style=\"width: 100%;\"></span></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1602bf25f10\" wfd-id=\"52\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1602befe215\" wfd-id=\"53\"><p data-css=\"tve-u-1602bfa220e\"><strong><span data-css=\"tve-u-1602b324a9b\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"58\">67 E. 3rd Street</span></strong><span data-css=\"tve-u-1602b324a9c\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"57\"> </span><span data-css=\"tve-u-1602b324ab9\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"56\">Suite B New York, NY 10003</span></p></div></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1602be4545b\" style=\"\" wfd-id=\"34\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"36\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1602bfea280\" wfd-id=\"37\">\n<div class=\"tve-content-box-background\" wfd-id=\"46\"></div>\n<div class=\"tve-cb\" wfd-id=\"38\"><div class=\"tcb-clear\" data-css=\"tve-u-1602bfc4bea\" wfd-id=\"44\"><div class=\"thrv_wrapper tve_image_caption tcb-mobile-hidden\" data-css=\"tve-u-1602bec144e\" data-float=\"1\" wfd-id=\"45\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-7370\" alt=\"\" width=\"64\" height=\"64\" title=\"phone\" data-id=\"7370\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/phone.png\" style=\"width: 100%;\"></span></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1602bfc74c3\" wfd-id=\"39\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1602b332fd9\" data-float=\"1\" wfd-id=\"40\"><p><a href=\"tel:#9548481911\" target=\"_blank\"><strong><span data-css=\"tve-u-1602b324a9b\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"43\">954-848-1911</span></strong></a><br></p></div></div></div>\n</div></div></div></div></div></div>\n</div>'),(3036,296,'tve_revision_tve_content_more_found',''),(3037,296,'tve_revision_tve_save_post',''),(3038,296,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Special+Elite:400&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Montserrat:400,200,300&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Amatic+SC:400&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=ABeeZee:400&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-160309b397d\"]::after { clear: both; }[data-css=\"tve-u-160309b344b\"] { position: relative !important; margin-left: 100px !important; }[data-css=\"tve-u-160309b00b4\"] + div { clear: none; }[data-css=\"tve-u-160309b00b4\"] { float: none; width: 60px; position: absolute; margin-bottom: 0px !important; margin-top: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-16030975307\"] { max-width: 75%; margin-left: 80px !important; }[data-css=\"tve-u-1602bfa220e\"] { line-height: 1.85em !important; }[data-css=\"tve-u-1602be7db66\"] { float: left; width: 40px; z-index: 3; position: relative; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1602be56dfc\"]::after { clear: both; }[data-css=\"tve-u-1602be4545b\"] { max-width: 25%; }[data-css=\"tve-u-1602be45437\"] { max-width: 36.4%; }[data-css=\"tve-u-1602be453ec\"] { max-width: 38.6%; }[data-css=\"tve-u-1602b37ce9d\"] > .tcb-flex-col > .tcb-col { justify-content: center; }[data-css=\"tve-u-1602b332fd9\"] { max-width: 264px; position: relative; float: right; z-index: 3; width: 100%; padding-left: 1px !important; margin-top: 1px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1602b324a9c\"] { color: rgb(74, 163, 223) !important; }[data-css=\"tve-u-1602b324a9b\"] { color: rgb(74, 163, 223) !important; }[data-css=\"tve-u-1602b31dfcd\"] { max-width: 1296px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15f76fcb7df\"] { max-width: 100%; }[data-css=\"tve-u-15f0064f814\"] { color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-15ec313e743\"]:hover p, #tve_editor [data-css=\"tve-u-15ec313e743\"]:hover li, #tve_editor [data-css=\"tve-u-15ec313e743\"]:hover blockquote, #tve_editor [data-css=\"tve-u-15ec313e743\"]:hover address { color: rgb(89, 171, 227); }[data-css=\"tve-u-15f003784ab\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15f00369f5e\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15f003655f8\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15f003606db\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15f0034f748\"] { color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-15f002fa8f6\"] { color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-15ec313e743\"] p, #tve_editor [data-css=\"tve-u-15ec313e743\"] li, #tve_editor [data-css=\"tve-u-15ec313e743\"] blockquote, #tve_editor [data-css=\"tve-u-15ec313e743\"] address { font-size: 16px; }[data-css=\"tve-u-15ec313e743\"] { text-align: center; padding-left: 0px !important; margin-left: 0px !important; margin-right: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-15ee121fb1c\"] .tcb-flex-col { flex-basis: 285px !important; }[data-css=\"tve-u-15ec30a8a14\"]::after { clear: both; }#tve_editor [data-css=\"tve-u-15ebe90cfb0\"] { font-size: 96px !important; }[data-css=\"tve-u-15ee1237243\"] { box-shadow: rgba(73, 137, 181, 0.15) -3px 7px 69px 10px; }[data-css=\"tve-u-15ee1232726\"] { box-shadow: rgba(73, 137, 181, 0.15) -3px 7px 69px 10px; }[data-css=\"tve-u-15ee121fb1c\"] > .tcb-flex-col > .tcb-col { min-height: 503px; }[data-css=\"tve-u-15ee1225fdf\"] { box-shadow: rgba(73, 137, 181, 0.15) -3px 7px 69px 10px; }[data-css=\"tve-u-15ee121fb1c\"] { margin-left: -60px; min-height: inherit; }[data-css=\"tve-u-15ee121fb1c\"] > .tcb-flex-col { padding-left: 60px; }[data-css=\"tve-u-15ee121a6d1\"] { float: none; max-width: 1296px; text-align: center; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ee1211b9b\"] { max-width: 1603px; text-align: center; }[data-css=\"tve-u-15ec26fee25\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-15ee106257d\"] { max-width: 100%; }[data-css=\"tve-u-15ec3055cca\"] { max-width: 1370px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ee103f44a\"] { float: none; max-width: 1296px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ee1037a1d\"] { float: none; max-width: 1296px; margin-left: auto !important; margin-right: auto !important; }#tve_editor [data-css=\"tve-u-15ec2ac01df\"]:hover .tcb-button-link { box-shadow: none !important; background-color: rgba(255, 255, 255, 0.91) !important; background-image: none !important; border-radius: 13px !important; overflow: hidden !important; }#tve_editor [data-css=\"tve-u-15ebe91a626\"]:hover .tcb-button-link { box-shadow: rgba(73, 137, 181, 0.25) -3px 7px 73px 18px; border: 0px dashed rgb(255, 255, 255); background-color: rgb(149, 250, 201) !important; font-weight: normal !important; background-image: none !important; }[data-css=\"tve-u-15ebe8a2edd\"] > .tcb-flex-col > .tcb-col { justify-content: center; }[data-css=\"tve-u-15ec3017516\"] { margin-top: 60px !important; padding-bottom: 50px !important; }[data-css=\"tve-u-15ec2b5d54c\"] { margin-top: 83px !important; }[data-css=\"tve-u-15ec2b56fac\"] { opacity: 1; filter: grayscale(0%) blur(0px); background-image: linear-gradient(rgb(0, 0, 0), rgb(0, 0, 0)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-15ec2b54c99\"] { max-width: 1586px; min-height: 100px !important; }[data-css=\"tve-u-15ec2b3b468\"] { box-shadow: rgba(89, 171, 227, 0.15) -3px 7px 69px 10px; margin-top: 0px !important; margin-bottom: 0px !important; margin-left: 38px !important; }[data-css=\"tve-u-15ec2b37666\"] { margin-top: 114px !important; }[data-css=\"tve-u-15ec2b33f06\"] { padding-left: 0px !important; }[data-css=\"tve-u-15ec2b0a32a\"] { margin-top: 70px !important; }[data-css=\"tve-u-15ec2ae8715\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-15ec2afed17\"] { color: rgb(89, 171, 227) !important; }[data-css=\"tve-u-15ec2ae8715\"] { float: none; max-width: 1453px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2acb421\"] { min-height: 162px; }[data-css=\"tve-u-15ec2aafa24\"] { color: rgb(89, 171, 227) !important; }[data-css=\"tve-u-15ec2aaa9a4\"] { float: none; max-width: 1440px; margin-left: auto !important; margin-right: auto !important; margin-top: 25px !important; }#tve_editor [data-css=\"tve-u-15ec2aa8e2e\"] { letter-spacing: 1px; color: rgb(255, 255, 255) !important; font-size: 20px !important; }[data-css=\"tve-u-15ec2a9b8a9\"] { border: 1px solid rgb(89, 171, 227) !important; }[data-css=\"tve-u-15ec2a81a9f\"] { min-height: 162px; }[data-css=\"tve-u-15ec2a80647\"] { float: none; max-width: 97%; margin-left: auto !important; margin-right: auto !important; margin-top: 55px !important; }[data-css=\"tve-u-15ec2a6f589\"] { float: none; max-width: 1440px; margin-top: 55px !important; margin-left: auto !important; margin-right: auto !important; }#tve_editor [data-css=\"tve-u-15ec2a6b447\"] { color: rgb(255, 255, 255) !important; font-size: 45px !important; font-family: \"Special Elite\" !important; font-weight: 400 !important; }[data-css=\"tve-u-15ec2a5bb35\"] { background-image: linear-gradient(rgba(28, 54, 85, 0.5), rgba(28, 54, 85, 0.5)), url(\"https://bestcerakoteflorida.com/wp-content/uploads/2018/05/FTYS6743-1024x683.jpg\") !important; background-size: auto, cover !important; background-position: 0px 0px, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-15ec2a56438\"] { margin-top: 69px !important; }[data-css=\"tve-u-15ec2a5540e\"] { max-width: 100%; text-align: center; min-height: 561px !important; }[data-css=\"tve-u-15ec2a38bfd\"] { margin-right: 0px !important; padding-right: 0px !important; margin-left: 0px !important; }[data-css=\"tve-u-15ec2a33d71\"] { width: 830px; position: relative; top: 0px; left: 40px; z-index: 7; float: none; padding-right: 0px !important; padding-left: 0px !important; }[data-css=\"tve-u-15ec27075e1\"] { border-left: 2px dashed rgb(232, 238, 241); border-top: 1px solid rgb(232, 238, 241); border-bottom: 1px solid rgb(232, 238, 241); }[data-css=\"tve-u-15ec26fee25\"] > .tcb-flex-col > .tcb-col { min-height: 612px; }[data-css=\"tve-u-15ec26fee25\"] { min-height: inherit; margin-left: 0px; padding-top: 0px !important; padding-bottom: 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-15ec26ec232\"] { margin-top: 66px !important; }[data-css=\"tve-u-15ec26e5812\"] { max-width: 100%; min-height: 586px !important; }[data-css=\"tve-u-15ec26c390a\"] { margin-top: 60px !important; }#tve_editor [data-css=\"tve-u-15ec26bd2e8\"] { color: rgb(24, 45, 60) !important; font-size: 70px !important; }[data-css=\"tve-u-15ec26b9914\"] { max-width: 1434px; text-align: center; }[data-css=\"tve-u-15ec26ab7b0\"] { margin-top: 67px !important; }#tve_editor [data-css=\"tve-u-15ec26a92a2\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15ec2698d8d\"] { float: none; max-width: 600px; margin-left: auto !important; margin-right: auto !important; margin-top: 30px !important; }#tve_editor [data-css=\"tve-u-15ec269736c\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15ec269379d\"] { font-size: 45px !important; }[data-css=\"tve-u-15ec268a0a3\"] { font-size: 45px !important; color: rgb(89, 171, 227) !important; }[data-css=\"tve-u-15ec256e611\"] { margin-top: 0px !important; }#tve_editor [data-css=\"tve-u-15ec25610c7\"] { font-size: 40px !important; color: rgb(89, 171, 227) !important; }[data-css=\"tve-u-15ec255fe12\"] { font-family: ABeeZee !important; font-weight: 400 !important; color: rgb(89, 171, 227) !important; font-size: 45px !important; }[data-css=\"tve-u-15ec254985a\"] { margin-right: 0px !important; }[data-css=\"tve-u-15ec253ef3a\"] { text-align: center; background-image: linear-gradient(rgba(24, 45, 60, 0.95), rgba(24, 45, 60, 0.95)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; margin-top: 0px !important; padding-top: 130px !important; padding-bottom: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-15ec253a41f\"] > .tcb-flex-col > .tcb-col { min-height: 661px; }[data-css=\"tve-u-15ec253a41f\"] { min-height: inherit; float: none; max-width: 1474px; z-index: 3; position: relative; padding-top: 0px !important; padding-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; padding-right: 0px !important; }[data-css=\"tve-u-15ec24f97c0\"] { background-image: linear-gradient(rgba(42, 51, 68, 0.1), rgba(42, 51, 68, 0.1)), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/testimonial_bg.jpg\") !important; background-size: auto, cover !important; background-position: 0px 0px, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-15ec24f790d\"] { min-height: 661px !important; }[data-css=\"tve-u-15ec24f494c\"] { margin-top: 60px !important; }[data-css=\"tve-u-15ec24d5e15\"] + div { clear: none; }[data-css=\"tve-u-15ec24d5e15\"] { float: none; width: 65px; margin-left: auto !important; margin-right: auto !important; margin-top: 40px !important; }[data-css=\"tve-u-15ec24ae116\"] + div { clear: none; }[data-css=\"tve-u-15ec24ae116\"] { float: none; width: 73px; margin-left: auto !important; margin-right: auto !important; margin-top: 40px !important; }[data-css=\"tve-u-15ec249b3f6\"] { line-height: 1.9em !important; }[data-css=\"tve-u-15ec2492191\"] { margin-left: 25px !important; margin-right: 25px !important; margin-top: 25px !important; }#tve_editor [data-css=\"tve-u-15ec2487407\"] { text-transform: uppercase !important; color: rgb(135, 156, 171) !important; font-size: 17px !important; }#tve_editor [data-css=\"tve-u-15ec2481d17\"] { font-size: 20px !important; }[data-css=\"tve-u-15ec2477274\"] + div { clear: none; }[data-css=\"tve-u-15ec2477274\"] { float: none; width: 55px; margin-left: auto !important; margin-right: auto !important; margin-top: 40px !important; }[data-css=\"tve-u-15ec2448fdb\"] { float: none; max-width: 1296px; margin-top: 10px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2443105\"] { line-height: 1.8em !important; }[data-css=\"tve-u-15ebea49c0c\"] { float: none; max-width: 1440px; margin-left: auto !important; margin-right: auto !important; margin-top: 0px !important; }#tve_editor [data-css=\"tve-u-15ebea42b31\"] { color: rgb(24, 45, 60) !important; font-size: 70px !important; }[data-css=\"tve-u-15ebea3a693\"] { max-width: 1434px; }#tve_editor [data-css=\"tve-u-15ebe925072\"] { font-family: \"Special Elite\" !important; letter-spacing: 0px; font-weight: 400 !important; font-size: 20px !important; color: rgb(24, 45, 60) !important; }[data-css=\"tve-u-15ebe91a626\"] { display: block; max-width: 423px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ebe91a626\"] .tcb-button-link { border-radius: 200px; min-height: 67.1429px; font-size: 1.6em; padding-top: 0px; padding-bottom: 0px; border: 1px solid rgb(0, 0, 0); box-shadow: rgba(0, 0, 0, 0.4) 0px 3px 8px 1px; background-color: rgb(255, 255, 255) !important; padding-left: 15px !important; background-image: none !important; }[data-css=\"tve-u-15ebe916c34\"] { float: none; z-index: 3; position: relative; width: 100%; max-width: 733px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ebe90cfb0\"] { line-height: 1.1em !important; }[data-css=\"tve-u-15ebe906677\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 669px; margin-left: 50px !important; margin-top: 40px !important; }#tve_editor [data-css=\"tve-u-15ebe905473\"] { font-size: 22px !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15ebe8ee6c0\"]::after { clear: both; }[data-css=\"tve-u-15ebe8edca2\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 722px; padding-left: 0px !important; margin-left: 50px !important; margin-top: 104px !important; }[data-css=\"tve-u-15ebe8abb9e\"] { padding: 0px !important; }[data-css=\"tve-u-15ebe8a4d78\"] { clip-path: url(\"#clip-left-335f47a4c8f92\"); -webkit-clip-path: url(\"#clip-left-335f47a4c8f92\");  }[data-css=\"tve-u-15ebe8a2edd\"] { padding-bottom: 15px !important; padding-top: 15px !important; }[data-css=\"tve-u-15ebe89fb7a\"] { margin-left: -35px !important; }[data-css=\"tve-u-15ebe830a90\"] { clip-path: url(\"#clip-left-bb2526ca261ae\"); -webkit-clip-path: url(\"#clip-left-bb2526ca261ae\");  background-image: linear-gradient(rgb(89, 171, 227), rgb(89, 171, 227)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-15ebe827cb3\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 0px !important; }[data-css=\"tve-u-15ebe80a9a1\"] { min-height: 729px; }[data-css=\"tve-u-15ebe738fb8\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-15ebe738fb8\"] > .tcb-flex-col > .tcb-col { min-height: 729px; }[data-css=\"tve-u-15ebe738fb8\"] { min-height: inherit; margin-left: 0px; padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-15ebe73226c\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/header_image-1.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-15ebe72c974\"] { max-width: 1620px; }[data-css=\"tve-u-15ebe5d7b44\"] { background-image: linear-gradient(rgb(0, 0, 0), rgb(0, 0, 0)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-15ebe51d596\"] { max-width: 100%; min-height: 7px !important; }#tcb_landing_page h3 { font-family: Montserrat; font-weight: 200; font-size: 20px; color: rgb(24, 45, 60); }#tcb_landing_page h2 { font-family: \"Amatic SC\"; font-weight: 400; font-size: 70px; color: rgb(24, 45, 60); }#tcb_landing_page h1 { font-family: \"Amatic SC\"; font-weight: 400; font-size: 96px; color: rgb(255, 255, 255); }#tcb_landing_page p, #tcb_landing_page li { font-family: Montserrat; font-weight: 200; color: rgb(24, 45, 60); font-size: 18px; line-height: 1.667em; }[data-css=\"tve-u-15e09c94f7d\"] { background-color: rgb(255, 255, 255); }[data-css=\"tve-u-15ec256b908\"] { font-family: \"Amatic SC\" !important; font-weight: 400 !important; }[data-css=\"tve-u-15ec26760e9\"] { font-family: ABeeZee !important; font-weight: 400 !important; }[data-css=\"tve-u-15ec2680494\"] { font-family: \"Amatic SC\" !important; font-weight: 400 !important; }#tve_editor [data-css=\"tve-u-15ec2ab1d6d\"] { letter-spacing: 1px; color: rgb(255, 255, 255) !important; font-size: 20px !important; }#tve_editor [data-css=\"tve-u-15ec2ab1d82\"] { letter-spacing: 1px; color: rgb(255, 255, 255) !important; font-size: 20px !important; }[data-css=\"tve-u-15ec2abe257\"] { float: none; z-index: 3; position: relative; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2ac01df\"] { display: block; max-width: 306px; float: none; margin-left: auto !important; margin-right: auto !important; width: 306px; }[data-css=\"tve-u-15ec2ac01df\"] .tcb-button-link { border-radius: 13px; min-height: 67.1429px; font-size: 1.6em; padding: 12px 15px; background-color: rgb(255, 255, 255) !important; background-image: none !important; overflow: hidden; }#tve_editor [data-css=\"tve-u-15ec2af6c4b\"] { color: rgb(24, 45, 60) !important; font-size: 70px !important; }[data-css=\"tve-u-15ec2af6c4e\"] { font-family: \"Amatic SC\" !important; font-weight: 400 !important; }[data-css=\"tve-u-15ec3192f72\"] { margin-left: 25px !important; margin-right: 25px !important; margin-top: 25px !important; }[data-css=\"tve-u-15ec31ba260\"] { float: none; max-width: 1296px; margin-top: 10px !important; margin-left: auto !important; margin-right: auto !important; }#tcb_landing_page a:hover:not(.tcb-button-link) { color: rgb(89, 171, 227); }#tcb_landing_page .tve-state-hovera:not(.tcb-button-link) { color: rgb(89, 171, 227); }#tve_editor [data-css=\"tve-u-160266880a0\"] { color: rgb(255, 255, 255) !important; font-family: Montserrat !important; }[data-css=\"tve-u-1602b324ab9\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1602bec144e\"] { width: 36px; float: left; z-index: 3; position: static; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1602befe215\"] { max-width: 386px; position: relative !important; padding-left: 1px !important; margin-top: 0px !important; margin-left: 50px !important; }[data-css=\"tve-u-160309ddca8\"] + div { clear: none; }[data-css=\"tve-u-160309ddca8\"] { float: none; width: 60px; position: absolute; margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-160309f3e5d\"] { max-width: 75%; margin-left: 80px !important; margin-top: 60px !important; margin-bottom: 40px !important; }[data-css=\"tve-u-160309f6c04\"] { max-width: 75%; margin-left: 80px !important; margin-top: 60px !important; margin-bottom: 80px !important; }[data-css=\"tve-u-16030a013d7\"] + div { clear: none; }[data-css=\"tve-u-16030a013d7\"] { float: none; width: 60px; position: absolute; margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-16030a08afd\"] { position: relative !important; margin-left: 100px !important; }[data-css=\"tve-u-16030a09626\"] { position: relative !important; margin-left: 100px !important; }#tcb_landing_page a.tve-state-hover:not(.tcb-button-link) { color: rgb(89, 171, 227); }[data-css=\"tve-u-165b813034a\"] { border-bottom: 1px solid rgb(255, 255, 255); padding: 0px !important; }#tve_editor [data-css=\"tve-u-165b814869f\"] { font-family: Montserrat; letter-spacing: 0px; font-weight: 400; font-size: 18px !important; color: rgb(24, 45, 60) !important; text-transform: capitalize !important; }[data-css=\"tve-u-165bce18a46\"] { max-width: 73.7%; }[data-css=\"tve-u-165b813034a\"] .tve-page-section-in { display: block; }[data-css=\"tve-u-165bcef972c\"] { max-width: 26.3%; }[data-css=\"tve-u-165bcf2cfcd\"] { width: 335px; }[data-css=\"tve-u-165bcf3f4af\"] { padding-bottom: 0px !important; padding-top: 0px !important; }[data-css=\"tve-u-165bcf40f41\"] { float: none; width: 100%; margin: 0px auto !important; }[data-css=\"tve-u-15ec3152b02\"] { text-align: center; }[data-css=\"tve-u-165bd189801\"] { width: 366px; }[data-css=\"tve-u-165bd25ab3b\"] { font-family: \"Special Elite\" !important; }[data-css=\"tve-u-165bd25b417\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-15ec2ac01df\"] .tcb-button-link { line-height: 1.2em; font-size: 18px; font-family: \"Special Elite\"; font-weight: 400; }}@media (max-width: 1023px){[data-css=\"tve-u-1602b332fd9\"] { float: none; max-width: 121px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1602befe215\"] { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1602b37ce9d\"] .tcb-flex-col { flex-basis: 420px !important; }[data-css=\"tve-u-1602bec144e\"] { float: none; z-index: 3; position: relative; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1602be7db66\"] { float: none; z-index: 3; position: relative; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2a38bfd\"] { text-align: left; }[data-css=\"tve-u-15ec27075e1\"] { margin-top: 0px !important; }[data-css=\"tve-u-15ee1237243\"] { margin-top: 52px !important; }[data-css=\"tve-u-15ee121a6d1\"] { margin-left: 33px !important; margin-right: 33px !important; }[data-css=\"tve-u-15ebe51d596\"] { text-align: left; }[data-css=\"tve-u-15ec2b54c99\"] { text-align: left; }[data-css=\"tve-u-15ec2b3b468\"] { margin-left: 0px !important; margin-top: 20px !important; }[data-css=\"tve-u-15ec2b37666\"] { margin-top: 0px !important; }[data-css=\"tve-u-15ec2a80647\"] { margin-top: 0px !important; padding-left: 10px !important; padding-right: 10px !important; }[data-css=\"tve-u-15ec2a5540e\"] { max-width: 720px; }[data-css=\"tve-u-15ec2a33d71\"] { width: 395px; float: none; z-index: 3; position: relative; margin: 80px auto 0px !important; }[data-css=\"tve-u-15ec26b9914\"] { max-width: 720px; }[data-css=\"tve-u-15ec253ef3a\"] { padding: 25px 10px !important; }[data-css=\"tve-u-15ebea3a693\"] { max-width: 720px; }[data-css=\"tve-u-15ec30a8a14\"]::after { clear: both; }[data-css=\"tve-u-15ebe916c34\"] { max-width: 376px; }[data-css=\"tve-u-15ebe8a2edd\"] > .tcb-flex-col > .tcb-col { justify-content: center; min-height: 91px; }[data-css=\"tve-u-15ec3055cca\"] { text-align: center; margin-top: 0px !important; }[data-css=\"tve-u-15ebe8a2edd\"] { min-height: inherit; float: none; max-width: 100%; padding-top: 0px !important; padding-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ebe830a90\"] { clip-path: url(\"#clip-tablet-left-bb2526ca261ae\"); -webkit-clip-path: url(\"#clip-tablet-left-bb2526ca261ae\");  }[data-css=\"tve-u-15ebe91a626\"] { margin-left: 30px !important; }[data-css=\"tve-u-15ebe906677\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 336px; margin-left: 30px !important; }[data-css=\"tve-u-15ebe8edca2\"] { margin-left: 30px !important; }[data-css=\"tve-u-15ebe89fb7a\"] { margin-left: -35px !important; }[data-css=\"tve-u-15ebe827cb3\"] { max-width: 100%; }#tve_editor [data-css=\"tve-u-15ebe90cfb0\"] { font-size: 84px !important; }}@media (max-width: 767px){[data-css=\"tve-u-160309b344b\"] { margin-left: 10px !important; margin-top: 30px !important; margin-right: 10px !important; }[data-css=\"tve-u-16030a013d7\"] { position: static; }[data-css=\"tve-u-16030a09626\"] { margin-left: 10px !important; margin-top: 30px !important; margin-right: 10px !important; }[data-css=\"tve-u-160309ddca8\"] { position: static; }[data-css=\"tve-u-16030a08afd\"] { margin-left: 10px !important; margin-right: 10px !important; margin-top: 30px !important; }[data-css=\"tve-u-160309b00b4\"] { position: static; }[data-css=\"tve-u-16030975307\"] { max-width: 100%; margin-left: 10px !important; margin-right: 10px !important; }[data-css=\"tve-u-160309f6c04\"] { max-width: 100%; margin-left: 10px !important; margin-right: 10px !important; }[data-css=\"tve-u-160309f3e5d\"] { max-width: 100%; margin-left: 10px !important; margin-right: 10px !important; }[data-css=\"tve-u-15ec2a38bfd\"]::after { clear: both; }[data-css=\"tve-u-1602bfea280\"] { margin-top: 0px !important; margin-bottom: 20px !important; }[data-css=\"tve-u-1602bf25f10\"]::after { clear: both; }[data-css=\"tve-u-1602b332fd9\"] { max-width: 257px; float: left; z-index: 3; position: relative; width: 100%; margin-top: 20px !important; margin-left: 20px !important; }[data-css=\"tve-u-15ec253ef3a\"] { padding-top: 30px !important; padding-bottom: 30px !important; }[data-css=\"tve-u-15ee1237243\"] { margin-top: 25px !important; }[data-css=\"tve-u-15ee1232726\"] { margin-top: 25px !important; }[data-css=\"tve-u-15ec2ae8715\"] { margin-left: -15px; }[data-css=\"tve-u-15ec2ae8715\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-15ec2b33f06\"] { margin-right: 0px !important; }[data-css=\"tve-u-15ec26fee25\"] > .tcb-flex-col > .tcb-col { min-height: 387px; }[data-css=\"tve-u-15ec26fee25\"] { margin-left: 0px; min-height: inherit; }[data-css=\"tve-u-15ec26fee25\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-15ec2a33d71\"] { position: static; margin-bottom: 0px !important; }[data-css=\"tve-u-15ec31ba260\"] { padding-left: 3px !important; padding-right: 3px !important; }[data-css=\"tve-u-15ec253a41f\"] > .tcb-flex-col > .tcb-col { min-height: 27px; }[data-css=\"tve-u-15ec253a41f\"] { margin-left: 0px; min-height: inherit; }[data-css=\"tve-u-15ec253a41f\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-15ec254985a\"] { margin-top: 0px !important; }[data-css=\"tve-u-15ec24f494c\"] { margin-top: 30px !important; }[data-css=\"tve-u-15ec256e611\"] { margin-top: 0px !important; }[data-css=\"tve-u-15ec3192f72\"] { margin-bottom: 32px !important; }[data-css=\"tve-u-15ec318421d\"] { margin-bottom: 34px !important; margin-top: -90px !important; }[data-css=\"tve-u-15ebe738fb8\"] > .tcb-flex-col > .tcb-col { min-height: 554px; }[data-css=\"tve-u-15ebe738fb8\"] { min-height: inherit; padding-bottom: 0px !important; }[data-css=\"tve-u-15ec3017516\"] { margin-top: 0px !important; padding-left: 5px !important; padding-right: 5px !important; }[data-css=\"tve-u-15ebe89fb7a\"] { margin-left: -20px !important; }[data-css=\"tve-u-15ec3055cca\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-15ebe916c34\"] { margin-bottom: 0px !important; padding-bottom: 0px !important; max-width: 363px; margin-left: auto !important; margin-right: auto !important; float: none; width: 100%; }[data-css=\"tve-u-15ec3152b02\"] { min-height: 226px; }[data-css=\"tve-u-15ebe80a9a1\"] { min-height: 65px; }[data-css=\"tve-u-15ebe91a626\"] { margin-bottom: 0px !important; margin-right: 30px !important; margin-top: 20px !important; }[data-css=\"tve-u-15ebe906677\"] { margin-left: 30px !important; }[data-css=\"tve-u-15ebe8edca2\"] { margin-left: 30px !important; margin-top: 6px !important; }[data-css=\"tve-u-15ebe827cb3\"] { max-width: 100%; margin-top: 50px !important; }[data-css=\"tve-u-15ec313e743\"] { margin-left: 10px !important; margin-right: 10px !important; }[data-css=\"tve-u-1602befe215\"] { max-width: 257px; float: left; z-index: 3; position: relative; width: 100%; margin-top: 20px !important; margin-left: 20px !important; }[data-css=\"tve-u-15ebe73226c\"] { height: calc(100% - 33px); margin-top: 70px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-15ebe91a626\"] .tcb-button-link { padding-right: 10px !important; padding-left: 10px !important; }[data-css=\"tve-u-15ebe827cb3\"] > .tve-cb { display: block; }}'),(3039,296,'tve_revision_tve_user_custom_css','.thrv_text_element p {margin:0;}\n.thrv_heading h1,h2,h3 {margin:0;}'),(3040,296,'tve_revision_tve_page_events','a:0:{}'),(3041,296,'tve_revision_tve_globals','a:4:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";s:11:\"extra_icons\";a:1:{i:0;a:3:{s:11:\"font-family\";s:25:\"tve-ff-6797-59f9979fd5998\";s:3:\"css\";s:87:\"http://lp-build.thrivethemes.com/wp-content/uploads/tve-ff-6797-59f9979fd5998/style.css\";s:6:\"folder\";s:92:\"/home/thrivedevbitston/public_html/landingpages/wp-content/uploads/tve-ff-6797-59f9979fd5998\";}}s:6:\"lb_map\";a:1:{i:6808;s:3:\"265\";}s:8:\"font_cls\";a:0:{}}'),(3042,296,'tve_revision_tve_global_scripts',''),(3043,296,'tve_revision_thrive_icon_pack','0'),(3044,296,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(3045,296,'tve_revision_tve_has_masonry','0'),(3046,296,'tve_revision_tve_has_typefocus','0'),(3047,296,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-165b813034a\" wfd-id=\"262\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ebe5d7b44\" wfd-id=\"288\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ebe51d596\" wfd-id=\"263\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15ec3055cca\" wfd-id=\"264\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized\" data-css=\"tve-u-15ebe8a2edd\" wfd-id=\"265\"><div class=\"tcb-flex-col\" data-css=\"tve-u-165bcef972c\" style=\"\" wfd-id=\"278\"><div class=\"tcb-col\" wfd-id=\"280\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-165bcf40f41\" wfd-id=\"281\"><div class=\"tcb-flex-row tcb--cols--1\" data-css=\"tve-u-165bcf3f4af\" wfd-id=\"282\"><div class=\"tcb-flex-col\" wfd-id=\"283\"><div class=\"tcb-col\" wfd-id=\"285\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-165bcf2cfcd\" wfd-id=\"286\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"287\"><img class=\"tve_image wp-image-290\" alt=\"\" width=\"751\" height=\"102\" title=\"Logo\" data-id=\"290\" src=\"//bestcerakoteflorida.com/wp-content/uploads/2018/09/Logo.png\" style=\"width: 100%;\"></span></div></div></div></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-165bce18a46\" style=\"\" wfd-id=\"266\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec313e743\" data-tcb_hover_state_parent=\"\" wfd-id=\"268\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" wfd-id=\"269\"><p data-css=\"tve-u-15f002fa8f6\"><span data-css=\"tve-u-15f0034f748\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"277\"><a href=\"#whatwedo\">What We Do</a></span>&nbsp; &nbsp; <span data-css=\"tve-u-15f003606db\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"276\"><a href=\"#testimonials\">Testimonials</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f003655f8\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"275\"><a href=\"#aboutus\">About Us</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f00369f5e\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"274\"><a href=\"#getyourcoupon\">Get Your Coupon</a></span>&nbsp; &nbsp; <span data-css=\"tve-u-15f0064f814\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"273\"><a href=\"#areaweserve\">Area We Serve</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f003784ab\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"272\"><a href=\"#contact\">Contact</a></span></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 343px; left: 0px;\" data-css=\"tve-u-15ebe8abb9e\" wfd-id=\"232\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ebe8a4d78\" data-clip-id=\"335f47a4c8f92\" wfd-id=\"261\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-left-335f47a4c8f92\" class=\"decoration-clip clip-path-left\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" pointer-width=\"6\" pointer-height=\"2.5\" style=\"curves\" decoration-type=\"none\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon><ellipse cx=\"0.025\" cy=\"0.029412\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.08823600000000001\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.14706\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.205884\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.264708\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.323532\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.38235600000000003\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.44118\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.500004\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.558828\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.617652\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.676476\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.7353000000000001\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.794124\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.852948\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.911772\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.970596\" rx=\"0.025\" ry=\"0.029412\"></ellipse></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ebe72c974\" wfd-id=\"233\"><div class=\"thrv_wrapper thrv-columns tcb-window-width\" style=\"width: 343px; left: 0px;\" data-css=\"tve-u-15ec318421d\" wfd-id=\"234\"><div class=\"tcb-flex-row tcb--cols--2 v-2\" data-css=\"tve-u-15ebe738fb8\" wfd-id=\"235\"><div class=\"tcb-flex-col\" wfd-id=\"258\"><div class=\"tcb-col\" data-css=\"tve-u-15ebe73226c\" wfd-id=\"260\"></div></div><div class=\"tcb-flex-col\" wfd-id=\"236\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ebe89fb7a\" wfd-id=\"238\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ebe827cb3\" wfd-id=\"239\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15ebe830a90\" data-clip-id=\"bb2526ca261ae\" wfd-id=\"257\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-left-bb2526ca261ae\" class=\"decoration-clip clip-path-left\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"none\" pointer-width=\"5.7\" pointer-height=\"2.5\" style=\"curves\" slanted-angle=\"5\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon><ellipse cx=\"0.025\" cy=\"0.027778\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.083334\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.13889\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.194446\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.250002\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.305558\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.361114\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.41667\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.47222600000000003\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.527782\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.583338\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.638894\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.69445\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.7500060000000001\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.805562\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.861118\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.916674\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.97223\" rx=\"0.025\" ry=\"0.027778\"></ellipse></clipPath><clipPath id=\"clip-tablet-left-bb2526ca261ae\" class=\"decoration-clip clip-path-tablet-left\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"divider\" pointer-width=\"5.7\" pointer-height=\"4\" style=\"curves\" slanted-angle=\"5\"><polygon points=\"0.04 0, 0.04 1, 1 1, 1 0\"></polygon><ellipse cx=\"0.04\" cy=\"0.027778\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.083334\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.13889\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.194446\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.250002\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.305558\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.361114\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.41667\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.47222600000000003\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.527782\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.583338\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.638894\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.69445\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.7500060000000001\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.805562\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.861118\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.916674\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.97223\" rx=\"0.04\" ry=\"0.027778\"></ellipse></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ebe80a9a1\" wfd-id=\"240\"><div class=\"tcb-clear\" data-css=\"tve-u-15ebe8ee6c0\" wfd-id=\"253\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15ebe8edca2\" data-tag=\"h1\" wfd-id=\"254\"><h1 data-css=\"tve-u-15ebe90cfb0\">Happy dogs =<br>â€‹â€‹â€‹â€‹â€‹happâ€‹â€‹â€‹â€‹y owners</h1></div></div><div class=\"tcb-clear\" data-css=\"tve-u-15ec30a8a14\" wfd-id=\"249\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ebe906677\" wfd-id=\"250\"><p data-css=\"tve-u-15ebe905473\">Offer your dog a premium walking experience</p></div></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ebe916c34\" wfd-id=\"241\">\n<div class=\"tve-content-box-background\" wfd-id=\"248\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ec3152b02\" wfd-id=\"242\"><div class=\"thrv_wrapper thrv-button tve_ea_thrive_lightbox\" data-css=\"tve-u-15ebe91a626\" data-tcb_hover_state_parent=\"false\" data-button-style=\"full_rounded\" wfd-id=\"243\">\n<a href=\"#\" class=\"tcb-button-link tve_evt_manager_listen tve_et_click\" data-tcb-events=\"__TCB_EVENT_[{&quot;config&quot;:{&quot;l_anim&quot;:&quot;zoom_in&quot;,&quot;l_id&quot;:265},&quot;a&quot;:&quot;thrive_lightbox&quot;,&quot;t&quot;:&quot;click&quot;}]_TNEVE_BCT__\">\n<span class=\"tcb-button-texts\" wfd-id=\"244\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-165b814869f\" wfd-id=\"245\">Get 10% OFF Your First Cerakote Project</span></span>\n</a>\n</div></div>\n</div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 343px; left: 0px;\" data-css=\"tve-u-15ec3017516\" wfd-id=\"223\">\n<div class=\"tve-page-section-out\" wfd-id=\"231\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ebea3a693\" wfd-id=\"224\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15ebea49c0c\" id=\"whatwedo\" data-tag=\"h1\" wfd-id=\"228\"><h1 data-css=\"tve-u-15ebea42b31\" style=\"text-align: center;\">What We Do</h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2448fdb\" wfd-id=\"225\"><p data-css=\"tve-u-15ec2443105\" style=\"text-align: center;\">Our goal is to make sure the owners are comforted, the pups are exercised and happy and that we are getting our own puppy fixes. But letâ€™s be honest- itâ€™s their world, weâ€™re just living in it! As a small team of experienced dog owners and lovers, we really get to know you and your dog and we canguarantee consistent and personal care that is equal to your love and attention. We are so excited to make you a part of the family!</p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 343px; left: 0px;\" wfd-id=\"188\">\n<div class=\"tve-page-section-out\" wfd-id=\"222\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ee1211b9b\" wfd-id=\"189\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15ee121a6d1\" wfd-id=\"190\"><div class=\"tcb-flex-row tcb--cols--3 tcb-medium-wrap\" data-css=\"tve-u-15ee121fb1c\" wfd-id=\"191\"><div class=\"tcb-flex-col\" wfd-id=\"210\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ee1225fdf\" wfd-id=\"212\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec2477274\" wfd-id=\"220\"><span class=\"tve_image_frame\" wfd-id=\"221\"><img class=\"tve_image wp-image-1596\" alt=\"\" width=\"55\" height=\"73\" title=\"what_do_icon_01\" data-id=\"1596\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_01.png\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"219\"><p data-css=\"tve-u-15ec2481d17\"><strong>First Class Care</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"216\"><p data-css=\"tve-u-15ec2487407\">all the best for them</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2492191\" wfd-id=\"213\"><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"200\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ee1232726\" wfd-id=\"202\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec24ae116\" wfd-id=\"208\"><span class=\"tve_image_frame\" wfd-id=\"209\"><img class=\"tve_image wp-image-1597\" alt=\"\" width=\"73\" height=\"73\" title=\"what_do_icon_02\" data-id=\"1597\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_02.png\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"207\"><p data-css=\"tve-u-15ec2481d17\"><strong>Snacks Included</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"206\"><p data-css=\"tve-u-15ec2487407\">for your little one</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec3192f72\" wfd-id=\"203\"><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"192\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ee1237243\" wfd-id=\"194\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec24d5e15\" wfd-id=\"198\"><span class=\"tve_image_frame\" wfd-id=\"199\"><img class=\"tve_image wp-image-1598\" alt=\"\" width=\"65\" height=\"73\" title=\"what_do_icon_03\" data-id=\"1598\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_03.png\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"197\"><p data-css=\"tve-u-15ec2481d17\"><strong>Regularly walks</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"196\"><p data-css=\"tve-u-15ec2487407\">to keep them ealthy</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2492191\" wfd-id=\"195\"><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris.</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-15ec24f494c\" id=\"testimonials\" style=\"\" wfd-id=\"162\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ec24f97c0\" wfd-id=\"187\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec24f790d\" wfd-id=\"163\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15ec254985a\" style=\"\" wfd-id=\"164\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-15ec253a41f\" wfd-id=\"165\"><div class=\"tcb-flex-col\" wfd-id=\"169\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec253ef3a\" style=\"\" wfd-id=\"171\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec256e611\" style=\"\" wfd-id=\"178\"><p data-css=\"tve-u-15ec25610c7\"><span data-css=\"tve-u-15ec268a0a3\" style=\"font-size: 45px; color: rgb(89, 171, 227);\" wfd-id=\"185\"><span data-css=\"tve-u-15ec26760e9\" style=\"font-family: ABeeZee;\" wfd-id=\"186\">â€</span></span><span data-css=\"tve-u-15ec256b908\" style=\"font-family: &quot;Amatic SC&quot;;\" wfd-id=\"184\">&nbsp; &nbsp; &nbsp;</span><span data-css=\"tve-u-15ec2680494\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"182\"><span data-css=\"tve-u-15ec269379d\" style=\"font-size: 45px;\" wfd-id=\"183\">my chester enjoys being with them!</span> &nbsp; &nbsp;&nbsp;</span><span data-css=\"tve-u-15ec255fe12\" style=\"font-family: ABeeZee; font-weight: 400; color: rgb(89, 171, 227); font-size: 45px;\" wfd-id=\"181\">â€</span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2698d8d\" wfd-id=\"173\"><p data-css=\"tve-u-160266880a0\">We LOVE going for walks with our friends at Paw! Donâ€™t tell our mom &amp; dad,but we get really excited when they leave for work because we know it wonâ€™t be long before we get a visit from one of our favorite friends at PawCity! Best part is, they always let our parents know how ourwalk went right away so they dont have to worry about us!</p><p data-css=\"tve-u-15ec269736c\">We love you PawCity!! xoxo</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec26ab7b0\" style=\"\" wfd-id=\"172\"><p data-css=\"tve-u-15ec26a92a2\"><strong>Anna Olson</strong>, Chesterâ€™s Mom</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"166\"><div class=\"tcb-col\" wfd-id=\"168\"></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 343px; left: 0px;\" data-css=\"tve-u-15ec26c390a\" id=\"aboutus\" wfd-id=\"153\">\n<div class=\"tve-page-section-out\" wfd-id=\"161\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec26b9914\" wfd-id=\"154\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15ee1037a1d\" data-tag=\"h1\" wfd-id=\"158\"><h1 data-css=\"tve-u-15ec26bd2e8\">About us</h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec31ba260\" wfd-id=\"155\"><p data-css=\"tve-u-15ec2443105\" style=\"text-align: center;\">At PawCity, we lead lives full of the unconditional love and happiness we receive from the furballs we get to spend time with everyday and we have this beautiful city and all the beautiful people in it to thank. We love you and your pups!!</p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 343px; left: 0px;\" data-css=\"tve-u-15ec26ec232\" wfd-id=\"116\">\n<div class=\"tve-page-section-out\" wfd-id=\"152\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec26e5812\" wfd-id=\"117\"><div class=\"thrv_wrapper thrv-columns tcb-window-width\" style=\"width: 343px; left: -1px;\" data-css=\"tve-u-15ee106257d\" wfd-id=\"118\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2\" data-css=\"tve-u-15ec26fee25\" wfd-id=\"119\"><div class=\"tcb-flex-col c-33\" wfd-id=\"147\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec2a38bfd\" wfd-id=\"149\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec2a33d71\" wfd-id=\"150\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"151\"><img class=\"tve_image wp-image-7399\" alt=\"\" width=\"830\" height=\"775\" title=\"about_us_dog\" data-id=\"7399\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/about_us_dog.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col c-66\" wfd-id=\"120\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec27075e1\" wfd-id=\"122\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160309f3e5d\" wfd-id=\"139\">\n<div class=\"tve-content-box-background\" wfd-id=\"146\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160309b397d\" wfd-id=\"140\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-160309b00b4\" data-float=\"1\" wfd-id=\"144\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"145\"><img class=\"tve_image wp-image-7404\" alt=\"\" width=\"64\" height=\"64\" title=\"dog_paw\" data-id=\"7404\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/dog_paw.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16030a08afd\" wfd-id=\"141\"><p>We moved to New York City with our black bulldog rescue, Blakely, in 2007 after graduating from the University of Maryland. Immediately, we realized what a dog-crazy place it was.</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160309f6c04\" wfd-id=\"131\">\n<div class=\"tve-content-box-background\" wfd-id=\"138\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160309b397d\" wfd-id=\"132\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-160309ddca8\" data-float=\"1\" wfd-id=\"136\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"137\"><img class=\"tve_image wp-image-7403\" alt=\"\" width=\"64\" height=\"64\" title=\"dog_house\" data-id=\"7403\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/dog_house.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16030a09626\" wfd-id=\"133\"><p>We knew right away that we wanted to work with the animals that we loved and that had given us so much love since we were little girls. We started PawCity Dog Walking in July of 2010.</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16030975307\" wfd-id=\"123\">\n<div class=\"tve-content-box-background\" wfd-id=\"130\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160309b397d\" wfd-id=\"124\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16030a013d7\" data-float=\"1\" wfd-id=\"128\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"129\"><img class=\"tve_image wp-image-7405\" alt=\"\" width=\"64\" height=\"64\" title=\"spinning_wheel\" data-id=\"7405\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/spinning_wheel.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160309b344b\" wfd-id=\"125\"><p>We cover the entire width of the East Side, from 96th Street to Delancey and handle every type of personality imaginable. At PawCity, we lead lives full of the unconditional love and happiness we receive from the furballs we get to spend time with everyday.</p></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" data-css=\"tve-u-15ec2a56438\" style=\"width: 343px; left: 0px;\" id=\"getyourcoupon\" wfd-id=\"92\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ec2a5bb35\" wfd-id=\"115\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec2a5540e\" wfd-id=\"93\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ec2a80647\" wfd-id=\"94\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15ec2a9b8a9\" wfd-id=\"114\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ec2a81a9f\" wfd-id=\"95\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2a6f589\" wfd-id=\"110\"><p data-css=\"tve-u-15ec2a6b447\"><span data-css=\"tve-u-15ec2a6d9d8\" style=\"\" wfd-id=\"113\"><strong>Get Your Coupon</strong></span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2aaa9a4\" wfd-id=\"104\"><p data-css=\"tve-u-15ec2ab1d6d\"><span style=\"font-size: 18px;\" data-css=\"tve-u-165bd25b417\" wfd-id=\"108\"><span style=\"font-family: \'Special Elite\';\" data-css=\"tve-u-165bd25ab3b\" wfd-id=\"109\">We strive to keep both you and your pup as happy and comfortable as possible while youâ€™re out earning those big bucks.</span></span></p><p data-css=\"tve-u-15ec2ab1d82\"><br></p><p data-css=\"tve-u-15ec2aa8e2e\"><strong>Get <span data-css=\"tve-u-15ec2aafa24\" style=\"color: rgb(89, 171, 227);\" wfd-id=\"107\">20%</span> off your first walk. Enter your email and we\'ll send you your coupon.</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ec2abe257\" wfd-id=\"96\">\n<div class=\"tve-content-box-background\" wfd-id=\"103\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ec2acb421\" wfd-id=\"97\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-15ec2ac01df\" data-tcb_hover_state_parent=\"false\" data-button-style=\"full_rounded\" data-button-size=\"s\" wfd-id=\"98\">\n<a href=\"\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"99\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-15ebe925072\" wfd-id=\"100\">Get Your Coupon Now</span></span>\n</a>\n</div></div>\n</div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-15ec2b0a32a\" id=\"areaweserve\" wfd-id=\"68\">\n<div class=\"tve-page-section-out\" wfd-id=\"91\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15f76fcb7df\" wfd-id=\"69\"><div class=\"thrv_wrapper thrv-columns\" style=\"\" data-css=\"tve-u-15ee103f44a\" wfd-id=\"70\"><div class=\"tcb-flex-row tcb--cols--2 tcb-medium-wrap\" data-css=\"tve-u-15ec2ae8715\" wfd-id=\"71\"><div class=\"tcb-flex-col c-33\" wfd-id=\"76\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec2b37666\" wfd-id=\"78\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"85\"><p data-css=\"tve-u-15ec2af6c4b\"><span data-css=\"tve-u-15ec2af6c4e\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"90\">area we serve</span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"79\"><p>As a small team of experienced dog owners and lovers, we really get to know you and your dog and we canguarantee consistent and personal care that is equal to your love and attention.</p><p><br></p><p><strong><span data-css=\"tve-u-15ec2afed17\" style=\"color: rgb(89, 171, 227);\" wfd-id=\"84\">We are so excited to make you a part of the family!</span></strong></p></div></div></div><div class=\"tcb-flex-col c-66\" wfd-id=\"72\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec2b33f06\" wfd-id=\"74\"><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-15ec2b3b468\" wfd-id=\"75\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=blakely, united states&amp;t=m&amp;z=11&amp;output=embed&amp;iwloc=near\"></iframe>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" data-css=\"tve-u-15ec2b5d54c\" style=\"width: 343px; left: 0px;\" id=\"contact\" wfd-id=\"30\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ec2b56fac\" wfd-id=\"67\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec2b54c99\" wfd-id=\"31\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1602b31dfcd\" wfd-id=\"32\"><div class=\"tcb-flex-row tcb-resized tcb-medium-wrap tcb--cols--3\" data-css=\"tve-u-1602b37ce9d\" wfd-id=\"33\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1602be453ec\" style=\"\" wfd-id=\"62\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"64\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-165bd189801\" wfd-id=\"65\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"66\"><img class=\"tve_image wp-image-290\" alt=\"Blackhawk Custom Cerakote\" width=\"751\" height=\"102\" title=\"Logo\" data-id=\"290\" src=\"//bestcerakoteflorida.com/wp-content/uploads/2018/09/Logo.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1602be45437\" style=\"\" wfd-id=\"47\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1602be56dfc\" wfd-id=\"49\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1602bfebaf9\" wfd-id=\"50\">\n<div class=\"tve-content-box-background\" wfd-id=\"61\"></div>\n<div class=\"tve-cb\" wfd-id=\"51\"><div class=\"tcb-clear\" data-css=\"tve-u-1602bf36e2c\" wfd-id=\"59\"><div class=\"thrv_wrapper tve_image_caption tcb-mobile-hidden\" data-css=\"tve-u-1602be7db66\" data-float=\"1\" wfd-id=\"60\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-7369\" alt=\"\" width=\"64\" height=\"64\" title=\"location\" data-id=\"7369\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/location.png\" style=\"width: 100%;\"></span></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1602bf25f10\" wfd-id=\"52\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1602befe215\" wfd-id=\"53\"><p data-css=\"tve-u-1602bfa220e\"><strong><span data-css=\"tve-u-1602b324a9b\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"58\">67 E. 3rd Street</span></strong><span data-css=\"tve-u-1602b324a9c\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"57\"> </span><span data-css=\"tve-u-1602b324ab9\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"56\">Suite B New York, NY 10003</span></p></div></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1602be4545b\" style=\"\" wfd-id=\"34\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"36\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1602bfea280\" wfd-id=\"37\">\n<div class=\"tve-content-box-background\" wfd-id=\"46\"></div>\n<div class=\"tve-cb\" wfd-id=\"38\"><div class=\"tcb-clear\" data-css=\"tve-u-1602bfc4bea\" wfd-id=\"44\"><div class=\"thrv_wrapper tve_image_caption tcb-mobile-hidden\" data-css=\"tve-u-1602bec144e\" data-float=\"1\" wfd-id=\"45\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-7370\" alt=\"\" width=\"64\" height=\"64\" title=\"phone\" data-id=\"7370\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/phone.png\" style=\"width: 100%;\"></span></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1602bfc74c3\" wfd-id=\"39\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1602b332fd9\" data-float=\"1\" wfd-id=\"40\"><p><a href=\"tel:#9548481911\" target=\"_blank\"><strong><span data-css=\"tve-u-1602b324a9b\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"43\">954-848-1911</span></strong></a><br></p></div></div></div>\n</div></div></div></div></div></div>\n</div>'),(3048,296,'tve_revision_tve_has_wistia_popover','0'),(3049,297,'tve_revision_tve_landing_page','tcb2-one-page-site-dog-walking'),(3050,297,'tve_revision_tve_disable_theme_dependency',''),(3051,297,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-165b813034a\" wfd-id=\"262\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ebe5d7b44\" wfd-id=\"288\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ebe51d596\" wfd-id=\"263\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15ec3055cca\" wfd-id=\"264\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized\" data-css=\"tve-u-15ebe8a2edd\" wfd-id=\"265\"><div class=\"tcb-flex-col\" data-css=\"tve-u-165bcef972c\" style=\"\" wfd-id=\"278\"><div class=\"tcb-col\" wfd-id=\"280\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-165bcf40f41\" wfd-id=\"281\"><div class=\"tcb-flex-row tcb--cols--1\" data-css=\"tve-u-165bcf3f4af\" wfd-id=\"282\"><div class=\"tcb-flex-col\" wfd-id=\"283\"><div class=\"tcb-col\" wfd-id=\"285\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-165bcf2cfcd\" wfd-id=\"286\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"287\"><img class=\"tve_image wp-image-290\" alt=\"\" width=\"751\" height=\"102\" title=\"Logo\" data-id=\"290\" src=\"//bestcerakoteflorida.com/wp-content/uploads/2018/09/Logo.png\" style=\"width: 100%;\"></span></div></div></div></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-165bce18a46\" style=\"\" wfd-id=\"266\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec313e743\" data-tcb_hover_state_parent=\"\" wfd-id=\"268\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" wfd-id=\"269\"><p data-css=\"tve-u-15f002fa8f6\"><span data-css=\"tve-u-15f0034f748\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"277\"><a href=\"#whatwedo\">What We Do</a></span>&nbsp; &nbsp; <span data-css=\"tve-u-15f003606db\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"276\"><a href=\"#testimonials\">Testimonials</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f003655f8\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"275\"><a href=\"#aboutus\">About Us</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f00369f5e\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"274\"><a href=\"#getyourcoupon\">Get Your Coupon</a></span>&nbsp; &nbsp; <span data-css=\"tve-u-15f0064f814\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"273\"><a href=\"#areaweserve\">Area We Serve</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f003784ab\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"272\"><a href=\"#contact\">Contact</a></span></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 343px; left: 0px;\" data-css=\"tve-u-15ebe8abb9e\" wfd-id=\"232\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ebe8a4d78\" data-clip-id=\"335f47a4c8f92\" wfd-id=\"261\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-left-335f47a4c8f92\" class=\"decoration-clip clip-path-left\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" pointer-width=\"6\" pointer-height=\"2.5\" style=\"curves\" decoration-type=\"none\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon><ellipse cx=\"0.025\" cy=\"0.029412\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.08823600000000001\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.14706\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.205884\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.264708\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.323532\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.38235600000000003\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.44118\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.500004\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.558828\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.617652\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.676476\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.7353000000000001\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.794124\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.852948\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.911772\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.970596\" rx=\"0.025\" ry=\"0.029412\"></ellipse></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ebe72c974\" wfd-id=\"233\"><div class=\"thrv_wrapper thrv-columns tcb-window-width\" style=\"width: 343px; left: 0px;\" data-css=\"tve-u-15ec318421d\" wfd-id=\"234\"><div class=\"tcb-flex-row tcb--cols--2 v-2\" data-css=\"tve-u-15ebe738fb8\" wfd-id=\"235\"><div class=\"tcb-flex-col\" wfd-id=\"258\"><div class=\"tcb-col\" data-css=\"tve-u-15ebe73226c\" wfd-id=\"260\"></div></div><div class=\"tcb-flex-col\" wfd-id=\"236\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ebe89fb7a\" wfd-id=\"238\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ebe827cb3\" wfd-id=\"239\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15ebe830a90\" data-clip-id=\"bb2526ca261ae\" wfd-id=\"257\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-left-bb2526ca261ae\" class=\"decoration-clip clip-path-left\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"none\" pointer-width=\"5.7\" pointer-height=\"2.5\" style=\"curves\" slanted-angle=\"5\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon><ellipse cx=\"0.025\" cy=\"0.027778\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.083334\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.13889\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.194446\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.250002\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.305558\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.361114\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.41667\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.47222600000000003\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.527782\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.583338\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.638894\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.69445\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.7500060000000001\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.805562\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.861118\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.916674\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.97223\" rx=\"0.025\" ry=\"0.027778\"></ellipse></clipPath><clipPath id=\"clip-tablet-left-bb2526ca261ae\" class=\"decoration-clip clip-path-tablet-left\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"divider\" pointer-width=\"5.7\" pointer-height=\"4\" style=\"curves\" slanted-angle=\"5\"><polygon points=\"0.04 0, 0.04 1, 1 1, 1 0\"></polygon><ellipse cx=\"0.04\" cy=\"0.027778\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.083334\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.13889\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.194446\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.250002\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.305558\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.361114\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.41667\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.47222600000000003\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.527782\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.583338\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.638894\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.69445\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.7500060000000001\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.805562\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.861118\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.916674\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.97223\" rx=\"0.04\" ry=\"0.027778\"></ellipse></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ebe80a9a1\" wfd-id=\"240\"><div class=\"tcb-clear\" data-css=\"tve-u-15ebe8ee6c0\" wfd-id=\"253\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15ebe8edca2\" data-tag=\"h1\" wfd-id=\"254\"><h1 data-css=\"tve-u-15ebe90cfb0\">Happy dogs =<br>â€‹â€‹â€‹â€‹â€‹happâ€‹â€‹â€‹â€‹y owners</h1></div></div><div class=\"tcb-clear\" data-css=\"tve-u-15ec30a8a14\" wfd-id=\"249\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ebe906677\" wfd-id=\"250\"><p data-css=\"tve-u-15ebe905473\">Offer your dog a premium walking experience</p></div></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ebe916c34\" wfd-id=\"241\">\n<div class=\"tve-content-box-background\" wfd-id=\"248\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ec3152b02\" wfd-id=\"242\"><div class=\"thrv_wrapper thrv-button tve_ea_thrive_lightbox\" data-css=\"tve-u-15ebe91a626\" data-tcb_hover_state_parent=\"false\" data-button-style=\"full_rounded\" wfd-id=\"243\">\n<a href=\"#\" class=\"tcb-button-link tve_evt_manager_listen tve_et_click\" data-tcb-events=\"__TCB_EVENT_[{&quot;config&quot;:{&quot;l_anim&quot;:&quot;zoom_in&quot;,&quot;l_id&quot;:265},&quot;a&quot;:&quot;thrive_lightbox&quot;,&quot;t&quot;:&quot;click&quot;}]_TNEVE_BCT__\">\n<span class=\"tcb-button-texts\" wfd-id=\"244\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-165b814869f\" wfd-id=\"245\">Get 10% OFF Your First Cerakote Project</span></span>\n</a>\n</div></div>\n</div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 343px; left: 0px;\" data-css=\"tve-u-15ec3017516\" wfd-id=\"223\">\n<div class=\"tve-page-section-out\" wfd-id=\"231\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ebea3a693\" wfd-id=\"224\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15ebea49c0c\" id=\"whatwedo\" data-tag=\"h1\" wfd-id=\"228\"><h1 data-css=\"tve-u-15ebea42b31\" style=\"text-align: center;\">What We Do</h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2448fdb\" wfd-id=\"225\"><p data-css=\"tve-u-15ec2443105\" style=\"text-align: center;\">Our goal is to make sure the owners are comforted, the pups are exercised and happy and that we are getting our own puppy fixes. But letâ€™s be honest- itâ€™s their world, weâ€™re just living in it! As a small team of experienced dog owners and lovers, we really get to know you and your dog and we canguarantee consistent and personal care that is equal to your love and attention. We are so excited to make you a part of the family!</p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 343px; left: 0px;\" wfd-id=\"188\">\n<div class=\"tve-page-section-out\" wfd-id=\"222\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ee1211b9b\" wfd-id=\"189\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15ee121a6d1\" wfd-id=\"190\"><div class=\"tcb-flex-row tcb--cols--3 tcb-medium-wrap\" data-css=\"tve-u-15ee121fb1c\" wfd-id=\"191\"><div class=\"tcb-flex-col\" wfd-id=\"210\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ee1225fdf\" wfd-id=\"212\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec2477274\" wfd-id=\"220\"><span class=\"tve_image_frame\" wfd-id=\"221\"><img class=\"tve_image wp-image-1596\" alt=\"\" width=\"55\" height=\"73\" title=\"what_do_icon_01\" data-id=\"1596\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_01.png\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"219\"><p data-css=\"tve-u-15ec2481d17\"><strong>First Class Care</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"216\"><p data-css=\"tve-u-15ec2487407\">all the best for them</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2492191\" wfd-id=\"213\"><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"200\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ee1232726\" wfd-id=\"202\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec24ae116\" wfd-id=\"208\"><span class=\"tve_image_frame\" wfd-id=\"209\"><img class=\"tve_image wp-image-1597\" alt=\"\" width=\"73\" height=\"73\" title=\"what_do_icon_02\" data-id=\"1597\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_02.png\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"207\"><p data-css=\"tve-u-15ec2481d17\"><strong>Snacks Included</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"206\"><p data-css=\"tve-u-15ec2487407\">for your little one</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec3192f72\" wfd-id=\"203\"><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"192\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ee1237243\" wfd-id=\"194\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec24d5e15\" wfd-id=\"198\"><span class=\"tve_image_frame\" wfd-id=\"199\"><img class=\"tve_image wp-image-1598\" alt=\"\" width=\"65\" height=\"73\" title=\"what_do_icon_03\" data-id=\"1598\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_03.png\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"197\"><p data-css=\"tve-u-15ec2481d17\"><strong>Regularly walks</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"196\"><p data-css=\"tve-u-15ec2487407\">to keep them ealthy</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2492191\" wfd-id=\"195\"><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris.</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-15ec24f494c\" id=\"testimonials\" style=\"\" wfd-id=\"162\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ec24f97c0\" wfd-id=\"187\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec24f790d\" wfd-id=\"163\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15ec254985a\" style=\"\" wfd-id=\"164\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-15ec253a41f\" wfd-id=\"165\"><div class=\"tcb-flex-col\" wfd-id=\"169\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec253ef3a\" style=\"\" wfd-id=\"171\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec256e611\" style=\"\" wfd-id=\"178\"><p data-css=\"tve-u-15ec25610c7\"><span data-css=\"tve-u-15ec268a0a3\" style=\"font-size: 45px; color: rgb(89, 171, 227);\" wfd-id=\"185\"><span data-css=\"tve-u-15ec26760e9\" style=\"font-family: ABeeZee;\" wfd-id=\"186\">â€</span></span><span data-css=\"tve-u-15ec256b908\" style=\"font-family: &quot;Amatic SC&quot;;\" wfd-id=\"184\">&nbsp; &nbsp; &nbsp;</span><span data-css=\"tve-u-15ec2680494\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"182\"><span data-css=\"tve-u-15ec269379d\" style=\"font-size: 45px;\" wfd-id=\"183\">my chester enjoys being with them!</span> &nbsp; &nbsp;&nbsp;</span><span data-css=\"tve-u-15ec255fe12\" style=\"font-family: ABeeZee; font-weight: 400; color: rgb(89, 171, 227); font-size: 45px;\" wfd-id=\"181\">â€</span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2698d8d\" wfd-id=\"173\"><p data-css=\"tve-u-160266880a0\">We LOVE going for walks with our friends at Paw! Donâ€™t tell our mom &amp; dad,but we get really excited when they leave for work because we know it wonâ€™t be long before we get a visit from one of our favorite friends at PawCity! Best part is, they always let our parents know how ourwalk went right away so they dont have to worry about us!</p><p data-css=\"tve-u-15ec269736c\">We love you PawCity!! xoxo</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec26ab7b0\" style=\"\" wfd-id=\"172\"><p data-css=\"tve-u-15ec26a92a2\"><strong>Anna Olson</strong>, Chesterâ€™s Mom</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"166\"><div class=\"tcb-col\" wfd-id=\"168\"></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 343px; left: 0px;\" data-css=\"tve-u-15ec26c390a\" id=\"aboutus\" wfd-id=\"153\">\n<div class=\"tve-page-section-out\" wfd-id=\"161\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec26b9914\" wfd-id=\"154\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15ee1037a1d\" data-tag=\"h1\" wfd-id=\"158\"><h1 data-css=\"tve-u-15ec26bd2e8\">About us</h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec31ba260\" wfd-id=\"155\"><p data-css=\"tve-u-15ec2443105\" style=\"text-align: center;\">At PawCity, we lead lives full of the unconditional love and happiness we receive from the furballs we get to spend time with everyday and we have this beautiful city and all the beautiful people in it to thank. We love you and your pups!!</p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 343px; left: 0px;\" data-css=\"tve-u-15ec26ec232\" wfd-id=\"116\">\n<div class=\"tve-page-section-out\" wfd-id=\"152\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec26e5812\" wfd-id=\"117\"><div class=\"thrv_wrapper thrv-columns tcb-window-width\" style=\"width: 343px; left: -1px;\" data-css=\"tve-u-15ee106257d\" wfd-id=\"118\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2\" data-css=\"tve-u-15ec26fee25\" wfd-id=\"119\"><div class=\"tcb-flex-col c-33\" wfd-id=\"147\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec2a38bfd\" wfd-id=\"149\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec2a33d71\" wfd-id=\"150\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"151\"><img class=\"tve_image wp-image-7399\" alt=\"\" width=\"830\" height=\"775\" title=\"about_us_dog\" data-id=\"7399\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/about_us_dog.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col c-66\" wfd-id=\"120\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec27075e1\" wfd-id=\"122\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160309f3e5d\" wfd-id=\"139\">\n<div class=\"tve-content-box-background\" wfd-id=\"146\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160309b397d\" wfd-id=\"140\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-160309b00b4\" data-float=\"1\" wfd-id=\"144\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"145\"><img class=\"tve_image wp-image-7404\" alt=\"\" width=\"64\" height=\"64\" title=\"dog_paw\" data-id=\"7404\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/dog_paw.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16030a08afd\" wfd-id=\"141\"><p>We moved to New York City with our black bulldog rescue, Blakely, in 2007 after graduating from the University of Maryland. Immediately, we realized what a dog-crazy place it was.</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160309f6c04\" wfd-id=\"131\">\n<div class=\"tve-content-box-background\" wfd-id=\"138\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160309b397d\" wfd-id=\"132\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-160309ddca8\" data-float=\"1\" wfd-id=\"136\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"137\"><img class=\"tve_image wp-image-7403\" alt=\"\" width=\"64\" height=\"64\" title=\"dog_house\" data-id=\"7403\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/dog_house.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16030a09626\" wfd-id=\"133\"><p>We knew right away that we wanted to work with the animals that we loved and that had given us so much love since we were little girls. We started PawCity Dog Walking in July of 2010.</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16030975307\" wfd-id=\"123\">\n<div class=\"tve-content-box-background\" wfd-id=\"130\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160309b397d\" wfd-id=\"124\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16030a013d7\" data-float=\"1\" wfd-id=\"128\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"129\"><img class=\"tve_image wp-image-7405\" alt=\"\" width=\"64\" height=\"64\" title=\"spinning_wheel\" data-id=\"7405\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/spinning_wheel.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160309b344b\" wfd-id=\"125\"><p>We cover the entire width of the East Side, from 96th Street to Delancey and handle every type of personality imaginable. At PawCity, we lead lives full of the unconditional love and happiness we receive from the furballs we get to spend time with everyday.</p></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" data-css=\"tve-u-15ec2a56438\" style=\"width: 343px; left: 0px;\" id=\"getyourcoupon\" wfd-id=\"92\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ec2a5bb35\" wfd-id=\"115\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec2a5540e\" wfd-id=\"93\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ec2a80647\" wfd-id=\"94\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15ec2a9b8a9\" wfd-id=\"114\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ec2a81a9f\" wfd-id=\"95\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2a6f589\" wfd-id=\"110\"><p data-css=\"tve-u-15ec2a6b447\"><span data-css=\"tve-u-15ec2a6d9d8\" style=\"\" wfd-id=\"113\"><strong>Get Your Coupon</strong></span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2aaa9a4\" wfd-id=\"104\"><p data-css=\"tve-u-15ec2ab1d6d\"><span style=\"font-size: 18px;\" data-css=\"tve-u-165bd25b417\" wfd-id=\"108\"><span style=\"font-family: \'Special Elite\';\" data-css=\"tve-u-165bd25ab3b\" wfd-id=\"109\">We strive to keep both you and your pup as happy and comfortable as possible while youâ€™re out earning those big bucks.</span></span></p><p data-css=\"tve-u-15ec2ab1d82\"><br></p><p data-css=\"tve-u-15ec2aa8e2e\"><strong>Get <span data-css=\"tve-u-15ec2aafa24\" style=\"color: rgb(89, 171, 227);\" wfd-id=\"107\">20%</span> off your first walk. Enter your email and we\'ll send you your coupon.</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ec2abe257\" wfd-id=\"96\">\n<div class=\"tve-content-box-background\" wfd-id=\"103\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ec2acb421\" wfd-id=\"97\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-15ec2ac01df\" data-tcb_hover_state_parent=\"false\" data-button-style=\"full_rounded\" data-button-size=\"s\" wfd-id=\"98\">\n<a href=\"\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"99\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-15ebe925072\" wfd-id=\"100\">Get Your Coupon Now</span></span>\n</a>\n</div></div>\n</div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-15ec2b0a32a\" id=\"areaweserve\" wfd-id=\"68\">\n<div class=\"tve-page-section-out\" wfd-id=\"91\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15f76fcb7df\" wfd-id=\"69\"><div class=\"thrv_wrapper thrv-columns\" style=\"\" data-css=\"tve-u-15ee103f44a\" wfd-id=\"70\"><div class=\"tcb-flex-row tcb--cols--2 tcb-medium-wrap\" data-css=\"tve-u-15ec2ae8715\" wfd-id=\"71\"><div class=\"tcb-flex-col c-33\" wfd-id=\"76\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec2b37666\" wfd-id=\"78\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"85\"><p data-css=\"tve-u-15ec2af6c4b\"><span data-css=\"tve-u-15ec2af6c4e\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"90\">area we serve</span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"79\"><p>As a small team of experienced dog owners and lovers, we really get to know you and your dog and we canguarantee consistent and personal care that is equal to your love and attention.</p><p><br></p><p><strong><span data-css=\"tve-u-15ec2afed17\" style=\"color: rgb(89, 171, 227);\" wfd-id=\"84\">We are so excited to make you a part of the family!</span></strong></p></div></div></div><div class=\"tcb-flex-col c-66\" wfd-id=\"72\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec2b33f06\" wfd-id=\"74\"><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-15ec2b3b468\" wfd-id=\"75\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=blakely, united states&amp;t=m&amp;z=11&amp;output=embed&amp;iwloc=near\"></iframe>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" data-css=\"tve-u-15ec2b5d54c\" style=\"width: 343px; left: 0px;\" id=\"contact\" wfd-id=\"30\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ec2b56fac\" wfd-id=\"67\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec2b54c99\" wfd-id=\"31\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1602b31dfcd\" wfd-id=\"32\"><div class=\"tcb-flex-row tcb-resized tcb-medium-wrap tcb--cols--3\" data-css=\"tve-u-1602b37ce9d\" wfd-id=\"33\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1602be453ec\" style=\"\" wfd-id=\"62\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"64\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-165bd189801\" wfd-id=\"65\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"66\"><img class=\"tve_image wp-image-290\" alt=\"Blackhawk Custom Cerakote\" width=\"751\" height=\"102\" title=\"Logo\" data-id=\"290\" src=\"//bestcerakoteflorida.com/wp-content/uploads/2018/09/Logo.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1602be45437\" style=\"\" wfd-id=\"47\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1602be56dfc\" wfd-id=\"49\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1602bfebaf9\" wfd-id=\"50\">\n<div class=\"tve-content-box-background\" wfd-id=\"61\"></div>\n<div class=\"tve-cb\" wfd-id=\"51\"><div class=\"tcb-clear\" data-css=\"tve-u-1602bf36e2c\" wfd-id=\"59\"><div class=\"thrv_wrapper tve_image_caption tcb-mobile-hidden\" data-css=\"tve-u-1602be7db66\" data-float=\"1\" wfd-id=\"60\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-7369\" alt=\"\" width=\"64\" height=\"64\" title=\"location\" data-id=\"7369\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/location.png\" style=\"width: 100%;\"></span></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1602bf25f10\" wfd-id=\"52\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1602befe215\" wfd-id=\"53\"><p data-css=\"tve-u-1602bfa220e\"><strong><span data-css=\"tve-u-1602b324a9b\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"58\">67 E. 3rd Street</span></strong><span data-css=\"tve-u-1602b324a9c\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"57\"> </span><span data-css=\"tve-u-1602b324ab9\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"56\">Suite B New York, NY 10003</span></p></div></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1602be4545b\" style=\"\" wfd-id=\"34\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"36\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1602bfea280\" wfd-id=\"37\">\n<div class=\"tve-content-box-background\" wfd-id=\"46\"></div>\n<div class=\"tve-cb\" wfd-id=\"38\"><div class=\"tcb-clear\" data-css=\"tve-u-1602bfc4bea\" wfd-id=\"44\"><div class=\"thrv_wrapper tve_image_caption tcb-mobile-hidden\" data-css=\"tve-u-1602bec144e\" data-float=\"1\" wfd-id=\"45\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-7370\" alt=\"\" width=\"64\" height=\"64\" title=\"phone\" data-id=\"7370\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/phone.png\" style=\"width: 100%;\"></span></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1602bfc74c3\" wfd-id=\"39\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1602b332fd9\" data-float=\"1\" wfd-id=\"40\"><p><a href=\"tel:#9548481911\" target=\"_blank\"><strong><span data-css=\"tve-u-1602b324a9b\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"43\">954-848-1911</span></strong></a><br></p></div></div></div>\n</div></div></div></div></div></div>\n</div>'),(3052,297,'tve_revision_tve_content_more_found',''),(3053,297,'tve_revision_tve_save_post',''),(3054,297,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Special+Elite:400&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Montserrat:400,200,300&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Amatic+SC:400&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=ABeeZee:400&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-160309b397d\"]::after { clear: both; }[data-css=\"tve-u-160309b344b\"] { position: relative !important; margin-left: 100px !important; }[data-css=\"tve-u-160309b00b4\"] + div { clear: none; }[data-css=\"tve-u-160309b00b4\"] { float: none; width: 60px; position: absolute; margin-bottom: 0px !important; margin-top: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-16030975307\"] { max-width: 75%; margin-left: 80px !important; }[data-css=\"tve-u-1602bfa220e\"] { line-height: 1.85em !important; }[data-css=\"tve-u-1602be7db66\"] { float: left; width: 40px; z-index: 3; position: relative; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1602be56dfc\"]::after { clear: both; }[data-css=\"tve-u-1602be4545b\"] { max-width: 25%; }[data-css=\"tve-u-1602be45437\"] { max-width: 36.4%; }[data-css=\"tve-u-1602be453ec\"] { max-width: 38.6%; }[data-css=\"tve-u-1602b37ce9d\"] > .tcb-flex-col > .tcb-col { justify-content: center; }[data-css=\"tve-u-1602b332fd9\"] { max-width: 264px; position: relative; float: right; z-index: 3; width: 100%; padding-left: 1px !important; margin-top: 1px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1602b324a9c\"] { color: rgb(74, 163, 223) !important; }[data-css=\"tve-u-1602b324a9b\"] { color: rgb(74, 163, 223) !important; }[data-css=\"tve-u-1602b31dfcd\"] { max-width: 1296px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15f76fcb7df\"] { max-width: 100%; }[data-css=\"tve-u-15f0064f814\"] { color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-15ec313e743\"]:hover p, #tve_editor [data-css=\"tve-u-15ec313e743\"]:hover li, #tve_editor [data-css=\"tve-u-15ec313e743\"]:hover blockquote, #tve_editor [data-css=\"tve-u-15ec313e743\"]:hover address { color: rgb(89, 171, 227); }[data-css=\"tve-u-15f003784ab\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15f00369f5e\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15f003655f8\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15f003606db\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15f0034f748\"] { color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-15f002fa8f6\"] { color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-15ec313e743\"] p, #tve_editor [data-css=\"tve-u-15ec313e743\"] li, #tve_editor [data-css=\"tve-u-15ec313e743\"] blockquote, #tve_editor [data-css=\"tve-u-15ec313e743\"] address { font-size: 16px; }[data-css=\"tve-u-15ec313e743\"] { text-align: center; padding-left: 0px !important; margin-left: 0px !important; margin-right: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-15ee121fb1c\"] .tcb-flex-col { flex-basis: 285px !important; }[data-css=\"tve-u-15ec30a8a14\"]::after { clear: both; }#tve_editor [data-css=\"tve-u-15ebe90cfb0\"] { font-size: 96px !important; }[data-css=\"tve-u-15ee1237243\"] { box-shadow: rgba(73, 137, 181, 0.15) -3px 7px 69px 10px; }[data-css=\"tve-u-15ee1232726\"] { box-shadow: rgba(73, 137, 181, 0.15) -3px 7px 69px 10px; }[data-css=\"tve-u-15ee121fb1c\"] > .tcb-flex-col > .tcb-col { min-height: 503px; }[data-css=\"tve-u-15ee1225fdf\"] { box-shadow: rgba(73, 137, 181, 0.15) -3px 7px 69px 10px; }[data-css=\"tve-u-15ee121fb1c\"] { margin-left: -60px; min-height: inherit; }[data-css=\"tve-u-15ee121fb1c\"] > .tcb-flex-col { padding-left: 60px; }[data-css=\"tve-u-15ee121a6d1\"] { float: none; max-width: 1296px; text-align: center; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ee1211b9b\"] { max-width: 1603px; text-align: center; }[data-css=\"tve-u-15ec26fee25\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-15ee106257d\"] { max-width: 100%; }[data-css=\"tve-u-15ec3055cca\"] { max-width: 1370px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ee103f44a\"] { float: none; max-width: 1296px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ee1037a1d\"] { float: none; max-width: 1296px; margin-left: auto !important; margin-right: auto !important; }#tve_editor [data-css=\"tve-u-15ec2ac01df\"]:hover .tcb-button-link { box-shadow: none !important; background-color: rgba(255, 255, 255, 0.91) !important; background-image: none !important; border-radius: 13px !important; overflow: hidden !important; }#tve_editor [data-css=\"tve-u-15ebe91a626\"]:hover .tcb-button-link { box-shadow: rgba(73, 137, 181, 0.25) -3px 7px 73px 18px; border: 0px dashed rgb(255, 255, 255); background-color: rgb(149, 250, 201) !important; font-weight: normal !important; background-image: none !important; }[data-css=\"tve-u-15ebe8a2edd\"] > .tcb-flex-col > .tcb-col { justify-content: center; }[data-css=\"tve-u-15ec3017516\"] { margin-top: 60px !important; padding-bottom: 50px !important; }[data-css=\"tve-u-15ec2b5d54c\"] { margin-top: 83px !important; }[data-css=\"tve-u-15ec2b56fac\"] { opacity: 1; filter: grayscale(0%) blur(0px); background-image: linear-gradient(rgb(0, 0, 0), rgb(0, 0, 0)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-15ec2b54c99\"] { max-width: 1586px; min-height: 100px !important; }[data-css=\"tve-u-15ec2b3b468\"] { box-shadow: rgba(89, 171, 227, 0.15) -3px 7px 69px 10px; margin-top: 0px !important; margin-bottom: 0px !important; margin-left: 38px !important; }[data-css=\"tve-u-15ec2b37666\"] { margin-top: 114px !important; }[data-css=\"tve-u-15ec2b33f06\"] { padding-left: 0px !important; }[data-css=\"tve-u-15ec2b0a32a\"] { margin-top: 70px !important; }[data-css=\"tve-u-15ec2ae8715\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-15ec2afed17\"] { color: rgb(89, 171, 227) !important; }[data-css=\"tve-u-15ec2ae8715\"] { float: none; max-width: 1453px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2acb421\"] { min-height: 162px; }[data-css=\"tve-u-15ec2aafa24\"] { color: rgb(89, 171, 227) !important; }[data-css=\"tve-u-15ec2aaa9a4\"] { float: none; max-width: 1440px; margin-left: auto !important; margin-right: auto !important; margin-top: 25px !important; }#tve_editor [data-css=\"tve-u-15ec2aa8e2e\"] { letter-spacing: 1px; color: rgb(255, 255, 255) !important; font-size: 20px !important; }[data-css=\"tve-u-15ec2a9b8a9\"] { border: 1px solid rgb(89, 171, 227) !important; }[data-css=\"tve-u-15ec2a81a9f\"] { min-height: 162px; }[data-css=\"tve-u-15ec2a80647\"] { float: none; max-width: 97%; margin-left: auto !important; margin-right: auto !important; margin-top: 55px !important; }[data-css=\"tve-u-15ec2a6f589\"] { float: none; max-width: 1440px; margin-top: 55px !important; margin-left: auto !important; margin-right: auto !important; }#tve_editor [data-css=\"tve-u-15ec2a6b447\"] { color: rgb(255, 255, 255) !important; font-size: 45px !important; font-family: \"Special Elite\" !important; font-weight: 400 !important; }[data-css=\"tve-u-15ec2a5bb35\"] { background-image: linear-gradient(rgba(28, 54, 85, 0.5), rgba(28, 54, 85, 0.5)), url(\"https://bestcerakoteflorida.com/wp-content/uploads/2018/05/FTYS6743-1024x683.jpg\") !important; background-size: auto, cover !important; background-position: 0px 0px, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-15ec2a56438\"] { margin-top: 69px !important; }[data-css=\"tve-u-15ec2a5540e\"] { max-width: 100%; text-align: center; min-height: 561px !important; }[data-css=\"tve-u-15ec2a38bfd\"] { margin-right: 0px !important; padding-right: 0px !important; margin-left: 0px !important; }[data-css=\"tve-u-15ec2a33d71\"] { width: 830px; position: relative; top: 0px; left: 40px; z-index: 7; float: none; padding-right: 0px !important; padding-left: 0px !important; }[data-css=\"tve-u-15ec27075e1\"] { border-left: 2px dashed rgb(232, 238, 241); border-top: 1px solid rgb(232, 238, 241); border-bottom: 1px solid rgb(232, 238, 241); }[data-css=\"tve-u-15ec26fee25\"] > .tcb-flex-col > .tcb-col { min-height: 612px; }[data-css=\"tve-u-15ec26fee25\"] { min-height: inherit; margin-left: 0px; padding-top: 0px !important; padding-bottom: 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-15ec26ec232\"] { margin-top: 66px !important; }[data-css=\"tve-u-15ec26e5812\"] { max-width: 100%; min-height: 586px !important; }[data-css=\"tve-u-15ec26c390a\"] { margin-top: 60px !important; }#tve_editor [data-css=\"tve-u-15ec26bd2e8\"] { color: rgb(24, 45, 60) !important; font-size: 70px !important; }[data-css=\"tve-u-15ec26b9914\"] { max-width: 1434px; text-align: center; }[data-css=\"tve-u-15ec26ab7b0\"] { margin-top: 67px !important; }#tve_editor [data-css=\"tve-u-15ec26a92a2\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15ec2698d8d\"] { float: none; max-width: 600px; margin-left: auto !important; margin-right: auto !important; margin-top: 30px !important; }#tve_editor [data-css=\"tve-u-15ec269736c\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15ec269379d\"] { font-size: 45px !important; }[data-css=\"tve-u-15ec268a0a3\"] { font-size: 45px !important; color: rgb(89, 171, 227) !important; }[data-css=\"tve-u-15ec256e611\"] { margin-top: 0px !important; }#tve_editor [data-css=\"tve-u-15ec25610c7\"] { font-size: 40px !important; color: rgb(89, 171, 227) !important; }[data-css=\"tve-u-15ec255fe12\"] { font-family: ABeeZee !important; font-weight: 400 !important; color: rgb(89, 171, 227) !important; font-size: 45px !important; }[data-css=\"tve-u-15ec254985a\"] { margin-right: 0px !important; }[data-css=\"tve-u-15ec253ef3a\"] { text-align: center; background-image: linear-gradient(rgba(24, 45, 60, 0.95), rgba(24, 45, 60, 0.95)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; margin-top: 0px !important; padding-top: 130px !important; padding-bottom: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-15ec253a41f\"] > .tcb-flex-col > .tcb-col { min-height: 661px; }[data-css=\"tve-u-15ec253a41f\"] { min-height: inherit; float: none; max-width: 1474px; z-index: 3; position: relative; padding-top: 0px !important; padding-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; padding-right: 0px !important; }[data-css=\"tve-u-15ec24f97c0\"] { background-image: linear-gradient(rgba(42, 51, 68, 0.1), rgba(42, 51, 68, 0.1)), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/testimonial_bg.jpg\") !important; background-size: auto, cover !important; background-position: 0px 0px, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-15ec24f790d\"] { min-height: 661px !important; }[data-css=\"tve-u-15ec24f494c\"] { margin-top: 60px !important; }[data-css=\"tve-u-15ec24d5e15\"] + div { clear: none; }[data-css=\"tve-u-15ec24d5e15\"] { float: none; width: 65px; margin-left: auto !important; margin-right: auto !important; margin-top: 40px !important; }[data-css=\"tve-u-15ec24ae116\"] + div { clear: none; }[data-css=\"tve-u-15ec24ae116\"] { float: none; width: 73px; margin-left: auto !important; margin-right: auto !important; margin-top: 40px !important; }[data-css=\"tve-u-15ec249b3f6\"] { line-height: 1.9em !important; }[data-css=\"tve-u-15ec2492191\"] { margin-left: 25px !important; margin-right: 25px !important; margin-top: 25px !important; }#tve_editor [data-css=\"tve-u-15ec2487407\"] { text-transform: uppercase !important; color: rgb(135, 156, 171) !important; font-size: 17px !important; }#tve_editor [data-css=\"tve-u-15ec2481d17\"] { font-size: 20px !important; }[data-css=\"tve-u-15ec2477274\"] + div { clear: none; }[data-css=\"tve-u-15ec2477274\"] { float: none; width: 55px; margin-left: auto !important; margin-right: auto !important; margin-top: 40px !important; }[data-css=\"tve-u-15ec2448fdb\"] { float: none; max-width: 1296px; margin-top: 10px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2443105\"] { line-height: 1.8em !important; }[data-css=\"tve-u-15ebea49c0c\"] { float: none; max-width: 1440px; margin-left: auto !important; margin-right: auto !important; margin-top: 0px !important; }#tve_editor [data-css=\"tve-u-15ebea42b31\"] { color: rgb(24, 45, 60) !important; font-size: 70px !important; }[data-css=\"tve-u-15ebea3a693\"] { max-width: 1434px; }#tve_editor [data-css=\"tve-u-15ebe925072\"] { font-family: \"Special Elite\" !important; letter-spacing: 0px; font-weight: 400 !important; font-size: 20px !important; color: rgb(24, 45, 60) !important; }[data-css=\"tve-u-15ebe91a626\"] { display: block; max-width: 423px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ebe91a626\"] .tcb-button-link { border-radius: 200px; min-height: 67.1429px; font-size: 1.6em; padding-top: 0px; padding-bottom: 0px; border: 1px solid rgb(0, 0, 0); box-shadow: rgba(0, 0, 0, 0.4) 0px 3px 8px 1px; background-color: rgb(255, 255, 255) !important; padding-left: 15px !important; background-image: none !important; }[data-css=\"tve-u-15ebe916c34\"] { float: none; z-index: 3; position: relative; width: 100%; max-width: 733px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ebe90cfb0\"] { line-height: 1.1em !important; }[data-css=\"tve-u-15ebe906677\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 669px; margin-left: 50px !important; margin-top: 40px !important; }#tve_editor [data-css=\"tve-u-15ebe905473\"] { font-size: 22px !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15ebe8ee6c0\"]::after { clear: both; }[data-css=\"tve-u-15ebe8edca2\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 722px; padding-left: 0px !important; margin-left: 50px !important; margin-top: 104px !important; }[data-css=\"tve-u-15ebe8abb9e\"] { padding: 0px !important; }[data-css=\"tve-u-15ebe8a4d78\"] { clip-path: url(\"#clip-left-335f47a4c8f92\"); -webkit-clip-path: url(\"#clip-left-335f47a4c8f92\");  }[data-css=\"tve-u-15ebe8a2edd\"] { padding-bottom: 15px !important; padding-top: 15px !important; }[data-css=\"tve-u-15ebe89fb7a\"] { margin-left: -35px !important; }[data-css=\"tve-u-15ebe830a90\"] { clip-path: url(\"#clip-left-bb2526ca261ae\"); -webkit-clip-path: url(\"#clip-left-bb2526ca261ae\");  background-image: linear-gradient(rgb(89, 171, 227), rgb(89, 171, 227)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-15ebe827cb3\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 0px !important; }[data-css=\"tve-u-15ebe80a9a1\"] { min-height: 729px; }[data-css=\"tve-u-15ebe738fb8\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-15ebe738fb8\"] > .tcb-flex-col > .tcb-col { min-height: 729px; }[data-css=\"tve-u-15ebe738fb8\"] { min-height: inherit; margin-left: 0px; padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-15ebe73226c\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/header_image-1.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-15ebe72c974\"] { max-width: 1620px; }[data-css=\"tve-u-15ebe5d7b44\"] { background-image: linear-gradient(rgb(0, 0, 0), rgb(0, 0, 0)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-15ebe51d596\"] { max-width: 100%; min-height: 7px !important; }#tcb_landing_page h3 { font-family: Montserrat; font-weight: 200; font-size: 20px; color: rgb(24, 45, 60); }#tcb_landing_page h2 { font-family: \"Amatic SC\"; font-weight: 400; font-size: 70px; color: rgb(24, 45, 60); }#tcb_landing_page h1 { font-family: \"Amatic SC\"; font-weight: 400; font-size: 96px; color: rgb(255, 255, 255); }#tcb_landing_page p, #tcb_landing_page li { font-family: Montserrat; font-weight: 200; color: rgb(24, 45, 60); font-size: 18px; line-height: 1.667em; }[data-css=\"tve-u-15e09c94f7d\"] { background-color: rgb(255, 255, 255); }[data-css=\"tve-u-15ec256b908\"] { font-family: \"Amatic SC\" !important; font-weight: 400 !important; }[data-css=\"tve-u-15ec26760e9\"] { font-family: ABeeZee !important; font-weight: 400 !important; }[data-css=\"tve-u-15ec2680494\"] { font-family: \"Amatic SC\" !important; font-weight: 400 !important; }#tve_editor [data-css=\"tve-u-15ec2ab1d6d\"] { letter-spacing: 1px; color: rgb(255, 255, 255) !important; font-size: 20px !important; }#tve_editor [data-css=\"tve-u-15ec2ab1d82\"] { letter-spacing: 1px; color: rgb(255, 255, 255) !important; font-size: 20px !important; }[data-css=\"tve-u-15ec2abe257\"] { float: none; z-index: 3; position: relative; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2ac01df\"] { display: block; max-width: 306px; float: none; margin-left: auto !important; margin-right: auto !important; width: 306px; }[data-css=\"tve-u-15ec2ac01df\"] .tcb-button-link { border-radius: 13px; min-height: 67.1429px; font-size: 1.6em; padding: 12px 15px; background-color: rgb(255, 255, 255) !important; background-image: none !important; overflow: hidden; }#tve_editor [data-css=\"tve-u-15ec2af6c4b\"] { color: rgb(24, 45, 60) !important; font-size: 70px !important; }[data-css=\"tve-u-15ec2af6c4e\"] { font-family: \"Amatic SC\" !important; font-weight: 400 !important; }[data-css=\"tve-u-15ec3192f72\"] { margin-left: 25px !important; margin-right: 25px !important; margin-top: 25px !important; }[data-css=\"tve-u-15ec31ba260\"] { float: none; max-width: 1296px; margin-top: 10px !important; margin-left: auto !important; margin-right: auto !important; }#tcb_landing_page a:hover:not(.tcb-button-link) { color: rgb(89, 171, 227); }#tcb_landing_page .tve-state-hovera:not(.tcb-button-link) { color: rgb(89, 171, 227); }#tve_editor [data-css=\"tve-u-160266880a0\"] { color: rgb(255, 255, 255) !important; font-family: Montserrat !important; }[data-css=\"tve-u-1602b324ab9\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1602bec144e\"] { width: 36px; float: left; z-index: 3; position: static; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1602befe215\"] { max-width: 386px; position: relative !important; padding-left: 1px !important; margin-top: 0px !important; margin-left: 50px !important; }[data-css=\"tve-u-160309ddca8\"] + div { clear: none; }[data-css=\"tve-u-160309ddca8\"] { float: none; width: 60px; position: absolute; margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-160309f3e5d\"] { max-width: 75%; margin-left: 80px !important; margin-top: 60px !important; margin-bottom: 40px !important; }[data-css=\"tve-u-160309f6c04\"] { max-width: 75%; margin-left: 80px !important; margin-top: 60px !important; margin-bottom: 80px !important; }[data-css=\"tve-u-16030a013d7\"] + div { clear: none; }[data-css=\"tve-u-16030a013d7\"] { float: none; width: 60px; position: absolute; margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-16030a08afd\"] { position: relative !important; margin-left: 100px !important; }[data-css=\"tve-u-16030a09626\"] { position: relative !important; margin-left: 100px !important; }#tcb_landing_page a.tve-state-hover:not(.tcb-button-link) { color: rgb(89, 171, 227); }[data-css=\"tve-u-165b813034a\"] { border-bottom: 1px solid rgb(255, 255, 255); padding: 0px !important; }#tve_editor [data-css=\"tve-u-165b814869f\"] { font-family: Montserrat; letter-spacing: 0px; font-weight: 400; font-size: 18px !important; color: rgb(24, 45, 60) !important; text-transform: capitalize !important; }[data-css=\"tve-u-165bce18a46\"] { max-width: 73.7%; }[data-css=\"tve-u-165b813034a\"] .tve-page-section-in { display: block; }[data-css=\"tve-u-165bcef972c\"] { max-width: 26.3%; }[data-css=\"tve-u-165bcf2cfcd\"] { width: 335px; }[data-css=\"tve-u-165bcf3f4af\"] { padding-bottom: 0px !important; padding-top: 0px !important; }[data-css=\"tve-u-165bcf40f41\"] { float: none; width: 100%; margin: 0px auto !important; }[data-css=\"tve-u-15ec3152b02\"] { text-align: center; }[data-css=\"tve-u-165bd189801\"] { width: 366px; }[data-css=\"tve-u-165bd25ab3b\"] { font-family: \"Special Elite\" !important; }[data-css=\"tve-u-165bd25b417\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-15ec2ac01df\"] .tcb-button-link { line-height: 1.2em; font-size: 18px; font-family: \"Special Elite\"; font-weight: 400; }}@media (max-width: 1023px){[data-css=\"tve-u-1602b332fd9\"] { float: none; max-width: 121px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1602befe215\"] { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1602b37ce9d\"] .tcb-flex-col { flex-basis: 420px !important; }[data-css=\"tve-u-1602bec144e\"] { float: none; z-index: 3; position: relative; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1602be7db66\"] { float: none; z-index: 3; position: relative; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2a38bfd\"] { text-align: left; }[data-css=\"tve-u-15ec27075e1\"] { margin-top: 0px !important; }[data-css=\"tve-u-15ee1237243\"] { margin-top: 52px !important; }[data-css=\"tve-u-15ee121a6d1\"] { margin-left: 33px !important; margin-right: 33px !important; }[data-css=\"tve-u-15ebe51d596\"] { text-align: left; }[data-css=\"tve-u-15ec2b54c99\"] { text-align: left; }[data-css=\"tve-u-15ec2b3b468\"] { margin-left: 0px !important; margin-top: 20px !important; }[data-css=\"tve-u-15ec2b37666\"] { margin-top: 0px !important; }[data-css=\"tve-u-15ec2a80647\"] { margin-top: 0px !important; padding-left: 10px !important; padding-right: 10px !important; }[data-css=\"tve-u-15ec2a5540e\"] { max-width: 720px; }[data-css=\"tve-u-15ec2a33d71\"] { width: 395px; float: none; z-index: 3; position: relative; margin: 80px auto 0px !important; }[data-css=\"tve-u-15ec26b9914\"] { max-width: 720px; }[data-css=\"tve-u-15ec253ef3a\"] { padding: 25px 10px !important; }[data-css=\"tve-u-15ebea3a693\"] { max-width: 720px; }[data-css=\"tve-u-15ec30a8a14\"]::after { clear: both; }[data-css=\"tve-u-15ebe916c34\"] { max-width: 376px; }[data-css=\"tve-u-15ebe8a2edd\"] > .tcb-flex-col > .tcb-col { justify-content: center; min-height: 91px; }[data-css=\"tve-u-15ec3055cca\"] { text-align: center; margin-top: 0px !important; }[data-css=\"tve-u-15ebe8a2edd\"] { min-height: inherit; float: none; max-width: 100%; padding-top: 0px !important; padding-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ebe830a90\"] { clip-path: url(\"#clip-tablet-left-bb2526ca261ae\"); -webkit-clip-path: url(\"#clip-tablet-left-bb2526ca261ae\");  }[data-css=\"tve-u-15ebe91a626\"] { margin-left: 30px !important; }[data-css=\"tve-u-15ebe906677\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 336px; margin-left: 30px !important; }[data-css=\"tve-u-15ebe8edca2\"] { margin-left: 30px !important; }[data-css=\"tve-u-15ebe89fb7a\"] { margin-left: -35px !important; }[data-css=\"tve-u-15ebe827cb3\"] { max-width: 100%; }#tve_editor [data-css=\"tve-u-15ebe90cfb0\"] { font-size: 84px !important; }}@media (max-width: 767px){[data-css=\"tve-u-160309b344b\"] { margin-left: 10px !important; margin-top: 30px !important; margin-right: 10px !important; }[data-css=\"tve-u-16030a013d7\"] { position: static; }[data-css=\"tve-u-16030a09626\"] { margin-left: 10px !important; margin-top: 30px !important; margin-right: 10px !important; }[data-css=\"tve-u-160309ddca8\"] { position: static; }[data-css=\"tve-u-16030a08afd\"] { margin-left: 10px !important; margin-right: 10px !important; margin-top: 30px !important; }[data-css=\"tve-u-160309b00b4\"] { position: static; }[data-css=\"tve-u-16030975307\"] { max-width: 100%; margin-left: 10px !important; margin-right: 10px !important; }[data-css=\"tve-u-160309f6c04\"] { max-width: 100%; margin-left: 10px !important; margin-right: 10px !important; }[data-css=\"tve-u-160309f3e5d\"] { max-width: 100%; margin-left: 10px !important; margin-right: 10px !important; }[data-css=\"tve-u-15ec2a38bfd\"]::after { clear: both; }[data-css=\"tve-u-1602bfea280\"] { margin-top: 0px !important; margin-bottom: 20px !important; }[data-css=\"tve-u-1602bf25f10\"]::after { clear: both; }[data-css=\"tve-u-1602b332fd9\"] { max-width: 257px; float: left; z-index: 3; position: relative; width: 100%; margin-top: 20px !important; margin-left: 20px !important; }[data-css=\"tve-u-15ec253ef3a\"] { padding-top: 30px !important; padding-bottom: 30px !important; }[data-css=\"tve-u-15ee1237243\"] { margin-top: 25px !important; }[data-css=\"tve-u-15ee1232726\"] { margin-top: 25px !important; }[data-css=\"tve-u-15ec2ae8715\"] { margin-left: -15px; }[data-css=\"tve-u-15ec2ae8715\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-15ec2b33f06\"] { margin-right: 0px !important; }[data-css=\"tve-u-15ec26fee25\"] > .tcb-flex-col > .tcb-col { min-height: 387px; }[data-css=\"tve-u-15ec26fee25\"] { margin-left: 0px; min-height: inherit; }[data-css=\"tve-u-15ec26fee25\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-15ec2a33d71\"] { position: static; margin-bottom: 0px !important; }[data-css=\"tve-u-15ec31ba260\"] { padding-left: 3px !important; padding-right: 3px !important; }[data-css=\"tve-u-15ec253a41f\"] > .tcb-flex-col > .tcb-col { min-height: 27px; }[data-css=\"tve-u-15ec253a41f\"] { margin-left: 0px; min-height: inherit; }[data-css=\"tve-u-15ec253a41f\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-15ec254985a\"] { margin-top: 0px !important; }[data-css=\"tve-u-15ec24f494c\"] { margin-top: 30px !important; }[data-css=\"tve-u-15ec256e611\"] { margin-top: 0px !important; }[data-css=\"tve-u-15ec3192f72\"] { margin-bottom: 32px !important; }[data-css=\"tve-u-15ec318421d\"] { margin-bottom: 34px !important; margin-top: -90px !important; }[data-css=\"tve-u-15ebe738fb8\"] > .tcb-flex-col > .tcb-col { min-height: 554px; }[data-css=\"tve-u-15ebe738fb8\"] { min-height: inherit; padding-bottom: 0px !important; }[data-css=\"tve-u-15ec3017516\"] { margin-top: 0px !important; padding-left: 5px !important; padding-right: 5px !important; }[data-css=\"tve-u-15ebe89fb7a\"] { margin-left: -20px !important; }[data-css=\"tve-u-15ec3055cca\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-15ebe916c34\"] { margin-bottom: 0px !important; padding-bottom: 0px !important; max-width: 363px; margin-left: auto !important; margin-right: auto !important; float: none; width: 100%; }[data-css=\"tve-u-15ec3152b02\"] { min-height: 226px; }[data-css=\"tve-u-15ebe80a9a1\"] { min-height: 65px; }[data-css=\"tve-u-15ebe91a626\"] { margin-bottom: 0px !important; margin-right: 30px !important; margin-top: 20px !important; }[data-css=\"tve-u-15ebe906677\"] { margin-left: 30px !important; }[data-css=\"tve-u-15ebe8edca2\"] { margin-left: 30px !important; margin-top: 6px !important; }[data-css=\"tve-u-15ebe827cb3\"] { max-width: 100%; margin-top: 40px !important; }[data-css=\"tve-u-15ec313e743\"] { margin-left: 10px !important; margin-right: 10px !important; }[data-css=\"tve-u-1602befe215\"] { max-width: 257px; float: left; z-index: 3; position: relative; width: 100%; margin-top: 20px !important; margin-left: 20px !important; }[data-css=\"tve-u-15ebe73226c\"] { height: calc(100% - 33px); margin-top: 70px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-15ebe91a626\"] .tcb-button-link { padding-right: 10px !important; padding-left: 10px !important; }[data-css=\"tve-u-15ebe827cb3\"] > .tve-cb { display: block; }}'),(3055,297,'tve_revision_tve_user_custom_css','.thrv_text_element p {margin:0;}\n.thrv_heading h1,h2,h3 {margin:0;}'),(3056,297,'tve_revision_tve_page_events','a:0:{}'),(3057,297,'tve_revision_tve_globals','a:4:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";s:11:\"extra_icons\";a:1:{i:0;a:3:{s:11:\"font-family\";s:25:\"tve-ff-6797-59f9979fd5998\";s:3:\"css\";s:87:\"http://lp-build.thrivethemes.com/wp-content/uploads/tve-ff-6797-59f9979fd5998/style.css\";s:6:\"folder\";s:92:\"/home/thrivedevbitston/public_html/landingpages/wp-content/uploads/tve-ff-6797-59f9979fd5998\";}}s:6:\"lb_map\";a:1:{i:6808;s:3:\"265\";}s:8:\"font_cls\";a:0:{}}'),(3058,297,'tve_revision_tve_global_scripts',''),(3059,297,'tve_revision_thrive_icon_pack','0'),(3060,297,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(3061,297,'tve_revision_tve_has_masonry','0'),(3062,297,'tve_revision_tve_has_typefocus','0');
INSERT INTO `wpbe_postmeta` VALUES (3063,297,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-165b813034a\" wfd-id=\"262\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ebe5d7b44\" wfd-id=\"288\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ebe51d596\" wfd-id=\"263\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15ec3055cca\" wfd-id=\"264\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized\" data-css=\"tve-u-15ebe8a2edd\" wfd-id=\"265\"><div class=\"tcb-flex-col\" data-css=\"tve-u-165bcef972c\" style=\"\" wfd-id=\"278\"><div class=\"tcb-col\" wfd-id=\"280\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-165bcf40f41\" wfd-id=\"281\"><div class=\"tcb-flex-row tcb--cols--1\" data-css=\"tve-u-165bcf3f4af\" wfd-id=\"282\"><div class=\"tcb-flex-col\" wfd-id=\"283\"><div class=\"tcb-col\" wfd-id=\"285\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-165bcf2cfcd\" wfd-id=\"286\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"287\"><img class=\"tve_image wp-image-290\" alt=\"\" width=\"751\" height=\"102\" title=\"Logo\" data-id=\"290\" src=\"//bestcerakoteflorida.com/wp-content/uploads/2018/09/Logo.png\" style=\"width: 100%;\"></span></div></div></div></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-165bce18a46\" style=\"\" wfd-id=\"266\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec313e743\" data-tcb_hover_state_parent=\"\" wfd-id=\"268\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" wfd-id=\"269\"><p data-css=\"tve-u-15f002fa8f6\"><span data-css=\"tve-u-15f0034f748\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"277\"><a href=\"#whatwedo\">What We Do</a></span>&nbsp; &nbsp; <span data-css=\"tve-u-15f003606db\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"276\"><a href=\"#testimonials\">Testimonials</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f003655f8\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"275\"><a href=\"#aboutus\">About Us</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f00369f5e\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"274\"><a href=\"#getyourcoupon\">Get Your Coupon</a></span>&nbsp; &nbsp; <span data-css=\"tve-u-15f0064f814\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"273\"><a href=\"#areaweserve\">Area We Serve</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f003784ab\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"272\"><a href=\"#contact\">Contact</a></span></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 343px; left: 0px;\" data-css=\"tve-u-15ebe8abb9e\" wfd-id=\"232\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ebe8a4d78\" data-clip-id=\"335f47a4c8f92\" wfd-id=\"261\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-left-335f47a4c8f92\" class=\"decoration-clip clip-path-left\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" pointer-width=\"6\" pointer-height=\"2.5\" style=\"curves\" decoration-type=\"none\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon><ellipse cx=\"0.025\" cy=\"0.029412\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.08823600000000001\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.14706\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.205884\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.264708\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.323532\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.38235600000000003\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.44118\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.500004\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.558828\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.617652\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.676476\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.7353000000000001\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.794124\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.852948\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.911772\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.970596\" rx=\"0.025\" ry=\"0.029412\"></ellipse></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ebe72c974\" wfd-id=\"233\"><div class=\"thrv_wrapper thrv-columns tcb-window-width\" style=\"width: 343px; left: 0px;\" data-css=\"tve-u-15ec318421d\" wfd-id=\"234\"><div class=\"tcb-flex-row tcb--cols--2 v-2\" data-css=\"tve-u-15ebe738fb8\" wfd-id=\"235\"><div class=\"tcb-flex-col\" wfd-id=\"258\"><div class=\"tcb-col\" data-css=\"tve-u-15ebe73226c\" wfd-id=\"260\"></div></div><div class=\"tcb-flex-col\" wfd-id=\"236\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ebe89fb7a\" wfd-id=\"238\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ebe827cb3\" wfd-id=\"239\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15ebe830a90\" data-clip-id=\"bb2526ca261ae\" wfd-id=\"257\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-left-bb2526ca261ae\" class=\"decoration-clip clip-path-left\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"none\" pointer-width=\"5.7\" pointer-height=\"2.5\" style=\"curves\" slanted-angle=\"5\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon><ellipse cx=\"0.025\" cy=\"0.027778\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.083334\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.13889\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.194446\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.250002\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.305558\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.361114\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.41667\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.47222600000000003\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.527782\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.583338\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.638894\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.69445\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.7500060000000001\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.805562\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.861118\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.916674\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.97223\" rx=\"0.025\" ry=\"0.027778\"></ellipse></clipPath><clipPath id=\"clip-tablet-left-bb2526ca261ae\" class=\"decoration-clip clip-path-tablet-left\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"divider\" pointer-width=\"5.7\" pointer-height=\"4\" style=\"curves\" slanted-angle=\"5\"><polygon points=\"0.04 0, 0.04 1, 1 1, 1 0\"></polygon><ellipse cx=\"0.04\" cy=\"0.027778\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.083334\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.13889\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.194446\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.250002\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.305558\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.361114\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.41667\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.47222600000000003\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.527782\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.583338\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.638894\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.69445\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.7500060000000001\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.805562\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.861118\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.916674\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.97223\" rx=\"0.04\" ry=\"0.027778\"></ellipse></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ebe80a9a1\" wfd-id=\"240\"><div class=\"tcb-clear\" data-css=\"tve-u-15ebe8ee6c0\" wfd-id=\"253\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15ebe8edca2\" data-tag=\"h1\" wfd-id=\"254\"><h1 data-css=\"tve-u-15ebe90cfb0\">Happy dogs =<br>â€‹â€‹â€‹â€‹â€‹happâ€‹â€‹â€‹â€‹y owners</h1></div></div><div class=\"tcb-clear\" data-css=\"tve-u-15ec30a8a14\" wfd-id=\"249\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ebe906677\" wfd-id=\"250\"><p data-css=\"tve-u-15ebe905473\">Offer your dog a premium walking experience</p></div></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ebe916c34\" wfd-id=\"241\">\n<div class=\"tve-content-box-background\" wfd-id=\"248\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ec3152b02\" wfd-id=\"242\"><div class=\"thrv_wrapper thrv-button tve_ea_thrive_lightbox\" data-css=\"tve-u-15ebe91a626\" data-tcb_hover_state_parent=\"false\" data-button-style=\"full_rounded\" wfd-id=\"243\">\n<a href=\"#\" class=\"tcb-button-link tve_evt_manager_listen tve_et_click\" data-tcb-events=\"__TCB_EVENT_[{&quot;config&quot;:{&quot;l_anim&quot;:&quot;zoom_in&quot;,&quot;l_id&quot;:265},&quot;a&quot;:&quot;thrive_lightbox&quot;,&quot;t&quot;:&quot;click&quot;}]_TNEVE_BCT__\">\n<span class=\"tcb-button-texts\" wfd-id=\"244\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-165b814869f\" wfd-id=\"245\">Get 10% OFF Your First Cerakote Project</span></span>\n</a>\n</div></div>\n</div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 343px; left: 0px;\" data-css=\"tve-u-15ec3017516\" wfd-id=\"223\">\n<div class=\"tve-page-section-out\" wfd-id=\"231\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ebea3a693\" wfd-id=\"224\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15ebea49c0c\" id=\"whatwedo\" data-tag=\"h1\" wfd-id=\"228\"><h1 data-css=\"tve-u-15ebea42b31\" style=\"text-align: center;\">What We Do</h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2448fdb\" wfd-id=\"225\"><p data-css=\"tve-u-15ec2443105\" style=\"text-align: center;\">Our goal is to make sure the owners are comforted, the pups are exercised and happy and that we are getting our own puppy fixes. But letâ€™s be honest- itâ€™s their world, weâ€™re just living in it! As a small team of experienced dog owners and lovers, we really get to know you and your dog and we canguarantee consistent and personal care that is equal to your love and attention. We are so excited to make you a part of the family!</p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 343px; left: 0px;\" wfd-id=\"188\">\n<div class=\"tve-page-section-out\" wfd-id=\"222\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ee1211b9b\" wfd-id=\"189\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15ee121a6d1\" wfd-id=\"190\"><div class=\"tcb-flex-row tcb--cols--3 tcb-medium-wrap\" data-css=\"tve-u-15ee121fb1c\" wfd-id=\"191\"><div class=\"tcb-flex-col\" wfd-id=\"210\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ee1225fdf\" wfd-id=\"212\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec2477274\" wfd-id=\"220\"><span class=\"tve_image_frame\" wfd-id=\"221\"><img class=\"tve_image wp-image-1596\" alt=\"\" width=\"55\" height=\"73\" title=\"what_do_icon_01\" data-id=\"1596\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_01.png\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"219\"><p data-css=\"tve-u-15ec2481d17\"><strong>First Class Care</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"216\"><p data-css=\"tve-u-15ec2487407\">all the best for them</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2492191\" wfd-id=\"213\"><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"200\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ee1232726\" wfd-id=\"202\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec24ae116\" wfd-id=\"208\"><span class=\"tve_image_frame\" wfd-id=\"209\"><img class=\"tve_image wp-image-1597\" alt=\"\" width=\"73\" height=\"73\" title=\"what_do_icon_02\" data-id=\"1597\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_02.png\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"207\"><p data-css=\"tve-u-15ec2481d17\"><strong>Snacks Included</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"206\"><p data-css=\"tve-u-15ec2487407\">for your little one</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec3192f72\" wfd-id=\"203\"><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"192\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ee1237243\" wfd-id=\"194\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec24d5e15\" wfd-id=\"198\"><span class=\"tve_image_frame\" wfd-id=\"199\"><img class=\"tve_image wp-image-1598\" alt=\"\" width=\"65\" height=\"73\" title=\"what_do_icon_03\" data-id=\"1598\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_03.png\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"197\"><p data-css=\"tve-u-15ec2481d17\"><strong>Regularly walks</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"196\"><p data-css=\"tve-u-15ec2487407\">to keep them ealthy</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2492191\" wfd-id=\"195\"><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris.</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-15ec24f494c\" id=\"testimonials\" style=\"\" wfd-id=\"162\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ec24f97c0\" wfd-id=\"187\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec24f790d\" wfd-id=\"163\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15ec254985a\" style=\"\" wfd-id=\"164\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-15ec253a41f\" wfd-id=\"165\"><div class=\"tcb-flex-col\" wfd-id=\"169\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec253ef3a\" style=\"\" wfd-id=\"171\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec256e611\" style=\"\" wfd-id=\"178\"><p data-css=\"tve-u-15ec25610c7\"><span data-css=\"tve-u-15ec268a0a3\" style=\"font-size: 45px; color: rgb(89, 171, 227);\" wfd-id=\"185\"><span data-css=\"tve-u-15ec26760e9\" style=\"font-family: ABeeZee;\" wfd-id=\"186\">â€</span></span><span data-css=\"tve-u-15ec256b908\" style=\"font-family: &quot;Amatic SC&quot;;\" wfd-id=\"184\">&nbsp; &nbsp; &nbsp;</span><span data-css=\"tve-u-15ec2680494\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"182\"><span data-css=\"tve-u-15ec269379d\" style=\"font-size: 45px;\" wfd-id=\"183\">my chester enjoys being with them!</span> &nbsp; &nbsp;&nbsp;</span><span data-css=\"tve-u-15ec255fe12\" style=\"font-family: ABeeZee; font-weight: 400; color: rgb(89, 171, 227); font-size: 45px;\" wfd-id=\"181\">â€</span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2698d8d\" wfd-id=\"173\"><p data-css=\"tve-u-160266880a0\">We LOVE going for walks with our friends at Paw! Donâ€™t tell our mom &amp; dad,but we get really excited when they leave for work because we know it wonâ€™t be long before we get a visit from one of our favorite friends at PawCity! Best part is, they always let our parents know how ourwalk went right away so they dont have to worry about us!</p><p data-css=\"tve-u-15ec269736c\">We love you PawCity!! xoxo</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec26ab7b0\" style=\"\" wfd-id=\"172\"><p data-css=\"tve-u-15ec26a92a2\"><strong>Anna Olson</strong>, Chesterâ€™s Mom</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"166\"><div class=\"tcb-col\" wfd-id=\"168\"></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 343px; left: 0px;\" data-css=\"tve-u-15ec26c390a\" id=\"aboutus\" wfd-id=\"153\">\n<div class=\"tve-page-section-out\" wfd-id=\"161\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec26b9914\" wfd-id=\"154\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15ee1037a1d\" data-tag=\"h1\" wfd-id=\"158\"><h1 data-css=\"tve-u-15ec26bd2e8\">About us</h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec31ba260\" wfd-id=\"155\"><p data-css=\"tve-u-15ec2443105\" style=\"text-align: center;\">At PawCity, we lead lives full of the unconditional love and happiness we receive from the furballs we get to spend time with everyday and we have this beautiful city and all the beautiful people in it to thank. We love you and your pups!!</p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 343px; left: 0px;\" data-css=\"tve-u-15ec26ec232\" wfd-id=\"116\">\n<div class=\"tve-page-section-out\" wfd-id=\"152\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec26e5812\" wfd-id=\"117\"><div class=\"thrv_wrapper thrv-columns tcb-window-width\" style=\"width: 343px; left: -1px;\" data-css=\"tve-u-15ee106257d\" wfd-id=\"118\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2\" data-css=\"tve-u-15ec26fee25\" wfd-id=\"119\"><div class=\"tcb-flex-col c-33\" wfd-id=\"147\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec2a38bfd\" wfd-id=\"149\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec2a33d71\" wfd-id=\"150\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"151\"><img class=\"tve_image wp-image-7399\" alt=\"\" width=\"830\" height=\"775\" title=\"about_us_dog\" data-id=\"7399\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/about_us_dog.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col c-66\" wfd-id=\"120\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec27075e1\" wfd-id=\"122\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160309f3e5d\" wfd-id=\"139\">\n<div class=\"tve-content-box-background\" wfd-id=\"146\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160309b397d\" wfd-id=\"140\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-160309b00b4\" data-float=\"1\" wfd-id=\"144\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"145\"><img class=\"tve_image wp-image-7404\" alt=\"\" width=\"64\" height=\"64\" title=\"dog_paw\" data-id=\"7404\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/dog_paw.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16030a08afd\" wfd-id=\"141\"><p>We moved to New York City with our black bulldog rescue, Blakely, in 2007 after graduating from the University of Maryland. Immediately, we realized what a dog-crazy place it was.</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160309f6c04\" wfd-id=\"131\">\n<div class=\"tve-content-box-background\" wfd-id=\"138\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160309b397d\" wfd-id=\"132\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-160309ddca8\" data-float=\"1\" wfd-id=\"136\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"137\"><img class=\"tve_image wp-image-7403\" alt=\"\" width=\"64\" height=\"64\" title=\"dog_house\" data-id=\"7403\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/dog_house.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16030a09626\" wfd-id=\"133\"><p>We knew right away that we wanted to work with the animals that we loved and that had given us so much love since we were little girls. We started PawCity Dog Walking in July of 2010.</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16030975307\" wfd-id=\"123\">\n<div class=\"tve-content-box-background\" wfd-id=\"130\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160309b397d\" wfd-id=\"124\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16030a013d7\" data-float=\"1\" wfd-id=\"128\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"129\"><img class=\"tve_image wp-image-7405\" alt=\"\" width=\"64\" height=\"64\" title=\"spinning_wheel\" data-id=\"7405\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/spinning_wheel.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160309b344b\" wfd-id=\"125\"><p>We cover the entire width of the East Side, from 96th Street to Delancey and handle every type of personality imaginable. At PawCity, we lead lives full of the unconditional love and happiness we receive from the furballs we get to spend time with everyday.</p></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" data-css=\"tve-u-15ec2a56438\" style=\"width: 343px; left: 0px;\" id=\"getyourcoupon\" wfd-id=\"92\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ec2a5bb35\" wfd-id=\"115\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec2a5540e\" wfd-id=\"93\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ec2a80647\" wfd-id=\"94\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15ec2a9b8a9\" wfd-id=\"114\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ec2a81a9f\" wfd-id=\"95\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2a6f589\" wfd-id=\"110\"><p data-css=\"tve-u-15ec2a6b447\"><span data-css=\"tve-u-15ec2a6d9d8\" style=\"\" wfd-id=\"113\"><strong>Get Your Coupon</strong></span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2aaa9a4\" wfd-id=\"104\"><p data-css=\"tve-u-15ec2ab1d6d\"><span style=\"font-size: 18px;\" data-css=\"tve-u-165bd25b417\" wfd-id=\"108\"><span style=\"font-family: \'Special Elite\';\" data-css=\"tve-u-165bd25ab3b\" wfd-id=\"109\">We strive to keep both you and your pup as happy and comfortable as possible while youâ€™re out earning those big bucks.</span></span></p><p data-css=\"tve-u-15ec2ab1d82\"><br></p><p data-css=\"tve-u-15ec2aa8e2e\"><strong>Get <span data-css=\"tve-u-15ec2aafa24\" style=\"color: rgb(89, 171, 227);\" wfd-id=\"107\">20%</span> off your first walk. Enter your email and we\'ll send you your coupon.</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ec2abe257\" wfd-id=\"96\">\n<div class=\"tve-content-box-background\" wfd-id=\"103\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ec2acb421\" wfd-id=\"97\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-15ec2ac01df\" data-tcb_hover_state_parent=\"false\" data-button-style=\"full_rounded\" data-button-size=\"s\" wfd-id=\"98\">\n<a href=\"\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"99\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-15ebe925072\" wfd-id=\"100\">Get Your Coupon Now</span></span>\n</a>\n</div></div>\n</div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-15ec2b0a32a\" id=\"areaweserve\" wfd-id=\"68\">\n<div class=\"tve-page-section-out\" wfd-id=\"91\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15f76fcb7df\" wfd-id=\"69\"><div class=\"thrv_wrapper thrv-columns\" style=\"\" data-css=\"tve-u-15ee103f44a\" wfd-id=\"70\"><div class=\"tcb-flex-row tcb--cols--2 tcb-medium-wrap\" data-css=\"tve-u-15ec2ae8715\" wfd-id=\"71\"><div class=\"tcb-flex-col c-33\" wfd-id=\"76\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec2b37666\" wfd-id=\"78\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"85\"><p data-css=\"tve-u-15ec2af6c4b\"><span data-css=\"tve-u-15ec2af6c4e\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"90\">area we serve</span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"79\"><p>As a small team of experienced dog owners and lovers, we really get to know you and your dog and we canguarantee consistent and personal care that is equal to your love and attention.</p><p><br></p><p><strong><span data-css=\"tve-u-15ec2afed17\" style=\"color: rgb(89, 171, 227);\" wfd-id=\"84\">We are so excited to make you a part of the family!</span></strong></p></div></div></div><div class=\"tcb-flex-col c-66\" wfd-id=\"72\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec2b33f06\" wfd-id=\"74\"><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-15ec2b3b468\" wfd-id=\"75\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=blakely, united states&amp;t=m&amp;z=11&amp;output=embed&amp;iwloc=near\"></iframe>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" data-css=\"tve-u-15ec2b5d54c\" style=\"width: 343px; left: 0px;\" id=\"contact\" wfd-id=\"30\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ec2b56fac\" wfd-id=\"67\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec2b54c99\" wfd-id=\"31\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1602b31dfcd\" wfd-id=\"32\"><div class=\"tcb-flex-row tcb-resized tcb-medium-wrap tcb--cols--3\" data-css=\"tve-u-1602b37ce9d\" wfd-id=\"33\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1602be453ec\" style=\"\" wfd-id=\"62\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"64\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-165bd189801\" wfd-id=\"65\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"66\"><img class=\"tve_image wp-image-290\" alt=\"Blackhawk Custom Cerakote\" width=\"751\" height=\"102\" title=\"Logo\" data-id=\"290\" src=\"//bestcerakoteflorida.com/wp-content/uploads/2018/09/Logo.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1602be45437\" style=\"\" wfd-id=\"47\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1602be56dfc\" wfd-id=\"49\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1602bfebaf9\" wfd-id=\"50\">\n<div class=\"tve-content-box-background\" wfd-id=\"61\"></div>\n<div class=\"tve-cb\" wfd-id=\"51\"><div class=\"tcb-clear\" data-css=\"tve-u-1602bf36e2c\" wfd-id=\"59\"><div class=\"thrv_wrapper tve_image_caption tcb-mobile-hidden\" data-css=\"tve-u-1602be7db66\" data-float=\"1\" wfd-id=\"60\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-7369\" alt=\"\" width=\"64\" height=\"64\" title=\"location\" data-id=\"7369\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/location.png\" style=\"width: 100%;\"></span></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1602bf25f10\" wfd-id=\"52\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1602befe215\" wfd-id=\"53\"><p data-css=\"tve-u-1602bfa220e\"><strong><span data-css=\"tve-u-1602b324a9b\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"58\">67 E. 3rd Street</span></strong><span data-css=\"tve-u-1602b324a9c\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"57\"> </span><span data-css=\"tve-u-1602b324ab9\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"56\">Suite B New York, NY 10003</span></p></div></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1602be4545b\" style=\"\" wfd-id=\"34\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"36\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1602bfea280\" wfd-id=\"37\">\n<div class=\"tve-content-box-background\" wfd-id=\"46\"></div>\n<div class=\"tve-cb\" wfd-id=\"38\"><div class=\"tcb-clear\" data-css=\"tve-u-1602bfc4bea\" wfd-id=\"44\"><div class=\"thrv_wrapper tve_image_caption tcb-mobile-hidden\" data-css=\"tve-u-1602bec144e\" data-float=\"1\" wfd-id=\"45\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-7370\" alt=\"\" width=\"64\" height=\"64\" title=\"phone\" data-id=\"7370\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/phone.png\" style=\"width: 100%;\"></span></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1602bfc74c3\" wfd-id=\"39\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1602b332fd9\" data-float=\"1\" wfd-id=\"40\"><p><a href=\"tel:#9548481911\" target=\"_blank\"><strong><span data-css=\"tve-u-1602b324a9b\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"43\">954-848-1911</span></strong></a><br></p></div></div></div>\n</div></div></div></div></div></div>\n</div>'),(3064,297,'tve_revision_tve_has_wistia_popover','0'),(3065,298,'tve_revision_tve_landing_page','tcb2-one-page-site-dog-walking'),(3066,298,'tve_revision_tve_disable_theme_dependency',''),(3067,298,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-165b813034a\" wfd-id=\"262\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ebe5d7b44\" wfd-id=\"288\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ebe51d596\" wfd-id=\"263\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15ec3055cca\" wfd-id=\"264\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized\" data-css=\"tve-u-15ebe8a2edd\" wfd-id=\"265\"><div class=\"tcb-flex-col\" data-css=\"tve-u-165bcef972c\" style=\"\" wfd-id=\"278\"><div class=\"tcb-col\" wfd-id=\"280\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-165bcf40f41\" wfd-id=\"281\"><div class=\"tcb-flex-row tcb--cols--1\" data-css=\"tve-u-165bcf3f4af\" wfd-id=\"282\"><div class=\"tcb-flex-col\" wfd-id=\"283\"><div class=\"tcb-col\" wfd-id=\"285\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-165bcf2cfcd\" wfd-id=\"286\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"287\"><img class=\"tve_image wp-image-290\" alt=\"\" width=\"751\" height=\"102\" title=\"Logo\" data-id=\"290\" src=\"//bestcerakoteflorida.com/wp-content/uploads/2018/09/Logo.png\" style=\"width: 100%;\"></span></div></div></div></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-165bce18a46\" style=\"\" wfd-id=\"266\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec313e743\" data-tcb_hover_state_parent=\"\" wfd-id=\"268\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" wfd-id=\"269\"><p data-css=\"tve-u-15f002fa8f6\"><span data-css=\"tve-u-15f0034f748\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"277\"><a href=\"#whatwedo\">What We Do</a></span>&nbsp; &nbsp; <span data-css=\"tve-u-15f003606db\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"276\"><a href=\"#testimonials\">Testimonials</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f003655f8\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"275\"><a href=\"#aboutus\">About Us</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f00369f5e\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"274\"><a href=\"#getyourcoupon\">Get Your Coupon</a></span>&nbsp; &nbsp; <span data-css=\"tve-u-15f0064f814\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"273\"><a href=\"#areaweserve\">Area We Serve</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f003784ab\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"272\"><a href=\"#contact\">Contact</a></span></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 343px; left: 0px;\" data-css=\"tve-u-15ebe8abb9e\" wfd-id=\"232\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ebe8a4d78\" data-clip-id=\"335f47a4c8f92\" wfd-id=\"261\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-left-335f47a4c8f92\" class=\"decoration-clip clip-path-left\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" pointer-width=\"6\" pointer-height=\"2.5\" style=\"curves\" decoration-type=\"none\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon><ellipse cx=\"0.025\" cy=\"0.029412\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.08823600000000001\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.14706\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.205884\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.264708\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.323532\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.38235600000000003\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.44118\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.500004\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.558828\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.617652\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.676476\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.7353000000000001\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.794124\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.852948\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.911772\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.970596\" rx=\"0.025\" ry=\"0.029412\"></ellipse></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ebe72c974\" wfd-id=\"233\"><div class=\"thrv_wrapper thrv-columns tcb-window-width\" style=\"width: 343px; left: 0px;\" data-css=\"tve-u-15ec318421d\" wfd-id=\"234\"><div class=\"tcb-flex-row tcb--cols--2 v-2\" data-css=\"tve-u-15ebe738fb8\" wfd-id=\"235\"><div class=\"tcb-flex-col\" wfd-id=\"258\"><div class=\"tcb-col\" data-css=\"tve-u-15ebe73226c\" wfd-id=\"260\"></div></div><div class=\"tcb-flex-col\" wfd-id=\"236\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ebe89fb7a\" wfd-id=\"238\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ebe827cb3\" wfd-id=\"239\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15ebe830a90\" data-clip-id=\"bb2526ca261ae\" wfd-id=\"257\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-left-bb2526ca261ae\" class=\"decoration-clip clip-path-left\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"none\" pointer-width=\"5.7\" pointer-height=\"2.5\" style=\"curves\" slanted-angle=\"5\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon><ellipse cx=\"0.025\" cy=\"0.027778\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.083334\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.13889\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.194446\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.250002\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.305558\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.361114\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.41667\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.47222600000000003\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.527782\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.583338\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.638894\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.69445\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.7500060000000001\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.805562\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.861118\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.916674\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.97223\" rx=\"0.025\" ry=\"0.027778\"></ellipse></clipPath><clipPath id=\"clip-tablet-left-bb2526ca261ae\" class=\"decoration-clip clip-path-tablet-left\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"divider\" pointer-width=\"5.7\" pointer-height=\"4\" style=\"curves\" slanted-angle=\"5\"><polygon points=\"0.04 0, 0.04 1, 1 1, 1 0\"></polygon><ellipse cx=\"0.04\" cy=\"0.027778\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.083334\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.13889\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.194446\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.250002\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.305558\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.361114\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.41667\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.47222600000000003\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.527782\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.583338\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.638894\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.69445\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.7500060000000001\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.805562\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.861118\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.916674\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.97223\" rx=\"0.04\" ry=\"0.027778\"></ellipse></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ebe80a9a1\" wfd-id=\"240\"><div class=\"tcb-clear\" data-css=\"tve-u-15ebe8ee6c0\" wfd-id=\"253\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15ebe8edca2\" data-tag=\"h1\" wfd-id=\"254\"><h1 data-css=\"tve-u-15ebe90cfb0\">Happy dogs =<br>â€‹â€‹â€‹â€‹â€‹happâ€‹â€‹â€‹â€‹y owners</h1></div></div><div class=\"tcb-clear\" data-css=\"tve-u-15ec30a8a14\" wfd-id=\"249\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ebe906677\" wfd-id=\"250\"><p data-css=\"tve-u-15ebe905473\">Offer your dog a premium walking experience</p></div></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ebe916c34\" wfd-id=\"241\">\n<div class=\"tve-content-box-background\" wfd-id=\"248\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ec3152b02\" wfd-id=\"242\"><div class=\"thrv_wrapper thrv-button tve_ea_thrive_lightbox\" data-css=\"tve-u-15ebe91a626\" data-tcb_hover_state_parent=\"false\" data-button-style=\"full_rounded\" wfd-id=\"243\">\n<a href=\"#\" class=\"tcb-button-link tve_evt_manager_listen tve_et_click\" data-tcb-events=\"__TCB_EVENT_[{&quot;config&quot;:{&quot;l_anim&quot;:&quot;zoom_in&quot;,&quot;l_id&quot;:265},&quot;a&quot;:&quot;thrive_lightbox&quot;,&quot;t&quot;:&quot;click&quot;}]_TNEVE_BCT__\">\n<span class=\"tcb-button-texts\" wfd-id=\"244\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-165b814869f\" wfd-id=\"245\">Get 10% OFF Your First Cerakote Project</span></span>\n</a>\n</div></div>\n</div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 343px; left: 0px;\" data-css=\"tve-u-15ec3017516\" wfd-id=\"223\">\n<div class=\"tve-page-section-out\" wfd-id=\"231\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ebea3a693\" wfd-id=\"224\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15ebea49c0c\" id=\"whatwedo\" data-tag=\"h1\" wfd-id=\"228\"><h1 data-css=\"tve-u-15ebea42b31\" style=\"text-align: center;\">What We Do</h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2448fdb\" wfd-id=\"225\"><p data-css=\"tve-u-15ec2443105\" style=\"text-align: center;\">Our goal is to make sure the owners are comforted, the pups are exercised and happy and that we are getting our own puppy fixes. But letâ€™s be honest- itâ€™s their world, weâ€™re just living in it! As a small team of experienced dog owners and lovers, we really get to know you and your dog and we canguarantee consistent and personal care that is equal to your love and attention. We are so excited to make you a part of the family!</p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 343px; left: 0px;\" wfd-id=\"188\">\n<div class=\"tve-page-section-out\" wfd-id=\"222\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ee1211b9b\" wfd-id=\"189\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15ee121a6d1\" wfd-id=\"190\"><div class=\"tcb-flex-row tcb--cols--3 tcb-medium-wrap\" data-css=\"tve-u-15ee121fb1c\" wfd-id=\"191\"><div class=\"tcb-flex-col\" wfd-id=\"210\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ee1225fdf\" wfd-id=\"212\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec2477274\" wfd-id=\"220\"><span class=\"tve_image_frame\" wfd-id=\"221\"><img class=\"tve_image wp-image-1596\" alt=\"\" width=\"55\" height=\"73\" title=\"what_do_icon_01\" data-id=\"1596\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_01.png\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"219\"><p data-css=\"tve-u-15ec2481d17\"><strong>First Class Care</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"216\"><p data-css=\"tve-u-15ec2487407\">all the best for them</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2492191\" wfd-id=\"213\"><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"200\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ee1232726\" wfd-id=\"202\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec24ae116\" wfd-id=\"208\"><span class=\"tve_image_frame\" wfd-id=\"209\"><img class=\"tve_image wp-image-1597\" alt=\"\" width=\"73\" height=\"73\" title=\"what_do_icon_02\" data-id=\"1597\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_02.png\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"207\"><p data-css=\"tve-u-15ec2481d17\"><strong>Snacks Included</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"206\"><p data-css=\"tve-u-15ec2487407\">for your little one</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec3192f72\" wfd-id=\"203\"><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"192\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ee1237243\" wfd-id=\"194\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec24d5e15\" wfd-id=\"198\"><span class=\"tve_image_frame\" wfd-id=\"199\"><img class=\"tve_image wp-image-1598\" alt=\"\" width=\"65\" height=\"73\" title=\"what_do_icon_03\" data-id=\"1598\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_03.png\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"197\"><p data-css=\"tve-u-15ec2481d17\"><strong>Regularly walks</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"196\"><p data-css=\"tve-u-15ec2487407\">to keep them ealthy</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2492191\" wfd-id=\"195\"><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris.</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-15ec24f494c\" id=\"testimonials\" style=\"\" wfd-id=\"162\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ec24f97c0\" wfd-id=\"187\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec24f790d\" wfd-id=\"163\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15ec254985a\" style=\"\" wfd-id=\"164\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-15ec253a41f\" wfd-id=\"165\"><div class=\"tcb-flex-col\" wfd-id=\"169\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec253ef3a\" style=\"\" wfd-id=\"171\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec256e611\" style=\"\" wfd-id=\"178\"><p data-css=\"tve-u-15ec25610c7\"><span data-css=\"tve-u-15ec268a0a3\" style=\"font-size: 45px; color: rgb(89, 171, 227);\" wfd-id=\"185\"><span data-css=\"tve-u-15ec26760e9\" style=\"font-family: ABeeZee;\" wfd-id=\"186\">â€</span></span><span data-css=\"tve-u-15ec256b908\" style=\"font-family: &quot;Amatic SC&quot;;\" wfd-id=\"184\">&nbsp; &nbsp; &nbsp;</span><span data-css=\"tve-u-15ec2680494\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"182\"><span data-css=\"tve-u-15ec269379d\" style=\"font-size: 45px;\" wfd-id=\"183\">my chester enjoys being with them!</span> &nbsp; &nbsp;&nbsp;</span><span data-css=\"tve-u-15ec255fe12\" style=\"font-family: ABeeZee; font-weight: 400; color: rgb(89, 171, 227); font-size: 45px;\" wfd-id=\"181\">â€</span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2698d8d\" wfd-id=\"173\"><p data-css=\"tve-u-160266880a0\">We LOVE going for walks with our friends at Paw! Donâ€™t tell our mom &amp; dad,but we get really excited when they leave for work because we know it wonâ€™t be long before we get a visit from one of our favorite friends at PawCity! Best part is, they always let our parents know how ourwalk went right away so they dont have to worry about us!</p><p data-css=\"tve-u-15ec269736c\">We love you PawCity!! xoxo</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec26ab7b0\" style=\"\" wfd-id=\"172\"><p data-css=\"tve-u-15ec26a92a2\"><strong>Anna Olson</strong>, Chesterâ€™s Mom</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"166\"><div class=\"tcb-col\" wfd-id=\"168\"></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 343px; left: 0px;\" data-css=\"tve-u-15ec26c390a\" id=\"aboutus\" wfd-id=\"153\">\n<div class=\"tve-page-section-out\" wfd-id=\"161\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec26b9914\" wfd-id=\"154\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15ee1037a1d\" data-tag=\"h1\" wfd-id=\"158\"><h1 data-css=\"tve-u-15ec26bd2e8\">About us</h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec31ba260\" wfd-id=\"155\"><p data-css=\"tve-u-15ec2443105\" style=\"text-align: center;\">At PawCity, we lead lives full of the unconditional love and happiness we receive from the furballs we get to spend time with everyday and we have this beautiful city and all the beautiful people in it to thank. We love you and your pups!!</p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 343px; left: 0px;\" data-css=\"tve-u-15ec26ec232\" wfd-id=\"116\">\n<div class=\"tve-page-section-out\" wfd-id=\"152\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec26e5812\" wfd-id=\"117\"><div class=\"thrv_wrapper thrv-columns tcb-window-width\" style=\"width: 343px; left: -1px;\" data-css=\"tve-u-15ee106257d\" wfd-id=\"118\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2\" data-css=\"tve-u-15ec26fee25\" wfd-id=\"119\"><div class=\"tcb-flex-col c-33\" wfd-id=\"147\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec2a38bfd\" wfd-id=\"149\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec2a33d71\" wfd-id=\"150\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"151\"><img class=\"tve_image wp-image-7399\" alt=\"\" width=\"830\" height=\"775\" title=\"about_us_dog\" data-id=\"7399\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/about_us_dog.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col c-66\" wfd-id=\"120\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec27075e1\" wfd-id=\"122\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160309f3e5d\" wfd-id=\"139\">\n<div class=\"tve-content-box-background\" wfd-id=\"146\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160309b397d\" wfd-id=\"140\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-160309b00b4\" data-float=\"1\" wfd-id=\"144\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"145\"><img class=\"tve_image wp-image-7404\" alt=\"\" width=\"64\" height=\"64\" title=\"dog_paw\" data-id=\"7404\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/dog_paw.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16030a08afd\" wfd-id=\"141\"><p>We moved to New York City with our black bulldog rescue, Blakely, in 2007 after graduating from the University of Maryland. Immediately, we realized what a dog-crazy place it was.</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160309f6c04\" wfd-id=\"131\">\n<div class=\"tve-content-box-background\" wfd-id=\"138\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160309b397d\" wfd-id=\"132\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-160309ddca8\" data-float=\"1\" wfd-id=\"136\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"137\"><img class=\"tve_image wp-image-7403\" alt=\"\" width=\"64\" height=\"64\" title=\"dog_house\" data-id=\"7403\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/dog_house.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16030a09626\" wfd-id=\"133\"><p>We knew right away that we wanted to work with the animals that we loved and that had given us so much love since we were little girls. We started PawCity Dog Walking in July of 2010.</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16030975307\" wfd-id=\"123\">\n<div class=\"tve-content-box-background\" wfd-id=\"130\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160309b397d\" wfd-id=\"124\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16030a013d7\" data-float=\"1\" wfd-id=\"128\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"129\"><img class=\"tve_image wp-image-7405\" alt=\"\" width=\"64\" height=\"64\" title=\"spinning_wheel\" data-id=\"7405\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/spinning_wheel.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160309b344b\" wfd-id=\"125\"><p>We cover the entire width of the East Side, from 96th Street to Delancey and handle every type of personality imaginable. At PawCity, we lead lives full of the unconditional love and happiness we receive from the furballs we get to spend time with everyday.</p></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" data-css=\"tve-u-15ec2a56438\" style=\"width: 343px; left: 0px;\" id=\"getyourcoupon\" wfd-id=\"92\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ec2a5bb35\" wfd-id=\"115\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec2a5540e\" wfd-id=\"93\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ec2a80647\" wfd-id=\"94\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15ec2a9b8a9\" wfd-id=\"114\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ec2a81a9f\" wfd-id=\"95\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2a6f589\" wfd-id=\"110\"><p data-css=\"tve-u-15ec2a6b447\"><span data-css=\"tve-u-15ec2a6d9d8\" style=\"\" wfd-id=\"113\"><strong>Get Your Coupon</strong></span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2aaa9a4\" wfd-id=\"104\"><p data-css=\"tve-u-15ec2ab1d6d\"><span style=\"font-size: 18px;\" data-css=\"tve-u-165bd25b417\" wfd-id=\"108\"><span style=\"font-family: \'Special Elite\';\" data-css=\"tve-u-165bd25ab3b\" wfd-id=\"109\">We strive to keep both you and your pup as happy and comfortable as possible while youâ€™re out earning those big bucks.</span></span></p><p data-css=\"tve-u-15ec2ab1d82\"><br></p><p data-css=\"tve-u-15ec2aa8e2e\"><strong>Get <span data-css=\"tve-u-15ec2aafa24\" style=\"color: rgb(89, 171, 227);\" wfd-id=\"107\">20%</span> off your first walk. Enter your email and we\'ll send you your coupon.</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ec2abe257\" wfd-id=\"96\">\n<div class=\"tve-content-box-background\" wfd-id=\"103\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ec2acb421\" wfd-id=\"97\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-15ec2ac01df\" data-tcb_hover_state_parent=\"false\" data-button-style=\"full_rounded\" data-button-size=\"s\" wfd-id=\"98\">\n<a href=\"\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"99\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-15ebe925072\" wfd-id=\"100\">Get Your Coupon Now</span></span>\n</a>\n</div></div>\n</div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-15ec2b0a32a\" id=\"areaweserve\" wfd-id=\"68\">\n<div class=\"tve-page-section-out\" wfd-id=\"91\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15f76fcb7df\" wfd-id=\"69\"><div class=\"thrv_wrapper thrv-columns\" style=\"\" data-css=\"tve-u-15ee103f44a\" wfd-id=\"70\"><div class=\"tcb-flex-row tcb--cols--2 tcb-medium-wrap\" data-css=\"tve-u-15ec2ae8715\" wfd-id=\"71\"><div class=\"tcb-flex-col c-33\" wfd-id=\"76\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec2b37666\" wfd-id=\"78\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"85\"><p data-css=\"tve-u-15ec2af6c4b\"><span data-css=\"tve-u-15ec2af6c4e\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"90\">area we serve</span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"79\"><p>As a small team of experienced dog owners and lovers, we really get to know you and your dog and we canguarantee consistent and personal care that is equal to your love and attention.</p><p><br></p><p><strong><span data-css=\"tve-u-15ec2afed17\" style=\"color: rgb(89, 171, 227);\" wfd-id=\"84\">We are so excited to make you a part of the family!</span></strong></p></div></div></div><div class=\"tcb-flex-col c-66\" wfd-id=\"72\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec2b33f06\" wfd-id=\"74\"><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-15ec2b3b468\" wfd-id=\"75\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=blakely, united states&amp;t=m&amp;z=11&amp;output=embed&amp;iwloc=near\"></iframe>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" data-css=\"tve-u-15ec2b5d54c\" style=\"width: 343px; left: 0px;\" id=\"contact\" wfd-id=\"30\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ec2b56fac\" wfd-id=\"67\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec2b54c99\" wfd-id=\"31\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1602b31dfcd\" wfd-id=\"32\"><div class=\"tcb-flex-row tcb-resized tcb-medium-wrap tcb--cols--3\" data-css=\"tve-u-1602b37ce9d\" wfd-id=\"33\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1602be453ec\" style=\"\" wfd-id=\"62\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"64\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-165bd189801\" wfd-id=\"65\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"66\"><img class=\"tve_image wp-image-290\" alt=\"Blackhawk Custom Cerakote\" width=\"751\" height=\"102\" title=\"Logo\" data-id=\"290\" src=\"//bestcerakoteflorida.com/wp-content/uploads/2018/09/Logo.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1602be45437\" style=\"\" wfd-id=\"47\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1602be56dfc\" wfd-id=\"49\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1602bfebaf9\" wfd-id=\"50\">\n<div class=\"tve-content-box-background\" wfd-id=\"61\"></div>\n<div class=\"tve-cb\" wfd-id=\"51\"><div class=\"tcb-clear\" data-css=\"tve-u-1602bf36e2c\" wfd-id=\"59\"><div class=\"thrv_wrapper tve_image_caption tcb-mobile-hidden\" data-css=\"tve-u-1602be7db66\" data-float=\"1\" wfd-id=\"60\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-7369\" alt=\"\" width=\"64\" height=\"64\" title=\"location\" data-id=\"7369\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/location.png\" style=\"width: 100%;\"></span></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1602bf25f10\" wfd-id=\"52\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1602befe215\" wfd-id=\"53\"><p data-css=\"tve-u-1602bfa220e\"><strong><span data-css=\"tve-u-1602b324a9b\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"58\">67 E. 3rd Street</span></strong><span data-css=\"tve-u-1602b324a9c\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"57\"> </span><span data-css=\"tve-u-1602b324ab9\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"56\">Suite B New York, NY 10003</span></p></div></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1602be4545b\" style=\"\" wfd-id=\"34\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"36\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1602bfea280\" wfd-id=\"37\">\n<div class=\"tve-content-box-background\" wfd-id=\"46\"></div>\n<div class=\"tve-cb\" wfd-id=\"38\"><div class=\"tcb-clear\" data-css=\"tve-u-1602bfc4bea\" wfd-id=\"44\"><div class=\"thrv_wrapper tve_image_caption tcb-mobile-hidden\" data-css=\"tve-u-1602bec144e\" data-float=\"1\" wfd-id=\"45\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-7370\" alt=\"\" width=\"64\" height=\"64\" title=\"phone\" data-id=\"7370\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/phone.png\" style=\"width: 100%;\"></span></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1602bfc74c3\" wfd-id=\"39\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1602b332fd9\" data-float=\"1\" wfd-id=\"40\"><p><a href=\"tel:#9548481911\" target=\"_blank\"><strong><span data-css=\"tve-u-1602b324a9b\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"43\">954-848-1911</span></strong></a><br></p></div></div></div>\n</div></div></div></div></div></div>\n</div>'),(3068,298,'tve_revision_tve_content_more_found',''),(3069,298,'tve_revision_tve_save_post',''),(3070,298,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Special+Elite:400&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Montserrat:400,200,300&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Amatic+SC:400&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=ABeeZee:400&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-160309b397d\"]::after { clear: both; }[data-css=\"tve-u-160309b344b\"] { position: relative !important; margin-left: 100px !important; }[data-css=\"tve-u-160309b00b4\"] + div { clear: none; }[data-css=\"tve-u-160309b00b4\"] { float: none; width: 60px; position: absolute; margin-bottom: 0px !important; margin-top: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-16030975307\"] { max-width: 75%; margin-left: 80px !important; }[data-css=\"tve-u-1602bfa220e\"] { line-height: 1.85em !important; }[data-css=\"tve-u-1602be7db66\"] { float: left; width: 40px; z-index: 3; position: relative; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1602be56dfc\"]::after { clear: both; }[data-css=\"tve-u-1602be4545b\"] { max-width: 25%; }[data-css=\"tve-u-1602be45437\"] { max-width: 36.4%; }[data-css=\"tve-u-1602be453ec\"] { max-width: 38.6%; }[data-css=\"tve-u-1602b37ce9d\"] > .tcb-flex-col > .tcb-col { justify-content: center; }[data-css=\"tve-u-1602b332fd9\"] { max-width: 264px; position: relative; float: right; z-index: 3; width: 100%; padding-left: 1px !important; margin-top: 1px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1602b324a9c\"] { color: rgb(74, 163, 223) !important; }[data-css=\"tve-u-1602b324a9b\"] { color: rgb(74, 163, 223) !important; }[data-css=\"tve-u-1602b31dfcd\"] { max-width: 1296px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15f76fcb7df\"] { max-width: 100%; }[data-css=\"tve-u-15f0064f814\"] { color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-15ec313e743\"]:hover p, #tve_editor [data-css=\"tve-u-15ec313e743\"]:hover li, #tve_editor [data-css=\"tve-u-15ec313e743\"]:hover blockquote, #tve_editor [data-css=\"tve-u-15ec313e743\"]:hover address { color: rgb(89, 171, 227); }[data-css=\"tve-u-15f003784ab\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15f00369f5e\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15f003655f8\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15f003606db\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15f0034f748\"] { color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-15f002fa8f6\"] { color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-15ec313e743\"] p, #tve_editor [data-css=\"tve-u-15ec313e743\"] li, #tve_editor [data-css=\"tve-u-15ec313e743\"] blockquote, #tve_editor [data-css=\"tve-u-15ec313e743\"] address { font-size: 16px; }[data-css=\"tve-u-15ec313e743\"] { text-align: center; padding-left: 0px !important; margin-left: 0px !important; margin-right: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-15ee121fb1c\"] .tcb-flex-col { flex-basis: 285px !important; }[data-css=\"tve-u-15ec30a8a14\"]::after { clear: both; }#tve_editor [data-css=\"tve-u-15ebe90cfb0\"] { font-size: 96px !important; }[data-css=\"tve-u-15ee1237243\"] { box-shadow: rgba(73, 137, 181, 0.15) -3px 7px 69px 10px; }[data-css=\"tve-u-15ee1232726\"] { box-shadow: rgba(73, 137, 181, 0.15) -3px 7px 69px 10px; }[data-css=\"tve-u-15ee121fb1c\"] > .tcb-flex-col > .tcb-col { min-height: 503px; }[data-css=\"tve-u-15ee1225fdf\"] { box-shadow: rgba(73, 137, 181, 0.15) -3px 7px 69px 10px; }[data-css=\"tve-u-15ee121fb1c\"] { margin-left: -60px; min-height: inherit; }[data-css=\"tve-u-15ee121fb1c\"] > .tcb-flex-col { padding-left: 60px; }[data-css=\"tve-u-15ee121a6d1\"] { float: none; max-width: 1296px; text-align: center; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ee1211b9b\"] { max-width: 1603px; text-align: center; }[data-css=\"tve-u-15ec26fee25\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-15ee106257d\"] { max-width: 100%; }[data-css=\"tve-u-15ec3055cca\"] { max-width: 1370px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ee103f44a\"] { float: none; max-width: 1296px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ee1037a1d\"] { float: none; max-width: 1296px; margin-left: auto !important; margin-right: auto !important; }#tve_editor [data-css=\"tve-u-15ec2ac01df\"]:hover .tcb-button-link { box-shadow: none !important; background-color: rgba(255, 255, 255, 0.91) !important; background-image: none !important; border-radius: 13px !important; overflow: hidden !important; }#tve_editor [data-css=\"tve-u-15ebe91a626\"]:hover .tcb-button-link { box-shadow: rgba(73, 137, 181, 0.25) -3px 7px 73px 18px; border: 0px dashed rgb(255, 255, 255); background-color: rgb(149, 250, 201) !important; font-weight: normal !important; background-image: none !important; }[data-css=\"tve-u-15ebe8a2edd\"] > .tcb-flex-col > .tcb-col { justify-content: center; }[data-css=\"tve-u-15ec3017516\"] { margin-top: 60px !important; padding-bottom: 50px !important; }[data-css=\"tve-u-15ec2b5d54c\"] { margin-top: 83px !important; }[data-css=\"tve-u-15ec2b56fac\"] { opacity: 1; filter: grayscale(0%) blur(0px); background-image: linear-gradient(rgb(0, 0, 0), rgb(0, 0, 0)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-15ec2b54c99\"] { max-width: 1586px; min-height: 100px !important; }[data-css=\"tve-u-15ec2b3b468\"] { box-shadow: rgba(89, 171, 227, 0.15) -3px 7px 69px 10px; margin-top: 0px !important; margin-bottom: 0px !important; margin-left: 38px !important; }[data-css=\"tve-u-15ec2b37666\"] { margin-top: 114px !important; }[data-css=\"tve-u-15ec2b33f06\"] { padding-left: 0px !important; }[data-css=\"tve-u-15ec2b0a32a\"] { margin-top: 70px !important; }[data-css=\"tve-u-15ec2ae8715\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-15ec2afed17\"] { color: rgb(89, 171, 227) !important; }[data-css=\"tve-u-15ec2ae8715\"] { float: none; max-width: 1453px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2acb421\"] { min-height: 162px; }[data-css=\"tve-u-15ec2aafa24\"] { color: rgb(89, 171, 227) !important; }[data-css=\"tve-u-15ec2aaa9a4\"] { float: none; max-width: 1440px; margin-left: auto !important; margin-right: auto !important; margin-top: 25px !important; }#tve_editor [data-css=\"tve-u-15ec2aa8e2e\"] { letter-spacing: 1px; color: rgb(255, 255, 255) !important; font-size: 20px !important; }[data-css=\"tve-u-15ec2a9b8a9\"] { border: 1px solid rgb(89, 171, 227) !important; }[data-css=\"tve-u-15ec2a81a9f\"] { min-height: 162px; }[data-css=\"tve-u-15ec2a80647\"] { float: none; max-width: 97%; margin-left: auto !important; margin-right: auto !important; margin-top: 55px !important; }[data-css=\"tve-u-15ec2a6f589\"] { float: none; max-width: 1440px; margin-top: 55px !important; margin-left: auto !important; margin-right: auto !important; }#tve_editor [data-css=\"tve-u-15ec2a6b447\"] { color: rgb(255, 255, 255) !important; font-size: 45px !important; font-family: \"Special Elite\" !important; font-weight: 400 !important; }[data-css=\"tve-u-15ec2a5bb35\"] { background-image: linear-gradient(rgba(28, 54, 85, 0.5), rgba(28, 54, 85, 0.5)), url(\"https://bestcerakoteflorida.com/wp-content/uploads/2018/05/FTYS6743-1024x683.jpg\") !important; background-size: auto, cover !important; background-position: 0px 0px, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-15ec2a56438\"] { margin-top: 69px !important; }[data-css=\"tve-u-15ec2a5540e\"] { max-width: 100%; text-align: center; min-height: 561px !important; }[data-css=\"tve-u-15ec2a38bfd\"] { margin-right: 0px !important; padding-right: 0px !important; margin-left: 0px !important; }[data-css=\"tve-u-15ec2a33d71\"] { width: 830px; position: relative; top: 0px; left: 40px; z-index: 7; float: none; padding-right: 0px !important; padding-left: 0px !important; }[data-css=\"tve-u-15ec27075e1\"] { border-left: 2px dashed rgb(232, 238, 241); border-top: 1px solid rgb(232, 238, 241); border-bottom: 1px solid rgb(232, 238, 241); }[data-css=\"tve-u-15ec26fee25\"] > .tcb-flex-col > .tcb-col { min-height: 612px; }[data-css=\"tve-u-15ec26fee25\"] { min-height: inherit; margin-left: 0px; padding-top: 0px !important; padding-bottom: 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-15ec26ec232\"] { margin-top: 66px !important; }[data-css=\"tve-u-15ec26e5812\"] { max-width: 100%; min-height: 586px !important; }[data-css=\"tve-u-15ec26c390a\"] { margin-top: 60px !important; }#tve_editor [data-css=\"tve-u-15ec26bd2e8\"] { color: rgb(24, 45, 60) !important; font-size: 70px !important; }[data-css=\"tve-u-15ec26b9914\"] { max-width: 1434px; text-align: center; }[data-css=\"tve-u-15ec26ab7b0\"] { margin-top: 67px !important; }#tve_editor [data-css=\"tve-u-15ec26a92a2\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15ec2698d8d\"] { float: none; max-width: 600px; margin-left: auto !important; margin-right: auto !important; margin-top: 30px !important; }#tve_editor [data-css=\"tve-u-15ec269736c\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15ec269379d\"] { font-size: 45px !important; }[data-css=\"tve-u-15ec268a0a3\"] { font-size: 45px !important; color: rgb(89, 171, 227) !important; }[data-css=\"tve-u-15ec256e611\"] { margin-top: 0px !important; }#tve_editor [data-css=\"tve-u-15ec25610c7\"] { font-size: 40px !important; color: rgb(89, 171, 227) !important; }[data-css=\"tve-u-15ec255fe12\"] { font-family: ABeeZee !important; font-weight: 400 !important; color: rgb(89, 171, 227) !important; font-size: 45px !important; }[data-css=\"tve-u-15ec254985a\"] { margin-right: 0px !important; }[data-css=\"tve-u-15ec253ef3a\"] { text-align: center; background-image: linear-gradient(rgba(24, 45, 60, 0.95), rgba(24, 45, 60, 0.95)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; margin-top: 0px !important; padding-top: 130px !important; padding-bottom: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-15ec253a41f\"] > .tcb-flex-col > .tcb-col { min-height: 661px; }[data-css=\"tve-u-15ec253a41f\"] { min-height: inherit; float: none; max-width: 1474px; z-index: 3; position: relative; padding-top: 0px !important; padding-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; padding-right: 0px !important; }[data-css=\"tve-u-15ec24f97c0\"] { background-image: linear-gradient(rgba(42, 51, 68, 0.1), rgba(42, 51, 68, 0.1)), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/testimonial_bg.jpg\") !important; background-size: auto, cover !important; background-position: 0px 0px, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-15ec24f790d\"] { min-height: 661px !important; }[data-css=\"tve-u-15ec24f494c\"] { margin-top: 60px !important; }[data-css=\"tve-u-15ec24d5e15\"] + div { clear: none; }[data-css=\"tve-u-15ec24d5e15\"] { float: none; width: 65px; margin-left: auto !important; margin-right: auto !important; margin-top: 40px !important; }[data-css=\"tve-u-15ec24ae116\"] + div { clear: none; }[data-css=\"tve-u-15ec24ae116\"] { float: none; width: 73px; margin-left: auto !important; margin-right: auto !important; margin-top: 40px !important; }[data-css=\"tve-u-15ec249b3f6\"] { line-height: 1.9em !important; }[data-css=\"tve-u-15ec2492191\"] { margin-left: 25px !important; margin-right: 25px !important; margin-top: 25px !important; }#tve_editor [data-css=\"tve-u-15ec2487407\"] { text-transform: uppercase !important; color: rgb(135, 156, 171) !important; font-size: 17px !important; }#tve_editor [data-css=\"tve-u-15ec2481d17\"] { font-size: 20px !important; }[data-css=\"tve-u-15ec2477274\"] + div { clear: none; }[data-css=\"tve-u-15ec2477274\"] { float: none; width: 55px; margin-left: auto !important; margin-right: auto !important; margin-top: 40px !important; }[data-css=\"tve-u-15ec2448fdb\"] { float: none; max-width: 1296px; margin-top: 10px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2443105\"] { line-height: 1.8em !important; }[data-css=\"tve-u-15ebea49c0c\"] { float: none; max-width: 1440px; margin-left: auto !important; margin-right: auto !important; margin-top: 0px !important; }#tve_editor [data-css=\"tve-u-15ebea42b31\"] { color: rgb(24, 45, 60) !important; font-size: 70px !important; }[data-css=\"tve-u-15ebea3a693\"] { max-width: 1434px; }#tve_editor [data-css=\"tve-u-15ebe925072\"] { font-family: \"Special Elite\" !important; letter-spacing: 0px; font-weight: 400 !important; font-size: 20px !important; color: rgb(24, 45, 60) !important; }[data-css=\"tve-u-15ebe91a626\"] { display: block; max-width: 423px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ebe91a626\"] .tcb-button-link { border-radius: 200px; min-height: 67.1429px; font-size: 1.6em; padding-top: 0px; padding-bottom: 0px; border: 1px solid rgb(0, 0, 0); box-shadow: rgba(0, 0, 0, 0.4) 0px 3px 8px 1px; background-color: rgb(255, 255, 255) !important; padding-left: 15px !important; background-image: none !important; }[data-css=\"tve-u-15ebe916c34\"] { float: none; z-index: 3; position: relative; width: 100%; max-width: 733px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ebe90cfb0\"] { line-height: 1.1em !important; }[data-css=\"tve-u-15ebe906677\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 669px; margin-left: 50px !important; margin-top: 40px !important; }#tve_editor [data-css=\"tve-u-15ebe905473\"] { font-size: 22px !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15ebe8ee6c0\"]::after { clear: both; }[data-css=\"tve-u-15ebe8edca2\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 722px; padding-left: 0px !important; margin-left: 50px !important; margin-top: 104px !important; }[data-css=\"tve-u-15ebe8abb9e\"] { padding: 0px !important; }[data-css=\"tve-u-15ebe8a4d78\"] { clip-path: url(\"#clip-left-335f47a4c8f92\"); -webkit-clip-path: url(\"#clip-left-335f47a4c8f92\");  }[data-css=\"tve-u-15ebe8a2edd\"] { padding-bottom: 15px !important; padding-top: 15px !important; }[data-css=\"tve-u-15ebe89fb7a\"] { margin-left: -35px !important; }[data-css=\"tve-u-15ebe830a90\"] { clip-path: url(\"#clip-left-bb2526ca261ae\"); -webkit-clip-path: url(\"#clip-left-bb2526ca261ae\");  background-image: linear-gradient(rgb(89, 171, 227), rgb(89, 171, 227)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-15ebe827cb3\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 0px !important; }[data-css=\"tve-u-15ebe80a9a1\"] { min-height: 729px; }[data-css=\"tve-u-15ebe738fb8\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-15ebe738fb8\"] > .tcb-flex-col > .tcb-col { min-height: 729px; }[data-css=\"tve-u-15ebe738fb8\"] { min-height: inherit; margin-left: 0px; padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-15ebe73226c\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/header_image-1.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-15ebe72c974\"] { max-width: 1620px; }[data-css=\"tve-u-15ebe5d7b44\"] { background-image: linear-gradient(rgb(0, 0, 0), rgb(0, 0, 0)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-15ebe51d596\"] { max-width: 100%; min-height: 7px !important; }#tcb_landing_page h3 { font-family: Montserrat; font-weight: 200; font-size: 20px; color: rgb(24, 45, 60); }#tcb_landing_page h2 { font-family: \"Amatic SC\"; font-weight: 400; font-size: 70px; color: rgb(24, 45, 60); }#tcb_landing_page h1 { font-family: \"Amatic SC\"; font-weight: 400; font-size: 96px; color: rgb(255, 255, 255); }#tcb_landing_page p, #tcb_landing_page li { font-family: Montserrat; font-weight: 200; color: rgb(24, 45, 60); font-size: 18px; line-height: 1.667em; }[data-css=\"tve-u-15e09c94f7d\"] { background-color: rgb(255, 255, 255); }[data-css=\"tve-u-15ec256b908\"] { font-family: \"Amatic SC\" !important; font-weight: 400 !important; }[data-css=\"tve-u-15ec26760e9\"] { font-family: ABeeZee !important; font-weight: 400 !important; }[data-css=\"tve-u-15ec2680494\"] { font-family: \"Amatic SC\" !important; font-weight: 400 !important; }#tve_editor [data-css=\"tve-u-15ec2ab1d6d\"] { letter-spacing: 1px; color: rgb(255, 255, 255) !important; font-size: 20px !important; }#tve_editor [data-css=\"tve-u-15ec2ab1d82\"] { letter-spacing: 1px; color: rgb(255, 255, 255) !important; font-size: 20px !important; }[data-css=\"tve-u-15ec2abe257\"] { float: none; z-index: 3; position: relative; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2ac01df\"] { display: block; max-width: 306px; float: none; margin-left: auto !important; margin-right: auto !important; width: 306px; }[data-css=\"tve-u-15ec2ac01df\"] .tcb-button-link { border-radius: 13px; min-height: 67.1429px; font-size: 1.6em; padding: 12px 15px; background-color: rgb(255, 255, 255) !important; background-image: none !important; overflow: hidden; }#tve_editor [data-css=\"tve-u-15ec2af6c4b\"] { color: rgb(24, 45, 60) !important; font-size: 70px !important; }[data-css=\"tve-u-15ec2af6c4e\"] { font-family: \"Amatic SC\" !important; font-weight: 400 !important; }[data-css=\"tve-u-15ec3192f72\"] { margin-left: 25px !important; margin-right: 25px !important; margin-top: 25px !important; }[data-css=\"tve-u-15ec31ba260\"] { float: none; max-width: 1296px; margin-top: 10px !important; margin-left: auto !important; margin-right: auto !important; }#tcb_landing_page a:hover:not(.tcb-button-link) { color: rgb(89, 171, 227); }#tcb_landing_page .tve-state-hovera:not(.tcb-button-link) { color: rgb(89, 171, 227); }#tve_editor [data-css=\"tve-u-160266880a0\"] { color: rgb(255, 255, 255) !important; font-family: Montserrat !important; }[data-css=\"tve-u-1602b324ab9\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1602bec144e\"] { width: 36px; float: left; z-index: 3; position: static; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1602befe215\"] { max-width: 386px; position: relative !important; padding-left: 1px !important; margin-top: 0px !important; margin-left: 50px !important; }[data-css=\"tve-u-160309ddca8\"] + div { clear: none; }[data-css=\"tve-u-160309ddca8\"] { float: none; width: 60px; position: absolute; margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-160309f3e5d\"] { max-width: 75%; margin-left: 80px !important; margin-top: 60px !important; margin-bottom: 40px !important; }[data-css=\"tve-u-160309f6c04\"] { max-width: 75%; margin-left: 80px !important; margin-top: 60px !important; margin-bottom: 80px !important; }[data-css=\"tve-u-16030a013d7\"] + div { clear: none; }[data-css=\"tve-u-16030a013d7\"] { float: none; width: 60px; position: absolute; margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-16030a08afd\"] { position: relative !important; margin-left: 100px !important; }[data-css=\"tve-u-16030a09626\"] { position: relative !important; margin-left: 100px !important; }#tcb_landing_page a.tve-state-hover:not(.tcb-button-link) { color: rgb(89, 171, 227); }[data-css=\"tve-u-165b813034a\"] { border-bottom: 1px solid rgb(255, 255, 255); padding: 0px !important; }#tve_editor [data-css=\"tve-u-165b814869f\"] { font-family: Montserrat; letter-spacing: 0px; font-weight: 400; font-size: 18px !important; color: rgb(24, 45, 60) !important; text-transform: capitalize !important; }[data-css=\"tve-u-165bce18a46\"] { max-width: 73.7%; }[data-css=\"tve-u-165b813034a\"] .tve-page-section-in { display: block; }[data-css=\"tve-u-165bcef972c\"] { max-width: 26.3%; }[data-css=\"tve-u-165bcf2cfcd\"] { width: 335px; }[data-css=\"tve-u-165bcf3f4af\"] { padding-bottom: 0px !important; padding-top: 0px !important; }[data-css=\"tve-u-165bcf40f41\"] { float: none; width: 100%; margin: 0px auto !important; }[data-css=\"tve-u-15ec3152b02\"] { text-align: center; }[data-css=\"tve-u-165bd189801\"] { width: 366px; }[data-css=\"tve-u-165bd25ab3b\"] { font-family: \"Special Elite\" !important; }[data-css=\"tve-u-165bd25b417\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-15ec2ac01df\"] .tcb-button-link { line-height: 1.2em; font-size: 18px; font-family: \"Special Elite\"; font-weight: 400; }}@media (max-width: 1023px){[data-css=\"tve-u-1602b332fd9\"] { float: none; max-width: 121px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1602befe215\"] { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1602b37ce9d\"] .tcb-flex-col { flex-basis: 420px !important; }[data-css=\"tve-u-1602bec144e\"] { float: none; z-index: 3; position: relative; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1602be7db66\"] { float: none; z-index: 3; position: relative; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2a38bfd\"] { text-align: left; }[data-css=\"tve-u-15ec27075e1\"] { margin-top: 0px !important; }[data-css=\"tve-u-15ee1237243\"] { margin-top: 52px !important; }[data-css=\"tve-u-15ee121a6d1\"] { margin-left: 33px !important; margin-right: 33px !important; }[data-css=\"tve-u-15ebe51d596\"] { text-align: left; }[data-css=\"tve-u-15ec2b54c99\"] { text-align: left; }[data-css=\"tve-u-15ec2b3b468\"] { margin-left: 0px !important; margin-top: 20px !important; }[data-css=\"tve-u-15ec2b37666\"] { margin-top: 0px !important; }[data-css=\"tve-u-15ec2a80647\"] { margin-top: 0px !important; padding-left: 10px !important; padding-right: 10px !important; }[data-css=\"tve-u-15ec2a5540e\"] { max-width: 720px; }[data-css=\"tve-u-15ec2a33d71\"] { width: 395px; float: none; z-index: 3; position: relative; margin: 80px auto 0px !important; }[data-css=\"tve-u-15ec26b9914\"] { max-width: 720px; }[data-css=\"tve-u-15ec253ef3a\"] { padding: 25px 10px !important; }[data-css=\"tve-u-15ebea3a693\"] { max-width: 720px; }[data-css=\"tve-u-15ec30a8a14\"]::after { clear: both; }[data-css=\"tve-u-15ebe916c34\"] { max-width: 376px; }[data-css=\"tve-u-15ebe8a2edd\"] > .tcb-flex-col > .tcb-col { justify-content: center; min-height: 91px; }[data-css=\"tve-u-15ec3055cca\"] { text-align: center; margin-top: 0px !important; }[data-css=\"tve-u-15ebe8a2edd\"] { min-height: inherit; float: none; max-width: 100%; padding-top: 0px !important; padding-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ebe830a90\"] { clip-path: url(\"#clip-tablet-left-bb2526ca261ae\"); -webkit-clip-path: url(\"#clip-tablet-left-bb2526ca261ae\");  }[data-css=\"tve-u-15ebe91a626\"] { margin-left: 30px !important; }[data-css=\"tve-u-15ebe906677\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 336px; margin-left: 30px !important; }[data-css=\"tve-u-15ebe8edca2\"] { margin-left: 30px !important; }[data-css=\"tve-u-15ebe89fb7a\"] { margin-left: -35px !important; }[data-css=\"tve-u-15ebe827cb3\"] { max-width: 100%; }#tve_editor [data-css=\"tve-u-15ebe90cfb0\"] { font-size: 84px !important; }}@media (max-width: 767px){[data-css=\"tve-u-160309b344b\"] { margin-left: 10px !important; margin-top: 30px !important; margin-right: 10px !important; }[data-css=\"tve-u-16030a013d7\"] { position: static; }[data-css=\"tve-u-16030a09626\"] { margin-left: 10px !important; margin-top: 30px !important; margin-right: 10px !important; }[data-css=\"tve-u-160309ddca8\"] { position: static; }[data-css=\"tve-u-16030a08afd\"] { margin-left: 10px !important; margin-right: 10px !important; margin-top: 30px !important; }[data-css=\"tve-u-160309b00b4\"] { position: static; }[data-css=\"tve-u-16030975307\"] { max-width: 100%; margin-left: 10px !important; margin-right: 10px !important; }[data-css=\"tve-u-160309f6c04\"] { max-width: 100%; margin-left: 10px !important; margin-right: 10px !important; }[data-css=\"tve-u-160309f3e5d\"] { max-width: 100%; margin-left: 10px !important; margin-right: 10px !important; }[data-css=\"tve-u-15ec2a38bfd\"]::after { clear: both; }[data-css=\"tve-u-1602bfea280\"] { margin-top: 0px !important; margin-bottom: 20px !important; }[data-css=\"tve-u-1602bf25f10\"]::after { clear: both; }[data-css=\"tve-u-1602b332fd9\"] { max-width: 257px; float: left; z-index: 3; position: relative; width: 100%; margin-top: 20px !important; margin-left: 20px !important; }[data-css=\"tve-u-15ec253ef3a\"] { padding-top: 30px !important; padding-bottom: 30px !important; }[data-css=\"tve-u-15ee1237243\"] { margin-top: 25px !important; }[data-css=\"tve-u-15ee1232726\"] { margin-top: 25px !important; }[data-css=\"tve-u-15ec2ae8715\"] { margin-left: -15px; }[data-css=\"tve-u-15ec2ae8715\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-15ec2b33f06\"] { margin-right: 0px !important; }[data-css=\"tve-u-15ec26fee25\"] > .tcb-flex-col > .tcb-col { min-height: 387px; }[data-css=\"tve-u-15ec26fee25\"] { margin-left: 0px; min-height: inherit; }[data-css=\"tve-u-15ec26fee25\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-15ec2a33d71\"] { position: static; margin-bottom: 0px !important; }[data-css=\"tve-u-15ec31ba260\"] { padding-left: 3px !important; padding-right: 3px !important; }[data-css=\"tve-u-15ec253a41f\"] > .tcb-flex-col > .tcb-col { min-height: 27px; }[data-css=\"tve-u-15ec253a41f\"] { margin-left: 0px; min-height: inherit; }[data-css=\"tve-u-15ec253a41f\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-15ec254985a\"] { margin-top: 0px !important; }[data-css=\"tve-u-15ec24f494c\"] { margin-top: 30px !important; }[data-css=\"tve-u-15ec256e611\"] { margin-top: 0px !important; }[data-css=\"tve-u-15ec3192f72\"] { margin-bottom: 32px !important; }[data-css=\"tve-u-15ec318421d\"] { margin-bottom: 34px !important; margin-top: -90px !important; }[data-css=\"tve-u-15ebe738fb8\"] > .tcb-flex-col > .tcb-col { min-height: 554px; }[data-css=\"tve-u-15ebe738fb8\"] { min-height: inherit; padding-bottom: 0px !important; }[data-css=\"tve-u-15ec3017516\"] { margin-top: 0px !important; padding-left: 5px !important; padding-right: 5px !important; }[data-css=\"tve-u-15ebe89fb7a\"] { margin-left: -20px !important; }[data-css=\"tve-u-15ec3055cca\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-15ebe916c34\"] { margin-bottom: 0px !important; padding-bottom: 0px !important; max-width: 363px; margin-left: auto !important; margin-right: auto !important; float: none; width: 100%; }[data-css=\"tve-u-15ec3152b02\"] { min-height: 226px; }[data-css=\"tve-u-15ebe80a9a1\"] { min-height: 65px; }[data-css=\"tve-u-15ebe91a626\"] { margin-bottom: 0px !important; margin-right: 30px !important; margin-top: 20px !important; }[data-css=\"tve-u-15ebe906677\"] { margin-left: 30px !important; }[data-css=\"tve-u-15ebe8edca2\"] { margin-left: 30px !important; margin-top: 6px !important; }[data-css=\"tve-u-15ebe827cb3\"] { max-width: 100%; margin-top: 35px !important; }[data-css=\"tve-u-15ec313e743\"] { margin-left: 10px !important; margin-right: 10px !important; }[data-css=\"tve-u-1602befe215\"] { max-width: 257px; float: left; z-index: 3; position: relative; width: 100%; margin-top: 20px !important; margin-left: 20px !important; }[data-css=\"tve-u-15ebe73226c\"] { height: calc(100% - 33px); margin-top: 70px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-15ebe91a626\"] .tcb-button-link { padding-right: 10px !important; padding-left: 10px !important; }[data-css=\"tve-u-15ebe827cb3\"] > .tve-cb { display: block; }}'),(3071,298,'tve_revision_tve_user_custom_css','.thrv_text_element p {margin:0;}\n.thrv_heading h1,h2,h3 {margin:0;}'),(3072,298,'tve_revision_tve_page_events','a:0:{}'),(3073,298,'tve_revision_tve_globals','a:4:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";s:11:\"extra_icons\";a:1:{i:0;a:3:{s:11:\"font-family\";s:25:\"tve-ff-6797-59f9979fd5998\";s:3:\"css\";s:87:\"http://lp-build.thrivethemes.com/wp-content/uploads/tve-ff-6797-59f9979fd5998/style.css\";s:6:\"folder\";s:92:\"/home/thrivedevbitston/public_html/landingpages/wp-content/uploads/tve-ff-6797-59f9979fd5998\";}}s:6:\"lb_map\";a:1:{i:6808;s:3:\"265\";}s:8:\"font_cls\";a:0:{}}'),(3074,298,'tve_revision_tve_global_scripts',''),(3075,298,'tve_revision_thrive_icon_pack','0'),(3076,298,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(3077,298,'tve_revision_tve_has_masonry','0'),(3078,298,'tve_revision_tve_has_typefocus','0'),(3079,298,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-165b813034a\" wfd-id=\"262\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ebe5d7b44\" wfd-id=\"288\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ebe51d596\" wfd-id=\"263\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15ec3055cca\" wfd-id=\"264\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized\" data-css=\"tve-u-15ebe8a2edd\" wfd-id=\"265\"><div class=\"tcb-flex-col\" data-css=\"tve-u-165bcef972c\" style=\"\" wfd-id=\"278\"><div class=\"tcb-col\" wfd-id=\"280\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-165bcf40f41\" wfd-id=\"281\"><div class=\"tcb-flex-row tcb--cols--1\" data-css=\"tve-u-165bcf3f4af\" wfd-id=\"282\"><div class=\"tcb-flex-col\" wfd-id=\"283\"><div class=\"tcb-col\" wfd-id=\"285\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-165bcf2cfcd\" wfd-id=\"286\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"287\"><img class=\"tve_image wp-image-290\" alt=\"\" width=\"751\" height=\"102\" title=\"Logo\" data-id=\"290\" src=\"//bestcerakoteflorida.com/wp-content/uploads/2018/09/Logo.png\" style=\"width: 100%;\"></span></div></div></div></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-165bce18a46\" style=\"\" wfd-id=\"266\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec313e743\" data-tcb_hover_state_parent=\"\" wfd-id=\"268\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" wfd-id=\"269\"><p data-css=\"tve-u-15f002fa8f6\"><span data-css=\"tve-u-15f0034f748\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"277\"><a href=\"#whatwedo\">What We Do</a></span>&nbsp; &nbsp; <span data-css=\"tve-u-15f003606db\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"276\"><a href=\"#testimonials\">Testimonials</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f003655f8\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"275\"><a href=\"#aboutus\">About Us</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f00369f5e\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"274\"><a href=\"#getyourcoupon\">Get Your Coupon</a></span>&nbsp; &nbsp; <span data-css=\"tve-u-15f0064f814\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"273\"><a href=\"#areaweserve\">Area We Serve</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f003784ab\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"272\"><a href=\"#contact\">Contact</a></span></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 343px; left: 0px;\" data-css=\"tve-u-15ebe8abb9e\" wfd-id=\"232\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ebe8a4d78\" data-clip-id=\"335f47a4c8f92\" wfd-id=\"261\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-left-335f47a4c8f92\" class=\"decoration-clip clip-path-left\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" pointer-width=\"6\" pointer-height=\"2.5\" style=\"curves\" decoration-type=\"none\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon><ellipse cx=\"0.025\" cy=\"0.029412\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.08823600000000001\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.14706\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.205884\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.264708\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.323532\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.38235600000000003\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.44118\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.500004\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.558828\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.617652\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.676476\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.7353000000000001\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.794124\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.852948\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.911772\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.970596\" rx=\"0.025\" ry=\"0.029412\"></ellipse></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ebe72c974\" wfd-id=\"233\"><div class=\"thrv_wrapper thrv-columns tcb-window-width\" style=\"width: 343px; left: 0px;\" data-css=\"tve-u-15ec318421d\" wfd-id=\"234\"><div class=\"tcb-flex-row tcb--cols--2 v-2\" data-css=\"tve-u-15ebe738fb8\" wfd-id=\"235\"><div class=\"tcb-flex-col\" wfd-id=\"258\"><div class=\"tcb-col\" data-css=\"tve-u-15ebe73226c\" wfd-id=\"260\"></div></div><div class=\"tcb-flex-col\" wfd-id=\"236\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ebe89fb7a\" wfd-id=\"238\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ebe827cb3\" wfd-id=\"239\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15ebe830a90\" data-clip-id=\"bb2526ca261ae\" wfd-id=\"257\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-left-bb2526ca261ae\" class=\"decoration-clip clip-path-left\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"none\" pointer-width=\"5.7\" pointer-height=\"2.5\" style=\"curves\" slanted-angle=\"5\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon><ellipse cx=\"0.025\" cy=\"0.027778\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.083334\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.13889\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.194446\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.250002\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.305558\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.361114\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.41667\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.47222600000000003\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.527782\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.583338\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.638894\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.69445\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.7500060000000001\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.805562\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.861118\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.916674\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.97223\" rx=\"0.025\" ry=\"0.027778\"></ellipse></clipPath><clipPath id=\"clip-tablet-left-bb2526ca261ae\" class=\"decoration-clip clip-path-tablet-left\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"divider\" pointer-width=\"5.7\" pointer-height=\"4\" style=\"curves\" slanted-angle=\"5\"><polygon points=\"0.04 0, 0.04 1, 1 1, 1 0\"></polygon><ellipse cx=\"0.04\" cy=\"0.027778\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.083334\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.13889\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.194446\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.250002\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.305558\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.361114\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.41667\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.47222600000000003\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.527782\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.583338\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.638894\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.69445\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.7500060000000001\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.805562\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.861118\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.916674\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.97223\" rx=\"0.04\" ry=\"0.027778\"></ellipse></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ebe80a9a1\" wfd-id=\"240\"><div class=\"tcb-clear\" data-css=\"tve-u-15ebe8ee6c0\" wfd-id=\"253\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15ebe8edca2\" data-tag=\"h1\" wfd-id=\"254\"><h1 data-css=\"tve-u-15ebe90cfb0\">Happy dogs =<br>â€‹â€‹â€‹â€‹â€‹happâ€‹â€‹â€‹â€‹y owners</h1></div></div><div class=\"tcb-clear\" data-css=\"tve-u-15ec30a8a14\" wfd-id=\"249\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ebe906677\" wfd-id=\"250\"><p data-css=\"tve-u-15ebe905473\">Offer your dog a premium walking experience</p></div></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ebe916c34\" wfd-id=\"241\">\n<div class=\"tve-content-box-background\" wfd-id=\"248\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ec3152b02\" wfd-id=\"242\"><div class=\"thrv_wrapper thrv-button tve_ea_thrive_lightbox\" data-css=\"tve-u-15ebe91a626\" data-tcb_hover_state_parent=\"false\" data-button-style=\"full_rounded\" wfd-id=\"243\">\n<a href=\"#\" class=\"tcb-button-link tve_evt_manager_listen tve_et_click\" data-tcb-events=\"__TCB_EVENT_[{&quot;config&quot;:{&quot;l_anim&quot;:&quot;zoom_in&quot;,&quot;l_id&quot;:265},&quot;a&quot;:&quot;thrive_lightbox&quot;,&quot;t&quot;:&quot;click&quot;}]_TNEVE_BCT__\">\n<span class=\"tcb-button-texts\" wfd-id=\"244\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-165b814869f\" wfd-id=\"245\">Get 10% OFF Your First Cerakote Project</span></span>\n</a>\n</div></div>\n</div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 343px; left: 0px;\" data-css=\"tve-u-15ec3017516\" wfd-id=\"223\">\n<div class=\"tve-page-section-out\" wfd-id=\"231\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ebea3a693\" wfd-id=\"224\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15ebea49c0c\" id=\"whatwedo\" data-tag=\"h1\" wfd-id=\"228\"><h1 data-css=\"tve-u-15ebea42b31\" style=\"text-align: center;\">What We Do</h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2448fdb\" wfd-id=\"225\"><p data-css=\"tve-u-15ec2443105\" style=\"text-align: center;\">Our goal is to make sure the owners are comforted, the pups are exercised and happy and that we are getting our own puppy fixes. But letâ€™s be honest- itâ€™s their world, weâ€™re just living in it! As a small team of experienced dog owners and lovers, we really get to know you and your dog and we canguarantee consistent and personal care that is equal to your love and attention. We are so excited to make you a part of the family!</p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 343px; left: 0px;\" wfd-id=\"188\">\n<div class=\"tve-page-section-out\" wfd-id=\"222\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ee1211b9b\" wfd-id=\"189\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15ee121a6d1\" wfd-id=\"190\"><div class=\"tcb-flex-row tcb--cols--3 tcb-medium-wrap\" data-css=\"tve-u-15ee121fb1c\" wfd-id=\"191\"><div class=\"tcb-flex-col\" wfd-id=\"210\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ee1225fdf\" wfd-id=\"212\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec2477274\" wfd-id=\"220\"><span class=\"tve_image_frame\" wfd-id=\"221\"><img class=\"tve_image wp-image-1596\" alt=\"\" width=\"55\" height=\"73\" title=\"what_do_icon_01\" data-id=\"1596\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_01.png\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"219\"><p data-css=\"tve-u-15ec2481d17\"><strong>First Class Care</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"216\"><p data-css=\"tve-u-15ec2487407\">all the best for them</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2492191\" wfd-id=\"213\"><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"200\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ee1232726\" wfd-id=\"202\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec24ae116\" wfd-id=\"208\"><span class=\"tve_image_frame\" wfd-id=\"209\"><img class=\"tve_image wp-image-1597\" alt=\"\" width=\"73\" height=\"73\" title=\"what_do_icon_02\" data-id=\"1597\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_02.png\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"207\"><p data-css=\"tve-u-15ec2481d17\"><strong>Snacks Included</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"206\"><p data-css=\"tve-u-15ec2487407\">for your little one</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec3192f72\" wfd-id=\"203\"><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"192\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ee1237243\" wfd-id=\"194\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec24d5e15\" wfd-id=\"198\"><span class=\"tve_image_frame\" wfd-id=\"199\"><img class=\"tve_image wp-image-1598\" alt=\"\" width=\"65\" height=\"73\" title=\"what_do_icon_03\" data-id=\"1598\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_03.png\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"197\"><p data-css=\"tve-u-15ec2481d17\"><strong>Regularly walks</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"196\"><p data-css=\"tve-u-15ec2487407\">to keep them ealthy</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2492191\" wfd-id=\"195\"><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris.</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-15ec24f494c\" id=\"testimonials\" style=\"\" wfd-id=\"162\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ec24f97c0\" wfd-id=\"187\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec24f790d\" wfd-id=\"163\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15ec254985a\" style=\"\" wfd-id=\"164\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-15ec253a41f\" wfd-id=\"165\"><div class=\"tcb-flex-col\" wfd-id=\"169\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec253ef3a\" style=\"\" wfd-id=\"171\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec256e611\" style=\"\" wfd-id=\"178\"><p data-css=\"tve-u-15ec25610c7\"><span data-css=\"tve-u-15ec268a0a3\" style=\"font-size: 45px; color: rgb(89, 171, 227);\" wfd-id=\"185\"><span data-css=\"tve-u-15ec26760e9\" style=\"font-family: ABeeZee;\" wfd-id=\"186\">â€</span></span><span data-css=\"tve-u-15ec256b908\" style=\"font-family: &quot;Amatic SC&quot;;\" wfd-id=\"184\">&nbsp; &nbsp; &nbsp;</span><span data-css=\"tve-u-15ec2680494\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"182\"><span data-css=\"tve-u-15ec269379d\" style=\"font-size: 45px;\" wfd-id=\"183\">my chester enjoys being with them!</span> &nbsp; &nbsp;&nbsp;</span><span data-css=\"tve-u-15ec255fe12\" style=\"font-family: ABeeZee; font-weight: 400; color: rgb(89, 171, 227); font-size: 45px;\" wfd-id=\"181\">â€</span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2698d8d\" wfd-id=\"173\"><p data-css=\"tve-u-160266880a0\">We LOVE going for walks with our friends at Paw! Donâ€™t tell our mom &amp; dad,but we get really excited when they leave for work because we know it wonâ€™t be long before we get a visit from one of our favorite friends at PawCity! Best part is, they always let our parents know how ourwalk went right away so they dont have to worry about us!</p><p data-css=\"tve-u-15ec269736c\">We love you PawCity!! xoxo</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec26ab7b0\" style=\"\" wfd-id=\"172\"><p data-css=\"tve-u-15ec26a92a2\"><strong>Anna Olson</strong>, Chesterâ€™s Mom</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"166\"><div class=\"tcb-col\" wfd-id=\"168\"></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 343px; left: 0px;\" data-css=\"tve-u-15ec26c390a\" id=\"aboutus\" wfd-id=\"153\">\n<div class=\"tve-page-section-out\" wfd-id=\"161\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec26b9914\" wfd-id=\"154\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15ee1037a1d\" data-tag=\"h1\" wfd-id=\"158\"><h1 data-css=\"tve-u-15ec26bd2e8\">About us</h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec31ba260\" wfd-id=\"155\"><p data-css=\"tve-u-15ec2443105\" style=\"text-align: center;\">At PawCity, we lead lives full of the unconditional love and happiness we receive from the furballs we get to spend time with everyday and we have this beautiful city and all the beautiful people in it to thank. We love you and your pups!!</p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 343px; left: 0px;\" data-css=\"tve-u-15ec26ec232\" wfd-id=\"116\">\n<div class=\"tve-page-section-out\" wfd-id=\"152\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec26e5812\" wfd-id=\"117\"><div class=\"thrv_wrapper thrv-columns tcb-window-width\" style=\"width: 343px; left: -1px;\" data-css=\"tve-u-15ee106257d\" wfd-id=\"118\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2\" data-css=\"tve-u-15ec26fee25\" wfd-id=\"119\"><div class=\"tcb-flex-col c-33\" wfd-id=\"147\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec2a38bfd\" wfd-id=\"149\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec2a33d71\" wfd-id=\"150\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"151\"><img class=\"tve_image wp-image-7399\" alt=\"\" width=\"830\" height=\"775\" title=\"about_us_dog\" data-id=\"7399\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/about_us_dog.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col c-66\" wfd-id=\"120\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec27075e1\" wfd-id=\"122\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160309f3e5d\" wfd-id=\"139\">\n<div class=\"tve-content-box-background\" wfd-id=\"146\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160309b397d\" wfd-id=\"140\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-160309b00b4\" data-float=\"1\" wfd-id=\"144\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"145\"><img class=\"tve_image wp-image-7404\" alt=\"\" width=\"64\" height=\"64\" title=\"dog_paw\" data-id=\"7404\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/dog_paw.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16030a08afd\" wfd-id=\"141\"><p>We moved to New York City with our black bulldog rescue, Blakely, in 2007 after graduating from the University of Maryland. Immediately, we realized what a dog-crazy place it was.</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160309f6c04\" wfd-id=\"131\">\n<div class=\"tve-content-box-background\" wfd-id=\"138\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160309b397d\" wfd-id=\"132\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-160309ddca8\" data-float=\"1\" wfd-id=\"136\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"137\"><img class=\"tve_image wp-image-7403\" alt=\"\" width=\"64\" height=\"64\" title=\"dog_house\" data-id=\"7403\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/dog_house.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16030a09626\" wfd-id=\"133\"><p>We knew right away that we wanted to work with the animals that we loved and that had given us so much love since we were little girls. We started PawCity Dog Walking in July of 2010.</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16030975307\" wfd-id=\"123\">\n<div class=\"tve-content-box-background\" wfd-id=\"130\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160309b397d\" wfd-id=\"124\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16030a013d7\" data-float=\"1\" wfd-id=\"128\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"129\"><img class=\"tve_image wp-image-7405\" alt=\"\" width=\"64\" height=\"64\" title=\"spinning_wheel\" data-id=\"7405\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/spinning_wheel.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160309b344b\" wfd-id=\"125\"><p>We cover the entire width of the East Side, from 96th Street to Delancey and handle every type of personality imaginable. At PawCity, we lead lives full of the unconditional love and happiness we receive from the furballs we get to spend time with everyday.</p></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" data-css=\"tve-u-15ec2a56438\" style=\"width: 343px; left: 0px;\" id=\"getyourcoupon\" wfd-id=\"92\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ec2a5bb35\" wfd-id=\"115\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec2a5540e\" wfd-id=\"93\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ec2a80647\" wfd-id=\"94\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15ec2a9b8a9\" wfd-id=\"114\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ec2a81a9f\" wfd-id=\"95\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2a6f589\" wfd-id=\"110\"><p data-css=\"tve-u-15ec2a6b447\"><span data-css=\"tve-u-15ec2a6d9d8\" style=\"\" wfd-id=\"113\"><strong>Get Your Coupon</strong></span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2aaa9a4\" wfd-id=\"104\"><p data-css=\"tve-u-15ec2ab1d6d\"><span style=\"font-size: 18px;\" data-css=\"tve-u-165bd25b417\" wfd-id=\"108\"><span style=\"font-family: \'Special Elite\';\" data-css=\"tve-u-165bd25ab3b\" wfd-id=\"109\">We strive to keep both you and your pup as happy and comfortable as possible while youâ€™re out earning those big bucks.</span></span></p><p data-css=\"tve-u-15ec2ab1d82\"><br></p><p data-css=\"tve-u-15ec2aa8e2e\"><strong>Get <span data-css=\"tve-u-15ec2aafa24\" style=\"color: rgb(89, 171, 227);\" wfd-id=\"107\">20%</span> off your first walk. Enter your email and we\'ll send you your coupon.</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ec2abe257\" wfd-id=\"96\">\n<div class=\"tve-content-box-background\" wfd-id=\"103\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ec2acb421\" wfd-id=\"97\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-15ec2ac01df\" data-tcb_hover_state_parent=\"false\" data-button-style=\"full_rounded\" data-button-size=\"s\" wfd-id=\"98\">\n<a href=\"\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"99\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-15ebe925072\" wfd-id=\"100\">Get Your Coupon Now</span></span>\n</a>\n</div></div>\n</div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-15ec2b0a32a\" id=\"areaweserve\" wfd-id=\"68\">\n<div class=\"tve-page-section-out\" wfd-id=\"91\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15f76fcb7df\" wfd-id=\"69\"><div class=\"thrv_wrapper thrv-columns\" style=\"\" data-css=\"tve-u-15ee103f44a\" wfd-id=\"70\"><div class=\"tcb-flex-row tcb--cols--2 tcb-medium-wrap\" data-css=\"tve-u-15ec2ae8715\" wfd-id=\"71\"><div class=\"tcb-flex-col c-33\" wfd-id=\"76\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec2b37666\" wfd-id=\"78\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"85\"><p data-css=\"tve-u-15ec2af6c4b\"><span data-css=\"tve-u-15ec2af6c4e\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"90\">area we serve</span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"79\"><p>As a small team of experienced dog owners and lovers, we really get to know you and your dog and we canguarantee consistent and personal care that is equal to your love and attention.</p><p><br></p><p><strong><span data-css=\"tve-u-15ec2afed17\" style=\"color: rgb(89, 171, 227);\" wfd-id=\"84\">We are so excited to make you a part of the family!</span></strong></p></div></div></div><div class=\"tcb-flex-col c-66\" wfd-id=\"72\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec2b33f06\" wfd-id=\"74\"><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-15ec2b3b468\" wfd-id=\"75\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=blakely, united states&amp;t=m&amp;z=11&amp;output=embed&amp;iwloc=near\"></iframe>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" data-css=\"tve-u-15ec2b5d54c\" style=\"width: 343px; left: 0px;\" id=\"contact\" wfd-id=\"30\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ec2b56fac\" wfd-id=\"67\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec2b54c99\" wfd-id=\"31\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1602b31dfcd\" wfd-id=\"32\"><div class=\"tcb-flex-row tcb-resized tcb-medium-wrap tcb--cols--3\" data-css=\"tve-u-1602b37ce9d\" wfd-id=\"33\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1602be453ec\" style=\"\" wfd-id=\"62\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"64\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-165bd189801\" wfd-id=\"65\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"66\"><img class=\"tve_image wp-image-290\" alt=\"Blackhawk Custom Cerakote\" width=\"751\" height=\"102\" title=\"Logo\" data-id=\"290\" src=\"//bestcerakoteflorida.com/wp-content/uploads/2018/09/Logo.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1602be45437\" style=\"\" wfd-id=\"47\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1602be56dfc\" wfd-id=\"49\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1602bfebaf9\" wfd-id=\"50\">\n<div class=\"tve-content-box-background\" wfd-id=\"61\"></div>\n<div class=\"tve-cb\" wfd-id=\"51\"><div class=\"tcb-clear\" data-css=\"tve-u-1602bf36e2c\" wfd-id=\"59\"><div class=\"thrv_wrapper tve_image_caption tcb-mobile-hidden\" data-css=\"tve-u-1602be7db66\" data-float=\"1\" wfd-id=\"60\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-7369\" alt=\"\" width=\"64\" height=\"64\" title=\"location\" data-id=\"7369\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/location.png\" style=\"width: 100%;\"></span></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1602bf25f10\" wfd-id=\"52\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1602befe215\" wfd-id=\"53\"><p data-css=\"tve-u-1602bfa220e\"><strong><span data-css=\"tve-u-1602b324a9b\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"58\">67 E. 3rd Street</span></strong><span data-css=\"tve-u-1602b324a9c\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"57\"> </span><span data-css=\"tve-u-1602b324ab9\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"56\">Suite B New York, NY 10003</span></p></div></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1602be4545b\" style=\"\" wfd-id=\"34\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"36\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1602bfea280\" wfd-id=\"37\">\n<div class=\"tve-content-box-background\" wfd-id=\"46\"></div>\n<div class=\"tve-cb\" wfd-id=\"38\"><div class=\"tcb-clear\" data-css=\"tve-u-1602bfc4bea\" wfd-id=\"44\"><div class=\"thrv_wrapper tve_image_caption tcb-mobile-hidden\" data-css=\"tve-u-1602bec144e\" data-float=\"1\" wfd-id=\"45\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-7370\" alt=\"\" width=\"64\" height=\"64\" title=\"phone\" data-id=\"7370\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/phone.png\" style=\"width: 100%;\"></span></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1602bfc74c3\" wfd-id=\"39\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1602b332fd9\" data-float=\"1\" wfd-id=\"40\"><p><a href=\"tel:#9548481911\" target=\"_blank\"><strong><span data-css=\"tve-u-1602b324a9b\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"43\">954-848-1911</span></strong></a><br></p></div></div></div>\n</div></div></div></div></div></div>\n</div>'),(3080,298,'tve_revision_tve_has_wistia_popover','0'),(3081,299,'tve_revision_tve_landing_page','tcb2-one-page-site-dog-walking'),(3082,299,'tve_revision_tve_disable_theme_dependency',''),(3083,299,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-165b813034a\" wfd-id=\"267\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ebe5d7b44\" wfd-id=\"293\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ebe51d596\" wfd-id=\"268\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15ec3055cca\" wfd-id=\"269\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized\" data-css=\"tve-u-15ebe8a2edd\" wfd-id=\"270\"><div class=\"tcb-flex-col\" data-css=\"tve-u-165bcef972c\" style=\"\" wfd-id=\"283\"><div class=\"tcb-col\" wfd-id=\"285\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-165bcf40f41\" wfd-id=\"286\"><div class=\"tcb-flex-row tcb--cols--1\" data-css=\"tve-u-165bcf3f4af\" wfd-id=\"287\"><div class=\"tcb-flex-col\" wfd-id=\"288\"><div class=\"tcb-col\" wfd-id=\"290\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-165bcf2cfcd\" wfd-id=\"291\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"292\"><img class=\"tve_image wp-image-290\" alt=\"\" width=\"751\" height=\"102\" title=\"Logo\" data-id=\"290\" src=\"//bestcerakoteflorida.com/wp-content/uploads/2018/09/Logo.png\" style=\"width: 100%;\"></span></div></div></div></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-165bce18a46\" style=\"\" wfd-id=\"271\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec313e743\" data-tcb_hover_state_parent=\"\" wfd-id=\"273\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" wfd-id=\"274\"><p data-css=\"tve-u-15f002fa8f6\"><span data-css=\"tve-u-15f0034f748\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"282\"><a href=\"#whatwedo\">What We Do</a></span>&nbsp; &nbsp; <span data-css=\"tve-u-15f003606db\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"281\"><a href=\"#testimonials\">Testimonials</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f003655f8\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"280\"><a href=\"#aboutus\">About Us</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f00369f5e\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"279\"><a href=\"#getyourcoupon\">Get Your Coupon</a></span>&nbsp; &nbsp; <span data-css=\"tve-u-15f0064f814\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"278\"><a href=\"#areaweserve\">Area We Serve</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f003784ab\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"277\"><a href=\"#contact\">Contact</a></span></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 343px; left: 0px;\" data-css=\"tve-u-15ebe8abb9e\" wfd-id=\"237\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ebe8a4d78\" data-clip-id=\"335f47a4c8f92\" wfd-id=\"266\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-left-335f47a4c8f92\" class=\"decoration-clip clip-path-left\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" pointer-width=\"6\" pointer-height=\"2.5\" style=\"curves\" decoration-type=\"none\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon><ellipse cx=\"0.025\" cy=\"0.029412\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.08823600000000001\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.14706\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.205884\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.264708\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.323532\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.38235600000000003\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.44118\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.500004\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.558828\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.617652\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.676476\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.7353000000000001\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.794124\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.852948\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.911772\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.970596\" rx=\"0.025\" ry=\"0.029412\"></ellipse></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ebe72c974\" wfd-id=\"238\"><div class=\"thrv_wrapper thrv-columns tcb-window-width\" style=\"width: 343px; left: 0px;\" data-css=\"tve-u-15ec318421d\" wfd-id=\"239\"><div class=\"tcb-flex-row tcb--cols--2 v-2\" data-css=\"tve-u-15ebe738fb8\" wfd-id=\"240\"><div class=\"tcb-flex-col\" wfd-id=\"263\"><div class=\"tcb-col\" data-css=\"tve-u-15ebe73226c\" wfd-id=\"265\"></div></div><div class=\"tcb-flex-col\" wfd-id=\"241\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ebe89fb7a\" wfd-id=\"243\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ebe827cb3\" wfd-id=\"244\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15ebe830a90\" data-clip-id=\"bb2526ca261ae\" wfd-id=\"262\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-left-bb2526ca261ae\" class=\"decoration-clip clip-path-left\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"none\" pointer-width=\"5.7\" pointer-height=\"2.5\" style=\"curves\" slanted-angle=\"5\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon><ellipse cx=\"0.025\" cy=\"0.027778\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.083334\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.13889\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.194446\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.250002\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.305558\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.361114\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.41667\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.47222600000000003\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.527782\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.583338\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.638894\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.69445\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.7500060000000001\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.805562\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.861118\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.916674\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.97223\" rx=\"0.025\" ry=\"0.027778\"></ellipse></clipPath><clipPath id=\"clip-tablet-left-bb2526ca261ae\" class=\"decoration-clip clip-path-tablet-left\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"divider\" pointer-width=\"5.7\" pointer-height=\"4\" style=\"curves\" slanted-angle=\"5\"><polygon points=\"0.04 0, 0.04 1, 1 1, 1 0\"></polygon><ellipse cx=\"0.04\" cy=\"0.027778\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.083334\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.13889\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.194446\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.250002\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.305558\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.361114\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.41667\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.47222600000000003\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.527782\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.583338\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.638894\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.69445\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.7500060000000001\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.805562\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.861118\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.916674\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.97223\" rx=\"0.04\" ry=\"0.027778\"></ellipse></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ebe80a9a1\" wfd-id=\"245\"><div class=\"tcb-clear\" data-css=\"tve-u-15ebe8ee6c0\" wfd-id=\"258\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15ebe8edca2\" data-tag=\"h1\" wfd-id=\"259\"><h1 data-css=\"tve-u-15ebe90cfb0\">Happy dogs =<br>â€‹â€‹â€‹â€‹â€‹happâ€‹â€‹â€‹â€‹y owners</h1></div></div><div class=\"tcb-clear\" data-css=\"tve-u-15ec30a8a14\" wfd-id=\"254\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ebe906677\" wfd-id=\"255\"><p data-css=\"tve-u-15ebe905473\">Offer your dog a premium walking experience</p></div></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ebe916c34\" wfd-id=\"246\">\n<div class=\"tve-content-box-background\" wfd-id=\"253\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ec3152b02\" wfd-id=\"247\"><div class=\"thrv_wrapper thrv-button tve_ea_thrive_lightbox\" data-css=\"tve-u-15ebe91a626\" data-tcb_hover_state_parent=\"false\" data-button-style=\"full_rounded\" wfd-id=\"248\">\n<a href=\"#\" class=\"tcb-button-link tve_evt_manager_listen tve_et_click\" data-tcb-events=\"__TCB_EVENT_[{&quot;config&quot;:{&quot;l_anim&quot;:&quot;zoom_in&quot;,&quot;l_id&quot;:265},&quot;a&quot;:&quot;thrive_lightbox&quot;,&quot;t&quot;:&quot;click&quot;}]_TNEVE_BCT__\">\n<span class=\"tcb-button-texts\" wfd-id=\"249\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-165b814869f\" wfd-id=\"250\">Get 10% OFF Your First Cerakote Project</span></span>\n</a>\n</div></div>\n</div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 343px; left: 0px;\" data-css=\"tve-u-15ec3017516\" wfd-id=\"228\">\n<div class=\"tve-page-section-out\" wfd-id=\"236\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ebea3a693\" wfd-id=\"229\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15ebea49c0c\" id=\"whatwedo\" data-tag=\"h1\" wfd-id=\"233\"><h1 data-css=\"tve-u-15ebea42b31\" style=\"text-align: center;\">What We Do</h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2448fdb\" wfd-id=\"230\"><p data-css=\"tve-u-15ec2443105\" style=\"text-align: center;\">Our goal is to make sure the owners are comforted, the pups are exercised and happy and that we are getting our own puppy fixes. But letâ€™s be honest- itâ€™s their world, weâ€™re just living in it! As a small team of experienced dog owners and lovers, we really get to know you and your dog and we canguarantee consistent and personal care that is equal to your love and attention. We are so excited to make you a part of the family!</p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 343px; left: 0px;\" wfd-id=\"189\">\n<div class=\"tve-page-section-out\" wfd-id=\"227\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ee1211b9b\" wfd-id=\"190\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15ee121a6d1\" wfd-id=\"191\"><div class=\"tcb-flex-row tcb--cols--3 tcb-medium-wrap\" data-css=\"tve-u-15ee121fb1c\" wfd-id=\"192\"><div class=\"tcb-flex-col\" wfd-id=\"213\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ee1225fdf\" wfd-id=\"215\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec2477274\" wfd-id=\"225\"><span class=\"tve_image_frame\" wfd-id=\"226\"><img class=\"tve_image wp-image-1596\" alt=\"\" width=\"55\" height=\"73\" title=\"what_do_icon_01\" data-id=\"1596\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_01.png\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"224\"><p data-css=\"tve-u-15ec2481d17\"><strong>First Class Care</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"221\"><p data-css=\"tve-u-15ec2487407\">all the best for them</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2492191\" wfd-id=\"216\"><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"203\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ee1232726\" wfd-id=\"205\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec24ae116\" wfd-id=\"211\"><span class=\"tve_image_frame\" wfd-id=\"212\"><img class=\"tve_image wp-image-1597\" alt=\"\" width=\"73\" height=\"73\" title=\"what_do_icon_02\" data-id=\"1597\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_02.png\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"210\"><p data-css=\"tve-u-15ec2481d17\"><strong>Snacks Included</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"209\"><p data-css=\"tve-u-15ec2487407\">for your little one</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec3192f72\" wfd-id=\"206\"><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"193\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ee1237243\" wfd-id=\"195\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec24d5e15\" wfd-id=\"201\"><span class=\"tve_image_frame\" wfd-id=\"202\"><img class=\"tve_image wp-image-1598\" alt=\"\" width=\"65\" height=\"73\" title=\"what_do_icon_03\" data-id=\"1598\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_03.png\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"200\"><p data-css=\"tve-u-15ec2481d17\"><strong>Regularly walks</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"197\"><p data-css=\"tve-u-15ec2487407\">to keep them ealthy</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2492191\" wfd-id=\"196\"><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris.</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-15ec24f494c\" id=\"testimonials\" style=\"\" wfd-id=\"163\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ec24f97c0\" wfd-id=\"188\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec24f790d\" wfd-id=\"164\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15ec254985a\" style=\"\" wfd-id=\"165\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-15ec253a41f\" wfd-id=\"166\"><div class=\"tcb-flex-col\" wfd-id=\"170\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec253ef3a\" style=\"\" wfd-id=\"172\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec256e611\" style=\"\" wfd-id=\"179\"><p data-css=\"tve-u-15ec25610c7\"><span data-css=\"tve-u-15ec268a0a3\" style=\"font-size: 45px; color: rgb(89, 171, 227);\" wfd-id=\"186\"><span data-css=\"tve-u-15ec26760e9\" style=\"font-family: ABeeZee;\" wfd-id=\"187\">â€</span></span><span data-css=\"tve-u-15ec256b908\" style=\"font-family: &quot;Amatic SC&quot;;\" wfd-id=\"185\">&nbsp; &nbsp; &nbsp;</span><span data-css=\"tve-u-15ec2680494\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"183\"><span data-css=\"tve-u-15ec269379d\" style=\"font-size: 45px;\" wfd-id=\"184\">my chester enjoys being with them!</span> &nbsp; &nbsp;&nbsp;</span><span data-css=\"tve-u-15ec255fe12\" style=\"font-family: ABeeZee; font-weight: 400; color: rgb(89, 171, 227); font-size: 45px;\" wfd-id=\"182\">â€</span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2698d8d\" wfd-id=\"174\"><p data-css=\"tve-u-160266880a0\">We LOVE going for walks with our friends at Paw! Donâ€™t tell our mom &amp; dad,but we get really excited when they leave for work because we know it wonâ€™t be long before we get a visit from one of our favorite friends at PawCity! Best part is, they always let our parents know how ourwalk went right away so they dont have to worry about us!</p><p data-css=\"tve-u-15ec269736c\">We love you PawCity!! xoxo</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec26ab7b0\" style=\"\" wfd-id=\"173\"><p data-css=\"tve-u-15ec26a92a2\"><strong>Anna Olson</strong>, Chesterâ€™s Mom</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"167\"><div class=\"tcb-col\" wfd-id=\"169\"></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 343px; left: 0px;\" data-css=\"tve-u-15ec26c390a\" id=\"aboutus\" wfd-id=\"154\">\n<div class=\"tve-page-section-out\" wfd-id=\"162\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec26b9914\" wfd-id=\"155\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15ee1037a1d\" data-tag=\"h1\" wfd-id=\"159\"><h1 data-css=\"tve-u-15ec26bd2e8\">About us</h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec31ba260\" wfd-id=\"156\"><p data-css=\"tve-u-15ec2443105\" style=\"text-align: center;\">At PawCity, we lead lives full of the unconditional love and happiness we receive from the furballs we get to spend time with everyday and we have this beautiful city and all the beautiful people in it to thank. We love you and your pups!!</p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 343px; left: 0px;\" data-css=\"tve-u-15ec26ec232\" wfd-id=\"117\">\n<div class=\"tve-page-section-out\" wfd-id=\"153\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec26e5812\" wfd-id=\"118\"><div class=\"thrv_wrapper thrv-columns tcb-window-width\" style=\"width: 343px; left: -1px;\" data-css=\"tve-u-15ee106257d\" wfd-id=\"119\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2\" data-css=\"tve-u-15ec26fee25\" wfd-id=\"120\"><div class=\"tcb-flex-col c-33\" wfd-id=\"148\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec2a38bfd\" wfd-id=\"150\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec2a33d71\" wfd-id=\"151\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"152\"><img class=\"tve_image wp-image-7399\" alt=\"\" width=\"830\" height=\"775\" title=\"about_us_dog\" data-id=\"7399\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/about_us_dog.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col c-66\" wfd-id=\"121\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec27075e1\" wfd-id=\"123\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160309f3e5d\" wfd-id=\"140\">\n<div class=\"tve-content-box-background\" wfd-id=\"147\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160309b397d\" wfd-id=\"141\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-160309b00b4\" data-float=\"1\" wfd-id=\"145\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"146\"><img class=\"tve_image wp-image-7404\" alt=\"\" width=\"64\" height=\"64\" title=\"dog_paw\" data-id=\"7404\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/dog_paw.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16030a08afd\" wfd-id=\"142\"><p>We moved to New York City with our black bulldog rescue, Blakely, in 2007 after graduating from the University of Maryland. Immediately, we realized what a dog-crazy place it was.</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160309f6c04\" wfd-id=\"132\">\n<div class=\"tve-content-box-background\" wfd-id=\"139\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160309b397d\" wfd-id=\"133\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-160309ddca8\" data-float=\"1\" wfd-id=\"137\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"138\"><img class=\"tve_image wp-image-7403\" alt=\"\" width=\"64\" height=\"64\" title=\"dog_house\" data-id=\"7403\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/dog_house.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16030a09626\" wfd-id=\"134\"><p>We knew right away that we wanted to work with the animals that we loved and that had given us so much love since we were little girls. We started PawCity Dog Walking in July of 2010.</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16030975307\" wfd-id=\"124\">\n<div class=\"tve-content-box-background\" wfd-id=\"131\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160309b397d\" wfd-id=\"125\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16030a013d7\" data-float=\"1\" wfd-id=\"129\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"130\"><img class=\"tve_image wp-image-7405\" alt=\"\" width=\"64\" height=\"64\" title=\"spinning_wheel\" data-id=\"7405\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/spinning_wheel.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160309b344b\" wfd-id=\"126\"><p>We cover the entire width of the East Side, from 96th Street to Delancey and handle every type of personality imaginable. At PawCity, we lead lives full of the unconditional love and happiness we receive from the furballs we get to spend time with everyday.</p></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" data-css=\"tve-u-15ec2a56438\" style=\"width: 343px; left: 0px;\" id=\"getyourcoupon\" wfd-id=\"93\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ec2a5bb35\" wfd-id=\"116\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec2a5540e\" wfd-id=\"94\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ec2a80647\" wfd-id=\"95\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15ec2a9b8a9\" wfd-id=\"115\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ec2a81a9f\" wfd-id=\"96\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2a6f589\" wfd-id=\"111\"><p data-css=\"tve-u-15ec2a6b447\"><span data-css=\"tve-u-15ec2a6d9d8\" wfd-id=\"114\"><strong>Get Your Coupon</strong></span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2aaa9a4\" wfd-id=\"105\"><p data-css=\"tve-u-15ec2ab1d6d\"><span style=\"font-size: 18px;\" data-css=\"tve-u-165bd25b417\" wfd-id=\"109\"><span style=\"font-family: \'Special Elite\';\" data-css=\"tve-u-165bd25ab3b\" wfd-id=\"110\">We strive to keep both you and your pup as happy and comfortable as possible while youâ€™re out earning those big bucks.</span></span></p><p data-css=\"tve-u-15ec2ab1d82\"><br></p><p data-css=\"tve-u-15ec2aa8e2e\"><strong>Get <span data-css=\"tve-u-15ec2aafa24\" style=\"color: rgb(89, 171, 227);\" wfd-id=\"108\">20%</span> off your first walk. Enter your email and we\'ll send you your coupon.</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ec2abe257\" wfd-id=\"97\">\n<div class=\"tve-content-box-background\" wfd-id=\"104\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ec2acb421\" wfd-id=\"98\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-15ec2ac01df\" data-tcb_hover_state_parent=\"false\" data-button-style=\"full_rounded\" data-button-size=\"s\" wfd-id=\"99\">\n<a href=\"\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"100\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-15ebe925072\" wfd-id=\"101\">Get Your Coupon Now</span></span>\n</a>\n</div></div>\n</div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-15ec2b0a32a\" id=\"areaweserve\" wfd-id=\"69\">\n<div class=\"tve-page-section-out\" wfd-id=\"92\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15f76fcb7df\" wfd-id=\"70\"><div class=\"thrv_wrapper thrv-columns\" style=\"\" data-css=\"tve-u-15ee103f44a\" wfd-id=\"71\"><div class=\"tcb-flex-row tcb--cols--2 tcb-medium-wrap\" data-css=\"tve-u-15ec2ae8715\" wfd-id=\"72\"><div class=\"tcb-flex-col c-33\" wfd-id=\"77\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec2b37666\" wfd-id=\"79\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"86\"><p data-css=\"tve-u-15ec2af6c4b\"><span data-css=\"tve-u-15ec2af6c4e\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"91\">area we serve</span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"80\"><p>As a small team of experienced dog owners and lovers, we really get to know you and your dog and we canguarantee consistent and personal care that is equal to your love and attention.</p><p><br></p><p><strong><span data-css=\"tve-u-15ec2afed17\" style=\"color: rgb(89, 171, 227);\" wfd-id=\"85\">We are so excited to make you a part of the family!</span></strong></p></div></div></div><div class=\"tcb-flex-col c-66\" wfd-id=\"73\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec2b33f06\" wfd-id=\"75\"><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-15ec2b3b468\" wfd-id=\"76\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=blakely, united states&amp;t=m&amp;z=11&amp;output=embed&amp;iwloc=near\"></iframe>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" data-css=\"tve-u-15ec2b5d54c\" style=\"width: 343px; left: 0px;\" id=\"contact\" wfd-id=\"31\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ec2b56fac\" wfd-id=\"68\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec2b54c99\" wfd-id=\"32\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1602b31dfcd\" wfd-id=\"33\"><div class=\"tcb-flex-row tcb-resized tcb-medium-wrap tcb--cols--3\" data-css=\"tve-u-1602b37ce9d\" wfd-id=\"34\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1602be453ec\" style=\"\" wfd-id=\"63\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"65\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-165bd189801\" wfd-id=\"66\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"67\"><img class=\"tve_image wp-image-290\" alt=\"Blackhawk Custom Cerakote\" width=\"751\" height=\"102\" title=\"Logo\" data-id=\"290\" src=\"//bestcerakoteflorida.com/wp-content/uploads/2018/09/Logo.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1602be45437\" style=\"\" wfd-id=\"48\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1602be56dfc\" wfd-id=\"50\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1602bfebaf9\" wfd-id=\"51\">\n<div class=\"tve-content-box-background\" wfd-id=\"62\"></div>\n<div class=\"tve-cb\" wfd-id=\"52\"><div class=\"tcb-clear\" data-css=\"tve-u-1602bf36e2c\" wfd-id=\"60\"><div class=\"thrv_wrapper tve_image_caption tcb-mobile-hidden\" data-css=\"tve-u-1602be7db66\" data-float=\"1\" wfd-id=\"61\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-7369\" alt=\"\" width=\"64\" height=\"64\" title=\"location\" data-id=\"7369\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/location.png\" style=\"width: 100%;\"></span></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1602bf25f10\" wfd-id=\"53\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1602befe215\" wfd-id=\"54\"><p data-css=\"tve-u-1602bfa220e\"><strong><span data-css=\"tve-u-1602b324a9b\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"59\">67 E. 3rd Street</span></strong><span data-css=\"tve-u-1602b324a9c\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"58\"> </span><span data-css=\"tve-u-1602b324ab9\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"57\">Suite B New York, NY 10003</span></p></div></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1602be4545b\" style=\"\" wfd-id=\"35\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"37\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1602bfea280\" wfd-id=\"38\">\n<div class=\"tve-content-box-background\" wfd-id=\"47\"></div>\n<div class=\"tve-cb\" wfd-id=\"39\"><div class=\"tcb-clear\" data-css=\"tve-u-1602bfc4bea\" wfd-id=\"45\"><div class=\"thrv_wrapper tve_image_caption tcb-mobile-hidden\" data-css=\"tve-u-1602bec144e\" data-float=\"1\" wfd-id=\"46\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-7370\" alt=\"\" width=\"64\" height=\"64\" title=\"phone\" data-id=\"7370\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/phone.png\" style=\"width: 100%;\"></span></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1602bfc74c3\" wfd-id=\"40\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1602b332fd9\" data-float=\"1\" wfd-id=\"41\"><p><a href=\"tel:#9548481911\" target=\"_blank\"><strong><span data-css=\"tve-u-1602b324a9b\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"44\">954-848-1911</span></strong></a><br></p></div></div></div>\n</div></div></div></div></div></div>\n</div>'),(3084,299,'tve_revision_tve_content_more_found',''),(3085,299,'tve_revision_tve_save_post',''),(3086,299,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Special+Elite:400&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Montserrat:400,200,300&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Amatic+SC:400&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=ABeeZee:400&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-160309b397d\"]::after { clear: both; }[data-css=\"tve-u-160309b344b\"] { position: relative !important; margin-left: 100px !important; }[data-css=\"tve-u-160309b00b4\"] + div { clear: none; }[data-css=\"tve-u-160309b00b4\"] { float: none; width: 60px; position: absolute; margin-bottom: 0px !important; margin-top: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-16030975307\"] { max-width: 75%; margin-left: 80px !important; }[data-css=\"tve-u-1602bfa220e\"] { line-height: 1.85em !important; }[data-css=\"tve-u-1602be7db66\"] { float: left; width: 40px; z-index: 3; position: relative; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1602be56dfc\"]::after { clear: both; }[data-css=\"tve-u-1602be4545b\"] { max-width: 25%; }[data-css=\"tve-u-1602be45437\"] { max-width: 36.4%; }[data-css=\"tve-u-1602be453ec\"] { max-width: 38.6%; }[data-css=\"tve-u-1602b37ce9d\"] > .tcb-flex-col > .tcb-col { justify-content: center; }[data-css=\"tve-u-1602b332fd9\"] { max-width: 264px; position: relative; float: right; z-index: 3; width: 100%; padding-left: 1px !important; margin-top: 1px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1602b324a9c\"] { color: rgb(74, 163, 223) !important; }[data-css=\"tve-u-1602b324a9b\"] { color: rgb(74, 163, 223) !important; }[data-css=\"tve-u-1602b31dfcd\"] { max-width: 1296px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15f76fcb7df\"] { max-width: 100%; }[data-css=\"tve-u-15f0064f814\"] { color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-15ec313e743\"]:hover p, #tve_editor [data-css=\"tve-u-15ec313e743\"]:hover li, #tve_editor [data-css=\"tve-u-15ec313e743\"]:hover blockquote, #tve_editor [data-css=\"tve-u-15ec313e743\"]:hover address { color: rgb(89, 171, 227); }[data-css=\"tve-u-15f003784ab\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15f00369f5e\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15f003655f8\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15f003606db\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15f0034f748\"] { color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-15f002fa8f6\"] { color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-15ec313e743\"] p, #tve_editor [data-css=\"tve-u-15ec313e743\"] li, #tve_editor [data-css=\"tve-u-15ec313e743\"] blockquote, #tve_editor [data-css=\"tve-u-15ec313e743\"] address { font-size: 16px; }[data-css=\"tve-u-15ec313e743\"] { text-align: center; padding-left: 0px !important; margin-left: 0px !important; margin-right: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-15ee121fb1c\"] .tcb-flex-col { flex-basis: 285px !important; }[data-css=\"tve-u-15ec30a8a14\"]::after { clear: both; }#tve_editor [data-css=\"tve-u-15ebe90cfb0\"] { font-size: 96px !important; }[data-css=\"tve-u-15ee1237243\"] { box-shadow: rgba(73, 137, 181, 0.15) -3px 7px 69px 10px; }[data-css=\"tve-u-15ee1232726\"] { box-shadow: rgba(73, 137, 181, 0.15) -3px 7px 69px 10px; }[data-css=\"tve-u-15ee121fb1c\"] > .tcb-flex-col > .tcb-col { min-height: 503px; }[data-css=\"tve-u-15ee1225fdf\"] { box-shadow: rgba(73, 137, 181, 0.15) -3px 7px 69px 10px; }[data-css=\"tve-u-15ee121fb1c\"] { margin-left: -60px; min-height: inherit; }[data-css=\"tve-u-15ee121fb1c\"] > .tcb-flex-col { padding-left: 60px; }[data-css=\"tve-u-15ee121a6d1\"] { float: none; max-width: 1296px; text-align: center; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ee1211b9b\"] { max-width: 1603px; text-align: center; }[data-css=\"tve-u-15ec26fee25\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-15ee106257d\"] { max-width: 100%; }[data-css=\"tve-u-15ec3055cca\"] { max-width: 1370px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ee103f44a\"] { float: none; max-width: 1296px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ee1037a1d\"] { float: none; max-width: 1296px; margin-left: auto !important; margin-right: auto !important; }#tve_editor [data-css=\"tve-u-15ec2ac01df\"]:hover .tcb-button-link { box-shadow: none !important; background-color: rgba(255, 255, 255, 0.91) !important; background-image: none !important; border-radius: 13px !important; overflow: hidden !important; }#tve_editor [data-css=\"tve-u-15ebe91a626\"]:hover .tcb-button-link { box-shadow: rgba(73, 137, 181, 0.25) -3px 7px 73px 18px; border: 0px dashed rgb(255, 255, 255); background-color: rgb(149, 250, 201) !important; font-weight: normal !important; background-image: none !important; }[data-css=\"tve-u-15ebe8a2edd\"] > .tcb-flex-col > .tcb-col { justify-content: center; }[data-css=\"tve-u-15ec3017516\"] { margin-top: 60px !important; padding-bottom: 50px !important; }[data-css=\"tve-u-15ec2b5d54c\"] { margin-top: 83px !important; }[data-css=\"tve-u-15ec2b56fac\"] { opacity: 1; filter: grayscale(0%) blur(0px); background-image: linear-gradient(rgb(0, 0, 0), rgb(0, 0, 0)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-15ec2b54c99\"] { max-width: 1586px; min-height: 100px !important; }[data-css=\"tve-u-15ec2b3b468\"] { box-shadow: rgba(89, 171, 227, 0.15) -3px 7px 69px 10px; margin-top: 0px !important; margin-bottom: 0px !important; margin-left: 38px !important; }[data-css=\"tve-u-15ec2b37666\"] { margin-top: 114px !important; }[data-css=\"tve-u-15ec2b33f06\"] { padding-left: 0px !important; }[data-css=\"tve-u-15ec2b0a32a\"] { margin-top: 70px !important; }[data-css=\"tve-u-15ec2ae8715\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-15ec2afed17\"] { color: rgb(89, 171, 227) !important; }[data-css=\"tve-u-15ec2ae8715\"] { float: none; max-width: 1453px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2acb421\"] { min-height: 162px; }[data-css=\"tve-u-15ec2aafa24\"] { color: rgb(89, 171, 227) !important; }[data-css=\"tve-u-15ec2aaa9a4\"] { float: none; max-width: 1440px; margin-left: auto !important; margin-right: auto !important; margin-top: 25px !important; }#tve_editor [data-css=\"tve-u-15ec2aa8e2e\"] { letter-spacing: 1px; color: rgb(255, 255, 255) !important; font-size: 20px !important; }[data-css=\"tve-u-15ec2a9b8a9\"] { border: 1px solid rgb(89, 171, 227) !important; }[data-css=\"tve-u-15ec2a81a9f\"] { min-height: 162px; }[data-css=\"tve-u-15ec2a80647\"] { float: none; max-width: 97%; margin-left: auto !important; margin-right: auto !important; margin-top: 55px !important; }[data-css=\"tve-u-15ec2a6f589\"] { float: none; max-width: 1440px; margin-top: 55px !important; margin-left: auto !important; margin-right: auto !important; }#tve_editor [data-css=\"tve-u-15ec2a6b447\"] { color: rgb(255, 255, 255) !important; font-size: 45px !important; font-family: \"Special Elite\" !important; font-weight: 400 !important; }[data-css=\"tve-u-15ec2a5bb35\"] { background-image: linear-gradient(rgba(28, 54, 85, 0.5), rgba(28, 54, 85, 0.5)), url(\"https://bestcerakoteflorida.com/wp-content/uploads/2018/05/FTYS6743-1024x683.jpg\") !important; background-size: auto, cover !important; background-position: 0px 0px, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-15ec2a56438\"] { margin-top: 69px !important; }[data-css=\"tve-u-15ec2a5540e\"] { max-width: 100%; text-align: center; min-height: 561px !important; }[data-css=\"tve-u-15ec2a38bfd\"] { margin-right: 0px !important; padding-right: 0px !important; margin-left: 0px !important; }[data-css=\"tve-u-15ec2a33d71\"] { width: 830px; position: relative; top: 0px; left: 40px; z-index: 7; float: none; padding-right: 0px !important; padding-left: 0px !important; }[data-css=\"tve-u-15ec27075e1\"] { border-left: 2px dashed rgb(232, 238, 241); border-top: 1px solid rgb(232, 238, 241); border-bottom: 1px solid rgb(232, 238, 241); }[data-css=\"tve-u-15ec26fee25\"] > .tcb-flex-col > .tcb-col { min-height: 612px; }[data-css=\"tve-u-15ec26fee25\"] { min-height: inherit; margin-left: 0px; padding-top: 0px !important; padding-bottom: 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-15ec26ec232\"] { margin-top: 66px !important; }[data-css=\"tve-u-15ec26e5812\"] { max-width: 100%; min-height: 586px !important; }[data-css=\"tve-u-15ec26c390a\"] { margin-top: 60px !important; }#tve_editor [data-css=\"tve-u-15ec26bd2e8\"] { color: rgb(24, 45, 60) !important; font-size: 70px !important; }[data-css=\"tve-u-15ec26b9914\"] { max-width: 1434px; text-align: center; }[data-css=\"tve-u-15ec26ab7b0\"] { margin-top: 67px !important; }#tve_editor [data-css=\"tve-u-15ec26a92a2\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15ec2698d8d\"] { float: none; max-width: 600px; margin-left: auto !important; margin-right: auto !important; margin-top: 30px !important; }#tve_editor [data-css=\"tve-u-15ec269736c\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15ec269379d\"] { font-size: 45px !important; }[data-css=\"tve-u-15ec268a0a3\"] { font-size: 45px !important; color: rgb(89, 171, 227) !important; }[data-css=\"tve-u-15ec256e611\"] { margin-top: 0px !important; }#tve_editor [data-css=\"tve-u-15ec25610c7\"] { font-size: 40px !important; color: rgb(89, 171, 227) !important; }[data-css=\"tve-u-15ec255fe12\"] { font-family: ABeeZee !important; font-weight: 400 !important; color: rgb(89, 171, 227) !important; font-size: 45px !important; }[data-css=\"tve-u-15ec254985a\"] { margin-right: 0px !important; }[data-css=\"tve-u-15ec253ef3a\"] { text-align: center; background-image: linear-gradient(rgba(24, 45, 60, 0.95), rgba(24, 45, 60, 0.95)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; margin-top: 0px !important; padding-top: 130px !important; padding-bottom: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-15ec253a41f\"] > .tcb-flex-col > .tcb-col { min-height: 661px; }[data-css=\"tve-u-15ec253a41f\"] { min-height: inherit; float: none; max-width: 1474px; z-index: 3; position: relative; padding-top: 0px !important; padding-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; padding-right: 0px !important; }[data-css=\"tve-u-15ec24f97c0\"] { background-image: linear-gradient(rgba(42, 51, 68, 0.1), rgba(42, 51, 68, 0.1)), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/testimonial_bg.jpg\") !important; background-size: auto, cover !important; background-position: 0px 0px, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-15ec24f790d\"] { min-height: 661px !important; }[data-css=\"tve-u-15ec24f494c\"] { margin-top: 60px !important; }[data-css=\"tve-u-15ec24d5e15\"] + div { clear: none; }[data-css=\"tve-u-15ec24d5e15\"] { float: none; width: 65px; margin-left: auto !important; margin-right: auto !important; margin-top: 40px !important; }[data-css=\"tve-u-15ec24ae116\"] + div { clear: none; }[data-css=\"tve-u-15ec24ae116\"] { float: none; width: 73px; margin-left: auto !important; margin-right: auto !important; margin-top: 40px !important; }[data-css=\"tve-u-15ec249b3f6\"] { line-height: 1.9em !important; }[data-css=\"tve-u-15ec2492191\"] { margin-left: 25px !important; margin-right: 25px !important; margin-top: 25px !important; }#tve_editor [data-css=\"tve-u-15ec2487407\"] { text-transform: uppercase !important; color: rgb(135, 156, 171) !important; font-size: 17px !important; }#tve_editor [data-css=\"tve-u-15ec2481d17\"] { font-size: 20px !important; }[data-css=\"tve-u-15ec2477274\"] + div { clear: none; }[data-css=\"tve-u-15ec2477274\"] { float: none; width: 55px; margin-left: auto !important; margin-right: auto !important; margin-top: 40px !important; }[data-css=\"tve-u-15ec2448fdb\"] { float: none; max-width: 1296px; margin-top: 10px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2443105\"] { line-height: 1.8em !important; }[data-css=\"tve-u-15ebea49c0c\"] { float: none; max-width: 1440px; margin-left: auto !important; margin-right: auto !important; margin-top: 0px !important; }#tve_editor [data-css=\"tve-u-15ebea42b31\"] { color: rgb(24, 45, 60) !important; font-size: 70px !important; }[data-css=\"tve-u-15ebea3a693\"] { max-width: 1434px; }#tve_editor [data-css=\"tve-u-15ebe925072\"] { font-family: \"Special Elite\" !important; letter-spacing: 0px; font-weight: 400 !important; font-size: 20px !important; color: rgb(24, 45, 60) !important; }[data-css=\"tve-u-15ebe91a626\"] { display: block; max-width: 423px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ebe91a626\"] .tcb-button-link { border-radius: 200px; min-height: 67.1429px; font-size: 1.6em; padding-top: 0px; padding-bottom: 0px; border: 1px solid rgb(0, 0, 0); box-shadow: rgba(0, 0, 0, 0.4) 0px 3px 8px 1px; background-color: rgb(255, 255, 255) !important; padding-left: 15px !important; background-image: none !important; }[data-css=\"tve-u-15ebe916c34\"] { float: none; z-index: 3; position: relative; width: 100%; max-width: 733px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ebe90cfb0\"] { line-height: 1.1em !important; }[data-css=\"tve-u-15ebe906677\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 669px; margin-left: 50px !important; margin-top: 40px !important; }#tve_editor [data-css=\"tve-u-15ebe905473\"] { font-size: 22px !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15ebe8ee6c0\"]::after { clear: both; }[data-css=\"tve-u-15ebe8edca2\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 722px; padding-left: 0px !important; margin-left: 50px !important; margin-top: 104px !important; }[data-css=\"tve-u-15ebe8abb9e\"] { padding: 0px !important; }[data-css=\"tve-u-15ebe8a4d78\"] { clip-path: url(\"#clip-left-335f47a4c8f92\"); -webkit-clip-path: url(\"#clip-left-335f47a4c8f92\");  }[data-css=\"tve-u-15ebe8a2edd\"] { padding-bottom: 15px !important; padding-top: 15px !important; }[data-css=\"tve-u-15ebe89fb7a\"] { margin-left: -35px !important; }[data-css=\"tve-u-15ebe830a90\"] { clip-path: url(\"#clip-left-bb2526ca261ae\"); -webkit-clip-path: url(\"#clip-left-bb2526ca261ae\");  background-image: linear-gradient(rgb(89, 171, 227), rgb(89, 171, 227)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-15ebe827cb3\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 0px !important; }[data-css=\"tve-u-15ebe80a9a1\"] { min-height: 729px; }[data-css=\"tve-u-15ebe738fb8\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-15ebe738fb8\"] > .tcb-flex-col > .tcb-col { min-height: 729px; }[data-css=\"tve-u-15ebe738fb8\"] { min-height: inherit; margin-left: 0px; padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-15ebe73226c\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/header_image-1.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-15ebe72c974\"] { max-width: 1620px; }[data-css=\"tve-u-15ebe5d7b44\"] { background-image: linear-gradient(rgb(0, 0, 0), rgb(0, 0, 0)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-15ebe51d596\"] { max-width: 100%; min-height: 7px !important; }#tcb_landing_page h3 { font-family: Montserrat; font-weight: 200; font-size: 20px; color: rgb(24, 45, 60); }#tcb_landing_page h2 { font-family: \"Amatic SC\"; font-weight: 400; font-size: 70px; color: rgb(24, 45, 60); }#tcb_landing_page h1 { font-family: \"Amatic SC\"; font-weight: 400; font-size: 96px; color: rgb(255, 255, 255); }#tcb_landing_page p, #tcb_landing_page li { font-family: Montserrat; font-weight: 200; color: rgb(24, 45, 60); font-size: 18px; line-height: 1.667em; }[data-css=\"tve-u-15e09c94f7d\"] { background-color: rgb(255, 255, 255); }[data-css=\"tve-u-15ec256b908\"] { font-family: \"Amatic SC\" !important; font-weight: 400 !important; }[data-css=\"tve-u-15ec26760e9\"] { font-family: ABeeZee !important; font-weight: 400 !important; }[data-css=\"tve-u-15ec2680494\"] { font-family: \"Amatic SC\" !important; font-weight: 400 !important; }#tve_editor [data-css=\"tve-u-15ec2ab1d6d\"] { letter-spacing: 1px; color: rgb(255, 255, 255) !important; font-size: 20px !important; }#tve_editor [data-css=\"tve-u-15ec2ab1d82\"] { letter-spacing: 1px; color: rgb(255, 255, 255) !important; font-size: 20px !important; }[data-css=\"tve-u-15ec2abe257\"] { float: none; z-index: 3; position: relative; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2ac01df\"] { display: block; max-width: 306px; float: none; margin-left: auto !important; margin-right: auto !important; width: 306px; }[data-css=\"tve-u-15ec2ac01df\"] .tcb-button-link { border-radius: 13px; min-height: 67.1429px; font-size: 1.6em; padding: 12px 15px; background-color: rgb(255, 255, 255) !important; background-image: none !important; overflow: hidden; }#tve_editor [data-css=\"tve-u-15ec2af6c4b\"] { color: rgb(24, 45, 60) !important; font-size: 70px !important; }[data-css=\"tve-u-15ec2af6c4e\"] { font-family: \"Amatic SC\" !important; font-weight: 400 !important; }[data-css=\"tve-u-15ec3192f72\"] { margin-left: 25px !important; margin-right: 25px !important; margin-top: 25px !important; }[data-css=\"tve-u-15ec31ba260\"] { float: none; max-width: 1296px; margin-top: 10px !important; margin-left: auto !important; margin-right: auto !important; }#tcb_landing_page a:hover:not(.tcb-button-link) { color: rgb(89, 171, 227); }#tcb_landing_page .tve-state-hovera:not(.tcb-button-link) { color: rgb(89, 171, 227); }#tve_editor [data-css=\"tve-u-160266880a0\"] { color: rgb(255, 255, 255) !important; font-family: Montserrat !important; }[data-css=\"tve-u-1602b324ab9\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1602bec144e\"] { width: 36px; float: left; z-index: 3; position: static; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1602befe215\"] { max-width: 386px; position: relative !important; padding-left: 1px !important; margin-top: 0px !important; margin-left: 50px !important; }[data-css=\"tve-u-160309ddca8\"] + div { clear: none; }[data-css=\"tve-u-160309ddca8\"] { float: none; width: 60px; position: absolute; margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-160309f3e5d\"] { max-width: 75%; margin-left: 80px !important; margin-top: 60px !important; margin-bottom: 40px !important; }[data-css=\"tve-u-160309f6c04\"] { max-width: 75%; margin-left: 80px !important; margin-top: 60px !important; margin-bottom: 80px !important; }[data-css=\"tve-u-16030a013d7\"] + div { clear: none; }[data-css=\"tve-u-16030a013d7\"] { float: none; width: 60px; position: absolute; margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-16030a08afd\"] { position: relative !important; margin-left: 100px !important; }[data-css=\"tve-u-16030a09626\"] { position: relative !important; margin-left: 100px !important; }#tcb_landing_page a.tve-state-hover:not(.tcb-button-link) { color: rgb(89, 171, 227); }[data-css=\"tve-u-165b813034a\"] { border-bottom: 1px solid rgb(255, 255, 255); padding: 0px !important; }#tve_editor [data-css=\"tve-u-165b814869f\"] { font-family: Montserrat; letter-spacing: 0px; font-weight: 400; font-size: 18px !important; color: rgb(24, 45, 60) !important; text-transform: capitalize !important; }[data-css=\"tve-u-165bce18a46\"] { max-width: 73.7%; }[data-css=\"tve-u-165b813034a\"] .tve-page-section-in { display: block; }[data-css=\"tve-u-165bcef972c\"] { max-width: 26.3%; }[data-css=\"tve-u-165bcf2cfcd\"] { width: 335px; }[data-css=\"tve-u-165bcf3f4af\"] { padding-bottom: 0px !important; padding-top: 0px !important; }[data-css=\"tve-u-165bcf40f41\"] { float: none; width: 100%; margin: 0px auto !important; }[data-css=\"tve-u-15ec3152b02\"] { text-align: center; }[data-css=\"tve-u-165bd189801\"] { width: 366px; }[data-css=\"tve-u-165bd25ab3b\"] { font-family: \"Special Elite\" !important; }[data-css=\"tve-u-165bd25b417\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-15ec2ac01df\"] .tcb-button-link { line-height: 1.2em; font-size: 18px; font-family: \"Special Elite\"; font-weight: 400; }}@media (max-width: 1023px){[data-css=\"tve-u-1602b332fd9\"] { float: none; max-width: 121px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1602befe215\"] { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1602b37ce9d\"] .tcb-flex-col { flex-basis: 420px !important; }[data-css=\"tve-u-1602bec144e\"] { float: none; z-index: 3; position: relative; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1602be7db66\"] { float: none; z-index: 3; position: relative; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2a38bfd\"] { text-align: left; }[data-css=\"tve-u-15ec27075e1\"] { margin-top: 0px !important; }[data-css=\"tve-u-15ee1237243\"] { margin-top: 52px !important; }[data-css=\"tve-u-15ee121a6d1\"] { margin-left: 33px !important; margin-right: 33px !important; }[data-css=\"tve-u-15ebe51d596\"] { text-align: left; }[data-css=\"tve-u-15ec2b54c99\"] { text-align: left; }[data-css=\"tve-u-15ec2b3b468\"] { margin-left: 0px !important; margin-top: 20px !important; }[data-css=\"tve-u-15ec2b37666\"] { margin-top: 0px !important; }[data-css=\"tve-u-15ec2a80647\"] { margin-top: 0px !important; padding-left: 10px !important; padding-right: 10px !important; }[data-css=\"tve-u-15ec2a5540e\"] { max-width: 720px; }[data-css=\"tve-u-15ec2a33d71\"] { width: 395px; float: none; z-index: 3; position: relative; margin: 80px auto 0px !important; }[data-css=\"tve-u-15ec26b9914\"] { max-width: 720px; }[data-css=\"tve-u-15ec253ef3a\"] { padding: 25px 10px !important; }[data-css=\"tve-u-15ebea3a693\"] { max-width: 720px; }[data-css=\"tve-u-15ec30a8a14\"]::after { clear: both; }[data-css=\"tve-u-15ebe916c34\"] { max-width: 376px; }[data-css=\"tve-u-15ebe8a2edd\"] > .tcb-flex-col > .tcb-col { justify-content: center; min-height: 91px; }[data-css=\"tve-u-15ec3055cca\"] { text-align: center; margin-top: 0px !important; }[data-css=\"tve-u-15ebe8a2edd\"] { min-height: inherit; float: none; max-width: 100%; padding-top: 0px !important; padding-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ebe830a90\"] { clip-path: url(\"#clip-tablet-left-bb2526ca261ae\"); -webkit-clip-path: url(\"#clip-tablet-left-bb2526ca261ae\");  }[data-css=\"tve-u-15ebe91a626\"] { margin-left: 30px !important; }[data-css=\"tve-u-15ebe906677\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 336px; margin-left: 30px !important; }[data-css=\"tve-u-15ebe8edca2\"] { margin-left: 30px !important; }[data-css=\"tve-u-15ebe89fb7a\"] { margin-left: -35px !important; }[data-css=\"tve-u-15ebe827cb3\"] { max-width: 100%; }#tve_editor [data-css=\"tve-u-15ebe90cfb0\"] { font-size: 84px !important; }}@media (max-width: 767px){[data-css=\"tve-u-160309b344b\"] { margin-left: 10px !important; margin-top: 30px !important; margin-right: 10px !important; }[data-css=\"tve-u-16030a013d7\"] { position: static; }[data-css=\"tve-u-16030a09626\"] { margin-left: 10px !important; margin-top: 30px !important; margin-right: 10px !important; }[data-css=\"tve-u-160309ddca8\"] { position: static; }[data-css=\"tve-u-16030a08afd\"] { margin-left: 10px !important; margin-right: 10px !important; margin-top: 30px !important; }[data-css=\"tve-u-160309b00b4\"] { position: static; }[data-css=\"tve-u-16030975307\"] { max-width: 100%; margin-left: 10px !important; margin-right: 10px !important; }[data-css=\"tve-u-160309f6c04\"] { max-width: 100%; margin-left: 10px !important; margin-right: 10px !important; }[data-css=\"tve-u-160309f3e5d\"] { max-width: 100%; margin-left: 10px !important; margin-right: 10px !important; }[data-css=\"tve-u-15ec2a38bfd\"]::after { clear: both; }[data-css=\"tve-u-1602bfea280\"] { margin-top: 0px !important; margin-bottom: 20px !important; }[data-css=\"tve-u-1602bf25f10\"]::after { clear: both; }[data-css=\"tve-u-1602b332fd9\"] { max-width: 257px; float: left; z-index: 3; position: relative; width: 100%; margin-top: 20px !important; margin-left: 20px !important; }[data-css=\"tve-u-15ec253ef3a\"] { padding-top: 30px !important; padding-bottom: 30px !important; }[data-css=\"tve-u-15ee1237243\"] { margin-top: 25px !important; }[data-css=\"tve-u-15ee1232726\"] { margin-top: 25px !important; }[data-css=\"tve-u-15ec2ae8715\"] { margin-left: -15px; }[data-css=\"tve-u-15ec2ae8715\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-15ec2b33f06\"] { margin-right: 0px !important; }[data-css=\"tve-u-15ec26fee25\"] > .tcb-flex-col > .tcb-col { min-height: 387px; }[data-css=\"tve-u-15ec26fee25\"] { margin-left: 0px; min-height: inherit; }[data-css=\"tve-u-15ec26fee25\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-15ec2a33d71\"] { position: static; margin-bottom: 0px !important; }[data-css=\"tve-u-15ec31ba260\"] { padding-left: 3px !important; padding-right: 3px !important; }[data-css=\"tve-u-15ec253a41f\"] > .tcb-flex-col > .tcb-col { min-height: 27px; }[data-css=\"tve-u-15ec253a41f\"] { margin-left: 0px; min-height: inherit; }[data-css=\"tve-u-15ec253a41f\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-15ec254985a\"] { margin-top: 0px !important; }[data-css=\"tve-u-15ec24f494c\"] { margin-top: 30px !important; }[data-css=\"tve-u-15ec256e611\"] { margin-top: 0px !important; }[data-css=\"tve-u-15ec3192f72\"] { margin-bottom: 32px !important; }[data-css=\"tve-u-15ec318421d\"] { margin-bottom: 34px !important; margin-top: -90px !important; }[data-css=\"tve-u-15ebe738fb8\"] > .tcb-flex-col > .tcb-col { min-height: 554px; }[data-css=\"tve-u-15ebe738fb8\"] { min-height: inherit; padding-bottom: 0px !important; }[data-css=\"tve-u-15ec3017516\"] { margin-top: 0px !important; padding-left: 5px !important; padding-right: 5px !important; }[data-css=\"tve-u-15ebe89fb7a\"] { margin-left: -20px !important; }[data-css=\"tve-u-15ec3055cca\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-15ebe916c34\"] { margin-bottom: 0px !important; padding-bottom: 0px !important; max-width: 363px; margin-left: auto !important; margin-right: auto !important; float: none; width: 100%; }[data-css=\"tve-u-15ec3152b02\"] { min-height: 226px; }[data-css=\"tve-u-15ebe80a9a1\"] { min-height: 65px; }[data-css=\"tve-u-15ebe91a626\"] { margin-bottom: 0px !important; margin-right: 30px !important; margin-top: 20px !important; }[data-css=\"tve-u-15ebe906677\"] { margin-left: 30px !important; }[data-css=\"tve-u-15ebe8edca2\"] { margin-left: 30px !important; margin-top: 6px !important; }[data-css=\"tve-u-15ebe827cb3\"] { max-width: 100%; margin-top: 35px !important; }[data-css=\"tve-u-15ec313e743\"] { margin-left: 10px !important; margin-right: 10px !important; }[data-css=\"tve-u-1602befe215\"] { max-width: 257px; float: left; z-index: 3; position: relative; width: 100%; margin-top: 20px !important; margin-left: 20px !important; }[data-css=\"tve-u-15ebe73226c\"] { height: calc(100% - 33px); margin-top: 70px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-15ebe91a626\"] .tcb-button-link { padding-right: 10px !important; padding-left: 10px !important; }[data-css=\"tve-u-15ebe827cb3\"] > .tve-cb { display: block; }[data-css=\"tve-u-15ec2a9b8a9\"] { border: none; }[data-css=\"tve-u-15ec2a56438\"] { border: none; }}'),(3087,299,'tve_revision_tve_user_custom_css','.thrv_text_element p {margin:0;}\n.thrv_heading h1,h2,h3 {margin:0;}'),(3088,299,'tve_revision_tve_page_events','a:0:{}'),(3089,299,'tve_revision_tve_globals','a:4:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";s:11:\"extra_icons\";a:1:{i:0;a:3:{s:11:\"font-family\";s:25:\"tve-ff-6797-59f9979fd5998\";s:3:\"css\";s:87:\"http://lp-build.thrivethemes.com/wp-content/uploads/tve-ff-6797-59f9979fd5998/style.css\";s:6:\"folder\";s:92:\"/home/thrivedevbitston/public_html/landingpages/wp-content/uploads/tve-ff-6797-59f9979fd5998\";}}s:6:\"lb_map\";a:1:{i:6808;s:3:\"265\";}s:8:\"font_cls\";a:0:{}}'),(3090,299,'tve_revision_tve_global_scripts',''),(3091,299,'tve_revision_thrive_icon_pack','0'),(3092,299,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(3093,299,'tve_revision_tve_has_masonry','0'),(3094,299,'tve_revision_tve_has_typefocus','0'),(3095,299,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-165b813034a\" wfd-id=\"267\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ebe5d7b44\" wfd-id=\"293\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ebe51d596\" wfd-id=\"268\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15ec3055cca\" wfd-id=\"269\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized\" data-css=\"tve-u-15ebe8a2edd\" wfd-id=\"270\"><div class=\"tcb-flex-col\" data-css=\"tve-u-165bcef972c\" style=\"\" wfd-id=\"283\"><div class=\"tcb-col\" wfd-id=\"285\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-165bcf40f41\" wfd-id=\"286\"><div class=\"tcb-flex-row tcb--cols--1\" data-css=\"tve-u-165bcf3f4af\" wfd-id=\"287\"><div class=\"tcb-flex-col\" wfd-id=\"288\"><div class=\"tcb-col\" wfd-id=\"290\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-165bcf2cfcd\" wfd-id=\"291\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"292\"><img class=\"tve_image wp-image-290\" alt=\"\" width=\"751\" height=\"102\" title=\"Logo\" data-id=\"290\" src=\"//bestcerakoteflorida.com/wp-content/uploads/2018/09/Logo.png\" style=\"width: 100%;\"></span></div></div></div></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-165bce18a46\" style=\"\" wfd-id=\"271\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec313e743\" data-tcb_hover_state_parent=\"\" wfd-id=\"273\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" wfd-id=\"274\"><p data-css=\"tve-u-15f002fa8f6\"><span data-css=\"tve-u-15f0034f748\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"282\"><a href=\"#whatwedo\">What We Do</a></span>&nbsp; &nbsp; <span data-css=\"tve-u-15f003606db\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"281\"><a href=\"#testimonials\">Testimonials</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f003655f8\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"280\"><a href=\"#aboutus\">About Us</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f00369f5e\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"279\"><a href=\"#getyourcoupon\">Get Your Coupon</a></span>&nbsp; &nbsp; <span data-css=\"tve-u-15f0064f814\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"278\"><a href=\"#areaweserve\">Area We Serve</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f003784ab\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"277\"><a href=\"#contact\">Contact</a></span></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 343px; left: 0px;\" data-css=\"tve-u-15ebe8abb9e\" wfd-id=\"237\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ebe8a4d78\" data-clip-id=\"335f47a4c8f92\" wfd-id=\"266\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-left-335f47a4c8f92\" class=\"decoration-clip clip-path-left\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" pointer-width=\"6\" pointer-height=\"2.5\" style=\"curves\" decoration-type=\"none\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon><ellipse cx=\"0.025\" cy=\"0.029412\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.08823600000000001\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.14706\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.205884\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.264708\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.323532\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.38235600000000003\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.44118\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.500004\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.558828\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.617652\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.676476\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.7353000000000001\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.794124\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.852948\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.911772\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.970596\" rx=\"0.025\" ry=\"0.029412\"></ellipse></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ebe72c974\" wfd-id=\"238\"><div class=\"thrv_wrapper thrv-columns tcb-window-width\" style=\"width: 343px; left: 0px;\" data-css=\"tve-u-15ec318421d\" wfd-id=\"239\"><div class=\"tcb-flex-row tcb--cols--2 v-2\" data-css=\"tve-u-15ebe738fb8\" wfd-id=\"240\"><div class=\"tcb-flex-col\" wfd-id=\"263\"><div class=\"tcb-col\" data-css=\"tve-u-15ebe73226c\" wfd-id=\"265\"></div></div><div class=\"tcb-flex-col\" wfd-id=\"241\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ebe89fb7a\" wfd-id=\"243\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ebe827cb3\" wfd-id=\"244\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15ebe830a90\" data-clip-id=\"bb2526ca261ae\" wfd-id=\"262\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-left-bb2526ca261ae\" class=\"decoration-clip clip-path-left\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"none\" pointer-width=\"5.7\" pointer-height=\"2.5\" style=\"curves\" slanted-angle=\"5\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon><ellipse cx=\"0.025\" cy=\"0.027778\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.083334\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.13889\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.194446\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.250002\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.305558\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.361114\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.41667\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.47222600000000003\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.527782\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.583338\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.638894\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.69445\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.7500060000000001\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.805562\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.861118\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.916674\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.97223\" rx=\"0.025\" ry=\"0.027778\"></ellipse></clipPath><clipPath id=\"clip-tablet-left-bb2526ca261ae\" class=\"decoration-clip clip-path-tablet-left\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"divider\" pointer-width=\"5.7\" pointer-height=\"4\" style=\"curves\" slanted-angle=\"5\"><polygon points=\"0.04 0, 0.04 1, 1 1, 1 0\"></polygon><ellipse cx=\"0.04\" cy=\"0.027778\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.083334\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.13889\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.194446\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.250002\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.305558\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.361114\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.41667\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.47222600000000003\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.527782\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.583338\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.638894\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.69445\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.7500060000000001\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.805562\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.861118\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.916674\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.97223\" rx=\"0.04\" ry=\"0.027778\"></ellipse></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ebe80a9a1\" wfd-id=\"245\"><div class=\"tcb-clear\" data-css=\"tve-u-15ebe8ee6c0\" wfd-id=\"258\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15ebe8edca2\" data-tag=\"h1\" wfd-id=\"259\"><h1 data-css=\"tve-u-15ebe90cfb0\">Happy dogs =<br>â€‹â€‹â€‹â€‹â€‹happâ€‹â€‹â€‹â€‹y owners</h1></div></div><div class=\"tcb-clear\" data-css=\"tve-u-15ec30a8a14\" wfd-id=\"254\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ebe906677\" wfd-id=\"255\"><p data-css=\"tve-u-15ebe905473\">Offer your dog a premium walking experience</p></div></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ebe916c34\" wfd-id=\"246\">\n<div class=\"tve-content-box-background\" wfd-id=\"253\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ec3152b02\" wfd-id=\"247\"><div class=\"thrv_wrapper thrv-button tve_ea_thrive_lightbox\" data-css=\"tve-u-15ebe91a626\" data-tcb_hover_state_parent=\"false\" data-button-style=\"full_rounded\" wfd-id=\"248\">\n<a href=\"#\" class=\"tcb-button-link tve_evt_manager_listen tve_et_click\" data-tcb-events=\"__TCB_EVENT_[{&quot;config&quot;:{&quot;l_anim&quot;:&quot;zoom_in&quot;,&quot;l_id&quot;:265},&quot;a&quot;:&quot;thrive_lightbox&quot;,&quot;t&quot;:&quot;click&quot;}]_TNEVE_BCT__\">\n<span class=\"tcb-button-texts\" wfd-id=\"249\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-165b814869f\" wfd-id=\"250\">Get 10% OFF Your First Cerakote Project</span></span>\n</a>\n</div></div>\n</div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 343px; left: 0px;\" data-css=\"tve-u-15ec3017516\" wfd-id=\"228\">\n<div class=\"tve-page-section-out\" wfd-id=\"236\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ebea3a693\" wfd-id=\"229\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15ebea49c0c\" id=\"whatwedo\" data-tag=\"h1\" wfd-id=\"233\"><h1 data-css=\"tve-u-15ebea42b31\" style=\"text-align: center;\">What We Do</h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2448fdb\" wfd-id=\"230\"><p data-css=\"tve-u-15ec2443105\" style=\"text-align: center;\">Our goal is to make sure the owners are comforted, the pups are exercised and happy and that we are getting our own puppy fixes. But letâ€™s be honest- itâ€™s their world, weâ€™re just living in it! As a small team of experienced dog owners and lovers, we really get to know you and your dog and we canguarantee consistent and personal care that is equal to your love and attention. We are so excited to make you a part of the family!</p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 343px; left: 0px;\" wfd-id=\"189\">\n<div class=\"tve-page-section-out\" wfd-id=\"227\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ee1211b9b\" wfd-id=\"190\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15ee121a6d1\" wfd-id=\"191\"><div class=\"tcb-flex-row tcb--cols--3 tcb-medium-wrap\" data-css=\"tve-u-15ee121fb1c\" wfd-id=\"192\"><div class=\"tcb-flex-col\" wfd-id=\"213\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ee1225fdf\" wfd-id=\"215\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec2477274\" wfd-id=\"225\"><span class=\"tve_image_frame\" wfd-id=\"226\"><img class=\"tve_image wp-image-1596\" alt=\"\" width=\"55\" height=\"73\" title=\"what_do_icon_01\" data-id=\"1596\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_01.png\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"224\"><p data-css=\"tve-u-15ec2481d17\"><strong>First Class Care</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"221\"><p data-css=\"tve-u-15ec2487407\">all the best for them</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2492191\" wfd-id=\"216\"><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"203\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ee1232726\" wfd-id=\"205\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec24ae116\" wfd-id=\"211\"><span class=\"tve_image_frame\" wfd-id=\"212\"><img class=\"tve_image wp-image-1597\" alt=\"\" width=\"73\" height=\"73\" title=\"what_do_icon_02\" data-id=\"1597\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_02.png\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"210\"><p data-css=\"tve-u-15ec2481d17\"><strong>Snacks Included</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"209\"><p data-css=\"tve-u-15ec2487407\">for your little one</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec3192f72\" wfd-id=\"206\"><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"193\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ee1237243\" wfd-id=\"195\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec24d5e15\" wfd-id=\"201\"><span class=\"tve_image_frame\" wfd-id=\"202\"><img class=\"tve_image wp-image-1598\" alt=\"\" width=\"65\" height=\"73\" title=\"what_do_icon_03\" data-id=\"1598\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_03.png\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"200\"><p data-css=\"tve-u-15ec2481d17\"><strong>Regularly walks</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"197\"><p data-css=\"tve-u-15ec2487407\">to keep them ealthy</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2492191\" wfd-id=\"196\"><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris.</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-15ec24f494c\" id=\"testimonials\" style=\"\" wfd-id=\"163\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ec24f97c0\" wfd-id=\"188\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec24f790d\" wfd-id=\"164\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15ec254985a\" style=\"\" wfd-id=\"165\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-15ec253a41f\" wfd-id=\"166\"><div class=\"tcb-flex-col\" wfd-id=\"170\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec253ef3a\" style=\"\" wfd-id=\"172\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec256e611\" style=\"\" wfd-id=\"179\"><p data-css=\"tve-u-15ec25610c7\"><span data-css=\"tve-u-15ec268a0a3\" style=\"font-size: 45px; color: rgb(89, 171, 227);\" wfd-id=\"186\"><span data-css=\"tve-u-15ec26760e9\" style=\"font-family: ABeeZee;\" wfd-id=\"187\">â€</span></span><span data-css=\"tve-u-15ec256b908\" style=\"font-family: &quot;Amatic SC&quot;;\" wfd-id=\"185\">&nbsp; &nbsp; &nbsp;</span><span data-css=\"tve-u-15ec2680494\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"183\"><span data-css=\"tve-u-15ec269379d\" style=\"font-size: 45px;\" wfd-id=\"184\">my chester enjoys being with them!</span> &nbsp; &nbsp;&nbsp;</span><span data-css=\"tve-u-15ec255fe12\" style=\"font-family: ABeeZee; font-weight: 400; color: rgb(89, 171, 227); font-size: 45px;\" wfd-id=\"182\">â€</span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2698d8d\" wfd-id=\"174\"><p data-css=\"tve-u-160266880a0\">We LOVE going for walks with our friends at Paw! Donâ€™t tell our mom &amp; dad,but we get really excited when they leave for work because we know it wonâ€™t be long before we get a visit from one of our favorite friends at PawCity! Best part is, they always let our parents know how ourwalk went right away so they dont have to worry about us!</p><p data-css=\"tve-u-15ec269736c\">We love you PawCity!! xoxo</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec26ab7b0\" style=\"\" wfd-id=\"173\"><p data-css=\"tve-u-15ec26a92a2\"><strong>Anna Olson</strong>, Chesterâ€™s Mom</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"167\"><div class=\"tcb-col\" wfd-id=\"169\"></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 343px; left: 0px;\" data-css=\"tve-u-15ec26c390a\" id=\"aboutus\" wfd-id=\"154\">\n<div class=\"tve-page-section-out\" wfd-id=\"162\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec26b9914\" wfd-id=\"155\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15ee1037a1d\" data-tag=\"h1\" wfd-id=\"159\"><h1 data-css=\"tve-u-15ec26bd2e8\">About us</h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec31ba260\" wfd-id=\"156\"><p data-css=\"tve-u-15ec2443105\" style=\"text-align: center;\">At PawCity, we lead lives full of the unconditional love and happiness we receive from the furballs we get to spend time with everyday and we have this beautiful city and all the beautiful people in it to thank. We love you and your pups!!</p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 343px; left: 0px;\" data-css=\"tve-u-15ec26ec232\" wfd-id=\"117\">\n<div class=\"tve-page-section-out\" wfd-id=\"153\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec26e5812\" wfd-id=\"118\"><div class=\"thrv_wrapper thrv-columns tcb-window-width\" style=\"width: 343px; left: -1px;\" data-css=\"tve-u-15ee106257d\" wfd-id=\"119\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2\" data-css=\"tve-u-15ec26fee25\" wfd-id=\"120\"><div class=\"tcb-flex-col c-33\" wfd-id=\"148\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec2a38bfd\" wfd-id=\"150\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec2a33d71\" wfd-id=\"151\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"152\"><img class=\"tve_image wp-image-7399\" alt=\"\" width=\"830\" height=\"775\" title=\"about_us_dog\" data-id=\"7399\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/about_us_dog.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col c-66\" wfd-id=\"121\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec27075e1\" wfd-id=\"123\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160309f3e5d\" wfd-id=\"140\">\n<div class=\"tve-content-box-background\" wfd-id=\"147\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160309b397d\" wfd-id=\"141\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-160309b00b4\" data-float=\"1\" wfd-id=\"145\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"146\"><img class=\"tve_image wp-image-7404\" alt=\"\" width=\"64\" height=\"64\" title=\"dog_paw\" data-id=\"7404\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/dog_paw.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16030a08afd\" wfd-id=\"142\"><p>We moved to New York City with our black bulldog rescue, Blakely, in 2007 after graduating from the University of Maryland. Immediately, we realized what a dog-crazy place it was.</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160309f6c04\" wfd-id=\"132\">\n<div class=\"tve-content-box-background\" wfd-id=\"139\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160309b397d\" wfd-id=\"133\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-160309ddca8\" data-float=\"1\" wfd-id=\"137\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"138\"><img class=\"tve_image wp-image-7403\" alt=\"\" width=\"64\" height=\"64\" title=\"dog_house\" data-id=\"7403\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/dog_house.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16030a09626\" wfd-id=\"134\"><p>We knew right away that we wanted to work with the animals that we loved and that had given us so much love since we were little girls. We started PawCity Dog Walking in July of 2010.</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16030975307\" wfd-id=\"124\">\n<div class=\"tve-content-box-background\" wfd-id=\"131\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160309b397d\" wfd-id=\"125\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16030a013d7\" data-float=\"1\" wfd-id=\"129\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"130\"><img class=\"tve_image wp-image-7405\" alt=\"\" width=\"64\" height=\"64\" title=\"spinning_wheel\" data-id=\"7405\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/spinning_wheel.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160309b344b\" wfd-id=\"126\"><p>We cover the entire width of the East Side, from 96th Street to Delancey and handle every type of personality imaginable. At PawCity, we lead lives full of the unconditional love and happiness we receive from the furballs we get to spend time with everyday.</p></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" data-css=\"tve-u-15ec2a56438\" style=\"width: 343px; left: 0px;\" id=\"getyourcoupon\" wfd-id=\"93\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ec2a5bb35\" wfd-id=\"116\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec2a5540e\" wfd-id=\"94\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ec2a80647\" wfd-id=\"95\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15ec2a9b8a9\" wfd-id=\"115\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ec2a81a9f\" wfd-id=\"96\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2a6f589\" wfd-id=\"111\"><p data-css=\"tve-u-15ec2a6b447\"><span data-css=\"tve-u-15ec2a6d9d8\" wfd-id=\"114\"><strong>Get Your Coupon</strong></span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2aaa9a4\" wfd-id=\"105\"><p data-css=\"tve-u-15ec2ab1d6d\"><span style=\"font-size: 18px;\" data-css=\"tve-u-165bd25b417\" wfd-id=\"109\"><span style=\"font-family: \'Special Elite\';\" data-css=\"tve-u-165bd25ab3b\" wfd-id=\"110\">We strive to keep both you and your pup as happy and comfortable as possible while youâ€™re out earning those big bucks.</span></span></p><p data-css=\"tve-u-15ec2ab1d82\"><br></p><p data-css=\"tve-u-15ec2aa8e2e\"><strong>Get <span data-css=\"tve-u-15ec2aafa24\" style=\"color: rgb(89, 171, 227);\" wfd-id=\"108\">20%</span> off your first walk. Enter your email and we\'ll send you your coupon.</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ec2abe257\" wfd-id=\"97\">\n<div class=\"tve-content-box-background\" wfd-id=\"104\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ec2acb421\" wfd-id=\"98\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-15ec2ac01df\" data-tcb_hover_state_parent=\"false\" data-button-style=\"full_rounded\" data-button-size=\"s\" wfd-id=\"99\">\n<a href=\"\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"100\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-15ebe925072\" wfd-id=\"101\">Get Your Coupon Now</span></span>\n</a>\n</div></div>\n</div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-15ec2b0a32a\" id=\"areaweserve\" wfd-id=\"69\">\n<div class=\"tve-page-section-out\" wfd-id=\"92\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15f76fcb7df\" wfd-id=\"70\"><div class=\"thrv_wrapper thrv-columns\" style=\"\" data-css=\"tve-u-15ee103f44a\" wfd-id=\"71\"><div class=\"tcb-flex-row tcb--cols--2 tcb-medium-wrap\" data-css=\"tve-u-15ec2ae8715\" wfd-id=\"72\"><div class=\"tcb-flex-col c-33\" wfd-id=\"77\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec2b37666\" wfd-id=\"79\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"86\"><p data-css=\"tve-u-15ec2af6c4b\"><span data-css=\"tve-u-15ec2af6c4e\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"91\">area we serve</span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"80\"><p>As a small team of experienced dog owners and lovers, we really get to know you and your dog and we canguarantee consistent and personal care that is equal to your love and attention.</p><p><br></p><p><strong><span data-css=\"tve-u-15ec2afed17\" style=\"color: rgb(89, 171, 227);\" wfd-id=\"85\">We are so excited to make you a part of the family!</span></strong></p></div></div></div><div class=\"tcb-flex-col c-66\" wfd-id=\"73\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec2b33f06\" wfd-id=\"75\"><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-15ec2b3b468\" wfd-id=\"76\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=blakely, united states&amp;t=m&amp;z=11&amp;output=embed&amp;iwloc=near\"></iframe>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" data-css=\"tve-u-15ec2b5d54c\" style=\"width: 343px; left: 0px;\" id=\"contact\" wfd-id=\"31\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ec2b56fac\" wfd-id=\"68\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec2b54c99\" wfd-id=\"32\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1602b31dfcd\" wfd-id=\"33\"><div class=\"tcb-flex-row tcb-resized tcb-medium-wrap tcb--cols--3\" data-css=\"tve-u-1602b37ce9d\" wfd-id=\"34\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1602be453ec\" style=\"\" wfd-id=\"63\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"65\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-165bd189801\" wfd-id=\"66\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"67\"><img class=\"tve_image wp-image-290\" alt=\"Blackhawk Custom Cerakote\" width=\"751\" height=\"102\" title=\"Logo\" data-id=\"290\" src=\"//bestcerakoteflorida.com/wp-content/uploads/2018/09/Logo.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1602be45437\" style=\"\" wfd-id=\"48\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1602be56dfc\" wfd-id=\"50\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1602bfebaf9\" wfd-id=\"51\">\n<div class=\"tve-content-box-background\" wfd-id=\"62\"></div>\n<div class=\"tve-cb\" wfd-id=\"52\"><div class=\"tcb-clear\" data-css=\"tve-u-1602bf36e2c\" wfd-id=\"60\"><div class=\"thrv_wrapper tve_image_caption tcb-mobile-hidden\" data-css=\"tve-u-1602be7db66\" data-float=\"1\" wfd-id=\"61\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-7369\" alt=\"\" width=\"64\" height=\"64\" title=\"location\" data-id=\"7369\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/location.png\" style=\"width: 100%;\"></span></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1602bf25f10\" wfd-id=\"53\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1602befe215\" wfd-id=\"54\"><p data-css=\"tve-u-1602bfa220e\"><strong><span data-css=\"tve-u-1602b324a9b\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"59\">67 E. 3rd Street</span></strong><span data-css=\"tve-u-1602b324a9c\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"58\"> </span><span data-css=\"tve-u-1602b324ab9\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"57\">Suite B New York, NY 10003</span></p></div></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1602be4545b\" style=\"\" wfd-id=\"35\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"37\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1602bfea280\" wfd-id=\"38\">\n<div class=\"tve-content-box-background\" wfd-id=\"47\"></div>\n<div class=\"tve-cb\" wfd-id=\"39\"><div class=\"tcb-clear\" data-css=\"tve-u-1602bfc4bea\" wfd-id=\"45\"><div class=\"thrv_wrapper tve_image_caption tcb-mobile-hidden\" data-css=\"tve-u-1602bec144e\" data-float=\"1\" wfd-id=\"46\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-7370\" alt=\"\" width=\"64\" height=\"64\" title=\"phone\" data-id=\"7370\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/phone.png\" style=\"width: 100%;\"></span></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1602bfc74c3\" wfd-id=\"40\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1602b332fd9\" data-float=\"1\" wfd-id=\"41\"><p><a href=\"tel:#9548481911\" target=\"_blank\"><strong><span data-css=\"tve-u-1602b324a9b\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"44\">954-848-1911</span></strong></a><br></p></div></div></div>\n</div></div></div></div></div></div>\n</div>'),(3096,299,'tve_revision_tve_has_wistia_popover','0'),(3097,106,'tve_save_post_tcb2-one-page-site-dog-walking',''),(3098,106,'tve_global_scripts_tcb2-one-page-site-dog-walking',''),(3099,300,'tve_revision_tve_landing_page','tcb2-one-page-site-dog-walking'),(3100,300,'tve_revision_tve_disable_theme_dependency',''),(3101,300,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-165b813034a\" wfd-id=\"223\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ebe5d7b44\" wfd-id=\"247\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ebe51d596\" wfd-id=\"224\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15ec3055cca\" wfd-id=\"225\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized\" data-css=\"tve-u-15ebe8a2edd\" wfd-id=\"226\"><div class=\"tcb-flex-col\" data-css=\"tve-u-165bcef972c\" style=\"\" wfd-id=\"237\"><div class=\"tcb-col\" wfd-id=\"239\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-165bcf40f41\" wfd-id=\"240\"><div class=\"tcb-flex-row tcb--cols--1\" data-css=\"tve-u-165bcf3f4af\" wfd-id=\"241\"><div class=\"tcb-flex-col\" wfd-id=\"242\"><div class=\"tcb-col\" wfd-id=\"244\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-165bcf2cfcd\" wfd-id=\"245\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"246\"><img class=\"tve_image wp-image-290\" alt=\"\" width=\"751\" height=\"102\" title=\"Logo\" data-id=\"290\" src=\"//bestcerakoteflorida.com/wp-content/uploads/2018/09/Logo.png\" style=\"width: 100%;\"></span></div></div></div></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-165bce18a46\" style=\"\" wfd-id=\"227\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec313e743\" data-tcb_hover_state_parent=\"\" wfd-id=\"229\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" wfd-id=\"230\"><p data-css=\"tve-u-15f002fa8f6\"><span data-css=\"tve-u-15f0034f748\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"236\"><a href=\"#whatwedo\">What We Do</a></span>&nbsp; &nbsp; <span data-css=\"tve-u-15f003606db\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"235\"><a href=\"#testimonials\">Testimonials</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f003655f8\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"234\"><a href=\"#aboutus\">About Us</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f00369f5e\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"233\"><a href=\"#getyourcoupon\">Get Your Coupon</a></span>&nbsp; &nbsp; <span data-css=\"tve-u-15f0064f814\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"232\"><a href=\"#areaweserve\">Area We Serve</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f003784ab\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"231\"><a href=\"#contact\">Contact</a></span></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ebe8abb9e\" wfd-id=\"197\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ebe8a4d78\" data-clip-id=\"335f47a4c8f92\" wfd-id=\"222\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-left-335f47a4c8f92\" class=\"decoration-clip clip-path-left\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" pointer-width=\"6\" pointer-height=\"2.5\" style=\"curves\" decoration-type=\"none\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon><ellipse cx=\"0.025\" cy=\"0.029412\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.08823600000000001\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.14706\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.205884\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.264708\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.323532\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.38235600000000003\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.44118\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.500004\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.558828\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.617652\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.676476\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.7353000000000001\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.794124\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.852948\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.911772\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.970596\" rx=\"0.025\" ry=\"0.029412\"></ellipse></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ebe72c974\" wfd-id=\"198\"><div class=\"thrv_wrapper thrv-columns tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec318421d\" wfd-id=\"199\"><div class=\"tcb-flex-row tcb--cols--2 v-2\" data-css=\"tve-u-15ebe738fb8\" wfd-id=\"200\"><div class=\"tcb-flex-col\" wfd-id=\"219\"><div class=\"tcb-col\" data-css=\"tve-u-15ebe73226c\" wfd-id=\"221\"></div></div><div class=\"tcb-flex-col\" wfd-id=\"201\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ebe89fb7a\" wfd-id=\"203\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ebe827cb3\" wfd-id=\"204\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15ebe830a90\" data-clip-id=\"bb2526ca261ae\" wfd-id=\"218\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-left-bb2526ca261ae\" class=\"decoration-clip clip-path-left\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"none\" pointer-width=\"5.7\" pointer-height=\"2.5\" style=\"curves\" slanted-angle=\"5\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon><ellipse cx=\"0.025\" cy=\"0.027778\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.083334\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.13889\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.194446\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.250002\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.305558\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.361114\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.41667\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.47222600000000003\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.527782\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.583338\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.638894\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.69445\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.7500060000000001\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.805562\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.861118\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.916674\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.97223\" rx=\"0.025\" ry=\"0.027778\"></ellipse></clipPath><clipPath id=\"clip-tablet-left-bb2526ca261ae\" class=\"decoration-clip clip-path-tablet-left\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"divider\" pointer-width=\"5.7\" pointer-height=\"4\" style=\"curves\" slanted-angle=\"5\"><polygon points=\"0.04 0, 0.04 1, 1 1, 1 0\"></polygon><ellipse cx=\"0.04\" cy=\"0.027778\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.083334\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.13889\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.194446\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.250002\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.305558\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.361114\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.41667\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.47222600000000003\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.527782\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.583338\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.638894\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.69445\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.7500060000000001\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.805562\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.861118\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.916674\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.97223\" rx=\"0.04\" ry=\"0.027778\"></ellipse></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ebe80a9a1\" wfd-id=\"205\"><div class=\"tcb-clear\" data-css=\"tve-u-15ebe8ee6c0\" wfd-id=\"214\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15ebe8edca2\" data-tag=\"h1\" wfd-id=\"215\"><h1 data-css=\"tve-u-15ebe90cfb0\">Happy dogs =<br>â€‹â€‹â€‹â€‹â€‹happâ€‹â€‹â€‹â€‹y owners</h1></div></div><div class=\"tcb-clear\" data-css=\"tve-u-15ec30a8a14\" wfd-id=\"212\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ebe906677\" wfd-id=\"213\"><p data-css=\"tve-u-15ebe905473\">Offer your dog a premium walking experience</p></div></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ebe916c34\" wfd-id=\"206\">\n<div class=\"tve-content-box-background\" wfd-id=\"211\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ec3152b02\" wfd-id=\"207\"><div class=\"thrv_wrapper thrv-button tve_ea_thrive_lightbox\" data-css=\"tve-u-15ebe91a626\" data-tcb_hover_state_parent=\"false\" data-button-style=\"full_rounded\" wfd-id=\"208\">\n<a href=\"#\" class=\"tcb-button-link tve_evt_manager_listen tve_et_click\" data-tcb-events=\"__TCB_EVENT_[{&quot;config&quot;:{&quot;l_anim&quot;:&quot;zoom_in&quot;,&quot;l_id&quot;:265},&quot;a&quot;:&quot;thrive_lightbox&quot;,&quot;t&quot;:&quot;click&quot;}]_TNEVE_BCT__\">\n<span class=\"tcb-button-texts\" wfd-id=\"209\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-165b814869f\" wfd-id=\"210\">Get 10% OFF Your First Cerakote Project</span></span>\n</a>\n</div></div>\n</div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec3017516\" wfd-id=\"192\">\n<div class=\"tve-page-section-out\" wfd-id=\"196\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ebea3a693\" wfd-id=\"193\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15ebea49c0c\" id=\"whatwedo\" data-tag=\"h1\" wfd-id=\"195\"><h1 data-css=\"tve-u-15ebea42b31\" style=\"text-align: center;\">What We Do</h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2448fdb\" wfd-id=\"194\"><p data-css=\"tve-u-15ec2443105\" style=\"text-align: center;\">Our goal is to make sure the owners are comforted, the pups are exercised and happy and that we are getting our own puppy fixes. But letâ€™s be honest- itâ€™s their world, weâ€™re just living in it! As a small team of experienced dog owners and lovers, we really get to know you and your dog and we canguarantee consistent and personal care that is equal to your love and attention. We are so excited to make you a part of the family!</p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" wfd-id=\"163\">\n<div class=\"tve-page-section-out\" wfd-id=\"191\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ee1211b9b\" wfd-id=\"164\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15ee121a6d1\" wfd-id=\"165\"><div class=\"tcb-flex-row tcb--cols--3 tcb-medium-wrap\" data-css=\"tve-u-15ee121fb1c\" wfd-id=\"166\"><div class=\"tcb-flex-col\" wfd-id=\"183\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ee1225fdf\" wfd-id=\"185\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec2477274\" wfd-id=\"189\"><span class=\"tve_image_frame\" wfd-id=\"190\"><img class=\"tve_image wp-image-1596\" alt=\"\" width=\"55\" height=\"73\" title=\"what_do_icon_01\" data-id=\"1596\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_01.png\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"188\"><p data-css=\"tve-u-15ec2481d17\"><strong>First Class Care</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"187\"><p data-css=\"tve-u-15ec2487407\">all the best for them</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2492191\" wfd-id=\"186\"><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"175\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ee1232726\" wfd-id=\"177\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec24ae116\" wfd-id=\"181\"><span class=\"tve_image_frame\" wfd-id=\"182\"><img class=\"tve_image wp-image-1597\" alt=\"\" width=\"73\" height=\"73\" title=\"what_do_icon_02\" data-id=\"1597\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_02.png\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"180\"><p data-css=\"tve-u-15ec2481d17\"><strong>Snacks Included</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"179\"><p data-css=\"tve-u-15ec2487407\">for your little one</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec3192f72\" wfd-id=\"178\"><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"167\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ee1237243\" wfd-id=\"169\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec24d5e15\" wfd-id=\"173\"><span class=\"tve_image_frame\" wfd-id=\"174\"><img class=\"tve_image wp-image-1598\" alt=\"\" width=\"65\" height=\"73\" title=\"what_do_icon_03\" data-id=\"1598\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_03.png\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"172\"><p data-css=\"tve-u-15ec2481d17\"><strong>Regularly walks</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"171\"><p data-css=\"tve-u-15ec2487407\">to keep them ealthy</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2492191\" wfd-id=\"170\"><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris.</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-15ec24f494c\" id=\"testimonials\" style=\"\" wfd-id=\"143\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ec24f97c0\" wfd-id=\"162\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec24f790d\" wfd-id=\"144\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15ec254985a\" style=\"\" wfd-id=\"145\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-15ec253a41f\" wfd-id=\"146\"><div class=\"tcb-flex-col\" wfd-id=\"150\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec253ef3a\" style=\"\" wfd-id=\"152\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec256e611\" style=\"\" wfd-id=\"155\"><p data-css=\"tve-u-15ec25610c7\"><span data-css=\"tve-u-15ec268a0a3\" style=\"font-size: 45px; color: rgb(89, 171, 227);\" wfd-id=\"160\"><span data-css=\"tve-u-15ec26760e9\" style=\"font-family: ABeeZee;\" wfd-id=\"161\">â€</span></span><span data-css=\"tve-u-15ec256b908\" style=\"font-family: &quot;Amatic SC&quot;;\" wfd-id=\"159\">&nbsp; &nbsp; &nbsp;</span><span data-css=\"tve-u-15ec2680494\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"157\"><span data-css=\"tve-u-15ec269379d\" style=\"font-size: 45px;\" wfd-id=\"158\">my chester enjoys being with them!</span> &nbsp; &nbsp;&nbsp;</span><span data-css=\"tve-u-15ec255fe12\" style=\"font-family: ABeeZee; font-weight: 400; color: rgb(89, 171, 227); font-size: 45px;\" wfd-id=\"156\">â€</span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2698d8d\" wfd-id=\"154\"><p data-css=\"tve-u-160266880a0\">We LOVE going for walks with our friends at Paw! Donâ€™t tell our mom &amp; dad,but we get really excited when they leave for work because we know it wonâ€™t be long before we get a visit from one of our favorite friends at PawCity! Best part is, they always let our parents know how ourwalk went right away so they dont have to worry about us!</p><p data-css=\"tve-u-15ec269736c\">We love you PawCity!! xoxo</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec26ab7b0\" style=\"\" wfd-id=\"153\"><p data-css=\"tve-u-15ec26a92a2\"><strong>Anna Olson</strong>, Chesterâ€™s Mom</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"147\"><div class=\"tcb-col\" wfd-id=\"149\"></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec26c390a\" id=\"aboutus\" wfd-id=\"138\">\n<div class=\"tve-page-section-out\" wfd-id=\"142\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec26b9914\" wfd-id=\"139\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15ee1037a1d\" data-tag=\"h1\" wfd-id=\"141\"><h1 data-css=\"tve-u-15ec26bd2e8\">About us</h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec31ba260\" wfd-id=\"140\"><p data-css=\"tve-u-15ec2443105\" style=\"text-align: center;\">At PawCity, we lead lives full of the unconditional love and happiness we receive from the furballs we get to spend time with everyday and we have this beautiful city and all the beautiful people in it to thank. We love you and your pups!!</p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec26ec232\" wfd-id=\"107\">\n<div class=\"tve-page-section-out\" wfd-id=\"137\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec26e5812\" wfd-id=\"108\"><div class=\"thrv_wrapper thrv-columns tcb-window-width\" style=\"width: 1603px; left: -1px;\" data-css=\"tve-u-15ee106257d\" wfd-id=\"109\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2\" data-css=\"tve-u-15ec26fee25\" wfd-id=\"110\"><div class=\"tcb-flex-col c-33\" wfd-id=\"132\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec2a38bfd\" wfd-id=\"134\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec2a33d71\" wfd-id=\"135\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"136\"><img class=\"tve_image wp-image-7399\" alt=\"\" width=\"830\" height=\"775\" title=\"about_us_dog\" data-id=\"7399\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/about_us_dog.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col c-66\" wfd-id=\"111\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec27075e1\" wfd-id=\"113\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160309f3e5d\" wfd-id=\"126\">\n<div class=\"tve-content-box-background\" wfd-id=\"131\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160309b397d\" wfd-id=\"127\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-160309b00b4\" data-float=\"1\" wfd-id=\"129\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"130\"><img class=\"tve_image wp-image-7404\" alt=\"\" width=\"64\" height=\"64\" title=\"dog_paw\" data-id=\"7404\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/dog_paw.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16030a08afd\" wfd-id=\"128\"><p>We moved to New York City with our black bulldog rescue, Blakely, in 2007 after graduating from the University of Maryland. Immediately, we realized what a dog-crazy place it was.</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160309f6c04\" wfd-id=\"120\">\n<div class=\"tve-content-box-background\" wfd-id=\"125\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160309b397d\" wfd-id=\"121\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-160309ddca8\" data-float=\"1\" wfd-id=\"123\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"124\"><img class=\"tve_image wp-image-7403\" alt=\"\" width=\"64\" height=\"64\" title=\"dog_house\" data-id=\"7403\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/dog_house.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16030a09626\" wfd-id=\"122\"><p>We knew right away that we wanted to work with the animals that we loved and that had given us so much love since we were little girls. We started PawCity Dog Walking in July of 2010.</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16030975307\" wfd-id=\"114\">\n<div class=\"tve-content-box-background\" wfd-id=\"119\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160309b397d\" wfd-id=\"115\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16030a013d7\" data-float=\"1\" wfd-id=\"117\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"118\"><img class=\"tve_image wp-image-7405\" alt=\"\" width=\"64\" height=\"64\" title=\"spinning_wheel\" data-id=\"7405\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/spinning_wheel.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160309b344b\" wfd-id=\"116\"><p>We cover the entire width of the East Side, from 96th Street to Delancey and handle every type of personality imaginable. At PawCity, we lead lives full of the unconditional love and happiness we receive from the furballs we get to spend time with everyday.</p></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" data-css=\"tve-u-15ec2a56438\" style=\"width: 1603px; left: 0px;\" id=\"getyourcoupon\" wfd-id=\"87\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ec2a5bb35\" wfd-id=\"106\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec2a5540e\" wfd-id=\"88\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ec2a80647\" wfd-id=\"89\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15ec2a9b8a9\" wfd-id=\"105\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ec2a81a9f\" wfd-id=\"90\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2a6f589\" wfd-id=\"103\"><p data-css=\"tve-u-15ec2a6b447\"><span data-css=\"tve-u-15ec2a6d9d8\" wfd-id=\"104\"><strong>Get Your Coupon</strong></span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2aaa9a4\" wfd-id=\"97\"><p data-css=\"tve-u-15ec2ab1d6d\"><span data-css=\"tve-u-165bd25b417\" style=\"font-size: 18px;\" wfd-id=\"101\"><span data-css=\"tve-u-165bd25ab3b\" style=\"font-family: \'Special Elite\';\" wfd-id=\"102\">We strive to keep both you and your pup as happy and comfortable as possible while youâ€™re out earning those big bucks.</span></span></p><p data-css=\"tve-u-15ec2ab1d82\"><br></p><p data-css=\"tve-u-15ec2aa8e2e\"><strong>Get <span data-css=\"tve-u-15ec2aafa24\" style=\"color: rgb(89, 171, 227);\" wfd-id=\"100\">20%</span> off your first walk. Enter your email and we\'ll send you your coupon.</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ec2abe257\" wfd-id=\"91\">\n<div class=\"tve-content-box-background\" wfd-id=\"96\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ec2acb421\" wfd-id=\"92\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-15ec2ac01df\" data-tcb_hover_state_parent=\"false\" data-button-style=\"full_rounded\" data-button-size=\"s\" wfd-id=\"93\">\n<a href=\"\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"94\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-15ebe925072\" wfd-id=\"95\">Get Your Coupon Now</span></span>\n</a>\n</div></div>\n</div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-15ec2b0a32a\" id=\"areaweserve\" wfd-id=\"71\">\n<div class=\"tve-page-section-out\" wfd-id=\"86\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15f76fcb7df\" wfd-id=\"72\"><div class=\"thrv_wrapper thrv-columns\" style=\"\" data-css=\"tve-u-15ee103f44a\" wfd-id=\"73\"><div class=\"tcb-flex-row tcb--cols--2 tcb-medium-wrap\" data-css=\"tve-u-15ec2ae8715\" wfd-id=\"74\"><div class=\"tcb-flex-col c-33\" wfd-id=\"79\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec2b37666\" wfd-id=\"81\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"84\"><p data-css=\"tve-u-15ec2af6c4b\"><span data-css=\"tve-u-15ec2af6c4e\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"85\">area we serve</span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"82\"><p>As a small team of experienced dog owners and lovers, we really get to know you and your dog and we canguarantee consistent and personal care that is equal to your love and attention.</p><p><br></p><p><strong><span data-css=\"tve-u-15ec2afed17\" style=\"color: rgb(89, 171, 227);\" wfd-id=\"83\">We are so excited to make you a part of the family!</span></strong></p></div></div></div><div class=\"tcb-flex-col c-66\" wfd-id=\"75\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec2b33f06\" wfd-id=\"77\"><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-15ec2b3b468\" wfd-id=\"78\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=blakely, united states&amp;t=m&amp;z=11&amp;output=embed&amp;iwloc=near\"></iframe>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" data-css=\"tve-u-15ec2b5d54c\" style=\"width: 1603px; left: 0px;\" id=\"contact\" wfd-id=\"35\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ec2b56fac\" wfd-id=\"70\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec2b54c99\" wfd-id=\"36\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1602b31dfcd\" wfd-id=\"37\"><div class=\"tcb-flex-row tcb-resized tcb-medium-wrap tcb--cols--3\" data-css=\"tve-u-1602b37ce9d\" wfd-id=\"38\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1602be453ec\" style=\"\" wfd-id=\"65\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"67\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-165bd189801\" wfd-id=\"68\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"69\"><img class=\"tve_image wp-image-290\" alt=\"Blackhawk Custom Cerakote\" width=\"751\" height=\"102\" title=\"Logo\" data-id=\"290\" src=\"//bestcerakoteflorida.com/wp-content/uploads/2018/09/Logo.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1602be45437\" style=\"\" wfd-id=\"51\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1602be56dfc\" wfd-id=\"53\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1602bfebaf9\" wfd-id=\"54\">\n<div class=\"tve-content-box-background\" wfd-id=\"64\"></div>\n<div class=\"tve-cb\" wfd-id=\"55\"><div class=\"tcb-clear\" data-css=\"tve-u-1602bf36e2c\" wfd-id=\"61\"><div class=\"thrv_wrapper tve_image_caption tcb-mobile-hidden\" data-css=\"tve-u-1602be7db66\" data-float=\"1\" wfd-id=\"62\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"63\"><img class=\"tve_image wp-image-7369\" alt=\"\" width=\"64\" height=\"64\" title=\"location\" data-id=\"7369\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/location.png\" style=\"width: 100%;\"></span></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1602bf25f10\" wfd-id=\"56\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1602befe215\" wfd-id=\"57\"><p data-css=\"tve-u-1602bfa220e\"><strong><span data-css=\"tve-u-1602b324a9b\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"60\">67 E. 3rd Street</span></strong><span data-css=\"tve-u-1602b324a9c\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"59\"> </span><span data-css=\"tve-u-1602b324ab9\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"58\">Suite B New York, NY 10003</span></p></div></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1602be4545b\" style=\"\" wfd-id=\"39\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"41\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1602bfea280\" wfd-id=\"42\">\n<div class=\"tve-content-box-background\" wfd-id=\"50\"></div>\n<div class=\"tve-cb\" wfd-id=\"43\"><div class=\"tcb-clear\" data-css=\"tve-u-1602bfc4bea\" wfd-id=\"47\"><div class=\"thrv_wrapper tve_image_caption tcb-mobile-hidden\" data-css=\"tve-u-1602bec144e\" data-float=\"1\" wfd-id=\"48\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"49\"><img class=\"tve_image wp-image-7370\" alt=\"\" width=\"64\" height=\"64\" title=\"phone\" data-id=\"7370\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/phone.png\" style=\"width: 100%;\"></span></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1602bfc74c3\" wfd-id=\"44\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1602b332fd9\" data-float=\"1\" wfd-id=\"45\"><p><a href=\"tel:#9548481911\" target=\"_blank\"><strong><span data-css=\"tve-u-1602b324a9b\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"46\">954-848-1911</span></strong></a><br></p></div></div></div>\n</div></div></div></div></div></div>\n</div>'),(3102,300,'tve_revision_tve_content_more_found',''),(3103,300,'tve_revision_tve_save_post',''),(3104,300,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Special+Elite:400&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Montserrat:400,200,300&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Amatic+SC:400&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=ABeeZee:400&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-160309b397d\"]::after { clear: both; }[data-css=\"tve-u-160309b344b\"] { position: relative !important; margin-left: 100px !important; }[data-css=\"tve-u-160309b00b4\"] + div { clear: none; }[data-css=\"tve-u-160309b00b4\"] { float: none; width: 60px; position: absolute; margin-bottom: 0px !important; margin-top: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-16030975307\"] { max-width: 75%; margin-left: 80px !important; }[data-css=\"tve-u-1602bfa220e\"] { line-height: 1.85em !important; }[data-css=\"tve-u-1602be7db66\"] { float: left; width: 40px; z-index: 3; position: relative; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1602be56dfc\"]::after { clear: both; }[data-css=\"tve-u-1602be4545b\"] { max-width: 25%; }[data-css=\"tve-u-1602be45437\"] { max-width: 36.4%; }[data-css=\"tve-u-1602be453ec\"] { max-width: 38.6%; }[data-css=\"tve-u-1602b37ce9d\"] > .tcb-flex-col > .tcb-col { justify-content: center; }[data-css=\"tve-u-1602b332fd9\"] { max-width: 264px; position: relative; float: right; z-index: 3; width: 100%; padding-left: 1px !important; margin-top: 1px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1602b324a9c\"] { color: rgb(74, 163, 223) !important; }[data-css=\"tve-u-1602b324a9b\"] { color: rgb(74, 163, 223) !important; }[data-css=\"tve-u-1602b31dfcd\"] { max-width: 1296px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15f76fcb7df\"] { max-width: 100%; }[data-css=\"tve-u-15f0064f814\"] { color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-15ec313e743\"]:hover p, #tve_editor [data-css=\"tve-u-15ec313e743\"]:hover li, #tve_editor [data-css=\"tve-u-15ec313e743\"]:hover blockquote, #tve_editor [data-css=\"tve-u-15ec313e743\"]:hover address { color: rgb(89, 171, 227); }[data-css=\"tve-u-15f003784ab\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15f00369f5e\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15f003655f8\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15f003606db\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15f0034f748\"] { color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-15f002fa8f6\"] { color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-15ec313e743\"] p, #tve_editor [data-css=\"tve-u-15ec313e743\"] li, #tve_editor [data-css=\"tve-u-15ec313e743\"] blockquote, #tve_editor [data-css=\"tve-u-15ec313e743\"] address { font-size: 16px; }[data-css=\"tve-u-15ec313e743\"] { text-align: center; padding-left: 0px !important; margin-left: 0px !important; margin-right: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-15ee121fb1c\"] .tcb-flex-col { flex-basis: 285px !important; }[data-css=\"tve-u-15ec30a8a14\"]::after { clear: both; }#tve_editor [data-css=\"tve-u-15ebe90cfb0\"] { font-size: 96px !important; }[data-css=\"tve-u-15ee1237243\"] { box-shadow: rgba(73, 137, 181, 0.15) -3px 7px 69px 10px; }[data-css=\"tve-u-15ee1232726\"] { box-shadow: rgba(73, 137, 181, 0.15) -3px 7px 69px 10px; }[data-css=\"tve-u-15ee121fb1c\"] > .tcb-flex-col > .tcb-col { min-height: 503px; }[data-css=\"tve-u-15ee1225fdf\"] { box-shadow: rgba(73, 137, 181, 0.15) -3px 7px 69px 10px; }[data-css=\"tve-u-15ee121fb1c\"] { margin-left: -60px; min-height: inherit; }[data-css=\"tve-u-15ee121fb1c\"] > .tcb-flex-col { padding-left: 60px; }[data-css=\"tve-u-15ee121a6d1\"] { float: none; max-width: 1296px; text-align: center; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ee1211b9b\"] { max-width: 1603px; text-align: center; }[data-css=\"tve-u-15ec26fee25\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-15ee106257d\"] { max-width: 100%; }[data-css=\"tve-u-15ec3055cca\"] { max-width: 1370px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ee103f44a\"] { float: none; max-width: 1296px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ee1037a1d\"] { float: none; max-width: 1296px; margin-left: auto !important; margin-right: auto !important; }#tve_editor [data-css=\"tve-u-15ec2ac01df\"]:hover .tcb-button-link { box-shadow: none !important; background-color: rgba(255, 255, 255, 0.91) !important; background-image: none !important; border-radius: 13px !important; overflow: hidden !important; }#tve_editor [data-css=\"tve-u-15ebe91a626\"]:hover .tcb-button-link { box-shadow: rgba(73, 137, 181, 0.25) -3px 7px 73px 18px; border: 0px dashed rgb(255, 255, 255); background-color: rgb(149, 250, 201) !important; font-weight: normal !important; background-image: none !important; }[data-css=\"tve-u-15ebe8a2edd\"] > .tcb-flex-col > .tcb-col { justify-content: center; }[data-css=\"tve-u-15ec3017516\"] { margin-top: 60px !important; padding-bottom: 50px !important; }[data-css=\"tve-u-15ec2b5d54c\"] { margin-top: 83px !important; }[data-css=\"tve-u-15ec2b56fac\"] { opacity: 1; filter: grayscale(0%) blur(0px); background-image: linear-gradient(rgb(0, 0, 0), rgb(0, 0, 0)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-15ec2b54c99\"] { max-width: 1586px; min-height: 100px !important; }[data-css=\"tve-u-15ec2b3b468\"] { box-shadow: rgba(89, 171, 227, 0.15) -3px 7px 69px 10px; margin-top: 0px !important; margin-bottom: 0px !important; margin-left: 38px !important; }[data-css=\"tve-u-15ec2b37666\"] { margin-top: 114px !important; }[data-css=\"tve-u-15ec2b33f06\"] { padding-left: 0px !important; }[data-css=\"tve-u-15ec2b0a32a\"] { margin-top: 70px !important; }[data-css=\"tve-u-15ec2ae8715\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-15ec2afed17\"] { color: rgb(89, 171, 227) !important; }[data-css=\"tve-u-15ec2ae8715\"] { float: none; max-width: 1453px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2acb421\"] { min-height: 162px; }[data-css=\"tve-u-15ec2aafa24\"] { color: rgb(89, 171, 227) !important; }[data-css=\"tve-u-15ec2aaa9a4\"] { float: none; max-width: 1440px; margin-left: auto !important; margin-right: auto !important; margin-top: 25px !important; }#tve_editor [data-css=\"tve-u-15ec2aa8e2e\"] { letter-spacing: 1px; color: rgb(255, 255, 255) !important; font-size: 20px !important; }[data-css=\"tve-u-15ec2a9b8a9\"] { border: none; }[data-css=\"tve-u-15ec2a81a9f\"] { min-height: 162px; }[data-css=\"tve-u-15ec2a80647\"] { float: none; max-width: 97%; margin-left: auto !important; margin-right: auto !important; margin-top: 55px !important; }[data-css=\"tve-u-15ec2a6f589\"] { float: none; max-width: 1440px; margin-top: 55px !important; margin-left: auto !important; margin-right: auto !important; }#tve_editor [data-css=\"tve-u-15ec2a6b447\"] { color: rgb(255, 255, 255) !important; font-size: 45px !important; font-family: \"Special Elite\" !important; font-weight: 400 !important; }[data-css=\"tve-u-15ec2a5bb35\"] { background-image: linear-gradient(rgba(28, 54, 85, 0.5), rgba(28, 54, 85, 0.5)), url(\"https://bestcerakoteflorida.com/wp-content/uploads/2018/05/FTYS6743-1024x683.jpg\") !important; background-size: auto, cover !important; background-position: 0px 0px, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-15ec2a56438\"] { margin-top: 69px !important; }[data-css=\"tve-u-15ec2a5540e\"] { max-width: 100%; text-align: center; min-height: 561px !important; }[data-css=\"tve-u-15ec2a38bfd\"] { margin-right: 0px !important; padding-right: 0px !important; margin-left: 0px !important; }[data-css=\"tve-u-15ec2a33d71\"] { width: 830px; position: relative; top: 0px; left: 40px; z-index: 7; float: none; padding-right: 0px !important; padding-left: 0px !important; }[data-css=\"tve-u-15ec27075e1\"] { border-left: 2px dashed rgb(232, 238, 241); border-top: 1px solid rgb(232, 238, 241); border-bottom: 1px solid rgb(232, 238, 241); }[data-css=\"tve-u-15ec26fee25\"] > .tcb-flex-col > .tcb-col { min-height: 612px; }[data-css=\"tve-u-15ec26fee25\"] { min-height: inherit; margin-left: 0px; padding-top: 0px !important; padding-bottom: 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-15ec26ec232\"] { margin-top: 66px !important; }[data-css=\"tve-u-15ec26e5812\"] { max-width: 100%; min-height: 586px !important; }[data-css=\"tve-u-15ec26c390a\"] { margin-top: 60px !important; }#tve_editor [data-css=\"tve-u-15ec26bd2e8\"] { color: rgb(24, 45, 60) !important; font-size: 70px !important; }[data-css=\"tve-u-15ec26b9914\"] { max-width: 1434px; text-align: center; }[data-css=\"tve-u-15ec26ab7b0\"] { margin-top: 67px !important; }#tve_editor [data-css=\"tve-u-15ec26a92a2\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15ec2698d8d\"] { float: none; max-width: 600px; margin-left: auto !important; margin-right: auto !important; margin-top: 30px !important; }#tve_editor [data-css=\"tve-u-15ec269736c\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15ec269379d\"] { font-size: 45px !important; }[data-css=\"tve-u-15ec268a0a3\"] { font-size: 45px !important; color: rgb(89, 171, 227) !important; }[data-css=\"tve-u-15ec256e611\"] { margin-top: 0px !important; }#tve_editor [data-css=\"tve-u-15ec25610c7\"] { font-size: 40px !important; color: rgb(89, 171, 227) !important; }[data-css=\"tve-u-15ec255fe12\"] { font-family: ABeeZee !important; font-weight: 400 !important; color: rgb(89, 171, 227) !important; font-size: 45px !important; }[data-css=\"tve-u-15ec254985a\"] { margin-right: 0px !important; }[data-css=\"tve-u-15ec253ef3a\"] { text-align: center; background-image: linear-gradient(rgba(24, 45, 60, 0.95), rgba(24, 45, 60, 0.95)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; margin-top: 0px !important; padding-top: 130px !important; padding-bottom: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-15ec253a41f\"] > .tcb-flex-col > .tcb-col { min-height: 661px; }[data-css=\"tve-u-15ec253a41f\"] { min-height: inherit; float: none; max-width: 1474px; z-index: 3; position: relative; padding-top: 0px !important; padding-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; padding-right: 0px !important; }[data-css=\"tve-u-15ec24f97c0\"] { background-image: linear-gradient(rgba(42, 51, 68, 0.1), rgba(42, 51, 68, 0.1)), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/testimonial_bg.jpg\") !important; background-size: auto, cover !important; background-position: 0px 0px, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-15ec24f790d\"] { min-height: 661px !important; }[data-css=\"tve-u-15ec24f494c\"] { margin-top: 60px !important; }[data-css=\"tve-u-15ec24d5e15\"] + div { clear: none; }[data-css=\"tve-u-15ec24d5e15\"] { float: none; width: 65px; margin-left: auto !important; margin-right: auto !important; margin-top: 40px !important; }[data-css=\"tve-u-15ec24ae116\"] + div { clear: none; }[data-css=\"tve-u-15ec24ae116\"] { float: none; width: 73px; margin-left: auto !important; margin-right: auto !important; margin-top: 40px !important; }[data-css=\"tve-u-15ec249b3f6\"] { line-height: 1.9em !important; }[data-css=\"tve-u-15ec2492191\"] { margin-left: 25px !important; margin-right: 25px !important; margin-top: 25px !important; }#tve_editor [data-css=\"tve-u-15ec2487407\"] { text-transform: uppercase !important; color: rgb(135, 156, 171) !important; font-size: 17px !important; }#tve_editor [data-css=\"tve-u-15ec2481d17\"] { font-size: 20px !important; }[data-css=\"tve-u-15ec2477274\"] + div { clear: none; }[data-css=\"tve-u-15ec2477274\"] { float: none; width: 55px; margin-left: auto !important; margin-right: auto !important; margin-top: 40px !important; }[data-css=\"tve-u-15ec2448fdb\"] { float: none; max-width: 1296px; margin-top: 10px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2443105\"] { line-height: 1.8em !important; }[data-css=\"tve-u-15ebea49c0c\"] { float: none; max-width: 1440px; margin-left: auto !important; margin-right: auto !important; margin-top: 0px !important; }#tve_editor [data-css=\"tve-u-15ebea42b31\"] { color: rgb(24, 45, 60) !important; font-size: 70px !important; }[data-css=\"tve-u-15ebea3a693\"] { max-width: 1434px; }#tve_editor [data-css=\"tve-u-15ebe925072\"] { letter-spacing: 0px; font-family: \"Special Elite\" !important; font-weight: 400 !important; font-size: 20px !important; color: rgb(24, 45, 60) !important; }[data-css=\"tve-u-15ebe91a626\"] { display: block; max-width: 423px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ebe91a626\"] .tcb-button-link { border-radius: 200px; min-height: 67.1429px; font-size: 1.6em; padding-top: 0px; padding-bottom: 0px; border: 1px solid rgb(0, 0, 0); box-shadow: rgba(0, 0, 0, 0.4) 0px 3px 8px 1px; background-color: rgb(255, 255, 255) !important; padding-left: 15px !important; background-image: none !important; }[data-css=\"tve-u-15ebe916c34\"] { float: none; z-index: 3; position: relative; width: 100%; max-width: 733px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ebe90cfb0\"] { line-height: 1.1em !important; }[data-css=\"tve-u-15ebe906677\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 669px; margin-left: 50px !important; margin-top: 40px !important; }#tve_editor [data-css=\"tve-u-15ebe905473\"] { font-size: 22px !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15ebe8ee6c0\"]::after { clear: both; }[data-css=\"tve-u-15ebe8edca2\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 722px; padding-left: 0px !important; margin-left: 50px !important; margin-top: 104px !important; }[data-css=\"tve-u-15ebe8abb9e\"] { padding: 0px !important; }[data-css=\"tve-u-15ebe8a4d78\"] { clip-path: url(\"#clip-left-335f47a4c8f92\"); -webkit-clip-path: url(\"#clip-left-335f47a4c8f92\");  }[data-css=\"tve-u-15ebe8a2edd\"] { padding-bottom: 15px !important; padding-top: 15px !important; }[data-css=\"tve-u-15ebe89fb7a\"] { margin-left: -35px !important; }[data-css=\"tve-u-15ebe830a90\"] { clip-path: url(\"#clip-left-bb2526ca261ae\"); -webkit-clip-path: url(\"#clip-left-bb2526ca261ae\");  background-image: linear-gradient(rgb(89, 171, 227), rgb(89, 171, 227)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-15ebe827cb3\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 0px !important; }[data-css=\"tve-u-15ebe80a9a1\"] { min-height: 729px; }[data-css=\"tve-u-15ebe738fb8\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-15ebe738fb8\"] > .tcb-flex-col > .tcb-col { min-height: 729px; }[data-css=\"tve-u-15ebe738fb8\"] { min-height: inherit; margin-left: 0px; padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-15ebe73226c\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/header_image-1.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-15ebe72c974\"] { max-width: 1620px; }[data-css=\"tve-u-15ebe5d7b44\"] { background-image: linear-gradient(rgb(0, 0, 0), rgb(0, 0, 0)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-15ebe51d596\"] { max-width: 100%; min-height: 7px !important; }#tcb_landing_page h3 { font-family: Montserrat; font-weight: 200; font-size: 20px; color: rgb(24, 45, 60); }#tcb_landing_page h2 { font-family: \"Amatic SC\"; font-weight: 400; font-size: 70px; color: rgb(24, 45, 60); }#tcb_landing_page h1 { font-family: \"Amatic SC\"; font-weight: 400; font-size: 96px; color: rgb(255, 255, 255); }#tcb_landing_page p, #tcb_landing_page li { font-family: Montserrat; font-weight: 200; color: rgb(24, 45, 60); font-size: 18px; line-height: 1.667em; }[data-css=\"tve-u-15e09c94f7d\"] { background-color: rgb(255, 255, 255); }[data-css=\"tve-u-15ec256b908\"] { font-family: \"Amatic SC\" !important; font-weight: 400 !important; }[data-css=\"tve-u-15ec26760e9\"] { font-family: ABeeZee !important; font-weight: 400 !important; }[data-css=\"tve-u-15ec2680494\"] { font-family: \"Amatic SC\" !important; font-weight: 400 !important; }#tve_editor [data-css=\"tve-u-15ec2ab1d6d\"] { letter-spacing: 1px; color: rgb(255, 255, 255) !important; font-size: 20px !important; }#tve_editor [data-css=\"tve-u-15ec2ab1d82\"] { letter-spacing: 1px; color: rgb(255, 255, 255) !important; font-size: 20px !important; }[data-css=\"tve-u-15ec2abe257\"] { float: none; z-index: 3; position: relative; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2ac01df\"] { display: block; max-width: 306px; float: none; width: 306px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2ac01df\"] .tcb-button-link { border-radius: 13px; min-height: 67.1429px; font-size: 1.6em; padding: 12px 15px; overflow: hidden; background-color: rgb(255, 255, 255) !important; background-image: none !important; }#tve_editor [data-css=\"tve-u-15ec2af6c4b\"] { color: rgb(24, 45, 60) !important; font-size: 70px !important; }[data-css=\"tve-u-15ec2af6c4e\"] { font-family: \"Amatic SC\" !important; font-weight: 400 !important; }[data-css=\"tve-u-15ec3192f72\"] { margin-left: 25px !important; margin-right: 25px !important; margin-top: 25px !important; }[data-css=\"tve-u-15ec31ba260\"] { float: none; max-width: 1296px; margin-top: 10px !important; margin-left: auto !important; margin-right: auto !important; }#tcb_landing_page a:hover:not(.tcb-button-link) { color: rgb(89, 171, 227); }#tcb_landing_page .tve-state-hovera:not(.tcb-button-link) { color: rgb(89, 171, 227); }#tve_editor [data-css=\"tve-u-160266880a0\"] { color: rgb(255, 255, 255) !important; font-family: Montserrat !important; }[data-css=\"tve-u-1602b324ab9\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1602bec144e\"] { width: 36px; float: left; z-index: 3; position: static; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1602befe215\"] { max-width: 386px; position: relative !important; padding-left: 1px !important; margin-top: 0px !important; margin-left: 50px !important; }[data-css=\"tve-u-160309ddca8\"] + div { clear: none; }[data-css=\"tve-u-160309ddca8\"] { float: none; width: 60px; position: absolute; margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-160309f3e5d\"] { max-width: 75%; margin-left: 80px !important; margin-top: 60px !important; margin-bottom: 40px !important; }[data-css=\"tve-u-160309f6c04\"] { max-width: 75%; margin-left: 80px !important; margin-top: 60px !important; margin-bottom: 80px !important; }[data-css=\"tve-u-16030a013d7\"] + div { clear: none; }[data-css=\"tve-u-16030a013d7\"] { float: none; width: 60px; position: absolute; margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-16030a08afd\"] { position: relative !important; margin-left: 100px !important; }[data-css=\"tve-u-16030a09626\"] { position: relative !important; margin-left: 100px !important; }#tcb_landing_page a.tve-state-hover:not(.tcb-button-link) { color: rgb(89, 171, 227); }[data-css=\"tve-u-165b813034a\"] { border-bottom: 1px solid rgb(255, 255, 255); padding: 0px !important; }#tve_editor [data-css=\"tve-u-165b814869f\"] { font-family: Montserrat; letter-spacing: 0px; font-weight: 400; font-size: 18px !important; color: rgb(24, 45, 60) !important; text-transform: capitalize !important; }[data-css=\"tve-u-165bce18a46\"] { max-width: 73.7%; }[data-css=\"tve-u-165b813034a\"] .tve-page-section-in { display: block; }[data-css=\"tve-u-165bcef972c\"] { max-width: 26.3%; }[data-css=\"tve-u-165bcf2cfcd\"] { width: 335px; }[data-css=\"tve-u-165bcf3f4af\"] { padding-bottom: 0px !important; padding-top: 0px !important; }[data-css=\"tve-u-165bcf40f41\"] { float: none; width: 100%; margin: 0px auto !important; }[data-css=\"tve-u-15ec3152b02\"] { text-align: center; }[data-css=\"tve-u-165bd189801\"] { width: 366px; }[data-css=\"tve-u-165bd25ab3b\"] { font-family: \"Special Elite\" !important; }[data-css=\"tve-u-165bd25b417\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-15ec2ac01df\"] .tcb-button-link { line-height: 1.2em; font-size: 18px; font-family: \"Special Elite\"; font-weight: 400; }}@media (max-width: 1023px){[data-css=\"tve-u-1602b332fd9\"] { float: none; max-width: 121px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1602befe215\"] { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1602b37ce9d\"] .tcb-flex-col { flex-basis: 420px !important; }[data-css=\"tve-u-1602bec144e\"] { float: none; z-index: 3; position: relative; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1602be7db66\"] { float: none; z-index: 3; position: relative; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2a38bfd\"] { text-align: left; }[data-css=\"tve-u-15ec27075e1\"] { margin-top: 0px !important; }[data-css=\"tve-u-15ee1237243\"] { margin-top: 52px !important; }[data-css=\"tve-u-15ee121a6d1\"] { margin-left: 33px !important; margin-right: 33px !important; }[data-css=\"tve-u-15ebe51d596\"] { text-align: left; }[data-css=\"tve-u-15ec2b54c99\"] { text-align: left; }[data-css=\"tve-u-15ec2b3b468\"] { margin-left: 0px !important; margin-top: 20px !important; }[data-css=\"tve-u-15ec2b37666\"] { margin-top: 0px !important; }[data-css=\"tve-u-15ec2a80647\"] { margin-top: 0px !important; padding-left: 10px !important; padding-right: 10px !important; }[data-css=\"tve-u-15ec2a5540e\"] { max-width: 720px; }[data-css=\"tve-u-15ec2a33d71\"] { width: 395px; float: none; z-index: 3; position: relative; margin: 80px auto 0px !important; }[data-css=\"tve-u-15ec26b9914\"] { max-width: 720px; }[data-css=\"tve-u-15ec253ef3a\"] { padding: 25px 10px !important; }[data-css=\"tve-u-15ebea3a693\"] { max-width: 720px; }[data-css=\"tve-u-15ec30a8a14\"]::after { clear: both; }[data-css=\"tve-u-15ebe916c34\"] { max-width: 376px; }[data-css=\"tve-u-15ebe8a2edd\"] > .tcb-flex-col > .tcb-col { justify-content: center; min-height: 91px; }[data-css=\"tve-u-15ec3055cca\"] { text-align: center; margin-top: 0px !important; }[data-css=\"tve-u-15ebe8a2edd\"] { min-height: inherit; float: none; max-width: 100%; padding-top: 0px !important; padding-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ebe830a90\"] { clip-path: url(\"#clip-tablet-left-bb2526ca261ae\"); -webkit-clip-path: url(\"#clip-tablet-left-bb2526ca261ae\");  }[data-css=\"tve-u-15ebe91a626\"] { margin-left: 30px !important; }[data-css=\"tve-u-15ebe906677\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 336px; margin-left: 30px !important; }[data-css=\"tve-u-15ebe8edca2\"] { margin-left: 30px !important; }[data-css=\"tve-u-15ebe89fb7a\"] { margin-left: -35px !important; }[data-css=\"tve-u-15ebe827cb3\"] { max-width: 100%; }#tve_editor [data-css=\"tve-u-15ebe90cfb0\"] { font-size: 84px !important; }}@media (max-width: 767px){[data-css=\"tve-u-160309b344b\"] { margin-left: 10px !important; margin-top: 30px !important; margin-right: 10px !important; }[data-css=\"tve-u-16030a013d7\"] { position: static; }[data-css=\"tve-u-16030a09626\"] { margin-left: 10px !important; margin-top: 30px !important; margin-right: 10px !important; }[data-css=\"tve-u-160309ddca8\"] { position: static; }[data-css=\"tve-u-16030a08afd\"] { margin-left: 10px !important; margin-right: 10px !important; margin-top: 30px !important; }[data-css=\"tve-u-160309b00b4\"] { position: static; }[data-css=\"tve-u-16030975307\"] { max-width: 100%; margin-left: 10px !important; margin-right: 10px !important; }[data-css=\"tve-u-160309f6c04\"] { max-width: 100%; margin-left: 10px !important; margin-right: 10px !important; }[data-css=\"tve-u-160309f3e5d\"] { max-width: 100%; margin-left: 10px !important; margin-right: 10px !important; }[data-css=\"tve-u-15ec2a38bfd\"]::after { clear: both; }[data-css=\"tve-u-1602bfea280\"] { margin-top: 0px !important; margin-bottom: 20px !important; }[data-css=\"tve-u-1602bf25f10\"]::after { clear: both; }[data-css=\"tve-u-1602b332fd9\"] { max-width: 257px; float: left; z-index: 3; position: relative; width: 100%; margin-top: 20px !important; margin-left: 20px !important; }[data-css=\"tve-u-15ec253ef3a\"] { padding-top: 30px !important; padding-bottom: 30px !important; }[data-css=\"tve-u-15ee1237243\"] { margin-top: 25px !important; }[data-css=\"tve-u-15ee1232726\"] { margin-top: 25px !important; }[data-css=\"tve-u-15ec2ae8715\"] { margin-left: -15px; }[data-css=\"tve-u-15ec2ae8715\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-15ec2b33f06\"] { margin-right: 0px !important; }[data-css=\"tve-u-15ec26fee25\"] > .tcb-flex-col > .tcb-col { min-height: 387px; }[data-css=\"tve-u-15ec26fee25\"] { margin-left: 0px; min-height: inherit; }[data-css=\"tve-u-15ec26fee25\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-15ec2a33d71\"] { position: static; margin-bottom: 0px !important; }[data-css=\"tve-u-15ec31ba260\"] { padding-left: 3px !important; padding-right: 3px !important; }[data-css=\"tve-u-15ec253a41f\"] > .tcb-flex-col > .tcb-col { min-height: 27px; }[data-css=\"tve-u-15ec253a41f\"] { margin-left: 0px; min-height: inherit; }[data-css=\"tve-u-15ec253a41f\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-15ec254985a\"] { margin-top: 0px !important; }[data-css=\"tve-u-15ec24f494c\"] { margin-top: 30px !important; }[data-css=\"tve-u-15ec256e611\"] { margin-top: 0px !important; }[data-css=\"tve-u-15ec3192f72\"] { margin-bottom: 32px !important; }[data-css=\"tve-u-15ec318421d\"] { margin-bottom: 34px !important; margin-top: -90px !important; }[data-css=\"tve-u-15ebe738fb8\"] > .tcb-flex-col > .tcb-col { min-height: 554px; }[data-css=\"tve-u-15ebe738fb8\"] { min-height: inherit; padding-bottom: 0px !important; }[data-css=\"tve-u-15ec3017516\"] { margin-top: 0px !important; padding-left: 5px !important; padding-right: 5px !important; }[data-css=\"tve-u-15ebe89fb7a\"] { margin-left: -20px !important; }[data-css=\"tve-u-15ec3055cca\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-15ebe916c34\"] { max-width: 363px; float: none; width: 100%; margin-bottom: 0px !important; padding-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec3152b02\"] { min-height: 226px; }[data-css=\"tve-u-15ebe80a9a1\"] { min-height: 65px; }[data-css=\"tve-u-15ebe91a626\"] { margin-bottom: 0px !important; margin-right: 30px !important; margin-top: 20px !important; }[data-css=\"tve-u-15ebe906677\"] { margin-left: 30px !important; }[data-css=\"tve-u-15ebe8edca2\"] { margin-left: 30px !important; margin-top: 6px !important; }[data-css=\"tve-u-15ebe827cb3\"] { max-width: 100%; margin-top: 35px !important; }[data-css=\"tve-u-15ec313e743\"] { margin-left: 10px !important; margin-right: 10px !important; }[data-css=\"tve-u-1602befe215\"] { max-width: 257px; float: left; z-index: 3; position: relative; width: 100%; margin-top: 20px !important; margin-left: 20px !important; }[data-css=\"tve-u-15ebe73226c\"] { height: calc(100% - 33px); margin-top: 70px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-15ebe91a626\"] .tcb-button-link { padding-right: 10px !important; padding-left: 10px !important; }[data-css=\"tve-u-15ebe827cb3\"] > .tve-cb { display: block; }[data-css=\"tve-u-15ec2a9b8a9\"] { border: none; }[data-css=\"tve-u-15ec2a56438\"] { border: none; }}'),(3105,300,'tve_revision_tve_user_custom_css','.thrv_text_element p {margin:0;}\n.thrv_heading h1,h2,h3 {margin:0;}'),(3106,300,'tve_revision_tve_page_events','a:0:{}'),(3107,300,'tve_revision_tve_globals','a:4:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";s:11:\"extra_icons\";a:1:{i:0;a:3:{s:11:\"font-family\";s:25:\"tve-ff-6797-59f9979fd5998\";s:3:\"css\";s:87:\"http://lp-build.thrivethemes.com/wp-content/uploads/tve-ff-6797-59f9979fd5998/style.css\";s:6:\"folder\";s:92:\"/home/thrivedevbitston/public_html/landingpages/wp-content/uploads/tve-ff-6797-59f9979fd5998\";}}s:6:\"lb_map\";a:1:{i:6808;s:3:\"265\";}s:8:\"font_cls\";a:0:{}}'),(3108,300,'tve_revision_tve_global_scripts',''),(3109,300,'tve_revision_thrive_icon_pack','0'),(3110,300,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(3111,300,'tve_revision_tve_has_masonry','0'),(3112,300,'tve_revision_tve_has_typefocus','0'),(3113,300,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-165b813034a\" wfd-id=\"223\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ebe5d7b44\" wfd-id=\"247\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ebe51d596\" wfd-id=\"224\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15ec3055cca\" wfd-id=\"225\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized\" data-css=\"tve-u-15ebe8a2edd\" wfd-id=\"226\"><div class=\"tcb-flex-col\" data-css=\"tve-u-165bcef972c\" style=\"\" wfd-id=\"237\"><div class=\"tcb-col\" wfd-id=\"239\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-165bcf40f41\" wfd-id=\"240\"><div class=\"tcb-flex-row tcb--cols--1\" data-css=\"tve-u-165bcf3f4af\" wfd-id=\"241\"><div class=\"tcb-flex-col\" wfd-id=\"242\"><div class=\"tcb-col\" wfd-id=\"244\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-165bcf2cfcd\" wfd-id=\"245\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"246\"><img class=\"tve_image wp-image-290\" alt=\"\" width=\"751\" height=\"102\" title=\"Logo\" data-id=\"290\" src=\"//bestcerakoteflorida.com/wp-content/uploads/2018/09/Logo.png\" style=\"width: 100%;\"></span></div></div></div></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-165bce18a46\" style=\"\" wfd-id=\"227\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec313e743\" data-tcb_hover_state_parent=\"\" wfd-id=\"229\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" wfd-id=\"230\"><p data-css=\"tve-u-15f002fa8f6\"><span data-css=\"tve-u-15f0034f748\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"236\"><a href=\"#whatwedo\">What We Do</a></span>&nbsp; &nbsp; <span data-css=\"tve-u-15f003606db\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"235\"><a href=\"#testimonials\">Testimonials</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f003655f8\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"234\"><a href=\"#aboutus\">About Us</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f00369f5e\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"233\"><a href=\"#getyourcoupon\">Get Your Coupon</a></span>&nbsp; &nbsp; <span data-css=\"tve-u-15f0064f814\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"232\"><a href=\"#areaweserve\">Area We Serve</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f003784ab\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"231\"><a href=\"#contact\">Contact</a></span></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ebe8abb9e\" wfd-id=\"197\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ebe8a4d78\" data-clip-id=\"335f47a4c8f92\" wfd-id=\"222\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-left-335f47a4c8f92\" class=\"decoration-clip clip-path-left\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" pointer-width=\"6\" pointer-height=\"2.5\" style=\"curves\" decoration-type=\"none\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon><ellipse cx=\"0.025\" cy=\"0.029412\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.08823600000000001\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.14706\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.205884\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.264708\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.323532\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.38235600000000003\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.44118\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.500004\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.558828\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.617652\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.676476\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.7353000000000001\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.794124\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.852948\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.911772\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.970596\" rx=\"0.025\" ry=\"0.029412\"></ellipse></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ebe72c974\" wfd-id=\"198\"><div class=\"thrv_wrapper thrv-columns tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec318421d\" wfd-id=\"199\"><div class=\"tcb-flex-row tcb--cols--2 v-2\" data-css=\"tve-u-15ebe738fb8\" wfd-id=\"200\"><div class=\"tcb-flex-col\" wfd-id=\"219\"><div class=\"tcb-col\" data-css=\"tve-u-15ebe73226c\" wfd-id=\"221\"></div></div><div class=\"tcb-flex-col\" wfd-id=\"201\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ebe89fb7a\" wfd-id=\"203\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ebe827cb3\" wfd-id=\"204\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15ebe830a90\" data-clip-id=\"bb2526ca261ae\" wfd-id=\"218\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-left-bb2526ca261ae\" class=\"decoration-clip clip-path-left\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"none\" pointer-width=\"5.7\" pointer-height=\"2.5\" style=\"curves\" slanted-angle=\"5\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon><ellipse cx=\"0.025\" cy=\"0.027778\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.083334\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.13889\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.194446\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.250002\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.305558\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.361114\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.41667\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.47222600000000003\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.527782\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.583338\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.638894\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.69445\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.7500060000000001\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.805562\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.861118\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.916674\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.97223\" rx=\"0.025\" ry=\"0.027778\"></ellipse></clipPath><clipPath id=\"clip-tablet-left-bb2526ca261ae\" class=\"decoration-clip clip-path-tablet-left\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"divider\" pointer-width=\"5.7\" pointer-height=\"4\" style=\"curves\" slanted-angle=\"5\"><polygon points=\"0.04 0, 0.04 1, 1 1, 1 0\"></polygon><ellipse cx=\"0.04\" cy=\"0.027778\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.083334\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.13889\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.194446\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.250002\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.305558\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.361114\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.41667\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.47222600000000003\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.527782\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.583338\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.638894\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.69445\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.7500060000000001\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.805562\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.861118\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.916674\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.97223\" rx=\"0.04\" ry=\"0.027778\"></ellipse></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ebe80a9a1\" wfd-id=\"205\"><div class=\"tcb-clear\" data-css=\"tve-u-15ebe8ee6c0\" wfd-id=\"214\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15ebe8edca2\" data-tag=\"h1\" wfd-id=\"215\"><h1 data-css=\"tve-u-15ebe90cfb0\">Happy dogs =<br>â€‹â€‹â€‹â€‹â€‹happâ€‹â€‹â€‹â€‹y owners</h1></div></div><div class=\"tcb-clear\" data-css=\"tve-u-15ec30a8a14\" wfd-id=\"212\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ebe906677\" wfd-id=\"213\"><p data-css=\"tve-u-15ebe905473\">Offer your dog a premium walking experience</p></div></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ebe916c34\" wfd-id=\"206\">\n<div class=\"tve-content-box-background\" wfd-id=\"211\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ec3152b02\" wfd-id=\"207\"><div class=\"thrv_wrapper thrv-button tve_ea_thrive_lightbox\" data-css=\"tve-u-15ebe91a626\" data-tcb_hover_state_parent=\"false\" data-button-style=\"full_rounded\" wfd-id=\"208\">\n<a href=\"#\" class=\"tcb-button-link tve_evt_manager_listen tve_et_click\" data-tcb-events=\"__TCB_EVENT_[{&quot;config&quot;:{&quot;l_anim&quot;:&quot;zoom_in&quot;,&quot;l_id&quot;:265},&quot;a&quot;:&quot;thrive_lightbox&quot;,&quot;t&quot;:&quot;click&quot;}]_TNEVE_BCT__\">\n<span class=\"tcb-button-texts\" wfd-id=\"209\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-165b814869f\" wfd-id=\"210\">Get 10% OFF Your First Cerakote Project</span></span>\n</a>\n</div></div>\n</div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec3017516\" wfd-id=\"192\">\n<div class=\"tve-page-section-out\" wfd-id=\"196\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ebea3a693\" wfd-id=\"193\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15ebea49c0c\" id=\"whatwedo\" data-tag=\"h1\" wfd-id=\"195\"><h1 data-css=\"tve-u-15ebea42b31\" style=\"text-align: center;\">What We Do</h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2448fdb\" wfd-id=\"194\"><p data-css=\"tve-u-15ec2443105\" style=\"text-align: center;\">Our goal is to make sure the owners are comforted, the pups are exercised and happy and that we are getting our own puppy fixes. But letâ€™s be honest- itâ€™s their world, weâ€™re just living in it! As a small team of experienced dog owners and lovers, we really get to know you and your dog and we canguarantee consistent and personal care that is equal to your love and attention. We are so excited to make you a part of the family!</p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" wfd-id=\"163\">\n<div class=\"tve-page-section-out\" wfd-id=\"191\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ee1211b9b\" wfd-id=\"164\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15ee121a6d1\" wfd-id=\"165\"><div class=\"tcb-flex-row tcb--cols--3 tcb-medium-wrap\" data-css=\"tve-u-15ee121fb1c\" wfd-id=\"166\"><div class=\"tcb-flex-col\" wfd-id=\"183\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ee1225fdf\" wfd-id=\"185\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec2477274\" wfd-id=\"189\"><span class=\"tve_image_frame\" wfd-id=\"190\"><img class=\"tve_image wp-image-1596\" alt=\"\" width=\"55\" height=\"73\" title=\"what_do_icon_01\" data-id=\"1596\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_01.png\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"188\"><p data-css=\"tve-u-15ec2481d17\"><strong>First Class Care</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"187\"><p data-css=\"tve-u-15ec2487407\">all the best for them</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2492191\" wfd-id=\"186\"><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"175\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ee1232726\" wfd-id=\"177\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec24ae116\" wfd-id=\"181\"><span class=\"tve_image_frame\" wfd-id=\"182\"><img class=\"tve_image wp-image-1597\" alt=\"\" width=\"73\" height=\"73\" title=\"what_do_icon_02\" data-id=\"1597\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_02.png\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"180\"><p data-css=\"tve-u-15ec2481d17\"><strong>Snacks Included</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"179\"><p data-css=\"tve-u-15ec2487407\">for your little one</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec3192f72\" wfd-id=\"178\"><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"167\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ee1237243\" wfd-id=\"169\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec24d5e15\" wfd-id=\"173\"><span class=\"tve_image_frame\" wfd-id=\"174\"><img class=\"tve_image wp-image-1598\" alt=\"\" width=\"65\" height=\"73\" title=\"what_do_icon_03\" data-id=\"1598\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_03.png\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"172\"><p data-css=\"tve-u-15ec2481d17\"><strong>Regularly walks</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"171\"><p data-css=\"tve-u-15ec2487407\">to keep them ealthy</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2492191\" wfd-id=\"170\"><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris.</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-15ec24f494c\" id=\"testimonials\" style=\"\" wfd-id=\"143\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ec24f97c0\" wfd-id=\"162\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec24f790d\" wfd-id=\"144\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15ec254985a\" style=\"\" wfd-id=\"145\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-15ec253a41f\" wfd-id=\"146\"><div class=\"tcb-flex-col\" wfd-id=\"150\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec253ef3a\" style=\"\" wfd-id=\"152\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec256e611\" style=\"\" wfd-id=\"155\"><p data-css=\"tve-u-15ec25610c7\"><span data-css=\"tve-u-15ec268a0a3\" style=\"font-size: 45px; color: rgb(89, 171, 227);\" wfd-id=\"160\"><span data-css=\"tve-u-15ec26760e9\" style=\"font-family: ABeeZee;\" wfd-id=\"161\">â€</span></span><span data-css=\"tve-u-15ec256b908\" style=\"font-family: &quot;Amatic SC&quot;;\" wfd-id=\"159\">&nbsp; &nbsp; &nbsp;</span><span data-css=\"tve-u-15ec2680494\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"157\"><span data-css=\"tve-u-15ec269379d\" style=\"font-size: 45px;\" wfd-id=\"158\">my chester enjoys being with them!</span> &nbsp; &nbsp;&nbsp;</span><span data-css=\"tve-u-15ec255fe12\" style=\"font-family: ABeeZee; font-weight: 400; color: rgb(89, 171, 227); font-size: 45px;\" wfd-id=\"156\">â€</span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2698d8d\" wfd-id=\"154\"><p data-css=\"tve-u-160266880a0\">We LOVE going for walks with our friends at Paw! Donâ€™t tell our mom &amp; dad,but we get really excited when they leave for work because we know it wonâ€™t be long before we get a visit from one of our favorite friends at PawCity! Best part is, they always let our parents know how ourwalk went right away so they dont have to worry about us!</p><p data-css=\"tve-u-15ec269736c\">We love you PawCity!! xoxo</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec26ab7b0\" style=\"\" wfd-id=\"153\"><p data-css=\"tve-u-15ec26a92a2\"><strong>Anna Olson</strong>, Chesterâ€™s Mom</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"147\"><div class=\"tcb-col\" wfd-id=\"149\"></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec26c390a\" id=\"aboutus\" wfd-id=\"138\">\n<div class=\"tve-page-section-out\" wfd-id=\"142\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec26b9914\" wfd-id=\"139\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15ee1037a1d\" data-tag=\"h1\" wfd-id=\"141\"><h1 data-css=\"tve-u-15ec26bd2e8\">About us</h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec31ba260\" wfd-id=\"140\"><p data-css=\"tve-u-15ec2443105\" style=\"text-align: center;\">At PawCity, we lead lives full of the unconditional love and happiness we receive from the furballs we get to spend time with everyday and we have this beautiful city and all the beautiful people in it to thank. We love you and your pups!!</p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec26ec232\" wfd-id=\"107\">\n<div class=\"tve-page-section-out\" wfd-id=\"137\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec26e5812\" wfd-id=\"108\"><div class=\"thrv_wrapper thrv-columns tcb-window-width\" style=\"width: 1603px; left: -1px;\" data-css=\"tve-u-15ee106257d\" wfd-id=\"109\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2\" data-css=\"tve-u-15ec26fee25\" wfd-id=\"110\"><div class=\"tcb-flex-col c-33\" wfd-id=\"132\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec2a38bfd\" wfd-id=\"134\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec2a33d71\" wfd-id=\"135\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"136\"><img class=\"tve_image wp-image-7399\" alt=\"\" width=\"830\" height=\"775\" title=\"about_us_dog\" data-id=\"7399\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/about_us_dog.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col c-66\" wfd-id=\"111\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec27075e1\" wfd-id=\"113\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160309f3e5d\" wfd-id=\"126\">\n<div class=\"tve-content-box-background\" wfd-id=\"131\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160309b397d\" wfd-id=\"127\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-160309b00b4\" data-float=\"1\" wfd-id=\"129\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"130\"><img class=\"tve_image wp-image-7404\" alt=\"\" width=\"64\" height=\"64\" title=\"dog_paw\" data-id=\"7404\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/dog_paw.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16030a08afd\" wfd-id=\"128\"><p>We moved to New York City with our black bulldog rescue, Blakely, in 2007 after graduating from the University of Maryland. Immediately, we realized what a dog-crazy place it was.</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160309f6c04\" wfd-id=\"120\">\n<div class=\"tve-content-box-background\" wfd-id=\"125\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160309b397d\" wfd-id=\"121\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-160309ddca8\" data-float=\"1\" wfd-id=\"123\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"124\"><img class=\"tve_image wp-image-7403\" alt=\"\" width=\"64\" height=\"64\" title=\"dog_house\" data-id=\"7403\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/dog_house.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16030a09626\" wfd-id=\"122\"><p>We knew right away that we wanted to work with the animals that we loved and that had given us so much love since we were little girls. We started PawCity Dog Walking in July of 2010.</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16030975307\" wfd-id=\"114\">\n<div class=\"tve-content-box-background\" wfd-id=\"119\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160309b397d\" wfd-id=\"115\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16030a013d7\" data-float=\"1\" wfd-id=\"117\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"118\"><img class=\"tve_image wp-image-7405\" alt=\"\" width=\"64\" height=\"64\" title=\"spinning_wheel\" data-id=\"7405\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/spinning_wheel.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160309b344b\" wfd-id=\"116\"><p>We cover the entire width of the East Side, from 96th Street to Delancey and handle every type of personality imaginable. At PawCity, we lead lives full of the unconditional love and happiness we receive from the furballs we get to spend time with everyday.</p></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" data-css=\"tve-u-15ec2a56438\" style=\"width: 1603px; left: 0px;\" id=\"getyourcoupon\" wfd-id=\"87\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ec2a5bb35\" wfd-id=\"106\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec2a5540e\" wfd-id=\"88\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ec2a80647\" wfd-id=\"89\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15ec2a9b8a9\" wfd-id=\"105\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ec2a81a9f\" wfd-id=\"90\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2a6f589\" wfd-id=\"103\"><p data-css=\"tve-u-15ec2a6b447\"><span data-css=\"tve-u-15ec2a6d9d8\" wfd-id=\"104\"><strong>Get Your Coupon</strong></span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2aaa9a4\" wfd-id=\"97\"><p data-css=\"tve-u-15ec2ab1d6d\"><span data-css=\"tve-u-165bd25b417\" style=\"font-size: 18px;\" wfd-id=\"101\"><span data-css=\"tve-u-165bd25ab3b\" style=\"font-family: \'Special Elite\';\" wfd-id=\"102\">We strive to keep both you and your pup as happy and comfortable as possible while youâ€™re out earning those big bucks.</span></span></p><p data-css=\"tve-u-15ec2ab1d82\"><br></p><p data-css=\"tve-u-15ec2aa8e2e\"><strong>Get <span data-css=\"tve-u-15ec2aafa24\" style=\"color: rgb(89, 171, 227);\" wfd-id=\"100\">20%</span> off your first walk. Enter your email and we\'ll send you your coupon.</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ec2abe257\" wfd-id=\"91\">\n<div class=\"tve-content-box-background\" wfd-id=\"96\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ec2acb421\" wfd-id=\"92\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-15ec2ac01df\" data-tcb_hover_state_parent=\"false\" data-button-style=\"full_rounded\" data-button-size=\"s\" wfd-id=\"93\">\n<a href=\"\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"94\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-15ebe925072\" wfd-id=\"95\">Get Your Coupon Now</span></span>\n</a>\n</div></div>\n</div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-15ec2b0a32a\" id=\"areaweserve\" wfd-id=\"71\">\n<div class=\"tve-page-section-out\" wfd-id=\"86\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15f76fcb7df\" wfd-id=\"72\"><div class=\"thrv_wrapper thrv-columns\" style=\"\" data-css=\"tve-u-15ee103f44a\" wfd-id=\"73\"><div class=\"tcb-flex-row tcb--cols--2 tcb-medium-wrap\" data-css=\"tve-u-15ec2ae8715\" wfd-id=\"74\"><div class=\"tcb-flex-col c-33\" wfd-id=\"79\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec2b37666\" wfd-id=\"81\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"84\"><p data-css=\"tve-u-15ec2af6c4b\"><span data-css=\"tve-u-15ec2af6c4e\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"85\">area we serve</span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"82\"><p>As a small team of experienced dog owners and lovers, we really get to know you and your dog and we canguarantee consistent and personal care that is equal to your love and attention.</p><p><br></p><p><strong><span data-css=\"tve-u-15ec2afed17\" style=\"color: rgb(89, 171, 227);\" wfd-id=\"83\">We are so excited to make you a part of the family!</span></strong></p></div></div></div><div class=\"tcb-flex-col c-66\" wfd-id=\"75\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec2b33f06\" wfd-id=\"77\"><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-15ec2b3b468\" wfd-id=\"78\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=blakely, united states&amp;t=m&amp;z=11&amp;output=embed&amp;iwloc=near\"></iframe>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" data-css=\"tve-u-15ec2b5d54c\" style=\"width: 1603px; left: 0px;\" id=\"contact\" wfd-id=\"35\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ec2b56fac\" wfd-id=\"70\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec2b54c99\" wfd-id=\"36\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1602b31dfcd\" wfd-id=\"37\"><div class=\"tcb-flex-row tcb-resized tcb-medium-wrap tcb--cols--3\" data-css=\"tve-u-1602b37ce9d\" wfd-id=\"38\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1602be453ec\" style=\"\" wfd-id=\"65\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"67\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-165bd189801\" wfd-id=\"68\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"69\"><img class=\"tve_image wp-image-290\" alt=\"Blackhawk Custom Cerakote\" width=\"751\" height=\"102\" title=\"Logo\" data-id=\"290\" src=\"//bestcerakoteflorida.com/wp-content/uploads/2018/09/Logo.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1602be45437\" style=\"\" wfd-id=\"51\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1602be56dfc\" wfd-id=\"53\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1602bfebaf9\" wfd-id=\"54\">\n<div class=\"tve-content-box-background\" wfd-id=\"64\"></div>\n<div class=\"tve-cb\" wfd-id=\"55\"><div class=\"tcb-clear\" data-css=\"tve-u-1602bf36e2c\" wfd-id=\"61\"><div class=\"thrv_wrapper tve_image_caption tcb-mobile-hidden\" data-css=\"tve-u-1602be7db66\" data-float=\"1\" wfd-id=\"62\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"63\"><img class=\"tve_image wp-image-7369\" alt=\"\" width=\"64\" height=\"64\" title=\"location\" data-id=\"7369\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/location.png\" style=\"width: 100%;\"></span></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1602bf25f10\" wfd-id=\"56\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1602befe215\" wfd-id=\"57\"><p data-css=\"tve-u-1602bfa220e\"><strong><span data-css=\"tve-u-1602b324a9b\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"60\">67 E. 3rd Street</span></strong><span data-css=\"tve-u-1602b324a9c\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"59\"> </span><span data-css=\"tve-u-1602b324ab9\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"58\">Suite B New York, NY 10003</span></p></div></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1602be4545b\" style=\"\" wfd-id=\"39\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"41\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1602bfea280\" wfd-id=\"42\">\n<div class=\"tve-content-box-background\" wfd-id=\"50\"></div>\n<div class=\"tve-cb\" wfd-id=\"43\"><div class=\"tcb-clear\" data-css=\"tve-u-1602bfc4bea\" wfd-id=\"47\"><div class=\"thrv_wrapper tve_image_caption tcb-mobile-hidden\" data-css=\"tve-u-1602bec144e\" data-float=\"1\" wfd-id=\"48\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"49\"><img class=\"tve_image wp-image-7370\" alt=\"\" width=\"64\" height=\"64\" title=\"phone\" data-id=\"7370\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/phone.png\" style=\"width: 100%;\"></span></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1602bfc74c3\" wfd-id=\"44\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1602b332fd9\" data-float=\"1\" wfd-id=\"45\"><p><a href=\"tel:#9548481911\" target=\"_blank\"><strong><span data-css=\"tve-u-1602b324a9b\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"46\">954-848-1911</span></strong></a><br></p></div></div></div>\n</div></div></div></div></div></div>\n</div>'),(3114,300,'tve_revision_tve_has_wistia_popover','0'),(3121,301,'tve_revision_tve_user_custom_css','.thrv_text_element p {margin:0;}\n.thrv_heading h1,h2,h3 {margin:0;}'),(3122,301,'tve_revision_tve_page_events','a:0:{}'),(3123,301,'tve_revision_tve_globals','a:4:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";s:11:\"extra_icons\";a:1:{i:0;a:3:{s:11:\"font-family\";s:25:\"tve-ff-6797-59f9979fd5998\";s:3:\"css\";s:87:\"http://lp-build.thrivethemes.com/wp-content/uploads/tve-ff-6797-59f9979fd5998/style.css\";s:6:\"folder\";s:92:\"/home/thrivedevbitston/public_html/landingpages/wp-content/uploads/tve-ff-6797-59f9979fd5998\";}}s:6:\"lb_map\";a:1:{i:6808;s:3:\"265\";}s:8:\"font_cls\";a:0:{}}'),(3124,301,'tve_revision_tve_global_scripts',''),(3125,301,'tve_revision_thrive_icon_pack','0'),(3126,301,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(3127,301,'tve_revision_tve_has_masonry','0'),(3128,301,'tve_revision_tve_has_typefocus','0'),(3129,301,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-165b813034a\" wfd-id=\"185\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ebe5d7b44\" wfd-id=\"209\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ebe51d596\" wfd-id=\"186\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15ec3055cca\" wfd-id=\"187\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized\" data-css=\"tve-u-15ebe8a2edd\" wfd-id=\"188\"><div class=\"tcb-flex-col\" data-css=\"tve-u-165bcef972c\" style=\"\" wfd-id=\"199\"><div class=\"tcb-col\" wfd-id=\"201\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-165bcf40f41\" wfd-id=\"202\"><div class=\"tcb-flex-row tcb--cols--1\" data-css=\"tve-u-165bcf3f4af\" wfd-id=\"203\"><div class=\"tcb-flex-col\" wfd-id=\"204\"><div class=\"tcb-col\" wfd-id=\"206\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-165bcf2cfcd\" wfd-id=\"207\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"208\"><img class=\"tve_image wp-image-290\" alt=\"\" width=\"751\" height=\"102\" title=\"Logo\" data-id=\"290\" src=\"//bestcerakoteflorida.com/wp-content/uploads/2018/09/Logo.png\" style=\"width: 100%;\"></span></div></div></div></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-165bce18a46\" style=\"\" wfd-id=\"189\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec313e743\" data-tcb_hover_state_parent=\"\" wfd-id=\"191\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" wfd-id=\"192\"><p data-css=\"tve-u-15f002fa8f6\"><span data-css=\"tve-u-15f0034f748\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"198\"><a href=\"#whatwedo\">What We Do</a></span>&nbsp; &nbsp; <span data-css=\"tve-u-15f003606db\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"197\"><a href=\"#testimonials\">Testimonials</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f003655f8\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"196\"><a href=\"#aboutus\">About Us</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f00369f5e\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"195\"><a href=\"#getyourcoupon\">Get Your Coupon</a></span>&nbsp; &nbsp; <span data-css=\"tve-u-15f0064f814\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"194\"><a href=\"#areaweserve\">Area We Serve</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f003784ab\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"193\"><a href=\"#contact\">Contact</a></span></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ebe8abb9e\" wfd-id=\"155\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ebe8a4d78\" data-clip-id=\"335f47a4c8f92\" wfd-id=\"184\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-left-335f47a4c8f92\" class=\"decoration-clip clip-path-left\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" pointer-width=\"6\" pointer-height=\"2.5\" style=\"curves\" decoration-type=\"none\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon><ellipse cx=\"0.025\" cy=\"0.029412\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.08823600000000001\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.14706\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.205884\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.264708\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.323532\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.38235600000000003\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.44118\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.500004\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.558828\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.617652\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.676476\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.7353000000000001\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.794124\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.852948\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.911772\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.970596\" rx=\"0.025\" ry=\"0.029412\"></ellipse></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ebe72c974\" wfd-id=\"156\"><div class=\"thrv_wrapper thrv-columns tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec318421d\" wfd-id=\"157\"><div class=\"tcb-flex-row tcb--cols--2 v-2\" data-css=\"tve-u-15ebe738fb8\" wfd-id=\"158\"><div class=\"tcb-flex-col\" wfd-id=\"181\"><div class=\"tcb-col\" data-css=\"tve-u-15ebe73226c\" wfd-id=\"183\"></div></div><div class=\"tcb-flex-col\" wfd-id=\"159\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ebe89fb7a\" wfd-id=\"161\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ebe827cb3\" wfd-id=\"162\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15ebe830a90\" data-clip-id=\"bb2526ca261ae\" wfd-id=\"180\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-left-bb2526ca261ae\" class=\"decoration-clip clip-path-left\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"none\" pointer-width=\"5.7\" pointer-height=\"2.5\" style=\"curves\" slanted-angle=\"5\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon><ellipse cx=\"0.025\" cy=\"0.027778\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.083334\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.13889\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.194446\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.250002\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.305558\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.361114\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.41667\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.47222600000000003\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.527782\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.583338\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.638894\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.69445\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.7500060000000001\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.805562\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.861118\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.916674\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.97223\" rx=\"0.025\" ry=\"0.027778\"></ellipse></clipPath><clipPath id=\"clip-tablet-left-bb2526ca261ae\" class=\"decoration-clip clip-path-tablet-left\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"divider\" pointer-width=\"5.7\" pointer-height=\"4\" style=\"curves\" slanted-angle=\"5\"><polygon points=\"0.04 0, 0.04 1, 1 1, 1 0\"></polygon><ellipse cx=\"0.04\" cy=\"0.027778\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.083334\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.13889\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.194446\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.250002\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.305558\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.361114\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.41667\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.47222600000000003\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.527782\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.583338\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.638894\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.69445\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.7500060000000001\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.805562\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.861118\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.916674\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.97223\" rx=\"0.04\" ry=\"0.027778\"></ellipse></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ebe80a9a1\" wfd-id=\"163\"><div class=\"tcb-clear\" data-css=\"tve-u-15ebe8ee6c0\" wfd-id=\"172\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15ebe8edca2\" data-tag=\"h1\" wfd-id=\"173\"><h1 data-css=\"tve-u-15ebe90cfb0\">Happy dogs =<br>â€‹â€‹â€‹â€‹â€‹happâ€‹â€‹â€‹â€‹y owners</h1></div></div><div class=\"tcb-clear\" data-css=\"tve-u-15ec30a8a14\" wfd-id=\"170\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ebe906677\" wfd-id=\"171\"><p data-css=\"tve-u-15ebe905473\">Offer your dog a premium walking experience</p></div></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ebe916c34\" wfd-id=\"164\">\n<div class=\"tve-content-box-background\" wfd-id=\"169\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ec3152b02\" wfd-id=\"165\"><div class=\"thrv_wrapper thrv-button tve_ea_thrive_lightbox\" data-css=\"tve-u-15ebe91a626\" data-tcb_hover_state_parent=\"false\" data-button-style=\"full_rounded\" wfd-id=\"166\">\n<a href=\"#\" class=\"tcb-button-link tve_evt_manager_listen tve_et_click\" data-tcb-events=\"__TCB_EVENT_[{&quot;config&quot;:{&quot;l_anim&quot;:&quot;zoom_in&quot;,&quot;l_id&quot;:265},&quot;a&quot;:&quot;thrive_lightbox&quot;,&quot;t&quot;:&quot;click&quot;}]_TNEVE_BCT__\">\n<span class=\"tcb-button-texts\" wfd-id=\"167\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-165b814869f\" wfd-id=\"168\">Get 10% OFF Your First Cerakote Project</span></span>\n</a>\n</div></div>\n</div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-165bd56fa40\" wfd-id=\"152\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-165bd56ceb1\" wfd-id=\"154\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-165bd569a55\" wfd-id=\"153\"></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec3017516\" wfd-id=\"141\">\n<div class=\"tve-page-section-out\" wfd-id=\"151\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ebea3a693\" wfd-id=\"142\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15ebea49c0c\" id=\"whatwedo\" data-tag=\"h1\" wfd-id=\"148\"><h1 data-css=\"tve-u-15ebea42b31\" style=\"text-align: center;\">What We Do</h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2448fdb\" wfd-id=\"143\"><p data-css=\"tve-u-15ec2443105\" style=\"text-align: center;\">Our goal is to make sure the owners are comforted, the pups are exercised and happy and that we are getting our own puppy fixes. But letâ€™s be honest- itâ€™s their world, weâ€™re just living in it! As a small team of experienced dog owners and lovers, we really get to know you and your dog and we canguarantee consistent and personal care that is equal to your love and attention. We are so excited to make you a part of the family!</p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-15ec24f494c\" id=\"testimonials\" style=\"\" wfd-id=\"113\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ec24f97c0\" wfd-id=\"140\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec24f790d\" wfd-id=\"114\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15ec254985a\" style=\"\" wfd-id=\"115\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-15ec253a41f\" wfd-id=\"116\"><div class=\"tcb-flex-col\" wfd-id=\"120\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec253ef3a\" style=\"\" wfd-id=\"122\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec256e611\" style=\"\" wfd-id=\"131\"><p data-css=\"tve-u-15ec25610c7\"><span data-css=\"tve-u-15ec268a0a3\" style=\"font-size: 45px; color: rgb(89, 171, 227);\" wfd-id=\"138\"><span data-css=\"tve-u-15ec26760e9\" style=\"font-family: ABeeZee;\" wfd-id=\"139\">â€</span></span><span data-css=\"tve-u-15ec256b908\" style=\"font-family: &quot;Amatic SC&quot;;\" wfd-id=\"137\">&nbsp; &nbsp; &nbsp;</span><span data-css=\"tve-u-15ec2680494\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"135\"><span data-css=\"tve-u-15ec269379d\" style=\"font-size: 45px;\" wfd-id=\"136\">my chester enjoys being with them!</span> &nbsp; &nbsp;&nbsp;</span><span data-css=\"tve-u-15ec255fe12\" style=\"font-family: ABeeZee; font-weight: 400; color: rgb(89, 171, 227); font-size: 45px;\" wfd-id=\"134\">â€</span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2698d8d\" wfd-id=\"126\"><p data-css=\"tve-u-160266880a0\">We LOVE going for walks with our friends at Paw! Donâ€™t tell our mom &amp; dad,but we get really excited when they leave for work because we know it wonâ€™t be long before we get a visit from one of our favorite friends at PawCity! Best part is, they always let our parents know how ourwalk went right away so they dont have to worry about us!</p><p data-css=\"tve-u-15ec269736c\">We love you PawCity!! xoxo</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec26ab7b0\" style=\"\" wfd-id=\"123\"><p data-css=\"tve-u-15ec26a92a2\"><strong>Anna Olson</strong>, Chesterâ€™s Mom</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"117\"><div class=\"tcb-col\" wfd-id=\"119\"></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec26ec232\" wfd-id=\"78\">\n<div class=\"tve-page-section-out\" wfd-id=\"112\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec26e5812\" wfd-id=\"79\"><div class=\"thrv_wrapper thrv-columns tcb-window-width\" style=\"width: 1603px; left: -1px;\" data-css=\"tve-u-15ee106257d\" wfd-id=\"80\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2\" data-css=\"tve-u-15ec26fee25\" wfd-id=\"81\"><div class=\"tcb-flex-col c-33\" wfd-id=\"107\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec2a38bfd\" wfd-id=\"109\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec2a33d71\" wfd-id=\"110\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"111\"><img class=\"tve_image wp-image-7399\" alt=\"\" width=\"830\" height=\"775\" title=\"about_us_dog\" data-id=\"7399\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/about_us_dog.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col c-66\" wfd-id=\"82\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec27075e1\" wfd-id=\"84\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160309f3e5d\" wfd-id=\"101\">\n<div class=\"tve-content-box-background\" wfd-id=\"106\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160309b397d\" wfd-id=\"102\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-160309b00b4\" data-float=\"1\" wfd-id=\"104\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"105\"><img class=\"tve_image wp-image-7404\" alt=\"\" width=\"64\" height=\"64\" title=\"dog_paw\" data-id=\"7404\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/dog_paw.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16030a08afd\" wfd-id=\"103\"><p>We moved to New York City with our black bulldog rescue, Blakely, in 2007 after graduating from the University of Maryland. Immediately, we realized what a dog-crazy place it was.</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160309f6c04\" wfd-id=\"95\">\n<div class=\"tve-content-box-background\" wfd-id=\"100\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160309b397d\" wfd-id=\"96\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-160309ddca8\" data-float=\"1\" wfd-id=\"98\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"99\"><img class=\"tve_image wp-image-7403\" alt=\"\" width=\"64\" height=\"64\" title=\"dog_house\" data-id=\"7403\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/dog_house.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16030a09626\" wfd-id=\"97\"><p>We knew right away that we wanted to work with the animals that we loved and that had given us so much love since we were little girls. We started PawCity Dog Walking in July of 2010.</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16030975307\" wfd-id=\"85\">\n<div class=\"tve-content-box-background\" wfd-id=\"94\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160309b397d\" wfd-id=\"86\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16030a013d7\" data-float=\"1\" wfd-id=\"92\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"93\"><img class=\"tve_image wp-image-7405\" alt=\"\" width=\"64\" height=\"64\" title=\"spinning_wheel\" data-id=\"7405\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/spinning_wheel.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160309b344b\" wfd-id=\"87\"><p>We cover the entire width of the East Side, from 96th Street to Delancey and handle every type of personality imaginable. At PawCity, we lead lives full of the unconditional love and happiness we receive from the furballs we get to spend time with everyday.</p></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" data-css=\"tve-u-15ec2b5d54c\" style=\"width: 1603px; left: 0px;\" id=\"contact\" wfd-id=\"36\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ec2b56fac\" wfd-id=\"77\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec2b54c99\" wfd-id=\"37\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1602b31dfcd\" wfd-id=\"38\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--4 tcb-resized\" data-css=\"tve-u-1602b37ce9d\" wfd-id=\"39\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1602be453ec\" style=\"\" wfd-id=\"72\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"74\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-165bd189801\" wfd-id=\"75\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"76\"><img class=\"tve_image wp-image-290\" alt=\"Blackhawk Custom Cerakote\" width=\"751\" height=\"102\" title=\"Logo\" data-id=\"290\" src=\"//bestcerakoteflorida.com/wp-content/uploads/2018/09/Logo.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1602be45437\" style=\"\" wfd-id=\"54\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1602be56dfc\" wfd-id=\"56\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-165bd4f227a\" wfd-id=\"57\">\n<div class=\"tve-content-box-background\" wfd-id=\"71\"></div>\n<div class=\"tve-cb\" wfd-id=\"58\"><div class=\"tcb-clear\" data-css=\"tve-u-1602bf36e2c\" wfd-id=\"68\"><div class=\"thrv_wrapper tve_image_caption tcb-mobile-hidden\" data-css=\"tve-u-1602be7db66\" data-float=\"1\" wfd-id=\"69\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"70\"><img class=\"tve_image wp-image-7369\" alt=\"\" width=\"64\" height=\"64\" title=\"location\" data-id=\"7369\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/location.png\" style=\"width: 100%;\"></span></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1602bf25f10\" wfd-id=\"59\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1602befe215\" wfd-id=\"60\"><p data-css=\"tve-u-1602bfa220e\"><strong><span data-css=\"tve-u-1602b324a9b\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"67\">67 E. 3rd Street</span></strong><span data-css=\"tve-u-1602b324a9c\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"66\"> </span><span data-css=\"tve-u-1602b324ab9\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"65\">Suite B New York, NY 10003</span></p></div></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-165bd51a9f2\" style=\"\" wfd-id=\"49\"><div class=\"tcb-col\" wfd-id=\"51\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-165bd517164\" wfd-id=\"52\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"53\"><img class=\"tve_image wp-image-282\" alt=\"\" width=\"300\" height=\"275\" title=\"CertifiedLogo\" data-id=\"282\" src=\"//bestcerakoteflorida.com/wp-content/uploads/2018/09/CertifiedLogo-300x275.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-165bd4fd5d9\" style=\"\" wfd-id=\"40\"><div class=\"tcb-col\" wfd-id=\"42\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-165bd9a6720\" wfd-id=\"43\"><p data-css=\"tve-u-165bd50a2bd\">â€‹954-848-1911<span style=\"\" data-css=\"tve-u-165bd999e0a\" wfd-id=\"48\"></span><br></p></div></div></div></div></div></div>\n</div>'),(3130,301,'tve_revision_tve_has_wistia_popover','0'),(3131,302,'tve_revision_tve_landing_page','tcb2-one-page-site-dog-walking'),(3132,302,'tve_revision_tve_disable_theme_dependency',''),(3133,302,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-165b813034a\" wfd-id=\"166\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ebe5d7b44\" wfd-id=\"192\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ebe51d596\" wfd-id=\"167\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15ec3055cca\" wfd-id=\"168\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized\" data-css=\"tve-u-15ebe8a2edd\" wfd-id=\"169\"><div class=\"tcb-flex-col\" data-css=\"tve-u-165bcef972c\" style=\"\" wfd-id=\"182\"><div class=\"tcb-col\" wfd-id=\"184\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-165bcf40f41\" wfd-id=\"185\"><div class=\"tcb-flex-row tcb--cols--1\" data-css=\"tve-u-165bcf3f4af\" wfd-id=\"186\"><div class=\"tcb-flex-col\" wfd-id=\"187\"><div class=\"tcb-col\" wfd-id=\"189\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-165bcf2cfcd\" wfd-id=\"190\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"191\"><img class=\"tve_image wp-image-290\" alt=\"\" width=\"751\" height=\"102\" title=\"Logo\" data-id=\"290\" src=\"//bestcerakoteflorida.com/wp-content/uploads/2018/09/Logo.png\" style=\"width: 100%;\"></span></div></div></div></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-165bce18a46\" style=\"\" wfd-id=\"170\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec313e743\" data-tcb_hover_state_parent=\"\" wfd-id=\"172\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" wfd-id=\"173\"><p data-css=\"tve-u-15f002fa8f6\"><span data-css=\"tve-u-15f0034f748\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"181\"><a href=\"#whatwedo\">What We Do</a></span>&nbsp; &nbsp; <span data-css=\"tve-u-15f003606db\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"180\"><a href=\"#testimonials\">Testimonials</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f003655f8\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"179\"><a href=\"#aboutus\">About Us</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f00369f5e\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"178\"><a href=\"#getyourcoupon\">Get Your Coupon</a></span>&nbsp; &nbsp; <span data-css=\"tve-u-15f0064f814\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"177\"><a href=\"#areaweserve\">Area We Serve</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f003784ab\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"176\"><a href=\"#contact\">Contact</a></span></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ebe8abb9e\" wfd-id=\"142\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ebe8a4d78\" data-clip-id=\"335f47a4c8f92\" wfd-id=\"165\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-left-335f47a4c8f92\" class=\"decoration-clip clip-path-left\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" pointer-width=\"6\" pointer-height=\"2.5\" style=\"curves\" decoration-type=\"none\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon><ellipse cx=\"0.025\" cy=\"0.029412\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.08823600000000001\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.14706\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.205884\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.264708\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.323532\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.38235600000000003\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.44118\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.500004\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.558828\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.617652\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.676476\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.7353000000000001\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.794124\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.852948\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.911772\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.970596\" rx=\"0.025\" ry=\"0.029412\"></ellipse></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ebe72c974\" wfd-id=\"143\"><div class=\"thrv_wrapper thrv-columns tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec318421d\" wfd-id=\"144\"><div class=\"tcb-flex-row tcb--cols--2 v-2\" data-css=\"tve-u-15ebe738fb8\" wfd-id=\"145\"><div class=\"tcb-flex-col\" wfd-id=\"162\"><div class=\"tcb-col\" data-css=\"tve-u-15ebe73226c\" wfd-id=\"164\"></div></div><div class=\"tcb-flex-col\" wfd-id=\"146\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ebe89fb7a\" wfd-id=\"148\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ebe827cb3\" wfd-id=\"149\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15ebe830a90\" data-clip-id=\"bb2526ca261ae\" wfd-id=\"161\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-left-bb2526ca261ae\" class=\"decoration-clip clip-path-left\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"none\" pointer-width=\"5.7\" pointer-height=\"2.5\" style=\"curves\" slanted-angle=\"5\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon><ellipse cx=\"0.025\" cy=\"0.027778\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.083334\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.13889\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.194446\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.250002\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.305558\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.361114\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.41667\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.47222600000000003\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.527782\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.583338\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.638894\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.69445\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.7500060000000001\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.805562\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.861118\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.916674\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.97223\" rx=\"0.025\" ry=\"0.027778\"></ellipse></clipPath><clipPath id=\"clip-tablet-left-bb2526ca261ae\" class=\"decoration-clip clip-path-tablet-left\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"divider\" pointer-width=\"5.7\" pointer-height=\"4\" style=\"curves\" slanted-angle=\"5\"><polygon points=\"0.04 0, 0.04 1, 1 1, 1 0\"></polygon><ellipse cx=\"0.04\" cy=\"0.027778\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.083334\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.13889\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.194446\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.250002\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.305558\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.361114\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.41667\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.47222600000000003\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.527782\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.583338\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.638894\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.69445\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.7500060000000001\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.805562\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.861118\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.916674\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.97223\" rx=\"0.04\" ry=\"0.027778\"></ellipse></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ebe80a9a1\" wfd-id=\"150\"><div class=\"tcb-clear\" data-css=\"tve-u-15ebe8ee6c0\" wfd-id=\"159\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15ebe8edca2\" data-tag=\"h1\" wfd-id=\"160\"><h1 data-css=\"tve-u-15ebe90cfb0\">Happy dogs =<br>â€‹â€‹â€‹â€‹â€‹happâ€‹â€‹â€‹â€‹y owners</h1></div></div><div class=\"tcb-clear\" data-css=\"tve-u-15ec30a8a14\" wfd-id=\"157\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ebe906677\" wfd-id=\"158\"><p data-css=\"tve-u-15ebe905473\">Offer your dog a premium walking experience</p></div></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ebe916c34\" wfd-id=\"151\">\n<div class=\"tve-content-box-background\" wfd-id=\"156\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ec3152b02\" wfd-id=\"152\"><div class=\"thrv_wrapper thrv-button tve_ea_thrive_lightbox\" data-css=\"tve-u-15ebe91a626\" data-tcb_hover_state_parent=\"false\" data-button-style=\"full_rounded\" wfd-id=\"153\">\n<a href=\"#\" class=\"tcb-button-link tve_evt_manager_listen tve_et_click\" data-tcb-events=\"__TCB_EVENT_[{&quot;config&quot;:{&quot;l_anim&quot;:&quot;zoom_in&quot;,&quot;l_id&quot;:265},&quot;a&quot;:&quot;thrive_lightbox&quot;,&quot;t&quot;:&quot;click&quot;}]_TNEVE_BCT__\">\n<span class=\"tcb-button-texts\" wfd-id=\"154\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-165b814869f\" wfd-id=\"155\">Get 10% OFF Your First Cerakote Project</span></span>\n</a>\n</div></div>\n</div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-165bd56fa40\" wfd-id=\"139\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-165bd56ceb1\" wfd-id=\"141\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-165bd569a55\" wfd-id=\"140\"></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec3017516\" wfd-id=\"132\">\n<div class=\"tve-page-section-out\" wfd-id=\"138\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ebea3a693\" wfd-id=\"133\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15ebea49c0c\" id=\"whatwedo\" data-tag=\"h1\" wfd-id=\"135\"><h1 data-css=\"tve-u-15ebea42b31\" style=\"text-align: center;\">What We Do</h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2448fdb\" wfd-id=\"134\"><p data-css=\"tve-u-15ec2443105\" style=\"text-align: center;\">Our goal is to make sure the owners are comforted, the pups are exercised and happy and that we are getting our own puppy fixes. But letâ€™s be honest- itâ€™s their world, weâ€™re just living in it! As a small team of experienced dog owners and lovers, we really get to know you and your dog and we canguarantee consistent and personal care that is equal to your love and attention. We are so excited to make you a part of the family!</p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-15ec24f494c\" id=\"testimonials\" style=\"\" wfd-id=\"110\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ec24f97c0\" wfd-id=\"131\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec24f790d\" wfd-id=\"111\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15ec254985a\" style=\"\" wfd-id=\"112\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-15ec253a41f\" wfd-id=\"113\"><div class=\"tcb-flex-col\" wfd-id=\"117\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec253ef3a\" style=\"\" wfd-id=\"119\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec256e611\" style=\"\" wfd-id=\"124\"><p data-css=\"tve-u-15ec25610c7\"><span data-css=\"tve-u-15ec268a0a3\" style=\"font-size: 45px; color: rgb(89, 171, 227);\" wfd-id=\"129\"><span data-css=\"tve-u-15ec26760e9\" style=\"font-family: ABeeZee;\" wfd-id=\"130\">â€</span></span><span data-css=\"tve-u-15ec256b908\" style=\"font-family: &quot;Amatic SC&quot;;\" wfd-id=\"128\">&nbsp; &nbsp; &nbsp;</span><span data-css=\"tve-u-15ec2680494\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"126\"><span data-css=\"tve-u-15ec269379d\" style=\"font-size: 45px;\" wfd-id=\"127\">my chester enjoys being with them!</span> &nbsp; &nbsp;&nbsp;</span><span data-css=\"tve-u-15ec255fe12\" style=\"font-family: ABeeZee; font-weight: 400; color: rgb(89, 171, 227); font-size: 45px;\" wfd-id=\"125\">â€</span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2698d8d\" wfd-id=\"121\"><p data-css=\"tve-u-160266880a0\">We LOVE going for walks with our friends at Paw! Donâ€™t tell our mom &amp; dad,but we get really excited when they leave for work because we know it wonâ€™t be long before we get a visit from one of our favorite friends at PawCity! Best part is, they always let our parents know how ourwalk went right away so they dont have to worry about us!</p><p data-css=\"tve-u-15ec269736c\">We love you PawCity!! xoxo</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec26ab7b0\" style=\"\" wfd-id=\"120\"><p data-css=\"tve-u-15ec26a92a2\"><strong>Anna Olson</strong>, Chesterâ€™s Mom</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"114\"><div class=\"tcb-col\" wfd-id=\"116\"></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec26ec232\" wfd-id=\"75\">\n<div class=\"tve-page-section-out\" wfd-id=\"109\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec26e5812\" wfd-id=\"76\"><div class=\"thrv_wrapper thrv-columns tcb-window-width\" style=\"width: 1603px; left: -1px;\" data-css=\"tve-u-15ee106257d\" wfd-id=\"77\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2\" data-css=\"tve-u-15ec26fee25\" wfd-id=\"78\"><div class=\"tcb-flex-col c-33\" wfd-id=\"104\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec2a38bfd\" wfd-id=\"106\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec2a33d71\" wfd-id=\"107\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"108\"><img class=\"tve_image wp-image-7399\" alt=\"\" width=\"830\" height=\"775\" title=\"about_us_dog\" data-id=\"7399\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/about_us_dog.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col c-66\" wfd-id=\"79\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec27075e1\" wfd-id=\"81\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160309f3e5d\" wfd-id=\"98\">\n<div class=\"tve-content-box-background\" wfd-id=\"103\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160309b397d\" wfd-id=\"99\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-160309b00b4\" data-float=\"1\" wfd-id=\"101\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"102\"><img class=\"tve_image wp-image-7404\" alt=\"\" width=\"64\" height=\"64\" title=\"dog_paw\" data-id=\"7404\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/dog_paw.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16030a08afd\" wfd-id=\"100\"><p>We moved to New York City with our black bulldog rescue, Blakely, in 2007 after graduating from the University of Maryland. Immediately, we realized what a dog-crazy place it was.</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160309f6c04\" wfd-id=\"90\">\n<div class=\"tve-content-box-background\" wfd-id=\"97\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160309b397d\" wfd-id=\"91\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-160309ddca8\" data-float=\"1\" wfd-id=\"95\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"96\"><img class=\"tve_image wp-image-7403\" alt=\"\" width=\"64\" height=\"64\" title=\"dog_house\" data-id=\"7403\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/dog_house.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16030a09626\" wfd-id=\"92\"><p>We knew right away that we wanted to work with the animals that we loved and that had given us so much love since we were little girls. We started PawCity Dog Walking in July of 2010.</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16030975307\" wfd-id=\"82\">\n<div class=\"tve-content-box-background\" wfd-id=\"89\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160309b397d\" wfd-id=\"83\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16030a013d7\" data-float=\"1\" wfd-id=\"87\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"88\"><img class=\"tve_image wp-image-7405\" alt=\"\" width=\"64\" height=\"64\" title=\"spinning_wheel\" data-id=\"7405\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/spinning_wheel.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160309b344b\" wfd-id=\"84\"><p>We cover the entire width of the East Side, from 96th Street to Delancey and handle every type of personality imaginable. At PawCity, we lead lives full of the unconditional love and happiness we receive from the furballs we get to spend time with everyday.</p></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" data-css=\"tve-u-15ec2b5d54c\" style=\"width: 1603px; left: 0px;\" id=\"contact\" wfd-id=\"37\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ec2b56fac\" wfd-id=\"74\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec2b54c99\" wfd-id=\"38\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1602b31dfcd\" wfd-id=\"39\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--4 tcb-resized\" data-css=\"tve-u-1602b37ce9d\" wfd-id=\"40\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1602be453ec\" style=\"\" wfd-id=\"69\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"71\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-165bd189801\" wfd-id=\"72\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"73\"><img class=\"tve_image wp-image-290\" alt=\"Blackhawk Custom Cerakote\" width=\"751\" height=\"102\" title=\"Logo\" data-id=\"290\" src=\"//bestcerakoteflorida.com/wp-content/uploads/2018/09/Logo.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1602be45437\" style=\"\" wfd-id=\"53\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1602be56dfc\" wfd-id=\"55\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-165bd4f227a\" wfd-id=\"56\">\n<div class=\"tve-content-box-background\" wfd-id=\"68\"></div>\n<div class=\"tve-cb\" wfd-id=\"57\"><div class=\"tcb-clear\" data-css=\"tve-u-1602bf36e2c\" wfd-id=\"65\"><div class=\"thrv_wrapper tve_image_caption tcb-mobile-hidden\" data-css=\"tve-u-1602be7db66\" data-float=\"1\" wfd-id=\"66\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"67\"><img class=\"tve_image wp-image-7369\" alt=\"\" width=\"64\" height=\"64\" title=\"location\" data-id=\"7369\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/location.png\" style=\"width: 100%;\"></span></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1602bf25f10\" wfd-id=\"58\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1602befe215\" wfd-id=\"59\"><p data-css=\"tve-u-1602bfa220e\"><strong><span data-css=\"tve-u-1602b324a9b\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"64\">67 E. 3rd Street</span></strong><span data-css=\"tve-u-1602b324a9c\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"63\"> </span><span data-css=\"tve-u-1602b324ab9\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"62\">Suite B New York, NY 10003</span></p></div></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-165bd51a9f2\" style=\"\" wfd-id=\"48\"><div class=\"tcb-col\" wfd-id=\"50\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-165bd517164\" wfd-id=\"51\" data-float=\"1\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"52\"><img class=\"tve_image wp-image-282\" alt=\"\" width=\"300\" height=\"275\" title=\"CertifiedLogo\" data-id=\"282\" src=\"//bestcerakoteflorida.com/wp-content/uploads/2018/09/CertifiedLogo-300x275.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-165bd4fd5d9\" style=\"\" wfd-id=\"41\"><div class=\"tcb-col\" data-css=\"tve-u-165d1889c2a\" wfd-id=\"43\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-165bd9a6720\" wfd-id=\"44\"><p data-css=\"tve-u-165bd50a2bd\">â€‹954-848-1911<span data-css=\"tve-u-165d188fb6d\" wfd-id=\"47\"></span><br></p></div></div></div></div></div></div>\n</div>'),(3134,302,'tve_revision_tve_content_more_found',''),(3135,302,'tve_revision_tve_save_post',''),(3136,302,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Montserrat:400,200,300&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Amatic+SC:400&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=ABeeZee:400&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-160309b397d\"]::after { clear: both; }[data-css=\"tve-u-160309b344b\"] { position: relative !important; margin-left: 100px !important; }[data-css=\"tve-u-160309b00b4\"] + div { clear: none; }[data-css=\"tve-u-160309b00b4\"] { float: none; width: 60px; position: absolute; margin-bottom: 0px !important; margin-top: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-16030975307\"] { max-width: 75%; margin-left: 80px !important; }[data-css=\"tve-u-1602bfa220e\"] { line-height: 1.85em !important; }[data-css=\"tve-u-1602be7db66\"] { float: left; width: 40px; z-index: 3; position: relative; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1602be56dfc\"]::after { clear: both; }[data-css=\"tve-u-1602be45437\"] { max-width: 35.5%; }[data-css=\"tve-u-1602be453ec\"] { max-width: 25.0191%; }[data-css=\"tve-u-1602b37ce9d\"] > .tcb-flex-col > .tcb-col { justify-content: center; }[data-css=\"tve-u-1602b324a9c\"] { color: rgb(74, 163, 223) !important; }[data-css=\"tve-u-1602b324a9b\"] { color: rgb(74, 163, 223) !important; }[data-css=\"tve-u-1602b31dfcd\"] { max-width: 1296px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15f0064f814\"] { color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-15ec313e743\"]:hover p, #tve_editor [data-css=\"tve-u-15ec313e743\"]:hover li, #tve_editor [data-css=\"tve-u-15ec313e743\"]:hover blockquote, #tve_editor [data-css=\"tve-u-15ec313e743\"]:hover address { color: rgb(89, 171, 227); }[data-css=\"tve-u-15f003784ab\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15f00369f5e\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15f003655f8\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15f003606db\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15f0034f748\"] { color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-15f002fa8f6\"] { color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-15ec313e743\"] p, #tve_editor [data-css=\"tve-u-15ec313e743\"] li, #tve_editor [data-css=\"tve-u-15ec313e743\"] blockquote, #tve_editor [data-css=\"tve-u-15ec313e743\"] address { font-size: 16px; }[data-css=\"tve-u-15ec313e743\"] { text-align: center; padding-left: 0px !important; margin-left: 0px !important; margin-right: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-15ec30a8a14\"]::after { clear: both; }#tve_editor [data-css=\"tve-u-15ebe90cfb0\"] { font-size: 96px !important; }[data-css=\"tve-u-15ec26fee25\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-15ee106257d\"] { max-width: 100%; }[data-css=\"tve-u-15ec3055cca\"] { max-width: 1370px; float: none; margin-left: auto !important; margin-right: auto !important; }#tve_editor [data-css=\"tve-u-15ebe91a626\"]:hover .tcb-button-link { box-shadow: rgba(73, 137, 181, 0.25) -3px 7px 73px 18px; border: 0px dashed rgb(255, 255, 255); background-color: rgb(149, 250, 201) !important; font-weight: normal !important; background-image: none !important; }[data-css=\"tve-u-15ebe8a2edd\"] > .tcb-flex-col > .tcb-col { justify-content: center; }[data-css=\"tve-u-15ec3017516\"] { margin-top: 60px !important; padding-bottom: 50px !important; }[data-css=\"tve-u-15ec2b5d54c\"] { margin-top: 83px !important; }[data-css=\"tve-u-15ec2b56fac\"] { opacity: 1; filter: grayscale(0%) blur(0px); background-image: linear-gradient(rgb(0, 0, 0), rgb(0, 0, 0)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-15ec2b54c99\"] { max-width: 1586px; min-height: 100px !important; }[data-css=\"tve-u-15ec2a38bfd\"] { margin-right: 0px !important; padding-right: 0px !important; margin-left: 0px !important; }[data-css=\"tve-u-15ec2a33d71\"] { width: 830px; position: relative; top: 0px; left: 40px; z-index: 7; float: none; padding-right: 0px !important; padding-left: 0px !important; }[data-css=\"tve-u-15ec27075e1\"] { border-left: 2px dashed rgb(232, 238, 241); border-top: 1px solid rgb(232, 238, 241); border-bottom: 1px solid rgb(232, 238, 241); }[data-css=\"tve-u-15ec26fee25\"] > .tcb-flex-col > .tcb-col { min-height: 612px; }[data-css=\"tve-u-15ec26fee25\"] { min-height: inherit; margin-left: 0px; padding-top: 0px !important; padding-bottom: 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-15ec26ec232\"] { margin-top: 66px !important; }[data-css=\"tve-u-15ec26e5812\"] { max-width: 100%; min-height: 586px !important; }[data-css=\"tve-u-15ec26ab7b0\"] { margin-top: 67px !important; }#tve_editor [data-css=\"tve-u-15ec26a92a2\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15ec2698d8d\"] { float: none; max-width: 600px; margin-left: auto !important; margin-right: auto !important; margin-top: 30px !important; }#tve_editor [data-css=\"tve-u-15ec269736c\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15ec269379d\"] { font-size: 45px !important; }[data-css=\"tve-u-15ec268a0a3\"] { font-size: 45px !important; color: rgb(89, 171, 227) !important; }[data-css=\"tve-u-15ec256e611\"] { margin-top: 0px !important; }#tve_editor [data-css=\"tve-u-15ec25610c7\"] { font-size: 40px !important; color: rgb(89, 171, 227) !important; }[data-css=\"tve-u-15ec255fe12\"] { font-family: ABeeZee !important; font-weight: 400 !important; color: rgb(89, 171, 227) !important; font-size: 45px !important; }[data-css=\"tve-u-15ec254985a\"] { margin-right: 0px !important; }[data-css=\"tve-u-15ec253ef3a\"] { text-align: center; background-image: linear-gradient(rgba(24, 45, 60, 0.95), rgba(24, 45, 60, 0.95)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; margin-top: 0px !important; padding-top: 130px !important; padding-bottom: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-15ec253a41f\"] > .tcb-flex-col > .tcb-col { min-height: 661px; }[data-css=\"tve-u-15ec253a41f\"] { min-height: inherit; float: none; max-width: 1474px; z-index: 3; position: relative; padding-top: 0px !important; padding-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; padding-right: 0px !important; }[data-css=\"tve-u-15ec24f97c0\"] { background-image: linear-gradient(rgba(42, 51, 68, 0.1), rgba(42, 51, 68, 0.1)), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/testimonial_bg.jpg\") !important; background-size: auto, cover !important; background-position: 0px 0px, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-15ec24f790d\"] { min-height: 661px !important; }[data-css=\"tve-u-15ec24f494c\"] { margin-top: 60px !important; }[data-css=\"tve-u-15ec2448fdb\"] { float: none; max-width: 1296px; margin-top: 10px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2443105\"] { line-height: 1.8em !important; }[data-css=\"tve-u-15ebea49c0c\"] { float: none; max-width: 1440px; margin-left: auto !important; margin-right: auto !important; margin-top: 0px !important; }#tve_editor [data-css=\"tve-u-15ebea42b31\"] { color: rgb(24, 45, 60) !important; font-size: 70px !important; }[data-css=\"tve-u-15ebea3a693\"] { max-width: 1434px; }[data-css=\"tve-u-15ebe91a626\"] { display: block; max-width: 423px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ebe91a626\"] .tcb-button-link { border-radius: 200px; min-height: 67.1429px; font-size: 1.6em; padding-top: 0px; padding-bottom: 0px; border: 1px solid rgb(0, 0, 0); box-shadow: rgba(0, 0, 0, 0.4) 0px 3px 8px 1px; background-color: rgb(255, 255, 255) !important; padding-left: 15px !important; background-image: none !important; }[data-css=\"tve-u-15ebe916c34\"] { float: none; z-index: 3; position: relative; width: 100%; max-width: 733px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ebe90cfb0\"] { line-height: 1.1em !important; }[data-css=\"tve-u-15ebe906677\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 669px; margin-left: 50px !important; margin-top: 40px !important; }#tve_editor [data-css=\"tve-u-15ebe905473\"] { font-size: 22px !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15ebe8ee6c0\"]::after { clear: both; }[data-css=\"tve-u-15ebe8edca2\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 722px; padding-left: 0px !important; margin-left: 50px !important; margin-top: 104px !important; }[data-css=\"tve-u-15ebe8abb9e\"] { padding: 0px !important; }[data-css=\"tve-u-15ebe8a4d78\"] { clip-path: url(\"#clip-left-335f47a4c8f92\"); -webkit-clip-path: url(\"#clip-left-335f47a4c8f92\");  }[data-css=\"tve-u-15ebe8a2edd\"] { padding-bottom: 15px !important; padding-top: 15px !important; }[data-css=\"tve-u-15ebe89fb7a\"] { margin-left: -35px !important; }[data-css=\"tve-u-15ebe830a90\"] { clip-path: url(\"#clip-left-bb2526ca261ae\"); -webkit-clip-path: url(\"#clip-left-bb2526ca261ae\");  background-image: linear-gradient(rgb(89, 171, 227), rgb(89, 171, 227)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-15ebe827cb3\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 0px !important; }[data-css=\"tve-u-15ebe80a9a1\"] { min-height: 729px; }[data-css=\"tve-u-15ebe738fb8\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-15ebe738fb8\"] > .tcb-flex-col > .tcb-col { min-height: 729px; }[data-css=\"tve-u-15ebe738fb8\"] { min-height: inherit; margin-left: 0px; padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-15ebe73226c\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/header_image-1.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-15ebe72c974\"] { max-width: 1620px; }[data-css=\"tve-u-15ebe5d7b44\"] { background-image: linear-gradient(rgb(0, 0, 0), rgb(0, 0, 0)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-15ebe51d596\"] { max-width: 100%; min-height: 7px !important; }#tcb_landing_page h3 { font-family: Montserrat; font-weight: 200; font-size: 20px; color: rgb(24, 45, 60); }#tcb_landing_page h2 { font-family: \"Amatic SC\"; font-weight: 400; font-size: 70px; color: rgb(24, 45, 60); }#tcb_landing_page h1 { font-family: \"Amatic SC\"; font-weight: 400; font-size: 96px; color: rgb(255, 255, 255); }#tcb_landing_page p, #tcb_landing_page li { font-family: Montserrat; font-weight: 200; color: rgb(24, 45, 60); font-size: 18px; line-height: 1.667em; }[data-css=\"tve-u-15e09c94f7d\"] { background-color: rgb(255, 255, 255); }[data-css=\"tve-u-15ec256b908\"] { font-family: \"Amatic SC\" !important; font-weight: 400 !important; }[data-css=\"tve-u-15ec26760e9\"] { font-family: ABeeZee !important; font-weight: 400 !important; }[data-css=\"tve-u-15ec2680494\"] { font-family: \"Amatic SC\" !important; font-weight: 400 !important; }#tcb_landing_page a:hover:not(.tcb-button-link) { color: rgb(89, 171, 227); }#tcb_landing_page .tve-state-hovera:not(.tcb-button-link) { color: rgb(89, 171, 227); }#tve_editor [data-css=\"tve-u-160266880a0\"] { color: rgb(255, 255, 255) !important; font-family: Montserrat !important; }[data-css=\"tve-u-1602b324ab9\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1602befe215\"] { max-width: 386px; position: relative !important; padding-left: 1px !important; margin-top: 0px !important; margin-left: 50px !important; }[data-css=\"tve-u-160309ddca8\"] + div { clear: none; }[data-css=\"tve-u-160309ddca8\"] { float: none; width: 60px; position: absolute; margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-160309f3e5d\"] { max-width: 75%; margin-left: 80px !important; margin-top: 60px !important; margin-bottom: 40px !important; }[data-css=\"tve-u-160309f6c04\"] { max-width: 75%; margin-left: 80px !important; margin-top: 60px !important; margin-bottom: 80px !important; }[data-css=\"tve-u-16030a013d7\"] + div { clear: none; }[data-css=\"tve-u-16030a013d7\"] { float: none; width: 60px; position: absolute; margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-16030a08afd\"] { position: relative !important; margin-left: 100px !important; }[data-css=\"tve-u-16030a09626\"] { position: relative !important; margin-left: 100px !important; }#tcb_landing_page a.tve-state-hover:not(.tcb-button-link) { color: rgb(89, 171, 227); }[data-css=\"tve-u-165b813034a\"] { border-bottom: 1px solid rgb(255, 255, 255); padding: 0px !important; }#tve_editor [data-css=\"tve-u-165b814869f\"] { font-family: Montserrat; letter-spacing: 0px; font-weight: 400; font-size: 18px !important; color: rgb(24, 45, 60) !important; text-transform: capitalize !important; }[data-css=\"tve-u-165bce18a46\"] { max-width: 73.7%; }[data-css=\"tve-u-165b813034a\"] .tve-page-section-in { display: block; }[data-css=\"tve-u-165bcef972c\"] { max-width: 26.3%; }[data-css=\"tve-u-165bcf2cfcd\"] { width: 335px; }[data-css=\"tve-u-165bcf3f4af\"] { padding-bottom: 0px !important; padding-top: 0px !important; }[data-css=\"tve-u-165bcf40f41\"] { float: none; width: 100%; margin: 0px auto !important; }[data-css=\"tve-u-15ec3152b02\"] { text-align: center; }[data-css=\"tve-u-165bd189801\"] { width: 366px; }[data-css=\"tve-u-15ec2b5d54c\"] .tve-page-section-in { display: block; }[data-css=\"tve-u-165bd4f227a\"] { max-width: 474px; }[data-css=\"tve-u-165bd4fd5d9\"] { max-width: 28.5%; }#tve_editor [data-css=\"tve-u-165bd50a2bd\"] { color: rgb(255, 255, 255) !important; background-color: rgb(0, 0, 0) !important; }[data-css=\"tve-u-165bd517164\"] { width: 124px; float: none; margin: 0px auto !important; position: relative; }[data-css=\"tve-u-165bd51a9f2\"] { max-width: 11%; }[data-css=\"tve-u-165bd569a55\"] { min-height: 323px !important; }[data-css=\"tve-u-165bd56ceb1\"] { background-image: linear-gradient(rgb(0, 0, 0), rgb(0, 0, 0)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-165bd56fa40\"] { padding-top: 0px !important; padding-bottom: 0px !important; margin-bottom: 0px !important; margin-top: 20px !important; }[data-css=\"tve-u-165bd56fa40\"] .tve-page-section-in { display: block; }[data-css=\"tve-u-165bd9a6720\"] { max-width: 297px; background-color: rgb(0, 0, 0) !important; }[data-css=\"tve-u-165d1889c2a\"] { text-align: left; margin-top: 41px !important; height: calc(100% - 79px); margin-bottom: 38px !important; }}@media (max-width: 1023px){[data-css=\"tve-u-1602befe215\"] { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1602b37ce9d\"] .tcb-flex-col { flex-basis: 420px !important; }[data-css=\"tve-u-1602be7db66\"] { float: none; z-index: 3; position: relative; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2a38bfd\"] { text-align: left; }[data-css=\"tve-u-15ec27075e1\"] { margin-top: 0px !important; }[data-css=\"tve-u-15ebe51d596\"] { text-align: left; }[data-css=\"tve-u-15ec2b54c99\"] { text-align: left; }[data-css=\"tve-u-15ec2a33d71\"] { width: 395px; float: none; z-index: 3; position: relative; margin: 80px auto 0px !important; }[data-css=\"tve-u-15ec253ef3a\"] { padding: 25px 10px !important; }[data-css=\"tve-u-15ebea3a693\"] { max-width: 720px; }[data-css=\"tve-u-15ec30a8a14\"]::after { clear: both; }[data-css=\"tve-u-15ebe916c34\"] { max-width: 376px; }[data-css=\"tve-u-15ebe8a2edd\"] > .tcb-flex-col > .tcb-col { justify-content: center; min-height: 91px; }[data-css=\"tve-u-15ec3055cca\"] { text-align: center; margin-top: 0px !important; }[data-css=\"tve-u-15ebe8a2edd\"] { min-height: inherit; float: none; max-width: 100%; padding-top: 0px !important; padding-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ebe830a90\"] { clip-path: url(\"#clip-tablet-left-bb2526ca261ae\"); -webkit-clip-path: url(\"#clip-tablet-left-bb2526ca261ae\");  }[data-css=\"tve-u-15ebe91a626\"] { margin-left: 30px !important; }[data-css=\"tve-u-15ebe906677\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 336px; margin-left: 30px !important; }[data-css=\"tve-u-15ebe8edca2\"] { margin-left: 30px !important; }[data-css=\"tve-u-15ebe89fb7a\"] { margin-left: -35px !important; }[data-css=\"tve-u-15ebe827cb3\"] { max-width: 100%; }#tve_editor [data-css=\"tve-u-15ebe90cfb0\"] { font-size: 84px !important; }}@media (max-width: 767px){[data-css=\"tve-u-160309b344b\"] { margin-left: 10px !important; margin-top: 30px !important; margin-right: 10px !important; }[data-css=\"tve-u-16030a013d7\"] { position: static; }[data-css=\"tve-u-16030a09626\"] { margin-left: 10px !important; margin-top: 30px !important; margin-right: 10px !important; }[data-css=\"tve-u-160309ddca8\"] { position: static; }[data-css=\"tve-u-16030a08afd\"] { margin-left: 10px !important; margin-right: 10px !important; margin-top: 30px !important; }[data-css=\"tve-u-160309b00b4\"] { position: static; }[data-css=\"tve-u-16030975307\"] { max-width: 100%; margin-left: 10px !important; margin-right: 10px !important; }[data-css=\"tve-u-160309f6c04\"] { max-width: 100%; margin-left: 10px !important; margin-right: 10px !important; }[data-css=\"tve-u-160309f3e5d\"] { max-width: 100%; margin-left: 10px !important; margin-right: 10px !important; }[data-css=\"tve-u-15ec2a38bfd\"]::after { clear: both; }[data-css=\"tve-u-1602bf25f10\"]::after { clear: both; }[data-css=\"tve-u-15ec253ef3a\"] { padding-top: 30px !important; padding-bottom: 30px !important; }[data-css=\"tve-u-15ec26fee25\"] > .tcb-flex-col > .tcb-col { min-height: 387px; }[data-css=\"tve-u-15ec26fee25\"] { margin-left: 0px; min-height: inherit; }[data-css=\"tve-u-15ec26fee25\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-15ec2a33d71\"] { position: static; margin-bottom: 0px !important; }[data-css=\"tve-u-15ec253a41f\"] > .tcb-flex-col > .tcb-col { min-height: 27px; }[data-css=\"tve-u-15ec253a41f\"] { margin-left: 0px; min-height: inherit; }[data-css=\"tve-u-15ec253a41f\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-15ec254985a\"] { margin-top: 0px !important; }[data-css=\"tve-u-15ec24f494c\"] { margin-top: 30px !important; }[data-css=\"tve-u-15ec256e611\"] { margin-top: 0px !important; }[data-css=\"tve-u-15ec318421d\"] { margin-bottom: 34px !important; margin-top: -90px !important; }[data-css=\"tve-u-15ebe738fb8\"] > .tcb-flex-col > .tcb-col { min-height: 554px; }[data-css=\"tve-u-15ebe738fb8\"] { min-height: inherit; padding-bottom: 0px !important; }[data-css=\"tve-u-15ec3017516\"] { margin-top: 0px !important; padding-left: 5px !important; padding-right: 5px !important; }[data-css=\"tve-u-15ebe89fb7a\"] { margin-left: -20px !important; }[data-css=\"tve-u-15ec3055cca\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-15ebe916c34\"] { max-width: 363px; float: none; width: 100%; margin-bottom: 0px !important; padding-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec3152b02\"] { min-height: 226px; }[data-css=\"tve-u-15ebe80a9a1\"] { min-height: 65px; }[data-css=\"tve-u-15ebe91a626\"] { margin-bottom: 0px !important; margin-right: 30px !important; margin-top: 20px !important; }[data-css=\"tve-u-15ebe906677\"] { margin-left: 30px !important; }[data-css=\"tve-u-15ebe8edca2\"] { margin-left: 30px !important; margin-top: 6px !important; }[data-css=\"tve-u-15ebe827cb3\"] { max-width: 100%; margin-top: 35px !important; }[data-css=\"tve-u-15ec313e743\"] { margin-left: 10px !important; margin-right: 10px !important; }[data-css=\"tve-u-1602befe215\"] { max-width: 257px; float: left; z-index: 3; position: relative; width: 100%; margin-top: 20px !important; margin-left: 20px !important; }[data-css=\"tve-u-15ebe73226c\"] { height: calc(100% - 33px); margin-top: 70px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-15ebe91a626\"] .tcb-button-link { padding-right: 10px !important; padding-left: 10px !important; }[data-css=\"tve-u-15ebe827cb3\"] > .tve-cb { display: block; }}'),(3137,302,'tve_revision_tve_user_custom_css','.thrv_text_element p {margin:0;}\n.thrv_heading h1,h2,h3 {margin:0;}'),(3138,302,'tve_revision_tve_page_events','a:0:{}'),(3139,302,'tve_revision_tve_globals','a:4:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";s:11:\"extra_icons\";a:1:{i:0;a:3:{s:11:\"font-family\";s:25:\"tve-ff-6797-59f9979fd5998\";s:3:\"css\";s:87:\"http://lp-build.thrivethemes.com/wp-content/uploads/tve-ff-6797-59f9979fd5998/style.css\";s:6:\"folder\";s:92:\"/home/thrivedevbitston/public_html/landingpages/wp-content/uploads/tve-ff-6797-59f9979fd5998\";}}s:6:\"lb_map\";a:1:{i:6808;s:3:\"265\";}s:8:\"font_cls\";a:0:{}}'),(3140,302,'tve_revision_tve_global_scripts',''),(3141,302,'tve_revision_thrive_icon_pack','0'),(3142,302,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(3143,302,'tve_revision_tve_has_masonry','0'),(3144,302,'tve_revision_tve_has_typefocus','0'),(3145,302,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-165b813034a\" wfd-id=\"166\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ebe5d7b44\" wfd-id=\"192\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ebe51d596\" wfd-id=\"167\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15ec3055cca\" wfd-id=\"168\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized\" data-css=\"tve-u-15ebe8a2edd\" wfd-id=\"169\"><div class=\"tcb-flex-col\" data-css=\"tve-u-165bcef972c\" style=\"\" wfd-id=\"182\"><div class=\"tcb-col\" wfd-id=\"184\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-165bcf40f41\" wfd-id=\"185\"><div class=\"tcb-flex-row tcb--cols--1\" data-css=\"tve-u-165bcf3f4af\" wfd-id=\"186\"><div class=\"tcb-flex-col\" wfd-id=\"187\"><div class=\"tcb-col\" wfd-id=\"189\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-165bcf2cfcd\" wfd-id=\"190\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"191\"><img class=\"tve_image wp-image-290\" alt=\"\" width=\"751\" height=\"102\" title=\"Logo\" data-id=\"290\" src=\"//bestcerakoteflorida.com/wp-content/uploads/2018/09/Logo.png\" style=\"width: 100%;\"></span></div></div></div></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-165bce18a46\" style=\"\" wfd-id=\"170\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec313e743\" data-tcb_hover_state_parent=\"\" wfd-id=\"172\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" wfd-id=\"173\"><p data-css=\"tve-u-15f002fa8f6\"><span data-css=\"tve-u-15f0034f748\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"181\"><a href=\"#whatwedo\">What We Do</a></span>&nbsp; &nbsp; <span data-css=\"tve-u-15f003606db\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"180\"><a href=\"#testimonials\">Testimonials</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f003655f8\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"179\"><a href=\"#aboutus\">About Us</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f00369f5e\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"178\"><a href=\"#getyourcoupon\">Get Your Coupon</a></span>&nbsp; &nbsp; <span data-css=\"tve-u-15f0064f814\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"177\"><a href=\"#areaweserve\">Area We Serve</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f003784ab\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"176\"><a href=\"#contact\">Contact</a></span></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ebe8abb9e\" wfd-id=\"142\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ebe8a4d78\" data-clip-id=\"335f47a4c8f92\" wfd-id=\"165\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-left-335f47a4c8f92\" class=\"decoration-clip clip-path-left\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" pointer-width=\"6\" pointer-height=\"2.5\" style=\"curves\" decoration-type=\"none\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon><ellipse cx=\"0.025\" cy=\"0.029412\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.08823600000000001\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.14706\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.205884\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.264708\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.323532\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.38235600000000003\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.44118\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.500004\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.558828\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.617652\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.676476\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.7353000000000001\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.794124\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.852948\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.911772\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.970596\" rx=\"0.025\" ry=\"0.029412\"></ellipse></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ebe72c974\" wfd-id=\"143\"><div class=\"thrv_wrapper thrv-columns tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec318421d\" wfd-id=\"144\"><div class=\"tcb-flex-row tcb--cols--2 v-2\" data-css=\"tve-u-15ebe738fb8\" wfd-id=\"145\"><div class=\"tcb-flex-col\" wfd-id=\"162\"><div class=\"tcb-col\" data-css=\"tve-u-15ebe73226c\" wfd-id=\"164\"></div></div><div class=\"tcb-flex-col\" wfd-id=\"146\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ebe89fb7a\" wfd-id=\"148\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ebe827cb3\" wfd-id=\"149\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15ebe830a90\" data-clip-id=\"bb2526ca261ae\" wfd-id=\"161\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-left-bb2526ca261ae\" class=\"decoration-clip clip-path-left\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"none\" pointer-width=\"5.7\" pointer-height=\"2.5\" style=\"curves\" slanted-angle=\"5\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon><ellipse cx=\"0.025\" cy=\"0.027778\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.083334\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.13889\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.194446\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.250002\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.305558\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.361114\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.41667\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.47222600000000003\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.527782\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.583338\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.638894\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.69445\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.7500060000000001\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.805562\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.861118\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.916674\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.97223\" rx=\"0.025\" ry=\"0.027778\"></ellipse></clipPath><clipPath id=\"clip-tablet-left-bb2526ca261ae\" class=\"decoration-clip clip-path-tablet-left\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"divider\" pointer-width=\"5.7\" pointer-height=\"4\" style=\"curves\" slanted-angle=\"5\"><polygon points=\"0.04 0, 0.04 1, 1 1, 1 0\"></polygon><ellipse cx=\"0.04\" cy=\"0.027778\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.083334\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.13889\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.194446\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.250002\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.305558\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.361114\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.41667\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.47222600000000003\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.527782\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.583338\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.638894\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.69445\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.7500060000000001\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.805562\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.861118\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.916674\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.97223\" rx=\"0.04\" ry=\"0.027778\"></ellipse></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ebe80a9a1\" wfd-id=\"150\"><div class=\"tcb-clear\" data-css=\"tve-u-15ebe8ee6c0\" wfd-id=\"159\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15ebe8edca2\" data-tag=\"h1\" wfd-id=\"160\"><h1 data-css=\"tve-u-15ebe90cfb0\">Happy dogs =<br>â€‹â€‹â€‹â€‹â€‹happâ€‹â€‹â€‹â€‹y owners</h1></div></div><div class=\"tcb-clear\" data-css=\"tve-u-15ec30a8a14\" wfd-id=\"157\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ebe906677\" wfd-id=\"158\"><p data-css=\"tve-u-15ebe905473\">Offer your dog a premium walking experience</p></div></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ebe916c34\" wfd-id=\"151\">\n<div class=\"tve-content-box-background\" wfd-id=\"156\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ec3152b02\" wfd-id=\"152\"><div class=\"thrv_wrapper thrv-button tve_ea_thrive_lightbox\" data-css=\"tve-u-15ebe91a626\" data-tcb_hover_state_parent=\"false\" data-button-style=\"full_rounded\" wfd-id=\"153\">\n<a href=\"#\" class=\"tcb-button-link tve_evt_manager_listen tve_et_click\" data-tcb-events=\"__TCB_EVENT_[{&quot;config&quot;:{&quot;l_anim&quot;:&quot;zoom_in&quot;,&quot;l_id&quot;:265},&quot;a&quot;:&quot;thrive_lightbox&quot;,&quot;t&quot;:&quot;click&quot;}]_TNEVE_BCT__\">\n<span class=\"tcb-button-texts\" wfd-id=\"154\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-165b814869f\" wfd-id=\"155\">Get 10% OFF Your First Cerakote Project</span></span>\n</a>\n</div></div>\n</div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-165bd56fa40\" wfd-id=\"139\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-165bd56ceb1\" wfd-id=\"141\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-165bd569a55\" wfd-id=\"140\"></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec3017516\" wfd-id=\"132\">\n<div class=\"tve-page-section-out\" wfd-id=\"138\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ebea3a693\" wfd-id=\"133\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15ebea49c0c\" id=\"whatwedo\" data-tag=\"h1\" wfd-id=\"135\"><h1 data-css=\"tve-u-15ebea42b31\" style=\"text-align: center;\">What We Do</h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2448fdb\" wfd-id=\"134\"><p data-css=\"tve-u-15ec2443105\" style=\"text-align: center;\">Our goal is to make sure the owners are comforted, the pups are exercised and happy and that we are getting our own puppy fixes. But letâ€™s be honest- itâ€™s their world, weâ€™re just living in it! As a small team of experienced dog owners and lovers, we really get to know you and your dog and we canguarantee consistent and personal care that is equal to your love and attention. We are so excited to make you a part of the family!</p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-15ec24f494c\" id=\"testimonials\" style=\"\" wfd-id=\"110\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ec24f97c0\" wfd-id=\"131\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec24f790d\" wfd-id=\"111\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15ec254985a\" style=\"\" wfd-id=\"112\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-15ec253a41f\" wfd-id=\"113\"><div class=\"tcb-flex-col\" wfd-id=\"117\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec253ef3a\" style=\"\" wfd-id=\"119\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec256e611\" style=\"\" wfd-id=\"124\"><p data-css=\"tve-u-15ec25610c7\"><span data-css=\"tve-u-15ec268a0a3\" style=\"font-size: 45px; color: rgb(89, 171, 227);\" wfd-id=\"129\"><span data-css=\"tve-u-15ec26760e9\" style=\"font-family: ABeeZee;\" wfd-id=\"130\">â€</span></span><span data-css=\"tve-u-15ec256b908\" style=\"font-family: &quot;Amatic SC&quot;;\" wfd-id=\"128\">&nbsp; &nbsp; &nbsp;</span><span data-css=\"tve-u-15ec2680494\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"126\"><span data-css=\"tve-u-15ec269379d\" style=\"font-size: 45px;\" wfd-id=\"127\">my chester enjoys being with them!</span> &nbsp; &nbsp;&nbsp;</span><span data-css=\"tve-u-15ec255fe12\" style=\"font-family: ABeeZee; font-weight: 400; color: rgb(89, 171, 227); font-size: 45px;\" wfd-id=\"125\">â€</span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2698d8d\" wfd-id=\"121\"><p data-css=\"tve-u-160266880a0\">We LOVE going for walks with our friends at Paw! Donâ€™t tell our mom &amp; dad,but we get really excited when they leave for work because we know it wonâ€™t be long before we get a visit from one of our favorite friends at PawCity! Best part is, they always let our parents know how ourwalk went right away so they dont have to worry about us!</p><p data-css=\"tve-u-15ec269736c\">We love you PawCity!! xoxo</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec26ab7b0\" style=\"\" wfd-id=\"120\"><p data-css=\"tve-u-15ec26a92a2\"><strong>Anna Olson</strong>, Chesterâ€™s Mom</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"114\"><div class=\"tcb-col\" wfd-id=\"116\"></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec26ec232\" wfd-id=\"75\">\n<div class=\"tve-page-section-out\" wfd-id=\"109\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec26e5812\" wfd-id=\"76\"><div class=\"thrv_wrapper thrv-columns tcb-window-width\" style=\"width: 1603px; left: -1px;\" data-css=\"tve-u-15ee106257d\" wfd-id=\"77\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2\" data-css=\"tve-u-15ec26fee25\" wfd-id=\"78\"><div class=\"tcb-flex-col c-33\" wfd-id=\"104\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec2a38bfd\" wfd-id=\"106\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec2a33d71\" wfd-id=\"107\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"108\"><img class=\"tve_image wp-image-7399\" alt=\"\" width=\"830\" height=\"775\" title=\"about_us_dog\" data-id=\"7399\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/about_us_dog.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col c-66\" wfd-id=\"79\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec27075e1\" wfd-id=\"81\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160309f3e5d\" wfd-id=\"98\">\n<div class=\"tve-content-box-background\" wfd-id=\"103\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160309b397d\" wfd-id=\"99\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-160309b00b4\" data-float=\"1\" wfd-id=\"101\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"102\"><img class=\"tve_image wp-image-7404\" alt=\"\" width=\"64\" height=\"64\" title=\"dog_paw\" data-id=\"7404\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/dog_paw.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16030a08afd\" wfd-id=\"100\"><p>We moved to New York City with our black bulldog rescue, Blakely, in 2007 after graduating from the University of Maryland. Immediately, we realized what a dog-crazy place it was.</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160309f6c04\" wfd-id=\"90\">\n<div class=\"tve-content-box-background\" wfd-id=\"97\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160309b397d\" wfd-id=\"91\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-160309ddca8\" data-float=\"1\" wfd-id=\"95\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"96\"><img class=\"tve_image wp-image-7403\" alt=\"\" width=\"64\" height=\"64\" title=\"dog_house\" data-id=\"7403\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/dog_house.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16030a09626\" wfd-id=\"92\"><p>We knew right away that we wanted to work with the animals that we loved and that had given us so much love since we were little girls. We started PawCity Dog Walking in July of 2010.</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16030975307\" wfd-id=\"82\">\n<div class=\"tve-content-box-background\" wfd-id=\"89\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160309b397d\" wfd-id=\"83\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16030a013d7\" data-float=\"1\" wfd-id=\"87\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"88\"><img class=\"tve_image wp-image-7405\" alt=\"\" width=\"64\" height=\"64\" title=\"spinning_wheel\" data-id=\"7405\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/spinning_wheel.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160309b344b\" wfd-id=\"84\"><p>We cover the entire width of the East Side, from 96th Street to Delancey and handle every type of personality imaginable. At PawCity, we lead lives full of the unconditional love and happiness we receive from the furballs we get to spend time with everyday.</p></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" data-css=\"tve-u-15ec2b5d54c\" style=\"width: 1603px; left: 0px;\" id=\"contact\" wfd-id=\"37\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ec2b56fac\" wfd-id=\"74\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec2b54c99\" wfd-id=\"38\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1602b31dfcd\" wfd-id=\"39\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--4 tcb-resized\" data-css=\"tve-u-1602b37ce9d\" wfd-id=\"40\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1602be453ec\" style=\"\" wfd-id=\"69\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"71\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-165bd189801\" wfd-id=\"72\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"73\"><img class=\"tve_image wp-image-290\" alt=\"Blackhawk Custom Cerakote\" width=\"751\" height=\"102\" title=\"Logo\" data-id=\"290\" src=\"//bestcerakoteflorida.com/wp-content/uploads/2018/09/Logo.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1602be45437\" style=\"\" wfd-id=\"53\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1602be56dfc\" wfd-id=\"55\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-165bd4f227a\" wfd-id=\"56\">\n<div class=\"tve-content-box-background\" wfd-id=\"68\"></div>\n<div class=\"tve-cb\" wfd-id=\"57\"><div class=\"tcb-clear\" data-css=\"tve-u-1602bf36e2c\" wfd-id=\"65\"><div class=\"thrv_wrapper tve_image_caption tcb-mobile-hidden\" data-css=\"tve-u-1602be7db66\" data-float=\"1\" wfd-id=\"66\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"67\"><img class=\"tve_image wp-image-7369\" alt=\"\" width=\"64\" height=\"64\" title=\"location\" data-id=\"7369\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/location.png\" style=\"width: 100%;\"></span></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1602bf25f10\" wfd-id=\"58\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1602befe215\" wfd-id=\"59\"><p data-css=\"tve-u-1602bfa220e\"><strong><span data-css=\"tve-u-1602b324a9b\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"64\">67 E. 3rd Street</span></strong><span data-css=\"tve-u-1602b324a9c\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"63\"> </span><span data-css=\"tve-u-1602b324ab9\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"62\">Suite B New York, NY 10003</span></p></div></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-165bd51a9f2\" style=\"\" wfd-id=\"48\"><div class=\"tcb-col\" wfd-id=\"50\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-165bd517164\" wfd-id=\"51\" data-float=\"1\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"52\"><img class=\"tve_image wp-image-282\" alt=\"\" width=\"300\" height=\"275\" title=\"CertifiedLogo\" data-id=\"282\" src=\"//bestcerakoteflorida.com/wp-content/uploads/2018/09/CertifiedLogo-300x275.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-165bd4fd5d9\" style=\"\" wfd-id=\"41\"><div class=\"tcb-col\" data-css=\"tve-u-165d1889c2a\" wfd-id=\"43\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-165bd9a6720\" wfd-id=\"44\"><p data-css=\"tve-u-165bd50a2bd\">â€‹954-848-1911<span data-css=\"tve-u-165d188fb6d\" wfd-id=\"47\"></span><br></p></div></div></div></div></div></div>\n</div>'),(3146,302,'tve_revision_tve_has_wistia_popover','0'),(3147,106,'tve_updated_post_tcb2-flat-2-0-homepage','<div class=\"thrv_wrapper thrv-page-section\" style=\"z-index: 8;\" data-css=\"tve-u-15e40e4b335\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15e40e4a398\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15e3fa896f1\" style=\"z-index: 8;\"><div class=\"tcb-clear\" data-css=\"tve-u-15e40e54abc\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15e3fac66f5\" data-clear=\"both\" style=\"\" data-float=\"1\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-5786\" alt=\"\" width=\"573\" height=\"147\" title=\"moon-lp-logo-2\" data-id=\"5786\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/moon-lp-logo-2.png\" style=\"width: 100%;\"></span></div></div><div class=\"tcb-clear\" data-css=\"tve-u-15e40e31c3f\"><div class=\"thrv_wrapper thrv_widget_menu\" data-tve-style=\"tve_horizontal\" style=\"z-index: 8;\" data-css=\"tve-u-15e40dc3e17\" data-float=\"1\">\n<div class=\"thrive-shortcode-config\" style=\"display: none !important\">__CONFIG_widget_menu__{\"menu_id\":29,\"color\":\"tve_red\",\"dir\":\"tve_horizontal\",\"font_class\":\"\",\"font_size\":\"\",\"ul_attr\":\"\",\"link_attr\":\"\",\"top_link_attr\":\"\",\"trigger_attr\":\"\",\"primary\":\"\",\"background_hover\":\"#####rgb(253, 157, 51)\",\"main_hover\":\"#####rgb(242, 111, 33)\",\"child_hover\":\"#####rgb(251, 203, 75)\",\"head_css\":\"tve-u-15e40dd684c\"}__CONFIG_widget_menu__</div>\n</div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-15e40edd5ea\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15e40db7a0c\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15e3fa896f1\"><div class=\"thrv_wrapper thrv_heading\" style=\"\" data-css=\"tve-u-15e3faa7010\" data-tag=\"h1\"><h1 data-css=\"tve-u-15e40dfc2e4\" style=\"text-align: center;\"><strong>Do More, Effortlessly - With â€œMoon 2.0â€</strong></h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" data-css=\"tve-u-15e3fa4aa29\"><p data-css=\"tve-u-15e40f0032c\" style=\"text-align: center;\">Discover the <strong>faster</strong>, <strong>easier way</strong> to get things done.</p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15e40f20b18\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-5794\" alt=\"\" width=\"1046\" height=\"346\" title=\"moon-computer-image\" data-id=\"5794\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/moon-computer-image.png\"></span></div><div class=\"thrv_wrapper thrv-button tve_ea_thrive_lightbox\" data-css=\"tve-u-1638ff56ea4\">\n<a href=\"\" class=\"tcb-button-link tve_evt_manager_listen tve_et_click\" data-tcb-events=\"__TCB_EVENT_[{&quot;config&quot;:{&quot;l_anim&quot;:&quot;zoom_in&quot;,&quot;l_id&quot;:&quot;303&quot;},&quot;a&quot;:&quot;thrive_lightbox&quot;,&quot;t&quot;:&quot;click&quot;}]_TNEVE_BCT__\">\n<span class=\"tcb-button-texts\"><span class=\"tcb-button-text thrv-inline-text\">Start Your Free Trial</span></span>\n</a>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-15e40f6851f\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15e3fa881a8\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15e3fa896f1\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" data-css=\"tve-u-15e40f6511c\"><p data-css=\"tve-u-15efc879311\" style=\"text-align: center;\"><strong>Leading companies trust in Moon:</strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15e40f6d0b1\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-5798\" alt=\"\" width=\"1025\" height=\"97\" title=\"moon.logos\" data-id=\"5798\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/moon.logos_.png\"></span></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-15e40f9825e\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15e40f595cf\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15e3fa896f1\"><div class=\"thrv_wrapper thrv_heading\" style=\"\" data-css=\"tve-u-15e3fa4ae00\" data-tag=\"h2\"><h2 data-css=\"tve-u-15efc8754b7\" style=\"text-align: center;\"><strong>Why Choose Moon?</strong></h2></div><div class=\"thrv_wrapper thrv-columns\" style=\"\" data-css=\"tve-u-15e40fb18b0\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-15e40fbe5d1\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-15e40fbefe7\" style=\"\"><div class=\"tcb-col tve_empty_dropzone\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-15e41037702\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15e41035fbd\"></div>\n<div class=\"tve-cb tve_empty_dropzone\"><div class=\"thrv_wrapper tve_image_caption tcb-mobile-hidden tcb-tablet-hidden\" data-css=\"tve-u-15e40fce057\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-5803\" alt=\"\" width=\"75\" height=\"189\" title=\"moon-arrow\" data-id=\"5803\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/moon-arrow.png\"></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15e40fb358d\" style=\"\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-5801\" alt=\"\" width=\"351\" height=\"350\" title=\"moon-feature-1\" data-id=\"5801\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/moon-feature-1.png\" style=\"width: 100%;\"></span></div></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-15e40fbeff2\" style=\"\"><div class=\"tcb-col tve_empty_dropzone\" style=\"\" data-css=\"tve-u-15efc897a45\"><div class=\"thrv_wrapper thrv_heading\" style=\"\" data-css=\"tve-u-15e3fa4b853\" data-tag=\"h3\"><h3 data-css=\"tve-u-15e40dd36d7\">Describe a core benefit here</h3></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" data-css=\"tve-u-15e41020ebe\"><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec vel tristique dui, et dictum nulla. Etiam pharetra in orci vel fermentum. Phasellus quis augue vitae enim ultricies feugiat in sed felis. Nullam sollicitudin efficitur semper. Phasellus lobortis mi a neque congue posuere. Sed sed nisl ullamcorper</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" style=\"\" data-css=\"tve-u-15e40ffb7c6\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2 tcb-mobile-edit\" data-css=\"tve-u-15e40ffbdae\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-15e40fbefe7\" style=\"\"><div class=\"tcb-col tve_empty_dropzone\"><div class=\"thrv_wrapper tve_image_caption tcb-tablet-hidden tcb-mobile-hidden\" data-css=\"tve-u-15e41003235\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-5807\" alt=\"\" width=\"80\" height=\"188\" title=\"moon-arrow-2\" data-id=\"5807\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/moon-arrow-2.png\"></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15e4100ba26\" style=\"\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-5808\" alt=\"\" width=\"351\" height=\"350\" title=\"moon-feature-2\" data-id=\"5808\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/moon-feature-2.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-15e40fbeff2\" style=\"\"><div class=\"tcb-col tve_empty_dropzone\" style=\"\" data-css=\"tve-u-15e40ffb2be\"><div class=\"thrv_wrapper thrv_heading\" style=\"\" data-css=\"tve-u-15e4100ccde\" data-tag=\"h3\"><h3 data-css=\"tve-u-15e40dd36d7\">A different core benefit presented</h3></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" data-css=\"tve-u-15e40fc4f4f\"><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec vel tristique dui, et dictum nulla. Etiam pharetra in orci vel fermentum. Phasellus quis augue vitae enim ultricies feugiat in sed felis. Nullam sollicitudin efficitur semper. Phasellus lobortis mi a neque congue posuere. Sed sed nisl ullamcorper</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" style=\"\" data-css=\"tve-u-15e4bc3bc43\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-15e40fbe5d1\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-15e40fbefe7\" style=\"\"><div class=\"tcb-col tve_empty_dropzone\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-15e41037702\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15e41035fbd\"></div>\n<div class=\"tve-cb tve_empty_dropzone\"><div class=\"thrv_wrapper tve_image_caption tcb-mobile-hidden tcb-tablet-hidden\" data-css=\"tve-u-15e40fce057\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-5803\" alt=\"\" width=\"75\" height=\"189\" title=\"moon-arrow\" data-id=\"5803\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/moon-arrow.png\"></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15e4bc442cb\" style=\"\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-5839\" alt=\"\" width=\"351\" height=\"350\" title=\"moon-feature-3\" data-id=\"5839\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/moon-feature-3.png\" style=\"width: 100%;\"></span></div></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-15e40fbeff2\" style=\"\"><div class=\"tcb-col tve_empty_dropzone\" style=\"\" data-css=\"tve-u-15e40fb46b2\"><div class=\"thrv_wrapper thrv_heading\" style=\"\" data-css=\"tve-u-15e4bc3daa6\" data-tag=\"h3\"><h3 data-css=\"tve-u-15e40dd36d7\">Repeat benefit sections as needed</h3></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" data-css=\"tve-u-15e41020ebe\"><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec vel tristique dui, et dictum nulla. Etiam pharetra in orci vel fermentum. Phasellus quis augue vitae enim ultricies feugiat in sed felis. Nullam sollicitudin efficitur semper. Phasellus lobortis mi a neque congue posuere. Sed sed nisl ullamcorper</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section on_hover\" style=\"\" data-css=\"tve-u-15efc72e013\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15e3fa999e0\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15e3fa896f1\"><div class=\"thrv_wrapper thrv_heading\" style=\"\" data-css=\"tve-u-15e3fa4ae00\" data-tag=\"h2\"><h2 data-css=\"tve-u-15efc876a75\" style=\"text-align: center;\"><strong>What Our Users Are Saying:</strong></h2></div><div class=\"thrv_wrapper thrv-columns\" style=\"\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-15efc73ed3f\"><div class=\"tcb-flex-col\"><div class=\"tcb-col tve_empty_dropzone\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-15efc869bd0\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15efc741ecd\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15efc74bc6b\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" data-css=\"tve-u-15efc75eab2\"><p>Morbi accumsan ipsum velit. Nam nec tellus a odio adec tincidunt auctor ornare odio. Sed non mauris erat consequat auctor eu in elit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.</p><p><br></p><p><strong>Anna Smith</strong> - CEO, Incorp</p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-15efc84bba4\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb tve_empty_dropzone\"><div class=\"tcb-clear\" data-css=\"tve-u-15efc7c7bdf\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15efc7c5484\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-18982\" alt=\"\" width=\"170\" height=\"170\" title=\"test1_image\" data-id=\"18982\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/test1_image.jpg\"></span></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" data-css=\"tve-u-1638fdaf11f\"><p data-css=\"tve-u-15efc7d67d4\">â€œ</p></div></div>\n</div></div>\n</div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col tve_empty_dropzone\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-15efc74101b\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15efc741ecd\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15efc74bc6b\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" data-css=\"tve-u-15efc75eab2\"><p>Morbi accumsan ipsum velit. Nam nec tellus a odio adec tincidunt auctor ornare odio. Sed non mauris erat consequat auctor eu in elit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.</p><p><br></p><p><strong>Marc Jacobs</strong> - Manager</p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-15efc7c0d92\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb tve_empty_dropzone\"><div class=\"tcb-clear\" data-css=\"tve-u-15efc7c7bdf\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15efc835a18\" style=\"\" data-clear=\"both\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-18984\" alt=\"\" width=\"170\" height=\"170\" title=\"test2_image\" data-id=\"18984\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/test2_image.jpg\"></span></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" data-css=\"tve-u-15efc7df57b\"><p data-css=\"tve-u-15efc7d67d4\">â€œ</p></div></div>\n</div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-15efc8da6b5\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15efc8acade\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15e3fa896f1\"><div class=\"thrv_wrapper thrv_heading\" style=\"\" data-css=\"tve-u-15efc8cd031\" data-tag=\"h2\"><h2 data-css=\"tve-u-15efc876a75\" style=\"text-align: center;\"><strong>Don\'t Hesitate, Get Started With Moon 2.0 Today!</strong></h2></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" data-css=\"tve-u-15efc8dbf7e\"><p data-css=\"tve-u-15efc8c8aab\" style=\"text-align: center;\">Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor nam ornare odio. Sed non mauris vitae erat consequat auctor eu in elit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.</p></div><div class=\"thrv_wrapper thrv-button tve_ea_thrive_lightbox\" data-css=\"tve-u-1638ff56ea4\">\n<a href=\"\" class=\"tcb-button-link tve_evt_manager_listen tve_et_click\" data-tcb-events=\"__TCB_EVENT_[{&quot;config&quot;:{&quot;l_anim&quot;:&quot;zoom_in&quot;,&quot;l_id&quot;:&quot;303&quot;},&quot;a&quot;:&quot;thrive_lightbox&quot;,&quot;t&quot;:&quot;click&quot;}]_TNEVE_BCT__\">\n<span class=\"tcb-button-texts\"><span class=\"tcb-button-text thrv-inline-text\">Start Your Free Trial</span></span>\n</a>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-15efc8f4e1a\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15e3faa1011\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15e3fa896f1\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\"><p data-css=\"tve-u-15efc8f3f68\" style=\"text-align: center;\">Â© Company Name. All rights Reserved I <u>Disclaimer</u></p></div></div>\n</div>'),(3148,106,'tve_custom_css_tcb2-flat-2-0-homepage','@import url(\"//fonts.googleapis.com/css?family=Hind:300,500,400,600&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Pacifico:400,&subset=latin\");@media (min-width: 300px){#tcb_landing_page h6 strong { font-weight: 500; }#tcb_landing_page h6 { font-family: Hind; font-weight: 300; font-size: 24px; }#tcb_landing_page h5 strong { font-weight: 500; }#tcb_landing_page h5 { font-family: Hind; font-weight: 300; font-size: 30px; }#tcb_landing_page h4 strong { font-weight: 500; }#tcb_landing_page h4 { font-family: Hind; font-weight: 300; font-size: 37px; line-height: 1.2em; }#tve_editor [data-css=\"tve-u-15efc8f3f68\"] { color: rgb(153, 153, 153) !important; }[data-css=\"tve-u-15efc8dbf7e\"] { max-width: 900px; float: none; margin-bottom: 30px !important; margin-left: auto !important; margin-right: auto !important; }#tve_editor [data-css=\"tve-u-15efc8c8aab\"] { color: rgb(44, 45, 50) !important; }[data-css=\"tve-u-15efc879311\"] { line-height: 1.4em !important; }#tve_editor [data-css=\"tve-u-15efc879311\"] { font-size: 24px !important; }[data-css=\"tve-u-15efc7df57b\"] { right: 150px; bottom: 0px; position: absolute !important; }[data-css=\"tve-u-15efc7d67d4\"] { line-height: 0.2em !important; }#tve_editor [data-css=\"tve-u-15efc7d67d4\"] { font-size: 220px !important; color: rgb(242, 111, 33) !important; font-family: Georgia, serif !important; }[data-css=\"tve-u-15efc7c7bdf\"]::after { clear: both; }[data-css=\"tve-u-15efc7c5484\"] { width: 150px; float: right; z-index: 3; position: relative; border: 7px solid rgb(254, 197, 82); border-radius: 200px; overflow: hidden; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-15efc7c0d92\"] { margin: -45px 0px -70px !important; }[data-css=\"tve-u-15efc75eab2\"] { margin-bottom: 12px !important; }#tve_editor .thrv-content-box [data-css=\"tve-u-15efc74bc6b\"] p, #tve_editor .thrv-content-box [data-css=\"tve-u-15efc74bc6b\"] li, #tve_editor .thrv-content-box [data-css=\"tve-u-15efc74bc6b\"] blockquote, #tve_editor .thrv-content-box [data-css=\"tve-u-15efc74bc6b\"] address { color: rgb(44, 45, 50); }[data-css=\"tve-u-15efc741ecd\"] { border-radius: 20px; overflow: hidden; background-color: rgb(254, 197, 82) !important; }[data-css=\"tve-u-15efc74101b\"] { margin: 0px !important; padding: 34px 34px 1px !important; }[data-css=\"tve-u-15efc73ed3f\"] { margin-left: -54px; }[data-css=\"tve-u-15efc73ed3f\"] > .tcb-flex-col { padding-left: 54px; }[data-css=\"tve-u-15e40fce057\"] + div { clear: none; }[data-css=\"tve-u-15e40fce057\"] { width: 75px; position: absolute; top: 39px; right: -27px; z-index: 99; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-15e40fc4f4f\"] { background-image: none !important; }[data-css=\"tve-u-15e40fbeff2\"] { max-width: 65%; }[data-css=\"tve-u-15e40fbefe7\"] { max-width: 35%; }[data-css=\"tve-u-15e40fbe5d1\"] { margin-left: -42px; }[data-css=\"tve-u-15e40fbe5d1\"] > .tcb-flex-col { padding-left: 42px; }[data-css=\"tve-u-15e40fb46b2\"] { background-image: none !important; }[data-css=\"tve-u-15e40fb358d\"] { float: none; margin-left: auto; margin-right: auto; width: 351px; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-15e40fb18b0\"] { background-image: none !important; margin-bottom: 40px !important; }[data-css=\"tve-u-15e40f6d0b1\"] { float: none; margin-left: auto; margin-right: auto; width: 1025px; margin-top: 0px !important; }[data-css=\"tve-u-15e40f6511c\"] { background-image: none !important; }[data-css=\"tve-u-15e40f20b18\"] + div { clear: none; }[data-css=\"tve-u-15e40f20b18\"] { float: none; margin-left: auto; margin-right: auto; width: 1046px; margin-bottom: 40px !important; }#tve_editor [data-css=\"tve-u-15e40f0032c\"] { font-size: 27px !important; color: rgb(25, 24, 24) !important; }[data-css=\"tve-u-15e40dd684c\"] .tve_w_menu > li > a { color: rgb(25, 24, 24) !important; }#tve_editor [data-css=\"tve-u-15e40dfc2e4\"] { color: rgb(25, 24, 24) !important; }[data-css=\"tve-u-15e40dd684c\"] .tve-m-trigger { color: rgb(25, 24, 24) !important; }[data-css=\"tve-u-15e40dc3e17\"] p, [data-css=\"tve-u-15e40dc3e17\"] li, [data-css=\"tve-u-15e40dc3e17\"] blockquote, [data-css=\"tve-u-15e40dc3e17\"] address { font-weight: bold !important; }#tve_editor [data-css=\"tve-u-15e40dc3e17\"] p, #tve_editor [data-css=\"tve-u-15e40dc3e17\"] li, #tve_editor [data-css=\"tve-u-15e40dc3e17\"] blockquote, #tve_editor [data-css=\"tve-u-15e40dc3e17\"] address { font-family: Hind; font-weight: 300; }[data-css=\"tve-u-15e40dd684c\"] .tve_w_menu > li > a:hover { color: rgb(242, 111, 33) !important; }#tve_editor [data-css=\"tve-u-15e40dd36d7\"] { color: rgb(242, 111, 33) !important; }[data-css=\"tve-u-15e40dc3e17\"] { text-align: right; max-width: 244px; float: right; z-index: 30; position: relative; width: 100%; background-image: none !important; margin-top: 14px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-15e3fac66f5\"] { width: 230px; float: left; z-index: 3; position: relative; margin-top: 0px !important; margin-bottom: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-15e3faa7010\"] { max-width: 940px; background-image: none !important; margin: 0px auto 30px !important; }[data-css=\"tve-u-15e3fa896f1\"] { max-width: 1080px; }[data-css=\"tve-u-15e3fa881a8\"] { background-image: none !important; }#tcb_landing_page a:not(.tcb-button-link) { color: rgb(242, 111, 33); text-decoration: underline; }#tcb_landing_page h3 { font-family: Pacifico; font-weight: 400; color: rgb(242, 111, 33); font-size: 42px; line-height: 1.3em; }#tcb_landing_page h2 strong { font-weight: 500; }#tcb_landing_page h2 { font-family: Hind; font-weight: 300; color: rgb(25, 24, 24); font-size: 60px; line-height: 1.2em; }#tcb_landing_page h1 strong { font-weight: 500; }#tcb_landing_page h1 { color: rgb(25, 24, 24); font-family: Hind; font-weight: 300; font-size: 80px; line-height: 1.1em; }#tcb_landing_page p strong, #tcb_landing_page li strong { font-weight: 500; }#tcb_landing_page p, #tcb_landing_page li { font-family: Hind; font-weight: 300; font-size: 20px; line-height: 1.5em; color: rgb(102, 102, 102); }[data-css=\"tve-u-15e3fa4b853\"] { background-image: none !important; margin-bottom: 10px !important; margin-top: 43px !important; }[data-css=\"tve-u-15e3fa4ae00\"] { background-image: none !important; }[data-css=\"tve-u-15e3fa4aa29\"] { background-image: none !important; margin-bottom: 20px !important; }[data-css=\"tve-u-15e09c94f7d\"] { background-color: rgb(255, 255, 255); background-image: none !important; }#tcb_landing_page a:hover:not(.tcb-button-link) { color: rgb(206, 87, 17); text-decoration: underline; }[data-css=\"tve-u-15e3fa999e0\"] { background-image: none !important; background-color: rgb(245, 215, 110) !important; }[data-css=\"tve-u-15e3faa1011\"] { background-image: none !important; background-color: rgb(44, 45, 50) !important; }#tcb_landing_page .tve-state-hovera:not(.tcb-button-link) { color: rgb(206, 87, 17); text-decoration: underline; }[data-css=\"tve-u-15e40db7a0c\"] { background-image: none !important; background-color: rgb(245, 215, 110) !important; }[data-css=\"tve-u-15e40e4a398\"] { background-image: none !important; background-color: rgb(245, 215, 110) !important; }[data-css=\"tve-u-15e40e4b335\"] { z-index: 30; border-bottom: 1px solid rgba(255, 255, 255, 0.3); padding: 20px 20px 40px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-15e40edd5ea\"] { padding: 40px 20px 60px !important; margin-top: -1px !important; }[data-css=\"tve-u-15e40f595cf\"] { background-image: none !important; }[data-css=\"tve-u-15e40f6851f\"] { border-bottom: 1px solid rgb(225, 225, 225); padding: 30px 20px 0px !important; }[data-css=\"tve-u-15e40f9825e\"] { padding: 80px 20px 40px !important; }[data-css=\"tve-u-15e40ffb2be\"] { text-align: right; background-image: none !important; }[data-css=\"tve-u-15e40ffb7c6\"] { background-image: none !important; margin-bottom: 40px !important; }[data-css=\"tve-u-15e40ffbdae\"] { margin-left: -42px; flex-direction: row-reverse; }[data-css=\"tve-u-15e40ffbdae\"] > .tcb-flex-col { padding-left: 42px; }[data-css=\"tve-u-15e41003235\"] + div { clear: none; }[data-css=\"tve-u-15e41003235\"] { width: 80px; position: absolute; top: 36px; z-index: 99; float: none; margin-left: auto; margin-right: auto; left: -28px; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-15e4100ba26\"] { float: none; margin-left: auto; margin-right: auto; width: 351px; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-15e4100ccde\"] { background-image: none !important; margin-bottom: 10px !important; margin-top: 43px !important; }[data-css=\"tve-u-15e41020ebe\"] { background-image: none !important; }[data-css=\"tve-u-15e4bc3bc43\"] { background-image: none !important; margin-bottom: 40px !important; }[data-css=\"tve-u-15e4bc3daa6\"] { background-image: none !important; margin-bottom: 10px !important; margin-top: 43px !important; }[data-css=\"tve-u-15e4bc442cb\"] { float: none; margin-left: auto; margin-right: auto; width: 351px; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-15efc72e013\"] { padding: 80px 20px 100px !important; }[data-css=\"tve-u-15efc835a18\"] { width: 150px; float: right; z-index: 3; position: relative; border: 7px solid rgb(254, 197, 82); border-radius: 200px; overflow: hidden; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-15efc84bba4\"] { margin: -45px 0px -70px !important; }[data-css=\"tve-u-15efc869bd0\"] { margin: 0px !important; padding: 34px 34px 1px !important; }[data-css=\"tve-u-15efc897a45\"] { background-image: none !important; }[data-css=\"tve-u-15efc8acade\"] { background-image: none !important; background-color: rgb(254, 197, 82) !important; }[data-css=\"tve-u-15efc8cd031\"] { max-width: 900px; float: none; background-image: none !important; margin-bottom: 20px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15efc8da6b5\"] { padding: 80px 20px 70px !important; }[data-css=\"tve-u-15efc8f4e1a\"] { padding: 30px 20px 20px !important; }#tcb_landing_page a.tve-state-hover:not(.tcb-button-link) { color: rgb(206, 87, 17); text-decoration: underline; }[data-css=\"tve-u-1638fdaf11f\"] { right: 150px; bottom: 0px; position: absolute !important; }#tve_editor [data-css=\"tve-u-1638ff56ea4\"]:hover .tcb-button-link { background-image: none !important; background-color: rgb(245, 126, 55) !important; }#tve_editor [data-css=\"tve-u-1638ff56ea4\"] .tcb-button-link { font-family: Hind; font-weight: 300; font-size: 22px; line-height: 1em; }[data-css=\"tve-u-1638ff56ea4\"] .tcb-button-link { text-transform: uppercase; letter-spacing: 1px; border-radius: 8px; overflow: hidden; border-bottom: 3px solid rgb(215, 99, 30); background-image: none !important; font-weight: bold !important; padding: 24px 24px 20px !important; background-color: rgb(242, 111, 33) !important; box-shadow: rgba(212, 95, 25, 0.3) 0px 8px 30px; }}@media (max-width: 1023px){#tcb_landing_page h2 { font-size: 55px; }#tcb_landing_page h1 { font-size: 70px; }[data-css=\"tve-u-15efc73ed3f\"] { margin-left: -24px; }[data-css=\"tve-u-15efc73ed3f\"] > .tcb-flex-col { padding-left: 24px; }[data-css=\"tve-u-15efc7c0d92\"] { margin-top: 0px !important; }[data-css=\"tve-u-15e40fb46b2\"] { background-image: none !important; }[data-css=\"tve-u-15e41037702\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-15e41035fbd\"] { background-image: none !important; }[data-css=\"tve-u-15e41020ebe\"] { background-image: none !important; }[data-css=\"tve-u-15e40ffb7c6\"] { background-image: none !important; }[data-css=\"tve-u-15e40f595cf\"] { background-image: none !important; }#tve_editor [data-css=\"tve-u-15e40dfc2e4\"] { font-size: 60px !important; }[data-css=\"tve-u-15e3faa7010\"] { background-image: none !important; }[data-css=\"tve-u-15e3faa1011\"] { background-image: none !important; }[data-css=\"tve-u-15e40dc3e17\"] { background-image: none !important; }[data-css=\"tve-u-15e3fa4ae00\"] { background-image: none !important; }[data-css=\"tve-u-15efc84bba4\"] { margin-top: 0px !important; }[data-css=\"tve-u-15efc897a45\"] { background-image: none !important; }[data-css=\"tve-u-15efc8cd031\"] { background-image: none !important; }}@media (max-width: 767px){#tcb_landing_page h4 { font-size: 32px; }#tcb_landing_page h3 { font-size: 36px; }#tcb_landing_page h2 { font-size: 43px; }#tcb_landing_page h1 { font-size: 50px; }[data-css=\"tve-u-15e4bc3daa6\"] { margin-top: 20px !important; }[data-css=\"tve-u-15e4bc442cb\"] { width: 200px; }[data-css=\"tve-u-15e4100ccde\"] { margin-top: 20px !important; }[data-css=\"tve-u-15e4100ba26\"] { width: 200px; }[data-css=\"tve-u-15e3fa4b853\"] { margin-top: 20px !important; }[data-css=\"tve-u-15e40fb358d\"] { width: 200px; }[data-css=\"tve-u-15e40fb46b2\"] { text-align: center; }[data-css=\"tve-u-15e40ffb2be\"] { text-align: center; }[data-css=\"tve-u-15efc897a45\"] { text-align: center; }#tve_editor [data-css=\"tve-u-15efc879311\"] { font-size: 15px !important; }#tve_editor [data-css=\"tve-u-15efc876a75\"] { font-size: 36px !important; }#tve_editor [data-css=\"tve-u-15efc8754b7\"] { font-size: 36px !important; }[data-css=\"tve-u-15efc74101b\"] { padding-left: 14px !important; padding-top: 14px !important; padding-right: 14px !important; margin-bottom: 100px !important; }[data-css=\"tve-u-15e40ffbdae\"] { flex-direction: column; }#tve_editor [data-css=\"tve-u-15e40dfc2e4\"] { font-size: 36px !important; }[data-css=\"tve-u-15e3faa7010\"] { background-image: none !important; margin-bottom: 20px !important; }[data-css=\"tve-u-15e40dc3e17\"] { max-width: 80px; background-image: none !important; margin-top: 2px !important; }[data-css=\"tve-u-15e3fac66f5\"] { width: 200px; }[data-css=\"tve-u-15e3fa881a8\"] { background-image: none !important; }[data-css=\"tve-u-15e3fa999e0\"] { background-image: none !important; }[data-css=\"tve-u-15e3faa1011\"] { background-image: none !important; }[data-css=\"tve-u-15e40db7a0c\"] { background-image: none !important; }[data-css=\"tve-u-15e40e4a398\"] { background-image: none !important; }[data-css=\"tve-u-15e40e4b335\"] { padding-left: 10px !important; padding-right: 10px !important; }[data-css=\"tve-u-15e40edd5ea\"] { padding: 20px 10px 30px !important; }[data-css=\"tve-u-15e40f595cf\"] { background-image: none !important; }[data-css=\"tve-u-15e40f6851f\"] { padding-left: 10px !important; padding-right: 10px !important; padding-top: 10px !important; }[data-css=\"tve-u-15e40f9825e\"] { padding-left: 10px !important; padding-right: 10px !important; padding-bottom: 20px !important; }[data-css=\"tve-u-15efc72e013\"] { padding: 40px 10px 50px !important; }[data-css=\"tve-u-15efc869bd0\"] { padding-left: 14px !important; padding-top: 14px !important; padding-right: 14px !important; margin-bottom: 100px !important; }[data-css=\"tve-u-15efc8acade\"] { background-image: none !important; }[data-css=\"tve-u-15efc8da6b5\"] { padding: 40px 10px 50px !important; }[data-css=\"tve-u-15efc8f4e1a\"] { padding-left: 10px !important; padding-right: 10px !important; }}'),(3149,106,'tve_user_custom_css_tcb2-flat-2-0-homepage','.thrv_text_element p { margin: 0;}\n.thrv_heading h1,h2,h3,h4,h5 {margin: 0;}\n'),(3150,106,'tve_has_masonry_tcb2-flat-2-0-homepage','0'),(3151,106,'tve_has_typefocus_tcb2-flat-2-0-homepage',''),(3152,106,'tve_has_wistia_popover_tcb2-flat-2-0-homepage',''),(3153,106,'tve_page_events_tcb2-flat-2-0-homepage','a:0:{}'),(3154,106,'thrive_icon_pack_tcb2-flat-2-0-homepage',''),(3155,106,'tve_disable_theme_dependency_tcb2-flat-2-0-homepage','1'),(3156,106,'tve_globals_tcb2-flat-2-0-homepage','a:3:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";s:11:\"lightbox_id\";i:0;s:6:\"lb_map\";a:1:{i:6462;i:303;}}'),(3158,303,'tve_disable_theme_dependency',''),(3159,303,'tve_user_custom_css',''),(3160,303,'tve_globals','a:3:{s:1:\"e\";s:1:\"1\";s:11:\"content_css\";s:17:\"tve-u-15efc939786\";s:9:\"close_css\";s:17:\"tve-u-15efc938bff\";}'),(3161,303,'tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Hind:400,500&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-1638fe8c071\"] { color: rgb(181, 181, 181) !important; }[data-css=\"tve-u-1638fe85dc0\"] { margin-top: 14px !important; }[data-css=\"tve-u-15efc9f3e9b\"] { margin-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-15efc98dee7\"]:hover input { border: 1px solid rgb(183, 183, 183); }#tve_editor [data-css=\"tve-u-15efc98dee4\"]:hover input { border: 1px solid rgb(183, 183, 183); }#tve_editor [data-css=\"tve-u-15efc9acde0\"]:hover button { background-color: rgb(242, 127, 59) !important; }#tve_editor [data-css=\"tve-u-15efc98dee7\"] input, #tve_editor [data-css=\"tve-u-15efc98dee7\"] input::placeholder { color: rgb(140, 140, 140) !important; }#tve_editor [data-css=\"tve-u-15efc98dee4\"] input, #tve_editor [data-css=\"tve-u-15efc98dee4\"] input::placeholder { color: rgb(140, 140, 140) !important; }#tve_editor [data-css=\"tve-u-15efc9acde0\"] button { font-family: Hind; font-size: 30px; border-radius: 6px; overflow: hidden; box-shadow: rgb(215, 99, 30) 0px 3px 0px; font-weight: bold !important; margin-top: 0px !important; background-color: rgb(242, 111, 33) !important; padding: 16px !important; }#tve_editor [data-css=\"tve-u-15efc98dee7\"] input { font-family: Hind; font-weight: 400; font-size: 22px; border: 1px solid rgb(219, 219, 219); border-radius: 6px; overflow: hidden; margin-top: 0px !important; padding: 22px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; margin-bottom: 16px !important; }#tve_editor [data-css=\"tve-u-15efc98dee4\"] input { font-family: Hind; font-weight: 400; font-size: 22px; border: 1px solid rgb(219, 219, 219); border-radius: 6px; overflow: hidden; margin-top: 0px !important; padding: 22px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; margin-bottom: 16px !important; }[data-css=\"tve-u-15efc97afe7\"] { border-bottom: 1px solid rgba(51, 51, 51, 0.14) !important; }[data-css=\"tve-u-15efc974c40\"] h3 { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-15efc974c40\"] h2 { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-15efc974c40\"] h1 { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-15efc974c40\"] p { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-15efc9650c9\"] { line-height: 1.1em !important; }[data-css=\"tve-u-15efc9650c9\"] strong { font-weight: 500; }#tve_editor [data-css=\"tve-u-15efc9650c9\"] { font-weight: 400; font-family: Hind !important; color: rgb(25, 24, 24) !important; font-size: 46px !important; }[data-css=\"tve-u-15efc94ec50\"]::after { clear: both; }[data-css=\"tve-u-15efc94d2ef\"] { font-size: 28px; float: right; z-index: 3; position: relative; width: 28px; height: 28px; margin: 10px 10px 0px 0px !important; }[data-css=\"tve-u-15efc948206\"] { min-height: 50px; }[data-css=\"tve-u-15efc9453a2\"] { background-color: rgb(245, 215, 110) !important; }[data-css=\"tve-u-15efc93e870\"] { margin: 0px !important; }[data-css=\"tve-u-15efc939786\"] { overflow: hidden; max-width: 660px !important; border-radius: 0px !important; padding: 0px !important; }[data-css=\"tve-u-15efc938bff\"] { display: none !important; }[data-css=\"tve-u-15efc96e19d\"] { margin: 0px !important; padding: 34px !important; }[data-css=\"tve-u-15efc9858be\"] { line-height: 1.3em !important; }[data-css=\"tve-u-15efc9858be\"] strong { font-weight: 500; }#tve_editor [data-css=\"tve-u-15efc9858be\"] { font-weight: 400; font-family: Hind !important; color: rgb(25, 24, 24) !important; font-size: 24px !important; }[data-css=\"tve-u-15efc9f6ef2\"] { margin: 0px !important; padding: 34px !important; }[data-css=\"tve-u-1638fe6ca94\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1638fe6ca94\"] strong { font-weight: 500; }#tve_editor [data-css=\"tve-u-1638fe6ca94\"] { font-weight: 400; font-family: Hind !important; color: rgb(194, 194, 194) !important; font-size: 13px !important; }}@media (max-width: 767px){#tve_editor [data-css=\"tve-u-15efc98dee7\"] input { padding: 16px !important; }#tve_editor [data-css=\"tve-u-15efc98dee4\"] input { padding: 16px !important; }#tve_editor [data-css=\"tve-u-15efc9858be\"] { font-size: 21px !important; }[data-css=\"tve-u-15efc96e19d\"] { padding: 10px !important; }#tve_editor [data-css=\"tve-u-15efc9650c9\"] { font-size: 30px !important; }[data-css=\"tve-u-15efc9f6ef2\"] { padding: 10px !important; }#tve_editor [data-css=\"tve-u-1638fe6ca94\"] { font-size: 12px !important; }}'),(3162,303,'tve_updated_post','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-15efc93e870\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15efc9453a2\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15efc948206\"><div class=\"tcb-clear\" data-css=\"tve-u-15efc94ec50\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display tve_evt_manager_listen tve_et_click tve_ea_close_lightbox\" data-css=\"tve-u-15efc94d2ef\" data-tcb-events=\"__TCB_EVENT_[{&quot;config&quot;:{},&quot;a&quot;:&quot;close_lightbox&quot;,&quot;t&quot;:&quot;click&quot;}]_TNEVE_BCT__\"><svg class=\"tcb-icon\" viewBox=\"0 0 30 32\" data-name=\"close\">\n<path d=\"M0.655 2.801l1.257-1.257 27.655 27.655-1.257 1.257-27.655-27.655z\"></path>\n<path d=\"M28.31 1.543l1.257 1.257-27.655 27.655-1.257-1.257 27.655-27.655z\"></path>\n</svg></div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-15efc9f6ef2\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15efc97afe7\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15efc974c40\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone on_hover\" style=\"\"><p data-css=\"tve-u-15efc9650c9\" style=\"text-align: center;\"><strong>Start Getting More Done, Effortlessly</strong></p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-15efc96e19d\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15efc974c40\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\"><p data-css=\"tve-u-15efc9858be\" style=\"text-align: center;\"><strong>Sign up to get started now:</strong></p></div><div class=\"thrv_wrapper thrv_lead_generation\" data-connection=\"api\" style=\"\" data-css=\"tve-u-15efc9f3e9b\"><input type=\"hidden\" class=\"tve-lg-err-msg\" value=\"{&quot;email&quot;:&quot;Email address invalid&quot;,&quot;phone&quot;:&quot;Phone number invalid&quot;,&quot;password&quot;:&quot;Password invalid&quot;,&quot;passwordmismatch&quot;:&quot;Password mismatch error&quot;,&quot;required&quot;:&quot;Required field missing&quot;}\">\n<div class=\"thrv_lead_generation_container tve_clearfix\">\n<form action=\"#\" method=\"post\" novalidate=\"novalidate\">\n<div class=\"tve_lead_generated_inputs_container tve_clearfix tve_empty_dropzone\">\n<div class=\"tve_lg_input_container tve_lg_input\" data-css=\"tve-u-15efc98dee4\" data-tcb_hover_state_parent=\"\">\n<input type=\"text\" data-field=\"name\" name=\"name\" placeholder=\"Name\" data-placeholder=\"Name\" style=\"\">\n</div>\n<div class=\"tve_lg_input_container tve_lg_input\" data-css=\"tve-u-15efc98dee7\" data-tcb_hover_state_parent=\"\">\n<input type=\"email\" data-field=\"email\" data-required=\"1\" data-validation=\"email\" name=\"email\" placeholder=\"Email\" data-placeholder=\"Email\" style=\"\">\n</div>\n<div class=\"tve_lg_input_container tve_submit_container tve_lg_submit\" data-css=\"tve-u-15efc9acde0\" data-tcb_hover_state_parent=\"\">\n<button type=\"submit\" class=\"tve-froala\" style=\"\">GET ACCESS NOW</button>\n</div>\n</div>\n</form>\n</div>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" data-css=\"tve-u-1638fe85dc0\"><p data-css=\"tve-u-1638fe6ca94\" style=\"text-align: center;\">By signing up you agree to our terms &amp; conditions. You will receive email messages from us and you can unsubscribe any time. <span style=\"color: rgb(181, 181, 181);\" data-css=\"tve-u-1638fe8c071\"><a href=\"#\" target=\"_blank\"><u>Privacy policy</u></a><u>.</u></span></p></div></div>\n</div>'),(3163,106,'thrive_tcb_post_fonts_tcb2-flat-2-0-homepage','a:0:{}'),(3164,106,'tve_updated_post_tcb2-icons-1-step-opt-in','<div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-15f160a22e0\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15f15fb7fc5\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15f15fb4409\"><div class=\"thrv_wrapper thrv_heading\" style=\"\"><h1 data-css=\"tve-u-15f28c4e9ad\" style=\"text-align: center;\"><strong>Enter Your Email to Get This Exclusive Deal</strong></h1></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15fc8eb6ed6\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15fc8fec652\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15fc8fba9f7\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-6910\" alt=\"\" width=\"512\" height=\"512\" title=\"ebook_icon_4\" data-id=\"6910\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/ebook_icon_4.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-15fc8fd17d7\"><svg class=\"tcb-icon\" viewBox=\"0 0 22 28\" data-name=\"plus\">\n<path d=\"M22 11.5v3c0 0.828-0.672 1.5-1.5 1.5h-6.5v6.5c0 0.828-0.672 1.5-1.5 1.5h-3c-0.828 0-1.5-0.672-1.5-1.5v-6.5h-6.5c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h6.5v-6.5c0-0.828 0.672-1.5 1.5-1.5h3c0.828 0 1.5 0.672 1.5 1.5v6.5h6.5c0.828 0 1.5 0.672 1.5 1.5z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-15fc8ff53a7\"><svg class=\"tcb-icon\" viewBox=\"0 0 22 28\" data-name=\"plus\">\n<path d=\"M22 11.5v3c0 0.828-0.672 1.5-1.5 1.5h-6.5v6.5c0 0.828-0.672 1.5-1.5 1.5h-3c-0.828 0-1.5-0.672-1.5-1.5v-6.5h-6.5c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h6.5v-6.5c0-0.828 0.672-1.5 1.5-1.5h3c0.828 0 1.5 0.672 1.5 1.5v6.5h6.5c0.828 0 1.5 0.672 1.5 1.5z\"></path>\n</svg></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15fc8fc0661\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-6909\" alt=\"\" width=\"512\" height=\"512\" title=\"pdf_icon\" data-id=\"6909\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/pdf_icon-1.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15fc8fc65a8\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-6907\" alt=\"\" width=\"512\" height=\"512\" title=\"video_player_icon_13\" data-id=\"6907\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/video_player_icon_13.png\" style=\"width: 100%;\"></span></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-15f160b0378\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15f160764b5\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15f16086037\"><div class=\"thrv_wrapper thrv_lead_generation\" data-connection=\"api\" style=\"\" data-css=\"tve-u-15f2460aee4\"><input type=\"hidden\" class=\"tve-lg-err-msg\" value=\"{&quot;email&quot;:&quot;Email address invalid&quot;,&quot;phone&quot;:&quot;Phone number invalid&quot;,&quot;password&quot;:&quot;Password invalid&quot;,&quot;passwordmismatch&quot;:&quot;Password mismatch error&quot;,&quot;required&quot;:&quot;Required field missing&quot;}\">\n<div class=\"thrv_lead_generation_container tve_clearfix\">\n<form action=\"#\" method=\"post\" novalidate=\"novalidate\">\n<div class=\"tve_lead_generated_inputs_container tve_clearfix tve_empty_dropzone\">\n<div class=\"tve_lg_input_container tve_lg_input\" data-css=\"tve-u-15f245fbd65\">\n<input type=\"email\" data-field=\"email\" data-required=\"1\" data-validation=\"email\" name=\"email\" placeholder=\"Enter Your Email\" data-placeholder=\"Enter Your Email\" style=\"\" class=\"\">\n</div>\n<div class=\"tve_lg_input_container tve_submit_container tve_lg_submit\" data-css=\"tve-u-15f245fbd67\" data-tcb_hover_state_parent=\"false\">\n<button type=\"submit\" class=\"tve-froala\" style=\"\">Get it Now</button>\n</div>\n</div>\n<input id=\"_submit_option\" type=\"hidden\" name=\"_submit_option\" value=\"reload\"><input id=\"_back_url\" type=\"hidden\" name=\"_back_url\" value=\"\"><input type=\"hidden\" name=\"__tcb_lg_fc\" id=\"__tcb_lg_fc\" value=\"YTowOnt9\"></form>\n</div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-15f160faeaa\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15f160764b5\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15f16086037\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\"><p style=\"text-align: center;\">Thrive Architect - All Rights Reserved | <a href=\"#\">Disclaimer </a>| <a href=\"#\">Policy</a></p></div></div>\n</div>'),(3165,106,'tve_custom_css_tcb2-icons-1-step-opt-in','@import url(\"//fonts.googleapis.com/css?family=Roboto:400,700,300,500&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-15f2460aee4\"] { margin-top: 30px !important; margin-bottom: 30px !important; }[data-css=\"tve-u-15f160b0378\"] { border-bottom: 1px solid rgb(241, 241, 241); padding-top: 40px !important; padding-bottom: 40px !important; }[data-css=\"tve-u-15f160a22e0\"] { padding-top: 60px !important; padding-bottom: 40px !important; }[data-css=\"tve-u-15f15fb4409\"] h3 { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-15f15fb4409\"] h2 { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-15f15fb4409\"] h1 { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-15f15fb4409\"] p { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-15f15fb7fc5\"] { background-color: rgb(241, 241, 241) !important; }[data-css=\"tve-u-15f15fb4409\"] { max-width: 760px; }#tcb_landing_page a:not(.tcb-button-link) { color: rgb(51, 51, 51); text-decoration: underline; }#tcb_landing_page p strong, #tcb_landing_page li strong { font-weight: 500; }#tcb_landing_page p, #tcb_landing_page li { font-family: Roboto; font-weight: 300; font-size: 18px; line-height: 30px; }#tcb_landing_page h3 strong { font-weight: 700; }#tcb_landing_page h3 { font-family: Roboto; font-weight: 400; color: rgb(0, 0, 0); line-height: 72px; font-size: 48px; }#tcb_landing_page h2 strong { font-weight: 700; }#tcb_landing_page h2 { font-family: Roboto; font-weight: 400; color: rgb(0, 0, 0); font-size: 56px; line-height: 72px; }#tcb_landing_page h1 strong { font-weight: 700; }#tcb_landing_page h1 { font-family: Roboto; font-weight: 400; color: rgb(0, 0, 0); font-size: 63px; line-height: 72px; }[data-css=\"tve-u-15e09c94f7d\"] { background-color: rgb(255, 255, 255); }[data-css=\"tve-u-15f160764b5\"] { background-color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15f16086037\"] h3 { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-15f16086037\"] h2 { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-15f16086037\"] h1 { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-15f16086037\"] p { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-15f16086037\"] { max-width: 500px; }[data-css=\"tve-u-15f160faeaa\"] { border-bottom: none; padding-top: 40px !important; padding-bottom: 40px !important; }#tve_editor [data-css=\"tve-u-15f245fbd65\"] input, #tve_editor [data-css=\"tve-u-15f245fbd65\"] input::placeholder { color: rgb(153, 153, 153) !important; }#tve_editor [data-css=\"tve-u-15f245fbd65\"] input { border: 2px solid rgba(0, 0, 0, 0.05); font-weight: 300; font-size: 20px; line-height: 32px; border-radius: 6px; overflow: hidden; background-color: rgb(255, 255, 255) !important; background-image: none !important; }#tve_editor [data-css=\"tve-u-15f245fbd67\"]:hover button { background-image: linear-gradient(rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0) 100%) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }#tve_editor [data-css=\"tve-u-15f245fbd67\"] button { font-weight: 400; font-size: 23px; border: none; border-radius: 6px; overflow: hidden; box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 2px; background-color: rgb(255, 124, 76) !important; background-image: linear-gradient(rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0) 100%) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-15fc8fec652\"] { min-height: 200px; }[data-css=\"tve-u-15fc8fd17d7\"] { font-size: 40px; width: 40px; height: 40px; position: absolute; top: 60px; left: 140px; }[data-css=\"tve-u-15fc8fc65a8\"] { float: none; width: 150px; position: absolute; top: 0px; left: 342px; }[data-css=\"tve-u-15fc8fc0661\"] + div { clear: none; }[data-css=\"tve-u-15fc8fc0661\"] { float: none; width: 150px; position: absolute; top: 0px; left: 170px; }[data-css=\"tve-u-15fc8fba9f7\"] + div { clear: none; }[data-css=\"tve-u-15fc8fba9f7\"] { float: none; width: 149px; position: absolute; top: 0px; left: 0px; }[data-css=\"tve-u-15fc8eb6ed6\"] { max-width: 500px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15fc8ff53a7\"] { font-size: 40px; width: 40px; height: 40px; position: absolute; top: 60px; left: 305px; }}@media (max-width: 767px){[data-css=\"tve-u-15f160b0378\"] { padding: 10px !important; }[data-css=\"tve-u-15f160a22e0\"] { padding-left: 10px !important; padding-right: 10px !important; padding-top: 30px !important; }[data-css=\"tve-u-15f28c4e9ad\"] { line-height: 57px !important; }#tve_editor [data-css=\"tve-u-15f28c4e9ad\"] { font-size: 32px !important; }[data-css=\"tve-u-15fc8fec652\"] { min-height: 123px; }[data-css=\"tve-u-15fc8fc65a8\"] { width: 100px; top: 0px; left: 234px; }[data-css=\"tve-u-15fc8ff53a7\"] { font-size: 20px; width: 20px; height: 20px; top: 45px; left: 217px; }[data-css=\"tve-u-15fc8fc0661\"] { width: 100px; top: 0px; left: 120px; }[data-css=\"tve-u-15fc8fd17d7\"] { font-size: 20px; width: 20px; height: 20px; top: 45px; left: 100px; }[data-css=\"tve-u-15fc8fba9f7\"] { width: 100px; }}'),(3166,106,'tve_user_custom_css_tcb2-icons-1-step-opt-in','.thrv_text_element p { margin: 0;}\n.thrv_heading h1,h2,h3,h4,h5 {margin: 0;}'),(3167,106,'tve_has_masonry_tcb2-icons-1-step-opt-in','0'),(3168,106,'tve_has_typefocus_tcb2-icons-1-step-opt-in','0'),(3169,106,'tve_has_wistia_popover_tcb2-icons-1-step-opt-in','0'),(3170,106,'tve_page_events_tcb2-icons-1-step-opt-in','a:0:{}'),(3171,106,'thrive_icon_pack_tcb2-icons-1-step-opt-in',''),(3172,106,'tve_globals_tcb2-icons-1-step-opt-in','a:2:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";s:11:\"lightbox_id\";i:0;}'),(3173,106,'thrive_tcb_post_fonts_tcb2-icons-1-step-opt-in','a:0:{}'),(3174,106,'tve_updated_post_tcb2-clickjournalist-sales-page','<div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-15eea317277\">\n<div class=\"tve-page-section-out\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15eea2e8609\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15eea38f21c\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-2391\" alt=\"\" width=\"305\" height=\"60\" title=\"logo_click_journalist\" data-id=\"2391\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/logo_click_journalist.png\" style=\"width: 100%;\"></span></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-15eea305835\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15eea3d4459\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15eea4dacd2\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15f150c1d5c\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15f150d1397\"></div>\n<div class=\"tve-cb tve_empty_dropzone\"><div class=\"tcb-clear\" data-css=\"tve-u-15f15160a8c\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-15f1515f2b5\"><svg class=\"tcb-icon\" viewBox=\"0 0 16 28\" data-name=\"level-up\">\n<path d=\"M15.906 9.422c-0.172 0.359-0.516 0.578-0.906 0.578h-3v13.5c0 0.281-0.219 0.5-0.5 0.5h-11c-0.187 0-0.375-0.109-0.453-0.281-0.078-0.187-0.063-0.391 0.063-0.547l2.5-3c0.094-0.109 0.25-0.172 0.391-0.172h5v-10h-3c-0.391 0-0.734-0.219-0.906-0.578-0.156-0.344-0.109-0.766 0.141-1.062l5-6c0.375-0.453 1.156-0.453 1.531 0l5 6c0.25 0.297 0.313 0.719 0.141 1.062z\"></path>\n</svg></div></div><div class=\"tcb-clear\" data-css=\"tve-u-15f1517eb26\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15f1517d742\"><p><em>Make sure to delete this box before using the Landing Page Template</em></p></div></div><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-15f150cc10f\"><svg class=\"tcb-icon\" viewBox=\"0 0 28 28\" data-name=\"exclamation-triangle\">\n<path d=\"M16 21.484v-2.969c0-0.281-0.219-0.516-0.5-0.516h-3c-0.281 0-0.5 0.234-0.5 0.516v2.969c0 0.281 0.219 0.516 0.5 0.516h3c0.281 0 0.5-0.234 0.5-0.516zM15.969 15.641l0.281-7.172c0-0.094-0.047-0.219-0.156-0.297-0.094-0.078-0.234-0.172-0.375-0.172h-3.437c-0.141 0-0.281 0.094-0.375 0.172-0.109 0.078-0.156 0.234-0.156 0.328l0.266 7.141c0 0.203 0.234 0.359 0.531 0.359h2.891c0.281 0 0.516-0.156 0.531-0.359zM15.75 1.047l12 22c0.344 0.609 0.328 1.359-0.031 1.969s-1.016 0.984-1.719 0.984h-24c-0.703 0-1.359-0.375-1.719-0.984s-0.375-1.359-0.031-1.969l12-22c0.344-0.641 1.016-1.047 1.75-1.047s1.406 0.406 1.75 1.047z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15f150e324e\"><p data-css=\"tve-u-15f15197806\" style=\"text-align: center;\">IMPORTANT NOTE</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15f1512584b\"><p data-css=\"tve-u-15f1519494d\" style=\"text-align: left;\">This page includes a Lightbox template that will trigger as a visitor begins exiting this page. You will need to either <strong>edit and connect this Lightbox</strong> to your email service provider, <strong>or remove it from the page.</strong></p><p data-css=\"tve-u-15f1519dfdc\" style=\"text-align: left;\"><br></p><p data-css=\"tve-u-15f18b6e069\" style=\"text-align: left;\"><strong>To Edit or Delete the Lightbox</strong></p><p data-css=\"tve-u-15f18b6e06f\" style=\"text-align: left;\">Step 1: Go to <em><strong>Page Setup</strong></em> by clicking the icon left of the <em>Save</em> button</p><p data-css=\"tve-u-15f18b6e074\" style=\"text-align: left;\">Step 2: Click on <em><strong>Settings</strong></em></p><p data-css=\"tve-u-15f18b6e078\" style=\"text-align: left;\">Step 3: Click on <em><strong>Setup Page Events</strong></em></p><p data-css=\"tve-u-15f18b6e07d\" style=\"text-align: left;\">Step 4: A window will open showing the page events. You can customize the Lightbox by clicking the&nbsp;<span data-css=\"tve-u-15f18b0e55c\" style=\"color: rgb(12, 115, 204);\">EDIT THIS LIGHTBOX</span><span data-css=\"tve-u-15f18b15c07\" style=\"color: rgb(51, 51, 51);\"> text. </span>or you can delete the exit intent Ligthbox by clicking the trash can icon.<em>â€‹</em>â€‹â€‹â€‹â€‹</p><p data-css=\"tve-u-15f1519dffe\" style=\"text-align: left;\"><br></p><p data-css=\"tve-u-15f1519e01c\" style=\"text-align: left;\">If you\'d like more detailed information on Thrive Architect Lightboxes, and the best ways to use them, read <span data-css=\"tve-u-15f151a1b29\" style=\"color: rgb(0, 76, 255);\"><u><a href=\"https://thrivethemes.com/list-building-thrive-architect/\" target=\"_blank\">this post</a> on lead generation with Thrive Architect</u></span>.The section \"3. Set Up an Exit-Intent Lightbox\" explains Exit Intent Lightboxes, like the one on this page. Post URL: <em>thrivethemes.com/list-building-thrive-architect/</em></p></div></div>\n</div><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15eea4d4e0c\"><h1 data-css=\"tve-u-15efef30192\" style=\"text-align: center;\">They\'ll Learn to <strong>Hold the Front Page</strong>\n<strong>for You</strong></h1></div><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15eea473afc\"><h3 data-css=\"tve-u-15eea3f09fc\" style=\"text-align: center;\"><span data-css=\"tve-u-15eee238bcd\">Use the Marketing Superpower of Copywriting to&nbsp;</span><span data-css=\"tve-u-15eee238bd0\">â€‹</span><strong><span data-css=\"tve-u-15eebe6d875\"><span data-css=\"tve-u-15eedbfce58\" open=\"\"><strong>Make Your Articles Irresistible</strong></span></span></strong></h3></div><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-15eea480ffe\" data-tcb_hover_state_parent=\"false\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-15eea4aca6c\">Show me how!</span></span>\n</a>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-15eedc6d8e3\">\n<div class=\"tve-page-section-out\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15eede47cae\" style=\"\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15eea51ac96\"><h2 data-css=\"tve-u-15eedc5477e\" style=\"text-align: center;\"><span data-css=\"tve-u-15eedbecd83\">Newsroom Copywriting Course</span></h2></div><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgb(255, 139, 56)\" data-css=\"tve-u-15eea51ff0d\">\n<hr class=\"tve_sep tve_sep-1\">\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15eedc0d09d\"><p data-css=\"tve-u-15eedc09bf4\" style=\"text-align: center;\"><span data-css=\"tve-u-15eedc0af58\" open=\"\" style=\"font-weight: 400; font-family: &quot;Open Sans&quot;;\">Learn how to write captivating headlines and hooks with ClickJournalistâ€™s six week newsroom copywriting course. Craft entire articles quicker than you ever thought you could write, and keep your readers on the edge of their seats for your entire piece.</span></p></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15eea645f45\"><div class=\"tcb-flex-row tcb--cols--3 tcb-medium-wrap\" data-css=\"tve-u-15eea618c8b\"><div class=\"tcb-flex-col\"><div class=\"tcb-col tve_empty_dropzone\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-15eea5e590a\"><svg class=\"tcb-icon\" viewBox=\"0 0 16 28\" data-name=\"lightbulb-o\">\n<title>lightbulb-o</title>\n<path d=\"M11.5 9c0 0.266-0.234 0.5-0.5 0.5s-0.5-0.234-0.5-0.5c0-1.078-1.672-1.5-2.5-1.5-0.266 0-0.5-0.234-0.5-0.5s0.234-0.5 0.5-0.5c1.453 0 3.5 0.766 3.5 2.5zM14 9c0-3.125-3.172-5-6-5s-6 1.875-6 5c0 1 0.406 2.047 1.062 2.812 0.297 0.344 0.641 0.672 0.953 1.031 1.109 1.328 2.047 2.891 2.203 4.656h3.563c0.156-1.766 1.094-3.328 2.203-4.656 0.313-0.359 0.656-0.688 0.953-1.031 0.656-0.766 1.062-1.813 1.062-2.812zM16 9c0 1.609-0.531 3-1.609 4.188s-2.5 2.859-2.625 4.531c0.453 0.266 0.734 0.766 0.734 1.281 0 0.375-0.141 0.734-0.391 1 0.25 0.266 0.391 0.625 0.391 1 0 0.516-0.266 0.984-0.703 1.266 0.125 0.219 0.203 0.484 0.203 0.734 0 1.016-0.797 1.5-1.703 1.5-0.406 0.906-1.313 1.5-2.297 1.5s-1.891-0.594-2.297-1.5c-0.906 0-1.703-0.484-1.703-1.5 0-0.25 0.078-0.516 0.203-0.734-0.438-0.281-0.703-0.75-0.703-1.266 0-0.375 0.141-0.734 0.391-1-0.25-0.266-0.391-0.625-0.391-1 0-0.516 0.281-1.016 0.734-1.281-0.125-1.672-1.547-3.344-2.625-4.531s-1.609-2.578-1.609-4.188c0-4.25 4.047-7 8-7s8 2.75 8 7z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15eea602164\"><p data-css=\"tve-u-15eedc39005\" style=\"text-align: center;\"><span data-css=\"tve-u-15eedc400c5\" open=\"\" style=\"font-weight: 400; font-family: &quot;Open Sans&quot;;\"><strong>Privateâ€‹ Tut<span data-css=\"tve-u-15eedc4b80b\" style=\"text-transform: lowercase;\">â€‹o</span><span data-css=\"tve-u-15eedc48fbe\" style=\"text-transform: capitalize;\">rs</span></strong></span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\"><p data-css=\"tve-u-15eedc1e82a\" style=\"text-align: center;\"><span data-css=\"tve-u-15eedc16eb8\" open=\"\" style=\"font-weight: 400; font-family: &quot;Open Sans&quot;;\">You will have direct access to industry experts to give real world feedback on your work.</span></p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col tve_empty_dropzone\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-15eea621055\"><svg class=\"tcb-icon\" viewBox=\"0 0 30 28\" data-name=\"keyboard-o\">\n<title>keyboard-o</title>\n<path d=\"M6 18.25v1.5c0 0.141-0.109 0.25-0.25 0.25h-1.5c-0.141 0-0.25-0.109-0.25-0.25v-1.5c0-0.141 0.109-0.25 0.25-0.25h1.5c0.141 0 0.25 0.109 0.25 0.25zM8 14.25v1.5c0 0.141-0.109 0.25-0.25 0.25h-3.5c-0.141 0-0.25-0.109-0.25-0.25v-1.5c0-0.141 0.109-0.25 0.25-0.25h3.5c0.141 0 0.25 0.109 0.25 0.25zM6 10.25v1.5c0 0.141-0.109 0.25-0.25 0.25h-1.5c-0.141 0-0.25-0.109-0.25-0.25v-1.5c0-0.141 0.109-0.25 0.25-0.25h1.5c0.141 0 0.25 0.109 0.25 0.25zM22 18.25v1.5c0 0.141-0.109 0.25-0.25 0.25h-13.5c-0.141 0-0.25-0.109-0.25-0.25v-1.5c0-0.141 0.109-0.25 0.25-0.25h13.5c0.141 0 0.25 0.109 0.25 0.25zM12 14.25v1.5c0 0.141-0.109 0.25-0.25 0.25h-1.5c-0.141 0-0.25-0.109-0.25-0.25v-1.5c0-0.141 0.109-0.25 0.25-0.25h1.5c0.141 0 0.25 0.109 0.25 0.25zM10 10.25v1.5c0 0.141-0.109 0.25-0.25 0.25h-1.5c-0.141 0-0.25-0.109-0.25-0.25v-1.5c0-0.141 0.109-0.25 0.25-0.25h1.5c0.141 0 0.25 0.109 0.25 0.25zM16 14.25v1.5c0 0.141-0.109 0.25-0.25 0.25h-1.5c-0.141 0-0.25-0.109-0.25-0.25v-1.5c0-0.141 0.109-0.25 0.25-0.25h1.5c0.141 0 0.25 0.109 0.25 0.25zM14 10.25v1.5c0 0.141-0.109 0.25-0.25 0.25h-1.5c-0.141 0-0.25-0.109-0.25-0.25v-1.5c0-0.141 0.109-0.25 0.25-0.25h1.5c0.141 0 0.25 0.109 0.25 0.25zM20 14.25v1.5c0 0.141-0.109 0.25-0.25 0.25h-1.5c-0.141 0-0.25-0.109-0.25-0.25v-1.5c0-0.141 0.109-0.25 0.25-0.25h1.5c0.141 0 0.25 0.109 0.25 0.25zM26 18.25v1.5c0 0.141-0.109 0.25-0.25 0.25h-1.5c-0.141 0-0.25-0.109-0.25-0.25v-1.5c0-0.141 0.109-0.25 0.25-0.25h1.5c0.141 0 0.25 0.109 0.25 0.25zM18 10.25v1.5c0 0.141-0.109 0.25-0.25 0.25h-1.5c-0.141 0-0.25-0.109-0.25-0.25v-1.5c0-0.141 0.109-0.25 0.25-0.25h1.5c0.141 0 0.25 0.109 0.25 0.25zM22 10.25v1.5c0 0.141-0.109 0.25-0.25 0.25h-1.5c-0.141 0-0.25-0.109-0.25-0.25v-1.5c0-0.141 0.109-0.25 0.25-0.25h1.5c0.141 0 0.25 0.109 0.25 0.25zM26 10.25v5.5c0 0.141-0.109 0.25-0.25 0.25h-3.5c-0.141 0-0.25-0.109-0.25-0.25v-1.5c0-0.141 0.109-0.25 0.25-0.25h1.75v-3.75c0-0.141 0.109-0.25 0.25-0.25h1.5c0.141 0 0.25 0.109 0.25 0.25zM28 22v-14h-26v14h26zM30 8v14c0 1.109-0.891 2-2 2h-26c-1.109 0-2-0.891-2-2v-14c0-1.109 0.891-2 2-2h26c1.109 0 2 0.891 2 2z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15eea602164\"><p data-css=\"tve-u-15eea5d0e08\" style=\"text-align: center;\"><strong>Get Published</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\"><p data-css=\"tve-u-15eedc21144\" style=\"text-align: center;\"><span data-css=\"tve-u-15eedc20537\" open=\"\" style=\"font-weight: 400; font-family: &quot;Open Sans&quot;;\">Selected articles from the exercises will be published on the world famous ClickJournalist Magazine.</span></p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15f14774a41\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-15eea621055\"><svg class=\"tcb-icon\" viewBox=\"0 0 14 28\" data-name=\"bolt\">\n<title>bolt</title>\n<path d=\"M13.828 8.844c0.172 0.187 0.219 0.453 0.109 0.688l-8.437 18.078c-0.125 0.234-0.375 0.391-0.656 0.391-0.063 0-0.141-0.016-0.219-0.031-0.344-0.109-0.547-0.438-0.469-0.766l3.078-12.625-6.344 1.578c-0.063 0.016-0.125 0.016-0.187 0.016-0.172 0-0.359-0.063-0.484-0.172-0.187-0.156-0.25-0.391-0.203-0.609l3.141-12.891c0.078-0.297 0.359-0.5 0.688-0.5h5.125c0.391 0 0.703 0.297 0.703 0.656 0 0.094-0.031 0.187-0.078 0.281l-2.672 7.234 6.188-1.531c0.063-0.016 0.125-0.031 0.187-0.031 0.203 0 0.391 0.094 0.531 0.234z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15eea602164\"><p data-css=\"tve-u-15eea5d0e08\" style=\"text-align: center;\"><strong>Advance Faster</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\"><p data-css=\"tve-u-15eea5fc32e\" style=\"text-align: center;\"><span data-css=\"tve-u-15eedc23c2a\" open=\"\" style=\"font-weight: 400; font-family: &quot;Open Sans&quot;;\">The course is designer to get you the most effective results in the quickest time frame possible.</span></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-15eedcb4e7e\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15eea65ab74\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15eede9ee5f\"><div class=\"thrv_wrapper thrv_heading\"><h3 data-css=\"tve-u-15eea652cae\" style=\"text-align: center;\"><span data-css=\"tve-u-15eedc511bc\">Next Course Starts In:</span></h3></div><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgb(255, 255, 255)\" data-css=\"tve-u-15efef3ffb5\">\n<hr class=\"tve_sep tve_sep-1\">\n</div><div class=\"thrv_wrapper thrv_countdown_timer thrv-countdown_timer_plain tve_clearfix tve_red tve_countdown_2\" data-date=\"2017-11-15\" data-hour=\"01\" data-min=\"29\" data-timezone=\"+00:00\" data-css=\"tve-u-15eea66e8c9\">\n<div class=\"sc_timer_content tve_clearfix tve_block_center\">\n<div class=\"tve_t_day tve_t_part\">\n<div class=\"t-digits\" style=\"min-width: 80px;\"><span class=\"part-2\">1</span><span class=\"part-1\">4</span></div>\n<div class=\"thrv-inline-text t-caption\" data-css=\"tve-u-15eea68ff4b\">Days</div>\n</div>\n<div class=\"tve_t_hour tve_t_part\">\n<div class=\"t-digits\"><span class=\"part-2\">2</span><span class=\"part-1\">2</span></div>\n<div class=\"thrv-inline-text t-caption\" data-css=\"tve-u-15eea694654\">Hours</div>\n</div>\n<div class=\"tve_t_min tve_t_part\">\n<div class=\"t-digits\"><span class=\"part-2\">3</span><span class=\"part-1\">8</span></div>\n<div class=\"thrv-inline-text t-caption\" data-css=\"tve-u-15eea695939\">Minutes</div>\n</div>\n<div class=\"tve_t_sec tve_t_part\">\n<div class=\"t-digits\"><span class=\"part-2\">1</span><span class=\"part-1\">3</span></div>\n<div class=\"thrv-inline-text t-caption\" data-css=\"tve-u-15eea696d6b\">Seconds</div>\n</div>\n<div class=\"tve_t_text\" style=\"display: none;\"></div>\n</div>\n</div><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-15eea667e96\" data-tcb_hover_state_parent=\"false\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-15eea4aca6c\">Secure your place</span></span>\n</a>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-15eee2810d3\">\n<div class=\"tve-page-section-out\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15eea2e8609\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15eea6b12b7\"><h3 data-css=\"tve-u-15eea6a814c\" style=\"text-align: center;\"><span data-css=\"tve-u-15eedc5f35e\">What Our Customers Are Saying</span></h3></div><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgb(255, 139, 56)\" data-css=\"tve-u-15eea6b5231\">\n<hr class=\"tve_sep tve_sep-1\">\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\"><p data-css=\"tve-u-15eedc65247\" style=\"text-align: center;\"><span data-css=\"tve-u-15eedc66b54\" open=\"\" style=\"font-weight: 400; font-family: &quot;Open Sans&quot;;\">What do our past students think of the course?</span></p></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15eeadfa4b2\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-15eead67aea\"><div class=\"tcb-flex-col\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15eee045c70\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15eedfdb1f5\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15eedfcd13e\" data-clip-id=\"8044b848b3ab4\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-8044b848b3ab4\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"none\" pointer-width=\"6\" pointer-height=\"10\" style=\"\" clip-path=\"url(#clip-left-8044b848b3ab4)\" data-inverted=\"false\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-left-8044b848b3ab4\" class=\"decoration-clip clip-path-left\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"none\" clip-path=\"url(#clip-top-8044b848b3ab4)\" data-inverted=\"false\" pointer-width=\"5\" pointer-height=\"5\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-8044b848b3ab4\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"none\" pointer-width=\"10\" pointer-height=\"14.000000000000002\" style=\"\" clip-path=\"url(#clip-tablet-left-8044b848b3ab4)\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-left-8044b848b3ab4\" class=\"decoration-clip clip-path-tablet-left\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"none\" clip-path=\"url(#clip-top-8044b848b3ab4)\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-top-8044b848b3ab4\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"none\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15eeadf0978\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\"><p data-css=\"tve-u-15eedfc8764\"><em>I was frustrated with my lack of professional progression.I seemed like no mater what I did I wasn\'t advancing in my skills. I thought I had hit the ceiling of my writing abilities. After taking the &nbsp;course the whole way I looked at writing transformed. My writing process was streamlined. But not just that, my writing actually got significantly better.</em></p></div></div>\n</div><div class=\"tcb-clear\" data-css=\"tve-u-15eee117094\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-15eee1107cc\" data-float=\"1\"><svg class=\"tcb-icon\" viewBox=\"0 0 16 28\" data-name=\"caret-down\">\n<path d=\"M16 11c0 0.266-0.109 0.516-0.297 0.703l-7 7c-0.187 0.187-0.438 0.297-0.703 0.297s-0.516-0.109-0.703-0.297l-7-7c-0.187-0.187-0.297-0.438-0.297-0.703 0-0.547 0.453-1 1-1h14c0.547 0 1 0.453 1 1z\"></path>\n</svg></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15eee162ca1\"><div class=\"tcb-flex-row tcb--cols--2 tcb-resized\" data-css=\"tve-u-15eee163781\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-15eee13dd74\" style=\"\"><div class=\"tcb-col tve_empty_dropzone\"><div class=\"tcb-clear\" data-css=\"tve-u-15eee13ba4a\"><div class=\"thrv_wrapper tve_image_caption img_style_circle\" data-css=\"tve-u-15eee13ba1d\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1888\" alt=\"\" width=\"98\" height=\"98\" title=\"s7c_image2\" data-id=\"1888\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/s7c_image2.png\" style=\"width: 100%;\"></span></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-15eee13dd94\" style=\"\"><div class=\"tcb-col tve_empty_dropzone\"><div class=\"tcb-clear\" data-css=\"tve-u-15eee1357b9\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15eee1c2bfc\"><p data-css=\"tve-u-15eee39b0f7\" style=\"text-align: left;\"><strong>Julie Farr</strong></p></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15eee1c63a9\"><p data-css=\"tve-u-15eee19b79f\" style=\"text-align: left;\">New Media Writer</p></div></div></div></div></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col tve_empty_dropzone\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15eee15ca58\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15eee016de5\" data-clip-id=\"9109695b84e64\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-9109695b84e64\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"none\" pointer-width=\"10\" pointer-height=\"14.000000000000002\" style=\"\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15eeadec2d9\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\"><p data-css=\"tve-u-15eead78173\"><em><span data-css=\"tve-u-15eee186685\" open=\"\" style=\"font-weight: 400; font-family: &quot;Open Sans&quot;;\">I had been out of the industry for a few years and wanted to strengthen my writing skills. The real world practical exercises really helped me re-integrate into the news writing world. After having one of my articles published in ClickJournal\'s Magazine I got my first job!</span></em></p></div></div>\n</div><div class=\"tcb-clear\" data-css=\"tve-u-15eee117094\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-15eee1107cc\" data-float=\"1\"><svg class=\"tcb-icon\" viewBox=\"0 0 16 28\" data-name=\"caret-down\">\n<path d=\"M16 11c0 0.266-0.109 0.516-0.297 0.703l-7 7c-0.187 0.187-0.438 0.297-0.703 0.297s-0.516-0.109-0.703-0.297l-7-7c-0.187-0.187-0.297-0.438-0.297-0.703 0-0.547 0.453-1 1-1h14c0.547 0 1 0.453 1 1z\"></path>\n</svg></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15eee162ca1\"><div class=\"tcb-flex-row tcb--cols--2 tcb-resized\" data-css=\"tve-u-15eee163781\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-15eee13dd74\" style=\"\"><div class=\"tcb-col tve_empty_dropzone\"><div class=\"tcb-clear\" data-css=\"tve-u-15eee2715e5\"><div class=\"thrv_wrapper tve_image_caption img_style_circle\" data-css=\"tve-u-15eee179744\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1885\" alt=\"\" width=\"205\" height=\"206\" title=\"s7b_image4\" data-id=\"1885\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/s7b_image4.png\" style=\"width: 100%;\"></span></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-15eee13dd94\" style=\"\"><div class=\"tcb-col tve_empty_dropzone\"><div class=\"tcb-clear\" data-css=\"tve-u-15eee1357b9\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15eee1357b6\"><p data-css=\"tve-u-15eeadb75cf\" style=\"text-align: left;\"><strong>John Doe</strong></p></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15eee1c8e81\"><p data-css=\"tve-u-15eee1a72c6\" style=\"text-align: left;\">Affiliate Press Writer</p></div></div></div></div></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-15eee1e952a\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15eea7a1059\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15eee28409a\" style=\"\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15eea9d4aea\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-15eee1cd999\"><div class=\"tcb-flex-col\" data-css=\"tve-u-15eea7cb657\" style=\"\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15eee1ec5cb\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15eea7bd7db\"><p data-css=\"tve-u-15eedcce6e5\" style=\"text-align: left;\"><strong>Whâ€‹at You\'ll Be Learning</strong></p></div><div class=\"tcb-clear\" data-css=\"tve-u-15eea7b92c3\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgb(255, 139, 56)\" data-css=\"tve-u-15eea7b92a9\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\"><p data-css=\"tve-u-15eedcd5b59\" style=\"text-align: left;\"><span data-css=\"tve-u-15eedcd4351\" open=\"\">What does the actual course content look like?<strong> Watch this video</strong> to get a sample of the course content and how the lessons will be laid out.</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-15eea7cb671\" style=\"\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15eedce8f8d\"><div class=\"tcb-clear\" data-css=\"tve-u-15eedce5a2b\"><div class=\"thrv_responsive_video thrv_wrapper rv_style_lifted_style3\" data-css=\"tve-u-15eea85a18d\" data-type=\"youtube\" data-overlay=\"0\" data-url=\"https://www.youtube.com/watch?v=abm6EdEfjQo\" data-showinfo=\"0\">\n<div class=\"tve_responsive_video_container\">\n<div class=\"video_overlay\"></div>\n<iframe data-code=\"abm6EdEfjQo\" data-provider=\"youtube\" src=\"https://www.youtube.com/embed/abm6EdEfjQo?rel=1&amp;modestbranding=0&amp;controls=1&amp;showinfo=0&amp;fs=1&amp;wmode=transparent\" data-src=\"https://www.youtube.com/embed/abm6EdEfjQo?rel=1&amp;modestbranding=0&amp;controls=1&amp;showinfo=0&amp;fs=1&amp;wmode=transparent\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\n</div></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-15eedd4849a\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15eea65ab74\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15eea2e8609\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15eea931482\"><h3 data-css=\"tve-u-15eea90eebb\" style=\"text-align: center;\"><span data-css=\"tve-u-15eedd1596d\"><span data-css=\"tve-u-15eedd3c147\">100%</span> Money Back Guarantee</span></h3></div><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgb(255, 255, 255)\" data-css=\"tve-u-15eea6625da\">\n<hr class=\"tve_sep tve_sep-1\">\n</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15eea922a9d\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-2408\" alt=\"\" width=\"71\" height=\"81\" title=\"guarantee_icon (1)\" data-id=\"2408\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/guarantee_icon-1.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15eeaa0d08b\"><p data-css=\"tve-u-15eea92ec3c\" style=\"text-align: center;\">Here at <span data-css=\"tve-u-15ef06da56b\" style=\"color: rgb(245, 171, 53);\">ClickJournalist</span> we believe I course will transform your professional news writing career more than you ever thought possible. We\'re so sure of this that we offer a <strong><span data-css=\"tve-u-15eedd41feb\" style=\"color: rgb(255, 255, 255);\">30 day money back guarantee.</span></strong> If you are not happy with the course content, or you don\'t feel it is for you, simply email us to get the entire cost of the course refunded.</p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-15eea30956d\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15eea93e3c9\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15eee2c31ca\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15eea94c527\"><h3 data-css=\"tve-u-15eea93c7e8\" style=\"text-align: center;\">Next Course Starts In:</h3></div><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgb(255, 139, 56)\" data-css=\"tve-u-15eea9494df\">\n<hr class=\"tve_sep tve_sep-1\">\n</div><div class=\"thrv_wrapper thrv_countdown_timer thrv-countdown_timer_plain tve_clearfix tve_red tve_countdown_2\" data-date=\"2017-11-15\" data-hour=\"01\" data-min=\"29\" data-timezone=\"+00:00\" data-css=\"tve-u-15eea9428ae\">\n<div class=\"sc_timer_content tve_clearfix tve_block_center\">\n<div class=\"tve_t_day tve_t_part\">\n<div class=\"t-digits\" style=\"min-width: 80px;\"><span class=\"part-2\">1</span><span class=\"part-1\">4</span></div>\n<div class=\"thrv-inline-text t-caption\" data-css=\"tve-u-15eea68ff4b\">Days</div>\n</div>\n<div class=\"tve_t_hour tve_t_part\">\n<div class=\"t-digits\"><span class=\"part-2\">2</span><span class=\"part-1\">2</span></div>\n<div class=\"thrv-inline-text t-caption\" data-css=\"tve-u-15eea694654\">Hours</div>\n</div>\n<div class=\"tve_t_min tve_t_part\">\n<div class=\"t-digits\"><span class=\"part-2\">3</span><span class=\"part-1\">8</span></div>\n<div class=\"thrv-inline-text t-caption\" data-css=\"tve-u-15eea695939\">Minutes</div>\n</div>\n<div class=\"tve_t_sec tve_t_part\">\n<div class=\"t-digits\"><span class=\"part-2\">1</span><span class=\"part-1\">3</span></div>\n<div class=\"thrv-inline-text t-caption\" data-css=\"tve-u-15eea696d6b\">Seconds</div>\n</div>\n<div class=\"tve_t_text\" style=\"display: none;\"></div>\n</div>\n</div><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-15eeaa11c8b\" data-tcb_hover_state_parent=\"false\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-15eea4aca6c\">Secure your place</span></span>\n</a>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-15eea97ce29\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15eea95f203\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15eea2e8609\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15eea989664\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-15eea979086\"><div class=\"tcb-flex-col\"><div class=\"tcb-col tve_empty_dropzone\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\"><p data-css=\"tve-u-15eea964858\">Â© 2017 ClickJournalist. All rights reserved</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col tve_empty_dropzone\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15eee29bf7b\"><p data-css=\"tve-u-15eea96fb33\" style=\"text-align: right;\">Privacy Policy &nbsp;I&nbsp; Disclaimer</p></div><div style=\"position: fixed; top: 0; left: -9999px; height: 100%; width: 0; word-break: break-all; overflow:hidden; z-index: 9999; line-height: 140%;\" tabindex=\"-1\"></div></div></div></div></div></div>\n</div>'),(3175,106,'tve_custom_css_tcb2-clickjournalist-sales-page','@import url(\"//fonts.googleapis.com/css?family=Raleway:300,600,500,400,100,700&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Open+Sans:400,600,300,800&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-15f18b15c07\"] { color: rgb(51, 51, 51) !important; }[data-css=\"tve-u-15f18b0e55c\"] { color: rgb(12, 115, 204) !important; }[data-css=\"tve-u-15f151a1b29\"] { color: rgb(0, 76, 255) !important; }#tve_editor [data-css=\"tve-u-15f1519e01c\"] { color: rgb(51, 51, 51) !important; font-size: 20px !important; }#tve_editor [data-css=\"tve-u-15f1519dffe\"] { color: rgb(51, 51, 51) !important; font-size: 20px !important; }#tve_editor [data-css=\"tve-u-15f1519dfdc\"] { color: rgb(51, 51, 51) !important; font-size: 20px !important; }#tve_editor [data-css=\"tve-u-15f15197806\"] { color: rgb(51, 51, 51) !important; font-size: 20px !important; }#tve_editor [data-css=\"tve-u-15f1519494d\"] { color: rgb(51, 51, 51) !important; font-size: 20px !important; }[data-css=\"tve-u-15f1517eb26\"]::after { clear: both; }[data-css=\"tve-u-15f1517d742\"] { max-width: 207px; float: right; z-index: 3; position: relative; width: 100%; margin-bottom: -85px !important; padding-right: 39px !important; margin-right: -14px !important; }[data-css=\"tve-u-15f15160a8c\"]::after { clear: both; }[data-css=\"tve-u-15f1515f2b5\"] { font-size: 60px; float: right; z-index: 3; position: relative; margin: 0px -25px -99px 0px !important; }[data-css=\"tve-u-15f1512584b\"] { margin: 20px !important; }[data-css=\"tve-u-15f150e324e\"] { margin: 20px !important; }[data-css=\"tve-u-15f150d1397\"] { border-radius: 11px; overflow: hidden; background-color: rgb(255, 255, 255) !important; border: 2px dashed rgb(251, 129, 9) !important; }#tve_editor [data-css=\"tve-u-15f150cc10f\"] > :first-child { color: rgba(251, 129, 9, 0.83); }[data-css=\"tve-u-15f150cc10f\"] { font-size: 60px; }[data-css=\"tve-u-15f150c1d5c\"] { max-width: none; padding: 20px !important; margin: 20px !important; }[data-css=\"tve-u-15eea3f09fc\"] strong { font-weight: 600; }[data-css=\"tve-u-15efef30192\"] strong { font-weight: 500; }[data-css=\"tve-u-15efef30192\"] { line-height: 72px !important; }#tve_editor [data-css=\"tve-u-15efef30192\"] { font-weight: 300; font-size: 48px !important; color: rgb(255, 255, 255) !important; font-family: Raleway !important; }[data-css=\"tve-u-15ef06da56b\"] { color: rgb(245, 171, 53) !important; }[data-css=\"tve-u-15eead78173\"] { line-height: 1.7em !important; }[data-css=\"tve-u-15eee186685\"] { font-weight: 400 !important; font-family: \"Open Sans\" !important; }[data-css=\"tve-u-15eee162ca1\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-15eee13dd94\"] { max-width: 77.8%; }[data-css=\"tve-u-15eee13dd74\"] { max-width: 22.2%; }[data-css=\"tve-u-15eee13ba4a\"]::after { clear: both; }[data-css=\"tve-u-15eee1357b9\"]::after { clear: both; }[data-css=\"tve-u-15eee1357b6\"] { float: left; z-index: 3; position: relative; width: 100%; }#tve_editor [data-css=\"tve-u-15eee1107cc\"] > :first-child { color: rgb(245, 245, 245); }[data-css=\"tve-u-15eee1107cc\"] { font-size: 44px; width: 44px; height: 44px; float: left; z-index: 9; position: relative; margin-top: -18px !important; margin-bottom: 0px !important; margin-left: 14px !important; }[data-css=\"tve-u-15eee045c70\"] { background-image: none !important; background-color: rgba(29, 165, 229, 0) !important; }[data-css=\"tve-u-15eedfc8764\"] { line-height: 1.7em !important; }[data-css=\"tve-u-15eedd41feb\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15eedd3c147\"] { color: rgb(245, 171, 53) !important; }[data-css=\"tve-u-15eedd1596d\"] { font-family: Raleway !important; font-weight: 400 !important; }[data-css=\"tve-u-15eea92ec3c\"] { line-height: 1.7em !important; }[data-css=\"tve-u-15eea92ec3c\"] strong { font-weight: 600; }[data-css=\"tve-u-15eedce8f8d\"] { margin-top: 5px !important; }[data-css=\"tve-u-15eedce5a2b\"]::after { clear: both; }[data-css=\"tve-u-15eedcd5b59\"] { line-height: 1.5em !important; }#tve_editor [data-css=\"tve-u-15eedcd5b59\"] { color: rgb(51, 51, 51) !important; font-size: 20px !important; }[data-css=\"tve-u-15eedcd4351\"] { color: rgb(51, 51, 51); font-weight: 400 !important; font-family: \"Open Sans\" !important; }[data-css=\"tve-u-15eedc66b54\"] { font-weight: 400 !important; font-family: \"Open Sans\" !important; }#tve_editor [data-css=\"tve-u-15eedc65247\"] { font-size: 20px !important; }[data-css=\"tve-u-15eedc5f35e\"] { font-family: Raleway !important; font-weight: 400 !important; }#tve_editor [data-css=\"tve-u-15eedc5477e\"] { font-size: 34px !important; }[data-css=\"tve-u-15eedc511bc\"] { font-family: Raleway !important; font-weight: 300 !important; }[data-css=\"tve-u-15eedc48fbe\"] { text-transform: capitalize !important; }[data-css=\"tve-u-15eedc400c5\"] { font-weight: 400 !important; font-family: \"Open Sans\" !important; }[data-css=\"tve-u-15eedc23c2a\"] { font-weight: 400 !important; font-family: \"Open Sans\" !important; }[data-css=\"tve-u-15eedc20537\"] { font-weight: 400 !important; font-family: \"Open Sans\" !important; }[data-css=\"tve-u-15eedc16eb8\"] { font-weight: 400 !important; font-family: \"Open Sans\" !important; }[data-css=\"tve-u-15eedc09bf4\"] { line-height: 1.7em !important; }[data-css=\"tve-u-15eedc0d09d\"] { max-width: 1080px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15eedc0af58\"] { font-weight: 400 !important; font-family: \"Open Sans\" !important; }#tve_editor [data-css=\"tve-u-15eedc09bf4\"] { font-size: 20px !important; color: rgb(134, 135, 139) !important; }[data-css=\"tve-u-15eedbfce58\"] { font-weight: 300 !important; }[data-css=\"tve-u-15eedbecd83\"] { font-family: Raleway !important; font-weight: 400 !important; }[data-css=\"tve-u-15eebe6d875\"] { color: rgb(240, 243, 247) !important; }[data-css=\"tve-u-15eea3f09fc\"] { line-height: 1.6em !important; }[data-css=\"tve-u-15eea66e8c9\"] { max-width: 1078px; float: none; z-index: auto; position: static; margin-left: auto !important; margin-right: auto !important; margin-top: 34px !important; }[data-css=\"tve-u-15eeadfa4b2\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-15eeadf0978\"] { min-height: 150px; }[data-css=\"tve-u-15eeadec2d9\"] { min-height: 165px; }#tve_editor [data-css=\"tve-u-15eeadb75cf\"] { color: rgb(255, 139, 56) !important; font-size: 22px !important; }#tve_editor [data-css=\"tve-u-15eead78173\"] { font-size: 16px !important; }[data-css=\"tve-u-15eead67aea\"] { margin-left: -40px; }[data-css=\"tve-u-15eead67aea\"] > .tcb-flex-col { padding-left: 40px; }[data-css=\"tve-u-15eeaa0d08b\"] { margin-bottom: 51px !important; padding-bottom: 0px !important; margin-top: 42px !important; }[data-css=\"tve-u-15eea9d4aea\"] { margin-bottom: 15px !important; }[data-css=\"tve-u-15eea989664\"] { margin-top: 15px !important; }[data-css=\"tve-u-15eea979086\"] > .tcb-flex-col > .tcb-col { justify-content: center; }[data-css=\"tve-u-15eea979086\"] { padding-bottom: 0px !important; padding-top: 0px !important; }#tve_editor [data-css=\"tve-u-15eea964858\"] { font-weight: 400; font-size: 16px !important; color: rgb(153, 153, 153) !important; font-family: \"Open Sans\" !important; }[data-css=\"tve-u-15eea95f203\"] { background-color: rgb(23, 32, 41) !important; }[data-css=\"tve-u-15eea94c527\"] { margin-top: 20px !important; }[data-css=\"tve-u-15eea931482\"] { margin-top: 40px !important; }#tve_editor [data-css=\"tve-u-15eea92ec3c\"] { font-weight: 300; color: rgb(225, 225, 225) !important; font-family: \"Open Sans\" !important; background-color: inherit !important; }[data-css=\"tve-u-15eea922a9d\"] + div { clear: none; }[data-css=\"tve-u-15eea922a9d\"] { float: none; width: 60px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15eea85a18d\"] { float: right; z-index: 3; position: relative; width: 100%; max-width: 87% !important; margin: 20px auto 10px !important; }[data-css=\"tve-u-15eea7cb671\"] { max-width: 66.8%; }[data-css=\"tve-u-15eea7cb657\"] { max-width: 33.2%; }[data-css=\"tve-u-15eea7b92c3\"]::after { clear: both; }[data-css=\"tve-u-15eea7a1059\"] { background-color: rgb(245, 245, 245) !important; }[data-css=\"tve-u-15eea6b12b7\"] { margin-top: 40px !important; }#tve_editor [data-css=\"tve-u-15eea696d6b\"] { color: rgb(255, 139, 56) !important; }#tve_editor [data-css=\"tve-u-15eea695939\"] { color: rgb(255, 139, 56) !important; }#tve_editor [data-css=\"tve-u-15eea694654\"] { color: rgb(255, 139, 56) !important; }#tve_editor [data-css=\"tve-u-15eea68ff4b\"] { color: rgb(255, 139, 56) !important; }[data-css=\"tve-u-15eea66e8c9\"] .t-caption { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15eea66e8c9\"].tve_countdown_2 .tve_t_part { border-color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15eea66e8c9\"].tve_countdown_2 .t-digits [class*=\"part-\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15eea65ab74\"] { background-color: rgb(23, 32, 41) !important; }#tve_editor [data-css=\"tve-u-15eea652cae\"] { font-family: \"Open Sans\"; font-weight: 300; color: rgb(255, 255, 255) !important; font-size: 34px !important; }[data-css=\"tve-u-15eea645f45\"] { margin-bottom: 100px !important; margin-top: 40px !important; }[data-css=\"tve-u-15eea618c8b\"] { margin-left: -40px; padding-bottom: 0px !important; padding-top: 0px !important; }[data-css=\"tve-u-15eea618c8b\"] > .tcb-flex-col { padding-left: 40px; }[data-css=\"tve-u-15eea602164\"] { margin-bottom: 20px !important; }#tve_editor [data-css=\"tve-u-15eea5fc32e\"] { color: rgb(134, 135, 139) !important; }#tve_editor [data-css=\"tve-u-15eea5e590a\"] > :first-child { color: rgb(255, 139, 56); }[data-css=\"tve-u-15eea5e590a\"] { font-size: 60px; border: 5px solid rgb(255, 139, 56); border-radius: 59px; overflow: hidden; padding: 10px !important; margin-bottom: 30px !important; }#tve_editor [data-css=\"tve-u-15eea5d0e08\"] { color: rgb(51, 51, 51) !important; font-size: 21px !important; }[data-css=\"tve-u-15eea51ff0d\"] { float: none; max-width: 80px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15eea51ff0d\"] .tve_sep { border-width: 1px; border-color: rgb(255, 139, 56); }[data-css=\"tve-u-15eea51ac96\"] { margin-top: 40px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-15eea480ffe\"] { float: none; z-index: 3; position: relative; display: block; max-width: 217px; width: 217px; margin: 80px auto 140px !important; }[data-css=\"tve-u-15eea4d4e0c\"] { max-width: 1026px; float: none; margin: 110px auto 0px !important; }#tve_editor [data-css=\"tve-u-15eea4aca6c\"] { font-family: \"Open Sans\"; font-weight: 400; }#tve_editor [data-css=\"tve-u-15eea480ffe\"] .tcb-button-link { font-weight: 400; font-size: 20px; }#tve_editor [data-css=\"tve-u-15eea480ffe\"]:hover .tcb-button-link { border: none; box-shadow: none; background-image: none !important; background-color: rgb(255, 151, 77) !important; }[data-css=\"tve-u-15eea480ffe\"] .tcb-button-link { border-radius: 7px; overflow: hidden; background-color: rgb(255, 139, 56) !important; padding: 17px 30px 20px !important; font-weight: normal !important; }[data-css=\"tve-u-15eea473afc\"] { max-width: 74%; float: none; z-index: 3; position: relative; margin: 50px auto 60px !important; }#tve_editor [data-css=\"tve-u-15eea3f09fc\"] { font-weight: 300; color: rgb(255, 255, 255) !important; text-transform: none !important; font-size: 32px !important; font-family: Raleway !important; }[data-css=\"tve-u-15eea3d4459\"] { background-image: linear-gradient(rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/man-791049_1920.jpg\") !important; background-size: auto, cover !important; background-position: 0px 0px, 0px 0px !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; background-color: rgb(79, 79, 79) !important; }[data-css=\"tve-u-15eea38f21c\"] { float: none; width: 200px; margin-left: auto !important; margin-right: auto !important; padding: 10px 10px 15px !important; }[data-css=\"tve-u-15eea30956d\"] { padding: 40px !important; }[data-css=\"tve-u-15eea305835\"] { padding: 21px 40px 2px !important; }[data-css=\"tve-u-15eea2e8609\"] h3 { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-15eea2e8609\"] h2 { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-15eea2e8609\"] h1 { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-15eea2e8609\"] p { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-15eea2e8609\"] { max-width: 1080px; }#tcb_landing_page h3 strong { font-weight: 600; }#tcb_landing_page h3 { font-family: \"Open Sans\"; font-weight: 300; }#tcb_landing_page h2 strong { font-weight: 600; }#tcb_landing_page h2 { font-family: Raleway; font-weight: 300; }#tcb_landing_page h1 strong { font-weight: 600; }#tcb_landing_page h1 { font-family: \"Open Sans\"; font-weight: 300; }#tcb_landing_page p strong, #tcb_landing_page li strong { font-weight: 600; }#tcb_landing_page p, #tcb_landing_page li { color: rgb(134, 135, 139); font-family: \"Open Sans\"; font-weight: 300; font-size: 18px; }[data-css=\"tve-u-15e09c94f7d\"] { background-color: rgb(255, 255, 255); background-image: none !important; }[data-css=\"tve-u-15eea317277\"] { padding: 10px !important; }[data-css=\"tve-u-15eea4dacd2\"] h3 { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-15eea4dacd2\"] h2 { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-15eea4dacd2\"] h1 { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-15eea4dacd2\"] p { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-15eea4dacd2\"] { max-width: 1080px; min-height: 100px !important; }#tve_editor [data-css=\"tve-u-15eea621055\"] > :first-child { color: rgb(255, 139, 56); }[data-css=\"tve-u-15eea621055\"] { font-size: 50px; border: 5px solid rgb(255, 139, 56); border-radius: 59px; overflow: hidden; width: 50px; height: 50px; padding: 15px !important; margin-bottom: 30px !important; }[data-css=\"tve-u-15eea6625da\"] { float: none; max-width: 80px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15eea6625da\"] .tve_sep { border-width: 1px; border-color: rgb(255, 255, 255); }[data-css=\"tve-u-15eea667e96\"] { float: none; z-index: 3; position: relative; display: block; max-width: 244px; width: 244px; margin: 50px auto 30px !important; }#tve_editor [data-css=\"tve-u-15eea667e96\"] .tcb-button-link { font-weight: 400; font-size: 20px; }#tve_editor [data-css=\"tve-u-15eea667e96\"]:hover .tcb-button-link { border: none; box-shadow: rgba(255, 255, 255, 0.21) 0px 0px 3px 1px inset; background-image: none !important; background-color: rgb(255, 151, 77) !important; }[data-css=\"tve-u-15eea667e96\"] .tcb-button-link { border-radius: 7px; overflow: hidden; background-color: rgb(255, 139, 56) !important; padding: 17px 30px 20px !important; font-weight: normal !important; background-image: none !important; }#tve_editor [data-css=\"tve-u-15eea6a814c\"] { font-family: \"Open Sans\"; font-weight: 300; color: rgb(51, 51, 51) !important; text-transform: uppercase !important; font-size: 34px !important; }[data-css=\"tve-u-15eea6b5231\"] { float: none; max-width: 80px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15eea6b5231\"] .tve_sep { border-width: 1px; border-color: rgb(255, 139, 56); }[data-css=\"tve-u-15eea7b92a9\"] { float: left; max-width: 80px; z-index: 3; position: relative; width: 100%; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15eea7b92a9\"] .tve_sep { border-width: 1px; border-color: rgb(255, 139, 56); }[data-css=\"tve-u-15eea7bd7db\"] { margin-bottom: 0px !important; margin-top: 80px !important; }#tve_editor [data-css=\"tve-u-15eea90eebb\"] { font-family: \"Open Sans\"; font-weight: 300; color: rgb(255, 255, 255) !important; text-transform: uppercase !important; font-size: 34px !important; }#tve_editor [data-css=\"tve-u-15eea93c7e8\"] { font-weight: 400; font-family: Raleway !important; color: rgb(51, 51, 51) !important; font-size: 34px !important; }[data-css=\"tve-u-15eea93e3c9\"] { background-color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15eea9428ae\"] .t-caption { color: rgb(85, 85, 85) !important; }[data-css=\"tve-u-15eea9428ae\"].tve_countdown_2 .tve_t_part { border-color: rgb(85, 85, 85) !important; }[data-css=\"tve-u-15eea9428ae\"].tve_countdown_2 .t-digits [class*=\"part-\"] { color: rgb(85, 85, 85) !important; }[data-css=\"tve-u-15eea9494df\"] { float: none; max-width: 80px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15eea9494df\"] .tve_sep { border-width: 1px; border-color: rgb(255, 139, 56); }#tve_editor [data-css=\"tve-u-15eea96fb33\"] { font-weight: 400; font-size: 16px !important; color: rgb(153, 153, 153) !important; text-transform: capitalize !important; font-family: \"Open Sans\" !important; }[data-css=\"tve-u-15eea97ce29\"] { padding: 10px 40px !important; }[data-css=\"tve-u-15eeaa11c8b\"] { float: none; z-index: 3; position: relative; display: block; max-width: 244px; width: 244px; margin: 50px auto 20px !important; }#tve_editor [data-css=\"tve-u-15eeaa11c8b\"] .tcb-button-link { font-weight: 400; font-size: 20px; }#tve_editor [data-css=\"tve-u-15eeaa11c8b\"]:hover .tcb-button-link { border: none; box-shadow: rgba(255, 255, 255, 0.21) 0px 0px 3px 1px inset; background-image: none !important; background-color: rgb(255, 151, 77) !important; }[data-css=\"tve-u-15eeaa11c8b\"] .tcb-button-link { border-radius: 7px; overflow: hidden; background-color: rgb(255, 139, 56) !important; padding: 17px 30px 20px !important; font-weight: normal !important; background-image: none !important; }#tve_editor [data-css=\"tve-u-15eedc1e82a\"] { color: rgb(134, 135, 139) !important; }#tve_editor [data-css=\"tve-u-15eedc21144\"] { color: rgb(134, 135, 139) !important; }#tve_editor [data-css=\"tve-u-15eedc39005\"] { color: rgb(51, 51, 51) !important; font-size: 21px !important; text-transform: capitalize !important; }[data-css=\"tve-u-15eedc4b80b\"] { text-transform: lowercase !important; }[data-css=\"tve-u-15eedc6d8e3\"] { padding: 23px 40px 0px !important; }[data-css=\"tve-u-15eedcb4e7e\"] { padding: 50px 40px !important; margin-top: 0px !important; }#tve_editor [data-css=\"tve-u-15eedcce6e5\"] { color: rgb(51, 51, 51) !important; font-size: 24px !important; }[data-css=\"tve-u-15eedd4849a\"] { padding: 23px 40px !important; }[data-css=\"tve-u-15eede47cae\"] h3 { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-15eede47cae\"] h2 { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-15eede47cae\"] h1 { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-15eede47cae\"] p { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-15eede47cae\"] { max-width: 1080px; min-height: 34px !important; }[data-css=\"tve-u-15eede9ee5f\"] h3 { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-15eede9ee5f\"] h2 { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-15eede9ee5f\"] h1 { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-15eede9ee5f\"] p { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-15eede9ee5f\"] { max-width: 1080px; }#tve_editor [data-css=\"tve-u-15eedfc8764\"] { font-weight: 400; font-size: 16px !important; font-family: \"Open Sans\" !important; }[data-css=\"tve-u-15eedfcd13e\"] { clip-path: url(\"#clip-bottom-8044b848b3ab4\"); -webkit-clip-path: url(\"#clip-bottom-8044b848b3ab4\");  border-radius: 10px; overflow: hidden; background-color: rgb(245, 245, 245) !important; }[data-css=\"tve-u-15eedfdb1f5\"] { z-index: 6; max-width: none; padding: 21px 20px 17px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-15eee016de5\"] { clip-path: url(\"#clip-bottom-9109695b84e64\"); -webkit-clip-path: url(\"#clip-bottom-9109695b84e64\");  border-radius: 10px; overflow: hidden; background-color: rgb(245, 245, 245) !important; }[data-css=\"tve-u-15eee13ba1d\"] { float: left; width: 98px; z-index: 3; position: relative; margin: 0px auto !important; }[data-css=\"tve-u-15eee15ca58\"] { padding: 21px 20px 17px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-15eee163781\"] > .tcb-flex-col > .tcb-col { justify-content: center; }[data-css=\"tve-u-15eee163781\"] { margin-left: 0px; padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-15eee163781\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-15eee179744\"] { float: none; width: 98px; z-index: 3; position: relative; margin: 0px auto !important; }#tve_editor [data-css=\"tve-u-15eee19b79f\"] { color: rgb(134, 135, 139) !important; font-size: 18px !important; font-family: \"Open Sans\" !important; }#tve_editor [data-css=\"tve-u-15eee1a72c6\"] { color: rgb(134, 135, 139) !important; font-size: 18px !important; }[data-css=\"tve-u-15eee1c2bfc\"] { float: left; z-index: 3; position: relative; width: 100%; }[data-css=\"tve-u-15eee1e952a\"] { padding: 40px !important; }[data-css=\"tve-u-15eee2715e5\"]::after { clear: both; }[data-css=\"tve-u-15eee2810d3\"] { padding: 40px !important; }[data-css=\"tve-u-15eee28409a\"] h3 { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-15eee28409a\"] h2 { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-15eee28409a\"] h1 { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-15eee28409a\"] p { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-15eee28409a\"] { max-width: 1080px; }[data-css=\"tve-u-15eee2c31ca\"] h3 { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-15eee2c31ca\"] h2 { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-15eee2c31ca\"] h1 { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-15eee2c31ca\"] p { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-15eee2c31ca\"] { max-width: 1080px; }#tve_editor [data-css=\"tve-u-15eee39b0f7\"] { color: rgb(255, 139, 56) !important; font-size: 22px !important; }[data-css=\"tve-u-15efef3ffb5\"] { float: none; max-width: 80px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15efef3ffb5\"] .tve_sep { border-width: 1px; border-color: rgb(255, 255, 255); }#tve_editor [data-css=\"tve-u-15f18b6e069\"] { color: rgb(51, 51, 51) !important; font-size: 20px !important; }#tve_editor [data-css=\"tve-u-15f18b6e06f\"] { color: rgb(51, 51, 51) !important; font-size: 20px !important; }#tve_editor [data-css=\"tve-u-15f18b6e074\"] { color: rgb(51, 51, 51) !important; font-size: 20px !important; }#tve_editor [data-css=\"tve-u-15f18b6e078\"] { color: rgb(51, 51, 51) !important; font-size: 20px !important; }#tve_editor [data-css=\"tve-u-15f18b6e07d\"] { color: rgb(51, 51, 51) !important; font-size: 20px !important; }}@media (max-width: 1023px){[data-css=\"tve-u-15eea9428ae\"] { float: none; max-width: 337px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15f14774a41\"] { margin-top: 42px !important; }[data-css=\"tve-u-15eedcd4351\"] { font-weight: 400 !important; font-family: \"Open Sans\" !important; }#tve_editor [data-css=\"tve-u-15eedcd5b59\"] { font-size: 18px !important; }[data-css=\"tve-u-15eee1ec5cb\"] { padding-top: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-15eee1e952a\"] { padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-15eee1cd999\"] > .tcb-flex-col > .tcb-col { justify-content: center; }[data-css=\"tve-u-15eea7bd7db\"] { max-width: 213px; margin-top: 0px !important; }[data-css=\"tve-u-15eea85a18d\"] { max-width: 100% !important; margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-15eee1cd999\"] { flex-direction: row; padding-top: 40px !important; padding-bottom: 40px !important; }[data-css=\"tve-u-15eee1c8e81\"] { margin-left: 12px !important; }[data-css=\"tve-u-15eee1357b6\"] { margin-left: 12px !important; }[data-css=\"tve-u-15eee1c63a9\"] { margin-left: 12px !important; }[data-css=\"tve-u-15eee1c2bfc\"] { margin-right: 0px !important; margin-left: 11px !important; }[data-css=\"tve-u-15eede9ee5f\"] { max-width: 1080px; }[data-css=\"tve-u-15eea66e8c9\"] { float: none; max-width: 337px; right: auto; bottom: auto; position: static; top: auto; left: auto; margin-left: auto !important; margin-right: auto !important; padding-left: 0px !important; padding-right: 1px !important; }[data-css=\"tve-u-15eedfcd13e\"] { clip-path: url(\"#clip-tablet-bottom-8044b848b3ab4\"); -webkit-clip-path: url(\"#clip-tablet-bottom-8044b848b3ab4\");  }}@media (max-width: 767px){[data-css=\"tve-u-15eee1c8e81\"] { margin-bottom: 14px !important; }[data-css=\"tve-u-15eee15ca58\"] { margin-top: 48px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-15eea645f45\"] { margin-bottom: 65px !important; }[data-css=\"tve-u-15f14774a41\"] { margin-top: 18px !important; }[data-css=\"tve-u-15eea30956d\"] { padding-bottom: 20px !important; padding-top: 30px !important; }[data-css=\"tve-u-15eea9428ae\"] { max-width: 263px; }[data-css=\"tve-u-15eee2c31ca\"] { max-width: none; }#tve_editor [data-css=\"tve-u-15eea96fb33\"] { font-size: 15px !important; }[data-css=\"tve-u-15eea97ce29\"] { padding-left: 20px !important; padding-right: 20px !important; padding-bottom: 22px !important; }#tve_editor [data-css=\"tve-u-15eea964858\"] { font-size: 15px !important; }[data-css=\"tve-u-15eee29bf7b\"] { float: none; z-index: 3; position: relative; max-width: none; margin-top: 2px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15eea94c527\"] { margin-top: 0px !important; }#tve_editor [data-css=\"tve-u-15eea93c7e8\"] { font-size: 26px !important; }[data-css=\"tve-u-15eedd3c147\"] { color: rgb(245, 171, 53) !important; }[data-css=\"tve-u-15eedd1596d\"] { font-family: Raleway !important; font-weight: 400 !important; }#tve_editor [data-css=\"tve-u-15eea90eebb\"] { font-size: 26px !important; }[data-css=\"tve-u-15eea931482\"] { margin-top: 18px !important; }[data-css=\"tve-u-15eee1e952a\"] { padding-bottom: 2px !important; }[data-css=\"tve-u-15eedd4849a\"] { padding-bottom: 1px !important; padding-top: 23px !important; }[data-css=\"tve-u-15eee28409a\"] { min-height: 207px !important; }[data-css=\"tve-u-15eee2810d3\"] { padding-bottom: 30px !important; }[data-css=\"tve-u-15eea85a18d\"] { margin-top: 23px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-15eeadfa4b2\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-15eee1c2bfc\"] { margin-top: 6px !important; }[data-css=\"tve-u-15eee1357b6\"] { margin-top: 6px !important; }[data-css=\"tve-u-15eee2715e5\"]::after { clear: both; }[data-css=\"tve-u-15eee179744\"] { float: left; z-index: 3; position: relative; }[data-css=\"tve-u-15eea51ac96\"] { margin-top: 10px !important; }[data-css=\"tve-u-15eea480ffe\"] { margin-bottom: 77px !important; margin-top: 52px !important; }[data-css=\"tve-u-15eea480ffe\"] .tcb-button-link { padding-bottom: 20px !important; }[data-css=\"tve-u-15eea305835\"] { padding-top: 10px !important; padding-bottom: 1px !important; }[data-css=\"tve-u-15eea6b12b7\"] { margin-top: 0px !important; }[data-css=\"tve-u-15eedbecd83\"] { font-family: Raleway !important; font-weight: 400 !important; }[data-css=\"tve-u-15eedc5f35e\"] { font-family: Raleway !important; font-weight: 400 !important; }#tve_editor [data-css=\"tve-u-15eea6a814c\"] { font-size: 26px !important; }[data-css=\"tve-u-15eedc511bc\"] { font-family: Raleway !important; font-weight: 300 !important; }#tve_editor [data-css=\"tve-u-15eea652cae\"] { font-size: 26px !important; }#tve_editor [data-css=\"tve-u-15eedc5477e\"] { font-size: 26px !important; }[data-css=\"tve-u-15eea3f09fc\"] { line-height: 1.7em !important; }[data-css=\"tve-u-15eea473afc\"] { max-width: 100%; }[data-css=\"tve-u-15eebe6d875\"] { color: rgb(240, 243, 247) !important; }#tve_editor [data-css=\"tve-u-15eea3f09fc\"] { font-size: 20px !important; }[data-css=\"tve-u-15eee1cd999\"] { flex-direction: column; }}'),(3176,106,'tve_user_custom_css_tcb2-clickjournalist-sales-page','.thrv_text_element p { margin: 0;}\n.thrv_heading h1,h2,h3 {margin: 0;}\n'),(3177,106,'tve_has_masonry_tcb2-clickjournalist-sales-page','0'),(3178,106,'tve_has_typefocus_tcb2-clickjournalist-sales-page','0'),(3179,106,'tve_has_wistia_popover_tcb2-clickjournalist-sales-page','0'),(3180,106,'tve_page_events_tcb2-clickjournalist-sales-page','a:1:{i:0;a:3:{s:1:\"t\";s:4:\"exit\";s:1:\"a\";s:15:\"thrive_lightbox\";s:6:\"config\";a:4:{s:8:\"e_mobile\";s:1:\"1\";s:7:\"e_delay\";s:2:\"30\";s:4:\"l_id\";i:304;s:6:\"l_anim\";s:9:\"slide_top\";}}}'),(3181,106,'thrive_icon_pack_tcb2-clickjournalist-sales-page',''),(3182,106,'tve_globals_tcb2-clickjournalist-sales-page','a:2:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";s:11:\"lightbox_id\";i:304;}'),(3183,304,'tve_lp_lightbox','tcb2-clickjournalist-sales-page'),(3184,304,'tve_user_custom_css',''),(3185,304,'tve_globals','a:3:{s:1:\"e\";s:1:\"1\";s:11:\"content_css\";s:17:\"tve-u-15eeaab026a\";s:9:\"close_css\";s:17:\"tve-u-15eee7e8cd7\";}'),(3186,304,'tve_has_typefocus','0'),(3187,304,'tve_has_wistia_popover','0'),(3188,304,'tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Open+Sans:300,400,600&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Raleway:400,&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-15f0077058d\"]::after { clear: both; }#tve_editor [data-css=\"tve-u-15f0075c418\"] > :first-child { color: rgb(255, 139, 56); }[data-css=\"tve-u-15f0075c418\"] { font-size: 21px; background-color: rgb(0, 0, 0) !important; border-radius: 53px; overflow: hidden; border: 2px solid rgb(255, 139, 56); padding: 10px !important; width: 21px; height: 21px; float: right; z-index: 3; position: relative; margin-bottom: -7px !important; margin-top: -32px !important; margin-right: -24px !important; background-image: none !important; }[data-css=\"tve-u-15eee7e8cd7\"] { border-color: rgb(255, 255, 255) !important; display: none !important; }[data-css=\"tve-u-15eee7d7350\"] { margin-top: 6px !important; }[data-css=\"tve-u-15eeac23772\"] { min-height: 52px; }[data-css=\"tve-u-15eee7ccbb6\"]::after { clear: both; }[data-css=\"tve-u-15eee775e25\"]::after { clear: both; }[data-css=\"tve-u-15eead1ba2a\"] { float: none; max-width: 906px; margin-left: auto !important; margin-right: auto !important; margin-bottom: 10px !important; }[data-css=\"tve-u-15eead2a402\"] { max-width: 906px; float: none; margin-left: auto !important; margin-right: auto !important; margin-top: 11px !important; }#tve_editor [data-css=\"tve-u-15eeaaebdd8\"] input, #tve_editor [data-css=\"tve-u-15eeaaebdd8\"] input::placeholder { color: rgb(134, 135, 139) !important; }#tve_editor [data-css=\"tve-u-15eeaaebdd7\"] input, #tve_editor [data-css=\"tve-u-15eeaaebdd7\"] input::placeholder { color: rgb(134, 135, 139) !important; }[data-css=\"tve-u-15eeab15dbe\"] { float: none; margin-left: auto; margin-right: auto; }#tve_editor [data-css=\"tve-u-15eeab15dbe\"] { max-width: 92%; width: 92%; }[data-css=\"tve-u-15eee703dcf\"] { font-family: Raleway !important; font-weight: 400 !important; }[data-css=\"tve-u-15eead1ba2a\"] .tve_sep { border-width: 1px; border-color: rgb(134, 135, 139); }#tve_editor [data-css=\"tve-u-15eead076a4\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-15eead06399\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-15eead048ca\"] { font-size: 18px !important; }[data-css=\"tve-u-15eeac6fbb3\"] strong { font-weight: 600; }#tve_editor [data-css=\"tve-u-15eeac6fbb3\"] p, #tve_editor [data-css=\"tve-u-15eeac6fbb3\"] li, #tve_editor [data-css=\"tve-u-15eeac6fbb3\"] blockquote, #tve_editor [data-css=\"tve-u-15eeac6fbb3\"] address { font-family: \"Open Sans\"; font-weight: 400; }[data-css=\"tve-u-15eeacf42d3\"] { max-width: 940px; float: none; margin-left: auto !important; margin-right: auto !important; margin-top: 1px !important; }[data-css=\"tve-u-15eeac784c4\"] { padding-left: 10px !important; padding-right: 0px !important; }[data-css=\"tve-u-15eeac6fbb3\"] { max-width: 326px; float: left; z-index: 3; position: relative; width: 100%; margin: 0px auto 0px 14px !important; padding-left: 1px !important; }[data-css=\"tve-u-15eeac2c43a\"] { padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-15eeac6a77a\"] { margin: 20px 10px !important; }[data-css=\"tve-u-15eeac5daed\"] { color: rgb(255, 139, 56); font-size: 20px; width: 20px; height: 20px; }[data-css=\"tve-u-15eeac5dad8\"] { color: rgb(255, 139, 56); font-size: 20px; width: 20px; height: 20px; }[data-css=\"tve-u-15eeac5dad6\"] { color: rgb(255, 139, 56); font-size: 20px; width: 20px; height: 20px; }[data-css=\"tve-u-15eeac2e2e1\"] { margin-bottom: 10px !important; }[data-css=\"tve-u-15eeac2c43a\"] > .tcb-flex-col > .tcb-col { justify-content: center; }[data-css=\"tve-u-15eeac2376d\"] h3 { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-15eeac2376d\"] h2 { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-15eeac2376d\"] h1 { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-15eeac2376d\"] p { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-15eeac14ec0\"] strong { font-weight: 600; }#tve_editor [data-css=\"tve-u-15eeac14ec0\"] { font-weight: 300; font-family: \"Open Sans\" !important; font-size: 34px !important; }[data-css=\"tve-u-15eeac0eaa7\"] { max-width: 70px; }[data-css=\"tve-u-15eeac0eaa7\"] .tve_sep { border-width: 2px; border-color: rgb(255, 139, 56); }[data-css=\"tve-u-15eeac050a0\"] { padding-right: 20px !important; }[data-css=\"tve-u-15eeab7606b\"] { color: rgb(255, 139, 56) !important; }#tve_editor [data-css=\"tve-u-15eeab6bb63\"] { font-size: 25px !important; }[data-css=\"tve-u-15eeab61fa6\"] h3 { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-15eeab61fa6\"] h2 { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-15eeab61fa6\"] h1 { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-15eeab61fa6\"] p { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-15eeab5f75c\"] { max-width: 430px; float: left; z-index: 3; position: relative; width: 100%; margin-top: 0px !important; padding: 15px 10px !important; margin-bottom: 10px !important; }[data-css=\"tve-u-15eeab5c789\"] { background-color: rgb(245, 245, 245) !important; }#tve_editor [data-css=\"tve-u-15eeab15dbe\"]:hover button { background-color: rgb(255, 151, 77) !important; }#tve_editor [data-css=\"tve-u-15eeab15dbe\"] button { font-family: \"Open Sans\"; font-weight: 400; font-size: 20px; background-color: rgb(255, 139, 56) !important; margin-top: 11px !important; margin-bottom: 22px !important; padding-top: 14px !important; padding-bottom: 14px !important; }#tve_editor [data-css=\"tve-u-15eeaaebdd8\"]:hover input { border-bottom: 2px solid rgb(255, 139, 56); }#tve_editor [data-css=\"tve-u-15eeaaebdd7\"]:hover input { border-bottom: 2px solid rgb(255, 139, 56); }#tve_editor [data-css=\"tve-u-15eeaaebdd8\"] input { border-top: none; border-right: none; border-bottom: 2px solid rgb(231, 231, 231); border-left: none; border-image: initial; font-size: 18px; border-radius: 0px; overflow: hidden; font-family: \"Open Sans\"; font-weight: 300; margin: 3px 0px 20px !important; background-color: rgb(255, 255, 255) !important; padding-left: 0px !important; }#tve_editor [data-css=\"tve-u-15eeaaebdd7\"] input { border-top: none; border-right: none; border-bottom: 2px solid rgb(231, 231, 231); border-left: none; border-image: initial; font-size: 18px; border-radius: 0px; overflow: hidden; font-family: \"Open Sans\"; font-weight: 300; margin: 3px 0px 20px !important; background-color: rgb(255, 255, 255) !important; padding-left: 0px !important; }[data-css=\"tve-u-15eeaae4ff8\"] { border: 1px solid rgb(228, 228, 228); box-shadow: rgba(0, 0, 0, 0.14) 0px 8px 23px 5px; margin-bottom: 0px !important; margin-top: 0px !important; background-color: rgb(255, 255, 255) !important; margin-right: 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-15eeaaccac5\"] { margin-top: 13px !important; }[data-css=\"tve-u-15eeaac809b\"] strong { font-weight: 600; }#tve_editor [data-css=\"tve-u-15eeaac809b\"] { font-weight: 400; font-family: \"Open Sans\" !important; font-size: 20px !important; }[data-css=\"tve-u-15eeaab026a\"] { border: none; max-width: 1000px !important; background-image: repeating-linear-gradient(45deg, rgb(240, 243, 243), rgb(240, 243, 243) 3px, transparent 3px, transparent 6px), linear-gradient(rgb(246, 246, 246), rgb(246, 246, 246)) !important; background-size: auto, auto !important; background-position: 0px 0px, 0px 0px !important; background-attachment: scroll, scroll !important; background-repeat: repeat, no-repeat !important; }[data-css=\"tve-u-15eeabdcc02\"] { background-color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15eeabdf7a9\"] { max-width: 420px; margin-top: 0px !important; padding: 0px 15px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-15eeac23772\"] h3 { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-15eeac23772\"] h2 { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-15eeac23772\"] h1 { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-15eeac23772\"] p { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-15eead2a402\"] .tve_sep { border-width: 1px; border-color: rgb(134, 135, 139); }}@media (max-width: 1023px){[data-css=\"tve-u-15eead2a402\"] { max-width: 652px; }[data-css=\"tve-u-15eead1ba2a\"] { max-width: 652px; }[data-css=\"tve-u-15eeac6fbb3\"] { margin-left: -10px !important; }[data-css=\"tve-u-15eeac2c43a\"] { margin-left: 0px; }[data-css=\"tve-u-15eeac2c43a\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-15eee703dcf\"] { font-family: Raleway !important; font-weight: 400 !important; }#tve_editor [data-css=\"tve-u-15eeac14ec0\"] { font-size: 30px !important; }}@media (max-width: 767px){[data-css=\"tve-u-15eeaab026a\"] { margin-top: 4px !important; padding-top: 11px !important; padding-bottom: 27px !important; }[data-css=\"tve-u-15eead1ba2a\"] { margin-bottom: 10px !important; margin-top: -27px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-15eeaac809b\"] { line-height: 1.6em !important; }#tve_editor [data-css=\"tve-u-15eeaac809b\"] { font-size: 19px !important; }[data-css=\"tve-u-15eeacf42d3\"] { margin-top: -11px !important; margin-left: 0px !important; }#tve_editor [data-css=\"tve-u-15eeac14ec0\"] { font-size: 33px !important; }[data-css=\"tve-u-15eeaaccac5\"] { margin-top: 0px !important; }[data-css=\"tve-u-15eeac784c4\"] { margin-top: 0px !important; }[data-css=\"tve-u-15eeaae4ff8\"] { float: none; margin-left: -6px !important; margin-right: auto !important; padding-left: 0px !important; }[data-css=\"tve-u-15eeac050a0\"] { margin-top: 15px !important; padding-right: 0px !important; }[data-css=\"tve-u-15eee84aa8b\"] { margin-top: 16px !important; }[data-css=\"tve-u-15eead076a4\"] { line-height: 1.4em !important; }[data-css=\"tve-u-15eee847943\"] { margin-top: 15px !important; }[data-css=\"tve-u-15eead06399\"] { line-height: 1.4em !important; }[data-css=\"tve-u-15eead048ca\"] { line-height: 1.4em !important; }#tve_editor [data-css=\"tve-u-15eead048ca\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-15eeac6fbb3\"] p, #tve_editor [data-css=\"tve-u-15eeac6fbb3\"] li, #tve_editor [data-css=\"tve-u-15eeac6fbb3\"] blockquote, #tve_editor [data-css=\"tve-u-15eeac6fbb3\"] address { font-size: 16px; }[data-css=\"tve-u-15eeac6fbb3\"] { max-width: 246px; margin-left: -10px !important; }}'),(3189,304,'tve_updated_post','<div class=\"tcb-clear\" data-css=\"tve-u-15f0077058d\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display tve_evt_manager_listen tve_et_click tve_ea_close_lightbox\" data-css=\"tve-u-15f0075c418\" data-tcb-events=\"__TCB_EVENT_[{&quot;config&quot;:{},&quot;a&quot;:&quot;close_lightbox&quot;,&quot;t&quot;:&quot;click&quot;}]_TNEVE_BCT__\"><svg class=\"tcb-icon\" viewBox=\"0 0 30 32\" data-name=\"close\">\n<path d=\"M0.655 2.801l1.257-1.257 27.655 27.655-1.257 1.257-27.655-27.655z\"></path>\n<path d=\"M28.31 1.543l1.257 1.257-27.655 27.655-1.257-1.257 27.655-27.655z\"></path>\n</svg></div></div><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgb(134, 135, 139)\" data-css=\"tve-u-15eead2a402\">\n<hr class=\"tve_sep tve_sep-1\">\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15eeacf42d3\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15eeac2376d\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15eeac6a77a\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-15eeac2c43a\"><div class=\"tcb-flex-col\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15eeac784c4\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15eeaaccac5\"><h1 data-css=\"tve-u-15eeac14ec0\"><span data-css=\"tve-u-15eee703dcf\"><strong>Become the Top 10%</strong></span></h1></div><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"2\" data-color=\"rgb(255, 139, 56)\" data-css=\"tve-u-15eeac0eaa7\">\n<hr class=\"tve_sep tve_sep-1\">\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15eeac2e2e1\"><p data-css=\"tve-u-15eeaac809b\">Download the<strong> </strong><strong>ultimate 80/20 guide </strong>to dramatically transforming &nbsp;your articles.</p></div><div class=\"tcb-clear\" data-css=\"tve-u-15eee7ccbb6\"><div class=\"thrv_wrapper thrv-styled_list tcb-icon-display\" data-icon-code=\"icon-angle-double-right\" data-color=\"rgb(255, 139, 56)\" data-css=\"tve-u-15eeac6fbb3\" data-icons-size=\"20\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-15eeac5dad6\"><svg class=\"tcb-icon\" viewBox=\"0 0 15 28\" data-name=\"angle-double-right\">\n<path d=\"M9.297 15c0 0.125-0.063 0.266-0.156 0.359l-7.281 7.281c-0.094 0.094-0.234 0.156-0.359 0.156s-0.266-0.063-0.359-0.156l-0.781-0.781c-0.094-0.094-0.156-0.234-0.156-0.359s0.063-0.266 0.156-0.359l6.141-6.141-6.141-6.141c-0.094-0.094-0.156-0.234-0.156-0.359s0.063-0.266 0.156-0.359l0.781-0.781c0.094-0.094 0.234-0.156 0.359-0.156s0.266 0.063 0.359 0.156l7.281 7.281c0.094 0.094 0.156 0.234 0.156 0.359zM15.297 15c0 0.125-0.063 0.266-0.156 0.359l-7.281 7.281c-0.094 0.094-0.234 0.156-0.359 0.156s-0.266-0.063-0.359-0.156l-0.781-0.781c-0.094-0.094-0.156-0.234-0.156-0.359s0.063-0.266 0.156-0.359l6.141-6.141-6.141-6.141c-0.094-0.094-0.156-0.234-0.156-0.359s0.063-0.266 0.156-0.359l0.781-0.781c0.094-0.094 0.234-0.156 0.359-0.156s0.266 0.063 0.359 0.156l7.281 7.281c0.094 0.094 0.156 0.234 0.156 0.359z\"></path>\n</svg></div></div><span class=\"thrv-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-15eead048ca\">Lorem ipsum dolor sit amet</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-15eee847943\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-15eeac5dad8\"><svg class=\"tcb-icon\" viewBox=\"0 0 15 28\" data-name=\"angle-double-right\">\n<path d=\"M9.297 15c0 0.125-0.063 0.266-0.156 0.359l-7.281 7.281c-0.094 0.094-0.234 0.156-0.359 0.156s-0.266-0.063-0.359-0.156l-0.781-0.781c-0.094-0.094-0.156-0.234-0.156-0.359s0.063-0.266 0.156-0.359l6.141-6.141-6.141-6.141c-0.094-0.094-0.156-0.234-0.156-0.359s0.063-0.266 0.156-0.359l0.781-0.781c0.094-0.094 0.234-0.156 0.359-0.156s0.266 0.063 0.359 0.156l7.281 7.281c0.094 0.094 0.156 0.234 0.156 0.359zM15.297 15c0 0.125-0.063 0.266-0.156 0.359l-7.281 7.281c-0.094 0.094-0.234 0.156-0.359 0.156s-0.266-0.063-0.359-0.156l-0.781-0.781c-0.094-0.094-0.156-0.234-0.156-0.359s0.063-0.266 0.156-0.359l6.141-6.141-6.141-6.141c-0.094-0.094-0.156-0.234-0.156-0.359s0.063-0.266 0.156-0.359l0.781-0.781c0.094-0.094 0.234-0.156 0.359-0.156s0.266 0.063 0.359 0.156l7.281 7.281c0.094 0.094 0.156 0.234 0.156 0.359z\"></path>\n</svg></div></div><span class=\"thrv-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-15eead06399\">Nunc <strong>dictum metus</strong> diam</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-15eee84aa8b\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-15eeac5daed\"><svg class=\"tcb-icon\" viewBox=\"0 0 15 28\" data-name=\"angle-double-right\">\n<path d=\"M9.297 15c0 0.125-0.063 0.266-0.156 0.359l-7.281 7.281c-0.094 0.094-0.234 0.156-0.359 0.156s-0.266-0.063-0.359-0.156l-0.781-0.781c-0.094-0.094-0.156-0.234-0.156-0.359s0.063-0.266 0.156-0.359l6.141-6.141-6.141-6.141c-0.094-0.094-0.156-0.234-0.156-0.359s0.063-0.266 0.156-0.359l0.781-0.781c0.094-0.094 0.234-0.156 0.359-0.156s0.266 0.063 0.359 0.156l7.281 7.281c0.094 0.094 0.156 0.234 0.156 0.359zM15.297 15c0 0.125-0.063 0.266-0.156 0.359l-7.281 7.281c-0.094 0.094-0.234 0.156-0.359 0.156s-0.266-0.063-0.359-0.156l-0.781-0.781c-0.094-0.094-0.156-0.234-0.156-0.359s0.063-0.266 0.156-0.359l6.141-6.141-6.141-6.141c-0.094-0.094-0.156-0.234-0.156-0.359s0.063-0.266 0.156-0.359l0.781-0.781c0.094-0.094 0.234-0.156 0.359-0.156s0.266 0.063 0.359 0.156l7.281 7.281c0.094 0.094 0.156 0.234 0.156 0.359z\"></path>\n</svg></div></div><span class=\"thrv-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-15eead076a4\">Etiam ac est sapien in ac risus&nbsp;</span></li></ul></div></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15eeac050a0\"><div class=\"thrv_wrapper thrv_lead_generation\" data-connection=\"api\" data-css=\"tve-u-15eeaae4ff8\"><input type=\"hidden\" class=\"tve-lg-err-msg\" value=\"{&quot;email&quot;:&quot;Email address invalid&quot;,&quot;phone&quot;:&quot;Phone number invalid&quot;,&quot;password&quot;:&quot;Password invalid&quot;,&quot;passwordmismatch&quot;:&quot;Password mismatch error&quot;,&quot;required&quot;:&quot;Required field missing&quot;}\">\n<div class=\"thrv_lead_generation_container tve_clearfix\">\n<form action=\"#\" method=\"post\" novalidate=\"novalidate\">\n<div class=\"tve_lead_generated_inputs_container tve_clearfix tve_empty_dropzone\">\n<div class=\"tcb-clear\" data-css=\"tve-u-15eee775e25\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15eeab5f75c\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15eeab5c789\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15eeac23772\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15eee7d7350\"><h3 data-css=\"tve-u-15eeab6bb63\" style=\"text-align: center;\"><strong>Download the <span data-css=\"tve-u-15eeab7606b\" style=\"color: rgb(255, 139, 56);\">FREE</span> Report</strong></h3></div></div>\n</div></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15eeabdf7a9\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15eeabdcc02\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15eeab61fa6\"><div class=\"tve_lg_input_container tve_lg_input\" data-css=\"tve-u-15eeaaebdd7\" data-tcb_hover_state_parent=\"\">\n<input type=\"text\" data-field=\"name\" name=\"name\" placeholder=\"Name\" data-placeholder=\"Name\">\n</div><div class=\"tve_lg_input_container tve_lg_input\" data-css=\"tve-u-15eeaaebdd8\" data-tcb_hover_state_parent=\"\">\n<input type=\"email\" data-field=\"email\" data-required=\"1\" data-validation=\"email\" name=\"email\" placeholder=\"Email\" data-placeholder=\"Email\">\n</div></div>\n</div>\n<div class=\"tve_lg_input_container tve_submit_container tve_lg_submit\" data-css=\"tve-u-15eeab15dbe\" data-tcb_hover_state_parent=\"\">\n<button type=\"submit\" class=\"tve-froala\">Get Started</button>\n</div>\n</div>\n</form>\n</div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgb(134, 135, 139)\" data-css=\"tve-u-15eead1ba2a\">\n<hr class=\"tve_sep tve_sep-1\">\n</div>'),(3190,106,'thrive_tcb_post_fonts_tcb2-clickjournalist-sales-page','a:0:{}'),(3191,304,'thrive_tcb_post_fonts','a:0:{}'),(3192,106,'tve_updated_post_tcb2-resume-page','<div class=\"thrv_wrapper thrv-page-section tcb-mobile-hidden\" style=\"\" data-css=\"tve-u-15e622107e9\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15e62188f4d\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15e6218e30c\"><div class=\"tcb-clear\" data-css=\"tve-u-15e706bda42\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-15e706a095e\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15e706a2e84\" data-clip-id=\"59a95068b397\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-right-59a95068b397\" class=\"decoration-clip clip-path-right\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"pointer\" slanted-angle=\"5\" style=\"\" pointer-width=\"100\" pointer-height=\"56.00000000000001\"><polygon points=\"0 0, 0 1, 0.43999999999999995 1, 0.43999999999999995 1, 1 0.5, 0.43999999999999995 0, 0.43999999999999995 0\"></polygon></clipPath><clipPath id=\"clip-tablet-right-59a95068b397\" class=\"decoration-clip clip-path-tablet-right\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"pointer\" slanted-angle=\"5\" style=\"\" pointer-width=\"100\" pointer-height=\"53\"><polygon points=\"0 0, 0 1, 0.47 1, 0.47 1, 1 0.5, 0.47 0, 0.47 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15e706e5242\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-15e621cbf86\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15e621b938f\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15e621e7041\"><div class=\"thrv_wrapper thrv_heading\" style=\"\" data-css=\"tve-u-15e621e9804\"><h2 data-css=\"tve-u-15e621c3466\" style=\"text-align: center;\"><strong>Hi!</strong></h2></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" data-css=\"tve-u-15e622033f7\"><p data-css=\"tve-u-15e621ff815\">I\'m Jason Dawson</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" data-css=\"tve-u-15e62255d47\"><p data-css=\"tve-u-15e6224d4b2\">Ui/Ux &amp; Print Designer</p></div></div>\n</div></div></div>\n</div><div class=\"tcb-clear\" data-css=\"tve-u-15e706bda42\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tcb-tablet-hidden tcb-desktop-hidden\" style=\"\" data-css=\"tve-u-15e7078160b\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15e7077da8a\" data-clip-id=\"bb6cab8d1f6dd\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-right-bb6cab8d1f6dd\" class=\"decoration-clip clip-path-right\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"none\" slanted-angle=\"5\" style=\"\" pointer-width=\"100\" pointer-height=\"56.00000000000001\" clip-path=\"url(#clip-bottom-bb6cab8d1f6dd)\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-right-bb6cab8d1f6dd\" class=\"decoration-clip clip-path-tablet-right\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"none\" slanted-angle=\"5\" style=\"\" pointer-width=\"100\" pointer-height=\"53\" clip-path=\"url(#clip-bottom-bb6cab8d1f6dd)\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-bottom-bb6cab8d1f6dd\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"none\" pointer-width=\"100\" pointer-height=\"15\" style=\"\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-right-bb6cab8d1f6dd\" class=\"decoration-clip clip-path-mobile-right\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"none\" slanted-angle=\"5\" style=\"\" pointer-width=\"100\" pointer-height=\"53\" clip-path=\"url(#clip-bottom-bb6cab8d1f6dd)\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15e70789435\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" data-css=\"tve-u-15e707bc747\"><p data-css=\"tve-u-15e707aaf5f\" style=\"text-align: center;\"><strong>Hi!</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" data-css=\"tve-u-15e707a09c5\"><p data-css=\"tve-u-15e707e0a14\" style=\"text-align: center;\">I\'m Jason Dawson</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" data-css=\"tve-u-15e707b709c\"><p data-css=\"tve-u-15e6224d4b2\" style=\"text-align: center;\">Ui/Ux &amp; Print Designer</p></div></div>\n</div></div><div class=\"thrv_wrapper tve_image_caption tcb-tablet-hidden tcb-desktop-hidden\" data-css=\"tve-u-15e70768993\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-6029\" alt=\"\" width=\"1211\" height=\"664\" title=\"s1_image_2\" data-id=\"6029\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/s1_image_2.png\"></span></div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-15e3e2c51b0\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15e3e29de2f\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15e3e3115a3\"><div class=\"thrv_wrapper thrv-columns\" style=\"\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-15e6235e701\"><div class=\"tcb-flex-col\" data-css=\"tve-u-15e3e338287\" style=\"\"><div class=\"tcb-col tve_empty_dropzone\" style=\"\" data-css=\"tve-u-15e3e389ccf\"><div class=\"thrv_wrapper thrv_heading\" style=\"\" data-css=\"tve-u-15e3e2849b4\"><h1>WELCOME</h1></div><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgb(166, 221, 218)\" style=\"\" data-css=\"tve-u-15e70a8682f\">\n<hr class=\"tve_sep tve_sep-1\">\n</div><div class=\"thrv_wrapper thrv_heading\" style=\"\" data-css=\"tve-u-15e3e286086\"><h2>About Me</h2></div><div class=\"thrv_wrapper thrv_heading\" style=\"\" data-css=\"tve-u-15e3e3349b6\"><h2><strong>Hello, I am Jason Dawson, Ui/Ux &amp; Print Designer.</strong></h2></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" data-css=\"tve-u-15e3e33064a\"><p>Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenSint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium.</p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-15e3e338296\" style=\"\"><div class=\"tcb-col tve_empty_dropzone\"><div class=\"thrv_wrapper thrv_heading\" style=\"\" data-css=\"tve-u-15e3e30ad01\"><h1 data-css=\"tve-u-15e3e30d293\">Basic information</h1></div><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgb(166, 221, 218)\" style=\"\" data-css=\"tve-u-15e70a87c0d\">\n<hr class=\"tve_sep tve_sep-1\">\n</div><div class=\"thrv_wrapper thrv_heading\" style=\"\" data-css=\"tve-u-15e3e34e406\"><h2>Personal Details</h2></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" data-css=\"tve-u-15e3e366ec9\"><p data-css=\"tve-u-15e708b08e4\"><strong>website</strong>: creativelab.com</p><p data-css=\"tve-u-15e708a87f4\"><strong>Location</strong>: London, UK</p><p data-css=\"tve-u-15e708ac2f9\"><strong>Age</strong>: 34</p><p data-css=\"tve-u-15e708ad58b\"><strong>Email</strong>: Jason@creativelab.com</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-15e4856e1db\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15e4856d593\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15e3e3115a3\"><div class=\"thrv_wrapper thrv_heading\" style=\"\" data-css=\"tve-u-15e3e3a1e8a\"><h1 data-css=\"tve-u-15e3e3abab0\">PROFESSIONAL skills</h1></div><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgb(166, 221, 218)\" style=\"\" data-css=\"tve-u-15e70a83638\">\n<hr class=\"tve_sep tve_sep-1\">\n</div><div class=\"thrv_wrapper thrv_heading\" style=\"\" data-css=\"tve-u-15e3e3afb8c\"><h2>I\'m Good At...</h2></div><div class=\"thrv_wrapper thrv-columns\" style=\"\" data-css=\"tve-u-15e3e3b4e79\"><div class=\"tcb-flex-row tcb--cols--4\"><div class=\"tcb-flex-col\"><div class=\"tcb-col tve_empty_dropzone\" style=\"\" data-css=\"tve-u-15e48558af8\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-15e48560d6c\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15e4855bffa\"></div>\n<div class=\"tve-cb tve_empty_dropzone\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15e708dd696\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-6089\" alt=\"\" width=\"98\" height=\"78\" title=\"s_3a_icon1\" data-id=\"6089\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/s_3a_icon1.png\"></span></div><div class=\"thrv_wrapper thrv_heading\" style=\"\" data-css=\"tve-u-15e3e28752e\"><h3 style=\"text-align: center;\"><strong>UI/UX Design</strong></h3></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" data-css=\"tve-u-15e3e3ccddd\"><p style=\"text-align: center;\">Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris&nbsp;</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col tve_empty_dropzone\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-15e709b8442\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15e48562ec3\"></div>\n<div class=\"tve-cb tve_empty_dropzone\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15e3e3c578b\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-5769\" alt=\"\" width=\"98\" height=\"78\" title=\"s3a_icon-2\" data-id=\"5769\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/s3a_icon-2.png\"></span></div><div class=\"thrv_wrapper thrv_heading\" style=\"\" data-css=\"tve-u-15e3e28752e\"><h3 style=\"text-align: center;\"><strong>Branding</strong></h3></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" data-css=\"tve-u-15e3e3ccddd\"><p style=\"text-align: center;\">Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris&nbsp;</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col tve_empty_dropzone\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-15e709a4006\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15e48564132\"></div>\n<div class=\"tve-cb tve_empty_dropzone\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15e708e4d5c\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-5770\" alt=\"\" width=\"98\" height=\"78\" title=\"s3a_icon4\" data-id=\"5770\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/s3a_icon4.png\"></span></div><div class=\"thrv_wrapper thrv_heading\" style=\"\" data-css=\"tve-u-15e3e28752e\"><h3 style=\"text-align: center;\"><strong>Illustration</strong></h3></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" data-css=\"tve-u-15e485bda90\"><p style=\"text-align: center;\">Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris&nbsp;</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col tve_empty_dropzone\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-15e709a5458\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15e48564132\"></div>\n<div class=\"tve-cb tve_empty_dropzone\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15e708e6331\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-5771\" alt=\"\" width=\"98\" height=\"78\" title=\"s3a_icon3\" data-id=\"5771\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/s3a_icon3.png\"></span></div><div class=\"thrv_wrapper thrv_heading\" style=\"\" data-css=\"tve-u-15e3e28752e\"><h3 style=\"text-align: center;\"><strong>Print Design</strong></h3></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" data-css=\"tve-u-15e3e3ccddd\"><p style=\"text-align: center;\">Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris&nbsp;</p></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-15e4856e1db\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15e485887dd\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15e3e3115a3\"><div class=\"thrv_wrapper thrv_heading\" style=\"\" data-css=\"tve-u-15e4857119b\"><h1 data-css=\"tve-u-15e3e3abab0\">MY skills</h1></div><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgb(166, 221, 218)\" style=\"\" data-css=\"tve-u-15e70a8a6ee\">\n<hr class=\"tve_sep tve_sep-1\">\n</div><div class=\"thrv_wrapper thrv_heading\" style=\"\" data-css=\"tve-u-15e485732e7\"><h2>Technical Skill Levels</h2></div><div class=\"thrv_wrapper thrv-columns\" style=\"\" data-css=\"tve-u-15e3e3b4e79\"><div class=\"tcb-flex-row tcb--cols--5\"><div class=\"tcb-flex-col\"><div class=\"tcb-col tve_empty_dropzone\" style=\"\" data-css=\"tve-u-15e48558af8\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-15e48560d6c\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15e4858bd68\"></div>\n<div class=\"tve-cb tve_empty_dropzone\"><div class=\"thrv_wrapper thrv_heading\" style=\"\" data-css=\"tve-u-15e485775c1\"><h3 style=\"text-align: center;\"><strong>PHOTOSHOP</strong></h3></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15e48586e91\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-5822\" alt=\"\" width=\"75\" height=\"77\" title=\"s3b_icon3\" data-id=\"5822\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/s3b_icon3.png\"></span></div></div>\n</div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col tve_empty_dropzone\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-15e709bca16\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15e48595e8f\"></div>\n<div class=\"tve-cb tve_empty_dropzone\"><div class=\"thrv_wrapper thrv_heading\" style=\"\" data-css=\"tve-u-15e48599d02\"><h3 style=\"text-align: center;\"><strong>HTML/CSS</strong></h3></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15e7091fa76\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-6091\" alt=\"\" width=\"75\" height=\"77\" title=\"s3b_icon1\" data-id=\"6091\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/s3b_icon1.png\"></span></div></div>\n</div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col tve_empty_dropzone\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-15e709a9733\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15e485990ee\"></div>\n<div class=\"tve-cb tve_empty_dropzone\"><div class=\"thrv_wrapper thrv_heading\" style=\"\" data-css=\"tve-u-15e48598475\"><h3 style=\"text-align: center;\"><strong>WORDPRESS</strong></h3></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15e709213ac\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-6090\" alt=\"\" width=\"75\" height=\"77\" title=\"s3b_icon2\" data-id=\"6090\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/s3b_icon2.png\"></span></div></div>\n</div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col tve_empty_dropzone\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-15e709aac7b\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15e485990ee\"></div>\n<div class=\"tve-cb tve_empty_dropzone\"><div class=\"thrv_wrapper thrv_heading\" style=\"\" data-css=\"tve-u-15e48598475\"><h3 style=\"text-align: center;\"><strong>ILLUSTRATOR</strong></h3></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15e48586e91\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-5822\" alt=\"\" width=\"75\" height=\"77\" title=\"s3b_icon3\" data-id=\"5822\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/s3b_icon3.png\"></span></div></div>\n</div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col tve_empty_dropzone\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-15e709be6d1\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15e485990ee\"></div>\n<div class=\"tve-cb tve_empty_dropzone\"><div class=\"thrv_wrapper thrv_heading\" style=\"\" data-css=\"tve-u-15e48598475\"><h3 style=\"text-align: center;\"><strong>SKETCH</strong></h3></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15e7091fa76\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-6091\" alt=\"\" width=\"75\" height=\"77\" title=\"s3b_icon1\" data-id=\"6091\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/s3b_icon1.png\"></span></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-15e4856e1db\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15e485fc664\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15e485fd403\"><div class=\"thrv_wrapper thrv_heading\" style=\"\" data-css=\"tve-u-15e485a38bd\"><h1 data-css=\"tve-u-15e3e3abab0\">MY experience</h1></div><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgb(166, 221, 218)\" style=\"\" data-css=\"tve-u-15e70a8b900\">\n<hr class=\"tve_sep tve_sep-1\">\n</div><div class=\"thrv_wrapper thrv_heading\" style=\"\" data-css=\"tve-u-15e485a5b51\"><h2>Work Experience</h2></div><div class=\"thrv_wrapper thrv-columns\" style=\"\" data-css=\"tve-u-15e486140e3\"><div class=\"tcb-flex-row tcb--cols--3 tcb-medium-wrap\"><div class=\"tcb-flex-col\"><div class=\"tcb-col tve_empty_dropzone\" style=\"\" data-css=\"tve-u-15e48623c54\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-15e7065695e\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15e486175d2\"></div>\n<div class=\"tve-cb tve_empty_dropzone\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" data-css=\"tve-u-15e4861ac93\"><p data-css=\"tve-u-15e4861c4c1\" style=\"text-align: center;\">JUNE 2015 - PRESENT</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-15e486304ad\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15e4862db75\"></div>\n<div class=\"tve-cb tve_empty_dropzone\"><div class=\"thrv_wrapper thrv_heading\" style=\"\" data-css=\"tve-u-15e4862df5b\"><h3 style=\"text-align: left;\"><strong>Senior Graphic Designer</strong></h3></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" data-css=\"tve-u-15e485dd8ed\"><p><strong><span data-css=\"tve-u-15e485e0e67\" style=\"color: rgb(2, 160, 161);\">Leo Brunette / London</span></strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" data-css=\"tve-u-15e48634d85\"><p style=\"text-align: left;\">Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris&nbsp;</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col tve_empty_dropzone\" style=\"\" data-css=\"tve-u-15e4863e860\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-15e70657af1\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15e486175d2\"></div>\n<div class=\"tve-cb tve_empty_dropzone\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" data-css=\"tve-u-15e4861ac93\"><p data-css=\"tve-u-15e4861c4c1\" style=\"text-align: center;\">APRIL 2012 -JUNE 2015</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-15e486304ad\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15e4862db75\"></div>\n<div class=\"tve-cb tve_empty_dropzone\"><div class=\"thrv_wrapper thrv_heading\" style=\"\" data-css=\"tve-u-15e4862df5b\"><h3 style=\"text-align: left;\"><strong>UI/UX Designer</strong></h3></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" data-css=\"tve-u-15e485dd8ed\"><p><strong><span data-css=\"tve-u-15e485e0e67\" style=\"color: rgb(2, 160, 161);\">Ogvily &amp; Matt / London</span></strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" data-css=\"tve-u-15e48634d85\"><p style=\"text-align: left;\">Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris&nbsp;</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col tve_empty_dropzone\" style=\"\" data-css=\"tve-u-15e48640d9c\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-15e4861e9f1\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15e486175d2\"></div>\n<div class=\"tve-cb tve_empty_dropzone\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" data-css=\"tve-u-15e4861ac93\"><p data-css=\"tve-u-15e4861c4c1\" style=\"text-align: center;\">MARCH 2010 - APRIL 2012</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-15e486304ad\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15e4863d55b\"></div>\n<div class=\"tve-cb tve_empty_dropzone\"><div class=\"thrv_wrapper thrv_heading\" style=\"\" data-css=\"tve-u-15e4863d07d\"><h3 style=\"text-align: left;\"><strong>Junior UI/UX Designer</strong></h3></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" data-css=\"tve-u-15e485dd8ed\"><p><strong><span data-css=\"tve-u-15e485e0e67\" style=\"color: rgb(2, 160, 161);\">Frog Design / London</span></strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" data-css=\"tve-u-15e48634d85\"><p style=\"text-align: left;\">Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris&nbsp;</p></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-15e4856e1db\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15e486be3ae\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15e485fd403\"><div class=\"thrv_wrapper thrv_heading\" style=\"\" data-css=\"tve-u-15e48657776\"><h1 data-css=\"tve-u-15e3e3abab0\">MY EDUCATION</h1></div><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgb(166, 221, 218)\" style=\"\" data-css=\"tve-u-15e70a8d090\">\n<hr class=\"tve_sep tve_sep-1\">\n</div><div class=\"thrv_wrapper thrv_heading\" style=\"\" data-css=\"tve-u-15e48659915\"><h2>My Studies</h2></div><div class=\"thrv_wrapper thrv-columns\" style=\"\" data-css=\"tve-u-15e486b3e1c\"><div class=\"tcb-flex-row tcb--cols--2 tcb-resized\" data-css=\"tve-u-15e485f7cf6\"><div class=\"tcb-flex-col\" data-css=\"tve-u-15e70c22155\" style=\"\"><div class=\"tcb-col tve_empty_dropzone\" style=\"\" data-css=\"tve-u-15e486641d7\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" data-css=\"tve-u-15e4865ce12\"><p style=\"text-align: left;\">SEPT 2007 - JUNE 2010</p></div><div class=\"thrv_wrapper thrv_heading\" style=\"\" data-css=\"tve-u-15e485ca61b\"><h3 style=\"text-align: left;\"><strong>Graphic Design</strong></h3></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" data-css=\"tve-u-15e485dd8ed\"><p><strong><span data-css=\"tve-u-15e485e0e67\" style=\"color: rgb(2, 160, 161);\">Some School / London</span></strong></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-15e70c22159\" style=\"\"><div class=\"tcb-col tve_empty_dropzone\" style=\"\" data-css=\"tve-u-15e709c4864\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" data-css=\"tve-u-15e485be23e\"><p style=\"text-align: left;\">Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris&nbsp;</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" style=\"\" data-css=\"tve-u-15e486af683\"><div class=\"tcb-flex-row tcb--cols--2 tcb-resized\" data-css=\"tve-u-15e485f7cf6\"><div class=\"tcb-flex-col\" data-css=\"tve-u-15e70c24452\" style=\"\"><div class=\"tcb-col tve_empty_dropzone\" style=\"\" data-css=\"tve-u-15e486641d7\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" data-css=\"tve-u-15e486c8ce0\"><p>SEPT 2006 - JUNE 2007</p></div><div class=\"thrv_wrapper thrv_heading\" style=\"\" data-css=\"tve-u-15e485ca61b\"><h3 style=\"text-align: left;\"><strong>Marketing</strong></h3></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" data-css=\"tve-u-15e485dd8ed\"><p><strong><span data-css=\"tve-u-15e485e0e67\" style=\"color: rgb(2, 160, 161);\">Some School / London</span></strong></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-15e70c24456\" style=\"\"><div class=\"tcb-col tve_empty_dropzone\" style=\"\" data-css=\"tve-u-15e709ca151\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" data-css=\"tve-u-15e485be23e\"><p style=\"text-align: left;\">Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris&nbsp;</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" style=\"\" data-css=\"tve-u-15e486c29d2\"><div class=\"tcb-flex-row tcb--cols--2 tcb-resized\" data-css=\"tve-u-15e485f7cf6\"><div class=\"tcb-flex-col\" data-css=\"tve-u-15e4869c0ca\" style=\"\"><div class=\"tcb-col tve_empty_dropzone\" style=\"\" data-css=\"tve-u-15e486641d7\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" data-css=\"tve-u-15e4865ce12\"><p style=\"text-align: left;\">SEPT 2000 - JUNE 2006</p></div><div class=\"thrv_wrapper thrv_heading\" style=\"\" data-css=\"tve-u-15e485ca61b\"><h3 style=\"text-align: left;\"><strong>High School</strong></h3></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" data-css=\"tve-u-15e485dd8ed\"><p><strong><span data-css=\"tve-u-15e485e0e67\" style=\"color: rgb(2, 160, 161);\">Some School / London</span></strong></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-15e4869c12e\" style=\"\"><div class=\"tcb-col tve_empty_dropzone\" style=\"\" data-css=\"tve-u-15e709cc283\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" data-css=\"tve-u-15e485be23e\"><p style=\"text-align: left;\">Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris&nbsp;</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-15e4856e1db\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15e486be3ae\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15e485fd403\"><div class=\"thrv_wrapper thrv_heading\" style=\"\" data-css=\"tve-u-15e4872d76a\"><h1 data-css=\"tve-u-15e3e3abab0\">portfolio<u>â€‹</u>â€‹â€‹â€‹â€‹</h1></div><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgb(166, 221, 218)\" style=\"\" data-css=\"tve-u-15e70a8e35c\">\n<hr class=\"tve_sep tve_sep-1\">\n</div><div class=\"thrv_wrapper thrv_heading\" style=\"\" data-css=\"tve-u-15e4872f9f1\"><h2>My Work</h2></div><div class=\"thrv_wrapper thrv-columns\" style=\"\" data-css=\"tve-u-15e486f6c22\"><div class=\"tcb-flex-row tcb--cols--4\"><div class=\"tcb-flex-col\"><div class=\"tcb-col tve_empty_dropzone\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15e702509d3\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-5834\" alt=\"\" width=\"269\" height=\"212\" title=\"s6_image1\" data-id=\"5834\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/s6_image1.png\"></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15e487138bd\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-5832\" alt=\"\" width=\"269\" height=\"339\" title=\"s6_image5\" data-id=\"5832\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/s6_image5.png\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col tve_empty_dropzone\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15e4871d892\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-5837\" alt=\"\" width=\"269\" height=\"337\" title=\"s6_image2\" data-id=\"5837\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/s6_image2.png\"></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15e487169b0\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-5836\" alt=\"\" width=\"269\" height=\"212\" title=\"s6_image6\" data-id=\"5836\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/s6_image6.png\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col tve_empty_dropzone\" style=\"\" data-css=\"tve-u-15e4872358e\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15e48721e1b\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-5829\" alt=\"\" width=\"269\" height=\"212\" title=\"s6_image3\" data-id=\"5829\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/s6_image3.png\"></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15e48725c84\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-5831\" alt=\"\" width=\"269\" height=\"338\" title=\"s6_image7\" data-id=\"5831\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/s6_image7.png\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col tve_empty_dropzone\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15e487289c0\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-5835\" alt=\"\" width=\"269\" height=\"355\" title=\"s6_image4\" data-id=\"5835\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/s6_image4.png\"></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15e4872c337\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-5830\" alt=\"\" width=\"269\" height=\"191\" title=\"s6_image8\" data-id=\"5830\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/s6_image8.png\"></span></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-15e4856e1db\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15e486be3ae\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15e485fd403\"><div class=\"thrv_wrapper thrv_heading\" style=\"\" data-css=\"tve-u-15e4872d76a\"><h1 data-css=\"tve-u-15e3e3abab0\">â€‹references<strong>â€‹</strong><u>â€‹</u>â€‹â€‹â€‹â€‹</h1></div><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgb(166, 221, 218)\" style=\"\" data-css=\"tve-u-15e70a8fbd4\">\n<hr class=\"tve_sep tve_sep-1\">\n</div><div class=\"thrv_wrapper thrv_heading\" style=\"\" data-css=\"tve-u-15e4872f9f1\"><h2>Client Testimonials</h2></div><div class=\"thrv_wrapper thrv-columns\" style=\"\" data-css=\"tve-u-15e70262e01\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--3\"><div class=\"tcb-flex-col\"><div class=\"tcb-col tve_empty_dropzone\" style=\"\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-15e707370ab\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15e62382c44\"></div>\n<div class=\"tve-cb tve_empty_dropzone\"><div class=\"tcb-clear\" data-css=\"tve-u-15e703f5691\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-15e703d3b07\" style=\"\" data-float=\"1\"><svg class=\"tcb-icon\" viewBox=\"0 0 26 28\" data-name=\"quote-left\">\n<title>quote-left</title>\n<path d=\"M12 15v6c0 1.656-1.344 3-3 3h-6c-1.656 0-3-1.344-3-3v-11c0-4.406 3.594-8 8-8h1c0.547 0 1 0.453 1 1v2c0 0.547-0.453 1-1 1h-1c-2.203 0-4 1.797-4 4v0.5c0 0.828 0.672 1.5 1.5 1.5h3.5c1.656 0 3 1.344 3 3zM26 15v6c0 1.656-1.344 3-3 3h-6c-1.656 0-3-1.344-3-3v-11c0-4.406 3.594-8 8-8h1c0.547 0 1 0.453 1 1v2c0 0.547-0.453 1-1 1h-1c-2.203 0-4 1.797-4 4v0.5c0 0.828 0.672 1.5 1.5 1.5h3.5c1.656 0 3 1.344 3 3z\"></path>\n</svg></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" data-css=\"tve-u-15e703fada5\"><p style=\"text-align: left;\">Ut enim ad minim veniam, quis nostrud exercitation ull amco laboris. Ut enim ad minim veniam, quis nostrud exer citation ullamco laboris en.&nbsp;</p></div><div class=\"tcb-clear\" data-css=\"tve-u-15e70419a7f\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-15e7038e605\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 26 28\" data-name=\"quote-right\">\n<title>quote-right</title>\n<path d=\"M12 5v11c0 4.406-3.594 8-8 8h-1c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h1c2.203 0 4-1.797 4-4v-0.5c0-0.828-0.672-1.5-1.5-1.5h-3.5c-1.656 0-3-1.344-3-3v-6c0-1.656 1.344-3 3-3h6c1.656 0 3 1.344 3 3zM26 5v11c0 4.406-3.594 8-8 8h-1c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h1c2.203 0 4-1.797 4-4v-0.5c0-0.828-0.672-1.5-1.5-1.5h-3.5c-1.656 0-3-1.344-3-3v-6c0-1.656 1.344-3 3-3h6c1.656 0 3 1.344 3 3z\"></path>\n</svg></div></div><div class=\"thrv_wrapper thrv-columns\" style=\"\" data-css=\"tve-u-15e709d2516\"><div class=\"tcb-flex-row tcb--cols--2 tcb-medium-no-wrap\" data-css=\"tve-u-15e7050ac2a\"><div class=\"tcb-flex-col\"><div class=\"tcb-col tve_empty_dropzone\" style=\"\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15e70449876\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-5940\" alt=\"\" width=\"98\" height=\"98\" title=\"s7c_image2\" data-id=\"5940\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/s7c_image2.png\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col tve_empty_dropzone\" style=\"\" data-css=\"tve-u-15e704ea714\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" data-css=\"tve-u-15e704ea3c2\"><p><strong><span data-css=\"tve-u-15e70451468\" style=\"color: rgb(2, 160, 161);\">Jane Doe</span></strong></p><p>CEO of Incorp</p></div></div></div></div></div></div>\n</div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col tve_empty_dropzone\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-15e7073a43f\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15e62382c44\"></div>\n<div class=\"tve-cb tve_empty_dropzone\"><div class=\"tcb-clear\" data-css=\"tve-u-15e703f5691\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-15e703d3b07\" style=\"\" data-float=\"1\"><svg class=\"tcb-icon\" viewBox=\"0 0 26 28\" data-name=\"quote-left\">\n<title>quote-left</title>\n<path d=\"M12 15v6c0 1.656-1.344 3-3 3h-6c-1.656 0-3-1.344-3-3v-11c0-4.406 3.594-8 8-8h1c0.547 0 1 0.453 1 1v2c0 0.547-0.453 1-1 1h-1c-2.203 0-4 1.797-4 4v0.5c0 0.828 0.672 1.5 1.5 1.5h3.5c1.656 0 3 1.344 3 3zM26 15v6c0 1.656-1.344 3-3 3h-6c-1.656 0-3-1.344-3-3v-11c0-4.406 3.594-8 8-8h1c0.547 0 1 0.453 1 1v2c0 0.547-0.453 1-1 1h-1c-2.203 0-4 1.797-4 4v0.5c0 0.828 0.672 1.5 1.5 1.5h3.5c1.656 0 3 1.344 3 3z\"></path>\n</svg></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" data-css=\"tve-u-15e703fada5\"><p style=\"text-align: left;\">Ut enim ad minim veniam, quis nostrud exercitation ull amco laboris. Ut enim ad minim veniam, quis nostrud exer citation ullamco laboris en.&nbsp;</p></div><div class=\"tcb-clear\" data-css=\"tve-u-15e70419a7f\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-15e7038e605\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 26 28\" data-name=\"quote-right\">\n<title>quote-right</title>\n<path d=\"M12 5v11c0 4.406-3.594 8-8 8h-1c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h1c2.203 0 4-1.797 4-4v-0.5c0-0.828-0.672-1.5-1.5-1.5h-3.5c-1.656 0-3-1.344-3-3v-6c0-1.656 1.344-3 3-3h6c1.656 0 3 1.344 3 3zM26 5v11c0 4.406-3.594 8-8 8h-1c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h1c2.203 0 4-1.797 4-4v-0.5c0-0.828-0.672-1.5-1.5-1.5h-3.5c-1.656 0-3-1.344-3-3v-6c0-1.656 1.344-3 3-3h6c1.656 0 3 1.344 3 3z\"></path>\n</svg></div></div><div class=\"thrv_wrapper thrv-columns\" style=\"\" data-css=\"tve-u-15e709d517e\"><div class=\"tcb-flex-row tcb--cols--2 tcb-medium-no-wrap\" data-css=\"tve-u-15e7051ca75\"><div class=\"tcb-flex-col\"><div class=\"tcb-col tve_empty_dropzone\" style=\"\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15f0b86ab1d\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-6503\" alt=\"\" width=\"98\" height=\"98\" title=\"s7c_image1\" data-id=\"6503\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/s7c_image1.png\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col tve_empty_dropzone\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\"><p><strong><span data-css=\"tve-u-15e70451468\" style=\"color: rgb(2, 160, 161);\">John Doe</span></strong></p><p>CEO of Incorp</p></div></div></div></div></div></div>\n</div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col tve_empty_dropzone\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-15e6239b958\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15e62382c44\"></div>\n<div class=\"tve-cb tve_empty_dropzone\"><div class=\"tcb-clear\" data-css=\"tve-u-15e703f5691\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-15e703d3b07\" style=\"\" data-float=\"1\"><svg class=\"tcb-icon\" viewBox=\"0 0 26 28\" data-name=\"quote-left\">\n<title>quote-left</title>\n<path d=\"M12 15v6c0 1.656-1.344 3-3 3h-6c-1.656 0-3-1.344-3-3v-11c0-4.406 3.594-8 8-8h1c0.547 0 1 0.453 1 1v2c0 0.547-0.453 1-1 1h-1c-2.203 0-4 1.797-4 4v0.5c0 0.828 0.672 1.5 1.5 1.5h3.5c1.656 0 3 1.344 3 3zM26 15v6c0 1.656-1.344 3-3 3h-6c-1.656 0-3-1.344-3-3v-11c0-4.406 3.594-8 8-8h1c0.547 0 1 0.453 1 1v2c0 0.547-0.453 1-1 1h-1c-2.203 0-4 1.797-4 4v0.5c0 0.828 0.672 1.5 1.5 1.5h3.5c1.656 0 3 1.344 3 3z\"></path>\n</svg></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" data-css=\"tve-u-15e703fada5\"><p style=\"text-align: left;\">Ut enim ad minim veniam, quis nostrud exercitation ull amco laboris. Ut enim ad minim veniam, quis nostrud exer citation ullamco laboris en.&nbsp;</p></div><div class=\"tcb-clear\" data-css=\"tve-u-15e70419a7f\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-15e7038e605\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 26 28\" data-name=\"quote-right\">\n<title>quote-right</title>\n<path d=\"M12 5v11c0 4.406-3.594 8-8 8h-1c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h1c2.203 0 4-1.797 4-4v-0.5c0-0.828-0.672-1.5-1.5-1.5h-3.5c-1.656 0-3-1.344-3-3v-6c0-1.656 1.344-3 3-3h6c1.656 0 3 1.344 3 3zM26 5v11c0 4.406-3.594 8-8 8h-1c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h1c2.203 0 4-1.797 4-4v-0.5c0-0.828-0.672-1.5-1.5-1.5h-3.5c-1.656 0-3-1.344-3-3v-6c0-1.656 1.344-3 3-3h6c1.656 0 3 1.344 3 3z\"></path>\n</svg></div></div><div class=\"thrv_wrapper thrv-columns\" style=\"\" data-css=\"tve-u-15e7045ed6c\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-15e7045f72d\"><div class=\"tcb-flex-col\"><div class=\"tcb-col tve_empty_dropzone\" style=\"\"><div class=\"tcb-clear\" data-css=\"tve-u-15e709df05f\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15e70521d2e\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-5940\" alt=\"\" width=\"98\" height=\"98\" title=\"s7c_image2\" data-id=\"5940\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/s7c_image2.png\"></span></div></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col tve_empty_dropzone\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\"><p><strong><span data-css=\"tve-u-15e70451468\" style=\"color: rgb(2, 160, 161);\">Jane Doe</span></strong></p><p>CEO of Incorp</p></div></div></div></div></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-15e4856e1db\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15e486be3ae\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15e485fd403\"><div class=\"thrv_wrapper thrv_heading\" style=\"\" data-css=\"tve-u-15e4872d76a\"><h1 data-css=\"tve-u-15e3e3abab0\">â€‹references<strong>â€‹</strong><u>â€‹</u>â€‹â€‹â€‹â€‹</h1></div><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgb(166, 221, 218)\" style=\"\" data-css=\"tve-u-15e70a91249\">\n<hr class=\"tve_sep tve_sep-1\">\n</div><div class=\"thrv_wrapper thrv_heading\" style=\"\" data-css=\"tve-u-15e4872f9f1\"><h2>What They Say About Me</h2></div><div class=\"thrv_wrapper thrv-columns\" style=\"\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col tve_empty_dropzone\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-15e70638bc6\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15e7031ed95\"></div>\n<div class=\"tve-cb tve_empty_dropzone\"><div class=\"thrv_wrapper thrv-columns\" style=\"\" data-css=\"tve-u-15e70348bfd\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2 tcb-medium-wrap\" data-css=\"tve-u-15e70349517\"><div class=\"tcb-flex-col\" data-css=\"tve-u-15e7033a20c\" style=\"\"><div class=\"tcb-col tve_empty_dropzone\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15e7031ab68\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-6065\" alt=\"\" width=\"205\" height=\"206\" title=\"s7b_image4\" data-id=\"6065\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/s7b_image4.png\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-15e7033a242\" style=\"\"><div class=\"tcb-col tve_empty_dropzone\" style=\"\" data-css=\"tve-u-15e707438fb\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" data-css=\"tve-u-15e7063d475\"><p style=\"text-align: center;\"><strong>PHILIPPE JAN</strong> - <span data-css=\"tve-u-15e70335594\" style=\"color: rgb(2, 160, 161);\"><strong>Designist</strong></span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" data-css=\"tve-u-15e7063f23c\"><p style=\"text-align: center;\">\"Ut enim ad minim veniam, quis nostrud exercitation ull amco laboris. Ut enim ad minim veniam.\"</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15e7031ed95\"></div>\n<div class=\"tve-cb tve_empty_dropzone\"><div class=\"thrv_wrapper thrv-columns\" style=\"\" data-css=\"tve-u-15e70348bfd\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2 tcb-medium-wrap\" data-css=\"tve-u-15e70349517\"><div class=\"tcb-flex-col\" data-css=\"tve-u-15e7033a20c\" style=\"\"><div class=\"tcb-col tve_empty_dropzone\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15e70364b0b\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-6063\" alt=\"\" width=\"205\" height=\"206\" title=\"s7b_image3\" data-id=\"6063\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/s7b_image3.png\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-15e7033a242\" style=\"\"><div class=\"tcb-col tve_empty_dropzone\" style=\"\" data-css=\"tve-u-15e70748c67\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" data-css=\"tve-u-15e7034cae5\"><p style=\"text-align: center;\"><strong>ANNA STONE</strong> - <span data-css=\"tve-u-15e70335594\" style=\"color: rgb(2, 160, 161);\"><strong>Frog Design</strong></span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" data-css=\"tve-u-15e703434de\"><p style=\"text-align: center;\">\"Ut enim ad minim veniam, quis nostrud exercitation ull amco laboris. Ut enim ad minim veniam.\"</p></div></div></div></div></div></div>\n</div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col tve_empty_dropzone\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15e7031ed95\"></div>\n<div class=\"tve-cb tve_empty_dropzone\"><div class=\"thrv_wrapper thrv-columns\" style=\"\" data-css=\"tve-u-15e70348bfd\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2 tcb-medium-wrap\" data-css=\"tve-u-15e70349517\"><div class=\"tcb-flex-col\" data-css=\"tve-u-15e7033a20c\" style=\"\"><div class=\"tcb-col tve_empty_dropzone\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15e70363643\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-6064\" alt=\"\" width=\"205\" height=\"206\" title=\"s7b_image2\" data-id=\"6064\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/s7b_image2.png\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-15e7033a242\" style=\"\"><div class=\"tcb-col tve_empty_dropzone\" style=\"\" data-css=\"tve-u-15e70745c08\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" data-css=\"tve-u-15e7034cae5\"><p style=\"text-align: center;\"><strong>MATT JONES</strong> - <span data-css=\"tve-u-15e70335594\" style=\"color: rgb(2, 160, 161);\"><strong>Ogilvy&amp;Matt</strong></span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" data-css=\"tve-u-15e703434de\"><p style=\"text-align: center;\">\"Ut enim ad minim veniam, quis nostrud exercitation ull amco laboris.\"</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15e7031ed95\"></div>\n<div class=\"tve-cb tve_empty_dropzone\"><div class=\"thrv_wrapper thrv-columns\" style=\"\" data-css=\"tve-u-15e70348bfd\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2 tcb-medium-wrap\" data-css=\"tve-u-15e70349517\"><div class=\"tcb-flex-col\" data-css=\"tve-u-15e7033a20c\" style=\"\"><div class=\"tcb-col tve_empty_dropzone\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15e70365ff8\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-6062\" alt=\"\" width=\"205\" height=\"206\" title=\"s7b_image1\" data-id=\"6062\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/s7b_image1.png\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-15e7033a242\" style=\"\"><div class=\"tcb-col tve_empty_dropzone\" style=\"\" data-css=\"tve-u-15e7034f99a\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" data-css=\"tve-u-15e7034cae5\"><p style=\"text-align: center;\"><strong>JOHN DOE</strong> - <span data-css=\"tve-u-15e70335594\" style=\"color: rgb(2, 160, 161);\"><strong>Leo Brunett</strong></span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" data-css=\"tve-u-15e703434de\"><p style=\"text-align: center;\">\"Ut enim ad minim veniam, quis nostrud exercitation ull amco laboris. Ut enim ad minim veniam. Ut enim ad minim veniam.\"</p></div></div></div></div></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-15e4856e1db\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15e486be3ae\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15e485fd403\"><div class=\"thrv_wrapper thrv_heading\" style=\"\" data-css=\"tve-u-15e4872d76a\"><h1 data-css=\"tve-u-15e3e3abab0\">let\'s get in touch</h1></div><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgb(166, 221, 218)\" style=\"\" data-css=\"tve-u-15e3e2dfd3e\">\n<hr class=\"tve_sep tve_sep-1\">\n</div><div class=\"thrv_wrapper thrv_heading\" style=\"\" data-css=\"tve-u-15e70a946d1\"><h2>Contact Details</h2></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" data-css=\"tve-u-15e625aa218\"><p style=\"text-align: left;\"><span style=\"font-size: 18px;\" data-css=\"tve-u-15e623a3ae2\"></span>Ut enim ad minim veniam, quis nostrud exercitation ull amco laboris. Ut enim ad minim veniam, quis nostrud exer citation ullamco laboris en.</p></div><div class=\"thrv_wrapper thrv-columns\" style=\"\" data-css=\"tve-u-15e701bc428\"><div class=\"tcb-flex-row tcb--cols--3\" data-css=\"tve-u-15e70174a53\"><div class=\"tcb-flex-col\"><div class=\"tcb-col tve_empty_dropzone\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-15e70622a60\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15e7017b9d3\"></div>\n<div class=\"tve-cb tve_empty_dropzone\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-15e707503ae\"><svg class=\"tcb-icon\" viewBox=\"0 0 22 28\" data-name=\"phone\">\n<title>phone</title>\n<path d=\"M22 19.375c0 0.562-0.25 1.656-0.484 2.172-0.328 0.766-1.203 1.266-1.906 1.656-0.922 0.5-1.859 0.797-2.906 0.797-1.453 0-2.766-0.594-4.094-1.078-0.953-0.344-1.875-0.766-2.734-1.297-2.656-1.641-5.859-4.844-7.5-7.5-0.531-0.859-0.953-1.781-1.297-2.734-0.484-1.328-1.078-2.641-1.078-4.094 0-1.047 0.297-1.984 0.797-2.906 0.391-0.703 0.891-1.578 1.656-1.906 0.516-0.234 1.609-0.484 2.172-0.484 0.109 0 0.219 0 0.328 0.047 0.328 0.109 0.672 0.875 0.828 1.188 0.5 0.891 0.984 1.797 1.5 2.672 0.25 0.406 0.719 0.906 0.719 1.391 0 0.953-2.828 2.344-2.828 3.187 0 0.422 0.391 0.969 0.609 1.344 1.578 2.844 3.547 4.813 6.391 6.391 0.375 0.219 0.922 0.609 1.344 0.609 0.844 0 2.234-2.828 3.187-2.828 0.484 0 0.984 0.469 1.391 0.719 0.875 0.516 1.781 1 2.672 1.5 0.313 0.156 1.078 0.5 1.188 0.828 0.047 0.109 0.047 0.219 0.047 0.328z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" data-css=\"tve-u-15e70182ea2\"><p style=\"text-align: center;\">Phone number</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" data-css=\"tve-u-15e70182ea2\"><p data-css=\"tve-u-15e7018e5e1\" style=\"text-align: center;\"><strong>01 55 55 55</strong></p></div></div>\n</div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col tve_empty_dropzone\" style=\"\" data-css=\"tve-u-15e709e39eb\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-15e706251c5\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15e7017b9d3\"></div>\n<div class=\"tve-cb tve_empty_dropzone\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-15e7019c667\"><svg class=\"tcb-icon\" viewBox=\"0 0 28 28\" data-name=\"envelope-o\">\n<title>envelope-o</title>\n<path d=\"M26 23.5v-12c-0.328 0.375-0.688 0.719-1.078 1.031-2.234 1.719-4.484 3.469-6.656 5.281-1.172 0.984-2.625 2.188-4.25 2.188h-0.031c-1.625 0-3.078-1.203-4.25-2.188-2.172-1.813-4.422-3.563-6.656-5.281-0.391-0.313-0.75-0.656-1.078-1.031v12c0 0.266 0.234 0.5 0.5 0.5h23c0.266 0 0.5-0.234 0.5-0.5zM26 7.078c0-0.391 0.094-1.078-0.5-1.078h-23c-0.266 0-0.5 0.234-0.5 0.5 0 1.781 0.891 3.328 2.297 4.438 2.094 1.641 4.188 3.297 6.266 4.953 0.828 0.672 2.328 2.109 3.422 2.109h0.031c1.094 0 2.594-1.437 3.422-2.109 2.078-1.656 4.172-3.313 6.266-4.953 1.016-0.797 2.297-2.531 2.297-3.859zM28 6.5v17c0 1.375-1.125 2.5-2.5 2.5h-23c-1.375 0-2.5-1.125-2.5-2.5v-17c0-1.375 1.125-2.5 2.5-2.5h23c1.375 0 2.5 1.125 2.5 2.5z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" data-css=\"tve-u-15e70182ea2\"><p style=\"text-align: center;\">Email Address<s>â€‹</s></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" data-css=\"tve-u-15e70182ea2\"><p data-css=\"tve-u-15e7018e5e1\" style=\"text-align: center;\"><strong>Jason@creativelab.com</strong></p></div></div>\n</div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col tve_empty_dropzone\" style=\"\" data-css=\"tve-u-15e709e4fa0\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-15e70177c82\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15e7017b9d3\"></div>\n<div class=\"tve-cb tve_empty_dropzone\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-15e7062a965\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"skype\">\n<title>skype</title>\n<path d=\"M18.328 16.609c0-2.719-2.641-3.656-4.859-4.156l-1.625-0.375c-1.188-0.281-2.078-0.484-2.078-1.391 0-0.828 0.875-1.203 2.25-1.203 2.453 0 2.5 1.797 4.016 1.797 1.016 0 1.625-0.797 1.625-1.703 0-1.797-2.984-2.969-5.938-2.969-2.703 0-5.844 1.172-5.844 4.344 0 2.625 1.75 3.563 4.031 4.109l2.281 0.562c1.391 0.344 2.25 0.5 2.25 1.5 0 0.797-0.891 1.406-2.266 1.406-2.891 0-3.047-2.406-4.719-2.406-1.094 0-1.578 0.781-1.578 1.641 0 1.922 2.938 3.484 6.453 3.484 2.938 0 6-1.469 6-4.641zM24 20c0 3.313-2.688 6-6 6-1.375 0-2.641-0.469-3.656-1.25-0.75 0.156-1.547 0.25-2.344 0.25-6.078 0-11-4.922-11-11 0-0.797 0.094-1.594 0.25-2.344-0.781-1.016-1.25-2.281-1.25-3.656 0-3.313 2.688-6 6-6 1.375 0 2.641 0.469 3.656 1.25 0.75-0.156 1.547-0.25 2.344-0.25 6.078 0 11 4.922 11 11 0 0.797-0.094 1.594-0.25 2.344 0.781 1.016 1.25 2.281 1.25 3.656z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" data-css=\"tve-u-15e70182ea2\"><p style=\"text-align: center;\">Skype</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" data-css=\"tve-u-15e70182ea2\"><p data-css=\"tve-u-15e7018e5e1\" style=\"text-align: center;\"><strong>@jason_creativelab</strong></p></div></div>\n</div></div></div></div></div></div>\n</div>'),(3193,106,'tve_custom_css_tcb2-resume-page','@import url(\"//fonts.googleapis.com/css?family=Hind:400,600,300,500&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Montserrat:300,500,400,600&subset=latin\");@media (min-width: 300px){#tcb_landing_page a:not(.tcb-button-link) { text-decoration: underline; }[data-css=\"tve-u-15e708b08e4\"] { line-height: 1.6em !important; }[data-css=\"tve-u-15e708ad58b\"] { line-height: 2.4em !important; }[data-css=\"tve-u-15e708ac2f9\"] { line-height: 2.4em !important; }[data-css=\"tve-u-15e708a87f4\"] { line-height: 2.4em !important; }[data-css=\"tve-u-15e70789435\"] h3 { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-15e707aaf5f\"] { line-height: 75px !important; }[data-css=\"tve-u-15e707bc747\"] { max-width: 68px; margin-left: auto !important; margin-right: auto !important; padding: 0px !important; }[data-css=\"tve-u-15e70789435\"] h1 { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-15e70789435\"] p { margin: 0px !important; padding: 0px !important; }#tve_editor [data-css=\"tve-u-15e707aaf5f\"] { color: rgb(255, 255, 255) !important; font-size: 40px !important; background-color: rgb(39, 50, 49) !important; }[data-css=\"tve-u-15e70768993\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-15e621e7041\"] { min-height: 1px; }[data-css=\"tve-u-15e706e5242\"] { min-height: 564px; }[data-css=\"tve-u-15e706e5242\"]::after { clear: both; }[data-css=\"tve-u-15e706bda42\"]::after { clear: both; }[data-css=\"tve-u-15e706a2e84\"] { clip-path: url(\"#clip-right-59a95068b397\"); -webkit-clip-path: url(\"#clip-right-59a95068b397\");  background-image: linear-gradient(rgb(2, 160, 161), rgb(2, 160, 161)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-15e706a095e\"] { max-width: 553px; float: left; z-index: 0; position: relative; width: 100%; margin-left: 0px !important; padding: 0px !important; }[data-css=\"tve-u-15e704ea714\"]::after { clear: both; }[data-css=\"tve-u-15e7045f72d\"] { padding-bottom: 0px !important; }[data-css=\"tve-u-15e7045ed6c\"] { margin-bottom: -73px !important; margin-top: 27px !important; }[data-css=\"tve-u-15e70451468\"] { color: rgb(2, 160, 161) !important; }[data-css=\"tve-u-15e70449876\"] { float: none; width: 98px; border: 3px solid rgb(2, 160, 161); border-bottom-left-radius: 50px; overflow: hidden; border-top-left-radius: 50px; border-bottom-right-radius: 50px; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-15e70419a7f\"]::after { clear: both; }[data-css=\"tve-u-15e7034f99a\"] { padding-right: 10px !important; }[data-css=\"tve-u-15e7034cae5\"] { margin-top: 20px !important; }[data-css=\"tve-u-15e70349517\"] { padding: 0px !important; }[data-css=\"tve-u-15e70348bfd\"] { margin: 0px !important; }[data-css=\"tve-u-15e7033a242\"] { max-width: 54.1%; }[data-css=\"tve-u-15e7033a20c\"] { max-width: 45.9%; }[data-css=\"tve-u-15e70335594\"] { color: rgb(2, 160, 161) !important; }[data-css=\"tve-u-15e7031ed95\"] { background-color: rgb(242, 245, 249) !important; }[data-css=\"tve-u-15e7031ab68\"] { float: none; width: 205px; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-15e70262e01\"] { margin-top: 0px !important; }[data-css=\"tve-u-15e702509d3\"] + div { clear: none; }[data-css=\"tve-u-15e702509d3\"] { float: none; width: 269px; }[data-css=\"tve-u-15e701bc428\"] { margin-top: 0px !important; }[data-css=\"tve-u-15e7019c667\"] { font-size: 25px; color: rgb(2, 160, 161); border: 1px solid rgb(2, 160, 161); border-radius: 100px; overflow: hidden; width: 25px; height: 25px; padding: 10px !important; background-color: rgb(255, 255, 255) !important; margin: -21px auto 15.5px !important; }#tve_editor [data-css=\"tve-u-15e7018e5e1\"] { font-size: 22px !important; }[data-css=\"tve-u-15e70182ea2\"] { margin: 10px 0px 0px !important; }[data-css=\"tve-u-15e7017b9d3\"] { border-top: 1px solid rgb(2, 160, 161) !important; }[data-css=\"tve-u-15e70177c82\"] { padding: 0px !important; margin-top: 30px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-15e70174a53\"] { margin-left: 0px; }[data-css=\"tve-u-15e70174a53\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-15e623a3ae2\"] { font-size: 18px !important; }[data-css=\"tve-u-15e6239b958\"] { padding: 30px !important; }[data-css=\"tve-u-15e62382c44\"] { border-radius: 4px; overflow: hidden; border: 1px solid rgb(213, 239, 238) !important; }[data-css=\"tve-u-15e6235e701\"] { padding-bottom: 0px !important; }[data-css=\"tve-u-15e62255d47\"] { margin-top: 0px !important; padding-left: 57px !important; }#tve_editor [data-css=\"tve-u-15e6224d4b2\"] { color: rgb(255, 255, 255) !important; font-size: 20px !important; }[data-css=\"tve-u-15e622107e9\"] { padding: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-15e621ff815\"] { line-height: 90px !important; }[data-css=\"tve-u-15e622033f7\"] { max-width: 368px; margin-top: 0px !important; position: static !important; padding-top: 115px !important; padding-left: 51px !important; margin-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-15e621ff815\"] { color: rgb(255, 255, 255) !important; font-size: 85px !important; }[data-css=\"tve-u-15e621e9804\"] { margin-bottom: 12px !important; margin-top: 12px !important; }[data-css=\"tve-u-15e621e7041\"] h2 { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-15e621cbf86\"] { max-width: 70px; top: -22px; left: 54px; position: absolute !important; padding-left: 10px !important; padding-right: 10px !important; margin-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-15e621c3466\"] { color: rgb(255, 255, 255) !important; font-size: 30px !important; }[data-css=\"tve-u-15e621b938f\"] { background-color: rgb(39, 50, 49) !important; }[data-css=\"tve-u-15e6218e30c\"] { min-height: 564px !important; }[data-css=\"tve-u-15e62188f4d\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/s1_image_2.png\") !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-15e4872c337\"] { float: none; width: 269px; }[data-css=\"tve-u-15e487289c0\"] + div { clear: none; }[data-css=\"tve-u-15e487289c0\"] { float: none; width: 269px; margin-bottom: 0px !important; }[data-css=\"tve-u-15e48725c84\"] { float: none; width: 269px; }[data-css=\"tve-u-15e4872358e\"] { background-image: none !important; }[data-css=\"tve-u-15e48721e1b\"] + div { clear: none; }[data-css=\"tve-u-15e48721e1b\"] { float: none; width: 269px; margin-bottom: 0px !important; }[data-css=\"tve-u-15e4871d892\"] + div { clear: none; }[data-css=\"tve-u-15e4871d892\"] { float: none; width: 269px; }[data-css=\"tve-u-15e487169b0\"] { float: none; width: 269px; margin-top: 0px !important; }[data-css=\"tve-u-15e487138bd\"] { float: none; width: 269px; margin-top: 0px !important; }[data-css=\"tve-u-15e486f6c22\"] { background-image: none !important; }[data-css=\"tve-u-15e486641d7\"] { border-left: none; background-image: none !important; padding-left: 20px !important; }[data-css=\"tve-u-15e48640d9c\"] { background-image: none !important; background-color: rgb(242, 245, 249) !important; margin-top: 10px !important; }[data-css=\"tve-u-15e4863e860\"] { background-image: none !important; background-color: rgb(242, 245, 249) !important; margin-top: 10px !important; }[data-css=\"tve-u-15e486304ad\"] { padding-left: 20px !important; padding-right: 20px !important; }[data-css=\"tve-u-15e4862db75\"] { background-image: none !important; }[data-css=\"tve-u-15e48623c54\"] { background-image: none !important; background-color: rgb(242, 245, 249) !important; margin-top: 10px !important; }[data-css=\"tve-u-15e4861e9f1\"] { padding: 15px !important; margin: 0px !important; }#tve_editor [data-css=\"tve-u-15e4861c4c1\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15e486175d2\"] { background-image: none !important; background-color: rgb(2, 160, 161) !important; }[data-css=\"tve-u-15e486140e3\"] { background-image: none !important; margin-top: 0px !important; }[data-css=\"tve-u-15e485fd403\"] h3 { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-15e485fd403\"] p { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-15e485f7cf6\"] > .tcb-flex-col > .tcb-col { justify-content: center; }[data-css=\"tve-u-15e485e0e67\"] { color: rgb(2, 160, 161) !important; }[data-css=\"tve-u-15e485dd8ed\"] { background-image: none !important; }[data-css=\"tve-u-15e48560d6c\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-15e4855bffa\"] { background-image: none !important; }[data-css=\"tve-u-15e48558af8\"] { background-image: none !important; }[data-css=\"tve-u-15e3e3c578b\"] + div { clear: none; }[data-css=\"tve-u-15e3e3c578b\"] { width: 98px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15e3e3b4e79\"] { background-image: none !important; }#tve_editor [data-css=\"tve-u-15e3e3abab0\"] { text-transform: uppercase !important; }[data-css=\"tve-u-15e3e389ccf\"] { background-image: none !important; padding-right: 40px !important; }[data-css=\"tve-u-15e3e338296\"] { max-width: 44%; }[data-css=\"tve-u-15e3e338287\"] { max-width: 56%; }[data-css=\"tve-u-15e3e33064a\"] { background-image: none !important; }[data-css=\"tve-u-15e3e3115a3\"] h1 { margin: 0px !important; padding: 0px !important; }#tve_editor [data-css=\"tve-u-15e3e30d293\"] { text-transform: uppercase !important; }#tcb_landing_page p strong, #tcb_landing_page li strong { font-weight: 600; }#tcb_landing_page p, #tcb_landing_page li { font-family: Hind; font-weight: 400; font-size: 18px; color: rgb(102, 102, 102); line-height: 1.5em; }[data-css=\"tve-u-15e3e2dfd3e\"] { padding: 10px 0px 20px !important; }[data-css=\"tve-u-15e3e2dfd3e\"] .tve_sep { border-width: 1px; border-color: rgb(166, 221, 218); }[data-css=\"tve-u-15e3e2c51b0\"] { padding: 40px !important; margin-bottom: 50px !important; }[data-css=\"tve-u-15e3e29de2f\"] { box-shadow: rgba(0, 0, 0, 0.04) 0px -4px 24px 0px; background-image: none !important; background-color: rgb(255, 255, 255) !important; }#tcb_landing_page h3 strong { font-weight: 500; }#tcb_landing_page h3 { font-family: Hind; font-weight: 300; color: rgb(51, 51, 51); }[data-css=\"tve-u-15e3e2849b4\"] { background-image: none !important; }#tcb_landing_page h2 strong { font-weight: 500; }#tcb_landing_page h2 { font-family: Montserrat; font-weight: 300; color: rgb(2, 160, 161); font-size: 20px; }#tcb_landing_page h1 strong { font-weight: 600; }#tcb_landing_page h1 { font-family: Montserrat; font-weight: 400; color: rgb(39, 50, 49); font-size: 24px; }[data-css=\"tve-u-15e09c94f7d\"] { background-color: rgb(242, 245, 249) !important; background-image: none !important; }.tve_post_lp > div > #tve_editor { margin-left: auto; margin-right: auto; max-width: 1080px; padding: 0px 20px; }[data-css=\"tve-u-15e3e286086\"] { background-image: none !important; margin-bottom: 20px !important; }[data-css=\"tve-u-15e3e28752e\"] { background-image: none !important; }[data-css=\"tve-u-15e3e30ad01\"] { background-image: none !important; }[data-css=\"tve-u-15e3e3349b6\"] { background-image: none !important; margin-bottom: 10px !important; }[data-css=\"tve-u-15e3e34e406\"] { background-image: none !important; margin-bottom: 20px !important; }[data-css=\"tve-u-15e3e366ec9\"] { background-image: none !important; }[data-css=\"tve-u-15e3e3a1e8a\"] { background-image: none !important; }[data-css=\"tve-u-15e3e3afb8c\"] { background-image: none !important; }[data-css=\"tve-u-15e3e3ccddd\"] { background-image: none !important; }[data-css=\"tve-u-15e48562ec3\"] { background-image: none !important; }[data-css=\"tve-u-15e48564132\"] { background-image: none !important; }[data-css=\"tve-u-15e4856d593\"] { box-shadow: rgba(0, 0, 0, 0.04) 0px -4px 24px 0px; background-image: none !important; background-color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15e4856e1db\"] { padding: 40px !important; margin-top: 0px !important; margin-bottom: 50px !important; }[data-css=\"tve-u-15e4857119b\"] { background-image: none !important; }[data-css=\"tve-u-15e485732e7\"] { background-image: none !important; }[data-css=\"tve-u-15e485775c1\"] { background-image: none !important; }[data-css=\"tve-u-15e48586e91\"] { width: 75px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15e485887dd\"] { box-shadow: rgba(0, 0, 0, 0.04) 0px -4px 24px 0px; background-image: none !important; background-color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15e4858bd68\"] { background-image: none !important; }[data-css=\"tve-u-15e48595e8f\"] { background-image: none !important; }[data-css=\"tve-u-15e48598475\"] { background-image: none !important; }[data-css=\"tve-u-15e485990ee\"] { background-image: none !important; }[data-css=\"tve-u-15e48599d02\"] { background-image: none !important; }[data-css=\"tve-u-15e485a38bd\"] { background-image: none !important; }[data-css=\"tve-u-15e485a5b51\"] { background-image: none !important; }[data-css=\"tve-u-15e485bda90\"] { background-image: none !important; }[data-css=\"tve-u-15e485be23e\"] { background-image: none !important; }[data-css=\"tve-u-15e485ca61b\"] { background-image: none !important; margin-bottom: 0px !important; }[data-css=\"tve-u-15e485fc664\"] { box-shadow: rgba(0, 0, 0, 0.04) 0px -4px 24px 0px; background-image: none !important; background-color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15e485fd403\"] h1 { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-15e4861ac93\"] { background-image: none !important; }[data-css=\"tve-u-15e4862df5b\"] { background-image: none !important; margin-bottom: 0px !important; }[data-css=\"tve-u-15e48634d85\"] { background-image: none !important; margin-top: 30px !important; }[data-css=\"tve-u-15e4863d07d\"] { background-image: none !important; margin-bottom: 0px !important; }[data-css=\"tve-u-15e4863d55b\"] { background-image: none !important; }[data-css=\"tve-u-15e48657776\"] { background-image: none !important; }[data-css=\"tve-u-15e48659915\"] { background-image: none !important; margin-bottom: 20px !important; }[data-css=\"tve-u-15e4865ce12\"] { background-image: none !important; }[data-css=\"tve-u-15e4869c0ca\"] { max-width: 40%; }[data-css=\"tve-u-15e4869c12e\"] { max-width: 60.1%; }[data-css=\"tve-u-15e486af683\"] { border-left: 2px solid rgb(2, 160, 161); border-bottom: 1px dashed rgb(225, 225, 225); background-image: none !important; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-15e486b3e1c\"] { border-left: 2px solid rgb(2, 160, 161); border-bottom: 1px dashed rgb(225, 225, 225); background-image: none !important; margin-bottom: 0px !important; }[data-css=\"tve-u-15e486be3ae\"] { box-shadow: rgba(0, 0, 0, 0.04) 0px -4px 24px 0px; background-image: none !important; background-color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15e486c29d2\"] { border-left: 2px solid rgb(2, 160, 161); background-image: none !important; margin-top: 0px !important; }[data-css=\"tve-u-15e486c8ce0\"] { background-image: none !important; margin-left: 0px !important; padding-left: 1px !important; }[data-css=\"tve-u-15e4872d76a\"] { background-image: none !important; }[data-css=\"tve-u-15e4872f9f1\"] { background-image: none !important; }[data-css=\"tve-u-15e625aa218\"] { background-image: none !important; padding-right: 1px !important; }[data-css=\"tve-u-15e703434de\"] { background-image: none !important; padding-right: 1px !important; margin-top: 10px !important; }[data-css=\"tve-u-15e70363643\"] { float: none; width: 205px; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-15e70364b0b\"] { float: none; width: 205px; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-15e70365ff8\"] { float: none; width: 205px; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-15e7038e605\"] { font-size: 20px; color: rgb(213, 239, 238); width: 20px; height: 20px; position: relative; float: right; z-index: 3; margin: -23px 0px 0px !important; padding-right: 0px !important; padding-left: 10px !important; }[data-css=\"tve-u-15e703d3b07\"] { font-size: 20px; color: rgb(213, 239, 238); width: 20px; height: 20px; float: left; z-index: 3; position: relative; margin-top: 0px !important; margin-bottom: 0px !important; padding-right: 10px !important; }[data-css=\"tve-u-15e703fada5\"] { background-image: none !important; padding-right: 0px !important; padding-left: 0px !important; }[data-css=\"tve-u-15e7050ac2a\"] { padding-bottom: 0px !important; }[data-css=\"tve-u-15e7051ca75\"] { padding-bottom: 0px !important; }[data-css=\"tve-u-15e70521d2e\"] { float: none; width: 98px; border: 3px solid rgb(2, 160, 161); border-bottom-left-radius: 50px; overflow: hidden; border-top-left-radius: 50px; border-bottom-right-radius: 50px; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-15e70622a60\"] { padding: 0px !important; margin-top: 30px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-15e706251c5\"] { padding: 0px !important; margin-top: 30px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-15e7062a965\"] { font-size: 25px; color: rgb(2, 160, 161); border: 1px solid rgb(2, 160, 161); border-radius: 100px; overflow: hidden; width: 25px; height: 25px; padding: 10px !important; background-color: rgb(255, 255, 255) !important; margin: -21px auto 15.5px !important; }[data-css=\"tve-u-15e7063d475\"] { margin-top: 20px !important; }[data-css=\"tve-u-15e7063f23c\"] { background-image: none !important; padding-right: 1px !important; margin-top: 10px !important; }[data-css=\"tve-u-15e7065695e\"] { padding: 15px !important; margin: 0px !important; }[data-css=\"tve-u-15e70657af1\"] { padding: 15px !important; margin: 0px !important; }[data-css=\"tve-u-15e707370ab\"] { padding: 30px !important; }[data-css=\"tve-u-15e7073a43f\"] { padding: 30px !important; }[data-css=\"tve-u-15e707438fb\"] { padding-right: 10px !important; }[data-css=\"tve-u-15e70745c08\"] { padding-right: 10px !important; }[data-css=\"tve-u-15e70748c67\"] { padding-right: 10px !important; }[data-css=\"tve-u-15e707503ae\"] { font-size: 25px; color: rgb(2, 160, 161); border: 1px solid rgb(2, 160, 161); border-radius: 100px; overflow: hidden; width: 25px; height: 25px; padding: 10px !important; background-color: rgb(255, 255, 255) !important; margin: -21px auto 15.5px !important; }[data-css=\"tve-u-15e7077da8a\"] { clip-path: url(\"#clip-right-bb6cab8d1f6dd\"); -webkit-clip-path: url(\"#clip-right-bb6cab8d1f6dd\");  background-image: linear-gradient(rgb(2, 160, 161), rgb(2, 160, 161)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-15e7078160b\"] { max-width: 100%; float: left; z-index: 0; position: relative; width: 100%; margin-left: 0px !important; margin-bottom: 0px !important; padding: 0px !important; }[data-css=\"tve-u-15e70789435\"] { min-height: 250px; }[data-css=\"tve-u-15e70789435\"]::after { clear: both; }[data-css=\"tve-u-15e707a09c5\"] { max-width: 100%; margin: 22px auto 0px !important; position: static !important; padding-top: 0px !important; padding-left: 51px !important; }[data-css=\"tve-u-15e707b709c\"] { margin-top: 0px !important; padding-left: 57px !important; }[data-css=\"tve-u-15e707e0a14\"] { line-height: 90px !important; }#tve_editor [data-css=\"tve-u-15e707e0a14\"] { color: rgb(255, 255, 255) !important; font-size: 85px !important; }[data-css=\"tve-u-15e708dd696\"] + div { clear: none; }[data-css=\"tve-u-15e708dd696\"] { width: 98px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15e708e4d5c\"] + div { clear: none; }[data-css=\"tve-u-15e708e4d5c\"] { width: 98px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15e708e6331\"] + div { clear: none; }[data-css=\"tve-u-15e708e6331\"] { width: 98px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15e7091fa76\"] { width: 75px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15e709213ac\"] { width: 75px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15e709a4006\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-15e709a5458\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-15e709a9733\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-15e709aac7b\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-15e709b8442\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-15e709bca16\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-15e709be6d1\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-15e709d2516\"] { margin-bottom: -73px !important; margin-top: 27px !important; }[data-css=\"tve-u-15e709d517e\"] { margin-bottom: -73px !important; margin-top: 27px !important; }[data-css=\"tve-u-15e70a83638\"] { padding: 10px 0px 20px !important; }[data-css=\"tve-u-15e70a83638\"] .tve_sep { border-width: 1px; border-color: rgb(166, 221, 218); }[data-css=\"tve-u-15e70a8682f\"] { padding: 10px 0px 20px !important; }[data-css=\"tve-u-15e70a8682f\"] .tve_sep { border-width: 1px; border-color: rgb(166, 221, 218); }[data-css=\"tve-u-15e70a87c0d\"] { padding: 10px 0px 20px !important; }[data-css=\"tve-u-15e70a87c0d\"] .tve_sep { border-width: 1px; border-color: rgb(166, 221, 218); }[data-css=\"tve-u-15e70a8a6ee\"] { padding: 10px 0px 20px !important; }[data-css=\"tve-u-15e70a8a6ee\"] .tve_sep { border-width: 1px; border-color: rgb(166, 221, 218); }[data-css=\"tve-u-15e70a8b900\"] { padding: 10px 0px 20px !important; }[data-css=\"tve-u-15e70a8b900\"] .tve_sep { border-width: 1px; border-color: rgb(166, 221, 218); }[data-css=\"tve-u-15e70a8d090\"] { padding: 10px 0px 20px !important; }[data-css=\"tve-u-15e70a8d090\"] .tve_sep { border-width: 1px; border-color: rgb(166, 221, 218); }[data-css=\"tve-u-15e70a8e35c\"] { padding: 10px 0px 20px !important; }[data-css=\"tve-u-15e70a8e35c\"] .tve_sep { border-width: 1px; border-color: rgb(166, 221, 218); }[data-css=\"tve-u-15e70a8fbd4\"] { padding: 10px 0px 20px !important; }[data-css=\"tve-u-15e70a8fbd4\"] .tve_sep { border-width: 1px; border-color: rgb(166, 221, 218); }[data-css=\"tve-u-15e70a91249\"] { padding: 10px 0px 20px !important; }[data-css=\"tve-u-15e70a91249\"] .tve_sep { border-width: 1px; border-color: rgb(166, 221, 218); }[data-css=\"tve-u-15e70a946d1\"] { background-image: none !important; margin-bottom: 20px !important; }[data-css=\"tve-u-15e70c22155\"] { max-width: 40%; }[data-css=\"tve-u-15e70c22159\"] { max-width: 60.1%; }[data-css=\"tve-u-15e70c24452\"] { max-width: 40%; }[data-css=\"tve-u-15e70c24456\"] { max-width: 60.1%; }[data-css=\"tve-u-15f0b86ab1d\"] { float: none; width: 98px; border: 3px solid rgb(2, 160, 161); border-bottom-left-radius: 50px; overflow: hidden; border-top-left-radius: 50px; border-bottom-right-radius: 50px; margin-top: 0px !important; margin-bottom: 0px !important; }}@media (max-width: 1023px){[data-css=\"tve-u-15e709aac7b\"] { margin-top: 30px !important; }[data-css=\"tve-u-15e709a9733\"] { margin-top: 30px !important; }[data-css=\"tve-u-15e709a5458\"] { margin-top: 20px !important; }[data-css=\"tve-u-15e709a4006\"] { margin-top: 20px !important; }[data-css=\"tve-u-15e707b709c\"] { padding-left: 0px !important; }[data-css=\"tve-u-15e7034f99a\"] { padding-left: 10px !important; padding-bottom: 20px !important; }[data-css=\"tve-u-15e70748c67\"] { padding-left: 10px !important; padding-bottom: 20px !important; }[data-css=\"tve-u-15e70745c08\"] { padding-left: 10px !important; padding-bottom: 20px !important; }[data-css=\"tve-u-15e707438fb\"] { padding-left: 10px !important; padding-bottom: 20px !important; }[data-css=\"tve-u-15e6239b958\"] { margin-bottom: 35px !important; }[data-css=\"tve-u-15e7073a43f\"] { margin-bottom: 35px !important; }[data-css=\"tve-u-15e707370ab\"] { margin-bottom: 35px !important; }[data-css=\"tve-u-15e48640d9c\"] { margin-top: 20px !important; }[data-css=\"tve-u-15e622033f7\"] { max-width: 349px; }[data-css=\"tve-u-15e706a095e\"] { max-width: 436px; }#tve_editor [data-css=\"tve-u-15e621ff815\"] { font-size: 81px !important; }[data-css=\"tve-u-15e706a2e84\"] { clip-path: url(\"#clip-tablet-right-59a95068b397\"); -webkit-clip-path: url(\"#clip-tablet-right-59a95068b397\");  }[data-css=\"tve-u-15e62188f4d\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/s1_image_2.png\") !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-15e70365ff8\"] { margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15e70364b0b\"] { margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15e70363643\"] { margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15e7063d475\"] { margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15e7031ab68\"] { margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15e7062a965\"] { margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15e70521d2e\"] { float: right; z-index: 3; position: relative; }[data-css=\"tve-u-15e7051ca75\"] .tcb-flex-col { flex-basis: 10px !important; }[data-css=\"tve-u-15e7050ac2a\"] .tcb-flex-col { flex-basis: 10px !important; }[data-css=\"tve-u-15e704ea3c2\"] { margin-left: 0px !important; }[data-css=\"tve-u-15e7077da8a\"] { clip-path: url(\"#clip-tablet-right-bb6cab8d1f6dd\"); -webkit-clip-path: url(\"#clip-tablet-right-bb6cab8d1f6dd\");  }[data-css=\"tve-u-15e7078160b\"] { max-width: 100%; }[data-css=\"tve-u-15e707a09c5\"] { max-width: 100%; padding-left: 0px !important; }#tve_editor [data-css=\"tve-u-15e707e0a14\"] { font-size: 81px !important; }}@media (max-width: 767px){[data-css=\"tve-u-15e709e4fa0\"] { margin-top: 20px !important; }[data-css=\"tve-u-15e709e39eb\"] { margin-top: 20px !important; }[data-css=\"tve-u-15e709df05f\"]::after { clear: both; }[data-css=\"tve-u-15e70521d2e\"] { float: left; z-index: 3; position: relative; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15e7045ed6c\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-15e7045f72d\"] { margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15e7051ca75\"] { margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15e709d517e\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-15e7050ac2a\"] { margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15e709d2516\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-15e709cc283\"] { padding-left: 20px !important; }[data-css=\"tve-u-15e709ca151\"] { padding-left: 20px !important; }[data-css=\"tve-u-15e709c4864\"] { padding-left: 20px !important; }[data-css=\"tve-u-15e709be6d1\"] { margin-top: 30px !important; }[data-css=\"tve-u-15e709bca16\"] { margin-top: 30px !important; }[data-css=\"tve-u-15e709b8442\"] { margin-top: 20px !important; }[data-css=\"tve-u-15e3e30ad01\"] { margin-top: 36px !important; }[data-css=\"tve-u-15e707aaf5f\"] { line-height: 1.65em !important; }#tve_editor [data-css=\"tve-u-15e707aaf5f\"] { font-size: 36px !important; }[data-css=\"tve-u-15e707e0a14\"] { line-height: 49px !important; }[data-css=\"tve-u-15e70789435\"] { min-height: 210px; }[data-css=\"tve-u-15e707b709c\"] { padding: 0px !important; }[data-css=\"tve-u-15e707a09c5\"] { margin-top: 27px !important; padding: 0px !important; }#tve_editor [data-css=\"tve-u-15e707e0a14\"] { font-size: 28px !important; }[data-css=\"tve-u-15e7077da8a\"] { clip-path: url(\"#clip-mobile-right-bb6cab8d1f6dd\"); -webkit-clip-path: url(\"#clip-mobile-right-bb6cab8d1f6dd\");  }[data-css=\"tve-u-15e70768993\"] + div { clear: none; }[data-css=\"tve-u-15e70768993\"] { float: none; width: 1211px; margin: -58px 0px 0px !important; }[data-css=\"tve-u-15e7019c667\"] { margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15e707503ae\"] { margin-left: auto !important; margin-right: auto !important; }.tve_post_lp > div > #tve_editor { padding: 0px 10px; }}'),(3194,106,'tve_user_custom_css_tcb2-resume-page','.thrv_text_element p { margin: 0;}\n.thrv_heading h1,h2,h3,h4,h5 {margin: 0;}\n'),(3195,106,'tve_has_masonry_tcb2-resume-page','0'),(3196,106,'tve_has_typefocus_tcb2-resume-page','0'),(3197,106,'tve_has_wistia_popover_tcb2-resume-page','0'),(3198,106,'tve_page_events_tcb2-resume-page','a:0:{}'),(3199,106,'thrive_icon_pack_tcb2-resume-page',''),(3200,106,'tve_globals_tcb2-resume-page','a:2:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";s:11:\"lightbox_id\";i:0;}'),(3201,106,'thrive_tcb_post_fonts_tcb2-resume-page','a:0:{}'),(3202,305,'tve_revision_tve_landing_page','tcb2-blank-page-styled'),(3203,305,'tve_revision_tve_disable_theme_dependency','1'),(3204,305,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16416ab0690\" wfd-id=\"37\">\n<div class=\"tve-page-section-out\" wfd-id=\"41\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16416aae91e\" wfd-id=\"38\"><div class=\"thrv_wrapper thrv_heading\" style=\"\" data-tag=\"h1\" wfd-id=\"40\"><h1 data-css=\"tve-u-16035acf904\"><strong>H1 Heading Example</strong> Lorem Ipsum Dolor</h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" wfd-id=\"39\"><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi semper vulputate tincidunt. Mauris sodales vitae ipsum nec porta. Mauris lacus odio, congue eget justo nec, eleifend pellentesque orci. Interdum et malesuada fames ac ante ipsum primis in faucibus. Ut facilisis nibh eget ex maximus, at egestas orci faucibus.</p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16416ab0690\" wfd-id=\"34\">\n<div class=\"tve-page-section-out\" wfd-id=\"36\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16416aae91e\" wfd-id=\"35\"></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-16035a9ff73\" wfd-id=\"30\">\n<div class=\"tve-page-section-out\" wfd-id=\"33\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-160e4eb46bd\" wfd-id=\"31\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" wfd-id=\"32\"><p>Copyright text and footer links.</p></div></div>\n</div>'),(3205,305,'tve_revision_tve_content_more_found',''),(3206,305,'tve_revision_tve_save_post',''),(3207,305,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Merriweather:400,400i,700,700i&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Special+Elite:400&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Open+Sans:400,700,300&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-16416ab0690\"] { padding: 30px 20px !important; }[data-css=\"tve-u-16416aae91e\"] { max-width: 1080px; }.tcb-plain-text strong { font-weight: 700; }.tcb-plain-text { font-family: \"Open Sans\"; font-weight: 400; }#tve_editor [data-css=\"tve-u-160e4eb46bd\"] p, #tve_editor [data-css=\"tve-u-160e4eb46bd\"] li, #tve_editor [data-css=\"tve-u-160e4eb46bd\"] blockquote, #tve_editor [data-css=\"tve-u-160e4eb46bd\"] address, #tve_editor [data-css=\"tve-u-160e4eb46bd\"] h1, #tve_editor [data-css=\"tve-u-160e4eb46bd\"] h2, #tve_editor [data-css=\"tve-u-160e4eb46bd\"] h3, #tve_editor [data-css=\"tve-u-160e4eb46bd\"] h4, #tve_editor [data-css=\"tve-u-160e4eb46bd\"] h5, #tve_editor [data-css=\"tve-u-160e4eb46bd\"] h6 { color: rgb(144, 144, 144); }#tcb_landing_page a strong { font-weight: 700; }#tcb_landing_page h6 strong { font-weight: 700; }#tcb_landing_page h6 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(51, 51, 51); font-size: 20px; }#tcb_landing_page h5 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(51, 51, 51); font-size: 24px; }#tcb_landing_page h4 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(51, 51, 51); font-size: 30px; }[data-css=\"tve-u-16035a9ff73\"] { padding: 30px 20px !important; }#tcb_landing_page a:not(.tcb-button-link) { color: rgb(51, 51, 51); text-decoration: underline; }#tcb_landing_page h3 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(51, 51, 51); font-size: 38px; line-height: 1.3em; }#tcb_landing_page h2 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(51, 51, 51); font-size: 45px; line-height: 1.3em; }#tcb_landing_page h1 { font-family: \"Special Elite\"; font-weight: 400; font-size: 50px; line-height: 1.3em; color: rgb(51, 51, 51); }#tcb_landing_page p strong, #tcb_landing_page li strong { font-weight: 700; }#tcb_landing_page p, #tcb_landing_page li { font-family: Merriweather; font-weight: 400; font-size: 17px; line-height: 1.6em; color: rgb(70, 70, 70); }[data-css=\"tve-u-15e09c94f7d\"] { background-color: rgb(255, 255, 255); }#tcb_landing_page a:hover:not(.tcb-button-link) { text-decoration: none; }#tcb_landing_page .tve-state-hovera:not(.tcb-button-link) { text-decoration: none; }[data-css=\"tve-u-160e4eb46bd\"] h3 { margin: 0px 0px auto !important; padding: 0px !important; }[data-css=\"tve-u-160e4eb46bd\"] h1 { margin: 0px 0px auto !important; padding: 0px !important; }[data-css=\"tve-u-160e4eb46bd\"] h2 { margin: 0px 0px auto !important; padding: 0px !important; }[data-css=\"tve-u-160e4eb46bd\"] p { margin: 0px 0px auto !important; padding: 0px !important; }[data-css=\"tve-u-160e4eb46bd\"] { max-width: 1080px; text-align: center; }#tcb_landing_page a.tve-state-hover:not(.tcb-button-link) { text-decoration: none; }#tcb_landing_page [data-tag=\"h1\"] { padding: 0px; }#tcb_landing_page [data-tag=\"h2\"] { padding: 0px; }#tcb_landing_page [data-tag=\"h3\"] { padding: 0px; }#tcb_landing_page [data-tag=\"h4\"] { padding: 0px; }#tcb_landing_page [data-tag=\"h5\"] { padding: 0px; }#tcb_landing_page [data-tag=\"h6\"] { padding: 0px; }#tcb_landing_page .tcb-plain-text { font-family: Merriweather; font-weight: 400; }#tcb_landing_page .tcb-plain-text strong { font-weight: 700; }#tcb_landing_page .tcb-button-link { font-family: Merriweather; font-weight: 400; }#tcb_landing_page input { font-family: Merriweather; font-weight: 400; }#tcb_landing_page .tcb-button-link strong { font-weight: 700; }#tcb_landing_page input strong { font-weight: 700; }}@media (max-width: 767px){#tve_editor [data-css=\"tve-u-16035acf904\"] { font-size: 36px !important; }[data-css=\"tve-u-16035a9ff73\"] { padding-left: 10px !important; padding-right: 10px !important; }}'),(3208,305,'tve_revision_tve_user_custom_css',''),(3209,305,'tve_revision_tve_page_events','a:0:{}'),(3210,305,'tve_revision_tve_globals','a:2:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";s:11:\"lightbox_id\";i:0;}'),(3211,305,'tve_revision_tve_global_scripts',''),(3212,305,'tve_revision_thrive_icon_pack',''),(3213,305,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(3214,305,'tve_revision_tve_has_masonry','0'),(3215,305,'tve_revision_tve_has_typefocus',''),(3216,305,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16416ab0690\" wfd-id=\"37\">\n<div class=\"tve-page-section-out\" wfd-id=\"41\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16416aae91e\" wfd-id=\"38\"><div class=\"thrv_wrapper thrv_heading\" style=\"\" data-tag=\"h1\" wfd-id=\"40\"><h1 data-css=\"tve-u-16035acf904\"><strong>H1 Heading Example</strong> Lorem Ipsum Dolor</h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" wfd-id=\"39\"><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi semper vulputate tincidunt. Mauris sodales vitae ipsum nec porta. Mauris lacus odio, congue eget justo nec, eleifend pellentesque orci. Interdum et malesuada fames ac ante ipsum primis in faucibus. Ut facilisis nibh eget ex maximus, at egestas orci faucibus.</p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16416ab0690\" wfd-id=\"34\">\n<div class=\"tve-page-section-out\" wfd-id=\"36\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16416aae91e\" wfd-id=\"35\"></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-16035a9ff73\" wfd-id=\"30\">\n<div class=\"tve-page-section-out\" wfd-id=\"33\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-160e4eb46bd\" wfd-id=\"31\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" wfd-id=\"32\"><p>Copyright text and footer links.</p></div></div>\n</div>'),(3217,305,'tve_revision_tve_has_wistia_popover',''),(3218,306,'tve_revision_tve_landing_page','tcb2-blank-page-styled'),(3219,306,'tve_revision_tve_disable_theme_dependency','1'),(3220,306,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16416ab0690\" wfd-id=\"37\">\n<div class=\"tve-page-section-out\" wfd-id=\"41\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16416aae91e\" wfd-id=\"38\"><div class=\"thrv_wrapper thrv_heading\" style=\"\" data-tag=\"h1\" wfd-id=\"40\"><h1 data-css=\"tve-u-16035acf904\"><strong>H1 Heading Example</strong> Lorem Ipsum Dolor</h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" wfd-id=\"39\"><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi semper vulputate tincidunt. Mauris sodales vitae ipsum nec porta. Mauris lacus odio, congue eget justo nec, eleifend pellentesque orci. Interdum et malesuada fames ac ante ipsum primis in faucibus. Ut facilisis nibh eget ex maximus, at egestas orci faucibus.</p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16416ab0690\" wfd-id=\"34\">\n<div class=\"tve-page-section-out\" wfd-id=\"36\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16416aae91e\" wfd-id=\"35\"></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-16035a9ff73\" wfd-id=\"30\">\n<div class=\"tve-page-section-out\" wfd-id=\"33\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-160e4eb46bd\" wfd-id=\"31\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" wfd-id=\"32\"><p>Copyright text and footer links.</p></div></div>\n</div>'),(3221,306,'tve_revision_tve_content_more_found',''),(3222,306,'tve_revision_tve_save_post',''),(3223,306,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Merriweather:400,400i,700,700i&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Special+Elite:400&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Open+Sans:400,700,300&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-16416ab0690\"] { padding: 30px 20px !important; }[data-css=\"tve-u-16416aae91e\"] { max-width: 1080px; }.tcb-plain-text strong { font-weight: 700; }.tcb-plain-text { font-family: \"Open Sans\"; font-weight: 400; }#tve_editor [data-css=\"tve-u-160e4eb46bd\"] p, #tve_editor [data-css=\"tve-u-160e4eb46bd\"] li, #tve_editor [data-css=\"tve-u-160e4eb46bd\"] blockquote, #tve_editor [data-css=\"tve-u-160e4eb46bd\"] address, #tve_editor [data-css=\"tve-u-160e4eb46bd\"] h1, #tve_editor [data-css=\"tve-u-160e4eb46bd\"] h2, #tve_editor [data-css=\"tve-u-160e4eb46bd\"] h3, #tve_editor [data-css=\"tve-u-160e4eb46bd\"] h4, #tve_editor [data-css=\"tve-u-160e4eb46bd\"] h5, #tve_editor [data-css=\"tve-u-160e4eb46bd\"] h6 { color: rgb(144, 144, 144); }#tcb_landing_page a strong { font-weight: 700; }#tcb_landing_page h6 strong { font-weight: 700; }#tcb_landing_page h6 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(51, 51, 51); font-size: 20px; }#tcb_landing_page h5 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(51, 51, 51); font-size: 24px; }#tcb_landing_page h4 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(51, 51, 51); font-size: 30px; }[data-css=\"tve-u-16035a9ff73\"] { padding: 30px 20px !important; }#tcb_landing_page a:not(.tcb-button-link) { color: rgb(51, 51, 51); text-decoration: underline; }#tcb_landing_page h3 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(51, 51, 51); font-size: 38px; line-height: 1.3em; }#tcb_landing_page h2 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(51, 51, 51); font-size: 45px; line-height: 1.3em; }#tcb_landing_page h1 { font-family: \"Special Elite\"; font-weight: 400; font-size: 50px; line-height: 1.3em; color: rgb(51, 51, 51); }#tcb_landing_page p strong, #tcb_landing_page li strong { font-weight: 700; }#tcb_landing_page p, #tcb_landing_page li { font-family: Merriweather; font-weight: 400; font-size: 17px; line-height: 1.6em; color: rgb(70, 70, 70); }[data-css=\"tve-u-15e09c94f7d\"] { background-color: rgb(255, 255, 255); }#tcb_landing_page a:hover:not(.tcb-button-link) { text-decoration: none; }#tcb_landing_page .tve-state-hovera:not(.tcb-button-link) { text-decoration: none; }[data-css=\"tve-u-160e4eb46bd\"] h3 { margin: 0px 0px auto !important; padding: 0px !important; }[data-css=\"tve-u-160e4eb46bd\"] h1 { margin: 0px 0px auto !important; padding: 0px !important; }[data-css=\"tve-u-160e4eb46bd\"] h2 { margin: 0px 0px auto !important; padding: 0px !important; }[data-css=\"tve-u-160e4eb46bd\"] p { margin: 0px 0px auto !important; padding: 0px !important; }[data-css=\"tve-u-160e4eb46bd\"] { max-width: 1080px; text-align: center; }#tcb_landing_page a.tve-state-hover:not(.tcb-button-link) { text-decoration: none; }#tcb_landing_page [data-tag=\"h1\"] { padding: 0px; }#tcb_landing_page [data-tag=\"h2\"] { padding: 0px; }#tcb_landing_page [data-tag=\"h3\"] { padding: 0px; }#tcb_landing_page [data-tag=\"h4\"] { padding: 0px; }#tcb_landing_page [data-tag=\"h5\"] { padding: 0px; }#tcb_landing_page [data-tag=\"h6\"] { padding: 0px; }#tcb_landing_page .tcb-plain-text { font-family: Merriweather; font-weight: 400; }#tcb_landing_page .tcb-plain-text strong { font-weight: 700; }#tcb_landing_page .tcb-button-link { font-family: Merriweather; font-weight: 400; }#tcb_landing_page input { font-family: Merriweather; font-weight: 400; }#tcb_landing_page .tcb-button-link strong { font-weight: 700; }#tcb_landing_page input strong { font-weight: 700; }}@media (max-width: 767px){#tve_editor [data-css=\"tve-u-16035acf904\"] { font-size: 36px !important; }[data-css=\"tve-u-16035a9ff73\"] { padding-left: 10px !important; padding-right: 10px !important; }}'),(3224,306,'tve_revision_tve_user_custom_css',''),(3225,306,'tve_revision_tve_page_events','a:0:{}'),(3226,306,'tve_revision_tve_globals','a:2:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";s:8:\"font_cls\";a:0:{}}'),(3227,306,'tve_revision_tve_global_scripts',''),(3228,306,'tve_revision_thrive_icon_pack','0'),(3229,306,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(3230,306,'tve_revision_tve_has_masonry','0'),(3231,306,'tve_revision_tve_has_typefocus','0'),(3232,306,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16416ab0690\" wfd-id=\"37\">\n<div class=\"tve-page-section-out\" wfd-id=\"41\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16416aae91e\" wfd-id=\"38\"><div class=\"thrv_wrapper thrv_heading\" style=\"\" data-tag=\"h1\" wfd-id=\"40\"><h1 data-css=\"tve-u-16035acf904\"><strong>H1 Heading Example</strong> Lorem Ipsum Dolor</h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" wfd-id=\"39\"><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi semper vulputate tincidunt. Mauris sodales vitae ipsum nec porta. Mauris lacus odio, congue eget justo nec, eleifend pellentesque orci. Interdum et malesuada fames ac ante ipsum primis in faucibus. Ut facilisis nibh eget ex maximus, at egestas orci faucibus.</p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16416ab0690\" wfd-id=\"34\">\n<div class=\"tve-page-section-out\" wfd-id=\"36\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16416aae91e\" wfd-id=\"35\"></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-16035a9ff73\" wfd-id=\"30\">\n<div class=\"tve-page-section-out\" wfd-id=\"33\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-160e4eb46bd\" wfd-id=\"31\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" wfd-id=\"32\"><p>Copyright text and footer links.</p></div></div>\n</div>'),(3233,306,'tve_revision_tve_has_wistia_popover','0'),(3234,307,'tve_revision_tve_landing_page','tcb2-blank-page-styled'),(3235,307,'tve_revision_tve_disable_theme_dependency','1'),(3236,307,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16416ab0690\" wfd-id=\"71\">\n<div class=\"tve-page-section-out\" wfd-id=\"79\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16416aae91e\" wfd-id=\"72\"><div class=\"thrv_wrapper thrv_heading\" style=\"\" data-tag=\"h1\" wfd-id=\"76\"><h1 data-css=\"tve-u-16035acf904\"><strong>H1 Heading Example</strong> Lorem Ipsum Dolor</h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" wfd-id=\"73\" data-css=\"tve-u-165d6fdffcb\"><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi semper vulputate tincidunt. Mauris sodales vitae ipsum nec porta. Mauris lacus odio, congue eget justo nec, eleifend pellentesque orci. Interdum et malesuada fames ac ante ipsum primis in faucibus. Ut facilisis nibh eget ex maximus, at egestas orci faucibus.</p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16416ab0690\" wfd-id=\"68\">\n<div class=\"tve-page-section-out\" wfd-id=\"70\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16416aae91e\" wfd-id=\"69\"></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-16035a9ff73\" wfd-id=\"62\">\n<div class=\"tve-page-section-out\" wfd-id=\"67\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-160e4eb46bd\" wfd-id=\"63\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" wfd-id=\"64\"><p>Copyright text and footer links.</p></div></div>\n</div>'),(3237,307,'tve_revision_tve_content_more_found',''),(3238,307,'tve_revision_tve_save_post',''),(3239,307,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Merriweather:400,400i,700,700i&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Special+Elite:400&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Open+Sans:400,700,300&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-16416ab0690\"] { padding: 30px 20px !important; }[data-css=\"tve-u-16416aae91e\"] { max-width: 1080px; }.tcb-plain-text strong { font-weight: 700; }.tcb-plain-text { font-family: \"Open Sans\"; font-weight: 400; }#tve_editor [data-css=\"tve-u-160e4eb46bd\"] p, #tve_editor [data-css=\"tve-u-160e4eb46bd\"] li, #tve_editor [data-css=\"tve-u-160e4eb46bd\"] blockquote, #tve_editor [data-css=\"tve-u-160e4eb46bd\"] address, #tve_editor [data-css=\"tve-u-160e4eb46bd\"] h1, #tve_editor [data-css=\"tve-u-160e4eb46bd\"] h2, #tve_editor [data-css=\"tve-u-160e4eb46bd\"] h3, #tve_editor [data-css=\"tve-u-160e4eb46bd\"] h4, #tve_editor [data-css=\"tve-u-160e4eb46bd\"] h5, #tve_editor [data-css=\"tve-u-160e4eb46bd\"] h6 { color: rgb(144, 144, 144); }#tcb_landing_page a strong { font-weight: 700; }#tcb_landing_page h6 strong { font-weight: 700; }#tcb_landing_page h6 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(51, 51, 51); font-size: 20px; }#tcb_landing_page h5 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(51, 51, 51); font-size: 24px; }#tcb_landing_page h4 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(51, 51, 51); font-size: 30px; }[data-css=\"tve-u-16035a9ff73\"] { padding: 30px 20px !important; }#tcb_landing_page a:not(.tcb-button-link) { color: rgb(51, 51, 51); text-decoration: underline; }#tcb_landing_page h3 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(51, 51, 51); font-size: 38px; line-height: 1.3em; }#tcb_landing_page h2 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(51, 51, 51); font-size: 45px; line-height: 1.3em; }#tcb_landing_page h1 { font-family: \"Special Elite\"; font-weight: 400; font-size: 50px; line-height: 1.3em; color: rgb(51, 51, 51); }#tcb_landing_page p strong, #tcb_landing_page li strong { font-weight: 700; }#tcb_landing_page p, #tcb_landing_page li { font-family: Merriweather; font-weight: 400; font-size: 17px; line-height: 1.6em; color: rgb(70, 70, 70); }[data-css=\"tve-u-15e09c94f7d\"] { background-color: rgb(255, 255, 255); }#tcb_landing_page a:hover:not(.tcb-button-link) { text-decoration: none; }#tcb_landing_page .tve-state-hovera:not(.tcb-button-link) { text-decoration: none; }[data-css=\"tve-u-160e4eb46bd\"] h3 { margin: 0px 0px auto !important; padding: 0px !important; }[data-css=\"tve-u-160e4eb46bd\"] h1 { margin: 0px 0px auto !important; padding: 0px !important; }[data-css=\"tve-u-160e4eb46bd\"] h2 { margin: 0px 0px auto !important; padding: 0px !important; }[data-css=\"tve-u-160e4eb46bd\"] p { margin: 0px 0px auto !important; padding: 0px !important; }[data-css=\"tve-u-160e4eb46bd\"] { max-width: 1080px; text-align: center; }#tcb_landing_page a.tve-state-hover:not(.tcb-button-link) { text-decoration: none; }#tcb_landing_page [data-tag=\"h1\"] { padding: 0px; }#tcb_landing_page [data-tag=\"h2\"] { padding: 0px; }#tcb_landing_page [data-tag=\"h3\"] { padding: 0px; }#tcb_landing_page [data-tag=\"h4\"] { padding: 0px; }#tcb_landing_page [data-tag=\"h5\"] { padding: 0px; }#tcb_landing_page [data-tag=\"h6\"] { padding: 0px; }#tcb_landing_page .tcb-plain-text { font-family: Merriweather; font-weight: 400; }#tcb_landing_page .tcb-plain-text strong { font-weight: 700; }#tcb_landing_page .tcb-button-link { font-family: Merriweather; font-weight: 400; }#tcb_landing_page input { font-family: Merriweather; font-weight: 400; }#tcb_landing_page .tcb-button-link strong { font-weight: 700; }#tcb_landing_page input strong { font-weight: 700; }[data-css=\"tve-u-165d6fdffcb\"] { padding: 0px !important; }}@media (max-width: 767px){#tve_editor [data-css=\"tve-u-16035acf904\"] { font-size: 36px !important; }[data-css=\"tve-u-16035a9ff73\"] { padding-left: 10px !important; padding-right: 10px !important; }}'),(3240,307,'tve_revision_tve_user_custom_css',''),(3241,307,'tve_revision_tve_page_events','a:0:{}'),(3242,307,'tve_revision_tve_globals','a:2:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";s:8:\"font_cls\";a:0:{}}'),(3243,307,'tve_revision_tve_global_scripts',''),(3244,307,'tve_revision_thrive_icon_pack','0'),(3245,307,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(3246,307,'tve_revision_tve_has_masonry','0'),(3247,307,'tve_revision_tve_has_typefocus','0'),(3248,307,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16416ab0690\" wfd-id=\"71\">\n<div class=\"tve-page-section-out\" wfd-id=\"79\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16416aae91e\" wfd-id=\"72\"><div class=\"thrv_wrapper thrv_heading\" style=\"\" data-tag=\"h1\" wfd-id=\"76\"><h1 data-css=\"tve-u-16035acf904\"><strong>H1 Heading Example</strong> Lorem Ipsum Dolor</h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" wfd-id=\"73\" data-css=\"tve-u-165d6fdffcb\"><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi semper vulputate tincidunt. Mauris sodales vitae ipsum nec porta. Mauris lacus odio, congue eget justo nec, eleifend pellentesque orci. Interdum et malesuada fames ac ante ipsum primis in faucibus. Ut facilisis nibh eget ex maximus, at egestas orci faucibus.</p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16416ab0690\" wfd-id=\"68\">\n<div class=\"tve-page-section-out\" wfd-id=\"70\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16416aae91e\" wfd-id=\"69\"></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-16035a9ff73\" wfd-id=\"62\">\n<div class=\"tve-page-section-out\" wfd-id=\"67\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-160e4eb46bd\" wfd-id=\"63\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" wfd-id=\"64\"><p>Copyright text and footer links.</p></div></div>\n</div>'),(3249,307,'tve_revision_tve_has_wistia_popover','0'),(3250,308,'tve_revision_tve_landing_page','tcb2-blank-page-styled'),(3251,308,'tve_revision_tve_disable_theme_dependency','1'),(3252,308,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16416ab0690\" wfd-id=\"47\">\n<div class=\"tve-page-section-out\" wfd-id=\"55\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16416aae91e\" wfd-id=\"48\"><div class=\"thrv_wrapper thrv_heading\" style=\"\" data-tag=\"h1\" wfd-id=\"52\"><h1 data-css=\"tve-u-16035acf904\"><strong>H1 Heading Example</strong> Lorem Ipsum Dolor</h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" data-css=\"tve-u-165d6fdffcb\" wfd-id=\"49\"><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi semper vulputate tincidunt. Mauris sodales vitae ipsum nec porta. Mauris lacus odio, congue eget justo nec, eleifend pellentesque orci. Interdum et malesuada fames ac ante ipsum primis in faucibus. Ut facilisis nibh eget ex maximus, at egestas orci faucibus.</p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16416ab0690\" wfd-id=\"44\">\n<div class=\"tve-page-section-out\" wfd-id=\"46\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-165d6fe7f4c\" wfd-id=\"45\"></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-16035a9ff73\" wfd-id=\"38\">\n<div class=\"tve-page-section-out\" wfd-id=\"43\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-160e4eb46bd\" wfd-id=\"39\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" wfd-id=\"40\"><p>Copyright text and footer links.</p></div></div>\n</div>'),(3253,308,'tve_revision_tve_content_more_found',''),(3254,308,'tve_revision_tve_save_post',''),(3255,308,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Merriweather:400,400i,700,700i&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Special+Elite:400&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Open+Sans:400,700,300&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-16416ab0690\"] { padding: 30px 20px !important; }[data-css=\"tve-u-16416aae91e\"] { max-width: 1080px; }.tcb-plain-text strong { font-weight: 700; }.tcb-plain-text { font-family: \"Open Sans\"; font-weight: 400; }#tve_editor [data-css=\"tve-u-160e4eb46bd\"] p, #tve_editor [data-css=\"tve-u-160e4eb46bd\"] li, #tve_editor [data-css=\"tve-u-160e4eb46bd\"] blockquote, #tve_editor [data-css=\"tve-u-160e4eb46bd\"] address, #tve_editor [data-css=\"tve-u-160e4eb46bd\"] h1, #tve_editor [data-css=\"tve-u-160e4eb46bd\"] h2, #tve_editor [data-css=\"tve-u-160e4eb46bd\"] h3, #tve_editor [data-css=\"tve-u-160e4eb46bd\"] h4, #tve_editor [data-css=\"tve-u-160e4eb46bd\"] h5, #tve_editor [data-css=\"tve-u-160e4eb46bd\"] h6 { color: rgb(144, 144, 144); }#tcb_landing_page a strong { font-weight: 700; }#tcb_landing_page h6 strong { font-weight: 700; }#tcb_landing_page h6 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(51, 51, 51); font-size: 20px; }#tcb_landing_page h5 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(51, 51, 51); font-size: 24px; }#tcb_landing_page h4 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(51, 51, 51); font-size: 30px; }[data-css=\"tve-u-16035a9ff73\"] { padding: 30px 20px !important; }#tcb_landing_page a:not(.tcb-button-link) { color: rgb(51, 51, 51); text-decoration: underline; }#tcb_landing_page h3 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(51, 51, 51); font-size: 38px; line-height: 1.3em; }#tcb_landing_page h2 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(51, 51, 51); font-size: 45px; line-height: 1.3em; }#tcb_landing_page h1 { font-family: \"Special Elite\"; font-weight: 400; font-size: 50px; line-height: 1.3em; color: rgb(51, 51, 51); }#tcb_landing_page p strong, #tcb_landing_page li strong { font-weight: 700; }#tcb_landing_page p, #tcb_landing_page li { font-family: Merriweather; font-weight: 400; font-size: 17px; line-height: 1.6em; color: rgb(70, 70, 70); }[data-css=\"tve-u-15e09c94f7d\"] { background-color: rgb(255, 255, 255); }#tcb_landing_page a:hover:not(.tcb-button-link) { text-decoration: none; }#tcb_landing_page .tve-state-hovera:not(.tcb-button-link) { text-decoration: none; }[data-css=\"tve-u-160e4eb46bd\"] h3 { margin: 0px 0px auto !important; padding: 0px !important; }[data-css=\"tve-u-160e4eb46bd\"] h1 { margin: 0px 0px auto !important; padding: 0px !important; }[data-css=\"tve-u-160e4eb46bd\"] h2 { margin: 0px 0px auto !important; padding: 0px !important; }[data-css=\"tve-u-160e4eb46bd\"] p { margin: 0px 0px auto !important; padding: 0px !important; }[data-css=\"tve-u-160e4eb46bd\"] { max-width: 1080px; text-align: center; }#tcb_landing_page a.tve-state-hover:not(.tcb-button-link) { text-decoration: none; }#tcb_landing_page [data-tag=\"h1\"] { padding: 0px; }#tcb_landing_page [data-tag=\"h2\"] { padding: 0px; }#tcb_landing_page [data-tag=\"h3\"] { padding: 0px; }#tcb_landing_page [data-tag=\"h4\"] { padding: 0px; }#tcb_landing_page [data-tag=\"h5\"] { padding: 0px; }#tcb_landing_page [data-tag=\"h6\"] { padding: 0px; }#tcb_landing_page .tcb-plain-text { font-family: Merriweather; font-weight: 400; }#tcb_landing_page .tcb-plain-text strong { font-weight: 700; }#tcb_landing_page .tcb-button-link { font-family: Merriweather; font-weight: 400; }#tcb_landing_page input { font-family: Merriweather; font-weight: 400; }#tcb_landing_page .tcb-button-link strong { font-weight: 700; }#tcb_landing_page input strong { font-weight: 700; }[data-css=\"tve-u-165d6fdffcb\"] { padding: 0px !important; }[data-css=\"tve-u-165d6fe7f4c\"] { max-width: 1080px; }[data-css=\"tve-u-165d6fe7f4c\"] p { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-165d6fe7f4c\"] h1 { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-165d6fe7f4c\"] h2 { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-165d6fe7f4c\"] h3 { margin: 0px !important; padding: 0px !important; }#tve_editor [data-css=\"tve-u-165d6fe7f4c\"] strong { font-weight: 700; }}@media (max-width: 767px){#tve_editor [data-css=\"tve-u-16035acf904\"] { font-size: 36px !important; }[data-css=\"tve-u-16035a9ff73\"] { padding-left: 10px !important; padding-right: 10px !important; }}'),(3256,308,'tve_revision_tve_user_custom_css',''),(3257,308,'tve_revision_tve_page_events','a:0:{}'),(3258,308,'tve_revision_tve_globals','a:2:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";s:8:\"font_cls\";a:0:{}}'),(3259,308,'tve_revision_tve_global_scripts',''),(3260,308,'tve_revision_thrive_icon_pack','0'),(3261,308,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(3262,308,'tve_revision_tve_has_masonry','0'),(3263,308,'tve_revision_tve_has_typefocus','0'),(3264,308,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16416ab0690\" wfd-id=\"47\">\n<div class=\"tve-page-section-out\" wfd-id=\"55\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16416aae91e\" wfd-id=\"48\"><div class=\"thrv_wrapper thrv_heading\" style=\"\" data-tag=\"h1\" wfd-id=\"52\"><h1 data-css=\"tve-u-16035acf904\"><strong>H1 Heading Example</strong> Lorem Ipsum Dolor</h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" data-css=\"tve-u-165d6fdffcb\" wfd-id=\"49\"><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi semper vulputate tincidunt. Mauris sodales vitae ipsum nec porta. Mauris lacus odio, congue eget justo nec, eleifend pellentesque orci. Interdum et malesuada fames ac ante ipsum primis in faucibus. Ut facilisis nibh eget ex maximus, at egestas orci faucibus.</p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16416ab0690\" wfd-id=\"44\">\n<div class=\"tve-page-section-out\" wfd-id=\"46\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-165d6fe7f4c\" wfd-id=\"45\"></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-16035a9ff73\" wfd-id=\"38\">\n<div class=\"tve-page-section-out\" wfd-id=\"43\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-160e4eb46bd\" wfd-id=\"39\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" wfd-id=\"40\"><p>Copyright text and footer links.</p></div></div>\n</div>'),(3265,308,'tve_revision_tve_has_wistia_popover','0'),(3282,311,'tve_revision_tve_landing_page','tcb2-blank-page-styled'),(3283,311,'tve_revision_tve_disable_theme_dependency','1'),(3266,309,'tve_revision_tve_landing_page','tcb2-blank-page-styled'),(3267,309,'tve_revision_tve_disable_theme_dependency','1'),(3268,309,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16416ab0690\" wfd-id=\"67\">\n<div class=\"tve-page-section-out\" wfd-id=\"75\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16416aae91e\" wfd-id=\"68\"><div class=\"thrv_wrapper thrv_heading\" style=\"\" data-tag=\"h1\" wfd-id=\"72\"><h1 data-css=\"tve-u-16035acf904\"><strong>H1 Heading Example</strong> Lorem Ipsum Dolor</h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" data-css=\"tve-u-165d6fdffcb\" wfd-id=\"69\"><p data-css=\"tve-u-165d705c7ac\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi semper vulputate tincidunt. Mauris sodales vitae ipsum nec porta. Mauris lacus odio, congue eget justo nec, eleifend pellentesque orci. Interdum et malesuada fames ac ante ipsum primis in faucibus. Ut facilisis nibh eget ex maximus, at egestas orci faucibus.</p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16416ab0690\" wfd-id=\"61\">\n<div class=\"tve-page-section-out\" wfd-id=\"66\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-165d6fe7f4c\" wfd-id=\"62\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" wfd-id=\"63\"><h2 data-css=\"tve-u-165d704ec24\">Your Heading Here H2</h2></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-165d7012fc0\" wfd-id=\"55\">\n<div class=\"tve-page-section-out\" wfd-id=\"60\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-165d6fe7f4c\" wfd-id=\"56\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h3\" data-css=\"tve-u-165d702cd4d\" wfd-id=\"57\"><h3 data-css=\"tve-u-165d70538a3\">Your Heading Here H3</h3></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-165d7012e18\" wfd-id=\"49\">\n<div class=\"tve-page-section-out\" wfd-id=\"54\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-165d6fe7f4c\" wfd-id=\"50\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-165d702791c\" wfd-id=\"51\"><h4 data-css=\"tve-u-165d70581f6\">Your Heading Here H4</h4></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-165d7012c6e\" wfd-id=\"46\">\n<div class=\"tve-page-section-out\" wfd-id=\"48\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-165d6fe7f4c\" wfd-id=\"47\"></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-165d7012a97\" wfd-id=\"43\">\n<div class=\"tve-page-section-out\" wfd-id=\"45\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-165d6fe7f4c\" wfd-id=\"44\"></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-165d7012884\" wfd-id=\"40\">\n<div class=\"tve-page-section-out\" wfd-id=\"42\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-165d6fe7f4c\" wfd-id=\"41\"></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-165d7012696\" wfd-id=\"37\">\n<div class=\"tve-page-section-out\" wfd-id=\"39\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-165d6fe7f4c\" wfd-id=\"38\"></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-16035a9ff73\" wfd-id=\"31\">\n<div class=\"tve-page-section-out\" wfd-id=\"36\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-160e4eb46bd\" wfd-id=\"32\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" wfd-id=\"33\"><p>Copyright text and footer links.</p></div></div>\n</div>'),(3269,309,'tve_revision_tve_content_more_found',''),(3270,309,'tve_revision_tve_save_post',''),(3271,309,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Merriweather:400,400i,700,700i&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Special+Elite:400&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Open+Sans:400,700,300&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-16416ab0690\"] { padding: 30px 20px !important; }[data-css=\"tve-u-16416aae91e\"] { max-width: 1080px; }.tcb-plain-text strong { font-weight: 700; }.tcb-plain-text { font-family: \"Open Sans\"; font-weight: 400; }#tve_editor [data-css=\"tve-u-160e4eb46bd\"] p, #tve_editor [data-css=\"tve-u-160e4eb46bd\"] li, #tve_editor [data-css=\"tve-u-160e4eb46bd\"] blockquote, #tve_editor [data-css=\"tve-u-160e4eb46bd\"] address, #tve_editor [data-css=\"tve-u-160e4eb46bd\"] h1, #tve_editor [data-css=\"tve-u-160e4eb46bd\"] h2, #tve_editor [data-css=\"tve-u-160e4eb46bd\"] h3, #tve_editor [data-css=\"tve-u-160e4eb46bd\"] h4, #tve_editor [data-css=\"tve-u-160e4eb46bd\"] h5, #tve_editor [data-css=\"tve-u-160e4eb46bd\"] h6 { color: rgb(144, 144, 144); }#tcb_landing_page a strong { font-weight: 700; }#tcb_landing_page h6 strong { font-weight: 700; }#tcb_landing_page h6 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(255, 255, 255); font-size: 20px; }#tcb_landing_page h5 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(255, 255, 255); font-size: 24px; }#tcb_landing_page h4 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(255, 255, 255); font-size: 30px; }[data-css=\"tve-u-16035a9ff73\"] { padding: 30px 20px !important; }#tcb_landing_page a:not(.tcb-button-link) { color: rgb(255, 255, 255); text-decoration: underline; }#tcb_landing_page h3 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(255, 255, 255); font-size: 38px; line-height: 1.3em; }#tcb_landing_page h2 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(255, 255, 255); font-size: 45px; line-height: 1.3em; }#tcb_landing_page h1 { font-family: \"Special Elite\"; font-weight: 400; font-size: 50px; line-height: 1.3em; color: rgb(255, 255, 255); }#tcb_landing_page p strong, #tcb_landing_page li strong { font-weight: 700; }#tcb_landing_page p, #tcb_landing_page li { font-family: Merriweather; font-weight: 400; font-size: 17px; line-height: 1.6em; color: rgb(255, 255, 255); }[data-css=\"tve-u-15e09c94f7d\"] { background-color: rgb(0, 0, 0) !important; }#tcb_landing_page a:hover:not(.tcb-button-link) { text-decoration: none; }#tcb_landing_page .tve-state-hovera:not(.tcb-button-link) { text-decoration: none; }[data-css=\"tve-u-160e4eb46bd\"] h3 { margin: 0px 0px auto !important; padding: 0px !important; }[data-css=\"tve-u-160e4eb46bd\"] h1 { margin: 0px 0px auto !important; padding: 0px !important; }[data-css=\"tve-u-160e4eb46bd\"] h2 { margin: 0px 0px auto !important; padding: 0px !important; }[data-css=\"tve-u-160e4eb46bd\"] p { margin: 0px 0px auto !important; padding: 0px !important; }[data-css=\"tve-u-160e4eb46bd\"] { max-width: 1080px; text-align: center; }#tcb_landing_page a.tve-state-hover:not(.tcb-button-link) { text-decoration: none; }#tcb_landing_page [data-tag=\"h1\"] { padding: 0px; }#tcb_landing_page [data-tag=\"h2\"] { padding: 0px; }#tcb_landing_page [data-tag=\"h3\"] { padding: 0px; }#tcb_landing_page [data-tag=\"h4\"] { padding: 0px; }#tcb_landing_page [data-tag=\"h5\"] { padding: 0px; }#tcb_landing_page [data-tag=\"h6\"] { padding: 0px; }#tcb_landing_page .tcb-plain-text { font-family: Merriweather; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page .tcb-plain-text strong { font-weight: 700; }#tcb_landing_page .tcb-button-link { font-family: Merriweather; font-weight: 400; }#tcb_landing_page input { font-family: Merriweather; font-weight: 400; }#tcb_landing_page .tcb-button-link strong { font-weight: 700; }#tcb_landing_page input strong { font-weight: 700; }[data-css=\"tve-u-165d6fdffcb\"] { padding: 0px !important; }[data-css=\"tve-u-165d6fe7f4c\"] { max-width: 1080px; }[data-css=\"tve-u-165d6fe7f4c\"] p { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-165d6fe7f4c\"] h1 { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-165d6fe7f4c\"] h2 { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-165d6fe7f4c\"] h3 { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-165d6fe7f4c\"] p, [data-css=\"tve-u-165d6fe7f4c\"] li, [data-css=\"tve-u-165d6fe7f4c\"] blockquote, [data-css=\"tve-u-165d6fe7f4c\"] address, [data-css=\"tve-u-165d6fe7f4c\"] .tcb-plain-text, [data-css=\"tve-u-165d6fe7f4c\"] label, [data-css=\"tve-u-165d6fe7f4c\"] h1, [data-css=\"tve-u-165d6fe7f4c\"] h2, [data-css=\"tve-u-165d6fe7f4c\"] h3, [data-css=\"tve-u-165d6fe7f4c\"] h4, [data-css=\"tve-u-165d6fe7f4c\"] h5, [data-css=\"tve-u-165d6fe7f4c\"] h6 { font-weight: 400 !important; }#tve_editor [data-css=\"tve-u-165d6fe7f4c\"] strong { font-weight: 700; }[data-css=\"tve-u-165d7012696\"] { padding: 30px 20px !important; }[data-css=\"tve-u-165d7012884\"] { padding: 30px 20px !important; }[data-css=\"tve-u-165d7012a97\"] { padding: 30px 20px !important; }[data-css=\"tve-u-165d7012c6e\"] { padding: 30px 20px !important; }[data-css=\"tve-u-165d7012e18\"] { padding: 30px 20px !important; }[data-css=\"tve-u-165d7012fc0\"] { padding: 30px 20px !important; }}@media (max-width: 767px){#tve_editor [data-css=\"tve-u-16035acf904\"] { font-size: 30px !important; }[data-css=\"tve-u-16035a9ff73\"] { padding-left: 10px !important; padding-right: 10px !important; }#tve_editor [data-css=\"tve-u-165d704ec24\"] { font-size: 25px !important; }#tve_editor [data-css=\"tve-u-165d70538a3\"] { font-size: 20px !important; }#tve_editor [data-css=\"tve-u-165d70581f6\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-165d705c7ac\"] { font-size: 16px !important; }[data-css=\"tve-u-165d6fdffcb\"] { padding: 10px !important; }}'),(3272,309,'tve_revision_tve_user_custom_css',''),(3273,309,'tve_revision_tve_page_events','a:0:{}'),(3274,309,'tve_revision_tve_globals','a:2:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";s:8:\"font_cls\";a:0:{}}'),(3275,309,'tve_revision_tve_global_scripts',''),(3276,309,'tve_revision_thrive_icon_pack','0'),(3277,309,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(3278,309,'tve_revision_tve_has_masonry','0'),(3279,309,'tve_revision_tve_has_typefocus','0'),(3280,309,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16416ab0690\" wfd-id=\"67\">\n<div class=\"tve-page-section-out\" wfd-id=\"75\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16416aae91e\" wfd-id=\"68\"><div class=\"thrv_wrapper thrv_heading\" style=\"\" data-tag=\"h1\" wfd-id=\"72\"><h1 data-css=\"tve-u-16035acf904\"><strong>H1 Heading Example</strong> Lorem Ipsum Dolor</h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" data-css=\"tve-u-165d6fdffcb\" wfd-id=\"69\"><p data-css=\"tve-u-165d705c7ac\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi semper vulputate tincidunt. Mauris sodales vitae ipsum nec porta. Mauris lacus odio, congue eget justo nec, eleifend pellentesque orci. Interdum et malesuada fames ac ante ipsum primis in faucibus. Ut facilisis nibh eget ex maximus, at egestas orci faucibus.</p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16416ab0690\" wfd-id=\"61\">\n<div class=\"tve-page-section-out\" wfd-id=\"66\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-165d6fe7f4c\" wfd-id=\"62\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" wfd-id=\"63\"><h2 data-css=\"tve-u-165d704ec24\">Your Heading Here H2</h2></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-165d7012fc0\" wfd-id=\"55\">\n<div class=\"tve-page-section-out\" wfd-id=\"60\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-165d6fe7f4c\" wfd-id=\"56\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h3\" data-css=\"tve-u-165d702cd4d\" wfd-id=\"57\"><h3 data-css=\"tve-u-165d70538a3\">Your Heading Here H3</h3></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-165d7012e18\" wfd-id=\"49\">\n<div class=\"tve-page-section-out\" wfd-id=\"54\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-165d6fe7f4c\" wfd-id=\"50\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-165d702791c\" wfd-id=\"51\"><h4 data-css=\"tve-u-165d70581f6\">Your Heading Here H4</h4></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-165d7012c6e\" wfd-id=\"46\">\n<div class=\"tve-page-section-out\" wfd-id=\"48\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-165d6fe7f4c\" wfd-id=\"47\"></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-165d7012a97\" wfd-id=\"43\">\n<div class=\"tve-page-section-out\" wfd-id=\"45\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-165d6fe7f4c\" wfd-id=\"44\"></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-165d7012884\" wfd-id=\"40\">\n<div class=\"tve-page-section-out\" wfd-id=\"42\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-165d6fe7f4c\" wfd-id=\"41\"></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-165d7012696\" wfd-id=\"37\">\n<div class=\"tve-page-section-out\" wfd-id=\"39\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-165d6fe7f4c\" wfd-id=\"38\"></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-16035a9ff73\" wfd-id=\"31\">\n<div class=\"tve-page-section-out\" wfd-id=\"36\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-160e4eb46bd\" wfd-id=\"32\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" wfd-id=\"33\"><p>Copyright text and footer links.</p></div></div>\n</div>'),(3281,309,'tve_revision_tve_has_wistia_popover','0'),(3284,311,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16416ab0690\" wfd-id=\"60\">\n<div class=\"tve-page-section-out\" wfd-id=\"66\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16416aae91e\" wfd-id=\"61\"><div class=\"thrv_wrapper thrv_heading\" style=\"\" data-tag=\"h1\" wfd-id=\"63\"><h1 data-css=\"tve-u-16035acf904\"><strong>H1 Heading Example</strong> Lorem Ipsum Dolor</h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" data-css=\"tve-u-165d6fdffcb\" wfd-id=\"62\"><p data-css=\"tve-u-165d705c7ac\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi semper vulputate tincidunt. Mauris sodales vitae ipsum nec porta. Mauris lacus odio, congue eget justo nec, eleifend pellentesque orci. Interdum et malesuada fames ac ante ipsum primis in faucibus. Ut facilisis nibh eget ex maximus, at egestas orci faucibus.</p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16416ab0690\" wfd-id=\"56\">\n<div class=\"tve-page-section-out\" wfd-id=\"59\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-165d6fe7f4c\" wfd-id=\"57\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" wfd-id=\"58\"><h2 data-css=\"tve-u-165d704ec24\">Your Heading Here H2</h2></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-165d7012fc0\" wfd-id=\"52\">\n<div class=\"tve-page-section-out\" wfd-id=\"55\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-165d6fe7f4c\" wfd-id=\"53\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h3\" data-css=\"tve-u-165d702cd4d\" wfd-id=\"54\"><h3 data-css=\"tve-u-165d70538a3\">Your Heading Here H3</h3></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-165d7012e18\" wfd-id=\"48\">\n<div class=\"tve-page-section-out\" wfd-id=\"51\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-165d6fe7f4c\" wfd-id=\"49\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-165d702791c\" wfd-id=\"50\"><h4 data-css=\"tve-u-165d70581f6\">Your Heading Here H4</h4></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-165d7012c6e\" wfd-id=\"45\">\n<div class=\"tve-page-section-out\" wfd-id=\"47\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-165d6fe7f4c\" wfd-id=\"46\"></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-165d7012a97\" wfd-id=\"42\">\n<div class=\"tve-page-section-out\" wfd-id=\"44\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-165d6fe7f4c\" wfd-id=\"43\"></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-165d7012884\" wfd-id=\"39\">\n<div class=\"tve-page-section-out\" wfd-id=\"41\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-165d6fe7f4c\" wfd-id=\"40\"></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-165d7012696\" wfd-id=\"36\">\n<div class=\"tve-page-section-out\" wfd-id=\"38\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-165d6fe7f4c\" wfd-id=\"37\"></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-16035a9ff73\" wfd-id=\"32\">\n<div class=\"tve-page-section-out\" wfd-id=\"35\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-160e4eb46bd\" wfd-id=\"33\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" wfd-id=\"34\"><p>Copyright text and footer links.</p></div></div>\n</div>'),(3285,311,'tve_revision_tve_content_more_found',''),(3286,311,'tve_revision_tve_save_post',''),(3287,311,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Merriweather:400,400i,700,700i&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Open+Sans:400,700,300&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Special+Elite:400&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-16416ab0690\"] { padding: 30px 20px !important; }[data-css=\"tve-u-16416aae91e\"] { max-width: 1080px; }.tcb-plain-text strong { font-weight: 700; }.tcb-plain-text { font-family: \"Open Sans\"; font-weight: 400; }#tve_editor [data-css=\"tve-u-160e4eb46bd\"] p, #tve_editor [data-css=\"tve-u-160e4eb46bd\"] li, #tve_editor [data-css=\"tve-u-160e4eb46bd\"] blockquote, #tve_editor [data-css=\"tve-u-160e4eb46bd\"] address, #tve_editor [data-css=\"tve-u-160e4eb46bd\"] h1, #tve_editor [data-css=\"tve-u-160e4eb46bd\"] h2, #tve_editor [data-css=\"tve-u-160e4eb46bd\"] h3, #tve_editor [data-css=\"tve-u-160e4eb46bd\"] h4, #tve_editor [data-css=\"tve-u-160e4eb46bd\"] h5, #tve_editor [data-css=\"tve-u-160e4eb46bd\"] h6 { color: rgb(144, 144, 144); }#tcb_landing_page a strong { font-weight: 700; }#tcb_landing_page h6 strong { font-weight: 700; }#tcb_landing_page h6 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(255, 255, 255); font-size: 20px; }#tcb_landing_page h5 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(255, 255, 255); font-size: 24px; }#tcb_landing_page h4 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(255, 255, 255); font-size: 30px; }[data-css=\"tve-u-16035a9ff73\"] { padding: 30px 20px !important; }#tcb_landing_page a:not(.tcb-button-link) { color: rgb(255, 255, 255); text-decoration: underline; }#tcb_landing_page h3 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(255, 255, 255); font-size: 38px; line-height: 1.3em; }#tcb_landing_page h2 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(255, 255, 255); font-size: 45px; line-height: 1.3em; }#tcb_landing_page h1 { font-family: \"Special Elite\"; font-weight: 400; font-size: 50px; line-height: 1.3em; color: rgb(255, 255, 255); }#tcb_landing_page p, #tcb_landing_page li { font-family: Merriweather; font-weight: 400; font-size: 17px; line-height: 1.6em; color: rgb(255, 255, 255); }[data-css=\"tve-u-15e09c94f7d\"] { background-color: rgb(0, 0, 0) !important; }#tcb_landing_page a:hover:not(.tcb-button-link) { text-decoration: none; }#tcb_landing_page .tve-state-hovera:not(.tcb-button-link) { text-decoration: none; }[data-css=\"tve-u-160e4eb46bd\"] h3 { margin: 0px 0px auto !important; padding: 0px !important; }[data-css=\"tve-u-160e4eb46bd\"] h1 { margin: 0px 0px auto !important; padding: 0px !important; }[data-css=\"tve-u-160e4eb46bd\"] h2 { margin: 0px 0px auto !important; padding: 0px !important; }[data-css=\"tve-u-160e4eb46bd\"] p { margin: 0px 0px auto !important; padding: 0px !important; }[data-css=\"tve-u-160e4eb46bd\"] { max-width: 1080px; text-align: center; }#tcb_landing_page a.tve-state-hover:not(.tcb-button-link) { text-decoration: none; }#tcb_landing_page [data-tag=\"h1\"] { padding: 0px; }#tcb_landing_page [data-tag=\"h2\"] { padding: 0px; }#tcb_landing_page [data-tag=\"h3\"] { padding: 0px; }#tcb_landing_page [data-tag=\"h4\"] { padding: 0px; }#tcb_landing_page [data-tag=\"h5\"] { padding: 0px; }#tcb_landing_page [data-tag=\"h6\"] { padding: 0px; }#tcb_landing_page .tcb-plain-text { font-family: Merriweather; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page .tcb-plain-text strong { font-weight: 700; }#tcb_landing_page .tcb-button-link { font-family: Merriweather; font-weight: 400; }#tcb_landing_page input { font-family: Merriweather; font-weight: 400; }[data-css=\"tve-u-165d6fdffcb\"] { padding: 0px !important; }[data-css=\"tve-u-165d6fe7f4c\"] { max-width: 1080px; }[data-css=\"tve-u-165d6fe7f4c\"] p { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-165d6fe7f4c\"] h1 { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-165d6fe7f4c\"] h2 { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-165d6fe7f4c\"] h3 { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-165d6fe7f4c\"] p, [data-css=\"tve-u-165d6fe7f4c\"] li, [data-css=\"tve-u-165d6fe7f4c\"] blockquote, [data-css=\"tve-u-165d6fe7f4c\"] address, [data-css=\"tve-u-165d6fe7f4c\"] .tcb-plain-text, [data-css=\"tve-u-165d6fe7f4c\"] label, [data-css=\"tve-u-165d6fe7f4c\"] h1, [data-css=\"tve-u-165d6fe7f4c\"] h2, [data-css=\"tve-u-165d6fe7f4c\"] h3, [data-css=\"tve-u-165d6fe7f4c\"] h4, [data-css=\"tve-u-165d6fe7f4c\"] h5, [data-css=\"tve-u-165d6fe7f4c\"] h6 { font-weight: 400 !important; }#tve_editor [data-css=\"tve-u-165d6fe7f4c\"] strong { font-weight: 700; }[data-css=\"tve-u-165d7012696\"] { padding: 30px 20px !important; }[data-css=\"tve-u-165d7012884\"] { padding: 30px 20px !important; }[data-css=\"tve-u-165d7012a97\"] { padding: 30px 20px !important; }[data-css=\"tve-u-165d7012c6e\"] { padding: 30px 20px !important; }[data-css=\"tve-u-165d7012e18\"] { padding: 30px 20px !important; }[data-css=\"tve-u-165d7012fc0\"] { padding: 30px 20px !important; }}@media (max-width: 767px){#tve_editor [data-css=\"tve-u-16035acf904\"] { font-size: 30px !important; }[data-css=\"tve-u-16035a9ff73\"] { padding-left: 10px !important; padding-right: 10px !important; }#tve_editor [data-css=\"tve-u-165d704ec24\"] { font-size: 25px !important; }#tve_editor [data-css=\"tve-u-165d70538a3\"] { font-size: 20px !important; }#tve_editor [data-css=\"tve-u-165d70581f6\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-165d705c7ac\"] { font-size: 16px !important; }[data-css=\"tve-u-165d6fdffcb\"] { padding: 10px !important; }}'),(3288,311,'tve_revision_tve_user_custom_css',''),(3289,311,'tve_revision_tve_page_events','a:0:{}'),(3290,311,'tve_revision_tve_globals','a:2:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";s:8:\"font_cls\";a:0:{}}'),(3291,311,'tve_revision_tve_global_scripts',''),(3292,311,'tve_revision_thrive_icon_pack','0'),(3293,311,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(3294,311,'tve_revision_tve_has_masonry','0'),(3295,311,'tve_revision_tve_has_typefocus','0'),(3296,311,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16416ab0690\" wfd-id=\"60\">\n<div class=\"tve-page-section-out\" wfd-id=\"66\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16416aae91e\" wfd-id=\"61\"><div class=\"thrv_wrapper thrv_heading\" style=\"\" data-tag=\"h1\" wfd-id=\"63\"><h1 data-css=\"tve-u-16035acf904\"><strong>H1 Heading Example</strong> Lorem Ipsum Dolor</h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" data-css=\"tve-u-165d6fdffcb\" wfd-id=\"62\"><p data-css=\"tve-u-165d705c7ac\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi semper vulputate tincidunt. Mauris sodales vitae ipsum nec porta. Mauris lacus odio, congue eget justo nec, eleifend pellentesque orci. Interdum et malesuada fames ac ante ipsum primis in faucibus. Ut facilisis nibh eget ex maximus, at egestas orci faucibus.</p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16416ab0690\" wfd-id=\"56\">\n<div class=\"tve-page-section-out\" wfd-id=\"59\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-165d6fe7f4c\" wfd-id=\"57\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" wfd-id=\"58\"><h2 data-css=\"tve-u-165d704ec24\">Your Heading Here H2</h2></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-165d7012fc0\" wfd-id=\"52\">\n<div class=\"tve-page-section-out\" wfd-id=\"55\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-165d6fe7f4c\" wfd-id=\"53\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h3\" data-css=\"tve-u-165d702cd4d\" wfd-id=\"54\"><h3 data-css=\"tve-u-165d70538a3\">Your Heading Here H3</h3></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-165d7012e18\" wfd-id=\"48\">\n<div class=\"tve-page-section-out\" wfd-id=\"51\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-165d6fe7f4c\" wfd-id=\"49\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-165d702791c\" wfd-id=\"50\"><h4 data-css=\"tve-u-165d70581f6\">Your Heading Here H4</h4></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-165d7012c6e\" wfd-id=\"45\">\n<div class=\"tve-page-section-out\" wfd-id=\"47\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-165d6fe7f4c\" wfd-id=\"46\"></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-165d7012a97\" wfd-id=\"42\">\n<div class=\"tve-page-section-out\" wfd-id=\"44\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-165d6fe7f4c\" wfd-id=\"43\"></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-165d7012884\" wfd-id=\"39\">\n<div class=\"tve-page-section-out\" wfd-id=\"41\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-165d6fe7f4c\" wfd-id=\"40\"></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-165d7012696\" wfd-id=\"36\">\n<div class=\"tve-page-section-out\" wfd-id=\"38\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-165d6fe7f4c\" wfd-id=\"37\"></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-16035a9ff73\" wfd-id=\"32\">\n<div class=\"tve-page-section-out\" wfd-id=\"35\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-160e4eb46bd\" wfd-id=\"33\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" wfd-id=\"34\"><p>Copyright text and footer links.</p></div></div>\n</div>'),(3297,311,'tve_revision_tve_has_wistia_popover','0'),(3395,318,'tve_revision_tve_disable_theme_dependency',''),(3396,318,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-custom-menu-inside\" style=\"z-index: 8;\" data-css=\"tve-u-1642b593fd4\" wfd-id=\"58\">\n<div class=\"tve-content-box-background\" wfd-id=\"66\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" style=\"z-index: 8;\" wfd-id=\"59\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-165e642ffaf\" wfd-id=\"63\"><h2 data-css=\"tve-u-165e62d8c6d\">Terms &amp; Conditions</h2></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1642b6ab2bb\" wfd-id=\"60\"><p>TERMS OF SERVICE<br><br>-----<br><br>OVERVIEW<br><br>This website is operated by Blackhawk Custom, LLC. Throughout the site, the terms â€œweâ€, â€œusâ€ and â€œourâ€ refer to Blackhawk Custom, LLC. Blackhawk Custom, LLC offers this website, including all information, tools and services available from this site to you, the user, conditioned upon your acceptance of all terms, conditions, policies and notices stated here.<br><br>By visiting our site and/ or purchasing something from us, you engage in our â€œServiceâ€ and agree to be bound by the following terms and conditions (â€œTerms of Serviceâ€, â€œTermsâ€), including those additional terms, conditions, and policies referenced herein and/or available by hyperlink. These Terms of Service apply to all users of the site, including without limitation users who are browsers, vendors, customers, merchants, and/ or contributors of content.<br><br>Please read these Terms of Service carefully before accessing or using our website. By accessing or using any part of the site, you agree to be bound by these Terms of Service. If you do not agree to all the terms and conditions of this agreement, then you may not access the website or use any services. If these Terms of Service are considered an offer, acceptance is expressly limited to these Terms of Service.<br><br>Any new features or tools which are added to the current store shall also be subject to the Terms of Service. You can review the most current version of the Terms of Service at any time on this page. We reserve the right to update, change or replace any part of these Terms of Service by posting updates and/or changes to our website. It is your responsibility to check this page periodically for changes. Your continued use of or access to the website following the posting of any changes constitutes acceptance of those changes.<br><br>SECTION 1 - ONLINE STORE TERMS<br><br>By agreeing to these Terms of Service, you represent that you are at least the age of majority in your state or province of residence, or that you are the age of majority in your state or province of residence and you have given us your consent to allow any of your minor dependents to use this site.<br>You may not use our products for any illegal or unauthorized purpose nor may you, in the use of the Service, violate any laws in your jurisdiction (including but not limited to copyright laws).<br>You must not transmit any worms or viruses or any code of a destructive nature.<br>A breach or violation of any of the Terms will result in an immediate termination of your Services.<br><br>SECTION 2 - GENERAL CONDITIONS<br><br>We reserve the right to refuse service to anyone for any reason at any time.<br>You understand that your content (not including credit card information), may be transferred unencrypted and involve (a) transmissions over various networks; and (b) changes to conform and adapt to technical requirements of connecting networks or devices. Credit card information is always encrypted during transfer over networks.<br>You agree not to reproduce, duplicate, copy, sell, resell or exploit any portion of the Service, use of the Service, or access to the Service or any contact on the website through which the service is provided, without express written permission by us.<br>The headings used in this agreement are included for convenience only and will not limit or otherwise affect these Terms.<br><br>SECTION 3 - ACCURACY, COMPLETENESS AND TIMELINESS OF INFORMATION<br><br>We are not responsible if information made available on this site is not accurate, complete or current. The material on this site is provided for general information only and should not be relied upon or used as the sole basis for making decisions without consulting primary, more accurate, more complete or more timely sources of information. Any reliance on the material on this site is at your own risk.<br>This site may contain certain historical information. Historical information, necessarily, is not current and is provided for your reference only. We reserve the right to modify the contents of this site at any time, but we have no obligation to update any information on our site. You agree that it is your responsibility to monitor changes to our site.<br><br>SECTION 4 - MODIFICATIONS TO THE SERVICE AND PRICES<br><br>The prices for our products are subject to change without notice.<br>We reserve the right at any time to modify or discontinue the Service (or any part or content thereof) without notice at any time.<br>We shall not be liable to you or to any third-party for any modification, price change, suspension or discontinuance of the Service.<br><br>SECTION 5 - PRODUCTS OR SERVICES (if applicable)<br><br>Certain products or services may be available exclusively online through the website. These products or services may have limited quantities and are subject to return or exchange only according to our Return Policy.<br>We have made every effort to display as accurately as possible the colors and images of our products that appear at the store. We cannot guarantee that your computer monitor\'s display of any color will be accurate.<br>We reserve the right, but are not obligated, to limit the sales of our products or Services to any person, geographic region or jurisdiction. We may exercise this right on a case-by-case basis. We reserve the right to limit the quantities of any products or services that we offer. All descriptions of products or product pricing are subject to change at anytime without notice, at the sole discretion of us. We reserve the right to discontinue any product at any time. Any offer for any product or service made on this site is void where prohibited.<br>We do not warrant that the quality of any products, services, information, or other material purchased or obtained by you will meet your expectations, or that any errors in the Service will be corrected.<br><br>SECTION 6 - ACCURACY OF BILLING AND ACCOUNT INFORMATION<br><br>We reserve the right to refuse any order you place with us. We may, in our sole discretion, limit or cancel quantities purchased per person, per household or per order. These restrictions may include orders placed by or under the same customer account, the same credit card, and/or orders that use the same billing and/or shipping address. In the event that we make a change to or cancel an order, we may attempt to notify you by contacting the e-mail and/or billing address/phone number provided at the time the order was made. We reserve the right to limit or prohibit orders that, in our sole judgment, appear to be placed by dealers, resellers or distributors.<br><br>You agree to provide current, complete and accurate purchase and account information for all purchases made at our store. You agree to promptly update your account and other information, including your email address and credit card numbers and expiration dates, so that we can complete your transactions and contact you as needed.<br><br>For more detail, please review our Returns Policy.<br><br>SECTION 7 - OPTIONAL TOOLS<br><br>We may provide you with access to third-party tools over which we neither monitor nor have any control nor input.<br>You acknowledge and agree that we provide access to such tools â€as isâ€ and â€œas availableâ€ without any warranties, representations or conditions of any kind and without any endorsement. We shall have no liability whatsoever arising from or relating to your use of optional third-party tools.<br>Any use by you of optional tools offered through the site is entirely at your own risk and discretion and you should ensure that you are familiar with and approve of the terms on which tools are provided by the relevant third-party provider(s).<br>We may also, in the future, offer new services and/or features through the website (including, the release of new tools and resources). Such new features and/or services shall also be subject to these Terms of Service.<br><br>SECTION 8 - THIRD-PARTY LINKS<br><br>Certain content, products and services available via our Service may include materials from third-parties.<br>Third-party links on this site may direct you to third-party websites that are not affiliated with us. We are not responsible for examining or evaluating the content or accuracy and we do not warrant and will not have any liability or responsibility for any third-party materials or websites, or for any other materials, products, or services of third-parties.<br>We are not liable for any harm or damages related to the purchase or use of goods, services, resources, content, or any other transactions made in connection with any third-party websites. Please review carefully the third-party\'s policies and practices and make sure you understand them before you engage in any transaction. Complaints, claims, concerns, or questions regarding third-party products should be directed to the third-party.<br><br>SECTION 9 - USER COMMENTS, FEEDBACK AND OTHER SUBMISSIONS<br><br>If, at our request, you send certain specific submissions (for example contest entries) or without a request from us you send creative ideas, suggestions, proposals, plans, or other materials, whether online, by email, by postal mail, or otherwise (collectively, \'comments\'), you agree that we may, at any time, without restriction, edit, copy, publish, distribute, translate and otherwise use in any medium any comments that you forward to us. We are and shall be under no obligation (1) to maintain any comments in confidence; (2) to pay compensation for any comments; or (3) to respond to any comments.<br>We may, but have no obligation to, monitor, edit or remove content that we determine in our sole discretion are unlawful, offensive, threatening, libelous, defamatory, pornographic, obscene or otherwise objectionable or violates any partyâ€™s intellectual property or these Terms of Service.<br>You agree that your comments will not violate any right of any third-party, including copyright, trademark, privacy, personality or other personal or proprietary right. You further agree that your comments will not contain libelous or otherwise unlawful, abusive or obscene material, or contain any computer virus or other malware that could in any way affect the operation of the Service or any related website. You may not use a false e-mail address, pretend to be someone other than yourself, or otherwise mislead us or third-parties as to the origin of any comments. You are solely responsible for any comments you make and their accuracy. We take no responsibility and assume no liability for any comments posted by you or any third-party.<br><br>SECTION 10 - PERSONAL INFORMATION<br><br>Your submission of personal information through the store is governed by our Privacy Policy. To view our Privacy Policy.<br><br>SECTION 11 - ERRORS, INACCURACIES AND OMISSIONS<br><br>Occasionally there may be information on our site or in the Service that contains typographical errors, inaccuracies or omissions that may relate to product descriptions, pricing, promotions, offers, product shipping charges, transit times and availability. We reserve the right to correct any errors, inaccuracies or omissions, and to change or update information or cancel orders if any information in the Service or on any related website is inaccurate at any time without prior notice (including after you have submitted your order).<br>We undertake no obligation to update, amend or clarify information in the Service or on any related website, including without limitation, pricing information, except as required by law. No specified update or refresh date applied in the Service or on any related website, should be taken to indicate that all information in the Service or on any related website has been modified or updated.<br><br>SECTION 12 - PROHIBITED USES<br><br>In addition to other prohibitions as set forth in the Terms of Service, you are prohibited from using the site or its content: (a) for any unlawful purpose; (b) to solicit others to perform or participate in any unlawful acts; (c) to violate any international, federal, provincial or state regulations, rules, laws, or local ordinances; (d) to infringe upon or violate our intellectual property rights or the intellectual property rights of others; (e) to harass, abuse, insult, harm, defame, slander, disparage, intimidate, or discriminate based on gender, sexual orientation, religion, ethnicity, race, age, national origin, or disability; (f) to submit false or misleading information; (g) to upload or transmit viruses or any other type of malicious code that will or may be used in any way that will affect the functionality or operation of the Service or of any related website, other websites, or the Internet; (h) to collect or track the personal information of others; (i) to spam, phish, pharm, pretext, spider, crawl, or scrape; (j) for any obscene or immoral purpose; or (k) to interfere with or circumvent the security features of the Service or any related website, other websites, or the Internet. We reserve the right to terminate your use of the Service or any related website for violating any of the prohibited uses.<br><br>SECTION 13 - DISCLAIMER OF WARRANTIES; LIMITATION OF LIABILITY<br><br>We do not guarantee, represent or warrant that your use of our service will be uninterrupted, timely, secure or error-free.<br>We do not warrant that the results that may be obtained from the use of the service will be accurate or reliable.<br>You agree that from time to time we may remove the service for indefinite periods of time or cancel the service at any time, without notice to you.<br>You expressly agree that your use of, or inability to use, the service is at your sole risk. The service and all products and services delivered to you through the service are (except as expressly stated by us) provided \'as is\' and \'as available\' for your use, without any representation, warranties or conditions of any kind, either express or implied, including all implied warranties or conditions of merchantability, merchantable quality, fitness for a particular purpose, durability, title, and non-infringement.<br>In no case shall Blackhawk Custom, LLC, our directors, officers, employees, affiliates, agents, contractors, interns, suppliers, service providers or licensors be liable for any injury, loss, claim, or any direct, indirect, incidental, punitive, special, or consequential damages of any kind, including, without limitation lost profits, lost revenue, lost savings, loss of data, replacement costs, or any similar damages, whether based in contract, tort (including negligence), strict liability or otherwise, arising from your use of any of the service or any products procured using the service, or for any other claim related in any way to your use of the service or any product, including, but not limited to, any errors or omissions in any content, or any loss or damage of any kind incurred as a result of the use of the service or any content (or product) posted, transmitted, or otherwise made available via the service, even if advised of their possibility. Because some states or jurisdictions do not allow the exclusion or the limitation of liability for consequential or incidental damages, in such states or jurisdictions, our liability shall be limited to the maximum extent permitted by law.<br><br>SECTION 14 - INDEMNIFICATION<br><br>You agree to indemnify, defend and hold harmless Blackhawk Custom, LLC and our parent, subsidiaries, affiliates, partners, officers, directors, agents, contractors, licensors, service providers, subcontractors, suppliers, interns and employees, harmless from any claim or demand, including reasonable attorneysâ€™ fees, made by any third-party due to or arising out of your breach of these Terms of Service or the documents they incorporate by reference, or your violation of any law or the rights of a third-party.<br><br>SECTION 15 - SEVERABILITY<br><br>In the event that any provision of these Terms of Service is determined to be unlawful, void or unenforceable, such provision shall nonetheless be enforceable to the fullest extent permitted by applicable law, and the unenforceable portion shall be deemed to be severed from these Terms of Service, such determination shall not affect the validity and enforceability of any other remaining provisions.<br><br>SECTION 16 - TERMINATION<br><br>The obligations and liabilities of the parties incurred prior to the termination date shall survive the termination of this agreement for all purposes.<br>These Terms of Service are effective unless and until terminated by either you or us. You may terminate these Terms of Service at any time by notifying us that you no longer wish to use our Services, or when you cease using our site.<br>If in our sole judgment you fail, or we suspect that you have failed, to comply with any term or provision of these Terms of Service, we also may terminate this agreement at any time without notice and you will remain liable for all amounts due up to and including the date of termination; and/or accordingly may deny you access to our Services (or any part thereof).<br><br>SECTION 17 - ENTIRE AGREEMENT<br><br>The failure of us to exercise or enforce any right or provision of these Terms of Service shall not constitute a waiver of such right or provision.<br>These Terms of Service and any policies or operating rules posted by us on this site or in respect to The Service constitutes the entire agreement and understanding between you and us and govern your use of the Service, superseding any prior or contemporaneous agreements, communications and proposals, whether oral or written, between you and us (including, but not limited to, any prior versions of the Terms of Service).<br>Any ambiguities in the interpretation of these Terms of Service shall not be construed against the drafting party.<br><br>SECTION 18 - GOVERNING LAW<br><br>These Terms of Service and any separate agreements whereby we provide you Services shall be governed by and construed in accordance with the laws of 825 South Kings Highway, Fort Pierce, FL 34945.<br><br>SECTION 19 - CHANGES TO TERMS OF SERVICE<br><br>You can review the most current version of the Terms of Service at any time at this page.<br>We reserve the right, at our sole discretion, to update, change or replace any part of these Terms of Service by posting updates and changes to our website. It is your responsibility to check our website periodically for changes. Your continued use of or access to our website or the Service following the posting of any changes to these Terms of Service constitutes acceptance of those changes.<br><br>SECTION 20 - CONTACT INFORMATION<br><br>Questions about the Terms of Service should be sent to us at <a href=\"mailto:admin@blackhawkcustom.com\" target=\"_blank\">admin@blackhawkcustom.com</a></p></div></div>\n</div>'),(3298,312,'tve_revision_tve_landing_page','blank_v2'),(3299,312,'tve_revision_tve_disable_theme_dependency',''),(3300,312,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-custom-menu-inside\" style=\"z-index: 8;\" data-css=\"tve-u-1642b593fd4\" wfd-id=\"34\">\n<div class=\"tve-content-box-background\" wfd-id=\"70\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" style=\"z-index: 8;\" wfd-id=\"35\"><div class=\"thrv_wrapper thrv_widget_menu tve-custom-menu-upgrade      tve-menu-style-style_1 tve-mobile-dropdown\" data-tve-style=\"tve_horizontal\" data-tve-switch-icon=\"tablet,mobile\" data-css=\"tve-u-1642ae797d9\" style=\"z-index: 8;\" wfd-id=\"42\">\n<div class=\"thrive-shortcode-config\" style=\"display: none !important\" wfd-id=\"69\">__CONFIG_widget_menu__{\"menu_id\":4,\"color\":\"tve_red\",\"dir\":\"tve_horizontal\",\"font_class\":\"\",\"font_size\":\"\",\"ul_attr\":\"\",\"link_attr\":\"\",\"top_link_attr\":\"\",\"trigger_attr\":\"\",\"primary\":\"\",\"head_css\":\"\",\"background_hover\":\"\",\"main_hover\":\"\",\"child_hover\":\"\",\"group_edit\":[],\"menu_style\":\"style_1\",\"dropdown_icon\":\"\",\"mobile_side\":\"dropdown\",\"mobile_icon\":\"\",\"switch_to_icon\":\"tablet,mobile\"}__CONFIG_widget_menu__</div>\n</div><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" wfd-id=\"39\"><h2 data-css=\"tve-u-165e62d8c6d\">Terms &amp; Conditions</h2></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1642b6ab2bb\" wfd-id=\"36\"><p>TERMS OF SERVICE<br><br>-----<br><br>OVERVIEW<br><br>This website is operated by Blackhawk Custom, LLC. Throughout the site, the terms â€œweâ€, â€œusâ€ and â€œourâ€ refer to Blackhawk Custom, LLC. Blackhawk Custom, LLC offers this website, including all information, tools and services available from this site to you, the user, conditioned upon your acceptance of all terms, conditions, policies and notices stated here.<br><br>By visiting our site and/ or purchasing something from us, you engage in our â€œServiceâ€ and agree to be bound by the following terms and conditions (â€œTerms of Serviceâ€, â€œTermsâ€), including those additional terms, conditions, and policies referenced herein and/or available by hyperlink. These Terms of Service apply to all users of the site, including without limitation users who are browsers, vendors, customers, merchants, and/ or contributors of content.<br><br>Please read these Terms of Service carefully before accessing or using our website. By accessing or using any part of the site, you agree to be bound by these Terms of Service. If you do not agree to all the terms and conditions of this agreement, then you may not access the website or use any services. If these Terms of Service are considered an offer, acceptance is expressly limited to these Terms of Service.<br><br>Any new features or tools which are added to the current store shall also be subject to the Terms of Service. You can review the most current version of the Terms of Service at any time on this page. We reserve the right to update, change or replace any part of these Terms of Service by posting updates and/or changes to our website. It is your responsibility to check this page periodically for changes. Your continued use of or access to the website following the posting of any changes constitutes acceptance of those changes.<br><br>SECTION 1 - ONLINE STORE TERMS<br><br>By agreeing to these Terms of Service, you represent that you are at least the age of majority in your state or province of residence, or that you are the age of majority in your state or province of residence and you have given us your consent to allow any of your minor dependents to use this site.<br>You may not use our products for any illegal or unauthorized purpose nor may you, in the use of the Service, violate any laws in your jurisdiction (including but not limited to copyright laws).<br>You must not transmit any worms or viruses or any code of a destructive nature.<br>A breach or violation of any of the Terms will result in an immediate termination of your Services.<br><br>SECTION 2 - GENERAL CONDITIONS<br><br>We reserve the right to refuse service to anyone for any reason at any time.<br>You understand that your content (not including credit card information), may be transferred unencrypted and involve (a) transmissions over various networks; and (b) changes to conform and adapt to technical requirements of connecting networks or devices. Credit card information is always encrypted during transfer over networks.<br>You agree not to reproduce, duplicate, copy, sell, resell or exploit any portion of the Service, use of the Service, or access to the Service or any contact on the website through which the service is provided, without express written permission by us.<br>The headings used in this agreement are included for convenience only and will not limit or otherwise affect these Terms.<br><br>SECTION 3 - ACCURACY, COMPLETENESS AND TIMELINESS OF INFORMATION<br><br>We are not responsible if information made available on this site is not accurate, complete or current. The material on this site is provided for general information only and should not be relied upon or used as the sole basis for making decisions without consulting primary, more accurate, more complete or more timely sources of information. Any reliance on the material on this site is at your own risk.<br>This site may contain certain historical information. Historical information, necessarily, is not current and is provided for your reference only. We reserve the right to modify the contents of this site at any time, but we have no obligation to update any information on our site. You agree that it is your responsibility to monitor changes to our site.<br><br>SECTION 4 - MODIFICATIONS TO THE SERVICE AND PRICES<br><br>The prices for our products are subject to change without notice.<br>We reserve the right at any time to modify or discontinue the Service (or any part or content thereof) without notice at any time.<br>We shall not be liable to you or to any third-party for any modification, price change, suspension or discontinuance of the Service.<br><br>SECTION 5 - PRODUCTS OR SERVICES (if applicable)<br><br>Certain products or services may be available exclusively online through the website. These products or services may have limited quantities and are subject to return or exchange only according to our Return Policy.<br>We have made every effort to display as accurately as possible the colors and images of our products that appear at the store. We cannot guarantee that your computer monitor\'s display of any color will be accurate.<br>We reserve the right, but are not obligated, to limit the sales of our products or Services to any person, geographic region or jurisdiction. We may exercise this right on a case-by-case basis. We reserve the right to limit the quantities of any products or services that we offer. All descriptions of products or product pricing are subject to change at anytime without notice, at the sole discretion of us. We reserve the right to discontinue any product at any time. Any offer for any product or service made on this site is void where prohibited.<br>We do not warrant that the quality of any products, services, information, or other material purchased or obtained by you will meet your expectations, or that any errors in the Service will be corrected.<br><br>SECTION 6 - ACCURACY OF BILLING AND ACCOUNT INFORMATION<br><br>We reserve the right to refuse any order you place with us. We may, in our sole discretion, limit or cancel quantities purchased per person, per household or per order. These restrictions may include orders placed by or under the same customer account, the same credit card, and/or orders that use the same billing and/or shipping address. In the event that we make a change to or cancel an order, we may attempt to notify you by contacting the e-mail and/or billing address/phone number provided at the time the order was made. We reserve the right to limit or prohibit orders that, in our sole judgment, appear to be placed by dealers, resellers or distributors.<br><br>You agree to provide current, complete and accurate purchase and account information for all purchases made at our store. You agree to promptly update your account and other information, including your email address and credit card numbers and expiration dates, so that we can complete your transactions and contact you as needed.<br><br>For more detail, please review our Returns Policy.<br><br>SECTION 7 - OPTIONAL TOOLS<br><br>We may provide you with access to third-party tools over which we neither monitor nor have any control nor input.<br>You acknowledge and agree that we provide access to such tools â€as isâ€ and â€œas availableâ€ without any warranties, representations or conditions of any kind and without any endorsement. We shall have no liability whatsoever arising from or relating to your use of optional third-party tools.<br>Any use by you of optional tools offered through the site is entirely at your own risk and discretion and you should ensure that you are familiar with and approve of the terms on which tools are provided by the relevant third-party provider(s).<br>We may also, in the future, offer new services and/or features through the website (including, the release of new tools and resources). Such new features and/or services shall also be subject to these Terms of Service.<br><br>SECTION 8 - THIRD-PARTY LINKS<br><br>Certain content, products and services available via our Service may include materials from third-parties.<br>Third-party links on this site may direct you to third-party websites that are not affiliated with us. We are not responsible for examining or evaluating the content or accuracy and we do not warrant and will not have any liability or responsibility for any third-party materials or websites, or for any other materials, products, or services of third-parties.<br>We are not liable for any harm or damages related to the purchase or use of goods, services, resources, content, or any other transactions made in connection with any third-party websites. Please review carefully the third-party\'s policies and practices and make sure you understand them before you engage in any transaction. Complaints, claims, concerns, or questions regarding third-party products should be directed to the third-party.<br><br>SECTION 9 - USER COMMENTS, FEEDBACK AND OTHER SUBMISSIONS<br><br>If, at our request, you send certain specific submissions (for example contest entries) or without a request from us you send creative ideas, suggestions, proposals, plans, or other materials, whether online, by email, by postal mail, or otherwise (collectively, \'comments\'), you agree that we may, at any time, without restriction, edit, copy, publish, distribute, translate and otherwise use in any medium any comments that you forward to us. We are and shall be under no obligation (1) to maintain any comments in confidence; (2) to pay compensation for any comments; or (3) to respond to any comments.<br>We may, but have no obligation to, monitor, edit or remove content that we determine in our sole discretion are unlawful, offensive, threatening, libelous, defamatory, pornographic, obscene or otherwise objectionable or violates any partyâ€™s intellectual property or these Terms of Service.<br>You agree that your comments will not violate any right of any third-party, including copyright, trademark, privacy, personality or other personal or proprietary right. You further agree that your comments will not contain libelous or otherwise unlawful, abusive or obscene material, or contain any computer virus or other malware that could in any way affect the operation of the Service or any related website. You may not use a false e-mail address, pretend to be someone other than yourself, or otherwise mislead us or third-parties as to the origin of any comments. You are solely responsible for any comments you make and their accuracy. We take no responsibility and assume no liability for any comments posted by you or any third-party.<br><br>SECTION 10 - PERSONAL INFORMATION<br><br>Your submission of personal information through the store is governed by our Privacy Policy. To view our Privacy Policy.<br><br>SECTION 11 - ERRORS, INACCURACIES AND OMISSIONS<br><br>Occasionally there may be information on our site or in the Service that contains typographical errors, inaccuracies or omissions that may relate to product descriptions, pricing, promotions, offers, product shipping charges, transit times and availability. We reserve the right to correct any errors, inaccuracies or omissions, and to change or update information or cancel orders if any information in the Service or on any related website is inaccurate at any time without prior notice (including after you have submitted your order).<br>We undertake no obligation to update, amend or clarify information in the Service or on any related website, including without limitation, pricing information, except as required by law. No specified update or refresh date applied in the Service or on any related website, should be taken to indicate that all information in the Service or on any related website has been modified or updated.<br><br>SECTION 12 - PROHIBITED USES<br><br>In addition to other prohibitions as set forth in the Terms of Service, you are prohibited from using the site or its content: (a) for any unlawful purpose; (b) to solicit others to perform or participate in any unlawful acts; (c) to violate any international, federal, provincial or state regulations, rules, laws, or local ordinances; (d) to infringe upon or violate our intellectual property rights or the intellectual property rights of others; (e) to harass, abuse, insult, harm, defame, slander, disparage, intimidate, or discriminate based on gender, sexual orientation, religion, ethnicity, race, age, national origin, or disability; (f) to submit false or misleading information; (g) to upload or transmit viruses or any other type of malicious code that will or may be used in any way that will affect the functionality or operation of the Service or of any related website, other websites, or the Internet; (h) to collect or track the personal information of others; (i) to spam, phish, pharm, pretext, spider, crawl, or scrape; (j) for any obscene or immoral purpose; or (k) to interfere with or circumvent the security features of the Service or any related website, other websites, or the Internet. We reserve the right to terminate your use of the Service or any related website for violating any of the prohibited uses.<br><br>SECTION 13 - DISCLAIMER OF WARRANTIES; LIMITATION OF LIABILITY<br><br>We do not guarantee, represent or warrant that your use of our service will be uninterrupted, timely, secure or error-free.<br>We do not warrant that the results that may be obtained from the use of the service will be accurate or reliable.<br>You agree that from time to time we may remove the service for indefinite periods of time or cancel the service at any time, without notice to you.<br>You expressly agree that your use of, or inability to use, the service is at your sole risk. The service and all products and services delivered to you through the service are (except as expressly stated by us) provided \'as is\' and \'as available\' for your use, without any representation, warranties or conditions of any kind, either express or implied, including all implied warranties or conditions of merchantability, merchantable quality, fitness for a particular purpose, durability, title, and non-infringement.<br>In no case shall Blackhawk Custom, LLC, our directors, officers, employees, affiliates, agents, contractors, interns, suppliers, service providers or licensors be liable for any injury, loss, claim, or any direct, indirect, incidental, punitive, special, or consequential damages of any kind, including, without limitation lost profits, lost revenue, lost savings, loss of data, replacement costs, or any similar damages, whether based in contract, tort (including negligence), strict liability or otherwise, arising from your use of any of the service or any products procured using the service, or for any other claim related in any way to your use of the service or any product, including, but not limited to, any errors or omissions in any content, or any loss or damage of any kind incurred as a result of the use of the service or any content (or product) posted, transmitted, or otherwise made available via the service, even if advised of their possibility. Because some states or jurisdictions do not allow the exclusion or the limitation of liability for consequential or incidental damages, in such states or jurisdictions, our liability shall be limited to the maximum extent permitted by law.<br><br>SECTION 14 - INDEMNIFICATION<br><br>You agree to indemnify, defend and hold harmless Blackhawk Custom, LLC and our parent, subsidiaries, affiliates, partners, officers, directors, agents, contractors, licensors, service providers, subcontractors, suppliers, interns and employees, harmless from any claim or demand, including reasonable attorneysâ€™ fees, made by any third-party due to or arising out of your breach of these Terms of Service or the documents they incorporate by reference, or your violation of any law or the rights of a third-party.<br><br>SECTION 15 - SEVERABILITY<br><br>In the event that any provision of these Terms of Service is determined to be unlawful, void or unenforceable, such provision shall nonetheless be enforceable to the fullest extent permitted by applicable law, and the unenforceable portion shall be deemed to be severed from these Terms of Service, such determination shall not affect the validity and enforceability of any other remaining provisions.<br><br>SECTION 16 - TERMINATION<br><br>The obligations and liabilities of the parties incurred prior to the termination date shall survive the termination of this agreement for all purposes.<br>These Terms of Service are effective unless and until terminated by either you or us. You may terminate these Terms of Service at any time by notifying us that you no longer wish to use our Services, or when you cease using our site.<br>If in our sole judgment you fail, or we suspect that you have failed, to comply with any term or provision of these Terms of Service, we also may terminate this agreement at any time without notice and you will remain liable for all amounts due up to and including the date of termination; and/or accordingly may deny you access to our Services (or any part thereof).<br><br>SECTION 17 - ENTIRE AGREEMENT<br><br>The failure of us to exercise or enforce any right or provision of these Terms of Service shall not constitute a waiver of such right or provision.<br>These Terms of Service and any policies or operating rules posted by us on this site or in respect to The Service constitutes the entire agreement and understanding between you and us and govern your use of the Service, superseding any prior or contemporaneous agreements, communications and proposals, whether oral or written, between you and us (including, but not limited to, any prior versions of the Terms of Service).<br>Any ambiguities in the interpretation of these Terms of Service shall not be construed against the drafting party.<br><br>SECTION 18 - GOVERNING LAW<br><br>These Terms of Service and any separate agreements whereby we provide you Services shall be governed by and construed in accordance with the laws of 825 South Kings Highway, Fort Pierce, FL 34945.<br><br>SECTION 19 - CHANGES TO TERMS OF SERVICE<br><br>You can review the most current version of the Terms of Service at any time at this page.<br>We reserve the right, at our sole discretion, to update, change or replace any part of these Terms of Service by posting updates and changes to our website. It is your responsibility to check our website periodically for changes. Your continued use of or access to our website or the Service following the posting of any changes to these Terms of Service constitutes acceptance of those changes.<br><br>SECTION 20 - CONTACT INFORMATION<br><br>Questions about the Terms of Service should be sent to us at <a href=\"mailto:admin@blackhawkcustom.com\" target=\"_blank\">admin@blackhawkcustom.com</a></p></div></div>\n</div>'),(3301,312,'tve_revision_tve_content_more_found',''),(3302,312,'tve_revision_tve_save_post',''),(3303,312,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Merriweather:400,400i,900,900i&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Special+Elite:400&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Montserrat:400,900,800,200,100&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-1642b6ab2bb\"] { padding: 5px !important; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-153 strong { font-weight: 900; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-104 strong { font-weight: 900; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-103 strong { font-weight: 900; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-102 strong { font-weight: 900; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-109 strong { font-weight: 900; }[data-css=\"tve-u-1642b593fd4\"] { float: none; width: 100%; padding: 5px !important; margin-left: auto !important; margin-right: auto !important; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-153:hover > a { fill: rgb(179, 144, 57) !important; color: rgb(179, 144, 57) !important; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-153 > a { font-family: Montserrat; font-weight: 400; fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1642ae797d9\"] #menu-item-104 { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1642ae797d9\"] #menu-item-103 { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1642ae797d9\"] #menu-item-102 { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1642ae797d9\"] #menu-item-109 { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1642ae797d9\"] { float: none; width: 100%; z-index: 3; position: relative; margin-left: auto !important; margin-right: auto !important; margin-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-104 > a { font-family: Montserrat; font-weight: 400; fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-103 > a { font-family: Montserrat; font-weight: 400; fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-102 > a { font-family: Montserrat; font-weight: 400; fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-109 > a { font-family: Montserrat; font-weight: 400; fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-104:hover > a { fill: rgb(179, 144, 57) !important; color: rgb(179, 144, 57) !important; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-103:hover > a { fill: rgb(179, 144, 57) !important; color: rgb(179, 144, 57) !important; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-102:hover > a { fill: rgb(179, 144, 57) !important; color: rgb(179, 144, 57) !important; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-109:hover > a { fill: rgb(179, 144, 57) !important; color: rgb(179, 144, 57) !important; }#tcb_landing_page a:not(.tcb-button-link) { color: rgb(255, 255, 255); }.tcb-plain-text strong { font-weight: 900; }#tcb_landing_page input strong { font-weight: 900; }#tcb_landing_page .tcb-button-link strong { font-weight: 900; }#tcb_landing_page p strong, #tcb_landing_page li strong { font-weight: 900; }#tcb_landing_page input { font-family: Merriweather; font-weight: 400; }#tcb_landing_page .tcb-button-link { font-family: Merriweather; font-weight: 400; }#tcb_landing_page p, #tcb_landing_page li { font-family: Merriweather; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h6 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h5 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h4 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h3 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h2 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h1 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(255, 255, 255); }.tcb-plain-text { font-size: 20px; color: rgb(255, 255, 255); font-family: Montserrat; font-weight: 400; }[data-css=\"tve-u-15e09c94f7d\"] { background-color: rgb(255, 255, 255); background-image: linear-gradient(rgb(0, 0, 0), rgb(0, 0, 0)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }.tve_post_lp > div > #tve_editor { margin-left: auto; margin-right: auto; max-width: 1200px; padding: 0px 20px; }#tve_editor [data-css=\"tve-u-165e62d8c6d\"] { font-family: \"Special Elite\" !important; font-weight: 400 !important; }#tcb_landing_page .tcb-plain-text { color: rgb(255, 255, 255); font-family: Merriweather; font-weight: 400; }#tcb_landing_page .tcb-plain-text strong { font-weight: 900; }}@media (max-width: 1023px){[data-css=\"tve-u-1642ae797d9\"] { display: block; }[data-css=\"tve-u-1642ae797d9\"] #menu-item-104 { text-align: center; padding: 5px !important; background-image: none !important; }[data-css=\"tve-u-1642ae797d9\"] #menu-item-103 { text-align: center; padding: 5px !important; background-image: none !important; }[data-css=\"tve-u-1642ae797d9\"] #menu-item-102 { text-align: center; padding: 5px !important; background-image: none !important; }[data-css=\"tve-u-1642ae797d9\"] #menu-item-109 { text-align: center; padding: 5px !important; background-image: none !important; }}@media (max-width: 767px){#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-153 > a { font-size: 17px !important; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-104 > a { font-size: 17px !important; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-103 > a { font-size: 17px !important; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-102 > a { font-size: 17px !important; }#tve_editor [data-css=\"tve-u-1642ae797d9\"] #menu-item-109 > a { font-size: 17px !important; }[data-css=\"tve-u-1642ae797d9\"] #menu-item-153 { padding-left: 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-1642ae797d9\"] #menu-item-104 { padding-left: 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-1642ae797d9\"] #menu-item-103 { padding-left: 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-1642ae797d9\"] #menu-item-102 { padding-left: 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-1642ae797d9\"] #menu-item-109 { padding-left: 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-1642ae797d9\"] { float: none; width: 100%; margin-left: auto !important; margin-right: auto !important; }.tve_post_lp > div > #tve_editor { padding: 0px 10px; }[data-css=\"tve-u-1642ae797d9\"] .tve_w_menu { background-color: rgb(0, 0, 0) !important; }}'),(3304,312,'tve_revision_tve_user_custom_css',''),(3305,312,'tve_revision_tve_page_events','a:0:{}'),(3306,312,'tve_revision_tve_globals','a:2:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";s:8:\"font_cls\";a:0:{}}'),(3307,312,'tve_revision_tve_global_scripts',''),(3308,312,'tve_revision_thrive_icon_pack','0'),(3309,312,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(3310,312,'tve_revision_tve_has_masonry','0'),(3311,312,'tve_revision_tve_has_typefocus','0'),(3312,312,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-custom-menu-inside\" style=\"z-index: 8;\" data-css=\"tve-u-1642b593fd4\" wfd-id=\"34\">\n<div class=\"tve-content-box-background\" wfd-id=\"70\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" style=\"z-index: 8;\" wfd-id=\"35\"><div class=\"thrv_wrapper thrv_widget_menu tve-custom-menu-upgrade      tve-menu-style-style_1 tve-mobile-dropdown\" data-tve-style=\"tve_horizontal\" data-tve-switch-icon=\"tablet,mobile\" data-css=\"tve-u-1642ae797d9\" style=\"z-index: 8;\" wfd-id=\"42\">\n<div class=\"thrive-shortcode-config\" style=\"display: none !important\" wfd-id=\"69\">__CONFIG_widget_menu__{\"menu_id\":4,\"color\":\"tve_red\",\"dir\":\"tve_horizontal\",\"font_class\":\"\",\"font_size\":\"\",\"ul_attr\":\"\",\"link_attr\":\"\",\"top_link_attr\":\"\",\"trigger_attr\":\"\",\"primary\":\"\",\"head_css\":\"\",\"background_hover\":\"\",\"main_hover\":\"\",\"child_hover\":\"\",\"group_edit\":[],\"menu_style\":\"style_1\",\"dropdown_icon\":\"\",\"mobile_side\":\"dropdown\",\"mobile_icon\":\"\",\"switch_to_icon\":\"tablet,mobile\"}__CONFIG_widget_menu__</div>\n</div><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" wfd-id=\"39\"><h2 data-css=\"tve-u-165e62d8c6d\">Terms &amp; Conditions</h2></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1642b6ab2bb\" wfd-id=\"36\"><p>TERMS OF SERVICE<br><br>-----<br><br>OVERVIEW<br><br>This website is operated by Blackhawk Custom, LLC. Throughout the site, the terms â€œweâ€, â€œusâ€ and â€œourâ€ refer to Blackhawk Custom, LLC. Blackhawk Custom, LLC offers this website, including all information, tools and services available from this site to you, the user, conditioned upon your acceptance of all terms, conditions, policies and notices stated here.<br><br>By visiting our site and/ or purchasing something from us, you engage in our â€œServiceâ€ and agree to be bound by the following terms and conditions (â€œTerms of Serviceâ€, â€œTermsâ€), including those additional terms, conditions, and policies referenced herein and/or available by hyperlink. These Terms of Service apply to all users of the site, including without limitation users who are browsers, vendors, customers, merchants, and/ or contributors of content.<br><br>Please read these Terms of Service carefully before accessing or using our website. By accessing or using any part of the site, you agree to be bound by these Terms of Service. If you do not agree to all the terms and conditions of this agreement, then you may not access the website or use any services. If these Terms of Service are considered an offer, acceptance is expressly limited to these Terms of Service.<br><br>Any new features or tools which are added to the current store shall also be subject to the Terms of Service. You can review the most current version of the Terms of Service at any time on this page. We reserve the right to update, change or replace any part of these Terms of Service by posting updates and/or changes to our website. It is your responsibility to check this page periodically for changes. Your continued use of or access to the website following the posting of any changes constitutes acceptance of those changes.<br><br>SECTION 1 - ONLINE STORE TERMS<br><br>By agreeing to these Terms of Service, you represent that you are at least the age of majority in your state or province of residence, or that you are the age of majority in your state or province of residence and you have given us your consent to allow any of your minor dependents to use this site.<br>You may not use our products for any illegal or unauthorized purpose nor may you, in the use of the Service, violate any laws in your jurisdiction (including but not limited to copyright laws).<br>You must not transmit any worms or viruses or any code of a destructive nature.<br>A breach or violation of any of the Terms will result in an immediate termination of your Services.<br><br>SECTION 2 - GENERAL CONDITIONS<br><br>We reserve the right to refuse service to anyone for any reason at any time.<br>You understand that your content (not including credit card information), may be transferred unencrypted and involve (a) transmissions over various networks; and (b) changes to conform and adapt to technical requirements of connecting networks or devices. Credit card information is always encrypted during transfer over networks.<br>You agree not to reproduce, duplicate, copy, sell, resell or exploit any portion of the Service, use of the Service, or access to the Service or any contact on the website through which the service is provided, without express written permission by us.<br>The headings used in this agreement are included for convenience only and will not limit or otherwise affect these Terms.<br><br>SECTION 3 - ACCURACY, COMPLETENESS AND TIMELINESS OF INFORMATION<br><br>We are not responsible if information made available on this site is not accurate, complete or current. The material on this site is provided for general information only and should not be relied upon or used as the sole basis for making decisions without consulting primary, more accurate, more complete or more timely sources of information. Any reliance on the material on this site is at your own risk.<br>This site may contain certain historical information. Historical information, necessarily, is not current and is provided for your reference only. We reserve the right to modify the contents of this site at any time, but we have no obligation to update any information on our site. You agree that it is your responsibility to monitor changes to our site.<br><br>SECTION 4 - MODIFICATIONS TO THE SERVICE AND PRICES<br><br>The prices for our products are subject to change without notice.<br>We reserve the right at any time to modify or discontinue the Service (or any part or content thereof) without notice at any time.<br>We shall not be liable to you or to any third-party for any modification, price change, suspension or discontinuance of the Service.<br><br>SECTION 5 - PRODUCTS OR SERVICES (if applicable)<br><br>Certain products or services may be available exclusively online through the website. These products or services may have limited quantities and are subject to return or exchange only according to our Return Policy.<br>We have made every effort to display as accurately as possible the colors and images of our products that appear at the store. We cannot guarantee that your computer monitor\'s display of any color will be accurate.<br>We reserve the right, but are not obligated, to limit the sales of our products or Services to any person, geographic region or jurisdiction. We may exercise this right on a case-by-case basis. We reserve the right to limit the quantities of any products or services that we offer. All descriptions of products or product pricing are subject to change at anytime without notice, at the sole discretion of us. We reserve the right to discontinue any product at any time. Any offer for any product or service made on this site is void where prohibited.<br>We do not warrant that the quality of any products, services, information, or other material purchased or obtained by you will meet your expectations, or that any errors in the Service will be corrected.<br><br>SECTION 6 - ACCURACY OF BILLING AND ACCOUNT INFORMATION<br><br>We reserve the right to refuse any order you place with us. We may, in our sole discretion, limit or cancel quantities purchased per person, per household or per order. These restrictions may include orders placed by or under the same customer account, the same credit card, and/or orders that use the same billing and/or shipping address. In the event that we make a change to or cancel an order, we may attempt to notify you by contacting the e-mail and/or billing address/phone number provided at the time the order was made. We reserve the right to limit or prohibit orders that, in our sole judgment, appear to be placed by dealers, resellers or distributors.<br><br>You agree to provide current, complete and accurate purchase and account information for all purchases made at our store. You agree to promptly update your account and other information, including your email address and credit card numbers and expiration dates, so that we can complete your transactions and contact you as needed.<br><br>For more detail, please review our Returns Policy.<br><br>SECTION 7 - OPTIONAL TOOLS<br><br>We may provide you with access to third-party tools over which we neither monitor nor have any control nor input.<br>You acknowledge and agree that we provide access to such tools â€as isâ€ and â€œas availableâ€ without any warranties, representations or conditions of any kind and without any endorsement. We shall have no liability whatsoever arising from or relating to your use of optional third-party tools.<br>Any use by you of optional tools offered through the site is entirely at your own risk and discretion and you should ensure that you are familiar with and approve of the terms on which tools are provided by the relevant third-party provider(s).<br>We may also, in the future, offer new services and/or features through the website (including, the release of new tools and resources). Such new features and/or services shall also be subject to these Terms of Service.<br><br>SECTION 8 - THIRD-PARTY LINKS<br><br>Certain content, products and services available via our Service may include materials from third-parties.<br>Third-party links on this site may direct you to third-party websites that are not affiliated with us. We are not responsible for examining or evaluating the content or accuracy and we do not warrant and will not have any liability or responsibility for any third-party materials or websites, or for any other materials, products, or services of third-parties.<br>We are not liable for any harm or damages related to the purchase or use of goods, services, resources, content, or any other transactions made in connection with any third-party websites. Please review carefully the third-party\'s policies and practices and make sure you understand them before you engage in any transaction. Complaints, claims, concerns, or questions regarding third-party products should be directed to the third-party.<br><br>SECTION 9 - USER COMMENTS, FEEDBACK AND OTHER SUBMISSIONS<br><br>If, at our request, you send certain specific submissions (for example contest entries) or without a request from us you send creative ideas, suggestions, proposals, plans, or other materials, whether online, by email, by postal mail, or otherwise (collectively, \'comments\'), you agree that we may, at any time, without restriction, edit, copy, publish, distribute, translate and otherwise use in any medium any comments that you forward to us. We are and shall be under no obligation (1) to maintain any comments in confidence; (2) to pay compensation for any comments; or (3) to respond to any comments.<br>We may, but have no obligation to, monitor, edit or remove content that we determine in our sole discretion are unlawful, offensive, threatening, libelous, defamatory, pornographic, obscene or otherwise objectionable or violates any partyâ€™s intellectual property or these Terms of Service.<br>You agree that your comments will not violate any right of any third-party, including copyright, trademark, privacy, personality or other personal or proprietary right. You further agree that your comments will not contain libelous or otherwise unlawful, abusive or obscene material, or contain any computer virus or other malware that could in any way affect the operation of the Service or any related website. You may not use a false e-mail address, pretend to be someone other than yourself, or otherwise mislead us or third-parties as to the origin of any comments. You are solely responsible for any comments you make and their accuracy. We take no responsibility and assume no liability for any comments posted by you or any third-party.<br><br>SECTION 10 - PERSONAL INFORMATION<br><br>Your submission of personal information through the store is governed by our Privacy Policy. To view our Privacy Policy.<br><br>SECTION 11 - ERRORS, INACCURACIES AND OMISSIONS<br><br>Occasionally there may be information on our site or in the Service that contains typographical errors, inaccuracies or omissions that may relate to product descriptions, pricing, promotions, offers, product shipping charges, transit times and availability. We reserve the right to correct any errors, inaccuracies or omissions, and to change or update information or cancel orders if any information in the Service or on any related website is inaccurate at any time without prior notice (including after you have submitted your order).<br>We undertake no obligation to update, amend or clarify information in the Service or on any related website, including without limitation, pricing information, except as required by law. No specified update or refresh date applied in the Service or on any related website, should be taken to indicate that all information in the Service or on any related website has been modified or updated.<br><br>SECTION 12 - PROHIBITED USES<br><br>In addition to other prohibitions as set forth in the Terms of Service, you are prohibited from using the site or its content: (a) for any unlawful purpose; (b) to solicit others to perform or participate in any unlawful acts; (c) to violate any international, federal, provincial or state regulations, rules, laws, or local ordinances; (d) to infringe upon or violate our intellectual property rights or the intellectual property rights of others; (e) to harass, abuse, insult, harm, defame, slander, disparage, intimidate, or discriminate based on gender, sexual orientation, religion, ethnicity, race, age, national origin, or disability; (f) to submit false or misleading information; (g) to upload or transmit viruses or any other type of malicious code that will or may be used in any way that will affect the functionality or operation of the Service or of any related website, other websites, or the Internet; (h) to collect or track the personal information of others; (i) to spam, phish, pharm, pretext, spider, crawl, or scrape; (j) for any obscene or immoral purpose; or (k) to interfere with or circumvent the security features of the Service or any related website, other websites, or the Internet. We reserve the right to terminate your use of the Service or any related website for violating any of the prohibited uses.<br><br>SECTION 13 - DISCLAIMER OF WARRANTIES; LIMITATION OF LIABILITY<br><br>We do not guarantee, represent or warrant that your use of our service will be uninterrupted, timely, secure or error-free.<br>We do not warrant that the results that may be obtained from the use of the service will be accurate or reliable.<br>You agree that from time to time we may remove the service for indefinite periods of time or cancel the service at any time, without notice to you.<br>You expressly agree that your use of, or inability to use, the service is at your sole risk. The service and all products and services delivered to you through the service are (except as expressly stated by us) provided \'as is\' and \'as available\' for your use, without any representation, warranties or conditions of any kind, either express or implied, including all implied warranties or conditions of merchantability, merchantable quality, fitness for a particular purpose, durability, title, and non-infringement.<br>In no case shall Blackhawk Custom, LLC, our directors, officers, employees, affiliates, agents, contractors, interns, suppliers, service providers or licensors be liable for any injury, loss, claim, or any direct, indirect, incidental, punitive, special, or consequential damages of any kind, including, without limitation lost profits, lost revenue, lost savings, loss of data, replacement costs, or any similar damages, whether based in contract, tort (including negligence), strict liability or otherwise, arising from your use of any of the service or any products procured using the service, or for any other claim related in any way to your use of the service or any product, including, but not limited to, any errors or omissions in any content, or any loss or damage of any kind incurred as a result of the use of the service or any content (or product) posted, transmitted, or otherwise made available via the service, even if advised of their possibility. Because some states or jurisdictions do not allow the exclusion or the limitation of liability for consequential or incidental damages, in such states or jurisdictions, our liability shall be limited to the maximum extent permitted by law.<br><br>SECTION 14 - INDEMNIFICATION<br><br>You agree to indemnify, defend and hold harmless Blackhawk Custom, LLC and our parent, subsidiaries, affiliates, partners, officers, directors, agents, contractors, licensors, service providers, subcontractors, suppliers, interns and employees, harmless from any claim or demand, including reasonable attorneysâ€™ fees, made by any third-party due to or arising out of your breach of these Terms of Service or the documents they incorporate by reference, or your violation of any law or the rights of a third-party.<br><br>SECTION 15 - SEVERABILITY<br><br>In the event that any provision of these Terms of Service is determined to be unlawful, void or unenforceable, such provision shall nonetheless be enforceable to the fullest extent permitted by applicable law, and the unenforceable portion shall be deemed to be severed from these Terms of Service, such determination shall not affect the validity and enforceability of any other remaining provisions.<br><br>SECTION 16 - TERMINATION<br><br>The obligations and liabilities of the parties incurred prior to the termination date shall survive the termination of this agreement for all purposes.<br>These Terms of Service are effective unless and until terminated by either you or us. You may terminate these Terms of Service at any time by notifying us that you no longer wish to use our Services, or when you cease using our site.<br>If in our sole judgment you fail, or we suspect that you have failed, to comply with any term or provision of these Terms of Service, we also may terminate this agreement at any time without notice and you will remain liable for all amounts due up to and including the date of termination; and/or accordingly may deny you access to our Services (or any part thereof).<br><br>SECTION 17 - ENTIRE AGREEMENT<br><br>The failure of us to exercise or enforce any right or provision of these Terms of Service shall not constitute a waiver of such right or provision.<br>These Terms of Service and any policies or operating rules posted by us on this site or in respect to The Service constitutes the entire agreement and understanding between you and us and govern your use of the Service, superseding any prior or contemporaneous agreements, communications and proposals, whether oral or written, between you and us (including, but not limited to, any prior versions of the Terms of Service).<br>Any ambiguities in the interpretation of these Terms of Service shall not be construed against the drafting party.<br><br>SECTION 18 - GOVERNING LAW<br><br>These Terms of Service and any separate agreements whereby we provide you Services shall be governed by and construed in accordance with the laws of 825 South Kings Highway, Fort Pierce, FL 34945.<br><br>SECTION 19 - CHANGES TO TERMS OF SERVICE<br><br>You can review the most current version of the Terms of Service at any time at this page.<br>We reserve the right, at our sole discretion, to update, change or replace any part of these Terms of Service by posting updates and changes to our website. It is your responsibility to check our website periodically for changes. Your continued use of or access to our website or the Service following the posting of any changes to these Terms of Service constitutes acceptance of those changes.<br><br>SECTION 20 - CONTACT INFORMATION<br><br>Questions about the Terms of Service should be sent to us at <a href=\"mailto:admin@blackhawkcustom.com\" target=\"_blank\">admin@blackhawkcustom.com</a></p></div></div>\n</div>'),(3313,312,'tve_revision_tve_has_wistia_popover','0'),(3317,313,'tve_revision_tve_content_more_found',''),(3318,313,'tve_revision_tve_save_post',''),(3319,313,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Special+Elite:400&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Merriweather:400,400i,900,900i&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Montserrat:400,900,800,200,100&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-1642b6ab2bb\"] { padding: 5px !important; }[data-css=\"tve-u-1642b593fd4\"] { float: none; width: 100%; padding: 5px !important; margin-left: auto !important; margin-right: auto !important; }#tcb_landing_page a:not(.tcb-button-link) { color: rgb(255, 255, 255); }.tcb-plain-text strong { font-weight: 900; }#tcb_landing_page input strong { font-weight: 900; }#tcb_landing_page .tcb-button-link strong { font-weight: 900; }#tcb_landing_page p strong, #tcb_landing_page li strong { font-weight: 900; }#tcb_landing_page input { font-family: Merriweather; font-weight: 400; }#tcb_landing_page .tcb-button-link { font-family: Merriweather; font-weight: 400; }#tcb_landing_page p, #tcb_landing_page li { font-family: Merriweather; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h6 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h5 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h4 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h3 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h2 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h1 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(255, 255, 255); }.tcb-plain-text { font-size: 20px; color: rgb(255, 255, 255); font-family: Montserrat; font-weight: 400; }[data-css=\"tve-u-15e09c94f7d\"] { background-color: rgb(255, 255, 255); background-image: linear-gradient(rgb(0, 0, 0), rgb(0, 0, 0)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }.tve_post_lp > div > #tve_editor { margin-left: auto; margin-right: auto; max-width: 1200px; padding: 0px 20px; }#tve_editor [data-css=\"tve-u-165e62d8c6d\"] { font-family: \"Special Elite\" !important; font-weight: 400 !important; }#tcb_landing_page .tcb-plain-text { color: rgb(255, 255, 255); font-family: Merriweather; font-weight: 400; }#tcb_landing_page .tcb-plain-text strong { font-weight: 900; }[data-css=\"tve-u-165e634e360\"] .tve_w_menu { background-color: rgb(0, 0, 0) !important; }[data-css=\"tve-u-165e634e360\"] { border: none; }#tve_editor [data-css=\"tve-u-165e634432d\"] #menu-item-109 > a { font-family: \"Special Elite\"; font-weight: 600; font-size: 15px !important; }#tve_editor [data-css=\"tve-u-165e634432d\"] #menu-item-102 > a { font-family: \"Special Elite\"; font-weight: 600; font-size: 15px !important; }#tve_editor [data-css=\"tve-u-165e634432d\"] #menu-item-103 > a { font-family: \"Special Elite\"; font-weight: 600; font-size: 15px !important; }#tve_editor [data-css=\"tve-u-165e634432d\"] #menu-item-104 > a { font-family: \"Special Elite\"; font-weight: 600; font-size: 15px !important; }#tve_editor [data-css=\"tve-u-165e634432d\"] #menu-item-153 > a { font-family: \"Special Elite\"; font-weight: 600; font-size: 15px !important; }}@media (max-width: 1023px){#tve_editor [data-css=\"tve-u-165e634432d\"] .tcb-icon-open > :first-child { color: rgb(255, 255, 255); }}@media (max-width: 767px){.tve_post_lp > div > #tve_editor { padding: 0px 10px; }#tve_editor [data-css=\"tve-u-165e634432d\"] .tcb-icon-open > :first-child { color: rgb(255, 255, 255); }}'),(3320,313,'tve_revision_tve_user_custom_css',''),(3321,313,'tve_revision_tve_page_events','a:0:{}'),(3322,313,'tve_revision_tve_globals','a:2:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";s:8:\"font_cls\";a:0:{}}'),(3323,313,'tve_revision_tve_global_scripts',''),(3324,313,'tve_revision_thrive_icon_pack','0'),(3325,313,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(3326,313,'tve_revision_tve_has_masonry','0'),(3327,313,'tve_revision_tve_has_typefocus','0'),(3328,313,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-custom-menu-inside\" style=\"z-index: 8;\" data-css=\"tve-u-1642b593fd4\" wfd-id=\"33\">\n<div class=\"tve-content-box-background\" wfd-id=\"47\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" style=\"z-index: 8;\" wfd-id=\"34\"><div class=\"thrv_wrapper thrv_widget_menu tve-custom-menu-upgrade      tve-menu-template-dark-tmp-sixth tve-menu-style-none tve-dropdown-icon-style_1 tve-mobile-dropdown\" data-tve-style=\"tve_horizontal\" data-tve-switch-icon=\"mobile,tablet\" data-css=\"tve-u-165e634e360\" style=\"z-index: 8;\" tcb-template-name=\"Separator Dark\" tcb-template-id=\"dark-tmp-sixth\" wfd-id=\"41\">	<div class=\"thrive-shortcode-config\" style=\"display: none !important\" wfd-id=\"46\">__CONFIG_widget_menu__{\"menu_id\":\"4\",\"color\":\"tve_red\",\"dir\":\"tve_horizontal\",\"font_class\":\"\",\"font_size\":\"\",\"ul_attr\":\"\",\"link_attr\":\"\",\"top_link_attr\":\"\",\"trigger_attr\":\"\",\"primary\":\"\",\"head_css\":\"tve-u-165e634432d\",\"background_hover\":\"\",\"main_hover\":\"\",\"child_hover\":\"\",\"group_edit\":[],\"menu_style\":\"none\",\"dropdown_icon\":\"style_1\",\"mobile_side\":\"dropdown\",\"mobile_icon\":\"\",\"switch_to_icon\":\"mobile,tablet\",\"template\":\"dark-tmp-sixth\",\"template_name\":\"Separator Dark\"}__CONFIG_widget_menu__</div>\n</div><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" wfd-id=\"38\"><h2 data-css=\"tve-u-165e62d8c6d\">Terms &amp; Conditions</h2></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1642b6ab2bb\" wfd-id=\"35\"><p>TERMS OF SERVICE<br><br>-----<br><br>OVERVIEW<br><br>This website is operated by Blackhawk Custom, LLC. Throughout the site, the terms â€œweâ€, â€œusâ€ and â€œourâ€ refer to Blackhawk Custom, LLC. Blackhawk Custom, LLC offers this website, including all information, tools and services available from this site to you, the user, conditioned upon your acceptance of all terms, conditions, policies and notices stated here.<br><br>By visiting our site and/ or purchasing something from us, you engage in our â€œServiceâ€ and agree to be bound by the following terms and conditions (â€œTerms of Serviceâ€, â€œTermsâ€), including those additional terms, conditions, and policies referenced herein and/or available by hyperlink. These Terms of Service apply to all users of the site, including without limitation users who are browsers, vendors, customers, merchants, and/ or contributors of content.<br><br>Please read these Terms of Service carefully before accessing or using our website. By accessing or using any part of the site, you agree to be bound by these Terms of Service. If you do not agree to all the terms and conditions of this agreement, then you may not access the website or use any services. If these Terms of Service are considered an offer, acceptance is expressly limited to these Terms of Service.<br><br>Any new features or tools which are added to the current store shall also be subject to the Terms of Service. You can review the most current version of the Terms of Service at any time on this page. We reserve the right to update, change or replace any part of these Terms of Service by posting updates and/or changes to our website. It is your responsibility to check this page periodically for changes. Your continued use of or access to the website following the posting of any changes constitutes acceptance of those changes.<br><br>SECTION 1 - ONLINE STORE TERMS<br><br>By agreeing to these Terms of Service, you represent that you are at least the age of majority in your state or province of residence, or that you are the age of majority in your state or province of residence and you have given us your consent to allow any of your minor dependents to use this site.<br>You may not use our products for any illegal or unauthorized purpose nor may you, in the use of the Service, violate any laws in your jurisdiction (including but not limited to copyright laws).<br>You must not transmit any worms or viruses or any code of a destructive nature.<br>A breach or violation of any of the Terms will result in an immediate termination of your Services.<br><br>SECTION 2 - GENERAL CONDITIONS<br><br>We reserve the right to refuse service to anyone for any reason at any time.<br>You understand that your content (not including credit card information), may be transferred unencrypted and involve (a) transmissions over various networks; and (b) changes to conform and adapt to technical requirements of connecting networks or devices. Credit card information is always encrypted during transfer over networks.<br>You agree not to reproduce, duplicate, copy, sell, resell or exploit any portion of the Service, use of the Service, or access to the Service or any contact on the website through which the service is provided, without express written permission by us.<br>The headings used in this agreement are included for convenience only and will not limit or otherwise affect these Terms.<br><br>SECTION 3 - ACCURACY, COMPLETENESS AND TIMELINESS OF INFORMATION<br><br>We are not responsible if information made available on this site is not accurate, complete or current. The material on this site is provided for general information only and should not be relied upon or used as the sole basis for making decisions without consulting primary, more accurate, more complete or more timely sources of information. Any reliance on the material on this site is at your own risk.<br>This site may contain certain historical information. Historical information, necessarily, is not current and is provided for your reference only. We reserve the right to modify the contents of this site at any time, but we have no obligation to update any information on our site. You agree that it is your responsibility to monitor changes to our site.<br><br>SECTION 4 - MODIFICATIONS TO THE SERVICE AND PRICES<br><br>The prices for our products are subject to change without notice.<br>We reserve the right at any time to modify or discontinue the Service (or any part or content thereof) without notice at any time.<br>We shall not be liable to you or to any third-party for any modification, price change, suspension or discontinuance of the Service.<br><br>SECTION 5 - PRODUCTS OR SERVICES (if applicable)<br><br>Certain products or services may be available exclusively online through the website. These products or services may have limited quantities and are subject to return or exchange only according to our Return Policy.<br>We have made every effort to display as accurately as possible the colors and images of our products that appear at the store. We cannot guarantee that your computer monitor\'s display of any color will be accurate.<br>We reserve the right, but are not obligated, to limit the sales of our products or Services to any person, geographic region or jurisdiction. We may exercise this right on a case-by-case basis. We reserve the right to limit the quantities of any products or services that we offer. All descriptions of products or product pricing are subject to change at anytime without notice, at the sole discretion of us. We reserve the right to discontinue any product at any time. Any offer for any product or service made on this site is void where prohibited.<br>We do not warrant that the quality of any products, services, information, or other material purchased or obtained by you will meet your expectations, or that any errors in the Service will be corrected.<br><br>SECTION 6 - ACCURACY OF BILLING AND ACCOUNT INFORMATION<br><br>We reserve the right to refuse any order you place with us. We may, in our sole discretion, limit or cancel quantities purchased per person, per household or per order. These restrictions may include orders placed by or under the same customer account, the same credit card, and/or orders that use the same billing and/or shipping address. In the event that we make a change to or cancel an order, we may attempt to notify you by contacting the e-mail and/or billing address/phone number provided at the time the order was made. We reserve the right to limit or prohibit orders that, in our sole judgment, appear to be placed by dealers, resellers or distributors.<br><br>You agree to provide current, complete and accurate purchase and account information for all purchases made at our store. You agree to promptly update your account and other information, including your email address and credit card numbers and expiration dates, so that we can complete your transactions and contact you as needed.<br><br>For more detail, please review our Returns Policy.<br><br>SECTION 7 - OPTIONAL TOOLS<br><br>We may provide you with access to third-party tools over which we neither monitor nor have any control nor input.<br>You acknowledge and agree that we provide access to such tools â€as isâ€ and â€œas availableâ€ without any warranties, representations or conditions of any kind and without any endorsement. We shall have no liability whatsoever arising from or relating to your use of optional third-party tools.<br>Any use by you of optional tools offered through the site is entirely at your own risk and discretion and you should ensure that you are familiar with and approve of the terms on which tools are provided by the relevant third-party provider(s).<br>We may also, in the future, offer new services and/or features through the website (including, the release of new tools and resources). Such new features and/or services shall also be subject to these Terms of Service.<br><br>SECTION 8 - THIRD-PARTY LINKS<br><br>Certain content, products and services available via our Service may include materials from third-parties.<br>Third-party links on this site may direct you to third-party websites that are not affiliated with us. We are not responsible for examining or evaluating the content or accuracy and we do not warrant and will not have any liability or responsibility for any third-party materials or websites, or for any other materials, products, or services of third-parties.<br>We are not liable for any harm or damages related to the purchase or use of goods, services, resources, content, or any other transactions made in connection with any third-party websites. Please review carefully the third-party\'s policies and practices and make sure you understand them before you engage in any transaction. Complaints, claims, concerns, or questions regarding third-party products should be directed to the third-party.<br><br>SECTION 9 - USER COMMENTS, FEEDBACK AND OTHER SUBMISSIONS<br><br>If, at our request, you send certain specific submissions (for example contest entries) or without a request from us you send creative ideas, suggestions, proposals, plans, or other materials, whether online, by email, by postal mail, or otherwise (collectively, \'comments\'), you agree that we may, at any time, without restriction, edit, copy, publish, distribute, translate and otherwise use in any medium any comments that you forward to us. We are and shall be under no obligation (1) to maintain any comments in confidence; (2) to pay compensation for any comments; or (3) to respond to any comments.<br>We may, but have no obligation to, monitor, edit or remove content that we determine in our sole discretion are unlawful, offensive, threatening, libelous, defamatory, pornographic, obscene or otherwise objectionable or violates any partyâ€™s intellectual property or these Terms of Service.<br>You agree that your comments will not violate any right of any third-party, including copyright, trademark, privacy, personality or other personal or proprietary right. You further agree that your comments will not contain libelous or otherwise unlawful, abusive or obscene material, or contain any computer virus or other malware that could in any way affect the operation of the Service or any related website. You may not use a false e-mail address, pretend to be someone other than yourself, or otherwise mislead us or third-parties as to the origin of any comments. You are solely responsible for any comments you make and their accuracy. We take no responsibility and assume no liability for any comments posted by you or any third-party.<br><br>SECTION 10 - PERSONAL INFORMATION<br><br>Your submission of personal information through the store is governed by our Privacy Policy. To view our Privacy Policy.<br><br>SECTION 11 - ERRORS, INACCURACIES AND OMISSIONS<br><br>Occasionally there may be information on our site or in the Service that contains typographical errors, inaccuracies or omissions that may relate to product descriptions, pricing, promotions, offers, product shipping charges, transit times and availability. We reserve the right to correct any errors, inaccuracies or omissions, and to change or update information or cancel orders if any information in the Service or on any related website is inaccurate at any time without prior notice (including after you have submitted your order).<br>We undertake no obligation to update, amend or clarify information in the Service or on any related website, including without limitation, pricing information, except as required by law. No specified update or refresh date applied in the Service or on any related website, should be taken to indicate that all information in the Service or on any related website has been modified or updated.<br><br>SECTION 12 - PROHIBITED USES<br><br>In addition to other prohibitions as set forth in the Terms of Service, you are prohibited from using the site or its content: (a) for any unlawful purpose; (b) to solicit others to perform or participate in any unlawful acts; (c) to violate any international, federal, provincial or state regulations, rules, laws, or local ordinances; (d) to infringe upon or violate our intellectual property rights or the intellectual property rights of others; (e) to harass, abuse, insult, harm, defame, slander, disparage, intimidate, or discriminate based on gender, sexual orientation, religion, ethnicity, race, age, national origin, or disability; (f) to submit false or misleading information; (g) to upload or transmit viruses or any other type of malicious code that will or may be used in any way that will affect the functionality or operation of the Service or of any related website, other websites, or the Internet; (h) to collect or track the personal information of others; (i) to spam, phish, pharm, pretext, spider, crawl, or scrape; (j) for any obscene or immoral purpose; or (k) to interfere with or circumvent the security features of the Service or any related website, other websites, or the Internet. We reserve the right to terminate your use of the Service or any related website for violating any of the prohibited uses.<br><br>SECTION 13 - DISCLAIMER OF WARRANTIES; LIMITATION OF LIABILITY<br><br>We do not guarantee, represent or warrant that your use of our service will be uninterrupted, timely, secure or error-free.<br>We do not warrant that the results that may be obtained from the use of the service will be accurate or reliable.<br>You agree that from time to time we may remove the service for indefinite periods of time or cancel the service at any time, without notice to you.<br>You expressly agree that your use of, or inability to use, the service is at your sole risk. The service and all products and services delivered to you through the service are (except as expressly stated by us) provided \'as is\' and \'as available\' for your use, without any representation, warranties or conditions of any kind, either express or implied, including all implied warranties or conditions of merchantability, merchantable quality, fitness for a particular purpose, durability, title, and non-infringement.<br>In no case shall Blackhawk Custom, LLC, our directors, officers, employees, affiliates, agents, contractors, interns, suppliers, service providers or licensors be liable for any injury, loss, claim, or any direct, indirect, incidental, punitive, special, or consequential damages of any kind, including, without limitation lost profits, lost revenue, lost savings, loss of data, replacement costs, or any similar damages, whether based in contract, tort (including negligence), strict liability or otherwise, arising from your use of any of the service or any products procured using the service, or for any other claim related in any way to your use of the service or any product, including, but not limited to, any errors or omissions in any content, or any loss or damage of any kind incurred as a result of the use of the service or any content (or product) posted, transmitted, or otherwise made available via the service, even if advised of their possibility. Because some states or jurisdictions do not allow the exclusion or the limitation of liability for consequential or incidental damages, in such states or jurisdictions, our liability shall be limited to the maximum extent permitted by law.<br><br>SECTION 14 - INDEMNIFICATION<br><br>You agree to indemnify, defend and hold harmless Blackhawk Custom, LLC and our parent, subsidiaries, affiliates, partners, officers, directors, agents, contractors, licensors, service providers, subcontractors, suppliers, interns and employees, harmless from any claim or demand, including reasonable attorneysâ€™ fees, made by any third-party due to or arising out of your breach of these Terms of Service or the documents they incorporate by reference, or your violation of any law or the rights of a third-party.<br><br>SECTION 15 - SEVERABILITY<br><br>In the event that any provision of these Terms of Service is determined to be unlawful, void or unenforceable, such provision shall nonetheless be enforceable to the fullest extent permitted by applicable law, and the unenforceable portion shall be deemed to be severed from these Terms of Service, such determination shall not affect the validity and enforceability of any other remaining provisions.<br><br>SECTION 16 - TERMINATION<br><br>The obligations and liabilities of the parties incurred prior to the termination date shall survive the termination of this agreement for all purposes.<br>These Terms of Service are effective unless and until terminated by either you or us. You may terminate these Terms of Service at any time by notifying us that you no longer wish to use our Services, or when you cease using our site.<br>If in our sole judgment you fail, or we suspect that you have failed, to comply with any term or provision of these Terms of Service, we also may terminate this agreement at any time without notice and you will remain liable for all amounts due up to and including the date of termination; and/or accordingly may deny you access to our Services (or any part thereof).<br><br>SECTION 17 - ENTIRE AGREEMENT<br><br>The failure of us to exercise or enforce any right or provision of these Terms of Service shall not constitute a waiver of such right or provision.<br>These Terms of Service and any policies or operating rules posted by us on this site or in respect to The Service constitutes the entire agreement and understanding between you and us and govern your use of the Service, superseding any prior or contemporaneous agreements, communications and proposals, whether oral or written, between you and us (including, but not limited to, any prior versions of the Terms of Service).<br>Any ambiguities in the interpretation of these Terms of Service shall not be construed against the drafting party.<br><br>SECTION 18 - GOVERNING LAW<br><br>These Terms of Service and any separate agreements whereby we provide you Services shall be governed by and construed in accordance with the laws of 825 South Kings Highway, Fort Pierce, FL 34945.<br><br>SECTION 19 - CHANGES TO TERMS OF SERVICE<br><br>You can review the most current version of the Terms of Service at any time at this page.<br>We reserve the right, at our sole discretion, to update, change or replace any part of these Terms of Service by posting updates and changes to our website. It is your responsibility to check our website periodically for changes. Your continued use of or access to our website or the Service following the posting of any changes to these Terms of Service constitutes acceptance of those changes.<br><br>SECTION 20 - CONTACT INFORMATION<br><br>Questions about the Terms of Service should be sent to us at <a href=\"mailto:admin@blackhawkcustom.com\" target=\"_blank\">admin@blackhawkcustom.com</a></p></div></div>\n</div>'),(3329,313,'tve_revision_tve_has_wistia_popover','0'),(3330,314,'tve_revision_tve_landing_page','tcb2-blank-page-styled'),(3331,314,'tve_revision_tve_disable_theme_dependency','1'),(3332,314,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16416ab0690\" wfd-id=\"76\">\n<div class=\"tve-page-section-out\" wfd-id=\"84\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16416aae91e\" wfd-id=\"77\"><div class=\"thrv_wrapper thrv_heading\" style=\"\" data-tag=\"h1\" wfd-id=\"81\"><h1 data-css=\"tve-u-16035acf904\"><strong>H1 Heading Example</strong> Lorem Ipsum Dolor</h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" data-css=\"tve-u-165d6fdffcb\" wfd-id=\"78\"><p data-css=\"tve-u-165d705c7ac\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi semper vulputate tincidunt. Mauris sodales vitae ipsum nec porta. Mauris lacus odio, congue eget justo nec, eleifend pellentesque orci. Interdum et malesuada fames ac ante ipsum primis in faucibus. Ut facilisis nibh eget ex maximus, at egestas orci faucibus.</p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16416ab0690\" wfd-id=\"70\">\n<div class=\"tve-page-section-out\" wfd-id=\"75\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-165d6fe7f4c\" wfd-id=\"71\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-165e63b9ca0\" wfd-id=\"72\"><h2 data-css=\"tve-u-165d704ec24\">Your Heading Here H2</h2></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-165d7012fc0\" wfd-id=\"64\">\n<div class=\"tve-page-section-out\" wfd-id=\"69\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-165d6fe7f4c\" wfd-id=\"65\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h3\" data-css=\"tve-u-165d702cd4d\" wfd-id=\"66\"><h3 data-css=\"tve-u-165d70538a3\">Your Heading Here H3</h3></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-165d7012e18\" wfd-id=\"58\">\n<div class=\"tve-page-section-out\" wfd-id=\"63\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-165d6fe7f4c\" wfd-id=\"59\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-165d702791c\" wfd-id=\"60\"><h4 data-css=\"tve-u-165d70581f6\">Your Heading Here H4</h4></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-165d7012c6e\" wfd-id=\"55\">\n<div class=\"tve-page-section-out\" wfd-id=\"57\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-165d6fe7f4c\" wfd-id=\"56\"></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-165d7012a97\" wfd-id=\"52\">\n<div class=\"tve-page-section-out\" wfd-id=\"54\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-165d6fe7f4c\" wfd-id=\"53\"></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-165d7012884\" wfd-id=\"49\">\n<div class=\"tve-page-section-out\" wfd-id=\"51\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-165d6fe7f4c\" wfd-id=\"50\"></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-165d7012696\" wfd-id=\"46\">\n<div class=\"tve-page-section-out\" wfd-id=\"48\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-165d6fe7f4c\" wfd-id=\"47\"></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-16035a9ff73\" wfd-id=\"40\">\n<div class=\"tve-page-section-out\" wfd-id=\"45\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-160e4eb46bd\" wfd-id=\"41\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" wfd-id=\"42\"><p>Copyright text and footer links.</p></div></div>\n</div>'),(3333,314,'tve_revision_tve_content_more_found',''),(3334,314,'tve_revision_tve_save_post',''),(3335,314,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Merriweather:400,400i,700,700i&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Open+Sans:400,700,300&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Special+Elite:400&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-16416ab0690\"] { padding: 30px 20px !important; }[data-css=\"tve-u-16416aae91e\"] { max-width: 1080px; }.tcb-plain-text strong { font-weight: 700; }.tcb-plain-text { font-family: \"Open Sans\"; font-weight: 400; }#tve_editor [data-css=\"tve-u-160e4eb46bd\"] p, #tve_editor [data-css=\"tve-u-160e4eb46bd\"] li, #tve_editor [data-css=\"tve-u-160e4eb46bd\"] blockquote, #tve_editor [data-css=\"tve-u-160e4eb46bd\"] address, #tve_editor [data-css=\"tve-u-160e4eb46bd\"] h1, #tve_editor [data-css=\"tve-u-160e4eb46bd\"] h2, #tve_editor [data-css=\"tve-u-160e4eb46bd\"] h3, #tve_editor [data-css=\"tve-u-160e4eb46bd\"] h4, #tve_editor [data-css=\"tve-u-160e4eb46bd\"] h5, #tve_editor [data-css=\"tve-u-160e4eb46bd\"] h6 { color: rgb(144, 144, 144); }#tcb_landing_page a strong { font-weight: 700; }#tcb_landing_page h6 strong { font-weight: 700; }#tcb_landing_page h6 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(255, 255, 255); font-size: 20px; }#tcb_landing_page h5 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(255, 255, 255); font-size: 24px; }#tcb_landing_page h4 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(255, 255, 255); font-size: 30px; }[data-css=\"tve-u-16035a9ff73\"] { padding: 30px 20px !important; }#tcb_landing_page a:not(.tcb-button-link) { color: rgb(255, 255, 255); text-decoration: underline; }#tcb_landing_page h3 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(255, 255, 255); font-size: 38px; line-height: 1.3em; }#tcb_landing_page h2 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(255, 255, 255); font-size: 45px; line-height: 1.3em; }#tcb_landing_page h1 { font-family: \"Special Elite\"; font-weight: 400; font-size: 50px; line-height: 1.3em; color: rgb(255, 255, 255); }#tcb_landing_page p, #tcb_landing_page li { font-family: Merriweather; font-weight: 400; font-size: 17px; line-height: 1.6em; color: rgb(255, 255, 255); }[data-css=\"tve-u-15e09c94f7d\"] { background-color: rgb(0, 0, 0) !important; }#tcb_landing_page a:hover:not(.tcb-button-link) { text-decoration: none; }#tcb_landing_page .tve-state-hovera:not(.tcb-button-link) { text-decoration: none; }[data-css=\"tve-u-160e4eb46bd\"] h3 { margin: 0px 0px auto !important; padding: 0px !important; }[data-css=\"tve-u-160e4eb46bd\"] h1 { margin: 0px 0px auto !important; padding: 0px !important; }[data-css=\"tve-u-160e4eb46bd\"] h2 { margin: 0px 0px auto !important; padding: 0px !important; }[data-css=\"tve-u-160e4eb46bd\"] p { margin: 0px 0px auto !important; padding: 0px !important; }[data-css=\"tve-u-160e4eb46bd\"] { max-width: 1080px; text-align: center; }#tcb_landing_page a.tve-state-hover:not(.tcb-button-link) { text-decoration: none; }#tcb_landing_page [data-tag=\"h1\"] { padding: 0px; }#tcb_landing_page [data-tag=\"h2\"] { padding: 0px; }#tcb_landing_page [data-tag=\"h3\"] { padding: 0px; }#tcb_landing_page [data-tag=\"h4\"] { padding: 0px; }#tcb_landing_page [data-tag=\"h5\"] { padding: 0px; }#tcb_landing_page [data-tag=\"h6\"] { padding: 0px; }#tcb_landing_page .tcb-plain-text { font-family: Merriweather; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page .tcb-plain-text strong { font-weight: 700; }#tcb_landing_page .tcb-button-link { font-family: Merriweather; font-weight: 400; }#tcb_landing_page input { font-family: Merriweather; font-weight: 400; }[data-css=\"tve-u-165d6fdffcb\"] { padding: 0px !important; }[data-css=\"tve-u-165d6fe7f4c\"] { max-width: 1080px; }[data-css=\"tve-u-165d6fe7f4c\"] p { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-165d6fe7f4c\"] h1 { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-165d6fe7f4c\"] h2 { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-165d6fe7f4c\"] h3 { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-165d6fe7f4c\"] p, [data-css=\"tve-u-165d6fe7f4c\"] li, [data-css=\"tve-u-165d6fe7f4c\"] blockquote, [data-css=\"tve-u-165d6fe7f4c\"] address, [data-css=\"tve-u-165d6fe7f4c\"] .tcb-plain-text, [data-css=\"tve-u-165d6fe7f4c\"] label, [data-css=\"tve-u-165d6fe7f4c\"] h1, [data-css=\"tve-u-165d6fe7f4c\"] h2, [data-css=\"tve-u-165d6fe7f4c\"] h3, [data-css=\"tve-u-165d6fe7f4c\"] h4, [data-css=\"tve-u-165d6fe7f4c\"] h5, [data-css=\"tve-u-165d6fe7f4c\"] h6 { font-weight: 400 !important; }#tve_editor [data-css=\"tve-u-165d6fe7f4c\"] strong { font-weight: 700; }[data-css=\"tve-u-165d7012696\"] { padding: 30px 20px !important; }[data-css=\"tve-u-165d7012884\"] { padding: 30px 20px !important; }[data-css=\"tve-u-165d7012a97\"] { padding: 30px 20px !important; }[data-css=\"tve-u-165d7012c6e\"] { padding: 30px 20px !important; }[data-css=\"tve-u-165d7012e18\"] { padding: 30px 20px !important; }[data-css=\"tve-u-165d7012fc0\"] { padding: 30px 20px !important; }[data-css=\"tve-u-165e63b9ca0\"] { max-width: 1080px; }[data-css=\"tve-u-16416aae91e\"] h2 { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-16416aae91e\"] h3 { margin: 0px !important; padding: 0px !important; }}@media (max-width: 767px){#tve_editor [data-css=\"tve-u-16035acf904\"] { font-size: 30px !important; }[data-css=\"tve-u-16035a9ff73\"] { padding-left: 10px !important; padding-right: 10px !important; }#tve_editor [data-css=\"tve-u-165d704ec24\"] { font-size: 25px !important; }#tve_editor [data-css=\"tve-u-165d70538a3\"] { font-size: 20px !important; }#tve_editor [data-css=\"tve-u-165d70581f6\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-165d705c7ac\"] { font-size: 16px !important; }[data-css=\"tve-u-165d6fdffcb\"] { padding: 10px !important; }}'),(3336,314,'tve_revision_tve_user_custom_css',''),(3337,314,'tve_revision_tve_page_events','a:0:{}'),(3338,314,'tve_revision_tve_globals','a:2:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";s:8:\"font_cls\";a:0:{}}'),(3339,314,'tve_revision_tve_global_scripts',''),(3340,314,'tve_revision_thrive_icon_pack','0'),(3341,314,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(3342,314,'tve_revision_tve_has_masonry','0'),(3343,314,'tve_revision_tve_has_typefocus','0'),(3344,314,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16416ab0690\" wfd-id=\"76\">\n<div class=\"tve-page-section-out\" wfd-id=\"84\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16416aae91e\" wfd-id=\"77\"><div class=\"thrv_wrapper thrv_heading\" style=\"\" data-tag=\"h1\" wfd-id=\"81\"><h1 data-css=\"tve-u-16035acf904\"><strong>H1 Heading Example</strong> Lorem Ipsum Dolor</h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" data-css=\"tve-u-165d6fdffcb\" wfd-id=\"78\"><p data-css=\"tve-u-165d705c7ac\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi semper vulputate tincidunt. Mauris sodales vitae ipsum nec porta. Mauris lacus odio, congue eget justo nec, eleifend pellentesque orci. Interdum et malesuada fames ac ante ipsum primis in faucibus. Ut facilisis nibh eget ex maximus, at egestas orci faucibus.</p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16416ab0690\" wfd-id=\"70\">\n<div class=\"tve-page-section-out\" wfd-id=\"75\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-165d6fe7f4c\" wfd-id=\"71\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-165e63b9ca0\" wfd-id=\"72\"><h2 data-css=\"tve-u-165d704ec24\">Your Heading Here H2</h2></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-165d7012fc0\" wfd-id=\"64\">\n<div class=\"tve-page-section-out\" wfd-id=\"69\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-165d6fe7f4c\" wfd-id=\"65\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h3\" data-css=\"tve-u-165d702cd4d\" wfd-id=\"66\"><h3 data-css=\"tve-u-165d70538a3\">Your Heading Here H3</h3></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-165d7012e18\" wfd-id=\"58\">\n<div class=\"tve-page-section-out\" wfd-id=\"63\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-165d6fe7f4c\" wfd-id=\"59\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-165d702791c\" wfd-id=\"60\"><h4 data-css=\"tve-u-165d70581f6\">Your Heading Here H4</h4></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-165d7012c6e\" wfd-id=\"55\">\n<div class=\"tve-page-section-out\" wfd-id=\"57\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-165d6fe7f4c\" wfd-id=\"56\"></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-165d7012a97\" wfd-id=\"52\">\n<div class=\"tve-page-section-out\" wfd-id=\"54\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-165d6fe7f4c\" wfd-id=\"53\"></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-165d7012884\" wfd-id=\"49\">\n<div class=\"tve-page-section-out\" wfd-id=\"51\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-165d6fe7f4c\" wfd-id=\"50\"></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-165d7012696\" wfd-id=\"46\">\n<div class=\"tve-page-section-out\" wfd-id=\"48\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-165d6fe7f4c\" wfd-id=\"47\"></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-16035a9ff73\" wfd-id=\"40\">\n<div class=\"tve-page-section-out\" wfd-id=\"45\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-160e4eb46bd\" wfd-id=\"41\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" wfd-id=\"42\"><p>Copyright text and footer links.</p></div></div>\n</div>'),(3345,314,'tve_revision_tve_has_wistia_popover','0'),(3346,315,'tve_revision_tve_landing_page','blank_v2'),(3347,315,'tve_revision_tve_disable_theme_dependency',''),(3348,315,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-custom-menu-inside\" style=\"z-index: 8;\" data-css=\"tve-u-1642b593fd4\" wfd-id=\"38\">\n<div class=\"tve-content-box-background\" wfd-id=\"74\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" style=\"z-index: 8;\" wfd-id=\"39\"><div class=\"thrv_wrapper thrv_widget_menu tve-custom-menu-upgrade      tve-menu-template-dark-tmp-sixth tve-menu-style-none tve-dropdown-icon-style_1 tve-mobile-dropdown\" data-tve-style=\"tve_horizontal\" data-tve-switch-icon=\"mobile,tablet\" data-css=\"tve-u-165e634e360\" style=\"z-index: 8;\" tcb-template-name=\"Separator Dark\" tcb-template-id=\"dark-tmp-sixth\" wfd-id=\"46\">	<div class=\"thrive-shortcode-config\" style=\"display: none !important\" wfd-id=\"73\">__CONFIG_widget_menu__{\"menu_id\":\"4\",\"color\":\"tve_red\",\"dir\":\"tve_horizontal\",\"font_class\":\"\",\"font_size\":\"\",\"ul_attr\":\"\",\"link_attr\":\"\",\"top_link_attr\":\"\",\"trigger_attr\":\"\",\"primary\":\"\",\"head_css\":\"tve-u-165e634432d\",\"background_hover\":\"\",\"main_hover\":\"\",\"child_hover\":\"\",\"group_edit\":[],\"menu_style\":\"none\",\"dropdown_icon\":\"style_1\",\"mobile_side\":\"dropdown\",\"mobile_icon\":\"\",\"switch_to_icon\":\"mobile,tablet\",\"template\":\"dark-tmp-sixth\",\"template_name\":\"Separator Dark\"}__CONFIG_widget_menu__</div>\n</div><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" wfd-id=\"43\"><h2 data-css=\"tve-u-165e62d8c6d\">Terms &amp; Conditions</h2></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1642b6ab2bb\" wfd-id=\"40\"><p>TERMS OF SERVICE<br><br>-----<br><br>OVERVIEW<br><br>This website is operated by Blackhawk Custom, LLC. Throughout the site, the terms â€œweâ€, â€œusâ€ and â€œourâ€ refer to Blackhawk Custom, LLC. Blackhawk Custom, LLC offers this website, including all information, tools and services available from this site to you, the user, conditioned upon your acceptance of all terms, conditions, policies and notices stated here.<br><br>By visiting our site and/ or purchasing something from us, you engage in our â€œServiceâ€ and agree to be bound by the following terms and conditions (â€œTerms of Serviceâ€, â€œTermsâ€), including those additional terms, conditions, and policies referenced herein and/or available by hyperlink. These Terms of Service apply to all users of the site, including without limitation users who are browsers, vendors, customers, merchants, and/ or contributors of content.<br><br>Please read these Terms of Service carefully before accessing or using our website. By accessing or using any part of the site, you agree to be bound by these Terms of Service. If you do not agree to all the terms and conditions of this agreement, then you may not access the website or use any services. If these Terms of Service are considered an offer, acceptance is expressly limited to these Terms of Service.<br><br>Any new features or tools which are added to the current store shall also be subject to the Terms of Service. You can review the most current version of the Terms of Service at any time on this page. We reserve the right to update, change or replace any part of these Terms of Service by posting updates and/or changes to our website. It is your responsibility to check this page periodically for changes. Your continued use of or access to the website following the posting of any changes constitutes acceptance of those changes.<br><br>SECTION 1 - ONLINE STORE TERMS<br><br>By agreeing to these Terms of Service, you represent that you are at least the age of majority in your state or province of residence, or that you are the age of majority in your state or province of residence and you have given us your consent to allow any of your minor dependents to use this site.<br>You may not use our products for any illegal or unauthorized purpose nor may you, in the use of the Service, violate any laws in your jurisdiction (including but not limited to copyright laws).<br>You must not transmit any worms or viruses or any code of a destructive nature.<br>A breach or violation of any of the Terms will result in an immediate termination of your Services.<br><br>SECTION 2 - GENERAL CONDITIONS<br><br>We reserve the right to refuse service to anyone for any reason at any time.<br>You understand that your content (not including credit card information), may be transferred unencrypted and involve (a) transmissions over various networks; and (b) changes to conform and adapt to technical requirements of connecting networks or devices. Credit card information is always encrypted during transfer over networks.<br>You agree not to reproduce, duplicate, copy, sell, resell or exploit any portion of the Service, use of the Service, or access to the Service or any contact on the website through which the service is provided, without express written permission by us.<br>The headings used in this agreement are included for convenience only and will not limit or otherwise affect these Terms.<br><br>SECTION 3 - ACCURACY, COMPLETENESS AND TIMELINESS OF INFORMATION<br><br>We are not responsible if information made available on this site is not accurate, complete or current. The material on this site is provided for general information only and should not be relied upon or used as the sole basis for making decisions without consulting primary, more accurate, more complete or more timely sources of information. Any reliance on the material on this site is at your own risk.<br>This site may contain certain historical information. Historical information, necessarily, is not current and is provided for your reference only. We reserve the right to modify the contents of this site at any time, but we have no obligation to update any information on our site. You agree that it is your responsibility to monitor changes to our site.<br><br>SECTION 4 - MODIFICATIONS TO THE SERVICE AND PRICES<br><br>The prices for our products are subject to change without notice.<br>We reserve the right at any time to modify or discontinue the Service (or any part or content thereof) without notice at any time.<br>We shall not be liable to you or to any third-party for any modification, price change, suspension or discontinuance of the Service.<br><br>SECTION 5 - PRODUCTS OR SERVICES (if applicable)<br><br>Certain products or services may be available exclusively online through the website. These products or services may have limited quantities and are subject to return or exchange only according to our Return Policy.<br>We have made every effort to display as accurately as possible the colors and images of our products that appear at the store. We cannot guarantee that your computer monitor\'s display of any color will be accurate.<br>We reserve the right, but are not obligated, to limit the sales of our products or Services to any person, geographic region or jurisdiction. We may exercise this right on a case-by-case basis. We reserve the right to limit the quantities of any products or services that we offer. All descriptions of products or product pricing are subject to change at anytime without notice, at the sole discretion of us. We reserve the right to discontinue any product at any time. Any offer for any product or service made on this site is void where prohibited.<br>We do not warrant that the quality of any products, services, information, or other material purchased or obtained by you will meet your expectations, or that any errors in the Service will be corrected.<br><br>SECTION 6 - ACCURACY OF BILLING AND ACCOUNT INFORMATION<br><br>We reserve the right to refuse any order you place with us. We may, in our sole discretion, limit or cancel quantities purchased per person, per household or per order. These restrictions may include orders placed by or under the same customer account, the same credit card, and/or orders that use the same billing and/or shipping address. In the event that we make a change to or cancel an order, we may attempt to notify you by contacting the e-mail and/or billing address/phone number provided at the time the order was made. We reserve the right to limit or prohibit orders that, in our sole judgment, appear to be placed by dealers, resellers or distributors.<br><br>You agree to provide current, complete and accurate purchase and account information for all purchases made at our store. You agree to promptly update your account and other information, including your email address and credit card numbers and expiration dates, so that we can complete your transactions and contact you as needed.<br><br>For more detail, please review our Returns Policy.<br><br>SECTION 7 - OPTIONAL TOOLS<br><br>We may provide you with access to third-party tools over which we neither monitor nor have any control nor input.<br>You acknowledge and agree that we provide access to such tools â€as isâ€ and â€œas availableâ€ without any warranties, representations or conditions of any kind and without any endorsement. We shall have no liability whatsoever arising from or relating to your use of optional third-party tools.<br>Any use by you of optional tools offered through the site is entirely at your own risk and discretion and you should ensure that you are familiar with and approve of the terms on which tools are provided by the relevant third-party provider(s).<br>We may also, in the future, offer new services and/or features through the website (including, the release of new tools and resources). Such new features and/or services shall also be subject to these Terms of Service.<br><br>SECTION 8 - THIRD-PARTY LINKS<br><br>Certain content, products and services available via our Service may include materials from third-parties.<br>Third-party links on this site may direct you to third-party websites that are not affiliated with us. We are not responsible for examining or evaluating the content or accuracy and we do not warrant and will not have any liability or responsibility for any third-party materials or websites, or for any other materials, products, or services of third-parties.<br>We are not liable for any harm or damages related to the purchase or use of goods, services, resources, content, or any other transactions made in connection with any third-party websites. Please review carefully the third-party\'s policies and practices and make sure you understand them before you engage in any transaction. Complaints, claims, concerns, or questions regarding third-party products should be directed to the third-party.<br><br>SECTION 9 - USER COMMENTS, FEEDBACK AND OTHER SUBMISSIONS<br><br>If, at our request, you send certain specific submissions (for example contest entries) or without a request from us you send creative ideas, suggestions, proposals, plans, or other materials, whether online, by email, by postal mail, or otherwise (collectively, \'comments\'), you agree that we may, at any time, without restriction, edit, copy, publish, distribute, translate and otherwise use in any medium any comments that you forward to us. We are and shall be under no obligation (1) to maintain any comments in confidence; (2) to pay compensation for any comments; or (3) to respond to any comments.<br>We may, but have no obligation to, monitor, edit or remove content that we determine in our sole discretion are unlawful, offensive, threatening, libelous, defamatory, pornographic, obscene or otherwise objectionable or violates any partyâ€™s intellectual property or these Terms of Service.<br>You agree that your comments will not violate any right of any third-party, including copyright, trademark, privacy, personality or other personal or proprietary right. You further agree that your comments will not contain libelous or otherwise unlawful, abusive or obscene material, or contain any computer virus or other malware that could in any way affect the operation of the Service or any related website. You may not use a false e-mail address, pretend to be someone other than yourself, or otherwise mislead us or third-parties as to the origin of any comments. You are solely responsible for any comments you make and their accuracy. We take no responsibility and assume no liability for any comments posted by you or any third-party.<br><br>SECTION 10 - PERSONAL INFORMATION<br><br>Your submission of personal information through the store is governed by our Privacy Policy. To view our Privacy Policy.<br><br>SECTION 11 - ERRORS, INACCURACIES AND OMISSIONS<br><br>Occasionally there may be information on our site or in the Service that contains typographical errors, inaccuracies or omissions that may relate to product descriptions, pricing, promotions, offers, product shipping charges, transit times and availability. We reserve the right to correct any errors, inaccuracies or omissions, and to change or update information or cancel orders if any information in the Service or on any related website is inaccurate at any time without prior notice (including after you have submitted your order).<br>We undertake no obligation to update, amend or clarify information in the Service or on any related website, including without limitation, pricing information, except as required by law. No specified update or refresh date applied in the Service or on any related website, should be taken to indicate that all information in the Service or on any related website has been modified or updated.<br><br>SECTION 12 - PROHIBITED USES<br><br>In addition to other prohibitions as set forth in the Terms of Service, you are prohibited from using the site or its content: (a) for any unlawful purpose; (b) to solicit others to perform or participate in any unlawful acts; (c) to violate any international, federal, provincial or state regulations, rules, laws, or local ordinances; (d) to infringe upon or violate our intellectual property rights or the intellectual property rights of others; (e) to harass, abuse, insult, harm, defame, slander, disparage, intimidate, or discriminate based on gender, sexual orientation, religion, ethnicity, race, age, national origin, or disability; (f) to submit false or misleading information; (g) to upload or transmit viruses or any other type of malicious code that will or may be used in any way that will affect the functionality or operation of the Service or of any related website, other websites, or the Internet; (h) to collect or track the personal information of others; (i) to spam, phish, pharm, pretext, spider, crawl, or scrape; (j) for any obscene or immoral purpose; or (k) to interfere with or circumvent the security features of the Service or any related website, other websites, or the Internet. We reserve the right to terminate your use of the Service or any related website for violating any of the prohibited uses.<br><br>SECTION 13 - DISCLAIMER OF WARRANTIES; LIMITATION OF LIABILITY<br><br>We do not guarantee, represent or warrant that your use of our service will be uninterrupted, timely, secure or error-free.<br>We do not warrant that the results that may be obtained from the use of the service will be accurate or reliable.<br>You agree that from time to time we may remove the service for indefinite periods of time or cancel the service at any time, without notice to you.<br>You expressly agree that your use of, or inability to use, the service is at your sole risk. The service and all products and services delivered to you through the service are (except as expressly stated by us) provided \'as is\' and \'as available\' for your use, without any representation, warranties or conditions of any kind, either express or implied, including all implied warranties or conditions of merchantability, merchantable quality, fitness for a particular purpose, durability, title, and non-infringement.<br>In no case shall Blackhawk Custom, LLC, our directors, officers, employees, affiliates, agents, contractors, interns, suppliers, service providers or licensors be liable for any injury, loss, claim, or any direct, indirect, incidental, punitive, special, or consequential damages of any kind, including, without limitation lost profits, lost revenue, lost savings, loss of data, replacement costs, or any similar damages, whether based in contract, tort (including negligence), strict liability or otherwise, arising from your use of any of the service or any products procured using the service, or for any other claim related in any way to your use of the service or any product, including, but not limited to, any errors or omissions in any content, or any loss or damage of any kind incurred as a result of the use of the service or any content (or product) posted, transmitted, or otherwise made available via the service, even if advised of their possibility. Because some states or jurisdictions do not allow the exclusion or the limitation of liability for consequential or incidental damages, in such states or jurisdictions, our liability shall be limited to the maximum extent permitted by law.<br><br>SECTION 14 - INDEMNIFICATION<br><br>You agree to indemnify, defend and hold harmless Blackhawk Custom, LLC and our parent, subsidiaries, affiliates, partners, officers, directors, agents, contractors, licensors, service providers, subcontractors, suppliers, interns and employees, harmless from any claim or demand, including reasonable attorneysâ€™ fees, made by any third-party due to or arising out of your breach of these Terms of Service or the documents they incorporate by reference, or your violation of any law or the rights of a third-party.<br><br>SECTION 15 - SEVERABILITY<br><br>In the event that any provision of these Terms of Service is determined to be unlawful, void or unenforceable, such provision shall nonetheless be enforceable to the fullest extent permitted by applicable law, and the unenforceable portion shall be deemed to be severed from these Terms of Service, such determination shall not affect the validity and enforceability of any other remaining provisions.<br><br>SECTION 16 - TERMINATION<br><br>The obligations and liabilities of the parties incurred prior to the termination date shall survive the termination of this agreement for all purposes.<br>These Terms of Service are effective unless and until terminated by either you or us. You may terminate these Terms of Service at any time by notifying us that you no longer wish to use our Services, or when you cease using our site.<br>If in our sole judgment you fail, or we suspect that you have failed, to comply with any term or provision of these Terms of Service, we also may terminate this agreement at any time without notice and you will remain liable for all amounts due up to and including the date of termination; and/or accordingly may deny you access to our Services (or any part thereof).<br><br>SECTION 17 - ENTIRE AGREEMENT<br><br>The failure of us to exercise or enforce any right or provision of these Terms of Service shall not constitute a waiver of such right or provision.<br>These Terms of Service and any policies or operating rules posted by us on this site or in respect to The Service constitutes the entire agreement and understanding between you and us and govern your use of the Service, superseding any prior or contemporaneous agreements, communications and proposals, whether oral or written, between you and us (including, but not limited to, any prior versions of the Terms of Service).<br>Any ambiguities in the interpretation of these Terms of Service shall not be construed against the drafting party.<br><br>SECTION 18 - GOVERNING LAW<br><br>These Terms of Service and any separate agreements whereby we provide you Services shall be governed by and construed in accordance with the laws of 825 South Kings Highway, Fort Pierce, FL 34945.<br><br>SECTION 19 - CHANGES TO TERMS OF SERVICE<br><br>You can review the most current version of the Terms of Service at any time at this page.<br>We reserve the right, at our sole discretion, to update, change or replace any part of these Terms of Service by posting updates and changes to our website. It is your responsibility to check our website periodically for changes. Your continued use of or access to our website or the Service following the posting of any changes to these Terms of Service constitutes acceptance of those changes.<br><br>SECTION 20 - CONTACT INFORMATION<br><br>Questions about the Terms of Service should be sent to us at <a href=\"mailto:admin@blackhawkcustom.com\" target=\"_blank\">admin@blackhawkcustom.com</a></p></div></div>\n</div>'),(3349,315,'tve_revision_tve_content_more_found',''),(3350,315,'tve_revision_tve_save_post',''),(3351,315,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Special+Elite:400&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Merriweather:400,400i,900,900i&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Montserrat:400,900,800,200,100&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-1642b6ab2bb\"] { padding: 5px !important; }[data-css=\"tve-u-1642b593fd4\"] { float: none; width: 100%; padding: 5px !important; margin-left: auto !important; margin-right: auto !important; }#tcb_landing_page a:not(.tcb-button-link) { color: rgb(255, 255, 255); }.tcb-plain-text strong { font-weight: 900; }#tcb_landing_page input strong { font-weight: 900; }#tcb_landing_page .tcb-button-link strong { font-weight: 900; }#tcb_landing_page p strong, #tcb_landing_page li strong { font-weight: 900; }#tcb_landing_page input { font-family: Merriweather; font-weight: 400; }#tcb_landing_page .tcb-button-link { font-family: Merriweather; font-weight: 400; }#tcb_landing_page p, #tcb_landing_page li { font-family: Merriweather; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h6 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h5 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h4 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h3 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h2 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h1 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(255, 255, 255); }.tcb-plain-text { font-size: 20px; color: rgb(255, 255, 255); font-family: Montserrat; font-weight: 400; }[data-css=\"tve-u-15e09c94f7d\"] { background-color: rgb(255, 255, 255); background-image: linear-gradient(rgb(0, 0, 0), rgb(0, 0, 0)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }.tve_post_lp > div > #tve_editor { margin-left: auto; margin-right: auto; max-width: 1200px; padding: 0px 20px; }#tve_editor [data-css=\"tve-u-165e62d8c6d\"] { font-family: \"Special Elite\" !important; font-weight: 400 !important; }#tcb_landing_page .tcb-plain-text { color: rgb(255, 255, 255); font-family: Merriweather; font-weight: 400; }#tcb_landing_page .tcb-plain-text strong { font-weight: 900; }[data-css=\"tve-u-165e634e360\"] .tve_w_menu { background-color: rgb(0, 0, 0) !important; }[data-css=\"tve-u-165e634e360\"] { border: none; }#tve_editor [data-css=\"tve-u-165e634432d\"] #menu-item-109 > a { font-family: \"Special Elite\"; font-weight: 600; font-size: 15px !important; }#tve_editor [data-css=\"tve-u-165e634432d\"] #menu-item-102 > a { font-family: \"Special Elite\"; font-weight: 600; font-size: 15px !important; }#tve_editor [data-css=\"tve-u-165e634432d\"] #menu-item-103 > a { font-family: \"Special Elite\"; font-weight: 600; font-size: 15px !important; }#tve_editor [data-css=\"tve-u-165e634432d\"] #menu-item-104 > a { font-family: \"Special Elite\"; font-weight: 600; font-size: 15px !important; }#tve_editor [data-css=\"tve-u-165e634432d\"] #menu-item-153 > a { font-family: \"Special Elite\"; font-weight: 600; font-size: 15px !important; }[data-css=\"tve-u-165e634432d\"] #menu-item-109 { padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-165e634432d\"] #menu-item-102 { padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-165e634432d\"] #menu-item-103 { padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-165e634432d\"] #menu-item-104 { padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-165e634432d\"] #menu-item-153 { padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-165e634432d\"] #menu-item-109.menu-item { margin-right: 39px; }[data-css=\"tve-u-165e634432d\"] #menu-item-102.menu-item { margin-right: 39px; }[data-css=\"tve-u-165e634432d\"] #menu-item-103.menu-item { margin-right: 39px; }[data-css=\"tve-u-165e634432d\"] #menu-item-104.menu-item { margin-right: 39px; }[data-css=\"tve-u-165e634432d\"] #menu-item-153.menu-item { margin-right: 39px; }}@media (max-width: 1023px){#tve_editor [data-css=\"tve-u-165e634432d\"] .tcb-icon-open > :first-child { color: rgb(255, 255, 255); }}@media (max-width: 767px){.tve_post_lp > div > #tve_editor { padding: 0px 10px; }#tve_editor [data-css=\"tve-u-165e634432d\"] .tcb-icon-open > :first-child { color: rgb(255, 255, 255); }}'),(3352,315,'tve_revision_tve_user_custom_css',''),(3353,315,'tve_revision_tve_page_events','a:0:{}'),(3354,315,'tve_revision_tve_globals','a:2:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";s:8:\"font_cls\";a:0:{}}'),(3355,315,'tve_revision_tve_global_scripts',''),(3356,315,'tve_revision_thrive_icon_pack','0'),(3357,315,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(3358,315,'tve_revision_tve_has_masonry','0'),(3359,315,'tve_revision_tve_has_typefocus','0'),(3360,315,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-custom-menu-inside\" style=\"z-index: 8;\" data-css=\"tve-u-1642b593fd4\" wfd-id=\"38\">\n<div class=\"tve-content-box-background\" wfd-id=\"74\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" style=\"z-index: 8;\" wfd-id=\"39\"><div class=\"thrv_wrapper thrv_widget_menu tve-custom-menu-upgrade      tve-menu-template-dark-tmp-sixth tve-menu-style-none tve-dropdown-icon-style_1 tve-mobile-dropdown\" data-tve-style=\"tve_horizontal\" data-tve-switch-icon=\"mobile,tablet\" data-css=\"tve-u-165e634e360\" style=\"z-index: 8;\" tcb-template-name=\"Separator Dark\" tcb-template-id=\"dark-tmp-sixth\" wfd-id=\"46\">	<div class=\"thrive-shortcode-config\" style=\"display: none !important\" wfd-id=\"73\">__CONFIG_widget_menu__{\"menu_id\":\"4\",\"color\":\"tve_red\",\"dir\":\"tve_horizontal\",\"font_class\":\"\",\"font_size\":\"\",\"ul_attr\":\"\",\"link_attr\":\"\",\"top_link_attr\":\"\",\"trigger_attr\":\"\",\"primary\":\"\",\"head_css\":\"tve-u-165e634432d\",\"background_hover\":\"\",\"main_hover\":\"\",\"child_hover\":\"\",\"group_edit\":[],\"menu_style\":\"none\",\"dropdown_icon\":\"style_1\",\"mobile_side\":\"dropdown\",\"mobile_icon\":\"\",\"switch_to_icon\":\"mobile,tablet\",\"template\":\"dark-tmp-sixth\",\"template_name\":\"Separator Dark\"}__CONFIG_widget_menu__</div>\n</div><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" wfd-id=\"43\"><h2 data-css=\"tve-u-165e62d8c6d\">Terms &amp; Conditions</h2></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1642b6ab2bb\" wfd-id=\"40\"><p>TERMS OF SERVICE<br><br>-----<br><br>OVERVIEW<br><br>This website is operated by Blackhawk Custom, LLC. Throughout the site, the terms â€œweâ€, â€œusâ€ and â€œourâ€ refer to Blackhawk Custom, LLC. Blackhawk Custom, LLC offers this website, including all information, tools and services available from this site to you, the user, conditioned upon your acceptance of all terms, conditions, policies and notices stated here.<br><br>By visiting our site and/ or purchasing something from us, you engage in our â€œServiceâ€ and agree to be bound by the following terms and conditions (â€œTerms of Serviceâ€, â€œTermsâ€), including those additional terms, conditions, and policies referenced herein and/or available by hyperlink. These Terms of Service apply to all users of the site, including without limitation users who are browsers, vendors, customers, merchants, and/ or contributors of content.<br><br>Please read these Terms of Service carefully before accessing or using our website. By accessing or using any part of the site, you agree to be bound by these Terms of Service. If you do not agree to all the terms and conditions of this agreement, then you may not access the website or use any services. If these Terms of Service are considered an offer, acceptance is expressly limited to these Terms of Service.<br><br>Any new features or tools which are added to the current store shall also be subject to the Terms of Service. You can review the most current version of the Terms of Service at any time on this page. We reserve the right to update, change or replace any part of these Terms of Service by posting updates and/or changes to our website. It is your responsibility to check this page periodically for changes. Your continued use of or access to the website following the posting of any changes constitutes acceptance of those changes.<br><br>SECTION 1 - ONLINE STORE TERMS<br><br>By agreeing to these Terms of Service, you represent that you are at least the age of majority in your state or province of residence, or that you are the age of majority in your state or province of residence and you have given us your consent to allow any of your minor dependents to use this site.<br>You may not use our products for any illegal or unauthorized purpose nor may you, in the use of the Service, violate any laws in your jurisdiction (including but not limited to copyright laws).<br>You must not transmit any worms or viruses or any code of a destructive nature.<br>A breach or violation of any of the Terms will result in an immediate termination of your Services.<br><br>SECTION 2 - GENERAL CONDITIONS<br><br>We reserve the right to refuse service to anyone for any reason at any time.<br>You understand that your content (not including credit card information), may be transferred unencrypted and involve (a) transmissions over various networks; and (b) changes to conform and adapt to technical requirements of connecting networks or devices. Credit card information is always encrypted during transfer over networks.<br>You agree not to reproduce, duplicate, copy, sell, resell or exploit any portion of the Service, use of the Service, or access to the Service or any contact on the website through which the service is provided, without express written permission by us.<br>The headings used in this agreement are included for convenience only and will not limit or otherwise affect these Terms.<br><br>SECTION 3 - ACCURACY, COMPLETENESS AND TIMELINESS OF INFORMATION<br><br>We are not responsible if information made available on this site is not accurate, complete or current. The material on this site is provided for general information only and should not be relied upon or used as the sole basis for making decisions without consulting primary, more accurate, more complete or more timely sources of information. Any reliance on the material on this site is at your own risk.<br>This site may contain certain historical information. Historical information, necessarily, is not current and is provided for your reference only. We reserve the right to modify the contents of this site at any time, but we have no obligation to update any information on our site. You agree that it is your responsibility to monitor changes to our site.<br><br>SECTION 4 - MODIFICATIONS TO THE SERVICE AND PRICES<br><br>The prices for our products are subject to change without notice.<br>We reserve the right at any time to modify or discontinue the Service (or any part or content thereof) without notice at any time.<br>We shall not be liable to you or to any third-party for any modification, price change, suspension or discontinuance of the Service.<br><br>SECTION 5 - PRODUCTS OR SERVICES (if applicable)<br><br>Certain products or services may be available exclusively online through the website. These products or services may have limited quantities and are subject to return or exchange only according to our Return Policy.<br>We have made every effort to display as accurately as possible the colors and images of our products that appear at the store. We cannot guarantee that your computer monitor\'s display of any color will be accurate.<br>We reserve the right, but are not obligated, to limit the sales of our products or Services to any person, geographic region or jurisdiction. We may exercise this right on a case-by-case basis. We reserve the right to limit the quantities of any products or services that we offer. All descriptions of products or product pricing are subject to change at anytime without notice, at the sole discretion of us. We reserve the right to discontinue any product at any time. Any offer for any product or service made on this site is void where prohibited.<br>We do not warrant that the quality of any products, services, information, or other material purchased or obtained by you will meet your expectations, or that any errors in the Service will be corrected.<br><br>SECTION 6 - ACCURACY OF BILLING AND ACCOUNT INFORMATION<br><br>We reserve the right to refuse any order you place with us. We may, in our sole discretion, limit or cancel quantities purchased per person, per household or per order. These restrictions may include orders placed by or under the same customer account, the same credit card, and/or orders that use the same billing and/or shipping address. In the event that we make a change to or cancel an order, we may attempt to notify you by contacting the e-mail and/or billing address/phone number provided at the time the order was made. We reserve the right to limit or prohibit orders that, in our sole judgment, appear to be placed by dealers, resellers or distributors.<br><br>You agree to provide current, complete and accurate purchase and account information for all purchases made at our store. You agree to promptly update your account and other information, including your email address and credit card numbers and expiration dates, so that we can complete your transactions and contact you as needed.<br><br>For more detail, please review our Returns Policy.<br><br>SECTION 7 - OPTIONAL TOOLS<br><br>We may provide you with access to third-party tools over which we neither monitor nor have any control nor input.<br>You acknowledge and agree that we provide access to such tools â€as isâ€ and â€œas availableâ€ without any warranties, representations or conditions of any kind and without any endorsement. We shall have no liability whatsoever arising from or relating to your use of optional third-party tools.<br>Any use by you of optional tools offered through the site is entirely at your own risk and discretion and you should ensure that you are familiar with and approve of the terms on which tools are provided by the relevant third-party provider(s).<br>We may also, in the future, offer new services and/or features through the website (including, the release of new tools and resources). Such new features and/or services shall also be subject to these Terms of Service.<br><br>SECTION 8 - THIRD-PARTY LINKS<br><br>Certain content, products and services available via our Service may include materials from third-parties.<br>Third-party links on this site may direct you to third-party websites that are not affiliated with us. We are not responsible for examining or evaluating the content or accuracy and we do not warrant and will not have any liability or responsibility for any third-party materials or websites, or for any other materials, products, or services of third-parties.<br>We are not liable for any harm or damages related to the purchase or use of goods, services, resources, content, or any other transactions made in connection with any third-party websites. Please review carefully the third-party\'s policies and practices and make sure you understand them before you engage in any transaction. Complaints, claims, concerns, or questions regarding third-party products should be directed to the third-party.<br><br>SECTION 9 - USER COMMENTS, FEEDBACK AND OTHER SUBMISSIONS<br><br>If, at our request, you send certain specific submissions (for example contest entries) or without a request from us you send creative ideas, suggestions, proposals, plans, or other materials, whether online, by email, by postal mail, or otherwise (collectively, \'comments\'), you agree that we may, at any time, without restriction, edit, copy, publish, distribute, translate and otherwise use in any medium any comments that you forward to us. We are and shall be under no obligation (1) to maintain any comments in confidence; (2) to pay compensation for any comments; or (3) to respond to any comments.<br>We may, but have no obligation to, monitor, edit or remove content that we determine in our sole discretion are unlawful, offensive, threatening, libelous, defamatory, pornographic, obscene or otherwise objectionable or violates any partyâ€™s intellectual property or these Terms of Service.<br>You agree that your comments will not violate any right of any third-party, including copyright, trademark, privacy, personality or other personal or proprietary right. You further agree that your comments will not contain libelous or otherwise unlawful, abusive or obscene material, or contain any computer virus or other malware that could in any way affect the operation of the Service or any related website. You may not use a false e-mail address, pretend to be someone other than yourself, or otherwise mislead us or third-parties as to the origin of any comments. You are solely responsible for any comments you make and their accuracy. We take no responsibility and assume no liability for any comments posted by you or any third-party.<br><br>SECTION 10 - PERSONAL INFORMATION<br><br>Your submission of personal information through the store is governed by our Privacy Policy. To view our Privacy Policy.<br><br>SECTION 11 - ERRORS, INACCURACIES AND OMISSIONS<br><br>Occasionally there may be information on our site or in the Service that contains typographical errors, inaccuracies or omissions that may relate to product descriptions, pricing, promotions, offers, product shipping charges, transit times and availability. We reserve the right to correct any errors, inaccuracies or omissions, and to change or update information or cancel orders if any information in the Service or on any related website is inaccurate at any time without prior notice (including after you have submitted your order).<br>We undertake no obligation to update, amend or clarify information in the Service or on any related website, including without limitation, pricing information, except as required by law. No specified update or refresh date applied in the Service or on any related website, should be taken to indicate that all information in the Service or on any related website has been modified or updated.<br><br>SECTION 12 - PROHIBITED USES<br><br>In addition to other prohibitions as set forth in the Terms of Service, you are prohibited from using the site or its content: (a) for any unlawful purpose; (b) to solicit others to perform or participate in any unlawful acts; (c) to violate any international, federal, provincial or state regulations, rules, laws, or local ordinances; (d) to infringe upon or violate our intellectual property rights or the intellectual property rights of others; (e) to harass, abuse, insult, harm, defame, slander, disparage, intimidate, or discriminate based on gender, sexual orientation, religion, ethnicity, race, age, national origin, or disability; (f) to submit false or misleading information; (g) to upload or transmit viruses or any other type of malicious code that will or may be used in any way that will affect the functionality or operation of the Service or of any related website, other websites, or the Internet; (h) to collect or track the personal information of others; (i) to spam, phish, pharm, pretext, spider, crawl, or scrape; (j) for any obscene or immoral purpose; or (k) to interfere with or circumvent the security features of the Service or any related website, other websites, or the Internet. We reserve the right to terminate your use of the Service or any related website for violating any of the prohibited uses.<br><br>SECTION 13 - DISCLAIMER OF WARRANTIES; LIMITATION OF LIABILITY<br><br>We do not guarantee, represent or warrant that your use of our service will be uninterrupted, timely, secure or error-free.<br>We do not warrant that the results that may be obtained from the use of the service will be accurate or reliable.<br>You agree that from time to time we may remove the service for indefinite periods of time or cancel the service at any time, without notice to you.<br>You expressly agree that your use of, or inability to use, the service is at your sole risk. The service and all products and services delivered to you through the service are (except as expressly stated by us) provided \'as is\' and \'as available\' for your use, without any representation, warranties or conditions of any kind, either express or implied, including all implied warranties or conditions of merchantability, merchantable quality, fitness for a particular purpose, durability, title, and non-infringement.<br>In no case shall Blackhawk Custom, LLC, our directors, officers, employees, affiliates, agents, contractors, interns, suppliers, service providers or licensors be liable for any injury, loss, claim, or any direct, indirect, incidental, punitive, special, or consequential damages of any kind, including, without limitation lost profits, lost revenue, lost savings, loss of data, replacement costs, or any similar damages, whether based in contract, tort (including negligence), strict liability or otherwise, arising from your use of any of the service or any products procured using the service, or for any other claim related in any way to your use of the service or any product, including, but not limited to, any errors or omissions in any content, or any loss or damage of any kind incurred as a result of the use of the service or any content (or product) posted, transmitted, or otherwise made available via the service, even if advised of their possibility. Because some states or jurisdictions do not allow the exclusion or the limitation of liability for consequential or incidental damages, in such states or jurisdictions, our liability shall be limited to the maximum extent permitted by law.<br><br>SECTION 14 - INDEMNIFICATION<br><br>You agree to indemnify, defend and hold harmless Blackhawk Custom, LLC and our parent, subsidiaries, affiliates, partners, officers, directors, agents, contractors, licensors, service providers, subcontractors, suppliers, interns and employees, harmless from any claim or demand, including reasonable attorneysâ€™ fees, made by any third-party due to or arising out of your breach of these Terms of Service or the documents they incorporate by reference, or your violation of any law or the rights of a third-party.<br><br>SECTION 15 - SEVERABILITY<br><br>In the event that any provision of these Terms of Service is determined to be unlawful, void or unenforceable, such provision shall nonetheless be enforceable to the fullest extent permitted by applicable law, and the unenforceable portion shall be deemed to be severed from these Terms of Service, such determination shall not affect the validity and enforceability of any other remaining provisions.<br><br>SECTION 16 - TERMINATION<br><br>The obligations and liabilities of the parties incurred prior to the termination date shall survive the termination of this agreement for all purposes.<br>These Terms of Service are effective unless and until terminated by either you or us. You may terminate these Terms of Service at any time by notifying us that you no longer wish to use our Services, or when you cease using our site.<br>If in our sole judgment you fail, or we suspect that you have failed, to comply with any term or provision of these Terms of Service, we also may terminate this agreement at any time without notice and you will remain liable for all amounts due up to and including the date of termination; and/or accordingly may deny you access to our Services (or any part thereof).<br><br>SECTION 17 - ENTIRE AGREEMENT<br><br>The failure of us to exercise or enforce any right or provision of these Terms of Service shall not constitute a waiver of such right or provision.<br>These Terms of Service and any policies or operating rules posted by us on this site or in respect to The Service constitutes the entire agreement and understanding between you and us and govern your use of the Service, superseding any prior or contemporaneous agreements, communications and proposals, whether oral or written, between you and us (including, but not limited to, any prior versions of the Terms of Service).<br>Any ambiguities in the interpretation of these Terms of Service shall not be construed against the drafting party.<br><br>SECTION 18 - GOVERNING LAW<br><br>These Terms of Service and any separate agreements whereby we provide you Services shall be governed by and construed in accordance with the laws of 825 South Kings Highway, Fort Pierce, FL 34945.<br><br>SECTION 19 - CHANGES TO TERMS OF SERVICE<br><br>You can review the most current version of the Terms of Service at any time at this page.<br>We reserve the right, at our sole discretion, to update, change or replace any part of these Terms of Service by posting updates and changes to our website. It is your responsibility to check our website periodically for changes. Your continued use of or access to our website or the Service following the posting of any changes to these Terms of Service constitutes acceptance of those changes.<br><br>SECTION 20 - CONTACT INFORMATION<br><br>Questions about the Terms of Service should be sent to us at <a href=\"mailto:admin@blackhawkcustom.com\" target=\"_blank\">admin@blackhawkcustom.com</a></p></div></div>\n</div>'),(3361,315,'tve_revision_tve_has_wistia_popover','0'),(3378,317,'tve_revision_tve_landing_page','blank_v2'),(3379,317,'tve_revision_tve_disable_theme_dependency',''),(3362,316,'tve_revision_tve_landing_page','blank_v2'),(3363,316,'tve_revision_tve_disable_theme_dependency',''),(3364,316,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-custom-menu-inside\" style=\"z-index: 8;\" data-css=\"tve-u-1642b593fd4\" wfd-id=\"38\">\n<div class=\"tve-content-box-background\" wfd-id=\"74\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" style=\"z-index: 8;\" wfd-id=\"39\"><div class=\"thrv_wrapper thrv_widget_menu tve-custom-menu-upgrade      tve-menu-template-dark-tmp-sixth tve-menu-style-none tve-dropdown-icon-style_1 tve-mobile-dropdown\" data-tve-style=\"tve_horizontal\" data-tve-switch-icon=\"mobile,tablet\" data-css=\"tve-u-165e634e360\" style=\"z-index: 8;\" tcb-template-name=\"Separator Dark\" tcb-template-id=\"dark-tmp-sixth\" wfd-id=\"46\">	<div class=\"thrive-shortcode-config\" style=\"display: none !important\" wfd-id=\"73\">__CONFIG_widget_menu__{\"menu_id\":\"4\",\"color\":\"tve_red\",\"dir\":\"tve_horizontal\",\"font_class\":\"\",\"font_size\":\"\",\"ul_attr\":\"\",\"link_attr\":\"\",\"top_link_attr\":\"\",\"trigger_attr\":\"\",\"primary\":\"\",\"head_css\":\"tve-u-165e634432d\",\"background_hover\":\"\",\"main_hover\":\"\",\"child_hover\":\"\",\"group_edit\":[],\"menu_style\":\"none\",\"dropdown_icon\":\"style_1\",\"mobile_side\":\"dropdown\",\"mobile_icon\":\"\",\"switch_to_icon\":\"mobile,tablet\",\"template\":\"dark-tmp-sixth\",\"template_name\":\"Separator Dark\"}__CONFIG_widget_menu__</div>\n</div><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" wfd-id=\"43\"><h2 data-css=\"tve-u-165e62d8c6d\">Terms &amp; Conditions</h2></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1642b6ab2bb\" wfd-id=\"40\"><p>TERMS OF SERVICE<br><br>-----<br><br>OVERVIEW<br><br>This website is operated by Blackhawk Custom, LLC. Throughout the site, the terms â€œweâ€, â€œusâ€ and â€œourâ€ refer to Blackhawk Custom, LLC. Blackhawk Custom, LLC offers this website, including all information, tools and services available from this site to you, the user, conditioned upon your acceptance of all terms, conditions, policies and notices stated here.<br><br>By visiting our site and/ or purchasing something from us, you engage in our â€œServiceâ€ and agree to be bound by the following terms and conditions (â€œTerms of Serviceâ€, â€œTermsâ€), including those additional terms, conditions, and policies referenced herein and/or available by hyperlink. These Terms of Service apply to all users of the site, including without limitation users who are browsers, vendors, customers, merchants, and/ or contributors of content.<br><br>Please read these Terms of Service carefully before accessing or using our website. By accessing or using any part of the site, you agree to be bound by these Terms of Service. If you do not agree to all the terms and conditions of this agreement, then you may not access the website or use any services. If these Terms of Service are considered an offer, acceptance is expressly limited to these Terms of Service.<br><br>Any new features or tools which are added to the current store shall also be subject to the Terms of Service. You can review the most current version of the Terms of Service at any time on this page. We reserve the right to update, change or replace any part of these Terms of Service by posting updates and/or changes to our website. It is your responsibility to check this page periodically for changes. Your continued use of or access to the website following the posting of any changes constitutes acceptance of those changes.<br><br>SECTION 1 - ONLINE STORE TERMS<br><br>By agreeing to these Terms of Service, you represent that you are at least the age of majority in your state or province of residence, or that you are the age of majority in your state or province of residence and you have given us your consent to allow any of your minor dependents to use this site.<br>You may not use our products for any illegal or unauthorized purpose nor may you, in the use of the Service, violate any laws in your jurisdiction (including but not limited to copyright laws).<br>You must not transmit any worms or viruses or any code of a destructive nature.<br>A breach or violation of any of the Terms will result in an immediate termination of your Services.<br><br>SECTION 2 - GENERAL CONDITIONS<br><br>We reserve the right to refuse service to anyone for any reason at any time.<br>You understand that your content (not including credit card information), may be transferred unencrypted and involve (a) transmissions over various networks; and (b) changes to conform and adapt to technical requirements of connecting networks or devices. Credit card information is always encrypted during transfer over networks.<br>You agree not to reproduce, duplicate, copy, sell, resell or exploit any portion of the Service, use of the Service, or access to the Service or any contact on the website through which the service is provided, without express written permission by us.<br>The headings used in this agreement are included for convenience only and will not limit or otherwise affect these Terms.<br><br>SECTION 3 - ACCURACY, COMPLETENESS AND TIMELINESS OF INFORMATION<br><br>We are not responsible if information made available on this site is not accurate, complete or current. The material on this site is provided for general information only and should not be relied upon or used as the sole basis for making decisions without consulting primary, more accurate, more complete or more timely sources of information. Any reliance on the material on this site is at your own risk.<br>This site may contain certain historical information. Historical information, necessarily, is not current and is provided for your reference only. We reserve the right to modify the contents of this site at any time, but we have no obligation to update any information on our site. You agree that it is your responsibility to monitor changes to our site.<br><br>SECTION 4 - MODIFICATIONS TO THE SERVICE AND PRICES<br><br>The prices for our products are subject to change without notice.<br>We reserve the right at any time to modify or discontinue the Service (or any part or content thereof) without notice at any time.<br>We shall not be liable to you or to any third-party for any modification, price change, suspension or discontinuance of the Service.<br><br>SECTION 5 - PRODUCTS OR SERVICES (if applicable)<br><br>Certain products or services may be available exclusively online through the website. These products or services may have limited quantities and are subject to return or exchange only according to our Return Policy.<br>We have made every effort to display as accurately as possible the colors and images of our products that appear at the store. We cannot guarantee that your computer monitor\'s display of any color will be accurate.<br>We reserve the right, but are not obligated, to limit the sales of our products or Services to any person, geographic region or jurisdiction. We may exercise this right on a case-by-case basis. We reserve the right to limit the quantities of any products or services that we offer. All descriptions of products or product pricing are subject to change at anytime without notice, at the sole discretion of us. We reserve the right to discontinue any product at any time. Any offer for any product or service made on this site is void where prohibited.<br>We do not warrant that the quality of any products, services, information, or other material purchased or obtained by you will meet your expectations, or that any errors in the Service will be corrected.<br><br>SECTION 6 - ACCURACY OF BILLING AND ACCOUNT INFORMATION<br><br>We reserve the right to refuse any order you place with us. We may, in our sole discretion, limit or cancel quantities purchased per person, per household or per order. These restrictions may include orders placed by or under the same customer account, the same credit card, and/or orders that use the same billing and/or shipping address. In the event that we make a change to or cancel an order, we may attempt to notify you by contacting the e-mail and/or billing address/phone number provided at the time the order was made. We reserve the right to limit or prohibit orders that, in our sole judgment, appear to be placed by dealers, resellers or distributors.<br><br>You agree to provide current, complete and accurate purchase and account information for all purchases made at our store. You agree to promptly update your account and other information, including your email address and credit card numbers and expiration dates, so that we can complete your transactions and contact you as needed.<br><br>For more detail, please review our Returns Policy.<br><br>SECTION 7 - OPTIONAL TOOLS<br><br>We may provide you with access to third-party tools over which we neither monitor nor have any control nor input.<br>You acknowledge and agree that we provide access to such tools â€as isâ€ and â€œas availableâ€ without any warranties, representations or conditions of any kind and without any endorsement. We shall have no liability whatsoever arising from or relating to your use of optional third-party tools.<br>Any use by you of optional tools offered through the site is entirely at your own risk and discretion and you should ensure that you are familiar with and approve of the terms on which tools are provided by the relevant third-party provider(s).<br>We may also, in the future, offer new services and/or features through the website (including, the release of new tools and resources). Such new features and/or services shall also be subject to these Terms of Service.<br><br>SECTION 8 - THIRD-PARTY LINKS<br><br>Certain content, products and services available via our Service may include materials from third-parties.<br>Third-party links on this site may direct you to third-party websites that are not affiliated with us. We are not responsible for examining or evaluating the content or accuracy and we do not warrant and will not have any liability or responsibility for any third-party materials or websites, or for any other materials, products, or services of third-parties.<br>We are not liable for any harm or damages related to the purchase or use of goods, services, resources, content, or any other transactions made in connection with any third-party websites. Please review carefully the third-party\'s policies and practices and make sure you understand them before you engage in any transaction. Complaints, claims, concerns, or questions regarding third-party products should be directed to the third-party.<br><br>SECTION 9 - USER COMMENTS, FEEDBACK AND OTHER SUBMISSIONS<br><br>If, at our request, you send certain specific submissions (for example contest entries) or without a request from us you send creative ideas, suggestions, proposals, plans, or other materials, whether online, by email, by postal mail, or otherwise (collectively, \'comments\'), you agree that we may, at any time, without restriction, edit, copy, publish, distribute, translate and otherwise use in any medium any comments that you forward to us. We are and shall be under no obligation (1) to maintain any comments in confidence; (2) to pay compensation for any comments; or (3) to respond to any comments.<br>We may, but have no obligation to, monitor, edit or remove content that we determine in our sole discretion are unlawful, offensive, threatening, libelous, defamatory, pornographic, obscene or otherwise objectionable or violates any partyâ€™s intellectual property or these Terms of Service.<br>You agree that your comments will not violate any right of any third-party, including copyright, trademark, privacy, personality or other personal or proprietary right. You further agree that your comments will not contain libelous or otherwise unlawful, abusive or obscene material, or contain any computer virus or other malware that could in any way affect the operation of the Service or any related website. You may not use a false e-mail address, pretend to be someone other than yourself, or otherwise mislead us or third-parties as to the origin of any comments. You are solely responsible for any comments you make and their accuracy. We take no responsibility and assume no liability for any comments posted by you or any third-party.<br><br>SECTION 10 - PERSONAL INFORMATION<br><br>Your submission of personal information through the store is governed by our Privacy Policy. To view our Privacy Policy.<br><br>SECTION 11 - ERRORS, INACCURACIES AND OMISSIONS<br><br>Occasionally there may be information on our site or in the Service that contains typographical errors, inaccuracies or omissions that may relate to product descriptions, pricing, promotions, offers, product shipping charges, transit times and availability. We reserve the right to correct any errors, inaccuracies or omissions, and to change or update information or cancel orders if any information in the Service or on any related website is inaccurate at any time without prior notice (including after you have submitted your order).<br>We undertake no obligation to update, amend or clarify information in the Service or on any related website, including without limitation, pricing information, except as required by law. No specified update or refresh date applied in the Service or on any related website, should be taken to indicate that all information in the Service or on any related website has been modified or updated.<br><br>SECTION 12 - PROHIBITED USES<br><br>In addition to other prohibitions as set forth in the Terms of Service, you are prohibited from using the site or its content: (a) for any unlawful purpose; (b) to solicit others to perform or participate in any unlawful acts; (c) to violate any international, federal, provincial or state regulations, rules, laws, or local ordinances; (d) to infringe upon or violate our intellectual property rights or the intellectual property rights of others; (e) to harass, abuse, insult, harm, defame, slander, disparage, intimidate, or discriminate based on gender, sexual orientation, religion, ethnicity, race, age, national origin, or disability; (f) to submit false or misleading information; (g) to upload or transmit viruses or any other type of malicious code that will or may be used in any way that will affect the functionality or operation of the Service or of any related website, other websites, or the Internet; (h) to collect or track the personal information of others; (i) to spam, phish, pharm, pretext, spider, crawl, or scrape; (j) for any obscene or immoral purpose; or (k) to interfere with or circumvent the security features of the Service or any related website, other websites, or the Internet. We reserve the right to terminate your use of the Service or any related website for violating any of the prohibited uses.<br><br>SECTION 13 - DISCLAIMER OF WARRANTIES; LIMITATION OF LIABILITY<br><br>We do not guarantee, represent or warrant that your use of our service will be uninterrupted, timely, secure or error-free.<br>We do not warrant that the results that may be obtained from the use of the service will be accurate or reliable.<br>You agree that from time to time we may remove the service for indefinite periods of time or cancel the service at any time, without notice to you.<br>You expressly agree that your use of, or inability to use, the service is at your sole risk. The service and all products and services delivered to you through the service are (except as expressly stated by us) provided \'as is\' and \'as available\' for your use, without any representation, warranties or conditions of any kind, either express or implied, including all implied warranties or conditions of merchantability, merchantable quality, fitness for a particular purpose, durability, title, and non-infringement.<br>In no case shall Blackhawk Custom, LLC, our directors, officers, employees, affiliates, agents, contractors, interns, suppliers, service providers or licensors be liable for any injury, loss, claim, or any direct, indirect, incidental, punitive, special, or consequential damages of any kind, including, without limitation lost profits, lost revenue, lost savings, loss of data, replacement costs, or any similar damages, whether based in contract, tort (including negligence), strict liability or otherwise, arising from your use of any of the service or any products procured using the service, or for any other claim related in any way to your use of the service or any product, including, but not limited to, any errors or omissions in any content, or any loss or damage of any kind incurred as a result of the use of the service or any content (or product) posted, transmitted, or otherwise made available via the service, even if advised of their possibility. Because some states or jurisdictions do not allow the exclusion or the limitation of liability for consequential or incidental damages, in such states or jurisdictions, our liability shall be limited to the maximum extent permitted by law.<br><br>SECTION 14 - INDEMNIFICATION<br><br>You agree to indemnify, defend and hold harmless Blackhawk Custom, LLC and our parent, subsidiaries, affiliates, partners, officers, directors, agents, contractors, licensors, service providers, subcontractors, suppliers, interns and employees, harmless from any claim or demand, including reasonable attorneysâ€™ fees, made by any third-party due to or arising out of your breach of these Terms of Service or the documents they incorporate by reference, or your violation of any law or the rights of a third-party.<br><br>SECTION 15 - SEVERABILITY<br><br>In the event that any provision of these Terms of Service is determined to be unlawful, void or unenforceable, such provision shall nonetheless be enforceable to the fullest extent permitted by applicable law, and the unenforceable portion shall be deemed to be severed from these Terms of Service, such determination shall not affect the validity and enforceability of any other remaining provisions.<br><br>SECTION 16 - TERMINATION<br><br>The obligations and liabilities of the parties incurred prior to the termination date shall survive the termination of this agreement for all purposes.<br>These Terms of Service are effective unless and until terminated by either you or us. You may terminate these Terms of Service at any time by notifying us that you no longer wish to use our Services, or when you cease using our site.<br>If in our sole judgment you fail, or we suspect that you have failed, to comply with any term or provision of these Terms of Service, we also may terminate this agreement at any time without notice and you will remain liable for all amounts due up to and including the date of termination; and/or accordingly may deny you access to our Services (or any part thereof).<br><br>SECTION 17 - ENTIRE AGREEMENT<br><br>The failure of us to exercise or enforce any right or provision of these Terms of Service shall not constitute a waiver of such right or provision.<br>These Terms of Service and any policies or operating rules posted by us on this site or in respect to The Service constitutes the entire agreement and understanding between you and us and govern your use of the Service, superseding any prior or contemporaneous agreements, communications and proposals, whether oral or written, between you and us (including, but not limited to, any prior versions of the Terms of Service).<br>Any ambiguities in the interpretation of these Terms of Service shall not be construed against the drafting party.<br><br>SECTION 18 - GOVERNING LAW<br><br>These Terms of Service and any separate agreements whereby we provide you Services shall be governed by and construed in accordance with the laws of 825 South Kings Highway, Fort Pierce, FL 34945.<br><br>SECTION 19 - CHANGES TO TERMS OF SERVICE<br><br>You can review the most current version of the Terms of Service at any time at this page.<br>We reserve the right, at our sole discretion, to update, change or replace any part of these Terms of Service by posting updates and changes to our website. It is your responsibility to check our website periodically for changes. Your continued use of or access to our website or the Service following the posting of any changes to these Terms of Service constitutes acceptance of those changes.<br><br>SECTION 20 - CONTACT INFORMATION<br><br>Questions about the Terms of Service should be sent to us at <a href=\"mailto:admin@blackhawkcustom.com\" target=\"_blank\">admin@blackhawkcustom.com</a></p></div></div>\n</div>'),(3365,316,'tve_revision_tve_content_more_found',''),(3366,316,'tve_revision_tve_save_post',''),(3367,316,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Special+Elite:400&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Merriweather:400,400i,900,900i&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Montserrat:400,900,800,200,100&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-1642b6ab2bb\"] { padding: 5px !important; }[data-css=\"tve-u-1642b593fd4\"] { float: none; width: 100%; padding: 5px !important; margin-left: auto !important; margin-right: auto !important; }#tcb_landing_page a:not(.tcb-button-link) { color: rgb(255, 255, 255); }.tcb-plain-text strong { font-weight: 900; }#tcb_landing_page input strong { font-weight: 900; }#tcb_landing_page .tcb-button-link strong { font-weight: 900; }#tcb_landing_page p strong, #tcb_landing_page li strong { font-weight: 900; }#tcb_landing_page input { font-family: Merriweather; font-weight: 400; }#tcb_landing_page .tcb-button-link { font-family: Merriweather; font-weight: 400; }#tcb_landing_page p, #tcb_landing_page li { font-family: Merriweather; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h6 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h5 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h4 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h3 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h2 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h1 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(255, 255, 255); }.tcb-plain-text { font-size: 20px; color: rgb(255, 255, 255); font-family: Montserrat; font-weight: 400; }[data-css=\"tve-u-15e09c94f7d\"] { background-color: rgb(255, 255, 255); background-image: linear-gradient(rgb(0, 0, 0), rgb(0, 0, 0)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }.tve_post_lp > div > #tve_editor { margin-left: auto; margin-right: auto; max-width: 1200px; padding: 0px 20px; }#tve_editor [data-css=\"tve-u-165e62d8c6d\"] { font-family: \"Special Elite\" !important; font-weight: 400 !important; }#tcb_landing_page .tcb-plain-text { color: rgb(255, 255, 255); font-family: Merriweather; font-weight: 400; }#tcb_landing_page .tcb-plain-text strong { font-weight: 900; }[data-css=\"tve-u-165e634e360\"] .tve_w_menu { background-color: rgb(0, 0, 0) !important; }[data-css=\"tve-u-165e634e360\"] { border: none; max-width: 920px; margin-left: auto !important; margin-right: auto !important; float: none; width: 100%; }#tve_editor [data-css=\"tve-u-165e634432d\"] #menu-item-109 > a { font-family: \"Special Elite\"; font-weight: 600; font-size: 15px !important; }#tve_editor [data-css=\"tve-u-165e634432d\"] #menu-item-102 > a { font-family: \"Special Elite\"; font-weight: 600; font-size: 15px !important; }#tve_editor [data-css=\"tve-u-165e634432d\"] #menu-item-103 > a { font-family: \"Special Elite\"; font-weight: 600; font-size: 15px !important; }#tve_editor [data-css=\"tve-u-165e634432d\"] #menu-item-104 > a { font-family: \"Special Elite\"; font-weight: 600; font-size: 15px !important; }#tve_editor [data-css=\"tve-u-165e634432d\"] #menu-item-153 > a { font-family: \"Special Elite\"; font-weight: 600; font-size: 15px !important; }[data-css=\"tve-u-165e634432d\"] #menu-item-109 { padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-165e634432d\"] #menu-item-102 { padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-165e634432d\"] #menu-item-103 { padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-165e634432d\"] #menu-item-104 { padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-165e634432d\"] #menu-item-153 { padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-165e634432d\"] #menu-item-109.menu-item { margin-right: 39px; }[data-css=\"tve-u-165e634432d\"] #menu-item-102.menu-item { margin-right: 39px; }[data-css=\"tve-u-165e634432d\"] #menu-item-103.menu-item { margin-right: 39px; }[data-css=\"tve-u-165e634432d\"] #menu-item-104.menu-item { margin-right: 39px; }[data-css=\"tve-u-165e634432d\"] #menu-item-153.menu-item { margin-right: 39px; }}@media (max-width: 1023px){#tve_editor [data-css=\"tve-u-165e634432d\"] .tcb-icon-open > :first-child { color: rgb(255, 255, 255); }}@media (max-width: 767px){.tve_post_lp > div > #tve_editor { padding: 0px 10px; }#tve_editor [data-css=\"tve-u-165e634432d\"] .tcb-icon-open > :first-child { color: rgb(255, 255, 255); }}'),(3368,316,'tve_revision_tve_user_custom_css',''),(3369,316,'tve_revision_tve_page_events','a:0:{}'),(3370,316,'tve_revision_tve_globals','a:2:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";s:8:\"font_cls\";a:0:{}}'),(3371,316,'tve_revision_tve_global_scripts',''),(3372,316,'tve_revision_thrive_icon_pack','0'),(3373,316,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(3374,316,'tve_revision_tve_has_masonry','0'),(3375,316,'tve_revision_tve_has_typefocus','0'),(3376,316,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-custom-menu-inside\" style=\"z-index: 8;\" data-css=\"tve-u-1642b593fd4\" wfd-id=\"38\">\n<div class=\"tve-content-box-background\" wfd-id=\"74\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" style=\"z-index: 8;\" wfd-id=\"39\"><div class=\"thrv_wrapper thrv_widget_menu tve-custom-menu-upgrade      tve-menu-template-dark-tmp-sixth tve-menu-style-none tve-dropdown-icon-style_1 tve-mobile-dropdown\" data-tve-style=\"tve_horizontal\" data-tve-switch-icon=\"mobile,tablet\" data-css=\"tve-u-165e634e360\" style=\"z-index: 8;\" tcb-template-name=\"Separator Dark\" tcb-template-id=\"dark-tmp-sixth\" wfd-id=\"46\">	<div class=\"thrive-shortcode-config\" style=\"display: none !important\" wfd-id=\"73\">__CONFIG_widget_menu__{\"menu_id\":\"4\",\"color\":\"tve_red\",\"dir\":\"tve_horizontal\",\"font_class\":\"\",\"font_size\":\"\",\"ul_attr\":\"\",\"link_attr\":\"\",\"top_link_attr\":\"\",\"trigger_attr\":\"\",\"primary\":\"\",\"head_css\":\"tve-u-165e634432d\",\"background_hover\":\"\",\"main_hover\":\"\",\"child_hover\":\"\",\"group_edit\":[],\"menu_style\":\"none\",\"dropdown_icon\":\"style_1\",\"mobile_side\":\"dropdown\",\"mobile_icon\":\"\",\"switch_to_icon\":\"mobile,tablet\",\"template\":\"dark-tmp-sixth\",\"template_name\":\"Separator Dark\"}__CONFIG_widget_menu__</div>\n</div><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" wfd-id=\"43\"><h2 data-css=\"tve-u-165e62d8c6d\">Terms &amp; Conditions</h2></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1642b6ab2bb\" wfd-id=\"40\"><p>TERMS OF SERVICE<br><br>-----<br><br>OVERVIEW<br><br>This website is operated by Blackhawk Custom, LLC. Throughout the site, the terms â€œweâ€, â€œusâ€ and â€œourâ€ refer to Blackhawk Custom, LLC. Blackhawk Custom, LLC offers this website, including all information, tools and services available from this site to you, the user, conditioned upon your acceptance of all terms, conditions, policies and notices stated here.<br><br>By visiting our site and/ or purchasing something from us, you engage in our â€œServiceâ€ and agree to be bound by the following terms and conditions (â€œTerms of Serviceâ€, â€œTermsâ€), including those additional terms, conditions, and policies referenced herein and/or available by hyperlink. These Terms of Service apply to all users of the site, including without limitation users who are browsers, vendors, customers, merchants, and/ or contributors of content.<br><br>Please read these Terms of Service carefully before accessing or using our website. By accessing or using any part of the site, you agree to be bound by these Terms of Service. If you do not agree to all the terms and conditions of this agreement, then you may not access the website or use any services. If these Terms of Service are considered an offer, acceptance is expressly limited to these Terms of Service.<br><br>Any new features or tools which are added to the current store shall also be subject to the Terms of Service. You can review the most current version of the Terms of Service at any time on this page. We reserve the right to update, change or replace any part of these Terms of Service by posting updates and/or changes to our website. It is your responsibility to check this page periodically for changes. Your continued use of or access to the website following the posting of any changes constitutes acceptance of those changes.<br><br>SECTION 1 - ONLINE STORE TERMS<br><br>By agreeing to these Terms of Service, you represent that you are at least the age of majority in your state or province of residence, or that you are the age of majority in your state or province of residence and you have given us your consent to allow any of your minor dependents to use this site.<br>You may not use our products for any illegal or unauthorized purpose nor may you, in the use of the Service, violate any laws in your jurisdiction (including but not limited to copyright laws).<br>You must not transmit any worms or viruses or any code of a destructive nature.<br>A breach or violation of any of the Terms will result in an immediate termination of your Services.<br><br>SECTION 2 - GENERAL CONDITIONS<br><br>We reserve the right to refuse service to anyone for any reason at any time.<br>You understand that your content (not including credit card information), may be transferred unencrypted and involve (a) transmissions over various networks; and (b) changes to conform and adapt to technical requirements of connecting networks or devices. Credit card information is always encrypted during transfer over networks.<br>You agree not to reproduce, duplicate, copy, sell, resell or exploit any portion of the Service, use of the Service, or access to the Service or any contact on the website through which the service is provided, without express written permission by us.<br>The headings used in this agreement are included for convenience only and will not limit or otherwise affect these Terms.<br><br>SECTION 3 - ACCURACY, COMPLETENESS AND TIMELINESS OF INFORMATION<br><br>We are not responsible if information made available on this site is not accurate, complete or current. The material on this site is provided for general information only and should not be relied upon or used as the sole basis for making decisions without consulting primary, more accurate, more complete or more timely sources of information. Any reliance on the material on this site is at your own risk.<br>This site may contain certain historical information. Historical information, necessarily, is not current and is provided for your reference only. We reserve the right to modify the contents of this site at any time, but we have no obligation to update any information on our site. You agree that it is your responsibility to monitor changes to our site.<br><br>SECTION 4 - MODIFICATIONS TO THE SERVICE AND PRICES<br><br>The prices for our products are subject to change without notice.<br>We reserve the right at any time to modify or discontinue the Service (or any part or content thereof) without notice at any time.<br>We shall not be liable to you or to any third-party for any modification, price change, suspension or discontinuance of the Service.<br><br>SECTION 5 - PRODUCTS OR SERVICES (if applicable)<br><br>Certain products or services may be available exclusively online through the website. These products or services may have limited quantities and are subject to return or exchange only according to our Return Policy.<br>We have made every effort to display as accurately as possible the colors and images of our products that appear at the store. We cannot guarantee that your computer monitor\'s display of any color will be accurate.<br>We reserve the right, but are not obligated, to limit the sales of our products or Services to any person, geographic region or jurisdiction. We may exercise this right on a case-by-case basis. We reserve the right to limit the quantities of any products or services that we offer. All descriptions of products or product pricing are subject to change at anytime without notice, at the sole discretion of us. We reserve the right to discontinue any product at any time. Any offer for any product or service made on this site is void where prohibited.<br>We do not warrant that the quality of any products, services, information, or other material purchased or obtained by you will meet your expectations, or that any errors in the Service will be corrected.<br><br>SECTION 6 - ACCURACY OF BILLING AND ACCOUNT INFORMATION<br><br>We reserve the right to refuse any order you place with us. We may, in our sole discretion, limit or cancel quantities purchased per person, per household or per order. These restrictions may include orders placed by or under the same customer account, the same credit card, and/or orders that use the same billing and/or shipping address. In the event that we make a change to or cancel an order, we may attempt to notify you by contacting the e-mail and/or billing address/phone number provided at the time the order was made. We reserve the right to limit or prohibit orders that, in our sole judgment, appear to be placed by dealers, resellers or distributors.<br><br>You agree to provide current, complete and accurate purchase and account information for all purchases made at our store. You agree to promptly update your account and other information, including your email address and credit card numbers and expiration dates, so that we can complete your transactions and contact you as needed.<br><br>For more detail, please review our Returns Policy.<br><br>SECTION 7 - OPTIONAL TOOLS<br><br>We may provide you with access to third-party tools over which we neither monitor nor have any control nor input.<br>You acknowledge and agree that we provide access to such tools â€as isâ€ and â€œas availableâ€ without any warranties, representations or conditions of any kind and without any endorsement. We shall have no liability whatsoever arising from or relating to your use of optional third-party tools.<br>Any use by you of optional tools offered through the site is entirely at your own risk and discretion and you should ensure that you are familiar with and approve of the terms on which tools are provided by the relevant third-party provider(s).<br>We may also, in the future, offer new services and/or features through the website (including, the release of new tools and resources). Such new features and/or services shall also be subject to these Terms of Service.<br><br>SECTION 8 - THIRD-PARTY LINKS<br><br>Certain content, products and services available via our Service may include materials from third-parties.<br>Third-party links on this site may direct you to third-party websites that are not affiliated with us. We are not responsible for examining or evaluating the content or accuracy and we do not warrant and will not have any liability or responsibility for any third-party materials or websites, or for any other materials, products, or services of third-parties.<br>We are not liable for any harm or damages related to the purchase or use of goods, services, resources, content, or any other transactions made in connection with any third-party websites. Please review carefully the third-party\'s policies and practices and make sure you understand them before you engage in any transaction. Complaints, claims, concerns, or questions regarding third-party products should be directed to the third-party.<br><br>SECTION 9 - USER COMMENTS, FEEDBACK AND OTHER SUBMISSIONS<br><br>If, at our request, you send certain specific submissions (for example contest entries) or without a request from us you send creative ideas, suggestions, proposals, plans, or other materials, whether online, by email, by postal mail, or otherwise (collectively, \'comments\'), you agree that we may, at any time, without restriction, edit, copy, publish, distribute, translate and otherwise use in any medium any comments that you forward to us. We are and shall be under no obligation (1) to maintain any comments in confidence; (2) to pay compensation for any comments; or (3) to respond to any comments.<br>We may, but have no obligation to, monitor, edit or remove content that we determine in our sole discretion are unlawful, offensive, threatening, libelous, defamatory, pornographic, obscene or otherwise objectionable or violates any partyâ€™s intellectual property or these Terms of Service.<br>You agree that your comments will not violate any right of any third-party, including copyright, trademark, privacy, personality or other personal or proprietary right. You further agree that your comments will not contain libelous or otherwise unlawful, abusive or obscene material, or contain any computer virus or other malware that could in any way affect the operation of the Service or any related website. You may not use a false e-mail address, pretend to be someone other than yourself, or otherwise mislead us or third-parties as to the origin of any comments. You are solely responsible for any comments you make and their accuracy. We take no responsibility and assume no liability for any comments posted by you or any third-party.<br><br>SECTION 10 - PERSONAL INFORMATION<br><br>Your submission of personal information through the store is governed by our Privacy Policy. To view our Privacy Policy.<br><br>SECTION 11 - ERRORS, INACCURACIES AND OMISSIONS<br><br>Occasionally there may be information on our site or in the Service that contains typographical errors, inaccuracies or omissions that may relate to product descriptions, pricing, promotions, offers, product shipping charges, transit times and availability. We reserve the right to correct any errors, inaccuracies or omissions, and to change or update information or cancel orders if any information in the Service or on any related website is inaccurate at any time without prior notice (including after you have submitted your order).<br>We undertake no obligation to update, amend or clarify information in the Service or on any related website, including without limitation, pricing information, except as required by law. No specified update or refresh date applied in the Service or on any related website, should be taken to indicate that all information in the Service or on any related website has been modified or updated.<br><br>SECTION 12 - PROHIBITED USES<br><br>In addition to other prohibitions as set forth in the Terms of Service, you are prohibited from using the site or its content: (a) for any unlawful purpose; (b) to solicit others to perform or participate in any unlawful acts; (c) to violate any international, federal, provincial or state regulations, rules, laws, or local ordinances; (d) to infringe upon or violate our intellectual property rights or the intellectual property rights of others; (e) to harass, abuse, insult, harm, defame, slander, disparage, intimidate, or discriminate based on gender, sexual orientation, religion, ethnicity, race, age, national origin, or disability; (f) to submit false or misleading information; (g) to upload or transmit viruses or any other type of malicious code that will or may be used in any way that will affect the functionality or operation of the Service or of any related website, other websites, or the Internet; (h) to collect or track the personal information of others; (i) to spam, phish, pharm, pretext, spider, crawl, or scrape; (j) for any obscene or immoral purpose; or (k) to interfere with or circumvent the security features of the Service or any related website, other websites, or the Internet. We reserve the right to terminate your use of the Service or any related website for violating any of the prohibited uses.<br><br>SECTION 13 - DISCLAIMER OF WARRANTIES; LIMITATION OF LIABILITY<br><br>We do not guarantee, represent or warrant that your use of our service will be uninterrupted, timely, secure or error-free.<br>We do not warrant that the results that may be obtained from the use of the service will be accurate or reliable.<br>You agree that from time to time we may remove the service for indefinite periods of time or cancel the service at any time, without notice to you.<br>You expressly agree that your use of, or inability to use, the service is at your sole risk. The service and all products and services delivered to you through the service are (except as expressly stated by us) provided \'as is\' and \'as available\' for your use, without any representation, warranties or conditions of any kind, either express or implied, including all implied warranties or conditions of merchantability, merchantable quality, fitness for a particular purpose, durability, title, and non-infringement.<br>In no case shall Blackhawk Custom, LLC, our directors, officers, employees, affiliates, agents, contractors, interns, suppliers, service providers or licensors be liable for any injury, loss, claim, or any direct, indirect, incidental, punitive, special, or consequential damages of any kind, including, without limitation lost profits, lost revenue, lost savings, loss of data, replacement costs, or any similar damages, whether based in contract, tort (including negligence), strict liability or otherwise, arising from your use of any of the service or any products procured using the service, or for any other claim related in any way to your use of the service or any product, including, but not limited to, any errors or omissions in any content, or any loss or damage of any kind incurred as a result of the use of the service or any content (or product) posted, transmitted, or otherwise made available via the service, even if advised of their possibility. Because some states or jurisdictions do not allow the exclusion or the limitation of liability for consequential or incidental damages, in such states or jurisdictions, our liability shall be limited to the maximum extent permitted by law.<br><br>SECTION 14 - INDEMNIFICATION<br><br>You agree to indemnify, defend and hold harmless Blackhawk Custom, LLC and our parent, subsidiaries, affiliates, partners, officers, directors, agents, contractors, licensors, service providers, subcontractors, suppliers, interns and employees, harmless from any claim or demand, including reasonable attorneysâ€™ fees, made by any third-party due to or arising out of your breach of these Terms of Service or the documents they incorporate by reference, or your violation of any law or the rights of a third-party.<br><br>SECTION 15 - SEVERABILITY<br><br>In the event that any provision of these Terms of Service is determined to be unlawful, void or unenforceable, such provision shall nonetheless be enforceable to the fullest extent permitted by applicable law, and the unenforceable portion shall be deemed to be severed from these Terms of Service, such determination shall not affect the validity and enforceability of any other remaining provisions.<br><br>SECTION 16 - TERMINATION<br><br>The obligations and liabilities of the parties incurred prior to the termination date shall survive the termination of this agreement for all purposes.<br>These Terms of Service are effective unless and until terminated by either you or us. You may terminate these Terms of Service at any time by notifying us that you no longer wish to use our Services, or when you cease using our site.<br>If in our sole judgment you fail, or we suspect that you have failed, to comply with any term or provision of these Terms of Service, we also may terminate this agreement at any time without notice and you will remain liable for all amounts due up to and including the date of termination; and/or accordingly may deny you access to our Services (or any part thereof).<br><br>SECTION 17 - ENTIRE AGREEMENT<br><br>The failure of us to exercise or enforce any right or provision of these Terms of Service shall not constitute a waiver of such right or provision.<br>These Terms of Service and any policies or operating rules posted by us on this site or in respect to The Service constitutes the entire agreement and understanding between you and us and govern your use of the Service, superseding any prior or contemporaneous agreements, communications and proposals, whether oral or written, between you and us (including, but not limited to, any prior versions of the Terms of Service).<br>Any ambiguities in the interpretation of these Terms of Service shall not be construed against the drafting party.<br><br>SECTION 18 - GOVERNING LAW<br><br>These Terms of Service and any separate agreements whereby we provide you Services shall be governed by and construed in accordance with the laws of 825 South Kings Highway, Fort Pierce, FL 34945.<br><br>SECTION 19 - CHANGES TO TERMS OF SERVICE<br><br>You can review the most current version of the Terms of Service at any time at this page.<br>We reserve the right, at our sole discretion, to update, change or replace any part of these Terms of Service by posting updates and changes to our website. It is your responsibility to check our website periodically for changes. Your continued use of or access to our website or the Service following the posting of any changes to these Terms of Service constitutes acceptance of those changes.<br><br>SECTION 20 - CONTACT INFORMATION<br><br>Questions about the Terms of Service should be sent to us at <a href=\"mailto:admin@blackhawkcustom.com\" target=\"_blank\">admin@blackhawkcustom.com</a></p></div></div>\n</div>'),(3377,316,'tve_revision_tve_has_wistia_popover','0'),(3380,317,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-custom-menu-inside\" style=\"z-index: 8;\" data-css=\"tve-u-1642b593fd4\" wfd-id=\"38\">\n<div class=\"tve-content-box-background\" wfd-id=\"74\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" style=\"z-index: 8;\" wfd-id=\"39\"><div class=\"thrv_wrapper thrv_widget_menu tve-custom-menu-upgrade      tve-menu-template-dark-tmp-sixth tve-menu-style-none tve-dropdown-icon-style_1 tve-mobile-dropdown\" data-tve-style=\"tve_horizontal\" data-tve-switch-icon=\"mobile,tablet\" data-css=\"tve-u-165e634e360\" style=\"z-index: 8;\" tcb-template-name=\"Separator Dark\" tcb-template-id=\"dark-tmp-sixth\" wfd-id=\"46\">	<div class=\"thrive-shortcode-config\" style=\"display: none !important\" wfd-id=\"73\">__CONFIG_widget_menu__{\"menu_id\":\"4\",\"color\":\"tve_red\",\"dir\":\"tve_horizontal\",\"font_class\":\"\",\"font_size\":\"\",\"ul_attr\":\"\",\"link_attr\":\"\",\"top_link_attr\":\"\",\"trigger_attr\":\"\",\"primary\":\"\",\"head_css\":\"tve-u-165e634432d\",\"background_hover\":\"\",\"main_hover\":\"\",\"child_hover\":\"\",\"group_edit\":[],\"menu_style\":\"none\",\"dropdown_icon\":\"style_1\",\"mobile_side\":\"dropdown\",\"mobile_icon\":\"\",\"switch_to_icon\":\"mobile,tablet\",\"template\":\"dark-tmp-sixth\",\"template_name\":\"Separator Dark\"}__CONFIG_widget_menu__</div>\n</div><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" wfd-id=\"43\"><h2 data-css=\"tve-u-165e62d8c6d\">Terms &amp; Conditions</h2></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1642b6ab2bb\" wfd-id=\"40\"><p>TERMS OF SERVICE<br><br>-----<br><br>OVERVIEW<br><br>This website is operated by Blackhawk Custom, LLC. Throughout the site, the terms â€œweâ€, â€œusâ€ and â€œourâ€ refer to Blackhawk Custom, LLC. Blackhawk Custom, LLC offers this website, including all information, tools and services available from this site to you, the user, conditioned upon your acceptance of all terms, conditions, policies and notices stated here.<br><br>By visiting our site and/ or purchasing something from us, you engage in our â€œServiceâ€ and agree to be bound by the following terms and conditions (â€œTerms of Serviceâ€, â€œTermsâ€), including those additional terms, conditions, and policies referenced herein and/or available by hyperlink. These Terms of Service apply to all users of the site, including without limitation users who are browsers, vendors, customers, merchants, and/ or contributors of content.<br><br>Please read these Terms of Service carefully before accessing or using our website. By accessing or using any part of the site, you agree to be bound by these Terms of Service. If you do not agree to all the terms and conditions of this agreement, then you may not access the website or use any services. If these Terms of Service are considered an offer, acceptance is expressly limited to these Terms of Service.<br><br>Any new features or tools which are added to the current store shall also be subject to the Terms of Service. You can review the most current version of the Terms of Service at any time on this page. We reserve the right to update, change or replace any part of these Terms of Service by posting updates and/or changes to our website. It is your responsibility to check this page periodically for changes. Your continued use of or access to the website following the posting of any changes constitutes acceptance of those changes.<br><br>SECTION 1 - ONLINE STORE TERMS<br><br>By agreeing to these Terms of Service, you represent that you are at least the age of majority in your state or province of residence, or that you are the age of majority in your state or province of residence and you have given us your consent to allow any of your minor dependents to use this site.<br>You may not use our products for any illegal or unauthorized purpose nor may you, in the use of the Service, violate any laws in your jurisdiction (including but not limited to copyright laws).<br>You must not transmit any worms or viruses or any code of a destructive nature.<br>A breach or violation of any of the Terms will result in an immediate termination of your Services.<br><br>SECTION 2 - GENERAL CONDITIONS<br><br>We reserve the right to refuse service to anyone for any reason at any time.<br>You understand that your content (not including credit card information), may be transferred unencrypted and involve (a) transmissions over various networks; and (b) changes to conform and adapt to technical requirements of connecting networks or devices. Credit card information is always encrypted during transfer over networks.<br>You agree not to reproduce, duplicate, copy, sell, resell or exploit any portion of the Service, use of the Service, or access to the Service or any contact on the website through which the service is provided, without express written permission by us.<br>The headings used in this agreement are included for convenience only and will not limit or otherwise affect these Terms.<br><br>SECTION 3 - ACCURACY, COMPLETENESS AND TIMELINESS OF INFORMATION<br><br>We are not responsible if information made available on this site is not accurate, complete or current. The material on this site is provided for general information only and should not be relied upon or used as the sole basis for making decisions without consulting primary, more accurate, more complete or more timely sources of information. Any reliance on the material on this site is at your own risk.<br>This site may contain certain historical information. Historical information, necessarily, is not current and is provided for your reference only. We reserve the right to modify the contents of this site at any time, but we have no obligation to update any information on our site. You agree that it is your responsibility to monitor changes to our site.<br><br>SECTION 4 - MODIFICATIONS TO THE SERVICE AND PRICES<br><br>The prices for our products are subject to change without notice.<br>We reserve the right at any time to modify or discontinue the Service (or any part or content thereof) without notice at any time.<br>We shall not be liable to you or to any third-party for any modification, price change, suspension or discontinuance of the Service.<br><br>SECTION 5 - PRODUCTS OR SERVICES (if applicable)<br><br>Certain products or services may be available exclusively online through the website. These products or services may have limited quantities and are subject to return or exchange only according to our Return Policy.<br>We have made every effort to display as accurately as possible the colors and images of our products that appear at the store. We cannot guarantee that your computer monitor\'s display of any color will be accurate.<br>We reserve the right, but are not obligated, to limit the sales of our products or Services to any person, geographic region or jurisdiction. We may exercise this right on a case-by-case basis. We reserve the right to limit the quantities of any products or services that we offer. All descriptions of products or product pricing are subject to change at anytime without notice, at the sole discretion of us. We reserve the right to discontinue any product at any time. Any offer for any product or service made on this site is void where prohibited.<br>We do not warrant that the quality of any products, services, information, or other material purchased or obtained by you will meet your expectations, or that any errors in the Service will be corrected.<br><br>SECTION 6 - ACCURACY OF BILLING AND ACCOUNT INFORMATION<br><br>We reserve the right to refuse any order you place with us. We may, in our sole discretion, limit or cancel quantities purchased per person, per household or per order. These restrictions may include orders placed by or under the same customer account, the same credit card, and/or orders that use the same billing and/or shipping address. In the event that we make a change to or cancel an order, we may attempt to notify you by contacting the e-mail and/or billing address/phone number provided at the time the order was made. We reserve the right to limit or prohibit orders that, in our sole judgment, appear to be placed by dealers, resellers or distributors.<br><br>You agree to provide current, complete and accurate purchase and account information for all purchases made at our store. You agree to promptly update your account and other information, including your email address and credit card numbers and expiration dates, so that we can complete your transactions and contact you as needed.<br><br>For more detail, please review our Returns Policy.<br><br>SECTION 7 - OPTIONAL TOOLS<br><br>We may provide you with access to third-party tools over which we neither monitor nor have any control nor input.<br>You acknowledge and agree that we provide access to such tools â€as isâ€ and â€œas availableâ€ without any warranties, representations or conditions of any kind and without any endorsement. We shall have no liability whatsoever arising from or relating to your use of optional third-party tools.<br>Any use by you of optional tools offered through the site is entirely at your own risk and discretion and you should ensure that you are familiar with and approve of the terms on which tools are provided by the relevant third-party provider(s).<br>We may also, in the future, offer new services and/or features through the website (including, the release of new tools and resources). Such new features and/or services shall also be subject to these Terms of Service.<br><br>SECTION 8 - THIRD-PARTY LINKS<br><br>Certain content, products and services available via our Service may include materials from third-parties.<br>Third-party links on this site may direct you to third-party websites that are not affiliated with us. We are not responsible for examining or evaluating the content or accuracy and we do not warrant and will not have any liability or responsibility for any third-party materials or websites, or for any other materials, products, or services of third-parties.<br>We are not liable for any harm or damages related to the purchase or use of goods, services, resources, content, or any other transactions made in connection with any third-party websites. Please review carefully the third-party\'s policies and practices and make sure you understand them before you engage in any transaction. Complaints, claims, concerns, or questions regarding third-party products should be directed to the third-party.<br><br>SECTION 9 - USER COMMENTS, FEEDBACK AND OTHER SUBMISSIONS<br><br>If, at our request, you send certain specific submissions (for example contest entries) or without a request from us you send creative ideas, suggestions, proposals, plans, or other materials, whether online, by email, by postal mail, or otherwise (collectively, \'comments\'), you agree that we may, at any time, without restriction, edit, copy, publish, distribute, translate and otherwise use in any medium any comments that you forward to us. We are and shall be under no obligation (1) to maintain any comments in confidence; (2) to pay compensation for any comments; or (3) to respond to any comments.<br>We may, but have no obligation to, monitor, edit or remove content that we determine in our sole discretion are unlawful, offensive, threatening, libelous, defamatory, pornographic, obscene or otherwise objectionable or violates any partyâ€™s intellectual property or these Terms of Service.<br>You agree that your comments will not violate any right of any third-party, including copyright, trademark, privacy, personality or other personal or proprietary right. You further agree that your comments will not contain libelous or otherwise unlawful, abusive or obscene material, or contain any computer virus or other malware that could in any way affect the operation of the Service or any related website. You may not use a false e-mail address, pretend to be someone other than yourself, or otherwise mislead us or third-parties as to the origin of any comments. You are solely responsible for any comments you make and their accuracy. We take no responsibility and assume no liability for any comments posted by you or any third-party.<br><br>SECTION 10 - PERSONAL INFORMATION<br><br>Your submission of personal information through the store is governed by our Privacy Policy. To view our Privacy Policy.<br><br>SECTION 11 - ERRORS, INACCURACIES AND OMISSIONS<br><br>Occasionally there may be information on our site or in the Service that contains typographical errors, inaccuracies or omissions that may relate to product descriptions, pricing, promotions, offers, product shipping charges, transit times and availability. We reserve the right to correct any errors, inaccuracies or omissions, and to change or update information or cancel orders if any information in the Service or on any related website is inaccurate at any time without prior notice (including after you have submitted your order).<br>We undertake no obligation to update, amend or clarify information in the Service or on any related website, including without limitation, pricing information, except as required by law. No specified update or refresh date applied in the Service or on any related website, should be taken to indicate that all information in the Service or on any related website has been modified or updated.<br><br>SECTION 12 - PROHIBITED USES<br><br>In addition to other prohibitions as set forth in the Terms of Service, you are prohibited from using the site or its content: (a) for any unlawful purpose; (b) to solicit others to perform or participate in any unlawful acts; (c) to violate any international, federal, provincial or state regulations, rules, laws, or local ordinances; (d) to infringe upon or violate our intellectual property rights or the intellectual property rights of others; (e) to harass, abuse, insult, harm, defame, slander, disparage, intimidate, or discriminate based on gender, sexual orientation, religion, ethnicity, race, age, national origin, or disability; (f) to submit false or misleading information; (g) to upload or transmit viruses or any other type of malicious code that will or may be used in any way that will affect the functionality or operation of the Service or of any related website, other websites, or the Internet; (h) to collect or track the personal information of others; (i) to spam, phish, pharm, pretext, spider, crawl, or scrape; (j) for any obscene or immoral purpose; or (k) to interfere with or circumvent the security features of the Service or any related website, other websites, or the Internet. We reserve the right to terminate your use of the Service or any related website for violating any of the prohibited uses.<br><br>SECTION 13 - DISCLAIMER OF WARRANTIES; LIMITATION OF LIABILITY<br><br>We do not guarantee, represent or warrant that your use of our service will be uninterrupted, timely, secure or error-free.<br>We do not warrant that the results that may be obtained from the use of the service will be accurate or reliable.<br>You agree that from time to time we may remove the service for indefinite periods of time or cancel the service at any time, without notice to you.<br>You expressly agree that your use of, or inability to use, the service is at your sole risk. The service and all products and services delivered to you through the service are (except as expressly stated by us) provided \'as is\' and \'as available\' for your use, without any representation, warranties or conditions of any kind, either express or implied, including all implied warranties or conditions of merchantability, merchantable quality, fitness for a particular purpose, durability, title, and non-infringement.<br>In no case shall Blackhawk Custom, LLC, our directors, officers, employees, affiliates, agents, contractors, interns, suppliers, service providers or licensors be liable for any injury, loss, claim, or any direct, indirect, incidental, punitive, special, or consequential damages of any kind, including, without limitation lost profits, lost revenue, lost savings, loss of data, replacement costs, or any similar damages, whether based in contract, tort (including negligence), strict liability or otherwise, arising from your use of any of the service or any products procured using the service, or for any other claim related in any way to your use of the service or any product, including, but not limited to, any errors or omissions in any content, or any loss or damage of any kind incurred as a result of the use of the service or any content (or product) posted, transmitted, or otherwise made available via the service, even if advised of their possibility. Because some states or jurisdictions do not allow the exclusion or the limitation of liability for consequential or incidental damages, in such states or jurisdictions, our liability shall be limited to the maximum extent permitted by law.<br><br>SECTION 14 - INDEMNIFICATION<br><br>You agree to indemnify, defend and hold harmless Blackhawk Custom, LLC and our parent, subsidiaries, affiliates, partners, officers, directors, agents, contractors, licensors, service providers, subcontractors, suppliers, interns and employees, harmless from any claim or demand, including reasonable attorneysâ€™ fees, made by any third-party due to or arising out of your breach of these Terms of Service or the documents they incorporate by reference, or your violation of any law or the rights of a third-party.<br><br>SECTION 15 - SEVERABILITY<br><br>In the event that any provision of these Terms of Service is determined to be unlawful, void or unenforceable, such provision shall nonetheless be enforceable to the fullest extent permitted by applicable law, and the unenforceable portion shall be deemed to be severed from these Terms of Service, such determination shall not affect the validity and enforceability of any other remaining provisions.<br><br>SECTION 16 - TERMINATION<br><br>The obligations and liabilities of the parties incurred prior to the termination date shall survive the termination of this agreement for all purposes.<br>These Terms of Service are effective unless and until terminated by either you or us. You may terminate these Terms of Service at any time by notifying us that you no longer wish to use our Services, or when you cease using our site.<br>If in our sole judgment you fail, or we suspect that you have failed, to comply with any term or provision of these Terms of Service, we also may terminate this agreement at any time without notice and you will remain liable for all amounts due up to and including the date of termination; and/or accordingly may deny you access to our Services (or any part thereof).<br><br>SECTION 17 - ENTIRE AGREEMENT<br><br>The failure of us to exercise or enforce any right or provision of these Terms of Service shall not constitute a waiver of such right or provision.<br>These Terms of Service and any policies or operating rules posted by us on this site or in respect to The Service constitutes the entire agreement and understanding between you and us and govern your use of the Service, superseding any prior or contemporaneous agreements, communications and proposals, whether oral or written, between you and us (including, but not limited to, any prior versions of the Terms of Service).<br>Any ambiguities in the interpretation of these Terms of Service shall not be construed against the drafting party.<br><br>SECTION 18 - GOVERNING LAW<br><br>These Terms of Service and any separate agreements whereby we provide you Services shall be governed by and construed in accordance with the laws of 825 South Kings Highway, Fort Pierce, FL 34945.<br><br>SECTION 19 - CHANGES TO TERMS OF SERVICE<br><br>You can review the most current version of the Terms of Service at any time at this page.<br>We reserve the right, at our sole discretion, to update, change or replace any part of these Terms of Service by posting updates and changes to our website. It is your responsibility to check our website periodically for changes. Your continued use of or access to our website or the Service following the posting of any changes to these Terms of Service constitutes acceptance of those changes.<br><br>SECTION 20 - CONTACT INFORMATION<br><br>Questions about the Terms of Service should be sent to us at <a href=\"mailto:admin@blackhawkcustom.com\" target=\"_blank\">admin@blackhawkcustom.com</a></p></div></div>\n</div>'),(3381,317,'tve_revision_tve_content_more_found',''),(3382,317,'tve_revision_tve_save_post',''),(3383,317,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Special+Elite:400&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Merriweather:400,400i,900,900i&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Montserrat:400,900,800,200,100&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-1642b6ab2bb\"] { padding: 5px !important; }[data-css=\"tve-u-1642b593fd4\"] { float: none; width: 100%; padding: 5px !important; margin-left: auto !important; margin-right: auto !important; }#tcb_landing_page a:not(.tcb-button-link) { color: rgb(255, 255, 255); }.tcb-plain-text strong { font-weight: 900; }#tcb_landing_page input strong { font-weight: 900; }#tcb_landing_page .tcb-button-link strong { font-weight: 900; }#tcb_landing_page p strong, #tcb_landing_page li strong { font-weight: 900; }#tcb_landing_page input { font-family: Merriweather; font-weight: 400; }#tcb_landing_page .tcb-button-link { font-family: Merriweather; font-weight: 400; }#tcb_landing_page p, #tcb_landing_page li { font-family: Merriweather; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h6 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h5 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h4 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h3 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h2 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h1 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(255, 255, 255); }.tcb-plain-text { font-size: 20px; color: rgb(255, 255, 255); font-family: Montserrat; font-weight: 400; }[data-css=\"tve-u-15e09c94f7d\"] { background-color: rgb(255, 255, 255); background-image: linear-gradient(rgb(0, 0, 0), rgb(0, 0, 0)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }.tve_post_lp > div > #tve_editor { margin-left: auto; margin-right: auto; max-width: 1200px; padding: 0px 20px; }#tve_editor [data-css=\"tve-u-165e62d8c6d\"] { font-family: \"Special Elite\" !important; font-weight: 400 !important; }#tcb_landing_page .tcb-plain-text { color: rgb(255, 255, 255); font-family: Merriweather; font-weight: 400; }#tcb_landing_page .tcb-plain-text strong { font-weight: 900; }[data-css=\"tve-u-165e634e360\"] .tve_w_menu { background-color: rgb(0, 0, 0) !important; }[data-css=\"tve-u-165e634e360\"] { border: none; max-width: 920px; margin-left: auto !important; margin-right: auto !important; float: none; width: 100%; }#tve_editor [data-css=\"tve-u-165e634432d\"] #menu-item-109 > a { font-family: \"Special Elite\"; font-weight: 600; font-size: 15px !important; }#tve_editor [data-css=\"tve-u-165e634432d\"] #menu-item-102 > a { font-family: \"Special Elite\"; font-weight: 600; font-size: 15px !important; }#tve_editor [data-css=\"tve-u-165e634432d\"] #menu-item-103 > a { font-family: \"Special Elite\"; font-weight: 600; font-size: 15px !important; }#tve_editor [data-css=\"tve-u-165e634432d\"] #menu-item-104 > a { font-family: \"Special Elite\"; font-weight: 600; font-size: 15px !important; }#tve_editor [data-css=\"tve-u-165e634432d\"] #menu-item-153 > a { font-family: \"Special Elite\"; font-weight: 600; font-size: 15px !important; }[data-css=\"tve-u-165e634432d\"] #menu-item-109 { padding: 14px 28px !important; }[data-css=\"tve-u-165e634432d\"] #menu-item-102 { padding: 14px 28px !important; }[data-css=\"tve-u-165e634432d\"] #menu-item-103 { padding: 14px 28px !important; }[data-css=\"tve-u-165e634432d\"] #menu-item-104 { padding: 14px 28px !important; }[data-css=\"tve-u-165e634432d\"] #menu-item-153 { padding: 14px 28px !important; }[data-css=\"tve-u-165e634432d\"] #menu-item-109.menu-item { margin-right: 37px; }[data-css=\"tve-u-165e634432d\"] #menu-item-102.menu-item { margin-right: 37px; }[data-css=\"tve-u-165e634432d\"] #menu-item-103.menu-item { margin-right: 37px; }[data-css=\"tve-u-165e634432d\"] #menu-item-104.menu-item { margin-right: 37px; }[data-css=\"tve-u-165e634432d\"] #menu-item-153.menu-item { margin-right: 37px; }}@media (max-width: 1023px){#tve_editor [data-css=\"tve-u-165e634432d\"] .tcb-icon-open > :first-child { color: rgb(255, 255, 255); }}@media (max-width: 767px){.tve_post_lp > div > #tve_editor { padding: 0px 10px; }#tve_editor [data-css=\"tve-u-165e634432d\"] .tcb-icon-open > :first-child { color: rgb(255, 255, 255); }}'),(3384,317,'tve_revision_tve_user_custom_css',''),(3385,317,'tve_revision_tve_page_events','a:0:{}'),(3386,317,'tve_revision_tve_globals','a:2:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";s:8:\"font_cls\";a:0:{}}'),(3387,317,'tve_revision_tve_global_scripts',''),(3388,317,'tve_revision_thrive_icon_pack','0'),(3389,317,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(3390,317,'tve_revision_tve_has_masonry','0'),(3391,317,'tve_revision_tve_has_typefocus','0'),(3392,317,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-custom-menu-inside\" style=\"z-index: 8;\" data-css=\"tve-u-1642b593fd4\" wfd-id=\"38\">\n<div class=\"tve-content-box-background\" wfd-id=\"74\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" style=\"z-index: 8;\" wfd-id=\"39\"><div class=\"thrv_wrapper thrv_widget_menu tve-custom-menu-upgrade      tve-menu-template-dark-tmp-sixth tve-menu-style-none tve-dropdown-icon-style_1 tve-mobile-dropdown\" data-tve-style=\"tve_horizontal\" data-tve-switch-icon=\"mobile,tablet\" data-css=\"tve-u-165e634e360\" style=\"z-index: 8;\" tcb-template-name=\"Separator Dark\" tcb-template-id=\"dark-tmp-sixth\" wfd-id=\"46\">	<div class=\"thrive-shortcode-config\" style=\"display: none !important\" wfd-id=\"73\">__CONFIG_widget_menu__{\"menu_id\":\"4\",\"color\":\"tve_red\",\"dir\":\"tve_horizontal\",\"font_class\":\"\",\"font_size\":\"\",\"ul_attr\":\"\",\"link_attr\":\"\",\"top_link_attr\":\"\",\"trigger_attr\":\"\",\"primary\":\"\",\"head_css\":\"tve-u-165e634432d\",\"background_hover\":\"\",\"main_hover\":\"\",\"child_hover\":\"\",\"group_edit\":[],\"menu_style\":\"none\",\"dropdown_icon\":\"style_1\",\"mobile_side\":\"dropdown\",\"mobile_icon\":\"\",\"switch_to_icon\":\"mobile,tablet\",\"template\":\"dark-tmp-sixth\",\"template_name\":\"Separator Dark\"}__CONFIG_widget_menu__</div>\n</div><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" wfd-id=\"43\"><h2 data-css=\"tve-u-165e62d8c6d\">Terms &amp; Conditions</h2></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1642b6ab2bb\" wfd-id=\"40\"><p>TERMS OF SERVICE<br><br>-----<br><br>OVERVIEW<br><br>This website is operated by Blackhawk Custom, LLC. Throughout the site, the terms â€œweâ€, â€œusâ€ and â€œourâ€ refer to Blackhawk Custom, LLC. Blackhawk Custom, LLC offers this website, including all information, tools and services available from this site to you, the user, conditioned upon your acceptance of all terms, conditions, policies and notices stated here.<br><br>By visiting our site and/ or purchasing something from us, you engage in our â€œServiceâ€ and agree to be bound by the following terms and conditions (â€œTerms of Serviceâ€, â€œTermsâ€), including those additional terms, conditions, and policies referenced herein and/or available by hyperlink. These Terms of Service apply to all users of the site, including without limitation users who are browsers, vendors, customers, merchants, and/ or contributors of content.<br><br>Please read these Terms of Service carefully before accessing or using our website. By accessing or using any part of the site, you agree to be bound by these Terms of Service. If you do not agree to all the terms and conditions of this agreement, then you may not access the website or use any services. If these Terms of Service are considered an offer, acceptance is expressly limited to these Terms of Service.<br><br>Any new features or tools which are added to the current store shall also be subject to the Terms of Service. You can review the most current version of the Terms of Service at any time on this page. We reserve the right to update, change or replace any part of these Terms of Service by posting updates and/or changes to our website. It is your responsibility to check this page periodically for changes. Your continued use of or access to the website following the posting of any changes constitutes acceptance of those changes.<br><br>SECTION 1 - ONLINE STORE TERMS<br><br>By agreeing to these Terms of Service, you represent that you are at least the age of majority in your state or province of residence, or that you are the age of majority in your state or province of residence and you have given us your consent to allow any of your minor dependents to use this site.<br>You may not use our products for any illegal or unauthorized purpose nor may you, in the use of the Service, violate any laws in your jurisdiction (including but not limited to copyright laws).<br>You must not transmit any worms or viruses or any code of a destructive nature.<br>A breach or violation of any of the Terms will result in an immediate termination of your Services.<br><br>SECTION 2 - GENERAL CONDITIONS<br><br>We reserve the right to refuse service to anyone for any reason at any time.<br>You understand that your content (not including credit card information), may be transferred unencrypted and involve (a) transmissions over various networks; and (b) changes to conform and adapt to technical requirements of connecting networks or devices. Credit card information is always encrypted during transfer over networks.<br>You agree not to reproduce, duplicate, copy, sell, resell or exploit any portion of the Service, use of the Service, or access to the Service or any contact on the website through which the service is provided, without express written permission by us.<br>The headings used in this agreement are included for convenience only and will not limit or otherwise affect these Terms.<br><br>SECTION 3 - ACCURACY, COMPLETENESS AND TIMELINESS OF INFORMATION<br><br>We are not responsible if information made available on this site is not accurate, complete or current. The material on this site is provided for general information only and should not be relied upon or used as the sole basis for making decisions without consulting primary, more accurate, more complete or more timely sources of information. Any reliance on the material on this site is at your own risk.<br>This site may contain certain historical information. Historical information, necessarily, is not current and is provided for your reference only. We reserve the right to modify the contents of this site at any time, but we have no obligation to update any information on our site. You agree that it is your responsibility to monitor changes to our site.<br><br>SECTION 4 - MODIFICATIONS TO THE SERVICE AND PRICES<br><br>The prices for our products are subject to change without notice.<br>We reserve the right at any time to modify or discontinue the Service (or any part or content thereof) without notice at any time.<br>We shall not be liable to you or to any third-party for any modification, price change, suspension or discontinuance of the Service.<br><br>SECTION 5 - PRODUCTS OR SERVICES (if applicable)<br><br>Certain products or services may be available exclusively online through the website. These products or services may have limited quantities and are subject to return or exchange only according to our Return Policy.<br>We have made every effort to display as accurately as possible the colors and images of our products that appear at the store. We cannot guarantee that your computer monitor\'s display of any color will be accurate.<br>We reserve the right, but are not obligated, to limit the sales of our products or Services to any person, geographic region or jurisdiction. We may exercise this right on a case-by-case basis. We reserve the right to limit the quantities of any products or services that we offer. All descriptions of products or product pricing are subject to change at anytime without notice, at the sole discretion of us. We reserve the right to discontinue any product at any time. Any offer for any product or service made on this site is void where prohibited.<br>We do not warrant that the quality of any products, services, information, or other material purchased or obtained by you will meet your expectations, or that any errors in the Service will be corrected.<br><br>SECTION 6 - ACCURACY OF BILLING AND ACCOUNT INFORMATION<br><br>We reserve the right to refuse any order you place with us. We may, in our sole discretion, limit or cancel quantities purchased per person, per household or per order. These restrictions may include orders placed by or under the same customer account, the same credit card, and/or orders that use the same billing and/or shipping address. In the event that we make a change to or cancel an order, we may attempt to notify you by contacting the e-mail and/or billing address/phone number provided at the time the order was made. We reserve the right to limit or prohibit orders that, in our sole judgment, appear to be placed by dealers, resellers or distributors.<br><br>You agree to provide current, complete and accurate purchase and account information for all purchases made at our store. You agree to promptly update your account and other information, including your email address and credit card numbers and expiration dates, so that we can complete your transactions and contact you as needed.<br><br>For more detail, please review our Returns Policy.<br><br>SECTION 7 - OPTIONAL TOOLS<br><br>We may provide you with access to third-party tools over which we neither monitor nor have any control nor input.<br>You acknowledge and agree that we provide access to such tools â€as isâ€ and â€œas availableâ€ without any warranties, representations or conditions of any kind and without any endorsement. We shall have no liability whatsoever arising from or relating to your use of optional third-party tools.<br>Any use by you of optional tools offered through the site is entirely at your own risk and discretion and you should ensure that you are familiar with and approve of the terms on which tools are provided by the relevant third-party provider(s).<br>We may also, in the future, offer new services and/or features through the website (including, the release of new tools and resources). Such new features and/or services shall also be subject to these Terms of Service.<br><br>SECTION 8 - THIRD-PARTY LINKS<br><br>Certain content, products and services available via our Service may include materials from third-parties.<br>Third-party links on this site may direct you to third-party websites that are not affiliated with us. We are not responsible for examining or evaluating the content or accuracy and we do not warrant and will not have any liability or responsibility for any third-party materials or websites, or for any other materials, products, or services of third-parties.<br>We are not liable for any harm or damages related to the purchase or use of goods, services, resources, content, or any other transactions made in connection with any third-party websites. Please review carefully the third-party\'s policies and practices and make sure you understand them before you engage in any transaction. Complaints, claims, concerns, or questions regarding third-party products should be directed to the third-party.<br><br>SECTION 9 - USER COMMENTS, FEEDBACK AND OTHER SUBMISSIONS<br><br>If, at our request, you send certain specific submissions (for example contest entries) or without a request from us you send creative ideas, suggestions, proposals, plans, or other materials, whether online, by email, by postal mail, or otherwise (collectively, \'comments\'), you agree that we may, at any time, without restriction, edit, copy, publish, distribute, translate and otherwise use in any medium any comments that you forward to us. We are and shall be under no obligation (1) to maintain any comments in confidence; (2) to pay compensation for any comments; or (3) to respond to any comments.<br>We may, but have no obligation to, monitor, edit or remove content that we determine in our sole discretion are unlawful, offensive, threatening, libelous, defamatory, pornographic, obscene or otherwise objectionable or violates any partyâ€™s intellectual property or these Terms of Service.<br>You agree that your comments will not violate any right of any third-party, including copyright, trademark, privacy, personality or other personal or proprietary right. You further agree that your comments will not contain libelous or otherwise unlawful, abusive or obscene material, or contain any computer virus or other malware that could in any way affect the operation of the Service or any related website. You may not use a false e-mail address, pretend to be someone other than yourself, or otherwise mislead us or third-parties as to the origin of any comments. You are solely responsible for any comments you make and their accuracy. We take no responsibility and assume no liability for any comments posted by you or any third-party.<br><br>SECTION 10 - PERSONAL INFORMATION<br><br>Your submission of personal information through the store is governed by our Privacy Policy. To view our Privacy Policy.<br><br>SECTION 11 - ERRORS, INACCURACIES AND OMISSIONS<br><br>Occasionally there may be information on our site or in the Service that contains typographical errors, inaccuracies or omissions that may relate to product descriptions, pricing, promotions, offers, product shipping charges, transit times and availability. We reserve the right to correct any errors, inaccuracies or omissions, and to change or update information or cancel orders if any information in the Service or on any related website is inaccurate at any time without prior notice (including after you have submitted your order).<br>We undertake no obligation to update, amend or clarify information in the Service or on any related website, including without limitation, pricing information, except as required by law. No specified update or refresh date applied in the Service or on any related website, should be taken to indicate that all information in the Service or on any related website has been modified or updated.<br><br>SECTION 12 - PROHIBITED USES<br><br>In addition to other prohibitions as set forth in the Terms of Service, you are prohibited from using the site or its content: (a) for any unlawful purpose; (b) to solicit others to perform or participate in any unlawful acts; (c) to violate any international, federal, provincial or state regulations, rules, laws, or local ordinances; (d) to infringe upon or violate our intellectual property rights or the intellectual property rights of others; (e) to harass, abuse, insult, harm, defame, slander, disparage, intimidate, or discriminate based on gender, sexual orientation, religion, ethnicity, race, age, national origin, or disability; (f) to submit false or misleading information; (g) to upload or transmit viruses or any other type of malicious code that will or may be used in any way that will affect the functionality or operation of the Service or of any related website, other websites, or the Internet; (h) to collect or track the personal information of others; (i) to spam, phish, pharm, pretext, spider, crawl, or scrape; (j) for any obscene or immoral purpose; or (k) to interfere with or circumvent the security features of the Service or any related website, other websites, or the Internet. We reserve the right to terminate your use of the Service or any related website for violating any of the prohibited uses.<br><br>SECTION 13 - DISCLAIMER OF WARRANTIES; LIMITATION OF LIABILITY<br><br>We do not guarantee, represent or warrant that your use of our service will be uninterrupted, timely, secure or error-free.<br>We do not warrant that the results that may be obtained from the use of the service will be accurate or reliable.<br>You agree that from time to time we may remove the service for indefinite periods of time or cancel the service at any time, without notice to you.<br>You expressly agree that your use of, or inability to use, the service is at your sole risk. The service and all products and services delivered to you through the service are (except as expressly stated by us) provided \'as is\' and \'as available\' for your use, without any representation, warranties or conditions of any kind, either express or implied, including all implied warranties or conditions of merchantability, merchantable quality, fitness for a particular purpose, durability, title, and non-infringement.<br>In no case shall Blackhawk Custom, LLC, our directors, officers, employees, affiliates, agents, contractors, interns, suppliers, service providers or licensors be liable for any injury, loss, claim, or any direct, indirect, incidental, punitive, special, or consequential damages of any kind, including, without limitation lost profits, lost revenue, lost savings, loss of data, replacement costs, or any similar damages, whether based in contract, tort (including negligence), strict liability or otherwise, arising from your use of any of the service or any products procured using the service, or for any other claim related in any way to your use of the service or any product, including, but not limited to, any errors or omissions in any content, or any loss or damage of any kind incurred as a result of the use of the service or any content (or product) posted, transmitted, or otherwise made available via the service, even if advised of their possibility. Because some states or jurisdictions do not allow the exclusion or the limitation of liability for consequential or incidental damages, in such states or jurisdictions, our liability shall be limited to the maximum extent permitted by law.<br><br>SECTION 14 - INDEMNIFICATION<br><br>You agree to indemnify, defend and hold harmless Blackhawk Custom, LLC and our parent, subsidiaries, affiliates, partners, officers, directors, agents, contractors, licensors, service providers, subcontractors, suppliers, interns and employees, harmless from any claim or demand, including reasonable attorneysâ€™ fees, made by any third-party due to or arising out of your breach of these Terms of Service or the documents they incorporate by reference, or your violation of any law or the rights of a third-party.<br><br>SECTION 15 - SEVERABILITY<br><br>In the event that any provision of these Terms of Service is determined to be unlawful, void or unenforceable, such provision shall nonetheless be enforceable to the fullest extent permitted by applicable law, and the unenforceable portion shall be deemed to be severed from these Terms of Service, such determination shall not affect the validity and enforceability of any other remaining provisions.<br><br>SECTION 16 - TERMINATION<br><br>The obligations and liabilities of the parties incurred prior to the termination date shall survive the termination of this agreement for all purposes.<br>These Terms of Service are effective unless and until terminated by either you or us. You may terminate these Terms of Service at any time by notifying us that you no longer wish to use our Services, or when you cease using our site.<br>If in our sole judgment you fail, or we suspect that you have failed, to comply with any term or provision of these Terms of Service, we also may terminate this agreement at any time without notice and you will remain liable for all amounts due up to and including the date of termination; and/or accordingly may deny you access to our Services (or any part thereof).<br><br>SECTION 17 - ENTIRE AGREEMENT<br><br>The failure of us to exercise or enforce any right or provision of these Terms of Service shall not constitute a waiver of such right or provision.<br>These Terms of Service and any policies or operating rules posted by us on this site or in respect to The Service constitutes the entire agreement and understanding between you and us and govern your use of the Service, superseding any prior or contemporaneous agreements, communications and proposals, whether oral or written, between you and us (including, but not limited to, any prior versions of the Terms of Service).<br>Any ambiguities in the interpretation of these Terms of Service shall not be construed against the drafting party.<br><br>SECTION 18 - GOVERNING LAW<br><br>These Terms of Service and any separate agreements whereby we provide you Services shall be governed by and construed in accordance with the laws of 825 South Kings Highway, Fort Pierce, FL 34945.<br><br>SECTION 19 - CHANGES TO TERMS OF SERVICE<br><br>You can review the most current version of the Terms of Service at any time at this page.<br>We reserve the right, at our sole discretion, to update, change or replace any part of these Terms of Service by posting updates and changes to our website. It is your responsibility to check our website periodically for changes. Your continued use of or access to our website or the Service following the posting of any changes to these Terms of Service constitutes acceptance of those changes.<br><br>SECTION 20 - CONTACT INFORMATION<br><br>Questions about the Terms of Service should be sent to us at <a href=\"mailto:admin@blackhawkcustom.com\" target=\"_blank\">admin@blackhawkcustom.com</a></p></div></div>\n</div>'),(3393,317,'tve_revision_tve_has_wistia_popover','0'),(3397,318,'tve_revision_tve_content_more_found',''),(3398,318,'tve_revision_tve_save_post',''),(3399,318,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Special+Elite:400&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Merriweather:400,400i,900,900i&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Montserrat:400,900,800,200,100&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-1642b6ab2bb\"] { padding: 5px !important; }[data-css=\"tve-u-1642b593fd4\"] { float: none; width: 100%; padding: 25px 5px 5px !important; margin-left: auto !important; margin-right: auto !important; margin-top: 30px !important; }#tcb_landing_page a:not(.tcb-button-link) { color: rgb(255, 255, 255); }.tcb-plain-text strong { font-weight: 900; }#tcb_landing_page input strong { font-weight: 900; }#tcb_landing_page .tcb-button-link strong { font-weight: 900; }#tcb_landing_page p strong, #tcb_landing_page li strong { font-weight: 900; }#tcb_landing_page input { font-family: Merriweather; font-weight: 400; }#tcb_landing_page .tcb-button-link { font-family: Merriweather; font-weight: 400; }#tcb_landing_page p, #tcb_landing_page li { font-family: Merriweather; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h6 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h5 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h4 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h3 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h2 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h1 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(255, 255, 255); }.tcb-plain-text { font-size: 20px; color: rgb(255, 255, 255); font-family: Montserrat; font-weight: 400; }[data-css=\"tve-u-15e09c94f7d\"] { background-color: rgb(255, 255, 255); background-image: linear-gradient(rgb(0, 0, 0), rgb(0, 0, 0)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }.tve_post_lp > div > #tve_editor { margin-left: auto; margin-right: auto; max-width: 1200px; padding: 0px 20px; }#tve_editor [data-css=\"tve-u-165e62d8c6d\"] { font-family: \"Special Elite\" !important; font-weight: 400 !important; }#tcb_landing_page .tcb-plain-text { color: rgb(255, 255, 255); font-family: Merriweather; font-weight: 400; }#tcb_landing_page .tcb-plain-text strong { font-weight: 900; }[data-css=\"tve-u-165e642ffaf\"] { margin-top: 10px !important; }}@media (max-width: 767px){.tve_post_lp > div > #tve_editor { padding: 0px 10px; }}'),(3400,318,'tve_revision_tve_user_custom_css',''),(3401,318,'tve_revision_tve_page_events','a:0:{}'),(3402,318,'tve_revision_tve_globals','a:2:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";s:8:\"font_cls\";a:0:{}}'),(3403,318,'tve_revision_tve_global_scripts',''),(3404,318,'tve_revision_thrive_icon_pack','0'),(3405,318,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(3406,318,'tve_revision_tve_has_masonry','0'),(3407,318,'tve_revision_tve_has_typefocus','0'),(3408,318,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-custom-menu-inside\" style=\"z-index: 8;\" data-css=\"tve-u-1642b593fd4\" wfd-id=\"58\">\n<div class=\"tve-content-box-background\" wfd-id=\"66\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" style=\"z-index: 8;\" wfd-id=\"59\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-165e642ffaf\" wfd-id=\"63\"><h2 data-css=\"tve-u-165e62d8c6d\">Terms &amp; Conditions</h2></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1642b6ab2bb\" wfd-id=\"60\"><p>TERMS OF SERVICE<br><br>-----<br><br>OVERVIEW<br><br>This website is operated by Blackhawk Custom, LLC. Throughout the site, the terms â€œweâ€, â€œusâ€ and â€œourâ€ refer to Blackhawk Custom, LLC. Blackhawk Custom, LLC offers this website, including all information, tools and services available from this site to you, the user, conditioned upon your acceptance of all terms, conditions, policies and notices stated here.<br><br>By visiting our site and/ or purchasing something from us, you engage in our â€œServiceâ€ and agree to be bound by the following terms and conditions (â€œTerms of Serviceâ€, â€œTermsâ€), including those additional terms, conditions, and policies referenced herein and/or available by hyperlink. These Terms of Service apply to all users of the site, including without limitation users who are browsers, vendors, customers, merchants, and/ or contributors of content.<br><br>Please read these Terms of Service carefully before accessing or using our website. By accessing or using any part of the site, you agree to be bound by these Terms of Service. If you do not agree to all the terms and conditions of this agreement, then you may not access the website or use any services. If these Terms of Service are considered an offer, acceptance is expressly limited to these Terms of Service.<br><br>Any new features or tools which are added to the current store shall also be subject to the Terms of Service. You can review the most current version of the Terms of Service at any time on this page. We reserve the right to update, change or replace any part of these Terms of Service by posting updates and/or changes to our website. It is your responsibility to check this page periodically for changes. Your continued use of or access to the website following the posting of any changes constitutes acceptance of those changes.<br><br>SECTION 1 - ONLINE STORE TERMS<br><br>By agreeing to these Terms of Service, you represent that you are at least the age of majority in your state or province of residence, or that you are the age of majority in your state or province of residence and you have given us your consent to allow any of your minor dependents to use this site.<br>You may not use our products for any illegal or unauthorized purpose nor may you, in the use of the Service, violate any laws in your jurisdiction (including but not limited to copyright laws).<br>You must not transmit any worms or viruses or any code of a destructive nature.<br>A breach or violation of any of the Terms will result in an immediate termination of your Services.<br><br>SECTION 2 - GENERAL CONDITIONS<br><br>We reserve the right to refuse service to anyone for any reason at any time.<br>You understand that your content (not including credit card information), may be transferred unencrypted and involve (a) transmissions over various networks; and (b) changes to conform and adapt to technical requirements of connecting networks or devices. Credit card information is always encrypted during transfer over networks.<br>You agree not to reproduce, duplicate, copy, sell, resell or exploit any portion of the Service, use of the Service, or access to the Service or any contact on the website through which the service is provided, without express written permission by us.<br>The headings used in this agreement are included for convenience only and will not limit or otherwise affect these Terms.<br><br>SECTION 3 - ACCURACY, COMPLETENESS AND TIMELINESS OF INFORMATION<br><br>We are not responsible if information made available on this site is not accurate, complete or current. The material on this site is provided for general information only and should not be relied upon or used as the sole basis for making decisions without consulting primary, more accurate, more complete or more timely sources of information. Any reliance on the material on this site is at your own risk.<br>This site may contain certain historical information. Historical information, necessarily, is not current and is provided for your reference only. We reserve the right to modify the contents of this site at any time, but we have no obligation to update any information on our site. You agree that it is your responsibility to monitor changes to our site.<br><br>SECTION 4 - MODIFICATIONS TO THE SERVICE AND PRICES<br><br>The prices for our products are subject to change without notice.<br>We reserve the right at any time to modify or discontinue the Service (or any part or content thereof) without notice at any time.<br>We shall not be liable to you or to any third-party for any modification, price change, suspension or discontinuance of the Service.<br><br>SECTION 5 - PRODUCTS OR SERVICES (if applicable)<br><br>Certain products or services may be available exclusively online through the website. These products or services may have limited quantities and are subject to return or exchange only according to our Return Policy.<br>We have made every effort to display as accurately as possible the colors and images of our products that appear at the store. We cannot guarantee that your computer monitor\'s display of any color will be accurate.<br>We reserve the right, but are not obligated, to limit the sales of our products or Services to any person, geographic region or jurisdiction. We may exercise this right on a case-by-case basis. We reserve the right to limit the quantities of any products or services that we offer. All descriptions of products or product pricing are subject to change at anytime without notice, at the sole discretion of us. We reserve the right to discontinue any product at any time. Any offer for any product or service made on this site is void where prohibited.<br>We do not warrant that the quality of any products, services, information, or other material purchased or obtained by you will meet your expectations, or that any errors in the Service will be corrected.<br><br>SECTION 6 - ACCURACY OF BILLING AND ACCOUNT INFORMATION<br><br>We reserve the right to refuse any order you place with us. We may, in our sole discretion, limit or cancel quantities purchased per person, per household or per order. These restrictions may include orders placed by or under the same customer account, the same credit card, and/or orders that use the same billing and/or shipping address. In the event that we make a change to or cancel an order, we may attempt to notify you by contacting the e-mail and/or billing address/phone number provided at the time the order was made. We reserve the right to limit or prohibit orders that, in our sole judgment, appear to be placed by dealers, resellers or distributors.<br><br>You agree to provide current, complete and accurate purchase and account information for all purchases made at our store. You agree to promptly update your account and other information, including your email address and credit card numbers and expiration dates, so that we can complete your transactions and contact you as needed.<br><br>For more detail, please review our Returns Policy.<br><br>SECTION 7 - OPTIONAL TOOLS<br><br>We may provide you with access to third-party tools over which we neither monitor nor have any control nor input.<br>You acknowledge and agree that we provide access to such tools â€as isâ€ and â€œas availableâ€ without any warranties, representations or conditions of any kind and without any endorsement. We shall have no liability whatsoever arising from or relating to your use of optional third-party tools.<br>Any use by you of optional tools offered through the site is entirely at your own risk and discretion and you should ensure that you are familiar with and approve of the terms on which tools are provided by the relevant third-party provider(s).<br>We may also, in the future, offer new services and/or features through the website (including, the release of new tools and resources). Such new features and/or services shall also be subject to these Terms of Service.<br><br>SECTION 8 - THIRD-PARTY LINKS<br><br>Certain content, products and services available via our Service may include materials from third-parties.<br>Third-party links on this site may direct you to third-party websites that are not affiliated with us. We are not responsible for examining or evaluating the content or accuracy and we do not warrant and will not have any liability or responsibility for any third-party materials or websites, or for any other materials, products, or services of third-parties.<br>We are not liable for any harm or damages related to the purchase or use of goods, services, resources, content, or any other transactions made in connection with any third-party websites. Please review carefully the third-party\'s policies and practices and make sure you understand them before you engage in any transaction. Complaints, claims, concerns, or questions regarding third-party products should be directed to the third-party.<br><br>SECTION 9 - USER COMMENTS, FEEDBACK AND OTHER SUBMISSIONS<br><br>If, at our request, you send certain specific submissions (for example contest entries) or without a request from us you send creative ideas, suggestions, proposals, plans, or other materials, whether online, by email, by postal mail, or otherwise (collectively, \'comments\'), you agree that we may, at any time, without restriction, edit, copy, publish, distribute, translate and otherwise use in any medium any comments that you forward to us. We are and shall be under no obligation (1) to maintain any comments in confidence; (2) to pay compensation for any comments; or (3) to respond to any comments.<br>We may, but have no obligation to, monitor, edit or remove content that we determine in our sole discretion are unlawful, offensive, threatening, libelous, defamatory, pornographic, obscene or otherwise objectionable or violates any partyâ€™s intellectual property or these Terms of Service.<br>You agree that your comments will not violate any right of any third-party, including copyright, trademark, privacy, personality or other personal or proprietary right. You further agree that your comments will not contain libelous or otherwise unlawful, abusive or obscene material, or contain any computer virus or other malware that could in any way affect the operation of the Service or any related website. You may not use a false e-mail address, pretend to be someone other than yourself, or otherwise mislead us or third-parties as to the origin of any comments. You are solely responsible for any comments you make and their accuracy. We take no responsibility and assume no liability for any comments posted by you or any third-party.<br><br>SECTION 10 - PERSONAL INFORMATION<br><br>Your submission of personal information through the store is governed by our Privacy Policy. To view our Privacy Policy.<br><br>SECTION 11 - ERRORS, INACCURACIES AND OMISSIONS<br><br>Occasionally there may be information on our site or in the Service that contains typographical errors, inaccuracies or omissions that may relate to product descriptions, pricing, promotions, offers, product shipping charges, transit times and availability. We reserve the right to correct any errors, inaccuracies or omissions, and to change or update information or cancel orders if any information in the Service or on any related website is inaccurate at any time without prior notice (including after you have submitted your order).<br>We undertake no obligation to update, amend or clarify information in the Service or on any related website, including without limitation, pricing information, except as required by law. No specified update or refresh date applied in the Service or on any related website, should be taken to indicate that all information in the Service or on any related website has been modified or updated.<br><br>SECTION 12 - PROHIBITED USES<br><br>In addition to other prohibitions as set forth in the Terms of Service, you are prohibited from using the site or its content: (a) for any unlawful purpose; (b) to solicit others to perform or participate in any unlawful acts; (c) to violate any international, federal, provincial or state regulations, rules, laws, or local ordinances; (d) to infringe upon or violate our intellectual property rights or the intellectual property rights of others; (e) to harass, abuse, insult, harm, defame, slander, disparage, intimidate, or discriminate based on gender, sexual orientation, religion, ethnicity, race, age, national origin, or disability; (f) to submit false or misleading information; (g) to upload or transmit viruses or any other type of malicious code that will or may be used in any way that will affect the functionality or operation of the Service or of any related website, other websites, or the Internet; (h) to collect or track the personal information of others; (i) to spam, phish, pharm, pretext, spider, crawl, or scrape; (j) for any obscene or immoral purpose; or (k) to interfere with or circumvent the security features of the Service or any related website, other websites, or the Internet. We reserve the right to terminate your use of the Service or any related website for violating any of the prohibited uses.<br><br>SECTION 13 - DISCLAIMER OF WARRANTIES; LIMITATION OF LIABILITY<br><br>We do not guarantee, represent or warrant that your use of our service will be uninterrupted, timely, secure or error-free.<br>We do not warrant that the results that may be obtained from the use of the service will be accurate or reliable.<br>You agree that from time to time we may remove the service for indefinite periods of time or cancel the service at any time, without notice to you.<br>You expressly agree that your use of, or inability to use, the service is at your sole risk. The service and all products and services delivered to you through the service are (except as expressly stated by us) provided \'as is\' and \'as available\' for your use, without any representation, warranties or conditions of any kind, either express or implied, including all implied warranties or conditions of merchantability, merchantable quality, fitness for a particular purpose, durability, title, and non-infringement.<br>In no case shall Blackhawk Custom, LLC, our directors, officers, employees, affiliates, agents, contractors, interns, suppliers, service providers or licensors be liable for any injury, loss, claim, or any direct, indirect, incidental, punitive, special, or consequential damages of any kind, including, without limitation lost profits, lost revenue, lost savings, loss of data, replacement costs, or any similar damages, whether based in contract, tort (including negligence), strict liability or otherwise, arising from your use of any of the service or any products procured using the service, or for any other claim related in any way to your use of the service or any product, including, but not limited to, any errors or omissions in any content, or any loss or damage of any kind incurred as a result of the use of the service or any content (or product) posted, transmitted, or otherwise made available via the service, even if advised of their possibility. Because some states or jurisdictions do not allow the exclusion or the limitation of liability for consequential or incidental damages, in such states or jurisdictions, our liability shall be limited to the maximum extent permitted by law.<br><br>SECTION 14 - INDEMNIFICATION<br><br>You agree to indemnify, defend and hold harmless Blackhawk Custom, LLC and our parent, subsidiaries, affiliates, partners, officers, directors, agents, contractors, licensors, service providers, subcontractors, suppliers, interns and employees, harmless from any claim or demand, including reasonable attorneysâ€™ fees, made by any third-party due to or arising out of your breach of these Terms of Service or the documents they incorporate by reference, or your violation of any law or the rights of a third-party.<br><br>SECTION 15 - SEVERABILITY<br><br>In the event that any provision of these Terms of Service is determined to be unlawful, void or unenforceable, such provision shall nonetheless be enforceable to the fullest extent permitted by applicable law, and the unenforceable portion shall be deemed to be severed from these Terms of Service, such determination shall not affect the validity and enforceability of any other remaining provisions.<br><br>SECTION 16 - TERMINATION<br><br>The obligations and liabilities of the parties incurred prior to the termination date shall survive the termination of this agreement for all purposes.<br>These Terms of Service are effective unless and until terminated by either you or us. You may terminate these Terms of Service at any time by notifying us that you no longer wish to use our Services, or when you cease using our site.<br>If in our sole judgment you fail, or we suspect that you have failed, to comply with any term or provision of these Terms of Service, we also may terminate this agreement at any time without notice and you will remain liable for all amounts due up to and including the date of termination; and/or accordingly may deny you access to our Services (or any part thereof).<br><br>SECTION 17 - ENTIRE AGREEMENT<br><br>The failure of us to exercise or enforce any right or provision of these Terms of Service shall not constitute a waiver of such right or provision.<br>These Terms of Service and any policies or operating rules posted by us on this site or in respect to The Service constitutes the entire agreement and understanding between you and us and govern your use of the Service, superseding any prior or contemporaneous agreements, communications and proposals, whether oral or written, between you and us (including, but not limited to, any prior versions of the Terms of Service).<br>Any ambiguities in the interpretation of these Terms of Service shall not be construed against the drafting party.<br><br>SECTION 18 - GOVERNING LAW<br><br>These Terms of Service and any separate agreements whereby we provide you Services shall be governed by and construed in accordance with the laws of 825 South Kings Highway, Fort Pierce, FL 34945.<br><br>SECTION 19 - CHANGES TO TERMS OF SERVICE<br><br>You can review the most current version of the Terms of Service at any time at this page.<br>We reserve the right, at our sole discretion, to update, change or replace any part of these Terms of Service by posting updates and changes to our website. It is your responsibility to check our website periodically for changes. Your continued use of or access to our website or the Service following the posting of any changes to these Terms of Service constitutes acceptance of those changes.<br><br>SECTION 20 - CONTACT INFORMATION<br><br>Questions about the Terms of Service should be sent to us at <a href=\"mailto:admin@blackhawkcustom.com\" target=\"_blank\">admin@blackhawkcustom.com</a></p></div></div>\n</div>'),(3409,318,'tve_revision_tve_has_wistia_popover','0'),(3410,319,'tve_revision_tve_landing_page','blank_v2'),(3411,319,'tve_revision_tve_disable_theme_dependency',''),(3412,319,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-custom-menu-inside\" style=\"z-index: 8;\" data-css=\"tve-u-1642b593fd4\" wfd-id=\"38\">\n<div class=\"tve-content-box-background\" wfd-id=\"46\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" style=\"z-index: 8;\" wfd-id=\"39\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-165e642ffaf\" wfd-id=\"43\"><h2 data-css=\"tve-u-165e62d8c6d\">Terms &amp; Conditions</h2></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1642b6ab2bb\" wfd-id=\"40\"><p>TERMS OF SERVICE<br><br>-----<br><br>OVERVIEW<br><br>This website is operated by Blackhawk Custom, LLC. Throughout the site, the terms â€œweâ€, â€œusâ€ and â€œourâ€ refer to Blackhawk Custom, LLC. Blackhawk Custom, LLC offers this website, including all information, tools and services available from this site to you, the user, conditioned upon your acceptance of all terms, conditions, policies and notices stated here.<br><br>By visiting our site and/ or purchasing something from us, you engage in our â€œServiceâ€ and agree to be bound by the following terms and conditions (â€œTerms of Serviceâ€, â€œTermsâ€), including those additional terms, conditions, and policies referenced herein and/or available by hyperlink. These Terms of Service apply to all users of the site, including without limitation users who are browsers, vendors, customers, merchants, and/ or contributors of content.<br><br>Please read these Terms of Service carefully before accessing or using our website. By accessing or using any part of the site, you agree to be bound by these Terms of Service. If you do not agree to all the terms and conditions of this agreement, then you may not access the website or use any services. If these Terms of Service are considered an offer, acceptance is expressly limited to these Terms of Service.<br><br>Any new features or tools which are added to the current store shall also be subject to the Terms of Service. You can review the most current version of the Terms of Service at any time on this page. We reserve the right to update, change or replace any part of these Terms of Service by posting updates and/or changes to our website. It is your responsibility to check this page periodically for changes. Your continued use of or access to the website following the posting of any changes constitutes acceptance of those changes.<br><br>SECTION 1 - ONLINE STORE TERMS<br><br>By agreeing to these Terms of Service, you represent that you are at least the age of majority in your state or province of residence, or that you are the age of majority in your state or province of residence and you have given us your consent to allow any of your minor dependents to use this site.<br>You may not use our products for any illegal or unauthorized purpose nor may you, in the use of the Service, violate any laws in your jurisdiction (including but not limited to copyright laws).<br>You must not transmit any worms or viruses or any code of a destructive nature.<br>A breach or violation of any of the Terms will result in an immediate termination of your Services.<br><br>SECTION 2 - GENERAL CONDITIONS<br><br>We reserve the right to refuse service to anyone for any reason at any time.<br>You understand that your content (not including credit card information), may be transferred unencrypted and involve (a) transmissions over various networks; and (b) changes to conform and adapt to technical requirements of connecting networks or devices. Credit card information is always encrypted during transfer over networks.<br>You agree not to reproduce, duplicate, copy, sell, resell or exploit any portion of the Service, use of the Service, or access to the Service or any contact on the website through which the service is provided, without express written permission by us.<br>The headings used in this agreement are included for convenience only and will not limit or otherwise affect these Terms.<br><br>SECTION 3 - ACCURACY, COMPLETENESS AND TIMELINESS OF INFORMATION<br><br>We are not responsible if information made available on this site is not accurate, complete or current. The material on this site is provided for general information only and should not be relied upon or used as the sole basis for making decisions without consulting primary, more accurate, more complete or more timely sources of information. Any reliance on the material on this site is at your own risk.<br>This site may contain certain historical information. Historical information, necessarily, is not current and is provided for your reference only. We reserve the right to modify the contents of this site at any time, but we have no obligation to update any information on our site. You agree that it is your responsibility to monitor changes to our site.<br><br>SECTION 4 - MODIFICATIONS TO THE SERVICE AND PRICES<br><br>The prices for our products are subject to change without notice.<br>We reserve the right at any time to modify or discontinue the Service (or any part or content thereof) without notice at any time.<br>We shall not be liable to you or to any third-party for any modification, price change, suspension or discontinuance of the Service.<br><br>SECTION 5 - PRODUCTS OR SERVICES (if applicable)<br><br>Certain products or services may be available exclusively online through the website. These products or services may have limited quantities and are subject to return or exchange only according to our Return Policy.<br>We have made every effort to display as accurately as possible the colors and images of our products that appear at the store. We cannot guarantee that your computer monitor\'s display of any color will be accurate.<br>We reserve the right, but are not obligated, to limit the sales of our products or Services to any person, geographic region or jurisdiction. We may exercise this right on a case-by-case basis. We reserve the right to limit the quantities of any products or services that we offer. All descriptions of products or product pricing are subject to change at anytime without notice, at the sole discretion of us. We reserve the right to discontinue any product at any time. Any offer for any product or service made on this site is void where prohibited.<br>We do not warrant that the quality of any products, services, information, or other material purchased or obtained by you will meet your expectations, or that any errors in the Service will be corrected.<br><br>SECTION 6 - ACCURACY OF BILLING AND ACCOUNT INFORMATION<br><br>We reserve the right to refuse any order you place with us. We may, in our sole discretion, limit or cancel quantities purchased per person, per household or per order. These restrictions may include orders placed by or under the same customer account, the same credit card, and/or orders that use the same billing and/or shipping address. In the event that we make a change to or cancel an order, we may attempt to notify you by contacting the e-mail and/or billing address/phone number provided at the time the order was made. We reserve the right to limit or prohibit orders that, in our sole judgment, appear to be placed by dealers, resellers or distributors.<br><br>You agree to provide current, complete and accurate purchase and account information for all purchases made at our store. You agree to promptly update your account and other information, including your email address and credit card numbers and expiration dates, so that we can complete your transactions and contact you as needed.<br><br>For more detail, please review our Returns Policy.<br><br>SECTION 7 - OPTIONAL TOOLS<br><br>We may provide you with access to third-party tools over which we neither monitor nor have any control nor input.<br>You acknowledge and agree that we provide access to such tools â€as isâ€ and â€œas availableâ€ without any warranties, representations or conditions of any kind and without any endorsement. We shall have no liability whatsoever arising from or relating to your use of optional third-party tools.<br>Any use by you of optional tools offered through the site is entirely at your own risk and discretion and you should ensure that you are familiar with and approve of the terms on which tools are provided by the relevant third-party provider(s).<br>We may also, in the future, offer new services and/or features through the website (including, the release of new tools and resources). Such new features and/or services shall also be subject to these Terms of Service.<br><br>SECTION 8 - THIRD-PARTY LINKS<br><br>Certain content, products and services available via our Service may include materials from third-parties.<br>Third-party links on this site may direct you to third-party websites that are not affiliated with us. We are not responsible for examining or evaluating the content or accuracy and we do not warrant and will not have any liability or responsibility for any third-party materials or websites, or for any other materials, products, or services of third-parties.<br>We are not liable for any harm or damages related to the purchase or use of goods, services, resources, content, or any other transactions made in connection with any third-party websites. Please review carefully the third-party\'s policies and practices and make sure you understand them before you engage in any transaction. Complaints, claims, concerns, or questions regarding third-party products should be directed to the third-party.<br><br>SECTION 9 - USER COMMENTS, FEEDBACK AND OTHER SUBMISSIONS<br><br>If, at our request, you send certain specific submissions (for example contest entries) or without a request from us you send creative ideas, suggestions, proposals, plans, or other materials, whether online, by email, by postal mail, or otherwise (collectively, \'comments\'), you agree that we may, at any time, without restriction, edit, copy, publish, distribute, translate and otherwise use in any medium any comments that you forward to us. We are and shall be under no obligation (1) to maintain any comments in confidence; (2) to pay compensation for any comments; or (3) to respond to any comments.<br>We may, but have no obligation to, monitor, edit or remove content that we determine in our sole discretion are unlawful, offensive, threatening, libelous, defamatory, pornographic, obscene or otherwise objectionable or violates any partyâ€™s intellectual property or these Terms of Service.<br>You agree that your comments will not violate any right of any third-party, including copyright, trademark, privacy, personality or other personal or proprietary right. You further agree that your comments will not contain libelous or otherwise unlawful, abusive or obscene material, or contain any computer virus or other malware that could in any way affect the operation of the Service or any related website. You may not use a false e-mail address, pretend to be someone other than yourself, or otherwise mislead us or third-parties as to the origin of any comments. You are solely responsible for any comments you make and their accuracy. We take no responsibility and assume no liability for any comments posted by you or any third-party.<br><br>SECTION 10 - PERSONAL INFORMATION<br><br>Your submission of personal information through the store is governed by our Privacy Policy. To view our Privacy Policy.<br><br>SECTION 11 - ERRORS, INACCURACIES AND OMISSIONS<br><br>Occasionally there may be information on our site or in the Service that contains typographical errors, inaccuracies or omissions that may relate to product descriptions, pricing, promotions, offers, product shipping charges, transit times and availability. We reserve the right to correct any errors, inaccuracies or omissions, and to change or update information or cancel orders if any information in the Service or on any related website is inaccurate at any time without prior notice (including after you have submitted your order).<br>We undertake no obligation to update, amend or clarify information in the Service or on any related website, including without limitation, pricing information, except as required by law. No specified update or refresh date applied in the Service or on any related website, should be taken to indicate that all information in the Service or on any related website has been modified or updated.<br><br>SECTION 12 - PROHIBITED USES<br><br>In addition to other prohibitions as set forth in the Terms of Service, you are prohibited from using the site or its content: (a) for any unlawful purpose; (b) to solicit others to perform or participate in any unlawful acts; (c) to violate any international, federal, provincial or state regulations, rules, laws, or local ordinances; (d) to infringe upon or violate our intellectual property rights or the intellectual property rights of others; (e) to harass, abuse, insult, harm, defame, slander, disparage, intimidate, or discriminate based on gender, sexual orientation, religion, ethnicity, race, age, national origin, or disability; (f) to submit false or misleading information; (g) to upload or transmit viruses or any other type of malicious code that will or may be used in any way that will affect the functionality or operation of the Service or of any related website, other websites, or the Internet; (h) to collect or track the personal information of others; (i) to spam, phish, pharm, pretext, spider, crawl, or scrape; (j) for any obscene or immoral purpose; or (k) to interfere with or circumvent the security features of the Service or any related website, other websites, or the Internet. We reserve the right to terminate your use of the Service or any related website for violating any of the prohibited uses.<br><br>SECTION 13 - DISCLAIMER OF WARRANTIES; LIMITATION OF LIABILITY<br><br>We do not guarantee, represent or warrant that your use of our service will be uninterrupted, timely, secure or error-free.<br>We do not warrant that the results that may be obtained from the use of the service will be accurate or reliable.<br>You agree that from time to time we may remove the service for indefinite periods of time or cancel the service at any time, without notice to you.<br>You expressly agree that your use of, or inability to use, the service is at your sole risk. The service and all products and services delivered to you through the service are (except as expressly stated by us) provided \'as is\' and \'as available\' for your use, without any representation, warranties or conditions of any kind, either express or implied, including all implied warranties or conditions of merchantability, merchantable quality, fitness for a particular purpose, durability, title, and non-infringement.<br>In no case shall Blackhawk Custom, LLC, our directors, officers, employees, affiliates, agents, contractors, interns, suppliers, service providers or licensors be liable for any injury, loss, claim, or any direct, indirect, incidental, punitive, special, or consequential damages of any kind, including, without limitation lost profits, lost revenue, lost savings, loss of data, replacement costs, or any similar damages, whether based in contract, tort (including negligence), strict liability or otherwise, arising from your use of any of the service or any products procured using the service, or for any other claim related in any way to your use of the service or any product, including, but not limited to, any errors or omissions in any content, or any loss or damage of any kind incurred as a result of the use of the service or any content (or product) posted, transmitted, or otherwise made available via the service, even if advised of their possibility. Because some states or jurisdictions do not allow the exclusion or the limitation of liability for consequential or incidental damages, in such states or jurisdictions, our liability shall be limited to the maximum extent permitted by law.<br><br>SECTION 14 - INDEMNIFICATION<br><br>You agree to indemnify, defend and hold harmless Blackhawk Custom, LLC and our parent, subsidiaries, affiliates, partners, officers, directors, agents, contractors, licensors, service providers, subcontractors, suppliers, interns and employees, harmless from any claim or demand, including reasonable attorneysâ€™ fees, made by any third-party due to or arising out of your breach of these Terms of Service or the documents they incorporate by reference, or your violation of any law or the rights of a third-party.<br><br>SECTION 15 - SEVERABILITY<br><br>In the event that any provision of these Terms of Service is determined to be unlawful, void or unenforceable, such provision shall nonetheless be enforceable to the fullest extent permitted by applicable law, and the unenforceable portion shall be deemed to be severed from these Terms of Service, such determination shall not affect the validity and enforceability of any other remaining provisions.<br><br>SECTION 16 - TERMINATION<br><br>The obligations and liabilities of the parties incurred prior to the termination date shall survive the termination of this agreement for all purposes.<br>These Terms of Service are effective unless and until terminated by either you or us. You may terminate these Terms of Service at any time by notifying us that you no longer wish to use our Services, or when you cease using our site.<br>If in our sole judgment you fail, or we suspect that you have failed, to comply with any term or provision of these Terms of Service, we also may terminate this agreement at any time without notice and you will remain liable for all amounts due up to and including the date of termination; and/or accordingly may deny you access to our Services (or any part thereof).<br><br>SECTION 17 - ENTIRE AGREEMENT<br><br>The failure of us to exercise or enforce any right or provision of these Terms of Service shall not constitute a waiver of such right or provision.<br>These Terms of Service and any policies or operating rules posted by us on this site or in respect to The Service constitutes the entire agreement and understanding between you and us and govern your use of the Service, superseding any prior or contemporaneous agreements, communications and proposals, whether oral or written, between you and us (including, but not limited to, any prior versions of the Terms of Service).<br>Any ambiguities in the interpretation of these Terms of Service shall not be construed against the drafting party.<br><br>SECTION 18 - GOVERNING LAW<br><br>These Terms of Service and any separate agreements whereby we provide you Services shall be governed by and construed in accordance with the laws of 825 South Kings Highway, Fort Pierce, FL 34945.<br><br>SECTION 19 - CHANGES TO TERMS OF SERVICE<br><br>You can review the most current version of the Terms of Service at any time at this page.<br>We reserve the right, at our sole discretion, to update, change or replace any part of these Terms of Service by posting updates and changes to our website. It is your responsibility to check our website periodically for changes. Your continued use of or access to our website or the Service following the posting of any changes to these Terms of Service constitutes acceptance of those changes.<br><br>SECTION 20 - CONTACT INFORMATION<br><br>Questions about the Terms of Service should be sent to us at <a href=\"mailto:admin@blackhawkcustom.com\" target=\"_blank\">admin@blackhawkcustom.com</a></p></div></div>\n</div>'),(3413,319,'tve_revision_tve_content_more_found',''),(3414,319,'tve_revision_tve_save_post',''),(3415,319,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Special+Elite:400&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Merriweather:400,400i,900,900i&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Montserrat:400,900,800,200,100&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-1642b6ab2bb\"] { padding: 5px !important; }[data-css=\"tve-u-1642b593fd4\"] { float: none; width: 100%; padding: 25px 10px 5px !important; margin-left: auto !important; margin-right: auto !important; margin-top: 30px !important; }#tcb_landing_page a:not(.tcb-button-link) { color: rgb(255, 255, 255); }.tcb-plain-text strong { font-weight: 900; }#tcb_landing_page input strong { font-weight: 900; }#tcb_landing_page .tcb-button-link strong { font-weight: 900; }#tcb_landing_page p strong, #tcb_landing_page li strong { font-weight: 900; }#tcb_landing_page input { font-family: Merriweather; font-weight: 400; }#tcb_landing_page .tcb-button-link { font-family: Merriweather; font-weight: 400; }#tcb_landing_page p, #tcb_landing_page li { font-family: Merriweather; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h6 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h5 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h4 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h3 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h2 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h1 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(255, 255, 255); }.tcb-plain-text { font-size: 20px; color: rgb(255, 255, 255); font-family: Montserrat; font-weight: 400; }[data-css=\"tve-u-15e09c94f7d\"] { background-color: rgb(255, 255, 255); background-image: linear-gradient(rgb(0, 0, 0), rgb(0, 0, 0)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }.tve_post_lp > div > #tve_editor { margin-left: auto; margin-right: auto; max-width: 1200px; padding: 0px 20px; }#tve_editor [data-css=\"tve-u-165e62d8c6d\"] { font-family: \"Special Elite\" !important; font-weight: 400 !important; }#tcb_landing_page .tcb-plain-text { color: rgb(255, 255, 255); font-family: Merriweather; font-weight: 400; }#tcb_landing_page .tcb-plain-text strong { font-weight: 900; }[data-css=\"tve-u-165e642ffaf\"] { margin-top: 10px !important; }}@media (max-width: 767px){.tve_post_lp > div > #tve_editor { padding: 0px 10px; }}'),(3416,319,'tve_revision_tve_user_custom_css',''),(3417,319,'tve_revision_tve_page_events','a:0:{}'),(3418,319,'tve_revision_tve_globals','a:2:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";s:8:\"font_cls\";a:0:{}}'),(3419,319,'tve_revision_tve_global_scripts',''),(3420,319,'tve_revision_thrive_icon_pack','0'),(3421,319,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(3422,319,'tve_revision_tve_has_masonry','0'),(3423,319,'tve_revision_tve_has_typefocus','0'),(3424,319,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-custom-menu-inside\" style=\"z-index: 8;\" data-css=\"tve-u-1642b593fd4\" wfd-id=\"38\">\n<div class=\"tve-content-box-background\" wfd-id=\"46\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" style=\"z-index: 8;\" wfd-id=\"39\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-165e642ffaf\" wfd-id=\"43\"><h2 data-css=\"tve-u-165e62d8c6d\">Terms &amp; Conditions</h2></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1642b6ab2bb\" wfd-id=\"40\"><p>TERMS OF SERVICE<br><br>-----<br><br>OVERVIEW<br><br>This website is operated by Blackhawk Custom, LLC. Throughout the site, the terms â€œweâ€, â€œusâ€ and â€œourâ€ refer to Blackhawk Custom, LLC. Blackhawk Custom, LLC offers this website, including all information, tools and services available from this site to you, the user, conditioned upon your acceptance of all terms, conditions, policies and notices stated here.<br><br>By visiting our site and/ or purchasing something from us, you engage in our â€œServiceâ€ and agree to be bound by the following terms and conditions (â€œTerms of Serviceâ€, â€œTermsâ€), including those additional terms, conditions, and policies referenced herein and/or available by hyperlink. These Terms of Service apply to all users of the site, including without limitation users who are browsers, vendors, customers, merchants, and/ or contributors of content.<br><br>Please read these Terms of Service carefully before accessing or using our website. By accessing or using any part of the site, you agree to be bound by these Terms of Service. If you do not agree to all the terms and conditions of this agreement, then you may not access the website or use any services. If these Terms of Service are considered an offer, acceptance is expressly limited to these Terms of Service.<br><br>Any new features or tools which are added to the current store shall also be subject to the Terms of Service. You can review the most current version of the Terms of Service at any time on this page. We reserve the right to update, change or replace any part of these Terms of Service by posting updates and/or changes to our website. It is your responsibility to check this page periodically for changes. Your continued use of or access to the website following the posting of any changes constitutes acceptance of those changes.<br><br>SECTION 1 - ONLINE STORE TERMS<br><br>By agreeing to these Terms of Service, you represent that you are at least the age of majority in your state or province of residence, or that you are the age of majority in your state or province of residence and you have given us your consent to allow any of your minor dependents to use this site.<br>You may not use our products for any illegal or unauthorized purpose nor may you, in the use of the Service, violate any laws in your jurisdiction (including but not limited to copyright laws).<br>You must not transmit any worms or viruses or any code of a destructive nature.<br>A breach or violation of any of the Terms will result in an immediate termination of your Services.<br><br>SECTION 2 - GENERAL CONDITIONS<br><br>We reserve the right to refuse service to anyone for any reason at any time.<br>You understand that your content (not including credit card information), may be transferred unencrypted and involve (a) transmissions over various networks; and (b) changes to conform and adapt to technical requirements of connecting networks or devices. Credit card information is always encrypted during transfer over networks.<br>You agree not to reproduce, duplicate, copy, sell, resell or exploit any portion of the Service, use of the Service, or access to the Service or any contact on the website through which the service is provided, without express written permission by us.<br>The headings used in this agreement are included for convenience only and will not limit or otherwise affect these Terms.<br><br>SECTION 3 - ACCURACY, COMPLETENESS AND TIMELINESS OF INFORMATION<br><br>We are not responsible if information made available on this site is not accurate, complete or current. The material on this site is provided for general information only and should not be relied upon or used as the sole basis for making decisions without consulting primary, more accurate, more complete or more timely sources of information. Any reliance on the material on this site is at your own risk.<br>This site may contain certain historical information. Historical information, necessarily, is not current and is provided for your reference only. We reserve the right to modify the contents of this site at any time, but we have no obligation to update any information on our site. You agree that it is your responsibility to monitor changes to our site.<br><br>SECTION 4 - MODIFICATIONS TO THE SERVICE AND PRICES<br><br>The prices for our products are subject to change without notice.<br>We reserve the right at any time to modify or discontinue the Service (or any part or content thereof) without notice at any time.<br>We shall not be liable to you or to any third-party for any modification, price change, suspension or discontinuance of the Service.<br><br>SECTION 5 - PRODUCTS OR SERVICES (if applicable)<br><br>Certain products or services may be available exclusively online through the website. These products or services may have limited quantities and are subject to return or exchange only according to our Return Policy.<br>We have made every effort to display as accurately as possible the colors and images of our products that appear at the store. We cannot guarantee that your computer monitor\'s display of any color will be accurate.<br>We reserve the right, but are not obligated, to limit the sales of our products or Services to any person, geographic region or jurisdiction. We may exercise this right on a case-by-case basis. We reserve the right to limit the quantities of any products or services that we offer. All descriptions of products or product pricing are subject to change at anytime without notice, at the sole discretion of us. We reserve the right to discontinue any product at any time. Any offer for any product or service made on this site is void where prohibited.<br>We do not warrant that the quality of any products, services, information, or other material purchased or obtained by you will meet your expectations, or that any errors in the Service will be corrected.<br><br>SECTION 6 - ACCURACY OF BILLING AND ACCOUNT INFORMATION<br><br>We reserve the right to refuse any order you place with us. We may, in our sole discretion, limit or cancel quantities purchased per person, per household or per order. These restrictions may include orders placed by or under the same customer account, the same credit card, and/or orders that use the same billing and/or shipping address. In the event that we make a change to or cancel an order, we may attempt to notify you by contacting the e-mail and/or billing address/phone number provided at the time the order was made. We reserve the right to limit or prohibit orders that, in our sole judgment, appear to be placed by dealers, resellers or distributors.<br><br>You agree to provide current, complete and accurate purchase and account information for all purchases made at our store. You agree to promptly update your account and other information, including your email address and credit card numbers and expiration dates, so that we can complete your transactions and contact you as needed.<br><br>For more detail, please review our Returns Policy.<br><br>SECTION 7 - OPTIONAL TOOLS<br><br>We may provide you with access to third-party tools over which we neither monitor nor have any control nor input.<br>You acknowledge and agree that we provide access to such tools â€as isâ€ and â€œas availableâ€ without any warranties, representations or conditions of any kind and without any endorsement. We shall have no liability whatsoever arising from or relating to your use of optional third-party tools.<br>Any use by you of optional tools offered through the site is entirely at your own risk and discretion and you should ensure that you are familiar with and approve of the terms on which tools are provided by the relevant third-party provider(s).<br>We may also, in the future, offer new services and/or features through the website (including, the release of new tools and resources). Such new features and/or services shall also be subject to these Terms of Service.<br><br>SECTION 8 - THIRD-PARTY LINKS<br><br>Certain content, products and services available via our Service may include materials from third-parties.<br>Third-party links on this site may direct you to third-party websites that are not affiliated with us. We are not responsible for examining or evaluating the content or accuracy and we do not warrant and will not have any liability or responsibility for any third-party materials or websites, or for any other materials, products, or services of third-parties.<br>We are not liable for any harm or damages related to the purchase or use of goods, services, resources, content, or any other transactions made in connection with any third-party websites. Please review carefully the third-party\'s policies and practices and make sure you understand them before you engage in any transaction. Complaints, claims, concerns, or questions regarding third-party products should be directed to the third-party.<br><br>SECTION 9 - USER COMMENTS, FEEDBACK AND OTHER SUBMISSIONS<br><br>If, at our request, you send certain specific submissions (for example contest entries) or without a request from us you send creative ideas, suggestions, proposals, plans, or other materials, whether online, by email, by postal mail, or otherwise (collectively, \'comments\'), you agree that we may, at any time, without restriction, edit, copy, publish, distribute, translate and otherwise use in any medium any comments that you forward to us. We are and shall be under no obligation (1) to maintain any comments in confidence; (2) to pay compensation for any comments; or (3) to respond to any comments.<br>We may, but have no obligation to, monitor, edit or remove content that we determine in our sole discretion are unlawful, offensive, threatening, libelous, defamatory, pornographic, obscene or otherwise objectionable or violates any partyâ€™s intellectual property or these Terms of Service.<br>You agree that your comments will not violate any right of any third-party, including copyright, trademark, privacy, personality or other personal or proprietary right. You further agree that your comments will not contain libelous or otherwise unlawful, abusive or obscene material, or contain any computer virus or other malware that could in any way affect the operation of the Service or any related website. You may not use a false e-mail address, pretend to be someone other than yourself, or otherwise mislead us or third-parties as to the origin of any comments. You are solely responsible for any comments you make and their accuracy. We take no responsibility and assume no liability for any comments posted by you or any third-party.<br><br>SECTION 10 - PERSONAL INFORMATION<br><br>Your submission of personal information through the store is governed by our Privacy Policy. To view our Privacy Policy.<br><br>SECTION 11 - ERRORS, INACCURACIES AND OMISSIONS<br><br>Occasionally there may be information on our site or in the Service that contains typographical errors, inaccuracies or omissions that may relate to product descriptions, pricing, promotions, offers, product shipping charges, transit times and availability. We reserve the right to correct any errors, inaccuracies or omissions, and to change or update information or cancel orders if any information in the Service or on any related website is inaccurate at any time without prior notice (including after you have submitted your order).<br>We undertake no obligation to update, amend or clarify information in the Service or on any related website, including without limitation, pricing information, except as required by law. No specified update or refresh date applied in the Service or on any related website, should be taken to indicate that all information in the Service or on any related website has been modified or updated.<br><br>SECTION 12 - PROHIBITED USES<br><br>In addition to other prohibitions as set forth in the Terms of Service, you are prohibited from using the site or its content: (a) for any unlawful purpose; (b) to solicit others to perform or participate in any unlawful acts; (c) to violate any international, federal, provincial or state regulations, rules, laws, or local ordinances; (d) to infringe upon or violate our intellectual property rights or the intellectual property rights of others; (e) to harass, abuse, insult, harm, defame, slander, disparage, intimidate, or discriminate based on gender, sexual orientation, religion, ethnicity, race, age, national origin, or disability; (f) to submit false or misleading information; (g) to upload or transmit viruses or any other type of malicious code that will or may be used in any way that will affect the functionality or operation of the Service or of any related website, other websites, or the Internet; (h) to collect or track the personal information of others; (i) to spam, phish, pharm, pretext, spider, crawl, or scrape; (j) for any obscene or immoral purpose; or (k) to interfere with or circumvent the security features of the Service or any related website, other websites, or the Internet. We reserve the right to terminate your use of the Service or any related website for violating any of the prohibited uses.<br><br>SECTION 13 - DISCLAIMER OF WARRANTIES; LIMITATION OF LIABILITY<br><br>We do not guarantee, represent or warrant that your use of our service will be uninterrupted, timely, secure or error-free.<br>We do not warrant that the results that may be obtained from the use of the service will be accurate or reliable.<br>You agree that from time to time we may remove the service for indefinite periods of time or cancel the service at any time, without notice to you.<br>You expressly agree that your use of, or inability to use, the service is at your sole risk. The service and all products and services delivered to you through the service are (except as expressly stated by us) provided \'as is\' and \'as available\' for your use, without any representation, warranties or conditions of any kind, either express or implied, including all implied warranties or conditions of merchantability, merchantable quality, fitness for a particular purpose, durability, title, and non-infringement.<br>In no case shall Blackhawk Custom, LLC, our directors, officers, employees, affiliates, agents, contractors, interns, suppliers, service providers or licensors be liable for any injury, loss, claim, or any direct, indirect, incidental, punitive, special, or consequential damages of any kind, including, without limitation lost profits, lost revenue, lost savings, loss of data, replacement costs, or any similar damages, whether based in contract, tort (including negligence), strict liability or otherwise, arising from your use of any of the service or any products procured using the service, or for any other claim related in any way to your use of the service or any product, including, but not limited to, any errors or omissions in any content, or any loss or damage of any kind incurred as a result of the use of the service or any content (or product) posted, transmitted, or otherwise made available via the service, even if advised of their possibility. Because some states or jurisdictions do not allow the exclusion or the limitation of liability for consequential or incidental damages, in such states or jurisdictions, our liability shall be limited to the maximum extent permitted by law.<br><br>SECTION 14 - INDEMNIFICATION<br><br>You agree to indemnify, defend and hold harmless Blackhawk Custom, LLC and our parent, subsidiaries, affiliates, partners, officers, directors, agents, contractors, licensors, service providers, subcontractors, suppliers, interns and employees, harmless from any claim or demand, including reasonable attorneysâ€™ fees, made by any third-party due to or arising out of your breach of these Terms of Service or the documents they incorporate by reference, or your violation of any law or the rights of a third-party.<br><br>SECTION 15 - SEVERABILITY<br><br>In the event that any provision of these Terms of Service is determined to be unlawful, void or unenforceable, such provision shall nonetheless be enforceable to the fullest extent permitted by applicable law, and the unenforceable portion shall be deemed to be severed from these Terms of Service, such determination shall not affect the validity and enforceability of any other remaining provisions.<br><br>SECTION 16 - TERMINATION<br><br>The obligations and liabilities of the parties incurred prior to the termination date shall survive the termination of this agreement for all purposes.<br>These Terms of Service are effective unless and until terminated by either you or us. You may terminate these Terms of Service at any time by notifying us that you no longer wish to use our Services, or when you cease using our site.<br>If in our sole judgment you fail, or we suspect that you have failed, to comply with any term or provision of these Terms of Service, we also may terminate this agreement at any time without notice and you will remain liable for all amounts due up to and including the date of termination; and/or accordingly may deny you access to our Services (or any part thereof).<br><br>SECTION 17 - ENTIRE AGREEMENT<br><br>The failure of us to exercise or enforce any right or provision of these Terms of Service shall not constitute a waiver of such right or provision.<br>These Terms of Service and any policies or operating rules posted by us on this site or in respect to The Service constitutes the entire agreement and understanding between you and us and govern your use of the Service, superseding any prior or contemporaneous agreements, communications and proposals, whether oral or written, between you and us (including, but not limited to, any prior versions of the Terms of Service).<br>Any ambiguities in the interpretation of these Terms of Service shall not be construed against the drafting party.<br><br>SECTION 18 - GOVERNING LAW<br><br>These Terms of Service and any separate agreements whereby we provide you Services shall be governed by and construed in accordance with the laws of 825 South Kings Highway, Fort Pierce, FL 34945.<br><br>SECTION 19 - CHANGES TO TERMS OF SERVICE<br><br>You can review the most current version of the Terms of Service at any time at this page.<br>We reserve the right, at our sole discretion, to update, change or replace any part of these Terms of Service by posting updates and changes to our website. It is your responsibility to check our website periodically for changes. Your continued use of or access to our website or the Service following the posting of any changes to these Terms of Service constitutes acceptance of those changes.<br><br>SECTION 20 - CONTACT INFORMATION<br><br>Questions about the Terms of Service should be sent to us at <a href=\"mailto:admin@blackhawkcustom.com\" target=\"_blank\">admin@blackhawkcustom.com</a></p></div></div>\n</div>'),(3425,319,'tve_revision_tve_has_wistia_popover','0'),(3426,320,'tve_revision_tve_landing_page','blank_v2'),(3427,320,'tve_revision_tve_disable_theme_dependency',''),(3428,320,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-custom-menu-inside\" style=\"z-index: 8;\" data-css=\"tve-u-1642b593fd4\" wfd-id=\"58\">\n<div class=\"tve-content-box-background\" wfd-id=\"67\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" style=\"z-index: 8;\" wfd-id=\"59\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-165e642ffaf\" wfd-id=\"64\"><h2 data-css=\"tve-u-165e62d8c6d\">Terms &amp; Conditions</h2></div><div class=\"tcb-clear\" data-css=\"tve-u-165e6469798\" wfd-id=\"60\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1642b6ab2bb\" wfd-id=\"61\"><p style=\"text-align: left;\" data-css=\"tve-u-165e64714a8\">TERMS OF SERVICE<br><br>-----<br><br>OVERVIEW<br><br>This website is operated by Blackhawk Custom, LLC. Throughout the site, the terms â€œweâ€, â€œusâ€ and â€œourâ€ refer to Blackhawk Custom, LLC. Blackhawk Custom, LLC offers this website, including all information, tools and services available from this site to you, the user, conditioned upon your acceptance of all terms, conditions, policies and notices stated here.<br><br>By visiting our site and/ or purchasing something from us, you engage in our â€œServiceâ€ and agree to be bound by the following terms and conditions (â€œTerms of Serviceâ€, â€œTermsâ€), including those additional terms, conditions, and policies referenced herein and/or available by hyperlink. These Terms of Service apply to all users of the site, including without limitation users who are browsers, vendors, customers, merchants, and/ or contributors of content.<br><br>Please read these Terms of Service carefully before accessing or using our website. By accessing or using any part of the site, you agree to be bound by these Terms of Service. If you do not agree to all the terms and conditions of this agreement, then you may not access the website or use any services. If these Terms of Service are considered an offer, acceptance is expressly limited to these Terms of Service.<br><br>Any new features or tools which are added to the current store shall also be subject to the Terms of Service. You can review the most current version of the Terms of Service at any time on this page. We reserve the right to update, change or replace any part of these Terms of Service by posting updates and/or changes to our website. It is your responsibility to check this page periodically for changes. Your continued use of or access to the website following the posting of any changes constitutes acceptance of those changes.<br><br>SECTION 1 - ONLINE STORE TERMS<br><br>By agreeing to these Terms of Service, you represent that you are at least the age of majority in your state or province of residence, or that you are the age of majority in your state or province of residence and you have given us your consent to allow any of your minor dependents to use this site.<br>You may not use our products for any illegal or unauthorized purpose nor may you, in the use of the Service, violate any laws in your jurisdiction (including but not limited to copyright laws).<br>You must not transmit any worms or viruses or any code of a destructive nature.<br>A breach or violation of any of the Terms will result in an immediate termination of your Services.<br><br>SECTION 2 - GENERAL CONDITIONS<br><br>We reserve the right to refuse service to anyone for any reason at any time.<br>You understand that your content (not including credit card information), may be transferred unencrypted and involve (a) transmissions over various networks; and (b) changes to conform and adapt to technical requirements of connecting networks or devices. Credit card information is always encrypted during transfer over networks.<br>You agree not to reproduce, duplicate, copy, sell, resell or exploit any portion of the Service, use of the Service, or access to the Service or any contact on the website through which the service is provided, without express written permission by us.<br>The headings used in this agreement are included for convenience only and will not limit or otherwise affect these Terms.<br><br>SECTION 3 - ACCURACY, COMPLETENESS AND TIMELINESS OF INFORMATION<br><br>We are not responsible if information made available on this site is not accurate, complete or current. The material on this site is provided for general information only and should not be relied upon or used as the sole basis for making decisions without consulting primary, more accurate, more complete or more timely sources of information. Any reliance on the material on this site is at your own risk.<br>This site may contain certain historical information. Historical information, necessarily, is not current and is provided for your reference only. We reserve the right to modify the contents of this site at any time, but we have no obligation to update any information on our site. You agree that it is your responsibility to monitor changes to our site.<br><br>SECTION 4 - MODIFICATIONS TO THE SERVICE AND PRICES<br><br>The prices for our products are subject to change without notice.<br>We reserve the right at any time to modify or discontinue the Service (or any part or content thereof) without notice at any time.<br>We shall not be liable to you or to any third-party for any modification, price change, suspension or discontinuance of the Service.<br><br>SECTION 5 - PRODUCTS OR SERVICES (if applicable)<br><br>Certain products or services may be available exclusively online through the website. These products or services may have limited quantities and are subject to return or exchange only according to our Return Policy.<br>We have made every effort to display as accurately as possible the colors and images of our products that appear at the store. We cannot guarantee that your computer monitor\'s display of any color will be accurate.<br>We reserve the right, but are not obligated, to limit the sales of our products or Services to any person, geographic region or jurisdiction. We may exercise this right on a case-by-case basis. We reserve the right to limit the quantities of any products or services that we offer. All descriptions of products or product pricing are subject to change at anytime without notice, at the sole discretion of us. We reserve the right to discontinue any product at any time. Any offer for any product or service made on this site is void where prohibited.<br>We do not warrant that the quality of any products, services, information, or other material purchased or obtained by you will meet your expectations, or that any errors in the Service will be corrected.<br><br>SECTION 6 - ACCURACY OF BILLING AND ACCOUNT INFORMATION<br><br>We reserve the right to refuse any order you place with us. We may, in our sole discretion, limit or cancel quantities purchased per person, per household or per order. These restrictions may include orders placed by or under the same customer account, the same credit card, and/or orders that use the same billing and/or shipping address. In the event that we make a change to or cancel an order, we may attempt to notify you by contacting the e-mail and/or billing address/phone number provided at the time the order was made. We reserve the right to limit or prohibit orders that, in our sole judgment, appear to be placed by dealers, resellers or distributors.<br><br>You agree to provide current, complete and accurate purchase and account information for all purchases made at our store. You agree to promptly update your account and other information, including your email address and credit card numbers and expiration dates, so that we can complete your transactions and contact you as needed.<br><br>For more detail, please review our Returns Policy.<br><br>SECTION 7 - OPTIONAL TOOLS<br><br>We may provide you with access to third-party tools over which we neither monitor nor have any control nor input.<br>You acknowledge and agree that we provide access to such tools â€as isâ€ and â€œas availableâ€ without any warranties, representations or conditions of any kind and without any endorsement. We shall have no liability whatsoever arising from or relating to your use of optional third-party tools.<br>Any use by you of optional tools offered through the site is entirely at your own risk and discretion and you should ensure that you are familiar with and approve of the terms on which tools are provided by the relevant third-party provider(s).<br>We may also, in the future, offer new services and/or features through the website (including, the release of new tools and resources). Such new features and/or services shall also be subject to these Terms of Service.<br><br>SECTION 8 - THIRD-PARTY LINKS<br><br>Certain content, products and services available via our Service may include materials from third-parties.<br>Third-party links on this site may direct you to third-party websites that are not affiliated with us. We are not responsible for examining or evaluating the content or accuracy and we do not warrant and will not have any liability or responsibility for any third-party materials or websites, or for any other materials, products, or services of third-parties.<br>We are not liable for any harm or damages related to the purchase or use of goods, services, resources, content, or any other transactions made in connection with any third-party websites. Please review carefully the third-party\'s policies and practices and make sure you understand them before you engage in any transaction. Complaints, claims, concerns, or questions regarding third-party products should be directed to the third-party.<br><br>SECTION 9 - USER COMMENTS, FEEDBACK AND OTHER SUBMISSIONS<br><br>If, at our request, you send certain specific submissions (for example contest entries) or without a request from us you send creative ideas, suggestions, proposals, plans, or other materials, whether online, by email, by postal mail, or otherwise (collectively, \'comments\'), you agree that we may, at any time, without restriction, edit, copy, publish, distribute, translate and otherwise use in any medium any comments that you forward to us. We are and shall be under no obligation (1) to maintain any comments in confidence; (2) to pay compensation for any comments; or (3) to respond to any comments.<br>We may, but have no obligation to, monitor, edit or remove content that we determine in our sole discretion are unlawful, offensive, threatening, libelous, defamatory, pornographic, obscene or otherwise objectionable or violates any partyâ€™s intellectual property or these Terms of Service.<br>You agree that your comments will not violate any right of any third-party, including copyright, trademark, privacy, personality or other personal or proprietary right. You further agree that your comments will not contain libelous or otherwise unlawful, abusive or obscene material, or contain any computer virus or other malware that could in any way affect the operation of the Service or any related website. You may not use a false e-mail address, pretend to be someone other than yourself, or otherwise mislead us or third-parties as to the origin of any comments. You are solely responsible for any comments you make and their accuracy. We take no responsibility and assume no liability for any comments posted by you or any third-party.<br><br>SECTION 10 - PERSONAL INFORMATION<br><br>Your submission of personal information through the store is governed by our Privacy Policy. To view our Privacy Policy.<br><br>SECTION 11 - ERRORS, INACCURACIES AND OMISSIONS<br><br>Occasionally there may be information on our site or in the Service that contains typographical errors, inaccuracies or omissions that may relate to product descriptions, pricing, promotions, offers, product shipping charges, transit times and availability. We reserve the right to correct any errors, inaccuracies or omissions, and to change or update information or cancel orders if any information in the Service or on any related website is inaccurate at any time without prior notice (including after you have submitted your order).<br>We undertake no obligation to update, amend or clarify information in the Service or on any related website, including without limitation, pricing information, except as required by law. No specified update or refresh date applied in the Service or on any related website, should be taken to indicate that all information in the Service or on any related website has been modified or updated.<br><br>SECTION 12 - PROHIBITED USES<br><br>In addition to other prohibitions as set forth in the Terms of Service, you are prohibited from using the site or its content: (a) for any unlawful purpose; (b) to solicit others to perform or participate in any unlawful acts; (c) to violate any international, federal, provincial or state regulations, rules, laws, or local ordinances; (d) to infringe upon or violate our intellectual property rights or the intellectual property rights of others; (e) to harass, abuse, insult, harm, defame, slander, disparage, intimidate, or discriminate based on gender, sexual orientation, religion, ethnicity, race, age, national origin, or disability; (f) to submit false or misleading information; (g) to upload or transmit viruses or any other type of malicious code that will or may be used in any way that will affect the functionality or operation of the Service or of any related website, other websites, or the Internet; (h) to collect or track the personal information of others; (i) to spam, phish, pharm, pretext, spider, crawl, or scrape; (j) for any obscene or immoral purpose; or (k) to interfere with or circumvent the security features of the Service or any related website, other websites, or the Internet. We reserve the right to terminate your use of the Service or any related website for violating any of the prohibited uses.<br><br>SECTION 13 - DISCLAIMER OF WARRANTIES; LIMITATION OF LIABILITY<br><br>We do not guarantee, represent or warrant that your use of our service will be uninterrupted, timely, secure or error-free.<br>We do not warrant that the results that may be obtained from the use of the service will be accurate or reliable.<br>You agree that from time to time we may remove the service for indefinite periods of time or cancel the service at any time, without notice to you.<br>You expressly agree that your use of, or inability to use, the service is at your sole risk. The service and all products and services delivered to you through the service are (except as expressly stated by us) provided \'as is\' and \'as available\' for your use, without any representation, warranties or conditions of any kind, either express or implied, including all implied warranties or conditions of merchantability, merchantable quality, fitness for a particular purpose, durability, title, and non-infringement.<br>In no case shall Blackhawk Custom, LLC, our directors, officers, employees, affiliates, agents, contractors, interns, suppliers, service providers or licensors be liable for any injury, loss, claim, or any direct, indirect, incidental, punitive, special, or consequential damages of any kind, including, without limitation lost profits, lost revenue, lost savings, loss of data, replacement costs, or any similar damages, whether based in contract, tort (including negligence), strict liability or otherwise, arising from your use of any of the service or any products procured using the service, or for any other claim related in any way to your use of the service or any product, including, but not limited to, any errors or omissions in any content, or any loss or damage of any kind incurred as a result of the use of the service or any content (or product) posted, transmitted, or otherwise made available via the service, even if advised of their possibility. Because some states or jurisdictions do not allow the exclusion or the limitation of liability for consequential or incidental damages, in such states or jurisdictions, our liability shall be limited to the maximum extent permitted by law.<br><br>SECTION 14 - INDEMNIFICATION<br><br>You agree to indemnify, defend and hold harmless Blackhawk Custom, LLC and our parent, subsidiaries, affiliates, partners, officers, directors, agents, contractors, licensors, service providers, subcontractors, suppliers, interns and employees, harmless from any claim or demand, including reasonable attorneysâ€™ fees, made by any third-party due to or arising out of your breach of these Terms of Service or the documents they incorporate by reference, or your violation of any law or the rights of a third-party.<br><br>SECTION 15 - SEVERABILITY<br><br>In the event that any provision of these Terms of Service is determined to be unlawful, void or unenforceable, such provision shall nonetheless be enforceable to the fullest extent permitted by applicable law, and the unenforceable portion shall be deemed to be severed from these Terms of Service, such determination shall not affect the validity and enforceability of any other remaining provisions.<br><br>SECTION 16 - TERMINATION<br><br>The obligations and liabilities of the parties incurred prior to the termination date shall survive the termination of this agreement for all purposes.<br>These Terms of Service are effective unless and until terminated by either you or us. You may terminate these Terms of Service at any time by notifying us that you no longer wish to use our Services, or when you cease using our site.<br>If in our sole judgment you fail, or we suspect that you have failed, to comply with any term or provision of these Terms of Service, we also may terminate this agreement at any time without notice and you will remain liable for all amounts due up to and including the date of termination; and/or accordingly may deny you access to our Services (or any part thereof).<br><br>SECTION 17 - ENTIRE AGREEMENT<br><br>The failure of us to exercise or enforce any right or provision of these Terms of Service shall not constitute a waiver of such right or provision.<br>These Terms of Service and any policies or operating rules posted by us on this site or in respect to The Service constitutes the entire agreement and understanding between you and us and govern your use of the Service, superseding any prior or contemporaneous agreements, communications and proposals, whether oral or written, between you and us (including, but not limited to, any prior versions of the Terms of Service).<br>Any ambiguities in the interpretation of these Terms of Service shall not be construed against the drafting party.<br><br>SECTION 18 - GOVERNING LAW<br><br>These Terms of Service and any separate agreements whereby we provide you Services shall be governed by and construed in accordance with the laws of 825 South Kings Highway, Fort Pierce, FL 34945.<br><br>SECTION 19 - CHANGES TO TERMS OF SERVICE<br><br>You can review the most current version of the Terms of Service at any time at this page.<br>We reserve the right, at our sole discretion, to update, change or replace any part of these Terms of Service by posting updates and changes to our website. It is your responsibility to check our website periodically for changes. Your continued use of or access to our website or the Service following the posting of any changes to these Terms of Service constitutes acceptance of those changes.<br><br>SECTION 20 - CONTACT INFORMATION<br><br>Questions about the Terms of Service should be sent to us at <a href=\"mailto:admin@blackhawkcustom.com\" target=\"_blank\">admin@blackhawkcustom.com</a></p></div></div></div>\n</div>'),(3429,320,'tve_revision_tve_content_more_found',''),(3430,320,'tve_revision_tve_save_post',''),(3431,320,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Special+Elite:400&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Merriweather:400,400i,900,900i&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Montserrat:400,900,800,200,100&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-1642b6ab2bb\"] { padding: 5px !important; }[data-css=\"tve-u-1642b593fd4\"] { float: none; width: 100%; padding: 25px 10px 5px !important; margin-left: auto !important; margin-right: auto !important; margin-top: 30px !important; }#tcb_landing_page a:not(.tcb-button-link) { color: rgb(255, 255, 255); }.tcb-plain-text strong { font-weight: 900; }#tcb_landing_page input strong { font-weight: 900; }#tcb_landing_page .tcb-button-link strong { font-weight: 900; }#tcb_landing_page p strong, #tcb_landing_page li strong { font-weight: 900; }#tcb_landing_page input { font-family: Merriweather; font-weight: 400; }#tcb_landing_page .tcb-button-link { font-family: Merriweather; font-weight: 400; }#tcb_landing_page p, #tcb_landing_page li { font-family: Merriweather; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h6 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h5 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h4 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h3 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h2 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h1 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(255, 255, 255); }.tcb-plain-text { font-size: 20px; color: rgb(255, 255, 255); font-family: Montserrat; font-weight: 400; }[data-css=\"tve-u-15e09c94f7d\"] { background-color: rgb(255, 255, 255); background-image: linear-gradient(rgb(0, 0, 0), rgb(0, 0, 0)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }.tve_post_lp > div > #tve_editor { margin-left: auto; margin-right: auto; max-width: 1200px; padding: 0px 20px; }#tve_editor [data-css=\"tve-u-165e62d8c6d\"] { font-family: \"Special Elite\" !important; font-weight: 400 !important; }#tcb_landing_page .tcb-plain-text { color: rgb(255, 255, 255); font-family: Merriweather; font-weight: 400; }#tcb_landing_page .tcb-plain-text strong { font-weight: 900; }[data-css=\"tve-u-165e642ffaf\"] { margin-top: 10px !important; }}@media (max-width: 767px){.tve_post_lp > div > #tve_editor { padding: 0px 10px; }[data-css=\"tve-u-1642b6ab2bb\"] { padding-left: 10px !important; padding-right: 5px !important; margin-left: auto !important; margin-right: auto !important; float: left; width: 100%; z-index: 3; position: relative; padding-bottom: 10px !important; }[data-css=\"tve-u-165e6469798\"]::after { clear: both; }#tve_editor [data-css=\"tve-u-165e64714a8\"] { font-size: 15px !important; }}'),(3432,320,'tve_revision_tve_user_custom_css',''),(3433,320,'tve_revision_tve_page_events','a:0:{}'),(3434,320,'tve_revision_tve_globals','a:2:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";s:8:\"font_cls\";a:0:{}}'),(3435,320,'tve_revision_tve_global_scripts',''),(3436,320,'tve_revision_thrive_icon_pack','0'),(3437,320,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(3438,320,'tve_revision_tve_has_masonry','0'),(3439,320,'tve_revision_tve_has_typefocus','0'),(3440,320,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-custom-menu-inside\" style=\"z-index: 8;\" data-css=\"tve-u-1642b593fd4\" wfd-id=\"58\">\n<div class=\"tve-content-box-background\" wfd-id=\"67\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" style=\"z-index: 8;\" wfd-id=\"59\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-165e642ffaf\" wfd-id=\"64\"><h2 data-css=\"tve-u-165e62d8c6d\">Terms &amp; Conditions</h2></div><div class=\"tcb-clear\" data-css=\"tve-u-165e6469798\" wfd-id=\"60\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1642b6ab2bb\" wfd-id=\"61\"><p style=\"text-align: left;\" data-css=\"tve-u-165e64714a8\">TERMS OF SERVICE<br><br>-----<br><br>OVERVIEW<br><br>This website is operated by Blackhawk Custom, LLC. Throughout the site, the terms â€œweâ€, â€œusâ€ and â€œourâ€ refer to Blackhawk Custom, LLC. Blackhawk Custom, LLC offers this website, including all information, tools and services available from this site to you, the user, conditioned upon your acceptance of all terms, conditions, policies and notices stated here.<br><br>By visiting our site and/ or purchasing something from us, you engage in our â€œServiceâ€ and agree to be bound by the following terms and conditions (â€œTerms of Serviceâ€, â€œTermsâ€), including those additional terms, conditions, and policies referenced herein and/or available by hyperlink. These Terms of Service apply to all users of the site, including without limitation users who are browsers, vendors, customers, merchants, and/ or contributors of content.<br><br>Please read these Terms of Service carefully before accessing or using our website. By accessing or using any part of the site, you agree to be bound by these Terms of Service. If you do not agree to all the terms and conditions of this agreement, then you may not access the website or use any services. If these Terms of Service are considered an offer, acceptance is expressly limited to these Terms of Service.<br><br>Any new features or tools which are added to the current store shall also be subject to the Terms of Service. You can review the most current version of the Terms of Service at any time on this page. We reserve the right to update, change or replace any part of these Terms of Service by posting updates and/or changes to our website. It is your responsibility to check this page periodically for changes. Your continued use of or access to the website following the posting of any changes constitutes acceptance of those changes.<br><br>SECTION 1 - ONLINE STORE TERMS<br><br>By agreeing to these Terms of Service, you represent that you are at least the age of majority in your state or province of residence, or that you are the age of majority in your state or province of residence and you have given us your consent to allow any of your minor dependents to use this site.<br>You may not use our products for any illegal or unauthorized purpose nor may you, in the use of the Service, violate any laws in your jurisdiction (including but not limited to copyright laws).<br>You must not transmit any worms or viruses or any code of a destructive nature.<br>A breach or violation of any of the Terms will result in an immediate termination of your Services.<br><br>SECTION 2 - GENERAL CONDITIONS<br><br>We reserve the right to refuse service to anyone for any reason at any time.<br>You understand that your content (not including credit card information), may be transferred unencrypted and involve (a) transmissions over various networks; and (b) changes to conform and adapt to technical requirements of connecting networks or devices. Credit card information is always encrypted during transfer over networks.<br>You agree not to reproduce, duplicate, copy, sell, resell or exploit any portion of the Service, use of the Service, or access to the Service or any contact on the website through which the service is provided, without express written permission by us.<br>The headings used in this agreement are included for convenience only and will not limit or otherwise affect these Terms.<br><br>SECTION 3 - ACCURACY, COMPLETENESS AND TIMELINESS OF INFORMATION<br><br>We are not responsible if information made available on this site is not accurate, complete or current. The material on this site is provided for general information only and should not be relied upon or used as the sole basis for making decisions without consulting primary, more accurate, more complete or more timely sources of information. Any reliance on the material on this site is at your own risk.<br>This site may contain certain historical information. Historical information, necessarily, is not current and is provided for your reference only. We reserve the right to modify the contents of this site at any time, but we have no obligation to update any information on our site. You agree that it is your responsibility to monitor changes to our site.<br><br>SECTION 4 - MODIFICATIONS TO THE SERVICE AND PRICES<br><br>The prices for our products are subject to change without notice.<br>We reserve the right at any time to modify or discontinue the Service (or any part or content thereof) without notice at any time.<br>We shall not be liable to you or to any third-party for any modification, price change, suspension or discontinuance of the Service.<br><br>SECTION 5 - PRODUCTS OR SERVICES (if applicable)<br><br>Certain products or services may be available exclusively online through the website. These products or services may have limited quantities and are subject to return or exchange only according to our Return Policy.<br>We have made every effort to display as accurately as possible the colors and images of our products that appear at the store. We cannot guarantee that your computer monitor\'s display of any color will be accurate.<br>We reserve the right, but are not obligated, to limit the sales of our products or Services to any person, geographic region or jurisdiction. We may exercise this right on a case-by-case basis. We reserve the right to limit the quantities of any products or services that we offer. All descriptions of products or product pricing are subject to change at anytime without notice, at the sole discretion of us. We reserve the right to discontinue any product at any time. Any offer for any product or service made on this site is void where prohibited.<br>We do not warrant that the quality of any products, services, information, or other material purchased or obtained by you will meet your expectations, or that any errors in the Service will be corrected.<br><br>SECTION 6 - ACCURACY OF BILLING AND ACCOUNT INFORMATION<br><br>We reserve the right to refuse any order you place with us. We may, in our sole discretion, limit or cancel quantities purchased per person, per household or per order. These restrictions may include orders placed by or under the same customer account, the same credit card, and/or orders that use the same billing and/or shipping address. In the event that we make a change to or cancel an order, we may attempt to notify you by contacting the e-mail and/or billing address/phone number provided at the time the order was made. We reserve the right to limit or prohibit orders that, in our sole judgment, appear to be placed by dealers, resellers or distributors.<br><br>You agree to provide current, complete and accurate purchase and account information for all purchases made at our store. You agree to promptly update your account and other information, including your email address and credit card numbers and expiration dates, so that we can complete your transactions and contact you as needed.<br><br>For more detail, please review our Returns Policy.<br><br>SECTION 7 - OPTIONAL TOOLS<br><br>We may provide you with access to third-party tools over which we neither monitor nor have any control nor input.<br>You acknowledge and agree that we provide access to such tools â€as isâ€ and â€œas availableâ€ without any warranties, representations or conditions of any kind and without any endorsement. We shall have no liability whatsoever arising from or relating to your use of optional third-party tools.<br>Any use by you of optional tools offered through the site is entirely at your own risk and discretion and you should ensure that you are familiar with and approve of the terms on which tools are provided by the relevant third-party provider(s).<br>We may also, in the future, offer new services and/or features through the website (including, the release of new tools and resources). Such new features and/or services shall also be subject to these Terms of Service.<br><br>SECTION 8 - THIRD-PARTY LINKS<br><br>Certain content, products and services available via our Service may include materials from third-parties.<br>Third-party links on this site may direct you to third-party websites that are not affiliated with us. We are not responsible for examining or evaluating the content or accuracy and we do not warrant and will not have any liability or responsibility for any third-party materials or websites, or for any other materials, products, or services of third-parties.<br>We are not liable for any harm or damages related to the purchase or use of goods, services, resources, content, or any other transactions made in connection with any third-party websites. Please review carefully the third-party\'s policies and practices and make sure you understand them before you engage in any transaction. Complaints, claims, concerns, or questions regarding third-party products should be directed to the third-party.<br><br>SECTION 9 - USER COMMENTS, FEEDBACK AND OTHER SUBMISSIONS<br><br>If, at our request, you send certain specific submissions (for example contest entries) or without a request from us you send creative ideas, suggestions, proposals, plans, or other materials, whether online, by email, by postal mail, or otherwise (collectively, \'comments\'), you agree that we may, at any time, without restriction, edit, copy, publish, distribute, translate and otherwise use in any medium any comments that you forward to us. We are and shall be under no obligation (1) to maintain any comments in confidence; (2) to pay compensation for any comments; or (3) to respond to any comments.<br>We may, but have no obligation to, monitor, edit or remove content that we determine in our sole discretion are unlawful, offensive, threatening, libelous, defamatory, pornographic, obscene or otherwise objectionable or violates any partyâ€™s intellectual property or these Terms of Service.<br>You agree that your comments will not violate any right of any third-party, including copyright, trademark, privacy, personality or other personal or proprietary right. You further agree that your comments will not contain libelous or otherwise unlawful, abusive or obscene material, or contain any computer virus or other malware that could in any way affect the operation of the Service or any related website. You may not use a false e-mail address, pretend to be someone other than yourself, or otherwise mislead us or third-parties as to the origin of any comments. You are solely responsible for any comments you make and their accuracy. We take no responsibility and assume no liability for any comments posted by you or any third-party.<br><br>SECTION 10 - PERSONAL INFORMATION<br><br>Your submission of personal information through the store is governed by our Privacy Policy. To view our Privacy Policy.<br><br>SECTION 11 - ERRORS, INACCURACIES AND OMISSIONS<br><br>Occasionally there may be information on our site or in the Service that contains typographical errors, inaccuracies or omissions that may relate to product descriptions, pricing, promotions, offers, product shipping charges, transit times and availability. We reserve the right to correct any errors, inaccuracies or omissions, and to change or update information or cancel orders if any information in the Service or on any related website is inaccurate at any time without prior notice (including after you have submitted your order).<br>We undertake no obligation to update, amend or clarify information in the Service or on any related website, including without limitation, pricing information, except as required by law. No specified update or refresh date applied in the Service or on any related website, should be taken to indicate that all information in the Service or on any related website has been modified or updated.<br><br>SECTION 12 - PROHIBITED USES<br><br>In addition to other prohibitions as set forth in the Terms of Service, you are prohibited from using the site or its content: (a) for any unlawful purpose; (b) to solicit others to perform or participate in any unlawful acts; (c) to violate any international, federal, provincial or state regulations, rules, laws, or local ordinances; (d) to infringe upon or violate our intellectual property rights or the intellectual property rights of others; (e) to harass, abuse, insult, harm, defame, slander, disparage, intimidate, or discriminate based on gender, sexual orientation, religion, ethnicity, race, age, national origin, or disability; (f) to submit false or misleading information; (g) to upload or transmit viruses or any other type of malicious code that will or may be used in any way that will affect the functionality or operation of the Service or of any related website, other websites, or the Internet; (h) to collect or track the personal information of others; (i) to spam, phish, pharm, pretext, spider, crawl, or scrape; (j) for any obscene or immoral purpose; or (k) to interfere with or circumvent the security features of the Service or any related website, other websites, or the Internet. We reserve the right to terminate your use of the Service or any related website for violating any of the prohibited uses.<br><br>SECTION 13 - DISCLAIMER OF WARRANTIES; LIMITATION OF LIABILITY<br><br>We do not guarantee, represent or warrant that your use of our service will be uninterrupted, timely, secure or error-free.<br>We do not warrant that the results that may be obtained from the use of the service will be accurate or reliable.<br>You agree that from time to time we may remove the service for indefinite periods of time or cancel the service at any time, without notice to you.<br>You expressly agree that your use of, or inability to use, the service is at your sole risk. The service and all products and services delivered to you through the service are (except as expressly stated by us) provided \'as is\' and \'as available\' for your use, without any representation, warranties or conditions of any kind, either express or implied, including all implied warranties or conditions of merchantability, merchantable quality, fitness for a particular purpose, durability, title, and non-infringement.<br>In no case shall Blackhawk Custom, LLC, our directors, officers, employees, affiliates, agents, contractors, interns, suppliers, service providers or licensors be liable for any injury, loss, claim, or any direct, indirect, incidental, punitive, special, or consequential damages of any kind, including, without limitation lost profits, lost revenue, lost savings, loss of data, replacement costs, or any similar damages, whether based in contract, tort (including negligence), strict liability or otherwise, arising from your use of any of the service or any products procured using the service, or for any other claim related in any way to your use of the service or any product, including, but not limited to, any errors or omissions in any content, or any loss or damage of any kind incurred as a result of the use of the service or any content (or product) posted, transmitted, or otherwise made available via the service, even if advised of their possibility. Because some states or jurisdictions do not allow the exclusion or the limitation of liability for consequential or incidental damages, in such states or jurisdictions, our liability shall be limited to the maximum extent permitted by law.<br><br>SECTION 14 - INDEMNIFICATION<br><br>You agree to indemnify, defend and hold harmless Blackhawk Custom, LLC and our parent, subsidiaries, affiliates, partners, officers, directors, agents, contractors, licensors, service providers, subcontractors, suppliers, interns and employees, harmless from any claim or demand, including reasonable attorneysâ€™ fees, made by any third-party due to or arising out of your breach of these Terms of Service or the documents they incorporate by reference, or your violation of any law or the rights of a third-party.<br><br>SECTION 15 - SEVERABILITY<br><br>In the event that any provision of these Terms of Service is determined to be unlawful, void or unenforceable, such provision shall nonetheless be enforceable to the fullest extent permitted by applicable law, and the unenforceable portion shall be deemed to be severed from these Terms of Service, such determination shall not affect the validity and enforceability of any other remaining provisions.<br><br>SECTION 16 - TERMINATION<br><br>The obligations and liabilities of the parties incurred prior to the termination date shall survive the termination of this agreement for all purposes.<br>These Terms of Service are effective unless and until terminated by either you or us. You may terminate these Terms of Service at any time by notifying us that you no longer wish to use our Services, or when you cease using our site.<br>If in our sole judgment you fail, or we suspect that you have failed, to comply with any term or provision of these Terms of Service, we also may terminate this agreement at any time without notice and you will remain liable for all amounts due up to and including the date of termination; and/or accordingly may deny you access to our Services (or any part thereof).<br><br>SECTION 17 - ENTIRE AGREEMENT<br><br>The failure of us to exercise or enforce any right or provision of these Terms of Service shall not constitute a waiver of such right or provision.<br>These Terms of Service and any policies or operating rules posted by us on this site or in respect to The Service constitutes the entire agreement and understanding between you and us and govern your use of the Service, superseding any prior or contemporaneous agreements, communications and proposals, whether oral or written, between you and us (including, but not limited to, any prior versions of the Terms of Service).<br>Any ambiguities in the interpretation of these Terms of Service shall not be construed against the drafting party.<br><br>SECTION 18 - GOVERNING LAW<br><br>These Terms of Service and any separate agreements whereby we provide you Services shall be governed by and construed in accordance with the laws of 825 South Kings Highway, Fort Pierce, FL 34945.<br><br>SECTION 19 - CHANGES TO TERMS OF SERVICE<br><br>You can review the most current version of the Terms of Service at any time at this page.<br>We reserve the right, at our sole discretion, to update, change or replace any part of these Terms of Service by posting updates and changes to our website. It is your responsibility to check our website periodically for changes. Your continued use of or access to our website or the Service following the posting of any changes to these Terms of Service constitutes acceptance of those changes.<br><br>SECTION 20 - CONTACT INFORMATION<br><br>Questions about the Terms of Service should be sent to us at <a href=\"mailto:admin@blackhawkcustom.com\" target=\"_blank\">admin@blackhawkcustom.com</a></p></div></div></div>\n</div>'),(3441,320,'tve_revision_tve_has_wistia_popover','0'),(3445,321,'tve_revision_tve_content_more_found',''),(3446,321,'tve_revision_tve_save_post',''),(3447,321,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Merriweather:400,400i,700,700i&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Special+Elite:400&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Montserrat:400,700&subset=latin\");@media (min-width: 300px){#tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] p, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] li, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] blockquote, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] address, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] .tcb-plain-text, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] h1, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] h2, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] h3, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] h4, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] h5, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] h6 { color: rgb(255, 255, 255); }[data-css=\"tve-u-1642b667be5\"] { max-width: 1200px; float: none; width: 100%; padding: 5px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1642b32e2c2\"] { float: none; z-index: 3; position: relative; width: 100%; margin-left: auto !important; margin-right: auto !important; }#tcb_landing_page a.tve_state_hover:not(.tcb-button-link) { color: rgb(179, 144, 57); }[data-css=\"tve-u-1642b25c464\"] { padding: 5px !important; background-image: none !important; }[data-css=\"tve-u-1642b20c920\"] strong { font-weight: 700 !important; }#tve_editor [data-css=\"tve-u-1642b20c920\"] { font-size: 16px !important; font-family: Montserrat !important; font-weight: 400 !important; }#tve_editor [data-css=\"tve-u-16035acf904\"] { font-size: 24px !important; font-family: \"Special Elite\" !important; font-weight: 400 !important; text-transform: capitalize !important; }.tcb-plain-text strong { font-weight: 700; }.tcb-plain-text { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page a strong { font-weight: 700; }#tcb_landing_page h6 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(0, 0, 0); font-size: 20px; }#tcb_landing_page h5 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(0, 0, 0); font-size: 24px; }#tcb_landing_page h4 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(0, 0, 0); font-size: 30px; }#tcb_landing_page a:not(.tcb-button-link) { color: rgb(0, 0, 0); text-decoration: underline; }#tcb_landing_page h3 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(0, 0, 0); font-size: 38px; line-height: 1.3em; }#tcb_landing_page h2 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(0, 0, 0); font-size: 45px; line-height: 1.3em; }#tcb_landing_page h1 { font-family: \"Special Elite\"; font-weight: 400; font-size: 50px; line-height: 1.3em; color: rgb(0, 0, 0); }#tcb_landing_page p strong, #tcb_landing_page li strong { font-weight: 700; }#tcb_landing_page p, #tcb_landing_page li { font-family: Merriweather; font-weight: 400; font-size: 17px; line-height: 1.6em; color: rgb(0, 0, 0); }[data-css=\"tve-u-15e09c94f7d\"] { background-color: rgb(0, 0, 0) !important; }#tcb_landing_page a:hover:not(.tcb-button-link) { text-decoration: none; color: rgb(179, 144, 57); }#tcb_landing_page .tve-state-hovera:not(.tcb-button-link) { text-decoration: none; }#tcb_landing_page a.tve-state-hover:not(.tcb-button-link) { text-decoration: none; }[data-css=\"tve-u-1642b6ef7e6\"]::after { clear: both; }[data-css=\"tve-u-165e6491162\"] strong { font-weight: 700 !important; }#tve_editor [data-css=\"tve-u-165e6491162\"] { font-size: 16px !important; font-family: Montserrat !important; font-weight: 400 !important; }[data-css=\"tve-u-165e6492b04\"] strong { font-weight: 700 !important; }#tve_editor [data-css=\"tve-u-165e6492b04\"] { font-size: 16px !important; font-family: Merriweather !important; font-weight: 400 !important; }[data-css=\"tve-u-1642b6ef7e6\"] p, [data-css=\"tve-u-1642b6ef7e6\"] li, [data-css=\"tve-u-1642b6ef7e6\"] blockquote, [data-css=\"tve-u-1642b6ef7e6\"] address, [data-css=\"tve-u-1642b6ef7e6\"] .tcb-plain-text, [data-css=\"tve-u-1642b6ef7e6\"] label, [data-css=\"tve-u-1642b6ef7e6\"] h1, [data-css=\"tve-u-1642b6ef7e6\"] h2, [data-css=\"tve-u-1642b6ef7e6\"] h3, [data-css=\"tve-u-1642b6ef7e6\"] h4, [data-css=\"tve-u-1642b6ef7e6\"] h5, [data-css=\"tve-u-1642b6ef7e6\"] h6 { font-weight: 400 !important; }#tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] p, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] li, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] blockquote, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] address, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] .tcb-plain-text, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] label { font-family: Merriweather; }#tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] strong { font-weight: 700; }#tcb_landing_page .tcb-plain-text { color: rgb(0, 0, 0); font-family: Merriweather; font-weight: 400; }#tcb_landing_page .tcb-button-link { font-family: Merriweather; font-weight: 400; }#tcb_landing_page input { font-family: Merriweather; font-weight: 400; }#tcb_landing_page .tcb-button-link strong { font-weight: 700; }#tcb_landing_page input strong { font-weight: 700; }#tcb_landing_page .tcb-plain-text strong { font-weight: 700; }}@media (max-width: 1023px){#tcb_landing_page a:not(.tcb-button-link) { color: rgb(0, 0, 0); }.tcb-plain-text { color: rgb(0, 0, 0); }#tcb_landing_page p, #tcb_landing_page li { color: rgb(0, 0, 0); }#tcb_landing_page h6 { color: rgb(0, 0, 0); }#tcb_landing_page h5 { color: rgb(0, 0, 0); }#tcb_landing_page h4 { color: rgb(0, 0, 0); }#tcb_landing_page h3 { color: rgb(0, 0, 0); }#tcb_landing_page h2 { color: rgb(0, 0, 0); }#tcb_landing_page h1 { color: rgb(0, 0, 0); }}@media (max-width: 767px){#tve_editor [data-css=\"tve-u-16035acf904\"] { font-size: 36px !important; }}'),(3448,321,'tve_revision_tve_user_custom_css',''),(3449,321,'tve_revision_tve_page_events','a:0:{}'),(3450,321,'tve_revision_tve_globals','a:2:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";s:8:\"font_cls\";a:0:{}}'),(3451,321,'tve_revision_tve_global_scripts',''),(3452,321,'tve_revision_thrive_icon_pack','0'),(3453,321,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(3454,321,'tve_revision_tve_has_masonry','0'),(3455,321,'tve_revision_tve_has_typefocus','0');
INSERT INTO `wpbe_postmeta` VALUES (3456,321,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-custom-menu-inside\" data-css=\"tve-u-1642b667be5\" style=\"z-index: 8;\" wfd-id=\"34\">\n<div class=\"tve-content-box-background\" wfd-id=\"42\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1642b6ef7e6\" style=\"z-index: 8;\" wfd-id=\"35\"><div class=\"thrv_wrapper thrv_heading\" style=\"\" data-tag=\"h1\" data-css=\"tve-u-1642b32e2c2\" wfd-id=\"39\"><h1 data-css=\"tve-u-16035acf904\" style=\"text-align: center;\"><strong>Privacy</strong></h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" data-css=\"tve-u-1642b25c464\" wfd-id=\"36\"><p data-css=\"tve-u-165e6491162\">Privacy Policy</p><p data-css=\"tve-u-165e6492b04\">What personal information do we collect from the people that visit our blog, website or app?<br>When ordering or registering on our site, as appropriate, you may be asked to enter your name, email address, mailing address, phone number, credit card information or other details to help you with your experience.</p><p data-css=\"tve-u-1642b20c920\">When do we collect information?</p><p data-css=\"tve-u-1642b20c920\">We collect information from you when you register on our site, place an order, subscribe to a newsletter, respond to a survey, fill out a form or enter information on our site.</p><p data-css=\"tve-u-1642b20c920\">How do we use your information?</p><p data-css=\"tve-u-1642b20c920\">We may use the information we collect from you when you register, make a purchase, sign up for our newsletter, respond to a survey or marketing communication, surf the website, or use certain other site features in the following ways:<br>â€¢ To personalize user\'s experience and to allow us to deliver the type of content and product offerings in which you are most interested.<br>â€¢ To improve our website in order to better serve you.<br>â€¢ To allow us to better service you in responding to your customer service requests.<br>â€¢ To administer a contest, promotion, survey or other site feature.<br>â€¢ To quickly process your transactions.<br>â€¢ To send periodic emails regarding your order or other products and services.</p><p data-css=\"tve-u-1642b20c920\">How do we protect visitor information?</p><p data-css=\"tve-u-1642b20c920\">Our website is scanned on a regular basis for security holes and known vulnerabilities in order to make your visit to our site as safe as possible.<br>We use regular Malware Scanning.</p><p data-css=\"tve-u-1642b20c920\">Your personal information is contained behind secured networks and is only accessible by a limited number of persons who have special access rights to such systems, and are required to keep the information confidential. In addition, all sensitive/credit information you supply is encrypted via Secure Socket Layer (SSL) technology.</p><p data-css=\"tve-u-1642b20c920\">We implement a variety of security measures when a user places an order, enters, submits, or accesses their information to maintain the safety of your personal information.</p><p data-css=\"tve-u-1642b20c920\">All transactions are processed through a gateway provider and are not stored or processed on our servers.</p><p data-css=\"tve-u-1642b20c920\">Do we use \'cookies\'?</p><p data-css=\"tve-u-1642b20c920\">Yes. Cookies are small files that a site or its service provider transfers to your computer\'s hard drive through your Web browser (if you allow) that enable the site\'s or service provider\'s systems to recognize your browser and capture and remember certain information. For instance, we use cookies to help us remember and process the items in your shopping cart. They are also used to help us understand your preferences based on previous or current site activity, which enables us to provide you with improved services. We also use cookies to help us compile aggregate data about site traffic and site interaction so that we can offer better site experiences and tools in the future.</p><p data-css=\"tve-u-1642b20c920\">We use cookies to:</p><p data-css=\"tve-u-1642b20c920\">â€¢ Help remember and process the items in the shopping cart.<br>â€¢ Understand and save user\'s preferences for future visits.<br>You can choose to have your computer warn you each time a cookie is being sent, or you can choose to turn off all cookies. You do this through your browser (like Internet Explorer) settings. Each browser is a little different, so look at your browser\'s Help menu to learn the correct way to modify your cookies.<br>If users disable cookies in their browser:<br>If you turn off cookies, some features will be disabled. However, you can still place orders for<br>saved items in your shopping cart over the telephone by contacting customer service.</p><p data-css=\"tve-u-1642b20c920\">Third Party Disclosure</p><p data-css=\"tve-u-1642b20c920\">We do not sell, trade, or otherwise transfer to outside parties your personally identifiable information.</p><p data-css=\"tve-u-1642b20c920\">Third party links</p><p data-css=\"tve-u-1642b20c920\">Occasionally, at our discretion, we may include or offer third party products or services on our website. These third party sites have separate and independent privacy policies. We therefore have no responsibility or liability for the content and activities of these linked sites. Nonetheless, we seek to protect the integrity of our site and welcome any feedback about these sites.</p><p data-css=\"tve-u-1642b20c920\">Google</p><p data-css=\"tve-u-1642b20c920\">Google\'s advertising requirements can be summed up by Google\'s Advertising Principles. They are put in place to provide a positive experience for users. https://support.google.com/adwordspolicy/answer/1316548?hl=en<br>Opting out:<br>Users can set preferences for how Google advertises to you using the Google Ad Settings page. Alternatively, you can opt out by visiting the Network Advertising initiative opt out page or permanently using the Google Analytics Opt Out Browser add on.<br>California Online Privacy Protection Act<br>CalOPPA is the first state law in the nation to require commercial websites and online services to post a privacy policy. The law\'s reach stretches well beyond California to require a person or company in the United States (and conceivably the world) that operates websites collecting personally identifiable information from California consumers to post a conspicuous privacy policy on its website stating exactly the information being collected and those individuals with whom it is being shared, and to comply with this policy.<br>See more at: http://consumercal.org/california-online-privacy-protection-act-caloppa/#sthash.0FdRbT51.dpuf<br>According to CalOPPA we agree to the following:<br>Users can visit our site anonymously<br>Once this privacy policy is created, we will add a link to it on our home page, or as a minimum on the first significant page after entering our website.<br>Our Privacy Policy link includes the word \'Privacy\', and can be easily be found on the page specified above.<br>Users will be notified of any privacy policy changes:<br>â€¢ On our Privacy Policy Page<br>Users are able to change their personal information:<br>â€¢ By emailing us<br>â€¢ By calling us</p><p data-css=\"tve-u-1642b20c920\">How does our site handle do not track signals?</p><p data-css=\"tve-u-1642b20c920\">We honor do not track signals and do not track, plant cookies, or use advertising when a Do Not Track (DNT) browser mechanism is in place.</p><p data-css=\"tve-u-1642b20c920\">Does our site allow third party behavioral tracking?</p><p data-css=\"tve-u-1642b20c920\">It\'s also important to note that we do not allow third party behavioral tracking<br>COPPA (Children Online Privacy Protection Act)<br>When it comes to the collection of personal information from children under 13, the Children\'s Online Privacy Protection Act (COPPA) puts parents in control. The Federal Trade Commission, the nation\'s consumer protection agency, enforces the COPPA Rule, which spells out what operators of websites and online services must do to protect children\'s privacy and safety online.</p><p data-css=\"tve-u-1642b20c920\">We do not specifically market to children under 13.</p><p data-css=\"tve-u-1642b20c920\">Fair Information Practices</p><p data-css=\"tve-u-1642b20c920\">The Fair Information Practices Principles form the backbone of privacy law in the United States and the concepts they include have played a significant role in the development of data protection laws around the globe. Understanding the Fair Information Practice Principles and how they should be implemented is critical to comply with the various privacy laws that protect personal information.<br>In order to be in line with Fair Information Practices we will take the following responsive action, should a data breach occur:<br>â€¢ Within 7 business days<br>We will notify the users via in site notification<br>â€¢ Within 7 business days<br>We also agree to the individual redress principle, which requires that individuals have a right to pursue legally enforceable rights against data collectors and processors who fail to adhere to the law. This principle requires not only that individuals have enforceable rights against data users, but also that individuals have recourse to courts or a government agency to investigate and/or prosecute non-compliance by data processors.<br>CAN SPAM Act<br>The CAN-SPAM Act is a law that sets the rules for commercial email, establishes requirements for commercial messages, gives recipients the right to have emails stopped from being sent to them, and spells out tough penalties for violations.</p><p data-css=\"tve-u-1642b20c920\">We collect your email address in order to:</p><p data-css=\"tve-u-1642b20c920\">â€¢ Send information, respond to inquiries, and/or other requests or questions.<br>â€¢ Process orders and to send information and updates pertaining to orders<br>â€¢ Market to our mailing list or continue to send emails to our clients after the original transaction has occurred<br>To be in accordance with CANSPAM we agree to the following:<br>â€¢ NOT use false, or misleading subjects or email addresses<br>â€¢ Identify the message as an advertisement in some reasonable way<br>â€¢ Include the physical address of our business or site headquarters<br>â€¢ Monitor third party email marketing services for compliance, if one is used.<br>â€¢ Honor opt-out/unsubscribe requests quickly<br>â€¢ Allow users to unsubscribe by using the link at the bottom of each email<br>If at any time you would like to unsubscribe from receiving future emails, you can email us at<br>â€¢ Follow the instructions at the bottom of each email. and we will promptly remove you from ALL correspondence.</p><p data-css=\"tve-u-1642b20c920\">Contacting Us</p><p data-css=\"tve-u-1642b20c920\">If there are any questions regarding this privacy policy you may contact us using the information below.<br>Blackhawk Custom, LLC.<br>825 South Kings Highway<br>Fort Pierce, FL 34945<br>United States<br>https://www.blackhawkcustom.com<br>Conditions of use:</p><p data-css=\"tve-u-1642b20c920\">By using this website, you agree to all of our terms and conditions of the sale<br>All sales are final (See our refund policy)</p></div></div>\n</div>'),(3457,321,'tve_revision_tve_has_wistia_popover','0'),(3458,322,'tve_revision_tve_landing_page','tcb2-blank-page-styled'),(3459,322,'tve_revision_tve_disable_theme_dependency','1'),(3460,322,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-custom-menu-inside\" data-css=\"tve-u-1642b667be5\" style=\"z-index: 8;\" wfd-id=\"62\">\n<div class=\"tve-content-box-background\" wfd-id=\"70\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1642b6ef7e6\" style=\"z-index: 8;\" wfd-id=\"63\"><div class=\"thrv_wrapper thrv_heading\" style=\"\" data-tag=\"h1\" data-css=\"tve-u-1642b32e2c2\" wfd-id=\"67\"><h1 data-css=\"tve-u-16035acf904\" style=\"text-align: center;\"><strong>Privacy</strong></h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" data-css=\"tve-u-1642b25c464\" wfd-id=\"64\"><p data-css=\"tve-u-165e6491162\"><span style=\"font-family: Merriweather; font-weight: 400;\" data-css=\"tve-u-165e64c579a\">Privacy Policy</span></p><p data-css=\"tve-u-165e6492b04\"><span style=\"font-family: Merriweather; font-weight: 400;\" data-css=\"tve-u-165e64c08c2\">What personal information do we collect from the people that visit our blog, website or app?<br>When ordering or registering on our site, as appropriate, you may be asked to enter your name, email address, mailing address, phone number, credit card information or other details to help you with your experience.</span></p><p data-css=\"tve-u-1642b20c920\"><span style=\"font-weight: 400;\" data-css=\"tve-u-165e64c08c4\"><span style=\"font-family: Merriweather;\" data-css=\"tve-u-165e64c08c5\">When do we collect information?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span style=\"font-weight: 400;\" data-css=\"tve-u-165e64c08c6\"><span style=\"font-family: Merriweather;\" data-css=\"tve-u-165e64c08c7\">We collect information from you when you register on our site, place an order, subscribe to a newsletter, respond to a survey, fill out a form or enter information on our site.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span style=\"font-weight: 400;\" data-css=\"tve-u-165e64c08c9\"><span style=\"font-family: Merriweather;\" data-css=\"tve-u-165e64c08ca\">How do we use your information?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span style=\"font-weight: 400;\" data-css=\"tve-u-165e64c08cb\"><span style=\"font-family: Merriweather;\" data-css=\"tve-u-165e64c08cc\">We may use the information we collect from you when you register, make a purchase, sign up for our newsletter, respond to a survey or marketing communication, surf the website, or use certain other site features in the following ways:<br>â€¢ To personalize user\'s experience and to allow us to deliver the type of content and product offerings in which you are most interested.<br>â€¢ To improve our website in order to better serve you.<br>â€¢ To allow us to better service you in responding to your customer service requests.<br>â€¢ To administer a contest, promotion, survey or other site feature.<br>â€¢ To quickly process your transactions.<br>â€¢ To send periodic emails regarding your order or other products and services.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span style=\"font-weight: 400;\" data-css=\"tve-u-165e64c08ce\"><span style=\"font-family: Merriweather;\" data-css=\"tve-u-165e64c08cf\">How do we protect visitor information?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span style=\"font-weight: 400;\" data-css=\"tve-u-165e64c08d0\"><span style=\"font-family: Merriweather;\" data-css=\"tve-u-165e64c08d1\">Our website is scanned on a regular basis for security holes and known vulnerabilities in order to make your visit to our site as safe as possible.<br>We use regular Malware Scanning.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span style=\"font-weight: 400;\" data-css=\"tve-u-165e64c08d3\"><span style=\"font-family: Merriweather;\" data-css=\"tve-u-165e64c08d4\">Your personal information is contained behind secured networks and is only accessible by a limited number of persons who have special access rights to such systems, and are required to keep the information confidential. In addition, all sensitive/credit information you supply is encrypted via Secure Socket Layer (SSL) technology.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span style=\"font-weight: 400;\" data-css=\"tve-u-165e64c08d5\"><span style=\"font-family: Merriweather;\" data-css=\"tve-u-165e64c08d6\">We implement a variety of security measures when a user places an order, enters, submits, or accesses their information to maintain the safety of your personal information.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span style=\"font-weight: 400;\" data-css=\"tve-u-165e64c08d8\"><span style=\"font-family: Merriweather;\" data-css=\"tve-u-165e64c08d9\">All transactions are processed through a gateway provider and are not stored or processed on our servers.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span style=\"font-weight: 400;\" data-css=\"tve-u-165e64c08da\"><span style=\"font-family: Merriweather;\" data-css=\"tve-u-165e64c08db\">Do we use \'cookies\'?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span style=\"font-weight: 400;\" data-css=\"tve-u-165e64c08dd\"><span style=\"font-family: Merriweather;\" data-css=\"tve-u-165e64c08de\">Yes. Cookies are small files that a site or its service provider transfers to your computer\'s hard drive through your Web browser (if you allow) that enable the site\'s or service provider\'s systems to recognize your browser and capture and remember certain information. For instance, we use cookies to help us remember and process the items in your shopping cart. They are also used to help us understand your preferences based on previous or current site activity, which enables us to provide you with improved services. We also use cookies to help us compile aggregate data about site traffic and site interaction so that we can offer better site experiences and tools in the future.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span style=\"font-weight: 400;\" data-css=\"tve-u-165e64c08df\"><span style=\"font-family: Merriweather;\" data-css=\"tve-u-165e64c08e0\">We use cookies to:</span></span></p><p data-css=\"tve-u-1642b20c920\"><span style=\"font-weight: 400;\" data-css=\"tve-u-165e64c08e2\"><span style=\"font-family: Merriweather;\" data-css=\"tve-u-165e64c08e3\">â€¢ Help remember and process the items in the shopping cart.<br>â€¢ Understand and save user\'s preferences for future visits.<br>You can choose to have your computer warn you each time a cookie is being sent, or you can choose to turn off all cookies. You do this through your browser (like Internet Explorer) settings. Each browser is a little different, so look at your browser\'s Help menu to learn the correct way to modify your cookies.<br>If users disable cookies in their browser:<br>If you turn off cookies, some features will be disabled. However, you can still place orders for<br>saved items in your shopping cart over the telephone by contacting customer service.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span style=\"font-weight: 400;\" data-css=\"tve-u-165e64c08e4\"><span style=\"font-family: Merriweather;\" data-css=\"tve-u-165e64c08e5\">Third Party Disclosure</span></span></p><p data-css=\"tve-u-1642b20c920\"><span style=\"font-weight: 400;\" data-css=\"tve-u-165e64c08e7\"><span style=\"font-family: Merriweather;\" data-css=\"tve-u-165e64c08e8\">We do not sell, trade, or otherwise transfer to outside parties your personally identifiable information.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span style=\"font-weight: 400;\" data-css=\"tve-u-165e64c08e9\"><span style=\"font-family: Merriweather;\" data-css=\"tve-u-165e64c08ea\">Third party links</span></span></p><p data-css=\"tve-u-1642b20c920\"><span style=\"font-weight: 400;\" data-css=\"tve-u-165e64c08ec\"><span style=\"font-family: Merriweather;\" data-css=\"tve-u-165e64c08ed\">Occasionally, at our discretion, we may include or offer third party products or services on our website. These third party sites have separate and independent privacy policies. We therefore have no responsibility or liability for the content and activities of these linked sites. Nonetheless, we seek to protect the integrity of our site and welcome any feedback about these sites.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span style=\"font-weight: 400;\" data-css=\"tve-u-165e64c08ee\"><span style=\"font-family: Merriweather;\" data-css=\"tve-u-165e64c08f0\">Google</span></span></p><p data-css=\"tve-u-1642b20c920\"><span style=\"font-weight: 400;\" data-css=\"tve-u-165e64c08f1\"><span style=\"font-family: Merriweather;\" data-css=\"tve-u-165e64c08f2\">Google\'s advertising requirements can be summed up by Google\'s Advertising Principles. They are put in place to provide a positive experience for users. https://support.google.com/adwordspolicy/answer/1316548?hl=en<br>Opting out:<br>Users can set preferences for how Google advertises to you using the Google Ad Settings page. Alternatively, you can opt out by visiting the Network Advertising initiative opt out page or permanently using the Google Analytics Opt Out Browser add on.<br>California Online Privacy Protection Act<br>CalOPPA is the first state law in the nation to require commercial websites and online services to post a privacy policy. The law\'s reach stretches well beyond California to require a person or company in the United States (and conceivably the world) that operates websites collecting personally identifiable information from California consumers to post a conspicuous privacy policy on its website stating exactly the information being collected and those individuals with whom it is being shared, and to comply with this policy.<br>See more at: http://consumercal.org/california-online-privacy-protection-act-caloppa/#sthash.0FdRbT51.dpuf<br>According to CalOPPA we agree to the following:<br>Users can visit our site anonymously<br>Once this privacy policy is created, we will add a link to it on our home page, or as a minimum on the first significant page after entering our website.<br>Our Privacy Policy link includes the word \'Privacy\', and can be easily be found on the page specified above.<br>Users will be notified of any privacy policy changes:<br>â€¢ On our Privacy Policy Page<br>Users are able to change their personal information:<br>â€¢ By emailing us<br>â€¢ By calling us</span></span></p><p data-css=\"tve-u-1642b20c920\"><span style=\"font-weight: 400;\" data-css=\"tve-u-165e64c08f3\"><span style=\"font-family: Merriweather;\" data-css=\"tve-u-165e64c08f6\">How does our site handle do not track signals?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span style=\"font-weight: 400;\" data-css=\"tve-u-165e64c08f7\"><span style=\"font-family: Merriweather;\" data-css=\"tve-u-165e64c08f8\">We honor do not track signals and do not track, plant cookies, or use advertising when a Do Not Track (DNT) browser mechanism is in place.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span style=\"font-weight: 400;\" data-css=\"tve-u-165e64c08f9\"><span style=\"font-family: Merriweather;\" data-css=\"tve-u-165e64c08fa\">Does our site allow third party behavioral tracking?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span style=\"font-weight: 400;\" data-css=\"tve-u-165e64c08fb\"><span style=\"font-family: Merriweather;\" data-css=\"tve-u-165e64c08fc\">It\'s also important to note that we do not allow third party behavioral tracking<br>COPPA (Children Online Privacy Protection Act)<br>When it comes to the collection of personal information from children under 13, the Children\'s Online Privacy Protection Act (COPPA) puts parents in control. The Federal Trade Commission, the nation\'s consumer protection agency, enforces the COPPA Rule, which spells out what operators of websites and online services must do to protect children\'s privacy and safety online.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span style=\"font-weight: 400;\" data-css=\"tve-u-165e64c08fe\"><span style=\"font-family: Merriweather;\" data-css=\"tve-u-165e64c08ff\">We do not specifically market to children under 13.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span style=\"font-weight: 400;\" data-css=\"tve-u-165e64c0900\"><span style=\"font-family: Merriweather;\" data-css=\"tve-u-165e64c0901\">Fair Information Practices</span></span></p><p data-css=\"tve-u-1642b20c920\"><span style=\"font-weight: 400;\" data-css=\"tve-u-165e64c0903\"><span style=\"font-family: Merriweather;\" data-css=\"tve-u-165e64c0904\">The Fair Information Practices Principles form the backbone of privacy law in the United States and the concepts they include have played a significant role in the development of data protection laws around the globe. Understanding the Fair Information Practice Principles and how they should be implemented is critical to comply with the various privacy laws that protect personal information.<br>In order to be in line with Fair Information Practices we will take the following responsive action, should a data breach occur:<br>â€¢ Within 7 business days<br>We will notify the users via in site notification<br>â€¢ Within 7 business days<br>We also agree to the individual redress principle, which requires that individuals have a right to pursue legally enforceable rights against data collectors and processors who fail to adhere to the law. This principle requires not only that individuals have enforceable rights against data users, but also that individuals have recourse to courts or a government agency to investigate and/or prosecute non-compliance by data processors.<br>CAN SPAM Act<br>The CAN-SPAM Act is a law that sets the rules for commercial email, establishes requirements for commercial messages, gives recipients the right to have emails stopped from being sent to them, and spells out tough penalties for violations.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span style=\"font-weight: 400;\" data-css=\"tve-u-165e64c0905\"><span style=\"font-family: Merriweather;\" data-css=\"tve-u-165e64c0906\">We collect your email address in order to:</span></span></p><p data-css=\"tve-u-1642b20c920\"><span style=\"font-weight: 400;\" data-css=\"tve-u-165e64c0908\"><span style=\"font-family: Merriweather;\" data-css=\"tve-u-165e64c0909\">â€¢ Send information, respond to inquiries, and/or other requests or questions.<br>â€¢ Process orders and to send information and updates pertaining to orders<br>â€¢ Market to our mailing list or continue to send emails to our clients after the original transaction has occurred<br>To be in accordance with CANSPAM we agree to the following:<br>â€¢ NOT use false, or misleading subjects or email addresses<br>â€¢ Identify the message as an advertisement in some reasonable way<br>â€¢ Include the physical address of our business or site headquarters<br>â€¢ Monitor third party email marketing services for compliance, if one is used.<br>â€¢ Honor opt-out/unsubscribe requests quickly<br>â€¢ Allow users to unsubscribe by using the link at the bottom of each email<br>If at any time you would like to unsubscribe from receiving future emails, you can email us at<br>â€¢ Follow the instructions at the bottom of each email. and we will promptly remove you from ALL correspondence.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span style=\"font-weight: 400;\" data-css=\"tve-u-165e64c090a\"><span style=\"font-family: Merriweather;\" data-css=\"tve-u-165e64c090c\">Contacting Us</span></span></p><p data-css=\"tve-u-1642b20c920\"><span style=\"font-weight: 400;\" data-css=\"tve-u-165e64c090d\"><span style=\"font-family: Merriweather;\" data-css=\"tve-u-165e64c090e\">If there are any questions regarding this privacy policy you may contact us using the information below.<br>Blackhawk Custom, LLC.<br>825 South Kings Highway<br>Fort Pierce, FL 34945<br>United States<br>https://www.blackhawkcustom.com</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c090d\" style=\"font-weight: 400;\"><span data-css=\"tve-u-165e64c090e\" style=\"font-family: Merriweather;\"><br>Conditions of use:</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c090d\" style=\"font-weight: 400;\"><span data-css=\"tve-u-165e64c090e\" style=\"font-family: Merriweather;\">â€‹</span></span><span style=\"font-family: Merriweather; font-weight: 400;\" data-css=\"tve-u-165e64c0910\">By using this website, you agree to all of our terms and conditions of the sale<br>All sales are final (See our refund policy)</span></p></div></div>\n</div>'),(3461,322,'tve_revision_tve_content_more_found',''),(3462,322,'tve_revision_tve_save_post',''),(3463,322,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Merriweather:400,400i,700,700i&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Special+Elite:400&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Montserrat:400,700&subset=latin\");@media (min-width: 300px){#tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] p, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] li, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] blockquote, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] address, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] .tcb-plain-text, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] h1, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] h2, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] h3, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] h4, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] h5, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] h6 { color: rgb(255, 255, 255); }[data-css=\"tve-u-1642b667be5\"] { max-width: 1200px; float: none; width: 100%; padding: 5px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1642b32e2c2\"] { float: none; z-index: 3; position: relative; width: 100%; margin-left: auto !important; margin-right: auto !important; }#tcb_landing_page a.tve_state_hover:not(.tcb-button-link) { color: rgb(179, 144, 57); }[data-css=\"tve-u-1642b25c464\"] { padding: 5px 10px !important; background-image: none !important; }[data-css=\"tve-u-1642b20c920\"] strong { font-weight: 700 !important; }#tve_editor [data-css=\"tve-u-1642b20c920\"] { font-size: 16px !important; font-family: Montserrat !important; font-weight: 400 !important; }#tve_editor [data-css=\"tve-u-16035acf904\"] { font-size: 24px !important; font-family: \"Special Elite\" !important; font-weight: 400 !important; text-transform: capitalize !important; }.tcb-plain-text strong { font-weight: 700; }.tcb-plain-text { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page a strong { font-weight: 700; }#tcb_landing_page h6 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(0, 0, 0); font-size: 20px; }#tcb_landing_page h5 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(0, 0, 0); font-size: 24px; }#tcb_landing_page h4 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(0, 0, 0); font-size: 30px; }#tcb_landing_page a:not(.tcb-button-link) { color: rgb(0, 0, 0); text-decoration: underline; }#tcb_landing_page h3 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(0, 0, 0); font-size: 38px; line-height: 1.3em; }#tcb_landing_page h2 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(0, 0, 0); font-size: 45px; line-height: 1.3em; }#tcb_landing_page h1 { font-family: \"Special Elite\"; font-weight: 400; font-size: 50px; line-height: 1.3em; color: rgb(0, 0, 0); }#tcb_landing_page p strong, #tcb_landing_page li strong { font-weight: 700; }#tcb_landing_page p, #tcb_landing_page li { font-family: Merriweather; font-weight: 400; font-size: 17px; line-height: 1.6em; color: rgb(0, 0, 0); }[data-css=\"tve-u-15e09c94f7d\"] { background-color: rgb(0, 0, 0) !important; }#tcb_landing_page a:hover:not(.tcb-button-link) { text-decoration: none; color: rgb(179, 144, 57); }#tcb_landing_page .tve-state-hovera:not(.tcb-button-link) { text-decoration: none; }#tcb_landing_page a.tve-state-hover:not(.tcb-button-link) { text-decoration: none; }[data-css=\"tve-u-1642b6ef7e6\"]::after { clear: both; }[data-css=\"tve-u-165e6491162\"] strong { font-weight: 700 !important; }#tve_editor [data-css=\"tve-u-165e6491162\"] { font-size: 16px !important; font-family: Montserrat !important; font-weight: 400 !important; }[data-css=\"tve-u-165e6492b04\"] strong { font-weight: 700 !important; }#tve_editor [data-css=\"tve-u-165e6492b04\"] { font-size: 16px !important; font-family: Merriweather !important; font-weight: 400 !important; }[data-css=\"tve-u-1642b6ef7e6\"] p, [data-css=\"tve-u-1642b6ef7e6\"] li, [data-css=\"tve-u-1642b6ef7e6\"] blockquote, [data-css=\"tve-u-1642b6ef7e6\"] address, [data-css=\"tve-u-1642b6ef7e6\"] .tcb-plain-text, [data-css=\"tve-u-1642b6ef7e6\"] label, [data-css=\"tve-u-1642b6ef7e6\"] h1, [data-css=\"tve-u-1642b6ef7e6\"] h2, [data-css=\"tve-u-1642b6ef7e6\"] h3, [data-css=\"tve-u-1642b6ef7e6\"] h4, [data-css=\"tve-u-1642b6ef7e6\"] h5, [data-css=\"tve-u-1642b6ef7e6\"] h6 { font-weight: 400 !important; }#tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] p, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] li, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] blockquote, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] address, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] .tcb-plain-text, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] label { font-family: Merriweather; }#tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] strong { font-weight: 700; }#tcb_landing_page .tcb-plain-text { color: rgb(0, 0, 0); font-family: Merriweather; font-weight: 400; }#tcb_landing_page .tcb-button-link { font-family: Merriweather; font-weight: 400; }#tcb_landing_page input { font-family: Merriweather; font-weight: 400; }#tcb_landing_page .tcb-button-link strong { font-weight: 700; }#tcb_landing_page input strong { font-weight: 700; }#tcb_landing_page .tcb-plain-text strong { font-weight: 700; }[data-css=\"tve-u-165e64c08c2\"] { font-family: Merriweather !important; font-weight: 400 !important; }[data-css=\"tve-u-165e64c08c4\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08c5\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08c6\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08c7\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08c9\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08ca\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08cb\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08cc\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08ce\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08cf\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08d0\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08d1\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08d3\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08d4\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08d5\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08d6\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08d8\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08d9\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08da\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08db\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08dd\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08de\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08df\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08e0\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08e2\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08e3\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08e4\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08e5\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08e7\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08e8\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08e9\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08ea\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08ec\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08ed\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08ee\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08f0\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08f1\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08f2\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08f3\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08f6\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08f7\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08f8\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08f9\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08fa\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08fb\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08fc\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08fe\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08ff\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c0900\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c0901\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c0903\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c0904\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c0905\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c0906\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c0908\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c0909\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c090a\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c090c\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c090d\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c090e\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c0910\"] { font-family: Merriweather !important; font-weight: 400 !important; }[data-css=\"tve-u-165e64c08c2\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-165e64c579a\"] { font-family: Merriweather !important; font-weight: 400 !important; }[data-css=\"tve-u-165e64c579a\"] strong { font-weight: 700 !important; }}@media (max-width: 1023px){#tcb_landing_page a:not(.tcb-button-link) { color: rgb(0, 0, 0); }.tcb-plain-text { color: rgb(0, 0, 0); }#tcb_landing_page p, #tcb_landing_page li { color: rgb(0, 0, 0); }#tcb_landing_page h6 { color: rgb(0, 0, 0); }#tcb_landing_page h5 { color: rgb(0, 0, 0); }#tcb_landing_page h4 { color: rgb(0, 0, 0); }#tcb_landing_page h3 { color: rgb(0, 0, 0); }#tcb_landing_page h2 { color: rgb(0, 0, 0); }#tcb_landing_page h1 { color: rgb(0, 0, 0); }}@media (max-width: 767px){#tve_editor [data-css=\"tve-u-16035acf904\"] { font-size: 36px !important; }}'),(3464,322,'tve_revision_tve_user_custom_css',''),(3465,322,'tve_revision_tve_page_events','a:0:{}'),(3466,322,'tve_revision_tve_globals','a:2:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";s:8:\"font_cls\";a:0:{}}'),(3467,322,'tve_revision_tve_global_scripts',''),(3468,322,'tve_revision_thrive_icon_pack','0'),(3469,322,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(3470,322,'tve_revision_tve_has_masonry','0'),(3471,322,'tve_revision_tve_has_typefocus','0'),(3472,322,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-custom-menu-inside\" data-css=\"tve-u-1642b667be5\" style=\"z-index: 8;\" wfd-id=\"62\">\n<div class=\"tve-content-box-background\" wfd-id=\"70\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1642b6ef7e6\" style=\"z-index: 8;\" wfd-id=\"63\"><div class=\"thrv_wrapper thrv_heading\" style=\"\" data-tag=\"h1\" data-css=\"tve-u-1642b32e2c2\" wfd-id=\"67\"><h1 data-css=\"tve-u-16035acf904\" style=\"text-align: center;\"><strong>Privacy</strong></h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" data-css=\"tve-u-1642b25c464\" wfd-id=\"64\"><p data-css=\"tve-u-165e6491162\"><span style=\"font-family: Merriweather; font-weight: 400;\" data-css=\"tve-u-165e64c579a\">Privacy Policy</span></p><p data-css=\"tve-u-165e6492b04\"><span style=\"font-family: Merriweather; font-weight: 400;\" data-css=\"tve-u-165e64c08c2\">What personal information do we collect from the people that visit our blog, website or app?<br>When ordering or registering on our site, as appropriate, you may be asked to enter your name, email address, mailing address, phone number, credit card information or other details to help you with your experience.</span></p><p data-css=\"tve-u-1642b20c920\"><span style=\"font-weight: 400;\" data-css=\"tve-u-165e64c08c4\"><span style=\"font-family: Merriweather;\" data-css=\"tve-u-165e64c08c5\">When do we collect information?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span style=\"font-weight: 400;\" data-css=\"tve-u-165e64c08c6\"><span style=\"font-family: Merriweather;\" data-css=\"tve-u-165e64c08c7\">We collect information from you when you register on our site, place an order, subscribe to a newsletter, respond to a survey, fill out a form or enter information on our site.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span style=\"font-weight: 400;\" data-css=\"tve-u-165e64c08c9\"><span style=\"font-family: Merriweather;\" data-css=\"tve-u-165e64c08ca\">How do we use your information?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span style=\"font-weight: 400;\" data-css=\"tve-u-165e64c08cb\"><span style=\"font-family: Merriweather;\" data-css=\"tve-u-165e64c08cc\">We may use the information we collect from you when you register, make a purchase, sign up for our newsletter, respond to a survey or marketing communication, surf the website, or use certain other site features in the following ways:<br>â€¢ To personalize user\'s experience and to allow us to deliver the type of content and product offerings in which you are most interested.<br>â€¢ To improve our website in order to better serve you.<br>â€¢ To allow us to better service you in responding to your customer service requests.<br>â€¢ To administer a contest, promotion, survey or other site feature.<br>â€¢ To quickly process your transactions.<br>â€¢ To send periodic emails regarding your order or other products and services.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span style=\"font-weight: 400;\" data-css=\"tve-u-165e64c08ce\"><span style=\"font-family: Merriweather;\" data-css=\"tve-u-165e64c08cf\">How do we protect visitor information?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span style=\"font-weight: 400;\" data-css=\"tve-u-165e64c08d0\"><span style=\"font-family: Merriweather;\" data-css=\"tve-u-165e64c08d1\">Our website is scanned on a regular basis for security holes and known vulnerabilities in order to make your visit to our site as safe as possible.<br>We use regular Malware Scanning.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span style=\"font-weight: 400;\" data-css=\"tve-u-165e64c08d3\"><span style=\"font-family: Merriweather;\" data-css=\"tve-u-165e64c08d4\">Your personal information is contained behind secured networks and is only accessible by a limited number of persons who have special access rights to such systems, and are required to keep the information confidential. In addition, all sensitive/credit information you supply is encrypted via Secure Socket Layer (SSL) technology.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span style=\"font-weight: 400;\" data-css=\"tve-u-165e64c08d5\"><span style=\"font-family: Merriweather;\" data-css=\"tve-u-165e64c08d6\">We implement a variety of security measures when a user places an order, enters, submits, or accesses their information to maintain the safety of your personal information.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span style=\"font-weight: 400;\" data-css=\"tve-u-165e64c08d8\"><span style=\"font-family: Merriweather;\" data-css=\"tve-u-165e64c08d9\">All transactions are processed through a gateway provider and are not stored or processed on our servers.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span style=\"font-weight: 400;\" data-css=\"tve-u-165e64c08da\"><span style=\"font-family: Merriweather;\" data-css=\"tve-u-165e64c08db\">Do we use \'cookies\'?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span style=\"font-weight: 400;\" data-css=\"tve-u-165e64c08dd\"><span style=\"font-family: Merriweather;\" data-css=\"tve-u-165e64c08de\">Yes. Cookies are small files that a site or its service provider transfers to your computer\'s hard drive through your Web browser (if you allow) that enable the site\'s or service provider\'s systems to recognize your browser and capture and remember certain information. For instance, we use cookies to help us remember and process the items in your shopping cart. They are also used to help us understand your preferences based on previous or current site activity, which enables us to provide you with improved services. We also use cookies to help us compile aggregate data about site traffic and site interaction so that we can offer better site experiences and tools in the future.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span style=\"font-weight: 400;\" data-css=\"tve-u-165e64c08df\"><span style=\"font-family: Merriweather;\" data-css=\"tve-u-165e64c08e0\">We use cookies to:</span></span></p><p data-css=\"tve-u-1642b20c920\"><span style=\"font-weight: 400;\" data-css=\"tve-u-165e64c08e2\"><span style=\"font-family: Merriweather;\" data-css=\"tve-u-165e64c08e3\">â€¢ Help remember and process the items in the shopping cart.<br>â€¢ Understand and save user\'s preferences for future visits.<br>You can choose to have your computer warn you each time a cookie is being sent, or you can choose to turn off all cookies. You do this through your browser (like Internet Explorer) settings. Each browser is a little different, so look at your browser\'s Help menu to learn the correct way to modify your cookies.<br>If users disable cookies in their browser:<br>If you turn off cookies, some features will be disabled. However, you can still place orders for<br>saved items in your shopping cart over the telephone by contacting customer service.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span style=\"font-weight: 400;\" data-css=\"tve-u-165e64c08e4\"><span style=\"font-family: Merriweather;\" data-css=\"tve-u-165e64c08e5\">Third Party Disclosure</span></span></p><p data-css=\"tve-u-1642b20c920\"><span style=\"font-weight: 400;\" data-css=\"tve-u-165e64c08e7\"><span style=\"font-family: Merriweather;\" data-css=\"tve-u-165e64c08e8\">We do not sell, trade, or otherwise transfer to outside parties your personally identifiable information.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span style=\"font-weight: 400;\" data-css=\"tve-u-165e64c08e9\"><span style=\"font-family: Merriweather;\" data-css=\"tve-u-165e64c08ea\">Third party links</span></span></p><p data-css=\"tve-u-1642b20c920\"><span style=\"font-weight: 400;\" data-css=\"tve-u-165e64c08ec\"><span style=\"font-family: Merriweather;\" data-css=\"tve-u-165e64c08ed\">Occasionally, at our discretion, we may include or offer third party products or services on our website. These third party sites have separate and independent privacy policies. We therefore have no responsibility or liability for the content and activities of these linked sites. Nonetheless, we seek to protect the integrity of our site and welcome any feedback about these sites.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span style=\"font-weight: 400;\" data-css=\"tve-u-165e64c08ee\"><span style=\"font-family: Merriweather;\" data-css=\"tve-u-165e64c08f0\">Google</span></span></p><p data-css=\"tve-u-1642b20c920\"><span style=\"font-weight: 400;\" data-css=\"tve-u-165e64c08f1\"><span style=\"font-family: Merriweather;\" data-css=\"tve-u-165e64c08f2\">Google\'s advertising requirements can be summed up by Google\'s Advertising Principles. They are put in place to provide a positive experience for users. https://support.google.com/adwordspolicy/answer/1316548?hl=en<br>Opting out:<br>Users can set preferences for how Google advertises to you using the Google Ad Settings page. Alternatively, you can opt out by visiting the Network Advertising initiative opt out page or permanently using the Google Analytics Opt Out Browser add on.<br>California Online Privacy Protection Act<br>CalOPPA is the first state law in the nation to require commercial websites and online services to post a privacy policy. The law\'s reach stretches well beyond California to require a person or company in the United States (and conceivably the world) that operates websites collecting personally identifiable information from California consumers to post a conspicuous privacy policy on its website stating exactly the information being collected and those individuals with whom it is being shared, and to comply with this policy.<br>See more at: http://consumercal.org/california-online-privacy-protection-act-caloppa/#sthash.0FdRbT51.dpuf<br>According to CalOPPA we agree to the following:<br>Users can visit our site anonymously<br>Once this privacy policy is created, we will add a link to it on our home page, or as a minimum on the first significant page after entering our website.<br>Our Privacy Policy link includes the word \'Privacy\', and can be easily be found on the page specified above.<br>Users will be notified of any privacy policy changes:<br>â€¢ On our Privacy Policy Page<br>Users are able to change their personal information:<br>â€¢ By emailing us<br>â€¢ By calling us</span></span></p><p data-css=\"tve-u-1642b20c920\"><span style=\"font-weight: 400;\" data-css=\"tve-u-165e64c08f3\"><span style=\"font-family: Merriweather;\" data-css=\"tve-u-165e64c08f6\">How does our site handle do not track signals?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span style=\"font-weight: 400;\" data-css=\"tve-u-165e64c08f7\"><span style=\"font-family: Merriweather;\" data-css=\"tve-u-165e64c08f8\">We honor do not track signals and do not track, plant cookies, or use advertising when a Do Not Track (DNT) browser mechanism is in place.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span style=\"font-weight: 400;\" data-css=\"tve-u-165e64c08f9\"><span style=\"font-family: Merriweather;\" data-css=\"tve-u-165e64c08fa\">Does our site allow third party behavioral tracking?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span style=\"font-weight: 400;\" data-css=\"tve-u-165e64c08fb\"><span style=\"font-family: Merriweather;\" data-css=\"tve-u-165e64c08fc\">It\'s also important to note that we do not allow third party behavioral tracking<br>COPPA (Children Online Privacy Protection Act)<br>When it comes to the collection of personal information from children under 13, the Children\'s Online Privacy Protection Act (COPPA) puts parents in control. The Federal Trade Commission, the nation\'s consumer protection agency, enforces the COPPA Rule, which spells out what operators of websites and online services must do to protect children\'s privacy and safety online.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span style=\"font-weight: 400;\" data-css=\"tve-u-165e64c08fe\"><span style=\"font-family: Merriweather;\" data-css=\"tve-u-165e64c08ff\">We do not specifically market to children under 13.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span style=\"font-weight: 400;\" data-css=\"tve-u-165e64c0900\"><span style=\"font-family: Merriweather;\" data-css=\"tve-u-165e64c0901\">Fair Information Practices</span></span></p><p data-css=\"tve-u-1642b20c920\"><span style=\"font-weight: 400;\" data-css=\"tve-u-165e64c0903\"><span style=\"font-family: Merriweather;\" data-css=\"tve-u-165e64c0904\">The Fair Information Practices Principles form the backbone of privacy law in the United States and the concepts they include have played a significant role in the development of data protection laws around the globe. Understanding the Fair Information Practice Principles and how they should be implemented is critical to comply with the various privacy laws that protect personal information.<br>In order to be in line with Fair Information Practices we will take the following responsive action, should a data breach occur:<br>â€¢ Within 7 business days<br>We will notify the users via in site notification<br>â€¢ Within 7 business days<br>We also agree to the individual redress principle, which requires that individuals have a right to pursue legally enforceable rights against data collectors and processors who fail to adhere to the law. This principle requires not only that individuals have enforceable rights against data users, but also that individuals have recourse to courts or a government agency to investigate and/or prosecute non-compliance by data processors.<br>CAN SPAM Act<br>The CAN-SPAM Act is a law that sets the rules for commercial email, establishes requirements for commercial messages, gives recipients the right to have emails stopped from being sent to them, and spells out tough penalties for violations.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span style=\"font-weight: 400;\" data-css=\"tve-u-165e64c0905\"><span style=\"font-family: Merriweather;\" data-css=\"tve-u-165e64c0906\">We collect your email address in order to:</span></span></p><p data-css=\"tve-u-1642b20c920\"><span style=\"font-weight: 400;\" data-css=\"tve-u-165e64c0908\"><span style=\"font-family: Merriweather;\" data-css=\"tve-u-165e64c0909\">â€¢ Send information, respond to inquiries, and/or other requests or questions.<br>â€¢ Process orders and to send information and updates pertaining to orders<br>â€¢ Market to our mailing list or continue to send emails to our clients after the original transaction has occurred<br>To be in accordance with CANSPAM we agree to the following:<br>â€¢ NOT use false, or misleading subjects or email addresses<br>â€¢ Identify the message as an advertisement in some reasonable way<br>â€¢ Include the physical address of our business or site headquarters<br>â€¢ Monitor third party email marketing services for compliance, if one is used.<br>â€¢ Honor opt-out/unsubscribe requests quickly<br>â€¢ Allow users to unsubscribe by using the link at the bottom of each email<br>If at any time you would like to unsubscribe from receiving future emails, you can email us at<br>â€¢ Follow the instructions at the bottom of each email. and we will promptly remove you from ALL correspondence.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span style=\"font-weight: 400;\" data-css=\"tve-u-165e64c090a\"><span style=\"font-family: Merriweather;\" data-css=\"tve-u-165e64c090c\">Contacting Us</span></span></p><p data-css=\"tve-u-1642b20c920\"><span style=\"font-weight: 400;\" data-css=\"tve-u-165e64c090d\"><span style=\"font-family: Merriweather;\" data-css=\"tve-u-165e64c090e\">If there are any questions regarding this privacy policy you may contact us using the information below.<br>Blackhawk Custom, LLC.<br>825 South Kings Highway<br>Fort Pierce, FL 34945<br>United States<br>https://www.blackhawkcustom.com</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c090d\" style=\"font-weight: 400;\"><span data-css=\"tve-u-165e64c090e\" style=\"font-family: Merriweather;\"><br>Conditions of use:</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c090d\" style=\"font-weight: 400;\"><span data-css=\"tve-u-165e64c090e\" style=\"font-family: Merriweather;\">â€‹</span></span><span style=\"font-family: Merriweather; font-weight: 400;\" data-css=\"tve-u-165e64c0910\">By using this website, you agree to all of our terms and conditions of the sale<br>All sales are final (See our refund policy)</span></p></div></div>\n</div>'),(3473,322,'tve_revision_tve_has_wistia_popover','0'),(3474,323,'tve_revision_tve_landing_page','tcb2-blank-page-styled'),(3475,323,'tve_revision_tve_disable_theme_dependency','1'),(3476,323,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-custom-menu-inside\" data-css=\"tve-u-1642b667be5\" style=\"z-index: 8;\" wfd-id=\"58\">\n<div class=\"tve-content-box-background\" wfd-id=\"133\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1642b6ef7e6\" style=\"z-index: 8;\" wfd-id=\"59\"><div class=\"thrv_wrapper thrv_heading\" style=\"\" data-tag=\"h1\" data-css=\"tve-u-1642b32e2c2\" wfd-id=\"130\"><h1 data-css=\"tve-u-16035acf904\" style=\"text-align: center;\"><strong>Privacy</strong></h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" data-css=\"tve-u-1642b25c464\" wfd-id=\"60\"><p data-css=\"tve-u-165e6491162\"><span style=\"font-family: Merriweather; font-weight: 400;\" data-css=\"tve-u-165e64c579a\" wfd-id=\"129\">Privacy Policy</span></p><p data-css=\"tve-u-165e6492b04\"><span style=\"font-family: Merriweather; font-weight: 400;\" data-css=\"tve-u-165e64c08c2\" wfd-id=\"128\">What personal information do we collect from the people that visit our blog, website or app?<br>When ordering or registering on our site, as appropriate, you may be asked to enter your name, email address, mailing address, phone number, credit card information or other details to help you with your experience.</span></p><p data-css=\"tve-u-1642b20c920\"><span style=\"font-weight: 400;\" data-css=\"tve-u-165e64c08c4\" wfd-id=\"126\"><span style=\"font-family: Merriweather;\" data-css=\"tve-u-165e64c08c5\" wfd-id=\"127\">When do we collect information?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span style=\"font-weight: 400;\" data-css=\"tve-u-165e64c08c6\" wfd-id=\"124\"><span style=\"font-family: Merriweather;\" data-css=\"tve-u-165e64c08c7\" wfd-id=\"125\">We collect information from you when you register on our site, place an order, subscribe to a newsletter, respond to a survey, fill out a form or enter information on our site.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span style=\"font-weight: 400;\" data-css=\"tve-u-165e64c08c9\" wfd-id=\"122\"><span style=\"font-family: Merriweather;\" data-css=\"tve-u-165e64c08ca\" wfd-id=\"123\">How do we use your information?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span style=\"font-weight: 400;\" data-css=\"tve-u-165e64c08cb\" wfd-id=\"120\"><span style=\"font-family: Merriweather;\" data-css=\"tve-u-165e64c08cc\" wfd-id=\"121\">We may use the information we collect from you when you register, make a purchase, sign up for our newsletter, respond to a survey or marketing communication, surf the website, or use certain other site features in the following ways:<br>â€¢ To personalize user\'s experience and to allow us to deliver the type of content and product offerings in which you are most interested.<br>â€¢ To improve our website in order to better serve you.<br>â€¢ To allow us to better service you in responding to your customer service requests.<br>â€¢ To administer a contest, promotion, survey or other site feature.<br>â€¢ To quickly process your transactions.<br>â€¢ To send periodic emails regarding your order or other products and services.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span style=\"font-weight: 400;\" data-css=\"tve-u-165e64c08ce\" wfd-id=\"118\"><span style=\"font-family: Merriweather;\" data-css=\"tve-u-165e64c08cf\" wfd-id=\"119\">How do we protect visitor information?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span style=\"font-weight: 400;\" data-css=\"tve-u-165e64c08d0\" wfd-id=\"116\"><span style=\"font-family: Merriweather;\" data-css=\"tve-u-165e64c08d1\" wfd-id=\"117\">Our website is scanned on a regular basis for security holes and known vulnerabilities in order to make your visit to our site as safe as possible.<br>We use regular Malware Scanning.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span style=\"font-weight: 400;\" data-css=\"tve-u-165e64c08d3\" wfd-id=\"114\"><span style=\"font-family: Merriweather;\" data-css=\"tve-u-165e64c08d4\" wfd-id=\"115\">Your personal information is contained behind secured networks and is only accessible by a limited number of persons who have special access rights to such systems, and are required to keep the information confidential. In addition, all sensitive/credit information you supply is encrypted via Secure Socket Layer (SSL) technology.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span style=\"font-weight: 400;\" data-css=\"tve-u-165e64c08d5\" wfd-id=\"112\"><span style=\"font-family: Merriweather;\" data-css=\"tve-u-165e64c08d6\" wfd-id=\"113\">We implement a variety of security measures when a user places an order, enters, submits, or accesses their information to maintain the safety of your personal information.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span style=\"font-weight: 400;\" data-css=\"tve-u-165e64c08d8\" wfd-id=\"110\"><span style=\"font-family: Merriweather;\" data-css=\"tve-u-165e64c08d9\" wfd-id=\"111\">All transactions are processed through a gateway provider and are not stored or processed on our servers.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span style=\"font-weight: 400;\" data-css=\"tve-u-165e64c08da\" wfd-id=\"108\"><span style=\"font-family: Merriweather;\" data-css=\"tve-u-165e64c08db\" wfd-id=\"109\">Do we use \'cookies\'?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span style=\"font-weight: 400;\" data-css=\"tve-u-165e64c08dd\" wfd-id=\"106\"><span style=\"font-family: Merriweather;\" data-css=\"tve-u-165e64c08de\" wfd-id=\"107\">Yes. Cookies are small files that a site or its service provider transfers to your computer\'s hard drive through your Web browser (if you allow) that enable the site\'s or service provider\'s systems to recognize your browser and capture and remember certain information. For instance, we use cookies to help us remember and process the items in your shopping cart. They are also used to help us understand your preferences based on previous or current site activity, which enables us to provide you with improved services. We also use cookies to help us compile aggregate data about site traffic and site interaction so that we can offer better site experiences and tools in the future.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span style=\"font-weight: 400;\" data-css=\"tve-u-165e64c08df\" wfd-id=\"104\"><span style=\"font-family: Merriweather;\" data-css=\"tve-u-165e64c08e0\" wfd-id=\"105\">We use cookies to:</span></span></p><p data-css=\"tve-u-1642b20c920\"><span style=\"font-weight: 400;\" data-css=\"tve-u-165e64c08e2\" wfd-id=\"102\"><span style=\"font-family: Merriweather;\" data-css=\"tve-u-165e64c08e3\" wfd-id=\"103\">â€¢ Help remember and process the items in the shopping cart.<br>â€¢ Understand and save user\'s preferences for future visits.<br>You can choose to have your computer warn you each time a cookie is being sent, or you can choose to turn off all cookies. You do this through your browser (like Internet Explorer) settings. Each browser is a little different, so look at your browser\'s Help menu to learn the correct way to modify your cookies.<br>If users disable cookies in their browser:<br>If you turn off cookies, some features will be disabled. However, you can still place orders for<br>saved items in your shopping cart over the telephone by contacting customer service.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span style=\"font-weight: 400;\" data-css=\"tve-u-165e64c08e4\" wfd-id=\"100\"><span style=\"font-family: Merriweather;\" data-css=\"tve-u-165e64c08e5\" wfd-id=\"101\">Third Party Disclosure</span></span></p><p data-css=\"tve-u-1642b20c920\"><span style=\"font-weight: 400;\" data-css=\"tve-u-165e64c08e7\" wfd-id=\"98\"><span style=\"font-family: Merriweather;\" data-css=\"tve-u-165e64c08e8\" wfd-id=\"99\">We do not sell, trade, or otherwise transfer to outside parties your personally identifiable information.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span style=\"font-weight: 400;\" data-css=\"tve-u-165e64c08e9\" wfd-id=\"96\"><span style=\"font-family: Merriweather;\" data-css=\"tve-u-165e64c08ea\" wfd-id=\"97\">Third party links</span></span></p><p data-css=\"tve-u-1642b20c920\"><span style=\"font-weight: 400;\" data-css=\"tve-u-165e64c08ec\" wfd-id=\"94\"><span style=\"font-family: Merriweather;\" data-css=\"tve-u-165e64c08ed\" wfd-id=\"95\">Occasionally, at our discretion, we may include or offer third party products or services on our website. These third party sites have separate and independent privacy policies. We therefore have no responsibility or liability for the content and activities of these linked sites. Nonetheless, we seek to protect the integrity of our site and welcome any feedback about these sites.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span style=\"font-weight: 400;\" data-css=\"tve-u-165e64c08ee\" wfd-id=\"92\"><span style=\"font-family: Merriweather;\" data-css=\"tve-u-165e64c08f0\" wfd-id=\"93\">Google</span></span></p><p data-css=\"tve-u-1642b20c920\"><span style=\"font-weight: 400;\" data-css=\"tve-u-165e64c08f1\" wfd-id=\"90\"><span style=\"font-family: Merriweather;\" data-css=\"tve-u-165e64c08f2\" wfd-id=\"91\">Google\'s advertising requirements can be summed up by Google\'s Advertising Principles. They are put in place to provide a positive experience for users. https://support.google.com/adwordspolicy/answer/1316548?hl=en<br>Opting out:<br>Users can set preferences for how Google advertises to you using the Google Ad Settings page. Alternatively, you can opt out by visiting the Network Advertising initiative opt out page or permanently using the Google Analytics Opt Out Browser add on.<br>California Online Privacy Protection Act<br>CalOPPA is the first state law in the nation to require commercial websites and online services to post a privacy policy. The law\'s reach stretches well beyond California to require a person or company in the United States (and conceivably the world) that operates websites collecting personally identifiable information from California consumers to post a conspicuous privacy policy on its website stating exactly the information being collected and those individuals with whom it is being shared, and to comply with this policy.<br>See more at: http://consumercal.org/california-online-privacy-protection-act-caloppa/#sthash.0FdRbT51.dpuf<br>According to CalOPPA we agree to the following:<br>Users can visit our site anonymously<br>Once this privacy policy is created, we will add a link to it on our home page, or as a minimum on the first significant page after entering our website.<br>Our Privacy Policy link includes the word \'Privacy\', and can be easily be found on the page specified above.<br>Users will be notified of any privacy policy changes:<br>â€¢ On our Privacy Policy Page<br>Users are able to change their personal information:<br>â€¢ By emailing us<br>â€¢ By calling us</span></span></p><p data-css=\"tve-u-1642b20c920\"><span style=\"font-weight: 400;\" data-css=\"tve-u-165e64c08f3\" wfd-id=\"88\"><span style=\"font-family: Merriweather;\" data-css=\"tve-u-165e64c08f6\" wfd-id=\"89\">How does our site handle do not track signals?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span style=\"font-weight: 400;\" data-css=\"tve-u-165e64c08f7\" wfd-id=\"86\"><span style=\"font-family: Merriweather;\" data-css=\"tve-u-165e64c08f8\" wfd-id=\"87\">We honor do not track signals and do not track, plant cookies, or use advertising when a Do Not Track (DNT) browser mechanism is in place.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span style=\"font-weight: 400;\" data-css=\"tve-u-165e64c08f9\" wfd-id=\"84\"><span style=\"font-family: Merriweather;\" data-css=\"tve-u-165e64c08fa\" wfd-id=\"85\">Does our site allow third party behavioral tracking?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span style=\"font-weight: 400;\" data-css=\"tve-u-165e64c08fb\" wfd-id=\"82\"><span style=\"font-family: Merriweather;\" data-css=\"tve-u-165e64c08fc\" wfd-id=\"83\">It\'s also important to note that we do not allow third party behavioral tracking<br>COPPA (Children Online Privacy Protection Act)<br>When it comes to the collection of personal information from children under 13, the Children\'s Online Privacy Protection Act (COPPA) puts parents in control. The Federal Trade Commission, the nation\'s consumer protection agency, enforces the COPPA Rule, which spells out what operators of websites and online services must do to protect children\'s privacy and safety online.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span style=\"font-weight: 400;\" data-css=\"tve-u-165e64c08fe\" wfd-id=\"80\"><span style=\"font-family: Merriweather;\" data-css=\"tve-u-165e64c08ff\" wfd-id=\"81\">We do not specifically market to children under 13.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span style=\"font-weight: 400;\" data-css=\"tve-u-165e64c0900\" wfd-id=\"78\"><span style=\"font-family: Merriweather;\" data-css=\"tve-u-165e64c0901\" wfd-id=\"79\">Fair Information Practices</span></span></p><p data-css=\"tve-u-1642b20c920\"><span style=\"font-weight: 400;\" data-css=\"tve-u-165e64c0903\" wfd-id=\"76\"><span style=\"font-family: Merriweather;\" data-css=\"tve-u-165e64c0904\" wfd-id=\"77\">The Fair Information Practices Principles form the backbone of privacy law in the United States and the concepts they include have played a significant role in the development of data protection laws around the globe. Understanding the Fair Information Practice Principles and how they should be implemented is critical to comply with the various privacy laws that protect personal information.<br>In order to be in line with Fair Information Practices we will take the following responsive action, should a data breach occur:<br>â€¢ Within 7 business days<br>We will notify the users via in site notification<br>â€¢ Within 7 business days<br>We also agree to the individual redress principle, which requires that individuals have a right to pursue legally enforceable rights against data collectors and processors who fail to adhere to the law. This principle requires not only that individuals have enforceable rights against data users, but also that individuals have recourse to courts or a government agency to investigate and/or prosecute non-compliance by data processors.<br>CAN SPAM Act<br>The CAN-SPAM Act is a law that sets the rules for commercial email, establishes requirements for commercial messages, gives recipients the right to have emails stopped from being sent to them, and spells out tough penalties for violations.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span style=\"font-weight: 400;\" data-css=\"tve-u-165e64c0905\" wfd-id=\"74\"><span style=\"font-family: Merriweather;\" data-css=\"tve-u-165e64c0906\" wfd-id=\"75\">We collect your email address in order to:</span></span></p><p data-css=\"tve-u-1642b20c920\"><span style=\"font-weight: 400;\" data-css=\"tve-u-165e64c0908\" wfd-id=\"72\"><span style=\"font-family: Merriweather;\" data-css=\"tve-u-165e64c0909\" wfd-id=\"73\">â€¢ Send information, respond to inquiries, and/or other requests or questions.<br>â€¢ Process orders and to send information and updates pertaining to orders<br>â€¢ Market to our mailing list or continue to send emails to our clients after the original transaction has occurred<br>To be in accordance with CANSPAM we agree to the following:<br>â€¢ NOT use false, or misleading subjects or email addresses<br>â€¢ Identify the message as an advertisement in some reasonable way<br>â€¢ Include the physical address of our business or site headquarters<br>â€¢ Monitor third party email marketing services for compliance, if one is used.<br>â€¢ Honor opt-out/unsubscribe requests quickly<br>â€¢ Allow users to unsubscribe by using the link at the bottom of each email<br>If at any time you would like to unsubscribe from receiving future emails, you can email us at<br>â€¢ Follow the instructions at the bottom of each email. and we will promptly remove you from ALL correspondence.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span style=\"font-weight: 400;\" data-css=\"tve-u-165e64c090a\" wfd-id=\"70\"><span style=\"font-family: Merriweather;\" data-css=\"tve-u-165e64c090c\" wfd-id=\"71\">Contacting Us</span></span></p><p data-css=\"tve-u-1642b20c920\"><span style=\"font-weight: 400;\" data-css=\"tve-u-165e64c090d\" wfd-id=\"68\"><span style=\"font-family: Merriweather;\" data-css=\"tve-u-165e64c090e\" wfd-id=\"69\">If there are any questions regarding this privacy policy you may contact us using the information below.<br>Blackhawk Custom, LLC.<br>825 South Kings Highway<br>Fort Pierce, FL 34945<br>United States<br>https://www.blackhawkcustom.com</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c090d\" style=\"font-weight: 400;\" wfd-id=\"66\"><span data-css=\"tve-u-165e64c090e\" style=\"font-family: Merriweather;\" wfd-id=\"67\"><br>Conditions of use:</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c090d\" style=\"font-weight: 400;\" wfd-id=\"64\"><span data-css=\"tve-u-165e64c090e\" style=\"font-family: Merriweather;\" wfd-id=\"65\">â€‹</span></span><span style=\"font-family: Merriweather; font-weight: 400;\" data-css=\"tve-u-165e64c0910\" wfd-id=\"63\">By using this website, you agree to all of our terms and conditions of the sale<br>All sales are final (See our refund policy)</span></p></div></div>\n</div>'),(3477,323,'tve_revision_tve_content_more_found',''),(3478,323,'tve_revision_tve_save_post',''),(3479,323,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Merriweather:400,400i,700,700i&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Special+Elite:400&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Montserrat:400,700&subset=latin\");@media (min-width: 300px){#tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] p, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] li, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] blockquote, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] address, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] .tcb-plain-text, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] h1, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] h2, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] h3, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] h4, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] h5, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] h6 { color: rgb(255, 255, 255); }[data-css=\"tve-u-1642b667be5\"] { max-width: 1200px; float: none; width: 100%; padding: 5px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1642b32e2c2\"] { float: none; z-index: 3; position: relative; width: 100%; margin-left: auto !important; margin-right: auto !important; }#tcb_landing_page a.tve_state_hover:not(.tcb-button-link) { color: rgb(179, 144, 57); }[data-css=\"tve-u-1642b25c464\"] { padding: 5px 10px !important; background-image: none !important; }[data-css=\"tve-u-1642b20c920\"] strong { font-weight: 700 !important; }#tve_editor [data-css=\"tve-u-1642b20c920\"] { font-size: 16px !important; font-family: Montserrat !important; font-weight: 400 !important; }#tve_editor [data-css=\"tve-u-16035acf904\"] { font-size: 24px !important; font-family: \"Special Elite\" !important; font-weight: 400 !important; text-transform: capitalize !important; }.tcb-plain-text strong { font-weight: 700; }.tcb-plain-text { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page a strong { font-weight: 700; }#tcb_landing_page h6 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(0, 0, 0); font-size: 20px; }#tcb_landing_page h5 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(0, 0, 0); font-size: 24px; }#tcb_landing_page h4 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(0, 0, 0); font-size: 30px; }#tcb_landing_page a:not(.tcb-button-link) { color: rgb(0, 0, 0); text-decoration: underline; }#tcb_landing_page h3 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(0, 0, 0); font-size: 38px; line-height: 1.3em; }#tcb_landing_page h2 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(0, 0, 0); font-size: 45px; line-height: 1.3em; }#tcb_landing_page h1 { font-family: \"Special Elite\"; font-weight: 400; font-size: 50px; line-height: 1.3em; color: rgb(0, 0, 0); }#tcb_landing_page p strong, #tcb_landing_page li strong { font-weight: 700; }#tcb_landing_page p, #tcb_landing_page li { font-family: Merriweather; font-weight: 400; font-size: 17px; line-height: 1.6em; color: rgb(0, 0, 0); }[data-css=\"tve-u-15e09c94f7d\"] { background-color: rgb(0, 0, 0) !important; }#tcb_landing_page a:hover:not(.tcb-button-link) { text-decoration: none; color: rgb(179, 144, 57); }#tcb_landing_page .tve-state-hovera:not(.tcb-button-link) { text-decoration: none; }#tcb_landing_page a.tve-state-hover:not(.tcb-button-link) { text-decoration: none; }[data-css=\"tve-u-1642b6ef7e6\"]::after { clear: both; }[data-css=\"tve-u-165e6491162\"] strong { font-weight: 700 !important; }#tve_editor [data-css=\"tve-u-165e6491162\"] { font-size: 16px !important; font-family: Montserrat !important; font-weight: 400 !important; }[data-css=\"tve-u-165e6492b04\"] strong { font-weight: 700 !important; }#tve_editor [data-css=\"tve-u-165e6492b04\"] { font-size: 16px !important; font-family: Merriweather !important; font-weight: 400 !important; }[data-css=\"tve-u-1642b6ef7e6\"] p, [data-css=\"tve-u-1642b6ef7e6\"] li, [data-css=\"tve-u-1642b6ef7e6\"] blockquote, [data-css=\"tve-u-1642b6ef7e6\"] address, [data-css=\"tve-u-1642b6ef7e6\"] .tcb-plain-text, [data-css=\"tve-u-1642b6ef7e6\"] label, [data-css=\"tve-u-1642b6ef7e6\"] h1, [data-css=\"tve-u-1642b6ef7e6\"] h2, [data-css=\"tve-u-1642b6ef7e6\"] h3, [data-css=\"tve-u-1642b6ef7e6\"] h4, [data-css=\"tve-u-1642b6ef7e6\"] h5, [data-css=\"tve-u-1642b6ef7e6\"] h6 { font-weight: 400 !important; }#tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] p, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] li, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] blockquote, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] address, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] .tcb-plain-text, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] label { font-family: Merriweather; }#tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] strong { font-weight: 700; }#tcb_landing_page .tcb-plain-text { color: rgb(0, 0, 0); font-family: Merriweather; font-weight: 400; }#tcb_landing_page .tcb-button-link { font-family: Merriweather; font-weight: 400; }#tcb_landing_page input { font-family: Merriweather; font-weight: 400; }#tcb_landing_page .tcb-button-link strong { font-weight: 700; }#tcb_landing_page input strong { font-weight: 700; }#tcb_landing_page .tcb-plain-text strong { font-weight: 700; }[data-css=\"tve-u-165e64c08c2\"] { font-family: Merriweather !important; font-weight: 400 !important; }[data-css=\"tve-u-165e64c08c4\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08c5\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08c6\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08c7\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08c9\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08ca\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08cb\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08cc\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08ce\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08cf\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08d0\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08d1\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08d3\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08d4\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08d5\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08d6\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08d8\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08d9\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08da\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08db\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08dd\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08de\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08df\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08e0\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08e2\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08e3\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08e4\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08e5\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08e7\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08e8\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08e9\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08ea\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08ec\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08ed\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08ee\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08f0\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08f1\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08f2\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08f3\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08f6\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08f7\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08f8\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08f9\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08fa\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08fb\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08fc\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08fe\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08ff\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c0900\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c0901\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c0903\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c0904\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c0905\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c0906\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c0908\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c0909\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c090a\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c090c\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c090d\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c090e\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c0910\"] { font-family: Merriweather !important; font-weight: 400 !important; }[data-css=\"tve-u-165e64c08c2\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-165e64c579a\"] { font-family: Merriweather !important; font-weight: 400 !important; }[data-css=\"tve-u-165e64c579a\"] strong { font-weight: 700 !important; }}@media (max-width: 1023px){#tcb_landing_page a:not(.tcb-button-link) { color: rgb(0, 0, 0); }.tcb-plain-text { color: rgb(0, 0, 0); }#tcb_landing_page p, #tcb_landing_page li { color: rgb(0, 0, 0); }#tcb_landing_page h6 { color: rgb(0, 0, 0); }#tcb_landing_page h5 { color: rgb(0, 0, 0); }#tcb_landing_page h4 { color: rgb(0, 0, 0); }#tcb_landing_page h3 { color: rgb(0, 0, 0); }#tcb_landing_page h2 { color: rgb(0, 0, 0); }#tcb_landing_page h1 { color: rgb(0, 0, 0); }}@media (max-width: 767px){#tve_editor [data-css=\"tve-u-16035acf904\"] { font-size: 36px !important; }#tve_editor [data-css=\"tve-u-165e6491162\"] { font-size: 15px !important; }}'),(3480,323,'tve_revision_tve_user_custom_css',''),(3481,323,'tve_revision_tve_page_events','a:0:{}'),(3482,323,'tve_revision_tve_globals','a:2:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";s:8:\"font_cls\";a:0:{}}'),(3483,323,'tve_revision_tve_global_scripts',''),(3484,323,'tve_revision_thrive_icon_pack','0'),(3485,323,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(3486,323,'tve_revision_tve_has_masonry','0'),(3487,323,'tve_revision_tve_has_typefocus','0'),(3488,323,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-custom-menu-inside\" data-css=\"tve-u-1642b667be5\" style=\"z-index: 8;\" wfd-id=\"58\">\n<div class=\"tve-content-box-background\" wfd-id=\"133\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1642b6ef7e6\" style=\"z-index: 8;\" wfd-id=\"59\"><div class=\"thrv_wrapper thrv_heading\" style=\"\" data-tag=\"h1\" data-css=\"tve-u-1642b32e2c2\" wfd-id=\"130\"><h1 data-css=\"tve-u-16035acf904\" style=\"text-align: center;\"><strong>Privacy</strong></h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" data-css=\"tve-u-1642b25c464\" wfd-id=\"60\"><p data-css=\"tve-u-165e6491162\"><span style=\"font-family: Merriweather; font-weight: 400;\" data-css=\"tve-u-165e64c579a\" wfd-id=\"129\">Privacy Policy</span></p><p data-css=\"tve-u-165e6492b04\"><span style=\"font-family: Merriweather; font-weight: 400;\" data-css=\"tve-u-165e64c08c2\" wfd-id=\"128\">What personal information do we collect from the people that visit our blog, website or app?<br>When ordering or registering on our site, as appropriate, you may be asked to enter your name, email address, mailing address, phone number, credit card information or other details to help you with your experience.</span></p><p data-css=\"tve-u-1642b20c920\"><span style=\"font-weight: 400;\" data-css=\"tve-u-165e64c08c4\" wfd-id=\"126\"><span style=\"font-family: Merriweather;\" data-css=\"tve-u-165e64c08c5\" wfd-id=\"127\">When do we collect information?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span style=\"font-weight: 400;\" data-css=\"tve-u-165e64c08c6\" wfd-id=\"124\"><span style=\"font-family: Merriweather;\" data-css=\"tve-u-165e64c08c7\" wfd-id=\"125\">We collect information from you when you register on our site, place an order, subscribe to a newsletter, respond to a survey, fill out a form or enter information on our site.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span style=\"font-weight: 400;\" data-css=\"tve-u-165e64c08c9\" wfd-id=\"122\"><span style=\"font-family: Merriweather;\" data-css=\"tve-u-165e64c08ca\" wfd-id=\"123\">How do we use your information?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span style=\"font-weight: 400;\" data-css=\"tve-u-165e64c08cb\" wfd-id=\"120\"><span style=\"font-family: Merriweather;\" data-css=\"tve-u-165e64c08cc\" wfd-id=\"121\">We may use the information we collect from you when you register, make a purchase, sign up for our newsletter, respond to a survey or marketing communication, surf the website, or use certain other site features in the following ways:<br>â€¢ To personalize user\'s experience and to allow us to deliver the type of content and product offerings in which you are most interested.<br>â€¢ To improve our website in order to better serve you.<br>â€¢ To allow us to better service you in responding to your customer service requests.<br>â€¢ To administer a contest, promotion, survey or other site feature.<br>â€¢ To quickly process your transactions.<br>â€¢ To send periodic emails regarding your order or other products and services.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span style=\"font-weight: 400;\" data-css=\"tve-u-165e64c08ce\" wfd-id=\"118\"><span style=\"font-family: Merriweather;\" data-css=\"tve-u-165e64c08cf\" wfd-id=\"119\">How do we protect visitor information?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span style=\"font-weight: 400;\" data-css=\"tve-u-165e64c08d0\" wfd-id=\"116\"><span style=\"font-family: Merriweather;\" data-css=\"tve-u-165e64c08d1\" wfd-id=\"117\">Our website is scanned on a regular basis for security holes and known vulnerabilities in order to make your visit to our site as safe as possible.<br>We use regular Malware Scanning.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span style=\"font-weight: 400;\" data-css=\"tve-u-165e64c08d3\" wfd-id=\"114\"><span style=\"font-family: Merriweather;\" data-css=\"tve-u-165e64c08d4\" wfd-id=\"115\">Your personal information is contained behind secured networks and is only accessible by a limited number of persons who have special access rights to such systems, and are required to keep the information confidential. In addition, all sensitive/credit information you supply is encrypted via Secure Socket Layer (SSL) technology.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span style=\"font-weight: 400;\" data-css=\"tve-u-165e64c08d5\" wfd-id=\"112\"><span style=\"font-family: Merriweather;\" data-css=\"tve-u-165e64c08d6\" wfd-id=\"113\">We implement a variety of security measures when a user places an order, enters, submits, or accesses their information to maintain the safety of your personal information.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span style=\"font-weight: 400;\" data-css=\"tve-u-165e64c08d8\" wfd-id=\"110\"><span style=\"font-family: Merriweather;\" data-css=\"tve-u-165e64c08d9\" wfd-id=\"111\">All transactions are processed through a gateway provider and are not stored or processed on our servers.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span style=\"font-weight: 400;\" data-css=\"tve-u-165e64c08da\" wfd-id=\"108\"><span style=\"font-family: Merriweather;\" data-css=\"tve-u-165e64c08db\" wfd-id=\"109\">Do we use \'cookies\'?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span style=\"font-weight: 400;\" data-css=\"tve-u-165e64c08dd\" wfd-id=\"106\"><span style=\"font-family: Merriweather;\" data-css=\"tve-u-165e64c08de\" wfd-id=\"107\">Yes. Cookies are small files that a site or its service provider transfers to your computer\'s hard drive through your Web browser (if you allow) that enable the site\'s or service provider\'s systems to recognize your browser and capture and remember certain information. For instance, we use cookies to help us remember and process the items in your shopping cart. They are also used to help us understand your preferences based on previous or current site activity, which enables us to provide you with improved services. We also use cookies to help us compile aggregate data about site traffic and site interaction so that we can offer better site experiences and tools in the future.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span style=\"font-weight: 400;\" data-css=\"tve-u-165e64c08df\" wfd-id=\"104\"><span style=\"font-family: Merriweather;\" data-css=\"tve-u-165e64c08e0\" wfd-id=\"105\">We use cookies to:</span></span></p><p data-css=\"tve-u-1642b20c920\"><span style=\"font-weight: 400;\" data-css=\"tve-u-165e64c08e2\" wfd-id=\"102\"><span style=\"font-family: Merriweather;\" data-css=\"tve-u-165e64c08e3\" wfd-id=\"103\">â€¢ Help remember and process the items in the shopping cart.<br>â€¢ Understand and save user\'s preferences for future visits.<br>You can choose to have your computer warn you each time a cookie is being sent, or you can choose to turn off all cookies. You do this through your browser (like Internet Explorer) settings. Each browser is a little different, so look at your browser\'s Help menu to learn the correct way to modify your cookies.<br>If users disable cookies in their browser:<br>If you turn off cookies, some features will be disabled. However, you can still place orders for<br>saved items in your shopping cart over the telephone by contacting customer service.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span style=\"font-weight: 400;\" data-css=\"tve-u-165e64c08e4\" wfd-id=\"100\"><span style=\"font-family: Merriweather;\" data-css=\"tve-u-165e64c08e5\" wfd-id=\"101\">Third Party Disclosure</span></span></p><p data-css=\"tve-u-1642b20c920\"><span style=\"font-weight: 400;\" data-css=\"tve-u-165e64c08e7\" wfd-id=\"98\"><span style=\"font-family: Merriweather;\" data-css=\"tve-u-165e64c08e8\" wfd-id=\"99\">We do not sell, trade, or otherwise transfer to outside parties your personally identifiable information.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span style=\"font-weight: 400;\" data-css=\"tve-u-165e64c08e9\" wfd-id=\"96\"><span style=\"font-family: Merriweather;\" data-css=\"tve-u-165e64c08ea\" wfd-id=\"97\">Third party links</span></span></p><p data-css=\"tve-u-1642b20c920\"><span style=\"font-weight: 400;\" data-css=\"tve-u-165e64c08ec\" wfd-id=\"94\"><span style=\"font-family: Merriweather;\" data-css=\"tve-u-165e64c08ed\" wfd-id=\"95\">Occasionally, at our discretion, we may include or offer third party products or services on our website. These third party sites have separate and independent privacy policies. We therefore have no responsibility or liability for the content and activities of these linked sites. Nonetheless, we seek to protect the integrity of our site and welcome any feedback about these sites.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span style=\"font-weight: 400;\" data-css=\"tve-u-165e64c08ee\" wfd-id=\"92\"><span style=\"font-family: Merriweather;\" data-css=\"tve-u-165e64c08f0\" wfd-id=\"93\">Google</span></span></p><p data-css=\"tve-u-1642b20c920\"><span style=\"font-weight: 400;\" data-css=\"tve-u-165e64c08f1\" wfd-id=\"90\"><span style=\"font-family: Merriweather;\" data-css=\"tve-u-165e64c08f2\" wfd-id=\"91\">Google\'s advertising requirements can be summed up by Google\'s Advertising Principles. They are put in place to provide a positive experience for users. https://support.google.com/adwordspolicy/answer/1316548?hl=en<br>Opting out:<br>Users can set preferences for how Google advertises to you using the Google Ad Settings page. Alternatively, you can opt out by visiting the Network Advertising initiative opt out page or permanently using the Google Analytics Opt Out Browser add on.<br>California Online Privacy Protection Act<br>CalOPPA is the first state law in the nation to require commercial websites and online services to post a privacy policy. The law\'s reach stretches well beyond California to require a person or company in the United States (and conceivably the world) that operates websites collecting personally identifiable information from California consumers to post a conspicuous privacy policy on its website stating exactly the information being collected and those individuals with whom it is being shared, and to comply with this policy.<br>See more at: http://consumercal.org/california-online-privacy-protection-act-caloppa/#sthash.0FdRbT51.dpuf<br>According to CalOPPA we agree to the following:<br>Users can visit our site anonymously<br>Once this privacy policy is created, we will add a link to it on our home page, or as a minimum on the first significant page after entering our website.<br>Our Privacy Policy link includes the word \'Privacy\', and can be easily be found on the page specified above.<br>Users will be notified of any privacy policy changes:<br>â€¢ On our Privacy Policy Page<br>Users are able to change their personal information:<br>â€¢ By emailing us<br>â€¢ By calling us</span></span></p><p data-css=\"tve-u-1642b20c920\"><span style=\"font-weight: 400;\" data-css=\"tve-u-165e64c08f3\" wfd-id=\"88\"><span style=\"font-family: Merriweather;\" data-css=\"tve-u-165e64c08f6\" wfd-id=\"89\">How does our site handle do not track signals?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span style=\"font-weight: 400;\" data-css=\"tve-u-165e64c08f7\" wfd-id=\"86\"><span style=\"font-family: Merriweather;\" data-css=\"tve-u-165e64c08f8\" wfd-id=\"87\">We honor do not track signals and do not track, plant cookies, or use advertising when a Do Not Track (DNT) browser mechanism is in place.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span style=\"font-weight: 400;\" data-css=\"tve-u-165e64c08f9\" wfd-id=\"84\"><span style=\"font-family: Merriweather;\" data-css=\"tve-u-165e64c08fa\" wfd-id=\"85\">Does our site allow third party behavioral tracking?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span style=\"font-weight: 400;\" data-css=\"tve-u-165e64c08fb\" wfd-id=\"82\"><span style=\"font-family: Merriweather;\" data-css=\"tve-u-165e64c08fc\" wfd-id=\"83\">It\'s also important to note that we do not allow third party behavioral tracking<br>COPPA (Children Online Privacy Protection Act)<br>When it comes to the collection of personal information from children under 13, the Children\'s Online Privacy Protection Act (COPPA) puts parents in control. The Federal Trade Commission, the nation\'s consumer protection agency, enforces the COPPA Rule, which spells out what operators of websites and online services must do to protect children\'s privacy and safety online.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span style=\"font-weight: 400;\" data-css=\"tve-u-165e64c08fe\" wfd-id=\"80\"><span style=\"font-family: Merriweather;\" data-css=\"tve-u-165e64c08ff\" wfd-id=\"81\">We do not specifically market to children under 13.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span style=\"font-weight: 400;\" data-css=\"tve-u-165e64c0900\" wfd-id=\"78\"><span style=\"font-family: Merriweather;\" data-css=\"tve-u-165e64c0901\" wfd-id=\"79\">Fair Information Practices</span></span></p><p data-css=\"tve-u-1642b20c920\"><span style=\"font-weight: 400;\" data-css=\"tve-u-165e64c0903\" wfd-id=\"76\"><span style=\"font-family: Merriweather;\" data-css=\"tve-u-165e64c0904\" wfd-id=\"77\">The Fair Information Practices Principles form the backbone of privacy law in the United States and the concepts they include have played a significant role in the development of data protection laws around the globe. Understanding the Fair Information Practice Principles and how they should be implemented is critical to comply with the various privacy laws that protect personal information.<br>In order to be in line with Fair Information Practices we will take the following responsive action, should a data breach occur:<br>â€¢ Within 7 business days<br>We will notify the users via in site notification<br>â€¢ Within 7 business days<br>We also agree to the individual redress principle, which requires that individuals have a right to pursue legally enforceable rights against data collectors and processors who fail to adhere to the law. This principle requires not only that individuals have enforceable rights against data users, but also that individuals have recourse to courts or a government agency to investigate and/or prosecute non-compliance by data processors.<br>CAN SPAM Act<br>The CAN-SPAM Act is a law that sets the rules for commercial email, establishes requirements for commercial messages, gives recipients the right to have emails stopped from being sent to them, and spells out tough penalties for violations.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span style=\"font-weight: 400;\" data-css=\"tve-u-165e64c0905\" wfd-id=\"74\"><span style=\"font-family: Merriweather;\" data-css=\"tve-u-165e64c0906\" wfd-id=\"75\">We collect your email address in order to:</span></span></p><p data-css=\"tve-u-1642b20c920\"><span style=\"font-weight: 400;\" data-css=\"tve-u-165e64c0908\" wfd-id=\"72\"><span style=\"font-family: Merriweather;\" data-css=\"tve-u-165e64c0909\" wfd-id=\"73\">â€¢ Send information, respond to inquiries, and/or other requests or questions.<br>â€¢ Process orders and to send information and updates pertaining to orders<br>â€¢ Market to our mailing list or continue to send emails to our clients after the original transaction has occurred<br>To be in accordance with CANSPAM we agree to the following:<br>â€¢ NOT use false, or misleading subjects or email addresses<br>â€¢ Identify the message as an advertisement in some reasonable way<br>â€¢ Include the physical address of our business or site headquarters<br>â€¢ Monitor third party email marketing services for compliance, if one is used.<br>â€¢ Honor opt-out/unsubscribe requests quickly<br>â€¢ Allow users to unsubscribe by using the link at the bottom of each email<br>If at any time you would like to unsubscribe from receiving future emails, you can email us at<br>â€¢ Follow the instructions at the bottom of each email. and we will promptly remove you from ALL correspondence.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span style=\"font-weight: 400;\" data-css=\"tve-u-165e64c090a\" wfd-id=\"70\"><span style=\"font-family: Merriweather;\" data-css=\"tve-u-165e64c090c\" wfd-id=\"71\">Contacting Us</span></span></p><p data-css=\"tve-u-1642b20c920\"><span style=\"font-weight: 400;\" data-css=\"tve-u-165e64c090d\" wfd-id=\"68\"><span style=\"font-family: Merriweather;\" data-css=\"tve-u-165e64c090e\" wfd-id=\"69\">If there are any questions regarding this privacy policy you may contact us using the information below.<br>Blackhawk Custom, LLC.<br>825 South Kings Highway<br>Fort Pierce, FL 34945<br>United States<br>https://www.blackhawkcustom.com</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c090d\" style=\"font-weight: 400;\" wfd-id=\"66\"><span data-css=\"tve-u-165e64c090e\" style=\"font-family: Merriweather;\" wfd-id=\"67\"><br>Conditions of use:</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c090d\" style=\"font-weight: 400;\" wfd-id=\"64\"><span data-css=\"tve-u-165e64c090e\" style=\"font-family: Merriweather;\" wfd-id=\"65\">â€‹</span></span><span style=\"font-family: Merriweather; font-weight: 400;\" data-css=\"tve-u-165e64c0910\" wfd-id=\"63\">By using this website, you agree to all of our terms and conditions of the sale<br>All sales are final (See our refund policy)</span></p></div></div>\n</div>'),(3489,323,'tve_revision_tve_has_wistia_popover','0'),(3490,324,'tcb_ct_id','28115'),(3491,324,'tcb_ct_meta','a:4:{s:1:\"v\";s:1:\"4\";s:4:\"type\";s:4:\"menu\";s:8:\"head_css\";s:9698:\"@import url(\"//fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700,300,200&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-165c31715af\"] { overflow: hidden; border-radius: 0px !important; background-color: rgb(30, 30, 32) !important; border-top: 2px solid rgb(55, 179, 233) !important; }#tve_editor [data-css=\"tve-u-165c31715b0\"] #tcb_custom_menu_5402f616 > a { font-family: \"Source Sans Pro\"; font-weight: 600; fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; font-size: 18px !important; }#tve_editor [data-css=\"tve-u-165c31715b0\"] #tcb_custom_menu_13475a66 > a { font-family: \"Source Sans Pro\"; font-weight: 600; fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; font-size: 18px !important; }#tve_editor [data-css=\"tve-u-165c31715b0\"] #tcb_custom_menu_a19cc162 > a { font-family: \"Source Sans Pro\"; font-weight: 600; fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; font-size: 18px !important; }[data-css=\"tve-u-165c31715b0\"] #tcb_custom_menu_5402f616 > a { font-weight: 600 !important; }[data-css=\"tve-u-165c31715b0\"] #tcb_custom_menu_13475a66 > a { font-weight: 600 !important; }[data-css=\"tve-u-165c31715b0\"] #tcb_custom_menu_a19cc162 > a { font-weight: 600 !important; }[data-css=\"tve-u-165c31715b0\"] #tcb_custom_menu_5402f616 { text-transform: capitalize; padding: 4px 20px !important; }[data-css=\"tve-u-165c31715b0\"] #tcb_custom_menu_13475a66 { text-transform: capitalize; padding: 4px 20px !important; }[data-css=\"tve-u-165c31715b0\"] #tcb_custom_menu_a19cc162 { text-transform: capitalize; padding: 4px 20px !important; }[data-css=\"tve-u-165c31715b0\"] { padding: 0px !important; }#tve_editor [data-css=\"tve-u-165c31715b0\"] #tcb_custom_menu_65zjXM43 > a { font-family: \"Source Sans Pro\"; font-weight: 600; fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; font-size: 18px !important; }[data-css=\"tve-u-165c31715b0\"] #tcb_custom_menu_65zjXM43 > a { font-weight: 600 !important; }[data-css=\"tve-u-165c31715b0\"] #tcb_custom_menu_65zjXM43 { text-transform: capitalize; padding: 4px 20px !important; }#tve_editor [data-css=\"tve-u-165c31715b0\"] #tcb_custom_menu_2SmNtzRv > a { font-family: \"Source Sans Pro\"; font-weight: 600; fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; font-size: 18px !important; }[data-css=\"tve-u-165c31715b0\"] #tcb_custom_menu_2SmNtzRv > a { font-weight: 600 !important; }[data-css=\"tve-u-165c31715b0\"] #tcb_custom_menu_2SmNtzRv { text-transform: capitalize; padding: 4px 20px !important; }[data-css=\"tve-u-165c31715b0\"] #tcb_custom_menu_5402f616.menu-item { margin-right: 50px; }[data-css=\"tve-u-165c31715b0\"] #tcb_custom_menu_13475a66.menu-item { margin-right: 50px; }[data-css=\"tve-u-165c31715b0\"] #tcb_custom_menu_a19cc162.menu-item { margin-right: 50px; }[data-css=\"tve-u-165c31715b0\"] #tcb_custom_menu_65zjXM43.menu-item { margin-right: 50px; }[data-css=\"tve-u-165c31715b0\"] #tcb_custom_menu_2SmNtzRv.menu-item { margin-right: 50px; }#tve_editor [data-css=\"tve-u-165c31715b0\"] #tcb_custom_menu_0NaqyNWp > a { font-family: \"Source Sans Pro\"; font-weight: 600; fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; font-size: 17px !important; }[data-css=\"tve-u-165c31715b0\"] #tcb_custom_menu_0NaqyNWp > a { font-weight: 600 !important; }[data-css=\"tve-u-165c31715b0\"] #tcb_custom_menu_0NaqyNWp { text-transform: capitalize; background-color: rgb(55, 179, 233); border-radius: 2px; padding: 3px 17px !important; }[data-css=\"tve-u-165c31715b0\"] #tcb_custom_menu_0NaqyNWp.menu-item { margin-right: 50px; }[data-css=\"tve-u-165c31715b0\"] #tcb_custom_menu_ed3da1d0 > a { font-weight: 400 !important; }[data-css=\"tve-u-165c31715b0\"] #tcb_custom_menu_1f1477da > a { font-weight: 400 !important; }#tve_editor [data-css=\"tve-u-165c31715b0\"] #tcb_custom_menu_ed3da1d0 > a { font-family: \"Source Sans Pro\"; font-weight: 600; fill: rgb(197, 197, 197) !important; color: rgb(197, 197, 197) !important; font-size: 16px !important; }#tve_editor [data-css=\"tve-u-165c31715b0\"] #tcb_custom_menu_1f1477da > a { font-family: \"Source Sans Pro\"; font-weight: 600; fill: rgb(197, 197, 197) !important; color: rgb(197, 197, 197) !important; font-size: 16px !important; }[data-css=\"tve-u-165c31715b0\"] #tcb_custom_menu_13475a66 > ul { border: none; background-color: rgb(30, 30, 32) !important; }#tve_editor [data-css=\"tve-u-165c31715b0\"] #tcb_custom_menu_ed3da1d0:hover { background-color: rgb(93, 93, 93) !important; }#tve_editor [data-css=\"tve-u-165c31715b0\"] #tcb_custom_menu_1f1477da:hover { background-color: rgb(93, 93, 93) !important; }#tve_editor [data-css=\"tve-u-165c31715b0\"] #tcb_custom_menu_ed3da1d0:hover > a { fill: rgb(55, 179, 233) !important; color: rgb(55, 179, 233) !important; }#tve_editor [data-css=\"tve-u-165c31715b0\"] #tcb_custom_menu_1f1477da:hover > a { fill: rgb(55, 179, 233) !important; color: rgb(55, 179, 233) !important; }#tve_editor [data-css=\"tve-u-165c31715b0\"] #tcb_custom_menu_5402f616:hover { border-bottom: 2px solid rgb(55, 179, 233) !important; }#tve_editor [data-css=\"tve-u-165c31715b0\"] #tcb_custom_menu_13475a66:hover { border-bottom: 2px solid rgb(55, 179, 233) !important; }#tve_editor [data-css=\"tve-u-165c31715b0\"] #tcb_custom_menu_a19cc162:hover { border-bottom: 2px solid rgb(55, 179, 233) !important; }#tve_editor [data-css=\"tve-u-165c31715b0\"] #tcb_custom_menu_65zjXM43:hover { border-bottom: 2px solid rgb(55, 179, 233) !important; }#tve_editor [data-css=\"tve-u-165c31715b0\"] #tcb_custom_menu_2SmNtzRv:hover { border-bottom: 2px solid rgb(55, 179, 233) !important; }#tve_editor [data-css=\"tve-u-165c31715b0\"] #tcb_custom_menu_0NaqyNWp:hover { border-bottom: none !important; box-shadow: rgba(0, 0, 0, 0.25) 0px 8px 12px 0px !important; background-image: linear-gradient(rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.15)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-165c31715b0\"] #tcb_custom_menu_ed3da1d0 { padding: 10px 0px !important; }[data-css=\"tve-u-165c31715b0\"] #tcb_custom_menu_1f1477da { padding: 10px 0px !important; }}@media (max-width: 1023px){#tve_editor [data-css=\"tve-u-165c31715b0\"] .tcb-icon-open > :first-child { color: rgb(255, 255, 255); }[data-css=\"tve-u-165c31715b0\"] #tcb_custom_menu_5402f616 { padding-top: 8px !important; padding-bottom: 8px !important; }[data-css=\"tve-u-165c31715b0\"] #tcb_custom_menu_a19cc162 { padding-top: 8px !important; padding-bottom: 8px !important; }[data-css=\"tve-u-165c31715b0\"] #tcb_custom_menu_65zjXM43 { padding-top: 8px !important; padding-bottom: 8px !important; }[data-css=\"tve-u-165c31715b0\"] #tcb_custom_menu_2SmNtzRv { padding-top: 8px !important; padding-bottom: 8px !important; }[data-css=\"tve-u-165c31715b0\"] #tcb_custom_menu_13475a66 { background-image: linear-gradient(rgb(57, 57, 57), rgb(57, 57, 57)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; padding: 8px 0px 0px !important; }[data-css=\"tve-u-165c31715b0\"] #tcb_custom_menu_0NaqyNWp { border-radius: 0px; padding: 8px 0px !important; margin-right: 0px !important; margin-left: 0px !important; }[data-css=\"tve-u-165c31715b0\"] .tcb-icon-open { font-size: 30px; width: 30px; height: 30px; }#tve_editor [data-css=\"tve-u-165c31715b0\"] .tcb-icon-close > :first-child { color: rgb(255, 255, 255); }[data-css=\"tve-u-165c31715b0\"] .tcb-icon-close { font-size: 30px; width: 30px; height: 30px; margin-bottom: 10px !important; }#tve_editor [data-css=\"tve-u-165c31715b0\"] #tcb_custom_menu_0NaqyNWp > a { font-size: 18px !important; }}@media (max-width: 767px){#tve_editor [data-css=\"tve-u-165c31715b0\"] .tcb-icon-open > :first-child { color: rgb(255, 255, 255); }[data-css=\"tve-u-165c31715b0\"] .tcb-icon-open { font-size: 30px; width: 30px; height: 30px; }[data-css=\"tve-u-165c31715b0\"] .tcb-icon-close { font-size: 30px; width: 30px; height: 30px; margin-bottom: 10px !important; }#tve_editor [data-css=\"tve-u-165c31715b0\"] .tcb-icon-close > :first-child { color: rgb(255, 255, 255); }[data-css=\"tve-u-165c31715b0\"] #tcb_custom_menu_5402f616 { background-color: rgba(57, 57, 57, 0); padding-top: 8px !important; padding-bottom: 8px !important; }[data-css=\"tve-u-165c31715b0\"] #tcb_custom_menu_a19cc162 { background-color: rgba(57, 57, 57, 0); padding-top: 8px !important; padding-bottom: 8px !important; }[data-css=\"tve-u-165c31715b0\"] #tcb_custom_menu_65zjXM43 { background-color: rgba(57, 57, 57, 0); padding-top: 8px !important; padding-bottom: 8px !important; }[data-css=\"tve-u-165c31715b0\"] #tcb_custom_menu_2SmNtzRv { background-color: rgba(57, 57, 57, 0); padding-top: 8px !important; padding-bottom: 8px !important; }[data-css=\"tve-u-165c31715b0\"] .tve_w_menu { background-color: rgb(57, 57, 57) !important; }[data-css=\"tve-u-165c31715b0\"] #tcb_custom_menu_13475a66 { padding: 8px 0px !important; }[data-css=\"tve-u-165c31715b0\"] #tcb_custom_menu_0NaqyNWp { border-radius: 0px; padding: 8px 0px !important; }[data-css=\"tve-u-165c31715b0\"] #tcb_custom_menu_ed3da1d0 { border-bottom: none; padding-bottom: 8px !important; }[data-css=\"tve-u-165c31715b0\"] #tcb_custom_menu_1f1477da { border-bottom: none; padding-top: 8px !important; }#tve_editor [data-css=\"tve-u-165c31715b0\"] #tcb_custom_menu_13475a66 > a { fill: rgb(55, 179, 233) !important; color: rgb(55, 179, 233) !important; }[data-css=\"tve-u-165c31715b0\"] #tcb_custom_menu_13475a66 > ul { border-right: none; border-bottom: none; border-left: none; border-image: initial; border-top: 1px solid rgba(0, 0, 0, 0) !important; }}\";s:10:\"custom_css\";s:0:\"\";}'),(4741,457,'tve_revision_tve_content_more_found',''),(4742,457,'tve_revision_tve_save_post',''),(4743,457,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Special+Elite:400&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Merriweather:400,400i,700,700i&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Montserrat:400,700&subset=latin\");@media (min-width: 300px){#tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] p, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] li, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] blockquote, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] address, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] .tcb-plain-text, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] h1, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] h2, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] h3, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] h4, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] h5, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] h6 { color: rgb(255, 255, 255); }[data-css=\"tve-u-1642b667be5\"] { max-width: 1200px; float: none; width: 100%; padding: 5px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1642b32e2c2\"] { float: none; z-index: 3; position: relative; width: 100%; margin-left: auto !important; margin-right: auto !important; }#tcb_landing_page a.tve_state_hover:not(.tcb-button-link) { color: rgb(179, 144, 57); }[data-css=\"tve-u-1642b25c464\"] { padding: 5px 10px !important; background-image: none !important; }[data-css=\"tve-u-1642b20c920\"] strong { font-weight: 700 !important; }#tve_editor [data-css=\"tve-u-1642b20c920\"] { font-size: 16px !important; font-family: Montserrat !important; font-weight: 400 !important; }#tve_editor [data-css=\"tve-u-16035acf904\"] { font-size: 24px !important; font-family: \"Special Elite\" !important; font-weight: 400 !important; text-transform: capitalize !important; }.tcb-plain-text strong { font-weight: 700; }.tcb-plain-text { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page a strong { font-weight: 700; }#tcb_landing_page h6 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(0, 0, 0); font-size: 20px; }#tcb_landing_page h5 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(0, 0, 0); font-size: 24px; }#tcb_landing_page h4 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(0, 0, 0); font-size: 30px; }#tcb_landing_page a:not(.tcb-button-link) { color: rgb(0, 0, 0); text-decoration: underline; }#tcb_landing_page h3 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(0, 0, 0); font-size: 38px; line-height: 1.3em; }#tcb_landing_page h2 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(0, 0, 0); font-size: 45px; line-height: 1.3em; }#tcb_landing_page h1 { font-family: \"Special Elite\"; font-weight: 400; font-size: 50px; line-height: 1.3em; color: rgb(0, 0, 0); }#tcb_landing_page p strong, #tcb_landing_page li strong { font-weight: 700; }#tcb_landing_page p, #tcb_landing_page li { font-family: Merriweather; font-weight: 400; font-size: 17px; line-height: 1.6em; color: rgb(0, 0, 0); }[data-css=\"tve-u-15e09c94f7d\"] { background-color: rgb(0, 0, 0) !important; }#tcb_landing_page a:hover:not(.tcb-button-link) { text-decoration: none; color: rgb(179, 144, 57); }#tcb_landing_page .tve-state-hovera:not(.tcb-button-link) { text-decoration: none; }#tcb_landing_page a.tve-state-hover:not(.tcb-button-link) { text-decoration: none; }[data-css=\"tve-u-1642b6ef7e6\"]::after { clear: both; }[data-css=\"tve-u-165e6491162\"] strong { font-weight: 700 !important; }#tve_editor [data-css=\"tve-u-165e6491162\"] { font-size: 16px !important; font-family: Montserrat !important; font-weight: 400 !important; }[data-css=\"tve-u-165e6492b04\"] strong { font-weight: 700 !important; }#tve_editor [data-css=\"tve-u-165e6492b04\"] { font-size: 16px !important; font-family: Merriweather !important; font-weight: 400 !important; }[data-css=\"tve-u-1642b6ef7e6\"] p, [data-css=\"tve-u-1642b6ef7e6\"] li, [data-css=\"tve-u-1642b6ef7e6\"] blockquote, [data-css=\"tve-u-1642b6ef7e6\"] address, [data-css=\"tve-u-1642b6ef7e6\"] .tcb-plain-text, [data-css=\"tve-u-1642b6ef7e6\"] label, [data-css=\"tve-u-1642b6ef7e6\"] h1, [data-css=\"tve-u-1642b6ef7e6\"] h2, [data-css=\"tve-u-1642b6ef7e6\"] h3, [data-css=\"tve-u-1642b6ef7e6\"] h4, [data-css=\"tve-u-1642b6ef7e6\"] h5, [data-css=\"tve-u-1642b6ef7e6\"] h6 { font-weight: 400 !important; }#tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] p, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] li, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] blockquote, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] address, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] .tcb-plain-text, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] label { font-family: Merriweather; }#tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] strong { font-weight: 700; }#tcb_landing_page .tcb-plain-text { color: rgb(0, 0, 0); font-family: Merriweather; font-weight: 400; }#tcb_landing_page .tcb-button-link { font-family: Merriweather; font-weight: 400; }#tcb_landing_page input { font-family: Merriweather; font-weight: 400; }#tcb_landing_page .tcb-button-link strong { font-weight: 700; }#tcb_landing_page input strong { font-weight: 700; }#tcb_landing_page .tcb-plain-text strong { font-weight: 700; }[data-css=\"tve-u-165e64c08c2\"] { font-family: Merriweather !important; font-weight: 400 !important; }[data-css=\"tve-u-165e64c08c4\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08c5\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08c6\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08c7\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08c9\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08ca\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08cb\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08cc\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08ce\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08cf\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08d0\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08d1\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08d3\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08d4\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08d5\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08d6\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08d8\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08d9\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08da\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08db\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08dd\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08de\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08df\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08e0\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08e2\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08e3\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08e4\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08e5\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08e7\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08e8\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08e9\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08ea\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08ec\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08ed\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08ee\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08f0\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08f1\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08f2\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08f3\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08f6\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08f7\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08f8\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08f9\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08fa\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08fb\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08fc\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08fe\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08ff\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c0900\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c0901\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c0903\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c0904\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c0905\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c0906\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c0908\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c0909\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c090a\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c090c\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c090d\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c090e\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c0910\"] { font-family: Merriweather !important; font-weight: 400 !important; }[data-css=\"tve-u-165e64c08c2\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-165e64c579a\"] { font-family: Merriweather !important; font-weight: 400 !important; }[data-css=\"tve-u-165e64c579a\"] strong { font-weight: 700 !important; }}@media (max-width: 1023px){#tcb_landing_page a:not(.tcb-button-link) { color: rgb(0, 0, 0); }.tcb-plain-text { color: rgb(0, 0, 0); }#tcb_landing_page p, #tcb_landing_page li { color: rgb(0, 0, 0); }#tcb_landing_page h6 { color: rgb(0, 0, 0); }#tcb_landing_page h5 { color: rgb(0, 0, 0); }#tcb_landing_page h4 { color: rgb(0, 0, 0); }#tcb_landing_page h3 { color: rgb(0, 0, 0); }#tcb_landing_page h2 { color: rgb(0, 0, 0); }#tcb_landing_page h1 { color: rgb(0, 0, 0); }}@media (max-width: 767px){#tve_editor [data-css=\"tve-u-16035acf904\"] { font-size: 36px !important; }#tve_editor [data-css=\"tve-u-165e6491162\"] { font-size: 15px !important; }}'),(3508,326,'tve_revision_tve_landing_page','tcb2-blank-page-styled'),(3509,326,'tve_revision_tve_disable_theme_dependency','1'),(3510,326,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-custom-menu-inside\" data-css=\"tve-u-1642b667be5\" style=\"z-index: 8;\" wfd-id=\"33\">\n<div class=\"tve-content-box-background\" wfd-id=\"133\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1642b6ef7e6\" style=\"z-index: 8;\" wfd-id=\"34\"><div class=\"thrv_wrapper thrv_widget_menu tve-custom-menu-upgrade tve-mobile-dropdown  tve-menu-style-none tve-mobile-icon-style_3 tve-dropdown-icon-style_1\" data-tve-style=\"tve_horizontal\" data-tve-switch-icon=\"tablet,mobile\" data-css=\"tve-u-165f5ddaaa4\" tcb-template-name=\"Shadow Dark\" tcb-template-id=\"28115\" data-ct=\"menu-28115\" style=\"\" wfd-id=\"108\">	<div class=\"thrive-shortcode-config\" style=\"display: none !important\" wfd-id=\"132\">__CONFIG_widget_menu__{\"menu_id\":\"custom\",\"color\":\"tve_red\",\"dir\":\"tve_horizontal\",\"font_class\":\"\",\"font_size\":\"\",\"ul_attr\":\"\",\"link_attr\":\"\",\"top_link_attr\":\"\",\"trigger_attr\":\"\",\"primary\":\"\",\"head_css\":\"\",\"background_hover\":\"\",\"main_hover\":\"\",\"child_hover\":\"\",\"group_edit\":[{\"css_id\":null,\"class\":\"\"},{\"css_id\":null,\"class\":\"\"},{\"css_id\":null,\"class\":\"\"},{\"css_id\":null,\"class\":\"\"},{\"css_id\":null,\"class\":\"\"},{\"css_id\":null,\"class\":\"\"},{\"css_id\":null,\"class\":\"\"},{\"css_id\":null,\"class\":\"\"}],\"menu_style\":\"none\",\"dropdown_icon\":\"style_1\",\"mobile_side\":\"\",\"mobile_icon\":\"style_3\",\"switch_to_icon\":\"tablet,mobile\",\"template\":\"28115\",\"template_name\":\"Shadow Dark\"}__CONFIG_widget_menu__</div>\n<div class=\"thrive-shortcode-html tve-menu-custom-type thrive-shortcode-html-editable tve-custom-menu-type tve_clearfix\" style=\"z-index: 8;\" wfd-id=\"109\">\n<a class=\"tve-m-trigger t_tve_horizontal tve_red\" href=\"javascript:void(0)\"><div class=\"thrv_wrapper thrv_icon tcb-icon-open tve-trigger-active\" data-not-changeable=\"true\" data-selector=\"[data-css=&quot;tve-u-165f5ddaaa4&quot;] .tcb-icon-open\" wfd-id=\"131\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"align-justify\"><g><rect x=\"8\" y=\"10.1\" class=\"st0\" width=\"16\" height=\"2\"></rect><rect x=\"8\" y=\"15\" class=\"st0\" width=\"16\" height=\"2\"></rect><rect x=\"8\" y=\"19.9\" class=\"st0\" width=\"16\" height=\"2\"></rect><path class=\"st0\" d=\"M0,0v32h32V0H0z M30,30H2V2h28V30z\"></path></g></svg></div><div class=\"thrv_wrapper thrv_icon tcb-icon-close\" data-not-changeable=\"true\" data-selector=\"[data-css=&quot;tve-u-165f5ddaaa4&quot;] .tcb-icon-close\" wfd-id=\"130\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"close\"><g><path class=\"st0\" d=\"M0,0v32h32V0H0z M30,30H2V2h28V30z\"></path><polygon class=\"st0\" points=\"11.1,22.4 16,17.4 21,22.4 22.4,21 17.4,16 22.4,11.1 21,9.6 16,14.6 11.1,9.6 9.6,11.1 14.6,16 9.6,21 \"></polygon></g></svg></div></a><ul id=\"menu-main-menu\" class=\"tve_w_menu tve_horizontal tve-m-collapsed\" style=\"z-index: 6;\" wfd-id=\"110\"><li id=\"tcb_custom_menu_5402f616\" class=\"menu-item menu-item-type-post_type menu-item-object-page thrv_wrapper thrv-menu-item-element thrv-custom-menu-item\" data-selector=\"[data-css=&quot;tve-u-165f5ddaaa4&quot;] #tcb_custom_menu_5402f616\" data-tcb_hover_state_parent=\"\" wfd-id=\"127\"><a href=\"https://bestcerakoteflorida.com/\"><span class=\"tve-disabled-text-inner\" wfd-id=\"129\">HOME</span><span class=\"tve-disabled-text-inner tve-item-dropdown-trigger\" wfd-id=\"128\"></span></a></li><li id=\"tcb_custom_menu_13475a66\" class=\"menu-item menu-item-type-post_type menu-item-object-page thrv_wrapper thrv-menu-item-element thrv-custom-menu-item menu-item-has-children tcb-excluded-from-group-item\" data-selector=\"[data-css=&quot;tve-u-165f5ddaaa4&quot;] #tcb_custom_menu_13475a66\" data-tcb_hover_state_parent=\"\" wfd-id=\"123\"><a href=\"\"><span class=\"tve-disabled-text-inner\" wfd-id=\"126\">NAV#2</span><span class=\"tve-disabled-text-inner tve-item-dropdown-trigger\" wfd-id=\"125\"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"tve-dropdown-icon-up\" viewBox=\"0 0 320 512\"><path d=\"M151.5 347.8L3.5 201c-4.7-4.7-4.7-12.3 0-17l19.8-19.8c4.7-4.7 12.3-4.7 17 0L160 282.7l119.7-118.5c4.7-4.7 12.3-4.7 17 0l19.8 19.8c4.7 4.7 4.7 12.3 0 17l-148 146.8c-4.7 4.7-12.3 4.7-17 0z\"></path></svg><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"tve-dropdown-icon-down\" viewBox=\"0 0 320 512\"><path d=\"M168.5 164.2l148 146.8c4.7 4.7 4.7 12.3 0 17l-19.8 19.8c-4.7 4.7-12.3 4.7-17 0L160 229.3 40.3 347.8c-4.7 4.7-12.3 4.7-17 0L3.5 328c-4.7-4.7-4.7-12.3 0-17l148-146.8c4.7-4.7 12.3-4.7 17 0z\"></path></svg></span></a><ul class=\"sub-menu tve_empty_dropzone\" data-selector=\"[data-css=&quot;tve-u-165f5ddaaa4&quot;] #tcb_custom_menu_13475a66 > ul\" wfd-id=\"124\"><li id=\"tcb_custom_menu_ed3da1d0\" class=\"menu-item menu-item-type-post_type menu-item-object-page thrv_wrapper thrv-menu-item-element thrv-custom-menu-item tcb-excluded-from-group-item\" data-selector=\"[data-css=&quot;tve-u-165f5ddaaa4&quot;] #tcb_custom_menu_ed3da1d0\" data-tcb_hover_state_parent=\"\"><a href=\"\"><span class=\"tve-disabled-text-inner\">SUB-NAV#1</span><span class=\"tve-disabled-text-inner tve-item-dropdown-trigger\"></span></a></li><li id=\"tcb_custom_menu_1f1477da\" class=\"menu-item menu-item-type-post_type menu-item-object-page thrv_wrapper thrv-menu-item-element thrv-custom-menu-item\" data-selector=\"[data-css=&quot;tve-u-165f5ddaaa4&quot;] #tcb_custom_menu_1f1477da\" data-tcb_hover_state_parent=\"\"><a href=\"\"><span class=\"tve-disabled-text-inner\">SUB-NAV#2</span><span class=\"tve-disabled-text-inner tve-item-dropdown-trigger\"></span></a></li></ul></li><li id=\"tcb_custom_menu_a19cc162\" class=\"menu-item menu-item-type-post_type menu-item-object-page thrv_wrapper thrv-menu-item-element thrv-custom-menu-item\" data-selector=\"[data-css=&quot;tve-u-165f5ddaaa4&quot;] #tcb_custom_menu_a19cc162\" data-tcb_hover_state_parent=\"\" wfd-id=\"120\"><a href=\"\"><span class=\"tve-disabled-text-inner\" wfd-id=\"122\">NAV#3</span><span class=\"tve-disabled-text-inner tve-item-dropdown-trigger\" wfd-id=\"121\"></span></a></li><li id=\"tcb_custom_menu_65zjXM43\" class=\"menu-item menu-item-type-post_type menu-item-object-page thrv_wrapper thrv-menu-item-element thrv-custom-menu-item\" data-selector=\"[data-css=&quot;tve-u-165f5ddaaa4&quot;] #tcb_custom_menu_65zjXM43\" data-tcb_hover_state_parent=\"\" wfd-id=\"117\"><a href=\"\"><span class=\"tve-disabled-text-inner\" wfd-id=\"119\">NAV#4</span><span class=\"tve-disabled-text-inner tve-item-dropdown-trigger\" wfd-id=\"118\"></span></a></li><li id=\"tcb_custom_menu_2SmNtzRv\" class=\"menu-item menu-item-type-post_type menu-item-object-page thrv_wrapper thrv-menu-item-element thrv-custom-menu-item\" data-selector=\"[data-css=&quot;tve-u-165f5ddaaa4&quot;] #tcb_custom_menu_2SmNtzRv\" data-tcb_hover_state_parent=\"\" wfd-id=\"114\"><a href=\"\"><span class=\"tve-disabled-text-inner\" wfd-id=\"116\">NAV#5</span><span class=\"tve-disabled-text-inner tve-item-dropdown-trigger\" wfd-id=\"115\"></span></a></li><li id=\"tcb_custom_menu_0NaqyNWp\" class=\"menu-item menu-item-type-post_type menu-item-object-page thrv_wrapper thrv-menu-item-element thrv-custom-menu-item tcb-excluded-from-group-item active-expand-children\" data-selector=\"[data-css=&quot;tve-u-165f5ddaaa4&quot;] #tcb_custom_menu_0NaqyNWp\" data-tcb_hover_state_parent=\"\" wfd-id=\"111\"><a href=\"\"><span class=\"tve-disabled-text-inner\" wfd-id=\"113\">Button</span><span class=\"tve-disabled-text-inner tve-item-dropdown-trigger\" wfd-id=\"112\"></span></a></li></ul></div>	</div><div class=\"thrv_wrapper thrv_heading\" style=\"\" data-tag=\"h1\" data-css=\"tve-u-1642b32e2c2\" wfd-id=\"105\"><h1 data-css=\"tve-u-16035acf904\" style=\"text-align: center;\"><strong>Privacy</strong></h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" data-css=\"tve-u-1642b25c464\" wfd-id=\"35\"><p data-css=\"tve-u-165e6491162\"><span data-css=\"tve-u-165e64c579a\" style=\"font-family: Merriweather; font-weight: 400;\" wfd-id=\"104\">Privacy Policy</span></p><p data-css=\"tve-u-165e6492b04\"><span data-css=\"tve-u-165e64c08c2\" style=\"font-family: Merriweather; font-weight: 400;\" wfd-id=\"103\">What personal information do we collect from the people that visit our blog, website or app?<br>When ordering or registering on our site, as appropriate, you may be asked to enter your name, email address, mailing address, phone number, credit card information or other details to help you with your experience.</span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08c4\" style=\"font-weight: 400;\" wfd-id=\"101\"><span data-css=\"tve-u-165e64c08c5\" style=\"font-family: Merriweather;\" wfd-id=\"102\">When do we collect information?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08c6\" style=\"font-weight: 400;\" wfd-id=\"99\"><span data-css=\"tve-u-165e64c08c7\" style=\"font-family: Merriweather;\" wfd-id=\"100\">We collect information from you when you register on our site, place an order, subscribe to a newsletter, respond to a survey, fill out a form or enter information on our site.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08c9\" style=\"font-weight: 400;\" wfd-id=\"97\"><span data-css=\"tve-u-165e64c08ca\" style=\"font-family: Merriweather;\" wfd-id=\"98\">How do we use your information?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08cb\" style=\"font-weight: 400;\" wfd-id=\"95\"><span data-css=\"tve-u-165e64c08cc\" style=\"font-family: Merriweather;\" wfd-id=\"96\">We may use the information we collect from you when you register, make a purchase, sign up for our newsletter, respond to a survey or marketing communication, surf the website, or use certain other site features in the following ways:<br>â€¢ To personalize user\'s experience and to allow us to deliver the type of content and product offerings in which you are most interested.<br>â€¢ To improve our website in order to better serve you.<br>â€¢ To allow us to better service you in responding to your customer service requests.<br>â€¢ To administer a contest, promotion, survey or other site feature.<br>â€¢ To quickly process your transactions.<br>â€¢ To send periodic emails regarding your order or other products and services.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08ce\" style=\"font-weight: 400;\" wfd-id=\"93\"><span data-css=\"tve-u-165e64c08cf\" style=\"font-family: Merriweather;\" wfd-id=\"94\">How do we protect visitor information?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08d0\" style=\"font-weight: 400;\" wfd-id=\"91\"><span data-css=\"tve-u-165e64c08d1\" style=\"font-family: Merriweather;\" wfd-id=\"92\">Our website is scanned on a regular basis for security holes and known vulnerabilities in order to make your visit to our site as safe as possible.<br>We use regular Malware Scanning.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08d3\" style=\"font-weight: 400;\" wfd-id=\"89\"><span data-css=\"tve-u-165e64c08d4\" style=\"font-family: Merriweather;\" wfd-id=\"90\">Your personal information is contained behind secured networks and is only accessible by a limited number of persons who have special access rights to such systems, and are required to keep the information confidential. In addition, all sensitive/credit information you supply is encrypted via Secure Socket Layer (SSL) technology.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08d5\" style=\"font-weight: 400;\" wfd-id=\"87\"><span data-css=\"tve-u-165e64c08d6\" style=\"font-family: Merriweather;\" wfd-id=\"88\">We implement a variety of security measures when a user places an order, enters, submits, or accesses their information to maintain the safety of your personal information.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08d8\" style=\"font-weight: 400;\" wfd-id=\"85\"><span data-css=\"tve-u-165e64c08d9\" style=\"font-family: Merriweather;\" wfd-id=\"86\">All transactions are processed through a gateway provider and are not stored or processed on our servers.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08da\" style=\"font-weight: 400;\" wfd-id=\"83\"><span data-css=\"tve-u-165e64c08db\" style=\"font-family: Merriweather;\" wfd-id=\"84\">Do we use \'cookies\'?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08dd\" style=\"font-weight: 400;\" wfd-id=\"81\"><span data-css=\"tve-u-165e64c08de\" style=\"font-family: Merriweather;\" wfd-id=\"82\">Yes. Cookies are small files that a site or its service provider transfers to your computer\'s hard drive through your Web browser (if you allow) that enable the site\'s or service provider\'s systems to recognize your browser and capture and remember certain information. For instance, we use cookies to help us remember and process the items in your shopping cart. They are also used to help us understand your preferences based on previous or current site activity, which enables us to provide you with improved services. We also use cookies to help us compile aggregate data about site traffic and site interaction so that we can offer better site experiences and tools in the future.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08df\" style=\"font-weight: 400;\" wfd-id=\"79\"><span data-css=\"tve-u-165e64c08e0\" style=\"font-family: Merriweather;\" wfd-id=\"80\">We use cookies to:</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08e2\" style=\"font-weight: 400;\" wfd-id=\"77\"><span data-css=\"tve-u-165e64c08e3\" style=\"font-family: Merriweather;\" wfd-id=\"78\">â€¢ Help remember and process the items in the shopping cart.<br>â€¢ Understand and save user\'s preferences for future visits.<br>You can choose to have your computer warn you each time a cookie is being sent, or you can choose to turn off all cookies. You do this through your browser (like Internet Explorer) settings. Each browser is a little different, so look at your browser\'s Help menu to learn the correct way to modify your cookies.<br>If users disable cookies in their browser:<br>If you turn off cookies, some features will be disabled. However, you can still place orders for<br>saved items in your shopping cart over the telephone by contacting customer service.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08e4\" style=\"font-weight: 400;\" wfd-id=\"75\"><span data-css=\"tve-u-165e64c08e5\" style=\"font-family: Merriweather;\" wfd-id=\"76\">Third Party Disclosure</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08e7\" style=\"font-weight: 400;\" wfd-id=\"73\"><span data-css=\"tve-u-165e64c08e8\" style=\"font-family: Merriweather;\" wfd-id=\"74\">We do not sell, trade, or otherwise transfer to outside parties your personally identifiable information.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08e9\" style=\"font-weight: 400;\" wfd-id=\"71\"><span data-css=\"tve-u-165e64c08ea\" style=\"font-family: Merriweather;\" wfd-id=\"72\">Third party links</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08ec\" style=\"font-weight: 400;\" wfd-id=\"69\"><span data-css=\"tve-u-165e64c08ed\" style=\"font-family: Merriweather;\" wfd-id=\"70\">Occasionally, at our discretion, we may include or offer third party products or services on our website. These third party sites have separate and independent privacy policies. We therefore have no responsibility or liability for the content and activities of these linked sites. Nonetheless, we seek to protect the integrity of our site and welcome any feedback about these sites.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08ee\" style=\"font-weight: 400;\" wfd-id=\"67\"><span data-css=\"tve-u-165e64c08f0\" style=\"font-family: Merriweather;\" wfd-id=\"68\">Google</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08f1\" style=\"font-weight: 400;\" wfd-id=\"65\"><span data-css=\"tve-u-165e64c08f2\" style=\"font-family: Merriweather;\" wfd-id=\"66\">Google\'s advertising requirements can be summed up by Google\'s Advertising Principles. They are put in place to provide a positive experience for users. https://support.google.com/adwordspolicy/answer/1316548?hl=en<br>Opting out:<br>Users can set preferences for how Google advertises to you using the Google Ad Settings page. Alternatively, you can opt out by visiting the Network Advertising initiative opt out page or permanently using the Google Analytics Opt Out Browser add on.<br>California Online Privacy Protection Act<br>CalOPPA is the first state law in the nation to require commercial websites and online services to post a privacy policy. The law\'s reach stretches well beyond California to require a person or company in the United States (and conceivably the world) that operates websites collecting personally identifiable information from California consumers to post a conspicuous privacy policy on its website stating exactly the information being collected and those individuals with whom it is being shared, and to comply with this policy.<br>See more at: http://consumercal.org/california-online-privacy-protection-act-caloppa/#sthash.0FdRbT51.dpuf<br>According to CalOPPA we agree to the following:<br>Users can visit our site anonymously<br>Once this privacy policy is created, we will add a link to it on our home page, or as a minimum on the first significant page after entering our website.<br>Our Privacy Policy link includes the word \'Privacy\', and can be easily be found on the page specified above.<br>Users will be notified of any privacy policy changes:<br>â€¢ On our Privacy Policy Page<br>Users are able to change their personal information:<br>â€¢ By emailing us<br>â€¢ By calling us</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08f3\" style=\"font-weight: 400;\" wfd-id=\"63\"><span data-css=\"tve-u-165e64c08f6\" style=\"font-family: Merriweather;\" wfd-id=\"64\">How does our site handle do not track signals?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08f7\" style=\"font-weight: 400;\" wfd-id=\"61\"><span data-css=\"tve-u-165e64c08f8\" style=\"font-family: Merriweather;\" wfd-id=\"62\">We honor do not track signals and do not track, plant cookies, or use advertising when a Do Not Track (DNT) browser mechanism is in place.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08f9\" style=\"font-weight: 400;\" wfd-id=\"59\"><span data-css=\"tve-u-165e64c08fa\" style=\"font-family: Merriweather;\" wfd-id=\"60\">Does our site allow third party behavioral tracking?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08fb\" style=\"font-weight: 400;\" wfd-id=\"57\"><span data-css=\"tve-u-165e64c08fc\" style=\"font-family: Merriweather;\" wfd-id=\"58\">It\'s also important to note that we do not allow third party behavioral tracking<br>COPPA (Children Online Privacy Protection Act)<br>When it comes to the collection of personal information from children under 13, the Children\'s Online Privacy Protection Act (COPPA) puts parents in control. The Federal Trade Commission, the nation\'s consumer protection agency, enforces the COPPA Rule, which spells out what operators of websites and online services must do to protect children\'s privacy and safety online.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08fe\" style=\"font-weight: 400;\" wfd-id=\"55\"><span data-css=\"tve-u-165e64c08ff\" style=\"font-family: Merriweather;\" wfd-id=\"56\">We do not specifically market to children under 13.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c0900\" style=\"font-weight: 400;\" wfd-id=\"53\"><span data-css=\"tve-u-165e64c0901\" style=\"font-family: Merriweather;\" wfd-id=\"54\">Fair Information Practices</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c0903\" style=\"font-weight: 400;\" wfd-id=\"51\"><span data-css=\"tve-u-165e64c0904\" style=\"font-family: Merriweather;\" wfd-id=\"52\">The Fair Information Practices Principles form the backbone of privacy law in the United States and the concepts they include have played a significant role in the development of data protection laws around the globe. Understanding the Fair Information Practice Principles and how they should be implemented is critical to comply with the various privacy laws that protect personal information.<br>In order to be in line with Fair Information Practices we will take the following responsive action, should a data breach occur:<br>â€¢ Within 7 business days<br>We will notify the users via in site notification<br>â€¢ Within 7 business days<br>We also agree to the individual redress principle, which requires that individuals have a right to pursue legally enforceable rights against data collectors and processors who fail to adhere to the law. This principle requires not only that individuals have enforceable rights against data users, but also that individuals have recourse to courts or a government agency to investigate and/or prosecute non-compliance by data processors.<br>CAN SPAM Act<br>The CAN-SPAM Act is a law that sets the rules for commercial email, establishes requirements for commercial messages, gives recipients the right to have emails stopped from being sent to them, and spells out tough penalties for violations.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c0905\" style=\"font-weight: 400;\" wfd-id=\"49\"><span data-css=\"tve-u-165e64c0906\" style=\"font-family: Merriweather;\" wfd-id=\"50\">We collect your email address in order to:</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c0908\" style=\"font-weight: 400;\" wfd-id=\"47\"><span data-css=\"tve-u-165e64c0909\" style=\"font-family: Merriweather;\" wfd-id=\"48\">â€¢ Send information, respond to inquiries, and/or other requests or questions.<br>â€¢ Process orders and to send information and updates pertaining to orders<br>â€¢ Market to our mailing list or continue to send emails to our clients after the original transaction has occurred<br>To be in accordance with CANSPAM we agree to the following:<br>â€¢ NOT use false, or misleading subjects or email addresses<br>â€¢ Identify the message as an advertisement in some reasonable way<br>â€¢ Include the physical address of our business or site headquarters<br>â€¢ Monitor third party email marketing services for compliance, if one is used.<br>â€¢ Honor opt-out/unsubscribe requests quickly<br>â€¢ Allow users to unsubscribe by using the link at the bottom of each email<br>If at any time you would like to unsubscribe from receiving future emails, you can email us at<br>â€¢ Follow the instructions at the bottom of each email. and we will promptly remove you from ALL correspondence.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c090a\" style=\"font-weight: 400;\" wfd-id=\"45\"><span data-css=\"tve-u-165e64c090c\" style=\"font-family: Merriweather;\" wfd-id=\"46\">Contacting Us</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c090d\" style=\"font-weight: 400;\" wfd-id=\"43\"><span data-css=\"tve-u-165e64c090e\" style=\"font-family: Merriweather;\" wfd-id=\"44\">If there are any questions regarding this privacy policy you may contact us using the information below.<br>Blackhawk Custom, LLC.<br>825 South Kings Highway<br>Fort Pierce, FL 34945<br>United States<br>https://www.blackhawkcustom.com</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c090d\" style=\"font-weight: 400;\" wfd-id=\"41\"><span data-css=\"tve-u-165e64c090e\" style=\"font-family: Merriweather;\" wfd-id=\"42\"><br>Conditions of use:</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c090d\" style=\"font-weight: 400;\" wfd-id=\"39\"><span data-css=\"tve-u-165e64c090e\" style=\"font-family: Merriweather;\" wfd-id=\"40\">â€‹</span></span><span data-css=\"tve-u-165e64c0910\" style=\"font-family: Merriweather; font-weight: 400;\" wfd-id=\"38\">By using this website, you agree to all of our terms and conditions of the sale<br>All sales are final (See our refund policy)</span></p></div></div>\n</div>'),(4739,457,'tve_revision_tve_disable_theme_dependency','1'),(4740,457,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-custom-menu-inside\" data-css=\"tve-u-1642b667be5\" style=\"z-index: 8;\" wfd-id=\"24\">\n<div class=\"tve-content-box-background\" wfd-id=\"99\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1642b6ef7e6\" style=\"z-index: 8;\" wfd-id=\"25\"><div class=\"thrv_wrapper thrv_heading\" style=\"\" data-tag=\"h1\" data-css=\"tve-u-1642b32e2c2\" wfd-id=\"96\"><h1 data-css=\"tve-u-16035acf904\" style=\"text-align: center;\"><strong>Privacy</strong></h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" data-css=\"tve-u-1642b25c464\" wfd-id=\"26\"><p data-css=\"tve-u-165e6491162\"><span data-css=\"tve-u-165e64c579a\" style=\"font-family: Merriweather; font-weight: 400;\" wfd-id=\"95\">Privacy Policy</span></p><p data-css=\"tve-u-165e6492b04\"><span data-css=\"tve-u-165e64c08c2\" style=\"font-family: Merriweather; font-weight: 400;\" wfd-id=\"94\">What personal information do we collect from the people that visit our blog, website or app?<br>When ordering or registering on our site, as appropriate, you may be asked to enter your name, email address, mailing address, phone number, credit card information or other details to help you with your experience.</span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08c4\" style=\"font-weight: 400;\" wfd-id=\"92\"><span data-css=\"tve-u-165e64c08c5\" style=\"font-family: Merriweather;\" wfd-id=\"93\">When do we collect information?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08c6\" style=\"font-weight: 400;\" wfd-id=\"90\"><span data-css=\"tve-u-165e64c08c7\" style=\"font-family: Merriweather;\" wfd-id=\"91\">We collect information from you when you register on our site, place an order, subscribe to a newsletter, respond to a survey, fill out a form or enter information on our site.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08c9\" style=\"font-weight: 400;\" wfd-id=\"88\"><span data-css=\"tve-u-165e64c08ca\" style=\"font-family: Merriweather;\" wfd-id=\"89\">How do we use your information?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08cb\" style=\"font-weight: 400;\" wfd-id=\"86\"><span data-css=\"tve-u-165e64c08cc\" style=\"font-family: Merriweather;\" wfd-id=\"87\">We may use the information we collect from you when you register, make a purchase, sign up for our newsletter, respond to a survey or marketing communication, surf the website, or use certain other site features in the following ways:<br>â€¢ To personalize user\'s experience and to allow us to deliver the type of content and product offerings in which you are most interested.<br>â€¢ To improve our website in order to better serve you.<br>â€¢ To allow us to better service you in responding to your customer service requests.<br>â€¢ To administer a contest, promotion, survey or other site feature.<br>â€¢ To quickly process your transactions.<br>â€¢ To send periodic emails regarding your order or other products and services.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08ce\" style=\"font-weight: 400;\" wfd-id=\"84\"><span data-css=\"tve-u-165e64c08cf\" style=\"font-family: Merriweather;\" wfd-id=\"85\">How do we protect visitor information?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08d0\" style=\"font-weight: 400;\" wfd-id=\"82\"><span data-css=\"tve-u-165e64c08d1\" style=\"font-family: Merriweather;\" wfd-id=\"83\">Our website is scanned on a regular basis for security holes and known vulnerabilities in order to make your visit to our site as safe as possible.<br>We use regular Malware Scanning.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08d3\" style=\"font-weight: 400;\" wfd-id=\"80\"><span data-css=\"tve-u-165e64c08d4\" style=\"font-family: Merriweather;\" wfd-id=\"81\">Your personal information is contained behind secured networks and is only accessible by a limited number of persons who have special access rights to such systems, and are required to keep the information confidential. In addition, all sensitive/credit information you supply is encrypted via Secure Socket Layer (SSL) technology.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08d5\" style=\"font-weight: 400;\" wfd-id=\"78\"><span data-css=\"tve-u-165e64c08d6\" style=\"font-family: Merriweather;\" wfd-id=\"79\">We implement a variety of security measures when a user places an order, enters, submits, or accesses their information to maintain the safety of your personal information.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08d8\" style=\"font-weight: 400;\" wfd-id=\"76\"><span data-css=\"tve-u-165e64c08d9\" style=\"font-family: Merriweather;\" wfd-id=\"77\">All transactions are processed through a gateway provider and are not stored or processed on our servers.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08da\" style=\"font-weight: 400;\" wfd-id=\"74\"><span data-css=\"tve-u-165e64c08db\" style=\"font-family: Merriweather;\" wfd-id=\"75\">Do we use \'cookies\'?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08dd\" style=\"font-weight: 400;\" wfd-id=\"72\"><span data-css=\"tve-u-165e64c08de\" style=\"font-family: Merriweather;\" wfd-id=\"73\">Yes. Cookies are small files that a site or its service provider transfers to your computer\'s hard drive through your Web browser (if you allow) that enable the site\'s or service provider\'s systems to recognize your browser and capture and remember certain information. For instance, we use cookies to help us remember and process the items in your shopping cart. They are also used to help us understand your preferences based on previous or current site activity, which enables us to provide you with improved services. We also use cookies to help us compile aggregate data about site traffic and site interaction so that we can offer better site experiences and tools in the future.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08df\" style=\"font-weight: 400;\" wfd-id=\"70\"><span data-css=\"tve-u-165e64c08e0\" style=\"font-family: Merriweather;\" wfd-id=\"71\">We use cookies to:</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08e2\" style=\"font-weight: 400;\" wfd-id=\"68\"><span data-css=\"tve-u-165e64c08e3\" style=\"font-family: Merriweather;\" wfd-id=\"69\">â€¢ Help remember and process the items in the shopping cart.<br>â€¢ Understand and save user\'s preferences for future visits.<br>You can choose to have your computer warn you each time a cookie is being sent, or you can choose to turn off all cookies. You do this through your browser (like Internet Explorer) settings. Each browser is a little different, so look at your browser\'s Help menu to learn the correct way to modify your cookies.<br>If users disable cookies in their browser:<br>If you turn off cookies, some features will be disabled. However, you can still place orders for<br>saved items in your shopping cart over the telephone by contacting customer service.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08e4\" style=\"font-weight: 400;\" wfd-id=\"66\"><span data-css=\"tve-u-165e64c08e5\" style=\"font-family: Merriweather;\" wfd-id=\"67\">Third Party Disclosure</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08e7\" style=\"font-weight: 400;\" wfd-id=\"64\"><span data-css=\"tve-u-165e64c08e8\" style=\"font-family: Merriweather;\" wfd-id=\"65\">We do not sell, trade, or otherwise transfer to outside parties your personally identifiable information.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08e9\" style=\"font-weight: 400;\" wfd-id=\"62\"><span data-css=\"tve-u-165e64c08ea\" style=\"font-family: Merriweather;\" wfd-id=\"63\">Third party links</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08ec\" style=\"font-weight: 400;\" wfd-id=\"60\"><span data-css=\"tve-u-165e64c08ed\" style=\"font-family: Merriweather;\" wfd-id=\"61\">Occasionally, at our discretion, we may include or offer third party products or services on our website. These third party sites have separate and independent privacy policies. We therefore have no responsibility or liability for the content and activities of these linked sites. Nonetheless, we seek to protect the integrity of our site and welcome any feedback about these sites.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08ee\" style=\"font-weight: 400;\" wfd-id=\"58\"><span data-css=\"tve-u-165e64c08f0\" style=\"font-family: Merriweather;\" wfd-id=\"59\">Google</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08f1\" style=\"font-weight: 400;\" wfd-id=\"56\"><span data-css=\"tve-u-165e64c08f2\" style=\"font-family: Merriweather;\" wfd-id=\"57\">Google\'s advertising requirements can be summed up by Google\'s Advertising Principles. They are put in place to provide a positive experience for users. https://support.google.com/adwordspolicy/answer/1316548?hl=en<br>Opting out:<br>Users can set preferences for how Google advertises to you using the Google Ad Settings page. Alternatively, you can opt out by visiting the Network Advertising initiative opt out page or permanently using the Google Analytics Opt Out Browser add on.<br>California Online Privacy Protection Act<br>CalOPPA is the first state law in the nation to require commercial websites and online services to post a privacy policy. The law\'s reach stretches well beyond California to require a person or company in the United States (and conceivably the world) that operates websites collecting personally identifiable information from California consumers to post a conspicuous privacy policy on its website stating exactly the information being collected and those individuals with whom it is being shared, and to comply with this policy.<br>See more at: http://consumercal.org/california-online-privacy-protection-act-caloppa/#sthash.0FdRbT51.dpuf<br>According to CalOPPA we agree to the following:<br>Users can visit our site anonymously<br>Once this privacy policy is created, we will add a link to it on our home page, or as a minimum on the first significant page after entering our website.<br>Our Privacy Policy link includes the word \'Privacy\', and can be easily be found on the page specified above.<br>Users will be notified of any privacy policy changes:<br>â€¢ On our Privacy Policy Page<br>Users are able to change their personal information:<br>â€¢ By emailing us<br>â€¢ By calling us</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08f3\" style=\"font-weight: 400;\" wfd-id=\"54\"><span data-css=\"tve-u-165e64c08f6\" style=\"font-family: Merriweather;\" wfd-id=\"55\">How does our site handle do not track signals?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08f7\" style=\"font-weight: 400;\" wfd-id=\"52\"><span data-css=\"tve-u-165e64c08f8\" style=\"font-family: Merriweather;\" wfd-id=\"53\">We honor do not track signals and do not track, plant cookies, or use advertising when a Do Not Track (DNT) browser mechanism is in place.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08f9\" style=\"font-weight: 400;\" wfd-id=\"50\"><span data-css=\"tve-u-165e64c08fa\" style=\"font-family: Merriweather;\" wfd-id=\"51\">Does our site allow third party behavioral tracking?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08fb\" style=\"font-weight: 400;\" wfd-id=\"48\"><span data-css=\"tve-u-165e64c08fc\" style=\"font-family: Merriweather;\" wfd-id=\"49\">It\'s also important to note that we do not allow third party behavioral tracking<br>COPPA (Children Online Privacy Protection Act)<br>When it comes to the collection of personal information from children under 13, the Children\'s Online Privacy Protection Act (COPPA) puts parents in control. The Federal Trade Commission, the nation\'s consumer protection agency, enforces the COPPA Rule, which spells out what operators of websites and online services must do to protect children\'s privacy and safety online.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08fe\" style=\"font-weight: 400;\" wfd-id=\"46\"><span data-css=\"tve-u-165e64c08ff\" style=\"font-family: Merriweather;\" wfd-id=\"47\">We do not specifically market to children under 13.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c0900\" style=\"font-weight: 400;\" wfd-id=\"44\"><span data-css=\"tve-u-165e64c0901\" style=\"font-family: Merriweather;\" wfd-id=\"45\">Fair Information Practices</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c0903\" style=\"font-weight: 400;\" wfd-id=\"42\"><span data-css=\"tve-u-165e64c0904\" style=\"font-family: Merriweather;\" wfd-id=\"43\">The Fair Information Practices Principles form the backbone of privacy law in the United States and the concepts they include have played a significant role in the development of data protection laws around the globe. Understanding the Fair Information Practice Principles and how they should be implemented is critical to comply with the various privacy laws that protect personal information.<br>In order to be in line with Fair Information Practices we will take the following responsive action, should a data breach occur:<br>â€¢ Within 7 business days<br>We will notify the users via in site notification<br>â€¢ Within 7 business days<br>We also agree to the individual redress principle, which requires that individuals have a right to pursue legally enforceable rights against data collectors and processors who fail to adhere to the law. This principle requires not only that individuals have enforceable rights against data users, but also that individuals have recourse to courts or a government agency to investigate and/or prosecute non-compliance by data processors.<br>CAN SPAM Act<br>The CAN-SPAM Act is a law that sets the rules for commercial email, establishes requirements for commercial messages, gives recipients the right to have emails stopped from being sent to them, and spells out tough penalties for violations.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c0905\" style=\"font-weight: 400;\" wfd-id=\"40\"><span data-css=\"tve-u-165e64c0906\" style=\"font-family: Merriweather;\" wfd-id=\"41\">We collect your email address in order to:</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c0908\" style=\"font-weight: 400;\" wfd-id=\"38\"><span data-css=\"tve-u-165e64c0909\" style=\"font-family: Merriweather;\" wfd-id=\"39\">â€¢ Send information, respond to inquiries, and/or other requests or questions.<br>â€¢ Process orders and to send information and updates pertaining to orders<br>â€¢ Market to our mailing list or continue to send emails to our clients after the original transaction has occurred<br>To be in accordance with CANSPAM we agree to the following:<br>â€¢ NOT use false, or misleading subjects or email addresses<br>â€¢ Identify the message as an advertisement in some reasonable way<br>â€¢ Include the physical address of our business or site headquarters<br>â€¢ Monitor third party email marketing services for compliance, if one is used.<br>â€¢ Honor opt-out/unsubscribe requests quickly<br>â€¢ Allow users to unsubscribe by using the link at the bottom of each email<br>If at any time you would like to unsubscribe from receiving future emails, you can email us at<br>â€¢ Follow the instructions at the bottom of each email. and we will promptly remove you from ALL correspondence.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c090a\" style=\"font-weight: 400;\" wfd-id=\"36\"><span data-css=\"tve-u-165e64c090c\" style=\"font-family: Merriweather;\" wfd-id=\"37\">Contacting Us</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c090d\" style=\"font-weight: 400;\" wfd-id=\"34\"><span data-css=\"tve-u-165e64c090e\" style=\"font-family: Merriweather;\" wfd-id=\"35\">If there are any questions regarding this privacy policy you may contact us using the information below.<br>Blackhawk Custom, LLC.<br>825 South Kings Highway<br>Fort Pierce, FL 34945<br>United States<br>https://www.blackhawkcustom.com</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c090d\" style=\"font-weight: 400;\" wfd-id=\"32\"><span data-css=\"tve-u-165e64c090e\" style=\"font-family: Merriweather;\" wfd-id=\"33\"><br>Conditions of use:</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c090d\" style=\"font-weight: 400;\" wfd-id=\"30\"><span data-css=\"tve-u-165e64c090e\" style=\"font-family: Merriweather;\" wfd-id=\"31\">â€‹</span></span><span data-css=\"tve-u-165e64c0910\" style=\"font-family: Merriweather; font-weight: 400;\" wfd-id=\"29\">By using this website, you agree to all of our terms and conditions of the sale<br>All sales are final (See our refund policy)</span></p></div></div>\n</div>'),(3492,325,'tve_revision_tve_landing_page','tcb2-blank-page-styled'),(3493,325,'tve_revision_tve_disable_theme_dependency','1'),(3494,325,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-custom-menu-inside\" data-css=\"tve-u-1642b667be5\" style=\"z-index: 8;\" wfd-id=\"32\">\n<div class=\"tve-content-box-background\" wfd-id=\"132\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1642b6ef7e6\" style=\"z-index: 8;\" wfd-id=\"33\"><div class=\"thrv_wrapper thrv_widget_menu tve-custom-menu-upgrade tve-mobile-dropdown  tve-menu-style-none tve-mobile-icon-style_3 tve-dropdown-icon-style_1\" data-tve-style=\"tve_horizontal\" data-tve-switch-icon=\"tablet,mobile\" data-css=\"tve-u-165f5ddaaa4\" tcb-template-name=\"Shadow Dark\" tcb-template-id=\"28115\" data-ct=\"menu-28115\" style=\"\" wfd-id=\"107\">	<div class=\"thrive-shortcode-config\" style=\"display: none !important\" wfd-id=\"131\">__CONFIG_widget_menu__{\"menu_id\":\"custom\",\"color\":\"tve_red\",\"dir\":\"tve_horizontal\",\"font_class\":\"\",\"font_size\":\"\",\"ul_attr\":\"\",\"link_attr\":\"\",\"top_link_attr\":\"\",\"trigger_attr\":\"\",\"primary\":\"\",\"head_css\":\"\",\"background_hover\":\"\",\"main_hover\":\"\",\"child_hover\":\"\",\"group_edit\":[{\"css_id\":null,\"class\":\"\"},{\"css_id\":null,\"class\":\"\"},{\"css_id\":null,\"class\":\"\"},{\"css_id\":null,\"class\":\"\"},{\"css_id\":null,\"class\":\"\"},{\"css_id\":null,\"class\":\"\"},{\"css_id\":null,\"class\":\"\"},{\"css_id\":null,\"class\":\"\"}],\"menu_style\":\"none\",\"dropdown_icon\":\"style_1\",\"mobile_side\":\"\",\"mobile_icon\":\"style_3\",\"switch_to_icon\":\"tablet,mobile\",\"template\":\"28115\",\"template_name\":\"Shadow Dark\"}__CONFIG_widget_menu__</div>\n<div class=\"thrive-shortcode-html tve-menu-custom-type thrive-shortcode-html-editable tve-custom-menu-type tve_clearfix\" style=\"z-index: 8;\" wfd-id=\"108\">\n<a class=\"tve-m-trigger t_tve_horizontal tve_red\" href=\"javascript:void(0)\"><div class=\"thrv_wrapper thrv_icon tcb-icon-open tve-trigger-active\" data-not-changeable=\"true\" data-selector=\"[data-css=&quot;tve-u-165f5ddaaa4&quot;] .tcb-icon-open\" wfd-id=\"130\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"align-justify\"><g><rect x=\"8\" y=\"10.1\" class=\"st0\" width=\"16\" height=\"2\"></rect><rect x=\"8\" y=\"15\" class=\"st0\" width=\"16\" height=\"2\"></rect><rect x=\"8\" y=\"19.9\" class=\"st0\" width=\"16\" height=\"2\"></rect><path class=\"st0\" d=\"M0,0v32h32V0H0z M30,30H2V2h28V30z\"></path></g></svg></div><div class=\"thrv_wrapper thrv_icon tcb-icon-close\" data-not-changeable=\"true\" data-selector=\"[data-css=&quot;tve-u-165f5ddaaa4&quot;] .tcb-icon-close\" wfd-id=\"129\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"close\"><g><path class=\"st0\" d=\"M0,0v32h32V0H0z M30,30H2V2h28V30z\"></path><polygon class=\"st0\" points=\"11.1,22.4 16,17.4 21,22.4 22.4,21 17.4,16 22.4,11.1 21,9.6 16,14.6 11.1,9.6 9.6,11.1 14.6,16 9.6,21 \"></polygon></g></svg></div></a><ul id=\"menu-main-menu\" class=\"tve_w_menu tve_horizontal tve-m-collapsed\" style=\"z-index: 6;\" wfd-id=\"109\"><li id=\"tcb_custom_menu_5402f616\" class=\"menu-item menu-item-type-post_type menu-item-object-page thrv_wrapper thrv-menu-item-element thrv-custom-menu-item active-expand-children\" data-selector=\"[data-css=&quot;tve-u-165f5ddaaa4&quot;] #tcb_custom_menu_5402f616\" data-tcb_hover_state_parent=\"\" wfd-id=\"126\"><a href=\"https://bestcerakoteflorida.com/\"><span class=\"tve-disabled-text-inner\" wfd-id=\"128\">HOME</span><span class=\"tve-disabled-text-inner tve-item-dropdown-trigger\" wfd-id=\"127\"></span></a></li><li id=\"tcb_custom_menu_13475a66\" class=\"menu-item menu-item-type-post_type menu-item-object-page thrv_wrapper thrv-menu-item-element thrv-custom-menu-item menu-item-has-children tcb-excluded-from-group-item\" data-selector=\"[data-css=&quot;tve-u-165f5ddaaa4&quot;] #tcb_custom_menu_13475a66\" data-tcb_hover_state_parent=\"\" wfd-id=\"122\"><a href=\"\"><span class=\"tve-disabled-text-inner\" wfd-id=\"125\">NAV#2</span><span class=\"tve-disabled-text-inner tve-item-dropdown-trigger\" wfd-id=\"124\"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"tve-dropdown-icon-up\" viewBox=\"0 0 320 512\"><path d=\"M151.5 347.8L3.5 201c-4.7-4.7-4.7-12.3 0-17l19.8-19.8c4.7-4.7 12.3-4.7 17 0L160 282.7l119.7-118.5c4.7-4.7 12.3-4.7 17 0l19.8 19.8c4.7 4.7 4.7 12.3 0 17l-148 146.8c-4.7 4.7-12.3 4.7-17 0z\"></path></svg><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"tve-dropdown-icon-down\" viewBox=\"0 0 320 512\"><path d=\"M168.5 164.2l148 146.8c4.7 4.7 4.7 12.3 0 17l-19.8 19.8c-4.7 4.7-12.3 4.7-17 0L160 229.3 40.3 347.8c-4.7 4.7-12.3 4.7-17 0L3.5 328c-4.7-4.7-4.7-12.3 0-17l148-146.8c4.7-4.7 12.3-4.7 17 0z\"></path></svg></span></a><ul class=\"sub-menu tve_empty_dropzone\" data-selector=\"[data-css=&quot;tve-u-165f5ddaaa4&quot;] #tcb_custom_menu_13475a66 > ul\"><li id=\"tcb_custom_menu_ed3da1d0\" class=\"menu-item menu-item-type-post_type menu-item-object-page thrv_wrapper thrv-menu-item-element thrv-custom-menu-item tcb-excluded-from-group-item\" data-selector=\"[data-css=&quot;tve-u-165f5ddaaa4&quot;] #tcb_custom_menu_ed3da1d0\" data-tcb_hover_state_parent=\"\"><a href=\"\"><span class=\"tve-disabled-text-inner\">SUB-NAV#1</span><span class=\"tve-disabled-text-inner tve-item-dropdown-trigger\"></span></a></li><li id=\"tcb_custom_menu_1f1477da\" class=\"menu-item menu-item-type-post_type menu-item-object-page thrv_wrapper thrv-menu-item-element thrv-custom-menu-item\" data-selector=\"[data-css=&quot;tve-u-165f5ddaaa4&quot;] #tcb_custom_menu_1f1477da\" data-tcb_hover_state_parent=\"\"><a href=\"\"><span class=\"tve-disabled-text-inner\">SUB-NAV#2</span><span class=\"tve-disabled-text-inner tve-item-dropdown-trigger\"></span></a></li></ul></li><li id=\"tcb_custom_menu_a19cc162\" class=\"menu-item menu-item-type-post_type menu-item-object-page thrv_wrapper thrv-menu-item-element thrv-custom-menu-item\" data-selector=\"[data-css=&quot;tve-u-165f5ddaaa4&quot;] #tcb_custom_menu_a19cc162\" data-tcb_hover_state_parent=\"\" wfd-id=\"119\"><a href=\"\"><span class=\"tve-disabled-text-inner\" wfd-id=\"121\">NAV#3</span><span class=\"tve-disabled-text-inner tve-item-dropdown-trigger\" wfd-id=\"120\"></span></a></li><li id=\"tcb_custom_menu_65zjXM43\" class=\"menu-item menu-item-type-post_type menu-item-object-page thrv_wrapper thrv-menu-item-element thrv-custom-menu-item\" data-selector=\"[data-css=&quot;tve-u-165f5ddaaa4&quot;] #tcb_custom_menu_65zjXM43\" data-tcb_hover_state_parent=\"\" wfd-id=\"116\"><a href=\"\"><span class=\"tve-disabled-text-inner\" wfd-id=\"118\">NAV#4</span><span class=\"tve-disabled-text-inner tve-item-dropdown-trigger\" wfd-id=\"117\"></span></a></li><li id=\"tcb_custom_menu_2SmNtzRv\" class=\"menu-item menu-item-type-post_type menu-item-object-page thrv_wrapper thrv-menu-item-element thrv-custom-menu-item\" data-selector=\"[data-css=&quot;tve-u-165f5ddaaa4&quot;] #tcb_custom_menu_2SmNtzRv\" data-tcb_hover_state_parent=\"\" wfd-id=\"113\"><a href=\"\"><span class=\"tve-disabled-text-inner\" wfd-id=\"115\">NAV#5</span><span class=\"tve-disabled-text-inner tve-item-dropdown-trigger\" wfd-id=\"114\"></span></a></li><li id=\"tcb_custom_menu_0NaqyNWp\" class=\"menu-item menu-item-type-post_type menu-item-object-page thrv_wrapper thrv-menu-item-element thrv-custom-menu-item tcb-excluded-from-group-item\" data-selector=\"[data-css=&quot;tve-u-165f5ddaaa4&quot;] #tcb_custom_menu_0NaqyNWp\" data-tcb_hover_state_parent=\"\" wfd-id=\"110\"><a href=\"\"><span class=\"tve-disabled-text-inner\" wfd-id=\"112\">Button</span><span class=\"tve-disabled-text-inner tve-item-dropdown-trigger\" wfd-id=\"111\"></span></a></li></ul></div>	</div><div class=\"thrv_wrapper thrv_heading\" style=\"\" data-tag=\"h1\" data-css=\"tve-u-1642b32e2c2\" wfd-id=\"104\"><h1 data-css=\"tve-u-16035acf904\" style=\"text-align: center;\"><strong>Privacy</strong></h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" data-css=\"tve-u-1642b25c464\" wfd-id=\"34\"><p data-css=\"tve-u-165e6491162\"><span data-css=\"tve-u-165e64c579a\" style=\"font-family: Merriweather; font-weight: 400;\" wfd-id=\"103\">Privacy Policy</span></p><p data-css=\"tve-u-165e6492b04\"><span data-css=\"tve-u-165e64c08c2\" style=\"font-family: Merriweather; font-weight: 400;\" wfd-id=\"102\">What personal information do we collect from the people that visit our blog, website or app?<br>When ordering or registering on our site, as appropriate, you may be asked to enter your name, email address, mailing address, phone number, credit card information or other details to help you with your experience.</span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08c4\" style=\"font-weight: 400;\" wfd-id=\"100\"><span data-css=\"tve-u-165e64c08c5\" style=\"font-family: Merriweather;\" wfd-id=\"101\">When do we collect information?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08c6\" style=\"font-weight: 400;\" wfd-id=\"98\"><span data-css=\"tve-u-165e64c08c7\" style=\"font-family: Merriweather;\" wfd-id=\"99\">We collect information from you when you register on our site, place an order, subscribe to a newsletter, respond to a survey, fill out a form or enter information on our site.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08c9\" style=\"font-weight: 400;\" wfd-id=\"96\"><span data-css=\"tve-u-165e64c08ca\" style=\"font-family: Merriweather;\" wfd-id=\"97\">How do we use your information?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08cb\" style=\"font-weight: 400;\" wfd-id=\"94\"><span data-css=\"tve-u-165e64c08cc\" style=\"font-family: Merriweather;\" wfd-id=\"95\">We may use the information we collect from you when you register, make a purchase, sign up for our newsletter, respond to a survey or marketing communication, surf the website, or use certain other site features in the following ways:<br>â€¢ To personalize user\'s experience and to allow us to deliver the type of content and product offerings in which you are most interested.<br>â€¢ To improve our website in order to better serve you.<br>â€¢ To allow us to better service you in responding to your customer service requests.<br>â€¢ To administer a contest, promotion, survey or other site feature.<br>â€¢ To quickly process your transactions.<br>â€¢ To send periodic emails regarding your order or other products and services.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08ce\" style=\"font-weight: 400;\" wfd-id=\"92\"><span data-css=\"tve-u-165e64c08cf\" style=\"font-family: Merriweather;\" wfd-id=\"93\">How do we protect visitor information?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08d0\" style=\"font-weight: 400;\" wfd-id=\"90\"><span data-css=\"tve-u-165e64c08d1\" style=\"font-family: Merriweather;\" wfd-id=\"91\">Our website is scanned on a regular basis for security holes and known vulnerabilities in order to make your visit to our site as safe as possible.<br>We use regular Malware Scanning.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08d3\" style=\"font-weight: 400;\" wfd-id=\"88\"><span data-css=\"tve-u-165e64c08d4\" style=\"font-family: Merriweather;\" wfd-id=\"89\">Your personal information is contained behind secured networks and is only accessible by a limited number of persons who have special access rights to such systems, and are required to keep the information confidential. In addition, all sensitive/credit information you supply is encrypted via Secure Socket Layer (SSL) technology.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08d5\" style=\"font-weight: 400;\" wfd-id=\"86\"><span data-css=\"tve-u-165e64c08d6\" style=\"font-family: Merriweather;\" wfd-id=\"87\">We implement a variety of security measures when a user places an order, enters, submits, or accesses their information to maintain the safety of your personal information.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08d8\" style=\"font-weight: 400;\" wfd-id=\"84\"><span data-css=\"tve-u-165e64c08d9\" style=\"font-family: Merriweather;\" wfd-id=\"85\">All transactions are processed through a gateway provider and are not stored or processed on our servers.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08da\" style=\"font-weight: 400;\" wfd-id=\"82\"><span data-css=\"tve-u-165e64c08db\" style=\"font-family: Merriweather;\" wfd-id=\"83\">Do we use \'cookies\'?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08dd\" style=\"font-weight: 400;\" wfd-id=\"80\"><span data-css=\"tve-u-165e64c08de\" style=\"font-family: Merriweather;\" wfd-id=\"81\">Yes. Cookies are small files that a site or its service provider transfers to your computer\'s hard drive through your Web browser (if you allow) that enable the site\'s or service provider\'s systems to recognize your browser and capture and remember certain information. For instance, we use cookies to help us remember and process the items in your shopping cart. They are also used to help us understand your preferences based on previous or current site activity, which enables us to provide you with improved services. We also use cookies to help us compile aggregate data about site traffic and site interaction so that we can offer better site experiences and tools in the future.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08df\" style=\"font-weight: 400;\" wfd-id=\"78\"><span data-css=\"tve-u-165e64c08e0\" style=\"font-family: Merriweather;\" wfd-id=\"79\">We use cookies to:</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08e2\" style=\"font-weight: 400;\" wfd-id=\"76\"><span data-css=\"tve-u-165e64c08e3\" style=\"font-family: Merriweather;\" wfd-id=\"77\">â€¢ Help remember and process the items in the shopping cart.<br>â€¢ Understand and save user\'s preferences for future visits.<br>You can choose to have your computer warn you each time a cookie is being sent, or you can choose to turn off all cookies. You do this through your browser (like Internet Explorer) settings. Each browser is a little different, so look at your browser\'s Help menu to learn the correct way to modify your cookies.<br>If users disable cookies in their browser:<br>If you turn off cookies, some features will be disabled. However, you can still place orders for<br>saved items in your shopping cart over the telephone by contacting customer service.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08e4\" style=\"font-weight: 400;\" wfd-id=\"74\"><span data-css=\"tve-u-165e64c08e5\" style=\"font-family: Merriweather;\" wfd-id=\"75\">Third Party Disclosure</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08e7\" style=\"font-weight: 400;\" wfd-id=\"72\"><span data-css=\"tve-u-165e64c08e8\" style=\"font-family: Merriweather;\" wfd-id=\"73\">We do not sell, trade, or otherwise transfer to outside parties your personally identifiable information.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08e9\" style=\"font-weight: 400;\" wfd-id=\"70\"><span data-css=\"tve-u-165e64c08ea\" style=\"font-family: Merriweather;\" wfd-id=\"71\">Third party links</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08ec\" style=\"font-weight: 400;\" wfd-id=\"68\"><span data-css=\"tve-u-165e64c08ed\" style=\"font-family: Merriweather;\" wfd-id=\"69\">Occasionally, at our discretion, we may include or offer third party products or services on our website. These third party sites have separate and independent privacy policies. We therefore have no responsibility or liability for the content and activities of these linked sites. Nonetheless, we seek to protect the integrity of our site and welcome any feedback about these sites.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08ee\" style=\"font-weight: 400;\" wfd-id=\"66\"><span data-css=\"tve-u-165e64c08f0\" style=\"font-family: Merriweather;\" wfd-id=\"67\">Google</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08f1\" style=\"font-weight: 400;\" wfd-id=\"64\"><span data-css=\"tve-u-165e64c08f2\" style=\"font-family: Merriweather;\" wfd-id=\"65\">Google\'s advertising requirements can be summed up by Google\'s Advertising Principles. They are put in place to provide a positive experience for users. https://support.google.com/adwordspolicy/answer/1316548?hl=en<br>Opting out:<br>Users can set preferences for how Google advertises to you using the Google Ad Settings page. Alternatively, you can opt out by visiting the Network Advertising initiative opt out page or permanently using the Google Analytics Opt Out Browser add on.<br>California Online Privacy Protection Act<br>CalOPPA is the first state law in the nation to require commercial websites and online services to post a privacy policy. The law\'s reach stretches well beyond California to require a person or company in the United States (and conceivably the world) that operates websites collecting personally identifiable information from California consumers to post a conspicuous privacy policy on its website stating exactly the information being collected and those individuals with whom it is being shared, and to comply with this policy.<br>See more at: http://consumercal.org/california-online-privacy-protection-act-caloppa/#sthash.0FdRbT51.dpuf<br>According to CalOPPA we agree to the following:<br>Users can visit our site anonymously<br>Once this privacy policy is created, we will add a link to it on our home page, or as a minimum on the first significant page after entering our website.<br>Our Privacy Policy link includes the word \'Privacy\', and can be easily be found on the page specified above.<br>Users will be notified of any privacy policy changes:<br>â€¢ On our Privacy Policy Page<br>Users are able to change their personal information:<br>â€¢ By emailing us<br>â€¢ By calling us</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08f3\" style=\"font-weight: 400;\" wfd-id=\"62\"><span data-css=\"tve-u-165e64c08f6\" style=\"font-family: Merriweather;\" wfd-id=\"63\">How does our site handle do not track signals?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08f7\" style=\"font-weight: 400;\" wfd-id=\"60\"><span data-css=\"tve-u-165e64c08f8\" style=\"font-family: Merriweather;\" wfd-id=\"61\">We honor do not track signals and do not track, plant cookies, or use advertising when a Do Not Track (DNT) browser mechanism is in place.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08f9\" style=\"font-weight: 400;\" wfd-id=\"58\"><span data-css=\"tve-u-165e64c08fa\" style=\"font-family: Merriweather;\" wfd-id=\"59\">Does our site allow third party behavioral tracking?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08fb\" style=\"font-weight: 400;\" wfd-id=\"56\"><span data-css=\"tve-u-165e64c08fc\" style=\"font-family: Merriweather;\" wfd-id=\"57\">It\'s also important to note that we do not allow third party behavioral tracking<br>COPPA (Children Online Privacy Protection Act)<br>When it comes to the collection of personal information from children under 13, the Children\'s Online Privacy Protection Act (COPPA) puts parents in control. The Federal Trade Commission, the nation\'s consumer protection agency, enforces the COPPA Rule, which spells out what operators of websites and online services must do to protect children\'s privacy and safety online.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08fe\" style=\"font-weight: 400;\" wfd-id=\"54\"><span data-css=\"tve-u-165e64c08ff\" style=\"font-family: Merriweather;\" wfd-id=\"55\">We do not specifically market to children under 13.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c0900\" style=\"font-weight: 400;\" wfd-id=\"52\"><span data-css=\"tve-u-165e64c0901\" style=\"font-family: Merriweather;\" wfd-id=\"53\">Fair Information Practices</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c0903\" style=\"font-weight: 400;\" wfd-id=\"50\"><span data-css=\"tve-u-165e64c0904\" style=\"font-family: Merriweather;\" wfd-id=\"51\">The Fair Information Practices Principles form the backbone of privacy law in the United States and the concepts they include have played a significant role in the development of data protection laws around the globe. Understanding the Fair Information Practice Principles and how they should be implemented is critical to comply with the various privacy laws that protect personal information.<br>In order to be in line with Fair Information Practices we will take the following responsive action, should a data breach occur:<br>â€¢ Within 7 business days<br>We will notify the users via in site notification<br>â€¢ Within 7 business days<br>We also agree to the individual redress principle, which requires that individuals have a right to pursue legally enforceable rights against data collectors and processors who fail to adhere to the law. This principle requires not only that individuals have enforceable rights against data users, but also that individuals have recourse to courts or a government agency to investigate and/or prosecute non-compliance by data processors.<br>CAN SPAM Act<br>The CAN-SPAM Act is a law that sets the rules for commercial email, establishes requirements for commercial messages, gives recipients the right to have emails stopped from being sent to them, and spells out tough penalties for violations.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c0905\" style=\"font-weight: 400;\" wfd-id=\"48\"><span data-css=\"tve-u-165e64c0906\" style=\"font-family: Merriweather;\" wfd-id=\"49\">We collect your email address in order to:</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c0908\" style=\"font-weight: 400;\" wfd-id=\"46\"><span data-css=\"tve-u-165e64c0909\" style=\"font-family: Merriweather;\" wfd-id=\"47\">â€¢ Send information, respond to inquiries, and/or other requests or questions.<br>â€¢ Process orders and to send information and updates pertaining to orders<br>â€¢ Market to our mailing list or continue to send emails to our clients after the original transaction has occurred<br>To be in accordance with CANSPAM we agree to the following:<br>â€¢ NOT use false, or misleading subjects or email addresses<br>â€¢ Identify the message as an advertisement in some reasonable way<br>â€¢ Include the physical address of our business or site headquarters<br>â€¢ Monitor third party email marketing services for compliance, if one is used.<br>â€¢ Honor opt-out/unsubscribe requests quickly<br>â€¢ Allow users to unsubscribe by using the link at the bottom of each email<br>If at any time you would like to unsubscribe from receiving future emails, you can email us at<br>â€¢ Follow the instructions at the bottom of each email. and we will promptly remove you from ALL correspondence.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c090a\" style=\"font-weight: 400;\" wfd-id=\"44\"><span data-css=\"tve-u-165e64c090c\" style=\"font-family: Merriweather;\" wfd-id=\"45\">Contacting Us</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c090d\" style=\"font-weight: 400;\" wfd-id=\"42\"><span data-css=\"tve-u-165e64c090e\" style=\"font-family: Merriweather;\" wfd-id=\"43\">If there are any questions regarding this privacy policy you may contact us using the information below.<br>Blackhawk Custom, LLC.<br>825 South Kings Highway<br>Fort Pierce, FL 34945<br>United States<br>https://www.blackhawkcustom.com</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c090d\" style=\"font-weight: 400;\" wfd-id=\"40\"><span data-css=\"tve-u-165e64c090e\" style=\"font-family: Merriweather;\" wfd-id=\"41\"><br>Conditions of use:</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c090d\" style=\"font-weight: 400;\" wfd-id=\"38\"><span data-css=\"tve-u-165e64c090e\" style=\"font-family: Merriweather;\" wfd-id=\"39\">â€‹</span></span><span data-css=\"tve-u-165e64c0910\" style=\"font-family: Merriweather; font-weight: 400;\" wfd-id=\"37\">By using this website, you agree to all of our terms and conditions of the sale<br>All sales are final (See our refund policy)</span></p></div></div>\n</div>'),(3495,325,'tve_revision_tve_content_more_found',''),(3496,325,'tve_revision_tve_save_post',''),(3497,325,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700,300,200&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Merriweather:400,400i,700,700i&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Special+Elite:400&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Montserrat:400,700&subset=latin\");@media (min-width: 300px){#tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] p, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] li, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] blockquote, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] address, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] .tcb-plain-text, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] h1, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] h2, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] h3, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] h4, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] h5, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] h6 { color: rgb(255, 255, 255); }[data-css=\"tve-u-1642b667be5\"] { max-width: 1200px; float: none; width: 100%; padding: 5px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1642b32e2c2\"] { float: none; z-index: 3; position: relative; width: 100%; margin-left: auto !important; margin-right: auto !important; }#tcb_landing_page a.tve_state_hover:not(.tcb-button-link) { color: rgb(179, 144, 57); }[data-css=\"tve-u-1642b25c464\"] { padding: 5px 10px !important; background-image: none !important; }[data-css=\"tve-u-1642b20c920\"] strong { font-weight: 700 !important; }#tve_editor [data-css=\"tve-u-1642b20c920\"] { font-size: 16px !important; font-family: Montserrat !important; font-weight: 400 !important; }#tve_editor [data-css=\"tve-u-16035acf904\"] { font-size: 24px !important; font-family: \"Special Elite\" !important; font-weight: 400 !important; text-transform: capitalize !important; }.tcb-plain-text strong { font-weight: 700; }.tcb-plain-text { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page a strong { font-weight: 700; }#tcb_landing_page h6 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(0, 0, 0); font-size: 20px; }#tcb_landing_page h5 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(0, 0, 0); font-size: 24px; }#tcb_landing_page h4 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(0, 0, 0); font-size: 30px; }#tcb_landing_page a:not(.tcb-button-link) { color: rgb(0, 0, 0); text-decoration: underline; }#tcb_landing_page h3 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(0, 0, 0); font-size: 38px; line-height: 1.3em; }#tcb_landing_page h2 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(0, 0, 0); font-size: 45px; line-height: 1.3em; }#tcb_landing_page h1 { font-family: \"Special Elite\"; font-weight: 400; font-size: 50px; line-height: 1.3em; color: rgb(0, 0, 0); }#tcb_landing_page p strong, #tcb_landing_page li strong { font-weight: 700; }#tcb_landing_page p, #tcb_landing_page li { font-family: Merriweather; font-weight: 400; font-size: 17px; line-height: 1.6em; color: rgb(0, 0, 0); }[data-css=\"tve-u-15e09c94f7d\"] { background-color: rgb(0, 0, 0) !important; }#tcb_landing_page a:hover:not(.tcb-button-link) { text-decoration: none; color: rgb(179, 144, 57); }#tcb_landing_page .tve-state-hovera:not(.tcb-button-link) { text-decoration: none; }#tcb_landing_page a.tve-state-hover:not(.tcb-button-link) { text-decoration: none; }[data-css=\"tve-u-1642b6ef7e6\"]::after { clear: both; }[data-css=\"tve-u-165e6491162\"] strong { font-weight: 700 !important; }#tve_editor [data-css=\"tve-u-165e6491162\"] { font-size: 16px !important; font-family: Montserrat !important; font-weight: 400 !important; }[data-css=\"tve-u-165e6492b04\"] strong { font-weight: 700 !important; }#tve_editor [data-css=\"tve-u-165e6492b04\"] { font-size: 16px !important; font-family: Merriweather !important; font-weight: 400 !important; }[data-css=\"tve-u-1642b6ef7e6\"] p, [data-css=\"tve-u-1642b6ef7e6\"] li, [data-css=\"tve-u-1642b6ef7e6\"] blockquote, [data-css=\"tve-u-1642b6ef7e6\"] address, [data-css=\"tve-u-1642b6ef7e6\"] .tcb-plain-text, [data-css=\"tve-u-1642b6ef7e6\"] label, [data-css=\"tve-u-1642b6ef7e6\"] h1, [data-css=\"tve-u-1642b6ef7e6\"] h2, [data-css=\"tve-u-1642b6ef7e6\"] h3, [data-css=\"tve-u-1642b6ef7e6\"] h4, [data-css=\"tve-u-1642b6ef7e6\"] h5, [data-css=\"tve-u-1642b6ef7e6\"] h6 { font-weight: 400 !important; }#tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] p, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] li, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] blockquote, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] address, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] .tcb-plain-text, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] label { font-family: Merriweather; }#tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] strong { font-weight: 700; }#tcb_landing_page .tcb-plain-text { color: rgb(0, 0, 0); font-family: Merriweather; font-weight: 400; }#tcb_landing_page .tcb-button-link { font-family: Merriweather; font-weight: 400; }#tcb_landing_page input { font-family: Merriweather; font-weight: 400; }#tcb_landing_page .tcb-button-link strong { font-weight: 700; }#tcb_landing_page input strong { font-weight: 700; }#tcb_landing_page .tcb-plain-text strong { font-weight: 700; }[data-css=\"tve-u-165e64c08c2\"] { font-family: Merriweather !important; font-weight: 400 !important; }[data-css=\"tve-u-165e64c08c4\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08c5\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08c6\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08c7\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08c9\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08ca\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08cb\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08cc\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08ce\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08cf\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08d0\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08d1\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08d3\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08d4\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08d5\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08d6\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08d8\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08d9\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08da\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08db\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08dd\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08de\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08df\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08e0\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08e2\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08e3\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08e4\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08e5\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08e7\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08e8\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08e9\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08ea\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08ec\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08ed\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08ee\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08f0\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08f1\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08f2\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08f3\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08f6\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08f7\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08f8\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08f9\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08fa\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08fb\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08fc\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08fe\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08ff\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c0900\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c0901\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c0903\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c0904\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c0905\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c0906\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c0908\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c0909\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c090a\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c090c\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c090d\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c090e\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c0910\"] { font-family: Merriweather !important; font-weight: 400 !important; }[data-css=\"tve-u-165e64c08c2\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-165e64c579a\"] { font-family: Merriweather !important; font-weight: 400 !important; }[data-css=\"tve-u-165e64c579a\"] strong { font-weight: 700 !important; }#tve_editor [data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_5402f616 > a { font-family: \"Source Sans Pro\"; font-weight: 600; fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; font-size: 18px !important; }#tve_editor [data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_13475a66 > a { font-family: \"Source Sans Pro\"; font-weight: 600; fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; font-size: 18px !important; }#tve_editor [data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_a19cc162 > a { font-family: \"Source Sans Pro\"; font-weight: 600; fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; font-size: 18px !important; }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_5402f616 > a { font-weight: 600 !important; }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_13475a66 > a { font-weight: 600 !important; }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_a19cc162 > a { font-weight: 600 !important; }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_5402f616 { text-transform: capitalize; padding: 4px 15px !important; }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_13475a66 { text-transform: capitalize; padding: 4px 15px !important; }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_a19cc162 { text-transform: capitalize; padding: 4px 15px !important; }[data-css=\"tve-u-165f5ddaaa4\"] { padding: 0px !important; margin-left: auto !important; margin-right: auto !important; float: none; width: 100%; z-index: 3; position: relative; max-width: 1088px; }#tve_editor [data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_65zjXM43 > a { font-family: \"Source Sans Pro\"; font-weight: 600; fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; font-size: 18px !important; }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_65zjXM43 > a { font-weight: 600 !important; }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_65zjXM43 { text-transform: capitalize; padding: 4px 15px !important; }#tve_editor [data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_2SmNtzRv > a { font-family: \"Source Sans Pro\"; font-weight: 600; fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; font-size: 18px !important; }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_2SmNtzRv > a { font-weight: 600 !important; }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_2SmNtzRv { text-transform: capitalize; padding: 4px 15px !important; }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_5402f616.menu-item { margin-right: 50px; }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_13475a66.menu-item { margin-right: 50px; }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_a19cc162.menu-item { margin-right: 50px; }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_65zjXM43.menu-item { margin-right: 50px; }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_2SmNtzRv.menu-item { margin-right: 50px; }#tve_editor [data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_0NaqyNWp > a { font-family: \"Source Sans Pro\"; font-weight: 600; fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; font-size: 17px !important; }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_0NaqyNWp > a { font-weight: 600 !important; }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_0NaqyNWp { text-transform: capitalize; background-color: rgb(55, 179, 233); border-radius: 2px; padding: 3px 15px !important; }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_0NaqyNWp.menu-item { margin-right: 50px; }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_ed3da1d0 > a { font-weight: 400 !important; }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_1f1477da > a { font-weight: 400 !important; }#tve_editor [data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_ed3da1d0 > a { font-family: \"Source Sans Pro\"; font-weight: 600; fill: rgb(197, 197, 197) !important; color: rgb(197, 197, 197) !important; font-size: 16px !important; }#tve_editor [data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_1f1477da > a { font-family: \"Source Sans Pro\"; font-weight: 600; fill: rgb(197, 197, 197) !important; color: rgb(197, 197, 197) !important; font-size: 16px !important; }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_13475a66 > ul { border: none; background-color: rgb(30, 30, 32) !important; }#tve_editor [data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_ed3da1d0:hover { background-color: rgb(93, 93, 93) !important; }#tve_editor [data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_1f1477da:hover { background-color: rgb(93, 93, 93) !important; }#tve_editor [data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_ed3da1d0:hover > a { fill: rgb(55, 179, 233) !important; color: rgb(55, 179, 233) !important; }#tve_editor [data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_1f1477da:hover > a { fill: rgb(55, 179, 233) !important; color: rgb(55, 179, 233) !important; }#tve_editor [data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_5402f616:hover { border-bottom: 2px solid rgb(55, 179, 233) !important; }#tve_editor [data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_13475a66:hover { border-bottom: 2px solid rgb(55, 179, 233) !important; }#tve_editor [data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_a19cc162:hover { border-bottom: 2px solid rgb(55, 179, 233) !important; }#tve_editor [data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_65zjXM43:hover { border-bottom: 2px solid rgb(55, 179, 233) !important; }#tve_editor [data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_2SmNtzRv:hover { border-bottom: 2px solid rgb(55, 179, 233) !important; }#tve_editor [data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_0NaqyNWp:hover { border-bottom: none !important; box-shadow: rgba(0, 0, 0, 0.25) 0px 8px 12px 0px !important; background-image: linear-gradient(rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.15)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_ed3da1d0 { padding: 10px 0px !important; }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_1f1477da { padding: 10px 0px !important; }}@media (max-width: 1023px){#tcb_landing_page a:not(.tcb-button-link) { color: rgb(0, 0, 0); }.tcb-plain-text { color: rgb(0, 0, 0); }#tcb_landing_page p, #tcb_landing_page li { color: rgb(0, 0, 0); }#tcb_landing_page h6 { color: rgb(0, 0, 0); }#tcb_landing_page h5 { color: rgb(0, 0, 0); }#tcb_landing_page h4 { color: rgb(0, 0, 0); }#tcb_landing_page h3 { color: rgb(0, 0, 0); }#tcb_landing_page h2 { color: rgb(0, 0, 0); }#tcb_landing_page h1 { color: rgb(0, 0, 0); }#tve_editor [data-css=\"tve-u-165f5ddaaa4\"] .tcb-icon-open > :first-child { color: rgb(255, 255, 255); }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_5402f616 { padding-top: 8px !important; padding-bottom: 8px !important; }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_a19cc162 { padding-top: 8px !important; padding-bottom: 8px !important; }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_65zjXM43 { padding-top: 8px !important; padding-bottom: 8px !important; }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_2SmNtzRv { padding-top: 8px !important; padding-bottom: 8px !important; }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_13475a66 { background-image: linear-gradient(rgb(57, 57, 57), rgb(57, 57, 57)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; padding: 8px 0px 0px !important; }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_0NaqyNWp { border-radius: 0px; padding: 8px 0px !important; margin-right: 0px !important; margin-left: 0px !important; }[data-css=\"tve-u-165f5ddaaa4\"] .tcb-icon-open { font-size: 30px; width: 30px; height: 30px; }#tve_editor [data-css=\"tve-u-165f5ddaaa4\"] .tcb-icon-close > :first-child { color: rgb(255, 255, 255); }[data-css=\"tve-u-165f5ddaaa4\"] .tcb-icon-close { font-size: 30px; width: 30px; height: 30px; margin-bottom: 10px !important; }#tve_editor [data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_0NaqyNWp > a { font-size: 18px !important; }}@media (max-width: 767px){#tve_editor [data-css=\"tve-u-16035acf904\"] { font-size: 36px !important; }#tve_editor [data-css=\"tve-u-165e6491162\"] { font-size: 15px !important; }#tve_editor [data-css=\"tve-u-165f5ddaaa4\"] .tcb-icon-open > :first-child { color: rgb(255, 255, 255); }[data-css=\"tve-u-165f5ddaaa4\"] .tcb-icon-open { font-size: 30px; width: 30px; height: 30px; }[data-css=\"tve-u-165f5ddaaa4\"] .tcb-icon-close { font-size: 30px; width: 30px; height: 30px; margin-bottom: 10px !important; }#tve_editor [data-css=\"tve-u-165f5ddaaa4\"] .tcb-icon-close > :first-child { color: rgb(255, 255, 255); }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_5402f616 { background-color: rgba(57, 57, 57, 0); padding-top: 8px !important; padding-bottom: 8px !important; }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_a19cc162 { background-color: rgba(57, 57, 57, 0); padding-top: 8px !important; padding-bottom: 8px !important; }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_65zjXM43 { background-color: rgba(57, 57, 57, 0); padding-top: 8px !important; padding-bottom: 8px !important; }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_2SmNtzRv { background-color: rgba(57, 57, 57, 0); padding-top: 8px !important; padding-bottom: 8px !important; }[data-css=\"tve-u-165f5ddaaa4\"] .tve_w_menu { background-color: rgb(57, 57, 57) !important; }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_13475a66 { padding: 8px 0px !important; }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_0NaqyNWp { border-radius: 0px; padding: 8px 0px !important; }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_ed3da1d0 { border-bottom: none; padding-bottom: 8px !important; }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_1f1477da { border-bottom: none; padding-top: 8px !important; }#tve_editor [data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_13475a66 > a { fill: rgb(55, 179, 233) !important; color: rgb(55, 179, 233) !important; }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_13475a66 > ul { border-right: none; border-bottom: none; border-left: none; border-image: initial; border-top: 1px solid rgba(0, 0, 0, 0) !important; }}'),(3498,325,'tve_revision_tve_user_custom_css',''),(3499,325,'tve_revision_tve_page_events','a:0:{}'),(3500,325,'tve_revision_tve_globals','a:2:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";s:8:\"font_cls\";a:0:{}}'),(3501,325,'tve_revision_tve_global_scripts',''),(3502,325,'tve_revision_thrive_icon_pack','0'),(3503,325,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(3504,325,'tve_revision_tve_has_masonry','0'),(3505,325,'tve_revision_tve_has_typefocus','0'),(3506,325,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-custom-menu-inside\" data-css=\"tve-u-1642b667be5\" style=\"z-index: 8;\" wfd-id=\"32\">\n<div class=\"tve-content-box-background\" wfd-id=\"132\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1642b6ef7e6\" style=\"z-index: 8;\" wfd-id=\"33\"><div class=\"thrv_wrapper thrv_widget_menu tve-custom-menu-upgrade tve-mobile-dropdown  tve-menu-style-none tve-mobile-icon-style_3 tve-dropdown-icon-style_1\" data-tve-style=\"tve_horizontal\" data-tve-switch-icon=\"tablet,mobile\" data-css=\"tve-u-165f5ddaaa4\" tcb-template-name=\"Shadow Dark\" tcb-template-id=\"28115\" data-ct=\"menu-28115\" style=\"\" wfd-id=\"107\">	<div class=\"thrive-shortcode-config\" style=\"display: none !important\" wfd-id=\"131\">__CONFIG_widget_menu__{\"menu_id\":\"custom\",\"color\":\"tve_red\",\"dir\":\"tve_horizontal\",\"font_class\":\"\",\"font_size\":\"\",\"ul_attr\":\"\",\"link_attr\":\"\",\"top_link_attr\":\"\",\"trigger_attr\":\"\",\"primary\":\"\",\"head_css\":\"\",\"background_hover\":\"\",\"main_hover\":\"\",\"child_hover\":\"\",\"group_edit\":[{\"css_id\":null,\"class\":\"\"},{\"css_id\":null,\"class\":\"\"},{\"css_id\":null,\"class\":\"\"},{\"css_id\":null,\"class\":\"\"},{\"css_id\":null,\"class\":\"\"},{\"css_id\":null,\"class\":\"\"},{\"css_id\":null,\"class\":\"\"},{\"css_id\":null,\"class\":\"\"}],\"menu_style\":\"none\",\"dropdown_icon\":\"style_1\",\"mobile_side\":\"\",\"mobile_icon\":\"style_3\",\"switch_to_icon\":\"tablet,mobile\",\"template\":\"28115\",\"template_name\":\"Shadow Dark\"}__CONFIG_widget_menu__</div>\n<div class=\"thrive-shortcode-html tve-menu-custom-type thrive-shortcode-html-editable tve-custom-menu-type tve_clearfix\" style=\"z-index: 8;\" wfd-id=\"108\">\n<a class=\"tve-m-trigger t_tve_horizontal tve_red\" href=\"javascript:void(0)\"><div class=\"thrv_wrapper thrv_icon tcb-icon-open tve-trigger-active\" data-not-changeable=\"true\" data-selector=\"[data-css=&quot;tve-u-165f5ddaaa4&quot;] .tcb-icon-open\" wfd-id=\"130\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"align-justify\"><g><rect x=\"8\" y=\"10.1\" class=\"st0\" width=\"16\" height=\"2\"></rect><rect x=\"8\" y=\"15\" class=\"st0\" width=\"16\" height=\"2\"></rect><rect x=\"8\" y=\"19.9\" class=\"st0\" width=\"16\" height=\"2\"></rect><path class=\"st0\" d=\"M0,0v32h32V0H0z M30,30H2V2h28V30z\"></path></g></svg></div><div class=\"thrv_wrapper thrv_icon tcb-icon-close\" data-not-changeable=\"true\" data-selector=\"[data-css=&quot;tve-u-165f5ddaaa4&quot;] .tcb-icon-close\" wfd-id=\"129\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"close\"><g><path class=\"st0\" d=\"M0,0v32h32V0H0z M30,30H2V2h28V30z\"></path><polygon class=\"st0\" points=\"11.1,22.4 16,17.4 21,22.4 22.4,21 17.4,16 22.4,11.1 21,9.6 16,14.6 11.1,9.6 9.6,11.1 14.6,16 9.6,21 \"></polygon></g></svg></div></a><ul id=\"menu-main-menu\" class=\"tve_w_menu tve_horizontal tve-m-collapsed\" style=\"z-index: 6;\" wfd-id=\"109\"><li id=\"tcb_custom_menu_5402f616\" class=\"menu-item menu-item-type-post_type menu-item-object-page thrv_wrapper thrv-menu-item-element thrv-custom-menu-item active-expand-children\" data-selector=\"[data-css=&quot;tve-u-165f5ddaaa4&quot;] #tcb_custom_menu_5402f616\" data-tcb_hover_state_parent=\"\" wfd-id=\"126\"><a href=\"https://bestcerakoteflorida.com/\"><span class=\"tve-disabled-text-inner\" wfd-id=\"128\">HOME</span><span class=\"tve-disabled-text-inner tve-item-dropdown-trigger\" wfd-id=\"127\"></span></a></li><li id=\"tcb_custom_menu_13475a66\" class=\"menu-item menu-item-type-post_type menu-item-object-page thrv_wrapper thrv-menu-item-element thrv-custom-menu-item menu-item-has-children tcb-excluded-from-group-item\" data-selector=\"[data-css=&quot;tve-u-165f5ddaaa4&quot;] #tcb_custom_menu_13475a66\" data-tcb_hover_state_parent=\"\" wfd-id=\"122\"><a href=\"\"><span class=\"tve-disabled-text-inner\" wfd-id=\"125\">NAV#2</span><span class=\"tve-disabled-text-inner tve-item-dropdown-trigger\" wfd-id=\"124\"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"tve-dropdown-icon-up\" viewBox=\"0 0 320 512\"><path d=\"M151.5 347.8L3.5 201c-4.7-4.7-4.7-12.3 0-17l19.8-19.8c4.7-4.7 12.3-4.7 17 0L160 282.7l119.7-118.5c4.7-4.7 12.3-4.7 17 0l19.8 19.8c4.7 4.7 4.7 12.3 0 17l-148 146.8c-4.7 4.7-12.3 4.7-17 0z\"></path></svg><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"tve-dropdown-icon-down\" viewBox=\"0 0 320 512\"><path d=\"M168.5 164.2l148 146.8c4.7 4.7 4.7 12.3 0 17l-19.8 19.8c-4.7 4.7-12.3 4.7-17 0L160 229.3 40.3 347.8c-4.7 4.7-12.3 4.7-17 0L3.5 328c-4.7-4.7-4.7-12.3 0-17l148-146.8c4.7-4.7 12.3-4.7 17 0z\"></path></svg></span></a><ul class=\"sub-menu tve_empty_dropzone\" data-selector=\"[data-css=&quot;tve-u-165f5ddaaa4&quot;] #tcb_custom_menu_13475a66 > ul\"><li id=\"tcb_custom_menu_ed3da1d0\" class=\"menu-item menu-item-type-post_type menu-item-object-page thrv_wrapper thrv-menu-item-element thrv-custom-menu-item tcb-excluded-from-group-item\" data-selector=\"[data-css=&quot;tve-u-165f5ddaaa4&quot;] #tcb_custom_menu_ed3da1d0\" data-tcb_hover_state_parent=\"\"><a href=\"\"><span class=\"tve-disabled-text-inner\">SUB-NAV#1</span><span class=\"tve-disabled-text-inner tve-item-dropdown-trigger\"></span></a></li><li id=\"tcb_custom_menu_1f1477da\" class=\"menu-item menu-item-type-post_type menu-item-object-page thrv_wrapper thrv-menu-item-element thrv-custom-menu-item\" data-selector=\"[data-css=&quot;tve-u-165f5ddaaa4&quot;] #tcb_custom_menu_1f1477da\" data-tcb_hover_state_parent=\"\"><a href=\"\"><span class=\"tve-disabled-text-inner\">SUB-NAV#2</span><span class=\"tve-disabled-text-inner tve-item-dropdown-trigger\"></span></a></li></ul></li><li id=\"tcb_custom_menu_a19cc162\" class=\"menu-item menu-item-type-post_type menu-item-object-page thrv_wrapper thrv-menu-item-element thrv-custom-menu-item\" data-selector=\"[data-css=&quot;tve-u-165f5ddaaa4&quot;] #tcb_custom_menu_a19cc162\" data-tcb_hover_state_parent=\"\" wfd-id=\"119\"><a href=\"\"><span class=\"tve-disabled-text-inner\" wfd-id=\"121\">NAV#3</span><span class=\"tve-disabled-text-inner tve-item-dropdown-trigger\" wfd-id=\"120\"></span></a></li><li id=\"tcb_custom_menu_65zjXM43\" class=\"menu-item menu-item-type-post_type menu-item-object-page thrv_wrapper thrv-menu-item-element thrv-custom-menu-item\" data-selector=\"[data-css=&quot;tve-u-165f5ddaaa4&quot;] #tcb_custom_menu_65zjXM43\" data-tcb_hover_state_parent=\"\" wfd-id=\"116\"><a href=\"\"><span class=\"tve-disabled-text-inner\" wfd-id=\"118\">NAV#4</span><span class=\"tve-disabled-text-inner tve-item-dropdown-trigger\" wfd-id=\"117\"></span></a></li><li id=\"tcb_custom_menu_2SmNtzRv\" class=\"menu-item menu-item-type-post_type menu-item-object-page thrv_wrapper thrv-menu-item-element thrv-custom-menu-item\" data-selector=\"[data-css=&quot;tve-u-165f5ddaaa4&quot;] #tcb_custom_menu_2SmNtzRv\" data-tcb_hover_state_parent=\"\" wfd-id=\"113\"><a href=\"\"><span class=\"tve-disabled-text-inner\" wfd-id=\"115\">NAV#5</span><span class=\"tve-disabled-text-inner tve-item-dropdown-trigger\" wfd-id=\"114\"></span></a></li><li id=\"tcb_custom_menu_0NaqyNWp\" class=\"menu-item menu-item-type-post_type menu-item-object-page thrv_wrapper thrv-menu-item-element thrv-custom-menu-item tcb-excluded-from-group-item\" data-selector=\"[data-css=&quot;tve-u-165f5ddaaa4&quot;] #tcb_custom_menu_0NaqyNWp\" data-tcb_hover_state_parent=\"\" wfd-id=\"110\"><a href=\"\"><span class=\"tve-disabled-text-inner\" wfd-id=\"112\">Button</span><span class=\"tve-disabled-text-inner tve-item-dropdown-trigger\" wfd-id=\"111\"></span></a></li></ul></div>	</div><div class=\"thrv_wrapper thrv_heading\" style=\"\" data-tag=\"h1\" data-css=\"tve-u-1642b32e2c2\" wfd-id=\"104\"><h1 data-css=\"tve-u-16035acf904\" style=\"text-align: center;\"><strong>Privacy</strong></h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" data-css=\"tve-u-1642b25c464\" wfd-id=\"34\"><p data-css=\"tve-u-165e6491162\"><span data-css=\"tve-u-165e64c579a\" style=\"font-family: Merriweather; font-weight: 400;\" wfd-id=\"103\">Privacy Policy</span></p><p data-css=\"tve-u-165e6492b04\"><span data-css=\"tve-u-165e64c08c2\" style=\"font-family: Merriweather; font-weight: 400;\" wfd-id=\"102\">What personal information do we collect from the people that visit our blog, website or app?<br>When ordering or registering on our site, as appropriate, you may be asked to enter your name, email address, mailing address, phone number, credit card information or other details to help you with your experience.</span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08c4\" style=\"font-weight: 400;\" wfd-id=\"100\"><span data-css=\"tve-u-165e64c08c5\" style=\"font-family: Merriweather;\" wfd-id=\"101\">When do we collect information?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08c6\" style=\"font-weight: 400;\" wfd-id=\"98\"><span data-css=\"tve-u-165e64c08c7\" style=\"font-family: Merriweather;\" wfd-id=\"99\">We collect information from you when you register on our site, place an order, subscribe to a newsletter, respond to a survey, fill out a form or enter information on our site.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08c9\" style=\"font-weight: 400;\" wfd-id=\"96\"><span data-css=\"tve-u-165e64c08ca\" style=\"font-family: Merriweather;\" wfd-id=\"97\">How do we use your information?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08cb\" style=\"font-weight: 400;\" wfd-id=\"94\"><span data-css=\"tve-u-165e64c08cc\" style=\"font-family: Merriweather;\" wfd-id=\"95\">We may use the information we collect from you when you register, make a purchase, sign up for our newsletter, respond to a survey or marketing communication, surf the website, or use certain other site features in the following ways:<br>â€¢ To personalize user\'s experience and to allow us to deliver the type of content and product offerings in which you are most interested.<br>â€¢ To improve our website in order to better serve you.<br>â€¢ To allow us to better service you in responding to your customer service requests.<br>â€¢ To administer a contest, promotion, survey or other site feature.<br>â€¢ To quickly process your transactions.<br>â€¢ To send periodic emails regarding your order or other products and services.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08ce\" style=\"font-weight: 400;\" wfd-id=\"92\"><span data-css=\"tve-u-165e64c08cf\" style=\"font-family: Merriweather;\" wfd-id=\"93\">How do we protect visitor information?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08d0\" style=\"font-weight: 400;\" wfd-id=\"90\"><span data-css=\"tve-u-165e64c08d1\" style=\"font-family: Merriweather;\" wfd-id=\"91\">Our website is scanned on a regular basis for security holes and known vulnerabilities in order to make your visit to our site as safe as possible.<br>We use regular Malware Scanning.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08d3\" style=\"font-weight: 400;\" wfd-id=\"88\"><span data-css=\"tve-u-165e64c08d4\" style=\"font-family: Merriweather;\" wfd-id=\"89\">Your personal information is contained behind secured networks and is only accessible by a limited number of persons who have special access rights to such systems, and are required to keep the information confidential. In addition, all sensitive/credit information you supply is encrypted via Secure Socket Layer (SSL) technology.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08d5\" style=\"font-weight: 400;\" wfd-id=\"86\"><span data-css=\"tve-u-165e64c08d6\" style=\"font-family: Merriweather;\" wfd-id=\"87\">We implement a variety of security measures when a user places an order, enters, submits, or accesses their information to maintain the safety of your personal information.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08d8\" style=\"font-weight: 400;\" wfd-id=\"84\"><span data-css=\"tve-u-165e64c08d9\" style=\"font-family: Merriweather;\" wfd-id=\"85\">All transactions are processed through a gateway provider and are not stored or processed on our servers.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08da\" style=\"font-weight: 400;\" wfd-id=\"82\"><span data-css=\"tve-u-165e64c08db\" style=\"font-family: Merriweather;\" wfd-id=\"83\">Do we use \'cookies\'?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08dd\" style=\"font-weight: 400;\" wfd-id=\"80\"><span data-css=\"tve-u-165e64c08de\" style=\"font-family: Merriweather;\" wfd-id=\"81\">Yes. Cookies are small files that a site or its service provider transfers to your computer\'s hard drive through your Web browser (if you allow) that enable the site\'s or service provider\'s systems to recognize your browser and capture and remember certain information. For instance, we use cookies to help us remember and process the items in your shopping cart. They are also used to help us understand your preferences based on previous or current site activity, which enables us to provide you with improved services. We also use cookies to help us compile aggregate data about site traffic and site interaction so that we can offer better site experiences and tools in the future.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08df\" style=\"font-weight: 400;\" wfd-id=\"78\"><span data-css=\"tve-u-165e64c08e0\" style=\"font-family: Merriweather;\" wfd-id=\"79\">We use cookies to:</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08e2\" style=\"font-weight: 400;\" wfd-id=\"76\"><span data-css=\"tve-u-165e64c08e3\" style=\"font-family: Merriweather;\" wfd-id=\"77\">â€¢ Help remember and process the items in the shopping cart.<br>â€¢ Understand and save user\'s preferences for future visits.<br>You can choose to have your computer warn you each time a cookie is being sent, or you can choose to turn off all cookies. You do this through your browser (like Internet Explorer) settings. Each browser is a little different, so look at your browser\'s Help menu to learn the correct way to modify your cookies.<br>If users disable cookies in their browser:<br>If you turn off cookies, some features will be disabled. However, you can still place orders for<br>saved items in your shopping cart over the telephone by contacting customer service.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08e4\" style=\"font-weight: 400;\" wfd-id=\"74\"><span data-css=\"tve-u-165e64c08e5\" style=\"font-family: Merriweather;\" wfd-id=\"75\">Third Party Disclosure</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08e7\" style=\"font-weight: 400;\" wfd-id=\"72\"><span data-css=\"tve-u-165e64c08e8\" style=\"font-family: Merriweather;\" wfd-id=\"73\">We do not sell, trade, or otherwise transfer to outside parties your personally identifiable information.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08e9\" style=\"font-weight: 400;\" wfd-id=\"70\"><span data-css=\"tve-u-165e64c08ea\" style=\"font-family: Merriweather;\" wfd-id=\"71\">Third party links</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08ec\" style=\"font-weight: 400;\" wfd-id=\"68\"><span data-css=\"tve-u-165e64c08ed\" style=\"font-family: Merriweather;\" wfd-id=\"69\">Occasionally, at our discretion, we may include or offer third party products or services on our website. These third party sites have separate and independent privacy policies. We therefore have no responsibility or liability for the content and activities of these linked sites. Nonetheless, we seek to protect the integrity of our site and welcome any feedback about these sites.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08ee\" style=\"font-weight: 400;\" wfd-id=\"66\"><span data-css=\"tve-u-165e64c08f0\" style=\"font-family: Merriweather;\" wfd-id=\"67\">Google</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08f1\" style=\"font-weight: 400;\" wfd-id=\"64\"><span data-css=\"tve-u-165e64c08f2\" style=\"font-family: Merriweather;\" wfd-id=\"65\">Google\'s advertising requirements can be summed up by Google\'s Advertising Principles. They are put in place to provide a positive experience for users. https://support.google.com/adwordspolicy/answer/1316548?hl=en<br>Opting out:<br>Users can set preferences for how Google advertises to you using the Google Ad Settings page. Alternatively, you can opt out by visiting the Network Advertising initiative opt out page or permanently using the Google Analytics Opt Out Browser add on.<br>California Online Privacy Protection Act<br>CalOPPA is the first state law in the nation to require commercial websites and online services to post a privacy policy. The law\'s reach stretches well beyond California to require a person or company in the United States (and conceivably the world) that operates websites collecting personally identifiable information from California consumers to post a conspicuous privacy policy on its website stating exactly the information being collected and those individuals with whom it is being shared, and to comply with this policy.<br>See more at: http://consumercal.org/california-online-privacy-protection-act-caloppa/#sthash.0FdRbT51.dpuf<br>According to CalOPPA we agree to the following:<br>Users can visit our site anonymously<br>Once this privacy policy is created, we will add a link to it on our home page, or as a minimum on the first significant page after entering our website.<br>Our Privacy Policy link includes the word \'Privacy\', and can be easily be found on the page specified above.<br>Users will be notified of any privacy policy changes:<br>â€¢ On our Privacy Policy Page<br>Users are able to change their personal information:<br>â€¢ By emailing us<br>â€¢ By calling us</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08f3\" style=\"font-weight: 400;\" wfd-id=\"62\"><span data-css=\"tve-u-165e64c08f6\" style=\"font-family: Merriweather;\" wfd-id=\"63\">How does our site handle do not track signals?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08f7\" style=\"font-weight: 400;\" wfd-id=\"60\"><span data-css=\"tve-u-165e64c08f8\" style=\"font-family: Merriweather;\" wfd-id=\"61\">We honor do not track signals and do not track, plant cookies, or use advertising when a Do Not Track (DNT) browser mechanism is in place.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08f9\" style=\"font-weight: 400;\" wfd-id=\"58\"><span data-css=\"tve-u-165e64c08fa\" style=\"font-family: Merriweather;\" wfd-id=\"59\">Does our site allow third party behavioral tracking?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08fb\" style=\"font-weight: 400;\" wfd-id=\"56\"><span data-css=\"tve-u-165e64c08fc\" style=\"font-family: Merriweather;\" wfd-id=\"57\">It\'s also important to note that we do not allow third party behavioral tracking<br>COPPA (Children Online Privacy Protection Act)<br>When it comes to the collection of personal information from children under 13, the Children\'s Online Privacy Protection Act (COPPA) puts parents in control. The Federal Trade Commission, the nation\'s consumer protection agency, enforces the COPPA Rule, which spells out what operators of websites and online services must do to protect children\'s privacy and safety online.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08fe\" style=\"font-weight: 400;\" wfd-id=\"54\"><span data-css=\"tve-u-165e64c08ff\" style=\"font-family: Merriweather;\" wfd-id=\"55\">We do not specifically market to children under 13.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c0900\" style=\"font-weight: 400;\" wfd-id=\"52\"><span data-css=\"tve-u-165e64c0901\" style=\"font-family: Merriweather;\" wfd-id=\"53\">Fair Information Practices</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c0903\" style=\"font-weight: 400;\" wfd-id=\"50\"><span data-css=\"tve-u-165e64c0904\" style=\"font-family: Merriweather;\" wfd-id=\"51\">The Fair Information Practices Principles form the backbone of privacy law in the United States and the concepts they include have played a significant role in the development of data protection laws around the globe. Understanding the Fair Information Practice Principles and how they should be implemented is critical to comply with the various privacy laws that protect personal information.<br>In order to be in line with Fair Information Practices we will take the following responsive action, should a data breach occur:<br>â€¢ Within 7 business days<br>We will notify the users via in site notification<br>â€¢ Within 7 business days<br>We also agree to the individual redress principle, which requires that individuals have a right to pursue legally enforceable rights against data collectors and processors who fail to adhere to the law. This principle requires not only that individuals have enforceable rights against data users, but also that individuals have recourse to courts or a government agency to investigate and/or prosecute non-compliance by data processors.<br>CAN SPAM Act<br>The CAN-SPAM Act is a law that sets the rules for commercial email, establishes requirements for commercial messages, gives recipients the right to have emails stopped from being sent to them, and spells out tough penalties for violations.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c0905\" style=\"font-weight: 400;\" wfd-id=\"48\"><span data-css=\"tve-u-165e64c0906\" style=\"font-family: Merriweather;\" wfd-id=\"49\">We collect your email address in order to:</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c0908\" style=\"font-weight: 400;\" wfd-id=\"46\"><span data-css=\"tve-u-165e64c0909\" style=\"font-family: Merriweather;\" wfd-id=\"47\">â€¢ Send information, respond to inquiries, and/or other requests or questions.<br>â€¢ Process orders and to send information and updates pertaining to orders<br>â€¢ Market to our mailing list or continue to send emails to our clients after the original transaction has occurred<br>To be in accordance with CANSPAM we agree to the following:<br>â€¢ NOT use false, or misleading subjects or email addresses<br>â€¢ Identify the message as an advertisement in some reasonable way<br>â€¢ Include the physical address of our business or site headquarters<br>â€¢ Monitor third party email marketing services for compliance, if one is used.<br>â€¢ Honor opt-out/unsubscribe requests quickly<br>â€¢ Allow users to unsubscribe by using the link at the bottom of each email<br>If at any time you would like to unsubscribe from receiving future emails, you can email us at<br>â€¢ Follow the instructions at the bottom of each email. and we will promptly remove you from ALL correspondence.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c090a\" style=\"font-weight: 400;\" wfd-id=\"44\"><span data-css=\"tve-u-165e64c090c\" style=\"font-family: Merriweather;\" wfd-id=\"45\">Contacting Us</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c090d\" style=\"font-weight: 400;\" wfd-id=\"42\"><span data-css=\"tve-u-165e64c090e\" style=\"font-family: Merriweather;\" wfd-id=\"43\">If there are any questions regarding this privacy policy you may contact us using the information below.<br>Blackhawk Custom, LLC.<br>825 South Kings Highway<br>Fort Pierce, FL 34945<br>United States<br>https://www.blackhawkcustom.com</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c090d\" style=\"font-weight: 400;\" wfd-id=\"40\"><span data-css=\"tve-u-165e64c090e\" style=\"font-family: Merriweather;\" wfd-id=\"41\"><br>Conditions of use:</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c090d\" style=\"font-weight: 400;\" wfd-id=\"38\"><span data-css=\"tve-u-165e64c090e\" style=\"font-family: Merriweather;\" wfd-id=\"39\">â€‹</span></span><span data-css=\"tve-u-165e64c0910\" style=\"font-family: Merriweather; font-weight: 400;\" wfd-id=\"37\">By using this website, you agree to all of our terms and conditions of the sale<br>All sales are final (See our refund policy)</span></p></div></div>\n</div>'),(3507,325,'tve_revision_tve_has_wistia_popover','0'),(3511,326,'tve_revision_tve_content_more_found',''),(3512,326,'tve_revision_tve_save_post',''),(3513,326,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Special+Elite:400&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700,300,200&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Merriweather:400,400i,700,700i&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Montserrat:400,700&subset=latin\");@media (min-width: 300px){#tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] p, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] li, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] blockquote, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] address, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] .tcb-plain-text, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] h1, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] h2, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] h3, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] h4, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] h5, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] h6 { color: rgb(255, 255, 255); }[data-css=\"tve-u-1642b667be5\"] { max-width: 1200px; float: none; width: 100%; padding: 5px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1642b32e2c2\"] { float: none; z-index: 3; position: relative; width: 100%; margin-left: auto !important; margin-right: auto !important; }#tcb_landing_page a.tve_state_hover:not(.tcb-button-link) { color: rgb(179, 144, 57); }[data-css=\"tve-u-1642b25c464\"] { padding: 5px 10px !important; background-image: none !important; }[data-css=\"tve-u-1642b20c920\"] strong { font-weight: 700 !important; }#tve_editor [data-css=\"tve-u-1642b20c920\"] { font-size: 16px !important; font-family: Montserrat !important; font-weight: 400 !important; }#tve_editor [data-css=\"tve-u-16035acf904\"] { font-size: 24px !important; font-family: \"Special Elite\" !important; font-weight: 400 !important; text-transform: capitalize !important; }.tcb-plain-text strong { font-weight: 700; }.tcb-plain-text { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page a strong { font-weight: 700; }#tcb_landing_page h6 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(0, 0, 0); font-size: 20px; }#tcb_landing_page h5 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(0, 0, 0); font-size: 24px; }#tcb_landing_page h4 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(0, 0, 0); font-size: 30px; }#tcb_landing_page a:not(.tcb-button-link) { color: rgb(0, 0, 0); text-decoration: underline; }#tcb_landing_page h3 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(0, 0, 0); font-size: 38px; line-height: 1.3em; }#tcb_landing_page h2 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(0, 0, 0); font-size: 45px; line-height: 1.3em; }#tcb_landing_page h1 { font-family: \"Special Elite\"; font-weight: 400; font-size: 50px; line-height: 1.3em; color: rgb(0, 0, 0); }#tcb_landing_page p strong, #tcb_landing_page li strong { font-weight: 700; }#tcb_landing_page p, #tcb_landing_page li { font-family: Merriweather; font-weight: 400; font-size: 17px; line-height: 1.6em; color: rgb(0, 0, 0); }[data-css=\"tve-u-15e09c94f7d\"] { background-color: rgb(0, 0, 0) !important; }#tcb_landing_page a:hover:not(.tcb-button-link) { text-decoration: none; color: rgb(179, 144, 57); }#tcb_landing_page .tve-state-hovera:not(.tcb-button-link) { text-decoration: none; }#tcb_landing_page a.tve-state-hover:not(.tcb-button-link) { text-decoration: none; }[data-css=\"tve-u-1642b6ef7e6\"]::after { clear: both; }[data-css=\"tve-u-165e6491162\"] strong { font-weight: 700 !important; }#tve_editor [data-css=\"tve-u-165e6491162\"] { font-size: 16px !important; font-family: Montserrat !important; font-weight: 400 !important; }[data-css=\"tve-u-165e6492b04\"] strong { font-weight: 700 !important; }#tve_editor [data-css=\"tve-u-165e6492b04\"] { font-size: 16px !important; font-family: Merriweather !important; font-weight: 400 !important; }[data-css=\"tve-u-1642b6ef7e6\"] p, [data-css=\"tve-u-1642b6ef7e6\"] li, [data-css=\"tve-u-1642b6ef7e6\"] blockquote, [data-css=\"tve-u-1642b6ef7e6\"] address, [data-css=\"tve-u-1642b6ef7e6\"] .tcb-plain-text, [data-css=\"tve-u-1642b6ef7e6\"] label, [data-css=\"tve-u-1642b6ef7e6\"] h1, [data-css=\"tve-u-1642b6ef7e6\"] h2, [data-css=\"tve-u-1642b6ef7e6\"] h3, [data-css=\"tve-u-1642b6ef7e6\"] h4, [data-css=\"tve-u-1642b6ef7e6\"] h5, [data-css=\"tve-u-1642b6ef7e6\"] h6 { font-weight: 400 !important; }#tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] p, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] li, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] blockquote, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] address, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] .tcb-plain-text, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] label { font-family: Merriweather; }#tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] strong { font-weight: 700; }#tcb_landing_page .tcb-plain-text { color: rgb(0, 0, 0); font-family: Merriweather; font-weight: 400; }#tcb_landing_page .tcb-button-link { font-family: Merriweather; font-weight: 400; }#tcb_landing_page input { font-family: Merriweather; font-weight: 400; }#tcb_landing_page .tcb-button-link strong { font-weight: 700; }#tcb_landing_page input strong { font-weight: 700; }#tcb_landing_page .tcb-plain-text strong { font-weight: 700; }[data-css=\"tve-u-165e64c08c2\"] { font-family: Merriweather !important; font-weight: 400 !important; }[data-css=\"tve-u-165e64c08c4\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08c5\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08c6\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08c7\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08c9\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08ca\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08cb\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08cc\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08ce\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08cf\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08d0\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08d1\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08d3\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08d4\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08d5\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08d6\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08d8\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08d9\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08da\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08db\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08dd\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08de\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08df\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08e0\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08e2\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08e3\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08e4\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08e5\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08e7\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08e8\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08e9\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08ea\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08ec\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08ed\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08ee\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08f0\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08f1\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08f2\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08f3\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08f6\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08f7\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08f8\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08f9\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08fa\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08fb\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08fc\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08fe\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08ff\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c0900\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c0901\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c0903\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c0904\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c0905\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c0906\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c0908\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c0909\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c090a\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c090c\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c090d\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c090e\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c0910\"] { font-family: Merriweather !important; font-weight: 400 !important; }[data-css=\"tve-u-165e64c08c2\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-165e64c579a\"] { font-family: Merriweather !important; font-weight: 400 !important; }[data-css=\"tve-u-165e64c579a\"] strong { font-weight: 700 !important; }#tve_editor [data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_5402f616 > a { font-family: \"Special Elite\"; font-weight: 600; fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; font-size: 18px !important; }#tve_editor [data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_13475a66 > a { font-family: \"Special Elite\"; font-weight: 600; fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; font-size: 18px !important; }#tve_editor [data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_a19cc162 > a { font-family: \"Special Elite\"; font-weight: 600; fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; font-size: 18px !important; }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_5402f616 { text-transform: capitalize; padding: 4px 15px !important; }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_13475a66 { text-transform: capitalize; padding: 4px 15px !important; }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_a19cc162 { text-transform: capitalize; padding: 4px 15px !important; }[data-css=\"tve-u-165f5ddaaa4\"] { padding: 0px !important; margin-left: auto !important; margin-right: auto !important; float: none; width: 100%; z-index: 3; position: relative; max-width: 1088px; }#tve_editor [data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_65zjXM43 > a { font-family: \"Special Elite\"; font-weight: 600; fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; font-size: 18px !important; }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_65zjXM43 { text-transform: capitalize; padding: 4px 15px !important; }#tve_editor [data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_2SmNtzRv > a { font-family: \"Special Elite\"; font-weight: 600; fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; font-size: 18px !important; }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_2SmNtzRv { text-transform: capitalize; padding: 4px 15px !important; }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_5402f616.menu-item { margin-right: 50px; }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_13475a66.menu-item { margin-right: 50px; }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_a19cc162.menu-item { margin-right: 50px; }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_65zjXM43.menu-item { margin-right: 50px; }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_2SmNtzRv.menu-item { margin-right: 50px; }#tve_editor [data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_0NaqyNWp > a { font-family: \"Source Sans Pro\"; font-weight: 600; fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; font-size: 17px !important; }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_0NaqyNWp > a { font-weight: 600 !important; }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_0NaqyNWp { text-transform: capitalize; background-color: rgb(55, 179, 233); border-radius: 2px; padding: 3px 15px !important; }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_0NaqyNWp.menu-item { margin-right: 50px; }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_ed3da1d0 > a { font-weight: 400 !important; }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_1f1477da > a { font-weight: 400 !important; }#tve_editor [data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_ed3da1d0 > a { font-family: \"Source Sans Pro\"; font-weight: 600; fill: rgb(197, 197, 197) !important; color: rgb(197, 197, 197) !important; font-size: 16px !important; }#tve_editor [data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_1f1477da > a { font-family: \"Source Sans Pro\"; font-weight: 600; fill: rgb(197, 197, 197) !important; color: rgb(197, 197, 197) !important; font-size: 16px !important; }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_13475a66 > ul { border: none; background-color: rgb(30, 30, 32) !important; }#tve_editor [data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_ed3da1d0:hover { background-color: rgb(93, 93, 93) !important; }#tve_editor [data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_1f1477da:hover { background-color: rgb(93, 93, 93) !important; }#tve_editor [data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_ed3da1d0:hover > a { fill: rgb(55, 179, 233) !important; color: rgb(55, 179, 233) !important; }#tve_editor [data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_1f1477da:hover > a { fill: rgb(55, 179, 233) !important; color: rgb(55, 179, 233) !important; }#tve_editor [data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_5402f616:hover { border-bottom: 2px solid rgb(55, 179, 233) !important; }#tve_editor [data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_13475a66:hover { border-bottom: 2px solid rgb(55, 179, 233) !important; }#tve_editor [data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_a19cc162:hover { border-bottom: 2px solid rgb(55, 179, 233) !important; }#tve_editor [data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_65zjXM43:hover { border-bottom: 2px solid rgb(55, 179, 233) !important; }#tve_editor [data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_2SmNtzRv:hover { border-bottom: 2px solid rgb(55, 179, 233) !important; }#tve_editor [data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_0NaqyNWp:hover { border-bottom: none !important; box-shadow: rgba(0, 0, 0, 0.25) 0px 8px 12px 0px !important; background-image: linear-gradient(rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.15)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_ed3da1d0 { padding: 10px 0px !important; }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_1f1477da { padding: 10px 0px !important; }}@media (max-width: 1023px){#tcb_landing_page a:not(.tcb-button-link) { color: rgb(0, 0, 0); }.tcb-plain-text { color: rgb(0, 0, 0); }#tcb_landing_page p, #tcb_landing_page li { color: rgb(0, 0, 0); }#tcb_landing_page h6 { color: rgb(0, 0, 0); }#tcb_landing_page h5 { color: rgb(0, 0, 0); }#tcb_landing_page h4 { color: rgb(0, 0, 0); }#tcb_landing_page h3 { color: rgb(0, 0, 0); }#tcb_landing_page h2 { color: rgb(0, 0, 0); }#tcb_landing_page h1 { color: rgb(0, 0, 0); }#tve_editor [data-css=\"tve-u-165f5ddaaa4\"] .tcb-icon-open > :first-child { color: rgb(255, 255, 255); }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_5402f616 { padding-top: 8px !important; padding-bottom: 8px !important; }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_a19cc162 { padding-top: 8px !important; padding-bottom: 8px !important; }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_65zjXM43 { padding-top: 8px !important; padding-bottom: 8px !important; }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_2SmNtzRv { padding-top: 8px !important; padding-bottom: 8px !important; }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_13475a66 { background-image: linear-gradient(rgb(57, 57, 57), rgb(57, 57, 57)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; padding: 8px 0px 0px !important; }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_0NaqyNWp { border-radius: 0px; padding: 8px 0px !important; margin-right: 0px !important; margin-left: 0px !important; }[data-css=\"tve-u-165f5ddaaa4\"] .tcb-icon-open { font-size: 30px; width: 30px; height: 30px; }#tve_editor [data-css=\"tve-u-165f5ddaaa4\"] .tcb-icon-close > :first-child { color: rgb(255, 255, 255); }[data-css=\"tve-u-165f5ddaaa4\"] .tcb-icon-close { font-size: 30px; width: 30px; height: 30px; margin-bottom: 10px !important; }#tve_editor [data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_0NaqyNWp > a { font-size: 18px !important; }}@media (max-width: 767px){#tve_editor [data-css=\"tve-u-16035acf904\"] { font-size: 36px !important; }#tve_editor [data-css=\"tve-u-165e6491162\"] { font-size: 15px !important; }#tve_editor [data-css=\"tve-u-165f5ddaaa4\"] .tcb-icon-open > :first-child { color: rgb(255, 255, 255); }[data-css=\"tve-u-165f5ddaaa4\"] .tcb-icon-open { font-size: 30px; width: 30px; height: 30px; }[data-css=\"tve-u-165f5ddaaa4\"] .tcb-icon-close { font-size: 30px; width: 30px; height: 30px; margin-bottom: 10px !important; }#tve_editor [data-css=\"tve-u-165f5ddaaa4\"] .tcb-icon-close > :first-child { color: rgb(255, 255, 255); }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_5402f616 { background-color: rgba(57, 57, 57, 0); padding-top: 8px !important; padding-bottom: 8px !important; }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_a19cc162 { background-color: rgba(57, 57, 57, 0); padding-top: 8px !important; padding-bottom: 8px !important; }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_65zjXM43 { background-color: rgba(57, 57, 57, 0); padding-top: 8px !important; padding-bottom: 8px !important; }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_2SmNtzRv { background-color: rgba(57, 57, 57, 0); padding-top: 8px !important; padding-bottom: 8px !important; }[data-css=\"tve-u-165f5ddaaa4\"] .tve_w_menu { background-color: rgb(57, 57, 57) !important; }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_13475a66 { padding: 8px 0px !important; }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_0NaqyNWp { border-radius: 0px; padding: 8px 0px !important; }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_ed3da1d0 { border-bottom: none; padding-bottom: 8px !important; }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_1f1477da { border-bottom: none; padding-top: 8px !important; }#tve_editor [data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_13475a66 > a { fill: rgb(55, 179, 233) !important; color: rgb(55, 179, 233) !important; }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_13475a66 > ul { border-right: none; border-bottom: none; border-left: none; border-image: initial; border-top: 1px solid rgba(0, 0, 0, 0) !important; }}'),(3514,326,'tve_revision_tve_user_custom_css',''),(3515,326,'tve_revision_tve_page_events','a:0:{}'),(3516,326,'tve_revision_tve_globals','a:2:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";s:8:\"font_cls\";a:0:{}}'),(3517,326,'tve_revision_tve_global_scripts',''),(3518,326,'tve_revision_thrive_icon_pack','0'),(3519,326,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(3520,326,'tve_revision_tve_has_masonry','0'),(3521,326,'tve_revision_tve_has_typefocus','0'),(3522,326,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-custom-menu-inside\" data-css=\"tve-u-1642b667be5\" style=\"z-index: 8;\" wfd-id=\"33\">\n<div class=\"tve-content-box-background\" wfd-id=\"133\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1642b6ef7e6\" style=\"z-index: 8;\" wfd-id=\"34\"><div class=\"thrv_wrapper thrv_widget_menu tve-custom-menu-upgrade tve-mobile-dropdown  tve-menu-style-none tve-mobile-icon-style_3 tve-dropdown-icon-style_1\" data-tve-style=\"tve_horizontal\" data-tve-switch-icon=\"tablet,mobile\" data-css=\"tve-u-165f5ddaaa4\" tcb-template-name=\"Shadow Dark\" tcb-template-id=\"28115\" data-ct=\"menu-28115\" style=\"\" wfd-id=\"108\">	<div class=\"thrive-shortcode-config\" style=\"display: none !important\" wfd-id=\"132\">__CONFIG_widget_menu__{\"menu_id\":\"custom\",\"color\":\"tve_red\",\"dir\":\"tve_horizontal\",\"font_class\":\"\",\"font_size\":\"\",\"ul_attr\":\"\",\"link_attr\":\"\",\"top_link_attr\":\"\",\"trigger_attr\":\"\",\"primary\":\"\",\"head_css\":\"\",\"background_hover\":\"\",\"main_hover\":\"\",\"child_hover\":\"\",\"group_edit\":[{\"css_id\":null,\"class\":\"\"},{\"css_id\":null,\"class\":\"\"},{\"css_id\":null,\"class\":\"\"},{\"css_id\":null,\"class\":\"\"},{\"css_id\":null,\"class\":\"\"},{\"css_id\":null,\"class\":\"\"},{\"css_id\":null,\"class\":\"\"},{\"css_id\":null,\"class\":\"\"}],\"menu_style\":\"none\",\"dropdown_icon\":\"style_1\",\"mobile_side\":\"\",\"mobile_icon\":\"style_3\",\"switch_to_icon\":\"tablet,mobile\",\"template\":\"28115\",\"template_name\":\"Shadow Dark\"}__CONFIG_widget_menu__</div>\n<div class=\"thrive-shortcode-html tve-menu-custom-type thrive-shortcode-html-editable tve-custom-menu-type tve_clearfix\" style=\"z-index: 8;\" wfd-id=\"109\">\n<a class=\"tve-m-trigger t_tve_horizontal tve_red\" href=\"javascript:void(0)\"><div class=\"thrv_wrapper thrv_icon tcb-icon-open tve-trigger-active\" data-not-changeable=\"true\" data-selector=\"[data-css=&quot;tve-u-165f5ddaaa4&quot;] .tcb-icon-open\" wfd-id=\"131\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"align-justify\"><g><rect x=\"8\" y=\"10.1\" class=\"st0\" width=\"16\" height=\"2\"></rect><rect x=\"8\" y=\"15\" class=\"st0\" width=\"16\" height=\"2\"></rect><rect x=\"8\" y=\"19.9\" class=\"st0\" width=\"16\" height=\"2\"></rect><path class=\"st0\" d=\"M0,0v32h32V0H0z M30,30H2V2h28V30z\"></path></g></svg></div><div class=\"thrv_wrapper thrv_icon tcb-icon-close\" data-not-changeable=\"true\" data-selector=\"[data-css=&quot;tve-u-165f5ddaaa4&quot;] .tcb-icon-close\" wfd-id=\"130\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"close\"><g><path class=\"st0\" d=\"M0,0v32h32V0H0z M30,30H2V2h28V30z\"></path><polygon class=\"st0\" points=\"11.1,22.4 16,17.4 21,22.4 22.4,21 17.4,16 22.4,11.1 21,9.6 16,14.6 11.1,9.6 9.6,11.1 14.6,16 9.6,21 \"></polygon></g></svg></div></a><ul id=\"menu-main-menu\" class=\"tve_w_menu tve_horizontal tve-m-collapsed\" style=\"z-index: 6;\" wfd-id=\"110\"><li id=\"tcb_custom_menu_5402f616\" class=\"menu-item menu-item-type-post_type menu-item-object-page thrv_wrapper thrv-menu-item-element thrv-custom-menu-item\" data-selector=\"[data-css=&quot;tve-u-165f5ddaaa4&quot;] #tcb_custom_menu_5402f616\" data-tcb_hover_state_parent=\"\" wfd-id=\"127\"><a href=\"https://bestcerakoteflorida.com/\"><span class=\"tve-disabled-text-inner\" wfd-id=\"129\">HOME</span><span class=\"tve-disabled-text-inner tve-item-dropdown-trigger\" wfd-id=\"128\"></span></a></li><li id=\"tcb_custom_menu_13475a66\" class=\"menu-item menu-item-type-post_type menu-item-object-page thrv_wrapper thrv-menu-item-element thrv-custom-menu-item menu-item-has-children tcb-excluded-from-group-item\" data-selector=\"[data-css=&quot;tve-u-165f5ddaaa4&quot;] #tcb_custom_menu_13475a66\" data-tcb_hover_state_parent=\"\" wfd-id=\"123\"><a href=\"\"><span class=\"tve-disabled-text-inner\" wfd-id=\"126\">NAV#2</span><span class=\"tve-disabled-text-inner tve-item-dropdown-trigger\" wfd-id=\"125\"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"tve-dropdown-icon-up\" viewBox=\"0 0 320 512\"><path d=\"M151.5 347.8L3.5 201c-4.7-4.7-4.7-12.3 0-17l19.8-19.8c4.7-4.7 12.3-4.7 17 0L160 282.7l119.7-118.5c4.7-4.7 12.3-4.7 17 0l19.8 19.8c4.7 4.7 4.7 12.3 0 17l-148 146.8c-4.7 4.7-12.3 4.7-17 0z\"></path></svg><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"tve-dropdown-icon-down\" viewBox=\"0 0 320 512\"><path d=\"M168.5 164.2l148 146.8c4.7 4.7 4.7 12.3 0 17l-19.8 19.8c-4.7 4.7-12.3 4.7-17 0L160 229.3 40.3 347.8c-4.7 4.7-12.3 4.7-17 0L3.5 328c-4.7-4.7-4.7-12.3 0-17l148-146.8c4.7-4.7 12.3-4.7 17 0z\"></path></svg></span></a><ul class=\"sub-menu tve_empty_dropzone\" data-selector=\"[data-css=&quot;tve-u-165f5ddaaa4&quot;] #tcb_custom_menu_13475a66 > ul\" wfd-id=\"124\"><li id=\"tcb_custom_menu_ed3da1d0\" class=\"menu-item menu-item-type-post_type menu-item-object-page thrv_wrapper thrv-menu-item-element thrv-custom-menu-item tcb-excluded-from-group-item\" data-selector=\"[data-css=&quot;tve-u-165f5ddaaa4&quot;] #tcb_custom_menu_ed3da1d0\" data-tcb_hover_state_parent=\"\"><a href=\"\"><span class=\"tve-disabled-text-inner\">SUB-NAV#1</span><span class=\"tve-disabled-text-inner tve-item-dropdown-trigger\"></span></a></li><li id=\"tcb_custom_menu_1f1477da\" class=\"menu-item menu-item-type-post_type menu-item-object-page thrv_wrapper thrv-menu-item-element thrv-custom-menu-item\" data-selector=\"[data-css=&quot;tve-u-165f5ddaaa4&quot;] #tcb_custom_menu_1f1477da\" data-tcb_hover_state_parent=\"\"><a href=\"\"><span class=\"tve-disabled-text-inner\">SUB-NAV#2</span><span class=\"tve-disabled-text-inner tve-item-dropdown-trigger\"></span></a></li></ul></li><li id=\"tcb_custom_menu_a19cc162\" class=\"menu-item menu-item-type-post_type menu-item-object-page thrv_wrapper thrv-menu-item-element thrv-custom-menu-item\" data-selector=\"[data-css=&quot;tve-u-165f5ddaaa4&quot;] #tcb_custom_menu_a19cc162\" data-tcb_hover_state_parent=\"\" wfd-id=\"120\"><a href=\"\"><span class=\"tve-disabled-text-inner\" wfd-id=\"122\">NAV#3</span><span class=\"tve-disabled-text-inner tve-item-dropdown-trigger\" wfd-id=\"121\"></span></a></li><li id=\"tcb_custom_menu_65zjXM43\" class=\"menu-item menu-item-type-post_type menu-item-object-page thrv_wrapper thrv-menu-item-element thrv-custom-menu-item\" data-selector=\"[data-css=&quot;tve-u-165f5ddaaa4&quot;] #tcb_custom_menu_65zjXM43\" data-tcb_hover_state_parent=\"\" wfd-id=\"117\"><a href=\"\"><span class=\"tve-disabled-text-inner\" wfd-id=\"119\">NAV#4</span><span class=\"tve-disabled-text-inner tve-item-dropdown-trigger\" wfd-id=\"118\"></span></a></li><li id=\"tcb_custom_menu_2SmNtzRv\" class=\"menu-item menu-item-type-post_type menu-item-object-page thrv_wrapper thrv-menu-item-element thrv-custom-menu-item\" data-selector=\"[data-css=&quot;tve-u-165f5ddaaa4&quot;] #tcb_custom_menu_2SmNtzRv\" data-tcb_hover_state_parent=\"\" wfd-id=\"114\"><a href=\"\"><span class=\"tve-disabled-text-inner\" wfd-id=\"116\">NAV#5</span><span class=\"tve-disabled-text-inner tve-item-dropdown-trigger\" wfd-id=\"115\"></span></a></li><li id=\"tcb_custom_menu_0NaqyNWp\" class=\"menu-item menu-item-type-post_type menu-item-object-page thrv_wrapper thrv-menu-item-element thrv-custom-menu-item tcb-excluded-from-group-item active-expand-children\" data-selector=\"[data-css=&quot;tve-u-165f5ddaaa4&quot;] #tcb_custom_menu_0NaqyNWp\" data-tcb_hover_state_parent=\"\" wfd-id=\"111\"><a href=\"\"><span class=\"tve-disabled-text-inner\" wfd-id=\"113\">Button</span><span class=\"tve-disabled-text-inner tve-item-dropdown-trigger\" wfd-id=\"112\"></span></a></li></ul></div>	</div><div class=\"thrv_wrapper thrv_heading\" style=\"\" data-tag=\"h1\" data-css=\"tve-u-1642b32e2c2\" wfd-id=\"105\"><h1 data-css=\"tve-u-16035acf904\" style=\"text-align: center;\"><strong>Privacy</strong></h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" data-css=\"tve-u-1642b25c464\" wfd-id=\"35\"><p data-css=\"tve-u-165e6491162\"><span data-css=\"tve-u-165e64c579a\" style=\"font-family: Merriweather; font-weight: 400;\" wfd-id=\"104\">Privacy Policy</span></p><p data-css=\"tve-u-165e6492b04\"><span data-css=\"tve-u-165e64c08c2\" style=\"font-family: Merriweather; font-weight: 400;\" wfd-id=\"103\">What personal information do we collect from the people that visit our blog, website or app?<br>When ordering or registering on our site, as appropriate, you may be asked to enter your name, email address, mailing address, phone number, credit card information or other details to help you with your experience.</span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08c4\" style=\"font-weight: 400;\" wfd-id=\"101\"><span data-css=\"tve-u-165e64c08c5\" style=\"font-family: Merriweather;\" wfd-id=\"102\">When do we collect information?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08c6\" style=\"font-weight: 400;\" wfd-id=\"99\"><span data-css=\"tve-u-165e64c08c7\" style=\"font-family: Merriweather;\" wfd-id=\"100\">We collect information from you when you register on our site, place an order, subscribe to a newsletter, respond to a survey, fill out a form or enter information on our site.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08c9\" style=\"font-weight: 400;\" wfd-id=\"97\"><span data-css=\"tve-u-165e64c08ca\" style=\"font-family: Merriweather;\" wfd-id=\"98\">How do we use your information?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08cb\" style=\"font-weight: 400;\" wfd-id=\"95\"><span data-css=\"tve-u-165e64c08cc\" style=\"font-family: Merriweather;\" wfd-id=\"96\">We may use the information we collect from you when you register, make a purchase, sign up for our newsletter, respond to a survey or marketing communication, surf the website, or use certain other site features in the following ways:<br>â€¢ To personalize user\'s experience and to allow us to deliver the type of content and product offerings in which you are most interested.<br>â€¢ To improve our website in order to better serve you.<br>â€¢ To allow us to better service you in responding to your customer service requests.<br>â€¢ To administer a contest, promotion, survey or other site feature.<br>â€¢ To quickly process your transactions.<br>â€¢ To send periodic emails regarding your order or other products and services.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08ce\" style=\"font-weight: 400;\" wfd-id=\"93\"><span data-css=\"tve-u-165e64c08cf\" style=\"font-family: Merriweather;\" wfd-id=\"94\">How do we protect visitor information?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08d0\" style=\"font-weight: 400;\" wfd-id=\"91\"><span data-css=\"tve-u-165e64c08d1\" style=\"font-family: Merriweather;\" wfd-id=\"92\">Our website is scanned on a regular basis for security holes and known vulnerabilities in order to make your visit to our site as safe as possible.<br>We use regular Malware Scanning.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08d3\" style=\"font-weight: 400;\" wfd-id=\"89\"><span data-css=\"tve-u-165e64c08d4\" style=\"font-family: Merriweather;\" wfd-id=\"90\">Your personal information is contained behind secured networks and is only accessible by a limited number of persons who have special access rights to such systems, and are required to keep the information confidential. In addition, all sensitive/credit information you supply is encrypted via Secure Socket Layer (SSL) technology.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08d5\" style=\"font-weight: 400;\" wfd-id=\"87\"><span data-css=\"tve-u-165e64c08d6\" style=\"font-family: Merriweather;\" wfd-id=\"88\">We implement a variety of security measures when a user places an order, enters, submits, or accesses their information to maintain the safety of your personal information.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08d8\" style=\"font-weight: 400;\" wfd-id=\"85\"><span data-css=\"tve-u-165e64c08d9\" style=\"font-family: Merriweather;\" wfd-id=\"86\">All transactions are processed through a gateway provider and are not stored or processed on our servers.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08da\" style=\"font-weight: 400;\" wfd-id=\"83\"><span data-css=\"tve-u-165e64c08db\" style=\"font-family: Merriweather;\" wfd-id=\"84\">Do we use \'cookies\'?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08dd\" style=\"font-weight: 400;\" wfd-id=\"81\"><span data-css=\"tve-u-165e64c08de\" style=\"font-family: Merriweather;\" wfd-id=\"82\">Yes. Cookies are small files that a site or its service provider transfers to your computer\'s hard drive through your Web browser (if you allow) that enable the site\'s or service provider\'s systems to recognize your browser and capture and remember certain information. For instance, we use cookies to help us remember and process the items in your shopping cart. They are also used to help us understand your preferences based on previous or current site activity, which enables us to provide you with improved services. We also use cookies to help us compile aggregate data about site traffic and site interaction so that we can offer better site experiences and tools in the future.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08df\" style=\"font-weight: 400;\" wfd-id=\"79\"><span data-css=\"tve-u-165e64c08e0\" style=\"font-family: Merriweather;\" wfd-id=\"80\">We use cookies to:</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08e2\" style=\"font-weight: 400;\" wfd-id=\"77\"><span data-css=\"tve-u-165e64c08e3\" style=\"font-family: Merriweather;\" wfd-id=\"78\">â€¢ Help remember and process the items in the shopping cart.<br>â€¢ Understand and save user\'s preferences for future visits.<br>You can choose to have your computer warn you each time a cookie is being sent, or you can choose to turn off all cookies. You do this through your browser (like Internet Explorer) settings. Each browser is a little different, so look at your browser\'s Help menu to learn the correct way to modify your cookies.<br>If users disable cookies in their browser:<br>If you turn off cookies, some features will be disabled. However, you can still place orders for<br>saved items in your shopping cart over the telephone by contacting customer service.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08e4\" style=\"font-weight: 400;\" wfd-id=\"75\"><span data-css=\"tve-u-165e64c08e5\" style=\"font-family: Merriweather;\" wfd-id=\"76\">Third Party Disclosure</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08e7\" style=\"font-weight: 400;\" wfd-id=\"73\"><span data-css=\"tve-u-165e64c08e8\" style=\"font-family: Merriweather;\" wfd-id=\"74\">We do not sell, trade, or otherwise transfer to outside parties your personally identifiable information.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08e9\" style=\"font-weight: 400;\" wfd-id=\"71\"><span data-css=\"tve-u-165e64c08ea\" style=\"font-family: Merriweather;\" wfd-id=\"72\">Third party links</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08ec\" style=\"font-weight: 400;\" wfd-id=\"69\"><span data-css=\"tve-u-165e64c08ed\" style=\"font-family: Merriweather;\" wfd-id=\"70\">Occasionally, at our discretion, we may include or offer third party products or services on our website. These third party sites have separate and independent privacy policies. We therefore have no responsibility or liability for the content and activities of these linked sites. Nonetheless, we seek to protect the integrity of our site and welcome any feedback about these sites.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08ee\" style=\"font-weight: 400;\" wfd-id=\"67\"><span data-css=\"tve-u-165e64c08f0\" style=\"font-family: Merriweather;\" wfd-id=\"68\">Google</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08f1\" style=\"font-weight: 400;\" wfd-id=\"65\"><span data-css=\"tve-u-165e64c08f2\" style=\"font-family: Merriweather;\" wfd-id=\"66\">Google\'s advertising requirements can be summed up by Google\'s Advertising Principles. They are put in place to provide a positive experience for users. https://support.google.com/adwordspolicy/answer/1316548?hl=en<br>Opting out:<br>Users can set preferences for how Google advertises to you using the Google Ad Settings page. Alternatively, you can opt out by visiting the Network Advertising initiative opt out page or permanently using the Google Analytics Opt Out Browser add on.<br>California Online Privacy Protection Act<br>CalOPPA is the first state law in the nation to require commercial websites and online services to post a privacy policy. The law\'s reach stretches well beyond California to require a person or company in the United States (and conceivably the world) that operates websites collecting personally identifiable information from California consumers to post a conspicuous privacy policy on its website stating exactly the information being collected and those individuals with whom it is being shared, and to comply with this policy.<br>See more at: http://consumercal.org/california-online-privacy-protection-act-caloppa/#sthash.0FdRbT51.dpuf<br>According to CalOPPA we agree to the following:<br>Users can visit our site anonymously<br>Once this privacy policy is created, we will add a link to it on our home page, or as a minimum on the first significant page after entering our website.<br>Our Privacy Policy link includes the word \'Privacy\', and can be easily be found on the page specified above.<br>Users will be notified of any privacy policy changes:<br>â€¢ On our Privacy Policy Page<br>Users are able to change their personal information:<br>â€¢ By emailing us<br>â€¢ By calling us</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08f3\" style=\"font-weight: 400;\" wfd-id=\"63\"><span data-css=\"tve-u-165e64c08f6\" style=\"font-family: Merriweather;\" wfd-id=\"64\">How does our site handle do not track signals?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08f7\" style=\"font-weight: 400;\" wfd-id=\"61\"><span data-css=\"tve-u-165e64c08f8\" style=\"font-family: Merriweather;\" wfd-id=\"62\">We honor do not track signals and do not track, plant cookies, or use advertising when a Do Not Track (DNT) browser mechanism is in place.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08f9\" style=\"font-weight: 400;\" wfd-id=\"59\"><span data-css=\"tve-u-165e64c08fa\" style=\"font-family: Merriweather;\" wfd-id=\"60\">Does our site allow third party behavioral tracking?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08fb\" style=\"font-weight: 400;\" wfd-id=\"57\"><span data-css=\"tve-u-165e64c08fc\" style=\"font-family: Merriweather;\" wfd-id=\"58\">It\'s also important to note that we do not allow third party behavioral tracking<br>COPPA (Children Online Privacy Protection Act)<br>When it comes to the collection of personal information from children under 13, the Children\'s Online Privacy Protection Act (COPPA) puts parents in control. The Federal Trade Commission, the nation\'s consumer protection agency, enforces the COPPA Rule, which spells out what operators of websites and online services must do to protect children\'s privacy and safety online.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08fe\" style=\"font-weight: 400;\" wfd-id=\"55\"><span data-css=\"tve-u-165e64c08ff\" style=\"font-family: Merriweather;\" wfd-id=\"56\">We do not specifically market to children under 13.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c0900\" style=\"font-weight: 400;\" wfd-id=\"53\"><span data-css=\"tve-u-165e64c0901\" style=\"font-family: Merriweather;\" wfd-id=\"54\">Fair Information Practices</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c0903\" style=\"font-weight: 400;\" wfd-id=\"51\"><span data-css=\"tve-u-165e64c0904\" style=\"font-family: Merriweather;\" wfd-id=\"52\">The Fair Information Practices Principles form the backbone of privacy law in the United States and the concepts they include have played a significant role in the development of data protection laws around the globe. Understanding the Fair Information Practice Principles and how they should be implemented is critical to comply with the various privacy laws that protect personal information.<br>In order to be in line with Fair Information Practices we will take the following responsive action, should a data breach occur:<br>â€¢ Within 7 business days<br>We will notify the users via in site notification<br>â€¢ Within 7 business days<br>We also agree to the individual redress principle, which requires that individuals have a right to pursue legally enforceable rights against data collectors and processors who fail to adhere to the law. This principle requires not only that individuals have enforceable rights against data users, but also that individuals have recourse to courts or a government agency to investigate and/or prosecute non-compliance by data processors.<br>CAN SPAM Act<br>The CAN-SPAM Act is a law that sets the rules for commercial email, establishes requirements for commercial messages, gives recipients the right to have emails stopped from being sent to them, and spells out tough penalties for violations.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c0905\" style=\"font-weight: 400;\" wfd-id=\"49\"><span data-css=\"tve-u-165e64c0906\" style=\"font-family: Merriweather;\" wfd-id=\"50\">We collect your email address in order to:</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c0908\" style=\"font-weight: 400;\" wfd-id=\"47\"><span data-css=\"tve-u-165e64c0909\" style=\"font-family: Merriweather;\" wfd-id=\"48\">â€¢ Send information, respond to inquiries, and/or other requests or questions.<br>â€¢ Process orders and to send information and updates pertaining to orders<br>â€¢ Market to our mailing list or continue to send emails to our clients after the original transaction has occurred<br>To be in accordance with CANSPAM we agree to the following:<br>â€¢ NOT use false, or misleading subjects or email addresses<br>â€¢ Identify the message as an advertisement in some reasonable way<br>â€¢ Include the physical address of our business or site headquarters<br>â€¢ Monitor third party email marketing services for compliance, if one is used.<br>â€¢ Honor opt-out/unsubscribe requests quickly<br>â€¢ Allow users to unsubscribe by using the link at the bottom of each email<br>If at any time you would like to unsubscribe from receiving future emails, you can email us at<br>â€¢ Follow the instructions at the bottom of each email. and we will promptly remove you from ALL correspondence.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c090a\" style=\"font-weight: 400;\" wfd-id=\"45\"><span data-css=\"tve-u-165e64c090c\" style=\"font-family: Merriweather;\" wfd-id=\"46\">Contacting Us</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c090d\" style=\"font-weight: 400;\" wfd-id=\"43\"><span data-css=\"tve-u-165e64c090e\" style=\"font-family: Merriweather;\" wfd-id=\"44\">If there are any questions regarding this privacy policy you may contact us using the information below.<br>Blackhawk Custom, LLC.<br>825 South Kings Highway<br>Fort Pierce, FL 34945<br>United States<br>https://www.blackhawkcustom.com</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c090d\" style=\"font-weight: 400;\" wfd-id=\"41\"><span data-css=\"tve-u-165e64c090e\" style=\"font-family: Merriweather;\" wfd-id=\"42\"><br>Conditions of use:</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c090d\" style=\"font-weight: 400;\" wfd-id=\"39\"><span data-css=\"tve-u-165e64c090e\" style=\"font-family: Merriweather;\" wfd-id=\"40\">â€‹</span></span><span data-css=\"tve-u-165e64c0910\" style=\"font-family: Merriweather; font-weight: 400;\" wfd-id=\"38\">By using this website, you agree to all of our terms and conditions of the sale<br>All sales are final (See our refund policy)</span></p></div></div>\n</div>'),(3523,326,'tve_revision_tve_has_wistia_popover','0'),(4738,457,'tve_revision_tve_landing_page','tcb2-blank-page-styled'),(3524,327,'tve_revision_tve_landing_page','tcb2-blank-page-styled'),(3525,327,'tve_revision_tve_disable_theme_dependency','1'),(3526,327,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-custom-menu-inside\" data-css=\"tve-u-1642b667be5\" style=\"z-index: 8;\" wfd-id=\"33\">\n<div class=\"tve-content-box-background\" wfd-id=\"133\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1642b6ef7e6\" style=\"z-index: 8;\" wfd-id=\"34\"><div class=\"thrv_wrapper thrv_widget_menu tve-custom-menu-upgrade tve-mobile-dropdown  tve-menu-style-none tve-mobile-icon-style_3 tve-dropdown-icon-style_1\" data-tve-style=\"tve_horizontal\" data-tve-switch-icon=\"tablet,mobile\" data-css=\"tve-u-165f5ddaaa4\" tcb-template-name=\"Shadow Dark\" tcb-template-id=\"28115\" data-ct=\"menu-28115\" style=\"\" wfd-id=\"108\">	<div class=\"thrive-shortcode-config\" style=\"display: none !important\" wfd-id=\"132\">__CONFIG_widget_menu__{\"menu_id\":\"custom\",\"color\":\"tve_red\",\"dir\":\"tve_horizontal\",\"font_class\":\"\",\"font_size\":\"\",\"ul_attr\":\"\",\"link_attr\":\"\",\"top_link_attr\":\"\",\"trigger_attr\":\"\",\"primary\":\"\",\"head_css\":\"\",\"background_hover\":\"\",\"main_hover\":\"\",\"child_hover\":\"\",\"group_edit\":[{\"css_id\":null,\"class\":\"\"},{\"css_id\":null,\"class\":\"\"},{\"css_id\":null,\"class\":\"\"},{\"css_id\":null,\"class\":\"\"},{\"css_id\":null,\"class\":\"\"},{\"css_id\":null,\"class\":\"\"},{\"css_id\":null,\"class\":\"\"},{\"css_id\":null,\"class\":\"\"}],\"menu_style\":\"none\",\"dropdown_icon\":\"style_1\",\"mobile_side\":\"\",\"mobile_icon\":\"style_3\",\"switch_to_icon\":\"tablet,mobile\",\"template\":\"28115\",\"template_name\":\"Shadow Dark\"}__CONFIG_widget_menu__</div>\n<div class=\"thrive-shortcode-html tve-menu-custom-type thrive-shortcode-html-editable tve-custom-menu-type tve_clearfix\" style=\"z-index: 8;\" wfd-id=\"109\">\n<a class=\"tve-m-trigger t_tve_horizontal tve_red\" href=\"javascript:void(0)\"><div class=\"thrv_wrapper thrv_icon tcb-icon-open tve-trigger-active\" data-not-changeable=\"true\" data-selector=\"[data-css=&quot;tve-u-165f5ddaaa4&quot;] .tcb-icon-open\" wfd-id=\"131\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"align-justify\"><g><rect x=\"8\" y=\"10.1\" class=\"st0\" width=\"16\" height=\"2\"></rect><rect x=\"8\" y=\"15\" class=\"st0\" width=\"16\" height=\"2\"></rect><rect x=\"8\" y=\"19.9\" class=\"st0\" width=\"16\" height=\"2\"></rect><path class=\"st0\" d=\"M0,0v32h32V0H0z M30,30H2V2h28V30z\"></path></g></svg></div><div class=\"thrv_wrapper thrv_icon tcb-icon-close\" data-not-changeable=\"true\" data-selector=\"[data-css=&quot;tve-u-165f5ddaaa4&quot;] .tcb-icon-close\" wfd-id=\"130\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"close\"><g><path class=\"st0\" d=\"M0,0v32h32V0H0z M30,30H2V2h28V30z\"></path><polygon class=\"st0\" points=\"11.1,22.4 16,17.4 21,22.4 22.4,21 17.4,16 22.4,11.1 21,9.6 16,14.6 11.1,9.6 9.6,11.1 14.6,16 9.6,21 \"></polygon></g></svg></div></a><ul id=\"menu-main-menu\" class=\"tve_w_menu tve_horizontal tve-m-collapsed\" style=\"z-index: 6;\" wfd-id=\"110\"><li id=\"tcb_custom_menu_5402f616\" class=\"menu-item menu-item-type-post_type menu-item-object-page thrv_wrapper thrv-menu-item-element thrv-custom-menu-item\" data-selector=\"[data-css=&quot;tve-u-165f5ddaaa4&quot;] #tcb_custom_menu_5402f616\" data-tcb_hover_state_parent=\"\" wfd-id=\"127\"><a href=\"https://bestcerakoteflorida.com/\"><span class=\"tve-disabled-text-inner\" wfd-id=\"129\">HOME</span><span class=\"tve-disabled-text-inner tve-item-dropdown-trigger\" wfd-id=\"128\"></span></a></li><li id=\"tcb_custom_menu_13475a66\" class=\"menu-item menu-item-type-post_type menu-item-object-page thrv_wrapper thrv-menu-item-element thrv-custom-menu-item menu-item-has-children tcb-excluded-from-group-item\" data-selector=\"[data-css=&quot;tve-u-165f5ddaaa4&quot;] #tcb_custom_menu_13475a66\" data-tcb_hover_state_parent=\"\" wfd-id=\"123\"><a href=\"\"><span class=\"tve-disabled-text-inner\" wfd-id=\"126\">NAV#2</span><span class=\"tve-disabled-text-inner tve-item-dropdown-trigger\" wfd-id=\"125\"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"tve-dropdown-icon-up\" viewBox=\"0 0 320 512\"><path d=\"M151.5 347.8L3.5 201c-4.7-4.7-4.7-12.3 0-17l19.8-19.8c4.7-4.7 12.3-4.7 17 0L160 282.7l119.7-118.5c4.7-4.7 12.3-4.7 17 0l19.8 19.8c4.7 4.7 4.7 12.3 0 17l-148 146.8c-4.7 4.7-12.3 4.7-17 0z\"></path></svg><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"tve-dropdown-icon-down\" viewBox=\"0 0 320 512\"><path d=\"M168.5 164.2l148 146.8c4.7 4.7 4.7 12.3 0 17l-19.8 19.8c-4.7 4.7-12.3 4.7-17 0L160 229.3 40.3 347.8c-4.7 4.7-12.3 4.7-17 0L3.5 328c-4.7-4.7-4.7-12.3 0-17l148-146.8c4.7-4.7 12.3-4.7 17 0z\"></path></svg></span></a><ul class=\"sub-menu tve_empty_dropzone\" data-selector=\"[data-css=&quot;tve-u-165f5ddaaa4&quot;] #tcb_custom_menu_13475a66 > ul\"><li id=\"tcb_custom_menu_ed3da1d0\" class=\"menu-item menu-item-type-post_type menu-item-object-page thrv_wrapper thrv-menu-item-element thrv-custom-menu-item tcb-excluded-from-group-item\" data-selector=\"[data-css=&quot;tve-u-165f5ddaaa4&quot;] #tcb_custom_menu_ed3da1d0\" data-tcb_hover_state_parent=\"\"><a href=\"\"><span class=\"tve-disabled-text-inner\">SUB-NAV#1</span><span class=\"tve-disabled-text-inner tve-item-dropdown-trigger\"></span></a></li><li id=\"tcb_custom_menu_1f1477da\" class=\"menu-item menu-item-type-post_type menu-item-object-page thrv_wrapper thrv-menu-item-element thrv-custom-menu-item\" data-selector=\"[data-css=&quot;tve-u-165f5ddaaa4&quot;] #tcb_custom_menu_1f1477da\" data-tcb_hover_state_parent=\"\"><a href=\"\"><span class=\"tve-disabled-text-inner\">SUB-NAV#2</span><span class=\"tve-disabled-text-inner tve-item-dropdown-trigger\"></span></a></li></ul></li><li id=\"tcb_custom_menu_a19cc162\" class=\"menu-item menu-item-type-post_type menu-item-object-page thrv_wrapper thrv-menu-item-element thrv-custom-menu-item\" data-selector=\"[data-css=&quot;tve-u-165f5ddaaa4&quot;] #tcb_custom_menu_a19cc162\" data-tcb_hover_state_parent=\"\" wfd-id=\"120\"><a href=\"\"><span class=\"tve-disabled-text-inner\" wfd-id=\"122\">NAV#3</span><span class=\"tve-disabled-text-inner tve-item-dropdown-trigger\" wfd-id=\"121\"></span></a></li><li id=\"tcb_custom_menu_65zjXM43\" class=\"menu-item menu-item-type-post_type menu-item-object-page thrv_wrapper thrv-menu-item-element thrv-custom-menu-item\" data-selector=\"[data-css=&quot;tve-u-165f5ddaaa4&quot;] #tcb_custom_menu_65zjXM43\" data-tcb_hover_state_parent=\"\" wfd-id=\"117\"><a href=\"\"><span class=\"tve-disabled-text-inner\" wfd-id=\"119\">NAV#4</span><span class=\"tve-disabled-text-inner tve-item-dropdown-trigger\" wfd-id=\"118\"></span></a></li><li id=\"tcb_custom_menu_2SmNtzRv\" class=\"menu-item menu-item-type-post_type menu-item-object-page thrv_wrapper thrv-menu-item-element thrv-custom-menu-item\" data-selector=\"[data-css=&quot;tve-u-165f5ddaaa4&quot;] #tcb_custom_menu_2SmNtzRv\" data-tcb_hover_state_parent=\"\" wfd-id=\"114\"><a href=\"\"><span class=\"tve-disabled-text-inner\" wfd-id=\"116\">NAV#5</span><span class=\"tve-disabled-text-inner tve-item-dropdown-trigger\" wfd-id=\"115\"></span></a></li><li id=\"tcb_custom_menu_0NaqyNWp\" class=\"menu-item menu-item-type-post_type menu-item-object-page thrv_wrapper thrv-menu-item-element thrv-custom-menu-item tcb-excluded-from-group-item active-expand-children\" data-selector=\"[data-css=&quot;tve-u-165f5ddaaa4&quot;] #tcb_custom_menu_0NaqyNWp\" data-tcb_hover_state_parent=\"\" wfd-id=\"111\"><a href=\"https://bestcerakoteflorida.com/cart/\"><span class=\"tve-disabled-text-inner\" wfd-id=\"113\">CART</span><span class=\"tve-disabled-text-inner tve-item-dropdown-trigger\" wfd-id=\"112\"></span></a></li></ul></div>	</div><div class=\"thrv_wrapper thrv_heading\" style=\"\" data-tag=\"h1\" data-css=\"tve-u-1642b32e2c2\" wfd-id=\"105\"><h1 data-css=\"tve-u-16035acf904\" style=\"text-align: center;\"><strong>Privacy</strong></h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" data-css=\"tve-u-1642b25c464\" wfd-id=\"35\"><p data-css=\"tve-u-165e6491162\"><span data-css=\"tve-u-165e64c579a\" style=\"font-family: Merriweather; font-weight: 400;\" wfd-id=\"104\">Privacy Policy</span></p><p data-css=\"tve-u-165e6492b04\"><span data-css=\"tve-u-165e64c08c2\" style=\"font-family: Merriweather; font-weight: 400;\" wfd-id=\"103\">What personal information do we collect from the people that visit our blog, website or app?<br>When ordering or registering on our site, as appropriate, you may be asked to enter your name, email address, mailing address, phone number, credit card information or other details to help you with your experience.</span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08c4\" style=\"font-weight: 400;\" wfd-id=\"101\"><span data-css=\"tve-u-165e64c08c5\" style=\"font-family: Merriweather;\" wfd-id=\"102\">When do we collect information?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08c6\" style=\"font-weight: 400;\" wfd-id=\"99\"><span data-css=\"tve-u-165e64c08c7\" style=\"font-family: Merriweather;\" wfd-id=\"100\">We collect information from you when you register on our site, place an order, subscribe to a newsletter, respond to a survey, fill out a form or enter information on our site.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08c9\" style=\"font-weight: 400;\" wfd-id=\"97\"><span data-css=\"tve-u-165e64c08ca\" style=\"font-family: Merriweather;\" wfd-id=\"98\">How do we use your information?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08cb\" style=\"font-weight: 400;\" wfd-id=\"95\"><span data-css=\"tve-u-165e64c08cc\" style=\"font-family: Merriweather;\" wfd-id=\"96\">We may use the information we collect from you when you register, make a purchase, sign up for our newsletter, respond to a survey or marketing communication, surf the website, or use certain other site features in the following ways:<br>â€¢ To personalize user\'s experience and to allow us to deliver the type of content and product offerings in which you are most interested.<br>â€¢ To improve our website in order to better serve you.<br>â€¢ To allow us to better service you in responding to your customer service requests.<br>â€¢ To administer a contest, promotion, survey or other site feature.<br>â€¢ To quickly process your transactions.<br>â€¢ To send periodic emails regarding your order or other products and services.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08ce\" style=\"font-weight: 400;\" wfd-id=\"93\"><span data-css=\"tve-u-165e64c08cf\" style=\"font-family: Merriweather;\" wfd-id=\"94\">How do we protect visitor information?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08d0\" style=\"font-weight: 400;\" wfd-id=\"91\"><span data-css=\"tve-u-165e64c08d1\" style=\"font-family: Merriweather;\" wfd-id=\"92\">Our website is scanned on a regular basis for security holes and known vulnerabilities in order to make your visit to our site as safe as possible.<br>We use regular Malware Scanning.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08d3\" style=\"font-weight: 400;\" wfd-id=\"89\"><span data-css=\"tve-u-165e64c08d4\" style=\"font-family: Merriweather;\" wfd-id=\"90\">Your personal information is contained behind secured networks and is only accessible by a limited number of persons who have special access rights to such systems, and are required to keep the information confidential. In addition, all sensitive/credit information you supply is encrypted via Secure Socket Layer (SSL) technology.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08d5\" style=\"font-weight: 400;\" wfd-id=\"87\"><span data-css=\"tve-u-165e64c08d6\" style=\"font-family: Merriweather;\" wfd-id=\"88\">We implement a variety of security measures when a user places an order, enters, submits, or accesses their information to maintain the safety of your personal information.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08d8\" style=\"font-weight: 400;\" wfd-id=\"85\"><span data-css=\"tve-u-165e64c08d9\" style=\"font-family: Merriweather;\" wfd-id=\"86\">All transactions are processed through a gateway provider and are not stored or processed on our servers.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08da\" style=\"font-weight: 400;\" wfd-id=\"83\"><span data-css=\"tve-u-165e64c08db\" style=\"font-family: Merriweather;\" wfd-id=\"84\">Do we use \'cookies\'?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08dd\" style=\"font-weight: 400;\" wfd-id=\"81\"><span data-css=\"tve-u-165e64c08de\" style=\"font-family: Merriweather;\" wfd-id=\"82\">Yes. Cookies are small files that a site or its service provider transfers to your computer\'s hard drive through your Web browser (if you allow) that enable the site\'s or service provider\'s systems to recognize your browser and capture and remember certain information. For instance, we use cookies to help us remember and process the items in your shopping cart. They are also used to help us understand your preferences based on previous or current site activity, which enables us to provide you with improved services. We also use cookies to help us compile aggregate data about site traffic and site interaction so that we can offer better site experiences and tools in the future.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08df\" style=\"font-weight: 400;\" wfd-id=\"79\"><span data-css=\"tve-u-165e64c08e0\" style=\"font-family: Merriweather;\" wfd-id=\"80\">We use cookies to:</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08e2\" style=\"font-weight: 400;\" wfd-id=\"77\"><span data-css=\"tve-u-165e64c08e3\" style=\"font-family: Merriweather;\" wfd-id=\"78\">â€¢ Help remember and process the items in the shopping cart.<br>â€¢ Understand and save user\'s preferences for future visits.<br>You can choose to have your computer warn you each time a cookie is being sent, or you can choose to turn off all cookies. You do this through your browser (like Internet Explorer) settings. Each browser is a little different, so look at your browser\'s Help menu to learn the correct way to modify your cookies.<br>If users disable cookies in their browser:<br>If you turn off cookies, some features will be disabled. However, you can still place orders for<br>saved items in your shopping cart over the telephone by contacting customer service.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08e4\" style=\"font-weight: 400;\" wfd-id=\"75\"><span data-css=\"tve-u-165e64c08e5\" style=\"font-family: Merriweather;\" wfd-id=\"76\">Third Party Disclosure</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08e7\" style=\"font-weight: 400;\" wfd-id=\"73\"><span data-css=\"tve-u-165e64c08e8\" style=\"font-family: Merriweather;\" wfd-id=\"74\">We do not sell, trade, or otherwise transfer to outside parties your personally identifiable information.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08e9\" style=\"font-weight: 400;\" wfd-id=\"71\"><span data-css=\"tve-u-165e64c08ea\" style=\"font-family: Merriweather;\" wfd-id=\"72\">Third party links</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08ec\" style=\"font-weight: 400;\" wfd-id=\"69\"><span data-css=\"tve-u-165e64c08ed\" style=\"font-family: Merriweather;\" wfd-id=\"70\">Occasionally, at our discretion, we may include or offer third party products or services on our website. These third party sites have separate and independent privacy policies. We therefore have no responsibility or liability for the content and activities of these linked sites. Nonetheless, we seek to protect the integrity of our site and welcome any feedback about these sites.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08ee\" style=\"font-weight: 400;\" wfd-id=\"67\"><span data-css=\"tve-u-165e64c08f0\" style=\"font-family: Merriweather;\" wfd-id=\"68\">Google</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08f1\" style=\"font-weight: 400;\" wfd-id=\"65\"><span data-css=\"tve-u-165e64c08f2\" style=\"font-family: Merriweather;\" wfd-id=\"66\">Google\'s advertising requirements can be summed up by Google\'s Advertising Principles. They are put in place to provide a positive experience for users. https://support.google.com/adwordspolicy/answer/1316548?hl=en<br>Opting out:<br>Users can set preferences for how Google advertises to you using the Google Ad Settings page. Alternatively, you can opt out by visiting the Network Advertising initiative opt out page or permanently using the Google Analytics Opt Out Browser add on.<br>California Online Privacy Protection Act<br>CalOPPA is the first state law in the nation to require commercial websites and online services to post a privacy policy. The law\'s reach stretches well beyond California to require a person or company in the United States (and conceivably the world) that operates websites collecting personally identifiable information from California consumers to post a conspicuous privacy policy on its website stating exactly the information being collected and those individuals with whom it is being shared, and to comply with this policy.<br>See more at: http://consumercal.org/california-online-privacy-protection-act-caloppa/#sthash.0FdRbT51.dpuf<br>According to CalOPPA we agree to the following:<br>Users can visit our site anonymously<br>Once this privacy policy is created, we will add a link to it on our home page, or as a minimum on the first significant page after entering our website.<br>Our Privacy Policy link includes the word \'Privacy\', and can be easily be found on the page specified above.<br>Users will be notified of any privacy policy changes:<br>â€¢ On our Privacy Policy Page<br>Users are able to change their personal information:<br>â€¢ By emailing us<br>â€¢ By calling us</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08f3\" style=\"font-weight: 400;\" wfd-id=\"63\"><span data-css=\"tve-u-165e64c08f6\" style=\"font-family: Merriweather;\" wfd-id=\"64\">How does our site handle do not track signals?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08f7\" style=\"font-weight: 400;\" wfd-id=\"61\"><span data-css=\"tve-u-165e64c08f8\" style=\"font-family: Merriweather;\" wfd-id=\"62\">We honor do not track signals and do not track, plant cookies, or use advertising when a Do Not Track (DNT) browser mechanism is in place.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08f9\" style=\"font-weight: 400;\" wfd-id=\"59\"><span data-css=\"tve-u-165e64c08fa\" style=\"font-family: Merriweather;\" wfd-id=\"60\">Does our site allow third party behavioral tracking?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08fb\" style=\"font-weight: 400;\" wfd-id=\"57\"><span data-css=\"tve-u-165e64c08fc\" style=\"font-family: Merriweather;\" wfd-id=\"58\">It\'s also important to note that we do not allow third party behavioral tracking<br>COPPA (Children Online Privacy Protection Act)<br>When it comes to the collection of personal information from children under 13, the Children\'s Online Privacy Protection Act (COPPA) puts parents in control. The Federal Trade Commission, the nation\'s consumer protection agency, enforces the COPPA Rule, which spells out what operators of websites and online services must do to protect children\'s privacy and safety online.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08fe\" style=\"font-weight: 400;\" wfd-id=\"55\"><span data-css=\"tve-u-165e64c08ff\" style=\"font-family: Merriweather;\" wfd-id=\"56\">We do not specifically market to children under 13.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c0900\" style=\"font-weight: 400;\" wfd-id=\"53\"><span data-css=\"tve-u-165e64c0901\" style=\"font-family: Merriweather;\" wfd-id=\"54\">Fair Information Practices</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c0903\" style=\"font-weight: 400;\" wfd-id=\"51\"><span data-css=\"tve-u-165e64c0904\" style=\"font-family: Merriweather;\" wfd-id=\"52\">The Fair Information Practices Principles form the backbone of privacy law in the United States and the concepts they include have played a significant role in the development of data protection laws around the globe. Understanding the Fair Information Practice Principles and how they should be implemented is critical to comply with the various privacy laws that protect personal information.<br>In order to be in line with Fair Information Practices we will take the following responsive action, should a data breach occur:<br>â€¢ Within 7 business days<br>We will notify the users via in site notification<br>â€¢ Within 7 business days<br>We also agree to the individual redress principle, which requires that individuals have a right to pursue legally enforceable rights against data collectors and processors who fail to adhere to the law. This principle requires not only that individuals have enforceable rights against data users, but also that individuals have recourse to courts or a government agency to investigate and/or prosecute non-compliance by data processors.<br>CAN SPAM Act<br>The CAN-SPAM Act is a law that sets the rules for commercial email, establishes requirements for commercial messages, gives recipients the right to have emails stopped from being sent to them, and spells out tough penalties for violations.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c0905\" style=\"font-weight: 400;\" wfd-id=\"49\"><span data-css=\"tve-u-165e64c0906\" style=\"font-family: Merriweather;\" wfd-id=\"50\">We collect your email address in order to:</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c0908\" style=\"font-weight: 400;\" wfd-id=\"47\"><span data-css=\"tve-u-165e64c0909\" style=\"font-family: Merriweather;\" wfd-id=\"48\">â€¢ Send information, respond to inquiries, and/or other requests or questions.<br>â€¢ Process orders and to send information and updates pertaining to orders<br>â€¢ Market to our mailing list or continue to send emails to our clients after the original transaction has occurred<br>To be in accordance with CANSPAM we agree to the following:<br>â€¢ NOT use false, or misleading subjects or email addresses<br>â€¢ Identify the message as an advertisement in some reasonable way<br>â€¢ Include the physical address of our business or site headquarters<br>â€¢ Monitor third party email marketing services for compliance, if one is used.<br>â€¢ Honor opt-out/unsubscribe requests quickly<br>â€¢ Allow users to unsubscribe by using the link at the bottom of each email<br>If at any time you would like to unsubscribe from receiving future emails, you can email us at<br>â€¢ Follow the instructions at the bottom of each email. and we will promptly remove you from ALL correspondence.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c090a\" style=\"font-weight: 400;\" wfd-id=\"45\"><span data-css=\"tve-u-165e64c090c\" style=\"font-family: Merriweather;\" wfd-id=\"46\">Contacting Us</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c090d\" style=\"font-weight: 400;\" wfd-id=\"43\"><span data-css=\"tve-u-165e64c090e\" style=\"font-family: Merriweather;\" wfd-id=\"44\">If there are any questions regarding this privacy policy you may contact us using the information below.<br>Blackhawk Custom, LLC.<br>825 South Kings Highway<br>Fort Pierce, FL 34945<br>United States<br>https://www.blackhawkcustom.com</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c090d\" style=\"font-weight: 400;\" wfd-id=\"41\"><span data-css=\"tve-u-165e64c090e\" style=\"font-family: Merriweather;\" wfd-id=\"42\"><br>Conditions of use:</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c090d\" style=\"font-weight: 400;\" wfd-id=\"39\"><span data-css=\"tve-u-165e64c090e\" style=\"font-family: Merriweather;\" wfd-id=\"40\">â€‹</span></span><span data-css=\"tve-u-165e64c0910\" style=\"font-family: Merriweather; font-weight: 400;\" wfd-id=\"38\">By using this website, you agree to all of our terms and conditions of the sale<br>All sales are final (See our refund policy)</span></p></div></div>\n</div>'),(3527,327,'tve_revision_tve_content_more_found',''),(3528,327,'tve_revision_tve_save_post',''),(3529,327,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Special+Elite:400&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700,300,200&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Merriweather:400,400i,700,700i&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Montserrat:400,700&subset=latin\");@media (min-width: 300px){#tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] p, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] li, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] blockquote, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] address, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] .tcb-plain-text, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] h1, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] h2, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] h3, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] h4, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] h5, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] h6 { color: rgb(255, 255, 255); }[data-css=\"tve-u-1642b667be5\"] { max-width: 1200px; float: none; width: 100%; padding: 5px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1642b32e2c2\"] { float: none; z-index: 3; position: relative; width: 100%; margin-left: auto !important; margin-right: auto !important; }#tcb_landing_page a.tve_state_hover:not(.tcb-button-link) { color: rgb(179, 144, 57); }[data-css=\"tve-u-1642b25c464\"] { padding: 5px 10px !important; background-image: none !important; }[data-css=\"tve-u-1642b20c920\"] strong { font-weight: 700 !important; }#tve_editor [data-css=\"tve-u-1642b20c920\"] { font-size: 16px !important; font-family: Montserrat !important; font-weight: 400 !important; }#tve_editor [data-css=\"tve-u-16035acf904\"] { font-size: 24px !important; font-family: \"Special Elite\" !important; font-weight: 400 !important; text-transform: capitalize !important; }.tcb-plain-text strong { font-weight: 700; }.tcb-plain-text { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page a strong { font-weight: 700; }#tcb_landing_page h6 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(0, 0, 0); font-size: 20px; }#tcb_landing_page h5 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(0, 0, 0); font-size: 24px; }#tcb_landing_page h4 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(0, 0, 0); font-size: 30px; }#tcb_landing_page a:not(.tcb-button-link) { color: rgb(0, 0, 0); text-decoration: underline; }#tcb_landing_page h3 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(0, 0, 0); font-size: 38px; line-height: 1.3em; }#tcb_landing_page h2 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(0, 0, 0); font-size: 45px; line-height: 1.3em; }#tcb_landing_page h1 { font-family: \"Special Elite\"; font-weight: 400; font-size: 50px; line-height: 1.3em; color: rgb(0, 0, 0); }#tcb_landing_page p strong, #tcb_landing_page li strong { font-weight: 700; }#tcb_landing_page p, #tcb_landing_page li { font-family: Merriweather; font-weight: 400; font-size: 17px; line-height: 1.6em; color: rgb(0, 0, 0); }[data-css=\"tve-u-15e09c94f7d\"] { background-color: rgb(0, 0, 0) !important; }#tcb_landing_page a:hover:not(.tcb-button-link) { text-decoration: none; color: rgb(179, 144, 57); }#tcb_landing_page .tve-state-hovera:not(.tcb-button-link) { text-decoration: none; }#tcb_landing_page a.tve-state-hover:not(.tcb-button-link) { text-decoration: none; }[data-css=\"tve-u-1642b6ef7e6\"]::after { clear: both; }[data-css=\"tve-u-165e6491162\"] strong { font-weight: 700 !important; }#tve_editor [data-css=\"tve-u-165e6491162\"] { font-size: 16px !important; font-family: Montserrat !important; font-weight: 400 !important; }[data-css=\"tve-u-165e6492b04\"] strong { font-weight: 700 !important; }#tve_editor [data-css=\"tve-u-165e6492b04\"] { font-size: 16px !important; font-family: Merriweather !important; font-weight: 400 !important; }[data-css=\"tve-u-1642b6ef7e6\"] p, [data-css=\"tve-u-1642b6ef7e6\"] li, [data-css=\"tve-u-1642b6ef7e6\"] blockquote, [data-css=\"tve-u-1642b6ef7e6\"] address, [data-css=\"tve-u-1642b6ef7e6\"] .tcb-plain-text, [data-css=\"tve-u-1642b6ef7e6\"] label, [data-css=\"tve-u-1642b6ef7e6\"] h1, [data-css=\"tve-u-1642b6ef7e6\"] h2, [data-css=\"tve-u-1642b6ef7e6\"] h3, [data-css=\"tve-u-1642b6ef7e6\"] h4, [data-css=\"tve-u-1642b6ef7e6\"] h5, [data-css=\"tve-u-1642b6ef7e6\"] h6 { font-weight: 400 !important; }#tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] p, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] li, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] blockquote, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] address, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] .tcb-plain-text, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] label { font-family: Merriweather; }#tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] strong { font-weight: 700; }#tcb_landing_page .tcb-plain-text { color: rgb(0, 0, 0); font-family: Merriweather; font-weight: 400; }#tcb_landing_page .tcb-button-link { font-family: Merriweather; font-weight: 400; }#tcb_landing_page input { font-family: Merriweather; font-weight: 400; }#tcb_landing_page .tcb-button-link strong { font-weight: 700; }#tcb_landing_page input strong { font-weight: 700; }#tcb_landing_page .tcb-plain-text strong { font-weight: 700; }[data-css=\"tve-u-165e64c08c2\"] { font-family: Merriweather !important; font-weight: 400 !important; }[data-css=\"tve-u-165e64c08c4\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08c5\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08c6\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08c7\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08c9\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08ca\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08cb\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08cc\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08ce\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08cf\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08d0\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08d1\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08d3\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08d4\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08d5\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08d6\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08d8\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08d9\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08da\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08db\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08dd\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08de\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08df\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08e0\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08e2\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08e3\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08e4\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08e5\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08e7\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08e8\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08e9\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08ea\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08ec\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08ed\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08ee\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08f0\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08f1\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08f2\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08f3\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08f6\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08f7\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08f8\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08f9\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08fa\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08fb\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08fc\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08fe\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08ff\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c0900\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c0901\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c0903\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c0904\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c0905\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c0906\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c0908\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c0909\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c090a\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c090c\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c090d\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c090e\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c0910\"] { font-family: Merriweather !important; font-weight: 400 !important; }[data-css=\"tve-u-165e64c08c2\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-165e64c579a\"] { font-family: Merriweather !important; font-weight: 400 !important; }[data-css=\"tve-u-165e64c579a\"] strong { font-weight: 700 !important; }#tve_editor [data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_5402f616 > a { font-family: \"Special Elite\"; font-weight: 600; fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; font-size: 18px !important; }#tve_editor [data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_13475a66 > a { font-family: \"Special Elite\"; font-weight: 600; fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; font-size: 18px !important; }#tve_editor [data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_a19cc162 > a { font-family: \"Special Elite\"; font-weight: 600; fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; font-size: 18px !important; }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_5402f616 { text-transform: capitalize; padding: 4px 15px !important; }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_13475a66 { text-transform: capitalize; padding: 4px 15px !important; }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_a19cc162 { text-transform: capitalize; padding: 4px 15px !important; }[data-css=\"tve-u-165f5ddaaa4\"] { padding: 0px !important; margin-left: auto !important; margin-right: auto !important; float: none; width: 100%; z-index: 3; position: relative; max-width: 1088px; }#tve_editor [data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_65zjXM43 > a { font-family: \"Special Elite\"; font-weight: 600; fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; font-size: 18px !important; }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_65zjXM43 { text-transform: capitalize; padding: 4px 15px !important; }#tve_editor [data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_2SmNtzRv > a { font-family: \"Special Elite\"; font-weight: 600; fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; font-size: 18px !important; }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_2SmNtzRv { text-transform: capitalize; padding: 4px 15px !important; }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_5402f616.menu-item { margin-right: 50px; }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_13475a66.menu-item { margin-right: 50px; }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_a19cc162.menu-item { margin-right: 50px; }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_65zjXM43.menu-item { margin-right: 50px; }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_2SmNtzRv.menu-item { margin-right: 50px; }#tve_editor [data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_0NaqyNWp > a { font-family: \"Source Sans Pro\"; font-weight: 600; fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; font-size: 17px !important; }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_0NaqyNWp > a { font-weight: 600 !important; }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_0NaqyNWp { text-transform: capitalize; background-color: rgb(55, 179, 233); border-radius: 2px; padding: 3px 15px !important; }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_0NaqyNWp.menu-item { margin-right: 50px; }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_ed3da1d0 > a { font-weight: 400 !important; }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_1f1477da > a { font-weight: 400 !important; }#tve_editor [data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_ed3da1d0 > a { font-family: \"Source Sans Pro\"; font-weight: 600; fill: rgb(197, 197, 197) !important; color: rgb(197, 197, 197) !important; font-size: 16px !important; }#tve_editor [data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_1f1477da > a { font-family: \"Source Sans Pro\"; font-weight: 600; fill: rgb(197, 197, 197) !important; color: rgb(197, 197, 197) !important; font-size: 16px !important; }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_13475a66 > ul { border: none; background-color: rgb(30, 30, 32) !important; }#tve_editor [data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_ed3da1d0:hover { background-color: rgb(93, 93, 93) !important; }#tve_editor [data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_1f1477da:hover { background-color: rgb(93, 93, 93) !important; }#tve_editor [data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_ed3da1d0:hover > a { fill: rgb(55, 179, 233) !important; color: rgb(55, 179, 233) !important; }#tve_editor [data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_1f1477da:hover > a { fill: rgb(55, 179, 233) !important; color: rgb(55, 179, 233) !important; }#tve_editor [data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_5402f616:hover { border-bottom: 2px solid rgb(55, 179, 233) !important; }#tve_editor [data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_13475a66:hover { border-bottom: 2px solid rgb(55, 179, 233) !important; }#tve_editor [data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_a19cc162:hover { border-bottom: 2px solid rgb(55, 179, 233) !important; }#tve_editor [data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_65zjXM43:hover { border-bottom: 2px solid rgb(55, 179, 233) !important; }#tve_editor [data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_2SmNtzRv:hover { border-bottom: 2px solid rgb(55, 179, 233) !important; }#tve_editor [data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_0NaqyNWp:hover { border-bottom: none !important; box-shadow: rgba(0, 0, 0, 0.25) 0px 8px 12px 0px !important; background-image: linear-gradient(rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.15)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_ed3da1d0 { padding: 10px 0px !important; }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_1f1477da { padding: 10px 0px !important; }}@media (max-width: 1023px){#tcb_landing_page a:not(.tcb-button-link) { color: rgb(0, 0, 0); }.tcb-plain-text { color: rgb(0, 0, 0); }#tcb_landing_page p, #tcb_landing_page li { color: rgb(0, 0, 0); }#tcb_landing_page h6 { color: rgb(0, 0, 0); }#tcb_landing_page h5 { color: rgb(0, 0, 0); }#tcb_landing_page h4 { color: rgb(0, 0, 0); }#tcb_landing_page h3 { color: rgb(0, 0, 0); }#tcb_landing_page h2 { color: rgb(0, 0, 0); }#tcb_landing_page h1 { color: rgb(0, 0, 0); }#tve_editor [data-css=\"tve-u-165f5ddaaa4\"] .tcb-icon-open > :first-child { color: rgb(255, 255, 255); }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_5402f616 { padding-top: 8px !important; padding-bottom: 8px !important; }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_a19cc162 { padding-top: 8px !important; padding-bottom: 8px !important; }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_65zjXM43 { padding-top: 8px !important; padding-bottom: 8px !important; }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_2SmNtzRv { padding-top: 8px !important; padding-bottom: 8px !important; }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_13475a66 { background-image: linear-gradient(rgb(57, 57, 57), rgb(57, 57, 57)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; padding: 8px 0px 0px !important; }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_0NaqyNWp { border-radius: 0px; padding: 8px 0px !important; margin-right: 0px !important; margin-left: 0px !important; }[data-css=\"tve-u-165f5ddaaa4\"] .tcb-icon-open { font-size: 30px; width: 30px; height: 30px; }#tve_editor [data-css=\"tve-u-165f5ddaaa4\"] .tcb-icon-close > :first-child { color: rgb(255, 255, 255); }[data-css=\"tve-u-165f5ddaaa4\"] .tcb-icon-close { font-size: 30px; width: 30px; height: 30px; margin-bottom: 10px !important; }#tve_editor [data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_0NaqyNWp > a { font-size: 18px !important; }}@media (max-width: 767px){#tve_editor [data-css=\"tve-u-16035acf904\"] { font-size: 36px !important; }#tve_editor [data-css=\"tve-u-165e6491162\"] { font-size: 15px !important; }#tve_editor [data-css=\"tve-u-165f5ddaaa4\"] .tcb-icon-open > :first-child { color: rgb(255, 255, 255); }[data-css=\"tve-u-165f5ddaaa4\"] .tcb-icon-open { font-size: 30px; width: 30px; height: 30px; }[data-css=\"tve-u-165f5ddaaa4\"] .tcb-icon-close { font-size: 30px; width: 30px; height: 30px; margin-bottom: 10px !important; }#tve_editor [data-css=\"tve-u-165f5ddaaa4\"] .tcb-icon-close > :first-child { color: rgb(255, 255, 255); }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_5402f616 { background-color: rgba(57, 57, 57, 0); padding-top: 8px !important; padding-bottom: 8px !important; }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_a19cc162 { background-color: rgba(57, 57, 57, 0); padding-top: 8px !important; padding-bottom: 8px !important; }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_65zjXM43 { background-color: rgba(57, 57, 57, 0); padding-top: 8px !important; padding-bottom: 8px !important; }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_2SmNtzRv { background-color: rgba(57, 57, 57, 0); padding-top: 8px !important; padding-bottom: 8px !important; }[data-css=\"tve-u-165f5ddaaa4\"] .tve_w_menu { background-color: rgb(57, 57, 57) !important; }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_13475a66 { padding: 8px 0px !important; }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_0NaqyNWp { border-radius: 0px; padding: 8px 0px !important; }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_ed3da1d0 { border-bottom: none; padding-bottom: 8px !important; }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_1f1477da { border-bottom: none; padding-top: 8px !important; }#tve_editor [data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_13475a66 > a { fill: rgb(55, 179, 233) !important; color: rgb(55, 179, 233) !important; }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_13475a66 > ul { border-right: none; border-bottom: none; border-left: none; border-image: initial; border-top: 1px solid rgba(0, 0, 0, 0) !important; }}'),(3530,327,'tve_revision_tve_user_custom_css',''),(3531,327,'tve_revision_tve_page_events','a:0:{}'),(3532,327,'tve_revision_tve_globals','a:2:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";s:8:\"font_cls\";a:0:{}}'),(3533,327,'tve_revision_tve_global_scripts',''),(3534,327,'tve_revision_thrive_icon_pack','0'),(3535,327,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(3536,327,'tve_revision_tve_has_masonry','0'),(3537,327,'tve_revision_tve_has_typefocus','0'),(3538,327,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-custom-menu-inside\" data-css=\"tve-u-1642b667be5\" style=\"z-index: 8;\" wfd-id=\"33\">\n<div class=\"tve-content-box-background\" wfd-id=\"133\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1642b6ef7e6\" style=\"z-index: 8;\" wfd-id=\"34\"><div class=\"thrv_wrapper thrv_widget_menu tve-custom-menu-upgrade tve-mobile-dropdown  tve-menu-style-none tve-mobile-icon-style_3 tve-dropdown-icon-style_1\" data-tve-style=\"tve_horizontal\" data-tve-switch-icon=\"tablet,mobile\" data-css=\"tve-u-165f5ddaaa4\" tcb-template-name=\"Shadow Dark\" tcb-template-id=\"28115\" data-ct=\"menu-28115\" style=\"\" wfd-id=\"108\">	<div class=\"thrive-shortcode-config\" style=\"display: none !important\" wfd-id=\"132\">__CONFIG_widget_menu__{\"menu_id\":\"custom\",\"color\":\"tve_red\",\"dir\":\"tve_horizontal\",\"font_class\":\"\",\"font_size\":\"\",\"ul_attr\":\"\",\"link_attr\":\"\",\"top_link_attr\":\"\",\"trigger_attr\":\"\",\"primary\":\"\",\"head_css\":\"\",\"background_hover\":\"\",\"main_hover\":\"\",\"child_hover\":\"\",\"group_edit\":[{\"css_id\":null,\"class\":\"\"},{\"css_id\":null,\"class\":\"\"},{\"css_id\":null,\"class\":\"\"},{\"css_id\":null,\"class\":\"\"},{\"css_id\":null,\"class\":\"\"},{\"css_id\":null,\"class\":\"\"},{\"css_id\":null,\"class\":\"\"},{\"css_id\":null,\"class\":\"\"}],\"menu_style\":\"none\",\"dropdown_icon\":\"style_1\",\"mobile_side\":\"\",\"mobile_icon\":\"style_3\",\"switch_to_icon\":\"tablet,mobile\",\"template\":\"28115\",\"template_name\":\"Shadow Dark\"}__CONFIG_widget_menu__</div>\n<div class=\"thrive-shortcode-html tve-menu-custom-type thrive-shortcode-html-editable tve-custom-menu-type tve_clearfix\" style=\"z-index: 8;\" wfd-id=\"109\">\n<a class=\"tve-m-trigger t_tve_horizontal tve_red\" href=\"javascript:void(0)\"><div class=\"thrv_wrapper thrv_icon tcb-icon-open tve-trigger-active\" data-not-changeable=\"true\" data-selector=\"[data-css=&quot;tve-u-165f5ddaaa4&quot;] .tcb-icon-open\" wfd-id=\"131\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"align-justify\"><g><rect x=\"8\" y=\"10.1\" class=\"st0\" width=\"16\" height=\"2\"></rect><rect x=\"8\" y=\"15\" class=\"st0\" width=\"16\" height=\"2\"></rect><rect x=\"8\" y=\"19.9\" class=\"st0\" width=\"16\" height=\"2\"></rect><path class=\"st0\" d=\"M0,0v32h32V0H0z M30,30H2V2h28V30z\"></path></g></svg></div><div class=\"thrv_wrapper thrv_icon tcb-icon-close\" data-not-changeable=\"true\" data-selector=\"[data-css=&quot;tve-u-165f5ddaaa4&quot;] .tcb-icon-close\" wfd-id=\"130\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"close\"><g><path class=\"st0\" d=\"M0,0v32h32V0H0z M30,30H2V2h28V30z\"></path><polygon class=\"st0\" points=\"11.1,22.4 16,17.4 21,22.4 22.4,21 17.4,16 22.4,11.1 21,9.6 16,14.6 11.1,9.6 9.6,11.1 14.6,16 9.6,21 \"></polygon></g></svg></div></a><ul id=\"menu-main-menu\" class=\"tve_w_menu tve_horizontal tve-m-collapsed\" style=\"z-index: 6;\" wfd-id=\"110\"><li id=\"tcb_custom_menu_5402f616\" class=\"menu-item menu-item-type-post_type menu-item-object-page thrv_wrapper thrv-menu-item-element thrv-custom-menu-item\" data-selector=\"[data-css=&quot;tve-u-165f5ddaaa4&quot;] #tcb_custom_menu_5402f616\" data-tcb_hover_state_parent=\"\" wfd-id=\"127\"><a href=\"https://bestcerakoteflorida.com/\"><span class=\"tve-disabled-text-inner\" wfd-id=\"129\">HOME</span><span class=\"tve-disabled-text-inner tve-item-dropdown-trigger\" wfd-id=\"128\"></span></a></li><li id=\"tcb_custom_menu_13475a66\" class=\"menu-item menu-item-type-post_type menu-item-object-page thrv_wrapper thrv-menu-item-element thrv-custom-menu-item menu-item-has-children tcb-excluded-from-group-item\" data-selector=\"[data-css=&quot;tve-u-165f5ddaaa4&quot;] #tcb_custom_menu_13475a66\" data-tcb_hover_state_parent=\"\" wfd-id=\"123\"><a href=\"\"><span class=\"tve-disabled-text-inner\" wfd-id=\"126\">NAV#2</span><span class=\"tve-disabled-text-inner tve-item-dropdown-trigger\" wfd-id=\"125\"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"tve-dropdown-icon-up\" viewBox=\"0 0 320 512\"><path d=\"M151.5 347.8L3.5 201c-4.7-4.7-4.7-12.3 0-17l19.8-19.8c4.7-4.7 12.3-4.7 17 0L160 282.7l119.7-118.5c4.7-4.7 12.3-4.7 17 0l19.8 19.8c4.7 4.7 4.7 12.3 0 17l-148 146.8c-4.7 4.7-12.3 4.7-17 0z\"></path></svg><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"tve-dropdown-icon-down\" viewBox=\"0 0 320 512\"><path d=\"M168.5 164.2l148 146.8c4.7 4.7 4.7 12.3 0 17l-19.8 19.8c-4.7 4.7-12.3 4.7-17 0L160 229.3 40.3 347.8c-4.7 4.7-12.3 4.7-17 0L3.5 328c-4.7-4.7-4.7-12.3 0-17l148-146.8c4.7-4.7 12.3-4.7 17 0z\"></path></svg></span></a><ul class=\"sub-menu tve_empty_dropzone\" data-selector=\"[data-css=&quot;tve-u-165f5ddaaa4&quot;] #tcb_custom_menu_13475a66 > ul\"><li id=\"tcb_custom_menu_ed3da1d0\" class=\"menu-item menu-item-type-post_type menu-item-object-page thrv_wrapper thrv-menu-item-element thrv-custom-menu-item tcb-excluded-from-group-item\" data-selector=\"[data-css=&quot;tve-u-165f5ddaaa4&quot;] #tcb_custom_menu_ed3da1d0\" data-tcb_hover_state_parent=\"\"><a href=\"\"><span class=\"tve-disabled-text-inner\">SUB-NAV#1</span><span class=\"tve-disabled-text-inner tve-item-dropdown-trigger\"></span></a></li><li id=\"tcb_custom_menu_1f1477da\" class=\"menu-item menu-item-type-post_type menu-item-object-page thrv_wrapper thrv-menu-item-element thrv-custom-menu-item\" data-selector=\"[data-css=&quot;tve-u-165f5ddaaa4&quot;] #tcb_custom_menu_1f1477da\" data-tcb_hover_state_parent=\"\"><a href=\"\"><span class=\"tve-disabled-text-inner\">SUB-NAV#2</span><span class=\"tve-disabled-text-inner tve-item-dropdown-trigger\"></span></a></li></ul></li><li id=\"tcb_custom_menu_a19cc162\" class=\"menu-item menu-item-type-post_type menu-item-object-page thrv_wrapper thrv-menu-item-element thrv-custom-menu-item\" data-selector=\"[data-css=&quot;tve-u-165f5ddaaa4&quot;] #tcb_custom_menu_a19cc162\" data-tcb_hover_state_parent=\"\" wfd-id=\"120\"><a href=\"\"><span class=\"tve-disabled-text-inner\" wfd-id=\"122\">NAV#3</span><span class=\"tve-disabled-text-inner tve-item-dropdown-trigger\" wfd-id=\"121\"></span></a></li><li id=\"tcb_custom_menu_65zjXM43\" class=\"menu-item menu-item-type-post_type menu-item-object-page thrv_wrapper thrv-menu-item-element thrv-custom-menu-item\" data-selector=\"[data-css=&quot;tve-u-165f5ddaaa4&quot;] #tcb_custom_menu_65zjXM43\" data-tcb_hover_state_parent=\"\" wfd-id=\"117\"><a href=\"\"><span class=\"tve-disabled-text-inner\" wfd-id=\"119\">NAV#4</span><span class=\"tve-disabled-text-inner tve-item-dropdown-trigger\" wfd-id=\"118\"></span></a></li><li id=\"tcb_custom_menu_2SmNtzRv\" class=\"menu-item menu-item-type-post_type menu-item-object-page thrv_wrapper thrv-menu-item-element thrv-custom-menu-item\" data-selector=\"[data-css=&quot;tve-u-165f5ddaaa4&quot;] #tcb_custom_menu_2SmNtzRv\" data-tcb_hover_state_parent=\"\" wfd-id=\"114\"><a href=\"\"><span class=\"tve-disabled-text-inner\" wfd-id=\"116\">NAV#5</span><span class=\"tve-disabled-text-inner tve-item-dropdown-trigger\" wfd-id=\"115\"></span></a></li><li id=\"tcb_custom_menu_0NaqyNWp\" class=\"menu-item menu-item-type-post_type menu-item-object-page thrv_wrapper thrv-menu-item-element thrv-custom-menu-item tcb-excluded-from-group-item active-expand-children\" data-selector=\"[data-css=&quot;tve-u-165f5ddaaa4&quot;] #tcb_custom_menu_0NaqyNWp\" data-tcb_hover_state_parent=\"\" wfd-id=\"111\"><a href=\"https://bestcerakoteflorida.com/cart/\"><span class=\"tve-disabled-text-inner\" wfd-id=\"113\">CART</span><span class=\"tve-disabled-text-inner tve-item-dropdown-trigger\" wfd-id=\"112\"></span></a></li></ul></div>	</div><div class=\"thrv_wrapper thrv_heading\" style=\"\" data-tag=\"h1\" data-css=\"tve-u-1642b32e2c2\" wfd-id=\"105\"><h1 data-css=\"tve-u-16035acf904\" style=\"text-align: center;\"><strong>Privacy</strong></h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" data-css=\"tve-u-1642b25c464\" wfd-id=\"35\"><p data-css=\"tve-u-165e6491162\"><span data-css=\"tve-u-165e64c579a\" style=\"font-family: Merriweather; font-weight: 400;\" wfd-id=\"104\">Privacy Policy</span></p><p data-css=\"tve-u-165e6492b04\"><span data-css=\"tve-u-165e64c08c2\" style=\"font-family: Merriweather; font-weight: 400;\" wfd-id=\"103\">What personal information do we collect from the people that visit our blog, website or app?<br>When ordering or registering on our site, as appropriate, you may be asked to enter your name, email address, mailing address, phone number, credit card information or other details to help you with your experience.</span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08c4\" style=\"font-weight: 400;\" wfd-id=\"101\"><span data-css=\"tve-u-165e64c08c5\" style=\"font-family: Merriweather;\" wfd-id=\"102\">When do we collect information?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08c6\" style=\"font-weight: 400;\" wfd-id=\"99\"><span data-css=\"tve-u-165e64c08c7\" style=\"font-family: Merriweather;\" wfd-id=\"100\">We collect information from you when you register on our site, place an order, subscribe to a newsletter, respond to a survey, fill out a form or enter information on our site.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08c9\" style=\"font-weight: 400;\" wfd-id=\"97\"><span data-css=\"tve-u-165e64c08ca\" style=\"font-family: Merriweather;\" wfd-id=\"98\">How do we use your information?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08cb\" style=\"font-weight: 400;\" wfd-id=\"95\"><span data-css=\"tve-u-165e64c08cc\" style=\"font-family: Merriweather;\" wfd-id=\"96\">We may use the information we collect from you when you register, make a purchase, sign up for our newsletter, respond to a survey or marketing communication, surf the website, or use certain other site features in the following ways:<br>â€¢ To personalize user\'s experience and to allow us to deliver the type of content and product offerings in which you are most interested.<br>â€¢ To improve our website in order to better serve you.<br>â€¢ To allow us to better service you in responding to your customer service requests.<br>â€¢ To administer a contest, promotion, survey or other site feature.<br>â€¢ To quickly process your transactions.<br>â€¢ To send periodic emails regarding your order or other products and services.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08ce\" style=\"font-weight: 400;\" wfd-id=\"93\"><span data-css=\"tve-u-165e64c08cf\" style=\"font-family: Merriweather;\" wfd-id=\"94\">How do we protect visitor information?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08d0\" style=\"font-weight: 400;\" wfd-id=\"91\"><span data-css=\"tve-u-165e64c08d1\" style=\"font-family: Merriweather;\" wfd-id=\"92\">Our website is scanned on a regular basis for security holes and known vulnerabilities in order to make your visit to our site as safe as possible.<br>We use regular Malware Scanning.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08d3\" style=\"font-weight: 400;\" wfd-id=\"89\"><span data-css=\"tve-u-165e64c08d4\" style=\"font-family: Merriweather;\" wfd-id=\"90\">Your personal information is contained behind secured networks and is only accessible by a limited number of persons who have special access rights to such systems, and are required to keep the information confidential. In addition, all sensitive/credit information you supply is encrypted via Secure Socket Layer (SSL) technology.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08d5\" style=\"font-weight: 400;\" wfd-id=\"87\"><span data-css=\"tve-u-165e64c08d6\" style=\"font-family: Merriweather;\" wfd-id=\"88\">We implement a variety of security measures when a user places an order, enters, submits, or accesses their information to maintain the safety of your personal information.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08d8\" style=\"font-weight: 400;\" wfd-id=\"85\"><span data-css=\"tve-u-165e64c08d9\" style=\"font-family: Merriweather;\" wfd-id=\"86\">All transactions are processed through a gateway provider and are not stored or processed on our servers.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08da\" style=\"font-weight: 400;\" wfd-id=\"83\"><span data-css=\"tve-u-165e64c08db\" style=\"font-family: Merriweather;\" wfd-id=\"84\">Do we use \'cookies\'?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08dd\" style=\"font-weight: 400;\" wfd-id=\"81\"><span data-css=\"tve-u-165e64c08de\" style=\"font-family: Merriweather;\" wfd-id=\"82\">Yes. Cookies are small files that a site or its service provider transfers to your computer\'s hard drive through your Web browser (if you allow) that enable the site\'s or service provider\'s systems to recognize your browser and capture and remember certain information. For instance, we use cookies to help us remember and process the items in your shopping cart. They are also used to help us understand your preferences based on previous or current site activity, which enables us to provide you with improved services. We also use cookies to help us compile aggregate data about site traffic and site interaction so that we can offer better site experiences and tools in the future.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08df\" style=\"font-weight: 400;\" wfd-id=\"79\"><span data-css=\"tve-u-165e64c08e0\" style=\"font-family: Merriweather;\" wfd-id=\"80\">We use cookies to:</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08e2\" style=\"font-weight: 400;\" wfd-id=\"77\"><span data-css=\"tve-u-165e64c08e3\" style=\"font-family: Merriweather;\" wfd-id=\"78\">â€¢ Help remember and process the items in the shopping cart.<br>â€¢ Understand and save user\'s preferences for future visits.<br>You can choose to have your computer warn you each time a cookie is being sent, or you can choose to turn off all cookies. You do this through your browser (like Internet Explorer) settings. Each browser is a little different, so look at your browser\'s Help menu to learn the correct way to modify your cookies.<br>If users disable cookies in their browser:<br>If you turn off cookies, some features will be disabled. However, you can still place orders for<br>saved items in your shopping cart over the telephone by contacting customer service.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08e4\" style=\"font-weight: 400;\" wfd-id=\"75\"><span data-css=\"tve-u-165e64c08e5\" style=\"font-family: Merriweather;\" wfd-id=\"76\">Third Party Disclosure</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08e7\" style=\"font-weight: 400;\" wfd-id=\"73\"><span data-css=\"tve-u-165e64c08e8\" style=\"font-family: Merriweather;\" wfd-id=\"74\">We do not sell, trade, or otherwise transfer to outside parties your personally identifiable information.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08e9\" style=\"font-weight: 400;\" wfd-id=\"71\"><span data-css=\"tve-u-165e64c08ea\" style=\"font-family: Merriweather;\" wfd-id=\"72\">Third party links</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08ec\" style=\"font-weight: 400;\" wfd-id=\"69\"><span data-css=\"tve-u-165e64c08ed\" style=\"font-family: Merriweather;\" wfd-id=\"70\">Occasionally, at our discretion, we may include or offer third party products or services on our website. These third party sites have separate and independent privacy policies. We therefore have no responsibility or liability for the content and activities of these linked sites. Nonetheless, we seek to protect the integrity of our site and welcome any feedback about these sites.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08ee\" style=\"font-weight: 400;\" wfd-id=\"67\"><span data-css=\"tve-u-165e64c08f0\" style=\"font-family: Merriweather;\" wfd-id=\"68\">Google</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08f1\" style=\"font-weight: 400;\" wfd-id=\"65\"><span data-css=\"tve-u-165e64c08f2\" style=\"font-family: Merriweather;\" wfd-id=\"66\">Google\'s advertising requirements can be summed up by Google\'s Advertising Principles. They are put in place to provide a positive experience for users. https://support.google.com/adwordspolicy/answer/1316548?hl=en<br>Opting out:<br>Users can set preferences for how Google advertises to you using the Google Ad Settings page. Alternatively, you can opt out by visiting the Network Advertising initiative opt out page or permanently using the Google Analytics Opt Out Browser add on.<br>California Online Privacy Protection Act<br>CalOPPA is the first state law in the nation to require commercial websites and online services to post a privacy policy. The law\'s reach stretches well beyond California to require a person or company in the United States (and conceivably the world) that operates websites collecting personally identifiable information from California consumers to post a conspicuous privacy policy on its website stating exactly the information being collected and those individuals with whom it is being shared, and to comply with this policy.<br>See more at: http://consumercal.org/california-online-privacy-protection-act-caloppa/#sthash.0FdRbT51.dpuf<br>According to CalOPPA we agree to the following:<br>Users can visit our site anonymously<br>Once this privacy policy is created, we will add a link to it on our home page, or as a minimum on the first significant page after entering our website.<br>Our Privacy Policy link includes the word \'Privacy\', and can be easily be found on the page specified above.<br>Users will be notified of any privacy policy changes:<br>â€¢ On our Privacy Policy Page<br>Users are able to change their personal information:<br>â€¢ By emailing us<br>â€¢ By calling us</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08f3\" style=\"font-weight: 400;\" wfd-id=\"63\"><span data-css=\"tve-u-165e64c08f6\" style=\"font-family: Merriweather;\" wfd-id=\"64\">How does our site handle do not track signals?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08f7\" style=\"font-weight: 400;\" wfd-id=\"61\"><span data-css=\"tve-u-165e64c08f8\" style=\"font-family: Merriweather;\" wfd-id=\"62\">We honor do not track signals and do not track, plant cookies, or use advertising when a Do Not Track (DNT) browser mechanism is in place.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08f9\" style=\"font-weight: 400;\" wfd-id=\"59\"><span data-css=\"tve-u-165e64c08fa\" style=\"font-family: Merriweather;\" wfd-id=\"60\">Does our site allow third party behavioral tracking?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08fb\" style=\"font-weight: 400;\" wfd-id=\"57\"><span data-css=\"tve-u-165e64c08fc\" style=\"font-family: Merriweather;\" wfd-id=\"58\">It\'s also important to note that we do not allow third party behavioral tracking<br>COPPA (Children Online Privacy Protection Act)<br>When it comes to the collection of personal information from children under 13, the Children\'s Online Privacy Protection Act (COPPA) puts parents in control. The Federal Trade Commission, the nation\'s consumer protection agency, enforces the COPPA Rule, which spells out what operators of websites and online services must do to protect children\'s privacy and safety online.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08fe\" style=\"font-weight: 400;\" wfd-id=\"55\"><span data-css=\"tve-u-165e64c08ff\" style=\"font-family: Merriweather;\" wfd-id=\"56\">We do not specifically market to children under 13.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c0900\" style=\"font-weight: 400;\" wfd-id=\"53\"><span data-css=\"tve-u-165e64c0901\" style=\"font-family: Merriweather;\" wfd-id=\"54\">Fair Information Practices</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c0903\" style=\"font-weight: 400;\" wfd-id=\"51\"><span data-css=\"tve-u-165e64c0904\" style=\"font-family: Merriweather;\" wfd-id=\"52\">The Fair Information Practices Principles form the backbone of privacy law in the United States and the concepts they include have played a significant role in the development of data protection laws around the globe. Understanding the Fair Information Practice Principles and how they should be implemented is critical to comply with the various privacy laws that protect personal information.<br>In order to be in line with Fair Information Practices we will take the following responsive action, should a data breach occur:<br>â€¢ Within 7 business days<br>We will notify the users via in site notification<br>â€¢ Within 7 business days<br>We also agree to the individual redress principle, which requires that individuals have a right to pursue legally enforceable rights against data collectors and processors who fail to adhere to the law. This principle requires not only that individuals have enforceable rights against data users, but also that individuals have recourse to courts or a government agency to investigate and/or prosecute non-compliance by data processors.<br>CAN SPAM Act<br>The CAN-SPAM Act is a law that sets the rules for commercial email, establishes requirements for commercial messages, gives recipients the right to have emails stopped from being sent to them, and spells out tough penalties for violations.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c0905\" style=\"font-weight: 400;\" wfd-id=\"49\"><span data-css=\"tve-u-165e64c0906\" style=\"font-family: Merriweather;\" wfd-id=\"50\">We collect your email address in order to:</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c0908\" style=\"font-weight: 400;\" wfd-id=\"47\"><span data-css=\"tve-u-165e64c0909\" style=\"font-family: Merriweather;\" wfd-id=\"48\">â€¢ Send information, respond to inquiries, and/or other requests or questions.<br>â€¢ Process orders and to send information and updates pertaining to orders<br>â€¢ Market to our mailing list or continue to send emails to our clients after the original transaction has occurred<br>To be in accordance with CANSPAM we agree to the following:<br>â€¢ NOT use false, or misleading subjects or email addresses<br>â€¢ Identify the message as an advertisement in some reasonable way<br>â€¢ Include the physical address of our business or site headquarters<br>â€¢ Monitor third party email marketing services for compliance, if one is used.<br>â€¢ Honor opt-out/unsubscribe requests quickly<br>â€¢ Allow users to unsubscribe by using the link at the bottom of each email<br>If at any time you would like to unsubscribe from receiving future emails, you can email us at<br>â€¢ Follow the instructions at the bottom of each email. and we will promptly remove you from ALL correspondence.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c090a\" style=\"font-weight: 400;\" wfd-id=\"45\"><span data-css=\"tve-u-165e64c090c\" style=\"font-family: Merriweather;\" wfd-id=\"46\">Contacting Us</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c090d\" style=\"font-weight: 400;\" wfd-id=\"43\"><span data-css=\"tve-u-165e64c090e\" style=\"font-family: Merriweather;\" wfd-id=\"44\">If there are any questions regarding this privacy policy you may contact us using the information below.<br>Blackhawk Custom, LLC.<br>825 South Kings Highway<br>Fort Pierce, FL 34945<br>United States<br>https://www.blackhawkcustom.com</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c090d\" style=\"font-weight: 400;\" wfd-id=\"41\"><span data-css=\"tve-u-165e64c090e\" style=\"font-family: Merriweather;\" wfd-id=\"42\"><br>Conditions of use:</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c090d\" style=\"font-weight: 400;\" wfd-id=\"39\"><span data-css=\"tve-u-165e64c090e\" style=\"font-family: Merriweather;\" wfd-id=\"40\">â€‹</span></span><span data-css=\"tve-u-165e64c0910\" style=\"font-family: Merriweather; font-weight: 400;\" wfd-id=\"38\">By using this website, you agree to all of our terms and conditions of the sale<br>All sales are final (See our refund policy)</span></p></div></div>\n</div>'),(3539,327,'tve_revision_tve_has_wistia_popover','0'),(3540,328,'_edit_last','1'),(3541,328,'thrive_ab_traffic','100'),(3542,328,'is_control','1'),(3543,328,'thrive_ab_status','published'),(3544,328,'_edit_lock','1551983424:1'),(3545,329,'tve_revision_tve_landing_page',''),(3546,329,'tve_revision_tve_disable_theme_dependency',''),(3547,329,'tve_revision_tve_content_before_more',''),(3548,329,'tve_revision_tve_content_more_found',''),(3549,329,'tve_revision_tve_save_post',''),(3550,329,'tve_revision_tve_custom_css',''),(3551,329,'tve_revision_tve_user_custom_css',''),(3552,329,'tve_revision_tve_page_events',''),(3553,329,'tve_revision_tve_globals',''),(3554,329,'tve_revision_tve_global_scripts',''),(3555,329,'tve_revision_thrive_icon_pack',''),(3556,329,'tve_revision_thrive_tcb_post_fonts',''),(3557,329,'tve_revision_tve_has_masonry',''),(3558,329,'tve_revision_tve_has_typefocus',''),(3559,329,'tve_revision_tve_updated_post',''),(3560,329,'tve_revision_tve_has_wistia_popover',''),(3561,328,'site-sidebar-layout','default'),(3562,328,'site-content-layout','default'),(3563,328,'stick-header-meta','default'),(3564,328,'theme-transparent-header-meta','default'),(4453,428,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16369563890\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1636956410b\" data-clip-id=\"ebde87302d0be\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1636955fbd2\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160dbb50aca\" data-float=\"1\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-160db84bfac\" data-clip-id=\"eb17500f3af4b\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-eb17500f3af4b\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"divider\" pointer-width=\"100\" pointer-height=\"25\" style=\"zigzag\"><polygon points=\"0 0, 0 0.75, 0.5 1, 1 0.75,  1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-eb17500f3af4b\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"divider\" pointer-width=\"100\" pointer-height=\"25\" style=\"zigzag\"><polygon points=\"0 0, 0 0.75, 0.5 1, 1 0.75,  1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-eb17500f3af4b\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"pointer\" pointer-width=\"100\" pointer-height=\"15\" style=\"\" clip-path=\"url(#clip-mobile-top-eb17500f3af4b)\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 0 1, 0.5 0.85, 1 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-top-eb17500f3af4b\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"none\" pointer-width=\"5\" pointer-height=\"5\" style=\"zigzag\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160db85dabe\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1635e6448aa\"><h4 style=\"text-align: center;\"><strong>Your<br>&nbsp;â‰‘ &nbsp; &nbsp; &nbsp;Company Name &nbsp; &nbsp; &nbsp;â‰‘</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1635e5cbf37\"><div class=\"tcb-flex-row tcb--cols--2 v-2 m-edit tcb-mobile-wrap tcb-resized tcb-row-reversed-mobile\" data-css=\"tve-u-1635e5cc2d9\"><div class=\"tcb-flex-col\" data-css=\"tve-u-16363739cd6\" style=\"\"><div class=\"tcb-col tve_empty_dropzone\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tcb-mobile-hidden\" data-css=\"tve-u-1635e5cd7c0\" style=\"\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1635e5d9ba1\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display tcb-mobile-hidden\" data-css=\"tve-u-160db6dd8cd\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 16 28\" data-name=\"map-marker\">\n<path d=\"M12 10c0-2.203-1.797-4-4-4s-4 1.797-4 4 1.797 4 4 4 4-1.797 4-4zM16 10c0 0.953-0.109 1.937-0.516 2.797l-5.688 12.094c-0.328 0.688-1.047 1.109-1.797 1.109s-1.469-0.422-1.781-1.109l-5.703-12.094c-0.406-0.859-0.516-1.844-0.516-2.797 0-4.422 3.578-8 8-8s8 3.578 8 8z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160df4565d1\"><p>Your&nbsp; Adress Goes Here</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-16363739d27\" style=\"\"><div class=\"tcb-col tve_empty_dropzone\"><div class=\"tcb-clear\" data-css=\"tve-u-16363c02cf7\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1635e5ffa41\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1635e5d9ba1\"><div class=\"tcb-clear\" data-css=\"tve-u-163637c7e1e\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1635e65c044\" data-float=\"1\"><svg class=\"tcb-icon\" viewBox=\"0 0 22 28\" data-name=\"phone\">\n<path d=\"M22 19.375c0 0.562-0.25 1.656-0.484 2.172-0.328 0.766-1.203 1.266-1.906 1.656-0.922 0.5-1.859 0.797-2.906 0.797-1.453 0-2.766-0.594-4.094-1.078-0.953-0.344-1.875-0.766-2.734-1.297-2.656-1.641-5.859-4.844-7.5-7.5-0.531-0.859-0.953-1.781-1.297-2.734-0.484-1.328-1.078-2.641-1.078-4.094 0-1.047 0.297-1.984 0.797-2.906 0.391-0.703 0.891-1.578 1.656-1.906 0.516-0.234 1.609-0.484 2.172-0.484 0.109 0 0.219 0 0.328 0.047 0.328 0.109 0.672 0.875 0.828 1.188 0.5 0.891 0.984 1.797 1.5 2.672 0.25 0.406 0.719 0.906 0.719 1.391 0 0.953-2.828 2.344-2.828 3.187 0 0.422 0.391 0.969 0.609 1.344 1.578 2.844 3.547 4.813 6.391 6.391 0.375 0.219 0.922 0.609 1.344 0.609 0.844 0 2.234-2.828 3.187-2.828 0.484 0 0.984 0.469 1.391 0.719 0.875 0.516 1.781 1 2.672 1.5 0.313 0.156 1.078 0.5 1.188 0.828 0.047 0.109 0.047 0.219 0.047 0.328z\"></path>\n</svg></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16363599740\"><p style=\"text-align: right;\">0364 - 300 - 946</p></div></div>\n</div></div></div></div></div></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160dbcafa88\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160dbcbc7a4\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-160dbcd54ac\" data-tag=\"h3\"><h3 style=\"text-align: center;\">This is the place to create your</h3></div><div class=\"thrv_wrapper thrv_heading tve_evt_manager_listen tve_et_tve-viewport tve_ea_thrive_animation tve_anim_slide_top\" data-css=\"tve-u-160dbcd2c5b\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_top&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" data-tag=\"h1\"><h1 style=\"text-align: center;\">Best Memories</h1></div><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-160dbceed3d\" data-tcb_hover_state_parent=\"\">\n<a href=\"\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-160dbe24f38\"><strong>Make a reservation now</strong></span></span>\n</a>\n</div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1635e6aad72\">\n<div class=\"tve-page-section-out\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1635e6b4c72\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160df4eae6d\" style=\"\"><div class=\"tcb-flex-row tcb-medium-wrap tcb-resized tcb--cols--2\" data-css=\"tve-u-160df4bedf0\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1635e9cce4d\" style=\"\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160df8c3360\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1635e97f913\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1635eadb72e\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1636292fe99\"><h4>A short story about us</h4></div><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-160df8deee2\" data-tag=\"h2\"><h2>Welcome</h2></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-163629240b8\"><p>Our vision is simple: create an environment of excitement and wonder.</p><p><br></p><p>We provide you with the fresh feeling that you need in summer and the cozyness you long for in winter.</p><p><br></p><p>We create the best experiences for you to share with friends.</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1635e9cce8b\" style=\"\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160e5adb400\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160df4c6424\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-160df4db074\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160df4f4d0e\"><div class=\"tcb-clear\" data-css=\"tve-u-160df52e534\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160df51ca21\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-160df50b366\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160df519447\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1635eaf037e\"><h6 class=\"\" data-css=\"tve-u-1635ef4f76c\" style=\"text-align: center;\"><strong>weâ€™re open from:</strong></h6></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160df6a2fe0\"><div class=\"tcb-flex-row tcb--cols--2 v-2\" data-css=\"tve-u-160df6a3578\"><div class=\"tcb-flex-col\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160df6d53e3\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160df709fbf\"><p>Mo-Fr <strong>3Pm</strong> to <strong>4Am</strong></p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160df6d74f4\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160df711140\"><p>Sa-Su <strong>12Pm</strong> to <strong>4Am</strong></p></div></div></div></div></div></div>\n</div></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-160e4c55d27\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-160e4c34c93\" data-clip-id=\"35e31e95c7382\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-35e31e95c7382\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" pointer-width=\"100\" pointer-height=\"47\" style=\"zigzag\" decoration-type=\"none\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-35e31e95c7382\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" pointer-width=\"100\" pointer-height=\"47\" style=\"zigzag\" decoration-type=\"none\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-35e31e95c7382\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" pointer-width=\"100\" pointer-height=\"47\" style=\"zigzag\" decoration-type=\"none\" clip-path=\"url(#clip-mobile-top-35e31e95c7382)\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-top-35e31e95c7382\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" pointer-width=\"100\" pointer-height=\"22\" style=\"zigzag\" decoration-type=\"none\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-160e4c24b1a\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-160e4c824a2\" data-tag=\"h3\"><h3 data-css=\"tve-u-163630c7fc7\" style=\"text-align: center;\">Why Youâ€™ll <strong>Love</strong> our pub</h3></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160e4dadf9c\" style=\"\"><div class=\"tcb-flex-row tcb--cols--3 tcb-medium-wrap v-2\" data-css=\"tve-u-160e4da55bb\"><div class=\"tcb-flex-col\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160e52014b5\" data-tcb_hover_state_parent=\"\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1635efec9fa\" data-float=\"1\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1635f098c8e\" data-tcb_hover_state_parent=\"1\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16363231ead\"></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160eb218e4e\" data-float=\"1\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-160eb214b56\" data-clip-id=\"a182d7c321313\" data-tcb_hover_state_parent=\"1\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-a182d7c321313\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"pointer\" pointer-width=\"100\" pointer-height=\"36\" style=\"zigzag\"><polygon points=\"0 0, 0 0.64, 0.5 1, 1 0.64,  1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-a182d7c321313\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"none\" pointer-width=\"100\" pointer-height=\"36\" style=\"zigzag\" clip-path=\"url(#clip-tablet-top-a182d7c321313)\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-top-a182d7c321313\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"divider\" pointer-width=\"100\" pointer-height=\"22\" style=\"zigzag\"><polygon points=\"0 1, 1 1,1 0.22, 0.5 0, 0 0.22, 0 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-a182d7c321313\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"none\" pointer-width=\"100\" pointer-height=\"36\" style=\"zigzag\" clip-path=\"url(#clip-mobile-top-a182d7c321313)\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-top-a182d7c321313\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"divider\" pointer-width=\"100\" pointer-height=\"22\" style=\"zigzag\"><polygon points=\"0 1, 1 1,1 0.22, 0.5 0, 0 0.22, 0 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160eb1a09e2\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1635ef71519\"><p data-css=\"tve-u-160e4fd114b\" style=\"text-align: center;\">&nbsp;original</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160e501c0b4\"><p data-css=\"tve-u-160e4fe84a1\" style=\"text-align: center;\"><span data-css=\"tve-u-160e4fe6187\" style=\"font-weight: 400; font-family: &quot;Kaushan Script&quot;;\">drinks</span></p></div></div>\n</div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160e5276a5e\" data-tcb_hover_state_parent=\"\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-163628d68f3\" data-float=\"1\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1635f073915\" data-tcb_hover_state_parent=\"1\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16363235afe\"></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160eb2222a0\" data-float=\"1\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-160eb1d9ffb\" data-clip-id=\"cb4c420ba2143\" data-tcb_hover_state_parent=\"1\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-cb4c420ba2143\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"pointer\" pointer-width=\"100\" pointer-height=\"36\" style=\"zigzag\"><polygon points=\"0 0, 0 0.64, 0.5 1, 1 0.64,  1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-cb4c420ba2143\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"none\" pointer-width=\"100\" pointer-height=\"36\" style=\"zigzag\" clip-path=\"url(#clip-tablet-top-cb4c420ba2143)\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-top-cb4c420ba2143\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"divider\" pointer-width=\"100\" pointer-height=\"22\" style=\"zigzag\"><polygon points=\"0 1, 1 1,1 0.22, 0.5 0, 0 0.22, 0 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-cb4c420ba2143\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"none\" pointer-width=\"100\" pointer-height=\"36\" style=\"zigzag\" clip-path=\"url(#clip-mobile-top-cb4c420ba2143)\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-top-cb4c420ba2143\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"divider\" pointer-width=\"100\" pointer-height=\"22\" style=\"zigzag\"><polygon points=\"0 1, 1 1,1 0.22, 0.5 0, 0 0.22, 0 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160eb1a09e2\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1635ef72920\"><p data-css=\"tve-u-160e4fd114b\" style=\"text-align: center;\">&nbsp;tasty</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160e501c0b4\"><p data-css=\"tve-u-160e4fe84a1\" style=\"text-align: center;\"><span data-css=\"tve-u-160e4fe6187\" style=\"font-weight: 400; font-family: &quot;Kaushan Script&quot;;\">food</span></p></div></div>\n</div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160e52fbe2f\" data-tcb_hover_state_parent=\"\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1635f0a8c87\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1635f0b76b1\" data-tcb_hover_state_parent=\"1\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-1635f010773\"></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160eb0e8e90\" data-float=\"1\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-160eb0d7fac\" data-clip-id=\"dd364f1962bc7\" data-tcb_hover_state_parent=\"1\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-dd364f1962bc7\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"pointer\" pointer-width=\"100\" pointer-height=\"36\" style=\"zigzag\"><polygon points=\"0 0, 0 0.64, 0.5 1, 1 0.64,  1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-dd364f1962bc7\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"none\" pointer-width=\"100\" pointer-height=\"36\" style=\"zigzag\" clip-path=\"url(#clip-tablet-top-dd364f1962bc7)\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-top-dd364f1962bc7\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"divider\" pointer-width=\"100\" pointer-height=\"22\" style=\"zigzag\"><polygon points=\"0 1, 1 1,1 0.22, 0.5 0, 0 0.22, 0 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-dd364f1962bc7\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"none\" pointer-width=\"100\" pointer-height=\"36\" style=\"zigzag\" clip-path=\"url(#clip-mobile-top-dd364f1962bc7)\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-top-dd364f1962bc7\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"divider\" pointer-width=\"100\" pointer-height=\"22\" style=\"zigzag\"><polygon points=\"0 1, 1 1,1 0.22, 0.5 0, 0 0.22, 0 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160eb1a09e2\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160eb1b0e14\"><p data-css=\"tve-u-160e4fd114b\" style=\"text-align: center;\">&nbsp;great</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160e501c0b4\"><p data-css=\"tve-u-160e4fe84a1\" style=\"text-align: center;\"><span data-css=\"tve-u-160e4fe6187\" style=\"font-weight: 400; font-family: &quot;Kaushan Script&quot;;\">ambiance</span></p></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-160e9d15bdf\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-160e9d118ed\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-160e9d0c61d\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160e9e2aeab\"><h3>Take a look at</h3></div><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-160e9e41664\" data-tag=\"h2\"><h2>Our Menu</h2></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160e9dff371\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160e9e03630\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160ea7cae88\"><div class=\"tcb-flex-row tcb--cols--2 tcb-medium-wrap\" data-css=\"tve-u-160ea7c9db0\"><div class=\"tcb-flex-col\"><div class=\"tcb-col tve_empty_dropzone\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-160eb3ad20a\"><h4>Drinks</h4></div><div class=\"tcb-clear\" data-css=\"tve-u-160ea7bf191\"><div class=\"thrv_wrapper thrv_toggle_shortcode\" data-hover-color=\"rgba(18, 21, 25, 0.8)\" data-css=\"tve-u-160e9f87397\">\n<div class=\"tve_faq\">\n<div class=\"tve_faqI\">\n<div class=\"tve_faqB\"><span class=\"tve_not_editable tve_toggle\"></span>\n<h4 class=\"tve_editable\" data-css=\"tve-u-160eb470891\"><span data-css=\"tve-u-160eb4708df\" style=\"font-family: Lato,arial;\">alcoholic drinks</span></h4>\n</div>\n<div class=\"tve_faqC tve_empty_dropzone\" style=\"display: none;\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160e9fad83c\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-160eaa7faeb\"><div class=\"tcb-flex-col\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160eb4a305a\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160ea977bf3\"><h3 data-css=\"tve-u-160f8d013c3\"><strong>Beer (bottle)</strong></h3><p><br></p><p data-css=\"tve-u-160eb4a45fb\">Heineken</p><p data-css=\"tve-u-160eb49e1f7\">Paulaner</p><p data-css=\"tve-u-160eb4a4600\">Budweiser American Ale</p><p data-css=\"tve-u-160eb4a4603\">Land Shark Lager</p><p data-css=\"tve-u-160eb4a4605\">Scrumpy</p><p data-css=\"tve-u-160eb4a4608\">JackFirestone</p><p data-css=\"tve-u-160eb4a460a\">Walker Fortem</p><p data-css=\"tve-u-160eb4a460d\">Live Oak Hefeweizen</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160f8cfbf40\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160ea9789a4\"><h3 data-css=\"tve-u-160f8cf3d89\"><strong>Beer (draught)</strong></h3><p><br></p><p data-css=\"tve-u-160eb4b6f9b\"><span data-css=\"tve-u-160f8ceeb77\">Guiness</span></p><p data-css=\"tve-u-160eb4b6fc8\"><span data-css=\"tve-u-160f8cef20d\"><span data-css=\"tve-u-160f8ceeb79\">Stela Artois</span></span></p><p data-css=\"tve-u-160eb4b6fcb\"><span data-css=\"tve-u-160f8cef245\"><span data-css=\"tve-u-160f8ceebb3\">Grolsch (Unfiltered)</span></span></p><p data-css=\"tve-u-160eb4b6fcd\"><span data-css=\"tve-u-160f8cef27e\"><span data-css=\"tve-u-160f8ceebeb\">Newcastle Brown Ale</span></span></p><p data-css=\"tve-u-160eb4b6fd0\"><span data-css=\"tve-u-160f8cef2b7\"><span data-css=\"tve-u-160f8ceec23\">Corona Extra</span></span></p><p data-css=\"tve-u-160eb4b6fd3\"><span data-css=\"tve-u-160f8cef2f1\"><span data-css=\"tve-u-160f8ceec5c\">Sam Adams</span></span></p><p data-css=\"tve-u-160eb4b6fd5\"><span data-css=\"tve-u-160f8ceec94\">Miller Lite</span></p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160ea89b12a\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-160eaa7faee\"><div class=\"tcb-flex-col\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160f8cddeb4\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160ea976e63\"><h3 data-css=\"tve-u-160f8cd7871\"><strong>Cocktails</strong></h3><p data-css=\"tve-u-160f8cd7919\"><br></p><p data-css=\"tve-u-160f8cd794f\">Gin &amp; Tonic</p><p data-css=\"tve-u-160f8cd7987\">Vodka Orange</p><p data-css=\"tve-u-160f8cd79c1\">Wiskey Sour</p><p data-css=\"tve-u-160f8cd79f8\">Boulevardier</p><p data-css=\"tve-u-160f8cd7a30\">Daiquiri</p><p data-css=\"tve-u-160f8cd7a68\">Martini</p><p data-css=\"tve-u-160f8cd7aa1\">Ramos Gin Fizz</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160ea928596\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160ea9729a9\"><h3 data-css=\"tve-u-160ea90d163\"><strong>Wine</strong></h3><p data-css=\"tve-u-160f8cc8efc\"><br></p><p data-css=\"tve-u-160f8cc8f31\"><br></p><p data-css=\"tve-u-160ea9400e0\"><strong>White</strong></p><p data-css=\"tve-u-160f8cc8f9a\"><br></p><p data-css=\"tve-u-160f8cc8fce\">Sidebar Sauvignon Blanc High Valley</p><p data-css=\"tve-u-160ea9104fd\"><br></p><p data-css=\"tve-u-160ea7224b9\">Mazzei Maremma Toscana Tenuta</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160ea9357c7\"><p data-css=\"tve-u-160f8cc591b\"><br></p><p data-css=\"tve-u-160ea71c62c\"><strong>Red</strong></p><p data-css=\"tve-u-160f8cc5953\"><br></p><p data-css=\"tve-u-160ea79970d\">MarquÃ©s de CÃ¡ceres</p><p data-css=\"tve-u-160ea799710\">Rioja ReservaBelguardo</p></div></div></div></div></div></div>\n</div>\n</div>\n</div></div><div class=\"tcb-clear\" data-css=\"tve-u-160ea7bf191\"><div class=\"thrv_wrapper thrv_toggle_shortcode\" data-hover-color=\"rgba(18, 21, 25, 0.8)\" data-css=\"tve-u-160eab45a4f\">\n<div class=\"tve_faq\">\n<div class=\"tve_faqI\">\n<div class=\"tve_faqB\"><span class=\"tve_not_editable tve_toggle\"></span>\n<h4 class=\"tve_editable\" data-css=\"tve-u-160eb475d09\"><span data-css=\"tve-u-160eb475d4c\" style=\"font-family: Lato,arial;\">soft drinks</span></h4>\n</div>\n<div class=\"tve_faqC tve_empty_dropzone\" style=\"display: none;\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160eaa73bda\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-160e9fac06c\"><div class=\"tcb-flex-col\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160f8cb9d70\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160ea977bf3\"><h3 data-css=\"tve-u-160f8cb610d\"><strong>Coffee</strong></h3><p data-css=\"tve-u-160f8cb6183\"><br></p><p data-css=\"tve-u-160f8cb61bc\">Expresso</p><p data-css=\"tve-u-160ea6ba060\">Expresso Machiato</p><p data-css=\"tve-u-160ea6ba063\">Irish Coffee</p><p data-css=\"tve-u-160ea6ba065\">Cafe Mendoza</p><p data-css=\"tve-u-160ea6ba067\">Latte</p><p data-css=\"tve-u-160ea6ba06a\">Americano</p><p data-css=\"tve-u-160ea6ba06c\">Baileys Irish Cream Coffee</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160f8c978c9\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160f8c8c841\"><h3 data-css=\"tve-u-160f8cb0034\"><strong>Juice</strong></h3><p data-css=\"tve-u-160f8cb00a7\"><br></p><p data-css=\"tve-u-160f8cb00e0\">Coca Cola</p><p data-css=\"tve-u-160f8cb011c\">Fanta</p><p data-css=\"tve-u-160f8cb0157\">Sprite</p><p data-css=\"tve-u-160f8cb0191\">Almdudler</p><p data-css=\"tve-u-160f8cb01cb\">Fresh mix&nbsp;</p><ul class=\"\"><li class=\"\" data-css=\"tve-u-160ea9c9c07\">Orange/ Grapefruit/Apple</li></ul><p data-css=\"tve-u-160f8cb0240\">Sam Adams</p><p data-css=\"tve-u-160f8cb027b\">Miller Lite</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160eaa8db54\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-160ea89ac22\"><div class=\"tcb-flex-col\"><div class=\"tcb-col tve_empty_dropzone\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160ea976e63\"><h3 data-css=\"tve-u-160ea54ea72\"><span data-css=\"tve-u-160f8c69135\"><strong>Smoothie</strong></span></h3><p><span data-css=\"tve-u-160f8c699b9\"><span data-css=\"tve-u-160f8c691a5\"><br></span></span></p><p data-css=\"tve-u-160ea6ba05c\"><span data-css=\"tve-u-160f8c699f6\"><span data-css=\"tve-u-160f8c691dc\">Cherry &amp; Kale</span></span></p><p data-css=\"tve-u-160ea6ba05c\"><span data-css=\"tve-u-160f8c69a2f\"><span data-css=\"tve-u-160f8c69216\">Blueberry &amp; Avocado</span></span></p><p data-css=\"tve-u-160ea6ba05c\"><span data-css=\"tve-u-160f8c69a67\"><span data-css=\"tve-u-160f8c69250\">Banana &amp; Milk</span></span></p><p data-css=\"tve-u-160ea6ba05c\"><span data-css=\"tve-u-160f8c69289\">Pear &amp; Chocolate</span></p><p data-css=\"tve-u-160f8c626b2\">Veggie &amp; Green</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160ea928596\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160f8c59f19\"><h3 data-css=\"tve-u-160f8c5888c\"><strong>Lemonade</strong></h3><p data-css=\"tve-u-160f8c58926\"><br></p><p data-css=\"tve-u-160f8c58957\">Classic</p><p data-css=\"tve-u-160eaa5aa50\">Mint&nbsp;</p><p data-css=\"tve-u-160f8c589bd\">Orange &amp; Lime</p><p data-css=\"tve-u-160eaa62df8\">Watermelon</p></div></div></div></div></div></div>\n</div>\n</div>\n</div></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160eb38e170\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-160eaaf84a6\"><h4 class=\"\">Food</h4></div><div class=\"tcb-clear\" data-css=\"tve-u-160ea7bf191\"><div class=\"thrv_wrapper thrv_toggle_shortcode\" data-hover-color=\"rgba(18, 21, 25, 0.8)\" data-css=\"tve-u-160ead973a1\">\n<div class=\"tve_faq\">\n<div class=\"tve_faqI\">\n<div class=\"tve_faqB\"><span class=\"tve_not_editable tve_toggle\"></span>\n<h4 class=\"tve_editable\" data-css=\"tve-u-160eb47f143\"><span data-css=\"tve-u-160eb47f16a\">starters</span></h4>\n</div>\n<div class=\"tve_faqC tve_empty_dropzone\" style=\"display: none;\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160eb521486\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-160eb54da29\"><div class=\"tcb-flex-col\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160e9fbbfa0\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160f8c2bf72\"><h3 data-css=\"tve-u-160f8c28393\"><strong>Snacks</strong></h3><p data-css=\"tve-u-160f8c283f9\"><br></p><p data-css=\"tve-u-160f8c2842b\">Chips</p><p data-css=\"tve-u-160f8c28460\">Hazelnuts</p><p data-css=\"tve-u-160f8c28493\">Peanuts</p><p data-css=\"tve-u-160f8c284c6\">Tortilla chips</p><p data-css=\"tve-u-160f8c25bba\">Chocolate croissants</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160e9fc2c51\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160ea9c1e15\"><h3 data-css=\"tve-u-160eb553062\"><strong>Meals</strong></h3><p data-css=\"tve-u-160eb5530cd\"><br></p><p data-css=\"tve-u-160eb553103\">Crab cakes<u>â€‹</u></p><p data-css=\"tve-u-160eb553138\">Chicken wings</p><p data-css=\"tve-u-160eb55316d\">White beans with herbs</p><p data-css=\"tve-u-160eb5531a1\">Stuffed mushrooms</p><p data-css=\"tve-u-160eb5531d8\">Smoked salmon spread</p><p data-css=\"tve-u-160eb55320f\">Authentic houmous</p></div></div></div></div></div></div>\n</div>\n</div>\n</div></div><div class=\"tcb-clear\" data-css=\"tve-u-160ea7bf191\"><div class=\"thrv_wrapper thrv_toggle_shortcode\" data-hover-color=\"rgba(18, 21, 25, 0.8)\" data-css=\"tve-u-160eb42c2ca\">\n<div class=\"tve_faq\">\n<div class=\"tve_faqI\">\n<div class=\"tve_faqB\"><span class=\"tve_not_editable tve_toggle\"></span>\n<h4 class=\"tve_editable\" data-css=\"tve-u-160e9f7868b\"><span data-css=\"tve-u-160e9f7ce0e\">main course</span></h4>\n</div>\n<div class=\"tve_faqC tve_empty_dropzone\" style=\"display: none;\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160ead90ba7\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-160eadcc8c9\"><div class=\"tcb-flex-col\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160f8d12a0d\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160ea977bf3\"><h3 data-css=\"tve-u-160eb5275ca\"><strong>Soup</strong></h3><p data-css=\"tve-u-160eb52762c\"><br></p><p data-css=\"tve-u-160eb52765c\">Fish soup</p><p data-css=\"tve-u-160eb52768d\">Squash &amp; parsley&nbsp;</p><p data-css=\"tve-u-160eb5276bf\">Tomato</p><p data-css=\"tve-u-160eb5276f3\">Chicken Almond<br>Arizona Mountain<br>Bayou Shrimp<br>Beef &amp; Pasta Mushroom</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160e9fc2c51\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160eb537e16\"><h3 data-css=\"tve-u-160eb5346af\"><strong>Main dish</strong></h3><p data-css=\"tve-u-160eb534715\"><br></p><p data-css=\"tve-u-160eadffc69\">Chickpea Cauliflower Korma</p><p data-css=\"tve-u-160eb53477a\">Lasagna</p><p data-css=\"tve-u-160eb5347ae\">Veggie Lasagna</p><p data-css=\"tve-u-160eb5347e1\">Pizza Capriciosa</p><p data-css=\"tve-u-160eb534816\">Pizza Margherita</p><p data-css=\"tve-u-160eb53484c\">House Burger</p></div></div></div></div></div></div>\n</div>\n</div>\n</div></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1635ee0cb15\">\n<div class=\"tve-page-section-out\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1635ebf2201\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160f8e625a1\"><h3 data-css=\"tve-u-1635f10faad\" style=\"text-align: center;\">What <span data-css=\"tve-u-1635f111354\" style=\"text-transform: uppercase;\">o</span>ur customers say</h3></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1635ed91639\"><div class=\"tcb-flex-row tcb--cols--3\" data-css=\"tve-u-1635ed274dc\"><div class=\"tcb-flex-col\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1636390be1e\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1635f1b25ed\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1635f125271\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1635f138d3b\"><p data-css=\"tve-u-160fa718c59\"><span data-css=\"tve-u-160fa718c5e\">â</span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1635f136552\"><p data-css=\"tve-u-163629eed0d\">Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit. Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit.</p></div><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"2\" data-color=\"rgb(218, 144, 15)\" data-css=\"tve-u-1635f14cd1e\">\n<hr class=\"tve_sep tve_sep-1\">\n</div><div class=\"tcb-clear\" data-css=\"tve-u-160f93bdfb1\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1636392a6b1\"><svg class=\"tcb-icon\" viewBox=\"0 0 16 28\" data-name=\"sort-desc\">\n<path d=\"M16 17c0 0.266-0.109 0.516-0.297 0.703l-7 7c-0.187 0.187-0.438 0.297-0.703 0.297s-0.516-0.109-0.703-0.297l-7-7c-0.187-0.187-0.297-0.438-0.297-0.703 0-0.547 0.453-1 1-1h14c0.547 0 1 0.453 1 1z\"></path>\n</svg></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1635f123a1e\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1636393c2d2\" data-float=\"1\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-160f957664d\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-163629eb59f\"></div>\n</div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1635f121505\"><p data-css=\"tve-u-163629db329\"><strong><span data-css=\"tve-u-163629f6835\" style=\"font-size: 16px;\">Josie Carter</span></strong></p><p data-css=\"tve-u-163629e77b3\"><span data-css=\"tve-u-163629f6837\" style=\"font-size: 16px;\"><em>Marine Biologist</em></span></p><p data-css=\"tve-u-160f9514c00\">â€‹<br></p></div></div>\n</div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-161701a8fd1\"><div class=\"tcb-flex-row tcb--cols--3 tcb-resized tcb-resizing tcb-medium-no-wrap v-2 tcb-mobile-wrap m-edit\" data-css=\"tve-u-161703e4bac\"><div class=\"tcb-flex-col\" data-css=\"tve-u-16170332517\" style=\"\"><div class=\"tcb-col tve_empty_dropzone\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16170441415\"><p data-css=\"tve-u-16170191bce\"><em>As seen on</em></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1617033251d\" style=\"width: 85px;\"><div class=\"tcb-col tve_empty_dropzone\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16170185cb5\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-3532\" alt=\"\" width=\"45\" height=\"30\" title=\"trip-advisor-logo_03\" data-id=\"3532\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/trip-advisor-logo_03.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1617033371d\" style=\"\"><div class=\"tcb-col tve_empty_dropzone\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16170442200\"><p data-css=\"tve-u-161701c9195\"><a href=\"https://www.tripadvisor.com/\" target=\"_blank\"><u>See more reviews</u></a><u>â€‹â€‹â€‹â€‹</u></p></div></div></div></div></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-163639549e4\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1635f1b3fee\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16362a05c8f\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1636390935e\"><p data-css=\"tve-u-160fa718c59\"><span data-css=\"tve-u-160fa718c5e\">â</span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1636951d241\"><p data-css=\"tve-u-16362a0d7c6\">Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae erat consequat auctor eu in elit. Class aptent!</p></div><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"2\" data-color=\"rgb(218, 144, 15)\" data-css=\"tve-u-16369519850\">\n<hr class=\"tve_sep tve_sep-1\">\n</div><div class=\"tcb-clear\" data-css=\"tve-u-160f93bdfb1\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1636392e791\"><svg class=\"tcb-icon\" viewBox=\"0 0 16 28\" data-name=\"sort-desc\">\n<path d=\"M16 17c0 0.266-0.109 0.516-0.297 0.703l-7 7c-0.187 0.187-0.438 0.297-0.703 0.297s-0.516-0.109-0.703-0.297l-7-7c-0.187-0.187-0.297-0.438-0.297-0.703 0-0.547 0.453-1 1-1h14c0.547 0 1 0.453 1 1z\"></path>\n</svg></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1635ec5add7\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1636393da63\" data-float=\"1\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1635f13f574\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16362a05cc8\"></div>\n</div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160fa6805d4\"><p data-css=\"tve-u-16362a08679\"><strong>Jesse O\'neil</strong></p><p data-css=\"tve-u-16362a0a74e\"><em>Advertising</em></p><p data-css=\"tve-u-16362a0a750\">â€‹<br></p></div></div>\n</div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16170325257\"><div class=\"tcb-flex-row tcb--cols--3 tcb-resized tcb-medium-no-wrap v-2 tcb-mobile-wrap m-edit\" data-css=\"tve-u-1617045651a\"><div class=\"tcb-flex-col\" data-css=\"tve-u-16170334a49\" style=\"\"><div class=\"tcb-col tve_empty_dropzone\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-161704435d7\"><p data-css=\"tve-u-16170191bce\"><em>As seen on</em></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-16170334a4f\" style=\"\"><div class=\"tcb-col tve_empty_dropzone\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-161702e8042\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-3538\" alt=\"\" width=\"52\" height=\"31\" title=\"foursquare-logo_03\" data-id=\"3538\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/foursquare-logo_03.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-161703373d0\" style=\"\"><div class=\"tcb-col tve_empty_dropzone\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16170445bb9\"><p data-css=\"tve-u-161701c9195\"><a href=\"https://foursquare.com/\" target=\"_blank\"><u>See more reviewsâ€‹â€‹â€‹â€‹</u></a></p></div></div></div></div></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16363524c1e\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1635ebfe4fc\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1635ec2801b\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1635f139f5c\"><p data-css=\"tve-u-160fa718c59\"><span data-css=\"tve-u-160fa718c5e\">â</span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160f961e617\"><p data-css=\"tve-u-16362a2156e\">Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Mauris in erat justo. Nullam ac urna eu felis dapibus condimentum sit amet a augue. Sed non neque elit.</p></div><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"2\" data-color=\"rgb(218, 144, 15)\" data-css=\"tve-u-160f9405e56\">\n<hr class=\"tve_sep tve_sep-1\">\n</div><div class=\"tcb-clear\" data-css=\"tve-u-160f93bdfb1\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1635ed98a8a\"><svg class=\"tcb-icon\" viewBox=\"0 0 16 28\" data-name=\"sort-desc\">\n<path d=\"M16 17c0 0.266-0.109 0.516-0.297 0.703l-7 7c-0.187 0.187-0.438 0.297-0.703 0.297s-0.516-0.109-0.703-0.297l-7-7c-0.187-0.187-0.297-0.438-0.297-0.703 0-0.547 0.453-1 1-1h14c0.547 0 1 0.453 1 1z\"></path>\n</svg></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1635ec5add7\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160f9562c14\" data-float=\"1\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1635f187bfc\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-1635edf3681\"></div>\n</div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160fa6805d4\"><p data-css=\"tve-u-163629df961\"><strong><span data-css=\"tve-u-16362a29860\" style=\"font-size: 16px;\">Gabriel Jones</span></strong></p><p data-css=\"tve-u-16362a2c533\"><span data-css=\"tve-u-16362a29862\" style=\"font-size: 16px;\"><em>Brand Management Consultant</em></span></p><p data-css=\"tve-u-160f9514c00\"><strong>â€‹</strong><br></p></div></div>\n</div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-161703268c0\"><div class=\"tcb-flex-row tcb--cols--3 tcb-resized tcb-medium-no-wrap v-2 tcb-mobile-wrap m-edit\" data-css=\"tve-u-161701a2f15\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1617019989e\" style=\"\"><div class=\"tcb-col tve_empty_dropzone\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16170471614\"><p data-css=\"tve-u-16170191bce\"><em>As seen on</em></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-161701998d2\" style=\"\"><div class=\"tcb-col tve_empty_dropzone\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1617031f43b\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-3542\" alt=\"\" width=\"49\" height=\"24\" title=\"yelp-logo_03\" data-id=\"3542\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/yelp-logo_03.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-161701c1618\" style=\"\"><div class=\"tcb-col tve_empty_dropzone\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-161701b642a\"><p data-css=\"tve-u-161701c9195\"><a href=\"https://www.yelp.com/\" target=\"_blank\"><u>See more reviews</u></a><u>â€‹â€‹â€‹â€‹</u></p></div></div></div></div></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-160f96ef669\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-160f96f5e19\" data-clip-id=\"c22944d35542f\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-c22944d35542f\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" pointer-width=\"100\" pointer-height=\"14\" style=\"zigzag\" decoration-type=\"none\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-c22944d35542f\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" pointer-width=\"100\" pointer-height=\"14\" style=\"zigzag\" decoration-type=\"none\" clip-path=\"url(#clip-mobile-top-c22944d35542f)\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-top-c22944d35542f\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" pointer-width=\"100\" pointer-height=\"10\" style=\"zigzag\" decoration-type=\"none\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-160f96c069e\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160f9714a61\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-160f9734b53\" data-clip-id=\"c8e428685a637\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-c8e428685a637\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"pointer\" pointer-width=\"100\" pointer-height=\"13\" style=\"zigzag\" clip-path=\"url(#clip-bottom-c8e428685a637)\"><polygon points=\"0 1, 1 1,1 0.13, 0.5 0, 0 0.13, 0 0\"></polygon></clipPath><clipPath id=\"clip-bottom-c8e428685a637\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"pointer\" pointer-width=\"100\" pointer-height=\"14\" style=\"zigzag\"><polygon points=\"0 0, 0 0.86, 0.5 1, 1 0.86,  1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-top-c8e428685a637\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"divider\" pointer-width=\"100\" pointer-height=\"13\" style=\"zigzag\" clip-path=\"url(#clip-tablet-bottom-c8e428685a637)\"><polygon points=\"0 1, 1 1,1 0.13, 0.5 0, 0 0.13, 0 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-c8e428685a637\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"divider\" pointer-width=\"100\" pointer-height=\"14\" style=\"zigzag\"><polygon points=\"0 0, 0 0.86, 0.5 1, 1 0.86,  1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-top-c8e428685a637\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"divider\" pointer-width=\"100\" pointer-height=\"10\" style=\"zigzag\" clip-path=\"url(#clip-mobile-bottom-c8e428685a637)\"><polygon points=\"0 1, 1 1,1 0.1, 0.5 0, 0 0.1, 0 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-c8e428685a637\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"divider\" pointer-width=\"100\" pointer-height=\"10\" style=\"zigzag\"><polygon points=\"0 0, 0 0.9, 0.5 1, 1 0.9,  1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160f972cd2b\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160f97e6953\"><p data-css=\"tve-u-160f97ddb8a\" style=\"text-align: center;\"><span data-css=\"tve-u-160f97e0356\" style=\"font-weight: 400; font-family: &quot;Kaushan Script&quot;;\">Happy Hour</span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160f98a0d17\"><p data-css=\"tve-u-160f9bf9be2\" style=\"text-align: center;\"><span data-css=\"tve-u-160f9bfdcb7\">2 shots for the price of 1 between 18<span data-css=\"tve-u-160f9823757\">&nbsp;PM&nbsp;</span>- 20 </span><span data-css=\"tve-u-160f984f29b\">PM</span></p></div><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-160f98df817\" data-tcb_hover_state_parent=\"\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-160fec25d20\"><strong>Make a reservation now</strong></span></span>\n</a>\n</div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160f9b74c2b\"><div class=\"tcb-flex-row tcb-resized tcb--cols--3 tcb-medium-no-wrap tcb-mobile-edit tcb-resizing v-2\" data-css=\"tve-u-160f9b69526\"><div class=\"tcb-flex-col\" data-css=\"tve-u-160f9b7a36e\" style=\"\"><div class=\"tcb-col tve_empty_dropzone\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(176, 171, 155, 0.3)\" data-css=\"tve-u-160f9b9db80\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-160f9b7a39a\" style=\"width: 97px;\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160ff36e890\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160fa7619dc\"><p data-css=\"tve-u-160f9b916f8\" style=\"text-align: center;\">or</p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-160f9b7a3c6\" style=\"\"><div class=\"tcb-col tve_empty_dropzone\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(176, 171, 155, 0.3)\" data-css=\"tve-u-160f9bd1e50\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160f9bf1aea\"><p data-css=\"tve-u-160f981fb0c\" style=\"text-align: center;\"><span data-css=\"tve-u-160f9c02898\"><span data-css=\"tve-u-160ff467c38\">Call us</span> : 0300-984-589</span></p></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-160f9c6a4fe\">\n<div class=\"tve-page-section-out\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-160f9c6d0ad\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160f9caae7b\"><h3 data-css=\"tve-u-1635f21f43a\" style=\"text-align: center;\">our signature drinks</h3></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160f9c7f698\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--4\" data-css=\"tve-u-160f9c75fb0\"><div class=\"tcb-flex-col\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160f9cccb99\" data-tcb_hover_state_parent=\"\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1616a9cfa4b\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1616a721403\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1616a74e73b\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1616a5e01ba\"><p data-css=\"tve-u-160f9d496b3\" style=\"text-align: center;\"><span data-css=\"tve-u-160f9d5377f\" style=\"font-weight: 400; font-family: &quot;Kaushan Script&quot;;\">Wiskey Sour</span></p></div></div>\n</div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160f9d08737\" data-tcb_hover_state_parent=\"\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1616a9d1ca7\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1616a721403\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1616a74e73b\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1616a5e01ba\"><p data-css=\"tve-u-160f9d496b3\" style=\"text-align: center;\"><span data-css=\"tve-u-160f9d5377f\" style=\"font-weight: 400; font-family: &quot;Kaushan Script&quot;;\">Boulevardier</span></p></div></div>\n</div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160f9d0b00e\" data-tcb_hover_state_parent=\"\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1616a9d3730\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1616a721403\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1616a74e73b\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1616a5e01ba\"><p data-css=\"tve-u-160f9d496b3\" style=\"text-align: center;\"><span data-css=\"tve-u-160f9d5377f\" style=\"font-weight: 400; font-family: &quot;Kaushan Script&quot;;\">Gin Fizz</span></p></div></div>\n</div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160f9d0c9a0\" data-tcb_hover_state_parent=\"\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1616a708b49\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1616a721403\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1616a74e73b\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1616a5e01ba\"><p data-css=\"tve-u-160f9d496b3\" style=\"text-align: center;\"><span data-css=\"tve-u-160f9d5377f\" style=\"font-weight: 400; font-family: &quot;Kaushan Script&quot;;\">Spicy Tequila Shot</span></p></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-160fe140452\" style=\"\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-16362e0aed9\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-160fe13ce28\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160f9ec40fc\"><div class=\"tcb-flex-row tcb--cols--2 tcb-medium-no-wrap v-2 tcb-mobile-wrap m-edit\" data-css=\"tve-u-160f9ebf905\"><div class=\"tcb-flex-col\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160f9ee08be\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160fa01d193\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb tve_empty_dropzone\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1635f273315\"><h4 data-css=\"tve-u-1635f28650b\"><strong><span data-css=\"tve-u-16362a7e959\" style=\"text-transform: none;\">Your</span></strong><br><strong>Company name</strong></h4></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16362aabe81\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1635e5d9ba1\"><div class=\"tcb-clear\" data-css=\"tve-u-16363d2efc4\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-16362a8dd87\" data-float=\"1\"><svg class=\"tcb-icon\" viewBox=\"0 0 16 28\" data-name=\"map-marker\">\n<path d=\"M12 10c0-2.203-1.797-4-4-4s-4 1.797-4 4 1.797 4 4 4 4-1.797 4-4zM16 10c0 0.953-0.109 1.937-0.516 2.797l-5.688 12.094c-0.328 0.688-1.047 1.109-1.797 1.109s-1.469-0.422-1.781-1.109l-5.703-12.094c-0.406-0.859-0.516-1.844-0.516-2.797 0-4.422 3.578-8 8-8s8 3.578 8 8z\"></path>\n</svg></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160df4565d1\"><p data-css=\"tve-u-1636311d040\">Your Pub Adress Goes Here</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1636301dc81\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1635e5d9ba1\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-16362aa4888\"><svg class=\"tcb-icon\" viewBox=\"0 0 22 28\" data-name=\"phone\">\n<path d=\"M22 19.375c0 0.562-0.25 1.656-0.484 2.172-0.328 0.766-1.203 1.266-1.906 1.656-0.922 0.5-1.859 0.797-2.906 0.797-1.453 0-2.766-0.594-4.094-1.078-0.953-0.344-1.875-0.766-2.734-1.297-2.656-1.641-5.859-4.844-7.5-7.5-0.531-0.859-0.953-1.781-1.297-2.734-0.484-1.328-1.078-2.641-1.078-4.094 0-1.047 0.297-1.984 0.797-2.906 0.391-0.703 0.891-1.578 1.656-1.906 0.516-0.234 1.609-0.484 2.172-0.484 0.109 0 0.219 0 0.328 0.047 0.328 0.109 0.672 0.875 0.828 1.188 0.5 0.891 0.984 1.797 1.5 2.672 0.25 0.406 0.719 0.906 0.719 1.391 0 0.953-2.828 2.344-2.828 3.187 0 0.422 0.391 0.969 0.609 1.344 1.578 2.844 3.547 4.813 6.391 6.391 0.375 0.219 0.922 0.609 1.344 0.609 0.844 0 2.234-2.828 3.187-2.828 0.484 0 0.984 0.469 1.391 0.719 0.875 0.516 1.781 1 2.672 1.5 0.313 0.156 1.078 0.5 1.188 0.828 0.047 0.109 0.047 0.219 0.047 0.328z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160df4565d1\"><p data-css=\"tve-u-1636311dda3\" style=\"text-align: left;\">0364 - 300 - 946</p></div></div>\n</div><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-160fa182f82\" data-tcb_hover_state_parent=\"\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-160fa198fbb\">Make a reservation now</span></span>\n</a>\n</div></div>\n</div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160fa1c8dca\"><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-160fa11f4f2\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=London&amp;t=m&amp;z=12&amp;output=embed&amp;iwloc=near\"></iframe>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16362e2956e\">\n<div class=\"tve-page-section-out\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16362e27bcb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160fa4daf17\"><div class=\"tcb-flex-row tcb--cols--2 v-2\" data-css=\"tve-u-160fa4d8d4f\"><div class=\"tcb-flex-col\"><div class=\"tcb-col tve_empty_dropzone\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160fa4b581e\"><p data-css=\"tve-u-160fa489bd9\" style=\"text-align: left;\">Â© 2018 , Your company name . All rights reserved.</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160fec923bf\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160fec99b6f\"><p style=\"text-align: right;\" data-css=\"tve-u-16363b1b458\"><span style=\"color: rgba(3, 9, 14, 0.5);\" data-css=\"tve-u-16363b4867f\"><u>â€‹</u>â€‹â€‹â€‹â€‹Made with</span> <a href=\"https://thrivethemes.com/\" target=\"_blank\">Thrive Architect</a></p></div></div></div></div></div></div>\n</div>'),(4452,428,'tve_revision_tve_has_typefocus',''),(4451,428,'tve_revision_tve_has_masonry','0'),(3581,328,'tcb2_ready','1'),(3582,328,'tve_landing_page','tcb2-thrivebiz-pub'),(3583,328,'tve_updated_post_tcb2-thrivebiz-auto','<div class=\"thrv_wrapper thrv-page-section\" data-tve-style=\"1\" data-css=\"tve-u-15d9d38550e\" wfd-id=\"180\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15d9d387a5a\" wfd-id=\"214\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15d9d383e6b\" wfd-id=\"181\"><div class=\"thrv_wrapper thrv-columns\" style=\"\" wfd-id=\"182\"><div class=\"tcb-flex-row tcb-resized tcb--cols--4 tcb-medium-no-wrap tcb-flex-center\" data-css=\"tve-u-15dcce7b583\" wfd-id=\"183\"><div class=\"tcb-flex-col\" data-css=\"tve-u-15d9d39e85e\" wfd-id=\"209\"><div class=\"tcb-col tve_empty_dropzone\" style=\"\" wfd-id=\"211\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15d9d39bb24\" data-clear=\"both\" style=\"\" wfd-id=\"212\"><span class=\"tve_image_frame\" wfd-id=\"213\"><img class=\"tve_image\" alt=\"\" sizes=\"(max-width:352px) 100vw, 352px\" width=\"352\" height=\"110\" title=\"bizcar-logo\" data-id=\"80\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/bizcar-logo.png\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-15d9d39e872\" wfd-id=\"201\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"203\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-15d9d760e96\" wfd-id=\"208\"><svg class=\"tcb-icon\" viewBox=\"0 0 22 28\" data-name=\"phone\">\n<title>phone</title>\n<path d=\"M22 19.375c0 0.562-0.25 1.656-0.484 2.172-0.328 0.766-1.203 1.266-1.906 1.656-0.922 0.5-1.859 0.797-2.906 0.797-1.453 0-2.766-0.594-4.094-1.078-0.953-0.344-1.875-0.766-2.734-1.297-2.656-1.641-5.859-4.844-7.5-7.5-0.531-0.859-0.953-1.781-1.297-2.734-0.484-1.328-1.078-2.641-1.078-4.094 0-1.047 0.297-1.984 0.797-2.906 0.391-0.703 0.891-1.578 1.656-1.906 0.516-0.234 1.609-0.484 2.172-0.484 0.109 0 0.219 0 0.328 0.047 0.328 0.109 0.672 0.875 0.828 1.188 0.5 0.891 0.984 1.797 1.5 2.672 0.25 0.406 0.719 0.906 0.719 1.391 0 0.953-2.828 2.344-2.828 3.187 0 0.422 0.391 0.969 0.609 1.344 1.578 2.844 3.547 4.813 6.391 6.391 0.375 0.219 0.922 0.609 1.344 0.609 0.844 0 2.234-2.828 3.187-2.828 0.484 0 0.984 0.469 1.391 0.719 0.875 0.516 1.781 1 2.672 1.5 0.313 0.156 1.078 0.5 1.188 0.828 0.047 0.109 0.047 0.219 0.047 0.328z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"206\"><p data-css=\"tve-u-15d9d3b42fd\" style=\"text-align: center;\"><span style=\"font-size: 16px;\" wfd-id=\"207\">Call us:</span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15d9d7685af\" style=\"\" wfd-id=\"204\"><p data-css=\"tve-u-15d9d3c9df7\" style=\"text-align: center;\"><span style=\"color: rgb(228, 0, 0); font-family: Oswald; font-weight: 400; font-size: 25px;\" wfd-id=\"205\">555-555-555</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-15d9d39e881\" wfd-id=\"192\"><div class=\"tcb-col tve_empty_dropzone\" style=\"\" wfd-id=\"194\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display tcb-mobile-hidden\" data-css=\"tve-u-15d9d3a890f\" wfd-id=\"200\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"clock-o\">\n<title>clock-o</title>\n<path d=\"M14 8.5v7c0 0.281-0.219 0.5-0.5 0.5h-5c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h3.5v-5.5c0-0.281 0.219-0.5 0.5-0.5h1c0.281 0 0.5 0.219 0.5 0.5zM20.5 14c0-4.688-3.813-8.5-8.5-8.5s-8.5 3.813-8.5 8.5 3.813 8.5 8.5 8.5 8.5-3.813 8.5-8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone tcb-mobile-hidden\" style=\"\" wfd-id=\"195\"><p data-css=\"tve-u-15d9d3b42fd\" style=\"text-align: center;\"><span style=\"font-size: 16px;\" wfd-id=\"199\"><strong>Service open:</strong></span></p><p data-css=\"tve-u-15d9d3b42fd\" style=\"text-align: center;\"><span style=\"font-size: 16px;\" wfd-id=\"198\">Mon-Fri: 09:00-19:00&nbsp;</span></p><p data-css=\"tve-u-15d9d3b42fd\" style=\"text-align: center;\"><span style=\"font-size: 16px;\" wfd-id=\"196\"><strong><span style=\"color: rgb(228, 0, 0);\" wfd-id=\"197\">24h Towing!</span></strong></span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-15d9d39e88e\" wfd-id=\"184\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"186\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display tcb-mobile-hidden\" data-css=\"tve-u-15d9d3a890f\" wfd-id=\"191\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 28\" data-name=\"map-o\">\n<title>map-o</title>\n<path d=\"M31.563 0.172c0.266 0.187 0.438 0.5 0.438 0.828v22c0 0.406-0.25 0.781-0.625 0.922l-10 4c-0.25 0.109-0.5 0.109-0.75 0l-9.625-3.844-9.625 3.844c-0.125 0.063-0.25 0.078-0.375 0.078-0.203 0-0.391-0.063-0.562-0.172-0.266-0.187-0.438-0.5-0.438-0.828v-22c0-0.406 0.25-0.781 0.625-0.922l10-4c0.25-0.109 0.5-0.109 0.75 0l9.625 3.844 9.625-3.844c0.313-0.125 0.656-0.094 0.938 0.094zM11.5 2.281v19.844l9 3.594v-19.844zM2 5.672v19.844l8.5-3.391v-19.844zM30 22.328v-19.844l-8.5 3.391v19.844z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone tcb-mobile-hidden\" wfd-id=\"187\"><p data-css=\"tve-u-15d9d3b42fd\" style=\"text-align: center;\"><span style=\"font-size: 16px;\" wfd-id=\"190\">City Name</span></p><p data-css=\"tve-u-15d9d3b42fd\" style=\"text-align: center;\"><span style=\"font-size: 16px;\" wfd-id=\"189\">123 Street Name</span></p><p data-css=\"tve-u-15d9d3b42fd\" style=\"text-align: center;\"><span style=\"font-size: 16px;\" wfd-id=\"188\">77UO2 State</span></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-tve-style=\"1\" data-css=\"tve-u-15d9d3fc669\" style=\"\" wfd-id=\"160\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15d9d3ff4f6\" wfd-id=\"179\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15d9d3fb664\" wfd-id=\"161\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15d9d41cd70\" style=\"\" data-tag=\"h1\" wfd-id=\"177\"><h1 data-css=\"tve-u-15dcce89fec\" style=\"text-align: center;\"><span style=\"color: rgb(255, 255, 255);\" wfd-id=\"178\">Drive <strong>Confidently</strong> in a <strong>Perfectly Maintained</strong> Car</span></h1></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15d9d4d1a6d\" style=\"\" wfd-id=\"162\"><div class=\"tcb-flex-row tcb--cols--2 tcb-medium-no-wrap tcb-resized\" data-css=\"tve-u-15d9d745c7a\" wfd-id=\"163\"><div class=\"tcb-flex-col\" data-css=\"tve-u-15d9d79340f\" wfd-id=\"170\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15d9d4be887\" style=\"\" wfd-id=\"172\"><div class=\"thrv_wrapper thrv-button tcb-with-icon tcb-icon-display\" data-css=\"tve-u-15d9d770887\" style=\"\" wfd-id=\"173\">\n<a href=\"#\" class=\"tcb-button-link\" data-css=\"tve-u-15d9d42c287\"><span class=\"tcb-button-icon\" wfd-id=\"176\"><svg class=\"tcb-icon\" viewBox=\"0 0 26 28\" data-name=\"wrench\">\n<title>wrench</title>\n<path d=\"M6 23c0-0.547-0.453-1-1-1s-1 0.453-1 1 0.453 1 1 1 1-0.453 1-1zM16.063 16.438l-10.656 10.656c-0.359 0.359-0.875 0.578-1.406 0.578s-1.047-0.219-1.422-0.578l-1.656-1.687c-0.375-0.359-0.594-0.875-0.594-1.406s0.219-1.047 0.594-1.422l10.641-10.641c0.812 2.047 2.453 3.687 4.5 4.5zM25.969 9.641c0 0.516-0.187 1.156-0.359 1.656-0.984 2.781-3.656 4.703-6.609 4.703-3.859 0-7-3.141-7-7s3.141-7 7-7c1.141 0 2.625 0.344 3.578 0.984 0.156 0.109 0.25 0.25 0.25 0.438 0 0.172-0.109 0.344-0.25 0.438l-4.578 2.641v3.5l3.016 1.672c0.516-0.297 4.141-2.578 4.453-2.578s0.5 0.234 0.5 0.547z\"></path>\n</svg></span>\n<span class=\"tcb-button-texts\" wfd-id=\"174\"><span class=\"tcb-button-text thrv-inline-text\" wfd-id=\"175\">Request an Appointment</span></span>\n</a>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-15d9d793442\" wfd-id=\"164\"><div class=\"tcb-col tve_empty_dropzone\" style=\"\" data-css=\"tve-u-15def6cf471\" wfd-id=\"166\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15d9d76cef0\" style=\"\" wfd-id=\"167\"><p data-css=\"tve-u-15def6d525b\"><span style=\"font-family: Oswald; font-weight: 400; font-size: 30px;\" wfd-id=\"169\">or call us for assistance at:</span></p><p><span style=\"font-family: Oswald; font-weight: 400; font-size: 30px;\" wfd-id=\"168\">555-555-555</span></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15d9d5307cd\" style=\"\" wfd-id=\"155\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15d9d52e9ca\" wfd-id=\"159\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"156\"><div class=\"thrv_wrapper thrv_heading\" style=\"\" data-tag=\"h2\" wfd-id=\"157\"><h2 data-css=\"tve-u-15d9d541e6c\" style=\"text-align: center;\"><span style=\"color: rgb(255, 255, 255); font-size: 45px;\" wfd-id=\"158\">Our Services</span></h2></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-tve-style=\"1\" wfd-id=\"149\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15d9d4d8a08\" wfd-id=\"154\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15d9d4d5956\" wfd-id=\"150\"><div class=\"thrv_wrapper thrv_post_grid\" data-css=\"tve-u-15d9d4eeee1\" wfd-id=\"151\"><div class=\"thrive-shortcode-config\" style=\"display: none !important\" wfd-id=\"153\">__CONFIG_post_grid__{\"display\":\"grid\",\"grid_layout\":\"horizontal\",\"columns\":\"4\",\"text_type\":\"summary\",\"read-more-text\":\"Read More\",\"image-height\":\"\",\"teaser_layout\":{\"featured_image\":\"true\",\"title\":\"true\",\"text\":\"false\",\"read_more\":\"false\"},\"layout\":[\"title\",\"featured_image\",\"text\",\"read_more\"],\"orderby\":\"date\",\"order\":\"DESC\",\"recent_days\":\"0\",\"posts_start\":\"0\",\"posts_per_page\":\"4\",\"content_types\":[\"post\"],\"filters\":{\"category\":[],\"tag\":[],\"tax\":[],\"author\":[],\"posts\":[]},\"action\":\"tcb_editor_ajax\",\"custom\":\"post_grid\",\"nonce\":\"b84a45401b\",\"exclude\":0}__CONFIG_post_grid__</div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-tve-style=\"1\" data-css=\"tve-u-15d9d5eb3c1\" style=\"\" wfd-id=\"122\">\n<div class=\"tve-page-section-out\" wfd-id=\"148\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15d9d5ed5e1\" wfd-id=\"123\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15d9d60ad70\" style=\"\" wfd-id=\"136\"><div class=\"tcb-flex-row tcb--cols--2 tcb-resized tcb-medium-wrap\" data-css=\"tve-u-15dcce7fa03\" wfd-id=\"137\"><div class=\"tcb-flex-col\" data-css=\"tve-u-15d9d603565\" wfd-id=\"143\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"145\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15d9d608417\" style=\"\" data-tag=\"h2\" wfd-id=\"147\"><h2 data-css=\"tve-u-15dcce8fc62\">Auto Repair Services You Can Count On!</h2></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" wfd-id=\"146\"><p>We have been providing quality car care in CityName since 1990. We are a small business delivering honest and professional automotive repair and auto maintenance services . Our quality certified technicians employ todayâ€™s latest automotive technology and are equipped to handle all major and minor repairs on foreign and domestic vehicles.</p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-15d9d603585\" wfd-id=\"138\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"140\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15d9d600869\" data-clear=\"both\" wfd-id=\"141\"><span class=\"tve_image_frame\" wfd-id=\"142\"><img class=\"tve_image\" alt=\"\" sizes=\"(max-width:568px) 100vw, 568px\" width=\"568\" height=\"354\" title=\"bizcar-image1\" data-id=\"78\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/bizcar-image1.jpg\"></span></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15d9d61a40e\" style=\"\" wfd-id=\"124\"><div class=\"tcb-flex-row tcb--cols--2 tcb-medium-wrap tcb-reverse\" data-css=\"tve-u-15dcce81d3a\" wfd-id=\"125\"><div class=\"tcb-flex-col\" wfd-id=\"131\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"133\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15d9d612a88\" data-clear=\"both\" wfd-id=\"134\"><span class=\"tve_image_frame\" wfd-id=\"135\"><img class=\"tve_image\" alt=\"\" sizes=\"(max-width:568px) 100vw, 568px\" width=\"568\" height=\"354\" title=\"bizcar-image2\" data-id=\"79\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/bizcar-image2.jpg\"></span></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"126\"><div class=\"tcb-col tve_empty_dropzone\" style=\"\" wfd-id=\"128\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15d9d7b1d2f\" style=\"\" data-tag=\"h2\" wfd-id=\"130\"><h2 data-css=\"tve-u-15dcce91832\">Why Us?</h2></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" wfd-id=\"129\"><p>You\'ll be hard-pressed to find the same level of expertise that our auto mechanic specialists provide!</p><p><br></p><p>We have years of experience working on both domestic and import vehicles of all makes and models and can work with you to find cost-effective repair and maintenance alternatives.</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-tve-style=\"1\" data-css=\"tve-u-15d9d628dd9\" style=\"\" wfd-id=\"103\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15d9d622425\" wfd-id=\"121\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15d9d627ee5\" wfd-id=\"104\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15d9d62d4c5\" wfd-id=\"105\"><div class=\"tcb-flex-row tcb--cols--2\" wfd-id=\"106\"><div class=\"tcb-flex-col\" wfd-id=\"114\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15d9d63349a\" wfd-id=\"116\"><div class=\"thrv_wrapper thrv-button tcb-with-icon tcb-icon-display\" data-css=\"tve-u-15d9d43c438\" wfd-id=\"117\">\n<a href=\"#\" class=\"tcb-button-link\" data-css=\"tve-u-15d9d42c287\"><span class=\"tcb-button-icon\" wfd-id=\"120\"><svg class=\"tcb-icon\" viewBox=\"0 0 26 28\" data-name=\"wrench\">\n<title>wrench</title>\n<path d=\"M6 23c0-0.547-0.453-1-1-1s-1 0.453-1 1 0.453 1 1 1 1-0.453 1-1zM16.063 16.438l-10.656 10.656c-0.359 0.359-0.875 0.578-1.406 0.578s-1.047-0.219-1.422-0.578l-1.656-1.687c-0.375-0.359-0.594-0.875-0.594-1.406s0.219-1.047 0.594-1.422l10.641-10.641c0.812 2.047 2.453 3.687 4.5 4.5zM25.969 9.641c0 0.516-0.187 1.156-0.359 1.656-0.984 2.781-3.656 4.703-6.609 4.703-3.859 0-7-3.141-7-7s3.141-7 7-7c1.141 0 2.625 0.344 3.578 0.984 0.156 0.109 0.25 0.25 0.25 0.438 0 0.172-0.109 0.344-0.25 0.438l-4.578 2.641v3.5l3.016 1.672c0.516-0.297 4.141-2.578 4.453-2.578s0.5 0.234 0.5 0.547z\"></path>\n</svg></span>\n<span class=\"tcb-button-texts\" wfd-id=\"118\"><span class=\"tcb-button-text thrv-inline-text\" wfd-id=\"119\">Request an Appointment</span></span>\n</a>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"107\"><div class=\"tcb-col tve_empty_dropzone\" style=\"\" data-css=\"tve-u-15def6d96a5\" wfd-id=\"109\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15d9d4b5fc7\" style=\"\" wfd-id=\"110\"><p><span style=\"font-family: Oswald; font-weight: 400; font-size: 30px;\" wfd-id=\"112\"><span style=\"color: rgb(228, 0, 0);\" wfd-id=\"113\">or Call Us</span> for Assistance at:</span></p><p data-css=\"tve-u-15d9d63eb98\"><span style=\"font-family: Oswald; font-weight: 400; font-size: 39px; color: rgb(228, 0, 0);\" wfd-id=\"111\">555-555-555</span></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-tve-style=\"1\" data-css=\"tve-u-15d9d64ce02\" style=\"\" wfd-id=\"63\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15d9d64ac43\" wfd-id=\"102\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15d9d64c0b3\" wfd-id=\"64\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15d9d65529e\" style=\"\" data-tag=\"h2\" wfd-id=\"101\"><h2 data-css=\"tve-u-15dcce936fc\">What Our Customers Say<s>â€‹</s></h2></div><div class=\"thrv_wrapper thrv-columns\" wfd-id=\"83\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" wfd-id=\"84\"><div class=\"tcb-flex-col\" data-css=\"tve-u-15d9d6ab956\" wfd-id=\"96\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"98\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15d9d6874bb\" data-clear=\"both\" wfd-id=\"99\"><span class=\"tve_image_frame\" wfd-id=\"100\"><img class=\"tve_image\" alt=\"\" sizes=\"(max-width:160px) 100vw, 160px\" width=\"160\" height=\"160\" title=\"knowhow-person3\" data-id=\"253\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/knowhow-person3.png\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-15d9d6ab982\" wfd-id=\"85\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"87\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15d9d6afca0\" wfd-id=\"88\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15d9d69b2d9\" wfd-id=\"95\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"89\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15d9d6cc24d\" data-tag=\"h3\" wfd-id=\"93\"><h3><em><span style=\"color: rgb(18, 136, 204);\" wfd-id=\"94\">â€œBest part of the review will be used as a title hereâ€</span></em></h3></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"92\"><p><strong>Vivamus sit amet lacus eu odio lacinia efficitur venenatis quis tellus. Ut eget lacus velit. Sed egestas diam vel iaculis dapibus. Fusce tortor lorem, fringilla et tortor eu, hendrerit convallis. Pellentesque non facilisis purus, id lorem ipsum ultrices erat.</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15d9d6c7916\" wfd-id=\"90\"><p><em><span style=\"color: rgb(18, 136, 204);\" wfd-id=\"91\">Albert Stewart</span></em></p><p><em>Professional Testimonial Poser</em></p></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" wfd-id=\"65\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" wfd-id=\"66\"><div class=\"tcb-flex-col\" data-css=\"tve-u-15d9d6ab956\" wfd-id=\"78\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"80\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15d9d6d2b9a\" data-clear=\"both\" wfd-id=\"81\"><span class=\"tve_image_frame\" wfd-id=\"82\"><img class=\"tve_image\" alt=\"\" sizes=\"(max-width:160px) 100vw, 160px\" width=\"160\" height=\"160\" title=\"knowhow-person2\" data-id=\"252\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/knowhow-person2.png\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-15d9d6ab982\" wfd-id=\"67\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"69\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15d9d6afca0\" wfd-id=\"70\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15d9d69b2d9\" wfd-id=\"77\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"71\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15d9d6cc24d\" data-tag=\"h3\" wfd-id=\"75\"><h3><em><span style=\"color: rgb(18, 136, 204);\" wfd-id=\"76\">â€œBest part of the review will be used as a title hereâ€</span></em></h3></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"74\"><p><strong>Vivamus sit amet lacus eu odio lacinia efficitur venenatis quis tellus. Ut eget lacus velit. Sed egestas diam vel iaculis dapibus. Fusce tortor lorem, fringilla et tortor eu, hendrerit convallis. Pellentesque non facilisis purus, id lorem ipsum ultrices erat.</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15d9d6c7916\" wfd-id=\"72\"><p><em><span style=\"color: rgb(18, 136, 204);\" wfd-id=\"73\">Samantha Allen</span></em></p><p><em>Professional Testimonial Poser</em></p></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-tve-style=\"1\" data-css=\"tve-u-15d9d7042bb\" style=\"\" wfd-id=\"52\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15d9d6dabf3\" wfd-id=\"62\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15d9d7036db\" wfd-id=\"53\"><div class=\"thrv_wrapper thrv-button tcb-with-icon tcb-icon-display\" data-css=\"tve-u-15d9d7069ba\" wfd-id=\"58\">\n<a href=\"#\" class=\"tcb-button-link\" data-css=\"tve-u-15d9d42c287\"><span class=\"tcb-button-icon\" wfd-id=\"61\"><svg class=\"tcb-icon\" viewBox=\"0 0 26 28\" data-name=\"wrench\">\n<title>wrench</title>\n<path d=\"M6 23c0-0.547-0.453-1-1-1s-1 0.453-1 1 0.453 1 1 1 1-0.453 1-1zM16.063 16.438l-10.656 10.656c-0.359 0.359-0.875 0.578-1.406 0.578s-1.047-0.219-1.422-0.578l-1.656-1.687c-0.375-0.359-0.594-0.875-0.594-1.406s0.219-1.047 0.594-1.422l10.641-10.641c0.812 2.047 2.453 3.687 4.5 4.5zM25.969 9.641c0 0.516-0.187 1.156-0.359 1.656-0.984 2.781-3.656 4.703-6.609 4.703-3.859 0-7-3.141-7-7s3.141-7 7-7c1.141 0 2.625 0.344 3.578 0.984 0.156 0.109 0.25 0.25 0.25 0.438 0 0.172-0.109 0.344-0.25 0.438l-4.578 2.641v3.5l3.016 1.672c0.516-0.297 4.141-2.578 4.453-2.578s0.5 0.234 0.5 0.547z\"></path>\n</svg></span>\n<span class=\"tcb-button-texts\" wfd-id=\"59\"><span class=\"tcb-button-text thrv-inline-text\" wfd-id=\"60\">Request an Appointment</span></span>\n</a>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15d9d708a01\" wfd-id=\"54\"><p style=\"text-align: center;\"><span style=\"font-family: Oswald; font-weight: 400; font-size: 30px;\" wfd-id=\"56\"><span style=\"color: rgb(255, 255, 255);\" wfd-id=\"57\">or Call Us for Assistance at:</span></span></p><p data-css=\"tve-u-15d9d63eb98\" style=\"text-align: center;\"><span style=\"font-family: Oswald; font-weight: 400; font-size: 39px; color: rgb(255, 255, 255);\" wfd-id=\"55\">555-555-555</span></p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-tve-style=\"1\" data-css=\"tve-u-15dcce974d3\" style=\"\" wfd-id=\"48\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15d9d7120d0\" wfd-id=\"51\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15d9d7130ac\" wfd-id=\"49\"><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" wfd-id=\"50\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=manchu piccu&amp;t=m&amp;z=13&amp;output=embed&amp;iwloc=near\"></iframe>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-tve-style=\"1\" data-css=\"tve-u-15d9d7143e7\" wfd-id=\"35\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15d9d72c1ae\" wfd-id=\"47\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15d9d72e1d8\" wfd-id=\"36\"><div class=\"thrv_wrapper thrv-columns\" style=\"\" data-css=\"tve-u-15def6eaf29\" wfd-id=\"37\"><div class=\"tcb-flex-row tcb--cols--2\" wfd-id=\"38\"><div class=\"tcb-flex-col\" wfd-id=\"43\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"45\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15d9d7c4293\" style=\"\" wfd-id=\"46\"><p>Copyright 2017, Company Name</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"39\"><div class=\"tcb-col tve_empty_dropzone\" style=\"\" data-css=\"tve-u-15def6eca6b\" wfd-id=\"41\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15d9d7c2fa2\" style=\"\" wfd-id=\"42\"><p style=\"text-align: right;\">Privacy Policy - Disclaimer</p></div></div></div></div></div></div>\n</div>'),(3584,328,'tve_custom_css_tcb2-thrivebiz-auto','@import url(\"//fonts.googleapis.com/css?family=Oswald:400,500,300&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Open+Sans:400,600,300&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-15d9d793442\"] { max-width: 48.2%; }[data-css=\"tve-u-15d9d79340f\"] { max-width: 51.9%; }[data-css=\"tve-u-15d9d72e1d8\"] p, [data-css=\"tve-u-15d9d72e1d8\"] li, [data-css=\"tve-u-15d9d72e1d8\"] blockquote, [data-css=\"tve-u-15d9d72e1d8\"] address { color: rgb(255, 255, 255); }[data-css=\"tve-u-15d9d7143e7\"] { padding: 20px !important; }[data-css=\"tve-u-15d9d7130ac\"] { max-width: 1220px; }[data-css=\"tve-u-15d9d7120d0\"] { background-color: rgb(18, 18, 18) !important; }[data-css=\"tve-u-15d9d7042bb\"] { padding-left: 20px !important; padding-right: 20px !important; }[data-css=\"tve-u-15d9d7036db\"] { max-width: 1220px; }[data-css=\"tve-u-15d9d6dabf3\"] { background-color: rgb(63, 63, 63) !important; background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/bizcar-ps2.jpg\") !important; background-size: cover !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-15d9d6cc24d\"] { margin-bottom: 19px !important; }[data-css=\"tve-u-15d9d6c7916\"] { margin-left: 0px; margin-right: 0px; margin-bottom: 0px; margin-top: 17px !important; }#tcb_landing_page h3 { font-size: 30px; line-height: 51px; color: rgb(18, 136, 204); }[data-css=\"tve-u-15d9d6afca0\"] { padding: 22px; }[data-css=\"tve-u-15d9d6ab982\"] { max-width: 85%; }[data-css=\"tve-u-15d9d6ab956\"] { max-width: 15%; }[data-css=\"tve-u-15d9d69b2d9\"] { border: 1px solid rgb(207, 207, 207) !important; }[data-css=\"tve-u-15d9d6874bb\"] { width: 160px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15d9d65529e\"] { margin-top: 48px !important; }[data-css=\"tve-u-15d9d64ce02\"] { padding: 20px !important; }[data-css=\"tve-u-15d9d64c0b3\"] { max-width: 1220px; }[data-css=\"tve-u-15d9d64ac43\"] { background-color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15d9d63eb98\"] { line-height: 3em !important; }#tve_editor [data-css=\"tve-u-15d9d3c9df7\"] { color: rgb(228, 0, 0) !important; }[data-css=\"tve-u-15d9d628dd9\"] { padding-left: 20px !important; padding-right: 20px !important; }[data-css=\"tve-u-15d9d627ee5\"] { max-width: 796px; }[data-css=\"tve-u-15d9d622425\"] { background-color: rgb(221, 221, 221) !important; }[data-css=\"tve-u-15d9d61a40e\"] { margin-top: 35px !important; }[data-css=\"tve-u-15d9d612a88\"] { float: right; width: 568px; }[data-css=\"tve-u-15d9d60ad70\"] { margin-top: 25px !important; }[data-css=\"tve-u-15d9d608417\"] { margin-top: 25px !important; margin-bottom: 12px !important; }[data-css=\"tve-u-15d9d603585\"] { max-width: 50%; }[data-css=\"tve-u-15d9d603565\"] { max-width: 50%; }[data-css=\"tve-u-15d9d600869\"] { width: 568px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15d9d5ed5e1\"] { max-width: 1220px; }[data-css=\"tve-u-15d9d5eb3c1\"] { padding-top: 90px !important; padding-left: 20px !important; padding-right: 20px !important; }[data-css=\"tve-u-15d9d541e6c\"] { line-height: 1.2em !important; }[data-css=\"tve-u-15d9d5307cd\"] { max-width: 276px; margin: -76px auto 0px !important; }[data-css=\"tve-u-15d9d52e9ca\"] { background-color: rgb(40, 40, 40) !important; }[data-css=\"tve-u-15d9d4eeee1\"] { font-family: Oswald; font-weight: 400; text-align: center; margin-top: 23px !important; margin-bottom: -86px !important; }[data-css=\"tve-u-15d9d4d8a08\"] { background-color: rgb(40, 40, 40) !important; }[data-css=\"tve-u-15d9d4d5956\"] { max-width: 1220px; }[data-css=\"tve-u-15d9d4d1a6d\"] { margin-bottom: 108px !important; margin-top: 48px !important; }[data-css=\"tve-u-15d9d4be887\"] { border-right: 2px solid rgb(255, 255, 255); margin-right: 8px !important; }[data-css=\"tve-u-15d9d4b5fc7\"] { margin-top: 12px !important; padding-left: 18px !important; }#tve_editor [data-css=\"tve-u-15d9d43c438\"]:hover [data-css=\"tve-u-15d9d42c287\"] { background-color: rgb(155, 0, 0) !important; }[data-css=\"tve-u-15d9d43c438\"] .tcb-button-link { border: 1px solid rgb(228, 62, 62); border-radius: 15px; overflow: hidden; font-family: Oswald; font-weight: 400; font-size: 30px; box-shadow: rgba(0, 0, 0, 0.41) 0px 2px 5px 0px; }[data-css=\"tve-u-15d9d42c287\"] { background-color: rgb(207, 0, 0) !important; padding-left: 24px !important; padding-right: 24px !important; }[data-css=\"tve-u-15d9d41cd70\"] { max-width: 693px; margin: 60px auto 43px !important; }[data-css=\"tve-u-15d9d3ff4f6\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/bizcar-ps1.jpg\"), linear-gradient(rgb(55, 55, 55), rgb(55, 55, 55)) !important; background-size: cover, auto !important; background-position: 0px 0px, 0px 0px !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-15d9d3fb664\"] p, [data-css=\"tve-u-15d9d3fb664\"] li, [data-css=\"tve-u-15d9d3fb664\"] blockquote, [data-css=\"tve-u-15d9d3fb664\"] address { color: rgb(255, 255, 255); }[data-css=\"tve-u-15d9d3fc669\"] { padding-left: 20px !important; padding-right: 20px !important; }[data-css=\"tve-u-15d9d3fb664\"] { max-width: 870px; }[data-css=\"tve-u-15d9d3c9df7\"] { line-height: 1.5em !important; }[data-css=\"tve-u-15d9d3b42fd\"] { line-height: 1.4em !important; }[data-css=\"tve-u-15d9d3a890f\"] { font-size: 35px; width: 35px; height: 35px; color: rgb(169, 169, 169); margin-left: auto !important; margin-right: auto !important; margin-top: 30px !important; }[data-css=\"tve-u-15d9d39e88e\"] { max-width: 23.9%; }[data-css=\"tve-u-15d9d39e881\"] { max-width: 24.1%; }[data-css=\"tve-u-15d9d39e872\"] { max-width: 22.1%; }[data-css=\"tve-u-15d9d39e85e\"] { max-width: 29.9%; }[data-css=\"tve-u-15d9d39bb24\"] { float: right; width: 352px; }[data-css=\"tve-u-15d9d387a5a\"] { background-color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15d9d38550e\"] { border-bottom: 7px solid rgb(18, 136, 204); padding-left: 20px !important; padding-right: 20px !important; }[data-css=\"tve-u-15d9d383e6b\"] { max-width: 1220px; }#tcb_landing_page h1 strong { font-weight: 500; }#tcb_landing_page p strong, #tcb_landing_page li strong { font-weight: 600; }#tcb_landing_page h2 { font-family: Oswald; font-weight: 400; font-size: 55px; line-height: 1.3em; color: rgb(18, 136, 204); }#tcb_landing_page h1 { font-family: Oswald; font-weight: 300; color: rgb(18, 136, 204); font-size: 66px; line-height: 1.3em; }#tcb_landing_page p, #tcb_landing_page li { font-family: \"Open Sans\"; font-weight: 400; font-size: 18px; line-height: 1.93em; }[data-css=\"tve-u-15d9d62d4c5\"] { margin-bottom: 0px !important; margin-top: 10px !important; }[data-css=\"tve-u-15d9d63349a\"] { margin-right: 8px !important; }[data-css=\"tve-u-15d9d6d2b9a\"] { width: 160px; float: left; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15d9d7069ba\"] { margin: 45px auto 28px !important; }#tve_editor [data-css=\"tve-u-15d9d7069ba\"]:hover [data-css=\"tve-u-15d9d42c287\"] { background-color: rgb(155, 0, 0) !important; }[data-css=\"tve-u-15d9d7069ba\"] .tcb-button-link { border: 1px solid rgb(228, 62, 62); border-radius: 15px; overflow: hidden; font-family: Oswald; font-weight: 400; font-size: 30px; box-shadow: rgba(0, 0, 0, 0.41) 0px 2px 5px 0px; }[data-css=\"tve-u-15d9d708a01\"] { margin-top: 12px !important; padding-left: 18px !important; margin-bottom: 15px !important; }[data-css=\"tve-u-15d9d72c1ae\"] { background-color: rgb(59, 59, 59) !important; }[data-css=\"tve-u-15d9d72e1d8\"] { max-width: 1220px; }[data-css=\"tve-u-15d9d760e96\"] { font-size: 35px; width: 35px; height: 35px; color: rgb(169, 169, 169); margin-left: auto !important; margin-right: auto !important; margin-top: 30px !important; }[data-css=\"tve-u-15d9d76cef0\"] { margin-top: 12px !important; padding-left: 18px !important; }#tve_editor [data-css=\"tve-u-15d9d770887\"]:hover [data-css=\"tve-u-15d9d42c287\"] { background-color: rgb(155, 0, 0) !important; }[data-css=\"tve-u-15d9d770887\"] .tcb-button-link { border: 1px solid rgb(228, 62, 62); border-radius: 15px; overflow: hidden; font-family: Oswald; font-weight: 400; font-size: 30px; box-shadow: rgba(0, 0, 0, 0.41) 0px 2px 5px 0px; }[data-css=\"tve-u-15d9d7b1d2f\"] { margin-top: 25px !important; margin-bottom: 12px !important; }[data-css=\"tve-u-15dcce974d3\"] { padding: 20px !important; }}@media (max-width: 1023px){[data-css=\"tve-u-15d9d4b5fc7\"] { margin-top: 30px !important; }[data-css=\"tve-u-15dcce81d3a\"] { flex-direction: row; }[data-css=\"tve-u-15dcce7fa03\"] { flex-direction: row; }[data-css=\"tve-u-15dcce7b583\"] { padding-top: 0px !important; }[data-css=\"tve-u-15d9d793442\"] { max-width: 41.7%; }[data-css=\"tve-u-15d9d79340f\"] { max-width: 58.3%; }[data-css=\"tve-u-15d9d612a88\"] { margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15d9d745c7a\"] .tcb-flex-col { flex-basis: 108px !important; }}@media (max-width: 767px){[data-css=\"tve-u-15def6eca6b\"] { text-align: center; }[data-css=\"tve-u-15def6eaf29\"] { text-align: center; }[data-css=\"tve-u-15d9d3fc669\"] { padding-left: 10px !important; padding-right: 10px !important; }[data-css=\"tve-u-15d9d5eb3c1\"] { padding-left: 10px !important; padding-right: 10px !important; }[data-css=\"tve-u-15d9d628dd9\"] { padding-left: 10px !important; padding-right: 10px !important; }[data-css=\"tve-u-15d9d7042bb\"] { padding-left: 10px !important; padding-right: 10px !important; }[data-css=\"tve-u-15d9d64ce02\"] { padding-left: 10px !important; padding-right: 10px !important; }[data-css=\"tve-u-15def6d96a5\"] { text-align: center; }#tve_editor [data-css=\"tve-u-15def6d525b\"] { font-size: 15px !important; }[data-css=\"tve-u-15def6cf471\"] { text-align: center; }[data-css=\"tve-u-15d9d4be887\"] { border-right: 1px solid rgba(255, 255, 255, 0); }#tve_editor [data-css=\"tve-u-15dcce936fc\"] { font-size: 30px !important; }#tve_editor [data-css=\"tve-u-15dcce91832\"] { font-size: 30px !important; }#tve_editor [data-css=\"tve-u-15dcce8fc62\"] { font-size: 30px !important; }#tve_editor [data-css=\"tve-u-15dcce89fec\"] { font-size: 42px !important; }[data-css=\"tve-u-15d9d41cd70\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-15dcce81d3a\"] { flex-direction: column; }[data-css=\"tve-u-15dcce7fa03\"] { flex-direction: column; }[data-css=\"tve-u-15d9d7c4293\"] { margin-bottom: 2px !important; }[data-css=\"tve-u-15d9d7c2fa2\"] { margin-top: 24px !important; }[data-css=\"tve-u-15d9d6874bb\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-15d9d6d2b9a\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-15d9d745c7a\"] .tcb-flex-col { flex-basis: 163px !important; }[data-css=\"tve-u-15d9d7685af\"] { margin-bottom: 1px !important; }[data-css=\"tve-u-15d9d39bb24\"] { margin-bottom: -2px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15d9d760e96\"] { margin-top: 10px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-15d9d76cef0\"] { margin-top: 10px !important; }[data-css=\"tve-u-15d9d770887\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-15d9d7b1d2f\"] { margin-top: 1px !important; }[data-css=\"tve-u-15dcce974d3\"] { padding-left: 0px !important; padding-right: 0px !important; }}'),(3585,328,'tve_user_custom_css_tcb2-thrivebiz-auto','.thrv_text_element p { margin: 0;}\n.thrv_heading h1,h2,h3 {margin: 0;}'),(3586,328,'tve_has_masonry_tcb2-thrivebiz-auto','0'),(3587,328,'tve_has_typefocus_tcb2-thrivebiz-auto','0'),(3588,328,'tve_has_wistia_popover_tcb2-thrivebiz-auto','0'),(3589,328,'tve_page_events_tcb2-thrivebiz-auto','a:0:{}'),(3590,328,'thrive_icon_pack_tcb2-thrivebiz-auto','0'),(3591,328,'tve_globals_tcb2-thrivebiz-auto','a:2:{s:8:\"body_css\";s:17:\"tve-u-15d9d6b690f\";s:8:\"font_cls\";a:0:{}}'),(3592,328,'tve_global_scripts','a:2:{s:4:\"head\";s:0:\"\";s:6:\"footer\";s:0:\"\";}'),(3593,328,'thrive_tcb_post_fonts_tcb2-thrivebiz-auto','a:0:{}'),(3594,328,'tve_content_before_more_tcb2-thrivebiz-auto','<div class=\"thrv_wrapper thrv-page-section\" data-tve-style=\"1\" data-css=\"tve-u-15d9d38550e\" wfd-id=\"180\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15d9d387a5a\" wfd-id=\"214\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15d9d383e6b\" wfd-id=\"181\"><div class=\"thrv_wrapper thrv-columns\" style=\"\" wfd-id=\"182\"><div class=\"tcb-flex-row tcb-resized tcb--cols--4 tcb-medium-no-wrap tcb-flex-center\" data-css=\"tve-u-15dcce7b583\" wfd-id=\"183\"><div class=\"tcb-flex-col\" data-css=\"tve-u-15d9d39e85e\" wfd-id=\"209\"><div class=\"tcb-col tve_empty_dropzone\" style=\"\" wfd-id=\"211\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15d9d39bb24\" data-clear=\"both\" style=\"\" wfd-id=\"212\"><span class=\"tve_image_frame\" wfd-id=\"213\"><img class=\"tve_image\" alt=\"\" sizes=\"(max-width:352px) 100vw, 352px\" width=\"352\" height=\"110\" title=\"bizcar-logo\" data-id=\"80\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/bizcar-logo.png\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-15d9d39e872\" wfd-id=\"201\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"203\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-15d9d760e96\" wfd-id=\"208\"><svg class=\"tcb-icon\" viewBox=\"0 0 22 28\" data-name=\"phone\">\n<title>phone</title>\n<path d=\"M22 19.375c0 0.562-0.25 1.656-0.484 2.172-0.328 0.766-1.203 1.266-1.906 1.656-0.922 0.5-1.859 0.797-2.906 0.797-1.453 0-2.766-0.594-4.094-1.078-0.953-0.344-1.875-0.766-2.734-1.297-2.656-1.641-5.859-4.844-7.5-7.5-0.531-0.859-0.953-1.781-1.297-2.734-0.484-1.328-1.078-2.641-1.078-4.094 0-1.047 0.297-1.984 0.797-2.906 0.391-0.703 0.891-1.578 1.656-1.906 0.516-0.234 1.609-0.484 2.172-0.484 0.109 0 0.219 0 0.328 0.047 0.328 0.109 0.672 0.875 0.828 1.188 0.5 0.891 0.984 1.797 1.5 2.672 0.25 0.406 0.719 0.906 0.719 1.391 0 0.953-2.828 2.344-2.828 3.187 0 0.422 0.391 0.969 0.609 1.344 1.578 2.844 3.547 4.813 6.391 6.391 0.375 0.219 0.922 0.609 1.344 0.609 0.844 0 2.234-2.828 3.187-2.828 0.484 0 0.984 0.469 1.391 0.719 0.875 0.516 1.781 1 2.672 1.5 0.313 0.156 1.078 0.5 1.188 0.828 0.047 0.109 0.047 0.219 0.047 0.328z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"206\"><p data-css=\"tve-u-15d9d3b42fd\" style=\"text-align: center;\"><span style=\"font-size: 16px;\" wfd-id=\"207\">Call us:</span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15d9d7685af\" style=\"\" wfd-id=\"204\"><p data-css=\"tve-u-15d9d3c9df7\" style=\"text-align: center;\"><span style=\"color: rgb(228, 0, 0); font-family: Oswald; font-weight: 400; font-size: 25px;\" wfd-id=\"205\">555-555-555</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-15d9d39e881\" wfd-id=\"192\"><div class=\"tcb-col tve_empty_dropzone\" style=\"\" wfd-id=\"194\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display tcb-mobile-hidden\" data-css=\"tve-u-15d9d3a890f\" wfd-id=\"200\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"clock-o\">\n<title>clock-o</title>\n<path d=\"M14 8.5v7c0 0.281-0.219 0.5-0.5 0.5h-5c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h3.5v-5.5c0-0.281 0.219-0.5 0.5-0.5h1c0.281 0 0.5 0.219 0.5 0.5zM20.5 14c0-4.688-3.813-8.5-8.5-8.5s-8.5 3.813-8.5 8.5 3.813 8.5 8.5 8.5 8.5-3.813 8.5-8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone tcb-mobile-hidden\" style=\"\" wfd-id=\"195\"><p data-css=\"tve-u-15d9d3b42fd\" style=\"text-align: center;\"><span style=\"font-size: 16px;\" wfd-id=\"199\"><strong>Service open:</strong></span></p><p data-css=\"tve-u-15d9d3b42fd\" style=\"text-align: center;\"><span style=\"font-size: 16px;\" wfd-id=\"198\">Mon-Fri: 09:00-19:00&nbsp;</span></p><p data-css=\"tve-u-15d9d3b42fd\" style=\"text-align: center;\"><span style=\"font-size: 16px;\" wfd-id=\"196\"><strong><span style=\"color: rgb(228, 0, 0);\" wfd-id=\"197\">24h Towing!</span></strong></span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-15d9d39e88e\" wfd-id=\"184\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"186\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display tcb-mobile-hidden\" data-css=\"tve-u-15d9d3a890f\" wfd-id=\"191\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 28\" data-name=\"map-o\">\n<title>map-o</title>\n<path d=\"M31.563 0.172c0.266 0.187 0.438 0.5 0.438 0.828v22c0 0.406-0.25 0.781-0.625 0.922l-10 4c-0.25 0.109-0.5 0.109-0.75 0l-9.625-3.844-9.625 3.844c-0.125 0.063-0.25 0.078-0.375 0.078-0.203 0-0.391-0.063-0.562-0.172-0.266-0.187-0.438-0.5-0.438-0.828v-22c0-0.406 0.25-0.781 0.625-0.922l10-4c0.25-0.109 0.5-0.109 0.75 0l9.625 3.844 9.625-3.844c0.313-0.125 0.656-0.094 0.938 0.094zM11.5 2.281v19.844l9 3.594v-19.844zM2 5.672v19.844l8.5-3.391v-19.844zM30 22.328v-19.844l-8.5 3.391v19.844z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone tcb-mobile-hidden\" wfd-id=\"187\"><p data-css=\"tve-u-15d9d3b42fd\" style=\"text-align: center;\"><span style=\"font-size: 16px;\" wfd-id=\"190\">City Name</span></p><p data-css=\"tve-u-15d9d3b42fd\" style=\"text-align: center;\"><span style=\"font-size: 16px;\" wfd-id=\"189\">123 Street Name</span></p><p data-css=\"tve-u-15d9d3b42fd\" style=\"text-align: center;\"><span style=\"font-size: 16px;\" wfd-id=\"188\">77UO2 State</span></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-tve-style=\"1\" data-css=\"tve-u-15d9d3fc669\" style=\"\" wfd-id=\"160\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15d9d3ff4f6\" wfd-id=\"179\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15d9d3fb664\" wfd-id=\"161\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15d9d41cd70\" style=\"\" data-tag=\"h1\" wfd-id=\"177\"><h1 data-css=\"tve-u-15dcce89fec\" style=\"text-align: center;\"><span style=\"color: rgb(255, 255, 255);\" wfd-id=\"178\">Drive <strong>Confidently</strong> in a <strong>Perfectly Maintained</strong> Car</span></h1></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15d9d4d1a6d\" style=\"\" wfd-id=\"162\"><div class=\"tcb-flex-row tcb--cols--2 tcb-medium-no-wrap tcb-resized\" data-css=\"tve-u-15d9d745c7a\" wfd-id=\"163\"><div class=\"tcb-flex-col\" data-css=\"tve-u-15d9d79340f\" wfd-id=\"170\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15d9d4be887\" style=\"\" wfd-id=\"172\"><div class=\"thrv_wrapper thrv-button tcb-with-icon tcb-icon-display\" data-css=\"tve-u-15d9d770887\" style=\"\" wfd-id=\"173\">\n<a href=\"#\" class=\"tcb-button-link\" data-css=\"tve-u-15d9d42c287\"><span class=\"tcb-button-icon\" wfd-id=\"176\"><svg class=\"tcb-icon\" viewBox=\"0 0 26 28\" data-name=\"wrench\">\n<title>wrench</title>\n<path d=\"M6 23c0-0.547-0.453-1-1-1s-1 0.453-1 1 0.453 1 1 1 1-0.453 1-1zM16.063 16.438l-10.656 10.656c-0.359 0.359-0.875 0.578-1.406 0.578s-1.047-0.219-1.422-0.578l-1.656-1.687c-0.375-0.359-0.594-0.875-0.594-1.406s0.219-1.047 0.594-1.422l10.641-10.641c0.812 2.047 2.453 3.687 4.5 4.5zM25.969 9.641c0 0.516-0.187 1.156-0.359 1.656-0.984 2.781-3.656 4.703-6.609 4.703-3.859 0-7-3.141-7-7s3.141-7 7-7c1.141 0 2.625 0.344 3.578 0.984 0.156 0.109 0.25 0.25 0.25 0.438 0 0.172-0.109 0.344-0.25 0.438l-4.578 2.641v3.5l3.016 1.672c0.516-0.297 4.141-2.578 4.453-2.578s0.5 0.234 0.5 0.547z\"></path>\n</svg></span>\n<span class=\"tcb-button-texts\" wfd-id=\"174\"><span class=\"tcb-button-text thrv-inline-text\" wfd-id=\"175\">Request an Appointment</span></span>\n</a>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-15d9d793442\" wfd-id=\"164\"><div class=\"tcb-col tve_empty_dropzone\" style=\"\" data-css=\"tve-u-15def6cf471\" wfd-id=\"166\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15d9d76cef0\" style=\"\" wfd-id=\"167\"><p data-css=\"tve-u-15def6d525b\"><span style=\"font-family: Oswald; font-weight: 400; font-size: 30px;\" wfd-id=\"169\">or call us for assistance at:</span></p><p><span style=\"font-family: Oswald; font-weight: 400; font-size: 30px;\" wfd-id=\"168\">555-555-555</span></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15d9d5307cd\" style=\"\" wfd-id=\"155\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15d9d52e9ca\" wfd-id=\"159\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"156\"><div class=\"thrv_wrapper thrv_heading\" style=\"\" data-tag=\"h2\" wfd-id=\"157\"><h2 data-css=\"tve-u-15d9d541e6c\" style=\"text-align: center;\"><span style=\"color: rgb(255, 255, 255); font-size: 45px;\" wfd-id=\"158\">Our Services</span></h2></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-tve-style=\"1\" wfd-id=\"149\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15d9d4d8a08\" wfd-id=\"154\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15d9d4d5956\" wfd-id=\"150\"><div class=\"thrv_wrapper thrv_post_grid\" data-css=\"tve-u-15d9d4eeee1\" wfd-id=\"151\"><div class=\"thrive-shortcode-config\" style=\"display: none !important\" wfd-id=\"153\">__CONFIG_post_grid__{\"display\":\"grid\",\"grid_layout\":\"horizontal\",\"columns\":\"4\",\"text_type\":\"summary\",\"read-more-text\":\"Read More\",\"image-height\":\"\",\"teaser_layout\":{\"featured_image\":\"true\",\"title\":\"true\",\"text\":\"false\",\"read_more\":\"false\"},\"layout\":[\"title\",\"featured_image\",\"text\",\"read_more\"],\"orderby\":\"date\",\"order\":\"DESC\",\"recent_days\":\"0\",\"posts_start\":\"0\",\"posts_per_page\":\"4\",\"content_types\":[\"post\"],\"filters\":{\"category\":[],\"tag\":[],\"tax\":[],\"author\":[],\"posts\":[]},\"action\":\"tcb_editor_ajax\",\"custom\":\"post_grid\",\"nonce\":\"b84a45401b\",\"exclude\":0}__CONFIG_post_grid__</div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-tve-style=\"1\" data-css=\"tve-u-15d9d5eb3c1\" style=\"\" wfd-id=\"122\">\n<div class=\"tve-page-section-out\" wfd-id=\"148\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15d9d5ed5e1\" wfd-id=\"123\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15d9d60ad70\" style=\"\" wfd-id=\"136\"><div class=\"tcb-flex-row tcb--cols--2 tcb-resized tcb-medium-wrap\" data-css=\"tve-u-15dcce7fa03\" wfd-id=\"137\"><div class=\"tcb-flex-col\" data-css=\"tve-u-15d9d603565\" wfd-id=\"143\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"145\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15d9d608417\" style=\"\" data-tag=\"h2\" wfd-id=\"147\"><h2 data-css=\"tve-u-15dcce8fc62\">Auto Repair Services You Can Count On!</h2></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" wfd-id=\"146\"><p>We have been providing quality car care in CityName since 1990. We are a small business delivering honest and professional automotive repair and auto maintenance services . Our quality certified technicians employ todayâ€™s latest automotive technology and are equipped to handle all major and minor repairs on foreign and domestic vehicles.</p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-15d9d603585\" wfd-id=\"138\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"140\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15d9d600869\" data-clear=\"both\" wfd-id=\"141\"><span class=\"tve_image_frame\" wfd-id=\"142\"><img class=\"tve_image\" alt=\"\" sizes=\"(max-width:568px) 100vw, 568px\" width=\"568\" height=\"354\" title=\"bizcar-image1\" data-id=\"78\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/bizcar-image1.jpg\"></span></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15d9d61a40e\" style=\"\" wfd-id=\"124\"><div class=\"tcb-flex-row tcb--cols--2 tcb-medium-wrap tcb-reverse\" data-css=\"tve-u-15dcce81d3a\" wfd-id=\"125\"><div class=\"tcb-flex-col\" wfd-id=\"131\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"133\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15d9d612a88\" data-clear=\"both\" wfd-id=\"134\"><span class=\"tve_image_frame\" wfd-id=\"135\"><img class=\"tve_image\" alt=\"\" sizes=\"(max-width:568px) 100vw, 568px\" width=\"568\" height=\"354\" title=\"bizcar-image2\" data-id=\"79\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/bizcar-image2.jpg\"></span></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"126\"><div class=\"tcb-col tve_empty_dropzone\" style=\"\" wfd-id=\"128\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15d9d7b1d2f\" style=\"\" data-tag=\"h2\" wfd-id=\"130\"><h2 data-css=\"tve-u-15dcce91832\">Why Us?</h2></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" wfd-id=\"129\"><p>You\'ll be hard-pressed to find the same level of expertise that our auto mechanic specialists provide!</p><p><br></p><p>We have years of experience working on both domestic and import vehicles of all makes and models and can work with you to find cost-effective repair and maintenance alternatives.</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-tve-style=\"1\" data-css=\"tve-u-15d9d628dd9\" style=\"\" wfd-id=\"103\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15d9d622425\" wfd-id=\"121\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15d9d627ee5\" wfd-id=\"104\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15d9d62d4c5\" wfd-id=\"105\"><div class=\"tcb-flex-row tcb--cols--2\" wfd-id=\"106\"><div class=\"tcb-flex-col\" wfd-id=\"114\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15d9d63349a\" wfd-id=\"116\"><div class=\"thrv_wrapper thrv-button tcb-with-icon tcb-icon-display\" data-css=\"tve-u-15d9d43c438\" wfd-id=\"117\">\n<a href=\"#\" class=\"tcb-button-link\" data-css=\"tve-u-15d9d42c287\"><span class=\"tcb-button-icon\" wfd-id=\"120\"><svg class=\"tcb-icon\" viewBox=\"0 0 26 28\" data-name=\"wrench\">\n<title>wrench</title>\n<path d=\"M6 23c0-0.547-0.453-1-1-1s-1 0.453-1 1 0.453 1 1 1 1-0.453 1-1zM16.063 16.438l-10.656 10.656c-0.359 0.359-0.875 0.578-1.406 0.578s-1.047-0.219-1.422-0.578l-1.656-1.687c-0.375-0.359-0.594-0.875-0.594-1.406s0.219-1.047 0.594-1.422l10.641-10.641c0.812 2.047 2.453 3.687 4.5 4.5zM25.969 9.641c0 0.516-0.187 1.156-0.359 1.656-0.984 2.781-3.656 4.703-6.609 4.703-3.859 0-7-3.141-7-7s3.141-7 7-7c1.141 0 2.625 0.344 3.578 0.984 0.156 0.109 0.25 0.25 0.25 0.438 0 0.172-0.109 0.344-0.25 0.438l-4.578 2.641v3.5l3.016 1.672c0.516-0.297 4.141-2.578 4.453-2.578s0.5 0.234 0.5 0.547z\"></path>\n</svg></span>\n<span class=\"tcb-button-texts\" wfd-id=\"118\"><span class=\"tcb-button-text thrv-inline-text\" wfd-id=\"119\">Request an Appointment</span></span>\n</a>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"107\"><div class=\"tcb-col tve_empty_dropzone\" style=\"\" data-css=\"tve-u-15def6d96a5\" wfd-id=\"109\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15d9d4b5fc7\" style=\"\" wfd-id=\"110\"><p><span style=\"font-family: Oswald; font-weight: 400; font-size: 30px;\" wfd-id=\"112\"><span style=\"color: rgb(228, 0, 0);\" wfd-id=\"113\">or Call Us</span> for Assistance at:</span></p><p data-css=\"tve-u-15d9d63eb98\"><span style=\"font-family: Oswald; font-weight: 400; font-size: 39px; color: rgb(228, 0, 0);\" wfd-id=\"111\">555-555-555</span></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-tve-style=\"1\" data-css=\"tve-u-15d9d64ce02\" style=\"\" wfd-id=\"63\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15d9d64ac43\" wfd-id=\"102\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15d9d64c0b3\" wfd-id=\"64\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15d9d65529e\" style=\"\" data-tag=\"h2\" wfd-id=\"101\"><h2 data-css=\"tve-u-15dcce936fc\">What Our Customers Say<s>â€‹</s></h2></div><div class=\"thrv_wrapper thrv-columns\" wfd-id=\"83\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" wfd-id=\"84\"><div class=\"tcb-flex-col\" data-css=\"tve-u-15d9d6ab956\" wfd-id=\"96\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"98\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15d9d6874bb\" data-clear=\"both\" wfd-id=\"99\"><span class=\"tve_image_frame\" wfd-id=\"100\"><img class=\"tve_image\" alt=\"\" sizes=\"(max-width:160px) 100vw, 160px\" width=\"160\" height=\"160\" title=\"knowhow-person3\" data-id=\"253\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/knowhow-person3.png\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-15d9d6ab982\" wfd-id=\"85\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"87\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15d9d6afca0\" wfd-id=\"88\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15d9d69b2d9\" wfd-id=\"95\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"89\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15d9d6cc24d\" data-tag=\"h3\" wfd-id=\"93\"><h3><em><span style=\"color: rgb(18, 136, 204);\" wfd-id=\"94\">â€œBest part of the review will be used as a title hereâ€</span></em></h3></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"92\"><p><strong>Vivamus sit amet lacus eu odio lacinia efficitur venenatis quis tellus. Ut eget lacus velit. Sed egestas diam vel iaculis dapibus. Fusce tortor lorem, fringilla et tortor eu, hendrerit convallis. Pellentesque non facilisis purus, id lorem ipsum ultrices erat.</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15d9d6c7916\" wfd-id=\"90\"><p><em><span style=\"color: rgb(18, 136, 204);\" wfd-id=\"91\">Albert Stewart</span></em></p><p><em>Professional Testimonial Poser</em></p></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" wfd-id=\"65\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" wfd-id=\"66\"><div class=\"tcb-flex-col\" data-css=\"tve-u-15d9d6ab956\" wfd-id=\"78\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"80\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15d9d6d2b9a\" data-clear=\"both\" wfd-id=\"81\"><span class=\"tve_image_frame\" wfd-id=\"82\"><img class=\"tve_image\" alt=\"\" sizes=\"(max-width:160px) 100vw, 160px\" width=\"160\" height=\"160\" title=\"knowhow-person2\" data-id=\"252\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/knowhow-person2.png\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-15d9d6ab982\" wfd-id=\"67\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"69\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15d9d6afca0\" wfd-id=\"70\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15d9d69b2d9\" wfd-id=\"77\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"71\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15d9d6cc24d\" data-tag=\"h3\" wfd-id=\"75\"><h3><em><span style=\"color: rgb(18, 136, 204);\" wfd-id=\"76\">â€œBest part of the review will be used as a title hereâ€</span></em></h3></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"74\"><p><strong>Vivamus sit amet lacus eu odio lacinia efficitur venenatis quis tellus. Ut eget lacus velit. Sed egestas diam vel iaculis dapibus. Fusce tortor lorem, fringilla et tortor eu, hendrerit convallis. Pellentesque non facilisis purus, id lorem ipsum ultrices erat.</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15d9d6c7916\" wfd-id=\"72\"><p><em><span style=\"color: rgb(18, 136, 204);\" wfd-id=\"73\">Samantha Allen</span></em></p><p><em>Professional Testimonial Poser</em></p></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-tve-style=\"1\" data-css=\"tve-u-15d9d7042bb\" style=\"\" wfd-id=\"52\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15d9d6dabf3\" wfd-id=\"62\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15d9d7036db\" wfd-id=\"53\"><div class=\"thrv_wrapper thrv-button tcb-with-icon tcb-icon-display\" data-css=\"tve-u-15d9d7069ba\" wfd-id=\"58\">\n<a href=\"#\" class=\"tcb-button-link\" data-css=\"tve-u-15d9d42c287\"><span class=\"tcb-button-icon\" wfd-id=\"61\"><svg class=\"tcb-icon\" viewBox=\"0 0 26 28\" data-name=\"wrench\">\n<title>wrench</title>\n<path d=\"M6 23c0-0.547-0.453-1-1-1s-1 0.453-1 1 0.453 1 1 1 1-0.453 1-1zM16.063 16.438l-10.656 10.656c-0.359 0.359-0.875 0.578-1.406 0.578s-1.047-0.219-1.422-0.578l-1.656-1.687c-0.375-0.359-0.594-0.875-0.594-1.406s0.219-1.047 0.594-1.422l10.641-10.641c0.812 2.047 2.453 3.687 4.5 4.5zM25.969 9.641c0 0.516-0.187 1.156-0.359 1.656-0.984 2.781-3.656 4.703-6.609 4.703-3.859 0-7-3.141-7-7s3.141-7 7-7c1.141 0 2.625 0.344 3.578 0.984 0.156 0.109 0.25 0.25 0.25 0.438 0 0.172-0.109 0.344-0.25 0.438l-4.578 2.641v3.5l3.016 1.672c0.516-0.297 4.141-2.578 4.453-2.578s0.5 0.234 0.5 0.547z\"></path>\n</svg></span>\n<span class=\"tcb-button-texts\" wfd-id=\"59\"><span class=\"tcb-button-text thrv-inline-text\" wfd-id=\"60\">Request an Appointment</span></span>\n</a>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15d9d708a01\" wfd-id=\"54\"><p style=\"text-align: center;\"><span style=\"font-family: Oswald; font-weight: 400; font-size: 30px;\" wfd-id=\"56\"><span style=\"color: rgb(255, 255, 255);\" wfd-id=\"57\">or Call Us for Assistance at:</span></span></p><p data-css=\"tve-u-15d9d63eb98\" style=\"text-align: center;\"><span style=\"font-family: Oswald; font-weight: 400; font-size: 39px; color: rgb(255, 255, 255);\" wfd-id=\"55\">555-555-555</span></p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-tve-style=\"1\" data-css=\"tve-u-15dcce974d3\" style=\"\" wfd-id=\"48\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15d9d7120d0\" wfd-id=\"51\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15d9d7130ac\" wfd-id=\"49\"><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" wfd-id=\"50\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=manchu piccu&amp;t=m&amp;z=13&amp;output=embed&amp;iwloc=near\"></iframe>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-tve-style=\"1\" data-css=\"tve-u-15d9d7143e7\" wfd-id=\"35\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15d9d72c1ae\" wfd-id=\"47\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15d9d72e1d8\" wfd-id=\"36\"><div class=\"thrv_wrapper thrv-columns\" style=\"\" data-css=\"tve-u-15def6eaf29\" wfd-id=\"37\"><div class=\"tcb-flex-row tcb--cols--2\" wfd-id=\"38\"><div class=\"tcb-flex-col\" wfd-id=\"43\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"45\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15d9d7c4293\" style=\"\" wfd-id=\"46\"><p>Copyright 2017, Company Name</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"39\"><div class=\"tcb-col tve_empty_dropzone\" style=\"\" data-css=\"tve-u-15def6eca6b\" wfd-id=\"41\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15d9d7c2fa2\" style=\"\" wfd-id=\"42\"><p style=\"text-align: right;\">Privacy Policy - Disclaimer</p></div></div></div></div></div></div>\n</div>'),(3595,328,'tve_content_more_found_tcb2-thrivebiz-auto',''),(3596,328,'tcb_editor_enabled','1'),(3597,331,'tve_revision_tve_landing_page','tcb2-thrivebiz-auto'),(3598,331,'tve_revision_tve_disable_theme_dependency',''),(3599,331,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv-page-section\" data-tve-style=\"1\" data-css=\"tve-u-15d9d38550e\" wfd-id=\"180\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15d9d387a5a\" wfd-id=\"214\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15d9d383e6b\" wfd-id=\"181\"><div class=\"thrv_wrapper thrv-columns\" style=\"\" wfd-id=\"182\"><div class=\"tcb-flex-row tcb-resized tcb--cols--4 tcb-medium-no-wrap tcb-flex-center\" data-css=\"tve-u-15dcce7b583\" wfd-id=\"183\"><div class=\"tcb-flex-col\" data-css=\"tve-u-15d9d39e85e\" wfd-id=\"209\"><div class=\"tcb-col tve_empty_dropzone\" style=\"\" wfd-id=\"211\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15d9d39bb24\" data-clear=\"both\" style=\"\" wfd-id=\"212\"><span class=\"tve_image_frame\" wfd-id=\"213\"><img class=\"tve_image\" alt=\"\" sizes=\"(max-width:352px) 100vw, 352px\" width=\"352\" height=\"110\" title=\"bizcar-logo\" data-id=\"80\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/bizcar-logo.png\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-15d9d39e872\" wfd-id=\"201\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"203\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-15d9d760e96\" wfd-id=\"208\"><svg class=\"tcb-icon\" viewBox=\"0 0 22 28\" data-name=\"phone\">\n<title>phone</title>\n<path d=\"M22 19.375c0 0.562-0.25 1.656-0.484 2.172-0.328 0.766-1.203 1.266-1.906 1.656-0.922 0.5-1.859 0.797-2.906 0.797-1.453 0-2.766-0.594-4.094-1.078-0.953-0.344-1.875-0.766-2.734-1.297-2.656-1.641-5.859-4.844-7.5-7.5-0.531-0.859-0.953-1.781-1.297-2.734-0.484-1.328-1.078-2.641-1.078-4.094 0-1.047 0.297-1.984 0.797-2.906 0.391-0.703 0.891-1.578 1.656-1.906 0.516-0.234 1.609-0.484 2.172-0.484 0.109 0 0.219 0 0.328 0.047 0.328 0.109 0.672 0.875 0.828 1.188 0.5 0.891 0.984 1.797 1.5 2.672 0.25 0.406 0.719 0.906 0.719 1.391 0 0.953-2.828 2.344-2.828 3.187 0 0.422 0.391 0.969 0.609 1.344 1.578 2.844 3.547 4.813 6.391 6.391 0.375 0.219 0.922 0.609 1.344 0.609 0.844 0 2.234-2.828 3.187-2.828 0.484 0 0.984 0.469 1.391 0.719 0.875 0.516 1.781 1 2.672 1.5 0.313 0.156 1.078 0.5 1.188 0.828 0.047 0.109 0.047 0.219 0.047 0.328z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"206\"><p data-css=\"tve-u-15d9d3b42fd\" style=\"text-align: center;\"><span style=\"font-size: 16px;\" wfd-id=\"207\">Call us:</span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15d9d7685af\" style=\"\" wfd-id=\"204\"><p data-css=\"tve-u-15d9d3c9df7\" style=\"text-align: center;\"><span style=\"color: rgb(228, 0, 0); font-family: Oswald; font-weight: 400; font-size: 25px;\" wfd-id=\"205\">555-555-555</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-15d9d39e881\" wfd-id=\"192\"><div class=\"tcb-col tve_empty_dropzone\" style=\"\" wfd-id=\"194\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display tcb-mobile-hidden\" data-css=\"tve-u-15d9d3a890f\" wfd-id=\"200\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"clock-o\">\n<title>clock-o</title>\n<path d=\"M14 8.5v7c0 0.281-0.219 0.5-0.5 0.5h-5c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h3.5v-5.5c0-0.281 0.219-0.5 0.5-0.5h1c0.281 0 0.5 0.219 0.5 0.5zM20.5 14c0-4.688-3.813-8.5-8.5-8.5s-8.5 3.813-8.5 8.5 3.813 8.5 8.5 8.5 8.5-3.813 8.5-8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone tcb-mobile-hidden\" style=\"\" wfd-id=\"195\"><p data-css=\"tve-u-15d9d3b42fd\" style=\"text-align: center;\"><span style=\"font-size: 16px;\" wfd-id=\"199\"><strong>Service open:</strong></span></p><p data-css=\"tve-u-15d9d3b42fd\" style=\"text-align: center;\"><span style=\"font-size: 16px;\" wfd-id=\"198\">Mon-Fri: 09:00-19:00&nbsp;</span></p><p data-css=\"tve-u-15d9d3b42fd\" style=\"text-align: center;\"><span style=\"font-size: 16px;\" wfd-id=\"196\"><strong><span style=\"color: rgb(228, 0, 0);\" wfd-id=\"197\">24h Towing!</span></strong></span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-15d9d39e88e\" wfd-id=\"184\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"186\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display tcb-mobile-hidden\" data-css=\"tve-u-15d9d3a890f\" wfd-id=\"191\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 28\" data-name=\"map-o\">\n<title>map-o</title>\n<path d=\"M31.563 0.172c0.266 0.187 0.438 0.5 0.438 0.828v22c0 0.406-0.25 0.781-0.625 0.922l-10 4c-0.25 0.109-0.5 0.109-0.75 0l-9.625-3.844-9.625 3.844c-0.125 0.063-0.25 0.078-0.375 0.078-0.203 0-0.391-0.063-0.562-0.172-0.266-0.187-0.438-0.5-0.438-0.828v-22c0-0.406 0.25-0.781 0.625-0.922l10-4c0.25-0.109 0.5-0.109 0.75 0l9.625 3.844 9.625-3.844c0.313-0.125 0.656-0.094 0.938 0.094zM11.5 2.281v19.844l9 3.594v-19.844zM2 5.672v19.844l8.5-3.391v-19.844zM30 22.328v-19.844l-8.5 3.391v19.844z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone tcb-mobile-hidden\" wfd-id=\"187\"><p data-css=\"tve-u-15d9d3b42fd\" style=\"text-align: center;\"><span style=\"font-size: 16px;\" wfd-id=\"190\">City Name</span></p><p data-css=\"tve-u-15d9d3b42fd\" style=\"text-align: center;\"><span style=\"font-size: 16px;\" wfd-id=\"189\">123 Street Name</span></p><p data-css=\"tve-u-15d9d3b42fd\" style=\"text-align: center;\"><span style=\"font-size: 16px;\" wfd-id=\"188\">77UO2 State</span></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-tve-style=\"1\" data-css=\"tve-u-15d9d3fc669\" style=\"\" wfd-id=\"160\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15d9d3ff4f6\" wfd-id=\"179\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15d9d3fb664\" wfd-id=\"161\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15d9d41cd70\" style=\"\" data-tag=\"h1\" wfd-id=\"177\"><h1 data-css=\"tve-u-15dcce89fec\" style=\"text-align: center;\"><span style=\"color: rgb(255, 255, 255);\" wfd-id=\"178\">Drive <strong>Confidently</strong> in a <strong>Perfectly Maintained</strong> Car</span></h1></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15d9d4d1a6d\" style=\"\" wfd-id=\"162\"><div class=\"tcb-flex-row tcb--cols--2 tcb-medium-no-wrap tcb-resized\" data-css=\"tve-u-15d9d745c7a\" wfd-id=\"163\"><div class=\"tcb-flex-col\" data-css=\"tve-u-15d9d79340f\" wfd-id=\"170\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15d9d4be887\" style=\"\" wfd-id=\"172\"><div class=\"thrv_wrapper thrv-button tcb-with-icon tcb-icon-display\" data-css=\"tve-u-15d9d770887\" style=\"\" wfd-id=\"173\">\n<a href=\"#\" class=\"tcb-button-link\" data-css=\"tve-u-15d9d42c287\"><span class=\"tcb-button-icon\" wfd-id=\"176\"><svg class=\"tcb-icon\" viewBox=\"0 0 26 28\" data-name=\"wrench\">\n<title>wrench</title>\n<path d=\"M6 23c0-0.547-0.453-1-1-1s-1 0.453-1 1 0.453 1 1 1 1-0.453 1-1zM16.063 16.438l-10.656 10.656c-0.359 0.359-0.875 0.578-1.406 0.578s-1.047-0.219-1.422-0.578l-1.656-1.687c-0.375-0.359-0.594-0.875-0.594-1.406s0.219-1.047 0.594-1.422l10.641-10.641c0.812 2.047 2.453 3.687 4.5 4.5zM25.969 9.641c0 0.516-0.187 1.156-0.359 1.656-0.984 2.781-3.656 4.703-6.609 4.703-3.859 0-7-3.141-7-7s3.141-7 7-7c1.141 0 2.625 0.344 3.578 0.984 0.156 0.109 0.25 0.25 0.25 0.438 0 0.172-0.109 0.344-0.25 0.438l-4.578 2.641v3.5l3.016 1.672c0.516-0.297 4.141-2.578 4.453-2.578s0.5 0.234 0.5 0.547z\"></path>\n</svg></span>\n<span class=\"tcb-button-texts\" wfd-id=\"174\"><span class=\"tcb-button-text thrv-inline-text\" wfd-id=\"175\">Request an Appointment</span></span>\n</a>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-15d9d793442\" wfd-id=\"164\"><div class=\"tcb-col tve_empty_dropzone\" style=\"\" data-css=\"tve-u-15def6cf471\" wfd-id=\"166\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15d9d76cef0\" style=\"\" wfd-id=\"167\"><p data-css=\"tve-u-15def6d525b\"><span style=\"font-family: Oswald; font-weight: 400; font-size: 30px;\" wfd-id=\"169\">or call us for assistance at:</span></p><p><span style=\"font-family: Oswald; font-weight: 400; font-size: 30px;\" wfd-id=\"168\">555-555-555</span></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15d9d5307cd\" style=\"\" wfd-id=\"155\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15d9d52e9ca\" wfd-id=\"159\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"156\"><div class=\"thrv_wrapper thrv_heading\" style=\"\" data-tag=\"h2\" wfd-id=\"157\"><h2 data-css=\"tve-u-15d9d541e6c\" style=\"text-align: center;\"><span style=\"color: rgb(255, 255, 255); font-size: 45px;\" wfd-id=\"158\">Our Services</span></h2></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-tve-style=\"1\" wfd-id=\"149\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15d9d4d8a08\" wfd-id=\"154\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15d9d4d5956\" wfd-id=\"150\"><div class=\"thrv_wrapper thrv_post_grid\" data-css=\"tve-u-15d9d4eeee1\" wfd-id=\"151\"><div class=\"thrive-shortcode-config\" style=\"display: none !important\" wfd-id=\"153\">__CONFIG_post_grid__{\"display\":\"grid\",\"grid_layout\":\"horizontal\",\"columns\":\"4\",\"text_type\":\"summary\",\"read-more-text\":\"Read More\",\"image-height\":\"\",\"teaser_layout\":{\"featured_image\":\"true\",\"title\":\"true\",\"text\":\"false\",\"read_more\":\"false\"},\"layout\":[\"title\",\"featured_image\",\"text\",\"read_more\"],\"orderby\":\"date\",\"order\":\"DESC\",\"recent_days\":\"0\",\"posts_start\":\"0\",\"posts_per_page\":\"4\",\"content_types\":[\"post\"],\"filters\":{\"category\":[],\"tag\":[],\"tax\":[],\"author\":[],\"posts\":[]},\"action\":\"tcb_editor_ajax\",\"custom\":\"post_grid\",\"nonce\":\"b84a45401b\",\"exclude\":0}__CONFIG_post_grid__</div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-tve-style=\"1\" data-css=\"tve-u-15d9d5eb3c1\" style=\"\" wfd-id=\"122\">\n<div class=\"tve-page-section-out\" wfd-id=\"148\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15d9d5ed5e1\" wfd-id=\"123\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15d9d60ad70\" style=\"\" wfd-id=\"136\"><div class=\"tcb-flex-row tcb--cols--2 tcb-resized tcb-medium-wrap\" data-css=\"tve-u-15dcce7fa03\" wfd-id=\"137\"><div class=\"tcb-flex-col\" data-css=\"tve-u-15d9d603565\" wfd-id=\"143\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"145\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15d9d608417\" style=\"\" data-tag=\"h2\" wfd-id=\"147\"><h2 data-css=\"tve-u-15dcce8fc62\">Auto Repair Services You Can Count On!</h2></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" wfd-id=\"146\"><p>We have been providing quality car care in CityName since 1990. We are a small business delivering honest and professional automotive repair and auto maintenance services . Our quality certified technicians employ todayâ€™s latest automotive technology and are equipped to handle all major and minor repairs on foreign and domestic vehicles.</p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-15d9d603585\" wfd-id=\"138\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"140\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15d9d600869\" data-clear=\"both\" wfd-id=\"141\"><span class=\"tve_image_frame\" wfd-id=\"142\"><img class=\"tve_image\" alt=\"\" sizes=\"(max-width:568px) 100vw, 568px\" width=\"568\" height=\"354\" title=\"bizcar-image1\" data-id=\"78\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/bizcar-image1.jpg\"></span></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15d9d61a40e\" style=\"\" wfd-id=\"124\"><div class=\"tcb-flex-row tcb--cols--2 tcb-medium-wrap tcb-reverse\" data-css=\"tve-u-15dcce81d3a\" wfd-id=\"125\"><div class=\"tcb-flex-col\" wfd-id=\"131\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"133\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15d9d612a88\" data-clear=\"both\" wfd-id=\"134\"><span class=\"tve_image_frame\" wfd-id=\"135\"><img class=\"tve_image\" alt=\"\" sizes=\"(max-width:568px) 100vw, 568px\" width=\"568\" height=\"354\" title=\"bizcar-image2\" data-id=\"79\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/bizcar-image2.jpg\"></span></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"126\"><div class=\"tcb-col tve_empty_dropzone\" style=\"\" wfd-id=\"128\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15d9d7b1d2f\" style=\"\" data-tag=\"h2\" wfd-id=\"130\"><h2 data-css=\"tve-u-15dcce91832\">Why Us?</h2></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" wfd-id=\"129\"><p>You\'ll be hard-pressed to find the same level of expertise that our auto mechanic specialists provide!</p><p><br></p><p>We have years of experience working on both domestic and import vehicles of all makes and models and can work with you to find cost-effective repair and maintenance alternatives.</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-tve-style=\"1\" data-css=\"tve-u-15d9d628dd9\" style=\"\" wfd-id=\"103\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15d9d622425\" wfd-id=\"121\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15d9d627ee5\" wfd-id=\"104\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15d9d62d4c5\" wfd-id=\"105\"><div class=\"tcb-flex-row tcb--cols--2\" wfd-id=\"106\"><div class=\"tcb-flex-col\" wfd-id=\"114\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15d9d63349a\" wfd-id=\"116\"><div class=\"thrv_wrapper thrv-button tcb-with-icon tcb-icon-display\" data-css=\"tve-u-15d9d43c438\" wfd-id=\"117\">\n<a href=\"#\" class=\"tcb-button-link\" data-css=\"tve-u-15d9d42c287\"><span class=\"tcb-button-icon\" wfd-id=\"120\"><svg class=\"tcb-icon\" viewBox=\"0 0 26 28\" data-name=\"wrench\">\n<title>wrench</title>\n<path d=\"M6 23c0-0.547-0.453-1-1-1s-1 0.453-1 1 0.453 1 1 1 1-0.453 1-1zM16.063 16.438l-10.656 10.656c-0.359 0.359-0.875 0.578-1.406 0.578s-1.047-0.219-1.422-0.578l-1.656-1.687c-0.375-0.359-0.594-0.875-0.594-1.406s0.219-1.047 0.594-1.422l10.641-10.641c0.812 2.047 2.453 3.687 4.5 4.5zM25.969 9.641c0 0.516-0.187 1.156-0.359 1.656-0.984 2.781-3.656 4.703-6.609 4.703-3.859 0-7-3.141-7-7s3.141-7 7-7c1.141 0 2.625 0.344 3.578 0.984 0.156 0.109 0.25 0.25 0.25 0.438 0 0.172-0.109 0.344-0.25 0.438l-4.578 2.641v3.5l3.016 1.672c0.516-0.297 4.141-2.578 4.453-2.578s0.5 0.234 0.5 0.547z\"></path>\n</svg></span>\n<span class=\"tcb-button-texts\" wfd-id=\"118\"><span class=\"tcb-button-text thrv-inline-text\" wfd-id=\"119\">Request an Appointment</span></span>\n</a>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"107\"><div class=\"tcb-col tve_empty_dropzone\" style=\"\" data-css=\"tve-u-15def6d96a5\" wfd-id=\"109\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15d9d4b5fc7\" style=\"\" wfd-id=\"110\"><p><span style=\"font-family: Oswald; font-weight: 400; font-size: 30px;\" wfd-id=\"112\"><span style=\"color: rgb(228, 0, 0);\" wfd-id=\"113\">or Call Us</span> for Assistance at:</span></p><p data-css=\"tve-u-15d9d63eb98\"><span style=\"font-family: Oswald; font-weight: 400; font-size: 39px; color: rgb(228, 0, 0);\" wfd-id=\"111\">555-555-555</span></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-tve-style=\"1\" data-css=\"tve-u-15d9d64ce02\" style=\"\" wfd-id=\"63\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15d9d64ac43\" wfd-id=\"102\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15d9d64c0b3\" wfd-id=\"64\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15d9d65529e\" style=\"\" data-tag=\"h2\" wfd-id=\"101\"><h2 data-css=\"tve-u-15dcce936fc\">What Our Customers Say<s>â€‹</s></h2></div><div class=\"thrv_wrapper thrv-columns\" wfd-id=\"83\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" wfd-id=\"84\"><div class=\"tcb-flex-col\" data-css=\"tve-u-15d9d6ab956\" wfd-id=\"96\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"98\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15d9d6874bb\" data-clear=\"both\" wfd-id=\"99\"><span class=\"tve_image_frame\" wfd-id=\"100\"><img class=\"tve_image\" alt=\"\" sizes=\"(max-width:160px) 100vw, 160px\" width=\"160\" height=\"160\" title=\"knowhow-person3\" data-id=\"253\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/knowhow-person3.png\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-15d9d6ab982\" wfd-id=\"85\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"87\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15d9d6afca0\" wfd-id=\"88\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15d9d69b2d9\" wfd-id=\"95\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"89\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15d9d6cc24d\" data-tag=\"h3\" wfd-id=\"93\"><h3><em><span style=\"color: rgb(18, 136, 204);\" wfd-id=\"94\">â€œBest part of the review will be used as a title hereâ€</span></em></h3></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"92\"><p><strong>Vivamus sit amet lacus eu odio lacinia efficitur venenatis quis tellus. Ut eget lacus velit. Sed egestas diam vel iaculis dapibus. Fusce tortor lorem, fringilla et tortor eu, hendrerit convallis. Pellentesque non facilisis purus, id lorem ipsum ultrices erat.</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15d9d6c7916\" wfd-id=\"90\"><p><em><span style=\"color: rgb(18, 136, 204);\" wfd-id=\"91\">Albert Stewart</span></em></p><p><em>Professional Testimonial Poser</em></p></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" wfd-id=\"65\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" wfd-id=\"66\"><div class=\"tcb-flex-col\" data-css=\"tve-u-15d9d6ab956\" wfd-id=\"78\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"80\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15d9d6d2b9a\" data-clear=\"both\" wfd-id=\"81\"><span class=\"tve_image_frame\" wfd-id=\"82\"><img class=\"tve_image\" alt=\"\" sizes=\"(max-width:160px) 100vw, 160px\" width=\"160\" height=\"160\" title=\"knowhow-person2\" data-id=\"252\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/knowhow-person2.png\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-15d9d6ab982\" wfd-id=\"67\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"69\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15d9d6afca0\" wfd-id=\"70\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15d9d69b2d9\" wfd-id=\"77\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"71\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15d9d6cc24d\" data-tag=\"h3\" wfd-id=\"75\"><h3><em><span style=\"color: rgb(18, 136, 204);\" wfd-id=\"76\">â€œBest part of the review will be used as a title hereâ€</span></em></h3></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"74\"><p><strong>Vivamus sit amet lacus eu odio lacinia efficitur venenatis quis tellus. Ut eget lacus velit. Sed egestas diam vel iaculis dapibus. Fusce tortor lorem, fringilla et tortor eu, hendrerit convallis. Pellentesque non facilisis purus, id lorem ipsum ultrices erat.</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15d9d6c7916\" wfd-id=\"72\"><p><em><span style=\"color: rgb(18, 136, 204);\" wfd-id=\"73\">Samantha Allen</span></em></p><p><em>Professional Testimonial Poser</em></p></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-tve-style=\"1\" data-css=\"tve-u-15d9d7042bb\" style=\"\" wfd-id=\"52\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15d9d6dabf3\" wfd-id=\"62\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15d9d7036db\" wfd-id=\"53\"><div class=\"thrv_wrapper thrv-button tcb-with-icon tcb-icon-display\" data-css=\"tve-u-15d9d7069ba\" wfd-id=\"58\">\n<a href=\"#\" class=\"tcb-button-link\" data-css=\"tve-u-15d9d42c287\"><span class=\"tcb-button-icon\" wfd-id=\"61\"><svg class=\"tcb-icon\" viewBox=\"0 0 26 28\" data-name=\"wrench\">\n<title>wrench</title>\n<path d=\"M6 23c0-0.547-0.453-1-1-1s-1 0.453-1 1 0.453 1 1 1 1-0.453 1-1zM16.063 16.438l-10.656 10.656c-0.359 0.359-0.875 0.578-1.406 0.578s-1.047-0.219-1.422-0.578l-1.656-1.687c-0.375-0.359-0.594-0.875-0.594-1.406s0.219-1.047 0.594-1.422l10.641-10.641c0.812 2.047 2.453 3.687 4.5 4.5zM25.969 9.641c0 0.516-0.187 1.156-0.359 1.656-0.984 2.781-3.656 4.703-6.609 4.703-3.859 0-7-3.141-7-7s3.141-7 7-7c1.141 0 2.625 0.344 3.578 0.984 0.156 0.109 0.25 0.25 0.25 0.438 0 0.172-0.109 0.344-0.25 0.438l-4.578 2.641v3.5l3.016 1.672c0.516-0.297 4.141-2.578 4.453-2.578s0.5 0.234 0.5 0.547z\"></path>\n</svg></span>\n<span class=\"tcb-button-texts\" wfd-id=\"59\"><span class=\"tcb-button-text thrv-inline-text\" wfd-id=\"60\">Request an Appointment</span></span>\n</a>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15d9d708a01\" wfd-id=\"54\"><p style=\"text-align: center;\"><span style=\"font-family: Oswald; font-weight: 400; font-size: 30px;\" wfd-id=\"56\"><span style=\"color: rgb(255, 255, 255);\" wfd-id=\"57\">or Call Us for Assistance at:</span></span></p><p data-css=\"tve-u-15d9d63eb98\" style=\"text-align: center;\"><span style=\"font-family: Oswald; font-weight: 400; font-size: 39px; color: rgb(255, 255, 255);\" wfd-id=\"55\">555-555-555</span></p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-tve-style=\"1\" data-css=\"tve-u-15dcce974d3\" style=\"\" wfd-id=\"48\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15d9d7120d0\" wfd-id=\"51\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15d9d7130ac\" wfd-id=\"49\"><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" wfd-id=\"50\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=manchu piccu&amp;t=m&amp;z=13&amp;output=embed&amp;iwloc=near\"></iframe>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-tve-style=\"1\" data-css=\"tve-u-15d9d7143e7\" wfd-id=\"35\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15d9d72c1ae\" wfd-id=\"47\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15d9d72e1d8\" wfd-id=\"36\"><div class=\"thrv_wrapper thrv-columns\" style=\"\" data-css=\"tve-u-15def6eaf29\" wfd-id=\"37\"><div class=\"tcb-flex-row tcb--cols--2\" wfd-id=\"38\"><div class=\"tcb-flex-col\" wfd-id=\"43\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"45\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15d9d7c4293\" style=\"\" wfd-id=\"46\"><p>Copyright 2017, Company Name</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"39\"><div class=\"tcb-col tve_empty_dropzone\" style=\"\" data-css=\"tve-u-15def6eca6b\" wfd-id=\"41\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15d9d7c2fa2\" style=\"\" wfd-id=\"42\"><p style=\"text-align: right;\">Privacy Policy - Disclaimer</p></div></div></div></div></div></div>\n</div>'),(3600,331,'tve_revision_tve_content_more_found',''),(3601,331,'tve_revision_tve_save_post',''),(3602,331,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Oswald:400,500,300&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Open+Sans:400,600,300&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-15d9d793442\"] { max-width: 48.2%; }[data-css=\"tve-u-15d9d79340f\"] { max-width: 51.9%; }[data-css=\"tve-u-15d9d72e1d8\"] p, [data-css=\"tve-u-15d9d72e1d8\"] li, [data-css=\"tve-u-15d9d72e1d8\"] blockquote, [data-css=\"tve-u-15d9d72e1d8\"] address { color: rgb(255, 255, 255); }[data-css=\"tve-u-15d9d7143e7\"] { padding: 20px !important; }[data-css=\"tve-u-15d9d7130ac\"] { max-width: 1220px; }[data-css=\"tve-u-15d9d7120d0\"] { background-color: rgb(18, 18, 18) !important; }[data-css=\"tve-u-15d9d7042bb\"] { padding-left: 20px !important; padding-right: 20px !important; }[data-css=\"tve-u-15d9d7036db\"] { max-width: 1220px; }[data-css=\"tve-u-15d9d6dabf3\"] { background-color: rgb(63, 63, 63) !important; background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/bizcar-ps2.jpg\") !important; background-size: cover !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-15d9d6cc24d\"] { margin-bottom: 19px !important; }[data-css=\"tve-u-15d9d6c7916\"] { margin-left: 0px; margin-right: 0px; margin-bottom: 0px; margin-top: 17px !important; }#tcb_landing_page h3 { font-size: 30px; line-height: 51px; color: rgb(18, 136, 204); }[data-css=\"tve-u-15d9d6afca0\"] { padding: 22px; }[data-css=\"tve-u-15d9d6ab982\"] { max-width: 85%; }[data-css=\"tve-u-15d9d6ab956\"] { max-width: 15%; }[data-css=\"tve-u-15d9d69b2d9\"] { border: 1px solid rgb(207, 207, 207) !important; }[data-css=\"tve-u-15d9d6874bb\"] { width: 160px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15d9d65529e\"] { margin-top: 48px !important; }[data-css=\"tve-u-15d9d64ce02\"] { padding: 20px !important; }[data-css=\"tve-u-15d9d64c0b3\"] { max-width: 1220px; }[data-css=\"tve-u-15d9d64ac43\"] { background-color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15d9d63eb98\"] { line-height: 3em !important; }#tve_editor [data-css=\"tve-u-15d9d3c9df7\"] { color: rgb(228, 0, 0) !important; }[data-css=\"tve-u-15d9d628dd9\"] { padding-left: 20px !important; padding-right: 20px !important; }[data-css=\"tve-u-15d9d627ee5\"] { max-width: 796px; }[data-css=\"tve-u-15d9d622425\"] { background-color: rgb(221, 221, 221) !important; }[data-css=\"tve-u-15d9d61a40e\"] { margin-top: 35px !important; }[data-css=\"tve-u-15d9d612a88\"] { float: right; width: 568px; }[data-css=\"tve-u-15d9d60ad70\"] { margin-top: 25px !important; }[data-css=\"tve-u-15d9d608417\"] { margin-top: 25px !important; margin-bottom: 12px !important; }[data-css=\"tve-u-15d9d603585\"] { max-width: 50%; }[data-css=\"tve-u-15d9d603565\"] { max-width: 50%; }[data-css=\"tve-u-15d9d600869\"] { width: 568px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15d9d5ed5e1\"] { max-width: 1220px; }[data-css=\"tve-u-15d9d5eb3c1\"] { padding-top: 90px !important; padding-left: 20px !important; padding-right: 20px !important; }[data-css=\"tve-u-15d9d541e6c\"] { line-height: 1.2em !important; }[data-css=\"tve-u-15d9d5307cd\"] { max-width: 276px; margin: -76px auto 0px !important; }[data-css=\"tve-u-15d9d52e9ca\"] { background-color: rgb(40, 40, 40) !important; }[data-css=\"tve-u-15d9d4eeee1\"] { font-family: Oswald; font-weight: 400; text-align: center; margin-top: 23px !important; margin-bottom: -86px !important; }[data-css=\"tve-u-15d9d4d8a08\"] { background-color: rgb(40, 40, 40) !important; }[data-css=\"tve-u-15d9d4d5956\"] { max-width: 1220px; }[data-css=\"tve-u-15d9d4d1a6d\"] { margin-bottom: 108px !important; margin-top: 48px !important; }[data-css=\"tve-u-15d9d4be887\"] { border-right: 2px solid rgb(255, 255, 255); margin-right: 8px !important; }[data-css=\"tve-u-15d9d4b5fc7\"] { margin-top: 12px !important; padding-left: 18px !important; }#tve_editor [data-css=\"tve-u-15d9d43c438\"]:hover [data-css=\"tve-u-15d9d42c287\"] { background-color: rgb(155, 0, 0) !important; }[data-css=\"tve-u-15d9d43c438\"] .tcb-button-link { border: 1px solid rgb(228, 62, 62); border-radius: 15px; overflow: hidden; font-family: Oswald; font-weight: 400; font-size: 30px; box-shadow: rgba(0, 0, 0, 0.41) 0px 2px 5px 0px; }[data-css=\"tve-u-15d9d42c287\"] { background-color: rgb(207, 0, 0) !important; padding-left: 24px !important; padding-right: 24px !important; }[data-css=\"tve-u-15d9d41cd70\"] { max-width: 693px; margin: 60px auto 43px !important; }[data-css=\"tve-u-15d9d3ff4f6\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/bizcar-ps1.jpg\"), linear-gradient(rgb(55, 55, 55), rgb(55, 55, 55)) !important; background-size: cover, auto !important; background-position: 0px 0px, 0px 0px !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-15d9d3fb664\"] p, [data-css=\"tve-u-15d9d3fb664\"] li, [data-css=\"tve-u-15d9d3fb664\"] blockquote, [data-css=\"tve-u-15d9d3fb664\"] address { color: rgb(255, 255, 255); }[data-css=\"tve-u-15d9d3fc669\"] { padding-left: 20px !important; padding-right: 20px !important; }[data-css=\"tve-u-15d9d3fb664\"] { max-width: 870px; }[data-css=\"tve-u-15d9d3c9df7\"] { line-height: 1.5em !important; }[data-css=\"tve-u-15d9d3b42fd\"] { line-height: 1.4em !important; }[data-css=\"tve-u-15d9d3a890f\"] { font-size: 35px; width: 35px; height: 35px; color: rgb(169, 169, 169); margin-left: auto !important; margin-right: auto !important; margin-top: 30px !important; }[data-css=\"tve-u-15d9d39e88e\"] { max-width: 23.9%; }[data-css=\"tve-u-15d9d39e881\"] { max-width: 24.1%; }[data-css=\"tve-u-15d9d39e872\"] { max-width: 22.1%; }[data-css=\"tve-u-15d9d39e85e\"] { max-width: 29.9%; }[data-css=\"tve-u-15d9d39bb24\"] { float: right; width: 352px; }[data-css=\"tve-u-15d9d387a5a\"] { background-color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15d9d38550e\"] { border-bottom: 7px solid rgb(18, 136, 204); padding-left: 20px !important; padding-right: 20px !important; }[data-css=\"tve-u-15d9d383e6b\"] { max-width: 1220px; }#tcb_landing_page h1 strong { font-weight: 500; }#tcb_landing_page p strong, #tcb_landing_page li strong { font-weight: 600; }#tcb_landing_page h2 { font-family: Oswald; font-weight: 400; font-size: 55px; line-height: 1.3em; color: rgb(18, 136, 204); }#tcb_landing_page h1 { font-family: Oswald; font-weight: 300; color: rgb(18, 136, 204); font-size: 66px; line-height: 1.3em; }#tcb_landing_page p, #tcb_landing_page li { font-family: \"Open Sans\"; font-weight: 400; font-size: 18px; line-height: 1.93em; }[data-css=\"tve-u-15d9d62d4c5\"] { margin-bottom: 0px !important; margin-top: 10px !important; }[data-css=\"tve-u-15d9d63349a\"] { margin-right: 8px !important; }[data-css=\"tve-u-15d9d6d2b9a\"] { width: 160px; float: left; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15d9d7069ba\"] { margin: 45px auto 28px !important; }#tve_editor [data-css=\"tve-u-15d9d7069ba\"]:hover [data-css=\"tve-u-15d9d42c287\"] { background-color: rgb(155, 0, 0) !important; }[data-css=\"tve-u-15d9d7069ba\"] .tcb-button-link { border: 1px solid rgb(228, 62, 62); border-radius: 15px; overflow: hidden; font-family: Oswald; font-weight: 400; font-size: 30px; box-shadow: rgba(0, 0, 0, 0.41) 0px 2px 5px 0px; }[data-css=\"tve-u-15d9d708a01\"] { margin-top: 12px !important; padding-left: 18px !important; margin-bottom: 15px !important; }[data-css=\"tve-u-15d9d72c1ae\"] { background-color: rgb(59, 59, 59) !important; }[data-css=\"tve-u-15d9d72e1d8\"] { max-width: 1220px; }[data-css=\"tve-u-15d9d760e96\"] { font-size: 35px; width: 35px; height: 35px; color: rgb(169, 169, 169); margin-left: auto !important; margin-right: auto !important; margin-top: 30px !important; }[data-css=\"tve-u-15d9d76cef0\"] { margin-top: 12px !important; padding-left: 18px !important; }#tve_editor [data-css=\"tve-u-15d9d770887\"]:hover [data-css=\"tve-u-15d9d42c287\"] { background-color: rgb(155, 0, 0) !important; }[data-css=\"tve-u-15d9d770887\"] .tcb-button-link { border: 1px solid rgb(228, 62, 62); border-radius: 15px; overflow: hidden; font-family: Oswald; font-weight: 400; font-size: 30px; box-shadow: rgba(0, 0, 0, 0.41) 0px 2px 5px 0px; }[data-css=\"tve-u-15d9d7b1d2f\"] { margin-top: 25px !important; margin-bottom: 12px !important; }[data-css=\"tve-u-15dcce974d3\"] { padding: 20px !important; }}@media (max-width: 1023px){[data-css=\"tve-u-15d9d4b5fc7\"] { margin-top: 30px !important; }[data-css=\"tve-u-15dcce81d3a\"] { flex-direction: row; }[data-css=\"tve-u-15dcce7fa03\"] { flex-direction: row; }[data-css=\"tve-u-15dcce7b583\"] { padding-top: 0px !important; }[data-css=\"tve-u-15d9d793442\"] { max-width: 41.7%; }[data-css=\"tve-u-15d9d79340f\"] { max-width: 58.3%; }[data-css=\"tve-u-15d9d612a88\"] { margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15d9d745c7a\"] .tcb-flex-col { flex-basis: 108px !important; }}@media (max-width: 767px){[data-css=\"tve-u-15def6eca6b\"] { text-align: center; }[data-css=\"tve-u-15def6eaf29\"] { text-align: center; }[data-css=\"tve-u-15d9d3fc669\"] { padding-left: 10px !important; padding-right: 10px !important; }[data-css=\"tve-u-15d9d5eb3c1\"] { padding-left: 10px !important; padding-right: 10px !important; }[data-css=\"tve-u-15d9d628dd9\"] { padding-left: 10px !important; padding-right: 10px !important; }[data-css=\"tve-u-15d9d7042bb\"] { padding-left: 10px !important; padding-right: 10px !important; }[data-css=\"tve-u-15d9d64ce02\"] { padding-left: 10px !important; padding-right: 10px !important; }[data-css=\"tve-u-15def6d96a5\"] { text-align: center; }#tve_editor [data-css=\"tve-u-15def6d525b\"] { font-size: 15px !important; }[data-css=\"tve-u-15def6cf471\"] { text-align: center; }[data-css=\"tve-u-15d9d4be887\"] { border-right: 1px solid rgba(255, 255, 255, 0); }#tve_editor [data-css=\"tve-u-15dcce936fc\"] { font-size: 30px !important; }#tve_editor [data-css=\"tve-u-15dcce91832\"] { font-size: 30px !important; }#tve_editor [data-css=\"tve-u-15dcce8fc62\"] { font-size: 30px !important; }#tve_editor [data-css=\"tve-u-15dcce89fec\"] { font-size: 42px !important; }[data-css=\"tve-u-15d9d41cd70\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-15dcce81d3a\"] { flex-direction: column; }[data-css=\"tve-u-15dcce7fa03\"] { flex-direction: column; }[data-css=\"tve-u-15d9d7c4293\"] { margin-bottom: 2px !important; }[data-css=\"tve-u-15d9d7c2fa2\"] { margin-top: 24px !important; }[data-css=\"tve-u-15d9d6874bb\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-15d9d6d2b9a\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-15d9d745c7a\"] .tcb-flex-col { flex-basis: 163px !important; }[data-css=\"tve-u-15d9d7685af\"] { margin-bottom: 1px !important; }[data-css=\"tve-u-15d9d39bb24\"] { margin-bottom: -2px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15d9d760e96\"] { margin-top: 10px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-15d9d76cef0\"] { margin-top: 10px !important; }[data-css=\"tve-u-15d9d770887\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-15d9d7b1d2f\"] { margin-top: 1px !important; }[data-css=\"tve-u-15dcce974d3\"] { padding-left: 0px !important; padding-right: 0px !important; }}'),(3603,331,'tve_revision_tve_user_custom_css','.thrv_text_element p { margin: 0;}\n.thrv_heading h1,h2,h3 {margin: 0;}'),(3604,331,'tve_revision_tve_page_events','a:0:{}'),(3605,331,'tve_revision_tve_globals','a:2:{s:8:\"body_css\";s:17:\"tve-u-15d9d6b690f\";s:11:\"lightbox_id\";i:0;}'),(3606,331,'tve_revision_tve_global_scripts',''),(3607,331,'tve_revision_thrive_icon_pack',''),(3608,331,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(3609,331,'tve_revision_tve_has_masonry','0'),(3610,331,'tve_revision_tve_has_typefocus','0'),(3611,331,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv-page-section\" data-tve-style=\"1\" data-css=\"tve-u-15d9d38550e\" wfd-id=\"180\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15d9d387a5a\" wfd-id=\"214\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15d9d383e6b\" wfd-id=\"181\"><div class=\"thrv_wrapper thrv-columns\" style=\"\" wfd-id=\"182\"><div class=\"tcb-flex-row tcb-resized tcb--cols--4 tcb-medium-no-wrap tcb-flex-center\" data-css=\"tve-u-15dcce7b583\" wfd-id=\"183\"><div class=\"tcb-flex-col\" data-css=\"tve-u-15d9d39e85e\" wfd-id=\"209\"><div class=\"tcb-col tve_empty_dropzone\" style=\"\" wfd-id=\"211\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15d9d39bb24\" data-clear=\"both\" style=\"\" wfd-id=\"212\"><span class=\"tve_image_frame\" wfd-id=\"213\"><img class=\"tve_image\" alt=\"\" sizes=\"(max-width:352px) 100vw, 352px\" width=\"352\" height=\"110\" title=\"bizcar-logo\" data-id=\"80\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/bizcar-logo.png\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-15d9d39e872\" wfd-id=\"201\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"203\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-15d9d760e96\" wfd-id=\"208\"><svg class=\"tcb-icon\" viewBox=\"0 0 22 28\" data-name=\"phone\">\n<title>phone</title>\n<path d=\"M22 19.375c0 0.562-0.25 1.656-0.484 2.172-0.328 0.766-1.203 1.266-1.906 1.656-0.922 0.5-1.859 0.797-2.906 0.797-1.453 0-2.766-0.594-4.094-1.078-0.953-0.344-1.875-0.766-2.734-1.297-2.656-1.641-5.859-4.844-7.5-7.5-0.531-0.859-0.953-1.781-1.297-2.734-0.484-1.328-1.078-2.641-1.078-4.094 0-1.047 0.297-1.984 0.797-2.906 0.391-0.703 0.891-1.578 1.656-1.906 0.516-0.234 1.609-0.484 2.172-0.484 0.109 0 0.219 0 0.328 0.047 0.328 0.109 0.672 0.875 0.828 1.188 0.5 0.891 0.984 1.797 1.5 2.672 0.25 0.406 0.719 0.906 0.719 1.391 0 0.953-2.828 2.344-2.828 3.187 0 0.422 0.391 0.969 0.609 1.344 1.578 2.844 3.547 4.813 6.391 6.391 0.375 0.219 0.922 0.609 1.344 0.609 0.844 0 2.234-2.828 3.187-2.828 0.484 0 0.984 0.469 1.391 0.719 0.875 0.516 1.781 1 2.672 1.5 0.313 0.156 1.078 0.5 1.188 0.828 0.047 0.109 0.047 0.219 0.047 0.328z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"206\"><p data-css=\"tve-u-15d9d3b42fd\" style=\"text-align: center;\"><span style=\"font-size: 16px;\" wfd-id=\"207\">Call us:</span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15d9d7685af\" style=\"\" wfd-id=\"204\"><p data-css=\"tve-u-15d9d3c9df7\" style=\"text-align: center;\"><span style=\"color: rgb(228, 0, 0); font-family: Oswald; font-weight: 400; font-size: 25px;\" wfd-id=\"205\">555-555-555</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-15d9d39e881\" wfd-id=\"192\"><div class=\"tcb-col tve_empty_dropzone\" style=\"\" wfd-id=\"194\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display tcb-mobile-hidden\" data-css=\"tve-u-15d9d3a890f\" wfd-id=\"200\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"clock-o\">\n<title>clock-o</title>\n<path d=\"M14 8.5v7c0 0.281-0.219 0.5-0.5 0.5h-5c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h3.5v-5.5c0-0.281 0.219-0.5 0.5-0.5h1c0.281 0 0.5 0.219 0.5 0.5zM20.5 14c0-4.688-3.813-8.5-8.5-8.5s-8.5 3.813-8.5 8.5 3.813 8.5 8.5 8.5 8.5-3.813 8.5-8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone tcb-mobile-hidden\" style=\"\" wfd-id=\"195\"><p data-css=\"tve-u-15d9d3b42fd\" style=\"text-align: center;\"><span style=\"font-size: 16px;\" wfd-id=\"199\"><strong>Service open:</strong></span></p><p data-css=\"tve-u-15d9d3b42fd\" style=\"text-align: center;\"><span style=\"font-size: 16px;\" wfd-id=\"198\">Mon-Fri: 09:00-19:00&nbsp;</span></p><p data-css=\"tve-u-15d9d3b42fd\" style=\"text-align: center;\"><span style=\"font-size: 16px;\" wfd-id=\"196\"><strong><span style=\"color: rgb(228, 0, 0);\" wfd-id=\"197\">24h Towing!</span></strong></span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-15d9d39e88e\" wfd-id=\"184\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"186\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display tcb-mobile-hidden\" data-css=\"tve-u-15d9d3a890f\" wfd-id=\"191\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 28\" data-name=\"map-o\">\n<title>map-o</title>\n<path d=\"M31.563 0.172c0.266 0.187 0.438 0.5 0.438 0.828v22c0 0.406-0.25 0.781-0.625 0.922l-10 4c-0.25 0.109-0.5 0.109-0.75 0l-9.625-3.844-9.625 3.844c-0.125 0.063-0.25 0.078-0.375 0.078-0.203 0-0.391-0.063-0.562-0.172-0.266-0.187-0.438-0.5-0.438-0.828v-22c0-0.406 0.25-0.781 0.625-0.922l10-4c0.25-0.109 0.5-0.109 0.75 0l9.625 3.844 9.625-3.844c0.313-0.125 0.656-0.094 0.938 0.094zM11.5 2.281v19.844l9 3.594v-19.844zM2 5.672v19.844l8.5-3.391v-19.844zM30 22.328v-19.844l-8.5 3.391v19.844z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone tcb-mobile-hidden\" wfd-id=\"187\"><p data-css=\"tve-u-15d9d3b42fd\" style=\"text-align: center;\"><span style=\"font-size: 16px;\" wfd-id=\"190\">City Name</span></p><p data-css=\"tve-u-15d9d3b42fd\" style=\"text-align: center;\"><span style=\"font-size: 16px;\" wfd-id=\"189\">123 Street Name</span></p><p data-css=\"tve-u-15d9d3b42fd\" style=\"text-align: center;\"><span style=\"font-size: 16px;\" wfd-id=\"188\">77UO2 State</span></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-tve-style=\"1\" data-css=\"tve-u-15d9d3fc669\" style=\"\" wfd-id=\"160\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15d9d3ff4f6\" wfd-id=\"179\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15d9d3fb664\" wfd-id=\"161\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15d9d41cd70\" style=\"\" data-tag=\"h1\" wfd-id=\"177\"><h1 data-css=\"tve-u-15dcce89fec\" style=\"text-align: center;\"><span style=\"color: rgb(255, 255, 255);\" wfd-id=\"178\">Drive <strong>Confidently</strong> in a <strong>Perfectly Maintained</strong> Car</span></h1></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15d9d4d1a6d\" style=\"\" wfd-id=\"162\"><div class=\"tcb-flex-row tcb--cols--2 tcb-medium-no-wrap tcb-resized\" data-css=\"tve-u-15d9d745c7a\" wfd-id=\"163\"><div class=\"tcb-flex-col\" data-css=\"tve-u-15d9d79340f\" wfd-id=\"170\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15d9d4be887\" style=\"\" wfd-id=\"172\"><div class=\"thrv_wrapper thrv-button tcb-with-icon tcb-icon-display\" data-css=\"tve-u-15d9d770887\" style=\"\" wfd-id=\"173\">\n<a href=\"#\" class=\"tcb-button-link\" data-css=\"tve-u-15d9d42c287\"><span class=\"tcb-button-icon\" wfd-id=\"176\"><svg class=\"tcb-icon\" viewBox=\"0 0 26 28\" data-name=\"wrench\">\n<title>wrench</title>\n<path d=\"M6 23c0-0.547-0.453-1-1-1s-1 0.453-1 1 0.453 1 1 1 1-0.453 1-1zM16.063 16.438l-10.656 10.656c-0.359 0.359-0.875 0.578-1.406 0.578s-1.047-0.219-1.422-0.578l-1.656-1.687c-0.375-0.359-0.594-0.875-0.594-1.406s0.219-1.047 0.594-1.422l10.641-10.641c0.812 2.047 2.453 3.687 4.5 4.5zM25.969 9.641c0 0.516-0.187 1.156-0.359 1.656-0.984 2.781-3.656 4.703-6.609 4.703-3.859 0-7-3.141-7-7s3.141-7 7-7c1.141 0 2.625 0.344 3.578 0.984 0.156 0.109 0.25 0.25 0.25 0.438 0 0.172-0.109 0.344-0.25 0.438l-4.578 2.641v3.5l3.016 1.672c0.516-0.297 4.141-2.578 4.453-2.578s0.5 0.234 0.5 0.547z\"></path>\n</svg></span>\n<span class=\"tcb-button-texts\" wfd-id=\"174\"><span class=\"tcb-button-text thrv-inline-text\" wfd-id=\"175\">Request an Appointment</span></span>\n</a>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-15d9d793442\" wfd-id=\"164\"><div class=\"tcb-col tve_empty_dropzone\" style=\"\" data-css=\"tve-u-15def6cf471\" wfd-id=\"166\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15d9d76cef0\" style=\"\" wfd-id=\"167\"><p data-css=\"tve-u-15def6d525b\"><span style=\"font-family: Oswald; font-weight: 400; font-size: 30px;\" wfd-id=\"169\">or call us for assistance at:</span></p><p><span style=\"font-family: Oswald; font-weight: 400; font-size: 30px;\" wfd-id=\"168\">555-555-555</span></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15d9d5307cd\" style=\"\" wfd-id=\"155\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15d9d52e9ca\" wfd-id=\"159\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"156\"><div class=\"thrv_wrapper thrv_heading\" style=\"\" data-tag=\"h2\" wfd-id=\"157\"><h2 data-css=\"tve-u-15d9d541e6c\" style=\"text-align: center;\"><span style=\"color: rgb(255, 255, 255); font-size: 45px;\" wfd-id=\"158\">Our Services</span></h2></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-tve-style=\"1\" wfd-id=\"149\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15d9d4d8a08\" wfd-id=\"154\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15d9d4d5956\" wfd-id=\"150\"><div class=\"thrv_wrapper thrv_post_grid\" data-css=\"tve-u-15d9d4eeee1\" wfd-id=\"151\"><div class=\"thrive-shortcode-config\" style=\"display: none !important\" wfd-id=\"153\">__CONFIG_post_grid__{\"display\":\"grid\",\"grid_layout\":\"horizontal\",\"columns\":\"4\",\"text_type\":\"summary\",\"read-more-text\":\"Read More\",\"image-height\":\"\",\"teaser_layout\":{\"featured_image\":\"true\",\"title\":\"true\",\"text\":\"false\",\"read_more\":\"false\"},\"layout\":[\"title\",\"featured_image\",\"text\",\"read_more\"],\"orderby\":\"date\",\"order\":\"DESC\",\"recent_days\":\"0\",\"posts_start\":\"0\",\"posts_per_page\":\"4\",\"content_types\":[\"post\"],\"filters\":{\"category\":[],\"tag\":[],\"tax\":[],\"author\":[],\"posts\":[]},\"action\":\"tcb_editor_ajax\",\"custom\":\"post_grid\",\"nonce\":\"b84a45401b\",\"exclude\":0}__CONFIG_post_grid__</div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-tve-style=\"1\" data-css=\"tve-u-15d9d5eb3c1\" style=\"\" wfd-id=\"122\">\n<div class=\"tve-page-section-out\" wfd-id=\"148\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15d9d5ed5e1\" wfd-id=\"123\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15d9d60ad70\" style=\"\" wfd-id=\"136\"><div class=\"tcb-flex-row tcb--cols--2 tcb-resized tcb-medium-wrap\" data-css=\"tve-u-15dcce7fa03\" wfd-id=\"137\"><div class=\"tcb-flex-col\" data-css=\"tve-u-15d9d603565\" wfd-id=\"143\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"145\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15d9d608417\" style=\"\" data-tag=\"h2\" wfd-id=\"147\"><h2 data-css=\"tve-u-15dcce8fc62\">Auto Repair Services You Can Count On!</h2></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" wfd-id=\"146\"><p>We have been providing quality car care in CityName since 1990. We are a small business delivering honest and professional automotive repair and auto maintenance services . Our quality certified technicians employ todayâ€™s latest automotive technology and are equipped to handle all major and minor repairs on foreign and domestic vehicles.</p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-15d9d603585\" wfd-id=\"138\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"140\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15d9d600869\" data-clear=\"both\" wfd-id=\"141\"><span class=\"tve_image_frame\" wfd-id=\"142\"><img class=\"tve_image\" alt=\"\" sizes=\"(max-width:568px) 100vw, 568px\" width=\"568\" height=\"354\" title=\"bizcar-image1\" data-id=\"78\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/bizcar-image1.jpg\"></span></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15d9d61a40e\" style=\"\" wfd-id=\"124\"><div class=\"tcb-flex-row tcb--cols--2 tcb-medium-wrap tcb-reverse\" data-css=\"tve-u-15dcce81d3a\" wfd-id=\"125\"><div class=\"tcb-flex-col\" wfd-id=\"131\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"133\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15d9d612a88\" data-clear=\"both\" wfd-id=\"134\"><span class=\"tve_image_frame\" wfd-id=\"135\"><img class=\"tve_image\" alt=\"\" sizes=\"(max-width:568px) 100vw, 568px\" width=\"568\" height=\"354\" title=\"bizcar-image2\" data-id=\"79\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/bizcar-image2.jpg\"></span></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"126\"><div class=\"tcb-col tve_empty_dropzone\" style=\"\" wfd-id=\"128\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15d9d7b1d2f\" style=\"\" data-tag=\"h2\" wfd-id=\"130\"><h2 data-css=\"tve-u-15dcce91832\">Why Us?</h2></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" wfd-id=\"129\"><p>You\'ll be hard-pressed to find the same level of expertise that our auto mechanic specialists provide!</p><p><br></p><p>We have years of experience working on both domestic and import vehicles of all makes and models and can work with you to find cost-effective repair and maintenance alternatives.</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-tve-style=\"1\" data-css=\"tve-u-15d9d628dd9\" style=\"\" wfd-id=\"103\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15d9d622425\" wfd-id=\"121\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15d9d627ee5\" wfd-id=\"104\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15d9d62d4c5\" wfd-id=\"105\"><div class=\"tcb-flex-row tcb--cols--2\" wfd-id=\"106\"><div class=\"tcb-flex-col\" wfd-id=\"114\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15d9d63349a\" wfd-id=\"116\"><div class=\"thrv_wrapper thrv-button tcb-with-icon tcb-icon-display\" data-css=\"tve-u-15d9d43c438\" wfd-id=\"117\">\n<a href=\"#\" class=\"tcb-button-link\" data-css=\"tve-u-15d9d42c287\"><span class=\"tcb-button-icon\" wfd-id=\"120\"><svg class=\"tcb-icon\" viewBox=\"0 0 26 28\" data-name=\"wrench\">\n<title>wrench</title>\n<path d=\"M6 23c0-0.547-0.453-1-1-1s-1 0.453-1 1 0.453 1 1 1 1-0.453 1-1zM16.063 16.438l-10.656 10.656c-0.359 0.359-0.875 0.578-1.406 0.578s-1.047-0.219-1.422-0.578l-1.656-1.687c-0.375-0.359-0.594-0.875-0.594-1.406s0.219-1.047 0.594-1.422l10.641-10.641c0.812 2.047 2.453 3.687 4.5 4.5zM25.969 9.641c0 0.516-0.187 1.156-0.359 1.656-0.984 2.781-3.656 4.703-6.609 4.703-3.859 0-7-3.141-7-7s3.141-7 7-7c1.141 0 2.625 0.344 3.578 0.984 0.156 0.109 0.25 0.25 0.25 0.438 0 0.172-0.109 0.344-0.25 0.438l-4.578 2.641v3.5l3.016 1.672c0.516-0.297 4.141-2.578 4.453-2.578s0.5 0.234 0.5 0.547z\"></path>\n</svg></span>\n<span class=\"tcb-button-texts\" wfd-id=\"118\"><span class=\"tcb-button-text thrv-inline-text\" wfd-id=\"119\">Request an Appointment</span></span>\n</a>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"107\"><div class=\"tcb-col tve_empty_dropzone\" style=\"\" data-css=\"tve-u-15def6d96a5\" wfd-id=\"109\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15d9d4b5fc7\" style=\"\" wfd-id=\"110\"><p><span style=\"font-family: Oswald; font-weight: 400; font-size: 30px;\" wfd-id=\"112\"><span style=\"color: rgb(228, 0, 0);\" wfd-id=\"113\">or Call Us</span> for Assistance at:</span></p><p data-css=\"tve-u-15d9d63eb98\"><span style=\"font-family: Oswald; font-weight: 400; font-size: 39px; color: rgb(228, 0, 0);\" wfd-id=\"111\">555-555-555</span></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-tve-style=\"1\" data-css=\"tve-u-15d9d64ce02\" style=\"\" wfd-id=\"63\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15d9d64ac43\" wfd-id=\"102\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15d9d64c0b3\" wfd-id=\"64\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15d9d65529e\" style=\"\" data-tag=\"h2\" wfd-id=\"101\"><h2 data-css=\"tve-u-15dcce936fc\">What Our Customers Say<s>â€‹</s></h2></div><div class=\"thrv_wrapper thrv-columns\" wfd-id=\"83\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" wfd-id=\"84\"><div class=\"tcb-flex-col\" data-css=\"tve-u-15d9d6ab956\" wfd-id=\"96\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"98\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15d9d6874bb\" data-clear=\"both\" wfd-id=\"99\"><span class=\"tve_image_frame\" wfd-id=\"100\"><img class=\"tve_image\" alt=\"\" sizes=\"(max-width:160px) 100vw, 160px\" width=\"160\" height=\"160\" title=\"knowhow-person3\" data-id=\"253\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/knowhow-person3.png\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-15d9d6ab982\" wfd-id=\"85\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"87\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15d9d6afca0\" wfd-id=\"88\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15d9d69b2d9\" wfd-id=\"95\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"89\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15d9d6cc24d\" data-tag=\"h3\" wfd-id=\"93\"><h3><em><span style=\"color: rgb(18, 136, 204);\" wfd-id=\"94\">â€œBest part of the review will be used as a title hereâ€</span></em></h3></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"92\"><p><strong>Vivamus sit amet lacus eu odio lacinia efficitur venenatis quis tellus. Ut eget lacus velit. Sed egestas diam vel iaculis dapibus. Fusce tortor lorem, fringilla et tortor eu, hendrerit convallis. Pellentesque non facilisis purus, id lorem ipsum ultrices erat.</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15d9d6c7916\" wfd-id=\"90\"><p><em><span style=\"color: rgb(18, 136, 204);\" wfd-id=\"91\">Albert Stewart</span></em></p><p><em>Professional Testimonial Poser</em></p></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" wfd-id=\"65\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" wfd-id=\"66\"><div class=\"tcb-flex-col\" data-css=\"tve-u-15d9d6ab956\" wfd-id=\"78\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"80\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15d9d6d2b9a\" data-clear=\"both\" wfd-id=\"81\"><span class=\"tve_image_frame\" wfd-id=\"82\"><img class=\"tve_image\" alt=\"\" sizes=\"(max-width:160px) 100vw, 160px\" width=\"160\" height=\"160\" title=\"knowhow-person2\" data-id=\"252\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/knowhow-person2.png\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-15d9d6ab982\" wfd-id=\"67\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"69\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15d9d6afca0\" wfd-id=\"70\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15d9d69b2d9\" wfd-id=\"77\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"71\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15d9d6cc24d\" data-tag=\"h3\" wfd-id=\"75\"><h3><em><span style=\"color: rgb(18, 136, 204);\" wfd-id=\"76\">â€œBest part of the review will be used as a title hereâ€</span></em></h3></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"74\"><p><strong>Vivamus sit amet lacus eu odio lacinia efficitur venenatis quis tellus. Ut eget lacus velit. Sed egestas diam vel iaculis dapibus. Fusce tortor lorem, fringilla et tortor eu, hendrerit convallis. Pellentesque non facilisis purus, id lorem ipsum ultrices erat.</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15d9d6c7916\" wfd-id=\"72\"><p><em><span style=\"color: rgb(18, 136, 204);\" wfd-id=\"73\">Samantha Allen</span></em></p><p><em>Professional Testimonial Poser</em></p></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-tve-style=\"1\" data-css=\"tve-u-15d9d7042bb\" style=\"\" wfd-id=\"52\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15d9d6dabf3\" wfd-id=\"62\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15d9d7036db\" wfd-id=\"53\"><div class=\"thrv_wrapper thrv-button tcb-with-icon tcb-icon-display\" data-css=\"tve-u-15d9d7069ba\" wfd-id=\"58\">\n<a href=\"#\" class=\"tcb-button-link\" data-css=\"tve-u-15d9d42c287\"><span class=\"tcb-button-icon\" wfd-id=\"61\"><svg class=\"tcb-icon\" viewBox=\"0 0 26 28\" data-name=\"wrench\">\n<title>wrench</title>\n<path d=\"M6 23c0-0.547-0.453-1-1-1s-1 0.453-1 1 0.453 1 1 1 1-0.453 1-1zM16.063 16.438l-10.656 10.656c-0.359 0.359-0.875 0.578-1.406 0.578s-1.047-0.219-1.422-0.578l-1.656-1.687c-0.375-0.359-0.594-0.875-0.594-1.406s0.219-1.047 0.594-1.422l10.641-10.641c0.812 2.047 2.453 3.687 4.5 4.5zM25.969 9.641c0 0.516-0.187 1.156-0.359 1.656-0.984 2.781-3.656 4.703-6.609 4.703-3.859 0-7-3.141-7-7s3.141-7 7-7c1.141 0 2.625 0.344 3.578 0.984 0.156 0.109 0.25 0.25 0.25 0.438 0 0.172-0.109 0.344-0.25 0.438l-4.578 2.641v3.5l3.016 1.672c0.516-0.297 4.141-2.578 4.453-2.578s0.5 0.234 0.5 0.547z\"></path>\n</svg></span>\n<span class=\"tcb-button-texts\" wfd-id=\"59\"><span class=\"tcb-button-text thrv-inline-text\" wfd-id=\"60\">Request an Appointment</span></span>\n</a>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15d9d708a01\" wfd-id=\"54\"><p style=\"text-align: center;\"><span style=\"font-family: Oswald; font-weight: 400; font-size: 30px;\" wfd-id=\"56\"><span style=\"color: rgb(255, 255, 255);\" wfd-id=\"57\">or Call Us for Assistance at:</span></span></p><p data-css=\"tve-u-15d9d63eb98\" style=\"text-align: center;\"><span style=\"font-family: Oswald; font-weight: 400; font-size: 39px; color: rgb(255, 255, 255);\" wfd-id=\"55\">555-555-555</span></p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-tve-style=\"1\" data-css=\"tve-u-15dcce974d3\" style=\"\" wfd-id=\"48\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15d9d7120d0\" wfd-id=\"51\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15d9d7130ac\" wfd-id=\"49\"><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" wfd-id=\"50\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=manchu piccu&amp;t=m&amp;z=13&amp;output=embed&amp;iwloc=near\"></iframe>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-tve-style=\"1\" data-css=\"tve-u-15d9d7143e7\" wfd-id=\"35\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15d9d72c1ae\" wfd-id=\"47\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15d9d72e1d8\" wfd-id=\"36\"><div class=\"thrv_wrapper thrv-columns\" style=\"\" data-css=\"tve-u-15def6eaf29\" wfd-id=\"37\"><div class=\"tcb-flex-row tcb--cols--2\" wfd-id=\"38\"><div class=\"tcb-flex-col\" wfd-id=\"43\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"45\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15d9d7c4293\" style=\"\" wfd-id=\"46\"><p>Copyright 2017, Company Name</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"39\"><div class=\"tcb-col tve_empty_dropzone\" style=\"\" data-css=\"tve-u-15def6eca6b\" wfd-id=\"41\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15d9d7c2fa2\" style=\"\" wfd-id=\"42\"><p style=\"text-align: right;\">Privacy Policy - Disclaimer</p></div></div></div></div></div></div>\n</div>'),(3612,331,'tve_revision_tve_has_wistia_popover','0'),(4101,328,'thrive_tcb_post_fonts_tcb2-thrivebiz-pub','a:0:{}'),(3613,332,'tve_revision_tve_landing_page','tcb2-thrivebiz-auto'),(3614,332,'tve_revision_tve_disable_theme_dependency',''),(3615,332,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv-page-section\" data-tve-style=\"1\" data-css=\"tve-u-15d9d38550e\" wfd-id=\"180\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15d9d387a5a\" wfd-id=\"214\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15d9d383e6b\" wfd-id=\"181\"><div class=\"thrv_wrapper thrv-columns\" style=\"\" wfd-id=\"182\"><div class=\"tcb-flex-row tcb-resized tcb--cols--4 tcb-medium-no-wrap tcb-flex-center\" data-css=\"tve-u-15dcce7b583\" wfd-id=\"183\"><div class=\"tcb-flex-col\" data-css=\"tve-u-15d9d39e85e\" wfd-id=\"209\"><div class=\"tcb-col tve_empty_dropzone\" style=\"\" wfd-id=\"211\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15d9d39bb24\" data-clear=\"both\" style=\"\" wfd-id=\"212\"><span class=\"tve_image_frame\" wfd-id=\"213\"><img class=\"tve_image\" alt=\"\" sizes=\"(max-width:352px) 100vw, 352px\" width=\"352\" height=\"110\" title=\"bizcar-logo\" data-id=\"80\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/bizcar-logo.png\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-15d9d39e872\" wfd-id=\"201\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"203\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-15d9d760e96\" wfd-id=\"208\"><svg class=\"tcb-icon\" viewBox=\"0 0 22 28\" data-name=\"phone\">\n<title>phone</title>\n<path d=\"M22 19.375c0 0.562-0.25 1.656-0.484 2.172-0.328 0.766-1.203 1.266-1.906 1.656-0.922 0.5-1.859 0.797-2.906 0.797-1.453 0-2.766-0.594-4.094-1.078-0.953-0.344-1.875-0.766-2.734-1.297-2.656-1.641-5.859-4.844-7.5-7.5-0.531-0.859-0.953-1.781-1.297-2.734-0.484-1.328-1.078-2.641-1.078-4.094 0-1.047 0.297-1.984 0.797-2.906 0.391-0.703 0.891-1.578 1.656-1.906 0.516-0.234 1.609-0.484 2.172-0.484 0.109 0 0.219 0 0.328 0.047 0.328 0.109 0.672 0.875 0.828 1.188 0.5 0.891 0.984 1.797 1.5 2.672 0.25 0.406 0.719 0.906 0.719 1.391 0 0.953-2.828 2.344-2.828 3.187 0 0.422 0.391 0.969 0.609 1.344 1.578 2.844 3.547 4.813 6.391 6.391 0.375 0.219 0.922 0.609 1.344 0.609 0.844 0 2.234-2.828 3.187-2.828 0.484 0 0.984 0.469 1.391 0.719 0.875 0.516 1.781 1 2.672 1.5 0.313 0.156 1.078 0.5 1.188 0.828 0.047 0.109 0.047 0.219 0.047 0.328z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"206\"><p data-css=\"tve-u-15d9d3b42fd\" style=\"text-align: center;\"><span style=\"font-size: 16px;\" wfd-id=\"207\">Call us:</span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15d9d7685af\" style=\"\" wfd-id=\"204\"><p data-css=\"tve-u-15d9d3c9df7\" style=\"text-align: center;\"><span style=\"color: rgb(228, 0, 0); font-family: Oswald; font-weight: 400; font-size: 25px;\" wfd-id=\"205\">555-555-555</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-15d9d39e881\" wfd-id=\"192\"><div class=\"tcb-col tve_empty_dropzone\" style=\"\" wfd-id=\"194\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display tcb-mobile-hidden\" data-css=\"tve-u-15d9d3a890f\" wfd-id=\"200\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"clock-o\">\n<title>clock-o</title>\n<path d=\"M14 8.5v7c0 0.281-0.219 0.5-0.5 0.5h-5c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h3.5v-5.5c0-0.281 0.219-0.5 0.5-0.5h1c0.281 0 0.5 0.219 0.5 0.5zM20.5 14c0-4.688-3.813-8.5-8.5-8.5s-8.5 3.813-8.5 8.5 3.813 8.5 8.5 8.5 8.5-3.813 8.5-8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone tcb-mobile-hidden\" style=\"\" wfd-id=\"195\"><p data-css=\"tve-u-15d9d3b42fd\" style=\"text-align: center;\"><span style=\"font-size: 16px;\" wfd-id=\"199\"><strong>Service open:</strong></span></p><p data-css=\"tve-u-15d9d3b42fd\" style=\"text-align: center;\"><span style=\"font-size: 16px;\" wfd-id=\"198\">Mon-Fri: 09:00-19:00&nbsp;</span></p><p data-css=\"tve-u-15d9d3b42fd\" style=\"text-align: center;\"><span style=\"font-size: 16px;\" wfd-id=\"196\"><strong><span style=\"color: rgb(228, 0, 0);\" wfd-id=\"197\">24h Towing!</span></strong></span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-15d9d39e88e\" wfd-id=\"184\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"186\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display tcb-mobile-hidden\" data-css=\"tve-u-15d9d3a890f\" wfd-id=\"191\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 28\" data-name=\"map-o\">\n<title>map-o</title>\n<path d=\"M31.563 0.172c0.266 0.187 0.438 0.5 0.438 0.828v22c0 0.406-0.25 0.781-0.625 0.922l-10 4c-0.25 0.109-0.5 0.109-0.75 0l-9.625-3.844-9.625 3.844c-0.125 0.063-0.25 0.078-0.375 0.078-0.203 0-0.391-0.063-0.562-0.172-0.266-0.187-0.438-0.5-0.438-0.828v-22c0-0.406 0.25-0.781 0.625-0.922l10-4c0.25-0.109 0.5-0.109 0.75 0l9.625 3.844 9.625-3.844c0.313-0.125 0.656-0.094 0.938 0.094zM11.5 2.281v19.844l9 3.594v-19.844zM2 5.672v19.844l8.5-3.391v-19.844zM30 22.328v-19.844l-8.5 3.391v19.844z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone tcb-mobile-hidden\" wfd-id=\"187\"><p data-css=\"tve-u-15d9d3b42fd\" style=\"text-align: center;\"><span style=\"font-size: 16px;\" wfd-id=\"190\">City Name</span></p><p data-css=\"tve-u-15d9d3b42fd\" style=\"text-align: center;\"><span style=\"font-size: 16px;\" wfd-id=\"189\">123 Street Name</span></p><p data-css=\"tve-u-15d9d3b42fd\" style=\"text-align: center;\"><span style=\"font-size: 16px;\" wfd-id=\"188\">77UO2 State</span></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-tve-style=\"1\" data-css=\"tve-u-15d9d3fc669\" style=\"\" wfd-id=\"160\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15d9d3ff4f6\" wfd-id=\"179\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15d9d3fb664\" wfd-id=\"161\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15d9d41cd70\" style=\"\" data-tag=\"h1\" wfd-id=\"177\"><h1 data-css=\"tve-u-15dcce89fec\" style=\"text-align: center;\"><span style=\"color: rgb(255, 255, 255);\" wfd-id=\"178\">Drive <strong>Confidently</strong> in a <strong>Perfectly Maintained</strong> Car</span></h1></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15d9d4d1a6d\" style=\"\" wfd-id=\"162\"><div class=\"tcb-flex-row tcb--cols--2 tcb-medium-no-wrap tcb-resized\" data-css=\"tve-u-15d9d745c7a\" wfd-id=\"163\"><div class=\"tcb-flex-col\" data-css=\"tve-u-15d9d79340f\" wfd-id=\"170\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15d9d4be887\" style=\"\" wfd-id=\"172\"><div class=\"thrv_wrapper thrv-button tcb-with-icon tcb-icon-display\" data-css=\"tve-u-15d9d770887\" style=\"\" wfd-id=\"173\">\n<a href=\"#\" class=\"tcb-button-link\" data-css=\"tve-u-15d9d42c287\"><span class=\"tcb-button-icon\" wfd-id=\"176\"><svg class=\"tcb-icon\" viewBox=\"0 0 26 28\" data-name=\"wrench\">\n<title>wrench</title>\n<path d=\"M6 23c0-0.547-0.453-1-1-1s-1 0.453-1 1 0.453 1 1 1 1-0.453 1-1zM16.063 16.438l-10.656 10.656c-0.359 0.359-0.875 0.578-1.406 0.578s-1.047-0.219-1.422-0.578l-1.656-1.687c-0.375-0.359-0.594-0.875-0.594-1.406s0.219-1.047 0.594-1.422l10.641-10.641c0.812 2.047 2.453 3.687 4.5 4.5zM25.969 9.641c0 0.516-0.187 1.156-0.359 1.656-0.984 2.781-3.656 4.703-6.609 4.703-3.859 0-7-3.141-7-7s3.141-7 7-7c1.141 0 2.625 0.344 3.578 0.984 0.156 0.109 0.25 0.25 0.25 0.438 0 0.172-0.109 0.344-0.25 0.438l-4.578 2.641v3.5l3.016 1.672c0.516-0.297 4.141-2.578 4.453-2.578s0.5 0.234 0.5 0.547z\"></path>\n</svg></span>\n<span class=\"tcb-button-texts\" wfd-id=\"174\"><span class=\"tcb-button-text thrv-inline-text\" wfd-id=\"175\">Request an Appointment</span></span>\n</a>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-15d9d793442\" wfd-id=\"164\"><div class=\"tcb-col tve_empty_dropzone\" style=\"\" data-css=\"tve-u-15def6cf471\" wfd-id=\"166\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15d9d76cef0\" style=\"\" wfd-id=\"167\"><p data-css=\"tve-u-15def6d525b\"><span style=\"font-family: Oswald; font-weight: 400; font-size: 30px;\" wfd-id=\"169\">or call us for assistance at:</span></p><p><span style=\"font-family: Oswald; font-weight: 400; font-size: 30px;\" wfd-id=\"168\">555-555-555</span></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15d9d5307cd\" style=\"\" wfd-id=\"155\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15d9d52e9ca\" wfd-id=\"159\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"156\"><div class=\"thrv_wrapper thrv_heading\" style=\"\" data-tag=\"h2\" wfd-id=\"157\"><h2 data-css=\"tve-u-15d9d541e6c\" style=\"text-align: center;\"><span style=\"color: rgb(255, 255, 255); font-size: 45px;\" wfd-id=\"158\">Our Services</span></h2></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-tve-style=\"1\" wfd-id=\"149\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15d9d4d8a08\" wfd-id=\"154\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15d9d4d5956\" wfd-id=\"150\"><div class=\"thrv_wrapper thrv_post_grid\" data-css=\"tve-u-15d9d4eeee1\" wfd-id=\"151\"><div class=\"thrive-shortcode-config\" style=\"display: none !important\" wfd-id=\"153\">__CONFIG_post_grid__{\"display\":\"grid\",\"grid_layout\":\"horizontal\",\"columns\":\"4\",\"text_type\":\"summary\",\"read-more-text\":\"Read More\",\"image-height\":\"\",\"teaser_layout\":{\"featured_image\":\"true\",\"title\":\"true\",\"text\":\"false\",\"read_more\":\"false\"},\"layout\":[\"title\",\"featured_image\",\"text\",\"read_more\"],\"orderby\":\"date\",\"order\":\"DESC\",\"recent_days\":\"0\",\"posts_start\":\"0\",\"posts_per_page\":\"4\",\"content_types\":[\"post\"],\"filters\":{\"category\":[],\"tag\":[],\"tax\":[],\"author\":[],\"posts\":[]},\"action\":\"tcb_editor_ajax\",\"custom\":\"post_grid\",\"nonce\":\"b84a45401b\",\"exclude\":0}__CONFIG_post_grid__</div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-tve-style=\"1\" data-css=\"tve-u-15d9d5eb3c1\" style=\"\" wfd-id=\"122\">\n<div class=\"tve-page-section-out\" wfd-id=\"148\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15d9d5ed5e1\" wfd-id=\"123\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15d9d60ad70\" style=\"\" wfd-id=\"136\"><div class=\"tcb-flex-row tcb--cols--2 tcb-resized tcb-medium-wrap\" data-css=\"tve-u-15dcce7fa03\" wfd-id=\"137\"><div class=\"tcb-flex-col\" data-css=\"tve-u-15d9d603565\" wfd-id=\"143\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"145\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15d9d608417\" style=\"\" data-tag=\"h2\" wfd-id=\"147\"><h2 data-css=\"tve-u-15dcce8fc62\">Auto Repair Services You Can Count On!</h2></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" wfd-id=\"146\"><p>We have been providing quality car care in CityName since 1990. We are a small business delivering honest and professional automotive repair and auto maintenance services . Our quality certified technicians employ todayâ€™s latest automotive technology and are equipped to handle all major and minor repairs on foreign and domestic vehicles.</p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-15d9d603585\" wfd-id=\"138\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"140\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15d9d600869\" data-clear=\"both\" wfd-id=\"141\"><span class=\"tve_image_frame\" wfd-id=\"142\"><img class=\"tve_image\" alt=\"\" sizes=\"(max-width:568px) 100vw, 568px\" width=\"568\" height=\"354\" title=\"bizcar-image1\" data-id=\"78\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/bizcar-image1.jpg\"></span></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15d9d61a40e\" style=\"\" wfd-id=\"124\"><div class=\"tcb-flex-row tcb--cols--2 tcb-medium-wrap tcb-reverse\" data-css=\"tve-u-15dcce81d3a\" wfd-id=\"125\"><div class=\"tcb-flex-col\" wfd-id=\"131\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"133\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15d9d612a88\" data-clear=\"both\" wfd-id=\"134\"><span class=\"tve_image_frame\" wfd-id=\"135\"><img class=\"tve_image\" alt=\"\" sizes=\"(max-width:568px) 100vw, 568px\" width=\"568\" height=\"354\" title=\"bizcar-image2\" data-id=\"79\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/bizcar-image2.jpg\"></span></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"126\"><div class=\"tcb-col tve_empty_dropzone\" style=\"\" wfd-id=\"128\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15d9d7b1d2f\" style=\"\" data-tag=\"h2\" wfd-id=\"130\"><h2 data-css=\"tve-u-15dcce91832\">Why Us?</h2></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" wfd-id=\"129\"><p>You\'ll be hard-pressed to find the same level of expertise that our auto mechanic specialists provide!</p><p><br></p><p>We have years of experience working on both domestic and import vehicles of all makes and models and can work with you to find cost-effective repair and maintenance alternatives.</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-tve-style=\"1\" data-css=\"tve-u-15d9d628dd9\" style=\"\" wfd-id=\"103\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15d9d622425\" wfd-id=\"121\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15d9d627ee5\" wfd-id=\"104\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15d9d62d4c5\" wfd-id=\"105\"><div class=\"tcb-flex-row tcb--cols--2\" wfd-id=\"106\"><div class=\"tcb-flex-col\" wfd-id=\"114\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15d9d63349a\" wfd-id=\"116\"><div class=\"thrv_wrapper thrv-button tcb-with-icon tcb-icon-display\" data-css=\"tve-u-15d9d43c438\" wfd-id=\"117\">\n<a href=\"#\" class=\"tcb-button-link\" data-css=\"tve-u-15d9d42c287\"><span class=\"tcb-button-icon\" wfd-id=\"120\"><svg class=\"tcb-icon\" viewBox=\"0 0 26 28\" data-name=\"wrench\">\n<title>wrench</title>\n<path d=\"M6 23c0-0.547-0.453-1-1-1s-1 0.453-1 1 0.453 1 1 1 1-0.453 1-1zM16.063 16.438l-10.656 10.656c-0.359 0.359-0.875 0.578-1.406 0.578s-1.047-0.219-1.422-0.578l-1.656-1.687c-0.375-0.359-0.594-0.875-0.594-1.406s0.219-1.047 0.594-1.422l10.641-10.641c0.812 2.047 2.453 3.687 4.5 4.5zM25.969 9.641c0 0.516-0.187 1.156-0.359 1.656-0.984 2.781-3.656 4.703-6.609 4.703-3.859 0-7-3.141-7-7s3.141-7 7-7c1.141 0 2.625 0.344 3.578 0.984 0.156 0.109 0.25 0.25 0.25 0.438 0 0.172-0.109 0.344-0.25 0.438l-4.578 2.641v3.5l3.016 1.672c0.516-0.297 4.141-2.578 4.453-2.578s0.5 0.234 0.5 0.547z\"></path>\n</svg></span>\n<span class=\"tcb-button-texts\" wfd-id=\"118\"><span class=\"tcb-button-text thrv-inline-text\" wfd-id=\"119\">Request an Appointment</span></span>\n</a>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"107\"><div class=\"tcb-col tve_empty_dropzone\" style=\"\" data-css=\"tve-u-15def6d96a5\" wfd-id=\"109\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15d9d4b5fc7\" style=\"\" wfd-id=\"110\"><p><span style=\"font-family: Oswald; font-weight: 400; font-size: 30px;\" wfd-id=\"112\"><span style=\"color: rgb(228, 0, 0);\" wfd-id=\"113\">or Call Us</span> for Assistance at:</span></p><p data-css=\"tve-u-15d9d63eb98\"><span style=\"font-family: Oswald; font-weight: 400; font-size: 39px; color: rgb(228, 0, 0);\" wfd-id=\"111\">555-555-555</span></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-tve-style=\"1\" data-css=\"tve-u-15d9d64ce02\" style=\"\" wfd-id=\"63\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15d9d64ac43\" wfd-id=\"102\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15d9d64c0b3\" wfd-id=\"64\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15d9d65529e\" style=\"\" data-tag=\"h2\" wfd-id=\"101\"><h2 data-css=\"tve-u-15dcce936fc\">What Our Customers Say<s>â€‹</s></h2></div><div class=\"thrv_wrapper thrv-columns\" wfd-id=\"83\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" wfd-id=\"84\"><div class=\"tcb-flex-col\" data-css=\"tve-u-15d9d6ab956\" wfd-id=\"96\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"98\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15d9d6874bb\" data-clear=\"both\" wfd-id=\"99\"><span class=\"tve_image_frame\" wfd-id=\"100\"><img class=\"tve_image\" alt=\"\" sizes=\"(max-width:160px) 100vw, 160px\" width=\"160\" height=\"160\" title=\"knowhow-person3\" data-id=\"253\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/knowhow-person3.png\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-15d9d6ab982\" wfd-id=\"85\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"87\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15d9d6afca0\" wfd-id=\"88\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15d9d69b2d9\" wfd-id=\"95\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"89\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15d9d6cc24d\" data-tag=\"h3\" wfd-id=\"93\"><h3><em><span style=\"color: rgb(18, 136, 204);\" wfd-id=\"94\">â€œBest part of the review will be used as a title hereâ€</span></em></h3></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"92\"><p><strong>Vivamus sit amet lacus eu odio lacinia efficitur venenatis quis tellus. Ut eget lacus velit. Sed egestas diam vel iaculis dapibus. Fusce tortor lorem, fringilla et tortor eu, hendrerit convallis. Pellentesque non facilisis purus, id lorem ipsum ultrices erat.</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15d9d6c7916\" wfd-id=\"90\"><p><em><span style=\"color: rgb(18, 136, 204);\" wfd-id=\"91\">Albert Stewart</span></em></p><p><em>Professional Testimonial Poser</em></p></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" wfd-id=\"65\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" wfd-id=\"66\"><div class=\"tcb-flex-col\" data-css=\"tve-u-15d9d6ab956\" wfd-id=\"78\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"80\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15d9d6d2b9a\" data-clear=\"both\" wfd-id=\"81\"><span class=\"tve_image_frame\" wfd-id=\"82\"><img class=\"tve_image\" alt=\"\" sizes=\"(max-width:160px) 100vw, 160px\" width=\"160\" height=\"160\" title=\"knowhow-person2\" data-id=\"252\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/knowhow-person2.png\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-15d9d6ab982\" wfd-id=\"67\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"69\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15d9d6afca0\" wfd-id=\"70\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15d9d69b2d9\" wfd-id=\"77\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"71\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15d9d6cc24d\" data-tag=\"h3\" wfd-id=\"75\"><h3><em><span style=\"color: rgb(18, 136, 204);\" wfd-id=\"76\">â€œBest part of the review will be used as a title hereâ€</span></em></h3></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"74\"><p><strong>Vivamus sit amet lacus eu odio lacinia efficitur venenatis quis tellus. Ut eget lacus velit. Sed egestas diam vel iaculis dapibus. Fusce tortor lorem, fringilla et tortor eu, hendrerit convallis. Pellentesque non facilisis purus, id lorem ipsum ultrices erat.</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15d9d6c7916\" wfd-id=\"72\"><p><em><span style=\"color: rgb(18, 136, 204);\" wfd-id=\"73\">Samantha Allen</span></em></p><p><em>Professional Testimonial Poser</em></p></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-tve-style=\"1\" data-css=\"tve-u-15d9d7042bb\" style=\"\" wfd-id=\"52\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15d9d6dabf3\" wfd-id=\"62\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15d9d7036db\" wfd-id=\"53\"><div class=\"thrv_wrapper thrv-button tcb-with-icon tcb-icon-display\" data-css=\"tve-u-15d9d7069ba\" wfd-id=\"58\">\n<a href=\"#\" class=\"tcb-button-link\" data-css=\"tve-u-15d9d42c287\"><span class=\"tcb-button-icon\" wfd-id=\"61\"><svg class=\"tcb-icon\" viewBox=\"0 0 26 28\" data-name=\"wrench\">\n<title>wrench</title>\n<path d=\"M6 23c0-0.547-0.453-1-1-1s-1 0.453-1 1 0.453 1 1 1 1-0.453 1-1zM16.063 16.438l-10.656 10.656c-0.359 0.359-0.875 0.578-1.406 0.578s-1.047-0.219-1.422-0.578l-1.656-1.687c-0.375-0.359-0.594-0.875-0.594-1.406s0.219-1.047 0.594-1.422l10.641-10.641c0.812 2.047 2.453 3.687 4.5 4.5zM25.969 9.641c0 0.516-0.187 1.156-0.359 1.656-0.984 2.781-3.656 4.703-6.609 4.703-3.859 0-7-3.141-7-7s3.141-7 7-7c1.141 0 2.625 0.344 3.578 0.984 0.156 0.109 0.25 0.25 0.25 0.438 0 0.172-0.109 0.344-0.25 0.438l-4.578 2.641v3.5l3.016 1.672c0.516-0.297 4.141-2.578 4.453-2.578s0.5 0.234 0.5 0.547z\"></path>\n</svg></span>\n<span class=\"tcb-button-texts\" wfd-id=\"59\"><span class=\"tcb-button-text thrv-inline-text\" wfd-id=\"60\">Request an Appointment</span></span>\n</a>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15d9d708a01\" wfd-id=\"54\"><p style=\"text-align: center;\"><span style=\"font-family: Oswald; font-weight: 400; font-size: 30px;\" wfd-id=\"56\"><span style=\"color: rgb(255, 255, 255);\" wfd-id=\"57\">or Call Us for Assistance at:</span></span></p><p data-css=\"tve-u-15d9d63eb98\" style=\"text-align: center;\"><span style=\"font-family: Oswald; font-weight: 400; font-size: 39px; color: rgb(255, 255, 255);\" wfd-id=\"55\">555-555-555</span></p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-tve-style=\"1\" data-css=\"tve-u-15dcce974d3\" style=\"\" wfd-id=\"48\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15d9d7120d0\" wfd-id=\"51\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15d9d7130ac\" wfd-id=\"49\"><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" wfd-id=\"50\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=manchu piccu&amp;t=m&amp;z=13&amp;output=embed&amp;iwloc=near\"></iframe>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-tve-style=\"1\" data-css=\"tve-u-15d9d7143e7\" wfd-id=\"35\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15d9d72c1ae\" wfd-id=\"47\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15d9d72e1d8\" wfd-id=\"36\"><div class=\"thrv_wrapper thrv-columns\" style=\"\" data-css=\"tve-u-15def6eaf29\" wfd-id=\"37\"><div class=\"tcb-flex-row tcb--cols--2\" wfd-id=\"38\"><div class=\"tcb-flex-col\" wfd-id=\"43\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"45\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15d9d7c4293\" style=\"\" wfd-id=\"46\"><p>Copyright 2017, Company Name</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"39\"><div class=\"tcb-col tve_empty_dropzone\" style=\"\" data-css=\"tve-u-15def6eca6b\" wfd-id=\"41\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15d9d7c2fa2\" style=\"\" wfd-id=\"42\"><p style=\"text-align: right;\">Privacy Policy - Disclaimer</p></div></div></div></div></div></div>\n</div>'),(3616,332,'tve_revision_tve_content_more_found',''),(3617,332,'tve_revision_tve_save_post',''),(3618,332,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Oswald:400,500,300&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Open+Sans:400,600,300&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-15d9d793442\"] { max-width: 48.2%; }[data-css=\"tve-u-15d9d79340f\"] { max-width: 51.9%; }[data-css=\"tve-u-15d9d72e1d8\"] p, [data-css=\"tve-u-15d9d72e1d8\"] li, [data-css=\"tve-u-15d9d72e1d8\"] blockquote, [data-css=\"tve-u-15d9d72e1d8\"] address { color: rgb(255, 255, 255); }[data-css=\"tve-u-15d9d7143e7\"] { padding: 20px !important; }[data-css=\"tve-u-15d9d7130ac\"] { max-width: 1220px; }[data-css=\"tve-u-15d9d7120d0\"] { background-color: rgb(18, 18, 18) !important; }[data-css=\"tve-u-15d9d7042bb\"] { padding-left: 20px !important; padding-right: 20px !important; }[data-css=\"tve-u-15d9d7036db\"] { max-width: 1220px; }[data-css=\"tve-u-15d9d6dabf3\"] { background-color: rgb(63, 63, 63) !important; background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/bizcar-ps2.jpg\") !important; background-size: cover !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-15d9d6cc24d\"] { margin-bottom: 19px !important; }[data-css=\"tve-u-15d9d6c7916\"] { margin-left: 0px; margin-right: 0px; margin-bottom: 0px; margin-top: 17px !important; }#tcb_landing_page h3 { font-size: 30px; line-height: 51px; color: rgb(18, 136, 204); }[data-css=\"tve-u-15d9d6afca0\"] { padding: 22px; }[data-css=\"tve-u-15d9d6ab982\"] { max-width: 85%; }[data-css=\"tve-u-15d9d6ab956\"] { max-width: 15%; }[data-css=\"tve-u-15d9d69b2d9\"] { border: 1px solid rgb(207, 207, 207) !important; }[data-css=\"tve-u-15d9d6874bb\"] { width: 160px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15d9d65529e\"] { margin-top: 48px !important; }[data-css=\"tve-u-15d9d64ce02\"] { padding: 20px !important; }[data-css=\"tve-u-15d9d64c0b3\"] { max-width: 1220px; }[data-css=\"tve-u-15d9d64ac43\"] { background-color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15d9d63eb98\"] { line-height: 3em !important; }#tve_editor [data-css=\"tve-u-15d9d3c9df7\"] { color: rgb(228, 0, 0) !important; }[data-css=\"tve-u-15d9d628dd9\"] { padding-left: 20px !important; padding-right: 20px !important; }[data-css=\"tve-u-15d9d627ee5\"] { max-width: 796px; }[data-css=\"tve-u-15d9d622425\"] { background-color: rgb(221, 221, 221) !important; }[data-css=\"tve-u-15d9d61a40e\"] { margin-top: 35px !important; }[data-css=\"tve-u-15d9d612a88\"] { float: right; width: 568px; }[data-css=\"tve-u-15d9d60ad70\"] { margin-top: 25px !important; }[data-css=\"tve-u-15d9d608417\"] { margin-top: 25px !important; margin-bottom: 12px !important; }[data-css=\"tve-u-15d9d603585\"] { max-width: 50%; }[data-css=\"tve-u-15d9d603565\"] { max-width: 50%; }[data-css=\"tve-u-15d9d600869\"] { width: 568px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15d9d5ed5e1\"] { max-width: 1220px; }[data-css=\"tve-u-15d9d5eb3c1\"] { padding-top: 90px !important; padding-left: 20px !important; padding-right: 20px !important; }[data-css=\"tve-u-15d9d541e6c\"] { line-height: 1.2em !important; }[data-css=\"tve-u-15d9d5307cd\"] { max-width: 276px; margin: -76px auto 0px !important; }[data-css=\"tve-u-15d9d52e9ca\"] { background-color: rgb(40, 40, 40) !important; }[data-css=\"tve-u-15d9d4eeee1\"] { font-family: Oswald; font-weight: 400; text-align: center; margin-top: 23px !important; margin-bottom: -86px !important; }[data-css=\"tve-u-15d9d4d8a08\"] { background-color: rgb(40, 40, 40) !important; }[data-css=\"tve-u-15d9d4d5956\"] { max-width: 1220px; }[data-css=\"tve-u-15d9d4d1a6d\"] { margin-bottom: 108px !important; margin-top: 48px !important; }[data-css=\"tve-u-15d9d4be887\"] { border-right: 2px solid rgb(255, 255, 255); margin-right: 8px !important; }[data-css=\"tve-u-15d9d4b5fc7\"] { margin-top: 12px !important; padding-left: 18px !important; }#tve_editor [data-css=\"tve-u-15d9d43c438\"]:hover [data-css=\"tve-u-15d9d42c287\"] { background-color: rgb(155, 0, 0) !important; }[data-css=\"tve-u-15d9d43c438\"] .tcb-button-link { border: 1px solid rgb(228, 62, 62); border-radius: 15px; overflow: hidden; font-family: Oswald; font-weight: 400; font-size: 30px; box-shadow: rgba(0, 0, 0, 0.41) 0px 2px 5px 0px; }[data-css=\"tve-u-15d9d42c287\"] { background-color: rgb(207, 0, 0) !important; padding-left: 24px !important; padding-right: 24px !important; }[data-css=\"tve-u-15d9d41cd70\"] { max-width: 693px; margin: 60px auto 43px !important; }[data-css=\"tve-u-15d9d3ff4f6\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/bizcar-ps1.jpg\"), linear-gradient(rgb(55, 55, 55), rgb(55, 55, 55)) !important; background-size: cover, auto !important; background-position: 0px 0px, 0px 0px !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-15d9d3fb664\"] p, [data-css=\"tve-u-15d9d3fb664\"] li, [data-css=\"tve-u-15d9d3fb664\"] blockquote, [data-css=\"tve-u-15d9d3fb664\"] address { color: rgb(255, 255, 255); }[data-css=\"tve-u-15d9d3fc669\"] { padding-left: 20px !important; padding-right: 20px !important; }[data-css=\"tve-u-15d9d3fb664\"] { max-width: 870px; }[data-css=\"tve-u-15d9d3c9df7\"] { line-height: 1.5em !important; }[data-css=\"tve-u-15d9d3b42fd\"] { line-height: 1.4em !important; }[data-css=\"tve-u-15d9d3a890f\"] { font-size: 35px; width: 35px; height: 35px; color: rgb(169, 169, 169); margin-left: auto !important; margin-right: auto !important; margin-top: 30px !important; }[data-css=\"tve-u-15d9d39e88e\"] { max-width: 23.9%; }[data-css=\"tve-u-15d9d39e881\"] { max-width: 24.1%; }[data-css=\"tve-u-15d9d39e872\"] { max-width: 22.1%; }[data-css=\"tve-u-15d9d39e85e\"] { max-width: 29.9%; }[data-css=\"tve-u-15d9d39bb24\"] { float: right; width: 352px; }[data-css=\"tve-u-15d9d387a5a\"] { background-color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15d9d38550e\"] { border-bottom: 7px solid rgb(18, 136, 204); padding-left: 20px !important; padding-right: 20px !important; }[data-css=\"tve-u-15d9d383e6b\"] { max-width: 1220px; }#tcb_landing_page h1 strong { font-weight: 500; }#tcb_landing_page p strong, #tcb_landing_page li strong { font-weight: 600; }#tcb_landing_page h2 { font-family: Oswald; font-weight: 400; font-size: 55px; line-height: 1.3em; color: rgb(18, 136, 204); }#tcb_landing_page h1 { font-family: Oswald; font-weight: 300; color: rgb(18, 136, 204); font-size: 66px; line-height: 1.3em; }#tcb_landing_page p, #tcb_landing_page li { font-family: \"Open Sans\"; font-weight: 400; font-size: 18px; line-height: 1.93em; }[data-css=\"tve-u-15d9d62d4c5\"] { margin-bottom: 0px !important; margin-top: 10px !important; }[data-css=\"tve-u-15d9d63349a\"] { margin-right: 8px !important; }[data-css=\"tve-u-15d9d6d2b9a\"] { width: 160px; float: left; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15d9d7069ba\"] { margin: 45px auto 28px !important; }#tve_editor [data-css=\"tve-u-15d9d7069ba\"]:hover [data-css=\"tve-u-15d9d42c287\"] { background-color: rgb(155, 0, 0) !important; }[data-css=\"tve-u-15d9d7069ba\"] .tcb-button-link { border: 1px solid rgb(228, 62, 62); border-radius: 15px; overflow: hidden; font-family: Oswald; font-weight: 400; font-size: 30px; box-shadow: rgba(0, 0, 0, 0.41) 0px 2px 5px 0px; }[data-css=\"tve-u-15d9d708a01\"] { margin-top: 12px !important; padding-left: 18px !important; margin-bottom: 15px !important; }[data-css=\"tve-u-15d9d72c1ae\"] { background-color: rgb(59, 59, 59) !important; }[data-css=\"tve-u-15d9d72e1d8\"] { max-width: 1220px; }[data-css=\"tve-u-15d9d760e96\"] { font-size: 35px; width: 35px; height: 35px; color: rgb(169, 169, 169); margin-left: auto !important; margin-right: auto !important; margin-top: 30px !important; }[data-css=\"tve-u-15d9d76cef0\"] { margin-top: 12px !important; padding-left: 18px !important; }#tve_editor [data-css=\"tve-u-15d9d770887\"]:hover [data-css=\"tve-u-15d9d42c287\"] { background-color: rgb(155, 0, 0) !important; }[data-css=\"tve-u-15d9d770887\"] .tcb-button-link { border: 1px solid rgb(228, 62, 62); border-radius: 15px; overflow: hidden; font-family: Oswald; font-weight: 400; font-size: 30px; box-shadow: rgba(0, 0, 0, 0.41) 0px 2px 5px 0px; }[data-css=\"tve-u-15d9d7b1d2f\"] { margin-top: 25px !important; margin-bottom: 12px !important; }[data-css=\"tve-u-15dcce974d3\"] { padding: 20px !important; }}@media (max-width: 1023px){[data-css=\"tve-u-15d9d4b5fc7\"] { margin-top: 30px !important; }[data-css=\"tve-u-15dcce81d3a\"] { flex-direction: row; }[data-css=\"tve-u-15dcce7fa03\"] { flex-direction: row; }[data-css=\"tve-u-15dcce7b583\"] { padding-top: 0px !important; }[data-css=\"tve-u-15d9d793442\"] { max-width: 41.7%; }[data-css=\"tve-u-15d9d79340f\"] { max-width: 58.3%; }[data-css=\"tve-u-15d9d612a88\"] { margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15d9d745c7a\"] .tcb-flex-col { flex-basis: 108px !important; }}@media (max-width: 767px){[data-css=\"tve-u-15def6eca6b\"] { text-align: center; }[data-css=\"tve-u-15def6eaf29\"] { text-align: center; }[data-css=\"tve-u-15d9d3fc669\"] { padding-left: 10px !important; padding-right: 10px !important; }[data-css=\"tve-u-15d9d5eb3c1\"] { padding-left: 10px !important; padding-right: 10px !important; }[data-css=\"tve-u-15d9d628dd9\"] { padding-left: 10px !important; padding-right: 10px !important; }[data-css=\"tve-u-15d9d7042bb\"] { padding-left: 10px !important; padding-right: 10px !important; }[data-css=\"tve-u-15d9d64ce02\"] { padding-left: 10px !important; padding-right: 10px !important; }[data-css=\"tve-u-15def6d96a5\"] { text-align: center; }#tve_editor [data-css=\"tve-u-15def6d525b\"] { font-size: 15px !important; }[data-css=\"tve-u-15def6cf471\"] { text-align: center; }[data-css=\"tve-u-15d9d4be887\"] { border-right: 1px solid rgba(255, 255, 255, 0); }#tve_editor [data-css=\"tve-u-15dcce936fc\"] { font-size: 30px !important; }#tve_editor [data-css=\"tve-u-15dcce91832\"] { font-size: 30px !important; }#tve_editor [data-css=\"tve-u-15dcce8fc62\"] { font-size: 30px !important; }#tve_editor [data-css=\"tve-u-15dcce89fec\"] { font-size: 42px !important; }[data-css=\"tve-u-15d9d41cd70\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-15dcce81d3a\"] { flex-direction: column; }[data-css=\"tve-u-15dcce7fa03\"] { flex-direction: column; }[data-css=\"tve-u-15d9d7c4293\"] { margin-bottom: 2px !important; }[data-css=\"tve-u-15d9d7c2fa2\"] { margin-top: 24px !important; }[data-css=\"tve-u-15d9d6874bb\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-15d9d6d2b9a\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-15d9d745c7a\"] .tcb-flex-col { flex-basis: 163px !important; }[data-css=\"tve-u-15d9d7685af\"] { margin-bottom: 1px !important; }[data-css=\"tve-u-15d9d39bb24\"] { margin-bottom: -2px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15d9d760e96\"] { margin-top: 10px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-15d9d76cef0\"] { margin-top: 10px !important; }[data-css=\"tve-u-15d9d770887\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-15d9d7b1d2f\"] { margin-top: 1px !important; }[data-css=\"tve-u-15dcce974d3\"] { padding-left: 0px !important; padding-right: 0px !important; }}'),(3619,332,'tve_revision_tve_user_custom_css','.thrv_text_element p { margin: 0;}\n.thrv_heading h1,h2,h3 {margin: 0;}'),(3620,332,'tve_revision_tve_page_events','a:0:{}'),(3621,332,'tve_revision_tve_globals','a:2:{s:8:\"body_css\";s:17:\"tve-u-15d9d6b690f\";s:8:\"font_cls\";a:0:{}}'),(3622,332,'tve_revision_tve_global_scripts',''),(3623,332,'tve_revision_thrive_icon_pack','0'),(3624,332,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(3625,332,'tve_revision_tve_has_masonry','0'),(3626,332,'tve_revision_tve_has_typefocus','0'),(3627,332,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv-page-section\" data-tve-style=\"1\" data-css=\"tve-u-15d9d38550e\" wfd-id=\"180\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15d9d387a5a\" wfd-id=\"214\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15d9d383e6b\" wfd-id=\"181\"><div class=\"thrv_wrapper thrv-columns\" style=\"\" wfd-id=\"182\"><div class=\"tcb-flex-row tcb-resized tcb--cols--4 tcb-medium-no-wrap tcb-flex-center\" data-css=\"tve-u-15dcce7b583\" wfd-id=\"183\"><div class=\"tcb-flex-col\" data-css=\"tve-u-15d9d39e85e\" wfd-id=\"209\"><div class=\"tcb-col tve_empty_dropzone\" style=\"\" wfd-id=\"211\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15d9d39bb24\" data-clear=\"both\" style=\"\" wfd-id=\"212\"><span class=\"tve_image_frame\" wfd-id=\"213\"><img class=\"tve_image\" alt=\"\" sizes=\"(max-width:352px) 100vw, 352px\" width=\"352\" height=\"110\" title=\"bizcar-logo\" data-id=\"80\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/bizcar-logo.png\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-15d9d39e872\" wfd-id=\"201\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"203\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-15d9d760e96\" wfd-id=\"208\"><svg class=\"tcb-icon\" viewBox=\"0 0 22 28\" data-name=\"phone\">\n<title>phone</title>\n<path d=\"M22 19.375c0 0.562-0.25 1.656-0.484 2.172-0.328 0.766-1.203 1.266-1.906 1.656-0.922 0.5-1.859 0.797-2.906 0.797-1.453 0-2.766-0.594-4.094-1.078-0.953-0.344-1.875-0.766-2.734-1.297-2.656-1.641-5.859-4.844-7.5-7.5-0.531-0.859-0.953-1.781-1.297-2.734-0.484-1.328-1.078-2.641-1.078-4.094 0-1.047 0.297-1.984 0.797-2.906 0.391-0.703 0.891-1.578 1.656-1.906 0.516-0.234 1.609-0.484 2.172-0.484 0.109 0 0.219 0 0.328 0.047 0.328 0.109 0.672 0.875 0.828 1.188 0.5 0.891 0.984 1.797 1.5 2.672 0.25 0.406 0.719 0.906 0.719 1.391 0 0.953-2.828 2.344-2.828 3.187 0 0.422 0.391 0.969 0.609 1.344 1.578 2.844 3.547 4.813 6.391 6.391 0.375 0.219 0.922 0.609 1.344 0.609 0.844 0 2.234-2.828 3.187-2.828 0.484 0 0.984 0.469 1.391 0.719 0.875 0.516 1.781 1 2.672 1.5 0.313 0.156 1.078 0.5 1.188 0.828 0.047 0.109 0.047 0.219 0.047 0.328z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"206\"><p data-css=\"tve-u-15d9d3b42fd\" style=\"text-align: center;\"><span style=\"font-size: 16px;\" wfd-id=\"207\">Call us:</span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15d9d7685af\" style=\"\" wfd-id=\"204\"><p data-css=\"tve-u-15d9d3c9df7\" style=\"text-align: center;\"><span style=\"color: rgb(228, 0, 0); font-family: Oswald; font-weight: 400; font-size: 25px;\" wfd-id=\"205\">555-555-555</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-15d9d39e881\" wfd-id=\"192\"><div class=\"tcb-col tve_empty_dropzone\" style=\"\" wfd-id=\"194\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display tcb-mobile-hidden\" data-css=\"tve-u-15d9d3a890f\" wfd-id=\"200\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"clock-o\">\n<title>clock-o</title>\n<path d=\"M14 8.5v7c0 0.281-0.219 0.5-0.5 0.5h-5c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h3.5v-5.5c0-0.281 0.219-0.5 0.5-0.5h1c0.281 0 0.5 0.219 0.5 0.5zM20.5 14c0-4.688-3.813-8.5-8.5-8.5s-8.5 3.813-8.5 8.5 3.813 8.5 8.5 8.5 8.5-3.813 8.5-8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone tcb-mobile-hidden\" style=\"\" wfd-id=\"195\"><p data-css=\"tve-u-15d9d3b42fd\" style=\"text-align: center;\"><span style=\"font-size: 16px;\" wfd-id=\"199\"><strong>Service open:</strong></span></p><p data-css=\"tve-u-15d9d3b42fd\" style=\"text-align: center;\"><span style=\"font-size: 16px;\" wfd-id=\"198\">Mon-Fri: 09:00-19:00&nbsp;</span></p><p data-css=\"tve-u-15d9d3b42fd\" style=\"text-align: center;\"><span style=\"font-size: 16px;\" wfd-id=\"196\"><strong><span style=\"color: rgb(228, 0, 0);\" wfd-id=\"197\">24h Towing!</span></strong></span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-15d9d39e88e\" wfd-id=\"184\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"186\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display tcb-mobile-hidden\" data-css=\"tve-u-15d9d3a890f\" wfd-id=\"191\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 28\" data-name=\"map-o\">\n<title>map-o</title>\n<path d=\"M31.563 0.172c0.266 0.187 0.438 0.5 0.438 0.828v22c0 0.406-0.25 0.781-0.625 0.922l-10 4c-0.25 0.109-0.5 0.109-0.75 0l-9.625-3.844-9.625 3.844c-0.125 0.063-0.25 0.078-0.375 0.078-0.203 0-0.391-0.063-0.562-0.172-0.266-0.187-0.438-0.5-0.438-0.828v-22c0-0.406 0.25-0.781 0.625-0.922l10-4c0.25-0.109 0.5-0.109 0.75 0l9.625 3.844 9.625-3.844c0.313-0.125 0.656-0.094 0.938 0.094zM11.5 2.281v19.844l9 3.594v-19.844zM2 5.672v19.844l8.5-3.391v-19.844zM30 22.328v-19.844l-8.5 3.391v19.844z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone tcb-mobile-hidden\" wfd-id=\"187\"><p data-css=\"tve-u-15d9d3b42fd\" style=\"text-align: center;\"><span style=\"font-size: 16px;\" wfd-id=\"190\">City Name</span></p><p data-css=\"tve-u-15d9d3b42fd\" style=\"text-align: center;\"><span style=\"font-size: 16px;\" wfd-id=\"189\">123 Street Name</span></p><p data-css=\"tve-u-15d9d3b42fd\" style=\"text-align: center;\"><span style=\"font-size: 16px;\" wfd-id=\"188\">77UO2 State</span></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-tve-style=\"1\" data-css=\"tve-u-15d9d3fc669\" style=\"\" wfd-id=\"160\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15d9d3ff4f6\" wfd-id=\"179\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15d9d3fb664\" wfd-id=\"161\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15d9d41cd70\" style=\"\" data-tag=\"h1\" wfd-id=\"177\"><h1 data-css=\"tve-u-15dcce89fec\" style=\"text-align: center;\"><span style=\"color: rgb(255, 255, 255);\" wfd-id=\"178\">Drive <strong>Confidently</strong> in a <strong>Perfectly Maintained</strong> Car</span></h1></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15d9d4d1a6d\" style=\"\" wfd-id=\"162\"><div class=\"tcb-flex-row tcb--cols--2 tcb-medium-no-wrap tcb-resized\" data-css=\"tve-u-15d9d745c7a\" wfd-id=\"163\"><div class=\"tcb-flex-col\" data-css=\"tve-u-15d9d79340f\" wfd-id=\"170\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15d9d4be887\" style=\"\" wfd-id=\"172\"><div class=\"thrv_wrapper thrv-button tcb-with-icon tcb-icon-display\" data-css=\"tve-u-15d9d770887\" style=\"\" wfd-id=\"173\">\n<a href=\"#\" class=\"tcb-button-link\" data-css=\"tve-u-15d9d42c287\"><span class=\"tcb-button-icon\" wfd-id=\"176\"><svg class=\"tcb-icon\" viewBox=\"0 0 26 28\" data-name=\"wrench\">\n<title>wrench</title>\n<path d=\"M6 23c0-0.547-0.453-1-1-1s-1 0.453-1 1 0.453 1 1 1 1-0.453 1-1zM16.063 16.438l-10.656 10.656c-0.359 0.359-0.875 0.578-1.406 0.578s-1.047-0.219-1.422-0.578l-1.656-1.687c-0.375-0.359-0.594-0.875-0.594-1.406s0.219-1.047 0.594-1.422l10.641-10.641c0.812 2.047 2.453 3.687 4.5 4.5zM25.969 9.641c0 0.516-0.187 1.156-0.359 1.656-0.984 2.781-3.656 4.703-6.609 4.703-3.859 0-7-3.141-7-7s3.141-7 7-7c1.141 0 2.625 0.344 3.578 0.984 0.156 0.109 0.25 0.25 0.25 0.438 0 0.172-0.109 0.344-0.25 0.438l-4.578 2.641v3.5l3.016 1.672c0.516-0.297 4.141-2.578 4.453-2.578s0.5 0.234 0.5 0.547z\"></path>\n</svg></span>\n<span class=\"tcb-button-texts\" wfd-id=\"174\"><span class=\"tcb-button-text thrv-inline-text\" wfd-id=\"175\">Request an Appointment</span></span>\n</a>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-15d9d793442\" wfd-id=\"164\"><div class=\"tcb-col tve_empty_dropzone\" style=\"\" data-css=\"tve-u-15def6cf471\" wfd-id=\"166\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15d9d76cef0\" style=\"\" wfd-id=\"167\"><p data-css=\"tve-u-15def6d525b\"><span style=\"font-family: Oswald; font-weight: 400; font-size: 30px;\" wfd-id=\"169\">or call us for assistance at:</span></p><p><span style=\"font-family: Oswald; font-weight: 400; font-size: 30px;\" wfd-id=\"168\">555-555-555</span></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15d9d5307cd\" style=\"\" wfd-id=\"155\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15d9d52e9ca\" wfd-id=\"159\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"156\"><div class=\"thrv_wrapper thrv_heading\" style=\"\" data-tag=\"h2\" wfd-id=\"157\"><h2 data-css=\"tve-u-15d9d541e6c\" style=\"text-align: center;\"><span style=\"color: rgb(255, 255, 255); font-size: 45px;\" wfd-id=\"158\">Our Services</span></h2></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-tve-style=\"1\" wfd-id=\"149\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15d9d4d8a08\" wfd-id=\"154\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15d9d4d5956\" wfd-id=\"150\"><div class=\"thrv_wrapper thrv_post_grid\" data-css=\"tve-u-15d9d4eeee1\" wfd-id=\"151\"><div class=\"thrive-shortcode-config\" style=\"display: none !important\" wfd-id=\"153\">__CONFIG_post_grid__{\"display\":\"grid\",\"grid_layout\":\"horizontal\",\"columns\":\"4\",\"text_type\":\"summary\",\"read-more-text\":\"Read More\",\"image-height\":\"\",\"teaser_layout\":{\"featured_image\":\"true\",\"title\":\"true\",\"text\":\"false\",\"read_more\":\"false\"},\"layout\":[\"title\",\"featured_image\",\"text\",\"read_more\"],\"orderby\":\"date\",\"order\":\"DESC\",\"recent_days\":\"0\",\"posts_start\":\"0\",\"posts_per_page\":\"4\",\"content_types\":[\"post\"],\"filters\":{\"category\":[],\"tag\":[],\"tax\":[],\"author\":[],\"posts\":[]},\"action\":\"tcb_editor_ajax\",\"custom\":\"post_grid\",\"nonce\":\"b84a45401b\",\"exclude\":0}__CONFIG_post_grid__</div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-tve-style=\"1\" data-css=\"tve-u-15d9d5eb3c1\" style=\"\" wfd-id=\"122\">\n<div class=\"tve-page-section-out\" wfd-id=\"148\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15d9d5ed5e1\" wfd-id=\"123\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15d9d60ad70\" style=\"\" wfd-id=\"136\"><div class=\"tcb-flex-row tcb--cols--2 tcb-resized tcb-medium-wrap\" data-css=\"tve-u-15dcce7fa03\" wfd-id=\"137\"><div class=\"tcb-flex-col\" data-css=\"tve-u-15d9d603565\" wfd-id=\"143\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"145\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15d9d608417\" style=\"\" data-tag=\"h2\" wfd-id=\"147\"><h2 data-css=\"tve-u-15dcce8fc62\">Auto Repair Services You Can Count On!</h2></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" wfd-id=\"146\"><p>We have been providing quality car care in CityName since 1990. We are a small business delivering honest and professional automotive repair and auto maintenance services . Our quality certified technicians employ todayâ€™s latest automotive technology and are equipped to handle all major and minor repairs on foreign and domestic vehicles.</p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-15d9d603585\" wfd-id=\"138\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"140\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15d9d600869\" data-clear=\"both\" wfd-id=\"141\"><span class=\"tve_image_frame\" wfd-id=\"142\"><img class=\"tve_image\" alt=\"\" sizes=\"(max-width:568px) 100vw, 568px\" width=\"568\" height=\"354\" title=\"bizcar-image1\" data-id=\"78\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/bizcar-image1.jpg\"></span></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15d9d61a40e\" style=\"\" wfd-id=\"124\"><div class=\"tcb-flex-row tcb--cols--2 tcb-medium-wrap tcb-reverse\" data-css=\"tve-u-15dcce81d3a\" wfd-id=\"125\"><div class=\"tcb-flex-col\" wfd-id=\"131\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"133\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15d9d612a88\" data-clear=\"both\" wfd-id=\"134\"><span class=\"tve_image_frame\" wfd-id=\"135\"><img class=\"tve_image\" alt=\"\" sizes=\"(max-width:568px) 100vw, 568px\" width=\"568\" height=\"354\" title=\"bizcar-image2\" data-id=\"79\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/bizcar-image2.jpg\"></span></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"126\"><div class=\"tcb-col tve_empty_dropzone\" style=\"\" wfd-id=\"128\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15d9d7b1d2f\" style=\"\" data-tag=\"h2\" wfd-id=\"130\"><h2 data-css=\"tve-u-15dcce91832\">Why Us?</h2></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" wfd-id=\"129\"><p>You\'ll be hard-pressed to find the same level of expertise that our auto mechanic specialists provide!</p><p><br></p><p>We have years of experience working on both domestic and import vehicles of all makes and models and can work with you to find cost-effective repair and maintenance alternatives.</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-tve-style=\"1\" data-css=\"tve-u-15d9d628dd9\" style=\"\" wfd-id=\"103\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15d9d622425\" wfd-id=\"121\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15d9d627ee5\" wfd-id=\"104\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15d9d62d4c5\" wfd-id=\"105\"><div class=\"tcb-flex-row tcb--cols--2\" wfd-id=\"106\"><div class=\"tcb-flex-col\" wfd-id=\"114\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15d9d63349a\" wfd-id=\"116\"><div class=\"thrv_wrapper thrv-button tcb-with-icon tcb-icon-display\" data-css=\"tve-u-15d9d43c438\" wfd-id=\"117\">\n<a href=\"#\" class=\"tcb-button-link\" data-css=\"tve-u-15d9d42c287\"><span class=\"tcb-button-icon\" wfd-id=\"120\"><svg class=\"tcb-icon\" viewBox=\"0 0 26 28\" data-name=\"wrench\">\n<title>wrench</title>\n<path d=\"M6 23c0-0.547-0.453-1-1-1s-1 0.453-1 1 0.453 1 1 1 1-0.453 1-1zM16.063 16.438l-10.656 10.656c-0.359 0.359-0.875 0.578-1.406 0.578s-1.047-0.219-1.422-0.578l-1.656-1.687c-0.375-0.359-0.594-0.875-0.594-1.406s0.219-1.047 0.594-1.422l10.641-10.641c0.812 2.047 2.453 3.687 4.5 4.5zM25.969 9.641c0 0.516-0.187 1.156-0.359 1.656-0.984 2.781-3.656 4.703-6.609 4.703-3.859 0-7-3.141-7-7s3.141-7 7-7c1.141 0 2.625 0.344 3.578 0.984 0.156 0.109 0.25 0.25 0.25 0.438 0 0.172-0.109 0.344-0.25 0.438l-4.578 2.641v3.5l3.016 1.672c0.516-0.297 4.141-2.578 4.453-2.578s0.5 0.234 0.5 0.547z\"></path>\n</svg></span>\n<span class=\"tcb-button-texts\" wfd-id=\"118\"><span class=\"tcb-button-text thrv-inline-text\" wfd-id=\"119\">Request an Appointment</span></span>\n</a>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"107\"><div class=\"tcb-col tve_empty_dropzone\" style=\"\" data-css=\"tve-u-15def6d96a5\" wfd-id=\"109\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15d9d4b5fc7\" style=\"\" wfd-id=\"110\"><p><span style=\"font-family: Oswald; font-weight: 400; font-size: 30px;\" wfd-id=\"112\"><span style=\"color: rgb(228, 0, 0);\" wfd-id=\"113\">or Call Us</span> for Assistance at:</span></p><p data-css=\"tve-u-15d9d63eb98\"><span style=\"font-family: Oswald; font-weight: 400; font-size: 39px; color: rgb(228, 0, 0);\" wfd-id=\"111\">555-555-555</span></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-tve-style=\"1\" data-css=\"tve-u-15d9d64ce02\" style=\"\" wfd-id=\"63\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15d9d64ac43\" wfd-id=\"102\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15d9d64c0b3\" wfd-id=\"64\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15d9d65529e\" style=\"\" data-tag=\"h2\" wfd-id=\"101\"><h2 data-css=\"tve-u-15dcce936fc\">What Our Customers Say<s>â€‹</s></h2></div><div class=\"thrv_wrapper thrv-columns\" wfd-id=\"83\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" wfd-id=\"84\"><div class=\"tcb-flex-col\" data-css=\"tve-u-15d9d6ab956\" wfd-id=\"96\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"98\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15d9d6874bb\" data-clear=\"both\" wfd-id=\"99\"><span class=\"tve_image_frame\" wfd-id=\"100\"><img class=\"tve_image\" alt=\"\" sizes=\"(max-width:160px) 100vw, 160px\" width=\"160\" height=\"160\" title=\"knowhow-person3\" data-id=\"253\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/knowhow-person3.png\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-15d9d6ab982\" wfd-id=\"85\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"87\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15d9d6afca0\" wfd-id=\"88\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15d9d69b2d9\" wfd-id=\"95\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"89\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15d9d6cc24d\" data-tag=\"h3\" wfd-id=\"93\"><h3><em><span style=\"color: rgb(18, 136, 204);\" wfd-id=\"94\">â€œBest part of the review will be used as a title hereâ€</span></em></h3></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"92\"><p><strong>Vivamus sit amet lacus eu odio lacinia efficitur venenatis quis tellus. Ut eget lacus velit. Sed egestas diam vel iaculis dapibus. Fusce tortor lorem, fringilla et tortor eu, hendrerit convallis. Pellentesque non facilisis purus, id lorem ipsum ultrices erat.</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15d9d6c7916\" wfd-id=\"90\"><p><em><span style=\"color: rgb(18, 136, 204);\" wfd-id=\"91\">Albert Stewart</span></em></p><p><em>Professional Testimonial Poser</em></p></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" wfd-id=\"65\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" wfd-id=\"66\"><div class=\"tcb-flex-col\" data-css=\"tve-u-15d9d6ab956\" wfd-id=\"78\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"80\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15d9d6d2b9a\" data-clear=\"both\" wfd-id=\"81\"><span class=\"tve_image_frame\" wfd-id=\"82\"><img class=\"tve_image\" alt=\"\" sizes=\"(max-width:160px) 100vw, 160px\" width=\"160\" height=\"160\" title=\"knowhow-person2\" data-id=\"252\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/knowhow-person2.png\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-15d9d6ab982\" wfd-id=\"67\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"69\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15d9d6afca0\" wfd-id=\"70\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15d9d69b2d9\" wfd-id=\"77\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"71\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15d9d6cc24d\" data-tag=\"h3\" wfd-id=\"75\"><h3><em><span style=\"color: rgb(18, 136, 204);\" wfd-id=\"76\">â€œBest part of the review will be used as a title hereâ€</span></em></h3></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"74\"><p><strong>Vivamus sit amet lacus eu odio lacinia efficitur venenatis quis tellus. Ut eget lacus velit. Sed egestas diam vel iaculis dapibus. Fusce tortor lorem, fringilla et tortor eu, hendrerit convallis. Pellentesque non facilisis purus, id lorem ipsum ultrices erat.</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15d9d6c7916\" wfd-id=\"72\"><p><em><span style=\"color: rgb(18, 136, 204);\" wfd-id=\"73\">Samantha Allen</span></em></p><p><em>Professional Testimonial Poser</em></p></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-tve-style=\"1\" data-css=\"tve-u-15d9d7042bb\" style=\"\" wfd-id=\"52\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15d9d6dabf3\" wfd-id=\"62\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15d9d7036db\" wfd-id=\"53\"><div class=\"thrv_wrapper thrv-button tcb-with-icon tcb-icon-display\" data-css=\"tve-u-15d9d7069ba\" wfd-id=\"58\">\n<a href=\"#\" class=\"tcb-button-link\" data-css=\"tve-u-15d9d42c287\"><span class=\"tcb-button-icon\" wfd-id=\"61\"><svg class=\"tcb-icon\" viewBox=\"0 0 26 28\" data-name=\"wrench\">\n<title>wrench</title>\n<path d=\"M6 23c0-0.547-0.453-1-1-1s-1 0.453-1 1 0.453 1 1 1 1-0.453 1-1zM16.063 16.438l-10.656 10.656c-0.359 0.359-0.875 0.578-1.406 0.578s-1.047-0.219-1.422-0.578l-1.656-1.687c-0.375-0.359-0.594-0.875-0.594-1.406s0.219-1.047 0.594-1.422l10.641-10.641c0.812 2.047 2.453 3.687 4.5 4.5zM25.969 9.641c0 0.516-0.187 1.156-0.359 1.656-0.984 2.781-3.656 4.703-6.609 4.703-3.859 0-7-3.141-7-7s3.141-7 7-7c1.141 0 2.625 0.344 3.578 0.984 0.156 0.109 0.25 0.25 0.25 0.438 0 0.172-0.109 0.344-0.25 0.438l-4.578 2.641v3.5l3.016 1.672c0.516-0.297 4.141-2.578 4.453-2.578s0.5 0.234 0.5 0.547z\"></path>\n</svg></span>\n<span class=\"tcb-button-texts\" wfd-id=\"59\"><span class=\"tcb-button-text thrv-inline-text\" wfd-id=\"60\">Request an Appointment</span></span>\n</a>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15d9d708a01\" wfd-id=\"54\"><p style=\"text-align: center;\"><span style=\"font-family: Oswald; font-weight: 400; font-size: 30px;\" wfd-id=\"56\"><span style=\"color: rgb(255, 255, 255);\" wfd-id=\"57\">or Call Us for Assistance at:</span></span></p><p data-css=\"tve-u-15d9d63eb98\" style=\"text-align: center;\"><span style=\"font-family: Oswald; font-weight: 400; font-size: 39px; color: rgb(255, 255, 255);\" wfd-id=\"55\">555-555-555</span></p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-tve-style=\"1\" data-css=\"tve-u-15dcce974d3\" style=\"\" wfd-id=\"48\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15d9d7120d0\" wfd-id=\"51\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15d9d7130ac\" wfd-id=\"49\"><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" wfd-id=\"50\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=manchu piccu&amp;t=m&amp;z=13&amp;output=embed&amp;iwloc=near\"></iframe>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-tve-style=\"1\" data-css=\"tve-u-15d9d7143e7\" wfd-id=\"35\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15d9d72c1ae\" wfd-id=\"47\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15d9d72e1d8\" wfd-id=\"36\"><div class=\"thrv_wrapper thrv-columns\" style=\"\" data-css=\"tve-u-15def6eaf29\" wfd-id=\"37\"><div class=\"tcb-flex-row tcb--cols--2\" wfd-id=\"38\"><div class=\"tcb-flex-col\" wfd-id=\"43\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"45\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15d9d7c4293\" style=\"\" wfd-id=\"46\"><p>Copyright 2017, Company Name</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"39\"><div class=\"tcb-col tve_empty_dropzone\" style=\"\" data-css=\"tve-u-15def6eca6b\" wfd-id=\"41\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15d9d7c2fa2\" style=\"\" wfd-id=\"42\"><p style=\"text-align: right;\">Privacy Policy - Disclaimer</p></div></div></div></div></div></div>\n</div>'),(3628,332,'tve_revision_tve_has_wistia_popover','0'),(3629,328,'tve_disable_theme_dependency','1'),(3635,337,'tcb_ct_id','9112'),(3636,337,'tcb_ct_meta','a:4:{s:1:\"v\";s:1:\"2\";s:4:\"type\";s:12:\"guaranteebox\";s:8:\"head_css\";s:1471:\"@import url(\"//fonts.googleapis.com/css?family=Lato:400,700,300,&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-160c6aee7f0\"] p { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-160c6aee7f0\"] h3 { margin: 0px !important; padding: 0px !important; }#tve_editor [data-css=\"tve-u-160c6aee7f2\"] { font-size: 20px !important; }[data-css=\"tve-u-160c6aee7f3\"] { line-height: 50px !important; }#tve_editor [data-css=\"tve-u-160c6aee7f3\"] { font-family: Lato; font-weight: 400; color: rgb(229, 55, 43) !important; font-size: 48px !important; }[data-css=\"tve-u-160c6aee80b\"] { background-image: none !important; margin-bottom: 30px !important; }[data-css=\"tve-u-160c6aee80c\"] { padding: 45px !important; margin-top: 40px !important; margin-bottom: 105px !important; }[data-css=\"tve-u-160c6aee80d\"] { border: 3px solid rgb(245, 232, 140) !important; background-image: none !important; background-color: rgb(254, 242, 158) !important; }[data-css=\"tve-u-160c6aee80e\"] { width: 160px; z-index: 3; top: -96px; left: -94px; float: none; margin-left: auto !important; margin-right: auto !important; margin-bottom: -117px !important; }[data-css=\"tve-u-160c6aee80f\"] { background-image: none !important; padding: 0px !important; margin-top: 22px !important; margin-bottom: 60px !important; }}@media (max-width: 767px){#tve_editor [data-css=\"tve-u-160c6aee7f3\"] { font-size: 34px !important; }[data-css=\"tve-u-160c6aee80f\"] { background-image: none !important; }}\";s:10:\"custom_css\";s:0:\"\";}'),(4087,335,'tve_leads_impressions','74'),(3639,338,'tve_form_type','lightbox'),(3640,338,'display_on_mobile','1'),(3641,338,'display_status','1'),(3642,338,'tve_leads_masonry','0'),(3643,335,'tve_leads_masonry','0'),(3644,338,'tve_leads_typefocus','0'),(3645,335,'tve_leads_typefocus','0'),(3646,338,'tve_last_edit_state_1','1'),(3651,342,'_wp_attached_file','2018/10/VRGL6089.jpg'),(3647,339,'tve_asset_group_files','a:1:{i:0;a:5:{s:9:\"parent_ID\";s:0:\"\";s:4:\"name\";s:14:\"finishstrong-3\";s:11:\"link_anchor\";s:14:\"finishstrong-3\";s:4:\"link\";s:77:\"https://bestcerakoteflorida.com/wp-content/uploads/2018/06/finishstrong-3.jpg\";s:2:\"ID\";i:0;}}'),(3648,340,'_wp_attached_file','2018/10/10offCertificate.jpg'),(3649,340,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1020;s:6:\"height\";i:469;s:4:\"file\";s:28:\"2018/10/10offCertificate.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"10offCertificate-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"10offCertificate-300x138.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:138;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"10offCertificate-768x353.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:353;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:28:\"10offCertificate-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:28:\"10offCertificate-600x276.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:276;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:28:\"10offCertificate-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:28:\"10offCertificate-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:28:\"10offCertificate-600x276.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:276;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:28:\"10offCertificate-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(3650,341,'_wp_attached_file','2018/10/Sale10offCertificate.pdf'),(3652,342,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4897;s:6:\"height\";i:3000;s:4:\"file\";s:20:\"2018/10/VRGL6089.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"VRGL6089-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"VRGL6089-300x184.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"VRGL6089-768x470.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"VRGL6089-1024x627.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:627;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"VRGL6089-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:20:\"VRGL6089-600x368.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:368;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"VRGL6089-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:20:\"VRGL6089-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"VRGL6089-600x368.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:368;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"VRGL6089-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:19:\"Canon EOS REBEL T3i\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1440190332\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"21\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:15:\"0.0166666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(3653,343,'_edit_last','1'),(3654,343,'thrive_ab_traffic','100'),(3655,343,'is_control','1'),(3656,343,'thrive_ab_status','published'),(3657,343,'_edit_lock','1551906342:1'),(3658,344,'tve_revision_tve_landing_page',''),(3659,344,'tve_revision_tve_disable_theme_dependency',''),(3660,344,'tve_revision_tve_content_before_more',''),(3661,344,'tve_revision_tve_content_more_found',''),(3662,344,'tve_revision_tve_save_post',''),(3663,344,'tve_revision_tve_custom_css',''),(3664,344,'tve_revision_tve_user_custom_css',''),(3665,344,'tve_revision_tve_page_events',''),(3666,344,'tve_revision_tve_globals',''),(3667,344,'tve_revision_tve_global_scripts',''),(3668,344,'tve_revision_thrive_icon_pack',''),(3669,344,'tve_revision_thrive_tcb_post_fonts',''),(3670,344,'tve_revision_tve_has_masonry',''),(3671,344,'tve_revision_tve_has_typefocus',''),(3672,344,'tve_revision_tve_updated_post',''),(3673,344,'tve_revision_tve_has_wistia_popover',''),(3674,343,'site-sidebar-layout','default'),(3675,343,'site-content-layout','default'),(3676,343,'stick-header-meta','default'),(3677,343,'theme-transparent-header-meta','default'),(3694,343,'tcb2_ready','1'),(3697,343,'tve_custom_css_tcb2-personal-branding-confirmation','@import url(\"//fonts.googleapis.com/css?family=Merriweather:400,700&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Special+Elite:400,&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Ek+Mukta:200,400,300&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-15df1d58e27\"] { max-width: 748px; margin: 0px auto 10px !important; }[data-css=\"tve-u-15df1610b5c\"] { line-height: 20px !important; }[data-css=\"tve-u-15df1609c61\"] { padding-left: 20px !important; padding-right: 20px !important; margin-left: auto !important; margin-right: auto !important; margin-bottom: 20px !important; }[data-css=\"tve-u-15df15f31cd\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-15df15d7b79\"] { max-width: 916px; margin-left: auto !important; margin-right: auto !important; padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-15df15ddb0b\"] { max-width: 76.4%; }[data-css=\"tve-u-15df15ddafa\"] { max-width: 23.6%; }[data-css=\"tve-u-15df15c74d6\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-15df15c5c47\"] { margin-bottom: 15px !important; margin-top: 14px !important; }[data-css=\"tve-u-15df15596cf\"] { width: 164px; border: 0px solid rgb(255, 255, 255); border-radius: 0px; overflow: hidden; float: none; margin: 0px auto !important; }[data-css=\"tve-u-15df130aef7\"] { max-width: 748px; margin-left: auto !important; margin-right: auto !important; margin-bottom: 50px !important; }[data-css=\"tve-u-15df12e248d\"] { max-width: 750px; margin: 33px auto 10px !important; }[data-css=\"tve-u-15df12ac35e\"] { box-shadow: rgba(0, 0, 0, 0.11) 3px 3px 12px 0px; background-color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15df1296330\"] { max-width: 1080px; margin: 50px auto 0px !important; padding: 15px 40px !important; }[data-css=\"tve-u-15df125dc15\"] { background-image: none !important; background-color: rgb(0, 0, 0) !important; }#tcb_landing_page h3 { font-family: \"Ek Mukta\"; font-weight: 200; font-size: 20px; line-height: 20px; }#tcb_landing_page p, #tcb_landing_page li { font-family: \"Ek Mukta\"; font-weight: 200; font-size: 18px; line-height: 27px; }#tcb_landing_page h2 { font-family: \"Ek Mukta\"; font-weight: 200; font-size: 22px; line-height: 33px; color: rgb(51, 51, 51); }#tcb_landing_page h1 { font-family: \"Ek Mukta\"; font-weight: 200; font-size: 56px; line-height: 56px; }#tve_editor [data-css=\"tve-u-15df1bff4b2\"] { font-family: \"Special Elite\" !important; }#tve_editor [data-css=\"tve-u-15df1c04f57\"] { text-transform: capitalize !important; color: rgb(143, 2, 32) !important; font-family: \"Special Elite\" !important; }#tve_editor [data-css=\"tve-u-169546cecdd\"] { font-family: Merriweather !important; font-size: 18px !important; }[data-css=\"tve-u-169546cecdd\"] strong { font-weight: 700 !important; }#tve_editor [data-css=\"tve-u-1695477a975\"] { font-family: Merriweather !important; font-weight: 400 !important; font-size: 16px !important; }[data-css=\"tve-u-1695477a975\"] strong { font-weight: 700 !important; }#tve_editor [data-css=\"tve-u-169547873f4\"] { font-family: Merriweather !important; font-weight: 400 !important; font-size: 18px !important; }[data-css=\"tve-u-169547873f4\"] strong { font-weight: 700 !important; }#tve_editor [data-css=\"tve-u-1695478fad6\"] { font-family: Merriweather !important; font-weight: 400 !important; font-size: 16px !important; }[data-css=\"tve-u-1695478fad6\"] strong { font-weight: 700 !important; }}@media (max-width: 1023px){[data-css=\"tve-u-15df130aef7\"] { margin-bottom: 33px !important; }[data-css=\"tve-u-15df15596cf\"] { margin-top: 8px !important; }[data-css=\"tve-u-15df1296330\"] { margin-left: 20px !important; margin-right: 20px !important; }}@media (max-width: 767px){[data-css=\"tve-u-15df1c0d52f\"] { margin-top: 18px !important; }[data-css=\"tve-u-15df12e248d\"] { margin-top: 1px !important; }[data-css=\"tve-u-15df1c04f57\"] { line-height: 1.35em !important; }#tve_editor [data-css=\"tve-u-15df1c04f57\"] { font-size: 18px !important; }[data-css=\"tve-u-15df1bff4b2\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-15df1bff4b2\"] { font-size: 37px !important; }[data-css=\"tve-u-15df1296330\"] { padding-left: 30px !important; padding-right: 30px !important; }[data-css=\"tve-u-15df1d58e27\"] { float: none; width: 100%; margin-left: auto !important; margin-right: auto !important; }}'),(3698,343,'tve_user_custom_css_tcb2-personal-branding-confirmation','.thrv_text_element p { margin: 0;}\n.thrv_heading h1,h2,h3 {margin: 0;}\n'),(3699,343,'tve_has_masonry_tcb2-personal-branding-confirmation','0'),(3700,343,'tve_has_typefocus_tcb2-personal-branding-confirmation','0'),(3701,343,'tve_has_wistia_popover_tcb2-personal-branding-confirmation','0'),(3702,343,'tve_page_events_tcb2-personal-branding-confirmation','a:0:{}'),(3703,343,'thrive_icon_pack_tcb2-personal-branding-confirmation','0'),(3704,343,'tve_globals_tcb2-personal-branding-confirmation','a:2:{s:8:\"body_css\";s:17:\"tve-u-15df125dc15\";s:8:\"font_cls\";a:0:{}}'),(3705,343,'tve_global_scripts','a:2:{s:4:\"head\";s:0:\"\";s:6:\"footer\";s:0:\"\";}'),(3706,343,'thrive_tcb_post_fonts_tcb2-personal-branding-confirmation','a:0:{}'),(3707,343,'tve_content_before_more_tcb2-personal-branding-confirmation','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15df1296330\" wfd-id=\"34\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15df12ac35e\" wfd-id=\"67\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"35\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15df12e248d\" data-tag=\"h1\" wfd-id=\"64\"><h1 data-css=\"tve-u-15df1bff4b2\" style=\"text-align: center;\"><strong>Thank You</strong>&nbsp;for Signing Up!</h1></div><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15df130aef7\" data-tag=\"h2\" wfd-id=\"61\"><h2 data-css=\"tve-u-15df1c04f57\" style=\"text-align: center;\">Please watch the video below see why We Choose CERAKOTE and why we think you Should too<strong>:</strong></h2></div><div class=\"thrv_responsive_video thrv_wrapper rv_style_lifted_style4\" data-type=\"youtube\" data-url=\"https://www.youtube.com/watch?v=KNErxFen3FY\" data-css=\"tve-u-15df1d58e27\" data-showinfo=\"0\" data-modestbranding=\"1\" data-rel=\"0\" data-fs=\"0\" data-controls=\"0\" wfd-id=\"58\">\n<div class=\"tve_responsive_video_container\" wfd-id=\"59\">\n<div class=\"video_overlay\" wfd-id=\"60\"></div>\n<iframe data-code=\"KNErxFen3FY\" data-provider=\"youtube\" src=\"https://www.youtube.com/embed/KNErxFen3FY?rel=0&amp;modestbranding=1&amp;controls=0&amp;showinfo=0&amp;fs=0&amp;wmode=transparent\" data-src=\"https://www.youtube.com/embed/KNErxFen3FY?rel=0&amp;modestbranding=1&amp;controls=0&amp;showinfo=0&amp;fs=0&amp;wmode=transparent\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\n</div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15df15f31cd\" wfd-id=\"36\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-15df15d7b79\" wfd-id=\"37\"><div class=\"tcb-flex-col\" data-css=\"tve-u-15df15ddafa\" style=\"\" wfd-id=\"53\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"55\"><div class=\"thrv_wrapper tve_image_caption tcb-mobile-hidden\" data-css=\"tve-u-15df15596cf\" wfd-id=\"56\"><span class=\"tve_image_frame\" wfd-id=\"57\"><img class=\"tve_image wp-image-282\" alt=\"\" width=\"1024\" height=\"938\" title=\"CertifiedLogo\" data-id=\"282\" src=\"//bestcerakoteflorida.com/wp-content/uploads/2018/09/CertifiedLogo-1024x938.png\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-15df15ddb0b\" style=\"\" wfd-id=\"38\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15df1c0d52f\" wfd-id=\"40\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15df15c5c47\" data-tag=\"h3\" wfd-id=\"50\"><h3 data-css=\"tve-u-169546cecdd\"><strong>You are only one step away from getting your 10% Off Certificate!</strong></h3></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15df15c74d6\" wfd-id=\"47\"><p data-css=\"tve-u-1695477a975\">Please go to your email inbox and look for the email I just sent you. The subject line is \"10% Off\" and the email is sent by \"Nikolas Xifaras\".</p></div><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15df15c5c47\" data-tag=\"h3\" wfd-id=\"44\"><h3 data-css=\"tve-u-169547873f4\"><strong>Open the email and click on the confirmation link inside.<br></strong></h3></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15df15c74d6\" wfd-id=\"41\"><p data-css=\"tve-u-1695478fad6\">Done! That\'s all we need, to ensure that we got the right email address and that you will get your certificate!</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15df1609c61\" wfd-id=\"32\"><p data-css=\"tve-u-15df1610b5c\" style=\"text-align: center;\"><span style=\"font-size: 13px; font-family: &quot;Ek Mukta&quot;; font-weight: 200;\" wfd-id=\"33\">Â© {tcb_current_year} ACME Inc | Disclaimer</span></p></div>'),(3708,343,'tve_content_more_found_tcb2-personal-branding-confirmation',''),(3743,348,'tve_revision_tve_landing_page','tcb2-personal-branding-confirmation'),(3744,348,'tve_revision_tve_disable_theme_dependency',''),(3745,348,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15df1296330\" wfd-id=\"39\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15df12ac35e\" wfd-id=\"70\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"40\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15df12e248d\" data-tag=\"h1\" wfd-id=\"69\"><h1 data-css=\"tve-u-15df1bff4b2\" style=\"text-align: center;\"><strong>Thank You</strong>&nbsp;for Signing Up!</h1></div><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15df130aef7\" data-tag=\"h2\" wfd-id=\"66\"><h2 data-css=\"tve-u-15df1c04f57\" style=\"text-align: center;\">Please watch the video below for the <strong>next step:</strong></h2></div><div class=\"thrv_responsive_video thrv_wrapper rv_style_lifted_style4\" data-type=\"youtube\" data-url=\"https://www.youtube.com/watch?v=KNErxFen3FY\" data-css=\"tve-u-15df1d58e27\" data-showinfo=\"0\" data-modestbranding=\"1\" data-rel=\"0\" wfd-id=\"63\">\n<div class=\"tve_responsive_video_container\" wfd-id=\"64\">\n<div class=\"video_overlay\" wfd-id=\"65\"></div>\n<iframe data-code=\"KNErxFen3FY\" data-provider=\"youtube\" src=\"https://www.youtube.com/embed/KNErxFen3FY?rel=0&amp;modestbranding=1&amp;controls=1&amp;showinfo=0&amp;fs=1&amp;wmode=transparent\" data-src=\"https://www.youtube.com/embed/KNErxFen3FY?rel=0&amp;modestbranding=1&amp;controls=1&amp;showinfo=0&amp;fs=1&amp;wmode=transparent\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\n</div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15df15f31cd\" wfd-id=\"41\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-15df15d7b79\" wfd-id=\"42\"><div class=\"tcb-flex-col\" data-css=\"tve-u-15df15ddafa\" style=\"\" wfd-id=\"58\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"60\"><div class=\"thrv_wrapper tve_image_caption tcb-mobile-hidden\" data-css=\"tve-u-15df15596cf\" wfd-id=\"61\"><span class=\"tve_image_frame\" wfd-id=\"62\"><img class=\"tve_image wp-image-282\" alt=\"\" width=\"1024\" height=\"938\" title=\"CertifiedLogo\" data-id=\"282\" src=\"//bestcerakoteflorida.com/wp-content/uploads/2018/09/CertifiedLogo-1024x938.png\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-15df15ddb0b\" style=\"\" wfd-id=\"43\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15df1c0d52f\" wfd-id=\"45\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15df15c5c47\" data-tag=\"h3\" wfd-id=\"55\"><h3><strong>You are only one step away from getting your 10% Off Certificate!</strong></h3></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15df15c74d6\" wfd-id=\"52\"><p>Please go to your email inbox and look for the email I just sent you. The subject line is \"10% Off\" and the email is sent by \"Nikolas Xifaras\".</p></div><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15df15c5c47\" data-tag=\"h3\" wfd-id=\"49\"><h3><strong>Open the email and click on the confirmation link inside.<br></strong></h3></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15df15c74d6\" wfd-id=\"46\"><p>Done! That\'s all we need, to ensure that we got the right email address and that you will get your certificate!</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15df1609c61\" wfd-id=\"37\"><p data-css=\"tve-u-15df1610b5c\" style=\"text-align: center;\"><span style=\"font-size: 13px; font-family: &quot;Ek Mukta&quot;; font-weight: 200;\" wfd-id=\"38\">Â© {tcb_current_year} ACME Inc | Disclaimer</span></p></div>'),(3709,343,'tcb_editor_enabled','1'),(3710,346,'tve_revision_tve_landing_page','tcb2-personal-branding-confirmation'),(3711,346,'tve_revision_tve_disable_theme_dependency',''),(3712,346,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15df127b5ae\" wfd-id=\"61\"><span class=\"tve_image_frame\" wfd-id=\"62\"><img class=\"tve_image wp-image-217\" alt=\"\" width=\"120\" height=\"57\" title=\"foundation_logo\" data-id=\"217\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/foundation_logo.png\"></span></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15df1296330\" wfd-id=\"37\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15df12ac35e\" wfd-id=\"60\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"38\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15df12e248d\" data-tag=\"h1\" wfd-id=\"59\"><h1 data-css=\"tve-u-15df1bff4b2\" style=\"text-align: center;\"><strong>Thank You</strong>&nbsp;for Signing Up!</h1></div><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15df130aef7\" data-tag=\"h2\" wfd-id=\"58\"><h2 data-css=\"tve-u-15df1c04f57\" style=\"text-align: center;\">Please watch the video below for the <strong>next step:</strong></h2></div><div class=\"thrv_responsive_video thrv_wrapper rv_style_lifted_style4\" data-type=\"youtube\" data-url=\"https://www.youtube.com/watch?v=4RGTXNg3FgA&amp;list=UUuL6ZEN9ZF-8C5s8HlcdoyQ\" data-css=\"tve-u-15df1d58e27\" data-showinfo=\"0\" data-modestbranding=\"1\" data-rel=\"0\" wfd-id=\"55\">\n<div class=\"tve_responsive_video_container\" wfd-id=\"56\">\n<div class=\"video_overlay\" wfd-id=\"57\"></div>\n<iframe data-code=\"4RGTXNg3FgA\" data-provider=\"youtube\" src=\"https://www.youtube.com/embed/4RGTXNg3FgA?rel=0&amp;modestbranding=1&amp;controls=1&amp;showinfo=0&amp;fs=1&amp;wmode=transparent\" data-src=\"https://www.youtube.com/embed/4RGTXNg3FgA?rel=0&amp;modestbranding=1&amp;controls=1&amp;showinfo=0&amp;fs=1&amp;wmode=transparent\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\n</div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15df15f31cd\" wfd-id=\"39\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-15df15d7b79\" wfd-id=\"40\"><div class=\"tcb-flex-col\" data-css=\"tve-u-15df15ddafa\" style=\"\" wfd-id=\"50\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"52\"><div class=\"thrv_wrapper tve_image_caption tcb-mobile-hidden\" data-css=\"tve-u-15df15596cf\" wfd-id=\"53\"><span class=\"tve_image_frame\" wfd-id=\"54\"><img class=\"tve_image wp-image-213\" alt=\"\" width=\"164\" height=\"177\" title=\"foundation_book\" data-id=\"213\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/foundation_book.png\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-15df15ddb0b\" style=\"\" wfd-id=\"41\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15df1c0d52f\" wfd-id=\"43\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15df15c5c47\" data-tag=\"h3\" wfd-id=\"49\"><h3><strong>You are only one step away from getting access to the free case study!</strong></h3></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15df15c74d6\" wfd-id=\"48\"><p>Please go to your email inbox and look for the email I just sent you. The subject line is \"Your Subject Line Here\" and the email is sent by \"Your From Name Here\".</p></div><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15df15c5c47\" data-tag=\"h3\" wfd-id=\"47\"><h3><strong>Open the email and click on the confirmation link inside.<br></strong></h3></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15df15c74d6\" wfd-id=\"46\"><p>Done! That\'s all we need, to ensure that we got the right email address and that you will get all the stuff you signed up for!</p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15df15c0179\" wfd-id=\"44\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"45\"><img class=\"tve_image wp-image-352\" alt=\"\" width=\"125\" height=\"66\" title=\"signature_foundation\" data-id=\"352\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/signature_foundation.png\" style=\"width: 100%;\"></span></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15df1609c61\" wfd-id=\"35\"><p data-css=\"tve-u-15df1610b5c\" style=\"text-align: center;\"><span style=\"font-size: 13px; font-family: &quot;Ek Mukta&quot;; font-weight: 200;\" wfd-id=\"36\">Â© {tcb_current_year} ACME Inc | Disclaimer</span></p></div>'),(3713,346,'tve_revision_tve_content_more_found',''),(3714,346,'tve_revision_tve_save_post',''),(3715,346,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Ek+Mukta:200,400,300&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-15df1d58e27\"] { max-width: 748px; margin: 0px auto 10px !important; }[data-css=\"tve-u-15df1610b5c\"] { line-height: 20px !important; }[data-css=\"tve-u-15df1609c61\"] { padding-left: 20px !important; padding-right: 20px !important; margin-left: auto !important; margin-right: auto !important; margin-bottom: 20px !important; }[data-css=\"tve-u-15df15f31cd\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-15df15d7b79\"] { max-width: 916px; margin-left: auto !important; margin-right: auto !important; padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-15df15ddb0b\"] { max-width: 76.4%; }[data-css=\"tve-u-15df15ddafa\"] { max-width: 23.6%; }[data-css=\"tve-u-15df15c74d6\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-15df15c5c47\"] { margin-bottom: 15px !important; margin-top: 14px !important; }[data-css=\"tve-u-15df15c0179\"] { float: none; width: 164px; border-top: 1px solid rgb(51, 51, 51); margin-top: 10px !important; margin-bottom: 10px !important; margin-right: 20px !important; }[data-css=\"tve-u-15df15596cf\"] { width: 164px; border: 0px solid rgb(255, 255, 255); border-radius: 0px; overflow: hidden; float: none; margin: 0px auto !important; }[data-css=\"tve-u-15df130aef7\"] { max-width: 748px; margin-left: auto !important; margin-right: auto !important; margin-bottom: 50px !important; }[data-css=\"tve-u-15df12e248d\"] { max-width: 750px; margin: 33px auto 10px !important; }[data-css=\"tve-u-15df12ac35e\"] { box-shadow: rgba(0, 0, 0, 0.11) 3px 3px 12px 0px; background-color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15df1296330\"] { max-width: 1080px; margin: 0px auto !important; padding: 15px 40px !important; }[data-css=\"tve-u-15df127b5ae\"] + div { clear: none; }[data-css=\"tve-u-15df127b5ae\"] { width: 120px; margin: 20px auto !important; padding-left: 20px !important; padding-right: 20px !important; }[data-css=\"tve-u-15df125dc15\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/foundation_pattern.jpg\") !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: repeat !important; }#tcb_landing_page h3 { font-family: \"Ek Mukta\"; font-weight: 200; font-size: 20px; line-height: 20px; }#tcb_landing_page p, #tcb_landing_page li { font-family: \"Ek Mukta\"; font-weight: 200; font-size: 18px; line-height: 27px; }#tcb_landing_page h2 { font-family: \"Ek Mukta\"; font-weight: 200; font-size: 22px; line-height: 33px; color: rgb(51, 51, 51); }#tcb_landing_page h1 { font-family: \"Ek Mukta\"; font-weight: 200; font-size: 56px; line-height: 56px; }}@media (max-width: 1023px){[data-css=\"tve-u-15df130aef7\"] { margin-bottom: 33px !important; }[data-css=\"tve-u-15df15596cf\"] { margin-top: 8px !important; }[data-css=\"tve-u-15df1296330\"] { margin-left: 20px !important; margin-right: 20px !important; }}@media (max-width: 767px){[data-css=\"tve-u-15df1c0d52f\"] { margin-top: 18px !important; }[data-css=\"tve-u-15df12e248d\"] { margin-top: 1px !important; }[data-css=\"tve-u-15df1c04f57\"] { line-height: 1.35em !important; }#tve_editor [data-css=\"tve-u-15df1c04f57\"] { font-size: 18px !important; }[data-css=\"tve-u-15df1bff4b2\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-15df1bff4b2\"] { font-size: 37px !important; }}'),(3716,346,'tve_revision_tve_user_custom_css','.thrv_text_element p { margin: 0;}\n.thrv_heading h1,h2,h3 {margin: 0;}\n'),(3717,346,'tve_revision_tve_page_events','a:0:{}'),(3718,346,'tve_revision_tve_globals','a:2:{s:8:\"body_css\";s:17:\"tve-u-15df125dc15\";s:11:\"lightbox_id\";i:0;}'),(3719,346,'tve_revision_tve_global_scripts',''),(3720,346,'tve_revision_thrive_icon_pack',''),(3721,346,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(3722,346,'tve_revision_tve_has_masonry','0'),(3723,346,'tve_revision_tve_has_typefocus','0'),(3724,346,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15df127b5ae\" wfd-id=\"61\"><span class=\"tve_image_frame\" wfd-id=\"62\"><img class=\"tve_image wp-image-217\" alt=\"\" width=\"120\" height=\"57\" title=\"foundation_logo\" data-id=\"217\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/foundation_logo.png\"></span></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15df1296330\" wfd-id=\"37\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15df12ac35e\" wfd-id=\"60\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"38\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15df12e248d\" data-tag=\"h1\" wfd-id=\"59\"><h1 data-css=\"tve-u-15df1bff4b2\" style=\"text-align: center;\"><strong>Thank You</strong>&nbsp;for Signing Up!</h1></div><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15df130aef7\" data-tag=\"h2\" wfd-id=\"58\"><h2 data-css=\"tve-u-15df1c04f57\" style=\"text-align: center;\">Please watch the video below for the <strong>next step:</strong></h2></div><div class=\"thrv_responsive_video thrv_wrapper rv_style_lifted_style4\" data-type=\"youtube\" data-url=\"https://www.youtube.com/watch?v=4RGTXNg3FgA&amp;list=UUuL6ZEN9ZF-8C5s8HlcdoyQ\" data-css=\"tve-u-15df1d58e27\" data-showinfo=\"0\" data-modestbranding=\"1\" data-rel=\"0\" wfd-id=\"55\">\n<div class=\"tve_responsive_video_container\" wfd-id=\"56\">\n<div class=\"video_overlay\" wfd-id=\"57\"></div>\n<iframe data-code=\"4RGTXNg3FgA\" data-provider=\"youtube\" src=\"https://www.youtube.com/embed/4RGTXNg3FgA?rel=0&amp;modestbranding=1&amp;controls=1&amp;showinfo=0&amp;fs=1&amp;wmode=transparent\" data-src=\"https://www.youtube.com/embed/4RGTXNg3FgA?rel=0&amp;modestbranding=1&amp;controls=1&amp;showinfo=0&amp;fs=1&amp;wmode=transparent\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\n</div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15df15f31cd\" wfd-id=\"39\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-15df15d7b79\" wfd-id=\"40\"><div class=\"tcb-flex-col\" data-css=\"tve-u-15df15ddafa\" style=\"\" wfd-id=\"50\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"52\"><div class=\"thrv_wrapper tve_image_caption tcb-mobile-hidden\" data-css=\"tve-u-15df15596cf\" wfd-id=\"53\"><span class=\"tve_image_frame\" wfd-id=\"54\"><img class=\"tve_image wp-image-213\" alt=\"\" width=\"164\" height=\"177\" title=\"foundation_book\" data-id=\"213\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/foundation_book.png\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-15df15ddb0b\" style=\"\" wfd-id=\"41\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15df1c0d52f\" wfd-id=\"43\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15df15c5c47\" data-tag=\"h3\" wfd-id=\"49\"><h3><strong>You are only one step away from getting access to the free case study!</strong></h3></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15df15c74d6\" wfd-id=\"48\"><p>Please go to your email inbox and look for the email I just sent you. The subject line is \"Your Subject Line Here\" and the email is sent by \"Your From Name Here\".</p></div><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15df15c5c47\" data-tag=\"h3\" wfd-id=\"47\"><h3><strong>Open the email and click on the confirmation link inside.<br></strong></h3></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15df15c74d6\" wfd-id=\"46\"><p>Done! That\'s all we need, to ensure that we got the right email address and that you will get all the stuff you signed up for!</p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15df15c0179\" wfd-id=\"44\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"45\"><img class=\"tve_image wp-image-352\" alt=\"\" width=\"125\" height=\"66\" title=\"signature_foundation\" data-id=\"352\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/signature_foundation.png\" style=\"width: 100%;\"></span></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15df1609c61\" wfd-id=\"35\"><p data-css=\"tve-u-15df1610b5c\" style=\"text-align: center;\"><span style=\"font-size: 13px; font-family: &quot;Ek Mukta&quot;; font-weight: 200;\" wfd-id=\"36\">Â© {tcb_current_year} ACME Inc | Disclaimer</span></p></div>'),(3725,346,'tve_revision_tve_has_wistia_popover','0'),(3726,347,'tve_revision_tve_landing_page','tcb2-personal-branding-confirmation'),(3727,347,'tve_revision_tve_disable_theme_dependency',''),(3728,347,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15df127b5ae\" wfd-id=\"61\"><span class=\"tve_image_frame\" wfd-id=\"62\"><img class=\"tve_image wp-image-217\" alt=\"\" width=\"120\" height=\"57\" title=\"foundation_logo\" data-id=\"217\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/foundation_logo.png\"></span></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15df1296330\" wfd-id=\"37\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15df12ac35e\" wfd-id=\"60\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"38\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15df12e248d\" data-tag=\"h1\" wfd-id=\"59\"><h1 data-css=\"tve-u-15df1bff4b2\" style=\"text-align: center;\"><strong>Thank You</strong>&nbsp;for Signing Up!</h1></div><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15df130aef7\" data-tag=\"h2\" wfd-id=\"58\"><h2 data-css=\"tve-u-15df1c04f57\" style=\"text-align: center;\">Please watch the video below for the <strong>next step:</strong></h2></div><div class=\"thrv_responsive_video thrv_wrapper rv_style_lifted_style4\" data-type=\"youtube\" data-url=\"https://www.youtube.com/watch?v=4RGTXNg3FgA&amp;list=UUuL6ZEN9ZF-8C5s8HlcdoyQ\" data-css=\"tve-u-15df1d58e27\" data-showinfo=\"0\" data-modestbranding=\"1\" data-rel=\"0\" wfd-id=\"55\">\n<div class=\"tve_responsive_video_container\" wfd-id=\"56\">\n<div class=\"video_overlay\" wfd-id=\"57\"></div>\n<iframe data-code=\"4RGTXNg3FgA\" data-provider=\"youtube\" src=\"https://www.youtube.com/embed/4RGTXNg3FgA?rel=0&amp;modestbranding=1&amp;controls=1&amp;showinfo=0&amp;fs=1&amp;wmode=transparent\" data-src=\"https://www.youtube.com/embed/4RGTXNg3FgA?rel=0&amp;modestbranding=1&amp;controls=1&amp;showinfo=0&amp;fs=1&amp;wmode=transparent\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\n</div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15df15f31cd\" wfd-id=\"39\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-15df15d7b79\" wfd-id=\"40\"><div class=\"tcb-flex-col\" data-css=\"tve-u-15df15ddafa\" style=\"\" wfd-id=\"50\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"52\"><div class=\"thrv_wrapper tve_image_caption tcb-mobile-hidden\" data-css=\"tve-u-15df15596cf\" wfd-id=\"53\"><span class=\"tve_image_frame\" wfd-id=\"54\"><img class=\"tve_image wp-image-213\" alt=\"\" width=\"164\" height=\"177\" title=\"foundation_book\" data-id=\"213\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/foundation_book.png\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-15df15ddb0b\" style=\"\" wfd-id=\"41\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15df1c0d52f\" wfd-id=\"43\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15df15c5c47\" data-tag=\"h3\" wfd-id=\"49\"><h3><strong>You are only one step away from getting access to the free case study!</strong></h3></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15df15c74d6\" wfd-id=\"48\"><p>Please go to your email inbox and look for the email I just sent you. The subject line is \"Your Subject Line Here\" and the email is sent by \"Your From Name Here\".</p></div><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15df15c5c47\" data-tag=\"h3\" wfd-id=\"47\"><h3><strong>Open the email and click on the confirmation link inside.<br></strong></h3></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15df15c74d6\" wfd-id=\"46\"><p>Done! That\'s all we need, to ensure that we got the right email address and that you will get all the stuff you signed up for!</p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15df15c0179\" wfd-id=\"44\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"45\"><img class=\"tve_image wp-image-352\" alt=\"\" width=\"125\" height=\"66\" title=\"signature_foundation\" data-id=\"352\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/signature_foundation.png\" style=\"width: 100%;\"></span></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15df1609c61\" wfd-id=\"35\"><p data-css=\"tve-u-15df1610b5c\" style=\"text-align: center;\"><span style=\"font-size: 13px; font-family: &quot;Ek Mukta&quot;; font-weight: 200;\" wfd-id=\"36\">Â© {tcb_current_year} ACME Inc | Disclaimer</span></p></div>'),(3729,347,'tve_revision_tve_content_more_found',''),(3730,347,'tve_revision_tve_save_post',''),(3731,347,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Ek+Mukta:200,400,300&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-15df1d58e27\"] { max-width: 748px; margin: 0px auto 10px !important; }[data-css=\"tve-u-15df1610b5c\"] { line-height: 20px !important; }[data-css=\"tve-u-15df1609c61\"] { padding-left: 20px !important; padding-right: 20px !important; margin-left: auto !important; margin-right: auto !important; margin-bottom: 20px !important; }[data-css=\"tve-u-15df15f31cd\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-15df15d7b79\"] { max-width: 916px; margin-left: auto !important; margin-right: auto !important; padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-15df15ddb0b\"] { max-width: 76.4%; }[data-css=\"tve-u-15df15ddafa\"] { max-width: 23.6%; }[data-css=\"tve-u-15df15c74d6\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-15df15c5c47\"] { margin-bottom: 15px !important; margin-top: 14px !important; }[data-css=\"tve-u-15df15c0179\"] { float: none; width: 164px; border-top: 1px solid rgb(51, 51, 51); margin-top: 10px !important; margin-bottom: 10px !important; margin-right: 20px !important; }[data-css=\"tve-u-15df15596cf\"] { width: 164px; border: 0px solid rgb(255, 255, 255); border-radius: 0px; overflow: hidden; float: none; margin: 0px auto !important; }[data-css=\"tve-u-15df130aef7\"] { max-width: 748px; margin-left: auto !important; margin-right: auto !important; margin-bottom: 50px !important; }[data-css=\"tve-u-15df12e248d\"] { max-width: 750px; margin: 33px auto 10px !important; }[data-css=\"tve-u-15df12ac35e\"] { box-shadow: rgba(0, 0, 0, 0.11) 3px 3px 12px 0px; background-color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15df1296330\"] { max-width: 1080px; margin: 0px auto !important; padding: 15px 40px !important; }[data-css=\"tve-u-15df127b5ae\"] + div { clear: none; }[data-css=\"tve-u-15df127b5ae\"] { width: 120px; margin: 20px auto !important; padding-left: 20px !important; padding-right: 20px !important; }[data-css=\"tve-u-15df125dc15\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/foundation_pattern.jpg\") !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: repeat !important; }#tcb_landing_page h3 { font-family: \"Ek Mukta\"; font-weight: 200; font-size: 20px; line-height: 20px; }#tcb_landing_page p, #tcb_landing_page li { font-family: \"Ek Mukta\"; font-weight: 200; font-size: 18px; line-height: 27px; }#tcb_landing_page h2 { font-family: \"Ek Mukta\"; font-weight: 200; font-size: 22px; line-height: 33px; color: rgb(51, 51, 51); }#tcb_landing_page h1 { font-family: \"Ek Mukta\"; font-weight: 200; font-size: 56px; line-height: 56px; }}@media (max-width: 1023px){[data-css=\"tve-u-15df130aef7\"] { margin-bottom: 33px !important; }[data-css=\"tve-u-15df15596cf\"] { margin-top: 8px !important; }[data-css=\"tve-u-15df1296330\"] { margin-left: 20px !important; margin-right: 20px !important; }}@media (max-width: 767px){[data-css=\"tve-u-15df1c0d52f\"] { margin-top: 18px !important; }[data-css=\"tve-u-15df12e248d\"] { margin-top: 1px !important; }[data-css=\"tve-u-15df1c04f57\"] { line-height: 1.35em !important; }#tve_editor [data-css=\"tve-u-15df1c04f57\"] { font-size: 18px !important; }[data-css=\"tve-u-15df1bff4b2\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-15df1bff4b2\"] { font-size: 37px !important; }}'),(3732,347,'tve_revision_tve_user_custom_css','.thrv_text_element p { margin: 0;}\n.thrv_heading h1,h2,h3 {margin: 0;}\n'),(3733,347,'tve_revision_tve_page_events','a:0:{}'),(3734,347,'tve_revision_tve_globals','a:2:{s:8:\"body_css\";s:17:\"tve-u-15df125dc15\";s:8:\"font_cls\";a:0:{}}'),(3735,347,'tve_revision_tve_global_scripts',''),(3736,347,'tve_revision_thrive_icon_pack','0'),(3737,347,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(3738,347,'tve_revision_tve_has_masonry','0'),(3739,347,'tve_revision_tve_has_typefocus','0'),(3740,347,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15df127b5ae\" wfd-id=\"61\"><span class=\"tve_image_frame\" wfd-id=\"62\"><img class=\"tve_image wp-image-217\" alt=\"\" width=\"120\" height=\"57\" title=\"foundation_logo\" data-id=\"217\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/foundation_logo.png\"></span></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15df1296330\" wfd-id=\"37\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15df12ac35e\" wfd-id=\"60\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"38\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15df12e248d\" data-tag=\"h1\" wfd-id=\"59\"><h1 data-css=\"tve-u-15df1bff4b2\" style=\"text-align: center;\"><strong>Thank You</strong>&nbsp;for Signing Up!</h1></div><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15df130aef7\" data-tag=\"h2\" wfd-id=\"58\"><h2 data-css=\"tve-u-15df1c04f57\" style=\"text-align: center;\">Please watch the video below for the <strong>next step:</strong></h2></div><div class=\"thrv_responsive_video thrv_wrapper rv_style_lifted_style4\" data-type=\"youtube\" data-url=\"https://www.youtube.com/watch?v=4RGTXNg3FgA&amp;list=UUuL6ZEN9ZF-8C5s8HlcdoyQ\" data-css=\"tve-u-15df1d58e27\" data-showinfo=\"0\" data-modestbranding=\"1\" data-rel=\"0\" wfd-id=\"55\">\n<div class=\"tve_responsive_video_container\" wfd-id=\"56\">\n<div class=\"video_overlay\" wfd-id=\"57\"></div>\n<iframe data-code=\"4RGTXNg3FgA\" data-provider=\"youtube\" src=\"https://www.youtube.com/embed/4RGTXNg3FgA?rel=0&amp;modestbranding=1&amp;controls=1&amp;showinfo=0&amp;fs=1&amp;wmode=transparent\" data-src=\"https://www.youtube.com/embed/4RGTXNg3FgA?rel=0&amp;modestbranding=1&amp;controls=1&amp;showinfo=0&amp;fs=1&amp;wmode=transparent\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\n</div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15df15f31cd\" wfd-id=\"39\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-15df15d7b79\" wfd-id=\"40\"><div class=\"tcb-flex-col\" data-css=\"tve-u-15df15ddafa\" style=\"\" wfd-id=\"50\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"52\"><div class=\"thrv_wrapper tve_image_caption tcb-mobile-hidden\" data-css=\"tve-u-15df15596cf\" wfd-id=\"53\"><span class=\"tve_image_frame\" wfd-id=\"54\"><img class=\"tve_image wp-image-213\" alt=\"\" width=\"164\" height=\"177\" title=\"foundation_book\" data-id=\"213\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/foundation_book.png\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-15df15ddb0b\" style=\"\" wfd-id=\"41\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15df1c0d52f\" wfd-id=\"43\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15df15c5c47\" data-tag=\"h3\" wfd-id=\"49\"><h3><strong>You are only one step away from getting access to the free case study!</strong></h3></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15df15c74d6\" wfd-id=\"48\"><p>Please go to your email inbox and look for the email I just sent you. The subject line is \"Your Subject Line Here\" and the email is sent by \"Your From Name Here\".</p></div><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15df15c5c47\" data-tag=\"h3\" wfd-id=\"47\"><h3><strong>Open the email and click on the confirmation link inside.<br></strong></h3></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15df15c74d6\" wfd-id=\"46\"><p>Done! That\'s all we need, to ensure that we got the right email address and that you will get all the stuff you signed up for!</p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15df15c0179\" wfd-id=\"44\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"45\"><img class=\"tve_image wp-image-352\" alt=\"\" width=\"125\" height=\"66\" title=\"signature_foundation\" data-id=\"352\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/signature_foundation.png\" style=\"width: 100%;\"></span></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15df1609c61\" wfd-id=\"35\"><p data-css=\"tve-u-15df1610b5c\" style=\"text-align: center;\"><span style=\"font-size: 13px; font-family: &quot;Ek Mukta&quot;; font-weight: 200;\" wfd-id=\"36\">Â© {tcb_current_year} ACME Inc | Disclaimer</span></p></div>'),(3741,347,'tve_revision_tve_has_wistia_popover','0'),(3742,343,'tve_disable_theme_dependency','1'),(3746,348,'tve_revision_tve_content_more_found',''),(3747,348,'tve_revision_tve_save_post',''),(3748,348,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Ek+Mukta:200,400,300&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-15df1d58e27\"] { max-width: 748px; margin: 0px auto 10px !important; }[data-css=\"tve-u-15df1610b5c\"] { line-height: 20px !important; }[data-css=\"tve-u-15df1609c61\"] { padding-left: 20px !important; padding-right: 20px !important; margin-left: auto !important; margin-right: auto !important; margin-bottom: 20px !important; }[data-css=\"tve-u-15df15f31cd\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-15df15d7b79\"] { max-width: 916px; margin-left: auto !important; margin-right: auto !important; padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-15df15ddb0b\"] { max-width: 76.4%; }[data-css=\"tve-u-15df15ddafa\"] { max-width: 23.6%; }[data-css=\"tve-u-15df15c74d6\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-15df15c5c47\"] { margin-bottom: 15px !important; margin-top: 14px !important; }[data-css=\"tve-u-15df15596cf\"] { width: 164px; border: 0px solid rgb(255, 255, 255); border-radius: 0px; overflow: hidden; float: none; margin: 0px auto !important; }[data-css=\"tve-u-15df130aef7\"] { max-width: 748px; margin-left: auto !important; margin-right: auto !important; margin-bottom: 50px !important; }[data-css=\"tve-u-15df12e248d\"] { max-width: 750px; margin: 33px auto 10px !important; }[data-css=\"tve-u-15df12ac35e\"] { box-shadow: rgba(0, 0, 0, 0.11) 3px 3px 12px 0px; background-color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15df1296330\"] { max-width: 1080px; margin: 50px auto 0px !important; padding: 15px 40px !important; }[data-css=\"tve-u-15df125dc15\"] { background-image: none !important; background-color: rgb(0, 0, 0) !important; }#tcb_landing_page h3 { font-family: \"Ek Mukta\"; font-weight: 200; font-size: 20px; line-height: 20px; }#tcb_landing_page p, #tcb_landing_page li { font-family: \"Ek Mukta\"; font-weight: 200; font-size: 18px; line-height: 27px; }#tcb_landing_page h2 { font-family: \"Ek Mukta\"; font-weight: 200; font-size: 22px; line-height: 33px; color: rgb(51, 51, 51); }#tcb_landing_page h1 { font-family: \"Ek Mukta\"; font-weight: 200; font-size: 56px; line-height: 56px; }}@media (max-width: 1023px){[data-css=\"tve-u-15df130aef7\"] { margin-bottom: 33px !important; }[data-css=\"tve-u-15df15596cf\"] { margin-top: 8px !important; }[data-css=\"tve-u-15df1296330\"] { margin-left: 20px !important; margin-right: 20px !important; }}@media (max-width: 767px){[data-css=\"tve-u-15df1c0d52f\"] { margin-top: 18px !important; }[data-css=\"tve-u-15df12e248d\"] { margin-top: 1px !important; }[data-css=\"tve-u-15df1c04f57\"] { line-height: 1.35em !important; }#tve_editor [data-css=\"tve-u-15df1c04f57\"] { font-size: 18px !important; }[data-css=\"tve-u-15df1bff4b2\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-15df1bff4b2\"] { font-size: 37px !important; }}'),(3749,348,'tve_revision_tve_user_custom_css','.thrv_text_element p { margin: 0;}\n.thrv_heading h1,h2,h3 {margin: 0;}\n'),(3750,348,'tve_revision_tve_page_events','a:0:{}'),(3751,348,'tve_revision_tve_globals','a:2:{s:8:\"body_css\";s:17:\"tve-u-15df125dc15\";s:8:\"font_cls\";a:0:{}}'),(3752,348,'tve_revision_tve_global_scripts',''),(3753,348,'tve_revision_thrive_icon_pack','0'),(3754,348,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(3755,348,'tve_revision_tve_has_masonry','0'),(3756,348,'tve_revision_tve_has_typefocus','0'),(3757,348,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15df1296330\" wfd-id=\"39\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15df12ac35e\" wfd-id=\"70\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"40\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15df12e248d\" data-tag=\"h1\" wfd-id=\"69\"><h1 data-css=\"tve-u-15df1bff4b2\" style=\"text-align: center;\"><strong>Thank You</strong>&nbsp;for Signing Up!</h1></div><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15df130aef7\" data-tag=\"h2\" wfd-id=\"66\"><h2 data-css=\"tve-u-15df1c04f57\" style=\"text-align: center;\">Please watch the video below for the <strong>next step:</strong></h2></div><div class=\"thrv_responsive_video thrv_wrapper rv_style_lifted_style4\" data-type=\"youtube\" data-url=\"https://www.youtube.com/watch?v=KNErxFen3FY\" data-css=\"tve-u-15df1d58e27\" data-showinfo=\"0\" data-modestbranding=\"1\" data-rel=\"0\" wfd-id=\"63\">\n<div class=\"tve_responsive_video_container\" wfd-id=\"64\">\n<div class=\"video_overlay\" wfd-id=\"65\"></div>\n<iframe data-code=\"KNErxFen3FY\" data-provider=\"youtube\" src=\"https://www.youtube.com/embed/KNErxFen3FY?rel=0&amp;modestbranding=1&amp;controls=1&amp;showinfo=0&amp;fs=1&amp;wmode=transparent\" data-src=\"https://www.youtube.com/embed/KNErxFen3FY?rel=0&amp;modestbranding=1&amp;controls=1&amp;showinfo=0&amp;fs=1&amp;wmode=transparent\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\n</div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15df15f31cd\" wfd-id=\"41\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-15df15d7b79\" wfd-id=\"42\"><div class=\"tcb-flex-col\" data-css=\"tve-u-15df15ddafa\" style=\"\" wfd-id=\"58\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"60\"><div class=\"thrv_wrapper tve_image_caption tcb-mobile-hidden\" data-css=\"tve-u-15df15596cf\" wfd-id=\"61\"><span class=\"tve_image_frame\" wfd-id=\"62\"><img class=\"tve_image wp-image-282\" alt=\"\" width=\"1024\" height=\"938\" title=\"CertifiedLogo\" data-id=\"282\" src=\"//bestcerakoteflorida.com/wp-content/uploads/2018/09/CertifiedLogo-1024x938.png\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-15df15ddb0b\" style=\"\" wfd-id=\"43\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15df1c0d52f\" wfd-id=\"45\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15df15c5c47\" data-tag=\"h3\" wfd-id=\"55\"><h3><strong>You are only one step away from getting your 10% Off Certificate!</strong></h3></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15df15c74d6\" wfd-id=\"52\"><p>Please go to your email inbox and look for the email I just sent you. The subject line is \"10% Off\" and the email is sent by \"Nikolas Xifaras\".</p></div><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15df15c5c47\" data-tag=\"h3\" wfd-id=\"49\"><h3><strong>Open the email and click on the confirmation link inside.<br></strong></h3></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15df15c74d6\" wfd-id=\"46\"><p>Done! That\'s all we need, to ensure that we got the right email address and that you will get your certificate!</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15df1609c61\" wfd-id=\"37\"><p data-css=\"tve-u-15df1610b5c\" style=\"text-align: center;\"><span style=\"font-size: 13px; font-family: &quot;Ek Mukta&quot;; font-weight: 200;\" wfd-id=\"38\">Â© {tcb_current_year} ACME Inc | Disclaimer</span></p></div>'),(3758,348,'tve_revision_tve_has_wistia_popover','0'),(3759,349,'tve_revision_tve_landing_page','tcb2-personal-branding-confirmation'),(3760,349,'tve_revision_tve_disable_theme_dependency',''),(3761,349,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15df1296330\" wfd-id=\"39\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15df12ac35e\" wfd-id=\"70\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"40\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15df12e248d\" data-tag=\"h1\" wfd-id=\"69\"><h1 data-css=\"tve-u-15df1bff4b2\" style=\"text-align: center;\"><strong>Thank You</strong>&nbsp;for Signing Up!</h1></div><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15df130aef7\" data-tag=\"h2\" wfd-id=\"66\"><h2 data-css=\"tve-u-15df1c04f57\" style=\"text-align: center;\">Please watch the video below for the <strong>next step:</strong></h2></div><div class=\"thrv_responsive_video thrv_wrapper rv_style_lifted_style4\" data-type=\"youtube\" data-url=\"https://www.youtube.com/watch?v=KNErxFen3FY\" data-css=\"tve-u-15df1d58e27\" data-showinfo=\"0\" data-modestbranding=\"1\" data-rel=\"0\" wfd-id=\"63\" data-fs=\"0\" data-controls=\"0\">\n<div class=\"tve_responsive_video_container\" wfd-id=\"64\">\n<div class=\"video_overlay\" wfd-id=\"65\"></div>\n<iframe data-code=\"KNErxFen3FY\" data-provider=\"youtube\" src=\"https://www.youtube.com/embed/KNErxFen3FY?rel=0&amp;modestbranding=1&amp;controls=0&amp;showinfo=0&amp;fs=0&amp;wmode=transparent\" data-src=\"https://www.youtube.com/embed/KNErxFen3FY?rel=0&amp;modestbranding=1&amp;controls=0&amp;showinfo=0&amp;fs=0&amp;wmode=transparent\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\n</div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15df15f31cd\" wfd-id=\"41\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-15df15d7b79\" wfd-id=\"42\"><div class=\"tcb-flex-col\" data-css=\"tve-u-15df15ddafa\" style=\"\" wfd-id=\"58\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"60\"><div class=\"thrv_wrapper tve_image_caption tcb-mobile-hidden\" data-css=\"tve-u-15df15596cf\" wfd-id=\"61\"><span class=\"tve_image_frame\" wfd-id=\"62\"><img class=\"tve_image wp-image-282\" alt=\"\" width=\"1024\" height=\"938\" title=\"CertifiedLogo\" data-id=\"282\" src=\"//bestcerakoteflorida.com/wp-content/uploads/2018/09/CertifiedLogo-1024x938.png\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-15df15ddb0b\" style=\"\" wfd-id=\"43\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15df1c0d52f\" wfd-id=\"45\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15df15c5c47\" data-tag=\"h3\" wfd-id=\"55\"><h3><strong>You are only one step away from getting your 10% Off Certificate!</strong></h3></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15df15c74d6\" wfd-id=\"52\"><p>Please go to your email inbox and look for the email I just sent you. The subject line is \"10% Off\" and the email is sent by \"Nikolas Xifaras\".</p></div><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15df15c5c47\" data-tag=\"h3\" wfd-id=\"49\"><h3><strong>Open the email and click on the confirmation link inside.<br></strong></h3></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15df15c74d6\" wfd-id=\"46\"><p>Done! That\'s all we need, to ensure that we got the right email address and that you will get your certificate!</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15df1609c61\" wfd-id=\"37\"><p data-css=\"tve-u-15df1610b5c\" style=\"text-align: center;\"><span style=\"font-size: 13px; font-family: &quot;Ek Mukta&quot;; font-weight: 200;\" wfd-id=\"38\">Â© {tcb_current_year} ACME Inc | Disclaimer</span></p></div>'),(3762,349,'tve_revision_tve_content_more_found',''),(3763,349,'tve_revision_tve_save_post',''),(3764,349,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Ek+Mukta:200,400,300&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-15df1d58e27\"] { max-width: 748px; margin: 0px auto 10px !important; }[data-css=\"tve-u-15df1610b5c\"] { line-height: 20px !important; }[data-css=\"tve-u-15df1609c61\"] { padding-left: 20px !important; padding-right: 20px !important; margin-left: auto !important; margin-right: auto !important; margin-bottom: 20px !important; }[data-css=\"tve-u-15df15f31cd\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-15df15d7b79\"] { max-width: 916px; margin-left: auto !important; margin-right: auto !important; padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-15df15ddb0b\"] { max-width: 76.4%; }[data-css=\"tve-u-15df15ddafa\"] { max-width: 23.6%; }[data-css=\"tve-u-15df15c74d6\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-15df15c5c47\"] { margin-bottom: 15px !important; margin-top: 14px !important; }[data-css=\"tve-u-15df15596cf\"] { width: 164px; border: 0px solid rgb(255, 255, 255); border-radius: 0px; overflow: hidden; float: none; margin: 0px auto !important; }[data-css=\"tve-u-15df130aef7\"] { max-width: 748px; margin-left: auto !important; margin-right: auto !important; margin-bottom: 50px !important; }[data-css=\"tve-u-15df12e248d\"] { max-width: 750px; margin: 33px auto 10px !important; }[data-css=\"tve-u-15df12ac35e\"] { box-shadow: rgba(0, 0, 0, 0.11) 3px 3px 12px 0px; background-color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15df1296330\"] { max-width: 1080px; margin: 50px auto 0px !important; padding: 15px 40px !important; }[data-css=\"tve-u-15df125dc15\"] { background-image: none !important; background-color: rgb(0, 0, 0) !important; }#tcb_landing_page h3 { font-family: \"Ek Mukta\"; font-weight: 200; font-size: 20px; line-height: 20px; }#tcb_landing_page p, #tcb_landing_page li { font-family: \"Ek Mukta\"; font-weight: 200; font-size: 18px; line-height: 27px; }#tcb_landing_page h2 { font-family: \"Ek Mukta\"; font-weight: 200; font-size: 22px; line-height: 33px; color: rgb(51, 51, 51); }#tcb_landing_page h1 { font-family: \"Ek Mukta\"; font-weight: 200; font-size: 56px; line-height: 56px; }}@media (max-width: 1023px){[data-css=\"tve-u-15df130aef7\"] { margin-bottom: 33px !important; }[data-css=\"tve-u-15df15596cf\"] { margin-top: 8px !important; }[data-css=\"tve-u-15df1296330\"] { margin-left: 20px !important; margin-right: 20px !important; }}@media (max-width: 767px){[data-css=\"tve-u-15df1c0d52f\"] { margin-top: 18px !important; }[data-css=\"tve-u-15df12e248d\"] { margin-top: 1px !important; }[data-css=\"tve-u-15df1c04f57\"] { line-height: 1.35em !important; }#tve_editor [data-css=\"tve-u-15df1c04f57\"] { font-size: 18px !important; }[data-css=\"tve-u-15df1bff4b2\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-15df1bff4b2\"] { font-size: 37px !important; }}'),(3765,349,'tve_revision_tve_user_custom_css','.thrv_text_element p { margin: 0;}\n.thrv_heading h1,h2,h3 {margin: 0;}\n'),(3766,349,'tve_revision_tve_page_events','a:0:{}'),(3767,349,'tve_revision_tve_globals','a:2:{s:8:\"body_css\";s:17:\"tve-u-15df125dc15\";s:8:\"font_cls\";a:0:{}}'),(3768,349,'tve_revision_tve_global_scripts',''),(3769,349,'tve_revision_thrive_icon_pack','0'),(3770,349,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(3771,349,'tve_revision_tve_has_masonry','0'),(3772,349,'tve_revision_tve_has_typefocus','0'),(3773,349,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15df1296330\" wfd-id=\"39\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15df12ac35e\" wfd-id=\"70\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"40\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15df12e248d\" data-tag=\"h1\" wfd-id=\"69\"><h1 data-css=\"tve-u-15df1bff4b2\" style=\"text-align: center;\"><strong>Thank You</strong>&nbsp;for Signing Up!</h1></div><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15df130aef7\" data-tag=\"h2\" wfd-id=\"66\"><h2 data-css=\"tve-u-15df1c04f57\" style=\"text-align: center;\">Please watch the video below for the <strong>next step:</strong></h2></div><div class=\"thrv_responsive_video thrv_wrapper rv_style_lifted_style4\" data-type=\"youtube\" data-url=\"https://www.youtube.com/watch?v=KNErxFen3FY\" data-css=\"tve-u-15df1d58e27\" data-showinfo=\"0\" data-modestbranding=\"1\" data-rel=\"0\" wfd-id=\"63\" data-fs=\"0\" data-controls=\"0\">\n<div class=\"tve_responsive_video_container\" wfd-id=\"64\">\n<div class=\"video_overlay\" wfd-id=\"65\"></div>\n<iframe data-code=\"KNErxFen3FY\" data-provider=\"youtube\" src=\"https://www.youtube.com/embed/KNErxFen3FY?rel=0&amp;modestbranding=1&amp;controls=0&amp;showinfo=0&amp;fs=0&amp;wmode=transparent\" data-src=\"https://www.youtube.com/embed/KNErxFen3FY?rel=0&amp;modestbranding=1&amp;controls=0&amp;showinfo=0&amp;fs=0&amp;wmode=transparent\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\n</div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15df15f31cd\" wfd-id=\"41\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-15df15d7b79\" wfd-id=\"42\"><div class=\"tcb-flex-col\" data-css=\"tve-u-15df15ddafa\" style=\"\" wfd-id=\"58\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"60\"><div class=\"thrv_wrapper tve_image_caption tcb-mobile-hidden\" data-css=\"tve-u-15df15596cf\" wfd-id=\"61\"><span class=\"tve_image_frame\" wfd-id=\"62\"><img class=\"tve_image wp-image-282\" alt=\"\" width=\"1024\" height=\"938\" title=\"CertifiedLogo\" data-id=\"282\" src=\"//bestcerakoteflorida.com/wp-content/uploads/2018/09/CertifiedLogo-1024x938.png\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-15df15ddb0b\" style=\"\" wfd-id=\"43\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15df1c0d52f\" wfd-id=\"45\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15df15c5c47\" data-tag=\"h3\" wfd-id=\"55\"><h3><strong>You are only one step away from getting your 10% Off Certificate!</strong></h3></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15df15c74d6\" wfd-id=\"52\"><p>Please go to your email inbox and look for the email I just sent you. The subject line is \"10% Off\" and the email is sent by \"Nikolas Xifaras\".</p></div><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15df15c5c47\" data-tag=\"h3\" wfd-id=\"49\"><h3><strong>Open the email and click on the confirmation link inside.<br></strong></h3></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15df15c74d6\" wfd-id=\"46\"><p>Done! That\'s all we need, to ensure that we got the right email address and that you will get your certificate!</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15df1609c61\" wfd-id=\"37\"><p data-css=\"tve-u-15df1610b5c\" style=\"text-align: center;\"><span style=\"font-size: 13px; font-family: &quot;Ek Mukta&quot;; font-weight: 200;\" wfd-id=\"38\">Â© {tcb_current_year} ACME Inc | Disclaimer</span></p></div>'),(3774,349,'tve_revision_tve_has_wistia_popover','0'),(3775,350,'tve_revision_tve_landing_page','tcb2-personal-branding-confirmation'),(3776,350,'tve_revision_tve_disable_theme_dependency',''),(3777,350,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15df1296330\" wfd-id=\"41\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15df12ac35e\" wfd-id=\"74\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"42\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15df12e248d\" data-tag=\"h1\" wfd-id=\"71\"><h1 data-css=\"tve-u-15df1bff4b2\" style=\"text-align: center;\"><strong>Thank You</strong>&nbsp;for Signing Up!</h1></div><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15df130aef7\" data-tag=\"h2\" wfd-id=\"68\"><h2 data-css=\"tve-u-15df1c04f57\" style=\"text-align: center;\">Please watch the video below see why We Choose CERAKOTE and why we think you Should too<strong>:</strong></h2></div><div class=\"thrv_responsive_video thrv_wrapper rv_style_lifted_style4\" data-type=\"youtube\" data-url=\"https://www.youtube.com/watch?v=KNErxFen3FY\" data-css=\"tve-u-15df1d58e27\" data-showinfo=\"0\" data-modestbranding=\"1\" data-rel=\"0\" data-fs=\"0\" data-controls=\"0\" wfd-id=\"65\">\n<div class=\"tve_responsive_video_container\" wfd-id=\"66\">\n<div class=\"video_overlay\" wfd-id=\"67\"></div>\n<iframe data-code=\"KNErxFen3FY\" data-provider=\"youtube\" src=\"https://www.youtube.com/embed/KNErxFen3FY?rel=0&amp;modestbranding=1&amp;controls=0&amp;showinfo=0&amp;fs=0&amp;wmode=transparent\" data-src=\"https://www.youtube.com/embed/KNErxFen3FY?rel=0&amp;modestbranding=1&amp;controls=0&amp;showinfo=0&amp;fs=0&amp;wmode=transparent\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\n</div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15df15f31cd\" wfd-id=\"43\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-15df15d7b79\" wfd-id=\"44\"><div class=\"tcb-flex-col\" data-css=\"tve-u-15df15ddafa\" style=\"\" wfd-id=\"60\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"62\"><div class=\"thrv_wrapper tve_image_caption tcb-mobile-hidden\" data-css=\"tve-u-15df15596cf\" wfd-id=\"63\"><span class=\"tve_image_frame\" wfd-id=\"64\"><img class=\"tve_image wp-image-282\" alt=\"\" width=\"1024\" height=\"938\" title=\"CertifiedLogo\" data-id=\"282\" src=\"//bestcerakoteflorida.com/wp-content/uploads/2018/09/CertifiedLogo-1024x938.png\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-15df15ddb0b\" style=\"\" wfd-id=\"45\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15df1c0d52f\" wfd-id=\"47\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15df15c5c47\" data-tag=\"h3\" wfd-id=\"57\"><h3><strong>You are only one step away from getting your 10% Off Certificate!</strong></h3></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15df15c74d6\" wfd-id=\"54\"><p>Please go to your email inbox and look for the email I just sent you. The subject line is \"10% Off\" and the email is sent by \"Nikolas Xifaras\".</p></div><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15df15c5c47\" data-tag=\"h3\" wfd-id=\"51\"><h3><strong>Open the email and click on the confirmation link inside.<br></strong></h3></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15df15c74d6\" wfd-id=\"48\"><p>Done! That\'s all we need, to ensure that we got the right email address and that you will get your certificate!</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15df1609c61\" wfd-id=\"39\"><p data-css=\"tve-u-15df1610b5c\" style=\"text-align: center;\"><span style=\"font-size: 13px; font-family: &quot;Ek Mukta&quot;; font-weight: 200;\" wfd-id=\"40\">Â© {tcb_current_year} ACME Inc | Disclaimer</span></p></div>'),(3778,350,'tve_revision_tve_content_more_found',''),(3779,350,'tve_revision_tve_save_post',''),(3780,350,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Special+Elite:&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Ek+Mukta:200,400,300&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-15df1d58e27\"] { max-width: 748px; margin: 0px auto 10px !important; }[data-css=\"tve-u-15df1610b5c\"] { line-height: 20px !important; }[data-css=\"tve-u-15df1609c61\"] { padding-left: 20px !important; padding-right: 20px !important; margin-left: auto !important; margin-right: auto !important; margin-bottom: 20px !important; }[data-css=\"tve-u-15df15f31cd\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-15df15d7b79\"] { max-width: 916px; margin-left: auto !important; margin-right: auto !important; padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-15df15ddb0b\"] { max-width: 76.4%; }[data-css=\"tve-u-15df15ddafa\"] { max-width: 23.6%; }[data-css=\"tve-u-15df15c74d6\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-15df15c5c47\"] { margin-bottom: 15px !important; margin-top: 14px !important; }[data-css=\"tve-u-15df15596cf\"] { width: 164px; border: 0px solid rgb(255, 255, 255); border-radius: 0px; overflow: hidden; float: none; margin: 0px auto !important; }[data-css=\"tve-u-15df130aef7\"] { max-width: 748px; margin-left: auto !important; margin-right: auto !important; margin-bottom: 50px !important; }[data-css=\"tve-u-15df12e248d\"] { max-width: 750px; margin: 33px auto 10px !important; }[data-css=\"tve-u-15df12ac35e\"] { box-shadow: rgba(0, 0, 0, 0.11) 3px 3px 12px 0px; background-color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15df1296330\"] { max-width: 1080px; margin: 50px auto 0px !important; padding: 15px 40px !important; }[data-css=\"tve-u-15df125dc15\"] { background-image: none !important; background-color: rgb(0, 0, 0) !important; }#tcb_landing_page h3 { font-family: \"Ek Mukta\"; font-weight: 200; font-size: 20px; line-height: 20px; }#tcb_landing_page p, #tcb_landing_page li { font-family: \"Ek Mukta\"; font-weight: 200; font-size: 18px; line-height: 27px; }#tcb_landing_page h2 { font-family: \"Ek Mukta\"; font-weight: 200; font-size: 22px; line-height: 33px; color: rgb(51, 51, 51); }#tcb_landing_page h1 { font-family: \"Ek Mukta\"; font-weight: 200; font-size: 56px; line-height: 56px; }#tve_editor [data-css=\"tve-u-15df1bff4b2\"] { font-family: \"Special Elite\" !important; }#tve_editor [data-css=\"tve-u-15df1c04f57\"] { font-family: \"Special Elite\" !important; text-transform: capitalize !important; color: rgb(143, 2, 32) !important; }}@media (max-width: 1023px){[data-css=\"tve-u-15df130aef7\"] { margin-bottom: 33px !important; }[data-css=\"tve-u-15df15596cf\"] { margin-top: 8px !important; }[data-css=\"tve-u-15df1296330\"] { margin-left: 20px !important; margin-right: 20px !important; }}@media (max-width: 767px){[data-css=\"tve-u-15df1c0d52f\"] { margin-top: 18px !important; }[data-css=\"tve-u-15df12e248d\"] { margin-top: 1px !important; }[data-css=\"tve-u-15df1c04f57\"] { line-height: 1.35em !important; }#tve_editor [data-css=\"tve-u-15df1c04f57\"] { font-size: 18px !important; }[data-css=\"tve-u-15df1bff4b2\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-15df1bff4b2\"] { font-size: 37px !important; }}'),(3781,350,'tve_revision_tve_user_custom_css','.thrv_text_element p { margin: 0;}\n.thrv_heading h1,h2,h3 {margin: 0;}\n'),(3782,350,'tve_revision_tve_page_events','a:0:{}'),(3783,350,'tve_revision_tve_globals','a:2:{s:8:\"body_css\";s:17:\"tve-u-15df125dc15\";s:8:\"font_cls\";a:0:{}}'),(3784,350,'tve_revision_tve_global_scripts',''),(3785,350,'tve_revision_thrive_icon_pack','0'),(3786,350,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(3787,350,'tve_revision_tve_has_masonry','0'),(3788,350,'tve_revision_tve_has_typefocus','0'),(3789,350,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15df1296330\" wfd-id=\"41\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15df12ac35e\" wfd-id=\"74\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"42\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15df12e248d\" data-tag=\"h1\" wfd-id=\"71\"><h1 data-css=\"tve-u-15df1bff4b2\" style=\"text-align: center;\"><strong>Thank You</strong>&nbsp;for Signing Up!</h1></div><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15df130aef7\" data-tag=\"h2\" wfd-id=\"68\"><h2 data-css=\"tve-u-15df1c04f57\" style=\"text-align: center;\">Please watch the video below see why We Choose CERAKOTE and why we think you Should too<strong>:</strong></h2></div><div class=\"thrv_responsive_video thrv_wrapper rv_style_lifted_style4\" data-type=\"youtube\" data-url=\"https://www.youtube.com/watch?v=KNErxFen3FY\" data-css=\"tve-u-15df1d58e27\" data-showinfo=\"0\" data-modestbranding=\"1\" data-rel=\"0\" data-fs=\"0\" data-controls=\"0\" wfd-id=\"65\">\n<div class=\"tve_responsive_video_container\" wfd-id=\"66\">\n<div class=\"video_overlay\" wfd-id=\"67\"></div>\n<iframe data-code=\"KNErxFen3FY\" data-provider=\"youtube\" src=\"https://www.youtube.com/embed/KNErxFen3FY?rel=0&amp;modestbranding=1&amp;controls=0&amp;showinfo=0&amp;fs=0&amp;wmode=transparent\" data-src=\"https://www.youtube.com/embed/KNErxFen3FY?rel=0&amp;modestbranding=1&amp;controls=0&amp;showinfo=0&amp;fs=0&amp;wmode=transparent\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\n</div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15df15f31cd\" wfd-id=\"43\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-15df15d7b79\" wfd-id=\"44\"><div class=\"tcb-flex-col\" data-css=\"tve-u-15df15ddafa\" style=\"\" wfd-id=\"60\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"62\"><div class=\"thrv_wrapper tve_image_caption tcb-mobile-hidden\" data-css=\"tve-u-15df15596cf\" wfd-id=\"63\"><span class=\"tve_image_frame\" wfd-id=\"64\"><img class=\"tve_image wp-image-282\" alt=\"\" width=\"1024\" height=\"938\" title=\"CertifiedLogo\" data-id=\"282\" src=\"//bestcerakoteflorida.com/wp-content/uploads/2018/09/CertifiedLogo-1024x938.png\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-15df15ddb0b\" style=\"\" wfd-id=\"45\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15df1c0d52f\" wfd-id=\"47\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15df15c5c47\" data-tag=\"h3\" wfd-id=\"57\"><h3><strong>You are only one step away from getting your 10% Off Certificate!</strong></h3></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15df15c74d6\" wfd-id=\"54\"><p>Please go to your email inbox and look for the email I just sent you. The subject line is \"10% Off\" and the email is sent by \"Nikolas Xifaras\".</p></div><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15df15c5c47\" data-tag=\"h3\" wfd-id=\"51\"><h3><strong>Open the email and click on the confirmation link inside.<br></strong></h3></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15df15c74d6\" wfd-id=\"48\"><p>Done! That\'s all we need, to ensure that we got the right email address and that you will get your certificate!</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15df1609c61\" wfd-id=\"39\"><p data-css=\"tve-u-15df1610b5c\" style=\"text-align: center;\"><span style=\"font-size: 13px; font-family: &quot;Ek Mukta&quot;; font-weight: 200;\" wfd-id=\"40\">Â© {tcb_current_year} ACME Inc | Disclaimer</span></p></div>'),(3790,350,'tve_revision_tve_has_wistia_popover','0'),(3791,351,'tve_revision_tve_landing_page','tcb2-personal-branding-confirmation'),(3792,351,'tve_revision_tve_disable_theme_dependency',''),(3793,351,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15df1296330\" wfd-id=\"36\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15df12ac35e\" wfd-id=\"68\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"37\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15df12e248d\" data-tag=\"h1\" wfd-id=\"65\"><h1 data-css=\"tve-u-15df1bff4b2\" style=\"text-align: center;\"><strong>Thank You</strong>&nbsp;for Signing Up!</h1></div><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15df130aef7\" data-tag=\"h2\" wfd-id=\"62\"><h2 data-css=\"tve-u-15df1c04f57\" style=\"text-align: center;\">Please watch the video below see why We Choose CERAKOTE and why we think you Should too<strong>:</strong></h2></div><div class=\"thrv_responsive_video thrv_wrapper rv_style_lifted_style4\" data-type=\"youtube\" data-url=\"https://www.youtube.com/watch?v=KNErxFen3FY\" data-css=\"tve-u-15df1d58e27\" data-showinfo=\"0\" data-modestbranding=\"1\" data-rel=\"0\" data-fs=\"0\" data-controls=\"0\" wfd-id=\"59\">\n<div class=\"tve_responsive_video_container\" wfd-id=\"60\">\n<div class=\"video_overlay\" wfd-id=\"61\"></div>\n<iframe data-code=\"KNErxFen3FY\" data-provider=\"youtube\" src=\"https://www.youtube.com/embed/KNErxFen3FY?rel=0&amp;modestbranding=1&amp;controls=0&amp;showinfo=0&amp;fs=0&amp;wmode=transparent\" data-src=\"https://www.youtube.com/embed/KNErxFen3FY?rel=0&amp;modestbranding=1&amp;controls=0&amp;showinfo=0&amp;fs=0&amp;wmode=transparent\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\n</div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15df15f31cd\" wfd-id=\"38\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-15df15d7b79\" wfd-id=\"39\"><div class=\"tcb-flex-col\" data-css=\"tve-u-15df15ddafa\" style=\"\" wfd-id=\"55\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"57\"><div class=\"thrv_wrapper tve_image_caption tcb-mobile-hidden\" data-css=\"tve-u-15df15596cf\" wfd-id=\"58\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-282\" alt=\"\" width=\"1024\" height=\"938\" title=\"CertifiedLogo\" data-id=\"282\" src=\"//bestcerakoteflorida.com/wp-content/uploads/2018/09/CertifiedLogo-1024x938.png\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-15df15ddb0b\" style=\"\" wfd-id=\"40\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15df1c0d52f\" wfd-id=\"42\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15df15c5c47\" data-tag=\"h3\" wfd-id=\"52\"><h3><strong>You are only one step away from getting your 10% Off Certificate!</strong></h3></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15df15c74d6\" wfd-id=\"49\"><p>Please go to your email inbox and look for the email I just sent you. The subject line is \"10% Off\" and the email is sent by \"Nikolas Xifaras\".</p></div><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15df15c5c47\" data-tag=\"h3\" wfd-id=\"46\"><h3><strong>Open the email and click on the confirmation link inside.<br></strong></h3></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15df15c74d6\" wfd-id=\"43\"><p>Done! That\'s all we need, to ensure that we got the right email address and that you will get your certificate!</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15df1609c61\" wfd-id=\"34\"><p data-css=\"tve-u-15df1610b5c\" style=\"text-align: center;\"><span style=\"font-size: 13px; font-family: &quot;Ek Mukta&quot;; font-weight: 200;\" wfd-id=\"35\">Â© {tcb_current_year} ACME Inc | Disclaimer</span></p></div>'),(3794,351,'tve_revision_tve_content_more_found',''),(3795,351,'tve_revision_tve_save_post',''),(3796,351,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Special+Elite:&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Ek+Mukta:200,400,300&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-15df1d58e27\"] { max-width: 748px; margin: 0px auto 10px !important; }[data-css=\"tve-u-15df1610b5c\"] { line-height: 20px !important; }[data-css=\"tve-u-15df1609c61\"] { padding-left: 20px !important; padding-right: 20px !important; margin-left: auto !important; margin-right: auto !important; margin-bottom: 20px !important; }[data-css=\"tve-u-15df15f31cd\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-15df15d7b79\"] { max-width: 916px; margin-left: auto !important; margin-right: auto !important; padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-15df15ddb0b\"] { max-width: 76.4%; }[data-css=\"tve-u-15df15ddafa\"] { max-width: 23.6%; }[data-css=\"tve-u-15df15c74d6\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-15df15c5c47\"] { margin-bottom: 15px !important; margin-top: 14px !important; }[data-css=\"tve-u-15df15596cf\"] { width: 164px; border: 0px solid rgb(255, 255, 255); border-radius: 0px; overflow: hidden; float: none; margin: 0px auto !important; }[data-css=\"tve-u-15df130aef7\"] { max-width: 748px; margin-left: auto !important; margin-right: auto !important; margin-bottom: 50px !important; }[data-css=\"tve-u-15df12e248d\"] { max-width: 750px; margin: 33px auto 10px !important; }[data-css=\"tve-u-15df12ac35e\"] { box-shadow: rgba(0, 0, 0, 0.11) 3px 3px 12px 0px; background-color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15df1296330\"] { max-width: 1080px; margin: 50px auto 0px !important; padding: 15px 40px !important; }[data-css=\"tve-u-15df125dc15\"] { background-image: none !important; background-color: rgb(0, 0, 0) !important; }#tcb_landing_page h3 { font-family: \"Ek Mukta\"; font-weight: 200; font-size: 20px; line-height: 20px; }#tcb_landing_page p, #tcb_landing_page li { font-family: \"Ek Mukta\"; font-weight: 200; font-size: 18px; line-height: 27px; }#tcb_landing_page h2 { font-family: \"Ek Mukta\"; font-weight: 200; font-size: 22px; line-height: 33px; color: rgb(51, 51, 51); }#tcb_landing_page h1 { font-family: \"Ek Mukta\"; font-weight: 200; font-size: 56px; line-height: 56px; }#tve_editor [data-css=\"tve-u-15df1bff4b2\"] { font-family: \"Special Elite\" !important; }#tve_editor [data-css=\"tve-u-15df1c04f57\"] { font-family: \"Special Elite\" !important; text-transform: capitalize !important; color: rgb(143, 2, 32) !important; }}@media (max-width: 1023px){[data-css=\"tve-u-15df130aef7\"] { margin-bottom: 33px !important; }[data-css=\"tve-u-15df15596cf\"] { margin-top: 8px !important; }[data-css=\"tve-u-15df1296330\"] { margin-left: 20px !important; margin-right: 20px !important; }}@media (max-width: 767px){[data-css=\"tve-u-15df1c0d52f\"] { margin-top: 18px !important; }[data-css=\"tve-u-15df12e248d\"] { margin-top: 1px !important; }[data-css=\"tve-u-15df1c04f57\"] { line-height: 1.35em !important; }#tve_editor [data-css=\"tve-u-15df1c04f57\"] { font-size: 18px !important; }[data-css=\"tve-u-15df1bff4b2\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-15df1bff4b2\"] { font-size: 37px !important; }[data-css=\"tve-u-15df1296330\"] { padding-left: 30px !important; padding-right: 30px !important; }}'),(3797,351,'tve_revision_tve_user_custom_css','.thrv_text_element p { margin: 0;}\n.thrv_heading h1,h2,h3 {margin: 0;}\n'),(3798,351,'tve_revision_tve_page_events','a:0:{}'),(3799,351,'tve_revision_tve_globals','a:2:{s:8:\"body_css\";s:17:\"tve-u-15df125dc15\";s:8:\"font_cls\";a:0:{}}'),(3800,351,'tve_revision_tve_global_scripts',''),(3801,351,'tve_revision_thrive_icon_pack','0'),(3802,351,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(3803,351,'tve_revision_tve_has_masonry','0'),(3804,351,'tve_revision_tve_has_typefocus','0'),(3805,351,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15df1296330\" wfd-id=\"36\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15df12ac35e\" wfd-id=\"68\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"37\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15df12e248d\" data-tag=\"h1\" wfd-id=\"65\"><h1 data-css=\"tve-u-15df1bff4b2\" style=\"text-align: center;\"><strong>Thank You</strong>&nbsp;for Signing Up!</h1></div><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15df130aef7\" data-tag=\"h2\" wfd-id=\"62\"><h2 data-css=\"tve-u-15df1c04f57\" style=\"text-align: center;\">Please watch the video below see why We Choose CERAKOTE and why we think you Should too<strong>:</strong></h2></div><div class=\"thrv_responsive_video thrv_wrapper rv_style_lifted_style4\" data-type=\"youtube\" data-url=\"https://www.youtube.com/watch?v=KNErxFen3FY\" data-css=\"tve-u-15df1d58e27\" data-showinfo=\"0\" data-modestbranding=\"1\" data-rel=\"0\" data-fs=\"0\" data-controls=\"0\" wfd-id=\"59\">\n<div class=\"tve_responsive_video_container\" wfd-id=\"60\">\n<div class=\"video_overlay\" wfd-id=\"61\"></div>\n<iframe data-code=\"KNErxFen3FY\" data-provider=\"youtube\" src=\"https://www.youtube.com/embed/KNErxFen3FY?rel=0&amp;modestbranding=1&amp;controls=0&amp;showinfo=0&amp;fs=0&amp;wmode=transparent\" data-src=\"https://www.youtube.com/embed/KNErxFen3FY?rel=0&amp;modestbranding=1&amp;controls=0&amp;showinfo=0&amp;fs=0&amp;wmode=transparent\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\n</div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15df15f31cd\" wfd-id=\"38\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-15df15d7b79\" wfd-id=\"39\"><div class=\"tcb-flex-col\" data-css=\"tve-u-15df15ddafa\" style=\"\" wfd-id=\"55\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"57\"><div class=\"thrv_wrapper tve_image_caption tcb-mobile-hidden\" data-css=\"tve-u-15df15596cf\" wfd-id=\"58\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-282\" alt=\"\" width=\"1024\" height=\"938\" title=\"CertifiedLogo\" data-id=\"282\" src=\"//bestcerakoteflorida.com/wp-content/uploads/2018/09/CertifiedLogo-1024x938.png\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-15df15ddb0b\" style=\"\" wfd-id=\"40\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15df1c0d52f\" wfd-id=\"42\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15df15c5c47\" data-tag=\"h3\" wfd-id=\"52\"><h3><strong>You are only one step away from getting your 10% Off Certificate!</strong></h3></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15df15c74d6\" wfd-id=\"49\"><p>Please go to your email inbox and look for the email I just sent you. The subject line is \"10% Off\" and the email is sent by \"Nikolas Xifaras\".</p></div><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15df15c5c47\" data-tag=\"h3\" wfd-id=\"46\"><h3><strong>Open the email and click on the confirmation link inside.<br></strong></h3></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15df15c74d6\" wfd-id=\"43\"><p>Done! That\'s all we need, to ensure that we got the right email address and that you will get your certificate!</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15df1609c61\" wfd-id=\"34\"><p data-css=\"tve-u-15df1610b5c\" style=\"text-align: center;\"><span style=\"font-size: 13px; font-family: &quot;Ek Mukta&quot;; font-weight: 200;\" wfd-id=\"35\">Â© {tcb_current_year} ACME Inc | Disclaimer</span></p></div>'),(3806,351,'tve_revision_tve_has_wistia_popover','0'),(3807,352,'tve_revision_tve_landing_page','tcb2-personal-branding-confirmation'),(3808,352,'tve_revision_tve_disable_theme_dependency',''),(3809,352,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15df1296330\" wfd-id=\"41\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15df12ac35e\" wfd-id=\"74\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"42\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15df12e248d\" data-tag=\"h1\" wfd-id=\"71\"><h1 data-css=\"tve-u-15df1bff4b2\" style=\"text-align: center;\"><strong>Thank You</strong>&nbsp;for Signing Up!</h1></div><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15df130aef7\" data-tag=\"h2\" wfd-id=\"68\"><h2 data-css=\"tve-u-15df1c04f57\" style=\"text-align: center;\">Please watch the video below see why We Choose CERAKOTE and why we think you Should too<strong>:</strong></h2></div><div class=\"thrv_responsive_video thrv_wrapper rv_style_lifted_style4\" data-type=\"youtube\" data-url=\"https://www.youtube.com/watch?v=KNErxFen3FY\" data-css=\"tve-u-15df1d58e27\" data-showinfo=\"0\" data-modestbranding=\"0\" data-rel=\"1\" data-fs=\"0\" data-controls=\"1\" wfd-id=\"65\">\n<div class=\"tve_responsive_video_container\" wfd-id=\"66\">\n<div class=\"video_overlay\" wfd-id=\"67\"></div>\n<iframe data-code=\"KNErxFen3FY\" data-provider=\"youtube\" src=\"https://www.youtube.com/embed/KNErxFen3FY?rel=1&amp;modestbranding=0&amp;controls=1&amp;showinfo=0&amp;fs=0&amp;wmode=transparent\" data-src=\"https://www.youtube.com/embed/KNErxFen3FY?rel=1&amp;modestbranding=0&amp;controls=1&amp;showinfo=0&amp;fs=0&amp;wmode=transparent\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\n</div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15df15f31cd\" wfd-id=\"43\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-15df15d7b79\" wfd-id=\"44\"><div class=\"tcb-flex-col\" data-css=\"tve-u-15df15ddafa\" style=\"\" wfd-id=\"60\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"62\"><div class=\"thrv_wrapper tve_image_caption tcb-mobile-hidden\" data-css=\"tve-u-15df15596cf\" wfd-id=\"63\"><span class=\"tve_image_frame\" wfd-id=\"64\"><img class=\"tve_image wp-image-282\" alt=\"\" width=\"1024\" height=\"938\" title=\"CertifiedLogo\" data-id=\"282\" src=\"//bestcerakoteflorida.com/wp-content/uploads/2018/09/CertifiedLogo-1024x938.png\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-15df15ddb0b\" style=\"\" wfd-id=\"45\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15df1c0d52f\" wfd-id=\"47\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15df15c5c47\" data-tag=\"h3\" wfd-id=\"57\"><h3><strong>You are only one step away from getting your 10% Off Certificate!</strong></h3></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15df15c74d6\" wfd-id=\"54\"><p>Please go to your email inbox and look for the email I just sent you. The subject line is \"10% Off\" and the email is sent by \"Nikolas Xifaras\".</p></div><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15df15c5c47\" data-tag=\"h3\" wfd-id=\"51\"><h3><strong>Open the email and click on the confirmation link inside.<br></strong></h3></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15df15c74d6\" wfd-id=\"48\"><p>Done! That\'s all we need, to ensure that we got the right email address and that you will get your certificate!</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15df1609c61\" wfd-id=\"39\"><p data-css=\"tve-u-15df1610b5c\" style=\"text-align: center;\"><span style=\"font-size: 13px; font-family: &quot;Ek Mukta&quot;; font-weight: 200;\" wfd-id=\"40\">Â© {tcb_current_year} ACME Inc | Disclaimer</span></p></div>'),(3810,352,'tve_revision_tve_content_more_found',''),(3811,352,'tve_revision_tve_save_post',''),(3812,352,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Special+Elite:&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Ek+Mukta:200,400,300&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-15df1d58e27\"] { max-width: 748px; margin: 0px auto 10px !important; }[data-css=\"tve-u-15df1610b5c\"] { line-height: 20px !important; }[data-css=\"tve-u-15df1609c61\"] { padding-left: 20px !important; padding-right: 20px !important; margin-left: auto !important; margin-right: auto !important; margin-bottom: 20px !important; }[data-css=\"tve-u-15df15f31cd\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-15df15d7b79\"] { max-width: 916px; margin-left: auto !important; margin-right: auto !important; padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-15df15ddb0b\"] { max-width: 76.4%; }[data-css=\"tve-u-15df15ddafa\"] { max-width: 23.6%; }[data-css=\"tve-u-15df15c74d6\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-15df15c5c47\"] { margin-bottom: 15px !important; margin-top: 14px !important; }[data-css=\"tve-u-15df15596cf\"] { width: 164px; border: 0px solid rgb(255, 255, 255); border-radius: 0px; overflow: hidden; float: none; margin: 0px auto !important; }[data-css=\"tve-u-15df130aef7\"] { max-width: 748px; margin-left: auto !important; margin-right: auto !important; margin-bottom: 50px !important; }[data-css=\"tve-u-15df12e248d\"] { max-width: 750px; margin: 33px auto 10px !important; }[data-css=\"tve-u-15df12ac35e\"] { box-shadow: rgba(0, 0, 0, 0.11) 3px 3px 12px 0px; background-color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15df1296330\"] { max-width: 1080px; margin: 50px auto 0px !important; padding: 15px 40px !important; }[data-css=\"tve-u-15df125dc15\"] { background-image: none !important; background-color: rgb(0, 0, 0) !important; }#tcb_landing_page h3 { font-family: \"Ek Mukta\"; font-weight: 200; font-size: 20px; line-height: 20px; }#tcb_landing_page p, #tcb_landing_page li { font-family: \"Ek Mukta\"; font-weight: 200; font-size: 18px; line-height: 27px; }#tcb_landing_page h2 { font-family: \"Ek Mukta\"; font-weight: 200; font-size: 22px; line-height: 33px; color: rgb(51, 51, 51); }#tcb_landing_page h1 { font-family: \"Ek Mukta\"; font-weight: 200; font-size: 56px; line-height: 56px; }#tve_editor [data-css=\"tve-u-15df1bff4b2\"] { font-family: \"Special Elite\" !important; }#tve_editor [data-css=\"tve-u-15df1c04f57\"] { font-family: \"Special Elite\" !important; text-transform: capitalize !important; color: rgb(143, 2, 32) !important; }}@media (max-width: 1023px){[data-css=\"tve-u-15df130aef7\"] { margin-bottom: 33px !important; }[data-css=\"tve-u-15df15596cf\"] { margin-top: 8px !important; }[data-css=\"tve-u-15df1296330\"] { margin-left: 20px !important; margin-right: 20px !important; }}@media (max-width: 767px){[data-css=\"tve-u-15df1c0d52f\"] { margin-top: 18px !important; }[data-css=\"tve-u-15df12e248d\"] { margin-top: 1px !important; }[data-css=\"tve-u-15df1c04f57\"] { line-height: 1.35em !important; }#tve_editor [data-css=\"tve-u-15df1c04f57\"] { font-size: 18px !important; }[data-css=\"tve-u-15df1bff4b2\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-15df1bff4b2\"] { font-size: 37px !important; }[data-css=\"tve-u-15df1296330\"] { padding-left: 30px !important; padding-right: 30px !important; }[data-css=\"tve-u-15df1d58e27\"] { margin-left: auto !important; margin-right: auto !important; float: none; width: 100%; }}'),(3813,352,'tve_revision_tve_user_custom_css','.thrv_text_element p { margin: 0;}\n.thrv_heading h1,h2,h3 {margin: 0;}\n'),(3814,352,'tve_revision_tve_page_events','a:0:{}'),(3815,352,'tve_revision_tve_globals','a:2:{s:8:\"body_css\";s:17:\"tve-u-15df125dc15\";s:8:\"font_cls\";a:0:{}}'),(3816,352,'tve_revision_tve_global_scripts',''),(3817,352,'tve_revision_thrive_icon_pack','0'),(3818,352,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(3819,352,'tve_revision_tve_has_masonry','0'),(3820,352,'tve_revision_tve_has_typefocus','0'),(3821,352,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15df1296330\" wfd-id=\"41\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15df12ac35e\" wfd-id=\"74\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"42\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15df12e248d\" data-tag=\"h1\" wfd-id=\"71\"><h1 data-css=\"tve-u-15df1bff4b2\" style=\"text-align: center;\"><strong>Thank You</strong>&nbsp;for Signing Up!</h1></div><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15df130aef7\" data-tag=\"h2\" wfd-id=\"68\"><h2 data-css=\"tve-u-15df1c04f57\" style=\"text-align: center;\">Please watch the video below see why We Choose CERAKOTE and why we think you Should too<strong>:</strong></h2></div><div class=\"thrv_responsive_video thrv_wrapper rv_style_lifted_style4\" data-type=\"youtube\" data-url=\"https://www.youtube.com/watch?v=KNErxFen3FY\" data-css=\"tve-u-15df1d58e27\" data-showinfo=\"0\" data-modestbranding=\"0\" data-rel=\"1\" data-fs=\"0\" data-controls=\"1\" wfd-id=\"65\">\n<div class=\"tve_responsive_video_container\" wfd-id=\"66\">\n<div class=\"video_overlay\" wfd-id=\"67\"></div>\n<iframe data-code=\"KNErxFen3FY\" data-provider=\"youtube\" src=\"https://www.youtube.com/embed/KNErxFen3FY?rel=1&amp;modestbranding=0&amp;controls=1&amp;showinfo=0&amp;fs=0&amp;wmode=transparent\" data-src=\"https://www.youtube.com/embed/KNErxFen3FY?rel=1&amp;modestbranding=0&amp;controls=1&amp;showinfo=0&amp;fs=0&amp;wmode=transparent\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\n</div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15df15f31cd\" wfd-id=\"43\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-15df15d7b79\" wfd-id=\"44\"><div class=\"tcb-flex-col\" data-css=\"tve-u-15df15ddafa\" style=\"\" wfd-id=\"60\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"62\"><div class=\"thrv_wrapper tve_image_caption tcb-mobile-hidden\" data-css=\"tve-u-15df15596cf\" wfd-id=\"63\"><span class=\"tve_image_frame\" wfd-id=\"64\"><img class=\"tve_image wp-image-282\" alt=\"\" width=\"1024\" height=\"938\" title=\"CertifiedLogo\" data-id=\"282\" src=\"//bestcerakoteflorida.com/wp-content/uploads/2018/09/CertifiedLogo-1024x938.png\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-15df15ddb0b\" style=\"\" wfd-id=\"45\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15df1c0d52f\" wfd-id=\"47\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15df15c5c47\" data-tag=\"h3\" wfd-id=\"57\"><h3><strong>You are only one step away from getting your 10% Off Certificate!</strong></h3></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15df15c74d6\" wfd-id=\"54\"><p>Please go to your email inbox and look for the email I just sent you. The subject line is \"10% Off\" and the email is sent by \"Nikolas Xifaras\".</p></div><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15df15c5c47\" data-tag=\"h3\" wfd-id=\"51\"><h3><strong>Open the email and click on the confirmation link inside.<br></strong></h3></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15df15c74d6\" wfd-id=\"48\"><p>Done! That\'s all we need, to ensure that we got the right email address and that you will get your certificate!</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15df1609c61\" wfd-id=\"39\"><p data-css=\"tve-u-15df1610b5c\" style=\"text-align: center;\"><span style=\"font-size: 13px; font-family: &quot;Ek Mukta&quot;; font-weight: 200;\" wfd-id=\"40\">Â© {tcb_current_year} ACME Inc | Disclaimer</span></p></div>'),(3822,352,'tve_revision_tve_has_wistia_popover','0'),(3823,353,'tve_revision_tve_landing_page','tcb2-personal-branding-confirmation'),(3824,353,'tve_revision_tve_disable_theme_dependency',''),(3825,353,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15df1296330\" wfd-id=\"41\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15df12ac35e\" wfd-id=\"74\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"42\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15df12e248d\" data-tag=\"h1\" wfd-id=\"71\"><h1 data-css=\"tve-u-15df1bff4b2\" style=\"text-align: center;\"><strong>Thank You</strong>&nbsp;for Signing Up!</h1></div><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15df130aef7\" data-tag=\"h2\" wfd-id=\"68\"><h2 data-css=\"tve-u-15df1c04f57\" style=\"text-align: center;\">Please watch the video below see why We Choose CERAKOTE and why we think you Should too<strong>:</strong></h2></div><div class=\"thrv_responsive_video thrv_wrapper rv_style_lifted_style4\" data-type=\"youtube\" data-url=\"https://www.youtube.com/watch?v=KNErxFen3FY\" data-css=\"tve-u-15df1d58e27\" data-showinfo=\"0\" data-modestbranding=\"1\" data-rel=\"0\" data-fs=\"0\" data-controls=\"1\" wfd-id=\"65\">\n<div class=\"tve_responsive_video_container\" wfd-id=\"66\">\n<div class=\"video_overlay\" wfd-id=\"67\"></div>\n<iframe data-code=\"KNErxFen3FY\" data-provider=\"youtube\" src=\"https://www.youtube.com/embed/KNErxFen3FY?rel=0&amp;modestbranding=1&amp;controls=1&amp;showinfo=0&amp;fs=0&amp;wmode=transparent\" data-src=\"https://www.youtube.com/embed/KNErxFen3FY?rel=0&amp;modestbranding=1&amp;controls=1&amp;showinfo=0&amp;fs=0&amp;wmode=transparent\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\n</div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15df15f31cd\" wfd-id=\"43\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-15df15d7b79\" wfd-id=\"44\"><div class=\"tcb-flex-col\" data-css=\"tve-u-15df15ddafa\" style=\"\" wfd-id=\"60\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"62\"><div class=\"thrv_wrapper tve_image_caption tcb-mobile-hidden\" data-css=\"tve-u-15df15596cf\" wfd-id=\"63\"><span class=\"tve_image_frame\" wfd-id=\"64\"><img class=\"tve_image wp-image-282\" alt=\"\" width=\"1024\" height=\"938\" title=\"CertifiedLogo\" data-id=\"282\" src=\"//bestcerakoteflorida.com/wp-content/uploads/2018/09/CertifiedLogo-1024x938.png\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-15df15ddb0b\" style=\"\" wfd-id=\"45\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15df1c0d52f\" wfd-id=\"47\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15df15c5c47\" data-tag=\"h3\" wfd-id=\"57\"><h3><strong>You are only one step away from getting your 10% Off Certificate!</strong></h3></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15df15c74d6\" wfd-id=\"54\"><p>Please go to your email inbox and look for the email I just sent you. The subject line is \"10% Off\" and the email is sent by \"Nikolas Xifaras\".</p></div><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15df15c5c47\" data-tag=\"h3\" wfd-id=\"51\"><h3><strong>Open the email and click on the confirmation link inside.<br></strong></h3></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15df15c74d6\" wfd-id=\"48\"><p>Done! That\'s all we need, to ensure that we got the right email address and that you will get your certificate!</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15df1609c61\" wfd-id=\"39\"><p data-css=\"tve-u-15df1610b5c\" style=\"text-align: center;\"><span style=\"font-size: 13px; font-family: &quot;Ek Mukta&quot;; font-weight: 200;\" wfd-id=\"40\">Â© {tcb_current_year} ACME Inc | Disclaimer</span></p></div>'),(3826,353,'tve_revision_tve_content_more_found',''),(3827,353,'tve_revision_tve_save_post',''),(3828,353,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Special+Elite:&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Ek+Mukta:200,400,300&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-15df1d58e27\"] { max-width: 748px; margin: 0px auto 10px !important; }[data-css=\"tve-u-15df1610b5c\"] { line-height: 20px !important; }[data-css=\"tve-u-15df1609c61\"] { padding-left: 20px !important; padding-right: 20px !important; margin-left: auto !important; margin-right: auto !important; margin-bottom: 20px !important; }[data-css=\"tve-u-15df15f31cd\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-15df15d7b79\"] { max-width: 916px; margin-left: auto !important; margin-right: auto !important; padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-15df15ddb0b\"] { max-width: 76.4%; }[data-css=\"tve-u-15df15ddafa\"] { max-width: 23.6%; }[data-css=\"tve-u-15df15c74d6\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-15df15c5c47\"] { margin-bottom: 15px !important; margin-top: 14px !important; }[data-css=\"tve-u-15df15596cf\"] { width: 164px; border: 0px solid rgb(255, 255, 255); border-radius: 0px; overflow: hidden; float: none; margin: 0px auto !important; }[data-css=\"tve-u-15df130aef7\"] { max-width: 748px; margin-left: auto !important; margin-right: auto !important; margin-bottom: 50px !important; }[data-css=\"tve-u-15df12e248d\"] { max-width: 750px; margin: 33px auto 10px !important; }[data-css=\"tve-u-15df12ac35e\"] { box-shadow: rgba(0, 0, 0, 0.11) 3px 3px 12px 0px; background-color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15df1296330\"] { max-width: 1080px; margin: 50px auto 0px !important; padding: 15px 40px !important; }[data-css=\"tve-u-15df125dc15\"] { background-image: none !important; background-color: rgb(0, 0, 0) !important; }#tcb_landing_page h3 { font-family: \"Ek Mukta\"; font-weight: 200; font-size: 20px; line-height: 20px; }#tcb_landing_page p, #tcb_landing_page li { font-family: \"Ek Mukta\"; font-weight: 200; font-size: 18px; line-height: 27px; }#tcb_landing_page h2 { font-family: \"Ek Mukta\"; font-weight: 200; font-size: 22px; line-height: 33px; color: rgb(51, 51, 51); }#tcb_landing_page h1 { font-family: \"Ek Mukta\"; font-weight: 200; font-size: 56px; line-height: 56px; }#tve_editor [data-css=\"tve-u-15df1bff4b2\"] { font-family: \"Special Elite\" !important; }#tve_editor [data-css=\"tve-u-15df1c04f57\"] { font-family: \"Special Elite\" !important; text-transform: capitalize !important; color: rgb(143, 2, 32) !important; }}@media (max-width: 1023px){[data-css=\"tve-u-15df130aef7\"] { margin-bottom: 33px !important; }[data-css=\"tve-u-15df15596cf\"] { margin-top: 8px !important; }[data-css=\"tve-u-15df1296330\"] { margin-left: 20px !important; margin-right: 20px !important; }}@media (max-width: 767px){[data-css=\"tve-u-15df1c0d52f\"] { margin-top: 18px !important; }[data-css=\"tve-u-15df12e248d\"] { margin-top: 1px !important; }[data-css=\"tve-u-15df1c04f57\"] { line-height: 1.35em !important; }#tve_editor [data-css=\"tve-u-15df1c04f57\"] { font-size: 18px !important; }[data-css=\"tve-u-15df1bff4b2\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-15df1bff4b2\"] { font-size: 37px !important; }[data-css=\"tve-u-15df1296330\"] { padding-left: 30px !important; padding-right: 30px !important; }[data-css=\"tve-u-15df1d58e27\"] { margin-left: auto !important; margin-right: auto !important; float: none; width: 100%; }}'),(3829,353,'tve_revision_tve_user_custom_css','.thrv_text_element p { margin: 0;}\n.thrv_heading h1,h2,h3 {margin: 0;}\n'),(3830,353,'tve_revision_tve_page_events','a:0:{}'),(3831,353,'tve_revision_tve_globals','a:2:{s:8:\"body_css\";s:17:\"tve-u-15df125dc15\";s:8:\"font_cls\";a:0:{}}'),(3832,353,'tve_revision_tve_global_scripts',''),(3833,353,'tve_revision_thrive_icon_pack','0'),(3834,353,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(3835,353,'tve_revision_tve_has_masonry','0'),(3836,353,'tve_revision_tve_has_typefocus','0'),(3837,353,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15df1296330\" wfd-id=\"41\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15df12ac35e\" wfd-id=\"74\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"42\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15df12e248d\" data-tag=\"h1\" wfd-id=\"71\"><h1 data-css=\"tve-u-15df1bff4b2\" style=\"text-align: center;\"><strong>Thank You</strong>&nbsp;for Signing Up!</h1></div><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15df130aef7\" data-tag=\"h2\" wfd-id=\"68\"><h2 data-css=\"tve-u-15df1c04f57\" style=\"text-align: center;\">Please watch the video below see why We Choose CERAKOTE and why we think you Should too<strong>:</strong></h2></div><div class=\"thrv_responsive_video thrv_wrapper rv_style_lifted_style4\" data-type=\"youtube\" data-url=\"https://www.youtube.com/watch?v=KNErxFen3FY\" data-css=\"tve-u-15df1d58e27\" data-showinfo=\"0\" data-modestbranding=\"1\" data-rel=\"0\" data-fs=\"0\" data-controls=\"1\" wfd-id=\"65\">\n<div class=\"tve_responsive_video_container\" wfd-id=\"66\">\n<div class=\"video_overlay\" wfd-id=\"67\"></div>\n<iframe data-code=\"KNErxFen3FY\" data-provider=\"youtube\" src=\"https://www.youtube.com/embed/KNErxFen3FY?rel=0&amp;modestbranding=1&amp;controls=1&amp;showinfo=0&amp;fs=0&amp;wmode=transparent\" data-src=\"https://www.youtube.com/embed/KNErxFen3FY?rel=0&amp;modestbranding=1&amp;controls=1&amp;showinfo=0&amp;fs=0&amp;wmode=transparent\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\n</div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15df15f31cd\" wfd-id=\"43\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-15df15d7b79\" wfd-id=\"44\"><div class=\"tcb-flex-col\" data-css=\"tve-u-15df15ddafa\" style=\"\" wfd-id=\"60\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"62\"><div class=\"thrv_wrapper tve_image_caption tcb-mobile-hidden\" data-css=\"tve-u-15df15596cf\" wfd-id=\"63\"><span class=\"tve_image_frame\" wfd-id=\"64\"><img class=\"tve_image wp-image-282\" alt=\"\" width=\"1024\" height=\"938\" title=\"CertifiedLogo\" data-id=\"282\" src=\"//bestcerakoteflorida.com/wp-content/uploads/2018/09/CertifiedLogo-1024x938.png\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-15df15ddb0b\" style=\"\" wfd-id=\"45\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15df1c0d52f\" wfd-id=\"47\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15df15c5c47\" data-tag=\"h3\" wfd-id=\"57\"><h3><strong>You are only one step away from getting your 10% Off Certificate!</strong></h3></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15df15c74d6\" wfd-id=\"54\"><p>Please go to your email inbox and look for the email I just sent you. The subject line is \"10% Off\" and the email is sent by \"Nikolas Xifaras\".</p></div><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15df15c5c47\" data-tag=\"h3\" wfd-id=\"51\"><h3><strong>Open the email and click on the confirmation link inside.<br></strong></h3></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15df15c74d6\" wfd-id=\"48\"><p>Done! That\'s all we need, to ensure that we got the right email address and that you will get your certificate!</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15df1609c61\" wfd-id=\"39\"><p data-css=\"tve-u-15df1610b5c\" style=\"text-align: center;\"><span style=\"font-size: 13px; font-family: &quot;Ek Mukta&quot;; font-weight: 200;\" wfd-id=\"40\">Â© {tcb_current_year} ACME Inc | Disclaimer</span></p></div>'),(3838,353,'tve_revision_tve_has_wistia_popover','0'),(3839,354,'tve_revision_tve_landing_page','tcb2-personal-branding-confirmation'),(3840,354,'tve_revision_tve_disable_theme_dependency',''),(3841,354,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15df1296330\" wfd-id=\"41\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15df12ac35e\" wfd-id=\"74\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"42\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15df12e248d\" data-tag=\"h1\" wfd-id=\"71\"><h1 data-css=\"tve-u-15df1bff4b2\" style=\"text-align: center;\"><strong>Thank You</strong>&nbsp;for Signing Up!</h1></div><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15df130aef7\" data-tag=\"h2\" wfd-id=\"68\"><h2 data-css=\"tve-u-15df1c04f57\" style=\"text-align: center;\">Please watch the video below see why We Choose CERAKOTE and why we think you Should too<strong>:</strong></h2></div><div class=\"thrv_responsive_video thrv_wrapper rv_style_lifted_style4\" data-type=\"youtube\" data-url=\"https://www.youtube.com/watch?v=KNErxFen3FY\" data-css=\"tve-u-15df1d58e27\" data-showinfo=\"0\" data-modestbranding=\"1\" data-rel=\"0\" data-fs=\"0\" data-controls=\"0\" wfd-id=\"65\">\n<div class=\"tve_responsive_video_container\" wfd-id=\"66\">\n<div class=\"video_overlay\" wfd-id=\"67\"></div>\n<iframe data-code=\"KNErxFen3FY\" data-provider=\"youtube\" src=\"https://www.youtube.com/embed/KNErxFen3FY?rel=0&amp;modestbranding=1&amp;controls=0&amp;showinfo=0&amp;fs=0&amp;wmode=transparent\" data-src=\"https://www.youtube.com/embed/KNErxFen3FY?rel=0&amp;modestbranding=1&amp;controls=0&amp;showinfo=0&amp;fs=0&amp;wmode=transparent\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\n</div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15df15f31cd\" wfd-id=\"43\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-15df15d7b79\" wfd-id=\"44\"><div class=\"tcb-flex-col\" data-css=\"tve-u-15df15ddafa\" style=\"\" wfd-id=\"60\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"62\"><div class=\"thrv_wrapper tve_image_caption tcb-mobile-hidden\" data-css=\"tve-u-15df15596cf\" wfd-id=\"63\"><span class=\"tve_image_frame\" wfd-id=\"64\"><img class=\"tve_image wp-image-282\" alt=\"\" width=\"1024\" height=\"938\" title=\"CertifiedLogo\" data-id=\"282\" src=\"//bestcerakoteflorida.com/wp-content/uploads/2018/09/CertifiedLogo-1024x938.png\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-15df15ddb0b\" style=\"\" wfd-id=\"45\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15df1c0d52f\" wfd-id=\"47\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15df15c5c47\" data-tag=\"h3\" wfd-id=\"57\"><h3><strong>You are only one step away from getting your 10% Off Certificate!</strong></h3></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15df15c74d6\" wfd-id=\"54\"><p>Please go to your email inbox and look for the email I just sent you. The subject line is \"10% Off\" and the email is sent by \"Nikolas Xifaras\".</p></div><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15df15c5c47\" data-tag=\"h3\" wfd-id=\"51\"><h3><strong>Open the email and click on the confirmation link inside.<br></strong></h3></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15df15c74d6\" wfd-id=\"48\"><p>Done! That\'s all we need, to ensure that we got the right email address and that you will get your certificate!</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15df1609c61\" wfd-id=\"39\"><p data-css=\"tve-u-15df1610b5c\" style=\"text-align: center;\"><span style=\"font-size: 13px; font-family: &quot;Ek Mukta&quot;; font-weight: 200;\" wfd-id=\"40\">Â© {tcb_current_year} ACME Inc | Disclaimer</span></p></div>'),(3842,354,'tve_revision_tve_content_more_found',''),(3843,354,'tve_revision_tve_save_post',''),(3844,354,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Special+Elite:&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Ek+Mukta:200,400,300&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-15df1d58e27\"] { max-width: 748px; margin: 0px auto 10px !important; }[data-css=\"tve-u-15df1610b5c\"] { line-height: 20px !important; }[data-css=\"tve-u-15df1609c61\"] { padding-left: 20px !important; padding-right: 20px !important; margin-left: auto !important; margin-right: auto !important; margin-bottom: 20px !important; }[data-css=\"tve-u-15df15f31cd\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-15df15d7b79\"] { max-width: 916px; margin-left: auto !important; margin-right: auto !important; padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-15df15ddb0b\"] { max-width: 76.4%; }[data-css=\"tve-u-15df15ddafa\"] { max-width: 23.6%; }[data-css=\"tve-u-15df15c74d6\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-15df15c5c47\"] { margin-bottom: 15px !important; margin-top: 14px !important; }[data-css=\"tve-u-15df15596cf\"] { width: 164px; border: 0px solid rgb(255, 255, 255); border-radius: 0px; overflow: hidden; float: none; margin: 0px auto !important; }[data-css=\"tve-u-15df130aef7\"] { max-width: 748px; margin-left: auto !important; margin-right: auto !important; margin-bottom: 50px !important; }[data-css=\"tve-u-15df12e248d\"] { max-width: 750px; margin: 33px auto 10px !important; }[data-css=\"tve-u-15df12ac35e\"] { box-shadow: rgba(0, 0, 0, 0.11) 3px 3px 12px 0px; background-color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15df1296330\"] { max-width: 1080px; margin: 50px auto 0px !important; padding: 15px 40px !important; }[data-css=\"tve-u-15df125dc15\"] { background-image: none !important; background-color: rgb(0, 0, 0) !important; }#tcb_landing_page h3 { font-family: \"Ek Mukta\"; font-weight: 200; font-size: 20px; line-height: 20px; }#tcb_landing_page p, #tcb_landing_page li { font-family: \"Ek Mukta\"; font-weight: 200; font-size: 18px; line-height: 27px; }#tcb_landing_page h2 { font-family: \"Ek Mukta\"; font-weight: 200; font-size: 22px; line-height: 33px; color: rgb(51, 51, 51); }#tcb_landing_page h1 { font-family: \"Ek Mukta\"; font-weight: 200; font-size: 56px; line-height: 56px; }#tve_editor [data-css=\"tve-u-15df1bff4b2\"] { font-family: \"Special Elite\" !important; }#tve_editor [data-css=\"tve-u-15df1c04f57\"] { font-family: \"Special Elite\" !important; text-transform: capitalize !important; color: rgb(143, 2, 32) !important; }}@media (max-width: 1023px){[data-css=\"tve-u-15df130aef7\"] { margin-bottom: 33px !important; }[data-css=\"tve-u-15df15596cf\"] { margin-top: 8px !important; }[data-css=\"tve-u-15df1296330\"] { margin-left: 20px !important; margin-right: 20px !important; }}@media (max-width: 767px){[data-css=\"tve-u-15df1c0d52f\"] { margin-top: 18px !important; }[data-css=\"tve-u-15df12e248d\"] { margin-top: 1px !important; }[data-css=\"tve-u-15df1c04f57\"] { line-height: 1.35em !important; }#tve_editor [data-css=\"tve-u-15df1c04f57\"] { font-size: 18px !important; }[data-css=\"tve-u-15df1bff4b2\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-15df1bff4b2\"] { font-size: 37px !important; }[data-css=\"tve-u-15df1296330\"] { padding-left: 30px !important; padding-right: 30px !important; }[data-css=\"tve-u-15df1d58e27\"] { margin-left: auto !important; margin-right: auto !important; float: none; width: 100%; }}'),(3845,354,'tve_revision_tve_user_custom_css','.thrv_text_element p { margin: 0;}\n.thrv_heading h1,h2,h3 {margin: 0;}\n'),(3846,354,'tve_revision_tve_page_events','a:0:{}'),(3847,354,'tve_revision_tve_globals','a:2:{s:8:\"body_css\";s:17:\"tve-u-15df125dc15\";s:8:\"font_cls\";a:0:{}}'),(3848,354,'tve_revision_tve_global_scripts',''),(3849,354,'tve_revision_thrive_icon_pack','0'),(3850,354,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(3851,354,'tve_revision_tve_has_masonry','0'),(3852,354,'tve_revision_tve_has_typefocus','0'),(3853,354,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15df1296330\" wfd-id=\"41\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15df12ac35e\" wfd-id=\"74\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"42\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15df12e248d\" data-tag=\"h1\" wfd-id=\"71\"><h1 data-css=\"tve-u-15df1bff4b2\" style=\"text-align: center;\"><strong>Thank You</strong>&nbsp;for Signing Up!</h1></div><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15df130aef7\" data-tag=\"h2\" wfd-id=\"68\"><h2 data-css=\"tve-u-15df1c04f57\" style=\"text-align: center;\">Please watch the video below see why We Choose CERAKOTE and why we think you Should too<strong>:</strong></h2></div><div class=\"thrv_responsive_video thrv_wrapper rv_style_lifted_style4\" data-type=\"youtube\" data-url=\"https://www.youtube.com/watch?v=KNErxFen3FY\" data-css=\"tve-u-15df1d58e27\" data-showinfo=\"0\" data-modestbranding=\"1\" data-rel=\"0\" data-fs=\"0\" data-controls=\"0\" wfd-id=\"65\">\n<div class=\"tve_responsive_video_container\" wfd-id=\"66\">\n<div class=\"video_overlay\" wfd-id=\"67\"></div>\n<iframe data-code=\"KNErxFen3FY\" data-provider=\"youtube\" src=\"https://www.youtube.com/embed/KNErxFen3FY?rel=0&amp;modestbranding=1&amp;controls=0&amp;showinfo=0&amp;fs=0&amp;wmode=transparent\" data-src=\"https://www.youtube.com/embed/KNErxFen3FY?rel=0&amp;modestbranding=1&amp;controls=0&amp;showinfo=0&amp;fs=0&amp;wmode=transparent\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\n</div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15df15f31cd\" wfd-id=\"43\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-15df15d7b79\" wfd-id=\"44\"><div class=\"tcb-flex-col\" data-css=\"tve-u-15df15ddafa\" style=\"\" wfd-id=\"60\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"62\"><div class=\"thrv_wrapper tve_image_caption tcb-mobile-hidden\" data-css=\"tve-u-15df15596cf\" wfd-id=\"63\"><span class=\"tve_image_frame\" wfd-id=\"64\"><img class=\"tve_image wp-image-282\" alt=\"\" width=\"1024\" height=\"938\" title=\"CertifiedLogo\" data-id=\"282\" src=\"//bestcerakoteflorida.com/wp-content/uploads/2018/09/CertifiedLogo-1024x938.png\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-15df15ddb0b\" style=\"\" wfd-id=\"45\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15df1c0d52f\" wfd-id=\"47\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15df15c5c47\" data-tag=\"h3\" wfd-id=\"57\"><h3><strong>You are only one step away from getting your 10% Off Certificate!</strong></h3></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15df15c74d6\" wfd-id=\"54\"><p>Please go to your email inbox and look for the email I just sent you. The subject line is \"10% Off\" and the email is sent by \"Nikolas Xifaras\".</p></div><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15df15c5c47\" data-tag=\"h3\" wfd-id=\"51\"><h3><strong>Open the email and click on the confirmation link inside.<br></strong></h3></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15df15c74d6\" wfd-id=\"48\"><p>Done! That\'s all we need, to ensure that we got the right email address and that you will get your certificate!</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15df1609c61\" wfd-id=\"39\"><p data-css=\"tve-u-15df1610b5c\" style=\"text-align: center;\"><span style=\"font-size: 13px; font-family: &quot;Ek Mukta&quot;; font-weight: 200;\" wfd-id=\"40\">Â© {tcb_current_year} ACME Inc | Disclaimer</span></p></div>'),(3854,354,'tve_revision_tve_has_wistia_popover','0'),(3855,210,'tve_revision_tve_landing_page','blank_v2'),(3856,210,'tve_revision_tve_disable_theme_dependency',''),(3857,210,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-custom-menu-inside\" style=\"z-index: 8;\" data-css=\"tve-u-1642b593fd4\" wfd-id=\"58\">\n<div class=\"tve-content-box-background\" wfd-id=\"67\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" style=\"z-index: 8;\" wfd-id=\"59\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-165e642ffaf\" wfd-id=\"64\"><h2 data-css=\"tve-u-165e62d8c6d\">Terms &amp; Conditions</h2></div><div class=\"tcb-clear\" data-css=\"tve-u-165e6469798\" wfd-id=\"60\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1642b6ab2bb\" wfd-id=\"61\"><p style=\"text-align: left;\" data-css=\"tve-u-165e64714a8\">TERMS OF SERVICE<br><br>-----<br><br>OVERVIEW<br><br>This website is operated by Blackhawk Custom, LLC. Throughout the site, the terms â€œweâ€, â€œusâ€ and â€œourâ€ refer to Blackhawk Custom, LLC. Blackhawk Custom, LLC offers this website, including all information, tools and services available from this site to you, the user, conditioned upon your acceptance of all terms, conditions, policies and notices stated here.<br><br>By visiting our site and/ or purchasing something from us, you engage in our â€œServiceâ€ and agree to be bound by the following terms and conditions (â€œTerms of Serviceâ€, â€œTermsâ€), including those additional terms, conditions, and policies referenced herein and/or available by hyperlink. These Terms of Service apply to all users of the site, including without limitation users who are browsers, vendors, customers, merchants, and/ or contributors of content.<br><br>Please read these Terms of Service carefully before accessing or using our website. By accessing or using any part of the site, you agree to be bound by these Terms of Service. If you do not agree to all the terms and conditions of this agreement, then you may not access the website or use any services. If these Terms of Service are considered an offer, acceptance is expressly limited to these Terms of Service.<br><br>Any new features or tools which are added to the current store shall also be subject to the Terms of Service. You can review the most current version of the Terms of Service at any time on this page. We reserve the right to update, change or replace any part of these Terms of Service by posting updates and/or changes to our website. It is your responsibility to check this page periodically for changes. Your continued use of or access to the website following the posting of any changes constitutes acceptance of those changes.<br><br>SECTION 1 - ONLINE STORE TERMS<br><br>By agreeing to these Terms of Service, you represent that you are at least the age of majority in your state or province of residence, or that you are the age of majority in your state or province of residence and you have given us your consent to allow any of your minor dependents to use this site.<br>You may not use our products for any illegal or unauthorized purpose nor may you, in the use of the Service, violate any laws in your jurisdiction (including but not limited to copyright laws).<br>You must not transmit any worms or viruses or any code of a destructive nature.<br>A breach or violation of any of the Terms will result in an immediate termination of your Services.<br><br>SECTION 2 - GENERAL CONDITIONS<br><br>We reserve the right to refuse service to anyone for any reason at any time.<br>You understand that your content (not including credit card information), may be transferred unencrypted and involve (a) transmissions over various networks; and (b) changes to conform and adapt to technical requirements of connecting networks or devices. Credit card information is always encrypted during transfer over networks.<br>You agree not to reproduce, duplicate, copy, sell, resell or exploit any portion of the Service, use of the Service, or access to the Service or any contact on the website through which the service is provided, without express written permission by us.<br>The headings used in this agreement are included for convenience only and will not limit or otherwise affect these Terms.<br><br>SECTION 3 - ACCURACY, COMPLETENESS AND TIMELINESS OF INFORMATION<br><br>We are not responsible if information made available on this site is not accurate, complete or current. The material on this site is provided for general information only and should not be relied upon or used as the sole basis for making decisions without consulting primary, more accurate, more complete or more timely sources of information. Any reliance on the material on this site is at your own risk.<br>This site may contain certain historical information. Historical information, necessarily, is not current and is provided for your reference only. We reserve the right to modify the contents of this site at any time, but we have no obligation to update any information on our site. You agree that it is your responsibility to monitor changes to our site.<br><br>SECTION 4 - MODIFICATIONS TO THE SERVICE AND PRICES<br><br>The prices for our products are subject to change without notice.<br>We reserve the right at any time to modify or discontinue the Service (or any part or content thereof) without notice at any time.<br>We shall not be liable to you or to any third-party for any modification, price change, suspension or discontinuance of the Service.<br><br>SECTION 5 - PRODUCTS OR SERVICES (if applicable)<br><br>Certain products or services may be available exclusively online through the website. These products or services may have limited quantities and are subject to return or exchange only according to our Return Policy.<br>We have made every effort to display as accurately as possible the colors and images of our products that appear at the store. We cannot guarantee that your computer monitor\'s display of any color will be accurate.<br>We reserve the right, but are not obligated, to limit the sales of our products or Services to any person, geographic region or jurisdiction. We may exercise this right on a case-by-case basis. We reserve the right to limit the quantities of any products or services that we offer. All descriptions of products or product pricing are subject to change at anytime without notice, at the sole discretion of us. We reserve the right to discontinue any product at any time. Any offer for any product or service made on this site is void where prohibited.<br>We do not warrant that the quality of any products, services, information, or other material purchased or obtained by you will meet your expectations, or that any errors in the Service will be corrected.<br><br>SECTION 6 - ACCURACY OF BILLING AND ACCOUNT INFORMATION<br><br>We reserve the right to refuse any order you place with us. We may, in our sole discretion, limit or cancel quantities purchased per person, per household or per order. These restrictions may include orders placed by or under the same customer account, the same credit card, and/or orders that use the same billing and/or shipping address. In the event that we make a change to or cancel an order, we may attempt to notify you by contacting the e-mail and/or billing address/phone number provided at the time the order was made. We reserve the right to limit or prohibit orders that, in our sole judgment, appear to be placed by dealers, resellers or distributors.<br><br>You agree to provide current, complete and accurate purchase and account information for all purchases made at our store. You agree to promptly update your account and other information, including your email address and credit card numbers and expiration dates, so that we can complete your transactions and contact you as needed.<br><br>For more detail, please review our Returns Policy.<br><br>SECTION 7 - OPTIONAL TOOLS<br><br>We may provide you with access to third-party tools over which we neither monitor nor have any control nor input.<br>You acknowledge and agree that we provide access to such tools â€as isâ€ and â€œas availableâ€ without any warranties, representations or conditions of any kind and without any endorsement. We shall have no liability whatsoever arising from or relating to your use of optional third-party tools.<br>Any use by you of optional tools offered through the site is entirely at your own risk and discretion and you should ensure that you are familiar with and approve of the terms on which tools are provided by the relevant third-party provider(s).<br>We may also, in the future, offer new services and/or features through the website (including, the release of new tools and resources). Such new features and/or services shall also be subject to these Terms of Service.<br><br>SECTION 8 - THIRD-PARTY LINKS<br><br>Certain content, products and services available via our Service may include materials from third-parties.<br>Third-party links on this site may direct you to third-party websites that are not affiliated with us. We are not responsible for examining or evaluating the content or accuracy and we do not warrant and will not have any liability or responsibility for any third-party materials or websites, or for any other materials, products, or services of third-parties.<br>We are not liable for any harm or damages related to the purchase or use of goods, services, resources, content, or any other transactions made in connection with any third-party websites. Please review carefully the third-party\'s policies and practices and make sure you understand them before you engage in any transaction. Complaints, claims, concerns, or questions regarding third-party products should be directed to the third-party.<br><br>SECTION 9 - USER COMMENTS, FEEDBACK AND OTHER SUBMISSIONS<br><br>If, at our request, you send certain specific submissions (for example contest entries) or without a request from us you send creative ideas, suggestions, proposals, plans, or other materials, whether online, by email, by postal mail, or otherwise (collectively, \'comments\'), you agree that we may, at any time, without restriction, edit, copy, publish, distribute, translate and otherwise use in any medium any comments that you forward to us. We are and shall be under no obligation (1) to maintain any comments in confidence; (2) to pay compensation for any comments; or (3) to respond to any comments.<br>We may, but have no obligation to, monitor, edit or remove content that we determine in our sole discretion are unlawful, offensive, threatening, libelous, defamatory, pornographic, obscene or otherwise objectionable or violates any partyâ€™s intellectual property or these Terms of Service.<br>You agree that your comments will not violate any right of any third-party, including copyright, trademark, privacy, personality or other personal or proprietary right. You further agree that your comments will not contain libelous or otherwise unlawful, abusive or obscene material, or contain any computer virus or other malware that could in any way affect the operation of the Service or any related website. You may not use a false e-mail address, pretend to be someone other than yourself, or otherwise mislead us or third-parties as to the origin of any comments. You are solely responsible for any comments you make and their accuracy. We take no responsibility and assume no liability for any comments posted by you or any third-party.<br><br>SECTION 10 - PERSONAL INFORMATION<br><br>Your submission of personal information through the store is governed by our Privacy Policy. To view our Privacy Policy.<br><br>SECTION 11 - ERRORS, INACCURACIES AND OMISSIONS<br><br>Occasionally there may be information on our site or in the Service that contains typographical errors, inaccuracies or omissions that may relate to product descriptions, pricing, promotions, offers, product shipping charges, transit times and availability. We reserve the right to correct any errors, inaccuracies or omissions, and to change or update information or cancel orders if any information in the Service or on any related website is inaccurate at any time without prior notice (including after you have submitted your order).<br>We undertake no obligation to update, amend or clarify information in the Service or on any related website, including without limitation, pricing information, except as required by law. No specified update or refresh date applied in the Service or on any related website, should be taken to indicate that all information in the Service or on any related website has been modified or updated.<br><br>SECTION 12 - PROHIBITED USES<br><br>In addition to other prohibitions as set forth in the Terms of Service, you are prohibited from using the site or its content: (a) for any unlawful purpose; (b) to solicit others to perform or participate in any unlawful acts; (c) to violate any international, federal, provincial or state regulations, rules, laws, or local ordinances; (d) to infringe upon or violate our intellectual property rights or the intellectual property rights of others; (e) to harass, abuse, insult, harm, defame, slander, disparage, intimidate, or discriminate based on gender, sexual orientation, religion, ethnicity, race, age, national origin, or disability; (f) to submit false or misleading information; (g) to upload or transmit viruses or any other type of malicious code that will or may be used in any way that will affect the functionality or operation of the Service or of any related website, other websites, or the Internet; (h) to collect or track the personal information of others; (i) to spam, phish, pharm, pretext, spider, crawl, or scrape; (j) for any obscene or immoral purpose; or (k) to interfere with or circumvent the security features of the Service or any related website, other websites, or the Internet. We reserve the right to terminate your use of the Service or any related website for violating any of the prohibited uses.<br><br>SECTION 13 - DISCLAIMER OF WARRANTIES; LIMITATION OF LIABILITY<br><br>We do not guarantee, represent or warrant that your use of our service will be uninterrupted, timely, secure or error-free.<br>We do not warrant that the results that may be obtained from the use of the service will be accurate or reliable.<br>You agree that from time to time we may remove the service for indefinite periods of time or cancel the service at any time, without notice to you.<br>You expressly agree that your use of, or inability to use, the service is at your sole risk. The service and all products and services delivered to you through the service are (except as expressly stated by us) provided \'as is\' and \'as available\' for your use, without any representation, warranties or conditions of any kind, either express or implied, including all implied warranties or conditions of merchantability, merchantable quality, fitness for a particular purpose, durability, title, and non-infringement.<br>In no case shall Blackhawk Custom, LLC, our directors, officers, employees, affiliates, agents, contractors, interns, suppliers, service providers or licensors be liable for any injury, loss, claim, or any direct, indirect, incidental, punitive, special, or consequential damages of any kind, including, without limitation lost profits, lost revenue, lost savings, loss of data, replacement costs, or any similar damages, whether based in contract, tort (including negligence), strict liability or otherwise, arising from your use of any of the service or any products procured using the service, or for any other claim related in any way to your use of the service or any product, including, but not limited to, any errors or omissions in any content, or any loss or damage of any kind incurred as a result of the use of the service or any content (or product) posted, transmitted, or otherwise made available via the service, even if advised of their possibility. Because some states or jurisdictions do not allow the exclusion or the limitation of liability for consequential or incidental damages, in such states or jurisdictions, our liability shall be limited to the maximum extent permitted by law.<br><br>SECTION 14 - INDEMNIFICATION<br><br>You agree to indemnify, defend and hold harmless Blackhawk Custom, LLC and our parent, subsidiaries, affiliates, partners, officers, directors, agents, contractors, licensors, service providers, subcontractors, suppliers, interns and employees, harmless from any claim or demand, including reasonable attorneysâ€™ fees, made by any third-party due to or arising out of your breach of these Terms of Service or the documents they incorporate by reference, or your violation of any law or the rights of a third-party.<br><br>SECTION 15 - SEVERABILITY<br><br>In the event that any provision of these Terms of Service is determined to be unlawful, void or unenforceable, such provision shall nonetheless be enforceable to the fullest extent permitted by applicable law, and the unenforceable portion shall be deemed to be severed from these Terms of Service, such determination shall not affect the validity and enforceability of any other remaining provisions.<br><br>SECTION 16 - TERMINATION<br><br>The obligations and liabilities of the parties incurred prior to the termination date shall survive the termination of this agreement for all purposes.<br>These Terms of Service are effective unless and until terminated by either you or us. You may terminate these Terms of Service at any time by notifying us that you no longer wish to use our Services, or when you cease using our site.<br>If in our sole judgment you fail, or we suspect that you have failed, to comply with any term or provision of these Terms of Service, we also may terminate this agreement at any time without notice and you will remain liable for all amounts due up to and including the date of termination; and/or accordingly may deny you access to our Services (or any part thereof).<br><br>SECTION 17 - ENTIRE AGREEMENT<br><br>The failure of us to exercise or enforce any right or provision of these Terms of Service shall not constitute a waiver of such right or provision.<br>These Terms of Service and any policies or operating rules posted by us on this site or in respect to The Service constitutes the entire agreement and understanding between you and us and govern your use of the Service, superseding any prior or contemporaneous agreements, communications and proposals, whether oral or written, between you and us (including, but not limited to, any prior versions of the Terms of Service).<br>Any ambiguities in the interpretation of these Terms of Service shall not be construed against the drafting party.<br><br>SECTION 18 - GOVERNING LAW<br><br>These Terms of Service and any separate agreements whereby we provide you Services shall be governed by and construed in accordance with the laws of 825 South Kings Highway, Fort Pierce, FL 34945.<br><br>SECTION 19 - CHANGES TO TERMS OF SERVICE<br><br>You can review the most current version of the Terms of Service at any time at this page.<br>We reserve the right, at our sole discretion, to update, change or replace any part of these Terms of Service by posting updates and changes to our website. It is your responsibility to check our website periodically for changes. Your continued use of or access to our website or the Service following the posting of any changes to these Terms of Service constitutes acceptance of those changes.<br><br>SECTION 20 - CONTACT INFORMATION<br><br>Questions about the Terms of Service should be sent to us at <a href=\"mailto:admin@blackhawkcustom.com\" target=\"_blank\">admin@blackhawkcustom.com</a></p></div></div></div>\n</div>'),(3858,210,'tve_revision_tve_content_more_found',''),(3859,210,'tve_revision_tve_save_post',''),(3860,210,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Special+Elite:400&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Merriweather:400,400i,900,900i&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Montserrat:400,900,800,200,100&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-1642b6ab2bb\"] { padding: 5px !important; }[data-css=\"tve-u-1642b593fd4\"] { float: none; width: 100%; padding: 25px 10px 5px !important; margin-left: auto !important; margin-right: auto !important; margin-top: 30px !important; }#tcb_landing_page a:not(.tcb-button-link) { color: rgb(255, 255, 255); }.tcb-plain-text strong { font-weight: 900; }#tcb_landing_page input strong { font-weight: 900; }#tcb_landing_page .tcb-button-link strong { font-weight: 900; }#tcb_landing_page p strong, #tcb_landing_page li strong { font-weight: 900; }#tcb_landing_page input { font-family: Merriweather; font-weight: 400; }#tcb_landing_page .tcb-button-link { font-family: Merriweather; font-weight: 400; }#tcb_landing_page p, #tcb_landing_page li { font-family: Merriweather; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h6 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h5 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h4 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h3 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h2 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h1 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(255, 255, 255); }.tcb-plain-text { font-size: 20px; color: rgb(255, 255, 255); font-family: Montserrat; font-weight: 400; }[data-css=\"tve-u-15e09c94f7d\"] { background-color: rgb(255, 255, 255); background-image: linear-gradient(rgb(0, 0, 0), rgb(0, 0, 0)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }.tve_post_lp > div > #tve_editor { margin-left: auto; margin-right: auto; max-width: 1200px; padding: 0px 20px; }#tve_editor [data-css=\"tve-u-165e62d8c6d\"] { font-family: \"Special Elite\" !important; font-weight: 400 !important; }#tcb_landing_page .tcb-plain-text { color: rgb(255, 255, 255); font-family: Merriweather; font-weight: 400; }#tcb_landing_page .tcb-plain-text strong { font-weight: 900; }[data-css=\"tve-u-165e642ffaf\"] { margin-top: 10px !important; }}@media (max-width: 767px){.tve_post_lp > div > #tve_editor { padding: 0px 10px; }[data-css=\"tve-u-1642b6ab2bb\"] { padding-left: 10px !important; padding-right: 5px !important; margin-left: auto !important; margin-right: auto !important; float: left; width: 100%; z-index: 3; position: relative; padding-bottom: 10px !important; }[data-css=\"tve-u-165e6469798\"]::after { clear: both; }#tve_editor [data-css=\"tve-u-165e64714a8\"] { font-size: 15px !important; }}'),(3861,210,'tve_revision_tve_user_custom_css',''),(3862,210,'tve_revision_tve_page_events','a:0:{}'),(3863,210,'tve_revision_tve_globals','a:2:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";s:8:\"font_cls\";a:0:{}}'),(3864,210,'tve_revision_tve_global_scripts',''),(3865,210,'tve_revision_thrive_icon_pack','0'),(3866,210,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(3867,210,'tve_revision_tve_has_masonry','0'),(3868,210,'tve_revision_tve_has_typefocus','0'),(3869,210,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-custom-menu-inside\" style=\"z-index: 8;\" data-css=\"tve-u-1642b593fd4\" wfd-id=\"58\">\n<div class=\"tve-content-box-background\" wfd-id=\"67\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" style=\"z-index: 8;\" wfd-id=\"59\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-165e642ffaf\" wfd-id=\"64\"><h2 data-css=\"tve-u-165e62d8c6d\">Terms &amp; Conditions</h2></div><div class=\"tcb-clear\" data-css=\"tve-u-165e6469798\" wfd-id=\"60\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1642b6ab2bb\" wfd-id=\"61\"><p style=\"text-align: left;\" data-css=\"tve-u-165e64714a8\">TERMS OF SERVICE<br><br>-----<br><br>OVERVIEW<br><br>This website is operated by Blackhawk Custom, LLC. Throughout the site, the terms â€œweâ€, â€œusâ€ and â€œourâ€ refer to Blackhawk Custom, LLC. Blackhawk Custom, LLC offers this website, including all information, tools and services available from this site to you, the user, conditioned upon your acceptance of all terms, conditions, policies and notices stated here.<br><br>By visiting our site and/ or purchasing something from us, you engage in our â€œServiceâ€ and agree to be bound by the following terms and conditions (â€œTerms of Serviceâ€, â€œTermsâ€), including those additional terms, conditions, and policies referenced herein and/or available by hyperlink. These Terms of Service apply to all users of the site, including without limitation users who are browsers, vendors, customers, merchants, and/ or contributors of content.<br><br>Please read these Terms of Service carefully before accessing or using our website. By accessing or using any part of the site, you agree to be bound by these Terms of Service. If you do not agree to all the terms and conditions of this agreement, then you may not access the website or use any services. If these Terms of Service are considered an offer, acceptance is expressly limited to these Terms of Service.<br><br>Any new features or tools which are added to the current store shall also be subject to the Terms of Service. You can review the most current version of the Terms of Service at any time on this page. We reserve the right to update, change or replace any part of these Terms of Service by posting updates and/or changes to our website. It is your responsibility to check this page periodically for changes. Your continued use of or access to the website following the posting of any changes constitutes acceptance of those changes.<br><br>SECTION 1 - ONLINE STORE TERMS<br><br>By agreeing to these Terms of Service, you represent that you are at least the age of majority in your state or province of residence, or that you are the age of majority in your state or province of residence and you have given us your consent to allow any of your minor dependents to use this site.<br>You may not use our products for any illegal or unauthorized purpose nor may you, in the use of the Service, violate any laws in your jurisdiction (including but not limited to copyright laws).<br>You must not transmit any worms or viruses or any code of a destructive nature.<br>A breach or violation of any of the Terms will result in an immediate termination of your Services.<br><br>SECTION 2 - GENERAL CONDITIONS<br><br>We reserve the right to refuse service to anyone for any reason at any time.<br>You understand that your content (not including credit card information), may be transferred unencrypted and involve (a) transmissions over various networks; and (b) changes to conform and adapt to technical requirements of connecting networks or devices. Credit card information is always encrypted during transfer over networks.<br>You agree not to reproduce, duplicate, copy, sell, resell or exploit any portion of the Service, use of the Service, or access to the Service or any contact on the website through which the service is provided, without express written permission by us.<br>The headings used in this agreement are included for convenience only and will not limit or otherwise affect these Terms.<br><br>SECTION 3 - ACCURACY, COMPLETENESS AND TIMELINESS OF INFORMATION<br><br>We are not responsible if information made available on this site is not accurate, complete or current. The material on this site is provided for general information only and should not be relied upon or used as the sole basis for making decisions without consulting primary, more accurate, more complete or more timely sources of information. Any reliance on the material on this site is at your own risk.<br>This site may contain certain historical information. Historical information, necessarily, is not current and is provided for your reference only. We reserve the right to modify the contents of this site at any time, but we have no obligation to update any information on our site. You agree that it is your responsibility to monitor changes to our site.<br><br>SECTION 4 - MODIFICATIONS TO THE SERVICE AND PRICES<br><br>The prices for our products are subject to change without notice.<br>We reserve the right at any time to modify or discontinue the Service (or any part or content thereof) without notice at any time.<br>We shall not be liable to you or to any third-party for any modification, price change, suspension or discontinuance of the Service.<br><br>SECTION 5 - PRODUCTS OR SERVICES (if applicable)<br><br>Certain products or services may be available exclusively online through the website. These products or services may have limited quantities and are subject to return or exchange only according to our Return Policy.<br>We have made every effort to display as accurately as possible the colors and images of our products that appear at the store. We cannot guarantee that your computer monitor\'s display of any color will be accurate.<br>We reserve the right, but are not obligated, to limit the sales of our products or Services to any person, geographic region or jurisdiction. We may exercise this right on a case-by-case basis. We reserve the right to limit the quantities of any products or services that we offer. All descriptions of products or product pricing are subject to change at anytime without notice, at the sole discretion of us. We reserve the right to discontinue any product at any time. Any offer for any product or service made on this site is void where prohibited.<br>We do not warrant that the quality of any products, services, information, or other material purchased or obtained by you will meet your expectations, or that any errors in the Service will be corrected.<br><br>SECTION 6 - ACCURACY OF BILLING AND ACCOUNT INFORMATION<br><br>We reserve the right to refuse any order you place with us. We may, in our sole discretion, limit or cancel quantities purchased per person, per household or per order. These restrictions may include orders placed by or under the same customer account, the same credit card, and/or orders that use the same billing and/or shipping address. In the event that we make a change to or cancel an order, we may attempt to notify you by contacting the e-mail and/or billing address/phone number provided at the time the order was made. We reserve the right to limit or prohibit orders that, in our sole judgment, appear to be placed by dealers, resellers or distributors.<br><br>You agree to provide current, complete and accurate purchase and account information for all purchases made at our store. You agree to promptly update your account and other information, including your email address and credit card numbers and expiration dates, so that we can complete your transactions and contact you as needed.<br><br>For more detail, please review our Returns Policy.<br><br>SECTION 7 - OPTIONAL TOOLS<br><br>We may provide you with access to third-party tools over which we neither monitor nor have any control nor input.<br>You acknowledge and agree that we provide access to such tools â€as isâ€ and â€œas availableâ€ without any warranties, representations or conditions of any kind and without any endorsement. We shall have no liability whatsoever arising from or relating to your use of optional third-party tools.<br>Any use by you of optional tools offered through the site is entirely at your own risk and discretion and you should ensure that you are familiar with and approve of the terms on which tools are provided by the relevant third-party provider(s).<br>We may also, in the future, offer new services and/or features through the website (including, the release of new tools and resources). Such new features and/or services shall also be subject to these Terms of Service.<br><br>SECTION 8 - THIRD-PARTY LINKS<br><br>Certain content, products and services available via our Service may include materials from third-parties.<br>Third-party links on this site may direct you to third-party websites that are not affiliated with us. We are not responsible for examining or evaluating the content or accuracy and we do not warrant and will not have any liability or responsibility for any third-party materials or websites, or for any other materials, products, or services of third-parties.<br>We are not liable for any harm or damages related to the purchase or use of goods, services, resources, content, or any other transactions made in connection with any third-party websites. Please review carefully the third-party\'s policies and practices and make sure you understand them before you engage in any transaction. Complaints, claims, concerns, or questions regarding third-party products should be directed to the third-party.<br><br>SECTION 9 - USER COMMENTS, FEEDBACK AND OTHER SUBMISSIONS<br><br>If, at our request, you send certain specific submissions (for example contest entries) or without a request from us you send creative ideas, suggestions, proposals, plans, or other materials, whether online, by email, by postal mail, or otherwise (collectively, \'comments\'), you agree that we may, at any time, without restriction, edit, copy, publish, distribute, translate and otherwise use in any medium any comments that you forward to us. We are and shall be under no obligation (1) to maintain any comments in confidence; (2) to pay compensation for any comments; or (3) to respond to any comments.<br>We may, but have no obligation to, monitor, edit or remove content that we determine in our sole discretion are unlawful, offensive, threatening, libelous, defamatory, pornographic, obscene or otherwise objectionable or violates any partyâ€™s intellectual property or these Terms of Service.<br>You agree that your comments will not violate any right of any third-party, including copyright, trademark, privacy, personality or other personal or proprietary right. You further agree that your comments will not contain libelous or otherwise unlawful, abusive or obscene material, or contain any computer virus or other malware that could in any way affect the operation of the Service or any related website. You may not use a false e-mail address, pretend to be someone other than yourself, or otherwise mislead us or third-parties as to the origin of any comments. You are solely responsible for any comments you make and their accuracy. We take no responsibility and assume no liability for any comments posted by you or any third-party.<br><br>SECTION 10 - PERSONAL INFORMATION<br><br>Your submission of personal information through the store is governed by our Privacy Policy. To view our Privacy Policy.<br><br>SECTION 11 - ERRORS, INACCURACIES AND OMISSIONS<br><br>Occasionally there may be information on our site or in the Service that contains typographical errors, inaccuracies or omissions that may relate to product descriptions, pricing, promotions, offers, product shipping charges, transit times and availability. We reserve the right to correct any errors, inaccuracies or omissions, and to change or update information or cancel orders if any information in the Service or on any related website is inaccurate at any time without prior notice (including after you have submitted your order).<br>We undertake no obligation to update, amend or clarify information in the Service or on any related website, including without limitation, pricing information, except as required by law. No specified update or refresh date applied in the Service or on any related website, should be taken to indicate that all information in the Service or on any related website has been modified or updated.<br><br>SECTION 12 - PROHIBITED USES<br><br>In addition to other prohibitions as set forth in the Terms of Service, you are prohibited from using the site or its content: (a) for any unlawful purpose; (b) to solicit others to perform or participate in any unlawful acts; (c) to violate any international, federal, provincial or state regulations, rules, laws, or local ordinances; (d) to infringe upon or violate our intellectual property rights or the intellectual property rights of others; (e) to harass, abuse, insult, harm, defame, slander, disparage, intimidate, or discriminate based on gender, sexual orientation, religion, ethnicity, race, age, national origin, or disability; (f) to submit false or misleading information; (g) to upload or transmit viruses or any other type of malicious code that will or may be used in any way that will affect the functionality or operation of the Service or of any related website, other websites, or the Internet; (h) to collect or track the personal information of others; (i) to spam, phish, pharm, pretext, spider, crawl, or scrape; (j) for any obscene or immoral purpose; or (k) to interfere with or circumvent the security features of the Service or any related website, other websites, or the Internet. We reserve the right to terminate your use of the Service or any related website for violating any of the prohibited uses.<br><br>SECTION 13 - DISCLAIMER OF WARRANTIES; LIMITATION OF LIABILITY<br><br>We do not guarantee, represent or warrant that your use of our service will be uninterrupted, timely, secure or error-free.<br>We do not warrant that the results that may be obtained from the use of the service will be accurate or reliable.<br>You agree that from time to time we may remove the service for indefinite periods of time or cancel the service at any time, without notice to you.<br>You expressly agree that your use of, or inability to use, the service is at your sole risk. The service and all products and services delivered to you through the service are (except as expressly stated by us) provided \'as is\' and \'as available\' for your use, without any representation, warranties or conditions of any kind, either express or implied, including all implied warranties or conditions of merchantability, merchantable quality, fitness for a particular purpose, durability, title, and non-infringement.<br>In no case shall Blackhawk Custom, LLC, our directors, officers, employees, affiliates, agents, contractors, interns, suppliers, service providers or licensors be liable for any injury, loss, claim, or any direct, indirect, incidental, punitive, special, or consequential damages of any kind, including, without limitation lost profits, lost revenue, lost savings, loss of data, replacement costs, or any similar damages, whether based in contract, tort (including negligence), strict liability or otherwise, arising from your use of any of the service or any products procured using the service, or for any other claim related in any way to your use of the service or any product, including, but not limited to, any errors or omissions in any content, or any loss or damage of any kind incurred as a result of the use of the service or any content (or product) posted, transmitted, or otherwise made available via the service, even if advised of their possibility. Because some states or jurisdictions do not allow the exclusion or the limitation of liability for consequential or incidental damages, in such states or jurisdictions, our liability shall be limited to the maximum extent permitted by law.<br><br>SECTION 14 - INDEMNIFICATION<br><br>You agree to indemnify, defend and hold harmless Blackhawk Custom, LLC and our parent, subsidiaries, affiliates, partners, officers, directors, agents, contractors, licensors, service providers, subcontractors, suppliers, interns and employees, harmless from any claim or demand, including reasonable attorneysâ€™ fees, made by any third-party due to or arising out of your breach of these Terms of Service or the documents they incorporate by reference, or your violation of any law or the rights of a third-party.<br><br>SECTION 15 - SEVERABILITY<br><br>In the event that any provision of these Terms of Service is determined to be unlawful, void or unenforceable, such provision shall nonetheless be enforceable to the fullest extent permitted by applicable law, and the unenforceable portion shall be deemed to be severed from these Terms of Service, such determination shall not affect the validity and enforceability of any other remaining provisions.<br><br>SECTION 16 - TERMINATION<br><br>The obligations and liabilities of the parties incurred prior to the termination date shall survive the termination of this agreement for all purposes.<br>These Terms of Service are effective unless and until terminated by either you or us. You may terminate these Terms of Service at any time by notifying us that you no longer wish to use our Services, or when you cease using our site.<br>If in our sole judgment you fail, or we suspect that you have failed, to comply with any term or provision of these Terms of Service, we also may terminate this agreement at any time without notice and you will remain liable for all amounts due up to and including the date of termination; and/or accordingly may deny you access to our Services (or any part thereof).<br><br>SECTION 17 - ENTIRE AGREEMENT<br><br>The failure of us to exercise or enforce any right or provision of these Terms of Service shall not constitute a waiver of such right or provision.<br>These Terms of Service and any policies or operating rules posted by us on this site or in respect to The Service constitutes the entire agreement and understanding between you and us and govern your use of the Service, superseding any prior or contemporaneous agreements, communications and proposals, whether oral or written, between you and us (including, but not limited to, any prior versions of the Terms of Service).<br>Any ambiguities in the interpretation of these Terms of Service shall not be construed against the drafting party.<br><br>SECTION 18 - GOVERNING LAW<br><br>These Terms of Service and any separate agreements whereby we provide you Services shall be governed by and construed in accordance with the laws of 825 South Kings Highway, Fort Pierce, FL 34945.<br><br>SECTION 19 - CHANGES TO TERMS OF SERVICE<br><br>You can review the most current version of the Terms of Service at any time at this page.<br>We reserve the right, at our sole discretion, to update, change or replace any part of these Terms of Service by posting updates and changes to our website. It is your responsibility to check our website periodically for changes. Your continued use of or access to our website or the Service following the posting of any changes to these Terms of Service constitutes acceptance of those changes.<br><br>SECTION 20 - CONTACT INFORMATION<br><br>Questions about the Terms of Service should be sent to us at <a href=\"mailto:admin@blackhawkcustom.com\" target=\"_blank\">admin@blackhawkcustom.com</a></p></div></div></div>\n</div>'),(3870,210,'tve_revision_tve_has_wistia_popover','0'),(3887,355,'tve_revision_tve_landing_page','tcb2-personal-branding-confirmation'),(3888,355,'tve_revision_tve_disable_theme_dependency',''),(3889,355,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15df1296330\" wfd-id=\"41\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15df12ac35e\" wfd-id=\"74\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"42\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15df12e248d\" data-tag=\"h1\" wfd-id=\"71\"><h1 data-css=\"tve-u-15df1bff4b2\" style=\"text-align: center;\"><strong>Thank You</strong>&nbsp;for Signing Up!</h1></div><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15df130aef7\" data-tag=\"h2\" wfd-id=\"68\"><h2 data-css=\"tve-u-15df1c04f57\" style=\"text-align: center;\">Please watch the video below see why We Choose CERAKOTE and why we think you Should too<strong>:</strong></h2></div><div class=\"thrv_responsive_video thrv_wrapper rv_style_lifted_style4\" data-type=\"youtube\" data-url=\"https://www.youtube.com/watch?v=KNErxFen3FY\" data-css=\"tve-u-15df1d58e27\" data-showinfo=\"0\" data-modestbranding=\"1\" data-rel=\"0\" data-fs=\"0\" data-controls=\"0\" wfd-id=\"65\">\n<div class=\"tve_responsive_video_container\" wfd-id=\"66\">\n<div class=\"video_overlay\" wfd-id=\"67\"></div>\n<iframe data-code=\"KNErxFen3FY\" data-provider=\"youtube\" src=\"https://www.youtube.com/embed/KNErxFen3FY?rel=0&amp;modestbranding=1&amp;controls=0&amp;showinfo=0&amp;fs=0&amp;wmode=transparent\" data-src=\"https://www.youtube.com/embed/KNErxFen3FY?rel=0&amp;modestbranding=1&amp;controls=0&amp;showinfo=0&amp;fs=0&amp;wmode=transparent\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\n</div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15df15f31cd\" wfd-id=\"43\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-15df15d7b79\" wfd-id=\"44\"><div class=\"tcb-flex-col\" data-css=\"tve-u-15df15ddafa\" style=\"\" wfd-id=\"60\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"62\"><div class=\"thrv_wrapper tve_image_caption tcb-mobile-hidden\" data-css=\"tve-u-15df15596cf\" wfd-id=\"63\"><span class=\"tve_image_frame\" wfd-id=\"64\"><img class=\"tve_image wp-image-282\" alt=\"\" width=\"1024\" height=\"938\" title=\"CertifiedLogo\" data-id=\"282\" src=\"//bestcerakoteflorida.com/wp-content/uploads/2018/09/CertifiedLogo-1024x938.png\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-15df15ddb0b\" style=\"\" wfd-id=\"45\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15df1c0d52f\" wfd-id=\"47\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15df15c5c47\" data-tag=\"h3\" wfd-id=\"57\"><h3><strong>You are only one step away from getting your 10% Off Certificate!</strong></h3></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15df15c74d6\" wfd-id=\"54\"><p>Please go to your email inbox and look for the email I just sent you. The subject line is \"10% Off\" and the email is sent by \"Nikolas Xifaras\".</p></div><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15df15c5c47\" data-tag=\"h3\" wfd-id=\"51\"><h3><strong>Open the email and click on the confirmation link inside.<br></strong></h3></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15df15c74d6\" wfd-id=\"48\"><p>Done! That\'s all we need, to ensure that we got the right email address and that you will get your certificate!</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15df1609c61\" wfd-id=\"39\"><p data-css=\"tve-u-15df1610b5c\" style=\"text-align: center;\"><span style=\"font-size: 13px; font-family: &quot;Ek Mukta&quot;; font-weight: 200;\" wfd-id=\"40\">Â© {tcb_current_year} ACME Inc | Disclaimer</span></p></div>'),(3890,355,'tve_revision_tve_content_more_found',''),(3891,355,'tve_revision_tve_save_post',''),(3892,355,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Special+Elite:&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Ek+Mukta:200,400,300&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-15df1d58e27\"] { max-width: 748px; margin: 0px auto 10px !important; }[data-css=\"tve-u-15df1610b5c\"] { line-height: 20px !important; }[data-css=\"tve-u-15df1609c61\"] { padding-left: 20px !important; padding-right: 20px !important; margin-left: auto !important; margin-right: auto !important; margin-bottom: 20px !important; }[data-css=\"tve-u-15df15f31cd\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-15df15d7b79\"] { max-width: 916px; margin-left: auto !important; margin-right: auto !important; padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-15df15ddb0b\"] { max-width: 76.4%; }[data-css=\"tve-u-15df15ddafa\"] { max-width: 23.6%; }[data-css=\"tve-u-15df15c74d6\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-15df15c5c47\"] { margin-bottom: 15px !important; margin-top: 14px !important; }[data-css=\"tve-u-15df15596cf\"] { width: 164px; border: 0px solid rgb(255, 255, 255); border-radius: 0px; overflow: hidden; float: none; margin: 0px auto !important; }[data-css=\"tve-u-15df130aef7\"] { max-width: 748px; margin-left: auto !important; margin-right: auto !important; margin-bottom: 50px !important; }[data-css=\"tve-u-15df12e248d\"] { max-width: 750px; margin: 33px auto 10px !important; }[data-css=\"tve-u-15df12ac35e\"] { box-shadow: rgba(0, 0, 0, 0.11) 3px 3px 12px 0px; background-color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15df1296330\"] { max-width: 1080px; margin: 50px auto 0px !important; padding: 15px 40px !important; }[data-css=\"tve-u-15df125dc15\"] { background-image: none !important; background-color: rgb(0, 0, 0) !important; }#tcb_landing_page h3 { font-family: \"Ek Mukta\"; font-weight: 200; font-size: 20px; line-height: 20px; }#tcb_landing_page p, #tcb_landing_page li { font-family: \"Ek Mukta\"; font-weight: 200; font-size: 18px; line-height: 27px; }#tcb_landing_page h2 { font-family: \"Ek Mukta\"; font-weight: 200; font-size: 22px; line-height: 33px; color: rgb(51, 51, 51); }#tcb_landing_page h1 { font-family: \"Ek Mukta\"; font-weight: 200; font-size: 56px; line-height: 56px; }#tve_editor [data-css=\"tve-u-15df1bff4b2\"] { font-family: \"Special Elite\" !important; }#tve_editor [data-css=\"tve-u-15df1c04f57\"] { font-family: \"Special Elite\" !important; text-transform: capitalize !important; color: rgb(143, 2, 32) !important; }}@media (max-width: 1023px){[data-css=\"tve-u-15df130aef7\"] { margin-bottom: 33px !important; }[data-css=\"tve-u-15df15596cf\"] { margin-top: 8px !important; }[data-css=\"tve-u-15df1296330\"] { margin-left: 20px !important; margin-right: 20px !important; }}@media (max-width: 767px){[data-css=\"tve-u-15df1c0d52f\"] { margin-top: 18px !important; }[data-css=\"tve-u-15df12e248d\"] { margin-top: 1px !important; }[data-css=\"tve-u-15df1c04f57\"] { line-height: 1.35em !important; }#tve_editor [data-css=\"tve-u-15df1c04f57\"] { font-size: 18px !important; }[data-css=\"tve-u-15df1bff4b2\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-15df1bff4b2\"] { font-size: 37px !important; }[data-css=\"tve-u-15df1296330\"] { padding-left: 30px !important; padding-right: 30px !important; }[data-css=\"tve-u-15df1d58e27\"] { margin-left: auto !important; margin-right: auto !important; float: none; width: 100%; }}'),(3893,355,'tve_revision_tve_user_custom_css','.thrv_text_element p { margin: 0;}\n.thrv_heading h1,h2,h3 {margin: 0;}\n'),(3894,355,'tve_revision_tve_page_events','a:0:{}'),(3895,355,'tve_revision_tve_globals','a:2:{s:8:\"body_css\";s:17:\"tve-u-15df125dc15\";s:8:\"font_cls\";a:0:{}}'),(3896,355,'tve_revision_tve_global_scripts',''),(3897,355,'tve_revision_thrive_icon_pack','0'),(3898,355,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(3899,355,'tve_revision_tve_has_masonry','0'),(3900,355,'tve_revision_tve_has_typefocus','0'),(3901,355,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15df1296330\" wfd-id=\"41\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15df12ac35e\" wfd-id=\"74\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"42\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15df12e248d\" data-tag=\"h1\" wfd-id=\"71\"><h1 data-css=\"tve-u-15df1bff4b2\" style=\"text-align: center;\"><strong>Thank You</strong>&nbsp;for Signing Up!</h1></div><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15df130aef7\" data-tag=\"h2\" wfd-id=\"68\"><h2 data-css=\"tve-u-15df1c04f57\" style=\"text-align: center;\">Please watch the video below see why We Choose CERAKOTE and why we think you Should too<strong>:</strong></h2></div><div class=\"thrv_responsive_video thrv_wrapper rv_style_lifted_style4\" data-type=\"youtube\" data-url=\"https://www.youtube.com/watch?v=KNErxFen3FY\" data-css=\"tve-u-15df1d58e27\" data-showinfo=\"0\" data-modestbranding=\"1\" data-rel=\"0\" data-fs=\"0\" data-controls=\"0\" wfd-id=\"65\">\n<div class=\"tve_responsive_video_container\" wfd-id=\"66\">\n<div class=\"video_overlay\" wfd-id=\"67\"></div>\n<iframe data-code=\"KNErxFen3FY\" data-provider=\"youtube\" src=\"https://www.youtube.com/embed/KNErxFen3FY?rel=0&amp;modestbranding=1&amp;controls=0&amp;showinfo=0&amp;fs=0&amp;wmode=transparent\" data-src=\"https://www.youtube.com/embed/KNErxFen3FY?rel=0&amp;modestbranding=1&amp;controls=0&amp;showinfo=0&amp;fs=0&amp;wmode=transparent\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\n</div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15df15f31cd\" wfd-id=\"43\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-15df15d7b79\" wfd-id=\"44\"><div class=\"tcb-flex-col\" data-css=\"tve-u-15df15ddafa\" style=\"\" wfd-id=\"60\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"62\"><div class=\"thrv_wrapper tve_image_caption tcb-mobile-hidden\" data-css=\"tve-u-15df15596cf\" wfd-id=\"63\"><span class=\"tve_image_frame\" wfd-id=\"64\"><img class=\"tve_image wp-image-282\" alt=\"\" width=\"1024\" height=\"938\" title=\"CertifiedLogo\" data-id=\"282\" src=\"//bestcerakoteflorida.com/wp-content/uploads/2018/09/CertifiedLogo-1024x938.png\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-15df15ddb0b\" style=\"\" wfd-id=\"45\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15df1c0d52f\" wfd-id=\"47\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15df15c5c47\" data-tag=\"h3\" wfd-id=\"57\"><h3><strong>You are only one step away from getting your 10% Off Certificate!</strong></h3></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15df15c74d6\" wfd-id=\"54\"><p>Please go to your email inbox and look for the email I just sent you. The subject line is \"10% Off\" and the email is sent by \"Nikolas Xifaras\".</p></div><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15df15c5c47\" data-tag=\"h3\" wfd-id=\"51\"><h3><strong>Open the email and click on the confirmation link inside.<br></strong></h3></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15df15c74d6\" wfd-id=\"48\"><p>Done! That\'s all we need, to ensure that we got the right email address and that you will get your certificate!</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15df1609c61\" wfd-id=\"39\"><p data-css=\"tve-u-15df1610b5c\" style=\"text-align: center;\"><span style=\"font-size: 13px; font-family: &quot;Ek Mukta&quot;; font-weight: 200;\" wfd-id=\"40\">Â© {tcb_current_year} ACME Inc | Disclaimer</span></p></div>'),(3902,355,'tve_revision_tve_has_wistia_popover','0'),(3903,343,'_genesis_noindex','1'),(3904,343,'exclude_local_search','1'),(3921,210,'tve_revision_tve_landing_page','blank_v2'),(3922,210,'tve_revision_tve_disable_theme_dependency',''),(3923,210,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-custom-menu-inside\" style=\"z-index: 8;\" data-css=\"tve-u-1642b593fd4\" wfd-id=\"58\">\n<div class=\"tve-content-box-background\" wfd-id=\"67\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" style=\"z-index: 8;\" wfd-id=\"59\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-165e642ffaf\" wfd-id=\"64\"><h2 data-css=\"tve-u-165e62d8c6d\">Terms &amp; Conditions</h2></div><div class=\"tcb-clear\" data-css=\"tve-u-165e6469798\" wfd-id=\"60\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1642b6ab2bb\" wfd-id=\"61\"><p style=\"text-align: left;\" data-css=\"tve-u-165e64714a8\">TERMS OF SERVICE<br><br>-----<br><br>OVERVIEW<br><br>This website is operated by Blackhawk Custom, LLC. Throughout the site, the terms â€œweâ€, â€œusâ€ and â€œourâ€ refer to Blackhawk Custom, LLC. Blackhawk Custom, LLC offers this website, including all information, tools and services available from this site to you, the user, conditioned upon your acceptance of all terms, conditions, policies and notices stated here.<br><br>By visiting our site and/ or purchasing something from us, you engage in our â€œServiceâ€ and agree to be bound by the following terms and conditions (â€œTerms of Serviceâ€, â€œTermsâ€), including those additional terms, conditions, and policies referenced herein and/or available by hyperlink. These Terms of Service apply to all users of the site, including without limitation users who are browsers, vendors, customers, merchants, and/ or contributors of content.<br><br>Please read these Terms of Service carefully before accessing or using our website. By accessing or using any part of the site, you agree to be bound by these Terms of Service. If you do not agree to all the terms and conditions of this agreement, then you may not access the website or use any services. If these Terms of Service are considered an offer, acceptance is expressly limited to these Terms of Service.<br><br>Any new features or tools which are added to the current store shall also be subject to the Terms of Service. You can review the most current version of the Terms of Service at any time on this page. We reserve the right to update, change or replace any part of these Terms of Service by posting updates and/or changes to our website. It is your responsibility to check this page periodically for changes. Your continued use of or access to the website following the posting of any changes constitutes acceptance of those changes.<br><br>SECTION 1 - ONLINE STORE TERMS<br><br>By agreeing to these Terms of Service, you represent that you are at least the age of majority in your state or province of residence, or that you are the age of majority in your state or province of residence and you have given us your consent to allow any of your minor dependents to use this site.<br>You may not use our products for any illegal or unauthorized purpose nor may you, in the use of the Service, violate any laws in your jurisdiction (including but not limited to copyright laws).<br>You must not transmit any worms or viruses or any code of a destructive nature.<br>A breach or violation of any of the Terms will result in an immediate termination of your Services.<br><br>SECTION 2 - GENERAL CONDITIONS<br><br>We reserve the right to refuse service to anyone for any reason at any time.<br>You understand that your content (not including credit card information), may be transferred unencrypted and involve (a) transmissions over various networks; and (b) changes to conform and adapt to technical requirements of connecting networks or devices. Credit card information is always encrypted during transfer over networks.<br>You agree not to reproduce, duplicate, copy, sell, resell or exploit any portion of the Service, use of the Service, or access to the Service or any contact on the website through which the service is provided, without express written permission by us.<br>The headings used in this agreement are included for convenience only and will not limit or otherwise affect these Terms.<br><br>SECTION 3 - ACCURACY, COMPLETENESS AND TIMELINESS OF INFORMATION<br><br>We are not responsible if information made available on this site is not accurate, complete or current. The material on this site is provided for general information only and should not be relied upon or used as the sole basis for making decisions without consulting primary, more accurate, more complete or more timely sources of information. Any reliance on the material on this site is at your own risk.<br>This site may contain certain historical information. Historical information, necessarily, is not current and is provided for your reference only. We reserve the right to modify the contents of this site at any time, but we have no obligation to update any information on our site. You agree that it is your responsibility to monitor changes to our site.<br><br>SECTION 4 - MODIFICATIONS TO THE SERVICE AND PRICES<br><br>The prices for our products are subject to change without notice.<br>We reserve the right at any time to modify or discontinue the Service (or any part or content thereof) without notice at any time.<br>We shall not be liable to you or to any third-party for any modification, price change, suspension or discontinuance of the Service.<br><br>SECTION 5 - PRODUCTS OR SERVICES (if applicable)<br><br>Certain products or services may be available exclusively online through the website. These products or services may have limited quantities and are subject to return or exchange only according to our Return Policy.<br>We have made every effort to display as accurately as possible the colors and images of our products that appear at the store. We cannot guarantee that your computer monitor\'s display of any color will be accurate.<br>We reserve the right, but are not obligated, to limit the sales of our products or Services to any person, geographic region or jurisdiction. We may exercise this right on a case-by-case basis. We reserve the right to limit the quantities of any products or services that we offer. All descriptions of products or product pricing are subject to change at anytime without notice, at the sole discretion of us. We reserve the right to discontinue any product at any time. Any offer for any product or service made on this site is void where prohibited.<br>We do not warrant that the quality of any products, services, information, or other material purchased or obtained by you will meet your expectations, or that any errors in the Service will be corrected.<br><br>SECTION 6 - ACCURACY OF BILLING AND ACCOUNT INFORMATION<br><br>We reserve the right to refuse any order you place with us. We may, in our sole discretion, limit or cancel quantities purchased per person, per household or per order. These restrictions may include orders placed by or under the same customer account, the same credit card, and/or orders that use the same billing and/or shipping address. In the event that we make a change to or cancel an order, we may attempt to notify you by contacting the e-mail and/or billing address/phone number provided at the time the order was made. We reserve the right to limit or prohibit orders that, in our sole judgment, appear to be placed by dealers, resellers or distributors.<br><br>You agree to provide current, complete and accurate purchase and account information for all purchases made at our store. You agree to promptly update your account and other information, including your email address and credit card numbers and expiration dates, so that we can complete your transactions and contact you as needed.<br><br>For more detail, please review our Returns Policy.<br><br>SECTION 7 - OPTIONAL TOOLS<br><br>We may provide you with access to third-party tools over which we neither monitor nor have any control nor input.<br>You acknowledge and agree that we provide access to such tools â€as isâ€ and â€œas availableâ€ without any warranties, representations or conditions of any kind and without any endorsement. We shall have no liability whatsoever arising from or relating to your use of optional third-party tools.<br>Any use by you of optional tools offered through the site is entirely at your own risk and discretion and you should ensure that you are familiar with and approve of the terms on which tools are provided by the relevant third-party provider(s).<br>We may also, in the future, offer new services and/or features through the website (including, the release of new tools and resources). Such new features and/or services shall also be subject to these Terms of Service.<br><br>SECTION 8 - THIRD-PARTY LINKS<br><br>Certain content, products and services available via our Service may include materials from third-parties.<br>Third-party links on this site may direct you to third-party websites that are not affiliated with us. We are not responsible for examining or evaluating the content or accuracy and we do not warrant and will not have any liability or responsibility for any third-party materials or websites, or for any other materials, products, or services of third-parties.<br>We are not liable for any harm or damages related to the purchase or use of goods, services, resources, content, or any other transactions made in connection with any third-party websites. Please review carefully the third-party\'s policies and practices and make sure you understand them before you engage in any transaction. Complaints, claims, concerns, or questions regarding third-party products should be directed to the third-party.<br><br>SECTION 9 - USER COMMENTS, FEEDBACK AND OTHER SUBMISSIONS<br><br>If, at our request, you send certain specific submissions (for example contest entries) or without a request from us you send creative ideas, suggestions, proposals, plans, or other materials, whether online, by email, by postal mail, or otherwise (collectively, \'comments\'), you agree that we may, at any time, without restriction, edit, copy, publish, distribute, translate and otherwise use in any medium any comments that you forward to us. We are and shall be under no obligation (1) to maintain any comments in confidence; (2) to pay compensation for any comments; or (3) to respond to any comments.<br>We may, but have no obligation to, monitor, edit or remove content that we determine in our sole discretion are unlawful, offensive, threatening, libelous, defamatory, pornographic, obscene or otherwise objectionable or violates any partyâ€™s intellectual property or these Terms of Service.<br>You agree that your comments will not violate any right of any third-party, including copyright, trademark, privacy, personality or other personal or proprietary right. You further agree that your comments will not contain libelous or otherwise unlawful, abusive or obscene material, or contain any computer virus or other malware that could in any way affect the operation of the Service or any related website. You may not use a false e-mail address, pretend to be someone other than yourself, or otherwise mislead us or third-parties as to the origin of any comments. You are solely responsible for any comments you make and their accuracy. We take no responsibility and assume no liability for any comments posted by you or any third-party.<br><br>SECTION 10 - PERSONAL INFORMATION<br><br>Your submission of personal information through the store is governed by our Privacy Policy. To view our Privacy Policy.<br><br>SECTION 11 - ERRORS, INACCURACIES AND OMISSIONS<br><br>Occasionally there may be information on our site or in the Service that contains typographical errors, inaccuracies or omissions that may relate to product descriptions, pricing, promotions, offers, product shipping charges, transit times and availability. We reserve the right to correct any errors, inaccuracies or omissions, and to change or update information or cancel orders if any information in the Service or on any related website is inaccurate at any time without prior notice (including after you have submitted your order).<br>We undertake no obligation to update, amend or clarify information in the Service or on any related website, including without limitation, pricing information, except as required by law. No specified update or refresh date applied in the Service or on any related website, should be taken to indicate that all information in the Service or on any related website has been modified or updated.<br><br>SECTION 12 - PROHIBITED USES<br><br>In addition to other prohibitions as set forth in the Terms of Service, you are prohibited from using the site or its content: (a) for any unlawful purpose; (b) to solicit others to perform or participate in any unlawful acts; (c) to violate any international, federal, provincial or state regulations, rules, laws, or local ordinances; (d) to infringe upon or violate our intellectual property rights or the intellectual property rights of others; (e) to harass, abuse, insult, harm, defame, slander, disparage, intimidate, or discriminate based on gender, sexual orientation, religion, ethnicity, race, age, national origin, or disability; (f) to submit false or misleading information; (g) to upload or transmit viruses or any other type of malicious code that will or may be used in any way that will affect the functionality or operation of the Service or of any related website, other websites, or the Internet; (h) to collect or track the personal information of others; (i) to spam, phish, pharm, pretext, spider, crawl, or scrape; (j) for any obscene or immoral purpose; or (k) to interfere with or circumvent the security features of the Service or any related website, other websites, or the Internet. We reserve the right to terminate your use of the Service or any related website for violating any of the prohibited uses.<br><br>SECTION 13 - DISCLAIMER OF WARRANTIES; LIMITATION OF LIABILITY<br><br>We do not guarantee, represent or warrant that your use of our service will be uninterrupted, timely, secure or error-free.<br>We do not warrant that the results that may be obtained from the use of the service will be accurate or reliable.<br>You agree that from time to time we may remove the service for indefinite periods of time or cancel the service at any time, without notice to you.<br>You expressly agree that your use of, or inability to use, the service is at your sole risk. The service and all products and services delivered to you through the service are (except as expressly stated by us) provided \'as is\' and \'as available\' for your use, without any representation, warranties or conditions of any kind, either express or implied, including all implied warranties or conditions of merchantability, merchantable quality, fitness for a particular purpose, durability, title, and non-infringement.<br>In no case shall Blackhawk Custom, LLC, our directors, officers, employees, affiliates, agents, contractors, interns, suppliers, service providers or licensors be liable for any injury, loss, claim, or any direct, indirect, incidental, punitive, special, or consequential damages of any kind, including, without limitation lost profits, lost revenue, lost savings, loss of data, replacement costs, or any similar damages, whether based in contract, tort (including negligence), strict liability or otherwise, arising from your use of any of the service or any products procured using the service, or for any other claim related in any way to your use of the service or any product, including, but not limited to, any errors or omissions in any content, or any loss or damage of any kind incurred as a result of the use of the service or any content (or product) posted, transmitted, or otherwise made available via the service, even if advised of their possibility. Because some states or jurisdictions do not allow the exclusion or the limitation of liability for consequential or incidental damages, in such states or jurisdictions, our liability shall be limited to the maximum extent permitted by law.<br><br>SECTION 14 - INDEMNIFICATION<br><br>You agree to indemnify, defend and hold harmless Blackhawk Custom, LLC and our parent, subsidiaries, affiliates, partners, officers, directors, agents, contractors, licensors, service providers, subcontractors, suppliers, interns and employees, harmless from any claim or demand, including reasonable attorneysâ€™ fees, made by any third-party due to or arising out of your breach of these Terms of Service or the documents they incorporate by reference, or your violation of any law or the rights of a third-party.<br><br>SECTION 15 - SEVERABILITY<br><br>In the event that any provision of these Terms of Service is determined to be unlawful, void or unenforceable, such provision shall nonetheless be enforceable to the fullest extent permitted by applicable law, and the unenforceable portion shall be deemed to be severed from these Terms of Service, such determination shall not affect the validity and enforceability of any other remaining provisions.<br><br>SECTION 16 - TERMINATION<br><br>The obligations and liabilities of the parties incurred prior to the termination date shall survive the termination of this agreement for all purposes.<br>These Terms of Service are effective unless and until terminated by either you or us. You may terminate these Terms of Service at any time by notifying us that you no longer wish to use our Services, or when you cease using our site.<br>If in our sole judgment you fail, or we suspect that you have failed, to comply with any term or provision of these Terms of Service, we also may terminate this agreement at any time without notice and you will remain liable for all amounts due up to and including the date of termination; and/or accordingly may deny you access to our Services (or any part thereof).<br><br>SECTION 17 - ENTIRE AGREEMENT<br><br>The failure of us to exercise or enforce any right or provision of these Terms of Service shall not constitute a waiver of such right or provision.<br>These Terms of Service and any policies or operating rules posted by us on this site or in respect to The Service constitutes the entire agreement and understanding between you and us and govern your use of the Service, superseding any prior or contemporaneous agreements, communications and proposals, whether oral or written, between you and us (including, but not limited to, any prior versions of the Terms of Service).<br>Any ambiguities in the interpretation of these Terms of Service shall not be construed against the drafting party.<br><br>SECTION 18 - GOVERNING LAW<br><br>These Terms of Service and any separate agreements whereby we provide you Services shall be governed by and construed in accordance with the laws of 825 South Kings Highway, Fort Pierce, FL 34945.<br><br>SECTION 19 - CHANGES TO TERMS OF SERVICE<br><br>You can review the most current version of the Terms of Service at any time at this page.<br>We reserve the right, at our sole discretion, to update, change or replace any part of these Terms of Service by posting updates and changes to our website. It is your responsibility to check our website periodically for changes. Your continued use of or access to our website or the Service following the posting of any changes to these Terms of Service constitutes acceptance of those changes.<br><br>SECTION 20 - CONTACT INFORMATION<br><br>Questions about the Terms of Service should be sent to us at <a href=\"mailto:admin@blackhawkcustom.com\" target=\"_blank\">admin@blackhawkcustom.com</a></p></div></div></div>\n</div>'),(3924,210,'tve_revision_tve_content_more_found',''),(3925,210,'tve_revision_tve_save_post',''),(3926,210,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Special+Elite:400&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Merriweather:400,400i,900,900i&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Montserrat:400,900,800,200,100&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-1642b6ab2bb\"] { padding: 5px !important; }[data-css=\"tve-u-1642b593fd4\"] { float: none; width: 100%; padding: 25px 10px 5px !important; margin-left: auto !important; margin-right: auto !important; margin-top: 30px !important; }#tcb_landing_page a:not(.tcb-button-link) { color: rgb(255, 255, 255); }.tcb-plain-text strong { font-weight: 900; }#tcb_landing_page input strong { font-weight: 900; }#tcb_landing_page .tcb-button-link strong { font-weight: 900; }#tcb_landing_page p strong, #tcb_landing_page li strong { font-weight: 900; }#tcb_landing_page input { font-family: Merriweather; font-weight: 400; }#tcb_landing_page .tcb-button-link { font-family: Merriweather; font-weight: 400; }#tcb_landing_page p, #tcb_landing_page li { font-family: Merriweather; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h6 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h5 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h4 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h3 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h2 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h1 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(255, 255, 255); }.tcb-plain-text { font-size: 20px; color: rgb(255, 255, 255); font-family: Montserrat; font-weight: 400; }[data-css=\"tve-u-15e09c94f7d\"] { background-color: rgb(255, 255, 255); background-image: linear-gradient(rgb(0, 0, 0), rgb(0, 0, 0)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }.tve_post_lp > div > #tve_editor { margin-left: auto; margin-right: auto; max-width: 1200px; padding: 0px 20px; }#tve_editor [data-css=\"tve-u-165e62d8c6d\"] { font-family: \"Special Elite\" !important; font-weight: 400 !important; }#tcb_landing_page .tcb-plain-text { color: rgb(255, 255, 255); font-family: Merriweather; font-weight: 400; }#tcb_landing_page .tcb-plain-text strong { font-weight: 900; }[data-css=\"tve-u-165e642ffaf\"] { margin-top: 10px !important; }}@media (max-width: 767px){.tve_post_lp > div > #tve_editor { padding: 0px 10px; }[data-css=\"tve-u-1642b6ab2bb\"] { padding-left: 10px !important; padding-right: 5px !important; margin-left: auto !important; margin-right: auto !important; float: left; width: 100%; z-index: 3; position: relative; padding-bottom: 10px !important; }[data-css=\"tve-u-165e6469798\"]::after { clear: both; }#tve_editor [data-css=\"tve-u-165e64714a8\"] { font-size: 15px !important; }}'),(3927,210,'tve_revision_tve_user_custom_css',''),(3928,210,'tve_revision_tve_page_events','a:0:{}'),(3929,210,'tve_revision_tve_globals','a:2:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";s:8:\"font_cls\";a:0:{}}'),(3930,210,'tve_revision_tve_global_scripts',''),(3931,210,'tve_revision_thrive_icon_pack','0'),(3932,210,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(3933,210,'tve_revision_tve_has_masonry','0'),(3934,210,'tve_revision_tve_has_typefocus','0'),(3935,210,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-custom-menu-inside\" style=\"z-index: 8;\" data-css=\"tve-u-1642b593fd4\" wfd-id=\"58\">\n<div class=\"tve-content-box-background\" wfd-id=\"67\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" style=\"z-index: 8;\" wfd-id=\"59\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-165e642ffaf\" wfd-id=\"64\"><h2 data-css=\"tve-u-165e62d8c6d\">Terms &amp; Conditions</h2></div><div class=\"tcb-clear\" data-css=\"tve-u-165e6469798\" wfd-id=\"60\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1642b6ab2bb\" wfd-id=\"61\"><p style=\"text-align: left;\" data-css=\"tve-u-165e64714a8\">TERMS OF SERVICE<br><br>-----<br><br>OVERVIEW<br><br>This website is operated by Blackhawk Custom, LLC. Throughout the site, the terms â€œweâ€, â€œusâ€ and â€œourâ€ refer to Blackhawk Custom, LLC. Blackhawk Custom, LLC offers this website, including all information, tools and services available from this site to you, the user, conditioned upon your acceptance of all terms, conditions, policies and notices stated here.<br><br>By visiting our site and/ or purchasing something from us, you engage in our â€œServiceâ€ and agree to be bound by the following terms and conditions (â€œTerms of Serviceâ€, â€œTermsâ€), including those additional terms, conditions, and policies referenced herein and/or available by hyperlink. These Terms of Service apply to all users of the site, including without limitation users who are browsers, vendors, customers, merchants, and/ or contributors of content.<br><br>Please read these Terms of Service carefully before accessing or using our website. By accessing or using any part of the site, you agree to be bound by these Terms of Service. If you do not agree to all the terms and conditions of this agreement, then you may not access the website or use any services. If these Terms of Service are considered an offer, acceptance is expressly limited to these Terms of Service.<br><br>Any new features or tools which are added to the current store shall also be subject to the Terms of Service. You can review the most current version of the Terms of Service at any time on this page. We reserve the right to update, change or replace any part of these Terms of Service by posting updates and/or changes to our website. It is your responsibility to check this page periodically for changes. Your continued use of or access to the website following the posting of any changes constitutes acceptance of those changes.<br><br>SECTION 1 - ONLINE STORE TERMS<br><br>By agreeing to these Terms of Service, you represent that you are at least the age of majority in your state or province of residence, or that you are the age of majority in your state or province of residence and you have given us your consent to allow any of your minor dependents to use this site.<br>You may not use our products for any illegal or unauthorized purpose nor may you, in the use of the Service, violate any laws in your jurisdiction (including but not limited to copyright laws).<br>You must not transmit any worms or viruses or any code of a destructive nature.<br>A breach or violation of any of the Terms will result in an immediate termination of your Services.<br><br>SECTION 2 - GENERAL CONDITIONS<br><br>We reserve the right to refuse service to anyone for any reason at any time.<br>You understand that your content (not including credit card information), may be transferred unencrypted and involve (a) transmissions over various networks; and (b) changes to conform and adapt to technical requirements of connecting networks or devices. Credit card information is always encrypted during transfer over networks.<br>You agree not to reproduce, duplicate, copy, sell, resell or exploit any portion of the Service, use of the Service, or access to the Service or any contact on the website through which the service is provided, without express written permission by us.<br>The headings used in this agreement are included for convenience only and will not limit or otherwise affect these Terms.<br><br>SECTION 3 - ACCURACY, COMPLETENESS AND TIMELINESS OF INFORMATION<br><br>We are not responsible if information made available on this site is not accurate, complete or current. The material on this site is provided for general information only and should not be relied upon or used as the sole basis for making decisions without consulting primary, more accurate, more complete or more timely sources of information. Any reliance on the material on this site is at your own risk.<br>This site may contain certain historical information. Historical information, necessarily, is not current and is provided for your reference only. We reserve the right to modify the contents of this site at any time, but we have no obligation to update any information on our site. You agree that it is your responsibility to monitor changes to our site.<br><br>SECTION 4 - MODIFICATIONS TO THE SERVICE AND PRICES<br><br>The prices for our products are subject to change without notice.<br>We reserve the right at any time to modify or discontinue the Service (or any part or content thereof) without notice at any time.<br>We shall not be liable to you or to any third-party for any modification, price change, suspension or discontinuance of the Service.<br><br>SECTION 5 - PRODUCTS OR SERVICES (if applicable)<br><br>Certain products or services may be available exclusively online through the website. These products or services may have limited quantities and are subject to return or exchange only according to our Return Policy.<br>We have made every effort to display as accurately as possible the colors and images of our products that appear at the store. We cannot guarantee that your computer monitor\'s display of any color will be accurate.<br>We reserve the right, but are not obligated, to limit the sales of our products or Services to any person, geographic region or jurisdiction. We may exercise this right on a case-by-case basis. We reserve the right to limit the quantities of any products or services that we offer. All descriptions of products or product pricing are subject to change at anytime without notice, at the sole discretion of us. We reserve the right to discontinue any product at any time. Any offer for any product or service made on this site is void where prohibited.<br>We do not warrant that the quality of any products, services, information, or other material purchased or obtained by you will meet your expectations, or that any errors in the Service will be corrected.<br><br>SECTION 6 - ACCURACY OF BILLING AND ACCOUNT INFORMATION<br><br>We reserve the right to refuse any order you place with us. We may, in our sole discretion, limit or cancel quantities purchased per person, per household or per order. These restrictions may include orders placed by or under the same customer account, the same credit card, and/or orders that use the same billing and/or shipping address. In the event that we make a change to or cancel an order, we may attempt to notify you by contacting the e-mail and/or billing address/phone number provided at the time the order was made. We reserve the right to limit or prohibit orders that, in our sole judgment, appear to be placed by dealers, resellers or distributors.<br><br>You agree to provide current, complete and accurate purchase and account information for all purchases made at our store. You agree to promptly update your account and other information, including your email address and credit card numbers and expiration dates, so that we can complete your transactions and contact you as needed.<br><br>For more detail, please review our Returns Policy.<br><br>SECTION 7 - OPTIONAL TOOLS<br><br>We may provide you with access to third-party tools over which we neither monitor nor have any control nor input.<br>You acknowledge and agree that we provide access to such tools â€as isâ€ and â€œas availableâ€ without any warranties, representations or conditions of any kind and without any endorsement. We shall have no liability whatsoever arising from or relating to your use of optional third-party tools.<br>Any use by you of optional tools offered through the site is entirely at your own risk and discretion and you should ensure that you are familiar with and approve of the terms on which tools are provided by the relevant third-party provider(s).<br>We may also, in the future, offer new services and/or features through the website (including, the release of new tools and resources). Such new features and/or services shall also be subject to these Terms of Service.<br><br>SECTION 8 - THIRD-PARTY LINKS<br><br>Certain content, products and services available via our Service may include materials from third-parties.<br>Third-party links on this site may direct you to third-party websites that are not affiliated with us. We are not responsible for examining or evaluating the content or accuracy and we do not warrant and will not have any liability or responsibility for any third-party materials or websites, or for any other materials, products, or services of third-parties.<br>We are not liable for any harm or damages related to the purchase or use of goods, services, resources, content, or any other transactions made in connection with any third-party websites. Please review carefully the third-party\'s policies and practices and make sure you understand them before you engage in any transaction. Complaints, claims, concerns, or questions regarding third-party products should be directed to the third-party.<br><br>SECTION 9 - USER COMMENTS, FEEDBACK AND OTHER SUBMISSIONS<br><br>If, at our request, you send certain specific submissions (for example contest entries) or without a request from us you send creative ideas, suggestions, proposals, plans, or other materials, whether online, by email, by postal mail, or otherwise (collectively, \'comments\'), you agree that we may, at any time, without restriction, edit, copy, publish, distribute, translate and otherwise use in any medium any comments that you forward to us. We are and shall be under no obligation (1) to maintain any comments in confidence; (2) to pay compensation for any comments; or (3) to respond to any comments.<br>We may, but have no obligation to, monitor, edit or remove content that we determine in our sole discretion are unlawful, offensive, threatening, libelous, defamatory, pornographic, obscene or otherwise objectionable or violates any partyâ€™s intellectual property or these Terms of Service.<br>You agree that your comments will not violate any right of any third-party, including copyright, trademark, privacy, personality or other personal or proprietary right. You further agree that your comments will not contain libelous or otherwise unlawful, abusive or obscene material, or contain any computer virus or other malware that could in any way affect the operation of the Service or any related website. You may not use a false e-mail address, pretend to be someone other than yourself, or otherwise mislead us or third-parties as to the origin of any comments. You are solely responsible for any comments you make and their accuracy. We take no responsibility and assume no liability for any comments posted by you or any third-party.<br><br>SECTION 10 - PERSONAL INFORMATION<br><br>Your submission of personal information through the store is governed by our Privacy Policy. To view our Privacy Policy.<br><br>SECTION 11 - ERRORS, INACCURACIES AND OMISSIONS<br><br>Occasionally there may be information on our site or in the Service that contains typographical errors, inaccuracies or omissions that may relate to product descriptions, pricing, promotions, offers, product shipping charges, transit times and availability. We reserve the right to correct any errors, inaccuracies or omissions, and to change or update information or cancel orders if any information in the Service or on any related website is inaccurate at any time without prior notice (including after you have submitted your order).<br>We undertake no obligation to update, amend or clarify information in the Service or on any related website, including without limitation, pricing information, except as required by law. No specified update or refresh date applied in the Service or on any related website, should be taken to indicate that all information in the Service or on any related website has been modified or updated.<br><br>SECTION 12 - PROHIBITED USES<br><br>In addition to other prohibitions as set forth in the Terms of Service, you are prohibited from using the site or its content: (a) for any unlawful purpose; (b) to solicit others to perform or participate in any unlawful acts; (c) to violate any international, federal, provincial or state regulations, rules, laws, or local ordinances; (d) to infringe upon or violate our intellectual property rights or the intellectual property rights of others; (e) to harass, abuse, insult, harm, defame, slander, disparage, intimidate, or discriminate based on gender, sexual orientation, religion, ethnicity, race, age, national origin, or disability; (f) to submit false or misleading information; (g) to upload or transmit viruses or any other type of malicious code that will or may be used in any way that will affect the functionality or operation of the Service or of any related website, other websites, or the Internet; (h) to collect or track the personal information of others; (i) to spam, phish, pharm, pretext, spider, crawl, or scrape; (j) for any obscene or immoral purpose; or (k) to interfere with or circumvent the security features of the Service or any related website, other websites, or the Internet. We reserve the right to terminate your use of the Service or any related website for violating any of the prohibited uses.<br><br>SECTION 13 - DISCLAIMER OF WARRANTIES; LIMITATION OF LIABILITY<br><br>We do not guarantee, represent or warrant that your use of our service will be uninterrupted, timely, secure or error-free.<br>We do not warrant that the results that may be obtained from the use of the service will be accurate or reliable.<br>You agree that from time to time we may remove the service for indefinite periods of time or cancel the service at any time, without notice to you.<br>You expressly agree that your use of, or inability to use, the service is at your sole risk. The service and all products and services delivered to you through the service are (except as expressly stated by us) provided \'as is\' and \'as available\' for your use, without any representation, warranties or conditions of any kind, either express or implied, including all implied warranties or conditions of merchantability, merchantable quality, fitness for a particular purpose, durability, title, and non-infringement.<br>In no case shall Blackhawk Custom, LLC, our directors, officers, employees, affiliates, agents, contractors, interns, suppliers, service providers or licensors be liable for any injury, loss, claim, or any direct, indirect, incidental, punitive, special, or consequential damages of any kind, including, without limitation lost profits, lost revenue, lost savings, loss of data, replacement costs, or any similar damages, whether based in contract, tort (including negligence), strict liability or otherwise, arising from your use of any of the service or any products procured using the service, or for any other claim related in any way to your use of the service or any product, including, but not limited to, any errors or omissions in any content, or any loss or damage of any kind incurred as a result of the use of the service or any content (or product) posted, transmitted, or otherwise made available via the service, even if advised of their possibility. Because some states or jurisdictions do not allow the exclusion or the limitation of liability for consequential or incidental damages, in such states or jurisdictions, our liability shall be limited to the maximum extent permitted by law.<br><br>SECTION 14 - INDEMNIFICATION<br><br>You agree to indemnify, defend and hold harmless Blackhawk Custom, LLC and our parent, subsidiaries, affiliates, partners, officers, directors, agents, contractors, licensors, service providers, subcontractors, suppliers, interns and employees, harmless from any claim or demand, including reasonable attorneysâ€™ fees, made by any third-party due to or arising out of your breach of these Terms of Service or the documents they incorporate by reference, or your violation of any law or the rights of a third-party.<br><br>SECTION 15 - SEVERABILITY<br><br>In the event that any provision of these Terms of Service is determined to be unlawful, void or unenforceable, such provision shall nonetheless be enforceable to the fullest extent permitted by applicable law, and the unenforceable portion shall be deemed to be severed from these Terms of Service, such determination shall not affect the validity and enforceability of any other remaining provisions.<br><br>SECTION 16 - TERMINATION<br><br>The obligations and liabilities of the parties incurred prior to the termination date shall survive the termination of this agreement for all purposes.<br>These Terms of Service are effective unless and until terminated by either you or us. You may terminate these Terms of Service at any time by notifying us that you no longer wish to use our Services, or when you cease using our site.<br>If in our sole judgment you fail, or we suspect that you have failed, to comply with any term or provision of these Terms of Service, we also may terminate this agreement at any time without notice and you will remain liable for all amounts due up to and including the date of termination; and/or accordingly may deny you access to our Services (or any part thereof).<br><br>SECTION 17 - ENTIRE AGREEMENT<br><br>The failure of us to exercise or enforce any right or provision of these Terms of Service shall not constitute a waiver of such right or provision.<br>These Terms of Service and any policies or operating rules posted by us on this site or in respect to The Service constitutes the entire agreement and understanding between you and us and govern your use of the Service, superseding any prior or contemporaneous agreements, communications and proposals, whether oral or written, between you and us (including, but not limited to, any prior versions of the Terms of Service).<br>Any ambiguities in the interpretation of these Terms of Service shall not be construed against the drafting party.<br><br>SECTION 18 - GOVERNING LAW<br><br>These Terms of Service and any separate agreements whereby we provide you Services shall be governed by and construed in accordance with the laws of 825 South Kings Highway, Fort Pierce, FL 34945.<br><br>SECTION 19 - CHANGES TO TERMS OF SERVICE<br><br>You can review the most current version of the Terms of Service at any time at this page.<br>We reserve the right, at our sole discretion, to update, change or replace any part of these Terms of Service by posting updates and changes to our website. It is your responsibility to check our website periodically for changes. Your continued use of or access to our website or the Service following the posting of any changes to these Terms of Service constitutes acceptance of those changes.<br><br>SECTION 20 - CONTACT INFORMATION<br><br>Questions about the Terms of Service should be sent to us at <a href=\"mailto:admin@blackhawkcustom.com\" target=\"_blank\">admin@blackhawkcustom.com</a></p></div></div></div>\n</div>'),(3936,210,'tve_revision_tve_has_wistia_popover','0'),(3937,143,'tve_revision_tve_landing_page','tcb2-blank-page-styled'),(3938,143,'tve_revision_tve_disable_theme_dependency','1'),(3939,143,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-custom-menu-inside\" data-css=\"tve-u-1642b667be5\" style=\"z-index: 8;\" wfd-id=\"33\">\n<div class=\"tve-content-box-background\" wfd-id=\"133\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1642b6ef7e6\" style=\"z-index: 8;\" wfd-id=\"34\"><div class=\"thrv_wrapper thrv_widget_menu tve-custom-menu-upgrade tve-mobile-dropdown  tve-menu-style-none tve-mobile-icon-style_3 tve-dropdown-icon-style_1\" data-tve-style=\"tve_horizontal\" data-tve-switch-icon=\"tablet,mobile\" data-css=\"tve-u-165f5ddaaa4\" tcb-template-name=\"Shadow Dark\" tcb-template-id=\"28115\" data-ct=\"menu-28115\" style=\"\" wfd-id=\"108\">	<div class=\"thrive-shortcode-config\" style=\"display: none !important\" wfd-id=\"132\">__CONFIG_widget_menu__{\"menu_id\":\"custom\",\"color\":\"tve_red\",\"dir\":\"tve_horizontal\",\"font_class\":\"\",\"font_size\":\"\",\"ul_attr\":\"\",\"link_attr\":\"\",\"top_link_attr\":\"\",\"trigger_attr\":\"\",\"primary\":\"\",\"head_css\":\"\",\"background_hover\":\"\",\"main_hover\":\"\",\"child_hover\":\"\",\"group_edit\":[{\"css_id\":null,\"class\":\"\"},{\"css_id\":null,\"class\":\"\"},{\"css_id\":null,\"class\":\"\"},{\"css_id\":null,\"class\":\"\"},{\"css_id\":null,\"class\":\"\"},{\"css_id\":null,\"class\":\"\"},{\"css_id\":null,\"class\":\"\"},{\"css_id\":null,\"class\":\"\"}],\"menu_style\":\"none\",\"dropdown_icon\":\"style_1\",\"mobile_side\":\"\",\"mobile_icon\":\"style_3\",\"switch_to_icon\":\"tablet,mobile\",\"template\":\"28115\",\"template_name\":\"Shadow Dark\"}__CONFIG_widget_menu__</div>\n<div class=\"thrive-shortcode-html tve-menu-custom-type thrive-shortcode-html-editable tve-custom-menu-type tve_clearfix\" style=\"z-index: 8;\" wfd-id=\"109\">\n<a class=\"tve-m-trigger t_tve_horizontal tve_red\" href=\"javascript:void(0)\"><div class=\"thrv_wrapper thrv_icon tcb-icon-open tve-trigger-active\" data-not-changeable=\"true\" data-selector=\"[data-css=&quot;tve-u-165f5ddaaa4&quot;] .tcb-icon-open\" wfd-id=\"131\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"align-justify\"><g><rect x=\"8\" y=\"10.1\" class=\"st0\" width=\"16\" height=\"2\"></rect><rect x=\"8\" y=\"15\" class=\"st0\" width=\"16\" height=\"2\"></rect><rect x=\"8\" y=\"19.9\" class=\"st0\" width=\"16\" height=\"2\"></rect><path class=\"st0\" d=\"M0,0v32h32V0H0z M30,30H2V2h28V30z\"></path></g></svg></div><div class=\"thrv_wrapper thrv_icon tcb-icon-close\" data-not-changeable=\"true\" data-selector=\"[data-css=&quot;tve-u-165f5ddaaa4&quot;] .tcb-icon-close\" wfd-id=\"130\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"close\"><g><path class=\"st0\" d=\"M0,0v32h32V0H0z M30,30H2V2h28V30z\"></path><polygon class=\"st0\" points=\"11.1,22.4 16,17.4 21,22.4 22.4,21 17.4,16 22.4,11.1 21,9.6 16,14.6 11.1,9.6 9.6,11.1 14.6,16 9.6,21 \"></polygon></g></svg></div></a><ul id=\"menu-main-menu\" class=\"tve_w_menu tve_horizontal tve-m-collapsed\" style=\"z-index: 6;\" wfd-id=\"110\"><li id=\"tcb_custom_menu_5402f616\" class=\"menu-item menu-item-type-post_type menu-item-object-page thrv_wrapper thrv-menu-item-element thrv-custom-menu-item\" data-selector=\"[data-css=&quot;tve-u-165f5ddaaa4&quot;] #tcb_custom_menu_5402f616\" data-tcb_hover_state_parent=\"\" wfd-id=\"127\"><a href=\"https://bestcerakoteflorida.com/\"><span class=\"tve-disabled-text-inner\" wfd-id=\"129\">HOME</span><span class=\"tve-disabled-text-inner tve-item-dropdown-trigger\" wfd-id=\"128\"></span></a></li><li id=\"tcb_custom_menu_13475a66\" class=\"menu-item menu-item-type-post_type menu-item-object-page thrv_wrapper thrv-menu-item-element thrv-custom-menu-item menu-item-has-children tcb-excluded-from-group-item\" data-selector=\"[data-css=&quot;tve-u-165f5ddaaa4&quot;] #tcb_custom_menu_13475a66\" data-tcb_hover_state_parent=\"\" wfd-id=\"123\"><a href=\"\"><span class=\"tve-disabled-text-inner\" wfd-id=\"126\">NAV#2</span><span class=\"tve-disabled-text-inner tve-item-dropdown-trigger\" wfd-id=\"125\"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"tve-dropdown-icon-up\" viewBox=\"0 0 320 512\"><path d=\"M151.5 347.8L3.5 201c-4.7-4.7-4.7-12.3 0-17l19.8-19.8c4.7-4.7 12.3-4.7 17 0L160 282.7l119.7-118.5c4.7-4.7 12.3-4.7 17 0l19.8 19.8c4.7 4.7 4.7 12.3 0 17l-148 146.8c-4.7 4.7-12.3 4.7-17 0z\"></path></svg><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"tve-dropdown-icon-down\" viewBox=\"0 0 320 512\"><path d=\"M168.5 164.2l148 146.8c4.7 4.7 4.7 12.3 0 17l-19.8 19.8c-4.7 4.7-12.3 4.7-17 0L160 229.3 40.3 347.8c-4.7 4.7-12.3 4.7-17 0L3.5 328c-4.7-4.7-4.7-12.3 0-17l148-146.8c4.7-4.7 12.3-4.7 17 0z\"></path></svg></span></a><ul class=\"sub-menu tve_empty_dropzone\" data-selector=\"[data-css=&quot;tve-u-165f5ddaaa4&quot;] #tcb_custom_menu_13475a66 > ul\"><li id=\"tcb_custom_menu_ed3da1d0\" class=\"menu-item menu-item-type-post_type menu-item-object-page thrv_wrapper thrv-menu-item-element thrv-custom-menu-item tcb-excluded-from-group-item\" data-selector=\"[data-css=&quot;tve-u-165f5ddaaa4&quot;] #tcb_custom_menu_ed3da1d0\" data-tcb_hover_state_parent=\"\"><a href=\"\"><span class=\"tve-disabled-text-inner\">SUB-NAV#1</span><span class=\"tve-disabled-text-inner tve-item-dropdown-trigger\"></span></a></li><li id=\"tcb_custom_menu_1f1477da\" class=\"menu-item menu-item-type-post_type menu-item-object-page thrv_wrapper thrv-menu-item-element thrv-custom-menu-item\" data-selector=\"[data-css=&quot;tve-u-165f5ddaaa4&quot;] #tcb_custom_menu_1f1477da\" data-tcb_hover_state_parent=\"\"><a href=\"\"><span class=\"tve-disabled-text-inner\">SUB-NAV#2</span><span class=\"tve-disabled-text-inner tve-item-dropdown-trigger\"></span></a></li></ul></li><li id=\"tcb_custom_menu_a19cc162\" class=\"menu-item menu-item-type-post_type menu-item-object-page thrv_wrapper thrv-menu-item-element thrv-custom-menu-item\" data-selector=\"[data-css=&quot;tve-u-165f5ddaaa4&quot;] #tcb_custom_menu_a19cc162\" data-tcb_hover_state_parent=\"\" wfd-id=\"120\"><a href=\"\"><span class=\"tve-disabled-text-inner\" wfd-id=\"122\">NAV#3</span><span class=\"tve-disabled-text-inner tve-item-dropdown-trigger\" wfd-id=\"121\"></span></a></li><li id=\"tcb_custom_menu_65zjXM43\" class=\"menu-item menu-item-type-post_type menu-item-object-page thrv_wrapper thrv-menu-item-element thrv-custom-menu-item\" data-selector=\"[data-css=&quot;tve-u-165f5ddaaa4&quot;] #tcb_custom_menu_65zjXM43\" data-tcb_hover_state_parent=\"\" wfd-id=\"117\"><a href=\"\"><span class=\"tve-disabled-text-inner\" wfd-id=\"119\">NAV#4</span><span class=\"tve-disabled-text-inner tve-item-dropdown-trigger\" wfd-id=\"118\"></span></a></li><li id=\"tcb_custom_menu_2SmNtzRv\" class=\"menu-item menu-item-type-post_type menu-item-object-page thrv_wrapper thrv-menu-item-element thrv-custom-menu-item\" data-selector=\"[data-css=&quot;tve-u-165f5ddaaa4&quot;] #tcb_custom_menu_2SmNtzRv\" data-tcb_hover_state_parent=\"\" wfd-id=\"114\"><a href=\"\"><span class=\"tve-disabled-text-inner\" wfd-id=\"116\">NAV#5</span><span class=\"tve-disabled-text-inner tve-item-dropdown-trigger\" wfd-id=\"115\"></span></a></li><li id=\"tcb_custom_menu_0NaqyNWp\" class=\"menu-item menu-item-type-post_type menu-item-object-page thrv_wrapper thrv-menu-item-element thrv-custom-menu-item tcb-excluded-from-group-item active-expand-children\" data-selector=\"[data-css=&quot;tve-u-165f5ddaaa4&quot;] #tcb_custom_menu_0NaqyNWp\" data-tcb_hover_state_parent=\"\" wfd-id=\"111\"><a href=\"https://bestcerakoteflorida.com/cart/\"><span class=\"tve-disabled-text-inner\" wfd-id=\"113\">CART</span><span class=\"tve-disabled-text-inner tve-item-dropdown-trigger\" wfd-id=\"112\"></span></a></li></ul></div>	</div><div class=\"thrv_wrapper thrv_heading\" style=\"\" data-tag=\"h1\" data-css=\"tve-u-1642b32e2c2\" wfd-id=\"105\"><h1 data-css=\"tve-u-16035acf904\" style=\"text-align: center;\"><strong>Privacy</strong></h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" data-css=\"tve-u-1642b25c464\" wfd-id=\"35\"><p data-css=\"tve-u-165e6491162\"><span data-css=\"tve-u-165e64c579a\" style=\"font-family: Merriweather; font-weight: 400;\" wfd-id=\"104\">Privacy Policy</span></p><p data-css=\"tve-u-165e6492b04\"><span data-css=\"tve-u-165e64c08c2\" style=\"font-family: Merriweather; font-weight: 400;\" wfd-id=\"103\">What personal information do we collect from the people that visit our blog, website or app?<br>When ordering or registering on our site, as appropriate, you may be asked to enter your name, email address, mailing address, phone number, credit card information or other details to help you with your experience.</span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08c4\" style=\"font-weight: 400;\" wfd-id=\"101\"><span data-css=\"tve-u-165e64c08c5\" style=\"font-family: Merriweather;\" wfd-id=\"102\">When do we collect information?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08c6\" style=\"font-weight: 400;\" wfd-id=\"99\"><span data-css=\"tve-u-165e64c08c7\" style=\"font-family: Merriweather;\" wfd-id=\"100\">We collect information from you when you register on our site, place an order, subscribe to a newsletter, respond to a survey, fill out a form or enter information on our site.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08c9\" style=\"font-weight: 400;\" wfd-id=\"97\"><span data-css=\"tve-u-165e64c08ca\" style=\"font-family: Merriweather;\" wfd-id=\"98\">How do we use your information?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08cb\" style=\"font-weight: 400;\" wfd-id=\"95\"><span data-css=\"tve-u-165e64c08cc\" style=\"font-family: Merriweather;\" wfd-id=\"96\">We may use the information we collect from you when you register, make a purchase, sign up for our newsletter, respond to a survey or marketing communication, surf the website, or use certain other site features in the following ways:<br>â€¢ To personalize user\'s experience and to allow us to deliver the type of content and product offerings in which you are most interested.<br>â€¢ To improve our website in order to better serve you.<br>â€¢ To allow us to better service you in responding to your customer service requests.<br>â€¢ To administer a contest, promotion, survey or other site feature.<br>â€¢ To quickly process your transactions.<br>â€¢ To send periodic emails regarding your order or other products and services.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08ce\" style=\"font-weight: 400;\" wfd-id=\"93\"><span data-css=\"tve-u-165e64c08cf\" style=\"font-family: Merriweather;\" wfd-id=\"94\">How do we protect visitor information?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08d0\" style=\"font-weight: 400;\" wfd-id=\"91\"><span data-css=\"tve-u-165e64c08d1\" style=\"font-family: Merriweather;\" wfd-id=\"92\">Our website is scanned on a regular basis for security holes and known vulnerabilities in order to make your visit to our site as safe as possible.<br>We use regular Malware Scanning.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08d3\" style=\"font-weight: 400;\" wfd-id=\"89\"><span data-css=\"tve-u-165e64c08d4\" style=\"font-family: Merriweather;\" wfd-id=\"90\">Your personal information is contained behind secured networks and is only accessible by a limited number of persons who have special access rights to such systems, and are required to keep the information confidential. In addition, all sensitive/credit information you supply is encrypted via Secure Socket Layer (SSL) technology.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08d5\" style=\"font-weight: 400;\" wfd-id=\"87\"><span data-css=\"tve-u-165e64c08d6\" style=\"font-family: Merriweather;\" wfd-id=\"88\">We implement a variety of security measures when a user places an order, enters, submits, or accesses their information to maintain the safety of your personal information.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08d8\" style=\"font-weight: 400;\" wfd-id=\"85\"><span data-css=\"tve-u-165e64c08d9\" style=\"font-family: Merriweather;\" wfd-id=\"86\">All transactions are processed through a gateway provider and are not stored or processed on our servers.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08da\" style=\"font-weight: 400;\" wfd-id=\"83\"><span data-css=\"tve-u-165e64c08db\" style=\"font-family: Merriweather;\" wfd-id=\"84\">Do we use \'cookies\'?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08dd\" style=\"font-weight: 400;\" wfd-id=\"81\"><span data-css=\"tve-u-165e64c08de\" style=\"font-family: Merriweather;\" wfd-id=\"82\">Yes. Cookies are small files that a site or its service provider transfers to your computer\'s hard drive through your Web browser (if you allow) that enable the site\'s or service provider\'s systems to recognize your browser and capture and remember certain information. For instance, we use cookies to help us remember and process the items in your shopping cart. They are also used to help us understand your preferences based on previous or current site activity, which enables us to provide you with improved services. We also use cookies to help us compile aggregate data about site traffic and site interaction so that we can offer better site experiences and tools in the future.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08df\" style=\"font-weight: 400;\" wfd-id=\"79\"><span data-css=\"tve-u-165e64c08e0\" style=\"font-family: Merriweather;\" wfd-id=\"80\">We use cookies to:</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08e2\" style=\"font-weight: 400;\" wfd-id=\"77\"><span data-css=\"tve-u-165e64c08e3\" style=\"font-family: Merriweather;\" wfd-id=\"78\">â€¢ Help remember and process the items in the shopping cart.<br>â€¢ Understand and save user\'s preferences for future visits.<br>You can choose to have your computer warn you each time a cookie is being sent, or you can choose to turn off all cookies. You do this through your browser (like Internet Explorer) settings. Each browser is a little different, so look at your browser\'s Help menu to learn the correct way to modify your cookies.<br>If users disable cookies in their browser:<br>If you turn off cookies, some features will be disabled. However, you can still place orders for<br>saved items in your shopping cart over the telephone by contacting customer service.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08e4\" style=\"font-weight: 400;\" wfd-id=\"75\"><span data-css=\"tve-u-165e64c08e5\" style=\"font-family: Merriweather;\" wfd-id=\"76\">Third Party Disclosure</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08e7\" style=\"font-weight: 400;\" wfd-id=\"73\"><span data-css=\"tve-u-165e64c08e8\" style=\"font-family: Merriweather;\" wfd-id=\"74\">We do not sell, trade, or otherwise transfer to outside parties your personally identifiable information.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08e9\" style=\"font-weight: 400;\" wfd-id=\"71\"><span data-css=\"tve-u-165e64c08ea\" style=\"font-family: Merriweather;\" wfd-id=\"72\">Third party links</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08ec\" style=\"font-weight: 400;\" wfd-id=\"69\"><span data-css=\"tve-u-165e64c08ed\" style=\"font-family: Merriweather;\" wfd-id=\"70\">Occasionally, at our discretion, we may include or offer third party products or services on our website. These third party sites have separate and independent privacy policies. We therefore have no responsibility or liability for the content and activities of these linked sites. Nonetheless, we seek to protect the integrity of our site and welcome any feedback about these sites.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08ee\" style=\"font-weight: 400;\" wfd-id=\"67\"><span data-css=\"tve-u-165e64c08f0\" style=\"font-family: Merriweather;\" wfd-id=\"68\">Google</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08f1\" style=\"font-weight: 400;\" wfd-id=\"65\"><span data-css=\"tve-u-165e64c08f2\" style=\"font-family: Merriweather;\" wfd-id=\"66\">Google\'s advertising requirements can be summed up by Google\'s Advertising Principles. They are put in place to provide a positive experience for users. https://support.google.com/adwordspolicy/answer/1316548?hl=en<br>Opting out:<br>Users can set preferences for how Google advertises to you using the Google Ad Settings page. Alternatively, you can opt out by visiting the Network Advertising initiative opt out page or permanently using the Google Analytics Opt Out Browser add on.<br>California Online Privacy Protection Act<br>CalOPPA is the first state law in the nation to require commercial websites and online services to post a privacy policy. The law\'s reach stretches well beyond California to require a person or company in the United States (and conceivably the world) that operates websites collecting personally identifiable information from California consumers to post a conspicuous privacy policy on its website stating exactly the information being collected and those individuals with whom it is being shared, and to comply with this policy.<br>See more at: http://consumercal.org/california-online-privacy-protection-act-caloppa/#sthash.0FdRbT51.dpuf<br>According to CalOPPA we agree to the following:<br>Users can visit our site anonymously<br>Once this privacy policy is created, we will add a link to it on our home page, or as a minimum on the first significant page after entering our website.<br>Our Privacy Policy link includes the word \'Privacy\', and can be easily be found on the page specified above.<br>Users will be notified of any privacy policy changes:<br>â€¢ On our Privacy Policy Page<br>Users are able to change their personal information:<br>â€¢ By emailing us<br>â€¢ By calling us</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08f3\" style=\"font-weight: 400;\" wfd-id=\"63\"><span data-css=\"tve-u-165e64c08f6\" style=\"font-family: Merriweather;\" wfd-id=\"64\">How does our site handle do not track signals?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08f7\" style=\"font-weight: 400;\" wfd-id=\"61\"><span data-css=\"tve-u-165e64c08f8\" style=\"font-family: Merriweather;\" wfd-id=\"62\">We honor do not track signals and do not track, plant cookies, or use advertising when a Do Not Track (DNT) browser mechanism is in place.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08f9\" style=\"font-weight: 400;\" wfd-id=\"59\"><span data-css=\"tve-u-165e64c08fa\" style=\"font-family: Merriweather;\" wfd-id=\"60\">Does our site allow third party behavioral tracking?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08fb\" style=\"font-weight: 400;\" wfd-id=\"57\"><span data-css=\"tve-u-165e64c08fc\" style=\"font-family: Merriweather;\" wfd-id=\"58\">It\'s also important to note that we do not allow third party behavioral tracking<br>COPPA (Children Online Privacy Protection Act)<br>When it comes to the collection of personal information from children under 13, the Children\'s Online Privacy Protection Act (COPPA) puts parents in control. The Federal Trade Commission, the nation\'s consumer protection agency, enforces the COPPA Rule, which spells out what operators of websites and online services must do to protect children\'s privacy and safety online.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08fe\" style=\"font-weight: 400;\" wfd-id=\"55\"><span data-css=\"tve-u-165e64c08ff\" style=\"font-family: Merriweather;\" wfd-id=\"56\">We do not specifically market to children under 13.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c0900\" style=\"font-weight: 400;\" wfd-id=\"53\"><span data-css=\"tve-u-165e64c0901\" style=\"font-family: Merriweather;\" wfd-id=\"54\">Fair Information Practices</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c0903\" style=\"font-weight: 400;\" wfd-id=\"51\"><span data-css=\"tve-u-165e64c0904\" style=\"font-family: Merriweather;\" wfd-id=\"52\">The Fair Information Practices Principles form the backbone of privacy law in the United States and the concepts they include have played a significant role in the development of data protection laws around the globe. Understanding the Fair Information Practice Principles and how they should be implemented is critical to comply with the various privacy laws that protect personal information.<br>In order to be in line with Fair Information Practices we will take the following responsive action, should a data breach occur:<br>â€¢ Within 7 business days<br>We will notify the users via in site notification<br>â€¢ Within 7 business days<br>We also agree to the individual redress principle, which requires that individuals have a right to pursue legally enforceable rights against data collectors and processors who fail to adhere to the law. This principle requires not only that individuals have enforceable rights against data users, but also that individuals have recourse to courts or a government agency to investigate and/or prosecute non-compliance by data processors.<br>CAN SPAM Act<br>The CAN-SPAM Act is a law that sets the rules for commercial email, establishes requirements for commercial messages, gives recipients the right to have emails stopped from being sent to them, and spells out tough penalties for violations.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c0905\" style=\"font-weight: 400;\" wfd-id=\"49\"><span data-css=\"tve-u-165e64c0906\" style=\"font-family: Merriweather;\" wfd-id=\"50\">We collect your email address in order to:</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c0908\" style=\"font-weight: 400;\" wfd-id=\"47\"><span data-css=\"tve-u-165e64c0909\" style=\"font-family: Merriweather;\" wfd-id=\"48\">â€¢ Send information, respond to inquiries, and/or other requests or questions.<br>â€¢ Process orders and to send information and updates pertaining to orders<br>â€¢ Market to our mailing list or continue to send emails to our clients after the original transaction has occurred<br>To be in accordance with CANSPAM we agree to the following:<br>â€¢ NOT use false, or misleading subjects or email addresses<br>â€¢ Identify the message as an advertisement in some reasonable way<br>â€¢ Include the physical address of our business or site headquarters<br>â€¢ Monitor third party email marketing services for compliance, if one is used.<br>â€¢ Honor opt-out/unsubscribe requests quickly<br>â€¢ Allow users to unsubscribe by using the link at the bottom of each email<br>If at any time you would like to unsubscribe from receiving future emails, you can email us at<br>â€¢ Follow the instructions at the bottom of each email. and we will promptly remove you from ALL correspondence.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c090a\" style=\"font-weight: 400;\" wfd-id=\"45\"><span data-css=\"tve-u-165e64c090c\" style=\"font-family: Merriweather;\" wfd-id=\"46\">Contacting Us</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c090d\" style=\"font-weight: 400;\" wfd-id=\"43\"><span data-css=\"tve-u-165e64c090e\" style=\"font-family: Merriweather;\" wfd-id=\"44\">If there are any questions regarding this privacy policy you may contact us using the information below.<br>Blackhawk Custom, LLC.<br>825 South Kings Highway<br>Fort Pierce, FL 34945<br>United States<br>https://www.blackhawkcustom.com</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c090d\" style=\"font-weight: 400;\" wfd-id=\"41\"><span data-css=\"tve-u-165e64c090e\" style=\"font-family: Merriweather;\" wfd-id=\"42\"><br>Conditions of use:</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c090d\" style=\"font-weight: 400;\" wfd-id=\"39\"><span data-css=\"tve-u-165e64c090e\" style=\"font-family: Merriweather;\" wfd-id=\"40\">â€‹</span></span><span data-css=\"tve-u-165e64c0910\" style=\"font-family: Merriweather; font-weight: 400;\" wfd-id=\"38\">By using this website, you agree to all of our terms and conditions of the sale<br>All sales are final (See our refund policy)</span></p></div></div>\n</div>'),(3940,143,'tve_revision_tve_content_more_found',''),(3941,143,'tve_revision_tve_save_post',''),(3942,143,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Special+Elite:400&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700,300,200&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Merriweather:400,400i,700,700i&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Montserrat:400,700&subset=latin\");@media (min-width: 300px){#tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] p, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] li, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] blockquote, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] address, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] .tcb-plain-text, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] h1, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] h2, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] h3, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] h4, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] h5, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] h6 { color: rgb(255, 255, 255); }[data-css=\"tve-u-1642b667be5\"] { max-width: 1200px; float: none; width: 100%; padding: 5px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1642b32e2c2\"] { float: none; z-index: 3; position: relative; width: 100%; margin-left: auto !important; margin-right: auto !important; }#tcb_landing_page a.tve_state_hover:not(.tcb-button-link) { color: rgb(179, 144, 57); }[data-css=\"tve-u-1642b25c464\"] { padding: 5px 10px !important; background-image: none !important; }[data-css=\"tve-u-1642b20c920\"] strong { font-weight: 700 !important; }#tve_editor [data-css=\"tve-u-1642b20c920\"] { font-size: 16px !important; font-family: Montserrat !important; font-weight: 400 !important; }#tve_editor [data-css=\"tve-u-16035acf904\"] { font-size: 24px !important; font-family: \"Special Elite\" !important; font-weight: 400 !important; text-transform: capitalize !important; }.tcb-plain-text strong { font-weight: 700; }.tcb-plain-text { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page a strong { font-weight: 700; }#tcb_landing_page h6 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(0, 0, 0); font-size: 20px; }#tcb_landing_page h5 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(0, 0, 0); font-size: 24px; }#tcb_landing_page h4 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(0, 0, 0); font-size: 30px; }#tcb_landing_page a:not(.tcb-button-link) { color: rgb(0, 0, 0); text-decoration: underline; }#tcb_landing_page h3 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(0, 0, 0); font-size: 38px; line-height: 1.3em; }#tcb_landing_page h2 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(0, 0, 0); font-size: 45px; line-height: 1.3em; }#tcb_landing_page h1 { font-family: \"Special Elite\"; font-weight: 400; font-size: 50px; line-height: 1.3em; color: rgb(0, 0, 0); }#tcb_landing_page p strong, #tcb_landing_page li strong { font-weight: 700; }#tcb_landing_page p, #tcb_landing_page li { font-family: Merriweather; font-weight: 400; font-size: 17px; line-height: 1.6em; color: rgb(0, 0, 0); }[data-css=\"tve-u-15e09c94f7d\"] { background-color: rgb(0, 0, 0) !important; }#tcb_landing_page a:hover:not(.tcb-button-link) { text-decoration: none; color: rgb(179, 144, 57); }#tcb_landing_page .tve-state-hovera:not(.tcb-button-link) { text-decoration: none; }#tcb_landing_page a.tve-state-hover:not(.tcb-button-link) { text-decoration: none; }[data-css=\"tve-u-1642b6ef7e6\"]::after { clear: both; }[data-css=\"tve-u-165e6491162\"] strong { font-weight: 700 !important; }#tve_editor [data-css=\"tve-u-165e6491162\"] { font-size: 16px !important; font-family: Montserrat !important; font-weight: 400 !important; }[data-css=\"tve-u-165e6492b04\"] strong { font-weight: 700 !important; }#tve_editor [data-css=\"tve-u-165e6492b04\"] { font-size: 16px !important; font-family: Merriweather !important; font-weight: 400 !important; }[data-css=\"tve-u-1642b6ef7e6\"] p, [data-css=\"tve-u-1642b6ef7e6\"] li, [data-css=\"tve-u-1642b6ef7e6\"] blockquote, [data-css=\"tve-u-1642b6ef7e6\"] address, [data-css=\"tve-u-1642b6ef7e6\"] .tcb-plain-text, [data-css=\"tve-u-1642b6ef7e6\"] label, [data-css=\"tve-u-1642b6ef7e6\"] h1, [data-css=\"tve-u-1642b6ef7e6\"] h2, [data-css=\"tve-u-1642b6ef7e6\"] h3, [data-css=\"tve-u-1642b6ef7e6\"] h4, [data-css=\"tve-u-1642b6ef7e6\"] h5, [data-css=\"tve-u-1642b6ef7e6\"] h6 { font-weight: 400 !important; }#tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] p, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] li, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] blockquote, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] address, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] .tcb-plain-text, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] label { font-family: Merriweather; }#tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] strong { font-weight: 700; }#tcb_landing_page .tcb-plain-text { color: rgb(0, 0, 0); font-family: Merriweather; font-weight: 400; }#tcb_landing_page .tcb-button-link { font-family: Merriweather; font-weight: 400; }#tcb_landing_page input { font-family: Merriweather; font-weight: 400; }#tcb_landing_page .tcb-button-link strong { font-weight: 700; }#tcb_landing_page input strong { font-weight: 700; }#tcb_landing_page .tcb-plain-text strong { font-weight: 700; }[data-css=\"tve-u-165e64c08c2\"] { font-family: Merriweather !important; font-weight: 400 !important; }[data-css=\"tve-u-165e64c08c4\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08c5\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08c6\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08c7\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08c9\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08ca\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08cb\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08cc\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08ce\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08cf\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08d0\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08d1\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08d3\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08d4\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08d5\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08d6\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08d8\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08d9\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08da\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08db\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08dd\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08de\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08df\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08e0\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08e2\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08e3\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08e4\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08e5\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08e7\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08e8\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08e9\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08ea\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08ec\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08ed\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08ee\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08f0\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08f1\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08f2\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08f3\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08f6\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08f7\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08f8\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08f9\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08fa\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08fb\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08fc\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08fe\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08ff\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c0900\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c0901\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c0903\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c0904\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c0905\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c0906\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c0908\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c0909\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c090a\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c090c\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c090d\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c090e\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c0910\"] { font-family: Merriweather !important; font-weight: 400 !important; }[data-css=\"tve-u-165e64c08c2\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-165e64c579a\"] { font-family: Merriweather !important; font-weight: 400 !important; }[data-css=\"tve-u-165e64c579a\"] strong { font-weight: 700 !important; }#tve_editor [data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_5402f616 > a { font-family: \"Special Elite\"; font-weight: 600; fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; font-size: 18px !important; }#tve_editor [data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_13475a66 > a { font-family: \"Special Elite\"; font-weight: 600; fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; font-size: 18px !important; }#tve_editor [data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_a19cc162 > a { font-family: \"Special Elite\"; font-weight: 600; fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; font-size: 18px !important; }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_5402f616 { text-transform: capitalize; padding: 4px 15px !important; }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_13475a66 { text-transform: capitalize; padding: 4px 15px !important; }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_a19cc162 { text-transform: capitalize; padding: 4px 15px !important; }[data-css=\"tve-u-165f5ddaaa4\"] { padding: 0px !important; margin-left: auto !important; margin-right: auto !important; float: none; width: 100%; z-index: 3; position: relative; max-width: 1088px; }#tve_editor [data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_65zjXM43 > a { font-family: \"Special Elite\"; font-weight: 600; fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; font-size: 18px !important; }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_65zjXM43 { text-transform: capitalize; padding: 4px 15px !important; }#tve_editor [data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_2SmNtzRv > a { font-family: \"Special Elite\"; font-weight: 600; fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; font-size: 18px !important; }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_2SmNtzRv { text-transform: capitalize; padding: 4px 15px !important; }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_5402f616.menu-item { margin-right: 50px; }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_13475a66.menu-item { margin-right: 50px; }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_a19cc162.menu-item { margin-right: 50px; }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_65zjXM43.menu-item { margin-right: 50px; }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_2SmNtzRv.menu-item { margin-right: 50px; }#tve_editor [data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_0NaqyNWp > a { font-family: \"Source Sans Pro\"; font-weight: 600; fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; font-size: 17px !important; }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_0NaqyNWp > a { font-weight: 600 !important; }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_0NaqyNWp { text-transform: capitalize; background-color: rgb(55, 179, 233); border-radius: 2px; padding: 3px 15px !important; }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_0NaqyNWp.menu-item { margin-right: 50px; }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_ed3da1d0 > a { font-weight: 400 !important; }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_1f1477da > a { font-weight: 400 !important; }#tve_editor [data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_ed3da1d0 > a { font-family: \"Source Sans Pro\"; font-weight: 600; fill: rgb(197, 197, 197) !important; color: rgb(197, 197, 197) !important; font-size: 16px !important; }#tve_editor [data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_1f1477da > a { font-family: \"Source Sans Pro\"; font-weight: 600; fill: rgb(197, 197, 197) !important; color: rgb(197, 197, 197) !important; font-size: 16px !important; }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_13475a66 > ul { border: none; background-color: rgb(30, 30, 32) !important; }#tve_editor [data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_ed3da1d0:hover { background-color: rgb(93, 93, 93) !important; }#tve_editor [data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_1f1477da:hover { background-color: rgb(93, 93, 93) !important; }#tve_editor [data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_ed3da1d0:hover > a { fill: rgb(55, 179, 233) !important; color: rgb(55, 179, 233) !important; }#tve_editor [data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_1f1477da:hover > a { fill: rgb(55, 179, 233) !important; color: rgb(55, 179, 233) !important; }#tve_editor [data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_5402f616:hover { border-bottom: 2px solid rgb(55, 179, 233) !important; }#tve_editor [data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_13475a66:hover { border-bottom: 2px solid rgb(55, 179, 233) !important; }#tve_editor [data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_a19cc162:hover { border-bottom: 2px solid rgb(55, 179, 233) !important; }#tve_editor [data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_65zjXM43:hover { border-bottom: 2px solid rgb(55, 179, 233) !important; }#tve_editor [data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_2SmNtzRv:hover { border-bottom: 2px solid rgb(55, 179, 233) !important; }#tve_editor [data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_0NaqyNWp:hover { border-bottom: none !important; box-shadow: rgba(0, 0, 0, 0.25) 0px 8px 12px 0px !important; background-image: linear-gradient(rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.15)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_ed3da1d0 { padding: 10px 0px !important; }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_1f1477da { padding: 10px 0px !important; }}@media (max-width: 1023px){#tcb_landing_page a:not(.tcb-button-link) { color: rgb(0, 0, 0); }.tcb-plain-text { color: rgb(0, 0, 0); }#tcb_landing_page p, #tcb_landing_page li { color: rgb(0, 0, 0); }#tcb_landing_page h6 { color: rgb(0, 0, 0); }#tcb_landing_page h5 { color: rgb(0, 0, 0); }#tcb_landing_page h4 { color: rgb(0, 0, 0); }#tcb_landing_page h3 { color: rgb(0, 0, 0); }#tcb_landing_page h2 { color: rgb(0, 0, 0); }#tcb_landing_page h1 { color: rgb(0, 0, 0); }#tve_editor [data-css=\"tve-u-165f5ddaaa4\"] .tcb-icon-open > :first-child { color: rgb(255, 255, 255); }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_5402f616 { padding-top: 8px !important; padding-bottom: 8px !important; }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_a19cc162 { padding-top: 8px !important; padding-bottom: 8px !important; }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_65zjXM43 { padding-top: 8px !important; padding-bottom: 8px !important; }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_2SmNtzRv { padding-top: 8px !important; padding-bottom: 8px !important; }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_13475a66 { background-image: linear-gradient(rgb(57, 57, 57), rgb(57, 57, 57)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; padding: 8px 0px 0px !important; }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_0NaqyNWp { border-radius: 0px; padding: 8px 0px !important; margin-right: 0px !important; margin-left: 0px !important; }[data-css=\"tve-u-165f5ddaaa4\"] .tcb-icon-open { font-size: 30px; width: 30px; height: 30px; }#tve_editor [data-css=\"tve-u-165f5ddaaa4\"] .tcb-icon-close > :first-child { color: rgb(255, 255, 255); }[data-css=\"tve-u-165f5ddaaa4\"] .tcb-icon-close { font-size: 30px; width: 30px; height: 30px; margin-bottom: 10px !important; }#tve_editor [data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_0NaqyNWp > a { font-size: 18px !important; }}@media (max-width: 767px){#tve_editor [data-css=\"tve-u-16035acf904\"] { font-size: 36px !important; }#tve_editor [data-css=\"tve-u-165e6491162\"] { font-size: 15px !important; }#tve_editor [data-css=\"tve-u-165f5ddaaa4\"] .tcb-icon-open > :first-child { color: rgb(255, 255, 255); }[data-css=\"tve-u-165f5ddaaa4\"] .tcb-icon-open { font-size: 30px; width: 30px; height: 30px; }[data-css=\"tve-u-165f5ddaaa4\"] .tcb-icon-close { font-size: 30px; width: 30px; height: 30px; margin-bottom: 10px !important; }#tve_editor [data-css=\"tve-u-165f5ddaaa4\"] .tcb-icon-close > :first-child { color: rgb(255, 255, 255); }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_5402f616 { background-color: rgba(57, 57, 57, 0); padding-top: 8px !important; padding-bottom: 8px !important; }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_a19cc162 { background-color: rgba(57, 57, 57, 0); padding-top: 8px !important; padding-bottom: 8px !important; }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_65zjXM43 { background-color: rgba(57, 57, 57, 0); padding-top: 8px !important; padding-bottom: 8px !important; }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_2SmNtzRv { background-color: rgba(57, 57, 57, 0); padding-top: 8px !important; padding-bottom: 8px !important; }[data-css=\"tve-u-165f5ddaaa4\"] .tve_w_menu { background-color: rgb(57, 57, 57) !important; }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_13475a66 { padding: 8px 0px !important; }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_0NaqyNWp { border-radius: 0px; padding: 8px 0px !important; }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_ed3da1d0 { border-bottom: none; padding-bottom: 8px !important; }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_1f1477da { border-bottom: none; padding-top: 8px !important; }#tve_editor [data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_13475a66 > a { fill: rgb(55, 179, 233) !important; color: rgb(55, 179, 233) !important; }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_13475a66 > ul { border-right: none; border-bottom: none; border-left: none; border-image: initial; border-top: 1px solid rgba(0, 0, 0, 0) !important; }}'),(3943,143,'tve_revision_tve_user_custom_css',''),(3944,143,'tve_revision_tve_page_events','a:0:{}'),(3945,143,'tve_revision_tve_globals','a:2:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";s:8:\"font_cls\";a:0:{}}'),(3946,143,'tve_revision_tve_global_scripts',''),(3947,143,'tve_revision_thrive_icon_pack','0'),(3948,143,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(3949,143,'tve_revision_tve_has_masonry','0'),(3950,143,'tve_revision_tve_has_typefocus','0'),(3951,143,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-custom-menu-inside\" data-css=\"tve-u-1642b667be5\" style=\"z-index: 8;\" wfd-id=\"33\">\n<div class=\"tve-content-box-background\" wfd-id=\"133\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1642b6ef7e6\" style=\"z-index: 8;\" wfd-id=\"34\"><div class=\"thrv_wrapper thrv_widget_menu tve-custom-menu-upgrade tve-mobile-dropdown  tve-menu-style-none tve-mobile-icon-style_3 tve-dropdown-icon-style_1\" data-tve-style=\"tve_horizontal\" data-tve-switch-icon=\"tablet,mobile\" data-css=\"tve-u-165f5ddaaa4\" tcb-template-name=\"Shadow Dark\" tcb-template-id=\"28115\" data-ct=\"menu-28115\" style=\"\" wfd-id=\"108\">	<div class=\"thrive-shortcode-config\" style=\"display: none !important\" wfd-id=\"132\">__CONFIG_widget_menu__{\"menu_id\":\"custom\",\"color\":\"tve_red\",\"dir\":\"tve_horizontal\",\"font_class\":\"\",\"font_size\":\"\",\"ul_attr\":\"\",\"link_attr\":\"\",\"top_link_attr\":\"\",\"trigger_attr\":\"\",\"primary\":\"\",\"head_css\":\"\",\"background_hover\":\"\",\"main_hover\":\"\",\"child_hover\":\"\",\"group_edit\":[{\"css_id\":null,\"class\":\"\"},{\"css_id\":null,\"class\":\"\"},{\"css_id\":null,\"class\":\"\"},{\"css_id\":null,\"class\":\"\"},{\"css_id\":null,\"class\":\"\"},{\"css_id\":null,\"class\":\"\"},{\"css_id\":null,\"class\":\"\"},{\"css_id\":null,\"class\":\"\"}],\"menu_style\":\"none\",\"dropdown_icon\":\"style_1\",\"mobile_side\":\"\",\"mobile_icon\":\"style_3\",\"switch_to_icon\":\"tablet,mobile\",\"template\":\"28115\",\"template_name\":\"Shadow Dark\"}__CONFIG_widget_menu__</div>\n<div class=\"thrive-shortcode-html tve-menu-custom-type thrive-shortcode-html-editable tve-custom-menu-type tve_clearfix\" style=\"z-index: 8;\" wfd-id=\"109\">\n<a class=\"tve-m-trigger t_tve_horizontal tve_red\" href=\"javascript:void(0)\"><div class=\"thrv_wrapper thrv_icon tcb-icon-open tve-trigger-active\" data-not-changeable=\"true\" data-selector=\"[data-css=&quot;tve-u-165f5ddaaa4&quot;] .tcb-icon-open\" wfd-id=\"131\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"align-justify\"><g><rect x=\"8\" y=\"10.1\" class=\"st0\" width=\"16\" height=\"2\"></rect><rect x=\"8\" y=\"15\" class=\"st0\" width=\"16\" height=\"2\"></rect><rect x=\"8\" y=\"19.9\" class=\"st0\" width=\"16\" height=\"2\"></rect><path class=\"st0\" d=\"M0,0v32h32V0H0z M30,30H2V2h28V30z\"></path></g></svg></div><div class=\"thrv_wrapper thrv_icon tcb-icon-close\" data-not-changeable=\"true\" data-selector=\"[data-css=&quot;tve-u-165f5ddaaa4&quot;] .tcb-icon-close\" wfd-id=\"130\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"close\"><g><path class=\"st0\" d=\"M0,0v32h32V0H0z M30,30H2V2h28V30z\"></path><polygon class=\"st0\" points=\"11.1,22.4 16,17.4 21,22.4 22.4,21 17.4,16 22.4,11.1 21,9.6 16,14.6 11.1,9.6 9.6,11.1 14.6,16 9.6,21 \"></polygon></g></svg></div></a><ul id=\"menu-main-menu\" class=\"tve_w_menu tve_horizontal tve-m-collapsed\" style=\"z-index: 6;\" wfd-id=\"110\"><li id=\"tcb_custom_menu_5402f616\" class=\"menu-item menu-item-type-post_type menu-item-object-page thrv_wrapper thrv-menu-item-element thrv-custom-menu-item\" data-selector=\"[data-css=&quot;tve-u-165f5ddaaa4&quot;] #tcb_custom_menu_5402f616\" data-tcb_hover_state_parent=\"\" wfd-id=\"127\"><a href=\"https://bestcerakoteflorida.com/\"><span class=\"tve-disabled-text-inner\" wfd-id=\"129\">HOME</span><span class=\"tve-disabled-text-inner tve-item-dropdown-trigger\" wfd-id=\"128\"></span></a></li><li id=\"tcb_custom_menu_13475a66\" class=\"menu-item menu-item-type-post_type menu-item-object-page thrv_wrapper thrv-menu-item-element thrv-custom-menu-item menu-item-has-children tcb-excluded-from-group-item\" data-selector=\"[data-css=&quot;tve-u-165f5ddaaa4&quot;] #tcb_custom_menu_13475a66\" data-tcb_hover_state_parent=\"\" wfd-id=\"123\"><a href=\"\"><span class=\"tve-disabled-text-inner\" wfd-id=\"126\">NAV#2</span><span class=\"tve-disabled-text-inner tve-item-dropdown-trigger\" wfd-id=\"125\"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"tve-dropdown-icon-up\" viewBox=\"0 0 320 512\"><path d=\"M151.5 347.8L3.5 201c-4.7-4.7-4.7-12.3 0-17l19.8-19.8c4.7-4.7 12.3-4.7 17 0L160 282.7l119.7-118.5c4.7-4.7 12.3-4.7 17 0l19.8 19.8c4.7 4.7 4.7 12.3 0 17l-148 146.8c-4.7 4.7-12.3 4.7-17 0z\"></path></svg><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"tve-dropdown-icon-down\" viewBox=\"0 0 320 512\"><path d=\"M168.5 164.2l148 146.8c4.7 4.7 4.7 12.3 0 17l-19.8 19.8c-4.7 4.7-12.3 4.7-17 0L160 229.3 40.3 347.8c-4.7 4.7-12.3 4.7-17 0L3.5 328c-4.7-4.7-4.7-12.3 0-17l148-146.8c4.7-4.7 12.3-4.7 17 0z\"></path></svg></span></a><ul class=\"sub-menu tve_empty_dropzone\" data-selector=\"[data-css=&quot;tve-u-165f5ddaaa4&quot;] #tcb_custom_menu_13475a66 > ul\"><li id=\"tcb_custom_menu_ed3da1d0\" class=\"menu-item menu-item-type-post_type menu-item-object-page thrv_wrapper thrv-menu-item-element thrv-custom-menu-item tcb-excluded-from-group-item\" data-selector=\"[data-css=&quot;tve-u-165f5ddaaa4&quot;] #tcb_custom_menu_ed3da1d0\" data-tcb_hover_state_parent=\"\"><a href=\"\"><span class=\"tve-disabled-text-inner\">SUB-NAV#1</span><span class=\"tve-disabled-text-inner tve-item-dropdown-trigger\"></span></a></li><li id=\"tcb_custom_menu_1f1477da\" class=\"menu-item menu-item-type-post_type menu-item-object-page thrv_wrapper thrv-menu-item-element thrv-custom-menu-item\" data-selector=\"[data-css=&quot;tve-u-165f5ddaaa4&quot;] #tcb_custom_menu_1f1477da\" data-tcb_hover_state_parent=\"\"><a href=\"\"><span class=\"tve-disabled-text-inner\">SUB-NAV#2</span><span class=\"tve-disabled-text-inner tve-item-dropdown-trigger\"></span></a></li></ul></li><li id=\"tcb_custom_menu_a19cc162\" class=\"menu-item menu-item-type-post_type menu-item-object-page thrv_wrapper thrv-menu-item-element thrv-custom-menu-item\" data-selector=\"[data-css=&quot;tve-u-165f5ddaaa4&quot;] #tcb_custom_menu_a19cc162\" data-tcb_hover_state_parent=\"\" wfd-id=\"120\"><a href=\"\"><span class=\"tve-disabled-text-inner\" wfd-id=\"122\">NAV#3</span><span class=\"tve-disabled-text-inner tve-item-dropdown-trigger\" wfd-id=\"121\"></span></a></li><li id=\"tcb_custom_menu_65zjXM43\" class=\"menu-item menu-item-type-post_type menu-item-object-page thrv_wrapper thrv-menu-item-element thrv-custom-menu-item\" data-selector=\"[data-css=&quot;tve-u-165f5ddaaa4&quot;] #tcb_custom_menu_65zjXM43\" data-tcb_hover_state_parent=\"\" wfd-id=\"117\"><a href=\"\"><span class=\"tve-disabled-text-inner\" wfd-id=\"119\">NAV#4</span><span class=\"tve-disabled-text-inner tve-item-dropdown-trigger\" wfd-id=\"118\"></span></a></li><li id=\"tcb_custom_menu_2SmNtzRv\" class=\"menu-item menu-item-type-post_type menu-item-object-page thrv_wrapper thrv-menu-item-element thrv-custom-menu-item\" data-selector=\"[data-css=&quot;tve-u-165f5ddaaa4&quot;] #tcb_custom_menu_2SmNtzRv\" data-tcb_hover_state_parent=\"\" wfd-id=\"114\"><a href=\"\"><span class=\"tve-disabled-text-inner\" wfd-id=\"116\">NAV#5</span><span class=\"tve-disabled-text-inner tve-item-dropdown-trigger\" wfd-id=\"115\"></span></a></li><li id=\"tcb_custom_menu_0NaqyNWp\" class=\"menu-item menu-item-type-post_type menu-item-object-page thrv_wrapper thrv-menu-item-element thrv-custom-menu-item tcb-excluded-from-group-item active-expand-children\" data-selector=\"[data-css=&quot;tve-u-165f5ddaaa4&quot;] #tcb_custom_menu_0NaqyNWp\" data-tcb_hover_state_parent=\"\" wfd-id=\"111\"><a href=\"https://bestcerakoteflorida.com/cart/\"><span class=\"tve-disabled-text-inner\" wfd-id=\"113\">CART</span><span class=\"tve-disabled-text-inner tve-item-dropdown-trigger\" wfd-id=\"112\"></span></a></li></ul></div>	</div><div class=\"thrv_wrapper thrv_heading\" style=\"\" data-tag=\"h1\" data-css=\"tve-u-1642b32e2c2\" wfd-id=\"105\"><h1 data-css=\"tve-u-16035acf904\" style=\"text-align: center;\"><strong>Privacy</strong></h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" data-css=\"tve-u-1642b25c464\" wfd-id=\"35\"><p data-css=\"tve-u-165e6491162\"><span data-css=\"tve-u-165e64c579a\" style=\"font-family: Merriweather; font-weight: 400;\" wfd-id=\"104\">Privacy Policy</span></p><p data-css=\"tve-u-165e6492b04\"><span data-css=\"tve-u-165e64c08c2\" style=\"font-family: Merriweather; font-weight: 400;\" wfd-id=\"103\">What personal information do we collect from the people that visit our blog, website or app?<br>When ordering or registering on our site, as appropriate, you may be asked to enter your name, email address, mailing address, phone number, credit card information or other details to help you with your experience.</span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08c4\" style=\"font-weight: 400;\" wfd-id=\"101\"><span data-css=\"tve-u-165e64c08c5\" style=\"font-family: Merriweather;\" wfd-id=\"102\">When do we collect information?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08c6\" style=\"font-weight: 400;\" wfd-id=\"99\"><span data-css=\"tve-u-165e64c08c7\" style=\"font-family: Merriweather;\" wfd-id=\"100\">We collect information from you when you register on our site, place an order, subscribe to a newsletter, respond to a survey, fill out a form or enter information on our site.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08c9\" style=\"font-weight: 400;\" wfd-id=\"97\"><span data-css=\"tve-u-165e64c08ca\" style=\"font-family: Merriweather;\" wfd-id=\"98\">How do we use your information?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08cb\" style=\"font-weight: 400;\" wfd-id=\"95\"><span data-css=\"tve-u-165e64c08cc\" style=\"font-family: Merriweather;\" wfd-id=\"96\">We may use the information we collect from you when you register, make a purchase, sign up for our newsletter, respond to a survey or marketing communication, surf the website, or use certain other site features in the following ways:<br>â€¢ To personalize user\'s experience and to allow us to deliver the type of content and product offerings in which you are most interested.<br>â€¢ To improve our website in order to better serve you.<br>â€¢ To allow us to better service you in responding to your customer service requests.<br>â€¢ To administer a contest, promotion, survey or other site feature.<br>â€¢ To quickly process your transactions.<br>â€¢ To send periodic emails regarding your order or other products and services.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08ce\" style=\"font-weight: 400;\" wfd-id=\"93\"><span data-css=\"tve-u-165e64c08cf\" style=\"font-family: Merriweather;\" wfd-id=\"94\">How do we protect visitor information?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08d0\" style=\"font-weight: 400;\" wfd-id=\"91\"><span data-css=\"tve-u-165e64c08d1\" style=\"font-family: Merriweather;\" wfd-id=\"92\">Our website is scanned on a regular basis for security holes and known vulnerabilities in order to make your visit to our site as safe as possible.<br>We use regular Malware Scanning.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08d3\" style=\"font-weight: 400;\" wfd-id=\"89\"><span data-css=\"tve-u-165e64c08d4\" style=\"font-family: Merriweather;\" wfd-id=\"90\">Your personal information is contained behind secured networks and is only accessible by a limited number of persons who have special access rights to such systems, and are required to keep the information confidential. In addition, all sensitive/credit information you supply is encrypted via Secure Socket Layer (SSL) technology.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08d5\" style=\"font-weight: 400;\" wfd-id=\"87\"><span data-css=\"tve-u-165e64c08d6\" style=\"font-family: Merriweather;\" wfd-id=\"88\">We implement a variety of security measures when a user places an order, enters, submits, or accesses their information to maintain the safety of your personal information.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08d8\" style=\"font-weight: 400;\" wfd-id=\"85\"><span data-css=\"tve-u-165e64c08d9\" style=\"font-family: Merriweather;\" wfd-id=\"86\">All transactions are processed through a gateway provider and are not stored or processed on our servers.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08da\" style=\"font-weight: 400;\" wfd-id=\"83\"><span data-css=\"tve-u-165e64c08db\" style=\"font-family: Merriweather;\" wfd-id=\"84\">Do we use \'cookies\'?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08dd\" style=\"font-weight: 400;\" wfd-id=\"81\"><span data-css=\"tve-u-165e64c08de\" style=\"font-family: Merriweather;\" wfd-id=\"82\">Yes. Cookies are small files that a site or its service provider transfers to your computer\'s hard drive through your Web browser (if you allow) that enable the site\'s or service provider\'s systems to recognize your browser and capture and remember certain information. For instance, we use cookies to help us remember and process the items in your shopping cart. They are also used to help us understand your preferences based on previous or current site activity, which enables us to provide you with improved services. We also use cookies to help us compile aggregate data about site traffic and site interaction so that we can offer better site experiences and tools in the future.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08df\" style=\"font-weight: 400;\" wfd-id=\"79\"><span data-css=\"tve-u-165e64c08e0\" style=\"font-family: Merriweather;\" wfd-id=\"80\">We use cookies to:</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08e2\" style=\"font-weight: 400;\" wfd-id=\"77\"><span data-css=\"tve-u-165e64c08e3\" style=\"font-family: Merriweather;\" wfd-id=\"78\">â€¢ Help remember and process the items in the shopping cart.<br>â€¢ Understand and save user\'s preferences for future visits.<br>You can choose to have your computer warn you each time a cookie is being sent, or you can choose to turn off all cookies. You do this through your browser (like Internet Explorer) settings. Each browser is a little different, so look at your browser\'s Help menu to learn the correct way to modify your cookies.<br>If users disable cookies in their browser:<br>If you turn off cookies, some features will be disabled. However, you can still place orders for<br>saved items in your shopping cart over the telephone by contacting customer service.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08e4\" style=\"font-weight: 400;\" wfd-id=\"75\"><span data-css=\"tve-u-165e64c08e5\" style=\"font-family: Merriweather;\" wfd-id=\"76\">Third Party Disclosure</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08e7\" style=\"font-weight: 400;\" wfd-id=\"73\"><span data-css=\"tve-u-165e64c08e8\" style=\"font-family: Merriweather;\" wfd-id=\"74\">We do not sell, trade, or otherwise transfer to outside parties your personally identifiable information.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08e9\" style=\"font-weight: 400;\" wfd-id=\"71\"><span data-css=\"tve-u-165e64c08ea\" style=\"font-family: Merriweather;\" wfd-id=\"72\">Third party links</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08ec\" style=\"font-weight: 400;\" wfd-id=\"69\"><span data-css=\"tve-u-165e64c08ed\" style=\"font-family: Merriweather;\" wfd-id=\"70\">Occasionally, at our discretion, we may include or offer third party products or services on our website. These third party sites have separate and independent privacy policies. We therefore have no responsibility or liability for the content and activities of these linked sites. Nonetheless, we seek to protect the integrity of our site and welcome any feedback about these sites.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08ee\" style=\"font-weight: 400;\" wfd-id=\"67\"><span data-css=\"tve-u-165e64c08f0\" style=\"font-family: Merriweather;\" wfd-id=\"68\">Google</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08f1\" style=\"font-weight: 400;\" wfd-id=\"65\"><span data-css=\"tve-u-165e64c08f2\" style=\"font-family: Merriweather;\" wfd-id=\"66\">Google\'s advertising requirements can be summed up by Google\'s Advertising Principles. They are put in place to provide a positive experience for users. https://support.google.com/adwordspolicy/answer/1316548?hl=en<br>Opting out:<br>Users can set preferences for how Google advertises to you using the Google Ad Settings page. Alternatively, you can opt out by visiting the Network Advertising initiative opt out page or permanently using the Google Analytics Opt Out Browser add on.<br>California Online Privacy Protection Act<br>CalOPPA is the first state law in the nation to require commercial websites and online services to post a privacy policy. The law\'s reach stretches well beyond California to require a person or company in the United States (and conceivably the world) that operates websites collecting personally identifiable information from California consumers to post a conspicuous privacy policy on its website stating exactly the information being collected and those individuals with whom it is being shared, and to comply with this policy.<br>See more at: http://consumercal.org/california-online-privacy-protection-act-caloppa/#sthash.0FdRbT51.dpuf<br>According to CalOPPA we agree to the following:<br>Users can visit our site anonymously<br>Once this privacy policy is created, we will add a link to it on our home page, or as a minimum on the first significant page after entering our website.<br>Our Privacy Policy link includes the word \'Privacy\', and can be easily be found on the page specified above.<br>Users will be notified of any privacy policy changes:<br>â€¢ On our Privacy Policy Page<br>Users are able to change their personal information:<br>â€¢ By emailing us<br>â€¢ By calling us</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08f3\" style=\"font-weight: 400;\" wfd-id=\"63\"><span data-css=\"tve-u-165e64c08f6\" style=\"font-family: Merriweather;\" wfd-id=\"64\">How does our site handle do not track signals?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08f7\" style=\"font-weight: 400;\" wfd-id=\"61\"><span data-css=\"tve-u-165e64c08f8\" style=\"font-family: Merriweather;\" wfd-id=\"62\">We honor do not track signals and do not track, plant cookies, or use advertising when a Do Not Track (DNT) browser mechanism is in place.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08f9\" style=\"font-weight: 400;\" wfd-id=\"59\"><span data-css=\"tve-u-165e64c08fa\" style=\"font-family: Merriweather;\" wfd-id=\"60\">Does our site allow third party behavioral tracking?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08fb\" style=\"font-weight: 400;\" wfd-id=\"57\"><span data-css=\"tve-u-165e64c08fc\" style=\"font-family: Merriweather;\" wfd-id=\"58\">It\'s also important to note that we do not allow third party behavioral tracking<br>COPPA (Children Online Privacy Protection Act)<br>When it comes to the collection of personal information from children under 13, the Children\'s Online Privacy Protection Act (COPPA) puts parents in control. The Federal Trade Commission, the nation\'s consumer protection agency, enforces the COPPA Rule, which spells out what operators of websites and online services must do to protect children\'s privacy and safety online.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08fe\" style=\"font-weight: 400;\" wfd-id=\"55\"><span data-css=\"tve-u-165e64c08ff\" style=\"font-family: Merriweather;\" wfd-id=\"56\">We do not specifically market to children under 13.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c0900\" style=\"font-weight: 400;\" wfd-id=\"53\"><span data-css=\"tve-u-165e64c0901\" style=\"font-family: Merriweather;\" wfd-id=\"54\">Fair Information Practices</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c0903\" style=\"font-weight: 400;\" wfd-id=\"51\"><span data-css=\"tve-u-165e64c0904\" style=\"font-family: Merriweather;\" wfd-id=\"52\">The Fair Information Practices Principles form the backbone of privacy law in the United States and the concepts they include have played a significant role in the development of data protection laws around the globe. Understanding the Fair Information Practice Principles and how they should be implemented is critical to comply with the various privacy laws that protect personal information.<br>In order to be in line with Fair Information Practices we will take the following responsive action, should a data breach occur:<br>â€¢ Within 7 business days<br>We will notify the users via in site notification<br>â€¢ Within 7 business days<br>We also agree to the individual redress principle, which requires that individuals have a right to pursue legally enforceable rights against data collectors and processors who fail to adhere to the law. This principle requires not only that individuals have enforceable rights against data users, but also that individuals have recourse to courts or a government agency to investigate and/or prosecute non-compliance by data processors.<br>CAN SPAM Act<br>The CAN-SPAM Act is a law that sets the rules for commercial email, establishes requirements for commercial messages, gives recipients the right to have emails stopped from being sent to them, and spells out tough penalties for violations.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c0905\" style=\"font-weight: 400;\" wfd-id=\"49\"><span data-css=\"tve-u-165e64c0906\" style=\"font-family: Merriweather;\" wfd-id=\"50\">We collect your email address in order to:</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c0908\" style=\"font-weight: 400;\" wfd-id=\"47\"><span data-css=\"tve-u-165e64c0909\" style=\"font-family: Merriweather;\" wfd-id=\"48\">â€¢ Send information, respond to inquiries, and/or other requests or questions.<br>â€¢ Process orders and to send information and updates pertaining to orders<br>â€¢ Market to our mailing list or continue to send emails to our clients after the original transaction has occurred<br>To be in accordance with CANSPAM we agree to the following:<br>â€¢ NOT use false, or misleading subjects or email addresses<br>â€¢ Identify the message as an advertisement in some reasonable way<br>â€¢ Include the physical address of our business or site headquarters<br>â€¢ Monitor third party email marketing services for compliance, if one is used.<br>â€¢ Honor opt-out/unsubscribe requests quickly<br>â€¢ Allow users to unsubscribe by using the link at the bottom of each email<br>If at any time you would like to unsubscribe from receiving future emails, you can email us at<br>â€¢ Follow the instructions at the bottom of each email. and we will promptly remove you from ALL correspondence.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c090a\" style=\"font-weight: 400;\" wfd-id=\"45\"><span data-css=\"tve-u-165e64c090c\" style=\"font-family: Merriweather;\" wfd-id=\"46\">Contacting Us</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c090d\" style=\"font-weight: 400;\" wfd-id=\"43\"><span data-css=\"tve-u-165e64c090e\" style=\"font-family: Merriweather;\" wfd-id=\"44\">If there are any questions regarding this privacy policy you may contact us using the information below.<br>Blackhawk Custom, LLC.<br>825 South Kings Highway<br>Fort Pierce, FL 34945<br>United States<br>https://www.blackhawkcustom.com</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c090d\" style=\"font-weight: 400;\" wfd-id=\"41\"><span data-css=\"tve-u-165e64c090e\" style=\"font-family: Merriweather;\" wfd-id=\"42\"><br>Conditions of use:</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c090d\" style=\"font-weight: 400;\" wfd-id=\"39\"><span data-css=\"tve-u-165e64c090e\" style=\"font-family: Merriweather;\" wfd-id=\"40\">â€‹</span></span><span data-css=\"tve-u-165e64c0910\" style=\"font-family: Merriweather; font-weight: 400;\" wfd-id=\"38\">By using this website, you agree to all of our terms and conditions of the sale<br>All sales are final (See our refund policy)</span></p></div></div>\n</div>'),(3952,143,'tve_revision_tve_has_wistia_popover','0'),(3953,143,'tve_revision_tve_landing_page','tcb2-blank-page-styled'),(3954,143,'tve_revision_tve_disable_theme_dependency','1'),(3955,143,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-custom-menu-inside\" data-css=\"tve-u-1642b667be5\" style=\"z-index: 8;\" wfd-id=\"33\">\n<div class=\"tve-content-box-background\" wfd-id=\"133\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1642b6ef7e6\" style=\"z-index: 8;\" wfd-id=\"34\"><div class=\"thrv_wrapper thrv_widget_menu tve-custom-menu-upgrade tve-mobile-dropdown  tve-menu-style-none tve-mobile-icon-style_3 tve-dropdown-icon-style_1\" data-tve-style=\"tve_horizontal\" data-tve-switch-icon=\"tablet,mobile\" data-css=\"tve-u-165f5ddaaa4\" tcb-template-name=\"Shadow Dark\" tcb-template-id=\"28115\" data-ct=\"menu-28115\" style=\"\" wfd-id=\"108\">	<div class=\"thrive-shortcode-config\" style=\"display: none !important\" wfd-id=\"132\">__CONFIG_widget_menu__{\"menu_id\":\"custom\",\"color\":\"tve_red\",\"dir\":\"tve_horizontal\",\"font_class\":\"\",\"font_size\":\"\",\"ul_attr\":\"\",\"link_attr\":\"\",\"top_link_attr\":\"\",\"trigger_attr\":\"\",\"primary\":\"\",\"head_css\":\"\",\"background_hover\":\"\",\"main_hover\":\"\",\"child_hover\":\"\",\"group_edit\":[{\"css_id\":null,\"class\":\"\"},{\"css_id\":null,\"class\":\"\"},{\"css_id\":null,\"class\":\"\"},{\"css_id\":null,\"class\":\"\"},{\"css_id\":null,\"class\":\"\"},{\"css_id\":null,\"class\":\"\"},{\"css_id\":null,\"class\":\"\"},{\"css_id\":null,\"class\":\"\"}],\"menu_style\":\"none\",\"dropdown_icon\":\"style_1\",\"mobile_side\":\"\",\"mobile_icon\":\"style_3\",\"switch_to_icon\":\"tablet,mobile\",\"template\":\"28115\",\"template_name\":\"Shadow Dark\"}__CONFIG_widget_menu__</div>\n<div class=\"thrive-shortcode-html tve-menu-custom-type thrive-shortcode-html-editable tve-custom-menu-type tve_clearfix\" style=\"z-index: 8;\" wfd-id=\"109\">\n<a class=\"tve-m-trigger t_tve_horizontal tve_red\" href=\"javascript:void(0)\"><div class=\"thrv_wrapper thrv_icon tcb-icon-open tve-trigger-active\" data-not-changeable=\"true\" data-selector=\"[data-css=&quot;tve-u-165f5ddaaa4&quot;] .tcb-icon-open\" wfd-id=\"131\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"align-justify\"><g><rect x=\"8\" y=\"10.1\" class=\"st0\" width=\"16\" height=\"2\"></rect><rect x=\"8\" y=\"15\" class=\"st0\" width=\"16\" height=\"2\"></rect><rect x=\"8\" y=\"19.9\" class=\"st0\" width=\"16\" height=\"2\"></rect><path class=\"st0\" d=\"M0,0v32h32V0H0z M30,30H2V2h28V30z\"></path></g></svg></div><div class=\"thrv_wrapper thrv_icon tcb-icon-close\" data-not-changeable=\"true\" data-selector=\"[data-css=&quot;tve-u-165f5ddaaa4&quot;] .tcb-icon-close\" wfd-id=\"130\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"close\"><g><path class=\"st0\" d=\"M0,0v32h32V0H0z M30,30H2V2h28V30z\"></path><polygon class=\"st0\" points=\"11.1,22.4 16,17.4 21,22.4 22.4,21 17.4,16 22.4,11.1 21,9.6 16,14.6 11.1,9.6 9.6,11.1 14.6,16 9.6,21 \"></polygon></g></svg></div></a><ul id=\"menu-main-menu\" class=\"tve_w_menu tve_horizontal tve-m-collapsed\" style=\"z-index: 6;\" wfd-id=\"110\"><li id=\"tcb_custom_menu_5402f616\" class=\"menu-item menu-item-type-post_type menu-item-object-page thrv_wrapper thrv-menu-item-element thrv-custom-menu-item\" data-selector=\"[data-css=&quot;tve-u-165f5ddaaa4&quot;] #tcb_custom_menu_5402f616\" data-tcb_hover_state_parent=\"\" wfd-id=\"127\"><a href=\"https://bestcerakoteflorida.com/\"><span class=\"tve-disabled-text-inner\" wfd-id=\"129\">HOME</span><span class=\"tve-disabled-text-inner tve-item-dropdown-trigger\" wfd-id=\"128\"></span></a></li><li id=\"tcb_custom_menu_13475a66\" class=\"menu-item menu-item-type-post_type menu-item-object-page thrv_wrapper thrv-menu-item-element thrv-custom-menu-item menu-item-has-children tcb-excluded-from-group-item\" data-selector=\"[data-css=&quot;tve-u-165f5ddaaa4&quot;] #tcb_custom_menu_13475a66\" data-tcb_hover_state_parent=\"\" wfd-id=\"123\"><a href=\"\"><span class=\"tve-disabled-text-inner\" wfd-id=\"126\">NAV#2</span><span class=\"tve-disabled-text-inner tve-item-dropdown-trigger\" wfd-id=\"125\"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"tve-dropdown-icon-up\" viewBox=\"0 0 320 512\"><path d=\"M151.5 347.8L3.5 201c-4.7-4.7-4.7-12.3 0-17l19.8-19.8c4.7-4.7 12.3-4.7 17 0L160 282.7l119.7-118.5c4.7-4.7 12.3-4.7 17 0l19.8 19.8c4.7 4.7 4.7 12.3 0 17l-148 146.8c-4.7 4.7-12.3 4.7-17 0z\"></path></svg><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"tve-dropdown-icon-down\" viewBox=\"0 0 320 512\"><path d=\"M168.5 164.2l148 146.8c4.7 4.7 4.7 12.3 0 17l-19.8 19.8c-4.7 4.7-12.3 4.7-17 0L160 229.3 40.3 347.8c-4.7 4.7-12.3 4.7-17 0L3.5 328c-4.7-4.7-4.7-12.3 0-17l148-146.8c4.7-4.7 12.3-4.7 17 0z\"></path></svg></span></a><ul class=\"sub-menu tve_empty_dropzone\" data-selector=\"[data-css=&quot;tve-u-165f5ddaaa4&quot;] #tcb_custom_menu_13475a66 > ul\"><li id=\"tcb_custom_menu_ed3da1d0\" class=\"menu-item menu-item-type-post_type menu-item-object-page thrv_wrapper thrv-menu-item-element thrv-custom-menu-item tcb-excluded-from-group-item\" data-selector=\"[data-css=&quot;tve-u-165f5ddaaa4&quot;] #tcb_custom_menu_ed3da1d0\" data-tcb_hover_state_parent=\"\"><a href=\"\"><span class=\"tve-disabled-text-inner\">SUB-NAV#1</span><span class=\"tve-disabled-text-inner tve-item-dropdown-trigger\"></span></a></li><li id=\"tcb_custom_menu_1f1477da\" class=\"menu-item menu-item-type-post_type menu-item-object-page thrv_wrapper thrv-menu-item-element thrv-custom-menu-item\" data-selector=\"[data-css=&quot;tve-u-165f5ddaaa4&quot;] #tcb_custom_menu_1f1477da\" data-tcb_hover_state_parent=\"\"><a href=\"\"><span class=\"tve-disabled-text-inner\">SUB-NAV#2</span><span class=\"tve-disabled-text-inner tve-item-dropdown-trigger\"></span></a></li></ul></li><li id=\"tcb_custom_menu_a19cc162\" class=\"menu-item menu-item-type-post_type menu-item-object-page thrv_wrapper thrv-menu-item-element thrv-custom-menu-item\" data-selector=\"[data-css=&quot;tve-u-165f5ddaaa4&quot;] #tcb_custom_menu_a19cc162\" data-tcb_hover_state_parent=\"\" wfd-id=\"120\"><a href=\"\"><span class=\"tve-disabled-text-inner\" wfd-id=\"122\">NAV#3</span><span class=\"tve-disabled-text-inner tve-item-dropdown-trigger\" wfd-id=\"121\"></span></a></li><li id=\"tcb_custom_menu_65zjXM43\" class=\"menu-item menu-item-type-post_type menu-item-object-page thrv_wrapper thrv-menu-item-element thrv-custom-menu-item\" data-selector=\"[data-css=&quot;tve-u-165f5ddaaa4&quot;] #tcb_custom_menu_65zjXM43\" data-tcb_hover_state_parent=\"\" wfd-id=\"117\"><a href=\"\"><span class=\"tve-disabled-text-inner\" wfd-id=\"119\">NAV#4</span><span class=\"tve-disabled-text-inner tve-item-dropdown-trigger\" wfd-id=\"118\"></span></a></li><li id=\"tcb_custom_menu_2SmNtzRv\" class=\"menu-item menu-item-type-post_type menu-item-object-page thrv_wrapper thrv-menu-item-element thrv-custom-menu-item\" data-selector=\"[data-css=&quot;tve-u-165f5ddaaa4&quot;] #tcb_custom_menu_2SmNtzRv\" data-tcb_hover_state_parent=\"\" wfd-id=\"114\"><a href=\"\"><span class=\"tve-disabled-text-inner\" wfd-id=\"116\">NAV#5</span><span class=\"tve-disabled-text-inner tve-item-dropdown-trigger\" wfd-id=\"115\"></span></a></li><li id=\"tcb_custom_menu_0NaqyNWp\" class=\"menu-item menu-item-type-post_type menu-item-object-page thrv_wrapper thrv-menu-item-element thrv-custom-menu-item tcb-excluded-from-group-item active-expand-children\" data-selector=\"[data-css=&quot;tve-u-165f5ddaaa4&quot;] #tcb_custom_menu_0NaqyNWp\" data-tcb_hover_state_parent=\"\" wfd-id=\"111\"><a href=\"https://bestcerakoteflorida.com/cart/\"><span class=\"tve-disabled-text-inner\" wfd-id=\"113\">CART</span><span class=\"tve-disabled-text-inner tve-item-dropdown-trigger\" wfd-id=\"112\"></span></a></li></ul></div>	</div><div class=\"thrv_wrapper thrv_heading\" style=\"\" data-tag=\"h1\" data-css=\"tve-u-1642b32e2c2\" wfd-id=\"105\"><h1 data-css=\"tve-u-16035acf904\" style=\"text-align: center;\"><strong>Privacy</strong></h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" data-css=\"tve-u-1642b25c464\" wfd-id=\"35\"><p data-css=\"tve-u-165e6491162\"><span data-css=\"tve-u-165e64c579a\" style=\"font-family: Merriweather; font-weight: 400;\" wfd-id=\"104\">Privacy Policy</span></p><p data-css=\"tve-u-165e6492b04\"><span data-css=\"tve-u-165e64c08c2\" style=\"font-family: Merriweather; font-weight: 400;\" wfd-id=\"103\">What personal information do we collect from the people that visit our blog, website or app?<br>When ordering or registering on our site, as appropriate, you may be asked to enter your name, email address, mailing address, phone number, credit card information or other details to help you with your experience.</span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08c4\" style=\"font-weight: 400;\" wfd-id=\"101\"><span data-css=\"tve-u-165e64c08c5\" style=\"font-family: Merriweather;\" wfd-id=\"102\">When do we collect information?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08c6\" style=\"font-weight: 400;\" wfd-id=\"99\"><span data-css=\"tve-u-165e64c08c7\" style=\"font-family: Merriweather;\" wfd-id=\"100\">We collect information from you when you register on our site, place an order, subscribe to a newsletter, respond to a survey, fill out a form or enter information on our site.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08c9\" style=\"font-weight: 400;\" wfd-id=\"97\"><span data-css=\"tve-u-165e64c08ca\" style=\"font-family: Merriweather;\" wfd-id=\"98\">How do we use your information?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08cb\" style=\"font-weight: 400;\" wfd-id=\"95\"><span data-css=\"tve-u-165e64c08cc\" style=\"font-family: Merriweather;\" wfd-id=\"96\">We may use the information we collect from you when you register, make a purchase, sign up for our newsletter, respond to a survey or marketing communication, surf the website, or use certain other site features in the following ways:<br>â€¢ To personalize user\'s experience and to allow us to deliver the type of content and product offerings in which you are most interested.<br>â€¢ To improve our website in order to better serve you.<br>â€¢ To allow us to better service you in responding to your customer service requests.<br>â€¢ To administer a contest, promotion, survey or other site feature.<br>â€¢ To quickly process your transactions.<br>â€¢ To send periodic emails regarding your order or other products and services.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08ce\" style=\"font-weight: 400;\" wfd-id=\"93\"><span data-css=\"tve-u-165e64c08cf\" style=\"font-family: Merriweather;\" wfd-id=\"94\">How do we protect visitor information?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08d0\" style=\"font-weight: 400;\" wfd-id=\"91\"><span data-css=\"tve-u-165e64c08d1\" style=\"font-family: Merriweather;\" wfd-id=\"92\">Our website is scanned on a regular basis for security holes and known vulnerabilities in order to make your visit to our site as safe as possible.<br>We use regular Malware Scanning.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08d3\" style=\"font-weight: 400;\" wfd-id=\"89\"><span data-css=\"tve-u-165e64c08d4\" style=\"font-family: Merriweather;\" wfd-id=\"90\">Your personal information is contained behind secured networks and is only accessible by a limited number of persons who have special access rights to such systems, and are required to keep the information confidential. In addition, all sensitive/credit information you supply is encrypted via Secure Socket Layer (SSL) technology.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08d5\" style=\"font-weight: 400;\" wfd-id=\"87\"><span data-css=\"tve-u-165e64c08d6\" style=\"font-family: Merriweather;\" wfd-id=\"88\">We implement a variety of security measures when a user places an order, enters, submits, or accesses their information to maintain the safety of your personal information.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08d8\" style=\"font-weight: 400;\" wfd-id=\"85\"><span data-css=\"tve-u-165e64c08d9\" style=\"font-family: Merriweather;\" wfd-id=\"86\">All transactions are processed through a gateway provider and are not stored or processed on our servers.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08da\" style=\"font-weight: 400;\" wfd-id=\"83\"><span data-css=\"tve-u-165e64c08db\" style=\"font-family: Merriweather;\" wfd-id=\"84\">Do we use \'cookies\'?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08dd\" style=\"font-weight: 400;\" wfd-id=\"81\"><span data-css=\"tve-u-165e64c08de\" style=\"font-family: Merriweather;\" wfd-id=\"82\">Yes. Cookies are small files that a site or its service provider transfers to your computer\'s hard drive through your Web browser (if you allow) that enable the site\'s or service provider\'s systems to recognize your browser and capture and remember certain information. For instance, we use cookies to help us remember and process the items in your shopping cart. They are also used to help us understand your preferences based on previous or current site activity, which enables us to provide you with improved services. We also use cookies to help us compile aggregate data about site traffic and site interaction so that we can offer better site experiences and tools in the future.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08df\" style=\"font-weight: 400;\" wfd-id=\"79\"><span data-css=\"tve-u-165e64c08e0\" style=\"font-family: Merriweather;\" wfd-id=\"80\">We use cookies to:</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08e2\" style=\"font-weight: 400;\" wfd-id=\"77\"><span data-css=\"tve-u-165e64c08e3\" style=\"font-family: Merriweather;\" wfd-id=\"78\">â€¢ Help remember and process the items in the shopping cart.<br>â€¢ Understand and save user\'s preferences for future visits.<br>You can choose to have your computer warn you each time a cookie is being sent, or you can choose to turn off all cookies. You do this through your browser (like Internet Explorer) settings. Each browser is a little different, so look at your browser\'s Help menu to learn the correct way to modify your cookies.<br>If users disable cookies in their browser:<br>If you turn off cookies, some features will be disabled. However, you can still place orders for<br>saved items in your shopping cart over the telephone by contacting customer service.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08e4\" style=\"font-weight: 400;\" wfd-id=\"75\"><span data-css=\"tve-u-165e64c08e5\" style=\"font-family: Merriweather;\" wfd-id=\"76\">Third Party Disclosure</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08e7\" style=\"font-weight: 400;\" wfd-id=\"73\"><span data-css=\"tve-u-165e64c08e8\" style=\"font-family: Merriweather;\" wfd-id=\"74\">We do not sell, trade, or otherwise transfer to outside parties your personally identifiable information.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08e9\" style=\"font-weight: 400;\" wfd-id=\"71\"><span data-css=\"tve-u-165e64c08ea\" style=\"font-family: Merriweather;\" wfd-id=\"72\">Third party links</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08ec\" style=\"font-weight: 400;\" wfd-id=\"69\"><span data-css=\"tve-u-165e64c08ed\" style=\"font-family: Merriweather;\" wfd-id=\"70\">Occasionally, at our discretion, we may include or offer third party products or services on our website. These third party sites have separate and independent privacy policies. We therefore have no responsibility or liability for the content and activities of these linked sites. Nonetheless, we seek to protect the integrity of our site and welcome any feedback about these sites.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08ee\" style=\"font-weight: 400;\" wfd-id=\"67\"><span data-css=\"tve-u-165e64c08f0\" style=\"font-family: Merriweather;\" wfd-id=\"68\">Google</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08f1\" style=\"font-weight: 400;\" wfd-id=\"65\"><span data-css=\"tve-u-165e64c08f2\" style=\"font-family: Merriweather;\" wfd-id=\"66\">Google\'s advertising requirements can be summed up by Google\'s Advertising Principles. They are put in place to provide a positive experience for users. https://support.google.com/adwordspolicy/answer/1316548?hl=en<br>Opting out:<br>Users can set preferences for how Google advertises to you using the Google Ad Settings page. Alternatively, you can opt out by visiting the Network Advertising initiative opt out page or permanently using the Google Analytics Opt Out Browser add on.<br>California Online Privacy Protection Act<br>CalOPPA is the first state law in the nation to require commercial websites and online services to post a privacy policy. The law\'s reach stretches well beyond California to require a person or company in the United States (and conceivably the world) that operates websites collecting personally identifiable information from California consumers to post a conspicuous privacy policy on its website stating exactly the information being collected and those individuals with whom it is being shared, and to comply with this policy.<br>See more at: http://consumercal.org/california-online-privacy-protection-act-caloppa/#sthash.0FdRbT51.dpuf<br>According to CalOPPA we agree to the following:<br>Users can visit our site anonymously<br>Once this privacy policy is created, we will add a link to it on our home page, or as a minimum on the first significant page after entering our website.<br>Our Privacy Policy link includes the word \'Privacy\', and can be easily be found on the page specified above.<br>Users will be notified of any privacy policy changes:<br>â€¢ On our Privacy Policy Page<br>Users are able to change their personal information:<br>â€¢ By emailing us<br>â€¢ By calling us</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08f3\" style=\"font-weight: 400;\" wfd-id=\"63\"><span data-css=\"tve-u-165e64c08f6\" style=\"font-family: Merriweather;\" wfd-id=\"64\">How does our site handle do not track signals?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08f7\" style=\"font-weight: 400;\" wfd-id=\"61\"><span data-css=\"tve-u-165e64c08f8\" style=\"font-family: Merriweather;\" wfd-id=\"62\">We honor do not track signals and do not track, plant cookies, or use advertising when a Do Not Track (DNT) browser mechanism is in place.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08f9\" style=\"font-weight: 400;\" wfd-id=\"59\"><span data-css=\"tve-u-165e64c08fa\" style=\"font-family: Merriweather;\" wfd-id=\"60\">Does our site allow third party behavioral tracking?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08fb\" style=\"font-weight: 400;\" wfd-id=\"57\"><span data-css=\"tve-u-165e64c08fc\" style=\"font-family: Merriweather;\" wfd-id=\"58\">It\'s also important to note that we do not allow third party behavioral tracking<br>COPPA (Children Online Privacy Protection Act)<br>When it comes to the collection of personal information from children under 13, the Children\'s Online Privacy Protection Act (COPPA) puts parents in control. The Federal Trade Commission, the nation\'s consumer protection agency, enforces the COPPA Rule, which spells out what operators of websites and online services must do to protect children\'s privacy and safety online.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08fe\" style=\"font-weight: 400;\" wfd-id=\"55\"><span data-css=\"tve-u-165e64c08ff\" style=\"font-family: Merriweather;\" wfd-id=\"56\">We do not specifically market to children under 13.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c0900\" style=\"font-weight: 400;\" wfd-id=\"53\"><span data-css=\"tve-u-165e64c0901\" style=\"font-family: Merriweather;\" wfd-id=\"54\">Fair Information Practices</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c0903\" style=\"font-weight: 400;\" wfd-id=\"51\"><span data-css=\"tve-u-165e64c0904\" style=\"font-family: Merriweather;\" wfd-id=\"52\">The Fair Information Practices Principles form the backbone of privacy law in the United States and the concepts they include have played a significant role in the development of data protection laws around the globe. Understanding the Fair Information Practice Principles and how they should be implemented is critical to comply with the various privacy laws that protect personal information.<br>In order to be in line with Fair Information Practices we will take the following responsive action, should a data breach occur:<br>â€¢ Within 7 business days<br>We will notify the users via in site notification<br>â€¢ Within 7 business days<br>We also agree to the individual redress principle, which requires that individuals have a right to pursue legally enforceable rights against data collectors and processors who fail to adhere to the law. This principle requires not only that individuals have enforceable rights against data users, but also that individuals have recourse to courts or a government agency to investigate and/or prosecute non-compliance by data processors.<br>CAN SPAM Act<br>The CAN-SPAM Act is a law that sets the rules for commercial email, establishes requirements for commercial messages, gives recipients the right to have emails stopped from being sent to them, and spells out tough penalties for violations.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c0905\" style=\"font-weight: 400;\" wfd-id=\"49\"><span data-css=\"tve-u-165e64c0906\" style=\"font-family: Merriweather;\" wfd-id=\"50\">We collect your email address in order to:</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c0908\" style=\"font-weight: 400;\" wfd-id=\"47\"><span data-css=\"tve-u-165e64c0909\" style=\"font-family: Merriweather;\" wfd-id=\"48\">â€¢ Send information, respond to inquiries, and/or other requests or questions.<br>â€¢ Process orders and to send information and updates pertaining to orders<br>â€¢ Market to our mailing list or continue to send emails to our clients after the original transaction has occurred<br>To be in accordance with CANSPAM we agree to the following:<br>â€¢ NOT use false, or misleading subjects or email addresses<br>â€¢ Identify the message as an advertisement in some reasonable way<br>â€¢ Include the physical address of our business or site headquarters<br>â€¢ Monitor third party email marketing services for compliance, if one is used.<br>â€¢ Honor opt-out/unsubscribe requests quickly<br>â€¢ Allow users to unsubscribe by using the link at the bottom of each email<br>If at any time you would like to unsubscribe from receiving future emails, you can email us at<br>â€¢ Follow the instructions at the bottom of each email. and we will promptly remove you from ALL correspondence.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c090a\" style=\"font-weight: 400;\" wfd-id=\"45\"><span data-css=\"tve-u-165e64c090c\" style=\"font-family: Merriweather;\" wfd-id=\"46\">Contacting Us</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c090d\" style=\"font-weight: 400;\" wfd-id=\"43\"><span data-css=\"tve-u-165e64c090e\" style=\"font-family: Merriweather;\" wfd-id=\"44\">If there are any questions regarding this privacy policy you may contact us using the information below.<br>Blackhawk Custom, LLC.<br>825 South Kings Highway<br>Fort Pierce, FL 34945<br>United States<br>https://www.blackhawkcustom.com</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c090d\" style=\"font-weight: 400;\" wfd-id=\"41\"><span data-css=\"tve-u-165e64c090e\" style=\"font-family: Merriweather;\" wfd-id=\"42\"><br>Conditions of use:</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c090d\" style=\"font-weight: 400;\" wfd-id=\"39\"><span data-css=\"tve-u-165e64c090e\" style=\"font-family: Merriweather;\" wfd-id=\"40\">â€‹</span></span><span data-css=\"tve-u-165e64c0910\" style=\"font-family: Merriweather; font-weight: 400;\" wfd-id=\"38\">By using this website, you agree to all of our terms and conditions of the sale<br>All sales are final (See our refund policy)</span></p></div></div>\n</div>'),(3956,143,'tve_revision_tve_content_more_found',''),(3957,143,'tve_revision_tve_save_post',''),(3958,143,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Special+Elite:400&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700,300,200&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Merriweather:400,400i,700,700i&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Montserrat:400,700&subset=latin\");@media (min-width: 300px){#tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] p, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] li, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] blockquote, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] address, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] .tcb-plain-text, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] h1, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] h2, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] h3, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] h4, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] h5, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] h6 { color: rgb(255, 255, 255); }[data-css=\"tve-u-1642b667be5\"] { max-width: 1200px; float: none; width: 100%; padding: 5px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1642b32e2c2\"] { float: none; z-index: 3; position: relative; width: 100%; margin-left: auto !important; margin-right: auto !important; }#tcb_landing_page a.tve_state_hover:not(.tcb-button-link) { color: rgb(179, 144, 57); }[data-css=\"tve-u-1642b25c464\"] { padding: 5px 10px !important; background-image: none !important; }[data-css=\"tve-u-1642b20c920\"] strong { font-weight: 700 !important; }#tve_editor [data-css=\"tve-u-1642b20c920\"] { font-size: 16px !important; font-family: Montserrat !important; font-weight: 400 !important; }#tve_editor [data-css=\"tve-u-16035acf904\"] { font-size: 24px !important; font-family: \"Special Elite\" !important; font-weight: 400 !important; text-transform: capitalize !important; }.tcb-plain-text strong { font-weight: 700; }.tcb-plain-text { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page a strong { font-weight: 700; }#tcb_landing_page h6 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(0, 0, 0); font-size: 20px; }#tcb_landing_page h5 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(0, 0, 0); font-size: 24px; }#tcb_landing_page h4 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(0, 0, 0); font-size: 30px; }#tcb_landing_page a:not(.tcb-button-link) { color: rgb(0, 0, 0); text-decoration: underline; }#tcb_landing_page h3 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(0, 0, 0); font-size: 38px; line-height: 1.3em; }#tcb_landing_page h2 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(0, 0, 0); font-size: 45px; line-height: 1.3em; }#tcb_landing_page h1 { font-family: \"Special Elite\"; font-weight: 400; font-size: 50px; line-height: 1.3em; color: rgb(0, 0, 0); }#tcb_landing_page p strong, #tcb_landing_page li strong { font-weight: 700; }#tcb_landing_page p, #tcb_landing_page li { font-family: Merriweather; font-weight: 400; font-size: 17px; line-height: 1.6em; color: rgb(0, 0, 0); }[data-css=\"tve-u-15e09c94f7d\"] { background-color: rgb(0, 0, 0) !important; }#tcb_landing_page a:hover:not(.tcb-button-link) { text-decoration: none; color: rgb(179, 144, 57); }#tcb_landing_page .tve-state-hovera:not(.tcb-button-link) { text-decoration: none; }#tcb_landing_page a.tve-state-hover:not(.tcb-button-link) { text-decoration: none; }[data-css=\"tve-u-1642b6ef7e6\"]::after { clear: both; }[data-css=\"tve-u-165e6491162\"] strong { font-weight: 700 !important; }#tve_editor [data-css=\"tve-u-165e6491162\"] { font-size: 16px !important; font-family: Montserrat !important; font-weight: 400 !important; }[data-css=\"tve-u-165e6492b04\"] strong { font-weight: 700 !important; }#tve_editor [data-css=\"tve-u-165e6492b04\"] { font-size: 16px !important; font-family: Merriweather !important; font-weight: 400 !important; }[data-css=\"tve-u-1642b6ef7e6\"] p, [data-css=\"tve-u-1642b6ef7e6\"] li, [data-css=\"tve-u-1642b6ef7e6\"] blockquote, [data-css=\"tve-u-1642b6ef7e6\"] address, [data-css=\"tve-u-1642b6ef7e6\"] .tcb-plain-text, [data-css=\"tve-u-1642b6ef7e6\"] label, [data-css=\"tve-u-1642b6ef7e6\"] h1, [data-css=\"tve-u-1642b6ef7e6\"] h2, [data-css=\"tve-u-1642b6ef7e6\"] h3, [data-css=\"tve-u-1642b6ef7e6\"] h4, [data-css=\"tve-u-1642b6ef7e6\"] h5, [data-css=\"tve-u-1642b6ef7e6\"] h6 { font-weight: 400 !important; }#tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] p, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] li, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] blockquote, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] address, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] .tcb-plain-text, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] label { font-family: Merriweather; }#tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] strong { font-weight: 700; }#tcb_landing_page .tcb-plain-text { color: rgb(0, 0, 0); font-family: Merriweather; font-weight: 400; }#tcb_landing_page .tcb-button-link { font-family: Merriweather; font-weight: 400; }#tcb_landing_page input { font-family: Merriweather; font-weight: 400; }#tcb_landing_page .tcb-button-link strong { font-weight: 700; }#tcb_landing_page input strong { font-weight: 700; }#tcb_landing_page .tcb-plain-text strong { font-weight: 700; }[data-css=\"tve-u-165e64c08c2\"] { font-family: Merriweather !important; font-weight: 400 !important; }[data-css=\"tve-u-165e64c08c4\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08c5\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08c6\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08c7\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08c9\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08ca\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08cb\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08cc\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08ce\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08cf\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08d0\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08d1\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08d3\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08d4\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08d5\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08d6\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08d8\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08d9\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08da\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08db\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08dd\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08de\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08df\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08e0\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08e2\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08e3\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08e4\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08e5\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08e7\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08e8\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08e9\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08ea\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08ec\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08ed\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08ee\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08f0\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08f1\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08f2\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08f3\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08f6\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08f7\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08f8\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08f9\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08fa\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08fb\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08fc\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08fe\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08ff\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c0900\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c0901\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c0903\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c0904\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c0905\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c0906\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c0908\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c0909\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c090a\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c090c\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c090d\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c090e\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c0910\"] { font-family: Merriweather !important; font-weight: 400 !important; }[data-css=\"tve-u-165e64c08c2\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-165e64c579a\"] { font-family: Merriweather !important; font-weight: 400 !important; }[data-css=\"tve-u-165e64c579a\"] strong { font-weight: 700 !important; }#tve_editor [data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_5402f616 > a { font-family: \"Special Elite\"; font-weight: 600; fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; font-size: 18px !important; }#tve_editor [data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_13475a66 > a { font-family: \"Special Elite\"; font-weight: 600; fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; font-size: 18px !important; }#tve_editor [data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_a19cc162 > a { font-family: \"Special Elite\"; font-weight: 600; fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; font-size: 18px !important; }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_5402f616 { text-transform: capitalize; padding: 4px 15px !important; }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_13475a66 { text-transform: capitalize; padding: 4px 15px !important; }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_a19cc162 { text-transform: capitalize; padding: 4px 15px !important; }[data-css=\"tve-u-165f5ddaaa4\"] { padding: 0px !important; margin-left: auto !important; margin-right: auto !important; float: none; width: 100%; z-index: 3; position: relative; max-width: 1088px; }#tve_editor [data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_65zjXM43 > a { font-family: \"Special Elite\"; font-weight: 600; fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; font-size: 18px !important; }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_65zjXM43 { text-transform: capitalize; padding: 4px 15px !important; }#tve_editor [data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_2SmNtzRv > a { font-family: \"Special Elite\"; font-weight: 600; fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; font-size: 18px !important; }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_2SmNtzRv { text-transform: capitalize; padding: 4px 15px !important; }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_5402f616.menu-item { margin-right: 50px; }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_13475a66.menu-item { margin-right: 50px; }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_a19cc162.menu-item { margin-right: 50px; }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_65zjXM43.menu-item { margin-right: 50px; }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_2SmNtzRv.menu-item { margin-right: 50px; }#tve_editor [data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_0NaqyNWp > a { font-family: \"Source Sans Pro\"; font-weight: 600; fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; font-size: 17px !important; }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_0NaqyNWp > a { font-weight: 600 !important; }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_0NaqyNWp { text-transform: capitalize; background-color: rgb(55, 179, 233); border-radius: 2px; padding: 3px 15px !important; }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_0NaqyNWp.menu-item { margin-right: 50px; }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_ed3da1d0 > a { font-weight: 400 !important; }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_1f1477da > a { font-weight: 400 !important; }#tve_editor [data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_ed3da1d0 > a { font-family: \"Source Sans Pro\"; font-weight: 600; fill: rgb(197, 197, 197) !important; color: rgb(197, 197, 197) !important; font-size: 16px !important; }#tve_editor [data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_1f1477da > a { font-family: \"Source Sans Pro\"; font-weight: 600; fill: rgb(197, 197, 197) !important; color: rgb(197, 197, 197) !important; font-size: 16px !important; }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_13475a66 > ul { border: none; background-color: rgb(30, 30, 32) !important; }#tve_editor [data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_ed3da1d0:hover { background-color: rgb(93, 93, 93) !important; }#tve_editor [data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_1f1477da:hover { background-color: rgb(93, 93, 93) !important; }#tve_editor [data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_ed3da1d0:hover > a { fill: rgb(55, 179, 233) !important; color: rgb(55, 179, 233) !important; }#tve_editor [data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_1f1477da:hover > a { fill: rgb(55, 179, 233) !important; color: rgb(55, 179, 233) !important; }#tve_editor [data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_5402f616:hover { border-bottom: 2px solid rgb(55, 179, 233) !important; }#tve_editor [data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_13475a66:hover { border-bottom: 2px solid rgb(55, 179, 233) !important; }#tve_editor [data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_a19cc162:hover { border-bottom: 2px solid rgb(55, 179, 233) !important; }#tve_editor [data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_65zjXM43:hover { border-bottom: 2px solid rgb(55, 179, 233) !important; }#tve_editor [data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_2SmNtzRv:hover { border-bottom: 2px solid rgb(55, 179, 233) !important; }#tve_editor [data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_0NaqyNWp:hover { border-bottom: none !important; box-shadow: rgba(0, 0, 0, 0.25) 0px 8px 12px 0px !important; background-image: linear-gradient(rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.15)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_ed3da1d0 { padding: 10px 0px !important; }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_1f1477da { padding: 10px 0px !important; }}@media (max-width: 1023px){#tcb_landing_page a:not(.tcb-button-link) { color: rgb(0, 0, 0); }.tcb-plain-text { color: rgb(0, 0, 0); }#tcb_landing_page p, #tcb_landing_page li { color: rgb(0, 0, 0); }#tcb_landing_page h6 { color: rgb(0, 0, 0); }#tcb_landing_page h5 { color: rgb(0, 0, 0); }#tcb_landing_page h4 { color: rgb(0, 0, 0); }#tcb_landing_page h3 { color: rgb(0, 0, 0); }#tcb_landing_page h2 { color: rgb(0, 0, 0); }#tcb_landing_page h1 { color: rgb(0, 0, 0); }#tve_editor [data-css=\"tve-u-165f5ddaaa4\"] .tcb-icon-open > :first-child { color: rgb(255, 255, 255); }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_5402f616 { padding-top: 8px !important; padding-bottom: 8px !important; }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_a19cc162 { padding-top: 8px !important; padding-bottom: 8px !important; }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_65zjXM43 { padding-top: 8px !important; padding-bottom: 8px !important; }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_2SmNtzRv { padding-top: 8px !important; padding-bottom: 8px !important; }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_13475a66 { background-image: linear-gradient(rgb(57, 57, 57), rgb(57, 57, 57)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; padding: 8px 0px 0px !important; }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_0NaqyNWp { border-radius: 0px; padding: 8px 0px !important; margin-right: 0px !important; margin-left: 0px !important; }[data-css=\"tve-u-165f5ddaaa4\"] .tcb-icon-open { font-size: 30px; width: 30px; height: 30px; }#tve_editor [data-css=\"tve-u-165f5ddaaa4\"] .tcb-icon-close > :first-child { color: rgb(255, 255, 255); }[data-css=\"tve-u-165f5ddaaa4\"] .tcb-icon-close { font-size: 30px; width: 30px; height: 30px; margin-bottom: 10px !important; }#tve_editor [data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_0NaqyNWp > a { font-size: 18px !important; }}@media (max-width: 767px){#tve_editor [data-css=\"tve-u-16035acf904\"] { font-size: 36px !important; }#tve_editor [data-css=\"tve-u-165e6491162\"] { font-size: 15px !important; }#tve_editor [data-css=\"tve-u-165f5ddaaa4\"] .tcb-icon-open > :first-child { color: rgb(255, 255, 255); }[data-css=\"tve-u-165f5ddaaa4\"] .tcb-icon-open { font-size: 30px; width: 30px; height: 30px; }[data-css=\"tve-u-165f5ddaaa4\"] .tcb-icon-close { font-size: 30px; width: 30px; height: 30px; margin-bottom: 10px !important; }#tve_editor [data-css=\"tve-u-165f5ddaaa4\"] .tcb-icon-close > :first-child { color: rgb(255, 255, 255); }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_5402f616 { background-color: rgba(57, 57, 57, 0); padding-top: 8px !important; padding-bottom: 8px !important; }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_a19cc162 { background-color: rgba(57, 57, 57, 0); padding-top: 8px !important; padding-bottom: 8px !important; }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_65zjXM43 { background-color: rgba(57, 57, 57, 0); padding-top: 8px !important; padding-bottom: 8px !important; }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_2SmNtzRv { background-color: rgba(57, 57, 57, 0); padding-top: 8px !important; padding-bottom: 8px !important; }[data-css=\"tve-u-165f5ddaaa4\"] .tve_w_menu { background-color: rgb(57, 57, 57) !important; }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_13475a66 { padding: 8px 0px !important; }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_0NaqyNWp { border-radius: 0px; padding: 8px 0px !important; }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_ed3da1d0 { border-bottom: none; padding-bottom: 8px !important; }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_1f1477da { border-bottom: none; padding-top: 8px !important; }#tve_editor [data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_13475a66 > a { fill: rgb(55, 179, 233) !important; color: rgb(55, 179, 233) !important; }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_13475a66 > ul { border-right: none; border-bottom: none; border-left: none; border-image: initial; border-top: 1px solid rgba(0, 0, 0, 0) !important; }}'),(3959,143,'tve_revision_tve_user_custom_css',''),(3960,143,'tve_revision_tve_page_events','a:0:{}'),(3961,143,'tve_revision_tve_globals','a:2:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";s:8:\"font_cls\";a:0:{}}'),(3962,143,'tve_revision_tve_global_scripts',''),(3963,143,'tve_revision_thrive_icon_pack','0'),(3964,143,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(3965,143,'tve_revision_tve_has_masonry','0'),(3966,143,'tve_revision_tve_has_typefocus','0'),(3967,143,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-custom-menu-inside\" data-css=\"tve-u-1642b667be5\" style=\"z-index: 8;\" wfd-id=\"33\">\n<div class=\"tve-content-box-background\" wfd-id=\"133\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1642b6ef7e6\" style=\"z-index: 8;\" wfd-id=\"34\"><div class=\"thrv_wrapper thrv_widget_menu tve-custom-menu-upgrade tve-mobile-dropdown  tve-menu-style-none tve-mobile-icon-style_3 tve-dropdown-icon-style_1\" data-tve-style=\"tve_horizontal\" data-tve-switch-icon=\"tablet,mobile\" data-css=\"tve-u-165f5ddaaa4\" tcb-template-name=\"Shadow Dark\" tcb-template-id=\"28115\" data-ct=\"menu-28115\" style=\"\" wfd-id=\"108\">	<div class=\"thrive-shortcode-config\" style=\"display: none !important\" wfd-id=\"132\">__CONFIG_widget_menu__{\"menu_id\":\"custom\",\"color\":\"tve_red\",\"dir\":\"tve_horizontal\",\"font_class\":\"\",\"font_size\":\"\",\"ul_attr\":\"\",\"link_attr\":\"\",\"top_link_attr\":\"\",\"trigger_attr\":\"\",\"primary\":\"\",\"head_css\":\"\",\"background_hover\":\"\",\"main_hover\":\"\",\"child_hover\":\"\",\"group_edit\":[{\"css_id\":null,\"class\":\"\"},{\"css_id\":null,\"class\":\"\"},{\"css_id\":null,\"class\":\"\"},{\"css_id\":null,\"class\":\"\"},{\"css_id\":null,\"class\":\"\"},{\"css_id\":null,\"class\":\"\"},{\"css_id\":null,\"class\":\"\"},{\"css_id\":null,\"class\":\"\"}],\"menu_style\":\"none\",\"dropdown_icon\":\"style_1\",\"mobile_side\":\"\",\"mobile_icon\":\"style_3\",\"switch_to_icon\":\"tablet,mobile\",\"template\":\"28115\",\"template_name\":\"Shadow Dark\"}__CONFIG_widget_menu__</div>\n<div class=\"thrive-shortcode-html tve-menu-custom-type thrive-shortcode-html-editable tve-custom-menu-type tve_clearfix\" style=\"z-index: 8;\" wfd-id=\"109\">\n<a class=\"tve-m-trigger t_tve_horizontal tve_red\" href=\"javascript:void(0)\"><div class=\"thrv_wrapper thrv_icon tcb-icon-open tve-trigger-active\" data-not-changeable=\"true\" data-selector=\"[data-css=&quot;tve-u-165f5ddaaa4&quot;] .tcb-icon-open\" wfd-id=\"131\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"align-justify\"><g><rect x=\"8\" y=\"10.1\" class=\"st0\" width=\"16\" height=\"2\"></rect><rect x=\"8\" y=\"15\" class=\"st0\" width=\"16\" height=\"2\"></rect><rect x=\"8\" y=\"19.9\" class=\"st0\" width=\"16\" height=\"2\"></rect><path class=\"st0\" d=\"M0,0v32h32V0H0z M30,30H2V2h28V30z\"></path></g></svg></div><div class=\"thrv_wrapper thrv_icon tcb-icon-close\" data-not-changeable=\"true\" data-selector=\"[data-css=&quot;tve-u-165f5ddaaa4&quot;] .tcb-icon-close\" wfd-id=\"130\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"close\"><g><path class=\"st0\" d=\"M0,0v32h32V0H0z M30,30H2V2h28V30z\"></path><polygon class=\"st0\" points=\"11.1,22.4 16,17.4 21,22.4 22.4,21 17.4,16 22.4,11.1 21,9.6 16,14.6 11.1,9.6 9.6,11.1 14.6,16 9.6,21 \"></polygon></g></svg></div></a><ul id=\"menu-main-menu\" class=\"tve_w_menu tve_horizontal tve-m-collapsed\" style=\"z-index: 6;\" wfd-id=\"110\"><li id=\"tcb_custom_menu_5402f616\" class=\"menu-item menu-item-type-post_type menu-item-object-page thrv_wrapper thrv-menu-item-element thrv-custom-menu-item\" data-selector=\"[data-css=&quot;tve-u-165f5ddaaa4&quot;] #tcb_custom_menu_5402f616\" data-tcb_hover_state_parent=\"\" wfd-id=\"127\"><a href=\"https://bestcerakoteflorida.com/\"><span class=\"tve-disabled-text-inner\" wfd-id=\"129\">HOME</span><span class=\"tve-disabled-text-inner tve-item-dropdown-trigger\" wfd-id=\"128\"></span></a></li><li id=\"tcb_custom_menu_13475a66\" class=\"menu-item menu-item-type-post_type menu-item-object-page thrv_wrapper thrv-menu-item-element thrv-custom-menu-item menu-item-has-children tcb-excluded-from-group-item\" data-selector=\"[data-css=&quot;tve-u-165f5ddaaa4&quot;] #tcb_custom_menu_13475a66\" data-tcb_hover_state_parent=\"\" wfd-id=\"123\"><a href=\"\"><span class=\"tve-disabled-text-inner\" wfd-id=\"126\">NAV#2</span><span class=\"tve-disabled-text-inner tve-item-dropdown-trigger\" wfd-id=\"125\"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"tve-dropdown-icon-up\" viewBox=\"0 0 320 512\"><path d=\"M151.5 347.8L3.5 201c-4.7-4.7-4.7-12.3 0-17l19.8-19.8c4.7-4.7 12.3-4.7 17 0L160 282.7l119.7-118.5c4.7-4.7 12.3-4.7 17 0l19.8 19.8c4.7 4.7 4.7 12.3 0 17l-148 146.8c-4.7 4.7-12.3 4.7-17 0z\"></path></svg><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"tve-dropdown-icon-down\" viewBox=\"0 0 320 512\"><path d=\"M168.5 164.2l148 146.8c4.7 4.7 4.7 12.3 0 17l-19.8 19.8c-4.7 4.7-12.3 4.7-17 0L160 229.3 40.3 347.8c-4.7 4.7-12.3 4.7-17 0L3.5 328c-4.7-4.7-4.7-12.3 0-17l148-146.8c4.7-4.7 12.3-4.7 17 0z\"></path></svg></span></a><ul class=\"sub-menu tve_empty_dropzone\" data-selector=\"[data-css=&quot;tve-u-165f5ddaaa4&quot;] #tcb_custom_menu_13475a66 > ul\"><li id=\"tcb_custom_menu_ed3da1d0\" class=\"menu-item menu-item-type-post_type menu-item-object-page thrv_wrapper thrv-menu-item-element thrv-custom-menu-item tcb-excluded-from-group-item\" data-selector=\"[data-css=&quot;tve-u-165f5ddaaa4&quot;] #tcb_custom_menu_ed3da1d0\" data-tcb_hover_state_parent=\"\"><a href=\"\"><span class=\"tve-disabled-text-inner\">SUB-NAV#1</span><span class=\"tve-disabled-text-inner tve-item-dropdown-trigger\"></span></a></li><li id=\"tcb_custom_menu_1f1477da\" class=\"menu-item menu-item-type-post_type menu-item-object-page thrv_wrapper thrv-menu-item-element thrv-custom-menu-item\" data-selector=\"[data-css=&quot;tve-u-165f5ddaaa4&quot;] #tcb_custom_menu_1f1477da\" data-tcb_hover_state_parent=\"\"><a href=\"\"><span class=\"tve-disabled-text-inner\">SUB-NAV#2</span><span class=\"tve-disabled-text-inner tve-item-dropdown-trigger\"></span></a></li></ul></li><li id=\"tcb_custom_menu_a19cc162\" class=\"menu-item menu-item-type-post_type menu-item-object-page thrv_wrapper thrv-menu-item-element thrv-custom-menu-item\" data-selector=\"[data-css=&quot;tve-u-165f5ddaaa4&quot;] #tcb_custom_menu_a19cc162\" data-tcb_hover_state_parent=\"\" wfd-id=\"120\"><a href=\"\"><span class=\"tve-disabled-text-inner\" wfd-id=\"122\">NAV#3</span><span class=\"tve-disabled-text-inner tve-item-dropdown-trigger\" wfd-id=\"121\"></span></a></li><li id=\"tcb_custom_menu_65zjXM43\" class=\"menu-item menu-item-type-post_type menu-item-object-page thrv_wrapper thrv-menu-item-element thrv-custom-menu-item\" data-selector=\"[data-css=&quot;tve-u-165f5ddaaa4&quot;] #tcb_custom_menu_65zjXM43\" data-tcb_hover_state_parent=\"\" wfd-id=\"117\"><a href=\"\"><span class=\"tve-disabled-text-inner\" wfd-id=\"119\">NAV#4</span><span class=\"tve-disabled-text-inner tve-item-dropdown-trigger\" wfd-id=\"118\"></span></a></li><li id=\"tcb_custom_menu_2SmNtzRv\" class=\"menu-item menu-item-type-post_type menu-item-object-page thrv_wrapper thrv-menu-item-element thrv-custom-menu-item\" data-selector=\"[data-css=&quot;tve-u-165f5ddaaa4&quot;] #tcb_custom_menu_2SmNtzRv\" data-tcb_hover_state_parent=\"\" wfd-id=\"114\"><a href=\"\"><span class=\"tve-disabled-text-inner\" wfd-id=\"116\">NAV#5</span><span class=\"tve-disabled-text-inner tve-item-dropdown-trigger\" wfd-id=\"115\"></span></a></li><li id=\"tcb_custom_menu_0NaqyNWp\" class=\"menu-item menu-item-type-post_type menu-item-object-page thrv_wrapper thrv-menu-item-element thrv-custom-menu-item tcb-excluded-from-group-item active-expand-children\" data-selector=\"[data-css=&quot;tve-u-165f5ddaaa4&quot;] #tcb_custom_menu_0NaqyNWp\" data-tcb_hover_state_parent=\"\" wfd-id=\"111\"><a href=\"https://bestcerakoteflorida.com/cart/\"><span class=\"tve-disabled-text-inner\" wfd-id=\"113\">CART</span><span class=\"tve-disabled-text-inner tve-item-dropdown-trigger\" wfd-id=\"112\"></span></a></li></ul></div>	</div><div class=\"thrv_wrapper thrv_heading\" style=\"\" data-tag=\"h1\" data-css=\"tve-u-1642b32e2c2\" wfd-id=\"105\"><h1 data-css=\"tve-u-16035acf904\" style=\"text-align: center;\"><strong>Privacy</strong></h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" data-css=\"tve-u-1642b25c464\" wfd-id=\"35\"><p data-css=\"tve-u-165e6491162\"><span data-css=\"tve-u-165e64c579a\" style=\"font-family: Merriweather; font-weight: 400;\" wfd-id=\"104\">Privacy Policy</span></p><p data-css=\"tve-u-165e6492b04\"><span data-css=\"tve-u-165e64c08c2\" style=\"font-family: Merriweather; font-weight: 400;\" wfd-id=\"103\">What personal information do we collect from the people that visit our blog, website or app?<br>When ordering or registering on our site, as appropriate, you may be asked to enter your name, email address, mailing address, phone number, credit card information or other details to help you with your experience.</span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08c4\" style=\"font-weight: 400;\" wfd-id=\"101\"><span data-css=\"tve-u-165e64c08c5\" style=\"font-family: Merriweather;\" wfd-id=\"102\">When do we collect information?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08c6\" style=\"font-weight: 400;\" wfd-id=\"99\"><span data-css=\"tve-u-165e64c08c7\" style=\"font-family: Merriweather;\" wfd-id=\"100\">We collect information from you when you register on our site, place an order, subscribe to a newsletter, respond to a survey, fill out a form or enter information on our site.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08c9\" style=\"font-weight: 400;\" wfd-id=\"97\"><span data-css=\"tve-u-165e64c08ca\" style=\"font-family: Merriweather;\" wfd-id=\"98\">How do we use your information?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08cb\" style=\"font-weight: 400;\" wfd-id=\"95\"><span data-css=\"tve-u-165e64c08cc\" style=\"font-family: Merriweather;\" wfd-id=\"96\">We may use the information we collect from you when you register, make a purchase, sign up for our newsletter, respond to a survey or marketing communication, surf the website, or use certain other site features in the following ways:<br>â€¢ To personalize user\'s experience and to allow us to deliver the type of content and product offerings in which you are most interested.<br>â€¢ To improve our website in order to better serve you.<br>â€¢ To allow us to better service you in responding to your customer service requests.<br>â€¢ To administer a contest, promotion, survey or other site feature.<br>â€¢ To quickly process your transactions.<br>â€¢ To send periodic emails regarding your order or other products and services.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08ce\" style=\"font-weight: 400;\" wfd-id=\"93\"><span data-css=\"tve-u-165e64c08cf\" style=\"font-family: Merriweather;\" wfd-id=\"94\">How do we protect visitor information?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08d0\" style=\"font-weight: 400;\" wfd-id=\"91\"><span data-css=\"tve-u-165e64c08d1\" style=\"font-family: Merriweather;\" wfd-id=\"92\">Our website is scanned on a regular basis for security holes and known vulnerabilities in order to make your visit to our site as safe as possible.<br>We use regular Malware Scanning.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08d3\" style=\"font-weight: 400;\" wfd-id=\"89\"><span data-css=\"tve-u-165e64c08d4\" style=\"font-family: Merriweather;\" wfd-id=\"90\">Your personal information is contained behind secured networks and is only accessible by a limited number of persons who have special access rights to such systems, and are required to keep the information confidential. In addition, all sensitive/credit information you supply is encrypted via Secure Socket Layer (SSL) technology.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08d5\" style=\"font-weight: 400;\" wfd-id=\"87\"><span data-css=\"tve-u-165e64c08d6\" style=\"font-family: Merriweather;\" wfd-id=\"88\">We implement a variety of security measures when a user places an order, enters, submits, or accesses their information to maintain the safety of your personal information.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08d8\" style=\"font-weight: 400;\" wfd-id=\"85\"><span data-css=\"tve-u-165e64c08d9\" style=\"font-family: Merriweather;\" wfd-id=\"86\">All transactions are processed through a gateway provider and are not stored or processed on our servers.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08da\" style=\"font-weight: 400;\" wfd-id=\"83\"><span data-css=\"tve-u-165e64c08db\" style=\"font-family: Merriweather;\" wfd-id=\"84\">Do we use \'cookies\'?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08dd\" style=\"font-weight: 400;\" wfd-id=\"81\"><span data-css=\"tve-u-165e64c08de\" style=\"font-family: Merriweather;\" wfd-id=\"82\">Yes. Cookies are small files that a site or its service provider transfers to your computer\'s hard drive through your Web browser (if you allow) that enable the site\'s or service provider\'s systems to recognize your browser and capture and remember certain information. For instance, we use cookies to help us remember and process the items in your shopping cart. They are also used to help us understand your preferences based on previous or current site activity, which enables us to provide you with improved services. We also use cookies to help us compile aggregate data about site traffic and site interaction so that we can offer better site experiences and tools in the future.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08df\" style=\"font-weight: 400;\" wfd-id=\"79\"><span data-css=\"tve-u-165e64c08e0\" style=\"font-family: Merriweather;\" wfd-id=\"80\">We use cookies to:</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08e2\" style=\"font-weight: 400;\" wfd-id=\"77\"><span data-css=\"tve-u-165e64c08e3\" style=\"font-family: Merriweather;\" wfd-id=\"78\">â€¢ Help remember and process the items in the shopping cart.<br>â€¢ Understand and save user\'s preferences for future visits.<br>You can choose to have your computer warn you each time a cookie is being sent, or you can choose to turn off all cookies. You do this through your browser (like Internet Explorer) settings. Each browser is a little different, so look at your browser\'s Help menu to learn the correct way to modify your cookies.<br>If users disable cookies in their browser:<br>If you turn off cookies, some features will be disabled. However, you can still place orders for<br>saved items in your shopping cart over the telephone by contacting customer service.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08e4\" style=\"font-weight: 400;\" wfd-id=\"75\"><span data-css=\"tve-u-165e64c08e5\" style=\"font-family: Merriweather;\" wfd-id=\"76\">Third Party Disclosure</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08e7\" style=\"font-weight: 400;\" wfd-id=\"73\"><span data-css=\"tve-u-165e64c08e8\" style=\"font-family: Merriweather;\" wfd-id=\"74\">We do not sell, trade, or otherwise transfer to outside parties your personally identifiable information.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08e9\" style=\"font-weight: 400;\" wfd-id=\"71\"><span data-css=\"tve-u-165e64c08ea\" style=\"font-family: Merriweather;\" wfd-id=\"72\">Third party links</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08ec\" style=\"font-weight: 400;\" wfd-id=\"69\"><span data-css=\"tve-u-165e64c08ed\" style=\"font-family: Merriweather;\" wfd-id=\"70\">Occasionally, at our discretion, we may include or offer third party products or services on our website. These third party sites have separate and independent privacy policies. We therefore have no responsibility or liability for the content and activities of these linked sites. Nonetheless, we seek to protect the integrity of our site and welcome any feedback about these sites.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08ee\" style=\"font-weight: 400;\" wfd-id=\"67\"><span data-css=\"tve-u-165e64c08f0\" style=\"font-family: Merriweather;\" wfd-id=\"68\">Google</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08f1\" style=\"font-weight: 400;\" wfd-id=\"65\"><span data-css=\"tve-u-165e64c08f2\" style=\"font-family: Merriweather;\" wfd-id=\"66\">Google\'s advertising requirements can be summed up by Google\'s Advertising Principles. They are put in place to provide a positive experience for users. https://support.google.com/adwordspolicy/answer/1316548?hl=en<br>Opting out:<br>Users can set preferences for how Google advertises to you using the Google Ad Settings page. Alternatively, you can opt out by visiting the Network Advertising initiative opt out page or permanently using the Google Analytics Opt Out Browser add on.<br>California Online Privacy Protection Act<br>CalOPPA is the first state law in the nation to require commercial websites and online services to post a privacy policy. The law\'s reach stretches well beyond California to require a person or company in the United States (and conceivably the world) that operates websites collecting personally identifiable information from California consumers to post a conspicuous privacy policy on its website stating exactly the information being collected and those individuals with whom it is being shared, and to comply with this policy.<br>See more at: http://consumercal.org/california-online-privacy-protection-act-caloppa/#sthash.0FdRbT51.dpuf<br>According to CalOPPA we agree to the following:<br>Users can visit our site anonymously<br>Once this privacy policy is created, we will add a link to it on our home page, or as a minimum on the first significant page after entering our website.<br>Our Privacy Policy link includes the word \'Privacy\', and can be easily be found on the page specified above.<br>Users will be notified of any privacy policy changes:<br>â€¢ On our Privacy Policy Page<br>Users are able to change their personal information:<br>â€¢ By emailing us<br>â€¢ By calling us</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08f3\" style=\"font-weight: 400;\" wfd-id=\"63\"><span data-css=\"tve-u-165e64c08f6\" style=\"font-family: Merriweather;\" wfd-id=\"64\">How does our site handle do not track signals?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08f7\" style=\"font-weight: 400;\" wfd-id=\"61\"><span data-css=\"tve-u-165e64c08f8\" style=\"font-family: Merriweather;\" wfd-id=\"62\">We honor do not track signals and do not track, plant cookies, or use advertising when a Do Not Track (DNT) browser mechanism is in place.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08f9\" style=\"font-weight: 400;\" wfd-id=\"59\"><span data-css=\"tve-u-165e64c08fa\" style=\"font-family: Merriweather;\" wfd-id=\"60\">Does our site allow third party behavioral tracking?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08fb\" style=\"font-weight: 400;\" wfd-id=\"57\"><span data-css=\"tve-u-165e64c08fc\" style=\"font-family: Merriweather;\" wfd-id=\"58\">It\'s also important to note that we do not allow third party behavioral tracking<br>COPPA (Children Online Privacy Protection Act)<br>When it comes to the collection of personal information from children under 13, the Children\'s Online Privacy Protection Act (COPPA) puts parents in control. The Federal Trade Commission, the nation\'s consumer protection agency, enforces the COPPA Rule, which spells out what operators of websites and online services must do to protect children\'s privacy and safety online.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08fe\" style=\"font-weight: 400;\" wfd-id=\"55\"><span data-css=\"tve-u-165e64c08ff\" style=\"font-family: Merriweather;\" wfd-id=\"56\">We do not specifically market to children under 13.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c0900\" style=\"font-weight: 400;\" wfd-id=\"53\"><span data-css=\"tve-u-165e64c0901\" style=\"font-family: Merriweather;\" wfd-id=\"54\">Fair Information Practices</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c0903\" style=\"font-weight: 400;\" wfd-id=\"51\"><span data-css=\"tve-u-165e64c0904\" style=\"font-family: Merriweather;\" wfd-id=\"52\">The Fair Information Practices Principles form the backbone of privacy law in the United States and the concepts they include have played a significant role in the development of data protection laws around the globe. Understanding the Fair Information Practice Principles and how they should be implemented is critical to comply with the various privacy laws that protect personal information.<br>In order to be in line with Fair Information Practices we will take the following responsive action, should a data breach occur:<br>â€¢ Within 7 business days<br>We will notify the users via in site notification<br>â€¢ Within 7 business days<br>We also agree to the individual redress principle, which requires that individuals have a right to pursue legally enforceable rights against data collectors and processors who fail to adhere to the law. This principle requires not only that individuals have enforceable rights against data users, but also that individuals have recourse to courts or a government agency to investigate and/or prosecute non-compliance by data processors.<br>CAN SPAM Act<br>The CAN-SPAM Act is a law that sets the rules for commercial email, establishes requirements for commercial messages, gives recipients the right to have emails stopped from being sent to them, and spells out tough penalties for violations.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c0905\" style=\"font-weight: 400;\" wfd-id=\"49\"><span data-css=\"tve-u-165e64c0906\" style=\"font-family: Merriweather;\" wfd-id=\"50\">We collect your email address in order to:</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c0908\" style=\"font-weight: 400;\" wfd-id=\"47\"><span data-css=\"tve-u-165e64c0909\" style=\"font-family: Merriweather;\" wfd-id=\"48\">â€¢ Send information, respond to inquiries, and/or other requests or questions.<br>â€¢ Process orders and to send information and updates pertaining to orders<br>â€¢ Market to our mailing list or continue to send emails to our clients after the original transaction has occurred<br>To be in accordance with CANSPAM we agree to the following:<br>â€¢ NOT use false, or misleading subjects or email addresses<br>â€¢ Identify the message as an advertisement in some reasonable way<br>â€¢ Include the physical address of our business or site headquarters<br>â€¢ Monitor third party email marketing services for compliance, if one is used.<br>â€¢ Honor opt-out/unsubscribe requests quickly<br>â€¢ Allow users to unsubscribe by using the link at the bottom of each email<br>If at any time you would like to unsubscribe from receiving future emails, you can email us at<br>â€¢ Follow the instructions at the bottom of each email. and we will promptly remove you from ALL correspondence.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c090a\" style=\"font-weight: 400;\" wfd-id=\"45\"><span data-css=\"tve-u-165e64c090c\" style=\"font-family: Merriweather;\" wfd-id=\"46\">Contacting Us</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c090d\" style=\"font-weight: 400;\" wfd-id=\"43\"><span data-css=\"tve-u-165e64c090e\" style=\"font-family: Merriweather;\" wfd-id=\"44\">If there are any questions regarding this privacy policy you may contact us using the information below.<br>Blackhawk Custom, LLC.<br>825 South Kings Highway<br>Fort Pierce, FL 34945<br>United States<br>https://www.blackhawkcustom.com</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c090d\" style=\"font-weight: 400;\" wfd-id=\"41\"><span data-css=\"tve-u-165e64c090e\" style=\"font-family: Merriweather;\" wfd-id=\"42\"><br>Conditions of use:</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c090d\" style=\"font-weight: 400;\" wfd-id=\"39\"><span data-css=\"tve-u-165e64c090e\" style=\"font-family: Merriweather;\" wfd-id=\"40\">â€‹</span></span><span data-css=\"tve-u-165e64c0910\" style=\"font-family: Merriweather; font-weight: 400;\" wfd-id=\"38\">By using this website, you agree to all of our terms and conditions of the sale<br>All sales are final (See our refund policy)</span></p></div></div>\n</div>'),(3968,143,'tve_revision_tve_has_wistia_popover','0'),(4450,428,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(4445,428,'tve_revision_tve_user_custom_css','.thrv_text_element p { margin: 0;}\n.thrv_heading h1,h2,h3,h4,h5 {margin: 0;}'),(4446,428,'tve_revision_tve_page_events','a:0:{}'),(4447,428,'tve_revision_tve_globals','a:2:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";s:11:\"lightbox_id\";i:0;}'),(4448,428,'tve_revision_tve_global_scripts',''),(4449,428,'tve_revision_thrive_icon_pack',''),(3985,356,'tve_revision_tve_landing_page','tcb2-thrivebiz-auto'),(3986,356,'tve_revision_tve_disable_theme_dependency',''),(3987,356,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv-page-section\" data-tve-style=\"1\" data-css=\"tve-u-15d9d38550e\" wfd-id=\"180\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15d9d387a5a\" wfd-id=\"214\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15d9d383e6b\" wfd-id=\"181\"><div class=\"thrv_wrapper thrv-columns\" style=\"\" wfd-id=\"182\"><div class=\"tcb-flex-row tcb-resized tcb--cols--4 tcb-medium-no-wrap tcb-flex-center\" data-css=\"tve-u-15dcce7b583\" wfd-id=\"183\"><div class=\"tcb-flex-col\" data-css=\"tve-u-15d9d39e85e\" wfd-id=\"209\"><div class=\"tcb-col tve_empty_dropzone\" style=\"\" wfd-id=\"211\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15d9d39bb24\" data-clear=\"both\" style=\"\" wfd-id=\"212\"><span class=\"tve_image_frame\" wfd-id=\"213\"><img class=\"tve_image\" alt=\"\" sizes=\"(max-width:352px) 100vw, 352px\" width=\"352\" height=\"110\" title=\"bizcar-logo\" data-id=\"80\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/bizcar-logo.png\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-15d9d39e872\" wfd-id=\"201\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"203\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-15d9d760e96\" wfd-id=\"208\"><svg class=\"tcb-icon\" viewBox=\"0 0 22 28\" data-name=\"phone\">\n<title>phone</title>\n<path d=\"M22 19.375c0 0.562-0.25 1.656-0.484 2.172-0.328 0.766-1.203 1.266-1.906 1.656-0.922 0.5-1.859 0.797-2.906 0.797-1.453 0-2.766-0.594-4.094-1.078-0.953-0.344-1.875-0.766-2.734-1.297-2.656-1.641-5.859-4.844-7.5-7.5-0.531-0.859-0.953-1.781-1.297-2.734-0.484-1.328-1.078-2.641-1.078-4.094 0-1.047 0.297-1.984 0.797-2.906 0.391-0.703 0.891-1.578 1.656-1.906 0.516-0.234 1.609-0.484 2.172-0.484 0.109 0 0.219 0 0.328 0.047 0.328 0.109 0.672 0.875 0.828 1.188 0.5 0.891 0.984 1.797 1.5 2.672 0.25 0.406 0.719 0.906 0.719 1.391 0 0.953-2.828 2.344-2.828 3.187 0 0.422 0.391 0.969 0.609 1.344 1.578 2.844 3.547 4.813 6.391 6.391 0.375 0.219 0.922 0.609 1.344 0.609 0.844 0 2.234-2.828 3.187-2.828 0.484 0 0.984 0.469 1.391 0.719 0.875 0.516 1.781 1 2.672 1.5 0.313 0.156 1.078 0.5 1.188 0.828 0.047 0.109 0.047 0.219 0.047 0.328z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"206\"><p data-css=\"tve-u-15d9d3b42fd\" style=\"text-align: center;\"><span style=\"font-size: 16px;\" wfd-id=\"207\">Call us:</span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15d9d7685af\" style=\"\" wfd-id=\"204\"><p data-css=\"tve-u-15d9d3c9df7\" style=\"text-align: center;\"><span style=\"color: rgb(228, 0, 0); font-family: Oswald; font-weight: 400; font-size: 25px;\" wfd-id=\"205\">555-555-555</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-15d9d39e881\" wfd-id=\"192\"><div class=\"tcb-col tve_empty_dropzone\" style=\"\" wfd-id=\"194\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display tcb-mobile-hidden\" data-css=\"tve-u-15d9d3a890f\" wfd-id=\"200\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"clock-o\">\n<title>clock-o</title>\n<path d=\"M14 8.5v7c0 0.281-0.219 0.5-0.5 0.5h-5c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h3.5v-5.5c0-0.281 0.219-0.5 0.5-0.5h1c0.281 0 0.5 0.219 0.5 0.5zM20.5 14c0-4.688-3.813-8.5-8.5-8.5s-8.5 3.813-8.5 8.5 3.813 8.5 8.5 8.5 8.5-3.813 8.5-8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone tcb-mobile-hidden\" style=\"\" wfd-id=\"195\"><p data-css=\"tve-u-15d9d3b42fd\" style=\"text-align: center;\"><span style=\"font-size: 16px;\" wfd-id=\"199\"><strong>Service open:</strong></span></p><p data-css=\"tve-u-15d9d3b42fd\" style=\"text-align: center;\"><span style=\"font-size: 16px;\" wfd-id=\"198\">Mon-Fri: 09:00-19:00&nbsp;</span></p><p data-css=\"tve-u-15d9d3b42fd\" style=\"text-align: center;\"><span style=\"font-size: 16px;\" wfd-id=\"196\"><strong><span style=\"color: rgb(228, 0, 0);\" wfd-id=\"197\">24h Towing!</span></strong></span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-15d9d39e88e\" wfd-id=\"184\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"186\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display tcb-mobile-hidden\" data-css=\"tve-u-15d9d3a890f\" wfd-id=\"191\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 28\" data-name=\"map-o\">\n<title>map-o</title>\n<path d=\"M31.563 0.172c0.266 0.187 0.438 0.5 0.438 0.828v22c0 0.406-0.25 0.781-0.625 0.922l-10 4c-0.25 0.109-0.5 0.109-0.75 0l-9.625-3.844-9.625 3.844c-0.125 0.063-0.25 0.078-0.375 0.078-0.203 0-0.391-0.063-0.562-0.172-0.266-0.187-0.438-0.5-0.438-0.828v-22c0-0.406 0.25-0.781 0.625-0.922l10-4c0.25-0.109 0.5-0.109 0.75 0l9.625 3.844 9.625-3.844c0.313-0.125 0.656-0.094 0.938 0.094zM11.5 2.281v19.844l9 3.594v-19.844zM2 5.672v19.844l8.5-3.391v-19.844zM30 22.328v-19.844l-8.5 3.391v19.844z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone tcb-mobile-hidden\" wfd-id=\"187\"><p data-css=\"tve-u-15d9d3b42fd\" style=\"text-align: center;\"><span style=\"font-size: 16px;\" wfd-id=\"190\">City Name</span></p><p data-css=\"tve-u-15d9d3b42fd\" style=\"text-align: center;\"><span style=\"font-size: 16px;\" wfd-id=\"189\">123 Street Name</span></p><p data-css=\"tve-u-15d9d3b42fd\" style=\"text-align: center;\"><span style=\"font-size: 16px;\" wfd-id=\"188\">77UO2 State</span></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-tve-style=\"1\" data-css=\"tve-u-15d9d3fc669\" style=\"\" wfd-id=\"160\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15d9d3ff4f6\" wfd-id=\"179\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15d9d3fb664\" wfd-id=\"161\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15d9d41cd70\" style=\"\" data-tag=\"h1\" wfd-id=\"177\"><h1 data-css=\"tve-u-15dcce89fec\" style=\"text-align: center;\"><span style=\"color: rgb(255, 255, 255);\" wfd-id=\"178\">Drive <strong>Confidently</strong> in a <strong>Perfectly Maintained</strong> Car</span></h1></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15d9d4d1a6d\" style=\"\" wfd-id=\"162\"><div class=\"tcb-flex-row tcb--cols--2 tcb-medium-no-wrap tcb-resized\" data-css=\"tve-u-15d9d745c7a\" wfd-id=\"163\"><div class=\"tcb-flex-col\" data-css=\"tve-u-15d9d79340f\" wfd-id=\"170\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15d9d4be887\" style=\"\" wfd-id=\"172\"><div class=\"thrv_wrapper thrv-button tcb-with-icon tcb-icon-display\" data-css=\"tve-u-15d9d770887\" style=\"\" wfd-id=\"173\">\n<a href=\"#\" class=\"tcb-button-link\" data-css=\"tve-u-15d9d42c287\"><span class=\"tcb-button-icon\" wfd-id=\"176\"><svg class=\"tcb-icon\" viewBox=\"0 0 26 28\" data-name=\"wrench\">\n<title>wrench</title>\n<path d=\"M6 23c0-0.547-0.453-1-1-1s-1 0.453-1 1 0.453 1 1 1 1-0.453 1-1zM16.063 16.438l-10.656 10.656c-0.359 0.359-0.875 0.578-1.406 0.578s-1.047-0.219-1.422-0.578l-1.656-1.687c-0.375-0.359-0.594-0.875-0.594-1.406s0.219-1.047 0.594-1.422l10.641-10.641c0.812 2.047 2.453 3.687 4.5 4.5zM25.969 9.641c0 0.516-0.187 1.156-0.359 1.656-0.984 2.781-3.656 4.703-6.609 4.703-3.859 0-7-3.141-7-7s3.141-7 7-7c1.141 0 2.625 0.344 3.578 0.984 0.156 0.109 0.25 0.25 0.25 0.438 0 0.172-0.109 0.344-0.25 0.438l-4.578 2.641v3.5l3.016 1.672c0.516-0.297 4.141-2.578 4.453-2.578s0.5 0.234 0.5 0.547z\"></path>\n</svg></span>\n<span class=\"tcb-button-texts\" wfd-id=\"174\"><span class=\"tcb-button-text thrv-inline-text\" wfd-id=\"175\">Request an Appointment</span></span>\n</a>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-15d9d793442\" wfd-id=\"164\"><div class=\"tcb-col tve_empty_dropzone\" style=\"\" data-css=\"tve-u-15def6cf471\" wfd-id=\"166\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15d9d76cef0\" style=\"\" wfd-id=\"167\"><p data-css=\"tve-u-15def6d525b\"><span style=\"font-family: Oswald; font-weight: 400; font-size: 30px;\" wfd-id=\"169\">or call us for assistance at:</span></p><p><span style=\"font-family: Oswald; font-weight: 400; font-size: 30px;\" wfd-id=\"168\">555-555-555</span></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15d9d5307cd\" style=\"\" wfd-id=\"155\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15d9d52e9ca\" wfd-id=\"159\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"156\"><div class=\"thrv_wrapper thrv_heading\" style=\"\" data-tag=\"h2\" wfd-id=\"157\"><h2 data-css=\"tve-u-15d9d541e6c\" style=\"text-align: center;\"><span style=\"color: rgb(255, 255, 255); font-size: 45px;\" wfd-id=\"158\">Our Services</span></h2></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-tve-style=\"1\" wfd-id=\"149\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15d9d4d8a08\" wfd-id=\"154\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15d9d4d5956\" wfd-id=\"150\"><div class=\"thrv_wrapper thrv_post_grid\" data-css=\"tve-u-15d9d4eeee1\" wfd-id=\"151\"><div class=\"thrive-shortcode-config\" style=\"display: none !important\" wfd-id=\"153\">__CONFIG_post_grid__{\"display\":\"grid\",\"grid_layout\":\"horizontal\",\"columns\":\"4\",\"text_type\":\"summary\",\"read-more-text\":\"Read More\",\"image-height\":\"\",\"teaser_layout\":{\"featured_image\":\"true\",\"title\":\"true\",\"text\":\"false\",\"read_more\":\"false\"},\"layout\":[\"title\",\"featured_image\",\"text\",\"read_more\"],\"orderby\":\"date\",\"order\":\"DESC\",\"recent_days\":\"0\",\"posts_start\":\"0\",\"posts_per_page\":\"4\",\"content_types\":[\"post\"],\"filters\":{\"category\":[],\"tag\":[],\"tax\":[],\"author\":[],\"posts\":[]},\"action\":\"tcb_editor_ajax\",\"custom\":\"post_grid\",\"nonce\":\"b84a45401b\",\"exclude\":0}__CONFIG_post_grid__</div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-tve-style=\"1\" data-css=\"tve-u-15d9d5eb3c1\" style=\"\" wfd-id=\"122\">\n<div class=\"tve-page-section-out\" wfd-id=\"148\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15d9d5ed5e1\" wfd-id=\"123\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15d9d60ad70\" style=\"\" wfd-id=\"136\"><div class=\"tcb-flex-row tcb--cols--2 tcb-resized tcb-medium-wrap\" data-css=\"tve-u-15dcce7fa03\" wfd-id=\"137\"><div class=\"tcb-flex-col\" data-css=\"tve-u-15d9d603565\" wfd-id=\"143\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"145\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15d9d608417\" style=\"\" data-tag=\"h2\" wfd-id=\"147\"><h2 data-css=\"tve-u-15dcce8fc62\">Auto Repair Services You Can Count On!</h2></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" wfd-id=\"146\"><p>We have been providing quality car care in CityName since 1990. We are a small business delivering honest and professional automotive repair and auto maintenance services . Our quality certified technicians employ todayâ€™s latest automotive technology and are equipped to handle all major and minor repairs on foreign and domestic vehicles.</p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-15d9d603585\" wfd-id=\"138\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"140\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15d9d600869\" data-clear=\"both\" wfd-id=\"141\"><span class=\"tve_image_frame\" wfd-id=\"142\"><img class=\"tve_image\" alt=\"\" sizes=\"(max-width:568px) 100vw, 568px\" width=\"568\" height=\"354\" title=\"bizcar-image1\" data-id=\"78\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/bizcar-image1.jpg\"></span></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15d9d61a40e\" style=\"\" wfd-id=\"124\"><div class=\"tcb-flex-row tcb--cols--2 tcb-medium-wrap tcb-reverse\" data-css=\"tve-u-15dcce81d3a\" wfd-id=\"125\"><div class=\"tcb-flex-col\" wfd-id=\"131\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"133\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15d9d612a88\" data-clear=\"both\" wfd-id=\"134\"><span class=\"tve_image_frame\" wfd-id=\"135\"><img class=\"tve_image\" alt=\"\" sizes=\"(max-width:568px) 100vw, 568px\" width=\"568\" height=\"354\" title=\"bizcar-image2\" data-id=\"79\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/bizcar-image2.jpg\"></span></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"126\"><div class=\"tcb-col tve_empty_dropzone\" style=\"\" wfd-id=\"128\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15d9d7b1d2f\" style=\"\" data-tag=\"h2\" wfd-id=\"130\"><h2 data-css=\"tve-u-15dcce91832\">Why Us?</h2></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" wfd-id=\"129\"><p>You\'ll be hard-pressed to find the same level of expertise that our auto mechanic specialists provide!</p><p><br></p><p>We have years of experience working on both domestic and import vehicles of all makes and models and can work with you to find cost-effective repair and maintenance alternatives.</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-tve-style=\"1\" data-css=\"tve-u-15d9d628dd9\" style=\"\" wfd-id=\"103\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15d9d622425\" wfd-id=\"121\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15d9d627ee5\" wfd-id=\"104\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15d9d62d4c5\" wfd-id=\"105\"><div class=\"tcb-flex-row tcb--cols--2\" wfd-id=\"106\"><div class=\"tcb-flex-col\" wfd-id=\"114\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15d9d63349a\" wfd-id=\"116\"><div class=\"thrv_wrapper thrv-button tcb-with-icon tcb-icon-display\" data-css=\"tve-u-15d9d43c438\" wfd-id=\"117\">\n<a href=\"#\" class=\"tcb-button-link\" data-css=\"tve-u-15d9d42c287\"><span class=\"tcb-button-icon\" wfd-id=\"120\"><svg class=\"tcb-icon\" viewBox=\"0 0 26 28\" data-name=\"wrench\">\n<title>wrench</title>\n<path d=\"M6 23c0-0.547-0.453-1-1-1s-1 0.453-1 1 0.453 1 1 1 1-0.453 1-1zM16.063 16.438l-10.656 10.656c-0.359 0.359-0.875 0.578-1.406 0.578s-1.047-0.219-1.422-0.578l-1.656-1.687c-0.375-0.359-0.594-0.875-0.594-1.406s0.219-1.047 0.594-1.422l10.641-10.641c0.812 2.047 2.453 3.687 4.5 4.5zM25.969 9.641c0 0.516-0.187 1.156-0.359 1.656-0.984 2.781-3.656 4.703-6.609 4.703-3.859 0-7-3.141-7-7s3.141-7 7-7c1.141 0 2.625 0.344 3.578 0.984 0.156 0.109 0.25 0.25 0.25 0.438 0 0.172-0.109 0.344-0.25 0.438l-4.578 2.641v3.5l3.016 1.672c0.516-0.297 4.141-2.578 4.453-2.578s0.5 0.234 0.5 0.547z\"></path>\n</svg></span>\n<span class=\"tcb-button-texts\" wfd-id=\"118\"><span class=\"tcb-button-text thrv-inline-text\" wfd-id=\"119\">Request an Appointment</span></span>\n</a>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"107\"><div class=\"tcb-col tve_empty_dropzone\" style=\"\" data-css=\"tve-u-15def6d96a5\" wfd-id=\"109\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15d9d4b5fc7\" style=\"\" wfd-id=\"110\"><p><span style=\"font-family: Oswald; font-weight: 400; font-size: 30px;\" wfd-id=\"112\"><span style=\"color: rgb(228, 0, 0);\" wfd-id=\"113\">or Call Us</span> for Assistance at:</span></p><p data-css=\"tve-u-15d9d63eb98\"><span style=\"font-family: Oswald; font-weight: 400; font-size: 39px; color: rgb(228, 0, 0);\" wfd-id=\"111\">555-555-555</span></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-tve-style=\"1\" data-css=\"tve-u-15d9d64ce02\" style=\"\" wfd-id=\"63\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15d9d64ac43\" wfd-id=\"102\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15d9d64c0b3\" wfd-id=\"64\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15d9d65529e\" style=\"\" data-tag=\"h2\" wfd-id=\"101\"><h2 data-css=\"tve-u-15dcce936fc\">What Our Customers Say<s>â€‹</s></h2></div><div class=\"thrv_wrapper thrv-columns\" wfd-id=\"83\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" wfd-id=\"84\"><div class=\"tcb-flex-col\" data-css=\"tve-u-15d9d6ab956\" wfd-id=\"96\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"98\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15d9d6874bb\" data-clear=\"both\" wfd-id=\"99\"><span class=\"tve_image_frame\" wfd-id=\"100\"><img class=\"tve_image\" alt=\"\" sizes=\"(max-width:160px) 100vw, 160px\" width=\"160\" height=\"160\" title=\"knowhow-person3\" data-id=\"253\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/knowhow-person3.png\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-15d9d6ab982\" wfd-id=\"85\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"87\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15d9d6afca0\" wfd-id=\"88\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15d9d69b2d9\" wfd-id=\"95\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"89\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15d9d6cc24d\" data-tag=\"h3\" wfd-id=\"93\"><h3><em><span style=\"color: rgb(18, 136, 204);\" wfd-id=\"94\">â€œBest part of the review will be used as a title hereâ€</span></em></h3></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"92\"><p><strong>Vivamus sit amet lacus eu odio lacinia efficitur venenatis quis tellus. Ut eget lacus velit. Sed egestas diam vel iaculis dapibus. Fusce tortor lorem, fringilla et tortor eu, hendrerit convallis. Pellentesque non facilisis purus, id lorem ipsum ultrices erat.</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15d9d6c7916\" wfd-id=\"90\"><p><em><span style=\"color: rgb(18, 136, 204);\" wfd-id=\"91\">Albert Stewart</span></em></p><p><em>Professional Testimonial Poser</em></p></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" wfd-id=\"65\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" wfd-id=\"66\"><div class=\"tcb-flex-col\" data-css=\"tve-u-15d9d6ab956\" wfd-id=\"78\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"80\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15d9d6d2b9a\" data-clear=\"both\" wfd-id=\"81\"><span class=\"tve_image_frame\" wfd-id=\"82\"><img class=\"tve_image\" alt=\"\" sizes=\"(max-width:160px) 100vw, 160px\" width=\"160\" height=\"160\" title=\"knowhow-person2\" data-id=\"252\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/knowhow-person2.png\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-15d9d6ab982\" wfd-id=\"67\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"69\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15d9d6afca0\" wfd-id=\"70\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15d9d69b2d9\" wfd-id=\"77\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"71\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15d9d6cc24d\" data-tag=\"h3\" wfd-id=\"75\"><h3><em><span style=\"color: rgb(18, 136, 204);\" wfd-id=\"76\">â€œBest part of the review will be used as a title hereâ€</span></em></h3></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"74\"><p><strong>Vivamus sit amet lacus eu odio lacinia efficitur venenatis quis tellus. Ut eget lacus velit. Sed egestas diam vel iaculis dapibus. Fusce tortor lorem, fringilla et tortor eu, hendrerit convallis. Pellentesque non facilisis purus, id lorem ipsum ultrices erat.</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15d9d6c7916\" wfd-id=\"72\"><p><em><span style=\"color: rgb(18, 136, 204);\" wfd-id=\"73\">Samantha Allen</span></em></p><p><em>Professional Testimonial Poser</em></p></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-tve-style=\"1\" data-css=\"tve-u-15d9d7042bb\" style=\"\" wfd-id=\"52\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15d9d6dabf3\" wfd-id=\"62\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15d9d7036db\" wfd-id=\"53\"><div class=\"thrv_wrapper thrv-button tcb-with-icon tcb-icon-display\" data-css=\"tve-u-15d9d7069ba\" wfd-id=\"58\">\n<a href=\"#\" class=\"tcb-button-link\" data-css=\"tve-u-15d9d42c287\"><span class=\"tcb-button-icon\" wfd-id=\"61\"><svg class=\"tcb-icon\" viewBox=\"0 0 26 28\" data-name=\"wrench\">\n<title>wrench</title>\n<path d=\"M6 23c0-0.547-0.453-1-1-1s-1 0.453-1 1 0.453 1 1 1 1-0.453 1-1zM16.063 16.438l-10.656 10.656c-0.359 0.359-0.875 0.578-1.406 0.578s-1.047-0.219-1.422-0.578l-1.656-1.687c-0.375-0.359-0.594-0.875-0.594-1.406s0.219-1.047 0.594-1.422l10.641-10.641c0.812 2.047 2.453 3.687 4.5 4.5zM25.969 9.641c0 0.516-0.187 1.156-0.359 1.656-0.984 2.781-3.656 4.703-6.609 4.703-3.859 0-7-3.141-7-7s3.141-7 7-7c1.141 0 2.625 0.344 3.578 0.984 0.156 0.109 0.25 0.25 0.25 0.438 0 0.172-0.109 0.344-0.25 0.438l-4.578 2.641v3.5l3.016 1.672c0.516-0.297 4.141-2.578 4.453-2.578s0.5 0.234 0.5 0.547z\"></path>\n</svg></span>\n<span class=\"tcb-button-texts\" wfd-id=\"59\"><span class=\"tcb-button-text thrv-inline-text\" wfd-id=\"60\">Request an Appointment</span></span>\n</a>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15d9d708a01\" wfd-id=\"54\"><p style=\"text-align: center;\"><span style=\"font-family: Oswald; font-weight: 400; font-size: 30px;\" wfd-id=\"56\"><span style=\"color: rgb(255, 255, 255);\" wfd-id=\"57\">or Call Us for Assistance at:</span></span></p><p data-css=\"tve-u-15d9d63eb98\" style=\"text-align: center;\"><span style=\"font-family: Oswald; font-weight: 400; font-size: 39px; color: rgb(255, 255, 255);\" wfd-id=\"55\">555-555-555</span></p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-tve-style=\"1\" data-css=\"tve-u-15dcce974d3\" style=\"\" wfd-id=\"48\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15d9d7120d0\" wfd-id=\"51\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15d9d7130ac\" wfd-id=\"49\"><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" wfd-id=\"50\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=manchu piccu&amp;t=m&amp;z=13&amp;output=embed&amp;iwloc=near\"></iframe>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-tve-style=\"1\" data-css=\"tve-u-15d9d7143e7\" wfd-id=\"35\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15d9d72c1ae\" wfd-id=\"47\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15d9d72e1d8\" wfd-id=\"36\"><div class=\"thrv_wrapper thrv-columns\" style=\"\" data-css=\"tve-u-15def6eaf29\" wfd-id=\"37\"><div class=\"tcb-flex-row tcb--cols--2\" wfd-id=\"38\"><div class=\"tcb-flex-col\" wfd-id=\"43\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"45\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15d9d7c4293\" style=\"\" wfd-id=\"46\"><p>Copyright 2017, Company Name</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"39\"><div class=\"tcb-col tve_empty_dropzone\" style=\"\" data-css=\"tve-u-15def6eca6b\" wfd-id=\"41\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15d9d7c2fa2\" style=\"\" wfd-id=\"42\"><p style=\"text-align: right;\">Privacy Policy - Disclaimer</p></div></div></div></div></div></div>\n</div>'),(3988,356,'tve_revision_tve_content_more_found',''),(3989,356,'tve_revision_tve_save_post',''),(3990,356,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Oswald:400,500,300&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Open+Sans:400,600,300&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-15d9d793442\"] { max-width: 48.2%; }[data-css=\"tve-u-15d9d79340f\"] { max-width: 51.9%; }[data-css=\"tve-u-15d9d72e1d8\"] p, [data-css=\"tve-u-15d9d72e1d8\"] li, [data-css=\"tve-u-15d9d72e1d8\"] blockquote, [data-css=\"tve-u-15d9d72e1d8\"] address { color: rgb(255, 255, 255); }[data-css=\"tve-u-15d9d7143e7\"] { padding: 20px !important; }[data-css=\"tve-u-15d9d7130ac\"] { max-width: 1220px; }[data-css=\"tve-u-15d9d7120d0\"] { background-color: rgb(18, 18, 18) !important; }[data-css=\"tve-u-15d9d7042bb\"] { padding-left: 20px !important; padding-right: 20px !important; }[data-css=\"tve-u-15d9d7036db\"] { max-width: 1220px; }[data-css=\"tve-u-15d9d6dabf3\"] { background-color: rgb(63, 63, 63) !important; background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/bizcar-ps2.jpg\") !important; background-size: cover !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-15d9d6cc24d\"] { margin-bottom: 19px !important; }[data-css=\"tve-u-15d9d6c7916\"] { margin-left: 0px; margin-right: 0px; margin-bottom: 0px; margin-top: 17px !important; }#tcb_landing_page h3 { font-size: 30px; line-height: 51px; color: rgb(18, 136, 204); }[data-css=\"tve-u-15d9d6afca0\"] { padding: 22px; }[data-css=\"tve-u-15d9d6ab982\"] { max-width: 85%; }[data-css=\"tve-u-15d9d6ab956\"] { max-width: 15%; }[data-css=\"tve-u-15d9d69b2d9\"] { border: 1px solid rgb(207, 207, 207) !important; }[data-css=\"tve-u-15d9d6874bb\"] { width: 160px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15d9d65529e\"] { margin-top: 48px !important; }[data-css=\"tve-u-15d9d64ce02\"] { padding: 20px !important; }[data-css=\"tve-u-15d9d64c0b3\"] { max-width: 1220px; }[data-css=\"tve-u-15d9d64ac43\"] { background-color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15d9d63eb98\"] { line-height: 3em !important; }#tve_editor [data-css=\"tve-u-15d9d3c9df7\"] { color: rgb(228, 0, 0) !important; }[data-css=\"tve-u-15d9d628dd9\"] { padding-left: 20px !important; padding-right: 20px !important; }[data-css=\"tve-u-15d9d627ee5\"] { max-width: 796px; }[data-css=\"tve-u-15d9d622425\"] { background-color: rgb(221, 221, 221) !important; }[data-css=\"tve-u-15d9d61a40e\"] { margin-top: 35px !important; }[data-css=\"tve-u-15d9d612a88\"] { float: right; width: 568px; }[data-css=\"tve-u-15d9d60ad70\"] { margin-top: 25px !important; }[data-css=\"tve-u-15d9d608417\"] { margin-top: 25px !important; margin-bottom: 12px !important; }[data-css=\"tve-u-15d9d603585\"] { max-width: 50%; }[data-css=\"tve-u-15d9d603565\"] { max-width: 50%; }[data-css=\"tve-u-15d9d600869\"] { width: 568px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15d9d5ed5e1\"] { max-width: 1220px; }[data-css=\"tve-u-15d9d5eb3c1\"] { padding-top: 90px !important; padding-left: 20px !important; padding-right: 20px !important; }[data-css=\"tve-u-15d9d541e6c\"] { line-height: 1.2em !important; }[data-css=\"tve-u-15d9d5307cd\"] { max-width: 276px; margin: -76px auto 0px !important; }[data-css=\"tve-u-15d9d52e9ca\"] { background-color: rgb(40, 40, 40) !important; }[data-css=\"tve-u-15d9d4eeee1\"] { font-family: Oswald; font-weight: 400; text-align: center; margin-top: 23px !important; margin-bottom: -86px !important; }[data-css=\"tve-u-15d9d4d8a08\"] { background-color: rgb(40, 40, 40) !important; }[data-css=\"tve-u-15d9d4d5956\"] { max-width: 1220px; }[data-css=\"tve-u-15d9d4d1a6d\"] { margin-bottom: 108px !important; margin-top: 48px !important; }[data-css=\"tve-u-15d9d4be887\"] { border-right: 2px solid rgb(255, 255, 255); margin-right: 8px !important; }[data-css=\"tve-u-15d9d4b5fc7\"] { margin-top: 12px !important; padding-left: 18px !important; }#tve_editor [data-css=\"tve-u-15d9d43c438\"]:hover [data-css=\"tve-u-15d9d42c287\"] { background-color: rgb(155, 0, 0) !important; }[data-css=\"tve-u-15d9d43c438\"] .tcb-button-link { border: 1px solid rgb(228, 62, 62); border-radius: 15px; overflow: hidden; font-family: Oswald; font-weight: 400; font-size: 30px; box-shadow: rgba(0, 0, 0, 0.41) 0px 2px 5px 0px; }[data-css=\"tve-u-15d9d42c287\"] { background-color: rgb(207, 0, 0) !important; padding-left: 24px !important; padding-right: 24px !important; }[data-css=\"tve-u-15d9d41cd70\"] { max-width: 693px; margin: 60px auto 43px !important; }[data-css=\"tve-u-15d9d3ff4f6\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/bizcar-ps1.jpg\"), linear-gradient(rgb(55, 55, 55), rgb(55, 55, 55)) !important; background-size: cover, auto !important; background-position: 0px 0px, 0px 0px !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-15d9d3fb664\"] p, [data-css=\"tve-u-15d9d3fb664\"] li, [data-css=\"tve-u-15d9d3fb664\"] blockquote, [data-css=\"tve-u-15d9d3fb664\"] address { color: rgb(255, 255, 255); }[data-css=\"tve-u-15d9d3fc669\"] { padding-left: 20px !important; padding-right: 20px !important; }[data-css=\"tve-u-15d9d3fb664\"] { max-width: 870px; }[data-css=\"tve-u-15d9d3c9df7\"] { line-height: 1.5em !important; }[data-css=\"tve-u-15d9d3b42fd\"] { line-height: 1.4em !important; }[data-css=\"tve-u-15d9d3a890f\"] { font-size: 35px; width: 35px; height: 35px; color: rgb(169, 169, 169); margin-left: auto !important; margin-right: auto !important; margin-top: 30px !important; }[data-css=\"tve-u-15d9d39e88e\"] { max-width: 23.9%; }[data-css=\"tve-u-15d9d39e881\"] { max-width: 24.1%; }[data-css=\"tve-u-15d9d39e872\"] { max-width: 22.1%; }[data-css=\"tve-u-15d9d39e85e\"] { max-width: 29.9%; }[data-css=\"tve-u-15d9d39bb24\"] { float: right; width: 352px; }[data-css=\"tve-u-15d9d387a5a\"] { background-color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15d9d38550e\"] { border-bottom: 7px solid rgb(18, 136, 204); padding-left: 20px !important; padding-right: 20px !important; }[data-css=\"tve-u-15d9d383e6b\"] { max-width: 1220px; }#tcb_landing_page h1 strong { font-weight: 500; }#tcb_landing_page p strong, #tcb_landing_page li strong { font-weight: 600; }#tcb_landing_page h2 { font-family: Oswald; font-weight: 400; font-size: 55px; line-height: 1.3em; color: rgb(18, 136, 204); }#tcb_landing_page h1 { font-family: Oswald; font-weight: 300; color: rgb(18, 136, 204); font-size: 66px; line-height: 1.3em; }#tcb_landing_page p, #tcb_landing_page li { font-family: \"Open Sans\"; font-weight: 400; font-size: 18px; line-height: 1.93em; }[data-css=\"tve-u-15d9d62d4c5\"] { margin-bottom: 0px !important; margin-top: 10px !important; }[data-css=\"tve-u-15d9d63349a\"] { margin-right: 8px !important; }[data-css=\"tve-u-15d9d6d2b9a\"] { width: 160px; float: left; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15d9d7069ba\"] { margin: 45px auto 28px !important; }#tve_editor [data-css=\"tve-u-15d9d7069ba\"]:hover [data-css=\"tve-u-15d9d42c287\"] { background-color: rgb(155, 0, 0) !important; }[data-css=\"tve-u-15d9d7069ba\"] .tcb-button-link { border: 1px solid rgb(228, 62, 62); border-radius: 15px; overflow: hidden; font-family: Oswald; font-weight: 400; font-size: 30px; box-shadow: rgba(0, 0, 0, 0.41) 0px 2px 5px 0px; }[data-css=\"tve-u-15d9d708a01\"] { margin-top: 12px !important; padding-left: 18px !important; margin-bottom: 15px !important; }[data-css=\"tve-u-15d9d72c1ae\"] { background-color: rgb(59, 59, 59) !important; }[data-css=\"tve-u-15d9d72e1d8\"] { max-width: 1220px; }[data-css=\"tve-u-15d9d760e96\"] { font-size: 35px; width: 35px; height: 35px; color: rgb(169, 169, 169); margin-left: auto !important; margin-right: auto !important; margin-top: 30px !important; }[data-css=\"tve-u-15d9d76cef0\"] { margin-top: 12px !important; padding-left: 18px !important; }#tve_editor [data-css=\"tve-u-15d9d770887\"]:hover [data-css=\"tve-u-15d9d42c287\"] { background-color: rgb(155, 0, 0) !important; }[data-css=\"tve-u-15d9d770887\"] .tcb-button-link { border: 1px solid rgb(228, 62, 62); border-radius: 15px; overflow: hidden; font-family: Oswald; font-weight: 400; font-size: 30px; box-shadow: rgba(0, 0, 0, 0.41) 0px 2px 5px 0px; }[data-css=\"tve-u-15d9d7b1d2f\"] { margin-top: 25px !important; margin-bottom: 12px !important; }[data-css=\"tve-u-15dcce974d3\"] { padding: 20px !important; }}@media (max-width: 1023px){[data-css=\"tve-u-15d9d4b5fc7\"] { margin-top: 30px !important; }[data-css=\"tve-u-15dcce81d3a\"] { flex-direction: row; }[data-css=\"tve-u-15dcce7fa03\"] { flex-direction: row; }[data-css=\"tve-u-15dcce7b583\"] { padding-top: 0px !important; }[data-css=\"tve-u-15d9d793442\"] { max-width: 41.7%; }[data-css=\"tve-u-15d9d79340f\"] { max-width: 58.3%; }[data-css=\"tve-u-15d9d612a88\"] { margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15d9d745c7a\"] .tcb-flex-col { flex-basis: 108px !important; }}@media (max-width: 767px){[data-css=\"tve-u-15def6eca6b\"] { text-align: center; }[data-css=\"tve-u-15def6eaf29\"] { text-align: center; }[data-css=\"tve-u-15d9d3fc669\"] { padding-left: 10px !important; padding-right: 10px !important; }[data-css=\"tve-u-15d9d5eb3c1\"] { padding-left: 10px !important; padding-right: 10px !important; }[data-css=\"tve-u-15d9d628dd9\"] { padding-left: 10px !important; padding-right: 10px !important; }[data-css=\"tve-u-15d9d7042bb\"] { padding-left: 10px !important; padding-right: 10px !important; }[data-css=\"tve-u-15d9d64ce02\"] { padding-left: 10px !important; padding-right: 10px !important; }[data-css=\"tve-u-15def6d96a5\"] { text-align: center; }#tve_editor [data-css=\"tve-u-15def6d525b\"] { font-size: 15px !important; }[data-css=\"tve-u-15def6cf471\"] { text-align: center; }[data-css=\"tve-u-15d9d4be887\"] { border-right: 1px solid rgba(255, 255, 255, 0); }#tve_editor [data-css=\"tve-u-15dcce936fc\"] { font-size: 30px !important; }#tve_editor [data-css=\"tve-u-15dcce91832\"] { font-size: 30px !important; }#tve_editor [data-css=\"tve-u-15dcce8fc62\"] { font-size: 30px !important; }#tve_editor [data-css=\"tve-u-15dcce89fec\"] { font-size: 42px !important; }[data-css=\"tve-u-15d9d41cd70\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-15dcce81d3a\"] { flex-direction: column; }[data-css=\"tve-u-15dcce7fa03\"] { flex-direction: column; }[data-css=\"tve-u-15d9d7c4293\"] { margin-bottom: 2px !important; }[data-css=\"tve-u-15d9d7c2fa2\"] { margin-top: 24px !important; }[data-css=\"tve-u-15d9d6874bb\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-15d9d6d2b9a\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-15d9d745c7a\"] .tcb-flex-col { flex-basis: 163px !important; }[data-css=\"tve-u-15d9d7685af\"] { margin-bottom: 1px !important; }[data-css=\"tve-u-15d9d39bb24\"] { margin-bottom: -2px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15d9d760e96\"] { margin-top: 10px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-15d9d76cef0\"] { margin-top: 10px !important; }[data-css=\"tve-u-15d9d770887\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-15d9d7b1d2f\"] { margin-top: 1px !important; }[data-css=\"tve-u-15dcce974d3\"] { padding-left: 0px !important; padding-right: 0px !important; }}'),(3991,356,'tve_revision_tve_user_custom_css','.thrv_text_element p { margin: 0;}\n.thrv_heading h1,h2,h3 {margin: 0;}'),(3992,356,'tve_revision_tve_page_events','a:0:{}'),(3993,356,'tve_revision_tve_globals','a:2:{s:8:\"body_css\";s:17:\"tve-u-15d9d6b690f\";s:8:\"font_cls\";a:0:{}}'),(3994,356,'tve_revision_tve_global_scripts',''),(3995,356,'tve_revision_thrive_icon_pack','0'),(3996,356,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(3997,356,'tve_revision_tve_has_masonry','0'),(3998,356,'tve_revision_tve_has_typefocus','0'),(3999,356,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv-page-section\" data-tve-style=\"1\" data-css=\"tve-u-15d9d38550e\" wfd-id=\"180\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15d9d387a5a\" wfd-id=\"214\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15d9d383e6b\" wfd-id=\"181\"><div class=\"thrv_wrapper thrv-columns\" style=\"\" wfd-id=\"182\"><div class=\"tcb-flex-row tcb-resized tcb--cols--4 tcb-medium-no-wrap tcb-flex-center\" data-css=\"tve-u-15dcce7b583\" wfd-id=\"183\"><div class=\"tcb-flex-col\" data-css=\"tve-u-15d9d39e85e\" wfd-id=\"209\"><div class=\"tcb-col tve_empty_dropzone\" style=\"\" wfd-id=\"211\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15d9d39bb24\" data-clear=\"both\" style=\"\" wfd-id=\"212\"><span class=\"tve_image_frame\" wfd-id=\"213\"><img class=\"tve_image\" alt=\"\" sizes=\"(max-width:352px) 100vw, 352px\" width=\"352\" height=\"110\" title=\"bizcar-logo\" data-id=\"80\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/bizcar-logo.png\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-15d9d39e872\" wfd-id=\"201\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"203\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-15d9d760e96\" wfd-id=\"208\"><svg class=\"tcb-icon\" viewBox=\"0 0 22 28\" data-name=\"phone\">\n<title>phone</title>\n<path d=\"M22 19.375c0 0.562-0.25 1.656-0.484 2.172-0.328 0.766-1.203 1.266-1.906 1.656-0.922 0.5-1.859 0.797-2.906 0.797-1.453 0-2.766-0.594-4.094-1.078-0.953-0.344-1.875-0.766-2.734-1.297-2.656-1.641-5.859-4.844-7.5-7.5-0.531-0.859-0.953-1.781-1.297-2.734-0.484-1.328-1.078-2.641-1.078-4.094 0-1.047 0.297-1.984 0.797-2.906 0.391-0.703 0.891-1.578 1.656-1.906 0.516-0.234 1.609-0.484 2.172-0.484 0.109 0 0.219 0 0.328 0.047 0.328 0.109 0.672 0.875 0.828 1.188 0.5 0.891 0.984 1.797 1.5 2.672 0.25 0.406 0.719 0.906 0.719 1.391 0 0.953-2.828 2.344-2.828 3.187 0 0.422 0.391 0.969 0.609 1.344 1.578 2.844 3.547 4.813 6.391 6.391 0.375 0.219 0.922 0.609 1.344 0.609 0.844 0 2.234-2.828 3.187-2.828 0.484 0 0.984 0.469 1.391 0.719 0.875 0.516 1.781 1 2.672 1.5 0.313 0.156 1.078 0.5 1.188 0.828 0.047 0.109 0.047 0.219 0.047 0.328z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"206\"><p data-css=\"tve-u-15d9d3b42fd\" style=\"text-align: center;\"><span style=\"font-size: 16px;\" wfd-id=\"207\">Call us:</span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15d9d7685af\" style=\"\" wfd-id=\"204\"><p data-css=\"tve-u-15d9d3c9df7\" style=\"text-align: center;\"><span style=\"color: rgb(228, 0, 0); font-family: Oswald; font-weight: 400; font-size: 25px;\" wfd-id=\"205\">555-555-555</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-15d9d39e881\" wfd-id=\"192\"><div class=\"tcb-col tve_empty_dropzone\" style=\"\" wfd-id=\"194\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display tcb-mobile-hidden\" data-css=\"tve-u-15d9d3a890f\" wfd-id=\"200\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"clock-o\">\n<title>clock-o</title>\n<path d=\"M14 8.5v7c0 0.281-0.219 0.5-0.5 0.5h-5c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h3.5v-5.5c0-0.281 0.219-0.5 0.5-0.5h1c0.281 0 0.5 0.219 0.5 0.5zM20.5 14c0-4.688-3.813-8.5-8.5-8.5s-8.5 3.813-8.5 8.5 3.813 8.5 8.5 8.5 8.5-3.813 8.5-8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone tcb-mobile-hidden\" style=\"\" wfd-id=\"195\"><p data-css=\"tve-u-15d9d3b42fd\" style=\"text-align: center;\"><span style=\"font-size: 16px;\" wfd-id=\"199\"><strong>Service open:</strong></span></p><p data-css=\"tve-u-15d9d3b42fd\" style=\"text-align: center;\"><span style=\"font-size: 16px;\" wfd-id=\"198\">Mon-Fri: 09:00-19:00&nbsp;</span></p><p data-css=\"tve-u-15d9d3b42fd\" style=\"text-align: center;\"><span style=\"font-size: 16px;\" wfd-id=\"196\"><strong><span style=\"color: rgb(228, 0, 0);\" wfd-id=\"197\">24h Towing!</span></strong></span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-15d9d39e88e\" wfd-id=\"184\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"186\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display tcb-mobile-hidden\" data-css=\"tve-u-15d9d3a890f\" wfd-id=\"191\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 28\" data-name=\"map-o\">\n<title>map-o</title>\n<path d=\"M31.563 0.172c0.266 0.187 0.438 0.5 0.438 0.828v22c0 0.406-0.25 0.781-0.625 0.922l-10 4c-0.25 0.109-0.5 0.109-0.75 0l-9.625-3.844-9.625 3.844c-0.125 0.063-0.25 0.078-0.375 0.078-0.203 0-0.391-0.063-0.562-0.172-0.266-0.187-0.438-0.5-0.438-0.828v-22c0-0.406 0.25-0.781 0.625-0.922l10-4c0.25-0.109 0.5-0.109 0.75 0l9.625 3.844 9.625-3.844c0.313-0.125 0.656-0.094 0.938 0.094zM11.5 2.281v19.844l9 3.594v-19.844zM2 5.672v19.844l8.5-3.391v-19.844zM30 22.328v-19.844l-8.5 3.391v19.844z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone tcb-mobile-hidden\" wfd-id=\"187\"><p data-css=\"tve-u-15d9d3b42fd\" style=\"text-align: center;\"><span style=\"font-size: 16px;\" wfd-id=\"190\">City Name</span></p><p data-css=\"tve-u-15d9d3b42fd\" style=\"text-align: center;\"><span style=\"font-size: 16px;\" wfd-id=\"189\">123 Street Name</span></p><p data-css=\"tve-u-15d9d3b42fd\" style=\"text-align: center;\"><span style=\"font-size: 16px;\" wfd-id=\"188\">77UO2 State</span></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-tve-style=\"1\" data-css=\"tve-u-15d9d3fc669\" style=\"\" wfd-id=\"160\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15d9d3ff4f6\" wfd-id=\"179\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15d9d3fb664\" wfd-id=\"161\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15d9d41cd70\" style=\"\" data-tag=\"h1\" wfd-id=\"177\"><h1 data-css=\"tve-u-15dcce89fec\" style=\"text-align: center;\"><span style=\"color: rgb(255, 255, 255);\" wfd-id=\"178\">Drive <strong>Confidently</strong> in a <strong>Perfectly Maintained</strong> Car</span></h1></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15d9d4d1a6d\" style=\"\" wfd-id=\"162\"><div class=\"tcb-flex-row tcb--cols--2 tcb-medium-no-wrap tcb-resized\" data-css=\"tve-u-15d9d745c7a\" wfd-id=\"163\"><div class=\"tcb-flex-col\" data-css=\"tve-u-15d9d79340f\" wfd-id=\"170\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15d9d4be887\" style=\"\" wfd-id=\"172\"><div class=\"thrv_wrapper thrv-button tcb-with-icon tcb-icon-display\" data-css=\"tve-u-15d9d770887\" style=\"\" wfd-id=\"173\">\n<a href=\"#\" class=\"tcb-button-link\" data-css=\"tve-u-15d9d42c287\"><span class=\"tcb-button-icon\" wfd-id=\"176\"><svg class=\"tcb-icon\" viewBox=\"0 0 26 28\" data-name=\"wrench\">\n<title>wrench</title>\n<path d=\"M6 23c0-0.547-0.453-1-1-1s-1 0.453-1 1 0.453 1 1 1 1-0.453 1-1zM16.063 16.438l-10.656 10.656c-0.359 0.359-0.875 0.578-1.406 0.578s-1.047-0.219-1.422-0.578l-1.656-1.687c-0.375-0.359-0.594-0.875-0.594-1.406s0.219-1.047 0.594-1.422l10.641-10.641c0.812 2.047 2.453 3.687 4.5 4.5zM25.969 9.641c0 0.516-0.187 1.156-0.359 1.656-0.984 2.781-3.656 4.703-6.609 4.703-3.859 0-7-3.141-7-7s3.141-7 7-7c1.141 0 2.625 0.344 3.578 0.984 0.156 0.109 0.25 0.25 0.25 0.438 0 0.172-0.109 0.344-0.25 0.438l-4.578 2.641v3.5l3.016 1.672c0.516-0.297 4.141-2.578 4.453-2.578s0.5 0.234 0.5 0.547z\"></path>\n</svg></span>\n<span class=\"tcb-button-texts\" wfd-id=\"174\"><span class=\"tcb-button-text thrv-inline-text\" wfd-id=\"175\">Request an Appointment</span></span>\n</a>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-15d9d793442\" wfd-id=\"164\"><div class=\"tcb-col tve_empty_dropzone\" style=\"\" data-css=\"tve-u-15def6cf471\" wfd-id=\"166\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15d9d76cef0\" style=\"\" wfd-id=\"167\"><p data-css=\"tve-u-15def6d525b\"><span style=\"font-family: Oswald; font-weight: 400; font-size: 30px;\" wfd-id=\"169\">or call us for assistance at:</span></p><p><span style=\"font-family: Oswald; font-weight: 400; font-size: 30px;\" wfd-id=\"168\">555-555-555</span></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15d9d5307cd\" style=\"\" wfd-id=\"155\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15d9d52e9ca\" wfd-id=\"159\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"156\"><div class=\"thrv_wrapper thrv_heading\" style=\"\" data-tag=\"h2\" wfd-id=\"157\"><h2 data-css=\"tve-u-15d9d541e6c\" style=\"text-align: center;\"><span style=\"color: rgb(255, 255, 255); font-size: 45px;\" wfd-id=\"158\">Our Services</span></h2></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-tve-style=\"1\" wfd-id=\"149\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15d9d4d8a08\" wfd-id=\"154\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15d9d4d5956\" wfd-id=\"150\"><div class=\"thrv_wrapper thrv_post_grid\" data-css=\"tve-u-15d9d4eeee1\" wfd-id=\"151\"><div class=\"thrive-shortcode-config\" style=\"display: none !important\" wfd-id=\"153\">__CONFIG_post_grid__{\"display\":\"grid\",\"grid_layout\":\"horizontal\",\"columns\":\"4\",\"text_type\":\"summary\",\"read-more-text\":\"Read More\",\"image-height\":\"\",\"teaser_layout\":{\"featured_image\":\"true\",\"title\":\"true\",\"text\":\"false\",\"read_more\":\"false\"},\"layout\":[\"title\",\"featured_image\",\"text\",\"read_more\"],\"orderby\":\"date\",\"order\":\"DESC\",\"recent_days\":\"0\",\"posts_start\":\"0\",\"posts_per_page\":\"4\",\"content_types\":[\"post\"],\"filters\":{\"category\":[],\"tag\":[],\"tax\":[],\"author\":[],\"posts\":[]},\"action\":\"tcb_editor_ajax\",\"custom\":\"post_grid\",\"nonce\":\"b84a45401b\",\"exclude\":0}__CONFIG_post_grid__</div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-tve-style=\"1\" data-css=\"tve-u-15d9d5eb3c1\" style=\"\" wfd-id=\"122\">\n<div class=\"tve-page-section-out\" wfd-id=\"148\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15d9d5ed5e1\" wfd-id=\"123\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15d9d60ad70\" style=\"\" wfd-id=\"136\"><div class=\"tcb-flex-row tcb--cols--2 tcb-resized tcb-medium-wrap\" data-css=\"tve-u-15dcce7fa03\" wfd-id=\"137\"><div class=\"tcb-flex-col\" data-css=\"tve-u-15d9d603565\" wfd-id=\"143\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"145\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15d9d608417\" style=\"\" data-tag=\"h2\" wfd-id=\"147\"><h2 data-css=\"tve-u-15dcce8fc62\">Auto Repair Services You Can Count On!</h2></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" wfd-id=\"146\"><p>We have been providing quality car care in CityName since 1990. We are a small business delivering honest and professional automotive repair and auto maintenance services . Our quality certified technicians employ todayâ€™s latest automotive technology and are equipped to handle all major and minor repairs on foreign and domestic vehicles.</p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-15d9d603585\" wfd-id=\"138\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"140\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15d9d600869\" data-clear=\"both\" wfd-id=\"141\"><span class=\"tve_image_frame\" wfd-id=\"142\"><img class=\"tve_image\" alt=\"\" sizes=\"(max-width:568px) 100vw, 568px\" width=\"568\" height=\"354\" title=\"bizcar-image1\" data-id=\"78\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/bizcar-image1.jpg\"></span></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15d9d61a40e\" style=\"\" wfd-id=\"124\"><div class=\"tcb-flex-row tcb--cols--2 tcb-medium-wrap tcb-reverse\" data-css=\"tve-u-15dcce81d3a\" wfd-id=\"125\"><div class=\"tcb-flex-col\" wfd-id=\"131\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"133\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15d9d612a88\" data-clear=\"both\" wfd-id=\"134\"><span class=\"tve_image_frame\" wfd-id=\"135\"><img class=\"tve_image\" alt=\"\" sizes=\"(max-width:568px) 100vw, 568px\" width=\"568\" height=\"354\" title=\"bizcar-image2\" data-id=\"79\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/bizcar-image2.jpg\"></span></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"126\"><div class=\"tcb-col tve_empty_dropzone\" style=\"\" wfd-id=\"128\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15d9d7b1d2f\" style=\"\" data-tag=\"h2\" wfd-id=\"130\"><h2 data-css=\"tve-u-15dcce91832\">Why Us?</h2></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" wfd-id=\"129\"><p>You\'ll be hard-pressed to find the same level of expertise that our auto mechanic specialists provide!</p><p><br></p><p>We have years of experience working on both domestic and import vehicles of all makes and models and can work with you to find cost-effective repair and maintenance alternatives.</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-tve-style=\"1\" data-css=\"tve-u-15d9d628dd9\" style=\"\" wfd-id=\"103\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15d9d622425\" wfd-id=\"121\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15d9d627ee5\" wfd-id=\"104\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15d9d62d4c5\" wfd-id=\"105\"><div class=\"tcb-flex-row tcb--cols--2\" wfd-id=\"106\"><div class=\"tcb-flex-col\" wfd-id=\"114\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15d9d63349a\" wfd-id=\"116\"><div class=\"thrv_wrapper thrv-button tcb-with-icon tcb-icon-display\" data-css=\"tve-u-15d9d43c438\" wfd-id=\"117\">\n<a href=\"#\" class=\"tcb-button-link\" data-css=\"tve-u-15d9d42c287\"><span class=\"tcb-button-icon\" wfd-id=\"120\"><svg class=\"tcb-icon\" viewBox=\"0 0 26 28\" data-name=\"wrench\">\n<title>wrench</title>\n<path d=\"M6 23c0-0.547-0.453-1-1-1s-1 0.453-1 1 0.453 1 1 1 1-0.453 1-1zM16.063 16.438l-10.656 10.656c-0.359 0.359-0.875 0.578-1.406 0.578s-1.047-0.219-1.422-0.578l-1.656-1.687c-0.375-0.359-0.594-0.875-0.594-1.406s0.219-1.047 0.594-1.422l10.641-10.641c0.812 2.047 2.453 3.687 4.5 4.5zM25.969 9.641c0 0.516-0.187 1.156-0.359 1.656-0.984 2.781-3.656 4.703-6.609 4.703-3.859 0-7-3.141-7-7s3.141-7 7-7c1.141 0 2.625 0.344 3.578 0.984 0.156 0.109 0.25 0.25 0.25 0.438 0 0.172-0.109 0.344-0.25 0.438l-4.578 2.641v3.5l3.016 1.672c0.516-0.297 4.141-2.578 4.453-2.578s0.5 0.234 0.5 0.547z\"></path>\n</svg></span>\n<span class=\"tcb-button-texts\" wfd-id=\"118\"><span class=\"tcb-button-text thrv-inline-text\" wfd-id=\"119\">Request an Appointment</span></span>\n</a>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"107\"><div class=\"tcb-col tve_empty_dropzone\" style=\"\" data-css=\"tve-u-15def6d96a5\" wfd-id=\"109\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15d9d4b5fc7\" style=\"\" wfd-id=\"110\"><p><span style=\"font-family: Oswald; font-weight: 400; font-size: 30px;\" wfd-id=\"112\"><span style=\"color: rgb(228, 0, 0);\" wfd-id=\"113\">or Call Us</span> for Assistance at:</span></p><p data-css=\"tve-u-15d9d63eb98\"><span style=\"font-family: Oswald; font-weight: 400; font-size: 39px; color: rgb(228, 0, 0);\" wfd-id=\"111\">555-555-555</span></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-tve-style=\"1\" data-css=\"tve-u-15d9d64ce02\" style=\"\" wfd-id=\"63\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15d9d64ac43\" wfd-id=\"102\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15d9d64c0b3\" wfd-id=\"64\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15d9d65529e\" style=\"\" data-tag=\"h2\" wfd-id=\"101\"><h2 data-css=\"tve-u-15dcce936fc\">What Our Customers Say<s>â€‹</s></h2></div><div class=\"thrv_wrapper thrv-columns\" wfd-id=\"83\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" wfd-id=\"84\"><div class=\"tcb-flex-col\" data-css=\"tve-u-15d9d6ab956\" wfd-id=\"96\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"98\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15d9d6874bb\" data-clear=\"both\" wfd-id=\"99\"><span class=\"tve_image_frame\" wfd-id=\"100\"><img class=\"tve_image\" alt=\"\" sizes=\"(max-width:160px) 100vw, 160px\" width=\"160\" height=\"160\" title=\"knowhow-person3\" data-id=\"253\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/knowhow-person3.png\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-15d9d6ab982\" wfd-id=\"85\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"87\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15d9d6afca0\" wfd-id=\"88\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15d9d69b2d9\" wfd-id=\"95\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"89\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15d9d6cc24d\" data-tag=\"h3\" wfd-id=\"93\"><h3><em><span style=\"color: rgb(18, 136, 204);\" wfd-id=\"94\">â€œBest part of the review will be used as a title hereâ€</span></em></h3></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"92\"><p><strong>Vivamus sit amet lacus eu odio lacinia efficitur venenatis quis tellus. Ut eget lacus velit. Sed egestas diam vel iaculis dapibus. Fusce tortor lorem, fringilla et tortor eu, hendrerit convallis. Pellentesque non facilisis purus, id lorem ipsum ultrices erat.</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15d9d6c7916\" wfd-id=\"90\"><p><em><span style=\"color: rgb(18, 136, 204);\" wfd-id=\"91\">Albert Stewart</span></em></p><p><em>Professional Testimonial Poser</em></p></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" wfd-id=\"65\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" wfd-id=\"66\"><div class=\"tcb-flex-col\" data-css=\"tve-u-15d9d6ab956\" wfd-id=\"78\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"80\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15d9d6d2b9a\" data-clear=\"both\" wfd-id=\"81\"><span class=\"tve_image_frame\" wfd-id=\"82\"><img class=\"tve_image\" alt=\"\" sizes=\"(max-width:160px) 100vw, 160px\" width=\"160\" height=\"160\" title=\"knowhow-person2\" data-id=\"252\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/knowhow-person2.png\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-15d9d6ab982\" wfd-id=\"67\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"69\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15d9d6afca0\" wfd-id=\"70\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15d9d69b2d9\" wfd-id=\"77\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"71\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15d9d6cc24d\" data-tag=\"h3\" wfd-id=\"75\"><h3><em><span style=\"color: rgb(18, 136, 204);\" wfd-id=\"76\">â€œBest part of the review will be used as a title hereâ€</span></em></h3></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"74\"><p><strong>Vivamus sit amet lacus eu odio lacinia efficitur venenatis quis tellus. Ut eget lacus velit. Sed egestas diam vel iaculis dapibus. Fusce tortor lorem, fringilla et tortor eu, hendrerit convallis. Pellentesque non facilisis purus, id lorem ipsum ultrices erat.</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15d9d6c7916\" wfd-id=\"72\"><p><em><span style=\"color: rgb(18, 136, 204);\" wfd-id=\"73\">Samantha Allen</span></em></p><p><em>Professional Testimonial Poser</em></p></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-tve-style=\"1\" data-css=\"tve-u-15d9d7042bb\" style=\"\" wfd-id=\"52\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15d9d6dabf3\" wfd-id=\"62\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15d9d7036db\" wfd-id=\"53\"><div class=\"thrv_wrapper thrv-button tcb-with-icon tcb-icon-display\" data-css=\"tve-u-15d9d7069ba\" wfd-id=\"58\">\n<a href=\"#\" class=\"tcb-button-link\" data-css=\"tve-u-15d9d42c287\"><span class=\"tcb-button-icon\" wfd-id=\"61\"><svg class=\"tcb-icon\" viewBox=\"0 0 26 28\" data-name=\"wrench\">\n<title>wrench</title>\n<path d=\"M6 23c0-0.547-0.453-1-1-1s-1 0.453-1 1 0.453 1 1 1 1-0.453 1-1zM16.063 16.438l-10.656 10.656c-0.359 0.359-0.875 0.578-1.406 0.578s-1.047-0.219-1.422-0.578l-1.656-1.687c-0.375-0.359-0.594-0.875-0.594-1.406s0.219-1.047 0.594-1.422l10.641-10.641c0.812 2.047 2.453 3.687 4.5 4.5zM25.969 9.641c0 0.516-0.187 1.156-0.359 1.656-0.984 2.781-3.656 4.703-6.609 4.703-3.859 0-7-3.141-7-7s3.141-7 7-7c1.141 0 2.625 0.344 3.578 0.984 0.156 0.109 0.25 0.25 0.25 0.438 0 0.172-0.109 0.344-0.25 0.438l-4.578 2.641v3.5l3.016 1.672c0.516-0.297 4.141-2.578 4.453-2.578s0.5 0.234 0.5 0.547z\"></path>\n</svg></span>\n<span class=\"tcb-button-texts\" wfd-id=\"59\"><span class=\"tcb-button-text thrv-inline-text\" wfd-id=\"60\">Request an Appointment</span></span>\n</a>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15d9d708a01\" wfd-id=\"54\"><p style=\"text-align: center;\"><span style=\"font-family: Oswald; font-weight: 400; font-size: 30px;\" wfd-id=\"56\"><span style=\"color: rgb(255, 255, 255);\" wfd-id=\"57\">or Call Us for Assistance at:</span></span></p><p data-css=\"tve-u-15d9d63eb98\" style=\"text-align: center;\"><span style=\"font-family: Oswald; font-weight: 400; font-size: 39px; color: rgb(255, 255, 255);\" wfd-id=\"55\">555-555-555</span></p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-tve-style=\"1\" data-css=\"tve-u-15dcce974d3\" style=\"\" wfd-id=\"48\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15d9d7120d0\" wfd-id=\"51\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15d9d7130ac\" wfd-id=\"49\"><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" wfd-id=\"50\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=manchu piccu&amp;t=m&amp;z=13&amp;output=embed&amp;iwloc=near\"></iframe>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-tve-style=\"1\" data-css=\"tve-u-15d9d7143e7\" wfd-id=\"35\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15d9d72c1ae\" wfd-id=\"47\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15d9d72e1d8\" wfd-id=\"36\"><div class=\"thrv_wrapper thrv-columns\" style=\"\" data-css=\"tve-u-15def6eaf29\" wfd-id=\"37\"><div class=\"tcb-flex-row tcb--cols--2\" wfd-id=\"38\"><div class=\"tcb-flex-col\" wfd-id=\"43\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"45\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15d9d7c4293\" style=\"\" wfd-id=\"46\"><p>Copyright 2017, Company Name</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"39\"><div class=\"tcb-col tve_empty_dropzone\" style=\"\" data-css=\"tve-u-15def6eca6b\" wfd-id=\"41\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15d9d7c2fa2\" style=\"\" wfd-id=\"42\"><p style=\"text-align: right;\">Privacy Policy - Disclaimer</p></div></div></div></div></div></div>\n</div>'),(4000,356,'tve_revision_tve_has_wistia_popover','0'),(4001,328,'_genesis_noindex','1'),(4002,328,'exclude_local_search','1'),(4440,428,'tve_revision_tve_disable_theme_dependency','1'),(4441,428,'tve_revision_tve_content_before_more',''),(4442,428,'tve_revision_tve_content_more_found',''),(4443,428,'tve_revision_tve_save_post','');
INSERT INTO `wpbe_postmeta` VALUES (4444,428,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Noto+Sans:400,700&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Kaushan+Script:400&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Limelight:400&subset=latin\");@media (min-width: 300px){#tve_editor [data-css=\"tve-u-1636955fbd2\"] p, #tve_editor [data-css=\"tve-u-1636955fbd2\"] li, #tve_editor [data-css=\"tve-u-1636955fbd2\"] blockquote, #tve_editor [data-css=\"tve-u-1636955fbd2\"] address, #tve_editor [data-css=\"tve-u-1636955fbd2\"] h1, #tve_editor [data-css=\"tve-u-1636955fbd2\"] h2, #tve_editor [data-css=\"tve-u-1636955fbd2\"] h3, #tve_editor [data-css=\"tve-u-1636955fbd2\"] h4, #tve_editor [data-css=\"tve-u-1636955fbd2\"] h5, #tve_editor [data-css=\"tve-u-1636955fbd2\"] h6 { color: rgb(255, 255, 255); }[data-css=\"tve-u-1636956410b\"] { clip-path: url(\"#clip-bottom-ebde87302d0be\"); -webkit-clip-path: url(\"#clip-bottom-ebde87302d0be\");  background-image: linear-gradient(rgba(1, 11, 20, 0.85) 0%, rgba(0, 0, 0, 0.18) 100%), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Pub-Hero-img.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-16369563890\"] { padding: 0px 40px 60px !important; }[data-css=\"tve-u-1636955fbd2\"] { max-width: 1200px; min-height: 700px !important; }#tve_editor .thrv-content-box [data-css=\"tve-u-160f972cd2b\"] p, #tve_editor .thrv-content-box [data-css=\"tve-u-160f972cd2b\"] li, #tve_editor .thrv-content-box [data-css=\"tve-u-160f972cd2b\"] blockquote, #tve_editor .thrv-content-box [data-css=\"tve-u-160f972cd2b\"] address, #tve_editor .thrv-content-box [data-css=\"tve-u-160f972cd2b\"] h1, #tve_editor .thrv-content-box [data-css=\"tve-u-160f972cd2b\"] h2, #tve_editor .thrv-content-box [data-css=\"tve-u-160f972cd2b\"] h3, #tve_editor .thrv-content-box [data-css=\"tve-u-160f972cd2b\"] h4, #tve_editor .thrv-content-box [data-css=\"tve-u-160f972cd2b\"] h5, #tve_editor .thrv-content-box [data-css=\"tve-u-160f972cd2b\"] h6 { color: rgb(255, 255, 255); }[data-css=\"tve-u-16363c02cf7\"]::after { clear: both; }[data-css=\"tve-u-16363b4867f\"] { color: rgba(3, 9, 14, 0.5) !important; }#tve_editor [data-css=\"tve-u-16363b1b458\"] { font-size: 14px !important; color: rgba(3, 9, 14, 0.5) !important; }#tve_editor [data-css=\"tve-u-163630c7fc7\"] { color: rgb(207, 199, 172) !important; }#tve_editor [data-css=\"tve-u-16362a2c533\"] { color: rgba(3, 9, 14, 0.5) !important; }[data-css=\"tve-u-16362e2956e\"] { padding: 30px 40px !important; }[data-css=\"tve-u-16362e27bcb\"] { max-width: 1200px; }[data-css=\"tve-u-16362e0aed9\"] { opacity: 1; background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Pub-Footer-img.jpg\") !important; background-size: cover !important; background-position: 0% 0% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; background-color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-16362a7e959\"] { text-transform: none !important; }#tve_editor [data-css=\"tve-u-160f96c069e\"] p, #tve_editor [data-css=\"tve-u-160f96c069e\"] li, #tve_editor [data-css=\"tve-u-160f96c069e\"] blockquote, #tve_editor [data-css=\"tve-u-160f96c069e\"] address, #tve_editor [data-css=\"tve-u-160f96c069e\"] h1, #tve_editor [data-css=\"tve-u-160f96c069e\"] h2, #tve_editor [data-css=\"tve-u-160f96c069e\"] h3, #tve_editor [data-css=\"tve-u-160f96c069e\"] h4, #tve_editor [data-css=\"tve-u-160f96c069e\"] h5, #tve_editor [data-css=\"tve-u-160f96c069e\"] h6 { color: rgb(255, 255, 255); }[data-css=\"tve-u-163629e77b3\"] { line-height: 1.3em !important; }[data-css=\"tve-u-16362a0a74e\"] { line-height: 1.3em !important; }[data-css=\"tve-u-16362a2c533\"] { line-height: 1.3em !important; }[data-css=\"tve-u-16362a29862\"] { font-size: 16px !important; }[data-css=\"tve-u-16362a29860\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-16362a2156e\"] { font-size: 16px !important; color: rgba(3, 9, 14, 0.7) !important; }#tve_editor [data-css=\"tve-u-16362a0d7c6\"] { font-size: 16px !important; color: rgba(3, 9, 14, 0.7) !important; }#tve_editor [data-css=\"tve-u-16362a0a750\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-16362a0a74e\"] { font-size: 16px !important; color: rgba(3, 9, 14, 0.5) !important; }#tve_editor [data-css=\"tve-u-16362a08679\"] { text-transform: uppercase !important; font-size: 16px !important; }[data-css=\"tve-u-163629f6837\"] { font-size: 16px !important; }[data-css=\"tve-u-163629f6835\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-163629eed0d\"] { font-size: 16px !important; color: rgba(3, 9, 14, 0.7) !important; }#tve_editor [data-css=\"tve-u-163629e77b3\"] { color: rgba(3, 9, 14, 0.5) !important; font-size: 16px !important; }#tve_editor [data-css=\"tve-u-163629df961\"] { text-transform: uppercase !important; }#tve_editor [data-css=\"tve-u-163629db329\"] { text-transform: uppercase !important; }[data-css=\"tve-u-1636292fe99\"] { padding: 0px !important; }[data-css=\"tve-u-163629240b8\"] { padding: 0px !important; }#tve_editor [data-css=\"tve-u-1635f28650b\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1635f273315\"] { padding: 0px !important; margin-bottom: 60px !important; }#tve_editor [data-css=\"tve-u-1635ebf2201\"] p, #tve_editor [data-css=\"tve-u-1635ebf2201\"] li, #tve_editor [data-css=\"tve-u-1635ebf2201\"] blockquote, #tve_editor [data-css=\"tve-u-1635ebf2201\"] address, #tve_editor [data-css=\"tve-u-1635ebf2201\"] h1, #tve_editor [data-css=\"tve-u-1635ebf2201\"] h2, #tve_editor [data-css=\"tve-u-1635ebf2201\"] h3, #tve_editor [data-css=\"tve-u-1635ebf2201\"] h4, #tve_editor [data-css=\"tve-u-1635ebf2201\"] h5, #tve_editor [data-css=\"tve-u-1635ebf2201\"] h6 { color: rgb(3, 9, 14); }#tve_editor [data-css=\"tve-u-1635f21f43a\"] { text-transform: uppercase !important; color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-1635f111354\"] { text-transform: uppercase !important; }#tve_editor [data-css=\"tve-u-1635f10faad\"] { color: rgb(3, 9, 14) !important; text-transform: uppercase !important; }[data-css=\"tve-u-1635f010773\"] { min-height: 430px; }[data-css=\"tve-u-1635efec9fa\"] { max-width: 100%; z-index: 4; padding: 0px !important; margin: 0px !important; }#tve_editor [data-css=\"tve-u-1635ef4f76c\"] { color: rgb(207, 199, 172) !important; }#tcb_landing_page h3 strong { font-weight: 700; }[data-css=\"tve-u-1635ee0cb15\"] { padding: 90px 40px 120px !important; }#tve_editor .thrv-content-box [data-css=\"tve-u-1635ec2801b\"] p, #tve_editor .thrv-content-box [data-css=\"tve-u-1635ec2801b\"] li, #tve_editor .thrv-content-box [data-css=\"tve-u-1635ec2801b\"] blockquote, #tve_editor .thrv-content-box [data-css=\"tve-u-1635ec2801b\"] address, #tve_editor .thrv-content-box [data-css=\"tve-u-1635ec2801b\"] h1, #tve_editor .thrv-content-box [data-css=\"tve-u-1635ec2801b\"] h2, #tve_editor .thrv-content-box [data-css=\"tve-u-1635ec2801b\"] h3, #tve_editor .thrv-content-box [data-css=\"tve-u-1635ec2801b\"] h4, #tve_editor .thrv-content-box [data-css=\"tve-u-1635ec2801b\"] h5, #tve_editor .thrv-content-box [data-css=\"tve-u-1635ec2801b\"] h6 { color: rgb(3, 9, 14); }[data-css=\"tve-u-1635ed274dc\"] > .tcb-flex-col { padding-left: 90px; }[data-css=\"tve-u-1635ed91639\"] { margin: 0px !important; }[data-css=\"tve-u-1635ec2801b\"] { min-height: 1px; }[data-css=\"tve-u-1635ed274dc\"] > .tcb-flex-col > .tcb-col { min-height: 370px; justify-content: flex-end; }[data-css=\"tve-u-1635ed274dc\"] { min-height: inherit; margin-left: -90px; padding: 0px !important; }[data-css=\"tve-u-1635ec2801b\"]::after { clear: both; }[data-css=\"tve-u-160fa6805d4\"] { padding: 0px !important; }[data-css=\"tve-u-1635ebfe4fc\"] { padding: 0px 0px 35px !important; margin: 0px !important; }[data-css=\"tve-u-1635ebf2201\"] { max-width: 1200px; min-height: 1px !important; }#tve_editor .thrv-content-box [data-css=\"tve-u-160e9e03630\"] p, #tve_editor .thrv-content-box [data-css=\"tve-u-160e9e03630\"] li, #tve_editor .thrv-content-box [data-css=\"tve-u-160e9e03630\"] blockquote, #tve_editor .thrv-content-box [data-css=\"tve-u-160e9e03630\"] address, #tve_editor .thrv-content-box [data-css=\"tve-u-160e9e03630\"] h1, #tve_editor .thrv-content-box [data-css=\"tve-u-160e9e03630\"] h2, #tve_editor .thrv-content-box [data-css=\"tve-u-160e9e03630\"] h3, #tve_editor .thrv-content-box [data-css=\"tve-u-160e9e03630\"] h4, #tve_editor .thrv-content-box [data-css=\"tve-u-160e9e03630\"] h5, #tve_editor .thrv-content-box [data-css=\"tve-u-160e9e03630\"] h6 { color: rgb(255, 255, 255); }#tve_editor [data-css=\"tve-u-160e4c24b1a\"] p, #tve_editor [data-css=\"tve-u-160e4c24b1a\"] li, #tve_editor [data-css=\"tve-u-160e4c24b1a\"] blockquote, #tve_editor [data-css=\"tve-u-160e4c24b1a\"] address, #tve_editor [data-css=\"tve-u-160e4c24b1a\"] h1, #tve_editor [data-css=\"tve-u-160e4c24b1a\"] h2, #tve_editor [data-css=\"tve-u-160e4c24b1a\"] h3, #tve_editor [data-css=\"tve-u-160e4c24b1a\"] h4, #tve_editor [data-css=\"tve-u-160e4c24b1a\"] h5, #tve_editor [data-css=\"tve-u-160e4c24b1a\"] h6 { color: rgb(222, 218, 203); }#tve_editor .thrv-content-box [data-css=\"tve-u-160df519447\"] p, #tve_editor .thrv-content-box [data-css=\"tve-u-160df519447\"] li, #tve_editor .thrv-content-box [data-css=\"tve-u-160df519447\"] blockquote, #tve_editor .thrv-content-box [data-css=\"tve-u-160df519447\"] address, #tve_editor .thrv-content-box [data-css=\"tve-u-160df519447\"] h1, #tve_editor .thrv-content-box [data-css=\"tve-u-160df519447\"] h2, #tve_editor .thrv-content-box [data-css=\"tve-u-160df519447\"] h3, #tve_editor .thrv-content-box [data-css=\"tve-u-160df519447\"] h4, #tve_editor .thrv-content-box [data-css=\"tve-u-160df519447\"] h5, #tve_editor .thrv-content-box [data-css=\"tve-u-160df519447\"] h6 { color: rgb(255, 255, 255); }[data-css=\"tve-u-1635eaf037e\"] { padding: 0px !important; }[data-css=\"tve-u-1635eadb72e\"] { min-height: 1px; }[data-css=\"tve-u-1635e9cce8b\"] { max-width: 47%; }[data-css=\"tve-u-1635e9cce4d\"] { max-width: 53%; }[data-css=\"tve-u-1635e97f913\"] { max-width: 550px; float: none; z-index: 3; position: relative; margin: 0px auto !important; padding: 0px !important; }[data-css=\"tve-u-1635e6b4c72\"] { max-width: 100%; min-height: 1px !important; }[data-css=\"tve-u-1635e6aad72\"] { padding: 90px 0px 90px 40px !important; }[data-css=\"tve-u-1635e6448aa\"] { padding: 0px !important; }[data-css=\"tve-u-1635e5d9ba1\"]::after { clear: both; }[data-css=\"tve-u-1635e5cd7c0\"] { max-width: 275px; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1635e5cc2d9\"] { padding: 0px !important; }[data-css=\"tve-u-1635e5cbf37\"] { margin: -110px 0px 200px !important; }#tcb_landing_page a.tve_state_hover:not(.tcb-button-link) { text-decoration: underline; color: rgb(233, 156, 0); }#tcb_landing_page h6 strong { font-weight: 700; }#tcb_landing_page h6 { font-family: \"Noto Sans\"; font-weight: 400; text-transform: uppercase; color: rgb(3, 9, 14); letter-spacing: 1px; font-size: 18px; }#tcb_landing_page h5 strong { font-weight: 700; }#tcb_landing_page h5 { font-size: 20px; font-family: \"Noto Sans\"; font-weight: 400; line-height: 1.5em; color: rgb(3, 9, 14); }#tcb_landing_page h4 strong { font-weight: 700; }#tcb_landing_page h4 { font-size: 19px; line-height: 1.5em; font-family: \"Noto Sans\"; font-weight: 400; color: rgb(3, 9, 14); text-transform: uppercase; letter-spacing: 2px; }[data-css=\"tve-u-160fec99b6f\"] { padding: 0px !important; }#tcb_landing_page a:not(.tcb-button-link) { color: rgb(233, 156, 0); text-decoration: none; }[data-css=\"tve-u-161701c1618\"] { max-width: 47.2%; }[data-css=\"tve-u-161701b642a\"] { padding: 0px 0px 0px 10px !important; }[data-css=\"tve-u-161701a2f15\"] > .tcb-flex-col > .tcb-col { justify-content: center; }[data-css=\"tve-u-161701a8fd1\"] { max-width: 100%; margin-top: 0px !important; margin-bottom: 0px !important; background-color: rgb(247, 247, 247) !important; }[data-css=\"tve-u-161701a2f15\"] { margin-left: 0px; padding: 0px 10px !important; }[data-css=\"tve-u-161701a2f15\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-161701998d2\"] { max-width: 23.2%; }[data-css=\"tve-u-1617019989e\"] { max-width: 29.6%; }[data-css=\"tve-u-16170191bce\"] { line-height: 1em !important; }#tve_editor [data-css=\"tve-u-16170191bce\"] { color: rgb(183, 183, 183) !important; font-size: 14px !important; }[data-css=\"tve-u-16170185cb5\"] { float: none; width: 45px; }[data-css=\"tve-u-1616a74e73b\"] { min-height: 1px; }[data-css=\"tve-u-1616a721403\"] { background-color: rgba(3, 9, 14, 0.9) !important; }[data-css=\"tve-u-1616a708b49\"] > .tve-cb { justify-content: flex-end; display: flex; flex-direction: column; }[data-css=\"tve-u-1616a708b49\"] { max-width: 100%; padding: 8px 5px 10px !important; margin-top: 0px !important; margin-bottom: 0px !important; margin-left: 0px !important; }[data-css=\"tve-u-160f9714a61\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-160fe13ce28\"] { max-width: 100%; min-height: 1px !important; }[data-css=\"tve-u-160fe140452\"] { padding: 0px !important; }[data-css=\"tve-u-160fa4daf17\"] { float: none; max-width: 100%; margin: 0px auto !important; }[data-css=\"tve-u-160fa4d8d4f\"] { padding: 0px !important; }[data-css=\"tve-u-160fa4b581e\"] { max-width: 100%; z-index: 3; padding: 0px !important; }[data-css=\"tve-u-160fa01d193\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-160fa1c8dca\"] { background-image: none !important; }[data-css=\"tve-u-160fa11f4f2\"] { margin: 0px 0px 10px !important; }[data-css=\"tve-u-160fa01d193\"] { max-width: 600px; float: none; z-index: 3; position: relative; padding: 0px !important; margin: 0px auto !important; }[data-css=\"tve-u-160f9ee08be\"] { background-image: none !important; padding-top: 40px !important; padding-bottom: 40px !important; padding-left: 40px !important; }[data-css=\"tve-u-160f9ec40fc\"] { float: none; max-width: 100%; letter-spacing: 1px; z-index: 3; position: relative; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-160f9ebf905\"] > .tcb-flex-col > .tcb-col { min-height: 468px; justify-content: center; }[data-css=\"tve-u-160f9ebf905\"] { margin-left: 0px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-160f9ebf905\"] > .tcb-flex-col { padding-left: 0px; }#tve_editor [data-css=\"tve-u-160f9d0c9a0\"]:hover { text-shadow: none; background-image: linear-gradient(rgba(3, 9, 14, 0.4), rgba(3, 9, 14, 0.4)), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Pub-drink-4-1.jpg\") !important; background-size: auto, cover !important; background-position: 0px 0px, 0% 0% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }#tve_editor [data-css=\"tve-u-160f9d0b00e\"]:hover { text-shadow: none; background-image: linear-gradient(rgba(3, 9, 14, 0.4), rgba(3, 9, 14, 0.4)), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Pub-Drink-3.jpg\") !important; background-size: auto, cover !important; background-position: 0px 0px, 0% 0% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }#tve_editor [data-css=\"tve-u-160f9d08737\"] p, #tve_editor [data-css=\"tve-u-160f9d08737\"] li, #tve_editor [data-css=\"tve-u-160f9d08737\"] blockquote, #tve_editor [data-css=\"tve-u-160f9d08737\"] address { color: rgb(255, 255, 255); }#tve_editor [data-css=\"tve-u-160f9d08737\"]:hover { text-shadow: none; background-image: linear-gradient(rgba(3, 9, 14, 0.4), rgba(3, 9, 14, 0.4)), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Pub-Drink-2.jpg\") !important; background-size: auto, cover !important; background-position: 0px 0px, 0% 0% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-160f9d496b3\"] { line-height: 1em !important; }[data-css=\"tve-u-160f9d5377f\"] { font-weight: 400 !important; font-family: \"Kaushan Script\" !important; }#tve_editor [data-css=\"tve-u-160f9d496b3\"] { color: rgb(255, 255, 255) !important; font-size: 26px !important; }#tve_editor [data-css=\"tve-u-160f9cccb99\"]:hover { background-image: linear-gradient(rgba(3, 9, 14, 0.4), rgba(3, 9, 14, 0.4)), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Pub-drink-1.jpg\") !important; background-size: auto, cover !important; background-position: 0px 0px, 0% 0% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-160f9d0c9a0\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Pub-drink-4-1.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-160f9d0b00e\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Pub-Drink-3.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-160f9d08737\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Pub-Drink-2.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-160f9cccb99\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Pub-drink-1.jpg\") !important; padding-top: 0px !important; padding-left: 0px !important; padding-right: 0px !important; margin-left: 0px !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-160f9caae7b\"] { padding: 0px !important; margin-bottom: 70px !important; }[data-css=\"tve-u-160f9c75fb0\"] > .tcb-flex-col > .tcb-col { min-height: 230px; justify-content: flex-end; }[data-css=\"tve-u-160f9c7f698\"] { float: none; max-width: 100%; margin: 0px auto !important; }[data-css=\"tve-u-160f9c75fb0\"] > .tcb-flex-col { padding-left: 60px; }[data-css=\"tve-u-160f9c75fb0\"] { margin-left: -60px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-160f9c6d0ad\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-160f9c6a4fe\"] { padding: 70px 40px 100px !important; }[data-css=\"tve-u-160f9c02898\"] { font-weight: 400 !important; font-family: \"Noto Sans\" !important; }[data-css=\"tve-u-160f9bfdcb7\"] { font-weight: 400 !important; font-family: \"Noto Sans\" !important; }[data-css=\"tve-u-160f9b9db80\"] { padding: 5px 0px !important; }[data-css=\"tve-u-160f9bd1e50\"] { padding: 5px 0px !important; }[data-css=\"tve-u-160f9bd1e50\"] .tve_sep { border-width: 1px; border-color: rgba(176, 171, 155, 0.3); }[data-css=\"tve-u-160f9b9db80\"] .tve_sep { border-width: 1px; border-color: rgba(176, 171, 155, 0.3); }#tve_editor [data-css=\"tve-u-160f9b916f8\"] { color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160f9b69526\"] > .tcb-flex-col > .tcb-col { min-height: 40px; justify-content: center; }[data-css=\"tve-u-160f9b7a3c6\"] { max-width: 38.4%; }[data-css=\"tve-u-160f9b7a39a\"] { max-width: 24.1%; }[data-css=\"tve-u-160f9b7a36e\"] { max-width: 37.6%; }[data-css=\"tve-u-160f9b74c2b\"] { float: none; max-width: 400px; z-index: 3; position: relative; margin: 10px auto !important; }[data-css=\"tve-u-160f9b69526\"] { margin-left: 0px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-160f9b69526\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-160f98a0d17\"] { padding: 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-160f984f29b\"] { font-size: 18px !important; font-family: \"Noto Sans\" !important; font-weight: 400 !important; }[data-css=\"tve-u-160f981fb0c\"] { line-height: 1.5em !important; }[data-css=\"tve-u-160f9823757\"] { text-transform: none !important; font-size: 18px !important; }#tve_editor [data-css=\"tve-u-160f981fb0c\"] { letter-spacing: 4px; color: rgb(255, 255, 255) !important; font-size: 18px !important; text-transform: uppercase !important; }[data-css=\"tve-u-160f97e6953\"] { padding: 0px !important; margin: 0px 0px 50px -10px !important; }[data-css=\"tve-u-160f97ddb8a\"] { line-height: 1em !important; }[data-css=\"tve-u-160f97e0356\"] { font-weight: 400 !important; font-family: \"Kaushan Script\" !important; }#tve_editor [data-css=\"tve-u-160f97ddb8a\"] { color: rgb(218, 144, 15) !important; font-size: 40px !important; }[data-css=\"tve-u-160f9734b53\"] { clip-path: url(\"#clip-top-c8e428685a637\"); -webkit-clip-path: url(\"#clip-top-c8e428685a637\");  background-image: linear-gradient(rgb(3, 9, 14), rgb(3, 9, 14)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-160f972cd2b\"] { min-height: 540px; }[data-css=\"tve-u-160f9714a61\"] { float: none; max-width: 700px; padding: 10px 40px !important; margin-top: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-160f96f5e19\"] { clip-path: url(\"#clip-bottom-c22944d35542f\"); -webkit-clip-path: url(\"#clip-bottom-c22944d35542f\");  background-image: linear-gradient(0deg, rgba(3, 9, 14, 0.5) 0%, rgba(3, 9, 14, 0.1) 100%), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Pub-CTA-img.jpg\") !important; background-size: auto, cover !important; background-position: 0px 0px, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-160f96ef669\"] { padding: 30px 40px !important; margin-top: 0px !important; }[data-css=\"tve-u-160f96c069e\"] { max-width: 100%; min-height: 1px !important; }[data-css=\"tve-u-160f957664d\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Pub-Customer-1-img_03.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-160f9562c14\"] { max-width: 104px; float: left; z-index: 3; position: relative; width: 100%; padding: 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; margin-right: 30px !important; }[data-css=\"tve-u-160f9514c00\"] { line-height: 1em !important; }#tve_editor [data-css=\"tve-u-160f9514c00\"] { letter-spacing: 1px; text-transform: uppercase !important; font-size: 16px !important; }[data-css=\"tve-u-160f9405e56\"] { padding: 5px 0px !important; margin: 0px !important; }[data-css=\"tve-u-160f9405e56\"] .tve_sep { border-width: 2px; border-color: rgb(218, 144, 15); }[data-css=\"tve-u-160f93bdfb1\"]::after { clear: both; }[data-css=\"tve-u-160f8e625a1\"] { padding: 0px !important; margin-top: 0px !important; margin-bottom: 100px !important; }#tve_editor [data-css=\"tve-u-160eb0e8e90\"]:hover [data-css=\"tve-u-160eb0d7fac\"] { background-image: linear-gradient(rgb(242, 139, 0), rgb(242, 139, 0)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-160eaaf84a6\"] { padding: 0px !important; margin-bottom: 20px !important; }[data-css=\"tve-u-160ea9789a4\"] { padding: 0px !important; }[data-css=\"tve-u-160ea977bf3\"] { padding: 0px !important; }[data-css=\"tve-u-160ea976e63\"] { padding: 0px !important; }[data-css=\"tve-u-160ea9729a9\"] { padding: 0px !important; }[data-css=\"tve-u-160ea9357c7\"] { padding: 0px !important; }[data-css=\"tve-u-160ea928596\"] { margin-top: 0px !important; }#tve_editor [data-css=\"tve-u-160e9fad83c\"] p, #tve_editor [data-css=\"tve-u-160e9fad83c\"] li, #tve_editor [data-css=\"tve-u-160e9fad83c\"] blockquote, #tve_editor [data-css=\"tve-u-160e9fad83c\"] address { line-height: 1em; }[data-css=\"tve-u-160ea7c9db0\"] > .tcb-flex-col { padding-left: 60px; }[data-css=\"tve-u-160ea89ac22\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-160ea89ac22\"] > .tcb-flex-col { padding-left: 60px; }[data-css=\"tve-u-160ea89b12a\"] { margin: 0px 0px 20px !important; background-image: linear-gradient(rgb(18, 21, 25), rgb(18, 21, 25)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-160ea89ac22\"] { margin-left: -60px; min-height: inherit; padding: 20px !important; }[data-css=\"tve-u-160ea7cae88\"] { margin: 60px 0px 0px !important; }[data-css=\"tve-u-160ea7c9db0\"] { margin-left: -60px; padding: 0px !important; }[data-css=\"tve-u-160ea7bf191\"]::after { clear: both; }#tve_editor [data-css=\"tve-u-160ea71c62c\"] { color: rgba(255, 255, 255, 0.85) !important; font-size: 16px !important; }[data-css=\"tve-u-160ea54ea72\"] { line-height: 1em !important; }#tve_editor [data-css=\"tve-u-160ea54ea72\"] { font-size: 18px !important; text-transform: none !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-160e9fac06c\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-160e9fc2c51\"] { border-right: none; }[data-css=\"tve-u-160e9fbbfa0\"] { border-right: none; }[data-css=\"tve-u-160e9fac06c\"] > .tcb-flex-col { padding-left: 60px; }[data-css=\"tve-u-160e9fad83c\"] { box-shadow: none; margin-top: 20px !important; margin-bottom: 0px !important; background-image: linear-gradient(rgb(18, 21, 25), rgb(18, 21, 25)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-160e9fac06c\"] { margin-left: -60px; min-height: inherit; padding: 20px 20px 0px !important; }[data-css=\"tve-u-160e9f87397\"] { float: left; max-width: 100%; z-index: 3; position: relative; box-shadow: rgba(18, 21, 25, 0.16) 0px 5px 35px 2px; width: 100%; padding: 0px !important; margin: 0px auto !important; }[data-css=\"tve-u-160e9f87397\"] .tve_faq:hover { background: rgba(18, 21, 25, 0.8) !important; }[data-css=\"tve-u-160e9f7868b\"] { line-height: 1em !important; }[data-css=\"tve-u-160e9f7ce0e\"] { font-family: Lato, arial !important; }#tve_editor [data-css=\"tve-u-160e9f7868b\"] { letter-spacing: 3px; color: rgb(242, 139, 0) !important; font-size: 18px !important; text-transform: uppercase !important; }[data-css=\"tve-u-160e9e41664\"] { padding: 0px !important; margin-left: -15px !important; }[data-css=\"tve-u-160e9e2aeab\"] { padding: 0px !important; }[data-css=\"tve-u-160e9e03630\"] { min-height: 1px; }[data-css=\"tve-u-160e9dff371\"] { float: none; max-width: 100%; padding: 0px !important; margin: 0px !important; position: static !important; }[data-css=\"tve-u-160e9d15bdf\"] { z-index: 1; padding: 100px 40px 90px !important; margin-top: 0px !important; }[data-css=\"tve-u-160e9d118ed\"] { opacity: 1; filter: grayscale(0%) blur(0px); box-shadow: rgba(0, 0, 0, 0.3) 0px 39px 75px 8px inset; background-image: linear-gradient(rgba(176, 171, 155, 0.28), rgba(176, 171, 155, 0.28)), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Pub-Our-Menu-BG.jpg\") !important; background-color: rgb(176, 171, 155) !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, fixed !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-160e9d0c61d\"] { max-width: 1200px; min-height: 450px !important; }#tve_editor [data-css=\"tve-u-160e52fbe2f\"]:hover { text-shadow: rgba(0, 0, 0, 0.3) 2px 2px 2px; background-image: none !important; }#tve_editor [data-css=\"tve-u-160e5276a5e\"]:hover { text-shadow: rgba(0, 0, 0, 0.25) 2px 2px 2px; background-image: none !important; }#tve_editor [data-css=\"tve-u-160e52014b5\"]:hover { text-shadow: rgba(0, 0, 0, 0.25) 2px 2px 2px; background-image: none !important; }[data-css=\"tve-u-160e52014b5\"]::after { clear: both; }[data-css=\"tve-u-160e52fbe2f\"] { text-shadow: none; background-image: none !important; }[data-css=\"tve-u-160e5276a5e\"] { background-image: none !important; }[data-css=\"tve-u-160e52014b5\"] { box-shadow: none; background-image: none !important; padding-top: 0px !important; margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-160e501c0b4\"] { padding: 0px !important; }[data-css=\"tve-u-160e4fd114b\"] { line-height: 1em !important; }[data-css=\"tve-u-160e4fe84a1\"] { line-height: 1.3em !important; }#tve_editor [data-css=\"tve-u-160e4fe84a1\"] { font-size: 44px !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-160e4fe6187\"] { font-weight: 400 !important; font-family: \"Kaushan Script\" !important; }#tve_editor [data-css=\"tve-u-160e4fd114b\"] { letter-spacing: 5px; color: rgb(255, 255, 255) !important; font-size: 16px !important; text-transform: uppercase !important; }[data-css=\"tve-u-160e4dadf9c\"] { max-width: 100%; float: none; z-index: 6; box-shadow: none; position: relative; right: 0px; bottom: -54px; margin: 0px auto !important; }[data-css=\"tve-u-160e4da55bb\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-160e4da55bb\"] { margin-left: -60px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-160e4da55bb\"] > .tcb-flex-col { padding-left: 60px; }[data-css=\"tve-u-160e4c824a2\"] { padding: 0px !important; margin-bottom: 10px !important; }[data-css=\"tve-u-160e4c55d27\"] { z-index: 4; padding: 60px 40px 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-160e4c34c93\"] { clip-path: url(\"#clip-bottom-35e31e95c7382\"); -webkit-clip-path: url(\"#clip-bottom-35e31e95c7382\");  box-shadow: none; background-image: linear-gradient(rgba(3, 9, 15, 0.85), rgba(3, 9, 15, 0.85)), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Pub-Texture1-img-.jpg\") !important; background-size: auto, cover !important; background-position: 0px 0px, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-160e4c24b1a\"] { max-width: 1200px; min-height: 1px !important; }#tve_editor [data-css=\"tve-u-160dbceed3d\"]:hover .tcb-button-link { border-radius: 15px 0px; overflow: hidden; border: none; background-color: rgb(242, 139, 0) !important; text-decoration: none !important; }#tve_editor [data-css=\"tve-u-160df6a2fe0\"] p, #tve_editor [data-css=\"tve-u-160df6a2fe0\"] li, #tve_editor [data-css=\"tve-u-160df6a2fe0\"] blockquote, #tve_editor [data-css=\"tve-u-160df6a2fe0\"] address { line-height: 1em; }[data-css=\"tve-u-160df4c6424\"] > .tve-cb { display: flex; flex-direction: column; justify-content: flex-end; }[data-css=\"tve-u-160df51ca21\"] > .tve-cb { display: block; }[data-css=\"tve-u-160df8deee2\"] { padding: 0px !important; margin-left: -15px !important; margin-bottom: 50px !important; }[data-css=\"tve-u-160df8c3360\"] { margin-left: 0px !important; padding: 0px !important; }[data-css=\"tve-u-160df711140\"] { padding: 0px !important; }[data-css=\"tve-u-160df709fbf\"] { padding: 0px !important; }[data-css=\"tve-u-160df6d74f4\"] { text-align: left; border-right: 1px solid rgba(176, 171, 155, 0.5); padding-left: 20px !important; }[data-css=\"tve-u-160df6d53e3\"] { text-align: right; border-right: 1px solid rgba(176, 171, 155, 0.6); padding-right: 20px !important; }[data-css=\"tve-u-160df6a3578\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-160df6a3578\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-160df6a3578\"] { margin-left: 0px; min-height: inherit; padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-160df6a2fe0\"] { margin-top: 20px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-160df52e534\"]::after { clear: both; }[data-css=\"tve-u-160df51ca21\"] { bottom: 0px; float: left; max-width: 100%; z-index: 3; width: 100%; left: 0px; margin: 0px auto !important; padding: 25px 0px !important; position: static !important; }[data-css=\"tve-u-160df519447\"] { min-height: 1px; text-align: center; }[data-css=\"tve-u-160df50b366\"] { background-image: linear-gradient(rgba(3, 9, 14, 0.92), rgba(3, 9, 14, 0.92)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-160df4f4d0e\"] { min-height: 480px; }[data-css=\"tve-u-160df4bedf0\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-160df4eae6d\"] { margin: 0px !important; }[data-css=\"tve-u-160df4db074\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Pub-img-section1.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-160df4c6424\"] { max-width: 100%; margin-top: 0px !important; padding: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-160df4bedf0\"] { margin-left: 0px; min-height: inherit; padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-160df4bedf0\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-160df4565d1\"] { padding: 0px !important; position: relative !important; }#tve_editor [data-css=\"tve-u-160dbe24f38\"] { font-weight: 400; letter-spacing: 4px; font-family: \"Noto Sans\" !important; font-size: 18px !important; text-transform: uppercase !important; color: rgb(18, 21, 25) !important; }[data-css=\"tve-u-160dbceed3d\"] .tcb-button-link { min-height: 54.7619px; font-size: 1.33333em; background-color: rgb(255, 169, 20) !important; padding-top: 10px !important; padding-bottom: 10px !important; }[data-css=\"tve-u-160dbceed3d\"] { width: 418px; display: block; max-width: 418px; float: none; margin: 0px auto !important; }[data-css=\"tve-u-160dbcd54ac\"] { padding: 0px !important; }[data-css=\"tve-u-160dbcd2c5b\"] { padding: 0px !important; margin-bottom: 70px !important; }[data-css=\"tve-u-160dbcbc7a4\"] { min-height: 260px; }[data-css=\"tve-u-160dbcafa88\"] { float: none; max-width: 800px; margin: 0px auto !important; padding: 0px !important; }[data-css=\"tve-u-160db85dabe\"] { min-height: 50px; }[data-css=\"tve-u-160db84bfac\"] { clip-path: url(\"#clip-bottom-eb17500f3af4b\"); -webkit-clip-path: url(\"#clip-bottom-eb17500f3af4b\");  background-image: linear-gradient(rgb(30, 34, 40), rgb(30, 34, 40)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }#tve_editor [data-css=\"tve-u-160db6dd8cd\"] > :first-child { color: rgb(255, 171, 0); }[data-css=\"tve-u-160db6dd8cd\"] { font-size: 28px; width: 28px; height: 28px; z-index: 4; position: relative; float: left; margin: 0px 15px 0px 0px !important; }#tcb_landing_page h3 { font-family: \"Noto Sans\"; font-weight: 400; font-size: 24px; line-height: 1.68em; color: rgb(3, 9, 14); letter-spacing: 2px; text-transform: uppercase; }#tcb_landing_page h2 { font-family: \"Kaushan Script\"; font-weight: 400; font-size: 90px; color: rgb(222, 218, 203); line-height: 1.3em; }#tcb_landing_page p, #tcb_landing_page li { font-family: \"Noto Sans\"; font-weight: 400; font-size: 18px; line-height: 1.5em; color: rgb(3, 9, 14); }#tcb_landing_page h1 { font-family: \"Kaushan Script\"; font-size: 100px; line-height: 1em; color: rgb(255, 255, 255); }[data-css=\"tve-u-15e09c94f7d\"] { background-color: rgb(255, 255, 255); }[data-css=\"tve-u-160dbb50aca\"] { max-width: 400px; float: none; z-index: 4; margin: 0px auto !important; padding: 30px 25px 60px !important; }#tve_editor [data-css=\"tve-u-160ea6ba05c\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160ea6ba05c\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160ea6ba060\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160ea6ba060\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160ea6ba063\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160ea6ba063\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160ea6ba065\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160ea6ba065\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160ea6ba067\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160ea6ba067\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160ea6ba06a\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160ea6ba06a\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160ea6ba06c\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160ea6ba06c\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160ea7224b9\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160ea7224b9\"] { line-height: 1.3em !important; }#tve_editor [data-css=\"tve-u-160ea79970d\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160ea79970d\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160ea799710\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160ea799710\"] { line-height: 2em !important; }[data-css=\"tve-u-160ea90d163\"] { line-height: 1em !important; }#tve_editor [data-css=\"tve-u-160ea90d163\"] { font-size: 18px !important; text-transform: none !important; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-160ea9104fd\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160ea9104fd\"] { line-height: 1.3em !important; }#tve_editor [data-css=\"tve-u-160ea9400e0\"] { color: rgba(255, 255, 255, 0.85) !important; font-size: 16px !important; }[data-css=\"tve-u-160ea9c1e15\"] { padding: 0px !important; }#tve_editor [data-css=\"tve-u-160ea9c9c07\"] { font-size: 14px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160ea9c9c07\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eaa5aa50\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eaa5aa50\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eaa62df8\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eaa62df8\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eaa73bda\"] p, #tve_editor [data-css=\"tve-u-160eaa73bda\"] li, #tve_editor [data-css=\"tve-u-160eaa73bda\"] blockquote, #tve_editor [data-css=\"tve-u-160eaa73bda\"] address { line-height: 1em; }[data-css=\"tve-u-160eaa73bda\"] { box-shadow: none; margin: 20px 0px 0px !important; background-image: linear-gradient(rgb(18, 21, 25), rgb(18, 21, 25)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-160eaa7faeb\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-160eaa7faeb\"] > .tcb-flex-col { padding-left: 60px; }[data-css=\"tve-u-160eaa7faeb\"] { margin-left: -60px; min-height: inherit; padding: 20px 20px 0px !important; }[data-css=\"tve-u-160eaa7faee\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-160eaa7faee\"] > .tcb-flex-col { padding-left: 60px; }[data-css=\"tve-u-160eaa7faee\"] { margin-left: -60px; min-height: inherit; padding: 20px !important; }[data-css=\"tve-u-160eaa8db54\"] { margin: 0px 0px 20px !important; background-image: linear-gradient(rgb(18, 21, 25), rgb(18, 21, 25)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-160eab45a4f\"] { float: left; max-width: 100%; z-index: 3; position: relative; box-shadow: rgba(18, 21, 25, 0.16) 0px 5px 35px 2px; width: 100%; padding: 0px !important; margin: 15px auto 0px !important; }[data-css=\"tve-u-160eab45a4f\"] .tve_faq:hover { background: rgba(18, 21, 25, 0.8) !important; }#tve_editor [data-css=\"tve-u-160ead90ba7\"] p, #tve_editor [data-css=\"tve-u-160ead90ba7\"] li, #tve_editor [data-css=\"tve-u-160ead90ba7\"] blockquote, #tve_editor [data-css=\"tve-u-160ead90ba7\"] address { line-height: 1em; }[data-css=\"tve-u-160ead90ba7\"] { box-shadow: none; margin: 20px 0px !important; background-image: linear-gradient(rgb(18, 21, 25), rgb(18, 21, 25)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-160ead973a1\"] { float: left; max-width: 100%; z-index: 3; position: relative; box-shadow: rgba(18, 21, 25, 0.16) 0px 5px 35px 2px; width: 100%; padding: 0px !important; margin: 0px auto 15px !important; }[data-css=\"tve-u-160ead973a1\"] .tve_faq:hover { background: rgba(18, 21, 25, 0.8) !important; }[data-css=\"tve-u-160eadcc8c9\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-160eadcc8c9\"] > .tcb-flex-col { padding-left: 60px; }[data-css=\"tve-u-160eadcc8c9\"] { margin-left: -60px; min-height: inherit; padding: 20px !important; }#tve_editor [data-css=\"tve-u-160eadffc69\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eadffc69\"] { line-height: 2em !important; }[data-css=\"tve-u-160eb0d7fac\"] { clip-path: url(\"#clip-bottom-dd364f1962bc7\"); -webkit-clip-path: url(\"#clip-bottom-dd364f1962bc7\");  box-shadow: none; background-image: linear-gradient(rgb(218, 144, 15), rgb(218, 144, 15)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-160eb0e8e90\"] > .tve-cb { display: flex; flex-direction: column; justify-content: center; }[data-css=\"tve-u-160eb0e8e90\"] { bottom: 0px; z-index: 4; left: 0px; padding: 20px 15px 25px !important; margin-top: 0px !important; margin-bottom: 0px !important; position: relative !important; }[data-css=\"tve-u-160eb1a09e2\"] { min-height: 104px; }[data-css=\"tve-u-160eb1b0e14\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-160eb1d9ffb\"] { clip-path: url(\"#clip-bottom-cb4c420ba2143\"); -webkit-clip-path: url(\"#clip-bottom-cb4c420ba2143\");  box-shadow: none; background-image: linear-gradient(rgb(218, 144, 15), rgb(218, 144, 15)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-160eb214b56\"] { clip-path: url(\"#clip-bottom-a182d7c321313\"); -webkit-clip-path: url(\"#clip-bottom-a182d7c321313\");  box-shadow: none; background-image: linear-gradient(rgb(218, 144, 15), rgb(218, 144, 15)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-160eb218e4e\"] > .tve-cb { display: flex; flex-direction: column; justify-content: center; }[data-css=\"tve-u-160eb218e4e\"] { z-index: 4; max-width: 100%; right: 0px; bottom: 0px; padding: 20px 15px 25px !important; margin-top: 0px !important; margin-bottom: 0px !important; position: static !important; }#tve_editor [data-css=\"tve-u-160eb218e4e\"]:hover [data-css=\"tve-u-160eb214b56\"] { background-image: linear-gradient(rgb(242, 139, 0), rgb(242, 139, 0)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-160eb2222a0\"] > .tve-cb { display: flex; flex-direction: column; justify-content: center; }[data-css=\"tve-u-160eb2222a0\"] { bottom: 0px; z-index: 4; left: 0px; max-width: 100%; padding: 20px 15px 25px !important; margin-top: 0px !important; margin-bottom: 0px !important; position: relative !important; }#tve_editor [data-css=\"tve-u-160eb2222a0\"]:hover [data-css=\"tve-u-160eb1d9ffb\"] { background-image: linear-gradient(rgb(242, 139, 0), rgb(242, 139, 0)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-160eb3ad20a\"] { padding: 0px !important; margin-bottom: 20px !important; }[data-css=\"tve-u-160eb42c2ca\"] { float: left; max-width: 100%; z-index: 3; position: relative; box-shadow: rgba(18, 21, 25, 0.16) 0px 5px 35px 2px; width: 100%; padding: 0px !important; margin: 0px auto !important; }[data-css=\"tve-u-160eb42c2ca\"] .tve_faq:hover { background: rgba(18, 21, 25, 0.8) !important; }[data-css=\"tve-u-160eb470891\"] { line-height: 1em !important; }#tve_editor [data-css=\"tve-u-160eb470891\"] { letter-spacing: 3px; color: rgb(242, 139, 0) !important; font-size: 18px !important; text-transform: uppercase !important; }[data-css=\"tve-u-160eb4708df\"] { font-family: Lato, arial !important; }[data-css=\"tve-u-160eb475d09\"] { line-height: 1em !important; }#tve_editor [data-css=\"tve-u-160eb475d09\"] { letter-spacing: 3px; color: rgb(242, 139, 0) !important; font-size: 18px !important; text-transform: uppercase !important; }[data-css=\"tve-u-160eb475d4c\"] { font-family: Lato, arial !important; }[data-css=\"tve-u-160eb47f143\"] { line-height: 1em !important; }#tve_editor [data-css=\"tve-u-160eb47f143\"] { letter-spacing: 3px; color: rgb(242, 139, 0) !important; font-size: 18px !important; text-transform: uppercase !important; }[data-css=\"tve-u-160eb47f16a\"] { font-family: Lato, arial !important; }#tve_editor [data-css=\"tve-u-160eb49e1f7\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb49e1f7\"] { line-height: 2em !important; }[data-css=\"tve-u-160eb4a305a\"] { border-right: none; }#tve_editor [data-css=\"tve-u-160eb4a45fb\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb4a45fb\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb4a4600\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb4a4600\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb4a4603\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb4a4603\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb4a4605\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb4a4605\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb4a4608\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb4a4608\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb4a460a\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb4a460a\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb4a460d\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb4a460d\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb4b6f9b\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb4b6f9b\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb4b6fc8\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb4b6fc8\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb4b6fcb\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb4b6fcb\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb4b6fcd\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb4b6fcd\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb4b6fd0\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb4b6fd0\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb4b6fd3\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb4b6fd3\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb4b6fd5\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb4b6fd5\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb521486\"] p, #tve_editor [data-css=\"tve-u-160eb521486\"] li, #tve_editor [data-css=\"tve-u-160eb521486\"] blockquote, #tve_editor [data-css=\"tve-u-160eb521486\"] address { line-height: 1em; }[data-css=\"tve-u-160eb521486\"] { box-shadow: none; margin: 20px 0px !important; background-image: linear-gradient(rgb(18, 21, 25), rgb(18, 21, 25)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-160eb5275ca\"] { line-height: 1em !important; }#tve_editor [data-css=\"tve-u-160eb5275ca\"] { font-size: 18px !important; text-transform: none !important; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-160eb52765c\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb52765c\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb52768d\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb52768d\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb5276bf\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb5276bf\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb5276f3\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb5276f3\"] { line-height: 2em !important; }[data-css=\"tve-u-160eb5346af\"] { line-height: 1em !important; }#tve_editor [data-css=\"tve-u-160eb5346af\"] { font-size: 18px !important; text-transform: none !important; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-160eb53477a\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb53477a\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb5347ae\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb5347ae\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb5347e1\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb5347e1\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb534816\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb534816\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb53484c\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb53484c\"] { line-height: 2em !important; }[data-css=\"tve-u-160eb537e16\"] { padding: 0px !important; }[data-css=\"tve-u-160eb54da29\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-160eb54da29\"] > .tcb-flex-col { padding-left: 60px; }[data-css=\"tve-u-160eb54da29\"] { margin-left: -60px; min-height: inherit; padding: 20px !important; }[data-css=\"tve-u-160eb553062\"] { line-height: 1em !important; }#tve_editor [data-css=\"tve-u-160eb553062\"] { font-size: 18px !important; text-transform: none !important; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-160eb553103\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb553103\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb553138\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb553138\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb55316d\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb55316d\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb5531a1\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb5531a1\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb5531d8\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb5531d8\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb55320f\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb55320f\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160f8c25bba\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160f8c25bba\"] { line-height: 2em !important; }[data-css=\"tve-u-160f8c28393\"] { line-height: 1em !important; }#tve_editor [data-css=\"tve-u-160f8c28393\"] { font-size: 18px !important; text-transform: none !important; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-160f8c2842b\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160f8c2842b\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160f8c28460\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160f8c28460\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160f8c28493\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160f8c28493\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160f8c284c6\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160f8c284c6\"] { line-height: 2em !important; }[data-css=\"tve-u-160f8c2bf72\"] { padding: 0px !important; }[data-css=\"tve-u-160f8c5888c\"] { line-height: 1em !important; }#tve_editor [data-css=\"tve-u-160f8c5888c\"] { font-size: 18px !important; text-transform: none !important; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-160f8c58957\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160f8c58957\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160f8c589bd\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160f8c589bd\"] { line-height: 2em !important; }[data-css=\"tve-u-160f8c59f19\"] { padding: 0px !important; }#tve_editor [data-css=\"tve-u-160f8c626b2\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160f8c626b2\"] { line-height: 2em !important; }[data-css=\"tve-u-160f8c8c841\"] { padding: 0px !important; }[data-css=\"tve-u-160f8c978c9\"] { border-right: none; }[data-css=\"tve-u-160f8cb0034\"] { line-height: 1em !important; }#tve_editor [data-css=\"tve-u-160f8cb0034\"] { font-size: 18px !important; text-transform: none !important; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-160f8cb00e0\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160f8cb00e0\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160f8cb011c\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160f8cb011c\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160f8cb0157\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160f8cb0157\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160f8cb0191\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160f8cb0191\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160f8cb01cb\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160f8cb01cb\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160f8cb0240\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160f8cb0240\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160f8cb027b\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160f8cb027b\"] { line-height: 2em !important; }[data-css=\"tve-u-160f8cb610d\"] { line-height: 1em !important; }#tve_editor [data-css=\"tve-u-160f8cb610d\"] { font-size: 18px !important; text-transform: none !important; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-160f8cb61bc\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160f8cb61bc\"] { line-height: 2em !important; }[data-css=\"tve-u-160f8cb9d70\"] { border-right: none; }#tve_editor [data-css=\"tve-u-160f8cc8fce\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160f8cc8fce\"] { line-height: 1.3em !important; }[data-css=\"tve-u-160f8cd7871\"] { line-height: 1em !important; }#tve_editor [data-css=\"tve-u-160f8cd7871\"] { font-size: 18px !important; text-transform: none !important; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-160f8cd794f\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160f8cd794f\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160f8cd7987\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160f8cd7987\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160f8cd79c1\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160f8cd79c1\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160f8cd79f8\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160f8cd79f8\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160f8cd7a30\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160f8cd7a30\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160f8cd7a68\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160f8cd7a68\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160f8cd7aa1\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160f8cd7aa1\"] { line-height: 2em !important; }[data-css=\"tve-u-160f8cf3d89\"] { line-height: 1em !important; }#tve_editor [data-css=\"tve-u-160f8cf3d89\"] { font-size: 18px !important; text-transform: none !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-160f8cfbf40\"] { border-right: none; }[data-css=\"tve-u-160f8d013c3\"] { line-height: 1em !important; }#tve_editor [data-css=\"tve-u-160f8d013c3\"] { font-size: 18px !important; text-transform: none !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-160f8d12a0d\"] { border-right: none; }[data-css=\"tve-u-160f961e617\"] { padding: 0px !important; margin-top: 0px !important; margin-bottom: 20px !important; }#tve_editor [data-css=\"tve-u-160f98df817\"]:hover .tcb-button-link { border-top-left-radius: 15px; overflow: hidden; border-bottom-right-radius: 15px; border: none; background-color: rgb(242, 139, 0) !important; text-decoration: none !important; }[data-css=\"tve-u-160f98df817\"] .tcb-button-link { min-height: 54.7619px; font-size: 1.33333em; background-color: rgb(255, 169, 20) !important; padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-160f98df817\"] { width: 400px; display: block; max-width: 400px; margin-top: 50px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-160f9bf1aea\"] { padding: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-160f9bf9be2\"] { line-height: 1.5em !important; }#tve_editor [data-css=\"tve-u-160f9bf9be2\"] { letter-spacing: 0px; color: rgb(255, 255, 255) !important; font-size: 24px !important; font-family: inherit !important; }#tve_editor [data-css=\"tve-u-160fa182f82\"]:hover .tcb-button-link { border-top-left-radius: 15px; overflow: hidden; border-bottom-right-radius: 15px; border: none; background-color: rgb(14, 16, 18) !important; text-decoration: none !important; }[data-css=\"tve-u-160fa182f82\"] .tcb-button-link { min-height: 54.7619px; font-size: 1.33333em; background-color: rgb(18, 21, 25) !important; padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-160fa182f82\"] { width: 375px; display: block; max-width: 375px; float: left; z-index: 3; position: relative; margin: 0px auto !important; }#tve_editor [data-css=\"tve-u-160fa198fbb\"] { font-weight: 400; letter-spacing: 4px; font-family: \"Noto Sans\" !important; font-size: 18px !important; text-transform: uppercase !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-160fa489bd9\"] { line-height: 1.3em !important; }#tve_editor [data-css=\"tve-u-160fa489bd9\"] { letter-spacing: 0px; color: rgba(3, 9, 14, 0.5) !important; font-size: 14px !important; }[data-css=\"tve-u-160fa718c59\"] { line-height: 0.2em !important; }#tve_editor [data-css=\"tve-u-160fa718c59\"] { letter-spacing: 0px; font-size: 140px !important; color: rgba(176, 171, 155, 0.4) !important; }[data-css=\"tve-u-160fa718c5e\"] { font-family: Limelight !important; font-weight: 400 !important; }#tve_editor [data-css=\"tve-u-160fec25d20\"] { font-weight: 400; letter-spacing: 4px; font-family: \"Noto Sans\" !important; font-size: 18px !important; text-transform: uppercase !important; color: rgb(18, 21, 25) !important; }[data-css=\"tve-u-1616a5e01ba\"] { float: none; max-width: 100%; z-index: 3; right: auto; bottom: auto; top: auto; left: auto; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; margin-top: 0px !important; }[data-css=\"tve-u-1616a9cfa4b\"] > .tve-cb { justify-content: flex-end; display: flex; flex-direction: column; }[data-css=\"tve-u-1616a9cfa4b\"] { max-width: 100%; padding: 8px 5px 10px !important; margin-top: 0px !important; margin-bottom: 0px !important; margin-left: 0px !important; }[data-css=\"tve-u-1616a9d1ca7\"] > .tve-cb { justify-content: flex-end; display: flex; flex-direction: column; }[data-css=\"tve-u-1616a9d1ca7\"] { max-width: 100%; padding: 8px 5px 10px !important; margin-top: 0px !important; margin-bottom: 0px !important; margin-left: 0px !important; }[data-css=\"tve-u-1616a9d3730\"] > .tve-cb { justify-content: flex-end; display: flex; flex-direction: column; }[data-css=\"tve-u-1616a9d3730\"] { max-width: 100%; padding: 8px 5px 10px !important; margin-top: 0px !important; margin-bottom: 0px !important; margin-left: 0px !important; }[data-css=\"tve-u-161701c9195\"] { line-height: 1em !important; }#tve_editor [data-css=\"tve-u-161701c9195\"] { color: rgb(120, 120, 120) !important; font-size: 14px !important; }[data-css=\"tve-u-161702e8042\"] { float: none; width: 52px; }[data-css=\"tve-u-1617031f43b\"] { float: none; width: 49px; }[data-css=\"tve-u-16170325257\"] { margin: 0px !important; background-color: rgb(247, 247, 247) !important; }[data-css=\"tve-u-161703268c0\"] { margin: 0px !important; background-color: rgb(247, 247, 247) !important; }[data-css=\"tve-u-16170332517\"] { max-width: 29.6%; }[data-css=\"tve-u-1617033251d\"] { max-width: 24.8%; }[data-css=\"tve-u-1617033371d\"] { max-width: 45.5%; }[data-css=\"tve-u-16170334a49\"] { max-width: 29.6%; }[data-css=\"tve-u-16170334a4f\"] { max-width: 23.2%; }[data-css=\"tve-u-161703373d0\"] { max-width: 47.2%; }[data-css=\"tve-u-161703e4bac\"] > .tcb-flex-col > .tcb-col { justify-content: center; }[data-css=\"tve-u-161703e4bac\"] { margin-left: 0px; padding: 0px 10px !important; }[data-css=\"tve-u-161703e4bac\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-16170441415\"] { padding: 0px !important; }[data-css=\"tve-u-16170442200\"] { padding: 0px 0px 0px 10px !important; }[data-css=\"tve-u-161704435d7\"] { padding: 0px !important; }[data-css=\"tve-u-16170445bb9\"] { padding: 0px 0px 0px 10px !important; }[data-css=\"tve-u-1617045651a\"] > .tcb-flex-col > .tcb-col { justify-content: center; }[data-css=\"tve-u-1617045651a\"] { margin-left: 0px; padding: 0px 10px !important; }[data-css=\"tve-u-1617045651a\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-16170471614\"] { padding: 0px !important; }#tcb_landing_page a:hover:not(.tcb-button-link) { color: rgb(233, 156, 0); text-decoration: underline; }#tcb_landing_page a.tve-state-hover:not(.tcb-button-link) { color: rgb(242, 139, 0); }[data-css=\"tve-u-1635e5ffa41\"] { max-width: 200px; float: right; z-index: 3; position: relative; width: 100%; padding: 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-1635e65c044\"] > :first-child { color: rgb(255, 171, 0); }[data-css=\"tve-u-1635e65c044\"] { font-size: 28px; width: 28px; height: 28px; float: left; z-index: 3; position: relative; margin-top: 0px !important; margin-bottom: 0px !important; margin-left: 30px !important; }#tve_editor [data-css=\"tve-u-1635ed98a8a\"] > :first-child { color: rgb(218, 144, 15); }[data-css=\"tve-u-1635ed98a8a\"] { font-size: 50px; float: left; z-index: 3; position: relative; width: 50px; height: 50px; margin: -35px 0px 20px !important; padding-left: 10px !important; }[data-css=\"tve-u-1635edf3681\"] { min-height: 104px; }[data-css=\"tve-u-1635ef71519\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1635ef72920\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1635f073915\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Pub-Food-img_03.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }#tve_editor [data-css=\"tve-u-1635efec9fa\"]:hover [data-css=\"tve-u-1635f098c8e\"] { background-image: linear-gradient(0deg, rgba(242, 139, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Pub-Drinks-img_03.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-1635f098c8e\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Pub-Drinks-img_03.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1635f0a8c87\"] { max-width: 100%; z-index: 4; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1635f0b76b1\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Pub-Ambiance-img_03.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }#tve_editor [data-css=\"tve-u-1635f0a8c87\"]:hover [data-css=\"tve-u-1635f0b76b1\"] { background-image: linear-gradient(0deg, rgba(242, 139, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Pub-Ambiance-img_03.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-1635f121505\"] { padding: 0px !important; position: static !important; }#tve_editor .thrv-content-box [data-css=\"tve-u-1635f125271\"] p, #tve_editor .thrv-content-box [data-css=\"tve-u-1635f125271\"] li, #tve_editor .thrv-content-box [data-css=\"tve-u-1635f125271\"] blockquote, #tve_editor .thrv-content-box [data-css=\"tve-u-1635f125271\"] address, #tve_editor .thrv-content-box [data-css=\"tve-u-1635f125271\"] h1, #tve_editor .thrv-content-box [data-css=\"tve-u-1635f125271\"] h2, #tve_editor .thrv-content-box [data-css=\"tve-u-1635f125271\"] h3, #tve_editor .thrv-content-box [data-css=\"tve-u-1635f125271\"] h4, #tve_editor .thrv-content-box [data-css=\"tve-u-1635f125271\"] h5, #tve_editor .thrv-content-box [data-css=\"tve-u-1635f125271\"] h6 { color: rgb(3, 9, 14); }[data-css=\"tve-u-1635f125271\"] { min-height: 1px; }[data-css=\"tve-u-1635f125271\"]::after { clear: both; }[data-css=\"tve-u-1635f136552\"] { padding: 0px !important; margin-top: 0px !important; margin-bottom: 20px !important; }[data-css=\"tve-u-1635f138d3b\"] { padding: 0px !important; margin-bottom: 20px !important; }[data-css=\"tve-u-1635f139f5c\"] { padding: 0px !important; margin-bottom: 20px !important; }[data-css=\"tve-u-1635f13f574\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Pub-customer-2_03.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1635f14cd1e\"] { padding: 5px 0px !important; margin: 0px !important; }[data-css=\"tve-u-1635f14cd1e\"] .tve_sep { border-width: 2px; border-color: rgb(218, 144, 15); }[data-css=\"tve-u-1635f187bfc\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Pub-Customer-3_03.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1635f1b25ed\"] { padding: 0px 0px 35px !important; margin: 0px !important; }[data-css=\"tve-u-1635f1b3fee\"] { padding: 0px 0px 35px !important; margin: 0px !important; }#tve_editor [data-css=\"tve-u-163628d68f3\"]:hover [data-css=\"tve-u-1635f073915\"] { background-image: linear-gradient(0deg, rgba(242, 139, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Pub-Food-img_03.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-163628d68f3\"] { max-width: 100%; z-index: 4; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-163629eb59f\"] { min-height: 104px; }#tve_editor .thrv-content-box [data-css=\"tve-u-16362a05c8f\"] p, #tve_editor .thrv-content-box [data-css=\"tve-u-16362a05c8f\"] li, #tve_editor .thrv-content-box [data-css=\"tve-u-16362a05c8f\"] blockquote, #tve_editor .thrv-content-box [data-css=\"tve-u-16362a05c8f\"] address, #tve_editor .thrv-content-box [data-css=\"tve-u-16362a05c8f\"] h1, #tve_editor .thrv-content-box [data-css=\"tve-u-16362a05c8f\"] h2, #tve_editor .thrv-content-box [data-css=\"tve-u-16362a05c8f\"] h3, #tve_editor .thrv-content-box [data-css=\"tve-u-16362a05c8f\"] h4, #tve_editor .thrv-content-box [data-css=\"tve-u-16362a05c8f\"] h5, #tve_editor .thrv-content-box [data-css=\"tve-u-16362a05c8f\"] h6 { color: rgb(3, 9, 14); }[data-css=\"tve-u-16362a05c8f\"] { min-height: 1px; }[data-css=\"tve-u-16362a05c8f\"]::after { clear: both; }[data-css=\"tve-u-16362a05cc8\"] { min-height: 104px; }#tve_editor [data-css=\"tve-u-16362a8dd87\"] > :first-child { color: rgb(3, 9, 14); }[data-css=\"tve-u-16362a8dd87\"] { font-size: 25px; width: 25px; height: 25px; float: left; z-index: 3; position: relative; margin-top: 0px !important; margin-bottom: 0px !important; margin-right: 10px !important; }#tve_editor [data-css=\"tve-u-16362aa4888\"] > :first-child { color: rgb(3, 9, 14); }[data-css=\"tve-u-16362aa4888\"] { font-size: 25px; width: 25px; height: 25px; z-index: 4; position: relative; float: left; margin: 0px 10px 0px 0px !important; }[data-css=\"tve-u-16362aabe81\"] { padding: 0px !important; margin: 0px 0px 10px !important; }[data-css=\"tve-u-1636301dc81\"] { padding: 0px !important; margin: 0px 0px 60px !important; }[data-css=\"tve-u-16363231ead\"] { min-height: 430px; }[data-css=\"tve-u-16363235afe\"] { min-height: 430px; }[data-css=\"tve-u-16363599740\"] { padding: 0px !important; position: relative !important; }[data-css=\"tve-u-1636390935e\"] { padding: 0px !important; margin-bottom: 20px !important; }#tve_editor [data-css=\"tve-u-1636392a6b1\"] > :first-child { color: rgb(218, 144, 15); }[data-css=\"tve-u-1636392a6b1\"] { font-size: 50px; float: left; z-index: 3; position: relative; width: 50px; height: 50px; margin: -35px 0px 20px !important; padding-left: 10px !important; }#tve_editor [data-css=\"tve-u-1636392e791\"] > :first-child { color: rgb(218, 144, 15); }[data-css=\"tve-u-1636392e791\"] { font-size: 50px; float: left; z-index: 3; position: relative; width: 50px; height: 50px; margin: -35px 0px 20px !important; padding-left: 10px !important; }[data-css=\"tve-u-1636393c2d2\"] { max-width: 104px; float: left; z-index: 3; position: relative; width: 100%; padding: 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; margin-right: 30px !important; }[data-css=\"tve-u-1636393da63\"] { max-width: 104px; float: left; z-index: 3; position: relative; width: 100%; padding: 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; margin-right: 30px !important; }[data-css=\"tve-u-16369519850\"] { padding: 5px 0px !important; margin: 0px !important; }[data-css=\"tve-u-16369519850\"] .tve_sep { border-width: 2px; border-color: rgb(218, 144, 15); }[data-css=\"tve-u-1636951d241\"] { padding: 0px !important; margin-top: 0px !important; margin-bottom: 20px !important; }}@media (max-width: 1023px){[data-css=\"tve-u-16369563890\"] { padding-left: 25px !important; padding-right: 25px !important; padding-bottom: 40px !important; }[data-css=\"tve-u-1636955fbd2\"] { max-width: 100%; min-height: 600px !important; }[data-css=\"tve-u-160f9c6d0ad\"] { max-width: 630px; }[data-css=\"tve-u-1635ebf2201\"] { max-width: 630px; }[data-css=\"tve-u-160df8deee2\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-160e9d118ed\"] { box-shadow: rgba(0, 0, 0, 0.3) 0px 28px 75px 8px inset; }[data-css=\"tve-u-1635ebfe4fc\"] { max-width: 671px; padding-bottom: 0px !important; margin-bottom: 25px !important; }[data-css=\"tve-u-1635f1b3fee\"] { padding-bottom: 0px !important; margin-bottom: 25px !important; }[data-css=\"tve-u-1635f1b25ed\"] { padding-bottom: 0px !important; margin-bottom: 25px !important; }[data-css=\"tve-u-16363524c1e\"] { margin-top: 0px !important; padding-top: 70px !important; padding-left: 100px !important; padding-right: 100px !important; }[data-css=\"tve-u-160e9e41664\"] { margin-bottom: 50px !important; }[data-css=\"tve-u-160f9d08737\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-160f8e625a1\"] { margin-bottom: 60px !important; }[data-css=\"tve-u-1635ee0cb15\"] { padding: 60px 0px !important; }[data-css=\"tve-u-160eadcc8c9\"] { margin-left: 0px; }[data-css=\"tve-u-160eb54da29\"] { margin-left: 0px; }[data-css=\"tve-u-160ea89ac22\"] { margin-left: 0px; }[data-css=\"tve-u-160e9fac06c\"] { margin-left: 0px; }[data-css=\"tve-u-160eaa7faee\"] { margin-left: 0px; }[data-css=\"tve-u-160eaa7faeb\"] { margin-left: 0px; }[data-css=\"tve-u-160ea7c9db0\"] { margin-left: 0px; }[data-css=\"tve-u-160eadcc8c9\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-160eb54da29\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-160ea89ac22\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-160e9fac06c\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-160eaa7faee\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-160eaa7faeb\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-160ea7c9db0\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-160e9d15bdf\"] { padding: 60px 0px !important; }[data-css=\"tve-u-160e9d0c61d\"] { max-width: 630px; min-height: 1px !important; }[data-css=\"tve-u-1635f0a8c87\"] { margin-top: 40px !important; }[data-css=\"tve-u-1635f010773\"] { min-height: 300px; }[data-css=\"tve-u-16363235afe\"] { min-height: 320px; }[data-css=\"tve-u-16363231ead\"] { min-height: 320px; }[data-css=\"tve-u-1635e97f913\"] { max-width: 100%; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1635e6aad72\"] { padding: 0px !important; }[data-css=\"tve-u-160dbcd2c5b\"] { margin-bottom: 60px !important; }[data-css=\"tve-u-1635e5cbf37\"] { margin-top: 5px !important; margin-bottom: 70px !important; }[data-css=\"tve-u-160db84bfac\"] { clip-path: url(\"#clip-tablet-bottom-eb17500f3af4b\"); -webkit-clip-path: url(\"#clip-tablet-bottom-eb17500f3af4b\");  }[data-css=\"tve-u-161701a2f15\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1617045651a\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-161703e4bac\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1635ed274dc\"] > .tcb-flex-col > .tcb-col { min-height: 370px; }[data-css=\"tve-u-1635ed274dc\"] { min-height: inherit; }[data-css=\"tve-u-1635ed274dc\"] .tcb-flex-col { flex-basis: 269px !important; }[data-css=\"tve-u-16362e27bcb\"] { min-height: 1px !important; }[data-css=\"tve-u-16362e2956e\"] { padding: 40px !important; }#tve_editor [data-css=\"tve-u-160fa198fbb\"] { letter-spacing: 2px; font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1636311dda3\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1636311d040\"] { font-size: 16px !important; }[data-css=\"tve-u-160f9ebf905\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-160f9ebf905\"] { min-height: inherit; flex-wrap: nowrap !important; }[data-css=\"tve-u-1636301dc81\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-1635f273315\"] { margin: 0px 0px 20px !important; }[data-css=\"tve-u-160f9ee08be\"] { padding: 0px !important; }#tcb_landing_page p, #tcb_landing_page li { font-size: 18px; line-height: 1.5em; }#tcb_landing_page h6 { font-size: 18px; line-height: 1.5em; }#tcb_landing_page h5 { font-size: 20px; line-height: 1.5em; }#tcb_landing_page h4 { font-size: 20px; line-height: 1.5em; letter-spacing: 1px; }#tcb_landing_page h3 { font-size: 22px; line-height: 1.5em; color: rgb(3, 9, 14); letter-spacing: 2px; }#tcb_landing_page h2 { font-size: 70px; line-height: 1.3em; }#tcb_landing_page h1 { font-size: 85px; line-height: 1em; color: rgb(255, 255, 255); }[data-css=\"tve-u-160fec99b6f\"] { padding: 0px !important; }[data-css=\"tve-u-1617031f43b\"] { margin-top: 10px !important; margin-bottom: 10px !important; }[data-css=\"tve-u-161701b642a\"] { padding-left: 0px !important; }[data-css=\"tve-u-16170471614\"] { padding-left: 0px !important; }[data-css=\"tve-u-161701a2f15\"] { min-height: inherit; padding: 10px !important; flex-wrap: nowrap !important; }[data-css=\"tve-u-161703268c0\"] { max-width: 671px; margin-top: 0px !important; }[data-css=\"tve-u-1617045651a\"] { min-height: inherit; padding: 10px !important; flex-wrap: nowrap !important; }[data-css=\"tve-u-16170325257\"] { margin-top: 0px !important; }[data-css=\"tve-u-16170445bb9\"] { padding-left: 0px !important; }[data-css=\"tve-u-161704435d7\"] { padding-left: 0px !important; }[data-css=\"tve-u-16170442200\"] { padding-left: 0px !important; }[data-css=\"tve-u-16170441415\"] { padding-left: 0px !important; }[data-css=\"tve-u-161703e4bac\"] { min-height: inherit; padding: 10px !important; flex-wrap: nowrap !important; }[data-css=\"tve-u-161701a8fd1\"] { margin-top: 0px !important; }[data-css=\"tve-u-161702e8042\"] { margin-top: 10px !important; margin-bottom: 10px !important; margin-left: 0px !important; }[data-css=\"tve-u-16170185cb5\"] { margin: 10px 0px !important; padding-left: 0px !important; }[data-css=\"tve-u-160f9c75fb0\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-160f9c75fb0\"] .tcb-flex-col { flex-basis: 312px !important; }[data-css=\"tve-u-160f9c75fb0\"] > .tcb-flex-col > .tcb-col { min-height: 220px; }[data-css=\"tve-u-160f9c75fb0\"] { min-height: inherit; margin-left: -30px; padding-top: 0px !important; padding-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-160f97ddb8a\"] { font-size: 40px !important; }#tve_editor [data-css=\"tve-u-160fa489bd9\"] { letter-spacing: 0px; }[data-css=\"tve-u-160fa4d8d4f\"] { padding: 0px !important; }[data-css=\"tve-u-160fa4daf17\"] { max-width: 100%; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-160f9d0c9a0\"] { margin-top: 30px !important; }[data-css=\"tve-u-160f9d0b00e\"] { padding-top: 0px !important; margin-top: 30px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-160f9ec40fc\"] { max-width: 100%; }[data-css=\"tve-u-160fe140452\"] { padding: 20px 0px 40px !important; }[data-css=\"tve-u-160fe13ce28\"] { max-width: 100%; }[data-css=\"tve-u-160fa11f4f2\"] { margin: 0px !important; }[data-css=\"tve-u-160fa01d193\"] { max-width: 340px; float: none; padding: 0px !important; margin: 0px auto !important; }[data-css=\"tve-u-160f9c7f698\"] { max-width: 100%; float: none; margin-left: auto !important; margin-right: auto !important; margin-top: 0px !important; }[data-css=\"tve-u-160f9cccb99\"] { margin-bottom: 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-160f96ef669\"] { padding-top: 30px !important; padding-bottom: 30px !important; }[data-css=\"tve-u-160f9bf1aea\"] { margin-top: 0px !important; }[data-css=\"tve-u-160f9c6a4fe\"] { padding: 60px 0px 80px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-160f9caae7b\"] { margin: 0px 0px 60px !important; }[data-css=\"tve-u-160f9b69526\"] .tcb-flex-col { flex-basis: 71px !important; }[data-css=\"tve-u-160f9b69526\"] > .tcb-flex-col > .tcb-col { min-height: 20px; }[data-css=\"tve-u-160f9b69526\"] { min-height: inherit; padding-top: 10px !important; padding-bottom: 10px !important; }[data-css=\"tve-u-160f9bd1e50\"] { max-width: 100%; padding: 5px 0px !important; }[data-css=\"tve-u-160f9b9db80\"] { padding-top: 5px !important; padding-bottom: 5px !important; }[data-css=\"tve-u-160fa7619dc\"] { max-width: 100%; float: none; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-160f9b74c2b\"] { max-width: 400px; float: none; margin: 10px auto !important; }[data-css=\"tve-u-160f972cd2b\"] { min-height: 1px; }[data-css=\"tve-u-160f9714a61\"] { max-width: 630px; float: none; padding: 70px 40px !important; margin: 0px auto !important; }[data-css=\"tve-u-160f9734b53\"] { clip-path: url(\"#clip-tablet-top-c8e428685a637\"); -webkit-clip-path: url(\"#clip-tablet-top-c8e428685a637\");  }[data-css=\"tve-u-160fa718c5e\"] { font-family: Limelight !important; font-weight: 400 !important; }#tve_editor [data-css=\"tve-u-160fa718c59\"] { font-size: 100px !important; }[data-css=\"tve-u-160fa6805d4\"] { padding: 0px !important; }#tve_editor [data-css=\"tve-u-160ea71c62c\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-160ea9400e0\"] { font-size: 16px !important; }[data-css=\"tve-u-160eb42c2ca\"] { margin-top: 5px !important; }[data-css=\"tve-u-160e4c55d27\"] { padding: 40px 0px 60px !important; }[data-css=\"tve-u-160e4c824a2\"] { margin-bottom: 40px !important; margin-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-160eaaf84a6\"] { margin-bottom: 15px !important; }[data-css=\"tve-u-160eb3ad20a\"] { margin-bottom: 15px !important; }[data-css=\"tve-u-160ead973a1\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-160eb38e170\"] { margin-top: 30px !important; }[data-css=\"tve-u-160eab45a4f\"] { margin-top: 5px !important; }[data-css=\"tve-u-160ea7cae88\"] { margin-top: 0px !important; }[data-css=\"tve-u-160ea7c9db0\"] .tcb-flex-col { flex-basis: 700px !important; }[data-css=\"tve-u-160e9dff371\"] { max-width: 100%; padding: 0px !important; }[data-css=\"tve-u-160e4c34c93\"] { clip-path: url(\"#clip-tablet-bottom-35e31e95c7382\"); -webkit-clip-path: url(\"#clip-tablet-bottom-35e31e95c7382\");  }[data-css=\"tve-u-160eb1b0e14\"] { margin-top: 0px !important; margin-left: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-160eb1a09e2\"] { min-height: 1px; }[data-css=\"tve-u-160eb0d7fac\"] { clip-path: url(\"#clip-tablet-bottom-dd364f1962bc7\"); -webkit-clip-path: url(\"#clip-tablet-bottom-dd364f1962bc7\");  }[data-css=\"tve-u-160e5adb400\"] { margin-top: 0px !important; margin-bottom: 2px !important; }[data-css=\"tve-u-160e4c24b1a\"] { max-width: 630px; min-height: 1px !important; }[data-css=\"tve-u-160df6a3578\"] > .tcb-flex-col > .tcb-col { min-height: 20px; }[data-css=\"tve-u-160df4bedf0\"] > .tcb-flex-col > .tcb-col { min-height: 20px; }[data-css=\"tve-u-160df4bedf0\"] .tcb-flex-col { flex-basis: 390px !important; }[data-css=\"tve-u-160e52fbe2f\"] { margin: 0px !important; }[data-css=\"tve-u-160e4da55bb\"] > .tcb-flex-col > .tcb-col { min-height: 432px; justify-content: flex-end; }[data-css=\"tve-u-160e4da55bb\"] .tcb-flex-col { flex-basis: 280px !important; }#tve_editor .thrv-content-box [data-css=\"tve-u-160df519447\"] p, #tve_editor .thrv-content-box [data-css=\"tve-u-160df519447\"] li, #tve_editor .thrv-content-box [data-css=\"tve-u-160df519447\"] blockquote, #tve_editor .thrv-content-box [data-css=\"tve-u-160df519447\"] address { line-height: 1em; }#tve_editor .thrv-content-box [data-css=\"tve-u-160df4f4d0e\"] p, #tve_editor .thrv-content-box [data-css=\"tve-u-160df4f4d0e\"] li, #tve_editor .thrv-content-box [data-css=\"tve-u-160df4f4d0e\"] blockquote, #tve_editor .thrv-content-box [data-css=\"tve-u-160df4f4d0e\"] address { line-height: 1em; }[data-css=\"tve-u-160e4da55bb\"] { margin-left: -40px; min-height: inherit; flex-direction: row; padding-bottom: 0px !important; flex-wrap: wrap !important; }[data-css=\"tve-u-160e4da55bb\"] > .tcb-flex-col { padding-left: 40px; }[data-css=\"tve-u-160e4dadf9c\"] { max-width: 100%; float: none; position: static; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-160df51ca21\"] > .tve-cb { display: flex; flex-direction: column; justify-content: flex-end; }[data-css=\"tve-u-160df4c6424\"] { padding-top: 0px !important; }[data-css=\"tve-u-160df519447\"] { min-height: 1px; }[data-css=\"tve-u-160df4f4d0e\"] { min-height: 400px; }[data-css=\"tve-u-160dbcbc7a4\"] { min-height: 220px; }[data-css=\"tve-u-160df4eae6d\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-160df6a3578\"] { margin-left: 0px; min-height: inherit; }[data-css=\"tve-u-160df4bedf0\"] { margin-left: 0px; min-height: inherit; }[data-css=\"tve-u-160df6a3578\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-160df4bedf0\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-160df8c3360\"] { padding: 60px !important; }[data-css=\"tve-u-160dbceed3d\"] { float: none; margin: 0px auto !important; }[data-css=\"tve-u-160df4565d1\"] { padding-top: 0px !important; }[data-css=\"tve-u-160dbcafa88\"] { margin-top: 90px !important; }[data-css=\"tve-u-160db6dd8cd\"] { font-size: 25px; width: 25px; height: 25px; margin-right: 20px !important; }[data-css=\"tve-u-160eb0e8e90\"] { max-width: 100%; bottom: 0px; left: 0px; padding: 30px 5px 20px !important; margin-top: -30px !important; position: static !important; }[data-css=\"tve-u-160eb1d9ffb\"] { clip-path: url(\"#clip-tablet-bottom-cb4c420ba2143\"); -webkit-clip-path: url(\"#clip-tablet-bottom-cb4c420ba2143\");  }[data-css=\"tve-u-160eb214b56\"] { clip-path: url(\"#clip-tablet-bottom-a182d7c321313\"); -webkit-clip-path: url(\"#clip-tablet-bottom-a182d7c321313\");  }[data-css=\"tve-u-160eb218e4e\"] { bottom: 0px; right: 0px; max-width: 100%; padding: 30px 5px 20px !important; position: static !important; margin-top: -30px !important; }[data-css=\"tve-u-160eb2222a0\"] { right: 0px; bottom: 0px; padding: 30px 5px 20px !important; margin-top: -30px !important; }[data-css=\"tve-u-160f98df817\"] { margin-top: 40px !important; }[data-css=\"tve-u-160fa182f82\"] { display: block; max-width: 300px; width: 300px; margin: 0px !important; }[data-css=\"tve-u-1635e65c044\"] { font-size: 25px; width: 25px; height: 25px; margin-left: 30px !important; }[data-css=\"tve-u-1635ef71519\"] { margin-top: 0px !important; margin-left: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-1635ef72920\"] { margin-top: 0px !important; margin-left: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-1635f121505\"] { padding: 0px !important; }[data-css=\"tve-u-16362a8dd87\"] { font-size: 18px; width: 18px; height: 18px; margin-right: 15px !important; }[data-css=\"tve-u-16362aa4888\"] { font-size: 18px; width: 18px; height: 18px; margin-right: 15px !important; }[data-css=\"tve-u-16363599740\"] { padding-top: 0px !important; }}@media (max-width: 767px){[data-css=\"tve-u-16369563890\"] { padding: 0px 0px 80px !important; }[data-css=\"tve-u-1636955fbd2\"] { min-height: 1px !important; }[data-css=\"tve-u-1636956410b\"] { background-image: linear-gradient(rgba(1, 11, 20, 0.95) 0%, rgba(3, 25, 47, 0.2) 100%), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Pub-Hero-img.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-1635e5ffa41\"] > .tve-cb { display: block; }[data-css=\"tve-u-1636301dc81\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-160f9ebf905\"] .tcb-flex-col { flex-basis: 390px !important; }[data-css=\"tve-u-160f9ee08be\"] { padding: 0px !important; }[data-css=\"tve-u-16362e2956e\"] { padding: 25px !important; }[data-css=\"tve-u-16362e27bcb\"] { max-width: 100%; }[data-css=\"tve-u-160f9c6d0ad\"] { max-width: 100%; }[data-css=\"tve-u-160fa7619dc\"] { margin: 0px !important; padding-top: 5px !important; padding-bottom: 5px !important; }[data-css=\"tve-u-160f9b69526\"] .tcb-flex-col { flex-basis: 125px !important; }[data-css=\"tve-u-163639549e4\"] { margin-bottom: 60px !important; }[data-css=\"tve-u-1617045651a\"] .tcb-flex-col { flex-basis: 250px !important; }[data-css=\"tve-u-1617045651a\"] { flex-wrap: wrap !important; }[data-css=\"tve-u-1635f1b3fee\"] { margin-bottom: 15px !important; }[data-css=\"tve-u-1635ebfe4fc\"] { margin-bottom: 15px !important; }[data-css=\"tve-u-161701a2f15\"] .tcb-flex-col { flex-basis: 250px !important; }[data-css=\"tve-u-161701a2f15\"] { flex-wrap: wrap !important; }[data-css=\"tve-u-160f9562c14\"] { margin-right: 15px !important; }[data-css=\"tve-u-1636393da63\"] { margin-right: 15px !important; }[data-css=\"tve-u-1636393c2d2\"] { margin-right: 15px !important; }[data-css=\"tve-u-16363524c1e\"] { padding: 0px !important; }[data-css=\"tve-u-1635ed98a8a\"] { margin-bottom: 10px !important; }[data-css=\"tve-u-1636392e791\"] { margin-bottom: 10px !important; }[data-css=\"tve-u-1636392a6b1\"] { margin-bottom: 10px !important; }[data-css=\"tve-u-161703e4bac\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-161703e4bac\"] .tcb-flex-col { flex-basis: 286px !important; }[data-css=\"tve-u-161703e4bac\"] { margin-left: 0px; flex-wrap: wrap !important; }[data-css=\"tve-u-1635f1b25ed\"] { margin-bottom: 25px !important; }[data-css=\"tve-u-1636390be1e\"] { margin-bottom: 60px !important; }[data-css=\"tve-u-1636390935e\"] { margin-bottom: 5px !important; }[data-css=\"tve-u-1635f138d3b\"] { margin-bottom: 5px !important; }[data-css=\"tve-u-1635ee0cb15\"] { padding: 50px 25px !important; }[data-css=\"tve-u-160e9d118ed\"] { box-shadow: rgba(0, 0, 0, 0.3) 0px 17px 75px 8px inset; background-size: auto, cover !important; }[data-css=\"tve-u-160e9d15bdf\"] { padding: 50px 25px !important; }[data-css=\"tve-u-160e9d0c61d\"] { max-width: 100%; }[data-css=\"tve-u-160e52014b5\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-160e4c34c93\"] { clip-path: url(\"#clip-mobile-bottom-35e31e95c7382\"); -webkit-clip-path: url(\"#clip-mobile-bottom-35e31e95c7382\");  }[data-css=\"tve-u-160eb0e8e90\"] { margin-top: -30px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-160eb0d7fac\"] { clip-path: url(\"#clip-mobile-bottom-dd364f1962bc7\"); -webkit-clip-path: url(\"#clip-mobile-bottom-dd364f1962bc7\");  }[data-css=\"tve-u-160eb2222a0\"] { margin-top: -30px !important; margin-bottom: 25px !important; }[data-css=\"tve-u-160eb1d9ffb\"] { clip-path: url(\"#clip-mobile-bottom-cb4c420ba2143\"); -webkit-clip-path: url(\"#clip-mobile-bottom-cb4c420ba2143\");  }[data-css=\"tve-u-160eb218e4e\"] { margin-top: -30px !important; margin-bottom: 25px !important; }[data-css=\"tve-u-160eb214b56\"] { clip-path: url(\"#clip-mobile-bottom-a182d7c321313\"); -webkit-clip-path: url(\"#clip-mobile-bottom-a182d7c321313\");  }[data-css=\"tve-u-160e4da55bb\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-160e4da55bb\"] .tcb-flex-col { flex-basis: 350px !important; }[data-css=\"tve-u-1635f0a8c87\"] { margin-top: 0px !important; }[data-css=\"tve-u-1635f010773\"] { min-height: 300px; }[data-css=\"tve-u-16363235afe\"] { min-height: 300px; }[data-css=\"tve-u-16363231ead\"] { min-height: 300px; }#tcb_landing_page h6 { font-size: 16px; }[data-css=\"tve-u-160dbcd54ac\"] { margin-bottom: 15px !important; }[data-css=\"tve-u-160dbcd2c5b\"] { margin-bottom: 50px !important; }[data-css=\"tve-u-1635e5cbf37\"] { margin-bottom: 50px !important; }[data-css=\"tve-u-1635e5ffa41\"] { max-width: 200px; float: none; margin-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-16363739d27\"] { max-width: 64.8%; }[data-css=\"tve-u-16363739cd6\"] { max-width: 35.2%; }[data-css=\"tve-u-1635e5cc2d9\"] { flex-flow: row-reverse wrap-reverse !important; }[data-css=\"tve-u-1635e5cc2d9\"] .tcb-flex-col { flex-basis: 200px !important; }[data-css=\"tve-u-160dbb50aca\"] { max-width: 100%; padding-left: 15px !important; padding-right: 15px !important; padding-bottom: 60px !important; margin-bottom: 20px !important; }[data-css=\"tve-u-160db84bfac\"] { clip-path: url(\"#clip-mobile-bottom-eb17500f3af4b\"); -webkit-clip-path: url(\"#clip-mobile-bottom-eb17500f3af4b\");  }#tcb_landing_page p, #tcb_landing_page li { line-height: 1.5em; font-size: 16px; }#tcb_landing_page h5 { line-height: 1.5em; font-size: 18px; }#tcb_landing_page h4 { line-height: 1.5em; font-size: 18px; }#tcb_landing_page h3 { line-height: 1.5em; font-size: 20px; }#tcb_landing_page h2 { font-size: 50px; line-height: 1.2em; }#tcb_landing_page h1 { color: rgb(255, 255, 255); font-size: 55px; line-height: 1em; }[data-css=\"tve-u-16170325257\"] { margin-top: 0px !important; }[data-css=\"tve-u-161701a8fd1\"] { margin-top: 0px !important; }[data-css=\"tve-u-160f961e617\"] { margin-top: 10px !important; }[data-css=\"tve-u-161703268c0\"] { max-width: 100%; margin-top: 0px !important; }[data-css=\"tve-u-160f97e6953\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-160ff467c38\"] { text-transform: none !important; }[data-css=\"tve-u-160f9714a61\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-160ff36e890\"] { padding-left: 0px !important; }[data-css=\"tve-u-160f984f29b\"] { font-family: \"Noto Sans\" !important; font-weight: 400 !important; }[data-css=\"tve-u-160f9823757\"] { text-transform: none !important; }[data-css=\"tve-u-160f9bfdcb7\"] { font-weight: 400 !important; font-family: \"Noto Sans\" !important; }#tve_editor [data-css=\"tve-u-160f9bf9be2\"] { font-size: 20px !important; }[data-css=\"tve-u-160f9c02898\"] { font-weight: 400 !important; font-family: \"Noto Sans\" !important; }#tve_editor [data-css=\"tve-u-160f981fb0c\"] { letter-spacing: 3px; font-size: 18px !important; }[data-css=\"tve-u-160f9bf9be2\"] { line-height: 1.3em !important; }[data-css=\"tve-u-160f981fb0c\"] { line-height: 1em !important; }[data-css=\"tve-u-160f96f5e19\"] { clip-path: url(\"#clip-mobile-bottom-c22944d35542f\"); -webkit-clip-path: url(\"#clip-mobile-bottom-c22944d35542f\");  }#tve_editor [data-css=\"tve-u-160fa489bd9\"] { letter-spacing: 0px; }[data-css=\"tve-u-160fec99b6f\"] { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-160fec923bf\"] { margin-top: 15px !important; }[data-css=\"tve-u-160fa4daf17\"] { max-width: 100%; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-160f9ec40fc\"] { max-width: 100%; float: none; position: static; z-index: auto; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-160fa11f4f2\"] { margin: 0px 0px 0px -20px !important; }[data-css=\"tve-u-160fe140452\"] { padding: 25px !important; margin-top: 0px !important; }[data-css=\"tve-u-160f9ebf905\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-160f9ebf905\"] { min-height: inherit; flex-wrap: wrap !important; }[data-css=\"tve-u-160eb42c2ca\"] { margin-top: 8px !important; }[data-css=\"tve-u-160eab45a4f\"] { margin-top: 8px !important; }[data-css=\"tve-u-160f98a0d17\"] { padding-left: 0px !important; padding-right: 0px !important; padding-top: 0px !important; margin-bottom: 30px !important; }[data-css=\"tve-u-160f96ef669\"] { padding: 25px 0px !important; }[data-css=\"tve-u-160f9d0c9a0\"] { margin-top: 25px !important; }[data-css=\"tve-u-160f9d0b00e\"] { margin-top: 25px !important; }[data-css=\"tve-u-160f9d08737\"] { margin-top: 25px !important; }[data-css=\"tve-u-160f9c6a4fe\"] { padding: 50px 25px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-160f9caae7b\"] { margin-bottom: 50px !important; }[data-css=\"tve-u-160f9b69526\"] { flex-direction: column; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-160f9b69526\"] > .tcb-flex-col > .tcb-col { justify-content: center; min-height: 1px; }[data-css=\"tve-u-160f9b74c2b\"] { max-width: 100%; float: none; position: relative; z-index: 3; margin: 0px auto 20px !important; }[data-css=\"tve-u-160f9714a61\"] { max-width: 100%; padding: 50px 25px 80px !important; }[data-css=\"tve-u-160f9734b53\"] { clip-path: url(\"#clip-mobile-top-c8e428685a637\"); -webkit-clip-path: url(\"#clip-mobile-top-c8e428685a637\");  }#tve_editor [data-css=\"tve-u-160fa718c59\"] { font-size: 90px !important; }[data-css=\"tve-u-160f8e625a1\"] { margin-bottom: 50px !important; }[data-css=\"tve-u-160fa01d193\"] { max-width: 100%; margin: 0px !important; }[data-css=\"tve-u-160e9fbbfa0\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-160f8d12a0d\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-160eb4a305a\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-160f8d013c3\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb4a460d\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb4a460a\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb4a4608\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb4a4605\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb4a4603\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb4a4600\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb49e1f7\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb4a45fb\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8d013c3\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160f8cfbf40\"] { margin-bottom: 20px !important; }#tve_editor [data-css=\"tve-u-160f8cf3d89\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160f8cef2f1\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160f8cef2b7\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160f8cef27e\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160f8cef245\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160f8cef20d\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160f8ceec94\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160f8ceec5c\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160f8ceec23\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160f8ceebeb\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160f8ceebb3\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160f8ceeb79\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160f8ceeb77\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160e9fad83c\"] p, #tve_editor [data-css=\"tve-u-160e9fad83c\"] li, #tve_editor [data-css=\"tve-u-160e9fad83c\"] blockquote, #tve_editor [data-css=\"tve-u-160e9fad83c\"] address { line-height: 1em; }[data-css=\"tve-u-160f8cddeb4\"] { margin-bottom: 20px !important; }#tve_editor [data-css=\"tve-u-160f8cd7aa1\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8cd7a68\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8cd7a30\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8cd79f8\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8cd79c1\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8cd7987\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8cd794f\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8cd7919\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8cd7871\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160ea9729a9\"] { margin-bottom: 15px !important; }#tve_editor [data-css=\"tve-u-160ea7224b9\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160ea9104fd\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8cc8fce\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8cc8f9a\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160ea9400e0\"] { color: rgb(3, 9, 14) !important; font-size: 16px !important; }#tve_editor [data-css=\"tve-u-160f8cc8f31\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8cc8efc\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160ea90d163\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160ea799710\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160ea79970d\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8cc5953\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160ea71c62c\"] { color: rgb(3, 9, 14) !important; font-size: 16px !important; }#tve_editor [data-css=\"tve-u-160f8cc591b\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160eaa7faee\"] { padding: 0px !important; }[data-css=\"tve-u-160f8cb9d70\"] { margin-bottom: 20px !important; }#tve_editor [data-css=\"tve-u-160ea6ba06c\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160ea6ba06a\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160ea6ba067\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160ea6ba065\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160ea6ba063\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160ea6ba060\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8cb61bc\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8cb6183\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8cb610d\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8cb027b\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8cb0240\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160ea9c9c07\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8cb01cb\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8cb0191\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8cb0157\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8cb011c\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8cb00e0\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8cb00a7\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8cb0034\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160f8c978c9\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-160f8c8c841\"] { margin: 0px !important; }[data-css=\"tve-u-160e9fac06c\"] { padding: 0px !important; }[data-css=\"tve-u-160f8c69a67\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160f8c69a2f\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160f8c699f6\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160f8c699b9\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160f8c69289\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160f8c69250\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160f8c69216\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160f8c691dc\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160f8c691a5\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160f8c69135\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8c626b2\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160ea89ac22\"] { padding: 0px !important; }[data-css=\"tve-u-160f8c59f19\"] { margin-top: 20px !important; }#tve_editor [data-css=\"tve-u-160eaa62df8\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8c589bd\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eaa5aa50\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8c58957\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8c58926\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8c5888c\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160f8c2bf72\"] { margin: 0px !important; }#tve_editor [data-css=\"tve-u-160f8c284c6\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8c28493\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8c28460\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8c2842b\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8c283f9\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8c28393\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8c25bba\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb55320f\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb5531d8\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb5531a1\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb55316d\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb553138\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb553103\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb5530cd\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb553062\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160eb54da29\"] { padding: 0px !important; }[data-css=\"tve-u-160eb537e16\"] { margin-top: 0px !important; }#tve_editor [data-css=\"tve-u-160eb53484c\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb534816\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb5347e1\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb5347ae\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb53477a\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eadffc69\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb534715\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb5346af\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160eadcc8c9\"] { padding: 0px !important; }#tve_editor [data-css=\"tve-u-160eb5276f3\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb5276bf\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb52768d\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb52765c\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb52762c\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb5275ca\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160ead90ba7\"] { background-image: none !important; }[data-css=\"tve-u-160eb521486\"] { background-image: none !important; }[data-css=\"tve-u-160eaa8db54\"] { background-image: none !important; }[data-css=\"tve-u-160eaa73bda\"] { background-image: none !important; }[data-css=\"tve-u-160e9fad83c\"] { background-image: none !important; }[data-css=\"tve-u-160ea89b12a\"] { background-image: none !important; }[data-css=\"tve-u-160eb4b6fd5\"] { line-height: 2em !important; }[data-css=\"tve-u-160eb4b6fd3\"] { line-height: 2em !important; }[data-css=\"tve-u-160eb4b6fd0\"] { line-height: 2em !important; }[data-css=\"tve-u-160eb4b6fcd\"] { line-height: 2em !important; }[data-css=\"tve-u-160eb4b6fcb\"] { line-height: 2em !important; }[data-css=\"tve-u-160eb4b6fc8\"] { line-height: 2em !important; }[data-css=\"tve-u-160eb4b6f9b\"] { line-height: 2em !important; }[data-css=\"tve-u-160ea9789a4\"] { margin-top: 0px !important; }[data-css=\"tve-u-160eb4a460d\"] { line-height: 2em !important; }[data-css=\"tve-u-160eb4a460a\"] { line-height: 2em !important; }[data-css=\"tve-u-160eb4a4608\"] { line-height: 2em !important; }[data-css=\"tve-u-160eb4a4605\"] { line-height: 2em !important; }[data-css=\"tve-u-160eb4a4603\"] { line-height: 2em !important; }[data-css=\"tve-u-160eb4a4600\"] { line-height: 2em !important; }[data-css=\"tve-u-160eb4a45fb\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb4a305a\"] p, #tve_editor [data-css=\"tve-u-160eb4a305a\"] li, #tve_editor [data-css=\"tve-u-160eb4a305a\"] blockquote, #tve_editor [data-css=\"tve-u-160eb4a305a\"] address { line-height: 1em; }[data-css=\"tve-u-160eb49e1f7\"] { line-height: 2em !important; }[data-css=\"tve-u-160ea7cae88\"] { background-image: none !important; }[data-css=\"tve-u-160eaa7faeb\"] { padding: 0px !important; }[data-css=\"tve-u-160e9f7ce0e\"] { font-family: Lato, arial !important; }#tve_editor [data-css=\"tve-u-160e9f7868b\"] { letter-spacing: 2px; font-size: 16px !important; }[data-css=\"tve-u-160eb47f16a\"] { font-family: Lato, arial !important; }#tve_editor [data-css=\"tve-u-160eb47f143\"] { letter-spacing: 2px; font-size: 15px !important; }#tve_editor [data-css=\"tve-u-160eb475d09\"] { letter-spacing: 2px; font-size: 16px !important; }#tve_editor [data-css=\"tve-u-160eb470891\"] { letter-spacing: 2px; font-size: 16px !important; }[data-css=\"tve-u-160e9e41664\"] { margin-left: 0px !important; margin-bottom: 35px !important; }[data-css=\"tve-u-160e4c55d27\"] { padding: 40px 25px 60px !important; }[data-css=\"tve-u-160e5adb400\"] { margin-bottom: 2px !important; }[data-css=\"tve-u-160e52fbe2f\"] { margin-top: 0px !important; }#tve_editor [data-css=\"tve-u-160e52014b5\"] p, #tve_editor [data-css=\"tve-u-160e52014b5\"] li, #tve_editor [data-css=\"tve-u-160e52014b5\"] blockquote, #tve_editor [data-css=\"tve-u-160e52014b5\"] address { line-height: 0em; }[data-css=\"tve-u-160e5276a5e\"] { margin-top: 0px !important; }[data-css=\"tve-u-160e4c824a2\"] { padding-top: 0px !important; padding-bottom: 0px !important; margin-top: 0px !important; margin-bottom: 40px !important; }[data-css=\"tve-u-160e4c24b1a\"] { max-width: 100%; min-height: 0.15625vh !important; }[data-css=\"tve-u-160e4da55bb\"] { flex-direction: column; min-height: inherit; }#tve_editor [data-css=\"tve-u-160df6a2fe0\"] p, #tve_editor [data-css=\"tve-u-160df6a2fe0\"] li, #tve_editor [data-css=\"tve-u-160df6a2fe0\"] blockquote, #tve_editor [data-css=\"tve-u-160df6a2fe0\"] address { line-height: 1.3em; }[data-css=\"tve-u-160df51ca21\"] > .tve-cb { display: flex; flex-direction: column; justify-content: flex-end; }[data-css=\"tve-u-160df519447\"] { min-height: 0vh; }[data-css=\"tve-u-160df4f4d0e\"] { min-height: 297px; }[data-css=\"tve-u-160df51ca21\"] { margin-top: 0px !important; padding-top: 15px !important; padding-bottom: 15px !important; }[data-css=\"tve-u-160df8c3360\"] { padding: 50px 25px !important; }[data-css=\"tve-u-160dbceed3d\"] .tcb-button-link { padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-160dbe24f38\"] { line-height: 1.45em !important; }#tve_editor [data-css=\"tve-u-160dbe24f38\"] { letter-spacing: 2px; font-size: 16px !important; }#tve_editor [data-css=\"tve-u-160dbceed3d\"] .tcb-button-link { font-size: 18px; }[data-css=\"tve-u-160dbcbc7a4\"] { min-height: 284px; }[data-css=\"tve-u-160dbceed3d\"] { display: block; max-width: 100%; width: 100%; min-width: 100%; margin-top: 0px !important; margin-left: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-160db85dabe\"] { min-height: 1px; }[data-css=\"tve-u-160df4565d1\"] { float: none; z-index: 3; position: relative; margin-left: auto !important; margin-right: auto !important; padding-top: 0px !important; }[data-css=\"tve-u-160dbcafa88\"] { float: none; max-width: 305px; margin-top: 15px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-160db6dd8cd\"] { float: left; z-index: 3; position: relative; font-size: 20px; width: 20px; height: 20px; }[data-css=\"tve-u-160df6d74f4\"] { text-align: center; padding-left: 0px !important; margin-top: 5px !important; }[data-css=\"tve-u-160df6d53e3\"] { text-align: center; padding-right: 0px !important; }[data-css=\"tve-u-160f98df817\"] .tcb-button-link { padding-top: 0px !important; padding-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-160f98df817\"] .tcb-button-link { font-size: 18px; }[data-css=\"tve-u-160f98df817\"] { display: block; max-width: 100%; width: 100%; margin-top: 0px !important; margin-bottom: 20px !important; }[data-css=\"tve-u-160fa182f82\"] .tcb-button-link { padding-top: 0px !important; padding-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-160fa182f82\"] .tcb-button-link { font-size: 21.3333px; font-family: \"Noto Sans\"; font-weight: 400; }[data-css=\"tve-u-160fa182f82\"] { display: block; max-width: 299px; width: 299px; min-width: 100%; margin-top: 0px !important; }[data-css=\"tve-u-160fa198fbb\"] { line-height: 1.45em !important; }#tve_editor [data-css=\"tve-u-160fa198fbb\"] { letter-spacing: 2px; font-size: 16px !important; }[data-css=\"tve-u-160fec25d20\"] { line-height: 1.45em !important; }#tve_editor [data-css=\"tve-u-160fec25d20\"] { letter-spacing: 1px; font-size: 16px !important; }[data-css=\"tve-u-1635e65c044\"] { float: left; z-index: 3; position: relative; font-size: 22px; width: 22px; height: 22px; margin-left: 25px !important; }[data-css=\"tve-u-1635f136552\"] { margin-top: 10px !important; }[data-css=\"tve-u-16362a8dd87\"] { float: left; z-index: 3; position: relative; font-size: 20px; width: 20px; height: 20px; }[data-css=\"tve-u-16362aa4888\"] { float: left; z-index: 3; position: relative; font-size: 20px; width: 20px; height: 20px; }[data-css=\"tve-u-16363599740\"] { max-width: 173px; padding-top: 0px !important; }[data-css=\"tve-u-1636951d241\"] { margin-top: 10px !important; }}'),(4439,428,'tve_revision_tve_landing_page','tcb2-thrivebiz-pub'),(4035,357,'tve_revision_tve_landing_page','tcb2-personal-branding-confirmation'),(4036,357,'tve_revision_tve_disable_theme_dependency',''),(4037,357,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15df1296330\" wfd-id=\"41\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15df12ac35e\" wfd-id=\"74\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"42\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15df12e248d\" data-tag=\"h1\" wfd-id=\"71\"><h1 data-css=\"tve-u-15df1bff4b2\" style=\"text-align: center;\"><strong>Thank You</strong>&nbsp;for Signing Up!</h1></div><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15df130aef7\" data-tag=\"h2\" wfd-id=\"68\"><h2 data-css=\"tve-u-15df1c04f57\" style=\"text-align: center;\">Please watch the video below see why We Choose CERAKOTE and why we think you Should too<strong>:</strong></h2></div><div class=\"thrv_responsive_video thrv_wrapper rv_style_lifted_style4\" data-type=\"youtube\" data-url=\"https://www.youtube.com/watch?v=KNErxFen3FY\" data-css=\"tve-u-15df1d58e27\" data-showinfo=\"0\" data-modestbranding=\"1\" data-rel=\"0\" data-fs=\"0\" data-controls=\"0\" wfd-id=\"65\">\n<div class=\"tve_responsive_video_container\" wfd-id=\"66\">\n<div class=\"video_overlay\" wfd-id=\"67\"></div>\n<iframe data-code=\"KNErxFen3FY\" data-provider=\"youtube\" src=\"https://www.youtube.com/embed/KNErxFen3FY?rel=0&amp;modestbranding=1&amp;controls=0&amp;showinfo=0&amp;fs=0&amp;wmode=transparent\" data-src=\"https://www.youtube.com/embed/KNErxFen3FY?rel=0&amp;modestbranding=1&amp;controls=0&amp;showinfo=0&amp;fs=0&amp;wmode=transparent\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\n</div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15df15f31cd\" wfd-id=\"43\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-15df15d7b79\" wfd-id=\"44\"><div class=\"tcb-flex-col\" data-css=\"tve-u-15df15ddafa\" style=\"\" wfd-id=\"60\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"62\"><div class=\"thrv_wrapper tve_image_caption tcb-mobile-hidden\" data-css=\"tve-u-15df15596cf\" wfd-id=\"63\"><span class=\"tve_image_frame\" wfd-id=\"64\"><img class=\"tve_image wp-image-282\" alt=\"\" width=\"1024\" height=\"938\" title=\"CertifiedLogo\" data-id=\"282\" src=\"//bestcerakoteflorida.com/wp-content/uploads/2018/09/CertifiedLogo-1024x938.png\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-15df15ddb0b\" style=\"\" wfd-id=\"45\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15df1c0d52f\" wfd-id=\"47\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15df15c5c47\" data-tag=\"h3\" wfd-id=\"57\"><h3><strong>You are only one step away from getting your 10% Off Certificate!</strong></h3></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15df15c74d6\" wfd-id=\"54\"><p>Please go to your email inbox and look for the email I just sent you. The subject line is \"10% Off\" and the email is sent by \"Nikolas Xifaras\".</p></div><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15df15c5c47\" data-tag=\"h3\" wfd-id=\"51\"><h3><strong>Open the email and click on the confirmation link inside.<br></strong></h3></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15df15c74d6\" wfd-id=\"48\"><p>Done! That\'s all we need, to ensure that we got the right email address and that you will get your certificate!</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15df1609c61\" wfd-id=\"39\"><p data-css=\"tve-u-15df1610b5c\" style=\"text-align: center;\"><span style=\"font-size: 13px; font-family: &quot;Ek Mukta&quot;; font-weight: 200;\" wfd-id=\"40\">Â© {tcb_current_year} ACME Inc | Disclaimer</span></p></div>'),(4038,357,'tve_revision_tve_content_more_found',''),(4039,357,'tve_revision_tve_save_post',''),(4040,357,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Special+Elite:&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Ek+Mukta:200,400,300&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-15df1d58e27\"] { max-width: 748px; margin: 0px auto 10px !important; }[data-css=\"tve-u-15df1610b5c\"] { line-height: 20px !important; }[data-css=\"tve-u-15df1609c61\"] { padding-left: 20px !important; padding-right: 20px !important; margin-left: auto !important; margin-right: auto !important; margin-bottom: 20px !important; }[data-css=\"tve-u-15df15f31cd\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-15df15d7b79\"] { max-width: 916px; margin-left: auto !important; margin-right: auto !important; padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-15df15ddb0b\"] { max-width: 76.4%; }[data-css=\"tve-u-15df15ddafa\"] { max-width: 23.6%; }[data-css=\"tve-u-15df15c74d6\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-15df15c5c47\"] { margin-bottom: 15px !important; margin-top: 14px !important; }[data-css=\"tve-u-15df15596cf\"] { width: 164px; border: 0px solid rgb(255, 255, 255); border-radius: 0px; overflow: hidden; float: none; margin: 0px auto !important; }[data-css=\"tve-u-15df130aef7\"] { max-width: 748px; margin-left: auto !important; margin-right: auto !important; margin-bottom: 50px !important; }[data-css=\"tve-u-15df12e248d\"] { max-width: 750px; margin: 33px auto 10px !important; }[data-css=\"tve-u-15df12ac35e\"] { box-shadow: rgba(0, 0, 0, 0.11) 3px 3px 12px 0px; background-color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15df1296330\"] { max-width: 1080px; margin: 50px auto 0px !important; padding: 15px 40px !important; }[data-css=\"tve-u-15df125dc15\"] { background-image: none !important; background-color: rgb(0, 0, 0) !important; }#tcb_landing_page h3 { font-family: \"Ek Mukta\"; font-weight: 200; font-size: 20px; line-height: 20px; }#tcb_landing_page p, #tcb_landing_page li { font-family: \"Ek Mukta\"; font-weight: 200; font-size: 18px; line-height: 27px; }#tcb_landing_page h2 { font-family: \"Ek Mukta\"; font-weight: 200; font-size: 22px; line-height: 33px; color: rgb(51, 51, 51); }#tcb_landing_page h1 { font-family: \"Ek Mukta\"; font-weight: 200; font-size: 56px; line-height: 56px; }#tve_editor [data-css=\"tve-u-15df1bff4b2\"] { font-family: \"Special Elite\" !important; }#tve_editor [data-css=\"tve-u-15df1c04f57\"] { font-family: \"Special Elite\" !important; text-transform: capitalize !important; color: rgb(143, 2, 32) !important; }}@media (max-width: 1023px){[data-css=\"tve-u-15df130aef7\"] { margin-bottom: 33px !important; }[data-css=\"tve-u-15df15596cf\"] { margin-top: 8px !important; }[data-css=\"tve-u-15df1296330\"] { margin-left: 20px !important; margin-right: 20px !important; }}@media (max-width: 767px){[data-css=\"tve-u-15df1c0d52f\"] { margin-top: 18px !important; }[data-css=\"tve-u-15df12e248d\"] { margin-top: 1px !important; }[data-css=\"tve-u-15df1c04f57\"] { line-height: 1.35em !important; }#tve_editor [data-css=\"tve-u-15df1c04f57\"] { font-size: 18px !important; }[data-css=\"tve-u-15df1bff4b2\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-15df1bff4b2\"] { font-size: 37px !important; }[data-css=\"tve-u-15df1296330\"] { padding-left: 30px !important; padding-right: 30px !important; }[data-css=\"tve-u-15df1d58e27\"] { margin-left: auto !important; margin-right: auto !important; float: none; width: 100%; }}'),(4041,357,'tve_revision_tve_user_custom_css','.thrv_text_element p { margin: 0;}\n.thrv_heading h1,h2,h3 {margin: 0;}\n'),(4042,357,'tve_revision_tve_page_events','a:0:{}'),(4043,357,'tve_revision_tve_globals','a:2:{s:8:\"body_css\";s:17:\"tve-u-15df125dc15\";s:8:\"font_cls\";a:0:{}}'),(4044,357,'tve_revision_tve_global_scripts',''),(4045,357,'tve_revision_thrive_icon_pack','0'),(4046,357,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(4047,357,'tve_revision_tve_has_masonry','0'),(4048,357,'tve_revision_tve_has_typefocus','0'),(4049,357,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15df1296330\" wfd-id=\"41\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15df12ac35e\" wfd-id=\"74\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"42\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15df12e248d\" data-tag=\"h1\" wfd-id=\"71\"><h1 data-css=\"tve-u-15df1bff4b2\" style=\"text-align: center;\"><strong>Thank You</strong>&nbsp;for Signing Up!</h1></div><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15df130aef7\" data-tag=\"h2\" wfd-id=\"68\"><h2 data-css=\"tve-u-15df1c04f57\" style=\"text-align: center;\">Please watch the video below see why We Choose CERAKOTE and why we think you Should too<strong>:</strong></h2></div><div class=\"thrv_responsive_video thrv_wrapper rv_style_lifted_style4\" data-type=\"youtube\" data-url=\"https://www.youtube.com/watch?v=KNErxFen3FY\" data-css=\"tve-u-15df1d58e27\" data-showinfo=\"0\" data-modestbranding=\"1\" data-rel=\"0\" data-fs=\"0\" data-controls=\"0\" wfd-id=\"65\">\n<div class=\"tve_responsive_video_container\" wfd-id=\"66\">\n<div class=\"video_overlay\" wfd-id=\"67\"></div>\n<iframe data-code=\"KNErxFen3FY\" data-provider=\"youtube\" src=\"https://www.youtube.com/embed/KNErxFen3FY?rel=0&amp;modestbranding=1&amp;controls=0&amp;showinfo=0&amp;fs=0&amp;wmode=transparent\" data-src=\"https://www.youtube.com/embed/KNErxFen3FY?rel=0&amp;modestbranding=1&amp;controls=0&amp;showinfo=0&amp;fs=0&amp;wmode=transparent\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\n</div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15df15f31cd\" wfd-id=\"43\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-15df15d7b79\" wfd-id=\"44\"><div class=\"tcb-flex-col\" data-css=\"tve-u-15df15ddafa\" style=\"\" wfd-id=\"60\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"62\"><div class=\"thrv_wrapper tve_image_caption tcb-mobile-hidden\" data-css=\"tve-u-15df15596cf\" wfd-id=\"63\"><span class=\"tve_image_frame\" wfd-id=\"64\"><img class=\"tve_image wp-image-282\" alt=\"\" width=\"1024\" height=\"938\" title=\"CertifiedLogo\" data-id=\"282\" src=\"//bestcerakoteflorida.com/wp-content/uploads/2018/09/CertifiedLogo-1024x938.png\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-15df15ddb0b\" style=\"\" wfd-id=\"45\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15df1c0d52f\" wfd-id=\"47\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15df15c5c47\" data-tag=\"h3\" wfd-id=\"57\"><h3><strong>You are only one step away from getting your 10% Off Certificate!</strong></h3></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15df15c74d6\" wfd-id=\"54\"><p>Please go to your email inbox and look for the email I just sent you. The subject line is \"10% Off\" and the email is sent by \"Nikolas Xifaras\".</p></div><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15df15c5c47\" data-tag=\"h3\" wfd-id=\"51\"><h3><strong>Open the email and click on the confirmation link inside.<br></strong></h3></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15df15c74d6\" wfd-id=\"48\"><p>Done! That\'s all we need, to ensure that we got the right email address and that you will get your certificate!</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15df1609c61\" wfd-id=\"39\"><p data-css=\"tve-u-15df1610b5c\" style=\"text-align: center;\"><span style=\"font-size: 13px; font-family: &quot;Ek Mukta&quot;; font-weight: 200;\" wfd-id=\"40\">Â© {tcb_current_year} ACME Inc | Disclaimer</span></p></div>'),(4050,357,'tve_revision_tve_has_wistia_popover','0'),(4388,424,'tve_revision_tve_has_wistia_popover','0'),(4391,210,'tve_revision_tve_landing_page','blank_v2'),(4392,210,'tve_revision_tve_disable_theme_dependency',''),(4393,210,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-custom-menu-inside\" style=\"z-index: 8;\" data-css=\"tve-u-1642b593fd4\" wfd-id=\"29\">\n<div class=\"tve-content-box-background\" wfd-id=\"38\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" style=\"z-index: 8;\" wfd-id=\"30\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-165e642ffaf\" wfd-id=\"35\"><h2 data-css=\"tve-u-165e62d8c6d\">Terms &amp; Conditions</h2></div><div class=\"tcb-clear\" data-css=\"tve-u-165e6469798\" wfd-id=\"31\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1642b6ab2bb\" wfd-id=\"32\"><p data-css=\"tve-u-165e64714a8\" style=\"text-align: left;\">TERMS OF SERVICE<br><br>-----<br><br>OVERVIEW<br><br>This website is operated by Blackhawk Custom, LLC. Throughout the site, the terms â€œweâ€, â€œusâ€ and â€œourâ€ refer to Blackhawk Custom, LLC. Blackhawk Custom, LLC offers this website, including all information, tools and services available from this site to you, the user, conditioned upon your acceptance of all terms, conditions, policies and notices stated here.<br><br>By visiting our site and/ or purchasing something from us, you engage in our â€œServiceâ€ and agree to be bound by the following terms and conditions (â€œTerms of Serviceâ€, â€œTermsâ€), including those additional terms, conditions, and policies referenced herein and/or available by hyperlink. These Terms of Service apply to all users of the site, including without limitation users who are browsers, vendors, customers, merchants, and/ or contributors of content.<br><br>Please read these Terms of Service carefully before accessing or using our website. By accessing or using any part of the site, you agree to be bound by these Terms of Service. If you do not agree to all the terms and conditions of this agreement, then you may not access the website or use any services. If these Terms of Service are considered an offer, acceptance is expressly limited to these Terms of Service.<br><br>Any new features or tools which are added to the current store shall also be subject to the Terms of Service. You can review the most current version of the Terms of Service at any time on this page. We reserve the right to update, change or replace any part of these Terms of Service by posting updates and/or changes to our website. It is your responsibility to check this page periodically for changes. Your continued use of or access to the website following the posting of any changes constitutes acceptance of those changes.<br><br>SECTION 1 - ONLINE STORE TERMS<br><br>By agreeing to these Terms of Service, you represent that you are at least the age of majority in your state or province of residence, or that you are the age of majority in your state or province of residence and you have given us your consent to allow any of your minor dependents to use this site.<br>You may not use our products for any illegal or unauthorized purpose nor may you, in the use of the Service, violate any laws in your jurisdiction (including but not limited to copyright laws).<br>You must not transmit any worms or viruses or any code of a destructive nature.<br>A breach or violation of any of the Terms will result in an immediate termination of your Services.<br><br>SECTION 2 - GENERAL CONDITIONS<br><br>We reserve the right to refuse service to anyone for any reason at any time.<br>You understand that your content (not including credit card information), may be transferred unencrypted and involve (a) transmissions over various networks; and (b) changes to conform and adapt to technical requirements of connecting networks or devices. Credit card information is always encrypted during transfer over networks.<br>You agree not to reproduce, duplicate, copy, sell, resell or exploit any portion of the Service, use of the Service, or access to the Service or any contact on the website through which the service is provided, without express written permission by us.<br>The headings used in this agreement are included for convenience only and will not limit or otherwise affect these Terms.<br><br>SECTION 3 - ACCURACY, COMPLETENESS AND TIMELINESS OF INFORMATION<br><br>We are not responsible if information made available on this site is not accurate, complete or current. The material on this site is provided for general information only and should not be relied upon or used as the sole basis for making decisions without consulting primary, more accurate, more complete or more timely sources of information. Any reliance on the material on this site is at your own risk.<br>This site may contain certain historical information. Historical information, necessarily, is not current and is provided for your reference only. We reserve the right to modify the contents of this site at any time, but we have no obligation to update any information on our site. You agree that it is your responsibility to monitor changes to our site.<br><br>SECTION 4 - MODIFICATIONS TO THE SERVICE AND PRICES<br><br>The prices for our products are subject to change without notice.<br>We reserve the right at any time to modify or discontinue the Service (or any part or content thereof) without notice at any time.<br>We shall not be liable to you or to any third-party for any modification, price change, suspension or discontinuance of the Service.<br><br>SECTION 5 - PRODUCTS OR SERVICES (if applicable)<br><br>Certain products or services may be available exclusively online through the website. These products or services may have limited quantities and are subject to return or exchange only according to our Return Policy.<br>We have made every effort to display as accurately as possible the colors and images of our products that appear at the store. We cannot guarantee that your computer monitor\'s display of any color will be accurate.<br>We reserve the right, but are not obligated, to limit the sales of our products or Services to any person, geographic region or jurisdiction. We may exercise this right on a case-by-case basis. We reserve the right to limit the quantities of any products or services that we offer. All descriptions of products or product pricing are subject to change at anytime without notice, at the sole discretion of us. We reserve the right to discontinue any product at any time. Any offer for any product or service made on this site is void where prohibited.<br>We do not warrant that the quality of any products, services, information, or other material purchased or obtained by you will meet your expectations, or that any errors in the Service will be corrected.<br><br>SECTION 6 - ACCURACY OF BILLING AND ACCOUNT INFORMATION<br><br>We reserve the right to refuse any order you place with us. We may, in our sole discretion, limit or cancel quantities purchased per person, per household or per order. These restrictions may include orders placed by or under the same customer account, the same credit card, and/or orders that use the same billing and/or shipping address. In the event that we make a change to or cancel an order, we may attempt to notify you by contacting the e-mail and/or billing address/phone number provided at the time the order was made. We reserve the right to limit or prohibit orders that, in our sole judgment, appear to be placed by dealers, resellers or distributors.<br><br>You agree to provide current, complete and accurate purchase and account information for all purchases made at our store. You agree to promptly update your account and other information, including your email address and credit card numbers and expiration dates, so that we can complete your transactions and contact you as needed.<br><br>For more detail, please review our Returns Policy.<br><br>SECTION 7 - OPTIONAL TOOLS<br><br>We may provide you with access to third-party tools over which we neither monitor nor have any control nor input.<br>You acknowledge and agree that we provide access to such tools â€as isâ€ and â€œas availableâ€ without any warranties, representations or conditions of any kind and without any endorsement. We shall have no liability whatsoever arising from or relating to your use of optional third-party tools.<br>Any use by you of optional tools offered through the site is entirely at your own risk and discretion and you should ensure that you are familiar with and approve of the terms on which tools are provided by the relevant third-party provider(s).<br>We may also, in the future, offer new services and/or features through the website (including, the release of new tools and resources). Such new features and/or services shall also be subject to these Terms of Service.<br><br>SECTION 8 - THIRD-PARTY LINKS<br><br>Certain content, products and services available via our Service may include materials from third-parties.<br>Third-party links on this site may direct you to third-party websites that are not affiliated with us. We are not responsible for examining or evaluating the content or accuracy and we do not warrant and will not have any liability or responsibility for any third-party materials or websites, or for any other materials, products, or services of third-parties.<br>We are not liable for any harm or damages related to the purchase or use of goods, services, resources, content, or any other transactions made in connection with any third-party websites. Please review carefully the third-party\'s policies and practices and make sure you understand them before you engage in any transaction. Complaints, claims, concerns, or questions regarding third-party products should be directed to the third-party.<br><br>SECTION 9 - USER COMMENTS, FEEDBACK AND OTHER SUBMISSIONS<br><br>If, at our request, you send certain specific submissions (for example contest entries) or without a request from us you send creative ideas, suggestions, proposals, plans, or other materials, whether online, by email, by postal mail, or otherwise (collectively, \'comments\'), you agree that we may, at any time, without restriction, edit, copy, publish, distribute, translate and otherwise use in any medium any comments that you forward to us. We are and shall be under no obligation (1) to maintain any comments in confidence; (2) to pay compensation for any comments; or (3) to respond to any comments.<br>We may, but have no obligation to, monitor, edit or remove content that we determine in our sole discretion are unlawful, offensive, threatening, libelous, defamatory, pornographic, obscene or otherwise objectionable or violates any partyâ€™s intellectual property or these Terms of Service.<br>You agree that your comments will not violate any right of any third-party, including copyright, trademark, privacy, personality or other personal or proprietary right. You further agree that your comments will not contain libelous or otherwise unlawful, abusive or obscene material, or contain any computer virus or other malware that could in any way affect the operation of the Service or any related website. You may not use a false e-mail address, pretend to be someone other than yourself, or otherwise mislead us or third-parties as to the origin of any comments. You are solely responsible for any comments you make and their accuracy. We take no responsibility and assume no liability for any comments posted by you or any third-party.<br><br>SECTION 10 - PERSONAL INFORMATION<br><br>Your submission of personal information through the store is governed by our Privacy Policy. To view our Privacy Policy.<br><br>SECTION 11 - ERRORS, INACCURACIES AND OMISSIONS<br><br>Occasionally there may be information on our site or in the Service that contains typographical errors, inaccuracies or omissions that may relate to product descriptions, pricing, promotions, offers, product shipping charges, transit times and availability. We reserve the right to correct any errors, inaccuracies or omissions, and to change or update information or cancel orders if any information in the Service or on any related website is inaccurate at any time without prior notice (including after you have submitted your order).<br>We undertake no obligation to update, amend or clarify information in the Service or on any related website, including without limitation, pricing information, except as required by law. No specified update or refresh date applied in the Service or on any related website, should be taken to indicate that all information in the Service or on any related website has been modified or updated.<br><br>SECTION 12 - PROHIBITED USES<br><br>In addition to other prohibitions as set forth in the Terms of Service, you are prohibited from using the site or its content: (a) for any unlawful purpose; (b) to solicit others to perform or participate in any unlawful acts; (c) to violate any international, federal, provincial or state regulations, rules, laws, or local ordinances; (d) to infringe upon or violate our intellectual property rights or the intellectual property rights of others; (e) to harass, abuse, insult, harm, defame, slander, disparage, intimidate, or discriminate based on gender, sexual orientation, religion, ethnicity, race, age, national origin, or disability; (f) to submit false or misleading information; (g) to upload or transmit viruses or any other type of malicious code that will or may be used in any way that will affect the functionality or operation of the Service or of any related website, other websites, or the Internet; (h) to collect or track the personal information of others; (i) to spam, phish, pharm, pretext, spider, crawl, or scrape; (j) for any obscene or immoral purpose; or (k) to interfere with or circumvent the security features of the Service or any related website, other websites, or the Internet. We reserve the right to terminate your use of the Service or any related website for violating any of the prohibited uses.<br><br>SECTION 13 - DISCLAIMER OF WARRANTIES; LIMITATION OF LIABILITY<br><br>We do not guarantee, represent or warrant that your use of our service will be uninterrupted, timely, secure or error-free.<br>We do not warrant that the results that may be obtained from the use of the service will be accurate or reliable.<br>You agree that from time to time we may remove the service for indefinite periods of time or cancel the service at any time, without notice to you.<br>You expressly agree that your use of, or inability to use, the service is at your sole risk. The service and all products and services delivered to you through the service are (except as expressly stated by us) provided \'as is\' and \'as available\' for your use, without any representation, warranties or conditions of any kind, either express or implied, including all implied warranties or conditions of merchantability, merchantable quality, fitness for a particular purpose, durability, title, and non-infringement.<br>In no case shall Blackhawk Custom, LLC, our directors, officers, employees, affiliates, agents, contractors, interns, suppliers, service providers or licensors be liable for any injury, loss, claim, or any direct, indirect, incidental, punitive, special, or consequential damages of any kind, including, without limitation lost profits, lost revenue, lost savings, loss of data, replacement costs, or any similar damages, whether based in contract, tort (including negligence), strict liability or otherwise, arising from your use of any of the service or any products procured using the service, or for any other claim related in any way to your use of the service or any product, including, but not limited to, any errors or omissions in any content, or any loss or damage of any kind incurred as a result of the use of the service or any content (or product) posted, transmitted, or otherwise made available via the service, even if advised of their possibility. Because some states or jurisdictions do not allow the exclusion or the limitation of liability for consequential or incidental damages, in such states or jurisdictions, our liability shall be limited to the maximum extent permitted by law.<br><br>SECTION 14 - INDEMNIFICATION<br><br>You agree to indemnify, defend and hold harmless Blackhawk Custom, LLC and our parent, subsidiaries, affiliates, partners, officers, directors, agents, contractors, licensors, service providers, subcontractors, suppliers, interns and employees, harmless from any claim or demand, including reasonable attorneysâ€™ fees, made by any third-party due to or arising out of your breach of these Terms of Service or the documents they incorporate by reference, or your violation of any law or the rights of a third-party.<br><br>SECTION 15 - SEVERABILITY<br><br>In the event that any provision of these Terms of Service is determined to be unlawful, void or unenforceable, such provision shall nonetheless be enforceable to the fullest extent permitted by applicable law, and the unenforceable portion shall be deemed to be severed from these Terms of Service, such determination shall not affect the validity and enforceability of any other remaining provisions.<br><br>SECTION 16 - TERMINATION<br><br>The obligations and liabilities of the parties incurred prior to the termination date shall survive the termination of this agreement for all purposes.<br>These Terms of Service are effective unless and until terminated by either you or us. You may terminate these Terms of Service at any time by notifying us that you no longer wish to use our Services, or when you cease using our site.<br>If in our sole judgment you fail, or we suspect that you have failed, to comply with any term or provision of these Terms of Service, we also may terminate this agreement at any time without notice and you will remain liable for all amounts due up to and including the date of termination; and/or accordingly may deny you access to our Services (or any part thereof).<br><br>SECTION 17 - ENTIRE AGREEMENT<br><br>The failure of us to exercise or enforce any right or provision of these Terms of Service shall not constitute a waiver of such right or provision.<br>These Terms of Service and any policies or operating rules posted by us on this site or in respect to The Service constitutes the entire agreement and understanding between you and us and govern your use of the Service, superseding any prior or contemporaneous agreements, communications and proposals, whether oral or written, between you and us (including, but not limited to, any prior versions of the Terms of Service).<br>Any ambiguities in the interpretation of these Terms of Service shall not be construed against the drafting party.<br><br>SECTION 18 - GOVERNING LAW<br><br>These Terms of Service and any separate agreements whereby we provide you Services shall be governed by and construed in accordance with the laws of 825 South Kings Highway, Fort Pierce, FL 34945.<br><br>SECTION 19 - CHANGES TO TERMS OF SERVICE<br><br>You can review the most current version of the Terms of Service at any time at this page.<br>We reserve the right, at our sole discretion, to update, change or replace any part of these Terms of Service by posting updates and changes to our website. It is your responsibility to check our website periodically for changes. Your continued use of or access to our website or the Service following the posting of any changes to these Terms of Service constitutes acceptance of those changes.<br><br>SECTION 20 - CONTACT INFORMATION<br><br>Questions about the Terms of Service should be sent to us at <a href=\"mailto:admin@blackhawkcustom.com\" target=\"_blank\">admin@blackhawkcustom.com</a></p></div></div></div>\n</div>'),(4394,210,'tve_revision_tve_content_more_found',''),(4395,210,'tve_revision_tve_save_post',''),(4396,210,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Special+Elite:400&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Merriweather:400,400i,900,900i&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Montserrat:400,900,800,200,100&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-1642b6ab2bb\"] { padding: 5px !important; }[data-css=\"tve-u-1642b593fd4\"] { float: none; width: 100%; padding: 25px 10px 5px !important; margin-left: auto !important; margin-right: auto !important; margin-top: 30px !important; }#tcb_landing_page a:not(.tcb-button-link) { color: rgb(255, 255, 255); }.tcb-plain-text strong { font-weight: 900; }#tcb_landing_page input strong { font-weight: 900; }#tcb_landing_page .tcb-button-link strong { font-weight: 900; }#tcb_landing_page p strong, #tcb_landing_page li strong { font-weight: 900; }#tcb_landing_page input { font-family: Merriweather; font-weight: 400; }#tcb_landing_page .tcb-button-link { font-family: Merriweather; font-weight: 400; }#tcb_landing_page p, #tcb_landing_page li { font-family: Merriweather; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h6 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h5 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h4 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h3 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h2 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h1 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(255, 255, 255); }.tcb-plain-text { font-size: 20px; color: rgb(255, 255, 255); font-family: Montserrat; font-weight: 400; }[data-css=\"tve-u-15e09c94f7d\"] { background-color: rgb(255, 255, 255); background-image: linear-gradient(rgb(0, 0, 0), rgb(0, 0, 0)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }.tve_post_lp > div > #tve_editor { margin-left: auto; margin-right: auto; max-width: 1200px; padding: 0px 20px; }#tve_editor [data-css=\"tve-u-165e62d8c6d\"] { font-family: \"Special Elite\" !important; font-weight: 400 !important; }#tcb_landing_page .tcb-plain-text { color: rgb(255, 255, 255); font-family: Merriweather; font-weight: 400; }#tcb_landing_page .tcb-plain-text strong { font-weight: 900; }[data-css=\"tve-u-165e642ffaf\"] { margin-top: 10px !important; }}@media (max-width: 767px){.tve_post_lp > div > #tve_editor { padding: 0px 10px; }[data-css=\"tve-u-1642b6ab2bb\"] { float: left; width: 100%; z-index: 3; position: relative; padding-left: 10px !important; padding-right: 5px !important; margin-left: auto !important; margin-right: auto !important; padding-bottom: 10px !important; }[data-css=\"tve-u-165e6469798\"]::after { clear: both; }#tve_editor [data-css=\"tve-u-165e64714a8\"] { font-size: 15px !important; }}'),(4397,210,'tve_revision_tve_user_custom_css',''),(4398,210,'tve_revision_tve_page_events','a:0:{}'),(4399,210,'tve_revision_tve_globals','a:2:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";s:8:\"font_cls\";a:0:{}}'),(4400,210,'tve_revision_tve_global_scripts',''),(4401,210,'tve_revision_thrive_icon_pack','0'),(4402,210,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(4403,210,'tve_revision_tve_has_masonry','0'),(4404,210,'tve_revision_tve_has_typefocus','0'),(4405,210,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-custom-menu-inside\" style=\"z-index: 8;\" data-css=\"tve-u-1642b593fd4\" wfd-id=\"29\">\n<div class=\"tve-content-box-background\" wfd-id=\"38\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" style=\"z-index: 8;\" wfd-id=\"30\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-165e642ffaf\" wfd-id=\"35\"><h2 data-css=\"tve-u-165e62d8c6d\">Terms &amp; Conditions</h2></div><div class=\"tcb-clear\" data-css=\"tve-u-165e6469798\" wfd-id=\"31\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1642b6ab2bb\" wfd-id=\"32\"><p data-css=\"tve-u-165e64714a8\" style=\"text-align: left;\">TERMS OF SERVICE<br><br>-----<br><br>OVERVIEW<br><br>This website is operated by Blackhawk Custom, LLC. Throughout the site, the terms â€œweâ€, â€œusâ€ and â€œourâ€ refer to Blackhawk Custom, LLC. Blackhawk Custom, LLC offers this website, including all information, tools and services available from this site to you, the user, conditioned upon your acceptance of all terms, conditions, policies and notices stated here.<br><br>By visiting our site and/ or purchasing something from us, you engage in our â€œServiceâ€ and agree to be bound by the following terms and conditions (â€œTerms of Serviceâ€, â€œTermsâ€), including those additional terms, conditions, and policies referenced herein and/or available by hyperlink. These Terms of Service apply to all users of the site, including without limitation users who are browsers, vendors, customers, merchants, and/ or contributors of content.<br><br>Please read these Terms of Service carefully before accessing or using our website. By accessing or using any part of the site, you agree to be bound by these Terms of Service. If you do not agree to all the terms and conditions of this agreement, then you may not access the website or use any services. If these Terms of Service are considered an offer, acceptance is expressly limited to these Terms of Service.<br><br>Any new features or tools which are added to the current store shall also be subject to the Terms of Service. You can review the most current version of the Terms of Service at any time on this page. We reserve the right to update, change or replace any part of these Terms of Service by posting updates and/or changes to our website. It is your responsibility to check this page periodically for changes. Your continued use of or access to the website following the posting of any changes constitutes acceptance of those changes.<br><br>SECTION 1 - ONLINE STORE TERMS<br><br>By agreeing to these Terms of Service, you represent that you are at least the age of majority in your state or province of residence, or that you are the age of majority in your state or province of residence and you have given us your consent to allow any of your minor dependents to use this site.<br>You may not use our products for any illegal or unauthorized purpose nor may you, in the use of the Service, violate any laws in your jurisdiction (including but not limited to copyright laws).<br>You must not transmit any worms or viruses or any code of a destructive nature.<br>A breach or violation of any of the Terms will result in an immediate termination of your Services.<br><br>SECTION 2 - GENERAL CONDITIONS<br><br>We reserve the right to refuse service to anyone for any reason at any time.<br>You understand that your content (not including credit card information), may be transferred unencrypted and involve (a) transmissions over various networks; and (b) changes to conform and adapt to technical requirements of connecting networks or devices. Credit card information is always encrypted during transfer over networks.<br>You agree not to reproduce, duplicate, copy, sell, resell or exploit any portion of the Service, use of the Service, or access to the Service or any contact on the website through which the service is provided, without express written permission by us.<br>The headings used in this agreement are included for convenience only and will not limit or otherwise affect these Terms.<br><br>SECTION 3 - ACCURACY, COMPLETENESS AND TIMELINESS OF INFORMATION<br><br>We are not responsible if information made available on this site is not accurate, complete or current. The material on this site is provided for general information only and should not be relied upon or used as the sole basis for making decisions without consulting primary, more accurate, more complete or more timely sources of information. Any reliance on the material on this site is at your own risk.<br>This site may contain certain historical information. Historical information, necessarily, is not current and is provided for your reference only. We reserve the right to modify the contents of this site at any time, but we have no obligation to update any information on our site. You agree that it is your responsibility to monitor changes to our site.<br><br>SECTION 4 - MODIFICATIONS TO THE SERVICE AND PRICES<br><br>The prices for our products are subject to change without notice.<br>We reserve the right at any time to modify or discontinue the Service (or any part or content thereof) without notice at any time.<br>We shall not be liable to you or to any third-party for any modification, price change, suspension or discontinuance of the Service.<br><br>SECTION 5 - PRODUCTS OR SERVICES (if applicable)<br><br>Certain products or services may be available exclusively online through the website. These products or services may have limited quantities and are subject to return or exchange only according to our Return Policy.<br>We have made every effort to display as accurately as possible the colors and images of our products that appear at the store. We cannot guarantee that your computer monitor\'s display of any color will be accurate.<br>We reserve the right, but are not obligated, to limit the sales of our products or Services to any person, geographic region or jurisdiction. We may exercise this right on a case-by-case basis. We reserve the right to limit the quantities of any products or services that we offer. All descriptions of products or product pricing are subject to change at anytime without notice, at the sole discretion of us. We reserve the right to discontinue any product at any time. Any offer for any product or service made on this site is void where prohibited.<br>We do not warrant that the quality of any products, services, information, or other material purchased or obtained by you will meet your expectations, or that any errors in the Service will be corrected.<br><br>SECTION 6 - ACCURACY OF BILLING AND ACCOUNT INFORMATION<br><br>We reserve the right to refuse any order you place with us. We may, in our sole discretion, limit or cancel quantities purchased per person, per household or per order. These restrictions may include orders placed by or under the same customer account, the same credit card, and/or orders that use the same billing and/or shipping address. In the event that we make a change to or cancel an order, we may attempt to notify you by contacting the e-mail and/or billing address/phone number provided at the time the order was made. We reserve the right to limit or prohibit orders that, in our sole judgment, appear to be placed by dealers, resellers or distributors.<br><br>You agree to provide current, complete and accurate purchase and account information for all purchases made at our store. You agree to promptly update your account and other information, including your email address and credit card numbers and expiration dates, so that we can complete your transactions and contact you as needed.<br><br>For more detail, please review our Returns Policy.<br><br>SECTION 7 - OPTIONAL TOOLS<br><br>We may provide you with access to third-party tools over which we neither monitor nor have any control nor input.<br>You acknowledge and agree that we provide access to such tools â€as isâ€ and â€œas availableâ€ without any warranties, representations or conditions of any kind and without any endorsement. We shall have no liability whatsoever arising from or relating to your use of optional third-party tools.<br>Any use by you of optional tools offered through the site is entirely at your own risk and discretion and you should ensure that you are familiar with and approve of the terms on which tools are provided by the relevant third-party provider(s).<br>We may also, in the future, offer new services and/or features through the website (including, the release of new tools and resources). Such new features and/or services shall also be subject to these Terms of Service.<br><br>SECTION 8 - THIRD-PARTY LINKS<br><br>Certain content, products and services available via our Service may include materials from third-parties.<br>Third-party links on this site may direct you to third-party websites that are not affiliated with us. We are not responsible for examining or evaluating the content or accuracy and we do not warrant and will not have any liability or responsibility for any third-party materials or websites, or for any other materials, products, or services of third-parties.<br>We are not liable for any harm or damages related to the purchase or use of goods, services, resources, content, or any other transactions made in connection with any third-party websites. Please review carefully the third-party\'s policies and practices and make sure you understand them before you engage in any transaction. Complaints, claims, concerns, or questions regarding third-party products should be directed to the third-party.<br><br>SECTION 9 - USER COMMENTS, FEEDBACK AND OTHER SUBMISSIONS<br><br>If, at our request, you send certain specific submissions (for example contest entries) or without a request from us you send creative ideas, suggestions, proposals, plans, or other materials, whether online, by email, by postal mail, or otherwise (collectively, \'comments\'), you agree that we may, at any time, without restriction, edit, copy, publish, distribute, translate and otherwise use in any medium any comments that you forward to us. We are and shall be under no obligation (1) to maintain any comments in confidence; (2) to pay compensation for any comments; or (3) to respond to any comments.<br>We may, but have no obligation to, monitor, edit or remove content that we determine in our sole discretion are unlawful, offensive, threatening, libelous, defamatory, pornographic, obscene or otherwise objectionable or violates any partyâ€™s intellectual property or these Terms of Service.<br>You agree that your comments will not violate any right of any third-party, including copyright, trademark, privacy, personality or other personal or proprietary right. You further agree that your comments will not contain libelous or otherwise unlawful, abusive or obscene material, or contain any computer virus or other malware that could in any way affect the operation of the Service or any related website. You may not use a false e-mail address, pretend to be someone other than yourself, or otherwise mislead us or third-parties as to the origin of any comments. You are solely responsible for any comments you make and their accuracy. We take no responsibility and assume no liability for any comments posted by you or any third-party.<br><br>SECTION 10 - PERSONAL INFORMATION<br><br>Your submission of personal information through the store is governed by our Privacy Policy. To view our Privacy Policy.<br><br>SECTION 11 - ERRORS, INACCURACIES AND OMISSIONS<br><br>Occasionally there may be information on our site or in the Service that contains typographical errors, inaccuracies or omissions that may relate to product descriptions, pricing, promotions, offers, product shipping charges, transit times and availability. We reserve the right to correct any errors, inaccuracies or omissions, and to change or update information or cancel orders if any information in the Service or on any related website is inaccurate at any time without prior notice (including after you have submitted your order).<br>We undertake no obligation to update, amend or clarify information in the Service or on any related website, including without limitation, pricing information, except as required by law. No specified update or refresh date applied in the Service or on any related website, should be taken to indicate that all information in the Service or on any related website has been modified or updated.<br><br>SECTION 12 - PROHIBITED USES<br><br>In addition to other prohibitions as set forth in the Terms of Service, you are prohibited from using the site or its content: (a) for any unlawful purpose; (b) to solicit others to perform or participate in any unlawful acts; (c) to violate any international, federal, provincial or state regulations, rules, laws, or local ordinances; (d) to infringe upon or violate our intellectual property rights or the intellectual property rights of others; (e) to harass, abuse, insult, harm, defame, slander, disparage, intimidate, or discriminate based on gender, sexual orientation, religion, ethnicity, race, age, national origin, or disability; (f) to submit false or misleading information; (g) to upload or transmit viruses or any other type of malicious code that will or may be used in any way that will affect the functionality or operation of the Service or of any related website, other websites, or the Internet; (h) to collect or track the personal information of others; (i) to spam, phish, pharm, pretext, spider, crawl, or scrape; (j) for any obscene or immoral purpose; or (k) to interfere with or circumvent the security features of the Service or any related website, other websites, or the Internet. We reserve the right to terminate your use of the Service or any related website for violating any of the prohibited uses.<br><br>SECTION 13 - DISCLAIMER OF WARRANTIES; LIMITATION OF LIABILITY<br><br>We do not guarantee, represent or warrant that your use of our service will be uninterrupted, timely, secure or error-free.<br>We do not warrant that the results that may be obtained from the use of the service will be accurate or reliable.<br>You agree that from time to time we may remove the service for indefinite periods of time or cancel the service at any time, without notice to you.<br>You expressly agree that your use of, or inability to use, the service is at your sole risk. The service and all products and services delivered to you through the service are (except as expressly stated by us) provided \'as is\' and \'as available\' for your use, without any representation, warranties or conditions of any kind, either express or implied, including all implied warranties or conditions of merchantability, merchantable quality, fitness for a particular purpose, durability, title, and non-infringement.<br>In no case shall Blackhawk Custom, LLC, our directors, officers, employees, affiliates, agents, contractors, interns, suppliers, service providers or licensors be liable for any injury, loss, claim, or any direct, indirect, incidental, punitive, special, or consequential damages of any kind, including, without limitation lost profits, lost revenue, lost savings, loss of data, replacement costs, or any similar damages, whether based in contract, tort (including negligence), strict liability or otherwise, arising from your use of any of the service or any products procured using the service, or for any other claim related in any way to your use of the service or any product, including, but not limited to, any errors or omissions in any content, or any loss or damage of any kind incurred as a result of the use of the service or any content (or product) posted, transmitted, or otherwise made available via the service, even if advised of their possibility. Because some states or jurisdictions do not allow the exclusion or the limitation of liability for consequential or incidental damages, in such states or jurisdictions, our liability shall be limited to the maximum extent permitted by law.<br><br>SECTION 14 - INDEMNIFICATION<br><br>You agree to indemnify, defend and hold harmless Blackhawk Custom, LLC and our parent, subsidiaries, affiliates, partners, officers, directors, agents, contractors, licensors, service providers, subcontractors, suppliers, interns and employees, harmless from any claim or demand, including reasonable attorneysâ€™ fees, made by any third-party due to or arising out of your breach of these Terms of Service or the documents they incorporate by reference, or your violation of any law or the rights of a third-party.<br><br>SECTION 15 - SEVERABILITY<br><br>In the event that any provision of these Terms of Service is determined to be unlawful, void or unenforceable, such provision shall nonetheless be enforceable to the fullest extent permitted by applicable law, and the unenforceable portion shall be deemed to be severed from these Terms of Service, such determination shall not affect the validity and enforceability of any other remaining provisions.<br><br>SECTION 16 - TERMINATION<br><br>The obligations and liabilities of the parties incurred prior to the termination date shall survive the termination of this agreement for all purposes.<br>These Terms of Service are effective unless and until terminated by either you or us. You may terminate these Terms of Service at any time by notifying us that you no longer wish to use our Services, or when you cease using our site.<br>If in our sole judgment you fail, or we suspect that you have failed, to comply with any term or provision of these Terms of Service, we also may terminate this agreement at any time without notice and you will remain liable for all amounts due up to and including the date of termination; and/or accordingly may deny you access to our Services (or any part thereof).<br><br>SECTION 17 - ENTIRE AGREEMENT<br><br>The failure of us to exercise or enforce any right or provision of these Terms of Service shall not constitute a waiver of such right or provision.<br>These Terms of Service and any policies or operating rules posted by us on this site or in respect to The Service constitutes the entire agreement and understanding between you and us and govern your use of the Service, superseding any prior or contemporaneous agreements, communications and proposals, whether oral or written, between you and us (including, but not limited to, any prior versions of the Terms of Service).<br>Any ambiguities in the interpretation of these Terms of Service shall not be construed against the drafting party.<br><br>SECTION 18 - GOVERNING LAW<br><br>These Terms of Service and any separate agreements whereby we provide you Services shall be governed by and construed in accordance with the laws of 825 South Kings Highway, Fort Pierce, FL 34945.<br><br>SECTION 19 - CHANGES TO TERMS OF SERVICE<br><br>You can review the most current version of the Terms of Service at any time at this page.<br>We reserve the right, at our sole discretion, to update, change or replace any part of these Terms of Service by posting updates and changes to our website. It is your responsibility to check our website periodically for changes. Your continued use of or access to our website or the Service following the posting of any changes to these Terms of Service constitutes acceptance of those changes.<br><br>SECTION 20 - CONTACT INFORMATION<br><br>Questions about the Terms of Service should be sent to us at <a href=\"mailto:admin@blackhawkcustom.com\" target=\"_blank\">admin@blackhawkcustom.com</a></p></div></div></div>\n</div>'),(4406,210,'tve_revision_tve_has_wistia_popover','0'),(4407,426,'tve_revision_tve_landing_page','blank_v2'),(4408,426,'tve_revision_tve_disable_theme_dependency',''),(4409,426,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-custom-menu-inside\" style=\"z-index: 8;\" data-css=\"tve-u-1642b593fd4\" wfd-id=\"25\">\n<div class=\"tve-content-box-background\" wfd-id=\"32\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" style=\"z-index: 8;\" wfd-id=\"26\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-165e642ffaf\" wfd-id=\"31\"><h2 data-css=\"tve-u-165e62d8c6d\">Terms &amp; Conditions</h2></div><div class=\"tcb-clear\" data-css=\"tve-u-165e6469798\" wfd-id=\"27\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1642b6ab2bb\" wfd-id=\"28\"><p data-css=\"tve-u-165e64714a8\" style=\"text-align: left;\">TERMS OF SERVICE<br><br>-----<br><br>OVERVIEW<br><br>This website is operated by Blackhawk Custom, LLC. Throughout the site, the terms â€œweâ€, â€œusâ€ and â€œourâ€ refer to Blackhawk Custom, LLC. Blackhawk Custom, LLC offers this website, including all information, tools and services available from this site to you, the user, conditioned upon your acceptance of all terms, conditions, policies and notices stated here.<br><br>By visiting our site and/ or purchasing something from us, you engage in our â€œServiceâ€ and agree to be bound by the following terms and conditions (â€œTerms of Serviceâ€, â€œTermsâ€), including those additional terms, conditions, and policies referenced herein and/or available by hyperlink. These Terms of Service apply to all users of the site, including without limitation users who are browsers, vendors, customers, merchants, and/ or contributors of content.<br><br>Please read these Terms of Service carefully before accessing or using our website. By accessing or using any part of the site, you agree to be bound by these Terms of Service. If you do not agree to all the terms and conditions of this agreement, then you may not access the website or use any services. If these Terms of Service are considered an offer, acceptance is expressly limited to these Terms of Service.<br><br>Any new features or tools which are added to the current store shall also be subject to the Terms of Service. You can review the most current version of the Terms of Service at any time on this page. We reserve the right to update, change or replace any part of these Terms of Service by posting updates and/or changes to our website. It is your responsibility to check this page periodically for changes. Your continued use of or access to the website following the posting of any changes constitutes acceptance of those changes.<br><br>SECTION 1 - ONLINE STORE TERMS<br><br>By agreeing to these Terms of Service, you represent that you are at least the age of majority in your state or province of residence, or that you are the age of majority in your state or province of residence and you have given us your consent to allow any of your minor dependents to use this site.<br>You may not use our products for any illegal or unauthorized purpose nor may you, in the use of the Service, violate any laws in your jurisdiction (including but not limited to copyright laws).<br>You must not transmit any worms or viruses or any code of a destructive nature.<br>A breach or violation of any of the Terms will result in an immediate termination of your Services.<br><br>SECTION 2 - GENERAL CONDITIONS<br><br>We reserve the right to refuse service to anyone for any reason at any time.<br>You understand that your content (not including credit card information), may be transferred unencrypted and involve (a) transmissions over various networks; and (b) changes to conform and adapt to technical requirements of connecting networks or devices. Credit card information is always encrypted during transfer over networks.<br>You agree not to reproduce, duplicate, copy, sell, resell or exploit any portion of the Service, use of the Service, or access to the Service or any contact on the website through which the service is provided, without express written permission by us.<br>The headings used in this agreement are included for convenience only and will not limit or otherwise affect these Terms.<br><br>SECTION 3 - ACCURACY, COMPLETENESS AND TIMELINESS OF INFORMATION<br><br>We are not responsible if information made available on this site is not accurate, complete or current. The material on this site is provided for general information only and should not be relied upon or used as the sole basis for making decisions without consulting primary, more accurate, more complete or more timely sources of information. Any reliance on the material on this site is at your own risk.<br>This site may contain certain historical information. Historical information, necessarily, is not current and is provided for your reference only. We reserve the right to modify the contents of this site at any time, but we have no obligation to update any information on our site. You agree that it is your responsibility to monitor changes to our site.<br><br>SECTION 4 - MODIFICATIONS TO THE SERVICE AND PRICES<br><br>The prices for our products are subject to change without notice.<br>We reserve the right at any time to modify or discontinue the Service (or any part or content thereof) without notice at any time.<br>We shall not be liable to you or to any third-party for any modification, price change, suspension or discontinuance of the Service.<br><br>SECTION 5 - PRODUCTS OR SERVICES (if applicable)<br><br>Certain products or services may be available exclusively online through the website. These products or services may have limited quantities and are subject to return or exchange only according to our Return Policy.<br>We have made every effort to display as accurately as possible the colors and images of our products that appear at the store. We cannot guarantee that your computer monitor\'s display of any color will be accurate.<br>We reserve the right, but are not obligated, to limit the sales of our products or Services to any person, geographic region or jurisdiction. We may exercise this right on a case-by-case basis. We reserve the right to limit the quantities of any products or services that we offer. All descriptions of products or product pricing are subject to change at anytime without notice, at the sole discretion of us. We reserve the right to discontinue any product at any time. Any offer for any product or service made on this site is void where prohibited.<br>We do not warrant that the quality of any products, services, information, or other material purchased or obtained by you will meet your expectations, or that any errors in the Service will be corrected.<br><br>SECTION 6 - ACCURACY OF BILLING AND ACCOUNT INFORMATION<br><br>We reserve the right to refuse any order you place with us. We may, in our sole discretion, limit or cancel quantities purchased per person, per household or per order. These restrictions may include orders placed by or under the same customer account, the same credit card, and/or orders that use the same billing and/or shipping address. In the event that we make a change to or cancel an order, we may attempt to notify you by contacting the e-mail and/or billing address/phone number provided at the time the order was made. We reserve the right to limit or prohibit orders that, in our sole judgment, appear to be placed by dealers, resellers or distributors.<br><br>You agree to provide current, complete and accurate purchase and account information for all purchases made at our store. You agree to promptly update your account and other information, including your email address and credit card numbers and expiration dates, so that we can complete your transactions and contact you as needed.<br><br>For more detail, please review our Returns Policy.<br><br>SECTION 7 - OPTIONAL TOOLS<br><br>We may provide you with access to third-party tools over which we neither monitor nor have any control nor input.<br>You acknowledge and agree that we provide access to such tools â€as isâ€ and â€œas availableâ€ without any warranties, representations or conditions of any kind and without any endorsement. We shall have no liability whatsoever arising from or relating to your use of optional third-party tools.<br>Any use by you of optional tools offered through the site is entirely at your own risk and discretion and you should ensure that you are familiar with and approve of the terms on which tools are provided by the relevant third-party provider(s).<br>We may also, in the future, offer new services and/or features through the website (including, the release of new tools and resources). Such new features and/or services shall also be subject to these Terms of Service.<br><br>SECTION 8 - THIRD-PARTY LINKS<br><br>Certain content, products and services available via our Service may include materials from third-parties.<br>Third-party links on this site may direct you to third-party websites that are not affiliated with us. We are not responsible for examining or evaluating the content or accuracy and we do not warrant and will not have any liability or responsibility for any third-party materials or websites, or for any other materials, products, or services of third-parties.<br>We are not liable for any harm or damages related to the purchase or use of goods, services, resources, content, or any other transactions made in connection with any third-party websites. Please review carefully the third-party\'s policies and practices and make sure you understand them before you engage in any transaction. Complaints, claims, concerns, or questions regarding third-party products should be directed to the third-party.<br><br>SECTION 9 - USER COMMENTS, FEEDBACK AND OTHER SUBMISSIONS<br><br>If, at our request, you send certain specific submissions (for example contest entries) or without a request from us you send creative ideas, suggestions, proposals, plans, or other materials, whether online, by email, by postal mail, or otherwise (collectively, \'comments\'), you agree that we may, at any time, without restriction, edit, copy, publish, distribute, translate and otherwise use in any medium any comments that you forward to us. We are and shall be under no obligation (1) to maintain any comments in confidence; (2) to pay compensation for any comments; or (3) to respond to any comments.<br>We may, but have no obligation to, monitor, edit or remove content that we determine in our sole discretion are unlawful, offensive, threatening, libelous, defamatory, pornographic, obscene or otherwise objectionable or violates any partyâ€™s intellectual property or these Terms of Service.<br>You agree that your comments will not violate any right of any third-party, including copyright, trademark, privacy, personality or other personal or proprietary right. You further agree that your comments will not contain libelous or otherwise unlawful, abusive or obscene material, or contain any computer virus or other malware that could in any way affect the operation of the Service or any related website. You may not use a false e-mail address, pretend to be someone other than yourself, or otherwise mislead us or third-parties as to the origin of any comments. You are solely responsible for any comments you make and their accuracy. We take no responsibility and assume no liability for any comments posted by you or any third-party.<br><br>SECTION 10 - PERSONAL INFORMATION<br><br>Your submission of personal information through the store is governed by our Privacy Policy. To view our Privacy Policy.<br><br>SECTION 11 - ERRORS, INACCURACIES AND OMISSIONS<br><br>Occasionally there may be information on our site or in the Service that contains typographical errors, inaccuracies or omissions that may relate to product descriptions, pricing, promotions, offers, product shipping charges, transit times and availability. We reserve the right to correct any errors, inaccuracies or omissions, and to change or update information or cancel orders if any information in the Service or on any related website is inaccurate at any time without prior notice (including after you have submitted your order).<br>We undertake no obligation to update, amend or clarify information in the Service or on any related website, including without limitation, pricing information, except as required by law. No specified update or refresh date applied in the Service or on any related website, should be taken to indicate that all information in the Service or on any related website has been modified or updated.<br><br>SECTION 12 - PROHIBITED USES<br><br>In addition to other prohibitions as set forth in the Terms of Service, you are prohibited from using the site or its content: (a) for any unlawful purpose; (b) to solicit others to perform or participate in any unlawful acts; (c) to violate any international, federal, provincial or state regulations, rules, laws, or local ordinances; (d) to infringe upon or violate our intellectual property rights or the intellectual property rights of others; (e) to harass, abuse, insult, harm, defame, slander, disparage, intimidate, or discriminate based on gender, sexual orientation, religion, ethnicity, race, age, national origin, or disability; (f) to submit false or misleading information; (g) to upload or transmit viruses or any other type of malicious code that will or may be used in any way that will affect the functionality or operation of the Service or of any related website, other websites, or the Internet; (h) to collect or track the personal information of others; (i) to spam, phish, pharm, pretext, spider, crawl, or scrape; (j) for any obscene or immoral purpose; or (k) to interfere with or circumvent the security features of the Service or any related website, other websites, or the Internet. We reserve the right to terminate your use of the Service or any related website for violating any of the prohibited uses.<br><br>SECTION 13 - DISCLAIMER OF WARRANTIES; LIMITATION OF LIABILITY<br><br>We do not guarantee, represent or warrant that your use of our service will be uninterrupted, timely, secure or error-free.<br>We do not warrant that the results that may be obtained from the use of the service will be accurate or reliable.<br>You agree that from time to time we may remove the service for indefinite periods of time or cancel the service at any time, without notice to you.<br>You expressly agree that your use of, or inability to use, the service is at your sole risk. The service and all products and services delivered to you through the service are (except as expressly stated by us) provided \'as is\' and \'as available\' for your use, without any representation, warranties or conditions of any kind, either express or implied, including all implied warranties or conditions of merchantability, merchantable quality, fitness for a particular purpose, durability, title, and non-infringement.<br>In no case shall Blackhawk Custom, LLC, our directors, officers, employees, affiliates, agents, contractors, interns, suppliers, service providers or licensors be liable for any injury, loss, claim, or any direct, indirect, incidental, punitive, special, or consequential damages of any kind, including, without limitation lost profits, lost revenue, lost savings, loss of data, replacement costs, or any similar damages, whether based in contract, tort (including negligence), strict liability or otherwise, arising from your use of any of the service or any products procured using the service, or for any other claim related in any way to your use of the service or any product, including, but not limited to, any errors or omissions in any content, or any loss or damage of any kind incurred as a result of the use of the service or any content (or product) posted, transmitted, or otherwise made available via the service, even if advised of their possibility. Because some states or jurisdictions do not allow the exclusion or the limitation of liability for consequential or incidental damages, in such states or jurisdictions, our liability shall be limited to the maximum extent permitted by law.<br><br>SECTION 14 - INDEMNIFICATION<br><br>You agree to indemnify, defend and hold harmless Blackhawk Custom, LLC and our parent, subsidiaries, affiliates, partners, officers, directors, agents, contractors, licensors, service providers, subcontractors, suppliers, interns and employees, harmless from any claim or demand, including reasonable attorneysâ€™ fees, made by any third-party due to or arising out of your breach of these Terms of Service or the documents they incorporate by reference, or your violation of any law or the rights of a third-party.<br><br>SECTION 15 - SEVERABILITY<br><br>In the event that any provision of these Terms of Service is determined to be unlawful, void or unenforceable, such provision shall nonetheless be enforceable to the fullest extent permitted by applicable law, and the unenforceable portion shall be deemed to be severed from these Terms of Service, such determination shall not affect the validity and enforceability of any other remaining provisions.<br><br>SECTION 16 - TERMINATION<br><br>The obligations and liabilities of the parties incurred prior to the termination date shall survive the termination of this agreement for all purposes.<br>These Terms of Service are effective unless and until terminated by either you or us. You may terminate these Terms of Service at any time by notifying us that you no longer wish to use our Services, or when you cease using our site.<br>If in our sole judgment you fail, or we suspect that you have failed, to comply with any term or provision of these Terms of Service, we also may terminate this agreement at any time without notice and you will remain liable for all amounts due up to and including the date of termination; and/or accordingly may deny you access to our Services (or any part thereof).<br><br>SECTION 17 - ENTIRE AGREEMENT<br><br>The failure of us to exercise or enforce any right or provision of these Terms of Service shall not constitute a waiver of such right or provision.<br>These Terms of Service and any policies or operating rules posted by us on this site or in respect to The Service constitutes the entire agreement and understanding between you and us and govern your use of the Service, superseding any prior or contemporaneous agreements, communications and proposals, whether oral or written, between you and us (including, but not limited to, any prior versions of the Terms of Service).<br>Any ambiguities in the interpretation of these Terms of Service shall not be construed against the drafting party.<br><br>SECTION 18 - GOVERNING LAW<br><br>These Terms of Service and any separate agreements whereby we provide you Services shall be governed by and construed in accordance with the laws of 825 South Kings Highway, Fort Pierce, FL 34945.<br><br>SECTION 19 - CHANGES TO TERMS OF SERVICE<br><br>You can review the most current version of the Terms of Service at any time at this page.<br>We reserve the right, at our sole discretion, to update, change or replace any part of these Terms of Service by posting updates and changes to our website. It is your responsibility to check our website periodically for changes. Your continued use of or access to our website or the Service following the posting of any changes to these Terms of Service constitutes acceptance of those changes.<br><br>SECTION 20 - CONTACT INFORMATION<br><br>Questions about the Terms of Service should be sent to us at <a href=\"mailto:admin@blackhawkcustom.com\" target=\"_blank\">admin@blackhawkcustom.com</a></p></div></div></div>\n</div>'),(4410,426,'tve_revision_tve_content_more_found',''),(4411,426,'tve_revision_tve_save_post',''),(4412,426,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Special+Elite:400&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Merriweather:400,400i,900,900i&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Montserrat:400,900,800,200,100&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-1642b6ab2bb\"] { padding: 5px !important; }[data-css=\"tve-u-1642b593fd4\"] { float: none; width: 100%; padding: 25px 10px 5px !important; margin-left: auto !important; margin-right: auto !important; margin-top: 30px !important; }#tcb_landing_page a:not(.tcb-button-link) { color: rgb(255, 255, 255); }.tcb-plain-text strong { font-weight: 900; }#tcb_landing_page input strong { font-weight: 900; }#tcb_landing_page .tcb-button-link strong { font-weight: 900; }#tcb_landing_page p strong, #tcb_landing_page li strong { font-weight: 900; }#tcb_landing_page input { font-family: Merriweather; font-weight: 400; }#tcb_landing_page .tcb-button-link { font-family: Merriweather; font-weight: 400; }#tcb_landing_page p, #tcb_landing_page li { font-family: Merriweather; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h6 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h5 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h4 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h3 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h2 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h1 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(255, 255, 255); }.tcb-plain-text { font-size: 20px; color: rgb(255, 255, 255); font-family: Montserrat; font-weight: 400; }[data-css=\"tve-u-15e09c94f7d\"] { background-color: rgb(255, 255, 255); background-image: linear-gradient(rgb(0, 0, 0), rgb(0, 0, 0)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }.tve_post_lp > div > #tve_editor { margin-left: auto; margin-right: auto; max-width: 1200px; padding: 0px 20px; }#tve_editor [data-css=\"tve-u-165e62d8c6d\"] { font-family: \"Special Elite\" !important; font-weight: 400 !important; }#tcb_landing_page .tcb-plain-text { color: rgb(255, 255, 255); font-family: Merriweather; font-weight: 400; }#tcb_landing_page .tcb-plain-text strong { font-weight: 900; }[data-css=\"tve-u-165e642ffaf\"] { margin-top: 10px !important; }}@media (max-width: 767px){.tve_post_lp > div > #tve_editor { padding: 0px 10px; }[data-css=\"tve-u-1642b6ab2bb\"] { float: left; width: 100%; z-index: 3; position: relative; padding-left: 10px !important; padding-right: 5px !important; margin-left: auto !important; margin-right: auto !important; padding-bottom: 10px !important; }[data-css=\"tve-u-165e6469798\"]::after { clear: both; }#tve_editor [data-css=\"tve-u-165e64714a8\"] { font-size: 15px !important; }}'),(4413,426,'tve_revision_tve_user_custom_css',''),(4414,426,'tve_revision_tve_page_events','a:0:{}'),(4415,426,'tve_revision_tve_globals','a:2:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";s:8:\"font_cls\";a:0:{}}'),(4416,426,'tve_revision_tve_global_scripts',''),(4417,426,'tve_revision_thrive_icon_pack','0'),(4418,426,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(4419,426,'tve_revision_tve_has_masonry','0'),(4420,426,'tve_revision_tve_has_typefocus','0'),(4421,426,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-custom-menu-inside\" style=\"z-index: 8;\" data-css=\"tve-u-1642b593fd4\" wfd-id=\"25\">\n<div class=\"tve-content-box-background\" wfd-id=\"32\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" style=\"z-index: 8;\" wfd-id=\"26\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-165e642ffaf\" wfd-id=\"31\"><h2 data-css=\"tve-u-165e62d8c6d\">Terms &amp; Conditions</h2></div><div class=\"tcb-clear\" data-css=\"tve-u-165e6469798\" wfd-id=\"27\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1642b6ab2bb\" wfd-id=\"28\"><p data-css=\"tve-u-165e64714a8\" style=\"text-align: left;\">TERMS OF SERVICE<br><br>-----<br><br>OVERVIEW<br><br>This website is operated by Blackhawk Custom, LLC. Throughout the site, the terms â€œweâ€, â€œusâ€ and â€œourâ€ refer to Blackhawk Custom, LLC. Blackhawk Custom, LLC offers this website, including all information, tools and services available from this site to you, the user, conditioned upon your acceptance of all terms, conditions, policies and notices stated here.<br><br>By visiting our site and/ or purchasing something from us, you engage in our â€œServiceâ€ and agree to be bound by the following terms and conditions (â€œTerms of Serviceâ€, â€œTermsâ€), including those additional terms, conditions, and policies referenced herein and/or available by hyperlink. These Terms of Service apply to all users of the site, including without limitation users who are browsers, vendors, customers, merchants, and/ or contributors of content.<br><br>Please read these Terms of Service carefully before accessing or using our website. By accessing or using any part of the site, you agree to be bound by these Terms of Service. If you do not agree to all the terms and conditions of this agreement, then you may not access the website or use any services. If these Terms of Service are considered an offer, acceptance is expressly limited to these Terms of Service.<br><br>Any new features or tools which are added to the current store shall also be subject to the Terms of Service. You can review the most current version of the Terms of Service at any time on this page. We reserve the right to update, change or replace any part of these Terms of Service by posting updates and/or changes to our website. It is your responsibility to check this page periodically for changes. Your continued use of or access to the website following the posting of any changes constitutes acceptance of those changes.<br><br>SECTION 1 - ONLINE STORE TERMS<br><br>By agreeing to these Terms of Service, you represent that you are at least the age of majority in your state or province of residence, or that you are the age of majority in your state or province of residence and you have given us your consent to allow any of your minor dependents to use this site.<br>You may not use our products for any illegal or unauthorized purpose nor may you, in the use of the Service, violate any laws in your jurisdiction (including but not limited to copyright laws).<br>You must not transmit any worms or viruses or any code of a destructive nature.<br>A breach or violation of any of the Terms will result in an immediate termination of your Services.<br><br>SECTION 2 - GENERAL CONDITIONS<br><br>We reserve the right to refuse service to anyone for any reason at any time.<br>You understand that your content (not including credit card information), may be transferred unencrypted and involve (a) transmissions over various networks; and (b) changes to conform and adapt to technical requirements of connecting networks or devices. Credit card information is always encrypted during transfer over networks.<br>You agree not to reproduce, duplicate, copy, sell, resell or exploit any portion of the Service, use of the Service, or access to the Service or any contact on the website through which the service is provided, without express written permission by us.<br>The headings used in this agreement are included for convenience only and will not limit or otherwise affect these Terms.<br><br>SECTION 3 - ACCURACY, COMPLETENESS AND TIMELINESS OF INFORMATION<br><br>We are not responsible if information made available on this site is not accurate, complete or current. The material on this site is provided for general information only and should not be relied upon or used as the sole basis for making decisions without consulting primary, more accurate, more complete or more timely sources of information. Any reliance on the material on this site is at your own risk.<br>This site may contain certain historical information. Historical information, necessarily, is not current and is provided for your reference only. We reserve the right to modify the contents of this site at any time, but we have no obligation to update any information on our site. You agree that it is your responsibility to monitor changes to our site.<br><br>SECTION 4 - MODIFICATIONS TO THE SERVICE AND PRICES<br><br>The prices for our products are subject to change without notice.<br>We reserve the right at any time to modify or discontinue the Service (or any part or content thereof) without notice at any time.<br>We shall not be liable to you or to any third-party for any modification, price change, suspension or discontinuance of the Service.<br><br>SECTION 5 - PRODUCTS OR SERVICES (if applicable)<br><br>Certain products or services may be available exclusively online through the website. These products or services may have limited quantities and are subject to return or exchange only according to our Return Policy.<br>We have made every effort to display as accurately as possible the colors and images of our products that appear at the store. We cannot guarantee that your computer monitor\'s display of any color will be accurate.<br>We reserve the right, but are not obligated, to limit the sales of our products or Services to any person, geographic region or jurisdiction. We may exercise this right on a case-by-case basis. We reserve the right to limit the quantities of any products or services that we offer. All descriptions of products or product pricing are subject to change at anytime without notice, at the sole discretion of us. We reserve the right to discontinue any product at any time. Any offer for any product or service made on this site is void where prohibited.<br>We do not warrant that the quality of any products, services, information, or other material purchased or obtained by you will meet your expectations, or that any errors in the Service will be corrected.<br><br>SECTION 6 - ACCURACY OF BILLING AND ACCOUNT INFORMATION<br><br>We reserve the right to refuse any order you place with us. We may, in our sole discretion, limit or cancel quantities purchased per person, per household or per order. These restrictions may include orders placed by or under the same customer account, the same credit card, and/or orders that use the same billing and/or shipping address. In the event that we make a change to or cancel an order, we may attempt to notify you by contacting the e-mail and/or billing address/phone number provided at the time the order was made. We reserve the right to limit or prohibit orders that, in our sole judgment, appear to be placed by dealers, resellers or distributors.<br><br>You agree to provide current, complete and accurate purchase and account information for all purchases made at our store. You agree to promptly update your account and other information, including your email address and credit card numbers and expiration dates, so that we can complete your transactions and contact you as needed.<br><br>For more detail, please review our Returns Policy.<br><br>SECTION 7 - OPTIONAL TOOLS<br><br>We may provide you with access to third-party tools over which we neither monitor nor have any control nor input.<br>You acknowledge and agree that we provide access to such tools â€as isâ€ and â€œas availableâ€ without any warranties, representations or conditions of any kind and without any endorsement. We shall have no liability whatsoever arising from or relating to your use of optional third-party tools.<br>Any use by you of optional tools offered through the site is entirely at your own risk and discretion and you should ensure that you are familiar with and approve of the terms on which tools are provided by the relevant third-party provider(s).<br>We may also, in the future, offer new services and/or features through the website (including, the release of new tools and resources). Such new features and/or services shall also be subject to these Terms of Service.<br><br>SECTION 8 - THIRD-PARTY LINKS<br><br>Certain content, products and services available via our Service may include materials from third-parties.<br>Third-party links on this site may direct you to third-party websites that are not affiliated with us. We are not responsible for examining or evaluating the content or accuracy and we do not warrant and will not have any liability or responsibility for any third-party materials or websites, or for any other materials, products, or services of third-parties.<br>We are not liable for any harm or damages related to the purchase or use of goods, services, resources, content, or any other transactions made in connection with any third-party websites. Please review carefully the third-party\'s policies and practices and make sure you understand them before you engage in any transaction. Complaints, claims, concerns, or questions regarding third-party products should be directed to the third-party.<br><br>SECTION 9 - USER COMMENTS, FEEDBACK AND OTHER SUBMISSIONS<br><br>If, at our request, you send certain specific submissions (for example contest entries) or without a request from us you send creative ideas, suggestions, proposals, plans, or other materials, whether online, by email, by postal mail, or otherwise (collectively, \'comments\'), you agree that we may, at any time, without restriction, edit, copy, publish, distribute, translate and otherwise use in any medium any comments that you forward to us. We are and shall be under no obligation (1) to maintain any comments in confidence; (2) to pay compensation for any comments; or (3) to respond to any comments.<br>We may, but have no obligation to, monitor, edit or remove content that we determine in our sole discretion are unlawful, offensive, threatening, libelous, defamatory, pornographic, obscene or otherwise objectionable or violates any partyâ€™s intellectual property or these Terms of Service.<br>You agree that your comments will not violate any right of any third-party, including copyright, trademark, privacy, personality or other personal or proprietary right. You further agree that your comments will not contain libelous or otherwise unlawful, abusive or obscene material, or contain any computer virus or other malware that could in any way affect the operation of the Service or any related website. You may not use a false e-mail address, pretend to be someone other than yourself, or otherwise mislead us or third-parties as to the origin of any comments. You are solely responsible for any comments you make and their accuracy. We take no responsibility and assume no liability for any comments posted by you or any third-party.<br><br>SECTION 10 - PERSONAL INFORMATION<br><br>Your submission of personal information through the store is governed by our Privacy Policy. To view our Privacy Policy.<br><br>SECTION 11 - ERRORS, INACCURACIES AND OMISSIONS<br><br>Occasionally there may be information on our site or in the Service that contains typographical errors, inaccuracies or omissions that may relate to product descriptions, pricing, promotions, offers, product shipping charges, transit times and availability. We reserve the right to correct any errors, inaccuracies or omissions, and to change or update information or cancel orders if any information in the Service or on any related website is inaccurate at any time without prior notice (including after you have submitted your order).<br>We undertake no obligation to update, amend or clarify information in the Service or on any related website, including without limitation, pricing information, except as required by law. No specified update or refresh date applied in the Service or on any related website, should be taken to indicate that all information in the Service or on any related website has been modified or updated.<br><br>SECTION 12 - PROHIBITED USES<br><br>In addition to other prohibitions as set forth in the Terms of Service, you are prohibited from using the site or its content: (a) for any unlawful purpose; (b) to solicit others to perform or participate in any unlawful acts; (c) to violate any international, federal, provincial or state regulations, rules, laws, or local ordinances; (d) to infringe upon or violate our intellectual property rights or the intellectual property rights of others; (e) to harass, abuse, insult, harm, defame, slander, disparage, intimidate, or discriminate based on gender, sexual orientation, religion, ethnicity, race, age, national origin, or disability; (f) to submit false or misleading information; (g) to upload or transmit viruses or any other type of malicious code that will or may be used in any way that will affect the functionality or operation of the Service or of any related website, other websites, or the Internet; (h) to collect or track the personal information of others; (i) to spam, phish, pharm, pretext, spider, crawl, or scrape; (j) for any obscene or immoral purpose; or (k) to interfere with or circumvent the security features of the Service or any related website, other websites, or the Internet. We reserve the right to terminate your use of the Service or any related website for violating any of the prohibited uses.<br><br>SECTION 13 - DISCLAIMER OF WARRANTIES; LIMITATION OF LIABILITY<br><br>We do not guarantee, represent or warrant that your use of our service will be uninterrupted, timely, secure or error-free.<br>We do not warrant that the results that may be obtained from the use of the service will be accurate or reliable.<br>You agree that from time to time we may remove the service for indefinite periods of time or cancel the service at any time, without notice to you.<br>You expressly agree that your use of, or inability to use, the service is at your sole risk. The service and all products and services delivered to you through the service are (except as expressly stated by us) provided \'as is\' and \'as available\' for your use, without any representation, warranties or conditions of any kind, either express or implied, including all implied warranties or conditions of merchantability, merchantable quality, fitness for a particular purpose, durability, title, and non-infringement.<br>In no case shall Blackhawk Custom, LLC, our directors, officers, employees, affiliates, agents, contractors, interns, suppliers, service providers or licensors be liable for any injury, loss, claim, or any direct, indirect, incidental, punitive, special, or consequential damages of any kind, including, without limitation lost profits, lost revenue, lost savings, loss of data, replacement costs, or any similar damages, whether based in contract, tort (including negligence), strict liability or otherwise, arising from your use of any of the service or any products procured using the service, or for any other claim related in any way to your use of the service or any product, including, but not limited to, any errors or omissions in any content, or any loss or damage of any kind incurred as a result of the use of the service or any content (or product) posted, transmitted, or otherwise made available via the service, even if advised of their possibility. Because some states or jurisdictions do not allow the exclusion or the limitation of liability for consequential or incidental damages, in such states or jurisdictions, our liability shall be limited to the maximum extent permitted by law.<br><br>SECTION 14 - INDEMNIFICATION<br><br>You agree to indemnify, defend and hold harmless Blackhawk Custom, LLC and our parent, subsidiaries, affiliates, partners, officers, directors, agents, contractors, licensors, service providers, subcontractors, suppliers, interns and employees, harmless from any claim or demand, including reasonable attorneysâ€™ fees, made by any third-party due to or arising out of your breach of these Terms of Service or the documents they incorporate by reference, or your violation of any law or the rights of a third-party.<br><br>SECTION 15 - SEVERABILITY<br><br>In the event that any provision of these Terms of Service is determined to be unlawful, void or unenforceable, such provision shall nonetheless be enforceable to the fullest extent permitted by applicable law, and the unenforceable portion shall be deemed to be severed from these Terms of Service, such determination shall not affect the validity and enforceability of any other remaining provisions.<br><br>SECTION 16 - TERMINATION<br><br>The obligations and liabilities of the parties incurred prior to the termination date shall survive the termination of this agreement for all purposes.<br>These Terms of Service are effective unless and until terminated by either you or us. You may terminate these Terms of Service at any time by notifying us that you no longer wish to use our Services, or when you cease using our site.<br>If in our sole judgment you fail, or we suspect that you have failed, to comply with any term or provision of these Terms of Service, we also may terminate this agreement at any time without notice and you will remain liable for all amounts due up to and including the date of termination; and/or accordingly may deny you access to our Services (or any part thereof).<br><br>SECTION 17 - ENTIRE AGREEMENT<br><br>The failure of us to exercise or enforce any right or provision of these Terms of Service shall not constitute a waiver of such right or provision.<br>These Terms of Service and any policies or operating rules posted by us on this site or in respect to The Service constitutes the entire agreement and understanding between you and us and govern your use of the Service, superseding any prior or contemporaneous agreements, communications and proposals, whether oral or written, between you and us (including, but not limited to, any prior versions of the Terms of Service).<br>Any ambiguities in the interpretation of these Terms of Service shall not be construed against the drafting party.<br><br>SECTION 18 - GOVERNING LAW<br><br>These Terms of Service and any separate agreements whereby we provide you Services shall be governed by and construed in accordance with the laws of 825 South Kings Highway, Fort Pierce, FL 34945.<br><br>SECTION 19 - CHANGES TO TERMS OF SERVICE<br><br>You can review the most current version of the Terms of Service at any time at this page.<br>We reserve the right, at our sole discretion, to update, change or replace any part of these Terms of Service by posting updates and changes to our website. It is your responsibility to check our website periodically for changes. Your continued use of or access to our website or the Service following the posting of any changes to these Terms of Service constitutes acceptance of those changes.<br><br>SECTION 20 - CONTACT INFORMATION<br><br>Questions about the Terms of Service should be sent to us at <a href=\"mailto:admin@blackhawkcustom.com\" target=\"_blank\">admin@blackhawkcustom.com</a></p></div></div></div>\n</div>'),(4422,426,'tve_revision_tve_has_wistia_popover','0'),(4423,427,'tve_revision_tve_landing_page','blank_v2'),(4424,427,'tve_revision_tve_disable_theme_dependency',''),(4425,427,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-custom-menu-inside\" style=\"z-index: 8;\" data-css=\"tve-u-1642b593fd4\" wfd-id=\"25\">\n<div class=\"tve-content-box-background\" wfd-id=\"34\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" style=\"z-index: 8;\" wfd-id=\"26\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-165e642ffaf\" wfd-id=\"31\"><h2 data-css=\"tve-u-165e62d8c6d\">Terms &amp; Conditions</h2></div><div class=\"tcb-clear\" data-css=\"tve-u-165e6469798\" wfd-id=\"27\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1642b6ab2bb\" wfd-id=\"28\"><p data-css=\"tve-u-165e64714a8\" style=\"text-align: left;\">TERMS OF SERVICE<br><br>-----<br><br>OVERVIEW<br><br>This website is operated by Blackhawk Custom, LLC. Throughout the site, the terms â€œweâ€, â€œusâ€ and â€œourâ€ refer to Blackhawk Custom, LLC. Blackhawk Custom, LLC offers this website, including all information, tools and services available from this site to you, the user, conditioned upon your acceptance of all terms, conditions, policies and notices stated here.<br><br>By visiting our site and/ or purchasing something from us, you engage in our â€œServiceâ€ and agree to be bound by the following terms and conditions (â€œTerms of Serviceâ€, â€œTermsâ€), including those additional terms, conditions, and policies referenced herein and/or available by hyperlink. These Terms of Service apply to all users of the site, including without limitation users who are browsers, vendors, customers, merchants, and/ or contributors of content.<br><br>Please read these Terms of Service carefully before accessing or using our website. By accessing or using any part of the site, you agree to be bound by these Terms of Service. If you do not agree to all the terms and conditions of this agreement, then you may not access the website or use any services. If these Terms of Service are considered an offer, acceptance is expressly limited to these Terms of Service.<br><br>Any new features or tools which are added to the current store shall also be subject to the Terms of Service. You can review the most current version of the Terms of Service at any time on this page. We reserve the right to update, change or replace any part of these Terms of Service by posting updates and/or changes to our website. It is your responsibility to check this page periodically for changes. Your continued use of or access to the website following the posting of any changes constitutes acceptance of those changes.<br><br>SECTION 1 - ONLINE STORE TERMS<br><br>By agreeing to these Terms of Service, you represent that you are at least the age of majority in your state or province of residence, or that you are the age of majority in your state or province of residence and you have given us your consent to allow any of your minor dependents to use this site.<br>You may not use our products for any illegal or unauthorized purpose nor may you, in the use of the Service, violate any laws in your jurisdiction (including but not limited to copyright laws).<br>You must not transmit any worms or viruses or any code of a destructive nature.<br>A breach or violation of any of the Terms will result in an immediate termination of your Services.<br><br>SECTION 2 - GENERAL CONDITIONS<br><br>We reserve the right to refuse service to anyone for any reason at any time.<br>You understand that your content (not including credit card information), may be transferred unencrypted and involve (a) transmissions over various networks; and (b) changes to conform and adapt to technical requirements of connecting networks or devices. Credit card information is always encrypted during transfer over networks.<br>You agree not to reproduce, duplicate, copy, sell, resell or exploit any portion of the Service, use of the Service, or access to the Service or any contact on the website through which the service is provided, without express written permission by us.<br>The headings used in this agreement are included for convenience only and will not limit or otherwise affect these Terms.<br><br>SECTION 3 - ACCURACY, COMPLETENESS AND TIMELINESS OF INFORMATION<br><br>We are not responsible if information made available on this site is not accurate, complete or current. The material on this site is provided for general information only and should not be relied upon or used as the sole basis for making decisions without consulting primary, more accurate, more complete or more timely sources of information. Any reliance on the material on this site is at your own risk.<br>This site may contain certain historical information. Historical information, necessarily, is not current and is provided for your reference only. We reserve the right to modify the contents of this site at any time, but we have no obligation to update any information on our site. You agree that it is your responsibility to monitor changes to our site.<br><br>SECTION 4 - MODIFICATIONS TO THE SERVICE AND PRICES<br><br>The prices for our products are subject to change without notice.<br>We reserve the right at any time to modify or discontinue the Service (or any part or content thereof) without notice at any time.<br>We shall not be liable to you or to any third-party for any modification, price change, suspension or discontinuance of the Service.<br><br>SECTION 5 - PRODUCTS OR SERVICES (if applicable)<br><br>Certain products or services may be available exclusively online through the website. These products or services may have limited quantities and are subject to return or exchange only according to our Return Policy.<br>We have made every effort to display as accurately as possible the colors and images of our products that appear at the store. We cannot guarantee that your computer monitor\'s display of any color will be accurate.<br>We reserve the right, but are not obligated, to limit the sales of our products or Services to any person, geographic region or jurisdiction. We may exercise this right on a case-by-case basis. We reserve the right to limit the quantities of any products or services that we offer. All descriptions of products or product pricing are subject to change at anytime without notice, at the sole discretion of us. We reserve the right to discontinue any product at any time. Any offer for any product or service made on this site is void where prohibited.<br>We do not warrant that the quality of any products, services, information, or other material purchased or obtained by you will meet your expectations, or that any errors in the Service will be corrected.<br><br>SECTION 6 - ACCURACY OF BILLING AND ACCOUNT INFORMATION<br><br>We reserve the right to refuse any order you place with us. We may, in our sole discretion, limit or cancel quantities purchased per person, per household or per order. These restrictions may include orders placed by or under the same customer account, the same credit card, and/or orders that use the same billing and/or shipping address. In the event that we make a change to or cancel an order, we may attempt to notify you by contacting the e-mail and/or billing address/phone number provided at the time the order was made. We reserve the right to limit or prohibit orders that, in our sole judgment, appear to be placed by dealers, resellers or distributors.<br><br>You agree to provide current, complete and accurate purchase and account information for all purchases made at our store. You agree to promptly update your account and other information, including your email address and credit card numbers and expiration dates, so that we can complete your transactions and contact you as needed.<br><br>For more detail, please review our Returns Policy.<br><br>SECTION 7 - OPTIONAL TOOLS<br><br>We may provide you with access to third-party tools over which we neither monitor nor have any control nor input.<br>You acknowledge and agree that we provide access to such tools â€as isâ€ and â€œas availableâ€ without any warranties, representations or conditions of any kind and without any endorsement. We shall have no liability whatsoever arising from or relating to your use of optional third-party tools.<br>Any use by you of optional tools offered through the site is entirely at your own risk and discretion and you should ensure that you are familiar with and approve of the terms on which tools are provided by the relevant third-party provider(s).<br>We may also, in the future, offer new services and/or features through the website (including, the release of new tools and resources). Such new features and/or services shall also be subject to these Terms of Service.<br><br>SECTION 8 - THIRD-PARTY LINKS<br><br>Certain content, products and services available via our Service may include materials from third-parties.<br>Third-party links on this site may direct you to third-party websites that are not affiliated with us. We are not responsible for examining or evaluating the content or accuracy and we do not warrant and will not have any liability or responsibility for any third-party materials or websites, or for any other materials, products, or services of third-parties.<br>We are not liable for any harm or damages related to the purchase or use of goods, services, resources, content, or any other transactions made in connection with any third-party websites. Please review carefully the third-party\'s policies and practices and make sure you understand them before you engage in any transaction. Complaints, claims, concerns, or questions regarding third-party products should be directed to the third-party.<br><br>SECTION 9 - USER COMMENTS, FEEDBACK AND OTHER SUBMISSIONS<br><br>If, at our request, you send certain specific submissions (for example contest entries) or without a request from us you send creative ideas, suggestions, proposals, plans, or other materials, whether online, by email, by postal mail, or otherwise (collectively, \'comments\'), you agree that we may, at any time, without restriction, edit, copy, publish, distribute, translate and otherwise use in any medium any comments that you forward to us. We are and shall be under no obligation (1) to maintain any comments in confidence; (2) to pay compensation for any comments; or (3) to respond to any comments.<br>We may, but have no obligation to, monitor, edit or remove content that we determine in our sole discretion are unlawful, offensive, threatening, libelous, defamatory, pornographic, obscene or otherwise objectionable or violates any partyâ€™s intellectual property or these Terms of Service.<br>You agree that your comments will not violate any right of any third-party, including copyright, trademark, privacy, personality or other personal or proprietary right. You further agree that your comments will not contain libelous or otherwise unlawful, abusive or obscene material, or contain any computer virus or other malware that could in any way affect the operation of the Service or any related website. You may not use a false e-mail address, pretend to be someone other than yourself, or otherwise mislead us or third-parties as to the origin of any comments. You are solely responsible for any comments you make and their accuracy. We take no responsibility and assume no liability for any comments posted by you or any third-party.<br><br>SECTION 10 - PERSONAL INFORMATION<br><br>Your submission of personal information through the store is governed by our Privacy Policy. To view our Privacy Policy.<br><br>SECTION 11 - ERRORS, INACCURACIES AND OMISSIONS<br><br>Occasionally there may be information on our site or in the Service that contains typographical errors, inaccuracies or omissions that may relate to product descriptions, pricing, promotions, offers, product shipping charges, transit times and availability. We reserve the right to correct any errors, inaccuracies or omissions, and to change or update information or cancel orders if any information in the Service or on any related website is inaccurate at any time without prior notice (including after you have submitted your order).<br>We undertake no obligation to update, amend or clarify information in the Service or on any related website, including without limitation, pricing information, except as required by law. No specified update or refresh date applied in the Service or on any related website, should be taken to indicate that all information in the Service or on any related website has been modified or updated.<br><br>SECTION 12 - PROHIBITED USES<br><br>In addition to other prohibitions as set forth in the Terms of Service, you are prohibited from using the site or its content: (a) for any unlawful purpose; (b) to solicit others to perform or participate in any unlawful acts; (c) to violate any international, federal, provincial or state regulations, rules, laws, or local ordinances; (d) to infringe upon or violate our intellectual property rights or the intellectual property rights of others; (e) to harass, abuse, insult, harm, defame, slander, disparage, intimidate, or discriminate based on gender, sexual orientation, religion, ethnicity, race, age, national origin, or disability; (f) to submit false or misleading information; (g) to upload or transmit viruses or any other type of malicious code that will or may be used in any way that will affect the functionality or operation of the Service or of any related website, other websites, or the Internet; (h) to collect or track the personal information of others; (i) to spam, phish, pharm, pretext, spider, crawl, or scrape; (j) for any obscene or immoral purpose; or (k) to interfere with or circumvent the security features of the Service or any related website, other websites, or the Internet. We reserve the right to terminate your use of the Service or any related website for violating any of the prohibited uses.<br><br>SECTION 13 - DISCLAIMER OF WARRANTIES; LIMITATION OF LIABILITY<br><br>We do not guarantee, represent or warrant that your use of our service will be uninterrupted, timely, secure or error-free.<br>We do not warrant that the results that may be obtained from the use of the service will be accurate or reliable.<br>You agree that from time to time we may remove the service for indefinite periods of time or cancel the service at any time, without notice to you.<br>You expressly agree that your use of, or inability to use, the service is at your sole risk. The service and all products and services delivered to you through the service are (except as expressly stated by us) provided \'as is\' and \'as available\' for your use, without any representation, warranties or conditions of any kind, either express or implied, including all implied warranties or conditions of merchantability, merchantable quality, fitness for a particular purpose, durability, title, and non-infringement.<br>In no case shall Blackhawk Custom, LLC, our directors, officers, employees, affiliates, agents, contractors, interns, suppliers, service providers or licensors be liable for any injury, loss, claim, or any direct, indirect, incidental, punitive, special, or consequential damages of any kind, including, without limitation lost profits, lost revenue, lost savings, loss of data, replacement costs, or any similar damages, whether based in contract, tort (including negligence), strict liability or otherwise, arising from your use of any of the service or any products procured using the service, or for any other claim related in any way to your use of the service or any product, including, but not limited to, any errors or omissions in any content, or any loss or damage of any kind incurred as a result of the use of the service or any content (or product) posted, transmitted, or otherwise made available via the service, even if advised of their possibility. Because some states or jurisdictions do not allow the exclusion or the limitation of liability for consequential or incidental damages, in such states or jurisdictions, our liability shall be limited to the maximum extent permitted by law.<br><br>SECTION 14 - INDEMNIFICATION<br><br>You agree to indemnify, defend and hold harmless Blackhawk Custom, LLC and our parent, subsidiaries, affiliates, partners, officers, directors, agents, contractors, licensors, service providers, subcontractors, suppliers, interns and employees, harmless from any claim or demand, including reasonable attorneysâ€™ fees, made by any third-party due to or arising out of your breach of these Terms of Service or the documents they incorporate by reference, or your violation of any law or the rights of a third-party.<br><br>SECTION 15 - SEVERABILITY<br><br>In the event that any provision of these Terms of Service is determined to be unlawful, void or unenforceable, such provision shall nonetheless be enforceable to the fullest extent permitted by applicable law, and the unenforceable portion shall be deemed to be severed from these Terms of Service, such determination shall not affect the validity and enforceability of any other remaining provisions.<br><br>SECTION 16 - TERMINATION<br><br>The obligations and liabilities of the parties incurred prior to the termination date shall survive the termination of this agreement for all purposes.<br>These Terms of Service are effective unless and until terminated by either you or us. You may terminate these Terms of Service at any time by notifying us that you no longer wish to use our Services, or when you cease using our site.<br>If in our sole judgment you fail, or we suspect that you have failed, to comply with any term or provision of these Terms of Service, we also may terminate this agreement at any time without notice and you will remain liable for all amounts due up to and including the date of termination; and/or accordingly may deny you access to our Services (or any part thereof).<br><br>SECTION 17 - ENTIRE AGREEMENT<br><br>The failure of us to exercise or enforce any right or provision of these Terms of Service shall not constitute a waiver of such right or provision.<br>These Terms of Service and any policies or operating rules posted by us on this site or in respect to The Service constitutes the entire agreement and understanding between you and us and govern your use of the Service, superseding any prior or contemporaneous agreements, communications and proposals, whether oral or written, between you and us (including, but not limited to, any prior versions of the Terms of Service).<br>Any ambiguities in the interpretation of these Terms of Service shall not be construed against the drafting party.<br><br>SECTION 18 - GOVERNING LAW<br><br>These Terms of Service and any separate agreements whereby we provide you Services shall be governed by and construed in accordance with the laws of 825 South Kings Highway, Fort Pierce, FL 34945.<br><br>SECTION 19 - CHANGES TO TERMS OF SERVICE<br><br>You can review the most current version of the Terms of Service at any time at this page.<br>We reserve the right, at our sole discretion, to update, change or replace any part of these Terms of Service by posting updates and changes to our website. It is your responsibility to check our website periodically for changes. Your continued use of or access to our website or the Service following the posting of any changes to these Terms of Service constitutes acceptance of those changes.<br><br>SECTION 20 - CONTACT INFORMATION<br><br>Questions about the Terms of Service should be sent to us at <a href=\"mailto:admin@blackhawkcustom.com\" target=\"_blank\">admin@blackhawkcustom.com</a></p></div></div></div>\n</div>'),(4426,427,'tve_revision_tve_content_more_found',''),(4427,427,'tve_revision_tve_save_post',''),(4428,427,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Special+Elite:400&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Merriweather:400,400i,900,900i&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Montserrat:400,900,800,200,100&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-1642b6ab2bb\"] { padding: 5px !important; }[data-css=\"tve-u-1642b593fd4\"] { float: none; width: 100%; padding: 25px 10px 5px !important; margin-left: auto !important; margin-right: auto !important; margin-top: 30px !important; }#tcb_landing_page a:not(.tcb-button-link) { color: rgb(255, 255, 255); }.tcb-plain-text strong { font-weight: 900; }#tcb_landing_page input strong { font-weight: 900; }#tcb_landing_page .tcb-button-link strong { font-weight: 900; }#tcb_landing_page p strong, #tcb_landing_page li strong { font-weight: 900; }#tcb_landing_page input { font-family: Merriweather; font-weight: 400; }#tcb_landing_page .tcb-button-link { font-family: Merriweather; font-weight: 400; }#tcb_landing_page p, #tcb_landing_page li { font-family: Merriweather; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h6 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h5 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h4 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h3 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h2 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h1 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(255, 255, 255); }.tcb-plain-text { font-size: 20px; color: rgb(255, 255, 255); font-family: Montserrat; font-weight: 400; }[data-css=\"tve-u-15e09c94f7d\"] { background-color: rgb(255, 255, 255); background-image: linear-gradient(rgb(0, 0, 0), rgb(0, 0, 0)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }.tve_post_lp > div > #tve_editor { margin-left: auto; margin-right: auto; max-width: 1200px; padding: 0px 20px; }#tve_editor [data-css=\"tve-u-165e62d8c6d\"] { font-family: \"Special Elite\" !important; font-weight: 400 !important; }#tcb_landing_page .tcb-plain-text { color: rgb(255, 255, 255); font-family: Merriweather; font-weight: 400; }#tcb_landing_page .tcb-plain-text strong { font-weight: 900; }[data-css=\"tve-u-165e642ffaf\"] { margin-top: 10px !important; }}@media (max-width: 767px){.tve_post_lp > div > #tve_editor { padding: 0px 10px; }[data-css=\"tve-u-1642b6ab2bb\"] { float: left; width: 100%; z-index: 3; position: relative; padding-left: 10px !important; padding-right: 5px !important; margin-left: auto !important; margin-right: auto !important; padding-bottom: 10px !important; }[data-css=\"tve-u-165e6469798\"]::after { clear: both; }#tve_editor [data-css=\"tve-u-165e64714a8\"] { font-size: 15px !important; }}'),(4429,427,'tve_revision_tve_user_custom_css',''),(4430,427,'tve_revision_tve_page_events','a:0:{}'),(4431,427,'tve_revision_tve_globals','a:2:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";s:8:\"font_cls\";a:0:{}}'),(4432,427,'tve_revision_tve_global_scripts',''),(4433,427,'tve_revision_thrive_icon_pack','0'),(4434,427,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(4435,427,'tve_revision_tve_has_masonry','0'),(4436,427,'tve_revision_tve_has_typefocus','0'),(4437,427,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-custom-menu-inside\" style=\"z-index: 8;\" data-css=\"tve-u-1642b593fd4\" wfd-id=\"25\">\n<div class=\"tve-content-box-background\" wfd-id=\"34\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" style=\"z-index: 8;\" wfd-id=\"26\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-165e642ffaf\" wfd-id=\"31\"><h2 data-css=\"tve-u-165e62d8c6d\">Terms &amp; Conditions</h2></div><div class=\"tcb-clear\" data-css=\"tve-u-165e6469798\" wfd-id=\"27\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1642b6ab2bb\" wfd-id=\"28\"><p data-css=\"tve-u-165e64714a8\" style=\"text-align: left;\">TERMS OF SERVICE<br><br>-----<br><br>OVERVIEW<br><br>This website is operated by Blackhawk Custom, LLC. Throughout the site, the terms â€œweâ€, â€œusâ€ and â€œourâ€ refer to Blackhawk Custom, LLC. Blackhawk Custom, LLC offers this website, including all information, tools and services available from this site to you, the user, conditioned upon your acceptance of all terms, conditions, policies and notices stated here.<br><br>By visiting our site and/ or purchasing something from us, you engage in our â€œServiceâ€ and agree to be bound by the following terms and conditions (â€œTerms of Serviceâ€, â€œTermsâ€), including those additional terms, conditions, and policies referenced herein and/or available by hyperlink. These Terms of Service apply to all users of the site, including without limitation users who are browsers, vendors, customers, merchants, and/ or contributors of content.<br><br>Please read these Terms of Service carefully before accessing or using our website. By accessing or using any part of the site, you agree to be bound by these Terms of Service. If you do not agree to all the terms and conditions of this agreement, then you may not access the website or use any services. If these Terms of Service are considered an offer, acceptance is expressly limited to these Terms of Service.<br><br>Any new features or tools which are added to the current store shall also be subject to the Terms of Service. You can review the most current version of the Terms of Service at any time on this page. We reserve the right to update, change or replace any part of these Terms of Service by posting updates and/or changes to our website. It is your responsibility to check this page periodically for changes. Your continued use of or access to the website following the posting of any changes constitutes acceptance of those changes.<br><br>SECTION 1 - ONLINE STORE TERMS<br><br>By agreeing to these Terms of Service, you represent that you are at least the age of majority in your state or province of residence, or that you are the age of majority in your state or province of residence and you have given us your consent to allow any of your minor dependents to use this site.<br>You may not use our products for any illegal or unauthorized purpose nor may you, in the use of the Service, violate any laws in your jurisdiction (including but not limited to copyright laws).<br>You must not transmit any worms or viruses or any code of a destructive nature.<br>A breach or violation of any of the Terms will result in an immediate termination of your Services.<br><br>SECTION 2 - GENERAL CONDITIONS<br><br>We reserve the right to refuse service to anyone for any reason at any time.<br>You understand that your content (not including credit card information), may be transferred unencrypted and involve (a) transmissions over various networks; and (b) changes to conform and adapt to technical requirements of connecting networks or devices. Credit card information is always encrypted during transfer over networks.<br>You agree not to reproduce, duplicate, copy, sell, resell or exploit any portion of the Service, use of the Service, or access to the Service or any contact on the website through which the service is provided, without express written permission by us.<br>The headings used in this agreement are included for convenience only and will not limit or otherwise affect these Terms.<br><br>SECTION 3 - ACCURACY, COMPLETENESS AND TIMELINESS OF INFORMATION<br><br>We are not responsible if information made available on this site is not accurate, complete or current. The material on this site is provided for general information only and should not be relied upon or used as the sole basis for making decisions without consulting primary, more accurate, more complete or more timely sources of information. Any reliance on the material on this site is at your own risk.<br>This site may contain certain historical information. Historical information, necessarily, is not current and is provided for your reference only. We reserve the right to modify the contents of this site at any time, but we have no obligation to update any information on our site. You agree that it is your responsibility to monitor changes to our site.<br><br>SECTION 4 - MODIFICATIONS TO THE SERVICE AND PRICES<br><br>The prices for our products are subject to change without notice.<br>We reserve the right at any time to modify or discontinue the Service (or any part or content thereof) without notice at any time.<br>We shall not be liable to you or to any third-party for any modification, price change, suspension or discontinuance of the Service.<br><br>SECTION 5 - PRODUCTS OR SERVICES (if applicable)<br><br>Certain products or services may be available exclusively online through the website. These products or services may have limited quantities and are subject to return or exchange only according to our Return Policy.<br>We have made every effort to display as accurately as possible the colors and images of our products that appear at the store. We cannot guarantee that your computer monitor\'s display of any color will be accurate.<br>We reserve the right, but are not obligated, to limit the sales of our products or Services to any person, geographic region or jurisdiction. We may exercise this right on a case-by-case basis. We reserve the right to limit the quantities of any products or services that we offer. All descriptions of products or product pricing are subject to change at anytime without notice, at the sole discretion of us. We reserve the right to discontinue any product at any time. Any offer for any product or service made on this site is void where prohibited.<br>We do not warrant that the quality of any products, services, information, or other material purchased or obtained by you will meet your expectations, or that any errors in the Service will be corrected.<br><br>SECTION 6 - ACCURACY OF BILLING AND ACCOUNT INFORMATION<br><br>We reserve the right to refuse any order you place with us. We may, in our sole discretion, limit or cancel quantities purchased per person, per household or per order. These restrictions may include orders placed by or under the same customer account, the same credit card, and/or orders that use the same billing and/or shipping address. In the event that we make a change to or cancel an order, we may attempt to notify you by contacting the e-mail and/or billing address/phone number provided at the time the order was made. We reserve the right to limit or prohibit orders that, in our sole judgment, appear to be placed by dealers, resellers or distributors.<br><br>You agree to provide current, complete and accurate purchase and account information for all purchases made at our store. You agree to promptly update your account and other information, including your email address and credit card numbers and expiration dates, so that we can complete your transactions and contact you as needed.<br><br>For more detail, please review our Returns Policy.<br><br>SECTION 7 - OPTIONAL TOOLS<br><br>We may provide you with access to third-party tools over which we neither monitor nor have any control nor input.<br>You acknowledge and agree that we provide access to such tools â€as isâ€ and â€œas availableâ€ without any warranties, representations or conditions of any kind and without any endorsement. We shall have no liability whatsoever arising from or relating to your use of optional third-party tools.<br>Any use by you of optional tools offered through the site is entirely at your own risk and discretion and you should ensure that you are familiar with and approve of the terms on which tools are provided by the relevant third-party provider(s).<br>We may also, in the future, offer new services and/or features through the website (including, the release of new tools and resources). Such new features and/or services shall also be subject to these Terms of Service.<br><br>SECTION 8 - THIRD-PARTY LINKS<br><br>Certain content, products and services available via our Service may include materials from third-parties.<br>Third-party links on this site may direct you to third-party websites that are not affiliated with us. We are not responsible for examining or evaluating the content or accuracy and we do not warrant and will not have any liability or responsibility for any third-party materials or websites, or for any other materials, products, or services of third-parties.<br>We are not liable for any harm or damages related to the purchase or use of goods, services, resources, content, or any other transactions made in connection with any third-party websites. Please review carefully the third-party\'s policies and practices and make sure you understand them before you engage in any transaction. Complaints, claims, concerns, or questions regarding third-party products should be directed to the third-party.<br><br>SECTION 9 - USER COMMENTS, FEEDBACK AND OTHER SUBMISSIONS<br><br>If, at our request, you send certain specific submissions (for example contest entries) or without a request from us you send creative ideas, suggestions, proposals, plans, or other materials, whether online, by email, by postal mail, or otherwise (collectively, \'comments\'), you agree that we may, at any time, without restriction, edit, copy, publish, distribute, translate and otherwise use in any medium any comments that you forward to us. We are and shall be under no obligation (1) to maintain any comments in confidence; (2) to pay compensation for any comments; or (3) to respond to any comments.<br>We may, but have no obligation to, monitor, edit or remove content that we determine in our sole discretion are unlawful, offensive, threatening, libelous, defamatory, pornographic, obscene or otherwise objectionable or violates any partyâ€™s intellectual property or these Terms of Service.<br>You agree that your comments will not violate any right of any third-party, including copyright, trademark, privacy, personality or other personal or proprietary right. You further agree that your comments will not contain libelous or otherwise unlawful, abusive or obscene material, or contain any computer virus or other malware that could in any way affect the operation of the Service or any related website. You may not use a false e-mail address, pretend to be someone other than yourself, or otherwise mislead us or third-parties as to the origin of any comments. You are solely responsible for any comments you make and their accuracy. We take no responsibility and assume no liability for any comments posted by you or any third-party.<br><br>SECTION 10 - PERSONAL INFORMATION<br><br>Your submission of personal information through the store is governed by our Privacy Policy. To view our Privacy Policy.<br><br>SECTION 11 - ERRORS, INACCURACIES AND OMISSIONS<br><br>Occasionally there may be information on our site or in the Service that contains typographical errors, inaccuracies or omissions that may relate to product descriptions, pricing, promotions, offers, product shipping charges, transit times and availability. We reserve the right to correct any errors, inaccuracies or omissions, and to change or update information or cancel orders if any information in the Service or on any related website is inaccurate at any time without prior notice (including after you have submitted your order).<br>We undertake no obligation to update, amend or clarify information in the Service or on any related website, including without limitation, pricing information, except as required by law. No specified update or refresh date applied in the Service or on any related website, should be taken to indicate that all information in the Service or on any related website has been modified or updated.<br><br>SECTION 12 - PROHIBITED USES<br><br>In addition to other prohibitions as set forth in the Terms of Service, you are prohibited from using the site or its content: (a) for any unlawful purpose; (b) to solicit others to perform or participate in any unlawful acts; (c) to violate any international, federal, provincial or state regulations, rules, laws, or local ordinances; (d) to infringe upon or violate our intellectual property rights or the intellectual property rights of others; (e) to harass, abuse, insult, harm, defame, slander, disparage, intimidate, or discriminate based on gender, sexual orientation, religion, ethnicity, race, age, national origin, or disability; (f) to submit false or misleading information; (g) to upload or transmit viruses or any other type of malicious code that will or may be used in any way that will affect the functionality or operation of the Service or of any related website, other websites, or the Internet; (h) to collect or track the personal information of others; (i) to spam, phish, pharm, pretext, spider, crawl, or scrape; (j) for any obscene or immoral purpose; or (k) to interfere with or circumvent the security features of the Service or any related website, other websites, or the Internet. We reserve the right to terminate your use of the Service or any related website for violating any of the prohibited uses.<br><br>SECTION 13 - DISCLAIMER OF WARRANTIES; LIMITATION OF LIABILITY<br><br>We do not guarantee, represent or warrant that your use of our service will be uninterrupted, timely, secure or error-free.<br>We do not warrant that the results that may be obtained from the use of the service will be accurate or reliable.<br>You agree that from time to time we may remove the service for indefinite periods of time or cancel the service at any time, without notice to you.<br>You expressly agree that your use of, or inability to use, the service is at your sole risk. The service and all products and services delivered to you through the service are (except as expressly stated by us) provided \'as is\' and \'as available\' for your use, without any representation, warranties or conditions of any kind, either express or implied, including all implied warranties or conditions of merchantability, merchantable quality, fitness for a particular purpose, durability, title, and non-infringement.<br>In no case shall Blackhawk Custom, LLC, our directors, officers, employees, affiliates, agents, contractors, interns, suppliers, service providers or licensors be liable for any injury, loss, claim, or any direct, indirect, incidental, punitive, special, or consequential damages of any kind, including, without limitation lost profits, lost revenue, lost savings, loss of data, replacement costs, or any similar damages, whether based in contract, tort (including negligence), strict liability or otherwise, arising from your use of any of the service or any products procured using the service, or for any other claim related in any way to your use of the service or any product, including, but not limited to, any errors or omissions in any content, or any loss or damage of any kind incurred as a result of the use of the service or any content (or product) posted, transmitted, or otherwise made available via the service, even if advised of their possibility. Because some states or jurisdictions do not allow the exclusion or the limitation of liability for consequential or incidental damages, in such states or jurisdictions, our liability shall be limited to the maximum extent permitted by law.<br><br>SECTION 14 - INDEMNIFICATION<br><br>You agree to indemnify, defend and hold harmless Blackhawk Custom, LLC and our parent, subsidiaries, affiliates, partners, officers, directors, agents, contractors, licensors, service providers, subcontractors, suppliers, interns and employees, harmless from any claim or demand, including reasonable attorneysâ€™ fees, made by any third-party due to or arising out of your breach of these Terms of Service or the documents they incorporate by reference, or your violation of any law or the rights of a third-party.<br><br>SECTION 15 - SEVERABILITY<br><br>In the event that any provision of these Terms of Service is determined to be unlawful, void or unenforceable, such provision shall nonetheless be enforceable to the fullest extent permitted by applicable law, and the unenforceable portion shall be deemed to be severed from these Terms of Service, such determination shall not affect the validity and enforceability of any other remaining provisions.<br><br>SECTION 16 - TERMINATION<br><br>The obligations and liabilities of the parties incurred prior to the termination date shall survive the termination of this agreement for all purposes.<br>These Terms of Service are effective unless and until terminated by either you or us. You may terminate these Terms of Service at any time by notifying us that you no longer wish to use our Services, or when you cease using our site.<br>If in our sole judgment you fail, or we suspect that you have failed, to comply with any term or provision of these Terms of Service, we also may terminate this agreement at any time without notice and you will remain liable for all amounts due up to and including the date of termination; and/or accordingly may deny you access to our Services (or any part thereof).<br><br>SECTION 17 - ENTIRE AGREEMENT<br><br>The failure of us to exercise or enforce any right or provision of these Terms of Service shall not constitute a waiver of such right or provision.<br>These Terms of Service and any policies or operating rules posted by us on this site or in respect to The Service constitutes the entire agreement and understanding between you and us and govern your use of the Service, superseding any prior or contemporaneous agreements, communications and proposals, whether oral or written, between you and us (including, but not limited to, any prior versions of the Terms of Service).<br>Any ambiguities in the interpretation of these Terms of Service shall not be construed against the drafting party.<br><br>SECTION 18 - GOVERNING LAW<br><br>These Terms of Service and any separate agreements whereby we provide you Services shall be governed by and construed in accordance with the laws of 825 South Kings Highway, Fort Pierce, FL 34945.<br><br>SECTION 19 - CHANGES TO TERMS OF SERVICE<br><br>You can review the most current version of the Terms of Service at any time at this page.<br>We reserve the right, at our sole discretion, to update, change or replace any part of these Terms of Service by posting updates and changes to our website. It is your responsibility to check our website periodically for changes. Your continued use of or access to our website or the Service following the posting of any changes to these Terms of Service constitutes acceptance of those changes.<br><br>SECTION 20 - CONTACT INFORMATION<br><br>Questions about the Terms of Service should be sent to us at <a href=\"mailto:admin@blackhawkcustom.com\" target=\"_blank\">admin@blackhawkcustom.com</a></p></div></div></div>\n</div>'),(4438,427,'tve_revision_tve_has_wistia_popover','0'),(4454,428,'tve_revision_tve_has_wistia_popover',''),(4487,429,'tcb_ct_id','25159'),(4488,429,'tcb_ct_meta','a:4:{s:1:\"v\";s:1:\"4\";s:4:\"type\";s:6:\"header\";s:8:\"head_css\";s:6812:\"@media (min-width: 300px){.thrv_symbol.thrv_header [data-css=\"tve-u-164cae2c1cc\"] { max-width: 1080px; }.thrv_symbol.thrv_header [data-css=\"tve-u-164cae2d8f0\"] { padding: 16px 20px !important; }.thrv_symbol.thrv_header [data-css=\"tve-u-164cae5031e\"] { background-color: rgb(242, 242, 242) !important; }.thrv_symbol.thrv_header [data-css=\"tve-u-164caecdc42\"] { font-size: 38px; float: left; z-index: 3; position: relative; width: 38px; height: 38px; margin: 0px 8px 0px 0px !important; }.thrv_symbol.thrv_header [data-css=\"tve-u-164caecdc42\"] > :first-child { color: rgb(45, 45, 45); }.thrv_symbol.thrv_header [data-css=\"tve-u-164caeda083\"] { font-family: Arial, Helvetica, sans-serif !important; font-size: 26px !important; line-height: 1.2em !important; }.thrv_symbol.thrv_header [data-css=\"tve-u-164caee22a7\"] > .tve-cb { display: block; }.thrv_symbol.thrv_header [data-css=\"tve-u-164caee3eb2\"] { margin-top: 0px !important; padding-top: 4px !important; }.thrv_symbol.thrv_header [data-css=\"tve-u-164caefb1b5\"] { padding: 0px !important; }.thrv_symbol.thrv_header [data-css=\"tve-u-164caefb6a1\"] { margin: 0px !important; }.thrv_symbol.thrv_header [data-css=\"tve-u-164caeff875\"] { float: right; z-index: 3; position: relative; width: 100%; margin: 0px !important; }.thrv_symbol.thrv_header [data-css=\"tve-u-164caefb1b5\"] > .tcb-flex-col > .tcb-col { justify-content: center; }.thrv_symbol.thrv_header [data-css=\"tve-u-164caee22a7\"] { margin: 0px !important; }.thrv_symbol.thrv_header [data-css=\"tve-u-164caf0f953\"]::after { clear: both; }.thrv_symbol.thrv_header [data-css=\"tve-u-164cae2c1cc\"] p, .thrv_symbol.thrv_header [data-css=\"tve-u-164cae2c1cc\"] li, .thrv_symbol.thrv_header [data-css=\"tve-u-164cae2c1cc\"] blockquote, .thrv_symbol.thrv_header [data-css=\"tve-u-164cae2c1cc\"] address, .thrv_symbol.thrv_header [data-css=\"tve-u-164cae2c1cc\"] .tcb-plain-text, .thrv_symbol.thrv_header [data-css=\"tve-u-164cae2c1cc\"] label, .thrv_symbol.thrv_header [data-css=\"tve-u-164cae2c1cc\"] h1, .thrv_symbol.thrv_header [data-css=\"tve-u-164cae2c1cc\"] h2, .thrv_symbol.thrv_header [data-css=\"tve-u-164cae2c1cc\"] h3, .thrv_symbol.thrv_header [data-css=\"tve-u-164cae2c1cc\"] h4, .thrv_symbol.thrv_header [data-css=\"tve-u-164cae2c1cc\"] h5, .thrv_symbol.thrv_header [data-css=\"tve-u-164cae2c1cc\"] h6 { color: rgb(45, 45, 45); }.thrv_symbol.thrv_header [data-css=\"tve-u-164caeff875\"] #tcb_custom_menu_babdbf63 > a { font-family: Arial, Helvetica, sans-serif; font-weight: bold !important; fill: rgb(45, 45, 45) !important; color: rgb(45, 45, 45) !important; font-size: 17px !important; }.thrv_symbol.thrv_header [data-css=\"tve-u-164caeff875\"] #tcb_custom_menu_b74e7ee7 > a { font-family: Arial, Helvetica, sans-serif; font-weight: bold !important; fill: rgb(45, 45, 45) !important; color: rgb(45, 45, 45) !important; font-size: 17px !important; }.thrv_symbol.thrv_header [data-css=\"tve-u-164caeff875\"] #tcb_custom_menu_a4bf219b > a { font-family: Arial, Helvetica, sans-serif; font-weight: bold !important; fill: rgb(45, 45, 45) !important; color: rgb(45, 45, 45) !important; font-size: 17px !important; }.thrv_symbol.thrv_header [data-css=\"tve-u-164caeff875\"] #tcb_custom_menu_babdbf63 { padding-left: 10px !important; padding-right: 10px !important; }.thrv_symbol.thrv_header [data-css=\"tve-u-164caeff875\"] #tcb_custom_menu_b74e7ee7 { padding-left: 10px !important; padding-right: 10px !important; }.thrv_symbol.thrv_header [data-css=\"tve-u-164caeff875\"] #tcb_custom_menu_a4bf219b { padding-left: 10px !important; padding-right: 10px !important; }.thrv_symbol.thrv_header [data-css=\"tve-u-164caeff875\"] #tcb_custom_menu_babdbf63.menu-item { margin-right: 30px; }.thrv_symbol.thrv_header [data-css=\"tve-u-164caeff875\"] #tcb_custom_menu_b74e7ee7.menu-item { margin-right: 30px; }.thrv_symbol.thrv_header [data-css=\"tve-u-164caeff875\"] #tcb_custom_menu_a4bf219b.menu-item { margin-right: 30px; }.thrv_symbol.thrv_header [data-css=\"tve-u-164caeff875\"] #tcb_custom_menu_Wy8Lv2fr > a { font-family: Arial, Helvetica, sans-serif; fill: rgb(45, 45, 45) !important; color: rgb(45, 45, 45) !important; font-size: 17px !important; font-weight: bold !important; }.thrv_symbol.thrv_header [data-css=\"tve-u-164caeff875\"] #tcb_custom_menu_uElTSZN0 > a { font-family: Arial, Helvetica, sans-serif; fill: rgb(45, 45, 45) !important; color: rgb(45, 45, 45) !important; font-size: 17px !important; font-weight: bold !important; }.thrv_symbol.thrv_header [data-css=\"tve-u-164caeff875\"] #tcb_custom_menu_Wy8Lv2fr { border-bottom: none; margin: 0px !important; }.thrv_symbol.thrv_header [data-css=\"tve-u-164caeff875\"] #tcb_custom_menu_uElTSZN0 { border-bottom: none; margin: 0px !important; }.thrv_symbol.thrv_header [data-css=\"tve-u-164caf4ba67\"] { background-color: rgb(242, 242, 242) !important; }.thrv_symbol.thrv_header [data-css=\"tve-u-164caeff875\"] #tcb_custom_menu_Wy8Lv2fr:hover { background-color: rgb(255, 255, 255) !important; }.thrv_symbol.thrv_header [data-css=\"tve-u-164caeff875\"] #tcb_custom_menu_uElTSZN0:hover { background-color: rgb(255, 255, 255) !important; }.thrv_symbol.thrv_header .thrive-symbol-shortcode { padding-top: 0px !important; }}@media (max-width: 1023px){.thrv_symbol.thrv_header [data-css=\"tve-u-164caeff875\"] .tcb-icon-open > :first-child { color: rgb(45, 45, 45); }.thrv_symbol.thrv_header [data-css=\"tve-u-164caeff875\"] .tcb-icon-close > :first-child { color: rgb(45, 45, 45); }.thrv_symbol.thrv_header [data-css=\"tve-u-164caeff875\"] #tcb_custom_menu_babdbf63 { background-color: rgb(242, 242, 242); }.thrv_symbol.thrv_header [data-css=\"tve-u-164caeff875\"] #tcb_custom_menu_b74e7ee7 { background-color: rgb(242, 242, 242); }.thrv_symbol.thrv_header [data-css=\"tve-u-164caeff875\"] #tcb_custom_menu_a4bf219b { background-color: rgb(242, 242, 242); }.thrv_symbol.thrv_header [data-css=\"tve-u-164caf6adc5\"] { max-width: 50%; }.thrv_symbol.thrv_header [data-css=\"tve-u-164caf6adcb\"] { max-width: 50.1%; }}@media (max-width: 767px){.thrv_symbol.thrv_header [data-css=\"tve-u-164caefb1b5\"] { flex-wrap: nowrap !important; padding-right: 0px !important; }.thrv_symbol.thrv_header [data-css=\"tve-u-164caf6adc5\"] { max-width: 60%; }.thrv_symbol.thrv_header [data-css=\"tve-u-164caf6adcb\"] { max-width: 40.3%; }.thrv_symbol.thrv_header [data-css=\"tve-u-164cae2d8f0\"] { padding: 6px 10px !important; }.thrv_symbol.thrv_header [data-css=\"tve-u-164caeff875\"] { margin-left: 0px !important; }.thrv_symbol.thrv_header [data-css=\"tve-u-164caeff875\"] #tcb_custom_menu_babdbf63 { margin-left: 0px !important; margin-right: 0px !important; }.thrv_symbol.thrv_header [data-css=\"tve-u-164caeff875\"] #tcb_custom_menu_b74e7ee7 { margin-left: 0px !important; margin-right: 0px !important; }.thrv_symbol.thrv_header [data-css=\"tve-u-164caeff875\"] #tcb_custom_menu_a4bf219b { margin-left: 0px !important; margin-right: 0px !important; }}\";s:10:\"custom_css\";s:0:\"\";}'),(4489,430,'tve_updated_post','<div class=\"symbol-section-out\" wfd-id=\"439\"></div>\n<div class=\"symbol-section-in\" style=\"z-index: 8;\" data-css=\"tve-u-1673f10366d\" wfd-id=\"435\"><div class=\"thrv_wrapper thrv-page-section tve-custom-menu-inside\" style=\"z-index: 8;\" data-css=\"tve-u-164cae2d8f0\" wfd-id=\"436\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-164cae5031e\" wfd-id=\"438\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-164cae2c1cc\" style=\"z-index: 8;\" wfd-id=\"437\"></div>\n</div></div>'),(4493,430,'tcb_scroll_behaviour',NULL),(4490,430,'tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Kaushan+Script:400&subset=latin\");@media (min-width: 300px){.thrv_symbol.thrv_header [data-css=\"tve-u-164cae2c1cc\"] { max-width: 1599px; min-height: 1px !important; }.thrv_symbol.thrv_header [data-css=\"tve-u-164cae2d8f0\"] { padding: 0px 20px !important; }.thrv_symbol.thrv_header [data-css=\"tve-u-164cae5031e\"] { background-color: rgb(0, 0, 0) !important; }.thrv_symbol.thrv_header .thrive-symbol-shortcode { padding-top: 0px !important; float: right; z-index: 3; position: relative; }.thrv_symbol.thrv_header [data-css=\"tve-u-164cae2d8f0\"] .tve-page-section-in { display: block; }.thrv_symbol.thrv_header [data-css=\"tve-u-1673f10366d\"] { letter-spacing: 0px; }.thrv_symbol.thrv_header [data-css=\"tve-u-1673f10ac9c\"]::after { clear: both; }}@media (max-width: 1023px){}@media (max-width: 767px){.thrv_symbol.thrv_header [data-css=\"tve-u-164cae2d8f0\"] { padding: 6px 10px !important; }}'),(4491,431,'tcb_ct_id','28125'),(4492,431,'tcb_ct_meta','a:4:{s:1:\"v\";s:1:\"3\";s:4:\"type\";s:4:\"menu\";s:8:\"head_css\";s:11980:\"@import url(\"//fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700,300,200&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-165c3222f00\"] { box-shadow: rgba(0, 0, 0, 0.07) 0px 18px 29px -8px; }[data-css=\"tve-u-165c3222f01\"] { border: 1px solid rgb(244, 244, 244); padding: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-165c3222f01\"] #tcb_custom_menu_5402f616 > a { font-weight: 600 !important; }[data-css=\"tve-u-165c3222f01\"] #tcb_custom_menu_13475a66 > a { font-weight: 600 !important; }[data-css=\"tve-u-165c3222f01\"] #tcb_custom_menu_ed3da1d0 > a { font-weight: 400 !important; }[data-css=\"tve-u-165c3222f01\"] #tcb_custom_menu_1f1477da > a { font-weight: 400 !important; }[data-css=\"tve-u-165c3222f01\"] #tcb_custom_menu_a19cc162 > a { font-weight: 600 !important; }[data-css=\"tve-u-165c3222f01\"] #tcb_custom_menu_CBtolC8b > a { font-weight: 600 !important; }[data-css=\"tve-u-165c3222f01\"] #tcb_custom_menu_xWQUO8ju > a { font-weight: 600 !important; }#tve_editor [data-css=\"tve-u-165c3222f01\"] #tcb_custom_menu_5402f616 > a { font-family: \"Source Sans Pro\"; font-weight: 600; font-size: 15px !important; fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-165c3222f01\"] #tcb_custom_menu_13475a66 > a { font-family: \"Source Sans Pro\"; font-weight: 600; font-size: 16px !important; fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-165c3222f01\"] #tcb_custom_menu_ed3da1d0 > a { font-family: \"Source Sans Pro\"; font-weight: 600; font-size: 15px !important; fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-165c3222f01\"] #tcb_custom_menu_1f1477da > a { font-family: \"Source Sans Pro\"; font-weight: 600; font-size: 15px !important; fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-165c3222f01\"] #tcb_custom_menu_a19cc162 > a { font-family: \"Source Sans Pro\"; font-weight: 600; font-size: 15px !important; fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-165c3222f01\"] #tcb_custom_menu_CBtolC8b > a { font-family: \"Source Sans Pro\"; font-weight: 600; font-size: 15px !important; fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-165c3222f01\"] #tcb_custom_menu_xWQUO8ju > a { font-family: \"Source Sans Pro\"; font-weight: 600; font-size: 15px !important; fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-165c3222f01\"] #tcb_custom_menu_5402f616 { text-transform: uppercase; letter-spacing: 8px; padding: 15px !important; }[data-css=\"tve-u-165c3222f01\"] #tcb_custom_menu_13475a66 { text-transform: uppercase; letter-spacing: 8px; padding: 15px 12px 15px 18px !important; }[data-css=\"tve-u-165c3222f01\"] #tcb_custom_menu_ed3da1d0 { text-transform: capitalize; letter-spacing: 8px; box-shadow: none; padding: 8px 15px !important; }[data-css=\"tve-u-165c3222f01\"] #tcb_custom_menu_1f1477da { text-transform: capitalize; letter-spacing: 8px; box-shadow: none; padding: 8px 15px !important; }[data-css=\"tve-u-165c3222f01\"] #tcb_custom_menu_a19cc162 { text-transform: uppercase; letter-spacing: 8px; padding: 15px !important; }[data-css=\"tve-u-165c3222f01\"] #tcb_custom_menu_CBtolC8b { text-transform: uppercase; letter-spacing: 8px; padding: 15px !important; }[data-css=\"tve-u-165c3222f01\"] #tcb_custom_menu_xWQUO8ju { text-transform: uppercase; letter-spacing: 8px; padding: 15px !important; }[data-css=\"tve-u-165c3222f01\"] #tcb_custom_menu_5402f616.menu-item { margin-right: 30px; }[data-css=\"tve-u-165c3222f01\"] #tcb_custom_menu_13475a66.menu-item { margin-right: 30px; }[data-css=\"tve-u-165c3222f01\"] #tcb_custom_menu_a19cc162.menu-item { margin-right: 30px; }[data-css=\"tve-u-165c3222f01\"] #tcb_custom_menu_CBtolC8b.menu-item { margin-right: 30px; }[data-css=\"tve-u-165c3222f01\"] #tcb_custom_menu_xWQUO8ju.menu-item { margin-right: 30px; }[data-css=\"tve-u-165c3222f01\"] #tcb_custom_menu_13475a66 > ul { border: none; overflow: hidden; border-radius: 0px !important; box-shadow: rgba(0, 0, 0, 0.08) 0px 18px 29px -8px !important; background-color: rgb(30, 30, 32) !important; }#tve_editor [data-css=\"tve-u-165c3222f01\"] #tcb_custom_menu_ed3da1d0:hover { background-color: rgb(30, 30, 32) !important; border-top: none !important; border-right: 2px solid rgb(55, 179, 233) !important; border-bottom: none !important; border-left: 2px solid rgb(55, 179, 233) !important; border-image: initial !important; }#tve_editor [data-css=\"tve-u-165c3222f01\"] #tcb_custom_menu_1f1477da:hover { background-color: rgb(30, 30, 32) !important; border-top: none !important; border-right: 2px solid rgb(55, 179, 233) !important; border-bottom: none !important; border-left: 2px solid rgb(55, 179, 233) !important; border-image: initial !important; }#tve_editor [data-css=\"tve-u-165c3222f01\"] #tcb_custom_menu_ed3da1d0:hover > a { fill: rgb(57, 163, 209) !important; color: rgb(57, 163, 209) !important; }#tve_editor [data-css=\"tve-u-165c3222f01\"] #tcb_custom_menu_1f1477da:hover > a { fill: rgb(57, 163, 209) !important; color: rgb(57, 163, 209) !important; }#tve_editor [data-css=\"tve-u-165c3222f01\"] #tcb_custom_menu_5402f616:hover { border: none !important; background-color: rgb(30, 30, 32) !important; }#tve_editor [data-css=\"tve-u-165c3222f01\"] #tcb_custom_menu_13475a66:hover { border: none !important; background-color: rgb(30, 30, 32) !important; }#tve_editor [data-css=\"tve-u-165c3222f01\"] #tcb_custom_menu_a19cc162:hover { border: none !important; background-color: rgb(30, 30, 32) !important; }#tve_editor [data-css=\"tve-u-165c3222f01\"] #tcb_custom_menu_CBtolC8b:hover { border: none !important; background-color: rgb(30, 30, 32) !important; }#tve_editor [data-css=\"tve-u-165c3222f01\"] #tcb_custom_menu_xWQUO8ju:hover { border: none !important; background-color: rgb(30, 30, 32) !important; }#tve_editor [data-css=\"tve-u-165c3222f01\"] #tcb_custom_menu_5402f616:hover > a { fill: rgb(57, 163, 209) !important; color: rgb(57, 163, 209) !important; }#tve_editor [data-css=\"tve-u-165c3222f01\"] #tcb_custom_menu_13475a66:hover > a { fill: rgb(55, 179, 233) !important; color: rgb(55, 179, 233) !important; }#tve_editor [data-css=\"tve-u-165c3222f01\"] #tcb_custom_menu_a19cc162:hover > a { fill: rgb(57, 163, 209) !important; color: rgb(57, 163, 209) !important; }#tve_editor [data-css=\"tve-u-165c3222f01\"] #tcb_custom_menu_CBtolC8b:hover > a { fill: rgb(57, 163, 209) !important; color: rgb(57, 163, 209) !important; }#tve_editor [data-css=\"tve-u-165c3222f01\"] #tcb_custom_menu_xWQUO8ju:hover > a { fill: rgb(57, 163, 209) !important; color: rgb(57, 163, 209) !important; }[data-css=\"tve-u-165c3222f01\"] #tcb_custom_menu_Ud5gHdoJ > a { font-weight: 600 !important; }#tve_editor [data-css=\"tve-u-165c3222f01\"] #tcb_custom_menu_Ud5gHdoJ > a { font-family: \"Source Sans Pro\"; font-weight: 600; font-size: 15px !important; fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-165c3222f01\"] #tcb_custom_menu_Ud5gHdoJ { text-transform: capitalize; letter-spacing: 1px; border-left: 2px solid rgb(55, 179, 233); border-right: 2px solid rgb(55, 179, 233); border-top: none; border-bottom: none; padding: 0px 15px !important; }[data-css=\"tve-u-165c3222f01\"] #tcb_custom_menu_Ud5gHdoJ.menu-item { margin-right: 30px; }#tve_editor [data-css=\"tve-u-165c3222f01\"] #tcb_custom_menu_Ud5gHdoJ:hover { border-top: none !important; border-right: 2px solid rgba(55, 179, 233, 0) !important; border-bottom: none !important; border-left: 2px solid rgba(55, 179, 233, 0) !important; border-image: initial !important; box-shadow: rgb(55, 179, 233) 0px 2px 0px 0px inset, rgb(55, 179, 233) 0px 2px 0px 0px !important; }#tve_editor [data-css=\"tve-u-165c3222f01\"] #tcb_custom_menu_Ud5gHdoJ:hover > a { fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; }}@media (max-width: 1023px){[data-css=\"tve-u-165c3222f01\"] .tcb-icon-open { font-size: 30px; width: 30px; height: 30px; }#tve_editor [data-css=\"tve-u-165c3222f01\"] .tcb-icon-open > :first-child { color: rgb(255, 255, 255); }[data-css=\"tve-u-165c3222f01\"] .tcb-icon-close { font-size: 30px; width: 30px; height: 30px; margin-bottom: 10px !important; }#tve_editor [data-css=\"tve-u-165c3222f01\"] .tcb-icon-close > :first-child { color: rgb(119, 205, 242); }[data-css=\"tve-u-165c3222f01\"] #tcb_custom_menu_Ud5gHdoJ { border-top: 2px solid rgb(55, 179, 233); border-right: none; border-bottom: 2px solid rgb(55, 179, 233); border-left: none; border-image: initial; padding-top: 8px !important; padding-bottom: 8px !important; }[data-css=\"tve-u-165c3222f01\"] { border-left: none; border-right: none; }[data-css=\"tve-u-165c3222f01\"] .tve_w_menu { background-color: rgba(250, 250, 250, 0) !important; }[data-css=\"tve-u-165c3222f01\"] #tcb_custom_menu_5402f616 { padding-right: 0px !important; padding-left: 0px !important; }[data-css=\"tve-u-165c3222f01\"] #tcb_custom_menu_13475a66 { padding-right: 0px !important; padding-left: 0px !important; }[data-css=\"tve-u-165c3222f01\"] #tcb_custom_menu_a19cc162 { padding-right: 0px !important; padding-left: 0px !important; }[data-css=\"tve-u-165c3222f01\"] #tcb_custom_menu_CBtolC8b { padding-right: 0px !important; padding-left: 0px !important; }[data-css=\"tve-u-165c3222f01\"] #tcb_custom_menu_xWQUO8ju { padding-right: 0px !important; padding-left: 0px !important; }#tve_editor [data-css=\"tve-u-165c3222f01\"] #tcb_custom_menu_Ud5gHdoJ > a { font-size: 17px !important; }#tve_editor [data-css=\"tve-u-165c3222f01\"] #tcb_custom_menu_5402f616 > a { font-size: 17px !important; }#tve_editor [data-css=\"tve-u-165c3222f01\"] #tcb_custom_menu_13475a66 > a { font-size: 17px !important; }#tve_editor [data-css=\"tve-u-165c3222f01\"] #tcb_custom_menu_a19cc162 > a { font-size: 17px !important; }#tve_editor [data-css=\"tve-u-165c3222f01\"] #tcb_custom_menu_CBtolC8b > a { font-size: 17px !important; }#tve_editor [data-css=\"tve-u-165c3222f01\"] #tcb_custom_menu_xWQUO8ju > a { font-size: 17px !important; }#tve_editor [data-css=\"tve-u-165c3222f01\"] #tcb_custom_menu_ed3da1d0 > a { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-165c3222f01\"] #tcb_custom_menu_1f1477da > a { font-size: 16px !important; }}@media (max-width: 767px){[data-css=\"tve-u-165c3222f01\"] { float: none; width: 100%; z-index: 3; position: relative; border-left: none; border-right: none; border-bottom: 1px solid rgb(244, 244, 244); border-top: 1px solid rgb(244, 244, 244); margin-left: auto !important; margin-right: auto !important; margin-bottom: 0px !important; }[data-css=\"tve-u-165c3222f01\"] #tcb_custom_menu_5402f616 { padding: 8px 0px !important; }[data-css=\"tve-u-165c3222f01\"] #tcb_custom_menu_13475a66 { padding: 8px 0px !important; }[data-css=\"tve-u-165c3222f01\"] #tcb_custom_menu_a19cc162 { padding: 8px 0px !important; }[data-css=\"tve-u-165c3222f01\"] #tcb_custom_menu_CBtolC8b { padding: 8px 0px !important; }[data-css=\"tve-u-165c3222f01\"] #tcb_custom_menu_xWQUO8ju { padding: 8px 0px !important; }[data-css=\"tve-u-165c3222f01\"] .tve_w_menu { background-color: rgba(250, 250, 250, 0) !important; }[data-css=\"tve-u-165c3222f01\"] #tcb_custom_menu_Ud5gHdoJ { border-top: 2px solid rgb(55, 179, 233); border-right: none; border-bottom: 2px solid rgb(55, 179, 233); border-left: none; border-image: initial; padding-bottom: 8px !important; padding-top: 8px !important; }#tve_editor [data-css=\"tve-u-165c3222f01\"] #tcb_custom_menu_5402f616 > a { font-size: 17px !important; }#tve_editor [data-css=\"tve-u-165c3222f01\"] #tcb_custom_menu_13475a66 > a { font-size: 17px !important; }#tve_editor [data-css=\"tve-u-165c3222f01\"] #tcb_custom_menu_a19cc162 > a { font-size: 17px !important; }#tve_editor [data-css=\"tve-u-165c3222f01\"] #tcb_custom_menu_CBtolC8b > a { font-size: 17px !important; }#tve_editor [data-css=\"tve-u-165c3222f01\"] #tcb_custom_menu_xWQUO8ju > a { font-size: 17px !important; }}\";s:10:\"custom_css\";s:0:\"\";}'),(4536,328,'tve_content_more_found_tcb2-thrivebiz-pub',''),(4537,444,'tve_revision_tve_landing_page','tcb2-thrivebiz-pub'),(4538,444,'tve_revision_tve_disable_theme_dependency','1'),(4539,444,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16369563890\" wfd-id=\"527\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1636956410b\" data-clip-id=\"ebde87302d0be\" wfd-id=\"571\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1636955fbd2\" wfd-id=\"528\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160dbb50aca\" data-float=\"1\" wfd-id=\"565\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-160db84bfac\" data-clip-id=\"eb17500f3af4b\" wfd-id=\"570\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-eb17500f3af4b\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"divider\" pointer-width=\"100\" pointer-height=\"25\" style=\"zigzag\"><polygon points=\"0 0, 0 0.75, 0.5 1, 1 0.75,  1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-eb17500f3af4b\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"divider\" pointer-width=\"100\" pointer-height=\"25\" style=\"zigzag\"><polygon points=\"0 0, 0 0.75, 0.5 1, 1 0.75,  1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-eb17500f3af4b\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"pointer\" pointer-width=\"100\" pointer-height=\"15\" style=\"\" clip-path=\"url(#clip-mobile-top-eb17500f3af4b)\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 0 1, 0.5 0.85, 1 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-top-eb17500f3af4b\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"none\" pointer-width=\"5\" pointer-height=\"5\" style=\"zigzag\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160db85dabe\" wfd-id=\"566\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1635e6448aa\" wfd-id=\"567\"><h4 style=\"text-align: center;\"><strong>Your<br>&nbsp;â‰‘ &nbsp; &nbsp; &nbsp;Company Name &nbsp; &nbsp; &nbsp;â‰‘</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1635e5cbf37\" wfd-id=\"543\"><div class=\"tcb-flex-row tcb--cols--2 v-2 m-edit tcb-mobile-wrap tcb-resized tcb-row-reversed-mobile\" data-css=\"tve-u-1635e5cc2d9\" wfd-id=\"544\"><div class=\"tcb-flex-col\" data-css=\"tve-u-16363739cd6\" style=\"\" wfd-id=\"555\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"557\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tcb-mobile-hidden\" data-css=\"tve-u-1635e5cd7c0\" style=\"\" wfd-id=\"558\">\n<div class=\"tve-content-box-background\" wfd-id=\"564\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1635e5d9ba1\" wfd-id=\"559\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display tcb-mobile-hidden\" data-css=\"tve-u-160db6dd8cd\" style=\"\" wfd-id=\"563\"><svg class=\"tcb-icon\" viewBox=\"0 0 16 28\" data-name=\"map-marker\">\n<path d=\"M12 10c0-2.203-1.797-4-4-4s-4 1.797-4 4 1.797 4 4 4 4-1.797 4-4zM16 10c0 0.953-0.109 1.937-0.516 2.797l-5.688 12.094c-0.328 0.688-1.047 1.109-1.797 1.109s-1.469-0.422-1.781-1.109l-5.703-12.094c-0.406-0.859-0.516-1.844-0.516-2.797 0-4.422 3.578-8 8-8s8 3.578 8 8z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160df4565d1\" wfd-id=\"560\"><p>Your&nbsp; Adress Goes Here</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-16363739d27\" style=\"\" wfd-id=\"545\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"547\"><div class=\"tcb-clear\" data-css=\"tve-u-16363c02cf7\" wfd-id=\"548\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1635e5ffa41\" wfd-id=\"549\">\n<div class=\"tve-content-box-background\" wfd-id=\"554\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1635e5d9ba1\" wfd-id=\"550\"><div class=\"tcb-clear\" data-css=\"tve-u-163637c7e1e\" wfd-id=\"552\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1635e65c044\" data-float=\"1\" wfd-id=\"553\"><svg class=\"tcb-icon\" viewBox=\"0 0 22 28\" data-name=\"phone\">\n<path d=\"M22 19.375c0 0.562-0.25 1.656-0.484 2.172-0.328 0.766-1.203 1.266-1.906 1.656-0.922 0.5-1.859 0.797-2.906 0.797-1.453 0-2.766-0.594-4.094-1.078-0.953-0.344-1.875-0.766-2.734-1.297-2.656-1.641-5.859-4.844-7.5-7.5-0.531-0.859-0.953-1.781-1.297-2.734-0.484-1.328-1.078-2.641-1.078-4.094 0-1.047 0.297-1.984 0.797-2.906 0.391-0.703 0.891-1.578 1.656-1.906 0.516-0.234 1.609-0.484 2.172-0.484 0.109 0 0.219 0 0.328 0.047 0.328 0.109 0.672 0.875 0.828 1.188 0.5 0.891 0.984 1.797 1.5 2.672 0.25 0.406 0.719 0.906 0.719 1.391 0 0.953-2.828 2.344-2.828 3.187 0 0.422 0.391 0.969 0.609 1.344 1.578 2.844 3.547 4.813 6.391 6.391 0.375 0.219 0.922 0.609 1.344 0.609 0.844 0 2.234-2.828 3.187-2.828 0.484 0 0.984 0.469 1.391 0.719 0.875 0.516 1.781 1 2.672 1.5 0.313 0.156 1.078 0.5 1.188 0.828 0.047 0.109 0.047 0.219 0.047 0.328z\"></path>\n</svg></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16363599740\" wfd-id=\"551\"><p style=\"text-align: right;\">0364 - 300 - 946</p></div></div>\n</div></div></div></div></div></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160dbcafa88\" wfd-id=\"529\">\n<div class=\"tve-content-box-background\" wfd-id=\"542\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160dbcbc7a4\" wfd-id=\"530\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-160dbcd54ac\" data-tag=\"h3\" wfd-id=\"539\"><h3 style=\"text-align: center;\">This is the place to create your</h3></div><div class=\"thrv_wrapper thrv_heading tve_evt_manager_listen tve_et_tve-viewport tve_ea_thrive_animation tve_anim_slide_top\" data-css=\"tve-u-160dbcd2c5b\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_top&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" data-tag=\"h1\" wfd-id=\"536\"><h1 style=\"text-align: center;\">Best Memories</h1></div><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-160dbceed3d\" data-tcb_hover_state_parent=\"\" wfd-id=\"531\">\n<a href=\"\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"532\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-160dbe24f38\" wfd-id=\"533\"><strong>Make a reservation now</strong></span></span>\n</a>\n</div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1635e6aad72\" wfd-id=\"488\">\n<div class=\"tve-page-section-out\" wfd-id=\"526\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1635e6b4c72\" wfd-id=\"489\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160df4eae6d\" style=\"\" wfd-id=\"490\"><div class=\"tcb-flex-row tcb-medium-wrap tcb-resized tcb--cols--2\" data-css=\"tve-u-160df4bedf0\" wfd-id=\"491\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1635e9cce4d\" style=\"\" wfd-id=\"513\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160df8c3360\" wfd-id=\"515\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1635e97f913\" wfd-id=\"516\">\n<div class=\"tve-content-box-background\" wfd-id=\"525\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1635eadb72e\" wfd-id=\"517\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1636292fe99\" wfd-id=\"524\"><h4>A short story about us</h4></div><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-160df8deee2\" data-tag=\"h2\" wfd-id=\"521\"><h2>Welcome</h2></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-163629240b8\" wfd-id=\"518\"><p>Our vision is simple: create an environment of excitement and wonder.</p><p><br></p><p>We provide you with the fresh feeling that you need in summer and the cozyness you long for in winter.</p><p><br></p><p>We create the best experiences for you to share with friends.</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1635e9cce8b\" style=\"\" wfd-id=\"492\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160e5adb400\" wfd-id=\"494\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160df4c6424\" wfd-id=\"495\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-160df4db074\" wfd-id=\"512\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160df4f4d0e\" wfd-id=\"496\"><div class=\"tcb-clear\" data-css=\"tve-u-160df52e534\" wfd-id=\"497\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160df51ca21\" wfd-id=\"498\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-160df50b366\" wfd-id=\"511\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160df519447\" wfd-id=\"499\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1635eaf037e\" wfd-id=\"510\"><h6 class=\"\" data-css=\"tve-u-1635ef4f76c\" style=\"text-align: center;\"><strong>weâ€™re open from:</strong></h6></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160df6a2fe0\" wfd-id=\"500\"><div class=\"tcb-flex-row tcb--cols--2 v-2\" data-css=\"tve-u-160df6a3578\" wfd-id=\"501\"><div class=\"tcb-flex-col\" wfd-id=\"506\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160df6d53e3\" wfd-id=\"508\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160df709fbf\" wfd-id=\"509\"><p>Mo-Fr <strong>3Pm</strong> to <strong>4Am</strong></p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"502\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160df6d74f4\" wfd-id=\"504\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160df711140\" wfd-id=\"505\"><p>Sa-Su <strong>12Pm</strong> to <strong>4Am</strong></p></div></div></div></div></div></div>\n</div></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-160e4c55d27\" wfd-id=\"438\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-160e4c34c93\" data-clip-id=\"35e31e95c7382\" wfd-id=\"487\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-35e31e95c7382\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" pointer-width=\"100\" pointer-height=\"47\" style=\"zigzag\" decoration-type=\"none\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-35e31e95c7382\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" pointer-width=\"100\" pointer-height=\"47\" style=\"zigzag\" decoration-type=\"none\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-35e31e95c7382\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" pointer-width=\"100\" pointer-height=\"47\" style=\"zigzag\" decoration-type=\"none\" clip-path=\"url(#clip-mobile-top-35e31e95c7382)\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-top-35e31e95c7382\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" pointer-width=\"100\" pointer-height=\"22\" style=\"zigzag\" decoration-type=\"none\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-160e4c24b1a\" wfd-id=\"439\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-160e4c824a2\" data-tag=\"h3\" wfd-id=\"484\"><h3 data-css=\"tve-u-163630c7fc7\" style=\"text-align: center;\">Why Youâ€™ll <strong>Love</strong> our pub</h3></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160e4dadf9c\" style=\"\" wfd-id=\"440\"><div class=\"tcb-flex-row tcb--cols--3 tcb-medium-wrap v-2\" data-css=\"tve-u-160e4da55bb\" wfd-id=\"441\"><div class=\"tcb-flex-col\" wfd-id=\"468\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160e52014b5\" data-tcb_hover_state_parent=\"\" wfd-id=\"470\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1635efec9fa\" data-float=\"1\" wfd-id=\"481\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1635f098c8e\" data-tcb_hover_state_parent=\"1\" wfd-id=\"483\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16363231ead\" wfd-id=\"482\"></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160eb218e4e\" data-float=\"1\" wfd-id=\"471\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-160eb214b56\" data-clip-id=\"a182d7c321313\" data-tcb_hover_state_parent=\"1\" wfd-id=\"480\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-a182d7c321313\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"pointer\" pointer-width=\"100\" pointer-height=\"36\" style=\"\" data-inverted=\"false\"><polygon points=\"0 0, 0 0.64, 0 0.64, 0.5 1, 1 0.64, 1 0.64, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-a182d7c321313\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"none\" pointer-width=\"100\" pointer-height=\"36\" style=\"zigzag\" clip-path=\"url(#clip-tablet-top-a182d7c321313)\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-top-a182d7c321313\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"divider\" pointer-width=\"100\" pointer-height=\"22\" style=\"zigzag\"><polygon points=\"0 1, 1 1,1 0.22, 0.5 0, 0 0.22, 0 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-a182d7c321313\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"none\" pointer-width=\"100\" pointer-height=\"36\" style=\"zigzag\" clip-path=\"url(#clip-mobile-top-a182d7c321313)\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-top-a182d7c321313\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"divider\" pointer-width=\"100\" pointer-height=\"22\" style=\"zigzag\"><polygon points=\"0 1, 1 1,1 0.22, 0.5 0, 0 0.22, 0 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160eb1a09e2\" wfd-id=\"472\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1635ef71519\" wfd-id=\"477\"><p data-css=\"tve-u-160e4fd114b\" style=\"text-align: center;\">&nbsp;original</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160e501c0b4\" wfd-id=\"473\"><p data-css=\"tve-u-160e4fe84a1\" style=\"text-align: center;\"><span data-css=\"tve-u-160e4fe6187\" style=\"font-weight: 400; font-family: &quot;Kaushan Script&quot;;\" wfd-id=\"476\">drinks</span></p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"454\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160e5276a5e\" data-tcb_hover_state_parent=\"\" wfd-id=\"456\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-163628d68f3\" data-float=\"1\" wfd-id=\"465\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1635f073915\" data-tcb_hover_state_parent=\"1\" wfd-id=\"467\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16363235afe\" wfd-id=\"466\"></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160eb2222a0\" data-float=\"1\" wfd-id=\"457\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-160eb1d9ffb\" data-clip-id=\"cb4c420ba2143\" data-tcb_hover_state_parent=\"1\" wfd-id=\"464\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-cb4c420ba2143\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"pointer\" pointer-width=\"100\" pointer-height=\"36\" style=\"zigzag\"><polygon points=\"0 0, 0 0.64, 0.5 1, 1 0.64,  1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-cb4c420ba2143\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"none\" pointer-width=\"100\" pointer-height=\"36\" style=\"zigzag\" clip-path=\"url(#clip-tablet-top-cb4c420ba2143)\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-top-cb4c420ba2143\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"divider\" pointer-width=\"100\" pointer-height=\"22\" style=\"zigzag\"><polygon points=\"0 1, 1 1,1 0.22, 0.5 0, 0 0.22, 0 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-cb4c420ba2143\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"none\" pointer-width=\"100\" pointer-height=\"36\" style=\"zigzag\" clip-path=\"url(#clip-mobile-top-cb4c420ba2143)\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-top-cb4c420ba2143\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"divider\" pointer-width=\"100\" pointer-height=\"22\" style=\"zigzag\"><polygon points=\"0 1, 1 1,1 0.22, 0.5 0, 0 0.22, 0 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160eb1a09e2\" wfd-id=\"458\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1635ef72920\" wfd-id=\"463\"><p data-css=\"tve-u-160e4fd114b\" style=\"text-align: center;\">&nbsp;tasty</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160e501c0b4\" wfd-id=\"459\"><p data-css=\"tve-u-160e4fe84a1\" style=\"text-align: center;\"><span data-css=\"tve-u-160e4fe6187\" style=\"font-weight: 400; font-family: &quot;Kaushan Script&quot;;\" wfd-id=\"462\">food</span></p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"442\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160e52fbe2f\" data-tcb_hover_state_parent=\"\" wfd-id=\"444\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1635f0a8c87\" wfd-id=\"451\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1635f0b76b1\" data-tcb_hover_state_parent=\"1\" wfd-id=\"453\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-1635f010773\" wfd-id=\"452\"></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160eb0e8e90\" data-float=\"1\" wfd-id=\"445\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-160eb0d7fac\" data-clip-id=\"dd364f1962bc7\" data-tcb_hover_state_parent=\"1\" wfd-id=\"450\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-dd364f1962bc7\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"pointer\" pointer-width=\"100\" pointer-height=\"36\" style=\"zigzag\"><polygon points=\"0 0, 0 0.64, 0.5 1, 1 0.64,  1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-dd364f1962bc7\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"none\" pointer-width=\"100\" pointer-height=\"36\" style=\"zigzag\" clip-path=\"url(#clip-tablet-top-dd364f1962bc7)\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-top-dd364f1962bc7\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"divider\" pointer-width=\"100\" pointer-height=\"22\" style=\"zigzag\"><polygon points=\"0 1, 1 1,1 0.22, 0.5 0, 0 0.22, 0 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-dd364f1962bc7\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"none\" pointer-width=\"100\" pointer-height=\"36\" style=\"zigzag\" clip-path=\"url(#clip-mobile-top-dd364f1962bc7)\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-top-dd364f1962bc7\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"divider\" pointer-width=\"100\" pointer-height=\"22\" style=\"zigzag\"><polygon points=\"0 1, 1 1,1 0.22, 0.5 0, 0 0.22, 0 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160eb1a09e2\" wfd-id=\"446\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160eb1b0e14\" wfd-id=\"449\"><p data-css=\"tve-u-160e4fd114b\" style=\"text-align: center;\">&nbsp;great</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160e501c0b4\" wfd-id=\"447\"><p data-css=\"tve-u-160e4fe84a1\" style=\"text-align: center;\"><span data-css=\"tve-u-160e4fe6187\" style=\"font-weight: 400; font-family: &quot;Kaushan Script&quot;;\" wfd-id=\"448\">ambiance</span></p></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-160e9d15bdf\" wfd-id=\"281\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-160e9d118ed\" wfd-id=\"437\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-160e9d0c61d\" wfd-id=\"282\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160e9e2aeab\" wfd-id=\"436\"><h3>Take a look at</h3></div><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-160e9e41664\" data-tag=\"h2\" wfd-id=\"433\"><h2>Our Menu</h2></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160e9dff371\" wfd-id=\"283\">\n<div class=\"tve-content-box-background\" wfd-id=\"432\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160e9e03630\" wfd-id=\"284\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160ea7cae88\" wfd-id=\"285\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2\" data-css=\"tve-u-160ea7c9db0\" wfd-id=\"286\"><div class=\"tcb-flex-col\" wfd-id=\"309\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"311\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-160eb3ad20a\" wfd-id=\"429\"><h4>Drinks</h4></div><div class=\"tcb-clear\" data-css=\"tve-u-160ea7bf191\" wfd-id=\"376\"><div class=\"thrv_wrapper thrv_toggle_shortcode\" data-hover-color=\"rgba(18, 21, 25, 0.8)\" data-css=\"tve-u-160e9f87397\" wfd-id=\"377\">\n<div class=\"tve_faq\" wfd-id=\"378\">\n<div class=\"tve_faqI\" wfd-id=\"379\">\n<div class=\"tve_faqB\" wfd-id=\"422\"><span class=\"tve_not_editable tve_toggle\" wfd-id=\"428\"></span>\n<h4 class=\"tve_editable\" data-css=\"tve-u-160eb470891\"><span data-css=\"tve-u-160eb4708df\" style=\"font-family: Lato,arial;\" wfd-id=\"427\">alcoholic drinks</span></h4>\n</div>\n<div class=\"tve_faqC tve_empty_dropzone\" style=\"display: none;\" wfd-id=\"380\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160e9fad83c\" wfd-id=\"394\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-160eaa7faeb\" wfd-id=\"395\"><div class=\"tcb-flex-col\" wfd-id=\"414\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160eb4a305a\" wfd-id=\"416\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160ea977bf3\" wfd-id=\"417\"><h3 data-css=\"tve-u-160f8d013c3\"><strong>Beer (bottle)</strong></h3><p><br></p><p data-css=\"tve-u-160eb4a45fb\">Heineken</p><p data-css=\"tve-u-160eb49e1f7\">Paulaner</p><p data-css=\"tve-u-160eb4a4600\">Budweiser American Ale</p><p data-css=\"tve-u-160eb4a4603\">Land Shark Lager</p><p data-css=\"tve-u-160eb4a4605\">Scrumpy</p><p data-css=\"tve-u-160eb4a4608\">JackFirestone</p><p data-css=\"tve-u-160eb4a460a\">Walker Fortem</p><p data-css=\"tve-u-160eb4a460d\">Live Oak Hefeweizen</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"396\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160f8cfbf40\" wfd-id=\"398\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160ea9789a4\" wfd-id=\"399\"><h3 data-css=\"tve-u-160f8cf3d89\"><strong>Beer (draught)</strong></h3><p><br></p><p data-css=\"tve-u-160eb4b6f9b\"><span data-css=\"tve-u-160f8ceeb77\" wfd-id=\"413\">Guiness</span></p><p data-css=\"tve-u-160eb4b6fc8\"><span data-css=\"tve-u-160f8cef20d\" wfd-id=\"411\"><span data-css=\"tve-u-160f8ceeb79\" wfd-id=\"412\">Stela Artois</span></span></p><p data-css=\"tve-u-160eb4b6fcb\"><span data-css=\"tve-u-160f8cef245\" wfd-id=\"409\"><span data-css=\"tve-u-160f8ceebb3\" wfd-id=\"410\">Grolsch (Unfiltered)</span></span></p><p data-css=\"tve-u-160eb4b6fcd\"><span data-css=\"tve-u-160f8cef27e\" wfd-id=\"407\"><span data-css=\"tve-u-160f8ceebeb\" wfd-id=\"408\">Newcastle Brown Ale</span></span></p><p data-css=\"tve-u-160eb4b6fd0\"><span data-css=\"tve-u-160f8cef2b7\" wfd-id=\"405\"><span data-css=\"tve-u-160f8ceec23\" wfd-id=\"406\">Corona Extra</span></span></p><p data-css=\"tve-u-160eb4b6fd3\"><span data-css=\"tve-u-160f8cef2f1\" wfd-id=\"403\"><span data-css=\"tve-u-160f8ceec5c\" wfd-id=\"404\">Sam Adams</span></span></p><p data-css=\"tve-u-160eb4b6fd5\"><span data-css=\"tve-u-160f8ceec94\" wfd-id=\"402\">Miller Lite</span></p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160ea89b12a\" wfd-id=\"381\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-160eaa7faee\" wfd-id=\"382\"><div class=\"tcb-flex-col\" wfd-id=\"388\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160f8cddeb4\" wfd-id=\"390\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160ea976e63\" wfd-id=\"391\"><h3 data-css=\"tve-u-160f8cd7871\"><strong>Cocktails</strong></h3><p data-css=\"tve-u-160f8cd7919\"><br></p><p data-css=\"tve-u-160f8cd794f\">Gin &amp; Tonic</p><p data-css=\"tve-u-160f8cd7987\">Vodka Orange</p><p data-css=\"tve-u-160f8cd79c1\">Wiskey Sour</p><p data-css=\"tve-u-160f8cd79f8\">Boulevardier</p><p data-css=\"tve-u-160f8cd7a30\">Daiquiri</p><p data-css=\"tve-u-160f8cd7a68\">Martini</p><p data-css=\"tve-u-160f8cd7aa1\">Ramos Gin Fizz</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"383\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160ea928596\" wfd-id=\"385\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160ea9729a9\" wfd-id=\"387\"><h3 data-css=\"tve-u-160ea90d163\"><strong>Wine</strong></h3><p data-css=\"tve-u-160f8cc8efc\"><br></p><p data-css=\"tve-u-160f8cc8f31\"><br></p><p data-css=\"tve-u-160ea9400e0\"><strong>White</strong></p><p data-css=\"tve-u-160f8cc8f9a\"><br></p><p data-css=\"tve-u-160f8cc8fce\">Sidebar Sauvignon Blanc High Valley</p><p data-css=\"tve-u-160ea9104fd\"><br></p><p data-css=\"tve-u-160ea7224b9\">Mazzei Maremma Toscana Tenuta</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160ea9357c7\" wfd-id=\"386\"><p data-css=\"tve-u-160f8cc591b\"><br></p><p data-css=\"tve-u-160ea71c62c\"><strong>Red</strong></p><p data-css=\"tve-u-160f8cc5953\"><br></p><p data-css=\"tve-u-160ea79970d\">MarquÃ©s de CÃ¡ceres</p><p data-css=\"tve-u-160ea799710\">Rioja ReservaBelguardo</p></div></div></div></div></div></div>\n</div>\n</div>\n</div></div><div class=\"tcb-clear\" data-css=\"tve-u-160ea7bf191\" wfd-id=\"312\"><div class=\"thrv_wrapper thrv_toggle_shortcode\" data-hover-color=\"rgba(18, 21, 25, 0.8)\" data-css=\"tve-u-160eab45a4f\" wfd-id=\"313\">\n<div class=\"tve_faq\" wfd-id=\"330\">\n<div class=\"tve_faqI\" wfd-id=\"331\">\n<div class=\"tve_faqB\" wfd-id=\"371\"><span class=\"tve_not_editable tve_toggle\" wfd-id=\"375\"></span>\n<h4 class=\"tve_editable\" data-css=\"tve-u-160eb475d09\"><span data-css=\"tve-u-160eb475d4c\" style=\"font-family: Lato,arial;\" wfd-id=\"374\">soft drinks</span></h4>\n</div>\n<div class=\"tve_faqC tve_empty_dropzone\" style=\"display: none;\" wfd-id=\"332\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160eaa73bda\" wfd-id=\"355\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-160e9fac06c\" wfd-id=\"356\"><div class=\"tcb-flex-col\" wfd-id=\"365\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160f8cb9d70\" wfd-id=\"367\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160ea977bf3\" wfd-id=\"368\"><h3 data-css=\"tve-u-160f8cb610d\"><strong>Coffee</strong></h3><p data-css=\"tve-u-160f8cb6183\"><br></p><p data-css=\"tve-u-160f8cb61bc\">Expresso</p><p data-css=\"tve-u-160ea6ba060\">Expresso Machiato</p><p data-css=\"tve-u-160ea6ba063\">Irish Coffee</p><p data-css=\"tve-u-160ea6ba065\">Cafe Mendoza</p><p data-css=\"tve-u-160ea6ba067\">Latte</p><p data-css=\"tve-u-160ea6ba06a\">Americano</p><p data-css=\"tve-u-160ea6ba06c\">Baileys Irish Cream Coffee</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"357\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160f8c978c9\" wfd-id=\"359\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160f8c8c841\" wfd-id=\"360\"><h3 data-css=\"tve-u-160f8cb0034\"><strong>Juice</strong></h3><p data-css=\"tve-u-160f8cb00a7\"><br></p><p data-css=\"tve-u-160f8cb00e0\">Coca Cola</p><p data-css=\"tve-u-160f8cb011c\">Fanta</p><p data-css=\"tve-u-160f8cb0157\">Sprite</p><p data-css=\"tve-u-160f8cb0191\">Almdudler</p><p data-css=\"tve-u-160f8cb01cb\">Fresh mix&nbsp;</p><ul class=\"\" wfd-id=\"363\"><li class=\"\" data-css=\"tve-u-160ea9c9c07\" wfd-id=\"364\">Orange/ Grapefruit/Apple</li></ul><p data-css=\"tve-u-160f8cb0240\">Sam Adams</p><p data-css=\"tve-u-160f8cb027b\">Miller Lite</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160eaa8db54\" wfd-id=\"333\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-160ea89ac22\" wfd-id=\"334\"><div class=\"tcb-flex-col\" wfd-id=\"339\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"341\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160ea976e63\" wfd-id=\"342\"><h3 data-css=\"tve-u-160ea54ea72\"><span data-css=\"tve-u-160f8c69135\" wfd-id=\"354\"><strong>Smoothie</strong></span></h3><p><span data-css=\"tve-u-160f8c699b9\" wfd-id=\"352\"><span data-css=\"tve-u-160f8c691a5\" wfd-id=\"353\"><br></span></span></p><p data-css=\"tve-u-160ea6ba05c\"><span data-css=\"tve-u-160f8c699f6\" wfd-id=\"350\"><span data-css=\"tve-u-160f8c691dc\" wfd-id=\"351\">Cherry &amp; Kale</span></span></p><p data-css=\"tve-u-160ea6ba05c\"><span data-css=\"tve-u-160f8c69a2f\" wfd-id=\"348\"><span data-css=\"tve-u-160f8c69216\" wfd-id=\"349\">Blueberry &amp; Avocado</span></span></p><p data-css=\"tve-u-160ea6ba05c\"><span data-css=\"tve-u-160f8c69a67\" wfd-id=\"346\"><span data-css=\"tve-u-160f8c69250\" wfd-id=\"347\">Banana &amp; Milk</span></span></p><p data-css=\"tve-u-160ea6ba05c\"><span data-css=\"tve-u-160f8c69289\" wfd-id=\"345\">Pear &amp; Chocolate</span></p><p data-css=\"tve-u-160f8c626b2\">Veggie &amp; Green</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"335\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160ea928596\" wfd-id=\"337\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160f8c59f19\" wfd-id=\"338\"><h3 data-css=\"tve-u-160f8c5888c\"><strong>Lemonade</strong></h3><p data-css=\"tve-u-160f8c58926\"><br></p><p data-css=\"tve-u-160f8c58957\">Classic</p><p data-css=\"tve-u-160eaa5aa50\">Mint&nbsp;</p><p data-css=\"tve-u-160f8c589bd\">Orange &amp; Lime</p><p data-css=\"tve-u-160eaa62df8\">Watermelon</p></div></div></div></div></div></div>\n</div>\n</div>\n<div class=\"tve_faq\" wfd-id=\"314\">\n<div class=\"tve_faqI\" wfd-id=\"315\">\n<div class=\"tve_faqB\" wfd-id=\"325\"><span class=\"tve_not_editable tve_toggle\" wfd-id=\"329\"></span>\n<h4 class=\"tve_editable\">ADDITIONAL SPIRITS</h4>\n</div>\n<div class=\"tve_faqC\" style=\"display: none;\" wfd-id=\"316\"><div class=\"thrv_wrapper tcb-row-empty thrv-columns\" data-css=\"tve-u-1689b6473cd\" wfd-id=\"317\"><div class=\"tcb-flex-row tcb--cols--2\" wfd-id=\"318\"><div class=\"tcb-flex-col\" wfd-id=\"322\"><div class=\"tcb-col\" wfd-id=\"324\"></div></div><div class=\"tcb-flex-col\" wfd-id=\"319\"><div class=\"tcb-col\" wfd-id=\"321\"></div></div></div></div></div>\n</div>\n</div></div></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"287\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160eb38e170\" wfd-id=\"289\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-160eaaf84a6\" wfd-id=\"308\"><h4 class=\"\">Food</h4></div><div class=\"tcb-clear\" data-css=\"tve-u-160ea7bf191\" wfd-id=\"298\"><div class=\"thrv_wrapper thrv_toggle_shortcode\" data-hover-color=\"rgba(18, 21, 25, 0.8)\" data-css=\"tve-u-160ead973a1\" wfd-id=\"299\">\n<div class=\"tve_faq\" wfd-id=\"300\">\n<div class=\"tve_faqI\" wfd-id=\"301\">\n<div class=\"tve_faqB\" wfd-id=\"303\"><span class=\"tve_not_editable tve_toggle\" wfd-id=\"307\"></span>\n<h4 class=\"tve_editable\" data-css=\"tve-u-160eb47f143\"><span data-css=\"tve-u-160eb47f16a\" wfd-id=\"306\">starters</span></h4>\n</div>\n<div class=\"tve_faqC tve_empty_dropzone\" style=\"display: none;\" wfd-id=\"302\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160eb521486\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-160eb54da29\"><div class=\"tcb-flex-col\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160e9fbbfa0\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160f8c2bf72\"><h3 data-css=\"tve-u-160f8c28393\"><strong>Snacks</strong></h3><p data-css=\"tve-u-160f8c283f9\"><br></p><p data-css=\"tve-u-160f8c2842b\">Chips</p><p data-css=\"tve-u-160f8c28460\">Hazelnuts</p><p data-css=\"tve-u-160f8c28493\">Peanuts</p><p data-css=\"tve-u-160f8c284c6\">Tortilla chips</p><p data-css=\"tve-u-160f8c25bba\">Chocolate croissants</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160e9fc2c51\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160ea9c1e15\"><h3 data-css=\"tve-u-160eb553062\"><strong>Meals</strong></h3><p data-css=\"tve-u-160eb5530cd\"><br></p><p data-css=\"tve-u-160eb553103\">Crab cakes<u>â€‹</u></p><p data-css=\"tve-u-160eb553138\">Chicken wings</p><p data-css=\"tve-u-160eb55316d\">White beans with herbs</p><p data-css=\"tve-u-160eb5531a1\">Stuffed mushrooms</p><p data-css=\"tve-u-160eb5531d8\">Smoked salmon spread</p><p data-css=\"tve-u-160eb55320f\">Authentic houmous</p></div></div></div></div></div></div>\n</div>\n</div>\n</div></div><div class=\"tcb-clear\" data-css=\"tve-u-160ea7bf191\" wfd-id=\"290\"><div class=\"thrv_wrapper thrv_toggle_shortcode\" data-hover-color=\"rgba(18, 21, 25, 0.8)\" data-css=\"tve-u-160eb42c2ca\" wfd-id=\"291\">\n<div class=\"tve_faq\" wfd-id=\"292\">\n<div class=\"tve_faqI\" wfd-id=\"293\">\n<div class=\"tve_faqB\" wfd-id=\"295\"><span class=\"tve_not_editable tve_toggle\" wfd-id=\"297\"></span>\n<h4 class=\"tve_editable\" data-css=\"tve-u-160e9f7868b\"><span data-css=\"tve-u-160e9f7ce0e\" wfd-id=\"296\">main course</span></h4>\n</div>\n<div class=\"tve_faqC tve_empty_dropzone\" style=\"display: none;\" wfd-id=\"294\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160ead90ba7\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-160eadcc8c9\"><div class=\"tcb-flex-col\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160f8d12a0d\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160ea977bf3\"><h3 data-css=\"tve-u-160eb5275ca\"><strong>Soup</strong></h3><p data-css=\"tve-u-160eb52762c\"><br></p><p data-css=\"tve-u-160eb52765c\">Fish soup</p><p data-css=\"tve-u-160eb52768d\">Squash &amp; parsley&nbsp;</p><p data-css=\"tve-u-160eb5276bf\">Tomato</p><p data-css=\"tve-u-160eb5276f3\">Chicken Almond<br>Arizona Mountain<br>Bayou Shrimp<br>Beef &amp; Pasta Mushroom</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160e9fc2c51\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160eb537e16\"><h3 data-css=\"tve-u-160eb5346af\"><strong>Main dish</strong></h3><p data-css=\"tve-u-160eb534715\"><br></p><p data-css=\"tve-u-160eadffc69\">Chickpea Cauliflower Korma</p><p data-css=\"tve-u-160eb53477a\">Lasagna</p><p data-css=\"tve-u-160eb5347ae\">Veggie Lasagna</p><p data-css=\"tve-u-160eb5347e1\">Pizza Capriciosa</p><p data-css=\"tve-u-160eb534816\">Pizza Margherita</p><p data-css=\"tve-u-160eb53484c\">House Burger</p></div></div></div></div></div></div>\n</div>\n</div>\n</div></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1635ee0cb15\" wfd-id=\"156\">\n<div class=\"tve-page-section-out\" wfd-id=\"280\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1635ebf2201\" wfd-id=\"157\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160f8e625a1\" wfd-id=\"276\"><h3 data-css=\"tve-u-1635f10faad\" style=\"text-align: center;\">What <span data-css=\"tve-u-1635f111354\" style=\"text-transform: uppercase;\" wfd-id=\"279\">o</span>ur customers say</h3></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1635ed91639\" wfd-id=\"158\"><div class=\"tcb-flex-row tcb--cols--3\" data-css=\"tve-u-1635ed274dc\" wfd-id=\"159\"><div class=\"tcb-flex-col\" wfd-id=\"234\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1636390be1e\" wfd-id=\"236\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1635f1b25ed\" wfd-id=\"254\">\n<div class=\"tve-content-box-background\" wfd-id=\"275\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1635f125271\" wfd-id=\"255\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1635f138d3b\" wfd-id=\"271\"><p data-css=\"tve-u-160fa718c59\"><span data-css=\"tve-u-160fa718c5e\" wfd-id=\"274\">â</span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1635f136552\" wfd-id=\"268\"><p data-css=\"tve-u-163629eed0d\">Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit. Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit.</p></div><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"2\" data-color=\"rgb(218, 144, 15)\" data-css=\"tve-u-1635f14cd1e\" wfd-id=\"267\">\n<hr class=\"tve_sep tve_sep-1\">\n</div><div class=\"tcb-clear\" data-css=\"tve-u-160f93bdfb1\" wfd-id=\"265\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1636392a6b1\" wfd-id=\"266\"><svg class=\"tcb-icon\" viewBox=\"0 0 16 28\" data-name=\"sort-desc\">\n<path d=\"M16 17c0 0.266-0.109 0.516-0.297 0.703l-7 7c-0.187 0.187-0.438 0.297-0.703 0.297s-0.516-0.109-0.703-0.297l-7-7c-0.187-0.187-0.297-0.438-0.297-0.703 0-0.547 0.453-1 1-1h14c0.547 0 1 0.453 1 1z\"></path>\n</svg></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1635f123a1e\" wfd-id=\"261\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1636393c2d2\" data-float=\"1\" wfd-id=\"262\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-160f957664d\" wfd-id=\"264\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-163629eb59f\" wfd-id=\"263\"></div>\n</div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1635f121505\" wfd-id=\"256\"><p data-css=\"tve-u-163629db329\"><strong><span data-css=\"tve-u-163629f6835\" style=\"font-size: 16px;\" wfd-id=\"260\">Josie Carter</span></strong></p><p data-css=\"tve-u-163629e77b3\"><span data-css=\"tve-u-163629f6837\" style=\"font-size: 16px;\" wfd-id=\"259\"><em>Marine Biologist</em></span></p><p data-css=\"tve-u-160f9514c00\">â€‹<br></p></div></div>\n</div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-161701a8fd1\" wfd-id=\"237\"><div class=\"tcb-flex-row tcb--cols--3 tcb-resized tcb-resizing tcb-medium-no-wrap v-2 tcb-mobile-wrap m-edit\" data-css=\"tve-u-161703e4bac\" wfd-id=\"238\"><div class=\"tcb-flex-col\" data-css=\"tve-u-16170332517\" style=\"\" wfd-id=\"248\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"250\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16170441415\" wfd-id=\"251\"><p data-css=\"tve-u-16170191bce\"><em>As seen on</em></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1617033251d\" style=\"width: 85px;\" wfd-id=\"243\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"245\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16170185cb5\" wfd-id=\"246\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"247\"><img class=\"tve_image wp-image-3532\" alt=\"\" width=\"45\" height=\"30\" title=\"trip-advisor-logo_03\" data-id=\"3532\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/trip-advisor-logo_03.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1617033371d\" style=\"\" wfd-id=\"239\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"241\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16170442200\" wfd-id=\"242\"><p data-css=\"tve-u-161701c9195\"><a href=\"https://www.tripadvisor.com/\" target=\"_blank\"><u>See more reviews</u></a><u>â€‹â€‹â€‹â€‹</u></p></div></div></div></div></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"196\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-163639549e4\" wfd-id=\"198\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1635f1b3fee\" wfd-id=\"214\">\n<div class=\"tve-content-box-background\" wfd-id=\"233\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16362a05c8f\" wfd-id=\"215\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1636390935e\" wfd-id=\"229\"><p data-css=\"tve-u-160fa718c59\"><span data-css=\"tve-u-160fa718c5e\" wfd-id=\"232\">â</span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1636951d241\" wfd-id=\"226\"><p data-css=\"tve-u-16362a0d7c6\">Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae erat consequat auctor eu in elit. Class aptent!</p></div><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"2\" data-color=\"rgb(218, 144, 15)\" data-css=\"tve-u-16369519850\" wfd-id=\"225\">\n<hr class=\"tve_sep tve_sep-1\">\n</div><div class=\"tcb-clear\" data-css=\"tve-u-160f93bdfb1\" wfd-id=\"223\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1636392e791\" wfd-id=\"224\"><svg class=\"tcb-icon\" viewBox=\"0 0 16 28\" data-name=\"sort-desc\">\n<path d=\"M16 17c0 0.266-0.109 0.516-0.297 0.703l-7 7c-0.187 0.187-0.438 0.297-0.703 0.297s-0.516-0.109-0.703-0.297l-7-7c-0.187-0.187-0.297-0.438-0.297-0.703 0-0.547 0.453-1 1-1h14c0.547 0 1 0.453 1 1z\"></path>\n</svg></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1635ec5add7\" wfd-id=\"219\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1636393da63\" data-float=\"1\" wfd-id=\"220\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1635f13f574\" wfd-id=\"222\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16362a05cc8\" wfd-id=\"221\"></div>\n</div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160fa6805d4\" wfd-id=\"216\"><p data-css=\"tve-u-16362a08679\"><strong>Jesse O\'neil</strong></p><p data-css=\"tve-u-16362a0a74e\"><em>Advertising</em></p><p data-css=\"tve-u-16362a0a750\">â€‹<br></p></div></div>\n</div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16170325257\" wfd-id=\"199\"><div class=\"tcb-flex-row tcb--cols--3 tcb-resized tcb-medium-no-wrap v-2 tcb-mobile-wrap m-edit\" data-css=\"tve-u-1617045651a\" wfd-id=\"200\"><div class=\"tcb-flex-col\" data-css=\"tve-u-16170334a49\" style=\"\" wfd-id=\"210\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"212\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-161704435d7\" wfd-id=\"213\"><p data-css=\"tve-u-16170191bce\"><em>As seen on</em></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-16170334a4f\" style=\"\" wfd-id=\"205\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"207\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-161702e8042\" wfd-id=\"208\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"209\"><img class=\"tve_image wp-image-3538\" alt=\"\" width=\"52\" height=\"31\" title=\"foursquare-logo_03\" data-id=\"3538\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/foursquare-logo_03.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-161703373d0\" style=\"\" wfd-id=\"201\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"203\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16170445bb9\" wfd-id=\"204\"><p data-css=\"tve-u-161701c9195\"><a href=\"https://foursquare.com/\" target=\"_blank\"><u>See more reviewsâ€‹â€‹â€‹â€‹</u></a></p></div></div></div></div></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"160\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16363524c1e\" wfd-id=\"162\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1635ebfe4fc\" wfd-id=\"178\">\n<div class=\"tve-content-box-background\" wfd-id=\"195\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1635ec2801b\" wfd-id=\"179\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1635f139f5c\" wfd-id=\"191\"><p data-css=\"tve-u-160fa718c59\"><span data-css=\"tve-u-160fa718c5e\" wfd-id=\"194\">â</span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160f961e617\" wfd-id=\"190\"><p data-css=\"tve-u-16362a2156e\">Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Mauris in erat justo. Nullam ac urna eu felis dapibus condimentum sit amet a augue. Sed non neque elit.</p></div><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"2\" data-color=\"rgb(218, 144, 15)\" data-css=\"tve-u-160f9405e56\" wfd-id=\"189\">\n<hr class=\"tve_sep tve_sep-1\">\n</div><div class=\"tcb-clear\" data-css=\"tve-u-160f93bdfb1\" wfd-id=\"187\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1635ed98a8a\" wfd-id=\"188\"><svg class=\"tcb-icon\" viewBox=\"0 0 16 28\" data-name=\"sort-desc\">\n<path d=\"M16 17c0 0.266-0.109 0.516-0.297 0.703l-7 7c-0.187 0.187-0.438 0.297-0.703 0.297s-0.516-0.109-0.703-0.297l-7-7c-0.187-0.187-0.297-0.438-0.297-0.703 0-0.547 0.453-1 1-1h14c0.547 0 1 0.453 1 1z\"></path>\n</svg></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1635ec5add7\" wfd-id=\"183\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160f9562c14\" data-float=\"1\" wfd-id=\"184\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1635f187bfc\" wfd-id=\"186\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-1635edf3681\" wfd-id=\"185\"></div>\n</div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160fa6805d4\" wfd-id=\"180\"><p data-css=\"tve-u-163629df961\"><strong><span data-css=\"tve-u-16362a29860\" style=\"font-size: 16px;\" wfd-id=\"182\">Gabriel Jones</span></strong></p><p data-css=\"tve-u-16362a2c533\"><span data-css=\"tve-u-16362a29862\" style=\"font-size: 16px;\" wfd-id=\"181\"><em>Brand Management Consultant</em></span></p><p data-css=\"tve-u-160f9514c00\"><strong>â€‹</strong><br></p></div></div>\n</div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-161703268c0\" wfd-id=\"163\"><div class=\"tcb-flex-row tcb--cols--3 tcb-resized tcb-medium-no-wrap v-2 tcb-mobile-wrap m-edit\" data-css=\"tve-u-161701a2f15\" wfd-id=\"164\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1617019989e\" style=\"\" wfd-id=\"174\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"176\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16170471614\" wfd-id=\"177\"><p data-css=\"tve-u-16170191bce\"><em>As seen on</em></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-161701998d2\" style=\"\" wfd-id=\"169\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"171\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1617031f43b\" wfd-id=\"172\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"173\"><img class=\"tve_image wp-image-3542\" alt=\"\" width=\"49\" height=\"24\" title=\"yelp-logo_03\" data-id=\"3542\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/yelp-logo_03.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-161701c1618\" style=\"\" wfd-id=\"165\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"167\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-161701b642a\" wfd-id=\"168\"><p data-css=\"tve-u-161701c9195\"><a href=\"https://www.yelp.com/\" target=\"_blank\"><u>See more reviews</u></a><u>â€‹â€‹â€‹â€‹</u></p></div></div></div></div></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-160f96ef669\" wfd-id=\"114\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-160f96f5e19\" data-clip-id=\"c22944d35542f\" wfd-id=\"155\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-c22944d35542f\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" pointer-width=\"100\" pointer-height=\"14\" style=\"zigzag\" decoration-type=\"none\" clip-path=\"url(#clip-top-c22944d35542f)\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-c22944d35542f\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" pointer-width=\"100\" pointer-height=\"14\" style=\"zigzag\" decoration-type=\"none\" clip-path=\"url(#clip-mobile-top-c22944d35542f)\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-top-c22944d35542f\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" pointer-width=\"100\" pointer-height=\"10\" style=\"zigzag\" decoration-type=\"none\" clip-path=\"url(#clip-top-c22944d35542f)\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-top-c22944d35542f\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" pointer-width=\"100\" pointer-height=\"13\" decoration-type=\"none\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-160f96c069e\" wfd-id=\"115\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160f9714a61\" wfd-id=\"116\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-160f9734b53\" data-clip-id=\"c8e428685a637\" wfd-id=\"154\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-c8e428685a637\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"pointer\" pointer-width=\"100\" pointer-height=\"13\" style=\"zigzag\" clip-path=\"url(#clip-bottom-c8e428685a637)\"><polygon points=\"1 0.13, 0.5 0, 0 0.13, 0 0.13, 0 1, 1 1, 1 0.13\"></polygon></clipPath><clipPath id=\"clip-bottom-c8e428685a637\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"pointer\" pointer-width=\"100\" pointer-height=\"14.000000000000002\" style=\"\"><polygon points=\"0 0, 0 0.86, 0 0.86, 0.5 1, 1 0.86, 1 0.86, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-top-c8e428685a637\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"divider\" pointer-width=\"100\" pointer-height=\"13\" style=\"zigzag\" clip-path=\"url(#clip-tablet-bottom-c8e428685a637)\"><polygon points=\"0 1, 1 1,1 0.13, 0.5 0, 0 0.13, 0 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-c8e428685a637\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"divider\" pointer-width=\"100\" pointer-height=\"14\" style=\"zigzag\"><polygon points=\"0 0, 0 0.86, 0.5 1, 1 0.86,  1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-top-c8e428685a637\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"divider\" pointer-width=\"100\" pointer-height=\"10\" style=\"zigzag\" clip-path=\"url(#clip-mobile-bottom-c8e428685a637)\"><polygon points=\"0 1, 1 1,1 0.1, 0.5 0, 0 0.1, 0 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-c8e428685a637\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"divider\" pointer-width=\"100\" pointer-height=\"10\" style=\"zigzag\"><polygon points=\"0 0, 0 0.9, 0.5 1, 1 0.9,  1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160f972cd2b\" wfd-id=\"117\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160f97e6953\" wfd-id=\"150\"><p data-css=\"tve-u-160f97ddb8a\" style=\"text-align: center;\"><span data-css=\"tve-u-160f97e0356\" style=\"font-weight: 400; font-family: &quot;Kaushan Script&quot;;\" wfd-id=\"153\">Happy Hour</span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160f98a0d17\" wfd-id=\"144\"><p data-css=\"tve-u-160f9bf9be2\" style=\"text-align: center;\"><span data-css=\"tve-u-160f9bfdcb7\" wfd-id=\"148\">2 shots for the price of 1 between 18<span data-css=\"tve-u-160f9823757\" wfd-id=\"149\">&nbsp;PM&nbsp;</span>- 20 </span><span data-css=\"tve-u-160f984f29b\" wfd-id=\"147\">PM</span></p></div><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-160f98df817\" data-tcb_hover_state_parent=\"\" wfd-id=\"139\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"140\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-160fec25d20\" wfd-id=\"141\"><strong>Make a reservation now</strong></span></span>\n</a>\n</div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160f9b74c2b\" wfd-id=\"123\"><div class=\"tcb-flex-row tcb-resized tcb--cols--3 tcb-medium-no-wrap tcb-mobile-edit tcb-resizing v-2\" data-css=\"tve-u-160f9b69526\" wfd-id=\"124\"><div class=\"tcb-flex-col\" data-css=\"tve-u-160f9b7a36e\" style=\"\" wfd-id=\"135\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"137\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(176, 171, 155, 0.3)\" data-css=\"tve-u-160f9b9db80\" wfd-id=\"138\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-160f9b7a39a\" style=\"width: 97px;\" wfd-id=\"129\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160ff36e890\" wfd-id=\"131\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160fa7619dc\" wfd-id=\"132\"><p data-css=\"tve-u-160f9b916f8\" style=\"text-align: center;\">or</p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-160f9b7a3c6\" style=\"\" wfd-id=\"125\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"127\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(176, 171, 155, 0.3)\" data-css=\"tve-u-160f9bd1e50\" wfd-id=\"128\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160f9bf1aea\" wfd-id=\"118\"><p data-css=\"tve-u-160f981fb0c\" style=\"text-align: center;\"><span data-css=\"tve-u-160f9c02898\" wfd-id=\"121\"><span data-css=\"tve-u-160ff467c38\" wfd-id=\"122\">Call us</span> : 0300-984-589</span></p></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-160f9c6a4fe\" wfd-id=\"76\">\n<div class=\"tve-page-section-out\" wfd-id=\"113\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-160f9c6d0ad\" wfd-id=\"77\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160f9caae7b\" wfd-id=\"112\"><h3 data-css=\"tve-u-1635f21f43a\" style=\"text-align: center;\">our signature drinks</h3></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160f9c7f698\" wfd-id=\"78\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--4\" data-css=\"tve-u-160f9c75fb0\" wfd-id=\"79\"><div class=\"tcb-flex-col\" wfd-id=\"104\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160f9cccb99\" data-tcb_hover_state_parent=\"\" wfd-id=\"106\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1616a9cfa4b\" wfd-id=\"107\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1616a721403\" wfd-id=\"111\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1616a74e73b\" wfd-id=\"108\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1616a5e01ba\" wfd-id=\"109\"><p data-css=\"tve-u-160f9d496b3\" style=\"text-align: center;\"><span data-css=\"tve-u-160f9d5377f\" style=\"font-weight: 400; font-family: &quot;Kaushan Script&quot;;\" wfd-id=\"110\">Wiskey Sour</span></p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"96\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160f9d08737\" data-tcb_hover_state_parent=\"\" wfd-id=\"98\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1616a9d1ca7\" wfd-id=\"99\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1616a721403\" wfd-id=\"103\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1616a74e73b\" wfd-id=\"100\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1616a5e01ba\" wfd-id=\"101\"><p data-css=\"tve-u-160f9d496b3\" style=\"text-align: center;\"><span data-css=\"tve-u-160f9d5377f\" style=\"font-weight: 400; font-family: &quot;Kaushan Script&quot;;\" wfd-id=\"102\">Boulevardier</span></p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"88\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160f9d0b00e\" data-tcb_hover_state_parent=\"\" wfd-id=\"90\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1616a9d3730\" wfd-id=\"91\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1616a721403\" wfd-id=\"95\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1616a74e73b\" wfd-id=\"92\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1616a5e01ba\" wfd-id=\"93\"><p data-css=\"tve-u-160f9d496b3\" style=\"text-align: center;\"><span data-css=\"tve-u-160f9d5377f\" style=\"font-weight: 400; font-family: &quot;Kaushan Script&quot;;\" wfd-id=\"94\">Gin Fizz</span></p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"80\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160f9d0c9a0\" data-tcb_hover_state_parent=\"\" wfd-id=\"82\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1616a708b49\" wfd-id=\"83\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1616a721403\" wfd-id=\"87\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1616a74e73b\" wfd-id=\"84\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1616a5e01ba\" wfd-id=\"85\"><p data-css=\"tve-u-160f9d496b3\" style=\"text-align: center;\"><span data-css=\"tve-u-160f9d5377f\" style=\"font-weight: 400; font-family: &quot;Kaushan Script&quot;;\" wfd-id=\"86\">Spicy Tequila Shot</span></p></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-160fe140452\" style=\"\" wfd-id=\"41\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-16362e0aed9\" wfd-id=\"75\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-160fe13ce28\" wfd-id=\"42\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160f9ec40fc\" wfd-id=\"43\"><div class=\"tcb-flex-row tcb--cols--2 tcb-medium-no-wrap v-2 tcb-mobile-wrap m-edit\" data-css=\"tve-u-160f9ebf905\" wfd-id=\"44\"><div class=\"tcb-flex-col\" wfd-id=\"49\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160f9ee08be\" wfd-id=\"51\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160fa01d193\" wfd-id=\"52\">\n<div class=\"tve-content-box-background\" wfd-id=\"74\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"53\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1635f273315\" wfd-id=\"72\"><h4 data-css=\"tve-u-1635f28650b\"><strong><span data-css=\"tve-u-16362a7e959\" style=\"text-transform: none;\" wfd-id=\"73\">Your</span></strong><br><strong>Company name</strong></h4></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16362aabe81\" wfd-id=\"64\">\n<div class=\"tve-content-box-background\" wfd-id=\"71\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1635e5d9ba1\" wfd-id=\"65\"><div class=\"tcb-clear\" data-css=\"tve-u-16363d2efc4\" wfd-id=\"69\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-16362a8dd87\" data-float=\"1\" wfd-id=\"70\"><svg class=\"tcb-icon\" viewBox=\"0 0 16 28\" data-name=\"map-marker\">\n<path d=\"M12 10c0-2.203-1.797-4-4-4s-4 1.797-4 4 1.797 4 4 4 4-1.797 4-4zM16 10c0 0.953-0.109 1.937-0.516 2.797l-5.688 12.094c-0.328 0.688-1.047 1.109-1.797 1.109s-1.469-0.422-1.781-1.109l-5.703-12.094c-0.406-0.859-0.516-1.844-0.516-2.797 0-4.422 3.578-8 8-8s8 3.578 8 8z\"></path>\n</svg></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160df4565d1\" wfd-id=\"66\"><p data-css=\"tve-u-1636311d040\">Your Pub Adress Goes Here</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1636301dc81\" wfd-id=\"59\">\n<div class=\"tve-content-box-background\" wfd-id=\"63\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1635e5d9ba1\" wfd-id=\"60\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-16362aa4888\" wfd-id=\"62\"><svg class=\"tcb-icon\" viewBox=\"0 0 22 28\" data-name=\"phone\">\n<path d=\"M22 19.375c0 0.562-0.25 1.656-0.484 2.172-0.328 0.766-1.203 1.266-1.906 1.656-0.922 0.5-1.859 0.797-2.906 0.797-1.453 0-2.766-0.594-4.094-1.078-0.953-0.344-1.875-0.766-2.734-1.297-2.656-1.641-5.859-4.844-7.5-7.5-0.531-0.859-0.953-1.781-1.297-2.734-0.484-1.328-1.078-2.641-1.078-4.094 0-1.047 0.297-1.984 0.797-2.906 0.391-0.703 0.891-1.578 1.656-1.906 0.516-0.234 1.609-0.484 2.172-0.484 0.109 0 0.219 0 0.328 0.047 0.328 0.109 0.672 0.875 0.828 1.188 0.5 0.891 0.984 1.797 1.5 2.672 0.25 0.406 0.719 0.906 0.719 1.391 0 0.953-2.828 2.344-2.828 3.187 0 0.422 0.391 0.969 0.609 1.344 1.578 2.844 3.547 4.813 6.391 6.391 0.375 0.219 0.922 0.609 1.344 0.609 0.844 0 2.234-2.828 3.187-2.828 0.484 0 0.984 0.469 1.391 0.719 0.875 0.516 1.781 1 2.672 1.5 0.313 0.156 1.078 0.5 1.188 0.828 0.047 0.109 0.047 0.219 0.047 0.328z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160df4565d1\" wfd-id=\"61\"><p data-css=\"tve-u-1636311dda3\" style=\"text-align: left;\">0364 - 300 - 946</p></div></div>\n</div><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-160fa182f82\" data-tcb_hover_state_parent=\"\" wfd-id=\"54\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"55\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-160fa198fbb\" wfd-id=\"56\">Make a reservation now</span></span>\n</a>\n</div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"45\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160fa1c8dca\" wfd-id=\"47\"><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-160fa11f4f2\" wfd-id=\"48\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=London&amp;t=m&amp;z=12&amp;output=embed&amp;iwloc=near\"></iframe>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16362e2956e\" wfd-id=\"27\">\n<div class=\"tve-page-section-out\" wfd-id=\"40\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16362e27bcb\" wfd-id=\"28\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160fa4daf17\" wfd-id=\"29\"><div class=\"tcb-flex-row tcb--cols--2 v-2\" data-css=\"tve-u-160fa4d8d4f\" wfd-id=\"30\"><div class=\"tcb-flex-col\" wfd-id=\"36\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"38\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160fa4b581e\" wfd-id=\"39\"><p data-css=\"tve-u-160fa489bd9\" style=\"text-align: left;\">Â© 2018 , Your company name . All rights reserved.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"31\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160fec923bf\" wfd-id=\"33\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160fec99b6f\" wfd-id=\"34\"><p style=\"text-align: right;\" data-css=\"tve-u-16363b1b458\"><span style=\"color: rgba(3, 9, 14, 0.5);\" data-css=\"tve-u-16363b4867f\" wfd-id=\"35\"><u>â€‹</u>â€‹â€‹â€‹â€‹Made with</span> <a href=\"https://thrivethemes.com/\" target=\"_blank\">Thrive Architect</a></p></div></div></div></div></div></div>\n</div>'),(4540,444,'tve_revision_tve_content_more_found',''),(4541,444,'tve_revision_tve_save_post',''),(4542,444,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Noto+Sans:400,700&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Kaushan+Script:400&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Limelight:400&subset=latin\");@media (min-width: 300px){#tve_editor [data-css=\"tve-u-1636955fbd2\"] p, #tve_editor [data-css=\"tve-u-1636955fbd2\"] li, #tve_editor [data-css=\"tve-u-1636955fbd2\"] blockquote, #tve_editor [data-css=\"tve-u-1636955fbd2\"] address, #tve_editor [data-css=\"tve-u-1636955fbd2\"] h1, #tve_editor [data-css=\"tve-u-1636955fbd2\"] h2, #tve_editor [data-css=\"tve-u-1636955fbd2\"] h3, #tve_editor [data-css=\"tve-u-1636955fbd2\"] h4, #tve_editor [data-css=\"tve-u-1636955fbd2\"] h5, #tve_editor [data-css=\"tve-u-1636955fbd2\"] h6 { color: rgb(255, 255, 255); }[data-css=\"tve-u-1636956410b\"] { clip-path: url(\"#clip-bottom-ebde87302d0be\"); -webkit-clip-path: url(\"#clip-bottom-ebde87302d0be\");  background-image: linear-gradient(rgba(1, 11, 20, 0.85) 0%, rgba(0, 0, 0, 0.18) 100%), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Pub-Hero-img.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-16369563890\"] { padding: 0px 40px 60px !important; }[data-css=\"tve-u-1636955fbd2\"] { max-width: 1200px; min-height: 700px !important; }#tve_editor .thrv-content-box [data-css=\"tve-u-160f972cd2b\"] p, #tve_editor .thrv-content-box [data-css=\"tve-u-160f972cd2b\"] li, #tve_editor .thrv-content-box [data-css=\"tve-u-160f972cd2b\"] blockquote, #tve_editor .thrv-content-box [data-css=\"tve-u-160f972cd2b\"] address, #tve_editor .thrv-content-box [data-css=\"tve-u-160f972cd2b\"] h1, #tve_editor .thrv-content-box [data-css=\"tve-u-160f972cd2b\"] h2, #tve_editor .thrv-content-box [data-css=\"tve-u-160f972cd2b\"] h3, #tve_editor .thrv-content-box [data-css=\"tve-u-160f972cd2b\"] h4, #tve_editor .thrv-content-box [data-css=\"tve-u-160f972cd2b\"] h5, #tve_editor .thrv-content-box [data-css=\"tve-u-160f972cd2b\"] h6 { color: rgb(255, 255, 255); }[data-css=\"tve-u-16363c02cf7\"]::after { clear: both; }[data-css=\"tve-u-16363b4867f\"] { color: rgba(3, 9, 14, 0.5) !important; }#tve_editor [data-css=\"tve-u-16363b1b458\"] { font-size: 14px !important; color: rgba(3, 9, 14, 0.5) !important; }#tve_editor [data-css=\"tve-u-163630c7fc7\"] { color: rgb(207, 199, 172) !important; }#tve_editor [data-css=\"tve-u-16362a2c533\"] { color: rgba(3, 9, 14, 0.5) !important; }[data-css=\"tve-u-16362e2956e\"] { padding: 30px 40px !important; }[data-css=\"tve-u-16362e27bcb\"] { max-width: 1200px; }[data-css=\"tve-u-16362e0aed9\"] { opacity: 1; background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Pub-Footer-img.jpg\") !important; background-size: cover !important; background-position: 0% 0% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; background-color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-16362a7e959\"] { text-transform: none !important; }#tve_editor [data-css=\"tve-u-160f96c069e\"] p, #tve_editor [data-css=\"tve-u-160f96c069e\"] li, #tve_editor [data-css=\"tve-u-160f96c069e\"] blockquote, #tve_editor [data-css=\"tve-u-160f96c069e\"] address, #tve_editor [data-css=\"tve-u-160f96c069e\"] h1, #tve_editor [data-css=\"tve-u-160f96c069e\"] h2, #tve_editor [data-css=\"tve-u-160f96c069e\"] h3, #tve_editor [data-css=\"tve-u-160f96c069e\"] h4, #tve_editor [data-css=\"tve-u-160f96c069e\"] h5, #tve_editor [data-css=\"tve-u-160f96c069e\"] h6 { color: rgb(255, 255, 255); }[data-css=\"tve-u-163629e77b3\"] { line-height: 1.3em !important; }[data-css=\"tve-u-16362a0a74e\"] { line-height: 1.3em !important; }[data-css=\"tve-u-16362a2c533\"] { line-height: 1.3em !important; }[data-css=\"tve-u-16362a29862\"] { font-size: 16px !important; }[data-css=\"tve-u-16362a29860\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-16362a2156e\"] { font-size: 16px !important; color: rgba(3, 9, 14, 0.7) !important; }#tve_editor [data-css=\"tve-u-16362a0d7c6\"] { font-size: 16px !important; color: rgba(3, 9, 14, 0.7) !important; }#tve_editor [data-css=\"tve-u-16362a0a750\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-16362a0a74e\"] { font-size: 16px !important; color: rgba(3, 9, 14, 0.5) !important; }#tve_editor [data-css=\"tve-u-16362a08679\"] { text-transform: uppercase !important; font-size: 16px !important; }[data-css=\"tve-u-163629f6837\"] { font-size: 16px !important; }[data-css=\"tve-u-163629f6835\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-163629eed0d\"] { font-size: 16px !important; color: rgba(3, 9, 14, 0.7) !important; }#tve_editor [data-css=\"tve-u-163629e77b3\"] { color: rgba(3, 9, 14, 0.5) !important; font-size: 16px !important; }#tve_editor [data-css=\"tve-u-163629df961\"] { text-transform: uppercase !important; }#tve_editor [data-css=\"tve-u-163629db329\"] { text-transform: uppercase !important; }[data-css=\"tve-u-1636292fe99\"] { padding: 0px !important; }[data-css=\"tve-u-163629240b8\"] { padding: 0px !important; }#tve_editor [data-css=\"tve-u-1635f28650b\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1635f273315\"] { padding: 0px !important; margin-bottom: 60px !important; }#tve_editor [data-css=\"tve-u-1635ebf2201\"] p, #tve_editor [data-css=\"tve-u-1635ebf2201\"] li, #tve_editor [data-css=\"tve-u-1635ebf2201\"] blockquote, #tve_editor [data-css=\"tve-u-1635ebf2201\"] address, #tve_editor [data-css=\"tve-u-1635ebf2201\"] h1, #tve_editor [data-css=\"tve-u-1635ebf2201\"] h2, #tve_editor [data-css=\"tve-u-1635ebf2201\"] h3, #tve_editor [data-css=\"tve-u-1635ebf2201\"] h4, #tve_editor [data-css=\"tve-u-1635ebf2201\"] h5, #tve_editor [data-css=\"tve-u-1635ebf2201\"] h6 { color: rgb(3, 9, 14); }#tve_editor [data-css=\"tve-u-1635f21f43a\"] { text-transform: uppercase !important; color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-1635f111354\"] { text-transform: uppercase !important; }#tve_editor [data-css=\"tve-u-1635f10faad\"] { color: rgb(3, 9, 14) !important; text-transform: uppercase !important; }[data-css=\"tve-u-1635f010773\"] { min-height: 430px; }[data-css=\"tve-u-1635efec9fa\"] { max-width: 100%; z-index: 4; padding: 0px !important; margin: 0px !important; }#tve_editor [data-css=\"tve-u-1635ef4f76c\"] { color: rgb(207, 199, 172) !important; }#tcb_landing_page h3 strong { font-weight: 700; }[data-css=\"tve-u-1635ee0cb15\"] { padding: 90px 40px 120px !important; }#tve_editor .thrv-content-box [data-css=\"tve-u-1635ec2801b\"] p, #tve_editor .thrv-content-box [data-css=\"tve-u-1635ec2801b\"] li, #tve_editor .thrv-content-box [data-css=\"tve-u-1635ec2801b\"] blockquote, #tve_editor .thrv-content-box [data-css=\"tve-u-1635ec2801b\"] address, #tve_editor .thrv-content-box [data-css=\"tve-u-1635ec2801b\"] h1, #tve_editor .thrv-content-box [data-css=\"tve-u-1635ec2801b\"] h2, #tve_editor .thrv-content-box [data-css=\"tve-u-1635ec2801b\"] h3, #tve_editor .thrv-content-box [data-css=\"tve-u-1635ec2801b\"] h4, #tve_editor .thrv-content-box [data-css=\"tve-u-1635ec2801b\"] h5, #tve_editor .thrv-content-box [data-css=\"tve-u-1635ec2801b\"] h6 { color: rgb(3, 9, 14); }[data-css=\"tve-u-1635ed274dc\"] > .tcb-flex-col { padding-left: 90px; }[data-css=\"tve-u-1635ed91639\"] { margin: 0px !important; }[data-css=\"tve-u-1635ec2801b\"] { min-height: 1px; }[data-css=\"tve-u-1635ed274dc\"] > .tcb-flex-col > .tcb-col { min-height: 370px; justify-content: flex-end; }[data-css=\"tve-u-1635ed274dc\"] { min-height: inherit; margin-left: -90px; padding: 0px !important; }[data-css=\"tve-u-1635ec2801b\"]::after { clear: both; }[data-css=\"tve-u-160fa6805d4\"] { padding: 0px !important; }[data-css=\"tve-u-1635ebfe4fc\"] { padding: 0px 0px 35px !important; margin: 0px !important; }[data-css=\"tve-u-1635ebf2201\"] { max-width: 1200px; min-height: 1px !important; }#tve_editor .thrv-content-box [data-css=\"tve-u-160e9e03630\"] p, #tve_editor .thrv-content-box [data-css=\"tve-u-160e9e03630\"] li, #tve_editor .thrv-content-box [data-css=\"tve-u-160e9e03630\"] blockquote, #tve_editor .thrv-content-box [data-css=\"tve-u-160e9e03630\"] address, #tve_editor .thrv-content-box [data-css=\"tve-u-160e9e03630\"] h1, #tve_editor .thrv-content-box [data-css=\"tve-u-160e9e03630\"] h2, #tve_editor .thrv-content-box [data-css=\"tve-u-160e9e03630\"] h3, #tve_editor .thrv-content-box [data-css=\"tve-u-160e9e03630\"] h4, #tve_editor .thrv-content-box [data-css=\"tve-u-160e9e03630\"] h5, #tve_editor .thrv-content-box [data-css=\"tve-u-160e9e03630\"] h6 { color: rgb(255, 255, 255); }#tve_editor [data-css=\"tve-u-160e4c24b1a\"] p, #tve_editor [data-css=\"tve-u-160e4c24b1a\"] li, #tve_editor [data-css=\"tve-u-160e4c24b1a\"] blockquote, #tve_editor [data-css=\"tve-u-160e4c24b1a\"] address, #tve_editor [data-css=\"tve-u-160e4c24b1a\"] h1, #tve_editor [data-css=\"tve-u-160e4c24b1a\"] h2, #tve_editor [data-css=\"tve-u-160e4c24b1a\"] h3, #tve_editor [data-css=\"tve-u-160e4c24b1a\"] h4, #tve_editor [data-css=\"tve-u-160e4c24b1a\"] h5, #tve_editor [data-css=\"tve-u-160e4c24b1a\"] h6 { color: rgb(222, 218, 203); }#tve_editor .thrv-content-box [data-css=\"tve-u-160df519447\"] p, #tve_editor .thrv-content-box [data-css=\"tve-u-160df519447\"] li, #tve_editor .thrv-content-box [data-css=\"tve-u-160df519447\"] blockquote, #tve_editor .thrv-content-box [data-css=\"tve-u-160df519447\"] address, #tve_editor .thrv-content-box [data-css=\"tve-u-160df519447\"] h1, #tve_editor .thrv-content-box [data-css=\"tve-u-160df519447\"] h2, #tve_editor .thrv-content-box [data-css=\"tve-u-160df519447\"] h3, #tve_editor .thrv-content-box [data-css=\"tve-u-160df519447\"] h4, #tve_editor .thrv-content-box [data-css=\"tve-u-160df519447\"] h5, #tve_editor .thrv-content-box [data-css=\"tve-u-160df519447\"] h6 { color: rgb(255, 255, 255); }[data-css=\"tve-u-1635eaf037e\"] { padding: 0px !important; }[data-css=\"tve-u-1635eadb72e\"] { min-height: 1px; }[data-css=\"tve-u-1635e9cce8b\"] { max-width: 47%; }[data-css=\"tve-u-1635e9cce4d\"] { max-width: 53%; }[data-css=\"tve-u-1635e97f913\"] { max-width: 550px; float: none; z-index: 3; position: relative; margin: 0px auto !important; padding: 0px !important; }[data-css=\"tve-u-1635e6b4c72\"] { max-width: 100%; min-height: 1px !important; }[data-css=\"tve-u-1635e6aad72\"] { padding: 90px 0px 90px 40px !important; }[data-css=\"tve-u-1635e6448aa\"] { padding: 0px !important; }[data-css=\"tve-u-1635e5d9ba1\"]::after { clear: both; }[data-css=\"tve-u-1635e5cd7c0\"] { max-width: 275px; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1635e5cc2d9\"] { padding: 0px !important; }[data-css=\"tve-u-1635e5cbf37\"] { margin: -110px 0px 200px !important; }#tcb_landing_page a.tve_state_hover:not(.tcb-button-link) { text-decoration: underline; color: rgb(233, 156, 0); }#tcb_landing_page h6 strong { font-weight: 700; }#tcb_landing_page h6 { font-family: \"Noto Sans\"; font-weight: 400; text-transform: uppercase; color: rgb(3, 9, 14); letter-spacing: 1px; font-size: 18px; }#tcb_landing_page h5 strong { font-weight: 700; }#tcb_landing_page h5 { font-size: 20px; font-family: \"Noto Sans\"; font-weight: 400; line-height: 1.5em; color: rgb(3, 9, 14); }#tcb_landing_page h4 strong { font-weight: 700; }#tcb_landing_page h4 { font-size: 19px; line-height: 1.5em; font-family: \"Noto Sans\"; font-weight: 400; color: rgb(3, 9, 14); text-transform: uppercase; letter-spacing: 2px; }[data-css=\"tve-u-160fec99b6f\"] { padding: 0px !important; }#tcb_landing_page a:not(.tcb-button-link) { color: rgb(233, 156, 0); text-decoration: none; }[data-css=\"tve-u-161701c1618\"] { max-width: 47.2%; }[data-css=\"tve-u-161701b642a\"] { padding: 0px 0px 0px 10px !important; }[data-css=\"tve-u-161701a2f15\"] > .tcb-flex-col > .tcb-col { justify-content: center; }[data-css=\"tve-u-161701a8fd1\"] { max-width: 100%; margin-top: 0px !important; margin-bottom: 0px !important; background-color: rgb(247, 247, 247) !important; }[data-css=\"tve-u-161701a2f15\"] { margin-left: 0px; padding: 0px 10px !important; }[data-css=\"tve-u-161701a2f15\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-161701998d2\"] { max-width: 23.2%; }[data-css=\"tve-u-1617019989e\"] { max-width: 29.6%; }[data-css=\"tve-u-16170191bce\"] { line-height: 1em !important; }#tve_editor [data-css=\"tve-u-16170191bce\"] { color: rgb(183, 183, 183) !important; font-size: 14px !important; }[data-css=\"tve-u-16170185cb5\"] { float: none; width: 45px; }[data-css=\"tve-u-1616a74e73b\"] { min-height: 1px; }[data-css=\"tve-u-1616a721403\"] { background-color: rgba(3, 9, 14, 0.9) !important; }[data-css=\"tve-u-1616a708b49\"] > .tve-cb { justify-content: flex-end; display: flex; flex-direction: column; }[data-css=\"tve-u-1616a708b49\"] { max-width: 100%; padding: 8px 5px 10px !important; margin-top: 0px !important; margin-bottom: 0px !important; margin-left: 0px !important; }[data-css=\"tve-u-160f9714a61\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-160fe13ce28\"] { max-width: 100%; min-height: 1px !important; }[data-css=\"tve-u-160fe140452\"] { padding: 0px !important; }[data-css=\"tve-u-160fa4daf17\"] { float: none; max-width: 100%; margin: 0px auto !important; }[data-css=\"tve-u-160fa4d8d4f\"] { padding: 0px !important; }[data-css=\"tve-u-160fa4b581e\"] { max-width: 100%; z-index: 3; padding: 0px !important; }[data-css=\"tve-u-160fa01d193\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-160fa1c8dca\"] { background-image: none !important; }[data-css=\"tve-u-160fa11f4f2\"] { margin: 0px 0px 10px !important; }[data-css=\"tve-u-160fa01d193\"] { max-width: 600px; float: none; z-index: 3; position: relative; padding: 0px !important; margin: 0px auto !important; }[data-css=\"tve-u-160f9ee08be\"] { background-image: none !important; padding-top: 40px !important; padding-bottom: 40px !important; padding-left: 40px !important; }[data-css=\"tve-u-160f9ec40fc\"] { float: none; max-width: 100%; letter-spacing: 1px; z-index: 3; position: relative; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-160f9ebf905\"] > .tcb-flex-col > .tcb-col { min-height: 468px; justify-content: center; }[data-css=\"tve-u-160f9ebf905\"] { margin-left: 0px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-160f9ebf905\"] > .tcb-flex-col { padding-left: 0px; }#tve_editor [data-css=\"tve-u-160f9d0c9a0\"]:hover { text-shadow: none; background-image: linear-gradient(rgba(3, 9, 14, 0.4), rgba(3, 9, 14, 0.4)), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Pub-drink-4-1.jpg\") !important; background-size: auto, cover !important; background-position: 0px 0px, 0% 0% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }#tve_editor [data-css=\"tve-u-160f9d0b00e\"]:hover { text-shadow: none; background-image: linear-gradient(rgba(3, 9, 14, 0.4), rgba(3, 9, 14, 0.4)), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Pub-Drink-3.jpg\") !important; background-size: auto, cover !important; background-position: 0px 0px, 0% 0% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }#tve_editor [data-css=\"tve-u-160f9d08737\"] p, #tve_editor [data-css=\"tve-u-160f9d08737\"] li, #tve_editor [data-css=\"tve-u-160f9d08737\"] blockquote, #tve_editor [data-css=\"tve-u-160f9d08737\"] address { color: rgb(255, 255, 255); }#tve_editor [data-css=\"tve-u-160f9d08737\"]:hover { text-shadow: none; background-image: linear-gradient(rgba(3, 9, 14, 0.4), rgba(3, 9, 14, 0.4)), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Pub-Drink-2.jpg\") !important; background-size: auto, cover !important; background-position: 0px 0px, 0% 0% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-160f9d496b3\"] { line-height: 1em !important; }[data-css=\"tve-u-160f9d5377f\"] { font-weight: 400 !important; font-family: \"Kaushan Script\" !important; }#tve_editor [data-css=\"tve-u-160f9d496b3\"] { color: rgb(255, 255, 255) !important; font-size: 26px !important; }#tve_editor [data-css=\"tve-u-160f9cccb99\"]:hover { background-image: linear-gradient(rgba(3, 9, 14, 0.4), rgba(3, 9, 14, 0.4)), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Pub-drink-1.jpg\") !important; background-size: auto, cover !important; background-position: 0px 0px, 0% 0% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-160f9d0c9a0\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Pub-drink-4-1.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-160f9d0b00e\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Pub-Drink-3.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-160f9d08737\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Pub-Drink-2.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-160f9cccb99\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Pub-drink-1.jpg\") !important; padding-top: 0px !important; padding-left: 0px !important; padding-right: 0px !important; margin-left: 0px !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-160f9caae7b\"] { padding: 0px !important; margin-bottom: 70px !important; }[data-css=\"tve-u-160f9c75fb0\"] > .tcb-flex-col > .tcb-col { min-height: 230px; justify-content: flex-end; }[data-css=\"tve-u-160f9c7f698\"] { float: none; max-width: 100%; margin: 0px auto !important; }[data-css=\"tve-u-160f9c75fb0\"] > .tcb-flex-col { padding-left: 60px; }[data-css=\"tve-u-160f9c75fb0\"] { margin-left: -60px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-160f9c6d0ad\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-160f9c6a4fe\"] { padding: 70px 40px 100px !important; }[data-css=\"tve-u-160f9c02898\"] { font-weight: 400 !important; font-family: \"Noto Sans\" !important; }[data-css=\"tve-u-160f9bfdcb7\"] { font-weight: 400 !important; font-family: \"Noto Sans\" !important; }[data-css=\"tve-u-160f9b9db80\"] { padding: 5px 0px !important; }[data-css=\"tve-u-160f9bd1e50\"] { padding: 5px 0px !important; }[data-css=\"tve-u-160f9bd1e50\"] .tve_sep { border-width: 1px; border-color: rgba(176, 171, 155, 0.3); }[data-css=\"tve-u-160f9b9db80\"] .tve_sep { border-width: 1px; border-color: rgba(176, 171, 155, 0.3); }#tve_editor [data-css=\"tve-u-160f9b916f8\"] { color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160f9b69526\"] > .tcb-flex-col > .tcb-col { min-height: 40px; justify-content: center; }[data-css=\"tve-u-160f9b7a3c6\"] { max-width: 38.4%; }[data-css=\"tve-u-160f9b7a39a\"] { max-width: 24.1%; }[data-css=\"tve-u-160f9b7a36e\"] { max-width: 37.6%; }[data-css=\"tve-u-160f9b74c2b\"] { float: none; max-width: 400px; z-index: 3; position: relative; margin: 10px auto !important; }[data-css=\"tve-u-160f9b69526\"] { margin-left: 0px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-160f9b69526\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-160f98a0d17\"] { padding: 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-160f984f29b\"] { font-size: 18px !important; font-family: \"Noto Sans\" !important; font-weight: 400 !important; }[data-css=\"tve-u-160f981fb0c\"] { line-height: 1.5em !important; }[data-css=\"tve-u-160f9823757\"] { text-transform: none !important; font-size: 18px !important; }#tve_editor [data-css=\"tve-u-160f981fb0c\"] { letter-spacing: 4px; color: rgb(255, 255, 255) !important; font-size: 18px !important; text-transform: uppercase !important; }[data-css=\"tve-u-160f97e6953\"] { padding: 0px !important; margin: 0px 0px 50px -10px !important; }[data-css=\"tve-u-160f97ddb8a\"] { line-height: 1em !important; }[data-css=\"tve-u-160f97e0356\"] { font-weight: 400 !important; font-family: \"Kaushan Script\" !important; }#tve_editor [data-css=\"tve-u-160f97ddb8a\"] { color: rgb(218, 144, 15) !important; font-size: 40px !important; }[data-css=\"tve-u-160f9734b53\"] { clip-path: url(\"#clip-top-c8e428685a637\"); -webkit-clip-path: url(\"#clip-top-c8e428685a637\");  background-image: linear-gradient(rgb(3, 9, 14), rgb(3, 9, 14)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-160f972cd2b\"] { min-height: 540px; }[data-css=\"tve-u-160f9714a61\"] { float: none; max-width: 700px; padding: 10px 40px !important; margin-top: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-160f96f5e19\"] { clip-path: url(\"#clip-bottom-c22944d35542f\"); -webkit-clip-path: url(\"#clip-bottom-c22944d35542f\");  background-image: linear-gradient(0deg, rgba(3, 9, 14, 0.5) 0%, rgba(3, 9, 14, 0.1) 100%), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Pub-CTA-img.jpg\") !important; background-size: auto, cover !important; background-position: 0px 0px, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-160f96ef669\"] { padding: 30px 40px !important; margin-top: 0px !important; }[data-css=\"tve-u-160f96c069e\"] { max-width: 100%; min-height: 1px !important; }[data-css=\"tve-u-160f957664d\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Pub-Customer-1-img_03.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-160f9562c14\"] { max-width: 104px; float: left; z-index: 3; position: relative; width: 100%; padding: 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; margin-right: 30px !important; }[data-css=\"tve-u-160f9514c00\"] { line-height: 1em !important; }#tve_editor [data-css=\"tve-u-160f9514c00\"] { letter-spacing: 1px; text-transform: uppercase !important; font-size: 16px !important; }[data-css=\"tve-u-160f9405e56\"] { padding: 5px 0px !important; margin: 0px !important; }[data-css=\"tve-u-160f9405e56\"] .tve_sep { border-width: 2px; border-color: rgb(218, 144, 15); }[data-css=\"tve-u-160f93bdfb1\"]::after { clear: both; }[data-css=\"tve-u-160f8e625a1\"] { padding: 0px !important; margin-top: 0px !important; margin-bottom: 100px !important; }#tve_editor [data-css=\"tve-u-160eb0e8e90\"]:hover [data-css=\"tve-u-160eb0d7fac\"] { background-image: linear-gradient(rgb(242, 139, 0), rgb(242, 139, 0)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-160eaaf84a6\"] { padding: 0px !important; margin-bottom: 20px !important; }[data-css=\"tve-u-160ea9789a4\"] { padding: 0px !important; }[data-css=\"tve-u-160ea977bf3\"] { padding: 0px !important; }[data-css=\"tve-u-160ea976e63\"] { padding: 0px !important; }[data-css=\"tve-u-160ea9729a9\"] { padding: 0px !important; }[data-css=\"tve-u-160ea9357c7\"] { padding: 0px !important; }[data-css=\"tve-u-160ea928596\"] { margin-top: 0px !important; }#tve_editor [data-css=\"tve-u-160e9fad83c\"] p, #tve_editor [data-css=\"tve-u-160e9fad83c\"] li, #tve_editor [data-css=\"tve-u-160e9fad83c\"] blockquote, #tve_editor [data-css=\"tve-u-160e9fad83c\"] address { line-height: 1em; }[data-css=\"tve-u-160ea7c9db0\"] > .tcb-flex-col { padding-left: 60px; }[data-css=\"tve-u-160ea89ac22\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-160ea89ac22\"] > .tcb-flex-col { padding-left: 60px; }[data-css=\"tve-u-160ea89b12a\"] { margin: 0px 0px 20px !important; background-image: linear-gradient(rgb(18, 21, 25), rgb(18, 21, 25)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-160ea89ac22\"] { margin-left: -60px; min-height: inherit; padding: 20px !important; }[data-css=\"tve-u-160ea7cae88\"] { margin: 60px 0px 0px !important; }[data-css=\"tve-u-160ea7c9db0\"] { margin-left: -60px; padding: 0px !important; }[data-css=\"tve-u-160ea7bf191\"]::after { clear: both; }#tve_editor [data-css=\"tve-u-160ea71c62c\"] { color: rgba(255, 255, 255, 0.85) !important; font-size: 16px !important; }[data-css=\"tve-u-160ea54ea72\"] { line-height: 1em !important; }#tve_editor [data-css=\"tve-u-160ea54ea72\"] { font-size: 18px !important; text-transform: none !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-160e9fac06c\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-160e9fc2c51\"] { border-right: none; }[data-css=\"tve-u-160e9fbbfa0\"] { border-right: none; }[data-css=\"tve-u-160e9fac06c\"] > .tcb-flex-col { padding-left: 60px; }[data-css=\"tve-u-160e9fad83c\"] { box-shadow: none; margin-top: 20px !important; margin-bottom: 0px !important; background-image: linear-gradient(rgb(18, 21, 25), rgb(18, 21, 25)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-160e9fac06c\"] { margin-left: -60px; min-height: inherit; padding: 20px 20px 0px !important; }[data-css=\"tve-u-160e9f87397\"] { float: left; max-width: 100%; z-index: 3; position: relative; box-shadow: rgba(18, 21, 25, 0.16) 0px 5px 35px 2px; width: 100%; padding: 0px !important; margin: 0px auto !important; }[data-css=\"tve-u-160e9f87397\"] .tve_faq:hover { background: rgba(18, 21, 25, 0.8) !important; }[data-css=\"tve-u-160e9f7868b\"] { line-height: 1em !important; }[data-css=\"tve-u-160e9f7ce0e\"] { font-family: Lato, arial !important; }#tve_editor [data-css=\"tve-u-160e9f7868b\"] { letter-spacing: 3px; color: rgb(242, 139, 0) !important; font-size: 18px !important; text-transform: uppercase !important; }[data-css=\"tve-u-160e9e41664\"] { padding: 0px !important; margin-left: -15px !important; }[data-css=\"tve-u-160e9e2aeab\"] { padding: 0px !important; }[data-css=\"tve-u-160e9e03630\"] { min-height: 1px; }[data-css=\"tve-u-160e9dff371\"] { float: none; max-width: 100%; padding: 0px !important; margin: 0px !important; position: static !important; }[data-css=\"tve-u-160e9d15bdf\"] { z-index: 1; padding: 100px 40px 90px !important; margin-top: 0px !important; }[data-css=\"tve-u-160e9d118ed\"] { opacity: 1; filter: grayscale(0%) blur(0px); box-shadow: rgba(0, 0, 0, 0.3) 0px 39px 75px 8px inset; background-image: linear-gradient(rgba(176, 171, 155, 0.28), rgba(176, 171, 155, 0.28)), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Pub-Our-Menu-BG.jpg\") !important; background-color: rgb(176, 171, 155) !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, fixed !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-160e9d0c61d\"] { max-width: 1200px; min-height: 450px !important; }#tve_editor [data-css=\"tve-u-160e52fbe2f\"]:hover { text-shadow: rgba(0, 0, 0, 0.3) 2px 2px 2px; background-image: none !important; }#tve_editor [data-css=\"tve-u-160e5276a5e\"]:hover { text-shadow: rgba(0, 0, 0, 0.25) 2px 2px 2px; background-image: none !important; }#tve_editor [data-css=\"tve-u-160e52014b5\"]:hover { text-shadow: rgba(0, 0, 0, 0.25) 2px 2px 2px; background-image: none !important; }[data-css=\"tve-u-160e52014b5\"]::after { clear: both; }[data-css=\"tve-u-160e52fbe2f\"] { text-shadow: none; background-image: none !important; }[data-css=\"tve-u-160e5276a5e\"] { background-image: none !important; }[data-css=\"tve-u-160e52014b5\"] { box-shadow: none; background-image: none !important; padding-top: 0px !important; margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-160e501c0b4\"] { padding: 0px !important; }[data-css=\"tve-u-160e4fd114b\"] { line-height: 1em !important; }[data-css=\"tve-u-160e4fe84a1\"] { line-height: 1.3em !important; }#tve_editor [data-css=\"tve-u-160e4fe84a1\"] { font-size: 44px !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-160e4fe6187\"] { font-weight: 400 !important; font-family: \"Kaushan Script\" !important; }#tve_editor [data-css=\"tve-u-160e4fd114b\"] { letter-spacing: 5px; color: rgb(255, 255, 255) !important; font-size: 16px !important; text-transform: uppercase !important; }[data-css=\"tve-u-160e4dadf9c\"] { max-width: 100%; float: none; z-index: 6; box-shadow: none; position: relative; right: 0px; bottom: -54px; margin: 0px auto !important; }[data-css=\"tve-u-160e4da55bb\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-160e4da55bb\"] { margin-left: -60px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-160e4da55bb\"] > .tcb-flex-col { padding-left: 60px; }[data-css=\"tve-u-160e4c824a2\"] { padding: 0px !important; margin-bottom: 10px !important; }[data-css=\"tve-u-160e4c55d27\"] { z-index: 4; padding: 60px 40px 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-160e4c34c93\"] { clip-path: url(\"#clip-bottom-35e31e95c7382\"); -webkit-clip-path: url(\"#clip-bottom-35e31e95c7382\");  box-shadow: none; background-image: linear-gradient(rgba(3, 9, 15, 0.85), rgba(3, 9, 15, 0.85)), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Pub-Texture1-img-.jpg\") !important; background-size: auto, cover !important; background-position: 0px 0px, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-160e4c24b1a\"] { max-width: 1200px; min-height: 1px !important; }#tve_editor [data-css=\"tve-u-160dbceed3d\"]:hover .tcb-button-link { border-radius: 15px 0px; overflow: hidden; border: none; background-color: rgb(242, 139, 0) !important; text-decoration: none !important; }#tve_editor [data-css=\"tve-u-160df6a2fe0\"] p, #tve_editor [data-css=\"tve-u-160df6a2fe0\"] li, #tve_editor [data-css=\"tve-u-160df6a2fe0\"] blockquote, #tve_editor [data-css=\"tve-u-160df6a2fe0\"] address { line-height: 1em; }[data-css=\"tve-u-160df4c6424\"] > .tve-cb { display: flex; flex-direction: column; justify-content: flex-end; }[data-css=\"tve-u-160df51ca21\"] > .tve-cb { display: block; }[data-css=\"tve-u-160df8deee2\"] { padding: 0px !important; margin-left: -15px !important; margin-bottom: 50px !important; }[data-css=\"tve-u-160df8c3360\"] { margin-left: 0px !important; padding: 0px !important; }[data-css=\"tve-u-160df711140\"] { padding: 0px !important; }[data-css=\"tve-u-160df709fbf\"] { padding: 0px !important; }[data-css=\"tve-u-160df6d74f4\"] { text-align: left; border-right: 1px solid rgba(176, 171, 155, 0.5); padding-left: 20px !important; }[data-css=\"tve-u-160df6d53e3\"] { text-align: right; border-right: 1px solid rgba(176, 171, 155, 0.6); padding-right: 20px !important; }[data-css=\"tve-u-160df6a3578\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-160df6a3578\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-160df6a3578\"] { margin-left: 0px; min-height: inherit; padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-160df6a2fe0\"] { margin-top: 20px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-160df52e534\"]::after { clear: both; }[data-css=\"tve-u-160df51ca21\"] { bottom: 0px; float: left; max-width: 100%; z-index: 3; width: 100%; left: 0px; margin: 0px auto !important; padding: 25px 0px !important; position: static !important; }[data-css=\"tve-u-160df519447\"] { min-height: 1px; text-align: center; }[data-css=\"tve-u-160df50b366\"] { background-image: linear-gradient(rgba(3, 9, 14, 0.92), rgba(3, 9, 14, 0.92)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-160df4f4d0e\"] { min-height: 480px; }[data-css=\"tve-u-160df4bedf0\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-160df4eae6d\"] { margin: 0px !important; }[data-css=\"tve-u-160df4db074\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Pub-img-section1.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-160df4c6424\"] { max-width: 100%; margin-top: 0px !important; padding: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-160df4bedf0\"] { margin-left: 0px; min-height: inherit; padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-160df4bedf0\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-160df4565d1\"] { padding: 0px !important; position: relative !important; }#tve_editor [data-css=\"tve-u-160dbe24f38\"] { font-weight: 400; letter-spacing: 4px; font-family: \"Noto Sans\" !important; font-size: 18px !important; text-transform: uppercase !important; color: rgb(18, 21, 25) !important; }[data-css=\"tve-u-160dbceed3d\"] .tcb-button-link { min-height: 54.7619px; font-size: 1.33333em; background-color: rgb(255, 169, 20) !important; padding-top: 10px !important; padding-bottom: 10px !important; }[data-css=\"tve-u-160dbceed3d\"] { width: 418px; display: block; max-width: 418px; float: none; margin: 0px auto !important; }[data-css=\"tve-u-160dbcd54ac\"] { padding: 0px !important; }[data-css=\"tve-u-160dbcd2c5b\"] { padding: 0px !important; margin-bottom: 70px !important; }[data-css=\"tve-u-160dbcbc7a4\"] { min-height: 260px; }[data-css=\"tve-u-160dbcafa88\"] { float: none; max-width: 800px; margin: 0px auto !important; padding: 0px !important; }[data-css=\"tve-u-160db85dabe\"] { min-height: 50px; }[data-css=\"tve-u-160db84bfac\"] { clip-path: url(\"#clip-bottom-eb17500f3af4b\"); -webkit-clip-path: url(\"#clip-bottom-eb17500f3af4b\");  background-image: linear-gradient(rgb(30, 34, 40), rgb(30, 34, 40)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }#tve_editor [data-css=\"tve-u-160db6dd8cd\"] > :first-child { color: rgb(255, 171, 0); }[data-css=\"tve-u-160db6dd8cd\"] { font-size: 28px; width: 28px; height: 28px; z-index: 4; position: relative; float: left; margin: 0px 15px 0px 0px !important; }#tcb_landing_page h3 { font-family: \"Noto Sans\"; font-weight: 400; font-size: 24px; line-height: 1.68em; color: rgb(3, 9, 14); letter-spacing: 2px; text-transform: uppercase; }#tcb_landing_page h2 { font-family: \"Kaushan Script\"; font-weight: 400; font-size: 90px; color: rgb(222, 218, 203); line-height: 1.3em; }#tcb_landing_page p, #tcb_landing_page li { font-family: \"Noto Sans\"; font-weight: 400; font-size: 18px; line-height: 1.5em; color: rgb(3, 9, 14); }#tcb_landing_page h1 { font-family: \"Kaushan Script\"; font-size: 100px; line-height: 1em; color: rgb(255, 255, 255); }[data-css=\"tve-u-15e09c94f7d\"] { background-color: rgb(255, 255, 255); }[data-css=\"tve-u-160dbb50aca\"] { max-width: 400px; float: none; z-index: 4; margin: 0px auto !important; padding: 30px 25px 60px !important; }#tve_editor [data-css=\"tve-u-160ea6ba05c\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160ea6ba05c\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160ea6ba060\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160ea6ba060\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160ea6ba063\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160ea6ba063\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160ea6ba065\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160ea6ba065\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160ea6ba067\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160ea6ba067\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160ea6ba06a\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160ea6ba06a\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160ea6ba06c\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160ea6ba06c\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160ea7224b9\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160ea7224b9\"] { line-height: 1.3em !important; }#tve_editor [data-css=\"tve-u-160ea79970d\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160ea79970d\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160ea799710\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160ea799710\"] { line-height: 2em !important; }[data-css=\"tve-u-160ea90d163\"] { line-height: 1em !important; }#tve_editor [data-css=\"tve-u-160ea90d163\"] { font-size: 18px !important; text-transform: none !important; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-160ea9104fd\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160ea9104fd\"] { line-height: 1.3em !important; }#tve_editor [data-css=\"tve-u-160ea9400e0\"] { color: rgba(255, 255, 255, 0.85) !important; font-size: 16px !important; }[data-css=\"tve-u-160ea9c1e15\"] { padding: 0px !important; }#tve_editor [data-css=\"tve-u-160ea9c9c07\"] { font-size: 14px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160ea9c9c07\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eaa5aa50\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eaa5aa50\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eaa62df8\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eaa62df8\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eaa73bda\"] p, #tve_editor [data-css=\"tve-u-160eaa73bda\"] li, #tve_editor [data-css=\"tve-u-160eaa73bda\"] blockquote, #tve_editor [data-css=\"tve-u-160eaa73bda\"] address { line-height: 1em; }[data-css=\"tve-u-160eaa73bda\"] { box-shadow: none; margin: 20px 0px 0px !important; background-image: linear-gradient(rgb(18, 21, 25), rgb(18, 21, 25)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-160eaa7faeb\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-160eaa7faeb\"] > .tcb-flex-col { padding-left: 60px; }[data-css=\"tve-u-160eaa7faeb\"] { margin-left: -60px; min-height: inherit; padding: 20px 20px 0px !important; }[data-css=\"tve-u-160eaa7faee\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-160eaa7faee\"] > .tcb-flex-col { padding-left: 60px; }[data-css=\"tve-u-160eaa7faee\"] { margin-left: -60px; min-height: inherit; padding: 20px !important; }[data-css=\"tve-u-160eaa8db54\"] { margin: 0px 0px 20px !important; background-image: linear-gradient(rgb(18, 21, 25), rgb(18, 21, 25)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-160eab45a4f\"] { float: left; max-width: 100%; z-index: 3; position: relative; box-shadow: rgba(18, 21, 25, 0.16) 0px 5px 35px 2px; width: 100%; padding: 0px !important; margin: 15px auto 0px !important; }[data-css=\"tve-u-160eab45a4f\"] .tve_faq:hover { background: rgba(18, 21, 25, 0.8) !important; }#tve_editor [data-css=\"tve-u-160ead90ba7\"] p, #tve_editor [data-css=\"tve-u-160ead90ba7\"] li, #tve_editor [data-css=\"tve-u-160ead90ba7\"] blockquote, #tve_editor [data-css=\"tve-u-160ead90ba7\"] address { line-height: 1em; }[data-css=\"tve-u-160ead90ba7\"] { box-shadow: none; margin: 20px 0px !important; background-image: linear-gradient(rgb(18, 21, 25), rgb(18, 21, 25)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-160ead973a1\"] { float: left; max-width: 100%; z-index: 3; position: relative; box-shadow: rgba(18, 21, 25, 0.16) 0px 5px 35px 2px; width: 100%; padding: 0px !important; margin: 0px auto 15px !important; }[data-css=\"tve-u-160ead973a1\"] .tve_faq:hover { background: rgba(18, 21, 25, 0.8) !important; }[data-css=\"tve-u-160eadcc8c9\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-160eadcc8c9\"] > .tcb-flex-col { padding-left: 60px; }[data-css=\"tve-u-160eadcc8c9\"] { margin-left: -60px; min-height: inherit; padding: 20px !important; }#tve_editor [data-css=\"tve-u-160eadffc69\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eadffc69\"] { line-height: 2em !important; }[data-css=\"tve-u-160eb0d7fac\"] { clip-path: url(\"#clip-bottom-dd364f1962bc7\"); -webkit-clip-path: url(\"#clip-bottom-dd364f1962bc7\");  box-shadow: none; background-image: linear-gradient(rgb(218, 144, 15), rgb(218, 144, 15)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-160eb0e8e90\"] > .tve-cb { display: flex; flex-direction: column; justify-content: center; }[data-css=\"tve-u-160eb0e8e90\"] { bottom: 0px; z-index: 4; left: 0px; padding: 20px 15px 25px !important; margin-top: 0px !important; margin-bottom: 0px !important; position: relative !important; }[data-css=\"tve-u-160eb1a09e2\"] { min-height: 104px; }[data-css=\"tve-u-160eb1b0e14\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-160eb1d9ffb\"] { clip-path: url(\"#clip-bottom-cb4c420ba2143\"); -webkit-clip-path: url(\"#clip-bottom-cb4c420ba2143\");  box-shadow: none; background-image: linear-gradient(rgb(218, 144, 15), rgb(218, 144, 15)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-160eb214b56\"] { clip-path: url(\"#clip-bottom-a182d7c321313\"); -webkit-clip-path: url(\"#clip-bottom-a182d7c321313\");  box-shadow: none; background-image: linear-gradient(rgb(218, 144, 15), rgb(218, 144, 15)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-160eb218e4e\"] > .tve-cb { display: flex; flex-direction: column; justify-content: center; }[data-css=\"tve-u-160eb218e4e\"] { z-index: 4; max-width: 100%; right: 0px; bottom: 0px; padding: 20px 15px 25px !important; margin-top: 0px !important; margin-bottom: 0px !important; position: static !important; }#tve_editor [data-css=\"tve-u-160eb218e4e\"]:hover [data-css=\"tve-u-160eb214b56\"] { background-image: linear-gradient(rgb(242, 139, 0), rgb(242, 139, 0)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-160eb2222a0\"] > .tve-cb { display: flex; flex-direction: column; justify-content: center; }[data-css=\"tve-u-160eb2222a0\"] { bottom: 0px; z-index: 4; left: 0px; max-width: 100%; padding: 20px 15px 25px !important; margin-top: 0px !important; margin-bottom: 0px !important; position: relative !important; }#tve_editor [data-css=\"tve-u-160eb2222a0\"]:hover [data-css=\"tve-u-160eb1d9ffb\"] { background-image: linear-gradient(rgb(242, 139, 0), rgb(242, 139, 0)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-160eb3ad20a\"] { padding: 0px !important; margin-bottom: 20px !important; }[data-css=\"tve-u-160eb42c2ca\"] { float: left; max-width: 100%; z-index: 3; position: relative; box-shadow: rgba(18, 21, 25, 0.16) 0px 5px 35px 2px; width: 100%; padding: 0px !important; margin: 0px auto !important; }[data-css=\"tve-u-160eb42c2ca\"] .tve_faq:hover { background: rgba(18, 21, 25, 0.8) !important; }[data-css=\"tve-u-160eb470891\"] { line-height: 1em !important; }#tve_editor [data-css=\"tve-u-160eb470891\"] { letter-spacing: 3px; color: rgb(242, 139, 0) !important; font-size: 18px !important; text-transform: uppercase !important; }[data-css=\"tve-u-160eb4708df\"] { font-family: Lato, arial !important; }[data-css=\"tve-u-160eb475d09\"] { line-height: 1em !important; }#tve_editor [data-css=\"tve-u-160eb475d09\"] { letter-spacing: 3px; color: rgb(242, 139, 0) !important; font-size: 18px !important; text-transform: uppercase !important; }[data-css=\"tve-u-160eb475d4c\"] { font-family: Lato, arial !important; }[data-css=\"tve-u-160eb47f143\"] { line-height: 1em !important; }#tve_editor [data-css=\"tve-u-160eb47f143\"] { letter-spacing: 3px; color: rgb(242, 139, 0) !important; font-size: 18px !important; text-transform: uppercase !important; }[data-css=\"tve-u-160eb47f16a\"] { font-family: Lato, arial !important; }#tve_editor [data-css=\"tve-u-160eb49e1f7\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb49e1f7\"] { line-height: 2em !important; }[data-css=\"tve-u-160eb4a305a\"] { border-right: none; }#tve_editor [data-css=\"tve-u-160eb4a45fb\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb4a45fb\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb4a4600\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb4a4600\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb4a4603\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb4a4603\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb4a4605\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb4a4605\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb4a4608\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb4a4608\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb4a460a\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb4a460a\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb4a460d\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb4a460d\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb4b6f9b\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb4b6f9b\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb4b6fc8\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb4b6fc8\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb4b6fcb\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb4b6fcb\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb4b6fcd\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb4b6fcd\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb4b6fd0\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb4b6fd0\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb4b6fd3\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb4b6fd3\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb4b6fd5\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb4b6fd5\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb521486\"] p, #tve_editor [data-css=\"tve-u-160eb521486\"] li, #tve_editor [data-css=\"tve-u-160eb521486\"] blockquote, #tve_editor [data-css=\"tve-u-160eb521486\"] address { line-height: 1em; }[data-css=\"tve-u-160eb521486\"] { box-shadow: none; margin: 20px 0px !important; background-image: linear-gradient(rgb(18, 21, 25), rgb(18, 21, 25)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-160eb5275ca\"] { line-height: 1em !important; }#tve_editor [data-css=\"tve-u-160eb5275ca\"] { font-size: 18px !important; text-transform: none !important; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-160eb52765c\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb52765c\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb52768d\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb52768d\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb5276bf\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb5276bf\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb5276f3\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb5276f3\"] { line-height: 2em !important; }[data-css=\"tve-u-160eb5346af\"] { line-height: 1em !important; }#tve_editor [data-css=\"tve-u-160eb5346af\"] { font-size: 18px !important; text-transform: none !important; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-160eb53477a\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb53477a\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb5347ae\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb5347ae\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb5347e1\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb5347e1\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb534816\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb534816\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb53484c\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb53484c\"] { line-height: 2em !important; }[data-css=\"tve-u-160eb537e16\"] { padding: 0px !important; }[data-css=\"tve-u-160eb54da29\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-160eb54da29\"] > .tcb-flex-col { padding-left: 60px; }[data-css=\"tve-u-160eb54da29\"] { margin-left: -60px; min-height: inherit; padding: 20px !important; }[data-css=\"tve-u-160eb553062\"] { line-height: 1em !important; }#tve_editor [data-css=\"tve-u-160eb553062\"] { font-size: 18px !important; text-transform: none !important; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-160eb553103\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb553103\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb553138\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb553138\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb55316d\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb55316d\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb5531a1\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb5531a1\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb5531d8\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb5531d8\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb55320f\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb55320f\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160f8c25bba\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160f8c25bba\"] { line-height: 2em !important; }[data-css=\"tve-u-160f8c28393\"] { line-height: 1em !important; }#tve_editor [data-css=\"tve-u-160f8c28393\"] { font-size: 18px !important; text-transform: none !important; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-160f8c2842b\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160f8c2842b\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160f8c28460\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160f8c28460\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160f8c28493\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160f8c28493\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160f8c284c6\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160f8c284c6\"] { line-height: 2em !important; }[data-css=\"tve-u-160f8c2bf72\"] { padding: 0px !important; }[data-css=\"tve-u-160f8c5888c\"] { line-height: 1em !important; }#tve_editor [data-css=\"tve-u-160f8c5888c\"] { font-size: 18px !important; text-transform: none !important; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-160f8c58957\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160f8c58957\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160f8c589bd\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160f8c589bd\"] { line-height: 2em !important; }[data-css=\"tve-u-160f8c59f19\"] { padding: 0px !important; }#tve_editor [data-css=\"tve-u-160f8c626b2\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160f8c626b2\"] { line-height: 2em !important; }[data-css=\"tve-u-160f8c8c841\"] { padding: 0px !important; }[data-css=\"tve-u-160f8c978c9\"] { border-right: none; }[data-css=\"tve-u-160f8cb0034\"] { line-height: 1em !important; }#tve_editor [data-css=\"tve-u-160f8cb0034\"] { font-size: 18px !important; text-transform: none !important; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-160f8cb00e0\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160f8cb00e0\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160f8cb011c\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160f8cb011c\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160f8cb0157\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160f8cb0157\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160f8cb0191\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160f8cb0191\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160f8cb01cb\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160f8cb01cb\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160f8cb0240\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160f8cb0240\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160f8cb027b\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160f8cb027b\"] { line-height: 2em !important; }[data-css=\"tve-u-160f8cb610d\"] { line-height: 1em !important; }#tve_editor [data-css=\"tve-u-160f8cb610d\"] { font-size: 18px !important; text-transform: none !important; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-160f8cb61bc\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160f8cb61bc\"] { line-height: 2em !important; }[data-css=\"tve-u-160f8cb9d70\"] { border-right: none; }#tve_editor [data-css=\"tve-u-160f8cc8fce\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160f8cc8fce\"] { line-height: 1.3em !important; }[data-css=\"tve-u-160f8cd7871\"] { line-height: 1em !important; }#tve_editor [data-css=\"tve-u-160f8cd7871\"] { font-size: 18px !important; text-transform: none !important; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-160f8cd794f\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160f8cd794f\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160f8cd7987\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160f8cd7987\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160f8cd79c1\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160f8cd79c1\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160f8cd79f8\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160f8cd79f8\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160f8cd7a30\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160f8cd7a30\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160f8cd7a68\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160f8cd7a68\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160f8cd7aa1\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160f8cd7aa1\"] { line-height: 2em !important; }[data-css=\"tve-u-160f8cf3d89\"] { line-height: 1em !important; }#tve_editor [data-css=\"tve-u-160f8cf3d89\"] { font-size: 18px !important; text-transform: none !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-160f8cfbf40\"] { border-right: none; }[data-css=\"tve-u-160f8d013c3\"] { line-height: 1em !important; }#tve_editor [data-css=\"tve-u-160f8d013c3\"] { font-size: 18px !important; text-transform: none !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-160f8d12a0d\"] { border-right: none; }[data-css=\"tve-u-160f961e617\"] { padding: 0px !important; margin-top: 0px !important; margin-bottom: 20px !important; }#tve_editor [data-css=\"tve-u-160f98df817\"]:hover .tcb-button-link { border-top-left-radius: 15px; overflow: hidden; border-bottom-right-radius: 15px; border: none; background-color: rgb(242, 139, 0) !important; text-decoration: none !important; }[data-css=\"tve-u-160f98df817\"] .tcb-button-link { min-height: 54.7619px; font-size: 1.33333em; background-color: rgb(255, 169, 20) !important; padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-160f98df817\"] { width: 400px; display: block; max-width: 400px; margin-top: 50px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-160f9bf1aea\"] { padding: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-160f9bf9be2\"] { line-height: 1.5em !important; }#tve_editor [data-css=\"tve-u-160f9bf9be2\"] { letter-spacing: 0px; color: rgb(255, 255, 255) !important; font-size: 24px !important; font-family: inherit !important; }#tve_editor [data-css=\"tve-u-160fa182f82\"]:hover .tcb-button-link { border-top-left-radius: 15px; overflow: hidden; border-bottom-right-radius: 15px; border: none; background-color: rgb(14, 16, 18) !important; text-decoration: none !important; }[data-css=\"tve-u-160fa182f82\"] .tcb-button-link { min-height: 54.7619px; font-size: 1.33333em; background-color: rgb(18, 21, 25) !important; padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-160fa182f82\"] { width: 375px; display: block; max-width: 375px; float: left; z-index: 3; position: relative; margin: 0px auto !important; }#tve_editor [data-css=\"tve-u-160fa198fbb\"] { font-weight: 400; letter-spacing: 4px; font-family: \"Noto Sans\" !important; font-size: 18px !important; text-transform: uppercase !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-160fa489bd9\"] { line-height: 1.3em !important; }#tve_editor [data-css=\"tve-u-160fa489bd9\"] { letter-spacing: 0px; color: rgba(3, 9, 14, 0.5) !important; font-size: 14px !important; }[data-css=\"tve-u-160fa718c59\"] { line-height: 0.2em !important; }#tve_editor [data-css=\"tve-u-160fa718c59\"] { letter-spacing: 0px; font-size: 140px !important; color: rgba(176, 171, 155, 0.4) !important; }[data-css=\"tve-u-160fa718c5e\"] { font-family: Limelight !important; font-weight: 400 !important; }#tve_editor [data-css=\"tve-u-160fec25d20\"] { font-weight: 400; letter-spacing: 4px; font-family: \"Noto Sans\" !important; font-size: 18px !important; text-transform: uppercase !important; color: rgb(18, 21, 25) !important; }[data-css=\"tve-u-1616a5e01ba\"] { float: none; max-width: 100%; z-index: 3; right: auto; bottom: auto; top: auto; left: auto; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; margin-top: 0px !important; }[data-css=\"tve-u-1616a9cfa4b\"] > .tve-cb { justify-content: flex-end; display: flex; flex-direction: column; }[data-css=\"tve-u-1616a9cfa4b\"] { max-width: 100%; padding: 8px 5px 10px !important; margin-top: 0px !important; margin-bottom: 0px !important; margin-left: 0px !important; }[data-css=\"tve-u-1616a9d1ca7\"] > .tve-cb { justify-content: flex-end; display: flex; flex-direction: column; }[data-css=\"tve-u-1616a9d1ca7\"] { max-width: 100%; padding: 8px 5px 10px !important; margin-top: 0px !important; margin-bottom: 0px !important; margin-left: 0px !important; }[data-css=\"tve-u-1616a9d3730\"] > .tve-cb { justify-content: flex-end; display: flex; flex-direction: column; }[data-css=\"tve-u-1616a9d3730\"] { max-width: 100%; padding: 8px 5px 10px !important; margin-top: 0px !important; margin-bottom: 0px !important; margin-left: 0px !important; }[data-css=\"tve-u-161701c9195\"] { line-height: 1em !important; }#tve_editor [data-css=\"tve-u-161701c9195\"] { color: rgb(120, 120, 120) !important; font-size: 14px !important; }[data-css=\"tve-u-161702e8042\"] { float: none; width: 52px; }[data-css=\"tve-u-1617031f43b\"] { float: none; width: 49px; }[data-css=\"tve-u-16170325257\"] { margin: 0px !important; background-color: rgb(247, 247, 247) !important; }[data-css=\"tve-u-161703268c0\"] { margin: 0px !important; background-color: rgb(247, 247, 247) !important; }[data-css=\"tve-u-16170332517\"] { max-width: 29.6%; }[data-css=\"tve-u-1617033251d\"] { max-width: 24.8%; }[data-css=\"tve-u-1617033371d\"] { max-width: 45.5%; }[data-css=\"tve-u-16170334a49\"] { max-width: 29.6%; }[data-css=\"tve-u-16170334a4f\"] { max-width: 23.2%; }[data-css=\"tve-u-161703373d0\"] { max-width: 47.2%; }[data-css=\"tve-u-161703e4bac\"] > .tcb-flex-col > .tcb-col { justify-content: center; }[data-css=\"tve-u-161703e4bac\"] { margin-left: 0px; padding: 0px 10px !important; }[data-css=\"tve-u-161703e4bac\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-16170441415\"] { padding: 0px !important; }[data-css=\"tve-u-16170442200\"] { padding: 0px 0px 0px 10px !important; }[data-css=\"tve-u-161704435d7\"] { padding: 0px !important; }[data-css=\"tve-u-16170445bb9\"] { padding: 0px 0px 0px 10px !important; }[data-css=\"tve-u-1617045651a\"] > .tcb-flex-col > .tcb-col { justify-content: center; }[data-css=\"tve-u-1617045651a\"] { margin-left: 0px; padding: 0px 10px !important; }[data-css=\"tve-u-1617045651a\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-16170471614\"] { padding: 0px !important; }#tcb_landing_page a:hover:not(.tcb-button-link) { color: rgb(233, 156, 0); text-decoration: underline; }#tcb_landing_page a.tve-state-hover:not(.tcb-button-link) { color: rgb(242, 139, 0); }[data-css=\"tve-u-1635e5ffa41\"] { max-width: 200px; float: right; z-index: 3; position: relative; width: 100%; padding: 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-1635e65c044\"] > :first-child { color: rgb(255, 171, 0); }[data-css=\"tve-u-1635e65c044\"] { font-size: 28px; width: 28px; height: 28px; float: left; z-index: 3; position: relative; margin-top: 0px !important; margin-bottom: 0px !important; margin-left: 30px !important; }#tve_editor [data-css=\"tve-u-1635ed98a8a\"] > :first-child { color: rgb(218, 144, 15); }[data-css=\"tve-u-1635ed98a8a\"] { font-size: 50px; float: left; z-index: 3; position: relative; width: 50px; height: 50px; margin: -35px 0px 20px !important; padding-left: 10px !important; }[data-css=\"tve-u-1635edf3681\"] { min-height: 104px; }[data-css=\"tve-u-1635ef71519\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1635ef72920\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1635f073915\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Pub-Food-img_03.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }#tve_editor [data-css=\"tve-u-1635efec9fa\"]:hover [data-css=\"tve-u-1635f098c8e\"] { background-image: linear-gradient(0deg, rgba(242, 139, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Pub-Drinks-img_03.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-1635f098c8e\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Pub-Drinks-img_03.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1635f0a8c87\"] { max-width: 100%; z-index: 4; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1635f0b76b1\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Pub-Ambiance-img_03.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }#tve_editor [data-css=\"tve-u-1635f0a8c87\"]:hover [data-css=\"tve-u-1635f0b76b1\"] { background-image: linear-gradient(0deg, rgba(242, 139, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Pub-Ambiance-img_03.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-1635f121505\"] { padding: 0px !important; position: static !important; }#tve_editor .thrv-content-box [data-css=\"tve-u-1635f125271\"] p, #tve_editor .thrv-content-box [data-css=\"tve-u-1635f125271\"] li, #tve_editor .thrv-content-box [data-css=\"tve-u-1635f125271\"] blockquote, #tve_editor .thrv-content-box [data-css=\"tve-u-1635f125271\"] address, #tve_editor .thrv-content-box [data-css=\"tve-u-1635f125271\"] h1, #tve_editor .thrv-content-box [data-css=\"tve-u-1635f125271\"] h2, #tve_editor .thrv-content-box [data-css=\"tve-u-1635f125271\"] h3, #tve_editor .thrv-content-box [data-css=\"tve-u-1635f125271\"] h4, #tve_editor .thrv-content-box [data-css=\"tve-u-1635f125271\"] h5, #tve_editor .thrv-content-box [data-css=\"tve-u-1635f125271\"] h6 { color: rgb(3, 9, 14); }[data-css=\"tve-u-1635f125271\"] { min-height: 1px; }[data-css=\"tve-u-1635f125271\"]::after { clear: both; }[data-css=\"tve-u-1635f136552\"] { padding: 0px !important; margin-top: 0px !important; margin-bottom: 20px !important; }[data-css=\"tve-u-1635f138d3b\"] { padding: 0px !important; margin-bottom: 20px !important; }[data-css=\"tve-u-1635f139f5c\"] { padding: 0px !important; margin-bottom: 20px !important; }[data-css=\"tve-u-1635f13f574\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Pub-customer-2_03.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1635f14cd1e\"] { padding: 5px 0px !important; margin: 0px !important; }[data-css=\"tve-u-1635f14cd1e\"] .tve_sep { border-width: 2px; border-color: rgb(218, 144, 15); }[data-css=\"tve-u-1635f187bfc\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Pub-Customer-3_03.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1635f1b25ed\"] { padding: 0px 0px 35px !important; margin: 0px !important; }[data-css=\"tve-u-1635f1b3fee\"] { padding: 0px 0px 35px !important; margin: 0px !important; }#tve_editor [data-css=\"tve-u-163628d68f3\"]:hover [data-css=\"tve-u-1635f073915\"] { background-image: linear-gradient(0deg, rgba(242, 139, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Pub-Food-img_03.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-163628d68f3\"] { max-width: 100%; z-index: 4; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-163629eb59f\"] { min-height: 104px; }#tve_editor .thrv-content-box [data-css=\"tve-u-16362a05c8f\"] p, #tve_editor .thrv-content-box [data-css=\"tve-u-16362a05c8f\"] li, #tve_editor .thrv-content-box [data-css=\"tve-u-16362a05c8f\"] blockquote, #tve_editor .thrv-content-box [data-css=\"tve-u-16362a05c8f\"] address, #tve_editor .thrv-content-box [data-css=\"tve-u-16362a05c8f\"] h1, #tve_editor .thrv-content-box [data-css=\"tve-u-16362a05c8f\"] h2, #tve_editor .thrv-content-box [data-css=\"tve-u-16362a05c8f\"] h3, #tve_editor .thrv-content-box [data-css=\"tve-u-16362a05c8f\"] h4, #tve_editor .thrv-content-box [data-css=\"tve-u-16362a05c8f\"] h5, #tve_editor .thrv-content-box [data-css=\"tve-u-16362a05c8f\"] h6 { color: rgb(3, 9, 14); }[data-css=\"tve-u-16362a05c8f\"] { min-height: 1px; }[data-css=\"tve-u-16362a05c8f\"]::after { clear: both; }[data-css=\"tve-u-16362a05cc8\"] { min-height: 104px; }#tve_editor [data-css=\"tve-u-16362a8dd87\"] > :first-child { color: rgb(3, 9, 14); }[data-css=\"tve-u-16362a8dd87\"] { font-size: 25px; width: 25px; height: 25px; float: left; z-index: 3; position: relative; margin-top: 0px !important; margin-bottom: 0px !important; margin-right: 10px !important; }#tve_editor [data-css=\"tve-u-16362aa4888\"] > :first-child { color: rgb(3, 9, 14); }[data-css=\"tve-u-16362aa4888\"] { font-size: 25px; width: 25px; height: 25px; z-index: 4; position: relative; float: left; margin: 0px 10px 0px 0px !important; }[data-css=\"tve-u-16362aabe81\"] { padding: 0px !important; margin: 0px 0px 10px !important; }[data-css=\"tve-u-1636301dc81\"] { padding: 0px !important; margin: 0px 0px 60px !important; }[data-css=\"tve-u-16363231ead\"] { min-height: 430px; }[data-css=\"tve-u-16363235afe\"] { min-height: 430px; }[data-css=\"tve-u-16363599740\"] { padding: 0px !important; position: relative !important; }[data-css=\"tve-u-1636390935e\"] { padding: 0px !important; margin-bottom: 20px !important; }#tve_editor [data-css=\"tve-u-1636392a6b1\"] > :first-child { color: rgb(218, 144, 15); }[data-css=\"tve-u-1636392a6b1\"] { font-size: 50px; float: left; z-index: 3; position: relative; width: 50px; height: 50px; margin: -35px 0px 20px !important; padding-left: 10px !important; }#tve_editor [data-css=\"tve-u-1636392e791\"] > :first-child { color: rgb(218, 144, 15); }[data-css=\"tve-u-1636392e791\"] { font-size: 50px; float: left; z-index: 3; position: relative; width: 50px; height: 50px; margin: -35px 0px 20px !important; padding-left: 10px !important; }[data-css=\"tve-u-1636393c2d2\"] { max-width: 104px; float: left; z-index: 3; position: relative; width: 100%; padding: 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; margin-right: 30px !important; }[data-css=\"tve-u-1636393da63\"] { max-width: 104px; float: left; z-index: 3; position: relative; width: 100%; padding: 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; margin-right: 30px !important; }[data-css=\"tve-u-16369519850\"] { padding: 5px 0px !important; margin: 0px !important; }[data-css=\"tve-u-16369519850\"] .tve_sep { border-width: 2px; border-color: rgb(218, 144, 15); }[data-css=\"tve-u-1636951d241\"] { padding: 0px !important; margin-top: 0px !important; margin-bottom: 20px !important; }[data-css=\"tve-u-1689b6473cd\"] { background-color: rgb(0, 0, 0) !important; }}@media (max-width: 1023px){[data-css=\"tve-u-16369563890\"] { padding-left: 25px !important; padding-right: 25px !important; padding-bottom: 40px !important; }[data-css=\"tve-u-1636955fbd2\"] { max-width: 100%; min-height: 600px !important; }[data-css=\"tve-u-160f9c6d0ad\"] { max-width: 630px; }[data-css=\"tve-u-1635ebf2201\"] { max-width: 630px; }[data-css=\"tve-u-160df8deee2\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-160e9d118ed\"] { box-shadow: rgba(0, 0, 0, 0.3) 0px 28px 75px 8px inset; }[data-css=\"tve-u-1635ebfe4fc\"] { max-width: 671px; padding-bottom: 0px !important; margin-bottom: 25px !important; }[data-css=\"tve-u-1635f1b3fee\"] { padding-bottom: 0px !important; margin-bottom: 25px !important; }[data-css=\"tve-u-1635f1b25ed\"] { padding-bottom: 0px !important; margin-bottom: 25px !important; }[data-css=\"tve-u-16363524c1e\"] { margin-top: 0px !important; padding-top: 70px !important; padding-left: 100px !important; padding-right: 100px !important; }[data-css=\"tve-u-160e9e41664\"] { margin-bottom: 50px !important; }[data-css=\"tve-u-160f9d08737\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-160f8e625a1\"] { margin-bottom: 60px !important; }[data-css=\"tve-u-1635ee0cb15\"] { padding: 60px 0px !important; }[data-css=\"tve-u-160eadcc8c9\"] { margin-left: 0px; }[data-css=\"tve-u-160eb54da29\"] { margin-left: 0px; }[data-css=\"tve-u-160ea89ac22\"] { margin-left: 0px; }[data-css=\"tve-u-160e9fac06c\"] { margin-left: 0px; }[data-css=\"tve-u-160eaa7faee\"] { margin-left: 0px; }[data-css=\"tve-u-160eaa7faeb\"] { margin-left: 0px; }[data-css=\"tve-u-160ea7c9db0\"] { margin-left: 0px; }[data-css=\"tve-u-160eadcc8c9\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-160eb54da29\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-160ea89ac22\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-160e9fac06c\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-160eaa7faee\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-160eaa7faeb\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-160ea7c9db0\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-160e9d15bdf\"] { padding: 60px 0px !important; }[data-css=\"tve-u-160e9d0c61d\"] { max-width: 630px; min-height: 1px !important; }[data-css=\"tve-u-1635f0a8c87\"] { margin-top: 40px !important; }[data-css=\"tve-u-1635f010773\"] { min-height: 300px; }[data-css=\"tve-u-16363235afe\"] { min-height: 320px; }[data-css=\"tve-u-16363231ead\"] { min-height: 320px; }[data-css=\"tve-u-1635e97f913\"] { max-width: 100%; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1635e6aad72\"] { padding: 0px !important; }[data-css=\"tve-u-160dbcd2c5b\"] { margin-bottom: 60px !important; }[data-css=\"tve-u-1635e5cbf37\"] { margin-top: 5px !important; margin-bottom: 70px !important; }[data-css=\"tve-u-160db84bfac\"] { clip-path: url(\"#clip-tablet-bottom-eb17500f3af4b\"); -webkit-clip-path: url(\"#clip-tablet-bottom-eb17500f3af4b\");  }[data-css=\"tve-u-161701a2f15\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1617045651a\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-161703e4bac\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1635ed274dc\"] > .tcb-flex-col > .tcb-col { min-height: 370px; }[data-css=\"tve-u-1635ed274dc\"] { min-height: inherit; }[data-css=\"tve-u-1635ed274dc\"] .tcb-flex-col { flex-basis: 269px !important; }[data-css=\"tve-u-16362e27bcb\"] { min-height: 1px !important; }[data-css=\"tve-u-16362e2956e\"] { padding: 40px !important; }#tve_editor [data-css=\"tve-u-160fa198fbb\"] { letter-spacing: 2px; font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1636311dda3\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1636311d040\"] { font-size: 16px !important; }[data-css=\"tve-u-160f9ebf905\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-160f9ebf905\"] { min-height: inherit; flex-wrap: nowrap !important; }[data-css=\"tve-u-1636301dc81\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-1635f273315\"] { margin: 0px 0px 20px !important; }[data-css=\"tve-u-160f9ee08be\"] { padding: 0px !important; }#tcb_landing_page p, #tcb_landing_page li { font-size: 18px; line-height: 1.5em; }#tcb_landing_page h6 { font-size: 18px; line-height: 1.5em; }#tcb_landing_page h5 { font-size: 20px; line-height: 1.5em; }#tcb_landing_page h4 { font-size: 20px; line-height: 1.5em; letter-spacing: 1px; }#tcb_landing_page h3 { font-size: 22px; line-height: 1.5em; color: rgb(3, 9, 14); letter-spacing: 2px; }#tcb_landing_page h2 { font-size: 70px; line-height: 1.3em; }#tcb_landing_page h1 { font-size: 85px; line-height: 1em; color: rgb(255, 255, 255); }[data-css=\"tve-u-160fec99b6f\"] { padding: 0px !important; }[data-css=\"tve-u-1617031f43b\"] { margin-top: 10px !important; margin-bottom: 10px !important; }[data-css=\"tve-u-161701b642a\"] { padding-left: 0px !important; }[data-css=\"tve-u-16170471614\"] { padding-left: 0px !important; }[data-css=\"tve-u-161701a2f15\"] { min-height: inherit; padding: 10px !important; flex-wrap: nowrap !important; }[data-css=\"tve-u-161703268c0\"] { max-width: 671px; margin-top: 0px !important; }[data-css=\"tve-u-1617045651a\"] { min-height: inherit; padding: 10px !important; flex-wrap: nowrap !important; }[data-css=\"tve-u-16170325257\"] { margin-top: 0px !important; }[data-css=\"tve-u-16170445bb9\"] { padding-left: 0px !important; }[data-css=\"tve-u-161704435d7\"] { padding-left: 0px !important; }[data-css=\"tve-u-16170442200\"] { padding-left: 0px !important; }[data-css=\"tve-u-16170441415\"] { padding-left: 0px !important; }[data-css=\"tve-u-161703e4bac\"] { min-height: inherit; padding: 10px !important; flex-wrap: nowrap !important; }[data-css=\"tve-u-161701a8fd1\"] { margin-top: 0px !important; }[data-css=\"tve-u-161702e8042\"] { margin-top: 10px !important; margin-bottom: 10px !important; margin-left: 0px !important; }[data-css=\"tve-u-16170185cb5\"] { margin: 10px 0px !important; padding-left: 0px !important; }[data-css=\"tve-u-160f9c75fb0\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-160f9c75fb0\"] .tcb-flex-col { flex-basis: 312px !important; }[data-css=\"tve-u-160f9c75fb0\"] > .tcb-flex-col > .tcb-col { min-height: 220px; }[data-css=\"tve-u-160f9c75fb0\"] { min-height: inherit; margin-left: -30px; padding-top: 0px !important; padding-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-160f97ddb8a\"] { font-size: 40px !important; }#tve_editor [data-css=\"tve-u-160fa489bd9\"] { letter-spacing: 0px; }[data-css=\"tve-u-160fa4d8d4f\"] { padding: 0px !important; }[data-css=\"tve-u-160fa4daf17\"] { max-width: 100%; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-160f9d0c9a0\"] { margin-top: 30px !important; }[data-css=\"tve-u-160f9d0b00e\"] { padding-top: 0px !important; margin-top: 30px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-160f9ec40fc\"] { max-width: 100%; }[data-css=\"tve-u-160fe140452\"] { padding: 20px 0px 40px !important; }[data-css=\"tve-u-160fe13ce28\"] { max-width: 100%; }[data-css=\"tve-u-160fa11f4f2\"] { margin: 0px !important; }[data-css=\"tve-u-160fa01d193\"] { max-width: 340px; float: none; padding: 0px !important; margin: 0px auto !important; }[data-css=\"tve-u-160f9c7f698\"] { max-width: 100%; float: none; margin-left: auto !important; margin-right: auto !important; margin-top: 0px !important; }[data-css=\"tve-u-160f9cccb99\"] { margin-bottom: 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-160f96ef669\"] { padding-top: 30px !important; padding-bottom: 30px !important; }[data-css=\"tve-u-160f9bf1aea\"] { margin-top: 0px !important; }[data-css=\"tve-u-160f9c6a4fe\"] { padding: 60px 0px 80px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-160f9caae7b\"] { margin: 0px 0px 60px !important; }[data-css=\"tve-u-160f9b69526\"] .tcb-flex-col { flex-basis: 71px !important; }[data-css=\"tve-u-160f9b69526\"] > .tcb-flex-col > .tcb-col { min-height: 20px; }[data-css=\"tve-u-160f9b69526\"] { min-height: inherit; padding-top: 10px !important; padding-bottom: 10px !important; }[data-css=\"tve-u-160f9bd1e50\"] { max-width: 100%; padding: 5px 0px !important; }[data-css=\"tve-u-160f9b9db80\"] { padding-top: 5px !important; padding-bottom: 5px !important; }[data-css=\"tve-u-160fa7619dc\"] { max-width: 100%; float: none; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-160f9b74c2b\"] { max-width: 400px; float: none; margin: 10px auto !important; }[data-css=\"tve-u-160f972cd2b\"] { min-height: 1px; }[data-css=\"tve-u-160f9714a61\"] { max-width: 630px; float: none; padding: 70px 40px !important; margin: 0px auto !important; }[data-css=\"tve-u-160f9734b53\"] { clip-path: url(\"#clip-tablet-top-c8e428685a637\"); -webkit-clip-path: url(\"#clip-tablet-top-c8e428685a637\");  }[data-css=\"tve-u-160fa718c5e\"] { font-family: Limelight !important; font-weight: 400 !important; }#tve_editor [data-css=\"tve-u-160fa718c59\"] { font-size: 100px !important; }[data-css=\"tve-u-160fa6805d4\"] { padding: 0px !important; }#tve_editor [data-css=\"tve-u-160ea71c62c\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-160ea9400e0\"] { font-size: 16px !important; }[data-css=\"tve-u-160eb42c2ca\"] { margin-top: 5px !important; }[data-css=\"tve-u-160e4c55d27\"] { padding: 40px 0px 60px !important; }[data-css=\"tve-u-160e4c824a2\"] { margin-bottom: 40px !important; margin-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-160eaaf84a6\"] { margin-bottom: 15px !important; }[data-css=\"tve-u-160eb3ad20a\"] { margin-bottom: 15px !important; }[data-css=\"tve-u-160ead973a1\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-160eb38e170\"] { margin-top: 30px !important; }[data-css=\"tve-u-160eab45a4f\"] { margin-top: 5px !important; }[data-css=\"tve-u-160ea7cae88\"] { margin-top: 0px !important; }[data-css=\"tve-u-160ea7c9db0\"] .tcb-flex-col { flex-basis: 700px !important; }[data-css=\"tve-u-160e9dff371\"] { max-width: 100%; padding: 0px !important; }[data-css=\"tve-u-160e4c34c93\"] { clip-path: url(\"#clip-tablet-bottom-35e31e95c7382\"); -webkit-clip-path: url(\"#clip-tablet-bottom-35e31e95c7382\");  }[data-css=\"tve-u-160eb1b0e14\"] { margin-top: 0px !important; margin-left: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-160eb1a09e2\"] { min-height: 1px; }[data-css=\"tve-u-160eb0d7fac\"] { clip-path: url(\"#clip-tablet-bottom-dd364f1962bc7\"); -webkit-clip-path: url(\"#clip-tablet-bottom-dd364f1962bc7\");  }[data-css=\"tve-u-160e5adb400\"] { margin-top: 0px !important; margin-bottom: 2px !important; }[data-css=\"tve-u-160e4c24b1a\"] { max-width: 630px; min-height: 1px !important; }[data-css=\"tve-u-160df6a3578\"] > .tcb-flex-col > .tcb-col { min-height: 20px; }[data-css=\"tve-u-160df4bedf0\"] > .tcb-flex-col > .tcb-col { min-height: 20px; }[data-css=\"tve-u-160df4bedf0\"] .tcb-flex-col { flex-basis: 390px !important; }[data-css=\"tve-u-160e52fbe2f\"] { margin: 0px !important; }[data-css=\"tve-u-160e4da55bb\"] > .tcb-flex-col > .tcb-col { min-height: 432px; justify-content: flex-end; }[data-css=\"tve-u-160e4da55bb\"] .tcb-flex-col { flex-basis: 280px !important; }#tve_editor .thrv-content-box [data-css=\"tve-u-160df519447\"] p, #tve_editor .thrv-content-box [data-css=\"tve-u-160df519447\"] li, #tve_editor .thrv-content-box [data-css=\"tve-u-160df519447\"] blockquote, #tve_editor .thrv-content-box [data-css=\"tve-u-160df519447\"] address { line-height: 1em; }#tve_editor .thrv-content-box [data-css=\"tve-u-160df4f4d0e\"] p, #tve_editor .thrv-content-box [data-css=\"tve-u-160df4f4d0e\"] li, #tve_editor .thrv-content-box [data-css=\"tve-u-160df4f4d0e\"] blockquote, #tve_editor .thrv-content-box [data-css=\"tve-u-160df4f4d0e\"] address { line-height: 1em; }[data-css=\"tve-u-160e4da55bb\"] { margin-left: -40px; min-height: inherit; flex-direction: row; padding-bottom: 0px !important; flex-wrap: wrap !important; }[data-css=\"tve-u-160e4da55bb\"] > .tcb-flex-col { padding-left: 40px; }[data-css=\"tve-u-160e4dadf9c\"] { max-width: 100%; float: none; position: static; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-160df51ca21\"] > .tve-cb { display: flex; flex-direction: column; justify-content: flex-end; }[data-css=\"tve-u-160df4c6424\"] { padding-top: 0px !important; }[data-css=\"tve-u-160df519447\"] { min-height: 1px; }[data-css=\"tve-u-160df4f4d0e\"] { min-height: 400px; }[data-css=\"tve-u-160dbcbc7a4\"] { min-height: 220px; }[data-css=\"tve-u-160df4eae6d\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-160df6a3578\"] { margin-left: 0px; min-height: inherit; }[data-css=\"tve-u-160df4bedf0\"] { margin-left: 0px; min-height: inherit; }[data-css=\"tve-u-160df6a3578\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-160df4bedf0\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-160df8c3360\"] { padding: 60px !important; }[data-css=\"tve-u-160dbceed3d\"] { float: none; margin: 0px auto !important; }[data-css=\"tve-u-160df4565d1\"] { padding-top: 0px !important; }[data-css=\"tve-u-160dbcafa88\"] { margin-top: 90px !important; }[data-css=\"tve-u-160db6dd8cd\"] { font-size: 25px; width: 25px; height: 25px; margin-right: 20px !important; }[data-css=\"tve-u-160eb0e8e90\"] { max-width: 100%; bottom: 0px; left: 0px; padding: 30px 5px 20px !important; margin-top: -30px !important; position: static !important; }[data-css=\"tve-u-160eb1d9ffb\"] { clip-path: url(\"#clip-tablet-bottom-cb4c420ba2143\"); -webkit-clip-path: url(\"#clip-tablet-bottom-cb4c420ba2143\");  }[data-css=\"tve-u-160eb214b56\"] { clip-path: url(\"#clip-tablet-bottom-a182d7c321313\"); -webkit-clip-path: url(\"#clip-tablet-bottom-a182d7c321313\");  }[data-css=\"tve-u-160eb218e4e\"] { bottom: 0px; right: 0px; max-width: 100%; padding: 30px 5px 20px !important; position: static !important; margin-top: -30px !important; }[data-css=\"tve-u-160eb2222a0\"] { right: 0px; bottom: 0px; padding: 30px 5px 20px !important; margin-top: -30px !important; }[data-css=\"tve-u-160f98df817\"] { margin-top: 40px !important; }[data-css=\"tve-u-160fa182f82\"] { display: block; max-width: 300px; width: 300px; margin: 0px !important; }[data-css=\"tve-u-1635e65c044\"] { font-size: 25px; width: 25px; height: 25px; margin-left: 30px !important; }[data-css=\"tve-u-1635ef71519\"] { margin-top: 0px !important; margin-left: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-1635ef72920\"] { margin-top: 0px !important; margin-left: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-1635f121505\"] { padding: 0px !important; }[data-css=\"tve-u-16362a8dd87\"] { font-size: 18px; width: 18px; height: 18px; margin-right: 15px !important; }[data-css=\"tve-u-16362aa4888\"] { font-size: 18px; width: 18px; height: 18px; margin-right: 15px !important; }[data-css=\"tve-u-16363599740\"] { padding-top: 0px !important; }}@media (max-width: 767px){[data-css=\"tve-u-16369563890\"] { padding: 0px 0px 80px !important; }[data-css=\"tve-u-1636955fbd2\"] { min-height: 1px !important; }[data-css=\"tve-u-1636956410b\"] { background-image: linear-gradient(rgba(1, 11, 20, 0.95) 0%, rgba(3, 25, 47, 0.2) 100%), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Pub-Hero-img.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-1635e5ffa41\"] > .tve-cb { display: block; }[data-css=\"tve-u-1636301dc81\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-160f9ebf905\"] .tcb-flex-col { flex-basis: 390px !important; }[data-css=\"tve-u-160f9ee08be\"] { padding: 0px !important; }[data-css=\"tve-u-16362e2956e\"] { padding: 25px !important; }[data-css=\"tve-u-16362e27bcb\"] { max-width: 100%; }[data-css=\"tve-u-160f9c6d0ad\"] { max-width: 100%; }[data-css=\"tve-u-160fa7619dc\"] { margin: 0px !important; padding-top: 5px !important; padding-bottom: 5px !important; }[data-css=\"tve-u-160f9b69526\"] .tcb-flex-col { flex-basis: 125px !important; }[data-css=\"tve-u-163639549e4\"] { margin-bottom: 60px !important; }[data-css=\"tve-u-1617045651a\"] .tcb-flex-col { flex-basis: 250px !important; }[data-css=\"tve-u-1617045651a\"] { flex-wrap: wrap !important; }[data-css=\"tve-u-1635f1b3fee\"] { margin-bottom: 15px !important; }[data-css=\"tve-u-1635ebfe4fc\"] { margin-bottom: 15px !important; }[data-css=\"tve-u-161701a2f15\"] .tcb-flex-col { flex-basis: 250px !important; }[data-css=\"tve-u-161701a2f15\"] { flex-wrap: wrap !important; }[data-css=\"tve-u-160f9562c14\"] { margin-right: 15px !important; }[data-css=\"tve-u-1636393da63\"] { margin-right: 15px !important; }[data-css=\"tve-u-1636393c2d2\"] { margin-right: 15px !important; }[data-css=\"tve-u-16363524c1e\"] { padding: 0px !important; }[data-css=\"tve-u-1635ed98a8a\"] { margin-bottom: 10px !important; }[data-css=\"tve-u-1636392e791\"] { margin-bottom: 10px !important; }[data-css=\"tve-u-1636392a6b1\"] { margin-bottom: 10px !important; }[data-css=\"tve-u-161703e4bac\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-161703e4bac\"] .tcb-flex-col { flex-basis: 286px !important; }[data-css=\"tve-u-161703e4bac\"] { margin-left: 0px; flex-wrap: wrap !important; }[data-css=\"tve-u-1635f1b25ed\"] { margin-bottom: 25px !important; }[data-css=\"tve-u-1636390be1e\"] { margin-bottom: 60px !important; }[data-css=\"tve-u-1636390935e\"] { margin-bottom: 5px !important; }[data-css=\"tve-u-1635f138d3b\"] { margin-bottom: 5px !important; }[data-css=\"tve-u-1635ee0cb15\"] { padding: 50px 25px !important; }[data-css=\"tve-u-160e9d118ed\"] { box-shadow: rgba(0, 0, 0, 0.3) 0px 17px 75px 8px inset; background-size: auto, cover !important; }[data-css=\"tve-u-160e9d15bdf\"] { padding: 50px 25px !important; }[data-css=\"tve-u-160e9d0c61d\"] { max-width: 100%; }[data-css=\"tve-u-160e52014b5\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-160e4c34c93\"] { clip-path: url(\"#clip-mobile-bottom-35e31e95c7382\"); -webkit-clip-path: url(\"#clip-mobile-bottom-35e31e95c7382\");  }[data-css=\"tve-u-160eb0e8e90\"] { margin-top: -30px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-160eb0d7fac\"] { clip-path: url(\"#clip-mobile-bottom-dd364f1962bc7\"); -webkit-clip-path: url(\"#clip-mobile-bottom-dd364f1962bc7\");  }[data-css=\"tve-u-160eb2222a0\"] { margin-top: -30px !important; margin-bottom: 25px !important; }[data-css=\"tve-u-160eb1d9ffb\"] { clip-path: url(\"#clip-mobile-bottom-cb4c420ba2143\"); -webkit-clip-path: url(\"#clip-mobile-bottom-cb4c420ba2143\");  }[data-css=\"tve-u-160eb218e4e\"] { margin-top: -30px !important; margin-bottom: 25px !important; }[data-css=\"tve-u-160eb214b56\"] { clip-path: url(\"#clip-mobile-bottom-a182d7c321313\"); -webkit-clip-path: url(\"#clip-mobile-bottom-a182d7c321313\");  }[data-css=\"tve-u-160e4da55bb\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-160e4da55bb\"] .tcb-flex-col { flex-basis: 350px !important; }[data-css=\"tve-u-1635f0a8c87\"] { margin-top: 0px !important; }[data-css=\"tve-u-1635f010773\"] { min-height: 300px; }[data-css=\"tve-u-16363235afe\"] { min-height: 300px; }[data-css=\"tve-u-16363231ead\"] { min-height: 300px; }#tcb_landing_page h6 { font-size: 16px; }[data-css=\"tve-u-160dbcd54ac\"] { margin-bottom: 15px !important; }[data-css=\"tve-u-160dbcd2c5b\"] { margin-bottom: 50px !important; }[data-css=\"tve-u-1635e5cbf37\"] { margin-bottom: 50px !important; }[data-css=\"tve-u-1635e5ffa41\"] { max-width: 200px; float: none; margin-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-16363739d27\"] { max-width: 64.8%; }[data-css=\"tve-u-16363739cd6\"] { max-width: 35.2%; }[data-css=\"tve-u-1635e5cc2d9\"] { flex-flow: row-reverse wrap-reverse !important; }[data-css=\"tve-u-1635e5cc2d9\"] .tcb-flex-col { flex-basis: 200px !important; }[data-css=\"tve-u-160dbb50aca\"] { max-width: 100%; padding-left: 15px !important; padding-right: 15px !important; padding-bottom: 60px !important; margin-bottom: 20px !important; }[data-css=\"tve-u-160db84bfac\"] { clip-path: url(\"#clip-mobile-bottom-eb17500f3af4b\"); -webkit-clip-path: url(\"#clip-mobile-bottom-eb17500f3af4b\");  }#tcb_landing_page p, #tcb_landing_page li { line-height: 1.5em; font-size: 16px; }#tcb_landing_page h5 { line-height: 1.5em; font-size: 18px; }#tcb_landing_page h4 { line-height: 1.5em; font-size: 18px; }#tcb_landing_page h3 { line-height: 1.5em; font-size: 20px; }#tcb_landing_page h2 { font-size: 50px; line-height: 1.2em; }#tcb_landing_page h1 { color: rgb(255, 255, 255); font-size: 55px; line-height: 1em; }[data-css=\"tve-u-16170325257\"] { margin-top: 0px !important; }[data-css=\"tve-u-161701a8fd1\"] { margin-top: 0px !important; }[data-css=\"tve-u-160f961e617\"] { margin-top: 10px !important; }[data-css=\"tve-u-161703268c0\"] { max-width: 100%; margin-top: 0px !important; }[data-css=\"tve-u-160f97e6953\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-160ff467c38\"] { text-transform: none !important; }[data-css=\"tve-u-160f9714a61\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-160ff36e890\"] { padding-left: 0px !important; }[data-css=\"tve-u-160f984f29b\"] { font-family: \"Noto Sans\" !important; font-weight: 400 !important; }[data-css=\"tve-u-160f9823757\"] { text-transform: none !important; }[data-css=\"tve-u-160f9bfdcb7\"] { font-weight: 400 !important; font-family: \"Noto Sans\" !important; }#tve_editor [data-css=\"tve-u-160f9bf9be2\"] { font-size: 20px !important; }[data-css=\"tve-u-160f9c02898\"] { font-weight: 400 !important; font-family: \"Noto Sans\" !important; }#tve_editor [data-css=\"tve-u-160f981fb0c\"] { letter-spacing: 3px; font-size: 18px !important; }[data-css=\"tve-u-160f9bf9be2\"] { line-height: 1.3em !important; }[data-css=\"tve-u-160f981fb0c\"] { line-height: 1em !important; }[data-css=\"tve-u-160f96f5e19\"] { clip-path: url(\"#clip-mobile-bottom-c22944d35542f\"); -webkit-clip-path: url(\"#clip-mobile-bottom-c22944d35542f\");  }#tve_editor [data-css=\"tve-u-160fa489bd9\"] { letter-spacing: 0px; }[data-css=\"tve-u-160fec99b6f\"] { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-160fec923bf\"] { margin-top: 15px !important; }[data-css=\"tve-u-160fa4daf17\"] { max-width: 100%; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-160f9ec40fc\"] { max-width: 100%; float: none; position: static; z-index: auto; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-160fa11f4f2\"] { margin: 0px 0px 0px -20px !important; }[data-css=\"tve-u-160fe140452\"] { padding: 25px !important; margin-top: 0px !important; }[data-css=\"tve-u-160f9ebf905\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-160f9ebf905\"] { min-height: inherit; flex-wrap: wrap !important; }[data-css=\"tve-u-160eb42c2ca\"] { margin-top: 8px !important; }[data-css=\"tve-u-160eab45a4f\"] { margin-top: 8px !important; }[data-css=\"tve-u-160f98a0d17\"] { padding-left: 0px !important; padding-right: 0px !important; padding-top: 0px !important; margin-bottom: 30px !important; }[data-css=\"tve-u-160f96ef669\"] { padding: 25px 0px !important; }[data-css=\"tve-u-160f9d0c9a0\"] { margin-top: 25px !important; }[data-css=\"tve-u-160f9d0b00e\"] { margin-top: 25px !important; }[data-css=\"tve-u-160f9d08737\"] { margin-top: 25px !important; }[data-css=\"tve-u-160f9c6a4fe\"] { padding: 50px 25px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-160f9caae7b\"] { margin-bottom: 50px !important; }[data-css=\"tve-u-160f9b69526\"] { flex-direction: column; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-160f9b69526\"] > .tcb-flex-col > .tcb-col { justify-content: center; min-height: 1px; }[data-css=\"tve-u-160f9b74c2b\"] { max-width: 100%; float: none; position: relative; z-index: 3; margin: 0px auto 20px !important; }[data-css=\"tve-u-160f9714a61\"] { max-width: 100%; padding: 50px 25px 80px !important; }[data-css=\"tve-u-160f9734b53\"] { clip-path: url(\"#clip-mobile-top-c8e428685a637\"); -webkit-clip-path: url(\"#clip-mobile-top-c8e428685a637\");  }#tve_editor [data-css=\"tve-u-160fa718c59\"] { font-size: 90px !important; }[data-css=\"tve-u-160f8e625a1\"] { margin-bottom: 50px !important; }[data-css=\"tve-u-160fa01d193\"] { max-width: 100%; margin: 0px !important; }[data-css=\"tve-u-160e9fbbfa0\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-160f8d12a0d\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-160eb4a305a\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-160f8d013c3\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb4a460d\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb4a460a\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb4a4608\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb4a4605\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb4a4603\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb4a4600\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb49e1f7\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb4a45fb\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8d013c3\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160f8cfbf40\"] { margin-bottom: 20px !important; }#tve_editor [data-css=\"tve-u-160f8cf3d89\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160f8cef2f1\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160f8cef2b7\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160f8cef27e\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160f8cef245\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160f8cef20d\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160f8ceec94\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160f8ceec5c\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160f8ceec23\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160f8ceebeb\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160f8ceebb3\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160f8ceeb79\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160f8ceeb77\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160e9fad83c\"] p, #tve_editor [data-css=\"tve-u-160e9fad83c\"] li, #tve_editor [data-css=\"tve-u-160e9fad83c\"] blockquote, #tve_editor [data-css=\"tve-u-160e9fad83c\"] address { line-height: 1em; }[data-css=\"tve-u-160f8cddeb4\"] { margin-bottom: 20px !important; }#tve_editor [data-css=\"tve-u-160f8cd7aa1\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8cd7a68\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8cd7a30\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8cd79f8\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8cd79c1\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8cd7987\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8cd794f\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8cd7919\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8cd7871\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160ea9729a9\"] { margin-bottom: 15px !important; }#tve_editor [data-css=\"tve-u-160ea7224b9\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160ea9104fd\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8cc8fce\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8cc8f9a\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160ea9400e0\"] { color: rgb(3, 9, 14) !important; font-size: 16px !important; }#tve_editor [data-css=\"tve-u-160f8cc8f31\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8cc8efc\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160ea90d163\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160ea799710\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160ea79970d\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8cc5953\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160ea71c62c\"] { color: rgb(3, 9, 14) !important; font-size: 16px !important; }#tve_editor [data-css=\"tve-u-160f8cc591b\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160eaa7faee\"] { padding: 0px !important; }[data-css=\"tve-u-160f8cb9d70\"] { margin-bottom: 20px !important; }#tve_editor [data-css=\"tve-u-160ea6ba06c\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160ea6ba06a\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160ea6ba067\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160ea6ba065\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160ea6ba063\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160ea6ba060\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8cb61bc\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8cb6183\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8cb610d\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8cb027b\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8cb0240\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160ea9c9c07\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8cb01cb\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8cb0191\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8cb0157\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8cb011c\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8cb00e0\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8cb00a7\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8cb0034\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160f8c978c9\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-160f8c8c841\"] { margin: 0px !important; }[data-css=\"tve-u-160e9fac06c\"] { padding: 0px !important; }[data-css=\"tve-u-160f8c69a67\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160f8c69a2f\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160f8c699f6\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160f8c699b9\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160f8c69289\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160f8c69250\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160f8c69216\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160f8c691dc\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160f8c691a5\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160f8c69135\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8c626b2\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160ea89ac22\"] { padding: 0px !important; }[data-css=\"tve-u-160f8c59f19\"] { margin-top: 20px !important; }#tve_editor [data-css=\"tve-u-160eaa62df8\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8c589bd\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eaa5aa50\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8c58957\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8c58926\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8c5888c\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160f8c2bf72\"] { margin: 0px !important; }#tve_editor [data-css=\"tve-u-160f8c284c6\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8c28493\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8c28460\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8c2842b\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8c283f9\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8c28393\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8c25bba\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb55320f\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb5531d8\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb5531a1\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb55316d\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb553138\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb553103\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb5530cd\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb553062\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160eb54da29\"] { padding: 0px !important; }[data-css=\"tve-u-160eb537e16\"] { margin-top: 0px !important; }#tve_editor [data-css=\"tve-u-160eb53484c\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb534816\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb5347e1\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb5347ae\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb53477a\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eadffc69\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb534715\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb5346af\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160eadcc8c9\"] { padding: 0px !important; }#tve_editor [data-css=\"tve-u-160eb5276f3\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb5276bf\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb52768d\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb52765c\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb52762c\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb5275ca\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160ead90ba7\"] { background-image: none !important; }[data-css=\"tve-u-160eb521486\"] { background-image: none !important; }[data-css=\"tve-u-160eaa8db54\"] { background-image: none !important; }[data-css=\"tve-u-160eaa73bda\"] { background-image: none !important; }[data-css=\"tve-u-160e9fad83c\"] { background-image: none !important; }[data-css=\"tve-u-160ea89b12a\"] { background-image: none !important; }[data-css=\"tve-u-160eb4b6fd5\"] { line-height: 2em !important; }[data-css=\"tve-u-160eb4b6fd3\"] { line-height: 2em !important; }[data-css=\"tve-u-160eb4b6fd0\"] { line-height: 2em !important; }[data-css=\"tve-u-160eb4b6fcd\"] { line-height: 2em !important; }[data-css=\"tve-u-160eb4b6fcb\"] { line-height: 2em !important; }[data-css=\"tve-u-160eb4b6fc8\"] { line-height: 2em !important; }[data-css=\"tve-u-160eb4b6f9b\"] { line-height: 2em !important; }[data-css=\"tve-u-160ea9789a4\"] { margin-top: 0px !important; }[data-css=\"tve-u-160eb4a460d\"] { line-height: 2em !important; }[data-css=\"tve-u-160eb4a460a\"] { line-height: 2em !important; }[data-css=\"tve-u-160eb4a4608\"] { line-height: 2em !important; }[data-css=\"tve-u-160eb4a4605\"] { line-height: 2em !important; }[data-css=\"tve-u-160eb4a4603\"] { line-height: 2em !important; }[data-css=\"tve-u-160eb4a4600\"] { line-height: 2em !important; }[data-css=\"tve-u-160eb4a45fb\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb4a305a\"] p, #tve_editor [data-css=\"tve-u-160eb4a305a\"] li, #tve_editor [data-css=\"tve-u-160eb4a305a\"] blockquote, #tve_editor [data-css=\"tve-u-160eb4a305a\"] address { line-height: 1em; }[data-css=\"tve-u-160eb49e1f7\"] { line-height: 2em !important; }[data-css=\"tve-u-160ea7cae88\"] { background-image: none !important; }[data-css=\"tve-u-160eaa7faeb\"] { padding: 0px !important; }[data-css=\"tve-u-160e9f7ce0e\"] { font-family: Lato, arial !important; }#tve_editor [data-css=\"tve-u-160e9f7868b\"] { letter-spacing: 2px; font-size: 16px !important; }[data-css=\"tve-u-160eb47f16a\"] { font-family: Lato, arial !important; }#tve_editor [data-css=\"tve-u-160eb47f143\"] { letter-spacing: 2px; font-size: 15px !important; }#tve_editor [data-css=\"tve-u-160eb475d09\"] { letter-spacing: 2px; font-size: 16px !important; }#tve_editor [data-css=\"tve-u-160eb470891\"] { letter-spacing: 2px; font-size: 16px !important; }[data-css=\"tve-u-160e9e41664\"] { margin-left: 0px !important; margin-bottom: 35px !important; }[data-css=\"tve-u-160e4c55d27\"] { padding: 40px 25px 60px !important; }[data-css=\"tve-u-160e5adb400\"] { margin-bottom: 2px !important; }[data-css=\"tve-u-160e52fbe2f\"] { margin-top: 0px !important; }#tve_editor [data-css=\"tve-u-160e52014b5\"] p, #tve_editor [data-css=\"tve-u-160e52014b5\"] li, #tve_editor [data-css=\"tve-u-160e52014b5\"] blockquote, #tve_editor [data-css=\"tve-u-160e52014b5\"] address { line-height: 0em; }[data-css=\"tve-u-160e5276a5e\"] { margin-top: 0px !important; }[data-css=\"tve-u-160e4c824a2\"] { padding-top: 0px !important; padding-bottom: 0px !important; margin-top: 0px !important; margin-bottom: 40px !important; }[data-css=\"tve-u-160e4c24b1a\"] { max-width: 100%; min-height: 0.15625vh !important; }[data-css=\"tve-u-160e4da55bb\"] { flex-direction: column; min-height: inherit; }#tve_editor [data-css=\"tve-u-160df6a2fe0\"] p, #tve_editor [data-css=\"tve-u-160df6a2fe0\"] li, #tve_editor [data-css=\"tve-u-160df6a2fe0\"] blockquote, #tve_editor [data-css=\"tve-u-160df6a2fe0\"] address { line-height: 1.3em; }[data-css=\"tve-u-160df51ca21\"] > .tve-cb { display: flex; flex-direction: column; justify-content: flex-end; }[data-css=\"tve-u-160df519447\"] { min-height: 0vh; }[data-css=\"tve-u-160df4f4d0e\"] { min-height: 297px; }[data-css=\"tve-u-160df51ca21\"] { margin-top: 0px !important; padding-top: 15px !important; padding-bottom: 15px !important; }[data-css=\"tve-u-160df8c3360\"] { padding: 50px 25px !important; }[data-css=\"tve-u-160dbceed3d\"] .tcb-button-link { padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-160dbe24f38\"] { line-height: 1.45em !important; }#tve_editor [data-css=\"tve-u-160dbe24f38\"] { letter-spacing: 2px; font-size: 16px !important; }#tve_editor [data-css=\"tve-u-160dbceed3d\"] .tcb-button-link { font-size: 18px; }[data-css=\"tve-u-160dbcbc7a4\"] { min-height: 284px; }[data-css=\"tve-u-160dbceed3d\"] { display: block; max-width: 100%; width: 100%; min-width: 100%; margin-top: 0px !important; margin-left: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-160db85dabe\"] { min-height: 1px; }[data-css=\"tve-u-160df4565d1\"] { float: none; z-index: 3; position: relative; margin-left: auto !important; margin-right: auto !important; padding-top: 0px !important; }[data-css=\"tve-u-160dbcafa88\"] { float: none; max-width: 305px; margin-top: 15px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-160db6dd8cd\"] { float: left; z-index: 3; position: relative; font-size: 20px; width: 20px; height: 20px; }[data-css=\"tve-u-160df6d74f4\"] { text-align: center; padding-left: 0px !important; margin-top: 5px !important; }[data-css=\"tve-u-160df6d53e3\"] { text-align: center; padding-right: 0px !important; }[data-css=\"tve-u-160f98df817\"] .tcb-button-link { padding-top: 0px !important; padding-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-160f98df817\"] .tcb-button-link { font-size: 18px; }[data-css=\"tve-u-160f98df817\"] { display: block; max-width: 100%; width: 100%; margin-top: 0px !important; margin-bottom: 20px !important; }[data-css=\"tve-u-160fa182f82\"] .tcb-button-link { padding-top: 0px !important; padding-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-160fa182f82\"] .tcb-button-link { font-size: 21.3333px; font-family: \"Noto Sans\"; font-weight: 400; }[data-css=\"tve-u-160fa182f82\"] { display: block; max-width: 299px; width: 299px; min-width: 100%; margin-top: 0px !important; }[data-css=\"tve-u-160fa198fbb\"] { line-height: 1.45em !important; }#tve_editor [data-css=\"tve-u-160fa198fbb\"] { letter-spacing: 2px; font-size: 16px !important; }[data-css=\"tve-u-160fec25d20\"] { line-height: 1.45em !important; }#tve_editor [data-css=\"tve-u-160fec25d20\"] { letter-spacing: 1px; font-size: 16px !important; }[data-css=\"tve-u-1635e65c044\"] { float: left; z-index: 3; position: relative; font-size: 22px; width: 22px; height: 22px; margin-left: 25px !important; }[data-css=\"tve-u-1635f136552\"] { margin-top: 10px !important; }[data-css=\"tve-u-16362a8dd87\"] { float: left; z-index: 3; position: relative; font-size: 20px; width: 20px; height: 20px; }[data-css=\"tve-u-16362aa4888\"] { float: left; z-index: 3; position: relative; font-size: 20px; width: 20px; height: 20px; }[data-css=\"tve-u-16363599740\"] { max-width: 173px; padding-top: 0px !important; }[data-css=\"tve-u-1636951d241\"] { margin-top: 10px !important; }}'),(4543,444,'tve_revision_tve_user_custom_css','.thrv_text_element p { margin: 0;}\n.thrv_heading h1,h2,h3,h4,h5 {margin: 0;}'),(4544,444,'tve_revision_tve_page_events','a:0:{}'),(4545,444,'tve_revision_tve_globals','a:2:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";s:11:\"lightbox_id\";i:0;}'),(4546,444,'tve_revision_tve_global_scripts',''),(4547,444,'tve_revision_thrive_icon_pack',''),(4548,444,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(4549,444,'tve_revision_tve_has_masonry','0'),(4550,444,'tve_revision_tve_has_typefocus',''),(4551,444,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16369563890\" wfd-id=\"527\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1636956410b\" data-clip-id=\"ebde87302d0be\" wfd-id=\"571\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1636955fbd2\" wfd-id=\"528\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160dbb50aca\" data-float=\"1\" wfd-id=\"565\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-160db84bfac\" data-clip-id=\"eb17500f3af4b\" wfd-id=\"570\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-eb17500f3af4b\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"divider\" pointer-width=\"100\" pointer-height=\"25\" style=\"zigzag\"><polygon points=\"0 0, 0 0.75, 0.5 1, 1 0.75,  1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-eb17500f3af4b\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"divider\" pointer-width=\"100\" pointer-height=\"25\" style=\"zigzag\"><polygon points=\"0 0, 0 0.75, 0.5 1, 1 0.75,  1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-eb17500f3af4b\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"pointer\" pointer-width=\"100\" pointer-height=\"15\" style=\"\" clip-path=\"url(#clip-mobile-top-eb17500f3af4b)\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 0 1, 0.5 0.85, 1 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-top-eb17500f3af4b\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"none\" pointer-width=\"5\" pointer-height=\"5\" style=\"zigzag\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160db85dabe\" wfd-id=\"566\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1635e6448aa\" wfd-id=\"567\"><h4 style=\"text-align: center;\"><strong>Your<br>&nbsp;â‰‘ &nbsp; &nbsp; &nbsp;Company Name &nbsp; &nbsp; &nbsp;â‰‘</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1635e5cbf37\" wfd-id=\"543\"><div class=\"tcb-flex-row tcb--cols--2 v-2 m-edit tcb-mobile-wrap tcb-resized tcb-row-reversed-mobile\" data-css=\"tve-u-1635e5cc2d9\" wfd-id=\"544\"><div class=\"tcb-flex-col\" data-css=\"tve-u-16363739cd6\" style=\"\" wfd-id=\"555\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"557\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tcb-mobile-hidden\" data-css=\"tve-u-1635e5cd7c0\" style=\"\" wfd-id=\"558\">\n<div class=\"tve-content-box-background\" wfd-id=\"564\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1635e5d9ba1\" wfd-id=\"559\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display tcb-mobile-hidden\" data-css=\"tve-u-160db6dd8cd\" style=\"\" wfd-id=\"563\"><svg class=\"tcb-icon\" viewBox=\"0 0 16 28\" data-name=\"map-marker\">\n<path d=\"M12 10c0-2.203-1.797-4-4-4s-4 1.797-4 4 1.797 4 4 4 4-1.797 4-4zM16 10c0 0.953-0.109 1.937-0.516 2.797l-5.688 12.094c-0.328 0.688-1.047 1.109-1.797 1.109s-1.469-0.422-1.781-1.109l-5.703-12.094c-0.406-0.859-0.516-1.844-0.516-2.797 0-4.422 3.578-8 8-8s8 3.578 8 8z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160df4565d1\" wfd-id=\"560\"><p>Your&nbsp; Adress Goes Here</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-16363739d27\" style=\"\" wfd-id=\"545\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"547\"><div class=\"tcb-clear\" data-css=\"tve-u-16363c02cf7\" wfd-id=\"548\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1635e5ffa41\" wfd-id=\"549\">\n<div class=\"tve-content-box-background\" wfd-id=\"554\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1635e5d9ba1\" wfd-id=\"550\"><div class=\"tcb-clear\" data-css=\"tve-u-163637c7e1e\" wfd-id=\"552\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1635e65c044\" data-float=\"1\" wfd-id=\"553\"><svg class=\"tcb-icon\" viewBox=\"0 0 22 28\" data-name=\"phone\">\n<path d=\"M22 19.375c0 0.562-0.25 1.656-0.484 2.172-0.328 0.766-1.203 1.266-1.906 1.656-0.922 0.5-1.859 0.797-2.906 0.797-1.453 0-2.766-0.594-4.094-1.078-0.953-0.344-1.875-0.766-2.734-1.297-2.656-1.641-5.859-4.844-7.5-7.5-0.531-0.859-0.953-1.781-1.297-2.734-0.484-1.328-1.078-2.641-1.078-4.094 0-1.047 0.297-1.984 0.797-2.906 0.391-0.703 0.891-1.578 1.656-1.906 0.516-0.234 1.609-0.484 2.172-0.484 0.109 0 0.219 0 0.328 0.047 0.328 0.109 0.672 0.875 0.828 1.188 0.5 0.891 0.984 1.797 1.5 2.672 0.25 0.406 0.719 0.906 0.719 1.391 0 0.953-2.828 2.344-2.828 3.187 0 0.422 0.391 0.969 0.609 1.344 1.578 2.844 3.547 4.813 6.391 6.391 0.375 0.219 0.922 0.609 1.344 0.609 0.844 0 2.234-2.828 3.187-2.828 0.484 0 0.984 0.469 1.391 0.719 0.875 0.516 1.781 1 2.672 1.5 0.313 0.156 1.078 0.5 1.188 0.828 0.047 0.109 0.047 0.219 0.047 0.328z\"></path>\n</svg></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16363599740\" wfd-id=\"551\"><p style=\"text-align: right;\">0364 - 300 - 946</p></div></div>\n</div></div></div></div></div></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160dbcafa88\" wfd-id=\"529\">\n<div class=\"tve-content-box-background\" wfd-id=\"542\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160dbcbc7a4\" wfd-id=\"530\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-160dbcd54ac\" data-tag=\"h3\" wfd-id=\"539\"><h3 style=\"text-align: center;\">This is the place to create your</h3></div><div class=\"thrv_wrapper thrv_heading tve_evt_manager_listen tve_et_tve-viewport tve_ea_thrive_animation tve_anim_slide_top\" data-css=\"tve-u-160dbcd2c5b\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_top&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" data-tag=\"h1\" wfd-id=\"536\"><h1 style=\"text-align: center;\">Best Memories</h1></div><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-160dbceed3d\" data-tcb_hover_state_parent=\"\" wfd-id=\"531\">\n<a href=\"\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"532\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-160dbe24f38\" wfd-id=\"533\"><strong>Make a reservation now</strong></span></span>\n</a>\n</div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1635e6aad72\" wfd-id=\"488\">\n<div class=\"tve-page-section-out\" wfd-id=\"526\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1635e6b4c72\" wfd-id=\"489\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160df4eae6d\" style=\"\" wfd-id=\"490\"><div class=\"tcb-flex-row tcb-medium-wrap tcb-resized tcb--cols--2\" data-css=\"tve-u-160df4bedf0\" wfd-id=\"491\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1635e9cce4d\" style=\"\" wfd-id=\"513\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160df8c3360\" wfd-id=\"515\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1635e97f913\" wfd-id=\"516\">\n<div class=\"tve-content-box-background\" wfd-id=\"525\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1635eadb72e\" wfd-id=\"517\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1636292fe99\" wfd-id=\"524\"><h4>A short story about us</h4></div><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-160df8deee2\" data-tag=\"h2\" wfd-id=\"521\"><h2>Welcome</h2></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-163629240b8\" wfd-id=\"518\"><p>Our vision is simple: create an environment of excitement and wonder.</p><p><br></p><p>We provide you with the fresh feeling that you need in summer and the cozyness you long for in winter.</p><p><br></p><p>We create the best experiences for you to share with friends.</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1635e9cce8b\" style=\"\" wfd-id=\"492\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160e5adb400\" wfd-id=\"494\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160df4c6424\" wfd-id=\"495\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-160df4db074\" wfd-id=\"512\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160df4f4d0e\" wfd-id=\"496\"><div class=\"tcb-clear\" data-css=\"tve-u-160df52e534\" wfd-id=\"497\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160df51ca21\" wfd-id=\"498\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-160df50b366\" wfd-id=\"511\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160df519447\" wfd-id=\"499\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1635eaf037e\" wfd-id=\"510\"><h6 class=\"\" data-css=\"tve-u-1635ef4f76c\" style=\"text-align: center;\"><strong>weâ€™re open from:</strong></h6></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160df6a2fe0\" wfd-id=\"500\"><div class=\"tcb-flex-row tcb--cols--2 v-2\" data-css=\"tve-u-160df6a3578\" wfd-id=\"501\"><div class=\"tcb-flex-col\" wfd-id=\"506\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160df6d53e3\" wfd-id=\"508\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160df709fbf\" wfd-id=\"509\"><p>Mo-Fr <strong>3Pm</strong> to <strong>4Am</strong></p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"502\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160df6d74f4\" wfd-id=\"504\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160df711140\" wfd-id=\"505\"><p>Sa-Su <strong>12Pm</strong> to <strong>4Am</strong></p></div></div></div></div></div></div>\n</div></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-160e4c55d27\" wfd-id=\"438\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-160e4c34c93\" data-clip-id=\"35e31e95c7382\" wfd-id=\"487\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-35e31e95c7382\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" pointer-width=\"100\" pointer-height=\"47\" style=\"zigzag\" decoration-type=\"none\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-35e31e95c7382\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" pointer-width=\"100\" pointer-height=\"47\" style=\"zigzag\" decoration-type=\"none\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-35e31e95c7382\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" pointer-width=\"100\" pointer-height=\"47\" style=\"zigzag\" decoration-type=\"none\" clip-path=\"url(#clip-mobile-top-35e31e95c7382)\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-top-35e31e95c7382\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" pointer-width=\"100\" pointer-height=\"22\" style=\"zigzag\" decoration-type=\"none\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-160e4c24b1a\" wfd-id=\"439\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-160e4c824a2\" data-tag=\"h3\" wfd-id=\"484\"><h3 data-css=\"tve-u-163630c7fc7\" style=\"text-align: center;\">Why Youâ€™ll <strong>Love</strong> our pub</h3></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160e4dadf9c\" style=\"\" wfd-id=\"440\"><div class=\"tcb-flex-row tcb--cols--3 tcb-medium-wrap v-2\" data-css=\"tve-u-160e4da55bb\" wfd-id=\"441\"><div class=\"tcb-flex-col\" wfd-id=\"468\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160e52014b5\" data-tcb_hover_state_parent=\"\" wfd-id=\"470\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1635efec9fa\" data-float=\"1\" wfd-id=\"481\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1635f098c8e\" data-tcb_hover_state_parent=\"1\" wfd-id=\"483\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16363231ead\" wfd-id=\"482\"></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160eb218e4e\" data-float=\"1\" wfd-id=\"471\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-160eb214b56\" data-clip-id=\"a182d7c321313\" data-tcb_hover_state_parent=\"1\" wfd-id=\"480\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-a182d7c321313\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"pointer\" pointer-width=\"100\" pointer-height=\"36\" style=\"\" data-inverted=\"false\"><polygon points=\"0 0, 0 0.64, 0 0.64, 0.5 1, 1 0.64, 1 0.64, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-a182d7c321313\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"none\" pointer-width=\"100\" pointer-height=\"36\" style=\"zigzag\" clip-path=\"url(#clip-tablet-top-a182d7c321313)\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-top-a182d7c321313\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"divider\" pointer-width=\"100\" pointer-height=\"22\" style=\"zigzag\"><polygon points=\"0 1, 1 1,1 0.22, 0.5 0, 0 0.22, 0 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-a182d7c321313\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"none\" pointer-width=\"100\" pointer-height=\"36\" style=\"zigzag\" clip-path=\"url(#clip-mobile-top-a182d7c321313)\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-top-a182d7c321313\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"divider\" pointer-width=\"100\" pointer-height=\"22\" style=\"zigzag\"><polygon points=\"0 1, 1 1,1 0.22, 0.5 0, 0 0.22, 0 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160eb1a09e2\" wfd-id=\"472\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1635ef71519\" wfd-id=\"477\"><p data-css=\"tve-u-160e4fd114b\" style=\"text-align: center;\">&nbsp;original</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160e501c0b4\" wfd-id=\"473\"><p data-css=\"tve-u-160e4fe84a1\" style=\"text-align: center;\"><span data-css=\"tve-u-160e4fe6187\" style=\"font-weight: 400; font-family: &quot;Kaushan Script&quot;;\" wfd-id=\"476\">drinks</span></p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"454\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160e5276a5e\" data-tcb_hover_state_parent=\"\" wfd-id=\"456\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-163628d68f3\" data-float=\"1\" wfd-id=\"465\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1635f073915\" data-tcb_hover_state_parent=\"1\" wfd-id=\"467\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16363235afe\" wfd-id=\"466\"></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160eb2222a0\" data-float=\"1\" wfd-id=\"457\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-160eb1d9ffb\" data-clip-id=\"cb4c420ba2143\" data-tcb_hover_state_parent=\"1\" wfd-id=\"464\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-cb4c420ba2143\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"pointer\" pointer-width=\"100\" pointer-height=\"36\" style=\"zigzag\"><polygon points=\"0 0, 0 0.64, 0.5 1, 1 0.64,  1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-cb4c420ba2143\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"none\" pointer-width=\"100\" pointer-height=\"36\" style=\"zigzag\" clip-path=\"url(#clip-tablet-top-cb4c420ba2143)\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-top-cb4c420ba2143\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"divider\" pointer-width=\"100\" pointer-height=\"22\" style=\"zigzag\"><polygon points=\"0 1, 1 1,1 0.22, 0.5 0, 0 0.22, 0 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-cb4c420ba2143\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"none\" pointer-width=\"100\" pointer-height=\"36\" style=\"zigzag\" clip-path=\"url(#clip-mobile-top-cb4c420ba2143)\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-top-cb4c420ba2143\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"divider\" pointer-width=\"100\" pointer-height=\"22\" style=\"zigzag\"><polygon points=\"0 1, 1 1,1 0.22, 0.5 0, 0 0.22, 0 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160eb1a09e2\" wfd-id=\"458\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1635ef72920\" wfd-id=\"463\"><p data-css=\"tve-u-160e4fd114b\" style=\"text-align: center;\">&nbsp;tasty</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160e501c0b4\" wfd-id=\"459\"><p data-css=\"tve-u-160e4fe84a1\" style=\"text-align: center;\"><span data-css=\"tve-u-160e4fe6187\" style=\"font-weight: 400; font-family: &quot;Kaushan Script&quot;;\" wfd-id=\"462\">food</span></p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"442\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160e52fbe2f\" data-tcb_hover_state_parent=\"\" wfd-id=\"444\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1635f0a8c87\" wfd-id=\"451\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1635f0b76b1\" data-tcb_hover_state_parent=\"1\" wfd-id=\"453\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-1635f010773\" wfd-id=\"452\"></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160eb0e8e90\" data-float=\"1\" wfd-id=\"445\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-160eb0d7fac\" data-clip-id=\"dd364f1962bc7\" data-tcb_hover_state_parent=\"1\" wfd-id=\"450\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-dd364f1962bc7\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"pointer\" pointer-width=\"100\" pointer-height=\"36\" style=\"zigzag\"><polygon points=\"0 0, 0 0.64, 0.5 1, 1 0.64,  1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-dd364f1962bc7\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"none\" pointer-width=\"100\" pointer-height=\"36\" style=\"zigzag\" clip-path=\"url(#clip-tablet-top-dd364f1962bc7)\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-top-dd364f1962bc7\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"divider\" pointer-width=\"100\" pointer-height=\"22\" style=\"zigzag\"><polygon points=\"0 1, 1 1,1 0.22, 0.5 0, 0 0.22, 0 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-dd364f1962bc7\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"none\" pointer-width=\"100\" pointer-height=\"36\" style=\"zigzag\" clip-path=\"url(#clip-mobile-top-dd364f1962bc7)\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-top-dd364f1962bc7\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"divider\" pointer-width=\"100\" pointer-height=\"22\" style=\"zigzag\"><polygon points=\"0 1, 1 1,1 0.22, 0.5 0, 0 0.22, 0 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160eb1a09e2\" wfd-id=\"446\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160eb1b0e14\" wfd-id=\"449\"><p data-css=\"tve-u-160e4fd114b\" style=\"text-align: center;\">&nbsp;great</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160e501c0b4\" wfd-id=\"447\"><p data-css=\"tve-u-160e4fe84a1\" style=\"text-align: center;\"><span data-css=\"tve-u-160e4fe6187\" style=\"font-weight: 400; font-family: &quot;Kaushan Script&quot;;\" wfd-id=\"448\">ambiance</span></p></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-160e9d15bdf\" wfd-id=\"281\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-160e9d118ed\" wfd-id=\"437\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-160e9d0c61d\" wfd-id=\"282\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160e9e2aeab\" wfd-id=\"436\"><h3>Take a look at</h3></div><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-160e9e41664\" data-tag=\"h2\" wfd-id=\"433\"><h2>Our Menu</h2></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160e9dff371\" wfd-id=\"283\">\n<div class=\"tve-content-box-background\" wfd-id=\"432\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160e9e03630\" wfd-id=\"284\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160ea7cae88\" wfd-id=\"285\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2\" data-css=\"tve-u-160ea7c9db0\" wfd-id=\"286\"><div class=\"tcb-flex-col\" wfd-id=\"309\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"311\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-160eb3ad20a\" wfd-id=\"429\"><h4>Drinks</h4></div><div class=\"tcb-clear\" data-css=\"tve-u-160ea7bf191\" wfd-id=\"376\"><div class=\"thrv_wrapper thrv_toggle_shortcode\" data-hover-color=\"rgba(18, 21, 25, 0.8)\" data-css=\"tve-u-160e9f87397\" wfd-id=\"377\">\n<div class=\"tve_faq\" wfd-id=\"378\">\n<div class=\"tve_faqI\" wfd-id=\"379\">\n<div class=\"tve_faqB\" wfd-id=\"422\"><span class=\"tve_not_editable tve_toggle\" wfd-id=\"428\"></span>\n<h4 class=\"tve_editable\" data-css=\"tve-u-160eb470891\"><span data-css=\"tve-u-160eb4708df\" style=\"font-family: Lato,arial;\" wfd-id=\"427\">alcoholic drinks</span></h4>\n</div>\n<div class=\"tve_faqC tve_empty_dropzone\" style=\"display: none;\" wfd-id=\"380\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160e9fad83c\" wfd-id=\"394\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-160eaa7faeb\" wfd-id=\"395\"><div class=\"tcb-flex-col\" wfd-id=\"414\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160eb4a305a\" wfd-id=\"416\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160ea977bf3\" wfd-id=\"417\"><h3 data-css=\"tve-u-160f8d013c3\"><strong>Beer (bottle)</strong></h3><p><br></p><p data-css=\"tve-u-160eb4a45fb\">Heineken</p><p data-css=\"tve-u-160eb49e1f7\">Paulaner</p><p data-css=\"tve-u-160eb4a4600\">Budweiser American Ale</p><p data-css=\"tve-u-160eb4a4603\">Land Shark Lager</p><p data-css=\"tve-u-160eb4a4605\">Scrumpy</p><p data-css=\"tve-u-160eb4a4608\">JackFirestone</p><p data-css=\"tve-u-160eb4a460a\">Walker Fortem</p><p data-css=\"tve-u-160eb4a460d\">Live Oak Hefeweizen</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"396\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160f8cfbf40\" wfd-id=\"398\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160ea9789a4\" wfd-id=\"399\"><h3 data-css=\"tve-u-160f8cf3d89\"><strong>Beer (draught)</strong></h3><p><br></p><p data-css=\"tve-u-160eb4b6f9b\"><span data-css=\"tve-u-160f8ceeb77\" wfd-id=\"413\">Guiness</span></p><p data-css=\"tve-u-160eb4b6fc8\"><span data-css=\"tve-u-160f8cef20d\" wfd-id=\"411\"><span data-css=\"tve-u-160f8ceeb79\" wfd-id=\"412\">Stela Artois</span></span></p><p data-css=\"tve-u-160eb4b6fcb\"><span data-css=\"tve-u-160f8cef245\" wfd-id=\"409\"><span data-css=\"tve-u-160f8ceebb3\" wfd-id=\"410\">Grolsch (Unfiltered)</span></span></p><p data-css=\"tve-u-160eb4b6fcd\"><span data-css=\"tve-u-160f8cef27e\" wfd-id=\"407\"><span data-css=\"tve-u-160f8ceebeb\" wfd-id=\"408\">Newcastle Brown Ale</span></span></p><p data-css=\"tve-u-160eb4b6fd0\"><span data-css=\"tve-u-160f8cef2b7\" wfd-id=\"405\"><span data-css=\"tve-u-160f8ceec23\" wfd-id=\"406\">Corona Extra</span></span></p><p data-css=\"tve-u-160eb4b6fd3\"><span data-css=\"tve-u-160f8cef2f1\" wfd-id=\"403\"><span data-css=\"tve-u-160f8ceec5c\" wfd-id=\"404\">Sam Adams</span></span></p><p data-css=\"tve-u-160eb4b6fd5\"><span data-css=\"tve-u-160f8ceec94\" wfd-id=\"402\">Miller Lite</span></p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160ea89b12a\" wfd-id=\"381\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-160eaa7faee\" wfd-id=\"382\"><div class=\"tcb-flex-col\" wfd-id=\"388\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160f8cddeb4\" wfd-id=\"390\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160ea976e63\" wfd-id=\"391\"><h3 data-css=\"tve-u-160f8cd7871\"><strong>Cocktails</strong></h3><p data-css=\"tve-u-160f8cd7919\"><br></p><p data-css=\"tve-u-160f8cd794f\">Gin &amp; Tonic</p><p data-css=\"tve-u-160f8cd7987\">Vodka Orange</p><p data-css=\"tve-u-160f8cd79c1\">Wiskey Sour</p><p data-css=\"tve-u-160f8cd79f8\">Boulevardier</p><p data-css=\"tve-u-160f8cd7a30\">Daiquiri</p><p data-css=\"tve-u-160f8cd7a68\">Martini</p><p data-css=\"tve-u-160f8cd7aa1\">Ramos Gin Fizz</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"383\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160ea928596\" wfd-id=\"385\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160ea9729a9\" wfd-id=\"387\"><h3 data-css=\"tve-u-160ea90d163\"><strong>Wine</strong></h3><p data-css=\"tve-u-160f8cc8efc\"><br></p><p data-css=\"tve-u-160f8cc8f31\"><br></p><p data-css=\"tve-u-160ea9400e0\"><strong>White</strong></p><p data-css=\"tve-u-160f8cc8f9a\"><br></p><p data-css=\"tve-u-160f8cc8fce\">Sidebar Sauvignon Blanc High Valley</p><p data-css=\"tve-u-160ea9104fd\"><br></p><p data-css=\"tve-u-160ea7224b9\">Mazzei Maremma Toscana Tenuta</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160ea9357c7\" wfd-id=\"386\"><p data-css=\"tve-u-160f8cc591b\"><br></p><p data-css=\"tve-u-160ea71c62c\"><strong>Red</strong></p><p data-css=\"tve-u-160f8cc5953\"><br></p><p data-css=\"tve-u-160ea79970d\">MarquÃ©s de CÃ¡ceres</p><p data-css=\"tve-u-160ea799710\">Rioja ReservaBelguardo</p></div></div></div></div></div></div>\n</div>\n</div>\n</div></div><div class=\"tcb-clear\" data-css=\"tve-u-160ea7bf191\" wfd-id=\"312\"><div class=\"thrv_wrapper thrv_toggle_shortcode\" data-hover-color=\"rgba(18, 21, 25, 0.8)\" data-css=\"tve-u-160eab45a4f\" wfd-id=\"313\">\n<div class=\"tve_faq\" wfd-id=\"330\">\n<div class=\"tve_faqI\" wfd-id=\"331\">\n<div class=\"tve_faqB\" wfd-id=\"371\"><span class=\"tve_not_editable tve_toggle\" wfd-id=\"375\"></span>\n<h4 class=\"tve_editable\" data-css=\"tve-u-160eb475d09\"><span data-css=\"tve-u-160eb475d4c\" style=\"font-family: Lato,arial;\" wfd-id=\"374\">soft drinks</span></h4>\n</div>\n<div class=\"tve_faqC tve_empty_dropzone\" style=\"display: none;\" wfd-id=\"332\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160eaa73bda\" wfd-id=\"355\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-160e9fac06c\" wfd-id=\"356\"><div class=\"tcb-flex-col\" wfd-id=\"365\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160f8cb9d70\" wfd-id=\"367\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160ea977bf3\" wfd-id=\"368\"><h3 data-css=\"tve-u-160f8cb610d\"><strong>Coffee</strong></h3><p data-css=\"tve-u-160f8cb6183\"><br></p><p data-css=\"tve-u-160f8cb61bc\">Expresso</p><p data-css=\"tve-u-160ea6ba060\">Expresso Machiato</p><p data-css=\"tve-u-160ea6ba063\">Irish Coffee</p><p data-css=\"tve-u-160ea6ba065\">Cafe Mendoza</p><p data-css=\"tve-u-160ea6ba067\">Latte</p><p data-css=\"tve-u-160ea6ba06a\">Americano</p><p data-css=\"tve-u-160ea6ba06c\">Baileys Irish Cream Coffee</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"357\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160f8c978c9\" wfd-id=\"359\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160f8c8c841\" wfd-id=\"360\"><h3 data-css=\"tve-u-160f8cb0034\"><strong>Juice</strong></h3><p data-css=\"tve-u-160f8cb00a7\"><br></p><p data-css=\"tve-u-160f8cb00e0\">Coca Cola</p><p data-css=\"tve-u-160f8cb011c\">Fanta</p><p data-css=\"tve-u-160f8cb0157\">Sprite</p><p data-css=\"tve-u-160f8cb0191\">Almdudler</p><p data-css=\"tve-u-160f8cb01cb\">Fresh mix&nbsp;</p><ul class=\"\" wfd-id=\"363\"><li class=\"\" data-css=\"tve-u-160ea9c9c07\" wfd-id=\"364\">Orange/ Grapefruit/Apple</li></ul><p data-css=\"tve-u-160f8cb0240\">Sam Adams</p><p data-css=\"tve-u-160f8cb027b\">Miller Lite</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160eaa8db54\" wfd-id=\"333\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-160ea89ac22\" wfd-id=\"334\"><div class=\"tcb-flex-col\" wfd-id=\"339\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"341\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160ea976e63\" wfd-id=\"342\"><h3 data-css=\"tve-u-160ea54ea72\"><span data-css=\"tve-u-160f8c69135\" wfd-id=\"354\"><strong>Smoothie</strong></span></h3><p><span data-css=\"tve-u-160f8c699b9\" wfd-id=\"352\"><span data-css=\"tve-u-160f8c691a5\" wfd-id=\"353\"><br></span></span></p><p data-css=\"tve-u-160ea6ba05c\"><span data-css=\"tve-u-160f8c699f6\" wfd-id=\"350\"><span data-css=\"tve-u-160f8c691dc\" wfd-id=\"351\">Cherry &amp; Kale</span></span></p><p data-css=\"tve-u-160ea6ba05c\"><span data-css=\"tve-u-160f8c69a2f\" wfd-id=\"348\"><span data-css=\"tve-u-160f8c69216\" wfd-id=\"349\">Blueberry &amp; Avocado</span></span></p><p data-css=\"tve-u-160ea6ba05c\"><span data-css=\"tve-u-160f8c69a67\" wfd-id=\"346\"><span data-css=\"tve-u-160f8c69250\" wfd-id=\"347\">Banana &amp; Milk</span></span></p><p data-css=\"tve-u-160ea6ba05c\"><span data-css=\"tve-u-160f8c69289\" wfd-id=\"345\">Pear &amp; Chocolate</span></p><p data-css=\"tve-u-160f8c626b2\">Veggie &amp; Green</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"335\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160ea928596\" wfd-id=\"337\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160f8c59f19\" wfd-id=\"338\"><h3 data-css=\"tve-u-160f8c5888c\"><strong>Lemonade</strong></h3><p data-css=\"tve-u-160f8c58926\"><br></p><p data-css=\"tve-u-160f8c58957\">Classic</p><p data-css=\"tve-u-160eaa5aa50\">Mint&nbsp;</p><p data-css=\"tve-u-160f8c589bd\">Orange &amp; Lime</p><p data-css=\"tve-u-160eaa62df8\">Watermelon</p></div></div></div></div></div></div>\n</div>\n</div>\n<div class=\"tve_faq\" wfd-id=\"314\">\n<div class=\"tve_faqI\" wfd-id=\"315\">\n<div class=\"tve_faqB\" wfd-id=\"325\"><span class=\"tve_not_editable tve_toggle\" wfd-id=\"329\"></span>\n<h4 class=\"tve_editable\">ADDITIONAL SPIRITS</h4>\n</div>\n<div class=\"tve_faqC\" style=\"display: none;\" wfd-id=\"316\"><div class=\"thrv_wrapper tcb-row-empty thrv-columns\" data-css=\"tve-u-1689b6473cd\" wfd-id=\"317\"><div class=\"tcb-flex-row tcb--cols--2\" wfd-id=\"318\"><div class=\"tcb-flex-col\" wfd-id=\"322\"><div class=\"tcb-col\" wfd-id=\"324\"></div></div><div class=\"tcb-flex-col\" wfd-id=\"319\"><div class=\"tcb-col\" wfd-id=\"321\"></div></div></div></div></div>\n</div>\n</div></div></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"287\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160eb38e170\" wfd-id=\"289\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-160eaaf84a6\" wfd-id=\"308\"><h4 class=\"\">Food</h4></div><div class=\"tcb-clear\" data-css=\"tve-u-160ea7bf191\" wfd-id=\"298\"><div class=\"thrv_wrapper thrv_toggle_shortcode\" data-hover-color=\"rgba(18, 21, 25, 0.8)\" data-css=\"tve-u-160ead973a1\" wfd-id=\"299\">\n<div class=\"tve_faq\" wfd-id=\"300\">\n<div class=\"tve_faqI\" wfd-id=\"301\">\n<div class=\"tve_faqB\" wfd-id=\"303\"><span class=\"tve_not_editable tve_toggle\" wfd-id=\"307\"></span>\n<h4 class=\"tve_editable\" data-css=\"tve-u-160eb47f143\"><span data-css=\"tve-u-160eb47f16a\" wfd-id=\"306\">starters</span></h4>\n</div>\n<div class=\"tve_faqC tve_empty_dropzone\" style=\"display: none;\" wfd-id=\"302\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160eb521486\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-160eb54da29\"><div class=\"tcb-flex-col\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160e9fbbfa0\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160f8c2bf72\"><h3 data-css=\"tve-u-160f8c28393\"><strong>Snacks</strong></h3><p data-css=\"tve-u-160f8c283f9\"><br></p><p data-css=\"tve-u-160f8c2842b\">Chips</p><p data-css=\"tve-u-160f8c28460\">Hazelnuts</p><p data-css=\"tve-u-160f8c28493\">Peanuts</p><p data-css=\"tve-u-160f8c284c6\">Tortilla chips</p><p data-css=\"tve-u-160f8c25bba\">Chocolate croissants</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160e9fc2c51\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160ea9c1e15\"><h3 data-css=\"tve-u-160eb553062\"><strong>Meals</strong></h3><p data-css=\"tve-u-160eb5530cd\"><br></p><p data-css=\"tve-u-160eb553103\">Crab cakes<u>â€‹</u></p><p data-css=\"tve-u-160eb553138\">Chicken wings</p><p data-css=\"tve-u-160eb55316d\">White beans with herbs</p><p data-css=\"tve-u-160eb5531a1\">Stuffed mushrooms</p><p data-css=\"tve-u-160eb5531d8\">Smoked salmon spread</p><p data-css=\"tve-u-160eb55320f\">Authentic houmous</p></div></div></div></div></div></div>\n</div>\n</div>\n</div></div><div class=\"tcb-clear\" data-css=\"tve-u-160ea7bf191\" wfd-id=\"290\"><div class=\"thrv_wrapper thrv_toggle_shortcode\" data-hover-color=\"rgba(18, 21, 25, 0.8)\" data-css=\"tve-u-160eb42c2ca\" wfd-id=\"291\">\n<div class=\"tve_faq\" wfd-id=\"292\">\n<div class=\"tve_faqI\" wfd-id=\"293\">\n<div class=\"tve_faqB\" wfd-id=\"295\"><span class=\"tve_not_editable tve_toggle\" wfd-id=\"297\"></span>\n<h4 class=\"tve_editable\" data-css=\"tve-u-160e9f7868b\"><span data-css=\"tve-u-160e9f7ce0e\" wfd-id=\"296\">main course</span></h4>\n</div>\n<div class=\"tve_faqC tve_empty_dropzone\" style=\"display: none;\" wfd-id=\"294\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160ead90ba7\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-160eadcc8c9\"><div class=\"tcb-flex-col\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160f8d12a0d\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160ea977bf3\"><h3 data-css=\"tve-u-160eb5275ca\"><strong>Soup</strong></h3><p data-css=\"tve-u-160eb52762c\"><br></p><p data-css=\"tve-u-160eb52765c\">Fish soup</p><p data-css=\"tve-u-160eb52768d\">Squash &amp; parsley&nbsp;</p><p data-css=\"tve-u-160eb5276bf\">Tomato</p><p data-css=\"tve-u-160eb5276f3\">Chicken Almond<br>Arizona Mountain<br>Bayou Shrimp<br>Beef &amp; Pasta Mushroom</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160e9fc2c51\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160eb537e16\"><h3 data-css=\"tve-u-160eb5346af\"><strong>Main dish</strong></h3><p data-css=\"tve-u-160eb534715\"><br></p><p data-css=\"tve-u-160eadffc69\">Chickpea Cauliflower Korma</p><p data-css=\"tve-u-160eb53477a\">Lasagna</p><p data-css=\"tve-u-160eb5347ae\">Veggie Lasagna</p><p data-css=\"tve-u-160eb5347e1\">Pizza Capriciosa</p><p data-css=\"tve-u-160eb534816\">Pizza Margherita</p><p data-css=\"tve-u-160eb53484c\">House Burger</p></div></div></div></div></div></div>\n</div>\n</div>\n</div></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1635ee0cb15\" wfd-id=\"156\">\n<div class=\"tve-page-section-out\" wfd-id=\"280\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1635ebf2201\" wfd-id=\"157\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160f8e625a1\" wfd-id=\"276\"><h3 data-css=\"tve-u-1635f10faad\" style=\"text-align: center;\">What <span data-css=\"tve-u-1635f111354\" style=\"text-transform: uppercase;\" wfd-id=\"279\">o</span>ur customers say</h3></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1635ed91639\" wfd-id=\"158\"><div class=\"tcb-flex-row tcb--cols--3\" data-css=\"tve-u-1635ed274dc\" wfd-id=\"159\"><div class=\"tcb-flex-col\" wfd-id=\"234\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1636390be1e\" wfd-id=\"236\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1635f1b25ed\" wfd-id=\"254\">\n<div class=\"tve-content-box-background\" wfd-id=\"275\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1635f125271\" wfd-id=\"255\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1635f138d3b\" wfd-id=\"271\"><p data-css=\"tve-u-160fa718c59\"><span data-css=\"tve-u-160fa718c5e\" wfd-id=\"274\">â</span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1635f136552\" wfd-id=\"268\"><p data-css=\"tve-u-163629eed0d\">Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit. Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit.</p></div><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"2\" data-color=\"rgb(218, 144, 15)\" data-css=\"tve-u-1635f14cd1e\" wfd-id=\"267\">\n<hr class=\"tve_sep tve_sep-1\">\n</div><div class=\"tcb-clear\" data-css=\"tve-u-160f93bdfb1\" wfd-id=\"265\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1636392a6b1\" wfd-id=\"266\"><svg class=\"tcb-icon\" viewBox=\"0 0 16 28\" data-name=\"sort-desc\">\n<path d=\"M16 17c0 0.266-0.109 0.516-0.297 0.703l-7 7c-0.187 0.187-0.438 0.297-0.703 0.297s-0.516-0.109-0.703-0.297l-7-7c-0.187-0.187-0.297-0.438-0.297-0.703 0-0.547 0.453-1 1-1h14c0.547 0 1 0.453 1 1z\"></path>\n</svg></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1635f123a1e\" wfd-id=\"261\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1636393c2d2\" data-float=\"1\" wfd-id=\"262\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-160f957664d\" wfd-id=\"264\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-163629eb59f\" wfd-id=\"263\"></div>\n</div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1635f121505\" wfd-id=\"256\"><p data-css=\"tve-u-163629db329\"><strong><span data-css=\"tve-u-163629f6835\" style=\"font-size: 16px;\" wfd-id=\"260\">Josie Carter</span></strong></p><p data-css=\"tve-u-163629e77b3\"><span data-css=\"tve-u-163629f6837\" style=\"font-size: 16px;\" wfd-id=\"259\"><em>Marine Biologist</em></span></p><p data-css=\"tve-u-160f9514c00\">â€‹<br></p></div></div>\n</div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-161701a8fd1\" wfd-id=\"237\"><div class=\"tcb-flex-row tcb--cols--3 tcb-resized tcb-resizing tcb-medium-no-wrap v-2 tcb-mobile-wrap m-edit\" data-css=\"tve-u-161703e4bac\" wfd-id=\"238\"><div class=\"tcb-flex-col\" data-css=\"tve-u-16170332517\" style=\"\" wfd-id=\"248\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"250\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16170441415\" wfd-id=\"251\"><p data-css=\"tve-u-16170191bce\"><em>As seen on</em></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1617033251d\" style=\"width: 85px;\" wfd-id=\"243\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"245\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16170185cb5\" wfd-id=\"246\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"247\"><img class=\"tve_image wp-image-3532\" alt=\"\" width=\"45\" height=\"30\" title=\"trip-advisor-logo_03\" data-id=\"3532\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/trip-advisor-logo_03.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1617033371d\" style=\"\" wfd-id=\"239\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"241\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16170442200\" wfd-id=\"242\"><p data-css=\"tve-u-161701c9195\"><a href=\"https://www.tripadvisor.com/\" target=\"_blank\"><u>See more reviews</u></a><u>â€‹â€‹â€‹â€‹</u></p></div></div></div></div></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"196\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-163639549e4\" wfd-id=\"198\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1635f1b3fee\" wfd-id=\"214\">\n<div class=\"tve-content-box-background\" wfd-id=\"233\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16362a05c8f\" wfd-id=\"215\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1636390935e\" wfd-id=\"229\"><p data-css=\"tve-u-160fa718c59\"><span data-css=\"tve-u-160fa718c5e\" wfd-id=\"232\">â</span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1636951d241\" wfd-id=\"226\"><p data-css=\"tve-u-16362a0d7c6\">Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae erat consequat auctor eu in elit. Class aptent!</p></div><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"2\" data-color=\"rgb(218, 144, 15)\" data-css=\"tve-u-16369519850\" wfd-id=\"225\">\n<hr class=\"tve_sep tve_sep-1\">\n</div><div class=\"tcb-clear\" data-css=\"tve-u-160f93bdfb1\" wfd-id=\"223\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1636392e791\" wfd-id=\"224\"><svg class=\"tcb-icon\" viewBox=\"0 0 16 28\" data-name=\"sort-desc\">\n<path d=\"M16 17c0 0.266-0.109 0.516-0.297 0.703l-7 7c-0.187 0.187-0.438 0.297-0.703 0.297s-0.516-0.109-0.703-0.297l-7-7c-0.187-0.187-0.297-0.438-0.297-0.703 0-0.547 0.453-1 1-1h14c0.547 0 1 0.453 1 1z\"></path>\n</svg></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1635ec5add7\" wfd-id=\"219\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1636393da63\" data-float=\"1\" wfd-id=\"220\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1635f13f574\" wfd-id=\"222\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16362a05cc8\" wfd-id=\"221\"></div>\n</div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160fa6805d4\" wfd-id=\"216\"><p data-css=\"tve-u-16362a08679\"><strong>Jesse O\'neil</strong></p><p data-css=\"tve-u-16362a0a74e\"><em>Advertising</em></p><p data-css=\"tve-u-16362a0a750\">â€‹<br></p></div></div>\n</div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16170325257\" wfd-id=\"199\"><div class=\"tcb-flex-row tcb--cols--3 tcb-resized tcb-medium-no-wrap v-2 tcb-mobile-wrap m-edit\" data-css=\"tve-u-1617045651a\" wfd-id=\"200\"><div class=\"tcb-flex-col\" data-css=\"tve-u-16170334a49\" style=\"\" wfd-id=\"210\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"212\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-161704435d7\" wfd-id=\"213\"><p data-css=\"tve-u-16170191bce\"><em>As seen on</em></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-16170334a4f\" style=\"\" wfd-id=\"205\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"207\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-161702e8042\" wfd-id=\"208\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"209\"><img class=\"tve_image wp-image-3538\" alt=\"\" width=\"52\" height=\"31\" title=\"foursquare-logo_03\" data-id=\"3538\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/foursquare-logo_03.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-161703373d0\" style=\"\" wfd-id=\"201\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"203\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16170445bb9\" wfd-id=\"204\"><p data-css=\"tve-u-161701c9195\"><a href=\"https://foursquare.com/\" target=\"_blank\"><u>See more reviewsâ€‹â€‹â€‹â€‹</u></a></p></div></div></div></div></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"160\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16363524c1e\" wfd-id=\"162\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1635ebfe4fc\" wfd-id=\"178\">\n<div class=\"tve-content-box-background\" wfd-id=\"195\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1635ec2801b\" wfd-id=\"179\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1635f139f5c\" wfd-id=\"191\"><p data-css=\"tve-u-160fa718c59\"><span data-css=\"tve-u-160fa718c5e\" wfd-id=\"194\">â</span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160f961e617\" wfd-id=\"190\"><p data-css=\"tve-u-16362a2156e\">Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Mauris in erat justo. Nullam ac urna eu felis dapibus condimentum sit amet a augue. Sed non neque elit.</p></div><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"2\" data-color=\"rgb(218, 144, 15)\" data-css=\"tve-u-160f9405e56\" wfd-id=\"189\">\n<hr class=\"tve_sep tve_sep-1\">\n</div><div class=\"tcb-clear\" data-css=\"tve-u-160f93bdfb1\" wfd-id=\"187\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1635ed98a8a\" wfd-id=\"188\"><svg class=\"tcb-icon\" viewBox=\"0 0 16 28\" data-name=\"sort-desc\">\n<path d=\"M16 17c0 0.266-0.109 0.516-0.297 0.703l-7 7c-0.187 0.187-0.438 0.297-0.703 0.297s-0.516-0.109-0.703-0.297l-7-7c-0.187-0.187-0.297-0.438-0.297-0.703 0-0.547 0.453-1 1-1h14c0.547 0 1 0.453 1 1z\"></path>\n</svg></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1635ec5add7\" wfd-id=\"183\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160f9562c14\" data-float=\"1\" wfd-id=\"184\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1635f187bfc\" wfd-id=\"186\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-1635edf3681\" wfd-id=\"185\"></div>\n</div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160fa6805d4\" wfd-id=\"180\"><p data-css=\"tve-u-163629df961\"><strong><span data-css=\"tve-u-16362a29860\" style=\"font-size: 16px;\" wfd-id=\"182\">Gabriel Jones</span></strong></p><p data-css=\"tve-u-16362a2c533\"><span data-css=\"tve-u-16362a29862\" style=\"font-size: 16px;\" wfd-id=\"181\"><em>Brand Management Consultant</em></span></p><p data-css=\"tve-u-160f9514c00\"><strong>â€‹</strong><br></p></div></div>\n</div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-161703268c0\" wfd-id=\"163\"><div class=\"tcb-flex-row tcb--cols--3 tcb-resized tcb-medium-no-wrap v-2 tcb-mobile-wrap m-edit\" data-css=\"tve-u-161701a2f15\" wfd-id=\"164\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1617019989e\" style=\"\" wfd-id=\"174\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"176\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16170471614\" wfd-id=\"177\"><p data-css=\"tve-u-16170191bce\"><em>As seen on</em></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-161701998d2\" style=\"\" wfd-id=\"169\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"171\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1617031f43b\" wfd-id=\"172\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"173\"><img class=\"tve_image wp-image-3542\" alt=\"\" width=\"49\" height=\"24\" title=\"yelp-logo_03\" data-id=\"3542\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/yelp-logo_03.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-161701c1618\" style=\"\" wfd-id=\"165\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"167\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-161701b642a\" wfd-id=\"168\"><p data-css=\"tve-u-161701c9195\"><a href=\"https://www.yelp.com/\" target=\"_blank\"><u>See more reviews</u></a><u>â€‹â€‹â€‹â€‹</u></p></div></div></div></div></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-160f96ef669\" wfd-id=\"114\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-160f96f5e19\" data-clip-id=\"c22944d35542f\" wfd-id=\"155\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-c22944d35542f\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" pointer-width=\"100\" pointer-height=\"14\" style=\"zigzag\" decoration-type=\"none\" clip-path=\"url(#clip-top-c22944d35542f)\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-c22944d35542f\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" pointer-width=\"100\" pointer-height=\"14\" style=\"zigzag\" decoration-type=\"none\" clip-path=\"url(#clip-mobile-top-c22944d35542f)\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-top-c22944d35542f\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" pointer-width=\"100\" pointer-height=\"10\" style=\"zigzag\" decoration-type=\"none\" clip-path=\"url(#clip-top-c22944d35542f)\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-top-c22944d35542f\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" pointer-width=\"100\" pointer-height=\"13\" decoration-type=\"none\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-160f96c069e\" wfd-id=\"115\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160f9714a61\" wfd-id=\"116\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-160f9734b53\" data-clip-id=\"c8e428685a637\" wfd-id=\"154\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-c8e428685a637\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"pointer\" pointer-width=\"100\" pointer-height=\"13\" style=\"zigzag\" clip-path=\"url(#clip-bottom-c8e428685a637)\"><polygon points=\"1 0.13, 0.5 0, 0 0.13, 0 0.13, 0 1, 1 1, 1 0.13\"></polygon></clipPath><clipPath id=\"clip-bottom-c8e428685a637\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"pointer\" pointer-width=\"100\" pointer-height=\"14.000000000000002\" style=\"\"><polygon points=\"0 0, 0 0.86, 0 0.86, 0.5 1, 1 0.86, 1 0.86, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-top-c8e428685a637\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"divider\" pointer-width=\"100\" pointer-height=\"13\" style=\"zigzag\" clip-path=\"url(#clip-tablet-bottom-c8e428685a637)\"><polygon points=\"0 1, 1 1,1 0.13, 0.5 0, 0 0.13, 0 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-c8e428685a637\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"divider\" pointer-width=\"100\" pointer-height=\"14\" style=\"zigzag\"><polygon points=\"0 0, 0 0.86, 0.5 1, 1 0.86,  1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-top-c8e428685a637\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"divider\" pointer-width=\"100\" pointer-height=\"10\" style=\"zigzag\" clip-path=\"url(#clip-mobile-bottom-c8e428685a637)\"><polygon points=\"0 1, 1 1,1 0.1, 0.5 0, 0 0.1, 0 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-c8e428685a637\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"divider\" pointer-width=\"100\" pointer-height=\"10\" style=\"zigzag\"><polygon points=\"0 0, 0 0.9, 0.5 1, 1 0.9,  1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160f972cd2b\" wfd-id=\"117\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160f97e6953\" wfd-id=\"150\"><p data-css=\"tve-u-160f97ddb8a\" style=\"text-align: center;\"><span data-css=\"tve-u-160f97e0356\" style=\"font-weight: 400; font-family: &quot;Kaushan Script&quot;;\" wfd-id=\"153\">Happy Hour</span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160f98a0d17\" wfd-id=\"144\"><p data-css=\"tve-u-160f9bf9be2\" style=\"text-align: center;\"><span data-css=\"tve-u-160f9bfdcb7\" wfd-id=\"148\">2 shots for the price of 1 between 18<span data-css=\"tve-u-160f9823757\" wfd-id=\"149\">&nbsp;PM&nbsp;</span>- 20 </span><span data-css=\"tve-u-160f984f29b\" wfd-id=\"147\">PM</span></p></div><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-160f98df817\" data-tcb_hover_state_parent=\"\" wfd-id=\"139\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"140\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-160fec25d20\" wfd-id=\"141\"><strong>Make a reservation now</strong></span></span>\n</a>\n</div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160f9b74c2b\" wfd-id=\"123\"><div class=\"tcb-flex-row tcb-resized tcb--cols--3 tcb-medium-no-wrap tcb-mobile-edit tcb-resizing v-2\" data-css=\"tve-u-160f9b69526\" wfd-id=\"124\"><div class=\"tcb-flex-col\" data-css=\"tve-u-160f9b7a36e\" style=\"\" wfd-id=\"135\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"137\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(176, 171, 155, 0.3)\" data-css=\"tve-u-160f9b9db80\" wfd-id=\"138\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-160f9b7a39a\" style=\"width: 97px;\" wfd-id=\"129\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160ff36e890\" wfd-id=\"131\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160fa7619dc\" wfd-id=\"132\"><p data-css=\"tve-u-160f9b916f8\" style=\"text-align: center;\">or</p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-160f9b7a3c6\" style=\"\" wfd-id=\"125\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"127\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(176, 171, 155, 0.3)\" data-css=\"tve-u-160f9bd1e50\" wfd-id=\"128\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160f9bf1aea\" wfd-id=\"118\"><p data-css=\"tve-u-160f981fb0c\" style=\"text-align: center;\"><span data-css=\"tve-u-160f9c02898\" wfd-id=\"121\"><span data-css=\"tve-u-160ff467c38\" wfd-id=\"122\">Call us</span> : 0300-984-589</span></p></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-160f9c6a4fe\" wfd-id=\"76\">\n<div class=\"tve-page-section-out\" wfd-id=\"113\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-160f9c6d0ad\" wfd-id=\"77\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160f9caae7b\" wfd-id=\"112\"><h3 data-css=\"tve-u-1635f21f43a\" style=\"text-align: center;\">our signature drinks</h3></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160f9c7f698\" wfd-id=\"78\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--4\" data-css=\"tve-u-160f9c75fb0\" wfd-id=\"79\"><div class=\"tcb-flex-col\" wfd-id=\"104\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160f9cccb99\" data-tcb_hover_state_parent=\"\" wfd-id=\"106\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1616a9cfa4b\" wfd-id=\"107\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1616a721403\" wfd-id=\"111\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1616a74e73b\" wfd-id=\"108\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1616a5e01ba\" wfd-id=\"109\"><p data-css=\"tve-u-160f9d496b3\" style=\"text-align: center;\"><span data-css=\"tve-u-160f9d5377f\" style=\"font-weight: 400; font-family: &quot;Kaushan Script&quot;;\" wfd-id=\"110\">Wiskey Sour</span></p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"96\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160f9d08737\" data-tcb_hover_state_parent=\"\" wfd-id=\"98\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1616a9d1ca7\" wfd-id=\"99\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1616a721403\" wfd-id=\"103\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1616a74e73b\" wfd-id=\"100\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1616a5e01ba\" wfd-id=\"101\"><p data-css=\"tve-u-160f9d496b3\" style=\"text-align: center;\"><span data-css=\"tve-u-160f9d5377f\" style=\"font-weight: 400; font-family: &quot;Kaushan Script&quot;;\" wfd-id=\"102\">Boulevardier</span></p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"88\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160f9d0b00e\" data-tcb_hover_state_parent=\"\" wfd-id=\"90\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1616a9d3730\" wfd-id=\"91\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1616a721403\" wfd-id=\"95\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1616a74e73b\" wfd-id=\"92\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1616a5e01ba\" wfd-id=\"93\"><p data-css=\"tve-u-160f9d496b3\" style=\"text-align: center;\"><span data-css=\"tve-u-160f9d5377f\" style=\"font-weight: 400; font-family: &quot;Kaushan Script&quot;;\" wfd-id=\"94\">Gin Fizz</span></p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"80\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160f9d0c9a0\" data-tcb_hover_state_parent=\"\" wfd-id=\"82\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1616a708b49\" wfd-id=\"83\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1616a721403\" wfd-id=\"87\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1616a74e73b\" wfd-id=\"84\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1616a5e01ba\" wfd-id=\"85\"><p data-css=\"tve-u-160f9d496b3\" style=\"text-align: center;\"><span data-css=\"tve-u-160f9d5377f\" style=\"font-weight: 400; font-family: &quot;Kaushan Script&quot;;\" wfd-id=\"86\">Spicy Tequila Shot</span></p></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-160fe140452\" style=\"\" wfd-id=\"41\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-16362e0aed9\" wfd-id=\"75\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-160fe13ce28\" wfd-id=\"42\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160f9ec40fc\" wfd-id=\"43\"><div class=\"tcb-flex-row tcb--cols--2 tcb-medium-no-wrap v-2 tcb-mobile-wrap m-edit\" data-css=\"tve-u-160f9ebf905\" wfd-id=\"44\"><div class=\"tcb-flex-col\" wfd-id=\"49\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160f9ee08be\" wfd-id=\"51\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160fa01d193\" wfd-id=\"52\">\n<div class=\"tve-content-box-background\" wfd-id=\"74\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"53\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1635f273315\" wfd-id=\"72\"><h4 data-css=\"tve-u-1635f28650b\"><strong><span data-css=\"tve-u-16362a7e959\" style=\"text-transform: none;\" wfd-id=\"73\">Your</span></strong><br><strong>Company name</strong></h4></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16362aabe81\" wfd-id=\"64\">\n<div class=\"tve-content-box-background\" wfd-id=\"71\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1635e5d9ba1\" wfd-id=\"65\"><div class=\"tcb-clear\" data-css=\"tve-u-16363d2efc4\" wfd-id=\"69\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-16362a8dd87\" data-float=\"1\" wfd-id=\"70\"><svg class=\"tcb-icon\" viewBox=\"0 0 16 28\" data-name=\"map-marker\">\n<path d=\"M12 10c0-2.203-1.797-4-4-4s-4 1.797-4 4 1.797 4 4 4 4-1.797 4-4zM16 10c0 0.953-0.109 1.937-0.516 2.797l-5.688 12.094c-0.328 0.688-1.047 1.109-1.797 1.109s-1.469-0.422-1.781-1.109l-5.703-12.094c-0.406-0.859-0.516-1.844-0.516-2.797 0-4.422 3.578-8 8-8s8 3.578 8 8z\"></path>\n</svg></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160df4565d1\" wfd-id=\"66\"><p data-css=\"tve-u-1636311d040\">Your Pub Adress Goes Here</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1636301dc81\" wfd-id=\"59\">\n<div class=\"tve-content-box-background\" wfd-id=\"63\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1635e5d9ba1\" wfd-id=\"60\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-16362aa4888\" wfd-id=\"62\"><svg class=\"tcb-icon\" viewBox=\"0 0 22 28\" data-name=\"phone\">\n<path d=\"M22 19.375c0 0.562-0.25 1.656-0.484 2.172-0.328 0.766-1.203 1.266-1.906 1.656-0.922 0.5-1.859 0.797-2.906 0.797-1.453 0-2.766-0.594-4.094-1.078-0.953-0.344-1.875-0.766-2.734-1.297-2.656-1.641-5.859-4.844-7.5-7.5-0.531-0.859-0.953-1.781-1.297-2.734-0.484-1.328-1.078-2.641-1.078-4.094 0-1.047 0.297-1.984 0.797-2.906 0.391-0.703 0.891-1.578 1.656-1.906 0.516-0.234 1.609-0.484 2.172-0.484 0.109 0 0.219 0 0.328 0.047 0.328 0.109 0.672 0.875 0.828 1.188 0.5 0.891 0.984 1.797 1.5 2.672 0.25 0.406 0.719 0.906 0.719 1.391 0 0.953-2.828 2.344-2.828 3.187 0 0.422 0.391 0.969 0.609 1.344 1.578 2.844 3.547 4.813 6.391 6.391 0.375 0.219 0.922 0.609 1.344 0.609 0.844 0 2.234-2.828 3.187-2.828 0.484 0 0.984 0.469 1.391 0.719 0.875 0.516 1.781 1 2.672 1.5 0.313 0.156 1.078 0.5 1.188 0.828 0.047 0.109 0.047 0.219 0.047 0.328z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160df4565d1\" wfd-id=\"61\"><p data-css=\"tve-u-1636311dda3\" style=\"text-align: left;\">0364 - 300 - 946</p></div></div>\n</div><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-160fa182f82\" data-tcb_hover_state_parent=\"\" wfd-id=\"54\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"55\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-160fa198fbb\" wfd-id=\"56\">Make a reservation now</span></span>\n</a>\n</div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"45\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160fa1c8dca\" wfd-id=\"47\"><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-160fa11f4f2\" wfd-id=\"48\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=London&amp;t=m&amp;z=12&amp;output=embed&amp;iwloc=near\"></iframe>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16362e2956e\" wfd-id=\"27\">\n<div class=\"tve-page-section-out\" wfd-id=\"40\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16362e27bcb\" wfd-id=\"28\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160fa4daf17\" wfd-id=\"29\"><div class=\"tcb-flex-row tcb--cols--2 v-2\" data-css=\"tve-u-160fa4d8d4f\" wfd-id=\"30\"><div class=\"tcb-flex-col\" wfd-id=\"36\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"38\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160fa4b581e\" wfd-id=\"39\"><p data-css=\"tve-u-160fa489bd9\" style=\"text-align: left;\">Â© 2018 , Your company name . All rights reserved.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"31\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160fec923bf\" wfd-id=\"33\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160fec99b6f\" wfd-id=\"34\"><p style=\"text-align: right;\" data-css=\"tve-u-16363b1b458\"><span style=\"color: rgba(3, 9, 14, 0.5);\" data-css=\"tve-u-16363b4867f\" wfd-id=\"35\"><u>â€‹</u>â€‹â€‹â€‹â€‹Made with</span> <a href=\"https://thrivethemes.com/\" target=\"_blank\">Thrive Architect</a></p></div></div></div></div></div></div>\n</div>'),(4552,444,'tve_revision_tve_has_wistia_popover',''),(4553,445,'tve_revision_tve_landing_page','tcb2-thrivebiz-pub'),(4554,445,'tve_revision_tve_disable_theme_dependency','1'),(4555,445,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16369563890\" wfd-id=\"527\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1636956410b\" data-clip-id=\"ebde87302d0be\" wfd-id=\"571\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1636955fbd2\" wfd-id=\"528\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160dbb50aca\" data-float=\"1\" wfd-id=\"565\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-160db84bfac\" data-clip-id=\"eb17500f3af4b\" wfd-id=\"570\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-eb17500f3af4b\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"divider\" pointer-width=\"100\" pointer-height=\"25\" style=\"zigzag\"><polygon points=\"0 0, 0 0.75, 0.5 1, 1 0.75,  1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-eb17500f3af4b\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"divider\" pointer-width=\"100\" pointer-height=\"25\" style=\"zigzag\"><polygon points=\"0 0, 0 0.75, 0.5 1, 1 0.75,  1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-eb17500f3af4b\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"pointer\" pointer-width=\"100\" pointer-height=\"15\" style=\"\" clip-path=\"url(#clip-mobile-top-eb17500f3af4b)\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 0 1, 0.5 0.85, 1 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-top-eb17500f3af4b\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"none\" pointer-width=\"5\" pointer-height=\"5\" style=\"zigzag\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160db85dabe\" wfd-id=\"566\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1635e6448aa\" wfd-id=\"567\"><h4 style=\"text-align: center;\"><strong>Your<br>&nbsp;â‰‘ &nbsp; &nbsp; &nbsp;Company Name &nbsp; &nbsp; &nbsp;â‰‘</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1635e5cbf37\" wfd-id=\"543\"><div class=\"tcb-flex-row tcb--cols--2 v-2 m-edit tcb-mobile-wrap tcb-resized tcb-row-reversed-mobile\" data-css=\"tve-u-1635e5cc2d9\" wfd-id=\"544\"><div class=\"tcb-flex-col\" data-css=\"tve-u-16363739cd6\" style=\"\" wfd-id=\"555\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"557\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tcb-mobile-hidden\" data-css=\"tve-u-1635e5cd7c0\" style=\"\" wfd-id=\"558\">\n<div class=\"tve-content-box-background\" wfd-id=\"564\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1635e5d9ba1\" wfd-id=\"559\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display tcb-mobile-hidden\" data-css=\"tve-u-160db6dd8cd\" style=\"\" wfd-id=\"563\"><svg class=\"tcb-icon\" viewBox=\"0 0 16 28\" data-name=\"map-marker\">\n<path d=\"M12 10c0-2.203-1.797-4-4-4s-4 1.797-4 4 1.797 4 4 4 4-1.797 4-4zM16 10c0 0.953-0.109 1.937-0.516 2.797l-5.688 12.094c-0.328 0.688-1.047 1.109-1.797 1.109s-1.469-0.422-1.781-1.109l-5.703-12.094c-0.406-0.859-0.516-1.844-0.516-2.797 0-4.422 3.578-8 8-8s8 3.578 8 8z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160df4565d1\" wfd-id=\"560\"><p>Your&nbsp; Adress Goes Here</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-16363739d27\" style=\"\" wfd-id=\"545\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"547\"><div class=\"tcb-clear\" data-css=\"tve-u-16363c02cf7\" wfd-id=\"548\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1635e5ffa41\" wfd-id=\"549\">\n<div class=\"tve-content-box-background\" wfd-id=\"554\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1635e5d9ba1\" wfd-id=\"550\"><div class=\"tcb-clear\" data-css=\"tve-u-163637c7e1e\" wfd-id=\"552\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1635e65c044\" data-float=\"1\" wfd-id=\"553\"><svg class=\"tcb-icon\" viewBox=\"0 0 22 28\" data-name=\"phone\">\n<path d=\"M22 19.375c0 0.562-0.25 1.656-0.484 2.172-0.328 0.766-1.203 1.266-1.906 1.656-0.922 0.5-1.859 0.797-2.906 0.797-1.453 0-2.766-0.594-4.094-1.078-0.953-0.344-1.875-0.766-2.734-1.297-2.656-1.641-5.859-4.844-7.5-7.5-0.531-0.859-0.953-1.781-1.297-2.734-0.484-1.328-1.078-2.641-1.078-4.094 0-1.047 0.297-1.984 0.797-2.906 0.391-0.703 0.891-1.578 1.656-1.906 0.516-0.234 1.609-0.484 2.172-0.484 0.109 0 0.219 0 0.328 0.047 0.328 0.109 0.672 0.875 0.828 1.188 0.5 0.891 0.984 1.797 1.5 2.672 0.25 0.406 0.719 0.906 0.719 1.391 0 0.953-2.828 2.344-2.828 3.187 0 0.422 0.391 0.969 0.609 1.344 1.578 2.844 3.547 4.813 6.391 6.391 0.375 0.219 0.922 0.609 1.344 0.609 0.844 0 2.234-2.828 3.187-2.828 0.484 0 0.984 0.469 1.391 0.719 0.875 0.516 1.781 1 2.672 1.5 0.313 0.156 1.078 0.5 1.188 0.828 0.047 0.109 0.047 0.219 0.047 0.328z\"></path>\n</svg></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16363599740\" wfd-id=\"551\"><p style=\"text-align: right;\">0364 - 300 - 946</p></div></div>\n</div></div></div></div></div></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160dbcafa88\" wfd-id=\"529\">\n<div class=\"tve-content-box-background\" wfd-id=\"542\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160dbcbc7a4\" wfd-id=\"530\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-160dbcd54ac\" data-tag=\"h3\" wfd-id=\"539\"><h3 style=\"text-align: center;\">This is the place to create your</h3></div><div class=\"thrv_wrapper thrv_heading tve_evt_manager_listen tve_et_tve-viewport tve_ea_thrive_animation tve_anim_slide_top\" data-css=\"tve-u-160dbcd2c5b\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_top&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" data-tag=\"h1\" wfd-id=\"536\"><h1 style=\"text-align: center;\">Best Memories</h1></div><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-160dbceed3d\" data-tcb_hover_state_parent=\"\" wfd-id=\"531\">\n<a href=\"\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"532\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-160dbe24f38\" wfd-id=\"533\"><strong>Make a reservation now</strong></span></span>\n</a>\n</div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1635e6aad72\" wfd-id=\"488\">\n<div class=\"tve-page-section-out\" wfd-id=\"526\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1635e6b4c72\" wfd-id=\"489\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160df4eae6d\" style=\"\" wfd-id=\"490\"><div class=\"tcb-flex-row tcb-medium-wrap tcb-resized tcb--cols--2\" data-css=\"tve-u-160df4bedf0\" wfd-id=\"491\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1635e9cce4d\" style=\"\" wfd-id=\"513\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160df8c3360\" wfd-id=\"515\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1635e97f913\" wfd-id=\"516\">\n<div class=\"tve-content-box-background\" wfd-id=\"525\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1635eadb72e\" wfd-id=\"517\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1636292fe99\" wfd-id=\"524\"><h4>A short story about us</h4></div><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-160df8deee2\" data-tag=\"h2\" wfd-id=\"521\"><h2>Welcome</h2></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-163629240b8\" wfd-id=\"518\"><p>Our vision is simple: create an environment of excitement and wonder.</p><p><br></p><p>We provide you with the fresh feeling that you need in summer and the cozyness you long for in winter.</p><p><br></p><p>We create the best experiences for you to share with friends.</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1635e9cce8b\" style=\"\" wfd-id=\"492\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160e5adb400\" wfd-id=\"494\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160df4c6424\" wfd-id=\"495\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-160df4db074\" wfd-id=\"512\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160df4f4d0e\" wfd-id=\"496\"><div class=\"tcb-clear\" data-css=\"tve-u-160df52e534\" wfd-id=\"497\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160df51ca21\" wfd-id=\"498\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-160df50b366\" wfd-id=\"511\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160df519447\" wfd-id=\"499\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1635eaf037e\" wfd-id=\"510\"><h6 class=\"\" data-css=\"tve-u-1635ef4f76c\" style=\"text-align: center;\"><strong>weâ€™re open from:</strong></h6></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160df6a2fe0\" wfd-id=\"500\"><div class=\"tcb-flex-row tcb--cols--2 v-2\" data-css=\"tve-u-160df6a3578\" wfd-id=\"501\"><div class=\"tcb-flex-col\" wfd-id=\"506\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160df6d53e3\" wfd-id=\"508\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160df709fbf\" wfd-id=\"509\"><p>Mo-Fr <strong>3Pm</strong> to <strong>4Am</strong></p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"502\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160df6d74f4\" wfd-id=\"504\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160df711140\" wfd-id=\"505\"><p>Sa-Su <strong>12Pm</strong> to <strong>4Am</strong></p></div></div></div></div></div></div>\n</div></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-160e4c55d27\" wfd-id=\"438\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-160e4c34c93\" data-clip-id=\"35e31e95c7382\" wfd-id=\"487\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-35e31e95c7382\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" pointer-width=\"100\" pointer-height=\"47\" style=\"zigzag\" decoration-type=\"none\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-35e31e95c7382\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" pointer-width=\"100\" pointer-height=\"47\" style=\"zigzag\" decoration-type=\"none\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-35e31e95c7382\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" pointer-width=\"100\" pointer-height=\"47\" style=\"zigzag\" decoration-type=\"none\" clip-path=\"url(#clip-mobile-top-35e31e95c7382)\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-top-35e31e95c7382\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" pointer-width=\"100\" pointer-height=\"22\" style=\"zigzag\" decoration-type=\"none\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-160e4c24b1a\" wfd-id=\"439\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-160e4c824a2\" data-tag=\"h3\" wfd-id=\"484\"><h3 data-css=\"tve-u-163630c7fc7\" style=\"text-align: center;\">Why Youâ€™ll <strong>Love</strong> our pub</h3></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160e4dadf9c\" style=\"\" wfd-id=\"440\"><div class=\"tcb-flex-row tcb--cols--3 tcb-medium-wrap v-2\" data-css=\"tve-u-160e4da55bb\" wfd-id=\"441\"><div class=\"tcb-flex-col\" wfd-id=\"468\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160e52014b5\" data-tcb_hover_state_parent=\"\" wfd-id=\"470\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1635efec9fa\" data-float=\"1\" wfd-id=\"481\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1635f098c8e\" data-tcb_hover_state_parent=\"1\" wfd-id=\"483\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16363231ead\" wfd-id=\"482\"></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160eb218e4e\" data-float=\"1\" wfd-id=\"471\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-160eb214b56\" data-clip-id=\"a182d7c321313\" data-tcb_hover_state_parent=\"1\" wfd-id=\"480\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-a182d7c321313\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"pointer\" pointer-width=\"100\" pointer-height=\"36\" style=\"\" data-inverted=\"false\"><polygon points=\"0 0, 0 0.64, 0 0.64, 0.5 1, 1 0.64, 1 0.64, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-a182d7c321313\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"none\" pointer-width=\"100\" pointer-height=\"36\" style=\"zigzag\" clip-path=\"url(#clip-tablet-top-a182d7c321313)\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-top-a182d7c321313\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"divider\" pointer-width=\"100\" pointer-height=\"22\" style=\"zigzag\"><polygon points=\"0 1, 1 1,1 0.22, 0.5 0, 0 0.22, 0 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-a182d7c321313\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"none\" pointer-width=\"100\" pointer-height=\"36\" style=\"zigzag\" clip-path=\"url(#clip-mobile-top-a182d7c321313)\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-top-a182d7c321313\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"divider\" pointer-width=\"100\" pointer-height=\"22\" style=\"zigzag\"><polygon points=\"0 1, 1 1,1 0.22, 0.5 0, 0 0.22, 0 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160eb1a09e2\" wfd-id=\"472\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1635ef71519\" wfd-id=\"477\"><p data-css=\"tve-u-160e4fd114b\" style=\"text-align: center;\">&nbsp;original</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160e501c0b4\" wfd-id=\"473\"><p data-css=\"tve-u-160e4fe84a1\" style=\"text-align: center;\"><span data-css=\"tve-u-160e4fe6187\" style=\"font-weight: 400; font-family: &quot;Kaushan Script&quot;;\" wfd-id=\"476\">drinks</span></p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"454\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160e5276a5e\" data-tcb_hover_state_parent=\"\" wfd-id=\"456\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-163628d68f3\" data-float=\"1\" wfd-id=\"465\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1635f073915\" data-tcb_hover_state_parent=\"1\" wfd-id=\"467\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16363235afe\" wfd-id=\"466\"></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160eb2222a0\" data-float=\"1\" wfd-id=\"457\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-160eb1d9ffb\" data-clip-id=\"cb4c420ba2143\" data-tcb_hover_state_parent=\"1\" wfd-id=\"464\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-cb4c420ba2143\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"pointer\" pointer-width=\"100\" pointer-height=\"36\" style=\"zigzag\"><polygon points=\"0 0, 0 0.64, 0.5 1, 1 0.64,  1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-cb4c420ba2143\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"none\" pointer-width=\"100\" pointer-height=\"36\" style=\"zigzag\" clip-path=\"url(#clip-tablet-top-cb4c420ba2143)\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-top-cb4c420ba2143\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"divider\" pointer-width=\"100\" pointer-height=\"22\" style=\"zigzag\"><polygon points=\"0 1, 1 1,1 0.22, 0.5 0, 0 0.22, 0 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-cb4c420ba2143\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"none\" pointer-width=\"100\" pointer-height=\"36\" style=\"zigzag\" clip-path=\"url(#clip-mobile-top-cb4c420ba2143)\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-top-cb4c420ba2143\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"divider\" pointer-width=\"100\" pointer-height=\"22\" style=\"zigzag\"><polygon points=\"0 1, 1 1,1 0.22, 0.5 0, 0 0.22, 0 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160eb1a09e2\" wfd-id=\"458\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1635ef72920\" wfd-id=\"463\"><p data-css=\"tve-u-160e4fd114b\" style=\"text-align: center;\">&nbsp;tasty</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160e501c0b4\" wfd-id=\"459\"><p data-css=\"tve-u-160e4fe84a1\" style=\"text-align: center;\"><span data-css=\"tve-u-160e4fe6187\" style=\"font-weight: 400; font-family: &quot;Kaushan Script&quot;;\" wfd-id=\"462\">food</span></p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"442\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160e52fbe2f\" data-tcb_hover_state_parent=\"\" wfd-id=\"444\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1635f0a8c87\" wfd-id=\"451\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1635f0b76b1\" data-tcb_hover_state_parent=\"1\" wfd-id=\"453\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-1635f010773\" wfd-id=\"452\"></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160eb0e8e90\" data-float=\"1\" wfd-id=\"445\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-160eb0d7fac\" data-clip-id=\"dd364f1962bc7\" data-tcb_hover_state_parent=\"1\" wfd-id=\"450\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-dd364f1962bc7\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"pointer\" pointer-width=\"100\" pointer-height=\"36\" style=\"zigzag\"><polygon points=\"0 0, 0 0.64, 0.5 1, 1 0.64,  1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-dd364f1962bc7\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"none\" pointer-width=\"100\" pointer-height=\"36\" style=\"zigzag\" clip-path=\"url(#clip-tablet-top-dd364f1962bc7)\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-top-dd364f1962bc7\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"divider\" pointer-width=\"100\" pointer-height=\"22\" style=\"zigzag\"><polygon points=\"0 1, 1 1,1 0.22, 0.5 0, 0 0.22, 0 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-dd364f1962bc7\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"none\" pointer-width=\"100\" pointer-height=\"36\" style=\"zigzag\" clip-path=\"url(#clip-mobile-top-dd364f1962bc7)\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-top-dd364f1962bc7\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"divider\" pointer-width=\"100\" pointer-height=\"22\" style=\"zigzag\"><polygon points=\"0 1, 1 1,1 0.22, 0.5 0, 0 0.22, 0 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160eb1a09e2\" wfd-id=\"446\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160eb1b0e14\" wfd-id=\"449\"><p data-css=\"tve-u-160e4fd114b\" style=\"text-align: center;\">&nbsp;great</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160e501c0b4\" wfd-id=\"447\"><p data-css=\"tve-u-160e4fe84a1\" style=\"text-align: center;\"><span data-css=\"tve-u-160e4fe6187\" style=\"font-weight: 400; font-family: &quot;Kaushan Script&quot;;\" wfd-id=\"448\">ambiance</span></p></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-160e9d15bdf\" wfd-id=\"281\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-160e9d118ed\" wfd-id=\"437\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-160e9d0c61d\" wfd-id=\"282\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160e9e2aeab\" wfd-id=\"436\"><h3>Take a look at</h3></div><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-160e9e41664\" data-tag=\"h2\" wfd-id=\"433\"><h2>Our Menu</h2></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160e9dff371\" wfd-id=\"283\">\n<div class=\"tve-content-box-background\" wfd-id=\"432\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160e9e03630\" wfd-id=\"284\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160ea7cae88\" wfd-id=\"285\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2\" data-css=\"tve-u-160ea7c9db0\" wfd-id=\"286\"><div class=\"tcb-flex-col\" wfd-id=\"309\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"311\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-160eb3ad20a\" wfd-id=\"429\"><h4>Drinks</h4></div><div class=\"tcb-clear\" data-css=\"tve-u-160ea7bf191\" wfd-id=\"376\"><div class=\"thrv_wrapper thrv_toggle_shortcode\" data-hover-color=\"rgba(18, 21, 25, 0.8)\" data-css=\"tve-u-160e9f87397\" wfd-id=\"377\">\n<div class=\"tve_faq\" wfd-id=\"378\">\n<div class=\"tve_faqI\" wfd-id=\"379\">\n<div class=\"tve_faqB\" wfd-id=\"422\"><span class=\"tve_not_editable tve_toggle\" wfd-id=\"428\"></span>\n<h4 class=\"tve_editable\" data-css=\"tve-u-160eb470891\"><span data-css=\"tve-u-160eb4708df\" style=\"font-family: Lato,arial;\" wfd-id=\"427\">alcoholic drinks</span></h4>\n</div>\n<div class=\"tve_faqC tve_empty_dropzone\" style=\"display: none;\" wfd-id=\"380\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160e9fad83c\" wfd-id=\"394\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-160eaa7faeb\" wfd-id=\"395\"><div class=\"tcb-flex-col\" wfd-id=\"414\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160eb4a305a\" wfd-id=\"416\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160ea977bf3\" wfd-id=\"417\"><h3 data-css=\"tve-u-160f8d013c3\"><strong>Beer (bottle)</strong></h3><p><br></p><p data-css=\"tve-u-160eb4a45fb\">Heineken</p><p data-css=\"tve-u-160eb49e1f7\">Paulaner</p><p data-css=\"tve-u-160eb4a4600\">Budweiser American Ale</p><p data-css=\"tve-u-160eb4a4603\">Land Shark Lager</p><p data-css=\"tve-u-160eb4a4605\">Scrumpy</p><p data-css=\"tve-u-160eb4a4608\">JackFirestone</p><p data-css=\"tve-u-160eb4a460a\">Walker Fortem</p><p data-css=\"tve-u-160eb4a460d\">Live Oak Hefeweizen</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"396\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160f8cfbf40\" wfd-id=\"398\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160ea9789a4\" wfd-id=\"399\"><h3 data-css=\"tve-u-160f8cf3d89\"><strong>Beer (draught)</strong></h3><p><br></p><p data-css=\"tve-u-160eb4b6f9b\"><span data-css=\"tve-u-160f8ceeb77\" wfd-id=\"413\">Guiness</span></p><p data-css=\"tve-u-160eb4b6fc8\"><span data-css=\"tve-u-160f8cef20d\" wfd-id=\"411\"><span data-css=\"tve-u-160f8ceeb79\" wfd-id=\"412\">Stela Artois</span></span></p><p data-css=\"tve-u-160eb4b6fcb\"><span data-css=\"tve-u-160f8cef245\" wfd-id=\"409\"><span data-css=\"tve-u-160f8ceebb3\" wfd-id=\"410\">Grolsch (Unfiltered)</span></span></p><p data-css=\"tve-u-160eb4b6fcd\"><span data-css=\"tve-u-160f8cef27e\" wfd-id=\"407\"><span data-css=\"tve-u-160f8ceebeb\" wfd-id=\"408\">Newcastle Brown Ale</span></span></p><p data-css=\"tve-u-160eb4b6fd0\"><span data-css=\"tve-u-160f8cef2b7\" wfd-id=\"405\"><span data-css=\"tve-u-160f8ceec23\" wfd-id=\"406\">Corona Extra</span></span></p><p data-css=\"tve-u-160eb4b6fd3\"><span data-css=\"tve-u-160f8cef2f1\" wfd-id=\"403\"><span data-css=\"tve-u-160f8ceec5c\" wfd-id=\"404\">Sam Adams</span></span></p><p data-css=\"tve-u-160eb4b6fd5\"><span data-css=\"tve-u-160f8ceec94\" wfd-id=\"402\">Miller Lite</span></p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160ea89b12a\" wfd-id=\"381\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-160eaa7faee\" wfd-id=\"382\"><div class=\"tcb-flex-col\" wfd-id=\"388\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160f8cddeb4\" wfd-id=\"390\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160ea976e63\" wfd-id=\"391\"><h3 data-css=\"tve-u-160f8cd7871\"><strong>Cocktails</strong></h3><p data-css=\"tve-u-160f8cd7919\"><br></p><p data-css=\"tve-u-160f8cd794f\">Gin &amp; Tonic</p><p data-css=\"tve-u-160f8cd7987\">Vodka Orange</p><p data-css=\"tve-u-160f8cd79c1\">Wiskey Sour</p><p data-css=\"tve-u-160f8cd79f8\">Boulevardier</p><p data-css=\"tve-u-160f8cd7a30\">Daiquiri</p><p data-css=\"tve-u-160f8cd7a68\">Martini</p><p data-css=\"tve-u-160f8cd7aa1\">Ramos Gin Fizz</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"383\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160ea928596\" wfd-id=\"385\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160ea9729a9\" wfd-id=\"387\"><h3 data-css=\"tve-u-160ea90d163\"><strong>Wine</strong></h3><p data-css=\"tve-u-160f8cc8efc\"><br></p><p data-css=\"tve-u-160f8cc8f31\"><br></p><p data-css=\"tve-u-160ea9400e0\"><strong>White</strong></p><p data-css=\"tve-u-160f8cc8f9a\"><br></p><p data-css=\"tve-u-160f8cc8fce\">Sidebar Sauvignon Blanc High Valley</p><p data-css=\"tve-u-160ea9104fd\"><br></p><p data-css=\"tve-u-160ea7224b9\">Mazzei Maremma Toscana Tenuta</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160ea9357c7\" wfd-id=\"386\"><p data-css=\"tve-u-160f8cc591b\"><br></p><p data-css=\"tve-u-160ea71c62c\"><strong>Red</strong></p><p data-css=\"tve-u-160f8cc5953\"><br></p><p data-css=\"tve-u-160ea79970d\">MarquÃ©s de CÃ¡ceres</p><p data-css=\"tve-u-160ea799710\">Rioja ReservaBelguardo</p></div></div></div></div></div></div>\n</div>\n</div>\n</div></div><div class=\"tcb-clear\" data-css=\"tve-u-160ea7bf191\" wfd-id=\"312\"><div class=\"thrv_wrapper thrv_toggle_shortcode\" data-hover-color=\"rgba(18, 21, 25, 0.8)\" data-css=\"tve-u-160eab45a4f\" wfd-id=\"313\">\n<div class=\"tve_faq\" wfd-id=\"330\">\n<div class=\"tve_faqI\" wfd-id=\"331\">\n<div class=\"tve_faqB\" wfd-id=\"371\"><span class=\"tve_not_editable tve_toggle\" wfd-id=\"375\"></span>\n<h4 class=\"tve_editable\" data-css=\"tve-u-160eb475d09\"><span data-css=\"tve-u-160eb475d4c\" style=\"font-family: Lato,arial;\" wfd-id=\"374\">soft drinks</span></h4>\n</div>\n<div class=\"tve_faqC tve_empty_dropzone\" style=\"display: none;\" wfd-id=\"332\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160eaa73bda\" wfd-id=\"355\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-160e9fac06c\" wfd-id=\"356\"><div class=\"tcb-flex-col\" wfd-id=\"365\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160f8cb9d70\" wfd-id=\"367\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160ea977bf3\" wfd-id=\"368\"><h3 data-css=\"tve-u-160f8cb610d\"><strong>Coffee</strong></h3><p data-css=\"tve-u-160f8cb6183\"><br></p><p data-css=\"tve-u-160f8cb61bc\">Expresso</p><p data-css=\"tve-u-160ea6ba060\">Expresso Machiato</p><p data-css=\"tve-u-160ea6ba063\">Irish Coffee</p><p data-css=\"tve-u-160ea6ba065\">Cafe Mendoza</p><p data-css=\"tve-u-160ea6ba067\">Latte</p><p data-css=\"tve-u-160ea6ba06a\">Americano</p><p data-css=\"tve-u-160ea6ba06c\">Baileys Irish Cream Coffee</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"357\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160f8c978c9\" wfd-id=\"359\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160f8c8c841\" wfd-id=\"360\"><h3 data-css=\"tve-u-160f8cb0034\"><strong>Juice</strong></h3><p data-css=\"tve-u-160f8cb00a7\"><br></p><p data-css=\"tve-u-160f8cb00e0\">Coca Cola</p><p data-css=\"tve-u-160f8cb011c\">Fanta</p><p data-css=\"tve-u-160f8cb0157\">Sprite</p><p data-css=\"tve-u-160f8cb0191\">Almdudler</p><p data-css=\"tve-u-160f8cb01cb\">Fresh mix&nbsp;</p><ul class=\"\" wfd-id=\"363\"><li class=\"\" data-css=\"tve-u-160ea9c9c07\" wfd-id=\"364\">Orange/ Grapefruit/Apple</li></ul><p data-css=\"tve-u-160f8cb0240\">Sam Adams</p><p data-css=\"tve-u-160f8cb027b\">Miller Lite</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160eaa8db54\" wfd-id=\"333\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-160ea89ac22\" wfd-id=\"334\"><div class=\"tcb-flex-col\" wfd-id=\"339\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"341\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160ea976e63\" wfd-id=\"342\"><h3 data-css=\"tve-u-160ea54ea72\"><span data-css=\"tve-u-160f8c69135\" wfd-id=\"354\"><strong>Smoothie</strong></span></h3><p><span data-css=\"tve-u-160f8c699b9\" wfd-id=\"352\"><span data-css=\"tve-u-160f8c691a5\" wfd-id=\"353\"><br></span></span></p><p data-css=\"tve-u-160ea6ba05c\"><span data-css=\"tve-u-160f8c699f6\" wfd-id=\"350\"><span data-css=\"tve-u-160f8c691dc\" wfd-id=\"351\">Cherry &amp; Kale</span></span></p><p data-css=\"tve-u-160ea6ba05c\"><span data-css=\"tve-u-160f8c69a2f\" wfd-id=\"348\"><span data-css=\"tve-u-160f8c69216\" wfd-id=\"349\">Blueberry &amp; Avocado</span></span></p><p data-css=\"tve-u-160ea6ba05c\"><span data-css=\"tve-u-160f8c69a67\" wfd-id=\"346\"><span data-css=\"tve-u-160f8c69250\" wfd-id=\"347\">Banana &amp; Milk</span></span></p><p data-css=\"tve-u-160ea6ba05c\"><span data-css=\"tve-u-160f8c69289\" wfd-id=\"345\">Pear &amp; Chocolate</span></p><p data-css=\"tve-u-160f8c626b2\">Veggie &amp; Green</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"335\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160ea928596\" wfd-id=\"337\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160f8c59f19\" wfd-id=\"338\"><h3 data-css=\"tve-u-160f8c5888c\"><strong>Lemonade</strong></h3><p data-css=\"tve-u-160f8c58926\"><br></p><p data-css=\"tve-u-160f8c58957\">Classic</p><p data-css=\"tve-u-160eaa5aa50\">Mint&nbsp;</p><p data-css=\"tve-u-160f8c589bd\">Orange &amp; Lime</p><p data-css=\"tve-u-160eaa62df8\">Watermelon</p></div></div></div></div></div></div>\n</div>\n</div>\n<div class=\"tve_faq\" wfd-id=\"314\">\n<div class=\"tve_faqI\" wfd-id=\"315\">\n<div class=\"tve_faqB\" wfd-id=\"325\"><span class=\"tve_not_editable tve_toggle\" wfd-id=\"329\"></span>\n<h4 class=\"tve_editable\">ADDITIONAL SPIRITS</h4>\n</div>\n<div class=\"tve_faqC\" style=\"display: none;\" wfd-id=\"316\"><div class=\"thrv_wrapper tcb-row-empty thrv-columns\" data-css=\"tve-u-1689b6473cd\" wfd-id=\"317\"><div class=\"tcb-flex-row tcb--cols--2\" wfd-id=\"318\"><div class=\"tcb-flex-col\" wfd-id=\"322\"><div class=\"tcb-col\" wfd-id=\"324\"></div></div><div class=\"tcb-flex-col\" wfd-id=\"319\"><div class=\"tcb-col\" wfd-id=\"321\"></div></div></div></div></div>\n</div>\n</div></div></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"287\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160eb38e170\" wfd-id=\"289\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-160eaaf84a6\" wfd-id=\"308\"><h4 class=\"\">Food</h4></div><div class=\"tcb-clear\" data-css=\"tve-u-160ea7bf191\" wfd-id=\"298\"><div class=\"thrv_wrapper thrv_toggle_shortcode\" data-hover-color=\"rgba(18, 21, 25, 0.8)\" data-css=\"tve-u-160ead973a1\" wfd-id=\"299\">\n<div class=\"tve_faq\" wfd-id=\"300\">\n<div class=\"tve_faqI\" wfd-id=\"301\">\n<div class=\"tve_faqB\" wfd-id=\"303\"><span class=\"tve_not_editable tve_toggle\" wfd-id=\"307\"></span>\n<h4 class=\"tve_editable\" data-css=\"tve-u-160eb47f143\"><span data-css=\"tve-u-160eb47f16a\" wfd-id=\"306\">starters</span></h4>\n</div>\n<div class=\"tve_faqC tve_empty_dropzone\" style=\"display: none;\" wfd-id=\"302\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160eb521486\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-160eb54da29\"><div class=\"tcb-flex-col\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160e9fbbfa0\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160f8c2bf72\"><h3 data-css=\"tve-u-160f8c28393\"><strong>Snacks</strong></h3><p data-css=\"tve-u-160f8c283f9\"><br></p><p data-css=\"tve-u-160f8c2842b\">Chips</p><p data-css=\"tve-u-160f8c28460\">Hazelnuts</p><p data-css=\"tve-u-160f8c28493\">Peanuts</p><p data-css=\"tve-u-160f8c284c6\">Tortilla chips</p><p data-css=\"tve-u-160f8c25bba\">Chocolate croissants</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160e9fc2c51\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160ea9c1e15\"><h3 data-css=\"tve-u-160eb553062\"><strong>Meals</strong></h3><p data-css=\"tve-u-160eb5530cd\"><br></p><p data-css=\"tve-u-160eb553103\">Crab cakes<u>â€‹</u></p><p data-css=\"tve-u-160eb553138\">Chicken wings</p><p data-css=\"tve-u-160eb55316d\">White beans with herbs</p><p data-css=\"tve-u-160eb5531a1\">Stuffed mushrooms</p><p data-css=\"tve-u-160eb5531d8\">Smoked salmon spread</p><p data-css=\"tve-u-160eb55320f\">Authentic houmous</p></div></div></div></div></div></div>\n</div>\n</div>\n</div></div><div class=\"tcb-clear\" data-css=\"tve-u-160ea7bf191\" wfd-id=\"290\"><div class=\"thrv_wrapper thrv_toggle_shortcode\" data-hover-color=\"rgba(18, 21, 25, 0.8)\" data-css=\"tve-u-160eb42c2ca\" wfd-id=\"291\">\n<div class=\"tve_faq\" wfd-id=\"292\">\n<div class=\"tve_faqI\" wfd-id=\"293\">\n<div class=\"tve_faqB\" wfd-id=\"295\"><span class=\"tve_not_editable tve_toggle\" wfd-id=\"297\"></span>\n<h4 class=\"tve_editable\" data-css=\"tve-u-160e9f7868b\"><span data-css=\"tve-u-160e9f7ce0e\" wfd-id=\"296\">main course</span></h4>\n</div>\n<div class=\"tve_faqC tve_empty_dropzone\" style=\"display: none;\" wfd-id=\"294\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160ead90ba7\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-160eadcc8c9\"><div class=\"tcb-flex-col\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160f8d12a0d\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160ea977bf3\"><h3 data-css=\"tve-u-160eb5275ca\"><strong>Soup</strong></h3><p data-css=\"tve-u-160eb52762c\"><br></p><p data-css=\"tve-u-160eb52765c\">Fish soup</p><p data-css=\"tve-u-160eb52768d\">Squash &amp; parsley&nbsp;</p><p data-css=\"tve-u-160eb5276bf\">Tomato</p><p data-css=\"tve-u-160eb5276f3\">Chicken Almond<br>Arizona Mountain<br>Bayou Shrimp<br>Beef &amp; Pasta Mushroom</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160e9fc2c51\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160eb537e16\"><h3 data-css=\"tve-u-160eb5346af\"><strong>Main dish</strong></h3><p data-css=\"tve-u-160eb534715\"><br></p><p data-css=\"tve-u-160eadffc69\">Chickpea Cauliflower Korma</p><p data-css=\"tve-u-160eb53477a\">Lasagna</p><p data-css=\"tve-u-160eb5347ae\">Veggie Lasagna</p><p data-css=\"tve-u-160eb5347e1\">Pizza Capriciosa</p><p data-css=\"tve-u-160eb534816\">Pizza Margherita</p><p data-css=\"tve-u-160eb53484c\">House Burger</p></div></div></div></div></div></div>\n</div>\n</div>\n</div></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1635ee0cb15\" wfd-id=\"156\">\n<div class=\"tve-page-section-out\" wfd-id=\"280\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1635ebf2201\" wfd-id=\"157\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160f8e625a1\" wfd-id=\"276\"><h3 data-css=\"tve-u-1635f10faad\" style=\"text-align: center;\">What <span data-css=\"tve-u-1635f111354\" style=\"text-transform: uppercase;\" wfd-id=\"279\">o</span>ur customers say</h3></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1635ed91639\" wfd-id=\"158\"><div class=\"tcb-flex-row tcb--cols--3\" data-css=\"tve-u-1635ed274dc\" wfd-id=\"159\"><div class=\"tcb-flex-col\" wfd-id=\"234\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1636390be1e\" wfd-id=\"236\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1635f1b25ed\" wfd-id=\"254\">\n<div class=\"tve-content-box-background\" wfd-id=\"275\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1635f125271\" wfd-id=\"255\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1635f138d3b\" wfd-id=\"271\"><p data-css=\"tve-u-160fa718c59\"><span data-css=\"tve-u-160fa718c5e\" wfd-id=\"274\">â</span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1635f136552\" wfd-id=\"268\"><p data-css=\"tve-u-163629eed0d\">Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit. Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit.</p></div><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"2\" data-color=\"rgb(218, 144, 15)\" data-css=\"tve-u-1635f14cd1e\" wfd-id=\"267\">\n<hr class=\"tve_sep tve_sep-1\">\n</div><div class=\"tcb-clear\" data-css=\"tve-u-160f93bdfb1\" wfd-id=\"265\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1636392a6b1\" wfd-id=\"266\"><svg class=\"tcb-icon\" viewBox=\"0 0 16 28\" data-name=\"sort-desc\">\n<path d=\"M16 17c0 0.266-0.109 0.516-0.297 0.703l-7 7c-0.187 0.187-0.438 0.297-0.703 0.297s-0.516-0.109-0.703-0.297l-7-7c-0.187-0.187-0.297-0.438-0.297-0.703 0-0.547 0.453-1 1-1h14c0.547 0 1 0.453 1 1z\"></path>\n</svg></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1635f123a1e\" wfd-id=\"261\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1636393c2d2\" data-float=\"1\" wfd-id=\"262\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-160f957664d\" wfd-id=\"264\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-163629eb59f\" wfd-id=\"263\"></div>\n</div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1635f121505\" wfd-id=\"256\"><p data-css=\"tve-u-163629db329\"><strong><span data-css=\"tve-u-163629f6835\" style=\"font-size: 16px;\" wfd-id=\"260\">Josie Carter</span></strong></p><p data-css=\"tve-u-163629e77b3\"><span data-css=\"tve-u-163629f6837\" style=\"font-size: 16px;\" wfd-id=\"259\"><em>Marine Biologist</em></span></p><p data-css=\"tve-u-160f9514c00\">â€‹<br></p></div></div>\n</div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-161701a8fd1\" wfd-id=\"237\"><div class=\"tcb-flex-row tcb--cols--3 tcb-resized tcb-resizing tcb-medium-no-wrap v-2 tcb-mobile-wrap m-edit\" data-css=\"tve-u-161703e4bac\" wfd-id=\"238\"><div class=\"tcb-flex-col\" data-css=\"tve-u-16170332517\" style=\"\" wfd-id=\"248\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"250\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16170441415\" wfd-id=\"251\"><p data-css=\"tve-u-16170191bce\"><em>As seen on</em></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1617033251d\" style=\"width: 85px;\" wfd-id=\"243\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"245\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16170185cb5\" wfd-id=\"246\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"247\"><img class=\"tve_image wp-image-3532\" alt=\"\" width=\"45\" height=\"30\" title=\"trip-advisor-logo_03\" data-id=\"3532\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/trip-advisor-logo_03.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1617033371d\" style=\"\" wfd-id=\"239\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"241\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16170442200\" wfd-id=\"242\"><p data-css=\"tve-u-161701c9195\"><a href=\"https://www.tripadvisor.com/\" target=\"_blank\"><u>See more reviews</u></a><u>â€‹â€‹â€‹â€‹</u></p></div></div></div></div></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"196\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-163639549e4\" wfd-id=\"198\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1635f1b3fee\" wfd-id=\"214\">\n<div class=\"tve-content-box-background\" wfd-id=\"233\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16362a05c8f\" wfd-id=\"215\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1636390935e\" wfd-id=\"229\"><p data-css=\"tve-u-160fa718c59\"><span data-css=\"tve-u-160fa718c5e\" wfd-id=\"232\">â</span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1636951d241\" wfd-id=\"226\"><p data-css=\"tve-u-16362a0d7c6\">Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae erat consequat auctor eu in elit. Class aptent!</p></div><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"2\" data-color=\"rgb(218, 144, 15)\" data-css=\"tve-u-16369519850\" wfd-id=\"225\">\n<hr class=\"tve_sep tve_sep-1\">\n</div><div class=\"tcb-clear\" data-css=\"tve-u-160f93bdfb1\" wfd-id=\"223\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1636392e791\" wfd-id=\"224\"><svg class=\"tcb-icon\" viewBox=\"0 0 16 28\" data-name=\"sort-desc\">\n<path d=\"M16 17c0 0.266-0.109 0.516-0.297 0.703l-7 7c-0.187 0.187-0.438 0.297-0.703 0.297s-0.516-0.109-0.703-0.297l-7-7c-0.187-0.187-0.297-0.438-0.297-0.703 0-0.547 0.453-1 1-1h14c0.547 0 1 0.453 1 1z\"></path>\n</svg></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1635ec5add7\" wfd-id=\"219\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1636393da63\" data-float=\"1\" wfd-id=\"220\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1635f13f574\" wfd-id=\"222\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16362a05cc8\" wfd-id=\"221\"></div>\n</div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160fa6805d4\" wfd-id=\"216\"><p data-css=\"tve-u-16362a08679\"><strong>Jesse O\'neil</strong></p><p data-css=\"tve-u-16362a0a74e\"><em>Advertising</em></p><p data-css=\"tve-u-16362a0a750\">â€‹<br></p></div></div>\n</div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16170325257\" wfd-id=\"199\"><div class=\"tcb-flex-row tcb--cols--3 tcb-resized tcb-medium-no-wrap v-2 tcb-mobile-wrap m-edit\" data-css=\"tve-u-1617045651a\" wfd-id=\"200\"><div class=\"tcb-flex-col\" data-css=\"tve-u-16170334a49\" style=\"\" wfd-id=\"210\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"212\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-161704435d7\" wfd-id=\"213\"><p data-css=\"tve-u-16170191bce\"><em>As seen on</em></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-16170334a4f\" style=\"\" wfd-id=\"205\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"207\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-161702e8042\" wfd-id=\"208\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"209\"><img class=\"tve_image wp-image-3538\" alt=\"\" width=\"52\" height=\"31\" title=\"foursquare-logo_03\" data-id=\"3538\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/foursquare-logo_03.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-161703373d0\" style=\"\" wfd-id=\"201\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"203\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16170445bb9\" wfd-id=\"204\"><p data-css=\"tve-u-161701c9195\"><a href=\"https://foursquare.com/\" target=\"_blank\"><u>See more reviewsâ€‹â€‹â€‹â€‹</u></a></p></div></div></div></div></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"160\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16363524c1e\" wfd-id=\"162\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1635ebfe4fc\" wfd-id=\"178\">\n<div class=\"tve-content-box-background\" wfd-id=\"195\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1635ec2801b\" wfd-id=\"179\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1635f139f5c\" wfd-id=\"191\"><p data-css=\"tve-u-160fa718c59\"><span data-css=\"tve-u-160fa718c5e\" wfd-id=\"194\">â</span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160f961e617\" wfd-id=\"190\"><p data-css=\"tve-u-16362a2156e\">Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Mauris in erat justo. Nullam ac urna eu felis dapibus condimentum sit amet a augue. Sed non neque elit.</p></div><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"2\" data-color=\"rgb(218, 144, 15)\" data-css=\"tve-u-160f9405e56\" wfd-id=\"189\">\n<hr class=\"tve_sep tve_sep-1\">\n</div><div class=\"tcb-clear\" data-css=\"tve-u-160f93bdfb1\" wfd-id=\"187\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1635ed98a8a\" wfd-id=\"188\"><svg class=\"tcb-icon\" viewBox=\"0 0 16 28\" data-name=\"sort-desc\">\n<path d=\"M16 17c0 0.266-0.109 0.516-0.297 0.703l-7 7c-0.187 0.187-0.438 0.297-0.703 0.297s-0.516-0.109-0.703-0.297l-7-7c-0.187-0.187-0.297-0.438-0.297-0.703 0-0.547 0.453-1 1-1h14c0.547 0 1 0.453 1 1z\"></path>\n</svg></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1635ec5add7\" wfd-id=\"183\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160f9562c14\" data-float=\"1\" wfd-id=\"184\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1635f187bfc\" wfd-id=\"186\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-1635edf3681\" wfd-id=\"185\"></div>\n</div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160fa6805d4\" wfd-id=\"180\"><p data-css=\"tve-u-163629df961\"><strong><span data-css=\"tve-u-16362a29860\" style=\"font-size: 16px;\" wfd-id=\"182\">Gabriel Jones</span></strong></p><p data-css=\"tve-u-16362a2c533\"><span data-css=\"tve-u-16362a29862\" style=\"font-size: 16px;\" wfd-id=\"181\"><em>Brand Management Consultant</em></span></p><p data-css=\"tve-u-160f9514c00\"><strong>â€‹</strong><br></p></div></div>\n</div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-161703268c0\" wfd-id=\"163\"><div class=\"tcb-flex-row tcb--cols--3 tcb-resized tcb-medium-no-wrap v-2 tcb-mobile-wrap m-edit\" data-css=\"tve-u-161701a2f15\" wfd-id=\"164\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1617019989e\" style=\"\" wfd-id=\"174\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"176\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16170471614\" wfd-id=\"177\"><p data-css=\"tve-u-16170191bce\"><em>As seen on</em></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-161701998d2\" style=\"\" wfd-id=\"169\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"171\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1617031f43b\" wfd-id=\"172\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"173\"><img class=\"tve_image wp-image-3542\" alt=\"\" width=\"49\" height=\"24\" title=\"yelp-logo_03\" data-id=\"3542\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/yelp-logo_03.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-161701c1618\" style=\"\" wfd-id=\"165\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"167\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-161701b642a\" wfd-id=\"168\"><p data-css=\"tve-u-161701c9195\"><a href=\"https://www.yelp.com/\" target=\"_blank\"><u>See more reviews</u></a><u>â€‹â€‹â€‹â€‹</u></p></div></div></div></div></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-160f96ef669\" wfd-id=\"114\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-160f96f5e19\" data-clip-id=\"c22944d35542f\" wfd-id=\"155\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-c22944d35542f\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" pointer-width=\"100\" pointer-height=\"14\" style=\"zigzag\" decoration-type=\"none\" clip-path=\"url(#clip-top-c22944d35542f)\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-c22944d35542f\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" pointer-width=\"100\" pointer-height=\"14\" style=\"zigzag\" decoration-type=\"none\" clip-path=\"url(#clip-mobile-top-c22944d35542f)\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-top-c22944d35542f\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" pointer-width=\"100\" pointer-height=\"10\" style=\"zigzag\" decoration-type=\"none\" clip-path=\"url(#clip-top-c22944d35542f)\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-top-c22944d35542f\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" pointer-width=\"100\" pointer-height=\"13\" decoration-type=\"none\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-160f96c069e\" wfd-id=\"115\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160f9714a61\" wfd-id=\"116\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-160f9734b53\" data-clip-id=\"c8e428685a637\" wfd-id=\"154\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-c8e428685a637\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"pointer\" pointer-width=\"100\" pointer-height=\"13\" style=\"zigzag\" clip-path=\"url(#clip-bottom-c8e428685a637)\"><polygon points=\"1 0.13, 0.5 0, 0 0.13, 0 0.13, 0 1, 1 1, 1 0.13\"></polygon></clipPath><clipPath id=\"clip-bottom-c8e428685a637\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"pointer\" pointer-width=\"100\" pointer-height=\"14.000000000000002\" style=\"\"><polygon points=\"0 0, 0 0.86, 0 0.86, 0.5 1, 1 0.86, 1 0.86, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-top-c8e428685a637\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"divider\" pointer-width=\"100\" pointer-height=\"13\" style=\"zigzag\" clip-path=\"url(#clip-tablet-bottom-c8e428685a637)\"><polygon points=\"0 1, 1 1,1 0.13, 0.5 0, 0 0.13, 0 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-c8e428685a637\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"divider\" pointer-width=\"100\" pointer-height=\"14\" style=\"zigzag\"><polygon points=\"0 0, 0 0.86, 0.5 1, 1 0.86,  1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-top-c8e428685a637\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"divider\" pointer-width=\"100\" pointer-height=\"10\" style=\"zigzag\" clip-path=\"url(#clip-mobile-bottom-c8e428685a637)\"><polygon points=\"0 1, 1 1,1 0.1, 0.5 0, 0 0.1, 0 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-c8e428685a637\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"divider\" pointer-width=\"100\" pointer-height=\"10\" style=\"zigzag\"><polygon points=\"0 0, 0 0.9, 0.5 1, 1 0.9,  1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160f972cd2b\" wfd-id=\"117\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160f97e6953\" wfd-id=\"150\"><p data-css=\"tve-u-160f97ddb8a\" style=\"text-align: center;\"><span data-css=\"tve-u-160f97e0356\" style=\"font-weight: 400; font-family: &quot;Kaushan Script&quot;;\" wfd-id=\"153\">Happy Hour</span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160f98a0d17\" wfd-id=\"144\"><p data-css=\"tve-u-160f9bf9be2\" style=\"text-align: center;\"><span data-css=\"tve-u-160f9bfdcb7\" wfd-id=\"148\">2 shots for the price of 1 between 18<span data-css=\"tve-u-160f9823757\" wfd-id=\"149\">&nbsp;PM&nbsp;</span>- 20 </span><span data-css=\"tve-u-160f984f29b\" wfd-id=\"147\">PM</span></p></div><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-160f98df817\" data-tcb_hover_state_parent=\"\" wfd-id=\"139\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"140\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-160fec25d20\" wfd-id=\"141\"><strong>Make a reservation now</strong></span></span>\n</a>\n</div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160f9b74c2b\" wfd-id=\"123\"><div class=\"tcb-flex-row tcb-resized tcb--cols--3 tcb-medium-no-wrap tcb-mobile-edit tcb-resizing v-2\" data-css=\"tve-u-160f9b69526\" wfd-id=\"124\"><div class=\"tcb-flex-col\" data-css=\"tve-u-160f9b7a36e\" style=\"\" wfd-id=\"135\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"137\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(176, 171, 155, 0.3)\" data-css=\"tve-u-160f9b9db80\" wfd-id=\"138\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-160f9b7a39a\" style=\"width: 97px;\" wfd-id=\"129\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160ff36e890\" wfd-id=\"131\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160fa7619dc\" wfd-id=\"132\"><p data-css=\"tve-u-160f9b916f8\" style=\"text-align: center;\">or</p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-160f9b7a3c6\" style=\"\" wfd-id=\"125\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"127\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(176, 171, 155, 0.3)\" data-css=\"tve-u-160f9bd1e50\" wfd-id=\"128\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160f9bf1aea\" wfd-id=\"118\"><p data-css=\"tve-u-160f981fb0c\" style=\"text-align: center;\"><span data-css=\"tve-u-160f9c02898\" wfd-id=\"121\"><span data-css=\"tve-u-160ff467c38\" wfd-id=\"122\">Call us</span> : 0300-984-589</span></p></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-160f9c6a4fe\" wfd-id=\"76\">\n<div class=\"tve-page-section-out\" wfd-id=\"113\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-160f9c6d0ad\" wfd-id=\"77\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160f9caae7b\" wfd-id=\"112\"><h3 data-css=\"tve-u-1635f21f43a\" style=\"text-align: center;\">our signature drinks</h3></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160f9c7f698\" wfd-id=\"78\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--4\" data-css=\"tve-u-160f9c75fb0\" wfd-id=\"79\"><div class=\"tcb-flex-col\" wfd-id=\"104\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160f9cccb99\" data-tcb_hover_state_parent=\"\" wfd-id=\"106\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1616a9cfa4b\" wfd-id=\"107\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1616a721403\" wfd-id=\"111\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1616a74e73b\" wfd-id=\"108\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1616a5e01ba\" wfd-id=\"109\"><p data-css=\"tve-u-160f9d496b3\" style=\"text-align: center;\"><span data-css=\"tve-u-160f9d5377f\" style=\"font-weight: 400; font-family: &quot;Kaushan Script&quot;;\" wfd-id=\"110\">Wiskey Sour</span></p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"96\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160f9d08737\" data-tcb_hover_state_parent=\"\" wfd-id=\"98\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1616a9d1ca7\" wfd-id=\"99\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1616a721403\" wfd-id=\"103\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1616a74e73b\" wfd-id=\"100\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1616a5e01ba\" wfd-id=\"101\"><p data-css=\"tve-u-160f9d496b3\" style=\"text-align: center;\"><span data-css=\"tve-u-160f9d5377f\" style=\"font-weight: 400; font-family: &quot;Kaushan Script&quot;;\" wfd-id=\"102\">Boulevardier</span></p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"88\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160f9d0b00e\" data-tcb_hover_state_parent=\"\" wfd-id=\"90\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1616a9d3730\" wfd-id=\"91\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1616a721403\" wfd-id=\"95\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1616a74e73b\" wfd-id=\"92\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1616a5e01ba\" wfd-id=\"93\"><p data-css=\"tve-u-160f9d496b3\" style=\"text-align: center;\"><span data-css=\"tve-u-160f9d5377f\" style=\"font-weight: 400; font-family: &quot;Kaushan Script&quot;;\" wfd-id=\"94\">Gin Fizz</span></p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"80\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160f9d0c9a0\" data-tcb_hover_state_parent=\"\" wfd-id=\"82\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1616a708b49\" wfd-id=\"83\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1616a721403\" wfd-id=\"87\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1616a74e73b\" wfd-id=\"84\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1616a5e01ba\" wfd-id=\"85\"><p data-css=\"tve-u-160f9d496b3\" style=\"text-align: center;\"><span data-css=\"tve-u-160f9d5377f\" style=\"font-weight: 400; font-family: &quot;Kaushan Script&quot;;\" wfd-id=\"86\">Spicy Tequila Shot</span></p></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-160fe140452\" style=\"\" wfd-id=\"41\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-16362e0aed9\" wfd-id=\"75\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-160fe13ce28\" wfd-id=\"42\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160f9ec40fc\" wfd-id=\"43\"><div class=\"tcb-flex-row tcb--cols--2 tcb-medium-no-wrap v-2 tcb-mobile-wrap m-edit\" data-css=\"tve-u-160f9ebf905\" wfd-id=\"44\"><div class=\"tcb-flex-col\" wfd-id=\"49\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160f9ee08be\" wfd-id=\"51\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160fa01d193\" wfd-id=\"52\">\n<div class=\"tve-content-box-background\" wfd-id=\"74\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"53\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1635f273315\" wfd-id=\"72\"><h4 data-css=\"tve-u-1635f28650b\"><strong><span data-css=\"tve-u-16362a7e959\" style=\"text-transform: none;\" wfd-id=\"73\">Your</span></strong><br><strong>Company name</strong></h4></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16362aabe81\" wfd-id=\"64\">\n<div class=\"tve-content-box-background\" wfd-id=\"71\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1635e5d9ba1\" wfd-id=\"65\"><div class=\"tcb-clear\" data-css=\"tve-u-16363d2efc4\" wfd-id=\"69\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-16362a8dd87\" data-float=\"1\" wfd-id=\"70\"><svg class=\"tcb-icon\" viewBox=\"0 0 16 28\" data-name=\"map-marker\">\n<path d=\"M12 10c0-2.203-1.797-4-4-4s-4 1.797-4 4 1.797 4 4 4 4-1.797 4-4zM16 10c0 0.953-0.109 1.937-0.516 2.797l-5.688 12.094c-0.328 0.688-1.047 1.109-1.797 1.109s-1.469-0.422-1.781-1.109l-5.703-12.094c-0.406-0.859-0.516-1.844-0.516-2.797 0-4.422 3.578-8 8-8s8 3.578 8 8z\"></path>\n</svg></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160df4565d1\" wfd-id=\"66\"><p data-css=\"tve-u-1636311d040\">Your Pub Adress Goes Here</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1636301dc81\" wfd-id=\"59\">\n<div class=\"tve-content-box-background\" wfd-id=\"63\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1635e5d9ba1\" wfd-id=\"60\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-16362aa4888\" wfd-id=\"62\"><svg class=\"tcb-icon\" viewBox=\"0 0 22 28\" data-name=\"phone\">\n<path d=\"M22 19.375c0 0.562-0.25 1.656-0.484 2.172-0.328 0.766-1.203 1.266-1.906 1.656-0.922 0.5-1.859 0.797-2.906 0.797-1.453 0-2.766-0.594-4.094-1.078-0.953-0.344-1.875-0.766-2.734-1.297-2.656-1.641-5.859-4.844-7.5-7.5-0.531-0.859-0.953-1.781-1.297-2.734-0.484-1.328-1.078-2.641-1.078-4.094 0-1.047 0.297-1.984 0.797-2.906 0.391-0.703 0.891-1.578 1.656-1.906 0.516-0.234 1.609-0.484 2.172-0.484 0.109 0 0.219 0 0.328 0.047 0.328 0.109 0.672 0.875 0.828 1.188 0.5 0.891 0.984 1.797 1.5 2.672 0.25 0.406 0.719 0.906 0.719 1.391 0 0.953-2.828 2.344-2.828 3.187 0 0.422 0.391 0.969 0.609 1.344 1.578 2.844 3.547 4.813 6.391 6.391 0.375 0.219 0.922 0.609 1.344 0.609 0.844 0 2.234-2.828 3.187-2.828 0.484 0 0.984 0.469 1.391 0.719 0.875 0.516 1.781 1 2.672 1.5 0.313 0.156 1.078 0.5 1.188 0.828 0.047 0.109 0.047 0.219 0.047 0.328z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160df4565d1\" wfd-id=\"61\"><p data-css=\"tve-u-1636311dda3\" style=\"text-align: left;\">0364 - 300 - 946</p></div></div>\n</div><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-160fa182f82\" data-tcb_hover_state_parent=\"\" wfd-id=\"54\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"55\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-160fa198fbb\" wfd-id=\"56\">Make a reservation now</span></span>\n</a>\n</div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"45\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160fa1c8dca\" wfd-id=\"47\"><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-160fa11f4f2\" wfd-id=\"48\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=London&amp;t=m&amp;z=12&amp;output=embed&amp;iwloc=near\"></iframe>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16362e2956e\" wfd-id=\"27\">\n<div class=\"tve-page-section-out\" wfd-id=\"40\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16362e27bcb\" wfd-id=\"28\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160fa4daf17\" wfd-id=\"29\"><div class=\"tcb-flex-row tcb--cols--2 v-2\" data-css=\"tve-u-160fa4d8d4f\" wfd-id=\"30\"><div class=\"tcb-flex-col\" wfd-id=\"36\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"38\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160fa4b581e\" wfd-id=\"39\"><p data-css=\"tve-u-160fa489bd9\" style=\"text-align: left;\">Â© 2018 , Your company name . All rights reserved.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"31\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160fec923bf\" wfd-id=\"33\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160fec99b6f\" wfd-id=\"34\"><p style=\"text-align: right;\" data-css=\"tve-u-16363b1b458\"><span style=\"color: rgba(3, 9, 14, 0.5);\" data-css=\"tve-u-16363b4867f\" wfd-id=\"35\"><u>â€‹</u>â€‹â€‹â€‹â€‹Made with</span> <a href=\"https://thrivethemes.com/\" target=\"_blank\">Thrive Architect</a></p></div></div></div></div></div></div>\n</div>'),(4556,445,'tve_revision_tve_content_more_found',''),(4557,445,'tve_revision_tve_save_post',''),(4558,445,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Noto+Sans:400,700&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Kaushan+Script:400&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Limelight:400&subset=latin\");@media (min-width: 300px){#tve_editor [data-css=\"tve-u-1636955fbd2\"] p, #tve_editor [data-css=\"tve-u-1636955fbd2\"] li, #tve_editor [data-css=\"tve-u-1636955fbd2\"] blockquote, #tve_editor [data-css=\"tve-u-1636955fbd2\"] address, #tve_editor [data-css=\"tve-u-1636955fbd2\"] h1, #tve_editor [data-css=\"tve-u-1636955fbd2\"] h2, #tve_editor [data-css=\"tve-u-1636955fbd2\"] h3, #tve_editor [data-css=\"tve-u-1636955fbd2\"] h4, #tve_editor [data-css=\"tve-u-1636955fbd2\"] h5, #tve_editor [data-css=\"tve-u-1636955fbd2\"] h6 { color: rgb(255, 255, 255); }[data-css=\"tve-u-1636956410b\"] { clip-path: url(\"#clip-bottom-ebde87302d0be\"); -webkit-clip-path: url(\"#clip-bottom-ebde87302d0be\");  background-image: linear-gradient(rgba(1, 11, 20, 0.85) 0%, rgba(0, 0, 0, 0.18) 100%), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Pub-Hero-img.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-16369563890\"] { padding: 0px 40px 60px !important; }[data-css=\"tve-u-1636955fbd2\"] { max-width: 1200px; min-height: 700px !important; }#tve_editor .thrv-content-box [data-css=\"tve-u-160f972cd2b\"] p, #tve_editor .thrv-content-box [data-css=\"tve-u-160f972cd2b\"] li, #tve_editor .thrv-content-box [data-css=\"tve-u-160f972cd2b\"] blockquote, #tve_editor .thrv-content-box [data-css=\"tve-u-160f972cd2b\"] address, #tve_editor .thrv-content-box [data-css=\"tve-u-160f972cd2b\"] h1, #tve_editor .thrv-content-box [data-css=\"tve-u-160f972cd2b\"] h2, #tve_editor .thrv-content-box [data-css=\"tve-u-160f972cd2b\"] h3, #tve_editor .thrv-content-box [data-css=\"tve-u-160f972cd2b\"] h4, #tve_editor .thrv-content-box [data-css=\"tve-u-160f972cd2b\"] h5, #tve_editor .thrv-content-box [data-css=\"tve-u-160f972cd2b\"] h6 { color: rgb(255, 255, 255); }[data-css=\"tve-u-16363c02cf7\"]::after { clear: both; }[data-css=\"tve-u-16363b4867f\"] { color: rgba(3, 9, 14, 0.5) !important; }#tve_editor [data-css=\"tve-u-16363b1b458\"] { font-size: 14px !important; color: rgba(3, 9, 14, 0.5) !important; }#tve_editor [data-css=\"tve-u-163630c7fc7\"] { color: rgb(207, 199, 172) !important; }#tve_editor [data-css=\"tve-u-16362a2c533\"] { color: rgba(3, 9, 14, 0.5) !important; }[data-css=\"tve-u-16362e2956e\"] { padding: 30px 40px !important; }[data-css=\"tve-u-16362e27bcb\"] { max-width: 1200px; }[data-css=\"tve-u-16362e0aed9\"] { opacity: 1; background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Pub-Footer-img.jpg\") !important; background-size: cover !important; background-position: 0% 0% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; background-color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-16362a7e959\"] { text-transform: none !important; }#tve_editor [data-css=\"tve-u-160f96c069e\"] p, #tve_editor [data-css=\"tve-u-160f96c069e\"] li, #tve_editor [data-css=\"tve-u-160f96c069e\"] blockquote, #tve_editor [data-css=\"tve-u-160f96c069e\"] address, #tve_editor [data-css=\"tve-u-160f96c069e\"] h1, #tve_editor [data-css=\"tve-u-160f96c069e\"] h2, #tve_editor [data-css=\"tve-u-160f96c069e\"] h3, #tve_editor [data-css=\"tve-u-160f96c069e\"] h4, #tve_editor [data-css=\"tve-u-160f96c069e\"] h5, #tve_editor [data-css=\"tve-u-160f96c069e\"] h6 { color: rgb(255, 255, 255); }[data-css=\"tve-u-163629e77b3\"] { line-height: 1.3em !important; }[data-css=\"tve-u-16362a0a74e\"] { line-height: 1.3em !important; }[data-css=\"tve-u-16362a2c533\"] { line-height: 1.3em !important; }[data-css=\"tve-u-16362a29862\"] { font-size: 16px !important; }[data-css=\"tve-u-16362a29860\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-16362a2156e\"] { font-size: 16px !important; color: rgba(3, 9, 14, 0.7) !important; }#tve_editor [data-css=\"tve-u-16362a0d7c6\"] { font-size: 16px !important; color: rgba(3, 9, 14, 0.7) !important; }#tve_editor [data-css=\"tve-u-16362a0a750\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-16362a0a74e\"] { font-size: 16px !important; color: rgba(3, 9, 14, 0.5) !important; }#tve_editor [data-css=\"tve-u-16362a08679\"] { text-transform: uppercase !important; font-size: 16px !important; }[data-css=\"tve-u-163629f6837\"] { font-size: 16px !important; }[data-css=\"tve-u-163629f6835\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-163629eed0d\"] { font-size: 16px !important; color: rgba(3, 9, 14, 0.7) !important; }#tve_editor [data-css=\"tve-u-163629e77b3\"] { color: rgba(3, 9, 14, 0.5) !important; font-size: 16px !important; }#tve_editor [data-css=\"tve-u-163629df961\"] { text-transform: uppercase !important; }#tve_editor [data-css=\"tve-u-163629db329\"] { text-transform: uppercase !important; }[data-css=\"tve-u-1636292fe99\"] { padding: 0px !important; }[data-css=\"tve-u-163629240b8\"] { padding: 0px !important; }#tve_editor [data-css=\"tve-u-1635f28650b\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1635f273315\"] { padding: 0px !important; margin-bottom: 60px !important; }#tve_editor [data-css=\"tve-u-1635ebf2201\"] p, #tve_editor [data-css=\"tve-u-1635ebf2201\"] li, #tve_editor [data-css=\"tve-u-1635ebf2201\"] blockquote, #tve_editor [data-css=\"tve-u-1635ebf2201\"] address, #tve_editor [data-css=\"tve-u-1635ebf2201\"] h1, #tve_editor [data-css=\"tve-u-1635ebf2201\"] h2, #tve_editor [data-css=\"tve-u-1635ebf2201\"] h3, #tve_editor [data-css=\"tve-u-1635ebf2201\"] h4, #tve_editor [data-css=\"tve-u-1635ebf2201\"] h5, #tve_editor [data-css=\"tve-u-1635ebf2201\"] h6 { color: rgb(3, 9, 14); }#tve_editor [data-css=\"tve-u-1635f21f43a\"] { text-transform: uppercase !important; color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-1635f111354\"] { text-transform: uppercase !important; }#tve_editor [data-css=\"tve-u-1635f10faad\"] { color: rgb(3, 9, 14) !important; text-transform: uppercase !important; }[data-css=\"tve-u-1635f010773\"] { min-height: 430px; }[data-css=\"tve-u-1635efec9fa\"] { max-width: 100%; z-index: 4; padding: 0px !important; margin: 0px !important; }#tve_editor [data-css=\"tve-u-1635ef4f76c\"] { color: rgb(207, 199, 172) !important; }#tcb_landing_page h3 strong { font-weight: 700; }[data-css=\"tve-u-1635ee0cb15\"] { padding: 90px 40px 120px !important; }#tve_editor .thrv-content-box [data-css=\"tve-u-1635ec2801b\"] p, #tve_editor .thrv-content-box [data-css=\"tve-u-1635ec2801b\"] li, #tve_editor .thrv-content-box [data-css=\"tve-u-1635ec2801b\"] blockquote, #tve_editor .thrv-content-box [data-css=\"tve-u-1635ec2801b\"] address, #tve_editor .thrv-content-box [data-css=\"tve-u-1635ec2801b\"] h1, #tve_editor .thrv-content-box [data-css=\"tve-u-1635ec2801b\"] h2, #tve_editor .thrv-content-box [data-css=\"tve-u-1635ec2801b\"] h3, #tve_editor .thrv-content-box [data-css=\"tve-u-1635ec2801b\"] h4, #tve_editor .thrv-content-box [data-css=\"tve-u-1635ec2801b\"] h5, #tve_editor .thrv-content-box [data-css=\"tve-u-1635ec2801b\"] h6 { color: rgb(3, 9, 14); }[data-css=\"tve-u-1635ed274dc\"] > .tcb-flex-col { padding-left: 90px; }[data-css=\"tve-u-1635ed91639\"] { margin: 0px !important; }[data-css=\"tve-u-1635ec2801b\"] { min-height: 1px; }[data-css=\"tve-u-1635ed274dc\"] > .tcb-flex-col > .tcb-col { min-height: 370px; justify-content: flex-end; }[data-css=\"tve-u-1635ed274dc\"] { min-height: inherit; margin-left: -90px; padding: 0px !important; }[data-css=\"tve-u-1635ec2801b\"]::after { clear: both; }[data-css=\"tve-u-160fa6805d4\"] { padding: 0px !important; }[data-css=\"tve-u-1635ebfe4fc\"] { padding: 0px 0px 35px !important; margin: 0px !important; }[data-css=\"tve-u-1635ebf2201\"] { max-width: 1200px; min-height: 1px !important; }#tve_editor .thrv-content-box [data-css=\"tve-u-160e9e03630\"] p, #tve_editor .thrv-content-box [data-css=\"tve-u-160e9e03630\"] li, #tve_editor .thrv-content-box [data-css=\"tve-u-160e9e03630\"] blockquote, #tve_editor .thrv-content-box [data-css=\"tve-u-160e9e03630\"] address, #tve_editor .thrv-content-box [data-css=\"tve-u-160e9e03630\"] h1, #tve_editor .thrv-content-box [data-css=\"tve-u-160e9e03630\"] h2, #tve_editor .thrv-content-box [data-css=\"tve-u-160e9e03630\"] h3, #tve_editor .thrv-content-box [data-css=\"tve-u-160e9e03630\"] h4, #tve_editor .thrv-content-box [data-css=\"tve-u-160e9e03630\"] h5, #tve_editor .thrv-content-box [data-css=\"tve-u-160e9e03630\"] h6 { color: rgb(255, 255, 255); }#tve_editor [data-css=\"tve-u-160e4c24b1a\"] p, #tve_editor [data-css=\"tve-u-160e4c24b1a\"] li, #tve_editor [data-css=\"tve-u-160e4c24b1a\"] blockquote, #tve_editor [data-css=\"tve-u-160e4c24b1a\"] address, #tve_editor [data-css=\"tve-u-160e4c24b1a\"] h1, #tve_editor [data-css=\"tve-u-160e4c24b1a\"] h2, #tve_editor [data-css=\"tve-u-160e4c24b1a\"] h3, #tve_editor [data-css=\"tve-u-160e4c24b1a\"] h4, #tve_editor [data-css=\"tve-u-160e4c24b1a\"] h5, #tve_editor [data-css=\"tve-u-160e4c24b1a\"] h6 { color: rgb(222, 218, 203); }#tve_editor .thrv-content-box [data-css=\"tve-u-160df519447\"] p, #tve_editor .thrv-content-box [data-css=\"tve-u-160df519447\"] li, #tve_editor .thrv-content-box [data-css=\"tve-u-160df519447\"] blockquote, #tve_editor .thrv-content-box [data-css=\"tve-u-160df519447\"] address, #tve_editor .thrv-content-box [data-css=\"tve-u-160df519447\"] h1, #tve_editor .thrv-content-box [data-css=\"tve-u-160df519447\"] h2, #tve_editor .thrv-content-box [data-css=\"tve-u-160df519447\"] h3, #tve_editor .thrv-content-box [data-css=\"tve-u-160df519447\"] h4, #tve_editor .thrv-content-box [data-css=\"tve-u-160df519447\"] h5, #tve_editor .thrv-content-box [data-css=\"tve-u-160df519447\"] h6 { color: rgb(255, 255, 255); }[data-css=\"tve-u-1635eaf037e\"] { padding: 0px !important; }[data-css=\"tve-u-1635eadb72e\"] { min-height: 1px; }[data-css=\"tve-u-1635e9cce8b\"] { max-width: 47%; }[data-css=\"tve-u-1635e9cce4d\"] { max-width: 53%; }[data-css=\"tve-u-1635e97f913\"] { max-width: 550px; float: none; z-index: 3; position: relative; margin: 0px auto !important; padding: 0px !important; }[data-css=\"tve-u-1635e6b4c72\"] { max-width: 100%; min-height: 1px !important; }[data-css=\"tve-u-1635e6aad72\"] { padding: 90px 0px 90px 40px !important; }[data-css=\"tve-u-1635e6448aa\"] { padding: 0px !important; }[data-css=\"tve-u-1635e5d9ba1\"]::after { clear: both; }[data-css=\"tve-u-1635e5cd7c0\"] { max-width: 275px; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1635e5cc2d9\"] { padding: 0px !important; }[data-css=\"tve-u-1635e5cbf37\"] { margin: -110px 0px 200px !important; }#tcb_landing_page a.tve_state_hover:not(.tcb-button-link) { text-decoration: underline; color: rgb(233, 156, 0); }#tcb_landing_page h6 strong { font-weight: 700; }#tcb_landing_page h6 { font-family: \"Noto Sans\"; font-weight: 400; text-transform: uppercase; color: rgb(3, 9, 14); letter-spacing: 1px; font-size: 18px; }#tcb_landing_page h5 strong { font-weight: 700; }#tcb_landing_page h5 { font-size: 20px; font-family: \"Noto Sans\"; font-weight: 400; line-height: 1.5em; color: rgb(3, 9, 14); }#tcb_landing_page h4 strong { font-weight: 700; }#tcb_landing_page h4 { font-size: 19px; line-height: 1.5em; font-family: \"Noto Sans\"; font-weight: 400; color: rgb(3, 9, 14); text-transform: uppercase; letter-spacing: 2px; }[data-css=\"tve-u-160fec99b6f\"] { padding: 0px !important; }#tcb_landing_page a:not(.tcb-button-link) { color: rgb(233, 156, 0); text-decoration: none; }[data-css=\"tve-u-161701c1618\"] { max-width: 47.2%; }[data-css=\"tve-u-161701b642a\"] { padding: 0px 0px 0px 10px !important; }[data-css=\"tve-u-161701a2f15\"] > .tcb-flex-col > .tcb-col { justify-content: center; }[data-css=\"tve-u-161701a8fd1\"] { max-width: 100%; margin-top: 0px !important; margin-bottom: 0px !important; background-color: rgb(247, 247, 247) !important; }[data-css=\"tve-u-161701a2f15\"] { margin-left: 0px; padding: 0px 10px !important; }[data-css=\"tve-u-161701a2f15\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-161701998d2\"] { max-width: 23.2%; }[data-css=\"tve-u-1617019989e\"] { max-width: 29.6%; }[data-css=\"tve-u-16170191bce\"] { line-height: 1em !important; }#tve_editor [data-css=\"tve-u-16170191bce\"] { color: rgb(183, 183, 183) !important; font-size: 14px !important; }[data-css=\"tve-u-16170185cb5\"] { float: none; width: 45px; }[data-css=\"tve-u-1616a74e73b\"] { min-height: 1px; }[data-css=\"tve-u-1616a721403\"] { background-color: rgba(3, 9, 14, 0.9) !important; }[data-css=\"tve-u-1616a708b49\"] > .tve-cb { justify-content: flex-end; display: flex; flex-direction: column; }[data-css=\"tve-u-1616a708b49\"] { max-width: 100%; padding: 8px 5px 10px !important; margin-top: 0px !important; margin-bottom: 0px !important; margin-left: 0px !important; }[data-css=\"tve-u-160f9714a61\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-160fe13ce28\"] { max-width: 100%; min-height: 1px !important; }[data-css=\"tve-u-160fe140452\"] { padding: 0px !important; }[data-css=\"tve-u-160fa4daf17\"] { float: none; max-width: 100%; margin: 0px auto !important; }[data-css=\"tve-u-160fa4d8d4f\"] { padding: 0px !important; }[data-css=\"tve-u-160fa4b581e\"] { max-width: 100%; z-index: 3; padding: 0px !important; }[data-css=\"tve-u-160fa01d193\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-160fa1c8dca\"] { background-image: none !important; }[data-css=\"tve-u-160fa11f4f2\"] { margin: 0px 0px 10px !important; }[data-css=\"tve-u-160fa01d193\"] { max-width: 600px; float: none; z-index: 3; position: relative; padding: 0px !important; margin: 0px auto !important; }[data-css=\"tve-u-160f9ee08be\"] { background-image: none !important; padding-top: 40px !important; padding-bottom: 40px !important; padding-left: 40px !important; }[data-css=\"tve-u-160f9ec40fc\"] { float: none; max-width: 100%; letter-spacing: 1px; z-index: 3; position: relative; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-160f9ebf905\"] > .tcb-flex-col > .tcb-col { min-height: 468px; justify-content: center; }[data-css=\"tve-u-160f9ebf905\"] { margin-left: 0px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-160f9ebf905\"] > .tcb-flex-col { padding-left: 0px; }#tve_editor [data-css=\"tve-u-160f9d0c9a0\"]:hover { text-shadow: none; background-image: linear-gradient(rgba(3, 9, 14, 0.4), rgba(3, 9, 14, 0.4)), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Pub-drink-4-1.jpg\") !important; background-size: auto, cover !important; background-position: 0px 0px, 0% 0% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }#tve_editor [data-css=\"tve-u-160f9d0b00e\"]:hover { text-shadow: none; background-image: linear-gradient(rgba(3, 9, 14, 0.4), rgba(3, 9, 14, 0.4)), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Pub-Drink-3.jpg\") !important; background-size: auto, cover !important; background-position: 0px 0px, 0% 0% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }#tve_editor [data-css=\"tve-u-160f9d08737\"] p, #tve_editor [data-css=\"tve-u-160f9d08737\"] li, #tve_editor [data-css=\"tve-u-160f9d08737\"] blockquote, #tve_editor [data-css=\"tve-u-160f9d08737\"] address { color: rgb(255, 255, 255); }#tve_editor [data-css=\"tve-u-160f9d08737\"]:hover { text-shadow: none; background-image: linear-gradient(rgba(3, 9, 14, 0.4), rgba(3, 9, 14, 0.4)), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Pub-Drink-2.jpg\") !important; background-size: auto, cover !important; background-position: 0px 0px, 0% 0% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-160f9d496b3\"] { line-height: 1em !important; }[data-css=\"tve-u-160f9d5377f\"] { font-weight: 400 !important; font-family: \"Kaushan Script\" !important; }#tve_editor [data-css=\"tve-u-160f9d496b3\"] { color: rgb(255, 255, 255) !important; font-size: 26px !important; }#tve_editor [data-css=\"tve-u-160f9cccb99\"]:hover { background-image: linear-gradient(rgba(3, 9, 14, 0.4), rgba(3, 9, 14, 0.4)), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Pub-drink-1.jpg\") !important; background-size: auto, cover !important; background-position: 0px 0px, 0% 0% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-160f9d0c9a0\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Pub-drink-4-1.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-160f9d0b00e\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Pub-Drink-3.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-160f9d08737\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Pub-Drink-2.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-160f9cccb99\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Pub-drink-1.jpg\") !important; padding-top: 0px !important; padding-left: 0px !important; padding-right: 0px !important; margin-left: 0px !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-160f9caae7b\"] { padding: 0px !important; margin-bottom: 70px !important; }[data-css=\"tve-u-160f9c75fb0\"] > .tcb-flex-col > .tcb-col { min-height: 230px; justify-content: flex-end; }[data-css=\"tve-u-160f9c7f698\"] { float: none; max-width: 100%; margin: 0px auto !important; }[data-css=\"tve-u-160f9c75fb0\"] > .tcb-flex-col { padding-left: 60px; }[data-css=\"tve-u-160f9c75fb0\"] { margin-left: -60px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-160f9c6d0ad\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-160f9c6a4fe\"] { padding: 70px 40px 100px !important; }[data-css=\"tve-u-160f9c02898\"] { font-weight: 400 !important; font-family: \"Noto Sans\" !important; }[data-css=\"tve-u-160f9bfdcb7\"] { font-weight: 400 !important; font-family: \"Noto Sans\" !important; }[data-css=\"tve-u-160f9b9db80\"] { padding: 5px 0px !important; }[data-css=\"tve-u-160f9bd1e50\"] { padding: 5px 0px !important; }[data-css=\"tve-u-160f9bd1e50\"] .tve_sep { border-width: 1px; border-color: rgba(176, 171, 155, 0.3); }[data-css=\"tve-u-160f9b9db80\"] .tve_sep { border-width: 1px; border-color: rgba(176, 171, 155, 0.3); }#tve_editor [data-css=\"tve-u-160f9b916f8\"] { color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160f9b69526\"] > .tcb-flex-col > .tcb-col { min-height: 40px; justify-content: center; }[data-css=\"tve-u-160f9b7a3c6\"] { max-width: 38.4%; }[data-css=\"tve-u-160f9b7a39a\"] { max-width: 24.1%; }[data-css=\"tve-u-160f9b7a36e\"] { max-width: 37.6%; }[data-css=\"tve-u-160f9b74c2b\"] { float: none; max-width: 400px; z-index: 3; position: relative; margin: 10px auto !important; }[data-css=\"tve-u-160f9b69526\"] { margin-left: 0px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-160f9b69526\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-160f98a0d17\"] { padding: 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-160f984f29b\"] { font-size: 18px !important; font-family: \"Noto Sans\" !important; font-weight: 400 !important; }[data-css=\"tve-u-160f981fb0c\"] { line-height: 1.5em !important; }[data-css=\"tve-u-160f9823757\"] { text-transform: none !important; font-size: 18px !important; }#tve_editor [data-css=\"tve-u-160f981fb0c\"] { letter-spacing: 4px; color: rgb(255, 255, 255) !important; font-size: 18px !important; text-transform: uppercase !important; }[data-css=\"tve-u-160f97e6953\"] { padding: 0px !important; margin: 0px 0px 50px -10px !important; }[data-css=\"tve-u-160f97ddb8a\"] { line-height: 1em !important; }[data-css=\"tve-u-160f97e0356\"] { font-weight: 400 !important; font-family: \"Kaushan Script\" !important; }#tve_editor [data-css=\"tve-u-160f97ddb8a\"] { color: rgb(218, 144, 15) !important; font-size: 40px !important; }[data-css=\"tve-u-160f9734b53\"] { clip-path: url(\"#clip-top-c8e428685a637\"); -webkit-clip-path: url(\"#clip-top-c8e428685a637\");  background-image: linear-gradient(rgb(3, 9, 14), rgb(3, 9, 14)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-160f972cd2b\"] { min-height: 540px; }[data-css=\"tve-u-160f9714a61\"] { float: none; max-width: 700px; padding: 10px 40px !important; margin-top: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-160f96f5e19\"] { clip-path: url(\"#clip-bottom-c22944d35542f\"); -webkit-clip-path: url(\"#clip-bottom-c22944d35542f\");  background-image: linear-gradient(0deg, rgba(3, 9, 14, 0.5) 0%, rgba(3, 9, 14, 0.1) 100%), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Pub-CTA-img.jpg\") !important; background-size: auto, cover !important; background-position: 0px 0px, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-160f96ef669\"] { padding: 30px 40px !important; margin-top: 0px !important; }[data-css=\"tve-u-160f96c069e\"] { max-width: 100%; min-height: 1px !important; }[data-css=\"tve-u-160f957664d\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Pub-Customer-1-img_03.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-160f9562c14\"] { max-width: 104px; float: left; z-index: 3; position: relative; width: 100%; padding: 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; margin-right: 30px !important; }[data-css=\"tve-u-160f9514c00\"] { line-height: 1em !important; }#tve_editor [data-css=\"tve-u-160f9514c00\"] { letter-spacing: 1px; text-transform: uppercase !important; font-size: 16px !important; }[data-css=\"tve-u-160f9405e56\"] { padding: 5px 0px !important; margin: 0px !important; }[data-css=\"tve-u-160f9405e56\"] .tve_sep { border-width: 2px; border-color: rgb(218, 144, 15); }[data-css=\"tve-u-160f93bdfb1\"]::after { clear: both; }[data-css=\"tve-u-160f8e625a1\"] { padding: 0px !important; margin-top: 0px !important; margin-bottom: 100px !important; }#tve_editor [data-css=\"tve-u-160eb0e8e90\"]:hover [data-css=\"tve-u-160eb0d7fac\"] { background-image: linear-gradient(rgb(242, 139, 0), rgb(242, 139, 0)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-160eaaf84a6\"] { padding: 0px !important; margin-bottom: 20px !important; }[data-css=\"tve-u-160ea9789a4\"] { padding: 0px !important; }[data-css=\"tve-u-160ea977bf3\"] { padding: 0px !important; }[data-css=\"tve-u-160ea976e63\"] { padding: 0px !important; }[data-css=\"tve-u-160ea9729a9\"] { padding: 0px !important; }[data-css=\"tve-u-160ea9357c7\"] { padding: 0px !important; }[data-css=\"tve-u-160ea928596\"] { margin-top: 0px !important; }#tve_editor [data-css=\"tve-u-160e9fad83c\"] p, #tve_editor [data-css=\"tve-u-160e9fad83c\"] li, #tve_editor [data-css=\"tve-u-160e9fad83c\"] blockquote, #tve_editor [data-css=\"tve-u-160e9fad83c\"] address { line-height: 1em; }[data-css=\"tve-u-160ea7c9db0\"] > .tcb-flex-col { padding-left: 60px; }[data-css=\"tve-u-160ea89ac22\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-160ea89ac22\"] > .tcb-flex-col { padding-left: 60px; }[data-css=\"tve-u-160ea89b12a\"] { margin: 0px 0px 20px !important; background-image: linear-gradient(rgb(18, 21, 25), rgb(18, 21, 25)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-160ea89ac22\"] { margin-left: -60px; min-height: inherit; padding: 20px !important; }[data-css=\"tve-u-160ea7cae88\"] { margin: 60px 0px 0px !important; }[data-css=\"tve-u-160ea7c9db0\"] { margin-left: -60px; padding: 0px !important; }[data-css=\"tve-u-160ea7bf191\"]::after { clear: both; }#tve_editor [data-css=\"tve-u-160ea71c62c\"] { color: rgba(255, 255, 255, 0.85) !important; font-size: 16px !important; }[data-css=\"tve-u-160ea54ea72\"] { line-height: 1em !important; }#tve_editor [data-css=\"tve-u-160ea54ea72\"] { font-size: 18px !important; text-transform: none !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-160e9fac06c\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-160e9fc2c51\"] { border-right: none; }[data-css=\"tve-u-160e9fbbfa0\"] { border-right: none; }[data-css=\"tve-u-160e9fac06c\"] > .tcb-flex-col { padding-left: 60px; }[data-css=\"tve-u-160e9fad83c\"] { box-shadow: none; margin-top: 20px !important; margin-bottom: 0px !important; background-image: linear-gradient(rgb(18, 21, 25), rgb(18, 21, 25)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-160e9fac06c\"] { margin-left: -60px; min-height: inherit; padding: 20px 20px 0px !important; }[data-css=\"tve-u-160e9f87397\"] { float: left; max-width: 100%; z-index: 3; position: relative; box-shadow: rgba(18, 21, 25, 0.16) 0px 5px 35px 2px; width: 100%; padding: 0px !important; margin: 0px auto !important; }[data-css=\"tve-u-160e9f87397\"] .tve_faq:hover { background: rgba(18, 21, 25, 0.8) !important; }[data-css=\"tve-u-160e9f7868b\"] { line-height: 1em !important; }[data-css=\"tve-u-160e9f7ce0e\"] { font-family: Lato, arial !important; }#tve_editor [data-css=\"tve-u-160e9f7868b\"] { letter-spacing: 3px; color: rgb(242, 139, 0) !important; font-size: 18px !important; text-transform: uppercase !important; }[data-css=\"tve-u-160e9e41664\"] { padding: 0px !important; margin-left: -15px !important; }[data-css=\"tve-u-160e9e2aeab\"] { padding: 0px !important; }[data-css=\"tve-u-160e9e03630\"] { min-height: 1px; }[data-css=\"tve-u-160e9dff371\"] { float: none; max-width: 100%; padding: 0px !important; margin: 0px !important; position: static !important; }[data-css=\"tve-u-160e9d15bdf\"] { z-index: 1; padding: 100px 40px 90px !important; margin-top: 0px !important; }[data-css=\"tve-u-160e9d118ed\"] { opacity: 1; filter: grayscale(0%) blur(0px); box-shadow: rgba(0, 0, 0, 0.3) 0px 39px 75px 8px inset; background-image: linear-gradient(rgba(176, 171, 155, 0.28), rgba(176, 171, 155, 0.28)), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Pub-Our-Menu-BG.jpg\") !important; background-color: rgb(176, 171, 155) !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, fixed !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-160e9d0c61d\"] { max-width: 1200px; min-height: 450px !important; }#tve_editor [data-css=\"tve-u-160e52fbe2f\"]:hover { text-shadow: rgba(0, 0, 0, 0.3) 2px 2px 2px; background-image: none !important; }#tve_editor [data-css=\"tve-u-160e5276a5e\"]:hover { text-shadow: rgba(0, 0, 0, 0.25) 2px 2px 2px; background-image: none !important; }#tve_editor [data-css=\"tve-u-160e52014b5\"]:hover { text-shadow: rgba(0, 0, 0, 0.25) 2px 2px 2px; background-image: none !important; }[data-css=\"tve-u-160e52014b5\"]::after { clear: both; }[data-css=\"tve-u-160e52fbe2f\"] { text-shadow: none; background-image: none !important; }[data-css=\"tve-u-160e5276a5e\"] { background-image: none !important; }[data-css=\"tve-u-160e52014b5\"] { box-shadow: none; background-image: none !important; padding-top: 0px !important; margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-160e501c0b4\"] { padding: 0px !important; }[data-css=\"tve-u-160e4fd114b\"] { line-height: 1em !important; }[data-css=\"tve-u-160e4fe84a1\"] { line-height: 1.3em !important; }#tve_editor [data-css=\"tve-u-160e4fe84a1\"] { font-size: 44px !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-160e4fe6187\"] { font-weight: 400 !important; font-family: \"Kaushan Script\" !important; }#tve_editor [data-css=\"tve-u-160e4fd114b\"] { letter-spacing: 5px; color: rgb(255, 255, 255) !important; font-size: 16px !important; text-transform: uppercase !important; }[data-css=\"tve-u-160e4dadf9c\"] { max-width: 100%; float: none; z-index: 6; box-shadow: none; position: relative; right: 0px; bottom: -54px; margin: 0px auto !important; }[data-css=\"tve-u-160e4da55bb\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-160e4da55bb\"] { margin-left: -60px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-160e4da55bb\"] > .tcb-flex-col { padding-left: 60px; }[data-css=\"tve-u-160e4c824a2\"] { padding: 0px !important; margin-bottom: 10px !important; }[data-css=\"tve-u-160e4c55d27\"] { z-index: 4; padding: 60px 40px 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-160e4c34c93\"] { clip-path: url(\"#clip-bottom-35e31e95c7382\"); -webkit-clip-path: url(\"#clip-bottom-35e31e95c7382\");  box-shadow: none; background-image: linear-gradient(rgba(3, 9, 15, 0.85), rgba(3, 9, 15, 0.85)), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Pub-Texture1-img-.jpg\") !important; background-size: auto, cover !important; background-position: 0px 0px, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-160e4c24b1a\"] { max-width: 1200px; min-height: 1px !important; }#tve_editor [data-css=\"tve-u-160dbceed3d\"]:hover .tcb-button-link { border-radius: 15px 0px; overflow: hidden; border: none; background-color: rgb(242, 139, 0) !important; text-decoration: none !important; }#tve_editor [data-css=\"tve-u-160df6a2fe0\"] p, #tve_editor [data-css=\"tve-u-160df6a2fe0\"] li, #tve_editor [data-css=\"tve-u-160df6a2fe0\"] blockquote, #tve_editor [data-css=\"tve-u-160df6a2fe0\"] address { line-height: 1em; }[data-css=\"tve-u-160df4c6424\"] > .tve-cb { display: flex; flex-direction: column; justify-content: flex-end; }[data-css=\"tve-u-160df51ca21\"] > .tve-cb { display: block; }[data-css=\"tve-u-160df8deee2\"] { padding: 0px !important; margin-left: -15px !important; margin-bottom: 50px !important; }[data-css=\"tve-u-160df8c3360\"] { margin-left: 0px !important; padding: 0px !important; }[data-css=\"tve-u-160df711140\"] { padding: 0px !important; }[data-css=\"tve-u-160df709fbf\"] { padding: 0px !important; }[data-css=\"tve-u-160df6d74f4\"] { text-align: left; border-right: 1px solid rgba(176, 171, 155, 0.5); padding-left: 20px !important; }[data-css=\"tve-u-160df6d53e3\"] { text-align: right; border-right: 1px solid rgba(176, 171, 155, 0.6); padding-right: 20px !important; }[data-css=\"tve-u-160df6a3578\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-160df6a3578\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-160df6a3578\"] { margin-left: 0px; min-height: inherit; padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-160df6a2fe0\"] { margin-top: 20px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-160df52e534\"]::after { clear: both; }[data-css=\"tve-u-160df51ca21\"] { bottom: 0px; float: left; max-width: 100%; z-index: 3; width: 100%; left: 0px; margin: 0px auto !important; padding: 25px 0px !important; position: static !important; }[data-css=\"tve-u-160df519447\"] { min-height: 1px; text-align: center; }[data-css=\"tve-u-160df50b366\"] { background-image: linear-gradient(rgba(3, 9, 14, 0.92), rgba(3, 9, 14, 0.92)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-160df4f4d0e\"] { min-height: 480px; }[data-css=\"tve-u-160df4bedf0\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-160df4eae6d\"] { margin: 0px !important; }[data-css=\"tve-u-160df4db074\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Pub-img-section1.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-160df4c6424\"] { max-width: 100%; margin-top: 0px !important; padding: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-160df4bedf0\"] { margin-left: 0px; min-height: inherit; padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-160df4bedf0\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-160df4565d1\"] { padding: 0px !important; position: relative !important; }#tve_editor [data-css=\"tve-u-160dbe24f38\"] { font-weight: 400; letter-spacing: 4px; font-family: \"Noto Sans\" !important; font-size: 18px !important; text-transform: uppercase !important; color: rgb(18, 21, 25) !important; }[data-css=\"tve-u-160dbceed3d\"] .tcb-button-link { min-height: 54.7619px; font-size: 1.33333em; background-color: rgb(255, 169, 20) !important; padding-top: 10px !important; padding-bottom: 10px !important; }[data-css=\"tve-u-160dbceed3d\"] { width: 418px; display: block; max-width: 418px; float: none; margin: 0px auto !important; }[data-css=\"tve-u-160dbcd54ac\"] { padding: 0px !important; }[data-css=\"tve-u-160dbcd2c5b\"] { padding: 0px !important; margin-bottom: 70px !important; }[data-css=\"tve-u-160dbcbc7a4\"] { min-height: 260px; }[data-css=\"tve-u-160dbcafa88\"] { float: none; max-width: 800px; margin: 0px auto !important; padding: 0px !important; }[data-css=\"tve-u-160db85dabe\"] { min-height: 50px; }[data-css=\"tve-u-160db84bfac\"] { clip-path: url(\"#clip-bottom-eb17500f3af4b\"); -webkit-clip-path: url(\"#clip-bottom-eb17500f3af4b\");  background-image: linear-gradient(rgb(30, 34, 40), rgb(30, 34, 40)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }#tve_editor [data-css=\"tve-u-160db6dd8cd\"] > :first-child { color: rgb(255, 171, 0); }[data-css=\"tve-u-160db6dd8cd\"] { font-size: 28px; width: 28px; height: 28px; z-index: 4; position: relative; float: left; margin: 0px 15px 0px 0px !important; }#tcb_landing_page h3 { font-family: \"Noto Sans\"; font-weight: 400; font-size: 24px; line-height: 1.68em; color: rgb(3, 9, 14); letter-spacing: 2px; text-transform: uppercase; }#tcb_landing_page h2 { font-family: \"Kaushan Script\"; font-weight: 400; font-size: 90px; color: rgb(222, 218, 203); line-height: 1.3em; }#tcb_landing_page p, #tcb_landing_page li { font-family: \"Noto Sans\"; font-weight: 400; font-size: 18px; line-height: 1.5em; color: rgb(3, 9, 14); }#tcb_landing_page h1 { font-family: \"Kaushan Script\"; font-size: 100px; line-height: 1em; color: rgb(255, 255, 255); }[data-css=\"tve-u-15e09c94f7d\"] { background-color: rgb(255, 255, 255); }[data-css=\"tve-u-160dbb50aca\"] { max-width: 400px; float: none; z-index: 4; margin: 0px auto !important; padding: 30px 25px 60px !important; }#tve_editor [data-css=\"tve-u-160ea6ba05c\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160ea6ba05c\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160ea6ba060\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160ea6ba060\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160ea6ba063\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160ea6ba063\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160ea6ba065\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160ea6ba065\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160ea6ba067\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160ea6ba067\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160ea6ba06a\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160ea6ba06a\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160ea6ba06c\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160ea6ba06c\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160ea7224b9\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160ea7224b9\"] { line-height: 1.3em !important; }#tve_editor [data-css=\"tve-u-160ea79970d\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160ea79970d\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160ea799710\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160ea799710\"] { line-height: 2em !important; }[data-css=\"tve-u-160ea90d163\"] { line-height: 1em !important; }#tve_editor [data-css=\"tve-u-160ea90d163\"] { font-size: 18px !important; text-transform: none !important; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-160ea9104fd\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160ea9104fd\"] { line-height: 1.3em !important; }#tve_editor [data-css=\"tve-u-160ea9400e0\"] { color: rgba(255, 255, 255, 0.85) !important; font-size: 16px !important; }[data-css=\"tve-u-160ea9c1e15\"] { padding: 0px !important; }#tve_editor [data-css=\"tve-u-160ea9c9c07\"] { font-size: 14px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160ea9c9c07\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eaa5aa50\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eaa5aa50\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eaa62df8\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eaa62df8\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eaa73bda\"] p, #tve_editor [data-css=\"tve-u-160eaa73bda\"] li, #tve_editor [data-css=\"tve-u-160eaa73bda\"] blockquote, #tve_editor [data-css=\"tve-u-160eaa73bda\"] address { line-height: 1em; }[data-css=\"tve-u-160eaa73bda\"] { box-shadow: none; margin: 20px 0px 0px !important; background-image: linear-gradient(rgb(18, 21, 25), rgb(18, 21, 25)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-160eaa7faeb\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-160eaa7faeb\"] > .tcb-flex-col { padding-left: 60px; }[data-css=\"tve-u-160eaa7faeb\"] { margin-left: -60px; min-height: inherit; padding: 20px 20px 0px !important; }[data-css=\"tve-u-160eaa7faee\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-160eaa7faee\"] > .tcb-flex-col { padding-left: 60px; }[data-css=\"tve-u-160eaa7faee\"] { margin-left: -60px; min-height: inherit; padding: 20px !important; }[data-css=\"tve-u-160eaa8db54\"] { margin: 0px 0px 20px !important; background-image: linear-gradient(rgb(18, 21, 25), rgb(18, 21, 25)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-160eab45a4f\"] { float: left; max-width: 100%; z-index: 3; position: relative; box-shadow: rgba(18, 21, 25, 0.16) 0px 5px 35px 2px; width: 100%; padding: 0px !important; margin: 15px auto 0px !important; }[data-css=\"tve-u-160eab45a4f\"] .tve_faq:hover { background: rgba(18, 21, 25, 0.8) !important; }#tve_editor [data-css=\"tve-u-160ead90ba7\"] p, #tve_editor [data-css=\"tve-u-160ead90ba7\"] li, #tve_editor [data-css=\"tve-u-160ead90ba7\"] blockquote, #tve_editor [data-css=\"tve-u-160ead90ba7\"] address { line-height: 1em; }[data-css=\"tve-u-160ead90ba7\"] { box-shadow: none; margin: 20px 0px !important; background-image: linear-gradient(rgb(18, 21, 25), rgb(18, 21, 25)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-160ead973a1\"] { float: left; max-width: 100%; z-index: 3; position: relative; box-shadow: rgba(18, 21, 25, 0.16) 0px 5px 35px 2px; width: 100%; padding: 0px !important; margin: 0px auto 15px !important; }[data-css=\"tve-u-160ead973a1\"] .tve_faq:hover { background: rgba(18, 21, 25, 0.8) !important; }[data-css=\"tve-u-160eadcc8c9\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-160eadcc8c9\"] > .tcb-flex-col { padding-left: 60px; }[data-css=\"tve-u-160eadcc8c9\"] { margin-left: -60px; min-height: inherit; padding: 20px !important; }#tve_editor [data-css=\"tve-u-160eadffc69\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eadffc69\"] { line-height: 2em !important; }[data-css=\"tve-u-160eb0d7fac\"] { clip-path: url(\"#clip-bottom-dd364f1962bc7\"); -webkit-clip-path: url(\"#clip-bottom-dd364f1962bc7\");  box-shadow: none; background-image: linear-gradient(rgb(218, 144, 15), rgb(218, 144, 15)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-160eb0e8e90\"] > .tve-cb { display: flex; flex-direction: column; justify-content: center; }[data-css=\"tve-u-160eb0e8e90\"] { bottom: 0px; z-index: 4; left: 0px; padding: 20px 15px 25px !important; margin-top: 0px !important; margin-bottom: 0px !important; position: relative !important; }[data-css=\"tve-u-160eb1a09e2\"] { min-height: 104px; }[data-css=\"tve-u-160eb1b0e14\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-160eb1d9ffb\"] { clip-path: url(\"#clip-bottom-cb4c420ba2143\"); -webkit-clip-path: url(\"#clip-bottom-cb4c420ba2143\");  box-shadow: none; background-image: linear-gradient(rgb(218, 144, 15), rgb(218, 144, 15)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-160eb214b56\"] { clip-path: url(\"#clip-bottom-a182d7c321313\"); -webkit-clip-path: url(\"#clip-bottom-a182d7c321313\");  box-shadow: none; background-image: linear-gradient(rgb(218, 144, 15), rgb(218, 144, 15)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-160eb218e4e\"] > .tve-cb { display: flex; flex-direction: column; justify-content: center; }[data-css=\"tve-u-160eb218e4e\"] { z-index: 4; max-width: 100%; right: 0px; bottom: 0px; padding: 20px 15px 25px !important; margin-top: 0px !important; margin-bottom: 0px !important; position: static !important; }#tve_editor [data-css=\"tve-u-160eb218e4e\"]:hover [data-css=\"tve-u-160eb214b56\"] { background-image: linear-gradient(rgb(242, 139, 0), rgb(242, 139, 0)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-160eb2222a0\"] > .tve-cb { display: flex; flex-direction: column; justify-content: center; }[data-css=\"tve-u-160eb2222a0\"] { bottom: 0px; z-index: 4; left: 0px; max-width: 100%; padding: 20px 15px 25px !important; margin-top: 0px !important; margin-bottom: 0px !important; position: relative !important; }#tve_editor [data-css=\"tve-u-160eb2222a0\"]:hover [data-css=\"tve-u-160eb1d9ffb\"] { background-image: linear-gradient(rgb(242, 139, 0), rgb(242, 139, 0)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-160eb3ad20a\"] { padding: 0px !important; margin-bottom: 20px !important; }[data-css=\"tve-u-160eb42c2ca\"] { float: left; max-width: 100%; z-index: 3; position: relative; box-shadow: rgba(18, 21, 25, 0.16) 0px 5px 35px 2px; width: 100%; padding: 0px !important; margin: 0px auto !important; }[data-css=\"tve-u-160eb42c2ca\"] .tve_faq:hover { background: rgba(18, 21, 25, 0.8) !important; }[data-css=\"tve-u-160eb470891\"] { line-height: 1em !important; }#tve_editor [data-css=\"tve-u-160eb470891\"] { letter-spacing: 3px; color: rgb(242, 139, 0) !important; font-size: 18px !important; text-transform: uppercase !important; }[data-css=\"tve-u-160eb4708df\"] { font-family: Lato, arial !important; }[data-css=\"tve-u-160eb475d09\"] { line-height: 1em !important; }#tve_editor [data-css=\"tve-u-160eb475d09\"] { letter-spacing: 3px; color: rgb(242, 139, 0) !important; font-size: 18px !important; text-transform: uppercase !important; }[data-css=\"tve-u-160eb475d4c\"] { font-family: Lato, arial !important; }[data-css=\"tve-u-160eb47f143\"] { line-height: 1em !important; }#tve_editor [data-css=\"tve-u-160eb47f143\"] { letter-spacing: 3px; color: rgb(242, 139, 0) !important; font-size: 18px !important; text-transform: uppercase !important; }[data-css=\"tve-u-160eb47f16a\"] { font-family: Lato, arial !important; }#tve_editor [data-css=\"tve-u-160eb49e1f7\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb49e1f7\"] { line-height: 2em !important; }[data-css=\"tve-u-160eb4a305a\"] { border-right: none; }#tve_editor [data-css=\"tve-u-160eb4a45fb\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb4a45fb\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb4a4600\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb4a4600\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb4a4603\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb4a4603\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb4a4605\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb4a4605\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb4a4608\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb4a4608\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb4a460a\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb4a460a\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb4a460d\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb4a460d\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb4b6f9b\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb4b6f9b\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb4b6fc8\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb4b6fc8\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb4b6fcb\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb4b6fcb\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb4b6fcd\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb4b6fcd\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb4b6fd0\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb4b6fd0\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb4b6fd3\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb4b6fd3\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb4b6fd5\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb4b6fd5\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb521486\"] p, #tve_editor [data-css=\"tve-u-160eb521486\"] li, #tve_editor [data-css=\"tve-u-160eb521486\"] blockquote, #tve_editor [data-css=\"tve-u-160eb521486\"] address { line-height: 1em; }[data-css=\"tve-u-160eb521486\"] { box-shadow: none; margin: 20px 0px !important; background-image: linear-gradient(rgb(18, 21, 25), rgb(18, 21, 25)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-160eb5275ca\"] { line-height: 1em !important; }#tve_editor [data-css=\"tve-u-160eb5275ca\"] { font-size: 18px !important; text-transform: none !important; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-160eb52765c\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb52765c\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb52768d\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb52768d\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb5276bf\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb5276bf\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb5276f3\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb5276f3\"] { line-height: 2em !important; }[data-css=\"tve-u-160eb5346af\"] { line-height: 1em !important; }#tve_editor [data-css=\"tve-u-160eb5346af\"] { font-size: 18px !important; text-transform: none !important; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-160eb53477a\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb53477a\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb5347ae\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb5347ae\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb5347e1\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb5347e1\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb534816\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb534816\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb53484c\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb53484c\"] { line-height: 2em !important; }[data-css=\"tve-u-160eb537e16\"] { padding: 0px !important; }[data-css=\"tve-u-160eb54da29\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-160eb54da29\"] > .tcb-flex-col { padding-left: 60px; }[data-css=\"tve-u-160eb54da29\"] { margin-left: -60px; min-height: inherit; padding: 20px !important; }[data-css=\"tve-u-160eb553062\"] { line-height: 1em !important; }#tve_editor [data-css=\"tve-u-160eb553062\"] { font-size: 18px !important; text-transform: none !important; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-160eb553103\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb553103\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb553138\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb553138\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb55316d\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb55316d\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb5531a1\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb5531a1\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb5531d8\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb5531d8\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb55320f\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb55320f\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160f8c25bba\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160f8c25bba\"] { line-height: 2em !important; }[data-css=\"tve-u-160f8c28393\"] { line-height: 1em !important; }#tve_editor [data-css=\"tve-u-160f8c28393\"] { font-size: 18px !important; text-transform: none !important; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-160f8c2842b\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160f8c2842b\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160f8c28460\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160f8c28460\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160f8c28493\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160f8c28493\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160f8c284c6\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160f8c284c6\"] { line-height: 2em !important; }[data-css=\"tve-u-160f8c2bf72\"] { padding: 0px !important; }[data-css=\"tve-u-160f8c5888c\"] { line-height: 1em !important; }#tve_editor [data-css=\"tve-u-160f8c5888c\"] { font-size: 18px !important; text-transform: none !important; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-160f8c58957\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160f8c58957\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160f8c589bd\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160f8c589bd\"] { line-height: 2em !important; }[data-css=\"tve-u-160f8c59f19\"] { padding: 0px !important; }#tve_editor [data-css=\"tve-u-160f8c626b2\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160f8c626b2\"] { line-height: 2em !important; }[data-css=\"tve-u-160f8c8c841\"] { padding: 0px !important; }[data-css=\"tve-u-160f8c978c9\"] { border-right: none; }[data-css=\"tve-u-160f8cb0034\"] { line-height: 1em !important; }#tve_editor [data-css=\"tve-u-160f8cb0034\"] { font-size: 18px !important; text-transform: none !important; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-160f8cb00e0\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160f8cb00e0\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160f8cb011c\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160f8cb011c\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160f8cb0157\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160f8cb0157\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160f8cb0191\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160f8cb0191\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160f8cb01cb\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160f8cb01cb\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160f8cb0240\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160f8cb0240\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160f8cb027b\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160f8cb027b\"] { line-height: 2em !important; }[data-css=\"tve-u-160f8cb610d\"] { line-height: 1em !important; }#tve_editor [data-css=\"tve-u-160f8cb610d\"] { font-size: 18px !important; text-transform: none !important; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-160f8cb61bc\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160f8cb61bc\"] { line-height: 2em !important; }[data-css=\"tve-u-160f8cb9d70\"] { border-right: none; }#tve_editor [data-css=\"tve-u-160f8cc8fce\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160f8cc8fce\"] { line-height: 1.3em !important; }[data-css=\"tve-u-160f8cd7871\"] { line-height: 1em !important; }#tve_editor [data-css=\"tve-u-160f8cd7871\"] { font-size: 18px !important; text-transform: none !important; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-160f8cd794f\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160f8cd794f\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160f8cd7987\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160f8cd7987\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160f8cd79c1\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160f8cd79c1\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160f8cd79f8\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160f8cd79f8\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160f8cd7a30\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160f8cd7a30\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160f8cd7a68\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160f8cd7a68\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160f8cd7aa1\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160f8cd7aa1\"] { line-height: 2em !important; }[data-css=\"tve-u-160f8cf3d89\"] { line-height: 1em !important; }#tve_editor [data-css=\"tve-u-160f8cf3d89\"] { font-size: 18px !important; text-transform: none !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-160f8cfbf40\"] { border-right: none; }[data-css=\"tve-u-160f8d013c3\"] { line-height: 1em !important; }#tve_editor [data-css=\"tve-u-160f8d013c3\"] { font-size: 18px !important; text-transform: none !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-160f8d12a0d\"] { border-right: none; }[data-css=\"tve-u-160f961e617\"] { padding: 0px !important; margin-top: 0px !important; margin-bottom: 20px !important; }#tve_editor [data-css=\"tve-u-160f98df817\"]:hover .tcb-button-link { border-top-left-radius: 15px; overflow: hidden; border-bottom-right-radius: 15px; border: none; background-color: rgb(242, 139, 0) !important; text-decoration: none !important; }[data-css=\"tve-u-160f98df817\"] .tcb-button-link { min-height: 54.7619px; font-size: 1.33333em; background-color: rgb(255, 169, 20) !important; padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-160f98df817\"] { width: 400px; display: block; max-width: 400px; margin-top: 50px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-160f9bf1aea\"] { padding: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-160f9bf9be2\"] { line-height: 1.5em !important; }#tve_editor [data-css=\"tve-u-160f9bf9be2\"] { letter-spacing: 0px; color: rgb(255, 255, 255) !important; font-size: 24px !important; font-family: inherit !important; }#tve_editor [data-css=\"tve-u-160fa182f82\"]:hover .tcb-button-link { border-top-left-radius: 15px; overflow: hidden; border-bottom-right-radius: 15px; border: none; background-color: rgb(14, 16, 18) !important; text-decoration: none !important; }[data-css=\"tve-u-160fa182f82\"] .tcb-button-link { min-height: 54.7619px; font-size: 1.33333em; background-color: rgb(18, 21, 25) !important; padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-160fa182f82\"] { width: 375px; display: block; max-width: 375px; float: left; z-index: 3; position: relative; margin: 0px auto !important; }#tve_editor [data-css=\"tve-u-160fa198fbb\"] { font-weight: 400; letter-spacing: 4px; font-family: \"Noto Sans\" !important; font-size: 18px !important; text-transform: uppercase !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-160fa489bd9\"] { line-height: 1.3em !important; }#tve_editor [data-css=\"tve-u-160fa489bd9\"] { letter-spacing: 0px; color: rgba(3, 9, 14, 0.5) !important; font-size: 14px !important; }[data-css=\"tve-u-160fa718c59\"] { line-height: 0.2em !important; }#tve_editor [data-css=\"tve-u-160fa718c59\"] { letter-spacing: 0px; font-size: 140px !important; color: rgba(176, 171, 155, 0.4) !important; }[data-css=\"tve-u-160fa718c5e\"] { font-family: Limelight !important; font-weight: 400 !important; }#tve_editor [data-css=\"tve-u-160fec25d20\"] { font-weight: 400; letter-spacing: 4px; font-family: \"Noto Sans\" !important; font-size: 18px !important; text-transform: uppercase !important; color: rgb(18, 21, 25) !important; }[data-css=\"tve-u-1616a5e01ba\"] { float: none; max-width: 100%; z-index: 3; right: auto; bottom: auto; top: auto; left: auto; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; margin-top: 0px !important; }[data-css=\"tve-u-1616a9cfa4b\"] > .tve-cb { justify-content: flex-end; display: flex; flex-direction: column; }[data-css=\"tve-u-1616a9cfa4b\"] { max-width: 100%; padding: 8px 5px 10px !important; margin-top: 0px !important; margin-bottom: 0px !important; margin-left: 0px !important; }[data-css=\"tve-u-1616a9d1ca7\"] > .tve-cb { justify-content: flex-end; display: flex; flex-direction: column; }[data-css=\"tve-u-1616a9d1ca7\"] { max-width: 100%; padding: 8px 5px 10px !important; margin-top: 0px !important; margin-bottom: 0px !important; margin-left: 0px !important; }[data-css=\"tve-u-1616a9d3730\"] > .tve-cb { justify-content: flex-end; display: flex; flex-direction: column; }[data-css=\"tve-u-1616a9d3730\"] { max-width: 100%; padding: 8px 5px 10px !important; margin-top: 0px !important; margin-bottom: 0px !important; margin-left: 0px !important; }[data-css=\"tve-u-161701c9195\"] { line-height: 1em !important; }#tve_editor [data-css=\"tve-u-161701c9195\"] { color: rgb(120, 120, 120) !important; font-size: 14px !important; }[data-css=\"tve-u-161702e8042\"] { float: none; width: 52px; }[data-css=\"tve-u-1617031f43b\"] { float: none; width: 49px; }[data-css=\"tve-u-16170325257\"] { margin: 0px !important; background-color: rgb(247, 247, 247) !important; }[data-css=\"tve-u-161703268c0\"] { margin: 0px !important; background-color: rgb(247, 247, 247) !important; }[data-css=\"tve-u-16170332517\"] { max-width: 29.6%; }[data-css=\"tve-u-1617033251d\"] { max-width: 24.8%; }[data-css=\"tve-u-1617033371d\"] { max-width: 45.5%; }[data-css=\"tve-u-16170334a49\"] { max-width: 29.6%; }[data-css=\"tve-u-16170334a4f\"] { max-width: 23.2%; }[data-css=\"tve-u-161703373d0\"] { max-width: 47.2%; }[data-css=\"tve-u-161703e4bac\"] > .tcb-flex-col > .tcb-col { justify-content: center; }[data-css=\"tve-u-161703e4bac\"] { margin-left: 0px; padding: 0px 10px !important; }[data-css=\"tve-u-161703e4bac\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-16170441415\"] { padding: 0px !important; }[data-css=\"tve-u-16170442200\"] { padding: 0px 0px 0px 10px !important; }[data-css=\"tve-u-161704435d7\"] { padding: 0px !important; }[data-css=\"tve-u-16170445bb9\"] { padding: 0px 0px 0px 10px !important; }[data-css=\"tve-u-1617045651a\"] > .tcb-flex-col > .tcb-col { justify-content: center; }[data-css=\"tve-u-1617045651a\"] { margin-left: 0px; padding: 0px 10px !important; }[data-css=\"tve-u-1617045651a\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-16170471614\"] { padding: 0px !important; }#tcb_landing_page a:hover:not(.tcb-button-link) { color: rgb(233, 156, 0); text-decoration: underline; }#tcb_landing_page a.tve-state-hover:not(.tcb-button-link) { color: rgb(242, 139, 0); }[data-css=\"tve-u-1635e5ffa41\"] { max-width: 200px; float: right; z-index: 3; position: relative; width: 100%; padding: 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-1635e65c044\"] > :first-child { color: rgb(255, 171, 0); }[data-css=\"tve-u-1635e65c044\"] { font-size: 28px; width: 28px; height: 28px; float: left; z-index: 3; position: relative; margin-top: 0px !important; margin-bottom: 0px !important; margin-left: 30px !important; }#tve_editor [data-css=\"tve-u-1635ed98a8a\"] > :first-child { color: rgb(218, 144, 15); }[data-css=\"tve-u-1635ed98a8a\"] { font-size: 50px; float: left; z-index: 3; position: relative; width: 50px; height: 50px; margin: -35px 0px 20px !important; padding-left: 10px !important; }[data-css=\"tve-u-1635edf3681\"] { min-height: 104px; }[data-css=\"tve-u-1635ef71519\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1635ef72920\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1635f073915\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Pub-Food-img_03.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }#tve_editor [data-css=\"tve-u-1635efec9fa\"]:hover [data-css=\"tve-u-1635f098c8e\"] { background-image: linear-gradient(0deg, rgba(242, 139, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Pub-Drinks-img_03.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-1635f098c8e\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Pub-Drinks-img_03.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1635f0a8c87\"] { max-width: 100%; z-index: 4; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1635f0b76b1\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Pub-Ambiance-img_03.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }#tve_editor [data-css=\"tve-u-1635f0a8c87\"]:hover [data-css=\"tve-u-1635f0b76b1\"] { background-image: linear-gradient(0deg, rgba(242, 139, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Pub-Ambiance-img_03.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-1635f121505\"] { padding: 0px !important; position: static !important; }#tve_editor .thrv-content-box [data-css=\"tve-u-1635f125271\"] p, #tve_editor .thrv-content-box [data-css=\"tve-u-1635f125271\"] li, #tve_editor .thrv-content-box [data-css=\"tve-u-1635f125271\"] blockquote, #tve_editor .thrv-content-box [data-css=\"tve-u-1635f125271\"] address, #tve_editor .thrv-content-box [data-css=\"tve-u-1635f125271\"] h1, #tve_editor .thrv-content-box [data-css=\"tve-u-1635f125271\"] h2, #tve_editor .thrv-content-box [data-css=\"tve-u-1635f125271\"] h3, #tve_editor .thrv-content-box [data-css=\"tve-u-1635f125271\"] h4, #tve_editor .thrv-content-box [data-css=\"tve-u-1635f125271\"] h5, #tve_editor .thrv-content-box [data-css=\"tve-u-1635f125271\"] h6 { color: rgb(3, 9, 14); }[data-css=\"tve-u-1635f125271\"] { min-height: 1px; }[data-css=\"tve-u-1635f125271\"]::after { clear: both; }[data-css=\"tve-u-1635f136552\"] { padding: 0px !important; margin-top: 0px !important; margin-bottom: 20px !important; }[data-css=\"tve-u-1635f138d3b\"] { padding: 0px !important; margin-bottom: 20px !important; }[data-css=\"tve-u-1635f139f5c\"] { padding: 0px !important; margin-bottom: 20px !important; }[data-css=\"tve-u-1635f13f574\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Pub-customer-2_03.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1635f14cd1e\"] { padding: 5px 0px !important; margin: 0px !important; }[data-css=\"tve-u-1635f14cd1e\"] .tve_sep { border-width: 2px; border-color: rgb(218, 144, 15); }[data-css=\"tve-u-1635f187bfc\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Pub-Customer-3_03.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1635f1b25ed\"] { padding: 0px 0px 35px !important; margin: 0px !important; }[data-css=\"tve-u-1635f1b3fee\"] { padding: 0px 0px 35px !important; margin: 0px !important; }#tve_editor [data-css=\"tve-u-163628d68f3\"]:hover [data-css=\"tve-u-1635f073915\"] { background-image: linear-gradient(0deg, rgba(242, 139, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Pub-Food-img_03.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-163628d68f3\"] { max-width: 100%; z-index: 4; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-163629eb59f\"] { min-height: 104px; }#tve_editor .thrv-content-box [data-css=\"tve-u-16362a05c8f\"] p, #tve_editor .thrv-content-box [data-css=\"tve-u-16362a05c8f\"] li, #tve_editor .thrv-content-box [data-css=\"tve-u-16362a05c8f\"] blockquote, #tve_editor .thrv-content-box [data-css=\"tve-u-16362a05c8f\"] address, #tve_editor .thrv-content-box [data-css=\"tve-u-16362a05c8f\"] h1, #tve_editor .thrv-content-box [data-css=\"tve-u-16362a05c8f\"] h2, #tve_editor .thrv-content-box [data-css=\"tve-u-16362a05c8f\"] h3, #tve_editor .thrv-content-box [data-css=\"tve-u-16362a05c8f\"] h4, #tve_editor .thrv-content-box [data-css=\"tve-u-16362a05c8f\"] h5, #tve_editor .thrv-content-box [data-css=\"tve-u-16362a05c8f\"] h6 { color: rgb(3, 9, 14); }[data-css=\"tve-u-16362a05c8f\"] { min-height: 1px; }[data-css=\"tve-u-16362a05c8f\"]::after { clear: both; }[data-css=\"tve-u-16362a05cc8\"] { min-height: 104px; }#tve_editor [data-css=\"tve-u-16362a8dd87\"] > :first-child { color: rgb(3, 9, 14); }[data-css=\"tve-u-16362a8dd87\"] { font-size: 25px; width: 25px; height: 25px; float: left; z-index: 3; position: relative; margin-top: 0px !important; margin-bottom: 0px !important; margin-right: 10px !important; }#tve_editor [data-css=\"tve-u-16362aa4888\"] > :first-child { color: rgb(3, 9, 14); }[data-css=\"tve-u-16362aa4888\"] { font-size: 25px; width: 25px; height: 25px; z-index: 4; position: relative; float: left; margin: 0px 10px 0px 0px !important; }[data-css=\"tve-u-16362aabe81\"] { padding: 0px !important; margin: 0px 0px 10px !important; }[data-css=\"tve-u-1636301dc81\"] { padding: 0px !important; margin: 0px 0px 60px !important; }[data-css=\"tve-u-16363231ead\"] { min-height: 430px; }[data-css=\"tve-u-16363235afe\"] { min-height: 430px; }[data-css=\"tve-u-16363599740\"] { padding: 0px !important; position: relative !important; }[data-css=\"tve-u-1636390935e\"] { padding: 0px !important; margin-bottom: 20px !important; }#tve_editor [data-css=\"tve-u-1636392a6b1\"] > :first-child { color: rgb(218, 144, 15); }[data-css=\"tve-u-1636392a6b1\"] { font-size: 50px; float: left; z-index: 3; position: relative; width: 50px; height: 50px; margin: -35px 0px 20px !important; padding-left: 10px !important; }#tve_editor [data-css=\"tve-u-1636392e791\"] > :first-child { color: rgb(218, 144, 15); }[data-css=\"tve-u-1636392e791\"] { font-size: 50px; float: left; z-index: 3; position: relative; width: 50px; height: 50px; margin: -35px 0px 20px !important; padding-left: 10px !important; }[data-css=\"tve-u-1636393c2d2\"] { max-width: 104px; float: left; z-index: 3; position: relative; width: 100%; padding: 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; margin-right: 30px !important; }[data-css=\"tve-u-1636393da63\"] { max-width: 104px; float: left; z-index: 3; position: relative; width: 100%; padding: 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; margin-right: 30px !important; }[data-css=\"tve-u-16369519850\"] { padding: 5px 0px !important; margin: 0px !important; }[data-css=\"tve-u-16369519850\"] .tve_sep { border-width: 2px; border-color: rgb(218, 144, 15); }[data-css=\"tve-u-1636951d241\"] { padding: 0px !important; margin-top: 0px !important; margin-bottom: 20px !important; }[data-css=\"tve-u-1689b6473cd\"] { background-color: rgb(0, 0, 0) !important; }}@media (max-width: 1023px){[data-css=\"tve-u-16369563890\"] { padding-left: 25px !important; padding-right: 25px !important; padding-bottom: 40px !important; }[data-css=\"tve-u-1636955fbd2\"] { max-width: 100%; min-height: 600px !important; }[data-css=\"tve-u-160f9c6d0ad\"] { max-width: 630px; }[data-css=\"tve-u-1635ebf2201\"] { max-width: 630px; }[data-css=\"tve-u-160df8deee2\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-160e9d118ed\"] { box-shadow: rgba(0, 0, 0, 0.3) 0px 28px 75px 8px inset; }[data-css=\"tve-u-1635ebfe4fc\"] { max-width: 671px; padding-bottom: 0px !important; margin-bottom: 25px !important; }[data-css=\"tve-u-1635f1b3fee\"] { padding-bottom: 0px !important; margin-bottom: 25px !important; }[data-css=\"tve-u-1635f1b25ed\"] { padding-bottom: 0px !important; margin-bottom: 25px !important; }[data-css=\"tve-u-16363524c1e\"] { margin-top: 0px !important; padding-top: 70px !important; padding-left: 100px !important; padding-right: 100px !important; }[data-css=\"tve-u-160e9e41664\"] { margin-bottom: 50px !important; }[data-css=\"tve-u-160f9d08737\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-160f8e625a1\"] { margin-bottom: 60px !important; }[data-css=\"tve-u-1635ee0cb15\"] { padding: 60px 0px !important; }[data-css=\"tve-u-160eadcc8c9\"] { margin-left: 0px; }[data-css=\"tve-u-160eb54da29\"] { margin-left: 0px; }[data-css=\"tve-u-160ea89ac22\"] { margin-left: 0px; }[data-css=\"tve-u-160e9fac06c\"] { margin-left: 0px; }[data-css=\"tve-u-160eaa7faee\"] { margin-left: 0px; }[data-css=\"tve-u-160eaa7faeb\"] { margin-left: 0px; }[data-css=\"tve-u-160ea7c9db0\"] { margin-left: 0px; }[data-css=\"tve-u-160eadcc8c9\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-160eb54da29\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-160ea89ac22\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-160e9fac06c\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-160eaa7faee\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-160eaa7faeb\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-160ea7c9db0\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-160e9d15bdf\"] { padding: 60px 0px !important; }[data-css=\"tve-u-160e9d0c61d\"] { max-width: 630px; min-height: 1px !important; }[data-css=\"tve-u-1635f0a8c87\"] { margin-top: 40px !important; }[data-css=\"tve-u-1635f010773\"] { min-height: 300px; }[data-css=\"tve-u-16363235afe\"] { min-height: 320px; }[data-css=\"tve-u-16363231ead\"] { min-height: 320px; }[data-css=\"tve-u-1635e97f913\"] { max-width: 100%; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1635e6aad72\"] { padding: 0px !important; }[data-css=\"tve-u-160dbcd2c5b\"] { margin-bottom: 60px !important; }[data-css=\"tve-u-1635e5cbf37\"] { margin-top: 5px !important; margin-bottom: 70px !important; }[data-css=\"tve-u-160db84bfac\"] { clip-path: url(\"#clip-tablet-bottom-eb17500f3af4b\"); -webkit-clip-path: url(\"#clip-tablet-bottom-eb17500f3af4b\");  }[data-css=\"tve-u-161701a2f15\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1617045651a\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-161703e4bac\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1635ed274dc\"] > .tcb-flex-col > .tcb-col { min-height: 370px; }[data-css=\"tve-u-1635ed274dc\"] { min-height: inherit; }[data-css=\"tve-u-1635ed274dc\"] .tcb-flex-col { flex-basis: 269px !important; }[data-css=\"tve-u-16362e27bcb\"] { min-height: 1px !important; }[data-css=\"tve-u-16362e2956e\"] { padding: 40px !important; }#tve_editor [data-css=\"tve-u-160fa198fbb\"] { letter-spacing: 2px; font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1636311dda3\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1636311d040\"] { font-size: 16px !important; }[data-css=\"tve-u-160f9ebf905\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-160f9ebf905\"] { min-height: inherit; flex-wrap: nowrap !important; }[data-css=\"tve-u-1636301dc81\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-1635f273315\"] { margin: 0px 0px 20px !important; }[data-css=\"tve-u-160f9ee08be\"] { padding: 0px !important; }#tcb_landing_page p, #tcb_landing_page li { font-size: 18px; line-height: 1.5em; }#tcb_landing_page h6 { font-size: 18px; line-height: 1.5em; }#tcb_landing_page h5 { font-size: 20px; line-height: 1.5em; }#tcb_landing_page h4 { font-size: 20px; line-height: 1.5em; letter-spacing: 1px; }#tcb_landing_page h3 { font-size: 22px; line-height: 1.5em; color: rgb(3, 9, 14); letter-spacing: 2px; }#tcb_landing_page h2 { font-size: 70px; line-height: 1.3em; }#tcb_landing_page h1 { font-size: 85px; line-height: 1em; color: rgb(255, 255, 255); }[data-css=\"tve-u-160fec99b6f\"] { padding: 0px !important; }[data-css=\"tve-u-1617031f43b\"] { margin-top: 10px !important; margin-bottom: 10px !important; }[data-css=\"tve-u-161701b642a\"] { padding-left: 0px !important; }[data-css=\"tve-u-16170471614\"] { padding-left: 0px !important; }[data-css=\"tve-u-161701a2f15\"] { min-height: inherit; padding: 10px !important; flex-wrap: nowrap !important; }[data-css=\"tve-u-161703268c0\"] { max-width: 671px; margin-top: 0px !important; }[data-css=\"tve-u-1617045651a\"] { min-height: inherit; padding: 10px !important; flex-wrap: nowrap !important; }[data-css=\"tve-u-16170325257\"] { margin-top: 0px !important; }[data-css=\"tve-u-16170445bb9\"] { padding-left: 0px !important; }[data-css=\"tve-u-161704435d7\"] { padding-left: 0px !important; }[data-css=\"tve-u-16170442200\"] { padding-left: 0px !important; }[data-css=\"tve-u-16170441415\"] { padding-left: 0px !important; }[data-css=\"tve-u-161703e4bac\"] { min-height: inherit; padding: 10px !important; flex-wrap: nowrap !important; }[data-css=\"tve-u-161701a8fd1\"] { margin-top: 0px !important; }[data-css=\"tve-u-161702e8042\"] { margin-top: 10px !important; margin-bottom: 10px !important; margin-left: 0px !important; }[data-css=\"tve-u-16170185cb5\"] { margin: 10px 0px !important; padding-left: 0px !important; }[data-css=\"tve-u-160f9c75fb0\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-160f9c75fb0\"] .tcb-flex-col { flex-basis: 312px !important; }[data-css=\"tve-u-160f9c75fb0\"] > .tcb-flex-col > .tcb-col { min-height: 220px; }[data-css=\"tve-u-160f9c75fb0\"] { min-height: inherit; margin-left: -30px; padding-top: 0px !important; padding-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-160f97ddb8a\"] { font-size: 40px !important; }#tve_editor [data-css=\"tve-u-160fa489bd9\"] { letter-spacing: 0px; }[data-css=\"tve-u-160fa4d8d4f\"] { padding: 0px !important; }[data-css=\"tve-u-160fa4daf17\"] { max-width: 100%; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-160f9d0c9a0\"] { margin-top: 30px !important; }[data-css=\"tve-u-160f9d0b00e\"] { padding-top: 0px !important; margin-top: 30px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-160f9ec40fc\"] { max-width: 100%; }[data-css=\"tve-u-160fe140452\"] { padding: 20px 0px 40px !important; }[data-css=\"tve-u-160fe13ce28\"] { max-width: 100%; }[data-css=\"tve-u-160fa11f4f2\"] { margin: 0px !important; }[data-css=\"tve-u-160fa01d193\"] { max-width: 340px; float: none; padding: 0px !important; margin: 0px auto !important; }[data-css=\"tve-u-160f9c7f698\"] { max-width: 100%; float: none; margin-left: auto !important; margin-right: auto !important; margin-top: 0px !important; }[data-css=\"tve-u-160f9cccb99\"] { margin-bottom: 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-160f96ef669\"] { padding-top: 30px !important; padding-bottom: 30px !important; }[data-css=\"tve-u-160f9bf1aea\"] { margin-top: 0px !important; }[data-css=\"tve-u-160f9c6a4fe\"] { padding: 60px 0px 80px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-160f9caae7b\"] { margin: 0px 0px 60px !important; }[data-css=\"tve-u-160f9b69526\"] .tcb-flex-col { flex-basis: 71px !important; }[data-css=\"tve-u-160f9b69526\"] > .tcb-flex-col > .tcb-col { min-height: 20px; }[data-css=\"tve-u-160f9b69526\"] { min-height: inherit; padding-top: 10px !important; padding-bottom: 10px !important; }[data-css=\"tve-u-160f9bd1e50\"] { max-width: 100%; padding: 5px 0px !important; }[data-css=\"tve-u-160f9b9db80\"] { padding-top: 5px !important; padding-bottom: 5px !important; }[data-css=\"tve-u-160fa7619dc\"] { max-width: 100%; float: none; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-160f9b74c2b\"] { max-width: 400px; float: none; margin: 10px auto !important; }[data-css=\"tve-u-160f972cd2b\"] { min-height: 1px; }[data-css=\"tve-u-160f9714a61\"] { max-width: 630px; float: none; padding: 70px 40px !important; margin: 0px auto !important; }[data-css=\"tve-u-160f9734b53\"] { clip-path: url(\"#clip-tablet-top-c8e428685a637\"); -webkit-clip-path: url(\"#clip-tablet-top-c8e428685a637\");  }[data-css=\"tve-u-160fa718c5e\"] { font-family: Limelight !important; font-weight: 400 !important; }#tve_editor [data-css=\"tve-u-160fa718c59\"] { font-size: 100px !important; }[data-css=\"tve-u-160fa6805d4\"] { padding: 0px !important; }#tve_editor [data-css=\"tve-u-160ea71c62c\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-160ea9400e0\"] { font-size: 16px !important; }[data-css=\"tve-u-160eb42c2ca\"] { margin-top: 5px !important; }[data-css=\"tve-u-160e4c55d27\"] { padding: 40px 0px 60px !important; }[data-css=\"tve-u-160e4c824a2\"] { margin-bottom: 40px !important; margin-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-160eaaf84a6\"] { margin-bottom: 15px !important; }[data-css=\"tve-u-160eb3ad20a\"] { margin-bottom: 15px !important; }[data-css=\"tve-u-160ead973a1\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-160eb38e170\"] { margin-top: 30px !important; }[data-css=\"tve-u-160eab45a4f\"] { margin-top: 5px !important; }[data-css=\"tve-u-160ea7cae88\"] { margin-top: 0px !important; }[data-css=\"tve-u-160ea7c9db0\"] .tcb-flex-col { flex-basis: 700px !important; }[data-css=\"tve-u-160e9dff371\"] { max-width: 100%; padding: 0px !important; }[data-css=\"tve-u-160e4c34c93\"] { clip-path: url(\"#clip-tablet-bottom-35e31e95c7382\"); -webkit-clip-path: url(\"#clip-tablet-bottom-35e31e95c7382\");  }[data-css=\"tve-u-160eb1b0e14\"] { margin-top: 0px !important; margin-left: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-160eb1a09e2\"] { min-height: 1px; }[data-css=\"tve-u-160eb0d7fac\"] { clip-path: url(\"#clip-tablet-bottom-dd364f1962bc7\"); -webkit-clip-path: url(\"#clip-tablet-bottom-dd364f1962bc7\");  }[data-css=\"tve-u-160e5adb400\"] { margin-top: 0px !important; margin-bottom: 2px !important; }[data-css=\"tve-u-160e4c24b1a\"] { max-width: 630px; min-height: 1px !important; }[data-css=\"tve-u-160df6a3578\"] > .tcb-flex-col > .tcb-col { min-height: 20px; }[data-css=\"tve-u-160df4bedf0\"] > .tcb-flex-col > .tcb-col { min-height: 20px; }[data-css=\"tve-u-160df4bedf0\"] .tcb-flex-col { flex-basis: 390px !important; }[data-css=\"tve-u-160e52fbe2f\"] { margin: 0px !important; }[data-css=\"tve-u-160e4da55bb\"] > .tcb-flex-col > .tcb-col { min-height: 432px; justify-content: flex-end; }[data-css=\"tve-u-160e4da55bb\"] .tcb-flex-col { flex-basis: 280px !important; }#tve_editor .thrv-content-box [data-css=\"tve-u-160df519447\"] p, #tve_editor .thrv-content-box [data-css=\"tve-u-160df519447\"] li, #tve_editor .thrv-content-box [data-css=\"tve-u-160df519447\"] blockquote, #tve_editor .thrv-content-box [data-css=\"tve-u-160df519447\"] address { line-height: 1em; }#tve_editor .thrv-content-box [data-css=\"tve-u-160df4f4d0e\"] p, #tve_editor .thrv-content-box [data-css=\"tve-u-160df4f4d0e\"] li, #tve_editor .thrv-content-box [data-css=\"tve-u-160df4f4d0e\"] blockquote, #tve_editor .thrv-content-box [data-css=\"tve-u-160df4f4d0e\"] address { line-height: 1em; }[data-css=\"tve-u-160e4da55bb\"] { margin-left: -40px; min-height: inherit; flex-direction: row; padding-bottom: 0px !important; flex-wrap: wrap !important; }[data-css=\"tve-u-160e4da55bb\"] > .tcb-flex-col { padding-left: 40px; }[data-css=\"tve-u-160e4dadf9c\"] { max-width: 100%; float: none; position: static; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-160df51ca21\"] > .tve-cb { display: flex; flex-direction: column; justify-content: flex-end; }[data-css=\"tve-u-160df4c6424\"] { padding-top: 0px !important; }[data-css=\"tve-u-160df519447\"] { min-height: 1px; }[data-css=\"tve-u-160df4f4d0e\"] { min-height: 400px; }[data-css=\"tve-u-160dbcbc7a4\"] { min-height: 220px; }[data-css=\"tve-u-160df4eae6d\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-160df6a3578\"] { margin-left: 0px; min-height: inherit; }[data-css=\"tve-u-160df4bedf0\"] { margin-left: 0px; min-height: inherit; }[data-css=\"tve-u-160df6a3578\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-160df4bedf0\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-160df8c3360\"] { padding: 60px !important; }[data-css=\"tve-u-160dbceed3d\"] { float: none; margin: 0px auto !important; }[data-css=\"tve-u-160df4565d1\"] { padding-top: 0px !important; }[data-css=\"tve-u-160dbcafa88\"] { margin-top: 90px !important; }[data-css=\"tve-u-160db6dd8cd\"] { font-size: 25px; width: 25px; height: 25px; margin-right: 20px !important; }[data-css=\"tve-u-160eb0e8e90\"] { max-width: 100%; bottom: 0px; left: 0px; padding: 30px 5px 20px !important; margin-top: -30px !important; position: static !important; }[data-css=\"tve-u-160eb1d9ffb\"] { clip-path: url(\"#clip-tablet-bottom-cb4c420ba2143\"); -webkit-clip-path: url(\"#clip-tablet-bottom-cb4c420ba2143\");  }[data-css=\"tve-u-160eb214b56\"] { clip-path: url(\"#clip-tablet-bottom-a182d7c321313\"); -webkit-clip-path: url(\"#clip-tablet-bottom-a182d7c321313\");  }[data-css=\"tve-u-160eb218e4e\"] { bottom: 0px; right: 0px; max-width: 100%; padding: 30px 5px 20px !important; position: static !important; margin-top: -30px !important; }[data-css=\"tve-u-160eb2222a0\"] { right: 0px; bottom: 0px; padding: 30px 5px 20px !important; margin-top: -30px !important; }[data-css=\"tve-u-160f98df817\"] { margin-top: 40px !important; }[data-css=\"tve-u-160fa182f82\"] { display: block; max-width: 300px; width: 300px; margin: 0px !important; }[data-css=\"tve-u-1635e65c044\"] { font-size: 25px; width: 25px; height: 25px; margin-left: 30px !important; }[data-css=\"tve-u-1635ef71519\"] { margin-top: 0px !important; margin-left: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-1635ef72920\"] { margin-top: 0px !important; margin-left: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-1635f121505\"] { padding: 0px !important; }[data-css=\"tve-u-16362a8dd87\"] { font-size: 18px; width: 18px; height: 18px; margin-right: 15px !important; }[data-css=\"tve-u-16362aa4888\"] { font-size: 18px; width: 18px; height: 18px; margin-right: 15px !important; }[data-css=\"tve-u-16363599740\"] { padding-top: 0px !important; }}@media (max-width: 767px){[data-css=\"tve-u-16369563890\"] { padding: 0px 0px 80px !important; }[data-css=\"tve-u-1636955fbd2\"] { min-height: 1px !important; }[data-css=\"tve-u-1636956410b\"] { background-image: linear-gradient(rgba(1, 11, 20, 0.95) 0%, rgba(3, 25, 47, 0.2) 100%), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Pub-Hero-img.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-1635e5ffa41\"] > .tve-cb { display: block; }[data-css=\"tve-u-1636301dc81\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-160f9ebf905\"] .tcb-flex-col { flex-basis: 390px !important; }[data-css=\"tve-u-160f9ee08be\"] { padding: 0px !important; }[data-css=\"tve-u-16362e2956e\"] { padding: 25px !important; }[data-css=\"tve-u-16362e27bcb\"] { max-width: 100%; }[data-css=\"tve-u-160f9c6d0ad\"] { max-width: 100%; }[data-css=\"tve-u-160fa7619dc\"] { margin: 0px !important; padding-top: 5px !important; padding-bottom: 5px !important; }[data-css=\"tve-u-160f9b69526\"] .tcb-flex-col { flex-basis: 125px !important; }[data-css=\"tve-u-163639549e4\"] { margin-bottom: 60px !important; }[data-css=\"tve-u-1617045651a\"] .tcb-flex-col { flex-basis: 250px !important; }[data-css=\"tve-u-1617045651a\"] { flex-wrap: wrap !important; }[data-css=\"tve-u-1635f1b3fee\"] { margin-bottom: 15px !important; }[data-css=\"tve-u-1635ebfe4fc\"] { margin-bottom: 15px !important; }[data-css=\"tve-u-161701a2f15\"] .tcb-flex-col { flex-basis: 250px !important; }[data-css=\"tve-u-161701a2f15\"] { flex-wrap: wrap !important; }[data-css=\"tve-u-160f9562c14\"] { margin-right: 15px !important; }[data-css=\"tve-u-1636393da63\"] { margin-right: 15px !important; }[data-css=\"tve-u-1636393c2d2\"] { margin-right: 15px !important; }[data-css=\"tve-u-16363524c1e\"] { padding: 0px !important; }[data-css=\"tve-u-1635ed98a8a\"] { margin-bottom: 10px !important; }[data-css=\"tve-u-1636392e791\"] { margin-bottom: 10px !important; }[data-css=\"tve-u-1636392a6b1\"] { margin-bottom: 10px !important; }[data-css=\"tve-u-161703e4bac\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-161703e4bac\"] .tcb-flex-col { flex-basis: 286px !important; }[data-css=\"tve-u-161703e4bac\"] { margin-left: 0px; flex-wrap: wrap !important; }[data-css=\"tve-u-1635f1b25ed\"] { margin-bottom: 25px !important; }[data-css=\"tve-u-1636390be1e\"] { margin-bottom: 60px !important; }[data-css=\"tve-u-1636390935e\"] { margin-bottom: 5px !important; }[data-css=\"tve-u-1635f138d3b\"] { margin-bottom: 5px !important; }[data-css=\"tve-u-1635ee0cb15\"] { padding: 50px 25px !important; }[data-css=\"tve-u-160e9d118ed\"] { box-shadow: rgba(0, 0, 0, 0.3) 0px 17px 75px 8px inset; background-size: auto, cover !important; }[data-css=\"tve-u-160e9d15bdf\"] { padding: 50px 25px !important; }[data-css=\"tve-u-160e9d0c61d\"] { max-width: 100%; }[data-css=\"tve-u-160e52014b5\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-160e4c34c93\"] { clip-path: url(\"#clip-mobile-bottom-35e31e95c7382\"); -webkit-clip-path: url(\"#clip-mobile-bottom-35e31e95c7382\");  }[data-css=\"tve-u-160eb0e8e90\"] { margin-top: -30px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-160eb0d7fac\"] { clip-path: url(\"#clip-mobile-bottom-dd364f1962bc7\"); -webkit-clip-path: url(\"#clip-mobile-bottom-dd364f1962bc7\");  }[data-css=\"tve-u-160eb2222a0\"] { margin-top: -30px !important; margin-bottom: 25px !important; }[data-css=\"tve-u-160eb1d9ffb\"] { clip-path: url(\"#clip-mobile-bottom-cb4c420ba2143\"); -webkit-clip-path: url(\"#clip-mobile-bottom-cb4c420ba2143\");  }[data-css=\"tve-u-160eb218e4e\"] { margin-top: -30px !important; margin-bottom: 25px !important; }[data-css=\"tve-u-160eb214b56\"] { clip-path: url(\"#clip-mobile-bottom-a182d7c321313\"); -webkit-clip-path: url(\"#clip-mobile-bottom-a182d7c321313\");  }[data-css=\"tve-u-160e4da55bb\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-160e4da55bb\"] .tcb-flex-col { flex-basis: 350px !important; }[data-css=\"tve-u-1635f0a8c87\"] { margin-top: 0px !important; }[data-css=\"tve-u-1635f010773\"] { min-height: 300px; }[data-css=\"tve-u-16363235afe\"] { min-height: 300px; }[data-css=\"tve-u-16363231ead\"] { min-height: 300px; }#tcb_landing_page h6 { font-size: 16px; }[data-css=\"tve-u-160dbcd54ac\"] { margin-bottom: 15px !important; }[data-css=\"tve-u-160dbcd2c5b\"] { margin-bottom: 50px !important; }[data-css=\"tve-u-1635e5cbf37\"] { margin-bottom: 50px !important; }[data-css=\"tve-u-1635e5ffa41\"] { max-width: 200px; float: none; margin-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-16363739d27\"] { max-width: 64.8%; }[data-css=\"tve-u-16363739cd6\"] { max-width: 35.2%; }[data-css=\"tve-u-1635e5cc2d9\"] { flex-flow: row-reverse wrap-reverse !important; }[data-css=\"tve-u-1635e5cc2d9\"] .tcb-flex-col { flex-basis: 200px !important; }[data-css=\"tve-u-160dbb50aca\"] { max-width: 100%; padding-left: 15px !important; padding-right: 15px !important; padding-bottom: 60px !important; margin-bottom: 20px !important; }[data-css=\"tve-u-160db84bfac\"] { clip-path: url(\"#clip-mobile-bottom-eb17500f3af4b\"); -webkit-clip-path: url(\"#clip-mobile-bottom-eb17500f3af4b\");  }#tcb_landing_page p, #tcb_landing_page li { line-height: 1.5em; font-size: 16px; }#tcb_landing_page h5 { line-height: 1.5em; font-size: 18px; }#tcb_landing_page h4 { line-height: 1.5em; font-size: 18px; }#tcb_landing_page h3 { line-height: 1.5em; font-size: 20px; }#tcb_landing_page h2 { font-size: 50px; line-height: 1.2em; }#tcb_landing_page h1 { color: rgb(255, 255, 255); font-size: 55px; line-height: 1em; }[data-css=\"tve-u-16170325257\"] { margin-top: 0px !important; }[data-css=\"tve-u-161701a8fd1\"] { margin-top: 0px !important; }[data-css=\"tve-u-160f961e617\"] { margin-top: 10px !important; }[data-css=\"tve-u-161703268c0\"] { max-width: 100%; margin-top: 0px !important; }[data-css=\"tve-u-160f97e6953\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-160ff467c38\"] { text-transform: none !important; }[data-css=\"tve-u-160f9714a61\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-160ff36e890\"] { padding-left: 0px !important; }[data-css=\"tve-u-160f984f29b\"] { font-family: \"Noto Sans\" !important; font-weight: 400 !important; }[data-css=\"tve-u-160f9823757\"] { text-transform: none !important; }[data-css=\"tve-u-160f9bfdcb7\"] { font-weight: 400 !important; font-family: \"Noto Sans\" !important; }#tve_editor [data-css=\"tve-u-160f9bf9be2\"] { font-size: 20px !important; }[data-css=\"tve-u-160f9c02898\"] { font-weight: 400 !important; font-family: \"Noto Sans\" !important; }#tve_editor [data-css=\"tve-u-160f981fb0c\"] { letter-spacing: 3px; font-size: 18px !important; }[data-css=\"tve-u-160f9bf9be2\"] { line-height: 1.3em !important; }[data-css=\"tve-u-160f981fb0c\"] { line-height: 1em !important; }[data-css=\"tve-u-160f96f5e19\"] { clip-path: url(\"#clip-mobile-bottom-c22944d35542f\"); -webkit-clip-path: url(\"#clip-mobile-bottom-c22944d35542f\");  }#tve_editor [data-css=\"tve-u-160fa489bd9\"] { letter-spacing: 0px; }[data-css=\"tve-u-160fec99b6f\"] { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-160fec923bf\"] { margin-top: 15px !important; }[data-css=\"tve-u-160fa4daf17\"] { max-width: 100%; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-160f9ec40fc\"] { max-width: 100%; float: none; position: static; z-index: auto; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-160fa11f4f2\"] { margin: 0px 0px 0px -20px !important; }[data-css=\"tve-u-160fe140452\"] { padding: 25px !important; margin-top: 0px !important; }[data-css=\"tve-u-160f9ebf905\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-160f9ebf905\"] { min-height: inherit; flex-wrap: wrap !important; }[data-css=\"tve-u-160eb42c2ca\"] { margin-top: 8px !important; }[data-css=\"tve-u-160eab45a4f\"] { margin-top: 8px !important; }[data-css=\"tve-u-160f98a0d17\"] { padding-left: 0px !important; padding-right: 0px !important; padding-top: 0px !important; margin-bottom: 30px !important; }[data-css=\"tve-u-160f96ef669\"] { padding: 25px 0px !important; }[data-css=\"tve-u-160f9d0c9a0\"] { margin-top: 25px !important; }[data-css=\"tve-u-160f9d0b00e\"] { margin-top: 25px !important; }[data-css=\"tve-u-160f9d08737\"] { margin-top: 25px !important; }[data-css=\"tve-u-160f9c6a4fe\"] { padding: 50px 25px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-160f9caae7b\"] { margin-bottom: 50px !important; }[data-css=\"tve-u-160f9b69526\"] { flex-direction: column; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-160f9b69526\"] > .tcb-flex-col > .tcb-col { justify-content: center; min-height: 1px; }[data-css=\"tve-u-160f9b74c2b\"] { max-width: 100%; float: none; position: relative; z-index: 3; margin: 0px auto 20px !important; }[data-css=\"tve-u-160f9714a61\"] { max-width: 100%; padding: 50px 25px 80px !important; }[data-css=\"tve-u-160f9734b53\"] { clip-path: url(\"#clip-mobile-top-c8e428685a637\"); -webkit-clip-path: url(\"#clip-mobile-top-c8e428685a637\");  }#tve_editor [data-css=\"tve-u-160fa718c59\"] { font-size: 90px !important; }[data-css=\"tve-u-160f8e625a1\"] { margin-bottom: 50px !important; }[data-css=\"tve-u-160fa01d193\"] { max-width: 100%; margin: 0px !important; }[data-css=\"tve-u-160e9fbbfa0\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-160f8d12a0d\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-160eb4a305a\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-160f8d013c3\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb4a460d\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb4a460a\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb4a4608\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb4a4605\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb4a4603\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb4a4600\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb49e1f7\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb4a45fb\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8d013c3\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160f8cfbf40\"] { margin-bottom: 20px !important; }#tve_editor [data-css=\"tve-u-160f8cf3d89\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160f8cef2f1\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160f8cef2b7\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160f8cef27e\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160f8cef245\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160f8cef20d\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160f8ceec94\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160f8ceec5c\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160f8ceec23\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160f8ceebeb\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160f8ceebb3\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160f8ceeb79\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160f8ceeb77\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160e9fad83c\"] p, #tve_editor [data-css=\"tve-u-160e9fad83c\"] li, #tve_editor [data-css=\"tve-u-160e9fad83c\"] blockquote, #tve_editor [data-css=\"tve-u-160e9fad83c\"] address { line-height: 1em; }[data-css=\"tve-u-160f8cddeb4\"] { margin-bottom: 20px !important; }#tve_editor [data-css=\"tve-u-160f8cd7aa1\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8cd7a68\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8cd7a30\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8cd79f8\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8cd79c1\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8cd7987\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8cd794f\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8cd7919\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8cd7871\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160ea9729a9\"] { margin-bottom: 15px !important; }#tve_editor [data-css=\"tve-u-160ea7224b9\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160ea9104fd\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8cc8fce\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8cc8f9a\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160ea9400e0\"] { color: rgb(3, 9, 14) !important; font-size: 16px !important; }#tve_editor [data-css=\"tve-u-160f8cc8f31\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8cc8efc\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160ea90d163\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160ea799710\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160ea79970d\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8cc5953\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160ea71c62c\"] { color: rgb(3, 9, 14) !important; font-size: 16px !important; }#tve_editor [data-css=\"tve-u-160f8cc591b\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160eaa7faee\"] { padding: 0px !important; }[data-css=\"tve-u-160f8cb9d70\"] { margin-bottom: 20px !important; }#tve_editor [data-css=\"tve-u-160ea6ba06c\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160ea6ba06a\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160ea6ba067\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160ea6ba065\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160ea6ba063\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160ea6ba060\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8cb61bc\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8cb6183\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8cb610d\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8cb027b\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8cb0240\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160ea9c9c07\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8cb01cb\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8cb0191\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8cb0157\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8cb011c\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8cb00e0\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8cb00a7\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8cb0034\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160f8c978c9\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-160f8c8c841\"] { margin: 0px !important; }[data-css=\"tve-u-160e9fac06c\"] { padding: 0px !important; }[data-css=\"tve-u-160f8c69a67\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160f8c69a2f\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160f8c699f6\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160f8c699b9\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160f8c69289\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160f8c69250\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160f8c69216\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160f8c691dc\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160f8c691a5\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160f8c69135\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8c626b2\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160ea89ac22\"] { padding: 0px !important; }[data-css=\"tve-u-160f8c59f19\"] { margin-top: 20px !important; }#tve_editor [data-css=\"tve-u-160eaa62df8\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8c589bd\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eaa5aa50\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8c58957\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8c58926\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8c5888c\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160f8c2bf72\"] { margin: 0px !important; }#tve_editor [data-css=\"tve-u-160f8c284c6\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8c28493\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8c28460\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8c2842b\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8c283f9\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8c28393\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8c25bba\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb55320f\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb5531d8\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb5531a1\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb55316d\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb553138\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb553103\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb5530cd\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb553062\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160eb54da29\"] { padding: 0px !important; }[data-css=\"tve-u-160eb537e16\"] { margin-top: 0px !important; }#tve_editor [data-css=\"tve-u-160eb53484c\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb534816\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb5347e1\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb5347ae\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb53477a\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eadffc69\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb534715\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb5346af\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160eadcc8c9\"] { padding: 0px !important; }#tve_editor [data-css=\"tve-u-160eb5276f3\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb5276bf\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb52768d\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb52765c\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb52762c\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb5275ca\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160ead90ba7\"] { background-image: none !important; }[data-css=\"tve-u-160eb521486\"] { background-image: none !important; }[data-css=\"tve-u-160eaa8db54\"] { background-image: none !important; }[data-css=\"tve-u-160eaa73bda\"] { background-image: none !important; }[data-css=\"tve-u-160e9fad83c\"] { background-image: none !important; }[data-css=\"tve-u-160ea89b12a\"] { background-image: none !important; }[data-css=\"tve-u-160eb4b6fd5\"] { line-height: 2em !important; }[data-css=\"tve-u-160eb4b6fd3\"] { line-height: 2em !important; }[data-css=\"tve-u-160eb4b6fd0\"] { line-height: 2em !important; }[data-css=\"tve-u-160eb4b6fcd\"] { line-height: 2em !important; }[data-css=\"tve-u-160eb4b6fcb\"] { line-height: 2em !important; }[data-css=\"tve-u-160eb4b6fc8\"] { line-height: 2em !important; }[data-css=\"tve-u-160eb4b6f9b\"] { line-height: 2em !important; }[data-css=\"tve-u-160ea9789a4\"] { margin-top: 0px !important; }[data-css=\"tve-u-160eb4a460d\"] { line-height: 2em !important; }[data-css=\"tve-u-160eb4a460a\"] { line-height: 2em !important; }[data-css=\"tve-u-160eb4a4608\"] { line-height: 2em !important; }[data-css=\"tve-u-160eb4a4605\"] { line-height: 2em !important; }[data-css=\"tve-u-160eb4a4603\"] { line-height: 2em !important; }[data-css=\"tve-u-160eb4a4600\"] { line-height: 2em !important; }[data-css=\"tve-u-160eb4a45fb\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb4a305a\"] p, #tve_editor [data-css=\"tve-u-160eb4a305a\"] li, #tve_editor [data-css=\"tve-u-160eb4a305a\"] blockquote, #tve_editor [data-css=\"tve-u-160eb4a305a\"] address { line-height: 1em; }[data-css=\"tve-u-160eb49e1f7\"] { line-height: 2em !important; }[data-css=\"tve-u-160ea7cae88\"] { background-image: none !important; }[data-css=\"tve-u-160eaa7faeb\"] { padding: 0px !important; }[data-css=\"tve-u-160e9f7ce0e\"] { font-family: Lato, arial !important; }#tve_editor [data-css=\"tve-u-160e9f7868b\"] { letter-spacing: 2px; font-size: 16px !important; }[data-css=\"tve-u-160eb47f16a\"] { font-family: Lato, arial !important; }#tve_editor [data-css=\"tve-u-160eb47f143\"] { letter-spacing: 2px; font-size: 15px !important; }#tve_editor [data-css=\"tve-u-160eb475d09\"] { letter-spacing: 2px; font-size: 16px !important; }#tve_editor [data-css=\"tve-u-160eb470891\"] { letter-spacing: 2px; font-size: 16px !important; }[data-css=\"tve-u-160e9e41664\"] { margin-left: 0px !important; margin-bottom: 35px !important; }[data-css=\"tve-u-160e4c55d27\"] { padding: 40px 25px 60px !important; }[data-css=\"tve-u-160e5adb400\"] { margin-bottom: 2px !important; }[data-css=\"tve-u-160e52fbe2f\"] { margin-top: 0px !important; }#tve_editor [data-css=\"tve-u-160e52014b5\"] p, #tve_editor [data-css=\"tve-u-160e52014b5\"] li, #tve_editor [data-css=\"tve-u-160e52014b5\"] blockquote, #tve_editor [data-css=\"tve-u-160e52014b5\"] address { line-height: 0em; }[data-css=\"tve-u-160e5276a5e\"] { margin-top: 0px !important; }[data-css=\"tve-u-160e4c824a2\"] { padding-top: 0px !important; padding-bottom: 0px !important; margin-top: 0px !important; margin-bottom: 40px !important; }[data-css=\"tve-u-160e4c24b1a\"] { max-width: 100%; min-height: 0.15625vh !important; }[data-css=\"tve-u-160e4da55bb\"] { flex-direction: column; min-height: inherit; }#tve_editor [data-css=\"tve-u-160df6a2fe0\"] p, #tve_editor [data-css=\"tve-u-160df6a2fe0\"] li, #tve_editor [data-css=\"tve-u-160df6a2fe0\"] blockquote, #tve_editor [data-css=\"tve-u-160df6a2fe0\"] address { line-height: 1.3em; }[data-css=\"tve-u-160df51ca21\"] > .tve-cb { display: flex; flex-direction: column; justify-content: flex-end; }[data-css=\"tve-u-160df519447\"] { min-height: 0vh; }[data-css=\"tve-u-160df4f4d0e\"] { min-height: 297px; }[data-css=\"tve-u-160df51ca21\"] { margin-top: 0px !important; padding-top: 15px !important; padding-bottom: 15px !important; }[data-css=\"tve-u-160df8c3360\"] { padding: 50px 25px !important; }[data-css=\"tve-u-160dbceed3d\"] .tcb-button-link { padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-160dbe24f38\"] { line-height: 1.45em !important; }#tve_editor [data-css=\"tve-u-160dbe24f38\"] { letter-spacing: 2px; font-size: 16px !important; }#tve_editor [data-css=\"tve-u-160dbceed3d\"] .tcb-button-link { font-size: 18px; }[data-css=\"tve-u-160dbcbc7a4\"] { min-height: 284px; }[data-css=\"tve-u-160dbceed3d\"] { display: block; max-width: 100%; width: 100%; min-width: 100%; margin-top: 0px !important; margin-left: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-160db85dabe\"] { min-height: 1px; }[data-css=\"tve-u-160df4565d1\"] { float: none; z-index: 3; position: relative; margin-left: auto !important; margin-right: auto !important; padding-top: 0px !important; }[data-css=\"tve-u-160dbcafa88\"] { float: none; max-width: 305px; margin-top: 15px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-160db6dd8cd\"] { float: left; z-index: 3; position: relative; font-size: 20px; width: 20px; height: 20px; }[data-css=\"tve-u-160df6d74f4\"] { text-align: center; padding-left: 0px !important; margin-top: 5px !important; }[data-css=\"tve-u-160df6d53e3\"] { text-align: center; padding-right: 0px !important; }[data-css=\"tve-u-160f98df817\"] .tcb-button-link { padding-top: 0px !important; padding-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-160f98df817\"] .tcb-button-link { font-size: 18px; }[data-css=\"tve-u-160f98df817\"] { display: block; max-width: 100%; width: 100%; margin-top: 0px !important; margin-bottom: 20px !important; }[data-css=\"tve-u-160fa182f82\"] .tcb-button-link { padding-top: 0px !important; padding-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-160fa182f82\"] .tcb-button-link { font-size: 21.3333px; font-family: \"Noto Sans\"; font-weight: 400; }[data-css=\"tve-u-160fa182f82\"] { display: block; max-width: 299px; width: 299px; min-width: 100%; margin-top: 0px !important; }[data-css=\"tve-u-160fa198fbb\"] { line-height: 1.45em !important; }#tve_editor [data-css=\"tve-u-160fa198fbb\"] { letter-spacing: 2px; font-size: 16px !important; }[data-css=\"tve-u-160fec25d20\"] { line-height: 1.45em !important; }#tve_editor [data-css=\"tve-u-160fec25d20\"] { letter-spacing: 1px; font-size: 16px !important; }[data-css=\"tve-u-1635e65c044\"] { float: left; z-index: 3; position: relative; font-size: 22px; width: 22px; height: 22px; margin-left: 25px !important; }[data-css=\"tve-u-1635f136552\"] { margin-top: 10px !important; }[data-css=\"tve-u-16362a8dd87\"] { float: left; z-index: 3; position: relative; font-size: 20px; width: 20px; height: 20px; }[data-css=\"tve-u-16362aa4888\"] { float: left; z-index: 3; position: relative; font-size: 20px; width: 20px; height: 20px; }[data-css=\"tve-u-16363599740\"] { max-width: 173px; padding-top: 0px !important; }[data-css=\"tve-u-1636951d241\"] { margin-top: 10px !important; }}'),(4559,445,'tve_revision_tve_user_custom_css','.thrv_text_element p { margin: 0;}\n.thrv_heading h1,h2,h3,h4,h5 {margin: 0;}'),(4560,445,'tve_revision_tve_page_events','a:0:{}'),(4561,445,'tve_revision_tve_globals','a:2:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";s:8:\"font_cls\";a:0:{}}'),(4562,445,'tve_revision_tve_global_scripts',''),(4563,445,'tve_revision_thrive_icon_pack','0'),(4564,445,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(4565,445,'tve_revision_tve_has_masonry','0'),(4566,445,'tve_revision_tve_has_typefocus','0'),(4567,445,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16369563890\" wfd-id=\"527\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1636956410b\" data-clip-id=\"ebde87302d0be\" wfd-id=\"571\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1636955fbd2\" wfd-id=\"528\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160dbb50aca\" data-float=\"1\" wfd-id=\"565\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-160db84bfac\" data-clip-id=\"eb17500f3af4b\" wfd-id=\"570\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-eb17500f3af4b\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"divider\" pointer-width=\"100\" pointer-height=\"25\" style=\"zigzag\"><polygon points=\"0 0, 0 0.75, 0.5 1, 1 0.75,  1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-eb17500f3af4b\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"divider\" pointer-width=\"100\" pointer-height=\"25\" style=\"zigzag\"><polygon points=\"0 0, 0 0.75, 0.5 1, 1 0.75,  1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-eb17500f3af4b\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"pointer\" pointer-width=\"100\" pointer-height=\"15\" style=\"\" clip-path=\"url(#clip-mobile-top-eb17500f3af4b)\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 0 1, 0.5 0.85, 1 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-top-eb17500f3af4b\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"none\" pointer-width=\"5\" pointer-height=\"5\" style=\"zigzag\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160db85dabe\" wfd-id=\"566\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1635e6448aa\" wfd-id=\"567\"><h4 style=\"text-align: center;\"><strong>Your<br>&nbsp;â‰‘ &nbsp; &nbsp; &nbsp;Company Name &nbsp; &nbsp; &nbsp;â‰‘</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1635e5cbf37\" wfd-id=\"543\"><div class=\"tcb-flex-row tcb--cols--2 v-2 m-edit tcb-mobile-wrap tcb-resized tcb-row-reversed-mobile\" data-css=\"tve-u-1635e5cc2d9\" wfd-id=\"544\"><div class=\"tcb-flex-col\" data-css=\"tve-u-16363739cd6\" style=\"\" wfd-id=\"555\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"557\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tcb-mobile-hidden\" data-css=\"tve-u-1635e5cd7c0\" style=\"\" wfd-id=\"558\">\n<div class=\"tve-content-box-background\" wfd-id=\"564\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1635e5d9ba1\" wfd-id=\"559\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display tcb-mobile-hidden\" data-css=\"tve-u-160db6dd8cd\" style=\"\" wfd-id=\"563\"><svg class=\"tcb-icon\" viewBox=\"0 0 16 28\" data-name=\"map-marker\">\n<path d=\"M12 10c0-2.203-1.797-4-4-4s-4 1.797-4 4 1.797 4 4 4 4-1.797 4-4zM16 10c0 0.953-0.109 1.937-0.516 2.797l-5.688 12.094c-0.328 0.688-1.047 1.109-1.797 1.109s-1.469-0.422-1.781-1.109l-5.703-12.094c-0.406-0.859-0.516-1.844-0.516-2.797 0-4.422 3.578-8 8-8s8 3.578 8 8z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160df4565d1\" wfd-id=\"560\"><p>Your&nbsp; Adress Goes Here</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-16363739d27\" style=\"\" wfd-id=\"545\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"547\"><div class=\"tcb-clear\" data-css=\"tve-u-16363c02cf7\" wfd-id=\"548\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1635e5ffa41\" wfd-id=\"549\">\n<div class=\"tve-content-box-background\" wfd-id=\"554\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1635e5d9ba1\" wfd-id=\"550\"><div class=\"tcb-clear\" data-css=\"tve-u-163637c7e1e\" wfd-id=\"552\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1635e65c044\" data-float=\"1\" wfd-id=\"553\"><svg class=\"tcb-icon\" viewBox=\"0 0 22 28\" data-name=\"phone\">\n<path d=\"M22 19.375c0 0.562-0.25 1.656-0.484 2.172-0.328 0.766-1.203 1.266-1.906 1.656-0.922 0.5-1.859 0.797-2.906 0.797-1.453 0-2.766-0.594-4.094-1.078-0.953-0.344-1.875-0.766-2.734-1.297-2.656-1.641-5.859-4.844-7.5-7.5-0.531-0.859-0.953-1.781-1.297-2.734-0.484-1.328-1.078-2.641-1.078-4.094 0-1.047 0.297-1.984 0.797-2.906 0.391-0.703 0.891-1.578 1.656-1.906 0.516-0.234 1.609-0.484 2.172-0.484 0.109 0 0.219 0 0.328 0.047 0.328 0.109 0.672 0.875 0.828 1.188 0.5 0.891 0.984 1.797 1.5 2.672 0.25 0.406 0.719 0.906 0.719 1.391 0 0.953-2.828 2.344-2.828 3.187 0 0.422 0.391 0.969 0.609 1.344 1.578 2.844 3.547 4.813 6.391 6.391 0.375 0.219 0.922 0.609 1.344 0.609 0.844 0 2.234-2.828 3.187-2.828 0.484 0 0.984 0.469 1.391 0.719 0.875 0.516 1.781 1 2.672 1.5 0.313 0.156 1.078 0.5 1.188 0.828 0.047 0.109 0.047 0.219 0.047 0.328z\"></path>\n</svg></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16363599740\" wfd-id=\"551\"><p style=\"text-align: right;\">0364 - 300 - 946</p></div></div>\n</div></div></div></div></div></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160dbcafa88\" wfd-id=\"529\">\n<div class=\"tve-content-box-background\" wfd-id=\"542\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160dbcbc7a4\" wfd-id=\"530\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-160dbcd54ac\" data-tag=\"h3\" wfd-id=\"539\"><h3 style=\"text-align: center;\">This is the place to create your</h3></div><div class=\"thrv_wrapper thrv_heading tve_evt_manager_listen tve_et_tve-viewport tve_ea_thrive_animation tve_anim_slide_top\" data-css=\"tve-u-160dbcd2c5b\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_top&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" data-tag=\"h1\" wfd-id=\"536\"><h1 style=\"text-align: center;\">Best Memories</h1></div><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-160dbceed3d\" data-tcb_hover_state_parent=\"\" wfd-id=\"531\">\n<a href=\"\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"532\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-160dbe24f38\" wfd-id=\"533\"><strong>Make a reservation now</strong></span></span>\n</a>\n</div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1635e6aad72\" wfd-id=\"488\">\n<div class=\"tve-page-section-out\" wfd-id=\"526\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1635e6b4c72\" wfd-id=\"489\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160df4eae6d\" style=\"\" wfd-id=\"490\"><div class=\"tcb-flex-row tcb-medium-wrap tcb-resized tcb--cols--2\" data-css=\"tve-u-160df4bedf0\" wfd-id=\"491\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1635e9cce4d\" style=\"\" wfd-id=\"513\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160df8c3360\" wfd-id=\"515\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1635e97f913\" wfd-id=\"516\">\n<div class=\"tve-content-box-background\" wfd-id=\"525\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1635eadb72e\" wfd-id=\"517\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1636292fe99\" wfd-id=\"524\"><h4>A short story about us</h4></div><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-160df8deee2\" data-tag=\"h2\" wfd-id=\"521\"><h2>Welcome</h2></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-163629240b8\" wfd-id=\"518\"><p>Our vision is simple: create an environment of excitement and wonder.</p><p><br></p><p>We provide you with the fresh feeling that you need in summer and the cozyness you long for in winter.</p><p><br></p><p>We create the best experiences for you to share with friends.</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1635e9cce8b\" style=\"\" wfd-id=\"492\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160e5adb400\" wfd-id=\"494\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160df4c6424\" wfd-id=\"495\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-160df4db074\" wfd-id=\"512\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160df4f4d0e\" wfd-id=\"496\"><div class=\"tcb-clear\" data-css=\"tve-u-160df52e534\" wfd-id=\"497\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160df51ca21\" wfd-id=\"498\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-160df50b366\" wfd-id=\"511\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160df519447\" wfd-id=\"499\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1635eaf037e\" wfd-id=\"510\"><h6 class=\"\" data-css=\"tve-u-1635ef4f76c\" style=\"text-align: center;\"><strong>weâ€™re open from:</strong></h6></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160df6a2fe0\" wfd-id=\"500\"><div class=\"tcb-flex-row tcb--cols--2 v-2\" data-css=\"tve-u-160df6a3578\" wfd-id=\"501\"><div class=\"tcb-flex-col\" wfd-id=\"506\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160df6d53e3\" wfd-id=\"508\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160df709fbf\" wfd-id=\"509\"><p>Mo-Fr <strong>3Pm</strong> to <strong>4Am</strong></p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"502\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160df6d74f4\" wfd-id=\"504\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160df711140\" wfd-id=\"505\"><p>Sa-Su <strong>12Pm</strong> to <strong>4Am</strong></p></div></div></div></div></div></div>\n</div></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-160e4c55d27\" wfd-id=\"438\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-160e4c34c93\" data-clip-id=\"35e31e95c7382\" wfd-id=\"487\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-35e31e95c7382\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" pointer-width=\"100\" pointer-height=\"47\" style=\"zigzag\" decoration-type=\"none\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-35e31e95c7382\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" pointer-width=\"100\" pointer-height=\"47\" style=\"zigzag\" decoration-type=\"none\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-35e31e95c7382\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" pointer-width=\"100\" pointer-height=\"47\" style=\"zigzag\" decoration-type=\"none\" clip-path=\"url(#clip-mobile-top-35e31e95c7382)\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-top-35e31e95c7382\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" pointer-width=\"100\" pointer-height=\"22\" style=\"zigzag\" decoration-type=\"none\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-160e4c24b1a\" wfd-id=\"439\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-160e4c824a2\" data-tag=\"h3\" wfd-id=\"484\"><h3 data-css=\"tve-u-163630c7fc7\" style=\"text-align: center;\">Why Youâ€™ll <strong>Love</strong> our pub</h3></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160e4dadf9c\" style=\"\" wfd-id=\"440\"><div class=\"tcb-flex-row tcb--cols--3 tcb-medium-wrap v-2\" data-css=\"tve-u-160e4da55bb\" wfd-id=\"441\"><div class=\"tcb-flex-col\" wfd-id=\"468\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160e52014b5\" data-tcb_hover_state_parent=\"\" wfd-id=\"470\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1635efec9fa\" data-float=\"1\" wfd-id=\"481\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1635f098c8e\" data-tcb_hover_state_parent=\"1\" wfd-id=\"483\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16363231ead\" wfd-id=\"482\"></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160eb218e4e\" data-float=\"1\" wfd-id=\"471\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-160eb214b56\" data-clip-id=\"a182d7c321313\" data-tcb_hover_state_parent=\"1\" wfd-id=\"480\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-a182d7c321313\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"pointer\" pointer-width=\"100\" pointer-height=\"36\" style=\"\" data-inverted=\"false\"><polygon points=\"0 0, 0 0.64, 0 0.64, 0.5 1, 1 0.64, 1 0.64, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-a182d7c321313\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"none\" pointer-width=\"100\" pointer-height=\"36\" style=\"zigzag\" clip-path=\"url(#clip-tablet-top-a182d7c321313)\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-top-a182d7c321313\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"divider\" pointer-width=\"100\" pointer-height=\"22\" style=\"zigzag\"><polygon points=\"0 1, 1 1,1 0.22, 0.5 0, 0 0.22, 0 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-a182d7c321313\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"none\" pointer-width=\"100\" pointer-height=\"36\" style=\"zigzag\" clip-path=\"url(#clip-mobile-top-a182d7c321313)\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-top-a182d7c321313\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"divider\" pointer-width=\"100\" pointer-height=\"22\" style=\"zigzag\"><polygon points=\"0 1, 1 1,1 0.22, 0.5 0, 0 0.22, 0 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160eb1a09e2\" wfd-id=\"472\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1635ef71519\" wfd-id=\"477\"><p data-css=\"tve-u-160e4fd114b\" style=\"text-align: center;\">&nbsp;original</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160e501c0b4\" wfd-id=\"473\"><p data-css=\"tve-u-160e4fe84a1\" style=\"text-align: center;\"><span data-css=\"tve-u-160e4fe6187\" style=\"font-weight: 400; font-family: &quot;Kaushan Script&quot;;\" wfd-id=\"476\">drinks</span></p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"454\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160e5276a5e\" data-tcb_hover_state_parent=\"\" wfd-id=\"456\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-163628d68f3\" data-float=\"1\" wfd-id=\"465\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1635f073915\" data-tcb_hover_state_parent=\"1\" wfd-id=\"467\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16363235afe\" wfd-id=\"466\"></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160eb2222a0\" data-float=\"1\" wfd-id=\"457\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-160eb1d9ffb\" data-clip-id=\"cb4c420ba2143\" data-tcb_hover_state_parent=\"1\" wfd-id=\"464\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-cb4c420ba2143\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"pointer\" pointer-width=\"100\" pointer-height=\"36\" style=\"zigzag\"><polygon points=\"0 0, 0 0.64, 0.5 1, 1 0.64,  1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-cb4c420ba2143\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"none\" pointer-width=\"100\" pointer-height=\"36\" style=\"zigzag\" clip-path=\"url(#clip-tablet-top-cb4c420ba2143)\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-top-cb4c420ba2143\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"divider\" pointer-width=\"100\" pointer-height=\"22\" style=\"zigzag\"><polygon points=\"0 1, 1 1,1 0.22, 0.5 0, 0 0.22, 0 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-cb4c420ba2143\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"none\" pointer-width=\"100\" pointer-height=\"36\" style=\"zigzag\" clip-path=\"url(#clip-mobile-top-cb4c420ba2143)\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-top-cb4c420ba2143\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"divider\" pointer-width=\"100\" pointer-height=\"22\" style=\"zigzag\"><polygon points=\"0 1, 1 1,1 0.22, 0.5 0, 0 0.22, 0 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160eb1a09e2\" wfd-id=\"458\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1635ef72920\" wfd-id=\"463\"><p data-css=\"tve-u-160e4fd114b\" style=\"text-align: center;\">&nbsp;tasty</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160e501c0b4\" wfd-id=\"459\"><p data-css=\"tve-u-160e4fe84a1\" style=\"text-align: center;\"><span data-css=\"tve-u-160e4fe6187\" style=\"font-weight: 400; font-family: &quot;Kaushan Script&quot;;\" wfd-id=\"462\">food</span></p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"442\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160e52fbe2f\" data-tcb_hover_state_parent=\"\" wfd-id=\"444\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1635f0a8c87\" wfd-id=\"451\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1635f0b76b1\" data-tcb_hover_state_parent=\"1\" wfd-id=\"453\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-1635f010773\" wfd-id=\"452\"></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160eb0e8e90\" data-float=\"1\" wfd-id=\"445\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-160eb0d7fac\" data-clip-id=\"dd364f1962bc7\" data-tcb_hover_state_parent=\"1\" wfd-id=\"450\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-dd364f1962bc7\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"pointer\" pointer-width=\"100\" pointer-height=\"36\" style=\"zigzag\"><polygon points=\"0 0, 0 0.64, 0.5 1, 1 0.64,  1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-dd364f1962bc7\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"none\" pointer-width=\"100\" pointer-height=\"36\" style=\"zigzag\" clip-path=\"url(#clip-tablet-top-dd364f1962bc7)\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-top-dd364f1962bc7\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"divider\" pointer-width=\"100\" pointer-height=\"22\" style=\"zigzag\"><polygon points=\"0 1, 1 1,1 0.22, 0.5 0, 0 0.22, 0 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-dd364f1962bc7\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"none\" pointer-width=\"100\" pointer-height=\"36\" style=\"zigzag\" clip-path=\"url(#clip-mobile-top-dd364f1962bc7)\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-top-dd364f1962bc7\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"divider\" pointer-width=\"100\" pointer-height=\"22\" style=\"zigzag\"><polygon points=\"0 1, 1 1,1 0.22, 0.5 0, 0 0.22, 0 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160eb1a09e2\" wfd-id=\"446\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160eb1b0e14\" wfd-id=\"449\"><p data-css=\"tve-u-160e4fd114b\" style=\"text-align: center;\">&nbsp;great</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160e501c0b4\" wfd-id=\"447\"><p data-css=\"tve-u-160e4fe84a1\" style=\"text-align: center;\"><span data-css=\"tve-u-160e4fe6187\" style=\"font-weight: 400; font-family: &quot;Kaushan Script&quot;;\" wfd-id=\"448\">ambiance</span></p></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-160e9d15bdf\" wfd-id=\"281\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-160e9d118ed\" wfd-id=\"437\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-160e9d0c61d\" wfd-id=\"282\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160e9e2aeab\" wfd-id=\"436\"><h3>Take a look at</h3></div><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-160e9e41664\" data-tag=\"h2\" wfd-id=\"433\"><h2>Our Menu</h2></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160e9dff371\" wfd-id=\"283\">\n<div class=\"tve-content-box-background\" wfd-id=\"432\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160e9e03630\" wfd-id=\"284\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160ea7cae88\" wfd-id=\"285\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2\" data-css=\"tve-u-160ea7c9db0\" wfd-id=\"286\"><div class=\"tcb-flex-col\" wfd-id=\"309\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"311\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-160eb3ad20a\" wfd-id=\"429\"><h4>Drinks</h4></div><div class=\"tcb-clear\" data-css=\"tve-u-160ea7bf191\" wfd-id=\"376\"><div class=\"thrv_wrapper thrv_toggle_shortcode\" data-hover-color=\"rgba(18, 21, 25, 0.8)\" data-css=\"tve-u-160e9f87397\" wfd-id=\"377\">\n<div class=\"tve_faq\" wfd-id=\"378\">\n<div class=\"tve_faqI\" wfd-id=\"379\">\n<div class=\"tve_faqB\" wfd-id=\"422\"><span class=\"tve_not_editable tve_toggle\" wfd-id=\"428\"></span>\n<h4 class=\"tve_editable\" data-css=\"tve-u-160eb470891\"><span data-css=\"tve-u-160eb4708df\" style=\"font-family: Lato,arial;\" wfd-id=\"427\">alcoholic drinks</span></h4>\n</div>\n<div class=\"tve_faqC tve_empty_dropzone\" style=\"display: none;\" wfd-id=\"380\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160e9fad83c\" wfd-id=\"394\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-160eaa7faeb\" wfd-id=\"395\"><div class=\"tcb-flex-col\" wfd-id=\"414\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160eb4a305a\" wfd-id=\"416\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160ea977bf3\" wfd-id=\"417\"><h3 data-css=\"tve-u-160f8d013c3\"><strong>Beer (bottle)</strong></h3><p><br></p><p data-css=\"tve-u-160eb4a45fb\">Heineken</p><p data-css=\"tve-u-160eb49e1f7\">Paulaner</p><p data-css=\"tve-u-160eb4a4600\">Budweiser American Ale</p><p data-css=\"tve-u-160eb4a4603\">Land Shark Lager</p><p data-css=\"tve-u-160eb4a4605\">Scrumpy</p><p data-css=\"tve-u-160eb4a4608\">JackFirestone</p><p data-css=\"tve-u-160eb4a460a\">Walker Fortem</p><p data-css=\"tve-u-160eb4a460d\">Live Oak Hefeweizen</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"396\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160f8cfbf40\" wfd-id=\"398\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160ea9789a4\" wfd-id=\"399\"><h3 data-css=\"tve-u-160f8cf3d89\"><strong>Beer (draught)</strong></h3><p><br></p><p data-css=\"tve-u-160eb4b6f9b\"><span data-css=\"tve-u-160f8ceeb77\" wfd-id=\"413\">Guiness</span></p><p data-css=\"tve-u-160eb4b6fc8\"><span data-css=\"tve-u-160f8cef20d\" wfd-id=\"411\"><span data-css=\"tve-u-160f8ceeb79\" wfd-id=\"412\">Stela Artois</span></span></p><p data-css=\"tve-u-160eb4b6fcb\"><span data-css=\"tve-u-160f8cef245\" wfd-id=\"409\"><span data-css=\"tve-u-160f8ceebb3\" wfd-id=\"410\">Grolsch (Unfiltered)</span></span></p><p data-css=\"tve-u-160eb4b6fcd\"><span data-css=\"tve-u-160f8cef27e\" wfd-id=\"407\"><span data-css=\"tve-u-160f8ceebeb\" wfd-id=\"408\">Newcastle Brown Ale</span></span></p><p data-css=\"tve-u-160eb4b6fd0\"><span data-css=\"tve-u-160f8cef2b7\" wfd-id=\"405\"><span data-css=\"tve-u-160f8ceec23\" wfd-id=\"406\">Corona Extra</span></span></p><p data-css=\"tve-u-160eb4b6fd3\"><span data-css=\"tve-u-160f8cef2f1\" wfd-id=\"403\"><span data-css=\"tve-u-160f8ceec5c\" wfd-id=\"404\">Sam Adams</span></span></p><p data-css=\"tve-u-160eb4b6fd5\"><span data-css=\"tve-u-160f8ceec94\" wfd-id=\"402\">Miller Lite</span></p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160ea89b12a\" wfd-id=\"381\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-160eaa7faee\" wfd-id=\"382\"><div class=\"tcb-flex-col\" wfd-id=\"388\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160f8cddeb4\" wfd-id=\"390\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160ea976e63\" wfd-id=\"391\"><h3 data-css=\"tve-u-160f8cd7871\"><strong>Cocktails</strong></h3><p data-css=\"tve-u-160f8cd7919\"><br></p><p data-css=\"tve-u-160f8cd794f\">Gin &amp; Tonic</p><p data-css=\"tve-u-160f8cd7987\">Vodka Orange</p><p data-css=\"tve-u-160f8cd79c1\">Wiskey Sour</p><p data-css=\"tve-u-160f8cd79f8\">Boulevardier</p><p data-css=\"tve-u-160f8cd7a30\">Daiquiri</p><p data-css=\"tve-u-160f8cd7a68\">Martini</p><p data-css=\"tve-u-160f8cd7aa1\">Ramos Gin Fizz</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"383\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160ea928596\" wfd-id=\"385\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160ea9729a9\" wfd-id=\"387\"><h3 data-css=\"tve-u-160ea90d163\"><strong>Wine</strong></h3><p data-css=\"tve-u-160f8cc8efc\"><br></p><p data-css=\"tve-u-160f8cc8f31\"><br></p><p data-css=\"tve-u-160ea9400e0\"><strong>White</strong></p><p data-css=\"tve-u-160f8cc8f9a\"><br></p><p data-css=\"tve-u-160f8cc8fce\">Sidebar Sauvignon Blanc High Valley</p><p data-css=\"tve-u-160ea9104fd\"><br></p><p data-css=\"tve-u-160ea7224b9\">Mazzei Maremma Toscana Tenuta</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160ea9357c7\" wfd-id=\"386\"><p data-css=\"tve-u-160f8cc591b\"><br></p><p data-css=\"tve-u-160ea71c62c\"><strong>Red</strong></p><p data-css=\"tve-u-160f8cc5953\"><br></p><p data-css=\"tve-u-160ea79970d\">MarquÃ©s de CÃ¡ceres</p><p data-css=\"tve-u-160ea799710\">Rioja ReservaBelguardo</p></div></div></div></div></div></div>\n</div>\n</div>\n</div></div><div class=\"tcb-clear\" data-css=\"tve-u-160ea7bf191\" wfd-id=\"312\"><div class=\"thrv_wrapper thrv_toggle_shortcode\" data-hover-color=\"rgba(18, 21, 25, 0.8)\" data-css=\"tve-u-160eab45a4f\" wfd-id=\"313\">\n<div class=\"tve_faq\" wfd-id=\"330\">\n<div class=\"tve_faqI\" wfd-id=\"331\">\n<div class=\"tve_faqB\" wfd-id=\"371\"><span class=\"tve_not_editable tve_toggle\" wfd-id=\"375\"></span>\n<h4 class=\"tve_editable\" data-css=\"tve-u-160eb475d09\"><span data-css=\"tve-u-160eb475d4c\" style=\"font-family: Lato,arial;\" wfd-id=\"374\">soft drinks</span></h4>\n</div>\n<div class=\"tve_faqC tve_empty_dropzone\" style=\"display: none;\" wfd-id=\"332\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160eaa73bda\" wfd-id=\"355\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-160e9fac06c\" wfd-id=\"356\"><div class=\"tcb-flex-col\" wfd-id=\"365\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160f8cb9d70\" wfd-id=\"367\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160ea977bf3\" wfd-id=\"368\"><h3 data-css=\"tve-u-160f8cb610d\"><strong>Coffee</strong></h3><p data-css=\"tve-u-160f8cb6183\"><br></p><p data-css=\"tve-u-160f8cb61bc\">Expresso</p><p data-css=\"tve-u-160ea6ba060\">Expresso Machiato</p><p data-css=\"tve-u-160ea6ba063\">Irish Coffee</p><p data-css=\"tve-u-160ea6ba065\">Cafe Mendoza</p><p data-css=\"tve-u-160ea6ba067\">Latte</p><p data-css=\"tve-u-160ea6ba06a\">Americano</p><p data-css=\"tve-u-160ea6ba06c\">Baileys Irish Cream Coffee</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"357\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160f8c978c9\" wfd-id=\"359\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160f8c8c841\" wfd-id=\"360\"><h3 data-css=\"tve-u-160f8cb0034\"><strong>Juice</strong></h3><p data-css=\"tve-u-160f8cb00a7\"><br></p><p data-css=\"tve-u-160f8cb00e0\">Coca Cola</p><p data-css=\"tve-u-160f8cb011c\">Fanta</p><p data-css=\"tve-u-160f8cb0157\">Sprite</p><p data-css=\"tve-u-160f8cb0191\">Almdudler</p><p data-css=\"tve-u-160f8cb01cb\">Fresh mix&nbsp;</p><ul class=\"\" wfd-id=\"363\"><li class=\"\" data-css=\"tve-u-160ea9c9c07\" wfd-id=\"364\">Orange/ Grapefruit/Apple</li></ul><p data-css=\"tve-u-160f8cb0240\">Sam Adams</p><p data-css=\"tve-u-160f8cb027b\">Miller Lite</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160eaa8db54\" wfd-id=\"333\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-160ea89ac22\" wfd-id=\"334\"><div class=\"tcb-flex-col\" wfd-id=\"339\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"341\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160ea976e63\" wfd-id=\"342\"><h3 data-css=\"tve-u-160ea54ea72\"><span data-css=\"tve-u-160f8c69135\" wfd-id=\"354\"><strong>Smoothie</strong></span></h3><p><span data-css=\"tve-u-160f8c699b9\" wfd-id=\"352\"><span data-css=\"tve-u-160f8c691a5\" wfd-id=\"353\"><br></span></span></p><p data-css=\"tve-u-160ea6ba05c\"><span data-css=\"tve-u-160f8c699f6\" wfd-id=\"350\"><span data-css=\"tve-u-160f8c691dc\" wfd-id=\"351\">Cherry &amp; Kale</span></span></p><p data-css=\"tve-u-160ea6ba05c\"><span data-css=\"tve-u-160f8c69a2f\" wfd-id=\"348\"><span data-css=\"tve-u-160f8c69216\" wfd-id=\"349\">Blueberry &amp; Avocado</span></span></p><p data-css=\"tve-u-160ea6ba05c\"><span data-css=\"tve-u-160f8c69a67\" wfd-id=\"346\"><span data-css=\"tve-u-160f8c69250\" wfd-id=\"347\">Banana &amp; Milk</span></span></p><p data-css=\"tve-u-160ea6ba05c\"><span data-css=\"tve-u-160f8c69289\" wfd-id=\"345\">Pear &amp; Chocolate</span></p><p data-css=\"tve-u-160f8c626b2\">Veggie &amp; Green</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"335\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160ea928596\" wfd-id=\"337\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160f8c59f19\" wfd-id=\"338\"><h3 data-css=\"tve-u-160f8c5888c\"><strong>Lemonade</strong></h3><p data-css=\"tve-u-160f8c58926\"><br></p><p data-css=\"tve-u-160f8c58957\">Classic</p><p data-css=\"tve-u-160eaa5aa50\">Mint&nbsp;</p><p data-css=\"tve-u-160f8c589bd\">Orange &amp; Lime</p><p data-css=\"tve-u-160eaa62df8\">Watermelon</p></div></div></div></div></div></div>\n</div>\n</div>\n<div class=\"tve_faq\" wfd-id=\"314\">\n<div class=\"tve_faqI\" wfd-id=\"315\">\n<div class=\"tve_faqB\" wfd-id=\"325\"><span class=\"tve_not_editable tve_toggle\" wfd-id=\"329\"></span>\n<h4 class=\"tve_editable\">ADDITIONAL SPIRITS</h4>\n</div>\n<div class=\"tve_faqC\" style=\"display: none;\" wfd-id=\"316\"><div class=\"thrv_wrapper tcb-row-empty thrv-columns\" data-css=\"tve-u-1689b6473cd\" wfd-id=\"317\"><div class=\"tcb-flex-row tcb--cols--2\" wfd-id=\"318\"><div class=\"tcb-flex-col\" wfd-id=\"322\"><div class=\"tcb-col\" wfd-id=\"324\"></div></div><div class=\"tcb-flex-col\" wfd-id=\"319\"><div class=\"tcb-col\" wfd-id=\"321\"></div></div></div></div></div>\n</div>\n</div></div></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"287\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160eb38e170\" wfd-id=\"289\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-160eaaf84a6\" wfd-id=\"308\"><h4 class=\"\">Food</h4></div><div class=\"tcb-clear\" data-css=\"tve-u-160ea7bf191\" wfd-id=\"298\"><div class=\"thrv_wrapper thrv_toggle_shortcode\" data-hover-color=\"rgba(18, 21, 25, 0.8)\" data-css=\"tve-u-160ead973a1\" wfd-id=\"299\">\n<div class=\"tve_faq\" wfd-id=\"300\">\n<div class=\"tve_faqI\" wfd-id=\"301\">\n<div class=\"tve_faqB\" wfd-id=\"303\"><span class=\"tve_not_editable tve_toggle\" wfd-id=\"307\"></span>\n<h4 class=\"tve_editable\" data-css=\"tve-u-160eb47f143\"><span data-css=\"tve-u-160eb47f16a\" wfd-id=\"306\">starters</span></h4>\n</div>\n<div class=\"tve_faqC tve_empty_dropzone\" style=\"display: none;\" wfd-id=\"302\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160eb521486\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-160eb54da29\"><div class=\"tcb-flex-col\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160e9fbbfa0\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160f8c2bf72\"><h3 data-css=\"tve-u-160f8c28393\"><strong>Snacks</strong></h3><p data-css=\"tve-u-160f8c283f9\"><br></p><p data-css=\"tve-u-160f8c2842b\">Chips</p><p data-css=\"tve-u-160f8c28460\">Hazelnuts</p><p data-css=\"tve-u-160f8c28493\">Peanuts</p><p data-css=\"tve-u-160f8c284c6\">Tortilla chips</p><p data-css=\"tve-u-160f8c25bba\">Chocolate croissants</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160e9fc2c51\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160ea9c1e15\"><h3 data-css=\"tve-u-160eb553062\"><strong>Meals</strong></h3><p data-css=\"tve-u-160eb5530cd\"><br></p><p data-css=\"tve-u-160eb553103\">Crab cakes<u>â€‹</u></p><p data-css=\"tve-u-160eb553138\">Chicken wings</p><p data-css=\"tve-u-160eb55316d\">White beans with herbs</p><p data-css=\"tve-u-160eb5531a1\">Stuffed mushrooms</p><p data-css=\"tve-u-160eb5531d8\">Smoked salmon spread</p><p data-css=\"tve-u-160eb55320f\">Authentic houmous</p></div></div></div></div></div></div>\n</div>\n</div>\n</div></div><div class=\"tcb-clear\" data-css=\"tve-u-160ea7bf191\" wfd-id=\"290\"><div class=\"thrv_wrapper thrv_toggle_shortcode\" data-hover-color=\"rgba(18, 21, 25, 0.8)\" data-css=\"tve-u-160eb42c2ca\" wfd-id=\"291\">\n<div class=\"tve_faq\" wfd-id=\"292\">\n<div class=\"tve_faqI\" wfd-id=\"293\">\n<div class=\"tve_faqB\" wfd-id=\"295\"><span class=\"tve_not_editable tve_toggle\" wfd-id=\"297\"></span>\n<h4 class=\"tve_editable\" data-css=\"tve-u-160e9f7868b\"><span data-css=\"tve-u-160e9f7ce0e\" wfd-id=\"296\">main course</span></h4>\n</div>\n<div class=\"tve_faqC tve_empty_dropzone\" style=\"display: none;\" wfd-id=\"294\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160ead90ba7\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-160eadcc8c9\"><div class=\"tcb-flex-col\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160f8d12a0d\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160ea977bf3\"><h3 data-css=\"tve-u-160eb5275ca\"><strong>Soup</strong></h3><p data-css=\"tve-u-160eb52762c\"><br></p><p data-css=\"tve-u-160eb52765c\">Fish soup</p><p data-css=\"tve-u-160eb52768d\">Squash &amp; parsley&nbsp;</p><p data-css=\"tve-u-160eb5276bf\">Tomato</p><p data-css=\"tve-u-160eb5276f3\">Chicken Almond<br>Arizona Mountain<br>Bayou Shrimp<br>Beef &amp; Pasta Mushroom</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160e9fc2c51\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160eb537e16\"><h3 data-css=\"tve-u-160eb5346af\"><strong>Main dish</strong></h3><p data-css=\"tve-u-160eb534715\"><br></p><p data-css=\"tve-u-160eadffc69\">Chickpea Cauliflower Korma</p><p data-css=\"tve-u-160eb53477a\">Lasagna</p><p data-css=\"tve-u-160eb5347ae\">Veggie Lasagna</p><p data-css=\"tve-u-160eb5347e1\">Pizza Capriciosa</p><p data-css=\"tve-u-160eb534816\">Pizza Margherita</p><p data-css=\"tve-u-160eb53484c\">House Burger</p></div></div></div></div></div></div>\n</div>\n</div>\n</div></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1635ee0cb15\" wfd-id=\"156\">\n<div class=\"tve-page-section-out\" wfd-id=\"280\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1635ebf2201\" wfd-id=\"157\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160f8e625a1\" wfd-id=\"276\"><h3 data-css=\"tve-u-1635f10faad\" style=\"text-align: center;\">What <span data-css=\"tve-u-1635f111354\" style=\"text-transform: uppercase;\" wfd-id=\"279\">o</span>ur customers say</h3></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1635ed91639\" wfd-id=\"158\"><div class=\"tcb-flex-row tcb--cols--3\" data-css=\"tve-u-1635ed274dc\" wfd-id=\"159\"><div class=\"tcb-flex-col\" wfd-id=\"234\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1636390be1e\" wfd-id=\"236\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1635f1b25ed\" wfd-id=\"254\">\n<div class=\"tve-content-box-background\" wfd-id=\"275\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1635f125271\" wfd-id=\"255\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1635f138d3b\" wfd-id=\"271\"><p data-css=\"tve-u-160fa718c59\"><span data-css=\"tve-u-160fa718c5e\" wfd-id=\"274\">â</span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1635f136552\" wfd-id=\"268\"><p data-css=\"tve-u-163629eed0d\">Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit. Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit.</p></div><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"2\" data-color=\"rgb(218, 144, 15)\" data-css=\"tve-u-1635f14cd1e\" wfd-id=\"267\">\n<hr class=\"tve_sep tve_sep-1\">\n</div><div class=\"tcb-clear\" data-css=\"tve-u-160f93bdfb1\" wfd-id=\"265\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1636392a6b1\" wfd-id=\"266\"><svg class=\"tcb-icon\" viewBox=\"0 0 16 28\" data-name=\"sort-desc\">\n<path d=\"M16 17c0 0.266-0.109 0.516-0.297 0.703l-7 7c-0.187 0.187-0.438 0.297-0.703 0.297s-0.516-0.109-0.703-0.297l-7-7c-0.187-0.187-0.297-0.438-0.297-0.703 0-0.547 0.453-1 1-1h14c0.547 0 1 0.453 1 1z\"></path>\n</svg></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1635f123a1e\" wfd-id=\"261\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1636393c2d2\" data-float=\"1\" wfd-id=\"262\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-160f957664d\" wfd-id=\"264\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-163629eb59f\" wfd-id=\"263\"></div>\n</div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1635f121505\" wfd-id=\"256\"><p data-css=\"tve-u-163629db329\"><strong><span data-css=\"tve-u-163629f6835\" style=\"font-size: 16px;\" wfd-id=\"260\">Josie Carter</span></strong></p><p data-css=\"tve-u-163629e77b3\"><span data-css=\"tve-u-163629f6837\" style=\"font-size: 16px;\" wfd-id=\"259\"><em>Marine Biologist</em></span></p><p data-css=\"tve-u-160f9514c00\">â€‹<br></p></div></div>\n</div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-161701a8fd1\" wfd-id=\"237\"><div class=\"tcb-flex-row tcb--cols--3 tcb-resized tcb-resizing tcb-medium-no-wrap v-2 tcb-mobile-wrap m-edit\" data-css=\"tve-u-161703e4bac\" wfd-id=\"238\"><div class=\"tcb-flex-col\" data-css=\"tve-u-16170332517\" style=\"\" wfd-id=\"248\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"250\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16170441415\" wfd-id=\"251\"><p data-css=\"tve-u-16170191bce\"><em>As seen on</em></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1617033251d\" style=\"width: 85px;\" wfd-id=\"243\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"245\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16170185cb5\" wfd-id=\"246\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"247\"><img class=\"tve_image wp-image-3532\" alt=\"\" width=\"45\" height=\"30\" title=\"trip-advisor-logo_03\" data-id=\"3532\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/trip-advisor-logo_03.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1617033371d\" style=\"\" wfd-id=\"239\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"241\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16170442200\" wfd-id=\"242\"><p data-css=\"tve-u-161701c9195\"><a href=\"https://www.tripadvisor.com/\" target=\"_blank\"><u>See more reviews</u></a><u>â€‹â€‹â€‹â€‹</u></p></div></div></div></div></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"196\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-163639549e4\" wfd-id=\"198\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1635f1b3fee\" wfd-id=\"214\">\n<div class=\"tve-content-box-background\" wfd-id=\"233\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16362a05c8f\" wfd-id=\"215\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1636390935e\" wfd-id=\"229\"><p data-css=\"tve-u-160fa718c59\"><span data-css=\"tve-u-160fa718c5e\" wfd-id=\"232\">â</span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1636951d241\" wfd-id=\"226\"><p data-css=\"tve-u-16362a0d7c6\">Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae erat consequat auctor eu in elit. Class aptent!</p></div><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"2\" data-color=\"rgb(218, 144, 15)\" data-css=\"tve-u-16369519850\" wfd-id=\"225\">\n<hr class=\"tve_sep tve_sep-1\">\n</div><div class=\"tcb-clear\" data-css=\"tve-u-160f93bdfb1\" wfd-id=\"223\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1636392e791\" wfd-id=\"224\"><svg class=\"tcb-icon\" viewBox=\"0 0 16 28\" data-name=\"sort-desc\">\n<path d=\"M16 17c0 0.266-0.109 0.516-0.297 0.703l-7 7c-0.187 0.187-0.438 0.297-0.703 0.297s-0.516-0.109-0.703-0.297l-7-7c-0.187-0.187-0.297-0.438-0.297-0.703 0-0.547 0.453-1 1-1h14c0.547 0 1 0.453 1 1z\"></path>\n</svg></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1635ec5add7\" wfd-id=\"219\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1636393da63\" data-float=\"1\" wfd-id=\"220\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1635f13f574\" wfd-id=\"222\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16362a05cc8\" wfd-id=\"221\"></div>\n</div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160fa6805d4\" wfd-id=\"216\"><p data-css=\"tve-u-16362a08679\"><strong>Jesse O\'neil</strong></p><p data-css=\"tve-u-16362a0a74e\"><em>Advertising</em></p><p data-css=\"tve-u-16362a0a750\">â€‹<br></p></div></div>\n</div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16170325257\" wfd-id=\"199\"><div class=\"tcb-flex-row tcb--cols--3 tcb-resized tcb-medium-no-wrap v-2 tcb-mobile-wrap m-edit\" data-css=\"tve-u-1617045651a\" wfd-id=\"200\"><div class=\"tcb-flex-col\" data-css=\"tve-u-16170334a49\" style=\"\" wfd-id=\"210\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"212\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-161704435d7\" wfd-id=\"213\"><p data-css=\"tve-u-16170191bce\"><em>As seen on</em></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-16170334a4f\" style=\"\" wfd-id=\"205\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"207\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-161702e8042\" wfd-id=\"208\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"209\"><img class=\"tve_image wp-image-3538\" alt=\"\" width=\"52\" height=\"31\" title=\"foursquare-logo_03\" data-id=\"3538\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/foursquare-logo_03.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-161703373d0\" style=\"\" wfd-id=\"201\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"203\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16170445bb9\" wfd-id=\"204\"><p data-css=\"tve-u-161701c9195\"><a href=\"https://foursquare.com/\" target=\"_blank\"><u>See more reviewsâ€‹â€‹â€‹â€‹</u></a></p></div></div></div></div></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"160\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16363524c1e\" wfd-id=\"162\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1635ebfe4fc\" wfd-id=\"178\">\n<div class=\"tve-content-box-background\" wfd-id=\"195\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1635ec2801b\" wfd-id=\"179\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1635f139f5c\" wfd-id=\"191\"><p data-css=\"tve-u-160fa718c59\"><span data-css=\"tve-u-160fa718c5e\" wfd-id=\"194\">â</span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160f961e617\" wfd-id=\"190\"><p data-css=\"tve-u-16362a2156e\">Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Mauris in erat justo. Nullam ac urna eu felis dapibus condimentum sit amet a augue. Sed non neque elit.</p></div><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"2\" data-color=\"rgb(218, 144, 15)\" data-css=\"tve-u-160f9405e56\" wfd-id=\"189\">\n<hr class=\"tve_sep tve_sep-1\">\n</div><div class=\"tcb-clear\" data-css=\"tve-u-160f93bdfb1\" wfd-id=\"187\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1635ed98a8a\" wfd-id=\"188\"><svg class=\"tcb-icon\" viewBox=\"0 0 16 28\" data-name=\"sort-desc\">\n<path d=\"M16 17c0 0.266-0.109 0.516-0.297 0.703l-7 7c-0.187 0.187-0.438 0.297-0.703 0.297s-0.516-0.109-0.703-0.297l-7-7c-0.187-0.187-0.297-0.438-0.297-0.703 0-0.547 0.453-1 1-1h14c0.547 0 1 0.453 1 1z\"></path>\n</svg></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1635ec5add7\" wfd-id=\"183\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160f9562c14\" data-float=\"1\" wfd-id=\"184\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1635f187bfc\" wfd-id=\"186\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-1635edf3681\" wfd-id=\"185\"></div>\n</div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160fa6805d4\" wfd-id=\"180\"><p data-css=\"tve-u-163629df961\"><strong><span data-css=\"tve-u-16362a29860\" style=\"font-size: 16px;\" wfd-id=\"182\">Gabriel Jones</span></strong></p><p data-css=\"tve-u-16362a2c533\"><span data-css=\"tve-u-16362a29862\" style=\"font-size: 16px;\" wfd-id=\"181\"><em>Brand Management Consultant</em></span></p><p data-css=\"tve-u-160f9514c00\"><strong>â€‹</strong><br></p></div></div>\n</div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-161703268c0\" wfd-id=\"163\"><div class=\"tcb-flex-row tcb--cols--3 tcb-resized tcb-medium-no-wrap v-2 tcb-mobile-wrap m-edit\" data-css=\"tve-u-161701a2f15\" wfd-id=\"164\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1617019989e\" style=\"\" wfd-id=\"174\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"176\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16170471614\" wfd-id=\"177\"><p data-css=\"tve-u-16170191bce\"><em>As seen on</em></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-161701998d2\" style=\"\" wfd-id=\"169\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"171\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1617031f43b\" wfd-id=\"172\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"173\"><img class=\"tve_image wp-image-3542\" alt=\"\" width=\"49\" height=\"24\" title=\"yelp-logo_03\" data-id=\"3542\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/yelp-logo_03.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-161701c1618\" style=\"\" wfd-id=\"165\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"167\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-161701b642a\" wfd-id=\"168\"><p data-css=\"tve-u-161701c9195\"><a href=\"https://www.yelp.com/\" target=\"_blank\"><u>See more reviews</u></a><u>â€‹â€‹â€‹â€‹</u></p></div></div></div></div></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-160f96ef669\" wfd-id=\"114\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-160f96f5e19\" data-clip-id=\"c22944d35542f\" wfd-id=\"155\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-c22944d35542f\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" pointer-width=\"100\" pointer-height=\"14\" style=\"zigzag\" decoration-type=\"none\" clip-path=\"url(#clip-top-c22944d35542f)\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-c22944d35542f\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" pointer-width=\"100\" pointer-height=\"14\" style=\"zigzag\" decoration-type=\"none\" clip-path=\"url(#clip-mobile-top-c22944d35542f)\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-top-c22944d35542f\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" pointer-width=\"100\" pointer-height=\"10\" style=\"zigzag\" decoration-type=\"none\" clip-path=\"url(#clip-top-c22944d35542f)\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-top-c22944d35542f\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" pointer-width=\"100\" pointer-height=\"13\" decoration-type=\"none\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-160f96c069e\" wfd-id=\"115\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160f9714a61\" wfd-id=\"116\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-160f9734b53\" data-clip-id=\"c8e428685a637\" wfd-id=\"154\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-c8e428685a637\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"pointer\" pointer-width=\"100\" pointer-height=\"13\" style=\"zigzag\" clip-path=\"url(#clip-bottom-c8e428685a637)\"><polygon points=\"1 0.13, 0.5 0, 0 0.13, 0 0.13, 0 1, 1 1, 1 0.13\"></polygon></clipPath><clipPath id=\"clip-bottom-c8e428685a637\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"pointer\" pointer-width=\"100\" pointer-height=\"14.000000000000002\" style=\"\"><polygon points=\"0 0, 0 0.86, 0 0.86, 0.5 1, 1 0.86, 1 0.86, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-top-c8e428685a637\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"divider\" pointer-width=\"100\" pointer-height=\"13\" style=\"zigzag\" clip-path=\"url(#clip-tablet-bottom-c8e428685a637)\"><polygon points=\"0 1, 1 1,1 0.13, 0.5 0, 0 0.13, 0 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-c8e428685a637\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"divider\" pointer-width=\"100\" pointer-height=\"14\" style=\"zigzag\"><polygon points=\"0 0, 0 0.86, 0.5 1, 1 0.86,  1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-top-c8e428685a637\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"divider\" pointer-width=\"100\" pointer-height=\"10\" style=\"zigzag\" clip-path=\"url(#clip-mobile-bottom-c8e428685a637)\"><polygon points=\"0 1, 1 1,1 0.1, 0.5 0, 0 0.1, 0 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-c8e428685a637\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"divider\" pointer-width=\"100\" pointer-height=\"10\" style=\"zigzag\"><polygon points=\"0 0, 0 0.9, 0.5 1, 1 0.9,  1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160f972cd2b\" wfd-id=\"117\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160f97e6953\" wfd-id=\"150\"><p data-css=\"tve-u-160f97ddb8a\" style=\"text-align: center;\"><span data-css=\"tve-u-160f97e0356\" style=\"font-weight: 400; font-family: &quot;Kaushan Script&quot;;\" wfd-id=\"153\">Happy Hour</span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160f98a0d17\" wfd-id=\"144\"><p data-css=\"tve-u-160f9bf9be2\" style=\"text-align: center;\"><span data-css=\"tve-u-160f9bfdcb7\" wfd-id=\"148\">2 shots for the price of 1 between 18<span data-css=\"tve-u-160f9823757\" wfd-id=\"149\">&nbsp;PM&nbsp;</span>- 20 </span><span data-css=\"tve-u-160f984f29b\" wfd-id=\"147\">PM</span></p></div><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-160f98df817\" data-tcb_hover_state_parent=\"\" wfd-id=\"139\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"140\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-160fec25d20\" wfd-id=\"141\"><strong>Make a reservation now</strong></span></span>\n</a>\n</div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160f9b74c2b\" wfd-id=\"123\"><div class=\"tcb-flex-row tcb-resized tcb--cols--3 tcb-medium-no-wrap tcb-mobile-edit tcb-resizing v-2\" data-css=\"tve-u-160f9b69526\" wfd-id=\"124\"><div class=\"tcb-flex-col\" data-css=\"tve-u-160f9b7a36e\" style=\"\" wfd-id=\"135\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"137\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(176, 171, 155, 0.3)\" data-css=\"tve-u-160f9b9db80\" wfd-id=\"138\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-160f9b7a39a\" style=\"width: 97px;\" wfd-id=\"129\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160ff36e890\" wfd-id=\"131\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160fa7619dc\" wfd-id=\"132\"><p data-css=\"tve-u-160f9b916f8\" style=\"text-align: center;\">or</p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-160f9b7a3c6\" style=\"\" wfd-id=\"125\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"127\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(176, 171, 155, 0.3)\" data-css=\"tve-u-160f9bd1e50\" wfd-id=\"128\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160f9bf1aea\" wfd-id=\"118\"><p data-css=\"tve-u-160f981fb0c\" style=\"text-align: center;\"><span data-css=\"tve-u-160f9c02898\" wfd-id=\"121\"><span data-css=\"tve-u-160ff467c38\" wfd-id=\"122\">Call us</span> : 0300-984-589</span></p></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-160f9c6a4fe\" wfd-id=\"76\">\n<div class=\"tve-page-section-out\" wfd-id=\"113\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-160f9c6d0ad\" wfd-id=\"77\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160f9caae7b\" wfd-id=\"112\"><h3 data-css=\"tve-u-1635f21f43a\" style=\"text-align: center;\">our signature drinks</h3></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160f9c7f698\" wfd-id=\"78\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--4\" data-css=\"tve-u-160f9c75fb0\" wfd-id=\"79\"><div class=\"tcb-flex-col\" wfd-id=\"104\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160f9cccb99\" data-tcb_hover_state_parent=\"\" wfd-id=\"106\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1616a9cfa4b\" wfd-id=\"107\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1616a721403\" wfd-id=\"111\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1616a74e73b\" wfd-id=\"108\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1616a5e01ba\" wfd-id=\"109\"><p data-css=\"tve-u-160f9d496b3\" style=\"text-align: center;\"><span data-css=\"tve-u-160f9d5377f\" style=\"font-weight: 400; font-family: &quot;Kaushan Script&quot;;\" wfd-id=\"110\">Wiskey Sour</span></p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"96\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160f9d08737\" data-tcb_hover_state_parent=\"\" wfd-id=\"98\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1616a9d1ca7\" wfd-id=\"99\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1616a721403\" wfd-id=\"103\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1616a74e73b\" wfd-id=\"100\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1616a5e01ba\" wfd-id=\"101\"><p data-css=\"tve-u-160f9d496b3\" style=\"text-align: center;\"><span data-css=\"tve-u-160f9d5377f\" style=\"font-weight: 400; font-family: &quot;Kaushan Script&quot;;\" wfd-id=\"102\">Boulevardier</span></p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"88\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160f9d0b00e\" data-tcb_hover_state_parent=\"\" wfd-id=\"90\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1616a9d3730\" wfd-id=\"91\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1616a721403\" wfd-id=\"95\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1616a74e73b\" wfd-id=\"92\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1616a5e01ba\" wfd-id=\"93\"><p data-css=\"tve-u-160f9d496b3\" style=\"text-align: center;\"><span data-css=\"tve-u-160f9d5377f\" style=\"font-weight: 400; font-family: &quot;Kaushan Script&quot;;\" wfd-id=\"94\">Gin Fizz</span></p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"80\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160f9d0c9a0\" data-tcb_hover_state_parent=\"\" wfd-id=\"82\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1616a708b49\" wfd-id=\"83\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1616a721403\" wfd-id=\"87\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1616a74e73b\" wfd-id=\"84\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1616a5e01ba\" wfd-id=\"85\"><p data-css=\"tve-u-160f9d496b3\" style=\"text-align: center;\"><span data-css=\"tve-u-160f9d5377f\" style=\"font-weight: 400; font-family: &quot;Kaushan Script&quot;;\" wfd-id=\"86\">Spicy Tequila Shot</span></p></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-160fe140452\" style=\"\" wfd-id=\"41\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-16362e0aed9\" wfd-id=\"75\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-160fe13ce28\" wfd-id=\"42\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160f9ec40fc\" wfd-id=\"43\"><div class=\"tcb-flex-row tcb--cols--2 tcb-medium-no-wrap v-2 tcb-mobile-wrap m-edit\" data-css=\"tve-u-160f9ebf905\" wfd-id=\"44\"><div class=\"tcb-flex-col\" wfd-id=\"49\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160f9ee08be\" wfd-id=\"51\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160fa01d193\" wfd-id=\"52\">\n<div class=\"tve-content-box-background\" wfd-id=\"74\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"53\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1635f273315\" wfd-id=\"72\"><h4 data-css=\"tve-u-1635f28650b\"><strong><span data-css=\"tve-u-16362a7e959\" style=\"text-transform: none;\" wfd-id=\"73\">Your</span></strong><br><strong>Company name</strong></h4></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16362aabe81\" wfd-id=\"64\">\n<div class=\"tve-content-box-background\" wfd-id=\"71\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1635e5d9ba1\" wfd-id=\"65\"><div class=\"tcb-clear\" data-css=\"tve-u-16363d2efc4\" wfd-id=\"69\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-16362a8dd87\" data-float=\"1\" wfd-id=\"70\"><svg class=\"tcb-icon\" viewBox=\"0 0 16 28\" data-name=\"map-marker\">\n<path d=\"M12 10c0-2.203-1.797-4-4-4s-4 1.797-4 4 1.797 4 4 4 4-1.797 4-4zM16 10c0 0.953-0.109 1.937-0.516 2.797l-5.688 12.094c-0.328 0.688-1.047 1.109-1.797 1.109s-1.469-0.422-1.781-1.109l-5.703-12.094c-0.406-0.859-0.516-1.844-0.516-2.797 0-4.422 3.578-8 8-8s8 3.578 8 8z\"></path>\n</svg></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160df4565d1\" wfd-id=\"66\"><p data-css=\"tve-u-1636311d040\">Your Pub Adress Goes Here</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1636301dc81\" wfd-id=\"59\">\n<div class=\"tve-content-box-background\" wfd-id=\"63\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1635e5d9ba1\" wfd-id=\"60\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-16362aa4888\" wfd-id=\"62\"><svg class=\"tcb-icon\" viewBox=\"0 0 22 28\" data-name=\"phone\">\n<path d=\"M22 19.375c0 0.562-0.25 1.656-0.484 2.172-0.328 0.766-1.203 1.266-1.906 1.656-0.922 0.5-1.859 0.797-2.906 0.797-1.453 0-2.766-0.594-4.094-1.078-0.953-0.344-1.875-0.766-2.734-1.297-2.656-1.641-5.859-4.844-7.5-7.5-0.531-0.859-0.953-1.781-1.297-2.734-0.484-1.328-1.078-2.641-1.078-4.094 0-1.047 0.297-1.984 0.797-2.906 0.391-0.703 0.891-1.578 1.656-1.906 0.516-0.234 1.609-0.484 2.172-0.484 0.109 0 0.219 0 0.328 0.047 0.328 0.109 0.672 0.875 0.828 1.188 0.5 0.891 0.984 1.797 1.5 2.672 0.25 0.406 0.719 0.906 0.719 1.391 0 0.953-2.828 2.344-2.828 3.187 0 0.422 0.391 0.969 0.609 1.344 1.578 2.844 3.547 4.813 6.391 6.391 0.375 0.219 0.922 0.609 1.344 0.609 0.844 0 2.234-2.828 3.187-2.828 0.484 0 0.984 0.469 1.391 0.719 0.875 0.516 1.781 1 2.672 1.5 0.313 0.156 1.078 0.5 1.188 0.828 0.047 0.109 0.047 0.219 0.047 0.328z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160df4565d1\" wfd-id=\"61\"><p data-css=\"tve-u-1636311dda3\" style=\"text-align: left;\">0364 - 300 - 946</p></div></div>\n</div><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-160fa182f82\" data-tcb_hover_state_parent=\"\" wfd-id=\"54\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"55\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-160fa198fbb\" wfd-id=\"56\">Make a reservation now</span></span>\n</a>\n</div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"45\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160fa1c8dca\" wfd-id=\"47\"><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-160fa11f4f2\" wfd-id=\"48\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=London&amp;t=m&amp;z=12&amp;output=embed&amp;iwloc=near\"></iframe>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16362e2956e\" wfd-id=\"27\">\n<div class=\"tve-page-section-out\" wfd-id=\"40\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16362e27bcb\" wfd-id=\"28\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160fa4daf17\" wfd-id=\"29\"><div class=\"tcb-flex-row tcb--cols--2 v-2\" data-css=\"tve-u-160fa4d8d4f\" wfd-id=\"30\"><div class=\"tcb-flex-col\" wfd-id=\"36\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"38\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160fa4b581e\" wfd-id=\"39\"><p data-css=\"tve-u-160fa489bd9\" style=\"text-align: left;\">Â© 2018 , Your company name . All rights reserved.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"31\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160fec923bf\" wfd-id=\"33\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160fec99b6f\" wfd-id=\"34\"><p style=\"text-align: right;\" data-css=\"tve-u-16363b1b458\"><span style=\"color: rgba(3, 9, 14, 0.5);\" data-css=\"tve-u-16363b4867f\" wfd-id=\"35\"><u>â€‹</u>â€‹â€‹â€‹â€‹Made with</span> <a href=\"https://thrivethemes.com/\" target=\"_blank\">Thrive Architect</a></p></div></div></div></div></div></div>\n</div>'),(4568,445,'tve_revision_tve_has_wistia_popover','0'),(4626,454,'tve_revision_tve_landing_page','tcb2-personal-branding-confirmation'),(4571,447,'_wp_attached_file','2019/01/2019-Price-List-Retail.pdf'),(4572,448,'_wp_attached_file','2019/01/Blackhawk-Order-Form-PDF-fillable.pdf'),(4573,449,'_wp_attached_file','2019/01/Cerakote_Optic_Waiver.pdf'),(4574,450,'_wp_attached_file','2019/01/2019-SOT-Copy.pdf'),(4575,451,'_wp_attached_file','2019/01/Signed-2018-FFL_Copy.pdf'),(4576,210,'tve_revision_tve_landing_page','blank_v2'),(4577,210,'tve_revision_tve_disable_theme_dependency',''),(4578,210,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-custom-menu-inside\" style=\"z-index: 8;\" data-css=\"tve-u-1642b593fd4\" wfd-id=\"25\">\n<div class=\"tve-content-box-background\" wfd-id=\"34\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" style=\"z-index: 8;\" wfd-id=\"26\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-165e642ffaf\" wfd-id=\"31\"><h2 data-css=\"tve-u-165e62d8c6d\">Terms &amp; Conditions</h2></div><div class=\"tcb-clear\" data-css=\"tve-u-165e6469798\" wfd-id=\"27\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1642b6ab2bb\" wfd-id=\"28\"><p data-css=\"tve-u-165e64714a8\" style=\"text-align: left;\">TERMS OF SERVICE<br><br>-----<br><br>OVERVIEW<br><br>This website is operated by Blackhawk Custom, LLC. Throughout the site, the terms â€œweâ€, â€œusâ€ and â€œourâ€ refer to Blackhawk Custom, LLC. Blackhawk Custom, LLC offers this website, including all information, tools and services available from this site to you, the user, conditioned upon your acceptance of all terms, conditions, policies and notices stated here.<br><br>By visiting our site and/ or purchasing something from us, you engage in our â€œServiceâ€ and agree to be bound by the following terms and conditions (â€œTerms of Serviceâ€, â€œTermsâ€), including those additional terms, conditions, and policies referenced herein and/or available by hyperlink. These Terms of Service apply to all users of the site, including without limitation users who are browsers, vendors, customers, merchants, and/ or contributors of content.<br><br>Please read these Terms of Service carefully before accessing or using our website. By accessing or using any part of the site, you agree to be bound by these Terms of Service. If you do not agree to all the terms and conditions of this agreement, then you may not access the website or use any services. If these Terms of Service are considered an offer, acceptance is expressly limited to these Terms of Service.<br><br>Any new features or tools which are added to the current store shall also be subject to the Terms of Service. You can review the most current version of the Terms of Service at any time on this page. We reserve the right to update, change or replace any part of these Terms of Service by posting updates and/or changes to our website. It is your responsibility to check this page periodically for changes. Your continued use of or access to the website following the posting of any changes constitutes acceptance of those changes.<br><br>SECTION 1 - ONLINE STORE TERMS<br><br>By agreeing to these Terms of Service, you represent that you are at least the age of majority in your state or province of residence, or that you are the age of majority in your state or province of residence and you have given us your consent to allow any of your minor dependents to use this site.<br>You may not use our products for any illegal or unauthorized purpose nor may you, in the use of the Service, violate any laws in your jurisdiction (including but not limited to copyright laws).<br>You must not transmit any worms or viruses or any code of a destructive nature.<br>A breach or violation of any of the Terms will result in an immediate termination of your Services.<br><br>SECTION 2 - GENERAL CONDITIONS<br><br>We reserve the right to refuse service to anyone for any reason at any time.<br>You understand that your content (not including credit card information), may be transferred unencrypted and involve (a) transmissions over various networks; and (b) changes to conform and adapt to technical requirements of connecting networks or devices. Credit card information is always encrypted during transfer over networks.<br>You agree not to reproduce, duplicate, copy, sell, resell or exploit any portion of the Service, use of the Service, or access to the Service or any contact on the website through which the service is provided, without express written permission by us.<br>The headings used in this agreement are included for convenience only and will not limit or otherwise affect these Terms.<br><br>SECTION 3 - ACCURACY, COMPLETENESS AND TIMELINESS OF INFORMATION<br><br>We are not responsible if information made available on this site is not accurate, complete or current. The material on this site is provided for general information only and should not be relied upon or used as the sole basis for making decisions without consulting primary, more accurate, more complete or more timely sources of information. Any reliance on the material on this site is at your own risk.<br>This site may contain certain historical information. Historical information, necessarily, is not current and is provided for your reference only. We reserve the right to modify the contents of this site at any time, but we have no obligation to update any information on our site. You agree that it is your responsibility to monitor changes to our site.<br><br>SECTION 4 - MODIFICATIONS TO THE SERVICE AND PRICES<br><br>The prices for our products are subject to change without notice.<br>We reserve the right at any time to modify or discontinue the Service (or any part or content thereof) without notice at any time.<br>We shall not be liable to you or to any third-party for any modification, price change, suspension or discontinuance of the Service.<br><br>SECTION 5 - PRODUCTS OR SERVICES (if applicable)<br><br>Certain products or services may be available exclusively online through the website. These products or services may have limited quantities and are subject to return or exchange only according to our Return Policy.<br>We have made every effort to display as accurately as possible the colors and images of our products that appear at the store. We cannot guarantee that your computer monitor\'s display of any color will be accurate.<br>We reserve the right, but are not obligated, to limit the sales of our products or Services to any person, geographic region or jurisdiction. We may exercise this right on a case-by-case basis. We reserve the right to limit the quantities of any products or services that we offer. All descriptions of products or product pricing are subject to change at anytime without notice, at the sole discretion of us. We reserve the right to discontinue any product at any time. Any offer for any product or service made on this site is void where prohibited.<br>We do not warrant that the quality of any products, services, information, or other material purchased or obtained by you will meet your expectations, or that any errors in the Service will be corrected.<br><br>SECTION 6 - ACCURACY OF BILLING AND ACCOUNT INFORMATION<br><br>We reserve the right to refuse any order you place with us. We may, in our sole discretion, limit or cancel quantities purchased per person, per household or per order. These restrictions may include orders placed by or under the same customer account, the same credit card, and/or orders that use the same billing and/or shipping address. In the event that we make a change to or cancel an order, we may attempt to notify you by contacting the e-mail and/or billing address/phone number provided at the time the order was made. We reserve the right to limit or prohibit orders that, in our sole judgment, appear to be placed by dealers, resellers or distributors.<br><br>You agree to provide current, complete and accurate purchase and account information for all purchases made at our store. You agree to promptly update your account and other information, including your email address and credit card numbers and expiration dates, so that we can complete your transactions and contact you as needed.<br><br>For more detail, please review our Returns Policy.<br><br>SECTION 7 - OPTIONAL TOOLS<br><br>We may provide you with access to third-party tools over which we neither monitor nor have any control nor input.<br>You acknowledge and agree that we provide access to such tools â€as isâ€ and â€œas availableâ€ without any warranties, representations or conditions of any kind and without any endorsement. We shall have no liability whatsoever arising from or relating to your use of optional third-party tools.<br>Any use by you of optional tools offered through the site is entirely at your own risk and discretion and you should ensure that you are familiar with and approve of the terms on which tools are provided by the relevant third-party provider(s).<br>We may also, in the future, offer new services and/or features through the website (including, the release of new tools and resources). Such new features and/or services shall also be subject to these Terms of Service.<br><br>SECTION 8 - THIRD-PARTY LINKS<br><br>Certain content, products and services available via our Service may include materials from third-parties.<br>Third-party links on this site may direct you to third-party websites that are not affiliated with us. We are not responsible for examining or evaluating the content or accuracy and we do not warrant and will not have any liability or responsibility for any third-party materials or websites, or for any other materials, products, or services of third-parties.<br>We are not liable for any harm or damages related to the purchase or use of goods, services, resources, content, or any other transactions made in connection with any third-party websites. Please review carefully the third-party\'s policies and practices and make sure you understand them before you engage in any transaction. Complaints, claims, concerns, or questions regarding third-party products should be directed to the third-party.<br><br>SECTION 9 - USER COMMENTS, FEEDBACK AND OTHER SUBMISSIONS<br><br>If, at our request, you send certain specific submissions (for example contest entries) or without a request from us you send creative ideas, suggestions, proposals, plans, or other materials, whether online, by email, by postal mail, or otherwise (collectively, \'comments\'), you agree that we may, at any time, without restriction, edit, copy, publish, distribute, translate and otherwise use in any medium any comments that you forward to us. We are and shall be under no obligation (1) to maintain any comments in confidence; (2) to pay compensation for any comments; or (3) to respond to any comments.<br>We may, but have no obligation to, monitor, edit or remove content that we determine in our sole discretion are unlawful, offensive, threatening, libelous, defamatory, pornographic, obscene or otherwise objectionable or violates any partyâ€™s intellectual property or these Terms of Service.<br>You agree that your comments will not violate any right of any third-party, including copyright, trademark, privacy, personality or other personal or proprietary right. You further agree that your comments will not contain libelous or otherwise unlawful, abusive or obscene material, or contain any computer virus or other malware that could in any way affect the operation of the Service or any related website. You may not use a false e-mail address, pretend to be someone other than yourself, or otherwise mislead us or third-parties as to the origin of any comments. You are solely responsible for any comments you make and their accuracy. We take no responsibility and assume no liability for any comments posted by you or any third-party.<br><br>SECTION 10 - PERSONAL INFORMATION<br><br>Your submission of personal information through the store is governed by our Privacy Policy. To view our Privacy Policy.<br><br>SECTION 11 - ERRORS, INACCURACIES AND OMISSIONS<br><br>Occasionally there may be information on our site or in the Service that contains typographical errors, inaccuracies or omissions that may relate to product descriptions, pricing, promotions, offers, product shipping charges, transit times and availability. We reserve the right to correct any errors, inaccuracies or omissions, and to change or update information or cancel orders if any information in the Service or on any related website is inaccurate at any time without prior notice (including after you have submitted your order).<br>We undertake no obligation to update, amend or clarify information in the Service or on any related website, including without limitation, pricing information, except as required by law. No specified update or refresh date applied in the Service or on any related website, should be taken to indicate that all information in the Service or on any related website has been modified or updated.<br><br>SECTION 12 - PROHIBITED USES<br><br>In addition to other prohibitions as set forth in the Terms of Service, you are prohibited from using the site or its content: (a) for any unlawful purpose; (b) to solicit others to perform or participate in any unlawful acts; (c) to violate any international, federal, provincial or state regulations, rules, laws, or local ordinances; (d) to infringe upon or violate our intellectual property rights or the intellectual property rights of others; (e) to harass, abuse, insult, harm, defame, slander, disparage, intimidate, or discriminate based on gender, sexual orientation, religion, ethnicity, race, age, national origin, or disability; (f) to submit false or misleading information; (g) to upload or transmit viruses or any other type of malicious code that will or may be used in any way that will affect the functionality or operation of the Service or of any related website, other websites, or the Internet; (h) to collect or track the personal information of others; (i) to spam, phish, pharm, pretext, spider, crawl, or scrape; (j) for any obscene or immoral purpose; or (k) to interfere with or circumvent the security features of the Service or any related website, other websites, or the Internet. We reserve the right to terminate your use of the Service or any related website for violating any of the prohibited uses.<br><br>SECTION 13 - DISCLAIMER OF WARRANTIES; LIMITATION OF LIABILITY<br><br>We do not guarantee, represent or warrant that your use of our service will be uninterrupted, timely, secure or error-free.<br>We do not warrant that the results that may be obtained from the use of the service will be accurate or reliable.<br>You agree that from time to time we may remove the service for indefinite periods of time or cancel the service at any time, without notice to you.<br>You expressly agree that your use of, or inability to use, the service is at your sole risk. The service and all products and services delivered to you through the service are (except as expressly stated by us) provided \'as is\' and \'as available\' for your use, without any representation, warranties or conditions of any kind, either express or implied, including all implied warranties or conditions of merchantability, merchantable quality, fitness for a particular purpose, durability, title, and non-infringement.<br>In no case shall Blackhawk Custom, LLC, our directors, officers, employees, affiliates, agents, contractors, interns, suppliers, service providers or licensors be liable for any injury, loss, claim, or any direct, indirect, incidental, punitive, special, or consequential damages of any kind, including, without limitation lost profits, lost revenue, lost savings, loss of data, replacement costs, or any similar damages, whether based in contract, tort (including negligence), strict liability or otherwise, arising from your use of any of the service or any products procured using the service, or for any other claim related in any way to your use of the service or any product, including, but not limited to, any errors or omissions in any content, or any loss or damage of any kind incurred as a result of the use of the service or any content (or product) posted, transmitted, or otherwise made available via the service, even if advised of their possibility. Because some states or jurisdictions do not allow the exclusion or the limitation of liability for consequential or incidental damages, in such states or jurisdictions, our liability shall be limited to the maximum extent permitted by law.<br><br>SECTION 14 - INDEMNIFICATION<br><br>You agree to indemnify, defend and hold harmless Blackhawk Custom, LLC and our parent, subsidiaries, affiliates, partners, officers, directors, agents, contractors, licensors, service providers, subcontractors, suppliers, interns and employees, harmless from any claim or demand, including reasonable attorneysâ€™ fees, made by any third-party due to or arising out of your breach of these Terms of Service or the documents they incorporate by reference, or your violation of any law or the rights of a third-party.<br><br>SECTION 15 - SEVERABILITY<br><br>In the event that any provision of these Terms of Service is determined to be unlawful, void or unenforceable, such provision shall nonetheless be enforceable to the fullest extent permitted by applicable law, and the unenforceable portion shall be deemed to be severed from these Terms of Service, such determination shall not affect the validity and enforceability of any other remaining provisions.<br><br>SECTION 16 - TERMINATION<br><br>The obligations and liabilities of the parties incurred prior to the termination date shall survive the termination of this agreement for all purposes.<br>These Terms of Service are effective unless and until terminated by either you or us. You may terminate these Terms of Service at any time by notifying us that you no longer wish to use our Services, or when you cease using our site.<br>If in our sole judgment you fail, or we suspect that you have failed, to comply with any term or provision of these Terms of Service, we also may terminate this agreement at any time without notice and you will remain liable for all amounts due up to and including the date of termination; and/or accordingly may deny you access to our Services (or any part thereof).<br><br>SECTION 17 - ENTIRE AGREEMENT<br><br>The failure of us to exercise or enforce any right or provision of these Terms of Service shall not constitute a waiver of such right or provision.<br>These Terms of Service and any policies or operating rules posted by us on this site or in respect to The Service constitutes the entire agreement and understanding between you and us and govern your use of the Service, superseding any prior or contemporaneous agreements, communications and proposals, whether oral or written, between you and us (including, but not limited to, any prior versions of the Terms of Service).<br>Any ambiguities in the interpretation of these Terms of Service shall not be construed against the drafting party.<br><br>SECTION 18 - GOVERNING LAW<br><br>These Terms of Service and any separate agreements whereby we provide you Services shall be governed by and construed in accordance with the laws of 825 South Kings Highway, Fort Pierce, FL 34945.<br><br>SECTION 19 - CHANGES TO TERMS OF SERVICE<br><br>You can review the most current version of the Terms of Service at any time at this page.<br>We reserve the right, at our sole discretion, to update, change or replace any part of these Terms of Service by posting updates and changes to our website. It is your responsibility to check our website periodically for changes. Your continued use of or access to our website or the Service following the posting of any changes to these Terms of Service constitutes acceptance of those changes.<br><br>SECTION 20 - CONTACT INFORMATION<br><br>Questions about the Terms of Service should be sent to us at <a href=\"mailto:admin@blackhawkcustom.com\" target=\"_blank\">admin@blackhawkcustom.com</a></p></div></div></div>\n</div>'),(4579,210,'tve_revision_tve_content_more_found',''),(4580,210,'tve_revision_tve_save_post',''),(4581,210,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Special+Elite:400&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Merriweather:400,400i,900,900i&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Montserrat:400,900,800,200,100&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-1642b6ab2bb\"] { padding: 5px !important; }[data-css=\"tve-u-1642b593fd4\"] { float: none; width: 100%; padding: 25px 10px 5px !important; margin-left: auto !important; margin-right: auto !important; margin-top: 30px !important; }#tcb_landing_page a:not(.tcb-button-link) { color: rgb(255, 255, 255); }.tcb-plain-text strong { font-weight: 900; }#tcb_landing_page input strong { font-weight: 900; }#tcb_landing_page .tcb-button-link strong { font-weight: 900; }#tcb_landing_page p strong, #tcb_landing_page li strong { font-weight: 900; }#tcb_landing_page input { font-family: Merriweather; font-weight: 400; }#tcb_landing_page .tcb-button-link { font-family: Merriweather; font-weight: 400; }#tcb_landing_page p, #tcb_landing_page li { font-family: Merriweather; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h6 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h5 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h4 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h3 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h2 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h1 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(255, 255, 255); }.tcb-plain-text { font-size: 20px; color: rgb(255, 255, 255); font-family: Montserrat; font-weight: 400; }[data-css=\"tve-u-15e09c94f7d\"] { background-color: rgb(255, 255, 255); background-image: linear-gradient(rgb(0, 0, 0), rgb(0, 0, 0)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }.tve_post_lp > div > #tve_editor { margin-left: auto; margin-right: auto; max-width: 1200px; padding: 0px 20px; }#tve_editor [data-css=\"tve-u-165e62d8c6d\"] { font-family: \"Special Elite\" !important; font-weight: 400 !important; }#tcb_landing_page .tcb-plain-text { color: rgb(255, 255, 255); font-family: Merriweather; font-weight: 400; }#tcb_landing_page .tcb-plain-text strong { font-weight: 900; }[data-css=\"tve-u-165e642ffaf\"] { margin-top: 10px !important; }}@media (max-width: 767px){.tve_post_lp > div > #tve_editor { padding: 0px 10px; }[data-css=\"tve-u-1642b6ab2bb\"] { float: left; width: 100%; z-index: 3; position: relative; padding-left: 10px !important; padding-right: 5px !important; margin-left: auto !important; margin-right: auto !important; padding-bottom: 10px !important; }[data-css=\"tve-u-165e6469798\"]::after { clear: both; }#tve_editor [data-css=\"tve-u-165e64714a8\"] { font-size: 15px !important; }}'),(4582,210,'tve_revision_tve_user_custom_css',''),(4583,210,'tve_revision_tve_page_events','a:0:{}'),(4584,210,'tve_revision_tve_globals','a:2:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";s:8:\"font_cls\";a:0:{}}'),(4585,210,'tve_revision_tve_global_scripts',''),(4586,210,'tve_revision_thrive_icon_pack','0'),(4587,210,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(4588,210,'tve_revision_tve_has_masonry','0'),(4589,210,'tve_revision_tve_has_typefocus','0'),(4590,210,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-custom-menu-inside\" style=\"z-index: 8;\" data-css=\"tve-u-1642b593fd4\" wfd-id=\"25\">\n<div class=\"tve-content-box-background\" wfd-id=\"34\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" style=\"z-index: 8;\" wfd-id=\"26\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-165e642ffaf\" wfd-id=\"31\"><h2 data-css=\"tve-u-165e62d8c6d\">Terms &amp; Conditions</h2></div><div class=\"tcb-clear\" data-css=\"tve-u-165e6469798\" wfd-id=\"27\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1642b6ab2bb\" wfd-id=\"28\"><p data-css=\"tve-u-165e64714a8\" style=\"text-align: left;\">TERMS OF SERVICE<br><br>-----<br><br>OVERVIEW<br><br>This website is operated by Blackhawk Custom, LLC. Throughout the site, the terms â€œweâ€, â€œusâ€ and â€œourâ€ refer to Blackhawk Custom, LLC. Blackhawk Custom, LLC offers this website, including all information, tools and services available from this site to you, the user, conditioned upon your acceptance of all terms, conditions, policies and notices stated here.<br><br>By visiting our site and/ or purchasing something from us, you engage in our â€œServiceâ€ and agree to be bound by the following terms and conditions (â€œTerms of Serviceâ€, â€œTermsâ€), including those additional terms, conditions, and policies referenced herein and/or available by hyperlink. These Terms of Service apply to all users of the site, including without limitation users who are browsers, vendors, customers, merchants, and/ or contributors of content.<br><br>Please read these Terms of Service carefully before accessing or using our website. By accessing or using any part of the site, you agree to be bound by these Terms of Service. If you do not agree to all the terms and conditions of this agreement, then you may not access the website or use any services. If these Terms of Service are considered an offer, acceptance is expressly limited to these Terms of Service.<br><br>Any new features or tools which are added to the current store shall also be subject to the Terms of Service. You can review the most current version of the Terms of Service at any time on this page. We reserve the right to update, change or replace any part of these Terms of Service by posting updates and/or changes to our website. It is your responsibility to check this page periodically for changes. Your continued use of or access to the website following the posting of any changes constitutes acceptance of those changes.<br><br>SECTION 1 - ONLINE STORE TERMS<br><br>By agreeing to these Terms of Service, you represent that you are at least the age of majority in your state or province of residence, or that you are the age of majority in your state or province of residence and you have given us your consent to allow any of your minor dependents to use this site.<br>You may not use our products for any illegal or unauthorized purpose nor may you, in the use of the Service, violate any laws in your jurisdiction (including but not limited to copyright laws).<br>You must not transmit any worms or viruses or any code of a destructive nature.<br>A breach or violation of any of the Terms will result in an immediate termination of your Services.<br><br>SECTION 2 - GENERAL CONDITIONS<br><br>We reserve the right to refuse service to anyone for any reason at any time.<br>You understand that your content (not including credit card information), may be transferred unencrypted and involve (a) transmissions over various networks; and (b) changes to conform and adapt to technical requirements of connecting networks or devices. Credit card information is always encrypted during transfer over networks.<br>You agree not to reproduce, duplicate, copy, sell, resell or exploit any portion of the Service, use of the Service, or access to the Service or any contact on the website through which the service is provided, without express written permission by us.<br>The headings used in this agreement are included for convenience only and will not limit or otherwise affect these Terms.<br><br>SECTION 3 - ACCURACY, COMPLETENESS AND TIMELINESS OF INFORMATION<br><br>We are not responsible if information made available on this site is not accurate, complete or current. The material on this site is provided for general information only and should not be relied upon or used as the sole basis for making decisions without consulting primary, more accurate, more complete or more timely sources of information. Any reliance on the material on this site is at your own risk.<br>This site may contain certain historical information. Historical information, necessarily, is not current and is provided for your reference only. We reserve the right to modify the contents of this site at any time, but we have no obligation to update any information on our site. You agree that it is your responsibility to monitor changes to our site.<br><br>SECTION 4 - MODIFICATIONS TO THE SERVICE AND PRICES<br><br>The prices for our products are subject to change without notice.<br>We reserve the right at any time to modify or discontinue the Service (or any part or content thereof) without notice at any time.<br>We shall not be liable to you or to any third-party for any modification, price change, suspension or discontinuance of the Service.<br><br>SECTION 5 - PRODUCTS OR SERVICES (if applicable)<br><br>Certain products or services may be available exclusively online through the website. These products or services may have limited quantities and are subject to return or exchange only according to our Return Policy.<br>We have made every effort to display as accurately as possible the colors and images of our products that appear at the store. We cannot guarantee that your computer monitor\'s display of any color will be accurate.<br>We reserve the right, but are not obligated, to limit the sales of our products or Services to any person, geographic region or jurisdiction. We may exercise this right on a case-by-case basis. We reserve the right to limit the quantities of any products or services that we offer. All descriptions of products or product pricing are subject to change at anytime without notice, at the sole discretion of us. We reserve the right to discontinue any product at any time. Any offer for any product or service made on this site is void where prohibited.<br>We do not warrant that the quality of any products, services, information, or other material purchased or obtained by you will meet your expectations, or that any errors in the Service will be corrected.<br><br>SECTION 6 - ACCURACY OF BILLING AND ACCOUNT INFORMATION<br><br>We reserve the right to refuse any order you place with us. We may, in our sole discretion, limit or cancel quantities purchased per person, per household or per order. These restrictions may include orders placed by or under the same customer account, the same credit card, and/or orders that use the same billing and/or shipping address. In the event that we make a change to or cancel an order, we may attempt to notify you by contacting the e-mail and/or billing address/phone number provided at the time the order was made. We reserve the right to limit or prohibit orders that, in our sole judgment, appear to be placed by dealers, resellers or distributors.<br><br>You agree to provide current, complete and accurate purchase and account information for all purchases made at our store. You agree to promptly update your account and other information, including your email address and credit card numbers and expiration dates, so that we can complete your transactions and contact you as needed.<br><br>For more detail, please review our Returns Policy.<br><br>SECTION 7 - OPTIONAL TOOLS<br><br>We may provide you with access to third-party tools over which we neither monitor nor have any control nor input.<br>You acknowledge and agree that we provide access to such tools â€as isâ€ and â€œas availableâ€ without any warranties, representations or conditions of any kind and without any endorsement. We shall have no liability whatsoever arising from or relating to your use of optional third-party tools.<br>Any use by you of optional tools offered through the site is entirely at your own risk and discretion and you should ensure that you are familiar with and approve of the terms on which tools are provided by the relevant third-party provider(s).<br>We may also, in the future, offer new services and/or features through the website (including, the release of new tools and resources). Such new features and/or services shall also be subject to these Terms of Service.<br><br>SECTION 8 - THIRD-PARTY LINKS<br><br>Certain content, products and services available via our Service may include materials from third-parties.<br>Third-party links on this site may direct you to third-party websites that are not affiliated with us. We are not responsible for examining or evaluating the content or accuracy and we do not warrant and will not have any liability or responsibility for any third-party materials or websites, or for any other materials, products, or services of third-parties.<br>We are not liable for any harm or damages related to the purchase or use of goods, services, resources, content, or any other transactions made in connection with any third-party websites. Please review carefully the third-party\'s policies and practices and make sure you understand them before you engage in any transaction. Complaints, claims, concerns, or questions regarding third-party products should be directed to the third-party.<br><br>SECTION 9 - USER COMMENTS, FEEDBACK AND OTHER SUBMISSIONS<br><br>If, at our request, you send certain specific submissions (for example contest entries) or without a request from us you send creative ideas, suggestions, proposals, plans, or other materials, whether online, by email, by postal mail, or otherwise (collectively, \'comments\'), you agree that we may, at any time, without restriction, edit, copy, publish, distribute, translate and otherwise use in any medium any comments that you forward to us. We are and shall be under no obligation (1) to maintain any comments in confidence; (2) to pay compensation for any comments; or (3) to respond to any comments.<br>We may, but have no obligation to, monitor, edit or remove content that we determine in our sole discretion are unlawful, offensive, threatening, libelous, defamatory, pornographic, obscene or otherwise objectionable or violates any partyâ€™s intellectual property or these Terms of Service.<br>You agree that your comments will not violate any right of any third-party, including copyright, trademark, privacy, personality or other personal or proprietary right. You further agree that your comments will not contain libelous or otherwise unlawful, abusive or obscene material, or contain any computer virus or other malware that could in any way affect the operation of the Service or any related website. You may not use a false e-mail address, pretend to be someone other than yourself, or otherwise mislead us or third-parties as to the origin of any comments. You are solely responsible for any comments you make and their accuracy. We take no responsibility and assume no liability for any comments posted by you or any third-party.<br><br>SECTION 10 - PERSONAL INFORMATION<br><br>Your submission of personal information through the store is governed by our Privacy Policy. To view our Privacy Policy.<br><br>SECTION 11 - ERRORS, INACCURACIES AND OMISSIONS<br><br>Occasionally there may be information on our site or in the Service that contains typographical errors, inaccuracies or omissions that may relate to product descriptions, pricing, promotions, offers, product shipping charges, transit times and availability. We reserve the right to correct any errors, inaccuracies or omissions, and to change or update information or cancel orders if any information in the Service or on any related website is inaccurate at any time without prior notice (including after you have submitted your order).<br>We undertake no obligation to update, amend or clarify information in the Service or on any related website, including without limitation, pricing information, except as required by law. No specified update or refresh date applied in the Service or on any related website, should be taken to indicate that all information in the Service or on any related website has been modified or updated.<br><br>SECTION 12 - PROHIBITED USES<br><br>In addition to other prohibitions as set forth in the Terms of Service, you are prohibited from using the site or its content: (a) for any unlawful purpose; (b) to solicit others to perform or participate in any unlawful acts; (c) to violate any international, federal, provincial or state regulations, rules, laws, or local ordinances; (d) to infringe upon or violate our intellectual property rights or the intellectual property rights of others; (e) to harass, abuse, insult, harm, defame, slander, disparage, intimidate, or discriminate based on gender, sexual orientation, religion, ethnicity, race, age, national origin, or disability; (f) to submit false or misleading information; (g) to upload or transmit viruses or any other type of malicious code that will or may be used in any way that will affect the functionality or operation of the Service or of any related website, other websites, or the Internet; (h) to collect or track the personal information of others; (i) to spam, phish, pharm, pretext, spider, crawl, or scrape; (j) for any obscene or immoral purpose; or (k) to interfere with or circumvent the security features of the Service or any related website, other websites, or the Internet. We reserve the right to terminate your use of the Service or any related website for violating any of the prohibited uses.<br><br>SECTION 13 - DISCLAIMER OF WARRANTIES; LIMITATION OF LIABILITY<br><br>We do not guarantee, represent or warrant that your use of our service will be uninterrupted, timely, secure or error-free.<br>We do not warrant that the results that may be obtained from the use of the service will be accurate or reliable.<br>You agree that from time to time we may remove the service for indefinite periods of time or cancel the service at any time, without notice to you.<br>You expressly agree that your use of, or inability to use, the service is at your sole risk. The service and all products and services delivered to you through the service are (except as expressly stated by us) provided \'as is\' and \'as available\' for your use, without any representation, warranties or conditions of any kind, either express or implied, including all implied warranties or conditions of merchantability, merchantable quality, fitness for a particular purpose, durability, title, and non-infringement.<br>In no case shall Blackhawk Custom, LLC, our directors, officers, employees, affiliates, agents, contractors, interns, suppliers, service providers or licensors be liable for any injury, loss, claim, or any direct, indirect, incidental, punitive, special, or consequential damages of any kind, including, without limitation lost profits, lost revenue, lost savings, loss of data, replacement costs, or any similar damages, whether based in contract, tort (including negligence), strict liability or otherwise, arising from your use of any of the service or any products procured using the service, or for any other claim related in any way to your use of the service or any product, including, but not limited to, any errors or omissions in any content, or any loss or damage of any kind incurred as a result of the use of the service or any content (or product) posted, transmitted, or otherwise made available via the service, even if advised of their possibility. Because some states or jurisdictions do not allow the exclusion or the limitation of liability for consequential or incidental damages, in such states or jurisdictions, our liability shall be limited to the maximum extent permitted by law.<br><br>SECTION 14 - INDEMNIFICATION<br><br>You agree to indemnify, defend and hold harmless Blackhawk Custom, LLC and our parent, subsidiaries, affiliates, partners, officers, directors, agents, contractors, licensors, service providers, subcontractors, suppliers, interns and employees, harmless from any claim or demand, including reasonable attorneysâ€™ fees, made by any third-party due to or arising out of your breach of these Terms of Service or the documents they incorporate by reference, or your violation of any law or the rights of a third-party.<br><br>SECTION 15 - SEVERABILITY<br><br>In the event that any provision of these Terms of Service is determined to be unlawful, void or unenforceable, such provision shall nonetheless be enforceable to the fullest extent permitted by applicable law, and the unenforceable portion shall be deemed to be severed from these Terms of Service, such determination shall not affect the validity and enforceability of any other remaining provisions.<br><br>SECTION 16 - TERMINATION<br><br>The obligations and liabilities of the parties incurred prior to the termination date shall survive the termination of this agreement for all purposes.<br>These Terms of Service are effective unless and until terminated by either you or us. You may terminate these Terms of Service at any time by notifying us that you no longer wish to use our Services, or when you cease using our site.<br>If in our sole judgment you fail, or we suspect that you have failed, to comply with any term or provision of these Terms of Service, we also may terminate this agreement at any time without notice and you will remain liable for all amounts due up to and including the date of termination; and/or accordingly may deny you access to our Services (or any part thereof).<br><br>SECTION 17 - ENTIRE AGREEMENT<br><br>The failure of us to exercise or enforce any right or provision of these Terms of Service shall not constitute a waiver of such right or provision.<br>These Terms of Service and any policies or operating rules posted by us on this site or in respect to The Service constitutes the entire agreement and understanding between you and us and govern your use of the Service, superseding any prior or contemporaneous agreements, communications and proposals, whether oral or written, between you and us (including, but not limited to, any prior versions of the Terms of Service).<br>Any ambiguities in the interpretation of these Terms of Service shall not be construed against the drafting party.<br><br>SECTION 18 - GOVERNING LAW<br><br>These Terms of Service and any separate agreements whereby we provide you Services shall be governed by and construed in accordance with the laws of 825 South Kings Highway, Fort Pierce, FL 34945.<br><br>SECTION 19 - CHANGES TO TERMS OF SERVICE<br><br>You can review the most current version of the Terms of Service at any time at this page.<br>We reserve the right, at our sole discretion, to update, change or replace any part of these Terms of Service by posting updates and changes to our website. It is your responsibility to check our website periodically for changes. Your continued use of or access to our website or the Service following the posting of any changes to these Terms of Service constitutes acceptance of those changes.<br><br>SECTION 20 - CONTACT INFORMATION<br><br>Questions about the Terms of Service should be sent to us at <a href=\"mailto:admin@blackhawkcustom.com\" target=\"_blank\">admin@blackhawkcustom.com</a></p></div></div></div>\n</div>'),(4591,210,'tve_revision_tve_has_wistia_popover','0'),(4592,210,'tve_revision_tve_landing_page','blank_v2'),(4593,210,'tve_revision_tve_disable_theme_dependency',''),(4594,210,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-custom-menu-inside\" style=\"z-index: 8;\" data-css=\"tve-u-1642b593fd4\" wfd-id=\"25\">\n<div class=\"tve-content-box-background\" wfd-id=\"34\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" style=\"z-index: 8;\" wfd-id=\"26\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-165e642ffaf\" wfd-id=\"31\"><h2 data-css=\"tve-u-165e62d8c6d\">Terms &amp; Conditions</h2></div><div class=\"tcb-clear\" data-css=\"tve-u-165e6469798\" wfd-id=\"27\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1642b6ab2bb\" wfd-id=\"28\"><p data-css=\"tve-u-165e64714a8\" style=\"text-align: left;\">TERMS OF SERVICE<br><br>-----<br><br>OVERVIEW<br><br>This website is operated by Blackhawk Custom, LLC. Throughout the site, the terms â€œweâ€, â€œusâ€ and â€œourâ€ refer to Blackhawk Custom, LLC. Blackhawk Custom, LLC offers this website, including all information, tools and services available from this site to you, the user, conditioned upon your acceptance of all terms, conditions, policies and notices stated here.<br><br>By visiting our site and/ or purchasing something from us, you engage in our â€œServiceâ€ and agree to be bound by the following terms and conditions (â€œTerms of Serviceâ€, â€œTermsâ€), including those additional terms, conditions, and policies referenced herein and/or available by hyperlink. These Terms of Service apply to all users of the site, including without limitation users who are browsers, vendors, customers, merchants, and/ or contributors of content.<br><br>Please read these Terms of Service carefully before accessing or using our website. By accessing or using any part of the site, you agree to be bound by these Terms of Service. If you do not agree to all the terms and conditions of this agreement, then you may not access the website or use any services. If these Terms of Service are considered an offer, acceptance is expressly limited to these Terms of Service.<br><br>Any new features or tools which are added to the current store shall also be subject to the Terms of Service. You can review the most current version of the Terms of Service at any time on this page. We reserve the right to update, change or replace any part of these Terms of Service by posting updates and/or changes to our website. It is your responsibility to check this page periodically for changes. Your continued use of or access to the website following the posting of any changes constitutes acceptance of those changes.<br><br>SECTION 1 - ONLINE STORE TERMS<br><br>By agreeing to these Terms of Service, you represent that you are at least the age of majority in your state or province of residence, or that you are the age of majority in your state or province of residence and you have given us your consent to allow any of your minor dependents to use this site.<br>You may not use our products for any illegal or unauthorized purpose nor may you, in the use of the Service, violate any laws in your jurisdiction (including but not limited to copyright laws).<br>You must not transmit any worms or viruses or any code of a destructive nature.<br>A breach or violation of any of the Terms will result in an immediate termination of your Services.<br><br>SECTION 2 - GENERAL CONDITIONS<br><br>We reserve the right to refuse service to anyone for any reason at any time.<br>You understand that your content (not including credit card information), may be transferred unencrypted and involve (a) transmissions over various networks; and (b) changes to conform and adapt to technical requirements of connecting networks or devices. Credit card information is always encrypted during transfer over networks.<br>You agree not to reproduce, duplicate, copy, sell, resell or exploit any portion of the Service, use of the Service, or access to the Service or any contact on the website through which the service is provided, without express written permission by us.<br>The headings used in this agreement are included for convenience only and will not limit or otherwise affect these Terms.<br><br>SECTION 3 - ACCURACY, COMPLETENESS AND TIMELINESS OF INFORMATION<br><br>We are not responsible if information made available on this site is not accurate, complete or current. The material on this site is provided for general information only and should not be relied upon or used as the sole basis for making decisions without consulting primary, more accurate, more complete or more timely sources of information. Any reliance on the material on this site is at your own risk.<br>This site may contain certain historical information. Historical information, necessarily, is not current and is provided for your reference only. We reserve the right to modify the contents of this site at any time, but we have no obligation to update any information on our site. You agree that it is your responsibility to monitor changes to our site.<br><br>SECTION 4 - MODIFICATIONS TO THE SERVICE AND PRICES<br><br>The prices for our products are subject to change without notice.<br>We reserve the right at any time to modify or discontinue the Service (or any part or content thereof) without notice at any time.<br>We shall not be liable to you or to any third-party for any modification, price change, suspension or discontinuance of the Service.<br><br>SECTION 5 - PRODUCTS OR SERVICES (if applicable)<br><br>Certain products or services may be available exclusively online through the website. These products or services may have limited quantities and are subject to return or exchange only according to our Return Policy.<br>We have made every effort to display as accurately as possible the colors and images of our products that appear at the store. We cannot guarantee that your computer monitor\'s display of any color will be accurate.<br>We reserve the right, but are not obligated, to limit the sales of our products or Services to any person, geographic region or jurisdiction. We may exercise this right on a case-by-case basis. We reserve the right to limit the quantities of any products or services that we offer. All descriptions of products or product pricing are subject to change at anytime without notice, at the sole discretion of us. We reserve the right to discontinue any product at any time. Any offer for any product or service made on this site is void where prohibited.<br>We do not warrant that the quality of any products, services, information, or other material purchased or obtained by you will meet your expectations, or that any errors in the Service will be corrected.<br><br>SECTION 6 - ACCURACY OF BILLING AND ACCOUNT INFORMATION<br><br>We reserve the right to refuse any order you place with us. We may, in our sole discretion, limit or cancel quantities purchased per person, per household or per order. These restrictions may include orders placed by or under the same customer account, the same credit card, and/or orders that use the same billing and/or shipping address. In the event that we make a change to or cancel an order, we may attempt to notify you by contacting the e-mail and/or billing address/phone number provided at the time the order was made. We reserve the right to limit or prohibit orders that, in our sole judgment, appear to be placed by dealers, resellers or distributors.<br><br>You agree to provide current, complete and accurate purchase and account information for all purchases made at our store. You agree to promptly update your account and other information, including your email address and credit card numbers and expiration dates, so that we can complete your transactions and contact you as needed.<br><br>For more detail, please review our Returns Policy.<br><br>SECTION 7 - OPTIONAL TOOLS<br><br>We may provide you with access to third-party tools over which we neither monitor nor have any control nor input.<br>You acknowledge and agree that we provide access to such tools â€as isâ€ and â€œas availableâ€ without any warranties, representations or conditions of any kind and without any endorsement. We shall have no liability whatsoever arising from or relating to your use of optional third-party tools.<br>Any use by you of optional tools offered through the site is entirely at your own risk and discretion and you should ensure that you are familiar with and approve of the terms on which tools are provided by the relevant third-party provider(s).<br>We may also, in the future, offer new services and/or features through the website (including, the release of new tools and resources). Such new features and/or services shall also be subject to these Terms of Service.<br><br>SECTION 8 - THIRD-PARTY LINKS<br><br>Certain content, products and services available via our Service may include materials from third-parties.<br>Third-party links on this site may direct you to third-party websites that are not affiliated with us. We are not responsible for examining or evaluating the content or accuracy and we do not warrant and will not have any liability or responsibility for any third-party materials or websites, or for any other materials, products, or services of third-parties.<br>We are not liable for any harm or damages related to the purchase or use of goods, services, resources, content, or any other transactions made in connection with any third-party websites. Please review carefully the third-party\'s policies and practices and make sure you understand them before you engage in any transaction. Complaints, claims, concerns, or questions regarding third-party products should be directed to the third-party.<br><br>SECTION 9 - USER COMMENTS, FEEDBACK AND OTHER SUBMISSIONS<br><br>If, at our request, you send certain specific submissions (for example contest entries) or without a request from us you send creative ideas, suggestions, proposals, plans, or other materials, whether online, by email, by postal mail, or otherwise (collectively, \'comments\'), you agree that we may, at any time, without restriction, edit, copy, publish, distribute, translate and otherwise use in any medium any comments that you forward to us. We are and shall be under no obligation (1) to maintain any comments in confidence; (2) to pay compensation for any comments; or (3) to respond to any comments.<br>We may, but have no obligation to, monitor, edit or remove content that we determine in our sole discretion are unlawful, offensive, threatening, libelous, defamatory, pornographic, obscene or otherwise objectionable or violates any partyâ€™s intellectual property or these Terms of Service.<br>You agree that your comments will not violate any right of any third-party, including copyright, trademark, privacy, personality or other personal or proprietary right. You further agree that your comments will not contain libelous or otherwise unlawful, abusive or obscene material, or contain any computer virus or other malware that could in any way affect the operation of the Service or any related website. You may not use a false e-mail address, pretend to be someone other than yourself, or otherwise mislead us or third-parties as to the origin of any comments. You are solely responsible for any comments you make and their accuracy. We take no responsibility and assume no liability for any comments posted by you or any third-party.<br><br>SECTION 10 - PERSONAL INFORMATION<br><br>Your submission of personal information through the store is governed by our Privacy Policy. To view our Privacy Policy.<br><br>SECTION 11 - ERRORS, INACCURACIES AND OMISSIONS<br><br>Occasionally there may be information on our site or in the Service that contains typographical errors, inaccuracies or omissions that may relate to product descriptions, pricing, promotions, offers, product shipping charges, transit times and availability. We reserve the right to correct any errors, inaccuracies or omissions, and to change or update information or cancel orders if any information in the Service or on any related website is inaccurate at any time without prior notice (including after you have submitted your order).<br>We undertake no obligation to update, amend or clarify information in the Service or on any related website, including without limitation, pricing information, except as required by law. No specified update or refresh date applied in the Service or on any related website, should be taken to indicate that all information in the Service or on any related website has been modified or updated.<br><br>SECTION 12 - PROHIBITED USES<br><br>In addition to other prohibitions as set forth in the Terms of Service, you are prohibited from using the site or its content: (a) for any unlawful purpose; (b) to solicit others to perform or participate in any unlawful acts; (c) to violate any international, federal, provincial or state regulations, rules, laws, or local ordinances; (d) to infringe upon or violate our intellectual property rights or the intellectual property rights of others; (e) to harass, abuse, insult, harm, defame, slander, disparage, intimidate, or discriminate based on gender, sexual orientation, religion, ethnicity, race, age, national origin, or disability; (f) to submit false or misleading information; (g) to upload or transmit viruses or any other type of malicious code that will or may be used in any way that will affect the functionality or operation of the Service or of any related website, other websites, or the Internet; (h) to collect or track the personal information of others; (i) to spam, phish, pharm, pretext, spider, crawl, or scrape; (j) for any obscene or immoral purpose; or (k) to interfere with or circumvent the security features of the Service or any related website, other websites, or the Internet. We reserve the right to terminate your use of the Service or any related website for violating any of the prohibited uses.<br><br>SECTION 13 - DISCLAIMER OF WARRANTIES; LIMITATION OF LIABILITY<br><br>We do not guarantee, represent or warrant that your use of our service will be uninterrupted, timely, secure or error-free.<br>We do not warrant that the results that may be obtained from the use of the service will be accurate or reliable.<br>You agree that from time to time we may remove the service for indefinite periods of time or cancel the service at any time, without notice to you.<br>You expressly agree that your use of, or inability to use, the service is at your sole risk. The service and all products and services delivered to you through the service are (except as expressly stated by us) provided \'as is\' and \'as available\' for your use, without any representation, warranties or conditions of any kind, either express or implied, including all implied warranties or conditions of merchantability, merchantable quality, fitness for a particular purpose, durability, title, and non-infringement.<br>In no case shall Blackhawk Custom, LLC, our directors, officers, employees, affiliates, agents, contractors, interns, suppliers, service providers or licensors be liable for any injury, loss, claim, or any direct, indirect, incidental, punitive, special, or consequential damages of any kind, including, without limitation lost profits, lost revenue, lost savings, loss of data, replacement costs, or any similar damages, whether based in contract, tort (including negligence), strict liability or otherwise, arising from your use of any of the service or any products procured using the service, or for any other claim related in any way to your use of the service or any product, including, but not limited to, any errors or omissions in any content, or any loss or damage of any kind incurred as a result of the use of the service or any content (or product) posted, transmitted, or otherwise made available via the service, even if advised of their possibility. Because some states or jurisdictions do not allow the exclusion or the limitation of liability for consequential or incidental damages, in such states or jurisdictions, our liability shall be limited to the maximum extent permitted by law.<br><br>SECTION 14 - INDEMNIFICATION<br><br>You agree to indemnify, defend and hold harmless Blackhawk Custom, LLC and our parent, subsidiaries, affiliates, partners, officers, directors, agents, contractors, licensors, service providers, subcontractors, suppliers, interns and employees, harmless from any claim or demand, including reasonable attorneysâ€™ fees, made by any third-party due to or arising out of your breach of these Terms of Service or the documents they incorporate by reference, or your violation of any law or the rights of a third-party.<br><br>SECTION 15 - SEVERABILITY<br><br>In the event that any provision of these Terms of Service is determined to be unlawful, void or unenforceable, such provision shall nonetheless be enforceable to the fullest extent permitted by applicable law, and the unenforceable portion shall be deemed to be severed from these Terms of Service, such determination shall not affect the validity and enforceability of any other remaining provisions.<br><br>SECTION 16 - TERMINATION<br><br>The obligations and liabilities of the parties incurred prior to the termination date shall survive the termination of this agreement for all purposes.<br>These Terms of Service are effective unless and until terminated by either you or us. You may terminate these Terms of Service at any time by notifying us that you no longer wish to use our Services, or when you cease using our site.<br>If in our sole judgment you fail, or we suspect that you have failed, to comply with any term or provision of these Terms of Service, we also may terminate this agreement at any time without notice and you will remain liable for all amounts due up to and including the date of termination; and/or accordingly may deny you access to our Services (or any part thereof).<br><br>SECTION 17 - ENTIRE AGREEMENT<br><br>The failure of us to exercise or enforce any right or provision of these Terms of Service shall not constitute a waiver of such right or provision.<br>These Terms of Service and any policies or operating rules posted by us on this site or in respect to The Service constitutes the entire agreement and understanding between you and us and govern your use of the Service, superseding any prior or contemporaneous agreements, communications and proposals, whether oral or written, between you and us (including, but not limited to, any prior versions of the Terms of Service).<br>Any ambiguities in the interpretation of these Terms of Service shall not be construed against the drafting party.<br><br>SECTION 18 - GOVERNING LAW<br><br>These Terms of Service and any separate agreements whereby we provide you Services shall be governed by and construed in accordance with the laws of 825 South Kings Highway, Fort Pierce, FL 34945.<br><br>SECTION 19 - CHANGES TO TERMS OF SERVICE<br><br>You can review the most current version of the Terms of Service at any time at this page.<br>We reserve the right, at our sole discretion, to update, change or replace any part of these Terms of Service by posting updates and changes to our website. It is your responsibility to check our website periodically for changes. Your continued use of or access to our website or the Service following the posting of any changes to these Terms of Service constitutes acceptance of those changes.<br><br>SECTION 20 - CONTACT INFORMATION<br><br>Questions about the Terms of Service should be sent to us at <a href=\"mailto:admin@blackhawkcustom.com\" target=\"_blank\">admin@blackhawkcustom.com</a></p></div></div></div>\n</div>'),(4595,210,'tve_revision_tve_content_more_found',''),(4596,210,'tve_revision_tve_save_post',''),(4597,210,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Special+Elite:400&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Merriweather:400,400i,900,900i&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Montserrat:400,900,800,200,100&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-1642b6ab2bb\"] { padding: 5px !important; }[data-css=\"tve-u-1642b593fd4\"] { float: none; width: 100%; padding: 25px 10px 5px !important; margin-left: auto !important; margin-right: auto !important; margin-top: 30px !important; }#tcb_landing_page a:not(.tcb-button-link) { color: rgb(255, 255, 255); }.tcb-plain-text strong { font-weight: 900; }#tcb_landing_page input strong { font-weight: 900; }#tcb_landing_page .tcb-button-link strong { font-weight: 900; }#tcb_landing_page p strong, #tcb_landing_page li strong { font-weight: 900; }#tcb_landing_page input { font-family: Merriweather; font-weight: 400; }#tcb_landing_page .tcb-button-link { font-family: Merriweather; font-weight: 400; }#tcb_landing_page p, #tcb_landing_page li { font-family: Merriweather; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h6 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h5 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h4 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h3 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h2 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h1 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(255, 255, 255); }.tcb-plain-text { font-size: 20px; color: rgb(255, 255, 255); font-family: Montserrat; font-weight: 400; }[data-css=\"tve-u-15e09c94f7d\"] { background-color: rgb(255, 255, 255); background-image: linear-gradient(rgb(0, 0, 0), rgb(0, 0, 0)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }.tve_post_lp > div > #tve_editor { margin-left: auto; margin-right: auto; max-width: 1200px; padding: 0px 20px; }#tve_editor [data-css=\"tve-u-165e62d8c6d\"] { font-family: \"Special Elite\" !important; font-weight: 400 !important; }#tcb_landing_page .tcb-plain-text { color: rgb(255, 255, 255); font-family: Merriweather; font-weight: 400; }#tcb_landing_page .tcb-plain-text strong { font-weight: 900; }[data-css=\"tve-u-165e642ffaf\"] { margin-top: 10px !important; }}@media (max-width: 767px){.tve_post_lp > div > #tve_editor { padding: 0px 10px; }[data-css=\"tve-u-1642b6ab2bb\"] { float: left; width: 100%; z-index: 3; position: relative; padding-left: 10px !important; padding-right: 5px !important; margin-left: auto !important; margin-right: auto !important; padding-bottom: 10px !important; }[data-css=\"tve-u-165e6469798\"]::after { clear: both; }#tve_editor [data-css=\"tve-u-165e64714a8\"] { font-size: 15px !important; }}'),(4598,210,'tve_revision_tve_user_custom_css',''),(4599,210,'tve_revision_tve_page_events','a:0:{}'),(4600,210,'tve_revision_tve_globals','a:2:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";s:8:\"font_cls\";a:0:{}}'),(4601,210,'tve_revision_tve_global_scripts',''),(4602,210,'tve_revision_thrive_icon_pack','0'),(4603,210,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(4604,210,'tve_revision_tve_has_masonry','0'),(4605,210,'tve_revision_tve_has_typefocus','0'),(4606,210,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-custom-menu-inside\" style=\"z-index: 8;\" data-css=\"tve-u-1642b593fd4\" wfd-id=\"25\">\n<div class=\"tve-content-box-background\" wfd-id=\"34\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" style=\"z-index: 8;\" wfd-id=\"26\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-165e642ffaf\" wfd-id=\"31\"><h2 data-css=\"tve-u-165e62d8c6d\">Terms &amp; Conditions</h2></div><div class=\"tcb-clear\" data-css=\"tve-u-165e6469798\" wfd-id=\"27\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1642b6ab2bb\" wfd-id=\"28\"><p data-css=\"tve-u-165e64714a8\" style=\"text-align: left;\">TERMS OF SERVICE<br><br>-----<br><br>OVERVIEW<br><br>This website is operated by Blackhawk Custom, LLC. Throughout the site, the terms â€œweâ€, â€œusâ€ and â€œourâ€ refer to Blackhawk Custom, LLC. Blackhawk Custom, LLC offers this website, including all information, tools and services available from this site to you, the user, conditioned upon your acceptance of all terms, conditions, policies and notices stated here.<br><br>By visiting our site and/ or purchasing something from us, you engage in our â€œServiceâ€ and agree to be bound by the following terms and conditions (â€œTerms of Serviceâ€, â€œTermsâ€), including those additional terms, conditions, and policies referenced herein and/or available by hyperlink. These Terms of Service apply to all users of the site, including without limitation users who are browsers, vendors, customers, merchants, and/ or contributors of content.<br><br>Please read these Terms of Service carefully before accessing or using our website. By accessing or using any part of the site, you agree to be bound by these Terms of Service. If you do not agree to all the terms and conditions of this agreement, then you may not access the website or use any services. If these Terms of Service are considered an offer, acceptance is expressly limited to these Terms of Service.<br><br>Any new features or tools which are added to the current store shall also be subject to the Terms of Service. You can review the most current version of the Terms of Service at any time on this page. We reserve the right to update, change or replace any part of these Terms of Service by posting updates and/or changes to our website. It is your responsibility to check this page periodically for changes. Your continued use of or access to the website following the posting of any changes constitutes acceptance of those changes.<br><br>SECTION 1 - ONLINE STORE TERMS<br><br>By agreeing to these Terms of Service, you represent that you are at least the age of majority in your state or province of residence, or that you are the age of majority in your state or province of residence and you have given us your consent to allow any of your minor dependents to use this site.<br>You may not use our products for any illegal or unauthorized purpose nor may you, in the use of the Service, violate any laws in your jurisdiction (including but not limited to copyright laws).<br>You must not transmit any worms or viruses or any code of a destructive nature.<br>A breach or violation of any of the Terms will result in an immediate termination of your Services.<br><br>SECTION 2 - GENERAL CONDITIONS<br><br>We reserve the right to refuse service to anyone for any reason at any time.<br>You understand that your content (not including credit card information), may be transferred unencrypted and involve (a) transmissions over various networks; and (b) changes to conform and adapt to technical requirements of connecting networks or devices. Credit card information is always encrypted during transfer over networks.<br>You agree not to reproduce, duplicate, copy, sell, resell or exploit any portion of the Service, use of the Service, or access to the Service or any contact on the website through which the service is provided, without express written permission by us.<br>The headings used in this agreement are included for convenience only and will not limit or otherwise affect these Terms.<br><br>SECTION 3 - ACCURACY, COMPLETENESS AND TIMELINESS OF INFORMATION<br><br>We are not responsible if information made available on this site is not accurate, complete or current. The material on this site is provided for general information only and should not be relied upon or used as the sole basis for making decisions without consulting primary, more accurate, more complete or more timely sources of information. Any reliance on the material on this site is at your own risk.<br>This site may contain certain historical information. Historical information, necessarily, is not current and is provided for your reference only. We reserve the right to modify the contents of this site at any time, but we have no obligation to update any information on our site. You agree that it is your responsibility to monitor changes to our site.<br><br>SECTION 4 - MODIFICATIONS TO THE SERVICE AND PRICES<br><br>The prices for our products are subject to change without notice.<br>We reserve the right at any time to modify or discontinue the Service (or any part or content thereof) without notice at any time.<br>We shall not be liable to you or to any third-party for any modification, price change, suspension or discontinuance of the Service.<br><br>SECTION 5 - PRODUCTS OR SERVICES (if applicable)<br><br>Certain products or services may be available exclusively online through the website. These products or services may have limited quantities and are subject to return or exchange only according to our Return Policy.<br>We have made every effort to display as accurately as possible the colors and images of our products that appear at the store. We cannot guarantee that your computer monitor\'s display of any color will be accurate.<br>We reserve the right, but are not obligated, to limit the sales of our products or Services to any person, geographic region or jurisdiction. We may exercise this right on a case-by-case basis. We reserve the right to limit the quantities of any products or services that we offer. All descriptions of products or product pricing are subject to change at anytime without notice, at the sole discretion of us. We reserve the right to discontinue any product at any time. Any offer for any product or service made on this site is void where prohibited.<br>We do not warrant that the quality of any products, services, information, or other material purchased or obtained by you will meet your expectations, or that any errors in the Service will be corrected.<br><br>SECTION 6 - ACCURACY OF BILLING AND ACCOUNT INFORMATION<br><br>We reserve the right to refuse any order you place with us. We may, in our sole discretion, limit or cancel quantities purchased per person, per household or per order. These restrictions may include orders placed by or under the same customer account, the same credit card, and/or orders that use the same billing and/or shipping address. In the event that we make a change to or cancel an order, we may attempt to notify you by contacting the e-mail and/or billing address/phone number provided at the time the order was made. We reserve the right to limit or prohibit orders that, in our sole judgment, appear to be placed by dealers, resellers or distributors.<br><br>You agree to provide current, complete and accurate purchase and account information for all purchases made at our store. You agree to promptly update your account and other information, including your email address and credit card numbers and expiration dates, so that we can complete your transactions and contact you as needed.<br><br>For more detail, please review our Returns Policy.<br><br>SECTION 7 - OPTIONAL TOOLS<br><br>We may provide you with access to third-party tools over which we neither monitor nor have any control nor input.<br>You acknowledge and agree that we provide access to such tools â€as isâ€ and â€œas availableâ€ without any warranties, representations or conditions of any kind and without any endorsement. We shall have no liability whatsoever arising from or relating to your use of optional third-party tools.<br>Any use by you of optional tools offered through the site is entirely at your own risk and discretion and you should ensure that you are familiar with and approve of the terms on which tools are provided by the relevant third-party provider(s).<br>We may also, in the future, offer new services and/or features through the website (including, the release of new tools and resources). Such new features and/or services shall also be subject to these Terms of Service.<br><br>SECTION 8 - THIRD-PARTY LINKS<br><br>Certain content, products and services available via our Service may include materials from third-parties.<br>Third-party links on this site may direct you to third-party websites that are not affiliated with us. We are not responsible for examining or evaluating the content or accuracy and we do not warrant and will not have any liability or responsibility for any third-party materials or websites, or for any other materials, products, or services of third-parties.<br>We are not liable for any harm or damages related to the purchase or use of goods, services, resources, content, or any other transactions made in connection with any third-party websites. Please review carefully the third-party\'s policies and practices and make sure you understand them before you engage in any transaction. Complaints, claims, concerns, or questions regarding third-party products should be directed to the third-party.<br><br>SECTION 9 - USER COMMENTS, FEEDBACK AND OTHER SUBMISSIONS<br><br>If, at our request, you send certain specific submissions (for example contest entries) or without a request from us you send creative ideas, suggestions, proposals, plans, or other materials, whether online, by email, by postal mail, or otherwise (collectively, \'comments\'), you agree that we may, at any time, without restriction, edit, copy, publish, distribute, translate and otherwise use in any medium any comments that you forward to us. We are and shall be under no obligation (1) to maintain any comments in confidence; (2) to pay compensation for any comments; or (3) to respond to any comments.<br>We may, but have no obligation to, monitor, edit or remove content that we determine in our sole discretion are unlawful, offensive, threatening, libelous, defamatory, pornographic, obscene or otherwise objectionable or violates any partyâ€™s intellectual property or these Terms of Service.<br>You agree that your comments will not violate any right of any third-party, including copyright, trademark, privacy, personality or other personal or proprietary right. You further agree that your comments will not contain libelous or otherwise unlawful, abusive or obscene material, or contain any computer virus or other malware that could in any way affect the operation of the Service or any related website. You may not use a false e-mail address, pretend to be someone other than yourself, or otherwise mislead us or third-parties as to the origin of any comments. You are solely responsible for any comments you make and their accuracy. We take no responsibility and assume no liability for any comments posted by you or any third-party.<br><br>SECTION 10 - PERSONAL INFORMATION<br><br>Your submission of personal information through the store is governed by our Privacy Policy. To view our Privacy Policy.<br><br>SECTION 11 - ERRORS, INACCURACIES AND OMISSIONS<br><br>Occasionally there may be information on our site or in the Service that contains typographical errors, inaccuracies or omissions that may relate to product descriptions, pricing, promotions, offers, product shipping charges, transit times and availability. We reserve the right to correct any errors, inaccuracies or omissions, and to change or update information or cancel orders if any information in the Service or on any related website is inaccurate at any time without prior notice (including after you have submitted your order).<br>We undertake no obligation to update, amend or clarify information in the Service or on any related website, including without limitation, pricing information, except as required by law. No specified update or refresh date applied in the Service or on any related website, should be taken to indicate that all information in the Service or on any related website has been modified or updated.<br><br>SECTION 12 - PROHIBITED USES<br><br>In addition to other prohibitions as set forth in the Terms of Service, you are prohibited from using the site or its content: (a) for any unlawful purpose; (b) to solicit others to perform or participate in any unlawful acts; (c) to violate any international, federal, provincial or state regulations, rules, laws, or local ordinances; (d) to infringe upon or violate our intellectual property rights or the intellectual property rights of others; (e) to harass, abuse, insult, harm, defame, slander, disparage, intimidate, or discriminate based on gender, sexual orientation, religion, ethnicity, race, age, national origin, or disability; (f) to submit false or misleading information; (g) to upload or transmit viruses or any other type of malicious code that will or may be used in any way that will affect the functionality or operation of the Service or of any related website, other websites, or the Internet; (h) to collect or track the personal information of others; (i) to spam, phish, pharm, pretext, spider, crawl, or scrape; (j) for any obscene or immoral purpose; or (k) to interfere with or circumvent the security features of the Service or any related website, other websites, or the Internet. We reserve the right to terminate your use of the Service or any related website for violating any of the prohibited uses.<br><br>SECTION 13 - DISCLAIMER OF WARRANTIES; LIMITATION OF LIABILITY<br><br>We do not guarantee, represent or warrant that your use of our service will be uninterrupted, timely, secure or error-free.<br>We do not warrant that the results that may be obtained from the use of the service will be accurate or reliable.<br>You agree that from time to time we may remove the service for indefinite periods of time or cancel the service at any time, without notice to you.<br>You expressly agree that your use of, or inability to use, the service is at your sole risk. The service and all products and services delivered to you through the service are (except as expressly stated by us) provided \'as is\' and \'as available\' for your use, without any representation, warranties or conditions of any kind, either express or implied, including all implied warranties or conditions of merchantability, merchantable quality, fitness for a particular purpose, durability, title, and non-infringement.<br>In no case shall Blackhawk Custom, LLC, our directors, officers, employees, affiliates, agents, contractors, interns, suppliers, service providers or licensors be liable for any injury, loss, claim, or any direct, indirect, incidental, punitive, special, or consequential damages of any kind, including, without limitation lost profits, lost revenue, lost savings, loss of data, replacement costs, or any similar damages, whether based in contract, tort (including negligence), strict liability or otherwise, arising from your use of any of the service or any products procured using the service, or for any other claim related in any way to your use of the service or any product, including, but not limited to, any errors or omissions in any content, or any loss or damage of any kind incurred as a result of the use of the service or any content (or product) posted, transmitted, or otherwise made available via the service, even if advised of their possibility. Because some states or jurisdictions do not allow the exclusion or the limitation of liability for consequential or incidental damages, in such states or jurisdictions, our liability shall be limited to the maximum extent permitted by law.<br><br>SECTION 14 - INDEMNIFICATION<br><br>You agree to indemnify, defend and hold harmless Blackhawk Custom, LLC and our parent, subsidiaries, affiliates, partners, officers, directors, agents, contractors, licensors, service providers, subcontractors, suppliers, interns and employees, harmless from any claim or demand, including reasonable attorneysâ€™ fees, made by any third-party due to or arising out of your breach of these Terms of Service or the documents they incorporate by reference, or your violation of any law or the rights of a third-party.<br><br>SECTION 15 - SEVERABILITY<br><br>In the event that any provision of these Terms of Service is determined to be unlawful, void or unenforceable, such provision shall nonetheless be enforceable to the fullest extent permitted by applicable law, and the unenforceable portion shall be deemed to be severed from these Terms of Service, such determination shall not affect the validity and enforceability of any other remaining provisions.<br><br>SECTION 16 - TERMINATION<br><br>The obligations and liabilities of the parties incurred prior to the termination date shall survive the termination of this agreement for all purposes.<br>These Terms of Service are effective unless and until terminated by either you or us. You may terminate these Terms of Service at any time by notifying us that you no longer wish to use our Services, or when you cease using our site.<br>If in our sole judgment you fail, or we suspect that you have failed, to comply with any term or provision of these Terms of Service, we also may terminate this agreement at any time without notice and you will remain liable for all amounts due up to and including the date of termination; and/or accordingly may deny you access to our Services (or any part thereof).<br><br>SECTION 17 - ENTIRE AGREEMENT<br><br>The failure of us to exercise or enforce any right or provision of these Terms of Service shall not constitute a waiver of such right or provision.<br>These Terms of Service and any policies or operating rules posted by us on this site or in respect to The Service constitutes the entire agreement and understanding between you and us and govern your use of the Service, superseding any prior or contemporaneous agreements, communications and proposals, whether oral or written, between you and us (including, but not limited to, any prior versions of the Terms of Service).<br>Any ambiguities in the interpretation of these Terms of Service shall not be construed against the drafting party.<br><br>SECTION 18 - GOVERNING LAW<br><br>These Terms of Service and any separate agreements whereby we provide you Services shall be governed by and construed in accordance with the laws of 825 South Kings Highway, Fort Pierce, FL 34945.<br><br>SECTION 19 - CHANGES TO TERMS OF SERVICE<br><br>You can review the most current version of the Terms of Service at any time at this page.<br>We reserve the right, at our sole discretion, to update, change or replace any part of these Terms of Service by posting updates and changes to our website. It is your responsibility to check our website periodically for changes. Your continued use of or access to our website or the Service following the posting of any changes to these Terms of Service constitutes acceptance of those changes.<br><br>SECTION 20 - CONTACT INFORMATION<br><br>Questions about the Terms of Service should be sent to us at <a href=\"mailto:admin@blackhawkcustom.com\" target=\"_blank\">admin@blackhawkcustom.com</a></p></div></div></div>\n</div>'),(4607,210,'tve_revision_tve_has_wistia_popover','0'),(4608,452,'tve_revision_tve_landing_page','blank_v2'),(4609,452,'tve_revision_tve_disable_theme_dependency',''),(4610,452,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-custom-menu-inside\" style=\"z-index: 8;\" data-css=\"tve-u-1642b593fd4\" wfd-id=\"27\">\n<div class=\"tve-content-box-background\" wfd-id=\"34\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" style=\"z-index: 8;\" wfd-id=\"28\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-165e642ffaf\" wfd-id=\"33\"><h2 data-css=\"tve-u-165e62d8c6d\">Terms &amp; Conditions</h2></div><div class=\"tcb-clear\" data-css=\"tve-u-165e6469798\" wfd-id=\"29\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1642b6ab2bb\" wfd-id=\"30\"><p data-css=\"tve-u-165e64714a8\" style=\"text-align: left;\">TERMS OF SERVICE<br><br>-----<br><br>OVERVIEW<br><br>This website is operated by Blackhawk Custom, LLC. Throughout the site, the terms â€œweâ€, â€œusâ€ and â€œourâ€ refer to Blackhawk Custom, LLC. Blackhawk Custom, LLC offers this website, including all information, tools and services available from this site to you, the user, conditioned upon your acceptance of all terms, conditions, policies and notices stated here.<br><br>By visiting our site and/ or purchasing something from us, you engage in our â€œServiceâ€ and agree to be bound by the following terms and conditions (â€œTerms of Serviceâ€, â€œTermsâ€), including those additional terms, conditions, and policies referenced herein and/or available by hyperlink. These Terms of Service apply to all users of the site, including without limitation users who are browsers, vendors, customers, merchants, and/ or contributors of content.<br><br>Please read these Terms of Service carefully before accessing or using our website. By accessing or using any part of the site, you agree to be bound by these Terms of Service. If you do not agree to all the terms and conditions of this agreement, then you may not access the website or use any services. If these Terms of Service are considered an offer, acceptance is expressly limited to these Terms of Service.<br><br>Any new features or tools which are added to the current store shall also be subject to the Terms of Service. You can review the most current version of the Terms of Service at any time on this page. We reserve the right to update, change or replace any part of these Terms of Service by posting updates and/or changes to our website. It is your responsibility to check this page periodically for changes. Your continued use of or access to the website following the posting of any changes constitutes acceptance of those changes.<br><br>SECTION 1 - ONLINE STORE TERMS<br><br>By agreeing to these Terms of Service, you represent that you are at least the age of majority in your state or province of residence, or that you are the age of majority in your state or province of residence and you have given us your consent to allow any of your minor dependents to use this site.<br>You may not use our products for any illegal or unauthorized purpose nor may you, in the use of the Service, violate any laws in your jurisdiction (including but not limited to copyright laws).<br>You must not transmit any worms or viruses or any code of a destructive nature.<br>A breach or violation of any of the Terms will result in an immediate termination of your Services.<br><br>SECTION 2 - GENERAL CONDITIONS<br><br>We reserve the right to refuse service to anyone for any reason at any time.<br>You understand that your content (not including credit card information), may be transferred unencrypted and involve (a) transmissions over various networks; and (b) changes to conform and adapt to technical requirements of connecting networks or devices. Credit card information is always encrypted during transfer over networks.<br>You agree not to reproduce, duplicate, copy, sell, resell or exploit any portion of the Service, use of the Service, or access to the Service or any contact on the website through which the service is provided, without express written permission by us.<br>The headings used in this agreement are included for convenience only and will not limit or otherwise affect these Terms.<br><br>SECTION 3 - ACCURACY, COMPLETENESS AND TIMELINESS OF INFORMATION<br><br>We are not responsible if information made available on this site is not accurate, complete or current. The material on this site is provided for general information only and should not be relied upon or used as the sole basis for making decisions without consulting primary, more accurate, more complete or more timely sources of information. Any reliance on the material on this site is at your own risk.<br>This site may contain certain historical information. Historical information, necessarily, is not current and is provided for your reference only. We reserve the right to modify the contents of this site at any time, but we have no obligation to update any information on our site. You agree that it is your responsibility to monitor changes to our site.<br><br>SECTION 4 - MODIFICATIONS TO THE SERVICE AND PRICES<br><br>The prices for our products are subject to change without notice.<br>We reserve the right at any time to modify or discontinue the Service (or any part or content thereof) without notice at any time.<br>We shall not be liable to you or to any third-party for any modification, price change, suspension or discontinuance of the Service.<br><br>SECTION 5 - PRODUCTS OR SERVICES (if applicable)<br><br>Certain products or services may be available exclusively online through the website. These products or services may have limited quantities and are subject to return or exchange only according to our Return Policy.<br>We have made every effort to display as accurately as possible the colors and images of our products that appear at the store. We cannot guarantee that your computer monitor\'s display of any color will be accurate.<br>We reserve the right, but are not obligated, to limit the sales of our products or Services to any person, geographic region or jurisdiction. We may exercise this right on a case-by-case basis. We reserve the right to limit the quantities of any products or services that we offer. All descriptions of products or product pricing are subject to change at anytime without notice, at the sole discretion of us. We reserve the right to discontinue any product at any time. Any offer for any product or service made on this site is void where prohibited.<br>We do not warrant that the quality of any products, services, information, or other material purchased or obtained by you will meet your expectations, or that any errors in the Service will be corrected.<br><br>SECTION 6 - ACCURACY OF BILLING AND ACCOUNT INFORMATION<br><br>We reserve the right to refuse any order you place with us. We may, in our sole discretion, limit or cancel quantities purchased per person, per household or per order. These restrictions may include orders placed by or under the same customer account, the same credit card, and/or orders that use the same billing and/or shipping address. In the event that we make a change to or cancel an order, we may attempt to notify you by contacting the e-mail and/or billing address/phone number provided at the time the order was made. We reserve the right to limit or prohibit orders that, in our sole judgment, appear to be placed by dealers, resellers or distributors.<br><br>You agree to provide current, complete and accurate purchase and account information for all purchases made at our store. You agree to promptly update your account and other information, including your email address and credit card numbers and expiration dates, so that we can complete your transactions and contact you as needed.<br><br>For more detail, please review our Returns Policy.<br><br>SECTION 7 - OPTIONAL TOOLS<br><br>We may provide you with access to third-party tools over which we neither monitor nor have any control nor input.<br>You acknowledge and agree that we provide access to such tools â€as isâ€ and â€œas availableâ€ without any warranties, representations or conditions of any kind and without any endorsement. We shall have no liability whatsoever arising from or relating to your use of optional third-party tools.<br>Any use by you of optional tools offered through the site is entirely at your own risk and discretion and you should ensure that you are familiar with and approve of the terms on which tools are provided by the relevant third-party provider(s).<br>We may also, in the future, offer new services and/or features through the website (including, the release of new tools and resources). Such new features and/or services shall also be subject to these Terms of Service.<br><br>SECTION 8 - THIRD-PARTY LINKS<br><br>Certain content, products and services available via our Service may include materials from third-parties.<br>Third-party links on this site may direct you to third-party websites that are not affiliated with us. We are not responsible for examining or evaluating the content or accuracy and we do not warrant and will not have any liability or responsibility for any third-party materials or websites, or for any other materials, products, or services of third-parties.<br>We are not liable for any harm or damages related to the purchase or use of goods, services, resources, content, or any other transactions made in connection with any third-party websites. Please review carefully the third-party\'s policies and practices and make sure you understand them before you engage in any transaction. Complaints, claims, concerns, or questions regarding third-party products should be directed to the third-party.<br><br>SECTION 9 - USER COMMENTS, FEEDBACK AND OTHER SUBMISSIONS<br><br>If, at our request, you send certain specific submissions (for example contest entries) or without a request from us you send creative ideas, suggestions, proposals, plans, or other materials, whether online, by email, by postal mail, or otherwise (collectively, \'comments\'), you agree that we may, at any time, without restriction, edit, copy, publish, distribute, translate and otherwise use in any medium any comments that you forward to us. We are and shall be under no obligation (1) to maintain any comments in confidence; (2) to pay compensation for any comments; or (3) to respond to any comments.<br>We may, but have no obligation to, monitor, edit or remove content that we determine in our sole discretion are unlawful, offensive, threatening, libelous, defamatory, pornographic, obscene or otherwise objectionable or violates any partyâ€™s intellectual property or these Terms of Service.<br>You agree that your comments will not violate any right of any third-party, including copyright, trademark, privacy, personality or other personal or proprietary right. You further agree that your comments will not contain libelous or otherwise unlawful, abusive or obscene material, or contain any computer virus or other malware that could in any way affect the operation of the Service or any related website. You may not use a false e-mail address, pretend to be someone other than yourself, or otherwise mislead us or third-parties as to the origin of any comments. You are solely responsible for any comments you make and their accuracy. We take no responsibility and assume no liability for any comments posted by you or any third-party.<br><br>SECTION 10 - PERSONAL INFORMATION<br><br>Your submission of personal information through the store is governed by our Privacy Policy. To view our Privacy Policy.<br><br>SECTION 11 - ERRORS, INACCURACIES AND OMISSIONS<br><br>Occasionally there may be information on our site or in the Service that contains typographical errors, inaccuracies or omissions that may relate to product descriptions, pricing, promotions, offers, product shipping charges, transit times and availability. We reserve the right to correct any errors, inaccuracies or omissions, and to change or update information or cancel orders if any information in the Service or on any related website is inaccurate at any time without prior notice (including after you have submitted your order).<br>We undertake no obligation to update, amend or clarify information in the Service or on any related website, including without limitation, pricing information, except as required by law. No specified update or refresh date applied in the Service or on any related website, should be taken to indicate that all information in the Service or on any related website has been modified or updated.<br><br>SECTION 12 - PROHIBITED USES<br><br>In addition to other prohibitions as set forth in the Terms of Service, you are prohibited from using the site or its content: (a) for any unlawful purpose; (b) to solicit others to perform or participate in any unlawful acts; (c) to violate any international, federal, provincial or state regulations, rules, laws, or local ordinances; (d) to infringe upon or violate our intellectual property rights or the intellectual property rights of others; (e) to harass, abuse, insult, harm, defame, slander, disparage, intimidate, or discriminate based on gender, sexual orientation, religion, ethnicity, race, age, national origin, or disability; (f) to submit false or misleading information; (g) to upload or transmit viruses or any other type of malicious code that will or may be used in any way that will affect the functionality or operation of the Service or of any related website, other websites, or the Internet; (h) to collect or track the personal information of others; (i) to spam, phish, pharm, pretext, spider, crawl, or scrape; (j) for any obscene or immoral purpose; or (k) to interfere with or circumvent the security features of the Service or any related website, other websites, or the Internet. We reserve the right to terminate your use of the Service or any related website for violating any of the prohibited uses.<br><br>SECTION 13 - DISCLAIMER OF WARRANTIES; LIMITATION OF LIABILITY<br><br>We do not guarantee, represent or warrant that your use of our service will be uninterrupted, timely, secure or error-free.<br>We do not warrant that the results that may be obtained from the use of the service will be accurate or reliable.<br>You agree that from time to time we may remove the service for indefinite periods of time or cancel the service at any time, without notice to you.<br>You expressly agree that your use of, or inability to use, the service is at your sole risk. The service and all products and services delivered to you through the service are (except as expressly stated by us) provided \'as is\' and \'as available\' for your use, without any representation, warranties or conditions of any kind, either express or implied, including all implied warranties or conditions of merchantability, merchantable quality, fitness for a particular purpose, durability, title, and non-infringement.<br>In no case shall Blackhawk Custom, LLC, our directors, officers, employees, affiliates, agents, contractors, interns, suppliers, service providers or licensors be liable for any injury, loss, claim, or any direct, indirect, incidental, punitive, special, or consequential damages of any kind, including, without limitation lost profits, lost revenue, lost savings, loss of data, replacement costs, or any similar damages, whether based in contract, tort (including negligence), strict liability or otherwise, arising from your use of any of the service or any products procured using the service, or for any other claim related in any way to your use of the service or any product, including, but not limited to, any errors or omissions in any content, or any loss or damage of any kind incurred as a result of the use of the service or any content (or product) posted, transmitted, or otherwise made available via the service, even if advised of their possibility. Because some states or jurisdictions do not allow the exclusion or the limitation of liability for consequential or incidental damages, in such states or jurisdictions, our liability shall be limited to the maximum extent permitted by law.<br><br>SECTION 14 - INDEMNIFICATION<br><br>You agree to indemnify, defend and hold harmless Blackhawk Custom, LLC and our parent, subsidiaries, affiliates, partners, officers, directors, agents, contractors, licensors, service providers, subcontractors, suppliers, interns and employees, harmless from any claim or demand, including reasonable attorneysâ€™ fees, made by any third-party due to or arising out of your breach of these Terms of Service or the documents they incorporate by reference, or your violation of any law or the rights of a third-party.<br><br>SECTION 15 - SEVERABILITY<br><br>In the event that any provision of these Terms of Service is determined to be unlawful, void or unenforceable, such provision shall nonetheless be enforceable to the fullest extent permitted by applicable law, and the unenforceable portion shall be deemed to be severed from these Terms of Service, such determination shall not affect the validity and enforceability of any other remaining provisions.<br><br>SECTION 16 - TERMINATION<br><br>The obligations and liabilities of the parties incurred prior to the termination date shall survive the termination of this agreement for all purposes.<br>These Terms of Service are effective unless and until terminated by either you or us. You may terminate these Terms of Service at any time by notifying us that you no longer wish to use our Services, or when you cease using our site.<br>If in our sole judgment you fail, or we suspect that you have failed, to comply with any term or provision of these Terms of Service, we also may terminate this agreement at any time without notice and you will remain liable for all amounts due up to and including the date of termination; and/or accordingly may deny you access to our Services (or any part thereof).<br><br>SECTION 17 - ENTIRE AGREEMENT<br><br>The failure of us to exercise or enforce any right or provision of these Terms of Service shall not constitute a waiver of such right or provision.<br>These Terms of Service and any policies or operating rules posted by us on this site or in respect to The Service constitutes the entire agreement and understanding between you and us and govern your use of the Service, superseding any prior or contemporaneous agreements, communications and proposals, whether oral or written, between you and us (including, but not limited to, any prior versions of the Terms of Service).<br>Any ambiguities in the interpretation of these Terms of Service shall not be construed against the drafting party.<br><br>SECTION 18 - GOVERNING LAW<br><br>These Terms of Service and any separate agreements whereby we provide you Services shall be governed by and construed in accordance with the laws of 825 South Kings Highway, Fort Pierce, FL 34945.<br><br>SECTION 19 - CHANGES TO TERMS OF SERVICE<br><br>You can review the most current version of the Terms of Service at any time at this page.<br>We reserve the right, at our sole discretion, to update, change or replace any part of these Terms of Service by posting updates and changes to our website. It is your responsibility to check our website periodically for changes. Your continued use of or access to our website or the Service following the posting of any changes to these Terms of Service constitutes acceptance of those changes.<br><br>SECTION 20 - CONTACT INFORMATION<br><br>Questions about the Terms of Service should be sent to us at <a href=\"mailto:admin@blackhawkcustom.com\" target=\"_blank\">admin@blackhawkcustom.com</a></p></div></div></div>\n</div>'),(4611,452,'tve_revision_tve_content_more_found',''),(4612,452,'tve_revision_tve_save_post',''),(4613,452,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Special+Elite:400&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Merriweather:400,400i,900,900i&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Montserrat:400,900,800,200,100&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-1642b6ab2bb\"] { padding: 5px !important; background-image: url(\"\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1642b593fd4\"] { float: none; width: 100%; padding: 25px 10px 5px !important; margin-left: auto !important; margin-right: auto !important; margin-top: 30px !important; }#tcb_landing_page a:not(.tcb-button-link) { color: rgb(255, 255, 255); }.tcb-plain-text strong { font-weight: 900; }#tcb_landing_page input strong { font-weight: 900; }#tcb_landing_page .tcb-button-link strong { font-weight: 900; }#tcb_landing_page p strong, #tcb_landing_page li strong { font-weight: 900; }#tcb_landing_page input { font-family: Merriweather; font-weight: 400; }#tcb_landing_page .tcb-button-link { font-family: Merriweather; font-weight: 400; }#tcb_landing_page p, #tcb_landing_page li { font-family: Merriweather; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h6 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h5 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h4 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h3 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h2 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h1 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(255, 255, 255); }.tcb-plain-text { font-size: 20px; color: rgb(255, 255, 255); font-family: Montserrat; font-weight: 400; }[data-css=\"tve-u-15e09c94f7d\"] { background-color: rgb(255, 255, 255); background-image: linear-gradient(rgb(0, 0, 0), rgb(0, 0, 0)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }.tve_post_lp > div > #tve_editor { margin-left: auto; margin-right: auto; max-width: 1200px; padding: 0px 20px; }#tve_editor [data-css=\"tve-u-165e62d8c6d\"] { font-family: \"Special Elite\" !important; font-weight: 400 !important; }#tcb_landing_page .tcb-plain-text { color: rgb(255, 255, 255); font-family: Merriweather; font-weight: 400; }#tcb_landing_page .tcb-plain-text strong { font-weight: 900; }[data-css=\"tve-u-165e642ffaf\"] { margin-top: 10px !important; }}@media (max-width: 767px){.tve_post_lp > div > #tve_editor { padding: 0px 10px; }[data-css=\"tve-u-1642b6ab2bb\"] { float: left; width: 100%; z-index: 3; position: relative; padding-left: 10px !important; padding-right: 5px !important; margin-left: auto !important; margin-right: auto !important; padding-bottom: 10px !important; }[data-css=\"tve-u-165e6469798\"]::after { clear: both; }#tve_editor [data-css=\"tve-u-165e64714a8\"] { font-size: 15px !important; }}'),(4614,452,'tve_revision_tve_user_custom_css',''),(4615,452,'tve_revision_tve_page_events','a:0:{}'),(4616,452,'tve_revision_tve_globals','a:2:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";s:8:\"font_cls\";a:0:{}}'),(4617,452,'tve_revision_tve_global_scripts',''),(4618,452,'tve_revision_thrive_icon_pack','0'),(4619,452,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(4620,452,'tve_revision_tve_has_masonry','0'),(4621,452,'tve_revision_tve_has_typefocus','0'),(4622,452,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-custom-menu-inside\" style=\"z-index: 8;\" data-css=\"tve-u-1642b593fd4\" wfd-id=\"27\">\n<div class=\"tve-content-box-background\" wfd-id=\"34\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" style=\"z-index: 8;\" wfd-id=\"28\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-165e642ffaf\" wfd-id=\"33\"><h2 data-css=\"tve-u-165e62d8c6d\">Terms &amp; Conditions</h2></div><div class=\"tcb-clear\" data-css=\"tve-u-165e6469798\" wfd-id=\"29\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1642b6ab2bb\" wfd-id=\"30\"><p data-css=\"tve-u-165e64714a8\" style=\"text-align: left;\">TERMS OF SERVICE<br><br>-----<br><br>OVERVIEW<br><br>This website is operated by Blackhawk Custom, LLC. Throughout the site, the terms â€œweâ€, â€œusâ€ and â€œourâ€ refer to Blackhawk Custom, LLC. Blackhawk Custom, LLC offers this website, including all information, tools and services available from this site to you, the user, conditioned upon your acceptance of all terms, conditions, policies and notices stated here.<br><br>By visiting our site and/ or purchasing something from us, you engage in our â€œServiceâ€ and agree to be bound by the following terms and conditions (â€œTerms of Serviceâ€, â€œTermsâ€), including those additional terms, conditions, and policies referenced herein and/or available by hyperlink. These Terms of Service apply to all users of the site, including without limitation users who are browsers, vendors, customers, merchants, and/ or contributors of content.<br><br>Please read these Terms of Service carefully before accessing or using our website. By accessing or using any part of the site, you agree to be bound by these Terms of Service. If you do not agree to all the terms and conditions of this agreement, then you may not access the website or use any services. If these Terms of Service are considered an offer, acceptance is expressly limited to these Terms of Service.<br><br>Any new features or tools which are added to the current store shall also be subject to the Terms of Service. You can review the most current version of the Terms of Service at any time on this page. We reserve the right to update, change or replace any part of these Terms of Service by posting updates and/or changes to our website. It is your responsibility to check this page periodically for changes. Your continued use of or access to the website following the posting of any changes constitutes acceptance of those changes.<br><br>SECTION 1 - ONLINE STORE TERMS<br><br>By agreeing to these Terms of Service, you represent that you are at least the age of majority in your state or province of residence, or that you are the age of majority in your state or province of residence and you have given us your consent to allow any of your minor dependents to use this site.<br>You may not use our products for any illegal or unauthorized purpose nor may you, in the use of the Service, violate any laws in your jurisdiction (including but not limited to copyright laws).<br>You must not transmit any worms or viruses or any code of a destructive nature.<br>A breach or violation of any of the Terms will result in an immediate termination of your Services.<br><br>SECTION 2 - GENERAL CONDITIONS<br><br>We reserve the right to refuse service to anyone for any reason at any time.<br>You understand that your content (not including credit card information), may be transferred unencrypted and involve (a) transmissions over various networks; and (b) changes to conform and adapt to technical requirements of connecting networks or devices. Credit card information is always encrypted during transfer over networks.<br>You agree not to reproduce, duplicate, copy, sell, resell or exploit any portion of the Service, use of the Service, or access to the Service or any contact on the website through which the service is provided, without express written permission by us.<br>The headings used in this agreement are included for convenience only and will not limit or otherwise affect these Terms.<br><br>SECTION 3 - ACCURACY, COMPLETENESS AND TIMELINESS OF INFORMATION<br><br>We are not responsible if information made available on this site is not accurate, complete or current. The material on this site is provided for general information only and should not be relied upon or used as the sole basis for making decisions without consulting primary, more accurate, more complete or more timely sources of information. Any reliance on the material on this site is at your own risk.<br>This site may contain certain historical information. Historical information, necessarily, is not current and is provided for your reference only. We reserve the right to modify the contents of this site at any time, but we have no obligation to update any information on our site. You agree that it is your responsibility to monitor changes to our site.<br><br>SECTION 4 - MODIFICATIONS TO THE SERVICE AND PRICES<br><br>The prices for our products are subject to change without notice.<br>We reserve the right at any time to modify or discontinue the Service (or any part or content thereof) without notice at any time.<br>We shall not be liable to you or to any third-party for any modification, price change, suspension or discontinuance of the Service.<br><br>SECTION 5 - PRODUCTS OR SERVICES (if applicable)<br><br>Certain products or services may be available exclusively online through the website. These products or services may have limited quantities and are subject to return or exchange only according to our Return Policy.<br>We have made every effort to display as accurately as possible the colors and images of our products that appear at the store. We cannot guarantee that your computer monitor\'s display of any color will be accurate.<br>We reserve the right, but are not obligated, to limit the sales of our products or Services to any person, geographic region or jurisdiction. We may exercise this right on a case-by-case basis. We reserve the right to limit the quantities of any products or services that we offer. All descriptions of products or product pricing are subject to change at anytime without notice, at the sole discretion of us. We reserve the right to discontinue any product at any time. Any offer for any product or service made on this site is void where prohibited.<br>We do not warrant that the quality of any products, services, information, or other material purchased or obtained by you will meet your expectations, or that any errors in the Service will be corrected.<br><br>SECTION 6 - ACCURACY OF BILLING AND ACCOUNT INFORMATION<br><br>We reserve the right to refuse any order you place with us. We may, in our sole discretion, limit or cancel quantities purchased per person, per household or per order. These restrictions may include orders placed by or under the same customer account, the same credit card, and/or orders that use the same billing and/or shipping address. In the event that we make a change to or cancel an order, we may attempt to notify you by contacting the e-mail and/or billing address/phone number provided at the time the order was made. We reserve the right to limit or prohibit orders that, in our sole judgment, appear to be placed by dealers, resellers or distributors.<br><br>You agree to provide current, complete and accurate purchase and account information for all purchases made at our store. You agree to promptly update your account and other information, including your email address and credit card numbers and expiration dates, so that we can complete your transactions and contact you as needed.<br><br>For more detail, please review our Returns Policy.<br><br>SECTION 7 - OPTIONAL TOOLS<br><br>We may provide you with access to third-party tools over which we neither monitor nor have any control nor input.<br>You acknowledge and agree that we provide access to such tools â€as isâ€ and â€œas availableâ€ without any warranties, representations or conditions of any kind and without any endorsement. We shall have no liability whatsoever arising from or relating to your use of optional third-party tools.<br>Any use by you of optional tools offered through the site is entirely at your own risk and discretion and you should ensure that you are familiar with and approve of the terms on which tools are provided by the relevant third-party provider(s).<br>We may also, in the future, offer new services and/or features through the website (including, the release of new tools and resources). Such new features and/or services shall also be subject to these Terms of Service.<br><br>SECTION 8 - THIRD-PARTY LINKS<br><br>Certain content, products and services available via our Service may include materials from third-parties.<br>Third-party links on this site may direct you to third-party websites that are not affiliated with us. We are not responsible for examining or evaluating the content or accuracy and we do not warrant and will not have any liability or responsibility for any third-party materials or websites, or for any other materials, products, or services of third-parties.<br>We are not liable for any harm or damages related to the purchase or use of goods, services, resources, content, or any other transactions made in connection with any third-party websites. Please review carefully the third-party\'s policies and practices and make sure you understand them before you engage in any transaction. Complaints, claims, concerns, or questions regarding third-party products should be directed to the third-party.<br><br>SECTION 9 - USER COMMENTS, FEEDBACK AND OTHER SUBMISSIONS<br><br>If, at our request, you send certain specific submissions (for example contest entries) or without a request from us you send creative ideas, suggestions, proposals, plans, or other materials, whether online, by email, by postal mail, or otherwise (collectively, \'comments\'), you agree that we may, at any time, without restriction, edit, copy, publish, distribute, translate and otherwise use in any medium any comments that you forward to us. We are and shall be under no obligation (1) to maintain any comments in confidence; (2) to pay compensation for any comments; or (3) to respond to any comments.<br>We may, but have no obligation to, monitor, edit or remove content that we determine in our sole discretion are unlawful, offensive, threatening, libelous, defamatory, pornographic, obscene or otherwise objectionable or violates any partyâ€™s intellectual property or these Terms of Service.<br>You agree that your comments will not violate any right of any third-party, including copyright, trademark, privacy, personality or other personal or proprietary right. You further agree that your comments will not contain libelous or otherwise unlawful, abusive or obscene material, or contain any computer virus or other malware that could in any way affect the operation of the Service or any related website. You may not use a false e-mail address, pretend to be someone other than yourself, or otherwise mislead us or third-parties as to the origin of any comments. You are solely responsible for any comments you make and their accuracy. We take no responsibility and assume no liability for any comments posted by you or any third-party.<br><br>SECTION 10 - PERSONAL INFORMATION<br><br>Your submission of personal information through the store is governed by our Privacy Policy. To view our Privacy Policy.<br><br>SECTION 11 - ERRORS, INACCURACIES AND OMISSIONS<br><br>Occasionally there may be information on our site or in the Service that contains typographical errors, inaccuracies or omissions that may relate to product descriptions, pricing, promotions, offers, product shipping charges, transit times and availability. We reserve the right to correct any errors, inaccuracies or omissions, and to change or update information or cancel orders if any information in the Service or on any related website is inaccurate at any time without prior notice (including after you have submitted your order).<br>We undertake no obligation to update, amend or clarify information in the Service or on any related website, including without limitation, pricing information, except as required by law. No specified update or refresh date applied in the Service or on any related website, should be taken to indicate that all information in the Service or on any related website has been modified or updated.<br><br>SECTION 12 - PROHIBITED USES<br><br>In addition to other prohibitions as set forth in the Terms of Service, you are prohibited from using the site or its content: (a) for any unlawful purpose; (b) to solicit others to perform or participate in any unlawful acts; (c) to violate any international, federal, provincial or state regulations, rules, laws, or local ordinances; (d) to infringe upon or violate our intellectual property rights or the intellectual property rights of others; (e) to harass, abuse, insult, harm, defame, slander, disparage, intimidate, or discriminate based on gender, sexual orientation, religion, ethnicity, race, age, national origin, or disability; (f) to submit false or misleading information; (g) to upload or transmit viruses or any other type of malicious code that will or may be used in any way that will affect the functionality or operation of the Service or of any related website, other websites, or the Internet; (h) to collect or track the personal information of others; (i) to spam, phish, pharm, pretext, spider, crawl, or scrape; (j) for any obscene or immoral purpose; or (k) to interfere with or circumvent the security features of the Service or any related website, other websites, or the Internet. We reserve the right to terminate your use of the Service or any related website for violating any of the prohibited uses.<br><br>SECTION 13 - DISCLAIMER OF WARRANTIES; LIMITATION OF LIABILITY<br><br>We do not guarantee, represent or warrant that your use of our service will be uninterrupted, timely, secure or error-free.<br>We do not warrant that the results that may be obtained from the use of the service will be accurate or reliable.<br>You agree that from time to time we may remove the service for indefinite periods of time or cancel the service at any time, without notice to you.<br>You expressly agree that your use of, or inability to use, the service is at your sole risk. The service and all products and services delivered to you through the service are (except as expressly stated by us) provided \'as is\' and \'as available\' for your use, without any representation, warranties or conditions of any kind, either express or implied, including all implied warranties or conditions of merchantability, merchantable quality, fitness for a particular purpose, durability, title, and non-infringement.<br>In no case shall Blackhawk Custom, LLC, our directors, officers, employees, affiliates, agents, contractors, interns, suppliers, service providers or licensors be liable for any injury, loss, claim, or any direct, indirect, incidental, punitive, special, or consequential damages of any kind, including, without limitation lost profits, lost revenue, lost savings, loss of data, replacement costs, or any similar damages, whether based in contract, tort (including negligence), strict liability or otherwise, arising from your use of any of the service or any products procured using the service, or for any other claim related in any way to your use of the service or any product, including, but not limited to, any errors or omissions in any content, or any loss or damage of any kind incurred as a result of the use of the service or any content (or product) posted, transmitted, or otherwise made available via the service, even if advised of their possibility. Because some states or jurisdictions do not allow the exclusion or the limitation of liability for consequential or incidental damages, in such states or jurisdictions, our liability shall be limited to the maximum extent permitted by law.<br><br>SECTION 14 - INDEMNIFICATION<br><br>You agree to indemnify, defend and hold harmless Blackhawk Custom, LLC and our parent, subsidiaries, affiliates, partners, officers, directors, agents, contractors, licensors, service providers, subcontractors, suppliers, interns and employees, harmless from any claim or demand, including reasonable attorneysâ€™ fees, made by any third-party due to or arising out of your breach of these Terms of Service or the documents they incorporate by reference, or your violation of any law or the rights of a third-party.<br><br>SECTION 15 - SEVERABILITY<br><br>In the event that any provision of these Terms of Service is determined to be unlawful, void or unenforceable, such provision shall nonetheless be enforceable to the fullest extent permitted by applicable law, and the unenforceable portion shall be deemed to be severed from these Terms of Service, such determination shall not affect the validity and enforceability of any other remaining provisions.<br><br>SECTION 16 - TERMINATION<br><br>The obligations and liabilities of the parties incurred prior to the termination date shall survive the termination of this agreement for all purposes.<br>These Terms of Service are effective unless and until terminated by either you or us. You may terminate these Terms of Service at any time by notifying us that you no longer wish to use our Services, or when you cease using our site.<br>If in our sole judgment you fail, or we suspect that you have failed, to comply with any term or provision of these Terms of Service, we also may terminate this agreement at any time without notice and you will remain liable for all amounts due up to and including the date of termination; and/or accordingly may deny you access to our Services (or any part thereof).<br><br>SECTION 17 - ENTIRE AGREEMENT<br><br>The failure of us to exercise or enforce any right or provision of these Terms of Service shall not constitute a waiver of such right or provision.<br>These Terms of Service and any policies or operating rules posted by us on this site or in respect to The Service constitutes the entire agreement and understanding between you and us and govern your use of the Service, superseding any prior or contemporaneous agreements, communications and proposals, whether oral or written, between you and us (including, but not limited to, any prior versions of the Terms of Service).<br>Any ambiguities in the interpretation of these Terms of Service shall not be construed against the drafting party.<br><br>SECTION 18 - GOVERNING LAW<br><br>These Terms of Service and any separate agreements whereby we provide you Services shall be governed by and construed in accordance with the laws of 825 South Kings Highway, Fort Pierce, FL 34945.<br><br>SECTION 19 - CHANGES TO TERMS OF SERVICE<br><br>You can review the most current version of the Terms of Service at any time at this page.<br>We reserve the right, at our sole discretion, to update, change or replace any part of these Terms of Service by posting updates and changes to our website. It is your responsibility to check our website periodically for changes. Your continued use of or access to our website or the Service following the posting of any changes to these Terms of Service constitutes acceptance of those changes.<br><br>SECTION 20 - CONTACT INFORMATION<br><br>Questions about the Terms of Service should be sent to us at <a href=\"mailto:admin@blackhawkcustom.com\" target=\"_blank\">admin@blackhawkcustom.com</a></p></div></div></div>\n</div>'),(4623,452,'tve_revision_tve_has_wistia_popover','0'),(4624,453,'_wp_attached_file','2019/01/blackhawk-custom-chiron-3b.jpg'),(4625,453,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:564;s:4:\"file\";s:38:\"2019/01/blackhawk-custom-chiron-3b.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"blackhawk-custom-chiron-3b-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"blackhawk-custom-chiron-3b-300x141.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:141;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"blackhawk-custom-chiron-3b-768x361.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:361;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"blackhawk-custom-chiron-3b-1024x481.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:481;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:38:\"blackhawk-custom-chiron-3b-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:38:\"blackhawk-custom-chiron-3b-600x282.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:282;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:38:\"blackhawk-custom-chiron-3b-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:38:\"blackhawk-custom-chiron-3b-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:38:\"blackhawk-custom-chiron-3b-600x282.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:282;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:38:\"blackhawk-custom-chiron-3b-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4627,454,'tve_revision_tve_disable_theme_dependency',''),(4628,454,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15df1296330\" wfd-id=\"41\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15df12ac35e\" wfd-id=\"74\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"42\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15df12e248d\" data-tag=\"h1\" wfd-id=\"71\"><h1 data-css=\"tve-u-15df1bff4b2\" style=\"text-align: center;\"><strong>Thank You</strong>&nbsp;for Signing Up!</h1></div><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15df130aef7\" data-tag=\"h2\" wfd-id=\"68\"><h2 data-css=\"tve-u-15df1c04f57\" style=\"text-align: center;\">Please watch the video below see why We Choose CERAKOTE and why we think you Should too<strong>:</strong></h2></div><div class=\"thrv_responsive_video thrv_wrapper rv_style_lifted_style4\" data-type=\"youtube\" data-url=\"https://www.youtube.com/watch?v=KNErxFen3FY\" data-css=\"tve-u-15df1d58e27\" data-showinfo=\"0\" data-modestbranding=\"1\" data-rel=\"0\" data-fs=\"0\" data-controls=\"0\" wfd-id=\"65\">\n<div class=\"tve_responsive_video_container\" wfd-id=\"66\">\n<div class=\"video_overlay\" wfd-id=\"67\"></div>\n<iframe data-code=\"KNErxFen3FY\" data-provider=\"youtube\" src=\"https://www.youtube.com/embed/KNErxFen3FY?rel=0&amp;modestbranding=1&amp;controls=0&amp;showinfo=0&amp;fs=0&amp;wmode=transparent\" data-src=\"https://www.youtube.com/embed/KNErxFen3FY?rel=0&amp;modestbranding=1&amp;controls=0&amp;showinfo=0&amp;fs=0&amp;wmode=transparent\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\n</div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15df15f31cd\" wfd-id=\"43\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-15df15d7b79\" wfd-id=\"44\"><div class=\"tcb-flex-col\" data-css=\"tve-u-15df15ddafa\" style=\"\" wfd-id=\"60\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"62\"><div class=\"thrv_wrapper tve_image_caption tcb-mobile-hidden\" data-css=\"tve-u-15df15596cf\" wfd-id=\"63\"><span class=\"tve_image_frame\" wfd-id=\"64\"><img class=\"tve_image wp-image-282\" alt=\"\" width=\"1024\" height=\"938\" title=\"CertifiedLogo\" data-id=\"282\" src=\"//bestcerakoteflorida.com/wp-content/uploads/2018/09/CertifiedLogo-1024x938.png\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-15df15ddb0b\" style=\"\" wfd-id=\"45\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15df1c0d52f\" wfd-id=\"47\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15df15c5c47\" data-tag=\"h3\" wfd-id=\"57\"><h3><strong>You are only one step away from getting your 10% Off Certificate!</strong></h3></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15df15c74d6\" wfd-id=\"54\"><p>Please go to your email inbox and look for the email I just sent you. The subject line is \"10% Off\" and the email is sent by \"Nikolas Xifaras\".</p></div><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15df15c5c47\" data-tag=\"h3\" wfd-id=\"51\"><h3><strong>Open the email and click on the confirmation link inside.<br></strong></h3></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15df15c74d6\" wfd-id=\"48\"><p>Done! That\'s all we need, to ensure that we got the right email address and that you will get your certificate!</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15df1609c61\" wfd-id=\"39\"><p data-css=\"tve-u-15df1610b5c\" style=\"text-align: center;\"><span style=\"font-size: 13px; font-family: &quot;Ek Mukta&quot;; font-weight: 200;\" wfd-id=\"40\">Â© {tcb_current_year} ACME Inc | Disclaimer</span></p></div>'),(4629,454,'tve_revision_tve_content_more_found',''),(4630,454,'tve_revision_tve_save_post',''),(4631,454,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Special+Elite:&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Ek+Mukta:200,400,300&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-15df1d58e27\"] { max-width: 748px; margin: 0px auto 10px !important; }[data-css=\"tve-u-15df1610b5c\"] { line-height: 20px !important; }[data-css=\"tve-u-15df1609c61\"] { padding-left: 20px !important; padding-right: 20px !important; margin-left: auto !important; margin-right: auto !important; margin-bottom: 20px !important; }[data-css=\"tve-u-15df15f31cd\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-15df15d7b79\"] { max-width: 916px; margin-left: auto !important; margin-right: auto !important; padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-15df15ddb0b\"] { max-width: 76.4%; }[data-css=\"tve-u-15df15ddafa\"] { max-width: 23.6%; }[data-css=\"tve-u-15df15c74d6\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-15df15c5c47\"] { margin-bottom: 15px !important; margin-top: 14px !important; }[data-css=\"tve-u-15df15596cf\"] { width: 164px; border: 0px solid rgb(255, 255, 255); border-radius: 0px; overflow: hidden; float: none; margin: 0px auto !important; }[data-css=\"tve-u-15df130aef7\"] { max-width: 748px; margin-left: auto !important; margin-right: auto !important; margin-bottom: 50px !important; }[data-css=\"tve-u-15df12e248d\"] { max-width: 750px; margin: 33px auto 10px !important; }[data-css=\"tve-u-15df12ac35e\"] { box-shadow: rgba(0, 0, 0, 0.11) 3px 3px 12px 0px; background-color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15df1296330\"] { max-width: 1080px; margin: 50px auto 0px !important; padding: 15px 40px !important; }[data-css=\"tve-u-15df125dc15\"] { background-image: none !important; background-color: rgb(0, 0, 0) !important; }#tcb_landing_page h3 { font-family: \"Ek Mukta\"; font-weight: 200; font-size: 20px; line-height: 20px; }#tcb_landing_page p, #tcb_landing_page li { font-family: \"Ek Mukta\"; font-weight: 200; font-size: 18px; line-height: 27px; }#tcb_landing_page h2 { font-family: \"Ek Mukta\"; font-weight: 200; font-size: 22px; line-height: 33px; color: rgb(51, 51, 51); }#tcb_landing_page h1 { font-family: \"Ek Mukta\"; font-weight: 200; font-size: 56px; line-height: 56px; }#tve_editor [data-css=\"tve-u-15df1bff4b2\"] { font-family: \"Special Elite\" !important; }#tve_editor [data-css=\"tve-u-15df1c04f57\"] { font-family: \"Special Elite\" !important; text-transform: capitalize !important; color: rgb(143, 2, 32) !important; }}@media (max-width: 1023px){[data-css=\"tve-u-15df130aef7\"] { margin-bottom: 33px !important; }[data-css=\"tve-u-15df15596cf\"] { margin-top: 8px !important; }[data-css=\"tve-u-15df1296330\"] { margin-left: 20px !important; margin-right: 20px !important; }}@media (max-width: 767px){[data-css=\"tve-u-15df1c0d52f\"] { margin-top: 18px !important; }[data-css=\"tve-u-15df12e248d\"] { margin-top: 1px !important; }[data-css=\"tve-u-15df1c04f57\"] { line-height: 1.35em !important; }#tve_editor [data-css=\"tve-u-15df1c04f57\"] { font-size: 18px !important; }[data-css=\"tve-u-15df1bff4b2\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-15df1bff4b2\"] { font-size: 37px !important; }[data-css=\"tve-u-15df1296330\"] { padding-left: 30px !important; padding-right: 30px !important; }[data-css=\"tve-u-15df1d58e27\"] { margin-left: auto !important; margin-right: auto !important; float: none; width: 100%; }}'),(4632,454,'tve_revision_tve_user_custom_css','.thrv_text_element p { margin: 0;}\n.thrv_heading h1,h2,h3 {margin: 0;}\n'),(4633,454,'tve_revision_tve_page_events','a:0:{}'),(4634,454,'tve_revision_tve_globals','a:2:{s:8:\"body_css\";s:17:\"tve-u-15df125dc15\";s:8:\"font_cls\";a:0:{}}'),(4635,454,'tve_revision_tve_global_scripts',''),(4636,454,'tve_revision_thrive_icon_pack','0'),(4637,454,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(4638,454,'tve_revision_tve_has_masonry','0'),(4639,454,'tve_revision_tve_has_typefocus','0'),(4640,454,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15df1296330\" wfd-id=\"41\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15df12ac35e\" wfd-id=\"74\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"42\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15df12e248d\" data-tag=\"h1\" wfd-id=\"71\"><h1 data-css=\"tve-u-15df1bff4b2\" style=\"text-align: center;\"><strong>Thank You</strong>&nbsp;for Signing Up!</h1></div><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15df130aef7\" data-tag=\"h2\" wfd-id=\"68\"><h2 data-css=\"tve-u-15df1c04f57\" style=\"text-align: center;\">Please watch the video below see why We Choose CERAKOTE and why we think you Should too<strong>:</strong></h2></div><div class=\"thrv_responsive_video thrv_wrapper rv_style_lifted_style4\" data-type=\"youtube\" data-url=\"https://www.youtube.com/watch?v=KNErxFen3FY\" data-css=\"tve-u-15df1d58e27\" data-showinfo=\"0\" data-modestbranding=\"1\" data-rel=\"0\" data-fs=\"0\" data-controls=\"0\" wfd-id=\"65\">\n<div class=\"tve_responsive_video_container\" wfd-id=\"66\">\n<div class=\"video_overlay\" wfd-id=\"67\"></div>\n<iframe data-code=\"KNErxFen3FY\" data-provider=\"youtube\" src=\"https://www.youtube.com/embed/KNErxFen3FY?rel=0&amp;modestbranding=1&amp;controls=0&amp;showinfo=0&amp;fs=0&amp;wmode=transparent\" data-src=\"https://www.youtube.com/embed/KNErxFen3FY?rel=0&amp;modestbranding=1&amp;controls=0&amp;showinfo=0&amp;fs=0&amp;wmode=transparent\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\n</div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15df15f31cd\" wfd-id=\"43\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-15df15d7b79\" wfd-id=\"44\"><div class=\"tcb-flex-col\" data-css=\"tve-u-15df15ddafa\" style=\"\" wfd-id=\"60\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"62\"><div class=\"thrv_wrapper tve_image_caption tcb-mobile-hidden\" data-css=\"tve-u-15df15596cf\" wfd-id=\"63\"><span class=\"tve_image_frame\" wfd-id=\"64\"><img class=\"tve_image wp-image-282\" alt=\"\" width=\"1024\" height=\"938\" title=\"CertifiedLogo\" data-id=\"282\" src=\"//bestcerakoteflorida.com/wp-content/uploads/2018/09/CertifiedLogo-1024x938.png\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-15df15ddb0b\" style=\"\" wfd-id=\"45\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15df1c0d52f\" wfd-id=\"47\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15df15c5c47\" data-tag=\"h3\" wfd-id=\"57\"><h3><strong>You are only one step away from getting your 10% Off Certificate!</strong></h3></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15df15c74d6\" wfd-id=\"54\"><p>Please go to your email inbox and look for the email I just sent you. The subject line is \"10% Off\" and the email is sent by \"Nikolas Xifaras\".</p></div><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15df15c5c47\" data-tag=\"h3\" wfd-id=\"51\"><h3><strong>Open the email and click on the confirmation link inside.<br></strong></h3></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15df15c74d6\" wfd-id=\"48\"><p>Done! That\'s all we need, to ensure that we got the right email address and that you will get your certificate!</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15df1609c61\" wfd-id=\"39\"><p data-css=\"tve-u-15df1610b5c\" style=\"text-align: center;\"><span style=\"font-size: 13px; font-family: &quot;Ek Mukta&quot;; font-weight: 200;\" wfd-id=\"40\">Â© {tcb_current_year} ACME Inc | Disclaimer</span></p></div>'),(4641,454,'tve_revision_tve_has_wistia_popover','0'),(4642,454,'tve_revision_tve_landing_page','tcb2-personal-branding-confirmation'),(4643,454,'tve_revision_tve_disable_theme_dependency',''),(4644,454,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15df1296330\" wfd-id=\"41\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15df12ac35e\" wfd-id=\"74\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"42\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15df12e248d\" data-tag=\"h1\" wfd-id=\"71\"><h1 data-css=\"tve-u-15df1bff4b2\" style=\"text-align: center;\"><strong>Thank You</strong>&nbsp;for Signing Up!</h1></div><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15df130aef7\" data-tag=\"h2\" wfd-id=\"68\"><h2 data-css=\"tve-u-15df1c04f57\" style=\"text-align: center;\">Please watch the video below see why We Choose CERAKOTE and why we think you Should too<strong>:</strong></h2></div><div class=\"thrv_responsive_video thrv_wrapper rv_style_lifted_style4\" data-type=\"youtube\" data-url=\"https://www.youtube.com/watch?v=KNErxFen3FY\" data-css=\"tve-u-15df1d58e27\" data-showinfo=\"0\" data-modestbranding=\"1\" data-rel=\"0\" data-fs=\"0\" data-controls=\"0\" wfd-id=\"65\">\n<div class=\"tve_responsive_video_container\" wfd-id=\"66\">\n<div class=\"video_overlay\" wfd-id=\"67\"></div>\n<iframe data-code=\"KNErxFen3FY\" data-provider=\"youtube\" src=\"https://www.youtube.com/embed/KNErxFen3FY?rel=0&amp;modestbranding=1&amp;controls=0&amp;showinfo=0&amp;fs=0&amp;wmode=transparent\" data-src=\"https://www.youtube.com/embed/KNErxFen3FY?rel=0&amp;modestbranding=1&amp;controls=0&amp;showinfo=0&amp;fs=0&amp;wmode=transparent\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\n</div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15df15f31cd\" wfd-id=\"43\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-15df15d7b79\" wfd-id=\"44\"><div class=\"tcb-flex-col\" data-css=\"tve-u-15df15ddafa\" style=\"\" wfd-id=\"60\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"62\"><div class=\"thrv_wrapper tve_image_caption tcb-mobile-hidden\" data-css=\"tve-u-15df15596cf\" wfd-id=\"63\"><span class=\"tve_image_frame\" wfd-id=\"64\"><img class=\"tve_image wp-image-282\" alt=\"\" width=\"1024\" height=\"938\" title=\"CertifiedLogo\" data-id=\"282\" src=\"//bestcerakoteflorida.com/wp-content/uploads/2018/09/CertifiedLogo-1024x938.png\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-15df15ddb0b\" style=\"\" wfd-id=\"45\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15df1c0d52f\" wfd-id=\"47\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15df15c5c47\" data-tag=\"h3\" wfd-id=\"57\"><h3><strong>You are only one step away from getting your 10% Off Certificate!</strong></h3></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15df15c74d6\" wfd-id=\"54\"><p>Please go to your email inbox and look for the email I just sent you. The subject line is \"10% Off\" and the email is sent by \"Nikolas Xifaras\".</p></div><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15df15c5c47\" data-tag=\"h3\" wfd-id=\"51\"><h3><strong>Open the email and click on the confirmation link inside.<br></strong></h3></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15df15c74d6\" wfd-id=\"48\"><p>Done! That\'s all we need, to ensure that we got the right email address and that you will get your certificate!</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15df1609c61\" wfd-id=\"39\"><p data-css=\"tve-u-15df1610b5c\" style=\"text-align: center;\"><span style=\"font-size: 13px; font-family: &quot;Ek Mukta&quot;; font-weight: 200;\" wfd-id=\"40\">Â© {tcb_current_year} ACME Inc | Disclaimer</span></p></div>'),(4645,454,'tve_revision_tve_content_more_found',''),(4646,454,'tve_revision_tve_save_post',''),(4647,454,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Special+Elite:&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Ek+Mukta:200,400,300&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-15df1d58e27\"] { max-width: 748px; margin: 0px auto 10px !important; }[data-css=\"tve-u-15df1610b5c\"] { line-height: 20px !important; }[data-css=\"tve-u-15df1609c61\"] { padding-left: 20px !important; padding-right: 20px !important; margin-left: auto !important; margin-right: auto !important; margin-bottom: 20px !important; }[data-css=\"tve-u-15df15f31cd\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-15df15d7b79\"] { max-width: 916px; margin-left: auto !important; margin-right: auto !important; padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-15df15ddb0b\"] { max-width: 76.4%; }[data-css=\"tve-u-15df15ddafa\"] { max-width: 23.6%; }[data-css=\"tve-u-15df15c74d6\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-15df15c5c47\"] { margin-bottom: 15px !important; margin-top: 14px !important; }[data-css=\"tve-u-15df15596cf\"] { width: 164px; border: 0px solid rgb(255, 255, 255); border-radius: 0px; overflow: hidden; float: none; margin: 0px auto !important; }[data-css=\"tve-u-15df130aef7\"] { max-width: 748px; margin-left: auto !important; margin-right: auto !important; margin-bottom: 50px !important; }[data-css=\"tve-u-15df12e248d\"] { max-width: 750px; margin: 33px auto 10px !important; }[data-css=\"tve-u-15df12ac35e\"] { box-shadow: rgba(0, 0, 0, 0.11) 3px 3px 12px 0px; background-color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15df1296330\"] { max-width: 1080px; margin: 50px auto 0px !important; padding: 15px 40px !important; }[data-css=\"tve-u-15df125dc15\"] { background-image: none !important; background-color: rgb(0, 0, 0) !important; }#tcb_landing_page h3 { font-family: \"Ek Mukta\"; font-weight: 200; font-size: 20px; line-height: 20px; }#tcb_landing_page p, #tcb_landing_page li { font-family: \"Ek Mukta\"; font-weight: 200; font-size: 18px; line-height: 27px; }#tcb_landing_page h2 { font-family: \"Ek Mukta\"; font-weight: 200; font-size: 22px; line-height: 33px; color: rgb(51, 51, 51); }#tcb_landing_page h1 { font-family: \"Ek Mukta\"; font-weight: 200; font-size: 56px; line-height: 56px; }#tve_editor [data-css=\"tve-u-15df1bff4b2\"] { font-family: \"Special Elite\" !important; }#tve_editor [data-css=\"tve-u-15df1c04f57\"] { font-family: \"Special Elite\" !important; text-transform: capitalize !important; color: rgb(143, 2, 32) !important; }}@media (max-width: 1023px){[data-css=\"tve-u-15df130aef7\"] { margin-bottom: 33px !important; }[data-css=\"tve-u-15df15596cf\"] { margin-top: 8px !important; }[data-css=\"tve-u-15df1296330\"] { margin-left: 20px !important; margin-right: 20px !important; }}@media (max-width: 767px){[data-css=\"tve-u-15df1c0d52f\"] { margin-top: 18px !important; }[data-css=\"tve-u-15df12e248d\"] { margin-top: 1px !important; }[data-css=\"tve-u-15df1c04f57\"] { line-height: 1.35em !important; }#tve_editor [data-css=\"tve-u-15df1c04f57\"] { font-size: 18px !important; }[data-css=\"tve-u-15df1bff4b2\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-15df1bff4b2\"] { font-size: 37px !important; }[data-css=\"tve-u-15df1296330\"] { padding-left: 30px !important; padding-right: 30px !important; }[data-css=\"tve-u-15df1d58e27\"] { margin-left: auto !important; margin-right: auto !important; float: none; width: 100%; }}'),(4648,454,'tve_revision_tve_user_custom_css','.thrv_text_element p { margin: 0;}\n.thrv_heading h1,h2,h3 {margin: 0;}\n'),(4649,454,'tve_revision_tve_page_events','a:0:{}'),(4650,454,'tve_revision_tve_globals','a:2:{s:8:\"body_css\";s:17:\"tve-u-15df125dc15\";s:8:\"font_cls\";a:0:{}}'),(4651,454,'tve_revision_tve_global_scripts',''),(4652,454,'tve_revision_thrive_icon_pack','0'),(4653,454,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(4654,454,'tve_revision_tve_has_masonry','0'),(4655,454,'tve_revision_tve_has_typefocus','0'),(4656,454,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15df1296330\" wfd-id=\"41\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15df12ac35e\" wfd-id=\"74\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"42\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15df12e248d\" data-tag=\"h1\" wfd-id=\"71\"><h1 data-css=\"tve-u-15df1bff4b2\" style=\"text-align: center;\"><strong>Thank You</strong>&nbsp;for Signing Up!</h1></div><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15df130aef7\" data-tag=\"h2\" wfd-id=\"68\"><h2 data-css=\"tve-u-15df1c04f57\" style=\"text-align: center;\">Please watch the video below see why We Choose CERAKOTE and why we think you Should too<strong>:</strong></h2></div><div class=\"thrv_responsive_video thrv_wrapper rv_style_lifted_style4\" data-type=\"youtube\" data-url=\"https://www.youtube.com/watch?v=KNErxFen3FY\" data-css=\"tve-u-15df1d58e27\" data-showinfo=\"0\" data-modestbranding=\"1\" data-rel=\"0\" data-fs=\"0\" data-controls=\"0\" wfd-id=\"65\">\n<div class=\"tve_responsive_video_container\" wfd-id=\"66\">\n<div class=\"video_overlay\" wfd-id=\"67\"></div>\n<iframe data-code=\"KNErxFen3FY\" data-provider=\"youtube\" src=\"https://www.youtube.com/embed/KNErxFen3FY?rel=0&amp;modestbranding=1&amp;controls=0&amp;showinfo=0&amp;fs=0&amp;wmode=transparent\" data-src=\"https://www.youtube.com/embed/KNErxFen3FY?rel=0&amp;modestbranding=1&amp;controls=0&amp;showinfo=0&amp;fs=0&amp;wmode=transparent\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\n</div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15df15f31cd\" wfd-id=\"43\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-15df15d7b79\" wfd-id=\"44\"><div class=\"tcb-flex-col\" data-css=\"tve-u-15df15ddafa\" style=\"\" wfd-id=\"60\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"62\"><div class=\"thrv_wrapper tve_image_caption tcb-mobile-hidden\" data-css=\"tve-u-15df15596cf\" wfd-id=\"63\"><span class=\"tve_image_frame\" wfd-id=\"64\"><img class=\"tve_image wp-image-282\" alt=\"\" width=\"1024\" height=\"938\" title=\"CertifiedLogo\" data-id=\"282\" src=\"//bestcerakoteflorida.com/wp-content/uploads/2018/09/CertifiedLogo-1024x938.png\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-15df15ddb0b\" style=\"\" wfd-id=\"45\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15df1c0d52f\" wfd-id=\"47\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15df15c5c47\" data-tag=\"h3\" wfd-id=\"57\"><h3><strong>You are only one step away from getting your 10% Off Certificate!</strong></h3></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15df15c74d6\" wfd-id=\"54\"><p>Please go to your email inbox and look for the email I just sent you. The subject line is \"10% Off\" and the email is sent by \"Nikolas Xifaras\".</p></div><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15df15c5c47\" data-tag=\"h3\" wfd-id=\"51\"><h3><strong>Open the email and click on the confirmation link inside.<br></strong></h3></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15df15c74d6\" wfd-id=\"48\"><p>Done! That\'s all we need, to ensure that we got the right email address and that you will get your certificate!</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15df1609c61\" wfd-id=\"39\"><p data-css=\"tve-u-15df1610b5c\" style=\"text-align: center;\"><span style=\"font-size: 13px; font-family: &quot;Ek Mukta&quot;; font-weight: 200;\" wfd-id=\"40\">Â© {tcb_current_year} ACME Inc | Disclaimer</span></p></div>'),(4657,454,'tve_revision_tve_has_wistia_popover','0'),(4658,455,'tve_revision_tve_landing_page','tcb2-personal-branding-confirmation'),(4659,455,'tve_revision_tve_disable_theme_dependency',''),(4660,455,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15df1296330\" wfd-id=\"33\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15df12ac35e\" wfd-id=\"64\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"34\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15df12e248d\" data-tag=\"h1\" wfd-id=\"61\"><h1 data-css=\"tve-u-15df1bff4b2\" style=\"text-align: center;\"><strong>Thank You</strong>&nbsp;for Signing Up!</h1></div><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15df130aef7\" data-tag=\"h2\" wfd-id=\"58\"><h2 data-css=\"tve-u-15df1c04f57\" style=\"text-align: center;\">Please watch the video below see why We Choose CERAKOTE and why we think you Should too<strong>:</strong></h2></div><div class=\"thrv_responsive_video thrv_wrapper rv_style_lifted_style4\" data-type=\"youtube\" data-url=\"https://www.youtube.com/watch?v=KNErxFen3FY\" data-css=\"tve-u-15df1d58e27\" data-showinfo=\"0\" data-modestbranding=\"1\" data-rel=\"0\" data-fs=\"0\" data-controls=\"0\" wfd-id=\"55\">\n<div class=\"tve_responsive_video_container\" wfd-id=\"56\">\n<div class=\"video_overlay\" wfd-id=\"57\"></div>\n<iframe data-code=\"KNErxFen3FY\" data-provider=\"youtube\" src=\"https://www.youtube.com/embed/KNErxFen3FY?rel=0&amp;modestbranding=1&amp;controls=0&amp;showinfo=0&amp;fs=0&amp;wmode=transparent\" data-src=\"https://www.youtube.com/embed/KNErxFen3FY?rel=0&amp;modestbranding=1&amp;controls=0&amp;showinfo=0&amp;fs=0&amp;wmode=transparent\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\n</div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15df15f31cd\" wfd-id=\"35\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-15df15d7b79\" wfd-id=\"36\"><div class=\"tcb-flex-col\" data-css=\"tve-u-15df15ddafa\" style=\"\" wfd-id=\"50\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"52\"><div class=\"thrv_wrapper tve_image_caption tcb-mobile-hidden\" data-css=\"tve-u-15df15596cf\" wfd-id=\"53\"><span class=\"tve_image_frame\" wfd-id=\"54\"><img class=\"tve_image wp-image-282\" alt=\"\" width=\"1024\" height=\"938\" title=\"CertifiedLogo\" data-id=\"282\" src=\"//bestcerakoteflorida.com/wp-content/uploads/2018/09/CertifiedLogo-1024x938.png\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-15df15ddb0b\" style=\"\" wfd-id=\"37\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15df1c0d52f\" wfd-id=\"39\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15df15c5c47\" data-tag=\"h3\" wfd-id=\"47\"><h3><strong>You are only one step away from getting your 10% Off Certificate!</strong></h3></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15df15c74d6\" wfd-id=\"44\"><p>Please go to your email inbox and look for the email I just sent you. The subject line is \"10% Off\" and the email is sent by \"Nikolas Xifaras\".</p></div><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15df15c5c47\" data-tag=\"h3\" wfd-id=\"41\"><h3><strong>Open the email and click on the confirmation link inside.<br></strong></h3></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15df15c74d6\" wfd-id=\"40\"><p>Done! That\'s all we need, to ensure that we got the right email address and that you will get your certificate!</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15df1609c61\" wfd-id=\"31\"><p data-css=\"tve-u-15df1610b5c\" style=\"text-align: center;\"><span style=\"font-size: 13px; font-family: &quot;Ek Mukta&quot;; font-weight: 200;\" wfd-id=\"32\">Â© {tcb_current_year} ACME Inc | Disclaimer</span></p></div>'),(4661,455,'tve_revision_tve_content_more_found',''),(4662,455,'tve_revision_tve_save_post',''),(4663,455,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Special+Elite:&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Ek+Mukta:200,400,300&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-15df1d58e27\"] { max-width: 748px; margin: 0px auto 10px !important; }[data-css=\"tve-u-15df1610b5c\"] { line-height: 20px !important; }[data-css=\"tve-u-15df1609c61\"] { padding-left: 20px !important; padding-right: 20px !important; margin-left: auto !important; margin-right: auto !important; margin-bottom: 20px !important; }[data-css=\"tve-u-15df15f31cd\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-15df15d7b79\"] { max-width: 916px; margin-left: auto !important; margin-right: auto !important; padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-15df15ddb0b\"] { max-width: 76.4%; }[data-css=\"tve-u-15df15ddafa\"] { max-width: 23.6%; }[data-css=\"tve-u-15df15c74d6\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-15df15c5c47\"] { margin-bottom: 15px !important; margin-top: 14px !important; }[data-css=\"tve-u-15df15596cf\"] { width: 164px; border: 0px solid rgb(255, 255, 255); border-radius: 0px; overflow: hidden; float: none; margin: 0px auto !important; }[data-css=\"tve-u-15df130aef7\"] { max-width: 748px; margin-left: auto !important; margin-right: auto !important; margin-bottom: 50px !important; }[data-css=\"tve-u-15df12e248d\"] { max-width: 750px; margin: 33px auto 10px !important; }[data-css=\"tve-u-15df12ac35e\"] { box-shadow: rgba(0, 0, 0, 0.11) 3px 3px 12px 0px; background-color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15df1296330\"] { max-width: 1080px; margin: 50px auto 0px !important; padding: 15px 40px !important; }[data-css=\"tve-u-15df125dc15\"] { background-image: none !important; background-color: rgb(0, 0, 0) !important; }#tcb_landing_page h3 { font-family: \"Ek Mukta\"; font-weight: 200; font-size: 20px; line-height: 20px; }#tcb_landing_page p, #tcb_landing_page li { font-family: \"Ek Mukta\"; font-weight: 200; font-size: 18px; line-height: 27px; }#tcb_landing_page h2 { font-family: \"Ek Mukta\"; font-weight: 200; font-size: 22px; line-height: 33px; color: rgb(51, 51, 51); }#tcb_landing_page h1 { font-family: \"Ek Mukta\"; font-weight: 200; font-size: 56px; line-height: 56px; }#tve_editor [data-css=\"tve-u-15df1bff4b2\"] { font-family: \"Special Elite\" !important; }#tve_editor [data-css=\"tve-u-15df1c04f57\"] { font-family: \"Special Elite\" !important; text-transform: capitalize !important; color: rgb(143, 2, 32) !important; }}@media (max-width: 1023px){[data-css=\"tve-u-15df130aef7\"] { margin-bottom: 33px !important; }[data-css=\"tve-u-15df15596cf\"] { margin-top: 8px !important; }[data-css=\"tve-u-15df1296330\"] { margin-left: 20px !important; margin-right: 20px !important; }}@media (max-width: 767px){[data-css=\"tve-u-15df1c0d52f\"] { margin-top: 18px !important; }[data-css=\"tve-u-15df12e248d\"] { margin-top: 1px !important; }[data-css=\"tve-u-15df1c04f57\"] { line-height: 1.35em !important; }#tve_editor [data-css=\"tve-u-15df1c04f57\"] { font-size: 18px !important; }[data-css=\"tve-u-15df1bff4b2\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-15df1bff4b2\"] { font-size: 37px !important; }[data-css=\"tve-u-15df1296330\"] { padding-left: 30px !important; padding-right: 30px !important; }[data-css=\"tve-u-15df1d58e27\"] { float: none; width: 100%; margin-left: auto !important; margin-right: auto !important; }}'),(4664,455,'tve_revision_tve_user_custom_css','.thrv_text_element p { margin: 0;}\n.thrv_heading h1,h2,h3 {margin: 0;}\n'),(4665,455,'tve_revision_tve_page_events','a:0:{}'),(4666,455,'tve_revision_tve_globals','a:2:{s:8:\"body_css\";s:17:\"tve-u-15df125dc15\";s:8:\"font_cls\";a:0:{}}'),(4667,455,'tve_revision_tve_global_scripts',''),(4668,455,'tve_revision_thrive_icon_pack','0'),(4669,455,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(4670,455,'tve_revision_tve_has_masonry','0'),(4671,455,'tve_revision_tve_has_typefocus','0'),(4672,455,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15df1296330\" wfd-id=\"33\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15df12ac35e\" wfd-id=\"64\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"34\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15df12e248d\" data-tag=\"h1\" wfd-id=\"61\"><h1 data-css=\"tve-u-15df1bff4b2\" style=\"text-align: center;\"><strong>Thank You</strong>&nbsp;for Signing Up!</h1></div><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15df130aef7\" data-tag=\"h2\" wfd-id=\"58\"><h2 data-css=\"tve-u-15df1c04f57\" style=\"text-align: center;\">Please watch the video below see why We Choose CERAKOTE and why we think you Should too<strong>:</strong></h2></div><div class=\"thrv_responsive_video thrv_wrapper rv_style_lifted_style4\" data-type=\"youtube\" data-url=\"https://www.youtube.com/watch?v=KNErxFen3FY\" data-css=\"tve-u-15df1d58e27\" data-showinfo=\"0\" data-modestbranding=\"1\" data-rel=\"0\" data-fs=\"0\" data-controls=\"0\" wfd-id=\"55\">\n<div class=\"tve_responsive_video_container\" wfd-id=\"56\">\n<div class=\"video_overlay\" wfd-id=\"57\"></div>\n<iframe data-code=\"KNErxFen3FY\" data-provider=\"youtube\" src=\"https://www.youtube.com/embed/KNErxFen3FY?rel=0&amp;modestbranding=1&amp;controls=0&amp;showinfo=0&amp;fs=0&amp;wmode=transparent\" data-src=\"https://www.youtube.com/embed/KNErxFen3FY?rel=0&amp;modestbranding=1&amp;controls=0&amp;showinfo=0&amp;fs=0&amp;wmode=transparent\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\n</div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15df15f31cd\" wfd-id=\"35\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-15df15d7b79\" wfd-id=\"36\"><div class=\"tcb-flex-col\" data-css=\"tve-u-15df15ddafa\" style=\"\" wfd-id=\"50\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"52\"><div class=\"thrv_wrapper tve_image_caption tcb-mobile-hidden\" data-css=\"tve-u-15df15596cf\" wfd-id=\"53\"><span class=\"tve_image_frame\" wfd-id=\"54\"><img class=\"tve_image wp-image-282\" alt=\"\" width=\"1024\" height=\"938\" title=\"CertifiedLogo\" data-id=\"282\" src=\"//bestcerakoteflorida.com/wp-content/uploads/2018/09/CertifiedLogo-1024x938.png\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-15df15ddb0b\" style=\"\" wfd-id=\"37\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15df1c0d52f\" wfd-id=\"39\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15df15c5c47\" data-tag=\"h3\" wfd-id=\"47\"><h3><strong>You are only one step away from getting your 10% Off Certificate!</strong></h3></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15df15c74d6\" wfd-id=\"44\"><p>Please go to your email inbox and look for the email I just sent you. The subject line is \"10% Off\" and the email is sent by \"Nikolas Xifaras\".</p></div><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15df15c5c47\" data-tag=\"h3\" wfd-id=\"41\"><h3><strong>Open the email and click on the confirmation link inside.<br></strong></h3></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15df15c74d6\" wfd-id=\"40\"><p>Done! That\'s all we need, to ensure that we got the right email address and that you will get your certificate!</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15df1609c61\" wfd-id=\"31\"><p data-css=\"tve-u-15df1610b5c\" style=\"text-align: center;\"><span style=\"font-size: 13px; font-family: &quot;Ek Mukta&quot;; font-weight: 200;\" wfd-id=\"32\">Â© {tcb_current_year} ACME Inc | Disclaimer</span></p></div>'),(4673,455,'tve_revision_tve_has_wistia_popover','0'),(4674,210,'tve_revision_tve_landing_page','blank_v2'),(4675,210,'tve_revision_tve_disable_theme_dependency',''),(4676,210,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-custom-menu-inside\" style=\"z-index: 8;\" data-css=\"tve-u-1642b593fd4\" wfd-id=\"27\">\n<div class=\"tve-content-box-background\" wfd-id=\"34\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" style=\"z-index: 8;\" wfd-id=\"28\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-165e642ffaf\" wfd-id=\"33\"><h2 data-css=\"tve-u-165e62d8c6d\">Terms &amp; Conditions</h2></div><div class=\"tcb-clear\" data-css=\"tve-u-165e6469798\" wfd-id=\"29\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1642b6ab2bb\" wfd-id=\"30\"><p data-css=\"tve-u-165e64714a8\" style=\"text-align: left;\">TERMS OF SERVICE<br><br>-----<br><br>OVERVIEW<br><br>This website is operated by Blackhawk Custom, LLC. Throughout the site, the terms â€œweâ€, â€œusâ€ and â€œourâ€ refer to Blackhawk Custom, LLC. Blackhawk Custom, LLC offers this website, including all information, tools and services available from this site to you, the user, conditioned upon your acceptance of all terms, conditions, policies and notices stated here.<br><br>By visiting our site and/ or purchasing something from us, you engage in our â€œServiceâ€ and agree to be bound by the following terms and conditions (â€œTerms of Serviceâ€, â€œTermsâ€), including those additional terms, conditions, and policies referenced herein and/or available by hyperlink. These Terms of Service apply to all users of the site, including without limitation users who are browsers, vendors, customers, merchants, and/ or contributors of content.<br><br>Please read these Terms of Service carefully before accessing or using our website. By accessing or using any part of the site, you agree to be bound by these Terms of Service. If you do not agree to all the terms and conditions of this agreement, then you may not access the website or use any services. If these Terms of Service are considered an offer, acceptance is expressly limited to these Terms of Service.<br><br>Any new features or tools which are added to the current store shall also be subject to the Terms of Service. You can review the most current version of the Terms of Service at any time on this page. We reserve the right to update, change or replace any part of these Terms of Service by posting updates and/or changes to our website. It is your responsibility to check this page periodically for changes. Your continued use of or access to the website following the posting of any changes constitutes acceptance of those changes.<br><br>SECTION 1 - ONLINE STORE TERMS<br><br>By agreeing to these Terms of Service, you represent that you are at least the age of majority in your state or province of residence, or that you are the age of majority in your state or province of residence and you have given us your consent to allow any of your minor dependents to use this site.<br>You may not use our products for any illegal or unauthorized purpose nor may you, in the use of the Service, violate any laws in your jurisdiction (including but not limited to copyright laws).<br>You must not transmit any worms or viruses or any code of a destructive nature.<br>A breach or violation of any of the Terms will result in an immediate termination of your Services.<br><br>SECTION 2 - GENERAL CONDITIONS<br><br>We reserve the right to refuse service to anyone for any reason at any time.<br>You understand that your content (not including credit card information), may be transferred unencrypted and involve (a) transmissions over various networks; and (b) changes to conform and adapt to technical requirements of connecting networks or devices. Credit card information is always encrypted during transfer over networks.<br>You agree not to reproduce, duplicate, copy, sell, resell or exploit any portion of the Service, use of the Service, or access to the Service or any contact on the website through which the service is provided, without express written permission by us.<br>The headings used in this agreement are included for convenience only and will not limit or otherwise affect these Terms.<br><br>SECTION 3 - ACCURACY, COMPLETENESS AND TIMELINESS OF INFORMATION<br><br>We are not responsible if information made available on this site is not accurate, complete or current. The material on this site is provided for general information only and should not be relied upon or used as the sole basis for making decisions without consulting primary, more accurate, more complete or more timely sources of information. Any reliance on the material on this site is at your own risk.<br>This site may contain certain historical information. Historical information, necessarily, is not current and is provided for your reference only. We reserve the right to modify the contents of this site at any time, but we have no obligation to update any information on our site. You agree that it is your responsibility to monitor changes to our site.<br><br>SECTION 4 - MODIFICATIONS TO THE SERVICE AND PRICES<br><br>The prices for our products are subject to change without notice.<br>We reserve the right at any time to modify or discontinue the Service (or any part or content thereof) without notice at any time.<br>We shall not be liable to you or to any third-party for any modification, price change, suspension or discontinuance of the Service.<br><br>SECTION 5 - PRODUCTS OR SERVICES (if applicable)<br><br>Certain products or services may be available exclusively online through the website. These products or services may have limited quantities and are subject to return or exchange only according to our Return Policy.<br>We have made every effort to display as accurately as possible the colors and images of our products that appear at the store. We cannot guarantee that your computer monitor\'s display of any color will be accurate.<br>We reserve the right, but are not obligated, to limit the sales of our products or Services to any person, geographic region or jurisdiction. We may exercise this right on a case-by-case basis. We reserve the right to limit the quantities of any products or services that we offer. All descriptions of products or product pricing are subject to change at anytime without notice, at the sole discretion of us. We reserve the right to discontinue any product at any time. Any offer for any product or service made on this site is void where prohibited.<br>We do not warrant that the quality of any products, services, information, or other material purchased or obtained by you will meet your expectations, or that any errors in the Service will be corrected.<br><br>SECTION 6 - ACCURACY OF BILLING AND ACCOUNT INFORMATION<br><br>We reserve the right to refuse any order you place with us. We may, in our sole discretion, limit or cancel quantities purchased per person, per household or per order. These restrictions may include orders placed by or under the same customer account, the same credit card, and/or orders that use the same billing and/or shipping address. In the event that we make a change to or cancel an order, we may attempt to notify you by contacting the e-mail and/or billing address/phone number provided at the time the order was made. We reserve the right to limit or prohibit orders that, in our sole judgment, appear to be placed by dealers, resellers or distributors.<br><br>You agree to provide current, complete and accurate purchase and account information for all purchases made at our store. You agree to promptly update your account and other information, including your email address and credit card numbers and expiration dates, so that we can complete your transactions and contact you as needed.<br><br>For more detail, please review our Returns Policy.<br><br>SECTION 7 - OPTIONAL TOOLS<br><br>We may provide you with access to third-party tools over which we neither monitor nor have any control nor input.<br>You acknowledge and agree that we provide access to such tools â€as isâ€ and â€œas availableâ€ without any warranties, representations or conditions of any kind and without any endorsement. We shall have no liability whatsoever arising from or relating to your use of optional third-party tools.<br>Any use by you of optional tools offered through the site is entirely at your own risk and discretion and you should ensure that you are familiar with and approve of the terms on which tools are provided by the relevant third-party provider(s).<br>We may also, in the future, offer new services and/or features through the website (including, the release of new tools and resources). Such new features and/or services shall also be subject to these Terms of Service.<br><br>SECTION 8 - THIRD-PARTY LINKS<br><br>Certain content, products and services available via our Service may include materials from third-parties.<br>Third-party links on this site may direct you to third-party websites that are not affiliated with us. We are not responsible for examining or evaluating the content or accuracy and we do not warrant and will not have any liability or responsibility for any third-party materials or websites, or for any other materials, products, or services of third-parties.<br>We are not liable for any harm or damages related to the purchase or use of goods, services, resources, content, or any other transactions made in connection with any third-party websites. Please review carefully the third-party\'s policies and practices and make sure you understand them before you engage in any transaction. Complaints, claims, concerns, or questions regarding third-party products should be directed to the third-party.<br><br>SECTION 9 - USER COMMENTS, FEEDBACK AND OTHER SUBMISSIONS<br><br>If, at our request, you send certain specific submissions (for example contest entries) or without a request from us you send creative ideas, suggestions, proposals, plans, or other materials, whether online, by email, by postal mail, or otherwise (collectively, \'comments\'), you agree that we may, at any time, without restriction, edit, copy, publish, distribute, translate and otherwise use in any medium any comments that you forward to us. We are and shall be under no obligation (1) to maintain any comments in confidence; (2) to pay compensation for any comments; or (3) to respond to any comments.<br>We may, but have no obligation to, monitor, edit or remove content that we determine in our sole discretion are unlawful, offensive, threatening, libelous, defamatory, pornographic, obscene or otherwise objectionable or violates any partyâ€™s intellectual property or these Terms of Service.<br>You agree that your comments will not violate any right of any third-party, including copyright, trademark, privacy, personality or other personal or proprietary right. You further agree that your comments will not contain libelous or otherwise unlawful, abusive or obscene material, or contain any computer virus or other malware that could in any way affect the operation of the Service or any related website. You may not use a false e-mail address, pretend to be someone other than yourself, or otherwise mislead us or third-parties as to the origin of any comments. You are solely responsible for any comments you make and their accuracy. We take no responsibility and assume no liability for any comments posted by you or any third-party.<br><br>SECTION 10 - PERSONAL INFORMATION<br><br>Your submission of personal information through the store is governed by our Privacy Policy. To view our Privacy Policy.<br><br>SECTION 11 - ERRORS, INACCURACIES AND OMISSIONS<br><br>Occasionally there may be information on our site or in the Service that contains typographical errors, inaccuracies or omissions that may relate to product descriptions, pricing, promotions, offers, product shipping charges, transit times and availability. We reserve the right to correct any errors, inaccuracies or omissions, and to change or update information or cancel orders if any information in the Service or on any related website is inaccurate at any time without prior notice (including after you have submitted your order).<br>We undertake no obligation to update, amend or clarify information in the Service or on any related website, including without limitation, pricing information, except as required by law. No specified update or refresh date applied in the Service or on any related website, should be taken to indicate that all information in the Service or on any related website has been modified or updated.<br><br>SECTION 12 - PROHIBITED USES<br><br>In addition to other prohibitions as set forth in the Terms of Service, you are prohibited from using the site or its content: (a) for any unlawful purpose; (b) to solicit others to perform or participate in any unlawful acts; (c) to violate any international, federal, provincial or state regulations, rules, laws, or local ordinances; (d) to infringe upon or violate our intellectual property rights or the intellectual property rights of others; (e) to harass, abuse, insult, harm, defame, slander, disparage, intimidate, or discriminate based on gender, sexual orientation, religion, ethnicity, race, age, national origin, or disability; (f) to submit false or misleading information; (g) to upload or transmit viruses or any other type of malicious code that will or may be used in any way that will affect the functionality or operation of the Service or of any related website, other websites, or the Internet; (h) to collect or track the personal information of others; (i) to spam, phish, pharm, pretext, spider, crawl, or scrape; (j) for any obscene or immoral purpose; or (k) to interfere with or circumvent the security features of the Service or any related website, other websites, or the Internet. We reserve the right to terminate your use of the Service or any related website for violating any of the prohibited uses.<br><br>SECTION 13 - DISCLAIMER OF WARRANTIES; LIMITATION OF LIABILITY<br><br>We do not guarantee, represent or warrant that your use of our service will be uninterrupted, timely, secure or error-free.<br>We do not warrant that the results that may be obtained from the use of the service will be accurate or reliable.<br>You agree that from time to time we may remove the service for indefinite periods of time or cancel the service at any time, without notice to you.<br>You expressly agree that your use of, or inability to use, the service is at your sole risk. The service and all products and services delivered to you through the service are (except as expressly stated by us) provided \'as is\' and \'as available\' for your use, without any representation, warranties or conditions of any kind, either express or implied, including all implied warranties or conditions of merchantability, merchantable quality, fitness for a particular purpose, durability, title, and non-infringement.<br>In no case shall Blackhawk Custom, LLC, our directors, officers, employees, affiliates, agents, contractors, interns, suppliers, service providers or licensors be liable for any injury, loss, claim, or any direct, indirect, incidental, punitive, special, or consequential damages of any kind, including, without limitation lost profits, lost revenue, lost savings, loss of data, replacement costs, or any similar damages, whether based in contract, tort (including negligence), strict liability or otherwise, arising from your use of any of the service or any products procured using the service, or for any other claim related in any way to your use of the service or any product, including, but not limited to, any errors or omissions in any content, or any loss or damage of any kind incurred as a result of the use of the service or any content (or product) posted, transmitted, or otherwise made available via the service, even if advised of their possibility. Because some states or jurisdictions do not allow the exclusion or the limitation of liability for consequential or incidental damages, in such states or jurisdictions, our liability shall be limited to the maximum extent permitted by law.<br><br>SECTION 14 - INDEMNIFICATION<br><br>You agree to indemnify, defend and hold harmless Blackhawk Custom, LLC and our parent, subsidiaries, affiliates, partners, officers, directors, agents, contractors, licensors, service providers, subcontractors, suppliers, interns and employees, harmless from any claim or demand, including reasonable attorneysâ€™ fees, made by any third-party due to or arising out of your breach of these Terms of Service or the documents they incorporate by reference, or your violation of any law or the rights of a third-party.<br><br>SECTION 15 - SEVERABILITY<br><br>In the event that any provision of these Terms of Service is determined to be unlawful, void or unenforceable, such provision shall nonetheless be enforceable to the fullest extent permitted by applicable law, and the unenforceable portion shall be deemed to be severed from these Terms of Service, such determination shall not affect the validity and enforceability of any other remaining provisions.<br><br>SECTION 16 - TERMINATION<br><br>The obligations and liabilities of the parties incurred prior to the termination date shall survive the termination of this agreement for all purposes.<br>These Terms of Service are effective unless and until terminated by either you or us. You may terminate these Terms of Service at any time by notifying us that you no longer wish to use our Services, or when you cease using our site.<br>If in our sole judgment you fail, or we suspect that you have failed, to comply with any term or provision of these Terms of Service, we also may terminate this agreement at any time without notice and you will remain liable for all amounts due up to and including the date of termination; and/or accordingly may deny you access to our Services (or any part thereof).<br><br>SECTION 17 - ENTIRE AGREEMENT<br><br>The failure of us to exercise or enforce any right or provision of these Terms of Service shall not constitute a waiver of such right or provision.<br>These Terms of Service and any policies or operating rules posted by us on this site or in respect to The Service constitutes the entire agreement and understanding between you and us and govern your use of the Service, superseding any prior or contemporaneous agreements, communications and proposals, whether oral or written, between you and us (including, but not limited to, any prior versions of the Terms of Service).<br>Any ambiguities in the interpretation of these Terms of Service shall not be construed against the drafting party.<br><br>SECTION 18 - GOVERNING LAW<br><br>These Terms of Service and any separate agreements whereby we provide you Services shall be governed by and construed in accordance with the laws of 825 South Kings Highway, Fort Pierce, FL 34945.<br><br>SECTION 19 - CHANGES TO TERMS OF SERVICE<br><br>You can review the most current version of the Terms of Service at any time at this page.<br>We reserve the right, at our sole discretion, to update, change or replace any part of these Terms of Service by posting updates and changes to our website. It is your responsibility to check our website periodically for changes. Your continued use of or access to our website or the Service following the posting of any changes to these Terms of Service constitutes acceptance of those changes.<br><br>SECTION 20 - CONTACT INFORMATION<br><br>Questions about the Terms of Service should be sent to us at <a href=\"mailto:admin@blackhawkcustom.com\" target=\"_blank\">admin@blackhawkcustom.com</a></p></div></div></div>\n</div>'),(4677,210,'tve_revision_tve_content_more_found',''),(4678,210,'tve_revision_tve_save_post',''),(4679,210,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Special+Elite:400&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Merriweather:400,400i,900,900i&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Montserrat:400,900,800,200,100&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-1642b6ab2bb\"] { padding: 5px !important; background-image: url(\"\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1642b593fd4\"] { float: none; width: 100%; padding: 25px 10px 5px !important; margin-left: auto !important; margin-right: auto !important; margin-top: 30px !important; }#tcb_landing_page a:not(.tcb-button-link) { color: rgb(255, 255, 255); }.tcb-plain-text strong { font-weight: 900; }#tcb_landing_page input strong { font-weight: 900; }#tcb_landing_page .tcb-button-link strong { font-weight: 900; }#tcb_landing_page p strong, #tcb_landing_page li strong { font-weight: 900; }#tcb_landing_page input { font-family: Merriweather; font-weight: 400; }#tcb_landing_page .tcb-button-link { font-family: Merriweather; font-weight: 400; }#tcb_landing_page p, #tcb_landing_page li { font-family: Merriweather; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h6 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h5 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h4 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h3 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h2 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h1 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(255, 255, 255); }.tcb-plain-text { font-size: 20px; color: rgb(255, 255, 255); font-family: Montserrat; font-weight: 400; }[data-css=\"tve-u-15e09c94f7d\"] { background-color: rgb(255, 255, 255); background-image: linear-gradient(rgb(0, 0, 0), rgb(0, 0, 0)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }.tve_post_lp > div > #tve_editor { margin-left: auto; margin-right: auto; max-width: 1200px; padding: 0px 20px; }#tve_editor [data-css=\"tve-u-165e62d8c6d\"] { font-family: \"Special Elite\" !important; font-weight: 400 !important; }#tcb_landing_page .tcb-plain-text { color: rgb(255, 255, 255); font-family: Merriweather; font-weight: 400; }#tcb_landing_page .tcb-plain-text strong { font-weight: 900; }[data-css=\"tve-u-165e642ffaf\"] { margin-top: 10px !important; }}@media (max-width: 767px){.tve_post_lp > div > #tve_editor { padding: 0px 10px; }[data-css=\"tve-u-1642b6ab2bb\"] { float: left; width: 100%; z-index: 3; position: relative; padding-left: 10px !important; padding-right: 5px !important; margin-left: auto !important; margin-right: auto !important; padding-bottom: 10px !important; }[data-css=\"tve-u-165e6469798\"]::after { clear: both; }#tve_editor [data-css=\"tve-u-165e64714a8\"] { font-size: 15px !important; }}'),(4680,210,'tve_revision_tve_user_custom_css',''),(4681,210,'tve_revision_tve_page_events','a:0:{}'),(4682,210,'tve_revision_tve_globals','a:2:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";s:8:\"font_cls\";a:0:{}}'),(4683,210,'tve_revision_tve_global_scripts',''),(4684,210,'tve_revision_thrive_icon_pack','0'),(4685,210,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(4686,210,'tve_revision_tve_has_masonry','0'),(4687,210,'tve_revision_tve_has_typefocus','0'),(4688,210,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-custom-menu-inside\" style=\"z-index: 8;\" data-css=\"tve-u-1642b593fd4\" wfd-id=\"27\">\n<div class=\"tve-content-box-background\" wfd-id=\"34\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" style=\"z-index: 8;\" wfd-id=\"28\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-165e642ffaf\" wfd-id=\"33\"><h2 data-css=\"tve-u-165e62d8c6d\">Terms &amp; Conditions</h2></div><div class=\"tcb-clear\" data-css=\"tve-u-165e6469798\" wfd-id=\"29\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1642b6ab2bb\" wfd-id=\"30\"><p data-css=\"tve-u-165e64714a8\" style=\"text-align: left;\">TERMS OF SERVICE<br><br>-----<br><br>OVERVIEW<br><br>This website is operated by Blackhawk Custom, LLC. Throughout the site, the terms â€œweâ€, â€œusâ€ and â€œourâ€ refer to Blackhawk Custom, LLC. Blackhawk Custom, LLC offers this website, including all information, tools and services available from this site to you, the user, conditioned upon your acceptance of all terms, conditions, policies and notices stated here.<br><br>By visiting our site and/ or purchasing something from us, you engage in our â€œServiceâ€ and agree to be bound by the following terms and conditions (â€œTerms of Serviceâ€, â€œTermsâ€), including those additional terms, conditions, and policies referenced herein and/or available by hyperlink. These Terms of Service apply to all users of the site, including without limitation users who are browsers, vendors, customers, merchants, and/ or contributors of content.<br><br>Please read these Terms of Service carefully before accessing or using our website. By accessing or using any part of the site, you agree to be bound by these Terms of Service. If you do not agree to all the terms and conditions of this agreement, then you may not access the website or use any services. If these Terms of Service are considered an offer, acceptance is expressly limited to these Terms of Service.<br><br>Any new features or tools which are added to the current store shall also be subject to the Terms of Service. You can review the most current version of the Terms of Service at any time on this page. We reserve the right to update, change or replace any part of these Terms of Service by posting updates and/or changes to our website. It is your responsibility to check this page periodically for changes. Your continued use of or access to the website following the posting of any changes constitutes acceptance of those changes.<br><br>SECTION 1 - ONLINE STORE TERMS<br><br>By agreeing to these Terms of Service, you represent that you are at least the age of majority in your state or province of residence, or that you are the age of majority in your state or province of residence and you have given us your consent to allow any of your minor dependents to use this site.<br>You may not use our products for any illegal or unauthorized purpose nor may you, in the use of the Service, violate any laws in your jurisdiction (including but not limited to copyright laws).<br>You must not transmit any worms or viruses or any code of a destructive nature.<br>A breach or violation of any of the Terms will result in an immediate termination of your Services.<br><br>SECTION 2 - GENERAL CONDITIONS<br><br>We reserve the right to refuse service to anyone for any reason at any time.<br>You understand that your content (not including credit card information), may be transferred unencrypted and involve (a) transmissions over various networks; and (b) changes to conform and adapt to technical requirements of connecting networks or devices. Credit card information is always encrypted during transfer over networks.<br>You agree not to reproduce, duplicate, copy, sell, resell or exploit any portion of the Service, use of the Service, or access to the Service or any contact on the website through which the service is provided, without express written permission by us.<br>The headings used in this agreement are included for convenience only and will not limit or otherwise affect these Terms.<br><br>SECTION 3 - ACCURACY, COMPLETENESS AND TIMELINESS OF INFORMATION<br><br>We are not responsible if information made available on this site is not accurate, complete or current. The material on this site is provided for general information only and should not be relied upon or used as the sole basis for making decisions without consulting primary, more accurate, more complete or more timely sources of information. Any reliance on the material on this site is at your own risk.<br>This site may contain certain historical information. Historical information, necessarily, is not current and is provided for your reference only. We reserve the right to modify the contents of this site at any time, but we have no obligation to update any information on our site. You agree that it is your responsibility to monitor changes to our site.<br><br>SECTION 4 - MODIFICATIONS TO THE SERVICE AND PRICES<br><br>The prices for our products are subject to change without notice.<br>We reserve the right at any time to modify or discontinue the Service (or any part or content thereof) without notice at any time.<br>We shall not be liable to you or to any third-party for any modification, price change, suspension or discontinuance of the Service.<br><br>SECTION 5 - PRODUCTS OR SERVICES (if applicable)<br><br>Certain products or services may be available exclusively online through the website. These products or services may have limited quantities and are subject to return or exchange only according to our Return Policy.<br>We have made every effort to display as accurately as possible the colors and images of our products that appear at the store. We cannot guarantee that your computer monitor\'s display of any color will be accurate.<br>We reserve the right, but are not obligated, to limit the sales of our products or Services to any person, geographic region or jurisdiction. We may exercise this right on a case-by-case basis. We reserve the right to limit the quantities of any products or services that we offer. All descriptions of products or product pricing are subject to change at anytime without notice, at the sole discretion of us. We reserve the right to discontinue any product at any time. Any offer for any product or service made on this site is void where prohibited.<br>We do not warrant that the quality of any products, services, information, or other material purchased or obtained by you will meet your expectations, or that any errors in the Service will be corrected.<br><br>SECTION 6 - ACCURACY OF BILLING AND ACCOUNT INFORMATION<br><br>We reserve the right to refuse any order you place with us. We may, in our sole discretion, limit or cancel quantities purchased per person, per household or per order. These restrictions may include orders placed by or under the same customer account, the same credit card, and/or orders that use the same billing and/or shipping address. In the event that we make a change to or cancel an order, we may attempt to notify you by contacting the e-mail and/or billing address/phone number provided at the time the order was made. We reserve the right to limit or prohibit orders that, in our sole judgment, appear to be placed by dealers, resellers or distributors.<br><br>You agree to provide current, complete and accurate purchase and account information for all purchases made at our store. You agree to promptly update your account and other information, including your email address and credit card numbers and expiration dates, so that we can complete your transactions and contact you as needed.<br><br>For more detail, please review our Returns Policy.<br><br>SECTION 7 - OPTIONAL TOOLS<br><br>We may provide you with access to third-party tools over which we neither monitor nor have any control nor input.<br>You acknowledge and agree that we provide access to such tools â€as isâ€ and â€œas availableâ€ without any warranties, representations or conditions of any kind and without any endorsement. We shall have no liability whatsoever arising from or relating to your use of optional third-party tools.<br>Any use by you of optional tools offered through the site is entirely at your own risk and discretion and you should ensure that you are familiar with and approve of the terms on which tools are provided by the relevant third-party provider(s).<br>We may also, in the future, offer new services and/or features through the website (including, the release of new tools and resources). Such new features and/or services shall also be subject to these Terms of Service.<br><br>SECTION 8 - THIRD-PARTY LINKS<br><br>Certain content, products and services available via our Service may include materials from third-parties.<br>Third-party links on this site may direct you to third-party websites that are not affiliated with us. We are not responsible for examining or evaluating the content or accuracy and we do not warrant and will not have any liability or responsibility for any third-party materials or websites, or for any other materials, products, or services of third-parties.<br>We are not liable for any harm or damages related to the purchase or use of goods, services, resources, content, or any other transactions made in connection with any third-party websites. Please review carefully the third-party\'s policies and practices and make sure you understand them before you engage in any transaction. Complaints, claims, concerns, or questions regarding third-party products should be directed to the third-party.<br><br>SECTION 9 - USER COMMENTS, FEEDBACK AND OTHER SUBMISSIONS<br><br>If, at our request, you send certain specific submissions (for example contest entries) or without a request from us you send creative ideas, suggestions, proposals, plans, or other materials, whether online, by email, by postal mail, or otherwise (collectively, \'comments\'), you agree that we may, at any time, without restriction, edit, copy, publish, distribute, translate and otherwise use in any medium any comments that you forward to us. We are and shall be under no obligation (1) to maintain any comments in confidence; (2) to pay compensation for any comments; or (3) to respond to any comments.<br>We may, but have no obligation to, monitor, edit or remove content that we determine in our sole discretion are unlawful, offensive, threatening, libelous, defamatory, pornographic, obscene or otherwise objectionable or violates any partyâ€™s intellectual property or these Terms of Service.<br>You agree that your comments will not violate any right of any third-party, including copyright, trademark, privacy, personality or other personal or proprietary right. You further agree that your comments will not contain libelous or otherwise unlawful, abusive or obscene material, or contain any computer virus or other malware that could in any way affect the operation of the Service or any related website. You may not use a false e-mail address, pretend to be someone other than yourself, or otherwise mislead us or third-parties as to the origin of any comments. You are solely responsible for any comments you make and their accuracy. We take no responsibility and assume no liability for any comments posted by you or any third-party.<br><br>SECTION 10 - PERSONAL INFORMATION<br><br>Your submission of personal information through the store is governed by our Privacy Policy. To view our Privacy Policy.<br><br>SECTION 11 - ERRORS, INACCURACIES AND OMISSIONS<br><br>Occasionally there may be information on our site or in the Service that contains typographical errors, inaccuracies or omissions that may relate to product descriptions, pricing, promotions, offers, product shipping charges, transit times and availability. We reserve the right to correct any errors, inaccuracies or omissions, and to change or update information or cancel orders if any information in the Service or on any related website is inaccurate at any time without prior notice (including after you have submitted your order).<br>We undertake no obligation to update, amend or clarify information in the Service or on any related website, including without limitation, pricing information, except as required by law. No specified update or refresh date applied in the Service or on any related website, should be taken to indicate that all information in the Service or on any related website has been modified or updated.<br><br>SECTION 12 - PROHIBITED USES<br><br>In addition to other prohibitions as set forth in the Terms of Service, you are prohibited from using the site or its content: (a) for any unlawful purpose; (b) to solicit others to perform or participate in any unlawful acts; (c) to violate any international, federal, provincial or state regulations, rules, laws, or local ordinances; (d) to infringe upon or violate our intellectual property rights or the intellectual property rights of others; (e) to harass, abuse, insult, harm, defame, slander, disparage, intimidate, or discriminate based on gender, sexual orientation, religion, ethnicity, race, age, national origin, or disability; (f) to submit false or misleading information; (g) to upload or transmit viruses or any other type of malicious code that will or may be used in any way that will affect the functionality or operation of the Service or of any related website, other websites, or the Internet; (h) to collect or track the personal information of others; (i) to spam, phish, pharm, pretext, spider, crawl, or scrape; (j) for any obscene or immoral purpose; or (k) to interfere with or circumvent the security features of the Service or any related website, other websites, or the Internet. We reserve the right to terminate your use of the Service or any related website for violating any of the prohibited uses.<br><br>SECTION 13 - DISCLAIMER OF WARRANTIES; LIMITATION OF LIABILITY<br><br>We do not guarantee, represent or warrant that your use of our service will be uninterrupted, timely, secure or error-free.<br>We do not warrant that the results that may be obtained from the use of the service will be accurate or reliable.<br>You agree that from time to time we may remove the service for indefinite periods of time or cancel the service at any time, without notice to you.<br>You expressly agree that your use of, or inability to use, the service is at your sole risk. The service and all products and services delivered to you through the service are (except as expressly stated by us) provided \'as is\' and \'as available\' for your use, without any representation, warranties or conditions of any kind, either express or implied, including all implied warranties or conditions of merchantability, merchantable quality, fitness for a particular purpose, durability, title, and non-infringement.<br>In no case shall Blackhawk Custom, LLC, our directors, officers, employees, affiliates, agents, contractors, interns, suppliers, service providers or licensors be liable for any injury, loss, claim, or any direct, indirect, incidental, punitive, special, or consequential damages of any kind, including, without limitation lost profits, lost revenue, lost savings, loss of data, replacement costs, or any similar damages, whether based in contract, tort (including negligence), strict liability or otherwise, arising from your use of any of the service or any products procured using the service, or for any other claim related in any way to your use of the service or any product, including, but not limited to, any errors or omissions in any content, or any loss or damage of any kind incurred as a result of the use of the service or any content (or product) posted, transmitted, or otherwise made available via the service, even if advised of their possibility. Because some states or jurisdictions do not allow the exclusion or the limitation of liability for consequential or incidental damages, in such states or jurisdictions, our liability shall be limited to the maximum extent permitted by law.<br><br>SECTION 14 - INDEMNIFICATION<br><br>You agree to indemnify, defend and hold harmless Blackhawk Custom, LLC and our parent, subsidiaries, affiliates, partners, officers, directors, agents, contractors, licensors, service providers, subcontractors, suppliers, interns and employees, harmless from any claim or demand, including reasonable attorneysâ€™ fees, made by any third-party due to or arising out of your breach of these Terms of Service or the documents they incorporate by reference, or your violation of any law or the rights of a third-party.<br><br>SECTION 15 - SEVERABILITY<br><br>In the event that any provision of these Terms of Service is determined to be unlawful, void or unenforceable, such provision shall nonetheless be enforceable to the fullest extent permitted by applicable law, and the unenforceable portion shall be deemed to be severed from these Terms of Service, such determination shall not affect the validity and enforceability of any other remaining provisions.<br><br>SECTION 16 - TERMINATION<br><br>The obligations and liabilities of the parties incurred prior to the termination date shall survive the termination of this agreement for all purposes.<br>These Terms of Service are effective unless and until terminated by either you or us. You may terminate these Terms of Service at any time by notifying us that you no longer wish to use our Services, or when you cease using our site.<br>If in our sole judgment you fail, or we suspect that you have failed, to comply with any term or provision of these Terms of Service, we also may terminate this agreement at any time without notice and you will remain liable for all amounts due up to and including the date of termination; and/or accordingly may deny you access to our Services (or any part thereof).<br><br>SECTION 17 - ENTIRE AGREEMENT<br><br>The failure of us to exercise or enforce any right or provision of these Terms of Service shall not constitute a waiver of such right or provision.<br>These Terms of Service and any policies or operating rules posted by us on this site or in respect to The Service constitutes the entire agreement and understanding between you and us and govern your use of the Service, superseding any prior or contemporaneous agreements, communications and proposals, whether oral or written, between you and us (including, but not limited to, any prior versions of the Terms of Service).<br>Any ambiguities in the interpretation of these Terms of Service shall not be construed against the drafting party.<br><br>SECTION 18 - GOVERNING LAW<br><br>These Terms of Service and any separate agreements whereby we provide you Services shall be governed by and construed in accordance with the laws of 825 South Kings Highway, Fort Pierce, FL 34945.<br><br>SECTION 19 - CHANGES TO TERMS OF SERVICE<br><br>You can review the most current version of the Terms of Service at any time at this page.<br>We reserve the right, at our sole discretion, to update, change or replace any part of these Terms of Service by posting updates and changes to our website. It is your responsibility to check our website periodically for changes. Your continued use of or access to our website or the Service following the posting of any changes to these Terms of Service constitutes acceptance of those changes.<br><br>SECTION 20 - CONTACT INFORMATION<br><br>Questions about the Terms of Service should be sent to us at <a href=\"mailto:admin@blackhawkcustom.com\" target=\"_blank\">admin@blackhawkcustom.com</a></p></div></div></div>\n</div>'),(4689,210,'tve_revision_tve_has_wistia_popover','0'),(6369,542,'tve_revision_tve_disable_theme_dependency',''),(6368,542,'tve_revision_tve_landing_set',''),(6367,542,'tve_revision_tve_landing_page',''),(4706,143,'tve_revision_tve_landing_page','tcb2-blank-page-styled'),(4707,143,'tve_revision_tve_disable_theme_dependency','1'),(4708,143,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-custom-menu-inside\" data-css=\"tve-u-1642b667be5\" style=\"z-index: 8;\" wfd-id=\"33\">\n<div class=\"tve-content-box-background\" wfd-id=\"133\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1642b6ef7e6\" style=\"z-index: 8;\" wfd-id=\"34\"><div class=\"thrv_wrapper thrv_widget_menu tve-custom-menu-upgrade tve-mobile-dropdown  tve-menu-style-none tve-mobile-icon-style_3 tve-dropdown-icon-style_1\" data-tve-style=\"tve_horizontal\" data-tve-switch-icon=\"tablet,mobile\" data-css=\"tve-u-165f5ddaaa4\" tcb-template-name=\"Shadow Dark\" tcb-template-id=\"28115\" data-ct=\"menu-28115\" style=\"\" wfd-id=\"108\">	<div class=\"thrive-shortcode-config\" style=\"display: none !important\" wfd-id=\"132\">__CONFIG_widget_menu__{\"menu_id\":\"custom\",\"color\":\"tve_red\",\"dir\":\"tve_horizontal\",\"font_class\":\"\",\"font_size\":\"\",\"ul_attr\":\"\",\"link_attr\":\"\",\"top_link_attr\":\"\",\"trigger_attr\":\"\",\"primary\":\"\",\"head_css\":\"\",\"background_hover\":\"\",\"main_hover\":\"\",\"child_hover\":\"\",\"group_edit\":[{\"css_id\":null,\"class\":\"\"},{\"css_id\":null,\"class\":\"\"},{\"css_id\":null,\"class\":\"\"},{\"css_id\":null,\"class\":\"\"},{\"css_id\":null,\"class\":\"\"},{\"css_id\":null,\"class\":\"\"},{\"css_id\":null,\"class\":\"\"},{\"css_id\":null,\"class\":\"\"}],\"menu_style\":\"none\",\"dropdown_icon\":\"style_1\",\"mobile_side\":\"\",\"mobile_icon\":\"style_3\",\"switch_to_icon\":\"tablet,mobile\",\"template\":\"28115\",\"template_name\":\"Shadow Dark\"}__CONFIG_widget_menu__</div>\n<div class=\"thrive-shortcode-html tve-menu-custom-type thrive-shortcode-html-editable tve-custom-menu-type tve_clearfix\" style=\"z-index: 8;\" wfd-id=\"109\">\n<a class=\"tve-m-trigger t_tve_horizontal tve_red\" href=\"javascript:void(0)\"><div class=\"thrv_wrapper thrv_icon tcb-icon-open tve-trigger-active\" data-not-changeable=\"true\" data-selector=\"[data-css=&quot;tve-u-165f5ddaaa4&quot;] .tcb-icon-open\" wfd-id=\"131\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"align-justify\"><g><rect x=\"8\" y=\"10.1\" class=\"st0\" width=\"16\" height=\"2\"></rect><rect x=\"8\" y=\"15\" class=\"st0\" width=\"16\" height=\"2\"></rect><rect x=\"8\" y=\"19.9\" class=\"st0\" width=\"16\" height=\"2\"></rect><path class=\"st0\" d=\"M0,0v32h32V0H0z M30,30H2V2h28V30z\"></path></g></svg></div><div class=\"thrv_wrapper thrv_icon tcb-icon-close\" data-not-changeable=\"true\" data-selector=\"[data-css=&quot;tve-u-165f5ddaaa4&quot;] .tcb-icon-close\" wfd-id=\"130\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"close\"><g><path class=\"st0\" d=\"M0,0v32h32V0H0z M30,30H2V2h28V30z\"></path><polygon class=\"st0\" points=\"11.1,22.4 16,17.4 21,22.4 22.4,21 17.4,16 22.4,11.1 21,9.6 16,14.6 11.1,9.6 9.6,11.1 14.6,16 9.6,21 \"></polygon></g></svg></div></a><ul id=\"menu-main-menu\" class=\"tve_w_menu tve_horizontal tve-m-collapsed\" style=\"z-index: 6;\" wfd-id=\"110\"><li id=\"tcb_custom_menu_5402f616\" class=\"menu-item menu-item-type-post_type menu-item-object-page thrv_wrapper thrv-menu-item-element thrv-custom-menu-item\" data-selector=\"[data-css=&quot;tve-u-165f5ddaaa4&quot;] #tcb_custom_menu_5402f616\" data-tcb_hover_state_parent=\"\" wfd-id=\"127\"><a href=\"https://bestcerakoteflorida.com/\"><span class=\"tve-disabled-text-inner\" wfd-id=\"129\">HOME</span><span class=\"tve-disabled-text-inner tve-item-dropdown-trigger\" wfd-id=\"128\"></span></a></li><li id=\"tcb_custom_menu_13475a66\" class=\"menu-item menu-item-type-post_type menu-item-object-page thrv_wrapper thrv-menu-item-element thrv-custom-menu-item menu-item-has-children tcb-excluded-from-group-item\" data-selector=\"[data-css=&quot;tve-u-165f5ddaaa4&quot;] #tcb_custom_menu_13475a66\" data-tcb_hover_state_parent=\"\" wfd-id=\"123\"><a href=\"\"><span class=\"tve-disabled-text-inner\" wfd-id=\"126\">NAV#2</span><span class=\"tve-disabled-text-inner tve-item-dropdown-trigger\" wfd-id=\"125\"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"tve-dropdown-icon-up\" viewBox=\"0 0 320 512\"><path d=\"M151.5 347.8L3.5 201c-4.7-4.7-4.7-12.3 0-17l19.8-19.8c4.7-4.7 12.3-4.7 17 0L160 282.7l119.7-118.5c4.7-4.7 12.3-4.7 17 0l19.8 19.8c4.7 4.7 4.7 12.3 0 17l-148 146.8c-4.7 4.7-12.3 4.7-17 0z\"></path></svg><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"tve-dropdown-icon-down\" viewBox=\"0 0 320 512\"><path d=\"M168.5 164.2l148 146.8c4.7 4.7 4.7 12.3 0 17l-19.8 19.8c-4.7 4.7-12.3 4.7-17 0L160 229.3 40.3 347.8c-4.7 4.7-12.3 4.7-17 0L3.5 328c-4.7-4.7-4.7-12.3 0-17l148-146.8c4.7-4.7 12.3-4.7 17 0z\"></path></svg></span></a><ul class=\"sub-menu tve_empty_dropzone\" data-selector=\"[data-css=&quot;tve-u-165f5ddaaa4&quot;] #tcb_custom_menu_13475a66 > ul\"><li id=\"tcb_custom_menu_ed3da1d0\" class=\"menu-item menu-item-type-post_type menu-item-object-page thrv_wrapper thrv-menu-item-element thrv-custom-menu-item tcb-excluded-from-group-item\" data-selector=\"[data-css=&quot;tve-u-165f5ddaaa4&quot;] #tcb_custom_menu_ed3da1d0\" data-tcb_hover_state_parent=\"\"><a href=\"\"><span class=\"tve-disabled-text-inner\">SUB-NAV#1</span><span class=\"tve-disabled-text-inner tve-item-dropdown-trigger\"></span></a></li><li id=\"tcb_custom_menu_1f1477da\" class=\"menu-item menu-item-type-post_type menu-item-object-page thrv_wrapper thrv-menu-item-element thrv-custom-menu-item\" data-selector=\"[data-css=&quot;tve-u-165f5ddaaa4&quot;] #tcb_custom_menu_1f1477da\" data-tcb_hover_state_parent=\"\"><a href=\"\"><span class=\"tve-disabled-text-inner\">SUB-NAV#2</span><span class=\"tve-disabled-text-inner tve-item-dropdown-trigger\"></span></a></li></ul></li><li id=\"tcb_custom_menu_a19cc162\" class=\"menu-item menu-item-type-post_type menu-item-object-page thrv_wrapper thrv-menu-item-element thrv-custom-menu-item\" data-selector=\"[data-css=&quot;tve-u-165f5ddaaa4&quot;] #tcb_custom_menu_a19cc162\" data-tcb_hover_state_parent=\"\" wfd-id=\"120\"><a href=\"\"><span class=\"tve-disabled-text-inner\" wfd-id=\"122\">NAV#3</span><span class=\"tve-disabled-text-inner tve-item-dropdown-trigger\" wfd-id=\"121\"></span></a></li><li id=\"tcb_custom_menu_65zjXM43\" class=\"menu-item menu-item-type-post_type menu-item-object-page thrv_wrapper thrv-menu-item-element thrv-custom-menu-item\" data-selector=\"[data-css=&quot;tve-u-165f5ddaaa4&quot;] #tcb_custom_menu_65zjXM43\" data-tcb_hover_state_parent=\"\" wfd-id=\"117\"><a href=\"\"><span class=\"tve-disabled-text-inner\" wfd-id=\"119\">NAV#4</span><span class=\"tve-disabled-text-inner tve-item-dropdown-trigger\" wfd-id=\"118\"></span></a></li><li id=\"tcb_custom_menu_2SmNtzRv\" class=\"menu-item menu-item-type-post_type menu-item-object-page thrv_wrapper thrv-menu-item-element thrv-custom-menu-item\" data-selector=\"[data-css=&quot;tve-u-165f5ddaaa4&quot;] #tcb_custom_menu_2SmNtzRv\" data-tcb_hover_state_parent=\"\" wfd-id=\"114\"><a href=\"\"><span class=\"tve-disabled-text-inner\" wfd-id=\"116\">NAV#5</span><span class=\"tve-disabled-text-inner tve-item-dropdown-trigger\" wfd-id=\"115\"></span></a></li><li id=\"tcb_custom_menu_0NaqyNWp\" class=\"menu-item menu-item-type-post_type menu-item-object-page thrv_wrapper thrv-menu-item-element thrv-custom-menu-item tcb-excluded-from-group-item active-expand-children\" data-selector=\"[data-css=&quot;tve-u-165f5ddaaa4&quot;] #tcb_custom_menu_0NaqyNWp\" data-tcb_hover_state_parent=\"\" wfd-id=\"111\"><a href=\"https://bestcerakoteflorida.com/cart/\"><span class=\"tve-disabled-text-inner\" wfd-id=\"113\">CART</span><span class=\"tve-disabled-text-inner tve-item-dropdown-trigger\" wfd-id=\"112\"></span></a></li></ul></div>	</div><div class=\"thrv_wrapper thrv_heading\" style=\"\" data-tag=\"h1\" data-css=\"tve-u-1642b32e2c2\" wfd-id=\"105\"><h1 data-css=\"tve-u-16035acf904\" style=\"text-align: center;\"><strong>Privacy</strong></h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" data-css=\"tve-u-1642b25c464\" wfd-id=\"35\"><p data-css=\"tve-u-165e6491162\"><span data-css=\"tve-u-165e64c579a\" style=\"font-family: Merriweather; font-weight: 400;\" wfd-id=\"104\">Privacy Policy</span></p><p data-css=\"tve-u-165e6492b04\"><span data-css=\"tve-u-165e64c08c2\" style=\"font-family: Merriweather; font-weight: 400;\" wfd-id=\"103\">What personal information do we collect from the people that visit our blog, website or app?<br>When ordering or registering on our site, as appropriate, you may be asked to enter your name, email address, mailing address, phone number, credit card information or other details to help you with your experience.</span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08c4\" style=\"font-weight: 400;\" wfd-id=\"101\"><span data-css=\"tve-u-165e64c08c5\" style=\"font-family: Merriweather;\" wfd-id=\"102\">When do we collect information?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08c6\" style=\"font-weight: 400;\" wfd-id=\"99\"><span data-css=\"tve-u-165e64c08c7\" style=\"font-family: Merriweather;\" wfd-id=\"100\">We collect information from you when you register on our site, place an order, subscribe to a newsletter, respond to a survey, fill out a form or enter information on our site.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08c9\" style=\"font-weight: 400;\" wfd-id=\"97\"><span data-css=\"tve-u-165e64c08ca\" style=\"font-family: Merriweather;\" wfd-id=\"98\">How do we use your information?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08cb\" style=\"font-weight: 400;\" wfd-id=\"95\"><span data-css=\"tve-u-165e64c08cc\" style=\"font-family: Merriweather;\" wfd-id=\"96\">We may use the information we collect from you when you register, make a purchase, sign up for our newsletter, respond to a survey or marketing communication, surf the website, or use certain other site features in the following ways:<br>â€¢ To personalize user\'s experience and to allow us to deliver the type of content and product offerings in which you are most interested.<br>â€¢ To improve our website in order to better serve you.<br>â€¢ To allow us to better service you in responding to your customer service requests.<br>â€¢ To administer a contest, promotion, survey or other site feature.<br>â€¢ To quickly process your transactions.<br>â€¢ To send periodic emails regarding your order or other products and services.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08ce\" style=\"font-weight: 400;\" wfd-id=\"93\"><span data-css=\"tve-u-165e64c08cf\" style=\"font-family: Merriweather;\" wfd-id=\"94\">How do we protect visitor information?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08d0\" style=\"font-weight: 400;\" wfd-id=\"91\"><span data-css=\"tve-u-165e64c08d1\" style=\"font-family: Merriweather;\" wfd-id=\"92\">Our website is scanned on a regular basis for security holes and known vulnerabilities in order to make your visit to our site as safe as possible.<br>We use regular Malware Scanning.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08d3\" style=\"font-weight: 400;\" wfd-id=\"89\"><span data-css=\"tve-u-165e64c08d4\" style=\"font-family: Merriweather;\" wfd-id=\"90\">Your personal information is contained behind secured networks and is only accessible by a limited number of persons who have special access rights to such systems, and are required to keep the information confidential. In addition, all sensitive/credit information you supply is encrypted via Secure Socket Layer (SSL) technology.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08d5\" style=\"font-weight: 400;\" wfd-id=\"87\"><span data-css=\"tve-u-165e64c08d6\" style=\"font-family: Merriweather;\" wfd-id=\"88\">We implement a variety of security measures when a user places an order, enters, submits, or accesses their information to maintain the safety of your personal information.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08d8\" style=\"font-weight: 400;\" wfd-id=\"85\"><span data-css=\"tve-u-165e64c08d9\" style=\"font-family: Merriweather;\" wfd-id=\"86\">All transactions are processed through a gateway provider and are not stored or processed on our servers.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08da\" style=\"font-weight: 400;\" wfd-id=\"83\"><span data-css=\"tve-u-165e64c08db\" style=\"font-family: Merriweather;\" wfd-id=\"84\">Do we use \'cookies\'?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08dd\" style=\"font-weight: 400;\" wfd-id=\"81\"><span data-css=\"tve-u-165e64c08de\" style=\"font-family: Merriweather;\" wfd-id=\"82\">Yes. Cookies are small files that a site or its service provider transfers to your computer\'s hard drive through your Web browser (if you allow) that enable the site\'s or service provider\'s systems to recognize your browser and capture and remember certain information. For instance, we use cookies to help us remember and process the items in your shopping cart. They are also used to help us understand your preferences based on previous or current site activity, which enables us to provide you with improved services. We also use cookies to help us compile aggregate data about site traffic and site interaction so that we can offer better site experiences and tools in the future.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08df\" style=\"font-weight: 400;\" wfd-id=\"79\"><span data-css=\"tve-u-165e64c08e0\" style=\"font-family: Merriweather;\" wfd-id=\"80\">We use cookies to:</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08e2\" style=\"font-weight: 400;\" wfd-id=\"77\"><span data-css=\"tve-u-165e64c08e3\" style=\"font-family: Merriweather;\" wfd-id=\"78\">â€¢ Help remember and process the items in the shopping cart.<br>â€¢ Understand and save user\'s preferences for future visits.<br>You can choose to have your computer warn you each time a cookie is being sent, or you can choose to turn off all cookies. You do this through your browser (like Internet Explorer) settings. Each browser is a little different, so look at your browser\'s Help menu to learn the correct way to modify your cookies.<br>If users disable cookies in their browser:<br>If you turn off cookies, some features will be disabled. However, you can still place orders for<br>saved items in your shopping cart over the telephone by contacting customer service.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08e4\" style=\"font-weight: 400;\" wfd-id=\"75\"><span data-css=\"tve-u-165e64c08e5\" style=\"font-family: Merriweather;\" wfd-id=\"76\">Third Party Disclosure</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08e7\" style=\"font-weight: 400;\" wfd-id=\"73\"><span data-css=\"tve-u-165e64c08e8\" style=\"font-family: Merriweather;\" wfd-id=\"74\">We do not sell, trade, or otherwise transfer to outside parties your personally identifiable information.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08e9\" style=\"font-weight: 400;\" wfd-id=\"71\"><span data-css=\"tve-u-165e64c08ea\" style=\"font-family: Merriweather;\" wfd-id=\"72\">Third party links</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08ec\" style=\"font-weight: 400;\" wfd-id=\"69\"><span data-css=\"tve-u-165e64c08ed\" style=\"font-family: Merriweather;\" wfd-id=\"70\">Occasionally, at our discretion, we may include or offer third party products or services on our website. These third party sites have separate and independent privacy policies. We therefore have no responsibility or liability for the content and activities of these linked sites. Nonetheless, we seek to protect the integrity of our site and welcome any feedback about these sites.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08ee\" style=\"font-weight: 400;\" wfd-id=\"67\"><span data-css=\"tve-u-165e64c08f0\" style=\"font-family: Merriweather;\" wfd-id=\"68\">Google</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08f1\" style=\"font-weight: 400;\" wfd-id=\"65\"><span data-css=\"tve-u-165e64c08f2\" style=\"font-family: Merriweather;\" wfd-id=\"66\">Google\'s advertising requirements can be summed up by Google\'s Advertising Principles. They are put in place to provide a positive experience for users. https://support.google.com/adwordspolicy/answer/1316548?hl=en<br>Opting out:<br>Users can set preferences for how Google advertises to you using the Google Ad Settings page. Alternatively, you can opt out by visiting the Network Advertising initiative opt out page or permanently using the Google Analytics Opt Out Browser add on.<br>California Online Privacy Protection Act<br>CalOPPA is the first state law in the nation to require commercial websites and online services to post a privacy policy. The law\'s reach stretches well beyond California to require a person or company in the United States (and conceivably the world) that operates websites collecting personally identifiable information from California consumers to post a conspicuous privacy policy on its website stating exactly the information being collected and those individuals with whom it is being shared, and to comply with this policy.<br>See more at: http://consumercal.org/california-online-privacy-protection-act-caloppa/#sthash.0FdRbT51.dpuf<br>According to CalOPPA we agree to the following:<br>Users can visit our site anonymously<br>Once this privacy policy is created, we will add a link to it on our home page, or as a minimum on the first significant page after entering our website.<br>Our Privacy Policy link includes the word \'Privacy\', and can be easily be found on the page specified above.<br>Users will be notified of any privacy policy changes:<br>â€¢ On our Privacy Policy Page<br>Users are able to change their personal information:<br>â€¢ By emailing us<br>â€¢ By calling us</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08f3\" style=\"font-weight: 400;\" wfd-id=\"63\"><span data-css=\"tve-u-165e64c08f6\" style=\"font-family: Merriweather;\" wfd-id=\"64\">How does our site handle do not track signals?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08f7\" style=\"font-weight: 400;\" wfd-id=\"61\"><span data-css=\"tve-u-165e64c08f8\" style=\"font-family: Merriweather;\" wfd-id=\"62\">We honor do not track signals and do not track, plant cookies, or use advertising when a Do Not Track (DNT) browser mechanism is in place.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08f9\" style=\"font-weight: 400;\" wfd-id=\"59\"><span data-css=\"tve-u-165e64c08fa\" style=\"font-family: Merriweather;\" wfd-id=\"60\">Does our site allow third party behavioral tracking?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08fb\" style=\"font-weight: 400;\" wfd-id=\"57\"><span data-css=\"tve-u-165e64c08fc\" style=\"font-family: Merriweather;\" wfd-id=\"58\">It\'s also important to note that we do not allow third party behavioral tracking<br>COPPA (Children Online Privacy Protection Act)<br>When it comes to the collection of personal information from children under 13, the Children\'s Online Privacy Protection Act (COPPA) puts parents in control. The Federal Trade Commission, the nation\'s consumer protection agency, enforces the COPPA Rule, which spells out what operators of websites and online services must do to protect children\'s privacy and safety online.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08fe\" style=\"font-weight: 400;\" wfd-id=\"55\"><span data-css=\"tve-u-165e64c08ff\" style=\"font-family: Merriweather;\" wfd-id=\"56\">We do not specifically market to children under 13.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c0900\" style=\"font-weight: 400;\" wfd-id=\"53\"><span data-css=\"tve-u-165e64c0901\" style=\"font-family: Merriweather;\" wfd-id=\"54\">Fair Information Practices</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c0903\" style=\"font-weight: 400;\" wfd-id=\"51\"><span data-css=\"tve-u-165e64c0904\" style=\"font-family: Merriweather;\" wfd-id=\"52\">The Fair Information Practices Principles form the backbone of privacy law in the United States and the concepts they include have played a significant role in the development of data protection laws around the globe. Understanding the Fair Information Practice Principles and how they should be implemented is critical to comply with the various privacy laws that protect personal information.<br>In order to be in line with Fair Information Practices we will take the following responsive action, should a data breach occur:<br>â€¢ Within 7 business days<br>We will notify the users via in site notification<br>â€¢ Within 7 business days<br>We also agree to the individual redress principle, which requires that individuals have a right to pursue legally enforceable rights against data collectors and processors who fail to adhere to the law. This principle requires not only that individuals have enforceable rights against data users, but also that individuals have recourse to courts or a government agency to investigate and/or prosecute non-compliance by data processors.<br>CAN SPAM Act<br>The CAN-SPAM Act is a law that sets the rules for commercial email, establishes requirements for commercial messages, gives recipients the right to have emails stopped from being sent to them, and spells out tough penalties for violations.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c0905\" style=\"font-weight: 400;\" wfd-id=\"49\"><span data-css=\"tve-u-165e64c0906\" style=\"font-family: Merriweather;\" wfd-id=\"50\">We collect your email address in order to:</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c0908\" style=\"font-weight: 400;\" wfd-id=\"47\"><span data-css=\"tve-u-165e64c0909\" style=\"font-family: Merriweather;\" wfd-id=\"48\">â€¢ Send information, respond to inquiries, and/or other requests or questions.<br>â€¢ Process orders and to send information and updates pertaining to orders<br>â€¢ Market to our mailing list or continue to send emails to our clients after the original transaction has occurred<br>To be in accordance with CANSPAM we agree to the following:<br>â€¢ NOT use false, or misleading subjects or email addresses<br>â€¢ Identify the message as an advertisement in some reasonable way<br>â€¢ Include the physical address of our business or site headquarters<br>â€¢ Monitor third party email marketing services for compliance, if one is used.<br>â€¢ Honor opt-out/unsubscribe requests quickly<br>â€¢ Allow users to unsubscribe by using the link at the bottom of each email<br>If at any time you would like to unsubscribe from receiving future emails, you can email us at<br>â€¢ Follow the instructions at the bottom of each email. and we will promptly remove you from ALL correspondence.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c090a\" style=\"font-weight: 400;\" wfd-id=\"45\"><span data-css=\"tve-u-165e64c090c\" style=\"font-family: Merriweather;\" wfd-id=\"46\">Contacting Us</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c090d\" style=\"font-weight: 400;\" wfd-id=\"43\"><span data-css=\"tve-u-165e64c090e\" style=\"font-family: Merriweather;\" wfd-id=\"44\">If there are any questions regarding this privacy policy you may contact us using the information below.<br>Blackhawk Custom, LLC.<br>825 South Kings Highway<br>Fort Pierce, FL 34945<br>United States<br>https://www.blackhawkcustom.com</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c090d\" style=\"font-weight: 400;\" wfd-id=\"41\"><span data-css=\"tve-u-165e64c090e\" style=\"font-family: Merriweather;\" wfd-id=\"42\"><br>Conditions of use:</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c090d\" style=\"font-weight: 400;\" wfd-id=\"39\"><span data-css=\"tve-u-165e64c090e\" style=\"font-family: Merriweather;\" wfd-id=\"40\">â€‹</span></span><span data-css=\"tve-u-165e64c0910\" style=\"font-family: Merriweather; font-weight: 400;\" wfd-id=\"38\">By using this website, you agree to all of our terms and conditions of the sale<br>All sales are final (See our refund policy)</span></p></div></div>\n</div>'),(4709,143,'tve_revision_tve_content_more_found',''),(4710,143,'tve_revision_tve_save_post',''),(4711,143,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Special+Elite:400&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700,300,200&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Merriweather:400,400i,700,700i&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Montserrat:400,700&subset=latin\");@media (min-width: 300px){#tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] p, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] li, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] blockquote, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] address, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] .tcb-plain-text, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] h1, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] h2, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] h3, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] h4, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] h5, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] h6 { color: rgb(255, 255, 255); }[data-css=\"tve-u-1642b667be5\"] { max-width: 1200px; float: none; width: 100%; padding: 5px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1642b32e2c2\"] { float: none; z-index: 3; position: relative; width: 100%; margin-left: auto !important; margin-right: auto !important; }#tcb_landing_page a.tve_state_hover:not(.tcb-button-link) { color: rgb(179, 144, 57); }[data-css=\"tve-u-1642b25c464\"] { padding: 5px 10px !important; background-image: none !important; }[data-css=\"tve-u-1642b20c920\"] strong { font-weight: 700 !important; }#tve_editor [data-css=\"tve-u-1642b20c920\"] { font-size: 16px !important; font-family: Montserrat !important; font-weight: 400 !important; }#tve_editor [data-css=\"tve-u-16035acf904\"] { font-size: 24px !important; font-family: \"Special Elite\" !important; font-weight: 400 !important; text-transform: capitalize !important; }.tcb-plain-text strong { font-weight: 700; }.tcb-plain-text { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page a strong { font-weight: 700; }#tcb_landing_page h6 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(0, 0, 0); font-size: 20px; }#tcb_landing_page h5 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(0, 0, 0); font-size: 24px; }#tcb_landing_page h4 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(0, 0, 0); font-size: 30px; }#tcb_landing_page a:not(.tcb-button-link) { color: rgb(0, 0, 0); text-decoration: underline; }#tcb_landing_page h3 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(0, 0, 0); font-size: 38px; line-height: 1.3em; }#tcb_landing_page h2 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(0, 0, 0); font-size: 45px; line-height: 1.3em; }#tcb_landing_page h1 { font-family: \"Special Elite\"; font-weight: 400; font-size: 50px; line-height: 1.3em; color: rgb(0, 0, 0); }#tcb_landing_page p strong, #tcb_landing_page li strong { font-weight: 700; }#tcb_landing_page p, #tcb_landing_page li { font-family: Merriweather; font-weight: 400; font-size: 17px; line-height: 1.6em; color: rgb(0, 0, 0); }[data-css=\"tve-u-15e09c94f7d\"] { background-color: rgb(0, 0, 0) !important; }#tcb_landing_page a:hover:not(.tcb-button-link) { text-decoration: none; color: rgb(179, 144, 57); }#tcb_landing_page .tve-state-hovera:not(.tcb-button-link) { text-decoration: none; }#tcb_landing_page a.tve-state-hover:not(.tcb-button-link) { text-decoration: none; }[data-css=\"tve-u-1642b6ef7e6\"]::after { clear: both; }[data-css=\"tve-u-165e6491162\"] strong { font-weight: 700 !important; }#tve_editor [data-css=\"tve-u-165e6491162\"] { font-size: 16px !important; font-family: Montserrat !important; font-weight: 400 !important; }[data-css=\"tve-u-165e6492b04\"] strong { font-weight: 700 !important; }#tve_editor [data-css=\"tve-u-165e6492b04\"] { font-size: 16px !important; font-family: Merriweather !important; font-weight: 400 !important; }[data-css=\"tve-u-1642b6ef7e6\"] p, [data-css=\"tve-u-1642b6ef7e6\"] li, [data-css=\"tve-u-1642b6ef7e6\"] blockquote, [data-css=\"tve-u-1642b6ef7e6\"] address, [data-css=\"tve-u-1642b6ef7e6\"] .tcb-plain-text, [data-css=\"tve-u-1642b6ef7e6\"] label, [data-css=\"tve-u-1642b6ef7e6\"] h1, [data-css=\"tve-u-1642b6ef7e6\"] h2, [data-css=\"tve-u-1642b6ef7e6\"] h3, [data-css=\"tve-u-1642b6ef7e6\"] h4, [data-css=\"tve-u-1642b6ef7e6\"] h5, [data-css=\"tve-u-1642b6ef7e6\"] h6 { font-weight: 400 !important; }#tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] p, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] li, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] blockquote, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] address, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] .tcb-plain-text, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] label { font-family: Merriweather; }#tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] strong { font-weight: 700; }#tcb_landing_page .tcb-plain-text { color: rgb(0, 0, 0); font-family: Merriweather; font-weight: 400; }#tcb_landing_page .tcb-button-link { font-family: Merriweather; font-weight: 400; }#tcb_landing_page input { font-family: Merriweather; font-weight: 400; }#tcb_landing_page .tcb-button-link strong { font-weight: 700; }#tcb_landing_page input strong { font-weight: 700; }#tcb_landing_page .tcb-plain-text strong { font-weight: 700; }[data-css=\"tve-u-165e64c08c2\"] { font-family: Merriweather !important; font-weight: 400 !important; }[data-css=\"tve-u-165e64c08c4\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08c5\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08c6\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08c7\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08c9\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08ca\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08cb\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08cc\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08ce\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08cf\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08d0\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08d1\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08d3\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08d4\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08d5\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08d6\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08d8\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08d9\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08da\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08db\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08dd\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08de\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08df\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08e0\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08e2\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08e3\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08e4\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08e5\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08e7\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08e8\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08e9\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08ea\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08ec\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08ed\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08ee\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08f0\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08f1\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08f2\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08f3\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08f6\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08f7\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08f8\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08f9\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08fa\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08fb\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08fc\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08fe\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08ff\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c0900\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c0901\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c0903\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c0904\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c0905\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c0906\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c0908\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c0909\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c090a\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c090c\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c090d\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c090e\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c0910\"] { font-family: Merriweather !important; font-weight: 400 !important; }[data-css=\"tve-u-165e64c08c2\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-165e64c579a\"] { font-family: Merriweather !important; font-weight: 400 !important; }[data-css=\"tve-u-165e64c579a\"] strong { font-weight: 700 !important; }#tve_editor [data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_5402f616 > a { font-family: \"Special Elite\"; font-weight: 600; fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; font-size: 18px !important; }#tve_editor [data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_13475a66 > a { font-family: \"Special Elite\"; font-weight: 600; fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; font-size: 18px !important; }#tve_editor [data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_a19cc162 > a { font-family: \"Special Elite\"; font-weight: 600; fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; font-size: 18px !important; }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_5402f616 { text-transform: capitalize; padding: 4px 15px !important; }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_13475a66 { text-transform: capitalize; padding: 4px 15px !important; }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_a19cc162 { text-transform: capitalize; padding: 4px 15px !important; }[data-css=\"tve-u-165f5ddaaa4\"] { padding: 0px !important; margin-left: auto !important; margin-right: auto !important; float: none; width: 100%; z-index: 3; position: relative; max-width: 1088px; }#tve_editor [data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_65zjXM43 > a { font-family: \"Special Elite\"; font-weight: 600; fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; font-size: 18px !important; }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_65zjXM43 { text-transform: capitalize; padding: 4px 15px !important; }#tve_editor [data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_2SmNtzRv > a { font-family: \"Special Elite\"; font-weight: 600; fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; font-size: 18px !important; }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_2SmNtzRv { text-transform: capitalize; padding: 4px 15px !important; }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_5402f616.menu-item { margin-right: 50px; }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_13475a66.menu-item { margin-right: 50px; }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_a19cc162.menu-item { margin-right: 50px; }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_65zjXM43.menu-item { margin-right: 50px; }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_2SmNtzRv.menu-item { margin-right: 50px; }#tve_editor [data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_0NaqyNWp > a { font-family: \"Source Sans Pro\"; font-weight: 600; fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; font-size: 17px !important; }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_0NaqyNWp > a { font-weight: 600 !important; }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_0NaqyNWp { text-transform: capitalize; background-color: rgb(55, 179, 233); border-radius: 2px; padding: 3px 15px !important; }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_0NaqyNWp.menu-item { margin-right: 50px; }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_ed3da1d0 > a { font-weight: 400 !important; }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_1f1477da > a { font-weight: 400 !important; }#tve_editor [data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_ed3da1d0 > a { font-family: \"Source Sans Pro\"; font-weight: 600; fill: rgb(197, 197, 197) !important; color: rgb(197, 197, 197) !important; font-size: 16px !important; }#tve_editor [data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_1f1477da > a { font-family: \"Source Sans Pro\"; font-weight: 600; fill: rgb(197, 197, 197) !important; color: rgb(197, 197, 197) !important; font-size: 16px !important; }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_13475a66 > ul { border: none; background-color: rgb(30, 30, 32) !important; }#tve_editor [data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_ed3da1d0:hover { background-color: rgb(93, 93, 93) !important; }#tve_editor [data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_1f1477da:hover { background-color: rgb(93, 93, 93) !important; }#tve_editor [data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_ed3da1d0:hover > a { fill: rgb(55, 179, 233) !important; color: rgb(55, 179, 233) !important; }#tve_editor [data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_1f1477da:hover > a { fill: rgb(55, 179, 233) !important; color: rgb(55, 179, 233) !important; }#tve_editor [data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_5402f616:hover { border-bottom: 2px solid rgb(55, 179, 233) !important; }#tve_editor [data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_13475a66:hover { border-bottom: 2px solid rgb(55, 179, 233) !important; }#tve_editor [data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_a19cc162:hover { border-bottom: 2px solid rgb(55, 179, 233) !important; }#tve_editor [data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_65zjXM43:hover { border-bottom: 2px solid rgb(55, 179, 233) !important; }#tve_editor [data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_2SmNtzRv:hover { border-bottom: 2px solid rgb(55, 179, 233) !important; }#tve_editor [data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_0NaqyNWp:hover { border-bottom: none !important; box-shadow: rgba(0, 0, 0, 0.25) 0px 8px 12px 0px !important; background-image: linear-gradient(rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.15)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_ed3da1d0 { padding: 10px 0px !important; }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_1f1477da { padding: 10px 0px !important; }}@media (max-width: 1023px){#tcb_landing_page a:not(.tcb-button-link) { color: rgb(0, 0, 0); }.tcb-plain-text { color: rgb(0, 0, 0); }#tcb_landing_page p, #tcb_landing_page li { color: rgb(0, 0, 0); }#tcb_landing_page h6 { color: rgb(0, 0, 0); }#tcb_landing_page h5 { color: rgb(0, 0, 0); }#tcb_landing_page h4 { color: rgb(0, 0, 0); }#tcb_landing_page h3 { color: rgb(0, 0, 0); }#tcb_landing_page h2 { color: rgb(0, 0, 0); }#tcb_landing_page h1 { color: rgb(0, 0, 0); }#tve_editor [data-css=\"tve-u-165f5ddaaa4\"] .tcb-icon-open > :first-child { color: rgb(255, 255, 255); }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_5402f616 { padding-top: 8px !important; padding-bottom: 8px !important; }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_a19cc162 { padding-top: 8px !important; padding-bottom: 8px !important; }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_65zjXM43 { padding-top: 8px !important; padding-bottom: 8px !important; }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_2SmNtzRv { padding-top: 8px !important; padding-bottom: 8px !important; }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_13475a66 { background-image: linear-gradient(rgb(57, 57, 57), rgb(57, 57, 57)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; padding: 8px 0px 0px !important; }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_0NaqyNWp { border-radius: 0px; padding: 8px 0px !important; margin-right: 0px !important; margin-left: 0px !important; }[data-css=\"tve-u-165f5ddaaa4\"] .tcb-icon-open { font-size: 30px; width: 30px; height: 30px; }#tve_editor [data-css=\"tve-u-165f5ddaaa4\"] .tcb-icon-close > :first-child { color: rgb(255, 255, 255); }[data-css=\"tve-u-165f5ddaaa4\"] .tcb-icon-close { font-size: 30px; width: 30px; height: 30px; margin-bottom: 10px !important; }#tve_editor [data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_0NaqyNWp > a { font-size: 18px !important; }}@media (max-width: 767px){#tve_editor [data-css=\"tve-u-16035acf904\"] { font-size: 36px !important; }#tve_editor [data-css=\"tve-u-165e6491162\"] { font-size: 15px !important; }#tve_editor [data-css=\"tve-u-165f5ddaaa4\"] .tcb-icon-open > :first-child { color: rgb(255, 255, 255); }[data-css=\"tve-u-165f5ddaaa4\"] .tcb-icon-open { font-size: 30px; width: 30px; height: 30px; }[data-css=\"tve-u-165f5ddaaa4\"] .tcb-icon-close { font-size: 30px; width: 30px; height: 30px; margin-bottom: 10px !important; }#tve_editor [data-css=\"tve-u-165f5ddaaa4\"] .tcb-icon-close > :first-child { color: rgb(255, 255, 255); }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_5402f616 { background-color: rgba(57, 57, 57, 0); padding-top: 8px !important; padding-bottom: 8px !important; }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_a19cc162 { background-color: rgba(57, 57, 57, 0); padding-top: 8px !important; padding-bottom: 8px !important; }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_65zjXM43 { background-color: rgba(57, 57, 57, 0); padding-top: 8px !important; padding-bottom: 8px !important; }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_2SmNtzRv { background-color: rgba(57, 57, 57, 0); padding-top: 8px !important; padding-bottom: 8px !important; }[data-css=\"tve-u-165f5ddaaa4\"] .tve_w_menu { background-color: rgb(57, 57, 57) !important; }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_13475a66 { padding: 8px 0px !important; }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_0NaqyNWp { border-radius: 0px; padding: 8px 0px !important; }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_ed3da1d0 { border-bottom: none; padding-bottom: 8px !important; }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_1f1477da { border-bottom: none; padding-top: 8px !important; }#tve_editor [data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_13475a66 > a { fill: rgb(55, 179, 233) !important; color: rgb(55, 179, 233) !important; }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_13475a66 > ul { border-right: none; border-bottom: none; border-left: none; border-image: initial; border-top: 1px solid rgba(0, 0, 0, 0) !important; }}'),(4712,143,'tve_revision_tve_user_custom_css',''),(4713,143,'tve_revision_tve_page_events','a:0:{}'),(4714,143,'tve_revision_tve_globals','a:2:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";s:8:\"font_cls\";a:0:{}}'),(4715,143,'tve_revision_tve_global_scripts',''),(4716,143,'tve_revision_thrive_icon_pack','0'),(4717,143,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(4718,143,'tve_revision_tve_has_masonry','0'),(4719,143,'tve_revision_tve_has_typefocus','0');
INSERT INTO `wpbe_postmeta` VALUES (4720,143,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-custom-menu-inside\" data-css=\"tve-u-1642b667be5\" style=\"z-index: 8;\" wfd-id=\"33\">\n<div class=\"tve-content-box-background\" wfd-id=\"133\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1642b6ef7e6\" style=\"z-index: 8;\" wfd-id=\"34\"><div class=\"thrv_wrapper thrv_widget_menu tve-custom-menu-upgrade tve-mobile-dropdown  tve-menu-style-none tve-mobile-icon-style_3 tve-dropdown-icon-style_1\" data-tve-style=\"tve_horizontal\" data-tve-switch-icon=\"tablet,mobile\" data-css=\"tve-u-165f5ddaaa4\" tcb-template-name=\"Shadow Dark\" tcb-template-id=\"28115\" data-ct=\"menu-28115\" style=\"\" wfd-id=\"108\">	<div class=\"thrive-shortcode-config\" style=\"display: none !important\" wfd-id=\"132\">__CONFIG_widget_menu__{\"menu_id\":\"custom\",\"color\":\"tve_red\",\"dir\":\"tve_horizontal\",\"font_class\":\"\",\"font_size\":\"\",\"ul_attr\":\"\",\"link_attr\":\"\",\"top_link_attr\":\"\",\"trigger_attr\":\"\",\"primary\":\"\",\"head_css\":\"\",\"background_hover\":\"\",\"main_hover\":\"\",\"child_hover\":\"\",\"group_edit\":[{\"css_id\":null,\"class\":\"\"},{\"css_id\":null,\"class\":\"\"},{\"css_id\":null,\"class\":\"\"},{\"css_id\":null,\"class\":\"\"},{\"css_id\":null,\"class\":\"\"},{\"css_id\":null,\"class\":\"\"},{\"css_id\":null,\"class\":\"\"},{\"css_id\":null,\"class\":\"\"}],\"menu_style\":\"none\",\"dropdown_icon\":\"style_1\",\"mobile_side\":\"\",\"mobile_icon\":\"style_3\",\"switch_to_icon\":\"tablet,mobile\",\"template\":\"28115\",\"template_name\":\"Shadow Dark\"}__CONFIG_widget_menu__</div>\n<div class=\"thrive-shortcode-html tve-menu-custom-type thrive-shortcode-html-editable tve-custom-menu-type tve_clearfix\" style=\"z-index: 8;\" wfd-id=\"109\">\n<a class=\"tve-m-trigger t_tve_horizontal tve_red\" href=\"javascript:void(0)\"><div class=\"thrv_wrapper thrv_icon tcb-icon-open tve-trigger-active\" data-not-changeable=\"true\" data-selector=\"[data-css=&quot;tve-u-165f5ddaaa4&quot;] .tcb-icon-open\" wfd-id=\"131\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"align-justify\"><g><rect x=\"8\" y=\"10.1\" class=\"st0\" width=\"16\" height=\"2\"></rect><rect x=\"8\" y=\"15\" class=\"st0\" width=\"16\" height=\"2\"></rect><rect x=\"8\" y=\"19.9\" class=\"st0\" width=\"16\" height=\"2\"></rect><path class=\"st0\" d=\"M0,0v32h32V0H0z M30,30H2V2h28V30z\"></path></g></svg></div><div class=\"thrv_wrapper thrv_icon tcb-icon-close\" data-not-changeable=\"true\" data-selector=\"[data-css=&quot;tve-u-165f5ddaaa4&quot;] .tcb-icon-close\" wfd-id=\"130\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"close\"><g><path class=\"st0\" d=\"M0,0v32h32V0H0z M30,30H2V2h28V30z\"></path><polygon class=\"st0\" points=\"11.1,22.4 16,17.4 21,22.4 22.4,21 17.4,16 22.4,11.1 21,9.6 16,14.6 11.1,9.6 9.6,11.1 14.6,16 9.6,21 \"></polygon></g></svg></div></a><ul id=\"menu-main-menu\" class=\"tve_w_menu tve_horizontal tve-m-collapsed\" style=\"z-index: 6;\" wfd-id=\"110\"><li id=\"tcb_custom_menu_5402f616\" class=\"menu-item menu-item-type-post_type menu-item-object-page thrv_wrapper thrv-menu-item-element thrv-custom-menu-item\" data-selector=\"[data-css=&quot;tve-u-165f5ddaaa4&quot;] #tcb_custom_menu_5402f616\" data-tcb_hover_state_parent=\"\" wfd-id=\"127\"><a href=\"https://bestcerakoteflorida.com/\"><span class=\"tve-disabled-text-inner\" wfd-id=\"129\">HOME</span><span class=\"tve-disabled-text-inner tve-item-dropdown-trigger\" wfd-id=\"128\"></span></a></li><li id=\"tcb_custom_menu_13475a66\" class=\"menu-item menu-item-type-post_type menu-item-object-page thrv_wrapper thrv-menu-item-element thrv-custom-menu-item menu-item-has-children tcb-excluded-from-group-item\" data-selector=\"[data-css=&quot;tve-u-165f5ddaaa4&quot;] #tcb_custom_menu_13475a66\" data-tcb_hover_state_parent=\"\" wfd-id=\"123\"><a href=\"\"><span class=\"tve-disabled-text-inner\" wfd-id=\"126\">NAV#2</span><span class=\"tve-disabled-text-inner tve-item-dropdown-trigger\" wfd-id=\"125\"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"tve-dropdown-icon-up\" viewBox=\"0 0 320 512\"><path d=\"M151.5 347.8L3.5 201c-4.7-4.7-4.7-12.3 0-17l19.8-19.8c4.7-4.7 12.3-4.7 17 0L160 282.7l119.7-118.5c4.7-4.7 12.3-4.7 17 0l19.8 19.8c4.7 4.7 4.7 12.3 0 17l-148 146.8c-4.7 4.7-12.3 4.7-17 0z\"></path></svg><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"tve-dropdown-icon-down\" viewBox=\"0 0 320 512\"><path d=\"M168.5 164.2l148 146.8c4.7 4.7 4.7 12.3 0 17l-19.8 19.8c-4.7 4.7-12.3 4.7-17 0L160 229.3 40.3 347.8c-4.7 4.7-12.3 4.7-17 0L3.5 328c-4.7-4.7-4.7-12.3 0-17l148-146.8c4.7-4.7 12.3-4.7 17 0z\"></path></svg></span></a><ul class=\"sub-menu tve_empty_dropzone\" data-selector=\"[data-css=&quot;tve-u-165f5ddaaa4&quot;] #tcb_custom_menu_13475a66 > ul\"><li id=\"tcb_custom_menu_ed3da1d0\" class=\"menu-item menu-item-type-post_type menu-item-object-page thrv_wrapper thrv-menu-item-element thrv-custom-menu-item tcb-excluded-from-group-item\" data-selector=\"[data-css=&quot;tve-u-165f5ddaaa4&quot;] #tcb_custom_menu_ed3da1d0\" data-tcb_hover_state_parent=\"\"><a href=\"\"><span class=\"tve-disabled-text-inner\">SUB-NAV#1</span><span class=\"tve-disabled-text-inner tve-item-dropdown-trigger\"></span></a></li><li id=\"tcb_custom_menu_1f1477da\" class=\"menu-item menu-item-type-post_type menu-item-object-page thrv_wrapper thrv-menu-item-element thrv-custom-menu-item\" data-selector=\"[data-css=&quot;tve-u-165f5ddaaa4&quot;] #tcb_custom_menu_1f1477da\" data-tcb_hover_state_parent=\"\"><a href=\"\"><span class=\"tve-disabled-text-inner\">SUB-NAV#2</span><span class=\"tve-disabled-text-inner tve-item-dropdown-trigger\"></span></a></li></ul></li><li id=\"tcb_custom_menu_a19cc162\" class=\"menu-item menu-item-type-post_type menu-item-object-page thrv_wrapper thrv-menu-item-element thrv-custom-menu-item\" data-selector=\"[data-css=&quot;tve-u-165f5ddaaa4&quot;] #tcb_custom_menu_a19cc162\" data-tcb_hover_state_parent=\"\" wfd-id=\"120\"><a href=\"\"><span class=\"tve-disabled-text-inner\" wfd-id=\"122\">NAV#3</span><span class=\"tve-disabled-text-inner tve-item-dropdown-trigger\" wfd-id=\"121\"></span></a></li><li id=\"tcb_custom_menu_65zjXM43\" class=\"menu-item menu-item-type-post_type menu-item-object-page thrv_wrapper thrv-menu-item-element thrv-custom-menu-item\" data-selector=\"[data-css=&quot;tve-u-165f5ddaaa4&quot;] #tcb_custom_menu_65zjXM43\" data-tcb_hover_state_parent=\"\" wfd-id=\"117\"><a href=\"\"><span class=\"tve-disabled-text-inner\" wfd-id=\"119\">NAV#4</span><span class=\"tve-disabled-text-inner tve-item-dropdown-trigger\" wfd-id=\"118\"></span></a></li><li id=\"tcb_custom_menu_2SmNtzRv\" class=\"menu-item menu-item-type-post_type menu-item-object-page thrv_wrapper thrv-menu-item-element thrv-custom-menu-item\" data-selector=\"[data-css=&quot;tve-u-165f5ddaaa4&quot;] #tcb_custom_menu_2SmNtzRv\" data-tcb_hover_state_parent=\"\" wfd-id=\"114\"><a href=\"\"><span class=\"tve-disabled-text-inner\" wfd-id=\"116\">NAV#5</span><span class=\"tve-disabled-text-inner tve-item-dropdown-trigger\" wfd-id=\"115\"></span></a></li><li id=\"tcb_custom_menu_0NaqyNWp\" class=\"menu-item menu-item-type-post_type menu-item-object-page thrv_wrapper thrv-menu-item-element thrv-custom-menu-item tcb-excluded-from-group-item active-expand-children\" data-selector=\"[data-css=&quot;tve-u-165f5ddaaa4&quot;] #tcb_custom_menu_0NaqyNWp\" data-tcb_hover_state_parent=\"\" wfd-id=\"111\"><a href=\"https://bestcerakoteflorida.com/cart/\"><span class=\"tve-disabled-text-inner\" wfd-id=\"113\">CART</span><span class=\"tve-disabled-text-inner tve-item-dropdown-trigger\" wfd-id=\"112\"></span></a></li></ul></div>	</div><div class=\"thrv_wrapper thrv_heading\" style=\"\" data-tag=\"h1\" data-css=\"tve-u-1642b32e2c2\" wfd-id=\"105\"><h1 data-css=\"tve-u-16035acf904\" style=\"text-align: center;\"><strong>Privacy</strong></h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" data-css=\"tve-u-1642b25c464\" wfd-id=\"35\"><p data-css=\"tve-u-165e6491162\"><span data-css=\"tve-u-165e64c579a\" style=\"font-family: Merriweather; font-weight: 400;\" wfd-id=\"104\">Privacy Policy</span></p><p data-css=\"tve-u-165e6492b04\"><span data-css=\"tve-u-165e64c08c2\" style=\"font-family: Merriweather; font-weight: 400;\" wfd-id=\"103\">What personal information do we collect from the people that visit our blog, website or app?<br>When ordering or registering on our site, as appropriate, you may be asked to enter your name, email address, mailing address, phone number, credit card information or other details to help you with your experience.</span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08c4\" style=\"font-weight: 400;\" wfd-id=\"101\"><span data-css=\"tve-u-165e64c08c5\" style=\"font-family: Merriweather;\" wfd-id=\"102\">When do we collect information?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08c6\" style=\"font-weight: 400;\" wfd-id=\"99\"><span data-css=\"tve-u-165e64c08c7\" style=\"font-family: Merriweather;\" wfd-id=\"100\">We collect information from you when you register on our site, place an order, subscribe to a newsletter, respond to a survey, fill out a form or enter information on our site.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08c9\" style=\"font-weight: 400;\" wfd-id=\"97\"><span data-css=\"tve-u-165e64c08ca\" style=\"font-family: Merriweather;\" wfd-id=\"98\">How do we use your information?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08cb\" style=\"font-weight: 400;\" wfd-id=\"95\"><span data-css=\"tve-u-165e64c08cc\" style=\"font-family: Merriweather;\" wfd-id=\"96\">We may use the information we collect from you when you register, make a purchase, sign up for our newsletter, respond to a survey or marketing communication, surf the website, or use certain other site features in the following ways:<br>â€¢ To personalize user\'s experience and to allow us to deliver the type of content and product offerings in which you are most interested.<br>â€¢ To improve our website in order to better serve you.<br>â€¢ To allow us to better service you in responding to your customer service requests.<br>â€¢ To administer a contest, promotion, survey or other site feature.<br>â€¢ To quickly process your transactions.<br>â€¢ To send periodic emails regarding your order or other products and services.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08ce\" style=\"font-weight: 400;\" wfd-id=\"93\"><span data-css=\"tve-u-165e64c08cf\" style=\"font-family: Merriweather;\" wfd-id=\"94\">How do we protect visitor information?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08d0\" style=\"font-weight: 400;\" wfd-id=\"91\"><span data-css=\"tve-u-165e64c08d1\" style=\"font-family: Merriweather;\" wfd-id=\"92\">Our website is scanned on a regular basis for security holes and known vulnerabilities in order to make your visit to our site as safe as possible.<br>We use regular Malware Scanning.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08d3\" style=\"font-weight: 400;\" wfd-id=\"89\"><span data-css=\"tve-u-165e64c08d4\" style=\"font-family: Merriweather;\" wfd-id=\"90\">Your personal information is contained behind secured networks and is only accessible by a limited number of persons who have special access rights to such systems, and are required to keep the information confidential. In addition, all sensitive/credit information you supply is encrypted via Secure Socket Layer (SSL) technology.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08d5\" style=\"font-weight: 400;\" wfd-id=\"87\"><span data-css=\"tve-u-165e64c08d6\" style=\"font-family: Merriweather;\" wfd-id=\"88\">We implement a variety of security measures when a user places an order, enters, submits, or accesses their information to maintain the safety of your personal information.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08d8\" style=\"font-weight: 400;\" wfd-id=\"85\"><span data-css=\"tve-u-165e64c08d9\" style=\"font-family: Merriweather;\" wfd-id=\"86\">All transactions are processed through a gateway provider and are not stored or processed on our servers.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08da\" style=\"font-weight: 400;\" wfd-id=\"83\"><span data-css=\"tve-u-165e64c08db\" style=\"font-family: Merriweather;\" wfd-id=\"84\">Do we use \'cookies\'?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08dd\" style=\"font-weight: 400;\" wfd-id=\"81\"><span data-css=\"tve-u-165e64c08de\" style=\"font-family: Merriweather;\" wfd-id=\"82\">Yes. Cookies are small files that a site or its service provider transfers to your computer\'s hard drive through your Web browser (if you allow) that enable the site\'s or service provider\'s systems to recognize your browser and capture and remember certain information. For instance, we use cookies to help us remember and process the items in your shopping cart. They are also used to help us understand your preferences based on previous or current site activity, which enables us to provide you with improved services. We also use cookies to help us compile aggregate data about site traffic and site interaction so that we can offer better site experiences and tools in the future.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08df\" style=\"font-weight: 400;\" wfd-id=\"79\"><span data-css=\"tve-u-165e64c08e0\" style=\"font-family: Merriweather;\" wfd-id=\"80\">We use cookies to:</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08e2\" style=\"font-weight: 400;\" wfd-id=\"77\"><span data-css=\"tve-u-165e64c08e3\" style=\"font-family: Merriweather;\" wfd-id=\"78\">â€¢ Help remember and process the items in the shopping cart.<br>â€¢ Understand and save user\'s preferences for future visits.<br>You can choose to have your computer warn you each time a cookie is being sent, or you can choose to turn off all cookies. You do this through your browser (like Internet Explorer) settings. Each browser is a little different, so look at your browser\'s Help menu to learn the correct way to modify your cookies.<br>If users disable cookies in their browser:<br>If you turn off cookies, some features will be disabled. However, you can still place orders for<br>saved items in your shopping cart over the telephone by contacting customer service.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08e4\" style=\"font-weight: 400;\" wfd-id=\"75\"><span data-css=\"tve-u-165e64c08e5\" style=\"font-family: Merriweather;\" wfd-id=\"76\">Third Party Disclosure</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08e7\" style=\"font-weight: 400;\" wfd-id=\"73\"><span data-css=\"tve-u-165e64c08e8\" style=\"font-family: Merriweather;\" wfd-id=\"74\">We do not sell, trade, or otherwise transfer to outside parties your personally identifiable information.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08e9\" style=\"font-weight: 400;\" wfd-id=\"71\"><span data-css=\"tve-u-165e64c08ea\" style=\"font-family: Merriweather;\" wfd-id=\"72\">Third party links</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08ec\" style=\"font-weight: 400;\" wfd-id=\"69\"><span data-css=\"tve-u-165e64c08ed\" style=\"font-family: Merriweather;\" wfd-id=\"70\">Occasionally, at our discretion, we may include or offer third party products or services on our website. These third party sites have separate and independent privacy policies. We therefore have no responsibility or liability for the content and activities of these linked sites. Nonetheless, we seek to protect the integrity of our site and welcome any feedback about these sites.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08ee\" style=\"font-weight: 400;\" wfd-id=\"67\"><span data-css=\"tve-u-165e64c08f0\" style=\"font-family: Merriweather;\" wfd-id=\"68\">Google</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08f1\" style=\"font-weight: 400;\" wfd-id=\"65\"><span data-css=\"tve-u-165e64c08f2\" style=\"font-family: Merriweather;\" wfd-id=\"66\">Google\'s advertising requirements can be summed up by Google\'s Advertising Principles. They are put in place to provide a positive experience for users. https://support.google.com/adwordspolicy/answer/1316548?hl=en<br>Opting out:<br>Users can set preferences for how Google advertises to you using the Google Ad Settings page. Alternatively, you can opt out by visiting the Network Advertising initiative opt out page or permanently using the Google Analytics Opt Out Browser add on.<br>California Online Privacy Protection Act<br>CalOPPA is the first state law in the nation to require commercial websites and online services to post a privacy policy. The law\'s reach stretches well beyond California to require a person or company in the United States (and conceivably the world) that operates websites collecting personally identifiable information from California consumers to post a conspicuous privacy policy on its website stating exactly the information being collected and those individuals with whom it is being shared, and to comply with this policy.<br>See more at: http://consumercal.org/california-online-privacy-protection-act-caloppa/#sthash.0FdRbT51.dpuf<br>According to CalOPPA we agree to the following:<br>Users can visit our site anonymously<br>Once this privacy policy is created, we will add a link to it on our home page, or as a minimum on the first significant page after entering our website.<br>Our Privacy Policy link includes the word \'Privacy\', and can be easily be found on the page specified above.<br>Users will be notified of any privacy policy changes:<br>â€¢ On our Privacy Policy Page<br>Users are able to change their personal information:<br>â€¢ By emailing us<br>â€¢ By calling us</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08f3\" style=\"font-weight: 400;\" wfd-id=\"63\"><span data-css=\"tve-u-165e64c08f6\" style=\"font-family: Merriweather;\" wfd-id=\"64\">How does our site handle do not track signals?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08f7\" style=\"font-weight: 400;\" wfd-id=\"61\"><span data-css=\"tve-u-165e64c08f8\" style=\"font-family: Merriweather;\" wfd-id=\"62\">We honor do not track signals and do not track, plant cookies, or use advertising when a Do Not Track (DNT) browser mechanism is in place.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08f9\" style=\"font-weight: 400;\" wfd-id=\"59\"><span data-css=\"tve-u-165e64c08fa\" style=\"font-family: Merriweather;\" wfd-id=\"60\">Does our site allow third party behavioral tracking?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08fb\" style=\"font-weight: 400;\" wfd-id=\"57\"><span data-css=\"tve-u-165e64c08fc\" style=\"font-family: Merriweather;\" wfd-id=\"58\">It\'s also important to note that we do not allow third party behavioral tracking<br>COPPA (Children Online Privacy Protection Act)<br>When it comes to the collection of personal information from children under 13, the Children\'s Online Privacy Protection Act (COPPA) puts parents in control. The Federal Trade Commission, the nation\'s consumer protection agency, enforces the COPPA Rule, which spells out what operators of websites and online services must do to protect children\'s privacy and safety online.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08fe\" style=\"font-weight: 400;\" wfd-id=\"55\"><span data-css=\"tve-u-165e64c08ff\" style=\"font-family: Merriweather;\" wfd-id=\"56\">We do not specifically market to children under 13.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c0900\" style=\"font-weight: 400;\" wfd-id=\"53\"><span data-css=\"tve-u-165e64c0901\" style=\"font-family: Merriweather;\" wfd-id=\"54\">Fair Information Practices</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c0903\" style=\"font-weight: 400;\" wfd-id=\"51\"><span data-css=\"tve-u-165e64c0904\" style=\"font-family: Merriweather;\" wfd-id=\"52\">The Fair Information Practices Principles form the backbone of privacy law in the United States and the concepts they include have played a significant role in the development of data protection laws around the globe. Understanding the Fair Information Practice Principles and how they should be implemented is critical to comply with the various privacy laws that protect personal information.<br>In order to be in line with Fair Information Practices we will take the following responsive action, should a data breach occur:<br>â€¢ Within 7 business days<br>We will notify the users via in site notification<br>â€¢ Within 7 business days<br>We also agree to the individual redress principle, which requires that individuals have a right to pursue legally enforceable rights against data collectors and processors who fail to adhere to the law. This principle requires not only that individuals have enforceable rights against data users, but also that individuals have recourse to courts or a government agency to investigate and/or prosecute non-compliance by data processors.<br>CAN SPAM Act<br>The CAN-SPAM Act is a law that sets the rules for commercial email, establishes requirements for commercial messages, gives recipients the right to have emails stopped from being sent to them, and spells out tough penalties for violations.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c0905\" style=\"font-weight: 400;\" wfd-id=\"49\"><span data-css=\"tve-u-165e64c0906\" style=\"font-family: Merriweather;\" wfd-id=\"50\">We collect your email address in order to:</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c0908\" style=\"font-weight: 400;\" wfd-id=\"47\"><span data-css=\"tve-u-165e64c0909\" style=\"font-family: Merriweather;\" wfd-id=\"48\">â€¢ Send information, respond to inquiries, and/or other requests or questions.<br>â€¢ Process orders and to send information and updates pertaining to orders<br>â€¢ Market to our mailing list or continue to send emails to our clients after the original transaction has occurred<br>To be in accordance with CANSPAM we agree to the following:<br>â€¢ NOT use false, or misleading subjects or email addresses<br>â€¢ Identify the message as an advertisement in some reasonable way<br>â€¢ Include the physical address of our business or site headquarters<br>â€¢ Monitor third party email marketing services for compliance, if one is used.<br>â€¢ Honor opt-out/unsubscribe requests quickly<br>â€¢ Allow users to unsubscribe by using the link at the bottom of each email<br>If at any time you would like to unsubscribe from receiving future emails, you can email us at<br>â€¢ Follow the instructions at the bottom of each email. and we will promptly remove you from ALL correspondence.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c090a\" style=\"font-weight: 400;\" wfd-id=\"45\"><span data-css=\"tve-u-165e64c090c\" style=\"font-family: Merriweather;\" wfd-id=\"46\">Contacting Us</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c090d\" style=\"font-weight: 400;\" wfd-id=\"43\"><span data-css=\"tve-u-165e64c090e\" style=\"font-family: Merriweather;\" wfd-id=\"44\">If there are any questions regarding this privacy policy you may contact us using the information below.<br>Blackhawk Custom, LLC.<br>825 South Kings Highway<br>Fort Pierce, FL 34945<br>United States<br>https://www.blackhawkcustom.com</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c090d\" style=\"font-weight: 400;\" wfd-id=\"41\"><span data-css=\"tve-u-165e64c090e\" style=\"font-family: Merriweather;\" wfd-id=\"42\"><br>Conditions of use:</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c090d\" style=\"font-weight: 400;\" wfd-id=\"39\"><span data-css=\"tve-u-165e64c090e\" style=\"font-family: Merriweather;\" wfd-id=\"40\">â€‹</span></span><span data-css=\"tve-u-165e64c0910\" style=\"font-family: Merriweather; font-weight: 400;\" wfd-id=\"38\">By using this website, you agree to all of our terms and conditions of the sale<br>All sales are final (See our refund policy)</span></p></div></div>\n</div>'),(4721,143,'tve_revision_tve_has_wistia_popover','0'),(4722,143,'tve_revision_tve_landing_page','tcb2-blank-page-styled'),(4723,143,'tve_revision_tve_disable_theme_dependency','1'),(4724,143,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-custom-menu-inside\" data-css=\"tve-u-1642b667be5\" style=\"z-index: 8;\" wfd-id=\"33\">\n<div class=\"tve-content-box-background\" wfd-id=\"133\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1642b6ef7e6\" style=\"z-index: 8;\" wfd-id=\"34\"><div class=\"thrv_wrapper thrv_widget_menu tve-custom-menu-upgrade tve-mobile-dropdown  tve-menu-style-none tve-mobile-icon-style_3 tve-dropdown-icon-style_1\" data-tve-style=\"tve_horizontal\" data-tve-switch-icon=\"tablet,mobile\" data-css=\"tve-u-165f5ddaaa4\" tcb-template-name=\"Shadow Dark\" tcb-template-id=\"28115\" data-ct=\"menu-28115\" style=\"\" wfd-id=\"108\">	<div class=\"thrive-shortcode-config\" style=\"display: none !important\" wfd-id=\"132\">__CONFIG_widget_menu__{\"menu_id\":\"custom\",\"color\":\"tve_red\",\"dir\":\"tve_horizontal\",\"font_class\":\"\",\"font_size\":\"\",\"ul_attr\":\"\",\"link_attr\":\"\",\"top_link_attr\":\"\",\"trigger_attr\":\"\",\"primary\":\"\",\"head_css\":\"\",\"background_hover\":\"\",\"main_hover\":\"\",\"child_hover\":\"\",\"group_edit\":[{\"css_id\":null,\"class\":\"\"},{\"css_id\":null,\"class\":\"\"},{\"css_id\":null,\"class\":\"\"},{\"css_id\":null,\"class\":\"\"},{\"css_id\":null,\"class\":\"\"},{\"css_id\":null,\"class\":\"\"},{\"css_id\":null,\"class\":\"\"},{\"css_id\":null,\"class\":\"\"}],\"menu_style\":\"none\",\"dropdown_icon\":\"style_1\",\"mobile_side\":\"\",\"mobile_icon\":\"style_3\",\"switch_to_icon\":\"tablet,mobile\",\"template\":\"28115\",\"template_name\":\"Shadow Dark\"}__CONFIG_widget_menu__</div>\n<div class=\"thrive-shortcode-html tve-menu-custom-type thrive-shortcode-html-editable tve-custom-menu-type tve_clearfix\" style=\"z-index: 8;\" wfd-id=\"109\">\n<a class=\"tve-m-trigger t_tve_horizontal tve_red\" href=\"javascript:void(0)\"><div class=\"thrv_wrapper thrv_icon tcb-icon-open tve-trigger-active\" data-not-changeable=\"true\" data-selector=\"[data-css=&quot;tve-u-165f5ddaaa4&quot;] .tcb-icon-open\" wfd-id=\"131\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"align-justify\"><g><rect x=\"8\" y=\"10.1\" class=\"st0\" width=\"16\" height=\"2\"></rect><rect x=\"8\" y=\"15\" class=\"st0\" width=\"16\" height=\"2\"></rect><rect x=\"8\" y=\"19.9\" class=\"st0\" width=\"16\" height=\"2\"></rect><path class=\"st0\" d=\"M0,0v32h32V0H0z M30,30H2V2h28V30z\"></path></g></svg></div><div class=\"thrv_wrapper thrv_icon tcb-icon-close\" data-not-changeable=\"true\" data-selector=\"[data-css=&quot;tve-u-165f5ddaaa4&quot;] .tcb-icon-close\" wfd-id=\"130\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"close\"><g><path class=\"st0\" d=\"M0,0v32h32V0H0z M30,30H2V2h28V30z\"></path><polygon class=\"st0\" points=\"11.1,22.4 16,17.4 21,22.4 22.4,21 17.4,16 22.4,11.1 21,9.6 16,14.6 11.1,9.6 9.6,11.1 14.6,16 9.6,21 \"></polygon></g></svg></div></a><ul id=\"menu-main-menu\" class=\"tve_w_menu tve_horizontal tve-m-collapsed\" style=\"z-index: 6;\" wfd-id=\"110\"><li id=\"tcb_custom_menu_5402f616\" class=\"menu-item menu-item-type-post_type menu-item-object-page thrv_wrapper thrv-menu-item-element thrv-custom-menu-item\" data-selector=\"[data-css=&quot;tve-u-165f5ddaaa4&quot;] #tcb_custom_menu_5402f616\" data-tcb_hover_state_parent=\"\" wfd-id=\"127\"><a href=\"https://bestcerakoteflorida.com/\"><span class=\"tve-disabled-text-inner\" wfd-id=\"129\">HOME</span><span class=\"tve-disabled-text-inner tve-item-dropdown-trigger\" wfd-id=\"128\"></span></a></li><li id=\"tcb_custom_menu_13475a66\" class=\"menu-item menu-item-type-post_type menu-item-object-page thrv_wrapper thrv-menu-item-element thrv-custom-menu-item menu-item-has-children tcb-excluded-from-group-item\" data-selector=\"[data-css=&quot;tve-u-165f5ddaaa4&quot;] #tcb_custom_menu_13475a66\" data-tcb_hover_state_parent=\"\" wfd-id=\"123\"><a href=\"\"><span class=\"tve-disabled-text-inner\" wfd-id=\"126\">NAV#2</span><span class=\"tve-disabled-text-inner tve-item-dropdown-trigger\" wfd-id=\"125\"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"tve-dropdown-icon-up\" viewBox=\"0 0 320 512\"><path d=\"M151.5 347.8L3.5 201c-4.7-4.7-4.7-12.3 0-17l19.8-19.8c4.7-4.7 12.3-4.7 17 0L160 282.7l119.7-118.5c4.7-4.7 12.3-4.7 17 0l19.8 19.8c4.7 4.7 4.7 12.3 0 17l-148 146.8c-4.7 4.7-12.3 4.7-17 0z\"></path></svg><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"tve-dropdown-icon-down\" viewBox=\"0 0 320 512\"><path d=\"M168.5 164.2l148 146.8c4.7 4.7 4.7 12.3 0 17l-19.8 19.8c-4.7 4.7-12.3 4.7-17 0L160 229.3 40.3 347.8c-4.7 4.7-12.3 4.7-17 0L3.5 328c-4.7-4.7-4.7-12.3 0-17l148-146.8c4.7-4.7 12.3-4.7 17 0z\"></path></svg></span></a><ul class=\"sub-menu tve_empty_dropzone\" data-selector=\"[data-css=&quot;tve-u-165f5ddaaa4&quot;] #tcb_custom_menu_13475a66 > ul\"><li id=\"tcb_custom_menu_ed3da1d0\" class=\"menu-item menu-item-type-post_type menu-item-object-page thrv_wrapper thrv-menu-item-element thrv-custom-menu-item tcb-excluded-from-group-item\" data-selector=\"[data-css=&quot;tve-u-165f5ddaaa4&quot;] #tcb_custom_menu_ed3da1d0\" data-tcb_hover_state_parent=\"\"><a href=\"\"><span class=\"tve-disabled-text-inner\">SUB-NAV#1</span><span class=\"tve-disabled-text-inner tve-item-dropdown-trigger\"></span></a></li><li id=\"tcb_custom_menu_1f1477da\" class=\"menu-item menu-item-type-post_type menu-item-object-page thrv_wrapper thrv-menu-item-element thrv-custom-menu-item\" data-selector=\"[data-css=&quot;tve-u-165f5ddaaa4&quot;] #tcb_custom_menu_1f1477da\" data-tcb_hover_state_parent=\"\"><a href=\"\"><span class=\"tve-disabled-text-inner\">SUB-NAV#2</span><span class=\"tve-disabled-text-inner tve-item-dropdown-trigger\"></span></a></li></ul></li><li id=\"tcb_custom_menu_a19cc162\" class=\"menu-item menu-item-type-post_type menu-item-object-page thrv_wrapper thrv-menu-item-element thrv-custom-menu-item\" data-selector=\"[data-css=&quot;tve-u-165f5ddaaa4&quot;] #tcb_custom_menu_a19cc162\" data-tcb_hover_state_parent=\"\" wfd-id=\"120\"><a href=\"\"><span class=\"tve-disabled-text-inner\" wfd-id=\"122\">NAV#3</span><span class=\"tve-disabled-text-inner tve-item-dropdown-trigger\" wfd-id=\"121\"></span></a></li><li id=\"tcb_custom_menu_65zjXM43\" class=\"menu-item menu-item-type-post_type menu-item-object-page thrv_wrapper thrv-menu-item-element thrv-custom-menu-item\" data-selector=\"[data-css=&quot;tve-u-165f5ddaaa4&quot;] #tcb_custom_menu_65zjXM43\" data-tcb_hover_state_parent=\"\" wfd-id=\"117\"><a href=\"\"><span class=\"tve-disabled-text-inner\" wfd-id=\"119\">NAV#4</span><span class=\"tve-disabled-text-inner tve-item-dropdown-trigger\" wfd-id=\"118\"></span></a></li><li id=\"tcb_custom_menu_2SmNtzRv\" class=\"menu-item menu-item-type-post_type menu-item-object-page thrv_wrapper thrv-menu-item-element thrv-custom-menu-item\" data-selector=\"[data-css=&quot;tve-u-165f5ddaaa4&quot;] #tcb_custom_menu_2SmNtzRv\" data-tcb_hover_state_parent=\"\" wfd-id=\"114\"><a href=\"\"><span class=\"tve-disabled-text-inner\" wfd-id=\"116\">NAV#5</span><span class=\"tve-disabled-text-inner tve-item-dropdown-trigger\" wfd-id=\"115\"></span></a></li><li id=\"tcb_custom_menu_0NaqyNWp\" class=\"menu-item menu-item-type-post_type menu-item-object-page thrv_wrapper thrv-menu-item-element thrv-custom-menu-item tcb-excluded-from-group-item active-expand-children\" data-selector=\"[data-css=&quot;tve-u-165f5ddaaa4&quot;] #tcb_custom_menu_0NaqyNWp\" data-tcb_hover_state_parent=\"\" wfd-id=\"111\"><a href=\"https://bestcerakoteflorida.com/cart/\"><span class=\"tve-disabled-text-inner\" wfd-id=\"113\">CART</span><span class=\"tve-disabled-text-inner tve-item-dropdown-trigger\" wfd-id=\"112\"></span></a></li></ul></div>	</div><div class=\"thrv_wrapper thrv_heading\" style=\"\" data-tag=\"h1\" data-css=\"tve-u-1642b32e2c2\" wfd-id=\"105\"><h1 data-css=\"tve-u-16035acf904\" style=\"text-align: center;\"><strong>Privacy</strong></h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" data-css=\"tve-u-1642b25c464\" wfd-id=\"35\"><p data-css=\"tve-u-165e6491162\"><span data-css=\"tve-u-165e64c579a\" style=\"font-family: Merriweather; font-weight: 400;\" wfd-id=\"104\">Privacy Policy</span></p><p data-css=\"tve-u-165e6492b04\"><span data-css=\"tve-u-165e64c08c2\" style=\"font-family: Merriweather; font-weight: 400;\" wfd-id=\"103\">What personal information do we collect from the people that visit our blog, website or app?<br>When ordering or registering on our site, as appropriate, you may be asked to enter your name, email address, mailing address, phone number, credit card information or other details to help you with your experience.</span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08c4\" style=\"font-weight: 400;\" wfd-id=\"101\"><span data-css=\"tve-u-165e64c08c5\" style=\"font-family: Merriweather;\" wfd-id=\"102\">When do we collect information?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08c6\" style=\"font-weight: 400;\" wfd-id=\"99\"><span data-css=\"tve-u-165e64c08c7\" style=\"font-family: Merriweather;\" wfd-id=\"100\">We collect information from you when you register on our site, place an order, subscribe to a newsletter, respond to a survey, fill out a form or enter information on our site.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08c9\" style=\"font-weight: 400;\" wfd-id=\"97\"><span data-css=\"tve-u-165e64c08ca\" style=\"font-family: Merriweather;\" wfd-id=\"98\">How do we use your information?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08cb\" style=\"font-weight: 400;\" wfd-id=\"95\"><span data-css=\"tve-u-165e64c08cc\" style=\"font-family: Merriweather;\" wfd-id=\"96\">We may use the information we collect from you when you register, make a purchase, sign up for our newsletter, respond to a survey or marketing communication, surf the website, or use certain other site features in the following ways:<br>â€¢ To personalize user\'s experience and to allow us to deliver the type of content and product offerings in which you are most interested.<br>â€¢ To improve our website in order to better serve you.<br>â€¢ To allow us to better service you in responding to your customer service requests.<br>â€¢ To administer a contest, promotion, survey or other site feature.<br>â€¢ To quickly process your transactions.<br>â€¢ To send periodic emails regarding your order or other products and services.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08ce\" style=\"font-weight: 400;\" wfd-id=\"93\"><span data-css=\"tve-u-165e64c08cf\" style=\"font-family: Merriweather;\" wfd-id=\"94\">How do we protect visitor information?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08d0\" style=\"font-weight: 400;\" wfd-id=\"91\"><span data-css=\"tve-u-165e64c08d1\" style=\"font-family: Merriweather;\" wfd-id=\"92\">Our website is scanned on a regular basis for security holes and known vulnerabilities in order to make your visit to our site as safe as possible.<br>We use regular Malware Scanning.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08d3\" style=\"font-weight: 400;\" wfd-id=\"89\"><span data-css=\"tve-u-165e64c08d4\" style=\"font-family: Merriweather;\" wfd-id=\"90\">Your personal information is contained behind secured networks and is only accessible by a limited number of persons who have special access rights to such systems, and are required to keep the information confidential. In addition, all sensitive/credit information you supply is encrypted via Secure Socket Layer (SSL) technology.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08d5\" style=\"font-weight: 400;\" wfd-id=\"87\"><span data-css=\"tve-u-165e64c08d6\" style=\"font-family: Merriweather;\" wfd-id=\"88\">We implement a variety of security measures when a user places an order, enters, submits, or accesses their information to maintain the safety of your personal information.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08d8\" style=\"font-weight: 400;\" wfd-id=\"85\"><span data-css=\"tve-u-165e64c08d9\" style=\"font-family: Merriweather;\" wfd-id=\"86\">All transactions are processed through a gateway provider and are not stored or processed on our servers.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08da\" style=\"font-weight: 400;\" wfd-id=\"83\"><span data-css=\"tve-u-165e64c08db\" style=\"font-family: Merriweather;\" wfd-id=\"84\">Do we use \'cookies\'?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08dd\" style=\"font-weight: 400;\" wfd-id=\"81\"><span data-css=\"tve-u-165e64c08de\" style=\"font-family: Merriweather;\" wfd-id=\"82\">Yes. Cookies are small files that a site or its service provider transfers to your computer\'s hard drive through your Web browser (if you allow) that enable the site\'s or service provider\'s systems to recognize your browser and capture and remember certain information. For instance, we use cookies to help us remember and process the items in your shopping cart. They are also used to help us understand your preferences based on previous or current site activity, which enables us to provide you with improved services. We also use cookies to help us compile aggregate data about site traffic and site interaction so that we can offer better site experiences and tools in the future.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08df\" style=\"font-weight: 400;\" wfd-id=\"79\"><span data-css=\"tve-u-165e64c08e0\" style=\"font-family: Merriweather;\" wfd-id=\"80\">We use cookies to:</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08e2\" style=\"font-weight: 400;\" wfd-id=\"77\"><span data-css=\"tve-u-165e64c08e3\" style=\"font-family: Merriweather;\" wfd-id=\"78\">â€¢ Help remember and process the items in the shopping cart.<br>â€¢ Understand and save user\'s preferences for future visits.<br>You can choose to have your computer warn you each time a cookie is being sent, or you can choose to turn off all cookies. You do this through your browser (like Internet Explorer) settings. Each browser is a little different, so look at your browser\'s Help menu to learn the correct way to modify your cookies.<br>If users disable cookies in their browser:<br>If you turn off cookies, some features will be disabled. However, you can still place orders for<br>saved items in your shopping cart over the telephone by contacting customer service.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08e4\" style=\"font-weight: 400;\" wfd-id=\"75\"><span data-css=\"tve-u-165e64c08e5\" style=\"font-family: Merriweather;\" wfd-id=\"76\">Third Party Disclosure</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08e7\" style=\"font-weight: 400;\" wfd-id=\"73\"><span data-css=\"tve-u-165e64c08e8\" style=\"font-family: Merriweather;\" wfd-id=\"74\">We do not sell, trade, or otherwise transfer to outside parties your personally identifiable information.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08e9\" style=\"font-weight: 400;\" wfd-id=\"71\"><span data-css=\"tve-u-165e64c08ea\" style=\"font-family: Merriweather;\" wfd-id=\"72\">Third party links</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08ec\" style=\"font-weight: 400;\" wfd-id=\"69\"><span data-css=\"tve-u-165e64c08ed\" style=\"font-family: Merriweather;\" wfd-id=\"70\">Occasionally, at our discretion, we may include or offer third party products or services on our website. These third party sites have separate and independent privacy policies. We therefore have no responsibility or liability for the content and activities of these linked sites. Nonetheless, we seek to protect the integrity of our site and welcome any feedback about these sites.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08ee\" style=\"font-weight: 400;\" wfd-id=\"67\"><span data-css=\"tve-u-165e64c08f0\" style=\"font-family: Merriweather;\" wfd-id=\"68\">Google</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08f1\" style=\"font-weight: 400;\" wfd-id=\"65\"><span data-css=\"tve-u-165e64c08f2\" style=\"font-family: Merriweather;\" wfd-id=\"66\">Google\'s advertising requirements can be summed up by Google\'s Advertising Principles. They are put in place to provide a positive experience for users. https://support.google.com/adwordspolicy/answer/1316548?hl=en<br>Opting out:<br>Users can set preferences for how Google advertises to you using the Google Ad Settings page. Alternatively, you can opt out by visiting the Network Advertising initiative opt out page or permanently using the Google Analytics Opt Out Browser add on.<br>California Online Privacy Protection Act<br>CalOPPA is the first state law in the nation to require commercial websites and online services to post a privacy policy. The law\'s reach stretches well beyond California to require a person or company in the United States (and conceivably the world) that operates websites collecting personally identifiable information from California consumers to post a conspicuous privacy policy on its website stating exactly the information being collected and those individuals with whom it is being shared, and to comply with this policy.<br>See more at: http://consumercal.org/california-online-privacy-protection-act-caloppa/#sthash.0FdRbT51.dpuf<br>According to CalOPPA we agree to the following:<br>Users can visit our site anonymously<br>Once this privacy policy is created, we will add a link to it on our home page, or as a minimum on the first significant page after entering our website.<br>Our Privacy Policy link includes the word \'Privacy\', and can be easily be found on the page specified above.<br>Users will be notified of any privacy policy changes:<br>â€¢ On our Privacy Policy Page<br>Users are able to change their personal information:<br>â€¢ By emailing us<br>â€¢ By calling us</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08f3\" style=\"font-weight: 400;\" wfd-id=\"63\"><span data-css=\"tve-u-165e64c08f6\" style=\"font-family: Merriweather;\" wfd-id=\"64\">How does our site handle do not track signals?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08f7\" style=\"font-weight: 400;\" wfd-id=\"61\"><span data-css=\"tve-u-165e64c08f8\" style=\"font-family: Merriweather;\" wfd-id=\"62\">We honor do not track signals and do not track, plant cookies, or use advertising when a Do Not Track (DNT) browser mechanism is in place.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08f9\" style=\"font-weight: 400;\" wfd-id=\"59\"><span data-css=\"tve-u-165e64c08fa\" style=\"font-family: Merriweather;\" wfd-id=\"60\">Does our site allow third party behavioral tracking?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08fb\" style=\"font-weight: 400;\" wfd-id=\"57\"><span data-css=\"tve-u-165e64c08fc\" style=\"font-family: Merriweather;\" wfd-id=\"58\">It\'s also important to note that we do not allow third party behavioral tracking<br>COPPA (Children Online Privacy Protection Act)<br>When it comes to the collection of personal information from children under 13, the Children\'s Online Privacy Protection Act (COPPA) puts parents in control. The Federal Trade Commission, the nation\'s consumer protection agency, enforces the COPPA Rule, which spells out what operators of websites and online services must do to protect children\'s privacy and safety online.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08fe\" style=\"font-weight: 400;\" wfd-id=\"55\"><span data-css=\"tve-u-165e64c08ff\" style=\"font-family: Merriweather;\" wfd-id=\"56\">We do not specifically market to children under 13.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c0900\" style=\"font-weight: 400;\" wfd-id=\"53\"><span data-css=\"tve-u-165e64c0901\" style=\"font-family: Merriweather;\" wfd-id=\"54\">Fair Information Practices</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c0903\" style=\"font-weight: 400;\" wfd-id=\"51\"><span data-css=\"tve-u-165e64c0904\" style=\"font-family: Merriweather;\" wfd-id=\"52\">The Fair Information Practices Principles form the backbone of privacy law in the United States and the concepts they include have played a significant role in the development of data protection laws around the globe. Understanding the Fair Information Practice Principles and how they should be implemented is critical to comply with the various privacy laws that protect personal information.<br>In order to be in line with Fair Information Practices we will take the following responsive action, should a data breach occur:<br>â€¢ Within 7 business days<br>We will notify the users via in site notification<br>â€¢ Within 7 business days<br>We also agree to the individual redress principle, which requires that individuals have a right to pursue legally enforceable rights against data collectors and processors who fail to adhere to the law. This principle requires not only that individuals have enforceable rights against data users, but also that individuals have recourse to courts or a government agency to investigate and/or prosecute non-compliance by data processors.<br>CAN SPAM Act<br>The CAN-SPAM Act is a law that sets the rules for commercial email, establishes requirements for commercial messages, gives recipients the right to have emails stopped from being sent to them, and spells out tough penalties for violations.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c0905\" style=\"font-weight: 400;\" wfd-id=\"49\"><span data-css=\"tve-u-165e64c0906\" style=\"font-family: Merriweather;\" wfd-id=\"50\">We collect your email address in order to:</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c0908\" style=\"font-weight: 400;\" wfd-id=\"47\"><span data-css=\"tve-u-165e64c0909\" style=\"font-family: Merriweather;\" wfd-id=\"48\">â€¢ Send information, respond to inquiries, and/or other requests or questions.<br>â€¢ Process orders and to send information and updates pertaining to orders<br>â€¢ Market to our mailing list or continue to send emails to our clients after the original transaction has occurred<br>To be in accordance with CANSPAM we agree to the following:<br>â€¢ NOT use false, or misleading subjects or email addresses<br>â€¢ Identify the message as an advertisement in some reasonable way<br>â€¢ Include the physical address of our business or site headquarters<br>â€¢ Monitor third party email marketing services for compliance, if one is used.<br>â€¢ Honor opt-out/unsubscribe requests quickly<br>â€¢ Allow users to unsubscribe by using the link at the bottom of each email<br>If at any time you would like to unsubscribe from receiving future emails, you can email us at<br>â€¢ Follow the instructions at the bottom of each email. and we will promptly remove you from ALL correspondence.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c090a\" style=\"font-weight: 400;\" wfd-id=\"45\"><span data-css=\"tve-u-165e64c090c\" style=\"font-family: Merriweather;\" wfd-id=\"46\">Contacting Us</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c090d\" style=\"font-weight: 400;\" wfd-id=\"43\"><span data-css=\"tve-u-165e64c090e\" style=\"font-family: Merriweather;\" wfd-id=\"44\">If there are any questions regarding this privacy policy you may contact us using the information below.<br>Blackhawk Custom, LLC.<br>825 South Kings Highway<br>Fort Pierce, FL 34945<br>United States<br>https://www.blackhawkcustom.com</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c090d\" style=\"font-weight: 400;\" wfd-id=\"41\"><span data-css=\"tve-u-165e64c090e\" style=\"font-family: Merriweather;\" wfd-id=\"42\"><br>Conditions of use:</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c090d\" style=\"font-weight: 400;\" wfd-id=\"39\"><span data-css=\"tve-u-165e64c090e\" style=\"font-family: Merriweather;\" wfd-id=\"40\">â€‹</span></span><span data-css=\"tve-u-165e64c0910\" style=\"font-family: Merriweather; font-weight: 400;\" wfd-id=\"38\">By using this website, you agree to all of our terms and conditions of the sale<br>All sales are final (See our refund policy)</span></p></div></div>\n</div>'),(4725,143,'tve_revision_tve_content_more_found',''),(4726,143,'tve_revision_tve_save_post',''),(4727,143,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Special+Elite:400&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700,300,200&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Merriweather:400,400i,700,700i&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Montserrat:400,700&subset=latin\");@media (min-width: 300px){#tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] p, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] li, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] blockquote, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] address, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] .tcb-plain-text, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] h1, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] h2, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] h3, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] h4, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] h5, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] h6 { color: rgb(255, 255, 255); }[data-css=\"tve-u-1642b667be5\"] { max-width: 1200px; float: none; width: 100%; padding: 5px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1642b32e2c2\"] { float: none; z-index: 3; position: relative; width: 100%; margin-left: auto !important; margin-right: auto !important; }#tcb_landing_page a.tve_state_hover:not(.tcb-button-link) { color: rgb(179, 144, 57); }[data-css=\"tve-u-1642b25c464\"] { padding: 5px 10px !important; background-image: none !important; }[data-css=\"tve-u-1642b20c920\"] strong { font-weight: 700 !important; }#tve_editor [data-css=\"tve-u-1642b20c920\"] { font-size: 16px !important; font-family: Montserrat !important; font-weight: 400 !important; }#tve_editor [data-css=\"tve-u-16035acf904\"] { font-size: 24px !important; font-family: \"Special Elite\" !important; font-weight: 400 !important; text-transform: capitalize !important; }.tcb-plain-text strong { font-weight: 700; }.tcb-plain-text { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page a strong { font-weight: 700; }#tcb_landing_page h6 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(0, 0, 0); font-size: 20px; }#tcb_landing_page h5 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(0, 0, 0); font-size: 24px; }#tcb_landing_page h4 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(0, 0, 0); font-size: 30px; }#tcb_landing_page a:not(.tcb-button-link) { color: rgb(0, 0, 0); text-decoration: underline; }#tcb_landing_page h3 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(0, 0, 0); font-size: 38px; line-height: 1.3em; }#tcb_landing_page h2 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(0, 0, 0); font-size: 45px; line-height: 1.3em; }#tcb_landing_page h1 { font-family: \"Special Elite\"; font-weight: 400; font-size: 50px; line-height: 1.3em; color: rgb(0, 0, 0); }#tcb_landing_page p strong, #tcb_landing_page li strong { font-weight: 700; }#tcb_landing_page p, #tcb_landing_page li { font-family: Merriweather; font-weight: 400; font-size: 17px; line-height: 1.6em; color: rgb(0, 0, 0); }[data-css=\"tve-u-15e09c94f7d\"] { background-color: rgb(0, 0, 0) !important; }#tcb_landing_page a:hover:not(.tcb-button-link) { text-decoration: none; color: rgb(179, 144, 57); }#tcb_landing_page .tve-state-hovera:not(.tcb-button-link) { text-decoration: none; }#tcb_landing_page a.tve-state-hover:not(.tcb-button-link) { text-decoration: none; }[data-css=\"tve-u-1642b6ef7e6\"]::after { clear: both; }[data-css=\"tve-u-165e6491162\"] strong { font-weight: 700 !important; }#tve_editor [data-css=\"tve-u-165e6491162\"] { font-size: 16px !important; font-family: Montserrat !important; font-weight: 400 !important; }[data-css=\"tve-u-165e6492b04\"] strong { font-weight: 700 !important; }#tve_editor [data-css=\"tve-u-165e6492b04\"] { font-size: 16px !important; font-family: Merriweather !important; font-weight: 400 !important; }[data-css=\"tve-u-1642b6ef7e6\"] p, [data-css=\"tve-u-1642b6ef7e6\"] li, [data-css=\"tve-u-1642b6ef7e6\"] blockquote, [data-css=\"tve-u-1642b6ef7e6\"] address, [data-css=\"tve-u-1642b6ef7e6\"] .tcb-plain-text, [data-css=\"tve-u-1642b6ef7e6\"] label, [data-css=\"tve-u-1642b6ef7e6\"] h1, [data-css=\"tve-u-1642b6ef7e6\"] h2, [data-css=\"tve-u-1642b6ef7e6\"] h3, [data-css=\"tve-u-1642b6ef7e6\"] h4, [data-css=\"tve-u-1642b6ef7e6\"] h5, [data-css=\"tve-u-1642b6ef7e6\"] h6 { font-weight: 400 !important; }#tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] p, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] li, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] blockquote, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] address, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] .tcb-plain-text, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] label { font-family: Merriweather; }#tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] strong { font-weight: 700; }#tcb_landing_page .tcb-plain-text { color: rgb(0, 0, 0); font-family: Merriweather; font-weight: 400; }#tcb_landing_page .tcb-button-link { font-family: Merriweather; font-weight: 400; }#tcb_landing_page input { font-family: Merriweather; font-weight: 400; }#tcb_landing_page .tcb-button-link strong { font-weight: 700; }#tcb_landing_page input strong { font-weight: 700; }#tcb_landing_page .tcb-plain-text strong { font-weight: 700; }[data-css=\"tve-u-165e64c08c2\"] { font-family: Merriweather !important; font-weight: 400 !important; }[data-css=\"tve-u-165e64c08c4\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08c5\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08c6\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08c7\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08c9\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08ca\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08cb\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08cc\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08ce\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08cf\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08d0\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08d1\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08d3\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08d4\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08d5\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08d6\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08d8\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08d9\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08da\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08db\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08dd\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08de\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08df\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08e0\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08e2\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08e3\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08e4\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08e5\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08e7\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08e8\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08e9\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08ea\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08ec\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08ed\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08ee\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08f0\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08f1\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08f2\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08f3\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08f6\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08f7\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08f8\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08f9\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08fa\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08fb\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08fc\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08fe\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08ff\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c0900\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c0901\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c0903\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c0904\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c0905\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c0906\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c0908\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c0909\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c090a\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c090c\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c090d\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c090e\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c0910\"] { font-family: Merriweather !important; font-weight: 400 !important; }[data-css=\"tve-u-165e64c08c2\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-165e64c579a\"] { font-family: Merriweather !important; font-weight: 400 !important; }[data-css=\"tve-u-165e64c579a\"] strong { font-weight: 700 !important; }#tve_editor [data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_5402f616 > a { font-family: \"Special Elite\"; font-weight: 600; fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; font-size: 18px !important; }#tve_editor [data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_13475a66 > a { font-family: \"Special Elite\"; font-weight: 600; fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; font-size: 18px !important; }#tve_editor [data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_a19cc162 > a { font-family: \"Special Elite\"; font-weight: 600; fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; font-size: 18px !important; }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_5402f616 { text-transform: capitalize; padding: 4px 15px !important; }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_13475a66 { text-transform: capitalize; padding: 4px 15px !important; }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_a19cc162 { text-transform: capitalize; padding: 4px 15px !important; }[data-css=\"tve-u-165f5ddaaa4\"] { padding: 0px !important; margin-left: auto !important; margin-right: auto !important; float: none; width: 100%; z-index: 3; position: relative; max-width: 1088px; }#tve_editor [data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_65zjXM43 > a { font-family: \"Special Elite\"; font-weight: 600; fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; font-size: 18px !important; }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_65zjXM43 { text-transform: capitalize; padding: 4px 15px !important; }#tve_editor [data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_2SmNtzRv > a { font-family: \"Special Elite\"; font-weight: 600; fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; font-size: 18px !important; }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_2SmNtzRv { text-transform: capitalize; padding: 4px 15px !important; }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_5402f616.menu-item { margin-right: 50px; }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_13475a66.menu-item { margin-right: 50px; }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_a19cc162.menu-item { margin-right: 50px; }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_65zjXM43.menu-item { margin-right: 50px; }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_2SmNtzRv.menu-item { margin-right: 50px; }#tve_editor [data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_0NaqyNWp > a { font-family: \"Source Sans Pro\"; font-weight: 600; fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; font-size: 17px !important; }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_0NaqyNWp > a { font-weight: 600 !important; }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_0NaqyNWp { text-transform: capitalize; background-color: rgb(55, 179, 233); border-radius: 2px; padding: 3px 15px !important; }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_0NaqyNWp.menu-item { margin-right: 50px; }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_ed3da1d0 > a { font-weight: 400 !important; }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_1f1477da > a { font-weight: 400 !important; }#tve_editor [data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_ed3da1d0 > a { font-family: \"Source Sans Pro\"; font-weight: 600; fill: rgb(197, 197, 197) !important; color: rgb(197, 197, 197) !important; font-size: 16px !important; }#tve_editor [data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_1f1477da > a { font-family: \"Source Sans Pro\"; font-weight: 600; fill: rgb(197, 197, 197) !important; color: rgb(197, 197, 197) !important; font-size: 16px !important; }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_13475a66 > ul { border: none; background-color: rgb(30, 30, 32) !important; }#tve_editor [data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_ed3da1d0:hover { background-color: rgb(93, 93, 93) !important; }#tve_editor [data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_1f1477da:hover { background-color: rgb(93, 93, 93) !important; }#tve_editor [data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_ed3da1d0:hover > a { fill: rgb(55, 179, 233) !important; color: rgb(55, 179, 233) !important; }#tve_editor [data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_1f1477da:hover > a { fill: rgb(55, 179, 233) !important; color: rgb(55, 179, 233) !important; }#tve_editor [data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_5402f616:hover { border-bottom: 2px solid rgb(55, 179, 233) !important; }#tve_editor [data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_13475a66:hover { border-bottom: 2px solid rgb(55, 179, 233) !important; }#tve_editor [data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_a19cc162:hover { border-bottom: 2px solid rgb(55, 179, 233) !important; }#tve_editor [data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_65zjXM43:hover { border-bottom: 2px solid rgb(55, 179, 233) !important; }#tve_editor [data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_2SmNtzRv:hover { border-bottom: 2px solid rgb(55, 179, 233) !important; }#tve_editor [data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_0NaqyNWp:hover { border-bottom: none !important; box-shadow: rgba(0, 0, 0, 0.25) 0px 8px 12px 0px !important; background-image: linear-gradient(rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.15)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_ed3da1d0 { padding: 10px 0px !important; }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_1f1477da { padding: 10px 0px !important; }}@media (max-width: 1023px){#tcb_landing_page a:not(.tcb-button-link) { color: rgb(0, 0, 0); }.tcb-plain-text { color: rgb(0, 0, 0); }#tcb_landing_page p, #tcb_landing_page li { color: rgb(0, 0, 0); }#tcb_landing_page h6 { color: rgb(0, 0, 0); }#tcb_landing_page h5 { color: rgb(0, 0, 0); }#tcb_landing_page h4 { color: rgb(0, 0, 0); }#tcb_landing_page h3 { color: rgb(0, 0, 0); }#tcb_landing_page h2 { color: rgb(0, 0, 0); }#tcb_landing_page h1 { color: rgb(0, 0, 0); }#tve_editor [data-css=\"tve-u-165f5ddaaa4\"] .tcb-icon-open > :first-child { color: rgb(255, 255, 255); }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_5402f616 { padding-top: 8px !important; padding-bottom: 8px !important; }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_a19cc162 { padding-top: 8px !important; padding-bottom: 8px !important; }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_65zjXM43 { padding-top: 8px !important; padding-bottom: 8px !important; }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_2SmNtzRv { padding-top: 8px !important; padding-bottom: 8px !important; }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_13475a66 { background-image: linear-gradient(rgb(57, 57, 57), rgb(57, 57, 57)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; padding: 8px 0px 0px !important; }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_0NaqyNWp { border-radius: 0px; padding: 8px 0px !important; margin-right: 0px !important; margin-left: 0px !important; }[data-css=\"tve-u-165f5ddaaa4\"] .tcb-icon-open { font-size: 30px; width: 30px; height: 30px; }#tve_editor [data-css=\"tve-u-165f5ddaaa4\"] .tcb-icon-close > :first-child { color: rgb(255, 255, 255); }[data-css=\"tve-u-165f5ddaaa4\"] .tcb-icon-close { font-size: 30px; width: 30px; height: 30px; margin-bottom: 10px !important; }#tve_editor [data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_0NaqyNWp > a { font-size: 18px !important; }}@media (max-width: 767px){#tve_editor [data-css=\"tve-u-16035acf904\"] { font-size: 36px !important; }#tve_editor [data-css=\"tve-u-165e6491162\"] { font-size: 15px !important; }#tve_editor [data-css=\"tve-u-165f5ddaaa4\"] .tcb-icon-open > :first-child { color: rgb(255, 255, 255); }[data-css=\"tve-u-165f5ddaaa4\"] .tcb-icon-open { font-size: 30px; width: 30px; height: 30px; }[data-css=\"tve-u-165f5ddaaa4\"] .tcb-icon-close { font-size: 30px; width: 30px; height: 30px; margin-bottom: 10px !important; }#tve_editor [data-css=\"tve-u-165f5ddaaa4\"] .tcb-icon-close > :first-child { color: rgb(255, 255, 255); }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_5402f616 { background-color: rgba(57, 57, 57, 0); padding-top: 8px !important; padding-bottom: 8px !important; }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_a19cc162 { background-color: rgba(57, 57, 57, 0); padding-top: 8px !important; padding-bottom: 8px !important; }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_65zjXM43 { background-color: rgba(57, 57, 57, 0); padding-top: 8px !important; padding-bottom: 8px !important; }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_2SmNtzRv { background-color: rgba(57, 57, 57, 0); padding-top: 8px !important; padding-bottom: 8px !important; }[data-css=\"tve-u-165f5ddaaa4\"] .tve_w_menu { background-color: rgb(57, 57, 57) !important; }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_13475a66 { padding: 8px 0px !important; }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_0NaqyNWp { border-radius: 0px; padding: 8px 0px !important; }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_ed3da1d0 { border-bottom: none; padding-bottom: 8px !important; }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_1f1477da { border-bottom: none; padding-top: 8px !important; }#tve_editor [data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_13475a66 > a { fill: rgb(55, 179, 233) !important; color: rgb(55, 179, 233) !important; }[data-css=\"tve-u-165f5ddaaa4\"] #tcb_custom_menu_13475a66 > ul { border-right: none; border-bottom: none; border-left: none; border-image: initial; border-top: 1px solid rgba(0, 0, 0, 0) !important; }}'),(4728,143,'tve_revision_tve_user_custom_css',''),(4729,143,'tve_revision_tve_page_events','a:0:{}'),(4730,143,'tve_revision_tve_globals','a:2:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";s:8:\"font_cls\";a:0:{}}'),(4731,143,'tve_revision_tve_global_scripts',''),(4732,143,'tve_revision_thrive_icon_pack','0'),(4733,143,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(4734,143,'tve_revision_tve_has_masonry','0'),(4735,143,'tve_revision_tve_has_typefocus','0'),(4736,143,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-custom-menu-inside\" data-css=\"tve-u-1642b667be5\" style=\"z-index: 8;\" wfd-id=\"33\">\n<div class=\"tve-content-box-background\" wfd-id=\"133\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1642b6ef7e6\" style=\"z-index: 8;\" wfd-id=\"34\"><div class=\"thrv_wrapper thrv_widget_menu tve-custom-menu-upgrade tve-mobile-dropdown  tve-menu-style-none tve-mobile-icon-style_3 tve-dropdown-icon-style_1\" data-tve-style=\"tve_horizontal\" data-tve-switch-icon=\"tablet,mobile\" data-css=\"tve-u-165f5ddaaa4\" tcb-template-name=\"Shadow Dark\" tcb-template-id=\"28115\" data-ct=\"menu-28115\" style=\"\" wfd-id=\"108\">	<div class=\"thrive-shortcode-config\" style=\"display: none !important\" wfd-id=\"132\">__CONFIG_widget_menu__{\"menu_id\":\"custom\",\"color\":\"tve_red\",\"dir\":\"tve_horizontal\",\"font_class\":\"\",\"font_size\":\"\",\"ul_attr\":\"\",\"link_attr\":\"\",\"top_link_attr\":\"\",\"trigger_attr\":\"\",\"primary\":\"\",\"head_css\":\"\",\"background_hover\":\"\",\"main_hover\":\"\",\"child_hover\":\"\",\"group_edit\":[{\"css_id\":null,\"class\":\"\"},{\"css_id\":null,\"class\":\"\"},{\"css_id\":null,\"class\":\"\"},{\"css_id\":null,\"class\":\"\"},{\"css_id\":null,\"class\":\"\"},{\"css_id\":null,\"class\":\"\"},{\"css_id\":null,\"class\":\"\"},{\"css_id\":null,\"class\":\"\"}],\"menu_style\":\"none\",\"dropdown_icon\":\"style_1\",\"mobile_side\":\"\",\"mobile_icon\":\"style_3\",\"switch_to_icon\":\"tablet,mobile\",\"template\":\"28115\",\"template_name\":\"Shadow Dark\"}__CONFIG_widget_menu__</div>\n<div class=\"thrive-shortcode-html tve-menu-custom-type thrive-shortcode-html-editable tve-custom-menu-type tve_clearfix\" style=\"z-index: 8;\" wfd-id=\"109\">\n<a class=\"tve-m-trigger t_tve_horizontal tve_red\" href=\"javascript:void(0)\"><div class=\"thrv_wrapper thrv_icon tcb-icon-open tve-trigger-active\" data-not-changeable=\"true\" data-selector=\"[data-css=&quot;tve-u-165f5ddaaa4&quot;] .tcb-icon-open\" wfd-id=\"131\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"align-justify\"><g><rect x=\"8\" y=\"10.1\" class=\"st0\" width=\"16\" height=\"2\"></rect><rect x=\"8\" y=\"15\" class=\"st0\" width=\"16\" height=\"2\"></rect><rect x=\"8\" y=\"19.9\" class=\"st0\" width=\"16\" height=\"2\"></rect><path class=\"st0\" d=\"M0,0v32h32V0H0z M30,30H2V2h28V30z\"></path></g></svg></div><div class=\"thrv_wrapper thrv_icon tcb-icon-close\" data-not-changeable=\"true\" data-selector=\"[data-css=&quot;tve-u-165f5ddaaa4&quot;] .tcb-icon-close\" wfd-id=\"130\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"close\"><g><path class=\"st0\" d=\"M0,0v32h32V0H0z M30,30H2V2h28V30z\"></path><polygon class=\"st0\" points=\"11.1,22.4 16,17.4 21,22.4 22.4,21 17.4,16 22.4,11.1 21,9.6 16,14.6 11.1,9.6 9.6,11.1 14.6,16 9.6,21 \"></polygon></g></svg></div></a><ul id=\"menu-main-menu\" class=\"tve_w_menu tve_horizontal tve-m-collapsed\" style=\"z-index: 6;\" wfd-id=\"110\"><li id=\"tcb_custom_menu_5402f616\" class=\"menu-item menu-item-type-post_type menu-item-object-page thrv_wrapper thrv-menu-item-element thrv-custom-menu-item\" data-selector=\"[data-css=&quot;tve-u-165f5ddaaa4&quot;] #tcb_custom_menu_5402f616\" data-tcb_hover_state_parent=\"\" wfd-id=\"127\"><a href=\"https://bestcerakoteflorida.com/\"><span class=\"tve-disabled-text-inner\" wfd-id=\"129\">HOME</span><span class=\"tve-disabled-text-inner tve-item-dropdown-trigger\" wfd-id=\"128\"></span></a></li><li id=\"tcb_custom_menu_13475a66\" class=\"menu-item menu-item-type-post_type menu-item-object-page thrv_wrapper thrv-menu-item-element thrv-custom-menu-item menu-item-has-children tcb-excluded-from-group-item\" data-selector=\"[data-css=&quot;tve-u-165f5ddaaa4&quot;] #tcb_custom_menu_13475a66\" data-tcb_hover_state_parent=\"\" wfd-id=\"123\"><a href=\"\"><span class=\"tve-disabled-text-inner\" wfd-id=\"126\">NAV#2</span><span class=\"tve-disabled-text-inner tve-item-dropdown-trigger\" wfd-id=\"125\"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"tve-dropdown-icon-up\" viewBox=\"0 0 320 512\"><path d=\"M151.5 347.8L3.5 201c-4.7-4.7-4.7-12.3 0-17l19.8-19.8c4.7-4.7 12.3-4.7 17 0L160 282.7l119.7-118.5c4.7-4.7 12.3-4.7 17 0l19.8 19.8c4.7 4.7 4.7 12.3 0 17l-148 146.8c-4.7 4.7-12.3 4.7-17 0z\"></path></svg><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"tve-dropdown-icon-down\" viewBox=\"0 0 320 512\"><path d=\"M168.5 164.2l148 146.8c4.7 4.7 4.7 12.3 0 17l-19.8 19.8c-4.7 4.7-12.3 4.7-17 0L160 229.3 40.3 347.8c-4.7 4.7-12.3 4.7-17 0L3.5 328c-4.7-4.7-4.7-12.3 0-17l148-146.8c4.7-4.7 12.3-4.7 17 0z\"></path></svg></span></a><ul class=\"sub-menu tve_empty_dropzone\" data-selector=\"[data-css=&quot;tve-u-165f5ddaaa4&quot;] #tcb_custom_menu_13475a66 > ul\"><li id=\"tcb_custom_menu_ed3da1d0\" class=\"menu-item menu-item-type-post_type menu-item-object-page thrv_wrapper thrv-menu-item-element thrv-custom-menu-item tcb-excluded-from-group-item\" data-selector=\"[data-css=&quot;tve-u-165f5ddaaa4&quot;] #tcb_custom_menu_ed3da1d0\" data-tcb_hover_state_parent=\"\"><a href=\"\"><span class=\"tve-disabled-text-inner\">SUB-NAV#1</span><span class=\"tve-disabled-text-inner tve-item-dropdown-trigger\"></span></a></li><li id=\"tcb_custom_menu_1f1477da\" class=\"menu-item menu-item-type-post_type menu-item-object-page thrv_wrapper thrv-menu-item-element thrv-custom-menu-item\" data-selector=\"[data-css=&quot;tve-u-165f5ddaaa4&quot;] #tcb_custom_menu_1f1477da\" data-tcb_hover_state_parent=\"\"><a href=\"\"><span class=\"tve-disabled-text-inner\">SUB-NAV#2</span><span class=\"tve-disabled-text-inner tve-item-dropdown-trigger\"></span></a></li></ul></li><li id=\"tcb_custom_menu_a19cc162\" class=\"menu-item menu-item-type-post_type menu-item-object-page thrv_wrapper thrv-menu-item-element thrv-custom-menu-item\" data-selector=\"[data-css=&quot;tve-u-165f5ddaaa4&quot;] #tcb_custom_menu_a19cc162\" data-tcb_hover_state_parent=\"\" wfd-id=\"120\"><a href=\"\"><span class=\"tve-disabled-text-inner\" wfd-id=\"122\">NAV#3</span><span class=\"tve-disabled-text-inner tve-item-dropdown-trigger\" wfd-id=\"121\"></span></a></li><li id=\"tcb_custom_menu_65zjXM43\" class=\"menu-item menu-item-type-post_type menu-item-object-page thrv_wrapper thrv-menu-item-element thrv-custom-menu-item\" data-selector=\"[data-css=&quot;tve-u-165f5ddaaa4&quot;] #tcb_custom_menu_65zjXM43\" data-tcb_hover_state_parent=\"\" wfd-id=\"117\"><a href=\"\"><span class=\"tve-disabled-text-inner\" wfd-id=\"119\">NAV#4</span><span class=\"tve-disabled-text-inner tve-item-dropdown-trigger\" wfd-id=\"118\"></span></a></li><li id=\"tcb_custom_menu_2SmNtzRv\" class=\"menu-item menu-item-type-post_type menu-item-object-page thrv_wrapper thrv-menu-item-element thrv-custom-menu-item\" data-selector=\"[data-css=&quot;tve-u-165f5ddaaa4&quot;] #tcb_custom_menu_2SmNtzRv\" data-tcb_hover_state_parent=\"\" wfd-id=\"114\"><a href=\"\"><span class=\"tve-disabled-text-inner\" wfd-id=\"116\">NAV#5</span><span class=\"tve-disabled-text-inner tve-item-dropdown-trigger\" wfd-id=\"115\"></span></a></li><li id=\"tcb_custom_menu_0NaqyNWp\" class=\"menu-item menu-item-type-post_type menu-item-object-page thrv_wrapper thrv-menu-item-element thrv-custom-menu-item tcb-excluded-from-group-item active-expand-children\" data-selector=\"[data-css=&quot;tve-u-165f5ddaaa4&quot;] #tcb_custom_menu_0NaqyNWp\" data-tcb_hover_state_parent=\"\" wfd-id=\"111\"><a href=\"https://bestcerakoteflorida.com/cart/\"><span class=\"tve-disabled-text-inner\" wfd-id=\"113\">CART</span><span class=\"tve-disabled-text-inner tve-item-dropdown-trigger\" wfd-id=\"112\"></span></a></li></ul></div>	</div><div class=\"thrv_wrapper thrv_heading\" style=\"\" data-tag=\"h1\" data-css=\"tve-u-1642b32e2c2\" wfd-id=\"105\"><h1 data-css=\"tve-u-16035acf904\" style=\"text-align: center;\"><strong>Privacy</strong></h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" data-css=\"tve-u-1642b25c464\" wfd-id=\"35\"><p data-css=\"tve-u-165e6491162\"><span data-css=\"tve-u-165e64c579a\" style=\"font-family: Merriweather; font-weight: 400;\" wfd-id=\"104\">Privacy Policy</span></p><p data-css=\"tve-u-165e6492b04\"><span data-css=\"tve-u-165e64c08c2\" style=\"font-family: Merriweather; font-weight: 400;\" wfd-id=\"103\">What personal information do we collect from the people that visit our blog, website or app?<br>When ordering or registering on our site, as appropriate, you may be asked to enter your name, email address, mailing address, phone number, credit card information or other details to help you with your experience.</span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08c4\" style=\"font-weight: 400;\" wfd-id=\"101\"><span data-css=\"tve-u-165e64c08c5\" style=\"font-family: Merriweather;\" wfd-id=\"102\">When do we collect information?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08c6\" style=\"font-weight: 400;\" wfd-id=\"99\"><span data-css=\"tve-u-165e64c08c7\" style=\"font-family: Merriweather;\" wfd-id=\"100\">We collect information from you when you register on our site, place an order, subscribe to a newsletter, respond to a survey, fill out a form or enter information on our site.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08c9\" style=\"font-weight: 400;\" wfd-id=\"97\"><span data-css=\"tve-u-165e64c08ca\" style=\"font-family: Merriweather;\" wfd-id=\"98\">How do we use your information?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08cb\" style=\"font-weight: 400;\" wfd-id=\"95\"><span data-css=\"tve-u-165e64c08cc\" style=\"font-family: Merriweather;\" wfd-id=\"96\">We may use the information we collect from you when you register, make a purchase, sign up for our newsletter, respond to a survey or marketing communication, surf the website, or use certain other site features in the following ways:<br>â€¢ To personalize user\'s experience and to allow us to deliver the type of content and product offerings in which you are most interested.<br>â€¢ To improve our website in order to better serve you.<br>â€¢ To allow us to better service you in responding to your customer service requests.<br>â€¢ To administer a contest, promotion, survey or other site feature.<br>â€¢ To quickly process your transactions.<br>â€¢ To send periodic emails regarding your order or other products and services.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08ce\" style=\"font-weight: 400;\" wfd-id=\"93\"><span data-css=\"tve-u-165e64c08cf\" style=\"font-family: Merriweather;\" wfd-id=\"94\">How do we protect visitor information?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08d0\" style=\"font-weight: 400;\" wfd-id=\"91\"><span data-css=\"tve-u-165e64c08d1\" style=\"font-family: Merriweather;\" wfd-id=\"92\">Our website is scanned on a regular basis for security holes and known vulnerabilities in order to make your visit to our site as safe as possible.<br>We use regular Malware Scanning.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08d3\" style=\"font-weight: 400;\" wfd-id=\"89\"><span data-css=\"tve-u-165e64c08d4\" style=\"font-family: Merriweather;\" wfd-id=\"90\">Your personal information is contained behind secured networks and is only accessible by a limited number of persons who have special access rights to such systems, and are required to keep the information confidential. In addition, all sensitive/credit information you supply is encrypted via Secure Socket Layer (SSL) technology.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08d5\" style=\"font-weight: 400;\" wfd-id=\"87\"><span data-css=\"tve-u-165e64c08d6\" style=\"font-family: Merriweather;\" wfd-id=\"88\">We implement a variety of security measures when a user places an order, enters, submits, or accesses their information to maintain the safety of your personal information.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08d8\" style=\"font-weight: 400;\" wfd-id=\"85\"><span data-css=\"tve-u-165e64c08d9\" style=\"font-family: Merriweather;\" wfd-id=\"86\">All transactions are processed through a gateway provider and are not stored or processed on our servers.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08da\" style=\"font-weight: 400;\" wfd-id=\"83\"><span data-css=\"tve-u-165e64c08db\" style=\"font-family: Merriweather;\" wfd-id=\"84\">Do we use \'cookies\'?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08dd\" style=\"font-weight: 400;\" wfd-id=\"81\"><span data-css=\"tve-u-165e64c08de\" style=\"font-family: Merriweather;\" wfd-id=\"82\">Yes. Cookies are small files that a site or its service provider transfers to your computer\'s hard drive through your Web browser (if you allow) that enable the site\'s or service provider\'s systems to recognize your browser and capture and remember certain information. For instance, we use cookies to help us remember and process the items in your shopping cart. They are also used to help us understand your preferences based on previous or current site activity, which enables us to provide you with improved services. We also use cookies to help us compile aggregate data about site traffic and site interaction so that we can offer better site experiences and tools in the future.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08df\" style=\"font-weight: 400;\" wfd-id=\"79\"><span data-css=\"tve-u-165e64c08e0\" style=\"font-family: Merriweather;\" wfd-id=\"80\">We use cookies to:</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08e2\" style=\"font-weight: 400;\" wfd-id=\"77\"><span data-css=\"tve-u-165e64c08e3\" style=\"font-family: Merriweather;\" wfd-id=\"78\">â€¢ Help remember and process the items in the shopping cart.<br>â€¢ Understand and save user\'s preferences for future visits.<br>You can choose to have your computer warn you each time a cookie is being sent, or you can choose to turn off all cookies. You do this through your browser (like Internet Explorer) settings. Each browser is a little different, so look at your browser\'s Help menu to learn the correct way to modify your cookies.<br>If users disable cookies in their browser:<br>If you turn off cookies, some features will be disabled. However, you can still place orders for<br>saved items in your shopping cart over the telephone by contacting customer service.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08e4\" style=\"font-weight: 400;\" wfd-id=\"75\"><span data-css=\"tve-u-165e64c08e5\" style=\"font-family: Merriweather;\" wfd-id=\"76\">Third Party Disclosure</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08e7\" style=\"font-weight: 400;\" wfd-id=\"73\"><span data-css=\"tve-u-165e64c08e8\" style=\"font-family: Merriweather;\" wfd-id=\"74\">We do not sell, trade, or otherwise transfer to outside parties your personally identifiable information.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08e9\" style=\"font-weight: 400;\" wfd-id=\"71\"><span data-css=\"tve-u-165e64c08ea\" style=\"font-family: Merriweather;\" wfd-id=\"72\">Third party links</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08ec\" style=\"font-weight: 400;\" wfd-id=\"69\"><span data-css=\"tve-u-165e64c08ed\" style=\"font-family: Merriweather;\" wfd-id=\"70\">Occasionally, at our discretion, we may include or offer third party products or services on our website. These third party sites have separate and independent privacy policies. We therefore have no responsibility or liability for the content and activities of these linked sites. Nonetheless, we seek to protect the integrity of our site and welcome any feedback about these sites.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08ee\" style=\"font-weight: 400;\" wfd-id=\"67\"><span data-css=\"tve-u-165e64c08f0\" style=\"font-family: Merriweather;\" wfd-id=\"68\">Google</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08f1\" style=\"font-weight: 400;\" wfd-id=\"65\"><span data-css=\"tve-u-165e64c08f2\" style=\"font-family: Merriweather;\" wfd-id=\"66\">Google\'s advertising requirements can be summed up by Google\'s Advertising Principles. They are put in place to provide a positive experience for users. https://support.google.com/adwordspolicy/answer/1316548?hl=en<br>Opting out:<br>Users can set preferences for how Google advertises to you using the Google Ad Settings page. Alternatively, you can opt out by visiting the Network Advertising initiative opt out page or permanently using the Google Analytics Opt Out Browser add on.<br>California Online Privacy Protection Act<br>CalOPPA is the first state law in the nation to require commercial websites and online services to post a privacy policy. The law\'s reach stretches well beyond California to require a person or company in the United States (and conceivably the world) that operates websites collecting personally identifiable information from California consumers to post a conspicuous privacy policy on its website stating exactly the information being collected and those individuals with whom it is being shared, and to comply with this policy.<br>See more at: http://consumercal.org/california-online-privacy-protection-act-caloppa/#sthash.0FdRbT51.dpuf<br>According to CalOPPA we agree to the following:<br>Users can visit our site anonymously<br>Once this privacy policy is created, we will add a link to it on our home page, or as a minimum on the first significant page after entering our website.<br>Our Privacy Policy link includes the word \'Privacy\', and can be easily be found on the page specified above.<br>Users will be notified of any privacy policy changes:<br>â€¢ On our Privacy Policy Page<br>Users are able to change their personal information:<br>â€¢ By emailing us<br>â€¢ By calling us</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08f3\" style=\"font-weight: 400;\" wfd-id=\"63\"><span data-css=\"tve-u-165e64c08f6\" style=\"font-family: Merriweather;\" wfd-id=\"64\">How does our site handle do not track signals?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08f7\" style=\"font-weight: 400;\" wfd-id=\"61\"><span data-css=\"tve-u-165e64c08f8\" style=\"font-family: Merriweather;\" wfd-id=\"62\">We honor do not track signals and do not track, plant cookies, or use advertising when a Do Not Track (DNT) browser mechanism is in place.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08f9\" style=\"font-weight: 400;\" wfd-id=\"59\"><span data-css=\"tve-u-165e64c08fa\" style=\"font-family: Merriweather;\" wfd-id=\"60\">Does our site allow third party behavioral tracking?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08fb\" style=\"font-weight: 400;\" wfd-id=\"57\"><span data-css=\"tve-u-165e64c08fc\" style=\"font-family: Merriweather;\" wfd-id=\"58\">It\'s also important to note that we do not allow third party behavioral tracking<br>COPPA (Children Online Privacy Protection Act)<br>When it comes to the collection of personal information from children under 13, the Children\'s Online Privacy Protection Act (COPPA) puts parents in control. The Federal Trade Commission, the nation\'s consumer protection agency, enforces the COPPA Rule, which spells out what operators of websites and online services must do to protect children\'s privacy and safety online.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08fe\" style=\"font-weight: 400;\" wfd-id=\"55\"><span data-css=\"tve-u-165e64c08ff\" style=\"font-family: Merriweather;\" wfd-id=\"56\">We do not specifically market to children under 13.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c0900\" style=\"font-weight: 400;\" wfd-id=\"53\"><span data-css=\"tve-u-165e64c0901\" style=\"font-family: Merriweather;\" wfd-id=\"54\">Fair Information Practices</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c0903\" style=\"font-weight: 400;\" wfd-id=\"51\"><span data-css=\"tve-u-165e64c0904\" style=\"font-family: Merriweather;\" wfd-id=\"52\">The Fair Information Practices Principles form the backbone of privacy law in the United States and the concepts they include have played a significant role in the development of data protection laws around the globe. Understanding the Fair Information Practice Principles and how they should be implemented is critical to comply with the various privacy laws that protect personal information.<br>In order to be in line with Fair Information Practices we will take the following responsive action, should a data breach occur:<br>â€¢ Within 7 business days<br>We will notify the users via in site notification<br>â€¢ Within 7 business days<br>We also agree to the individual redress principle, which requires that individuals have a right to pursue legally enforceable rights against data collectors and processors who fail to adhere to the law. This principle requires not only that individuals have enforceable rights against data users, but also that individuals have recourse to courts or a government agency to investigate and/or prosecute non-compliance by data processors.<br>CAN SPAM Act<br>The CAN-SPAM Act is a law that sets the rules for commercial email, establishes requirements for commercial messages, gives recipients the right to have emails stopped from being sent to them, and spells out tough penalties for violations.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c0905\" style=\"font-weight: 400;\" wfd-id=\"49\"><span data-css=\"tve-u-165e64c0906\" style=\"font-family: Merriweather;\" wfd-id=\"50\">We collect your email address in order to:</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c0908\" style=\"font-weight: 400;\" wfd-id=\"47\"><span data-css=\"tve-u-165e64c0909\" style=\"font-family: Merriweather;\" wfd-id=\"48\">â€¢ Send information, respond to inquiries, and/or other requests or questions.<br>â€¢ Process orders and to send information and updates pertaining to orders<br>â€¢ Market to our mailing list or continue to send emails to our clients after the original transaction has occurred<br>To be in accordance with CANSPAM we agree to the following:<br>â€¢ NOT use false, or misleading subjects or email addresses<br>â€¢ Identify the message as an advertisement in some reasonable way<br>â€¢ Include the physical address of our business or site headquarters<br>â€¢ Monitor third party email marketing services for compliance, if one is used.<br>â€¢ Honor opt-out/unsubscribe requests quickly<br>â€¢ Allow users to unsubscribe by using the link at the bottom of each email<br>If at any time you would like to unsubscribe from receiving future emails, you can email us at<br>â€¢ Follow the instructions at the bottom of each email. and we will promptly remove you from ALL correspondence.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c090a\" style=\"font-weight: 400;\" wfd-id=\"45\"><span data-css=\"tve-u-165e64c090c\" style=\"font-family: Merriweather;\" wfd-id=\"46\">Contacting Us</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c090d\" style=\"font-weight: 400;\" wfd-id=\"43\"><span data-css=\"tve-u-165e64c090e\" style=\"font-family: Merriweather;\" wfd-id=\"44\">If there are any questions regarding this privacy policy you may contact us using the information below.<br>Blackhawk Custom, LLC.<br>825 South Kings Highway<br>Fort Pierce, FL 34945<br>United States<br>https://www.blackhawkcustom.com</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c090d\" style=\"font-weight: 400;\" wfd-id=\"41\"><span data-css=\"tve-u-165e64c090e\" style=\"font-family: Merriweather;\" wfd-id=\"42\"><br>Conditions of use:</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c090d\" style=\"font-weight: 400;\" wfd-id=\"39\"><span data-css=\"tve-u-165e64c090e\" style=\"font-family: Merriweather;\" wfd-id=\"40\">â€‹</span></span><span data-css=\"tve-u-165e64c0910\" style=\"font-family: Merriweather; font-weight: 400;\" wfd-id=\"38\">By using this website, you agree to all of our terms and conditions of the sale<br>All sales are final (See our refund policy)</span></p></div></div>\n</div>'),(4737,143,'tve_revision_tve_has_wistia_popover','0'),(4744,457,'tve_revision_tve_user_custom_css',''),(4745,457,'tve_revision_tve_page_events','a:0:{}'),(4746,457,'tve_revision_tve_globals','a:2:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";s:8:\"font_cls\";a:0:{}}'),(4747,457,'tve_revision_tve_global_scripts',''),(4748,457,'tve_revision_thrive_icon_pack','0'),(4749,457,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(4750,457,'tve_revision_tve_has_masonry','0'),(4751,457,'tve_revision_tve_has_typefocus','0'),(4752,457,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-custom-menu-inside\" data-css=\"tve-u-1642b667be5\" style=\"z-index: 8;\" wfd-id=\"24\">\n<div class=\"tve-content-box-background\" wfd-id=\"99\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1642b6ef7e6\" style=\"z-index: 8;\" wfd-id=\"25\"><div class=\"thrv_wrapper thrv_heading\" style=\"\" data-tag=\"h1\" data-css=\"tve-u-1642b32e2c2\" wfd-id=\"96\"><h1 data-css=\"tve-u-16035acf904\" style=\"text-align: center;\"><strong>Privacy</strong></h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" data-css=\"tve-u-1642b25c464\" wfd-id=\"26\"><p data-css=\"tve-u-165e6491162\"><span data-css=\"tve-u-165e64c579a\" style=\"font-family: Merriweather; font-weight: 400;\" wfd-id=\"95\">Privacy Policy</span></p><p data-css=\"tve-u-165e6492b04\"><span data-css=\"tve-u-165e64c08c2\" style=\"font-family: Merriweather; font-weight: 400;\" wfd-id=\"94\">What personal information do we collect from the people that visit our blog, website or app?<br>When ordering or registering on our site, as appropriate, you may be asked to enter your name, email address, mailing address, phone number, credit card information or other details to help you with your experience.</span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08c4\" style=\"font-weight: 400;\" wfd-id=\"92\"><span data-css=\"tve-u-165e64c08c5\" style=\"font-family: Merriweather;\" wfd-id=\"93\">When do we collect information?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08c6\" style=\"font-weight: 400;\" wfd-id=\"90\"><span data-css=\"tve-u-165e64c08c7\" style=\"font-family: Merriweather;\" wfd-id=\"91\">We collect information from you when you register on our site, place an order, subscribe to a newsletter, respond to a survey, fill out a form or enter information on our site.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08c9\" style=\"font-weight: 400;\" wfd-id=\"88\"><span data-css=\"tve-u-165e64c08ca\" style=\"font-family: Merriweather;\" wfd-id=\"89\">How do we use your information?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08cb\" style=\"font-weight: 400;\" wfd-id=\"86\"><span data-css=\"tve-u-165e64c08cc\" style=\"font-family: Merriweather;\" wfd-id=\"87\">We may use the information we collect from you when you register, make a purchase, sign up for our newsletter, respond to a survey or marketing communication, surf the website, or use certain other site features in the following ways:<br>â€¢ To personalize user\'s experience and to allow us to deliver the type of content and product offerings in which you are most interested.<br>â€¢ To improve our website in order to better serve you.<br>â€¢ To allow us to better service you in responding to your customer service requests.<br>â€¢ To administer a contest, promotion, survey or other site feature.<br>â€¢ To quickly process your transactions.<br>â€¢ To send periodic emails regarding your order or other products and services.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08ce\" style=\"font-weight: 400;\" wfd-id=\"84\"><span data-css=\"tve-u-165e64c08cf\" style=\"font-family: Merriweather;\" wfd-id=\"85\">How do we protect visitor information?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08d0\" style=\"font-weight: 400;\" wfd-id=\"82\"><span data-css=\"tve-u-165e64c08d1\" style=\"font-family: Merriweather;\" wfd-id=\"83\">Our website is scanned on a regular basis for security holes and known vulnerabilities in order to make your visit to our site as safe as possible.<br>We use regular Malware Scanning.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08d3\" style=\"font-weight: 400;\" wfd-id=\"80\"><span data-css=\"tve-u-165e64c08d4\" style=\"font-family: Merriweather;\" wfd-id=\"81\">Your personal information is contained behind secured networks and is only accessible by a limited number of persons who have special access rights to such systems, and are required to keep the information confidential. In addition, all sensitive/credit information you supply is encrypted via Secure Socket Layer (SSL) technology.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08d5\" style=\"font-weight: 400;\" wfd-id=\"78\"><span data-css=\"tve-u-165e64c08d6\" style=\"font-family: Merriweather;\" wfd-id=\"79\">We implement a variety of security measures when a user places an order, enters, submits, or accesses their information to maintain the safety of your personal information.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08d8\" style=\"font-weight: 400;\" wfd-id=\"76\"><span data-css=\"tve-u-165e64c08d9\" style=\"font-family: Merriweather;\" wfd-id=\"77\">All transactions are processed through a gateway provider and are not stored or processed on our servers.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08da\" style=\"font-weight: 400;\" wfd-id=\"74\"><span data-css=\"tve-u-165e64c08db\" style=\"font-family: Merriweather;\" wfd-id=\"75\">Do we use \'cookies\'?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08dd\" style=\"font-weight: 400;\" wfd-id=\"72\"><span data-css=\"tve-u-165e64c08de\" style=\"font-family: Merriweather;\" wfd-id=\"73\">Yes. Cookies are small files that a site or its service provider transfers to your computer\'s hard drive through your Web browser (if you allow) that enable the site\'s or service provider\'s systems to recognize your browser and capture and remember certain information. For instance, we use cookies to help us remember and process the items in your shopping cart. They are also used to help us understand your preferences based on previous or current site activity, which enables us to provide you with improved services. We also use cookies to help us compile aggregate data about site traffic and site interaction so that we can offer better site experiences and tools in the future.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08df\" style=\"font-weight: 400;\" wfd-id=\"70\"><span data-css=\"tve-u-165e64c08e0\" style=\"font-family: Merriweather;\" wfd-id=\"71\">We use cookies to:</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08e2\" style=\"font-weight: 400;\" wfd-id=\"68\"><span data-css=\"tve-u-165e64c08e3\" style=\"font-family: Merriweather;\" wfd-id=\"69\">â€¢ Help remember and process the items in the shopping cart.<br>â€¢ Understand and save user\'s preferences for future visits.<br>You can choose to have your computer warn you each time a cookie is being sent, or you can choose to turn off all cookies. You do this through your browser (like Internet Explorer) settings. Each browser is a little different, so look at your browser\'s Help menu to learn the correct way to modify your cookies.<br>If users disable cookies in their browser:<br>If you turn off cookies, some features will be disabled. However, you can still place orders for<br>saved items in your shopping cart over the telephone by contacting customer service.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08e4\" style=\"font-weight: 400;\" wfd-id=\"66\"><span data-css=\"tve-u-165e64c08e5\" style=\"font-family: Merriweather;\" wfd-id=\"67\">Third Party Disclosure</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08e7\" style=\"font-weight: 400;\" wfd-id=\"64\"><span data-css=\"tve-u-165e64c08e8\" style=\"font-family: Merriweather;\" wfd-id=\"65\">We do not sell, trade, or otherwise transfer to outside parties your personally identifiable information.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08e9\" style=\"font-weight: 400;\" wfd-id=\"62\"><span data-css=\"tve-u-165e64c08ea\" style=\"font-family: Merriweather;\" wfd-id=\"63\">Third party links</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08ec\" style=\"font-weight: 400;\" wfd-id=\"60\"><span data-css=\"tve-u-165e64c08ed\" style=\"font-family: Merriweather;\" wfd-id=\"61\">Occasionally, at our discretion, we may include or offer third party products or services on our website. These third party sites have separate and independent privacy policies. We therefore have no responsibility or liability for the content and activities of these linked sites. Nonetheless, we seek to protect the integrity of our site and welcome any feedback about these sites.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08ee\" style=\"font-weight: 400;\" wfd-id=\"58\"><span data-css=\"tve-u-165e64c08f0\" style=\"font-family: Merriweather;\" wfd-id=\"59\">Google</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08f1\" style=\"font-weight: 400;\" wfd-id=\"56\"><span data-css=\"tve-u-165e64c08f2\" style=\"font-family: Merriweather;\" wfd-id=\"57\">Google\'s advertising requirements can be summed up by Google\'s Advertising Principles. They are put in place to provide a positive experience for users. https://support.google.com/adwordspolicy/answer/1316548?hl=en<br>Opting out:<br>Users can set preferences for how Google advertises to you using the Google Ad Settings page. Alternatively, you can opt out by visiting the Network Advertising initiative opt out page or permanently using the Google Analytics Opt Out Browser add on.<br>California Online Privacy Protection Act<br>CalOPPA is the first state law in the nation to require commercial websites and online services to post a privacy policy. The law\'s reach stretches well beyond California to require a person or company in the United States (and conceivably the world) that operates websites collecting personally identifiable information from California consumers to post a conspicuous privacy policy on its website stating exactly the information being collected and those individuals with whom it is being shared, and to comply with this policy.<br>See more at: http://consumercal.org/california-online-privacy-protection-act-caloppa/#sthash.0FdRbT51.dpuf<br>According to CalOPPA we agree to the following:<br>Users can visit our site anonymously<br>Once this privacy policy is created, we will add a link to it on our home page, or as a minimum on the first significant page after entering our website.<br>Our Privacy Policy link includes the word \'Privacy\', and can be easily be found on the page specified above.<br>Users will be notified of any privacy policy changes:<br>â€¢ On our Privacy Policy Page<br>Users are able to change their personal information:<br>â€¢ By emailing us<br>â€¢ By calling us</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08f3\" style=\"font-weight: 400;\" wfd-id=\"54\"><span data-css=\"tve-u-165e64c08f6\" style=\"font-family: Merriweather;\" wfd-id=\"55\">How does our site handle do not track signals?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08f7\" style=\"font-weight: 400;\" wfd-id=\"52\"><span data-css=\"tve-u-165e64c08f8\" style=\"font-family: Merriweather;\" wfd-id=\"53\">We honor do not track signals and do not track, plant cookies, or use advertising when a Do Not Track (DNT) browser mechanism is in place.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08f9\" style=\"font-weight: 400;\" wfd-id=\"50\"><span data-css=\"tve-u-165e64c08fa\" style=\"font-family: Merriweather;\" wfd-id=\"51\">Does our site allow third party behavioral tracking?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08fb\" style=\"font-weight: 400;\" wfd-id=\"48\"><span data-css=\"tve-u-165e64c08fc\" style=\"font-family: Merriweather;\" wfd-id=\"49\">It\'s also important to note that we do not allow third party behavioral tracking<br>COPPA (Children Online Privacy Protection Act)<br>When it comes to the collection of personal information from children under 13, the Children\'s Online Privacy Protection Act (COPPA) puts parents in control. The Federal Trade Commission, the nation\'s consumer protection agency, enforces the COPPA Rule, which spells out what operators of websites and online services must do to protect children\'s privacy and safety online.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08fe\" style=\"font-weight: 400;\" wfd-id=\"46\"><span data-css=\"tve-u-165e64c08ff\" style=\"font-family: Merriweather;\" wfd-id=\"47\">We do not specifically market to children under 13.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c0900\" style=\"font-weight: 400;\" wfd-id=\"44\"><span data-css=\"tve-u-165e64c0901\" style=\"font-family: Merriweather;\" wfd-id=\"45\">Fair Information Practices</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c0903\" style=\"font-weight: 400;\" wfd-id=\"42\"><span data-css=\"tve-u-165e64c0904\" style=\"font-family: Merriweather;\" wfd-id=\"43\">The Fair Information Practices Principles form the backbone of privacy law in the United States and the concepts they include have played a significant role in the development of data protection laws around the globe. Understanding the Fair Information Practice Principles and how they should be implemented is critical to comply with the various privacy laws that protect personal information.<br>In order to be in line with Fair Information Practices we will take the following responsive action, should a data breach occur:<br>â€¢ Within 7 business days<br>We will notify the users via in site notification<br>â€¢ Within 7 business days<br>We also agree to the individual redress principle, which requires that individuals have a right to pursue legally enforceable rights against data collectors and processors who fail to adhere to the law. This principle requires not only that individuals have enforceable rights against data users, but also that individuals have recourse to courts or a government agency to investigate and/or prosecute non-compliance by data processors.<br>CAN SPAM Act<br>The CAN-SPAM Act is a law that sets the rules for commercial email, establishes requirements for commercial messages, gives recipients the right to have emails stopped from being sent to them, and spells out tough penalties for violations.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c0905\" style=\"font-weight: 400;\" wfd-id=\"40\"><span data-css=\"tve-u-165e64c0906\" style=\"font-family: Merriweather;\" wfd-id=\"41\">We collect your email address in order to:</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c0908\" style=\"font-weight: 400;\" wfd-id=\"38\"><span data-css=\"tve-u-165e64c0909\" style=\"font-family: Merriweather;\" wfd-id=\"39\">â€¢ Send information, respond to inquiries, and/or other requests or questions.<br>â€¢ Process orders and to send information and updates pertaining to orders<br>â€¢ Market to our mailing list or continue to send emails to our clients after the original transaction has occurred<br>To be in accordance with CANSPAM we agree to the following:<br>â€¢ NOT use false, or misleading subjects or email addresses<br>â€¢ Identify the message as an advertisement in some reasonable way<br>â€¢ Include the physical address of our business or site headquarters<br>â€¢ Monitor third party email marketing services for compliance, if one is used.<br>â€¢ Honor opt-out/unsubscribe requests quickly<br>â€¢ Allow users to unsubscribe by using the link at the bottom of each email<br>If at any time you would like to unsubscribe from receiving future emails, you can email us at<br>â€¢ Follow the instructions at the bottom of each email. and we will promptly remove you from ALL correspondence.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c090a\" style=\"font-weight: 400;\" wfd-id=\"36\"><span data-css=\"tve-u-165e64c090c\" style=\"font-family: Merriweather;\" wfd-id=\"37\">Contacting Us</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c090d\" style=\"font-weight: 400;\" wfd-id=\"34\"><span data-css=\"tve-u-165e64c090e\" style=\"font-family: Merriweather;\" wfd-id=\"35\">If there are any questions regarding this privacy policy you may contact us using the information below.<br>Blackhawk Custom, LLC.<br>825 South Kings Highway<br>Fort Pierce, FL 34945<br>United States<br>https://www.blackhawkcustom.com</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c090d\" style=\"font-weight: 400;\" wfd-id=\"32\"><span data-css=\"tve-u-165e64c090e\" style=\"font-family: Merriweather;\" wfd-id=\"33\"><br>Conditions of use:</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c090d\" style=\"font-weight: 400;\" wfd-id=\"30\"><span data-css=\"tve-u-165e64c090e\" style=\"font-family: Merriweather;\" wfd-id=\"31\">â€‹</span></span><span data-css=\"tve-u-165e64c0910\" style=\"font-family: Merriweather; font-weight: 400;\" wfd-id=\"29\">By using this website, you agree to all of our terms and conditions of the sale<br>All sales are final (See our refund policy)</span></p></div></div>\n</div>'),(4753,457,'tve_revision_tve_has_wistia_popover','0'),(4754,69,'_edit_lock','1548819583:1'),(4755,458,'tve_revision_tve_landing_page',''),(4756,458,'tve_revision_tve_disable_theme_dependency',''),(4757,458,'tve_revision_tve_content_before_more',''),(4758,458,'tve_revision_tve_content_more_found',''),(4759,458,'tve_revision_tve_save_post',''),(4760,458,'tve_revision_tve_custom_css',''),(4761,458,'tve_revision_tve_user_custom_css',''),(4762,458,'tve_revision_tve_page_events',''),(4763,458,'tve_revision_tve_globals',''),(4764,458,'tve_revision_tve_global_scripts',''),(4765,458,'tve_revision_thrive_icon_pack',''),(4766,458,'tve_revision_thrive_tcb_post_fonts',''),(4767,458,'tve_revision_tve_has_masonry',''),(4768,458,'tve_revision_tve_has_typefocus',''),(4769,458,'tve_revision_tve_updated_post',''),(4770,458,'tve_revision_tve_has_wistia_popover',''),(6405,544,'tve_revision_tve_content_more_found',''),(6406,544,'tve_revision_tve_save_post',''),(6407,544,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Merriweather:400,700&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Special+Elite:400&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Open+Sans:400,700,300&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-16416ab0690\"] { padding: 30px 20px !important; }[data-css=\"tve-u-16416aae91e\"] { max-width: 1080px; }.tcb-plain-text strong { font-weight: 700; }.tcb-plain-text { font-family: \"Open Sans\"; font-weight: 400; }#tve_editor [data-css=\"tve-u-160e4eb46bd\"] p, #tve_editor [data-css=\"tve-u-160e4eb46bd\"] li, #tve_editor [data-css=\"tve-u-160e4eb46bd\"] blockquote, #tve_editor [data-css=\"tve-u-160e4eb46bd\"] address, #tve_editor [data-css=\"tve-u-160e4eb46bd\"] h1, #tve_editor [data-css=\"tve-u-160e4eb46bd\"] h2, #tve_editor [data-css=\"tve-u-160e4eb46bd\"] h3, #tve_editor [data-css=\"tve-u-160e4eb46bd\"] h4, #tve_editor [data-css=\"tve-u-160e4eb46bd\"] h5, #tve_editor [data-css=\"tve-u-160e4eb46bd\"] h6 { color: rgb(144, 144, 144); }#tcb_landing_page a strong { font-weight: 700; }#tcb_landing_page h6 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(51, 51, 51); font-size: 20px; }#tcb_landing_page h5 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(51, 51, 51); font-size: 24px; }#tcb_landing_page h4 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(51, 51, 51); font-size: 30px; }[data-css=\"tve-u-16035a9ff73\"] { padding: 30px 20px !important; }#tcb_landing_page a:not(.tcb-button-link) { color: rgb(4, 126, 255); text-decoration: underline; }#tcb_landing_page h3 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(51, 51, 51); font-size: 38px; line-height: 1.3em; }#tcb_landing_page h2 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(51, 51, 51); font-size: 45px; line-height: 1.3em; }#tcb_landing_page h1 { font-family: \"Special Elite\"; font-weight: 400; font-size: 50px; line-height: 1.3em; color: rgb(51, 51, 51); }#tcb_landing_page p strong, #tcb_landing_page li strong { font-weight: 700; }#tcb_landing_page p, #tcb_landing_page li { font-family: Merriweather; font-weight: 400; font-size: 17px; line-height: 1.6em; color: rgb(70, 70, 70); }[data-css=\"tve-u-15e09c94f7d\"] { background-color: rgb(255, 255, 255) !important; }#tcb_landing_page a:hover:not(.tcb-button-link) { text-decoration: none; }#tcb_landing_page .tve-state-hovera:not(.tcb-button-link) { text-decoration: none; }[data-css=\"tve-u-160e4eb46bd\"] h3 { margin: 0px 0px auto !important; padding: 0px !important; }[data-css=\"tve-u-160e4eb46bd\"] h1 { margin: 0px 0px auto !important; padding: 0px !important; }[data-css=\"tve-u-160e4eb46bd\"] h2 { margin: 0px 0px auto !important; padding: 0px !important; }[data-css=\"tve-u-160e4eb46bd\"] p { margin: 0px 0px auto !important; padding: 0px !important; }[data-css=\"tve-u-160e4eb46bd\"] { max-width: 1080px; text-align: center; }#tcb_landing_page a.tve-state-hover:not(.tcb-button-link) { text-decoration: none; }#tcb_landing_page .tcb-button-link { font-family: Merriweather; font-weight: 400; }#tcb_landing_page input { font-family: Merriweather; font-weight: 400; }#tcb_landing_page .tcb-button-link strong { font-weight: 700; }#tcb_landing_page input strong { font-weight: 700; }#tcb_landing_page .tcb-plain-text { font-family: Merriweather; font-weight: 400; }#tcb_landing_page .tcb-plain-text strong { font-weight: 700; }[data-css=\"tve-u-1695508fbfa\"] { max-width: 1080px; }#tve_editor [data-css=\"tve-u-16035acf904\"] { color: rgb(0, 0, 0) !important; font-size: 25px !important; }[data-css=\"tve-u-169550bd520\"] { padding-top: 25px !important; }#tve_editor .thrv-content-box [data-css=\"tve-u-1695921c8da\"] p, #tve_editor .thrv-content-box [data-css=\"tve-u-1695921c8da\"] li, #tve_editor .thrv-content-box [data-css=\"tve-u-1695921c8da\"] blockquote, #tve_editor .thrv-content-box [data-css=\"tve-u-1695921c8da\"] address, #tve_editor .thrv-content-box [data-css=\"tve-u-1695921c8da\"] .tcb-plain-text, #tve_editor .thrv-content-box [data-css=\"tve-u-1695921c8da\"] label, #tve_editor .thrv-content-box [data-css=\"tve-u-1695921c8da\"] h1, #tve_editor .thrv-content-box [data-css=\"tve-u-1695921c8da\"] h2, #tve_editor .thrv-content-box [data-css=\"tve-u-1695921c8da\"] h3, #tve_editor .thrv-content-box [data-css=\"tve-u-1695921c8da\"] h4, #tve_editor .thrv-content-box [data-css=\"tve-u-1695921c8da\"] h5, #tve_editor .thrv-content-box [data-css=\"tve-u-1695921c8da\"] h6 { color: rgb(0, 0, 0); }#tve_editor [data-css=\"tve-u-1695508fbfa\"] p, #tve_editor [data-css=\"tve-u-1695508fbfa\"] li, #tve_editor [data-css=\"tve-u-1695508fbfa\"] blockquote, #tve_editor [data-css=\"tve-u-1695508fbfa\"] address, #tve_editor [data-css=\"tve-u-1695508fbfa\"] .tcb-plain-text, #tve_editor [data-css=\"tve-u-1695508fbfa\"] label, #tve_editor [data-css=\"tve-u-1695508fbfa\"] h1, #tve_editor [data-css=\"tve-u-1695508fbfa\"] h2, #tve_editor [data-css=\"tve-u-1695508fbfa\"] h3, #tve_editor [data-css=\"tve-u-1695508fbfa\"] h4, #tve_editor [data-css=\"tve-u-1695508fbfa\"] h5, #tve_editor [data-css=\"tve-u-1695508fbfa\"] h6 { color: rgb(0, 0, 0); }}@media (max-width: 767px){#tve_editor [data-css=\"tve-u-16035acf904\"] { font-size: 36px !important; }[data-css=\"tve-u-16035a9ff73\"] { padding-left: 10px !important; padding-right: 10px !important; }}'),(4819,93,'tcb_editor_enabled','1'),(5918,106,'tve_global_scripts_tcb2-blank-page-styled',''),(6174,535,'tve_revision_tve_landing_page',''),(4853,460,'tve_revision_tve_landing_page','tcb2-one-page-site-dog-walking'),(4854,460,'tve_revision_tve_disable_theme_dependency',''),(4855,460,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv-page-section\" style=\"\" wfd-id=\"227\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ebe5d7b44\" wfd-id=\"249\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ebe51d596\" wfd-id=\"228\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15ec3055cca\" wfd-id=\"229\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2\" data-css=\"tve-u-15ebe8a2edd\" wfd-id=\"230\"><div class=\"tcb-flex-col\" wfd-id=\"243\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec30518d3\" wfd-id=\"245\"><div class=\"tcb-clear\" data-css=\"tve-u-15ecc95760b\" wfd-id=\"246\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ebe70a25b\" wfd-id=\"247\"><span class=\"tve_image_frame\" wfd-id=\"248\"><img class=\"tve_image wp-image-25564\" alt=\"\" width=\"142\" height=\"44\" title=\"logo_pawcity\" data-id=\"25564\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/logo_pawcity.png\"></span></div></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"231\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec313e743\" data-tcb_hover_state_parent=\"\" wfd-id=\"233\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone tcb-tablet-hidden tcb-mobile-hidden\" style=\"\" wfd-id=\"234\"><p data-css=\"tve-u-15f002fa8f6\"><span data-css=\"tve-u-15f0034f748\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"242\"><a href=\"#whatwedo\">What We Do</a></span>&nbsp; &nbsp; <span data-css=\"tve-u-15f003606db\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"241\"><a href=\"#testimonials\">Testimonials</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f003655f8\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"240\"><a href=\"#aboutus\">About Us</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f00369f5e\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"239\"><a href=\"#getyourcoupon\">Get Your Coupon</a></span>&nbsp; &nbsp; <span data-css=\"tve-u-15f0064f814\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"238\"><a href=\"#areaweserve\">Area We Serve</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f003784ab\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"237\"><a href=\"#contact\">Contact</a></span></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ebe8abb9e\" wfd-id=\"200\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ebe8a4d78\" data-clip-id=\"335f47a4c8f92\" wfd-id=\"226\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-left-335f47a4c8f92\" class=\"decoration-clip clip-path-left\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" pointer-width=\"6\" pointer-height=\"2.5\" style=\"curves\" decoration-type=\"none\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon><ellipse cx=\"0.025\" cy=\"0.029412\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.08823600000000001\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.14706\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.205884\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.264708\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.323532\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.38235600000000003\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.44118\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.500004\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.558828\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.617652\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.676476\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.7353000000000001\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.794124\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.852948\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.911772\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.970596\" rx=\"0.025\" ry=\"0.029412\"></ellipse></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ebe72c974\" wfd-id=\"201\"><div class=\"thrv_wrapper thrv-columns tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec318421d\" wfd-id=\"202\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-15ebe738fb8\" wfd-id=\"203\"><div class=\"tcb-flex-col\" wfd-id=\"223\"><div class=\"tcb-col\" data-css=\"tve-u-15ebe73226c\" wfd-id=\"225\"></div></div><div class=\"tcb-flex-col\" wfd-id=\"204\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ebe89fb7a\" wfd-id=\"206\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ebe827cb3\" wfd-id=\"207\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15ebe830a90\" data-clip-id=\"bb2526ca261ae\" wfd-id=\"222\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-left-bb2526ca261ae\" class=\"decoration-clip clip-path-left\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"divider\" pointer-width=\"5.7\" pointer-height=\"2.5\" style=\"curves\" slanted-angle=\"5\"><polygon points=\"0.025 0, 0.025 1, 1 1, 1 0\"></polygon><ellipse cx=\"0.025\" cy=\"0.027778\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.083334\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.13889\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.194446\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.250002\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.305558\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.361114\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.41667\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.47222600000000003\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.527782\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.583338\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.638894\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.69445\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.7500060000000001\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.805562\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.861118\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.916674\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.97223\" rx=\"0.025\" ry=\"0.027778\"></ellipse></clipPath><clipPath id=\"clip-tablet-left-bb2526ca261ae\" class=\"decoration-clip clip-path-tablet-left\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"divider\" pointer-width=\"5.7\" pointer-height=\"4\" style=\"curves\" slanted-angle=\"5\"><polygon points=\"0.04 0, 0.04 1, 1 1, 1 0\"></polygon><ellipse cx=\"0.04\" cy=\"0.027778\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.083334\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.13889\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.194446\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.250002\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.305558\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.361114\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.41667\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.47222600000000003\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.527782\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.583338\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.638894\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.69445\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.7500060000000001\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.805562\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.861118\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.916674\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.97223\" rx=\"0.04\" ry=\"0.027778\"></ellipse></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ebe80a9a1\" wfd-id=\"208\"><div class=\"tcb-clear\" data-css=\"tve-u-15ebe8ee6c0\" wfd-id=\"218\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15ebe8edca2\" data-tag=\"h1\" wfd-id=\"219\"><h1 data-css=\"tve-u-15ebe90cfb0\">Happy dogs =<br>â€‹â€‹â€‹â€‹â€‹happâ€‹â€‹â€‹â€‹y owners</h1></div></div><div class=\"tcb-clear\" data-css=\"tve-u-15ec30a8a14\" wfd-id=\"216\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ebe906677\" wfd-id=\"217\"><p data-css=\"tve-u-15ebe905473\">Offer your dog a premium walking experience</p></div></div><div class=\"tcb-clear\" data-css=\"tve-u-15ebe955aaa\" wfd-id=\"209\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ebe916c34\" wfd-id=\"210\">\n<div class=\"tve-content-box-background\" wfd-id=\"215\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ec3152b02\" wfd-id=\"211\"><div class=\"thrv_wrapper thrv-button tve_ea_thrive_lightbox\" data-css=\"tve-u-15ebe91a626\" data-tcb_hover_state_parent=\"false\" data-button-style=\"full_rounded\" wfd-id=\"212\">\n<a href=\"#\" class=\"tcb-button-link tve_evt_manager_listen tve_et_click\" data-tcb-events=\"__TCB_EVENT_[{&quot;config&quot;:{&quot;l_anim&quot;:&quot;zoom_in&quot;,&quot;l_id&quot;:&quot;265&quot;},&quot;a&quot;:&quot;thrive_lightbox&quot;,&quot;t&quot;:&quot;click&quot;}]_TNEVE_BCT__\">\n<span class=\"tcb-button-texts\" wfd-id=\"213\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-15ebe925072\" wfd-id=\"214\">Get -20% On Your First Walk</span></span>\n</a>\n</div></div>\n</div></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec3017516\" wfd-id=\"193\">\n<div class=\"tve-page-section-out\" wfd-id=\"199\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ebea3a693\" wfd-id=\"194\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15ebea49c0c\" id=\"whatwedo\" data-tag=\"h1\" wfd-id=\"198\"><h1 data-css=\"tve-u-15ebea42b31\" style=\"text-align: center;\">What We Do</h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2448fdb\" wfd-id=\"195\"><p data-css=\"tve-u-15ec2443105\" style=\"text-align: center;\">Our goal is to make sure the owners are comforted, the pups are exercised and happy and that we are getting our own puppy fixes. But letâ€™s be honest- itâ€™s their world, weâ€™re just living in it! As a small team of experienced dog owners and lovers, we really get to know you and your dog and we canguarantee consistent and personal care that is equal to your love and attention. We are so excited to make you a part of the family!</p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" wfd-id=\"164\">\n<div class=\"tve-page-section-out\" wfd-id=\"192\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ee1211b9b\" wfd-id=\"165\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15ee121a6d1\" wfd-id=\"166\"><div class=\"tcb-flex-row tcb--cols--3 tcb-medium-wrap\" data-css=\"tve-u-15ee121fb1c\" wfd-id=\"167\"><div class=\"tcb-flex-col\" wfd-id=\"184\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ee1225fdf\" wfd-id=\"186\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec2477274\" wfd-id=\"190\"><span class=\"tve_image_frame\" wfd-id=\"191\"><img class=\"tve_image wp-image-1596\" alt=\"\" width=\"55\" height=\"73\" title=\"what_do_icon_01\" data-id=\"1596\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_01.png\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"189\"><p data-css=\"tve-u-15ec2481d17\"><strong>First Class Care</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"188\"><p data-css=\"tve-u-15ec2487407\">all the best for them</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2492191\" wfd-id=\"187\"><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"176\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ee1232726\" wfd-id=\"178\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec24ae116\" wfd-id=\"182\"><span class=\"tve_image_frame\" wfd-id=\"183\"><img class=\"tve_image wp-image-1597\" alt=\"\" width=\"73\" height=\"73\" title=\"what_do_icon_02\" data-id=\"1597\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_02.png\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"181\"><p data-css=\"tve-u-15ec2481d17\"><strong>Snacks Included</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"180\"><p data-css=\"tve-u-15ec2487407\">for your little one</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec3192f72\" wfd-id=\"179\"><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"168\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ee1237243\" wfd-id=\"170\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec24d5e15\" wfd-id=\"174\"><span class=\"tve_image_frame\" wfd-id=\"175\"><img class=\"tve_image wp-image-1598\" alt=\"\" width=\"65\" height=\"73\" title=\"what_do_icon_03\" data-id=\"1598\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_03.png\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"173\"><p data-css=\"tve-u-15ec2481d17\"><strong>Regularly walks</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"172\"><p data-css=\"tve-u-15ec2487407\">to keep them ealthy</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2492191\" wfd-id=\"171\"><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris.</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-15ec24f494c\" id=\"testimonials\" style=\"\" wfd-id=\"144\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ec24f97c0\" wfd-id=\"163\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec24f790d\" wfd-id=\"145\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15ec254985a\" style=\"\" wfd-id=\"146\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-15ec253a41f\" wfd-id=\"147\"><div class=\"tcb-flex-col\" wfd-id=\"151\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec253ef3a\" style=\"\" wfd-id=\"153\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec256e611\" style=\"\" wfd-id=\"156\"><p data-css=\"tve-u-15ec25610c7\"><span data-css=\"tve-u-15ec268a0a3\" style=\"font-size: 45px; color: rgb(89, 171, 227);\" wfd-id=\"161\"><span data-css=\"tve-u-15ec26760e9\" style=\"font-family: ABeeZee;\" wfd-id=\"162\">â€</span></span><span data-css=\"tve-u-15ec256b908\" style=\"font-family: &quot;Amatic SC&quot;;\" wfd-id=\"160\">&nbsp; &nbsp; &nbsp;</span><span data-css=\"tve-u-15ec2680494\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"158\"><span data-css=\"tve-u-15ec269379d\" style=\"font-size: 45px;\" wfd-id=\"159\">my chester enjoys being with them!</span> &nbsp; &nbsp;&nbsp;</span><span data-css=\"tve-u-15ec255fe12\" style=\"font-family: ABeeZee; font-weight: 400; color: rgb(89, 171, 227); font-size: 45px;\" wfd-id=\"157\">â€</span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2698d8d\" wfd-id=\"155\"><p data-css=\"tve-u-160266880a0\">We LOVE going for walks with our friends at Paw! Donâ€™t tell our mom &amp; dad,but we get really excited when they leave for work because we know it wonâ€™t be long before we get a visit from one of our favorite friends at PawCity! Best part is, they always let our parents know how ourwalk went right away so they dont have to worry about us!</p><p data-css=\"tve-u-15ec269736c\">We love you PawCity!! xoxo</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec26ab7b0\" style=\"\" wfd-id=\"154\"><p data-css=\"tve-u-15ec26a92a2\"><strong>Anna Olson</strong>, Chesterâ€™s Mom</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"148\"><div class=\"tcb-col\" wfd-id=\"150\"></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec26c390a\" id=\"aboutus\" wfd-id=\"137\">\n<div class=\"tve-page-section-out\" wfd-id=\"143\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec26b9914\" wfd-id=\"138\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15ee1037a1d\" data-tag=\"h1\" wfd-id=\"142\"><h1 data-css=\"tve-u-15ec26bd2e8\">About us</h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec31ba260\" wfd-id=\"139\"><p data-css=\"tve-u-15ec2443105\" style=\"text-align: center;\">At PawCity, we lead lives full of the unconditional love and happiness we receive from the furballs we get to spend time with everyday and we have this beautiful city and all the beautiful people in it to thank. We love you and your pups!!</p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec26ec232\" wfd-id=\"106\">\n<div class=\"tve-page-section-out\" wfd-id=\"136\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec26e5812\" wfd-id=\"107\"><div class=\"thrv_wrapper thrv-columns tcb-window-width\" style=\"width: 1603px; left: -1px;\" data-css=\"tve-u-15ee106257d\" wfd-id=\"108\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2\" data-css=\"tve-u-15ec26fee25\" wfd-id=\"109\"><div class=\"tcb-flex-col c-33\" wfd-id=\"131\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec2a38bfd\" wfd-id=\"133\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec2a33d71\" wfd-id=\"134\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"135\"><img class=\"tve_image wp-image-7399\" alt=\"\" width=\"830\" height=\"775\" title=\"about_us_dog\" data-id=\"7399\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/about_us_dog.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col c-66\" wfd-id=\"110\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec27075e1\" wfd-id=\"112\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160309f3e5d\" wfd-id=\"125\">\n<div class=\"tve-content-box-background\" wfd-id=\"130\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160309b397d\" wfd-id=\"126\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-160309b00b4\" data-float=\"1\" wfd-id=\"128\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"129\"><img class=\"tve_image wp-image-7404\" alt=\"\" width=\"64\" height=\"64\" title=\"dog_paw\" data-id=\"7404\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/dog_paw.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16030a08afd\" wfd-id=\"127\"><p>We moved to New York City with our black bulldog rescue, Blakely, in 2007 after graduating from the University of Maryland. Immediately, we realized what a dog-crazy place it was.</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160309f6c04\" wfd-id=\"119\">\n<div class=\"tve-content-box-background\" wfd-id=\"124\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160309b397d\" wfd-id=\"120\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-160309ddca8\" data-float=\"1\" wfd-id=\"122\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"123\"><img class=\"tve_image wp-image-7403\" alt=\"\" width=\"64\" height=\"64\" title=\"dog_house\" data-id=\"7403\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/dog_house.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16030a09626\" wfd-id=\"121\"><p>We knew right away that we wanted to work with the animals that we loved and that had given us so much love since we were little girls. We started PawCity Dog Walking in July of 2010.</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16030975307\" wfd-id=\"113\">\n<div class=\"tve-content-box-background\" wfd-id=\"118\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160309b397d\" wfd-id=\"114\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16030a013d7\" data-float=\"1\" wfd-id=\"116\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"117\"><img class=\"tve_image wp-image-7405\" alt=\"\" width=\"64\" height=\"64\" title=\"spinning_wheel\" data-id=\"7405\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/spinning_wheel.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160309b344b\" wfd-id=\"115\"><p>We cover the entire width of the East Side, from 96th Street to Delancey and handle every type of personality imaginable. At PawCity, we lead lives full of the unconditional love and happiness we receive from the furballs we get to spend time with everyday.</p></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" data-css=\"tve-u-15ec2a56438\" style=\"width: 1603px; left: 0px;\" id=\"getyourcoupon\" wfd-id=\"88\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ec2a5bb35\" wfd-id=\"105\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec2a5540e\" wfd-id=\"89\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ec2a80647\" wfd-id=\"90\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15ec2a9b8a9\" wfd-id=\"104\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ec2a81a9f\" wfd-id=\"91\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2a6f589\" wfd-id=\"100\"><p data-css=\"tve-u-15ec2a6b447\"><span data-css=\"tve-u-15ec2a6d9d8\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"103\"><strong>Get Your Coupon</strong></span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2aaa9a4\" wfd-id=\"98\"><p data-css=\"tve-u-15ec2ab1d6d\">We strive to keep both you and your pup as happy and comfortable as possible while youâ€™re out earning those big bucks.</p><p data-css=\"tve-u-15ec2ab1d82\"><br></p><p data-css=\"tve-u-15ec2aa8e2e\"><strong>Get <span data-css=\"tve-u-15ec2aafa24\" style=\"color: rgb(89, 171, 227);\" wfd-id=\"99\">20%</span> off your first walk. Enter your email and we\'ll send you your coupon.</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ec2abe257\" wfd-id=\"92\">\n<div class=\"tve-content-box-background\" wfd-id=\"97\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ec2acb421\" wfd-id=\"93\"><div class=\"thrv_wrapper thrv-button tve_ea_thrive_lightbox\" data-css=\"tve-u-15ec2ac01df\" data-tcb_hover_state_parent=\"false\" data-button-style=\"full_rounded\" wfd-id=\"94\">\n<a href=\"#\" class=\"tcb-button-link tve_evt_manager_listen tve_et_click\" data-tcb-events=\"__TCB_EVENT_[{&quot;config&quot;:{&quot;l_anim&quot;:&quot;zoom_in&quot;,&quot;l_id&quot;:&quot;265&quot;},&quot;a&quot;:&quot;thrive_lightbox&quot;,&quot;t&quot;:&quot;click&quot;}]_TNEVE_BCT__\">\n<span class=\"tcb-button-texts\" wfd-id=\"95\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-15ebe925072\" wfd-id=\"96\">Get Your Coupon Now</span></span>\n</a>\n</div></div>\n</div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-15ec2b0a32a\" id=\"areaweserve\" wfd-id=\"59\">\n<div class=\"tve-page-section-out\" wfd-id=\"87\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15f76fcb7df\" wfd-id=\"60\"><div class=\"thrv_wrapper thrv-columns\" style=\"\" data-css=\"tve-u-15ee103f44a\" wfd-id=\"61\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--3\" data-css=\"tve-u-15ec2ae8715\" wfd-id=\"62\"><div class=\"tcb-flex-col\" wfd-id=\"76\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec2b37666\" wfd-id=\"78\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"83\"><p data-css=\"tve-u-15ec2af6c4b\"><span data-css=\"tve-u-15ec2af6c4e\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"86\">areaS we serve</span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"79\"><p>As a small team of experienced dog owners and lovers, we really get to know you and your dog and we canguarantee consistent and personal care that is equal to your love and attention.</p><p><br></p><p><strong><span data-css=\"tve-u-15ec2afed17\" style=\"color: rgb(89, 171, 227);\" wfd-id=\"82\">We are so excited to make you a part of the family!</span></strong></p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"72\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec2b33f06\" wfd-id=\"74\"><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-15ec2b3b468\" wfd-id=\"75\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=825 South Kings Highwa&amp;t=m&amp;z=11&amp;output=embed&amp;iwloc=near\"></iframe>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"63\"><div class=\"tcb-col\" data-css=\"tve-u-1689d1dcf7d\" wfd-id=\"65\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1689d19a7e4\" wfd-id=\"66\"><div class=\"tcb-flex-row tcb--cols--1\" data-css=\"tve-u-1689d19b8cb\" wfd-id=\"67\"><div class=\"tcb-flex-col\" wfd-id=\"68\"><div class=\"tcb-col\" wfd-id=\"70\"><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-1689d1a19d6\" wfd-id=\"71\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=2090 SW 71 Terrace&amp;t=m&amp;z=10&amp;output=embed&amp;iwloc=near\"></iframe>\n</div></div></div></div></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" data-css=\"tve-u-15ec2b5d54c\" style=\"width: 1603px; left: 0px;\" id=\"contact\" wfd-id=\"20\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ec2b56fac\" wfd-id=\"58\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec2b54c99\" wfd-id=\"21\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1602b31dfcd\" wfd-id=\"22\"><div class=\"tcb-flex-row tcb-resized tcb-medium-wrap tcb--cols--3\" data-css=\"tve-u-1602b37ce9d\" wfd-id=\"23\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1602be453ec\" style=\"\" wfd-id=\"52\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"54\"><div class=\"tcb-clear\" data-css=\"tve-u-1602bff3cd5\" wfd-id=\"55\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec2b6e126\" wfd-id=\"56\"><span class=\"tve_image_frame\" wfd-id=\"57\"><img class=\"tve_image wp-image-25564\" alt=\"\" width=\"142\" height=\"44\" title=\"logo_pawcity\" data-id=\"25564\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/logo_pawcity.png\"></span></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1602be45437\" style=\"\" wfd-id=\"38\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1602be56dfc\" wfd-id=\"40\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1602bfebaf9\" wfd-id=\"41\">\n<div class=\"tve-content-box-background\" wfd-id=\"51\"></div>\n<div class=\"tve-cb\" wfd-id=\"42\"><div class=\"tcb-clear\" data-css=\"tve-u-1602bf36e2c\" wfd-id=\"48\"><div class=\"thrv_wrapper tve_image_caption tcb-mobile-hidden\" data-css=\"tve-u-1602be7db66\" data-float=\"1\" wfd-id=\"49\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"50\"><img class=\"tve_image wp-image-7369\" alt=\"\" width=\"64\" height=\"64\" title=\"location\" data-id=\"7369\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/location.png\" style=\"width: 100%;\"></span></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1602bf25f10\" wfd-id=\"43\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1602befe215\" wfd-id=\"44\"><p data-css=\"tve-u-1602bfa220e\"><strong><span data-css=\"tve-u-1602b324a9b\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"47\">67 E. 3rd Street</span></strong><span data-css=\"tve-u-1602b324a9c\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"46\"> </span><span data-css=\"tve-u-1602b324ab9\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"45\">Suite B New York, NY 10003</span></p></div></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1602be4545b\" style=\"\" wfd-id=\"24\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"26\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1602bfea280\" wfd-id=\"27\">\n<div class=\"tve-content-box-background\" wfd-id=\"37\"></div>\n<div class=\"tve-cb\" wfd-id=\"28\"><div class=\"tcb-clear\" data-css=\"tve-u-1602bfc4bea\" wfd-id=\"34\"><div class=\"thrv_wrapper tve_image_caption tcb-mobile-hidden\" data-css=\"tve-u-1602bec144e\" data-float=\"1\" wfd-id=\"35\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"36\"><img class=\"tve_image wp-image-7370\" alt=\"\" width=\"64\" height=\"64\" title=\"phone\" data-id=\"7370\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/phone.png\" style=\"width: 100%;\"></span></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1602bfc74c3\" wfd-id=\"29\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1602b332fd9\" data-float=\"1\" wfd-id=\"30\"><p><strong><span data-css=\"tve-u-1602b324a9b\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"33\">080</span></strong><span data-css=\"tve-u-1602b324a9c\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"32\"> </span><span data-css=\"tve-u-1602b324ab9\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"31\">708 5583</span></p></div></div></div>\n</div></div></div></div></div></div>\n</div>'),(4856,460,'tve_revision_tve_content_more_found',''),(4857,460,'tve_revision_tve_save_post',''),(4858,460,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Montserrat:400,200,300&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Amatic+SC:400&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=ABeeZee:400&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-160309b397d\"]::after { clear: both; }[data-css=\"tve-u-160309b344b\"] { position: relative !important; margin-left: 100px !important; }[data-css=\"tve-u-160309b00b4\"] + div { clear: none; }[data-css=\"tve-u-160309b00b4\"] { float: none; width: 60px; position: absolute; margin-bottom: 0px !important; margin-top: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-16030975307\"] { max-width: 75%; margin-left: 80px !important; }[data-css=\"tve-u-1602bfa220e\"] { line-height: 1.85em !important; }[data-css=\"tve-u-1602be7db66\"] { float: left; width: 40px; z-index: 3; position: relative; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1602be56dfc\"]::after { clear: both; }[data-css=\"tve-u-1602be4545b\"] { max-width: 25%; }[data-css=\"tve-u-1602be45437\"] { max-width: 48.1%; }[data-css=\"tve-u-1602be453ec\"] { max-width: 26.9%; }[data-css=\"tve-u-1602b37ce9d\"] > .tcb-flex-col > .tcb-col { justify-content: center; }[data-css=\"tve-u-1602b332fd9\"] { max-width: 264px; position: relative; float: right; z-index: 3; width: 100%; padding-left: 1px !important; margin-top: 1px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1602b324a9c\"] { color: rgb(74, 163, 223) !important; }[data-css=\"tve-u-1602b324a9b\"] { color: rgb(74, 163, 223) !important; }[data-css=\"tve-u-1602b31dfcd\"] { max-width: 1296px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15f76fcb7df\"] { max-width: 100%; }[data-css=\"tve-u-15f0064f814\"] { color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-15ec313e743\"]:hover p, #tve_editor [data-css=\"tve-u-15ec313e743\"]:hover li, #tve_editor [data-css=\"tve-u-15ec313e743\"]:hover blockquote, #tve_editor [data-css=\"tve-u-15ec313e743\"]:hover address { color: rgb(89, 171, 227); }[data-css=\"tve-u-15f003784ab\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15f00369f5e\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15f003655f8\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15f003606db\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15f0034f748\"] { color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-15f002fa8f6\"] { color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-15ec313e743\"] p, #tve_editor [data-css=\"tve-u-15ec313e743\"] li, #tve_editor [data-css=\"tve-u-15ec313e743\"] blockquote, #tve_editor [data-css=\"tve-u-15ec313e743\"] address { font-size: 16px; }[data-css=\"tve-u-15ec313e743\"] { text-align: left; padding-left: 0px !important; margin-left: 0px !important; margin-right: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-15ee121fb1c\"] .tcb-flex-col { flex-basis: 285px !important; }[data-css=\"tve-u-15ec30a8a14\"]::after { clear: both; }#tve_editor [data-css=\"tve-u-15ebe90cfb0\"] { font-size: 96px !important; }[data-css=\"tve-u-15ee1237243\"] { box-shadow: rgba(73, 137, 181, 0.15) -3px 7px 69px 10px; }[data-css=\"tve-u-15ee1232726\"] { box-shadow: rgba(73, 137, 181, 0.15) -3px 7px 69px 10px; }[data-css=\"tve-u-15ee121fb1c\"] > .tcb-flex-col > .tcb-col { min-height: 503px; }[data-css=\"tve-u-15ee1225fdf\"] { box-shadow: rgba(73, 137, 181, 0.15) -3px 7px 69px 10px; }[data-css=\"tve-u-15ee121fb1c\"] { margin-left: -60px; min-height: inherit; }[data-css=\"tve-u-15ee121fb1c\"] > .tcb-flex-col { padding-left: 60px; }[data-css=\"tve-u-15ee121a6d1\"] { float: none; max-width: 1296px; text-align: center; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ee1211b9b\"] { max-width: 1603px; text-align: center; }[data-css=\"tve-u-15ec26fee25\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-15ee106257d\"] { max-width: 100%; }[data-css=\"tve-u-15ec3055cca\"] { max-width: 1370px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ee103f44a\"] { float: none; max-width: 1296px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ee1037a1d\"] { float: none; max-width: 1296px; margin-left: auto !important; margin-right: auto !important; }#tve_editor [data-css=\"tve-u-15ec2ac01df\"]:hover .tcb-button-link { box-shadow: rgba(73, 137, 181, 0.25) -3px 7px 73px 18px; background-color: rgb(149, 250, 201) !important; }#tve_editor [data-css=\"tve-u-15ebe91a626\"]:hover .tcb-button-link { box-shadow: rgba(73, 137, 181, 0.25) -3px 7px 73px 18px; border: 0px dashed rgb(255, 255, 255); background-color: rgb(149, 250, 201) !important; font-weight: normal !important; background-image: none !important; }[data-css=\"tve-u-15ebe8a2edd\"] > .tcb-flex-col > .tcb-col { justify-content: center; }[data-css=\"tve-u-15ec3017516\"] { margin-top: 60px !important; padding-bottom: 50px !important; }[data-css=\"tve-u-15ec2b6e126\"] { width: 142px; }[data-css=\"tve-u-15ec2b5d54c\"] { margin-top: 83px !important; }[data-css=\"tve-u-15ec2b56fac\"] { background-image: linear-gradient(rgb(25, 46, 60), rgb(25, 46, 60)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-15ec2b54c99\"] { max-width: 1586px; min-height: 100px !important; }[data-css=\"tve-u-15ec2b3b468\"] { box-shadow: rgba(89, 171, 227, 0.15) -3px 7px 69px 10px, rgba(0, 0, 0, 0.4) 0px 8px 12px 0px; margin: 0px 1px 1px 0px !important; border-top: none; }[data-css=\"tve-u-15ec2b37666\"] { margin-top: 114px !important; }[data-css=\"tve-u-15ec2b33f06\"] { padding: 70px 7px 7px !important; text-align: left; }[data-css=\"tve-u-15ec2b0a32a\"] { margin-top: 76px !important; }[data-css=\"tve-u-15ec2ae8715\"] > .tcb-flex-col { padding-left: 10px; }[data-css=\"tve-u-15ec2afed17\"] { color: rgb(89, 171, 227) !important; }[data-css=\"tve-u-15ec2ae8715\"] { float: none; max-width: 1453px; margin-left: -10px; margin-right: auto !important; padding-top: 15px !important; padding-bottom: 0px !important; padding-left: 15px !important; }[data-css=\"tve-u-15ec2acb421\"] { min-height: 162px; }[data-css=\"tve-u-15ec2aafa24\"] { color: rgb(89, 171, 227) !important; }[data-css=\"tve-u-15ec2aaa9a4\"] { float: none; max-width: 1440px; margin-left: auto !important; margin-right: auto !important; margin-top: 25px !important; }#tve_editor [data-css=\"tve-u-15ec2aa8e2e\"] { letter-spacing: 1px; color: rgb(255, 255, 255) !important; font-size: 20px !important; }[data-css=\"tve-u-15ec2a9b8a9\"] { border: 1px solid rgb(89, 171, 227) !important; }[data-css=\"tve-u-15ec2a81a9f\"] { min-height: 162px; }[data-css=\"tve-u-15ec2a80647\"] { float: none; max-width: 97%; margin-left: auto !important; margin-right: auto !important; margin-top: 55px !important; }[data-css=\"tve-u-15ec2a6f589\"] { float: none; max-width: 1440px; margin-top: 55px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2a6d9d8\"] { font-family: \"Amatic SC\" !important; font-weight: 400 !important; }#tve_editor [data-css=\"tve-u-15ec2a6b447\"] { color: rgb(89, 171, 227) !important; font-size: 70px !important; }[data-css=\"tve-u-15ec2a5bb35\"] { background-image: linear-gradient(rgba(28, 54, 85, 0.8), rgba(28, 54, 85, 0.8)), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/coupon_background.jpg\") !important; background-size: auto, cover !important; background-position: 0px 0px, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-15ec2a56438\"] { margin-top: 69px !important; }[data-css=\"tve-u-15ec2a5540e\"] { max-width: 100%; text-align: center; min-height: 561px !important; }[data-css=\"tve-u-15ec2a38bfd\"] { margin-right: 0px !important; padding-right: 0px !important; margin-left: 0px !important; }[data-css=\"tve-u-15ec2a33d71\"] { width: 830px; position: relative; top: 0px; left: 40px; z-index: 7; float: none; padding-right: 0px !important; padding-left: 0px !important; }[data-css=\"tve-u-15ec27075e1\"] { border-left: 1px solid rgb(232, 238, 241); border-top: 1px solid rgb(232, 238, 241); border-bottom: 1px solid rgb(232, 238, 241); }[data-css=\"tve-u-15ec26fee25\"] > .tcb-flex-col > .tcb-col { min-height: 612px; }[data-css=\"tve-u-15ec26fee25\"] { min-height: inherit; margin-left: 0px; padding-top: 0px !important; padding-bottom: 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-15ec26ec232\"] { margin-top: 66px !important; }[data-css=\"tve-u-15ec26e5812\"] { max-width: 100%; min-height: 586px !important; }[data-css=\"tve-u-15ec26c390a\"] { margin-top: 60px !important; }#tve_editor [data-css=\"tve-u-15ec26bd2e8\"] { color: rgb(24, 45, 60) !important; font-size: 70px !important; }[data-css=\"tve-u-15ec26b9914\"] { max-width: 1434px; text-align: center; }[data-css=\"tve-u-15ec26ab7b0\"] { margin-top: 67px !important; }#tve_editor [data-css=\"tve-u-15ec26a92a2\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15ec2698d8d\"] { float: none; max-width: 600px; margin-left: auto !important; margin-right: auto !important; margin-top: 30px !important; }#tve_editor [data-css=\"tve-u-15ec269736c\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15ec269379d\"] { font-size: 45px !important; }[data-css=\"tve-u-15ec268a0a3\"] { font-size: 45px !important; color: rgb(89, 171, 227) !important; }[data-css=\"tve-u-15ec256e611\"] { margin-top: 0px !important; }#tve_editor [data-css=\"tve-u-15ec25610c7\"] { font-size: 40px !important; color: rgb(89, 171, 227) !important; }[data-css=\"tve-u-15ec255fe12\"] { font-family: ABeeZee !important; font-weight: 400 !important; color: rgb(89, 171, 227) !important; font-size: 45px !important; }[data-css=\"tve-u-15ec254985a\"] { margin-right: 0px !important; }[data-css=\"tve-u-15ec253ef3a\"] { text-align: center; background-image: linear-gradient(rgba(24, 45, 60, 0.95), rgba(24, 45, 60, 0.95)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; margin-top: 0px !important; padding-top: 130px !important; padding-bottom: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-15ec253a41f\"] > .tcb-flex-col > .tcb-col { min-height: 661px; }[data-css=\"tve-u-15ec253a41f\"] { min-height: inherit; float: none; max-width: 1474px; z-index: 3; position: relative; padding-top: 0px !important; padding-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; padding-right: 0px !important; }[data-css=\"tve-u-15ec24f97c0\"] { background-image: linear-gradient(rgba(42, 51, 68, 0.1), rgba(42, 51, 68, 0.1)), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/testimonial_bg.jpg\") !important; background-size: auto, cover !important; background-position: 0px 0px, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-15ec24f790d\"] { min-height: 661px !important; }[data-css=\"tve-u-15ec24f494c\"] { margin-top: 60px !important; }[data-css=\"tve-u-15ec24d5e15\"] + div { clear: none; }[data-css=\"tve-u-15ec24d5e15\"] { float: none; width: 65px; margin-left: auto !important; margin-right: auto !important; margin-top: 40px !important; }[data-css=\"tve-u-15ec24ae116\"] + div { clear: none; }[data-css=\"tve-u-15ec24ae116\"] { float: none; width: 73px; margin-left: auto !important; margin-right: auto !important; margin-top: 40px !important; }[data-css=\"tve-u-15ec249b3f6\"] { line-height: 1.9em !important; }[data-css=\"tve-u-15ec2492191\"] { margin-left: 25px !important; margin-right: 25px !important; margin-top: 25px !important; }#tve_editor [data-css=\"tve-u-15ec2487407\"] { text-transform: uppercase !important; color: rgb(135, 156, 171) !important; font-size: 17px !important; }#tve_editor [data-css=\"tve-u-15ec2481d17\"] { font-size: 20px !important; }[data-css=\"tve-u-15ec2477274\"] + div { clear: none; }[data-css=\"tve-u-15ec2477274\"] { float: none; width: 55px; margin-left: auto !important; margin-right: auto !important; margin-top: 40px !important; }[data-css=\"tve-u-15ec2448fdb\"] { float: none; max-width: 1296px; margin-top: 10px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2443105\"] { line-height: 1.8em !important; }[data-css=\"tve-u-15ebea49c0c\"] { float: none; max-width: 1440px; margin-left: auto !important; margin-right: auto !important; margin-top: 0px !important; }#tve_editor [data-css=\"tve-u-15ebea42b31\"] { color: rgb(24, 45, 60) !important; font-size: 70px !important; }[data-css=\"tve-u-15ebea3a693\"] { max-width: 1434px; }[data-css=\"tve-u-15ebe955aaa\"]::after { clear: both; }#tve_editor [data-css=\"tve-u-15ebe925072\"] { font-family: Montserrat; letter-spacing: 0px; font-weight: 400; font-size: 20px !important; color: rgb(24, 45, 60) !important; }[data-css=\"tve-u-15ebe91a626\"] { display: block; max-width: 423px; margin-left: 50px !important; margin-right: 0px !important; }[data-css=\"tve-u-15ebe91a626\"] .tcb-button-link { border-radius: 200px; min-height: 67.1429px; font-size: 1.6em; padding-top: 0px; padding-bottom: 0px; background-color: rgb(105, 240, 174) !important; padding-left: 15px !important; background-image: none !important; }[data-css=\"tve-u-15ebe916c34\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 733px; }[data-css=\"tve-u-15ebe90cfb0\"] { line-height: 1.1em !important; }[data-css=\"tve-u-15ebe906677\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 669px; margin-left: 50px !important; margin-top: 40px !important; }#tve_editor [data-css=\"tve-u-15ebe905473\"] { font-size: 22px !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15ebe8ee6c0\"]::after { clear: both; }[data-css=\"tve-u-15ebe8edca2\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 722px; padding-left: 0px !important; margin-left: 50px !important; margin-top: 104px !important; }[data-css=\"tve-u-15ebe8abb9e\"] { padding: 0px !important; }[data-css=\"tve-u-15ebe8a4d78\"] { clip-path: url(\"#clip-left-335f47a4c8f92\"); -webkit-clip-path: url(\"#clip-left-335f47a4c8f92\");  }[data-css=\"tve-u-15ebe8a2edd\"] { padding-bottom: 15px !important; padding-top: 15px !important; }[data-css=\"tve-u-15ebe89fb7a\"] { margin-left: -35px !important; }[data-css=\"tve-u-15ebe830a90\"] { clip-path: url(\"#clip-left-bb2526ca261ae\"); -webkit-clip-path: url(\"#clip-left-bb2526ca261ae\");  background-image: linear-gradient(rgb(89, 171, 227), rgb(89, 171, 227)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-15ebe827cb3\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 0px !important; }[data-css=\"tve-u-15ebe80a9a1\"] { min-height: 729px; }[data-css=\"tve-u-15ebe738fb8\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-15ebe738fb8\"] > .tcb-flex-col > .tcb-col { min-height: 729px; }[data-css=\"tve-u-15ebe738fb8\"] { min-height: inherit; margin-left: 0px; padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-15ebe73226c\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/header_image-1.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-15ebe72c974\"] { max-width: 1620px; }[data-css=\"tve-u-15ebe70a25b\"] { width: 142px; margin-top: 20px !important; padding-left: 0px !important; margin-left: 30px !important; }[data-css=\"tve-u-15ebe5d7b44\"] { background-image: linear-gradient(rgb(24, 45, 60), rgb(24, 45, 60)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-15ebe51d596\"] { max-width: 100%; min-height: 100px !important; }#tcb_landing_page h3 { font-family: Montserrat; font-weight: 200; font-size: 20px; color: rgb(24, 45, 60); }#tcb_landing_page h2 { font-family: \"Amatic SC\"; font-weight: 400; font-size: 70px; color: rgb(24, 45, 60); }#tcb_landing_page h1 { font-family: \"Amatic SC\"; font-weight: 400; font-size: 96px; color: rgb(255, 255, 255); }#tcb_landing_page p, #tcb_landing_page li { font-family: Montserrat; font-weight: 200; color: rgb(24, 45, 60); font-size: 18px; line-height: 1.667em; }[data-css=\"tve-u-15e09c94f7d\"] { background-color: rgb(255, 255, 255); }[data-css=\"tve-u-15ec256b908\"] { font-family: \"Amatic SC\" !important; font-weight: 400 !important; }[data-css=\"tve-u-15ec26760e9\"] { font-family: ABeeZee !important; font-weight: 400 !important; }[data-css=\"tve-u-15ec2680494\"] { font-family: \"Amatic SC\" !important; font-weight: 400 !important; }#tve_editor [data-css=\"tve-u-15ec2ab1d6d\"] { letter-spacing: 1px; color: rgb(255, 255, 255) !important; font-size: 20px !important; }#tve_editor [data-css=\"tve-u-15ec2ab1d82\"] { letter-spacing: 1px; color: rgb(255, 255, 255) !important; font-size: 20px !important; }[data-css=\"tve-u-15ec2abe257\"] { float: none; z-index: 3; position: relative; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2ac01df\"] { display: block; max-width: 423px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2ac01df\"] .tcb-button-link { border-radius: 200px; min-height: 67.1429px; font-size: 1.6em; padding-top: 0px; padding-bottom: 0px; background-color: rgb(105, 240, 174) !important; padding-left: 15px !important; }#tve_editor [data-css=\"tve-u-15ec2af6c4b\"] { color: rgb(24, 45, 60) !important; font-size: 70px !important; }[data-css=\"tve-u-15ec2af6c4e\"] { font-family: \"Amatic SC\" !important; font-weight: 400 !important; }[data-css=\"tve-u-15ec3192f72\"] { margin-left: 25px !important; margin-right: 25px !important; margin-top: 25px !important; }[data-css=\"tve-u-15ec31ba260\"] { float: none; max-width: 1296px; margin-top: 10px !important; margin-left: auto !important; margin-right: auto !important; }#tcb_landing_page a:hover:not(.tcb-button-link) { color: rgb(89, 171, 227); }#tcb_landing_page .tve-state-hovera:not(.tcb-button-link) { color: rgb(89, 171, 227); }#tve_editor [data-css=\"tve-u-160266880a0\"] { color: rgb(255, 255, 255) !important; font-family: Montserrat !important; }[data-css=\"tve-u-1602b324ab9\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1602bec144e\"] { width: 36px; float: left; z-index: 3; position: static; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1602befe215\"] { max-width: 386px; position: relative !important; padding-left: 1px !important; margin-top: 0px !important; margin-left: 50px !important; }[data-css=\"tve-u-160309ddca8\"] + div { clear: none; }[data-css=\"tve-u-160309ddca8\"] { float: none; width: 60px; position: absolute; margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-160309f3e5d\"] { max-width: 75%; margin-left: 80px !important; margin-top: 60px !important; margin-bottom: 40px !important; }[data-css=\"tve-u-160309f6c04\"] { max-width: 75%; margin-left: 80px !important; margin-top: 60px !important; margin-bottom: 80px !important; }[data-css=\"tve-u-16030a013d7\"] + div { clear: none; }[data-css=\"tve-u-16030a013d7\"] { float: none; width: 60px; position: absolute; margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-16030a08afd\"] { position: relative !important; margin-left: 100px !important; }[data-css=\"tve-u-16030a09626\"] { position: relative !important; margin-left: 100px !important; }#tcb_landing_page a.tve-state-hover:not(.tcb-button-link) { color: rgb(89, 171, 227); }[data-css=\"tve-u-1689d19a7e4\"] { margin-top: 0px !important; }[data-css=\"tve-u-1689d19b8cb\"] { padding-top: 0px !important; }[data-css=\"tve-u-1689d1a19d6\"] { margin-top: 0px !important; box-shadow: rgba(0, 0, 0, 0.4) 0px 8px 12px 0px; }[data-css=\"tve-u-1689d1dcf7d\"] { text-align: left; padding-top: 70px !important; padding-bottom: 6px !important; padding-right: 10px !important; }}@media (max-width: 1023px){[data-css=\"tve-u-1602b332fd9\"] { float: none; max-width: 121px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1602befe215\"] { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1602b37ce9d\"] .tcb-flex-col { flex-basis: 420px !important; }[data-css=\"tve-u-1602bec144e\"] { float: none; z-index: 3; position: relative; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1602be7db66\"] { float: none; z-index: 3; position: relative; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2a38bfd\"] { text-align: left; }[data-css=\"tve-u-15ec27075e1\"] { margin-top: 0px !important; }[data-css=\"tve-u-15ee1237243\"] { margin-top: 52px !important; }[data-css=\"tve-u-15ee121a6d1\"] { margin-left: 33px !important; margin-right: 33px !important; }[data-css=\"tve-u-15ecc95760b\"]::after { clear: both; }[data-css=\"tve-u-15ebe51d596\"] { text-align: left; }[data-css=\"tve-u-15ec2b6e126\"] { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2b54c99\"] { text-align: left; }[data-css=\"tve-u-15ec2b3b468\"] { margin-left: 0px !important; margin-top: 20px !important; }[data-css=\"tve-u-15ec2b37666\"] { margin-top: 0px !important; }[data-css=\"tve-u-15ec2a80647\"] { margin-top: 0px !important; padding-left: 10px !important; padding-right: 10px !important; }[data-css=\"tve-u-15ec2a5540e\"] { max-width: 720px; }[data-css=\"tve-u-15ec2a33d71\"] { width: 395px; float: none; z-index: 3; position: relative; margin: 80px auto 0px !important; }[data-css=\"tve-u-15ec26b9914\"] { max-width: 720px; }[data-css=\"tve-u-15ec253ef3a\"] { padding: 25px 10px !important; }[data-css=\"tve-u-15ebea3a693\"] { max-width: 720px; }[data-css=\"tve-u-15ec30a8a14\"]::after { clear: both; }[data-css=\"tve-u-15ebe916c34\"] { max-width: 376px; }[data-css=\"tve-u-15ebe8a2edd\"] > .tcb-flex-col > .tcb-col { justify-content: center; min-height: 91px; }[data-css=\"tve-u-15ebe70a25b\"] { float: right; z-index: 3; position: relative; margin: 0px auto !important; }[data-css=\"tve-u-15ec3055cca\"] { text-align: center; margin-top: 0px !important; }[data-css=\"tve-u-15ebe8a2edd\"] { min-height: inherit; float: none; max-width: 100%; padding-top: 0px !important; padding-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec30518d3\"] { text-align: center; margin-left: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-15ebe830a90\"] { clip-path: url(\"#clip-tablet-left-bb2526ca261ae\"); -webkit-clip-path: url(\"#clip-tablet-left-bb2526ca261ae\");  }[data-css=\"tve-u-15ebe91a626\"] { margin-left: 30px !important; }[data-css=\"tve-u-15ebe906677\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 336px; margin-left: 30px !important; }[data-css=\"tve-u-15ebe8edca2\"] { margin-left: 30px !important; }[data-css=\"tve-u-15ebe89fb7a\"] { margin-left: -35px !important; }[data-css=\"tve-u-15ebe827cb3\"] { max-width: 100%; }#tve_editor [data-css=\"tve-u-15ebe90cfb0\"] { font-size: 84px !important; }}@media (max-width: 767px){[data-css=\"tve-u-160309b344b\"] { margin-left: 10px !important; margin-top: 30px !important; margin-right: 10px !important; }[data-css=\"tve-u-16030a013d7\"] { position: static; }[data-css=\"tve-u-16030a09626\"] { margin-left: 10px !important; margin-top: 30px !important; margin-right: 10px !important; }[data-css=\"tve-u-160309ddca8\"] { position: static; }[data-css=\"tve-u-16030a08afd\"] { margin-left: 10px !important; margin-right: 10px !important; margin-top: 30px !important; }[data-css=\"tve-u-160309b00b4\"] { position: static; }[data-css=\"tve-u-16030975307\"] { max-width: 100%; margin-left: 10px !important; margin-right: 10px !important; }[data-css=\"tve-u-160309f6c04\"] { max-width: 100%; margin-left: 10px !important; margin-right: 10px !important; }[data-css=\"tve-u-160309f3e5d\"] { max-width: 100%; margin-left: 10px !important; margin-right: 10px !important; }[data-css=\"tve-u-15ec2a38bfd\"]::after { clear: both; }[data-css=\"tve-u-1602bff3cd5\"]::after { clear: both; }[data-css=\"tve-u-1602bfea280\"] { margin-top: 0px !important; margin-bottom: 20px !important; }[data-css=\"tve-u-15ec2b6e126\"] { float: left; z-index: 3; position: relative; margin-left: 24px !important; }[data-css=\"tve-u-1602bf25f10\"]::after { clear: both; }[data-css=\"tve-u-1602b332fd9\"] { max-width: 257px; float: left; z-index: 3; position: relative; width: 100%; margin-top: 20px !important; margin-left: 20px !important; }[data-css=\"tve-u-15ec253ef3a\"] { padding-top: 30px !important; padding-bottom: 30px !important; }[data-css=\"tve-u-15ee1237243\"] { margin-top: 25px !important; }[data-css=\"tve-u-15ee1232726\"] { margin-top: 25px !important; }[data-css=\"tve-u-15ebe70a25b\"] { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2ae8715\"] { margin-left: -15px; }[data-css=\"tve-u-15ec2ae8715\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-15ec2b33f06\"] { margin-right: 0px !important; }[data-css=\"tve-u-15ec26fee25\"] > .tcb-flex-col > .tcb-col { min-height: 387px; }[data-css=\"tve-u-15ec26fee25\"] { margin-left: 0px; min-height: inherit; }[data-css=\"tve-u-15ec26fee25\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-15ec2a33d71\"] { position: static; margin-bottom: 0px !important; }[data-css=\"tve-u-15ec31ba260\"] { padding-left: 3px !important; padding-right: 3px !important; }[data-css=\"tve-u-15ec253a41f\"] > .tcb-flex-col > .tcb-col { min-height: 27px; }[data-css=\"tve-u-15ec253a41f\"] { margin-left: 0px; min-height: inherit; }[data-css=\"tve-u-15ec253a41f\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-15ec254985a\"] { margin-top: 0px !important; }[data-css=\"tve-u-15ec24f494c\"] { margin-top: 30px !important; }[data-css=\"tve-u-15ec256e611\"] { margin-top: 0px !important; }[data-css=\"tve-u-15ec3192f72\"] { margin-bottom: 32px !important; }[data-css=\"tve-u-15ec318421d\"] { margin-bottom: 34px !important; margin-top: -105px !important; }[data-css=\"tve-u-15ebe738fb8\"] > .tcb-flex-col > .tcb-col { min-height: 554px; }[data-css=\"tve-u-15ebe738fb8\"] { min-height: inherit; padding-bottom: 0px !important; }[data-css=\"tve-u-15ec3017516\"] { margin-top: 0px !important; padding-left: 5px !important; padding-right: 5px !important; }[data-css=\"tve-u-15ebe89fb7a\"] { margin-left: -20px !important; }[data-css=\"tve-u-15ec3055cca\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-15ebe916c34\"] { margin-bottom: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-15ec3152b02\"] { min-height: 226px; }[data-css=\"tve-u-15ebe80a9a1\"] { min-height: 554px; }[data-css=\"tve-u-15ebe91a626\"] { margin-left: 28px !important; margin-right: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-15ebe906677\"] { margin-left: 30px !important; }[data-css=\"tve-u-15ebe8edca2\"] { margin-left: 30px !important; margin-top: 45px !important; }[data-css=\"tve-u-15ebe827cb3\"] { max-width: 100%; }[data-css=\"tve-u-15ec313e743\"] { margin-left: 10px !important; margin-right: 10px !important; }[data-css=\"tve-u-1602befe215\"] { max-width: 257px; float: left; z-index: 3; position: relative; width: 100%; margin-top: 20px !important; margin-left: 20px !important; }}'),(4859,460,'tve_revision_tve_user_custom_css','.thrv_text_element p {margin:0;}\n.thrv_heading h1,h2,h3 {margin:0;}'),(4860,460,'tve_revision_tve_page_events','a:0:{}'),(4861,460,'tve_revision_tve_globals','a:4:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";s:11:\"extra_icons\";a:1:{i:0;a:3:{s:11:\"font-family\";s:25:\"tve-ff-6797-59f9979fd5998\";s:3:\"css\";s:87:\"http://lp-build.thrivethemes.com/wp-content/uploads/tve-ff-6797-59f9979fd5998/style.css\";s:6:\"folder\";s:92:\"/home/thrivedevbitston/public_html/landingpages/wp-content/uploads/tve-ff-6797-59f9979fd5998\";}}s:11:\"lightbox_id\";i:0;s:6:\"lb_map\";a:1:{i:6808;s:3:\"265\";}}'),(4862,460,'tve_revision_tve_global_scripts',''),(4863,460,'tve_revision_thrive_icon_pack',''),(4864,460,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(4865,460,'tve_revision_tve_has_masonry','0'),(4866,460,'tve_revision_tve_has_typefocus',''),(4867,460,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv-page-section\" style=\"\" wfd-id=\"227\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ebe5d7b44\" wfd-id=\"249\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ebe51d596\" wfd-id=\"228\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15ec3055cca\" wfd-id=\"229\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2\" data-css=\"tve-u-15ebe8a2edd\" wfd-id=\"230\"><div class=\"tcb-flex-col\" wfd-id=\"243\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec30518d3\" wfd-id=\"245\"><div class=\"tcb-clear\" data-css=\"tve-u-15ecc95760b\" wfd-id=\"246\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ebe70a25b\" wfd-id=\"247\"><span class=\"tve_image_frame\" wfd-id=\"248\"><img class=\"tve_image wp-image-25564\" alt=\"\" width=\"142\" height=\"44\" title=\"logo_pawcity\" data-id=\"25564\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/logo_pawcity.png\"></span></div></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"231\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec313e743\" data-tcb_hover_state_parent=\"\" wfd-id=\"233\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone tcb-tablet-hidden tcb-mobile-hidden\" style=\"\" wfd-id=\"234\"><p data-css=\"tve-u-15f002fa8f6\"><span data-css=\"tve-u-15f0034f748\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"242\"><a href=\"#whatwedo\">What We Do</a></span>&nbsp; &nbsp; <span data-css=\"tve-u-15f003606db\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"241\"><a href=\"#testimonials\">Testimonials</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f003655f8\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"240\"><a href=\"#aboutus\">About Us</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f00369f5e\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"239\"><a href=\"#getyourcoupon\">Get Your Coupon</a></span>&nbsp; &nbsp; <span data-css=\"tve-u-15f0064f814\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"238\"><a href=\"#areaweserve\">Area We Serve</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f003784ab\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"237\"><a href=\"#contact\">Contact</a></span></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ebe8abb9e\" wfd-id=\"200\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ebe8a4d78\" data-clip-id=\"335f47a4c8f92\" wfd-id=\"226\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-left-335f47a4c8f92\" class=\"decoration-clip clip-path-left\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" pointer-width=\"6\" pointer-height=\"2.5\" style=\"curves\" decoration-type=\"none\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon><ellipse cx=\"0.025\" cy=\"0.029412\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.08823600000000001\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.14706\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.205884\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.264708\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.323532\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.38235600000000003\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.44118\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.500004\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.558828\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.617652\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.676476\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.7353000000000001\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.794124\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.852948\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.911772\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.970596\" rx=\"0.025\" ry=\"0.029412\"></ellipse></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ebe72c974\" wfd-id=\"201\"><div class=\"thrv_wrapper thrv-columns tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec318421d\" wfd-id=\"202\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-15ebe738fb8\" wfd-id=\"203\"><div class=\"tcb-flex-col\" wfd-id=\"223\"><div class=\"tcb-col\" data-css=\"tve-u-15ebe73226c\" wfd-id=\"225\"></div></div><div class=\"tcb-flex-col\" wfd-id=\"204\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ebe89fb7a\" wfd-id=\"206\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ebe827cb3\" wfd-id=\"207\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15ebe830a90\" data-clip-id=\"bb2526ca261ae\" wfd-id=\"222\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-left-bb2526ca261ae\" class=\"decoration-clip clip-path-left\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"divider\" pointer-width=\"5.7\" pointer-height=\"2.5\" style=\"curves\" slanted-angle=\"5\"><polygon points=\"0.025 0, 0.025 1, 1 1, 1 0\"></polygon><ellipse cx=\"0.025\" cy=\"0.027778\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.083334\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.13889\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.194446\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.250002\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.305558\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.361114\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.41667\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.47222600000000003\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.527782\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.583338\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.638894\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.69445\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.7500060000000001\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.805562\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.861118\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.916674\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.97223\" rx=\"0.025\" ry=\"0.027778\"></ellipse></clipPath><clipPath id=\"clip-tablet-left-bb2526ca261ae\" class=\"decoration-clip clip-path-tablet-left\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"divider\" pointer-width=\"5.7\" pointer-height=\"4\" style=\"curves\" slanted-angle=\"5\"><polygon points=\"0.04 0, 0.04 1, 1 1, 1 0\"></polygon><ellipse cx=\"0.04\" cy=\"0.027778\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.083334\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.13889\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.194446\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.250002\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.305558\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.361114\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.41667\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.47222600000000003\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.527782\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.583338\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.638894\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.69445\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.7500060000000001\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.805562\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.861118\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.916674\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.97223\" rx=\"0.04\" ry=\"0.027778\"></ellipse></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ebe80a9a1\" wfd-id=\"208\"><div class=\"tcb-clear\" data-css=\"tve-u-15ebe8ee6c0\" wfd-id=\"218\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15ebe8edca2\" data-tag=\"h1\" wfd-id=\"219\"><h1 data-css=\"tve-u-15ebe90cfb0\">Happy dogs =<br>â€‹â€‹â€‹â€‹â€‹happâ€‹â€‹â€‹â€‹y owners</h1></div></div><div class=\"tcb-clear\" data-css=\"tve-u-15ec30a8a14\" wfd-id=\"216\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ebe906677\" wfd-id=\"217\"><p data-css=\"tve-u-15ebe905473\">Offer your dog a premium walking experience</p></div></div><div class=\"tcb-clear\" data-css=\"tve-u-15ebe955aaa\" wfd-id=\"209\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ebe916c34\" wfd-id=\"210\">\n<div class=\"tve-content-box-background\" wfd-id=\"215\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ec3152b02\" wfd-id=\"211\"><div class=\"thrv_wrapper thrv-button tve_ea_thrive_lightbox\" data-css=\"tve-u-15ebe91a626\" data-tcb_hover_state_parent=\"false\" data-button-style=\"full_rounded\" wfd-id=\"212\">\n<a href=\"#\" class=\"tcb-button-link tve_evt_manager_listen tve_et_click\" data-tcb-events=\"__TCB_EVENT_[{&quot;config&quot;:{&quot;l_anim&quot;:&quot;zoom_in&quot;,&quot;l_id&quot;:&quot;265&quot;},&quot;a&quot;:&quot;thrive_lightbox&quot;,&quot;t&quot;:&quot;click&quot;}]_TNEVE_BCT__\">\n<span class=\"tcb-button-texts\" wfd-id=\"213\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-15ebe925072\" wfd-id=\"214\">Get -20% On Your First Walk</span></span>\n</a>\n</div></div>\n</div></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec3017516\" wfd-id=\"193\">\n<div class=\"tve-page-section-out\" wfd-id=\"199\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ebea3a693\" wfd-id=\"194\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15ebea49c0c\" id=\"whatwedo\" data-tag=\"h1\" wfd-id=\"198\"><h1 data-css=\"tve-u-15ebea42b31\" style=\"text-align: center;\">What We Do</h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2448fdb\" wfd-id=\"195\"><p data-css=\"tve-u-15ec2443105\" style=\"text-align: center;\">Our goal is to make sure the owners are comforted, the pups are exercised and happy and that we are getting our own puppy fixes. But letâ€™s be honest- itâ€™s their world, weâ€™re just living in it! As a small team of experienced dog owners and lovers, we really get to know you and your dog and we canguarantee consistent and personal care that is equal to your love and attention. We are so excited to make you a part of the family!</p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" wfd-id=\"164\">\n<div class=\"tve-page-section-out\" wfd-id=\"192\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ee1211b9b\" wfd-id=\"165\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15ee121a6d1\" wfd-id=\"166\"><div class=\"tcb-flex-row tcb--cols--3 tcb-medium-wrap\" data-css=\"tve-u-15ee121fb1c\" wfd-id=\"167\"><div class=\"tcb-flex-col\" wfd-id=\"184\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ee1225fdf\" wfd-id=\"186\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec2477274\" wfd-id=\"190\"><span class=\"tve_image_frame\" wfd-id=\"191\"><img class=\"tve_image wp-image-1596\" alt=\"\" width=\"55\" height=\"73\" title=\"what_do_icon_01\" data-id=\"1596\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_01.png\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"189\"><p data-css=\"tve-u-15ec2481d17\"><strong>First Class Care</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"188\"><p data-css=\"tve-u-15ec2487407\">all the best for them</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2492191\" wfd-id=\"187\"><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"176\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ee1232726\" wfd-id=\"178\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec24ae116\" wfd-id=\"182\"><span class=\"tve_image_frame\" wfd-id=\"183\"><img class=\"tve_image wp-image-1597\" alt=\"\" width=\"73\" height=\"73\" title=\"what_do_icon_02\" data-id=\"1597\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_02.png\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"181\"><p data-css=\"tve-u-15ec2481d17\"><strong>Snacks Included</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"180\"><p data-css=\"tve-u-15ec2487407\">for your little one</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec3192f72\" wfd-id=\"179\"><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"168\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ee1237243\" wfd-id=\"170\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec24d5e15\" wfd-id=\"174\"><span class=\"tve_image_frame\" wfd-id=\"175\"><img class=\"tve_image wp-image-1598\" alt=\"\" width=\"65\" height=\"73\" title=\"what_do_icon_03\" data-id=\"1598\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_03.png\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"173\"><p data-css=\"tve-u-15ec2481d17\"><strong>Regularly walks</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"172\"><p data-css=\"tve-u-15ec2487407\">to keep them ealthy</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2492191\" wfd-id=\"171\"><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris.</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-15ec24f494c\" id=\"testimonials\" style=\"\" wfd-id=\"144\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ec24f97c0\" wfd-id=\"163\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec24f790d\" wfd-id=\"145\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15ec254985a\" style=\"\" wfd-id=\"146\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-15ec253a41f\" wfd-id=\"147\"><div class=\"tcb-flex-col\" wfd-id=\"151\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec253ef3a\" style=\"\" wfd-id=\"153\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec256e611\" style=\"\" wfd-id=\"156\"><p data-css=\"tve-u-15ec25610c7\"><span data-css=\"tve-u-15ec268a0a3\" style=\"font-size: 45px; color: rgb(89, 171, 227);\" wfd-id=\"161\"><span data-css=\"tve-u-15ec26760e9\" style=\"font-family: ABeeZee;\" wfd-id=\"162\">â€</span></span><span data-css=\"tve-u-15ec256b908\" style=\"font-family: &quot;Amatic SC&quot;;\" wfd-id=\"160\">&nbsp; &nbsp; &nbsp;</span><span data-css=\"tve-u-15ec2680494\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"158\"><span data-css=\"tve-u-15ec269379d\" style=\"font-size: 45px;\" wfd-id=\"159\">my chester enjoys being with them!</span> &nbsp; &nbsp;&nbsp;</span><span data-css=\"tve-u-15ec255fe12\" style=\"font-family: ABeeZee; font-weight: 400; color: rgb(89, 171, 227); font-size: 45px;\" wfd-id=\"157\">â€</span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2698d8d\" wfd-id=\"155\"><p data-css=\"tve-u-160266880a0\">We LOVE going for walks with our friends at Paw! Donâ€™t tell our mom &amp; dad,but we get really excited when they leave for work because we know it wonâ€™t be long before we get a visit from one of our favorite friends at PawCity! Best part is, they always let our parents know how ourwalk went right away so they dont have to worry about us!</p><p data-css=\"tve-u-15ec269736c\">We love you PawCity!! xoxo</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec26ab7b0\" style=\"\" wfd-id=\"154\"><p data-css=\"tve-u-15ec26a92a2\"><strong>Anna Olson</strong>, Chesterâ€™s Mom</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"148\"><div class=\"tcb-col\" wfd-id=\"150\"></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec26c390a\" id=\"aboutus\" wfd-id=\"137\">\n<div class=\"tve-page-section-out\" wfd-id=\"143\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec26b9914\" wfd-id=\"138\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15ee1037a1d\" data-tag=\"h1\" wfd-id=\"142\"><h1 data-css=\"tve-u-15ec26bd2e8\">About us</h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec31ba260\" wfd-id=\"139\"><p data-css=\"tve-u-15ec2443105\" style=\"text-align: center;\">At PawCity, we lead lives full of the unconditional love and happiness we receive from the furballs we get to spend time with everyday and we have this beautiful city and all the beautiful people in it to thank. We love you and your pups!!</p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec26ec232\" wfd-id=\"106\">\n<div class=\"tve-page-section-out\" wfd-id=\"136\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec26e5812\" wfd-id=\"107\"><div class=\"thrv_wrapper thrv-columns tcb-window-width\" style=\"width: 1603px; left: -1px;\" data-css=\"tve-u-15ee106257d\" wfd-id=\"108\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2\" data-css=\"tve-u-15ec26fee25\" wfd-id=\"109\"><div class=\"tcb-flex-col c-33\" wfd-id=\"131\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec2a38bfd\" wfd-id=\"133\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec2a33d71\" wfd-id=\"134\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"135\"><img class=\"tve_image wp-image-7399\" alt=\"\" width=\"830\" height=\"775\" title=\"about_us_dog\" data-id=\"7399\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/about_us_dog.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col c-66\" wfd-id=\"110\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec27075e1\" wfd-id=\"112\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160309f3e5d\" wfd-id=\"125\">\n<div class=\"tve-content-box-background\" wfd-id=\"130\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160309b397d\" wfd-id=\"126\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-160309b00b4\" data-float=\"1\" wfd-id=\"128\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"129\"><img class=\"tve_image wp-image-7404\" alt=\"\" width=\"64\" height=\"64\" title=\"dog_paw\" data-id=\"7404\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/dog_paw.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16030a08afd\" wfd-id=\"127\"><p>We moved to New York City with our black bulldog rescue, Blakely, in 2007 after graduating from the University of Maryland. Immediately, we realized what a dog-crazy place it was.</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160309f6c04\" wfd-id=\"119\">\n<div class=\"tve-content-box-background\" wfd-id=\"124\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160309b397d\" wfd-id=\"120\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-160309ddca8\" data-float=\"1\" wfd-id=\"122\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"123\"><img class=\"tve_image wp-image-7403\" alt=\"\" width=\"64\" height=\"64\" title=\"dog_house\" data-id=\"7403\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/dog_house.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16030a09626\" wfd-id=\"121\"><p>We knew right away that we wanted to work with the animals that we loved and that had given us so much love since we were little girls. We started PawCity Dog Walking in July of 2010.</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16030975307\" wfd-id=\"113\">\n<div class=\"tve-content-box-background\" wfd-id=\"118\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160309b397d\" wfd-id=\"114\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16030a013d7\" data-float=\"1\" wfd-id=\"116\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"117\"><img class=\"tve_image wp-image-7405\" alt=\"\" width=\"64\" height=\"64\" title=\"spinning_wheel\" data-id=\"7405\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/spinning_wheel.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160309b344b\" wfd-id=\"115\"><p>We cover the entire width of the East Side, from 96th Street to Delancey and handle every type of personality imaginable. At PawCity, we lead lives full of the unconditional love and happiness we receive from the furballs we get to spend time with everyday.</p></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" data-css=\"tve-u-15ec2a56438\" style=\"width: 1603px; left: 0px;\" id=\"getyourcoupon\" wfd-id=\"88\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ec2a5bb35\" wfd-id=\"105\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec2a5540e\" wfd-id=\"89\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ec2a80647\" wfd-id=\"90\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15ec2a9b8a9\" wfd-id=\"104\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ec2a81a9f\" wfd-id=\"91\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2a6f589\" wfd-id=\"100\"><p data-css=\"tve-u-15ec2a6b447\"><span data-css=\"tve-u-15ec2a6d9d8\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"103\"><strong>Get Your Coupon</strong></span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2aaa9a4\" wfd-id=\"98\"><p data-css=\"tve-u-15ec2ab1d6d\">We strive to keep both you and your pup as happy and comfortable as possible while youâ€™re out earning those big bucks.</p><p data-css=\"tve-u-15ec2ab1d82\"><br></p><p data-css=\"tve-u-15ec2aa8e2e\"><strong>Get <span data-css=\"tve-u-15ec2aafa24\" style=\"color: rgb(89, 171, 227);\" wfd-id=\"99\">20%</span> off your first walk. Enter your email and we\'ll send you your coupon.</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ec2abe257\" wfd-id=\"92\">\n<div class=\"tve-content-box-background\" wfd-id=\"97\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ec2acb421\" wfd-id=\"93\"><div class=\"thrv_wrapper thrv-button tve_ea_thrive_lightbox\" data-css=\"tve-u-15ec2ac01df\" data-tcb_hover_state_parent=\"false\" data-button-style=\"full_rounded\" wfd-id=\"94\">\n<a href=\"#\" class=\"tcb-button-link tve_evt_manager_listen tve_et_click\" data-tcb-events=\"__TCB_EVENT_[{&quot;config&quot;:{&quot;l_anim&quot;:&quot;zoom_in&quot;,&quot;l_id&quot;:&quot;265&quot;},&quot;a&quot;:&quot;thrive_lightbox&quot;,&quot;t&quot;:&quot;click&quot;}]_TNEVE_BCT__\">\n<span class=\"tcb-button-texts\" wfd-id=\"95\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-15ebe925072\" wfd-id=\"96\">Get Your Coupon Now</span></span>\n</a>\n</div></div>\n</div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-15ec2b0a32a\" id=\"areaweserve\" wfd-id=\"59\">\n<div class=\"tve-page-section-out\" wfd-id=\"87\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15f76fcb7df\" wfd-id=\"60\"><div class=\"thrv_wrapper thrv-columns\" style=\"\" data-css=\"tve-u-15ee103f44a\" wfd-id=\"61\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--3\" data-css=\"tve-u-15ec2ae8715\" wfd-id=\"62\"><div class=\"tcb-flex-col\" wfd-id=\"76\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec2b37666\" wfd-id=\"78\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"83\"><p data-css=\"tve-u-15ec2af6c4b\"><span data-css=\"tve-u-15ec2af6c4e\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"86\">areaS we serve</span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"79\"><p>As a small team of experienced dog owners and lovers, we really get to know you and your dog and we canguarantee consistent and personal care that is equal to your love and attention.</p><p><br></p><p><strong><span data-css=\"tve-u-15ec2afed17\" style=\"color: rgb(89, 171, 227);\" wfd-id=\"82\">We are so excited to make you a part of the family!</span></strong></p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"72\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec2b33f06\" wfd-id=\"74\"><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-15ec2b3b468\" wfd-id=\"75\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=825 South Kings Highwa&amp;t=m&amp;z=11&amp;output=embed&amp;iwloc=near\"></iframe>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"63\"><div class=\"tcb-col\" data-css=\"tve-u-1689d1dcf7d\" wfd-id=\"65\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1689d19a7e4\" wfd-id=\"66\"><div class=\"tcb-flex-row tcb--cols--1\" data-css=\"tve-u-1689d19b8cb\" wfd-id=\"67\"><div class=\"tcb-flex-col\" wfd-id=\"68\"><div class=\"tcb-col\" wfd-id=\"70\"><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-1689d1a19d6\" wfd-id=\"71\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=2090 SW 71 Terrace&amp;t=m&amp;z=10&amp;output=embed&amp;iwloc=near\"></iframe>\n</div></div></div></div></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" data-css=\"tve-u-15ec2b5d54c\" style=\"width: 1603px; left: 0px;\" id=\"contact\" wfd-id=\"20\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ec2b56fac\" wfd-id=\"58\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec2b54c99\" wfd-id=\"21\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1602b31dfcd\" wfd-id=\"22\"><div class=\"tcb-flex-row tcb-resized tcb-medium-wrap tcb--cols--3\" data-css=\"tve-u-1602b37ce9d\" wfd-id=\"23\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1602be453ec\" style=\"\" wfd-id=\"52\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"54\"><div class=\"tcb-clear\" data-css=\"tve-u-1602bff3cd5\" wfd-id=\"55\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec2b6e126\" wfd-id=\"56\"><span class=\"tve_image_frame\" wfd-id=\"57\"><img class=\"tve_image wp-image-25564\" alt=\"\" width=\"142\" height=\"44\" title=\"logo_pawcity\" data-id=\"25564\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/logo_pawcity.png\"></span></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1602be45437\" style=\"\" wfd-id=\"38\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1602be56dfc\" wfd-id=\"40\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1602bfebaf9\" wfd-id=\"41\">\n<div class=\"tve-content-box-background\" wfd-id=\"51\"></div>\n<div class=\"tve-cb\" wfd-id=\"42\"><div class=\"tcb-clear\" data-css=\"tve-u-1602bf36e2c\" wfd-id=\"48\"><div class=\"thrv_wrapper tve_image_caption tcb-mobile-hidden\" data-css=\"tve-u-1602be7db66\" data-float=\"1\" wfd-id=\"49\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"50\"><img class=\"tve_image wp-image-7369\" alt=\"\" width=\"64\" height=\"64\" title=\"location\" data-id=\"7369\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/location.png\" style=\"width: 100%;\"></span></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1602bf25f10\" wfd-id=\"43\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1602befe215\" wfd-id=\"44\"><p data-css=\"tve-u-1602bfa220e\"><strong><span data-css=\"tve-u-1602b324a9b\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"47\">67 E. 3rd Street</span></strong><span data-css=\"tve-u-1602b324a9c\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"46\"> </span><span data-css=\"tve-u-1602b324ab9\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"45\">Suite B New York, NY 10003</span></p></div></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1602be4545b\" style=\"\" wfd-id=\"24\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"26\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1602bfea280\" wfd-id=\"27\">\n<div class=\"tve-content-box-background\" wfd-id=\"37\"></div>\n<div class=\"tve-cb\" wfd-id=\"28\"><div class=\"tcb-clear\" data-css=\"tve-u-1602bfc4bea\" wfd-id=\"34\"><div class=\"thrv_wrapper tve_image_caption tcb-mobile-hidden\" data-css=\"tve-u-1602bec144e\" data-float=\"1\" wfd-id=\"35\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"36\"><img class=\"tve_image wp-image-7370\" alt=\"\" width=\"64\" height=\"64\" title=\"phone\" data-id=\"7370\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/phone.png\" style=\"width: 100%;\"></span></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1602bfc74c3\" wfd-id=\"29\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1602b332fd9\" data-float=\"1\" wfd-id=\"30\"><p><strong><span data-css=\"tve-u-1602b324a9b\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"33\">080</span></strong><span data-css=\"tve-u-1602b324a9c\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"32\"> </span><span data-css=\"tve-u-1602b324ab9\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"31\">708 5583</span></p></div></div></div>\n</div></div></div></div></div></div>\n</div>'),(4868,460,'tve_revision_tve_has_wistia_popover',''),(6515,106,'thrive_tcb_post_fonts_tcb2-thrivebiz-car-wash','a:0:{}'),(4869,461,'tve_revision_tve_landing_page','tcb2-one-page-site-dog-walking'),(4870,461,'tve_revision_tve_disable_theme_dependency',''),(4871,461,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv-page-section\" style=\"\" wfd-id=\"227\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ebe5d7b44\" wfd-id=\"249\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ebe51d596\" wfd-id=\"228\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15ec3055cca\" wfd-id=\"229\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2\" data-css=\"tve-u-15ebe8a2edd\" wfd-id=\"230\"><div class=\"tcb-flex-col\" wfd-id=\"243\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec30518d3\" wfd-id=\"245\"><div class=\"tcb-clear\" data-css=\"tve-u-15ecc95760b\" wfd-id=\"246\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ebe70a25b\" wfd-id=\"247\"><span class=\"tve_image_frame\" wfd-id=\"248\"><img class=\"tve_image wp-image-25564\" alt=\"\" width=\"142\" height=\"44\" title=\"logo_pawcity\" data-id=\"25564\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/logo_pawcity.png\"></span></div></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"231\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec313e743\" data-tcb_hover_state_parent=\"\" wfd-id=\"233\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone tcb-tablet-hidden tcb-mobile-hidden\" style=\"\" wfd-id=\"234\"><p data-css=\"tve-u-15f002fa8f6\"><span data-css=\"tve-u-15f0034f748\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"242\"><a href=\"#whatwedo\">What We Do</a></span>&nbsp; &nbsp; <span data-css=\"tve-u-15f003606db\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"241\"><a href=\"#testimonials\">Testimonials</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f003655f8\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"240\"><a href=\"#aboutus\">About Us</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f00369f5e\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"239\"><a href=\"#getyourcoupon\">Get Your Coupon</a></span>&nbsp; &nbsp; <span data-css=\"tve-u-15f0064f814\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"238\"><a href=\"#areaweserve\">Area We Serve</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f003784ab\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"237\"><a href=\"#contact\">Contact</a></span></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ebe8abb9e\" wfd-id=\"200\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ebe8a4d78\" data-clip-id=\"335f47a4c8f92\" wfd-id=\"226\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-left-335f47a4c8f92\" class=\"decoration-clip clip-path-left\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" pointer-width=\"6\" pointer-height=\"2.5\" style=\"curves\" decoration-type=\"none\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon><ellipse cx=\"0.025\" cy=\"0.029412\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.08823600000000001\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.14706\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.205884\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.264708\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.323532\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.38235600000000003\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.44118\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.500004\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.558828\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.617652\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.676476\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.7353000000000001\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.794124\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.852948\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.911772\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.970596\" rx=\"0.025\" ry=\"0.029412\"></ellipse></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ebe72c974\" wfd-id=\"201\"><div class=\"thrv_wrapper thrv-columns tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec318421d\" wfd-id=\"202\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-15ebe738fb8\" wfd-id=\"203\"><div class=\"tcb-flex-col\" wfd-id=\"223\"><div class=\"tcb-col\" data-css=\"tve-u-15ebe73226c\" wfd-id=\"225\"></div></div><div class=\"tcb-flex-col\" wfd-id=\"204\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ebe89fb7a\" wfd-id=\"206\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ebe827cb3\" wfd-id=\"207\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15ebe830a90\" data-clip-id=\"bb2526ca261ae\" wfd-id=\"222\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-left-bb2526ca261ae\" class=\"decoration-clip clip-path-left\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"divider\" pointer-width=\"5.7\" pointer-height=\"2.5\" style=\"curves\" slanted-angle=\"5\"><polygon points=\"0.025 0, 0.025 1, 1 1, 1 0\"></polygon><ellipse cx=\"0.025\" cy=\"0.027778\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.083334\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.13889\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.194446\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.250002\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.305558\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.361114\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.41667\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.47222600000000003\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.527782\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.583338\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.638894\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.69445\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.7500060000000001\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.805562\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.861118\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.916674\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.97223\" rx=\"0.025\" ry=\"0.027778\"></ellipse></clipPath><clipPath id=\"clip-tablet-left-bb2526ca261ae\" class=\"decoration-clip clip-path-tablet-left\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"divider\" pointer-width=\"5.7\" pointer-height=\"4\" style=\"curves\" slanted-angle=\"5\"><polygon points=\"0.04 0, 0.04 1, 1 1, 1 0\"></polygon><ellipse cx=\"0.04\" cy=\"0.027778\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.083334\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.13889\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.194446\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.250002\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.305558\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.361114\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.41667\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.47222600000000003\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.527782\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.583338\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.638894\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.69445\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.7500060000000001\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.805562\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.861118\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.916674\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.97223\" rx=\"0.04\" ry=\"0.027778\"></ellipse></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ebe80a9a1\" wfd-id=\"208\"><div class=\"tcb-clear\" data-css=\"tve-u-15ebe8ee6c0\" wfd-id=\"218\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15ebe8edca2\" data-tag=\"h1\" wfd-id=\"219\"><h1 data-css=\"tve-u-15ebe90cfb0\">Happy dogs =<br>â€‹â€‹â€‹â€‹â€‹happâ€‹â€‹â€‹â€‹y owners</h1></div></div><div class=\"tcb-clear\" data-css=\"tve-u-15ec30a8a14\" wfd-id=\"216\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ebe906677\" wfd-id=\"217\"><p data-css=\"tve-u-15ebe905473\">Offer your dog a premium walking experience</p></div></div><div class=\"tcb-clear\" data-css=\"tve-u-15ebe955aaa\" wfd-id=\"209\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ebe916c34\" wfd-id=\"210\">\n<div class=\"tve-content-box-background\" wfd-id=\"215\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ec3152b02\" wfd-id=\"211\"><div class=\"thrv_wrapper thrv-button tve_ea_thrive_lightbox\" data-css=\"tve-u-15ebe91a626\" data-tcb_hover_state_parent=\"false\" data-button-style=\"full_rounded\" wfd-id=\"212\">\n<a href=\"#\" class=\"tcb-button-link tve_evt_manager_listen tve_et_click\" data-tcb-events=\"__TCB_EVENT_[{&quot;config&quot;:{&quot;l_anim&quot;:&quot;zoom_in&quot;,&quot;l_id&quot;:&quot;265&quot;},&quot;a&quot;:&quot;thrive_lightbox&quot;,&quot;t&quot;:&quot;click&quot;}]_TNEVE_BCT__\">\n<span class=\"tcb-button-texts\" wfd-id=\"213\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-15ebe925072\" wfd-id=\"214\">Get -20% On Your First Walk</span></span>\n</a>\n</div></div>\n</div></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec3017516\" wfd-id=\"193\">\n<div class=\"tve-page-section-out\" wfd-id=\"199\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ebea3a693\" wfd-id=\"194\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15ebea49c0c\" id=\"whatwedo\" data-tag=\"h1\" wfd-id=\"198\"><h1 data-css=\"tve-u-15ebea42b31\" style=\"text-align: center;\">What We Do</h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2448fdb\" wfd-id=\"195\"><p data-css=\"tve-u-15ec2443105\" style=\"text-align: center;\">Our goal is to make sure the owners are comforted, the pups are exercised and happy and that we are getting our own puppy fixes. But letâ€™s be honest- itâ€™s their world, weâ€™re just living in it! As a small team of experienced dog owners and lovers, we really get to know you and your dog and we canguarantee consistent and personal care that is equal to your love and attention. We are so excited to make you a part of the family!</p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" wfd-id=\"164\">\n<div class=\"tve-page-section-out\" wfd-id=\"192\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ee1211b9b\" wfd-id=\"165\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15ee121a6d1\" wfd-id=\"166\"><div class=\"tcb-flex-row tcb--cols--3 tcb-medium-wrap\" data-css=\"tve-u-15ee121fb1c\" wfd-id=\"167\"><div class=\"tcb-flex-col\" wfd-id=\"184\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ee1225fdf\" wfd-id=\"186\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec2477274\" wfd-id=\"190\"><span class=\"tve_image_frame\" wfd-id=\"191\"><img class=\"tve_image wp-image-1596\" alt=\"\" width=\"55\" height=\"73\" title=\"what_do_icon_01\" data-id=\"1596\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_01.png\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"189\"><p data-css=\"tve-u-15ec2481d17\"><strong>First Class Care</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"188\"><p data-css=\"tve-u-15ec2487407\">all the best for them</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2492191\" wfd-id=\"187\"><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"176\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ee1232726\" wfd-id=\"178\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec24ae116\" wfd-id=\"182\"><span class=\"tve_image_frame\" wfd-id=\"183\"><img class=\"tve_image wp-image-1597\" alt=\"\" width=\"73\" height=\"73\" title=\"what_do_icon_02\" data-id=\"1597\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_02.png\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"181\"><p data-css=\"tve-u-15ec2481d17\"><strong>Snacks Included</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"180\"><p data-css=\"tve-u-15ec2487407\">for your little one</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec3192f72\" wfd-id=\"179\"><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"168\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ee1237243\" wfd-id=\"170\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec24d5e15\" wfd-id=\"174\"><span class=\"tve_image_frame\" wfd-id=\"175\"><img class=\"tve_image wp-image-1598\" alt=\"\" width=\"65\" height=\"73\" title=\"what_do_icon_03\" data-id=\"1598\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_03.png\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"173\"><p data-css=\"tve-u-15ec2481d17\"><strong>Regularly walks</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"172\"><p data-css=\"tve-u-15ec2487407\">to keep them ealthy</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2492191\" wfd-id=\"171\"><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris.</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-15ec24f494c\" id=\"testimonials\" style=\"\" wfd-id=\"144\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ec24f97c0\" wfd-id=\"163\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec24f790d\" wfd-id=\"145\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15ec254985a\" style=\"\" wfd-id=\"146\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-15ec253a41f\" wfd-id=\"147\"><div class=\"tcb-flex-col\" wfd-id=\"151\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec253ef3a\" style=\"\" wfd-id=\"153\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec256e611\" style=\"\" wfd-id=\"156\"><p data-css=\"tve-u-15ec25610c7\"><span data-css=\"tve-u-15ec268a0a3\" style=\"font-size: 45px; color: rgb(89, 171, 227);\" wfd-id=\"161\"><span data-css=\"tve-u-15ec26760e9\" style=\"font-family: ABeeZee;\" wfd-id=\"162\">â€</span></span><span data-css=\"tve-u-15ec256b908\" style=\"font-family: &quot;Amatic SC&quot;;\" wfd-id=\"160\">&nbsp; &nbsp; &nbsp;</span><span data-css=\"tve-u-15ec2680494\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"158\"><span data-css=\"tve-u-15ec269379d\" style=\"font-size: 45px;\" wfd-id=\"159\">my chester enjoys being with them!</span> &nbsp; &nbsp;&nbsp;</span><span data-css=\"tve-u-15ec255fe12\" style=\"font-family: ABeeZee; font-weight: 400; color: rgb(89, 171, 227); font-size: 45px;\" wfd-id=\"157\">â€</span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2698d8d\" wfd-id=\"155\"><p data-css=\"tve-u-160266880a0\">We LOVE going for walks with our friends at Paw! Donâ€™t tell our mom &amp; dad,but we get really excited when they leave for work because we know it wonâ€™t be long before we get a visit from one of our favorite friends at PawCity! Best part is, they always let our parents know how ourwalk went right away so they dont have to worry about us!</p><p data-css=\"tve-u-15ec269736c\">We love you PawCity!! xoxo</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec26ab7b0\" style=\"\" wfd-id=\"154\"><p data-css=\"tve-u-15ec26a92a2\"><strong>Anna Olson</strong>, Chesterâ€™s Mom</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"148\"><div class=\"tcb-col\" wfd-id=\"150\"></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec26c390a\" id=\"aboutus\" wfd-id=\"137\">\n<div class=\"tve-page-section-out\" wfd-id=\"143\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec26b9914\" wfd-id=\"138\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15ee1037a1d\" data-tag=\"h1\" wfd-id=\"142\"><h1 data-css=\"tve-u-15ec26bd2e8\">About us</h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec31ba260\" wfd-id=\"139\"><p data-css=\"tve-u-15ec2443105\" style=\"text-align: center;\">At PawCity, we lead lives full of the unconditional love and happiness we receive from the furballs we get to spend time with everyday and we have this beautiful city and all the beautiful people in it to thank. We love you and your pups!!</p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec26ec232\" wfd-id=\"106\">\n<div class=\"tve-page-section-out\" wfd-id=\"136\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec26e5812\" wfd-id=\"107\"><div class=\"thrv_wrapper thrv-columns tcb-window-width\" style=\"width: 1603px; left: -1px;\" data-css=\"tve-u-15ee106257d\" wfd-id=\"108\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2\" data-css=\"tve-u-15ec26fee25\" wfd-id=\"109\"><div class=\"tcb-flex-col c-33\" wfd-id=\"131\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec2a38bfd\" wfd-id=\"133\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec2a33d71\" wfd-id=\"134\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"135\"><img class=\"tve_image wp-image-7399\" alt=\"\" width=\"830\" height=\"775\" title=\"about_us_dog\" data-id=\"7399\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/about_us_dog.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col c-66\" wfd-id=\"110\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec27075e1\" wfd-id=\"112\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160309f3e5d\" wfd-id=\"125\">\n<div class=\"tve-content-box-background\" wfd-id=\"130\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160309b397d\" wfd-id=\"126\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-160309b00b4\" data-float=\"1\" wfd-id=\"128\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"129\"><img class=\"tve_image wp-image-7404\" alt=\"\" width=\"64\" height=\"64\" title=\"dog_paw\" data-id=\"7404\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/dog_paw.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16030a08afd\" wfd-id=\"127\"><p>We moved to New York City with our black bulldog rescue, Blakely, in 2007 after graduating from the University of Maryland. Immediately, we realized what a dog-crazy place it was.</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160309f6c04\" wfd-id=\"119\">\n<div class=\"tve-content-box-background\" wfd-id=\"124\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160309b397d\" wfd-id=\"120\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-160309ddca8\" data-float=\"1\" wfd-id=\"122\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"123\"><img class=\"tve_image wp-image-7403\" alt=\"\" width=\"64\" height=\"64\" title=\"dog_house\" data-id=\"7403\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/dog_house.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16030a09626\" wfd-id=\"121\"><p>We knew right away that we wanted to work with the animals that we loved and that had given us so much love since we were little girls. We started PawCity Dog Walking in July of 2010.</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16030975307\" wfd-id=\"113\">\n<div class=\"tve-content-box-background\" wfd-id=\"118\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160309b397d\" wfd-id=\"114\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16030a013d7\" data-float=\"1\" wfd-id=\"116\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"117\"><img class=\"tve_image wp-image-7405\" alt=\"\" width=\"64\" height=\"64\" title=\"spinning_wheel\" data-id=\"7405\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/spinning_wheel.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160309b344b\" wfd-id=\"115\"><p>We cover the entire width of the East Side, from 96th Street to Delancey and handle every type of personality imaginable. At PawCity, we lead lives full of the unconditional love and happiness we receive from the furballs we get to spend time with everyday.</p></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" data-css=\"tve-u-15ec2a56438\" style=\"width: 1603px; left: 0px;\" id=\"getyourcoupon\" wfd-id=\"88\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ec2a5bb35\" wfd-id=\"105\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec2a5540e\" wfd-id=\"89\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ec2a80647\" wfd-id=\"90\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15ec2a9b8a9\" wfd-id=\"104\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ec2a81a9f\" wfd-id=\"91\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2a6f589\" wfd-id=\"100\"><p data-css=\"tve-u-15ec2a6b447\"><span data-css=\"tve-u-15ec2a6d9d8\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"103\"><strong>Get Your Coupon</strong></span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2aaa9a4\" wfd-id=\"98\"><p data-css=\"tve-u-15ec2ab1d6d\">We strive to keep both you and your pup as happy and comfortable as possible while youâ€™re out earning those big bucks.</p><p data-css=\"tve-u-15ec2ab1d82\"><br></p><p data-css=\"tve-u-15ec2aa8e2e\"><strong>Get <span data-css=\"tve-u-15ec2aafa24\" style=\"color: rgb(89, 171, 227);\" wfd-id=\"99\">20%</span> off your first walk. Enter your email and we\'ll send you your coupon.</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ec2abe257\" wfd-id=\"92\">\n<div class=\"tve-content-box-background\" wfd-id=\"97\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ec2acb421\" wfd-id=\"93\"><div class=\"thrv_wrapper thrv-button tve_ea_thrive_lightbox\" data-css=\"tve-u-15ec2ac01df\" data-tcb_hover_state_parent=\"false\" data-button-style=\"full_rounded\" wfd-id=\"94\">\n<a href=\"#\" class=\"tcb-button-link tve_evt_manager_listen tve_et_click\" data-tcb-events=\"__TCB_EVENT_[{&quot;config&quot;:{&quot;l_anim&quot;:&quot;zoom_in&quot;,&quot;l_id&quot;:&quot;265&quot;},&quot;a&quot;:&quot;thrive_lightbox&quot;,&quot;t&quot;:&quot;click&quot;}]_TNEVE_BCT__\">\n<span class=\"tcb-button-texts\" wfd-id=\"95\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-15ebe925072\" wfd-id=\"96\">Get Your Coupon Now</span></span>\n</a>\n</div></div>\n</div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-15ec2b0a32a\" id=\"areaweserve\" wfd-id=\"59\">\n<div class=\"tve-page-section-out\" wfd-id=\"87\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15f76fcb7df\" wfd-id=\"60\"><div class=\"thrv_wrapper thrv-columns\" style=\"\" data-css=\"tve-u-15ee103f44a\" wfd-id=\"61\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--3\" data-css=\"tve-u-15ec2ae8715\" wfd-id=\"62\"><div class=\"tcb-flex-col\" wfd-id=\"76\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec2b37666\" wfd-id=\"78\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"83\"><p data-css=\"tve-u-15ec2af6c4b\"><span data-css=\"tve-u-15ec2af6c4e\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"86\">areaS we serve</span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"79\"><p>As a small team of experienced dog owners and lovers, we really get to know you and your dog and we canguarantee consistent and personal care that is equal to your love and attention.</p><p><br></p><p><strong><span data-css=\"tve-u-15ec2afed17\" style=\"color: rgb(89, 171, 227);\" wfd-id=\"82\">We are so excited to make you a part of the family!</span></strong></p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"72\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec2b33f06\" wfd-id=\"74\"><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-15ec2b3b468\" wfd-id=\"75\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=825 South Kings Highwa&amp;t=m&amp;z=11&amp;output=embed&amp;iwloc=near\"></iframe>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"63\"><div class=\"tcb-col\" data-css=\"tve-u-1689d1dcf7d\" wfd-id=\"65\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1689d19a7e4\" wfd-id=\"66\"><div class=\"tcb-flex-row tcb--cols--1\" data-css=\"tve-u-1689d19b8cb\" wfd-id=\"67\"><div class=\"tcb-flex-col\" wfd-id=\"68\"><div class=\"tcb-col\" wfd-id=\"70\"><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-1689d1a19d6\" wfd-id=\"71\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=2090 SW 71 Terrace&amp;t=m&amp;z=10&amp;output=embed&amp;iwloc=near\"></iframe>\n</div></div></div></div></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" data-css=\"tve-u-15ec2b5d54c\" style=\"width: 1603px; left: 0px;\" id=\"contact\" wfd-id=\"20\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ec2b56fac\" wfd-id=\"58\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec2b54c99\" wfd-id=\"21\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1602b31dfcd\" wfd-id=\"22\"><div class=\"tcb-flex-row tcb-resized tcb-medium-wrap tcb--cols--3\" data-css=\"tve-u-1602b37ce9d\" wfd-id=\"23\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1602be453ec\" style=\"\" wfd-id=\"52\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"54\"><div class=\"tcb-clear\" data-css=\"tve-u-1602bff3cd5\" wfd-id=\"55\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec2b6e126\" wfd-id=\"56\"><span class=\"tve_image_frame\" wfd-id=\"57\"><img class=\"tve_image wp-image-25564\" alt=\"\" width=\"142\" height=\"44\" title=\"logo_pawcity\" data-id=\"25564\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/logo_pawcity.png\"></span></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1602be45437\" style=\"\" wfd-id=\"38\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1602be56dfc\" wfd-id=\"40\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1602bfebaf9\" wfd-id=\"41\">\n<div class=\"tve-content-box-background\" wfd-id=\"51\"></div>\n<div class=\"tve-cb\" wfd-id=\"42\"><div class=\"tcb-clear\" data-css=\"tve-u-1602bf36e2c\" wfd-id=\"48\"><div class=\"thrv_wrapper tve_image_caption tcb-mobile-hidden\" data-css=\"tve-u-1602be7db66\" data-float=\"1\" wfd-id=\"49\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"50\"><img class=\"tve_image wp-image-7369\" alt=\"\" width=\"64\" height=\"64\" title=\"location\" data-id=\"7369\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/location.png\" style=\"width: 100%;\"></span></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1602bf25f10\" wfd-id=\"43\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1602befe215\" wfd-id=\"44\"><p data-css=\"tve-u-1602bfa220e\"><strong><span data-css=\"tve-u-1602b324a9b\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"47\">67 E. 3rd Street</span></strong><span data-css=\"tve-u-1602b324a9c\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"46\"> </span><span data-css=\"tve-u-1602b324ab9\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"45\">Suite B New York, NY 10003</span></p></div></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1602be4545b\" style=\"\" wfd-id=\"24\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"26\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1602bfea280\" wfd-id=\"27\">\n<div class=\"tve-content-box-background\" wfd-id=\"37\"></div>\n<div class=\"tve-cb\" wfd-id=\"28\"><div class=\"tcb-clear\" data-css=\"tve-u-1602bfc4bea\" wfd-id=\"34\"><div class=\"thrv_wrapper tve_image_caption tcb-mobile-hidden\" data-css=\"tve-u-1602bec144e\" data-float=\"1\" wfd-id=\"35\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"36\"><img class=\"tve_image wp-image-7370\" alt=\"\" width=\"64\" height=\"64\" title=\"phone\" data-id=\"7370\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/phone.png\" style=\"width: 100%;\"></span></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1602bfc74c3\" wfd-id=\"29\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1602b332fd9\" data-float=\"1\" wfd-id=\"30\"><p><strong><span data-css=\"tve-u-1602b324a9b\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"33\">080</span></strong><span data-css=\"tve-u-1602b324a9c\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"32\"> </span><span data-css=\"tve-u-1602b324ab9\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"31\">708 5583</span></p></div></div></div>\n</div></div></div></div></div></div>\n</div>'),(4872,461,'tve_revision_tve_content_more_found',''),(4873,461,'tve_revision_tve_save_post',''),(4874,461,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Montserrat:400,200,300&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Amatic+SC:400&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=ABeeZee:400&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-160309b397d\"]::after { clear: both; }[data-css=\"tve-u-160309b344b\"] { position: relative !important; margin-left: 100px !important; }[data-css=\"tve-u-160309b00b4\"] + div { clear: none; }[data-css=\"tve-u-160309b00b4\"] { float: none; width: 60px; position: absolute; margin-bottom: 0px !important; margin-top: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-16030975307\"] { max-width: 75%; margin-left: 80px !important; }[data-css=\"tve-u-1602bfa220e\"] { line-height: 1.85em !important; }[data-css=\"tve-u-1602be7db66\"] { float: left; width: 40px; z-index: 3; position: relative; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1602be56dfc\"]::after { clear: both; }[data-css=\"tve-u-1602be4545b\"] { max-width: 25%; }[data-css=\"tve-u-1602be45437\"] { max-width: 48.1%; }[data-css=\"tve-u-1602be453ec\"] { max-width: 26.9%; }[data-css=\"tve-u-1602b37ce9d\"] > .tcb-flex-col > .tcb-col { justify-content: center; }[data-css=\"tve-u-1602b332fd9\"] { max-width: 264px; position: relative; float: right; z-index: 3; width: 100%; padding-left: 1px !important; margin-top: 1px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1602b324a9c\"] { color: rgb(74, 163, 223) !important; }[data-css=\"tve-u-1602b324a9b\"] { color: rgb(74, 163, 223) !important; }[data-css=\"tve-u-1602b31dfcd\"] { max-width: 1296px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15f76fcb7df\"] { max-width: 100%; }[data-css=\"tve-u-15f0064f814\"] { color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-15ec313e743\"]:hover p, #tve_editor [data-css=\"tve-u-15ec313e743\"]:hover li, #tve_editor [data-css=\"tve-u-15ec313e743\"]:hover blockquote, #tve_editor [data-css=\"tve-u-15ec313e743\"]:hover address { color: rgb(89, 171, 227); }[data-css=\"tve-u-15f003784ab\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15f00369f5e\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15f003655f8\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15f003606db\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15f0034f748\"] { color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-15f002fa8f6\"] { color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-15ec313e743\"] p, #tve_editor [data-css=\"tve-u-15ec313e743\"] li, #tve_editor [data-css=\"tve-u-15ec313e743\"] blockquote, #tve_editor [data-css=\"tve-u-15ec313e743\"] address { font-size: 16px; }[data-css=\"tve-u-15ec313e743\"] { text-align: left; padding-left: 0px !important; margin-left: 0px !important; margin-right: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-15ee121fb1c\"] .tcb-flex-col { flex-basis: 285px !important; }[data-css=\"tve-u-15ec30a8a14\"]::after { clear: both; }#tve_editor [data-css=\"tve-u-15ebe90cfb0\"] { font-size: 96px !important; }[data-css=\"tve-u-15ee1237243\"] { box-shadow: rgba(73, 137, 181, 0.15) -3px 7px 69px 10px; }[data-css=\"tve-u-15ee1232726\"] { box-shadow: rgba(73, 137, 181, 0.15) -3px 7px 69px 10px; }[data-css=\"tve-u-15ee121fb1c\"] > .tcb-flex-col > .tcb-col { min-height: 503px; }[data-css=\"tve-u-15ee1225fdf\"] { box-shadow: rgba(73, 137, 181, 0.15) -3px 7px 69px 10px; }[data-css=\"tve-u-15ee121fb1c\"] { margin-left: -60px; min-height: inherit; }[data-css=\"tve-u-15ee121fb1c\"] > .tcb-flex-col { padding-left: 60px; }[data-css=\"tve-u-15ee121a6d1\"] { float: none; max-width: 1296px; text-align: center; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ee1211b9b\"] { max-width: 1603px; text-align: center; }[data-css=\"tve-u-15ec26fee25\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-15ee106257d\"] { max-width: 100%; }[data-css=\"tve-u-15ec3055cca\"] { max-width: 1370px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ee103f44a\"] { float: none; max-width: 1296px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ee1037a1d\"] { float: none; max-width: 1296px; margin-left: auto !important; margin-right: auto !important; }#tve_editor [data-css=\"tve-u-15ec2ac01df\"]:hover .tcb-button-link { box-shadow: rgba(73, 137, 181, 0.25) -3px 7px 73px 18px; background-color: rgb(149, 250, 201) !important; }#tve_editor [data-css=\"tve-u-15ebe91a626\"]:hover .tcb-button-link { box-shadow: rgba(73, 137, 181, 0.25) -3px 7px 73px 18px; border: 0px dashed rgb(255, 255, 255); background-color: rgb(149, 250, 201) !important; font-weight: normal !important; background-image: none !important; }[data-css=\"tve-u-15ebe8a2edd\"] > .tcb-flex-col > .tcb-col { justify-content: center; }[data-css=\"tve-u-15ec3017516\"] { margin-top: 60px !important; padding-bottom: 50px !important; }[data-css=\"tve-u-15ec2b6e126\"] { width: 142px; }[data-css=\"tve-u-15ec2b5d54c\"] { margin-top: 83px !important; }[data-css=\"tve-u-15ec2b56fac\"] { background-image: linear-gradient(rgb(25, 46, 60), rgb(25, 46, 60)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-15ec2b54c99\"] { max-width: 1586px; min-height: 100px !important; }[data-css=\"tve-u-15ec2b3b468\"] { box-shadow: rgba(89, 171, 227, 0.15) -3px 7px 69px 10px, rgba(0, 0, 0, 0.4) 0px 8px 12px 0px; margin: 0px 1px 1px 0px !important; border-top: none; }[data-css=\"tve-u-15ec2b37666\"] { margin-top: 114px !important; }[data-css=\"tve-u-15ec2b33f06\"] { padding: 70px 7px 7px !important; text-align: left; }[data-css=\"tve-u-15ec2b0a32a\"] { margin-top: 76px !important; }[data-css=\"tve-u-15ec2ae8715\"] > .tcb-flex-col { padding-left: 10px; }[data-css=\"tve-u-15ec2afed17\"] { color: rgb(89, 171, 227) !important; }[data-css=\"tve-u-15ec2ae8715\"] { float: none; max-width: 1453px; margin-left: -10px; margin-right: auto !important; padding-top: 15px !important; padding-bottom: 0px !important; padding-left: 15px !important; }[data-css=\"tve-u-15ec2acb421\"] { min-height: 162px; }[data-css=\"tve-u-15ec2aafa24\"] { color: rgb(89, 171, 227) !important; }[data-css=\"tve-u-15ec2aaa9a4\"] { float: none; max-width: 1440px; margin-left: auto !important; margin-right: auto !important; margin-top: 25px !important; }#tve_editor [data-css=\"tve-u-15ec2aa8e2e\"] { letter-spacing: 1px; color: rgb(255, 255, 255) !important; font-size: 20px !important; }[data-css=\"tve-u-15ec2a9b8a9\"] { border: 1px solid rgb(89, 171, 227) !important; }[data-css=\"tve-u-15ec2a81a9f\"] { min-height: 162px; }[data-css=\"tve-u-15ec2a80647\"] { float: none; max-width: 97%; margin-left: auto !important; margin-right: auto !important; margin-top: 55px !important; }[data-css=\"tve-u-15ec2a6f589\"] { float: none; max-width: 1440px; margin-top: 55px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2a6d9d8\"] { font-family: \"Amatic SC\" !important; font-weight: 400 !important; }#tve_editor [data-css=\"tve-u-15ec2a6b447\"] { color: rgb(89, 171, 227) !important; font-size: 70px !important; }[data-css=\"tve-u-15ec2a5bb35\"] { background-image: linear-gradient(rgba(28, 54, 85, 0.8), rgba(28, 54, 85, 0.8)), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/coupon_background.jpg\") !important; background-size: auto, cover !important; background-position: 0px 0px, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-15ec2a56438\"] { margin-top: 69px !important; }[data-css=\"tve-u-15ec2a5540e\"] { max-width: 100%; text-align: center; min-height: 561px !important; }[data-css=\"tve-u-15ec2a38bfd\"] { margin-right: 0px !important; padding-right: 0px !important; margin-left: 0px !important; }[data-css=\"tve-u-15ec2a33d71\"] { width: 830px; position: relative; top: 0px; left: 40px; z-index: 7; float: none; padding-right: 0px !important; padding-left: 0px !important; }[data-css=\"tve-u-15ec27075e1\"] { border-left: 1px solid rgb(232, 238, 241); border-top: 1px solid rgb(232, 238, 241); border-bottom: 1px solid rgb(232, 238, 241); }[data-css=\"tve-u-15ec26fee25\"] > .tcb-flex-col > .tcb-col { min-height: 612px; }[data-css=\"tve-u-15ec26fee25\"] { min-height: inherit; margin-left: 0px; padding-top: 0px !important; padding-bottom: 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-15ec26ec232\"] { margin-top: 66px !important; }[data-css=\"tve-u-15ec26e5812\"] { max-width: 100%; min-height: 586px !important; }[data-css=\"tve-u-15ec26c390a\"] { margin-top: 60px !important; }#tve_editor [data-css=\"tve-u-15ec26bd2e8\"] { color: rgb(24, 45, 60) !important; font-size: 70px !important; }[data-css=\"tve-u-15ec26b9914\"] { max-width: 1434px; text-align: center; }[data-css=\"tve-u-15ec26ab7b0\"] { margin-top: 67px !important; }#tve_editor [data-css=\"tve-u-15ec26a92a2\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15ec2698d8d\"] { float: none; max-width: 600px; margin-left: auto !important; margin-right: auto !important; margin-top: 30px !important; }#tve_editor [data-css=\"tve-u-15ec269736c\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15ec269379d\"] { font-size: 45px !important; }[data-css=\"tve-u-15ec268a0a3\"] { font-size: 45px !important; color: rgb(89, 171, 227) !important; }[data-css=\"tve-u-15ec256e611\"] { margin-top: 0px !important; }#tve_editor [data-css=\"tve-u-15ec25610c7\"] { font-size: 40px !important; color: rgb(89, 171, 227) !important; }[data-css=\"tve-u-15ec255fe12\"] { font-family: ABeeZee !important; font-weight: 400 !important; color: rgb(89, 171, 227) !important; font-size: 45px !important; }[data-css=\"tve-u-15ec254985a\"] { margin-right: 0px !important; }[data-css=\"tve-u-15ec253ef3a\"] { text-align: center; background-image: linear-gradient(rgba(24, 45, 60, 0.95), rgba(24, 45, 60, 0.95)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; margin-top: 0px !important; padding-top: 130px !important; padding-bottom: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-15ec253a41f\"] > .tcb-flex-col > .tcb-col { min-height: 661px; }[data-css=\"tve-u-15ec253a41f\"] { min-height: inherit; float: none; max-width: 1474px; z-index: 3; position: relative; padding-top: 0px !important; padding-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; padding-right: 0px !important; }[data-css=\"tve-u-15ec24f97c0\"] { background-image: linear-gradient(rgba(42, 51, 68, 0.1), rgba(42, 51, 68, 0.1)), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/testimonial_bg.jpg\") !important; background-size: auto, cover !important; background-position: 0px 0px, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-15ec24f790d\"] { min-height: 661px !important; }[data-css=\"tve-u-15ec24f494c\"] { margin-top: 60px !important; }[data-css=\"tve-u-15ec24d5e15\"] + div { clear: none; }[data-css=\"tve-u-15ec24d5e15\"] { float: none; width: 65px; margin-left: auto !important; margin-right: auto !important; margin-top: 40px !important; }[data-css=\"tve-u-15ec24ae116\"] + div { clear: none; }[data-css=\"tve-u-15ec24ae116\"] { float: none; width: 73px; margin-left: auto !important; margin-right: auto !important; margin-top: 40px !important; }[data-css=\"tve-u-15ec249b3f6\"] { line-height: 1.9em !important; }[data-css=\"tve-u-15ec2492191\"] { margin-left: 25px !important; margin-right: 25px !important; margin-top: 25px !important; }#tve_editor [data-css=\"tve-u-15ec2487407\"] { text-transform: uppercase !important; color: rgb(135, 156, 171) !important; font-size: 17px !important; }#tve_editor [data-css=\"tve-u-15ec2481d17\"] { font-size: 20px !important; }[data-css=\"tve-u-15ec2477274\"] + div { clear: none; }[data-css=\"tve-u-15ec2477274\"] { float: none; width: 55px; margin-left: auto !important; margin-right: auto !important; margin-top: 40px !important; }[data-css=\"tve-u-15ec2448fdb\"] { float: none; max-width: 1296px; margin-top: 10px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2443105\"] { line-height: 1.8em !important; }[data-css=\"tve-u-15ebea49c0c\"] { float: none; max-width: 1440px; margin-left: auto !important; margin-right: auto !important; margin-top: 0px !important; }#tve_editor [data-css=\"tve-u-15ebea42b31\"] { color: rgb(24, 45, 60) !important; font-size: 70px !important; }[data-css=\"tve-u-15ebea3a693\"] { max-width: 1434px; }[data-css=\"tve-u-15ebe955aaa\"]::after { clear: both; }#tve_editor [data-css=\"tve-u-15ebe925072\"] { font-family: Montserrat; letter-spacing: 0px; font-weight: 400; font-size: 20px !important; color: rgb(24, 45, 60) !important; }[data-css=\"tve-u-15ebe91a626\"] { display: block; max-width: 423px; margin-left: 50px !important; margin-right: 0px !important; }[data-css=\"tve-u-15ebe91a626\"] .tcb-button-link { border-radius: 200px; min-height: 67.1429px; font-size: 1.6em; padding-top: 0px; padding-bottom: 0px; background-color: rgb(105, 240, 174) !important; padding-left: 15px !important; background-image: none !important; }[data-css=\"tve-u-15ebe916c34\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 733px; }[data-css=\"tve-u-15ebe90cfb0\"] { line-height: 1.1em !important; }[data-css=\"tve-u-15ebe906677\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 669px; margin-left: 50px !important; margin-top: 40px !important; }#tve_editor [data-css=\"tve-u-15ebe905473\"] { font-size: 22px !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15ebe8ee6c0\"]::after { clear: both; }[data-css=\"tve-u-15ebe8edca2\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 722px; padding-left: 0px !important; margin-left: 50px !important; margin-top: 104px !important; }[data-css=\"tve-u-15ebe8abb9e\"] { padding: 0px !important; }[data-css=\"tve-u-15ebe8a4d78\"] { clip-path: url(\"#clip-left-335f47a4c8f92\"); -webkit-clip-path: url(\"#clip-left-335f47a4c8f92\");  }[data-css=\"tve-u-15ebe8a2edd\"] { padding-bottom: 15px !important; padding-top: 15px !important; }[data-css=\"tve-u-15ebe89fb7a\"] { margin-left: -35px !important; }[data-css=\"tve-u-15ebe830a90\"] { clip-path: url(\"#clip-left-bb2526ca261ae\"); -webkit-clip-path: url(\"#clip-left-bb2526ca261ae\");  background-image: linear-gradient(rgb(89, 171, 227), rgb(89, 171, 227)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-15ebe827cb3\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 0px !important; }[data-css=\"tve-u-15ebe80a9a1\"] { min-height: 729px; }[data-css=\"tve-u-15ebe738fb8\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-15ebe738fb8\"] > .tcb-flex-col > .tcb-col { min-height: 729px; }[data-css=\"tve-u-15ebe738fb8\"] { min-height: inherit; margin-left: 0px; padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-15ebe73226c\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/header_image-1.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-15ebe72c974\"] { max-width: 1620px; }[data-css=\"tve-u-15ebe70a25b\"] { width: 142px; margin-top: 20px !important; padding-left: 0px !important; margin-left: 30px !important; }[data-css=\"tve-u-15ebe5d7b44\"] { background-image: linear-gradient(rgb(24, 45, 60), rgb(24, 45, 60)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-15ebe51d596\"] { max-width: 100%; min-height: 100px !important; }#tcb_landing_page h3 { font-family: Montserrat; font-weight: 200; font-size: 20px; color: rgb(24, 45, 60); }#tcb_landing_page h2 { font-family: \"Amatic SC\"; font-weight: 400; font-size: 70px; color: rgb(24, 45, 60); }#tcb_landing_page h1 { font-family: \"Amatic SC\"; font-weight: 400; font-size: 96px; color: rgb(255, 255, 255); }#tcb_landing_page p, #tcb_landing_page li { font-family: Montserrat; font-weight: 200; color: rgb(24, 45, 60); font-size: 18px; line-height: 1.667em; }[data-css=\"tve-u-15e09c94f7d\"] { background-color: rgb(255, 255, 255); }[data-css=\"tve-u-15ec256b908\"] { font-family: \"Amatic SC\" !important; font-weight: 400 !important; }[data-css=\"tve-u-15ec26760e9\"] { font-family: ABeeZee !important; font-weight: 400 !important; }[data-css=\"tve-u-15ec2680494\"] { font-family: \"Amatic SC\" !important; font-weight: 400 !important; }#tve_editor [data-css=\"tve-u-15ec2ab1d6d\"] { letter-spacing: 1px; color: rgb(255, 255, 255) !important; font-size: 20px !important; }#tve_editor [data-css=\"tve-u-15ec2ab1d82\"] { letter-spacing: 1px; color: rgb(255, 255, 255) !important; font-size: 20px !important; }[data-css=\"tve-u-15ec2abe257\"] { float: none; z-index: 3; position: relative; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2ac01df\"] { display: block; max-width: 423px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2ac01df\"] .tcb-button-link { border-radius: 200px; min-height: 67.1429px; font-size: 1.6em; padding-top: 0px; padding-bottom: 0px; background-color: rgb(105, 240, 174) !important; padding-left: 15px !important; }#tve_editor [data-css=\"tve-u-15ec2af6c4b\"] { color: rgb(24, 45, 60) !important; font-size: 70px !important; }[data-css=\"tve-u-15ec2af6c4e\"] { font-family: \"Amatic SC\" !important; font-weight: 400 !important; }[data-css=\"tve-u-15ec3192f72\"] { margin-left: 25px !important; margin-right: 25px !important; margin-top: 25px !important; }[data-css=\"tve-u-15ec31ba260\"] { float: none; max-width: 1296px; margin-top: 10px !important; margin-left: auto !important; margin-right: auto !important; }#tcb_landing_page a:hover:not(.tcb-button-link) { color: rgb(89, 171, 227); }#tcb_landing_page .tve-state-hovera:not(.tcb-button-link) { color: rgb(89, 171, 227); }#tve_editor [data-css=\"tve-u-160266880a0\"] { color: rgb(255, 255, 255) !important; font-family: Montserrat !important; }[data-css=\"tve-u-1602b324ab9\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1602bec144e\"] { width: 36px; float: left; z-index: 3; position: static; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1602befe215\"] { max-width: 386px; position: relative !important; padding-left: 1px !important; margin-top: 0px !important; margin-left: 50px !important; }[data-css=\"tve-u-160309ddca8\"] + div { clear: none; }[data-css=\"tve-u-160309ddca8\"] { float: none; width: 60px; position: absolute; margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-160309f3e5d\"] { max-width: 75%; margin-left: 80px !important; margin-top: 60px !important; margin-bottom: 40px !important; }[data-css=\"tve-u-160309f6c04\"] { max-width: 75%; margin-left: 80px !important; margin-top: 60px !important; margin-bottom: 80px !important; }[data-css=\"tve-u-16030a013d7\"] + div { clear: none; }[data-css=\"tve-u-16030a013d7\"] { float: none; width: 60px; position: absolute; margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-16030a08afd\"] { position: relative !important; margin-left: 100px !important; }[data-css=\"tve-u-16030a09626\"] { position: relative !important; margin-left: 100px !important; }#tcb_landing_page a.tve-state-hover:not(.tcb-button-link) { color: rgb(89, 171, 227); }[data-css=\"tve-u-1689d19a7e4\"] { margin-top: 0px !important; }[data-css=\"tve-u-1689d19b8cb\"] { padding-top: 0px !important; }[data-css=\"tve-u-1689d1a19d6\"] { margin-top: 0px !important; box-shadow: rgba(0, 0, 0, 0.4) 0px 8px 12px 0px; }[data-css=\"tve-u-1689d1dcf7d\"] { text-align: left; padding-top: 70px !important; padding-bottom: 6px !important; padding-right: 10px !important; }}@media (max-width: 1023px){[data-css=\"tve-u-1602b332fd9\"] { float: none; max-width: 121px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1602befe215\"] { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1602b37ce9d\"] .tcb-flex-col { flex-basis: 420px !important; }[data-css=\"tve-u-1602bec144e\"] { float: none; z-index: 3; position: relative; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1602be7db66\"] { float: none; z-index: 3; position: relative; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2a38bfd\"] { text-align: left; }[data-css=\"tve-u-15ec27075e1\"] { margin-top: 0px !important; }[data-css=\"tve-u-15ee1237243\"] { margin-top: 52px !important; }[data-css=\"tve-u-15ee121a6d1\"] { margin-left: 33px !important; margin-right: 33px !important; }[data-css=\"tve-u-15ecc95760b\"]::after { clear: both; }[data-css=\"tve-u-15ebe51d596\"] { text-align: left; }[data-css=\"tve-u-15ec2b6e126\"] { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2b54c99\"] { text-align: left; }[data-css=\"tve-u-15ec2b3b468\"] { margin-left: 0px !important; margin-top: 20px !important; }[data-css=\"tve-u-15ec2b37666\"] { margin-top: 0px !important; }[data-css=\"tve-u-15ec2a80647\"] { margin-top: 0px !important; padding-left: 10px !important; padding-right: 10px !important; }[data-css=\"tve-u-15ec2a5540e\"] { max-width: 720px; }[data-css=\"tve-u-15ec2a33d71\"] { width: 395px; float: none; z-index: 3; position: relative; margin: 80px auto 0px !important; }[data-css=\"tve-u-15ec26b9914\"] { max-width: 720px; }[data-css=\"tve-u-15ec253ef3a\"] { padding: 25px 10px !important; }[data-css=\"tve-u-15ebea3a693\"] { max-width: 720px; }[data-css=\"tve-u-15ec30a8a14\"]::after { clear: both; }[data-css=\"tve-u-15ebe916c34\"] { max-width: 376px; }[data-css=\"tve-u-15ebe8a2edd\"] > .tcb-flex-col > .tcb-col { justify-content: center; min-height: 91px; }[data-css=\"tve-u-15ebe70a25b\"] { float: right; z-index: 3; position: relative; margin: 0px auto !important; }[data-css=\"tve-u-15ec3055cca\"] { text-align: center; margin-top: 0px !important; }[data-css=\"tve-u-15ebe8a2edd\"] { min-height: inherit; float: none; max-width: 100%; padding-top: 0px !important; padding-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec30518d3\"] { text-align: center; margin-left: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-15ebe830a90\"] { clip-path: url(\"#clip-tablet-left-bb2526ca261ae\"); -webkit-clip-path: url(\"#clip-tablet-left-bb2526ca261ae\");  }[data-css=\"tve-u-15ebe91a626\"] { margin-left: 30px !important; }[data-css=\"tve-u-15ebe906677\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 336px; margin-left: 30px !important; }[data-css=\"tve-u-15ebe8edca2\"] { margin-left: 30px !important; }[data-css=\"tve-u-15ebe89fb7a\"] { margin-left: -35px !important; }[data-css=\"tve-u-15ebe827cb3\"] { max-width: 100%; }#tve_editor [data-css=\"tve-u-15ebe90cfb0\"] { font-size: 84px !important; }}@media (max-width: 767px){[data-css=\"tve-u-160309b344b\"] { margin-left: 10px !important; margin-top: 30px !important; margin-right: 10px !important; }[data-css=\"tve-u-16030a013d7\"] { position: static; }[data-css=\"tve-u-16030a09626\"] { margin-left: 10px !important; margin-top: 30px !important; margin-right: 10px !important; }[data-css=\"tve-u-160309ddca8\"] { position: static; }[data-css=\"tve-u-16030a08afd\"] { margin-left: 10px !important; margin-right: 10px !important; margin-top: 30px !important; }[data-css=\"tve-u-160309b00b4\"] { position: static; }[data-css=\"tve-u-16030975307\"] { max-width: 100%; margin-left: 10px !important; margin-right: 10px !important; }[data-css=\"tve-u-160309f6c04\"] { max-width: 100%; margin-left: 10px !important; margin-right: 10px !important; }[data-css=\"tve-u-160309f3e5d\"] { max-width: 100%; margin-left: 10px !important; margin-right: 10px !important; }[data-css=\"tve-u-15ec2a38bfd\"]::after { clear: both; }[data-css=\"tve-u-1602bff3cd5\"]::after { clear: both; }[data-css=\"tve-u-1602bfea280\"] { margin-top: 0px !important; margin-bottom: 20px !important; }[data-css=\"tve-u-15ec2b6e126\"] { float: left; z-index: 3; position: relative; margin-left: 24px !important; }[data-css=\"tve-u-1602bf25f10\"]::after { clear: both; }[data-css=\"tve-u-1602b332fd9\"] { max-width: 257px; float: left; z-index: 3; position: relative; width: 100%; margin-top: 20px !important; margin-left: 20px !important; }[data-css=\"tve-u-15ec253ef3a\"] { padding-top: 30px !important; padding-bottom: 30px !important; }[data-css=\"tve-u-15ee1237243\"] { margin-top: 25px !important; }[data-css=\"tve-u-15ee1232726\"] { margin-top: 25px !important; }[data-css=\"tve-u-15ebe70a25b\"] { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2ae8715\"] { margin-left: -15px; }[data-css=\"tve-u-15ec2ae8715\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-15ec2b33f06\"] { margin-right: 0px !important; }[data-css=\"tve-u-15ec26fee25\"] > .tcb-flex-col > .tcb-col { min-height: 387px; }[data-css=\"tve-u-15ec26fee25\"] { margin-left: 0px; min-height: inherit; }[data-css=\"tve-u-15ec26fee25\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-15ec2a33d71\"] { position: static; margin-bottom: 0px !important; }[data-css=\"tve-u-15ec31ba260\"] { padding-left: 3px !important; padding-right: 3px !important; }[data-css=\"tve-u-15ec253a41f\"] > .tcb-flex-col > .tcb-col { min-height: 27px; }[data-css=\"tve-u-15ec253a41f\"] { margin-left: 0px; min-height: inherit; }[data-css=\"tve-u-15ec253a41f\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-15ec254985a\"] { margin-top: 0px !important; }[data-css=\"tve-u-15ec24f494c\"] { margin-top: 30px !important; }[data-css=\"tve-u-15ec256e611\"] { margin-top: 0px !important; }[data-css=\"tve-u-15ec3192f72\"] { margin-bottom: 32px !important; }[data-css=\"tve-u-15ec318421d\"] { margin-bottom: 34px !important; margin-top: -105px !important; }[data-css=\"tve-u-15ebe738fb8\"] > .tcb-flex-col > .tcb-col { min-height: 554px; }[data-css=\"tve-u-15ebe738fb8\"] { min-height: inherit; padding-bottom: 0px !important; }[data-css=\"tve-u-15ec3017516\"] { margin-top: 0px !important; padding-left: 5px !important; padding-right: 5px !important; }[data-css=\"tve-u-15ebe89fb7a\"] { margin-left: -20px !important; }[data-css=\"tve-u-15ec3055cca\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-15ebe916c34\"] { margin-bottom: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-15ec3152b02\"] { min-height: 226px; }[data-css=\"tve-u-15ebe80a9a1\"] { min-height: 554px; }[data-css=\"tve-u-15ebe91a626\"] { margin-left: 28px !important; margin-right: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-15ebe906677\"] { margin-left: 30px !important; }[data-css=\"tve-u-15ebe8edca2\"] { margin-left: 30px !important; margin-top: 45px !important; }[data-css=\"tve-u-15ebe827cb3\"] { max-width: 100%; }[data-css=\"tve-u-15ec313e743\"] { margin-left: 10px !important; margin-right: 10px !important; }[data-css=\"tve-u-1602befe215\"] { max-width: 257px; float: left; z-index: 3; position: relative; width: 100%; margin-top: 20px !important; margin-left: 20px !important; }}'),(4875,461,'tve_revision_tve_user_custom_css','.thrv_text_element p {margin:0;}\n.thrv_heading h1,h2,h3 {margin:0;}'),(4876,461,'tve_revision_tve_page_events','a:0:{}'),(4877,461,'tve_revision_tve_globals','a:4:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";s:11:\"extra_icons\";a:1:{i:0;a:3:{s:11:\"font-family\";s:25:\"tve-ff-6797-59f9979fd5998\";s:3:\"css\";s:87:\"http://lp-build.thrivethemes.com/wp-content/uploads/tve-ff-6797-59f9979fd5998/style.css\";s:6:\"folder\";s:92:\"/home/thrivedevbitston/public_html/landingpages/wp-content/uploads/tve-ff-6797-59f9979fd5998\";}}s:6:\"lb_map\";a:1:{i:6808;s:3:\"265\";}s:8:\"font_cls\";a:0:{}}'),(4878,461,'tve_revision_tve_global_scripts',''),(4879,461,'tve_revision_thrive_icon_pack','0'),(4880,461,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(4881,461,'tve_revision_tve_has_masonry','0'),(4882,461,'tve_revision_tve_has_typefocus','0'),(4883,461,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv-page-section\" style=\"\" wfd-id=\"227\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ebe5d7b44\" wfd-id=\"249\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ebe51d596\" wfd-id=\"228\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15ec3055cca\" wfd-id=\"229\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2\" data-css=\"tve-u-15ebe8a2edd\" wfd-id=\"230\"><div class=\"tcb-flex-col\" wfd-id=\"243\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec30518d3\" wfd-id=\"245\"><div class=\"tcb-clear\" data-css=\"tve-u-15ecc95760b\" wfd-id=\"246\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ebe70a25b\" wfd-id=\"247\"><span class=\"tve_image_frame\" wfd-id=\"248\"><img class=\"tve_image wp-image-25564\" alt=\"\" width=\"142\" height=\"44\" title=\"logo_pawcity\" data-id=\"25564\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/logo_pawcity.png\"></span></div></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"231\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec313e743\" data-tcb_hover_state_parent=\"\" wfd-id=\"233\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone tcb-tablet-hidden tcb-mobile-hidden\" style=\"\" wfd-id=\"234\"><p data-css=\"tve-u-15f002fa8f6\"><span data-css=\"tve-u-15f0034f748\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"242\"><a href=\"#whatwedo\">What We Do</a></span>&nbsp; &nbsp; <span data-css=\"tve-u-15f003606db\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"241\"><a href=\"#testimonials\">Testimonials</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f003655f8\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"240\"><a href=\"#aboutus\">About Us</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f00369f5e\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"239\"><a href=\"#getyourcoupon\">Get Your Coupon</a></span>&nbsp; &nbsp; <span data-css=\"tve-u-15f0064f814\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"238\"><a href=\"#areaweserve\">Area We Serve</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f003784ab\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"237\"><a href=\"#contact\">Contact</a></span></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ebe8abb9e\" wfd-id=\"200\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ebe8a4d78\" data-clip-id=\"335f47a4c8f92\" wfd-id=\"226\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-left-335f47a4c8f92\" class=\"decoration-clip clip-path-left\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" pointer-width=\"6\" pointer-height=\"2.5\" style=\"curves\" decoration-type=\"none\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon><ellipse cx=\"0.025\" cy=\"0.029412\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.08823600000000001\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.14706\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.205884\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.264708\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.323532\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.38235600000000003\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.44118\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.500004\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.558828\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.617652\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.676476\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.7353000000000001\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.794124\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.852948\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.911772\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.970596\" rx=\"0.025\" ry=\"0.029412\"></ellipse></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ebe72c974\" wfd-id=\"201\"><div class=\"thrv_wrapper thrv-columns tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec318421d\" wfd-id=\"202\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-15ebe738fb8\" wfd-id=\"203\"><div class=\"tcb-flex-col\" wfd-id=\"223\"><div class=\"tcb-col\" data-css=\"tve-u-15ebe73226c\" wfd-id=\"225\"></div></div><div class=\"tcb-flex-col\" wfd-id=\"204\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ebe89fb7a\" wfd-id=\"206\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ebe827cb3\" wfd-id=\"207\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15ebe830a90\" data-clip-id=\"bb2526ca261ae\" wfd-id=\"222\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-left-bb2526ca261ae\" class=\"decoration-clip clip-path-left\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"divider\" pointer-width=\"5.7\" pointer-height=\"2.5\" style=\"curves\" slanted-angle=\"5\"><polygon points=\"0.025 0, 0.025 1, 1 1, 1 0\"></polygon><ellipse cx=\"0.025\" cy=\"0.027778\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.083334\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.13889\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.194446\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.250002\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.305558\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.361114\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.41667\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.47222600000000003\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.527782\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.583338\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.638894\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.69445\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.7500060000000001\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.805562\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.861118\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.916674\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.97223\" rx=\"0.025\" ry=\"0.027778\"></ellipse></clipPath><clipPath id=\"clip-tablet-left-bb2526ca261ae\" class=\"decoration-clip clip-path-tablet-left\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"divider\" pointer-width=\"5.7\" pointer-height=\"4\" style=\"curves\" slanted-angle=\"5\"><polygon points=\"0.04 0, 0.04 1, 1 1, 1 0\"></polygon><ellipse cx=\"0.04\" cy=\"0.027778\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.083334\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.13889\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.194446\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.250002\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.305558\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.361114\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.41667\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.47222600000000003\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.527782\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.583338\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.638894\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.69445\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.7500060000000001\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.805562\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.861118\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.916674\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.97223\" rx=\"0.04\" ry=\"0.027778\"></ellipse></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ebe80a9a1\" wfd-id=\"208\"><div class=\"tcb-clear\" data-css=\"tve-u-15ebe8ee6c0\" wfd-id=\"218\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15ebe8edca2\" data-tag=\"h1\" wfd-id=\"219\"><h1 data-css=\"tve-u-15ebe90cfb0\">Happy dogs =<br>â€‹â€‹â€‹â€‹â€‹happâ€‹â€‹â€‹â€‹y owners</h1></div></div><div class=\"tcb-clear\" data-css=\"tve-u-15ec30a8a14\" wfd-id=\"216\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ebe906677\" wfd-id=\"217\"><p data-css=\"tve-u-15ebe905473\">Offer your dog a premium walking experience</p></div></div><div class=\"tcb-clear\" data-css=\"tve-u-15ebe955aaa\" wfd-id=\"209\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ebe916c34\" wfd-id=\"210\">\n<div class=\"tve-content-box-background\" wfd-id=\"215\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ec3152b02\" wfd-id=\"211\"><div class=\"thrv_wrapper thrv-button tve_ea_thrive_lightbox\" data-css=\"tve-u-15ebe91a626\" data-tcb_hover_state_parent=\"false\" data-button-style=\"full_rounded\" wfd-id=\"212\">\n<a href=\"#\" class=\"tcb-button-link tve_evt_manager_listen tve_et_click\" data-tcb-events=\"__TCB_EVENT_[{&quot;config&quot;:{&quot;l_anim&quot;:&quot;zoom_in&quot;,&quot;l_id&quot;:&quot;265&quot;},&quot;a&quot;:&quot;thrive_lightbox&quot;,&quot;t&quot;:&quot;click&quot;}]_TNEVE_BCT__\">\n<span class=\"tcb-button-texts\" wfd-id=\"213\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-15ebe925072\" wfd-id=\"214\">Get -20% On Your First Walk</span></span>\n</a>\n</div></div>\n</div></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec3017516\" wfd-id=\"193\">\n<div class=\"tve-page-section-out\" wfd-id=\"199\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ebea3a693\" wfd-id=\"194\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15ebea49c0c\" id=\"whatwedo\" data-tag=\"h1\" wfd-id=\"198\"><h1 data-css=\"tve-u-15ebea42b31\" style=\"text-align: center;\">What We Do</h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2448fdb\" wfd-id=\"195\"><p data-css=\"tve-u-15ec2443105\" style=\"text-align: center;\">Our goal is to make sure the owners are comforted, the pups are exercised and happy and that we are getting our own puppy fixes. But letâ€™s be honest- itâ€™s their world, weâ€™re just living in it! As a small team of experienced dog owners and lovers, we really get to know you and your dog and we canguarantee consistent and personal care that is equal to your love and attention. We are so excited to make you a part of the family!</p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" wfd-id=\"164\">\n<div class=\"tve-page-section-out\" wfd-id=\"192\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ee1211b9b\" wfd-id=\"165\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15ee121a6d1\" wfd-id=\"166\"><div class=\"tcb-flex-row tcb--cols--3 tcb-medium-wrap\" data-css=\"tve-u-15ee121fb1c\" wfd-id=\"167\"><div class=\"tcb-flex-col\" wfd-id=\"184\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ee1225fdf\" wfd-id=\"186\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec2477274\" wfd-id=\"190\"><span class=\"tve_image_frame\" wfd-id=\"191\"><img class=\"tve_image wp-image-1596\" alt=\"\" width=\"55\" height=\"73\" title=\"what_do_icon_01\" data-id=\"1596\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_01.png\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"189\"><p data-css=\"tve-u-15ec2481d17\"><strong>First Class Care</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"188\"><p data-css=\"tve-u-15ec2487407\">all the best for them</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2492191\" wfd-id=\"187\"><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"176\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ee1232726\" wfd-id=\"178\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec24ae116\" wfd-id=\"182\"><span class=\"tve_image_frame\" wfd-id=\"183\"><img class=\"tve_image wp-image-1597\" alt=\"\" width=\"73\" height=\"73\" title=\"what_do_icon_02\" data-id=\"1597\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_02.png\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"181\"><p data-css=\"tve-u-15ec2481d17\"><strong>Snacks Included</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"180\"><p data-css=\"tve-u-15ec2487407\">for your little one</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec3192f72\" wfd-id=\"179\"><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"168\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ee1237243\" wfd-id=\"170\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec24d5e15\" wfd-id=\"174\"><span class=\"tve_image_frame\" wfd-id=\"175\"><img class=\"tve_image wp-image-1598\" alt=\"\" width=\"65\" height=\"73\" title=\"what_do_icon_03\" data-id=\"1598\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_03.png\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"173\"><p data-css=\"tve-u-15ec2481d17\"><strong>Regularly walks</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"172\"><p data-css=\"tve-u-15ec2487407\">to keep them ealthy</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2492191\" wfd-id=\"171\"><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris.</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-15ec24f494c\" id=\"testimonials\" style=\"\" wfd-id=\"144\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ec24f97c0\" wfd-id=\"163\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec24f790d\" wfd-id=\"145\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15ec254985a\" style=\"\" wfd-id=\"146\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-15ec253a41f\" wfd-id=\"147\"><div class=\"tcb-flex-col\" wfd-id=\"151\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec253ef3a\" style=\"\" wfd-id=\"153\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec256e611\" style=\"\" wfd-id=\"156\"><p data-css=\"tve-u-15ec25610c7\"><span data-css=\"tve-u-15ec268a0a3\" style=\"font-size: 45px; color: rgb(89, 171, 227);\" wfd-id=\"161\"><span data-css=\"tve-u-15ec26760e9\" style=\"font-family: ABeeZee;\" wfd-id=\"162\">â€</span></span><span data-css=\"tve-u-15ec256b908\" style=\"font-family: &quot;Amatic SC&quot;;\" wfd-id=\"160\">&nbsp; &nbsp; &nbsp;</span><span data-css=\"tve-u-15ec2680494\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"158\"><span data-css=\"tve-u-15ec269379d\" style=\"font-size: 45px;\" wfd-id=\"159\">my chester enjoys being with them!</span> &nbsp; &nbsp;&nbsp;</span><span data-css=\"tve-u-15ec255fe12\" style=\"font-family: ABeeZee; font-weight: 400; color: rgb(89, 171, 227); font-size: 45px;\" wfd-id=\"157\">â€</span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2698d8d\" wfd-id=\"155\"><p data-css=\"tve-u-160266880a0\">We LOVE going for walks with our friends at Paw! Donâ€™t tell our mom &amp; dad,but we get really excited when they leave for work because we know it wonâ€™t be long before we get a visit from one of our favorite friends at PawCity! Best part is, they always let our parents know how ourwalk went right away so they dont have to worry about us!</p><p data-css=\"tve-u-15ec269736c\">We love you PawCity!! xoxo</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec26ab7b0\" style=\"\" wfd-id=\"154\"><p data-css=\"tve-u-15ec26a92a2\"><strong>Anna Olson</strong>, Chesterâ€™s Mom</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"148\"><div class=\"tcb-col\" wfd-id=\"150\"></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec26c390a\" id=\"aboutus\" wfd-id=\"137\">\n<div class=\"tve-page-section-out\" wfd-id=\"143\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec26b9914\" wfd-id=\"138\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15ee1037a1d\" data-tag=\"h1\" wfd-id=\"142\"><h1 data-css=\"tve-u-15ec26bd2e8\">About us</h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec31ba260\" wfd-id=\"139\"><p data-css=\"tve-u-15ec2443105\" style=\"text-align: center;\">At PawCity, we lead lives full of the unconditional love and happiness we receive from the furballs we get to spend time with everyday and we have this beautiful city and all the beautiful people in it to thank. We love you and your pups!!</p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec26ec232\" wfd-id=\"106\">\n<div class=\"tve-page-section-out\" wfd-id=\"136\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec26e5812\" wfd-id=\"107\"><div class=\"thrv_wrapper thrv-columns tcb-window-width\" style=\"width: 1603px; left: -1px;\" data-css=\"tve-u-15ee106257d\" wfd-id=\"108\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2\" data-css=\"tve-u-15ec26fee25\" wfd-id=\"109\"><div class=\"tcb-flex-col c-33\" wfd-id=\"131\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec2a38bfd\" wfd-id=\"133\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec2a33d71\" wfd-id=\"134\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"135\"><img class=\"tve_image wp-image-7399\" alt=\"\" width=\"830\" height=\"775\" title=\"about_us_dog\" data-id=\"7399\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/about_us_dog.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col c-66\" wfd-id=\"110\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec27075e1\" wfd-id=\"112\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160309f3e5d\" wfd-id=\"125\">\n<div class=\"tve-content-box-background\" wfd-id=\"130\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160309b397d\" wfd-id=\"126\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-160309b00b4\" data-float=\"1\" wfd-id=\"128\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"129\"><img class=\"tve_image wp-image-7404\" alt=\"\" width=\"64\" height=\"64\" title=\"dog_paw\" data-id=\"7404\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/dog_paw.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16030a08afd\" wfd-id=\"127\"><p>We moved to New York City with our black bulldog rescue, Blakely, in 2007 after graduating from the University of Maryland. Immediately, we realized what a dog-crazy place it was.</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160309f6c04\" wfd-id=\"119\">\n<div class=\"tve-content-box-background\" wfd-id=\"124\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160309b397d\" wfd-id=\"120\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-160309ddca8\" data-float=\"1\" wfd-id=\"122\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"123\"><img class=\"tve_image wp-image-7403\" alt=\"\" width=\"64\" height=\"64\" title=\"dog_house\" data-id=\"7403\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/dog_house.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16030a09626\" wfd-id=\"121\"><p>We knew right away that we wanted to work with the animals that we loved and that had given us so much love since we were little girls. We started PawCity Dog Walking in July of 2010.</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16030975307\" wfd-id=\"113\">\n<div class=\"tve-content-box-background\" wfd-id=\"118\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160309b397d\" wfd-id=\"114\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16030a013d7\" data-float=\"1\" wfd-id=\"116\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"117\"><img class=\"tve_image wp-image-7405\" alt=\"\" width=\"64\" height=\"64\" title=\"spinning_wheel\" data-id=\"7405\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/spinning_wheel.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160309b344b\" wfd-id=\"115\"><p>We cover the entire width of the East Side, from 96th Street to Delancey and handle every type of personality imaginable. At PawCity, we lead lives full of the unconditional love and happiness we receive from the furballs we get to spend time with everyday.</p></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" data-css=\"tve-u-15ec2a56438\" style=\"width: 1603px; left: 0px;\" id=\"getyourcoupon\" wfd-id=\"88\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ec2a5bb35\" wfd-id=\"105\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec2a5540e\" wfd-id=\"89\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ec2a80647\" wfd-id=\"90\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15ec2a9b8a9\" wfd-id=\"104\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ec2a81a9f\" wfd-id=\"91\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2a6f589\" wfd-id=\"100\"><p data-css=\"tve-u-15ec2a6b447\"><span data-css=\"tve-u-15ec2a6d9d8\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"103\"><strong>Get Your Coupon</strong></span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2aaa9a4\" wfd-id=\"98\"><p data-css=\"tve-u-15ec2ab1d6d\">We strive to keep both you and your pup as happy and comfortable as possible while youâ€™re out earning those big bucks.</p><p data-css=\"tve-u-15ec2ab1d82\"><br></p><p data-css=\"tve-u-15ec2aa8e2e\"><strong>Get <span data-css=\"tve-u-15ec2aafa24\" style=\"color: rgb(89, 171, 227);\" wfd-id=\"99\">20%</span> off your first walk. Enter your email and we\'ll send you your coupon.</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ec2abe257\" wfd-id=\"92\">\n<div class=\"tve-content-box-background\" wfd-id=\"97\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ec2acb421\" wfd-id=\"93\"><div class=\"thrv_wrapper thrv-button tve_ea_thrive_lightbox\" data-css=\"tve-u-15ec2ac01df\" data-tcb_hover_state_parent=\"false\" data-button-style=\"full_rounded\" wfd-id=\"94\">\n<a href=\"#\" class=\"tcb-button-link tve_evt_manager_listen tve_et_click\" data-tcb-events=\"__TCB_EVENT_[{&quot;config&quot;:{&quot;l_anim&quot;:&quot;zoom_in&quot;,&quot;l_id&quot;:&quot;265&quot;},&quot;a&quot;:&quot;thrive_lightbox&quot;,&quot;t&quot;:&quot;click&quot;}]_TNEVE_BCT__\">\n<span class=\"tcb-button-texts\" wfd-id=\"95\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-15ebe925072\" wfd-id=\"96\">Get Your Coupon Now</span></span>\n</a>\n</div></div>\n</div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-15ec2b0a32a\" id=\"areaweserve\" wfd-id=\"59\">\n<div class=\"tve-page-section-out\" wfd-id=\"87\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15f76fcb7df\" wfd-id=\"60\"><div class=\"thrv_wrapper thrv-columns\" style=\"\" data-css=\"tve-u-15ee103f44a\" wfd-id=\"61\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--3\" data-css=\"tve-u-15ec2ae8715\" wfd-id=\"62\"><div class=\"tcb-flex-col\" wfd-id=\"76\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec2b37666\" wfd-id=\"78\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"83\"><p data-css=\"tve-u-15ec2af6c4b\"><span data-css=\"tve-u-15ec2af6c4e\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"86\">areaS we serve</span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"79\"><p>As a small team of experienced dog owners and lovers, we really get to know you and your dog and we canguarantee consistent and personal care that is equal to your love and attention.</p><p><br></p><p><strong><span data-css=\"tve-u-15ec2afed17\" style=\"color: rgb(89, 171, 227);\" wfd-id=\"82\">We are so excited to make you a part of the family!</span></strong></p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"72\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec2b33f06\" wfd-id=\"74\"><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-15ec2b3b468\" wfd-id=\"75\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=825 South Kings Highwa&amp;t=m&amp;z=11&amp;output=embed&amp;iwloc=near\"></iframe>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"63\"><div class=\"tcb-col\" data-css=\"tve-u-1689d1dcf7d\" wfd-id=\"65\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1689d19a7e4\" wfd-id=\"66\"><div class=\"tcb-flex-row tcb--cols--1\" data-css=\"tve-u-1689d19b8cb\" wfd-id=\"67\"><div class=\"tcb-flex-col\" wfd-id=\"68\"><div class=\"tcb-col\" wfd-id=\"70\"><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-1689d1a19d6\" wfd-id=\"71\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=2090 SW 71 Terrace&amp;t=m&amp;z=10&amp;output=embed&amp;iwloc=near\"></iframe>\n</div></div></div></div></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" data-css=\"tve-u-15ec2b5d54c\" style=\"width: 1603px; left: 0px;\" id=\"contact\" wfd-id=\"20\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ec2b56fac\" wfd-id=\"58\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec2b54c99\" wfd-id=\"21\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1602b31dfcd\" wfd-id=\"22\"><div class=\"tcb-flex-row tcb-resized tcb-medium-wrap tcb--cols--3\" data-css=\"tve-u-1602b37ce9d\" wfd-id=\"23\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1602be453ec\" style=\"\" wfd-id=\"52\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"54\"><div class=\"tcb-clear\" data-css=\"tve-u-1602bff3cd5\" wfd-id=\"55\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec2b6e126\" wfd-id=\"56\"><span class=\"tve_image_frame\" wfd-id=\"57\"><img class=\"tve_image wp-image-25564\" alt=\"\" width=\"142\" height=\"44\" title=\"logo_pawcity\" data-id=\"25564\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/logo_pawcity.png\"></span></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1602be45437\" style=\"\" wfd-id=\"38\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1602be56dfc\" wfd-id=\"40\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1602bfebaf9\" wfd-id=\"41\">\n<div class=\"tve-content-box-background\" wfd-id=\"51\"></div>\n<div class=\"tve-cb\" wfd-id=\"42\"><div class=\"tcb-clear\" data-css=\"tve-u-1602bf36e2c\" wfd-id=\"48\"><div class=\"thrv_wrapper tve_image_caption tcb-mobile-hidden\" data-css=\"tve-u-1602be7db66\" data-float=\"1\" wfd-id=\"49\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"50\"><img class=\"tve_image wp-image-7369\" alt=\"\" width=\"64\" height=\"64\" title=\"location\" data-id=\"7369\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/location.png\" style=\"width: 100%;\"></span></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1602bf25f10\" wfd-id=\"43\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1602befe215\" wfd-id=\"44\"><p data-css=\"tve-u-1602bfa220e\"><strong><span data-css=\"tve-u-1602b324a9b\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"47\">67 E. 3rd Street</span></strong><span data-css=\"tve-u-1602b324a9c\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"46\"> </span><span data-css=\"tve-u-1602b324ab9\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"45\">Suite B New York, NY 10003</span></p></div></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1602be4545b\" style=\"\" wfd-id=\"24\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"26\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1602bfea280\" wfd-id=\"27\">\n<div class=\"tve-content-box-background\" wfd-id=\"37\"></div>\n<div class=\"tve-cb\" wfd-id=\"28\"><div class=\"tcb-clear\" data-css=\"tve-u-1602bfc4bea\" wfd-id=\"34\"><div class=\"thrv_wrapper tve_image_caption tcb-mobile-hidden\" data-css=\"tve-u-1602bec144e\" data-float=\"1\" wfd-id=\"35\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"36\"><img class=\"tve_image wp-image-7370\" alt=\"\" width=\"64\" height=\"64\" title=\"phone\" data-id=\"7370\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/phone.png\" style=\"width: 100%;\"></span></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1602bfc74c3\" wfd-id=\"29\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1602b332fd9\" data-float=\"1\" wfd-id=\"30\"><p><strong><span data-css=\"tve-u-1602b324a9b\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"33\">080</span></strong><span data-css=\"tve-u-1602b324a9c\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"32\"> </span><span data-css=\"tve-u-1602b324ab9\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"31\">708 5583</span></p></div></div></div>\n</div></div></div></div></div></div>\n</div>'),(4884,461,'tve_revision_tve_has_wistia_popover','0'),(4885,462,'tve_revision_tve_landing_page','tcb2-one-page-site-dog-walking'),(4886,462,'tve_revision_tve_disable_theme_dependency',''),(4887,462,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv-page-section\" style=\"\" wfd-id=\"232\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ebe5d7b44\" wfd-id=\"254\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ebe51d596\" wfd-id=\"233\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15ec3055cca\" wfd-id=\"234\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2\" data-css=\"tve-u-15ebe8a2edd\" wfd-id=\"235\"><div class=\"tcb-flex-col\" wfd-id=\"248\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec30518d3\" wfd-id=\"250\"><div class=\"tcb-clear\" data-css=\"tve-u-15ecc95760b\" wfd-id=\"251\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ebe70a25b\" wfd-id=\"252\"><span class=\"tve_image_frame\" wfd-id=\"253\"><img class=\"tve_image wp-image-25564\" alt=\"\" width=\"142\" height=\"44\" title=\"logo_pawcity\" data-id=\"25564\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/logo_pawcity.png\"></span></div></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"236\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec313e743\" data-tcb_hover_state_parent=\"\" wfd-id=\"238\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone tcb-tablet-hidden tcb-mobile-hidden\" style=\"\" wfd-id=\"239\"><p data-css=\"tve-u-15f002fa8f6\"><span data-css=\"tve-u-15f0034f748\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"247\"><a href=\"#whatwedo\">What We Do</a></span>&nbsp; &nbsp; <span data-css=\"tve-u-15f003606db\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"246\"><a href=\"#testimonials\">Testimonials</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f003655f8\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"245\"><a href=\"#aboutus\">About Us</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f00369f5e\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"244\"><a href=\"#getyourcoupon\">Get Your Coupon</a></span>&nbsp; &nbsp; <span data-css=\"tve-u-15f0064f814\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"243\"><a href=\"#areaweserve\">Area We Serve</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f003784ab\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"242\"><a href=\"#contact\">Contact</a></span></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ebe8abb9e\" wfd-id=\"205\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ebe8a4d78\" data-clip-id=\"335f47a4c8f92\" wfd-id=\"231\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-left-335f47a4c8f92\" class=\"decoration-clip clip-path-left\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" pointer-width=\"6\" pointer-height=\"2.5\" style=\"curves\" decoration-type=\"none\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon><ellipse cx=\"0.025\" cy=\"0.029412\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.08823600000000001\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.14706\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.205884\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.264708\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.323532\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.38235600000000003\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.44118\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.500004\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.558828\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.617652\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.676476\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.7353000000000001\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.794124\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.852948\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.911772\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.970596\" rx=\"0.025\" ry=\"0.029412\"></ellipse></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ebe72c974\" wfd-id=\"206\"><div class=\"thrv_wrapper thrv-columns tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec318421d\" wfd-id=\"207\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-15ebe738fb8\" wfd-id=\"208\"><div class=\"tcb-flex-col\" wfd-id=\"228\"><div class=\"tcb-col\" data-css=\"tve-u-15ebe73226c\" wfd-id=\"230\"></div></div><div class=\"tcb-flex-col\" wfd-id=\"209\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ebe89fb7a\" wfd-id=\"211\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ebe827cb3\" wfd-id=\"212\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15ebe830a90\" data-clip-id=\"bb2526ca261ae\" wfd-id=\"227\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-left-bb2526ca261ae\" class=\"decoration-clip clip-path-left\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"divider\" pointer-width=\"5.7\" pointer-height=\"2.5\" style=\"curves\" slanted-angle=\"5\"><polygon points=\"0.025 0, 0.025 1, 1 1, 1 0\"></polygon><ellipse cx=\"0.025\" cy=\"0.027778\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.083334\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.13889\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.194446\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.250002\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.305558\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.361114\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.41667\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.47222600000000003\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.527782\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.583338\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.638894\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.69445\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.7500060000000001\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.805562\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.861118\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.916674\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.97223\" rx=\"0.025\" ry=\"0.027778\"></ellipse></clipPath><clipPath id=\"clip-tablet-left-bb2526ca261ae\" class=\"decoration-clip clip-path-tablet-left\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"divider\" pointer-width=\"5.7\" pointer-height=\"4\" style=\"curves\" slanted-angle=\"5\"><polygon points=\"0.04 0, 0.04 1, 1 1, 1 0\"></polygon><ellipse cx=\"0.04\" cy=\"0.027778\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.083334\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.13889\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.194446\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.250002\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.305558\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.361114\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.41667\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.47222600000000003\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.527782\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.583338\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.638894\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.69445\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.7500060000000001\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.805562\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.861118\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.916674\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.97223\" rx=\"0.04\" ry=\"0.027778\"></ellipse></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ebe80a9a1\" wfd-id=\"213\"><div class=\"tcb-clear\" data-css=\"tve-u-15ebe8ee6c0\" wfd-id=\"223\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15ebe8edca2\" data-tag=\"h1\" wfd-id=\"224\"><h1 data-css=\"tve-u-15ebe90cfb0\">Happy dogs =<br>â€‹â€‹â€‹â€‹â€‹happâ€‹â€‹â€‹â€‹y owners</h1></div></div><div class=\"tcb-clear\" data-css=\"tve-u-15ec30a8a14\" wfd-id=\"221\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ebe906677\" wfd-id=\"222\"><p data-css=\"tve-u-15ebe905473\">Offer your dog a premium walking experience</p></div></div><div class=\"tcb-clear\" data-css=\"tve-u-15ebe955aaa\" wfd-id=\"214\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ebe916c34\" wfd-id=\"215\">\n<div class=\"tve-content-box-background\" wfd-id=\"220\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ec3152b02\" wfd-id=\"216\"><div class=\"thrv_wrapper thrv-button tve_ea_thrive_lightbox\" data-css=\"tve-u-15ebe91a626\" data-tcb_hover_state_parent=\"false\" data-button-style=\"full_rounded\" wfd-id=\"217\">\n<a href=\"#\" class=\"tcb-button-link tve_evt_manager_listen tve_et_click\" data-tcb-events=\"__TCB_EVENT_[{&quot;config&quot;:{&quot;l_anim&quot;:&quot;zoom_in&quot;,&quot;l_id&quot;:&quot;265&quot;},&quot;a&quot;:&quot;thrive_lightbox&quot;,&quot;t&quot;:&quot;click&quot;}]_TNEVE_BCT__\">\n<span class=\"tcb-button-texts\" wfd-id=\"218\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-15ebe925072\" wfd-id=\"219\">Get -20% On Your First Walk</span></span>\n</a>\n</div></div>\n</div></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec3017516\" wfd-id=\"198\">\n<div class=\"tve-page-section-out\" wfd-id=\"204\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ebea3a693\" wfd-id=\"199\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15ebea49c0c\" id=\"whatwedo\" data-tag=\"h1\" wfd-id=\"203\"><h1 data-css=\"tve-u-15ebea42b31\" style=\"text-align: center;\">What We Do</h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2448fdb\" wfd-id=\"200\"><p data-css=\"tve-u-15ec2443105\" style=\"text-align: center;\">Our goal is to make sure the owners are comforted, the pups are exercised and happy and that we are getting our own puppy fixes. But letâ€™s be honest- itâ€™s their world, weâ€™re just living in it! As a small team of experienced dog owners and lovers, we really get to know you and your dog and we canguarantee consistent and personal care that is equal to your love and attention. We are so excited to make you a part of the family!</p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" wfd-id=\"169\">\n<div class=\"tve-page-section-out\" wfd-id=\"197\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ee1211b9b\" wfd-id=\"170\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15ee121a6d1\" wfd-id=\"171\"><div class=\"tcb-flex-row tcb--cols--3 tcb-medium-wrap\" data-css=\"tve-u-15ee121fb1c\" wfd-id=\"172\"><div class=\"tcb-flex-col\" wfd-id=\"189\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ee1225fdf\" wfd-id=\"191\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec2477274\" wfd-id=\"195\"><span class=\"tve_image_frame\" wfd-id=\"196\"><img class=\"tve_image wp-image-1596\" alt=\"\" width=\"55\" height=\"73\" title=\"what_do_icon_01\" data-id=\"1596\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_01.png\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"194\"><p data-css=\"tve-u-15ec2481d17\"><strong>First Class Care</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"193\"><p data-css=\"tve-u-15ec2487407\">all the best for them</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2492191\" wfd-id=\"192\"><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"181\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ee1232726\" wfd-id=\"183\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec24ae116\" wfd-id=\"187\"><span class=\"tve_image_frame\" wfd-id=\"188\"><img class=\"tve_image wp-image-1597\" alt=\"\" width=\"73\" height=\"73\" title=\"what_do_icon_02\" data-id=\"1597\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_02.png\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"186\"><p data-css=\"tve-u-15ec2481d17\"><strong>Snacks Included</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"185\"><p data-css=\"tve-u-15ec2487407\">for your little one</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec3192f72\" wfd-id=\"184\"><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"173\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ee1237243\" wfd-id=\"175\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec24d5e15\" wfd-id=\"179\"><span class=\"tve_image_frame\" wfd-id=\"180\"><img class=\"tve_image wp-image-1598\" alt=\"\" width=\"65\" height=\"73\" title=\"what_do_icon_03\" data-id=\"1598\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_03.png\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"178\"><p data-css=\"tve-u-15ec2481d17\"><strong>Regularly walks</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"177\"><p data-css=\"tve-u-15ec2487407\">to keep them ealthy</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2492191\" wfd-id=\"176\"><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris.</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-15ec24f494c\" id=\"testimonials\" style=\"\" wfd-id=\"149\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ec24f97c0\" wfd-id=\"168\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec24f790d\" wfd-id=\"150\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15ec254985a\" style=\"\" wfd-id=\"151\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-15ec253a41f\" wfd-id=\"152\"><div class=\"tcb-flex-col\" wfd-id=\"156\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec253ef3a\" style=\"\" wfd-id=\"158\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec256e611\" style=\"\" wfd-id=\"161\"><p data-css=\"tve-u-15ec25610c7\"><span data-css=\"tve-u-15ec268a0a3\" style=\"font-size: 45px; color: rgb(89, 171, 227);\" wfd-id=\"166\"><span data-css=\"tve-u-15ec26760e9\" style=\"font-family: ABeeZee;\" wfd-id=\"167\">â€</span></span><span data-css=\"tve-u-15ec256b908\" style=\"font-family: &quot;Amatic SC&quot;;\" wfd-id=\"165\">&nbsp; &nbsp; &nbsp;</span><span data-css=\"tve-u-15ec2680494\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"163\"><span data-css=\"tve-u-15ec269379d\" style=\"font-size: 45px;\" wfd-id=\"164\">my chester enjoys being with them!</span> &nbsp; &nbsp;&nbsp;</span><span data-css=\"tve-u-15ec255fe12\" style=\"font-family: ABeeZee; font-weight: 400; color: rgb(89, 171, 227); font-size: 45px;\" wfd-id=\"162\">â€</span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2698d8d\" wfd-id=\"160\"><p data-css=\"tve-u-160266880a0\">We LOVE going for walks with our friends at Paw! Donâ€™t tell our mom &amp; dad,but we get really excited when they leave for work because we know it wonâ€™t be long before we get a visit from one of our favorite friends at PawCity! Best part is, they always let our parents know how ourwalk went right away so they dont have to worry about us!</p><p data-css=\"tve-u-15ec269736c\">We love you PawCity!! xoxo</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec26ab7b0\" style=\"\" wfd-id=\"159\"><p data-css=\"tve-u-15ec26a92a2\"><strong>Anna Olson</strong>, Chesterâ€™s Mom</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"153\"><div class=\"tcb-col\" wfd-id=\"155\"></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec26c390a\" id=\"aboutus\" wfd-id=\"140\">\n<div class=\"tve-page-section-out\" wfd-id=\"148\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec26b9914\" wfd-id=\"141\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15ee1037a1d\" data-tag=\"h1\" wfd-id=\"145\"><h1 data-css=\"tve-u-15ec26bd2e8\">About us</h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec31ba260\" wfd-id=\"142\"><p data-css=\"tve-u-15ec2443105\" style=\"text-align: center;\">At PawCity, we lead lives full of the unconditional love and happiness we receive from the furballs we get to spend time with everyday and we have this beautiful city and all the beautiful people in it to thank. We love you and your pups!!</p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec26ec232\" wfd-id=\"109\">\n<div class=\"tve-page-section-out\" wfd-id=\"139\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec26e5812\" wfd-id=\"110\"><div class=\"thrv_wrapper thrv-columns tcb-window-width\" style=\"width: 1603px; left: -1px;\" data-css=\"tve-u-15ee106257d\" wfd-id=\"111\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2\" data-css=\"tve-u-15ec26fee25\" wfd-id=\"112\"><div class=\"tcb-flex-col c-33\" wfd-id=\"134\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec2a38bfd\" wfd-id=\"136\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec2a33d71\" wfd-id=\"137\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"138\"><img class=\"tve_image wp-image-7399\" alt=\"\" width=\"830\" height=\"775\" title=\"about_us_dog\" data-id=\"7399\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/about_us_dog.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col c-66\" wfd-id=\"113\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec27075e1\" wfd-id=\"115\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160309f3e5d\" wfd-id=\"128\">\n<div class=\"tve-content-box-background\" wfd-id=\"133\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160309b397d\" wfd-id=\"129\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-160309b00b4\" data-float=\"1\" wfd-id=\"131\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"132\"><img class=\"tve_image wp-image-7404\" alt=\"\" width=\"64\" height=\"64\" title=\"dog_paw\" data-id=\"7404\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/dog_paw.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16030a08afd\" wfd-id=\"130\"><p>We moved to New York City with our black bulldog rescue, Blakely, in 2007 after graduating from the University of Maryland. Immediately, we realized what a dog-crazy place it was.</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160309f6c04\" wfd-id=\"122\">\n<div class=\"tve-content-box-background\" wfd-id=\"127\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160309b397d\" wfd-id=\"123\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-160309ddca8\" data-float=\"1\" wfd-id=\"125\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"126\"><img class=\"tve_image wp-image-7403\" alt=\"\" width=\"64\" height=\"64\" title=\"dog_house\" data-id=\"7403\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/dog_house.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16030a09626\" wfd-id=\"124\"><p>We knew right away that we wanted to work with the animals that we loved and that had given us so much love since we were little girls. We started PawCity Dog Walking in July of 2010.</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16030975307\" wfd-id=\"116\">\n<div class=\"tve-content-box-background\" wfd-id=\"121\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160309b397d\" wfd-id=\"117\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16030a013d7\" data-float=\"1\" wfd-id=\"119\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"120\"><img class=\"tve_image wp-image-7405\" alt=\"\" width=\"64\" height=\"64\" title=\"spinning_wheel\" data-id=\"7405\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/spinning_wheel.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160309b344b\" wfd-id=\"118\"><p>We cover the entire width of the East Side, from 96th Street to Delancey and handle every type of personality imaginable. At PawCity, we lead lives full of the unconditional love and happiness we receive from the furballs we get to spend time with everyday.</p></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" data-css=\"tve-u-15ec2a56438\" style=\"width: 1603px; left: 0px;\" id=\"getyourcoupon\" wfd-id=\"89\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ec2a5bb35\" wfd-id=\"108\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec2a5540e\" wfd-id=\"90\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ec2a80647\" wfd-id=\"91\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15ec2a9b8a9\" wfd-id=\"107\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ec2a81a9f\" wfd-id=\"92\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2a6f589\" wfd-id=\"103\"><p data-css=\"tve-u-15ec2a6b447\"><span data-css=\"tve-u-15ec2a6d9d8\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"106\"><strong>Get Your Coupon</strong></span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2aaa9a4\" wfd-id=\"99\"><p data-css=\"tve-u-15ec2ab1d6d\">We strive to keep both you and your pup as happy and comfortable as possible while youâ€™re out earning those big bucks.</p><p data-css=\"tve-u-15ec2ab1d82\"><br></p><p data-css=\"tve-u-15ec2aa8e2e\"><strong>Get <span data-css=\"tve-u-15ec2aafa24\" style=\"color: rgb(89, 171, 227);\" wfd-id=\"102\">20%</span> off your first walk. Enter your email and we\'ll send you your coupon.</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ec2abe257\" wfd-id=\"93\">\n<div class=\"tve-content-box-background\" wfd-id=\"98\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ec2acb421\" wfd-id=\"94\"><div class=\"thrv_wrapper thrv-button tve_ea_thrive_lightbox\" data-css=\"tve-u-15ec2ac01df\" data-tcb_hover_state_parent=\"false\" data-button-style=\"full_rounded\" wfd-id=\"95\">\n<a href=\"#\" class=\"tcb-button-link tve_evt_manager_listen tve_et_click\" data-tcb-events=\"__TCB_EVENT_[{&quot;config&quot;:{&quot;l_anim&quot;:&quot;zoom_in&quot;,&quot;l_id&quot;:&quot;265&quot;},&quot;a&quot;:&quot;thrive_lightbox&quot;,&quot;t&quot;:&quot;click&quot;}]_TNEVE_BCT__\">\n<span class=\"tcb-button-texts\" wfd-id=\"96\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-15ebe925072\" wfd-id=\"97\">Get Your Coupon Now</span></span>\n</a>\n</div></div>\n</div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-15ec2b0a32a\" id=\"areaweserve\" wfd-id=\"60\">\n<div class=\"tve-page-section-out\" wfd-id=\"88\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15f76fcb7df\" wfd-id=\"61\"><div class=\"thrv_wrapper thrv-columns\" style=\"\" data-css=\"tve-u-15ee103f44a\" wfd-id=\"62\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--3\" data-css=\"tve-u-15ec2ae8715\" wfd-id=\"63\"><div class=\"tcb-flex-col\" wfd-id=\"77\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec2b37666\" wfd-id=\"79\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"84\"><p data-css=\"tve-u-15ec2af6c4b\"><span data-css=\"tve-u-15ec2af6c4e\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"87\">areaS we serve</span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"80\"><p>As a small team of experienced dog owners and lovers, we really get to know you and your dog and we canguarantee consistent and personal care that is equal to your love and attention.</p><p><br></p><p><strong><span data-css=\"tve-u-15ec2afed17\" style=\"color: rgb(89, 171, 227);\" wfd-id=\"83\">We are so excited to make you a part of the family!</span></strong></p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"73\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec2b33f06\" wfd-id=\"75\"><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-15ec2b3b468\" wfd-id=\"76\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=825 South Kings Highwa&amp;t=m&amp;z=11&amp;output=embed&amp;iwloc=near\"></iframe>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"64\"><div class=\"tcb-col\" data-css=\"tve-u-1689d1dcf7d\" wfd-id=\"66\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1689d19a7e4\" wfd-id=\"67\"><div class=\"tcb-flex-row tcb--cols--1\" data-css=\"tve-u-1689d19b8cb\" wfd-id=\"68\"><div class=\"tcb-flex-col\" wfd-id=\"69\"><div class=\"tcb-col\" wfd-id=\"71\"><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-1689d1a19d6\" wfd-id=\"72\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=2090 SW 71 Terrace&amp;t=m&amp;z=10&amp;output=embed&amp;iwloc=near\"></iframe>\n</div></div></div></div></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" data-css=\"tve-u-15ec2b5d54c\" style=\"width: 1603px; left: 0px;\" id=\"contact\" wfd-id=\"21\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ec2b56fac\" wfd-id=\"59\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec2b54c99\" wfd-id=\"22\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1602b31dfcd\" wfd-id=\"23\"><div class=\"tcb-flex-row tcb-resized tcb-medium-wrap tcb--cols--3\" data-css=\"tve-u-1602b37ce9d\" wfd-id=\"24\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1602be453ec\" style=\"\" wfd-id=\"53\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"55\"><div class=\"tcb-clear\" data-css=\"tve-u-1602bff3cd5\" wfd-id=\"56\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec2b6e126\" wfd-id=\"57\"><span class=\"tve_image_frame\" wfd-id=\"58\"><img class=\"tve_image wp-image-25564\" alt=\"\" width=\"142\" height=\"44\" title=\"logo_pawcity\" data-id=\"25564\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/logo_pawcity.png\"></span></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1602be45437\" style=\"\" wfd-id=\"39\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1602be56dfc\" wfd-id=\"41\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1602bfebaf9\" wfd-id=\"42\">\n<div class=\"tve-content-box-background\" wfd-id=\"52\"></div>\n<div class=\"tve-cb\" wfd-id=\"43\"><div class=\"tcb-clear\" data-css=\"tve-u-1602bf36e2c\" wfd-id=\"49\"><div class=\"thrv_wrapper tve_image_caption tcb-mobile-hidden\" data-css=\"tve-u-1602be7db66\" data-float=\"1\" wfd-id=\"50\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"51\"><img class=\"tve_image wp-image-7369\" alt=\"\" width=\"64\" height=\"64\" title=\"location\" data-id=\"7369\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/location.png\" style=\"width: 100%;\"></span></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1602bf25f10\" wfd-id=\"44\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1602befe215\" wfd-id=\"45\"><p data-css=\"tve-u-1602bfa220e\"><strong><span data-css=\"tve-u-1602b324a9b\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"48\">67 E. 3rd Street</span></strong><span data-css=\"tve-u-1602b324a9c\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"47\"> </span><span data-css=\"tve-u-1602b324ab9\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"46\">Suite B New York, NY 10003</span></p></div></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1602be4545b\" style=\"\" wfd-id=\"25\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"27\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1602bfea280\" wfd-id=\"28\">\n<div class=\"tve-content-box-background\" wfd-id=\"38\"></div>\n<div class=\"tve-cb\" wfd-id=\"29\"><div class=\"tcb-clear\" data-css=\"tve-u-1602bfc4bea\" wfd-id=\"35\"><div class=\"thrv_wrapper tve_image_caption tcb-mobile-hidden\" data-css=\"tve-u-1602bec144e\" data-float=\"1\" wfd-id=\"36\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"37\"><img class=\"tve_image wp-image-7370\" alt=\"\" width=\"64\" height=\"64\" title=\"phone\" data-id=\"7370\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/phone.png\" style=\"width: 100%;\"></span></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1602bfc74c3\" wfd-id=\"30\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1602b332fd9\" data-float=\"1\" wfd-id=\"31\"><p><strong><span data-css=\"tve-u-1602b324a9b\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"34\">080</span></strong><span data-css=\"tve-u-1602b324a9c\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"33\"> </span><span data-css=\"tve-u-1602b324ab9\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"32\">708 5583</span></p></div></div></div>\n</div></div></div></div></div></div>\n</div>'),(4888,462,'tve_revision_tve_content_more_found',''),(4889,462,'tve_revision_tve_save_post',''),(4890,462,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Montserrat:400,200,300&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Amatic+SC:400&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=ABeeZee:400&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-160309b397d\"]::after { clear: both; }[data-css=\"tve-u-160309b344b\"] { position: relative !important; margin-left: 100px !important; }[data-css=\"tve-u-160309b00b4\"] + div { clear: none; }[data-css=\"tve-u-160309b00b4\"] { float: none; width: 60px; position: absolute; margin-bottom: 0px !important; margin-top: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-16030975307\"] { max-width: 75%; margin-left: 80px !important; }[data-css=\"tve-u-1602bfa220e\"] { line-height: 1.85em !important; }[data-css=\"tve-u-1602be7db66\"] { float: left; width: 40px; z-index: 3; position: relative; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1602be56dfc\"]::after { clear: both; }[data-css=\"tve-u-1602be4545b\"] { max-width: 25%; }[data-css=\"tve-u-1602be45437\"] { max-width: 48.1%; }[data-css=\"tve-u-1602be453ec\"] { max-width: 26.9%; }[data-css=\"tve-u-1602b37ce9d\"] > .tcb-flex-col > .tcb-col { justify-content: center; }[data-css=\"tve-u-1602b332fd9\"] { max-width: 264px; position: relative; float: right; z-index: 3; width: 100%; padding-left: 1px !important; margin-top: 1px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1602b324a9c\"] { color: rgb(74, 163, 223) !important; }[data-css=\"tve-u-1602b324a9b\"] { color: rgb(74, 163, 223) !important; }[data-css=\"tve-u-1602b31dfcd\"] { max-width: 1296px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15f76fcb7df\"] { max-width: 100%; }[data-css=\"tve-u-15f0064f814\"] { color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-15ec313e743\"]:hover p, #tve_editor [data-css=\"tve-u-15ec313e743\"]:hover li, #tve_editor [data-css=\"tve-u-15ec313e743\"]:hover blockquote, #tve_editor [data-css=\"tve-u-15ec313e743\"]:hover address { color: rgb(89, 171, 227); }[data-css=\"tve-u-15f003784ab\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15f00369f5e\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15f003655f8\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15f003606db\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15f0034f748\"] { color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-15f002fa8f6\"] { color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-15ec313e743\"] p, #tve_editor [data-css=\"tve-u-15ec313e743\"] li, #tve_editor [data-css=\"tve-u-15ec313e743\"] blockquote, #tve_editor [data-css=\"tve-u-15ec313e743\"] address { font-size: 16px; }[data-css=\"tve-u-15ec313e743\"] { text-align: left; padding-left: 0px !important; margin-left: 0px !important; margin-right: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-15ee121fb1c\"] .tcb-flex-col { flex-basis: 285px !important; }[data-css=\"tve-u-15ec30a8a14\"]::after { clear: both; }#tve_editor [data-css=\"tve-u-15ebe90cfb0\"] { font-size: 96px !important; }[data-css=\"tve-u-15ee1237243\"] { box-shadow: rgba(73, 137, 181, 0.15) -3px 7px 69px 10px; }[data-css=\"tve-u-15ee1232726\"] { box-shadow: rgba(73, 137, 181, 0.15) -3px 7px 69px 10px; }[data-css=\"tve-u-15ee121fb1c\"] > .tcb-flex-col > .tcb-col { min-height: 503px; }[data-css=\"tve-u-15ee1225fdf\"] { box-shadow: rgba(73, 137, 181, 0.15) -3px 7px 69px 10px; }[data-css=\"tve-u-15ee121fb1c\"] { margin-left: -60px; min-height: inherit; }[data-css=\"tve-u-15ee121fb1c\"] > .tcb-flex-col { padding-left: 60px; }[data-css=\"tve-u-15ee121a6d1\"] { float: none; max-width: 1296px; text-align: center; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ee1211b9b\"] { max-width: 1603px; text-align: center; }[data-css=\"tve-u-15ec26fee25\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-15ee106257d\"] { max-width: 100%; }[data-css=\"tve-u-15ec3055cca\"] { max-width: 1370px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ee103f44a\"] { float: none; max-width: 1296px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ee1037a1d\"] { float: none; max-width: 1296px; margin-left: auto !important; margin-right: auto !important; }#tve_editor [data-css=\"tve-u-15ec2ac01df\"]:hover .tcb-button-link { box-shadow: rgba(73, 137, 181, 0.25) -3px 7px 73px 18px; background-color: rgb(149, 250, 201) !important; }#tve_editor [data-css=\"tve-u-15ebe91a626\"]:hover .tcb-button-link { box-shadow: rgba(73, 137, 181, 0.25) -3px 7px 73px 18px; border: 0px dashed rgb(255, 255, 255); background-color: rgb(149, 250, 201) !important; font-weight: normal !important; background-image: none !important; }[data-css=\"tve-u-15ebe8a2edd\"] > .tcb-flex-col > .tcb-col { justify-content: center; }[data-css=\"tve-u-15ec3017516\"] { margin-top: 60px !important; padding-bottom: 50px !important; }[data-css=\"tve-u-15ec2b6e126\"] { width: 142px; }[data-css=\"tve-u-15ec2b5d54c\"] { margin-top: 83px !important; }[data-css=\"tve-u-15ec2b56fac\"] { background-image: linear-gradient(rgb(25, 46, 60), rgb(25, 46, 60)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-15ec2b54c99\"] { max-width: 1586px; min-height: 100px !important; }[data-css=\"tve-u-15ec2b3b468\"] { box-shadow: rgba(89, 171, 227, 0.15) -3px 7px 69px 10px, rgba(0, 0, 0, 0.4) 0px 8px 12px 0px; margin: 0px 1px 1px 0px !important; border-top: none; }[data-css=\"tve-u-15ec2b37666\"] { margin-top: 114px !important; }[data-css=\"tve-u-15ec2b33f06\"] { padding: 70px 7px 7px !important; text-align: left; }[data-css=\"tve-u-15ec2b0a32a\"] { margin-top: 76px !important; }[data-css=\"tve-u-15ec2ae8715\"] > .tcb-flex-col { padding-left: 10px; }[data-css=\"tve-u-15ec2afed17\"] { color: rgb(89, 171, 227) !important; }[data-css=\"tve-u-15ec2ae8715\"] { float: none; max-width: 1453px; margin-left: -10px; margin-right: auto !important; padding-top: 15px !important; padding-bottom: 0px !important; padding-left: 15px !important; }[data-css=\"tve-u-15ec2acb421\"] { min-height: 162px; }[data-css=\"tve-u-15ec2aafa24\"] { color: rgb(89, 171, 227) !important; }[data-css=\"tve-u-15ec2aaa9a4\"] { float: none; max-width: 1440px; margin-left: auto !important; margin-right: auto !important; margin-top: 25px !important; }#tve_editor [data-css=\"tve-u-15ec2aa8e2e\"] { letter-spacing: 1px; color: rgb(255, 255, 255) !important; font-size: 20px !important; }[data-css=\"tve-u-15ec2a9b8a9\"] { border: 1px solid rgb(89, 171, 227) !important; }[data-css=\"tve-u-15ec2a81a9f\"] { min-height: 162px; }[data-css=\"tve-u-15ec2a80647\"] { float: none; max-width: 97%; margin-left: auto !important; margin-right: auto !important; margin-top: 55px !important; }[data-css=\"tve-u-15ec2a6f589\"] { float: none; max-width: 1440px; margin-top: 55px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2a6d9d8\"] { font-family: \"Amatic SC\" !important; font-weight: 400 !important; }#tve_editor [data-css=\"tve-u-15ec2a6b447\"] { color: rgb(89, 171, 227) !important; font-size: 70px !important; }[data-css=\"tve-u-15ec2a5bb35\"] { background-image: linear-gradient(rgba(28, 54, 85, 0.8), rgba(28, 54, 85, 0.8)), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/coupon_background.jpg\") !important; background-size: auto, cover !important; background-position: 0px 0px, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-15ec2a56438\"] { margin-top: 69px !important; }[data-css=\"tve-u-15ec2a5540e\"] { max-width: 100%; text-align: center; min-height: 561px !important; }[data-css=\"tve-u-15ec2a38bfd\"] { margin-right: 0px !important; padding-right: 0px !important; margin-left: 0px !important; }[data-css=\"tve-u-15ec2a33d71\"] { width: 830px; position: relative; top: 0px; left: 40px; z-index: 7; float: none; padding-right: 0px !important; padding-left: 0px !important; }[data-css=\"tve-u-15ec27075e1\"] { border-left: 1px solid rgb(232, 238, 241); border-top: 1px solid rgb(232, 238, 241); border-bottom: 1px solid rgb(232, 238, 241); }[data-css=\"tve-u-15ec26fee25\"] > .tcb-flex-col > .tcb-col { min-height: 612px; }[data-css=\"tve-u-15ec26fee25\"] { min-height: inherit; margin-left: 0px; padding-top: 0px !important; padding-bottom: 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-15ec26ec232\"] { margin-top: 66px !important; }[data-css=\"tve-u-15ec26e5812\"] { max-width: 100%; min-height: 586px !important; }[data-css=\"tve-u-15ec26c390a\"] { margin-top: 60px !important; }#tve_editor [data-css=\"tve-u-15ec26bd2e8\"] { color: rgb(24, 45, 60) !important; font-size: 70px !important; }[data-css=\"tve-u-15ec26b9914\"] { max-width: 1434px; text-align: center; }[data-css=\"tve-u-15ec26ab7b0\"] { margin-top: 67px !important; }#tve_editor [data-css=\"tve-u-15ec26a92a2\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15ec2698d8d\"] { float: none; max-width: 600px; margin-left: auto !important; margin-right: auto !important; margin-top: 30px !important; }#tve_editor [data-css=\"tve-u-15ec269736c\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15ec269379d\"] { font-size: 45px !important; }[data-css=\"tve-u-15ec268a0a3\"] { font-size: 45px !important; color: rgb(89, 171, 227) !important; }[data-css=\"tve-u-15ec256e611\"] { margin-top: 0px !important; }#tve_editor [data-css=\"tve-u-15ec25610c7\"] { font-size: 40px !important; color: rgb(89, 171, 227) !important; }[data-css=\"tve-u-15ec255fe12\"] { font-family: ABeeZee !important; font-weight: 400 !important; color: rgb(89, 171, 227) !important; font-size: 45px !important; }[data-css=\"tve-u-15ec254985a\"] { margin-right: 0px !important; }[data-css=\"tve-u-15ec253ef3a\"] { text-align: center; background-image: linear-gradient(rgba(24, 45, 60, 0.95), rgba(24, 45, 60, 0.95)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; margin-top: 0px !important; padding-top: 130px !important; padding-bottom: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-15ec253a41f\"] > .tcb-flex-col > .tcb-col { min-height: 661px; }[data-css=\"tve-u-15ec253a41f\"] { min-height: inherit; float: none; max-width: 1474px; z-index: 3; position: relative; padding-top: 0px !important; padding-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; padding-right: 0px !important; }[data-css=\"tve-u-15ec24f97c0\"] { background-image: linear-gradient(rgba(42, 51, 68, 0.1), rgba(42, 51, 68, 0.1)), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/testimonial_bg.jpg\") !important; background-size: auto, cover !important; background-position: 0px 0px, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-15ec24f790d\"] { min-height: 661px !important; }[data-css=\"tve-u-15ec24f494c\"] { margin-top: 60px !important; }[data-css=\"tve-u-15ec24d5e15\"] + div { clear: none; }[data-css=\"tve-u-15ec24d5e15\"] { float: none; width: 65px; margin-left: auto !important; margin-right: auto !important; margin-top: 40px !important; }[data-css=\"tve-u-15ec24ae116\"] + div { clear: none; }[data-css=\"tve-u-15ec24ae116\"] { float: none; width: 73px; margin-left: auto !important; margin-right: auto !important; margin-top: 40px !important; }[data-css=\"tve-u-15ec249b3f6\"] { line-height: 1.9em !important; }[data-css=\"tve-u-15ec2492191\"] { margin-left: 25px !important; margin-right: 25px !important; margin-top: 25px !important; }#tve_editor [data-css=\"tve-u-15ec2487407\"] { text-transform: uppercase !important; color: rgb(135, 156, 171) !important; font-size: 17px !important; }#tve_editor [data-css=\"tve-u-15ec2481d17\"] { font-size: 20px !important; }[data-css=\"tve-u-15ec2477274\"] + div { clear: none; }[data-css=\"tve-u-15ec2477274\"] { float: none; width: 55px; margin-left: auto !important; margin-right: auto !important; margin-top: 40px !important; }[data-css=\"tve-u-15ec2448fdb\"] { float: none; max-width: 1296px; margin-top: 10px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2443105\"] { line-height: 1.8em !important; }[data-css=\"tve-u-15ebea49c0c\"] { float: none; max-width: 1440px; margin-left: auto !important; margin-right: auto !important; margin-top: 0px !important; }#tve_editor [data-css=\"tve-u-15ebea42b31\"] { color: rgb(24, 45, 60) !important; font-size: 70px !important; }[data-css=\"tve-u-15ebea3a693\"] { max-width: 1434px; }[data-css=\"tve-u-15ebe955aaa\"]::after { clear: both; }#tve_editor [data-css=\"tve-u-15ebe925072\"] { font-family: Montserrat; letter-spacing: 0px; font-weight: 400; font-size: 20px !important; color: rgb(24, 45, 60) !important; }[data-css=\"tve-u-15ebe91a626\"] { display: block; max-width: 423px; margin-left: 50px !important; margin-right: 0px !important; }[data-css=\"tve-u-15ebe91a626\"] .tcb-button-link { border-radius: 200px; min-height: 67.1429px; font-size: 1.6em; padding-top: 0px; padding-bottom: 0px; background-color: rgb(105, 240, 174) !important; padding-left: 15px !important; background-image: none !important; }[data-css=\"tve-u-15ebe916c34\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 733px; }[data-css=\"tve-u-15ebe90cfb0\"] { line-height: 1.1em !important; }[data-css=\"tve-u-15ebe906677\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 669px; margin-left: 50px !important; margin-top: 40px !important; }#tve_editor [data-css=\"tve-u-15ebe905473\"] { font-size: 22px !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15ebe8ee6c0\"]::after { clear: both; }[data-css=\"tve-u-15ebe8edca2\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 722px; padding-left: 0px !important; margin-left: 50px !important; margin-top: 104px !important; }[data-css=\"tve-u-15ebe8abb9e\"] { padding: 0px !important; }[data-css=\"tve-u-15ebe8a4d78\"] { clip-path: url(\"#clip-left-335f47a4c8f92\"); -webkit-clip-path: url(\"#clip-left-335f47a4c8f92\");  }[data-css=\"tve-u-15ebe8a2edd\"] { padding-bottom: 15px !important; padding-top: 15px !important; }[data-css=\"tve-u-15ebe89fb7a\"] { margin-left: -35px !important; }[data-css=\"tve-u-15ebe830a90\"] { clip-path: url(\"#clip-left-bb2526ca261ae\"); -webkit-clip-path: url(\"#clip-left-bb2526ca261ae\");  background-image: linear-gradient(rgb(89, 171, 227), rgb(89, 171, 227)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-15ebe827cb3\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 0px !important; }[data-css=\"tve-u-15ebe80a9a1\"] { min-height: 729px; }[data-css=\"tve-u-15ebe738fb8\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-15ebe738fb8\"] > .tcb-flex-col > .tcb-col { min-height: 729px; }[data-css=\"tve-u-15ebe738fb8\"] { min-height: inherit; margin-left: 0px; padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-15ebe73226c\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/header_image-1.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-15ebe72c974\"] { max-width: 1620px; }[data-css=\"tve-u-15ebe70a25b\"] { width: 142px; margin-top: 20px !important; padding-left: 0px !important; margin-left: 30px !important; }[data-css=\"tve-u-15ebe5d7b44\"] { background-image: linear-gradient(rgb(24, 45, 60), rgb(24, 45, 60)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-15ebe51d596\"] { max-width: 100%; min-height: 100px !important; }#tcb_landing_page h3 { font-family: Montserrat; font-weight: 200; font-size: 20px; color: rgb(24, 45, 60); }#tcb_landing_page h2 { font-family: \"Amatic SC\"; font-weight: 400; font-size: 70px; color: rgb(24, 45, 60); }#tcb_landing_page h1 { font-family: \"Amatic SC\"; font-weight: 400; font-size: 96px; color: rgb(255, 255, 255); }#tcb_landing_page p, #tcb_landing_page li { font-family: Montserrat; font-weight: 200; color: rgb(24, 45, 60); font-size: 18px; line-height: 1.667em; }[data-css=\"tve-u-15e09c94f7d\"] { background-color: rgb(255, 255, 255); }[data-css=\"tve-u-15ec256b908\"] { font-family: \"Amatic SC\" !important; font-weight: 400 !important; }[data-css=\"tve-u-15ec26760e9\"] { font-family: ABeeZee !important; font-weight: 400 !important; }[data-css=\"tve-u-15ec2680494\"] { font-family: \"Amatic SC\" !important; font-weight: 400 !important; }#tve_editor [data-css=\"tve-u-15ec2ab1d6d\"] { letter-spacing: 1px; color: rgb(255, 255, 255) !important; font-size: 20px !important; }#tve_editor [data-css=\"tve-u-15ec2ab1d82\"] { letter-spacing: 1px; color: rgb(255, 255, 255) !important; font-size: 20px !important; }[data-css=\"tve-u-15ec2abe257\"] { float: none; z-index: 3; position: relative; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2ac01df\"] { display: block; max-width: 423px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2ac01df\"] .tcb-button-link { border-radius: 200px; min-height: 67.1429px; font-size: 1.6em; padding-top: 0px; padding-bottom: 0px; background-color: rgb(105, 240, 174) !important; padding-left: 15px !important; }#tve_editor [data-css=\"tve-u-15ec2af6c4b\"] { color: rgb(24, 45, 60) !important; font-size: 70px !important; }[data-css=\"tve-u-15ec2af6c4e\"] { font-family: \"Amatic SC\" !important; font-weight: 400 !important; }[data-css=\"tve-u-15ec3192f72\"] { margin-left: 25px !important; margin-right: 25px !important; margin-top: 25px !important; }[data-css=\"tve-u-15ec31ba260\"] { float: none; max-width: 1296px; margin-top: 10px !important; margin-left: auto !important; margin-right: auto !important; }#tcb_landing_page a:hover:not(.tcb-button-link) { color: rgb(89, 171, 227); }#tcb_landing_page .tve-state-hovera:not(.tcb-button-link) { color: rgb(89, 171, 227); }#tve_editor [data-css=\"tve-u-160266880a0\"] { color: rgb(255, 255, 255) !important; font-family: Montserrat !important; }[data-css=\"tve-u-1602b324ab9\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1602bec144e\"] { width: 36px; float: left; z-index: 3; position: static; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1602befe215\"] { max-width: 386px; position: relative !important; padding-left: 1px !important; margin-top: 0px !important; margin-left: 50px !important; }[data-css=\"tve-u-160309ddca8\"] + div { clear: none; }[data-css=\"tve-u-160309ddca8\"] { float: none; width: 60px; position: absolute; margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-160309f3e5d\"] { max-width: 75%; margin-left: 80px !important; margin-top: 60px !important; margin-bottom: 40px !important; }[data-css=\"tve-u-160309f6c04\"] { max-width: 75%; margin-left: 80px !important; margin-top: 60px !important; margin-bottom: 80px !important; }[data-css=\"tve-u-16030a013d7\"] + div { clear: none; }[data-css=\"tve-u-16030a013d7\"] { float: none; width: 60px; position: absolute; margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-16030a08afd\"] { position: relative !important; margin-left: 100px !important; }[data-css=\"tve-u-16030a09626\"] { position: relative !important; margin-left: 100px !important; }#tcb_landing_page a.tve-state-hover:not(.tcb-button-link) { color: rgb(89, 171, 227); }[data-css=\"tve-u-1689d19a7e4\"] { margin-top: 0px !important; }[data-css=\"tve-u-1689d19b8cb\"] { padding-top: 0px !important; }[data-css=\"tve-u-1689d1a19d6\"] { margin-top: 0px !important; box-shadow: rgba(0, 0, 0, 0.4) 0px 8px 12px 0px; }[data-css=\"tve-u-1689d1dcf7d\"] { text-align: left; padding-top: 70px !important; padding-bottom: 6px !important; padding-right: 10px !important; }}@media (max-width: 1023px){[data-css=\"tve-u-1602b332fd9\"] { float: none; max-width: 121px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1602befe215\"] { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1602b37ce9d\"] .tcb-flex-col { flex-basis: 420px !important; }[data-css=\"tve-u-1602bec144e\"] { float: none; z-index: 3; position: relative; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1602be7db66\"] { float: none; z-index: 3; position: relative; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2a38bfd\"] { text-align: left; }[data-css=\"tve-u-15ec27075e1\"] { margin-top: 0px !important; }[data-css=\"tve-u-15ee1237243\"] { margin-top: 52px !important; }[data-css=\"tve-u-15ee121a6d1\"] { margin-left: 33px !important; margin-right: 33px !important; }[data-css=\"tve-u-15ecc95760b\"]::after { clear: both; }[data-css=\"tve-u-15ebe51d596\"] { text-align: left; }[data-css=\"tve-u-15ec2b6e126\"] { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2b54c99\"] { text-align: left; }[data-css=\"tve-u-15ec2b3b468\"] { margin-left: 0px !important; margin-top: 20px !important; }[data-css=\"tve-u-15ec2b37666\"] { margin-top: 0px !important; }[data-css=\"tve-u-15ec2a80647\"] { margin-top: 0px !important; padding-left: 10px !important; padding-right: 10px !important; }[data-css=\"tve-u-15ec2a5540e\"] { max-width: 720px; }[data-css=\"tve-u-15ec2a33d71\"] { width: 395px; float: none; z-index: 3; position: relative; margin: 80px auto 0px !important; }[data-css=\"tve-u-15ec26b9914\"] { max-width: 720px; }[data-css=\"tve-u-15ec253ef3a\"] { padding: 25px 10px !important; }[data-css=\"tve-u-15ebea3a693\"] { max-width: 720px; }[data-css=\"tve-u-15ec30a8a14\"]::after { clear: both; }[data-css=\"tve-u-15ebe916c34\"] { max-width: 376px; }[data-css=\"tve-u-15ebe8a2edd\"] > .tcb-flex-col > .tcb-col { justify-content: center; min-height: 91px; }[data-css=\"tve-u-15ebe70a25b\"] { float: right; z-index: 3; position: relative; margin: 0px auto !important; }[data-css=\"tve-u-15ec3055cca\"] { text-align: center; margin-top: 0px !important; }[data-css=\"tve-u-15ebe8a2edd\"] { min-height: inherit; float: none; max-width: 100%; padding-top: 0px !important; padding-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec30518d3\"] { text-align: center; margin-left: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-15ebe830a90\"] { clip-path: url(\"#clip-tablet-left-bb2526ca261ae\"); -webkit-clip-path: url(\"#clip-tablet-left-bb2526ca261ae\");  }[data-css=\"tve-u-15ebe91a626\"] { margin-left: 30px !important; }[data-css=\"tve-u-15ebe906677\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 336px; margin-left: 30px !important; }[data-css=\"tve-u-15ebe8edca2\"] { margin-left: 30px !important; }[data-css=\"tve-u-15ebe89fb7a\"] { margin-left: -35px !important; }[data-css=\"tve-u-15ebe827cb3\"] { max-width: 100%; }#tve_editor [data-css=\"tve-u-15ebe90cfb0\"] { font-size: 84px !important; }}@media (max-width: 767px){[data-css=\"tve-u-160309b344b\"] { margin-left: 10px !important; margin-top: 30px !important; margin-right: 10px !important; }[data-css=\"tve-u-16030a013d7\"] { position: static; }[data-css=\"tve-u-16030a09626\"] { margin-left: 10px !important; margin-top: 30px !important; margin-right: 10px !important; }[data-css=\"tve-u-160309ddca8\"] { position: static; }[data-css=\"tve-u-16030a08afd\"] { margin-left: 10px !important; margin-right: 10px !important; margin-top: 30px !important; }[data-css=\"tve-u-160309b00b4\"] { position: static; }[data-css=\"tve-u-16030975307\"] { max-width: 100%; margin-left: 10px !important; margin-right: 10px !important; }[data-css=\"tve-u-160309f6c04\"] { max-width: 100%; margin-left: 10px !important; margin-right: 10px !important; }[data-css=\"tve-u-160309f3e5d\"] { max-width: 100%; margin-left: 10px !important; margin-right: 10px !important; }[data-css=\"tve-u-15ec2a38bfd\"]::after { clear: both; }[data-css=\"tve-u-1602bff3cd5\"]::after { clear: both; }[data-css=\"tve-u-1602bfea280\"] { margin-top: 0px !important; margin-bottom: 20px !important; }[data-css=\"tve-u-15ec2b6e126\"] { float: left; z-index: 3; position: relative; margin-left: 24px !important; }[data-css=\"tve-u-1602bf25f10\"]::after { clear: both; }[data-css=\"tve-u-1602b332fd9\"] { max-width: 257px; float: left; z-index: 3; position: relative; width: 100%; margin-top: 20px !important; margin-left: 20px !important; }[data-css=\"tve-u-15ec253ef3a\"] { padding-top: 30px !important; padding-bottom: 30px !important; }[data-css=\"tve-u-15ee1237243\"] { margin-top: 25px !important; }[data-css=\"tve-u-15ee1232726\"] { margin-top: 25px !important; }[data-css=\"tve-u-15ebe70a25b\"] { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2ae8715\"] { margin-left: -15px; }[data-css=\"tve-u-15ec2ae8715\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-15ec2b33f06\"] { margin-right: 0px !important; }[data-css=\"tve-u-15ec26fee25\"] > .tcb-flex-col > .tcb-col { min-height: 387px; }[data-css=\"tve-u-15ec26fee25\"] { margin-left: 0px; min-height: inherit; }[data-css=\"tve-u-15ec26fee25\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-15ec2a33d71\"] { position: static; margin-bottom: 0px !important; }[data-css=\"tve-u-15ec31ba260\"] { padding-left: 3px !important; padding-right: 3px !important; }[data-css=\"tve-u-15ec253a41f\"] > .tcb-flex-col > .tcb-col { min-height: 27px; }[data-css=\"tve-u-15ec253a41f\"] { margin-left: 0px; min-height: inherit; }[data-css=\"tve-u-15ec253a41f\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-15ec254985a\"] { margin-top: 0px !important; }[data-css=\"tve-u-15ec24f494c\"] { margin-top: 30px !important; }[data-css=\"tve-u-15ec256e611\"] { margin-top: 0px !important; }[data-css=\"tve-u-15ec3192f72\"] { margin-bottom: 32px !important; }[data-css=\"tve-u-15ec318421d\"] { margin-bottom: 34px !important; margin-top: -105px !important; }[data-css=\"tve-u-15ebe738fb8\"] > .tcb-flex-col > .tcb-col { min-height: 554px; }[data-css=\"tve-u-15ebe738fb8\"] { min-height: inherit; padding-bottom: 0px !important; }[data-css=\"tve-u-15ec3017516\"] { margin-top: 0px !important; padding-left: 5px !important; padding-right: 5px !important; }[data-css=\"tve-u-15ebe89fb7a\"] { margin-left: -20px !important; }[data-css=\"tve-u-15ec3055cca\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-15ebe916c34\"] { margin-bottom: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-15ec3152b02\"] { min-height: 226px; }[data-css=\"tve-u-15ebe80a9a1\"] { min-height: 554px; }[data-css=\"tve-u-15ebe91a626\"] { margin-left: 28px !important; margin-right: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-15ebe906677\"] { margin-left: 30px !important; }[data-css=\"tve-u-15ebe8edca2\"] { margin-left: 30px !important; margin-top: 45px !important; }[data-css=\"tve-u-15ebe827cb3\"] { max-width: 100%; }[data-css=\"tve-u-15ec313e743\"] { margin-left: 10px !important; margin-right: 10px !important; }[data-css=\"tve-u-1602befe215\"] { max-width: 257px; float: left; z-index: 3; position: relative; width: 100%; margin-top: 20px !important; margin-left: 20px !important; }}'),(4891,462,'tve_revision_tve_user_custom_css','.thrv_text_element p {margin:0;}\n.thrv_heading h1,h2,h3 {margin:0;}'),(4892,462,'tve_revision_tve_page_events','a:0:{}'),(4893,462,'tve_revision_tve_globals','a:4:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";s:11:\"extra_icons\";a:1:{i:0;a:3:{s:11:\"font-family\";s:25:\"tve-ff-6797-59f9979fd5998\";s:3:\"css\";s:87:\"http://lp-build.thrivethemes.com/wp-content/uploads/tve-ff-6797-59f9979fd5998/style.css\";s:6:\"folder\";s:92:\"/home/thrivedevbitston/public_html/landingpages/wp-content/uploads/tve-ff-6797-59f9979fd5998\";}}s:6:\"lb_map\";a:1:{i:6808;s:3:\"265\";}s:8:\"font_cls\";a:0:{}}'),(4894,462,'tve_revision_tve_global_scripts',''),(4895,462,'tve_revision_thrive_icon_pack','0'),(4896,462,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(4897,462,'tve_revision_tve_has_masonry','0'),(4898,462,'tve_revision_tve_has_typefocus','0'),(4899,462,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv-page-section\" style=\"\" wfd-id=\"232\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ebe5d7b44\" wfd-id=\"254\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ebe51d596\" wfd-id=\"233\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15ec3055cca\" wfd-id=\"234\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2\" data-css=\"tve-u-15ebe8a2edd\" wfd-id=\"235\"><div class=\"tcb-flex-col\" wfd-id=\"248\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec30518d3\" wfd-id=\"250\"><div class=\"tcb-clear\" data-css=\"tve-u-15ecc95760b\" wfd-id=\"251\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ebe70a25b\" wfd-id=\"252\"><span class=\"tve_image_frame\" wfd-id=\"253\"><img class=\"tve_image wp-image-25564\" alt=\"\" width=\"142\" height=\"44\" title=\"logo_pawcity\" data-id=\"25564\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/logo_pawcity.png\"></span></div></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"236\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec313e743\" data-tcb_hover_state_parent=\"\" wfd-id=\"238\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone tcb-tablet-hidden tcb-mobile-hidden\" style=\"\" wfd-id=\"239\"><p data-css=\"tve-u-15f002fa8f6\"><span data-css=\"tve-u-15f0034f748\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"247\"><a href=\"#whatwedo\">What We Do</a></span>&nbsp; &nbsp; <span data-css=\"tve-u-15f003606db\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"246\"><a href=\"#testimonials\">Testimonials</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f003655f8\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"245\"><a href=\"#aboutus\">About Us</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f00369f5e\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"244\"><a href=\"#getyourcoupon\">Get Your Coupon</a></span>&nbsp; &nbsp; <span data-css=\"tve-u-15f0064f814\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"243\"><a href=\"#areaweserve\">Area We Serve</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f003784ab\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"242\"><a href=\"#contact\">Contact</a></span></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ebe8abb9e\" wfd-id=\"205\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ebe8a4d78\" data-clip-id=\"335f47a4c8f92\" wfd-id=\"231\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-left-335f47a4c8f92\" class=\"decoration-clip clip-path-left\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" pointer-width=\"6\" pointer-height=\"2.5\" style=\"curves\" decoration-type=\"none\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon><ellipse cx=\"0.025\" cy=\"0.029412\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.08823600000000001\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.14706\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.205884\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.264708\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.323532\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.38235600000000003\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.44118\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.500004\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.558828\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.617652\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.676476\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.7353000000000001\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.794124\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.852948\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.911772\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.970596\" rx=\"0.025\" ry=\"0.029412\"></ellipse></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ebe72c974\" wfd-id=\"206\"><div class=\"thrv_wrapper thrv-columns tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec318421d\" wfd-id=\"207\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-15ebe738fb8\" wfd-id=\"208\"><div class=\"tcb-flex-col\" wfd-id=\"228\"><div class=\"tcb-col\" data-css=\"tve-u-15ebe73226c\" wfd-id=\"230\"></div></div><div class=\"tcb-flex-col\" wfd-id=\"209\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ebe89fb7a\" wfd-id=\"211\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ebe827cb3\" wfd-id=\"212\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15ebe830a90\" data-clip-id=\"bb2526ca261ae\" wfd-id=\"227\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-left-bb2526ca261ae\" class=\"decoration-clip clip-path-left\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"divider\" pointer-width=\"5.7\" pointer-height=\"2.5\" style=\"curves\" slanted-angle=\"5\"><polygon points=\"0.025 0, 0.025 1, 1 1, 1 0\"></polygon><ellipse cx=\"0.025\" cy=\"0.027778\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.083334\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.13889\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.194446\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.250002\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.305558\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.361114\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.41667\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.47222600000000003\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.527782\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.583338\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.638894\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.69445\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.7500060000000001\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.805562\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.861118\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.916674\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.97223\" rx=\"0.025\" ry=\"0.027778\"></ellipse></clipPath><clipPath id=\"clip-tablet-left-bb2526ca261ae\" class=\"decoration-clip clip-path-tablet-left\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"divider\" pointer-width=\"5.7\" pointer-height=\"4\" style=\"curves\" slanted-angle=\"5\"><polygon points=\"0.04 0, 0.04 1, 1 1, 1 0\"></polygon><ellipse cx=\"0.04\" cy=\"0.027778\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.083334\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.13889\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.194446\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.250002\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.305558\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.361114\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.41667\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.47222600000000003\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.527782\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.583338\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.638894\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.69445\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.7500060000000001\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.805562\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.861118\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.916674\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.97223\" rx=\"0.04\" ry=\"0.027778\"></ellipse></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ebe80a9a1\" wfd-id=\"213\"><div class=\"tcb-clear\" data-css=\"tve-u-15ebe8ee6c0\" wfd-id=\"223\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15ebe8edca2\" data-tag=\"h1\" wfd-id=\"224\"><h1 data-css=\"tve-u-15ebe90cfb0\">Happy dogs =<br>â€‹â€‹â€‹â€‹â€‹happâ€‹â€‹â€‹â€‹y owners</h1></div></div><div class=\"tcb-clear\" data-css=\"tve-u-15ec30a8a14\" wfd-id=\"221\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ebe906677\" wfd-id=\"222\"><p data-css=\"tve-u-15ebe905473\">Offer your dog a premium walking experience</p></div></div><div class=\"tcb-clear\" data-css=\"tve-u-15ebe955aaa\" wfd-id=\"214\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ebe916c34\" wfd-id=\"215\">\n<div class=\"tve-content-box-background\" wfd-id=\"220\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ec3152b02\" wfd-id=\"216\"><div class=\"thrv_wrapper thrv-button tve_ea_thrive_lightbox\" data-css=\"tve-u-15ebe91a626\" data-tcb_hover_state_parent=\"false\" data-button-style=\"full_rounded\" wfd-id=\"217\">\n<a href=\"#\" class=\"tcb-button-link tve_evt_manager_listen tve_et_click\" data-tcb-events=\"__TCB_EVENT_[{&quot;config&quot;:{&quot;l_anim&quot;:&quot;zoom_in&quot;,&quot;l_id&quot;:&quot;265&quot;},&quot;a&quot;:&quot;thrive_lightbox&quot;,&quot;t&quot;:&quot;click&quot;}]_TNEVE_BCT__\">\n<span class=\"tcb-button-texts\" wfd-id=\"218\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-15ebe925072\" wfd-id=\"219\">Get -20% On Your First Walk</span></span>\n</a>\n</div></div>\n</div></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec3017516\" wfd-id=\"198\">\n<div class=\"tve-page-section-out\" wfd-id=\"204\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ebea3a693\" wfd-id=\"199\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15ebea49c0c\" id=\"whatwedo\" data-tag=\"h1\" wfd-id=\"203\"><h1 data-css=\"tve-u-15ebea42b31\" style=\"text-align: center;\">What We Do</h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2448fdb\" wfd-id=\"200\"><p data-css=\"tve-u-15ec2443105\" style=\"text-align: center;\">Our goal is to make sure the owners are comforted, the pups are exercised and happy and that we are getting our own puppy fixes. But letâ€™s be honest- itâ€™s their world, weâ€™re just living in it! As a small team of experienced dog owners and lovers, we really get to know you and your dog and we canguarantee consistent and personal care that is equal to your love and attention. We are so excited to make you a part of the family!</p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" wfd-id=\"169\">\n<div class=\"tve-page-section-out\" wfd-id=\"197\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ee1211b9b\" wfd-id=\"170\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15ee121a6d1\" wfd-id=\"171\"><div class=\"tcb-flex-row tcb--cols--3 tcb-medium-wrap\" data-css=\"tve-u-15ee121fb1c\" wfd-id=\"172\"><div class=\"tcb-flex-col\" wfd-id=\"189\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ee1225fdf\" wfd-id=\"191\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec2477274\" wfd-id=\"195\"><span class=\"tve_image_frame\" wfd-id=\"196\"><img class=\"tve_image wp-image-1596\" alt=\"\" width=\"55\" height=\"73\" title=\"what_do_icon_01\" data-id=\"1596\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_01.png\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"194\"><p data-css=\"tve-u-15ec2481d17\"><strong>First Class Care</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"193\"><p data-css=\"tve-u-15ec2487407\">all the best for them</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2492191\" wfd-id=\"192\"><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"181\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ee1232726\" wfd-id=\"183\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec24ae116\" wfd-id=\"187\"><span class=\"tve_image_frame\" wfd-id=\"188\"><img class=\"tve_image wp-image-1597\" alt=\"\" width=\"73\" height=\"73\" title=\"what_do_icon_02\" data-id=\"1597\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_02.png\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"186\"><p data-css=\"tve-u-15ec2481d17\"><strong>Snacks Included</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"185\"><p data-css=\"tve-u-15ec2487407\">for your little one</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec3192f72\" wfd-id=\"184\"><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"173\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ee1237243\" wfd-id=\"175\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec24d5e15\" wfd-id=\"179\"><span class=\"tve_image_frame\" wfd-id=\"180\"><img class=\"tve_image wp-image-1598\" alt=\"\" width=\"65\" height=\"73\" title=\"what_do_icon_03\" data-id=\"1598\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_03.png\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"178\"><p data-css=\"tve-u-15ec2481d17\"><strong>Regularly walks</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"177\"><p data-css=\"tve-u-15ec2487407\">to keep them ealthy</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2492191\" wfd-id=\"176\"><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris.</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-15ec24f494c\" id=\"testimonials\" style=\"\" wfd-id=\"149\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ec24f97c0\" wfd-id=\"168\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec24f790d\" wfd-id=\"150\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15ec254985a\" style=\"\" wfd-id=\"151\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-15ec253a41f\" wfd-id=\"152\"><div class=\"tcb-flex-col\" wfd-id=\"156\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec253ef3a\" style=\"\" wfd-id=\"158\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec256e611\" style=\"\" wfd-id=\"161\"><p data-css=\"tve-u-15ec25610c7\"><span data-css=\"tve-u-15ec268a0a3\" style=\"font-size: 45px; color: rgb(89, 171, 227);\" wfd-id=\"166\"><span data-css=\"tve-u-15ec26760e9\" style=\"font-family: ABeeZee;\" wfd-id=\"167\">â€</span></span><span data-css=\"tve-u-15ec256b908\" style=\"font-family: &quot;Amatic SC&quot;;\" wfd-id=\"165\">&nbsp; &nbsp; &nbsp;</span><span data-css=\"tve-u-15ec2680494\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"163\"><span data-css=\"tve-u-15ec269379d\" style=\"font-size: 45px;\" wfd-id=\"164\">my chester enjoys being with them!</span> &nbsp; &nbsp;&nbsp;</span><span data-css=\"tve-u-15ec255fe12\" style=\"font-family: ABeeZee; font-weight: 400; color: rgb(89, 171, 227); font-size: 45px;\" wfd-id=\"162\">â€</span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2698d8d\" wfd-id=\"160\"><p data-css=\"tve-u-160266880a0\">We LOVE going for walks with our friends at Paw! Donâ€™t tell our mom &amp; dad,but we get really excited when they leave for work because we know it wonâ€™t be long before we get a visit from one of our favorite friends at PawCity! Best part is, they always let our parents know how ourwalk went right away so they dont have to worry about us!</p><p data-css=\"tve-u-15ec269736c\">We love you PawCity!! xoxo</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec26ab7b0\" style=\"\" wfd-id=\"159\"><p data-css=\"tve-u-15ec26a92a2\"><strong>Anna Olson</strong>, Chesterâ€™s Mom</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"153\"><div class=\"tcb-col\" wfd-id=\"155\"></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec26c390a\" id=\"aboutus\" wfd-id=\"140\">\n<div class=\"tve-page-section-out\" wfd-id=\"148\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec26b9914\" wfd-id=\"141\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15ee1037a1d\" data-tag=\"h1\" wfd-id=\"145\"><h1 data-css=\"tve-u-15ec26bd2e8\">About us</h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec31ba260\" wfd-id=\"142\"><p data-css=\"tve-u-15ec2443105\" style=\"text-align: center;\">At PawCity, we lead lives full of the unconditional love and happiness we receive from the furballs we get to spend time with everyday and we have this beautiful city and all the beautiful people in it to thank. We love you and your pups!!</p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec26ec232\" wfd-id=\"109\">\n<div class=\"tve-page-section-out\" wfd-id=\"139\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec26e5812\" wfd-id=\"110\"><div class=\"thrv_wrapper thrv-columns tcb-window-width\" style=\"width: 1603px; left: -1px;\" data-css=\"tve-u-15ee106257d\" wfd-id=\"111\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2\" data-css=\"tve-u-15ec26fee25\" wfd-id=\"112\"><div class=\"tcb-flex-col c-33\" wfd-id=\"134\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec2a38bfd\" wfd-id=\"136\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec2a33d71\" wfd-id=\"137\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"138\"><img class=\"tve_image wp-image-7399\" alt=\"\" width=\"830\" height=\"775\" title=\"about_us_dog\" data-id=\"7399\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/about_us_dog.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col c-66\" wfd-id=\"113\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec27075e1\" wfd-id=\"115\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160309f3e5d\" wfd-id=\"128\">\n<div class=\"tve-content-box-background\" wfd-id=\"133\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160309b397d\" wfd-id=\"129\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-160309b00b4\" data-float=\"1\" wfd-id=\"131\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"132\"><img class=\"tve_image wp-image-7404\" alt=\"\" width=\"64\" height=\"64\" title=\"dog_paw\" data-id=\"7404\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/dog_paw.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16030a08afd\" wfd-id=\"130\"><p>We moved to New York City with our black bulldog rescue, Blakely, in 2007 after graduating from the University of Maryland. Immediately, we realized what a dog-crazy place it was.</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160309f6c04\" wfd-id=\"122\">\n<div class=\"tve-content-box-background\" wfd-id=\"127\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160309b397d\" wfd-id=\"123\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-160309ddca8\" data-float=\"1\" wfd-id=\"125\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"126\"><img class=\"tve_image wp-image-7403\" alt=\"\" width=\"64\" height=\"64\" title=\"dog_house\" data-id=\"7403\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/dog_house.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16030a09626\" wfd-id=\"124\"><p>We knew right away that we wanted to work with the animals that we loved and that had given us so much love since we were little girls. We started PawCity Dog Walking in July of 2010.</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16030975307\" wfd-id=\"116\">\n<div class=\"tve-content-box-background\" wfd-id=\"121\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160309b397d\" wfd-id=\"117\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16030a013d7\" data-float=\"1\" wfd-id=\"119\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"120\"><img class=\"tve_image wp-image-7405\" alt=\"\" width=\"64\" height=\"64\" title=\"spinning_wheel\" data-id=\"7405\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/spinning_wheel.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160309b344b\" wfd-id=\"118\"><p>We cover the entire width of the East Side, from 96th Street to Delancey and handle every type of personality imaginable. At PawCity, we lead lives full of the unconditional love and happiness we receive from the furballs we get to spend time with everyday.</p></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" data-css=\"tve-u-15ec2a56438\" style=\"width: 1603px; left: 0px;\" id=\"getyourcoupon\" wfd-id=\"89\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ec2a5bb35\" wfd-id=\"108\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec2a5540e\" wfd-id=\"90\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ec2a80647\" wfd-id=\"91\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15ec2a9b8a9\" wfd-id=\"107\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ec2a81a9f\" wfd-id=\"92\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2a6f589\" wfd-id=\"103\"><p data-css=\"tve-u-15ec2a6b447\"><span data-css=\"tve-u-15ec2a6d9d8\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"106\"><strong>Get Your Coupon</strong></span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2aaa9a4\" wfd-id=\"99\"><p data-css=\"tve-u-15ec2ab1d6d\">We strive to keep both you and your pup as happy and comfortable as possible while youâ€™re out earning those big bucks.</p><p data-css=\"tve-u-15ec2ab1d82\"><br></p><p data-css=\"tve-u-15ec2aa8e2e\"><strong>Get <span data-css=\"tve-u-15ec2aafa24\" style=\"color: rgb(89, 171, 227);\" wfd-id=\"102\">20%</span> off your first walk. Enter your email and we\'ll send you your coupon.</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ec2abe257\" wfd-id=\"93\">\n<div class=\"tve-content-box-background\" wfd-id=\"98\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ec2acb421\" wfd-id=\"94\"><div class=\"thrv_wrapper thrv-button tve_ea_thrive_lightbox\" data-css=\"tve-u-15ec2ac01df\" data-tcb_hover_state_parent=\"false\" data-button-style=\"full_rounded\" wfd-id=\"95\">\n<a href=\"#\" class=\"tcb-button-link tve_evt_manager_listen tve_et_click\" data-tcb-events=\"__TCB_EVENT_[{&quot;config&quot;:{&quot;l_anim&quot;:&quot;zoom_in&quot;,&quot;l_id&quot;:&quot;265&quot;},&quot;a&quot;:&quot;thrive_lightbox&quot;,&quot;t&quot;:&quot;click&quot;}]_TNEVE_BCT__\">\n<span class=\"tcb-button-texts\" wfd-id=\"96\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-15ebe925072\" wfd-id=\"97\">Get Your Coupon Now</span></span>\n</a>\n</div></div>\n</div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-15ec2b0a32a\" id=\"areaweserve\" wfd-id=\"60\">\n<div class=\"tve-page-section-out\" wfd-id=\"88\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15f76fcb7df\" wfd-id=\"61\"><div class=\"thrv_wrapper thrv-columns\" style=\"\" data-css=\"tve-u-15ee103f44a\" wfd-id=\"62\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--3\" data-css=\"tve-u-15ec2ae8715\" wfd-id=\"63\"><div class=\"tcb-flex-col\" wfd-id=\"77\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec2b37666\" wfd-id=\"79\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"84\"><p data-css=\"tve-u-15ec2af6c4b\"><span data-css=\"tve-u-15ec2af6c4e\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"87\">areaS we serve</span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"80\"><p>As a small team of experienced dog owners and lovers, we really get to know you and your dog and we canguarantee consistent and personal care that is equal to your love and attention.</p><p><br></p><p><strong><span data-css=\"tve-u-15ec2afed17\" style=\"color: rgb(89, 171, 227);\" wfd-id=\"83\">We are so excited to make you a part of the family!</span></strong></p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"73\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec2b33f06\" wfd-id=\"75\"><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-15ec2b3b468\" wfd-id=\"76\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=825 South Kings Highwa&amp;t=m&amp;z=11&amp;output=embed&amp;iwloc=near\"></iframe>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"64\"><div class=\"tcb-col\" data-css=\"tve-u-1689d1dcf7d\" wfd-id=\"66\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1689d19a7e4\" wfd-id=\"67\"><div class=\"tcb-flex-row tcb--cols--1\" data-css=\"tve-u-1689d19b8cb\" wfd-id=\"68\"><div class=\"tcb-flex-col\" wfd-id=\"69\"><div class=\"tcb-col\" wfd-id=\"71\"><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-1689d1a19d6\" wfd-id=\"72\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=2090 SW 71 Terrace&amp;t=m&amp;z=10&amp;output=embed&amp;iwloc=near\"></iframe>\n</div></div></div></div></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" data-css=\"tve-u-15ec2b5d54c\" style=\"width: 1603px; left: 0px;\" id=\"contact\" wfd-id=\"21\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ec2b56fac\" wfd-id=\"59\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec2b54c99\" wfd-id=\"22\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1602b31dfcd\" wfd-id=\"23\"><div class=\"tcb-flex-row tcb-resized tcb-medium-wrap tcb--cols--3\" data-css=\"tve-u-1602b37ce9d\" wfd-id=\"24\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1602be453ec\" style=\"\" wfd-id=\"53\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"55\"><div class=\"tcb-clear\" data-css=\"tve-u-1602bff3cd5\" wfd-id=\"56\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec2b6e126\" wfd-id=\"57\"><span class=\"tve_image_frame\" wfd-id=\"58\"><img class=\"tve_image wp-image-25564\" alt=\"\" width=\"142\" height=\"44\" title=\"logo_pawcity\" data-id=\"25564\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/logo_pawcity.png\"></span></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1602be45437\" style=\"\" wfd-id=\"39\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1602be56dfc\" wfd-id=\"41\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1602bfebaf9\" wfd-id=\"42\">\n<div class=\"tve-content-box-background\" wfd-id=\"52\"></div>\n<div class=\"tve-cb\" wfd-id=\"43\"><div class=\"tcb-clear\" data-css=\"tve-u-1602bf36e2c\" wfd-id=\"49\"><div class=\"thrv_wrapper tve_image_caption tcb-mobile-hidden\" data-css=\"tve-u-1602be7db66\" data-float=\"1\" wfd-id=\"50\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"51\"><img class=\"tve_image wp-image-7369\" alt=\"\" width=\"64\" height=\"64\" title=\"location\" data-id=\"7369\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/location.png\" style=\"width: 100%;\"></span></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1602bf25f10\" wfd-id=\"44\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1602befe215\" wfd-id=\"45\"><p data-css=\"tve-u-1602bfa220e\"><strong><span data-css=\"tve-u-1602b324a9b\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"48\">67 E. 3rd Street</span></strong><span data-css=\"tve-u-1602b324a9c\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"47\"> </span><span data-css=\"tve-u-1602b324ab9\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"46\">Suite B New York, NY 10003</span></p></div></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1602be4545b\" style=\"\" wfd-id=\"25\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"27\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1602bfea280\" wfd-id=\"28\">\n<div class=\"tve-content-box-background\" wfd-id=\"38\"></div>\n<div class=\"tve-cb\" wfd-id=\"29\"><div class=\"tcb-clear\" data-css=\"tve-u-1602bfc4bea\" wfd-id=\"35\"><div class=\"thrv_wrapper tve_image_caption tcb-mobile-hidden\" data-css=\"tve-u-1602bec144e\" data-float=\"1\" wfd-id=\"36\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"37\"><img class=\"tve_image wp-image-7370\" alt=\"\" width=\"64\" height=\"64\" title=\"phone\" data-id=\"7370\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/phone.png\" style=\"width: 100%;\"></span></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1602bfc74c3\" wfd-id=\"30\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1602b332fd9\" data-float=\"1\" wfd-id=\"31\"><p><strong><span data-css=\"tve-u-1602b324a9b\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"34\">080</span></strong><span data-css=\"tve-u-1602b324a9c\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"33\"> </span><span data-css=\"tve-u-1602b324ab9\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"32\">708 5583</span></p></div></div></div>\n</div></div></div></div></div></div>\n</div>'),(4900,462,'tve_revision_tve_has_wistia_popover','0'),(4906,465,'_wp_attached_file','2019/01/Blackhawk_custom_header.png'),(4907,465,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:384;s:6:\"height\";i:62;s:4:\"file\";s:35:\"2019/01/Blackhawk_custom_header.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"Blackhawk_custom_header-150x62.png\";s:5:\"width\";i:150;s:6:\"height\";i:62;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"Blackhawk_custom_header-300x48.png\";s:5:\"width\";i:300;s:6:\"height\";i:48;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:34:\"Blackhawk_custom_header-300x62.png\";s:5:\"width\";i:300;s:6:\"height\";i:62;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:1;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:34:\"Blackhawk_custom_header-100x62.png\";s:5:\"width\";i:100;s:6:\"height\";i:62;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:34:\"Blackhawk_custom_header-300x62.png\";s:5:\"width\";i:300;s:6:\"height\";i:62;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:34:\"Blackhawk_custom_header-100x62.png\";s:5:\"width\";i:100;s:6:\"height\";i:62;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4908,466,'tve_revision_tve_landing_page','tcb2-one-page-site-dog-walking'),(4909,466,'tve_revision_tve_disable_theme_dependency',''),(4910,466,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1689d58731a\" wfd-id=\"265\"><div class=\"tve-page-section-out\" data-css=\"tve-u-15ebe5d7b44\" wfd-id=\"297\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ebe51d596\" wfd-id=\"266\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15ec3055cca\" wfd-id=\"267\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2\" data-css=\"tve-u-15ebe8a2edd\" wfd-id=\"268\"><div class=\"tcb-flex-col\" wfd-id=\"281\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec30518d3\" wfd-id=\"283\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ebe70a25b\" wfd-id=\"295\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"296\"><img class=\"tve_image wp-image-465\" alt=\"\" width=\"300\" height=\"48\" title=\"Blackhawk_custom_header\" data-id=\"465\" src=\"https://bestcerakoteflorida.com/wp-content/uploads/2019/01/Blackhawk_custom_header-300x48.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1689d5be595\" wfd-id=\"284\">\n<div class=\"tve-content-box-background\" wfd-id=\"294\"></div>\n<div class=\"tve-cb\" wfd-id=\"285\"><div class=\"thrv_wrapper thrv-button tcb-with-icon\" data-css=\"tve-u-1689d5c3106\" data-tcb_hover_state_parent=\"\" data-button-style=\"rounded\" wfd-id=\"286\">\n<a href=\"tel:19548481911\" class=\"tcb-button-link\" rel=\"\"><span class=\"tcb-button-icon\" wfd-id=\"292\">\n<div class=\"thrv_wrapper thrv_icon tve_no_drag tve_no_icons tcb-icon-inherit-style\" wfd-id=\"293\">\n<svg data-name=\"credit-card\" class=\"tcb-icon\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 18 14\" xml:space=\"preserve\" preserveAspectRatio=\"none slice\">\n<g>\n<path d=\"M17.5,1.9v10.6c0,0.8-0.6,1.4-1.4,1.4h-14c-0.8,0-1.4-0.6-1.4-1.4V1.9c0-0.8,0.6-1.4,1.4-1.4h14 C16.9,0.5,17.5,1.1,17.5,1.9z M1.9,1.9v2h14.5v-2c0-0.1-0.1-0.3-0.3-0.3h-14C2,1.6,1.9,1.7,1.9,1.9z M16.4,12.5V7.2H1.9v5.3 c0,0.1,0.1,0.3,0.3,0.3h14C16.3,12.8,16.4,12.6,16.4,12.5z M3,10.5h2.2v1.1H3V10.5z M6.3,10.5h3.4v1.1H6.3V10.5z\"></path>\n</g>\n</svg>\n</div>\n</span>\n<span class=\"tcb-button-texts\" wfd-id=\"287\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-1689d5ca073\" wfd-id=\"288\">Call Now To Reserve</span></span>\n</a>\n</div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"269\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec313e743\" data-tcb_hover_state_parent=\"\" wfd-id=\"271\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone tcb-tablet-hidden tcb-mobile-hidden\" style=\"\" wfd-id=\"272\"><p data-css=\"tve-u-15f002fa8f6\"><span data-css=\"tve-u-15f0034f748\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"280\"><a href=\"#whatwedo\">What We Do</a></span>&nbsp; &nbsp; <span data-css=\"tve-u-15f003606db\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"279\"><a href=\"#testimonials\">Testimonials</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f003655f8\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"278\"><a href=\"#aboutus\">About Us</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f00369f5e\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"277\"><a href=\"#getyourcoupon\">Get Your Coupon</a></span>&nbsp; &nbsp; <span data-css=\"tve-u-15f0064f814\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"276\"><a href=\"#areaweserve\">Area We Serve</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f003784ab\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"275\"><a href=\"#contact\">Contact</a></span></p></div></div></div></div></div></div></div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ebe8abb9e\" wfd-id=\"232\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ebe8a4d78\" data-clip-id=\"335f47a4c8f92\" wfd-id=\"264\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-left-335f47a4c8f92\" class=\"decoration-clip clip-path-left\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" pointer-width=\"6\" pointer-height=\"2.5\" style=\"curves\" decoration-type=\"none\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon><ellipse cx=\"0.025\" cy=\"0.029412\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.08823600000000001\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.14706\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.205884\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.264708\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.323532\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.38235600000000003\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.44118\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.500004\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.558828\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.617652\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.676476\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.7353000000000001\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.794124\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.852948\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.911772\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.970596\" rx=\"0.025\" ry=\"0.029412\"></ellipse></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ebe72c974\" wfd-id=\"233\"><div class=\"thrv_wrapper thrv-columns tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec318421d\" wfd-id=\"234\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-15ebe738fb8\" wfd-id=\"235\"><div class=\"tcb-flex-col\" wfd-id=\"261\"><div class=\"tcb-col\" data-css=\"tve-u-15ebe73226c\" wfd-id=\"263\"></div></div><div class=\"tcb-flex-col\" wfd-id=\"236\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ebe89fb7a\" wfd-id=\"238\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ebe827cb3\" wfd-id=\"239\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15ebe830a90\" data-clip-id=\"bb2526ca261ae\" wfd-id=\"260\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-left-bb2526ca261ae\" class=\"decoration-clip clip-path-left\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"divider\" pointer-width=\"5.7\" pointer-height=\"2.5\" style=\"curves\" slanted-angle=\"5\"><polygon points=\"0.025 0, 0.025 1, 1 1, 1 0\"></polygon><ellipse cx=\"0.025\" cy=\"0.027778\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.083334\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.13889\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.194446\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.250002\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.305558\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.361114\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.41667\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.47222600000000003\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.527782\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.583338\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.638894\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.69445\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.7500060000000001\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.805562\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.861118\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.916674\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.97223\" rx=\"0.025\" ry=\"0.027778\"></ellipse></clipPath><clipPath id=\"clip-tablet-left-bb2526ca261ae\" class=\"decoration-clip clip-path-tablet-left\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"divider\" pointer-width=\"5.7\" pointer-height=\"4\" style=\"curves\" slanted-angle=\"5\"><polygon points=\"0.04 0, 0.04 1, 1 1, 1 0\"></polygon><ellipse cx=\"0.04\" cy=\"0.027778\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.083334\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.13889\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.194446\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.250002\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.305558\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.361114\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.41667\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.47222600000000003\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.527782\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.583338\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.638894\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.69445\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.7500060000000001\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.805562\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.861118\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.916674\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.97223\" rx=\"0.04\" ry=\"0.027778\"></ellipse></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ebe80a9a1\" wfd-id=\"240\"><div class=\"tcb-clear\" data-css=\"tve-u-15ebe8ee6c0\" wfd-id=\"254\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15ebe8edca2\" data-tag=\"h1\" wfd-id=\"255\"><h1 data-css=\"tve-u-15ebe90cfb0\">Happy dogs =<br>â€‹â€‹â€‹â€‹â€‹happâ€‹â€‹â€‹â€‹y owners</h1></div></div><div class=\"tcb-clear\" data-css=\"tve-u-15ec30a8a14\" wfd-id=\"250\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ebe906677\" wfd-id=\"251\"><p data-css=\"tve-u-15ebe905473\">Offer your dog a premium walking experience</p></div></div><div class=\"tcb-clear\" data-css=\"tve-u-15ebe955aaa\" wfd-id=\"241\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ebe916c34\" wfd-id=\"242\">\n<div class=\"tve-content-box-background\" wfd-id=\"249\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ec3152b02\" wfd-id=\"243\"><div class=\"thrv_wrapper thrv-button tve_ea_thrive_lightbox\" data-css=\"tve-u-15ebe91a626\" data-tcb_hover_state_parent=\"false\" data-button-style=\"full_rounded\" wfd-id=\"244\">\n<a href=\"#\" class=\"tcb-button-link tve_evt_manager_listen tve_et_click\" data-tcb-events=\"__TCB_EVENT_[{&quot;config&quot;:{&quot;l_anim&quot;:&quot;zoom_in&quot;,&quot;l_id&quot;:&quot;265&quot;},&quot;a&quot;:&quot;thrive_lightbox&quot;,&quot;t&quot;:&quot;click&quot;}]_TNEVE_BCT__\">\n<span class=\"tcb-button-texts\" wfd-id=\"245\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-15ebe925072\" wfd-id=\"246\">Get -20% On Your First Walk</span></span>\n</a>\n</div></div>\n</div></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec3017516\" wfd-id=\"223\">\n<div class=\"tve-page-section-out\" wfd-id=\"231\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ebea3a693\" wfd-id=\"224\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15ebea49c0c\" id=\"whatwedo\" data-tag=\"h1\" wfd-id=\"228\"><h1 data-css=\"tve-u-15ebea42b31\" style=\"text-align: center;\">What We Do</h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2448fdb\" wfd-id=\"225\"><p data-css=\"tve-u-15ec2443105\" style=\"text-align: center;\">Our goal is to make sure the owners are comforted, the pups are exercised and happy and that we are getting our own puppy fixes. But letâ€™s be honest- itâ€™s their world, weâ€™re just living in it! As a small team of experienced dog owners and lovers, we really get to know you and your dog and we canguarantee consistent and personal care that is equal to your love and attention. We are so excited to make you a part of the family!</p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" wfd-id=\"188\">\n<div class=\"tve-page-section-out\" wfd-id=\"222\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ee1211b9b\" wfd-id=\"189\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15ee121a6d1\" wfd-id=\"190\"><div class=\"tcb-flex-row tcb--cols--3 tcb-medium-wrap\" data-css=\"tve-u-15ee121fb1c\" wfd-id=\"191\"><div class=\"tcb-flex-col\" wfd-id=\"212\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ee1225fdf\" wfd-id=\"214\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec2477274\" wfd-id=\"220\"><span class=\"tve_image_frame\" wfd-id=\"221\"><img class=\"tve_image wp-image-1596\" alt=\"\" width=\"55\" height=\"73\" title=\"what_do_icon_01\" data-id=\"1596\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_01.png\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"219\"><p data-css=\"tve-u-15ec2481d17\"><strong>First Class Care</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"218\"><p data-css=\"tve-u-15ec2487407\">all the best for them</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2492191\" wfd-id=\"215\"><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"202\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ee1232726\" wfd-id=\"204\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec24ae116\" wfd-id=\"210\"><span class=\"tve_image_frame\" wfd-id=\"211\"><img class=\"tve_image wp-image-1597\" alt=\"\" width=\"73\" height=\"73\" title=\"what_do_icon_02\" data-id=\"1597\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_02.png\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"209\"><p data-css=\"tve-u-15ec2481d17\"><strong>Snacks Included</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"208\"><p data-css=\"tve-u-15ec2487407\">for your little one</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec3192f72\" wfd-id=\"205\"><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"192\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ee1237243\" wfd-id=\"194\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec24d5e15\" wfd-id=\"200\"><span class=\"tve_image_frame\" wfd-id=\"201\"><img class=\"tve_image wp-image-1598\" alt=\"\" width=\"65\" height=\"73\" title=\"what_do_icon_03\" data-id=\"1598\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_03.png\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"199\"><p data-css=\"tve-u-15ec2481d17\"><strong>Regularly walks</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"198\"><p data-css=\"tve-u-15ec2487407\">to keep them ealthy</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2492191\" wfd-id=\"195\"><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris.</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-15ec24f494c\" id=\"testimonials\" style=\"\" wfd-id=\"164\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ec24f97c0\" wfd-id=\"187\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec24f790d\" wfd-id=\"165\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15ec254985a\" style=\"\" wfd-id=\"166\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-15ec253a41f\" wfd-id=\"167\"><div class=\"tcb-flex-col\" wfd-id=\"171\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec253ef3a\" style=\"\" wfd-id=\"173\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec256e611\" style=\"\" wfd-id=\"178\"><p data-css=\"tve-u-15ec25610c7\"><span data-css=\"tve-u-15ec268a0a3\" style=\"font-size: 45px; color: rgb(89, 171, 227);\" wfd-id=\"185\"><span data-css=\"tve-u-15ec26760e9\" style=\"font-family: ABeeZee;\" wfd-id=\"186\">â€</span></span><span data-css=\"tve-u-15ec256b908\" style=\"font-family: &quot;Amatic SC&quot;;\" wfd-id=\"184\">&nbsp; &nbsp; &nbsp;</span><span data-css=\"tve-u-15ec2680494\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"182\"><span data-css=\"tve-u-15ec269379d\" style=\"font-size: 45px;\" wfd-id=\"183\">my chester enjoys being with them!</span> &nbsp; &nbsp;&nbsp;</span><span data-css=\"tve-u-15ec255fe12\" style=\"font-family: ABeeZee; font-weight: 400; color: rgb(89, 171, 227); font-size: 45px;\" wfd-id=\"181\">â€</span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2698d8d\" wfd-id=\"175\"><p data-css=\"tve-u-160266880a0\">We LOVE going for walks with our friends at Paw! Donâ€™t tell our mom &amp; dad,but we get really excited when they leave for work because we know it wonâ€™t be long before we get a visit from one of our favorite friends at PawCity! Best part is, they always let our parents know how ourwalk went right away so they dont have to worry about us!</p><p data-css=\"tve-u-15ec269736c\">We love you PawCity!! xoxo</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec26ab7b0\" style=\"\" wfd-id=\"174\"><p data-css=\"tve-u-15ec26a92a2\"><strong>Anna Olson</strong>, Chesterâ€™s Mom</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"168\"><div class=\"tcb-col\" wfd-id=\"170\"></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec26c390a\" id=\"aboutus\" wfd-id=\"157\">\n<div class=\"tve-page-section-out\" wfd-id=\"163\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec26b9914\" wfd-id=\"158\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15ee1037a1d\" data-tag=\"h1\" wfd-id=\"160\"><h1 data-css=\"tve-u-15ec26bd2e8\">About us</h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec31ba260\" wfd-id=\"159\"><p data-css=\"tve-u-15ec2443105\" style=\"text-align: center;\">At PawCity, we lead lives full of the unconditional love and happiness we receive from the furballs we get to spend time with everyday and we have this beautiful city and all the beautiful people in it to thank. We love you and your pups!!</p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec26ec232\" wfd-id=\"120\">\n<div class=\"tve-page-section-out\" wfd-id=\"156\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec26e5812\" wfd-id=\"121\"><div class=\"thrv_wrapper thrv-columns tcb-window-width\" style=\"width: 1603px; left: -1px;\" data-css=\"tve-u-15ee106257d\" wfd-id=\"122\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2\" data-css=\"tve-u-15ec26fee25\" wfd-id=\"123\"><div class=\"tcb-flex-col c-33\" wfd-id=\"151\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec2a38bfd\" wfd-id=\"153\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec2a33d71\" wfd-id=\"154\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"155\"><img class=\"tve_image wp-image-7399\" alt=\"\" width=\"830\" height=\"775\" title=\"about_us_dog\" data-id=\"7399\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/about_us_dog.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col c-66\" wfd-id=\"124\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec27075e1\" wfd-id=\"126\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160309f3e5d\" wfd-id=\"143\">\n<div class=\"tve-content-box-background\" wfd-id=\"150\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160309b397d\" wfd-id=\"144\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-160309b00b4\" data-float=\"1\" wfd-id=\"148\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"149\"><img class=\"tve_image wp-image-7404\" alt=\"\" width=\"64\" height=\"64\" title=\"dog_paw\" data-id=\"7404\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/dog_paw.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16030a08afd\" wfd-id=\"145\"><p>We moved to New York City with our black bulldog rescue, Blakely, in 2007 after graduating from the University of Maryland. Immediately, we realized what a dog-crazy place it was.</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160309f6c04\" wfd-id=\"135\">\n<div class=\"tve-content-box-background\" wfd-id=\"142\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160309b397d\" wfd-id=\"136\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-160309ddca8\" data-float=\"1\" wfd-id=\"140\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"141\"><img class=\"tve_image wp-image-7403\" alt=\"\" width=\"64\" height=\"64\" title=\"dog_house\" data-id=\"7403\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/dog_house.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16030a09626\" wfd-id=\"137\"><p>We knew right away that we wanted to work with the animals that we loved and that had given us so much love since we were little girls. We started PawCity Dog Walking in July of 2010.</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16030975307\" wfd-id=\"127\">\n<div class=\"tve-content-box-background\" wfd-id=\"134\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160309b397d\" wfd-id=\"128\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16030a013d7\" data-float=\"1\" wfd-id=\"132\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"133\"><img class=\"tve_image wp-image-7405\" alt=\"\" width=\"64\" height=\"64\" title=\"spinning_wheel\" data-id=\"7405\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/spinning_wheel.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160309b344b\" wfd-id=\"129\"><p>We cover the entire width of the East Side, from 96th Street to Delancey and handle every type of personality imaginable. At PawCity, we lead lives full of the unconditional love and happiness we receive from the furballs we get to spend time with everyday.</p></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" data-css=\"tve-u-15ec2a56438\" style=\"width: 1603px; left: 0px;\" id=\"getyourcoupon\" wfd-id=\"98\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ec2a5bb35\" wfd-id=\"119\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec2a5540e\" wfd-id=\"99\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ec2a80647\" wfd-id=\"100\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15ec2a9b8a9\" wfd-id=\"118\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ec2a81a9f\" wfd-id=\"101\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2a6f589\" wfd-id=\"114\"><p data-css=\"tve-u-15ec2a6b447\"><span data-css=\"tve-u-15ec2a6d9d8\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"117\"><strong>Get Your Coupon</strong></span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2aaa9a4\" wfd-id=\"110\"><p data-css=\"tve-u-15ec2ab1d6d\">We strive to keep both you and your pup as happy and comfortable as possible while youâ€™re out earning those big bucks.</p><p data-css=\"tve-u-15ec2ab1d82\"><br></p><p data-css=\"tve-u-15ec2aa8e2e\"><strong>Get <span data-css=\"tve-u-15ec2aafa24\" style=\"color: rgb(89, 171, 227);\" wfd-id=\"113\">20%</span> off your first walk. Enter your email and we\'ll send you your coupon.</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ec2abe257\" wfd-id=\"102\">\n<div class=\"tve-content-box-background\" wfd-id=\"109\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ec2acb421\" wfd-id=\"103\"><div class=\"thrv_wrapper thrv-button tve_ea_thrive_lightbox\" data-css=\"tve-u-15ec2ac01df\" data-tcb_hover_state_parent=\"false\" data-button-style=\"full_rounded\" wfd-id=\"104\">\n<a href=\"#\" class=\"tcb-button-link tve_evt_manager_listen tve_et_click\" data-tcb-events=\"__TCB_EVENT_[{&quot;config&quot;:{&quot;l_anim&quot;:&quot;zoom_in&quot;,&quot;l_id&quot;:&quot;265&quot;},&quot;a&quot;:&quot;thrive_lightbox&quot;,&quot;t&quot;:&quot;click&quot;}]_TNEVE_BCT__\">\n<span class=\"tcb-button-texts\" wfd-id=\"105\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-15ebe925072\" wfd-id=\"106\">Get Your Coupon Now</span></span>\n</a>\n</div></div>\n</div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-15ec2b0a32a\" id=\"areaweserve\" wfd-id=\"69\">\n<div class=\"tve-page-section-out\" wfd-id=\"97\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15f76fcb7df\" wfd-id=\"70\"><div class=\"thrv_wrapper thrv-columns\" style=\"\" data-css=\"tve-u-15ee103f44a\" wfd-id=\"71\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--3\" data-css=\"tve-u-15ec2ae8715\" wfd-id=\"72\"><div class=\"tcb-flex-col\" wfd-id=\"86\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec2b37666\" wfd-id=\"88\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"93\"><p data-css=\"tve-u-15ec2af6c4b\"><span data-css=\"tve-u-15ec2af6c4e\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"96\">areaS we serve</span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"89\"><p>As a small team of experienced dog owners and lovers, we really get to know you and your dog and we canguarantee consistent and personal care that is equal to your love and attention.</p><p><br></p><p><strong><span data-css=\"tve-u-15ec2afed17\" style=\"color: rgb(89, 171, 227);\" wfd-id=\"92\">We are so excited to make you a part of the family!</span></strong></p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"82\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec2b33f06\" wfd-id=\"84\"><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-15ec2b3b468\" wfd-id=\"85\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=825 South Kings Highwa&amp;t=m&amp;z=11&amp;output=embed&amp;iwloc=near\"></iframe>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"73\"><div class=\"tcb-col\" data-css=\"tve-u-1689d1dcf7d\" wfd-id=\"75\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1689d19a7e4\" wfd-id=\"76\"><div class=\"tcb-flex-row tcb--cols--1\" data-css=\"tve-u-1689d19b8cb\" wfd-id=\"77\"><div class=\"tcb-flex-col\" wfd-id=\"78\"><div class=\"tcb-col\" wfd-id=\"80\"><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-1689d1a19d6\" wfd-id=\"81\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=2090 SW 71 Terrace&amp;t=m&amp;z=10&amp;output=embed&amp;iwloc=near\"></iframe>\n</div></div></div></div></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" data-css=\"tve-u-15ec2b5d54c\" style=\"width: 1603px; left: 0px;\" id=\"contact\" wfd-id=\"28\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ec2b56fac\" wfd-id=\"68\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec2b54c99\" wfd-id=\"29\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1602b31dfcd\" wfd-id=\"30\"><div class=\"tcb-flex-row tcb-resized tcb-medium-wrap tcb--cols--3\" data-css=\"tve-u-1602b37ce9d\" wfd-id=\"31\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1602be453ec\" style=\"\" wfd-id=\"62\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"64\"><div class=\"tcb-clear\" data-css=\"tve-u-1602bff3cd5\" wfd-id=\"65\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec2b6e126\" wfd-id=\"66\"><span class=\"tve_image_frame\" wfd-id=\"67\"><img class=\"tve_image wp-image-25564\" alt=\"\" width=\"142\" height=\"44\" title=\"logo_pawcity\" data-id=\"25564\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/logo_pawcity.png\"></span></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1602be45437\" style=\"\" wfd-id=\"46\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1602be56dfc\" wfd-id=\"48\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1602bfebaf9\" wfd-id=\"49\">\n<div class=\"tve-content-box-background\" wfd-id=\"61\"></div>\n<div class=\"tve-cb\" wfd-id=\"50\"><div class=\"tcb-clear\" data-css=\"tve-u-1602bf36e2c\" wfd-id=\"58\"><div class=\"thrv_wrapper tve_image_caption tcb-mobile-hidden\" data-css=\"tve-u-1602be7db66\" data-float=\"1\" wfd-id=\"59\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"60\"><img class=\"tve_image wp-image-7369\" alt=\"\" width=\"64\" height=\"64\" title=\"location\" data-id=\"7369\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/location.png\" style=\"width: 100%;\"></span></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1602bf25f10\" wfd-id=\"51\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1602befe215\" wfd-id=\"52\"><p data-css=\"tve-u-1602bfa220e\"><strong><span data-css=\"tve-u-1602b324a9b\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"57\">67 E. 3rd Street</span></strong><span data-css=\"tve-u-1602b324a9c\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"56\"> </span><span data-css=\"tve-u-1602b324ab9\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"55\">Suite B New York, NY 10003</span></p></div></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1602be4545b\" style=\"\" wfd-id=\"32\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"34\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1602bfea280\" wfd-id=\"35\">\n<div class=\"tve-content-box-background\" wfd-id=\"45\"></div>\n<div class=\"tve-cb\" wfd-id=\"36\"><div class=\"tcb-clear\" data-css=\"tve-u-1602bfc4bea\" wfd-id=\"42\"><div class=\"thrv_wrapper tve_image_caption tcb-mobile-hidden\" data-css=\"tve-u-1602bec144e\" data-float=\"1\" wfd-id=\"43\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"44\"><img class=\"tve_image wp-image-7370\" alt=\"\" width=\"64\" height=\"64\" title=\"phone\" data-id=\"7370\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/phone.png\" style=\"width: 100%;\"></span></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1602bfc74c3\" wfd-id=\"37\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1602b332fd9\" data-float=\"1\" wfd-id=\"38\"><p><strong><span data-css=\"tve-u-1602b324a9b\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"41\">080</span></strong><span data-css=\"tve-u-1602b324a9c\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"40\"> </span><span data-css=\"tve-u-1602b324ab9\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"39\">708 5583</span></p></div></div></div>\n</div></div></div></div></div></div>\n</div>'),(4911,466,'tve_revision_tve_content_more_found',''),(4912,466,'tve_revision_tve_save_post',''),(4913,466,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Special+Elite:400&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Montserrat:400,200,300&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Amatic+SC:400&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=ABeeZee:400&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-160309b397d\"]::after { clear: both; }[data-css=\"tve-u-160309b344b\"] { position: relative !important; margin-left: 100px !important; }[data-css=\"tve-u-160309b00b4\"] + div { clear: none; }[data-css=\"tve-u-160309b00b4\"] { float: none; width: 60px; position: absolute; margin-bottom: 0px !important; margin-top: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-16030975307\"] { max-width: 75%; margin-left: 80px !important; }[data-css=\"tve-u-1602bfa220e\"] { line-height: 1.85em !important; }[data-css=\"tve-u-1602be7db66\"] { float: left; width: 40px; z-index: 3; position: relative; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1602be56dfc\"]::after { clear: both; }[data-css=\"tve-u-1602be4545b\"] { max-width: 25%; }[data-css=\"tve-u-1602be45437\"] { max-width: 48.1%; }[data-css=\"tve-u-1602be453ec\"] { max-width: 26.9%; }[data-css=\"tve-u-1602b37ce9d\"] > .tcb-flex-col > .tcb-col { justify-content: center; }[data-css=\"tve-u-1602b332fd9\"] { max-width: 264px; position: relative; float: right; z-index: 3; width: 100%; padding-left: 1px !important; margin-top: 1px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1602b324a9c\"] { color: rgb(74, 163, 223) !important; }[data-css=\"tve-u-1602b324a9b\"] { color: rgb(74, 163, 223) !important; }[data-css=\"tve-u-1602b31dfcd\"] { max-width: 1296px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15f76fcb7df\"] { max-width: 100%; }[data-css=\"tve-u-15f0064f814\"] { color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-15ec313e743\"]:hover p, #tve_editor [data-css=\"tve-u-15ec313e743\"]:hover li, #tve_editor [data-css=\"tve-u-15ec313e743\"]:hover blockquote, #tve_editor [data-css=\"tve-u-15ec313e743\"]:hover address { color: rgb(89, 171, 227); }[data-css=\"tve-u-15f003784ab\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15f00369f5e\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15f003655f8\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15f003606db\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15f0034f748\"] { color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-15f002fa8f6\"] { color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-15ec313e743\"] p, #tve_editor [data-css=\"tve-u-15ec313e743\"] li, #tve_editor [data-css=\"tve-u-15ec313e743\"] blockquote, #tve_editor [data-css=\"tve-u-15ec313e743\"] address { font-size: 16px; }[data-css=\"tve-u-15ec313e743\"] { text-align: left; padding-left: 0px !important; margin-left: 0px !important; margin-right: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-15ee121fb1c\"] .tcb-flex-col { flex-basis: 285px !important; }[data-css=\"tve-u-15ec30a8a14\"]::after { clear: both; }#tve_editor [data-css=\"tve-u-15ebe90cfb0\"] { font-size: 96px !important; }[data-css=\"tve-u-15ee1237243\"] { box-shadow: rgba(73, 137, 181, 0.15) -3px 7px 69px 10px; }[data-css=\"tve-u-15ee1232726\"] { box-shadow: rgba(73, 137, 181, 0.15) -3px 7px 69px 10px; }[data-css=\"tve-u-15ee121fb1c\"] > .tcb-flex-col > .tcb-col { min-height: 503px; }[data-css=\"tve-u-15ee1225fdf\"] { box-shadow: rgba(73, 137, 181, 0.15) -3px 7px 69px 10px; }[data-css=\"tve-u-15ee121fb1c\"] { margin-left: -60px; min-height: inherit; }[data-css=\"tve-u-15ee121fb1c\"] > .tcb-flex-col { padding-left: 60px; }[data-css=\"tve-u-15ee121a6d1\"] { float: none; max-width: 1296px; text-align: center; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ee1211b9b\"] { max-width: 1603px; text-align: center; }[data-css=\"tve-u-15ec26fee25\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-15ee106257d\"] { max-width: 100%; }[data-css=\"tve-u-15ec3055cca\"] { max-width: 1370px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ee103f44a\"] { float: none; max-width: 1296px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ee1037a1d\"] { float: none; max-width: 1296px; margin-left: auto !important; margin-right: auto !important; }#tve_editor [data-css=\"tve-u-15ec2ac01df\"]:hover .tcb-button-link { box-shadow: rgba(73, 137, 181, 0.25) -3px 7px 73px 18px; background-color: rgb(149, 250, 201) !important; }#tve_editor [data-css=\"tve-u-15ebe91a626\"]:hover .tcb-button-link { box-shadow: rgba(73, 137, 181, 0.25) -3px 7px 73px 18px; border: 0px dashed rgb(255, 255, 255); background-color: rgb(149, 250, 201) !important; font-weight: normal !important; background-image: none !important; }[data-css=\"tve-u-15ebe8a2edd\"] > .tcb-flex-col > .tcb-col { justify-content: center; }[data-css=\"tve-u-15ec3017516\"] { margin-top: 60px !important; padding-bottom: 50px !important; }[data-css=\"tve-u-15ec2b6e126\"] { width: 142px; }[data-css=\"tve-u-15ec2b5d54c\"] { margin-top: 83px !important; }[data-css=\"tve-u-15ec2b56fac\"] { background-image: linear-gradient(rgb(25, 46, 60), rgb(25, 46, 60)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-15ec2b54c99\"] { max-width: 1586px; min-height: 100px !important; }[data-css=\"tve-u-15ec2b3b468\"] { box-shadow: rgba(89, 171, 227, 0.15) -3px 7px 69px 10px, rgba(0, 0, 0, 0.4) 0px 8px 12px 0px; border-top: none; margin: 0px 1px 1px 0px !important; }[data-css=\"tve-u-15ec2b37666\"] { margin-top: 114px !important; }[data-css=\"tve-u-15ec2b33f06\"] { text-align: left; padding: 70px 7px 7px !important; }[data-css=\"tve-u-15ec2b0a32a\"] { margin-top: 76px !important; }[data-css=\"tve-u-15ec2ae8715\"] > .tcb-flex-col { padding-left: 10px; }[data-css=\"tve-u-15ec2afed17\"] { color: rgb(89, 171, 227) !important; }[data-css=\"tve-u-15ec2ae8715\"] { float: none; max-width: 1453px; margin-left: -10px; margin-right: auto !important; padding-top: 15px !important; padding-bottom: 0px !important; padding-left: 15px !important; }[data-css=\"tve-u-15ec2acb421\"] { min-height: 162px; }[data-css=\"tve-u-15ec2aafa24\"] { color: rgb(89, 171, 227) !important; }[data-css=\"tve-u-15ec2aaa9a4\"] { float: none; max-width: 1440px; margin-left: auto !important; margin-right: auto !important; margin-top: 25px !important; }#tve_editor [data-css=\"tve-u-15ec2aa8e2e\"] { letter-spacing: 1px; color: rgb(255, 255, 255) !important; font-size: 20px !important; }[data-css=\"tve-u-15ec2a9b8a9\"] { border: 1px solid rgb(89, 171, 227) !important; }[data-css=\"tve-u-15ec2a81a9f\"] { min-height: 162px; }[data-css=\"tve-u-15ec2a80647\"] { float: none; max-width: 97%; margin-left: auto !important; margin-right: auto !important; margin-top: 55px !important; }[data-css=\"tve-u-15ec2a6f589\"] { float: none; max-width: 1440px; margin-top: 55px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2a6d9d8\"] { font-family: \"Amatic SC\" !important; font-weight: 400 !important; }#tve_editor [data-css=\"tve-u-15ec2a6b447\"] { color: rgb(89, 171, 227) !important; font-size: 70px !important; }[data-css=\"tve-u-15ec2a5bb35\"] { background-image: linear-gradient(rgba(28, 54, 85, 0.8), rgba(28, 54, 85, 0.8)), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/coupon_background.jpg\") !important; background-size: auto, cover !important; background-position: 0px 0px, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-15ec2a56438\"] { margin-top: 69px !important; }[data-css=\"tve-u-15ec2a5540e\"] { max-width: 100%; text-align: center; min-height: 561px !important; }[data-css=\"tve-u-15ec2a38bfd\"] { margin-right: 0px !important; padding-right: 0px !important; margin-left: 0px !important; }[data-css=\"tve-u-15ec2a33d71\"] { width: 830px; position: relative; top: 0px; left: 40px; z-index: 7; float: none; padding-right: 0px !important; padding-left: 0px !important; }[data-css=\"tve-u-15ec27075e1\"] { border-left: 1px solid rgb(232, 238, 241); border-top: 1px solid rgb(232, 238, 241); border-bottom: 1px solid rgb(232, 238, 241); }[data-css=\"tve-u-15ec26fee25\"] > .tcb-flex-col > .tcb-col { min-height: 612px; }[data-css=\"tve-u-15ec26fee25\"] { min-height: inherit; margin-left: 0px; padding-top: 0px !important; padding-bottom: 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-15ec26ec232\"] { margin-top: 66px !important; }[data-css=\"tve-u-15ec26e5812\"] { max-width: 100%; min-height: 586px !important; }[data-css=\"tve-u-15ec26c390a\"] { margin-top: 60px !important; }#tve_editor [data-css=\"tve-u-15ec26bd2e8\"] { color: rgb(24, 45, 60) !important; font-size: 70px !important; }[data-css=\"tve-u-15ec26b9914\"] { max-width: 1434px; text-align: center; }[data-css=\"tve-u-15ec26ab7b0\"] { margin-top: 67px !important; }#tve_editor [data-css=\"tve-u-15ec26a92a2\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15ec2698d8d\"] { float: none; max-width: 600px; margin-left: auto !important; margin-right: auto !important; margin-top: 30px !important; }#tve_editor [data-css=\"tve-u-15ec269736c\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15ec269379d\"] { font-size: 45px !important; }[data-css=\"tve-u-15ec268a0a3\"] { font-size: 45px !important; color: rgb(89, 171, 227) !important; }[data-css=\"tve-u-15ec256e611\"] { margin-top: 0px !important; }#tve_editor [data-css=\"tve-u-15ec25610c7\"] { font-size: 40px !important; color: rgb(89, 171, 227) !important; }[data-css=\"tve-u-15ec255fe12\"] { font-family: ABeeZee !important; font-weight: 400 !important; color: rgb(89, 171, 227) !important; font-size: 45px !important; }[data-css=\"tve-u-15ec254985a\"] { margin-right: 0px !important; }[data-css=\"tve-u-15ec253ef3a\"] { text-align: center; background-image: linear-gradient(rgba(24, 45, 60, 0.95), rgba(24, 45, 60, 0.95)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; margin-top: 0px !important; padding-top: 130px !important; padding-bottom: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-15ec253a41f\"] > .tcb-flex-col > .tcb-col { min-height: 661px; }[data-css=\"tve-u-15ec253a41f\"] { min-height: inherit; float: none; max-width: 1474px; z-index: 3; position: relative; padding-top: 0px !important; padding-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; padding-right: 0px !important; }[data-css=\"tve-u-15ec24f97c0\"] { background-image: linear-gradient(rgba(42, 51, 68, 0.1), rgba(42, 51, 68, 0.1)), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/testimonial_bg.jpg\") !important; background-size: auto, cover !important; background-position: 0px 0px, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-15ec24f790d\"] { min-height: 661px !important; }[data-css=\"tve-u-15ec24f494c\"] { margin-top: 60px !important; }[data-css=\"tve-u-15ec24d5e15\"] + div { clear: none; }[data-css=\"tve-u-15ec24d5e15\"] { float: none; width: 65px; margin-left: auto !important; margin-right: auto !important; margin-top: 40px !important; }[data-css=\"tve-u-15ec24ae116\"] + div { clear: none; }[data-css=\"tve-u-15ec24ae116\"] { float: none; width: 73px; margin-left: auto !important; margin-right: auto !important; margin-top: 40px !important; }[data-css=\"tve-u-15ec249b3f6\"] { line-height: 1.9em !important; }[data-css=\"tve-u-15ec2492191\"] { margin-left: 25px !important; margin-right: 25px !important; margin-top: 25px !important; }#tve_editor [data-css=\"tve-u-15ec2487407\"] { text-transform: uppercase !important; color: rgb(135, 156, 171) !important; font-size: 17px !important; }#tve_editor [data-css=\"tve-u-15ec2481d17\"] { font-size: 20px !important; }[data-css=\"tve-u-15ec2477274\"] + div { clear: none; }[data-css=\"tve-u-15ec2477274\"] { float: none; width: 55px; margin-left: auto !important; margin-right: auto !important; margin-top: 40px !important; }[data-css=\"tve-u-15ec2448fdb\"] { float: none; max-width: 1296px; margin-top: 10px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2443105\"] { line-height: 1.8em !important; }[data-css=\"tve-u-15ebea49c0c\"] { float: none; max-width: 1440px; margin-left: auto !important; margin-right: auto !important; margin-top: 0px !important; }#tve_editor [data-css=\"tve-u-15ebea42b31\"] { color: rgb(24, 45, 60) !important; font-size: 70px !important; }[data-css=\"tve-u-15ebea3a693\"] { max-width: 1434px; }[data-css=\"tve-u-15ebe955aaa\"]::after { clear: both; }#tve_editor [data-css=\"tve-u-15ebe925072\"] { font-family: Montserrat; letter-spacing: 0px; font-weight: 400; font-size: 20px !important; color: rgb(24, 45, 60) !important; }[data-css=\"tve-u-15ebe91a626\"] { display: block; max-width: 423px; margin-left: 50px !important; margin-right: 0px !important; }[data-css=\"tve-u-15ebe91a626\"] .tcb-button-link { border-radius: 200px; min-height: 67.1429px; font-size: 1.6em; padding-top: 0px; padding-bottom: 0px; background-color: rgb(105, 240, 174) !important; padding-left: 15px !important; background-image: none !important; }[data-css=\"tve-u-15ebe916c34\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 733px; }[data-css=\"tve-u-15ebe90cfb0\"] { line-height: 1.1em !important; }[data-css=\"tve-u-15ebe906677\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 669px; margin-left: 50px !important; margin-top: 40px !important; }#tve_editor [data-css=\"tve-u-15ebe905473\"] { font-size: 22px !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15ebe8ee6c0\"]::after { clear: both; }[data-css=\"tve-u-15ebe8edca2\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 722px; padding-left: 0px !important; margin-left: 50px !important; margin-top: 104px !important; }[data-css=\"tve-u-15ebe8abb9e\"] { padding: 0px !important; }[data-css=\"tve-u-15ebe8a4d78\"] { clip-path: url(\"#clip-left-335f47a4c8f92\"); -webkit-clip-path: url(\"#clip-left-335f47a4c8f92\");  }[data-css=\"tve-u-15ebe8a2edd\"] { padding-bottom: 0px !important; padding-top: 0px !important; }[data-css=\"tve-u-15ebe89fb7a\"] { margin-left: -35px !important; }[data-css=\"tve-u-15ebe830a90\"] { clip-path: url(\"#clip-left-bb2526ca261ae\"); -webkit-clip-path: url(\"#clip-left-bb2526ca261ae\");  background-image: linear-gradient(rgb(89, 171, 227), rgb(89, 171, 227)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-15ebe827cb3\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 0px !important; }[data-css=\"tve-u-15ebe80a9a1\"] { min-height: 729px; }[data-css=\"tve-u-15ebe738fb8\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-15ebe738fb8\"] > .tcb-flex-col > .tcb-col { min-height: 729px; }[data-css=\"tve-u-15ebe738fb8\"] { min-height: inherit; margin-left: 0px; padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-15ebe73226c\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/header_image-1.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-15ebe72c974\"] { max-width: 1620px; }[data-css=\"tve-u-15ebe70a25b\"] { width: 254px; margin: 0px auto !important; padding-left: 0px !important; float: none; }[data-css=\"tve-u-15ebe5d7b44\"] { background-image: linear-gradient(rgb(24, 45, 60), rgb(24, 45, 60)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-15ebe51d596\"] { max-width: 100%; min-height: 100px !important; }#tcb_landing_page h3 { font-family: Montserrat; font-weight: 200; font-size: 20px; color: rgb(24, 45, 60); }#tcb_landing_page h2 { font-family: \"Amatic SC\"; font-weight: 400; font-size: 70px; color: rgb(24, 45, 60); }#tcb_landing_page h1 { font-family: \"Amatic SC\"; font-weight: 400; font-size: 96px; color: rgb(255, 255, 255); }#tcb_landing_page p, #tcb_landing_page li { font-family: Montserrat; font-weight: 200; color: rgb(24, 45, 60); font-size: 18px; line-height: 1.667em; }[data-css=\"tve-u-15e09c94f7d\"] { background-color: rgb(255, 255, 255); }[data-css=\"tve-u-15ec256b908\"] { font-family: \"Amatic SC\" !important; font-weight: 400 !important; }[data-css=\"tve-u-15ec26760e9\"] { font-family: ABeeZee !important; font-weight: 400 !important; }[data-css=\"tve-u-15ec2680494\"] { font-family: \"Amatic SC\" !important; font-weight: 400 !important; }#tve_editor [data-css=\"tve-u-15ec2ab1d6d\"] { letter-spacing: 1px; color: rgb(255, 255, 255) !important; font-size: 20px !important; }#tve_editor [data-css=\"tve-u-15ec2ab1d82\"] { letter-spacing: 1px; color: rgb(255, 255, 255) !important; font-size: 20px !important; }[data-css=\"tve-u-15ec2abe257\"] { float: none; z-index: 3; position: relative; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2ac01df\"] { display: block; max-width: 423px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2ac01df\"] .tcb-button-link { border-radius: 200px; min-height: 67.1429px; font-size: 1.6em; padding-top: 0px; padding-bottom: 0px; background-color: rgb(105, 240, 174) !important; padding-left: 15px !important; }#tve_editor [data-css=\"tve-u-15ec2af6c4b\"] { color: rgb(24, 45, 60) !important; font-size: 70px !important; }[data-css=\"tve-u-15ec2af6c4e\"] { font-family: \"Amatic SC\" !important; font-weight: 400 !important; }[data-css=\"tve-u-15ec3192f72\"] { margin-left: 25px !important; margin-right: 25px !important; margin-top: 25px !important; }[data-css=\"tve-u-15ec31ba260\"] { float: none; max-width: 1296px; margin-top: 10px !important; margin-left: auto !important; margin-right: auto !important; }#tcb_landing_page a:hover:not(.tcb-button-link) { color: rgb(89, 171, 227); }#tcb_landing_page .tve-state-hovera:not(.tcb-button-link) { color: rgb(89, 171, 227); }#tve_editor [data-css=\"tve-u-160266880a0\"] { color: rgb(255, 255, 255) !important; font-family: Montserrat !important; }[data-css=\"tve-u-1602b324ab9\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1602bec144e\"] { width: 36px; float: left; z-index: 3; position: static; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1602befe215\"] { max-width: 386px; position: relative !important; padding-left: 1px !important; margin-top: 0px !important; margin-left: 50px !important; }[data-css=\"tve-u-160309ddca8\"] + div { clear: none; }[data-css=\"tve-u-160309ddca8\"] { float: none; width: 60px; position: absolute; margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-160309f3e5d\"] { max-width: 75%; margin-left: 80px !important; margin-top: 60px !important; margin-bottom: 40px !important; }[data-css=\"tve-u-160309f6c04\"] { max-width: 75%; margin-left: 80px !important; margin-top: 60px !important; margin-bottom: 80px !important; }[data-css=\"tve-u-16030a013d7\"] + div { clear: none; }[data-css=\"tve-u-16030a013d7\"] { float: none; width: 60px; position: absolute; margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-16030a08afd\"] { position: relative !important; margin-left: 100px !important; }[data-css=\"tve-u-16030a09626\"] { position: relative !important; margin-left: 100px !important; }#tcb_landing_page a.tve-state-hover:not(.tcb-button-link) { color: rgb(89, 171, 227); }[data-css=\"tve-u-1689d19a7e4\"] { margin-top: 0px !important; }[data-css=\"tve-u-1689d19b8cb\"] { padding-top: 0px !important; }[data-css=\"tve-u-1689d1a19d6\"] { box-shadow: rgba(0, 0, 0, 0.4) 0px 8px 12px 0px; margin-top: 0px !important; }[data-css=\"tve-u-1689d1dcf7d\"] { text-align: left; padding-top: 70px !important; padding-bottom: 6px !important; padding-right: 10px !important; }[data-css=\"tve-u-15ebe70a25b\"] img { opacity: 1; }[data-css=\"tve-u-1689d58731a\"] .tve-page-section-in { display: block; }[data-css=\"tve-u-1689d5be595\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-1689d5c3106\"] { margin: 0px auto !important; float: none; }#tve_editor [data-css=\"tve-u-1689d5ca073\"] { font-family: \"Special Elite\" !important; font-weight: 400 !important; }[data-css=\"tve-u-1689d5c3106\"] .tcb-button-link { border-radius: 8px; background-image: none !important; background-color: rgb(143, 2, 32) !important; }#tve_editor [data-css=\"tve-u-1689d5c3106\"]:hover .tcb-button-link { background-color: rgb(96, 0, 2) !important; }}@media (max-width: 1023px){[data-css=\"tve-u-1602b332fd9\"] { float: none; max-width: 121px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1602befe215\"] { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1602b37ce9d\"] .tcb-flex-col { flex-basis: 420px !important; }[data-css=\"tve-u-1602bec144e\"] { float: none; z-index: 3; position: relative; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1602be7db66\"] { float: none; z-index: 3; position: relative; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2a38bfd\"] { text-align: left; }[data-css=\"tve-u-15ec27075e1\"] { margin-top: 0px !important; }[data-css=\"tve-u-15ee1237243\"] { margin-top: 52px !important; }[data-css=\"tve-u-15ee121a6d1\"] { margin-left: 33px !important; margin-right: 33px !important; }[data-css=\"tve-u-15ebe51d596\"] { text-align: left; }[data-css=\"tve-u-15ec2b6e126\"] { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2b54c99\"] { text-align: left; }[data-css=\"tve-u-15ec2b3b468\"] { margin-left: 0px !important; margin-top: 0px !important; box-shadow: rgba(89, 171, 227, 0.15) -3px 7px 69px 10px, rgba(0, 0, 0, 0.4) 0px 8px 12px 0px; }[data-css=\"tve-u-15ec2b37666\"] { margin-top: 0px !important; }[data-css=\"tve-u-15ec2a80647\"] { margin-top: 0px !important; padding-left: 10px !important; padding-right: 10px !important; }[data-css=\"tve-u-15ec2a5540e\"] { max-width: 720px; }[data-css=\"tve-u-15ec2a33d71\"] { width: 395px; float: none; z-index: 3; position: relative; margin: 80px auto 0px !important; }[data-css=\"tve-u-15ec26b9914\"] { max-width: 720px; }[data-css=\"tve-u-15ec253ef3a\"] { padding: 25px 10px !important; }[data-css=\"tve-u-15ebea3a693\"] { max-width: 720px; }[data-css=\"tve-u-15ec30a8a14\"]::after { clear: both; }[data-css=\"tve-u-15ebe916c34\"] { max-width: 376px; }[data-css=\"tve-u-15ebe8a2edd\"] > .tcb-flex-col > .tcb-col { justify-content: center; min-height: 91px; }[data-css=\"tve-u-15ebe70a25b\"] { float: right; z-index: 3; position: relative; margin: 0px auto !important; }[data-css=\"tve-u-15ec3055cca\"] { text-align: center; margin-top: 0px !important; }[data-css=\"tve-u-15ebe8a2edd\"] { min-height: inherit; float: none; max-width: 100%; padding-top: 0px !important; padding-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec30518d3\"] { text-align: center; margin-left: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-15ebe830a90\"] { clip-path: url(\"#clip-tablet-left-bb2526ca261ae\"); -webkit-clip-path: url(\"#clip-tablet-left-bb2526ca261ae\");  }[data-css=\"tve-u-15ebe91a626\"] { margin-left: 30px !important; }[data-css=\"tve-u-15ebe906677\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 336px; margin-left: 30px !important; }[data-css=\"tve-u-15ebe8edca2\"] { margin-left: 30px !important; }[data-css=\"tve-u-15ebe89fb7a\"] { margin-left: -35px !important; }[data-css=\"tve-u-15ebe827cb3\"] { max-width: 100%; }#tve_editor [data-css=\"tve-u-15ebe90cfb0\"] { font-size: 84px !important; }[data-css=\"tve-u-1689d1a19d6\"] { box-shadow: rgba(0, 0, 0, 0.4) 0px 8px 12px 0px, rgba(0, 0, 0, 0.4) -3px 7px 69px 10px; }}@media (max-width: 767px){[data-css=\"tve-u-160309b344b\"] { margin-left: 10px !important; margin-top: 30px !important; margin-right: 10px !important; }[data-css=\"tve-u-16030a013d7\"] { position: static; }[data-css=\"tve-u-16030a09626\"] { margin-left: 10px !important; margin-top: 30px !important; margin-right: 10px !important; }[data-css=\"tve-u-160309ddca8\"] { position: static; }[data-css=\"tve-u-16030a08afd\"] { margin-left: 10px !important; margin-right: 10px !important; margin-top: 30px !important; }[data-css=\"tve-u-160309b00b4\"] { position: static; }[data-css=\"tve-u-16030975307\"] { max-width: 100%; margin-left: 10px !important; margin-right: 10px !important; }[data-css=\"tve-u-160309f6c04\"] { max-width: 100%; margin-left: 10px !important; margin-right: 10px !important; }[data-css=\"tve-u-160309f3e5d\"] { max-width: 100%; margin-left: 10px !important; margin-right: 10px !important; }[data-css=\"tve-u-15ec2a38bfd\"]::after { clear: both; }[data-css=\"tve-u-1602bff3cd5\"]::after { clear: both; }[data-css=\"tve-u-1602bfea280\"] { margin-top: 0px !important; margin-bottom: 20px !important; }[data-css=\"tve-u-15ec2b6e126\"] { float: left; z-index: 3; position: relative; margin-left: 24px !important; }[data-css=\"tve-u-1602bf25f10\"]::after { clear: both; }[data-css=\"tve-u-1602b332fd9\"] { max-width: 257px; float: left; z-index: 3; position: relative; width: 100%; margin-top: 20px !important; margin-left: 20px !important; }[data-css=\"tve-u-15ec253ef3a\"] { padding-top: 30px !important; padding-bottom: 30px !important; }[data-css=\"tve-u-15ee1237243\"] { margin-top: 25px !important; }[data-css=\"tve-u-15ee1232726\"] { margin-top: 25px !important; }[data-css=\"tve-u-15ebe70a25b\"] { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2ae8715\"] { margin-left: -15px; }[data-css=\"tve-u-15ec2ae8715\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-15ec2b33f06\"] { margin-right: 0px !important; }[data-css=\"tve-u-15ec26fee25\"] > .tcb-flex-col > .tcb-col { min-height: 387px; }[data-css=\"tve-u-15ec26fee25\"] { margin-left: 0px; min-height: inherit; }[data-css=\"tve-u-15ec26fee25\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-15ec2a33d71\"] { position: static; margin-bottom: 0px !important; }[data-css=\"tve-u-15ec31ba260\"] { padding-left: 3px !important; padding-right: 3px !important; }[data-css=\"tve-u-15ec253a41f\"] > .tcb-flex-col > .tcb-col { min-height: 27px; }[data-css=\"tve-u-15ec253a41f\"] { margin-left: 0px; min-height: inherit; }[data-css=\"tve-u-15ec253a41f\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-15ec254985a\"] { margin-top: 0px !important; }[data-css=\"tve-u-15ec24f494c\"] { margin-top: 30px !important; }[data-css=\"tve-u-15ec256e611\"] { margin-top: 0px !important; }[data-css=\"tve-u-15ec3192f72\"] { margin-bottom: 32px !important; }[data-css=\"tve-u-15ec318421d\"] { margin-bottom: 34px !important; margin-top: -105px !important; }[data-css=\"tve-u-15ebe738fb8\"] > .tcb-flex-col > .tcb-col { min-height: 554px; }[data-css=\"tve-u-15ebe738fb8\"] { min-height: inherit; padding-bottom: 0px !important; }[data-css=\"tve-u-15ec3017516\"] { margin-top: 0px !important; padding-left: 5px !important; padding-right: 5px !important; }[data-css=\"tve-u-15ebe89fb7a\"] { margin-left: -20px !important; }[data-css=\"tve-u-15ec3055cca\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-15ebe916c34\"] { margin-bottom: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-15ec3152b02\"] { min-height: 226px; }[data-css=\"tve-u-15ebe80a9a1\"] { min-height: 554px; }[data-css=\"tve-u-15ebe91a626\"] { margin-left: 28px !important; margin-right: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-15ebe906677\"] { margin-left: 30px !important; }[data-css=\"tve-u-15ebe8edca2\"] { margin-left: 30px !important; margin-top: 45px !important; }[data-css=\"tve-u-15ebe827cb3\"] { max-width: 100%; }[data-css=\"tve-u-15ec313e743\"] { margin-left: 10px !important; margin-right: 10px !important; }[data-css=\"tve-u-1602befe215\"] { max-width: 257px; float: left; z-index: 3; position: relative; width: 100%; margin-top: 20px !important; margin-left: 20px !important; }}'),(4914,466,'tve_revision_tve_user_custom_css','.thrv_text_element p {margin:0;}\n.thrv_heading h1,h2,h3 {margin:0;}'),(4915,466,'tve_revision_tve_page_events','a:0:{}'),(4916,466,'tve_revision_tve_globals','a:4:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";s:11:\"extra_icons\";a:1:{i:0;a:3:{s:11:\"font-family\";s:25:\"tve-ff-6797-59f9979fd5998\";s:3:\"css\";s:87:\"http://lp-build.thrivethemes.com/wp-content/uploads/tve-ff-6797-59f9979fd5998/style.css\";s:6:\"folder\";s:92:\"/home/thrivedevbitston/public_html/landingpages/wp-content/uploads/tve-ff-6797-59f9979fd5998\";}}s:6:\"lb_map\";a:1:{i:6808;s:3:\"265\";}s:8:\"font_cls\";a:0:{}}'),(4917,466,'tve_revision_tve_global_scripts',''),(4918,466,'tve_revision_thrive_icon_pack','0'),(4919,466,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(4920,466,'tve_revision_tve_has_masonry','0'),(4921,466,'tve_revision_tve_has_typefocus','0'),(4922,466,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1689d58731a\" wfd-id=\"265\"><div class=\"tve-page-section-out\" data-css=\"tve-u-15ebe5d7b44\" wfd-id=\"297\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ebe51d596\" wfd-id=\"266\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15ec3055cca\" wfd-id=\"267\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2\" data-css=\"tve-u-15ebe8a2edd\" wfd-id=\"268\"><div class=\"tcb-flex-col\" wfd-id=\"281\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec30518d3\" wfd-id=\"283\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ebe70a25b\" wfd-id=\"295\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"296\"><img class=\"tve_image wp-image-465\" alt=\"\" width=\"300\" height=\"48\" title=\"Blackhawk_custom_header\" data-id=\"465\" src=\"https://bestcerakoteflorida.com/wp-content/uploads/2019/01/Blackhawk_custom_header-300x48.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1689d5be595\" wfd-id=\"284\">\n<div class=\"tve-content-box-background\" wfd-id=\"294\"></div>\n<div class=\"tve-cb\" wfd-id=\"285\"><div class=\"thrv_wrapper thrv-button tcb-with-icon\" data-css=\"tve-u-1689d5c3106\" data-tcb_hover_state_parent=\"\" data-button-style=\"rounded\" wfd-id=\"286\">\n<a href=\"tel:19548481911\" class=\"tcb-button-link\" rel=\"\"><span class=\"tcb-button-icon\" wfd-id=\"292\">\n<div class=\"thrv_wrapper thrv_icon tve_no_drag tve_no_icons tcb-icon-inherit-style\" wfd-id=\"293\">\n<svg data-name=\"credit-card\" class=\"tcb-icon\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 18 14\" xml:space=\"preserve\" preserveAspectRatio=\"none slice\">\n<g>\n<path d=\"M17.5,1.9v10.6c0,0.8-0.6,1.4-1.4,1.4h-14c-0.8,0-1.4-0.6-1.4-1.4V1.9c0-0.8,0.6-1.4,1.4-1.4h14 C16.9,0.5,17.5,1.1,17.5,1.9z M1.9,1.9v2h14.5v-2c0-0.1-0.1-0.3-0.3-0.3h-14C2,1.6,1.9,1.7,1.9,1.9z M16.4,12.5V7.2H1.9v5.3 c0,0.1,0.1,0.3,0.3,0.3h14C16.3,12.8,16.4,12.6,16.4,12.5z M3,10.5h2.2v1.1H3V10.5z M6.3,10.5h3.4v1.1H6.3V10.5z\"></path>\n</g>\n</svg>\n</div>\n</span>\n<span class=\"tcb-button-texts\" wfd-id=\"287\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-1689d5ca073\" wfd-id=\"288\">Call Now To Reserve</span></span>\n</a>\n</div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"269\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec313e743\" data-tcb_hover_state_parent=\"\" wfd-id=\"271\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone tcb-tablet-hidden tcb-mobile-hidden\" style=\"\" wfd-id=\"272\"><p data-css=\"tve-u-15f002fa8f6\"><span data-css=\"tve-u-15f0034f748\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"280\"><a href=\"#whatwedo\">What We Do</a></span>&nbsp; &nbsp; <span data-css=\"tve-u-15f003606db\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"279\"><a href=\"#testimonials\">Testimonials</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f003655f8\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"278\"><a href=\"#aboutus\">About Us</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f00369f5e\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"277\"><a href=\"#getyourcoupon\">Get Your Coupon</a></span>&nbsp; &nbsp; <span data-css=\"tve-u-15f0064f814\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"276\"><a href=\"#areaweserve\">Area We Serve</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f003784ab\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"275\"><a href=\"#contact\">Contact</a></span></p></div></div></div></div></div></div></div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ebe8abb9e\" wfd-id=\"232\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ebe8a4d78\" data-clip-id=\"335f47a4c8f92\" wfd-id=\"264\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-left-335f47a4c8f92\" class=\"decoration-clip clip-path-left\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" pointer-width=\"6\" pointer-height=\"2.5\" style=\"curves\" decoration-type=\"none\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon><ellipse cx=\"0.025\" cy=\"0.029412\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.08823600000000001\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.14706\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.205884\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.264708\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.323532\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.38235600000000003\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.44118\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.500004\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.558828\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.617652\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.676476\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.7353000000000001\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.794124\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.852948\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.911772\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.970596\" rx=\"0.025\" ry=\"0.029412\"></ellipse></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ebe72c974\" wfd-id=\"233\"><div class=\"thrv_wrapper thrv-columns tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec318421d\" wfd-id=\"234\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-15ebe738fb8\" wfd-id=\"235\"><div class=\"tcb-flex-col\" wfd-id=\"261\"><div class=\"tcb-col\" data-css=\"tve-u-15ebe73226c\" wfd-id=\"263\"></div></div><div class=\"tcb-flex-col\" wfd-id=\"236\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ebe89fb7a\" wfd-id=\"238\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ebe827cb3\" wfd-id=\"239\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15ebe830a90\" data-clip-id=\"bb2526ca261ae\" wfd-id=\"260\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-left-bb2526ca261ae\" class=\"decoration-clip clip-path-left\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"divider\" pointer-width=\"5.7\" pointer-height=\"2.5\" style=\"curves\" slanted-angle=\"5\"><polygon points=\"0.025 0, 0.025 1, 1 1, 1 0\"></polygon><ellipse cx=\"0.025\" cy=\"0.027778\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.083334\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.13889\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.194446\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.250002\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.305558\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.361114\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.41667\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.47222600000000003\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.527782\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.583338\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.638894\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.69445\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.7500060000000001\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.805562\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.861118\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.916674\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.97223\" rx=\"0.025\" ry=\"0.027778\"></ellipse></clipPath><clipPath id=\"clip-tablet-left-bb2526ca261ae\" class=\"decoration-clip clip-path-tablet-left\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"divider\" pointer-width=\"5.7\" pointer-height=\"4\" style=\"curves\" slanted-angle=\"5\"><polygon points=\"0.04 0, 0.04 1, 1 1, 1 0\"></polygon><ellipse cx=\"0.04\" cy=\"0.027778\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.083334\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.13889\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.194446\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.250002\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.305558\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.361114\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.41667\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.47222600000000003\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.527782\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.583338\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.638894\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.69445\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.7500060000000001\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.805562\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.861118\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.916674\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.97223\" rx=\"0.04\" ry=\"0.027778\"></ellipse></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ebe80a9a1\" wfd-id=\"240\"><div class=\"tcb-clear\" data-css=\"tve-u-15ebe8ee6c0\" wfd-id=\"254\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15ebe8edca2\" data-tag=\"h1\" wfd-id=\"255\"><h1 data-css=\"tve-u-15ebe90cfb0\">Happy dogs =<br>â€‹â€‹â€‹â€‹â€‹happâ€‹â€‹â€‹â€‹y owners</h1></div></div><div class=\"tcb-clear\" data-css=\"tve-u-15ec30a8a14\" wfd-id=\"250\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ebe906677\" wfd-id=\"251\"><p data-css=\"tve-u-15ebe905473\">Offer your dog a premium walking experience</p></div></div><div class=\"tcb-clear\" data-css=\"tve-u-15ebe955aaa\" wfd-id=\"241\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ebe916c34\" wfd-id=\"242\">\n<div class=\"tve-content-box-background\" wfd-id=\"249\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ec3152b02\" wfd-id=\"243\"><div class=\"thrv_wrapper thrv-button tve_ea_thrive_lightbox\" data-css=\"tve-u-15ebe91a626\" data-tcb_hover_state_parent=\"false\" data-button-style=\"full_rounded\" wfd-id=\"244\">\n<a href=\"#\" class=\"tcb-button-link tve_evt_manager_listen tve_et_click\" data-tcb-events=\"__TCB_EVENT_[{&quot;config&quot;:{&quot;l_anim&quot;:&quot;zoom_in&quot;,&quot;l_id&quot;:&quot;265&quot;},&quot;a&quot;:&quot;thrive_lightbox&quot;,&quot;t&quot;:&quot;click&quot;}]_TNEVE_BCT__\">\n<span class=\"tcb-button-texts\" wfd-id=\"245\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-15ebe925072\" wfd-id=\"246\">Get -20% On Your First Walk</span></span>\n</a>\n</div></div>\n</div></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec3017516\" wfd-id=\"223\">\n<div class=\"tve-page-section-out\" wfd-id=\"231\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ebea3a693\" wfd-id=\"224\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15ebea49c0c\" id=\"whatwedo\" data-tag=\"h1\" wfd-id=\"228\"><h1 data-css=\"tve-u-15ebea42b31\" style=\"text-align: center;\">What We Do</h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2448fdb\" wfd-id=\"225\"><p data-css=\"tve-u-15ec2443105\" style=\"text-align: center;\">Our goal is to make sure the owners are comforted, the pups are exercised and happy and that we are getting our own puppy fixes. But letâ€™s be honest- itâ€™s their world, weâ€™re just living in it! As a small team of experienced dog owners and lovers, we really get to know you and your dog and we canguarantee consistent and personal care that is equal to your love and attention. We are so excited to make you a part of the family!</p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" wfd-id=\"188\">\n<div class=\"tve-page-section-out\" wfd-id=\"222\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ee1211b9b\" wfd-id=\"189\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15ee121a6d1\" wfd-id=\"190\"><div class=\"tcb-flex-row tcb--cols--3 tcb-medium-wrap\" data-css=\"tve-u-15ee121fb1c\" wfd-id=\"191\"><div class=\"tcb-flex-col\" wfd-id=\"212\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ee1225fdf\" wfd-id=\"214\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec2477274\" wfd-id=\"220\"><span class=\"tve_image_frame\" wfd-id=\"221\"><img class=\"tve_image wp-image-1596\" alt=\"\" width=\"55\" height=\"73\" title=\"what_do_icon_01\" data-id=\"1596\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_01.png\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"219\"><p data-css=\"tve-u-15ec2481d17\"><strong>First Class Care</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"218\"><p data-css=\"tve-u-15ec2487407\">all the best for them</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2492191\" wfd-id=\"215\"><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"202\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ee1232726\" wfd-id=\"204\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec24ae116\" wfd-id=\"210\"><span class=\"tve_image_frame\" wfd-id=\"211\"><img class=\"tve_image wp-image-1597\" alt=\"\" width=\"73\" height=\"73\" title=\"what_do_icon_02\" data-id=\"1597\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_02.png\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"209\"><p data-css=\"tve-u-15ec2481d17\"><strong>Snacks Included</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"208\"><p data-css=\"tve-u-15ec2487407\">for your little one</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec3192f72\" wfd-id=\"205\"><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"192\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ee1237243\" wfd-id=\"194\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec24d5e15\" wfd-id=\"200\"><span class=\"tve_image_frame\" wfd-id=\"201\"><img class=\"tve_image wp-image-1598\" alt=\"\" width=\"65\" height=\"73\" title=\"what_do_icon_03\" data-id=\"1598\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_03.png\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"199\"><p data-css=\"tve-u-15ec2481d17\"><strong>Regularly walks</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"198\"><p data-css=\"tve-u-15ec2487407\">to keep them ealthy</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2492191\" wfd-id=\"195\"><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris.</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-15ec24f494c\" id=\"testimonials\" style=\"\" wfd-id=\"164\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ec24f97c0\" wfd-id=\"187\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec24f790d\" wfd-id=\"165\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15ec254985a\" style=\"\" wfd-id=\"166\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-15ec253a41f\" wfd-id=\"167\"><div class=\"tcb-flex-col\" wfd-id=\"171\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec253ef3a\" style=\"\" wfd-id=\"173\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec256e611\" style=\"\" wfd-id=\"178\"><p data-css=\"tve-u-15ec25610c7\"><span data-css=\"tve-u-15ec268a0a3\" style=\"font-size: 45px; color: rgb(89, 171, 227);\" wfd-id=\"185\"><span data-css=\"tve-u-15ec26760e9\" style=\"font-family: ABeeZee;\" wfd-id=\"186\">â€</span></span><span data-css=\"tve-u-15ec256b908\" style=\"font-family: &quot;Amatic SC&quot;;\" wfd-id=\"184\">&nbsp; &nbsp; &nbsp;</span><span data-css=\"tve-u-15ec2680494\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"182\"><span data-css=\"tve-u-15ec269379d\" style=\"font-size: 45px;\" wfd-id=\"183\">my chester enjoys being with them!</span> &nbsp; &nbsp;&nbsp;</span><span data-css=\"tve-u-15ec255fe12\" style=\"font-family: ABeeZee; font-weight: 400; color: rgb(89, 171, 227); font-size: 45px;\" wfd-id=\"181\">â€</span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2698d8d\" wfd-id=\"175\"><p data-css=\"tve-u-160266880a0\">We LOVE going for walks with our friends at Paw! Donâ€™t tell our mom &amp; dad,but we get really excited when they leave for work because we know it wonâ€™t be long before we get a visit from one of our favorite friends at PawCity! Best part is, they always let our parents know how ourwalk went right away so they dont have to worry about us!</p><p data-css=\"tve-u-15ec269736c\">We love you PawCity!! xoxo</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec26ab7b0\" style=\"\" wfd-id=\"174\"><p data-css=\"tve-u-15ec26a92a2\"><strong>Anna Olson</strong>, Chesterâ€™s Mom</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"168\"><div class=\"tcb-col\" wfd-id=\"170\"></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec26c390a\" id=\"aboutus\" wfd-id=\"157\">\n<div class=\"tve-page-section-out\" wfd-id=\"163\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec26b9914\" wfd-id=\"158\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15ee1037a1d\" data-tag=\"h1\" wfd-id=\"160\"><h1 data-css=\"tve-u-15ec26bd2e8\">About us</h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec31ba260\" wfd-id=\"159\"><p data-css=\"tve-u-15ec2443105\" style=\"text-align: center;\">At PawCity, we lead lives full of the unconditional love and happiness we receive from the furballs we get to spend time with everyday and we have this beautiful city and all the beautiful people in it to thank. We love you and your pups!!</p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec26ec232\" wfd-id=\"120\">\n<div class=\"tve-page-section-out\" wfd-id=\"156\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec26e5812\" wfd-id=\"121\"><div class=\"thrv_wrapper thrv-columns tcb-window-width\" style=\"width: 1603px; left: -1px;\" data-css=\"tve-u-15ee106257d\" wfd-id=\"122\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2\" data-css=\"tve-u-15ec26fee25\" wfd-id=\"123\"><div class=\"tcb-flex-col c-33\" wfd-id=\"151\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec2a38bfd\" wfd-id=\"153\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec2a33d71\" wfd-id=\"154\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"155\"><img class=\"tve_image wp-image-7399\" alt=\"\" width=\"830\" height=\"775\" title=\"about_us_dog\" data-id=\"7399\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/about_us_dog.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col c-66\" wfd-id=\"124\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec27075e1\" wfd-id=\"126\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160309f3e5d\" wfd-id=\"143\">\n<div class=\"tve-content-box-background\" wfd-id=\"150\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160309b397d\" wfd-id=\"144\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-160309b00b4\" data-float=\"1\" wfd-id=\"148\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"149\"><img class=\"tve_image wp-image-7404\" alt=\"\" width=\"64\" height=\"64\" title=\"dog_paw\" data-id=\"7404\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/dog_paw.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16030a08afd\" wfd-id=\"145\"><p>We moved to New York City with our black bulldog rescue, Blakely, in 2007 after graduating from the University of Maryland. Immediately, we realized what a dog-crazy place it was.</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160309f6c04\" wfd-id=\"135\">\n<div class=\"tve-content-box-background\" wfd-id=\"142\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160309b397d\" wfd-id=\"136\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-160309ddca8\" data-float=\"1\" wfd-id=\"140\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"141\"><img class=\"tve_image wp-image-7403\" alt=\"\" width=\"64\" height=\"64\" title=\"dog_house\" data-id=\"7403\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/dog_house.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16030a09626\" wfd-id=\"137\"><p>We knew right away that we wanted to work with the animals that we loved and that had given us so much love since we were little girls. We started PawCity Dog Walking in July of 2010.</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16030975307\" wfd-id=\"127\">\n<div class=\"tve-content-box-background\" wfd-id=\"134\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160309b397d\" wfd-id=\"128\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16030a013d7\" data-float=\"1\" wfd-id=\"132\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"133\"><img class=\"tve_image wp-image-7405\" alt=\"\" width=\"64\" height=\"64\" title=\"spinning_wheel\" data-id=\"7405\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/spinning_wheel.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160309b344b\" wfd-id=\"129\"><p>We cover the entire width of the East Side, from 96th Street to Delancey and handle every type of personality imaginable. At PawCity, we lead lives full of the unconditional love and happiness we receive from the furballs we get to spend time with everyday.</p></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" data-css=\"tve-u-15ec2a56438\" style=\"width: 1603px; left: 0px;\" id=\"getyourcoupon\" wfd-id=\"98\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ec2a5bb35\" wfd-id=\"119\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec2a5540e\" wfd-id=\"99\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ec2a80647\" wfd-id=\"100\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15ec2a9b8a9\" wfd-id=\"118\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ec2a81a9f\" wfd-id=\"101\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2a6f589\" wfd-id=\"114\"><p data-css=\"tve-u-15ec2a6b447\"><span data-css=\"tve-u-15ec2a6d9d8\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"117\"><strong>Get Your Coupon</strong></span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2aaa9a4\" wfd-id=\"110\"><p data-css=\"tve-u-15ec2ab1d6d\">We strive to keep both you and your pup as happy and comfortable as possible while youâ€™re out earning those big bucks.</p><p data-css=\"tve-u-15ec2ab1d82\"><br></p><p data-css=\"tve-u-15ec2aa8e2e\"><strong>Get <span data-css=\"tve-u-15ec2aafa24\" style=\"color: rgb(89, 171, 227);\" wfd-id=\"113\">20%</span> off your first walk. Enter your email and we\'ll send you your coupon.</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ec2abe257\" wfd-id=\"102\">\n<div class=\"tve-content-box-background\" wfd-id=\"109\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ec2acb421\" wfd-id=\"103\"><div class=\"thrv_wrapper thrv-button tve_ea_thrive_lightbox\" data-css=\"tve-u-15ec2ac01df\" data-tcb_hover_state_parent=\"false\" data-button-style=\"full_rounded\" wfd-id=\"104\">\n<a href=\"#\" class=\"tcb-button-link tve_evt_manager_listen tve_et_click\" data-tcb-events=\"__TCB_EVENT_[{&quot;config&quot;:{&quot;l_anim&quot;:&quot;zoom_in&quot;,&quot;l_id&quot;:&quot;265&quot;},&quot;a&quot;:&quot;thrive_lightbox&quot;,&quot;t&quot;:&quot;click&quot;}]_TNEVE_BCT__\">\n<span class=\"tcb-button-texts\" wfd-id=\"105\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-15ebe925072\" wfd-id=\"106\">Get Your Coupon Now</span></span>\n</a>\n</div></div>\n</div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-15ec2b0a32a\" id=\"areaweserve\" wfd-id=\"69\">\n<div class=\"tve-page-section-out\" wfd-id=\"97\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15f76fcb7df\" wfd-id=\"70\"><div class=\"thrv_wrapper thrv-columns\" style=\"\" data-css=\"tve-u-15ee103f44a\" wfd-id=\"71\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--3\" data-css=\"tve-u-15ec2ae8715\" wfd-id=\"72\"><div class=\"tcb-flex-col\" wfd-id=\"86\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec2b37666\" wfd-id=\"88\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"93\"><p data-css=\"tve-u-15ec2af6c4b\"><span data-css=\"tve-u-15ec2af6c4e\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"96\">areaS we serve</span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"89\"><p>As a small team of experienced dog owners and lovers, we really get to know you and your dog and we canguarantee consistent and personal care that is equal to your love and attention.</p><p><br></p><p><strong><span data-css=\"tve-u-15ec2afed17\" style=\"color: rgb(89, 171, 227);\" wfd-id=\"92\">We are so excited to make you a part of the family!</span></strong></p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"82\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec2b33f06\" wfd-id=\"84\"><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-15ec2b3b468\" wfd-id=\"85\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=825 South Kings Highwa&amp;t=m&amp;z=11&amp;output=embed&amp;iwloc=near\"></iframe>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"73\"><div class=\"tcb-col\" data-css=\"tve-u-1689d1dcf7d\" wfd-id=\"75\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1689d19a7e4\" wfd-id=\"76\"><div class=\"tcb-flex-row tcb--cols--1\" data-css=\"tve-u-1689d19b8cb\" wfd-id=\"77\"><div class=\"tcb-flex-col\" wfd-id=\"78\"><div class=\"tcb-col\" wfd-id=\"80\"><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-1689d1a19d6\" wfd-id=\"81\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=2090 SW 71 Terrace&amp;t=m&amp;z=10&amp;output=embed&amp;iwloc=near\"></iframe>\n</div></div></div></div></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" data-css=\"tve-u-15ec2b5d54c\" style=\"width: 1603px; left: 0px;\" id=\"contact\" wfd-id=\"28\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ec2b56fac\" wfd-id=\"68\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec2b54c99\" wfd-id=\"29\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1602b31dfcd\" wfd-id=\"30\"><div class=\"tcb-flex-row tcb-resized tcb-medium-wrap tcb--cols--3\" data-css=\"tve-u-1602b37ce9d\" wfd-id=\"31\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1602be453ec\" style=\"\" wfd-id=\"62\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"64\"><div class=\"tcb-clear\" data-css=\"tve-u-1602bff3cd5\" wfd-id=\"65\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec2b6e126\" wfd-id=\"66\"><span class=\"tve_image_frame\" wfd-id=\"67\"><img class=\"tve_image wp-image-25564\" alt=\"\" width=\"142\" height=\"44\" title=\"logo_pawcity\" data-id=\"25564\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/logo_pawcity.png\"></span></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1602be45437\" style=\"\" wfd-id=\"46\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1602be56dfc\" wfd-id=\"48\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1602bfebaf9\" wfd-id=\"49\">\n<div class=\"tve-content-box-background\" wfd-id=\"61\"></div>\n<div class=\"tve-cb\" wfd-id=\"50\"><div class=\"tcb-clear\" data-css=\"tve-u-1602bf36e2c\" wfd-id=\"58\"><div class=\"thrv_wrapper tve_image_caption tcb-mobile-hidden\" data-css=\"tve-u-1602be7db66\" data-float=\"1\" wfd-id=\"59\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"60\"><img class=\"tve_image wp-image-7369\" alt=\"\" width=\"64\" height=\"64\" title=\"location\" data-id=\"7369\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/location.png\" style=\"width: 100%;\"></span></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1602bf25f10\" wfd-id=\"51\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1602befe215\" wfd-id=\"52\"><p data-css=\"tve-u-1602bfa220e\"><strong><span data-css=\"tve-u-1602b324a9b\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"57\">67 E. 3rd Street</span></strong><span data-css=\"tve-u-1602b324a9c\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"56\"> </span><span data-css=\"tve-u-1602b324ab9\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"55\">Suite B New York, NY 10003</span></p></div></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1602be4545b\" style=\"\" wfd-id=\"32\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"34\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1602bfea280\" wfd-id=\"35\">\n<div class=\"tve-content-box-background\" wfd-id=\"45\"></div>\n<div class=\"tve-cb\" wfd-id=\"36\"><div class=\"tcb-clear\" data-css=\"tve-u-1602bfc4bea\" wfd-id=\"42\"><div class=\"thrv_wrapper tve_image_caption tcb-mobile-hidden\" data-css=\"tve-u-1602bec144e\" data-float=\"1\" wfd-id=\"43\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"44\"><img class=\"tve_image wp-image-7370\" alt=\"\" width=\"64\" height=\"64\" title=\"phone\" data-id=\"7370\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/phone.png\" style=\"width: 100%;\"></span></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1602bfc74c3\" wfd-id=\"37\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1602b332fd9\" data-float=\"1\" wfd-id=\"38\"><p><strong><span data-css=\"tve-u-1602b324a9b\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"41\">080</span></strong><span data-css=\"tve-u-1602b324a9c\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"40\"> </span><span data-css=\"tve-u-1602b324ab9\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"39\">708 5583</span></p></div></div></div>\n</div></div></div></div></div></div>\n</div>'),(4923,466,'tve_revision_tve_has_wistia_popover','0'),(4929,469,'tve_revision_tve_landing_page','tcb2-one-page-site-dog-walking'),(4930,469,'tve_revision_tve_disable_theme_dependency',''),(4931,469,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1689d58731a\" wfd-id=\"258\"><div class=\"tve-page-section-out\" data-css=\"tve-u-15ebe5d7b44\" wfd-id=\"292\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ebe51d596\" wfd-id=\"259\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15ec3055cca\" wfd-id=\"260\"><div class=\"tcb-flex-row tcb-resized tcb-medium-no-wrap tcb-mobile-no-wrap tcb--cols--2\" data-css=\"tve-u-15ebe8a2edd\" wfd-id=\"261\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1689d6b59be\" style=\"\" wfd-id=\"276\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec30518d3\" wfd-id=\"278\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ebe70a25b\" wfd-id=\"290\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"291\"><img class=\"tve_image wp-image-465\" alt=\"\" width=\"300\" height=\"48\" title=\"Blackhawk_custom_header\" data-id=\"465\" src=\"https://bestcerakoteflorida.com/wp-content/uploads/2019/01/Blackhawk_custom_header-300x48.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1689d5be595\" wfd-id=\"279\">\n<div class=\"tve-content-box-background\" wfd-id=\"289\"></div>\n<div class=\"tve-cb\" wfd-id=\"280\"><div class=\"thrv_wrapper thrv-button tcb-with-icon\" data-css=\"tve-u-1689d5c3106\" data-tcb_hover_state_parent=\"\" data-button-style=\"rounded\" wfd-id=\"281\">\n<a href=\"tel:19548481911\" class=\"tcb-button-link\" rel=\"\"><span class=\"tcb-button-icon\" wfd-id=\"287\">\n<div class=\"thrv_wrapper thrv_icon tve_no_drag tve_no_icons tcb-icon-inherit-style tcb-icon-display\" wfd-id=\"288\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-phone-square-solid\" data-name=\"\">\n<path d=\"M400 32H48C21.49 32 0 53.49 0 80v352c0 26.51 21.49 48 48 48h352c26.51 0 48-21.49 48-48V80c0-26.51-21.49-48-48-48zM94 416c-7.033 0-13.057-4.873-14.616-11.627l-14.998-65a15 15 0 0 1 8.707-17.16l69.998-29.999a15 15 0 0 1 17.518 4.289l30.997 37.885c48.944-22.963 88.297-62.858 110.781-110.78l-37.886-30.997a15.001 15.001 0 0 1-4.289-17.518l30-69.998a15 15 0 0 1 17.16-8.707l65 14.998A14.997 14.997 0 0 1 384 126c0 160.292-129.945 290-290 290z\"></path>\n</svg></div>\n</span>\n<span class=\"tcb-button-texts\" wfd-id=\"282\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-1689d5ca073\" wfd-id=\"283\">Call Now To Reserve</span></span>\n</a>\n</div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1689d6b5a04\" style=\"\" wfd-id=\"262\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec313e743\" data-tcb_hover_state_parent=\"\" wfd-id=\"264\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone tcb-tablet-hidden tcb-mobile-hidden\" style=\"\" wfd-id=\"267\"><p data-css=\"tve-u-15f002fa8f6\"><span data-css=\"tve-u-15f0034f748\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"275\"><a href=\"#whatwedo\">What We Do</a></span>&nbsp; &nbsp; <span data-css=\"tve-u-15f003606db\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"274\"><a href=\"#testimonials\">Testimonials</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f003655f8\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"273\"><a href=\"#aboutus\">About Us</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f00369f5e\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"272\"><a href=\"#getyourcoupon\">Get Your Coupon</a></span>&nbsp; &nbsp; <span data-css=\"tve-u-15f0064f814\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"271\"><a href=\"#areaweserve\">Area We Serve</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f003784ab\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"270\"><a href=\"#contact\">Contact</a></span></p></div><div class=\"thrv_wrapper thrv_widget_menu tve-custom-menu-upgrade tcb-elem-placeholder\" data-css=\"tve-u-1689d713663\" wfd-id=\"265\">\n<span class=\"tcb-inline-placeholder-action with-icon\" wfd-id=\"266\">\n<svg class=\"tcb-icon tcb-icon-add\"><use xlink:href=\"#tcb-icon-add\"></use></svg>		Add Menu	</span>\n</div></div></div></div></div></div></div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ebe8abb9e\" wfd-id=\"225\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ebe8a4d78\" data-clip-id=\"335f47a4c8f92\" wfd-id=\"257\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-left-335f47a4c8f92\" class=\"decoration-clip clip-path-left\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" pointer-width=\"6\" pointer-height=\"2.5\" style=\"curves\" decoration-type=\"none\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon><ellipse cx=\"0.025\" cy=\"0.029412\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.08823600000000001\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.14706\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.205884\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.264708\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.323532\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.38235600000000003\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.44118\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.500004\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.558828\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.617652\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.676476\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.7353000000000001\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.794124\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.852948\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.911772\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.970596\" rx=\"0.025\" ry=\"0.029412\"></ellipse></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ebe72c974\" wfd-id=\"226\"><div class=\"thrv_wrapper thrv-columns tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec318421d\" wfd-id=\"227\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-15ebe738fb8\" wfd-id=\"228\"><div class=\"tcb-flex-col\" wfd-id=\"254\"><div class=\"tcb-col\" data-css=\"tve-u-15ebe73226c\" wfd-id=\"256\"></div></div><div class=\"tcb-flex-col\" wfd-id=\"229\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ebe89fb7a\" wfd-id=\"231\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ebe827cb3\" wfd-id=\"232\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15ebe830a90\" data-clip-id=\"bb2526ca261ae\" wfd-id=\"253\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-left-bb2526ca261ae\" class=\"decoration-clip clip-path-left\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"divider\" pointer-width=\"5.7\" pointer-height=\"2.5\" style=\"curves\" slanted-angle=\"5\"><polygon points=\"0.025 0, 0.025 1, 1 1, 1 0\"></polygon><ellipse cx=\"0.025\" cy=\"0.027778\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.083334\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.13889\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.194446\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.250002\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.305558\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.361114\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.41667\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.47222600000000003\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.527782\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.583338\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.638894\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.69445\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.7500060000000001\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.805562\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.861118\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.916674\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.97223\" rx=\"0.025\" ry=\"0.027778\"></ellipse></clipPath><clipPath id=\"clip-tablet-left-bb2526ca261ae\" class=\"decoration-clip clip-path-tablet-left\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"divider\" pointer-width=\"5.7\" pointer-height=\"4\" style=\"curves\" slanted-angle=\"5\"><polygon points=\"0.04 0, 0.04 1, 1 1, 1 0\"></polygon><ellipse cx=\"0.04\" cy=\"0.027778\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.083334\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.13889\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.194446\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.250002\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.305558\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.361114\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.41667\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.47222600000000003\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.527782\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.583338\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.638894\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.69445\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.7500060000000001\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.805562\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.861118\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.916674\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.97223\" rx=\"0.04\" ry=\"0.027778\"></ellipse></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ebe80a9a1\" wfd-id=\"233\"><div class=\"tcb-clear\" data-css=\"tve-u-15ebe8ee6c0\" wfd-id=\"247\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15ebe8edca2\" data-tag=\"h1\" wfd-id=\"248\"><h1 data-css=\"tve-u-15ebe90cfb0\">Happy dogs =<br>â€‹â€‹â€‹â€‹â€‹happâ€‹â€‹â€‹â€‹y owners</h1></div></div><div class=\"tcb-clear\" data-css=\"tve-u-15ec30a8a14\" wfd-id=\"243\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ebe906677\" wfd-id=\"244\"><p data-css=\"tve-u-15ebe905473\">Offer your dog a premium walking experience</p></div></div><div class=\"tcb-clear\" data-css=\"tve-u-15ebe955aaa\" wfd-id=\"234\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ebe916c34\" wfd-id=\"235\">\n<div class=\"tve-content-box-background\" wfd-id=\"242\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ec3152b02\" wfd-id=\"236\"><div class=\"thrv_wrapper thrv-button tve_ea_thrive_lightbox\" data-css=\"tve-u-15ebe91a626\" data-tcb_hover_state_parent=\"false\" data-button-style=\"full_rounded\" wfd-id=\"237\">\n<a href=\"#\" class=\"tcb-button-link tve_evt_manager_listen tve_et_click\" data-tcb-events=\"__TCB_EVENT_[{&quot;config&quot;:{&quot;l_anim&quot;:&quot;zoom_in&quot;,&quot;l_id&quot;:&quot;265&quot;},&quot;a&quot;:&quot;thrive_lightbox&quot;,&quot;t&quot;:&quot;click&quot;}]_TNEVE_BCT__\">\n<span class=\"tcb-button-texts\" wfd-id=\"238\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-15ebe925072\" wfd-id=\"239\">Get -20% On Your First Walk</span></span>\n</a>\n</div></div>\n</div></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec3017516\" wfd-id=\"216\">\n<div class=\"tve-page-section-out\" wfd-id=\"224\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ebea3a693\" wfd-id=\"217\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15ebea49c0c\" id=\"whatwedo\" data-tag=\"h1\" wfd-id=\"221\"><h1 data-css=\"tve-u-15ebea42b31\" style=\"text-align: center;\">What We Do</h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2448fdb\" wfd-id=\"218\"><p data-css=\"tve-u-15ec2443105\" style=\"text-align: center;\">Our goal is to make sure the owners are comforted, the pups are exercised and happy and that we are getting our own puppy fixes. But letâ€™s be honest- itâ€™s their world, weâ€™re just living in it! As a small team of experienced dog owners and lovers, we really get to know you and your dog and we canguarantee consistent and personal care that is equal to your love and attention. We are so excited to make you a part of the family!</p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" wfd-id=\"181\">\n<div class=\"tve-page-section-out\" wfd-id=\"215\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ee1211b9b\" wfd-id=\"182\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15ee121a6d1\" wfd-id=\"183\"><div class=\"tcb-flex-row tcb--cols--3 tcb-medium-wrap\" data-css=\"tve-u-15ee121fb1c\" wfd-id=\"184\"><div class=\"tcb-flex-col\" wfd-id=\"205\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ee1225fdf\" wfd-id=\"207\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec2477274\" wfd-id=\"213\"><span class=\"tve_image_frame\" wfd-id=\"214\"><img class=\"tve_image wp-image-1596\" alt=\"\" width=\"55\" height=\"73\" title=\"what_do_icon_01\" data-id=\"1596\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_01.png\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"212\"><p data-css=\"tve-u-15ec2481d17\"><strong>First Class Care</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"211\"><p data-css=\"tve-u-15ec2487407\">all the best for them</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2492191\" wfd-id=\"208\"><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"195\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ee1232726\" wfd-id=\"197\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec24ae116\" wfd-id=\"203\"><span class=\"tve_image_frame\" wfd-id=\"204\"><img class=\"tve_image wp-image-1597\" alt=\"\" width=\"73\" height=\"73\" title=\"what_do_icon_02\" data-id=\"1597\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_02.png\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"202\"><p data-css=\"tve-u-15ec2481d17\"><strong>Snacks Included</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"201\"><p data-css=\"tve-u-15ec2487407\">for your little one</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec3192f72\" wfd-id=\"198\"><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"185\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ee1237243\" wfd-id=\"187\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec24d5e15\" wfd-id=\"193\"><span class=\"tve_image_frame\" wfd-id=\"194\"><img class=\"tve_image wp-image-1598\" alt=\"\" width=\"65\" height=\"73\" title=\"what_do_icon_03\" data-id=\"1598\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_03.png\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"192\"><p data-css=\"tve-u-15ec2481d17\"><strong>Regularly walks</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"191\"><p data-css=\"tve-u-15ec2487407\">to keep them ealthy</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2492191\" wfd-id=\"188\"><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris.</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-15ec24f494c\" id=\"testimonials\" style=\"\" wfd-id=\"157\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ec24f97c0\" wfd-id=\"180\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec24f790d\" wfd-id=\"158\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15ec254985a\" style=\"\" wfd-id=\"159\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-15ec253a41f\" wfd-id=\"160\"><div class=\"tcb-flex-col\" wfd-id=\"164\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec253ef3a\" style=\"\" wfd-id=\"166\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec256e611\" style=\"\" wfd-id=\"171\"><p data-css=\"tve-u-15ec25610c7\"><span data-css=\"tve-u-15ec268a0a3\" style=\"font-size: 45px; color: rgb(89, 171, 227);\" wfd-id=\"178\"><span data-css=\"tve-u-15ec26760e9\" style=\"font-family: ABeeZee;\" wfd-id=\"179\">â€</span></span><span data-css=\"tve-u-15ec256b908\" style=\"font-family: &quot;Amatic SC&quot;;\" wfd-id=\"177\">&nbsp; &nbsp; &nbsp;</span><span data-css=\"tve-u-15ec2680494\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"175\"><span data-css=\"tve-u-15ec269379d\" style=\"font-size: 45px;\" wfd-id=\"176\">my chester enjoys being with them!</span> &nbsp; &nbsp;&nbsp;</span><span data-css=\"tve-u-15ec255fe12\" style=\"font-family: ABeeZee; font-weight: 400; color: rgb(89, 171, 227); font-size: 45px;\" wfd-id=\"174\">â€</span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2698d8d\" wfd-id=\"168\"><p data-css=\"tve-u-160266880a0\">We LOVE going for walks with our friends at Paw! Donâ€™t tell our mom &amp; dad,but we get really excited when they leave for work because we know it wonâ€™t be long before we get a visit from one of our favorite friends at PawCity! Best part is, they always let our parents know how ourwalk went right away so they dont have to worry about us!</p><p data-css=\"tve-u-15ec269736c\">We love you PawCity!! xoxo</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec26ab7b0\" style=\"\" wfd-id=\"167\"><p data-css=\"tve-u-15ec26a92a2\"><strong>Anna Olson</strong>, Chesterâ€™s Mom</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"161\"><div class=\"tcb-col\" wfd-id=\"163\"></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec26c390a\" id=\"aboutus\" wfd-id=\"150\">\n<div class=\"tve-page-section-out\" wfd-id=\"156\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec26b9914\" wfd-id=\"151\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15ee1037a1d\" data-tag=\"h1\" wfd-id=\"153\"><h1 data-css=\"tve-u-15ec26bd2e8\">About us</h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec31ba260\" wfd-id=\"152\"><p data-css=\"tve-u-15ec2443105\" style=\"text-align: center;\">At PawCity, we lead lives full of the unconditional love and happiness we receive from the furballs we get to spend time with everyday and we have this beautiful city and all the beautiful people in it to thank. We love you and your pups!!</p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec26ec232\" wfd-id=\"113\">\n<div class=\"tve-page-section-out\" wfd-id=\"149\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec26e5812\" wfd-id=\"114\"><div class=\"thrv_wrapper thrv-columns tcb-window-width\" style=\"width: 1603px; left: -1px;\" data-css=\"tve-u-15ee106257d\" wfd-id=\"115\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2\" data-css=\"tve-u-15ec26fee25\" wfd-id=\"116\"><div class=\"tcb-flex-col c-33\" wfd-id=\"144\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec2a38bfd\" wfd-id=\"146\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec2a33d71\" wfd-id=\"147\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"148\"><img class=\"tve_image wp-image-7399\" alt=\"\" width=\"830\" height=\"775\" title=\"about_us_dog\" data-id=\"7399\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/about_us_dog.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col c-66\" wfd-id=\"117\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec27075e1\" wfd-id=\"119\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160309f3e5d\" wfd-id=\"136\">\n<div class=\"tve-content-box-background\" wfd-id=\"143\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160309b397d\" wfd-id=\"137\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-160309b00b4\" data-float=\"1\" wfd-id=\"141\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"142\"><img class=\"tve_image wp-image-7404\" alt=\"\" width=\"64\" height=\"64\" title=\"dog_paw\" data-id=\"7404\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/dog_paw.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16030a08afd\" wfd-id=\"138\"><p>We moved to New York City with our black bulldog rescue, Blakely, in 2007 after graduating from the University of Maryland. Immediately, we realized what a dog-crazy place it was.</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160309f6c04\" wfd-id=\"128\">\n<div class=\"tve-content-box-background\" wfd-id=\"135\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160309b397d\" wfd-id=\"129\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-160309ddca8\" data-float=\"1\" wfd-id=\"133\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"134\"><img class=\"tve_image wp-image-7403\" alt=\"\" width=\"64\" height=\"64\" title=\"dog_house\" data-id=\"7403\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/dog_house.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16030a09626\" wfd-id=\"130\"><p>We knew right away that we wanted to work with the animals that we loved and that had given us so much love since we were little girls. We started PawCity Dog Walking in July of 2010.</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16030975307\" wfd-id=\"120\">\n<div class=\"tve-content-box-background\" wfd-id=\"127\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160309b397d\" wfd-id=\"121\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16030a013d7\" data-float=\"1\" wfd-id=\"125\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"126\"><img class=\"tve_image wp-image-7405\" alt=\"\" width=\"64\" height=\"64\" title=\"spinning_wheel\" data-id=\"7405\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/spinning_wheel.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160309b344b\" wfd-id=\"122\"><p>We cover the entire width of the East Side, from 96th Street to Delancey and handle every type of personality imaginable. At PawCity, we lead lives full of the unconditional love and happiness we receive from the furballs we get to spend time with everyday.</p></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" data-css=\"tve-u-15ec2a56438\" style=\"width: 1603px; left: 0px;\" id=\"getyourcoupon\" wfd-id=\"91\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ec2a5bb35\" wfd-id=\"112\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec2a5540e\" wfd-id=\"92\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ec2a80647\" wfd-id=\"93\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15ec2a9b8a9\" wfd-id=\"111\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ec2a81a9f\" wfd-id=\"94\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2a6f589\" wfd-id=\"107\"><p data-css=\"tve-u-15ec2a6b447\"><span data-css=\"tve-u-15ec2a6d9d8\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"110\"><strong>Get Your Coupon</strong></span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2aaa9a4\" wfd-id=\"103\"><p data-css=\"tve-u-15ec2ab1d6d\">We strive to keep both you and your pup as happy and comfortable as possible while youâ€™re out earning those big bucks.</p><p data-css=\"tve-u-15ec2ab1d82\"><br></p><p data-css=\"tve-u-15ec2aa8e2e\"><strong>Get <span data-css=\"tve-u-15ec2aafa24\" style=\"color: rgb(89, 171, 227);\" wfd-id=\"106\">20%</span> off your first walk. Enter your email and we\'ll send you your coupon.</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ec2abe257\" wfd-id=\"95\">\n<div class=\"tve-content-box-background\" wfd-id=\"102\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ec2acb421\" wfd-id=\"96\"><div class=\"thrv_wrapper thrv-button tve_ea_thrive_lightbox\" data-css=\"tve-u-15ec2ac01df\" data-tcb_hover_state_parent=\"false\" data-button-style=\"full_rounded\" wfd-id=\"97\">\n<a href=\"#\" class=\"tcb-button-link tve_evt_manager_listen tve_et_click\" data-tcb-events=\"__TCB_EVENT_[{&quot;config&quot;:{&quot;l_anim&quot;:&quot;zoom_in&quot;,&quot;l_id&quot;:&quot;265&quot;},&quot;a&quot;:&quot;thrive_lightbox&quot;,&quot;t&quot;:&quot;click&quot;}]_TNEVE_BCT__\">\n<span class=\"tcb-button-texts\" wfd-id=\"98\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-15ebe925072\" wfd-id=\"99\">Get Your Coupon Now</span></span>\n</a>\n</div></div>\n</div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-15ec2b0a32a\" id=\"areaweserve\" wfd-id=\"62\">\n<div class=\"tve-page-section-out\" wfd-id=\"90\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15f76fcb7df\" wfd-id=\"63\"><div class=\"thrv_wrapper thrv-columns\" style=\"\" data-css=\"tve-u-15ee103f44a\" wfd-id=\"64\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--3\" data-css=\"tve-u-15ec2ae8715\" wfd-id=\"65\"><div class=\"tcb-flex-col\" wfd-id=\"79\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec2b37666\" wfd-id=\"81\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"86\"><p data-css=\"tve-u-15ec2af6c4b\"><span data-css=\"tve-u-15ec2af6c4e\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"89\">areaS we serve</span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"82\"><p>As a small team of experienced dog owners and lovers, we really get to know you and your dog and we canguarantee consistent and personal care that is equal to your love and attention.</p><p><br></p><p><strong><span data-css=\"tve-u-15ec2afed17\" style=\"color: rgb(89, 171, 227);\" wfd-id=\"85\">We are so excited to make you a part of the family!</span></strong></p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"75\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec2b33f06\" wfd-id=\"77\"><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-15ec2b3b468\" wfd-id=\"78\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=825 South Kings Highwa&amp;t=m&amp;z=11&amp;output=embed&amp;iwloc=near\"></iframe>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"66\"><div class=\"tcb-col\" data-css=\"tve-u-1689d1dcf7d\" wfd-id=\"68\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1689d19a7e4\" wfd-id=\"69\"><div class=\"tcb-flex-row tcb--cols--1\" data-css=\"tve-u-1689d19b8cb\" wfd-id=\"70\"><div class=\"tcb-flex-col\" wfd-id=\"71\"><div class=\"tcb-col\" wfd-id=\"73\"><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-1689d1a19d6\" wfd-id=\"74\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=2090 SW 71 Terrace&amp;t=m&amp;z=10&amp;output=embed&amp;iwloc=near\"></iframe>\n</div></div></div></div></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" data-css=\"tve-u-15ec2b5d54c\" style=\"width: 1603px; left: 0px;\" id=\"contact\" wfd-id=\"21\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ec2b56fac\" wfd-id=\"61\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec2b54c99\" wfd-id=\"22\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1602b31dfcd\" wfd-id=\"23\"><div class=\"tcb-flex-row tcb-resized tcb-medium-wrap tcb--cols--3\" data-css=\"tve-u-1602b37ce9d\" wfd-id=\"24\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1602be453ec\" style=\"\" wfd-id=\"55\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"57\"><div class=\"tcb-clear\" data-css=\"tve-u-1602bff3cd5\" wfd-id=\"58\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec2b6e126\" wfd-id=\"59\"><span class=\"tve_image_frame\" wfd-id=\"60\"><img class=\"tve_image wp-image-25564\" alt=\"\" width=\"142\" height=\"44\" title=\"logo_pawcity\" data-id=\"25564\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/logo_pawcity.png\"></span></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1602be45437\" style=\"\" wfd-id=\"39\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1602be56dfc\" wfd-id=\"41\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1602bfebaf9\" wfd-id=\"42\">\n<div class=\"tve-content-box-background\" wfd-id=\"54\"></div>\n<div class=\"tve-cb\" wfd-id=\"43\"><div class=\"tcb-clear\" data-css=\"tve-u-1602bf36e2c\" wfd-id=\"51\"><div class=\"thrv_wrapper tve_image_caption tcb-mobile-hidden\" data-css=\"tve-u-1602be7db66\" data-float=\"1\" wfd-id=\"52\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"53\"><img class=\"tve_image wp-image-7369\" alt=\"\" width=\"64\" height=\"64\" title=\"location\" data-id=\"7369\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/location.png\" style=\"width: 100%;\"></span></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1602bf25f10\" wfd-id=\"44\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1602befe215\" wfd-id=\"45\"><p data-css=\"tve-u-1602bfa220e\"><strong><span data-css=\"tve-u-1602b324a9b\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"50\">67 E. 3rd Street</span></strong><span data-css=\"tve-u-1602b324a9c\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"49\"> </span><span data-css=\"tve-u-1602b324ab9\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"48\">Suite B New York, NY 10003</span></p></div></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1602be4545b\" style=\"\" wfd-id=\"25\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"27\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1602bfea280\" wfd-id=\"28\">\n<div class=\"tve-content-box-background\" wfd-id=\"38\"></div>\n<div class=\"tve-cb\" wfd-id=\"29\"><div class=\"tcb-clear\" data-css=\"tve-u-1602bfc4bea\" wfd-id=\"35\"><div class=\"thrv_wrapper tve_image_caption tcb-mobile-hidden\" data-css=\"tve-u-1602bec144e\" data-float=\"1\" wfd-id=\"36\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"37\"><img class=\"tve_image wp-image-7370\" alt=\"\" width=\"64\" height=\"64\" title=\"phone\" data-id=\"7370\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/phone.png\" style=\"width: 100%;\"></span></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1602bfc74c3\" wfd-id=\"30\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1602b332fd9\" data-float=\"1\" wfd-id=\"31\"><p><strong><span data-css=\"tve-u-1602b324a9b\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"34\">080</span></strong><span data-css=\"tve-u-1602b324a9c\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"33\"> </span><span data-css=\"tve-u-1602b324ab9\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"32\">708 5583</span></p></div></div></div>\n</div></div></div></div></div></div>\n</div>'),(4932,469,'tve_revision_tve_content_more_found',''),(4933,469,'tve_revision_tve_save_post',''),(4934,469,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Special+Elite:400&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Montserrat:400,200,300&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Amatic+SC:400&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=ABeeZee:400&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-160309b397d\"]::after { clear: both; }[data-css=\"tve-u-160309b344b\"] { position: relative !important; margin-left: 100px !important; }[data-css=\"tve-u-160309b00b4\"] + div { clear: none; }[data-css=\"tve-u-160309b00b4\"] { float: none; width: 60px; position: absolute; margin-bottom: 0px !important; margin-top: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-16030975307\"] { max-width: 75%; margin-left: 80px !important; }[data-css=\"tve-u-1602bfa220e\"] { line-height: 1.85em !important; }[data-css=\"tve-u-1602be7db66\"] { float: left; width: 40px; z-index: 3; position: relative; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1602be56dfc\"]::after { clear: both; }[data-css=\"tve-u-1602be4545b\"] { max-width: 25%; }[data-css=\"tve-u-1602be45437\"] { max-width: 48.1%; }[data-css=\"tve-u-1602be453ec\"] { max-width: 26.9%; }[data-css=\"tve-u-1602b37ce9d\"] > .tcb-flex-col > .tcb-col { justify-content: center; }[data-css=\"tve-u-1602b332fd9\"] { max-width: 264px; position: relative; float: right; z-index: 3; width: 100%; padding-left: 1px !important; margin-top: 1px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1602b324a9c\"] { color: rgb(74, 163, 223) !important; }[data-css=\"tve-u-1602b324a9b\"] { color: rgb(74, 163, 223) !important; }[data-css=\"tve-u-1602b31dfcd\"] { max-width: 1296px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15f76fcb7df\"] { max-width: 100%; }[data-css=\"tve-u-15f0064f814\"] { color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-15ec313e743\"]:hover p, #tve_editor [data-css=\"tve-u-15ec313e743\"]:hover li, #tve_editor [data-css=\"tve-u-15ec313e743\"]:hover blockquote, #tve_editor [data-css=\"tve-u-15ec313e743\"]:hover address { color: rgb(89, 171, 227); }[data-css=\"tve-u-15f003784ab\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15f00369f5e\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15f003655f8\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15f003606db\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15f0034f748\"] { color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-15f002fa8f6\"] { color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-15ec313e743\"] p, #tve_editor [data-css=\"tve-u-15ec313e743\"] li, #tve_editor [data-css=\"tve-u-15ec313e743\"] blockquote, #tve_editor [data-css=\"tve-u-15ec313e743\"] address { font-size: 16px; }[data-css=\"tve-u-15ec313e743\"] { text-align: left; padding-left: 0px !important; margin-left: 0px !important; margin-right: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-15ee121fb1c\"] .tcb-flex-col { flex-basis: 285px !important; }[data-css=\"tve-u-15ec30a8a14\"]::after { clear: both; }#tve_editor [data-css=\"tve-u-15ebe90cfb0\"] { font-size: 96px !important; }[data-css=\"tve-u-15ee1237243\"] { box-shadow: rgba(73, 137, 181, 0.15) -3px 7px 69px 10px; }[data-css=\"tve-u-15ee1232726\"] { box-shadow: rgba(73, 137, 181, 0.15) -3px 7px 69px 10px; }[data-css=\"tve-u-15ee121fb1c\"] > .tcb-flex-col > .tcb-col { min-height: 503px; }[data-css=\"tve-u-15ee1225fdf\"] { box-shadow: rgba(73, 137, 181, 0.15) -3px 7px 69px 10px; }[data-css=\"tve-u-15ee121fb1c\"] { margin-left: -60px; min-height: inherit; }[data-css=\"tve-u-15ee121fb1c\"] > .tcb-flex-col { padding-left: 60px; }[data-css=\"tve-u-15ee121a6d1\"] { float: none; max-width: 1296px; text-align: center; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ee1211b9b\"] { max-width: 1603px; text-align: center; }[data-css=\"tve-u-15ec26fee25\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-15ee106257d\"] { max-width: 100%; }[data-css=\"tve-u-15ec3055cca\"] { max-width: 1370px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ee103f44a\"] { float: none; max-width: 1296px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ee1037a1d\"] { float: none; max-width: 1296px; margin-left: auto !important; margin-right: auto !important; }#tve_editor [data-css=\"tve-u-15ec2ac01df\"]:hover .tcb-button-link { box-shadow: rgba(73, 137, 181, 0.25) -3px 7px 73px 18px; background-color: rgb(149, 250, 201) !important; }#tve_editor [data-css=\"tve-u-15ebe91a626\"]:hover .tcb-button-link { box-shadow: rgba(73, 137, 181, 0.25) -3px 7px 73px 18px; border: 0px dashed rgb(255, 255, 255); background-color: rgb(149, 250, 201) !important; font-weight: normal !important; background-image: none !important; }[data-css=\"tve-u-15ebe8a2edd\"] > .tcb-flex-col > .tcb-col { justify-content: center; }[data-css=\"tve-u-15ec3017516\"] { margin-top: 60px !important; padding-bottom: 50px !important; }[data-css=\"tve-u-15ec2b6e126\"] { width: 142px; }[data-css=\"tve-u-15ec2b5d54c\"] { margin-top: 83px !important; }[data-css=\"tve-u-15ec2b56fac\"] { background-image: linear-gradient(rgb(25, 46, 60), rgb(25, 46, 60)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-15ec2b54c99\"] { max-width: 1586px; min-height: 100px !important; }[data-css=\"tve-u-15ec2b3b468\"] { box-shadow: rgba(89, 171, 227, 0.15) -3px 7px 69px 10px, rgba(0, 0, 0, 0.4) 0px 8px 12px 0px; border-top: none; margin: 0px 1px 1px 0px !important; }[data-css=\"tve-u-15ec2b37666\"] { margin-top: 114px !important; }[data-css=\"tve-u-15ec2b33f06\"] { text-align: left; padding: 70px 7px 7px !important; }[data-css=\"tve-u-15ec2b0a32a\"] { margin-top: 76px !important; }[data-css=\"tve-u-15ec2ae8715\"] > .tcb-flex-col { padding-left: 10px; }[data-css=\"tve-u-15ec2afed17\"] { color: rgb(89, 171, 227) !important; }[data-css=\"tve-u-15ec2ae8715\"] { float: none; max-width: 1453px; margin-left: -10px; margin-right: auto !important; padding-top: 15px !important; padding-bottom: 0px !important; padding-left: 15px !important; }[data-css=\"tve-u-15ec2acb421\"] { min-height: 162px; }[data-css=\"tve-u-15ec2aafa24\"] { color: rgb(89, 171, 227) !important; }[data-css=\"tve-u-15ec2aaa9a4\"] { float: none; max-width: 1440px; margin-left: auto !important; margin-right: auto !important; margin-top: 25px !important; }#tve_editor [data-css=\"tve-u-15ec2aa8e2e\"] { letter-spacing: 1px; color: rgb(255, 255, 255) !important; font-size: 20px !important; }[data-css=\"tve-u-15ec2a9b8a9\"] { border: 1px solid rgb(89, 171, 227) !important; }[data-css=\"tve-u-15ec2a81a9f\"] { min-height: 162px; }[data-css=\"tve-u-15ec2a80647\"] { float: none; max-width: 97%; margin-left: auto !important; margin-right: auto !important; margin-top: 55px !important; }[data-css=\"tve-u-15ec2a6f589\"] { float: none; max-width: 1440px; margin-top: 55px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2a6d9d8\"] { font-family: \"Amatic SC\" !important; font-weight: 400 !important; }#tve_editor [data-css=\"tve-u-15ec2a6b447\"] { color: rgb(89, 171, 227) !important; font-size: 70px !important; }[data-css=\"tve-u-15ec2a5bb35\"] { background-image: linear-gradient(rgba(28, 54, 85, 0.8), rgba(28, 54, 85, 0.8)), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/coupon_background.jpg\") !important; background-size: auto, cover !important; background-position: 0px 0px, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-15ec2a56438\"] { margin-top: 69px !important; }[data-css=\"tve-u-15ec2a5540e\"] { max-width: 100%; text-align: center; min-height: 561px !important; }[data-css=\"tve-u-15ec2a38bfd\"] { margin-right: 0px !important; padding-right: 0px !important; margin-left: 0px !important; }[data-css=\"tve-u-15ec2a33d71\"] { width: 830px; position: relative; top: 0px; left: 40px; z-index: 7; float: none; padding-right: 0px !important; padding-left: 0px !important; }[data-css=\"tve-u-15ec27075e1\"] { border-left: 1px solid rgb(232, 238, 241); border-top: 1px solid rgb(232, 238, 241); border-bottom: 1px solid rgb(232, 238, 241); }[data-css=\"tve-u-15ec26fee25\"] > .tcb-flex-col > .tcb-col { min-height: 612px; }[data-css=\"tve-u-15ec26fee25\"] { min-height: inherit; margin-left: 0px; padding-top: 0px !important; padding-bottom: 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-15ec26ec232\"] { margin-top: 66px !important; }[data-css=\"tve-u-15ec26e5812\"] { max-width: 100%; min-height: 586px !important; }[data-css=\"tve-u-15ec26c390a\"] { margin-top: 60px !important; }#tve_editor [data-css=\"tve-u-15ec26bd2e8\"] { color: rgb(24, 45, 60) !important; font-size: 70px !important; }[data-css=\"tve-u-15ec26b9914\"] { max-width: 1434px; text-align: center; }[data-css=\"tve-u-15ec26ab7b0\"] { margin-top: 67px !important; }#tve_editor [data-css=\"tve-u-15ec26a92a2\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15ec2698d8d\"] { float: none; max-width: 600px; margin-left: auto !important; margin-right: auto !important; margin-top: 30px !important; }#tve_editor [data-css=\"tve-u-15ec269736c\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15ec269379d\"] { font-size: 45px !important; }[data-css=\"tve-u-15ec268a0a3\"] { font-size: 45px !important; color: rgb(89, 171, 227) !important; }[data-css=\"tve-u-15ec256e611\"] { margin-top: 0px !important; }#tve_editor [data-css=\"tve-u-15ec25610c7\"] { font-size: 40px !important; color: rgb(89, 171, 227) !important; }[data-css=\"tve-u-15ec255fe12\"] { font-family: ABeeZee !important; font-weight: 400 !important; color: rgb(89, 171, 227) !important; font-size: 45px !important; }[data-css=\"tve-u-15ec254985a\"] { margin-right: 0px !important; }[data-css=\"tve-u-15ec253ef3a\"] { text-align: center; background-image: linear-gradient(rgba(24, 45, 60, 0.95), rgba(24, 45, 60, 0.95)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; margin-top: 0px !important; padding-top: 130px !important; padding-bottom: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-15ec253a41f\"] > .tcb-flex-col > .tcb-col { min-height: 661px; }[data-css=\"tve-u-15ec253a41f\"] { min-height: inherit; float: none; max-width: 1474px; z-index: 3; position: relative; padding-top: 0px !important; padding-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; padding-right: 0px !important; }[data-css=\"tve-u-15ec24f97c0\"] { background-image: linear-gradient(rgba(42, 51, 68, 0.1), rgba(42, 51, 68, 0.1)), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/testimonial_bg.jpg\") !important; background-size: auto, cover !important; background-position: 0px 0px, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-15ec24f790d\"] { min-height: 661px !important; }[data-css=\"tve-u-15ec24f494c\"] { margin-top: 60px !important; }[data-css=\"tve-u-15ec24d5e15\"] + div { clear: none; }[data-css=\"tve-u-15ec24d5e15\"] { float: none; width: 65px; margin-left: auto !important; margin-right: auto !important; margin-top: 40px !important; }[data-css=\"tve-u-15ec24ae116\"] + div { clear: none; }[data-css=\"tve-u-15ec24ae116\"] { float: none; width: 73px; margin-left: auto !important; margin-right: auto !important; margin-top: 40px !important; }[data-css=\"tve-u-15ec249b3f6\"] { line-height: 1.9em !important; }[data-css=\"tve-u-15ec2492191\"] { margin-left: 25px !important; margin-right: 25px !important; margin-top: 25px !important; }#tve_editor [data-css=\"tve-u-15ec2487407\"] { text-transform: uppercase !important; color: rgb(135, 156, 171) !important; font-size: 17px !important; }#tve_editor [data-css=\"tve-u-15ec2481d17\"] { font-size: 20px !important; }[data-css=\"tve-u-15ec2477274\"] + div { clear: none; }[data-css=\"tve-u-15ec2477274\"] { float: none; width: 55px; margin-left: auto !important; margin-right: auto !important; margin-top: 40px !important; }[data-css=\"tve-u-15ec2448fdb\"] { float: none; max-width: 1296px; margin-top: 10px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2443105\"] { line-height: 1.8em !important; }[data-css=\"tve-u-15ebea49c0c\"] { float: none; max-width: 1440px; margin-left: auto !important; margin-right: auto !important; margin-top: 0px !important; }#tve_editor [data-css=\"tve-u-15ebea42b31\"] { color: rgb(24, 45, 60) !important; font-size: 70px !important; }[data-css=\"tve-u-15ebea3a693\"] { max-width: 1434px; }[data-css=\"tve-u-15ebe955aaa\"]::after { clear: both; }#tve_editor [data-css=\"tve-u-15ebe925072\"] { font-family: Montserrat; letter-spacing: 0px; font-weight: 400; font-size: 20px !important; color: rgb(24, 45, 60) !important; }[data-css=\"tve-u-15ebe91a626\"] { display: block; max-width: 423px; margin-left: 50px !important; margin-right: 0px !important; }[data-css=\"tve-u-15ebe91a626\"] .tcb-button-link { border-radius: 200px; min-height: 67.1429px; font-size: 1.6em; padding-top: 0px; padding-bottom: 0px; background-color: rgb(105, 240, 174) !important; padding-left: 15px !important; background-image: none !important; }[data-css=\"tve-u-15ebe916c34\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 733px; }[data-css=\"tve-u-15ebe90cfb0\"] { line-height: 1.1em !important; }[data-css=\"tve-u-15ebe906677\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 669px; margin-left: 50px !important; margin-top: 40px !important; }#tve_editor [data-css=\"tve-u-15ebe905473\"] { font-size: 22px !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15ebe8ee6c0\"]::after { clear: both; }[data-css=\"tve-u-15ebe8edca2\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 722px; padding-left: 0px !important; margin-left: 50px !important; margin-top: 104px !important; }[data-css=\"tve-u-15ebe8abb9e\"] { padding: 0px !important; }[data-css=\"tve-u-15ebe8a4d78\"] { clip-path: url(\"#clip-left-335f47a4c8f92\"); -webkit-clip-path: url(\"#clip-left-335f47a4c8f92\");  }[data-css=\"tve-u-15ebe8a2edd\"] { padding-bottom: 0px !important; padding-top: 0px !important; }[data-css=\"tve-u-15ebe89fb7a\"] { margin-left: -35px !important; }[data-css=\"tve-u-15ebe830a90\"] { clip-path: url(\"#clip-left-bb2526ca261ae\"); -webkit-clip-path: url(\"#clip-left-bb2526ca261ae\");  background-image: linear-gradient(rgb(89, 171, 227), rgb(89, 171, 227)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-15ebe827cb3\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 0px !important; }[data-css=\"tve-u-15ebe80a9a1\"] { min-height: 729px; }[data-css=\"tve-u-15ebe738fb8\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-15ebe738fb8\"] > .tcb-flex-col > .tcb-col { min-height: 729px; }[data-css=\"tve-u-15ebe738fb8\"] { min-height: inherit; margin-left: 0px; padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-15ebe73226c\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/header_image-1.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-15ebe72c974\"] { max-width: 1620px; }[data-css=\"tve-u-15ebe70a25b\"] { width: 254px; margin: 0px auto !important; padding-left: 0px !important; float: none; }[data-css=\"tve-u-15ebe5d7b44\"] { background-image: linear-gradient(rgb(24, 45, 60), rgb(24, 45, 60)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-15ebe51d596\"] { max-width: 100%; min-height: 100px !important; }#tcb_landing_page h3 { font-family: Montserrat; font-weight: 200; font-size: 20px; color: rgb(24, 45, 60); }#tcb_landing_page h2 { font-family: \"Amatic SC\"; font-weight: 400; font-size: 70px; color: rgb(24, 45, 60); }#tcb_landing_page h1 { font-family: \"Amatic SC\"; font-weight: 400; font-size: 96px; color: rgb(255, 255, 255); }#tcb_landing_page p, #tcb_landing_page li { font-family: Montserrat; font-weight: 200; color: rgb(24, 45, 60); font-size: 18px; line-height: 1.667em; }[data-css=\"tve-u-15e09c94f7d\"] { background-color: rgb(255, 255, 255); }[data-css=\"tve-u-15ec256b908\"] { font-family: \"Amatic SC\" !important; font-weight: 400 !important; }[data-css=\"tve-u-15ec26760e9\"] { font-family: ABeeZee !important; font-weight: 400 !important; }[data-css=\"tve-u-15ec2680494\"] { font-family: \"Amatic SC\" !important; font-weight: 400 !important; }#tve_editor [data-css=\"tve-u-15ec2ab1d6d\"] { letter-spacing: 1px; color: rgb(255, 255, 255) !important; font-size: 20px !important; }#tve_editor [data-css=\"tve-u-15ec2ab1d82\"] { letter-spacing: 1px; color: rgb(255, 255, 255) !important; font-size: 20px !important; }[data-css=\"tve-u-15ec2abe257\"] { float: none; z-index: 3; position: relative; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2ac01df\"] { display: block; max-width: 423px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2ac01df\"] .tcb-button-link { border-radius: 200px; min-height: 67.1429px; font-size: 1.6em; padding-top: 0px; padding-bottom: 0px; background-color: rgb(105, 240, 174) !important; padding-left: 15px !important; }#tve_editor [data-css=\"tve-u-15ec2af6c4b\"] { color: rgb(24, 45, 60) !important; font-size: 70px !important; }[data-css=\"tve-u-15ec2af6c4e\"] { font-family: \"Amatic SC\" !important; font-weight: 400 !important; }[data-css=\"tve-u-15ec3192f72\"] { margin-left: 25px !important; margin-right: 25px !important; margin-top: 25px !important; }[data-css=\"tve-u-15ec31ba260\"] { float: none; max-width: 1296px; margin-top: 10px !important; margin-left: auto !important; margin-right: auto !important; }#tcb_landing_page a:hover:not(.tcb-button-link) { color: rgb(89, 171, 227); }#tcb_landing_page .tve-state-hovera:not(.tcb-button-link) { color: rgb(89, 171, 227); }#tve_editor [data-css=\"tve-u-160266880a0\"] { color: rgb(255, 255, 255) !important; font-family: Montserrat !important; }[data-css=\"tve-u-1602b324ab9\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1602bec144e\"] { width: 36px; float: left; z-index: 3; position: static; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1602befe215\"] { max-width: 386px; position: relative !important; padding-left: 1px !important; margin-top: 0px !important; margin-left: 50px !important; }[data-css=\"tve-u-160309ddca8\"] + div { clear: none; }[data-css=\"tve-u-160309ddca8\"] { float: none; width: 60px; position: absolute; margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-160309f3e5d\"] { max-width: 75%; margin-left: 80px !important; margin-top: 60px !important; margin-bottom: 40px !important; }[data-css=\"tve-u-160309f6c04\"] { max-width: 75%; margin-left: 80px !important; margin-top: 60px !important; margin-bottom: 80px !important; }[data-css=\"tve-u-16030a013d7\"] + div { clear: none; }[data-css=\"tve-u-16030a013d7\"] { float: none; width: 60px; position: absolute; margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-16030a08afd\"] { position: relative !important; margin-left: 100px !important; }[data-css=\"tve-u-16030a09626\"] { position: relative !important; margin-left: 100px !important; }#tcb_landing_page a.tve-state-hover:not(.tcb-button-link) { color: rgb(89, 171, 227); }[data-css=\"tve-u-1689d19a7e4\"] { margin-top: 0px !important; }[data-css=\"tve-u-1689d19b8cb\"] { padding-top: 0px !important; }[data-css=\"tve-u-1689d1a19d6\"] { box-shadow: rgba(0, 0, 0, 0.4) 0px 8px 12px 0px; margin-top: 0px !important; }[data-css=\"tve-u-1689d1dcf7d\"] { text-align: left; padding-top: 70px !important; padding-bottom: 6px !important; padding-right: 10px !important; }[data-css=\"tve-u-15ebe70a25b\"] img { opacity: 1; }[data-css=\"tve-u-1689d58731a\"] .tve-page-section-in { display: block; }[data-css=\"tve-u-1689d5be595\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-1689d5c3106\"] { margin: 0px auto !important; float: none; }#tve_editor [data-css=\"tve-u-1689d5ca073\"] { font-family: \"Special Elite\" !important; font-weight: 400 !important; }[data-css=\"tve-u-1689d5c3106\"] .tcb-button-link { border-radius: 8px; background-image: none !important; background-color: rgb(143, 2, 32) !important; }#tve_editor [data-css=\"tve-u-1689d5c3106\"]:hover .tcb-button-link { background-color: rgb(96, 0, 2) !important; }[data-css=\"tve-u-1689d6b59be\"] { max-width: 24.9%; }[data-css=\"tve-u-1689d6b5a04\"] { max-width: 75.1%; }}@media (max-width: 1023px){[data-css=\"tve-u-1602b332fd9\"] { float: none; max-width: 121px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1602befe215\"] { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1602b37ce9d\"] .tcb-flex-col { flex-basis: 420px !important; }[data-css=\"tve-u-1602bec144e\"] { float: none; z-index: 3; position: relative; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1602be7db66\"] { float: none; z-index: 3; position: relative; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2a38bfd\"] { text-align: left; }[data-css=\"tve-u-15ec27075e1\"] { margin-top: 0px !important; }[data-css=\"tve-u-15ee1237243\"] { margin-top: 52px !important; }[data-css=\"tve-u-15ee121a6d1\"] { margin-left: 33px !important; margin-right: 33px !important; }[data-css=\"tve-u-15ebe51d596\"] { text-align: left; }[data-css=\"tve-u-15ec2b6e126\"] { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2b54c99\"] { text-align: left; }[data-css=\"tve-u-15ec2b3b468\"] { margin-left: 0px !important; margin-top: 0px !important; box-shadow: rgba(89, 171, 227, 0.15) -3px 7px 69px 10px, rgba(0, 0, 0, 0.4) 0px 8px 12px 0px; }[data-css=\"tve-u-15ec2b37666\"] { margin-top: 0px !important; }[data-css=\"tve-u-15ec2a80647\"] { margin-top: 0px !important; padding-left: 10px !important; padding-right: 10px !important; }[data-css=\"tve-u-15ec2a5540e\"] { max-width: 720px; }[data-css=\"tve-u-15ec2a33d71\"] { width: 395px; float: none; z-index: 3; position: relative; margin: 80px auto 0px !important; }[data-css=\"tve-u-15ec26b9914\"] { max-width: 720px; }[data-css=\"tve-u-15ec253ef3a\"] { padding: 25px 10px !important; }[data-css=\"tve-u-15ebea3a693\"] { max-width: 720px; }[data-css=\"tve-u-15ec30a8a14\"]::after { clear: both; }[data-css=\"tve-u-15ebe916c34\"] { max-width: 376px; }[data-css=\"tve-u-15ebe8a2edd\"] > .tcb-flex-col > .tcb-col { justify-content: center; min-height: 91px; }[data-css=\"tve-u-15ebe70a25b\"] { float: right; z-index: 3; position: relative; margin: 0px auto !important; }[data-css=\"tve-u-15ec3055cca\"] { text-align: center; margin-top: 0px !important; }[data-css=\"tve-u-15ebe8a2edd\"] { min-height: inherit; float: none; max-width: 100%; padding-top: 0px !important; padding-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; flex-wrap: nowrap !important; }[data-css=\"tve-u-15ec30518d3\"] { text-align: center; margin-left: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-15ebe830a90\"] { clip-path: url(\"#clip-tablet-left-bb2526ca261ae\"); -webkit-clip-path: url(\"#clip-tablet-left-bb2526ca261ae\");  }[data-css=\"tve-u-15ebe91a626\"] { margin-left: 30px !important; }[data-css=\"tve-u-15ebe906677\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 336px; margin-left: 30px !important; }[data-css=\"tve-u-15ebe8edca2\"] { margin-left: 30px !important; }[data-css=\"tve-u-15ebe89fb7a\"] { margin-left: -35px !important; }[data-css=\"tve-u-15ebe827cb3\"] { max-width: 100%; }#tve_editor [data-css=\"tve-u-15ebe90cfb0\"] { font-size: 84px !important; }[data-css=\"tve-u-1689d1a19d6\"] { box-shadow: rgba(0, 0, 0, 0.4) 0px 8px 12px 0px, rgba(0, 0, 0, 0.4) -3px 7px 69px 10px; }[data-css=\"tve-u-1689d6b59be\"] { max-width: 48.9%; }[data-css=\"tve-u-1689d6b5a04\"] { max-width: 51.1%; }}@media (max-width: 767px){[data-css=\"tve-u-160309b344b\"] { margin-left: 10px !important; margin-top: 30px !important; margin-right: 10px !important; }[data-css=\"tve-u-16030a013d7\"] { position: static; }[data-css=\"tve-u-16030a09626\"] { margin-left: 10px !important; margin-top: 30px !important; margin-right: 10px !important; }[data-css=\"tve-u-160309ddca8\"] { position: static; }[data-css=\"tve-u-16030a08afd\"] { margin-left: 10px !important; margin-right: 10px !important; margin-top: 30px !important; }[data-css=\"tve-u-160309b00b4\"] { position: static; }[data-css=\"tve-u-16030975307\"] { max-width: 100%; margin-left: 10px !important; margin-right: 10px !important; }[data-css=\"tve-u-160309f6c04\"] { max-width: 100%; margin-left: 10px !important; margin-right: 10px !important; }[data-css=\"tve-u-160309f3e5d\"] { max-width: 100%; margin-left: 10px !important; margin-right: 10px !important; }[data-css=\"tve-u-15ec2a38bfd\"]::after { clear: both; }[data-css=\"tve-u-1602bff3cd5\"]::after { clear: both; }[data-css=\"tve-u-1602bfea280\"] { margin-top: 0px !important; margin-bottom: 20px !important; }[data-css=\"tve-u-15ec2b6e126\"] { float: left; z-index: 3; position: relative; margin-left: 24px !important; }[data-css=\"tve-u-1602bf25f10\"]::after { clear: both; }[data-css=\"tve-u-1602b332fd9\"] { max-width: 257px; float: left; z-index: 3; position: relative; width: 100%; margin-top: 20px !important; margin-left: 20px !important; }[data-css=\"tve-u-15ec253ef3a\"] { padding-top: 30px !important; padding-bottom: 30px !important; }[data-css=\"tve-u-15ee1237243\"] { margin-top: 25px !important; }[data-css=\"tve-u-15ee1232726\"] { margin-top: 25px !important; }[data-css=\"tve-u-15ebe70a25b\"] { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-15ec2ae8715\"] { margin-left: -15px; }[data-css=\"tve-u-15ec2ae8715\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-15ec2b33f06\"] { margin-right: 0px !important; }[data-css=\"tve-u-15ec26fee25\"] > .tcb-flex-col > .tcb-col { min-height: 387px; }[data-css=\"tve-u-15ec26fee25\"] { margin-left: 0px; min-height: inherit; }[data-css=\"tve-u-15ec26fee25\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-15ec2a33d71\"] { position: static; margin-bottom: 0px !important; }[data-css=\"tve-u-15ec31ba260\"] { padding-left: 3px !important; padding-right: 3px !important; }[data-css=\"tve-u-15ec253a41f\"] > .tcb-flex-col > .tcb-col { min-height: 27px; }[data-css=\"tve-u-15ec253a41f\"] { margin-left: 0px; min-height: inherit; }[data-css=\"tve-u-15ec253a41f\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-15ec254985a\"] { margin-top: 0px !important; }[data-css=\"tve-u-15ec24f494c\"] { margin-top: 30px !important; }[data-css=\"tve-u-15ec256e611\"] { margin-top: 0px !important; }[data-css=\"tve-u-15ec3192f72\"] { margin-bottom: 32px !important; }[data-css=\"tve-u-15ec318421d\"] { margin-bottom: 34px !important; margin-top: -105px !important; }[data-css=\"tve-u-15ebe738fb8\"] > .tcb-flex-col > .tcb-col { min-height: 554px; }[data-css=\"tve-u-15ebe738fb8\"] { min-height: inherit; padding-bottom: 0px !important; }[data-css=\"tve-u-15ec3017516\"] { margin-top: 0px !important; padding-left: 5px !important; padding-right: 5px !important; }[data-css=\"tve-u-15ebe89fb7a\"] { margin-left: -20px !important; }[data-css=\"tve-u-15ec3055cca\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-15ebe916c34\"] { margin-bottom: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-15ec3152b02\"] { min-height: 226px; }[data-css=\"tve-u-15ebe80a9a1\"] { min-height: 554px; }[data-css=\"tve-u-15ebe91a626\"] { margin-left: 28px !important; margin-right: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-15ebe906677\"] { margin-left: 30px !important; }[data-css=\"tve-u-15ebe8edca2\"] { margin-left: 30px !important; margin-top: 45px !important; }[data-css=\"tve-u-15ebe827cb3\"] { max-width: 100%; }[data-css=\"tve-u-15ec313e743\"] { margin-left: 10px !important; margin-right: 10px !important; }[data-css=\"tve-u-1602befe215\"] { max-width: 257px; float: left; z-index: 3; position: relative; width: 100%; margin-top: 20px !important; margin-left: 20px !important; }}'),(4935,469,'tve_revision_tve_user_custom_css','.thrv_text_element p {margin:0;}\n.thrv_heading h1,h2,h3 {margin:0;}'),(4936,469,'tve_revision_tve_page_events','a:0:{}'),(4937,469,'tve_revision_tve_globals','a:4:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";s:11:\"extra_icons\";a:1:{i:0;a:3:{s:11:\"font-family\";s:25:\"tve-ff-6797-59f9979fd5998\";s:3:\"css\";s:87:\"http://lp-build.thrivethemes.com/wp-content/uploads/tve-ff-6797-59f9979fd5998/style.css\";s:6:\"folder\";s:92:\"/home/thrivedevbitston/public_html/landingpages/wp-content/uploads/tve-ff-6797-59f9979fd5998\";}}s:6:\"lb_map\";a:1:{i:6808;s:3:\"265\";}s:8:\"font_cls\";a:0:{}}'),(4938,469,'tve_revision_tve_global_scripts',''),(4939,469,'tve_revision_thrive_icon_pack','0'),(4940,469,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(4941,469,'tve_revision_tve_has_masonry','0'),(4942,469,'tve_revision_tve_has_typefocus','0'),(4943,469,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1689d58731a\" wfd-id=\"258\"><div class=\"tve-page-section-out\" data-css=\"tve-u-15ebe5d7b44\" wfd-id=\"292\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ebe51d596\" wfd-id=\"259\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15ec3055cca\" wfd-id=\"260\"><div class=\"tcb-flex-row tcb-resized tcb-medium-no-wrap tcb-mobile-no-wrap tcb--cols--2\" data-css=\"tve-u-15ebe8a2edd\" wfd-id=\"261\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1689d6b59be\" style=\"\" wfd-id=\"276\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec30518d3\" wfd-id=\"278\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ebe70a25b\" wfd-id=\"290\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"291\"><img class=\"tve_image wp-image-465\" alt=\"\" width=\"300\" height=\"48\" title=\"Blackhawk_custom_header\" data-id=\"465\" src=\"https://bestcerakoteflorida.com/wp-content/uploads/2019/01/Blackhawk_custom_header-300x48.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1689d5be595\" wfd-id=\"279\">\n<div class=\"tve-content-box-background\" wfd-id=\"289\"></div>\n<div class=\"tve-cb\" wfd-id=\"280\"><div class=\"thrv_wrapper thrv-button tcb-with-icon\" data-css=\"tve-u-1689d5c3106\" data-tcb_hover_state_parent=\"\" data-button-style=\"rounded\" wfd-id=\"281\">\n<a href=\"tel:19548481911\" class=\"tcb-button-link\" rel=\"\"><span class=\"tcb-button-icon\" wfd-id=\"287\">\n<div class=\"thrv_wrapper thrv_icon tve_no_drag tve_no_icons tcb-icon-inherit-style tcb-icon-display\" wfd-id=\"288\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-phone-square-solid\" data-name=\"\">\n<path d=\"M400 32H48C21.49 32 0 53.49 0 80v352c0 26.51 21.49 48 48 48h352c26.51 0 48-21.49 48-48V80c0-26.51-21.49-48-48-48zM94 416c-7.033 0-13.057-4.873-14.616-11.627l-14.998-65a15 15 0 0 1 8.707-17.16l69.998-29.999a15 15 0 0 1 17.518 4.289l30.997 37.885c48.944-22.963 88.297-62.858 110.781-110.78l-37.886-30.997a15.001 15.001 0 0 1-4.289-17.518l30-69.998a15 15 0 0 1 17.16-8.707l65 14.998A14.997 14.997 0 0 1 384 126c0 160.292-129.945 290-290 290z\"></path>\n</svg></div>\n</span>\n<span class=\"tcb-button-texts\" wfd-id=\"282\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-1689d5ca073\" wfd-id=\"283\">Call Now To Reserve</span></span>\n</a>\n</div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1689d6b5a04\" style=\"\" wfd-id=\"262\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec313e743\" data-tcb_hover_state_parent=\"\" wfd-id=\"264\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone tcb-tablet-hidden tcb-mobile-hidden\" style=\"\" wfd-id=\"267\"><p data-css=\"tve-u-15f002fa8f6\"><span data-css=\"tve-u-15f0034f748\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"275\"><a href=\"#whatwedo\">What We Do</a></span>&nbsp; &nbsp; <span data-css=\"tve-u-15f003606db\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"274\"><a href=\"#testimonials\">Testimonials</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f003655f8\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"273\"><a href=\"#aboutus\">About Us</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f00369f5e\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"272\"><a href=\"#getyourcoupon\">Get Your Coupon</a></span>&nbsp; &nbsp; <span data-css=\"tve-u-15f0064f814\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"271\"><a href=\"#areaweserve\">Area We Serve</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f003784ab\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"270\"><a href=\"#contact\">Contact</a></span></p></div><div class=\"thrv_wrapper thrv_widget_menu tve-custom-menu-upgrade tcb-elem-placeholder\" data-css=\"tve-u-1689d713663\" wfd-id=\"265\">\n<span class=\"tcb-inline-placeholder-action with-icon\" wfd-id=\"266\">\n<svg class=\"tcb-icon tcb-icon-add\"><use xlink:href=\"#tcb-icon-add\"></use></svg>		Add Menu	</span>\n</div></div></div></div></div></div></div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ebe8abb9e\" wfd-id=\"225\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ebe8a4d78\" data-clip-id=\"335f47a4c8f92\" wfd-id=\"257\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-left-335f47a4c8f92\" class=\"decoration-clip clip-path-left\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" pointer-width=\"6\" pointer-height=\"2.5\" style=\"curves\" decoration-type=\"none\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon><ellipse cx=\"0.025\" cy=\"0.029412\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.08823600000000001\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.14706\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.205884\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.264708\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.323532\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.38235600000000003\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.44118\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.500004\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.558828\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.617652\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.676476\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.7353000000000001\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.794124\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.852948\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.911772\" rx=\"0.025\" ry=\"0.029412\"></ellipse><ellipse cx=\"0.025\" cy=\"0.970596\" rx=\"0.025\" ry=\"0.029412\"></ellipse></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ebe72c974\" wfd-id=\"226\"><div class=\"thrv_wrapper thrv-columns tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec318421d\" wfd-id=\"227\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-15ebe738fb8\" wfd-id=\"228\"><div class=\"tcb-flex-col\" wfd-id=\"254\"><div class=\"tcb-col\" data-css=\"tve-u-15ebe73226c\" wfd-id=\"256\"></div></div><div class=\"tcb-flex-col\" wfd-id=\"229\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ebe89fb7a\" wfd-id=\"231\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ebe827cb3\" wfd-id=\"232\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15ebe830a90\" data-clip-id=\"bb2526ca261ae\" wfd-id=\"253\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-left-bb2526ca261ae\" class=\"decoration-clip clip-path-left\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"divider\" pointer-width=\"5.7\" pointer-height=\"2.5\" style=\"curves\" slanted-angle=\"5\"><polygon points=\"0.025 0, 0.025 1, 1 1, 1 0\"></polygon><ellipse cx=\"0.025\" cy=\"0.027778\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.083334\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.13889\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.194446\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.250002\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.305558\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.361114\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.41667\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.47222600000000003\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.527782\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.583338\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.638894\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.69445\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.7500060000000001\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.805562\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.861118\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.916674\" rx=\"0.025\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.025\" cy=\"0.97223\" rx=\"0.025\" ry=\"0.027778\"></ellipse></clipPath><clipPath id=\"clip-tablet-left-bb2526ca261ae\" class=\"decoration-clip clip-path-tablet-left\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"divider\" pointer-width=\"5.7\" pointer-height=\"4\" style=\"curves\" slanted-angle=\"5\"><polygon points=\"0.04 0, 0.04 1, 1 1, 1 0\"></polygon><ellipse cx=\"0.04\" cy=\"0.027778\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.083334\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.13889\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.194446\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.250002\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.305558\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.361114\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.41667\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.47222600000000003\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.527782\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.583338\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.638894\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.69445\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.7500060000000001\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.805562\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.861118\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.916674\" rx=\"0.04\" ry=\"0.027778\"></ellipse><ellipse cx=\"0.04\" cy=\"0.97223\" rx=\"0.04\" ry=\"0.027778\"></ellipse></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ebe80a9a1\" wfd-id=\"233\"><div class=\"tcb-clear\" data-css=\"tve-u-15ebe8ee6c0\" wfd-id=\"247\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15ebe8edca2\" data-tag=\"h1\" wfd-id=\"248\"><h1 data-css=\"tve-u-15ebe90cfb0\">Happy dogs =<br>â€‹â€‹â€‹â€‹â€‹happâ€‹â€‹â€‹â€‹y owners</h1></div></div><div class=\"tcb-clear\" data-css=\"tve-u-15ec30a8a14\" wfd-id=\"243\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ebe906677\" wfd-id=\"244\"><p data-css=\"tve-u-15ebe905473\">Offer your dog a premium walking experience</p></div></div><div class=\"tcb-clear\" data-css=\"tve-u-15ebe955aaa\" wfd-id=\"234\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ebe916c34\" wfd-id=\"235\">\n<div class=\"tve-content-box-background\" wfd-id=\"242\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ec3152b02\" wfd-id=\"236\"><div class=\"thrv_wrapper thrv-button tve_ea_thrive_lightbox\" data-css=\"tve-u-15ebe91a626\" data-tcb_hover_state_parent=\"false\" data-button-style=\"full_rounded\" wfd-id=\"237\">\n<a href=\"#\" class=\"tcb-button-link tve_evt_manager_listen tve_et_click\" data-tcb-events=\"__TCB_EVENT_[{&quot;config&quot;:{&quot;l_anim&quot;:&quot;zoom_in&quot;,&quot;l_id&quot;:&quot;265&quot;},&quot;a&quot;:&quot;thrive_lightbox&quot;,&quot;t&quot;:&quot;click&quot;}]_TNEVE_BCT__\">\n<span class=\"tcb-button-texts\" wfd-id=\"238\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-15ebe925072\" wfd-id=\"239\">Get -20% On Your First Walk</span></span>\n</a>\n</div></div>\n</div></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec3017516\" wfd-id=\"216\">\n<div class=\"tve-page-section-out\" wfd-id=\"224\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ebea3a693\" wfd-id=\"217\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15ebea49c0c\" id=\"whatwedo\" data-tag=\"h1\" wfd-id=\"221\"><h1 data-css=\"tve-u-15ebea42b31\" style=\"text-align: center;\">What We Do</h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2448fdb\" wfd-id=\"218\"><p data-css=\"tve-u-15ec2443105\" style=\"text-align: center;\">Our goal is to make sure the owners are comforted, the pups are exercised and happy and that we are getting our own puppy fixes. But letâ€™s be honest- itâ€™s their world, weâ€™re just living in it! As a small team of experienced dog owners and lovers, we really get to know you and your dog and we canguarantee consistent and personal care that is equal to your love and attention. We are so excited to make you a part of the family!</p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" wfd-id=\"181\">\n<div class=\"tve-page-section-out\" wfd-id=\"215\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ee1211b9b\" wfd-id=\"182\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15ee121a6d1\" wfd-id=\"183\"><div class=\"tcb-flex-row tcb--cols--3 tcb-medium-wrap\" data-css=\"tve-u-15ee121fb1c\" wfd-id=\"184\"><div class=\"tcb-flex-col\" wfd-id=\"205\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ee1225fdf\" wfd-id=\"207\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec2477274\" wfd-id=\"213\"><span class=\"tve_image_frame\" wfd-id=\"214\"><img class=\"tve_image wp-image-1596\" alt=\"\" width=\"55\" height=\"73\" title=\"what_do_icon_01\" data-id=\"1596\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_01.png\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"212\"><p data-css=\"tve-u-15ec2481d17\"><strong>First Class Care</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"211\"><p data-css=\"tve-u-15ec2487407\">all the best for them</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2492191\" wfd-id=\"208\"><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"195\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ee1232726\" wfd-id=\"197\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec24ae116\" wfd-id=\"203\"><span class=\"tve_image_frame\" wfd-id=\"204\"><img class=\"tve_image wp-image-1597\" alt=\"\" width=\"73\" height=\"73\" title=\"what_do_icon_02\" data-id=\"1597\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_02.png\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"202\"><p data-css=\"tve-u-15ec2481d17\"><strong>Snacks Included</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"201\"><p data-css=\"tve-u-15ec2487407\">for your little one</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec3192f72\" wfd-id=\"198\"><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"185\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ee1237243\" wfd-id=\"187\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec24d5e15\" wfd-id=\"193\"><span class=\"tve_image_frame\" wfd-id=\"194\"><img class=\"tve_image wp-image-1598\" alt=\"\" width=\"65\" height=\"73\" title=\"what_do_icon_03\" data-id=\"1598\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_03.png\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"192\"><p data-css=\"tve-u-15ec2481d17\"><strong>Regularly walks</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"191\"><p data-css=\"tve-u-15ec2487407\">to keep them ealthy</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2492191\" wfd-id=\"188\"><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris.</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-15ec24f494c\" id=\"testimonials\" style=\"\" wfd-id=\"157\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ec24f97c0\" wfd-id=\"180\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec24f790d\" wfd-id=\"158\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15ec254985a\" style=\"\" wfd-id=\"159\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-15ec253a41f\" wfd-id=\"160\"><div class=\"tcb-flex-col\" wfd-id=\"164\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec253ef3a\" style=\"\" wfd-id=\"166\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec256e611\" style=\"\" wfd-id=\"171\"><p data-css=\"tve-u-15ec25610c7\"><span data-css=\"tve-u-15ec268a0a3\" style=\"font-size: 45px; color: rgb(89, 171, 227);\" wfd-id=\"178\"><span data-css=\"tve-u-15ec26760e9\" style=\"font-family: ABeeZee;\" wfd-id=\"179\">â€</span></span><span data-css=\"tve-u-15ec256b908\" style=\"font-family: &quot;Amatic SC&quot;;\" wfd-id=\"177\">&nbsp; &nbsp; &nbsp;</span><span data-css=\"tve-u-15ec2680494\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"175\"><span data-css=\"tve-u-15ec269379d\" style=\"font-size: 45px;\" wfd-id=\"176\">my chester enjoys being with them!</span> &nbsp; &nbsp;&nbsp;</span><span data-css=\"tve-u-15ec255fe12\" style=\"font-family: ABeeZee; font-weight: 400; color: rgb(89, 171, 227); font-size: 45px;\" wfd-id=\"174\">â€</span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2698d8d\" wfd-id=\"168\"><p data-css=\"tve-u-160266880a0\">We LOVE going for walks with our friends at Paw! Donâ€™t tell our mom &amp; dad,but we get really excited when they leave for work because we know it wonâ€™t be long before we get a visit from one of our favorite friends at PawCity! Best part is, they always let our parents know how ourwalk went right away so they dont have to worry about us!</p><p data-css=\"tve-u-15ec269736c\">We love you PawCity!! xoxo</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec26ab7b0\" style=\"\" wfd-id=\"167\"><p data-css=\"tve-u-15ec26a92a2\"><strong>Anna Olson</strong>, Chesterâ€™s Mom</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"161\"><div class=\"tcb-col\" wfd-id=\"163\"></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec26c390a\" id=\"aboutus\" wfd-id=\"150\">\n<div class=\"tve-page-section-out\" wfd-id=\"156\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec26b9914\" wfd-id=\"151\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15ee1037a1d\" data-tag=\"h1\" wfd-id=\"153\"><h1 data-css=\"tve-u-15ec26bd2e8\">About us</h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec31ba260\" wfd-id=\"152\"><p data-css=\"tve-u-15ec2443105\" style=\"text-align: center;\">At PawCity, we lead lives full of the unconditional love and happiness we receive from the furballs we get to spend time with everyday and we have this beautiful city and all the beautiful people in it to thank. We love you and your pups!!</p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" style=\"width: 1603px; left: 0px;\" data-css=\"tve-u-15ec26ec232\" wfd-id=\"113\">\n<div class=\"tve-page-section-out\" wfd-id=\"149\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec26e5812\" wfd-id=\"114\"><div class=\"thrv_wrapper thrv-columns tcb-window-width\" style=\"width: 1603px; left: -1px;\" data-css=\"tve-u-15ee106257d\" wfd-id=\"115\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2\" data-css=\"tve-u-15ec26fee25\" wfd-id=\"116\"><div class=\"tcb-flex-col c-33\" wfd-id=\"144\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec2a38bfd\" wfd-id=\"146\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec2a33d71\" wfd-id=\"147\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"148\"><img class=\"tve_image wp-image-7399\" alt=\"\" width=\"830\" height=\"775\" title=\"about_us_dog\" data-id=\"7399\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/about_us_dog.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col c-66\" wfd-id=\"117\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec27075e1\" wfd-id=\"119\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160309f3e5d\" wfd-id=\"136\">\n<div class=\"tve-content-box-background\" wfd-id=\"143\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160309b397d\" wfd-id=\"137\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-160309b00b4\" data-float=\"1\" wfd-id=\"141\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"142\"><img class=\"tve_image wp-image-7404\" alt=\"\" width=\"64\" height=\"64\" title=\"dog_paw\" data-id=\"7404\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/dog_paw.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16030a08afd\" wfd-id=\"138\"><p>We moved to New York City with our black bulldog rescue, Blakely, in 2007 after graduating from the University of Maryland. Immediately, we realized what a dog-crazy place it was.</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160309f6c04\" wfd-id=\"128\">\n<div class=\"tve-content-box-background\" wfd-id=\"135\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160309b397d\" wfd-id=\"129\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-160309ddca8\" data-float=\"1\" wfd-id=\"133\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"134\"><img class=\"tve_image wp-image-7403\" alt=\"\" width=\"64\" height=\"64\" title=\"dog_house\" data-id=\"7403\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/dog_house.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16030a09626\" wfd-id=\"130\"><p>We knew right away that we wanted to work with the animals that we loved and that had given us so much love since we were little girls. We started PawCity Dog Walking in July of 2010.</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16030975307\" wfd-id=\"120\">\n<div class=\"tve-content-box-background\" wfd-id=\"127\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160309b397d\" wfd-id=\"121\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16030a013d7\" data-float=\"1\" wfd-id=\"125\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"126\"><img class=\"tve_image wp-image-7405\" alt=\"\" width=\"64\" height=\"64\" title=\"spinning_wheel\" data-id=\"7405\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/spinning_wheel.png\" style=\"width: 100%;\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160309b344b\" wfd-id=\"122\"><p>We cover the entire width of the East Side, from 96th Street to Delancey and handle every type of personality imaginable. At PawCity, we lead lives full of the unconditional love and happiness we receive from the furballs we get to spend time with everyday.</p></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" data-css=\"tve-u-15ec2a56438\" style=\"width: 1603px; left: 0px;\" id=\"getyourcoupon\" wfd-id=\"91\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ec2a5bb35\" wfd-id=\"112\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec2a5540e\" wfd-id=\"92\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ec2a80647\" wfd-id=\"93\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15ec2a9b8a9\" wfd-id=\"111\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ec2a81a9f\" wfd-id=\"94\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2a6f589\" wfd-id=\"107\"><p data-css=\"tve-u-15ec2a6b447\"><span data-css=\"tve-u-15ec2a6d9d8\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"110\"><strong>Get Your Coupon</strong></span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15ec2aaa9a4\" wfd-id=\"103\"><p data-css=\"tve-u-15ec2ab1d6d\">We strive to keep both you and your pup as happy and comfortable as possible while youâ€™re out earning those big bucks.</p><p data-css=\"tve-u-15ec2ab1d82\"><br></p><p data-css=\"tve-u-15ec2aa8e2e\"><strong>Get <span data-css=\"tve-u-15ec2aafa24\" style=\"color: rgb(89, 171, 227);\" wfd-id=\"106\">20%</span> off your first walk. Enter your email and we\'ll send you your coupon.</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15ec2abe257\" wfd-id=\"95\">\n<div class=\"tve-content-box-background\" wfd-id=\"102\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-15ec2acb421\" wfd-id=\"96\"><div class=\"thrv_wrapper thrv-button tve_ea_thrive_lightbox\" data-css=\"tve-u-15ec2ac01df\" data-tcb_hover_state_parent=\"false\" data-button-style=\"full_rounded\" wfd-id=\"97\">\n<a href=\"#\" class=\"tcb-button-link tve_evt_manager_listen tve_et_click\" data-tcb-events=\"__TCB_EVENT_[{&quot;config&quot;:{&quot;l_anim&quot;:&quot;zoom_in&quot;,&quot;l_id&quot;:&quot;265&quot;},&quot;a&quot;:&quot;thrive_lightbox&quot;,&quot;t&quot;:&quot;click&quot;}]_TNEVE_BCT__\">\n<span class=\"tcb-button-texts\" wfd-id=\"98\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-15ebe925072\" wfd-id=\"99\">Get Your Coupon Now</span></span>\n</a>\n</div></div>\n</div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-15ec2b0a32a\" id=\"areaweserve\" wfd-id=\"62\">\n<div class=\"tve-page-section-out\" wfd-id=\"90\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15f76fcb7df\" wfd-id=\"63\"><div class=\"thrv_wrapper thrv-columns\" style=\"\" data-css=\"tve-u-15ee103f44a\" wfd-id=\"64\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--3\" data-css=\"tve-u-15ec2ae8715\" wfd-id=\"65\"><div class=\"tcb-flex-col\" wfd-id=\"79\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec2b37666\" wfd-id=\"81\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"86\"><p data-css=\"tve-u-15ec2af6c4b\"><span data-css=\"tve-u-15ec2af6c4e\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"89\">areaS we serve</span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" wfd-id=\"82\"><p>As a small team of experienced dog owners and lovers, we really get to know you and your dog and we canguarantee consistent and personal care that is equal to your love and attention.</p><p><br></p><p><strong><span data-css=\"tve-u-15ec2afed17\" style=\"color: rgb(89, 171, 227);\" wfd-id=\"85\">We are so excited to make you a part of the family!</span></strong></p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"75\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15ec2b33f06\" wfd-id=\"77\"><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-15ec2b3b468\" wfd-id=\"78\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=825 South Kings Highwa&amp;t=m&amp;z=11&amp;output=embed&amp;iwloc=near\"></iframe>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"66\"><div class=\"tcb-col\" data-css=\"tve-u-1689d1dcf7d\" wfd-id=\"68\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1689d19a7e4\" wfd-id=\"69\"><div class=\"tcb-flex-row tcb--cols--1\" data-css=\"tve-u-1689d19b8cb\" wfd-id=\"70\"><div class=\"tcb-flex-col\" wfd-id=\"71\"><div class=\"tcb-col\" wfd-id=\"73\"><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-1689d1a19d6\" wfd-id=\"74\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=2090 SW 71 Terrace&amp;t=m&amp;z=10&amp;output=embed&amp;iwloc=near\"></iframe>\n</div></div></div></div></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-window-width\" data-css=\"tve-u-15ec2b5d54c\" style=\"width: 1603px; left: 0px;\" id=\"contact\" wfd-id=\"21\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-15ec2b56fac\" wfd-id=\"61\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-15ec2b54c99\" wfd-id=\"22\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1602b31dfcd\" wfd-id=\"23\"><div class=\"tcb-flex-row tcb-resized tcb-medium-wrap tcb--cols--3\" data-css=\"tve-u-1602b37ce9d\" wfd-id=\"24\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1602be453ec\" style=\"\" wfd-id=\"55\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"57\"><div class=\"tcb-clear\" data-css=\"tve-u-1602bff3cd5\" wfd-id=\"58\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-15ec2b6e126\" wfd-id=\"59\"><span class=\"tve_image_frame\" wfd-id=\"60\"><img class=\"tve_image wp-image-25564\" alt=\"\" width=\"142\" height=\"44\" title=\"logo_pawcity\" data-id=\"25564\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/logo_pawcity.png\"></span></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1602be45437\" style=\"\" wfd-id=\"39\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1602be56dfc\" wfd-id=\"41\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1602bfebaf9\" wfd-id=\"42\">\n<div class=\"tve-content-box-background\" wfd-id=\"54\"></div>\n<div class=\"tve-cb\" wfd-id=\"43\"><div class=\"tcb-clear\" data-css=\"tve-u-1602bf36e2c\" wfd-id=\"51\"><div class=\"thrv_wrapper tve_image_caption tcb-mobile-hidden\" data-css=\"tve-u-1602be7db66\" data-float=\"1\" wfd-id=\"52\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"53\"><img class=\"tve_image wp-image-7369\" alt=\"\" width=\"64\" height=\"64\" title=\"location\" data-id=\"7369\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/location.png\" style=\"width: 100%;\"></span></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1602bf25f10\" wfd-id=\"44\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1602befe215\" wfd-id=\"45\"><p data-css=\"tve-u-1602bfa220e\"><strong><span data-css=\"tve-u-1602b324a9b\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"50\">67 E. 3rd Street</span></strong><span data-css=\"tve-u-1602b324a9c\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"49\"> </span><span data-css=\"tve-u-1602b324ab9\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"48\">Suite B New York, NY 10003</span></p></div></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1602be4545b\" style=\"\" wfd-id=\"25\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"27\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1602bfea280\" wfd-id=\"28\">\n<div class=\"tve-content-box-background\" wfd-id=\"38\"></div>\n<div class=\"tve-cb\" wfd-id=\"29\"><div class=\"tcb-clear\" data-css=\"tve-u-1602bfc4bea\" wfd-id=\"35\"><div class=\"thrv_wrapper tve_image_caption tcb-mobile-hidden\" data-css=\"tve-u-1602bec144e\" data-float=\"1\" wfd-id=\"36\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"37\"><img class=\"tve_image wp-image-7370\" alt=\"\" width=\"64\" height=\"64\" title=\"phone\" data-id=\"7370\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/phone.png\" style=\"width: 100%;\"></span></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1602bfc74c3\" wfd-id=\"30\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1602b332fd9\" data-float=\"1\" wfd-id=\"31\"><p><strong><span data-css=\"tve-u-1602b324a9b\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"34\">080</span></strong><span data-css=\"tve-u-1602b324a9c\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"33\"> </span><span data-css=\"tve-u-1602b324ab9\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"32\">708 5583</span></p></div></div></div>\n</div></div></div></div></div></div>\n</div>'),(4944,469,'tve_revision_tve_has_wistia_popover','0'),(4945,468,'_edit_last','1'),(4946,468,'thrive_ab_traffic','100'),(4947,468,'is_control','1'),(4948,468,'thrive_ab_status','published'),(4949,468,'_edit_lock','1551977479:1'),(4950,470,'tve_revision_tve_landing_page',''),(4951,470,'tve_revision_tve_disable_theme_dependency',''),(4952,470,'tve_revision_tve_content_before_more',''),(4953,470,'tve_revision_tve_content_more_found',''),(4954,470,'tve_revision_tve_save_post',''),(4955,470,'tve_revision_tve_custom_css',''),(4956,470,'tve_revision_tve_user_custom_css',''),(4957,470,'tve_revision_tve_page_events',''),(4958,470,'tve_revision_tve_globals',''),(4959,470,'tve_revision_tve_global_scripts',''),(4960,470,'tve_revision_thrive_icon_pack',''),(4961,470,'tve_revision_thrive_tcb_post_fonts',''),(4962,470,'tve_revision_tve_has_masonry',''),(4963,470,'tve_revision_tve_has_typefocus',''),(4964,470,'tve_revision_tve_updated_post',''),(4965,470,'tve_revision_tve_has_wistia_popover',''),(4966,468,'templator-screenshot-id','0'),(4967,468,'site-sidebar-layout','default'),(4968,468,'site-content-layout','default'),(4969,468,'theme-transparent-header-meta','default'),(4970,468,'stick-header-meta','default'),(5755,518,'tve_revision_tve_global_scripts',''),(5754,518,'tve_revision_tve_globals',''),(5753,518,'tve_revision_tve_page_events',''),(5752,518,'tve_revision_tve_user_custom_css',''),(5751,518,'tve_revision_tve_custom_css',''),(5750,518,'tve_revision_tve_save_post',''),(5749,518,'tve_revision_tve_content_more_found',''),(5748,518,'tve_revision_tve_content_before_more',''),(5747,518,'tve_revision_tve_disable_theme_dependency',''),(5746,518,'tve_revision_tve_landing_set',''),(5745,518,'tve_revision_tve_landing_page',''),(5744,468,'tcb2_ready','1'),(14018,7022,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579761758;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14017,7021,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579755556;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(5948,525,'_menu_item_object','page'),(5946,525,'_menu_item_menu_item_parent','0'),(5947,525,'_menu_item_object_id','95'),(5945,525,'_menu_item_type','post_type'),(5943,524,'_menu_item_url',''),(5944,524,'_menu_item_orphaned','1551913168'),(5942,524,'_menu_item_xfn',''),(5941,524,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(5940,524,'_menu_item_target',''),(5939,524,'_menu_item_object','page'),(5938,524,'_menu_item_object_id','141'),(5937,524,'_menu_item_menu_item_parent','0'),(5936,524,'_menu_item_type','post_type'),(6875,571,'tve_revision_tve_landing_page','tcb2-thrivebiz-car-wash'),(6876,571,'tve_revision_tve_landing_set',''),(6877,571,'tve_revision_tve_disable_theme_dependency','1'),(6878,571,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-162717d1bbe\" wfd-id=\"420\"><div class=\"tcb-flex-row tcb-medium-no-wrap v-2 tcb--cols--3 m-edit tcb-mobile-wrap tcb-resized\" data-css=\"tve-u-162717d1bbf\" wfd-id=\"421\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1695981e7bb\" wfd-id=\"440\"><div class=\"tcb-col\" data-css=\"tve-u-16959846d3d\" wfd-id=\"442\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16959822de2\" wfd-id=\"443\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"444\"><img class=\"tve_image wp-image-465\" alt=\"\" width=\"384\" height=\"62\" title=\"Blackhawk_custom_header\" data-id=\"465\" src=\"https://bestcerakoteflorida.com/wp-content/uploads/2019/01/Blackhawk_custom_header.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717d1bb9\" style=\"\" wfd-id=\"433\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717d1bb6\" wfd-id=\"435\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-164179a84b8\" wfd-id=\"436\">\n<div class=\"tve-content-box-background\" wfd-id=\"439\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"437\"><div class=\"tcb-clear\" wfd-id=\"438\"></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717d1bb7\" style=\"\" wfd-id=\"422\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717d1bbc\" wfd-id=\"424\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16369305186\" wfd-id=\"425\">\n<div class=\"tve-content-box-background\" wfd-id=\"432\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16417e9d24e\" wfd-id=\"426\"><div class=\"tcb-clear\" wfd-id=\"430\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-16417e5bd95\" data-float=\"1\" wfd-id=\"431\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-envelope-regular\" data-name=\"\">\n            <path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path>\n        </svg></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-164179bced9\" wfd-id=\"427\"><p data-css=\"tve-u-1641333d7d1\"><a href=\"mailto:info@bestcerkoteflorida.com\" target=\"_blank\">info@bestcerakoteflorida.com</a></p></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-162717cb621\" data-value-type=\"percent\" wfd-id=\"394\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-162717cb620\" data-clip-id=\"c883ac5175045\" wfd-id=\"419\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-c883ac5175045\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9125, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-c883ac5175045\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9476, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-c883ac5175045\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9651, 1 1, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-162717cb609\" wfd-id=\"395\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-162717cb618\" wfd-id=\"396\"><div class=\"tcb-flex-row tcb-medium-wrap tcb-resized v-2 tcb--cols--2\" data-css=\"tve-u-162717cb617\" wfd-id=\"397\"><div class=\"tcb-flex-col\" data-css=\"tve-u-162717cb601\" style=\"\" wfd-id=\"409\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717cb60a\" wfd-id=\"411\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h1\" data-css=\"tve-u-162717cb610\" wfd-id=\"415\"><h1 data-css=\"tve-u-162717cb616\" style=\"text-align: center;\">&nbsp;Protect What\'s Important To You! With The Toughest Ceramic Finish In The World!<span data-css=\"tve-u-16271ca808e\" style=\"color: rgb(0, 229, 255);\" wfd-id=\"418\"></span></h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162717cb60f\" wfd-id=\"412\"><p data-css=\"tve-u-1695a36117b\" style=\"text-align: center;\">Heat, Water, Salt and Sand just some of the conditions you face. And any one of them is just waiting to get a hold of your firearm and leave it a pile of rusted, pitted junk.</p><p data-css=\"tve-u-16413112747\" style=\"text-align: center;\">Unfortunately there wasn\'t much you could do other than keep cleaning and lubricating your firearms...till NOW!</p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717cb600\" style=\"\" wfd-id=\"398\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717cb60b\" wfd-id=\"400\"><div class=\"thrv_responsive_video thrv_wrapper rv_style_lifted_style2\" data-type=\"youtube\" data-rel=\"0\" data-url=\"https://www.youtube.com/watch?v=a1nyu9ZJiEk\" data-css=\"tve-u-16959cd1e7a\" data-modestbranding=\"1\" wfd-id=\"406\">\n	\n\n	<div class=\"tve_responsive_video_container\" wfd-id=\"407\">\n		<div class=\"video_overlay\" wfd-id=\"408\"></div>\n	<iframe data-code=\"TEOqV1Q16lU\" data-provider=\"youtube\" src=\"https://www.youtube.com/embed/TEOqV1Q16lU?rel=0&amp;modestbranding=1&amp;controls=1&amp;showinfo=1&amp;fs=1&amp;wmode=transparent\" data-src=\"https://www.youtube.com/embed/TEOqV1Q16lU?rel=0&amp;modestbranding=1&amp;controls=1&amp;showinfo=1&amp;fs=1&amp;wmode=transparent\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\n</div><div class=\"thrv_wrapper thrv-button tcb-with-icon\" data-css=\"tve-u-1695a3002e2\" data-tcb_hover_state_parent=\"\" data-button-style=\"border_1\" wfd-id=\"401\">\n	<a href=\"tel:1-954-848-1911\" class=\"tcb-button-link\" target=\"_blank\" rel=\"\"><span class=\"tcb-button-icon\" wfd-id=\"404\">\n	<div class=\"thrv_wrapper thrv_icon tve_no_drag tve_no_icons tcb-icon-inherit-style tcb-icon-display\" wfd-id=\"405\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-phone-plus-light\" data-name=\"\">\n            <path d=\"M8 128h88v88c0 4.4 3.6 8 8 8h16c4.4 0 8-3.6 8-8v-88h88c4.4 0 8-3.6 8-8v-16c0-4.4-3.6-8-8-8h-88V8c0-4.4-3.6-8-8-8h-16c-4.4 0-8 3.6-8 8v88H8c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8zM487.8 24.1L387 .8c-14.7-3.4-29.8 4.2-35.8 18.1l-46.5 108.5c-5.5 12.7-1.8 27.7 8.9 36.5l53.9 44.1c-34 69.2-90.3 125.6-159.6 159.6l-44.1-53.9c-8.8-10.7-23.8-14.4-36.5-8.9L18.9 351.3c-13.9 6-21.5 21-18.1 35.8L24 487.9C27.3 502 39.9 512 54.5 512 306.7 512 512 307.8 512 54.5c0-14.6-10-27.2-24.2-30.4zM55.1 480l-23-99.6 107.4-46 59.5 72.8c103.6-48.6 159.7-104.9 208.1-208.1l-72.8-59.5 46-107.4 99.6 23C479.7 289.7 289.6 479.7 55.1 480z\"></path>\n        </svg></div>\n</span>\n\n		<span class=\"tcb-button-texts\" wfd-id=\"402\"><span class=\"tcb-button-text thrv-inline-text\" wfd-id=\"403\">CALL NOW</span></span>\n	</a>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-162717fcf9d\" data-value-type=\"percent\" wfd-id=\"337\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-162718bd0c0\" data-clip-id=\"a3b25e1c9221a\" wfd-id=\"393\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0875\"></polygon></clipPath><clipPath id=\"clip-tablet-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"6\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.1051\"></polygon></clipPath><clipPath id=\"clip-mobile-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"1\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0175\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-162718a3b40\" wfd-id=\"338\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622a159bcb\" wfd-id=\"339\">\n<div class=\"tve-content-box-background\" wfd-id=\"392\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"340\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621a2247ba\" wfd-id=\"389\"><h2 data-css=\"tve-u-1621a2e0d5b\">our services</h2></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16229f6175c\" wfd-id=\"364\"><div class=\"tcb-flex-row tcb-medium-no-wrap tcb--cols--3 v-2\" data-css=\"tve-u-162493a03b0\" wfd-id=\"365\"><div class=\"tcb-flex-col\" wfd-id=\"382\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1624939a960\" data-tcb_hover_state_parent=\"\" wfd-id=\"384\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-162493d5f13\" data-float=\"1\" wfd-id=\"388\"><svg class=\"tcb-icon\" viewBox=\"0 0 14 28\" data-name=\"bolt\">\n<path d=\"M13.828 8.844c0.172 0.187 0.219 0.453 0.109 0.688l-8.437 18.078c-0.125 0.234-0.375 0.391-0.656 0.391-0.063 0-0.141-0.016-0.219-0.031-0.344-0.109-0.547-0.438-0.469-0.766l3.078-12.625-6.344 1.578c-0.063 0.016-0.125 0.016-0.187 0.016-0.172 0-0.359-0.063-0.484-0.172-0.187-0.156-0.25-0.391-0.203-0.609l3.141-12.891c0.078-0.297 0.359-0.5 0.688-0.5h5.125c0.391 0 0.703 0.297 0.703 0.656 0 0.094-0.031 0.187-0.078 0.281l-2.672 7.234 6.188-1.531c0.063-0.016 0.125-0.031 0.187-0.031 0.203 0 0.391 0.094 0.531 0.234z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"386\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-162494b490e\" wfd-id=\"387\"><h4 data-css=\"tve-u-16249355087\" style=\"text-align: left;\">Express exterior</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162494b7ad0\" wfd-id=\"385\"><p data-css=\"tve-u-162492e70ad\">Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"373\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162493b6b63\" data-tcb_hover_state_parent=\"\" wfd-id=\"375\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b456a\" wfd-id=\"381\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"adjust\">\n<path d=\"M12 22.5v-17c-4.688 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"379\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1af44d\" wfd-id=\"380\"><h4 data-css=\"tve-u-16249358652\" style=\"text-align: left;\">Interior clean</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"376\"><p data-css=\"tve-u-162492e70ad\">Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"366\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16249373b25\" wfd-id=\"368\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b52d3\" wfd-id=\"372\"><svg class=\"tcb-icon\" viewBox=\"0 0 26 28\" data-name=\"umbrella\">\n<path d=\"M14 12.938v9.063c0 2.172-1.828 4-4 4s-4-1.828-4-4c0-0.547 0.453-1 1-1s1 0.453 1 1c0 1.047 0.953 2 2 2s2-0.953 2-2v-9.063c0.328-0.109 0.656-0.172 1-0.172s0.672 0.063 1 0.172zM26 13.359c0 0.266-0.234 0.5-0.5 0.5-0.141 0-0.25-0.063-0.359-0.156-0.906-0.844-1.75-1.437-3.047-1.437-1.484 0-2.766 0.922-3.609 2.094-0.187 0.266-0.328 0.547-0.5 0.812-0.109 0.172-0.234 0.266-0.438 0.266-0.219 0-0.344-0.094-0.453-0.266-0.172-0.266-0.313-0.547-0.5-0.812-0.844-1.172-2.109-2.094-3.594-2.094s-2.75 0.922-3.594 2.094c-0.187 0.266-0.328 0.547-0.5 0.812-0.109 0.172-0.234 0.266-0.453 0.266-0.203 0-0.328-0.094-0.438-0.266-0.172-0.266-0.313-0.547-0.5-0.812-0.844-1.172-2.125-2.094-3.609-2.094-1.297 0-2.141 0.594-3.047 1.437-0.109 0.094-0.219 0.156-0.359 0.156-0.266 0-0.5-0.234-0.5-0.5 0-0.047 0-0.078 0.016-0.109 1.437-5.906 7.141-9.25 12.984-9.25 5.812 0 11.578 3.344 12.984 9.25 0.016 0.031 0.016 0.063 0.016 0.109zM14 2v1.531c-0.328-0.016-0.672-0.031-1-0.031s-0.672 0.016-1 0.031v-1.531c0-0.547 0.453-1 1-1s1 0.453 1 1z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"370\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b01a6\" wfd-id=\"371\"><h4 data-css=\"tve-u-1624935a201\" style=\"text-align: left;\">Wax protection</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"369\"><p data-css=\"tve-u-162492e70ad\">Etiam pharetra, erat sed fermentum feugiat, velit mauris</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16249367114\" wfd-id=\"341\"><div class=\"tcb-flex-row tcb-medium-no-wrap tcb--cols--3 v-2\" data-css=\"tve-u-16229ffbb7b\" wfd-id=\"342\"><div class=\"tcb-flex-col\" wfd-id=\"357\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229fa6a26\" wfd-id=\"359\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b33f9\" wfd-id=\"363\"><svg class=\"tcb-icon\" viewBox=\"0 0 26 28\" data-name=\"magic\">\n<path d=\"M18.594 9.078l4.578-4.578-1.672-1.672-4.578 4.578zM25.578 4.5c0 0.266-0.094 0.516-0.281 0.703l-20.094 20.094c-0.187 0.187-0.438 0.281-0.703 0.281s-0.516-0.094-0.703-0.281l-3.094-3.094c-0.187-0.187-0.281-0.438-0.281-0.703s0.094-0.516 0.281-0.703l20.094-20.094c0.187-0.187 0.438-0.281 0.703-0.281s0.516 0.094 0.703 0.281l3.094 3.094c0.187 0.187 0.281 0.438 0.281 0.703zM4.469 1.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531zM9.938 4.062l3.063 0.938-3.063 0.938-0.938 3.063-0.938-3.063-3.063-0.938 3.063-0.938 0.938-3.063zM24.469 11.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531zM14.469 1.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"361\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b0a67\" wfd-id=\"362\"><h4 data-css=\"tve-u-16248fc42a1\" style=\"text-align: left;\">Dust &amp; Dash Console</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"360\"><p data-css=\"tve-u-162492e70ad\">Duis sed odio sit amet nibh vulputate cursus a sit amet mauris.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"350\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1622f65ba70\" wfd-id=\"352\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b60b4\" wfd-id=\"356\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"certificate\">\n<path d=\"M21.5 14l2.156 2.109c0.297 0.281 0.406 0.703 0.313 1.094-0.109 0.391-0.422 0.703-0.812 0.797l-2.938 0.75 0.828 2.906c0.109 0.391 0 0.812-0.297 1.094-0.281 0.297-0.703 0.406-1.094 0.297l-2.906-0.828-0.75 2.938c-0.094 0.391-0.406 0.703-0.797 0.812-0.094 0.016-0.203 0.031-0.297 0.031-0.297 0-0.594-0.125-0.797-0.344l-2.109-2.156-2.109 2.156c-0.281 0.297-0.703 0.406-1.094 0.313-0.406-0.109-0.703-0.422-0.797-0.812l-0.75-2.938-2.906 0.828c-0.391 0.109-0.812 0-1.094-0.297-0.297-0.281-0.406-0.703-0.297-1.094l0.828-2.906-2.938-0.75c-0.391-0.094-0.703-0.406-0.812-0.797-0.094-0.391 0.016-0.812 0.313-1.094l2.156-2.109-2.156-2.109c-0.297-0.281-0.406-0.703-0.313-1.094 0.109-0.391 0.422-0.703 0.812-0.797l2.938-0.75-0.828-2.906c-0.109-0.391 0-0.812 0.297-1.094 0.281-0.297 0.703-0.406 1.094-0.297l2.906 0.828 0.75-2.938c0.094-0.391 0.406-0.703 0.797-0.797 0.391-0.109 0.812 0 1.094 0.297l2.109 2.172 2.109-2.172c0.281-0.297 0.688-0.406 1.094-0.297 0.391 0.094 0.703 0.406 0.797 0.797l0.75 2.938 2.906-0.828c0.391-0.109 0.812 0 1.094 0.297 0.297 0.281 0.406 0.703 0.297 1.094l-0.828 2.906 2.938 0.75c0.391 0.094 0.703 0.406 0.812 0.797 0.094 0.391-0.016 0.812-0.313 1.094z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"354\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b12d8\" wfd-id=\"355\"><h4 data-css=\"tve-u-1625389a3d5\" style=\"text-align: left;\">Triple Foam Polish</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"353\"><p data-css=\"tve-u-162492e70ad\">Class aptent taciti sociosqu ad litora torquent</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"343\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229fa8c68\" wfd-id=\"345\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-16271adf6cf\" wfd-id=\"349\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"bullseye\">\n<path d=\"M16 14c0 2.203-1.797 4-4 4s-4-1.797-4-4 1.797-4 4-4 4 1.797 4 4zM18 14c0-3.313-2.688-6-6-6s-6 2.688-6 6 2.688 6 6 6 6-2.688 6-6zM20 14c0 4.422-3.578 8-8 8s-8-3.578-8-8 3.578-8 8-8 8 3.578 8 8zM22 14c0-5.516-4.484-10-10-10s-10 4.484-10 10 4.484 10 10 10 10-4.484 10-10zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"347\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-16248fc71c8\" wfd-id=\"348\"><h4 data-css=\"tve-u-1625389b4ed\" style=\"text-align: left;\">Tire dressing</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"346\"><p data-css=\"tve-u-162492e70ad\">Etiam pharetra, erat sed fermentum feugiat, velit mauris</p></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621ad46076\" wfd-id=\"299\">\n<div class=\"tve-page-section-out\" wfd-id=\"336\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621b072b4e\" wfd-id=\"300\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621a8b2488\" wfd-id=\"301\"><div class=\"tcb-flex-row tcb--cols--2 v-2\" data-css=\"tve-u-1621a8a804b\" wfd-id=\"302\"><div class=\"tcb-flex-col\" wfd-id=\"312\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16271bfe70c\" wfd-id=\"314\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h3\" data-css=\"tve-u-1621a8c4313\" wfd-id=\"333\"><h3><strong>Complete cleaning services for yoâ€‹ur car</strong></h3></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-16417b70f47\" wfd-id=\"315\"><ul class=\"tcb-styled-list\" wfd-id=\"316\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621acf0289\" wfd-id=\"327\"><div class=\"tcb-styled-list-icon\" wfd-id=\"331\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a8e11f3\" wfd-id=\"332\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ace1b08\" wfd-id=\"328\">We are a small business delivering professional cleaning services for all vehicles</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621acf64fb\" wfd-id=\"323\"><div class=\"tcb-styled-list-icon\" wfd-id=\"325\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a8e5625\" wfd-id=\"326\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ace4de9\" wfd-id=\"324\">Our services are convenient for individuals and corporate fleets</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"317\"><div class=\"tcb-styled-list-icon\" wfd-id=\"321\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a9076ef\" wfd-id=\"322\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621acf47d2\" wfd-id=\"318\">We use eco-friendly products that actually clean, protect and maintain your car better than the traditional cleaning substances</span></li></ul></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"303\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621a90a46f\" wfd-id=\"305\"><div class=\"thrv_wrapper thrv-fill-counter tve_red tve_normalfc thrv_data_element\" data-css=\"tve-u-1621a983587\" wfd-id=\"306\">\n<div class=\"tve_fill_counter_n\" style=\"\" data-fill=\"100\" data-css=\"tve-u-1621a98b602\" wfd-id=\"307\">\n<svg viewBox=\"0 0 170 170\" class=\"tve_fill_counter_circle\" shape-rendering=\"optimizeSpeed\" data-css=\"tve-u-1621a9a2862\">\n<circle class=\"tve_fill_counter_circle_inner\" r=\"85\" cx=\"85\" cy=\"85\" data-css=\"tve-u-1621a9685d4\"></circle>\n</svg>\n<div class=\"tve_fill_text_in\" data-css=\"tve-u-1621a96b190\" wfd-id=\"308\">\n<div class=\"tve_fill_text_value\" data-css=\"tve-u-1621a9a2866\" wfd-id=\"310\">\n<div class=\"thrv-inline-text tve_fill_text tve_editable\" data-css=\"tve-u-1621a9a2867\" wfd-id=\"311\"><strong>100%â€‹</strong></div>\n</div>\n<div class=\"thrv-inline-text tve_editable tve_data_element_label\" data-css=\"tve-u-1621a9750ae\" wfd-id=\"309\">Clean car</div>\n</div>\n</div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621ada1e7f\" data-value-type=\"percent\" wfd-id=\"263\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621adba9ef\" data-clip-id=\"52d5a36c151aa\" wfd-id=\"298\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-52d5a36c151aa\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0875\"></polygon></clipPath><clipPath id=\"clip-tablet-top-52d5a36c151aa\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0524\"></polygon></clipPath><clipPath id=\"clip-mobile-top-52d5a36c151aa\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0349\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621ad420c4\" wfd-id=\"264\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621ade6172\" wfd-id=\"265\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2 tcb-row-reversed-mobile tcb-mobile-edit v-2\" data-css=\"tve-u-1621adea58b\" wfd-id=\"266\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621b064646\" style=\"\" wfd-id=\"292\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ae0bec7\" wfd-id=\"294\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ae4fd21\" data-value-type=\"percent\" data-float=\"1\" wfd-id=\"295\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621ae6c8da\" data-clip-id=\"aa2c3e3c70555\" wfd-id=\"297\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0349\"></polygon></clipPath><clipPath id=\"clip-tablet-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"4\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0699\"></polygon></clipPath><clipPath id=\"clip-mobile-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"4\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0699\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb\" data-css=\"tve-u-1621ae4db6e\" wfd-id=\"296\"></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621b064668\" style=\"\" wfd-id=\"267\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621f45bed3\" wfd-id=\"269\"><div class=\"tcb-clear\" data-css=\"tve-u-16224848ee5\" wfd-id=\"290\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621afceb00\" wfd-id=\"291\"><h2 data-css=\"tve-u-1621afcc0bf\">Check Out Our Special Offer!</h2></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621afda4fa\" wfd-id=\"289\"><p data-css=\"tve-u-1621afd8c98\">Donâ€™t miss the opportunity to get 50% discount on a complete cleaning just by recommending us to a friend. Bring someone you know with you and clean you car half price!</p></div><div class=\"tcb-clear\" data-css=\"tve-u-16224834cab\" wfd-id=\"270\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621fe85996\" wfd-id=\"271\"><div class=\"tcb-flex-row tcb--cols--2 tcb-resized tcb-medium-wrap tcb-desktop-wrap\" data-css=\"tve-u-1621fe78878\" wfd-id=\"272\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621fe94086\" style=\"\" wfd-id=\"280\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"282\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621b01355a\" wfd-id=\"283\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621b08fdde\" data-tcb_hover_state_parent=\"1\" wfd-id=\"288\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16223f02c16\" wfd-id=\"284\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-1620af7eb3f\" data-tcb_hover_state_parent=\"\" data-button-style=\"full_rounded\" wfd-id=\"285\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"286\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-16228c75500\" wfd-id=\"287\"><strong>Request an appointment</strong></span></span>\n</a>\n</div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621fe940b9\" style=\"\" wfd-id=\"273\"><div class=\"tcb-col\" wfd-id=\"275\"><div class=\"tcb-clear\" data-css=\"tve-u-16224716d62\" wfd-id=\"276\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-1621b028939\" data-tcb_hover_state_parent=\"\" data-button-style=\"ghost\" wfd-id=\"277\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"278\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-16228c764b2\" wfd-id=\"279\"><strong>Call Now: 0400-700-682</strong></span></span>\n</a>\n</div></div></div></div></div></div></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16260ba2fa4\" wfd-id=\"170\">\n<div class=\"tve-page-section-out\" wfd-id=\"262\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16260be7104\" wfd-id=\"171\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621b0e4fb7\" wfd-id=\"261\"><h2 data-css=\"tve-u-1621b10fccf\" style=\"text-align: center;\">our happy clients</h2></div><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641367127b\" data-float=\"1\" wfd-id=\"260\"><svg class=\"tcb-icon\" viewBox=\"0 0 30 32\" data-name=\"quote-left\">\n<path d=\"M13.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429zM29.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641367e553\" wfd-id=\"259\"><svg class=\"tcb-icon\" viewBox=\"0 0 30 32\" data-name=\"quote-left\">\n<path d=\"M13.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429zM29.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a10d3b4\" wfd-id=\"230\">\n<div class=\"tve-content-box-background\" wfd-id=\"258\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"231\"><div class=\"tcb-clear\" data-css=\"tve-u-1621b300a64\" wfd-id=\"256\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-1621f154231\" wfd-id=\"257\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621b200375\" wfd-id=\"234\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-16260d8392c\" wfd-id=\"235\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"240\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"242\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16417b62c09\" wfd-id=\"243\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-16260d8396c\" wfd-id=\"244\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16260d01208\" style=\"\" wfd-id=\"250\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"252\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"253\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16225617da3\" wfd-id=\"255\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"254\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16260d0120e\" style=\"\" wfd-id=\"245\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"247\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"249\"><h5>Brett Graham, 28</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"248\"><h6 class=\"\">Architect</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"236\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"238\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"239\"><p data-css=\"tve-u-162539c17ec\">Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit. Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit.&nbsp;</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-16260c5ff0c\" wfd-id=\"232\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260c5ff07\" wfd-id=\"233\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a12f675\" wfd-id=\"201\">\n<div class=\"tve-content-box-background\" wfd-id=\"229\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"202\"><div class=\"tcb-clear\" data-css=\"tve-u-16260cd7683\" wfd-id=\"227\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260d73672\" wfd-id=\"228\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16260da3aa7\" wfd-id=\"205\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-1621fb68b97\" wfd-id=\"206\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"211\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"213\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16417b662bf\" wfd-id=\"214\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-1621fb65556\" wfd-id=\"215\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16229915e1a\" style=\"\" wfd-id=\"221\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"223\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"224\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16260c433e9\" wfd-id=\"226\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"225\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16229915e4e\" style=\"\" wfd-id=\"216\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"218\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"220\"><h5>Rosie Hanson, 24</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"219\"><h6 class=\"\">Real estate Associate</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"207\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"209\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"210\"><p data-css=\"tve-u-162539c17ec\">Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo.</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-16260d3b97e\" wfd-id=\"203\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260d39b83\" wfd-id=\"204\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a146aef\" wfd-id=\"172\">\n<div class=\"tve-content-box-background\" wfd-id=\"200\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"173\"><div class=\"tcb-clear\" data-css=\"tve-u-16260cd7683\" wfd-id=\"198\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260cd622f\" wfd-id=\"199\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16260c39a7e\" wfd-id=\"176\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-16260d3f4aa\" wfd-id=\"177\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"182\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"184\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621fbacc60\" wfd-id=\"185\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-16260d3f4af\" wfd-id=\"186\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16229915e1a\" style=\"\" wfd-id=\"192\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"194\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"195\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16260d5e4b8\" wfd-id=\"197\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"196\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16229915e4e\" style=\"\" wfd-id=\"187\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"189\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"191\"><h5>Shawn Mattews, 35</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"190\"><h6 class=\"\">project manager</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"178\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"180\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"181\"><p data-css=\"tve-u-162539c17ec\">Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo. Nullam ac urna eu felis.Sed non neque elit. Sed ut imperdiet nisi. Proin condimentum</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1621b30ca74\" wfd-id=\"174\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-1621f15b521\" wfd-id=\"175\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621b3c8c52\" wfd-id=\"66\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621b3cfc7b\" wfd-id=\"169\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621b3c74d9\" wfd-id=\"67\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621e7b695a\" wfd-id=\"168\"><h2 data-css=\"tve-u-1621e7a7350\" style=\"text-align: center;\">our offers</h2></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621e7c899a\" wfd-id=\"68\"><div class=\"tcb-flex-row tcb--cols--3 tcb-medium-wrap v-2\" data-css=\"tve-u-1621e7c7aa1\" wfd-id=\"69\"><div class=\"tcb-flex-col\" wfd-id=\"132\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16223fc9f23\" wfd-id=\"134\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e7ceab3\" style=\"\" wfd-id=\"135\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16416e4fafd\" wfd-id=\"167\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e7d5094\" wfd-id=\"136\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e7e9950\" data-value-type=\"percent\" style=\"\" wfd-id=\"163\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e7edfd9\" data-clip-id=\"10ffac3b28f1d\" wfd-id=\"166\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-10ffac3b28f1d\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-10ffac3b28f1d\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e7e6c1d\" wfd-id=\"164\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-16417b4cb9e\" wfd-id=\"165\"><h4 data-css=\"tve-u-1621fe1a1af\" style=\"text-align: center;\"><strong>Basic Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ec6c39b\" data-float=\"1\" wfd-id=\"159\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e81f424\" wfd-id=\"162\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec752da\" wfd-id=\"160\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"161\"><h4 data-css=\"tve-u-1621fe1bd18\" style=\"text-align: center;\"><strong>15$</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621ea50702\" wfd-id=\"137\"><ul class=\"tcb-styled-list\" wfd-id=\"138\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec3a5c0\" wfd-id=\"155\"><div class=\"tcb-styled-list-icon\" wfd-id=\"157\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec204df\" wfd-id=\"158\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec241aa\" wfd-id=\"156\">Interior vacuum</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"151\"><div class=\"tcb-styled-list-icon\" wfd-id=\"153\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec20f68\" wfd-id=\"154\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec2704c\" wfd-id=\"152\">Dust &amp;dash console</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec42aa7\" wfd-id=\"147\"><div class=\"tcb-styled-list-icon\" wfd-id=\"149\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec21a31\" wfd-id=\"150\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec298ab\" wfd-id=\"148\">Hand towel dry</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec43fe2\" wfd-id=\"143\"><div class=\"tcb-styled-list-icon\" wfd-id=\"145\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ea1fba7\" wfd-id=\"146\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea23322\" wfd-id=\"144\">Clean windows</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec454d9\" wfd-id=\"139\"><div class=\"tcb-styled-list-icon\" wfd-id=\"141\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ea295c0\" wfd-id=\"142\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea2c69a\" wfd-id=\"140\">Soft cloth wash</span></li></ul></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"101\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"103\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621eb81205\" style=\"\" wfd-id=\"104\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16416e603ab\" wfd-id=\"131\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621eb7ccb0\" wfd-id=\"105\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ebbbb6d\" data-value-type=\"percent\" wfd-id=\"127\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eaaedd8\" data-clip-id=\"a2b9cf3198d6f\" wfd-id=\"130\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-a2b9cf3198d6f\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-a2b9cf3198d6f\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec7f21a\" wfd-id=\"128\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e930bd7\" wfd-id=\"129\"><h4 data-css=\"tve-u-1621e92e97f\" style=\"text-align: center;\"><strong>Ultimate Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ec78d2c\" data-float=\"1\" wfd-id=\"123\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eab272c\" wfd-id=\"126\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec79a7d\" wfd-id=\"124\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"125\"><h4 data-css=\"tve-u-1621e942b65\" style=\"text-align: center;\"><strong>22 $</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621ebfa746\" wfd-id=\"120\"><p data-css=\"tve-u-1621f4ceaf6\" style=\"text-align: center;\">Includes basic service <span data-css=\"tve-u-1621f4ceaf7\" style=\"color: rgb(15, 29, 123);\" wfd-id=\"121\"><strong class=\"\"><span data-css=\"tve-u-1621f4ceafb\" wfd-id=\"122\">+</span></strong></span></p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621ebf340c\" wfd-id=\"106\"><ul class=\"tcb-styled-list\" wfd-id=\"107\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-164137a0b1f\" wfd-id=\"116\"><div class=\"tcb-styled-list-icon\" wfd-id=\"118\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec0c5bd\" wfd-id=\"119\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ebfe4ce\" wfd-id=\"117\">Triple foam conditiner</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec04541\" wfd-id=\"112\"><div class=\"tcb-styled-list-icon\" wfd-id=\"114\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec09a3c\" wfd-id=\"115\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ebff867\" wfd-id=\"113\">Tire dressing</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec05cc3\" wfd-id=\"108\"><div class=\"tcb-styled-list-icon\" wfd-id=\"110\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec15f6e\" wfd-id=\"111\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec009a8\" wfd-id=\"109\">Air freshner</span></li></ul></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"70\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16223dad661\" wfd-id=\"72\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621fd9c946\" style=\"\" wfd-id=\"73\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e7d234c\" wfd-id=\"100\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621fd84d7b\" wfd-id=\"74\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16223b080b0\" data-value-type=\"percent\" wfd-id=\"96\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eb3eb9f\" data-clip-id=\"ac98bb0e54b3b\" wfd-id=\"99\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621fd8766c\" wfd-id=\"97\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e930bd7\" wfd-id=\"98\"><h4 data-css=\"tve-u-1621fe1587d\" style=\"text-align: center;\"><strong>Supreme Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e8107f3\" wfd-id=\"92\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eb43d8d\" wfd-id=\"95\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e819c52\" wfd-id=\"93\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"94\"><h4 data-css=\"tve-u-1621fe1725e\" style=\"text-align: center;\"><strong>30 $</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621eb037bb\" wfd-id=\"89\"><p data-css=\"tve-u-1621f4d0451\" style=\"text-align: center;\">Includes ultimate service <span data-css=\"tve-u-1621eaff572\" style=\"color: rgb(15, 29, 123);\" wfd-id=\"90\"><strong class=\"\"><span data-css=\"tve-u-1621eb01b60\" wfd-id=\"91\">+</span></strong></span></p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621eacf6af\" wfd-id=\"75\"><ul class=\"tcb-styled-list\" wfd-id=\"76\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec36a4d\" wfd-id=\"85\"><div class=\"tcb-styled-list-icon\" wfd-id=\"87\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e9993aa\" wfd-id=\"88\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea1a5d7\" wfd-id=\"86\">Exterior trim dressing</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"81\"><div class=\"tcb-styled-list-icon\" wfd-id=\"83\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e99b1db\" wfd-id=\"84\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea19a06\" wfd-id=\"82\">Hand applied spray wax</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec37ea5\" wfd-id=\"77\"><div class=\"tcb-styled-list-icon\" wfd-id=\"79\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e99c314\" wfd-id=\"80\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea18c5d\" wfd-id=\"78\">Interior conditioner</span></li></ul></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621efddaaf\" wfd-id=\"45\">\n<div class=\"tve-page-section-out\" wfd-id=\"65\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621edf8048\" wfd-id=\"46\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621f114214\" wfd-id=\"47\"><div class=\"tcb-flex-row tcb-resized tcb-mobile-edit tcb--cols--2\" data-css=\"tve-u-1621ee03000\" wfd-id=\"48\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621ee4be21\" style=\"\" wfd-id=\"53\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ee093d4\" wfd-id=\"55\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ee3afec\" wfd-id=\"59\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621ee58e74\" wfd-id=\"64\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ee37f4a\" wfd-id=\"60\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1621ee74a24\" wfd-id=\"63\"><svg class=\"tcb-icon\" viewBox=\"0 0 16 28\" data-name=\"map-marker\">\n<path d=\"M12 10c0-2.203-1.797-4-4-4s-4 1.797-4 4 1.797 4 4 4 4-1.797 4-4zM16 10c0 0.953-0.109 1.937-0.516 2.797l-5.688 12.094c-0.328 0.688-1.047 1.109-1.797 1.109s-1.469-0.422-1.781-1.109l-5.703-12.094c-0.406-0.859-0.516-1.844-0.516-2.797 0-4.422 3.578-8 8-8s8 3.578 8 8z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621ee63e1c\" wfd-id=\"62\"><h2 data-css=\"tve-u-1621fdcb4ea\" style=\"text-align: center;\">contact us</h2></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16422a1ce91\" wfd-id=\"61\"><p data-css=\"tve-u-16422a1ce94\" style=\"text-align: left;\">Your adress goes here</p><p data-css=\"tve-u-16422a1ce93\" style=\"text-align: left;\">Phone: 0400 - 700 - 682</p><p data-css=\"tve-u-16422a1ce92\" style=\"text-align: left;\">Email: our_office@gmail.com</p></div></div>\n</div><div class=\"tcb-clear\" data-css=\"tve-u-16417c828be\" wfd-id=\"56\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_slide_left\" data-css=\"tve-u-1621ef118dc\" style=\"\" wfd-id=\"57\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"58\"><img class=\"tve_image tve_evt_manager_listen tve_et_tve-viewport wp-image-21388\" alt=\"\" width=\"567\" height=\"384\" title=\"Car wash img footer\" data-id=\"21388\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-img-footer.png\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_left&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" style=\"width: 100%;\"></span></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621ee4be73\" style=\"\" wfd-id=\"49\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ee22c43\" wfd-id=\"51\"><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-1621ee18a1c\" wfd-id=\"52\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=New York&amp;t=m&amp;z=5&amp;output=embed&amp;iwloc=near\"></iframe>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621f0aa8f7\" wfd-id=\"32\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621f0ada0e\" wfd-id=\"44\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621f0b0088\" wfd-id=\"33\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621f0d2c1a\" wfd-id=\"34\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-1621f0cbe40\" wfd-id=\"35\"><div class=\"tcb-flex-col\" wfd-id=\"40\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"42\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621f0da775\" wfd-id=\"43\"><p data-css=\"tve-u-1622444fb11\">Â© 2018, Your company name . All rights reserved.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"36\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"38\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16223fe5f5b\" wfd-id=\"39\"><p data-css=\"tve-u-1621f0d874c\" style=\"text-align: right;\">Made with <a href=\"https://thrivethemes.com/\" target=\"_blank\">Thrive Architect</a></p></div></div></div></div></div></div>\n</div>\n\n'),(14012,7016,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579739850;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14053,7057,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579899064;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14015,7019,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579749052;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(5116,486,'tcb_ct_id','22287'),(5117,486,'tcb_ct_meta','a:4:{s:1:\"v\";s:2:\"19\";s:4:\"type\";s:12:\"contact_form\";s:8:\"head_css\";s:3905:\"@import url(\"//fonts.googleapis.com/css?family=Open+Sans:300,600,400&subset=latin\");@media (min-width: 300px){#tve_editor [data-css=\"tve-u-1645ef30ae7\"]:hover button { background-color: rgb(85, 193, 244) !important; }#tve_editor [data-css=\"tve-u-1645ef30ae5\"]:hover input, #tve_editor [data-css=\"tve-u-1645ef30ae5\"]:hover textarea { border-bottom: 1px solid rgb(29, 165, 229) !important; }#tve_editor [data-css=\"tve-u-1645ef30ae3\"]:hover input, #tve_editor [data-css=\"tve-u-1645ef30ae3\"]:hover textarea { border-bottom: 1px solid rgb(29, 165, 229) !important; }#tve_editor [data-css=\"tve-u-1645ef30ae1\"]:hover input, #tve_editor [data-css=\"tve-u-1645ef30ae1\"]:hover textarea { border-bottom: 1px solid rgb(29, 165, 229) !important; }[data-css=\"tve-u-1645ef30ae4\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-1645ef30ae2\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-1645ef30ae0\"] { margin-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-1645ef30ae4\"] strong { font-weight: 600; }#tve_editor [data-css=\"tve-u-1645ef30ae2\"] strong { font-weight: 600; }#tve_editor [data-css=\"tve-u-1645ef30ae0\"] strong { font-weight: 600; }[data-css=\"tve-u-1645ef51f78\"] { padding: 0px !important; }[data-css=\"tve-u-1645ef51f77\"] { padding: 0px !important; }[data-css=\"tve-u-1645ef51f76\"] { padding: 0px !important; }[data-css=\"tve-u-1645ef30ae5\"] input, [data-css=\"tve-u-1645ef30ae5\"] textarea { background-image: none !important; background-color: rgba(255, 255, 255, 0) !important; padding-top: 18px !important; padding-bottom: 14px !important; margin-bottom: 20px !important; }[data-css=\"tve-u-1645ef30ae3\"] input, [data-css=\"tve-u-1645ef30ae3\"] textarea { background-image: none !important; background-color: rgba(255, 255, 255, 0) !important; padding-top: 18px !important; padding-bottom: 14px !important; margin-bottom: 20px !important; }[data-css=\"tve-u-1645ef30ae1\"] input, [data-css=\"tve-u-1645ef30ae1\"] textarea { background-image: none !important; background-color: rgba(255, 255, 255, 0) !important; padding-top: 18px !important; padding-bottom: 14px !important; margin-bottom: 20px !important; }#tve_editor [data-css=\"tve-u-1645ef30ae7\"] button { text-transform: capitalize; border-color: rgb(255, 254, 254); font-weight: normal !important; background-image: none !important; background-color: rgb(29, 165, 229) !important; }#tve_editor [data-css=\"tve-u-1645ef30ae4\"] { color: rgb(255, 255, 255); font-family: \"Open Sans\"; font-weight: 300; }#tve_editor [data-css=\"tve-u-1645ef30ae2\"] { color: rgb(255, 255, 255); font-family: \"Open Sans\"; font-weight: 300; }#tve_editor [data-css=\"tve-u-1645ef30ae0\"] { color: rgb(255, 255, 255); font-family: \"Open Sans\"; font-weight: 300; }#tve_editor [data-css=\"tve-u-1645ef30ae5\"] input, #tve_editor [data-css=\"tve-u-1645ef30ae5\"] textarea { border-top: none; border-right: none; border-bottom: 1px solid rgb(255, 255, 255); border-left: none; border-image: initial; }#tve_editor [data-css=\"tve-u-1645ef30ae3\"] input, #tve_editor [data-css=\"tve-u-1645ef30ae3\"] textarea { border-top: none; border-right: none; border-bottom: 1px solid rgb(255, 255, 255); border-left: none; border-image: initial; }#tve_editor [data-css=\"tve-u-1645ef30ae1\"] input, #tve_editor [data-css=\"tve-u-1645ef30ae1\"] textarea { border-top: none; border-right: none; border-bottom: 1px solid rgb(255, 255, 255); border-left: none; border-image: initial; }#tve_editor [data-css=\"tve-u-1645ef30ae7\"] { max-width: 29%; width: 29%; }[data-css=\"tve-u-1645ef30ae6\"]::after { clear: both; }[data-css=\"tve-u-1645ef30ae7\"] { float: right; z-index: 3; position: relative; }[data-css=\"tve-u-1645ef30adf\"] { max-width: 100%; background-image: linear-gradient(rgb(79, 86, 96), rgb(79, 86, 96)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; padding: 20px !important; }}\";s:10:\"custom_css\";s:0:\"\";}'),(14013,7017,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579739850;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(5119,487,'tcb_ct_id','22446'),(5120,487,'tcb_ct_meta','a:4:{s:1:\"v\";s:1:\"2\";s:4:\"type\";s:12:\"contact_form\";s:8:\"head_css\";s:11879:\"@import url(\"//fonts.googleapis.com/css?family=Lato:300,700,100,400&subset=latin\");@media (min-width: 300px){#tve_editor [data-css=\"tve-u-16460aeca30\"]:hover input, #tve_editor [data-css=\"tve-u-16460aeca30\"]:hover input::placeholder, #tve_editor [data-css=\"tve-u-16460aeca30\"]:hover textarea, #tve_editor [data-css=\"tve-u-16460aeca30\"]:hover textarea::placeholder { color: rgb(127, 146, 154) !important; }#tve_editor [data-css=\"tve-u-16460aeca30\"]:hover input, #tve_editor [data-css=\"tve-u-16460aeca30\"]:hover textarea { box-shadow: rgba(0, 0, 0, 0.22) 0px 2px 4px 2px inset !important; }#tve_editor [data-css=\"tve-u-16460aeca2f\"]:hover input, #tve_editor [data-css=\"tve-u-16460aeca2f\"]:hover textarea { box-shadow: rgba(0, 0, 0, 0.22) 0px 2px 4px 2px inset !important; }#tve_editor [data-css=\"tve-u-16460aeca2e\"]:hover input, #tve_editor [data-css=\"tve-u-16460aeca2e\"]:hover textarea { box-shadow: rgba(0, 0, 0, 0.22) 0px 2px 4px 2px inset !important; }#tve_editor [data-css=\"tve-u-16460aeca2d\"]:hover input, #tve_editor [data-css=\"tve-u-16460aeca2d\"]:hover textarea { box-shadow: rgba(0, 0, 0, 0.22) 0px 2px 4px 2px inset !important; }#tve_editor [data-css=\"tve-u-16460aeca2b\"]:hover input, #tve_editor [data-css=\"tve-u-16460aeca2b\"]:hover textarea { box-shadow: rgba(0, 0, 0, 0.22) 0px 2px 4px 2px inset !important; }#tve_editor [data-css=\"tve-u-16460aeca2f\"]:hover input, #tve_editor [data-css=\"tve-u-16460aeca2f\"]:hover input::placeholder, #tve_editor [data-css=\"tve-u-16460aeca2f\"]:hover textarea, #tve_editor [data-css=\"tve-u-16460aeca2f\"]:hover textarea::placeholder { color: rgb(127, 146, 154) !important; }#tve_editor [data-css=\"tve-u-16460aeca2e\"]:hover input, #tve_editor [data-css=\"tve-u-16460aeca2e\"]:hover input::placeholder, #tve_editor [data-css=\"tve-u-16460aeca2e\"]:hover textarea, #tve_editor [data-css=\"tve-u-16460aeca2e\"]:hover textarea::placeholder { color: rgb(127, 146, 154) !important; }#tve_editor [data-css=\"tve-u-16460aeca2d\"]:hover input, #tve_editor [data-css=\"tve-u-16460aeca2d\"]:hover input::placeholder, #tve_editor [data-css=\"tve-u-16460aeca2d\"]:hover textarea, #tve_editor [data-css=\"tve-u-16460aeca2d\"]:hover textarea::placeholder { color: rgb(127, 146, 154) !important; }#tve_editor [data-css=\"tve-u-16460aeca2b\"]:hover input, #tve_editor [data-css=\"tve-u-16460aeca2b\"]:hover input::placeholder, #tve_editor [data-css=\"tve-u-16460aeca2b\"]:hover textarea, #tve_editor [data-css=\"tve-u-16460aeca2b\"]:hover textarea::placeholder { color: rgb(127, 146, 154) !important; }[data-css=\"tve-u-16460b9aa24\"] { font-size: 22px; width: 22px; height: 22px; padding-top: 9px !important; }#tve_editor [data-css=\"tve-u-16460b9aa24\"] > :first-child { color: rgba(0, 0, 0, 0.38); }#tve_editor [data-css=\"tve-u-16460b5ca53\"] .thrv_icon { left: 0px; right: auto; transform: translate(50%, -50%); }#tve_editor [data-css=\"tve-u-16460b5ca53\"] strong { font-weight: 700; }#tve_editor [data-css=\"tve-u-16460b5ca53\"]:hover button { background-color: rgb(216, 69, 19) !important; }#tve_editor [data-css=\"tve-u-16460b5ca53\"] button { border-color: rgb(255, 248, 248); font-family: Lato; font-weight: 300; text-transform: none; font-size: 22px; letter-spacing: 3px; padding: 24px !important; background-image: none !important; background-color: rgb(255, 85, 26) !important; }[data-css=\"tve-u-16460b5555b\"] { padding-top: 48px !important; }[data-css=\"tve-u-16460b51b2a\"] { max-width: 30%; }[data-css=\"tve-u-16460b51b1e\"] { max-width: 70%; }[data-css=\"tve-u-16460b1c409\"] { margin-bottom: 15px !important; }[data-css=\"tve-u-16460b1c408\"] { margin-bottom: 15px !important; }[data-css=\"tve-u-16460b1c407\"] { margin-bottom: 15px !important; }[data-css=\"tve-u-16460b1c406\"] { margin-bottom: 15px !important; }[data-css=\"tve-u-16460b1c405\"] { margin-bottom: 15px !important; }[data-css=\"tve-u-16460b0316c\"] { border-bottom: 2px solid rgb(255, 255, 255); }[data-css=\"tve-u-16460b0316a\"] { border-bottom: 2px solid rgb(255, 255, 255); }[data-css=\"tve-u-16460b03169\"] { border-bottom: 2px solid rgb(255, 255, 255); }[data-css=\"tve-u-16460b03168\"] { border-bottom: 2px solid rgb(255, 255, 255); }[data-css=\"tve-u-16460b03167\"] { border-bottom: 2px solid rgb(255, 255, 255); }#tve_editor [data-css=\"tve-u-16460b0316c\"] strong { font-weight: 700; }#tve_editor [data-css=\"tve-u-16460b0316a\"] strong { font-weight: 700; }#tve_editor [data-css=\"tve-u-16460b03169\"] strong { font-weight: 700; }#tve_editor [data-css=\"tve-u-16460b03168\"] strong { font-weight: 700; }#tve_editor [data-css=\"tve-u-16460b03167\"] strong { font-weight: 700; }#tve_editor [data-css=\"tve-u-16460b0316c\"] { color: rgb(255, 255, 255); font-family: Lato; font-weight: 300; font-size: 22px; }#tve_editor [data-css=\"tve-u-16460b0316a\"] { color: rgb(255, 255, 255); font-family: Lato; font-weight: 300; font-size: 22px; }#tve_editor [data-css=\"tve-u-16460b03169\"] { color: rgb(255, 255, 255); font-family: Lato; font-weight: 300; font-size: 22px; }#tve_editor [data-css=\"tve-u-16460b03168\"] { color: rgb(255, 255, 255); font-family: Lato; font-weight: 300; font-size: 22px; }#tve_editor [data-css=\"tve-u-16460b03167\"] { color: rgb(255, 255, 255); font-family: Lato; font-weight: 300; font-size: 22px; }#tve_editor [data-css=\"tve-u-16460aeca30\"] input, #tve_editor [data-css=\"tve-u-16460aeca30\"] input::placeholder, #tve_editor [data-css=\"tve-u-16460aeca30\"] textarea, #tve_editor [data-css=\"tve-u-16460aeca30\"] textarea::placeholder { font-family: Lato; font-weight: 400; color: rgb(85, 85, 85); }#tve_editor [data-css=\"tve-u-16460aeca2f\"] input, #tve_editor [data-css=\"tve-u-16460aeca2f\"] input::placeholder, #tve_editor [data-css=\"tve-u-16460aeca2f\"] textarea, #tve_editor [data-css=\"tve-u-16460aeca2f\"] textarea::placeholder { font-family: Lato; font-weight: 400; color: rgb(85, 85, 85); }#tve_editor [data-css=\"tve-u-16460aeca2e\"] input, #tve_editor [data-css=\"tve-u-16460aeca2e\"] input::placeholder, #tve_editor [data-css=\"tve-u-16460aeca2e\"] textarea, #tve_editor [data-css=\"tve-u-16460aeca2e\"] textarea::placeholder { font-family: Lato; font-weight: 400; color: rgb(85, 85, 85); }#tve_editor [data-css=\"tve-u-16460aeca2d\"] input, #tve_editor [data-css=\"tve-u-16460aeca2d\"] input::placeholder, #tve_editor [data-css=\"tve-u-16460aeca2d\"] textarea, #tve_editor [data-css=\"tve-u-16460aeca2d\"] textarea::placeholder { font-family: Lato; font-weight: 400; color: rgb(85, 85, 85); }#tve_editor [data-css=\"tve-u-16460aeca2b\"] input, #tve_editor [data-css=\"tve-u-16460aeca2b\"] input::placeholder, #tve_editor [data-css=\"tve-u-16460aeca2b\"] textarea, #tve_editor [data-css=\"tve-u-16460aeca2b\"] textarea::placeholder { font-family: Lato; font-weight: 400; color: rgb(85, 85, 85); }#tve_editor [data-css=\"tve-u-16460aeca30\"] input, #tve_editor [data-css=\"tve-u-16460aeca30\"] textarea { border: none; }#tve_editor [data-css=\"tve-u-16460aeca2f\"] input, #tve_editor [data-css=\"tve-u-16460aeca2f\"] textarea { border: none; }#tve_editor [data-css=\"tve-u-16460aeca2e\"] input, #tve_editor [data-css=\"tve-u-16460aeca2e\"] textarea { border: none; }#tve_editor [data-css=\"tve-u-16460aeca2d\"] input, #tve_editor [data-css=\"tve-u-16460aeca2d\"] textarea { border: none; }#tve_editor [data-css=\"tve-u-16460aeca2b\"] input, #tve_editor [data-css=\"tve-u-16460aeca2b\"] textarea { border: none; }[data-css=\"tve-u-16460aeca30\"] input, [data-css=\"tve-u-16460aeca30\"] textarea { box-shadow: rgba(0, 0, 0, 0.22) 0px 2px 2px 2px inset; background-image: none !important; padding: 15px !important; background-color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-16460aeca2f\"] input, [data-css=\"tve-u-16460aeca2f\"] textarea { box-shadow: rgba(0, 0, 0, 0.22) 0px 2px 2px 2px inset; background-image: none !important; padding: 15px !important; }[data-css=\"tve-u-16460aeca2e\"] input, [data-css=\"tve-u-16460aeca2e\"] textarea { box-shadow: rgba(0, 0, 0, 0.22) 0px 2px 2px 2px inset; background-image: none !important; padding: 15px !important; }[data-css=\"tve-u-16460aeca2d\"] input, [data-css=\"tve-u-16460aeca2d\"] textarea { box-shadow: rgba(0, 0, 0, 0.22) 0px 2px 2px 2px inset; background-image: none !important; padding: 15px !important; }[data-css=\"tve-u-16460aeca2b\"] input, [data-css=\"tve-u-16460aeca2b\"] textarea { box-shadow: rgba(0, 0, 0, 0.22) 0px 2px 2px 2px inset; background-image: none !important; padding: 15px !important; }[data-css=\"tve-u-16460ae6d70\"] { padding-left: 25px !important; padding-right: 25px !important; padding-bottom: 1px !important; background-color: rgb(0, 140, 217) !important; background-image: linear-gradient(227deg, rgba(255, 255, 255, 0.54) 0%, rgba(0, 0, 0, 0) 100%) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16460adbde3\"] { max-width: 60%; }[data-css=\"tve-u-16460adbddb\"] { max-width: 40%; }}@media (max-width: 1023px){[data-css=\"tve-u-16460b5555b\"] { padding-top: 41px !important; }#tve_editor [data-css=\"tve-u-16460b0316c\"] { font-size: 18px; }#tve_editor [data-css=\"tve-u-16460b0316a\"] { font-size: 18px; }#tve_editor [data-css=\"tve-u-16460b03169\"] { font-size: 18px; }#tve_editor [data-css=\"tve-u-16460b03168\"] { font-size: 18px; }#tve_editor [data-css=\"tve-u-16460b03167\"] { font-size: 18px; }[data-css=\"tve-u-16460b51b2a\"] { max-width: 37.6%; }[data-css=\"tve-u-16460b51b1e\"] { max-width: 62.4%; }[data-css=\"tve-u-16460b9aa24\"] { font-size: 18px; width: 18px; height: 18px; margin-right: 0px !important; }#tve_editor [data-css=\"tve-u-16460b5ca53\"] button { font-size: 20px; letter-spacing: 2px; padding: 22px !important; }}@media (max-width: 767px){[data-css=\"tve-u-16460b5555b\"] { padding: 0px !important; }#tve_editor [data-css=\"tve-u-16460b5ca53\"] button { padding: 16px !important; }#tve_editor [data-css=\"tve-u-16460aeca2f\"] input, #tve_editor [data-css=\"tve-u-16460aeca2f\"] input::placeholder, #tve_editor [data-css=\"tve-u-16460aeca2f\"] textarea, #tve_editor [data-css=\"tve-u-16460aeca2f\"] textarea::placeholder { font-size: 16px; }#tve_editor [data-css=\"tve-u-16460aeca2e\"] input, #tve_editor [data-css=\"tve-u-16460aeca2e\"] input::placeholder, #tve_editor [data-css=\"tve-u-16460aeca2e\"] textarea, #tve_editor [data-css=\"tve-u-16460aeca2e\"] textarea::placeholder { font-size: 16px; }#tve_editor [data-css=\"tve-u-16460aeca2d\"] input, #tve_editor [data-css=\"tve-u-16460aeca2d\"] input::placeholder, #tve_editor [data-css=\"tve-u-16460aeca2d\"] textarea, #tve_editor [data-css=\"tve-u-16460aeca2d\"] textarea::placeholder { font-size: 16px; }#tve_editor [data-css=\"tve-u-16460aeca2b\"] input, #tve_editor [data-css=\"tve-u-16460aeca2b\"] input::placeholder, #tve_editor [data-css=\"tve-u-16460aeca2b\"] textarea, #tve_editor [data-css=\"tve-u-16460aeca2b\"] textarea::placeholder { font-size: 16px; }[data-css=\"tve-u-16460b1c409\"] { margin: 0px 0px 10px !important; }[data-css=\"tve-u-16460b1c408\"] { margin: 0px !important; }[data-css=\"tve-u-16460b1c407\"] { margin: 0px 0px 10px !important; }[data-css=\"tve-u-16460b1c406\"] { margin: 0px 0px 10px !important; }[data-css=\"tve-u-16460b1c405\"] { margin: 0px 0px 10px !important; }#tve_editor [data-css=\"tve-u-16460b0316c\"] { font-size: 16px; }#tve_editor [data-css=\"tve-u-16460b0316a\"] { font-size: 16px; }#tve_editor [data-css=\"tve-u-16460b03169\"] { font-size: 16px; }#tve_editor [data-css=\"tve-u-16460b03168\"] { font-size: 16px; }#tve_editor [data-css=\"tve-u-16460b03167\"] { font-size: 16px; }[data-css=\"tve-u-16460aeca2f\"] input, [data-css=\"tve-u-16460aeca2f\"] textarea { padding: 12px !important; }[data-css=\"tve-u-16460aeca2e\"] input, [data-css=\"tve-u-16460aeca2e\"] textarea { padding: 12px !important; }[data-css=\"tve-u-16460aeca2d\"] input, [data-css=\"tve-u-16460aeca2d\"] textarea { padding: 12px !important; }[data-css=\"tve-u-16460aeca2b\"] input, [data-css=\"tve-u-16460aeca2b\"] textarea { padding: 12px !important; }[data-css=\"tve-u-16460ae6d70\"] { padding-left: 15px !important; padding-right: 15px !important; }}\";s:10:\"custom_css\";s:0:\"\";}'),(7543,618,'_wp_attached_file','woocommerce-placeholder.png'),(7544,618,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:1200;s:4:\"file\";s:27:\"woocommerce-placeholder.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"woocommerce-placeholder-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"woocommerce-placeholder-480x480.png\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"woocommerce-placeholder-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"woocommerce-placeholder-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(13925,6929,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579406025;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13921,6925,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579390038;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13922,6926,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579390038;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13866,6870,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579167468;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13855,6859,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579135501;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13856,6860,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579135501;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13919,6923,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579372544;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13918,6922,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579368430;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13896,6900,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579272392;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13891,6895,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579254626;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13892,6896,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579254626;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14019,7023,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579761759;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13863,6867,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579161374;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13864,6868,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579161374;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13865,6869,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579167468;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13848,6852,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579117573;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14241,7245,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580655344;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14242,7246,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580655344;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13893,6897,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579263434;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13894,6898,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579263434;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13860,6864,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579142803;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14224,7228,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580590488;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14227,7231,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580603118;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14228,7232,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580603118;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13835,6839,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579089847;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13836,6840,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579089847;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14239,7243,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580651480;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14240,7244,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580651480;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14080,7084,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580001245;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14081,7085,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580001245;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13785,6789,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1578908183;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13791,6795,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1578928191;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13786,6790,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1578908183;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13923,6927,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579398048;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13924,6928,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579398048;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13915,6919,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579359393;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13912,6916,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579324886;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13958,6962,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579525621;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13959,6963,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579525621;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13960,6964,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579531937;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13961,6965,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579531937;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13968,6972,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579553011;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13969,6973,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579553011;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14074,7078,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579983506;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14078,7082,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579993821;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14085,7089,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580015886;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13926,6930,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579406025;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13920,6924,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579372544;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13911,6915,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579324886;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13909,6913,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579321253;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13910,6914,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579321253;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13946,6950,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579478167;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13947,6951,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579478167;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13903,6907,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579304567;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13904,6908,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579304567;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13905,6909,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579310342;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13906,6910,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579310342;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13899,6903,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579284648;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13900,6904,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579284648;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13897,6901,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579276879;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13898,6902,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579276879;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14024,7028,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579796320;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13901,6905,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579298611;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13902,6906,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579298611;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14192,7196,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580455134;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14193,7197,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580459335;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13883,6887,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579232270;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13884,6888,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579232270;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13886,6890,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579239618;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13887,6891,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579243377;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13888,6892,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579243377;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13889,6893,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579249913;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13890,6894,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579249913;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14183,7187,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580418823;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14184,7188,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580418823;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13885,6889,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579239618;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13882,6886,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579215705;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13970,6974,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579556778;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13879,6883,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579208426;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13880,6884,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579208426;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13877,6881,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579199672;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13878,6882,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579199672;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13881,6885,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579215705;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13873,6877,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579188286;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13874,6878,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579188286;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14031,7035,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579811678;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14037,7041,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579836828;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14008,7012,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579728167;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14009,7013,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579728167;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14054,7058,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579905607;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14065,7069,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579943690;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14016,7020,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579755556;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14000,7004,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579690209;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14001,7005,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579690210;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14007,7011,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579721772;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14163,7167,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580315872;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14164,7168,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580315872;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14030,7034,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579811678;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14032,7036,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579824694;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14034,7038,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579832243;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14038,7042,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579851383;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14057,7061,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579922883;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14056,7060,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579922883;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14058,7062,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579929408;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14086,7090,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580020537;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14098,7102,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580661914;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}'),(14104,7108,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580093791;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14103,7107,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580093791;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13994,6998,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579667486;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13995,6999,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579667486;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14006,7010,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579721772;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14002,7006,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579697141;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14003,7007,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579697141;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14004,7008,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579703179;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14005,7009,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579703179;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13982,6986,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579607424;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13983,6987,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579607424;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14171,7175,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580338249;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14172,7176,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580338249;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14046,7050,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579879371;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14060,7064,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579933106;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14047,7051,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579879371;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13993,6997,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579653634;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13992,6996,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579653633;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13996,7000,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579672004;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13997,7001,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579672004;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13987,6991,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579619705;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14040,7044,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579859923;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14048,7052,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579885484;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13978,6982,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579591160;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13979,6983,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579591160;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13975,6979,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579575147;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13977,6981,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579583694;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13980,6984,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579596329;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13981,6985,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579596329;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14115,7119,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580133890;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14252,7256,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580690495;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13782,6786,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1578895814;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13781,6785,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1578895814;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13799,6803,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1578958822;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13807,6811,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1578983911;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13780,6784,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1578884662;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13783,6787,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1578899881;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13828,6832,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579067732;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13784,6788,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1578899881;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14327,7331,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1581021317;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14326,7330,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1581021317;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14100,7104,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580063866;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14330,7334,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1581048936;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14331,7335,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1581048936;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14336,7340,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1581071379;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14346,7350,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1581122246;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14337,7341,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1581071379;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14334,7338,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1581062462;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14407,7411,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1581373554;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14427,7431,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1581449060;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13861,6865,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579153859;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13824,6828,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579057095;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13823,6827,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579057095;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13914,6918,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579346844;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14356,7360,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1581145732;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14357,7361,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1581145732;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14360,7364,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1581157750;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14361,7365,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1581157750;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14362,7366,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1581192635;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14373,7377,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1581228505;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14372,7376,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1581228505;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14374,7378,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1581232713;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14381,7385,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1581267643;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(10980,343,'tve_landing_set','Foundation'),(13841,6845,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579102995;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13842,6846,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579102996;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14134,7138,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580218177;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14128,7132,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580194512;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14133,7137,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580218177;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14369,7373,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1581215753;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14113,7117,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580122588;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14114,7118,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580122588;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14408,7412,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1581373554;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14222,7226,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580580650;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14220,7224,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580574277;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14221,7225,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580580650;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14385,7389,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1581276932;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14386,7390,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1581276932;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14375,7379,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1581232713;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14376,7380,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1581252358;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14377,7381,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1581252358;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(10991,328,'tve_landing_set','ThriveBiz'),(14380,7384,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1581267643;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14379,7383,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1581263447;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14256,7260,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580709916;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14387,7391,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1581285225;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14388,7392,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1581285225;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14393,7397,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1581308008;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14394,7398,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1581308008;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14257,7261,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580709916;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14191,7195,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580455134;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14398,7402,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1581326163;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14397,7401,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1581326163;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14399,7403,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1581330454;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14400,7404,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1581330454;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14405,7409,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1581353621;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14406,7410,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1581353621;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14404,7408,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1581342671;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14401,7405,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1581336787;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14402,7406,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1581336787;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14403,7407,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1581342671;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14420,7424,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1581408742;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14419,7423,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1581408742;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13762,6766,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1578830668;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13763,6767,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1578830668;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13774,6778,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1578864198;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13773,6777,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1578864198;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14414,7418,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1581389950;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14413,7417,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1581389949;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14416,7420,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1581397133;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14415,7419,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1581397133;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14410,7414,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1581379399;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14409,7413,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1581379399;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14412,7416,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1581384205;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14411,7415,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1581384204;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14418,7422,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1581402477;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14417,7421,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1581402477;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13917,6921,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579368430;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13913,6917,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579346844;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14421,7425,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1581424622;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14423,7427,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1581428435;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14424,7428,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1581428436;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14422,7426,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1581424622;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13749,6753,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1578760034;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14428,7432,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1581449060;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13916,6920,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579359393;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13748,6752,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1578760034;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13758,6762,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1578810562;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13759,6763,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1578810562;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13751,6755,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1578773514;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13750,6754,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1578773514;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13753,6757,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1578779359;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13752,6756,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1578779359;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13754,6758,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1578782967;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13755,6759,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1578782967;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13756,6760,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1578797061;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13757,6761,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1578797061;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13760,6764,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1578823470;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13761,6765,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1578823470;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13776,6780,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1578867954;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13764,6768,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1578836599;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13765,6769,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1578836599;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13772,6776,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1578857590;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13771,6775,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1578857590;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13766,6770,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1578844554;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13767,6771,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1578844554;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13775,6779,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1578867954;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13768,6772,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1578850148;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13769,6773,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1578850148;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13770,6774,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579451348;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}'),(13778,6782,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1578879746;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13777,6781,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1578879745;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13779,6783,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1578884662;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13827,6831,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579067732;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13813,6817,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579013155;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13814,6818,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579013155;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13819,6823,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579044447;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(5431,508,'_wp_attached_file','2019/03/Blackhawk-Order-Form-PDF-fillable-2.pdf'),(13808,6812,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1578983911;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13805,6809,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1578976789;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13789,6793,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1578919902;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13790,6794,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1578919903;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13800,6804,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1578958822;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13795,6799,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1578947081;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13850,6854,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579122302;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13806,6810,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1578976789;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13794,6798,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1578940479;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13797,6801,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1578951499;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13798,6802,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1578951499;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13801,6805,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1578963153;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14093,7097,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580045114;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13810,6814,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1578989546;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13809,6813,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1578989546;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13811,6815,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579006076;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13820,6824,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579044447;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13907,6911,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579314337;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13818,6822,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579040228;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13817,6821,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579040228;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14099,7103,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580063866;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14094,7098,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580054104;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14096,7100,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580059050;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14090,7094,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580036679;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14091,7095,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580036679;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13988,6992,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579637924;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13989,6993,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579637924;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13816,6820,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579032056;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13815,6819,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579032056;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13872,6876,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579184531;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13862,6866,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579153859;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13847,6851,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579117573;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13851,6855,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579127002;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13859,6863,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579142803;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13825,6829,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579062956;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13839,6843,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579098409;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(6354,210,'tve_revision_tve_content_more_found',''),(6355,210,'tve_revision_tve_save_post',''),(6356,210,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Special+Elite:400&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Merriweather:400,400i,900,900i&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Montserrat:400,900,800,200,100&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-1642b6ab2bb\"] { padding: 5px !important; background-image: url(\"\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1642b593fd4\"] { float: none; width: 100%; padding: 25px 10px 5px !important; margin-left: auto !important; margin-right: auto !important; margin-top: 30px !important; }#tcb_landing_page a:not(.tcb-button-link) { color: rgb(255, 255, 255); }.tcb-plain-text strong { font-weight: 900; }#tcb_landing_page input strong { font-weight: 900; }#tcb_landing_page .tcb-button-link strong { font-weight: 900; }#tcb_landing_page p strong, #tcb_landing_page li strong { font-weight: 900; }#tcb_landing_page input { font-family: Merriweather; font-weight: 400; }#tcb_landing_page .tcb-button-link { font-family: Merriweather; font-weight: 400; }#tcb_landing_page p, #tcb_landing_page li { font-family: Merriweather; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h6 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h5 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h4 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h3 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h2 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h1 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(255, 255, 255); }.tcb-plain-text { font-size: 20px; color: rgb(255, 255, 255); font-family: Montserrat; font-weight: 400; }[data-css=\"tve-u-15e09c94f7d\"] { background-color: rgb(255, 255, 255); background-image: none !important; }.tve_post_lp > div > #tve_editor { margin-left: auto; margin-right: auto; max-width: 1200px; padding: 0px 20px; }#tve_editor [data-css=\"tve-u-165e62d8c6d\"] { font-family: \"Special Elite\" !important; font-weight: 400 !important; }#tcb_landing_page .tcb-plain-text { color: rgb(255, 255, 255); font-family: Merriweather; font-weight: 400; }#tcb_landing_page .tcb-plain-text strong { font-weight: 900; }[data-css=\"tve-u-165e642ffaf\"] { margin-top: 10px !important; }#tve_editor .thrv-content-box [data-css=\"tve-u-169591dee29\"] p, #tve_editor .thrv-content-box [data-css=\"tve-u-169591dee29\"] li, #tve_editor .thrv-content-box [data-css=\"tve-u-169591dee29\"] blockquote, #tve_editor .thrv-content-box [data-css=\"tve-u-169591dee29\"] address, #tve_editor .thrv-content-box [data-css=\"tve-u-169591dee29\"] .tcb-plain-text, #tve_editor .thrv-content-box [data-css=\"tve-u-169591dee29\"] label, #tve_editor .thrv-content-box [data-css=\"tve-u-169591dee29\"] h1, #tve_editor .thrv-content-box [data-css=\"tve-u-169591dee29\"] h2, #tve_editor .thrv-content-box [data-css=\"tve-u-169591dee29\"] h3, #tve_editor .thrv-content-box [data-css=\"tve-u-169591dee29\"] h4, #tve_editor .thrv-content-box [data-css=\"tve-u-169591dee29\"] h5, #tve_editor .thrv-content-box [data-css=\"tve-u-169591dee29\"] h6 { color: rgb(0, 0, 0); }}@media (max-width: 767px){.tve_post_lp > div > #tve_editor { padding: 0px 10px; }[data-css=\"tve-u-1642b6ab2bb\"] { float: left; width: 100%; z-index: 3; position: relative; padding-left: 10px !important; padding-right: 5px !important; margin-left: auto !important; margin-right: auto !important; padding-bottom: 10px !important; }[data-css=\"tve-u-165e6469798\"]::after { clear: both; }#tve_editor [data-css=\"tve-u-165e64714a8\"] { font-size: 15px !important; }}'),(6357,210,'tve_revision_tve_user_custom_css',''),(6358,210,'tve_revision_tve_page_events','a:0:{}'),(6359,210,'tve_revision_tve_globals','a:2:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";s:8:\"font_cls\";a:0:{}}'),(6360,210,'tve_revision_tve_global_scripts',''),(6361,210,'tve_revision_thrive_icon_pack','0'),(6362,210,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(6363,210,'tve_revision_tve_has_masonry','0'),(6364,210,'tve_revision_tve_has_typefocus','0'),(6365,210,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-custom-menu-inside\" style=\"z-index: 8;\" data-css=\"tve-u-1642b593fd4\" wfd-id=\"31\">\n<div class=\"tve-content-box-background\" wfd-id=\"40\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" style=\"z-index: 8;\" wfd-id=\"32\" data-css=\"tve-u-169591dee29\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-165e642ffaf\" wfd-id=\"37\"><h2 data-css=\"tve-u-165e62d8c6d\">Terms &amp; Conditions</h2></div><div class=\"tcb-clear\" data-css=\"tve-u-165e6469798\" wfd-id=\"33\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1642b6ab2bb\" wfd-id=\"34\"><p data-css=\"tve-u-165e64714a8\" style=\"text-align: left;\">TERMS OF SERVICE<br><br>-----<br><br>OVERVIEW<br><br>This website is operated by Blackhawk Custom, LLC. Throughout the site, the terms â€œweâ€, â€œusâ€ and â€œourâ€ refer to Blackhawk Custom, LLC. Blackhawk Custom, LLC offers this website, including all information, tools and services available from this site to you, the user, conditioned upon your acceptance of all terms, conditions, policies and notices stated here.<br><br>By visiting our site and/ or purchasing something from us, you engage in our â€œServiceâ€ and agree to be bound by the following terms and conditions (â€œTerms of Serviceâ€, â€œTermsâ€), including those additional terms, conditions, and policies referenced herein and/or available by hyperlink. These Terms of Service apply to all users of the site, including without limitation users who are browsers, vendors, customers, merchants, and/ or contributors of content.<br><br>Please read these Terms of Service carefully before accessing or using our website. By accessing or using any part of the site, you agree to be bound by these Terms of Service. If you do not agree to all the terms and conditions of this agreement, then you may not access the website or use any services. If these Terms of Service are considered an offer, acceptance is expressly limited to these Terms of Service.<br><br>Any new features or tools which are added to the current store shall also be subject to the Terms of Service. You can review the most current version of the Terms of Service at any time on this page. We reserve the right to update, change or replace any part of these Terms of Service by posting updates and/or changes to our website. It is your responsibility to check this page periodically for changes. Your continued use of or access to the website following the posting of any changes constitutes acceptance of those changes.<br><br>SECTION 1 - ONLINE STORE TERMS<br><br>By agreeing to these Terms of Service, you represent that you are at least the age of majority in your state or province of residence, or that you are the age of majority in your state or province of residence and you have given us your consent to allow any of your minor dependents to use this site.<br>You may not use our products for any illegal or unauthorized purpose nor may you, in the use of the Service, violate any laws in your jurisdiction (including but not limited to copyright laws).<br>You must not transmit any worms or viruses or any code of a destructive nature.<br>A breach or violation of any of the Terms will result in an immediate termination of your Services.<br><br>SECTION 2 - GENERAL CONDITIONS<br><br>We reserve the right to refuse service to anyone for any reason at any time.<br>You understand that your content (not including credit card information), may be transferred unencrypted and involve (a) transmissions over various networks; and (b) changes to conform and adapt to technical requirements of connecting networks or devices. Credit card information is always encrypted during transfer over networks.<br>You agree not to reproduce, duplicate, copy, sell, resell or exploit any portion of the Service, use of the Service, or access to the Service or any contact on the website through which the service is provided, without express written permission by us.<br>The headings used in this agreement are included for convenience only and will not limit or otherwise affect these Terms.<br><br>SECTION 3 - ACCURACY, COMPLETENESS AND TIMELINESS OF INFORMATION<br><br>We are not responsible if information made available on this site is not accurate, complete or current. The material on this site is provided for general information only and should not be relied upon or used as the sole basis for making decisions without consulting primary, more accurate, more complete or more timely sources of information. Any reliance on the material on this site is at your own risk.<br>This site may contain certain historical information. Historical information, necessarily, is not current and is provided for your reference only. We reserve the right to modify the contents of this site at any time, but we have no obligation to update any information on our site. You agree that it is your responsibility to monitor changes to our site.<br><br>SECTION 4 - MODIFICATIONS TO THE SERVICE AND PRICES<br><br>The prices for our products are subject to change without notice.<br>We reserve the right at any time to modify or discontinue the Service (or any part or content thereof) without notice at any time.<br>We shall not be liable to you or to any third-party for any modification, price change, suspension or discontinuance of the Service.<br><br>SECTION 5 - PRODUCTS OR SERVICES (if applicable)<br><br>Certain products or services may be available exclusively online through the website. These products or services may have limited quantities and are subject to return or exchange only according to our Return Policy.<br>We have made every effort to display as accurately as possible the colors and images of our products that appear at the store. We cannot guarantee that your computer monitor\'s display of any color will be accurate.<br>We reserve the right, but are not obligated, to limit the sales of our products or Services to any person, geographic region or jurisdiction. We may exercise this right on a case-by-case basis. We reserve the right to limit the quantities of any products or services that we offer. All descriptions of products or product pricing are subject to change at anytime without notice, at the sole discretion of us. We reserve the right to discontinue any product at any time. Any offer for any product or service made on this site is void where prohibited.<br>We do not warrant that the quality of any products, services, information, or other material purchased or obtained by you will meet your expectations, or that any errors in the Service will be corrected.<br><br>SECTION 6 - ACCURACY OF BILLING AND ACCOUNT INFORMATION<br><br>We reserve the right to refuse any order you place with us. We may, in our sole discretion, limit or cancel quantities purchased per person, per household or per order. These restrictions may include orders placed by or under the same customer account, the same credit card, and/or orders that use the same billing and/or shipping address. In the event that we make a change to or cancel an order, we may attempt to notify you by contacting the e-mail and/or billing address/phone number provided at the time the order was made. We reserve the right to limit or prohibit orders that, in our sole judgment, appear to be placed by dealers, resellers or distributors.<br><br>You agree to provide current, complete and accurate purchase and account information for all purchases made at our store. You agree to promptly update your account and other information, including your email address and credit card numbers and expiration dates, so that we can complete your transactions and contact you as needed.<br><br>For more detail, please review our Returns Policy.<br><br>SECTION 7 - OPTIONAL TOOLS<br><br>We may provide you with access to third-party tools over which we neither monitor nor have any control nor input.<br>You acknowledge and agree that we provide access to such tools â€as isâ€ and â€œas availableâ€ without any warranties, representations or conditions of any kind and without any endorsement. We shall have no liability whatsoever arising from or relating to your use of optional third-party tools.<br>Any use by you of optional tools offered through the site is entirely at your own risk and discretion and you should ensure that you are familiar with and approve of the terms on which tools are provided by the relevant third-party provider(s).<br>We may also, in the future, offer new services and/or features through the website (including, the release of new tools and resources). Such new features and/or services shall also be subject to these Terms of Service.<br><br>SECTION 8 - THIRD-PARTY LINKS<br><br>Certain content, products and services available via our Service may include materials from third-parties.<br>Third-party links on this site may direct you to third-party websites that are not affiliated with us. We are not responsible for examining or evaluating the content or accuracy and we do not warrant and will not have any liability or responsibility for any third-party materials or websites, or for any other materials, products, or services of third-parties.<br>We are not liable for any harm or damages related to the purchase or use of goods, services, resources, content, or any other transactions made in connection with any third-party websites. Please review carefully the third-party\'s policies and practices and make sure you understand them before you engage in any transaction. Complaints, claims, concerns, or questions regarding third-party products should be directed to the third-party.<br><br>SECTION 9 - USER COMMENTS, FEEDBACK AND OTHER SUBMISSIONS<br><br>If, at our request, you send certain specific submissions (for example contest entries) or without a request from us you send creative ideas, suggestions, proposals, plans, or other materials, whether online, by email, by postal mail, or otherwise (collectively, \'comments\'), you agree that we may, at any time, without restriction, edit, copy, publish, distribute, translate and otherwise use in any medium any comments that you forward to us. We are and shall be under no obligation (1) to maintain any comments in confidence; (2) to pay compensation for any comments; or (3) to respond to any comments.<br>We may, but have no obligation to, monitor, edit or remove content that we determine in our sole discretion are unlawful, offensive, threatening, libelous, defamatory, pornographic, obscene or otherwise objectionable or violates any partyâ€™s intellectual property or these Terms of Service.<br>You agree that your comments will not violate any right of any third-party, including copyright, trademark, privacy, personality or other personal or proprietary right. You further agree that your comments will not contain libelous or otherwise unlawful, abusive or obscene material, or contain any computer virus or other malware that could in any way affect the operation of the Service or any related website. You may not use a false e-mail address, pretend to be someone other than yourself, or otherwise mislead us or third-parties as to the origin of any comments. You are solely responsible for any comments you make and their accuracy. We take no responsibility and assume no liability for any comments posted by you or any third-party.<br><br>SECTION 10 - PERSONAL INFORMATION<br><br>Your submission of personal information through the store is governed by our Privacy Policy. To view our Privacy Policy.<br><br>SECTION 11 - ERRORS, INACCURACIES AND OMISSIONS<br><br>Occasionally there may be information on our site or in the Service that contains typographical errors, inaccuracies or omissions that may relate to product descriptions, pricing, promotions, offers, product shipping charges, transit times and availability. We reserve the right to correct any errors, inaccuracies or omissions, and to change or update information or cancel orders if any information in the Service or on any related website is inaccurate at any time without prior notice (including after you have submitted your order).<br>We undertake no obligation to update, amend or clarify information in the Service or on any related website, including without limitation, pricing information, except as required by law. No specified update or refresh date applied in the Service or on any related website, should be taken to indicate that all information in the Service or on any related website has been modified or updated.<br><br>SECTION 12 - PROHIBITED USES<br><br>In addition to other prohibitions as set forth in the Terms of Service, you are prohibited from using the site or its content: (a) for any unlawful purpose; (b) to solicit others to perform or participate in any unlawful acts; (c) to violate any international, federal, provincial or state regulations, rules, laws, or local ordinances; (d) to infringe upon or violate our intellectual property rights or the intellectual property rights of others; (e) to harass, abuse, insult, harm, defame, slander, disparage, intimidate, or discriminate based on gender, sexual orientation, religion, ethnicity, race, age, national origin, or disability; (f) to submit false or misleading information; (g) to upload or transmit viruses or any other type of malicious code that will or may be used in any way that will affect the functionality or operation of the Service or of any related website, other websites, or the Internet; (h) to collect or track the personal information of others; (i) to spam, phish, pharm, pretext, spider, crawl, or scrape; (j) for any obscene or immoral purpose; or (k) to interfere with or circumvent the security features of the Service or any related website, other websites, or the Internet. We reserve the right to terminate your use of the Service or any related website for violating any of the prohibited uses.<br><br>SECTION 13 - DISCLAIMER OF WARRANTIES; LIMITATION OF LIABILITY<br><br>We do not guarantee, represent or warrant that your use of our service will be uninterrupted, timely, secure or error-free.<br>We do not warrant that the results that may be obtained from the use of the service will be accurate or reliable.<br>You agree that from time to time we may remove the service for indefinite periods of time or cancel the service at any time, without notice to you.<br>You expressly agree that your use of, or inability to use, the service is at your sole risk. The service and all products and services delivered to you through the service are (except as expressly stated by us) provided \'as is\' and \'as available\' for your use, without any representation, warranties or conditions of any kind, either express or implied, including all implied warranties or conditions of merchantability, merchantable quality, fitness for a particular purpose, durability, title, and non-infringement.<br>In no case shall Blackhawk Custom, LLC, our directors, officers, employees, affiliates, agents, contractors, interns, suppliers, service providers or licensors be liable for any injury, loss, claim, or any direct, indirect, incidental, punitive, special, or consequential damages of any kind, including, without limitation lost profits, lost revenue, lost savings, loss of data, replacement costs, or any similar damages, whether based in contract, tort (including negligence), strict liability or otherwise, arising from your use of any of the service or any products procured using the service, or for any other claim related in any way to your use of the service or any product, including, but not limited to, any errors or omissions in any content, or any loss or damage of any kind incurred as a result of the use of the service or any content (or product) posted, transmitted, or otherwise made available via the service, even if advised of their possibility. Because some states or jurisdictions do not allow the exclusion or the limitation of liability for consequential or incidental damages, in such states or jurisdictions, our liability shall be limited to the maximum extent permitted by law.<br><br>SECTION 14 - INDEMNIFICATION<br><br>You agree to indemnify, defend and hold harmless Blackhawk Custom, LLC and our parent, subsidiaries, affiliates, partners, officers, directors, agents, contractors, licensors, service providers, subcontractors, suppliers, interns and employees, harmless from any claim or demand, including reasonable attorneysâ€™ fees, made by any third-party due to or arising out of your breach of these Terms of Service or the documents they incorporate by reference, or your violation of any law or the rights of a third-party.<br><br>SECTION 15 - SEVERABILITY<br><br>In the event that any provision of these Terms of Service is determined to be unlawful, void or unenforceable, such provision shall nonetheless be enforceable to the fullest extent permitted by applicable law, and the unenforceable portion shall be deemed to be severed from these Terms of Service, such determination shall not affect the validity and enforceability of any other remaining provisions.<br><br>SECTION 16 - TERMINATION<br><br>The obligations and liabilities of the parties incurred prior to the termination date shall survive the termination of this agreement for all purposes.<br>These Terms of Service are effective unless and until terminated by either you or us. You may terminate these Terms of Service at any time by notifying us that you no longer wish to use our Services, or when you cease using our site.<br>If in our sole judgment you fail, or we suspect that you have failed, to comply with any term or provision of these Terms of Service, we also may terminate this agreement at any time without notice and you will remain liable for all amounts due up to and including the date of termination; and/or accordingly may deny you access to our Services (or any part thereof).<br><br>SECTION 17 - ENTIRE AGREEMENT<br><br>The failure of us to exercise or enforce any right or provision of these Terms of Service shall not constitute a waiver of such right or provision.<br>These Terms of Service and any policies or operating rules posted by us on this site or in respect to The Service constitutes the entire agreement and understanding between you and us and govern your use of the Service, superseding any prior or contemporaneous agreements, communications and proposals, whether oral or written, between you and us (including, but not limited to, any prior versions of the Terms of Service).<br>Any ambiguities in the interpretation of these Terms of Service shall not be construed against the drafting party.<br><br>SECTION 18 - GOVERNING LAW<br><br>These Terms of Service and any separate agreements whereby we provide you Services shall be governed by and construed in accordance with the laws of 825 South Kings Highway, Fort Pierce, FL 34945.<br><br>SECTION 19 - CHANGES TO TERMS OF SERVICE<br><br>You can review the most current version of the Terms of Service at any time at this page.<br>We reserve the right, at our sole discretion, to update, change or replace any part of these Terms of Service by posting updates and changes to our website. It is your responsibility to check our website periodically for changes. Your continued use of or access to our website or the Service following the posting of any changes to these Terms of Service constitutes acceptance of those changes.<br><br>SECTION 20 - CONTACT INFORMATION<br><br>Questions about the Terms of Service should be sent to us at <a href=\"mailto:admin@blackhawkcustom.com\" target=\"_blank\">admin@blackhawkcustom.com</a></p></div></div></div>\n</div>'),(6366,210,'tve_revision_tve_has_wistia_popover','0'),(6382,542,'tve_revision_tve_updated_post',''),(6383,542,'tve_revision_tve_has_wistia_popover',''),(7117,587,'tve_revision_tve_landing_page','tcb2-blank-page-styled'),(6384,543,'tve_revision_tve_landing_page','tcb2-blank-page-styled'),(6385,543,'tve_revision_tve_landing_set',''),(6386,543,'tve_revision_tve_disable_theme_dependency','1'),(6387,543,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-custom-menu-inside\" data-css=\"tve-u-1642b667be5\" style=\"z-index: 8;\" wfd-id=\"31\">\n<div class=\"tve-content-box-background\" wfd-id=\"116\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1642b6ef7e6\" style=\"z-index: 8;\" wfd-id=\"32\"><div class=\"tcb-clear\" data-css=\"tve-u-16954cb2bb5\" wfd-id=\"103\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16954aadb7d\" wfd-id=\"104\"><div class=\"tcb-flex-row tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-16954aa12b2\" wfd-id=\"105\"><div class=\"tcb-flex-col\" data-css=\"tve-u-16954aa558a\" style=\"\" wfd-id=\"112\"><div class=\"tcb-col\" data-css=\"tve-u-16954c7c616\" wfd-id=\"114\"><a href=\"https://bestcerakoteflorida.com/\" rel=\"\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-16954a9c938\" data-link-wrap=\"1\" wfd-id=\"115\"><svg class=\"tcb-icon\" viewBox=\"0 0 576 512\" data-id=\"icon-home-regular\" data-name=\"\">\n            <path d=\"M557.1 240.7L512 203.8V104c0-4.4-3.6-8-8-8h-32c-4.4 0-8 3.6-8 8v60.5L313.4 41.1c-14.7-12.1-36-12.1-50.7 0L18.9 240.7c-3.4 2.8-3.9 7.8-1.1 11.3l20.3 24.8c2.8 3.4 7.8 3.9 11.3 1.1l14.7-12V464c0 8.8 7.2 16 16 16h168c4.4 0 8-3.6 8-8V344h64v128c0 4.4 3.6 8 8 8h168c8.8 0 16-7.2 16-16V265.8l14.7 12c3.4 2.8 8.5 2.3 11.3-1.1l20.3-24.8c2.6-3.4 2.1-8.4-1.3-11.2zM464 432h-96V304c0-4.4-3.6-8-8-8H216c-4.4 0-8 3.6-8 8v128h-96V226.5l170.9-140c2.9-2.4 7.2-2.4 10.1 0l170.9 140V432z\"></path>\n        </svg></div></a></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-16954aa55b5\" style=\"\" wfd-id=\"106\"><div class=\"tcb-col\" wfd-id=\"108\"><div class=\"thrv_wrapper thrv_heading\" style=\"\" data-tag=\"h1\" data-css=\"tve-u-1642b32e2c2\" wfd-id=\"109\"><h1 data-css=\"tve-u-16035acf904\" style=\"text-align: center;\"><strong>Privacy</strong></h1></div></div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" data-css=\"tve-u-1642b25c464\" wfd-id=\"33\"><p data-css=\"tve-u-165e6491162\"><span data-css=\"tve-u-165e64c579a\" style=\"font-family: Merriweather; font-weight: 400;\" wfd-id=\"102\">Privacy Policy</span></p><p data-css=\"tve-u-165e6492b04\"><span data-css=\"tve-u-165e64c08c2\" style=\"font-family: Merriweather; font-weight: 400;\" wfd-id=\"101\">What personal information do we collect from the people that visit our blog, website or app?<br>When ordering or registering on our site, as appropriate, you may be asked to enter your name, email address, mailing address, phone number, credit card information or other details to help you with your experience.</span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08c4\" style=\"font-weight: 400;\" wfd-id=\"99\"><span data-css=\"tve-u-165e64c08c5\" style=\"font-family: Merriweather;\" wfd-id=\"100\">When do we collect information?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08c6\" style=\"font-weight: 400;\" wfd-id=\"97\"><span data-css=\"tve-u-165e64c08c7\" style=\"font-family: Merriweather;\" wfd-id=\"98\">We collect information from you when you register on our site, place an order, subscribe to a newsletter, respond to a survey, fill out a form or enter information on our site.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08c9\" style=\"font-weight: 400;\" wfd-id=\"95\"><span data-css=\"tve-u-165e64c08ca\" style=\"font-family: Merriweather;\" wfd-id=\"96\">How do we use your information?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08cb\" style=\"font-weight: 400;\" wfd-id=\"93\"><span data-css=\"tve-u-165e64c08cc\" style=\"font-family: Merriweather;\" wfd-id=\"94\">We may use the information we collect from you when you register, make a purchase, sign up for our newsletter, respond to a survey or marketing communication, surf the website, or use certain other site features in the following ways:<br>â€¢ To personalize user\'s experience and to allow us to deliver the type of content and product offerings in which you are most interested.<br>â€¢ To improve our website in order to better serve you.<br>â€¢ To allow us to better service you in responding to your customer service requests.<br>â€¢ To administer a contest, promotion, survey or other site feature.<br>â€¢ To quickly process your transactions.<br>â€¢ To send periodic emails regarding your order or other products and services.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08ce\" style=\"font-weight: 400;\" wfd-id=\"91\"><span data-css=\"tve-u-165e64c08cf\" style=\"font-family: Merriweather;\" wfd-id=\"92\">How do we protect visitor information?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08d0\" style=\"font-weight: 400;\" wfd-id=\"89\"><span data-css=\"tve-u-165e64c08d1\" style=\"font-family: Merriweather;\" wfd-id=\"90\">Our website is scanned on a regular basis for security holes and known vulnerabilities in order to make your visit to our site as safe as possible.<br>We use regular Malware Scanning.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08d3\" style=\"font-weight: 400;\" wfd-id=\"87\"><span data-css=\"tve-u-165e64c08d4\" style=\"font-family: Merriweather;\" wfd-id=\"88\">Your personal information is contained behind secured networks and is only accessible by a limited number of persons who have special access rights to such systems, and are required to keep the information confidential. In addition, all sensitive/credit information you supply is encrypted via Secure Socket Layer (SSL) technology.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08d5\" style=\"font-weight: 400;\" wfd-id=\"85\"><span data-css=\"tve-u-165e64c08d6\" style=\"font-family: Merriweather;\" wfd-id=\"86\">We implement a variety of security measures when a user places an order, enters, submits, or accesses their information to maintain the safety of your personal information.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08d8\" style=\"font-weight: 400;\" wfd-id=\"83\"><span data-css=\"tve-u-165e64c08d9\" style=\"font-family: Merriweather;\" wfd-id=\"84\">All transactions are processed through a gateway provider and are not stored or processed on our servers.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08da\" style=\"font-weight: 400;\" wfd-id=\"81\"><span data-css=\"tve-u-165e64c08db\" style=\"font-family: Merriweather;\" wfd-id=\"82\">Do we use \'cookies\'?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08dd\" style=\"font-weight: 400;\" wfd-id=\"79\"><span data-css=\"tve-u-165e64c08de\" style=\"font-family: Merriweather;\" wfd-id=\"80\">Yes. Cookies are small files that a site or its service provider transfers to your computer\'s hard drive through your Web browser (if you allow) that enable the site\'s or service provider\'s systems to recognize your browser and capture and remember certain information. For instance, we use cookies to help us remember and process the items in your shopping cart. They are also used to help us understand your preferences based on previous or current site activity, which enables us to provide you with improved services. We also use cookies to help us compile aggregate data about site traffic and site interaction so that we can offer better site experiences and tools in the future.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08df\" style=\"font-weight: 400;\" wfd-id=\"77\"><span data-css=\"tve-u-165e64c08e0\" style=\"font-family: Merriweather;\" wfd-id=\"78\">We use cookies to:</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08e2\" style=\"font-weight: 400;\" wfd-id=\"75\"><span data-css=\"tve-u-165e64c08e3\" style=\"font-family: Merriweather;\" wfd-id=\"76\">â€¢ Help remember and process the items in the shopping cart.<br>â€¢ Understand and save user\'s preferences for future visits.<br>You can choose to have your computer warn you each time a cookie is being sent, or you can choose to turn off all cookies. You do this through your browser (like Internet Explorer) settings. Each browser is a little different, so look at your browser\'s Help menu to learn the correct way to modify your cookies.<br>If users disable cookies in their browser:<br>If you turn off cookies, some features will be disabled. However, you can still place orders for<br>saved items in your shopping cart over the telephone by contacting customer service.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08e4\" style=\"font-weight: 400;\" wfd-id=\"73\"><span data-css=\"tve-u-165e64c08e5\" style=\"font-family: Merriweather;\" wfd-id=\"74\">Third Party Disclosure</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08e7\" style=\"font-weight: 400;\" wfd-id=\"71\"><span data-css=\"tve-u-165e64c08e8\" style=\"font-family: Merriweather;\" wfd-id=\"72\">We do not sell, trade, or otherwise transfer to outside parties your personally identifiable information.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08e9\" style=\"font-weight: 400;\" wfd-id=\"69\"><span data-css=\"tve-u-165e64c08ea\" style=\"font-family: Merriweather;\" wfd-id=\"70\">Third party links</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08ec\" style=\"font-weight: 400;\" wfd-id=\"67\"><span data-css=\"tve-u-165e64c08ed\" style=\"font-family: Merriweather;\" wfd-id=\"68\">Occasionally, at our discretion, we may include or offer third party products or services on our website. These third party sites have separate and independent privacy policies. We therefore have no responsibility or liability for the content and activities of these linked sites. Nonetheless, we seek to protect the integrity of our site and welcome any feedback about these sites.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08ee\" style=\"font-weight: 400;\" wfd-id=\"65\"><span data-css=\"tve-u-165e64c08f0\" style=\"font-family: Merriweather;\" wfd-id=\"66\">Google</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08f1\" style=\"font-weight: 400;\" wfd-id=\"63\"><span data-css=\"tve-u-165e64c08f2\" style=\"font-family: Merriweather;\" wfd-id=\"64\">Google\'s advertising requirements can be summed up by Google\'s Advertising Principles. They are put in place to provide a positive experience for users. https://support.google.com/adwordspolicy/answer/1316548?hl=en<br>Opting out:<br>Users can set preferences for how Google advertises to you using the Google Ad Settings page. Alternatively, you can opt out by visiting the Network Advertising initiative opt out page or permanently using the Google Analytics Opt Out Browser add on.<br>California Online Privacy Protection Act<br>CalOPPA is the first state law in the nation to require commercial websites and online services to post a privacy policy. The law\'s reach stretches well beyond California to require a person or company in the United States (and conceivably the world) that operates websites collecting personally identifiable information from California consumers to post a conspicuous privacy policy on its website stating exactly the information being collected and those individuals with whom it is being shared, and to comply with this policy.<br>See more at: http://consumercal.org/california-online-privacy-protection-act-caloppa/#sthash.0FdRbT51.dpuf<br>According to CalOPPA we agree to the following:<br>Users can visit our site anonymously<br>Once this privacy policy is created, we will add a link to it on our home page, or as a minimum on the first significant page after entering our website.<br>Our Privacy Policy link includes the word \'Privacy\', and can be easily be found on the page specified above.<br>Users will be notified of any privacy policy changes:<br>â€¢ On our Privacy Policy Page<br>Users are able to change their personal information:<br>â€¢ By emailing us<br>â€¢ By calling us</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08f3\" style=\"font-weight: 400;\" wfd-id=\"61\"><span data-css=\"tve-u-165e64c08f6\" style=\"font-family: Merriweather;\" wfd-id=\"62\">How does our site handle do not track signals?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08f7\" style=\"font-weight: 400;\" wfd-id=\"59\"><span data-css=\"tve-u-165e64c08f8\" style=\"font-family: Merriweather;\" wfd-id=\"60\">We honor do not track signals and do not track, plant cookies, or use advertising when a Do Not Track (DNT) browser mechanism is in place.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08f9\" style=\"font-weight: 400;\" wfd-id=\"57\"><span data-css=\"tve-u-165e64c08fa\" style=\"font-family: Merriweather;\" wfd-id=\"58\">Does our site allow third party behavioral tracking?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08fb\" style=\"font-weight: 400;\" wfd-id=\"55\"><span data-css=\"tve-u-165e64c08fc\" style=\"font-family: Merriweather;\" wfd-id=\"56\">It\'s also important to note that we do not allow third party behavioral tracking<br>COPPA (Children Online Privacy Protection Act)<br>When it comes to the collection of personal information from children under 13, the Children\'s Online Privacy Protection Act (COPPA) puts parents in control. The Federal Trade Commission, the nation\'s consumer protection agency, enforces the COPPA Rule, which spells out what operators of websites and online services must do to protect children\'s privacy and safety online.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08fe\" style=\"font-weight: 400;\" wfd-id=\"53\"><span data-css=\"tve-u-165e64c08ff\" style=\"font-family: Merriweather;\" wfd-id=\"54\">We do not specifically market to children under 13.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c0900\" style=\"font-weight: 400;\" wfd-id=\"51\"><span data-css=\"tve-u-165e64c0901\" style=\"font-family: Merriweather;\" wfd-id=\"52\">Fair Information Practices</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c0903\" style=\"font-weight: 400;\" wfd-id=\"49\"><span data-css=\"tve-u-165e64c0904\" style=\"font-family: Merriweather;\" wfd-id=\"50\">The Fair Information Practices Principles form the backbone of privacy law in the United States and the concepts they include have played a significant role in the development of data protection laws around the globe. Understanding the Fair Information Practice Principles and how they should be implemented is critical to comply with the various privacy laws that protect personal information.<br>In order to be in line with Fair Information Practices we will take the following responsive action, should a data breach occur:<br>â€¢ Within 7 business days<br>We will notify the users via in site notification<br>â€¢ Within 7 business days<br>We also agree to the individual redress principle, which requires that individuals have a right to pursue legally enforceable rights against data collectors and processors who fail to adhere to the law. This principle requires not only that individuals have enforceable rights against data users, but also that individuals have recourse to courts or a government agency to investigate and/or prosecute non-compliance by data processors.<br>CAN SPAM Act<br>The CAN-SPAM Act is a law that sets the rules for commercial email, establishes requirements for commercial messages, gives recipients the right to have emails stopped from being sent to them, and spells out tough penalties for violations.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c0905\" style=\"font-weight: 400;\" wfd-id=\"47\"><span data-css=\"tve-u-165e64c0906\" style=\"font-family: Merriweather;\" wfd-id=\"48\">We collect your email address in order to:</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c0908\" style=\"font-weight: 400;\" wfd-id=\"45\"><span data-css=\"tve-u-165e64c0909\" style=\"font-family: Merriweather;\" wfd-id=\"46\">â€¢ Send information, respond to inquiries, and/or other requests or questions.<br>â€¢ Process orders and to send information and updates pertaining to orders<br>â€¢ Market to our mailing list or continue to send emails to our clients after the original transaction has occurred<br>To be in accordance with CANSPAM we agree to the following:<br>â€¢ NOT use false, or misleading subjects or email addresses<br>â€¢ Identify the message as an advertisement in some reasonable way<br>â€¢ Include the physical address of our business or site headquarters<br>â€¢ Monitor third party email marketing services for compliance, if one is used.<br>â€¢ Honor opt-out/unsubscribe requests quickly<br>â€¢ Allow users to unsubscribe by using the link at the bottom of each email<br>If at any time you would like to unsubscribe from receiving future emails, you can email us at<br>â€¢ Follow the instructions at the bottom of each email. and we will promptly remove you from ALL correspondence.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c090a\" style=\"font-weight: 400;\" wfd-id=\"43\"><span data-css=\"tve-u-165e64c090c\" style=\"font-family: Merriweather;\" wfd-id=\"44\">Contacting Us</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c090d\" style=\"font-weight: 400;\" wfd-id=\"41\"><span data-css=\"tve-u-165e64c090e\" style=\"font-family: Merriweather;\" wfd-id=\"42\">If there are any questions regarding this privacy policy you may contact us using the information below.<br>Blackhawk Custom, LLC.<br>825 South Kings Highway<br>Fort Pierce, FL 34945<br>United States<br>https://www.blackhawkcustom.com</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c090d\" style=\"font-weight: 400;\" wfd-id=\"39\"><span data-css=\"tve-u-165e64c090e\" style=\"font-family: Merriweather;\" wfd-id=\"40\"><br>Conditions of use:</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c090d\" style=\"font-weight: 400;\" wfd-id=\"37\"><span data-css=\"tve-u-165e64c090e\" style=\"font-family: Merriweather;\" wfd-id=\"38\">â€‹</span></span><span data-css=\"tve-u-165e64c0910\" style=\"font-family: Merriweather; font-weight: 400;\" wfd-id=\"36\">By using this website, you agree to all of our terms and conditions of the sale<br>All sales are final (See our refund policy)</span></p></div></div>\n</div>'),(6349,541,'tve_revision_tve_has_wistia_popover','0'),(6350,210,'tve_revision_tve_landing_page','blank_v2'),(6351,210,'tve_revision_tve_landing_set',''),(6352,210,'tve_revision_tve_disable_theme_dependency',''),(6353,210,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-custom-menu-inside\" style=\"z-index: 8;\" data-css=\"tve-u-1642b593fd4\" wfd-id=\"31\">\n<div class=\"tve-content-box-background\" wfd-id=\"40\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" style=\"z-index: 8;\" wfd-id=\"32\" data-css=\"tve-u-169591dee29\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-165e642ffaf\" wfd-id=\"37\"><h2 data-css=\"tve-u-165e62d8c6d\">Terms &amp; Conditions</h2></div><div class=\"tcb-clear\" data-css=\"tve-u-165e6469798\" wfd-id=\"33\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1642b6ab2bb\" wfd-id=\"34\"><p data-css=\"tve-u-165e64714a8\" style=\"text-align: left;\">TERMS OF SERVICE<br><br>-----<br><br>OVERVIEW<br><br>This website is operated by Blackhawk Custom, LLC. Throughout the site, the terms â€œweâ€, â€œusâ€ and â€œourâ€ refer to Blackhawk Custom, LLC. Blackhawk Custom, LLC offers this website, including all information, tools and services available from this site to you, the user, conditioned upon your acceptance of all terms, conditions, policies and notices stated here.<br><br>By visiting our site and/ or purchasing something from us, you engage in our â€œServiceâ€ and agree to be bound by the following terms and conditions (â€œTerms of Serviceâ€, â€œTermsâ€), including those additional terms, conditions, and policies referenced herein and/or available by hyperlink. These Terms of Service apply to all users of the site, including without limitation users who are browsers, vendors, customers, merchants, and/ or contributors of content.<br><br>Please read these Terms of Service carefully before accessing or using our website. By accessing or using any part of the site, you agree to be bound by these Terms of Service. If you do not agree to all the terms and conditions of this agreement, then you may not access the website or use any services. If these Terms of Service are considered an offer, acceptance is expressly limited to these Terms of Service.<br><br>Any new features or tools which are added to the current store shall also be subject to the Terms of Service. You can review the most current version of the Terms of Service at any time on this page. We reserve the right to update, change or replace any part of these Terms of Service by posting updates and/or changes to our website. It is your responsibility to check this page periodically for changes. Your continued use of or access to the website following the posting of any changes constitutes acceptance of those changes.<br><br>SECTION 1 - ONLINE STORE TERMS<br><br>By agreeing to these Terms of Service, you represent that you are at least the age of majority in your state or province of residence, or that you are the age of majority in your state or province of residence and you have given us your consent to allow any of your minor dependents to use this site.<br>You may not use our products for any illegal or unauthorized purpose nor may you, in the use of the Service, violate any laws in your jurisdiction (including but not limited to copyright laws).<br>You must not transmit any worms or viruses or any code of a destructive nature.<br>A breach or violation of any of the Terms will result in an immediate termination of your Services.<br><br>SECTION 2 - GENERAL CONDITIONS<br><br>We reserve the right to refuse service to anyone for any reason at any time.<br>You understand that your content (not including credit card information), may be transferred unencrypted and involve (a) transmissions over various networks; and (b) changes to conform and adapt to technical requirements of connecting networks or devices. Credit card information is always encrypted during transfer over networks.<br>You agree not to reproduce, duplicate, copy, sell, resell or exploit any portion of the Service, use of the Service, or access to the Service or any contact on the website through which the service is provided, without express written permission by us.<br>The headings used in this agreement are included for convenience only and will not limit or otherwise affect these Terms.<br><br>SECTION 3 - ACCURACY, COMPLETENESS AND TIMELINESS OF INFORMATION<br><br>We are not responsible if information made available on this site is not accurate, complete or current. The material on this site is provided for general information only and should not be relied upon or used as the sole basis for making decisions without consulting primary, more accurate, more complete or more timely sources of information. Any reliance on the material on this site is at your own risk.<br>This site may contain certain historical information. Historical information, necessarily, is not current and is provided for your reference only. We reserve the right to modify the contents of this site at any time, but we have no obligation to update any information on our site. You agree that it is your responsibility to monitor changes to our site.<br><br>SECTION 4 - MODIFICATIONS TO THE SERVICE AND PRICES<br><br>The prices for our products are subject to change without notice.<br>We reserve the right at any time to modify or discontinue the Service (or any part or content thereof) without notice at any time.<br>We shall not be liable to you or to any third-party for any modification, price change, suspension or discontinuance of the Service.<br><br>SECTION 5 - PRODUCTS OR SERVICES (if applicable)<br><br>Certain products or services may be available exclusively online through the website. These products or services may have limited quantities and are subject to return or exchange only according to our Return Policy.<br>We have made every effort to display as accurately as possible the colors and images of our products that appear at the store. We cannot guarantee that your computer monitor\'s display of any color will be accurate.<br>We reserve the right, but are not obligated, to limit the sales of our products or Services to any person, geographic region or jurisdiction. We may exercise this right on a case-by-case basis. We reserve the right to limit the quantities of any products or services that we offer. All descriptions of products or product pricing are subject to change at anytime without notice, at the sole discretion of us. We reserve the right to discontinue any product at any time. Any offer for any product or service made on this site is void where prohibited.<br>We do not warrant that the quality of any products, services, information, or other material purchased or obtained by you will meet your expectations, or that any errors in the Service will be corrected.<br><br>SECTION 6 - ACCURACY OF BILLING AND ACCOUNT INFORMATION<br><br>We reserve the right to refuse any order you place with us. We may, in our sole discretion, limit or cancel quantities purchased per person, per household or per order. These restrictions may include orders placed by or under the same customer account, the same credit card, and/or orders that use the same billing and/or shipping address. In the event that we make a change to or cancel an order, we may attempt to notify you by contacting the e-mail and/or billing address/phone number provided at the time the order was made. We reserve the right to limit or prohibit orders that, in our sole judgment, appear to be placed by dealers, resellers or distributors.<br><br>You agree to provide current, complete and accurate purchase and account information for all purchases made at our store. You agree to promptly update your account and other information, including your email address and credit card numbers and expiration dates, so that we can complete your transactions and contact you as needed.<br><br>For more detail, please review our Returns Policy.<br><br>SECTION 7 - OPTIONAL TOOLS<br><br>We may provide you with access to third-party tools over which we neither monitor nor have any control nor input.<br>You acknowledge and agree that we provide access to such tools â€as isâ€ and â€œas availableâ€ without any warranties, representations or conditions of any kind and without any endorsement. We shall have no liability whatsoever arising from or relating to your use of optional third-party tools.<br>Any use by you of optional tools offered through the site is entirely at your own risk and discretion and you should ensure that you are familiar with and approve of the terms on which tools are provided by the relevant third-party provider(s).<br>We may also, in the future, offer new services and/or features through the website (including, the release of new tools and resources). Such new features and/or services shall also be subject to these Terms of Service.<br><br>SECTION 8 - THIRD-PARTY LINKS<br><br>Certain content, products and services available via our Service may include materials from third-parties.<br>Third-party links on this site may direct you to third-party websites that are not affiliated with us. We are not responsible for examining or evaluating the content or accuracy and we do not warrant and will not have any liability or responsibility for any third-party materials or websites, or for any other materials, products, or services of third-parties.<br>We are not liable for any harm or damages related to the purchase or use of goods, services, resources, content, or any other transactions made in connection with any third-party websites. Please review carefully the third-party\'s policies and practices and make sure you understand them before you engage in any transaction. Complaints, claims, concerns, or questions regarding third-party products should be directed to the third-party.<br><br>SECTION 9 - USER COMMENTS, FEEDBACK AND OTHER SUBMISSIONS<br><br>If, at our request, you send certain specific submissions (for example contest entries) or without a request from us you send creative ideas, suggestions, proposals, plans, or other materials, whether online, by email, by postal mail, or otherwise (collectively, \'comments\'), you agree that we may, at any time, without restriction, edit, copy, publish, distribute, translate and otherwise use in any medium any comments that you forward to us. We are and shall be under no obligation (1) to maintain any comments in confidence; (2) to pay compensation for any comments; or (3) to respond to any comments.<br>We may, but have no obligation to, monitor, edit or remove content that we determine in our sole discretion are unlawful, offensive, threatening, libelous, defamatory, pornographic, obscene or otherwise objectionable or violates any partyâ€™s intellectual property or these Terms of Service.<br>You agree that your comments will not violate any right of any third-party, including copyright, trademark, privacy, personality or other personal or proprietary right. You further agree that your comments will not contain libelous or otherwise unlawful, abusive or obscene material, or contain any computer virus or other malware that could in any way affect the operation of the Service or any related website. You may not use a false e-mail address, pretend to be someone other than yourself, or otherwise mislead us or third-parties as to the origin of any comments. You are solely responsible for any comments you make and their accuracy. We take no responsibility and assume no liability for any comments posted by you or any third-party.<br><br>SECTION 10 - PERSONAL INFORMATION<br><br>Your submission of personal information through the store is governed by our Privacy Policy. To view our Privacy Policy.<br><br>SECTION 11 - ERRORS, INACCURACIES AND OMISSIONS<br><br>Occasionally there may be information on our site or in the Service that contains typographical errors, inaccuracies or omissions that may relate to product descriptions, pricing, promotions, offers, product shipping charges, transit times and availability. We reserve the right to correct any errors, inaccuracies or omissions, and to change or update information or cancel orders if any information in the Service or on any related website is inaccurate at any time without prior notice (including after you have submitted your order).<br>We undertake no obligation to update, amend or clarify information in the Service or on any related website, including without limitation, pricing information, except as required by law. No specified update or refresh date applied in the Service or on any related website, should be taken to indicate that all information in the Service or on any related website has been modified or updated.<br><br>SECTION 12 - PROHIBITED USES<br><br>In addition to other prohibitions as set forth in the Terms of Service, you are prohibited from using the site or its content: (a) for any unlawful purpose; (b) to solicit others to perform or participate in any unlawful acts; (c) to violate any international, federal, provincial or state regulations, rules, laws, or local ordinances; (d) to infringe upon or violate our intellectual property rights or the intellectual property rights of others; (e) to harass, abuse, insult, harm, defame, slander, disparage, intimidate, or discriminate based on gender, sexual orientation, religion, ethnicity, race, age, national origin, or disability; (f) to submit false or misleading information; (g) to upload or transmit viruses or any other type of malicious code that will or may be used in any way that will affect the functionality or operation of the Service or of any related website, other websites, or the Internet; (h) to collect or track the personal information of others; (i) to spam, phish, pharm, pretext, spider, crawl, or scrape; (j) for any obscene or immoral purpose; or (k) to interfere with or circumvent the security features of the Service or any related website, other websites, or the Internet. We reserve the right to terminate your use of the Service or any related website for violating any of the prohibited uses.<br><br>SECTION 13 - DISCLAIMER OF WARRANTIES; LIMITATION OF LIABILITY<br><br>We do not guarantee, represent or warrant that your use of our service will be uninterrupted, timely, secure or error-free.<br>We do not warrant that the results that may be obtained from the use of the service will be accurate or reliable.<br>You agree that from time to time we may remove the service for indefinite periods of time or cancel the service at any time, without notice to you.<br>You expressly agree that your use of, or inability to use, the service is at your sole risk. The service and all products and services delivered to you through the service are (except as expressly stated by us) provided \'as is\' and \'as available\' for your use, without any representation, warranties or conditions of any kind, either express or implied, including all implied warranties or conditions of merchantability, merchantable quality, fitness for a particular purpose, durability, title, and non-infringement.<br>In no case shall Blackhawk Custom, LLC, our directors, officers, employees, affiliates, agents, contractors, interns, suppliers, service providers or licensors be liable for any injury, loss, claim, or any direct, indirect, incidental, punitive, special, or consequential damages of any kind, including, without limitation lost profits, lost revenue, lost savings, loss of data, replacement costs, or any similar damages, whether based in contract, tort (including negligence), strict liability or otherwise, arising from your use of any of the service or any products procured using the service, or for any other claim related in any way to your use of the service or any product, including, but not limited to, any errors or omissions in any content, or any loss or damage of any kind incurred as a result of the use of the service or any content (or product) posted, transmitted, or otherwise made available via the service, even if advised of their possibility. Because some states or jurisdictions do not allow the exclusion or the limitation of liability for consequential or incidental damages, in such states or jurisdictions, our liability shall be limited to the maximum extent permitted by law.<br><br>SECTION 14 - INDEMNIFICATION<br><br>You agree to indemnify, defend and hold harmless Blackhawk Custom, LLC and our parent, subsidiaries, affiliates, partners, officers, directors, agents, contractors, licensors, service providers, subcontractors, suppliers, interns and employees, harmless from any claim or demand, including reasonable attorneysâ€™ fees, made by any third-party due to or arising out of your breach of these Terms of Service or the documents they incorporate by reference, or your violation of any law or the rights of a third-party.<br><br>SECTION 15 - SEVERABILITY<br><br>In the event that any provision of these Terms of Service is determined to be unlawful, void or unenforceable, such provision shall nonetheless be enforceable to the fullest extent permitted by applicable law, and the unenforceable portion shall be deemed to be severed from these Terms of Service, such determination shall not affect the validity and enforceability of any other remaining provisions.<br><br>SECTION 16 - TERMINATION<br><br>The obligations and liabilities of the parties incurred prior to the termination date shall survive the termination of this agreement for all purposes.<br>These Terms of Service are effective unless and until terminated by either you or us. You may terminate these Terms of Service at any time by notifying us that you no longer wish to use our Services, or when you cease using our site.<br>If in our sole judgment you fail, or we suspect that you have failed, to comply with any term or provision of these Terms of Service, we also may terminate this agreement at any time without notice and you will remain liable for all amounts due up to and including the date of termination; and/or accordingly may deny you access to our Services (or any part thereof).<br><br>SECTION 17 - ENTIRE AGREEMENT<br><br>The failure of us to exercise or enforce any right or provision of these Terms of Service shall not constitute a waiver of such right or provision.<br>These Terms of Service and any policies or operating rules posted by us on this site or in respect to The Service constitutes the entire agreement and understanding between you and us and govern your use of the Service, superseding any prior or contemporaneous agreements, communications and proposals, whether oral or written, between you and us (including, but not limited to, any prior versions of the Terms of Service).<br>Any ambiguities in the interpretation of these Terms of Service shall not be construed against the drafting party.<br><br>SECTION 18 - GOVERNING LAW<br><br>These Terms of Service and any separate agreements whereby we provide you Services shall be governed by and construed in accordance with the laws of 825 South Kings Highway, Fort Pierce, FL 34945.<br><br>SECTION 19 - CHANGES TO TERMS OF SERVICE<br><br>You can review the most current version of the Terms of Service at any time at this page.<br>We reserve the right, at our sole discretion, to update, change or replace any part of these Terms of Service by posting updates and changes to our website. It is your responsibility to check our website periodically for changes. Your continued use of or access to our website or the Service following the posting of any changes to these Terms of Service constitutes acceptance of those changes.<br><br>SECTION 20 - CONTACT INFORMATION<br><br>Questions about the Terms of Service should be sent to us at <a href=\"mailto:admin@blackhawkcustom.com\" target=\"_blank\">admin@blackhawkcustom.com</a></p></div></div></div>\n</div>'),(6093,531,'tve_revision_tve_content_more_found',''),(6094,531,'tve_revision_tve_save_post',''),(6095,531,'tve_revision_tve_custom_css','@media (min-width: 300px){[data-css=\"tve-u-16958a6f7cc\"] { min-height: 1px !important; }[data-css=\"tve-u-16958aae4f1\"] { padding: 0px !important; }[data-css=\"tve-u-16958ab69fe\"] { min-height: 1px; }[data-css=\"tve-u-16958ab69fe\"] p { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-16958ab69fe\"] h1 { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-16958ab69fe\"] h2 { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-16958ab69fe\"] h3 { margin: 0px !important; padding: 0px !important; }#tve_editor [data-css=\"tve-u-16958a6f7cc\"] p, #tve_editor [data-css=\"tve-u-16958a6f7cc\"] li, #tve_editor [data-css=\"tve-u-16958a6f7cc\"] blockquote, #tve_editor [data-css=\"tve-u-16958a6f7cc\"] address, #tve_editor [data-css=\"tve-u-16958a6f7cc\"] .tcb-plain-text, #tve_editor [data-css=\"tve-u-16958a6f7cc\"] label, #tve_editor [data-css=\"tve-u-16958a6f7cc\"] h1, #tve_editor [data-css=\"tve-u-16958a6f7cc\"] h2, #tve_editor [data-css=\"tve-u-16958a6f7cc\"] h3, #tve_editor [data-css=\"tve-u-16958a6f7cc\"] h4, #tve_editor [data-css=\"tve-u-16958a6f7cc\"] h5, #tve_editor [data-css=\"tve-u-16958a6f7cc\"] h6 { color: rgb(255, 255, 255); }#tve_editor .thrv-content-box [data-css=\"tve-u-16958ab69fe\"] p, #tve_editor .thrv-content-box [data-css=\"tve-u-16958ab69fe\"] li, #tve_editor .thrv-content-box [data-css=\"tve-u-16958ab69fe\"] blockquote, #tve_editor .thrv-content-box [data-css=\"tve-u-16958ab69fe\"] address, #tve_editor .thrv-content-box [data-css=\"tve-u-16958ab69fe\"] .tcb-plain-text, #tve_editor .thrv-content-box [data-css=\"tve-u-16958ab69fe\"] label, #tve_editor .thrv-content-box [data-css=\"tve-u-16958ab69fe\"] h1, #tve_editor .thrv-content-box [data-css=\"tve-u-16958ab69fe\"] h2, #tve_editor .thrv-content-box [data-css=\"tve-u-16958ab69fe\"] h3, #tve_editor .thrv-content-box [data-css=\"tve-u-16958ab69fe\"] h4, #tve_editor .thrv-content-box [data-css=\"tve-u-16958ab69fe\"] h5, #tve_editor .thrv-content-box [data-css=\"tve-u-16958ab69fe\"] h6 { color: rgb(255, 255, 255); }#tve_editor [data-css=\"tve-u-16958adfe2e\"] { font-size: 21px !important; }[data-css=\"tve-u-16958afddb3\"] { line-height: 2.25em !important; }#tve_editor [data-css=\"tve-u-16958afddb3\"] { text-transform: capitalize !important; }[data-css=\"tve-u-16958b0f96f\"] { padding-top: 5px !important; }[data-css=\"tve-u-16958b1f280\"] .tcb-button-link { background-color: rgb(255, 255, 255) !important; color: rgb(26, 188, 156) !important; border-width: 1px; border-style: solid; border-color: rgb(255, 255, 255); background-image: none !important; border-radius: 10px; overflow: hidden; }#tve_editor [data-css=\"tve-u-16958b1f280\"]:hover .tcb-button-link { background-color: rgb(229, 227, 227) !important; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-16958b1f280\"] .tcb-button-link span { color: rgb(0, 0, 0); }#tve_editor [data-css=\"tve-u-16958b52a26\"] { font-size: 16px !important; }}'),(6096,531,'tve_revision_tve_user_custom_css',''),(6097,531,'tve_revision_tve_page_events','a:0:{}'),(6098,531,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(6099,531,'tve_revision_tve_global_scripts',''),(6100,531,'tve_revision_thrive_icon_pack','0'),(6101,531,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(6102,531,'tve_revision_tve_has_masonry','0'),(6103,531,'tve_revision_tve_has_typefocus','0'),(6104,531,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv-page-section\" wfd-id=\"39\">\n	<div class=\"tve-page-section-out\" wfd-id=\"62\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16958a6f7cc\" wfd-id=\"40\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16958aae4f1\" wfd-id=\"41\">\n	<div class=\"tve-content-box-background\" wfd-id=\"61\"></div>\n	<div class=\"tve-cb\" data-css=\"tve-u-16958ab69fe\" wfd-id=\"42\"><div class=\"thrv_wrapper thrv_text_element\" wfd-id=\"57\"><p style=\"text-align: center;\" data-css=\"tve-u-16958adfe2e\">WORK ORDER</p></div><div class=\"thrv_wrapper thrv-columns\" wfd-id=\"48\"><div class=\"tcb-flex-row tcb--cols--1\" data-css=\"tve-u-16958b0f96f\" wfd-id=\"49\"><div class=\"tcb-flex-col\" wfd-id=\"50\"><div class=\"tcb-col\" wfd-id=\"52\"><div class=\"thrv_wrapper thrv_text_element\" wfd-id=\"53\"><p data-css=\"tve-u-16958afddb3\" style=\"text-align: center;\">PLEASE PRINT OUT THE FORM BELOW AND SEND A COMPLETED COPY IN WITH YOUR PROJECT.<br>PLEASE CLICK THE LINK BELOW TO DOWNLOAD.&nbsp;</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-16958b1f280\" data-tcb_hover_state_parent=\"\" data-button-style=\"ghost\" wfd-id=\"43\">\n	<a href=\"https://bestcerakoteflorida.com/wp-content/uploads/2019/03/Blackhawk-Order-Form-PDF-fillable-2.pdf\" class=\"tcb-button-link\" target=\"_blank\">\n		<span class=\"tcb-button-texts\" wfd-id=\"44\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-16958b52a26\" wfd-id=\"45\">DOWNLOAD FORM</span></span>\n	</a>\n</div></div>\n</div></div>\n</div>'),(6105,531,'tve_revision_tve_has_wistia_popover','0'),(6106,532,'tve_revision_tve_landing_page',''),(6107,532,'tve_revision_tve_landing_set',''),(6108,532,'tve_revision_tve_disable_theme_dependency',''),(6109,532,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv-page-section\" wfd-id=\"40\">\n	<div class=\"tve-page-section-out\" wfd-id=\"69\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16958a6f7cc\" wfd-id=\"41\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16958aae4f1\" wfd-id=\"42\">\n	<div class=\"tve-content-box-background\" wfd-id=\"68\"></div>\n	<div class=\"tve-cb\" data-css=\"tve-u-16958ab69fe\" wfd-id=\"43\"><div class=\"thrv_wrapper thrv_text_element\" wfd-id=\"64\"><p style=\"text-align: center;\" data-css=\"tve-u-16958adfe2e\">WORK ORDER</p></div><div class=\"thrv_wrapper thrv-columns\" wfd-id=\"55\"><div class=\"tcb-flex-row tcb--cols--1\" data-css=\"tve-u-16958b0f96f\" wfd-id=\"56\"><div class=\"tcb-flex-col\" wfd-id=\"57\"><div class=\"tcb-col\" wfd-id=\"59\"><div class=\"thrv_wrapper thrv_text_element\" wfd-id=\"60\"><p data-css=\"tve-u-16958afddb3\" style=\"text-align: center;\">PLEASE PRINT OUT THE FORM BELOW AND SEND A COMPLETED COPY IN WITH YOUR PROJECT.<br>PLEASE CLICK THE LINK BELOW TO DOWNLOAD.&nbsp;</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-16958b1f280\" data-tcb_hover_state_parent=\"\" data-button-style=\"ghost\" wfd-id=\"50\">\n	<a href=\"https://bestcerakoteflorida.com/wp-content/uploads/2019/03/Blackhawk-Order-Form-PDF-fillable-2.pdf\" class=\"tcb-button-link\" target=\"_blank\">\n		<span class=\"tcb-button-texts\" wfd-id=\"51\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-16958b52a26\" wfd-id=\"52\">DOWNLOAD FORM</span></span>\n	</a>\n</div><div class=\"thrv_wrapper thrv_text_element\" wfd-id=\"44\"><p>If you have problems downloading the form, please contact us and we\'ll email you a copy.â€‹<a href=\"mailto:nick@blackhawkcustom.com\" target=\"_blank\">â€‹</a>â€‹â€‹â€‹</p></div></div>\n</div></div>\n</div>'),(6110,532,'tve_revision_tve_content_more_found',''),(6111,532,'tve_revision_tve_save_post',''),(6112,532,'tve_revision_tve_custom_css','@media (min-width: 300px){[data-css=\"tve-u-16958a6f7cc\"] { min-height: 1px !important; }[data-css=\"tve-u-16958aae4f1\"] { padding: 0px !important; }[data-css=\"tve-u-16958ab69fe\"] { min-height: 1px; }[data-css=\"tve-u-16958ab69fe\"] p { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-16958ab69fe\"] h1 { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-16958ab69fe\"] h2 { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-16958ab69fe\"] h3 { margin: 0px !important; padding: 0px !important; }#tve_editor [data-css=\"tve-u-16958a6f7cc\"] p, #tve_editor [data-css=\"tve-u-16958a6f7cc\"] li, #tve_editor [data-css=\"tve-u-16958a6f7cc\"] blockquote, #tve_editor [data-css=\"tve-u-16958a6f7cc\"] address, #tve_editor [data-css=\"tve-u-16958a6f7cc\"] .tcb-plain-text, #tve_editor [data-css=\"tve-u-16958a6f7cc\"] label, #tve_editor [data-css=\"tve-u-16958a6f7cc\"] h1, #tve_editor [data-css=\"tve-u-16958a6f7cc\"] h2, #tve_editor [data-css=\"tve-u-16958a6f7cc\"] h3, #tve_editor [data-css=\"tve-u-16958a6f7cc\"] h4, #tve_editor [data-css=\"tve-u-16958a6f7cc\"] h5, #tve_editor [data-css=\"tve-u-16958a6f7cc\"] h6 { color: rgb(255, 255, 255); }#tve_editor .thrv-content-box [data-css=\"tve-u-16958ab69fe\"] p, #tve_editor .thrv-content-box [data-css=\"tve-u-16958ab69fe\"] li, #tve_editor .thrv-content-box [data-css=\"tve-u-16958ab69fe\"] blockquote, #tve_editor .thrv-content-box [data-css=\"tve-u-16958ab69fe\"] address, #tve_editor .thrv-content-box [data-css=\"tve-u-16958ab69fe\"] .tcb-plain-text, #tve_editor .thrv-content-box [data-css=\"tve-u-16958ab69fe\"] label, #tve_editor .thrv-content-box [data-css=\"tve-u-16958ab69fe\"] h1, #tve_editor .thrv-content-box [data-css=\"tve-u-16958ab69fe\"] h2, #tve_editor .thrv-content-box [data-css=\"tve-u-16958ab69fe\"] h3, #tve_editor .thrv-content-box [data-css=\"tve-u-16958ab69fe\"] h4, #tve_editor .thrv-content-box [data-css=\"tve-u-16958ab69fe\"] h5, #tve_editor .thrv-content-box [data-css=\"tve-u-16958ab69fe\"] h6 { color: rgb(255, 255, 255); }#tve_editor [data-css=\"tve-u-16958adfe2e\"] { font-size: 21px !important; }[data-css=\"tve-u-16958afddb3\"] { line-height: 2.25em !important; }#tve_editor [data-css=\"tve-u-16958afddb3\"] { text-transform: capitalize !important; }[data-css=\"tve-u-16958b0f96f\"] { padding-top: 5px !important; }[data-css=\"tve-u-16958b1f280\"] .tcb-button-link { background-color: rgb(255, 255, 255) !important; color: rgb(26, 188, 156) !important; border-width: 1px; border-style: solid; border-color: rgb(255, 255, 255); background-image: none !important; border-radius: 10px; overflow: hidden; }#tve_editor [data-css=\"tve-u-16958b1f280\"]:hover .tcb-button-link { background-color: rgb(229, 227, 227) !important; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-16958b1f280\"] .tcb-button-link span { color: rgb(0, 0, 0); }#tve_editor [data-css=\"tve-u-16958b52a26\"] { font-size: 16px !important; }}'),(6113,532,'tve_revision_tve_user_custom_css',''),(6114,532,'tve_revision_tve_page_events','a:0:{}'),(6115,532,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(6116,532,'tve_revision_tve_global_scripts',''),(6117,532,'tve_revision_thrive_icon_pack','0'),(6118,532,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(6119,532,'tve_revision_tve_has_masonry','0'),(6120,532,'tve_revision_tve_has_typefocus','0'),(6121,532,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv-page-section\" wfd-id=\"40\">\n	<div class=\"tve-page-section-out\" wfd-id=\"69\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16958a6f7cc\" wfd-id=\"41\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16958aae4f1\" wfd-id=\"42\">\n	<div class=\"tve-content-box-background\" wfd-id=\"68\"></div>\n	<div class=\"tve-cb\" data-css=\"tve-u-16958ab69fe\" wfd-id=\"43\"><div class=\"thrv_wrapper thrv_text_element\" wfd-id=\"64\"><p style=\"text-align: center;\" data-css=\"tve-u-16958adfe2e\">WORK ORDER</p></div><div class=\"thrv_wrapper thrv-columns\" wfd-id=\"55\"><div class=\"tcb-flex-row tcb--cols--1\" data-css=\"tve-u-16958b0f96f\" wfd-id=\"56\"><div class=\"tcb-flex-col\" wfd-id=\"57\"><div class=\"tcb-col\" wfd-id=\"59\"><div class=\"thrv_wrapper thrv_text_element\" wfd-id=\"60\"><p data-css=\"tve-u-16958afddb3\" style=\"text-align: center;\">PLEASE PRINT OUT THE FORM BELOW AND SEND A COMPLETED COPY IN WITH YOUR PROJECT.<br>PLEASE CLICK THE LINK BELOW TO DOWNLOAD.&nbsp;</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-16958b1f280\" data-tcb_hover_state_parent=\"\" data-button-style=\"ghost\" wfd-id=\"50\">\n	<a href=\"https://bestcerakoteflorida.com/wp-content/uploads/2019/03/Blackhawk-Order-Form-PDF-fillable-2.pdf\" class=\"tcb-button-link\" target=\"_blank\">\n		<span class=\"tcb-button-texts\" wfd-id=\"51\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-16958b52a26\" wfd-id=\"52\">DOWNLOAD FORM</span></span>\n	</a>\n</div><div class=\"thrv_wrapper thrv_text_element\" wfd-id=\"44\"><p>If you have problems downloading the form, please contact us and we\'ll email you a copy.â€‹<a href=\"mailto:nick@blackhawkcustom.com\" target=\"_blank\">â€‹</a>â€‹â€‹â€‹</p></div></div>\n</div></div>\n</div>'),(6122,532,'tve_revision_tve_has_wistia_popover','0'),(6123,533,'tve_revision_tve_landing_page',''),(6124,533,'tve_revision_tve_landing_set',''),(6125,533,'tve_revision_tve_disable_theme_dependency',''),(6126,533,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv-page-section\" wfd-id=\"44\">\n	<div class=\"tve-page-section-out\" wfd-id=\"66\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16958a6f7cc\" wfd-id=\"45\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16958aae4f1\" wfd-id=\"46\">\n	<div class=\"tve-content-box-background\" wfd-id=\"65\"></div>\n	<div class=\"tve-cb\" data-css=\"tve-u-16958ab69fe\" wfd-id=\"47\"><div class=\"thrv_wrapper thrv_text_element\" wfd-id=\"62\"><p data-css=\"tve-u-16958adfe2e\" style=\"text-align: center;\">WORK ORDER</p></div><div class=\"thrv_wrapper thrv-columns\" wfd-id=\"54\"><div class=\"tcb-flex-row tcb--cols--1\" data-css=\"tve-u-16958b0f96f\" wfd-id=\"55\"><div class=\"tcb-flex-col\" wfd-id=\"56\"><div class=\"tcb-col\" wfd-id=\"58\"><div class=\"thrv_wrapper thrv_text_element\" wfd-id=\"59\"><p data-css=\"tve-u-16958afddb3\" style=\"text-align: center;\">PLEASE PRINT OUT THE FORM BELOW AND SEND A COMPLETED COPY IN WITH YOUR PROJECT.<br>PLEASE CLICK THE LINK BELOW TO DOWNLOAD.&nbsp;</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-16958b1f280\" data-tcb_hover_state_parent=\"\" data-button-style=\"ghost\" wfd-id=\"51\">\n	<a href=\"https://bestcerakoteflorida.com/wp-content/uploads/2019/03/Blackhawk-Order-Form-PDF-fillable-2.pdf\" class=\"tcb-button-link\" target=\"_blank\">\n		<span class=\"tcb-button-texts\" wfd-id=\"52\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-16958b52a26\" wfd-id=\"53\">DOWNLOAD FORM</span></span>\n	</a>\n</div><div class=\"thrv_wrapper thrv_text_element\" wfd-id=\"48\"><p>If you have problems downloading the form,<a href=\"mailto:nick@blackhawkcustom.com\" target=\"_blank\"> please contact</a> us and we\'ll email you a copy.â€‹<a href=\"mailto:nick@blackhawkcustom.com\" target=\"_blank\">â€‹</a>â€‹â€‹â€‹</p></div></div>\n</div></div>\n</div>'),(6127,533,'tve_revision_tve_content_more_found',''),(6128,533,'tve_revision_tve_save_post',''),(6129,533,'tve_revision_tve_custom_css','@media (min-width: 300px){[data-css=\"tve-u-16958a6f7cc\"] { min-height: 1px !important; }[data-css=\"tve-u-16958aae4f1\"] { padding: 0px !important; }[data-css=\"tve-u-16958ab69fe\"] { min-height: 1px; }[data-css=\"tve-u-16958ab69fe\"] p { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-16958ab69fe\"] h1 { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-16958ab69fe\"] h2 { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-16958ab69fe\"] h3 { margin: 0px !important; padding: 0px !important; }#tve_editor [data-css=\"tve-u-16958a6f7cc\"] p, #tve_editor [data-css=\"tve-u-16958a6f7cc\"] li, #tve_editor [data-css=\"tve-u-16958a6f7cc\"] blockquote, #tve_editor [data-css=\"tve-u-16958a6f7cc\"] address, #tve_editor [data-css=\"tve-u-16958a6f7cc\"] .tcb-plain-text, #tve_editor [data-css=\"tve-u-16958a6f7cc\"] label, #tve_editor [data-css=\"tve-u-16958a6f7cc\"] h1, #tve_editor [data-css=\"tve-u-16958a6f7cc\"] h2, #tve_editor [data-css=\"tve-u-16958a6f7cc\"] h3, #tve_editor [data-css=\"tve-u-16958a6f7cc\"] h4, #tve_editor [data-css=\"tve-u-16958a6f7cc\"] h5, #tve_editor [data-css=\"tve-u-16958a6f7cc\"] h6 { color: rgb(255, 255, 255); }#tve_editor .thrv-content-box [data-css=\"tve-u-16958ab69fe\"] p, #tve_editor .thrv-content-box [data-css=\"tve-u-16958ab69fe\"] li, #tve_editor .thrv-content-box [data-css=\"tve-u-16958ab69fe\"] blockquote, #tve_editor .thrv-content-box [data-css=\"tve-u-16958ab69fe\"] address, #tve_editor .thrv-content-box [data-css=\"tve-u-16958ab69fe\"] .tcb-plain-text, #tve_editor .thrv-content-box [data-css=\"tve-u-16958ab69fe\"] label, #tve_editor .thrv-content-box [data-css=\"tve-u-16958ab69fe\"] h1, #tve_editor .thrv-content-box [data-css=\"tve-u-16958ab69fe\"] h2, #tve_editor .thrv-content-box [data-css=\"tve-u-16958ab69fe\"] h3, #tve_editor .thrv-content-box [data-css=\"tve-u-16958ab69fe\"] h4, #tve_editor .thrv-content-box [data-css=\"tve-u-16958ab69fe\"] h5, #tve_editor .thrv-content-box [data-css=\"tve-u-16958ab69fe\"] h6 { color: rgb(255, 255, 255); }#tve_editor [data-css=\"tve-u-16958adfe2e\"] { font-size: 21px !important; }[data-css=\"tve-u-16958afddb3\"] { line-height: 2.25em !important; }#tve_editor [data-css=\"tve-u-16958afddb3\"] { text-transform: capitalize !important; }[data-css=\"tve-u-16958b0f96f\"] { padding-top: 5px !important; }[data-css=\"tve-u-16958b1f280\"] .tcb-button-link { border-width: 1px; border-style: solid; border-color: rgb(255, 255, 255); border-radius: 10px; overflow: hidden; background-color: rgb(255, 255, 255) !important; color: rgb(26, 188, 156) !important; background-image: none !important; }#tve_editor [data-css=\"tve-u-16958b1f280\"]:hover .tcb-button-link { background-color: rgb(229, 227, 227) !important; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-16958b1f280\"] .tcb-button-link span { color: rgb(0, 0, 0); }#tve_editor [data-css=\"tve-u-16958b52a26\"] { font-size: 16px !important; }}'),(6130,533,'tve_revision_tve_user_custom_css',''),(6131,533,'tve_revision_tve_page_events','a:0:{}'),(6132,533,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(6133,533,'tve_revision_tve_global_scripts',''),(6134,533,'tve_revision_thrive_icon_pack','0'),(6135,533,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(6136,533,'tve_revision_tve_has_masonry','0'),(6137,533,'tve_revision_tve_has_typefocus','0'),(6138,533,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv-page-section\" wfd-id=\"44\">\n	<div class=\"tve-page-section-out\" wfd-id=\"66\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16958a6f7cc\" wfd-id=\"45\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16958aae4f1\" wfd-id=\"46\">\n	<div class=\"tve-content-box-background\" wfd-id=\"65\"></div>\n	<div class=\"tve-cb\" data-css=\"tve-u-16958ab69fe\" wfd-id=\"47\"><div class=\"thrv_wrapper thrv_text_element\" wfd-id=\"62\"><p data-css=\"tve-u-16958adfe2e\" style=\"text-align: center;\">WORK ORDER</p></div><div class=\"thrv_wrapper thrv-columns\" wfd-id=\"54\"><div class=\"tcb-flex-row tcb--cols--1\" data-css=\"tve-u-16958b0f96f\" wfd-id=\"55\"><div class=\"tcb-flex-col\" wfd-id=\"56\"><div class=\"tcb-col\" wfd-id=\"58\"><div class=\"thrv_wrapper thrv_text_element\" wfd-id=\"59\"><p data-css=\"tve-u-16958afddb3\" style=\"text-align: center;\">PLEASE PRINT OUT THE FORM BELOW AND SEND A COMPLETED COPY IN WITH YOUR PROJECT.<br>PLEASE CLICK THE LINK BELOW TO DOWNLOAD.&nbsp;</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-16958b1f280\" data-tcb_hover_state_parent=\"\" data-button-style=\"ghost\" wfd-id=\"51\">\n	<a href=\"https://bestcerakoteflorida.com/wp-content/uploads/2019/03/Blackhawk-Order-Form-PDF-fillable-2.pdf\" class=\"tcb-button-link\" target=\"_blank\">\n		<span class=\"tcb-button-texts\" wfd-id=\"52\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-16958b52a26\" wfd-id=\"53\">DOWNLOAD FORM</span></span>\n	</a>\n</div><div class=\"thrv_wrapper thrv_text_element\" wfd-id=\"48\"><p>If you have problems downloading the form,<a href=\"mailto:nick@blackhawkcustom.com\" target=\"_blank\"> please contact</a> us and we\'ll email you a copy.â€‹<a href=\"mailto:nick@blackhawkcustom.com\" target=\"_blank\">â€‹</a>â€‹â€‹â€‹</p></div></div>\n</div></div>\n</div>'),(6139,533,'tve_revision_tve_has_wistia_popover','0'),(6140,534,'tve_revision_tve_landing_page',''),(6141,534,'tve_revision_tve_landing_set',''),(6142,534,'tve_revision_tve_disable_theme_dependency',''),(6143,534,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv-page-section\" wfd-id=\"37\">\n	<div class=\"tve-page-section-out\" wfd-id=\"61\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16958a6f7cc\" wfd-id=\"38\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16958aae4f1\" wfd-id=\"39\">\n	<div class=\"tve-content-box-background\" wfd-id=\"60\"></div>\n	<div class=\"tve-cb\" data-css=\"tve-u-16958ab69fe\" wfd-id=\"40\"><div class=\"thrv_wrapper thrv_text_element\" wfd-id=\"57\"><p data-css=\"tve-u-16958adfe2e\" style=\"text-align: center;\">WORK ORDER</p></div><div class=\"thrv_wrapper thrv-columns\" wfd-id=\"49\"><div class=\"tcb-flex-row tcb--cols--1\" data-css=\"tve-u-16958b0f96f\" wfd-id=\"50\"><div class=\"tcb-flex-col\" wfd-id=\"51\"><div class=\"tcb-col\" wfd-id=\"53\"><div class=\"thrv_wrapper thrv_text_element\" wfd-id=\"54\"><p data-css=\"tve-u-16958afddb3\" style=\"text-align: center;\">PLEASE PRINT OUT THE FORM BELOW AND SEND A COMPLETED COPY IN WITH YOUR PROJECT.<br>PLEASE CLICK THE LINK BELOW TO DOWNLOAD.&nbsp;</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-16958b1f280\" data-tcb_hover_state_parent=\"\" data-button-style=\"ghost\" wfd-id=\"44\">\n	<a href=\"https://bestcerakoteflorida.com/wp-content/uploads/2019/03/Blackhawk-Order-Form-PDF-fillable-2.pdf\" class=\"tcb-button-link\" target=\"_blank\">\n		<span class=\"tcb-button-texts\" wfd-id=\"45\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-16958b52a26\" wfd-id=\"46\">DOWNLOAD FORM</span></span>\n	</a>\n</div><div class=\"thrv_wrapper thrv_text_element\" wfd-id=\"41\"><p style=\"text-align: center;\">If you have problems downloading the form,<a href=\"mailto:nick@blackhawkcustom.com\" target=\"_blank\"> please contact</a> us and we\'ll email you a copy.â€‹<a href=\"mailto:nick@blackhawkcustom.com\" target=\"_blank\">â€‹</a>â€‹â€‹â€‹</p></div></div>\n</div></div>\n</div>'),(6144,534,'tve_revision_tve_content_more_found',''),(6145,534,'tve_revision_tve_save_post',''),(6146,534,'tve_revision_tve_custom_css','@media (min-width: 300px){[data-css=\"tve-u-16958a6f7cc\"] { min-height: 1px !important; }[data-css=\"tve-u-16958aae4f1\"] { padding: 0px !important; }[data-css=\"tve-u-16958ab69fe\"] { min-height: 1px; }[data-css=\"tve-u-16958ab69fe\"] p { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-16958ab69fe\"] h1 { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-16958ab69fe\"] h2 { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-16958ab69fe\"] h3 { margin: 0px !important; padding: 0px !important; }#tve_editor [data-css=\"tve-u-16958a6f7cc\"] p, #tve_editor [data-css=\"tve-u-16958a6f7cc\"] li, #tve_editor [data-css=\"tve-u-16958a6f7cc\"] blockquote, #tve_editor [data-css=\"tve-u-16958a6f7cc\"] address, #tve_editor [data-css=\"tve-u-16958a6f7cc\"] .tcb-plain-text, #tve_editor [data-css=\"tve-u-16958a6f7cc\"] label, #tve_editor [data-css=\"tve-u-16958a6f7cc\"] h1, #tve_editor [data-css=\"tve-u-16958a6f7cc\"] h2, #tve_editor [data-css=\"tve-u-16958a6f7cc\"] h3, #tve_editor [data-css=\"tve-u-16958a6f7cc\"] h4, #tve_editor [data-css=\"tve-u-16958a6f7cc\"] h5, #tve_editor [data-css=\"tve-u-16958a6f7cc\"] h6 { color: rgb(255, 255, 255); }#tve_editor .thrv-content-box [data-css=\"tve-u-16958ab69fe\"] p, #tve_editor .thrv-content-box [data-css=\"tve-u-16958ab69fe\"] li, #tve_editor .thrv-content-box [data-css=\"tve-u-16958ab69fe\"] blockquote, #tve_editor .thrv-content-box [data-css=\"tve-u-16958ab69fe\"] address, #tve_editor .thrv-content-box [data-css=\"tve-u-16958ab69fe\"] .tcb-plain-text, #tve_editor .thrv-content-box [data-css=\"tve-u-16958ab69fe\"] label, #tve_editor .thrv-content-box [data-css=\"tve-u-16958ab69fe\"] h1, #tve_editor .thrv-content-box [data-css=\"tve-u-16958ab69fe\"] h2, #tve_editor .thrv-content-box [data-css=\"tve-u-16958ab69fe\"] h3, #tve_editor .thrv-content-box [data-css=\"tve-u-16958ab69fe\"] h4, #tve_editor .thrv-content-box [data-css=\"tve-u-16958ab69fe\"] h5, #tve_editor .thrv-content-box [data-css=\"tve-u-16958ab69fe\"] h6 { color: rgb(255, 255, 255); }#tve_editor [data-css=\"tve-u-16958adfe2e\"] { font-size: 21px !important; }[data-css=\"tve-u-16958afddb3\"] { line-height: 2.25em !important; }#tve_editor [data-css=\"tve-u-16958afddb3\"] { text-transform: capitalize !important; }[data-css=\"tve-u-16958b0f96f\"] { padding-top: 5px !important; }[data-css=\"tve-u-16958b1f280\"] .tcb-button-link { border-width: 1px; border-style: solid; border-color: rgb(255, 255, 255); border-radius: 10px; overflow: hidden; background-color: rgb(255, 255, 255) !important; color: rgb(26, 188, 156) !important; background-image: none !important; }#tve_editor [data-css=\"tve-u-16958b1f280\"]:hover .tcb-button-link { background-color: rgb(229, 227, 227) !important; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-16958b1f280\"] .tcb-button-link span { color: rgb(0, 0, 0); }#tve_editor [data-css=\"tve-u-16958b52a26\"] { font-size: 16px !important; }}'),(6147,534,'tve_revision_tve_user_custom_css',''),(6148,534,'tve_revision_tve_page_events','a:0:{}'),(6149,534,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(6150,534,'tve_revision_tve_global_scripts',''),(6151,534,'tve_revision_thrive_icon_pack','0'),(6152,534,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(6153,534,'tve_revision_tve_has_masonry','0'),(6154,534,'tve_revision_tve_has_typefocus','0'),(6155,534,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv-page-section\" wfd-id=\"37\">\n	<div class=\"tve-page-section-out\" wfd-id=\"61\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16958a6f7cc\" wfd-id=\"38\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16958aae4f1\" wfd-id=\"39\">\n	<div class=\"tve-content-box-background\" wfd-id=\"60\"></div>\n	<div class=\"tve-cb\" data-css=\"tve-u-16958ab69fe\" wfd-id=\"40\"><div class=\"thrv_wrapper thrv_text_element\" wfd-id=\"57\"><p data-css=\"tve-u-16958adfe2e\" style=\"text-align: center;\">WORK ORDER</p></div><div class=\"thrv_wrapper thrv-columns\" wfd-id=\"49\"><div class=\"tcb-flex-row tcb--cols--1\" data-css=\"tve-u-16958b0f96f\" wfd-id=\"50\"><div class=\"tcb-flex-col\" wfd-id=\"51\"><div class=\"tcb-col\" wfd-id=\"53\"><div class=\"thrv_wrapper thrv_text_element\" wfd-id=\"54\"><p data-css=\"tve-u-16958afddb3\" style=\"text-align: center;\">PLEASE PRINT OUT THE FORM BELOW AND SEND A COMPLETED COPY IN WITH YOUR PROJECT.<br>PLEASE CLICK THE LINK BELOW TO DOWNLOAD.&nbsp;</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-16958b1f280\" data-tcb_hover_state_parent=\"\" data-button-style=\"ghost\" wfd-id=\"44\">\n	<a href=\"https://bestcerakoteflorida.com/wp-content/uploads/2019/03/Blackhawk-Order-Form-PDF-fillable-2.pdf\" class=\"tcb-button-link\" target=\"_blank\">\n		<span class=\"tcb-button-texts\" wfd-id=\"45\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-16958b52a26\" wfd-id=\"46\">DOWNLOAD FORM</span></span>\n	</a>\n</div><div class=\"thrv_wrapper thrv_text_element\" wfd-id=\"41\"><p style=\"text-align: center;\">If you have problems downloading the form,<a href=\"mailto:nick@blackhawkcustom.com\" target=\"_blank\"> please contact</a> us and we\'ll email you a copy.â€‹<a href=\"mailto:nick@blackhawkcustom.com\" target=\"_blank\">â€‹</a>â€‹â€‹â€‹</p></div></div>\n</div></div>\n</div>'),(6332,210,'tve_revision_tve_has_wistia_popover','0'),(6333,541,'tve_revision_tve_landing_page','blank_v2'),(6334,541,'tve_revision_tve_landing_set',''),(6335,541,'tve_revision_tve_disable_theme_dependency',''),(6336,541,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-custom-menu-inside\" style=\"z-index: 8;\" data-css=\"tve-u-1642b593fd4\" wfd-id=\"31\">\n<div class=\"tve-content-box-background\" wfd-id=\"40\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" style=\"z-index: 8;\" wfd-id=\"32\" data-css=\"tve-u-169591dee29\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-165e642ffaf\" wfd-id=\"37\"><h2 data-css=\"tve-u-165e62d8c6d\">Terms &amp; Conditions</h2></div><div class=\"tcb-clear\" data-css=\"tve-u-165e6469798\" wfd-id=\"33\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1642b6ab2bb\" wfd-id=\"34\"><p data-css=\"tve-u-165e64714a8\" style=\"text-align: left;\">TERMS OF SERVICE<br><br>-----<br><br>OVERVIEW<br><br>This website is operated by Blackhawk Custom, LLC. Throughout the site, the terms â€œweâ€, â€œusâ€ and â€œourâ€ refer to Blackhawk Custom, LLC. Blackhawk Custom, LLC offers this website, including all information, tools and services available from this site to you, the user, conditioned upon your acceptance of all terms, conditions, policies and notices stated here.<br><br>By visiting our site and/ or purchasing something from us, you engage in our â€œServiceâ€ and agree to be bound by the following terms and conditions (â€œTerms of Serviceâ€, â€œTermsâ€), including those additional terms, conditions, and policies referenced herein and/or available by hyperlink. These Terms of Service apply to all users of the site, including without limitation users who are browsers, vendors, customers, merchants, and/ or contributors of content.<br><br>Please read these Terms of Service carefully before accessing or using our website. By accessing or using any part of the site, you agree to be bound by these Terms of Service. If you do not agree to all the terms and conditions of this agreement, then you may not access the website or use any services. If these Terms of Service are considered an offer, acceptance is expressly limited to these Terms of Service.<br><br>Any new features or tools which are added to the current store shall also be subject to the Terms of Service. You can review the most current version of the Terms of Service at any time on this page. We reserve the right to update, change or replace any part of these Terms of Service by posting updates and/or changes to our website. It is your responsibility to check this page periodically for changes. Your continued use of or access to the website following the posting of any changes constitutes acceptance of those changes.<br><br>SECTION 1 - ONLINE STORE TERMS<br><br>By agreeing to these Terms of Service, you represent that you are at least the age of majority in your state or province of residence, or that you are the age of majority in your state or province of residence and you have given us your consent to allow any of your minor dependents to use this site.<br>You may not use our products for any illegal or unauthorized purpose nor may you, in the use of the Service, violate any laws in your jurisdiction (including but not limited to copyright laws).<br>You must not transmit any worms or viruses or any code of a destructive nature.<br>A breach or violation of any of the Terms will result in an immediate termination of your Services.<br><br>SECTION 2 - GENERAL CONDITIONS<br><br>We reserve the right to refuse service to anyone for any reason at any time.<br>You understand that your content (not including credit card information), may be transferred unencrypted and involve (a) transmissions over various networks; and (b) changes to conform and adapt to technical requirements of connecting networks or devices. Credit card information is always encrypted during transfer over networks.<br>You agree not to reproduce, duplicate, copy, sell, resell or exploit any portion of the Service, use of the Service, or access to the Service or any contact on the website through which the service is provided, without express written permission by us.<br>The headings used in this agreement are included for convenience only and will not limit or otherwise affect these Terms.<br><br>SECTION 3 - ACCURACY, COMPLETENESS AND TIMELINESS OF INFORMATION<br><br>We are not responsible if information made available on this site is not accurate, complete or current. The material on this site is provided for general information only and should not be relied upon or used as the sole basis for making decisions without consulting primary, more accurate, more complete or more timely sources of information. Any reliance on the material on this site is at your own risk.<br>This site may contain certain historical information. Historical information, necessarily, is not current and is provided for your reference only. We reserve the right to modify the contents of this site at any time, but we have no obligation to update any information on our site. You agree that it is your responsibility to monitor changes to our site.<br><br>SECTION 4 - MODIFICATIONS TO THE SERVICE AND PRICES<br><br>The prices for our products are subject to change without notice.<br>We reserve the right at any time to modify or discontinue the Service (or any part or content thereof) without notice at any time.<br>We shall not be liable to you or to any third-party for any modification, price change, suspension or discontinuance of the Service.<br><br>SECTION 5 - PRODUCTS OR SERVICES (if applicable)<br><br>Certain products or services may be available exclusively online through the website. These products or services may have limited quantities and are subject to return or exchange only according to our Return Policy.<br>We have made every effort to display as accurately as possible the colors and images of our products that appear at the store. We cannot guarantee that your computer monitor\'s display of any color will be accurate.<br>We reserve the right, but are not obligated, to limit the sales of our products or Services to any person, geographic region or jurisdiction. We may exercise this right on a case-by-case basis. We reserve the right to limit the quantities of any products or services that we offer. All descriptions of products or product pricing are subject to change at anytime without notice, at the sole discretion of us. We reserve the right to discontinue any product at any time. Any offer for any product or service made on this site is void where prohibited.<br>We do not warrant that the quality of any products, services, information, or other material purchased or obtained by you will meet your expectations, or that any errors in the Service will be corrected.<br><br>SECTION 6 - ACCURACY OF BILLING AND ACCOUNT INFORMATION<br><br>We reserve the right to refuse any order you place with us. We may, in our sole discretion, limit or cancel quantities purchased per person, per household or per order. These restrictions may include orders placed by or under the same customer account, the same credit card, and/or orders that use the same billing and/or shipping address. In the event that we make a change to or cancel an order, we may attempt to notify you by contacting the e-mail and/or billing address/phone number provided at the time the order was made. We reserve the right to limit or prohibit orders that, in our sole judgment, appear to be placed by dealers, resellers or distributors.<br><br>You agree to provide current, complete and accurate purchase and account information for all purchases made at our store. You agree to promptly update your account and other information, including your email address and credit card numbers and expiration dates, so that we can complete your transactions and contact you as needed.<br><br>For more detail, please review our Returns Policy.<br><br>SECTION 7 - OPTIONAL TOOLS<br><br>We may provide you with access to third-party tools over which we neither monitor nor have any control nor input.<br>You acknowledge and agree that we provide access to such tools â€as isâ€ and â€œas availableâ€ without any warranties, representations or conditions of any kind and without any endorsement. We shall have no liability whatsoever arising from or relating to your use of optional third-party tools.<br>Any use by you of optional tools offered through the site is entirely at your own risk and discretion and you should ensure that you are familiar with and approve of the terms on which tools are provided by the relevant third-party provider(s).<br>We may also, in the future, offer new services and/or features through the website (including, the release of new tools and resources). Such new features and/or services shall also be subject to these Terms of Service.<br><br>SECTION 8 - THIRD-PARTY LINKS<br><br>Certain content, products and services available via our Service may include materials from third-parties.<br>Third-party links on this site may direct you to third-party websites that are not affiliated with us. We are not responsible for examining or evaluating the content or accuracy and we do not warrant and will not have any liability or responsibility for any third-party materials or websites, or for any other materials, products, or services of third-parties.<br>We are not liable for any harm or damages related to the purchase or use of goods, services, resources, content, or any other transactions made in connection with any third-party websites. Please review carefully the third-party\'s policies and practices and make sure you understand them before you engage in any transaction. Complaints, claims, concerns, or questions regarding third-party products should be directed to the third-party.<br><br>SECTION 9 - USER COMMENTS, FEEDBACK AND OTHER SUBMISSIONS<br><br>If, at our request, you send certain specific submissions (for example contest entries) or without a request from us you send creative ideas, suggestions, proposals, plans, or other materials, whether online, by email, by postal mail, or otherwise (collectively, \'comments\'), you agree that we may, at any time, without restriction, edit, copy, publish, distribute, translate and otherwise use in any medium any comments that you forward to us. We are and shall be under no obligation (1) to maintain any comments in confidence; (2) to pay compensation for any comments; or (3) to respond to any comments.<br>We may, but have no obligation to, monitor, edit or remove content that we determine in our sole discretion are unlawful, offensive, threatening, libelous, defamatory, pornographic, obscene or otherwise objectionable or violates any partyâ€™s intellectual property or these Terms of Service.<br>You agree that your comments will not violate any right of any third-party, including copyright, trademark, privacy, personality or other personal or proprietary right. You further agree that your comments will not contain libelous or otherwise unlawful, abusive or obscene material, or contain any computer virus or other malware that could in any way affect the operation of the Service or any related website. You may not use a false e-mail address, pretend to be someone other than yourself, or otherwise mislead us or third-parties as to the origin of any comments. You are solely responsible for any comments you make and their accuracy. We take no responsibility and assume no liability for any comments posted by you or any third-party.<br><br>SECTION 10 - PERSONAL INFORMATION<br><br>Your submission of personal information through the store is governed by our Privacy Policy. To view our Privacy Policy.<br><br>SECTION 11 - ERRORS, INACCURACIES AND OMISSIONS<br><br>Occasionally there may be information on our site or in the Service that contains typographical errors, inaccuracies or omissions that may relate to product descriptions, pricing, promotions, offers, product shipping charges, transit times and availability. We reserve the right to correct any errors, inaccuracies or omissions, and to change or update information or cancel orders if any information in the Service or on any related website is inaccurate at any time without prior notice (including after you have submitted your order).<br>We undertake no obligation to update, amend or clarify information in the Service or on any related website, including without limitation, pricing information, except as required by law. No specified update or refresh date applied in the Service or on any related website, should be taken to indicate that all information in the Service or on any related website has been modified or updated.<br><br>SECTION 12 - PROHIBITED USES<br><br>In addition to other prohibitions as set forth in the Terms of Service, you are prohibited from using the site or its content: (a) for any unlawful purpose; (b) to solicit others to perform or participate in any unlawful acts; (c) to violate any international, federal, provincial or state regulations, rules, laws, or local ordinances; (d) to infringe upon or violate our intellectual property rights or the intellectual property rights of others; (e) to harass, abuse, insult, harm, defame, slander, disparage, intimidate, or discriminate based on gender, sexual orientation, religion, ethnicity, race, age, national origin, or disability; (f) to submit false or misleading information; (g) to upload or transmit viruses or any other type of malicious code that will or may be used in any way that will affect the functionality or operation of the Service or of any related website, other websites, or the Internet; (h) to collect or track the personal information of others; (i) to spam, phish, pharm, pretext, spider, crawl, or scrape; (j) for any obscene or immoral purpose; or (k) to interfere with or circumvent the security features of the Service or any related website, other websites, or the Internet. We reserve the right to terminate your use of the Service or any related website for violating any of the prohibited uses.<br><br>SECTION 13 - DISCLAIMER OF WARRANTIES; LIMITATION OF LIABILITY<br><br>We do not guarantee, represent or warrant that your use of our service will be uninterrupted, timely, secure or error-free.<br>We do not warrant that the results that may be obtained from the use of the service will be accurate or reliable.<br>You agree that from time to time we may remove the service for indefinite periods of time or cancel the service at any time, without notice to you.<br>You expressly agree that your use of, or inability to use, the service is at your sole risk. The service and all products and services delivered to you through the service are (except as expressly stated by us) provided \'as is\' and \'as available\' for your use, without any representation, warranties or conditions of any kind, either express or implied, including all implied warranties or conditions of merchantability, merchantable quality, fitness for a particular purpose, durability, title, and non-infringement.<br>In no case shall Blackhawk Custom, LLC, our directors, officers, employees, affiliates, agents, contractors, interns, suppliers, service providers or licensors be liable for any injury, loss, claim, or any direct, indirect, incidental, punitive, special, or consequential damages of any kind, including, without limitation lost profits, lost revenue, lost savings, loss of data, replacement costs, or any similar damages, whether based in contract, tort (including negligence), strict liability or otherwise, arising from your use of any of the service or any products procured using the service, or for any other claim related in any way to your use of the service or any product, including, but not limited to, any errors or omissions in any content, or any loss or damage of any kind incurred as a result of the use of the service or any content (or product) posted, transmitted, or otherwise made available via the service, even if advised of their possibility. Because some states or jurisdictions do not allow the exclusion or the limitation of liability for consequential or incidental damages, in such states or jurisdictions, our liability shall be limited to the maximum extent permitted by law.<br><br>SECTION 14 - INDEMNIFICATION<br><br>You agree to indemnify, defend and hold harmless Blackhawk Custom, LLC and our parent, subsidiaries, affiliates, partners, officers, directors, agents, contractors, licensors, service providers, subcontractors, suppliers, interns and employees, harmless from any claim or demand, including reasonable attorneysâ€™ fees, made by any third-party due to or arising out of your breach of these Terms of Service or the documents they incorporate by reference, or your violation of any law or the rights of a third-party.<br><br>SECTION 15 - SEVERABILITY<br><br>In the event that any provision of these Terms of Service is determined to be unlawful, void or unenforceable, such provision shall nonetheless be enforceable to the fullest extent permitted by applicable law, and the unenforceable portion shall be deemed to be severed from these Terms of Service, such determination shall not affect the validity and enforceability of any other remaining provisions.<br><br>SECTION 16 - TERMINATION<br><br>The obligations and liabilities of the parties incurred prior to the termination date shall survive the termination of this agreement for all purposes.<br>These Terms of Service are effective unless and until terminated by either you or us. You may terminate these Terms of Service at any time by notifying us that you no longer wish to use our Services, or when you cease using our site.<br>If in our sole judgment you fail, or we suspect that you have failed, to comply with any term or provision of these Terms of Service, we also may terminate this agreement at any time without notice and you will remain liable for all amounts due up to and including the date of termination; and/or accordingly may deny you access to our Services (or any part thereof).<br><br>SECTION 17 - ENTIRE AGREEMENT<br><br>The failure of us to exercise or enforce any right or provision of these Terms of Service shall not constitute a waiver of such right or provision.<br>These Terms of Service and any policies or operating rules posted by us on this site or in respect to The Service constitutes the entire agreement and understanding between you and us and govern your use of the Service, superseding any prior or contemporaneous agreements, communications and proposals, whether oral or written, between you and us (including, but not limited to, any prior versions of the Terms of Service).<br>Any ambiguities in the interpretation of these Terms of Service shall not be construed against the drafting party.<br><br>SECTION 18 - GOVERNING LAW<br><br>These Terms of Service and any separate agreements whereby we provide you Services shall be governed by and construed in accordance with the laws of 825 South Kings Highway, Fort Pierce, FL 34945.<br><br>SECTION 19 - CHANGES TO TERMS OF SERVICE<br><br>You can review the most current version of the Terms of Service at any time at this page.<br>We reserve the right, at our sole discretion, to update, change or replace any part of these Terms of Service by posting updates and changes to our website. It is your responsibility to check our website periodically for changes. Your continued use of or access to our website or the Service following the posting of any changes to these Terms of Service constitutes acceptance of those changes.<br><br>SECTION 20 - CONTACT INFORMATION<br><br>Questions about the Terms of Service should be sent to us at <a href=\"mailto:admin@blackhawkcustom.com\" target=\"_blank\">admin@blackhawkcustom.com</a></p></div></div></div>\n</div>'),(6337,541,'tve_revision_tve_content_more_found',''),(6338,541,'tve_revision_tve_save_post',''),(6339,541,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Special+Elite:400&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Merriweather:400,400i,900,900i&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Montserrat:400,900,800,200,100&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-1642b6ab2bb\"] { padding: 5px !important; background-image: url(\"\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1642b593fd4\"] { float: none; width: 100%; padding: 25px 10px 5px !important; margin-left: auto !important; margin-right: auto !important; margin-top: 30px !important; }#tcb_landing_page a:not(.tcb-button-link) { color: rgb(255, 255, 255); }.tcb-plain-text strong { font-weight: 900; }#tcb_landing_page input strong { font-weight: 900; }#tcb_landing_page .tcb-button-link strong { font-weight: 900; }#tcb_landing_page p strong, #tcb_landing_page li strong { font-weight: 900; }#tcb_landing_page input { font-family: Merriweather; font-weight: 400; }#tcb_landing_page .tcb-button-link { font-family: Merriweather; font-weight: 400; }#tcb_landing_page p, #tcb_landing_page li { font-family: Merriweather; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h6 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h5 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h4 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h3 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h2 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h1 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(255, 255, 255); }.tcb-plain-text { font-size: 20px; color: rgb(255, 255, 255); font-family: Montserrat; font-weight: 400; }[data-css=\"tve-u-15e09c94f7d\"] { background-color: rgb(255, 255, 255); background-image: none !important; }.tve_post_lp > div > #tve_editor { margin-left: auto; margin-right: auto; max-width: 1200px; padding: 0px 20px; }#tve_editor [data-css=\"tve-u-165e62d8c6d\"] { font-family: \"Special Elite\" !important; font-weight: 400 !important; }#tcb_landing_page .tcb-plain-text { color: rgb(255, 255, 255); font-family: Merriweather; font-weight: 400; }#tcb_landing_page .tcb-plain-text strong { font-weight: 900; }[data-css=\"tve-u-165e642ffaf\"] { margin-top: 10px !important; }#tve_editor .thrv-content-box [data-css=\"tve-u-169591dee29\"] p, #tve_editor .thrv-content-box [data-css=\"tve-u-169591dee29\"] li, #tve_editor .thrv-content-box [data-css=\"tve-u-169591dee29\"] blockquote, #tve_editor .thrv-content-box [data-css=\"tve-u-169591dee29\"] address, #tve_editor .thrv-content-box [data-css=\"tve-u-169591dee29\"] .tcb-plain-text, #tve_editor .thrv-content-box [data-css=\"tve-u-169591dee29\"] label, #tve_editor .thrv-content-box [data-css=\"tve-u-169591dee29\"] h1, #tve_editor .thrv-content-box [data-css=\"tve-u-169591dee29\"] h2, #tve_editor .thrv-content-box [data-css=\"tve-u-169591dee29\"] h3, #tve_editor .thrv-content-box [data-css=\"tve-u-169591dee29\"] h4, #tve_editor .thrv-content-box [data-css=\"tve-u-169591dee29\"] h5, #tve_editor .thrv-content-box [data-css=\"tve-u-169591dee29\"] h6 { color: rgb(0, 0, 0); }}@media (max-width: 767px){.tve_post_lp > div > #tve_editor { padding: 0px 10px; }[data-css=\"tve-u-1642b6ab2bb\"] { float: left; width: 100%; z-index: 3; position: relative; padding-left: 10px !important; padding-right: 5px !important; margin-left: auto !important; margin-right: auto !important; padding-bottom: 10px !important; }[data-css=\"tve-u-165e6469798\"]::after { clear: both; }#tve_editor [data-css=\"tve-u-165e64714a8\"] { font-size: 15px !important; }}'),(6340,541,'tve_revision_tve_user_custom_css',''),(6341,541,'tve_revision_tve_page_events','a:0:{}'),(6342,541,'tve_revision_tve_globals','a:2:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";s:8:\"font_cls\";a:0:{}}'),(6343,541,'tve_revision_tve_global_scripts',''),(6344,541,'tve_revision_thrive_icon_pack','0'),(6345,541,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(6346,541,'tve_revision_tve_has_masonry','0'),(6347,541,'tve_revision_tve_has_typefocus','0'),(6348,541,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-custom-menu-inside\" style=\"z-index: 8;\" data-css=\"tve-u-1642b593fd4\" wfd-id=\"31\">\n<div class=\"tve-content-box-background\" wfd-id=\"40\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" style=\"z-index: 8;\" wfd-id=\"32\" data-css=\"tve-u-169591dee29\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-165e642ffaf\" wfd-id=\"37\"><h2 data-css=\"tve-u-165e62d8c6d\">Terms &amp; Conditions</h2></div><div class=\"tcb-clear\" data-css=\"tve-u-165e6469798\" wfd-id=\"33\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1642b6ab2bb\" wfd-id=\"34\"><p data-css=\"tve-u-165e64714a8\" style=\"text-align: left;\">TERMS OF SERVICE<br><br>-----<br><br>OVERVIEW<br><br>This website is operated by Blackhawk Custom, LLC. Throughout the site, the terms â€œweâ€, â€œusâ€ and â€œourâ€ refer to Blackhawk Custom, LLC. Blackhawk Custom, LLC offers this website, including all information, tools and services available from this site to you, the user, conditioned upon your acceptance of all terms, conditions, policies and notices stated here.<br><br>By visiting our site and/ or purchasing something from us, you engage in our â€œServiceâ€ and agree to be bound by the following terms and conditions (â€œTerms of Serviceâ€, â€œTermsâ€), including those additional terms, conditions, and policies referenced herein and/or available by hyperlink. These Terms of Service apply to all users of the site, including without limitation users who are browsers, vendors, customers, merchants, and/ or contributors of content.<br><br>Please read these Terms of Service carefully before accessing or using our website. By accessing or using any part of the site, you agree to be bound by these Terms of Service. If you do not agree to all the terms and conditions of this agreement, then you may not access the website or use any services. If these Terms of Service are considered an offer, acceptance is expressly limited to these Terms of Service.<br><br>Any new features or tools which are added to the current store shall also be subject to the Terms of Service. You can review the most current version of the Terms of Service at any time on this page. We reserve the right to update, change or replace any part of these Terms of Service by posting updates and/or changes to our website. It is your responsibility to check this page periodically for changes. Your continued use of or access to the website following the posting of any changes constitutes acceptance of those changes.<br><br>SECTION 1 - ONLINE STORE TERMS<br><br>By agreeing to these Terms of Service, you represent that you are at least the age of majority in your state or province of residence, or that you are the age of majority in your state or province of residence and you have given us your consent to allow any of your minor dependents to use this site.<br>You may not use our products for any illegal or unauthorized purpose nor may you, in the use of the Service, violate any laws in your jurisdiction (including but not limited to copyright laws).<br>You must not transmit any worms or viruses or any code of a destructive nature.<br>A breach or violation of any of the Terms will result in an immediate termination of your Services.<br><br>SECTION 2 - GENERAL CONDITIONS<br><br>We reserve the right to refuse service to anyone for any reason at any time.<br>You understand that your content (not including credit card information), may be transferred unencrypted and involve (a) transmissions over various networks; and (b) changes to conform and adapt to technical requirements of connecting networks or devices. Credit card information is always encrypted during transfer over networks.<br>You agree not to reproduce, duplicate, copy, sell, resell or exploit any portion of the Service, use of the Service, or access to the Service or any contact on the website through which the service is provided, without express written permission by us.<br>The headings used in this agreement are included for convenience only and will not limit or otherwise affect these Terms.<br><br>SECTION 3 - ACCURACY, COMPLETENESS AND TIMELINESS OF INFORMATION<br><br>We are not responsible if information made available on this site is not accurate, complete or current. The material on this site is provided for general information only and should not be relied upon or used as the sole basis for making decisions without consulting primary, more accurate, more complete or more timely sources of information. Any reliance on the material on this site is at your own risk.<br>This site may contain certain historical information. Historical information, necessarily, is not current and is provided for your reference only. We reserve the right to modify the contents of this site at any time, but we have no obligation to update any information on our site. You agree that it is your responsibility to monitor changes to our site.<br><br>SECTION 4 - MODIFICATIONS TO THE SERVICE AND PRICES<br><br>The prices for our products are subject to change without notice.<br>We reserve the right at any time to modify or discontinue the Service (or any part or content thereof) without notice at any time.<br>We shall not be liable to you or to any third-party for any modification, price change, suspension or discontinuance of the Service.<br><br>SECTION 5 - PRODUCTS OR SERVICES (if applicable)<br><br>Certain products or services may be available exclusively online through the website. These products or services may have limited quantities and are subject to return or exchange only according to our Return Policy.<br>We have made every effort to display as accurately as possible the colors and images of our products that appear at the store. We cannot guarantee that your computer monitor\'s display of any color will be accurate.<br>We reserve the right, but are not obligated, to limit the sales of our products or Services to any person, geographic region or jurisdiction. We may exercise this right on a case-by-case basis. We reserve the right to limit the quantities of any products or services that we offer. All descriptions of products or product pricing are subject to change at anytime without notice, at the sole discretion of us. We reserve the right to discontinue any product at any time. Any offer for any product or service made on this site is void where prohibited.<br>We do not warrant that the quality of any products, services, information, or other material purchased or obtained by you will meet your expectations, or that any errors in the Service will be corrected.<br><br>SECTION 6 - ACCURACY OF BILLING AND ACCOUNT INFORMATION<br><br>We reserve the right to refuse any order you place with us. We may, in our sole discretion, limit or cancel quantities purchased per person, per household or per order. These restrictions may include orders placed by or under the same customer account, the same credit card, and/or orders that use the same billing and/or shipping address. In the event that we make a change to or cancel an order, we may attempt to notify you by contacting the e-mail and/or billing address/phone number provided at the time the order was made. We reserve the right to limit or prohibit orders that, in our sole judgment, appear to be placed by dealers, resellers or distributors.<br><br>You agree to provide current, complete and accurate purchase and account information for all purchases made at our store. You agree to promptly update your account and other information, including your email address and credit card numbers and expiration dates, so that we can complete your transactions and contact you as needed.<br><br>For more detail, please review our Returns Policy.<br><br>SECTION 7 - OPTIONAL TOOLS<br><br>We may provide you with access to third-party tools over which we neither monitor nor have any control nor input.<br>You acknowledge and agree that we provide access to such tools â€as isâ€ and â€œas availableâ€ without any warranties, representations or conditions of any kind and without any endorsement. We shall have no liability whatsoever arising from or relating to your use of optional third-party tools.<br>Any use by you of optional tools offered through the site is entirely at your own risk and discretion and you should ensure that you are familiar with and approve of the terms on which tools are provided by the relevant third-party provider(s).<br>We may also, in the future, offer new services and/or features through the website (including, the release of new tools and resources). Such new features and/or services shall also be subject to these Terms of Service.<br><br>SECTION 8 - THIRD-PARTY LINKS<br><br>Certain content, products and services available via our Service may include materials from third-parties.<br>Third-party links on this site may direct you to third-party websites that are not affiliated with us. We are not responsible for examining or evaluating the content or accuracy and we do not warrant and will not have any liability or responsibility for any third-party materials or websites, or for any other materials, products, or services of third-parties.<br>We are not liable for any harm or damages related to the purchase or use of goods, services, resources, content, or any other transactions made in connection with any third-party websites. Please review carefully the third-party\'s policies and practices and make sure you understand them before you engage in any transaction. Complaints, claims, concerns, or questions regarding third-party products should be directed to the third-party.<br><br>SECTION 9 - USER COMMENTS, FEEDBACK AND OTHER SUBMISSIONS<br><br>If, at our request, you send certain specific submissions (for example contest entries) or without a request from us you send creative ideas, suggestions, proposals, plans, or other materials, whether online, by email, by postal mail, or otherwise (collectively, \'comments\'), you agree that we may, at any time, without restriction, edit, copy, publish, distribute, translate and otherwise use in any medium any comments that you forward to us. We are and shall be under no obligation (1) to maintain any comments in confidence; (2) to pay compensation for any comments; or (3) to respond to any comments.<br>We may, but have no obligation to, monitor, edit or remove content that we determine in our sole discretion are unlawful, offensive, threatening, libelous, defamatory, pornographic, obscene or otherwise objectionable or violates any partyâ€™s intellectual property or these Terms of Service.<br>You agree that your comments will not violate any right of any third-party, including copyright, trademark, privacy, personality or other personal or proprietary right. You further agree that your comments will not contain libelous or otherwise unlawful, abusive or obscene material, or contain any computer virus or other malware that could in any way affect the operation of the Service or any related website. You may not use a false e-mail address, pretend to be someone other than yourself, or otherwise mislead us or third-parties as to the origin of any comments. You are solely responsible for any comments you make and their accuracy. We take no responsibility and assume no liability for any comments posted by you or any third-party.<br><br>SECTION 10 - PERSONAL INFORMATION<br><br>Your submission of personal information through the store is governed by our Privacy Policy. To view our Privacy Policy.<br><br>SECTION 11 - ERRORS, INACCURACIES AND OMISSIONS<br><br>Occasionally there may be information on our site or in the Service that contains typographical errors, inaccuracies or omissions that may relate to product descriptions, pricing, promotions, offers, product shipping charges, transit times and availability. We reserve the right to correct any errors, inaccuracies or omissions, and to change or update information or cancel orders if any information in the Service or on any related website is inaccurate at any time without prior notice (including after you have submitted your order).<br>We undertake no obligation to update, amend or clarify information in the Service or on any related website, including without limitation, pricing information, except as required by law. No specified update or refresh date applied in the Service or on any related website, should be taken to indicate that all information in the Service or on any related website has been modified or updated.<br><br>SECTION 12 - PROHIBITED USES<br><br>In addition to other prohibitions as set forth in the Terms of Service, you are prohibited from using the site or its content: (a) for any unlawful purpose; (b) to solicit others to perform or participate in any unlawful acts; (c) to violate any international, federal, provincial or state regulations, rules, laws, or local ordinances; (d) to infringe upon or violate our intellectual property rights or the intellectual property rights of others; (e) to harass, abuse, insult, harm, defame, slander, disparage, intimidate, or discriminate based on gender, sexual orientation, religion, ethnicity, race, age, national origin, or disability; (f) to submit false or misleading information; (g) to upload or transmit viruses or any other type of malicious code that will or may be used in any way that will affect the functionality or operation of the Service or of any related website, other websites, or the Internet; (h) to collect or track the personal information of others; (i) to spam, phish, pharm, pretext, spider, crawl, or scrape; (j) for any obscene or immoral purpose; or (k) to interfere with or circumvent the security features of the Service or any related website, other websites, or the Internet. We reserve the right to terminate your use of the Service or any related website for violating any of the prohibited uses.<br><br>SECTION 13 - DISCLAIMER OF WARRANTIES; LIMITATION OF LIABILITY<br><br>We do not guarantee, represent or warrant that your use of our service will be uninterrupted, timely, secure or error-free.<br>We do not warrant that the results that may be obtained from the use of the service will be accurate or reliable.<br>You agree that from time to time we may remove the service for indefinite periods of time or cancel the service at any time, without notice to you.<br>You expressly agree that your use of, or inability to use, the service is at your sole risk. The service and all products and services delivered to you through the service are (except as expressly stated by us) provided \'as is\' and \'as available\' for your use, without any representation, warranties or conditions of any kind, either express or implied, including all implied warranties or conditions of merchantability, merchantable quality, fitness for a particular purpose, durability, title, and non-infringement.<br>In no case shall Blackhawk Custom, LLC, our directors, officers, employees, affiliates, agents, contractors, interns, suppliers, service providers or licensors be liable for any injury, loss, claim, or any direct, indirect, incidental, punitive, special, or consequential damages of any kind, including, without limitation lost profits, lost revenue, lost savings, loss of data, replacement costs, or any similar damages, whether based in contract, tort (including negligence), strict liability or otherwise, arising from your use of any of the service or any products procured using the service, or for any other claim related in any way to your use of the service or any product, including, but not limited to, any errors or omissions in any content, or any loss or damage of any kind incurred as a result of the use of the service or any content (or product) posted, transmitted, or otherwise made available via the service, even if advised of their possibility. Because some states or jurisdictions do not allow the exclusion or the limitation of liability for consequential or incidental damages, in such states or jurisdictions, our liability shall be limited to the maximum extent permitted by law.<br><br>SECTION 14 - INDEMNIFICATION<br><br>You agree to indemnify, defend and hold harmless Blackhawk Custom, LLC and our parent, subsidiaries, affiliates, partners, officers, directors, agents, contractors, licensors, service providers, subcontractors, suppliers, interns and employees, harmless from any claim or demand, including reasonable attorneysâ€™ fees, made by any third-party due to or arising out of your breach of these Terms of Service or the documents they incorporate by reference, or your violation of any law or the rights of a third-party.<br><br>SECTION 15 - SEVERABILITY<br><br>In the event that any provision of these Terms of Service is determined to be unlawful, void or unenforceable, such provision shall nonetheless be enforceable to the fullest extent permitted by applicable law, and the unenforceable portion shall be deemed to be severed from these Terms of Service, such determination shall not affect the validity and enforceability of any other remaining provisions.<br><br>SECTION 16 - TERMINATION<br><br>The obligations and liabilities of the parties incurred prior to the termination date shall survive the termination of this agreement for all purposes.<br>These Terms of Service are effective unless and until terminated by either you or us. You may terminate these Terms of Service at any time by notifying us that you no longer wish to use our Services, or when you cease using our site.<br>If in our sole judgment you fail, or we suspect that you have failed, to comply with any term or provision of these Terms of Service, we also may terminate this agreement at any time without notice and you will remain liable for all amounts due up to and including the date of termination; and/or accordingly may deny you access to our Services (or any part thereof).<br><br>SECTION 17 - ENTIRE AGREEMENT<br><br>The failure of us to exercise or enforce any right or provision of these Terms of Service shall not constitute a waiver of such right or provision.<br>These Terms of Service and any policies or operating rules posted by us on this site or in respect to The Service constitutes the entire agreement and understanding between you and us and govern your use of the Service, superseding any prior or contemporaneous agreements, communications and proposals, whether oral or written, between you and us (including, but not limited to, any prior versions of the Terms of Service).<br>Any ambiguities in the interpretation of these Terms of Service shall not be construed against the drafting party.<br><br>SECTION 18 - GOVERNING LAW<br><br>These Terms of Service and any separate agreements whereby we provide you Services shall be governed by and construed in accordance with the laws of 825 South Kings Highway, Fort Pierce, FL 34945.<br><br>SECTION 19 - CHANGES TO TERMS OF SERVICE<br><br>You can review the most current version of the Terms of Service at any time at this page.<br>We reserve the right, at our sole discretion, to update, change or replace any part of these Terms of Service by posting updates and changes to our website. It is your responsibility to check our website periodically for changes. Your continued use of or access to our website or the Service following the posting of any changes to these Terms of Service constitutes acceptance of those changes.<br><br>SECTION 20 - CONTACT INFORMATION<br><br>Questions about the Terms of Service should be sent to us at <a href=\"mailto:admin@blackhawkcustom.com\" target=\"_blank\">admin@blackhawkcustom.com</a></p></div></div></div>\n</div>'),(6300,540,'tve_revision_tve_landing_set',''),(6301,540,'tve_revision_tve_disable_theme_dependency',''),(6302,540,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv-page-section tcb-window-width\" wfd-id=\"43\" style=\"width: 1603px; left: -201.5px;\">\n	<div class=\"tve-page-section-out\" wfd-id=\"67\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16958a6f7cc\" wfd-id=\"44\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16958aae4f1\" wfd-id=\"45\">\n	<div class=\"tve-content-box-background\" wfd-id=\"66\"></div>\n	<div class=\"tve-cb\" data-css=\"tve-u-16958ab69fe\" wfd-id=\"46\"><div class=\"thrv_wrapper thrv_text_element\" wfd-id=\"63\"><p data-css=\"tve-u-16958adfe2e\" style=\"text-align: center;\">WORK ORDER</p></div><div class=\"thrv_wrapper thrv-columns\" wfd-id=\"55\"><div class=\"tcb-flex-row tcb--cols--1\" data-css=\"tve-u-16958b0f96f\" wfd-id=\"56\"><div class=\"tcb-flex-col\" wfd-id=\"57\"><div class=\"tcb-col\" wfd-id=\"59\"><div class=\"thrv_wrapper thrv_text_element\" wfd-id=\"60\"><p data-css=\"tve-u-16958afddb3\" style=\"text-align: center;\">PLEASE PRINT OUT THE FORM BELOW AND SEND A COMPLETED COPY IN WITH YOUR PROJECT.<br>PLEASE CLICK THE LINK BELOW TO DOWNLOAD.&nbsp;</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-16958b1f280\" data-tcb_hover_state_parent=\"\" data-button-style=\"ghost\" wfd-id=\"50\">\n	<a href=\"https://bestcerakoteflorida.com/wp-content/uploads/2019/03/Blackhawk-Order-Form-PDF-fillable-2.pdf\" class=\"tcb-button-link\" target=\"_blank\">\n		<span class=\"tcb-button-texts\" wfd-id=\"51\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-16958b52a26\" wfd-id=\"52\">DOWNLOAD FORM</span></span>\n	</a>\n</div><div class=\"thrv_wrapper thrv_text_element\" wfd-id=\"47\"><p style=\"text-align: center;\">If you have problems downloading the form,<a href=\"mailto:nick@blackhawkcustom.com\" target=\"_blank\"> please contact</a> us and we\'ll email you a copy.â€‹<a href=\"mailto:nick@blackhawkcustom.com\" target=\"_blank\">â€‹</a>â€‹â€‹â€‹</p></div></div>\n</div></div>\n</div>'),(6303,540,'tve_revision_tve_content_more_found',''),(6304,540,'tve_revision_tve_save_post',''),(6305,540,'tve_revision_tve_custom_css','@media (min-width: 300px){[data-css=\"tve-u-16958a6f7cc\"] { min-height: 1px !important; max-width: 1200px; min-width: 100%; }[data-css=\"tve-u-16958aae4f1\"] { padding: 0px !important; }[data-css=\"tve-u-16958ab69fe\"] { min-height: 1px; }[data-css=\"tve-u-16958ab69fe\"] p { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-16958ab69fe\"] h1 { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-16958ab69fe\"] h2 { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-16958ab69fe\"] h3 { margin: 0px !important; padding: 0px !important; }#tve_editor [data-css=\"tve-u-16958a6f7cc\"] p, #tve_editor [data-css=\"tve-u-16958a6f7cc\"] li, #tve_editor [data-css=\"tve-u-16958a6f7cc\"] blockquote, #tve_editor [data-css=\"tve-u-16958a6f7cc\"] address, #tve_editor [data-css=\"tve-u-16958a6f7cc\"] .tcb-plain-text, #tve_editor [data-css=\"tve-u-16958a6f7cc\"] label, #tve_editor [data-css=\"tve-u-16958a6f7cc\"] h1, #tve_editor [data-css=\"tve-u-16958a6f7cc\"] h2, #tve_editor [data-css=\"tve-u-16958a6f7cc\"] h3, #tve_editor [data-css=\"tve-u-16958a6f7cc\"] h4, #tve_editor [data-css=\"tve-u-16958a6f7cc\"] h5, #tve_editor [data-css=\"tve-u-16958a6f7cc\"] h6 { color: rgb(0, 0, 0); }#tve_editor .thrv-content-box [data-css=\"tve-u-16958ab69fe\"] p, #tve_editor .thrv-content-box [data-css=\"tve-u-16958ab69fe\"] li, #tve_editor .thrv-content-box [data-css=\"tve-u-16958ab69fe\"] blockquote, #tve_editor .thrv-content-box [data-css=\"tve-u-16958ab69fe\"] address, #tve_editor .thrv-content-box [data-css=\"tve-u-16958ab69fe\"] .tcb-plain-text, #tve_editor .thrv-content-box [data-css=\"tve-u-16958ab69fe\"] label, #tve_editor .thrv-content-box [data-css=\"tve-u-16958ab69fe\"] h1, #tve_editor .thrv-content-box [data-css=\"tve-u-16958ab69fe\"] h2, #tve_editor .thrv-content-box [data-css=\"tve-u-16958ab69fe\"] h3, #tve_editor .thrv-content-box [data-css=\"tve-u-16958ab69fe\"] h4, #tve_editor .thrv-content-box [data-css=\"tve-u-16958ab69fe\"] h5, #tve_editor .thrv-content-box [data-css=\"tve-u-16958ab69fe\"] h6 { color: rgb(0, 0, 0); }#tve_editor [data-css=\"tve-u-16958adfe2e\"] { font-size: 21px !important; color: rgb(0, 0, 0) !important; }[data-css=\"tve-u-16958afddb3\"] { line-height: 2.25em !important; }#tve_editor [data-css=\"tve-u-16958afddb3\"] { text-transform: capitalize !important; }[data-css=\"tve-u-16958b0f96f\"] { padding-top: 5px !important; }[data-css=\"tve-u-16958b1f280\"] .tcb-button-link { border: 1px solid rgb(0, 0, 0); overflow: hidden; background-color: rgba(26, 188, 156, 0) !important; color: rgb(26, 188, 156) !important; border-radius: 10px; }#tve_editor [data-css=\"tve-u-16958b1f280\"]:hover .tcb-button-link { background-color: rgb(225, 225, 225) !important; color: rgb(255, 255, 255) !important; background-image: none !important; border-color: rgb(37, 37, 37) !important; }#tve_editor [data-css=\"tve-u-16958b1f280\"] .tcb-button-link span { color: rgb(0, 0, 0); }#tve_editor [data-css=\"tve-u-16958b52a26\"] { font-size: 16px !important; }}'),(6175,535,'tve_revision_tve_landing_set',''),(6176,535,'tve_revision_tve_disable_theme_dependency',''),(6177,535,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper tve_wp_shortcode\" wfd-id=\"35\"><div class=\"tve_shortcode_raw\" style=\"display: none\" wfd-id=\"37\">___TVE_SHORTCODE_RAW__&lt;h1 data-css=\"tve-u-16035acf904\"&gt;&lt;strong&gt;H1 Heading Example&lt;/strong&gt; Lorem Ipsum Dolor&lt;/h1&gt;\n&lt;p data-css=\"tve-u-165d705c7ac\"&gt;Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi semper vulputate tincidunt. Mauris sodales vitae ipsum nec porta. Mauris lacus odio, congue eget justo nec, eleifend pellentesque orci. Interdum et malesuada fames ac ante ipsum primis in faucibus. Ut facilisis nibh eget ex maximus, at egestas orci faucibus.&lt;/p&gt;\n&lt;h2 data-css=\"tve-u-165d704ec24\"&gt;Your Heading Here H2&lt;/h2&gt;\n&lt;h3 data-css=\"tve-u-165d70538a3\"&gt;Your Heading Here H3&lt;/h3&gt;\n&lt;h4 data-css=\"tve-u-165d70581f6\"&gt;Your Heading Here H4&lt;/h4&gt;\n&lt;p&gt;Copyright text and footer links.&lt;/p&gt;\n__TVE_SHORTCODE_RAW___</div></div>'),(6178,535,'tve_revision_tve_content_more_found',''),(6179,535,'tve_revision_tve_save_post',''),(6180,535,'tve_revision_tve_custom_css',''),(6181,535,'tve_revision_tve_user_custom_css',''),(6182,535,'tve_revision_tve_page_events','a:0:{}'),(6183,535,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(6184,535,'tve_revision_tve_global_scripts','a:2:{s:4:\"head\";s:0:\"\";s:6:\"footer\";s:0:\"\";}'),(6185,535,'tve_revision_thrive_icon_pack','0'),(6186,535,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(6187,535,'tve_revision_tve_has_masonry','0'),(6188,535,'tve_revision_tve_has_typefocus','0'),(6189,535,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper tve_wp_shortcode\" wfd-id=\"35\"><div class=\"tve_shortcode_raw\" style=\"display: none\" wfd-id=\"37\">___TVE_SHORTCODE_RAW__&lt;h1 data-css=\"tve-u-16035acf904\"&gt;&lt;strong&gt;H1 Heading Example&lt;/strong&gt; Lorem Ipsum Dolor&lt;/h1&gt;\n&lt;p data-css=\"tve-u-165d705c7ac\"&gt;Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi semper vulputate tincidunt. Mauris sodales vitae ipsum nec porta. Mauris lacus odio, congue eget justo nec, eleifend pellentesque orci. Interdum et malesuada fames ac ante ipsum primis in faucibus. Ut facilisis nibh eget ex maximus, at egestas orci faucibus.&lt;/p&gt;\n&lt;h2 data-css=\"tve-u-165d704ec24\"&gt;Your Heading Here H2&lt;/h2&gt;\n&lt;h3 data-css=\"tve-u-165d70538a3\"&gt;Your Heading Here H3&lt;/h3&gt;\n&lt;h4 data-css=\"tve-u-165d70581f6\"&gt;Your Heading Here H4&lt;/h4&gt;\n&lt;p&gt;Copyright text and footer links.&lt;/p&gt;\n__TVE_SHORTCODE_RAW___</div></div>'),(6190,535,'tve_revision_tve_has_wistia_popover','0'),(6208,536,'tve_revision_tve_landing_page',''),(6209,536,'tve_revision_tve_landing_set',''),(6210,536,'tve_revision_tve_disable_theme_dependency',''),(6211,536,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper tve_wp_shortcode\" wfd-id=\"36\"><div class=\"tve_shortcode_raw\" style=\"display: none\" wfd-id=\"38\">___TVE_SHORTCODE_RAW__&lt;h1 data-css=\"tve-u-16035acf904\"&gt;&lt;strong&gt;H1 Heading Example&lt;/strong&gt; Lorem Ipsum Dolor&lt;/h1&gt;\n&lt;p data-css=\"tve-u-165d705c7ac\"&gt;Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi semper vulputate tincidunt. Mauris sodales vitae ipsum nec porta. Mauris lacus odio, congue eget justo nec, eleifend pellentesque orci. Interdum et malesuada fames ac ante ipsum primis in faucibus. Ut facilisis nibh eget ex maximus, at egestas orci faucibus.&lt;/p&gt;\n&lt;h2 data-css=\"tve-u-165d704ec24\"&gt;Your Heading Here H2&lt;/h2&gt;\n&lt;h3 data-css=\"tve-u-165d70538a3\"&gt;Your Heading Here H3&lt;/h3&gt;\n&lt;h4 data-css=\"tve-u-165d70581f6\"&gt;Your Heading Here H4&lt;/h4&gt;\n&lt;p&gt;Copyright text and footer links.&lt;/p&gt;\n__TVE_SHORTCODE_RAW___</div></div>'),(6212,536,'tve_revision_tve_content_more_found',''),(6213,536,'tve_revision_tve_save_post',''),(6214,536,'tve_revision_tve_custom_css',''),(6215,536,'tve_revision_tve_user_custom_css',''),(6216,536,'tve_revision_tve_page_events','a:0:{}'),(6217,536,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(6218,536,'tve_revision_tve_global_scripts','a:2:{s:4:\"head\";s:0:\"\";s:6:\"footer\";s:0:\"\";}'),(6219,536,'tve_revision_thrive_icon_pack','0'),(6220,536,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(6221,536,'tve_revision_tve_has_masonry','0'),(6222,536,'tve_revision_tve_has_typefocus','0'),(6223,536,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper tve_wp_shortcode\" wfd-id=\"36\"><div class=\"tve_shortcode_raw\" style=\"display: none\" wfd-id=\"38\">___TVE_SHORTCODE_RAW__&lt;h1 data-css=\"tve-u-16035acf904\"&gt;&lt;strong&gt;H1 Heading Example&lt;/strong&gt; Lorem Ipsum Dolor&lt;/h1&gt;\n&lt;p data-css=\"tve-u-165d705c7ac\"&gt;Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi semper vulputate tincidunt. Mauris sodales vitae ipsum nec porta. Mauris lacus odio, congue eget justo nec, eleifend pellentesque orci. Interdum et malesuada fames ac ante ipsum primis in faucibus. Ut facilisis nibh eget ex maximus, at egestas orci faucibus.&lt;/p&gt;\n&lt;h2 data-css=\"tve-u-165d704ec24\"&gt;Your Heading Here H2&lt;/h2&gt;\n&lt;h3 data-css=\"tve-u-165d70538a3\"&gt;Your Heading Here H3&lt;/h3&gt;\n&lt;h4 data-css=\"tve-u-165d70581f6\"&gt;Your Heading Here H4&lt;/h4&gt;\n&lt;p&gt;Copyright text and footer links.&lt;/p&gt;\n__TVE_SHORTCODE_RAW___</div></div>'),(6224,536,'tve_revision_tve_has_wistia_popover','0'),(6227,538,'_wp_attachment_context','site-icon'),(6228,538,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:33:\"2018/09/cropped-HELM-soloEcho.png\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"cropped-HELM-soloEcho-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"cropped-HELM-soloEcho-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:33:\"cropped-HELM-soloEcho-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:33:\"cropped-HELM-soloEcho-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:33:\"cropped-HELM-soloEcho-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:33:\"cropped-HELM-soloEcho-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"site_icon-270\";a:4:{s:4:\"file\";s:33:\"cropped-HELM-soloEcho-270x270.png\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"site_icon-192\";a:4:{s:4:\"file\";s:33:\"cropped-HELM-soloEcho-192x192.png\";s:5:\"width\";i:192;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"site_icon-180\";a:4:{s:4:\"file\";s:33:\"cropped-HELM-soloEcho-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"site_icon-32\";a:4:{s:4:\"file\";s:31:\"cropped-HELM-soloEcho-32x32.png\";s:5:\"width\";i:32;s:6:\"height\";i:32;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6320,210,'tve_revision_tve_content_more_found',''),(6321,210,'tve_revision_tve_save_post',''),(6322,210,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Special+Elite:400&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Merriweather:400,400i,900,900i&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Montserrat:400,900,800,200,100&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-1642b6ab2bb\"] { padding: 5px !important; background-image: url(\"\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1642b593fd4\"] { float: none; width: 100%; padding: 25px 10px 5px !important; margin-left: auto !important; margin-right: auto !important; margin-top: 30px !important; }#tcb_landing_page a:not(.tcb-button-link) { color: rgb(255, 255, 255); }.tcb-plain-text strong { font-weight: 900; }#tcb_landing_page input strong { font-weight: 900; }#tcb_landing_page .tcb-button-link strong { font-weight: 900; }#tcb_landing_page p strong, #tcb_landing_page li strong { font-weight: 900; }#tcb_landing_page input { font-family: Merriweather; font-weight: 400; }#tcb_landing_page .tcb-button-link { font-family: Merriweather; font-weight: 400; }#tcb_landing_page p, #tcb_landing_page li { font-family: Merriweather; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h6 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h5 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h4 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h3 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h2 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h1 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(255, 255, 255); }.tcb-plain-text { font-size: 20px; color: rgb(255, 255, 255); font-family: Montserrat; font-weight: 400; }[data-css=\"tve-u-15e09c94f7d\"] { background-color: rgb(255, 255, 255); background-image: linear-gradient(rgb(0, 0, 0), rgb(0, 0, 0)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }.tve_post_lp > div > #tve_editor { margin-left: auto; margin-right: auto; max-width: 1200px; padding: 0px 20px; }#tve_editor [data-css=\"tve-u-165e62d8c6d\"] { font-family: \"Special Elite\" !important; font-weight: 400 !important; }#tcb_landing_page .tcb-plain-text { color: rgb(255, 255, 255); font-family: Merriweather; font-weight: 400; }#tcb_landing_page .tcb-plain-text strong { font-weight: 900; }[data-css=\"tve-u-165e642ffaf\"] { margin-top: 10px !important; }}@media (max-width: 767px){.tve_post_lp > div > #tve_editor { padding: 0px 10px; }[data-css=\"tve-u-1642b6ab2bb\"] { float: left; width: 100%; z-index: 3; position: relative; padding-left: 10px !important; padding-right: 5px !important; margin-left: auto !important; margin-right: auto !important; padding-bottom: 10px !important; }[data-css=\"tve-u-165e6469798\"]::after { clear: both; }#tve_editor [data-css=\"tve-u-165e64714a8\"] { font-size: 15px !important; }}'),(6323,210,'tve_revision_tve_user_custom_css',''),(6324,210,'tve_revision_tve_page_events','a:0:{}'),(6325,210,'tve_revision_tve_globals','a:2:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";s:8:\"font_cls\";a:0:{}}'),(6326,210,'tve_revision_tve_global_scripts',''),(6327,210,'tve_revision_thrive_icon_pack','0'),(6328,210,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(6329,210,'tve_revision_tve_has_masonry','0'),(6330,210,'tve_revision_tve_has_typefocus','0'),(6331,210,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-custom-menu-inside\" style=\"z-index: 8;\" data-css=\"tve-u-1642b593fd4\" wfd-id=\"27\">\n<div class=\"tve-content-box-background\" wfd-id=\"34\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" style=\"z-index: 8;\" wfd-id=\"28\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-165e642ffaf\" wfd-id=\"33\"><h2 data-css=\"tve-u-165e62d8c6d\">Terms &amp; Conditions</h2></div><div class=\"tcb-clear\" data-css=\"tve-u-165e6469798\" wfd-id=\"29\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1642b6ab2bb\" wfd-id=\"30\"><p data-css=\"tve-u-165e64714a8\" style=\"text-align: left;\">TERMS OF SERVICE<br><br>-----<br><br>OVERVIEW<br><br>This website is operated by Blackhawk Custom, LLC. Throughout the site, the terms â€œweâ€, â€œusâ€ and â€œourâ€ refer to Blackhawk Custom, LLC. Blackhawk Custom, LLC offers this website, including all information, tools and services available from this site to you, the user, conditioned upon your acceptance of all terms, conditions, policies and notices stated here.<br><br>By visiting our site and/ or purchasing something from us, you engage in our â€œServiceâ€ and agree to be bound by the following terms and conditions (â€œTerms of Serviceâ€, â€œTermsâ€), including those additional terms, conditions, and policies referenced herein and/or available by hyperlink. These Terms of Service apply to all users of the site, including without limitation users who are browsers, vendors, customers, merchants, and/ or contributors of content.<br><br>Please read these Terms of Service carefully before accessing or using our website. By accessing or using any part of the site, you agree to be bound by these Terms of Service. If you do not agree to all the terms and conditions of this agreement, then you may not access the website or use any services. If these Terms of Service are considered an offer, acceptance is expressly limited to these Terms of Service.<br><br>Any new features or tools which are added to the current store shall also be subject to the Terms of Service. You can review the most current version of the Terms of Service at any time on this page. We reserve the right to update, change or replace any part of these Terms of Service by posting updates and/or changes to our website. It is your responsibility to check this page periodically for changes. Your continued use of or access to the website following the posting of any changes constitutes acceptance of those changes.<br><br>SECTION 1 - ONLINE STORE TERMS<br><br>By agreeing to these Terms of Service, you represent that you are at least the age of majority in your state or province of residence, or that you are the age of majority in your state or province of residence and you have given us your consent to allow any of your minor dependents to use this site.<br>You may not use our products for any illegal or unauthorized purpose nor may you, in the use of the Service, violate any laws in your jurisdiction (including but not limited to copyright laws).<br>You must not transmit any worms or viruses or any code of a destructive nature.<br>A breach or violation of any of the Terms will result in an immediate termination of your Services.<br><br>SECTION 2 - GENERAL CONDITIONS<br><br>We reserve the right to refuse service to anyone for any reason at any time.<br>You understand that your content (not including credit card information), may be transferred unencrypted and involve (a) transmissions over various networks; and (b) changes to conform and adapt to technical requirements of connecting networks or devices. Credit card information is always encrypted during transfer over networks.<br>You agree not to reproduce, duplicate, copy, sell, resell or exploit any portion of the Service, use of the Service, or access to the Service or any contact on the website through which the service is provided, without express written permission by us.<br>The headings used in this agreement are included for convenience only and will not limit or otherwise affect these Terms.<br><br>SECTION 3 - ACCURACY, COMPLETENESS AND TIMELINESS OF INFORMATION<br><br>We are not responsible if information made available on this site is not accurate, complete or current. The material on this site is provided for general information only and should not be relied upon or used as the sole basis for making decisions without consulting primary, more accurate, more complete or more timely sources of information. Any reliance on the material on this site is at your own risk.<br>This site may contain certain historical information. Historical information, necessarily, is not current and is provided for your reference only. We reserve the right to modify the contents of this site at any time, but we have no obligation to update any information on our site. You agree that it is your responsibility to monitor changes to our site.<br><br>SECTION 4 - MODIFICATIONS TO THE SERVICE AND PRICES<br><br>The prices for our products are subject to change without notice.<br>We reserve the right at any time to modify or discontinue the Service (or any part or content thereof) without notice at any time.<br>We shall not be liable to you or to any third-party for any modification, price change, suspension or discontinuance of the Service.<br><br>SECTION 5 - PRODUCTS OR SERVICES (if applicable)<br><br>Certain products or services may be available exclusively online through the website. These products or services may have limited quantities and are subject to return or exchange only according to our Return Policy.<br>We have made every effort to display as accurately as possible the colors and images of our products that appear at the store. We cannot guarantee that your computer monitor\'s display of any color will be accurate.<br>We reserve the right, but are not obligated, to limit the sales of our products or Services to any person, geographic region or jurisdiction. We may exercise this right on a case-by-case basis. We reserve the right to limit the quantities of any products or services that we offer. All descriptions of products or product pricing are subject to change at anytime without notice, at the sole discretion of us. We reserve the right to discontinue any product at any time. Any offer for any product or service made on this site is void where prohibited.<br>We do not warrant that the quality of any products, services, information, or other material purchased or obtained by you will meet your expectations, or that any errors in the Service will be corrected.<br><br>SECTION 6 - ACCURACY OF BILLING AND ACCOUNT INFORMATION<br><br>We reserve the right to refuse any order you place with us. We may, in our sole discretion, limit or cancel quantities purchased per person, per household or per order. These restrictions may include orders placed by or under the same customer account, the same credit card, and/or orders that use the same billing and/or shipping address. In the event that we make a change to or cancel an order, we may attempt to notify you by contacting the e-mail and/or billing address/phone number provided at the time the order was made. We reserve the right to limit or prohibit orders that, in our sole judgment, appear to be placed by dealers, resellers or distributors.<br><br>You agree to provide current, complete and accurate purchase and account information for all purchases made at our store. You agree to promptly update your account and other information, including your email address and credit card numbers and expiration dates, so that we can complete your transactions and contact you as needed.<br><br>For more detail, please review our Returns Policy.<br><br>SECTION 7 - OPTIONAL TOOLS<br><br>We may provide you with access to third-party tools over which we neither monitor nor have any control nor input.<br>You acknowledge and agree that we provide access to such tools â€as isâ€ and â€œas availableâ€ without any warranties, representations or conditions of any kind and without any endorsement. We shall have no liability whatsoever arising from or relating to your use of optional third-party tools.<br>Any use by you of optional tools offered through the site is entirely at your own risk and discretion and you should ensure that you are familiar with and approve of the terms on which tools are provided by the relevant third-party provider(s).<br>We may also, in the future, offer new services and/or features through the website (including, the release of new tools and resources). Such new features and/or services shall also be subject to these Terms of Service.<br><br>SECTION 8 - THIRD-PARTY LINKS<br><br>Certain content, products and services available via our Service may include materials from third-parties.<br>Third-party links on this site may direct you to third-party websites that are not affiliated with us. We are not responsible for examining or evaluating the content or accuracy and we do not warrant and will not have any liability or responsibility for any third-party materials or websites, or for any other materials, products, or services of third-parties.<br>We are not liable for any harm or damages related to the purchase or use of goods, services, resources, content, or any other transactions made in connection with any third-party websites. Please review carefully the third-party\'s policies and practices and make sure you understand them before you engage in any transaction. Complaints, claims, concerns, or questions regarding third-party products should be directed to the third-party.<br><br>SECTION 9 - USER COMMENTS, FEEDBACK AND OTHER SUBMISSIONS<br><br>If, at our request, you send certain specific submissions (for example contest entries) or without a request from us you send creative ideas, suggestions, proposals, plans, or other materials, whether online, by email, by postal mail, or otherwise (collectively, \'comments\'), you agree that we may, at any time, without restriction, edit, copy, publish, distribute, translate and otherwise use in any medium any comments that you forward to us. We are and shall be under no obligation (1) to maintain any comments in confidence; (2) to pay compensation for any comments; or (3) to respond to any comments.<br>We may, but have no obligation to, monitor, edit or remove content that we determine in our sole discretion are unlawful, offensive, threatening, libelous, defamatory, pornographic, obscene or otherwise objectionable or violates any partyâ€™s intellectual property or these Terms of Service.<br>You agree that your comments will not violate any right of any third-party, including copyright, trademark, privacy, personality or other personal or proprietary right. You further agree that your comments will not contain libelous or otherwise unlawful, abusive or obscene material, or contain any computer virus or other malware that could in any way affect the operation of the Service or any related website. You may not use a false e-mail address, pretend to be someone other than yourself, or otherwise mislead us or third-parties as to the origin of any comments. You are solely responsible for any comments you make and their accuracy. We take no responsibility and assume no liability for any comments posted by you or any third-party.<br><br>SECTION 10 - PERSONAL INFORMATION<br><br>Your submission of personal information through the store is governed by our Privacy Policy. To view our Privacy Policy.<br><br>SECTION 11 - ERRORS, INACCURACIES AND OMISSIONS<br><br>Occasionally there may be information on our site or in the Service that contains typographical errors, inaccuracies or omissions that may relate to product descriptions, pricing, promotions, offers, product shipping charges, transit times and availability. We reserve the right to correct any errors, inaccuracies or omissions, and to change or update information or cancel orders if any information in the Service or on any related website is inaccurate at any time without prior notice (including after you have submitted your order).<br>We undertake no obligation to update, amend or clarify information in the Service or on any related website, including without limitation, pricing information, except as required by law. No specified update or refresh date applied in the Service or on any related website, should be taken to indicate that all information in the Service or on any related website has been modified or updated.<br><br>SECTION 12 - PROHIBITED USES<br><br>In addition to other prohibitions as set forth in the Terms of Service, you are prohibited from using the site or its content: (a) for any unlawful purpose; (b) to solicit others to perform or participate in any unlawful acts; (c) to violate any international, federal, provincial or state regulations, rules, laws, or local ordinances; (d) to infringe upon or violate our intellectual property rights or the intellectual property rights of others; (e) to harass, abuse, insult, harm, defame, slander, disparage, intimidate, or discriminate based on gender, sexual orientation, religion, ethnicity, race, age, national origin, or disability; (f) to submit false or misleading information; (g) to upload or transmit viruses or any other type of malicious code that will or may be used in any way that will affect the functionality or operation of the Service or of any related website, other websites, or the Internet; (h) to collect or track the personal information of others; (i) to spam, phish, pharm, pretext, spider, crawl, or scrape; (j) for any obscene or immoral purpose; or (k) to interfere with or circumvent the security features of the Service or any related website, other websites, or the Internet. We reserve the right to terminate your use of the Service or any related website for violating any of the prohibited uses.<br><br>SECTION 13 - DISCLAIMER OF WARRANTIES; LIMITATION OF LIABILITY<br><br>We do not guarantee, represent or warrant that your use of our service will be uninterrupted, timely, secure or error-free.<br>We do not warrant that the results that may be obtained from the use of the service will be accurate or reliable.<br>You agree that from time to time we may remove the service for indefinite periods of time or cancel the service at any time, without notice to you.<br>You expressly agree that your use of, or inability to use, the service is at your sole risk. The service and all products and services delivered to you through the service are (except as expressly stated by us) provided \'as is\' and \'as available\' for your use, without any representation, warranties or conditions of any kind, either express or implied, including all implied warranties or conditions of merchantability, merchantable quality, fitness for a particular purpose, durability, title, and non-infringement.<br>In no case shall Blackhawk Custom, LLC, our directors, officers, employees, affiliates, agents, contractors, interns, suppliers, service providers or licensors be liable for any injury, loss, claim, or any direct, indirect, incidental, punitive, special, or consequential damages of any kind, including, without limitation lost profits, lost revenue, lost savings, loss of data, replacement costs, or any similar damages, whether based in contract, tort (including negligence), strict liability or otherwise, arising from your use of any of the service or any products procured using the service, or for any other claim related in any way to your use of the service or any product, including, but not limited to, any errors or omissions in any content, or any loss or damage of any kind incurred as a result of the use of the service or any content (or product) posted, transmitted, or otherwise made available via the service, even if advised of their possibility. Because some states or jurisdictions do not allow the exclusion or the limitation of liability for consequential or incidental damages, in such states or jurisdictions, our liability shall be limited to the maximum extent permitted by law.<br><br>SECTION 14 - INDEMNIFICATION<br><br>You agree to indemnify, defend and hold harmless Blackhawk Custom, LLC and our parent, subsidiaries, affiliates, partners, officers, directors, agents, contractors, licensors, service providers, subcontractors, suppliers, interns and employees, harmless from any claim or demand, including reasonable attorneysâ€™ fees, made by any third-party due to or arising out of your breach of these Terms of Service or the documents they incorporate by reference, or your violation of any law or the rights of a third-party.<br><br>SECTION 15 - SEVERABILITY<br><br>In the event that any provision of these Terms of Service is determined to be unlawful, void or unenforceable, such provision shall nonetheless be enforceable to the fullest extent permitted by applicable law, and the unenforceable portion shall be deemed to be severed from these Terms of Service, such determination shall not affect the validity and enforceability of any other remaining provisions.<br><br>SECTION 16 - TERMINATION<br><br>The obligations and liabilities of the parties incurred prior to the termination date shall survive the termination of this agreement for all purposes.<br>These Terms of Service are effective unless and until terminated by either you or us. You may terminate these Terms of Service at any time by notifying us that you no longer wish to use our Services, or when you cease using our site.<br>If in our sole judgment you fail, or we suspect that you have failed, to comply with any term or provision of these Terms of Service, we also may terminate this agreement at any time without notice and you will remain liable for all amounts due up to and including the date of termination; and/or accordingly may deny you access to our Services (or any part thereof).<br><br>SECTION 17 - ENTIRE AGREEMENT<br><br>The failure of us to exercise or enforce any right or provision of these Terms of Service shall not constitute a waiver of such right or provision.<br>These Terms of Service and any policies or operating rules posted by us on this site or in respect to The Service constitutes the entire agreement and understanding between you and us and govern your use of the Service, superseding any prior or contemporaneous agreements, communications and proposals, whether oral or written, between you and us (including, but not limited to, any prior versions of the Terms of Service).<br>Any ambiguities in the interpretation of these Terms of Service shall not be construed against the drafting party.<br><br>SECTION 18 - GOVERNING LAW<br><br>These Terms of Service and any separate agreements whereby we provide you Services shall be governed by and construed in accordance with the laws of 825 South Kings Highway, Fort Pierce, FL 34945.<br><br>SECTION 19 - CHANGES TO TERMS OF SERVICE<br><br>You can review the most current version of the Terms of Service at any time at this page.<br>We reserve the right, at our sole discretion, to update, change or replace any part of these Terms of Service by posting updates and changes to our website. It is your responsibility to check our website periodically for changes. Your continued use of or access to our website or the Service following the posting of any changes to these Terms of Service constitutes acceptance of those changes.<br><br>SECTION 20 - CONTACT INFORMATION<br><br>Questions about the Terms of Service should be sent to us at <a href=\"mailto:admin@blackhawkcustom.com\" target=\"_blank\">admin@blackhawkcustom.com</a></p></div></div></div>\n</div>'),(5997,526,'_edit_last','1'),(5998,526,'thrive_ab_traffic','100'),(5999,526,'is_control','1'),(6000,526,'thrive_ab_status','published'),(6001,526,'_edit_lock','1552073785:1'),(6002,527,'tve_revision_tve_landing_page',''),(6003,527,'tve_revision_tve_landing_set',''),(6004,527,'tve_revision_tve_disable_theme_dependency',''),(6005,527,'tve_revision_tve_content_before_more',''),(6006,527,'tve_revision_tve_content_more_found',''),(6007,527,'tve_revision_tve_save_post',''),(6008,527,'tve_revision_tve_custom_css',''),(6009,527,'tve_revision_tve_user_custom_css',''),(6010,527,'tve_revision_tve_page_events',''),(6011,527,'tve_revision_tve_globals',''),(6012,527,'tve_revision_tve_global_scripts',''),(6013,527,'tve_revision_thrive_icon_pack',''),(6014,527,'tve_revision_thrive_tcb_post_fonts',''),(6015,527,'tve_revision_tve_has_masonry',''),(6016,527,'tve_revision_tve_has_typefocus',''),(6017,527,'tve_revision_tve_updated_post',''),(6018,527,'tve_revision_tve_has_wistia_popover',''),(6019,526,'templator-screenshot-id','0'),(6020,526,'site-sidebar-layout','default'),(6021,526,'site-content-layout','default'),(6022,526,'theme-transparent-header-meta','default'),(6023,526,'stick-header-meta','default'),(6024,528,'tve_revision_tve_landing_page',''),(6025,528,'tve_revision_tve_landing_set',''),(6026,528,'tve_revision_tve_disable_theme_dependency',''),(6027,528,'tve_revision_tve_content_before_more',''),(6028,528,'tve_revision_tve_content_more_found',''),(6029,528,'tve_revision_tve_save_post',''),(6030,528,'tve_revision_tve_custom_css',''),(6031,528,'tve_revision_tve_user_custom_css',''),(6032,528,'tve_revision_tve_page_events',''),(6033,528,'tve_revision_tve_globals',''),(6034,528,'tve_revision_tve_global_scripts',''),(6035,528,'tve_revision_thrive_icon_pack',''),(6036,528,'tve_revision_thrive_tcb_post_fonts',''),(6037,528,'tve_revision_tve_has_masonry',''),(6038,528,'tve_revision_tve_has_typefocus',''),(6039,528,'tve_revision_tve_updated_post',''),(6040,528,'tve_revision_tve_has_wistia_popover',''),(6041,526,'tcb2_ready','1'),(6042,526,'tve_content_before_more','<div class=\"thrv_wrapper thrv-page-section tcb-window-width\" wfd-id=\"43\" style=\"width: 1603px; left: -201.5px;\">\n	<div class=\"tve-page-section-out\" wfd-id=\"67\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16958a6f7cc\" wfd-id=\"44\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16958aae4f1\" wfd-id=\"45\">\n	<div class=\"tve-content-box-background\" wfd-id=\"66\"></div>\n	<div class=\"tve-cb\" data-css=\"tve-u-16958ab69fe\" wfd-id=\"46\"><div class=\"thrv_wrapper thrv_text_element\" wfd-id=\"63\"><p data-css=\"tve-u-16958adfe2e\" style=\"text-align: center;\">WORK ORDER</p></div><div class=\"thrv_wrapper thrv-columns\" wfd-id=\"55\"><div class=\"tcb-flex-row tcb--cols--1\" data-css=\"tve-u-16958b0f96f\" wfd-id=\"56\"><div class=\"tcb-flex-col\" wfd-id=\"57\"><div class=\"tcb-col\" wfd-id=\"59\"><div class=\"thrv_wrapper thrv_text_element\" wfd-id=\"60\"><p data-css=\"tve-u-16958afddb3\" style=\"text-align: center;\">PLEASE PRINT OUT THE FORM BELOW AND SEND A COMPLETED COPY IN WITH YOUR PROJECT.<br>PLEASE CLICK THE LINK BELOW TO DOWNLOAD.&nbsp;</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-16958b1f280\" data-tcb_hover_state_parent=\"\" data-button-style=\"ghost\" wfd-id=\"50\">\n	<a href=\"https://bestcerakoteflorida.com/wp-content/uploads/2019/03/Blackhawk-Order-Form-PDF-fillable-2.pdf\" class=\"tcb-button-link\" target=\"_blank\">\n		<span class=\"tcb-button-texts\" wfd-id=\"51\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-16958b52a26\" wfd-id=\"52\">DOWNLOAD FORM</span></span>\n	</a>\n</div><div class=\"thrv_wrapper thrv_text_element\" wfd-id=\"47\"><p style=\"text-align: center;\">If you have problems downloading the form,<a href=\"mailto:nick@blackhawkcustom.com\" target=\"_blank\"> please contact</a> us and we\'ll email you a copy.â€‹<a href=\"mailto:nick@blackhawkcustom.com\" target=\"_blank\">â€‹</a>â€‹â€‹â€‹</p></div></div>\n</div></div>\n</div>'),(6043,526,'tve_content_more_found',''),(6044,526,'tve_custom_css','@media (min-width: 300px){[data-css=\"tve-u-16958a6f7cc\"] { min-height: 1px !important; max-width: 1200px; min-width: 100%; }[data-css=\"tve-u-16958aae4f1\"] { padding: 0px !important; }[data-css=\"tve-u-16958ab69fe\"] { min-height: 1px; }[data-css=\"tve-u-16958ab69fe\"] p { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-16958ab69fe\"] h1 { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-16958ab69fe\"] h2 { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-16958ab69fe\"] h3 { margin: 0px !important; padding: 0px !important; }#tve_editor [data-css=\"tve-u-16958a6f7cc\"] p, #tve_editor [data-css=\"tve-u-16958a6f7cc\"] li, #tve_editor [data-css=\"tve-u-16958a6f7cc\"] blockquote, #tve_editor [data-css=\"tve-u-16958a6f7cc\"] address, #tve_editor [data-css=\"tve-u-16958a6f7cc\"] .tcb-plain-text, #tve_editor [data-css=\"tve-u-16958a6f7cc\"] label, #tve_editor [data-css=\"tve-u-16958a6f7cc\"] h1, #tve_editor [data-css=\"tve-u-16958a6f7cc\"] h2, #tve_editor [data-css=\"tve-u-16958a6f7cc\"] h3, #tve_editor [data-css=\"tve-u-16958a6f7cc\"] h4, #tve_editor [data-css=\"tve-u-16958a6f7cc\"] h5, #tve_editor [data-css=\"tve-u-16958a6f7cc\"] h6 { color: rgb(0, 0, 0); }#tve_editor .thrv-content-box [data-css=\"tve-u-16958ab69fe\"] p, #tve_editor .thrv-content-box [data-css=\"tve-u-16958ab69fe\"] li, #tve_editor .thrv-content-box [data-css=\"tve-u-16958ab69fe\"] blockquote, #tve_editor .thrv-content-box [data-css=\"tve-u-16958ab69fe\"] address, #tve_editor .thrv-content-box [data-css=\"tve-u-16958ab69fe\"] .tcb-plain-text, #tve_editor .thrv-content-box [data-css=\"tve-u-16958ab69fe\"] label, #tve_editor .thrv-content-box [data-css=\"tve-u-16958ab69fe\"] h1, #tve_editor .thrv-content-box [data-css=\"tve-u-16958ab69fe\"] h2, #tve_editor .thrv-content-box [data-css=\"tve-u-16958ab69fe\"] h3, #tve_editor .thrv-content-box [data-css=\"tve-u-16958ab69fe\"] h4, #tve_editor .thrv-content-box [data-css=\"tve-u-16958ab69fe\"] h5, #tve_editor .thrv-content-box [data-css=\"tve-u-16958ab69fe\"] h6 { color: rgb(0, 0, 0); }#tve_editor [data-css=\"tve-u-16958adfe2e\"] { font-size: 21px !important; color: rgb(0, 0, 0) !important; }[data-css=\"tve-u-16958afddb3\"] { line-height: 2.25em !important; }#tve_editor [data-css=\"tve-u-16958afddb3\"] { text-transform: capitalize !important; }[data-css=\"tve-u-16958b0f96f\"] { padding-top: 5px !important; }[data-css=\"tve-u-16958b1f280\"] .tcb-button-link { border: 1px solid rgb(0, 0, 0); overflow: hidden; background-color: rgba(26, 188, 156, 0) !important; color: rgb(26, 188, 156) !important; border-radius: 10px; }#tve_editor [data-css=\"tve-u-16958b1f280\"]:hover .tcb-button-link { background-color: rgb(225, 225, 225) !important; color: rgb(255, 255, 255) !important; background-image: none !important; border-color: rgb(37, 37, 37) !important; }#tve_editor [data-css=\"tve-u-16958b1f280\"] .tcb-button-link span { color: rgb(0, 0, 0); }#tve_editor [data-css=\"tve-u-16958b52a26\"] { font-size: 16px !important; }}'),(6045,526,'tve_user_custom_css',''),(6046,526,'tve_page_events','a:0:{}'),(6047,526,'tve_updated_post','<div class=\"thrv_wrapper thrv-page-section tcb-window-width\" wfd-id=\"43\" style=\"width: 1603px; left: -201.5px;\">\n	<div class=\"tve-page-section-out\" wfd-id=\"67\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16958a6f7cc\" wfd-id=\"44\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16958aae4f1\" wfd-id=\"45\">\n	<div class=\"tve-content-box-background\" wfd-id=\"66\"></div>\n	<div class=\"tve-cb\" data-css=\"tve-u-16958ab69fe\" wfd-id=\"46\"><div class=\"thrv_wrapper thrv_text_element\" wfd-id=\"63\"><p data-css=\"tve-u-16958adfe2e\" style=\"text-align: center;\">WORK ORDER</p></div><div class=\"thrv_wrapper thrv-columns\" wfd-id=\"55\"><div class=\"tcb-flex-row tcb--cols--1\" data-css=\"tve-u-16958b0f96f\" wfd-id=\"56\"><div class=\"tcb-flex-col\" wfd-id=\"57\"><div class=\"tcb-col\" wfd-id=\"59\"><div class=\"thrv_wrapper thrv_text_element\" wfd-id=\"60\"><p data-css=\"tve-u-16958afddb3\" style=\"text-align: center;\">PLEASE PRINT OUT THE FORM BELOW AND SEND A COMPLETED COPY IN WITH YOUR PROJECT.<br>PLEASE CLICK THE LINK BELOW TO DOWNLOAD.&nbsp;</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-16958b1f280\" data-tcb_hover_state_parent=\"\" data-button-style=\"ghost\" wfd-id=\"50\">\n	<a href=\"https://bestcerakoteflorida.com/wp-content/uploads/2019/03/Blackhawk-Order-Form-PDF-fillable-2.pdf\" class=\"tcb-button-link\" target=\"_blank\">\n		<span class=\"tcb-button-texts\" wfd-id=\"51\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-16958b52a26\" wfd-id=\"52\">DOWNLOAD FORM</span></span>\n	</a>\n</div><div class=\"thrv_wrapper thrv_text_element\" wfd-id=\"47\"><p style=\"text-align: center;\">If you have problems downloading the form,<a href=\"mailto:nick@blackhawkcustom.com\" target=\"_blank\"> please contact</a> us and we\'ll email you a copy.â€‹<a href=\"mailto:nick@blackhawkcustom.com\" target=\"_blank\">â€‹</a>â€‹â€‹â€‹</p></div></div>\n</div></div>\n</div>'),(6048,526,'tcb_editor_enabled','1'),(6049,529,'tve_revision_tve_landing_page',''),(6050,529,'tve_revision_tve_landing_set',''),(6051,529,'tve_revision_tve_disable_theme_dependency',''),(6052,529,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv-page-section\" wfd-id=\"38\">\n	<div class=\"tve-page-section-out\" wfd-id=\"43\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16958a6f7cc\" wfd-id=\"39\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16958aae4f1\" wfd-id=\"40\">\n	<div class=\"tve-content-box-background\" wfd-id=\"42\"></div>\n	<div class=\"tve-cb\" data-css=\"tve-u-16958ab69fe\" wfd-id=\"41\"></div>\n</div></div>\n</div>'),(6053,529,'tve_revision_tve_content_more_found',''),(6054,529,'tve_revision_tve_save_post',''),(6055,529,'tve_revision_tve_custom_css','@media (min-width: 300px){[data-css=\"tve-u-16958a6f7cc\"] { min-height: 1px !important; }[data-css=\"tve-u-16958aae4f1\"] { padding: 0px !important; }[data-css=\"tve-u-16958ab69fe\"] { min-height: 1px; }[data-css=\"tve-u-16958ab69fe\"] p { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-16958ab69fe\"] h1 { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-16958ab69fe\"] h2 { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-16958ab69fe\"] h3 { margin: 0px !important; padding: 0px !important; }}'),(6056,529,'tve_revision_tve_user_custom_css',''),(6057,529,'tve_revision_tve_page_events','a:0:{}'),(6058,529,'tve_revision_tve_globals',''),(6059,529,'tve_revision_tve_global_scripts',''),(6060,529,'tve_revision_thrive_icon_pack',''),(6061,529,'tve_revision_thrive_tcb_post_fonts',''),(6062,529,'tve_revision_tve_has_masonry',''),(6063,529,'tve_revision_tve_has_typefocus',''),(6064,529,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv-page-section\" wfd-id=\"38\">\n	<div class=\"tve-page-section-out\" wfd-id=\"43\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16958a6f7cc\" wfd-id=\"39\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16958aae4f1\" wfd-id=\"40\">\n	<div class=\"tve-content-box-background\" wfd-id=\"42\"></div>\n	<div class=\"tve-cb\" data-css=\"tve-u-16958ab69fe\" wfd-id=\"41\"></div>\n</div></div>\n</div>'),(6065,529,'tve_revision_tve_has_wistia_popover',''),(6066,526,'tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(6067,526,'thrive_tcb_post_fonts','a:0:{}'),(6068,526,'thrive_icon_pack','0'),(6069,526,'tve_has_masonry','0'),(6070,526,'tve_has_typefocus','0'),(6071,526,'tve_has_wistia_popover','0'),(6072,530,'tve_revision_tve_landing_page',''),(6073,530,'tve_revision_tve_landing_set',''),(6074,530,'tve_revision_tve_disable_theme_dependency',''),(6075,530,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv-page-section\" wfd-id=\"38\">\n	<div class=\"tve-page-section-out\" wfd-id=\"43\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16958a6f7cc\" wfd-id=\"39\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16958aae4f1\" wfd-id=\"40\">\n	<div class=\"tve-content-box-background\" wfd-id=\"42\"></div>\n	<div class=\"tve-cb\" data-css=\"tve-u-16958ab69fe\" wfd-id=\"41\"></div>\n</div></div>\n</div>'),(6076,530,'tve_revision_tve_content_more_found',''),(6077,530,'tve_revision_tve_save_post',''),(6078,530,'tve_revision_tve_custom_css','@media (min-width: 300px){[data-css=\"tve-u-16958a6f7cc\"] { min-height: 1px !important; }[data-css=\"tve-u-16958aae4f1\"] { padding: 0px !important; }[data-css=\"tve-u-16958ab69fe\"] { min-height: 1px; }[data-css=\"tve-u-16958ab69fe\"] p { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-16958ab69fe\"] h1 { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-16958ab69fe\"] h2 { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-16958ab69fe\"] h3 { margin: 0px !important; padding: 0px !important; }}'),(6079,530,'tve_revision_tve_user_custom_css',''),(6080,530,'tve_revision_tve_page_events','a:0:{}'),(6081,530,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(6082,530,'tve_revision_tve_global_scripts',''),(6083,530,'tve_revision_thrive_icon_pack','0'),(6084,530,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(6085,530,'tve_revision_tve_has_masonry','0'),(6086,530,'tve_revision_tve_has_typefocus','0'),(6087,530,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv-page-section\" wfd-id=\"38\">\n	<div class=\"tve-page-section-out\" wfd-id=\"43\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16958a6f7cc\" wfd-id=\"39\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16958aae4f1\" wfd-id=\"40\">\n	<div class=\"tve-content-box-background\" wfd-id=\"42\"></div>\n	<div class=\"tve-cb\" data-css=\"tve-u-16958ab69fe\" wfd-id=\"41\"></div>\n</div></div>\n</div>'),(6088,530,'tve_revision_tve_has_wistia_popover','0'),(6089,531,'tve_revision_tve_landing_page',''),(6090,531,'tve_revision_tve_landing_set',''),(6091,531,'tve_revision_tve_disable_theme_dependency',''),(6092,531,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv-page-section\" wfd-id=\"39\">\n	<div class=\"tve-page-section-out\" wfd-id=\"62\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16958a6f7cc\" wfd-id=\"40\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16958aae4f1\" wfd-id=\"41\">\n	<div class=\"tve-content-box-background\" wfd-id=\"61\"></div>\n	<div class=\"tve-cb\" data-css=\"tve-u-16958ab69fe\" wfd-id=\"42\"><div class=\"thrv_wrapper thrv_text_element\" wfd-id=\"57\"><p style=\"text-align: center;\" data-css=\"tve-u-16958adfe2e\">WORK ORDER</p></div><div class=\"thrv_wrapper thrv-columns\" wfd-id=\"48\"><div class=\"tcb-flex-row tcb--cols--1\" data-css=\"tve-u-16958b0f96f\" wfd-id=\"49\"><div class=\"tcb-flex-col\" wfd-id=\"50\"><div class=\"tcb-col\" wfd-id=\"52\"><div class=\"thrv_wrapper thrv_text_element\" wfd-id=\"53\"><p data-css=\"tve-u-16958afddb3\" style=\"text-align: center;\">PLEASE PRINT OUT THE FORM BELOW AND SEND A COMPLETED COPY IN WITH YOUR PROJECT.<br>PLEASE CLICK THE LINK BELOW TO DOWNLOAD.&nbsp;</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-16958b1f280\" data-tcb_hover_state_parent=\"\" data-button-style=\"ghost\" wfd-id=\"43\">\n	<a href=\"https://bestcerakoteflorida.com/wp-content/uploads/2019/03/Blackhawk-Order-Form-PDF-fillable-2.pdf\" class=\"tcb-button-link\" target=\"_blank\">\n		<span class=\"tcb-button-texts\" wfd-id=\"44\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-16958b52a26\" wfd-id=\"45\">DOWNLOAD FORM</span></span>\n	</a>\n</div></div>\n</div></div>\n</div>'),(14014,7018,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579749052;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(5503,454,'tve_revision_tve_landing_page','tcb2-personal-branding-confirmation'),(5504,454,'tve_revision_tve_landing_set',''),(5505,454,'tve_revision_tve_disable_theme_dependency',''),(5506,454,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15df1296330\" wfd-id=\"33\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15df12ac35e\" wfd-id=\"64\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"34\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15df12e248d\" data-tag=\"h1\" wfd-id=\"61\"><h1 data-css=\"tve-u-15df1bff4b2\" style=\"text-align: center;\"><strong>Thank You</strong>&nbsp;for Signing Up!</h1></div><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15df130aef7\" data-tag=\"h2\" wfd-id=\"58\"><h2 data-css=\"tve-u-15df1c04f57\" style=\"text-align: center;\">Please watch the video below see why We Choose CERAKOTE and why we think you Should too<strong>:</strong></h2></div><div class=\"thrv_responsive_video thrv_wrapper rv_style_lifted_style4\" data-type=\"youtube\" data-url=\"https://www.youtube.com/watch?v=KNErxFen3FY\" data-css=\"tve-u-15df1d58e27\" data-showinfo=\"0\" data-modestbranding=\"1\" data-rel=\"0\" data-fs=\"0\" data-controls=\"0\" wfd-id=\"55\">\n<div class=\"tve_responsive_video_container\" wfd-id=\"56\">\n<div class=\"video_overlay\" wfd-id=\"57\"></div>\n<iframe data-code=\"KNErxFen3FY\" data-provider=\"youtube\" src=\"https://www.youtube.com/embed/KNErxFen3FY?rel=0&amp;modestbranding=1&amp;controls=0&amp;showinfo=0&amp;fs=0&amp;wmode=transparent\" data-src=\"https://www.youtube.com/embed/KNErxFen3FY?rel=0&amp;modestbranding=1&amp;controls=0&amp;showinfo=0&amp;fs=0&amp;wmode=transparent\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\n</div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15df15f31cd\" wfd-id=\"35\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-15df15d7b79\" wfd-id=\"36\"><div class=\"tcb-flex-col\" data-css=\"tve-u-15df15ddafa\" style=\"\" wfd-id=\"50\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"52\"><div class=\"thrv_wrapper tve_image_caption tcb-mobile-hidden\" data-css=\"tve-u-15df15596cf\" wfd-id=\"53\"><span class=\"tve_image_frame\" wfd-id=\"54\"><img class=\"tve_image wp-image-282\" alt=\"\" width=\"1024\" height=\"938\" title=\"CertifiedLogo\" data-id=\"282\" src=\"//bestcerakoteflorida.com/wp-content/uploads/2018/09/CertifiedLogo-1024x938.png\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-15df15ddb0b\" style=\"\" wfd-id=\"37\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15df1c0d52f\" wfd-id=\"39\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15df15c5c47\" data-tag=\"h3\" wfd-id=\"47\"><h3><strong>You are only one step away from getting your 10% Off Certificate!</strong></h3></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15df15c74d6\" wfd-id=\"44\"><p>Please go to your email inbox and look for the email I just sent you. The subject line is \"10% Off\" and the email is sent by \"Nikolas Xifaras\".</p></div><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15df15c5c47\" data-tag=\"h3\" wfd-id=\"41\"><h3><strong>Open the email and click on the confirmation link inside.<br></strong></h3></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15df15c74d6\" wfd-id=\"40\"><p>Done! That\'s all we need, to ensure that we got the right email address and that you will get your certificate!</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15df1609c61\" wfd-id=\"31\"><p data-css=\"tve-u-15df1610b5c\" style=\"text-align: center;\"><span style=\"font-size: 13px; font-family: &quot;Ek Mukta&quot;; font-weight: 200;\" wfd-id=\"32\">Â© {tcb_current_year} ACME Inc | Disclaimer</span></p></div>'),(5507,454,'tve_revision_tve_content_more_found',''),(5508,454,'tve_revision_tve_save_post',''),(5509,454,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Special+Elite:&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Ek+Mukta:200,400,300&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-15df1d58e27\"] { max-width: 748px; margin: 0px auto 10px !important; }[data-css=\"tve-u-15df1610b5c\"] { line-height: 20px !important; }[data-css=\"tve-u-15df1609c61\"] { padding-left: 20px !important; padding-right: 20px !important; margin-left: auto !important; margin-right: auto !important; margin-bottom: 20px !important; }[data-css=\"tve-u-15df15f31cd\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-15df15d7b79\"] { max-width: 916px; margin-left: auto !important; margin-right: auto !important; padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-15df15ddb0b\"] { max-width: 76.4%; }[data-css=\"tve-u-15df15ddafa\"] { max-width: 23.6%; }[data-css=\"tve-u-15df15c74d6\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-15df15c5c47\"] { margin-bottom: 15px !important; margin-top: 14px !important; }[data-css=\"tve-u-15df15596cf\"] { width: 164px; border: 0px solid rgb(255, 255, 255); border-radius: 0px; overflow: hidden; float: none; margin: 0px auto !important; }[data-css=\"tve-u-15df130aef7\"] { max-width: 748px; margin-left: auto !important; margin-right: auto !important; margin-bottom: 50px !important; }[data-css=\"tve-u-15df12e248d\"] { max-width: 750px; margin: 33px auto 10px !important; }[data-css=\"tve-u-15df12ac35e\"] { box-shadow: rgba(0, 0, 0, 0.11) 3px 3px 12px 0px; background-color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15df1296330\"] { max-width: 1080px; margin: 50px auto 0px !important; padding: 15px 40px !important; }[data-css=\"tve-u-15df125dc15\"] { background-image: none !important; background-color: rgb(0, 0, 0) !important; }#tcb_landing_page h3 { font-family: \"Ek Mukta\"; font-weight: 200; font-size: 20px; line-height: 20px; }#tcb_landing_page p, #tcb_landing_page li { font-family: \"Ek Mukta\"; font-weight: 200; font-size: 18px; line-height: 27px; }#tcb_landing_page h2 { font-family: \"Ek Mukta\"; font-weight: 200; font-size: 22px; line-height: 33px; color: rgb(51, 51, 51); }#tcb_landing_page h1 { font-family: \"Ek Mukta\"; font-weight: 200; font-size: 56px; line-height: 56px; }#tve_editor [data-css=\"tve-u-15df1bff4b2\"] { font-family: \"Special Elite\" !important; }#tve_editor [data-css=\"tve-u-15df1c04f57\"] { font-family: \"Special Elite\" !important; text-transform: capitalize !important; color: rgb(143, 2, 32) !important; }}@media (max-width: 1023px){[data-css=\"tve-u-15df130aef7\"] { margin-bottom: 33px !important; }[data-css=\"tve-u-15df15596cf\"] { margin-top: 8px !important; }[data-css=\"tve-u-15df1296330\"] { margin-left: 20px !important; margin-right: 20px !important; }}@media (max-width: 767px){[data-css=\"tve-u-15df1c0d52f\"] { margin-top: 18px !important; }[data-css=\"tve-u-15df12e248d\"] { margin-top: 1px !important; }[data-css=\"tve-u-15df1c04f57\"] { line-height: 1.35em !important; }#tve_editor [data-css=\"tve-u-15df1c04f57\"] { font-size: 18px !important; }[data-css=\"tve-u-15df1bff4b2\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-15df1bff4b2\"] { font-size: 37px !important; }[data-css=\"tve-u-15df1296330\"] { padding-left: 30px !important; padding-right: 30px !important; }[data-css=\"tve-u-15df1d58e27\"] { float: none; width: 100%; margin-left: auto !important; margin-right: auto !important; }}'),(5510,454,'tve_revision_tve_user_custom_css','.thrv_text_element p { margin: 0;}\n.thrv_heading h1,h2,h3 {margin: 0;}\n'),(5511,454,'tve_revision_tve_page_events','a:0:{}'),(5512,454,'tve_revision_tve_globals','a:2:{s:8:\"body_css\";s:17:\"tve-u-15df125dc15\";s:8:\"font_cls\";a:0:{}}'),(5513,454,'tve_revision_tve_global_scripts',''),(5514,454,'tve_revision_thrive_icon_pack','0'),(5515,454,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(5516,454,'tve_revision_tve_has_masonry','0'),(5517,454,'tve_revision_tve_has_typefocus','0'),(5518,454,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15df1296330\" wfd-id=\"33\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15df12ac35e\" wfd-id=\"64\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"34\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15df12e248d\" data-tag=\"h1\" wfd-id=\"61\"><h1 data-css=\"tve-u-15df1bff4b2\" style=\"text-align: center;\"><strong>Thank You</strong>&nbsp;for Signing Up!</h1></div><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15df130aef7\" data-tag=\"h2\" wfd-id=\"58\"><h2 data-css=\"tve-u-15df1c04f57\" style=\"text-align: center;\">Please watch the video below see why We Choose CERAKOTE and why we think you Should too<strong>:</strong></h2></div><div class=\"thrv_responsive_video thrv_wrapper rv_style_lifted_style4\" data-type=\"youtube\" data-url=\"https://www.youtube.com/watch?v=KNErxFen3FY\" data-css=\"tve-u-15df1d58e27\" data-showinfo=\"0\" data-modestbranding=\"1\" data-rel=\"0\" data-fs=\"0\" data-controls=\"0\" wfd-id=\"55\">\n<div class=\"tve_responsive_video_container\" wfd-id=\"56\">\n<div class=\"video_overlay\" wfd-id=\"57\"></div>\n<iframe data-code=\"KNErxFen3FY\" data-provider=\"youtube\" src=\"https://www.youtube.com/embed/KNErxFen3FY?rel=0&amp;modestbranding=1&amp;controls=0&amp;showinfo=0&amp;fs=0&amp;wmode=transparent\" data-src=\"https://www.youtube.com/embed/KNErxFen3FY?rel=0&amp;modestbranding=1&amp;controls=0&amp;showinfo=0&amp;fs=0&amp;wmode=transparent\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\n</div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15df15f31cd\" wfd-id=\"35\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-15df15d7b79\" wfd-id=\"36\"><div class=\"tcb-flex-col\" data-css=\"tve-u-15df15ddafa\" style=\"\" wfd-id=\"50\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"52\"><div class=\"thrv_wrapper tve_image_caption tcb-mobile-hidden\" data-css=\"tve-u-15df15596cf\" wfd-id=\"53\"><span class=\"tve_image_frame\" wfd-id=\"54\"><img class=\"tve_image wp-image-282\" alt=\"\" width=\"1024\" height=\"938\" title=\"CertifiedLogo\" data-id=\"282\" src=\"//bestcerakoteflorida.com/wp-content/uploads/2018/09/CertifiedLogo-1024x938.png\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-15df15ddb0b\" style=\"\" wfd-id=\"37\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15df1c0d52f\" wfd-id=\"39\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15df15c5c47\" data-tag=\"h3\" wfd-id=\"47\"><h3><strong>You are only one step away from getting your 10% Off Certificate!</strong></h3></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15df15c74d6\" wfd-id=\"44\"><p>Please go to your email inbox and look for the email I just sent you. The subject line is \"10% Off\" and the email is sent by \"Nikolas Xifaras\".</p></div><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15df15c5c47\" data-tag=\"h3\" wfd-id=\"41\"><h3><strong>Open the email and click on the confirmation link inside.<br></strong></h3></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15df15c74d6\" wfd-id=\"40\"><p>Done! That\'s all we need, to ensure that we got the right email address and that you will get your certificate!</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15df1609c61\" wfd-id=\"31\"><p data-css=\"tve-u-15df1610b5c\" style=\"text-align: center;\"><span style=\"font-size: 13px; font-family: &quot;Ek Mukta&quot;; font-weight: 200;\" wfd-id=\"32\">Â© {tcb_current_year} ACME Inc | Disclaimer</span></p></div>'),(5519,454,'tve_revision_tve_has_wistia_popover','0'),(5520,454,'tve_revision_tve_landing_page','tcb2-personal-branding-confirmation'),(5521,454,'tve_revision_tve_landing_set',''),(5522,454,'tve_revision_tve_disable_theme_dependency',''),(5523,454,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15df1296330\" wfd-id=\"33\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15df12ac35e\" wfd-id=\"64\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"34\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15df12e248d\" data-tag=\"h1\" wfd-id=\"61\"><h1 data-css=\"tve-u-15df1bff4b2\" style=\"text-align: center;\"><strong>Thank You</strong>&nbsp;for Signing Up!</h1></div><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15df130aef7\" data-tag=\"h2\" wfd-id=\"58\"><h2 data-css=\"tve-u-15df1c04f57\" style=\"text-align: center;\">Please watch the video below see why We Choose CERAKOTE and why we think you Should too<strong>:</strong></h2></div><div class=\"thrv_responsive_video thrv_wrapper rv_style_lifted_style4\" data-type=\"youtube\" data-url=\"https://www.youtube.com/watch?v=KNErxFen3FY\" data-css=\"tve-u-15df1d58e27\" data-showinfo=\"0\" data-modestbranding=\"1\" data-rel=\"0\" data-fs=\"0\" data-controls=\"0\" wfd-id=\"55\">\n<div class=\"tve_responsive_video_container\" wfd-id=\"56\">\n<div class=\"video_overlay\" wfd-id=\"57\"></div>\n<iframe data-code=\"KNErxFen3FY\" data-provider=\"youtube\" src=\"https://www.youtube.com/embed/KNErxFen3FY?rel=0&amp;modestbranding=1&amp;controls=0&amp;showinfo=0&amp;fs=0&amp;wmode=transparent\" data-src=\"https://www.youtube.com/embed/KNErxFen3FY?rel=0&amp;modestbranding=1&amp;controls=0&amp;showinfo=0&amp;fs=0&amp;wmode=transparent\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\n</div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15df15f31cd\" wfd-id=\"35\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-15df15d7b79\" wfd-id=\"36\"><div class=\"tcb-flex-col\" data-css=\"tve-u-15df15ddafa\" style=\"\" wfd-id=\"50\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"52\"><div class=\"thrv_wrapper tve_image_caption tcb-mobile-hidden\" data-css=\"tve-u-15df15596cf\" wfd-id=\"53\"><span class=\"tve_image_frame\" wfd-id=\"54\"><img class=\"tve_image wp-image-282\" alt=\"\" width=\"1024\" height=\"938\" title=\"CertifiedLogo\" data-id=\"282\" src=\"//bestcerakoteflorida.com/wp-content/uploads/2018/09/CertifiedLogo-1024x938.png\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-15df15ddb0b\" style=\"\" wfd-id=\"37\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15df1c0d52f\" wfd-id=\"39\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15df15c5c47\" data-tag=\"h3\" wfd-id=\"47\"><h3><strong>You are only one step away from getting your 10% Off Certificate!</strong></h3></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15df15c74d6\" wfd-id=\"44\"><p>Please go to your email inbox and look for the email I just sent you. The subject line is \"10% Off\" and the email is sent by \"Nikolas Xifaras\".</p></div><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15df15c5c47\" data-tag=\"h3\" wfd-id=\"41\"><h3><strong>Open the email and click on the confirmation link inside.<br></strong></h3></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15df15c74d6\" wfd-id=\"40\"><p>Done! That\'s all we need, to ensure that we got the right email address and that you will get your certificate!</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15df1609c61\" wfd-id=\"31\"><p data-css=\"tve-u-15df1610b5c\" style=\"text-align: center;\"><span style=\"font-size: 13px; font-family: &quot;Ek Mukta&quot;; font-weight: 200;\" wfd-id=\"32\">Â© {tcb_current_year} ACME Inc | Disclaimer</span></p></div>'),(5524,454,'tve_revision_tve_content_more_found',''),(5525,454,'tve_revision_tve_save_post',''),(5526,454,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Special+Elite:&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Ek+Mukta:200,400,300&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-15df1d58e27\"] { max-width: 748px; margin: 0px auto 10px !important; }[data-css=\"tve-u-15df1610b5c\"] { line-height: 20px !important; }[data-css=\"tve-u-15df1609c61\"] { padding-left: 20px !important; padding-right: 20px !important; margin-left: auto !important; margin-right: auto !important; margin-bottom: 20px !important; }[data-css=\"tve-u-15df15f31cd\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-15df15d7b79\"] { max-width: 916px; margin-left: auto !important; margin-right: auto !important; padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-15df15ddb0b\"] { max-width: 76.4%; }[data-css=\"tve-u-15df15ddafa\"] { max-width: 23.6%; }[data-css=\"tve-u-15df15c74d6\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-15df15c5c47\"] { margin-bottom: 15px !important; margin-top: 14px !important; }[data-css=\"tve-u-15df15596cf\"] { width: 164px; border: 0px solid rgb(255, 255, 255); border-radius: 0px; overflow: hidden; float: none; margin: 0px auto !important; }[data-css=\"tve-u-15df130aef7\"] { max-width: 748px; margin-left: auto !important; margin-right: auto !important; margin-bottom: 50px !important; }[data-css=\"tve-u-15df12e248d\"] { max-width: 750px; margin: 33px auto 10px !important; }[data-css=\"tve-u-15df12ac35e\"] { box-shadow: rgba(0, 0, 0, 0.11) 3px 3px 12px 0px; background-color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15df1296330\"] { max-width: 1080px; margin: 50px auto 0px !important; padding: 15px 40px !important; }[data-css=\"tve-u-15df125dc15\"] { background-image: none !important; background-color: rgb(0, 0, 0) !important; }#tcb_landing_page h3 { font-family: \"Ek Mukta\"; font-weight: 200; font-size: 20px; line-height: 20px; }#tcb_landing_page p, #tcb_landing_page li { font-family: \"Ek Mukta\"; font-weight: 200; font-size: 18px; line-height: 27px; }#tcb_landing_page h2 { font-family: \"Ek Mukta\"; font-weight: 200; font-size: 22px; line-height: 33px; color: rgb(51, 51, 51); }#tcb_landing_page h1 { font-family: \"Ek Mukta\"; font-weight: 200; font-size: 56px; line-height: 56px; }#tve_editor [data-css=\"tve-u-15df1bff4b2\"] { font-family: \"Special Elite\" !important; }#tve_editor [data-css=\"tve-u-15df1c04f57\"] { font-family: \"Special Elite\" !important; text-transform: capitalize !important; color: rgb(143, 2, 32) !important; }}@media (max-width: 1023px){[data-css=\"tve-u-15df130aef7\"] { margin-bottom: 33px !important; }[data-css=\"tve-u-15df15596cf\"] { margin-top: 8px !important; }[data-css=\"tve-u-15df1296330\"] { margin-left: 20px !important; margin-right: 20px !important; }}@media (max-width: 767px){[data-css=\"tve-u-15df1c0d52f\"] { margin-top: 18px !important; }[data-css=\"tve-u-15df12e248d\"] { margin-top: 1px !important; }[data-css=\"tve-u-15df1c04f57\"] { line-height: 1.35em !important; }#tve_editor [data-css=\"tve-u-15df1c04f57\"] { font-size: 18px !important; }[data-css=\"tve-u-15df1bff4b2\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-15df1bff4b2\"] { font-size: 37px !important; }[data-css=\"tve-u-15df1296330\"] { padding-left: 30px !important; padding-right: 30px !important; }[data-css=\"tve-u-15df1d58e27\"] { float: none; width: 100%; margin-left: auto !important; margin-right: auto !important; }}'),(5527,454,'tve_revision_tve_user_custom_css','.thrv_text_element p { margin: 0;}\n.thrv_heading h1,h2,h3 {margin: 0;}\n'),(5528,454,'tve_revision_tve_page_events','a:0:{}'),(5529,454,'tve_revision_tve_globals','a:2:{s:8:\"body_css\";s:17:\"tve-u-15df125dc15\";s:8:\"font_cls\";a:0:{}}'),(5530,454,'tve_revision_tve_global_scripts',''),(5531,454,'tve_revision_thrive_icon_pack','0'),(5532,454,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(5533,454,'tve_revision_tve_has_masonry','0'),(5534,454,'tve_revision_tve_has_typefocus','0'),(5535,454,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15df1296330\" wfd-id=\"33\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15df12ac35e\" wfd-id=\"64\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"34\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15df12e248d\" data-tag=\"h1\" wfd-id=\"61\"><h1 data-css=\"tve-u-15df1bff4b2\" style=\"text-align: center;\"><strong>Thank You</strong>&nbsp;for Signing Up!</h1></div><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15df130aef7\" data-tag=\"h2\" wfd-id=\"58\"><h2 data-css=\"tve-u-15df1c04f57\" style=\"text-align: center;\">Please watch the video below see why We Choose CERAKOTE and why we think you Should too<strong>:</strong></h2></div><div class=\"thrv_responsive_video thrv_wrapper rv_style_lifted_style4\" data-type=\"youtube\" data-url=\"https://www.youtube.com/watch?v=KNErxFen3FY\" data-css=\"tve-u-15df1d58e27\" data-showinfo=\"0\" data-modestbranding=\"1\" data-rel=\"0\" data-fs=\"0\" data-controls=\"0\" wfd-id=\"55\">\n<div class=\"tve_responsive_video_container\" wfd-id=\"56\">\n<div class=\"video_overlay\" wfd-id=\"57\"></div>\n<iframe data-code=\"KNErxFen3FY\" data-provider=\"youtube\" src=\"https://www.youtube.com/embed/KNErxFen3FY?rel=0&amp;modestbranding=1&amp;controls=0&amp;showinfo=0&amp;fs=0&amp;wmode=transparent\" data-src=\"https://www.youtube.com/embed/KNErxFen3FY?rel=0&amp;modestbranding=1&amp;controls=0&amp;showinfo=0&amp;fs=0&amp;wmode=transparent\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\n</div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15df15f31cd\" wfd-id=\"35\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-15df15d7b79\" wfd-id=\"36\"><div class=\"tcb-flex-col\" data-css=\"tve-u-15df15ddafa\" style=\"\" wfd-id=\"50\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"52\"><div class=\"thrv_wrapper tve_image_caption tcb-mobile-hidden\" data-css=\"tve-u-15df15596cf\" wfd-id=\"53\"><span class=\"tve_image_frame\" wfd-id=\"54\"><img class=\"tve_image wp-image-282\" alt=\"\" width=\"1024\" height=\"938\" title=\"CertifiedLogo\" data-id=\"282\" src=\"//bestcerakoteflorida.com/wp-content/uploads/2018/09/CertifiedLogo-1024x938.png\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-15df15ddb0b\" style=\"\" wfd-id=\"37\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15df1c0d52f\" wfd-id=\"39\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15df15c5c47\" data-tag=\"h3\" wfd-id=\"47\"><h3><strong>You are only one step away from getting your 10% Off Certificate!</strong></h3></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15df15c74d6\" wfd-id=\"44\"><p>Please go to your email inbox and look for the email I just sent you. The subject line is \"10% Off\" and the email is sent by \"Nikolas Xifaras\".</p></div><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15df15c5c47\" data-tag=\"h3\" wfd-id=\"41\"><h3><strong>Open the email and click on the confirmation link inside.<br></strong></h3></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15df15c74d6\" wfd-id=\"40\"><p>Done! That\'s all we need, to ensure that we got the right email address and that you will get your certificate!</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15df1609c61\" wfd-id=\"31\"><p data-css=\"tve-u-15df1610b5c\" style=\"text-align: center;\"><span style=\"font-size: 13px; font-family: &quot;Ek Mukta&quot;; font-weight: 200;\" wfd-id=\"32\">Â© {tcb_current_year} ACME Inc | Disclaimer</span></p></div>'),(5536,454,'tve_revision_tve_has_wistia_popover','0'),(5537,511,'tve_revision_tve_landing_page','tcb2-personal-branding-confirmation'),(5538,511,'tve_revision_tve_landing_set',''),(5539,511,'tve_revision_tve_disable_theme_dependency',''),(5540,511,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15df1296330\" wfd-id=\"33\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15df12ac35e\" wfd-id=\"66\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"34\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15df12e248d\" data-tag=\"h1\" wfd-id=\"63\"><h1 data-css=\"tve-u-15df1bff4b2\" style=\"text-align: center;\"><strong>Thank You</strong>&nbsp;for Signing Up!</h1></div><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15df130aef7\" data-tag=\"h2\" wfd-id=\"60\"><h2 data-css=\"tve-u-15df1c04f57\" style=\"text-align: center;\">Please watch the video below see why We Choose CERAKOTE and why we think you Should too<strong>:</strong></h2></div><div class=\"thrv_responsive_video thrv_wrapper rv_style_lifted_style4\" data-type=\"youtube\" data-url=\"https://www.youtube.com/watch?v=KNErxFen3FY\" data-css=\"tve-u-15df1d58e27\" data-showinfo=\"0\" data-modestbranding=\"1\" data-rel=\"0\" data-fs=\"0\" data-controls=\"0\" wfd-id=\"57\">\n<div class=\"tve_responsive_video_container\" wfd-id=\"58\">\n<div class=\"video_overlay\" wfd-id=\"59\"></div>\n<iframe data-code=\"KNErxFen3FY\" data-provider=\"youtube\" src=\"https://www.youtube.com/embed/KNErxFen3FY?rel=0&amp;modestbranding=1&amp;controls=0&amp;showinfo=0&amp;fs=0&amp;wmode=transparent\" data-src=\"https://www.youtube.com/embed/KNErxFen3FY?rel=0&amp;modestbranding=1&amp;controls=0&amp;showinfo=0&amp;fs=0&amp;wmode=transparent\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\n</div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15df15f31cd\" wfd-id=\"35\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-15df15d7b79\" wfd-id=\"36\"><div class=\"tcb-flex-col\" data-css=\"tve-u-15df15ddafa\" style=\"\" wfd-id=\"52\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"54\"><div class=\"thrv_wrapper tve_image_caption tcb-mobile-hidden\" data-css=\"tve-u-15df15596cf\" wfd-id=\"55\"><span class=\"tve_image_frame\" wfd-id=\"56\"><img class=\"tve_image wp-image-282\" alt=\"\" width=\"1024\" height=\"938\" title=\"CertifiedLogo\" data-id=\"282\" src=\"//bestcerakoteflorida.com/wp-content/uploads/2018/09/CertifiedLogo-1024x938.png\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-15df15ddb0b\" style=\"\" wfd-id=\"37\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15df1c0d52f\" wfd-id=\"39\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15df15c5c47\" data-tag=\"h3\" wfd-id=\"49\"><h3 data-css=\"tve-u-169546cecdd\"><strong>You are only one step away from getting your 10% Off Certificate!</strong></h3></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15df15c74d6\" wfd-id=\"46\"><p>Please go to your email inbox and look for the email I just sent you. The subject line is \"10% Off\" and the email is sent by \"Nikolas Xifaras\".</p></div><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15df15c5c47\" data-tag=\"h3\" wfd-id=\"43\"><h3><strong>Open the email and click on the confirmation link inside.<br></strong></h3></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15df15c74d6\" wfd-id=\"40\"><p>Done! That\'s all we need, to ensure that we got the right email address and that you will get your certificate!</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15df1609c61\" wfd-id=\"31\"><p data-css=\"tve-u-15df1610b5c\" style=\"text-align: center;\"><span style=\"font-size: 13px; font-family: &quot;Ek Mukta&quot;; font-weight: 200;\" wfd-id=\"32\">Â© {tcb_current_year} ACME Inc | Disclaimer</span></p></div>'),(5541,511,'tve_revision_tve_content_more_found',''),(5542,511,'tve_revision_tve_save_post',''),(5543,511,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Special+Elite:400,&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Ek+Mukta:200,400,300&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-15df1d58e27\"] { max-width: 748px; margin: 0px auto 10px !important; }[data-css=\"tve-u-15df1610b5c\"] { line-height: 20px !important; }[data-css=\"tve-u-15df1609c61\"] { padding-left: 20px !important; padding-right: 20px !important; margin-left: auto !important; margin-right: auto !important; margin-bottom: 20px !important; }[data-css=\"tve-u-15df15f31cd\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-15df15d7b79\"] { max-width: 916px; margin-left: auto !important; margin-right: auto !important; padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-15df15ddb0b\"] { max-width: 76.4%; }[data-css=\"tve-u-15df15ddafa\"] { max-width: 23.6%; }[data-css=\"tve-u-15df15c74d6\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-15df15c5c47\"] { margin-bottom: 15px !important; margin-top: 14px !important; }[data-css=\"tve-u-15df15596cf\"] { width: 164px; border: 0px solid rgb(255, 255, 255); border-radius: 0px; overflow: hidden; float: none; margin: 0px auto !important; }[data-css=\"tve-u-15df130aef7\"] { max-width: 748px; margin-left: auto !important; margin-right: auto !important; margin-bottom: 50px !important; }[data-css=\"tve-u-15df12e248d\"] { max-width: 750px; margin: 33px auto 10px !important; }[data-css=\"tve-u-15df12ac35e\"] { box-shadow: rgba(0, 0, 0, 0.11) 3px 3px 12px 0px; background-color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15df1296330\"] { max-width: 1080px; margin: 50px auto 0px !important; padding: 15px 40px !important; }[data-css=\"tve-u-15df125dc15\"] { background-image: none !important; background-color: rgb(0, 0, 0) !important; }#tcb_landing_page h3 { font-family: \"Ek Mukta\"; font-weight: 200; font-size: 20px; line-height: 20px; }#tcb_landing_page p, #tcb_landing_page li { font-family: \"Ek Mukta\"; font-weight: 200; font-size: 18px; line-height: 27px; }#tcb_landing_page h2 { font-family: \"Ek Mukta\"; font-weight: 200; font-size: 22px; line-height: 33px; color: rgb(51, 51, 51); }#tcb_landing_page h1 { font-family: \"Ek Mukta\"; font-weight: 200; font-size: 56px; line-height: 56px; }#tve_editor [data-css=\"tve-u-15df1bff4b2\"] { font-family: \"Special Elite\" !important; }#tve_editor [data-css=\"tve-u-15df1c04f57\"] { text-transform: capitalize !important; color: rgb(143, 2, 32) !important; font-family: \"Special Elite\" !important; }}@media (max-width: 1023px){[data-css=\"tve-u-15df130aef7\"] { margin-bottom: 33px !important; }[data-css=\"tve-u-15df15596cf\"] { margin-top: 8px !important; }[data-css=\"tve-u-15df1296330\"] { margin-left: 20px !important; margin-right: 20px !important; }}@media (max-width: 767px){[data-css=\"tve-u-15df1c0d52f\"] { margin-top: 18px !important; }[data-css=\"tve-u-15df12e248d\"] { margin-top: 1px !important; }[data-css=\"tve-u-15df1c04f57\"] { line-height: 1.35em !important; }#tve_editor [data-css=\"tve-u-15df1c04f57\"] { font-size: 18px !important; }[data-css=\"tve-u-15df1bff4b2\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-15df1bff4b2\"] { font-size: 37px !important; }[data-css=\"tve-u-15df1296330\"] { padding-left: 30px !important; padding-right: 30px !important; }[data-css=\"tve-u-15df1d58e27\"] { float: none; width: 100%; margin-left: auto !important; margin-right: auto !important; }}'),(5544,511,'tve_revision_tve_user_custom_css','.thrv_text_element p { margin: 0;}\n.thrv_heading h1,h2,h3 {margin: 0;}\n'),(5545,511,'tve_revision_tve_page_events','a:0:{}'),(5546,511,'tve_revision_tve_globals','a:2:{s:8:\"body_css\";s:17:\"tve-u-15df125dc15\";s:8:\"font_cls\";a:0:{}}'),(5547,511,'tve_revision_tve_global_scripts',''),(5548,511,'tve_revision_thrive_icon_pack','0'),(5549,511,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(5550,511,'tve_revision_tve_has_masonry','0'),(5551,511,'tve_revision_tve_has_typefocus','0'),(5552,511,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15df1296330\" wfd-id=\"33\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15df12ac35e\" wfd-id=\"66\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"34\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15df12e248d\" data-tag=\"h1\" wfd-id=\"63\"><h1 data-css=\"tve-u-15df1bff4b2\" style=\"text-align: center;\"><strong>Thank You</strong>&nbsp;for Signing Up!</h1></div><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15df130aef7\" data-tag=\"h2\" wfd-id=\"60\"><h2 data-css=\"tve-u-15df1c04f57\" style=\"text-align: center;\">Please watch the video below see why We Choose CERAKOTE and why we think you Should too<strong>:</strong></h2></div><div class=\"thrv_responsive_video thrv_wrapper rv_style_lifted_style4\" data-type=\"youtube\" data-url=\"https://www.youtube.com/watch?v=KNErxFen3FY\" data-css=\"tve-u-15df1d58e27\" data-showinfo=\"0\" data-modestbranding=\"1\" data-rel=\"0\" data-fs=\"0\" data-controls=\"0\" wfd-id=\"57\">\n<div class=\"tve_responsive_video_container\" wfd-id=\"58\">\n<div class=\"video_overlay\" wfd-id=\"59\"></div>\n<iframe data-code=\"KNErxFen3FY\" data-provider=\"youtube\" src=\"https://www.youtube.com/embed/KNErxFen3FY?rel=0&amp;modestbranding=1&amp;controls=0&amp;showinfo=0&amp;fs=0&amp;wmode=transparent\" data-src=\"https://www.youtube.com/embed/KNErxFen3FY?rel=0&amp;modestbranding=1&amp;controls=0&amp;showinfo=0&amp;fs=0&amp;wmode=transparent\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\n</div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15df15f31cd\" wfd-id=\"35\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-15df15d7b79\" wfd-id=\"36\"><div class=\"tcb-flex-col\" data-css=\"tve-u-15df15ddafa\" style=\"\" wfd-id=\"52\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"54\"><div class=\"thrv_wrapper tve_image_caption tcb-mobile-hidden\" data-css=\"tve-u-15df15596cf\" wfd-id=\"55\"><span class=\"tve_image_frame\" wfd-id=\"56\"><img class=\"tve_image wp-image-282\" alt=\"\" width=\"1024\" height=\"938\" title=\"CertifiedLogo\" data-id=\"282\" src=\"//bestcerakoteflorida.com/wp-content/uploads/2018/09/CertifiedLogo-1024x938.png\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-15df15ddb0b\" style=\"\" wfd-id=\"37\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15df1c0d52f\" wfd-id=\"39\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15df15c5c47\" data-tag=\"h3\" wfd-id=\"49\"><h3 data-css=\"tve-u-169546cecdd\"><strong>You are only one step away from getting your 10% Off Certificate!</strong></h3></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15df15c74d6\" wfd-id=\"46\"><p>Please go to your email inbox and look for the email I just sent you. The subject line is \"10% Off\" and the email is sent by \"Nikolas Xifaras\".</p></div><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15df15c5c47\" data-tag=\"h3\" wfd-id=\"43\"><h3><strong>Open the email and click on the confirmation link inside.<br></strong></h3></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15df15c74d6\" wfd-id=\"40\"><p>Done! That\'s all we need, to ensure that we got the right email address and that you will get your certificate!</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15df1609c61\" wfd-id=\"31\"><p data-css=\"tve-u-15df1610b5c\" style=\"text-align: center;\"><span style=\"font-size: 13px; font-family: &quot;Ek Mukta&quot;; font-weight: 200;\" wfd-id=\"32\">Â© {tcb_current_year} ACME Inc | Disclaimer</span></p></div>'),(5553,511,'tve_revision_tve_has_wistia_popover','0'),(5554,512,'tve_revision_tve_landing_page','tcb2-personal-branding-confirmation'),(5555,512,'tve_revision_tve_landing_set',''),(5556,512,'tve_revision_tve_disable_theme_dependency',''),(5557,512,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15df1296330\" wfd-id=\"34\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15df12ac35e\" wfd-id=\"67\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"35\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15df12e248d\" data-tag=\"h1\" wfd-id=\"64\"><h1 data-css=\"tve-u-15df1bff4b2\" style=\"text-align: center;\"><strong>Thank You</strong>&nbsp;for Signing Up!</h1></div><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15df130aef7\" data-tag=\"h2\" wfd-id=\"61\"><h2 data-css=\"tve-u-15df1c04f57\" style=\"text-align: center;\">Please watch the video below see why We Choose CERAKOTE and why we think you Should too<strong>:</strong></h2></div><div class=\"thrv_responsive_video thrv_wrapper rv_style_lifted_style4\" data-type=\"youtube\" data-url=\"https://www.youtube.com/watch?v=KNErxFen3FY\" data-css=\"tve-u-15df1d58e27\" data-showinfo=\"0\" data-modestbranding=\"1\" data-rel=\"0\" data-fs=\"0\" data-controls=\"0\" wfd-id=\"58\">\n<div class=\"tve_responsive_video_container\" wfd-id=\"59\">\n<div class=\"video_overlay\" wfd-id=\"60\"></div>\n<iframe data-code=\"KNErxFen3FY\" data-provider=\"youtube\" src=\"https://www.youtube.com/embed/KNErxFen3FY?rel=0&amp;modestbranding=1&amp;controls=0&amp;showinfo=0&amp;fs=0&amp;wmode=transparent\" data-src=\"https://www.youtube.com/embed/KNErxFen3FY?rel=0&amp;modestbranding=1&amp;controls=0&amp;showinfo=0&amp;fs=0&amp;wmode=transparent\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\n</div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15df15f31cd\" wfd-id=\"36\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-15df15d7b79\" wfd-id=\"37\"><div class=\"tcb-flex-col\" data-css=\"tve-u-15df15ddafa\" style=\"\" wfd-id=\"53\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"55\"><div class=\"thrv_wrapper tve_image_caption tcb-mobile-hidden\" data-css=\"tve-u-15df15596cf\" wfd-id=\"56\"><span class=\"tve_image_frame\" wfd-id=\"57\"><img class=\"tve_image wp-image-282\" alt=\"\" width=\"1024\" height=\"938\" title=\"CertifiedLogo\" data-id=\"282\" src=\"//bestcerakoteflorida.com/wp-content/uploads/2018/09/CertifiedLogo-1024x938.png\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-15df15ddb0b\" style=\"\" wfd-id=\"38\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15df1c0d52f\" wfd-id=\"40\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15df15c5c47\" data-tag=\"h3\" wfd-id=\"50\"><h3 data-css=\"tve-u-169546cecdd\"><strong>You are only one step away from getting your 10% Off Certificate!</strong></h3></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15df15c74d6\" wfd-id=\"47\"><p data-css=\"tve-u-1695477a975\">Please go to your email inbox and look for the email I just sent you. The subject line is \"10% Off\" and the email is sent by \"Nikolas Xifaras\".</p></div><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15df15c5c47\" data-tag=\"h3\" wfd-id=\"44\"><h3 data-css=\"tve-u-169547873f4\"><strong>Open the email and click on the confirmation link inside.<br></strong></h3></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15df15c74d6\" wfd-id=\"41\"><p data-css=\"tve-u-1695478fad6\">Done! That\'s all we need, to ensure that we got the right email address and that you will get your certificate!</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15df1609c61\" wfd-id=\"32\"><p data-css=\"tve-u-15df1610b5c\" style=\"text-align: center;\"><span style=\"font-size: 13px; font-family: &quot;Ek Mukta&quot;; font-weight: 200;\" wfd-id=\"33\">Â© {tcb_current_year} ACME Inc | Disclaimer</span></p></div>'),(5558,512,'tve_revision_tve_content_more_found',''),(5559,512,'tve_revision_tve_save_post',''),(5560,512,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Merriweather:400,700&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Special+Elite:400,&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Ek+Mukta:200,400,300&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-15df1d58e27\"] { max-width: 748px; margin: 0px auto 10px !important; }[data-css=\"tve-u-15df1610b5c\"] { line-height: 20px !important; }[data-css=\"tve-u-15df1609c61\"] { padding-left: 20px !important; padding-right: 20px !important; margin-left: auto !important; margin-right: auto !important; margin-bottom: 20px !important; }[data-css=\"tve-u-15df15f31cd\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-15df15d7b79\"] { max-width: 916px; margin-left: auto !important; margin-right: auto !important; padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-15df15ddb0b\"] { max-width: 76.4%; }[data-css=\"tve-u-15df15ddafa\"] { max-width: 23.6%; }[data-css=\"tve-u-15df15c74d6\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-15df15c5c47\"] { margin-bottom: 15px !important; margin-top: 14px !important; }[data-css=\"tve-u-15df15596cf\"] { width: 164px; border: 0px solid rgb(255, 255, 255); border-radius: 0px; overflow: hidden; float: none; margin: 0px auto !important; }[data-css=\"tve-u-15df130aef7\"] { max-width: 748px; margin-left: auto !important; margin-right: auto !important; margin-bottom: 50px !important; }[data-css=\"tve-u-15df12e248d\"] { max-width: 750px; margin: 33px auto 10px !important; }[data-css=\"tve-u-15df12ac35e\"] { box-shadow: rgba(0, 0, 0, 0.11) 3px 3px 12px 0px; background-color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15df1296330\"] { max-width: 1080px; margin: 50px auto 0px !important; padding: 15px 40px !important; }[data-css=\"tve-u-15df125dc15\"] { background-image: none !important; background-color: rgb(0, 0, 0) !important; }#tcb_landing_page h3 { font-family: \"Ek Mukta\"; font-weight: 200; font-size: 20px; line-height: 20px; }#tcb_landing_page p, #tcb_landing_page li { font-family: \"Ek Mukta\"; font-weight: 200; font-size: 18px; line-height: 27px; }#tcb_landing_page h2 { font-family: \"Ek Mukta\"; font-weight: 200; font-size: 22px; line-height: 33px; color: rgb(51, 51, 51); }#tcb_landing_page h1 { font-family: \"Ek Mukta\"; font-weight: 200; font-size: 56px; line-height: 56px; }#tve_editor [data-css=\"tve-u-15df1bff4b2\"] { font-family: \"Special Elite\" !important; }#tve_editor [data-css=\"tve-u-15df1c04f57\"] { text-transform: capitalize !important; color: rgb(143, 2, 32) !important; font-family: \"Special Elite\" !important; }#tve_editor [data-css=\"tve-u-169546cecdd\"] { font-family: Merriweather !important; font-size: 18px !important; }[data-css=\"tve-u-169546cecdd\"] strong { font-weight: 700 !important; }#tve_editor [data-css=\"tve-u-1695477a975\"] { font-family: Merriweather !important; font-weight: 400 !important; font-size: 16px !important; }[data-css=\"tve-u-1695477a975\"] strong { font-weight: 700 !important; }#tve_editor [data-css=\"tve-u-169547873f4\"] { font-family: Merriweather !important; font-weight: 400 !important; font-size: 18px !important; }[data-css=\"tve-u-169547873f4\"] strong { font-weight: 700 !important; }#tve_editor [data-css=\"tve-u-1695478fad6\"] { font-family: Merriweather !important; font-weight: 400 !important; font-size: 16px !important; }[data-css=\"tve-u-1695478fad6\"] strong { font-weight: 700 !important; }}@media (max-width: 1023px){[data-css=\"tve-u-15df130aef7\"] { margin-bottom: 33px !important; }[data-css=\"tve-u-15df15596cf\"] { margin-top: 8px !important; }[data-css=\"tve-u-15df1296330\"] { margin-left: 20px !important; margin-right: 20px !important; }}@media (max-width: 767px){[data-css=\"tve-u-15df1c0d52f\"] { margin-top: 18px !important; }[data-css=\"tve-u-15df12e248d\"] { margin-top: 1px !important; }[data-css=\"tve-u-15df1c04f57\"] { line-height: 1.35em !important; }#tve_editor [data-css=\"tve-u-15df1c04f57\"] { font-size: 18px !important; }[data-css=\"tve-u-15df1bff4b2\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-15df1bff4b2\"] { font-size: 37px !important; }[data-css=\"tve-u-15df1296330\"] { padding-left: 30px !important; padding-right: 30px !important; }[data-css=\"tve-u-15df1d58e27\"] { float: none; width: 100%; margin-left: auto !important; margin-right: auto !important; }}'),(5561,512,'tve_revision_tve_user_custom_css','.thrv_text_element p { margin: 0;}\n.thrv_heading h1,h2,h3 {margin: 0;}\n'),(5562,512,'tve_revision_tve_page_events','a:0:{}'),(5563,512,'tve_revision_tve_globals','a:2:{s:8:\"body_css\";s:17:\"tve-u-15df125dc15\";s:8:\"font_cls\";a:0:{}}'),(5564,512,'tve_revision_tve_global_scripts',''),(5565,512,'tve_revision_thrive_icon_pack','0'),(5566,512,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(5567,512,'tve_revision_tve_has_masonry','0'),(5568,512,'tve_revision_tve_has_typefocus','0'),(5569,512,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15df1296330\" wfd-id=\"34\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15df12ac35e\" wfd-id=\"67\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"35\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15df12e248d\" data-tag=\"h1\" wfd-id=\"64\"><h1 data-css=\"tve-u-15df1bff4b2\" style=\"text-align: center;\"><strong>Thank You</strong>&nbsp;for Signing Up!</h1></div><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15df130aef7\" data-tag=\"h2\" wfd-id=\"61\"><h2 data-css=\"tve-u-15df1c04f57\" style=\"text-align: center;\">Please watch the video below see why We Choose CERAKOTE and why we think you Should too<strong>:</strong></h2></div><div class=\"thrv_responsive_video thrv_wrapper rv_style_lifted_style4\" data-type=\"youtube\" data-url=\"https://www.youtube.com/watch?v=KNErxFen3FY\" data-css=\"tve-u-15df1d58e27\" data-showinfo=\"0\" data-modestbranding=\"1\" data-rel=\"0\" data-fs=\"0\" data-controls=\"0\" wfd-id=\"58\">\n<div class=\"tve_responsive_video_container\" wfd-id=\"59\">\n<div class=\"video_overlay\" wfd-id=\"60\"></div>\n<iframe data-code=\"KNErxFen3FY\" data-provider=\"youtube\" src=\"https://www.youtube.com/embed/KNErxFen3FY?rel=0&amp;modestbranding=1&amp;controls=0&amp;showinfo=0&amp;fs=0&amp;wmode=transparent\" data-src=\"https://www.youtube.com/embed/KNErxFen3FY?rel=0&amp;modestbranding=1&amp;controls=0&amp;showinfo=0&amp;fs=0&amp;wmode=transparent\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\n</div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15df15f31cd\" wfd-id=\"36\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-15df15d7b79\" wfd-id=\"37\"><div class=\"tcb-flex-col\" data-css=\"tve-u-15df15ddafa\" style=\"\" wfd-id=\"53\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"55\"><div class=\"thrv_wrapper tve_image_caption tcb-mobile-hidden\" data-css=\"tve-u-15df15596cf\" wfd-id=\"56\"><span class=\"tve_image_frame\" wfd-id=\"57\"><img class=\"tve_image wp-image-282\" alt=\"\" width=\"1024\" height=\"938\" title=\"CertifiedLogo\" data-id=\"282\" src=\"//bestcerakoteflorida.com/wp-content/uploads/2018/09/CertifiedLogo-1024x938.png\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-15df15ddb0b\" style=\"\" wfd-id=\"38\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15df1c0d52f\" wfd-id=\"40\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15df15c5c47\" data-tag=\"h3\" wfd-id=\"50\"><h3 data-css=\"tve-u-169546cecdd\"><strong>You are only one step away from getting your 10% Off Certificate!</strong></h3></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15df15c74d6\" wfd-id=\"47\"><p data-css=\"tve-u-1695477a975\">Please go to your email inbox and look for the email I just sent you. The subject line is \"10% Off\" and the email is sent by \"Nikolas Xifaras\".</p></div><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15df15c5c47\" data-tag=\"h3\" wfd-id=\"44\"><h3 data-css=\"tve-u-169547873f4\"><strong>Open the email and click on the confirmation link inside.<br></strong></h3></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15df15c74d6\" wfd-id=\"41\"><p data-css=\"tve-u-1695478fad6\">Done! That\'s all we need, to ensure that we got the right email address and that you will get your certificate!</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15df1609c61\" wfd-id=\"32\"><p data-css=\"tve-u-15df1610b5c\" style=\"text-align: center;\"><span style=\"font-size: 13px; font-family: &quot;Ek Mukta&quot;; font-weight: 200;\" wfd-id=\"33\">Â© {tcb_current_year} ACME Inc | Disclaimer</span></p></div>'),(5570,512,'tve_revision_tve_has_wistia_popover','0'),(5571,143,'tve_revision_tve_landing_page','tcb2-blank-page-styled'),(5572,143,'tve_revision_tve_landing_set',''),(5573,143,'tve_revision_tve_disable_theme_dependency','1'),(5574,143,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-custom-menu-inside\" data-css=\"tve-u-1642b667be5\" style=\"z-index: 8;\" wfd-id=\"24\">\n<div class=\"tve-content-box-background\" wfd-id=\"99\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1642b6ef7e6\" style=\"z-index: 8;\" wfd-id=\"25\"><div class=\"thrv_wrapper thrv_heading\" style=\"\" data-tag=\"h1\" data-css=\"tve-u-1642b32e2c2\" wfd-id=\"96\"><h1 data-css=\"tve-u-16035acf904\" style=\"text-align: center;\"><strong>Privacy</strong></h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" data-css=\"tve-u-1642b25c464\" wfd-id=\"26\"><p data-css=\"tve-u-165e6491162\"><span data-css=\"tve-u-165e64c579a\" style=\"font-family: Merriweather; font-weight: 400;\" wfd-id=\"95\">Privacy Policy</span></p><p data-css=\"tve-u-165e6492b04\"><span data-css=\"tve-u-165e64c08c2\" style=\"font-family: Merriweather; font-weight: 400;\" wfd-id=\"94\">What personal information do we collect from the people that visit our blog, website or app?<br>When ordering or registering on our site, as appropriate, you may be asked to enter your name, email address, mailing address, phone number, credit card information or other details to help you with your experience.</span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08c4\" style=\"font-weight: 400;\" wfd-id=\"92\"><span data-css=\"tve-u-165e64c08c5\" style=\"font-family: Merriweather;\" wfd-id=\"93\">When do we collect information?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08c6\" style=\"font-weight: 400;\" wfd-id=\"90\"><span data-css=\"tve-u-165e64c08c7\" style=\"font-family: Merriweather;\" wfd-id=\"91\">We collect information from you when you register on our site, place an order, subscribe to a newsletter, respond to a survey, fill out a form or enter information on our site.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08c9\" style=\"font-weight: 400;\" wfd-id=\"88\"><span data-css=\"tve-u-165e64c08ca\" style=\"font-family: Merriweather;\" wfd-id=\"89\">How do we use your information?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08cb\" style=\"font-weight: 400;\" wfd-id=\"86\"><span data-css=\"tve-u-165e64c08cc\" style=\"font-family: Merriweather;\" wfd-id=\"87\">We may use the information we collect from you when you register, make a purchase, sign up for our newsletter, respond to a survey or marketing communication, surf the website, or use certain other site features in the following ways:<br>â€¢ To personalize user\'s experience and to allow us to deliver the type of content and product offerings in which you are most interested.<br>â€¢ To improve our website in order to better serve you.<br>â€¢ To allow us to better service you in responding to your customer service requests.<br>â€¢ To administer a contest, promotion, survey or other site feature.<br>â€¢ To quickly process your transactions.<br>â€¢ To send periodic emails regarding your order or other products and services.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08ce\" style=\"font-weight: 400;\" wfd-id=\"84\"><span data-css=\"tve-u-165e64c08cf\" style=\"font-family: Merriweather;\" wfd-id=\"85\">How do we protect visitor information?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08d0\" style=\"font-weight: 400;\" wfd-id=\"82\"><span data-css=\"tve-u-165e64c08d1\" style=\"font-family: Merriweather;\" wfd-id=\"83\">Our website is scanned on a regular basis for security holes and known vulnerabilities in order to make your visit to our site as safe as possible.<br>We use regular Malware Scanning.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08d3\" style=\"font-weight: 400;\" wfd-id=\"80\"><span data-css=\"tve-u-165e64c08d4\" style=\"font-family: Merriweather;\" wfd-id=\"81\">Your personal information is contained behind secured networks and is only accessible by a limited number of persons who have special access rights to such systems, and are required to keep the information confidential. In addition, all sensitive/credit information you supply is encrypted via Secure Socket Layer (SSL) technology.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08d5\" style=\"font-weight: 400;\" wfd-id=\"78\"><span data-css=\"tve-u-165e64c08d6\" style=\"font-family: Merriweather;\" wfd-id=\"79\">We implement a variety of security measures when a user places an order, enters, submits, or accesses their information to maintain the safety of your personal information.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08d8\" style=\"font-weight: 400;\" wfd-id=\"76\"><span data-css=\"tve-u-165e64c08d9\" style=\"font-family: Merriweather;\" wfd-id=\"77\">All transactions are processed through a gateway provider and are not stored or processed on our servers.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08da\" style=\"font-weight: 400;\" wfd-id=\"74\"><span data-css=\"tve-u-165e64c08db\" style=\"font-family: Merriweather;\" wfd-id=\"75\">Do we use \'cookies\'?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08dd\" style=\"font-weight: 400;\" wfd-id=\"72\"><span data-css=\"tve-u-165e64c08de\" style=\"font-family: Merriweather;\" wfd-id=\"73\">Yes. Cookies are small files that a site or its service provider transfers to your computer\'s hard drive through your Web browser (if you allow) that enable the site\'s or service provider\'s systems to recognize your browser and capture and remember certain information. For instance, we use cookies to help us remember and process the items in your shopping cart. They are also used to help us understand your preferences based on previous or current site activity, which enables us to provide you with improved services. We also use cookies to help us compile aggregate data about site traffic and site interaction so that we can offer better site experiences and tools in the future.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08df\" style=\"font-weight: 400;\" wfd-id=\"70\"><span data-css=\"tve-u-165e64c08e0\" style=\"font-family: Merriweather;\" wfd-id=\"71\">We use cookies to:</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08e2\" style=\"font-weight: 400;\" wfd-id=\"68\"><span data-css=\"tve-u-165e64c08e3\" style=\"font-family: Merriweather;\" wfd-id=\"69\">â€¢ Help remember and process the items in the shopping cart.<br>â€¢ Understand and save user\'s preferences for future visits.<br>You can choose to have your computer warn you each time a cookie is being sent, or you can choose to turn off all cookies. You do this through your browser (like Internet Explorer) settings. Each browser is a little different, so look at your browser\'s Help menu to learn the correct way to modify your cookies.<br>If users disable cookies in their browser:<br>If you turn off cookies, some features will be disabled. However, you can still place orders for<br>saved items in your shopping cart over the telephone by contacting customer service.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08e4\" style=\"font-weight: 400;\" wfd-id=\"66\"><span data-css=\"tve-u-165e64c08e5\" style=\"font-family: Merriweather;\" wfd-id=\"67\">Third Party Disclosure</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08e7\" style=\"font-weight: 400;\" wfd-id=\"64\"><span data-css=\"tve-u-165e64c08e8\" style=\"font-family: Merriweather;\" wfd-id=\"65\">We do not sell, trade, or otherwise transfer to outside parties your personally identifiable information.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08e9\" style=\"font-weight: 400;\" wfd-id=\"62\"><span data-css=\"tve-u-165e64c08ea\" style=\"font-family: Merriweather;\" wfd-id=\"63\">Third party links</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08ec\" style=\"font-weight: 400;\" wfd-id=\"60\"><span data-css=\"tve-u-165e64c08ed\" style=\"font-family: Merriweather;\" wfd-id=\"61\">Occasionally, at our discretion, we may include or offer third party products or services on our website. These third party sites have separate and independent privacy policies. We therefore have no responsibility or liability for the content and activities of these linked sites. Nonetheless, we seek to protect the integrity of our site and welcome any feedback about these sites.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08ee\" style=\"font-weight: 400;\" wfd-id=\"58\"><span data-css=\"tve-u-165e64c08f0\" style=\"font-family: Merriweather;\" wfd-id=\"59\">Google</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08f1\" style=\"font-weight: 400;\" wfd-id=\"56\"><span data-css=\"tve-u-165e64c08f2\" style=\"font-family: Merriweather;\" wfd-id=\"57\">Google\'s advertising requirements can be summed up by Google\'s Advertising Principles. They are put in place to provide a positive experience for users. https://support.google.com/adwordspolicy/answer/1316548?hl=en<br>Opting out:<br>Users can set preferences for how Google advertises to you using the Google Ad Settings page. Alternatively, you can opt out by visiting the Network Advertising initiative opt out page or permanently using the Google Analytics Opt Out Browser add on.<br>California Online Privacy Protection Act<br>CalOPPA is the first state law in the nation to require commercial websites and online services to post a privacy policy. The law\'s reach stretches well beyond California to require a person or company in the United States (and conceivably the world) that operates websites collecting personally identifiable information from California consumers to post a conspicuous privacy policy on its website stating exactly the information being collected and those individuals with whom it is being shared, and to comply with this policy.<br>See more at: http://consumercal.org/california-online-privacy-protection-act-caloppa/#sthash.0FdRbT51.dpuf<br>According to CalOPPA we agree to the following:<br>Users can visit our site anonymously<br>Once this privacy policy is created, we will add a link to it on our home page, or as a minimum on the first significant page after entering our website.<br>Our Privacy Policy link includes the word \'Privacy\', and can be easily be found on the page specified above.<br>Users will be notified of any privacy policy changes:<br>â€¢ On our Privacy Policy Page<br>Users are able to change their personal information:<br>â€¢ By emailing us<br>â€¢ By calling us</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08f3\" style=\"font-weight: 400;\" wfd-id=\"54\"><span data-css=\"tve-u-165e64c08f6\" style=\"font-family: Merriweather;\" wfd-id=\"55\">How does our site handle do not track signals?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08f7\" style=\"font-weight: 400;\" wfd-id=\"52\"><span data-css=\"tve-u-165e64c08f8\" style=\"font-family: Merriweather;\" wfd-id=\"53\">We honor do not track signals and do not track, plant cookies, or use advertising when a Do Not Track (DNT) browser mechanism is in place.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08f9\" style=\"font-weight: 400;\" wfd-id=\"50\"><span data-css=\"tve-u-165e64c08fa\" style=\"font-family: Merriweather;\" wfd-id=\"51\">Does our site allow third party behavioral tracking?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08fb\" style=\"font-weight: 400;\" wfd-id=\"48\"><span data-css=\"tve-u-165e64c08fc\" style=\"font-family: Merriweather;\" wfd-id=\"49\">It\'s also important to note that we do not allow third party behavioral tracking<br>COPPA (Children Online Privacy Protection Act)<br>When it comes to the collection of personal information from children under 13, the Children\'s Online Privacy Protection Act (COPPA) puts parents in control. The Federal Trade Commission, the nation\'s consumer protection agency, enforces the COPPA Rule, which spells out what operators of websites and online services must do to protect children\'s privacy and safety online.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08fe\" style=\"font-weight: 400;\" wfd-id=\"46\"><span data-css=\"tve-u-165e64c08ff\" style=\"font-family: Merriweather;\" wfd-id=\"47\">We do not specifically market to children under 13.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c0900\" style=\"font-weight: 400;\" wfd-id=\"44\"><span data-css=\"tve-u-165e64c0901\" style=\"font-family: Merriweather;\" wfd-id=\"45\">Fair Information Practices</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c0903\" style=\"font-weight: 400;\" wfd-id=\"42\"><span data-css=\"tve-u-165e64c0904\" style=\"font-family: Merriweather;\" wfd-id=\"43\">The Fair Information Practices Principles form the backbone of privacy law in the United States and the concepts they include have played a significant role in the development of data protection laws around the globe. Understanding the Fair Information Practice Principles and how they should be implemented is critical to comply with the various privacy laws that protect personal information.<br>In order to be in line with Fair Information Practices we will take the following responsive action, should a data breach occur:<br>â€¢ Within 7 business days<br>We will notify the users via in site notification<br>â€¢ Within 7 business days<br>We also agree to the individual redress principle, which requires that individuals have a right to pursue legally enforceable rights against data collectors and processors who fail to adhere to the law. This principle requires not only that individuals have enforceable rights against data users, but also that individuals have recourse to courts or a government agency to investigate and/or prosecute non-compliance by data processors.<br>CAN SPAM Act<br>The CAN-SPAM Act is a law that sets the rules for commercial email, establishes requirements for commercial messages, gives recipients the right to have emails stopped from being sent to them, and spells out tough penalties for violations.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c0905\" style=\"font-weight: 400;\" wfd-id=\"40\"><span data-css=\"tve-u-165e64c0906\" style=\"font-family: Merriweather;\" wfd-id=\"41\">We collect your email address in order to:</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c0908\" style=\"font-weight: 400;\" wfd-id=\"38\"><span data-css=\"tve-u-165e64c0909\" style=\"font-family: Merriweather;\" wfd-id=\"39\">â€¢ Send information, respond to inquiries, and/or other requests or questions.<br>â€¢ Process orders and to send information and updates pertaining to orders<br>â€¢ Market to our mailing list or continue to send emails to our clients after the original transaction has occurred<br>To be in accordance with CANSPAM we agree to the following:<br>â€¢ NOT use false, or misleading subjects or email addresses<br>â€¢ Identify the message as an advertisement in some reasonable way<br>â€¢ Include the physical address of our business or site headquarters<br>â€¢ Monitor third party email marketing services for compliance, if one is used.<br>â€¢ Honor opt-out/unsubscribe requests quickly<br>â€¢ Allow users to unsubscribe by using the link at the bottom of each email<br>If at any time you would like to unsubscribe from receiving future emails, you can email us at<br>â€¢ Follow the instructions at the bottom of each email. and we will promptly remove you from ALL correspondence.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c090a\" style=\"font-weight: 400;\" wfd-id=\"36\"><span data-css=\"tve-u-165e64c090c\" style=\"font-family: Merriweather;\" wfd-id=\"37\">Contacting Us</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c090d\" style=\"font-weight: 400;\" wfd-id=\"34\"><span data-css=\"tve-u-165e64c090e\" style=\"font-family: Merriweather;\" wfd-id=\"35\">If there are any questions regarding this privacy policy you may contact us using the information below.<br>Blackhawk Custom, LLC.<br>825 South Kings Highway<br>Fort Pierce, FL 34945<br>United States<br>https://www.blackhawkcustom.com</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c090d\" style=\"font-weight: 400;\" wfd-id=\"32\"><span data-css=\"tve-u-165e64c090e\" style=\"font-family: Merriweather;\" wfd-id=\"33\"><br>Conditions of use:</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c090d\" style=\"font-weight: 400;\" wfd-id=\"30\"><span data-css=\"tve-u-165e64c090e\" style=\"font-family: Merriweather;\" wfd-id=\"31\">â€‹</span></span><span data-css=\"tve-u-165e64c0910\" style=\"font-family: Merriweather; font-weight: 400;\" wfd-id=\"29\">By using this website, you agree to all of our terms and conditions of the sale<br>All sales are final (See our refund policy)</span></p></div></div>\n</div>'),(5575,143,'tve_revision_tve_content_more_found',''),(5576,143,'tve_revision_tve_save_post',''),(5577,143,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Special+Elite:400&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Merriweather:400,400i,700,700i&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Montserrat:400,700&subset=latin\");@media (min-width: 300px){#tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] p, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] li, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] blockquote, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] address, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] .tcb-plain-text, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] h1, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] h2, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] h3, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] h4, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] h5, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] h6 { color: rgb(255, 255, 255); }[data-css=\"tve-u-1642b667be5\"] { max-width: 1200px; float: none; width: 100%; padding: 5px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1642b32e2c2\"] { float: none; z-index: 3; position: relative; width: 100%; margin-left: auto !important; margin-right: auto !important; }#tcb_landing_page a.tve_state_hover:not(.tcb-button-link) { color: rgb(179, 144, 57); }[data-css=\"tve-u-1642b25c464\"] { padding: 5px 10px !important; background-image: none !important; }[data-css=\"tve-u-1642b20c920\"] strong { font-weight: 700 !important; }#tve_editor [data-css=\"tve-u-1642b20c920\"] { font-size: 16px !important; font-family: Montserrat !important; font-weight: 400 !important; }#tve_editor [data-css=\"tve-u-16035acf904\"] { font-size: 24px !important; font-family: \"Special Elite\" !important; font-weight: 400 !important; text-transform: capitalize !important; }.tcb-plain-text strong { font-weight: 700; }.tcb-plain-text { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page a strong { font-weight: 700; }#tcb_landing_page h6 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(0, 0, 0); font-size: 20px; }#tcb_landing_page h5 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(0, 0, 0); font-size: 24px; }#tcb_landing_page h4 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(0, 0, 0); font-size: 30px; }#tcb_landing_page a:not(.tcb-button-link) { color: rgb(0, 0, 0); text-decoration: underline; }#tcb_landing_page h3 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(0, 0, 0); font-size: 38px; line-height: 1.3em; }#tcb_landing_page h2 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(0, 0, 0); font-size: 45px; line-height: 1.3em; }#tcb_landing_page h1 { font-family: \"Special Elite\"; font-weight: 400; font-size: 50px; line-height: 1.3em; color: rgb(0, 0, 0); }#tcb_landing_page p strong, #tcb_landing_page li strong { font-weight: 700; }#tcb_landing_page p, #tcb_landing_page li { font-family: Merriweather; font-weight: 400; font-size: 17px; line-height: 1.6em; color: rgb(0, 0, 0); }[data-css=\"tve-u-15e09c94f7d\"] { background-color: rgb(0, 0, 0) !important; }#tcb_landing_page a:hover:not(.tcb-button-link) { text-decoration: none; color: rgb(179, 144, 57); }#tcb_landing_page .tve-state-hovera:not(.tcb-button-link) { text-decoration: none; }#tcb_landing_page a.tve-state-hover:not(.tcb-button-link) { text-decoration: none; }[data-css=\"tve-u-1642b6ef7e6\"]::after { clear: both; }[data-css=\"tve-u-165e6491162\"] strong { font-weight: 700 !important; }#tve_editor [data-css=\"tve-u-165e6491162\"] { font-size: 16px !important; font-family: Montserrat !important; font-weight: 400 !important; }[data-css=\"tve-u-165e6492b04\"] strong { font-weight: 700 !important; }#tve_editor [data-css=\"tve-u-165e6492b04\"] { font-size: 16px !important; font-family: Merriweather !important; font-weight: 400 !important; }[data-css=\"tve-u-1642b6ef7e6\"] p, [data-css=\"tve-u-1642b6ef7e6\"] li, [data-css=\"tve-u-1642b6ef7e6\"] blockquote, [data-css=\"tve-u-1642b6ef7e6\"] address, [data-css=\"tve-u-1642b6ef7e6\"] .tcb-plain-text, [data-css=\"tve-u-1642b6ef7e6\"] label, [data-css=\"tve-u-1642b6ef7e6\"] h1, [data-css=\"tve-u-1642b6ef7e6\"] h2, [data-css=\"tve-u-1642b6ef7e6\"] h3, [data-css=\"tve-u-1642b6ef7e6\"] h4, [data-css=\"tve-u-1642b6ef7e6\"] h5, [data-css=\"tve-u-1642b6ef7e6\"] h6 { font-weight: 400 !important; }#tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] p, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] li, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] blockquote, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] address, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] .tcb-plain-text, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] label { font-family: Merriweather; }#tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] strong { font-weight: 700; }#tcb_landing_page .tcb-plain-text { color: rgb(0, 0, 0); font-family: Merriweather; font-weight: 400; }#tcb_landing_page .tcb-button-link { font-family: Merriweather; font-weight: 400; }#tcb_landing_page input { font-family: Merriweather; font-weight: 400; }#tcb_landing_page .tcb-button-link strong { font-weight: 700; }#tcb_landing_page input strong { font-weight: 700; }#tcb_landing_page .tcb-plain-text strong { font-weight: 700; }[data-css=\"tve-u-165e64c08c2\"] { font-family: Merriweather !important; font-weight: 400 !important; }[data-css=\"tve-u-165e64c08c4\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08c5\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08c6\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08c7\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08c9\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08ca\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08cb\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08cc\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08ce\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08cf\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08d0\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08d1\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08d3\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08d4\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08d5\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08d6\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08d8\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08d9\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08da\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08db\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08dd\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08de\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08df\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08e0\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08e2\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08e3\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08e4\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08e5\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08e7\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08e8\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08e9\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08ea\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08ec\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08ed\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08ee\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08f0\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08f1\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08f2\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08f3\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08f6\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08f7\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08f8\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08f9\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08fa\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08fb\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08fc\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08fe\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08ff\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c0900\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c0901\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c0903\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c0904\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c0905\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c0906\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c0908\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c0909\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c090a\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c090c\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c090d\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c090e\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c0910\"] { font-family: Merriweather !important; font-weight: 400 !important; }[data-css=\"tve-u-165e64c08c2\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-165e64c579a\"] { font-family: Merriweather !important; font-weight: 400 !important; }[data-css=\"tve-u-165e64c579a\"] strong { font-weight: 700 !important; }}@media (max-width: 1023px){#tcb_landing_page a:not(.tcb-button-link) { color: rgb(0, 0, 0); }.tcb-plain-text { color: rgb(0, 0, 0); }#tcb_landing_page p, #tcb_landing_page li { color: rgb(0, 0, 0); }#tcb_landing_page h6 { color: rgb(0, 0, 0); }#tcb_landing_page h5 { color: rgb(0, 0, 0); }#tcb_landing_page h4 { color: rgb(0, 0, 0); }#tcb_landing_page h3 { color: rgb(0, 0, 0); }#tcb_landing_page h2 { color: rgb(0, 0, 0); }#tcb_landing_page h1 { color: rgb(0, 0, 0); }}@media (max-width: 767px){#tve_editor [data-css=\"tve-u-16035acf904\"] { font-size: 36px !important; }#tve_editor [data-css=\"tve-u-165e6491162\"] { font-size: 15px !important; }}'),(5578,143,'tve_revision_tve_user_custom_css',''),(5579,143,'tve_revision_tve_page_events','a:0:{}'),(5580,143,'tve_revision_tve_globals','a:2:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";s:8:\"font_cls\";a:0:{}}'),(5581,143,'tve_revision_tve_global_scripts',''),(5582,143,'tve_revision_thrive_icon_pack','0'),(5583,143,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(5584,143,'tve_revision_tve_has_masonry','0'),(5585,143,'tve_revision_tve_has_typefocus','0'),(5586,143,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-custom-menu-inside\" data-css=\"tve-u-1642b667be5\" style=\"z-index: 8;\" wfd-id=\"24\">\n<div class=\"tve-content-box-background\" wfd-id=\"99\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1642b6ef7e6\" style=\"z-index: 8;\" wfd-id=\"25\"><div class=\"thrv_wrapper thrv_heading\" style=\"\" data-tag=\"h1\" data-css=\"tve-u-1642b32e2c2\" wfd-id=\"96\"><h1 data-css=\"tve-u-16035acf904\" style=\"text-align: center;\"><strong>Privacy</strong></h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" data-css=\"tve-u-1642b25c464\" wfd-id=\"26\"><p data-css=\"tve-u-165e6491162\"><span data-css=\"tve-u-165e64c579a\" style=\"font-family: Merriweather; font-weight: 400;\" wfd-id=\"95\">Privacy Policy</span></p><p data-css=\"tve-u-165e6492b04\"><span data-css=\"tve-u-165e64c08c2\" style=\"font-family: Merriweather; font-weight: 400;\" wfd-id=\"94\">What personal information do we collect from the people that visit our blog, website or app?<br>When ordering or registering on our site, as appropriate, you may be asked to enter your name, email address, mailing address, phone number, credit card information or other details to help you with your experience.</span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08c4\" style=\"font-weight: 400;\" wfd-id=\"92\"><span data-css=\"tve-u-165e64c08c5\" style=\"font-family: Merriweather;\" wfd-id=\"93\">When do we collect information?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08c6\" style=\"font-weight: 400;\" wfd-id=\"90\"><span data-css=\"tve-u-165e64c08c7\" style=\"font-family: Merriweather;\" wfd-id=\"91\">We collect information from you when you register on our site, place an order, subscribe to a newsletter, respond to a survey, fill out a form or enter information on our site.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08c9\" style=\"font-weight: 400;\" wfd-id=\"88\"><span data-css=\"tve-u-165e64c08ca\" style=\"font-family: Merriweather;\" wfd-id=\"89\">How do we use your information?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08cb\" style=\"font-weight: 400;\" wfd-id=\"86\"><span data-css=\"tve-u-165e64c08cc\" style=\"font-family: Merriweather;\" wfd-id=\"87\">We may use the information we collect from you when you register, make a purchase, sign up for our newsletter, respond to a survey or marketing communication, surf the website, or use certain other site features in the following ways:<br>â€¢ To personalize user\'s experience and to allow us to deliver the type of content and product offerings in which you are most interested.<br>â€¢ To improve our website in order to better serve you.<br>â€¢ To allow us to better service you in responding to your customer service requests.<br>â€¢ To administer a contest, promotion, survey or other site feature.<br>â€¢ To quickly process your transactions.<br>â€¢ To send periodic emails regarding your order or other products and services.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08ce\" style=\"font-weight: 400;\" wfd-id=\"84\"><span data-css=\"tve-u-165e64c08cf\" style=\"font-family: Merriweather;\" wfd-id=\"85\">How do we protect visitor information?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08d0\" style=\"font-weight: 400;\" wfd-id=\"82\"><span data-css=\"tve-u-165e64c08d1\" style=\"font-family: Merriweather;\" wfd-id=\"83\">Our website is scanned on a regular basis for security holes and known vulnerabilities in order to make your visit to our site as safe as possible.<br>We use regular Malware Scanning.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08d3\" style=\"font-weight: 400;\" wfd-id=\"80\"><span data-css=\"tve-u-165e64c08d4\" style=\"font-family: Merriweather;\" wfd-id=\"81\">Your personal information is contained behind secured networks and is only accessible by a limited number of persons who have special access rights to such systems, and are required to keep the information confidential. In addition, all sensitive/credit information you supply is encrypted via Secure Socket Layer (SSL) technology.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08d5\" style=\"font-weight: 400;\" wfd-id=\"78\"><span data-css=\"tve-u-165e64c08d6\" style=\"font-family: Merriweather;\" wfd-id=\"79\">We implement a variety of security measures when a user places an order, enters, submits, or accesses their information to maintain the safety of your personal information.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08d8\" style=\"font-weight: 400;\" wfd-id=\"76\"><span data-css=\"tve-u-165e64c08d9\" style=\"font-family: Merriweather;\" wfd-id=\"77\">All transactions are processed through a gateway provider and are not stored or processed on our servers.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08da\" style=\"font-weight: 400;\" wfd-id=\"74\"><span data-css=\"tve-u-165e64c08db\" style=\"font-family: Merriweather;\" wfd-id=\"75\">Do we use \'cookies\'?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08dd\" style=\"font-weight: 400;\" wfd-id=\"72\"><span data-css=\"tve-u-165e64c08de\" style=\"font-family: Merriweather;\" wfd-id=\"73\">Yes. Cookies are small files that a site or its service provider transfers to your computer\'s hard drive through your Web browser (if you allow) that enable the site\'s or service provider\'s systems to recognize your browser and capture and remember certain information. For instance, we use cookies to help us remember and process the items in your shopping cart. They are also used to help us understand your preferences based on previous or current site activity, which enables us to provide you with improved services. We also use cookies to help us compile aggregate data about site traffic and site interaction so that we can offer better site experiences and tools in the future.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08df\" style=\"font-weight: 400;\" wfd-id=\"70\"><span data-css=\"tve-u-165e64c08e0\" style=\"font-family: Merriweather;\" wfd-id=\"71\">We use cookies to:</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08e2\" style=\"font-weight: 400;\" wfd-id=\"68\"><span data-css=\"tve-u-165e64c08e3\" style=\"font-family: Merriweather;\" wfd-id=\"69\">â€¢ Help remember and process the items in the shopping cart.<br>â€¢ Understand and save user\'s preferences for future visits.<br>You can choose to have your computer warn you each time a cookie is being sent, or you can choose to turn off all cookies. You do this through your browser (like Internet Explorer) settings. Each browser is a little different, so look at your browser\'s Help menu to learn the correct way to modify your cookies.<br>If users disable cookies in their browser:<br>If you turn off cookies, some features will be disabled. However, you can still place orders for<br>saved items in your shopping cart over the telephone by contacting customer service.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08e4\" style=\"font-weight: 400;\" wfd-id=\"66\"><span data-css=\"tve-u-165e64c08e5\" style=\"font-family: Merriweather;\" wfd-id=\"67\">Third Party Disclosure</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08e7\" style=\"font-weight: 400;\" wfd-id=\"64\"><span data-css=\"tve-u-165e64c08e8\" style=\"font-family: Merriweather;\" wfd-id=\"65\">We do not sell, trade, or otherwise transfer to outside parties your personally identifiable information.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08e9\" style=\"font-weight: 400;\" wfd-id=\"62\"><span data-css=\"tve-u-165e64c08ea\" style=\"font-family: Merriweather;\" wfd-id=\"63\">Third party links</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08ec\" style=\"font-weight: 400;\" wfd-id=\"60\"><span data-css=\"tve-u-165e64c08ed\" style=\"font-family: Merriweather;\" wfd-id=\"61\">Occasionally, at our discretion, we may include or offer third party products or services on our website. These third party sites have separate and independent privacy policies. We therefore have no responsibility or liability for the content and activities of these linked sites. Nonetheless, we seek to protect the integrity of our site and welcome any feedback about these sites.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08ee\" style=\"font-weight: 400;\" wfd-id=\"58\"><span data-css=\"tve-u-165e64c08f0\" style=\"font-family: Merriweather;\" wfd-id=\"59\">Google</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08f1\" style=\"font-weight: 400;\" wfd-id=\"56\"><span data-css=\"tve-u-165e64c08f2\" style=\"font-family: Merriweather;\" wfd-id=\"57\">Google\'s advertising requirements can be summed up by Google\'s Advertising Principles. They are put in place to provide a positive experience for users. https://support.google.com/adwordspolicy/answer/1316548?hl=en<br>Opting out:<br>Users can set preferences for how Google advertises to you using the Google Ad Settings page. Alternatively, you can opt out by visiting the Network Advertising initiative opt out page or permanently using the Google Analytics Opt Out Browser add on.<br>California Online Privacy Protection Act<br>CalOPPA is the first state law in the nation to require commercial websites and online services to post a privacy policy. The law\'s reach stretches well beyond California to require a person or company in the United States (and conceivably the world) that operates websites collecting personally identifiable information from California consumers to post a conspicuous privacy policy on its website stating exactly the information being collected and those individuals with whom it is being shared, and to comply with this policy.<br>See more at: http://consumercal.org/california-online-privacy-protection-act-caloppa/#sthash.0FdRbT51.dpuf<br>According to CalOPPA we agree to the following:<br>Users can visit our site anonymously<br>Once this privacy policy is created, we will add a link to it on our home page, or as a minimum on the first significant page after entering our website.<br>Our Privacy Policy link includes the word \'Privacy\', and can be easily be found on the page specified above.<br>Users will be notified of any privacy policy changes:<br>â€¢ On our Privacy Policy Page<br>Users are able to change their personal information:<br>â€¢ By emailing us<br>â€¢ By calling us</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08f3\" style=\"font-weight: 400;\" wfd-id=\"54\"><span data-css=\"tve-u-165e64c08f6\" style=\"font-family: Merriweather;\" wfd-id=\"55\">How does our site handle do not track signals?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08f7\" style=\"font-weight: 400;\" wfd-id=\"52\"><span data-css=\"tve-u-165e64c08f8\" style=\"font-family: Merriweather;\" wfd-id=\"53\">We honor do not track signals and do not track, plant cookies, or use advertising when a Do Not Track (DNT) browser mechanism is in place.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08f9\" style=\"font-weight: 400;\" wfd-id=\"50\"><span data-css=\"tve-u-165e64c08fa\" style=\"font-family: Merriweather;\" wfd-id=\"51\">Does our site allow third party behavioral tracking?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08fb\" style=\"font-weight: 400;\" wfd-id=\"48\"><span data-css=\"tve-u-165e64c08fc\" style=\"font-family: Merriweather;\" wfd-id=\"49\">It\'s also important to note that we do not allow third party behavioral tracking<br>COPPA (Children Online Privacy Protection Act)<br>When it comes to the collection of personal information from children under 13, the Children\'s Online Privacy Protection Act (COPPA) puts parents in control. The Federal Trade Commission, the nation\'s consumer protection agency, enforces the COPPA Rule, which spells out what operators of websites and online services must do to protect children\'s privacy and safety online.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08fe\" style=\"font-weight: 400;\" wfd-id=\"46\"><span data-css=\"tve-u-165e64c08ff\" style=\"font-family: Merriweather;\" wfd-id=\"47\">We do not specifically market to children under 13.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c0900\" style=\"font-weight: 400;\" wfd-id=\"44\"><span data-css=\"tve-u-165e64c0901\" style=\"font-family: Merriweather;\" wfd-id=\"45\">Fair Information Practices</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c0903\" style=\"font-weight: 400;\" wfd-id=\"42\"><span data-css=\"tve-u-165e64c0904\" style=\"font-family: Merriweather;\" wfd-id=\"43\">The Fair Information Practices Principles form the backbone of privacy law in the United States and the concepts they include have played a significant role in the development of data protection laws around the globe. Understanding the Fair Information Practice Principles and how they should be implemented is critical to comply with the various privacy laws that protect personal information.<br>In order to be in line with Fair Information Practices we will take the following responsive action, should a data breach occur:<br>â€¢ Within 7 business days<br>We will notify the users via in site notification<br>â€¢ Within 7 business days<br>We also agree to the individual redress principle, which requires that individuals have a right to pursue legally enforceable rights against data collectors and processors who fail to adhere to the law. This principle requires not only that individuals have enforceable rights against data users, but also that individuals have recourse to courts or a government agency to investigate and/or prosecute non-compliance by data processors.<br>CAN SPAM Act<br>The CAN-SPAM Act is a law that sets the rules for commercial email, establishes requirements for commercial messages, gives recipients the right to have emails stopped from being sent to them, and spells out tough penalties for violations.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c0905\" style=\"font-weight: 400;\" wfd-id=\"40\"><span data-css=\"tve-u-165e64c0906\" style=\"font-family: Merriweather;\" wfd-id=\"41\">We collect your email address in order to:</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c0908\" style=\"font-weight: 400;\" wfd-id=\"38\"><span data-css=\"tve-u-165e64c0909\" style=\"font-family: Merriweather;\" wfd-id=\"39\">â€¢ Send information, respond to inquiries, and/or other requests or questions.<br>â€¢ Process orders and to send information and updates pertaining to orders<br>â€¢ Market to our mailing list or continue to send emails to our clients after the original transaction has occurred<br>To be in accordance with CANSPAM we agree to the following:<br>â€¢ NOT use false, or misleading subjects or email addresses<br>â€¢ Identify the message as an advertisement in some reasonable way<br>â€¢ Include the physical address of our business or site headquarters<br>â€¢ Monitor third party email marketing services for compliance, if one is used.<br>â€¢ Honor opt-out/unsubscribe requests quickly<br>â€¢ Allow users to unsubscribe by using the link at the bottom of each email<br>If at any time you would like to unsubscribe from receiving future emails, you can email us at<br>â€¢ Follow the instructions at the bottom of each email. and we will promptly remove you from ALL correspondence.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c090a\" style=\"font-weight: 400;\" wfd-id=\"36\"><span data-css=\"tve-u-165e64c090c\" style=\"font-family: Merriweather;\" wfd-id=\"37\">Contacting Us</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c090d\" style=\"font-weight: 400;\" wfd-id=\"34\"><span data-css=\"tve-u-165e64c090e\" style=\"font-family: Merriweather;\" wfd-id=\"35\">If there are any questions regarding this privacy policy you may contact us using the information below.<br>Blackhawk Custom, LLC.<br>825 South Kings Highway<br>Fort Pierce, FL 34945<br>United States<br>https://www.blackhawkcustom.com</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c090d\" style=\"font-weight: 400;\" wfd-id=\"32\"><span data-css=\"tve-u-165e64c090e\" style=\"font-family: Merriweather;\" wfd-id=\"33\"><br>Conditions of use:</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c090d\" style=\"font-weight: 400;\" wfd-id=\"30\"><span data-css=\"tve-u-165e64c090e\" style=\"font-family: Merriweather;\" wfd-id=\"31\">â€‹</span></span><span data-css=\"tve-u-165e64c0910\" style=\"font-family: Merriweather; font-weight: 400;\" wfd-id=\"29\">By using this website, you agree to all of our terms and conditions of the sale<br>All sales are final (See our refund policy)</span></p></div></div>\n</div>'),(5587,143,'tve_revision_tve_has_wistia_popover','0'),(5588,143,'tve_revision_tve_landing_page','tcb2-blank-page-styled'),(5589,143,'tve_revision_tve_landing_set',''),(5590,143,'tve_revision_tve_disable_theme_dependency','1');
INSERT INTO `wpbe_postmeta` VALUES (5591,143,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-custom-menu-inside\" data-css=\"tve-u-1642b667be5\" style=\"z-index: 8;\" wfd-id=\"24\">\n<div class=\"tve-content-box-background\" wfd-id=\"99\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1642b6ef7e6\" style=\"z-index: 8;\" wfd-id=\"25\"><div class=\"thrv_wrapper thrv_heading\" style=\"\" data-tag=\"h1\" data-css=\"tve-u-1642b32e2c2\" wfd-id=\"96\"><h1 data-css=\"tve-u-16035acf904\" style=\"text-align: center;\"><strong>Privacy</strong></h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" data-css=\"tve-u-1642b25c464\" wfd-id=\"26\"><p data-css=\"tve-u-165e6491162\"><span data-css=\"tve-u-165e64c579a\" style=\"font-family: Merriweather; font-weight: 400;\" wfd-id=\"95\">Privacy Policy</span></p><p data-css=\"tve-u-165e6492b04\"><span data-css=\"tve-u-165e64c08c2\" style=\"font-family: Merriweather; font-weight: 400;\" wfd-id=\"94\">What personal information do we collect from the people that visit our blog, website or app?<br>When ordering or registering on our site, as appropriate, you may be asked to enter your name, email address, mailing address, phone number, credit card information or other details to help you with your experience.</span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08c4\" style=\"font-weight: 400;\" wfd-id=\"92\"><span data-css=\"tve-u-165e64c08c5\" style=\"font-family: Merriweather;\" wfd-id=\"93\">When do we collect information?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08c6\" style=\"font-weight: 400;\" wfd-id=\"90\"><span data-css=\"tve-u-165e64c08c7\" style=\"font-family: Merriweather;\" wfd-id=\"91\">We collect information from you when you register on our site, place an order, subscribe to a newsletter, respond to a survey, fill out a form or enter information on our site.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08c9\" style=\"font-weight: 400;\" wfd-id=\"88\"><span data-css=\"tve-u-165e64c08ca\" style=\"font-family: Merriweather;\" wfd-id=\"89\">How do we use your information?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08cb\" style=\"font-weight: 400;\" wfd-id=\"86\"><span data-css=\"tve-u-165e64c08cc\" style=\"font-family: Merriweather;\" wfd-id=\"87\">We may use the information we collect from you when you register, make a purchase, sign up for our newsletter, respond to a survey or marketing communication, surf the website, or use certain other site features in the following ways:<br>â€¢ To personalize user\'s experience and to allow us to deliver the type of content and product offerings in which you are most interested.<br>â€¢ To improve our website in order to better serve you.<br>â€¢ To allow us to better service you in responding to your customer service requests.<br>â€¢ To administer a contest, promotion, survey or other site feature.<br>â€¢ To quickly process your transactions.<br>â€¢ To send periodic emails regarding your order or other products and services.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08ce\" style=\"font-weight: 400;\" wfd-id=\"84\"><span data-css=\"tve-u-165e64c08cf\" style=\"font-family: Merriweather;\" wfd-id=\"85\">How do we protect visitor information?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08d0\" style=\"font-weight: 400;\" wfd-id=\"82\"><span data-css=\"tve-u-165e64c08d1\" style=\"font-family: Merriweather;\" wfd-id=\"83\">Our website is scanned on a regular basis for security holes and known vulnerabilities in order to make your visit to our site as safe as possible.<br>We use regular Malware Scanning.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08d3\" style=\"font-weight: 400;\" wfd-id=\"80\"><span data-css=\"tve-u-165e64c08d4\" style=\"font-family: Merriweather;\" wfd-id=\"81\">Your personal information is contained behind secured networks and is only accessible by a limited number of persons who have special access rights to such systems, and are required to keep the information confidential. In addition, all sensitive/credit information you supply is encrypted via Secure Socket Layer (SSL) technology.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08d5\" style=\"font-weight: 400;\" wfd-id=\"78\"><span data-css=\"tve-u-165e64c08d6\" style=\"font-family: Merriweather;\" wfd-id=\"79\">We implement a variety of security measures when a user places an order, enters, submits, or accesses their information to maintain the safety of your personal information.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08d8\" style=\"font-weight: 400;\" wfd-id=\"76\"><span data-css=\"tve-u-165e64c08d9\" style=\"font-family: Merriweather;\" wfd-id=\"77\">All transactions are processed through a gateway provider and are not stored or processed on our servers.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08da\" style=\"font-weight: 400;\" wfd-id=\"74\"><span data-css=\"tve-u-165e64c08db\" style=\"font-family: Merriweather;\" wfd-id=\"75\">Do we use \'cookies\'?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08dd\" style=\"font-weight: 400;\" wfd-id=\"72\"><span data-css=\"tve-u-165e64c08de\" style=\"font-family: Merriweather;\" wfd-id=\"73\">Yes. Cookies are small files that a site or its service provider transfers to your computer\'s hard drive through your Web browser (if you allow) that enable the site\'s or service provider\'s systems to recognize your browser and capture and remember certain information. For instance, we use cookies to help us remember and process the items in your shopping cart. They are also used to help us understand your preferences based on previous or current site activity, which enables us to provide you with improved services. We also use cookies to help us compile aggregate data about site traffic and site interaction so that we can offer better site experiences and tools in the future.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08df\" style=\"font-weight: 400;\" wfd-id=\"70\"><span data-css=\"tve-u-165e64c08e0\" style=\"font-family: Merriweather;\" wfd-id=\"71\">We use cookies to:</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08e2\" style=\"font-weight: 400;\" wfd-id=\"68\"><span data-css=\"tve-u-165e64c08e3\" style=\"font-family: Merriweather;\" wfd-id=\"69\">â€¢ Help remember and process the items in the shopping cart.<br>â€¢ Understand and save user\'s preferences for future visits.<br>You can choose to have your computer warn you each time a cookie is being sent, or you can choose to turn off all cookies. You do this through your browser (like Internet Explorer) settings. Each browser is a little different, so look at your browser\'s Help menu to learn the correct way to modify your cookies.<br>If users disable cookies in their browser:<br>If you turn off cookies, some features will be disabled. However, you can still place orders for<br>saved items in your shopping cart over the telephone by contacting customer service.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08e4\" style=\"font-weight: 400;\" wfd-id=\"66\"><span data-css=\"tve-u-165e64c08e5\" style=\"font-family: Merriweather;\" wfd-id=\"67\">Third Party Disclosure</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08e7\" style=\"font-weight: 400;\" wfd-id=\"64\"><span data-css=\"tve-u-165e64c08e8\" style=\"font-family: Merriweather;\" wfd-id=\"65\">We do not sell, trade, or otherwise transfer to outside parties your personally identifiable information.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08e9\" style=\"font-weight: 400;\" wfd-id=\"62\"><span data-css=\"tve-u-165e64c08ea\" style=\"font-family: Merriweather;\" wfd-id=\"63\">Third party links</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08ec\" style=\"font-weight: 400;\" wfd-id=\"60\"><span data-css=\"tve-u-165e64c08ed\" style=\"font-family: Merriweather;\" wfd-id=\"61\">Occasionally, at our discretion, we may include or offer third party products or services on our website. These third party sites have separate and independent privacy policies. We therefore have no responsibility or liability for the content and activities of these linked sites. Nonetheless, we seek to protect the integrity of our site and welcome any feedback about these sites.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08ee\" style=\"font-weight: 400;\" wfd-id=\"58\"><span data-css=\"tve-u-165e64c08f0\" style=\"font-family: Merriweather;\" wfd-id=\"59\">Google</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08f1\" style=\"font-weight: 400;\" wfd-id=\"56\"><span data-css=\"tve-u-165e64c08f2\" style=\"font-family: Merriweather;\" wfd-id=\"57\">Google\'s advertising requirements can be summed up by Google\'s Advertising Principles. They are put in place to provide a positive experience for users. https://support.google.com/adwordspolicy/answer/1316548?hl=en<br>Opting out:<br>Users can set preferences for how Google advertises to you using the Google Ad Settings page. Alternatively, you can opt out by visiting the Network Advertising initiative opt out page or permanently using the Google Analytics Opt Out Browser add on.<br>California Online Privacy Protection Act<br>CalOPPA is the first state law in the nation to require commercial websites and online services to post a privacy policy. The law\'s reach stretches well beyond California to require a person or company in the United States (and conceivably the world) that operates websites collecting personally identifiable information from California consumers to post a conspicuous privacy policy on its website stating exactly the information being collected and those individuals with whom it is being shared, and to comply with this policy.<br>See more at: http://consumercal.org/california-online-privacy-protection-act-caloppa/#sthash.0FdRbT51.dpuf<br>According to CalOPPA we agree to the following:<br>Users can visit our site anonymously<br>Once this privacy policy is created, we will add a link to it on our home page, or as a minimum on the first significant page after entering our website.<br>Our Privacy Policy link includes the word \'Privacy\', and can be easily be found on the page specified above.<br>Users will be notified of any privacy policy changes:<br>â€¢ On our Privacy Policy Page<br>Users are able to change their personal information:<br>â€¢ By emailing us<br>â€¢ By calling us</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08f3\" style=\"font-weight: 400;\" wfd-id=\"54\"><span data-css=\"tve-u-165e64c08f6\" style=\"font-family: Merriweather;\" wfd-id=\"55\">How does our site handle do not track signals?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08f7\" style=\"font-weight: 400;\" wfd-id=\"52\"><span data-css=\"tve-u-165e64c08f8\" style=\"font-family: Merriweather;\" wfd-id=\"53\">We honor do not track signals and do not track, plant cookies, or use advertising when a Do Not Track (DNT) browser mechanism is in place.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08f9\" style=\"font-weight: 400;\" wfd-id=\"50\"><span data-css=\"tve-u-165e64c08fa\" style=\"font-family: Merriweather;\" wfd-id=\"51\">Does our site allow third party behavioral tracking?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08fb\" style=\"font-weight: 400;\" wfd-id=\"48\"><span data-css=\"tve-u-165e64c08fc\" style=\"font-family: Merriweather;\" wfd-id=\"49\">It\'s also important to note that we do not allow third party behavioral tracking<br>COPPA (Children Online Privacy Protection Act)<br>When it comes to the collection of personal information from children under 13, the Children\'s Online Privacy Protection Act (COPPA) puts parents in control. The Federal Trade Commission, the nation\'s consumer protection agency, enforces the COPPA Rule, which spells out what operators of websites and online services must do to protect children\'s privacy and safety online.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08fe\" style=\"font-weight: 400;\" wfd-id=\"46\"><span data-css=\"tve-u-165e64c08ff\" style=\"font-family: Merriweather;\" wfd-id=\"47\">We do not specifically market to children under 13.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c0900\" style=\"font-weight: 400;\" wfd-id=\"44\"><span data-css=\"tve-u-165e64c0901\" style=\"font-family: Merriweather;\" wfd-id=\"45\">Fair Information Practices</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c0903\" style=\"font-weight: 400;\" wfd-id=\"42\"><span data-css=\"tve-u-165e64c0904\" style=\"font-family: Merriweather;\" wfd-id=\"43\">The Fair Information Practices Principles form the backbone of privacy law in the United States and the concepts they include have played a significant role in the development of data protection laws around the globe. Understanding the Fair Information Practice Principles and how they should be implemented is critical to comply with the various privacy laws that protect personal information.<br>In order to be in line with Fair Information Practices we will take the following responsive action, should a data breach occur:<br>â€¢ Within 7 business days<br>We will notify the users via in site notification<br>â€¢ Within 7 business days<br>We also agree to the individual redress principle, which requires that individuals have a right to pursue legally enforceable rights against data collectors and processors who fail to adhere to the law. This principle requires not only that individuals have enforceable rights against data users, but also that individuals have recourse to courts or a government agency to investigate and/or prosecute non-compliance by data processors.<br>CAN SPAM Act<br>The CAN-SPAM Act is a law that sets the rules for commercial email, establishes requirements for commercial messages, gives recipients the right to have emails stopped from being sent to them, and spells out tough penalties for violations.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c0905\" style=\"font-weight: 400;\" wfd-id=\"40\"><span data-css=\"tve-u-165e64c0906\" style=\"font-family: Merriweather;\" wfd-id=\"41\">We collect your email address in order to:</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c0908\" style=\"font-weight: 400;\" wfd-id=\"38\"><span data-css=\"tve-u-165e64c0909\" style=\"font-family: Merriweather;\" wfd-id=\"39\">â€¢ Send information, respond to inquiries, and/or other requests or questions.<br>â€¢ Process orders and to send information and updates pertaining to orders<br>â€¢ Market to our mailing list or continue to send emails to our clients after the original transaction has occurred<br>To be in accordance with CANSPAM we agree to the following:<br>â€¢ NOT use false, or misleading subjects or email addresses<br>â€¢ Identify the message as an advertisement in some reasonable way<br>â€¢ Include the physical address of our business or site headquarters<br>â€¢ Monitor third party email marketing services for compliance, if one is used.<br>â€¢ Honor opt-out/unsubscribe requests quickly<br>â€¢ Allow users to unsubscribe by using the link at the bottom of each email<br>If at any time you would like to unsubscribe from receiving future emails, you can email us at<br>â€¢ Follow the instructions at the bottom of each email. and we will promptly remove you from ALL correspondence.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c090a\" style=\"font-weight: 400;\" wfd-id=\"36\"><span data-css=\"tve-u-165e64c090c\" style=\"font-family: Merriweather;\" wfd-id=\"37\">Contacting Us</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c090d\" style=\"font-weight: 400;\" wfd-id=\"34\"><span data-css=\"tve-u-165e64c090e\" style=\"font-family: Merriweather;\" wfd-id=\"35\">If there are any questions regarding this privacy policy you may contact us using the information below.<br>Blackhawk Custom, LLC.<br>825 South Kings Highway<br>Fort Pierce, FL 34945<br>United States<br>https://www.blackhawkcustom.com</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c090d\" style=\"font-weight: 400;\" wfd-id=\"32\"><span data-css=\"tve-u-165e64c090e\" style=\"font-family: Merriweather;\" wfd-id=\"33\"><br>Conditions of use:</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c090d\" style=\"font-weight: 400;\" wfd-id=\"30\"><span data-css=\"tve-u-165e64c090e\" style=\"font-family: Merriweather;\" wfd-id=\"31\">â€‹</span></span><span data-css=\"tve-u-165e64c0910\" style=\"font-family: Merriweather; font-weight: 400;\" wfd-id=\"29\">By using this website, you agree to all of our terms and conditions of the sale<br>All sales are final (See our refund policy)</span></p></div></div>\n</div>'),(5592,143,'tve_revision_tve_content_more_found',''),(5593,143,'tve_revision_tve_save_post',''),(5594,143,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Special+Elite:400&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Merriweather:400,400i,700,700i&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Montserrat:400,700&subset=latin\");@media (min-width: 300px){#tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] p, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] li, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] blockquote, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] address, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] .tcb-plain-text, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] h1, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] h2, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] h3, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] h4, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] h5, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] h6 { color: rgb(255, 255, 255); }[data-css=\"tve-u-1642b667be5\"] { max-width: 1200px; float: none; width: 100%; padding: 5px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1642b32e2c2\"] { float: none; z-index: 3; position: relative; width: 100%; margin-left: auto !important; margin-right: auto !important; }#tcb_landing_page a.tve_state_hover:not(.tcb-button-link) { color: rgb(179, 144, 57); }[data-css=\"tve-u-1642b25c464\"] { padding: 5px 10px !important; background-image: none !important; }[data-css=\"tve-u-1642b20c920\"] strong { font-weight: 700 !important; }#tve_editor [data-css=\"tve-u-1642b20c920\"] { font-size: 16px !important; font-family: Montserrat !important; font-weight: 400 !important; }#tve_editor [data-css=\"tve-u-16035acf904\"] { font-size: 24px !important; font-family: \"Special Elite\" !important; font-weight: 400 !important; text-transform: capitalize !important; }.tcb-plain-text strong { font-weight: 700; }.tcb-plain-text { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page a strong { font-weight: 700; }#tcb_landing_page h6 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(0, 0, 0); font-size: 20px; }#tcb_landing_page h5 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(0, 0, 0); font-size: 24px; }#tcb_landing_page h4 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(0, 0, 0); font-size: 30px; }#tcb_landing_page a:not(.tcb-button-link) { color: rgb(0, 0, 0); text-decoration: underline; }#tcb_landing_page h3 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(0, 0, 0); font-size: 38px; line-height: 1.3em; }#tcb_landing_page h2 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(0, 0, 0); font-size: 45px; line-height: 1.3em; }#tcb_landing_page h1 { font-family: \"Special Elite\"; font-weight: 400; font-size: 50px; line-height: 1.3em; color: rgb(0, 0, 0); }#tcb_landing_page p strong, #tcb_landing_page li strong { font-weight: 700; }#tcb_landing_page p, #tcb_landing_page li { font-family: Merriweather; font-weight: 400; font-size: 17px; line-height: 1.6em; color: rgb(0, 0, 0); }[data-css=\"tve-u-15e09c94f7d\"] { background-color: rgb(0, 0, 0) !important; }#tcb_landing_page a:hover:not(.tcb-button-link) { text-decoration: none; color: rgb(179, 144, 57); }#tcb_landing_page .tve-state-hovera:not(.tcb-button-link) { text-decoration: none; }#tcb_landing_page a.tve-state-hover:not(.tcb-button-link) { text-decoration: none; }[data-css=\"tve-u-1642b6ef7e6\"]::after { clear: both; }[data-css=\"tve-u-165e6491162\"] strong { font-weight: 700 !important; }#tve_editor [data-css=\"tve-u-165e6491162\"] { font-size: 16px !important; font-family: Montserrat !important; font-weight: 400 !important; }[data-css=\"tve-u-165e6492b04\"] strong { font-weight: 700 !important; }#tve_editor [data-css=\"tve-u-165e6492b04\"] { font-size: 16px !important; font-family: Merriweather !important; font-weight: 400 !important; }[data-css=\"tve-u-1642b6ef7e6\"] p, [data-css=\"tve-u-1642b6ef7e6\"] li, [data-css=\"tve-u-1642b6ef7e6\"] blockquote, [data-css=\"tve-u-1642b6ef7e6\"] address, [data-css=\"tve-u-1642b6ef7e6\"] .tcb-plain-text, [data-css=\"tve-u-1642b6ef7e6\"] label, [data-css=\"tve-u-1642b6ef7e6\"] h1, [data-css=\"tve-u-1642b6ef7e6\"] h2, [data-css=\"tve-u-1642b6ef7e6\"] h3, [data-css=\"tve-u-1642b6ef7e6\"] h4, [data-css=\"tve-u-1642b6ef7e6\"] h5, [data-css=\"tve-u-1642b6ef7e6\"] h6 { font-weight: 400 !important; }#tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] p, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] li, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] blockquote, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] address, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] .tcb-plain-text, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] label { font-family: Merriweather; }#tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] strong { font-weight: 700; }#tcb_landing_page .tcb-plain-text { color: rgb(0, 0, 0); font-family: Merriweather; font-weight: 400; }#tcb_landing_page .tcb-button-link { font-family: Merriweather; font-weight: 400; }#tcb_landing_page input { font-family: Merriweather; font-weight: 400; }#tcb_landing_page .tcb-button-link strong { font-weight: 700; }#tcb_landing_page input strong { font-weight: 700; }#tcb_landing_page .tcb-plain-text strong { font-weight: 700; }[data-css=\"tve-u-165e64c08c2\"] { font-family: Merriweather !important; font-weight: 400 !important; }[data-css=\"tve-u-165e64c08c4\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08c5\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08c6\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08c7\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08c9\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08ca\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08cb\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08cc\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08ce\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08cf\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08d0\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08d1\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08d3\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08d4\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08d5\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08d6\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08d8\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08d9\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08da\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08db\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08dd\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08de\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08df\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08e0\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08e2\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08e3\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08e4\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08e5\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08e7\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08e8\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08e9\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08ea\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08ec\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08ed\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08ee\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08f0\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08f1\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08f2\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08f3\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08f6\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08f7\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08f8\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08f9\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08fa\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08fb\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08fc\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08fe\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08ff\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c0900\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c0901\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c0903\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c0904\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c0905\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c0906\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c0908\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c0909\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c090a\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c090c\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c090d\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c090e\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c0910\"] { font-family: Merriweather !important; font-weight: 400 !important; }[data-css=\"tve-u-165e64c08c2\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-165e64c579a\"] { font-family: Merriweather !important; font-weight: 400 !important; }[data-css=\"tve-u-165e64c579a\"] strong { font-weight: 700 !important; }}@media (max-width: 1023px){#tcb_landing_page a:not(.tcb-button-link) { color: rgb(0, 0, 0); }.tcb-plain-text { color: rgb(0, 0, 0); }#tcb_landing_page p, #tcb_landing_page li { color: rgb(0, 0, 0); }#tcb_landing_page h6 { color: rgb(0, 0, 0); }#tcb_landing_page h5 { color: rgb(0, 0, 0); }#tcb_landing_page h4 { color: rgb(0, 0, 0); }#tcb_landing_page h3 { color: rgb(0, 0, 0); }#tcb_landing_page h2 { color: rgb(0, 0, 0); }#tcb_landing_page h1 { color: rgb(0, 0, 0); }}@media (max-width: 767px){#tve_editor [data-css=\"tve-u-16035acf904\"] { font-size: 36px !important; }#tve_editor [data-css=\"tve-u-165e6491162\"] { font-size: 15px !important; }}'),(5595,143,'tve_revision_tve_user_custom_css',''),(5596,143,'tve_revision_tve_page_events','a:0:{}'),(5597,143,'tve_revision_tve_globals','a:2:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";s:8:\"font_cls\";a:0:{}}'),(5598,143,'tve_revision_tve_global_scripts',''),(5599,143,'tve_revision_thrive_icon_pack','0'),(5600,143,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(5601,143,'tve_revision_tve_has_masonry','0'),(5602,143,'tve_revision_tve_has_typefocus','0'),(5603,143,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-custom-menu-inside\" data-css=\"tve-u-1642b667be5\" style=\"z-index: 8;\" wfd-id=\"24\">\n<div class=\"tve-content-box-background\" wfd-id=\"99\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1642b6ef7e6\" style=\"z-index: 8;\" wfd-id=\"25\"><div class=\"thrv_wrapper thrv_heading\" style=\"\" data-tag=\"h1\" data-css=\"tve-u-1642b32e2c2\" wfd-id=\"96\"><h1 data-css=\"tve-u-16035acf904\" style=\"text-align: center;\"><strong>Privacy</strong></h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" data-css=\"tve-u-1642b25c464\" wfd-id=\"26\"><p data-css=\"tve-u-165e6491162\"><span data-css=\"tve-u-165e64c579a\" style=\"font-family: Merriweather; font-weight: 400;\" wfd-id=\"95\">Privacy Policy</span></p><p data-css=\"tve-u-165e6492b04\"><span data-css=\"tve-u-165e64c08c2\" style=\"font-family: Merriweather; font-weight: 400;\" wfd-id=\"94\">What personal information do we collect from the people that visit our blog, website or app?<br>When ordering or registering on our site, as appropriate, you may be asked to enter your name, email address, mailing address, phone number, credit card information or other details to help you with your experience.</span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08c4\" style=\"font-weight: 400;\" wfd-id=\"92\"><span data-css=\"tve-u-165e64c08c5\" style=\"font-family: Merriweather;\" wfd-id=\"93\">When do we collect information?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08c6\" style=\"font-weight: 400;\" wfd-id=\"90\"><span data-css=\"tve-u-165e64c08c7\" style=\"font-family: Merriweather;\" wfd-id=\"91\">We collect information from you when you register on our site, place an order, subscribe to a newsletter, respond to a survey, fill out a form or enter information on our site.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08c9\" style=\"font-weight: 400;\" wfd-id=\"88\"><span data-css=\"tve-u-165e64c08ca\" style=\"font-family: Merriweather;\" wfd-id=\"89\">How do we use your information?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08cb\" style=\"font-weight: 400;\" wfd-id=\"86\"><span data-css=\"tve-u-165e64c08cc\" style=\"font-family: Merriweather;\" wfd-id=\"87\">We may use the information we collect from you when you register, make a purchase, sign up for our newsletter, respond to a survey or marketing communication, surf the website, or use certain other site features in the following ways:<br>â€¢ To personalize user\'s experience and to allow us to deliver the type of content and product offerings in which you are most interested.<br>â€¢ To improve our website in order to better serve you.<br>â€¢ To allow us to better service you in responding to your customer service requests.<br>â€¢ To administer a contest, promotion, survey or other site feature.<br>â€¢ To quickly process your transactions.<br>â€¢ To send periodic emails regarding your order or other products and services.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08ce\" style=\"font-weight: 400;\" wfd-id=\"84\"><span data-css=\"tve-u-165e64c08cf\" style=\"font-family: Merriweather;\" wfd-id=\"85\">How do we protect visitor information?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08d0\" style=\"font-weight: 400;\" wfd-id=\"82\"><span data-css=\"tve-u-165e64c08d1\" style=\"font-family: Merriweather;\" wfd-id=\"83\">Our website is scanned on a regular basis for security holes and known vulnerabilities in order to make your visit to our site as safe as possible.<br>We use regular Malware Scanning.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08d3\" style=\"font-weight: 400;\" wfd-id=\"80\"><span data-css=\"tve-u-165e64c08d4\" style=\"font-family: Merriweather;\" wfd-id=\"81\">Your personal information is contained behind secured networks and is only accessible by a limited number of persons who have special access rights to such systems, and are required to keep the information confidential. In addition, all sensitive/credit information you supply is encrypted via Secure Socket Layer (SSL) technology.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08d5\" style=\"font-weight: 400;\" wfd-id=\"78\"><span data-css=\"tve-u-165e64c08d6\" style=\"font-family: Merriweather;\" wfd-id=\"79\">We implement a variety of security measures when a user places an order, enters, submits, or accesses their information to maintain the safety of your personal information.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08d8\" style=\"font-weight: 400;\" wfd-id=\"76\"><span data-css=\"tve-u-165e64c08d9\" style=\"font-family: Merriweather;\" wfd-id=\"77\">All transactions are processed through a gateway provider and are not stored or processed on our servers.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08da\" style=\"font-weight: 400;\" wfd-id=\"74\"><span data-css=\"tve-u-165e64c08db\" style=\"font-family: Merriweather;\" wfd-id=\"75\">Do we use \'cookies\'?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08dd\" style=\"font-weight: 400;\" wfd-id=\"72\"><span data-css=\"tve-u-165e64c08de\" style=\"font-family: Merriweather;\" wfd-id=\"73\">Yes. Cookies are small files that a site or its service provider transfers to your computer\'s hard drive through your Web browser (if you allow) that enable the site\'s or service provider\'s systems to recognize your browser and capture and remember certain information. For instance, we use cookies to help us remember and process the items in your shopping cart. They are also used to help us understand your preferences based on previous or current site activity, which enables us to provide you with improved services. We also use cookies to help us compile aggregate data about site traffic and site interaction so that we can offer better site experiences and tools in the future.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08df\" style=\"font-weight: 400;\" wfd-id=\"70\"><span data-css=\"tve-u-165e64c08e0\" style=\"font-family: Merriweather;\" wfd-id=\"71\">We use cookies to:</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08e2\" style=\"font-weight: 400;\" wfd-id=\"68\"><span data-css=\"tve-u-165e64c08e3\" style=\"font-family: Merriweather;\" wfd-id=\"69\">â€¢ Help remember and process the items in the shopping cart.<br>â€¢ Understand and save user\'s preferences for future visits.<br>You can choose to have your computer warn you each time a cookie is being sent, or you can choose to turn off all cookies. You do this through your browser (like Internet Explorer) settings. Each browser is a little different, so look at your browser\'s Help menu to learn the correct way to modify your cookies.<br>If users disable cookies in their browser:<br>If you turn off cookies, some features will be disabled. However, you can still place orders for<br>saved items in your shopping cart over the telephone by contacting customer service.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08e4\" style=\"font-weight: 400;\" wfd-id=\"66\"><span data-css=\"tve-u-165e64c08e5\" style=\"font-family: Merriweather;\" wfd-id=\"67\">Third Party Disclosure</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08e7\" style=\"font-weight: 400;\" wfd-id=\"64\"><span data-css=\"tve-u-165e64c08e8\" style=\"font-family: Merriweather;\" wfd-id=\"65\">We do not sell, trade, or otherwise transfer to outside parties your personally identifiable information.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08e9\" style=\"font-weight: 400;\" wfd-id=\"62\"><span data-css=\"tve-u-165e64c08ea\" style=\"font-family: Merriweather;\" wfd-id=\"63\">Third party links</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08ec\" style=\"font-weight: 400;\" wfd-id=\"60\"><span data-css=\"tve-u-165e64c08ed\" style=\"font-family: Merriweather;\" wfd-id=\"61\">Occasionally, at our discretion, we may include or offer third party products or services on our website. These third party sites have separate and independent privacy policies. We therefore have no responsibility or liability for the content and activities of these linked sites. Nonetheless, we seek to protect the integrity of our site and welcome any feedback about these sites.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08ee\" style=\"font-weight: 400;\" wfd-id=\"58\"><span data-css=\"tve-u-165e64c08f0\" style=\"font-family: Merriweather;\" wfd-id=\"59\">Google</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08f1\" style=\"font-weight: 400;\" wfd-id=\"56\"><span data-css=\"tve-u-165e64c08f2\" style=\"font-family: Merriweather;\" wfd-id=\"57\">Google\'s advertising requirements can be summed up by Google\'s Advertising Principles. They are put in place to provide a positive experience for users. https://support.google.com/adwordspolicy/answer/1316548?hl=en<br>Opting out:<br>Users can set preferences for how Google advertises to you using the Google Ad Settings page. Alternatively, you can opt out by visiting the Network Advertising initiative opt out page or permanently using the Google Analytics Opt Out Browser add on.<br>California Online Privacy Protection Act<br>CalOPPA is the first state law in the nation to require commercial websites and online services to post a privacy policy. The law\'s reach stretches well beyond California to require a person or company in the United States (and conceivably the world) that operates websites collecting personally identifiable information from California consumers to post a conspicuous privacy policy on its website stating exactly the information being collected and those individuals with whom it is being shared, and to comply with this policy.<br>See more at: http://consumercal.org/california-online-privacy-protection-act-caloppa/#sthash.0FdRbT51.dpuf<br>According to CalOPPA we agree to the following:<br>Users can visit our site anonymously<br>Once this privacy policy is created, we will add a link to it on our home page, or as a minimum on the first significant page after entering our website.<br>Our Privacy Policy link includes the word \'Privacy\', and can be easily be found on the page specified above.<br>Users will be notified of any privacy policy changes:<br>â€¢ On our Privacy Policy Page<br>Users are able to change their personal information:<br>â€¢ By emailing us<br>â€¢ By calling us</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08f3\" style=\"font-weight: 400;\" wfd-id=\"54\"><span data-css=\"tve-u-165e64c08f6\" style=\"font-family: Merriweather;\" wfd-id=\"55\">How does our site handle do not track signals?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08f7\" style=\"font-weight: 400;\" wfd-id=\"52\"><span data-css=\"tve-u-165e64c08f8\" style=\"font-family: Merriweather;\" wfd-id=\"53\">We honor do not track signals and do not track, plant cookies, or use advertising when a Do Not Track (DNT) browser mechanism is in place.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08f9\" style=\"font-weight: 400;\" wfd-id=\"50\"><span data-css=\"tve-u-165e64c08fa\" style=\"font-family: Merriweather;\" wfd-id=\"51\">Does our site allow third party behavioral tracking?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08fb\" style=\"font-weight: 400;\" wfd-id=\"48\"><span data-css=\"tve-u-165e64c08fc\" style=\"font-family: Merriweather;\" wfd-id=\"49\">It\'s also important to note that we do not allow third party behavioral tracking<br>COPPA (Children Online Privacy Protection Act)<br>When it comes to the collection of personal information from children under 13, the Children\'s Online Privacy Protection Act (COPPA) puts parents in control. The Federal Trade Commission, the nation\'s consumer protection agency, enforces the COPPA Rule, which spells out what operators of websites and online services must do to protect children\'s privacy and safety online.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08fe\" style=\"font-weight: 400;\" wfd-id=\"46\"><span data-css=\"tve-u-165e64c08ff\" style=\"font-family: Merriweather;\" wfd-id=\"47\">We do not specifically market to children under 13.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c0900\" style=\"font-weight: 400;\" wfd-id=\"44\"><span data-css=\"tve-u-165e64c0901\" style=\"font-family: Merriweather;\" wfd-id=\"45\">Fair Information Practices</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c0903\" style=\"font-weight: 400;\" wfd-id=\"42\"><span data-css=\"tve-u-165e64c0904\" style=\"font-family: Merriweather;\" wfd-id=\"43\">The Fair Information Practices Principles form the backbone of privacy law in the United States and the concepts they include have played a significant role in the development of data protection laws around the globe. Understanding the Fair Information Practice Principles and how they should be implemented is critical to comply with the various privacy laws that protect personal information.<br>In order to be in line with Fair Information Practices we will take the following responsive action, should a data breach occur:<br>â€¢ Within 7 business days<br>We will notify the users via in site notification<br>â€¢ Within 7 business days<br>We also agree to the individual redress principle, which requires that individuals have a right to pursue legally enforceable rights against data collectors and processors who fail to adhere to the law. This principle requires not only that individuals have enforceable rights against data users, but also that individuals have recourse to courts or a government agency to investigate and/or prosecute non-compliance by data processors.<br>CAN SPAM Act<br>The CAN-SPAM Act is a law that sets the rules for commercial email, establishes requirements for commercial messages, gives recipients the right to have emails stopped from being sent to them, and spells out tough penalties for violations.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c0905\" style=\"font-weight: 400;\" wfd-id=\"40\"><span data-css=\"tve-u-165e64c0906\" style=\"font-family: Merriweather;\" wfd-id=\"41\">We collect your email address in order to:</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c0908\" style=\"font-weight: 400;\" wfd-id=\"38\"><span data-css=\"tve-u-165e64c0909\" style=\"font-family: Merriweather;\" wfd-id=\"39\">â€¢ Send information, respond to inquiries, and/or other requests or questions.<br>â€¢ Process orders and to send information and updates pertaining to orders<br>â€¢ Market to our mailing list or continue to send emails to our clients after the original transaction has occurred<br>To be in accordance with CANSPAM we agree to the following:<br>â€¢ NOT use false, or misleading subjects or email addresses<br>â€¢ Identify the message as an advertisement in some reasonable way<br>â€¢ Include the physical address of our business or site headquarters<br>â€¢ Monitor third party email marketing services for compliance, if one is used.<br>â€¢ Honor opt-out/unsubscribe requests quickly<br>â€¢ Allow users to unsubscribe by using the link at the bottom of each email<br>If at any time you would like to unsubscribe from receiving future emails, you can email us at<br>â€¢ Follow the instructions at the bottom of each email. and we will promptly remove you from ALL correspondence.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c090a\" style=\"font-weight: 400;\" wfd-id=\"36\"><span data-css=\"tve-u-165e64c090c\" style=\"font-family: Merriweather;\" wfd-id=\"37\">Contacting Us</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c090d\" style=\"font-weight: 400;\" wfd-id=\"34\"><span data-css=\"tve-u-165e64c090e\" style=\"font-family: Merriweather;\" wfd-id=\"35\">If there are any questions regarding this privacy policy you may contact us using the information below.<br>Blackhawk Custom, LLC.<br>825 South Kings Highway<br>Fort Pierce, FL 34945<br>United States<br>https://www.blackhawkcustom.com</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c090d\" style=\"font-weight: 400;\" wfd-id=\"32\"><span data-css=\"tve-u-165e64c090e\" style=\"font-family: Merriweather;\" wfd-id=\"33\"><br>Conditions of use:</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c090d\" style=\"font-weight: 400;\" wfd-id=\"30\"><span data-css=\"tve-u-165e64c090e\" style=\"font-family: Merriweather;\" wfd-id=\"31\">â€‹</span></span><span data-css=\"tve-u-165e64c0910\" style=\"font-family: Merriweather; font-weight: 400;\" wfd-id=\"29\">By using this website, you agree to all of our terms and conditions of the sale<br>All sales are final (See our refund policy)</span></p></div></div>\n</div>'),(5604,143,'tve_revision_tve_has_wistia_popover','0'),(7119,587,'tve_revision_tve_disable_theme_dependency','1'),(7120,587,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-custom-menu-inside\" data-css=\"tve-u-1642b667be5\" style=\"z-index: 8;\" wfd-id=\"34\">\n<div class=\"tve-content-box-background\" wfd-id=\"115\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1642b6ef7e6\" style=\"z-index: 8;\" wfd-id=\"35\"><div class=\"tcb-clear\" data-css=\"tve-u-16954cb2bb5\" wfd-id=\"104\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16954aadb7d\" wfd-id=\"105\"><div class=\"tcb-flex-row tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-16954aa12b2\" wfd-id=\"106\"><div class=\"tcb-flex-col\" data-css=\"tve-u-16954aa558a\" style=\"\" wfd-id=\"111\"><div class=\"tcb-col\" data-css=\"tve-u-16954c7c616\" wfd-id=\"113\"><a href=\"https://bestcerakoteflorida.com/\" rel=\"\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-16954a9c938\" data-link-wrap=\"1\" wfd-id=\"114\"><svg class=\"tcb-icon\" viewBox=\"0 0 576 512\" data-id=\"icon-home-regular\" data-name=\"\">\n            <path d=\"M557.1 240.7L512 203.8V104c0-4.4-3.6-8-8-8h-32c-4.4 0-8 3.6-8 8v60.5L313.4 41.1c-14.7-12.1-36-12.1-50.7 0L18.9 240.7c-3.4 2.8-3.9 7.8-1.1 11.3l20.3 24.8c2.8 3.4 7.8 3.9 11.3 1.1l14.7-12V464c0 8.8 7.2 16 16 16h168c4.4 0 8-3.6 8-8V344h64v128c0 4.4 3.6 8 8 8h168c8.8 0 16-7.2 16-16V265.8l14.7 12c3.4 2.8 8.5 2.3 11.3-1.1l20.3-24.8c2.6-3.4 2.1-8.4-1.3-11.2zM464 432h-96V304c0-4.4-3.6-8-8-8H216c-4.4 0-8 3.6-8 8v128h-96V226.5l170.9-140c2.9-2.4 7.2-2.4 10.1 0l170.9 140V432z\"></path>\n        </svg></div></a></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-16954aa55b5\" style=\"\" wfd-id=\"107\"><div class=\"tcb-col\" wfd-id=\"109\"><div class=\"thrv_wrapper thrv_heading\" style=\"\" data-tag=\"h1\" data-css=\"tve-u-1642b32e2c2\" wfd-id=\"110\"><h1 data-css=\"tve-u-16035acf904\" style=\"text-align: center;\"><strong>Privacy</strong></h1></div></div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" data-css=\"tve-u-1642b25c464\" wfd-id=\"36\"><p data-css=\"tve-u-165e6491162\"><span data-css=\"tve-u-165e64c579a\" style=\"font-family: Merriweather; font-weight: 400;\">Privacy Policy</span></p><p data-css=\"tve-u-165e6492b04\"><span data-css=\"tve-u-165e64c08c2\" style=\"font-family: Merriweather; font-weight: 400;\">What personal information do we collect from the people that visit our blog, website or app?<br>When ordering or registering on our site, as appropriate, you may be asked to enter your name, email address, mailing address, phone number, credit card information or other details to help you with your experience.</span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08c4\" style=\"font-weight: 400;\"><span data-css=\"tve-u-165e64c08c5\" style=\"font-family: Merriweather;\">When do we collect information?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08c6\" style=\"font-weight: 400;\"><span data-css=\"tve-u-165e64c08c7\" style=\"font-family: Merriweather;\">We collect information from you when you register on our site, place an order, subscribe to a newsletter, respond to a survey, fill out a form or enter information on our site.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08c9\" style=\"font-weight: 400;\"><span data-css=\"tve-u-165e64c08ca\" style=\"font-family: Merriweather;\">How do we use your information?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08cb\" style=\"font-weight: 400;\"><span data-css=\"tve-u-165e64c08cc\" style=\"font-family: Merriweather;\">We may use the information we collect from you when you register, make a purchase, sign up for our newsletter, respond to a survey or marketing communication, surf the website, or use certain other site features in the following ways:<br>â€¢ To personalize user\'s experience and to allow us to deliver the type of content and product offerings in which you are most interested.<br>â€¢ To improve our website in order to better serve you.<br>â€¢ To allow us to better service you in responding to your customer service requests.<br>â€¢ To administer a contest, promotion, survey or other site feature.<br>â€¢ To quickly process your transactions.<br>â€¢ To send periodic emails regarding your order or other products and services.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08ce\" style=\"font-weight: 400;\"><span data-css=\"tve-u-165e64c08cf\" style=\"font-family: Merriweather;\">How do we protect visitor information?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08d0\" style=\"font-weight: 400;\"><span data-css=\"tve-u-165e64c08d1\" style=\"font-family: Merriweather;\">Our website is scanned on a regular basis for security holes and known vulnerabilities in order to make your visit to our site as safe as possible.<br>We use regular Malware Scanning.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08d3\" style=\"font-weight: 400;\"><span data-css=\"tve-u-165e64c08d4\" style=\"font-family: Merriweather;\">Your personal information is contained behind secured networks and is only accessible by a limited number of persons who have special access rights to such systems, and are required to keep the information confidential. In addition, all sensitive/credit information you supply is encrypted via Secure Socket Layer (SSL) technology.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08d5\" style=\"font-weight: 400;\"><span data-css=\"tve-u-165e64c08d6\" style=\"font-family: Merriweather;\">We implement a variety of security measures when a user places an order, enters, submits, or accesses their information to maintain the safety of your personal information.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08d8\" style=\"font-weight: 400;\"><span data-css=\"tve-u-165e64c08d9\" style=\"font-family: Merriweather;\">All transactions are processed through a gateway provider and are not stored or processed on our servers.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08da\" style=\"font-weight: 400;\"><span data-css=\"tve-u-165e64c08db\" style=\"font-family: Merriweather;\">Do we use \'cookies\'?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08dd\" style=\"font-weight: 400;\"><span data-css=\"tve-u-165e64c08de\" style=\"font-family: Merriweather;\">Yes. Cookies are small files that a site or its service provider transfers to your computer\'s hard drive through your Web browser (if you allow) that enable the site\'s or service provider\'s systems to recognize your browser and capture and remember certain information. For instance, we use cookies to help us remember and process the items in your shopping cart. They are also used to help us understand your preferences based on previous or current site activity, which enables us to provide you with improved services. We also use cookies to help us compile aggregate data about site traffic and site interaction so that we can offer better site experiences and tools in the future.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08df\" style=\"font-weight: 400;\"><span data-css=\"tve-u-165e64c08e0\" style=\"font-family: Merriweather;\">We use cookies to:</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08e2\" style=\"font-weight: 400;\"><span data-css=\"tve-u-165e64c08e3\" style=\"font-family: Merriweather;\">â€¢ Help remember and process the items in the shopping cart.<br>â€¢ Understand and save user\'s preferences for future visits.<br>You can choose to have your computer warn you each time a cookie is being sent, or you can choose to turn off all cookies. You do this through your browser (like Internet Explorer) settings. Each browser is a little different, so look at your browser\'s Help menu to learn the correct way to modify your cookies.<br>If users disable cookies in their browser:<br>If you turn off cookies, some features will be disabled. However, you can still place orders for<br>saved items in your shopping cart over the telephone by contacting customer service.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08e4\" style=\"font-weight: 400;\"><span data-css=\"tve-u-165e64c08e5\" style=\"font-family: Merriweather;\">Third Party Disclosure</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08e7\" style=\"font-weight: 400;\"><span data-css=\"tve-u-165e64c08e8\" style=\"font-family: Merriweather;\">We do not sell, trade, or otherwise transfer to outside parties your personally identifiable information.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08e9\" style=\"font-weight: 400;\"><span data-css=\"tve-u-165e64c08ea\" style=\"font-family: Merriweather;\">Third party links</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08ec\" style=\"font-weight: 400;\"><span data-css=\"tve-u-165e64c08ed\" style=\"font-family: Merriweather;\">Occasionally, at our discretion, we may include or offer third party products or services on our website. These third party sites have separate and independent privacy policies. We therefore have no responsibility or liability for the content and activities of these linked sites. Nonetheless, we seek to protect the integrity of our site and welcome any feedback about these sites.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08ee\" style=\"font-weight: 400;\"><span data-css=\"tve-u-165e64c08f0\" style=\"font-family: Merriweather;\">Google</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08f1\" style=\"font-weight: 400;\"><span data-css=\"tve-u-165e64c08f2\" style=\"font-family: Merriweather;\">Google\'s advertising requirements can be summed up by Google\'s Advertising Principles. They are put in place to provide a positive experience for users. https://support.google.com/adwordspolicy/answer/1316548?hl=en<br>Opting out:<br>Users can set preferences for how Google advertises to you using the Google Ad Settings page. Alternatively, you can opt out by visiting the Network Advertising initiative opt out page or permanently using the Google Analytics Opt Out Browser add on.<br>California Online Privacy Protection Act<br>CalOPPA is the first state law in the nation to require commercial websites and online services to post a privacy policy. The law\'s reach stretches well beyond California to require a person or company in the United States (and conceivably the world) that operates websites collecting personally identifiable information from California consumers to post a conspicuous privacy policy on its website stating exactly the information being collected and those individuals with whom it is being shared, and to comply with this policy.<br>See more at: http://consumercal.org/california-online-privacy-protection-act-caloppa/#sthash.0FdRbT51.dpuf<br>According to CalOPPA we agree to the following:<br>Users can visit our site anonymously<br>Once this privacy policy is created, we will add a link to it on our home page, or as a minimum on the first significant page after entering our website.<br>Our Privacy Policy link includes the word \'Privacy\', and can be easily be found on the page specified above.<br>Users will be notified of any privacy policy changes:<br>â€¢ On our Privacy Policy Page<br>Users are able to change their personal information:<br>â€¢ By emailing us<br>â€¢ By calling us</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08f3\" style=\"font-weight: 400;\"><span data-css=\"tve-u-165e64c08f6\" style=\"font-family: Merriweather;\">How does our site handle do not track signals?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08f7\" style=\"font-weight: 400;\"><span data-css=\"tve-u-165e64c08f8\" style=\"font-family: Merriweather;\">We honor do not track signals and do not track, plant cookies, or use advertising when a Do Not Track (DNT) browser mechanism is in place.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08f9\" style=\"font-weight: 400;\"><span data-css=\"tve-u-165e64c08fa\" style=\"font-family: Merriweather;\">Does our site allow third party behavioral tracking?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08fb\" style=\"font-weight: 400;\"><span data-css=\"tve-u-165e64c08fc\" style=\"font-family: Merriweather;\">It\'s also important to note that we do not allow third party behavioral tracking<br>COPPA (Children Online Privacy Protection Act)<br>When it comes to the collection of personal information from children under 13, the Children\'s Online Privacy Protection Act (COPPA) puts parents in control. The Federal Trade Commission, the nation\'s consumer protection agency, enforces the COPPA Rule, which spells out what operators of websites and online services must do to protect children\'s privacy and safety online.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08fe\" style=\"font-weight: 400;\"><span data-css=\"tve-u-165e64c08ff\" style=\"font-family: Merriweather;\">We do not specifically market to children under 13.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c0900\" style=\"font-weight: 400;\"><span data-css=\"tve-u-165e64c0901\" style=\"font-family: Merriweather;\">Fair Information Practices</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c0903\" style=\"font-weight: 400;\"><span data-css=\"tve-u-165e64c0904\" style=\"font-family: Merriweather;\">The Fair Information Practices Principles form the backbone of privacy law in the United States and the concepts they include have played a significant role in the development of data protection laws around the globe. Understanding the Fair Information Practice Principles and how they should be implemented is critical to comply with the various privacy laws that protect personal information.<br>In order to be in line with Fair Information Practices we will take the following responsive action, should a data breach occur:<br>â€¢ Within 7 business days<br>We will notify the users via in site notification<br>â€¢ Within 7 business days<br>We also agree to the individual redress principle, which requires that individuals have a right to pursue legally enforceable rights against data collectors and processors who fail to adhere to the law. This principle requires not only that individuals have enforceable rights against data users, but also that individuals have recourse to courts or a government agency to investigate and/or prosecute non-compliance by data processors.<br>CAN SPAM Act<br>The CAN-SPAM Act is a law that sets the rules for commercial email, establishes requirements for commercial messages, gives recipients the right to have emails stopped from being sent to them, and spells out tough penalties for violations.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c0905\" style=\"font-weight: 400;\"><span data-css=\"tve-u-165e64c0906\" style=\"font-family: Merriweather;\">We collect your email address in order to:</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c0908\" style=\"font-weight: 400;\"><span data-css=\"tve-u-165e64c0909\" style=\"font-family: Merriweather;\">â€¢ Send information, respond to inquiries, and/or other requests or questions.<br>â€¢ Process orders and to send information and updates pertaining to orders<br>â€¢ Market to our mailing list or continue to send emails to our clients after the original transaction has occurred<br>To be in accordance with CANSPAM we agree to the following:<br>â€¢ NOT use false, or misleading subjects or email addresses<br>â€¢ Identify the message as an advertisement in some reasonable way<br>â€¢ Include the physical address of our business or site headquarters<br>â€¢ Monitor third party email marketing services for compliance, if one is used.<br>â€¢ Honor opt-out/unsubscribe requests quickly<br>â€¢ Allow users to unsubscribe by using the link at the bottom of each email<br>If at any time you would like to unsubscribe from receiving future emails, you can email us at<br>â€¢ Follow the instructions at the bottom of each email. and we will promptly remove you from ALL correspondence.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c090a\" style=\"font-weight: 400;\"><span data-css=\"tve-u-165e64c090c\" style=\"font-family: Merriweather;\">Contacting Us</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c090d\" style=\"font-weight: 400;\"><span data-css=\"tve-u-165e64c090e\" style=\"font-family: Merriweather;\">If there are any questions regarding this privacy policy you may contact us using the information below.<br>Blackhawk Custom, LLC.<br>825 South Kings Highway<br>Fort Pierce, FL 34945<br>United States<br>https://www.blackhawkcustom.com</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c090d\" style=\"font-weight: 400;\"><span data-css=\"tve-u-165e64c090e\" style=\"font-family: Merriweather;\"><br>Conditions of use:</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c090d\" style=\"font-weight: 400;\"><span data-css=\"tve-u-165e64c090e\" style=\"font-family: Merriweather;\">â€‹</span></span><span data-css=\"tve-u-165e64c0910\" style=\"font-family: Merriweather; font-weight: 400;\">By using this website, you agree to all of our terms and conditions of the sale<br>All sales are final (See our refund policy)</span></p></div></div>\n</div>'),(5605,513,'tve_revision_tve_landing_page','tcb2-blank-page-styled'),(5606,513,'tve_revision_tve_landing_set',''),(5607,513,'tve_revision_tve_disable_theme_dependency','1'),(5608,513,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-custom-menu-inside\" data-css=\"tve-u-1642b667be5\" style=\"z-index: 8;\" wfd-id=\"27\">\n<div class=\"tve-content-box-background\" wfd-id=\"111\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1642b6ef7e6\" style=\"z-index: 8;\" wfd-id=\"28\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16954aadb7d\" wfd-id=\"99\"><div class=\"tcb-flex-row tcb--cols--2 tcb-resized\" data-css=\"tve-u-16954aa12b2\" wfd-id=\"100\"><div class=\"tcb-flex-col\" data-css=\"tve-u-16954aa558a\" style=\"\" wfd-id=\"107\"><div class=\"tcb-col\" wfd-id=\"109\"><a href=\"https://bestcerakoteflorida.com/\" rel=\"\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-16954a9c938\" wfd-id=\"110\" data-link-wrap=\"1\"><svg class=\"tcb-icon\" viewBox=\"0 0 576 512\" data-id=\"icon-home-regular\" data-name=\"\">\n            <path d=\"M557.1 240.7L512 203.8V104c0-4.4-3.6-8-8-8h-32c-4.4 0-8 3.6-8 8v60.5L313.4 41.1c-14.7-12.1-36-12.1-50.7 0L18.9 240.7c-3.4 2.8-3.9 7.8-1.1 11.3l20.3 24.8c2.8 3.4 7.8 3.9 11.3 1.1l14.7-12V464c0 8.8 7.2 16 16 16h168c4.4 0 8-3.6 8-8V344h64v128c0 4.4 3.6 8 8 8h168c8.8 0 16-7.2 16-16V265.8l14.7 12c3.4 2.8 8.5 2.3 11.3-1.1l20.3-24.8c2.6-3.4 2.1-8.4-1.3-11.2zM464 432h-96V304c0-4.4-3.6-8-8-8H216c-4.4 0-8 3.6-8 8v128h-96V226.5l170.9-140c2.9-2.4 7.2-2.4 10.1 0l170.9 140V432z\"></path>\n        </svg></div></a></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-16954aa55b5\" style=\"\" wfd-id=\"101\"><div class=\"tcb-col\" wfd-id=\"103\"><div class=\"thrv_wrapper thrv_heading\" style=\"\" data-tag=\"h1\" data-css=\"tve-u-1642b32e2c2\" wfd-id=\"104\"><h1 data-css=\"tve-u-16035acf904\" style=\"text-align: center;\"><strong>Privacy</strong></h1></div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" data-css=\"tve-u-1642b25c464\" wfd-id=\"29\"><p data-css=\"tve-u-165e6491162\"><span data-css=\"tve-u-165e64c579a\" style=\"font-family: Merriweather; font-weight: 400;\" wfd-id=\"98\">Privacy Policy</span></p><p data-css=\"tve-u-165e6492b04\"><span data-css=\"tve-u-165e64c08c2\" style=\"font-family: Merriweather; font-weight: 400;\" wfd-id=\"97\">What personal information do we collect from the people that visit our blog, website or app?<br>When ordering or registering on our site, as appropriate, you may be asked to enter your name, email address, mailing address, phone number, credit card information or other details to help you with your experience.</span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08c4\" style=\"font-weight: 400;\" wfd-id=\"95\"><span data-css=\"tve-u-165e64c08c5\" style=\"font-family: Merriweather;\" wfd-id=\"96\">When do we collect information?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08c6\" style=\"font-weight: 400;\" wfd-id=\"93\"><span data-css=\"tve-u-165e64c08c7\" style=\"font-family: Merriweather;\" wfd-id=\"94\">We collect information from you when you register on our site, place an order, subscribe to a newsletter, respond to a survey, fill out a form or enter information on our site.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08c9\" style=\"font-weight: 400;\" wfd-id=\"91\"><span data-css=\"tve-u-165e64c08ca\" style=\"font-family: Merriweather;\" wfd-id=\"92\">How do we use your information?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08cb\" style=\"font-weight: 400;\" wfd-id=\"89\"><span data-css=\"tve-u-165e64c08cc\" style=\"font-family: Merriweather;\" wfd-id=\"90\">We may use the information we collect from you when you register, make a purchase, sign up for our newsletter, respond to a survey or marketing communication, surf the website, or use certain other site features in the following ways:<br>â€¢ To personalize user\'s experience and to allow us to deliver the type of content and product offerings in which you are most interested.<br>â€¢ To improve our website in order to better serve you.<br>â€¢ To allow us to better service you in responding to your customer service requests.<br>â€¢ To administer a contest, promotion, survey or other site feature.<br>â€¢ To quickly process your transactions.<br>â€¢ To send periodic emails regarding your order or other products and services.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08ce\" style=\"font-weight: 400;\" wfd-id=\"87\"><span data-css=\"tve-u-165e64c08cf\" style=\"font-family: Merriweather;\" wfd-id=\"88\">How do we protect visitor information?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08d0\" style=\"font-weight: 400;\" wfd-id=\"85\"><span data-css=\"tve-u-165e64c08d1\" style=\"font-family: Merriweather;\" wfd-id=\"86\">Our website is scanned on a regular basis for security holes and known vulnerabilities in order to make your visit to our site as safe as possible.<br>We use regular Malware Scanning.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08d3\" style=\"font-weight: 400;\" wfd-id=\"83\"><span data-css=\"tve-u-165e64c08d4\" style=\"font-family: Merriweather;\" wfd-id=\"84\">Your personal information is contained behind secured networks and is only accessible by a limited number of persons who have special access rights to such systems, and are required to keep the information confidential. In addition, all sensitive/credit information you supply is encrypted via Secure Socket Layer (SSL) technology.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08d5\" style=\"font-weight: 400;\" wfd-id=\"81\"><span data-css=\"tve-u-165e64c08d6\" style=\"font-family: Merriweather;\" wfd-id=\"82\">We implement a variety of security measures when a user places an order, enters, submits, or accesses their information to maintain the safety of your personal information.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08d8\" style=\"font-weight: 400;\" wfd-id=\"79\"><span data-css=\"tve-u-165e64c08d9\" style=\"font-family: Merriweather;\" wfd-id=\"80\">All transactions are processed through a gateway provider and are not stored or processed on our servers.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08da\" style=\"font-weight: 400;\" wfd-id=\"77\"><span data-css=\"tve-u-165e64c08db\" style=\"font-family: Merriweather;\" wfd-id=\"78\">Do we use \'cookies\'?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08dd\" style=\"font-weight: 400;\" wfd-id=\"75\"><span data-css=\"tve-u-165e64c08de\" style=\"font-family: Merriweather;\" wfd-id=\"76\">Yes. Cookies are small files that a site or its service provider transfers to your computer\'s hard drive through your Web browser (if you allow) that enable the site\'s or service provider\'s systems to recognize your browser and capture and remember certain information. For instance, we use cookies to help us remember and process the items in your shopping cart. They are also used to help us understand your preferences based on previous or current site activity, which enables us to provide you with improved services. We also use cookies to help us compile aggregate data about site traffic and site interaction so that we can offer better site experiences and tools in the future.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08df\" style=\"font-weight: 400;\" wfd-id=\"73\"><span data-css=\"tve-u-165e64c08e0\" style=\"font-family: Merriweather;\" wfd-id=\"74\">We use cookies to:</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08e2\" style=\"font-weight: 400;\" wfd-id=\"71\"><span data-css=\"tve-u-165e64c08e3\" style=\"font-family: Merriweather;\" wfd-id=\"72\">â€¢ Help remember and process the items in the shopping cart.<br>â€¢ Understand and save user\'s preferences for future visits.<br>You can choose to have your computer warn you each time a cookie is being sent, or you can choose to turn off all cookies. You do this through your browser (like Internet Explorer) settings. Each browser is a little different, so look at your browser\'s Help menu to learn the correct way to modify your cookies.<br>If users disable cookies in their browser:<br>If you turn off cookies, some features will be disabled. However, you can still place orders for<br>saved items in your shopping cart over the telephone by contacting customer service.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08e4\" style=\"font-weight: 400;\" wfd-id=\"69\"><span data-css=\"tve-u-165e64c08e5\" style=\"font-family: Merriweather;\" wfd-id=\"70\">Third Party Disclosure</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08e7\" style=\"font-weight: 400;\" wfd-id=\"67\"><span data-css=\"tve-u-165e64c08e8\" style=\"font-family: Merriweather;\" wfd-id=\"68\">We do not sell, trade, or otherwise transfer to outside parties your personally identifiable information.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08e9\" style=\"font-weight: 400;\" wfd-id=\"65\"><span data-css=\"tve-u-165e64c08ea\" style=\"font-family: Merriweather;\" wfd-id=\"66\">Third party links</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08ec\" style=\"font-weight: 400;\" wfd-id=\"63\"><span data-css=\"tve-u-165e64c08ed\" style=\"font-family: Merriweather;\" wfd-id=\"64\">Occasionally, at our discretion, we may include or offer third party products or services on our website. These third party sites have separate and independent privacy policies. We therefore have no responsibility or liability for the content and activities of these linked sites. Nonetheless, we seek to protect the integrity of our site and welcome any feedback about these sites.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08ee\" style=\"font-weight: 400;\" wfd-id=\"61\"><span data-css=\"tve-u-165e64c08f0\" style=\"font-family: Merriweather;\" wfd-id=\"62\">Google</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08f1\" style=\"font-weight: 400;\" wfd-id=\"59\"><span data-css=\"tve-u-165e64c08f2\" style=\"font-family: Merriweather;\" wfd-id=\"60\">Google\'s advertising requirements can be summed up by Google\'s Advertising Principles. They are put in place to provide a positive experience for users. https://support.google.com/adwordspolicy/answer/1316548?hl=en<br>Opting out:<br>Users can set preferences for how Google advertises to you using the Google Ad Settings page. Alternatively, you can opt out by visiting the Network Advertising initiative opt out page or permanently using the Google Analytics Opt Out Browser add on.<br>California Online Privacy Protection Act<br>CalOPPA is the first state law in the nation to require commercial websites and online services to post a privacy policy. The law\'s reach stretches well beyond California to require a person or company in the United States (and conceivably the world) that operates websites collecting personally identifiable information from California consumers to post a conspicuous privacy policy on its website stating exactly the information being collected and those individuals with whom it is being shared, and to comply with this policy.<br>See more at: http://consumercal.org/california-online-privacy-protection-act-caloppa/#sthash.0FdRbT51.dpuf<br>According to CalOPPA we agree to the following:<br>Users can visit our site anonymously<br>Once this privacy policy is created, we will add a link to it on our home page, or as a minimum on the first significant page after entering our website.<br>Our Privacy Policy link includes the word \'Privacy\', and can be easily be found on the page specified above.<br>Users will be notified of any privacy policy changes:<br>â€¢ On our Privacy Policy Page<br>Users are able to change their personal information:<br>â€¢ By emailing us<br>â€¢ By calling us</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08f3\" style=\"font-weight: 400;\" wfd-id=\"57\"><span data-css=\"tve-u-165e64c08f6\" style=\"font-family: Merriweather;\" wfd-id=\"58\">How does our site handle do not track signals?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08f7\" style=\"font-weight: 400;\" wfd-id=\"55\"><span data-css=\"tve-u-165e64c08f8\" style=\"font-family: Merriweather;\" wfd-id=\"56\">We honor do not track signals and do not track, plant cookies, or use advertising when a Do Not Track (DNT) browser mechanism is in place.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08f9\" style=\"font-weight: 400;\" wfd-id=\"53\"><span data-css=\"tve-u-165e64c08fa\" style=\"font-family: Merriweather;\" wfd-id=\"54\">Does our site allow third party behavioral tracking?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08fb\" style=\"font-weight: 400;\" wfd-id=\"51\"><span data-css=\"tve-u-165e64c08fc\" style=\"font-family: Merriweather;\" wfd-id=\"52\">It\'s also important to note that we do not allow third party behavioral tracking<br>COPPA (Children Online Privacy Protection Act)<br>When it comes to the collection of personal information from children under 13, the Children\'s Online Privacy Protection Act (COPPA) puts parents in control. The Federal Trade Commission, the nation\'s consumer protection agency, enforces the COPPA Rule, which spells out what operators of websites and online services must do to protect children\'s privacy and safety online.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08fe\" style=\"font-weight: 400;\" wfd-id=\"49\"><span data-css=\"tve-u-165e64c08ff\" style=\"font-family: Merriweather;\" wfd-id=\"50\">We do not specifically market to children under 13.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c0900\" style=\"font-weight: 400;\" wfd-id=\"47\"><span data-css=\"tve-u-165e64c0901\" style=\"font-family: Merriweather;\" wfd-id=\"48\">Fair Information Practices</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c0903\" style=\"font-weight: 400;\" wfd-id=\"45\"><span data-css=\"tve-u-165e64c0904\" style=\"font-family: Merriweather;\" wfd-id=\"46\">The Fair Information Practices Principles form the backbone of privacy law in the United States and the concepts they include have played a significant role in the development of data protection laws around the globe. Understanding the Fair Information Practice Principles and how they should be implemented is critical to comply with the various privacy laws that protect personal information.<br>In order to be in line with Fair Information Practices we will take the following responsive action, should a data breach occur:<br>â€¢ Within 7 business days<br>We will notify the users via in site notification<br>â€¢ Within 7 business days<br>We also agree to the individual redress principle, which requires that individuals have a right to pursue legally enforceable rights against data collectors and processors who fail to adhere to the law. This principle requires not only that individuals have enforceable rights against data users, but also that individuals have recourse to courts or a government agency to investigate and/or prosecute non-compliance by data processors.<br>CAN SPAM Act<br>The CAN-SPAM Act is a law that sets the rules for commercial email, establishes requirements for commercial messages, gives recipients the right to have emails stopped from being sent to them, and spells out tough penalties for violations.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c0905\" style=\"font-weight: 400;\" wfd-id=\"43\"><span data-css=\"tve-u-165e64c0906\" style=\"font-family: Merriweather;\" wfd-id=\"44\">We collect your email address in order to:</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c0908\" style=\"font-weight: 400;\" wfd-id=\"41\"><span data-css=\"tve-u-165e64c0909\" style=\"font-family: Merriweather;\" wfd-id=\"42\">â€¢ Send information, respond to inquiries, and/or other requests or questions.<br>â€¢ Process orders and to send information and updates pertaining to orders<br>â€¢ Market to our mailing list or continue to send emails to our clients after the original transaction has occurred<br>To be in accordance with CANSPAM we agree to the following:<br>â€¢ NOT use false, or misleading subjects or email addresses<br>â€¢ Identify the message as an advertisement in some reasonable way<br>â€¢ Include the physical address of our business or site headquarters<br>â€¢ Monitor third party email marketing services for compliance, if one is used.<br>â€¢ Honor opt-out/unsubscribe requests quickly<br>â€¢ Allow users to unsubscribe by using the link at the bottom of each email<br>If at any time you would like to unsubscribe from receiving future emails, you can email us at<br>â€¢ Follow the instructions at the bottom of each email. and we will promptly remove you from ALL correspondence.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c090a\" style=\"font-weight: 400;\" wfd-id=\"39\"><span data-css=\"tve-u-165e64c090c\" style=\"font-family: Merriweather;\" wfd-id=\"40\">Contacting Us</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c090d\" style=\"font-weight: 400;\" wfd-id=\"37\"><span data-css=\"tve-u-165e64c090e\" style=\"font-family: Merriweather;\" wfd-id=\"38\">If there are any questions regarding this privacy policy you may contact us using the information below.<br>Blackhawk Custom, LLC.<br>825 South Kings Highway<br>Fort Pierce, FL 34945<br>United States<br>https://www.blackhawkcustom.com</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c090d\" style=\"font-weight: 400;\" wfd-id=\"35\"><span data-css=\"tve-u-165e64c090e\" style=\"font-family: Merriweather;\" wfd-id=\"36\"><br>Conditions of use:</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c090d\" style=\"font-weight: 400;\" wfd-id=\"33\"><span data-css=\"tve-u-165e64c090e\" style=\"font-family: Merriweather;\" wfd-id=\"34\">â€‹</span></span><span data-css=\"tve-u-165e64c0910\" style=\"font-family: Merriweather; font-weight: 400;\" wfd-id=\"32\">By using this website, you agree to all of our terms and conditions of the sale<br>All sales are final (See our refund policy)</span></p></div></div>\n</div>'),(5609,513,'tve_revision_tve_content_more_found',''),(5610,513,'tve_revision_tve_save_post',''),(5611,513,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Special+Elite:400&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Merriweather:400,400i,700,700i&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Montserrat:400,700&subset=latin\");@media (min-width: 300px){#tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] p, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] li, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] blockquote, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] address, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] .tcb-plain-text, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] h1, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] h2, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] h3, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] h4, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] h5, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] h6 { color: rgb(255, 255, 255); }[data-css=\"tve-u-1642b667be5\"] { max-width: 1200px; float: none; width: 100%; padding: 5px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1642b32e2c2\"] { float: none; z-index: 3; position: relative; width: 100%; margin-left: auto !important; margin-right: auto !important; }#tcb_landing_page a.tve_state_hover:not(.tcb-button-link) { color: rgb(179, 144, 57); }[data-css=\"tve-u-1642b25c464\"] { padding: 5px 10px !important; background-image: none !important; }[data-css=\"tve-u-1642b20c920\"] strong { font-weight: 700 !important; }#tve_editor [data-css=\"tve-u-1642b20c920\"] { font-size: 16px !important; font-family: Montserrat !important; font-weight: 400 !important; }#tve_editor [data-css=\"tve-u-16035acf904\"] { font-size: 24px !important; font-family: \"Special Elite\" !important; font-weight: 400 !important; text-transform: capitalize !important; }.tcb-plain-text strong { font-weight: 700; }.tcb-plain-text { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page a strong { font-weight: 700; }#tcb_landing_page h6 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(0, 0, 0); font-size: 20px; }#tcb_landing_page h5 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(0, 0, 0); font-size: 24px; }#tcb_landing_page h4 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(0, 0, 0); font-size: 30px; }#tcb_landing_page a:not(.tcb-button-link) { color: rgb(0, 0, 0); text-decoration: underline; }#tcb_landing_page h3 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(0, 0, 0); font-size: 38px; line-height: 1.3em; }#tcb_landing_page h2 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(0, 0, 0); font-size: 45px; line-height: 1.3em; }#tcb_landing_page h1 { font-family: \"Special Elite\"; font-weight: 400; font-size: 50px; line-height: 1.3em; color: rgb(0, 0, 0); }#tcb_landing_page p strong, #tcb_landing_page li strong { font-weight: 700; }#tcb_landing_page p, #tcb_landing_page li { font-family: Merriweather; font-weight: 400; font-size: 17px; line-height: 1.6em; color: rgb(0, 0, 0); }[data-css=\"tve-u-15e09c94f7d\"] { background-color: rgb(0, 0, 0) !important; }#tcb_landing_page a:hover:not(.tcb-button-link) { text-decoration: none; color: rgb(179, 144, 57); }#tcb_landing_page .tve-state-hovera:not(.tcb-button-link) { text-decoration: none; }#tcb_landing_page a.tve-state-hover:not(.tcb-button-link) { text-decoration: none; }[data-css=\"tve-u-1642b6ef7e6\"]::after { clear: both; }[data-css=\"tve-u-165e6491162\"] strong { font-weight: 700 !important; }#tve_editor [data-css=\"tve-u-165e6491162\"] { font-size: 16px !important; font-family: Montserrat !important; font-weight: 400 !important; }[data-css=\"tve-u-165e6492b04\"] strong { font-weight: 700 !important; }#tve_editor [data-css=\"tve-u-165e6492b04\"] { font-size: 16px !important; font-family: Merriweather !important; font-weight: 400 !important; }[data-css=\"tve-u-1642b6ef7e6\"] p, [data-css=\"tve-u-1642b6ef7e6\"] li, [data-css=\"tve-u-1642b6ef7e6\"] blockquote, [data-css=\"tve-u-1642b6ef7e6\"] address, [data-css=\"tve-u-1642b6ef7e6\"] .tcb-plain-text, [data-css=\"tve-u-1642b6ef7e6\"] label, [data-css=\"tve-u-1642b6ef7e6\"] h1, [data-css=\"tve-u-1642b6ef7e6\"] h2, [data-css=\"tve-u-1642b6ef7e6\"] h3, [data-css=\"tve-u-1642b6ef7e6\"] h4, [data-css=\"tve-u-1642b6ef7e6\"] h5, [data-css=\"tve-u-1642b6ef7e6\"] h6 { font-weight: 400 !important; }#tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] p, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] li, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] blockquote, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] address, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] .tcb-plain-text, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] label { font-family: Merriweather; }#tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] strong { font-weight: 700; }#tcb_landing_page .tcb-plain-text { color: rgb(0, 0, 0); font-family: Merriweather; font-weight: 400; }#tcb_landing_page .tcb-button-link { font-family: Merriweather; font-weight: 400; }#tcb_landing_page input { font-family: Merriweather; font-weight: 400; }#tcb_landing_page .tcb-button-link strong { font-weight: 700; }#tcb_landing_page input strong { font-weight: 700; }#tcb_landing_page .tcb-plain-text strong { font-weight: 700; }[data-css=\"tve-u-165e64c08c2\"] { font-family: Merriweather !important; font-weight: 400 !important; }[data-css=\"tve-u-165e64c08c4\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08c5\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08c6\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08c7\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08c9\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08ca\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08cb\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08cc\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08ce\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08cf\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08d0\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08d1\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08d3\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08d4\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08d5\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08d6\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08d8\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08d9\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08da\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08db\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08dd\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08de\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08df\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08e0\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08e2\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08e3\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08e4\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08e5\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08e7\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08e8\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08e9\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08ea\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08ec\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08ed\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08ee\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08f0\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08f1\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08f2\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08f3\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08f6\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08f7\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08f8\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08f9\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08fa\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08fb\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08fc\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08fe\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08ff\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c0900\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c0901\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c0903\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c0904\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c0905\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c0906\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c0908\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c0909\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c090a\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c090c\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c090d\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c090e\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c0910\"] { font-family: Merriweather !important; font-weight: 400 !important; }[data-css=\"tve-u-165e64c08c2\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-165e64c579a\"] { font-family: Merriweather !important; font-weight: 400 !important; }[data-css=\"tve-u-165e64c579a\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-16954a9c938\"] { font-size: 29px !important; margin-left: auto; margin-right: auto; width: 29px !important; height: 29px !important; margin-bottom: 0px !important; padding: 10px !important; border: 2px solid rgb(255, 255, 255); border-radius: 90px; overflow: hidden; }[data-css=\"tve-u-16954aa12b2\"] > .tcb-flex-col > .tcb-col { justify-content: center; }[data-css=\"tve-u-16954aa12b2\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-16954aa12b2\"] { margin-left: 0px; padding-bottom: 0px !important; padding-top: 0px !important; }[data-css=\"tve-u-16954aa558a\"] { max-width: 10.8%; }[data-css=\"tve-u-16954aa55b5\"] { max-width: 89.2%; }[data-css=\"tve-u-16954aadb7d\"] { margin-bottom: 0px !important; margin-top: 0px !important; }#tve_editor [data-css=\"tve-u-16954a9c938\"] > :first-child { color: rgb(255, 255, 255); }}@media (max-width: 1023px){#tcb_landing_page a:not(.tcb-button-link) { color: rgb(0, 0, 0); }.tcb-plain-text { color: rgb(0, 0, 0); }#tcb_landing_page p, #tcb_landing_page li { color: rgb(0, 0, 0); }#tcb_landing_page h6 { color: rgb(0, 0, 0); }#tcb_landing_page h5 { color: rgb(0, 0, 0); }#tcb_landing_page h4 { color: rgb(0, 0, 0); }#tcb_landing_page h3 { color: rgb(0, 0, 0); }#tcb_landing_page h2 { color: rgb(0, 0, 0); }#tcb_landing_page h1 { color: rgb(0, 0, 0); }}@media (max-width: 767px){#tve_editor [data-css=\"tve-u-16035acf904\"] { font-size: 36px !important; }#tve_editor [data-css=\"tve-u-165e6491162\"] { font-size: 15px !important; }}'),(5612,513,'tve_revision_tve_user_custom_css',''),(5613,513,'tve_revision_tve_page_events','a:0:{}'),(5614,513,'tve_revision_tve_globals','a:2:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";s:8:\"font_cls\";a:0:{}}'),(5615,513,'tve_revision_tve_global_scripts',''),(5616,513,'tve_revision_thrive_icon_pack','0'),(5617,513,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(5618,513,'tve_revision_tve_has_masonry','0'),(5619,513,'tve_revision_tve_has_typefocus','0'),(5620,513,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-custom-menu-inside\" data-css=\"tve-u-1642b667be5\" style=\"z-index: 8;\" wfd-id=\"27\">\n<div class=\"tve-content-box-background\" wfd-id=\"111\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1642b6ef7e6\" style=\"z-index: 8;\" wfd-id=\"28\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16954aadb7d\" wfd-id=\"99\"><div class=\"tcb-flex-row tcb--cols--2 tcb-resized\" data-css=\"tve-u-16954aa12b2\" wfd-id=\"100\"><div class=\"tcb-flex-col\" data-css=\"tve-u-16954aa558a\" style=\"\" wfd-id=\"107\"><div class=\"tcb-col\" wfd-id=\"109\"><a href=\"https://bestcerakoteflorida.com/\" rel=\"\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-16954a9c938\" wfd-id=\"110\" data-link-wrap=\"1\"><svg class=\"tcb-icon\" viewBox=\"0 0 576 512\" data-id=\"icon-home-regular\" data-name=\"\">\n            <path d=\"M557.1 240.7L512 203.8V104c0-4.4-3.6-8-8-8h-32c-4.4 0-8 3.6-8 8v60.5L313.4 41.1c-14.7-12.1-36-12.1-50.7 0L18.9 240.7c-3.4 2.8-3.9 7.8-1.1 11.3l20.3 24.8c2.8 3.4 7.8 3.9 11.3 1.1l14.7-12V464c0 8.8 7.2 16 16 16h168c4.4 0 8-3.6 8-8V344h64v128c0 4.4 3.6 8 8 8h168c8.8 0 16-7.2 16-16V265.8l14.7 12c3.4 2.8 8.5 2.3 11.3-1.1l20.3-24.8c2.6-3.4 2.1-8.4-1.3-11.2zM464 432h-96V304c0-4.4-3.6-8-8-8H216c-4.4 0-8 3.6-8 8v128h-96V226.5l170.9-140c2.9-2.4 7.2-2.4 10.1 0l170.9 140V432z\"></path>\n        </svg></div></a></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-16954aa55b5\" style=\"\" wfd-id=\"101\"><div class=\"tcb-col\" wfd-id=\"103\"><div class=\"thrv_wrapper thrv_heading\" style=\"\" data-tag=\"h1\" data-css=\"tve-u-1642b32e2c2\" wfd-id=\"104\"><h1 data-css=\"tve-u-16035acf904\" style=\"text-align: center;\"><strong>Privacy</strong></h1></div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" data-css=\"tve-u-1642b25c464\" wfd-id=\"29\"><p data-css=\"tve-u-165e6491162\"><span data-css=\"tve-u-165e64c579a\" style=\"font-family: Merriweather; font-weight: 400;\" wfd-id=\"98\">Privacy Policy</span></p><p data-css=\"tve-u-165e6492b04\"><span data-css=\"tve-u-165e64c08c2\" style=\"font-family: Merriweather; font-weight: 400;\" wfd-id=\"97\">What personal information do we collect from the people that visit our blog, website or app?<br>When ordering or registering on our site, as appropriate, you may be asked to enter your name, email address, mailing address, phone number, credit card information or other details to help you with your experience.</span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08c4\" style=\"font-weight: 400;\" wfd-id=\"95\"><span data-css=\"tve-u-165e64c08c5\" style=\"font-family: Merriweather;\" wfd-id=\"96\">When do we collect information?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08c6\" style=\"font-weight: 400;\" wfd-id=\"93\"><span data-css=\"tve-u-165e64c08c7\" style=\"font-family: Merriweather;\" wfd-id=\"94\">We collect information from you when you register on our site, place an order, subscribe to a newsletter, respond to a survey, fill out a form or enter information on our site.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08c9\" style=\"font-weight: 400;\" wfd-id=\"91\"><span data-css=\"tve-u-165e64c08ca\" style=\"font-family: Merriweather;\" wfd-id=\"92\">How do we use your information?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08cb\" style=\"font-weight: 400;\" wfd-id=\"89\"><span data-css=\"tve-u-165e64c08cc\" style=\"font-family: Merriweather;\" wfd-id=\"90\">We may use the information we collect from you when you register, make a purchase, sign up for our newsletter, respond to a survey or marketing communication, surf the website, or use certain other site features in the following ways:<br>â€¢ To personalize user\'s experience and to allow us to deliver the type of content and product offerings in which you are most interested.<br>â€¢ To improve our website in order to better serve you.<br>â€¢ To allow us to better service you in responding to your customer service requests.<br>â€¢ To administer a contest, promotion, survey or other site feature.<br>â€¢ To quickly process your transactions.<br>â€¢ To send periodic emails regarding your order or other products and services.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08ce\" style=\"font-weight: 400;\" wfd-id=\"87\"><span data-css=\"tve-u-165e64c08cf\" style=\"font-family: Merriweather;\" wfd-id=\"88\">How do we protect visitor information?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08d0\" style=\"font-weight: 400;\" wfd-id=\"85\"><span data-css=\"tve-u-165e64c08d1\" style=\"font-family: Merriweather;\" wfd-id=\"86\">Our website is scanned on a regular basis for security holes and known vulnerabilities in order to make your visit to our site as safe as possible.<br>We use regular Malware Scanning.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08d3\" style=\"font-weight: 400;\" wfd-id=\"83\"><span data-css=\"tve-u-165e64c08d4\" style=\"font-family: Merriweather;\" wfd-id=\"84\">Your personal information is contained behind secured networks and is only accessible by a limited number of persons who have special access rights to such systems, and are required to keep the information confidential. In addition, all sensitive/credit information you supply is encrypted via Secure Socket Layer (SSL) technology.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08d5\" style=\"font-weight: 400;\" wfd-id=\"81\"><span data-css=\"tve-u-165e64c08d6\" style=\"font-family: Merriweather;\" wfd-id=\"82\">We implement a variety of security measures when a user places an order, enters, submits, or accesses their information to maintain the safety of your personal information.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08d8\" style=\"font-weight: 400;\" wfd-id=\"79\"><span data-css=\"tve-u-165e64c08d9\" style=\"font-family: Merriweather;\" wfd-id=\"80\">All transactions are processed through a gateway provider and are not stored or processed on our servers.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08da\" style=\"font-weight: 400;\" wfd-id=\"77\"><span data-css=\"tve-u-165e64c08db\" style=\"font-family: Merriweather;\" wfd-id=\"78\">Do we use \'cookies\'?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08dd\" style=\"font-weight: 400;\" wfd-id=\"75\"><span data-css=\"tve-u-165e64c08de\" style=\"font-family: Merriweather;\" wfd-id=\"76\">Yes. Cookies are small files that a site or its service provider transfers to your computer\'s hard drive through your Web browser (if you allow) that enable the site\'s or service provider\'s systems to recognize your browser and capture and remember certain information. For instance, we use cookies to help us remember and process the items in your shopping cart. They are also used to help us understand your preferences based on previous or current site activity, which enables us to provide you with improved services. We also use cookies to help us compile aggregate data about site traffic and site interaction so that we can offer better site experiences and tools in the future.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08df\" style=\"font-weight: 400;\" wfd-id=\"73\"><span data-css=\"tve-u-165e64c08e0\" style=\"font-family: Merriweather;\" wfd-id=\"74\">We use cookies to:</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08e2\" style=\"font-weight: 400;\" wfd-id=\"71\"><span data-css=\"tve-u-165e64c08e3\" style=\"font-family: Merriweather;\" wfd-id=\"72\">â€¢ Help remember and process the items in the shopping cart.<br>â€¢ Understand and save user\'s preferences for future visits.<br>You can choose to have your computer warn you each time a cookie is being sent, or you can choose to turn off all cookies. You do this through your browser (like Internet Explorer) settings. Each browser is a little different, so look at your browser\'s Help menu to learn the correct way to modify your cookies.<br>If users disable cookies in their browser:<br>If you turn off cookies, some features will be disabled. However, you can still place orders for<br>saved items in your shopping cart over the telephone by contacting customer service.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08e4\" style=\"font-weight: 400;\" wfd-id=\"69\"><span data-css=\"tve-u-165e64c08e5\" style=\"font-family: Merriweather;\" wfd-id=\"70\">Third Party Disclosure</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08e7\" style=\"font-weight: 400;\" wfd-id=\"67\"><span data-css=\"tve-u-165e64c08e8\" style=\"font-family: Merriweather;\" wfd-id=\"68\">We do not sell, trade, or otherwise transfer to outside parties your personally identifiable information.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08e9\" style=\"font-weight: 400;\" wfd-id=\"65\"><span data-css=\"tve-u-165e64c08ea\" style=\"font-family: Merriweather;\" wfd-id=\"66\">Third party links</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08ec\" style=\"font-weight: 400;\" wfd-id=\"63\"><span data-css=\"tve-u-165e64c08ed\" style=\"font-family: Merriweather;\" wfd-id=\"64\">Occasionally, at our discretion, we may include or offer third party products or services on our website. These third party sites have separate and independent privacy policies. We therefore have no responsibility or liability for the content and activities of these linked sites. Nonetheless, we seek to protect the integrity of our site and welcome any feedback about these sites.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08ee\" style=\"font-weight: 400;\" wfd-id=\"61\"><span data-css=\"tve-u-165e64c08f0\" style=\"font-family: Merriweather;\" wfd-id=\"62\">Google</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08f1\" style=\"font-weight: 400;\" wfd-id=\"59\"><span data-css=\"tve-u-165e64c08f2\" style=\"font-family: Merriweather;\" wfd-id=\"60\">Google\'s advertising requirements can be summed up by Google\'s Advertising Principles. They are put in place to provide a positive experience for users. https://support.google.com/adwordspolicy/answer/1316548?hl=en<br>Opting out:<br>Users can set preferences for how Google advertises to you using the Google Ad Settings page. Alternatively, you can opt out by visiting the Network Advertising initiative opt out page or permanently using the Google Analytics Opt Out Browser add on.<br>California Online Privacy Protection Act<br>CalOPPA is the first state law in the nation to require commercial websites and online services to post a privacy policy. The law\'s reach stretches well beyond California to require a person or company in the United States (and conceivably the world) that operates websites collecting personally identifiable information from California consumers to post a conspicuous privacy policy on its website stating exactly the information being collected and those individuals with whom it is being shared, and to comply with this policy.<br>See more at: http://consumercal.org/california-online-privacy-protection-act-caloppa/#sthash.0FdRbT51.dpuf<br>According to CalOPPA we agree to the following:<br>Users can visit our site anonymously<br>Once this privacy policy is created, we will add a link to it on our home page, or as a minimum on the first significant page after entering our website.<br>Our Privacy Policy link includes the word \'Privacy\', and can be easily be found on the page specified above.<br>Users will be notified of any privacy policy changes:<br>â€¢ On our Privacy Policy Page<br>Users are able to change their personal information:<br>â€¢ By emailing us<br>â€¢ By calling us</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08f3\" style=\"font-weight: 400;\" wfd-id=\"57\"><span data-css=\"tve-u-165e64c08f6\" style=\"font-family: Merriweather;\" wfd-id=\"58\">How does our site handle do not track signals?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08f7\" style=\"font-weight: 400;\" wfd-id=\"55\"><span data-css=\"tve-u-165e64c08f8\" style=\"font-family: Merriweather;\" wfd-id=\"56\">We honor do not track signals and do not track, plant cookies, or use advertising when a Do Not Track (DNT) browser mechanism is in place.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08f9\" style=\"font-weight: 400;\" wfd-id=\"53\"><span data-css=\"tve-u-165e64c08fa\" style=\"font-family: Merriweather;\" wfd-id=\"54\">Does our site allow third party behavioral tracking?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08fb\" style=\"font-weight: 400;\" wfd-id=\"51\"><span data-css=\"tve-u-165e64c08fc\" style=\"font-family: Merriweather;\" wfd-id=\"52\">It\'s also important to note that we do not allow third party behavioral tracking<br>COPPA (Children Online Privacy Protection Act)<br>When it comes to the collection of personal information from children under 13, the Children\'s Online Privacy Protection Act (COPPA) puts parents in control. The Federal Trade Commission, the nation\'s consumer protection agency, enforces the COPPA Rule, which spells out what operators of websites and online services must do to protect children\'s privacy and safety online.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08fe\" style=\"font-weight: 400;\" wfd-id=\"49\"><span data-css=\"tve-u-165e64c08ff\" style=\"font-family: Merriweather;\" wfd-id=\"50\">We do not specifically market to children under 13.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c0900\" style=\"font-weight: 400;\" wfd-id=\"47\"><span data-css=\"tve-u-165e64c0901\" style=\"font-family: Merriweather;\" wfd-id=\"48\">Fair Information Practices</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c0903\" style=\"font-weight: 400;\" wfd-id=\"45\"><span data-css=\"tve-u-165e64c0904\" style=\"font-family: Merriweather;\" wfd-id=\"46\">The Fair Information Practices Principles form the backbone of privacy law in the United States and the concepts they include have played a significant role in the development of data protection laws around the globe. Understanding the Fair Information Practice Principles and how they should be implemented is critical to comply with the various privacy laws that protect personal information.<br>In order to be in line with Fair Information Practices we will take the following responsive action, should a data breach occur:<br>â€¢ Within 7 business days<br>We will notify the users via in site notification<br>â€¢ Within 7 business days<br>We also agree to the individual redress principle, which requires that individuals have a right to pursue legally enforceable rights against data collectors and processors who fail to adhere to the law. This principle requires not only that individuals have enforceable rights against data users, but also that individuals have recourse to courts or a government agency to investigate and/or prosecute non-compliance by data processors.<br>CAN SPAM Act<br>The CAN-SPAM Act is a law that sets the rules for commercial email, establishes requirements for commercial messages, gives recipients the right to have emails stopped from being sent to them, and spells out tough penalties for violations.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c0905\" style=\"font-weight: 400;\" wfd-id=\"43\"><span data-css=\"tve-u-165e64c0906\" style=\"font-family: Merriweather;\" wfd-id=\"44\">We collect your email address in order to:</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c0908\" style=\"font-weight: 400;\" wfd-id=\"41\"><span data-css=\"tve-u-165e64c0909\" style=\"font-family: Merriweather;\" wfd-id=\"42\">â€¢ Send information, respond to inquiries, and/or other requests or questions.<br>â€¢ Process orders and to send information and updates pertaining to orders<br>â€¢ Market to our mailing list or continue to send emails to our clients after the original transaction has occurred<br>To be in accordance with CANSPAM we agree to the following:<br>â€¢ NOT use false, or misleading subjects or email addresses<br>â€¢ Identify the message as an advertisement in some reasonable way<br>â€¢ Include the physical address of our business or site headquarters<br>â€¢ Monitor third party email marketing services for compliance, if one is used.<br>â€¢ Honor opt-out/unsubscribe requests quickly<br>â€¢ Allow users to unsubscribe by using the link at the bottom of each email<br>If at any time you would like to unsubscribe from receiving future emails, you can email us at<br>â€¢ Follow the instructions at the bottom of each email. and we will promptly remove you from ALL correspondence.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c090a\" style=\"font-weight: 400;\" wfd-id=\"39\"><span data-css=\"tve-u-165e64c090c\" style=\"font-family: Merriweather;\" wfd-id=\"40\">Contacting Us</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c090d\" style=\"font-weight: 400;\" wfd-id=\"37\"><span data-css=\"tve-u-165e64c090e\" style=\"font-family: Merriweather;\" wfd-id=\"38\">If there are any questions regarding this privacy policy you may contact us using the information below.<br>Blackhawk Custom, LLC.<br>825 South Kings Highway<br>Fort Pierce, FL 34945<br>United States<br>https://www.blackhawkcustom.com</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c090d\" style=\"font-weight: 400;\" wfd-id=\"35\"><span data-css=\"tve-u-165e64c090e\" style=\"font-family: Merriweather;\" wfd-id=\"36\"><br>Conditions of use:</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c090d\" style=\"font-weight: 400;\" wfd-id=\"33\"><span data-css=\"tve-u-165e64c090e\" style=\"font-family: Merriweather;\" wfd-id=\"34\">â€‹</span></span><span data-css=\"tve-u-165e64c0910\" style=\"font-family: Merriweather; font-weight: 400;\" wfd-id=\"32\">By using this website, you agree to all of our terms and conditions of the sale<br>All sales are final (See our refund policy)</span></p></div></div>\n</div>'),(5621,513,'tve_revision_tve_has_wistia_popover','0'),(5622,514,'tve_revision_tve_landing_page','tcb2-blank-page-styled'),(5623,514,'tve_revision_tve_landing_set',''),(5624,514,'tve_revision_tve_disable_theme_dependency','1'),(5625,514,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-custom-menu-inside\" data-css=\"tve-u-1642b667be5\" style=\"z-index: 8;\" wfd-id=\"24\">\n<div class=\"tve-content-box-background\" wfd-id=\"108\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1642b6ef7e6\" style=\"z-index: 8;\" wfd-id=\"25\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16954aadb7d\" wfd-id=\"96\"><div class=\"tcb-flex-row tcb--cols--2 tcb-resized\" data-css=\"tve-u-16954aa12b2\" wfd-id=\"97\"><div class=\"tcb-flex-col\" data-css=\"tve-u-16954aa558a\" style=\"\" wfd-id=\"104\"><div class=\"tcb-col\" wfd-id=\"106\"><a href=\"https://bestcerakoteflorida.com/\" rel=\"\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-16954a9c938\" data-link-wrap=\"1\" wfd-id=\"107\"><svg class=\"tcb-icon\" viewBox=\"0 0 576 512\" data-id=\"icon-home-regular\" data-name=\"\">\n            <path d=\"M557.1 240.7L512 203.8V104c0-4.4-3.6-8-8-8h-32c-4.4 0-8 3.6-8 8v60.5L313.4 41.1c-14.7-12.1-36-12.1-50.7 0L18.9 240.7c-3.4 2.8-3.9 7.8-1.1 11.3l20.3 24.8c2.8 3.4 7.8 3.9 11.3 1.1l14.7-12V464c0 8.8 7.2 16 16 16h168c4.4 0 8-3.6 8-8V344h64v128c0 4.4 3.6 8 8 8h168c8.8 0 16-7.2 16-16V265.8l14.7 12c3.4 2.8 8.5 2.3 11.3-1.1l20.3-24.8c2.6-3.4 2.1-8.4-1.3-11.2zM464 432h-96V304c0-4.4-3.6-8-8-8H216c-4.4 0-8 3.6-8 8v128h-96V226.5l170.9-140c2.9-2.4 7.2-2.4 10.1 0l170.9 140V432z\"></path>\n        </svg></div></a></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-16954aa55b5\" style=\"\" wfd-id=\"98\"><div class=\"tcb-col\" wfd-id=\"100\"><div class=\"thrv_wrapper thrv_heading\" style=\"\" data-tag=\"h1\" data-css=\"tve-u-1642b32e2c2\" wfd-id=\"101\"><h1 data-css=\"tve-u-16035acf904\" style=\"text-align: center;\"><strong>Privacy</strong></h1></div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" data-css=\"tve-u-1642b25c464\" wfd-id=\"26\"><p data-css=\"tve-u-165e6491162\"><span data-css=\"tve-u-165e64c579a\" style=\"font-family: Merriweather; font-weight: 400;\" wfd-id=\"95\">Privacy Policy</span></p><p data-css=\"tve-u-165e6492b04\"><span data-css=\"tve-u-165e64c08c2\" style=\"font-family: Merriweather; font-weight: 400;\" wfd-id=\"94\">What personal information do we collect from the people that visit our blog, website or app?<br>When ordering or registering on our site, as appropriate, you may be asked to enter your name, email address, mailing address, phone number, credit card information or other details to help you with your experience.</span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08c4\" style=\"font-weight: 400;\" wfd-id=\"92\"><span data-css=\"tve-u-165e64c08c5\" style=\"font-family: Merriweather;\" wfd-id=\"93\">When do we collect information?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08c6\" style=\"font-weight: 400;\" wfd-id=\"90\"><span data-css=\"tve-u-165e64c08c7\" style=\"font-family: Merriweather;\" wfd-id=\"91\">We collect information from you when you register on our site, place an order, subscribe to a newsletter, respond to a survey, fill out a form or enter information on our site.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08c9\" style=\"font-weight: 400;\" wfd-id=\"88\"><span data-css=\"tve-u-165e64c08ca\" style=\"font-family: Merriweather;\" wfd-id=\"89\">How do we use your information?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08cb\" style=\"font-weight: 400;\" wfd-id=\"86\"><span data-css=\"tve-u-165e64c08cc\" style=\"font-family: Merriweather;\" wfd-id=\"87\">We may use the information we collect from you when you register, make a purchase, sign up for our newsletter, respond to a survey or marketing communication, surf the website, or use certain other site features in the following ways:<br>â€¢ To personalize user\'s experience and to allow us to deliver the type of content and product offerings in which you are most interested.<br>â€¢ To improve our website in order to better serve you.<br>â€¢ To allow us to better service you in responding to your customer service requests.<br>â€¢ To administer a contest, promotion, survey or other site feature.<br>â€¢ To quickly process your transactions.<br>â€¢ To send periodic emails regarding your order or other products and services.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08ce\" style=\"font-weight: 400;\" wfd-id=\"84\"><span data-css=\"tve-u-165e64c08cf\" style=\"font-family: Merriweather;\" wfd-id=\"85\">How do we protect visitor information?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08d0\" style=\"font-weight: 400;\" wfd-id=\"82\"><span data-css=\"tve-u-165e64c08d1\" style=\"font-family: Merriweather;\" wfd-id=\"83\">Our website is scanned on a regular basis for security holes and known vulnerabilities in order to make your visit to our site as safe as possible.<br>We use regular Malware Scanning.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08d3\" style=\"font-weight: 400;\" wfd-id=\"80\"><span data-css=\"tve-u-165e64c08d4\" style=\"font-family: Merriweather;\" wfd-id=\"81\">Your personal information is contained behind secured networks and is only accessible by a limited number of persons who have special access rights to such systems, and are required to keep the information confidential. In addition, all sensitive/credit information you supply is encrypted via Secure Socket Layer (SSL) technology.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08d5\" style=\"font-weight: 400;\" wfd-id=\"78\"><span data-css=\"tve-u-165e64c08d6\" style=\"font-family: Merriweather;\" wfd-id=\"79\">We implement a variety of security measures when a user places an order, enters, submits, or accesses their information to maintain the safety of your personal information.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08d8\" style=\"font-weight: 400;\" wfd-id=\"76\"><span data-css=\"tve-u-165e64c08d9\" style=\"font-family: Merriweather;\" wfd-id=\"77\">All transactions are processed through a gateway provider and are not stored or processed on our servers.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08da\" style=\"font-weight: 400;\" wfd-id=\"74\"><span data-css=\"tve-u-165e64c08db\" style=\"font-family: Merriweather;\" wfd-id=\"75\">Do we use \'cookies\'?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08dd\" style=\"font-weight: 400;\" wfd-id=\"72\"><span data-css=\"tve-u-165e64c08de\" style=\"font-family: Merriweather;\" wfd-id=\"73\">Yes. Cookies are small files that a site or its service provider transfers to your computer\'s hard drive through your Web browser (if you allow) that enable the site\'s or service provider\'s systems to recognize your browser and capture and remember certain information. For instance, we use cookies to help us remember and process the items in your shopping cart. They are also used to help us understand your preferences based on previous or current site activity, which enables us to provide you with improved services. We also use cookies to help us compile aggregate data about site traffic and site interaction so that we can offer better site experiences and tools in the future.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08df\" style=\"font-weight: 400;\" wfd-id=\"70\"><span data-css=\"tve-u-165e64c08e0\" style=\"font-family: Merriweather;\" wfd-id=\"71\">We use cookies to:</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08e2\" style=\"font-weight: 400;\" wfd-id=\"68\"><span data-css=\"tve-u-165e64c08e3\" style=\"font-family: Merriweather;\" wfd-id=\"69\">â€¢ Help remember and process the items in the shopping cart.<br>â€¢ Understand and save user\'s preferences for future visits.<br>You can choose to have your computer warn you each time a cookie is being sent, or you can choose to turn off all cookies. You do this through your browser (like Internet Explorer) settings. Each browser is a little different, so look at your browser\'s Help menu to learn the correct way to modify your cookies.<br>If users disable cookies in their browser:<br>If you turn off cookies, some features will be disabled. However, you can still place orders for<br>saved items in your shopping cart over the telephone by contacting customer service.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08e4\" style=\"font-weight: 400;\" wfd-id=\"66\"><span data-css=\"tve-u-165e64c08e5\" style=\"font-family: Merriweather;\" wfd-id=\"67\">Third Party Disclosure</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08e7\" style=\"font-weight: 400;\" wfd-id=\"64\"><span data-css=\"tve-u-165e64c08e8\" style=\"font-family: Merriweather;\" wfd-id=\"65\">We do not sell, trade, or otherwise transfer to outside parties your personally identifiable information.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08e9\" style=\"font-weight: 400;\" wfd-id=\"62\"><span data-css=\"tve-u-165e64c08ea\" style=\"font-family: Merriweather;\" wfd-id=\"63\">Third party links</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08ec\" style=\"font-weight: 400;\" wfd-id=\"60\"><span data-css=\"tve-u-165e64c08ed\" style=\"font-family: Merriweather;\" wfd-id=\"61\">Occasionally, at our discretion, we may include or offer third party products or services on our website. These third party sites have separate and independent privacy policies. We therefore have no responsibility or liability for the content and activities of these linked sites. Nonetheless, we seek to protect the integrity of our site and welcome any feedback about these sites.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08ee\" style=\"font-weight: 400;\" wfd-id=\"58\"><span data-css=\"tve-u-165e64c08f0\" style=\"font-family: Merriweather;\" wfd-id=\"59\">Google</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08f1\" style=\"font-weight: 400;\" wfd-id=\"56\"><span data-css=\"tve-u-165e64c08f2\" style=\"font-family: Merriweather;\" wfd-id=\"57\">Google\'s advertising requirements can be summed up by Google\'s Advertising Principles. They are put in place to provide a positive experience for users. https://support.google.com/adwordspolicy/answer/1316548?hl=en<br>Opting out:<br>Users can set preferences for how Google advertises to you using the Google Ad Settings page. Alternatively, you can opt out by visiting the Network Advertising initiative opt out page or permanently using the Google Analytics Opt Out Browser add on.<br>California Online Privacy Protection Act<br>CalOPPA is the first state law in the nation to require commercial websites and online services to post a privacy policy. The law\'s reach stretches well beyond California to require a person or company in the United States (and conceivably the world) that operates websites collecting personally identifiable information from California consumers to post a conspicuous privacy policy on its website stating exactly the information being collected and those individuals with whom it is being shared, and to comply with this policy.<br>See more at: http://consumercal.org/california-online-privacy-protection-act-caloppa/#sthash.0FdRbT51.dpuf<br>According to CalOPPA we agree to the following:<br>Users can visit our site anonymously<br>Once this privacy policy is created, we will add a link to it on our home page, or as a minimum on the first significant page after entering our website.<br>Our Privacy Policy link includes the word \'Privacy\', and can be easily be found on the page specified above.<br>Users will be notified of any privacy policy changes:<br>â€¢ On our Privacy Policy Page<br>Users are able to change their personal information:<br>â€¢ By emailing us<br>â€¢ By calling us</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08f3\" style=\"font-weight: 400;\" wfd-id=\"54\"><span data-css=\"tve-u-165e64c08f6\" style=\"font-family: Merriweather;\" wfd-id=\"55\">How does our site handle do not track signals?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08f7\" style=\"font-weight: 400;\" wfd-id=\"52\"><span data-css=\"tve-u-165e64c08f8\" style=\"font-family: Merriweather;\" wfd-id=\"53\">We honor do not track signals and do not track, plant cookies, or use advertising when a Do Not Track (DNT) browser mechanism is in place.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08f9\" style=\"font-weight: 400;\" wfd-id=\"50\"><span data-css=\"tve-u-165e64c08fa\" style=\"font-family: Merriweather;\" wfd-id=\"51\">Does our site allow third party behavioral tracking?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08fb\" style=\"font-weight: 400;\" wfd-id=\"48\"><span data-css=\"tve-u-165e64c08fc\" style=\"font-family: Merriweather;\" wfd-id=\"49\">It\'s also important to note that we do not allow third party behavioral tracking<br>COPPA (Children Online Privacy Protection Act)<br>When it comes to the collection of personal information from children under 13, the Children\'s Online Privacy Protection Act (COPPA) puts parents in control. The Federal Trade Commission, the nation\'s consumer protection agency, enforces the COPPA Rule, which spells out what operators of websites and online services must do to protect children\'s privacy and safety online.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08fe\" style=\"font-weight: 400;\" wfd-id=\"46\"><span data-css=\"tve-u-165e64c08ff\" style=\"font-family: Merriweather;\" wfd-id=\"47\">We do not specifically market to children under 13.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c0900\" style=\"font-weight: 400;\" wfd-id=\"44\"><span data-css=\"tve-u-165e64c0901\" style=\"font-family: Merriweather;\" wfd-id=\"45\">Fair Information Practices</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c0903\" style=\"font-weight: 400;\" wfd-id=\"42\"><span data-css=\"tve-u-165e64c0904\" style=\"font-family: Merriweather;\" wfd-id=\"43\">The Fair Information Practices Principles form the backbone of privacy law in the United States and the concepts they include have played a significant role in the development of data protection laws around the globe. Understanding the Fair Information Practice Principles and how they should be implemented is critical to comply with the various privacy laws that protect personal information.<br>In order to be in line with Fair Information Practices we will take the following responsive action, should a data breach occur:<br>â€¢ Within 7 business days<br>We will notify the users via in site notification<br>â€¢ Within 7 business days<br>We also agree to the individual redress principle, which requires that individuals have a right to pursue legally enforceable rights against data collectors and processors who fail to adhere to the law. This principle requires not only that individuals have enforceable rights against data users, but also that individuals have recourse to courts or a government agency to investigate and/or prosecute non-compliance by data processors.<br>CAN SPAM Act<br>The CAN-SPAM Act is a law that sets the rules for commercial email, establishes requirements for commercial messages, gives recipients the right to have emails stopped from being sent to them, and spells out tough penalties for violations.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c0905\" style=\"font-weight: 400;\" wfd-id=\"40\"><span data-css=\"tve-u-165e64c0906\" style=\"font-family: Merriweather;\" wfd-id=\"41\">We collect your email address in order to:</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c0908\" style=\"font-weight: 400;\" wfd-id=\"38\"><span data-css=\"tve-u-165e64c0909\" style=\"font-family: Merriweather;\" wfd-id=\"39\">â€¢ Send information, respond to inquiries, and/or other requests or questions.<br>â€¢ Process orders and to send information and updates pertaining to orders<br>â€¢ Market to our mailing list or continue to send emails to our clients after the original transaction has occurred<br>To be in accordance with CANSPAM we agree to the following:<br>â€¢ NOT use false, or misleading subjects or email addresses<br>â€¢ Identify the message as an advertisement in some reasonable way<br>â€¢ Include the physical address of our business or site headquarters<br>â€¢ Monitor third party email marketing services for compliance, if one is used.<br>â€¢ Honor opt-out/unsubscribe requests quickly<br>â€¢ Allow users to unsubscribe by using the link at the bottom of each email<br>If at any time you would like to unsubscribe from receiving future emails, you can email us at<br>â€¢ Follow the instructions at the bottom of each email. and we will promptly remove you from ALL correspondence.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c090a\" style=\"font-weight: 400;\" wfd-id=\"36\"><span data-css=\"tve-u-165e64c090c\" style=\"font-family: Merriweather;\" wfd-id=\"37\">Contacting Us</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c090d\" style=\"font-weight: 400;\" wfd-id=\"34\"><span data-css=\"tve-u-165e64c090e\" style=\"font-family: Merriweather;\" wfd-id=\"35\">If there are any questions regarding this privacy policy you may contact us using the information below.<br>Blackhawk Custom, LLC.<br>825 South Kings Highway<br>Fort Pierce, FL 34945<br>United States<br>https://www.blackhawkcustom.com</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c090d\" style=\"font-weight: 400;\" wfd-id=\"32\"><span data-css=\"tve-u-165e64c090e\" style=\"font-family: Merriweather;\" wfd-id=\"33\"><br>Conditions of use:</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c090d\" style=\"font-weight: 400;\" wfd-id=\"30\"><span data-css=\"tve-u-165e64c090e\" style=\"font-family: Merriweather;\" wfd-id=\"31\">â€‹</span></span><span data-css=\"tve-u-165e64c0910\" style=\"font-family: Merriweather; font-weight: 400;\" wfd-id=\"29\">By using this website, you agree to all of our terms and conditions of the sale<br>All sales are final (See our refund policy)</span></p></div></div>\n</div>'),(5626,514,'tve_revision_tve_content_more_found',''),(5627,514,'tve_revision_tve_save_post',''),(5628,514,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Special+Elite:400&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Merriweather:400,400i,700,700i&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Montserrat:400,700&subset=latin\");@media (min-width: 300px){#tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] p, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] li, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] blockquote, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] address, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] .tcb-plain-text, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] h1, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] h2, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] h3, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] h4, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] h5, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] h6 { color: rgb(255, 255, 255); }[data-css=\"tve-u-1642b667be5\"] { max-width: 1200px; float: none; width: 100%; padding: 5px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1642b32e2c2\"] { float: none; z-index: 3; position: relative; width: 100%; margin-left: auto !important; margin-right: auto !important; }#tcb_landing_page a.tve_state_hover:not(.tcb-button-link) { color: rgb(179, 144, 57); }[data-css=\"tve-u-1642b25c464\"] { padding: 5px 10px !important; background-image: none !important; }[data-css=\"tve-u-1642b20c920\"] strong { font-weight: 700 !important; }#tve_editor [data-css=\"tve-u-1642b20c920\"] { font-size: 16px !important; font-family: Montserrat !important; font-weight: 400 !important; }#tve_editor [data-css=\"tve-u-16035acf904\"] { font-size: 24px !important; font-family: \"Special Elite\" !important; font-weight: 400 !important; text-transform: capitalize !important; }.tcb-plain-text strong { font-weight: 700; }.tcb-plain-text { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page a strong { font-weight: 700; }#tcb_landing_page h6 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(0, 0, 0); font-size: 20px; }#tcb_landing_page h5 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(0, 0, 0); font-size: 24px; }#tcb_landing_page h4 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(0, 0, 0); font-size: 30px; }#tcb_landing_page a:not(.tcb-button-link) { color: rgb(0, 0, 0); text-decoration: underline; }#tcb_landing_page h3 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(0, 0, 0); font-size: 38px; line-height: 1.3em; }#tcb_landing_page h2 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(0, 0, 0); font-size: 45px; line-height: 1.3em; }#tcb_landing_page h1 { font-family: \"Special Elite\"; font-weight: 400; font-size: 50px; line-height: 1.3em; color: rgb(0, 0, 0); }#tcb_landing_page p strong, #tcb_landing_page li strong { font-weight: 700; }#tcb_landing_page p, #tcb_landing_page li { font-family: Merriweather; font-weight: 400; font-size: 17px; line-height: 1.6em; color: rgb(0, 0, 0); }[data-css=\"tve-u-15e09c94f7d\"] { background-color: rgb(0, 0, 0) !important; }#tcb_landing_page a:hover:not(.tcb-button-link) { text-decoration: none; color: rgb(179, 144, 57); }#tcb_landing_page .tve-state-hovera:not(.tcb-button-link) { text-decoration: none; }#tcb_landing_page a.tve-state-hover:not(.tcb-button-link) { text-decoration: none; }[data-css=\"tve-u-1642b6ef7e6\"]::after { clear: both; }[data-css=\"tve-u-165e6491162\"] strong { font-weight: 700 !important; }#tve_editor [data-css=\"tve-u-165e6491162\"] { font-size: 16px !important; font-family: Montserrat !important; font-weight: 400 !important; }[data-css=\"tve-u-165e6492b04\"] strong { font-weight: 700 !important; }#tve_editor [data-css=\"tve-u-165e6492b04\"] { font-size: 16px !important; font-family: Merriweather !important; font-weight: 400 !important; }[data-css=\"tve-u-1642b6ef7e6\"] p, [data-css=\"tve-u-1642b6ef7e6\"] li, [data-css=\"tve-u-1642b6ef7e6\"] blockquote, [data-css=\"tve-u-1642b6ef7e6\"] address, [data-css=\"tve-u-1642b6ef7e6\"] .tcb-plain-text, [data-css=\"tve-u-1642b6ef7e6\"] label, [data-css=\"tve-u-1642b6ef7e6\"] h1, [data-css=\"tve-u-1642b6ef7e6\"] h2, [data-css=\"tve-u-1642b6ef7e6\"] h3, [data-css=\"tve-u-1642b6ef7e6\"] h4, [data-css=\"tve-u-1642b6ef7e6\"] h5, [data-css=\"tve-u-1642b6ef7e6\"] h6 { font-weight: 400 !important; }#tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] p, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] li, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] blockquote, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] address, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] .tcb-plain-text, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] label { font-family: Merriweather; }#tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] strong { font-weight: 700; }#tcb_landing_page .tcb-plain-text { color: rgb(0, 0, 0); font-family: Merriweather; font-weight: 400; }#tcb_landing_page .tcb-button-link { font-family: Merriweather; font-weight: 400; }#tcb_landing_page input { font-family: Merriweather; font-weight: 400; }#tcb_landing_page .tcb-button-link strong { font-weight: 700; }#tcb_landing_page input strong { font-weight: 700; }#tcb_landing_page .tcb-plain-text strong { font-weight: 700; }[data-css=\"tve-u-165e64c08c2\"] { font-family: Merriweather !important; font-weight: 400 !important; }[data-css=\"tve-u-165e64c08c4\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08c5\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08c6\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08c7\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08c9\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08ca\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08cb\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08cc\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08ce\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08cf\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08d0\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08d1\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08d3\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08d4\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08d5\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08d6\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08d8\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08d9\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08da\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08db\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08dd\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08de\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08df\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08e0\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08e2\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08e3\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08e4\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08e5\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08e7\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08e8\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08e9\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08ea\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08ec\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08ed\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08ee\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08f0\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08f1\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08f2\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08f3\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08f6\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08f7\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08f8\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08f9\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08fa\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08fb\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08fc\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08fe\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08ff\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c0900\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c0901\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c0903\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c0904\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c0905\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c0906\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c0908\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c0909\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c090a\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c090c\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c090d\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c090e\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c0910\"] { font-family: Merriweather !important; font-weight: 400 !important; }[data-css=\"tve-u-165e64c08c2\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-165e64c579a\"] { font-family: Merriweather !important; font-weight: 400 !important; }[data-css=\"tve-u-165e64c579a\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-16954a9c938\"] { font-size: 29px !important; margin-left: auto; margin-right: auto; width: 29px !important; height: 29px !important; margin-bottom: 0px !important; padding: 10px !important; border: 2px solid rgb(255, 255, 255); border-radius: 90px; overflow: hidden; }[data-css=\"tve-u-16954aa12b2\"] > .tcb-flex-col > .tcb-col { justify-content: center; }[data-css=\"tve-u-16954aa12b2\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-16954aa12b2\"] { margin-left: 0px; padding-bottom: 0px !important; padding-top: 0px !important; }[data-css=\"tve-u-16954aa558a\"] { max-width: 10.8%; }[data-css=\"tve-u-16954aa55b5\"] { max-width: 89.2%; }[data-css=\"tve-u-16954aadb7d\"] { margin-bottom: 0px !important; margin-top: 0px !important; }#tve_editor [data-css=\"tve-u-16954a9c938\"] > :first-child { color: rgb(255, 255, 255); }}@media (max-width: 1023px){#tcb_landing_page a:not(.tcb-button-link) { color: rgb(0, 0, 0); }.tcb-plain-text { color: rgb(0, 0, 0); }#tcb_landing_page p, #tcb_landing_page li { color: rgb(0, 0, 0); }#tcb_landing_page h6 { color: rgb(0, 0, 0); }#tcb_landing_page h5 { color: rgb(0, 0, 0); }#tcb_landing_page h4 { color: rgb(0, 0, 0); }#tcb_landing_page h3 { color: rgb(0, 0, 0); }#tcb_landing_page h2 { color: rgb(0, 0, 0); }#tcb_landing_page h1 { color: rgb(0, 0, 0); }[data-css=\"tve-u-16954a9c938\"] { margin-left: 20px !important; }}@media (max-width: 767px){#tve_editor [data-css=\"tve-u-16035acf904\"] { font-size: 36px !important; }#tve_editor [data-css=\"tve-u-165e6491162\"] { font-size: 15px !important; }[data-css=\"tve-u-16954a9c938\"] { margin-left: 140px !important; }}'),(5629,514,'tve_revision_tve_user_custom_css',''),(5630,514,'tve_revision_tve_page_events','a:0:{}'),(5631,514,'tve_revision_tve_globals','a:2:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";s:8:\"font_cls\";a:0:{}}'),(5632,514,'tve_revision_tve_global_scripts',''),(5633,514,'tve_revision_thrive_icon_pack','0'),(5634,514,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(5635,514,'tve_revision_tve_has_masonry','0'),(5636,514,'tve_revision_tve_has_typefocus','0'),(5637,514,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-custom-menu-inside\" data-css=\"tve-u-1642b667be5\" style=\"z-index: 8;\" wfd-id=\"24\">\n<div class=\"tve-content-box-background\" wfd-id=\"108\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1642b6ef7e6\" style=\"z-index: 8;\" wfd-id=\"25\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16954aadb7d\" wfd-id=\"96\"><div class=\"tcb-flex-row tcb--cols--2 tcb-resized\" data-css=\"tve-u-16954aa12b2\" wfd-id=\"97\"><div class=\"tcb-flex-col\" data-css=\"tve-u-16954aa558a\" style=\"\" wfd-id=\"104\"><div class=\"tcb-col\" wfd-id=\"106\"><a href=\"https://bestcerakoteflorida.com/\" rel=\"\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-16954a9c938\" data-link-wrap=\"1\" wfd-id=\"107\"><svg class=\"tcb-icon\" viewBox=\"0 0 576 512\" data-id=\"icon-home-regular\" data-name=\"\">\n            <path d=\"M557.1 240.7L512 203.8V104c0-4.4-3.6-8-8-8h-32c-4.4 0-8 3.6-8 8v60.5L313.4 41.1c-14.7-12.1-36-12.1-50.7 0L18.9 240.7c-3.4 2.8-3.9 7.8-1.1 11.3l20.3 24.8c2.8 3.4 7.8 3.9 11.3 1.1l14.7-12V464c0 8.8 7.2 16 16 16h168c4.4 0 8-3.6 8-8V344h64v128c0 4.4 3.6 8 8 8h168c8.8 0 16-7.2 16-16V265.8l14.7 12c3.4 2.8 8.5 2.3 11.3-1.1l20.3-24.8c2.6-3.4 2.1-8.4-1.3-11.2zM464 432h-96V304c0-4.4-3.6-8-8-8H216c-4.4 0-8 3.6-8 8v128h-96V226.5l170.9-140c2.9-2.4 7.2-2.4 10.1 0l170.9 140V432z\"></path>\n        </svg></div></a></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-16954aa55b5\" style=\"\" wfd-id=\"98\"><div class=\"tcb-col\" wfd-id=\"100\"><div class=\"thrv_wrapper thrv_heading\" style=\"\" data-tag=\"h1\" data-css=\"tve-u-1642b32e2c2\" wfd-id=\"101\"><h1 data-css=\"tve-u-16035acf904\" style=\"text-align: center;\"><strong>Privacy</strong></h1></div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" data-css=\"tve-u-1642b25c464\" wfd-id=\"26\"><p data-css=\"tve-u-165e6491162\"><span data-css=\"tve-u-165e64c579a\" style=\"font-family: Merriweather; font-weight: 400;\" wfd-id=\"95\">Privacy Policy</span></p><p data-css=\"tve-u-165e6492b04\"><span data-css=\"tve-u-165e64c08c2\" style=\"font-family: Merriweather; font-weight: 400;\" wfd-id=\"94\">What personal information do we collect from the people that visit our blog, website or app?<br>When ordering or registering on our site, as appropriate, you may be asked to enter your name, email address, mailing address, phone number, credit card information or other details to help you with your experience.</span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08c4\" style=\"font-weight: 400;\" wfd-id=\"92\"><span data-css=\"tve-u-165e64c08c5\" style=\"font-family: Merriweather;\" wfd-id=\"93\">When do we collect information?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08c6\" style=\"font-weight: 400;\" wfd-id=\"90\"><span data-css=\"tve-u-165e64c08c7\" style=\"font-family: Merriweather;\" wfd-id=\"91\">We collect information from you when you register on our site, place an order, subscribe to a newsletter, respond to a survey, fill out a form or enter information on our site.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08c9\" style=\"font-weight: 400;\" wfd-id=\"88\"><span data-css=\"tve-u-165e64c08ca\" style=\"font-family: Merriweather;\" wfd-id=\"89\">How do we use your information?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08cb\" style=\"font-weight: 400;\" wfd-id=\"86\"><span data-css=\"tve-u-165e64c08cc\" style=\"font-family: Merriweather;\" wfd-id=\"87\">We may use the information we collect from you when you register, make a purchase, sign up for our newsletter, respond to a survey or marketing communication, surf the website, or use certain other site features in the following ways:<br>â€¢ To personalize user\'s experience and to allow us to deliver the type of content and product offerings in which you are most interested.<br>â€¢ To improve our website in order to better serve you.<br>â€¢ To allow us to better service you in responding to your customer service requests.<br>â€¢ To administer a contest, promotion, survey or other site feature.<br>â€¢ To quickly process your transactions.<br>â€¢ To send periodic emails regarding your order or other products and services.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08ce\" style=\"font-weight: 400;\" wfd-id=\"84\"><span data-css=\"tve-u-165e64c08cf\" style=\"font-family: Merriweather;\" wfd-id=\"85\">How do we protect visitor information?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08d0\" style=\"font-weight: 400;\" wfd-id=\"82\"><span data-css=\"tve-u-165e64c08d1\" style=\"font-family: Merriweather;\" wfd-id=\"83\">Our website is scanned on a regular basis for security holes and known vulnerabilities in order to make your visit to our site as safe as possible.<br>We use regular Malware Scanning.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08d3\" style=\"font-weight: 400;\" wfd-id=\"80\"><span data-css=\"tve-u-165e64c08d4\" style=\"font-family: Merriweather;\" wfd-id=\"81\">Your personal information is contained behind secured networks and is only accessible by a limited number of persons who have special access rights to such systems, and are required to keep the information confidential. In addition, all sensitive/credit information you supply is encrypted via Secure Socket Layer (SSL) technology.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08d5\" style=\"font-weight: 400;\" wfd-id=\"78\"><span data-css=\"tve-u-165e64c08d6\" style=\"font-family: Merriweather;\" wfd-id=\"79\">We implement a variety of security measures when a user places an order, enters, submits, or accesses their information to maintain the safety of your personal information.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08d8\" style=\"font-weight: 400;\" wfd-id=\"76\"><span data-css=\"tve-u-165e64c08d9\" style=\"font-family: Merriweather;\" wfd-id=\"77\">All transactions are processed through a gateway provider and are not stored or processed on our servers.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08da\" style=\"font-weight: 400;\" wfd-id=\"74\"><span data-css=\"tve-u-165e64c08db\" style=\"font-family: Merriweather;\" wfd-id=\"75\">Do we use \'cookies\'?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08dd\" style=\"font-weight: 400;\" wfd-id=\"72\"><span data-css=\"tve-u-165e64c08de\" style=\"font-family: Merriweather;\" wfd-id=\"73\">Yes. Cookies are small files that a site or its service provider transfers to your computer\'s hard drive through your Web browser (if you allow) that enable the site\'s or service provider\'s systems to recognize your browser and capture and remember certain information. For instance, we use cookies to help us remember and process the items in your shopping cart. They are also used to help us understand your preferences based on previous or current site activity, which enables us to provide you with improved services. We also use cookies to help us compile aggregate data about site traffic and site interaction so that we can offer better site experiences and tools in the future.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08df\" style=\"font-weight: 400;\" wfd-id=\"70\"><span data-css=\"tve-u-165e64c08e0\" style=\"font-family: Merriweather;\" wfd-id=\"71\">We use cookies to:</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08e2\" style=\"font-weight: 400;\" wfd-id=\"68\"><span data-css=\"tve-u-165e64c08e3\" style=\"font-family: Merriweather;\" wfd-id=\"69\">â€¢ Help remember and process the items in the shopping cart.<br>â€¢ Understand and save user\'s preferences for future visits.<br>You can choose to have your computer warn you each time a cookie is being sent, or you can choose to turn off all cookies. You do this through your browser (like Internet Explorer) settings. Each browser is a little different, so look at your browser\'s Help menu to learn the correct way to modify your cookies.<br>If users disable cookies in their browser:<br>If you turn off cookies, some features will be disabled. However, you can still place orders for<br>saved items in your shopping cart over the telephone by contacting customer service.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08e4\" style=\"font-weight: 400;\" wfd-id=\"66\"><span data-css=\"tve-u-165e64c08e5\" style=\"font-family: Merriweather;\" wfd-id=\"67\">Third Party Disclosure</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08e7\" style=\"font-weight: 400;\" wfd-id=\"64\"><span data-css=\"tve-u-165e64c08e8\" style=\"font-family: Merriweather;\" wfd-id=\"65\">We do not sell, trade, or otherwise transfer to outside parties your personally identifiable information.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08e9\" style=\"font-weight: 400;\" wfd-id=\"62\"><span data-css=\"tve-u-165e64c08ea\" style=\"font-family: Merriweather;\" wfd-id=\"63\">Third party links</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08ec\" style=\"font-weight: 400;\" wfd-id=\"60\"><span data-css=\"tve-u-165e64c08ed\" style=\"font-family: Merriweather;\" wfd-id=\"61\">Occasionally, at our discretion, we may include or offer third party products or services on our website. These third party sites have separate and independent privacy policies. We therefore have no responsibility or liability for the content and activities of these linked sites. Nonetheless, we seek to protect the integrity of our site and welcome any feedback about these sites.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08ee\" style=\"font-weight: 400;\" wfd-id=\"58\"><span data-css=\"tve-u-165e64c08f0\" style=\"font-family: Merriweather;\" wfd-id=\"59\">Google</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08f1\" style=\"font-weight: 400;\" wfd-id=\"56\"><span data-css=\"tve-u-165e64c08f2\" style=\"font-family: Merriweather;\" wfd-id=\"57\">Google\'s advertising requirements can be summed up by Google\'s Advertising Principles. They are put in place to provide a positive experience for users. https://support.google.com/adwordspolicy/answer/1316548?hl=en<br>Opting out:<br>Users can set preferences for how Google advertises to you using the Google Ad Settings page. Alternatively, you can opt out by visiting the Network Advertising initiative opt out page or permanently using the Google Analytics Opt Out Browser add on.<br>California Online Privacy Protection Act<br>CalOPPA is the first state law in the nation to require commercial websites and online services to post a privacy policy. The law\'s reach stretches well beyond California to require a person or company in the United States (and conceivably the world) that operates websites collecting personally identifiable information from California consumers to post a conspicuous privacy policy on its website stating exactly the information being collected and those individuals with whom it is being shared, and to comply with this policy.<br>See more at: http://consumercal.org/california-online-privacy-protection-act-caloppa/#sthash.0FdRbT51.dpuf<br>According to CalOPPA we agree to the following:<br>Users can visit our site anonymously<br>Once this privacy policy is created, we will add a link to it on our home page, or as a minimum on the first significant page after entering our website.<br>Our Privacy Policy link includes the word \'Privacy\', and can be easily be found on the page specified above.<br>Users will be notified of any privacy policy changes:<br>â€¢ On our Privacy Policy Page<br>Users are able to change their personal information:<br>â€¢ By emailing us<br>â€¢ By calling us</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08f3\" style=\"font-weight: 400;\" wfd-id=\"54\"><span data-css=\"tve-u-165e64c08f6\" style=\"font-family: Merriweather;\" wfd-id=\"55\">How does our site handle do not track signals?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08f7\" style=\"font-weight: 400;\" wfd-id=\"52\"><span data-css=\"tve-u-165e64c08f8\" style=\"font-family: Merriweather;\" wfd-id=\"53\">We honor do not track signals and do not track, plant cookies, or use advertising when a Do Not Track (DNT) browser mechanism is in place.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08f9\" style=\"font-weight: 400;\" wfd-id=\"50\"><span data-css=\"tve-u-165e64c08fa\" style=\"font-family: Merriweather;\" wfd-id=\"51\">Does our site allow third party behavioral tracking?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08fb\" style=\"font-weight: 400;\" wfd-id=\"48\"><span data-css=\"tve-u-165e64c08fc\" style=\"font-family: Merriweather;\" wfd-id=\"49\">It\'s also important to note that we do not allow third party behavioral tracking<br>COPPA (Children Online Privacy Protection Act)<br>When it comes to the collection of personal information from children under 13, the Children\'s Online Privacy Protection Act (COPPA) puts parents in control. The Federal Trade Commission, the nation\'s consumer protection agency, enforces the COPPA Rule, which spells out what operators of websites and online services must do to protect children\'s privacy and safety online.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08fe\" style=\"font-weight: 400;\" wfd-id=\"46\"><span data-css=\"tve-u-165e64c08ff\" style=\"font-family: Merriweather;\" wfd-id=\"47\">We do not specifically market to children under 13.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c0900\" style=\"font-weight: 400;\" wfd-id=\"44\"><span data-css=\"tve-u-165e64c0901\" style=\"font-family: Merriweather;\" wfd-id=\"45\">Fair Information Practices</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c0903\" style=\"font-weight: 400;\" wfd-id=\"42\"><span data-css=\"tve-u-165e64c0904\" style=\"font-family: Merriweather;\" wfd-id=\"43\">The Fair Information Practices Principles form the backbone of privacy law in the United States and the concepts they include have played a significant role in the development of data protection laws around the globe. Understanding the Fair Information Practice Principles and how they should be implemented is critical to comply with the various privacy laws that protect personal information.<br>In order to be in line with Fair Information Practices we will take the following responsive action, should a data breach occur:<br>â€¢ Within 7 business days<br>We will notify the users via in site notification<br>â€¢ Within 7 business days<br>We also agree to the individual redress principle, which requires that individuals have a right to pursue legally enforceable rights against data collectors and processors who fail to adhere to the law. This principle requires not only that individuals have enforceable rights against data users, but also that individuals have recourse to courts or a government agency to investigate and/or prosecute non-compliance by data processors.<br>CAN SPAM Act<br>The CAN-SPAM Act is a law that sets the rules for commercial email, establishes requirements for commercial messages, gives recipients the right to have emails stopped from being sent to them, and spells out tough penalties for violations.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c0905\" style=\"font-weight: 400;\" wfd-id=\"40\"><span data-css=\"tve-u-165e64c0906\" style=\"font-family: Merriweather;\" wfd-id=\"41\">We collect your email address in order to:</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c0908\" style=\"font-weight: 400;\" wfd-id=\"38\"><span data-css=\"tve-u-165e64c0909\" style=\"font-family: Merriweather;\" wfd-id=\"39\">â€¢ Send information, respond to inquiries, and/or other requests or questions.<br>â€¢ Process orders and to send information and updates pertaining to orders<br>â€¢ Market to our mailing list or continue to send emails to our clients after the original transaction has occurred<br>To be in accordance with CANSPAM we agree to the following:<br>â€¢ NOT use false, or misleading subjects or email addresses<br>â€¢ Identify the message as an advertisement in some reasonable way<br>â€¢ Include the physical address of our business or site headquarters<br>â€¢ Monitor third party email marketing services for compliance, if one is used.<br>â€¢ Honor opt-out/unsubscribe requests quickly<br>â€¢ Allow users to unsubscribe by using the link at the bottom of each email<br>If at any time you would like to unsubscribe from receiving future emails, you can email us at<br>â€¢ Follow the instructions at the bottom of each email. and we will promptly remove you from ALL correspondence.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c090a\" style=\"font-weight: 400;\" wfd-id=\"36\"><span data-css=\"tve-u-165e64c090c\" style=\"font-family: Merriweather;\" wfd-id=\"37\">Contacting Us</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c090d\" style=\"font-weight: 400;\" wfd-id=\"34\"><span data-css=\"tve-u-165e64c090e\" style=\"font-family: Merriweather;\" wfd-id=\"35\">If there are any questions regarding this privacy policy you may contact us using the information below.<br>Blackhawk Custom, LLC.<br>825 South Kings Highway<br>Fort Pierce, FL 34945<br>United States<br>https://www.blackhawkcustom.com</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c090d\" style=\"font-weight: 400;\" wfd-id=\"32\"><span data-css=\"tve-u-165e64c090e\" style=\"font-family: Merriweather;\" wfd-id=\"33\"><br>Conditions of use:</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c090d\" style=\"font-weight: 400;\" wfd-id=\"30\"><span data-css=\"tve-u-165e64c090e\" style=\"font-family: Merriweather;\" wfd-id=\"31\">â€‹</span></span><span data-css=\"tve-u-165e64c0910\" style=\"font-family: Merriweather; font-weight: 400;\" wfd-id=\"29\">By using this website, you agree to all of our terms and conditions of the sale<br>All sales are final (See our refund policy)</span></p></div></div>\n</div>'),(5638,514,'tve_revision_tve_has_wistia_popover','0'),(7118,587,'tve_revision_tve_landing_set',''),(5639,515,'tve_revision_tve_landing_page','tcb2-blank-page-styled'),(5640,515,'tve_revision_tve_landing_set',''),(5641,515,'tve_revision_tve_disable_theme_dependency','1'),(5642,515,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-custom-menu-inside\" data-css=\"tve-u-1642b667be5\" style=\"z-index: 8;\" wfd-id=\"21\">\n<div class=\"tve-content-box-background\" wfd-id=\"106\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1642b6ef7e6\" style=\"z-index: 8;\" wfd-id=\"22\"><div class=\"tcb-clear\" data-css=\"tve-u-16954cb2bb5\" wfd-id=\"93\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16954aadb7d\" wfd-id=\"94\"><div class=\"tcb-flex-row tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-16954aa12b2\" wfd-id=\"95\"><div class=\"tcb-flex-col\" data-css=\"tve-u-16954aa558a\" style=\"\" wfd-id=\"102\"><div class=\"tcb-col\" data-css=\"tve-u-16954c7c616\" wfd-id=\"104\"><a href=\"https://bestcerakoteflorida.com/\" rel=\"\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-16954a9c938\" data-link-wrap=\"1\" wfd-id=\"105\"><svg class=\"tcb-icon\" viewBox=\"0 0 576 512\" data-id=\"icon-home-regular\" data-name=\"\">\n            <path d=\"M557.1 240.7L512 203.8V104c0-4.4-3.6-8-8-8h-32c-4.4 0-8 3.6-8 8v60.5L313.4 41.1c-14.7-12.1-36-12.1-50.7 0L18.9 240.7c-3.4 2.8-3.9 7.8-1.1 11.3l20.3 24.8c2.8 3.4 7.8 3.9 11.3 1.1l14.7-12V464c0 8.8 7.2 16 16 16h168c4.4 0 8-3.6 8-8V344h64v128c0 4.4 3.6 8 8 8h168c8.8 0 16-7.2 16-16V265.8l14.7 12c3.4 2.8 8.5 2.3 11.3-1.1l20.3-24.8c2.6-3.4 2.1-8.4-1.3-11.2zM464 432h-96V304c0-4.4-3.6-8-8-8H216c-4.4 0-8 3.6-8 8v128h-96V226.5l170.9-140c2.9-2.4 7.2-2.4 10.1 0l170.9 140V432z\"></path>\n        </svg></div></a></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-16954aa55b5\" style=\"\" wfd-id=\"96\"><div class=\"tcb-col\" wfd-id=\"98\"><div class=\"thrv_wrapper thrv_heading\" style=\"\" data-tag=\"h1\" data-css=\"tve-u-1642b32e2c2\" wfd-id=\"99\"><h1 data-css=\"tve-u-16035acf904\" style=\"text-align: center;\"><strong>Privacy</strong></h1></div></div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" data-css=\"tve-u-1642b25c464\" wfd-id=\"23\"><p data-css=\"tve-u-165e6491162\"><span data-css=\"tve-u-165e64c579a\" style=\"font-family: Merriweather; font-weight: 400;\" wfd-id=\"92\">Privacy Policy</span></p><p data-css=\"tve-u-165e6492b04\"><span data-css=\"tve-u-165e64c08c2\" style=\"font-family: Merriweather; font-weight: 400;\" wfd-id=\"91\">What personal information do we collect from the people that visit our blog, website or app?<br>When ordering or registering on our site, as appropriate, you may be asked to enter your name, email address, mailing address, phone number, credit card information or other details to help you with your experience.</span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08c4\" style=\"font-weight: 400;\" wfd-id=\"89\"><span data-css=\"tve-u-165e64c08c5\" style=\"font-family: Merriweather;\" wfd-id=\"90\">When do we collect information?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08c6\" style=\"font-weight: 400;\" wfd-id=\"87\"><span data-css=\"tve-u-165e64c08c7\" style=\"font-family: Merriweather;\" wfd-id=\"88\">We collect information from you when you register on our site, place an order, subscribe to a newsletter, respond to a survey, fill out a form or enter information on our site.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08c9\" style=\"font-weight: 400;\" wfd-id=\"85\"><span data-css=\"tve-u-165e64c08ca\" style=\"font-family: Merriweather;\" wfd-id=\"86\">How do we use your information?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08cb\" style=\"font-weight: 400;\" wfd-id=\"83\"><span data-css=\"tve-u-165e64c08cc\" style=\"font-family: Merriweather;\" wfd-id=\"84\">We may use the information we collect from you when you register, make a purchase, sign up for our newsletter, respond to a survey or marketing communication, surf the website, or use certain other site features in the following ways:<br>â€¢ To personalize user\'s experience and to allow us to deliver the type of content and product offerings in which you are most interested.<br>â€¢ To improve our website in order to better serve you.<br>â€¢ To allow us to better service you in responding to your customer service requests.<br>â€¢ To administer a contest, promotion, survey or other site feature.<br>â€¢ To quickly process your transactions.<br>â€¢ To send periodic emails regarding your order or other products and services.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08ce\" style=\"font-weight: 400;\" wfd-id=\"81\"><span data-css=\"tve-u-165e64c08cf\" style=\"font-family: Merriweather;\" wfd-id=\"82\">How do we protect visitor information?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08d0\" style=\"font-weight: 400;\" wfd-id=\"79\"><span data-css=\"tve-u-165e64c08d1\" style=\"font-family: Merriweather;\" wfd-id=\"80\">Our website is scanned on a regular basis for security holes and known vulnerabilities in order to make your visit to our site as safe as possible.<br>We use regular Malware Scanning.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08d3\" style=\"font-weight: 400;\" wfd-id=\"77\"><span data-css=\"tve-u-165e64c08d4\" style=\"font-family: Merriweather;\" wfd-id=\"78\">Your personal information is contained behind secured networks and is only accessible by a limited number of persons who have special access rights to such systems, and are required to keep the information confidential. In addition, all sensitive/credit information you supply is encrypted via Secure Socket Layer (SSL) technology.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08d5\" style=\"font-weight: 400;\" wfd-id=\"75\"><span data-css=\"tve-u-165e64c08d6\" style=\"font-family: Merriweather;\" wfd-id=\"76\">We implement a variety of security measures when a user places an order, enters, submits, or accesses their information to maintain the safety of your personal information.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08d8\" style=\"font-weight: 400;\" wfd-id=\"73\"><span data-css=\"tve-u-165e64c08d9\" style=\"font-family: Merriweather;\" wfd-id=\"74\">All transactions are processed through a gateway provider and are not stored or processed on our servers.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08da\" style=\"font-weight: 400;\" wfd-id=\"71\"><span data-css=\"tve-u-165e64c08db\" style=\"font-family: Merriweather;\" wfd-id=\"72\">Do we use \'cookies\'?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08dd\" style=\"font-weight: 400;\" wfd-id=\"69\"><span data-css=\"tve-u-165e64c08de\" style=\"font-family: Merriweather;\" wfd-id=\"70\">Yes. Cookies are small files that a site or its service provider transfers to your computer\'s hard drive through your Web browser (if you allow) that enable the site\'s or service provider\'s systems to recognize your browser and capture and remember certain information. For instance, we use cookies to help us remember and process the items in your shopping cart. They are also used to help us understand your preferences based on previous or current site activity, which enables us to provide you with improved services. We also use cookies to help us compile aggregate data about site traffic and site interaction so that we can offer better site experiences and tools in the future.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08df\" style=\"font-weight: 400;\" wfd-id=\"67\"><span data-css=\"tve-u-165e64c08e0\" style=\"font-family: Merriweather;\" wfd-id=\"68\">We use cookies to:</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08e2\" style=\"font-weight: 400;\" wfd-id=\"65\"><span data-css=\"tve-u-165e64c08e3\" style=\"font-family: Merriweather;\" wfd-id=\"66\">â€¢ Help remember and process the items in the shopping cart.<br>â€¢ Understand and save user\'s preferences for future visits.<br>You can choose to have your computer warn you each time a cookie is being sent, or you can choose to turn off all cookies. You do this through your browser (like Internet Explorer) settings. Each browser is a little different, so look at your browser\'s Help menu to learn the correct way to modify your cookies.<br>If users disable cookies in their browser:<br>If you turn off cookies, some features will be disabled. However, you can still place orders for<br>saved items in your shopping cart over the telephone by contacting customer service.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08e4\" style=\"font-weight: 400;\" wfd-id=\"63\"><span data-css=\"tve-u-165e64c08e5\" style=\"font-family: Merriweather;\" wfd-id=\"64\">Third Party Disclosure</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08e7\" style=\"font-weight: 400;\" wfd-id=\"61\"><span data-css=\"tve-u-165e64c08e8\" style=\"font-family: Merriweather;\" wfd-id=\"62\">We do not sell, trade, or otherwise transfer to outside parties your personally identifiable information.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08e9\" style=\"font-weight: 400;\" wfd-id=\"59\"><span data-css=\"tve-u-165e64c08ea\" style=\"font-family: Merriweather;\" wfd-id=\"60\">Third party links</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08ec\" style=\"font-weight: 400;\" wfd-id=\"57\"><span data-css=\"tve-u-165e64c08ed\" style=\"font-family: Merriweather;\" wfd-id=\"58\">Occasionally, at our discretion, we may include or offer third party products or services on our website. These third party sites have separate and independent privacy policies. We therefore have no responsibility or liability for the content and activities of these linked sites. Nonetheless, we seek to protect the integrity of our site and welcome any feedback about these sites.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08ee\" style=\"font-weight: 400;\" wfd-id=\"55\"><span data-css=\"tve-u-165e64c08f0\" style=\"font-family: Merriweather;\" wfd-id=\"56\">Google</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08f1\" style=\"font-weight: 400;\" wfd-id=\"53\"><span data-css=\"tve-u-165e64c08f2\" style=\"font-family: Merriweather;\" wfd-id=\"54\">Google\'s advertising requirements can be summed up by Google\'s Advertising Principles. They are put in place to provide a positive experience for users. https://support.google.com/adwordspolicy/answer/1316548?hl=en<br>Opting out:<br>Users can set preferences for how Google advertises to you using the Google Ad Settings page. Alternatively, you can opt out by visiting the Network Advertising initiative opt out page or permanently using the Google Analytics Opt Out Browser add on.<br>California Online Privacy Protection Act<br>CalOPPA is the first state law in the nation to require commercial websites and online services to post a privacy policy. The law\'s reach stretches well beyond California to require a person or company in the United States (and conceivably the world) that operates websites collecting personally identifiable information from California consumers to post a conspicuous privacy policy on its website stating exactly the information being collected and those individuals with whom it is being shared, and to comply with this policy.<br>See more at: http://consumercal.org/california-online-privacy-protection-act-caloppa/#sthash.0FdRbT51.dpuf<br>According to CalOPPA we agree to the following:<br>Users can visit our site anonymously<br>Once this privacy policy is created, we will add a link to it on our home page, or as a minimum on the first significant page after entering our website.<br>Our Privacy Policy link includes the word \'Privacy\', and can be easily be found on the page specified above.<br>Users will be notified of any privacy policy changes:<br>â€¢ On our Privacy Policy Page<br>Users are able to change their personal information:<br>â€¢ By emailing us<br>â€¢ By calling us</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08f3\" style=\"font-weight: 400;\" wfd-id=\"51\"><span data-css=\"tve-u-165e64c08f6\" style=\"font-family: Merriweather;\" wfd-id=\"52\">How does our site handle do not track signals?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08f7\" style=\"font-weight: 400;\" wfd-id=\"49\"><span data-css=\"tve-u-165e64c08f8\" style=\"font-family: Merriweather;\" wfd-id=\"50\">We honor do not track signals and do not track, plant cookies, or use advertising when a Do Not Track (DNT) browser mechanism is in place.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08f9\" style=\"font-weight: 400;\" wfd-id=\"47\"><span data-css=\"tve-u-165e64c08fa\" style=\"font-family: Merriweather;\" wfd-id=\"48\">Does our site allow third party behavioral tracking?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08fb\" style=\"font-weight: 400;\" wfd-id=\"45\"><span data-css=\"tve-u-165e64c08fc\" style=\"font-family: Merriweather;\" wfd-id=\"46\">It\'s also important to note that we do not allow third party behavioral tracking<br>COPPA (Children Online Privacy Protection Act)<br>When it comes to the collection of personal information from children under 13, the Children\'s Online Privacy Protection Act (COPPA) puts parents in control. The Federal Trade Commission, the nation\'s consumer protection agency, enforces the COPPA Rule, which spells out what operators of websites and online services must do to protect children\'s privacy and safety online.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08fe\" style=\"font-weight: 400;\" wfd-id=\"43\"><span data-css=\"tve-u-165e64c08ff\" style=\"font-family: Merriweather;\" wfd-id=\"44\">We do not specifically market to children under 13.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c0900\" style=\"font-weight: 400;\" wfd-id=\"41\"><span data-css=\"tve-u-165e64c0901\" style=\"font-family: Merriweather;\" wfd-id=\"42\">Fair Information Practices</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c0903\" style=\"font-weight: 400;\" wfd-id=\"39\"><span data-css=\"tve-u-165e64c0904\" style=\"font-family: Merriweather;\" wfd-id=\"40\">The Fair Information Practices Principles form the backbone of privacy law in the United States and the concepts they include have played a significant role in the development of data protection laws around the globe. Understanding the Fair Information Practice Principles and how they should be implemented is critical to comply with the various privacy laws that protect personal information.<br>In order to be in line with Fair Information Practices we will take the following responsive action, should a data breach occur:<br>â€¢ Within 7 business days<br>We will notify the users via in site notification<br>â€¢ Within 7 business days<br>We also agree to the individual redress principle, which requires that individuals have a right to pursue legally enforceable rights against data collectors and processors who fail to adhere to the law. This principle requires not only that individuals have enforceable rights against data users, but also that individuals have recourse to courts or a government agency to investigate and/or prosecute non-compliance by data processors.<br>CAN SPAM Act<br>The CAN-SPAM Act is a law that sets the rules for commercial email, establishes requirements for commercial messages, gives recipients the right to have emails stopped from being sent to them, and spells out tough penalties for violations.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c0905\" style=\"font-weight: 400;\" wfd-id=\"37\"><span data-css=\"tve-u-165e64c0906\" style=\"font-family: Merriweather;\" wfd-id=\"38\">We collect your email address in order to:</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c0908\" style=\"font-weight: 400;\" wfd-id=\"35\"><span data-css=\"tve-u-165e64c0909\" style=\"font-family: Merriweather;\" wfd-id=\"36\">â€¢ Send information, respond to inquiries, and/or other requests or questions.<br>â€¢ Process orders and to send information and updates pertaining to orders<br>â€¢ Market to our mailing list or continue to send emails to our clients after the original transaction has occurred<br>To be in accordance with CANSPAM we agree to the following:<br>â€¢ NOT use false, or misleading subjects or email addresses<br>â€¢ Identify the message as an advertisement in some reasonable way<br>â€¢ Include the physical address of our business or site headquarters<br>â€¢ Monitor third party email marketing services for compliance, if one is used.<br>â€¢ Honor opt-out/unsubscribe requests quickly<br>â€¢ Allow users to unsubscribe by using the link at the bottom of each email<br>If at any time you would like to unsubscribe from receiving future emails, you can email us at<br>â€¢ Follow the instructions at the bottom of each email. and we will promptly remove you from ALL correspondence.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c090a\" style=\"font-weight: 400;\" wfd-id=\"33\"><span data-css=\"tve-u-165e64c090c\" style=\"font-family: Merriweather;\" wfd-id=\"34\">Contacting Us</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c090d\" style=\"font-weight: 400;\" wfd-id=\"31\"><span data-css=\"tve-u-165e64c090e\" style=\"font-family: Merriweather;\" wfd-id=\"32\">If there are any questions regarding this privacy policy you may contact us using the information below.<br>Blackhawk Custom, LLC.<br>825 South Kings Highway<br>Fort Pierce, FL 34945<br>United States<br>https://www.blackhawkcustom.com</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c090d\" style=\"font-weight: 400;\" wfd-id=\"29\"><span data-css=\"tve-u-165e64c090e\" style=\"font-family: Merriweather;\" wfd-id=\"30\"><br>Conditions of use:</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c090d\" style=\"font-weight: 400;\" wfd-id=\"27\"><span data-css=\"tve-u-165e64c090e\" style=\"font-family: Merriweather;\" wfd-id=\"28\">â€‹</span></span><span data-css=\"tve-u-165e64c0910\" style=\"font-family: Merriweather; font-weight: 400;\" wfd-id=\"26\">By using this website, you agree to all of our terms and conditions of the sale<br>All sales are final (See our refund policy)</span></p></div></div>\n</div>'),(5643,515,'tve_revision_tve_content_more_found',''),(5644,515,'tve_revision_tve_save_post',''),(5645,515,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Special+Elite:400&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Merriweather:400,400i,700,700i&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Montserrat:400,700&subset=latin\");@media (min-width: 300px){#tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] p, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] li, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] blockquote, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] address, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] .tcb-plain-text, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] h1, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] h2, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] h3, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] h4, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] h5, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] h6 { color: rgb(255, 255, 255); }[data-css=\"tve-u-1642b667be5\"] { max-width: 1200px; float: none; width: 100%; padding: 5px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1642b32e2c2\"] { float: none; z-index: 3; position: relative; width: 100%; margin-left: auto !important; margin-right: auto !important; }#tcb_landing_page a.tve_state_hover:not(.tcb-button-link) { color: rgb(179, 144, 57); }[data-css=\"tve-u-1642b25c464\"] { padding: 5px 10px !important; background-image: none !important; }[data-css=\"tve-u-1642b20c920\"] strong { font-weight: 700 !important; }#tve_editor [data-css=\"tve-u-1642b20c920\"] { font-size: 16px !important; font-family: Montserrat !important; font-weight: 400 !important; }#tve_editor [data-css=\"tve-u-16035acf904\"] { font-size: 24px !important; font-family: \"Special Elite\" !important; font-weight: 400 !important; text-transform: capitalize !important; }.tcb-plain-text strong { font-weight: 700; }.tcb-plain-text { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page a strong { font-weight: 700; }#tcb_landing_page h6 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(0, 0, 0); font-size: 20px; }#tcb_landing_page h5 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(0, 0, 0); font-size: 24px; }#tcb_landing_page h4 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(0, 0, 0); font-size: 30px; }#tcb_landing_page a:not(.tcb-button-link) { color: rgb(0, 0, 0); text-decoration: underline; }#tcb_landing_page h3 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(0, 0, 0); font-size: 38px; line-height: 1.3em; }#tcb_landing_page h2 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(0, 0, 0); font-size: 45px; line-height: 1.3em; }#tcb_landing_page h1 { font-family: \"Special Elite\"; font-weight: 400; font-size: 50px; line-height: 1.3em; color: rgb(0, 0, 0); }#tcb_landing_page p strong, #tcb_landing_page li strong { font-weight: 700; }#tcb_landing_page p, #tcb_landing_page li { font-family: Merriweather; font-weight: 400; font-size: 17px; line-height: 1.6em; color: rgb(0, 0, 0); }[data-css=\"tve-u-15e09c94f7d\"] { background-color: rgb(0, 0, 0) !important; }#tcb_landing_page a:hover:not(.tcb-button-link) { text-decoration: none; color: rgb(179, 144, 57); }#tcb_landing_page .tve-state-hovera:not(.tcb-button-link) { text-decoration: none; }#tcb_landing_page a.tve-state-hover:not(.tcb-button-link) { text-decoration: none; }[data-css=\"tve-u-1642b6ef7e6\"]::after { clear: both; }[data-css=\"tve-u-165e6491162\"] strong { font-weight: 700 !important; }#tve_editor [data-css=\"tve-u-165e6491162\"] { font-size: 16px !important; font-family: Montserrat !important; font-weight: 400 !important; }[data-css=\"tve-u-165e6492b04\"] strong { font-weight: 700 !important; }#tve_editor [data-css=\"tve-u-165e6492b04\"] { font-size: 16px !important; font-family: Merriweather !important; font-weight: 400 !important; }[data-css=\"tve-u-1642b6ef7e6\"] p, [data-css=\"tve-u-1642b6ef7e6\"] li, [data-css=\"tve-u-1642b6ef7e6\"] blockquote, [data-css=\"tve-u-1642b6ef7e6\"] address, [data-css=\"tve-u-1642b6ef7e6\"] .tcb-plain-text, [data-css=\"tve-u-1642b6ef7e6\"] label, [data-css=\"tve-u-1642b6ef7e6\"] h1, [data-css=\"tve-u-1642b6ef7e6\"] h2, [data-css=\"tve-u-1642b6ef7e6\"] h3, [data-css=\"tve-u-1642b6ef7e6\"] h4, [data-css=\"tve-u-1642b6ef7e6\"] h5, [data-css=\"tve-u-1642b6ef7e6\"] h6 { font-weight: 400 !important; }#tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] p, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] li, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] blockquote, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] address, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] .tcb-plain-text, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] label { font-family: Merriweather; }#tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] strong { font-weight: 700; }#tcb_landing_page .tcb-plain-text { color: rgb(0, 0, 0); font-family: Merriweather; font-weight: 400; }#tcb_landing_page .tcb-button-link { font-family: Merriweather; font-weight: 400; }#tcb_landing_page input { font-family: Merriweather; font-weight: 400; }#tcb_landing_page .tcb-button-link strong { font-weight: 700; }#tcb_landing_page input strong { font-weight: 700; }#tcb_landing_page .tcb-plain-text strong { font-weight: 700; }[data-css=\"tve-u-165e64c08c2\"] { font-family: Merriweather !important; font-weight: 400 !important; }[data-css=\"tve-u-165e64c08c4\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08c5\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08c6\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08c7\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08c9\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08ca\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08cb\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08cc\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08ce\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08cf\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08d0\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08d1\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08d3\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08d4\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08d5\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08d6\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08d8\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08d9\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08da\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08db\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08dd\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08de\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08df\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08e0\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08e2\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08e3\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08e4\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08e5\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08e7\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08e8\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08e9\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08ea\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08ec\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08ed\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08ee\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08f0\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08f1\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08f2\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08f3\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08f6\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08f7\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08f8\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08f9\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08fa\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08fb\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08fc\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08fe\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08ff\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c0900\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c0901\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c0903\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c0904\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c0905\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c0906\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c0908\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c0909\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c090a\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c090c\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c090d\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c090e\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c0910\"] { font-family: Merriweather !important; font-weight: 400 !important; }[data-css=\"tve-u-165e64c08c2\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-165e64c579a\"] { font-family: Merriweather !important; font-weight: 400 !important; }[data-css=\"tve-u-165e64c579a\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-16954a9c938\"] { font-size: 29px !important; margin-left: auto; margin-right: auto; width: 29px !important; height: 29px !important; margin-bottom: 5px !important; padding: 10px !important; border: 2px solid rgb(255, 255, 255); border-radius: 90px; overflow: hidden; }[data-css=\"tve-u-16954aa12b2\"] > .tcb-flex-col > .tcb-col { justify-content: center; }[data-css=\"tve-u-16954aa12b2\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-16954aa12b2\"] { margin-left: 0px; padding-bottom: 0px !important; padding-top: 0px !important; }[data-css=\"tve-u-16954aa558a\"] { max-width: 10.8%; }[data-css=\"tve-u-16954aa55b5\"] { max-width: 89.2%; }[data-css=\"tve-u-16954aadb7d\"] { margin-bottom: 0px !important; margin-top: 0px !important; }#tve_editor [data-css=\"tve-u-16954a9c938\"] > :first-child { color: rgb(255, 255, 255); }}@media (max-width: 1023px){#tcb_landing_page a:not(.tcb-button-link) { color: rgb(0, 0, 0); }.tcb-plain-text { color: rgb(0, 0, 0); }#tcb_landing_page p, #tcb_landing_page li { color: rgb(0, 0, 0); }#tcb_landing_page h6 { color: rgb(0, 0, 0); }#tcb_landing_page h5 { color: rgb(0, 0, 0); }#tcb_landing_page h4 { color: rgb(0, 0, 0); }#tcb_landing_page h3 { color: rgb(0, 0, 0); }#tcb_landing_page h2 { color: rgb(0, 0, 0); }#tcb_landing_page h1 { color: rgb(0, 0, 0); }[data-css=\"tve-u-16954a9c938\"] { margin-left: 20px !important; }}@media (max-width: 767px){#tve_editor [data-css=\"tve-u-16035acf904\"] { font-size: 36px !important; }#tve_editor [data-css=\"tve-u-165e6491162\"] { font-size: 15px !important; }[data-css=\"tve-u-16954a9c938\"] { margin-left: 0px !important; margin-right: 0px !important; float: none; z-index: 3; position: relative; display: block; padding-left: 10px !important; }[data-css=\"tve-u-16954c7c616\"] { display: inline-block; text-align: left; padding-left: 5px !important; margin-left: 1px !important; }[data-css=\"tve-u-16954aadb7d\"] { display: inline-block; margin-left: auto !important; margin-right: auto !important; float: left; z-index: 3; position: relative; max-width: 150px; }[data-css=\"tve-u-16954cb2bb5\"]::after { clear: both; }[data-css=\"tve-u-1642b32e2c2\"] { margin-left: auto !important; margin-right: auto !important; float: none; }}'),(5646,515,'tve_revision_tve_user_custom_css',''),(5647,515,'tve_revision_tve_page_events','a:0:{}'),(5648,515,'tve_revision_tve_globals','a:2:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";s:8:\"font_cls\";a:0:{}}'),(5649,515,'tve_revision_tve_global_scripts',''),(5650,515,'tve_revision_thrive_icon_pack','0'),(5651,515,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(5652,515,'tve_revision_tve_has_masonry','0'),(5653,515,'tve_revision_tve_has_typefocus','0'),(5654,515,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-custom-menu-inside\" data-css=\"tve-u-1642b667be5\" style=\"z-index: 8;\" wfd-id=\"21\">\n<div class=\"tve-content-box-background\" wfd-id=\"106\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1642b6ef7e6\" style=\"z-index: 8;\" wfd-id=\"22\"><div class=\"tcb-clear\" data-css=\"tve-u-16954cb2bb5\" wfd-id=\"93\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16954aadb7d\" wfd-id=\"94\"><div class=\"tcb-flex-row tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-16954aa12b2\" wfd-id=\"95\"><div class=\"tcb-flex-col\" data-css=\"tve-u-16954aa558a\" style=\"\" wfd-id=\"102\"><div class=\"tcb-col\" data-css=\"tve-u-16954c7c616\" wfd-id=\"104\"><a href=\"https://bestcerakoteflorida.com/\" rel=\"\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-16954a9c938\" data-link-wrap=\"1\" wfd-id=\"105\"><svg class=\"tcb-icon\" viewBox=\"0 0 576 512\" data-id=\"icon-home-regular\" data-name=\"\">\n            <path d=\"M557.1 240.7L512 203.8V104c0-4.4-3.6-8-8-8h-32c-4.4 0-8 3.6-8 8v60.5L313.4 41.1c-14.7-12.1-36-12.1-50.7 0L18.9 240.7c-3.4 2.8-3.9 7.8-1.1 11.3l20.3 24.8c2.8 3.4 7.8 3.9 11.3 1.1l14.7-12V464c0 8.8 7.2 16 16 16h168c4.4 0 8-3.6 8-8V344h64v128c0 4.4 3.6 8 8 8h168c8.8 0 16-7.2 16-16V265.8l14.7 12c3.4 2.8 8.5 2.3 11.3-1.1l20.3-24.8c2.6-3.4 2.1-8.4-1.3-11.2zM464 432h-96V304c0-4.4-3.6-8-8-8H216c-4.4 0-8 3.6-8 8v128h-96V226.5l170.9-140c2.9-2.4 7.2-2.4 10.1 0l170.9 140V432z\"></path>\n        </svg></div></a></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-16954aa55b5\" style=\"\" wfd-id=\"96\"><div class=\"tcb-col\" wfd-id=\"98\"><div class=\"thrv_wrapper thrv_heading\" style=\"\" data-tag=\"h1\" data-css=\"tve-u-1642b32e2c2\" wfd-id=\"99\"><h1 data-css=\"tve-u-16035acf904\" style=\"text-align: center;\"><strong>Privacy</strong></h1></div></div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" data-css=\"tve-u-1642b25c464\" wfd-id=\"23\"><p data-css=\"tve-u-165e6491162\"><span data-css=\"tve-u-165e64c579a\" style=\"font-family: Merriweather; font-weight: 400;\" wfd-id=\"92\">Privacy Policy</span></p><p data-css=\"tve-u-165e6492b04\"><span data-css=\"tve-u-165e64c08c2\" style=\"font-family: Merriweather; font-weight: 400;\" wfd-id=\"91\">What personal information do we collect from the people that visit our blog, website or app?<br>When ordering or registering on our site, as appropriate, you may be asked to enter your name, email address, mailing address, phone number, credit card information or other details to help you with your experience.</span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08c4\" style=\"font-weight: 400;\" wfd-id=\"89\"><span data-css=\"tve-u-165e64c08c5\" style=\"font-family: Merriweather;\" wfd-id=\"90\">When do we collect information?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08c6\" style=\"font-weight: 400;\" wfd-id=\"87\"><span data-css=\"tve-u-165e64c08c7\" style=\"font-family: Merriweather;\" wfd-id=\"88\">We collect information from you when you register on our site, place an order, subscribe to a newsletter, respond to a survey, fill out a form or enter information on our site.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08c9\" style=\"font-weight: 400;\" wfd-id=\"85\"><span data-css=\"tve-u-165e64c08ca\" style=\"font-family: Merriweather;\" wfd-id=\"86\">How do we use your information?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08cb\" style=\"font-weight: 400;\" wfd-id=\"83\"><span data-css=\"tve-u-165e64c08cc\" style=\"font-family: Merriweather;\" wfd-id=\"84\">We may use the information we collect from you when you register, make a purchase, sign up for our newsletter, respond to a survey or marketing communication, surf the website, or use certain other site features in the following ways:<br>â€¢ To personalize user\'s experience and to allow us to deliver the type of content and product offerings in which you are most interested.<br>â€¢ To improve our website in order to better serve you.<br>â€¢ To allow us to better service you in responding to your customer service requests.<br>â€¢ To administer a contest, promotion, survey or other site feature.<br>â€¢ To quickly process your transactions.<br>â€¢ To send periodic emails regarding your order or other products and services.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08ce\" style=\"font-weight: 400;\" wfd-id=\"81\"><span data-css=\"tve-u-165e64c08cf\" style=\"font-family: Merriweather;\" wfd-id=\"82\">How do we protect visitor information?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08d0\" style=\"font-weight: 400;\" wfd-id=\"79\"><span data-css=\"tve-u-165e64c08d1\" style=\"font-family: Merriweather;\" wfd-id=\"80\">Our website is scanned on a regular basis for security holes and known vulnerabilities in order to make your visit to our site as safe as possible.<br>We use regular Malware Scanning.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08d3\" style=\"font-weight: 400;\" wfd-id=\"77\"><span data-css=\"tve-u-165e64c08d4\" style=\"font-family: Merriweather;\" wfd-id=\"78\">Your personal information is contained behind secured networks and is only accessible by a limited number of persons who have special access rights to such systems, and are required to keep the information confidential. In addition, all sensitive/credit information you supply is encrypted via Secure Socket Layer (SSL) technology.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08d5\" style=\"font-weight: 400;\" wfd-id=\"75\"><span data-css=\"tve-u-165e64c08d6\" style=\"font-family: Merriweather;\" wfd-id=\"76\">We implement a variety of security measures when a user places an order, enters, submits, or accesses their information to maintain the safety of your personal information.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08d8\" style=\"font-weight: 400;\" wfd-id=\"73\"><span data-css=\"tve-u-165e64c08d9\" style=\"font-family: Merriweather;\" wfd-id=\"74\">All transactions are processed through a gateway provider and are not stored or processed on our servers.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08da\" style=\"font-weight: 400;\" wfd-id=\"71\"><span data-css=\"tve-u-165e64c08db\" style=\"font-family: Merriweather;\" wfd-id=\"72\">Do we use \'cookies\'?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08dd\" style=\"font-weight: 400;\" wfd-id=\"69\"><span data-css=\"tve-u-165e64c08de\" style=\"font-family: Merriweather;\" wfd-id=\"70\">Yes. Cookies are small files that a site or its service provider transfers to your computer\'s hard drive through your Web browser (if you allow) that enable the site\'s or service provider\'s systems to recognize your browser and capture and remember certain information. For instance, we use cookies to help us remember and process the items in your shopping cart. They are also used to help us understand your preferences based on previous or current site activity, which enables us to provide you with improved services. We also use cookies to help us compile aggregate data about site traffic and site interaction so that we can offer better site experiences and tools in the future.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08df\" style=\"font-weight: 400;\" wfd-id=\"67\"><span data-css=\"tve-u-165e64c08e0\" style=\"font-family: Merriweather;\" wfd-id=\"68\">We use cookies to:</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08e2\" style=\"font-weight: 400;\" wfd-id=\"65\"><span data-css=\"tve-u-165e64c08e3\" style=\"font-family: Merriweather;\" wfd-id=\"66\">â€¢ Help remember and process the items in the shopping cart.<br>â€¢ Understand and save user\'s preferences for future visits.<br>You can choose to have your computer warn you each time a cookie is being sent, or you can choose to turn off all cookies. You do this through your browser (like Internet Explorer) settings. Each browser is a little different, so look at your browser\'s Help menu to learn the correct way to modify your cookies.<br>If users disable cookies in their browser:<br>If you turn off cookies, some features will be disabled. However, you can still place orders for<br>saved items in your shopping cart over the telephone by contacting customer service.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08e4\" style=\"font-weight: 400;\" wfd-id=\"63\"><span data-css=\"tve-u-165e64c08e5\" style=\"font-family: Merriweather;\" wfd-id=\"64\">Third Party Disclosure</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08e7\" style=\"font-weight: 400;\" wfd-id=\"61\"><span data-css=\"tve-u-165e64c08e8\" style=\"font-family: Merriweather;\" wfd-id=\"62\">We do not sell, trade, or otherwise transfer to outside parties your personally identifiable information.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08e9\" style=\"font-weight: 400;\" wfd-id=\"59\"><span data-css=\"tve-u-165e64c08ea\" style=\"font-family: Merriweather;\" wfd-id=\"60\">Third party links</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08ec\" style=\"font-weight: 400;\" wfd-id=\"57\"><span data-css=\"tve-u-165e64c08ed\" style=\"font-family: Merriweather;\" wfd-id=\"58\">Occasionally, at our discretion, we may include or offer third party products or services on our website. These third party sites have separate and independent privacy policies. We therefore have no responsibility or liability for the content and activities of these linked sites. Nonetheless, we seek to protect the integrity of our site and welcome any feedback about these sites.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08ee\" style=\"font-weight: 400;\" wfd-id=\"55\"><span data-css=\"tve-u-165e64c08f0\" style=\"font-family: Merriweather;\" wfd-id=\"56\">Google</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08f1\" style=\"font-weight: 400;\" wfd-id=\"53\"><span data-css=\"tve-u-165e64c08f2\" style=\"font-family: Merriweather;\" wfd-id=\"54\">Google\'s advertising requirements can be summed up by Google\'s Advertising Principles. They are put in place to provide a positive experience for users. https://support.google.com/adwordspolicy/answer/1316548?hl=en<br>Opting out:<br>Users can set preferences for how Google advertises to you using the Google Ad Settings page. Alternatively, you can opt out by visiting the Network Advertising initiative opt out page or permanently using the Google Analytics Opt Out Browser add on.<br>California Online Privacy Protection Act<br>CalOPPA is the first state law in the nation to require commercial websites and online services to post a privacy policy. The law\'s reach stretches well beyond California to require a person or company in the United States (and conceivably the world) that operates websites collecting personally identifiable information from California consumers to post a conspicuous privacy policy on its website stating exactly the information being collected and those individuals with whom it is being shared, and to comply with this policy.<br>See more at: http://consumercal.org/california-online-privacy-protection-act-caloppa/#sthash.0FdRbT51.dpuf<br>According to CalOPPA we agree to the following:<br>Users can visit our site anonymously<br>Once this privacy policy is created, we will add a link to it on our home page, or as a minimum on the first significant page after entering our website.<br>Our Privacy Policy link includes the word \'Privacy\', and can be easily be found on the page specified above.<br>Users will be notified of any privacy policy changes:<br>â€¢ On our Privacy Policy Page<br>Users are able to change their personal information:<br>â€¢ By emailing us<br>â€¢ By calling us</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08f3\" style=\"font-weight: 400;\" wfd-id=\"51\"><span data-css=\"tve-u-165e64c08f6\" style=\"font-family: Merriweather;\" wfd-id=\"52\">How does our site handle do not track signals?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08f7\" style=\"font-weight: 400;\" wfd-id=\"49\"><span data-css=\"tve-u-165e64c08f8\" style=\"font-family: Merriweather;\" wfd-id=\"50\">We honor do not track signals and do not track, plant cookies, or use advertising when a Do Not Track (DNT) browser mechanism is in place.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08f9\" style=\"font-weight: 400;\" wfd-id=\"47\"><span data-css=\"tve-u-165e64c08fa\" style=\"font-family: Merriweather;\" wfd-id=\"48\">Does our site allow third party behavioral tracking?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08fb\" style=\"font-weight: 400;\" wfd-id=\"45\"><span data-css=\"tve-u-165e64c08fc\" style=\"font-family: Merriweather;\" wfd-id=\"46\">It\'s also important to note that we do not allow third party behavioral tracking<br>COPPA (Children Online Privacy Protection Act)<br>When it comes to the collection of personal information from children under 13, the Children\'s Online Privacy Protection Act (COPPA) puts parents in control. The Federal Trade Commission, the nation\'s consumer protection agency, enforces the COPPA Rule, which spells out what operators of websites and online services must do to protect children\'s privacy and safety online.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08fe\" style=\"font-weight: 400;\" wfd-id=\"43\"><span data-css=\"tve-u-165e64c08ff\" style=\"font-family: Merriweather;\" wfd-id=\"44\">We do not specifically market to children under 13.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c0900\" style=\"font-weight: 400;\" wfd-id=\"41\"><span data-css=\"tve-u-165e64c0901\" style=\"font-family: Merriweather;\" wfd-id=\"42\">Fair Information Practices</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c0903\" style=\"font-weight: 400;\" wfd-id=\"39\"><span data-css=\"tve-u-165e64c0904\" style=\"font-family: Merriweather;\" wfd-id=\"40\">The Fair Information Practices Principles form the backbone of privacy law in the United States and the concepts they include have played a significant role in the development of data protection laws around the globe. Understanding the Fair Information Practice Principles and how they should be implemented is critical to comply with the various privacy laws that protect personal information.<br>In order to be in line with Fair Information Practices we will take the following responsive action, should a data breach occur:<br>â€¢ Within 7 business days<br>We will notify the users via in site notification<br>â€¢ Within 7 business days<br>We also agree to the individual redress principle, which requires that individuals have a right to pursue legally enforceable rights against data collectors and processors who fail to adhere to the law. This principle requires not only that individuals have enforceable rights against data users, but also that individuals have recourse to courts or a government agency to investigate and/or prosecute non-compliance by data processors.<br>CAN SPAM Act<br>The CAN-SPAM Act is a law that sets the rules for commercial email, establishes requirements for commercial messages, gives recipients the right to have emails stopped from being sent to them, and spells out tough penalties for violations.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c0905\" style=\"font-weight: 400;\" wfd-id=\"37\"><span data-css=\"tve-u-165e64c0906\" style=\"font-family: Merriweather;\" wfd-id=\"38\">We collect your email address in order to:</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c0908\" style=\"font-weight: 400;\" wfd-id=\"35\"><span data-css=\"tve-u-165e64c0909\" style=\"font-family: Merriweather;\" wfd-id=\"36\">â€¢ Send information, respond to inquiries, and/or other requests or questions.<br>â€¢ Process orders and to send information and updates pertaining to orders<br>â€¢ Market to our mailing list or continue to send emails to our clients after the original transaction has occurred<br>To be in accordance with CANSPAM we agree to the following:<br>â€¢ NOT use false, or misleading subjects or email addresses<br>â€¢ Identify the message as an advertisement in some reasonable way<br>â€¢ Include the physical address of our business or site headquarters<br>â€¢ Monitor third party email marketing services for compliance, if one is used.<br>â€¢ Honor opt-out/unsubscribe requests quickly<br>â€¢ Allow users to unsubscribe by using the link at the bottom of each email<br>If at any time you would like to unsubscribe from receiving future emails, you can email us at<br>â€¢ Follow the instructions at the bottom of each email. and we will promptly remove you from ALL correspondence.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c090a\" style=\"font-weight: 400;\" wfd-id=\"33\"><span data-css=\"tve-u-165e64c090c\" style=\"font-family: Merriweather;\" wfd-id=\"34\">Contacting Us</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c090d\" style=\"font-weight: 400;\" wfd-id=\"31\"><span data-css=\"tve-u-165e64c090e\" style=\"font-family: Merriweather;\" wfd-id=\"32\">If there are any questions regarding this privacy policy you may contact us using the information below.<br>Blackhawk Custom, LLC.<br>825 South Kings Highway<br>Fort Pierce, FL 34945<br>United States<br>https://www.blackhawkcustom.com</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c090d\" style=\"font-weight: 400;\" wfd-id=\"29\"><span data-css=\"tve-u-165e64c090e\" style=\"font-family: Merriweather;\" wfd-id=\"30\"><br>Conditions of use:</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c090d\" style=\"font-weight: 400;\" wfd-id=\"27\"><span data-css=\"tve-u-165e64c090e\" style=\"font-family: Merriweather;\" wfd-id=\"28\">â€‹</span></span><span data-css=\"tve-u-165e64c0910\" style=\"font-family: Merriweather; font-weight: 400;\" wfd-id=\"26\">By using this website, you agree to all of our terms and conditions of the sale<br>All sales are final (See our refund policy)</span></p></div></div>\n</div>'),(5655,515,'tve_revision_tve_has_wistia_popover','0'),(13964,6968,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579541216;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13965,6969,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579541216;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14088,7092,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580026593;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14089,7093,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580026593;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13998,7002,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579676688;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13999,7003,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579676688;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13974,6978,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579575147;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13971,6975,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579556778;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13984,6988,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579612250;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13985,6989,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579612250;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13954,6958,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579516816;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13955,6959,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579516816;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13956,6960,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579520740;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13957,6961,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579520740;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14068,7072,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579956999;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14069,7073,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579956999;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14087,7091,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580020538;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14067,7071,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579948443;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14066,7070,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579948443;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13963,6967,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579537158;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13962,6966,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579537158;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13967,6971,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579545955;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13948,6952,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579491257;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13949,6953,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579491257;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14010,7014,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579734723;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14011,7015,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579734723;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13950,6954,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579498051;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13951,6955,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579498051;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14363,7367,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1581192635;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14219,7223,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580574277;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13867,6871,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579173550;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13868,6872,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579173550;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13895,6899,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579272392;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13952,6956,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579501673;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13953,6957,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579501673;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13966,6970,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579545955;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13940,6944,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579461567;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13941,6945,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579461567;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13942,6946,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579466360;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13943,6947,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579466360;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13944,6948,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579471536;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13945,6949,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579471536;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13931,6935,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579432724;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13932,6936,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579432725;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13938,6942,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579455368;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13933,6937,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579445615;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13934,6938,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579445615;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13929,6933,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579422994;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13930,6934,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579422994;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13928,6932,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579418276;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13927,6931,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579418276;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13939,6943,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580056568;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}'),(13936,6940,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579449634;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(5724,454,'tve_revision_tve_landing_page','tcb2-personal-branding-confirmation'),(5725,454,'tve_revision_tve_landing_set',''),(5726,454,'tve_revision_tve_disable_theme_dependency',''),(5727,454,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15df1296330\" wfd-id=\"34\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15df12ac35e\" wfd-id=\"67\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"35\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15df12e248d\" data-tag=\"h1\" wfd-id=\"64\"><h1 data-css=\"tve-u-15df1bff4b2\" style=\"text-align: center;\"><strong>Thank You</strong>&nbsp;for Signing Up!</h1></div><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15df130aef7\" data-tag=\"h2\" wfd-id=\"61\"><h2 data-css=\"tve-u-15df1c04f57\" style=\"text-align: center;\">Please watch the video below see why We Choose CERAKOTE and why we think you Should too<strong>:</strong></h2></div><div class=\"thrv_responsive_video thrv_wrapper rv_style_lifted_style4\" data-type=\"youtube\" data-url=\"https://www.youtube.com/watch?v=KNErxFen3FY\" data-css=\"tve-u-15df1d58e27\" data-showinfo=\"0\" data-modestbranding=\"1\" data-rel=\"0\" data-fs=\"0\" data-controls=\"0\" wfd-id=\"58\">\n<div class=\"tve_responsive_video_container\" wfd-id=\"59\">\n<div class=\"video_overlay\" wfd-id=\"60\"></div>\n<iframe data-code=\"KNErxFen3FY\" data-provider=\"youtube\" src=\"https://www.youtube.com/embed/KNErxFen3FY?rel=0&amp;modestbranding=1&amp;controls=0&amp;showinfo=0&amp;fs=0&amp;wmode=transparent\" data-src=\"https://www.youtube.com/embed/KNErxFen3FY?rel=0&amp;modestbranding=1&amp;controls=0&amp;showinfo=0&amp;fs=0&amp;wmode=transparent\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\n</div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15df15f31cd\" wfd-id=\"36\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-15df15d7b79\" wfd-id=\"37\"><div class=\"tcb-flex-col\" data-css=\"tve-u-15df15ddafa\" style=\"\" wfd-id=\"53\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"55\"><div class=\"thrv_wrapper tve_image_caption tcb-mobile-hidden\" data-css=\"tve-u-15df15596cf\" wfd-id=\"56\"><span class=\"tve_image_frame\" wfd-id=\"57\"><img class=\"tve_image wp-image-282\" alt=\"\" width=\"1024\" height=\"938\" title=\"CertifiedLogo\" data-id=\"282\" src=\"//bestcerakoteflorida.com/wp-content/uploads/2018/09/CertifiedLogo-1024x938.png\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-15df15ddb0b\" style=\"\" wfd-id=\"38\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15df1c0d52f\" wfd-id=\"40\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15df15c5c47\" data-tag=\"h3\" wfd-id=\"50\"><h3 data-css=\"tve-u-169546cecdd\"><strong>You are only one step away from getting your 10% Off Certificate!</strong></h3></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15df15c74d6\" wfd-id=\"47\"><p data-css=\"tve-u-1695477a975\">Please go to your email inbox and look for the email I just sent you. The subject line is \"10% Off\" and the email is sent by \"Nikolas Xifaras\".</p></div><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15df15c5c47\" data-tag=\"h3\" wfd-id=\"44\"><h3 data-css=\"tve-u-169547873f4\"><strong>Open the email and click on the confirmation link inside.<br></strong></h3></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15df15c74d6\" wfd-id=\"41\"><p data-css=\"tve-u-1695478fad6\">Done! That\'s all we need, to ensure that we got the right email address and that you will get your certificate!</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15df1609c61\" wfd-id=\"32\"><p data-css=\"tve-u-15df1610b5c\" style=\"text-align: center;\"><span style=\"font-size: 13px; font-family: &quot;Ek Mukta&quot;; font-weight: 200;\" wfd-id=\"33\">Â© {tcb_current_year} ACME Inc | Disclaimer</span></p></div>'),(5728,454,'tve_revision_tve_content_more_found',''),(5729,454,'tve_revision_tve_save_post',''),(5730,454,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Merriweather:400,700&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Special+Elite:400,&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Ek+Mukta:200,400,300&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-15df1d58e27\"] { max-width: 748px; margin: 0px auto 10px !important; }[data-css=\"tve-u-15df1610b5c\"] { line-height: 20px !important; }[data-css=\"tve-u-15df1609c61\"] { padding-left: 20px !important; padding-right: 20px !important; margin-left: auto !important; margin-right: auto !important; margin-bottom: 20px !important; }[data-css=\"tve-u-15df15f31cd\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-15df15d7b79\"] { max-width: 916px; margin-left: auto !important; margin-right: auto !important; padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-15df15ddb0b\"] { max-width: 76.4%; }[data-css=\"tve-u-15df15ddafa\"] { max-width: 23.6%; }[data-css=\"tve-u-15df15c74d6\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-15df15c5c47\"] { margin-bottom: 15px !important; margin-top: 14px !important; }[data-css=\"tve-u-15df15596cf\"] { width: 164px; border: 0px solid rgb(255, 255, 255); border-radius: 0px; overflow: hidden; float: none; margin: 0px auto !important; }[data-css=\"tve-u-15df130aef7\"] { max-width: 748px; margin-left: auto !important; margin-right: auto !important; margin-bottom: 50px !important; }[data-css=\"tve-u-15df12e248d\"] { max-width: 750px; margin: 33px auto 10px !important; }[data-css=\"tve-u-15df12ac35e\"] { box-shadow: rgba(0, 0, 0, 0.11) 3px 3px 12px 0px; background-color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-15df1296330\"] { max-width: 1080px; margin: 50px auto 0px !important; padding: 15px 40px !important; }[data-css=\"tve-u-15df125dc15\"] { background-image: none !important; background-color: rgb(0, 0, 0) !important; }#tcb_landing_page h3 { font-family: \"Ek Mukta\"; font-weight: 200; font-size: 20px; line-height: 20px; }#tcb_landing_page p, #tcb_landing_page li { font-family: \"Ek Mukta\"; font-weight: 200; font-size: 18px; line-height: 27px; }#tcb_landing_page h2 { font-family: \"Ek Mukta\"; font-weight: 200; font-size: 22px; line-height: 33px; color: rgb(51, 51, 51); }#tcb_landing_page h1 { font-family: \"Ek Mukta\"; font-weight: 200; font-size: 56px; line-height: 56px; }#tve_editor [data-css=\"tve-u-15df1bff4b2\"] { font-family: \"Special Elite\" !important; }#tve_editor [data-css=\"tve-u-15df1c04f57\"] { text-transform: capitalize !important; color: rgb(143, 2, 32) !important; font-family: \"Special Elite\" !important; }#tve_editor [data-css=\"tve-u-169546cecdd\"] { font-family: Merriweather !important; font-size: 18px !important; }[data-css=\"tve-u-169546cecdd\"] strong { font-weight: 700 !important; }#tve_editor [data-css=\"tve-u-1695477a975\"] { font-family: Merriweather !important; font-weight: 400 !important; font-size: 16px !important; }[data-css=\"tve-u-1695477a975\"] strong { font-weight: 700 !important; }#tve_editor [data-css=\"tve-u-169547873f4\"] { font-family: Merriweather !important; font-weight: 400 !important; font-size: 18px !important; }[data-css=\"tve-u-169547873f4\"] strong { font-weight: 700 !important; }#tve_editor [data-css=\"tve-u-1695478fad6\"] { font-family: Merriweather !important; font-weight: 400 !important; font-size: 16px !important; }[data-css=\"tve-u-1695478fad6\"] strong { font-weight: 700 !important; }}@media (max-width: 1023px){[data-css=\"tve-u-15df130aef7\"] { margin-bottom: 33px !important; }[data-css=\"tve-u-15df15596cf\"] { margin-top: 8px !important; }[data-css=\"tve-u-15df1296330\"] { margin-left: 20px !important; margin-right: 20px !important; }}@media (max-width: 767px){[data-css=\"tve-u-15df1c0d52f\"] { margin-top: 18px !important; }[data-css=\"tve-u-15df12e248d\"] { margin-top: 1px !important; }[data-css=\"tve-u-15df1c04f57\"] { line-height: 1.35em !important; }#tve_editor [data-css=\"tve-u-15df1c04f57\"] { font-size: 18px !important; }[data-css=\"tve-u-15df1bff4b2\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-15df1bff4b2\"] { font-size: 37px !important; }[data-css=\"tve-u-15df1296330\"] { padding-left: 30px !important; padding-right: 30px !important; }[data-css=\"tve-u-15df1d58e27\"] { float: none; width: 100%; margin-left: auto !important; margin-right: auto !important; }}'),(5731,454,'tve_revision_tve_user_custom_css','.thrv_text_element p { margin: 0;}\n.thrv_heading h1,h2,h3 {margin: 0;}\n'),(5732,454,'tve_revision_tve_page_events','a:0:{}'),(5733,454,'tve_revision_tve_globals','a:2:{s:8:\"body_css\";s:17:\"tve-u-15df125dc15\";s:8:\"font_cls\";a:0:{}}'),(5734,454,'tve_revision_tve_global_scripts',''),(5735,454,'tve_revision_thrive_icon_pack','0'),(5736,454,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(5737,454,'tve_revision_tve_has_masonry','0'),(5738,454,'tve_revision_tve_has_typefocus','0'),(5739,454,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-15df1296330\" wfd-id=\"34\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-15df12ac35e\" wfd-id=\"67\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"35\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15df12e248d\" data-tag=\"h1\" wfd-id=\"64\"><h1 data-css=\"tve-u-15df1bff4b2\" style=\"text-align: center;\"><strong>Thank You</strong>&nbsp;for Signing Up!</h1></div><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15df130aef7\" data-tag=\"h2\" wfd-id=\"61\"><h2 data-css=\"tve-u-15df1c04f57\" style=\"text-align: center;\">Please watch the video below see why We Choose CERAKOTE and why we think you Should too<strong>:</strong></h2></div><div class=\"thrv_responsive_video thrv_wrapper rv_style_lifted_style4\" data-type=\"youtube\" data-url=\"https://www.youtube.com/watch?v=KNErxFen3FY\" data-css=\"tve-u-15df1d58e27\" data-showinfo=\"0\" data-modestbranding=\"1\" data-rel=\"0\" data-fs=\"0\" data-controls=\"0\" wfd-id=\"58\">\n<div class=\"tve_responsive_video_container\" wfd-id=\"59\">\n<div class=\"video_overlay\" wfd-id=\"60\"></div>\n<iframe data-code=\"KNErxFen3FY\" data-provider=\"youtube\" src=\"https://www.youtube.com/embed/KNErxFen3FY?rel=0&amp;modestbranding=1&amp;controls=0&amp;showinfo=0&amp;fs=0&amp;wmode=transparent\" data-src=\"https://www.youtube.com/embed/KNErxFen3FY?rel=0&amp;modestbranding=1&amp;controls=0&amp;showinfo=0&amp;fs=0&amp;wmode=transparent\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\n</div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-15df15f31cd\" wfd-id=\"36\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-15df15d7b79\" wfd-id=\"37\"><div class=\"tcb-flex-col\" data-css=\"tve-u-15df15ddafa\" style=\"\" wfd-id=\"53\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"55\"><div class=\"thrv_wrapper tve_image_caption tcb-mobile-hidden\" data-css=\"tve-u-15df15596cf\" wfd-id=\"56\"><span class=\"tve_image_frame\" wfd-id=\"57\"><img class=\"tve_image wp-image-282\" alt=\"\" width=\"1024\" height=\"938\" title=\"CertifiedLogo\" data-id=\"282\" src=\"//bestcerakoteflorida.com/wp-content/uploads/2018/09/CertifiedLogo-1024x938.png\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-15df15ddb0b\" style=\"\" wfd-id=\"38\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-15df1c0d52f\" wfd-id=\"40\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15df15c5c47\" data-tag=\"h3\" wfd-id=\"50\"><h3 data-css=\"tve-u-169546cecdd\"><strong>You are only one step away from getting your 10% Off Certificate!</strong></h3></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15df15c74d6\" wfd-id=\"47\"><p data-css=\"tve-u-1695477a975\">Please go to your email inbox and look for the email I just sent you. The subject line is \"10% Off\" and the email is sent by \"Nikolas Xifaras\".</p></div><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-15df15c5c47\" data-tag=\"h3\" wfd-id=\"44\"><h3 data-css=\"tve-u-169547873f4\"><strong>Open the email and click on the confirmation link inside.<br></strong></h3></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15df15c74d6\" wfd-id=\"41\"><p data-css=\"tve-u-1695478fad6\">Done! That\'s all we need, to ensure that we got the right email address and that you will get your certificate!</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-15df1609c61\" wfd-id=\"32\"><p data-css=\"tve-u-15df1610b5c\" style=\"text-align: center;\"><span style=\"font-size: 13px; font-family: &quot;Ek Mukta&quot;; font-weight: 200;\" wfd-id=\"33\">Â© {tcb_current_year} ACME Inc | Disclaimer</span></p></div>'),(5740,454,'tve_revision_tve_has_wistia_popover','0'),(13788,6792,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1578913382;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(5756,518,'tve_revision_thrive_icon_pack',''),(5757,518,'tve_revision_thrive_tcb_post_fonts',''),(5758,518,'tve_revision_tve_has_masonry',''),(5759,518,'tve_revision_tve_has_typefocus',''),(5760,518,'tve_revision_tve_updated_post',''),(5761,518,'tve_revision_tve_has_wistia_popover',''),(5762,468,'tve_landing_page','tcb2-blank-page-styled'),(5763,468,'tve_landing_set','Blank'),(5764,468,'tve_updated_post_tcb2-blank-page-styled','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-169550bd520\" wfd-id=\"44\">\n	<div class=\"tve-content-box-background\" wfd-id=\"49\"></div>\n	<div class=\"tve-cb\" data-css=\"tve-u-1695921c8da\" wfd-id=\"45\"><div class=\"thrv_wrapper thrv_heading\" style=\"\" data-tag=\"h1\" wfd-id=\"46\"><h1 data-css=\"tve-u-16035acf904\" style=\"text-align: center;\"><strong>Contact Us</strong></h1></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16416ab0690\" wfd-id=\"38\">\n<div class=\"tve-page-section-out\" wfd-id=\"43\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1695508fbfa\" wfd-id=\"39\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" wfd-id=\"40\"><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi semper vulputate tincidunt. Mauris sodales vitae ipsum nec porta. Mauris lacus odio, congue eget justo nec, eleifend pellentesque orci. Interdum et malesuada fames ac ante ipsum primis in faucibus. Ut facilisis nibh eget ex maximus, at egestas orci faucibus.</p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16416ab0690\" wfd-id=\"35\">\n<div class=\"tve-page-section-out\" wfd-id=\"37\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16416aae91e\" wfd-id=\"36\"></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-16035a9ff73\" wfd-id=\"31\">\n<div class=\"tve-page-section-out\" wfd-id=\"34\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-160e4eb46bd\" wfd-id=\"32\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" wfd-id=\"33\"><p>Copyright text and footer links.</p></div></div>\n</div>\n\n'),(5765,468,'tve_custom_css_tcb2-blank-page-styled','@import url(\"//fonts.googleapis.com/css?family=Merriweather:400,700&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Special+Elite:400&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Open+Sans:400,700,300&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-16416ab0690\"] { padding: 30px 20px !important; }[data-css=\"tve-u-16416aae91e\"] { max-width: 1080px; }.tcb-plain-text strong { font-weight: 700; }.tcb-plain-text { font-family: \"Open Sans\"; font-weight: 400; }#tve_editor [data-css=\"tve-u-160e4eb46bd\"] p, #tve_editor [data-css=\"tve-u-160e4eb46bd\"] li, #tve_editor [data-css=\"tve-u-160e4eb46bd\"] blockquote, #tve_editor [data-css=\"tve-u-160e4eb46bd\"] address, #tve_editor [data-css=\"tve-u-160e4eb46bd\"] h1, #tve_editor [data-css=\"tve-u-160e4eb46bd\"] h2, #tve_editor [data-css=\"tve-u-160e4eb46bd\"] h3, #tve_editor [data-css=\"tve-u-160e4eb46bd\"] h4, #tve_editor [data-css=\"tve-u-160e4eb46bd\"] h5, #tve_editor [data-css=\"tve-u-160e4eb46bd\"] h6 { color: rgb(144, 144, 144); }#tcb_landing_page a strong { font-weight: 700; }#tcb_landing_page h6 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(51, 51, 51); font-size: 20px; }#tcb_landing_page h5 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(51, 51, 51); font-size: 24px; }#tcb_landing_page h4 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(51, 51, 51); font-size: 30px; }[data-css=\"tve-u-16035a9ff73\"] { padding: 30px 20px !important; }#tcb_landing_page a:not(.tcb-button-link) { color: rgb(4, 126, 255); text-decoration: underline; }#tcb_landing_page h3 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(51, 51, 51); font-size: 38px; line-height: 1.3em; }#tcb_landing_page h2 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(51, 51, 51); font-size: 45px; line-height: 1.3em; }#tcb_landing_page h1 { font-family: \"Special Elite\"; font-weight: 400; font-size: 50px; line-height: 1.3em; color: rgb(51, 51, 51); }#tcb_landing_page p strong, #tcb_landing_page li strong { font-weight: 700; }#tcb_landing_page p, #tcb_landing_page li { font-family: Merriweather; font-weight: 400; font-size: 17px; line-height: 1.6em; color: rgb(70, 70, 70); }[data-css=\"tve-u-15e09c94f7d\"] { background-color: rgb(255, 255, 255) !important; }#tcb_landing_page a:hover:not(.tcb-button-link) { text-decoration: none; }#tcb_landing_page .tve-state-hovera:not(.tcb-button-link) { text-decoration: none; }[data-css=\"tve-u-160e4eb46bd\"] h3 { margin: 0px 0px auto !important; padding: 0px !important; }[data-css=\"tve-u-160e4eb46bd\"] h1 { margin: 0px 0px auto !important; padding: 0px !important; }[data-css=\"tve-u-160e4eb46bd\"] h2 { margin: 0px 0px auto !important; padding: 0px !important; }[data-css=\"tve-u-160e4eb46bd\"] p { margin: 0px 0px auto !important; padding: 0px !important; }[data-css=\"tve-u-160e4eb46bd\"] { max-width: 1080px; text-align: center; }#tcb_landing_page a.tve-state-hover:not(.tcb-button-link) { text-decoration: none; }#tcb_landing_page .tcb-button-link { font-family: Merriweather; font-weight: 400; }#tcb_landing_page input { font-family: Merriweather; font-weight: 400; }#tcb_landing_page .tcb-button-link strong { font-weight: 700; }#tcb_landing_page input strong { font-weight: 700; }#tcb_landing_page .tcb-plain-text { font-family: Merriweather; font-weight: 400; }#tcb_landing_page .tcb-plain-text strong { font-weight: 700; }[data-css=\"tve-u-1695508fbfa\"] { max-width: 1080px; }#tve_editor [data-css=\"tve-u-16035acf904\"] { color: rgb(0, 0, 0) !important; font-size: 25px !important; }[data-css=\"tve-u-169550bd520\"] { padding-top: 25px !important; }#tve_editor .thrv-content-box [data-css=\"tve-u-1695921c8da\"] p, #tve_editor .thrv-content-box [data-css=\"tve-u-1695921c8da\"] li, #tve_editor .thrv-content-box [data-css=\"tve-u-1695921c8da\"] blockquote, #tve_editor .thrv-content-box [data-css=\"tve-u-1695921c8da\"] address, #tve_editor .thrv-content-box [data-css=\"tve-u-1695921c8da\"] .tcb-plain-text, #tve_editor .thrv-content-box [data-css=\"tve-u-1695921c8da\"] label, #tve_editor .thrv-content-box [data-css=\"tve-u-1695921c8da\"] h1, #tve_editor .thrv-content-box [data-css=\"tve-u-1695921c8da\"] h2, #tve_editor .thrv-content-box [data-css=\"tve-u-1695921c8da\"] h3, #tve_editor .thrv-content-box [data-css=\"tve-u-1695921c8da\"] h4, #tve_editor .thrv-content-box [data-css=\"tve-u-1695921c8da\"] h5, #tve_editor .thrv-content-box [data-css=\"tve-u-1695921c8da\"] h6 { color: rgb(0, 0, 0); }#tve_editor [data-css=\"tve-u-1695508fbfa\"] p, #tve_editor [data-css=\"tve-u-1695508fbfa\"] li, #tve_editor [data-css=\"tve-u-1695508fbfa\"] blockquote, #tve_editor [data-css=\"tve-u-1695508fbfa\"] address, #tve_editor [data-css=\"tve-u-1695508fbfa\"] .tcb-plain-text, #tve_editor [data-css=\"tve-u-1695508fbfa\"] label, #tve_editor [data-css=\"tve-u-1695508fbfa\"] h1, #tve_editor [data-css=\"tve-u-1695508fbfa\"] h2, #tve_editor [data-css=\"tve-u-1695508fbfa\"] h3, #tve_editor [data-css=\"tve-u-1695508fbfa\"] h4, #tve_editor [data-css=\"tve-u-1695508fbfa\"] h5, #tve_editor [data-css=\"tve-u-1695508fbfa\"] h6 { color: rgb(0, 0, 0); }}@media (max-width: 767px){#tve_editor [data-css=\"tve-u-16035acf904\"] { font-size: 36px !important; }[data-css=\"tve-u-16035a9ff73\"] { padding-left: 10px !important; padding-right: 10px !important; }}'),(5766,468,'tve_user_custom_css_tcb2-blank-page-styled',''),(5767,468,'tve_has_masonry_tcb2-blank-page-styled','0'),(5768,468,'tve_has_typefocus_tcb2-blank-page-styled','0'),(5769,468,'tve_has_wistia_popover_tcb2-blank-page-styled','0'),(5770,468,'tve_page_events_tcb2-blank-page-styled','a:0:{}'),(5771,468,'thrive_icon_pack_tcb2-blank-page-styled','0'),(5772,468,'tve_disable_theme_dependency_tcb2-blank-page-styled','1'),(5773,468,'tve_globals_tcb2-blank-page-styled','a:2:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";s:8:\"font_cls\";a:0:{}}'),(5774,468,'tve_global_scripts','a:2:{s:4:\"head\";s:0:\"\";s:6:\"footer\";s:0:\"\";}'),(5775,468,'thrive_tcb_post_fonts_tcb2-blank-page-styled','a:0:{}'),(5776,468,'tve_content_before_more_tcb2-blank-page-styled','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-169550bd520\" wfd-id=\"44\">\n	<div class=\"tve-content-box-background\" wfd-id=\"49\"></div>\n	<div class=\"tve-cb\" data-css=\"tve-u-1695921c8da\" wfd-id=\"45\"><div class=\"thrv_wrapper thrv_heading\" style=\"\" data-tag=\"h1\" wfd-id=\"46\"><h1 data-css=\"tve-u-16035acf904\" style=\"text-align: center;\"><strong>Contact Us</strong></h1></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16416ab0690\" wfd-id=\"38\">\n<div class=\"tve-page-section-out\" wfd-id=\"43\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1695508fbfa\" wfd-id=\"39\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" wfd-id=\"40\"><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi semper vulputate tincidunt. Mauris sodales vitae ipsum nec porta. Mauris lacus odio, congue eget justo nec, eleifend pellentesque orci. Interdum et malesuada fames ac ante ipsum primis in faucibus. Ut facilisis nibh eget ex maximus, at egestas orci faucibus.</p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16416ab0690\" wfd-id=\"35\">\n<div class=\"tve-page-section-out\" wfd-id=\"37\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16416aae91e\" wfd-id=\"36\"></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-16035a9ff73\" wfd-id=\"31\">\n<div class=\"tve-page-section-out\" wfd-id=\"34\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-160e4eb46bd\" wfd-id=\"32\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" wfd-id=\"33\"><p>Copyright text and footer links.</p></div></div>\n</div>\n\n'),(5777,468,'tve_content_more_found_tcb2-blank-page-styled',''),(5778,468,'tcb_editor_enabled','1'),(5779,519,'tve_revision_tve_landing_page','tcb2-blank-page-styled'),(5780,519,'tve_revision_tve_landing_set',''),(5781,519,'tve_revision_tve_disable_theme_dependency','1'),(5782,519,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16416ab0690\" wfd-id=\"33\">\n<div class=\"tve-page-section-out\" wfd-id=\"41\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16416aae91e\" wfd-id=\"34\"><div class=\"thrv_wrapper thrv_heading\" style=\"\" data-tag=\"h1\" wfd-id=\"38\"><h1 data-css=\"tve-u-16035acf904\"><strong>H1 Heading Example</strong> Lorem Ipsum Dolor</h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" wfd-id=\"35\"><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi semper vulputate tincidunt. Mauris sodales vitae ipsum nec porta. Mauris lacus odio, congue eget justo nec, eleifend pellentesque orci. Interdum et malesuada fames ac ante ipsum primis in faucibus. Ut facilisis nibh eget ex maximus, at egestas orci faucibus.</p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16416ab0690\" wfd-id=\"30\">\n<div class=\"tve-page-section-out\" wfd-id=\"32\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16416aae91e\" wfd-id=\"31\"></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-16035a9ff73\" wfd-id=\"24\">\n<div class=\"tve-page-section-out\" wfd-id=\"29\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-160e4eb46bd\" wfd-id=\"25\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" wfd-id=\"26\"><p>Copyright text and footer links.</p></div></div>\n</div>\n\n'),(5783,519,'tve_revision_tve_content_more_found',''),(5784,519,'tve_revision_tve_save_post',''),(5785,519,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Merriweather:400,700&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Special+Elite:400&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Open+Sans:400,700,300&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-16416ab0690\"] { padding: 30px 20px !important; }[data-css=\"tve-u-16416aae91e\"] { max-width: 1080px; }.tcb-plain-text strong { font-weight: 700; }.tcb-plain-text { font-family: \"Open Sans\"; font-weight: 400; }#tve_editor [data-css=\"tve-u-160e4eb46bd\"] p, #tve_editor [data-css=\"tve-u-160e4eb46bd\"] li, #tve_editor [data-css=\"tve-u-160e4eb46bd\"] blockquote, #tve_editor [data-css=\"tve-u-160e4eb46bd\"] address, #tve_editor [data-css=\"tve-u-160e4eb46bd\"] h1, #tve_editor [data-css=\"tve-u-160e4eb46bd\"] h2, #tve_editor [data-css=\"tve-u-160e4eb46bd\"] h3, #tve_editor [data-css=\"tve-u-160e4eb46bd\"] h4, #tve_editor [data-css=\"tve-u-160e4eb46bd\"] h5, #tve_editor [data-css=\"tve-u-160e4eb46bd\"] h6 { color: rgb(144, 144, 144); }#tcb_landing_page a strong { font-weight: 700; }#tcb_landing_page h6 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(51, 51, 51); font-size: 20px; }#tcb_landing_page h5 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(51, 51, 51); font-size: 24px; }#tcb_landing_page h4 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(51, 51, 51); font-size: 30px; }[data-css=\"tve-u-16035a9ff73\"] { padding: 30px 20px !important; }#tcb_landing_page a:not(.tcb-button-link) { color: rgb(4, 126, 255); text-decoration: underline; }#tcb_landing_page h3 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(51, 51, 51); font-size: 38px; line-height: 1.3em; }#tcb_landing_page h2 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(51, 51, 51); font-size: 45px; line-height: 1.3em; }#tcb_landing_page h1 { font-family: \"Special Elite\"; font-weight: 400; font-size: 50px; line-height: 1.3em; color: rgb(51, 51, 51); }#tcb_landing_page p strong, #tcb_landing_page li strong { font-weight: 700; }#tcb_landing_page p, #tcb_landing_page li { font-family: Merriweather; font-weight: 400; font-size: 17px; line-height: 1.6em; color: rgb(70, 70, 70); }[data-css=\"tve-u-15e09c94f7d\"] { background-color: rgb(255, 255, 255); }#tcb_landing_page a:hover:not(.tcb-button-link) { text-decoration: none; }#tcb_landing_page .tve-state-hovera:not(.tcb-button-link) { text-decoration: none; }[data-css=\"tve-u-160e4eb46bd\"] h3 { margin: 0px 0px auto !important; padding: 0px !important; }[data-css=\"tve-u-160e4eb46bd\"] h1 { margin: 0px 0px auto !important; padding: 0px !important; }[data-css=\"tve-u-160e4eb46bd\"] h2 { margin: 0px 0px auto !important; padding: 0px !important; }[data-css=\"tve-u-160e4eb46bd\"] p { margin: 0px 0px auto !important; padding: 0px !important; }[data-css=\"tve-u-160e4eb46bd\"] { max-width: 1080px; text-align: center; }#tcb_landing_page a.tve-state-hover:not(.tcb-button-link) { text-decoration: none; }#tcb_landing_page .tcb-button-link { font-family: Merriweather; font-weight: 400; }#tcb_landing_page input { font-family: Merriweather; font-weight: 400; }#tcb_landing_page .tcb-button-link strong { font-weight: 700; }#tcb_landing_page input strong { font-weight: 700; }#tcb_landing_page .tcb-plain-text { font-family: Merriweather; font-weight: 400; }#tcb_landing_page .tcb-plain-text strong { font-weight: 700; }}@media (max-width: 767px){#tve_editor [data-css=\"tve-u-16035acf904\"] { font-size: 36px !important; }[data-css=\"tve-u-16035a9ff73\"] { padding-left: 10px !important; padding-right: 10px !important; }}'),(5786,519,'tve_revision_tve_user_custom_css',''),(5787,519,'tve_revision_tve_page_events','a:0:{}'),(5788,519,'tve_revision_tve_globals','a:2:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";s:11:\"lightbox_id\";i:0;}'),(5789,519,'tve_revision_tve_global_scripts',''),(5790,519,'tve_revision_thrive_icon_pack',''),(5791,519,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(5792,519,'tve_revision_tve_has_masonry','0'),(5793,519,'tve_revision_tve_has_typefocus',''),(5794,519,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16416ab0690\" wfd-id=\"33\">\n<div class=\"tve-page-section-out\" wfd-id=\"41\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16416aae91e\" wfd-id=\"34\"><div class=\"thrv_wrapper thrv_heading\" style=\"\" data-tag=\"h1\" wfd-id=\"38\"><h1 data-css=\"tve-u-16035acf904\"><strong>H1 Heading Example</strong> Lorem Ipsum Dolor</h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" wfd-id=\"35\"><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi semper vulputate tincidunt. Mauris sodales vitae ipsum nec porta. Mauris lacus odio, congue eget justo nec, eleifend pellentesque orci. Interdum et malesuada fames ac ante ipsum primis in faucibus. Ut facilisis nibh eget ex maximus, at egestas orci faucibus.</p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16416ab0690\" wfd-id=\"30\">\n<div class=\"tve-page-section-out\" wfd-id=\"32\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16416aae91e\" wfd-id=\"31\"></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-16035a9ff73\" wfd-id=\"24\">\n<div class=\"tve-page-section-out\" wfd-id=\"29\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-160e4eb46bd\" wfd-id=\"25\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" wfd-id=\"26\"><p>Copyright text and footer links.</p></div></div>\n</div>\n\n'),(5795,519,'tve_revision_tve_has_wistia_popover',''),(5796,520,'tve_revision_tve_landing_page','tcb2-blank-page-styled'),(5797,520,'tve_revision_tve_landing_set',''),(5798,520,'tve_revision_tve_disable_theme_dependency','1'),(5799,520,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16416ab0690\" wfd-id=\"33\">\n<div class=\"tve-page-section-out\" wfd-id=\"41\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16416aae91e\" wfd-id=\"34\"><div class=\"thrv_wrapper thrv_heading\" style=\"\" data-tag=\"h1\" wfd-id=\"38\"><h1 data-css=\"tve-u-16035acf904\"><strong>H1 Heading Example</strong> Lorem Ipsum Dolor</h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" wfd-id=\"35\"><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi semper vulputate tincidunt. Mauris sodales vitae ipsum nec porta. Mauris lacus odio, congue eget justo nec, eleifend pellentesque orci. Interdum et malesuada fames ac ante ipsum primis in faucibus. Ut facilisis nibh eget ex maximus, at egestas orci faucibus.</p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16416ab0690\" wfd-id=\"30\">\n<div class=\"tve-page-section-out\" wfd-id=\"32\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16416aae91e\" wfd-id=\"31\"></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-16035a9ff73\" wfd-id=\"24\">\n<div class=\"tve-page-section-out\" wfd-id=\"29\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-160e4eb46bd\" wfd-id=\"25\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" wfd-id=\"26\"><p>Copyright text and footer links.</p></div></div>\n</div>\n\n'),(5800,520,'tve_revision_tve_content_more_found',''),(5801,520,'tve_revision_tve_save_post',''),(5802,520,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Merriweather:400,700&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Special+Elite:400&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Open+Sans:400,700,300&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-16416ab0690\"] { padding: 30px 20px !important; }[data-css=\"tve-u-16416aae91e\"] { max-width: 1080px; }.tcb-plain-text strong { font-weight: 700; }.tcb-plain-text { font-family: \"Open Sans\"; font-weight: 400; }#tve_editor [data-css=\"tve-u-160e4eb46bd\"] p, #tve_editor [data-css=\"tve-u-160e4eb46bd\"] li, #tve_editor [data-css=\"tve-u-160e4eb46bd\"] blockquote, #tve_editor [data-css=\"tve-u-160e4eb46bd\"] address, #tve_editor [data-css=\"tve-u-160e4eb46bd\"] h1, #tve_editor [data-css=\"tve-u-160e4eb46bd\"] h2, #tve_editor [data-css=\"tve-u-160e4eb46bd\"] h3, #tve_editor [data-css=\"tve-u-160e4eb46bd\"] h4, #tve_editor [data-css=\"tve-u-160e4eb46bd\"] h5, #tve_editor [data-css=\"tve-u-160e4eb46bd\"] h6 { color: rgb(144, 144, 144); }#tcb_landing_page a strong { font-weight: 700; }#tcb_landing_page h6 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(51, 51, 51); font-size: 20px; }#tcb_landing_page h5 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(51, 51, 51); font-size: 24px; }#tcb_landing_page h4 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(51, 51, 51); font-size: 30px; }[data-css=\"tve-u-16035a9ff73\"] { padding: 30px 20px !important; }#tcb_landing_page a:not(.tcb-button-link) { color: rgb(4, 126, 255); text-decoration: underline; }#tcb_landing_page h3 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(51, 51, 51); font-size: 38px; line-height: 1.3em; }#tcb_landing_page h2 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(51, 51, 51); font-size: 45px; line-height: 1.3em; }#tcb_landing_page h1 { font-family: \"Special Elite\"; font-weight: 400; font-size: 50px; line-height: 1.3em; color: rgb(51, 51, 51); }#tcb_landing_page p strong, #tcb_landing_page li strong { font-weight: 700; }#tcb_landing_page p, #tcb_landing_page li { font-family: Merriweather; font-weight: 400; font-size: 17px; line-height: 1.6em; color: rgb(70, 70, 70); }[data-css=\"tve-u-15e09c94f7d\"] { background-color: rgb(255, 255, 255); }#tcb_landing_page a:hover:not(.tcb-button-link) { text-decoration: none; }#tcb_landing_page .tve-state-hovera:not(.tcb-button-link) { text-decoration: none; }[data-css=\"tve-u-160e4eb46bd\"] h3 { margin: 0px 0px auto !important; padding: 0px !important; }[data-css=\"tve-u-160e4eb46bd\"] h1 { margin: 0px 0px auto !important; padding: 0px !important; }[data-css=\"tve-u-160e4eb46bd\"] h2 { margin: 0px 0px auto !important; padding: 0px !important; }[data-css=\"tve-u-160e4eb46bd\"] p { margin: 0px 0px auto !important; padding: 0px !important; }[data-css=\"tve-u-160e4eb46bd\"] { max-width: 1080px; text-align: center; }#tcb_landing_page a.tve-state-hover:not(.tcb-button-link) { text-decoration: none; }#tcb_landing_page .tcb-button-link { font-family: Merriweather; font-weight: 400; }#tcb_landing_page input { font-family: Merriweather; font-weight: 400; }#tcb_landing_page .tcb-button-link strong { font-weight: 700; }#tcb_landing_page input strong { font-weight: 700; }#tcb_landing_page .tcb-plain-text { font-family: Merriweather; font-weight: 400; }#tcb_landing_page .tcb-plain-text strong { font-weight: 700; }}@media (max-width: 767px){#tve_editor [data-css=\"tve-u-16035acf904\"] { font-size: 36px !important; }[data-css=\"tve-u-16035a9ff73\"] { padding-left: 10px !important; padding-right: 10px !important; }}'),(5803,520,'tve_revision_tve_user_custom_css',''),(5804,520,'tve_revision_tve_page_events','a:0:{}'),(5805,520,'tve_revision_tve_globals','a:2:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";s:8:\"font_cls\";a:0:{}}'),(5806,520,'tve_revision_tve_global_scripts',''),(5807,520,'tve_revision_thrive_icon_pack','0'),(5808,520,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(5809,520,'tve_revision_tve_has_masonry','0'),(5810,520,'tve_revision_tve_has_typefocus','0'),(5811,520,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16416ab0690\" wfd-id=\"33\">\n<div class=\"tve-page-section-out\" wfd-id=\"41\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16416aae91e\" wfd-id=\"34\"><div class=\"thrv_wrapper thrv_heading\" style=\"\" data-tag=\"h1\" wfd-id=\"38\"><h1 data-css=\"tve-u-16035acf904\"><strong>H1 Heading Example</strong> Lorem Ipsum Dolor</h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" wfd-id=\"35\"><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi semper vulputate tincidunt. Mauris sodales vitae ipsum nec porta. Mauris lacus odio, congue eget justo nec, eleifend pellentesque orci. Interdum et malesuada fames ac ante ipsum primis in faucibus. Ut facilisis nibh eget ex maximus, at egestas orci faucibus.</p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16416ab0690\" wfd-id=\"30\">\n<div class=\"tve-page-section-out\" wfd-id=\"32\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16416aae91e\" wfd-id=\"31\"></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-16035a9ff73\" wfd-id=\"24\">\n<div class=\"tve-page-section-out\" wfd-id=\"29\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-160e4eb46bd\" wfd-id=\"25\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" wfd-id=\"26\"><p>Copyright text and footer links.</p></div></div>\n</div>\n\n'),(5812,520,'tve_revision_tve_has_wistia_popover','0'),(5813,521,'tve_revision_tve_landing_page','tcb2-blank-page-styled'),(5814,521,'tve_revision_tve_landing_set',''),(5815,521,'tve_revision_tve_disable_theme_dependency','1'),(5816,521,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16416ab0690\" wfd-id=\"44\">\n<div class=\"tve-page-section-out\" wfd-id=\"52\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16416aae91e\" wfd-id=\"45\"><div class=\"thrv_wrapper thrv_heading\" style=\"\" data-tag=\"h1\" wfd-id=\"49\"><h1 data-css=\"tve-u-16035acf904\"><strong>H1 Heading Example</strong> Lorem Ipsum Dolor</h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" wfd-id=\"46\"><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi semper vulputate tincidunt. Mauris sodales vitae ipsum nec porta. Mauris lacus odio, congue eget justo nec, eleifend pellentesque orci. Interdum et malesuada fames ac ante ipsum primis in faucibus. Ut facilisis nibh eget ex maximus, at egestas orci faucibus.</p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16416ab0690\" wfd-id=\"41\">\n<div class=\"tve-page-section-out\" wfd-id=\"43\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16416aae91e\" wfd-id=\"42\"></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-16035a9ff73\" wfd-id=\"35\">\n<div class=\"tve-page-section-out\" wfd-id=\"40\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-160e4eb46bd\" wfd-id=\"36\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" wfd-id=\"37\"><p>Copyright text and footer links.</p></div></div>\n</div>\n\n'),(5817,521,'tve_revision_tve_content_more_found',''),(5818,521,'tve_revision_tve_save_post',''),(5819,521,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Merriweather:400,700&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Special+Elite:400&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Open+Sans:400,700,300&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-16416ab0690\"] { padding: 30px 20px !important; }[data-css=\"tve-u-16416aae91e\"] { max-width: 1080px; }.tcb-plain-text strong { font-weight: 700; }.tcb-plain-text { font-family: \"Open Sans\"; font-weight: 400; }#tve_editor [data-css=\"tve-u-160e4eb46bd\"] p, #tve_editor [data-css=\"tve-u-160e4eb46bd\"] li, #tve_editor [data-css=\"tve-u-160e4eb46bd\"] blockquote, #tve_editor [data-css=\"tve-u-160e4eb46bd\"] address, #tve_editor [data-css=\"tve-u-160e4eb46bd\"] h1, #tve_editor [data-css=\"tve-u-160e4eb46bd\"] h2, #tve_editor [data-css=\"tve-u-160e4eb46bd\"] h3, #tve_editor [data-css=\"tve-u-160e4eb46bd\"] h4, #tve_editor [data-css=\"tve-u-160e4eb46bd\"] h5, #tve_editor [data-css=\"tve-u-160e4eb46bd\"] h6 { color: rgb(144, 144, 144); }#tcb_landing_page a strong { font-weight: 700; }#tcb_landing_page h6 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(51, 51, 51); font-size: 20px; }#tcb_landing_page h5 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(51, 51, 51); font-size: 24px; }#tcb_landing_page h4 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(51, 51, 51); font-size: 30px; }[data-css=\"tve-u-16035a9ff73\"] { padding: 30px 20px !important; }#tcb_landing_page a:not(.tcb-button-link) { color: rgb(4, 126, 255); text-decoration: underline; }#tcb_landing_page h3 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(51, 51, 51); font-size: 38px; line-height: 1.3em; }#tcb_landing_page h2 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(51, 51, 51); font-size: 45px; line-height: 1.3em; }#tcb_landing_page h1 { font-family: \"Special Elite\"; font-weight: 400; font-size: 50px; line-height: 1.3em; color: rgb(51, 51, 51); }#tcb_landing_page p strong, #tcb_landing_page li strong { font-weight: 700; }#tcb_landing_page p, #tcb_landing_page li { font-family: Merriweather; font-weight: 400; font-size: 17px; line-height: 1.6em; color: rgb(70, 70, 70); }[data-css=\"tve-u-15e09c94f7d\"] { background-color: rgb(0, 0, 0) !important; }#tcb_landing_page a:hover:not(.tcb-button-link) { text-decoration: none; }#tcb_landing_page .tve-state-hovera:not(.tcb-button-link) { text-decoration: none; }[data-css=\"tve-u-160e4eb46bd\"] h3 { margin: 0px 0px auto !important; padding: 0px !important; }[data-css=\"tve-u-160e4eb46bd\"] h1 { margin: 0px 0px auto !important; padding: 0px !important; }[data-css=\"tve-u-160e4eb46bd\"] h2 { margin: 0px 0px auto !important; padding: 0px !important; }[data-css=\"tve-u-160e4eb46bd\"] p { margin: 0px 0px auto !important; padding: 0px !important; }[data-css=\"tve-u-160e4eb46bd\"] { max-width: 1080px; text-align: center; }#tcb_landing_page a.tve-state-hover:not(.tcb-button-link) { text-decoration: none; }#tcb_landing_page .tcb-button-link { font-family: Merriweather; font-weight: 400; }#tcb_landing_page input { font-family: Merriweather; font-weight: 400; }#tcb_landing_page .tcb-button-link strong { font-weight: 700; }#tcb_landing_page input strong { font-weight: 700; }#tcb_landing_page .tcb-plain-text { font-family: Merriweather; font-weight: 400; }#tcb_landing_page .tcb-plain-text strong { font-weight: 700; }}@media (max-width: 767px){#tve_editor [data-css=\"tve-u-16035acf904\"] { font-size: 36px !important; }[data-css=\"tve-u-16035a9ff73\"] { padding-left: 10px !important; padding-right: 10px !important; }}'),(5820,521,'tve_revision_tve_user_custom_css',''),(5821,521,'tve_revision_tve_page_events','a:0:{}'),(5822,521,'tve_revision_tve_globals','a:2:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";s:8:\"font_cls\";a:0:{}}'),(5823,521,'tve_revision_tve_global_scripts',''),(5824,521,'tve_revision_thrive_icon_pack','0'),(5825,521,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(5826,521,'tve_revision_tve_has_masonry','0'),(5827,521,'tve_revision_tve_has_typefocus','0'),(5828,521,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16416ab0690\" wfd-id=\"44\">\n<div class=\"tve-page-section-out\" wfd-id=\"52\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16416aae91e\" wfd-id=\"45\"><div class=\"thrv_wrapper thrv_heading\" style=\"\" data-tag=\"h1\" wfd-id=\"49\"><h1 data-css=\"tve-u-16035acf904\"><strong>H1 Heading Example</strong> Lorem Ipsum Dolor</h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" wfd-id=\"46\"><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi semper vulputate tincidunt. Mauris sodales vitae ipsum nec porta. Mauris lacus odio, congue eget justo nec, eleifend pellentesque orci. Interdum et malesuada fames ac ante ipsum primis in faucibus. Ut facilisis nibh eget ex maximus, at egestas orci faucibus.</p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16416ab0690\" wfd-id=\"41\">\n<div class=\"tve-page-section-out\" wfd-id=\"43\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16416aae91e\" wfd-id=\"42\"></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-16035a9ff73\" wfd-id=\"35\">\n<div class=\"tve-page-section-out\" wfd-id=\"40\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-160e4eb46bd\" wfd-id=\"36\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" wfd-id=\"37\"><p>Copyright text and footer links.</p></div></div>\n</div>\n\n'),(5829,521,'tve_revision_tve_has_wistia_popover','0'),(5830,468,'tve_disable_theme_dependency','1'),(5831,522,'tve_revision_tve_landing_page','tcb2-blank-page-styled'),(5832,522,'tve_revision_tve_landing_set',''),(5833,522,'tve_revision_tve_disable_theme_dependency','1'),(5834,522,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16416ab0690\" wfd-id=\"31\">\n<div class=\"tve-page-section-out\" wfd-id=\"35\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16416aae91e\" wfd-id=\"32\"><div class=\"thrv_wrapper thrv_heading\" style=\"\" data-tag=\"h1\" wfd-id=\"34\"><h1 data-css=\"tve-u-16035acf904\"><strong>H1 Heading Example</strong> Lorem Ipsum Dolor</h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" wfd-id=\"33\"><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi semper vulputate tincidunt. Mauris sodales vitae ipsum nec porta. Mauris lacus odio, congue eget justo nec, eleifend pellentesque orci. Interdum et malesuada fames ac ante ipsum primis in faucibus. Ut facilisis nibh eget ex maximus, at egestas orci faucibus.</p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16416ab0690\" wfd-id=\"28\">\n<div class=\"tve-page-section-out\" wfd-id=\"30\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16416aae91e\" wfd-id=\"29\"></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-16035a9ff73\" wfd-id=\"24\">\n<div class=\"tve-page-section-out\" wfd-id=\"27\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-160e4eb46bd\" wfd-id=\"25\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" wfd-id=\"26\"><p>Copyright text and footer links.</p></div></div>\n</div>\n\n'),(5835,522,'tve_revision_tve_content_more_found',''),(5836,522,'tve_revision_tve_save_post',''),(5837,522,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Merriweather:400,700&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Special+Elite:400&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Open+Sans:400,700,300&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-16416ab0690\"] { padding: 30px 20px !important; }[data-css=\"tve-u-16416aae91e\"] { max-width: 1080px; }.tcb-plain-text strong { font-weight: 700; }.tcb-plain-text { font-family: \"Open Sans\"; font-weight: 400; }#tve_editor [data-css=\"tve-u-160e4eb46bd\"] p, #tve_editor [data-css=\"tve-u-160e4eb46bd\"] li, #tve_editor [data-css=\"tve-u-160e4eb46bd\"] blockquote, #tve_editor [data-css=\"tve-u-160e4eb46bd\"] address, #tve_editor [data-css=\"tve-u-160e4eb46bd\"] h1, #tve_editor [data-css=\"tve-u-160e4eb46bd\"] h2, #tve_editor [data-css=\"tve-u-160e4eb46bd\"] h3, #tve_editor [data-css=\"tve-u-160e4eb46bd\"] h4, #tve_editor [data-css=\"tve-u-160e4eb46bd\"] h5, #tve_editor [data-css=\"tve-u-160e4eb46bd\"] h6 { color: rgb(144, 144, 144); }#tcb_landing_page a strong { font-weight: 700; }#tcb_landing_page h6 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(51, 51, 51); font-size: 20px; }#tcb_landing_page h5 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(51, 51, 51); font-size: 24px; }#tcb_landing_page h4 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(51, 51, 51); font-size: 30px; }[data-css=\"tve-u-16035a9ff73\"] { padding: 30px 20px !important; }#tcb_landing_page a:not(.tcb-button-link) { color: rgb(4, 126, 255); text-decoration: underline; }#tcb_landing_page h3 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(51, 51, 51); font-size: 38px; line-height: 1.3em; }#tcb_landing_page h2 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(51, 51, 51); font-size: 45px; line-height: 1.3em; }#tcb_landing_page h1 { font-family: \"Special Elite\"; font-weight: 400; font-size: 50px; line-height: 1.3em; color: rgb(51, 51, 51); }#tcb_landing_page p strong, #tcb_landing_page li strong { font-weight: 700; }#tcb_landing_page p, #tcb_landing_page li { font-family: Merriweather; font-weight: 400; font-size: 17px; line-height: 1.6em; color: rgb(70, 70, 70); }[data-css=\"tve-u-15e09c94f7d\"] { background-color: rgb(0, 0, 0) !important; }#tcb_landing_page a:hover:not(.tcb-button-link) { text-decoration: none; }#tcb_landing_page .tve-state-hovera:not(.tcb-button-link) { text-decoration: none; }[data-css=\"tve-u-160e4eb46bd\"] h3 { margin: 0px 0px auto !important; padding: 0px !important; }[data-css=\"tve-u-160e4eb46bd\"] h1 { margin: 0px 0px auto !important; padding: 0px !important; }[data-css=\"tve-u-160e4eb46bd\"] h2 { margin: 0px 0px auto !important; padding: 0px !important; }[data-css=\"tve-u-160e4eb46bd\"] p { margin: 0px 0px auto !important; padding: 0px !important; }[data-css=\"tve-u-160e4eb46bd\"] { max-width: 1080px; text-align: center; }#tcb_landing_page a.tve-state-hover:not(.tcb-button-link) { text-decoration: none; }#tcb_landing_page .tcb-button-link { font-family: Merriweather; font-weight: 400; }#tcb_landing_page input { font-family: Merriweather; font-weight: 400; }#tcb_landing_page .tcb-button-link strong { font-weight: 700; }#tcb_landing_page input strong { font-weight: 700; }#tcb_landing_page .tcb-plain-text { font-family: Merriweather; font-weight: 400; }#tcb_landing_page .tcb-plain-text strong { font-weight: 700; }}@media (max-width: 767px){#tve_editor [data-css=\"tve-u-16035acf904\"] { font-size: 36px !important; }[data-css=\"tve-u-16035a9ff73\"] { padding-left: 10px !important; padding-right: 10px !important; }}'),(5838,522,'tve_revision_tve_user_custom_css',''),(5839,522,'tve_revision_tve_page_events','a:0:{}'),(5840,522,'tve_revision_tve_globals','a:2:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";s:8:\"font_cls\";a:0:{}}'),(5841,522,'tve_revision_tve_global_scripts',''),(5842,522,'tve_revision_thrive_icon_pack','0'),(5843,522,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(5844,522,'tve_revision_tve_has_masonry','0'),(5845,522,'tve_revision_tve_has_typefocus','0'),(5846,522,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16416ab0690\" wfd-id=\"44\">\n<div class=\"tve-page-section-out\" wfd-id=\"52\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16416aae91e\" wfd-id=\"45\"><div class=\"thrv_wrapper thrv_heading\" style=\"\" data-tag=\"h1\" wfd-id=\"49\"><h1 data-css=\"tve-u-16035acf904\"><strong>H1 Heading Example</strong> Lorem Ipsum Dolor</h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" wfd-id=\"46\"><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi semper vulputate tincidunt. Mauris sodales vitae ipsum nec porta. Mauris lacus odio, congue eget justo nec, eleifend pellentesque orci. Interdum et malesuada fames ac ante ipsum primis in faucibus. Ut facilisis nibh eget ex maximus, at egestas orci faucibus.</p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16416ab0690\" wfd-id=\"41\">\n<div class=\"tve-page-section-out\" wfd-id=\"43\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16416aae91e\" wfd-id=\"42\"></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-16035a9ff73\" wfd-id=\"35\">\n<div class=\"tve-page-section-out\" wfd-id=\"40\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-160e4eb46bd\" wfd-id=\"36\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" wfd-id=\"37\"><p>Copyright text and footer links.</p></div></div>\n</div>\n\n'),(5847,522,'tve_revision_tve_has_wistia_popover','0'),(5848,523,'tve_revision_tve_landing_page','tcb2-blank-page-styled'),(5849,523,'tve_revision_tve_landing_set',''),(5850,523,'tve_revision_tve_disable_theme_dependency','1'),(5851,523,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-169550bd520\" wfd-id=\"38\">\n	<div class=\"tve-content-box-background\" wfd-id=\"43\"></div>\n	<div class=\"tve-cb\" wfd-id=\"39\"><div class=\"thrv_wrapper thrv_heading\" style=\"\" data-tag=\"h1\" wfd-id=\"40\"><h1 data-css=\"tve-u-16035acf904\" style=\"text-align: center;\"><strong>Contact Us</strong></h1></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16416ab0690\" wfd-id=\"32\">\n<div class=\"tve-page-section-out\" wfd-id=\"37\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1695508fbfa\" wfd-id=\"33\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" wfd-id=\"34\"><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi semper vulputate tincidunt. Mauris sodales vitae ipsum nec porta. Mauris lacus odio, congue eget justo nec, eleifend pellentesque orci. Interdum et malesuada fames ac ante ipsum primis in faucibus. Ut facilisis nibh eget ex maximus, at egestas orci faucibus.</p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16416ab0690\" wfd-id=\"29\">\n<div class=\"tve-page-section-out\" wfd-id=\"31\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16416aae91e\" wfd-id=\"30\"></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-16035a9ff73\" wfd-id=\"21\">\n<div class=\"tve-page-section-out\" wfd-id=\"28\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-160e4eb46bd\" wfd-id=\"22\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" wfd-id=\"23\"><p>Copyright text and footer links.</p></div></div>\n</div>\n\n'),(5852,523,'tve_revision_tve_content_more_found',''),(5853,523,'tve_revision_tve_save_post',''),(5854,523,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Merriweather:400,700&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Special+Elite:400&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Open+Sans:400,700,300&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-16416ab0690\"] { padding: 30px 20px !important; }[data-css=\"tve-u-16416aae91e\"] { max-width: 1080px; }.tcb-plain-text strong { font-weight: 700; }.tcb-plain-text { font-family: \"Open Sans\"; font-weight: 400; }#tve_editor [data-css=\"tve-u-160e4eb46bd\"] p, #tve_editor [data-css=\"tve-u-160e4eb46bd\"] li, #tve_editor [data-css=\"tve-u-160e4eb46bd\"] blockquote, #tve_editor [data-css=\"tve-u-160e4eb46bd\"] address, #tve_editor [data-css=\"tve-u-160e4eb46bd\"] h1, #tve_editor [data-css=\"tve-u-160e4eb46bd\"] h2, #tve_editor [data-css=\"tve-u-160e4eb46bd\"] h3, #tve_editor [data-css=\"tve-u-160e4eb46bd\"] h4, #tve_editor [data-css=\"tve-u-160e4eb46bd\"] h5, #tve_editor [data-css=\"tve-u-160e4eb46bd\"] h6 { color: rgb(144, 144, 144); }#tcb_landing_page a strong { font-weight: 700; }#tcb_landing_page h6 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(51, 51, 51); font-size: 20px; }#tcb_landing_page h5 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(51, 51, 51); font-size: 24px; }#tcb_landing_page h4 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(51, 51, 51); font-size: 30px; }[data-css=\"tve-u-16035a9ff73\"] { padding: 30px 20px !important; }#tcb_landing_page a:not(.tcb-button-link) { color: rgb(4, 126, 255); text-decoration: underline; }#tcb_landing_page h3 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(51, 51, 51); font-size: 38px; line-height: 1.3em; }#tcb_landing_page h2 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(51, 51, 51); font-size: 45px; line-height: 1.3em; }#tcb_landing_page h1 { font-family: \"Special Elite\"; font-weight: 400; font-size: 50px; line-height: 1.3em; color: rgb(51, 51, 51); }#tcb_landing_page p strong, #tcb_landing_page li strong { font-weight: 700; }#tcb_landing_page p, #tcb_landing_page li { font-family: Merriweather; font-weight: 400; font-size: 17px; line-height: 1.6em; color: rgb(70, 70, 70); }[data-css=\"tve-u-15e09c94f7d\"] { background-color: rgb(0, 0, 0) !important; }#tcb_landing_page a:hover:not(.tcb-button-link) { text-decoration: none; }#tcb_landing_page .tve-state-hovera:not(.tcb-button-link) { text-decoration: none; }[data-css=\"tve-u-160e4eb46bd\"] h3 { margin: 0px 0px auto !important; padding: 0px !important; }[data-css=\"tve-u-160e4eb46bd\"] h1 { margin: 0px 0px auto !important; padding: 0px !important; }[data-css=\"tve-u-160e4eb46bd\"] h2 { margin: 0px 0px auto !important; padding: 0px !important; }[data-css=\"tve-u-160e4eb46bd\"] p { margin: 0px 0px auto !important; padding: 0px !important; }[data-css=\"tve-u-160e4eb46bd\"] { max-width: 1080px; text-align: center; }#tcb_landing_page a.tve-state-hover:not(.tcb-button-link) { text-decoration: none; }#tcb_landing_page .tcb-button-link { font-family: Merriweather; font-weight: 400; }#tcb_landing_page input { font-family: Merriweather; font-weight: 400; }#tcb_landing_page .tcb-button-link strong { font-weight: 700; }#tcb_landing_page input strong { font-weight: 700; }#tcb_landing_page .tcb-plain-text { font-family: Merriweather; font-weight: 400; }#tcb_landing_page .tcb-plain-text strong { font-weight: 700; }[data-css=\"tve-u-1695508fbfa\"] { max-width: 1080px; }#tve_editor [data-css=\"tve-u-16035acf904\"] { color: rgb(255, 255, 255) !important; font-size: 25px !important; }[data-css=\"tve-u-169550bd520\"] { padding-top: 25px !important; }}@media (max-width: 767px){#tve_editor [data-css=\"tve-u-16035acf904\"] { font-size: 36px !important; }[data-css=\"tve-u-16035a9ff73\"] { padding-left: 10px !important; padding-right: 10px !important; }}'),(5855,523,'tve_revision_tve_user_custom_css',''),(5856,523,'tve_revision_tve_page_events','a:0:{}'),(5857,523,'tve_revision_tve_globals','a:2:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";s:8:\"font_cls\";a:0:{}}'),(5858,523,'tve_revision_tve_global_scripts',''),(5859,523,'tve_revision_thrive_icon_pack','0'),(5860,523,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(5861,523,'tve_revision_tve_has_masonry','0'),(5862,523,'tve_revision_tve_has_typefocus','0'),(5863,523,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-169550bd520\" wfd-id=\"38\">\n	<div class=\"tve-content-box-background\" wfd-id=\"43\"></div>\n	<div class=\"tve-cb\" wfd-id=\"39\"><div class=\"thrv_wrapper thrv_heading\" style=\"\" data-tag=\"h1\" wfd-id=\"40\"><h1 data-css=\"tve-u-16035acf904\" style=\"text-align: center;\"><strong>Contact Us</strong></h1></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16416ab0690\" wfd-id=\"32\">\n<div class=\"tve-page-section-out\" wfd-id=\"37\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1695508fbfa\" wfd-id=\"33\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" wfd-id=\"34\"><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi semper vulputate tincidunt. Mauris sodales vitae ipsum nec porta. Mauris lacus odio, congue eget justo nec, eleifend pellentesque orci. Interdum et malesuada fames ac ante ipsum primis in faucibus. Ut facilisis nibh eget ex maximus, at egestas orci faucibus.</p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16416ab0690\" wfd-id=\"29\">\n<div class=\"tve-page-section-out\" wfd-id=\"31\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16416aae91e\" wfd-id=\"30\"></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-16035a9ff73\" wfd-id=\"21\">\n<div class=\"tve-page-section-out\" wfd-id=\"28\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-160e4eb46bd\" wfd-id=\"22\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" wfd-id=\"23\"><p>Copyright text and footer links.</p></div></div>\n</div>\n\n'),(5864,523,'tve_revision_tve_has_wistia_popover','0'),(5865,428,'tve_revision_tve_landing_page','tcb2-thrivebiz-pub'),(5866,428,'tve_revision_tve_landing_set',''),(5867,428,'tve_revision_tve_disable_theme_dependency','1'),(5868,428,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16369563890\" wfd-id=\"527\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1636956410b\" data-clip-id=\"ebde87302d0be\" wfd-id=\"571\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1636955fbd2\" wfd-id=\"528\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160dbb50aca\" data-float=\"1\" wfd-id=\"565\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-160db84bfac\" data-clip-id=\"eb17500f3af4b\" wfd-id=\"570\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-eb17500f3af4b\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"divider\" pointer-width=\"100\" pointer-height=\"25\" style=\"zigzag\"><polygon points=\"0 0, 0 0.75, 0.5 1, 1 0.75,  1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-eb17500f3af4b\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"divider\" pointer-width=\"100\" pointer-height=\"25\" style=\"zigzag\"><polygon points=\"0 0, 0 0.75, 0.5 1, 1 0.75,  1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-eb17500f3af4b\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"pointer\" pointer-width=\"100\" pointer-height=\"15\" style=\"\" clip-path=\"url(#clip-mobile-top-eb17500f3af4b)\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 0 1, 0.5 0.85, 1 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-top-eb17500f3af4b\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"none\" pointer-width=\"5\" pointer-height=\"5\" style=\"zigzag\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160db85dabe\" wfd-id=\"566\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1635e6448aa\" wfd-id=\"567\"><h4 style=\"text-align: center;\"><strong>Your<br>&nbsp;â‰‘ &nbsp; &nbsp; &nbsp;Company Name &nbsp; &nbsp; &nbsp;â‰‘</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1635e5cbf37\" wfd-id=\"543\"><div class=\"tcb-flex-row tcb--cols--2 v-2 m-edit tcb-mobile-wrap tcb-resized tcb-row-reversed-mobile\" data-css=\"tve-u-1635e5cc2d9\" wfd-id=\"544\"><div class=\"tcb-flex-col\" data-css=\"tve-u-16363739cd6\" style=\"\" wfd-id=\"555\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"557\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tcb-mobile-hidden\" data-css=\"tve-u-1635e5cd7c0\" style=\"\" wfd-id=\"558\">\n<div class=\"tve-content-box-background\" wfd-id=\"564\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1635e5d9ba1\" wfd-id=\"559\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display tcb-mobile-hidden\" data-css=\"tve-u-160db6dd8cd\" style=\"\" wfd-id=\"563\"><svg class=\"tcb-icon\" viewBox=\"0 0 16 28\" data-name=\"map-marker\">\n<path d=\"M12 10c0-2.203-1.797-4-4-4s-4 1.797-4 4 1.797 4 4 4 4-1.797 4-4zM16 10c0 0.953-0.109 1.937-0.516 2.797l-5.688 12.094c-0.328 0.688-1.047 1.109-1.797 1.109s-1.469-0.422-1.781-1.109l-5.703-12.094c-0.406-0.859-0.516-1.844-0.516-2.797 0-4.422 3.578-8 8-8s8 3.578 8 8z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160df4565d1\" wfd-id=\"560\"><p>Your&nbsp; Adress Goes Here</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-16363739d27\" style=\"\" wfd-id=\"545\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"547\"><div class=\"tcb-clear\" data-css=\"tve-u-16363c02cf7\" wfd-id=\"548\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1635e5ffa41\" wfd-id=\"549\">\n<div class=\"tve-content-box-background\" wfd-id=\"554\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1635e5d9ba1\" wfd-id=\"550\"><div class=\"tcb-clear\" data-css=\"tve-u-163637c7e1e\" wfd-id=\"552\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1635e65c044\" data-float=\"1\" wfd-id=\"553\"><svg class=\"tcb-icon\" viewBox=\"0 0 22 28\" data-name=\"phone\">\n<path d=\"M22 19.375c0 0.562-0.25 1.656-0.484 2.172-0.328 0.766-1.203 1.266-1.906 1.656-0.922 0.5-1.859 0.797-2.906 0.797-1.453 0-2.766-0.594-4.094-1.078-0.953-0.344-1.875-0.766-2.734-1.297-2.656-1.641-5.859-4.844-7.5-7.5-0.531-0.859-0.953-1.781-1.297-2.734-0.484-1.328-1.078-2.641-1.078-4.094 0-1.047 0.297-1.984 0.797-2.906 0.391-0.703 0.891-1.578 1.656-1.906 0.516-0.234 1.609-0.484 2.172-0.484 0.109 0 0.219 0 0.328 0.047 0.328 0.109 0.672 0.875 0.828 1.188 0.5 0.891 0.984 1.797 1.5 2.672 0.25 0.406 0.719 0.906 0.719 1.391 0 0.953-2.828 2.344-2.828 3.187 0 0.422 0.391 0.969 0.609 1.344 1.578 2.844 3.547 4.813 6.391 6.391 0.375 0.219 0.922 0.609 1.344 0.609 0.844 0 2.234-2.828 3.187-2.828 0.484 0 0.984 0.469 1.391 0.719 0.875 0.516 1.781 1 2.672 1.5 0.313 0.156 1.078 0.5 1.188 0.828 0.047 0.109 0.047 0.219 0.047 0.328z\"></path>\n</svg></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16363599740\" wfd-id=\"551\"><p style=\"text-align: right;\">0364 - 300 - 946</p></div></div>\n</div></div></div></div></div></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160dbcafa88\" wfd-id=\"529\">\n<div class=\"tve-content-box-background\" wfd-id=\"542\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160dbcbc7a4\" wfd-id=\"530\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-160dbcd54ac\" data-tag=\"h3\" wfd-id=\"539\"><h3 style=\"text-align: center;\">This is the place to create your</h3></div><div class=\"thrv_wrapper thrv_heading tve_evt_manager_listen tve_et_tve-viewport tve_ea_thrive_animation tve_anim_slide_top\" data-css=\"tve-u-160dbcd2c5b\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_top&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" data-tag=\"h1\" wfd-id=\"536\"><h1 style=\"text-align: center;\">Best Memories</h1></div><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-160dbceed3d\" data-tcb_hover_state_parent=\"\" wfd-id=\"531\">\n<a href=\"\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"532\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-160dbe24f38\" wfd-id=\"533\"><strong>Make a reservation now</strong></span></span>\n</a>\n</div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1635e6aad72\" wfd-id=\"488\">\n<div class=\"tve-page-section-out\" wfd-id=\"526\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1635e6b4c72\" wfd-id=\"489\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160df4eae6d\" style=\"\" wfd-id=\"490\"><div class=\"tcb-flex-row tcb-medium-wrap tcb-resized tcb--cols--2\" data-css=\"tve-u-160df4bedf0\" wfd-id=\"491\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1635e9cce4d\" style=\"\" wfd-id=\"513\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160df8c3360\" wfd-id=\"515\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1635e97f913\" wfd-id=\"516\">\n<div class=\"tve-content-box-background\" wfd-id=\"525\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1635eadb72e\" wfd-id=\"517\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1636292fe99\" wfd-id=\"524\"><h4>A short story about us</h4></div><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-160df8deee2\" data-tag=\"h2\" wfd-id=\"521\"><h2>Welcome</h2></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-163629240b8\" wfd-id=\"518\"><p>Our vision is simple: create an environment of excitement and wonder.</p><p><br></p><p>We provide you with the fresh feeling that you need in summer and the cozyness you long for in winter.</p><p><br></p><p>We create the best experiences for you to share with friends.</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1635e9cce8b\" style=\"\" wfd-id=\"492\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160e5adb400\" wfd-id=\"494\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160df4c6424\" wfd-id=\"495\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-160df4db074\" wfd-id=\"512\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160df4f4d0e\" wfd-id=\"496\"><div class=\"tcb-clear\" data-css=\"tve-u-160df52e534\" wfd-id=\"497\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160df51ca21\" wfd-id=\"498\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-160df50b366\" wfd-id=\"511\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160df519447\" wfd-id=\"499\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1635eaf037e\" wfd-id=\"510\"><h6 class=\"\" data-css=\"tve-u-1635ef4f76c\" style=\"text-align: center;\"><strong>weâ€™re open from:</strong></h6></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160df6a2fe0\" wfd-id=\"500\"><div class=\"tcb-flex-row tcb--cols--2 v-2\" data-css=\"tve-u-160df6a3578\" wfd-id=\"501\"><div class=\"tcb-flex-col\" wfd-id=\"506\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160df6d53e3\" wfd-id=\"508\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160df709fbf\" wfd-id=\"509\"><p>Mo-Fr <strong>3Pm</strong> to <strong>4Am</strong></p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"502\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160df6d74f4\" wfd-id=\"504\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160df711140\" wfd-id=\"505\"><p>Sa-Su <strong>12Pm</strong> to <strong>4Am</strong></p></div></div></div></div></div></div>\n</div></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-160e4c55d27\" wfd-id=\"438\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-160e4c34c93\" data-clip-id=\"35e31e95c7382\" wfd-id=\"487\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-35e31e95c7382\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" pointer-width=\"100\" pointer-height=\"47\" style=\"zigzag\" decoration-type=\"none\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-35e31e95c7382\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" pointer-width=\"100\" pointer-height=\"47\" style=\"zigzag\" decoration-type=\"none\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-35e31e95c7382\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" pointer-width=\"100\" pointer-height=\"47\" style=\"zigzag\" decoration-type=\"none\" clip-path=\"url(#clip-mobile-top-35e31e95c7382)\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-top-35e31e95c7382\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" pointer-width=\"100\" pointer-height=\"22\" style=\"zigzag\" decoration-type=\"none\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-160e4c24b1a\" wfd-id=\"439\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-160e4c824a2\" data-tag=\"h3\" wfd-id=\"484\"><h3 data-css=\"tve-u-163630c7fc7\" style=\"text-align: center;\">Why Youâ€™ll <strong>Love</strong> our pub</h3></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160e4dadf9c\" style=\"\" wfd-id=\"440\"><div class=\"tcb-flex-row tcb--cols--3 tcb-medium-wrap v-2\" data-css=\"tve-u-160e4da55bb\" wfd-id=\"441\"><div class=\"tcb-flex-col\" wfd-id=\"468\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160e52014b5\" data-tcb_hover_state_parent=\"\" wfd-id=\"470\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1635efec9fa\" data-float=\"1\" wfd-id=\"481\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1635f098c8e\" data-tcb_hover_state_parent=\"1\" wfd-id=\"483\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16363231ead\" wfd-id=\"482\"></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160eb218e4e\" data-float=\"1\" wfd-id=\"471\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-160eb214b56\" data-clip-id=\"a182d7c321313\" data-tcb_hover_state_parent=\"1\" wfd-id=\"480\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-a182d7c321313\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"pointer\" pointer-width=\"100\" pointer-height=\"36\" style=\"\" data-inverted=\"false\"><polygon points=\"0 0, 0 0.64, 0 0.64, 0.5 1, 1 0.64, 1 0.64, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-a182d7c321313\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"none\" pointer-width=\"100\" pointer-height=\"36\" style=\"zigzag\" clip-path=\"url(#clip-tablet-top-a182d7c321313)\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-top-a182d7c321313\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"divider\" pointer-width=\"100\" pointer-height=\"22\" style=\"zigzag\"><polygon points=\"0 1, 1 1,1 0.22, 0.5 0, 0 0.22, 0 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-a182d7c321313\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"none\" pointer-width=\"100\" pointer-height=\"36\" style=\"zigzag\" clip-path=\"url(#clip-mobile-top-a182d7c321313)\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-top-a182d7c321313\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"divider\" pointer-width=\"100\" pointer-height=\"22\" style=\"zigzag\"><polygon points=\"0 1, 1 1,1 0.22, 0.5 0, 0 0.22, 0 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160eb1a09e2\" wfd-id=\"472\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1635ef71519\" wfd-id=\"477\"><p data-css=\"tve-u-160e4fd114b\" style=\"text-align: center;\">&nbsp;original</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160e501c0b4\" wfd-id=\"473\"><p data-css=\"tve-u-160e4fe84a1\" style=\"text-align: center;\"><span data-css=\"tve-u-160e4fe6187\" style=\"font-weight: 400; font-family: &quot;Kaushan Script&quot;;\" wfd-id=\"476\">drinks</span></p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"454\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160e5276a5e\" data-tcb_hover_state_parent=\"\" wfd-id=\"456\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-163628d68f3\" data-float=\"1\" wfd-id=\"465\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1635f073915\" data-tcb_hover_state_parent=\"1\" wfd-id=\"467\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16363235afe\" wfd-id=\"466\"></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160eb2222a0\" data-float=\"1\" wfd-id=\"457\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-160eb1d9ffb\" data-clip-id=\"cb4c420ba2143\" data-tcb_hover_state_parent=\"1\" wfd-id=\"464\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-cb4c420ba2143\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"pointer\" pointer-width=\"100\" pointer-height=\"36\" style=\"zigzag\"><polygon points=\"0 0, 0 0.64, 0.5 1, 1 0.64,  1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-cb4c420ba2143\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"none\" pointer-width=\"100\" pointer-height=\"36\" style=\"zigzag\" clip-path=\"url(#clip-tablet-top-cb4c420ba2143)\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-top-cb4c420ba2143\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"divider\" pointer-width=\"100\" pointer-height=\"22\" style=\"zigzag\"><polygon points=\"0 1, 1 1,1 0.22, 0.5 0, 0 0.22, 0 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-cb4c420ba2143\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"none\" pointer-width=\"100\" pointer-height=\"36\" style=\"zigzag\" clip-path=\"url(#clip-mobile-top-cb4c420ba2143)\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-top-cb4c420ba2143\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"divider\" pointer-width=\"100\" pointer-height=\"22\" style=\"zigzag\"><polygon points=\"0 1, 1 1,1 0.22, 0.5 0, 0 0.22, 0 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160eb1a09e2\" wfd-id=\"458\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1635ef72920\" wfd-id=\"463\"><p data-css=\"tve-u-160e4fd114b\" style=\"text-align: center;\">&nbsp;tasty</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160e501c0b4\" wfd-id=\"459\"><p data-css=\"tve-u-160e4fe84a1\" style=\"text-align: center;\"><span data-css=\"tve-u-160e4fe6187\" style=\"font-weight: 400; font-family: &quot;Kaushan Script&quot;;\" wfd-id=\"462\">food</span></p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"442\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160e52fbe2f\" data-tcb_hover_state_parent=\"\" wfd-id=\"444\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1635f0a8c87\" wfd-id=\"451\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1635f0b76b1\" data-tcb_hover_state_parent=\"1\" wfd-id=\"453\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-1635f010773\" wfd-id=\"452\"></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160eb0e8e90\" data-float=\"1\" wfd-id=\"445\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-160eb0d7fac\" data-clip-id=\"dd364f1962bc7\" data-tcb_hover_state_parent=\"1\" wfd-id=\"450\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-dd364f1962bc7\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"pointer\" pointer-width=\"100\" pointer-height=\"36\" style=\"zigzag\"><polygon points=\"0 0, 0 0.64, 0.5 1, 1 0.64,  1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-dd364f1962bc7\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"none\" pointer-width=\"100\" pointer-height=\"36\" style=\"zigzag\" clip-path=\"url(#clip-tablet-top-dd364f1962bc7)\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-top-dd364f1962bc7\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"divider\" pointer-width=\"100\" pointer-height=\"22\" style=\"zigzag\"><polygon points=\"0 1, 1 1,1 0.22, 0.5 0, 0 0.22, 0 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-dd364f1962bc7\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"none\" pointer-width=\"100\" pointer-height=\"36\" style=\"zigzag\" clip-path=\"url(#clip-mobile-top-dd364f1962bc7)\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-top-dd364f1962bc7\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"divider\" pointer-width=\"100\" pointer-height=\"22\" style=\"zigzag\"><polygon points=\"0 1, 1 1,1 0.22, 0.5 0, 0 0.22, 0 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160eb1a09e2\" wfd-id=\"446\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160eb1b0e14\" wfd-id=\"449\"><p data-css=\"tve-u-160e4fd114b\" style=\"text-align: center;\">&nbsp;great</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160e501c0b4\" wfd-id=\"447\"><p data-css=\"tve-u-160e4fe84a1\" style=\"text-align: center;\"><span data-css=\"tve-u-160e4fe6187\" style=\"font-weight: 400; font-family: &quot;Kaushan Script&quot;;\" wfd-id=\"448\">ambiance</span></p></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-160e9d15bdf\" wfd-id=\"281\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-160e9d118ed\" wfd-id=\"437\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-160e9d0c61d\" wfd-id=\"282\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160e9e2aeab\" wfd-id=\"436\"><h3>Take a look at</h3></div><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-160e9e41664\" data-tag=\"h2\" wfd-id=\"433\"><h2>Our Menu</h2></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160e9dff371\" wfd-id=\"283\">\n<div class=\"tve-content-box-background\" wfd-id=\"432\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160e9e03630\" wfd-id=\"284\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160ea7cae88\" wfd-id=\"285\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2\" data-css=\"tve-u-160ea7c9db0\" wfd-id=\"286\"><div class=\"tcb-flex-col\" wfd-id=\"309\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"311\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-160eb3ad20a\" wfd-id=\"429\"><h4>Drinks</h4></div><div class=\"tcb-clear\" data-css=\"tve-u-160ea7bf191\" wfd-id=\"376\"><div class=\"thrv_wrapper thrv_toggle_shortcode\" data-hover-color=\"rgba(18, 21, 25, 0.8)\" data-css=\"tve-u-160e9f87397\" wfd-id=\"377\">\n<div class=\"tve_faq\" wfd-id=\"378\">\n<div class=\"tve_faqI\" wfd-id=\"379\">\n<div class=\"tve_faqB\" wfd-id=\"422\"><span class=\"tve_not_editable tve_toggle\" wfd-id=\"428\"></span>\n<h4 class=\"tve_editable\" data-css=\"tve-u-160eb470891\"><span data-css=\"tve-u-160eb4708df\" style=\"font-family: Lato,arial;\" wfd-id=\"427\">alcoholic drinks</span></h4>\n</div>\n<div class=\"tve_faqC tve_empty_dropzone\" style=\"display: none;\" wfd-id=\"380\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160e9fad83c\" wfd-id=\"394\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-160eaa7faeb\" wfd-id=\"395\"><div class=\"tcb-flex-col\" wfd-id=\"414\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160eb4a305a\" wfd-id=\"416\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160ea977bf3\" wfd-id=\"417\"><h3 data-css=\"tve-u-160f8d013c3\"><strong>Beer (bottle)</strong></h3><p><br></p><p data-css=\"tve-u-160eb4a45fb\">Heineken</p><p data-css=\"tve-u-160eb49e1f7\">Paulaner</p><p data-css=\"tve-u-160eb4a4600\">Budweiser American Ale</p><p data-css=\"tve-u-160eb4a4603\">Land Shark Lager</p><p data-css=\"tve-u-160eb4a4605\">Scrumpy</p><p data-css=\"tve-u-160eb4a4608\">JackFirestone</p><p data-css=\"tve-u-160eb4a460a\">Walker Fortem</p><p data-css=\"tve-u-160eb4a460d\">Live Oak Hefeweizen</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"396\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160f8cfbf40\" wfd-id=\"398\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160ea9789a4\" wfd-id=\"399\"><h3 data-css=\"tve-u-160f8cf3d89\"><strong>Beer (draught)</strong></h3><p><br></p><p data-css=\"tve-u-160eb4b6f9b\"><span data-css=\"tve-u-160f8ceeb77\" wfd-id=\"413\">Guiness</span></p><p data-css=\"tve-u-160eb4b6fc8\"><span data-css=\"tve-u-160f8cef20d\" wfd-id=\"411\"><span data-css=\"tve-u-160f8ceeb79\" wfd-id=\"412\">Stela Artois</span></span></p><p data-css=\"tve-u-160eb4b6fcb\"><span data-css=\"tve-u-160f8cef245\" wfd-id=\"409\"><span data-css=\"tve-u-160f8ceebb3\" wfd-id=\"410\">Grolsch (Unfiltered)</span></span></p><p data-css=\"tve-u-160eb4b6fcd\"><span data-css=\"tve-u-160f8cef27e\" wfd-id=\"407\"><span data-css=\"tve-u-160f8ceebeb\" wfd-id=\"408\">Newcastle Brown Ale</span></span></p><p data-css=\"tve-u-160eb4b6fd0\"><span data-css=\"tve-u-160f8cef2b7\" wfd-id=\"405\"><span data-css=\"tve-u-160f8ceec23\" wfd-id=\"406\">Corona Extra</span></span></p><p data-css=\"tve-u-160eb4b6fd3\"><span data-css=\"tve-u-160f8cef2f1\" wfd-id=\"403\"><span data-css=\"tve-u-160f8ceec5c\" wfd-id=\"404\">Sam Adams</span></span></p><p data-css=\"tve-u-160eb4b6fd5\"><span data-css=\"tve-u-160f8ceec94\" wfd-id=\"402\">Miller Lite</span></p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160ea89b12a\" wfd-id=\"381\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-160eaa7faee\" wfd-id=\"382\"><div class=\"tcb-flex-col\" wfd-id=\"388\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160f8cddeb4\" wfd-id=\"390\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160ea976e63\" wfd-id=\"391\"><h3 data-css=\"tve-u-160f8cd7871\"><strong>Cocktails</strong></h3><p data-css=\"tve-u-160f8cd7919\"><br></p><p data-css=\"tve-u-160f8cd794f\">Gin &amp; Tonic</p><p data-css=\"tve-u-160f8cd7987\">Vodka Orange</p><p data-css=\"tve-u-160f8cd79c1\">Wiskey Sour</p><p data-css=\"tve-u-160f8cd79f8\">Boulevardier</p><p data-css=\"tve-u-160f8cd7a30\">Daiquiri</p><p data-css=\"tve-u-160f8cd7a68\">Martini</p><p data-css=\"tve-u-160f8cd7aa1\">Ramos Gin Fizz</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"383\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160ea928596\" wfd-id=\"385\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160ea9729a9\" wfd-id=\"387\"><h3 data-css=\"tve-u-160ea90d163\"><strong>Wine</strong></h3><p data-css=\"tve-u-160f8cc8efc\"><br></p><p data-css=\"tve-u-160f8cc8f31\"><br></p><p data-css=\"tve-u-160ea9400e0\"><strong>White</strong></p><p data-css=\"tve-u-160f8cc8f9a\"><br></p><p data-css=\"tve-u-160f8cc8fce\">Sidebar Sauvignon Blanc High Valley</p><p data-css=\"tve-u-160ea9104fd\"><br></p><p data-css=\"tve-u-160ea7224b9\">Mazzei Maremma Toscana Tenuta</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160ea9357c7\" wfd-id=\"386\"><p data-css=\"tve-u-160f8cc591b\"><br></p><p data-css=\"tve-u-160ea71c62c\"><strong>Red</strong></p><p data-css=\"tve-u-160f8cc5953\"><br></p><p data-css=\"tve-u-160ea79970d\">MarquÃ©s de CÃ¡ceres</p><p data-css=\"tve-u-160ea799710\">Rioja ReservaBelguardo</p></div></div></div></div></div></div>\n</div>\n</div>\n</div></div><div class=\"tcb-clear\" data-css=\"tve-u-160ea7bf191\" wfd-id=\"312\"><div class=\"thrv_wrapper thrv_toggle_shortcode\" data-hover-color=\"rgba(18, 21, 25, 0.8)\" data-css=\"tve-u-160eab45a4f\" wfd-id=\"313\">\n<div class=\"tve_faq\" wfd-id=\"330\">\n<div class=\"tve_faqI\" wfd-id=\"331\">\n<div class=\"tve_faqB\" wfd-id=\"371\"><span class=\"tve_not_editable tve_toggle\" wfd-id=\"375\"></span>\n<h4 class=\"tve_editable\" data-css=\"tve-u-160eb475d09\"><span data-css=\"tve-u-160eb475d4c\" style=\"font-family: Lato,arial;\" wfd-id=\"374\">soft drinks</span></h4>\n</div>\n<div class=\"tve_faqC tve_empty_dropzone\" style=\"display: none;\" wfd-id=\"332\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160eaa73bda\" wfd-id=\"355\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-160e9fac06c\" wfd-id=\"356\"><div class=\"tcb-flex-col\" wfd-id=\"365\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160f8cb9d70\" wfd-id=\"367\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160ea977bf3\" wfd-id=\"368\"><h3 data-css=\"tve-u-160f8cb610d\"><strong>Coffee</strong></h3><p data-css=\"tve-u-160f8cb6183\"><br></p><p data-css=\"tve-u-160f8cb61bc\">Expresso</p><p data-css=\"tve-u-160ea6ba060\">Expresso Machiato</p><p data-css=\"tve-u-160ea6ba063\">Irish Coffee</p><p data-css=\"tve-u-160ea6ba065\">Cafe Mendoza</p><p data-css=\"tve-u-160ea6ba067\">Latte</p><p data-css=\"tve-u-160ea6ba06a\">Americano</p><p data-css=\"tve-u-160ea6ba06c\">Baileys Irish Cream Coffee</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"357\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160f8c978c9\" wfd-id=\"359\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160f8c8c841\" wfd-id=\"360\"><h3 data-css=\"tve-u-160f8cb0034\"><strong>Juice</strong></h3><p data-css=\"tve-u-160f8cb00a7\"><br></p><p data-css=\"tve-u-160f8cb00e0\">Coca Cola</p><p data-css=\"tve-u-160f8cb011c\">Fanta</p><p data-css=\"tve-u-160f8cb0157\">Sprite</p><p data-css=\"tve-u-160f8cb0191\">Almdudler</p><p data-css=\"tve-u-160f8cb01cb\">Fresh mix&nbsp;</p><ul class=\"\" wfd-id=\"363\"><li class=\"\" data-css=\"tve-u-160ea9c9c07\" wfd-id=\"364\">Orange/ Grapefruit/Apple</li></ul><p data-css=\"tve-u-160f8cb0240\">Sam Adams</p><p data-css=\"tve-u-160f8cb027b\">Miller Lite</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160eaa8db54\" wfd-id=\"333\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-160ea89ac22\" wfd-id=\"334\"><div class=\"tcb-flex-col\" wfd-id=\"339\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"341\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160ea976e63\" wfd-id=\"342\"><h3 data-css=\"tve-u-160ea54ea72\"><span data-css=\"tve-u-160f8c69135\" wfd-id=\"354\"><strong>Smoothie</strong></span></h3><p><span data-css=\"tve-u-160f8c699b9\" wfd-id=\"352\"><span data-css=\"tve-u-160f8c691a5\" wfd-id=\"353\"><br></span></span></p><p data-css=\"tve-u-160ea6ba05c\"><span data-css=\"tve-u-160f8c699f6\" wfd-id=\"350\"><span data-css=\"tve-u-160f8c691dc\" wfd-id=\"351\">Cherry &amp; Kale</span></span></p><p data-css=\"tve-u-160ea6ba05c\"><span data-css=\"tve-u-160f8c69a2f\" wfd-id=\"348\"><span data-css=\"tve-u-160f8c69216\" wfd-id=\"349\">Blueberry &amp; Avocado</span></span></p><p data-css=\"tve-u-160ea6ba05c\"><span data-css=\"tve-u-160f8c69a67\" wfd-id=\"346\"><span data-css=\"tve-u-160f8c69250\" wfd-id=\"347\">Banana &amp; Milk</span></span></p><p data-css=\"tve-u-160ea6ba05c\"><span data-css=\"tve-u-160f8c69289\" wfd-id=\"345\">Pear &amp; Chocolate</span></p><p data-css=\"tve-u-160f8c626b2\">Veggie &amp; Green</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"335\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160ea928596\" wfd-id=\"337\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160f8c59f19\" wfd-id=\"338\"><h3 data-css=\"tve-u-160f8c5888c\"><strong>Lemonade</strong></h3><p data-css=\"tve-u-160f8c58926\"><br></p><p data-css=\"tve-u-160f8c58957\">Classic</p><p data-css=\"tve-u-160eaa5aa50\">Mint&nbsp;</p><p data-css=\"tve-u-160f8c589bd\">Orange &amp; Lime</p><p data-css=\"tve-u-160eaa62df8\">Watermelon</p></div></div></div></div></div></div>\n</div>\n</div>\n<div class=\"tve_faq\" wfd-id=\"314\">\n<div class=\"tve_faqI\" wfd-id=\"315\">\n<div class=\"tve_faqB\" wfd-id=\"325\"><span class=\"tve_not_editable tve_toggle\" wfd-id=\"329\"></span>\n<h4 class=\"tve_editable\">ADDITIONAL SPIRITS</h4>\n</div>\n<div class=\"tve_faqC\" style=\"display: none;\" wfd-id=\"316\"><div class=\"thrv_wrapper tcb-row-empty thrv-columns\" data-css=\"tve-u-1689b6473cd\" wfd-id=\"317\"><div class=\"tcb-flex-row tcb--cols--2\" wfd-id=\"318\"><div class=\"tcb-flex-col\" wfd-id=\"322\"><div class=\"tcb-col\" wfd-id=\"324\"></div></div><div class=\"tcb-flex-col\" wfd-id=\"319\"><div class=\"tcb-col\" wfd-id=\"321\"></div></div></div></div></div>\n</div>\n</div></div></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"287\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160eb38e170\" wfd-id=\"289\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-160eaaf84a6\" wfd-id=\"308\"><h4 class=\"\">Food</h4></div><div class=\"tcb-clear\" data-css=\"tve-u-160ea7bf191\" wfd-id=\"298\"><div class=\"thrv_wrapper thrv_toggle_shortcode\" data-hover-color=\"rgba(18, 21, 25, 0.8)\" data-css=\"tve-u-160ead973a1\" wfd-id=\"299\">\n<div class=\"tve_faq\" wfd-id=\"300\">\n<div class=\"tve_faqI\" wfd-id=\"301\">\n<div class=\"tve_faqB\" wfd-id=\"303\"><span class=\"tve_not_editable tve_toggle\" wfd-id=\"307\"></span>\n<h4 class=\"tve_editable\" data-css=\"tve-u-160eb47f143\"><span data-css=\"tve-u-160eb47f16a\" wfd-id=\"306\">starters</span></h4>\n</div>\n<div class=\"tve_faqC tve_empty_dropzone\" style=\"display: none;\" wfd-id=\"302\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160eb521486\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-160eb54da29\"><div class=\"tcb-flex-col\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160e9fbbfa0\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160f8c2bf72\"><h3 data-css=\"tve-u-160f8c28393\"><strong>Snacks</strong></h3><p data-css=\"tve-u-160f8c283f9\"><br></p><p data-css=\"tve-u-160f8c2842b\">Chips</p><p data-css=\"tve-u-160f8c28460\">Hazelnuts</p><p data-css=\"tve-u-160f8c28493\">Peanuts</p><p data-css=\"tve-u-160f8c284c6\">Tortilla chips</p><p data-css=\"tve-u-160f8c25bba\">Chocolate croissants</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160e9fc2c51\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160ea9c1e15\"><h3 data-css=\"tve-u-160eb553062\"><strong>Meals</strong></h3><p data-css=\"tve-u-160eb5530cd\"><br></p><p data-css=\"tve-u-160eb553103\">Crab cakes<u>â€‹</u></p><p data-css=\"tve-u-160eb553138\">Chicken wings</p><p data-css=\"tve-u-160eb55316d\">White beans with herbs</p><p data-css=\"tve-u-160eb5531a1\">Stuffed mushrooms</p><p data-css=\"tve-u-160eb5531d8\">Smoked salmon spread</p><p data-css=\"tve-u-160eb55320f\">Authentic houmous</p></div></div></div></div></div></div>\n</div>\n</div>\n</div></div><div class=\"tcb-clear\" data-css=\"tve-u-160ea7bf191\" wfd-id=\"290\"><div class=\"thrv_wrapper thrv_toggle_shortcode\" data-hover-color=\"rgba(18, 21, 25, 0.8)\" data-css=\"tve-u-160eb42c2ca\" wfd-id=\"291\">\n<div class=\"tve_faq\" wfd-id=\"292\">\n<div class=\"tve_faqI\" wfd-id=\"293\">\n<div class=\"tve_faqB\" wfd-id=\"295\"><span class=\"tve_not_editable tve_toggle\" wfd-id=\"297\"></span>\n<h4 class=\"tve_editable\" data-css=\"tve-u-160e9f7868b\"><span data-css=\"tve-u-160e9f7ce0e\" wfd-id=\"296\">main course</span></h4>\n</div>\n<div class=\"tve_faqC tve_empty_dropzone\" style=\"display: none;\" wfd-id=\"294\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160ead90ba7\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-160eadcc8c9\"><div class=\"tcb-flex-col\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160f8d12a0d\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160ea977bf3\"><h3 data-css=\"tve-u-160eb5275ca\"><strong>Soup</strong></h3><p data-css=\"tve-u-160eb52762c\"><br></p><p data-css=\"tve-u-160eb52765c\">Fish soup</p><p data-css=\"tve-u-160eb52768d\">Squash &amp; parsley&nbsp;</p><p data-css=\"tve-u-160eb5276bf\">Tomato</p><p data-css=\"tve-u-160eb5276f3\">Chicken Almond<br>Arizona Mountain<br>Bayou Shrimp<br>Beef &amp; Pasta Mushroom</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160e9fc2c51\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160eb537e16\"><h3 data-css=\"tve-u-160eb5346af\"><strong>Main dish</strong></h3><p data-css=\"tve-u-160eb534715\"><br></p><p data-css=\"tve-u-160eadffc69\">Chickpea Cauliflower Korma</p><p data-css=\"tve-u-160eb53477a\">Lasagna</p><p data-css=\"tve-u-160eb5347ae\">Veggie Lasagna</p><p data-css=\"tve-u-160eb5347e1\">Pizza Capriciosa</p><p data-css=\"tve-u-160eb534816\">Pizza Margherita</p><p data-css=\"tve-u-160eb53484c\">House Burger</p></div></div></div></div></div></div>\n</div>\n</div>\n</div></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1635ee0cb15\" wfd-id=\"156\">\n<div class=\"tve-page-section-out\" wfd-id=\"280\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1635ebf2201\" wfd-id=\"157\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160f8e625a1\" wfd-id=\"276\"><h3 data-css=\"tve-u-1635f10faad\" style=\"text-align: center;\">What <span data-css=\"tve-u-1635f111354\" style=\"text-transform: uppercase;\" wfd-id=\"279\">o</span>ur customers say</h3></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1635ed91639\" wfd-id=\"158\"><div class=\"tcb-flex-row tcb--cols--3\" data-css=\"tve-u-1635ed274dc\" wfd-id=\"159\"><div class=\"tcb-flex-col\" wfd-id=\"234\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1636390be1e\" wfd-id=\"236\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1635f1b25ed\" wfd-id=\"254\">\n<div class=\"tve-content-box-background\" wfd-id=\"275\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1635f125271\" wfd-id=\"255\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1635f138d3b\" wfd-id=\"271\"><p data-css=\"tve-u-160fa718c59\"><span data-css=\"tve-u-160fa718c5e\" wfd-id=\"274\">â</span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1635f136552\" wfd-id=\"268\"><p data-css=\"tve-u-163629eed0d\">Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit. Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit.</p></div><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"2\" data-color=\"rgb(218, 144, 15)\" data-css=\"tve-u-1635f14cd1e\" wfd-id=\"267\">\n<hr class=\"tve_sep tve_sep-1\">\n</div><div class=\"tcb-clear\" data-css=\"tve-u-160f93bdfb1\" wfd-id=\"265\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1636392a6b1\" wfd-id=\"266\"><svg class=\"tcb-icon\" viewBox=\"0 0 16 28\" data-name=\"sort-desc\">\n<path d=\"M16 17c0 0.266-0.109 0.516-0.297 0.703l-7 7c-0.187 0.187-0.438 0.297-0.703 0.297s-0.516-0.109-0.703-0.297l-7-7c-0.187-0.187-0.297-0.438-0.297-0.703 0-0.547 0.453-1 1-1h14c0.547 0 1 0.453 1 1z\"></path>\n</svg></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1635f123a1e\" wfd-id=\"261\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1636393c2d2\" data-float=\"1\" wfd-id=\"262\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-160f957664d\" wfd-id=\"264\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-163629eb59f\" wfd-id=\"263\"></div>\n</div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1635f121505\" wfd-id=\"256\"><p data-css=\"tve-u-163629db329\"><strong><span data-css=\"tve-u-163629f6835\" style=\"font-size: 16px;\" wfd-id=\"260\">Josie Carter</span></strong></p><p data-css=\"tve-u-163629e77b3\"><span data-css=\"tve-u-163629f6837\" style=\"font-size: 16px;\" wfd-id=\"259\"><em>Marine Biologist</em></span></p><p data-css=\"tve-u-160f9514c00\">â€‹<br></p></div></div>\n</div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-161701a8fd1\" wfd-id=\"237\"><div class=\"tcb-flex-row tcb--cols--3 tcb-resized tcb-resizing tcb-medium-no-wrap v-2 tcb-mobile-wrap m-edit\" data-css=\"tve-u-161703e4bac\" wfd-id=\"238\"><div class=\"tcb-flex-col\" data-css=\"tve-u-16170332517\" style=\"\" wfd-id=\"248\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"250\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16170441415\" wfd-id=\"251\"><p data-css=\"tve-u-16170191bce\"><em>As seen on</em></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1617033251d\" style=\"width: 85px;\" wfd-id=\"243\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"245\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16170185cb5\" wfd-id=\"246\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"247\"><img class=\"tve_image wp-image-3532\" alt=\"\" width=\"45\" height=\"30\" title=\"trip-advisor-logo_03\" data-id=\"3532\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/trip-advisor-logo_03.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1617033371d\" style=\"\" wfd-id=\"239\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"241\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16170442200\" wfd-id=\"242\"><p data-css=\"tve-u-161701c9195\"><a href=\"https://www.tripadvisor.com/\" target=\"_blank\"><u>See more reviews</u></a><u>â€‹â€‹â€‹â€‹</u></p></div></div></div></div></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"196\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-163639549e4\" wfd-id=\"198\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1635f1b3fee\" wfd-id=\"214\">\n<div class=\"tve-content-box-background\" wfd-id=\"233\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16362a05c8f\" wfd-id=\"215\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1636390935e\" wfd-id=\"229\"><p data-css=\"tve-u-160fa718c59\"><span data-css=\"tve-u-160fa718c5e\" wfd-id=\"232\">â</span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1636951d241\" wfd-id=\"226\"><p data-css=\"tve-u-16362a0d7c6\">Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae erat consequat auctor eu in elit. Class aptent!</p></div><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"2\" data-color=\"rgb(218, 144, 15)\" data-css=\"tve-u-16369519850\" wfd-id=\"225\">\n<hr class=\"tve_sep tve_sep-1\">\n</div><div class=\"tcb-clear\" data-css=\"tve-u-160f93bdfb1\" wfd-id=\"223\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1636392e791\" wfd-id=\"224\"><svg class=\"tcb-icon\" viewBox=\"0 0 16 28\" data-name=\"sort-desc\">\n<path d=\"M16 17c0 0.266-0.109 0.516-0.297 0.703l-7 7c-0.187 0.187-0.438 0.297-0.703 0.297s-0.516-0.109-0.703-0.297l-7-7c-0.187-0.187-0.297-0.438-0.297-0.703 0-0.547 0.453-1 1-1h14c0.547 0 1 0.453 1 1z\"></path>\n</svg></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1635ec5add7\" wfd-id=\"219\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1636393da63\" data-float=\"1\" wfd-id=\"220\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1635f13f574\" wfd-id=\"222\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16362a05cc8\" wfd-id=\"221\"></div>\n</div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160fa6805d4\" wfd-id=\"216\"><p data-css=\"tve-u-16362a08679\"><strong>Jesse O\'neil</strong></p><p data-css=\"tve-u-16362a0a74e\"><em>Advertising</em></p><p data-css=\"tve-u-16362a0a750\">â€‹<br></p></div></div>\n</div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16170325257\" wfd-id=\"199\"><div class=\"tcb-flex-row tcb--cols--3 tcb-resized tcb-medium-no-wrap v-2 tcb-mobile-wrap m-edit\" data-css=\"tve-u-1617045651a\" wfd-id=\"200\"><div class=\"tcb-flex-col\" data-css=\"tve-u-16170334a49\" style=\"\" wfd-id=\"210\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"212\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-161704435d7\" wfd-id=\"213\"><p data-css=\"tve-u-16170191bce\"><em>As seen on</em></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-16170334a4f\" style=\"\" wfd-id=\"205\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"207\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-161702e8042\" wfd-id=\"208\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"209\"><img class=\"tve_image wp-image-3538\" alt=\"\" width=\"52\" height=\"31\" title=\"foursquare-logo_03\" data-id=\"3538\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/foursquare-logo_03.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-161703373d0\" style=\"\" wfd-id=\"201\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"203\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16170445bb9\" wfd-id=\"204\"><p data-css=\"tve-u-161701c9195\"><a href=\"https://foursquare.com/\" target=\"_blank\"><u>See more reviewsâ€‹â€‹â€‹â€‹</u></a></p></div></div></div></div></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"160\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16363524c1e\" wfd-id=\"162\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1635ebfe4fc\" wfd-id=\"178\">\n<div class=\"tve-content-box-background\" wfd-id=\"195\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1635ec2801b\" wfd-id=\"179\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1635f139f5c\" wfd-id=\"191\"><p data-css=\"tve-u-160fa718c59\"><span data-css=\"tve-u-160fa718c5e\" wfd-id=\"194\">â</span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160f961e617\" wfd-id=\"190\"><p data-css=\"tve-u-16362a2156e\">Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Mauris in erat justo. Nullam ac urna eu felis dapibus condimentum sit amet a augue. Sed non neque elit.</p></div><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"2\" data-color=\"rgb(218, 144, 15)\" data-css=\"tve-u-160f9405e56\" wfd-id=\"189\">\n<hr class=\"tve_sep tve_sep-1\">\n</div><div class=\"tcb-clear\" data-css=\"tve-u-160f93bdfb1\" wfd-id=\"187\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1635ed98a8a\" wfd-id=\"188\"><svg class=\"tcb-icon\" viewBox=\"0 0 16 28\" data-name=\"sort-desc\">\n<path d=\"M16 17c0 0.266-0.109 0.516-0.297 0.703l-7 7c-0.187 0.187-0.438 0.297-0.703 0.297s-0.516-0.109-0.703-0.297l-7-7c-0.187-0.187-0.297-0.438-0.297-0.703 0-0.547 0.453-1 1-1h14c0.547 0 1 0.453 1 1z\"></path>\n</svg></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1635ec5add7\" wfd-id=\"183\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160f9562c14\" data-float=\"1\" wfd-id=\"184\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1635f187bfc\" wfd-id=\"186\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-1635edf3681\" wfd-id=\"185\"></div>\n</div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160fa6805d4\" wfd-id=\"180\"><p data-css=\"tve-u-163629df961\"><strong><span data-css=\"tve-u-16362a29860\" style=\"font-size: 16px;\" wfd-id=\"182\">Gabriel Jones</span></strong></p><p data-css=\"tve-u-16362a2c533\"><span data-css=\"tve-u-16362a29862\" style=\"font-size: 16px;\" wfd-id=\"181\"><em>Brand Management Consultant</em></span></p><p data-css=\"tve-u-160f9514c00\"><strong>â€‹</strong><br></p></div></div>\n</div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-161703268c0\" wfd-id=\"163\"><div class=\"tcb-flex-row tcb--cols--3 tcb-resized tcb-medium-no-wrap v-2 tcb-mobile-wrap m-edit\" data-css=\"tve-u-161701a2f15\" wfd-id=\"164\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1617019989e\" style=\"\" wfd-id=\"174\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"176\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16170471614\" wfd-id=\"177\"><p data-css=\"tve-u-16170191bce\"><em>As seen on</em></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-161701998d2\" style=\"\" wfd-id=\"169\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"171\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1617031f43b\" wfd-id=\"172\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"173\"><img class=\"tve_image wp-image-3542\" alt=\"\" width=\"49\" height=\"24\" title=\"yelp-logo_03\" data-id=\"3542\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/yelp-logo_03.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-161701c1618\" style=\"\" wfd-id=\"165\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"167\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-161701b642a\" wfd-id=\"168\"><p data-css=\"tve-u-161701c9195\"><a href=\"https://www.yelp.com/\" target=\"_blank\"><u>See more reviews</u></a><u>â€‹â€‹â€‹â€‹</u></p></div></div></div></div></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-160f96ef669\" wfd-id=\"114\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-160f96f5e19\" data-clip-id=\"c22944d35542f\" wfd-id=\"155\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-c22944d35542f\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" pointer-width=\"100\" pointer-height=\"14\" style=\"zigzag\" decoration-type=\"none\" clip-path=\"url(#clip-top-c22944d35542f)\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-c22944d35542f\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" pointer-width=\"100\" pointer-height=\"14\" style=\"zigzag\" decoration-type=\"none\" clip-path=\"url(#clip-mobile-top-c22944d35542f)\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-top-c22944d35542f\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" pointer-width=\"100\" pointer-height=\"10\" style=\"zigzag\" decoration-type=\"none\" clip-path=\"url(#clip-top-c22944d35542f)\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-top-c22944d35542f\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" pointer-width=\"100\" pointer-height=\"13\" decoration-type=\"none\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-160f96c069e\" wfd-id=\"115\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160f9714a61\" wfd-id=\"116\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-160f9734b53\" data-clip-id=\"c8e428685a637\" wfd-id=\"154\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-c8e428685a637\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"pointer\" pointer-width=\"100\" pointer-height=\"13\" style=\"zigzag\" clip-path=\"url(#clip-bottom-c8e428685a637)\"><polygon points=\"1 0.13, 0.5 0, 0 0.13, 0 0.13, 0 1, 1 1, 1 0.13\"></polygon></clipPath><clipPath id=\"clip-bottom-c8e428685a637\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"pointer\" pointer-width=\"100\" pointer-height=\"14.000000000000002\" style=\"\"><polygon points=\"0 0, 0 0.86, 0 0.86, 0.5 1, 1 0.86, 1 0.86, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-top-c8e428685a637\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"divider\" pointer-width=\"100\" pointer-height=\"13\" style=\"zigzag\" clip-path=\"url(#clip-tablet-bottom-c8e428685a637)\"><polygon points=\"0 1, 1 1,1 0.13, 0.5 0, 0 0.13, 0 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-c8e428685a637\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"divider\" pointer-width=\"100\" pointer-height=\"14\" style=\"zigzag\"><polygon points=\"0 0, 0 0.86, 0.5 1, 1 0.86,  1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-top-c8e428685a637\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"divider\" pointer-width=\"100\" pointer-height=\"10\" style=\"zigzag\" clip-path=\"url(#clip-mobile-bottom-c8e428685a637)\"><polygon points=\"0 1, 1 1,1 0.1, 0.5 0, 0 0.1, 0 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-c8e428685a637\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"divider\" pointer-width=\"100\" pointer-height=\"10\" style=\"zigzag\"><polygon points=\"0 0, 0 0.9, 0.5 1, 1 0.9,  1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160f972cd2b\" wfd-id=\"117\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160f97e6953\" wfd-id=\"150\"><p data-css=\"tve-u-160f97ddb8a\" style=\"text-align: center;\"><span data-css=\"tve-u-160f97e0356\" style=\"font-weight: 400; font-family: &quot;Kaushan Script&quot;;\" wfd-id=\"153\">Happy Hour</span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160f98a0d17\" wfd-id=\"144\"><p data-css=\"tve-u-160f9bf9be2\" style=\"text-align: center;\"><span data-css=\"tve-u-160f9bfdcb7\" wfd-id=\"148\">2 shots for the price of 1 between 18<span data-css=\"tve-u-160f9823757\" wfd-id=\"149\">&nbsp;PM&nbsp;</span>- 20 </span><span data-css=\"tve-u-160f984f29b\" wfd-id=\"147\">PM</span></p></div><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-160f98df817\" data-tcb_hover_state_parent=\"\" wfd-id=\"139\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"140\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-160fec25d20\" wfd-id=\"141\"><strong>Make a reservation now</strong></span></span>\n</a>\n</div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160f9b74c2b\" wfd-id=\"123\"><div class=\"tcb-flex-row tcb-resized tcb--cols--3 tcb-medium-no-wrap tcb-mobile-edit tcb-resizing v-2\" data-css=\"tve-u-160f9b69526\" wfd-id=\"124\"><div class=\"tcb-flex-col\" data-css=\"tve-u-160f9b7a36e\" style=\"\" wfd-id=\"135\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"137\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(176, 171, 155, 0.3)\" data-css=\"tve-u-160f9b9db80\" wfd-id=\"138\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-160f9b7a39a\" style=\"width: 97px;\" wfd-id=\"129\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160ff36e890\" wfd-id=\"131\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160fa7619dc\" wfd-id=\"132\"><p data-css=\"tve-u-160f9b916f8\" style=\"text-align: center;\">or</p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-160f9b7a3c6\" style=\"\" wfd-id=\"125\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"127\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(176, 171, 155, 0.3)\" data-css=\"tve-u-160f9bd1e50\" wfd-id=\"128\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160f9bf1aea\" wfd-id=\"118\"><p data-css=\"tve-u-160f981fb0c\" style=\"text-align: center;\"><span data-css=\"tve-u-160f9c02898\" wfd-id=\"121\"><span data-css=\"tve-u-160ff467c38\" wfd-id=\"122\">Call us</span> : 0300-984-589</span></p></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-160f9c6a4fe\" wfd-id=\"76\">\n<div class=\"tve-page-section-out\" wfd-id=\"113\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-160f9c6d0ad\" wfd-id=\"77\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160f9caae7b\" wfd-id=\"112\"><h3 data-css=\"tve-u-1635f21f43a\" style=\"text-align: center;\">our signature drinks</h3></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160f9c7f698\" wfd-id=\"78\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--4\" data-css=\"tve-u-160f9c75fb0\" wfd-id=\"79\"><div class=\"tcb-flex-col\" wfd-id=\"104\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160f9cccb99\" data-tcb_hover_state_parent=\"\" wfd-id=\"106\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1616a9cfa4b\" wfd-id=\"107\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1616a721403\" wfd-id=\"111\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1616a74e73b\" wfd-id=\"108\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1616a5e01ba\" wfd-id=\"109\"><p data-css=\"tve-u-160f9d496b3\" style=\"text-align: center;\"><span data-css=\"tve-u-160f9d5377f\" style=\"font-weight: 400; font-family: &quot;Kaushan Script&quot;;\" wfd-id=\"110\">Wiskey Sour</span></p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"96\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160f9d08737\" data-tcb_hover_state_parent=\"\" wfd-id=\"98\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1616a9d1ca7\" wfd-id=\"99\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1616a721403\" wfd-id=\"103\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1616a74e73b\" wfd-id=\"100\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1616a5e01ba\" wfd-id=\"101\"><p data-css=\"tve-u-160f9d496b3\" style=\"text-align: center;\"><span data-css=\"tve-u-160f9d5377f\" style=\"font-weight: 400; font-family: &quot;Kaushan Script&quot;;\" wfd-id=\"102\">Boulevardier</span></p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"88\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160f9d0b00e\" data-tcb_hover_state_parent=\"\" wfd-id=\"90\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1616a9d3730\" wfd-id=\"91\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1616a721403\" wfd-id=\"95\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1616a74e73b\" wfd-id=\"92\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1616a5e01ba\" wfd-id=\"93\"><p data-css=\"tve-u-160f9d496b3\" style=\"text-align: center;\"><span data-css=\"tve-u-160f9d5377f\" style=\"font-weight: 400; font-family: &quot;Kaushan Script&quot;;\" wfd-id=\"94\">Gin Fizz</span></p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"80\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160f9d0c9a0\" data-tcb_hover_state_parent=\"\" wfd-id=\"82\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1616a708b49\" wfd-id=\"83\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1616a721403\" wfd-id=\"87\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1616a74e73b\" wfd-id=\"84\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1616a5e01ba\" wfd-id=\"85\"><p data-css=\"tve-u-160f9d496b3\" style=\"text-align: center;\"><span data-css=\"tve-u-160f9d5377f\" style=\"font-weight: 400; font-family: &quot;Kaushan Script&quot;;\" wfd-id=\"86\">Spicy Tequila Shot</span></p></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-160fe140452\" style=\"\" wfd-id=\"41\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-16362e0aed9\" wfd-id=\"75\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-160fe13ce28\" wfd-id=\"42\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160f9ec40fc\" wfd-id=\"43\"><div class=\"tcb-flex-row tcb--cols--2 tcb-medium-no-wrap v-2 tcb-mobile-wrap m-edit\" data-css=\"tve-u-160f9ebf905\" wfd-id=\"44\"><div class=\"tcb-flex-col\" wfd-id=\"49\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160f9ee08be\" wfd-id=\"51\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160fa01d193\" wfd-id=\"52\">\n<div class=\"tve-content-box-background\" wfd-id=\"74\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"53\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1635f273315\" wfd-id=\"72\"><h4 data-css=\"tve-u-1635f28650b\"><strong><span data-css=\"tve-u-16362a7e959\" style=\"text-transform: none;\" wfd-id=\"73\">Your</span></strong><br><strong>Company name</strong></h4></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16362aabe81\" wfd-id=\"64\">\n<div class=\"tve-content-box-background\" wfd-id=\"71\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1635e5d9ba1\" wfd-id=\"65\"><div class=\"tcb-clear\" data-css=\"tve-u-16363d2efc4\" wfd-id=\"69\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-16362a8dd87\" data-float=\"1\" wfd-id=\"70\"><svg class=\"tcb-icon\" viewBox=\"0 0 16 28\" data-name=\"map-marker\">\n<path d=\"M12 10c0-2.203-1.797-4-4-4s-4 1.797-4 4 1.797 4 4 4 4-1.797 4-4zM16 10c0 0.953-0.109 1.937-0.516 2.797l-5.688 12.094c-0.328 0.688-1.047 1.109-1.797 1.109s-1.469-0.422-1.781-1.109l-5.703-12.094c-0.406-0.859-0.516-1.844-0.516-2.797 0-4.422 3.578-8 8-8s8 3.578 8 8z\"></path>\n</svg></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160df4565d1\" wfd-id=\"66\"><p data-css=\"tve-u-1636311d040\">Your Pub Adress Goes Here</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1636301dc81\" wfd-id=\"59\">\n<div class=\"tve-content-box-background\" wfd-id=\"63\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1635e5d9ba1\" wfd-id=\"60\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-16362aa4888\" wfd-id=\"62\"><svg class=\"tcb-icon\" viewBox=\"0 0 22 28\" data-name=\"phone\">\n<path d=\"M22 19.375c0 0.562-0.25 1.656-0.484 2.172-0.328 0.766-1.203 1.266-1.906 1.656-0.922 0.5-1.859 0.797-2.906 0.797-1.453 0-2.766-0.594-4.094-1.078-0.953-0.344-1.875-0.766-2.734-1.297-2.656-1.641-5.859-4.844-7.5-7.5-0.531-0.859-0.953-1.781-1.297-2.734-0.484-1.328-1.078-2.641-1.078-4.094 0-1.047 0.297-1.984 0.797-2.906 0.391-0.703 0.891-1.578 1.656-1.906 0.516-0.234 1.609-0.484 2.172-0.484 0.109 0 0.219 0 0.328 0.047 0.328 0.109 0.672 0.875 0.828 1.188 0.5 0.891 0.984 1.797 1.5 2.672 0.25 0.406 0.719 0.906 0.719 1.391 0 0.953-2.828 2.344-2.828 3.187 0 0.422 0.391 0.969 0.609 1.344 1.578 2.844 3.547 4.813 6.391 6.391 0.375 0.219 0.922 0.609 1.344 0.609 0.844 0 2.234-2.828 3.187-2.828 0.484 0 0.984 0.469 1.391 0.719 0.875 0.516 1.781 1 2.672 1.5 0.313 0.156 1.078 0.5 1.188 0.828 0.047 0.109 0.047 0.219 0.047 0.328z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160df4565d1\" wfd-id=\"61\"><p data-css=\"tve-u-1636311dda3\" style=\"text-align: left;\">0364 - 300 - 946</p></div></div>\n</div><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-160fa182f82\" data-tcb_hover_state_parent=\"\" wfd-id=\"54\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"55\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-160fa198fbb\" wfd-id=\"56\">Make a reservation now</span></span>\n</a>\n</div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"45\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160fa1c8dca\" wfd-id=\"47\"><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-160fa11f4f2\" wfd-id=\"48\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=London&amp;t=m&amp;z=12&amp;output=embed&amp;iwloc=near\"></iframe>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16362e2956e\" wfd-id=\"27\">\n<div class=\"tve-page-section-out\" wfd-id=\"40\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16362e27bcb\" wfd-id=\"28\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160fa4daf17\" wfd-id=\"29\"><div class=\"tcb-flex-row tcb--cols--2 v-2\" data-css=\"tve-u-160fa4d8d4f\" wfd-id=\"30\"><div class=\"tcb-flex-col\" wfd-id=\"36\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"38\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160fa4b581e\" wfd-id=\"39\"><p data-css=\"tve-u-160fa489bd9\" style=\"text-align: left;\">Â© 2018 , Your company name . All rights reserved.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"31\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160fec923bf\" wfd-id=\"33\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160fec99b6f\" wfd-id=\"34\"><p style=\"text-align: right;\" data-css=\"tve-u-16363b1b458\"><span style=\"color: rgba(3, 9, 14, 0.5);\" data-css=\"tve-u-16363b4867f\" wfd-id=\"35\"><u>â€‹</u>â€‹â€‹â€‹â€‹Made with</span> <a href=\"https://thrivethemes.com/\" target=\"_blank\">Thrive Architect</a></p></div></div></div></div></div></div>\n</div>'),(5869,428,'tve_revision_tve_content_more_found',''),(5870,428,'tve_revision_tve_save_post',''),(5871,428,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Noto+Sans:400,700&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Kaushan+Script:400&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Limelight:400&subset=latin\");@media (min-width: 300px){#tve_editor [data-css=\"tve-u-1636955fbd2\"] p, #tve_editor [data-css=\"tve-u-1636955fbd2\"] li, #tve_editor [data-css=\"tve-u-1636955fbd2\"] blockquote, #tve_editor [data-css=\"tve-u-1636955fbd2\"] address, #tve_editor [data-css=\"tve-u-1636955fbd2\"] h1, #tve_editor [data-css=\"tve-u-1636955fbd2\"] h2, #tve_editor [data-css=\"tve-u-1636955fbd2\"] h3, #tve_editor [data-css=\"tve-u-1636955fbd2\"] h4, #tve_editor [data-css=\"tve-u-1636955fbd2\"] h5, #tve_editor [data-css=\"tve-u-1636955fbd2\"] h6 { color: rgb(255, 255, 255); }[data-css=\"tve-u-1636956410b\"] { clip-path: url(\"#clip-bottom-ebde87302d0be\"); -webkit-clip-path: url(\"#clip-bottom-ebde87302d0be\");  background-image: linear-gradient(rgba(1, 11, 20, 0.85) 0%, rgba(0, 0, 0, 0.18) 100%), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Pub-Hero-img.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-16369563890\"] { padding: 0px 40px 60px !important; }[data-css=\"tve-u-1636955fbd2\"] { max-width: 1200px; min-height: 700px !important; }#tve_editor .thrv-content-box [data-css=\"tve-u-160f972cd2b\"] p, #tve_editor .thrv-content-box [data-css=\"tve-u-160f972cd2b\"] li, #tve_editor .thrv-content-box [data-css=\"tve-u-160f972cd2b\"] blockquote, #tve_editor .thrv-content-box [data-css=\"tve-u-160f972cd2b\"] address, #tve_editor .thrv-content-box [data-css=\"tve-u-160f972cd2b\"] h1, #tve_editor .thrv-content-box [data-css=\"tve-u-160f972cd2b\"] h2, #tve_editor .thrv-content-box [data-css=\"tve-u-160f972cd2b\"] h3, #tve_editor .thrv-content-box [data-css=\"tve-u-160f972cd2b\"] h4, #tve_editor .thrv-content-box [data-css=\"tve-u-160f972cd2b\"] h5, #tve_editor .thrv-content-box [data-css=\"tve-u-160f972cd2b\"] h6 { color: rgb(255, 255, 255); }[data-css=\"tve-u-16363c02cf7\"]::after { clear: both; }[data-css=\"tve-u-16363b4867f\"] { color: rgba(3, 9, 14, 0.5) !important; }#tve_editor [data-css=\"tve-u-16363b1b458\"] { font-size: 14px !important; color: rgba(3, 9, 14, 0.5) !important; }#tve_editor [data-css=\"tve-u-163630c7fc7\"] { color: rgb(207, 199, 172) !important; }#tve_editor [data-css=\"tve-u-16362a2c533\"] { color: rgba(3, 9, 14, 0.5) !important; }[data-css=\"tve-u-16362e2956e\"] { padding: 30px 40px !important; }[data-css=\"tve-u-16362e27bcb\"] { max-width: 1200px; }[data-css=\"tve-u-16362e0aed9\"] { opacity: 1; background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Pub-Footer-img.jpg\") !important; background-size: cover !important; background-position: 0% 0% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; background-color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-16362a7e959\"] { text-transform: none !important; }#tve_editor [data-css=\"tve-u-160f96c069e\"] p, #tve_editor [data-css=\"tve-u-160f96c069e\"] li, #tve_editor [data-css=\"tve-u-160f96c069e\"] blockquote, #tve_editor [data-css=\"tve-u-160f96c069e\"] address, #tve_editor [data-css=\"tve-u-160f96c069e\"] h1, #tve_editor [data-css=\"tve-u-160f96c069e\"] h2, #tve_editor [data-css=\"tve-u-160f96c069e\"] h3, #tve_editor [data-css=\"tve-u-160f96c069e\"] h4, #tve_editor [data-css=\"tve-u-160f96c069e\"] h5, #tve_editor [data-css=\"tve-u-160f96c069e\"] h6 { color: rgb(255, 255, 255); }[data-css=\"tve-u-163629e77b3\"] { line-height: 1.3em !important; }[data-css=\"tve-u-16362a0a74e\"] { line-height: 1.3em !important; }[data-css=\"tve-u-16362a2c533\"] { line-height: 1.3em !important; }[data-css=\"tve-u-16362a29862\"] { font-size: 16px !important; }[data-css=\"tve-u-16362a29860\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-16362a2156e\"] { font-size: 16px !important; color: rgba(3, 9, 14, 0.7) !important; }#tve_editor [data-css=\"tve-u-16362a0d7c6\"] { font-size: 16px !important; color: rgba(3, 9, 14, 0.7) !important; }#tve_editor [data-css=\"tve-u-16362a0a750\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-16362a0a74e\"] { font-size: 16px !important; color: rgba(3, 9, 14, 0.5) !important; }#tve_editor [data-css=\"tve-u-16362a08679\"] { text-transform: uppercase !important; font-size: 16px !important; }[data-css=\"tve-u-163629f6837\"] { font-size: 16px !important; }[data-css=\"tve-u-163629f6835\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-163629eed0d\"] { font-size: 16px !important; color: rgba(3, 9, 14, 0.7) !important; }#tve_editor [data-css=\"tve-u-163629e77b3\"] { color: rgba(3, 9, 14, 0.5) !important; font-size: 16px !important; }#tve_editor [data-css=\"tve-u-163629df961\"] { text-transform: uppercase !important; }#tve_editor [data-css=\"tve-u-163629db329\"] { text-transform: uppercase !important; }[data-css=\"tve-u-1636292fe99\"] { padding: 0px !important; }[data-css=\"tve-u-163629240b8\"] { padding: 0px !important; }#tve_editor [data-css=\"tve-u-1635f28650b\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1635f273315\"] { padding: 0px !important; margin-bottom: 60px !important; }#tve_editor [data-css=\"tve-u-1635ebf2201\"] p, #tve_editor [data-css=\"tve-u-1635ebf2201\"] li, #tve_editor [data-css=\"tve-u-1635ebf2201\"] blockquote, #tve_editor [data-css=\"tve-u-1635ebf2201\"] address, #tve_editor [data-css=\"tve-u-1635ebf2201\"] h1, #tve_editor [data-css=\"tve-u-1635ebf2201\"] h2, #tve_editor [data-css=\"tve-u-1635ebf2201\"] h3, #tve_editor [data-css=\"tve-u-1635ebf2201\"] h4, #tve_editor [data-css=\"tve-u-1635ebf2201\"] h5, #tve_editor [data-css=\"tve-u-1635ebf2201\"] h6 { color: rgb(3, 9, 14); }#tve_editor [data-css=\"tve-u-1635f21f43a\"] { text-transform: uppercase !important; color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-1635f111354\"] { text-transform: uppercase !important; }#tve_editor [data-css=\"tve-u-1635f10faad\"] { color: rgb(3, 9, 14) !important; text-transform: uppercase !important; }[data-css=\"tve-u-1635f010773\"] { min-height: 430px; }[data-css=\"tve-u-1635efec9fa\"] { max-width: 100%; z-index: 4; padding: 0px !important; margin: 0px !important; }#tve_editor [data-css=\"tve-u-1635ef4f76c\"] { color: rgb(207, 199, 172) !important; }#tcb_landing_page h3 strong { font-weight: 700; }[data-css=\"tve-u-1635ee0cb15\"] { padding: 90px 40px 120px !important; }#tve_editor .thrv-content-box [data-css=\"tve-u-1635ec2801b\"] p, #tve_editor .thrv-content-box [data-css=\"tve-u-1635ec2801b\"] li, #tve_editor .thrv-content-box [data-css=\"tve-u-1635ec2801b\"] blockquote, #tve_editor .thrv-content-box [data-css=\"tve-u-1635ec2801b\"] address, #tve_editor .thrv-content-box [data-css=\"tve-u-1635ec2801b\"] h1, #tve_editor .thrv-content-box [data-css=\"tve-u-1635ec2801b\"] h2, #tve_editor .thrv-content-box [data-css=\"tve-u-1635ec2801b\"] h3, #tve_editor .thrv-content-box [data-css=\"tve-u-1635ec2801b\"] h4, #tve_editor .thrv-content-box [data-css=\"tve-u-1635ec2801b\"] h5, #tve_editor .thrv-content-box [data-css=\"tve-u-1635ec2801b\"] h6 { color: rgb(3, 9, 14); }[data-css=\"tve-u-1635ed274dc\"] > .tcb-flex-col { padding-left: 90px; }[data-css=\"tve-u-1635ed91639\"] { margin: 0px !important; }[data-css=\"tve-u-1635ec2801b\"] { min-height: 1px; }[data-css=\"tve-u-1635ed274dc\"] > .tcb-flex-col > .tcb-col { min-height: 370px; justify-content: flex-end; }[data-css=\"tve-u-1635ed274dc\"] { min-height: inherit; margin-left: -90px; padding: 0px !important; }[data-css=\"tve-u-1635ec2801b\"]::after { clear: both; }[data-css=\"tve-u-160fa6805d4\"] { padding: 0px !important; }[data-css=\"tve-u-1635ebfe4fc\"] { padding: 0px 0px 35px !important; margin: 0px !important; }[data-css=\"tve-u-1635ebf2201\"] { max-width: 1200px; min-height: 1px !important; }#tve_editor .thrv-content-box [data-css=\"tve-u-160e9e03630\"] p, #tve_editor .thrv-content-box [data-css=\"tve-u-160e9e03630\"] li, #tve_editor .thrv-content-box [data-css=\"tve-u-160e9e03630\"] blockquote, #tve_editor .thrv-content-box [data-css=\"tve-u-160e9e03630\"] address, #tve_editor .thrv-content-box [data-css=\"tve-u-160e9e03630\"] h1, #tve_editor .thrv-content-box [data-css=\"tve-u-160e9e03630\"] h2, #tve_editor .thrv-content-box [data-css=\"tve-u-160e9e03630\"] h3, #tve_editor .thrv-content-box [data-css=\"tve-u-160e9e03630\"] h4, #tve_editor .thrv-content-box [data-css=\"tve-u-160e9e03630\"] h5, #tve_editor .thrv-content-box [data-css=\"tve-u-160e9e03630\"] h6 { color: rgb(255, 255, 255); }#tve_editor [data-css=\"tve-u-160e4c24b1a\"] p, #tve_editor [data-css=\"tve-u-160e4c24b1a\"] li, #tve_editor [data-css=\"tve-u-160e4c24b1a\"] blockquote, #tve_editor [data-css=\"tve-u-160e4c24b1a\"] address, #tve_editor [data-css=\"tve-u-160e4c24b1a\"] h1, #tve_editor [data-css=\"tve-u-160e4c24b1a\"] h2, #tve_editor [data-css=\"tve-u-160e4c24b1a\"] h3, #tve_editor [data-css=\"tve-u-160e4c24b1a\"] h4, #tve_editor [data-css=\"tve-u-160e4c24b1a\"] h5, #tve_editor [data-css=\"tve-u-160e4c24b1a\"] h6 { color: rgb(222, 218, 203); }#tve_editor .thrv-content-box [data-css=\"tve-u-160df519447\"] p, #tve_editor .thrv-content-box [data-css=\"tve-u-160df519447\"] li, #tve_editor .thrv-content-box [data-css=\"tve-u-160df519447\"] blockquote, #tve_editor .thrv-content-box [data-css=\"tve-u-160df519447\"] address, #tve_editor .thrv-content-box [data-css=\"tve-u-160df519447\"] h1, #tve_editor .thrv-content-box [data-css=\"tve-u-160df519447\"] h2, #tve_editor .thrv-content-box [data-css=\"tve-u-160df519447\"] h3, #tve_editor .thrv-content-box [data-css=\"tve-u-160df519447\"] h4, #tve_editor .thrv-content-box [data-css=\"tve-u-160df519447\"] h5, #tve_editor .thrv-content-box [data-css=\"tve-u-160df519447\"] h6 { color: rgb(255, 255, 255); }[data-css=\"tve-u-1635eaf037e\"] { padding: 0px !important; }[data-css=\"tve-u-1635eadb72e\"] { min-height: 1px; }[data-css=\"tve-u-1635e9cce8b\"] { max-width: 47%; }[data-css=\"tve-u-1635e9cce4d\"] { max-width: 53%; }[data-css=\"tve-u-1635e97f913\"] { max-width: 550px; float: none; z-index: 3; position: relative; margin: 0px auto !important; padding: 0px !important; }[data-css=\"tve-u-1635e6b4c72\"] { max-width: 100%; min-height: 1px !important; }[data-css=\"tve-u-1635e6aad72\"] { padding: 90px 0px 90px 40px !important; }[data-css=\"tve-u-1635e6448aa\"] { padding: 0px !important; }[data-css=\"tve-u-1635e5d9ba1\"]::after { clear: both; }[data-css=\"tve-u-1635e5cd7c0\"] { max-width: 275px; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1635e5cc2d9\"] { padding: 0px !important; }[data-css=\"tve-u-1635e5cbf37\"] { margin: -110px 0px 200px !important; }#tcb_landing_page a.tve_state_hover:not(.tcb-button-link) { text-decoration: underline; color: rgb(233, 156, 0); }#tcb_landing_page h6 strong { font-weight: 700; }#tcb_landing_page h6 { font-family: \"Noto Sans\"; font-weight: 400; text-transform: uppercase; color: rgb(3, 9, 14); letter-spacing: 1px; font-size: 18px; }#tcb_landing_page h5 strong { font-weight: 700; }#tcb_landing_page h5 { font-size: 20px; font-family: \"Noto Sans\"; font-weight: 400; line-height: 1.5em; color: rgb(3, 9, 14); }#tcb_landing_page h4 strong { font-weight: 700; }#tcb_landing_page h4 { font-size: 19px; line-height: 1.5em; font-family: \"Noto Sans\"; font-weight: 400; color: rgb(3, 9, 14); text-transform: uppercase; letter-spacing: 2px; }[data-css=\"tve-u-160fec99b6f\"] { padding: 0px !important; }#tcb_landing_page a:not(.tcb-button-link) { color: rgb(233, 156, 0); text-decoration: none; }[data-css=\"tve-u-161701c1618\"] { max-width: 47.2%; }[data-css=\"tve-u-161701b642a\"] { padding: 0px 0px 0px 10px !important; }[data-css=\"tve-u-161701a2f15\"] > .tcb-flex-col > .tcb-col { justify-content: center; }[data-css=\"tve-u-161701a8fd1\"] { max-width: 100%; margin-top: 0px !important; margin-bottom: 0px !important; background-color: rgb(247, 247, 247) !important; }[data-css=\"tve-u-161701a2f15\"] { margin-left: 0px; padding: 0px 10px !important; }[data-css=\"tve-u-161701a2f15\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-161701998d2\"] { max-width: 23.2%; }[data-css=\"tve-u-1617019989e\"] { max-width: 29.6%; }[data-css=\"tve-u-16170191bce\"] { line-height: 1em !important; }#tve_editor [data-css=\"tve-u-16170191bce\"] { color: rgb(183, 183, 183) !important; font-size: 14px !important; }[data-css=\"tve-u-16170185cb5\"] { float: none; width: 45px; }[data-css=\"tve-u-1616a74e73b\"] { min-height: 1px; }[data-css=\"tve-u-1616a721403\"] { background-color: rgba(3, 9, 14, 0.9) !important; }[data-css=\"tve-u-1616a708b49\"] > .tve-cb { justify-content: flex-end; display: flex; flex-direction: column; }[data-css=\"tve-u-1616a708b49\"] { max-width: 100%; padding: 8px 5px 10px !important; margin-top: 0px !important; margin-bottom: 0px !important; margin-left: 0px !important; }[data-css=\"tve-u-160f9714a61\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-160fe13ce28\"] { max-width: 100%; min-height: 1px !important; }[data-css=\"tve-u-160fe140452\"] { padding: 0px !important; }[data-css=\"tve-u-160fa4daf17\"] { float: none; max-width: 100%; margin: 0px auto !important; }[data-css=\"tve-u-160fa4d8d4f\"] { padding: 0px !important; }[data-css=\"tve-u-160fa4b581e\"] { max-width: 100%; z-index: 3; padding: 0px !important; }[data-css=\"tve-u-160fa01d193\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-160fa1c8dca\"] { background-image: none !important; }[data-css=\"tve-u-160fa11f4f2\"] { margin: 0px 0px 10px !important; }[data-css=\"tve-u-160fa01d193\"] { max-width: 600px; float: none; z-index: 3; position: relative; padding: 0px !important; margin: 0px auto !important; }[data-css=\"tve-u-160f9ee08be\"] { background-image: none !important; padding-top: 40px !important; padding-bottom: 40px !important; padding-left: 40px !important; }[data-css=\"tve-u-160f9ec40fc\"] { float: none; max-width: 100%; letter-spacing: 1px; z-index: 3; position: relative; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-160f9ebf905\"] > .tcb-flex-col > .tcb-col { min-height: 468px; justify-content: center; }[data-css=\"tve-u-160f9ebf905\"] { margin-left: 0px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-160f9ebf905\"] > .tcb-flex-col { padding-left: 0px; }#tve_editor [data-css=\"tve-u-160f9d0c9a0\"]:hover { text-shadow: none; background-image: linear-gradient(rgba(3, 9, 14, 0.4), rgba(3, 9, 14, 0.4)), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Pub-drink-4-1.jpg\") !important; background-size: auto, cover !important; background-position: 0px 0px, 0% 0% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }#tve_editor [data-css=\"tve-u-160f9d0b00e\"]:hover { text-shadow: none; background-image: linear-gradient(rgba(3, 9, 14, 0.4), rgba(3, 9, 14, 0.4)), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Pub-Drink-3.jpg\") !important; background-size: auto, cover !important; background-position: 0px 0px, 0% 0% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }#tve_editor [data-css=\"tve-u-160f9d08737\"] p, #tve_editor [data-css=\"tve-u-160f9d08737\"] li, #tve_editor [data-css=\"tve-u-160f9d08737\"] blockquote, #tve_editor [data-css=\"tve-u-160f9d08737\"] address { color: rgb(255, 255, 255); }#tve_editor [data-css=\"tve-u-160f9d08737\"]:hover { text-shadow: none; background-image: linear-gradient(rgba(3, 9, 14, 0.4), rgba(3, 9, 14, 0.4)), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Pub-Drink-2.jpg\") !important; background-size: auto, cover !important; background-position: 0px 0px, 0% 0% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-160f9d496b3\"] { line-height: 1em !important; }[data-css=\"tve-u-160f9d5377f\"] { font-weight: 400 !important; font-family: \"Kaushan Script\" !important; }#tve_editor [data-css=\"tve-u-160f9d496b3\"] { color: rgb(255, 255, 255) !important; font-size: 26px !important; }#tve_editor [data-css=\"tve-u-160f9cccb99\"]:hover { background-image: linear-gradient(rgba(3, 9, 14, 0.4), rgba(3, 9, 14, 0.4)), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Pub-drink-1.jpg\") !important; background-size: auto, cover !important; background-position: 0px 0px, 0% 0% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-160f9d0c9a0\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Pub-drink-4-1.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-160f9d0b00e\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Pub-Drink-3.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-160f9d08737\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Pub-Drink-2.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-160f9cccb99\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Pub-drink-1.jpg\") !important; padding-top: 0px !important; padding-left: 0px !important; padding-right: 0px !important; margin-left: 0px !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-160f9caae7b\"] { padding: 0px !important; margin-bottom: 70px !important; }[data-css=\"tve-u-160f9c75fb0\"] > .tcb-flex-col > .tcb-col { min-height: 230px; justify-content: flex-end; }[data-css=\"tve-u-160f9c7f698\"] { float: none; max-width: 100%; margin: 0px auto !important; }[data-css=\"tve-u-160f9c75fb0\"] > .tcb-flex-col { padding-left: 60px; }[data-css=\"tve-u-160f9c75fb0\"] { margin-left: -60px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-160f9c6d0ad\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-160f9c6a4fe\"] { padding: 70px 40px 100px !important; }[data-css=\"tve-u-160f9c02898\"] { font-weight: 400 !important; font-family: \"Noto Sans\" !important; }[data-css=\"tve-u-160f9bfdcb7\"] { font-weight: 400 !important; font-family: \"Noto Sans\" !important; }[data-css=\"tve-u-160f9b9db80\"] { padding: 5px 0px !important; }[data-css=\"tve-u-160f9bd1e50\"] { padding: 5px 0px !important; }[data-css=\"tve-u-160f9bd1e50\"] .tve_sep { border-width: 1px; border-color: rgba(176, 171, 155, 0.3); }[data-css=\"tve-u-160f9b9db80\"] .tve_sep { border-width: 1px; border-color: rgba(176, 171, 155, 0.3); }#tve_editor [data-css=\"tve-u-160f9b916f8\"] { color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160f9b69526\"] > .tcb-flex-col > .tcb-col { min-height: 40px; justify-content: center; }[data-css=\"tve-u-160f9b7a3c6\"] { max-width: 38.4%; }[data-css=\"tve-u-160f9b7a39a\"] { max-width: 24.1%; }[data-css=\"tve-u-160f9b7a36e\"] { max-width: 37.6%; }[data-css=\"tve-u-160f9b74c2b\"] { float: none; max-width: 400px; z-index: 3; position: relative; margin: 10px auto !important; }[data-css=\"tve-u-160f9b69526\"] { margin-left: 0px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-160f9b69526\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-160f98a0d17\"] { padding: 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-160f984f29b\"] { font-size: 18px !important; font-family: \"Noto Sans\" !important; font-weight: 400 !important; }[data-css=\"tve-u-160f981fb0c\"] { line-height: 1.5em !important; }[data-css=\"tve-u-160f9823757\"] { text-transform: none !important; font-size: 18px !important; }#tve_editor [data-css=\"tve-u-160f981fb0c\"] { letter-spacing: 4px; color: rgb(255, 255, 255) !important; font-size: 18px !important; text-transform: uppercase !important; }[data-css=\"tve-u-160f97e6953\"] { padding: 0px !important; margin: 0px 0px 50px -10px !important; }[data-css=\"tve-u-160f97ddb8a\"] { line-height: 1em !important; }[data-css=\"tve-u-160f97e0356\"] { font-weight: 400 !important; font-family: \"Kaushan Script\" !important; }#tve_editor [data-css=\"tve-u-160f97ddb8a\"] { color: rgb(218, 144, 15) !important; font-size: 40px !important; }[data-css=\"tve-u-160f9734b53\"] { clip-path: url(\"#clip-top-c8e428685a637\"); -webkit-clip-path: url(\"#clip-top-c8e428685a637\");  background-image: linear-gradient(rgb(3, 9, 14), rgb(3, 9, 14)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-160f972cd2b\"] { min-height: 540px; }[data-css=\"tve-u-160f9714a61\"] { float: none; max-width: 700px; padding: 10px 40px !important; margin-top: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-160f96f5e19\"] { clip-path: url(\"#clip-bottom-c22944d35542f\"); -webkit-clip-path: url(\"#clip-bottom-c22944d35542f\");  background-image: linear-gradient(0deg, rgba(3, 9, 14, 0.5) 0%, rgba(3, 9, 14, 0.1) 100%), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Pub-CTA-img.jpg\") !important; background-size: auto, cover !important; background-position: 0px 0px, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-160f96ef669\"] { padding: 30px 40px !important; margin-top: 0px !important; }[data-css=\"tve-u-160f96c069e\"] { max-width: 100%; min-height: 1px !important; }[data-css=\"tve-u-160f957664d\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Pub-Customer-1-img_03.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-160f9562c14\"] { max-width: 104px; float: left; z-index: 3; position: relative; width: 100%; padding: 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; margin-right: 30px !important; }[data-css=\"tve-u-160f9514c00\"] { line-height: 1em !important; }#tve_editor [data-css=\"tve-u-160f9514c00\"] { letter-spacing: 1px; text-transform: uppercase !important; font-size: 16px !important; }[data-css=\"tve-u-160f9405e56\"] { padding: 5px 0px !important; margin: 0px !important; }[data-css=\"tve-u-160f9405e56\"] .tve_sep { border-width: 2px; border-color: rgb(218, 144, 15); }[data-css=\"tve-u-160f93bdfb1\"]::after { clear: both; }[data-css=\"tve-u-160f8e625a1\"] { padding: 0px !important; margin-top: 0px !important; margin-bottom: 100px !important; }#tve_editor [data-css=\"tve-u-160eb0e8e90\"]:hover [data-css=\"tve-u-160eb0d7fac\"] { background-image: linear-gradient(rgb(242, 139, 0), rgb(242, 139, 0)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-160eaaf84a6\"] { padding: 0px !important; margin-bottom: 20px !important; }[data-css=\"tve-u-160ea9789a4\"] { padding: 0px !important; }[data-css=\"tve-u-160ea977bf3\"] { padding: 0px !important; }[data-css=\"tve-u-160ea976e63\"] { padding: 0px !important; }[data-css=\"tve-u-160ea9729a9\"] { padding: 0px !important; }[data-css=\"tve-u-160ea9357c7\"] { padding: 0px !important; }[data-css=\"tve-u-160ea928596\"] { margin-top: 0px !important; }#tve_editor [data-css=\"tve-u-160e9fad83c\"] p, #tve_editor [data-css=\"tve-u-160e9fad83c\"] li, #tve_editor [data-css=\"tve-u-160e9fad83c\"] blockquote, #tve_editor [data-css=\"tve-u-160e9fad83c\"] address { line-height: 1em; }[data-css=\"tve-u-160ea7c9db0\"] > .tcb-flex-col { padding-left: 60px; }[data-css=\"tve-u-160ea89ac22\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-160ea89ac22\"] > .tcb-flex-col { padding-left: 60px; }[data-css=\"tve-u-160ea89b12a\"] { margin: 0px 0px 20px !important; background-image: linear-gradient(rgb(18, 21, 25), rgb(18, 21, 25)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-160ea89ac22\"] { margin-left: -60px; min-height: inherit; padding: 20px !important; }[data-css=\"tve-u-160ea7cae88\"] { margin: 60px 0px 0px !important; }[data-css=\"tve-u-160ea7c9db0\"] { margin-left: -60px; padding: 0px !important; }[data-css=\"tve-u-160ea7bf191\"]::after { clear: both; }#tve_editor [data-css=\"tve-u-160ea71c62c\"] { color: rgba(255, 255, 255, 0.85) !important; font-size: 16px !important; }[data-css=\"tve-u-160ea54ea72\"] { line-height: 1em !important; }#tve_editor [data-css=\"tve-u-160ea54ea72\"] { font-size: 18px !important; text-transform: none !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-160e9fac06c\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-160e9fc2c51\"] { border-right: none; }[data-css=\"tve-u-160e9fbbfa0\"] { border-right: none; }[data-css=\"tve-u-160e9fac06c\"] > .tcb-flex-col { padding-left: 60px; }[data-css=\"tve-u-160e9fad83c\"] { box-shadow: none; margin-top: 20px !important; margin-bottom: 0px !important; background-image: linear-gradient(rgb(18, 21, 25), rgb(18, 21, 25)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-160e9fac06c\"] { margin-left: -60px; min-height: inherit; padding: 20px 20px 0px !important; }[data-css=\"tve-u-160e9f87397\"] { float: left; max-width: 100%; z-index: 3; position: relative; box-shadow: rgba(18, 21, 25, 0.16) 0px 5px 35px 2px; width: 100%; padding: 0px !important; margin: 0px auto !important; }[data-css=\"tve-u-160e9f87397\"] .tve_faq:hover { background: rgba(18, 21, 25, 0.8) !important; }[data-css=\"tve-u-160e9f7868b\"] { line-height: 1em !important; }[data-css=\"tve-u-160e9f7ce0e\"] { font-family: Lato, arial !important; }#tve_editor [data-css=\"tve-u-160e9f7868b\"] { letter-spacing: 3px; color: rgb(242, 139, 0) !important; font-size: 18px !important; text-transform: uppercase !important; }[data-css=\"tve-u-160e9e41664\"] { padding: 0px !important; margin-left: -15px !important; }[data-css=\"tve-u-160e9e2aeab\"] { padding: 0px !important; }[data-css=\"tve-u-160e9e03630\"] { min-height: 1px; }[data-css=\"tve-u-160e9dff371\"] { float: none; max-width: 100%; padding: 0px !important; margin: 0px !important; position: static !important; }[data-css=\"tve-u-160e9d15bdf\"] { z-index: 1; padding: 100px 40px 90px !important; margin-top: 0px !important; }[data-css=\"tve-u-160e9d118ed\"] { opacity: 1; filter: grayscale(0%) blur(0px); box-shadow: rgba(0, 0, 0, 0.3) 0px 39px 75px 8px inset; background-image: linear-gradient(rgba(176, 171, 155, 0.28), rgba(176, 171, 155, 0.28)), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Pub-Our-Menu-BG.jpg\") !important; background-color: rgb(176, 171, 155) !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, fixed !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-160e9d0c61d\"] { max-width: 1200px; min-height: 450px !important; }#tve_editor [data-css=\"tve-u-160e52fbe2f\"]:hover { text-shadow: rgba(0, 0, 0, 0.3) 2px 2px 2px; background-image: none !important; }#tve_editor [data-css=\"tve-u-160e5276a5e\"]:hover { text-shadow: rgba(0, 0, 0, 0.25) 2px 2px 2px; background-image: none !important; }#tve_editor [data-css=\"tve-u-160e52014b5\"]:hover { text-shadow: rgba(0, 0, 0, 0.25) 2px 2px 2px; background-image: none !important; }[data-css=\"tve-u-160e52014b5\"]::after { clear: both; }[data-css=\"tve-u-160e52fbe2f\"] { text-shadow: none; background-image: none !important; }[data-css=\"tve-u-160e5276a5e\"] { background-image: none !important; }[data-css=\"tve-u-160e52014b5\"] { box-shadow: none; background-image: none !important; padding-top: 0px !important; margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-160e501c0b4\"] { padding: 0px !important; }[data-css=\"tve-u-160e4fd114b\"] { line-height: 1em !important; }[data-css=\"tve-u-160e4fe84a1\"] { line-height: 1.3em !important; }#tve_editor [data-css=\"tve-u-160e4fe84a1\"] { font-size: 44px !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-160e4fe6187\"] { font-weight: 400 !important; font-family: \"Kaushan Script\" !important; }#tve_editor [data-css=\"tve-u-160e4fd114b\"] { letter-spacing: 5px; color: rgb(255, 255, 255) !important; font-size: 16px !important; text-transform: uppercase !important; }[data-css=\"tve-u-160e4dadf9c\"] { max-width: 100%; float: none; z-index: 6; box-shadow: none; position: relative; right: 0px; bottom: -54px; margin: 0px auto !important; }[data-css=\"tve-u-160e4da55bb\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-160e4da55bb\"] { margin-left: -60px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-160e4da55bb\"] > .tcb-flex-col { padding-left: 60px; }[data-css=\"tve-u-160e4c824a2\"] { padding: 0px !important; margin-bottom: 10px !important; }[data-css=\"tve-u-160e4c55d27\"] { z-index: 4; padding: 60px 40px 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-160e4c34c93\"] { clip-path: url(\"#clip-bottom-35e31e95c7382\"); -webkit-clip-path: url(\"#clip-bottom-35e31e95c7382\");  box-shadow: none; background-image: linear-gradient(rgba(3, 9, 15, 0.85), rgba(3, 9, 15, 0.85)), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Pub-Texture1-img-.jpg\") !important; background-size: auto, cover !important; background-position: 0px 0px, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-160e4c24b1a\"] { max-width: 1200px; min-height: 1px !important; }#tve_editor [data-css=\"tve-u-160dbceed3d\"]:hover .tcb-button-link { border-radius: 15px 0px; overflow: hidden; border: none; background-color: rgb(242, 139, 0) !important; text-decoration: none !important; }#tve_editor [data-css=\"tve-u-160df6a2fe0\"] p, #tve_editor [data-css=\"tve-u-160df6a2fe0\"] li, #tve_editor [data-css=\"tve-u-160df6a2fe0\"] blockquote, #tve_editor [data-css=\"tve-u-160df6a2fe0\"] address { line-height: 1em; }[data-css=\"tve-u-160df4c6424\"] > .tve-cb { display: flex; flex-direction: column; justify-content: flex-end; }[data-css=\"tve-u-160df51ca21\"] > .tve-cb { display: block; }[data-css=\"tve-u-160df8deee2\"] { padding: 0px !important; margin-left: -15px !important; margin-bottom: 50px !important; }[data-css=\"tve-u-160df8c3360\"] { margin-left: 0px !important; padding: 0px !important; }[data-css=\"tve-u-160df711140\"] { padding: 0px !important; }[data-css=\"tve-u-160df709fbf\"] { padding: 0px !important; }[data-css=\"tve-u-160df6d74f4\"] { text-align: left; border-right: 1px solid rgba(176, 171, 155, 0.5); padding-left: 20px !important; }[data-css=\"tve-u-160df6d53e3\"] { text-align: right; border-right: 1px solid rgba(176, 171, 155, 0.6); padding-right: 20px !important; }[data-css=\"tve-u-160df6a3578\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-160df6a3578\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-160df6a3578\"] { margin-left: 0px; min-height: inherit; padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-160df6a2fe0\"] { margin-top: 20px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-160df52e534\"]::after { clear: both; }[data-css=\"tve-u-160df51ca21\"] { bottom: 0px; float: left; max-width: 100%; z-index: 3; width: 100%; left: 0px; margin: 0px auto !important; padding: 25px 0px !important; position: static !important; }[data-css=\"tve-u-160df519447\"] { min-height: 1px; text-align: center; }[data-css=\"tve-u-160df50b366\"] { background-image: linear-gradient(rgba(3, 9, 14, 0.92), rgba(3, 9, 14, 0.92)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-160df4f4d0e\"] { min-height: 480px; }[data-css=\"tve-u-160df4bedf0\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-160df4eae6d\"] { margin: 0px !important; }[data-css=\"tve-u-160df4db074\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Pub-img-section1.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-160df4c6424\"] { max-width: 100%; margin-top: 0px !important; padding: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-160df4bedf0\"] { margin-left: 0px; min-height: inherit; padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-160df4bedf0\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-160df4565d1\"] { padding: 0px !important; position: relative !important; }#tve_editor [data-css=\"tve-u-160dbe24f38\"] { font-weight: 400; letter-spacing: 4px; font-family: \"Noto Sans\" !important; font-size: 18px !important; text-transform: uppercase !important; color: rgb(18, 21, 25) !important; }[data-css=\"tve-u-160dbceed3d\"] .tcb-button-link { min-height: 54.7619px; font-size: 1.33333em; background-color: rgb(255, 169, 20) !important; padding-top: 10px !important; padding-bottom: 10px !important; }[data-css=\"tve-u-160dbceed3d\"] { width: 418px; display: block; max-width: 418px; float: none; margin: 0px auto !important; }[data-css=\"tve-u-160dbcd54ac\"] { padding: 0px !important; }[data-css=\"tve-u-160dbcd2c5b\"] { padding: 0px !important; margin-bottom: 70px !important; }[data-css=\"tve-u-160dbcbc7a4\"] { min-height: 260px; }[data-css=\"tve-u-160dbcafa88\"] { float: none; max-width: 800px; margin: 0px auto !important; padding: 0px !important; }[data-css=\"tve-u-160db85dabe\"] { min-height: 50px; }[data-css=\"tve-u-160db84bfac\"] { clip-path: url(\"#clip-bottom-eb17500f3af4b\"); -webkit-clip-path: url(\"#clip-bottom-eb17500f3af4b\");  background-image: linear-gradient(rgb(30, 34, 40), rgb(30, 34, 40)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }#tve_editor [data-css=\"tve-u-160db6dd8cd\"] > :first-child { color: rgb(255, 171, 0); }[data-css=\"tve-u-160db6dd8cd\"] { font-size: 28px; width: 28px; height: 28px; z-index: 4; position: relative; float: left; margin: 0px 15px 0px 0px !important; }#tcb_landing_page h3 { font-family: \"Noto Sans\"; font-weight: 400; font-size: 24px; line-height: 1.68em; color: rgb(3, 9, 14); letter-spacing: 2px; text-transform: uppercase; }#tcb_landing_page h2 { font-family: \"Kaushan Script\"; font-weight: 400; font-size: 90px; color: rgb(222, 218, 203); line-height: 1.3em; }#tcb_landing_page p, #tcb_landing_page li { font-family: \"Noto Sans\"; font-weight: 400; font-size: 18px; line-height: 1.5em; color: rgb(3, 9, 14); }#tcb_landing_page h1 { font-family: \"Kaushan Script\"; font-size: 100px; line-height: 1em; color: rgb(255, 255, 255); }[data-css=\"tve-u-15e09c94f7d\"] { background-color: rgb(255, 255, 255); }[data-css=\"tve-u-160dbb50aca\"] { max-width: 400px; float: none; z-index: 4; margin: 0px auto !important; padding: 30px 25px 60px !important; }#tve_editor [data-css=\"tve-u-160ea6ba05c\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160ea6ba05c\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160ea6ba060\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160ea6ba060\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160ea6ba063\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160ea6ba063\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160ea6ba065\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160ea6ba065\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160ea6ba067\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160ea6ba067\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160ea6ba06a\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160ea6ba06a\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160ea6ba06c\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160ea6ba06c\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160ea7224b9\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160ea7224b9\"] { line-height: 1.3em !important; }#tve_editor [data-css=\"tve-u-160ea79970d\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160ea79970d\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160ea799710\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160ea799710\"] { line-height: 2em !important; }[data-css=\"tve-u-160ea90d163\"] { line-height: 1em !important; }#tve_editor [data-css=\"tve-u-160ea90d163\"] { font-size: 18px !important; text-transform: none !important; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-160ea9104fd\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160ea9104fd\"] { line-height: 1.3em !important; }#tve_editor [data-css=\"tve-u-160ea9400e0\"] { color: rgba(255, 255, 255, 0.85) !important; font-size: 16px !important; }[data-css=\"tve-u-160ea9c1e15\"] { padding: 0px !important; }#tve_editor [data-css=\"tve-u-160ea9c9c07\"] { font-size: 14px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160ea9c9c07\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eaa5aa50\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eaa5aa50\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eaa62df8\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eaa62df8\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eaa73bda\"] p, #tve_editor [data-css=\"tve-u-160eaa73bda\"] li, #tve_editor [data-css=\"tve-u-160eaa73bda\"] blockquote, #tve_editor [data-css=\"tve-u-160eaa73bda\"] address { line-height: 1em; }[data-css=\"tve-u-160eaa73bda\"] { box-shadow: none; margin: 20px 0px 0px !important; background-image: linear-gradient(rgb(18, 21, 25), rgb(18, 21, 25)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-160eaa7faeb\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-160eaa7faeb\"] > .tcb-flex-col { padding-left: 60px; }[data-css=\"tve-u-160eaa7faeb\"] { margin-left: -60px; min-height: inherit; padding: 20px 20px 0px !important; }[data-css=\"tve-u-160eaa7faee\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-160eaa7faee\"] > .tcb-flex-col { padding-left: 60px; }[data-css=\"tve-u-160eaa7faee\"] { margin-left: -60px; min-height: inherit; padding: 20px !important; }[data-css=\"tve-u-160eaa8db54\"] { margin: 0px 0px 20px !important; background-image: linear-gradient(rgb(18, 21, 25), rgb(18, 21, 25)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-160eab45a4f\"] { float: left; max-width: 100%; z-index: 3; position: relative; box-shadow: rgba(18, 21, 25, 0.16) 0px 5px 35px 2px; width: 100%; padding: 0px !important; margin: 15px auto 0px !important; }[data-css=\"tve-u-160eab45a4f\"] .tve_faq:hover { background: rgba(18, 21, 25, 0.8) !important; }#tve_editor [data-css=\"tve-u-160ead90ba7\"] p, #tve_editor [data-css=\"tve-u-160ead90ba7\"] li, #tve_editor [data-css=\"tve-u-160ead90ba7\"] blockquote, #tve_editor [data-css=\"tve-u-160ead90ba7\"] address { line-height: 1em; }[data-css=\"tve-u-160ead90ba7\"] { box-shadow: none; margin: 20px 0px !important; background-image: linear-gradient(rgb(18, 21, 25), rgb(18, 21, 25)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-160ead973a1\"] { float: left; max-width: 100%; z-index: 3; position: relative; box-shadow: rgba(18, 21, 25, 0.16) 0px 5px 35px 2px; width: 100%; padding: 0px !important; margin: 0px auto 15px !important; }[data-css=\"tve-u-160ead973a1\"] .tve_faq:hover { background: rgba(18, 21, 25, 0.8) !important; }[data-css=\"tve-u-160eadcc8c9\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-160eadcc8c9\"] > .tcb-flex-col { padding-left: 60px; }[data-css=\"tve-u-160eadcc8c9\"] { margin-left: -60px; min-height: inherit; padding: 20px !important; }#tve_editor [data-css=\"tve-u-160eadffc69\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eadffc69\"] { line-height: 2em !important; }[data-css=\"tve-u-160eb0d7fac\"] { clip-path: url(\"#clip-bottom-dd364f1962bc7\"); -webkit-clip-path: url(\"#clip-bottom-dd364f1962bc7\");  box-shadow: none; background-image: linear-gradient(rgb(218, 144, 15), rgb(218, 144, 15)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-160eb0e8e90\"] > .tve-cb { display: flex; flex-direction: column; justify-content: center; }[data-css=\"tve-u-160eb0e8e90\"] { bottom: 0px; z-index: 4; left: 0px; padding: 20px 15px 25px !important; margin-top: 0px !important; margin-bottom: 0px !important; position: relative !important; }[data-css=\"tve-u-160eb1a09e2\"] { min-height: 104px; }[data-css=\"tve-u-160eb1b0e14\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-160eb1d9ffb\"] { clip-path: url(\"#clip-bottom-cb4c420ba2143\"); -webkit-clip-path: url(\"#clip-bottom-cb4c420ba2143\");  box-shadow: none; background-image: linear-gradient(rgb(218, 144, 15), rgb(218, 144, 15)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-160eb214b56\"] { clip-path: url(\"#clip-bottom-a182d7c321313\"); -webkit-clip-path: url(\"#clip-bottom-a182d7c321313\");  box-shadow: none; background-image: linear-gradient(rgb(218, 144, 15), rgb(218, 144, 15)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-160eb218e4e\"] > .tve-cb { display: flex; flex-direction: column; justify-content: center; }[data-css=\"tve-u-160eb218e4e\"] { z-index: 4; max-width: 100%; right: 0px; bottom: 0px; padding: 20px 15px 25px !important; margin-top: 0px !important; margin-bottom: 0px !important; position: static !important; }#tve_editor [data-css=\"tve-u-160eb218e4e\"]:hover [data-css=\"tve-u-160eb214b56\"] { background-image: linear-gradient(rgb(242, 139, 0), rgb(242, 139, 0)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-160eb2222a0\"] > .tve-cb { display: flex; flex-direction: column; justify-content: center; }[data-css=\"tve-u-160eb2222a0\"] { bottom: 0px; z-index: 4; left: 0px; max-width: 100%; padding: 20px 15px 25px !important; margin-top: 0px !important; margin-bottom: 0px !important; position: relative !important; }#tve_editor [data-css=\"tve-u-160eb2222a0\"]:hover [data-css=\"tve-u-160eb1d9ffb\"] { background-image: linear-gradient(rgb(242, 139, 0), rgb(242, 139, 0)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-160eb3ad20a\"] { padding: 0px !important; margin-bottom: 20px !important; }[data-css=\"tve-u-160eb42c2ca\"] { float: left; max-width: 100%; z-index: 3; position: relative; box-shadow: rgba(18, 21, 25, 0.16) 0px 5px 35px 2px; width: 100%; padding: 0px !important; margin: 0px auto !important; }[data-css=\"tve-u-160eb42c2ca\"] .tve_faq:hover { background: rgba(18, 21, 25, 0.8) !important; }[data-css=\"tve-u-160eb470891\"] { line-height: 1em !important; }#tve_editor [data-css=\"tve-u-160eb470891\"] { letter-spacing: 3px; color: rgb(242, 139, 0) !important; font-size: 18px !important; text-transform: uppercase !important; }[data-css=\"tve-u-160eb4708df\"] { font-family: Lato, arial !important; }[data-css=\"tve-u-160eb475d09\"] { line-height: 1em !important; }#tve_editor [data-css=\"tve-u-160eb475d09\"] { letter-spacing: 3px; color: rgb(242, 139, 0) !important; font-size: 18px !important; text-transform: uppercase !important; }[data-css=\"tve-u-160eb475d4c\"] { font-family: Lato, arial !important; }[data-css=\"tve-u-160eb47f143\"] { line-height: 1em !important; }#tve_editor [data-css=\"tve-u-160eb47f143\"] { letter-spacing: 3px; color: rgb(242, 139, 0) !important; font-size: 18px !important; text-transform: uppercase !important; }[data-css=\"tve-u-160eb47f16a\"] { font-family: Lato, arial !important; }#tve_editor [data-css=\"tve-u-160eb49e1f7\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb49e1f7\"] { line-height: 2em !important; }[data-css=\"tve-u-160eb4a305a\"] { border-right: none; }#tve_editor [data-css=\"tve-u-160eb4a45fb\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb4a45fb\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb4a4600\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb4a4600\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb4a4603\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb4a4603\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb4a4605\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb4a4605\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb4a4608\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb4a4608\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb4a460a\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb4a460a\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb4a460d\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb4a460d\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb4b6f9b\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb4b6f9b\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb4b6fc8\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb4b6fc8\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb4b6fcb\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb4b6fcb\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb4b6fcd\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb4b6fcd\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb4b6fd0\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb4b6fd0\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb4b6fd3\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb4b6fd3\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb4b6fd5\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb4b6fd5\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb521486\"] p, #tve_editor [data-css=\"tve-u-160eb521486\"] li, #tve_editor [data-css=\"tve-u-160eb521486\"] blockquote, #tve_editor [data-css=\"tve-u-160eb521486\"] address { line-height: 1em; }[data-css=\"tve-u-160eb521486\"] { box-shadow: none; margin: 20px 0px !important; background-image: linear-gradient(rgb(18, 21, 25), rgb(18, 21, 25)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-160eb5275ca\"] { line-height: 1em !important; }#tve_editor [data-css=\"tve-u-160eb5275ca\"] { font-size: 18px !important; text-transform: none !important; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-160eb52765c\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb52765c\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb52768d\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb52768d\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb5276bf\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb5276bf\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb5276f3\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb5276f3\"] { line-height: 2em !important; }[data-css=\"tve-u-160eb5346af\"] { line-height: 1em !important; }#tve_editor [data-css=\"tve-u-160eb5346af\"] { font-size: 18px !important; text-transform: none !important; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-160eb53477a\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb53477a\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb5347ae\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb5347ae\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb5347e1\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb5347e1\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb534816\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb534816\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb53484c\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb53484c\"] { line-height: 2em !important; }[data-css=\"tve-u-160eb537e16\"] { padding: 0px !important; }[data-css=\"tve-u-160eb54da29\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-160eb54da29\"] > .tcb-flex-col { padding-left: 60px; }[data-css=\"tve-u-160eb54da29\"] { margin-left: -60px; min-height: inherit; padding: 20px !important; }[data-css=\"tve-u-160eb553062\"] { line-height: 1em !important; }#tve_editor [data-css=\"tve-u-160eb553062\"] { font-size: 18px !important; text-transform: none !important; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-160eb553103\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb553103\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb553138\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb553138\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb55316d\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb55316d\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb5531a1\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb5531a1\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb5531d8\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb5531d8\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb55320f\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb55320f\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160f8c25bba\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160f8c25bba\"] { line-height: 2em !important; }[data-css=\"tve-u-160f8c28393\"] { line-height: 1em !important; }#tve_editor [data-css=\"tve-u-160f8c28393\"] { font-size: 18px !important; text-transform: none !important; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-160f8c2842b\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160f8c2842b\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160f8c28460\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160f8c28460\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160f8c28493\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160f8c28493\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160f8c284c6\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160f8c284c6\"] { line-height: 2em !important; }[data-css=\"tve-u-160f8c2bf72\"] { padding: 0px !important; }[data-css=\"tve-u-160f8c5888c\"] { line-height: 1em !important; }#tve_editor [data-css=\"tve-u-160f8c5888c\"] { font-size: 18px !important; text-transform: none !important; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-160f8c58957\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160f8c58957\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160f8c589bd\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160f8c589bd\"] { line-height: 2em !important; }[data-css=\"tve-u-160f8c59f19\"] { padding: 0px !important; }#tve_editor [data-css=\"tve-u-160f8c626b2\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160f8c626b2\"] { line-height: 2em !important; }[data-css=\"tve-u-160f8c8c841\"] { padding: 0px !important; }[data-css=\"tve-u-160f8c978c9\"] { border-right: none; }[data-css=\"tve-u-160f8cb0034\"] { line-height: 1em !important; }#tve_editor [data-css=\"tve-u-160f8cb0034\"] { font-size: 18px !important; text-transform: none !important; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-160f8cb00e0\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160f8cb00e0\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160f8cb011c\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160f8cb011c\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160f8cb0157\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160f8cb0157\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160f8cb0191\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160f8cb0191\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160f8cb01cb\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160f8cb01cb\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160f8cb0240\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160f8cb0240\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160f8cb027b\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160f8cb027b\"] { line-height: 2em !important; }[data-css=\"tve-u-160f8cb610d\"] { line-height: 1em !important; }#tve_editor [data-css=\"tve-u-160f8cb610d\"] { font-size: 18px !important; text-transform: none !important; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-160f8cb61bc\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160f8cb61bc\"] { line-height: 2em !important; }[data-css=\"tve-u-160f8cb9d70\"] { border-right: none; }#tve_editor [data-css=\"tve-u-160f8cc8fce\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160f8cc8fce\"] { line-height: 1.3em !important; }[data-css=\"tve-u-160f8cd7871\"] { line-height: 1em !important; }#tve_editor [data-css=\"tve-u-160f8cd7871\"] { font-size: 18px !important; text-transform: none !important; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-160f8cd794f\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160f8cd794f\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160f8cd7987\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160f8cd7987\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160f8cd79c1\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160f8cd79c1\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160f8cd79f8\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160f8cd79f8\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160f8cd7a30\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160f8cd7a30\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160f8cd7a68\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160f8cd7a68\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160f8cd7aa1\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160f8cd7aa1\"] { line-height: 2em !important; }[data-css=\"tve-u-160f8cf3d89\"] { line-height: 1em !important; }#tve_editor [data-css=\"tve-u-160f8cf3d89\"] { font-size: 18px !important; text-transform: none !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-160f8cfbf40\"] { border-right: none; }[data-css=\"tve-u-160f8d013c3\"] { line-height: 1em !important; }#tve_editor [data-css=\"tve-u-160f8d013c3\"] { font-size: 18px !important; text-transform: none !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-160f8d12a0d\"] { border-right: none; }[data-css=\"tve-u-160f961e617\"] { padding: 0px !important; margin-top: 0px !important; margin-bottom: 20px !important; }#tve_editor [data-css=\"tve-u-160f98df817\"]:hover .tcb-button-link { border-top-left-radius: 15px; overflow: hidden; border-bottom-right-radius: 15px; border: none; background-color: rgb(242, 139, 0) !important; text-decoration: none !important; }[data-css=\"tve-u-160f98df817\"] .tcb-button-link { min-height: 54.7619px; font-size: 1.33333em; background-color: rgb(255, 169, 20) !important; padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-160f98df817\"] { width: 400px; display: block; max-width: 400px; margin-top: 50px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-160f9bf1aea\"] { padding: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-160f9bf9be2\"] { line-height: 1.5em !important; }#tve_editor [data-css=\"tve-u-160f9bf9be2\"] { letter-spacing: 0px; color: rgb(255, 255, 255) !important; font-size: 24px !important; font-family: inherit !important; }#tve_editor [data-css=\"tve-u-160fa182f82\"]:hover .tcb-button-link { border-top-left-radius: 15px; overflow: hidden; border-bottom-right-radius: 15px; border: none; background-color: rgb(14, 16, 18) !important; text-decoration: none !important; }[data-css=\"tve-u-160fa182f82\"] .tcb-button-link { min-height: 54.7619px; font-size: 1.33333em; background-color: rgb(18, 21, 25) !important; padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-160fa182f82\"] { width: 375px; display: block; max-width: 375px; float: left; z-index: 3; position: relative; margin: 0px auto !important; }#tve_editor [data-css=\"tve-u-160fa198fbb\"] { font-weight: 400; letter-spacing: 4px; font-family: \"Noto Sans\" !important; font-size: 18px !important; text-transform: uppercase !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-160fa489bd9\"] { line-height: 1.3em !important; }#tve_editor [data-css=\"tve-u-160fa489bd9\"] { letter-spacing: 0px; color: rgba(3, 9, 14, 0.5) !important; font-size: 14px !important; }[data-css=\"tve-u-160fa718c59\"] { line-height: 0.2em !important; }#tve_editor [data-css=\"tve-u-160fa718c59\"] { letter-spacing: 0px; font-size: 140px !important; color: rgba(176, 171, 155, 0.4) !important; }[data-css=\"tve-u-160fa718c5e\"] { font-family: Limelight !important; font-weight: 400 !important; }#tve_editor [data-css=\"tve-u-160fec25d20\"] { font-weight: 400; letter-spacing: 4px; font-family: \"Noto Sans\" !important; font-size: 18px !important; text-transform: uppercase !important; color: rgb(18, 21, 25) !important; }[data-css=\"tve-u-1616a5e01ba\"] { float: none; max-width: 100%; z-index: 3; right: auto; bottom: auto; top: auto; left: auto; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; margin-top: 0px !important; }[data-css=\"tve-u-1616a9cfa4b\"] > .tve-cb { justify-content: flex-end; display: flex; flex-direction: column; }[data-css=\"tve-u-1616a9cfa4b\"] { max-width: 100%; padding: 8px 5px 10px !important; margin-top: 0px !important; margin-bottom: 0px !important; margin-left: 0px !important; }[data-css=\"tve-u-1616a9d1ca7\"] > .tve-cb { justify-content: flex-end; display: flex; flex-direction: column; }[data-css=\"tve-u-1616a9d1ca7\"] { max-width: 100%; padding: 8px 5px 10px !important; margin-top: 0px !important; margin-bottom: 0px !important; margin-left: 0px !important; }[data-css=\"tve-u-1616a9d3730\"] > .tve-cb { justify-content: flex-end; display: flex; flex-direction: column; }[data-css=\"tve-u-1616a9d3730\"] { max-width: 100%; padding: 8px 5px 10px !important; margin-top: 0px !important; margin-bottom: 0px !important; margin-left: 0px !important; }[data-css=\"tve-u-161701c9195\"] { line-height: 1em !important; }#tve_editor [data-css=\"tve-u-161701c9195\"] { color: rgb(120, 120, 120) !important; font-size: 14px !important; }[data-css=\"tve-u-161702e8042\"] { float: none; width: 52px; }[data-css=\"tve-u-1617031f43b\"] { float: none; width: 49px; }[data-css=\"tve-u-16170325257\"] { margin: 0px !important; background-color: rgb(247, 247, 247) !important; }[data-css=\"tve-u-161703268c0\"] { margin: 0px !important; background-color: rgb(247, 247, 247) !important; }[data-css=\"tve-u-16170332517\"] { max-width: 29.6%; }[data-css=\"tve-u-1617033251d\"] { max-width: 24.8%; }[data-css=\"tve-u-1617033371d\"] { max-width: 45.5%; }[data-css=\"tve-u-16170334a49\"] { max-width: 29.6%; }[data-css=\"tve-u-16170334a4f\"] { max-width: 23.2%; }[data-css=\"tve-u-161703373d0\"] { max-width: 47.2%; }[data-css=\"tve-u-161703e4bac\"] > .tcb-flex-col > .tcb-col { justify-content: center; }[data-css=\"tve-u-161703e4bac\"] { margin-left: 0px; padding: 0px 10px !important; }[data-css=\"tve-u-161703e4bac\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-16170441415\"] { padding: 0px !important; }[data-css=\"tve-u-16170442200\"] { padding: 0px 0px 0px 10px !important; }[data-css=\"tve-u-161704435d7\"] { padding: 0px !important; }[data-css=\"tve-u-16170445bb9\"] { padding: 0px 0px 0px 10px !important; }[data-css=\"tve-u-1617045651a\"] > .tcb-flex-col > .tcb-col { justify-content: center; }[data-css=\"tve-u-1617045651a\"] { margin-left: 0px; padding: 0px 10px !important; }[data-css=\"tve-u-1617045651a\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-16170471614\"] { padding: 0px !important; }#tcb_landing_page a:hover:not(.tcb-button-link) { color: rgb(233, 156, 0); text-decoration: underline; }#tcb_landing_page a.tve-state-hover:not(.tcb-button-link) { color: rgb(242, 139, 0); }[data-css=\"tve-u-1635e5ffa41\"] { max-width: 200px; float: right; z-index: 3; position: relative; width: 100%; padding: 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-1635e65c044\"] > :first-child { color: rgb(255, 171, 0); }[data-css=\"tve-u-1635e65c044\"] { font-size: 28px; width: 28px; height: 28px; float: left; z-index: 3; position: relative; margin-top: 0px !important; margin-bottom: 0px !important; margin-left: 30px !important; }#tve_editor [data-css=\"tve-u-1635ed98a8a\"] > :first-child { color: rgb(218, 144, 15); }[data-css=\"tve-u-1635ed98a8a\"] { font-size: 50px; float: left; z-index: 3; position: relative; width: 50px; height: 50px; margin: -35px 0px 20px !important; padding-left: 10px !important; }[data-css=\"tve-u-1635edf3681\"] { min-height: 104px; }[data-css=\"tve-u-1635ef71519\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1635ef72920\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1635f073915\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Pub-Food-img_03.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }#tve_editor [data-css=\"tve-u-1635efec9fa\"]:hover [data-css=\"tve-u-1635f098c8e\"] { background-image: linear-gradient(0deg, rgba(242, 139, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Pub-Drinks-img_03.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-1635f098c8e\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Pub-Drinks-img_03.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1635f0a8c87\"] { max-width: 100%; z-index: 4; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1635f0b76b1\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Pub-Ambiance-img_03.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }#tve_editor [data-css=\"tve-u-1635f0a8c87\"]:hover [data-css=\"tve-u-1635f0b76b1\"] { background-image: linear-gradient(0deg, rgba(242, 139, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Pub-Ambiance-img_03.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-1635f121505\"] { padding: 0px !important; position: static !important; }#tve_editor .thrv-content-box [data-css=\"tve-u-1635f125271\"] p, #tve_editor .thrv-content-box [data-css=\"tve-u-1635f125271\"] li, #tve_editor .thrv-content-box [data-css=\"tve-u-1635f125271\"] blockquote, #tve_editor .thrv-content-box [data-css=\"tve-u-1635f125271\"] address, #tve_editor .thrv-content-box [data-css=\"tve-u-1635f125271\"] h1, #tve_editor .thrv-content-box [data-css=\"tve-u-1635f125271\"] h2, #tve_editor .thrv-content-box [data-css=\"tve-u-1635f125271\"] h3, #tve_editor .thrv-content-box [data-css=\"tve-u-1635f125271\"] h4, #tve_editor .thrv-content-box [data-css=\"tve-u-1635f125271\"] h5, #tve_editor .thrv-content-box [data-css=\"tve-u-1635f125271\"] h6 { color: rgb(3, 9, 14); }[data-css=\"tve-u-1635f125271\"] { min-height: 1px; }[data-css=\"tve-u-1635f125271\"]::after { clear: both; }[data-css=\"tve-u-1635f136552\"] { padding: 0px !important; margin-top: 0px !important; margin-bottom: 20px !important; }[data-css=\"tve-u-1635f138d3b\"] { padding: 0px !important; margin-bottom: 20px !important; }[data-css=\"tve-u-1635f139f5c\"] { padding: 0px !important; margin-bottom: 20px !important; }[data-css=\"tve-u-1635f13f574\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Pub-customer-2_03.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1635f14cd1e\"] { padding: 5px 0px !important; margin: 0px !important; }[data-css=\"tve-u-1635f14cd1e\"] .tve_sep { border-width: 2px; border-color: rgb(218, 144, 15); }[data-css=\"tve-u-1635f187bfc\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Pub-Customer-3_03.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1635f1b25ed\"] { padding: 0px 0px 35px !important; margin: 0px !important; }[data-css=\"tve-u-1635f1b3fee\"] { padding: 0px 0px 35px !important; margin: 0px !important; }#tve_editor [data-css=\"tve-u-163628d68f3\"]:hover [data-css=\"tve-u-1635f073915\"] { background-image: linear-gradient(0deg, rgba(242, 139, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Pub-Food-img_03.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-163628d68f3\"] { max-width: 100%; z-index: 4; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-163629eb59f\"] { min-height: 104px; }#tve_editor .thrv-content-box [data-css=\"tve-u-16362a05c8f\"] p, #tve_editor .thrv-content-box [data-css=\"tve-u-16362a05c8f\"] li, #tve_editor .thrv-content-box [data-css=\"tve-u-16362a05c8f\"] blockquote, #tve_editor .thrv-content-box [data-css=\"tve-u-16362a05c8f\"] address, #tve_editor .thrv-content-box [data-css=\"tve-u-16362a05c8f\"] h1, #tve_editor .thrv-content-box [data-css=\"tve-u-16362a05c8f\"] h2, #tve_editor .thrv-content-box [data-css=\"tve-u-16362a05c8f\"] h3, #tve_editor .thrv-content-box [data-css=\"tve-u-16362a05c8f\"] h4, #tve_editor .thrv-content-box [data-css=\"tve-u-16362a05c8f\"] h5, #tve_editor .thrv-content-box [data-css=\"tve-u-16362a05c8f\"] h6 { color: rgb(3, 9, 14); }[data-css=\"tve-u-16362a05c8f\"] { min-height: 1px; }[data-css=\"tve-u-16362a05c8f\"]::after { clear: both; }[data-css=\"tve-u-16362a05cc8\"] { min-height: 104px; }#tve_editor [data-css=\"tve-u-16362a8dd87\"] > :first-child { color: rgb(3, 9, 14); }[data-css=\"tve-u-16362a8dd87\"] { font-size: 25px; width: 25px; height: 25px; float: left; z-index: 3; position: relative; margin-top: 0px !important; margin-bottom: 0px !important; margin-right: 10px !important; }#tve_editor [data-css=\"tve-u-16362aa4888\"] > :first-child { color: rgb(3, 9, 14); }[data-css=\"tve-u-16362aa4888\"] { font-size: 25px; width: 25px; height: 25px; z-index: 4; position: relative; float: left; margin: 0px 10px 0px 0px !important; }[data-css=\"tve-u-16362aabe81\"] { padding: 0px !important; margin: 0px 0px 10px !important; }[data-css=\"tve-u-1636301dc81\"] { padding: 0px !important; margin: 0px 0px 60px !important; }[data-css=\"tve-u-16363231ead\"] { min-height: 430px; }[data-css=\"tve-u-16363235afe\"] { min-height: 430px; }[data-css=\"tve-u-16363599740\"] { padding: 0px !important; position: relative !important; }[data-css=\"tve-u-1636390935e\"] { padding: 0px !important; margin-bottom: 20px !important; }#tve_editor [data-css=\"tve-u-1636392a6b1\"] > :first-child { color: rgb(218, 144, 15); }[data-css=\"tve-u-1636392a6b1\"] { font-size: 50px; float: left; z-index: 3; position: relative; width: 50px; height: 50px; margin: -35px 0px 20px !important; padding-left: 10px !important; }#tve_editor [data-css=\"tve-u-1636392e791\"] > :first-child { color: rgb(218, 144, 15); }[data-css=\"tve-u-1636392e791\"] { font-size: 50px; float: left; z-index: 3; position: relative; width: 50px; height: 50px; margin: -35px 0px 20px !important; padding-left: 10px !important; }[data-css=\"tve-u-1636393c2d2\"] { max-width: 104px; float: left; z-index: 3; position: relative; width: 100%; padding: 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; margin-right: 30px !important; }[data-css=\"tve-u-1636393da63\"] { max-width: 104px; float: left; z-index: 3; position: relative; width: 100%; padding: 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; margin-right: 30px !important; }[data-css=\"tve-u-16369519850\"] { padding: 5px 0px !important; margin: 0px !important; }[data-css=\"tve-u-16369519850\"] .tve_sep { border-width: 2px; border-color: rgb(218, 144, 15); }[data-css=\"tve-u-1636951d241\"] { padding: 0px !important; margin-top: 0px !important; margin-bottom: 20px !important; }[data-css=\"tve-u-1689b6473cd\"] { background-color: rgb(0, 0, 0) !important; }}@media (max-width: 1023px){[data-css=\"tve-u-16369563890\"] { padding-left: 25px !important; padding-right: 25px !important; padding-bottom: 40px !important; }[data-css=\"tve-u-1636955fbd2\"] { max-width: 100%; min-height: 600px !important; }[data-css=\"tve-u-160f9c6d0ad\"] { max-width: 630px; }[data-css=\"tve-u-1635ebf2201\"] { max-width: 630px; }[data-css=\"tve-u-160df8deee2\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-160e9d118ed\"] { box-shadow: rgba(0, 0, 0, 0.3) 0px 28px 75px 8px inset; }[data-css=\"tve-u-1635ebfe4fc\"] { max-width: 671px; padding-bottom: 0px !important; margin-bottom: 25px !important; }[data-css=\"tve-u-1635f1b3fee\"] { padding-bottom: 0px !important; margin-bottom: 25px !important; }[data-css=\"tve-u-1635f1b25ed\"] { padding-bottom: 0px !important; margin-bottom: 25px !important; }[data-css=\"tve-u-16363524c1e\"] { margin-top: 0px !important; padding-top: 70px !important; padding-left: 100px !important; padding-right: 100px !important; }[data-css=\"tve-u-160e9e41664\"] { margin-bottom: 50px !important; }[data-css=\"tve-u-160f9d08737\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-160f8e625a1\"] { margin-bottom: 60px !important; }[data-css=\"tve-u-1635ee0cb15\"] { padding: 60px 0px !important; }[data-css=\"tve-u-160eadcc8c9\"] { margin-left: 0px; }[data-css=\"tve-u-160eb54da29\"] { margin-left: 0px; }[data-css=\"tve-u-160ea89ac22\"] { margin-left: 0px; }[data-css=\"tve-u-160e9fac06c\"] { margin-left: 0px; }[data-css=\"tve-u-160eaa7faee\"] { margin-left: 0px; }[data-css=\"tve-u-160eaa7faeb\"] { margin-left: 0px; }[data-css=\"tve-u-160ea7c9db0\"] { margin-left: 0px; }[data-css=\"tve-u-160eadcc8c9\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-160eb54da29\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-160ea89ac22\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-160e9fac06c\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-160eaa7faee\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-160eaa7faeb\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-160ea7c9db0\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-160e9d15bdf\"] { padding: 60px 0px !important; }[data-css=\"tve-u-160e9d0c61d\"] { max-width: 630px; min-height: 1px !important; }[data-css=\"tve-u-1635f0a8c87\"] { margin-top: 40px !important; }[data-css=\"tve-u-1635f010773\"] { min-height: 300px; }[data-css=\"tve-u-16363235afe\"] { min-height: 320px; }[data-css=\"tve-u-16363231ead\"] { min-height: 320px; }[data-css=\"tve-u-1635e97f913\"] { max-width: 100%; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1635e6aad72\"] { padding: 0px !important; }[data-css=\"tve-u-160dbcd2c5b\"] { margin-bottom: 60px !important; }[data-css=\"tve-u-1635e5cbf37\"] { margin-top: 5px !important; margin-bottom: 70px !important; }[data-css=\"tve-u-160db84bfac\"] { clip-path: url(\"#clip-tablet-bottom-eb17500f3af4b\"); -webkit-clip-path: url(\"#clip-tablet-bottom-eb17500f3af4b\");  }[data-css=\"tve-u-161701a2f15\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1617045651a\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-161703e4bac\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1635ed274dc\"] > .tcb-flex-col > .tcb-col { min-height: 370px; }[data-css=\"tve-u-1635ed274dc\"] { min-height: inherit; }[data-css=\"tve-u-1635ed274dc\"] .tcb-flex-col { flex-basis: 269px !important; }[data-css=\"tve-u-16362e27bcb\"] { min-height: 1px !important; }[data-css=\"tve-u-16362e2956e\"] { padding: 40px !important; }#tve_editor [data-css=\"tve-u-160fa198fbb\"] { letter-spacing: 2px; font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1636311dda3\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1636311d040\"] { font-size: 16px !important; }[data-css=\"tve-u-160f9ebf905\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-160f9ebf905\"] { min-height: inherit; flex-wrap: nowrap !important; }[data-css=\"tve-u-1636301dc81\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-1635f273315\"] { margin: 0px 0px 20px !important; }[data-css=\"tve-u-160f9ee08be\"] { padding: 0px !important; }#tcb_landing_page p, #tcb_landing_page li { font-size: 18px; line-height: 1.5em; }#tcb_landing_page h6 { font-size: 18px; line-height: 1.5em; }#tcb_landing_page h5 { font-size: 20px; line-height: 1.5em; }#tcb_landing_page h4 { font-size: 20px; line-height: 1.5em; letter-spacing: 1px; }#tcb_landing_page h3 { font-size: 22px; line-height: 1.5em; color: rgb(3, 9, 14); letter-spacing: 2px; }#tcb_landing_page h2 { font-size: 70px; line-height: 1.3em; }#tcb_landing_page h1 { font-size: 85px; line-height: 1em; color: rgb(255, 255, 255); }[data-css=\"tve-u-160fec99b6f\"] { padding: 0px !important; }[data-css=\"tve-u-1617031f43b\"] { margin-top: 10px !important; margin-bottom: 10px !important; }[data-css=\"tve-u-161701b642a\"] { padding-left: 0px !important; }[data-css=\"tve-u-16170471614\"] { padding-left: 0px !important; }[data-css=\"tve-u-161701a2f15\"] { min-height: inherit; padding: 10px !important; flex-wrap: nowrap !important; }[data-css=\"tve-u-161703268c0\"] { max-width: 671px; margin-top: 0px !important; }[data-css=\"tve-u-1617045651a\"] { min-height: inherit; padding: 10px !important; flex-wrap: nowrap !important; }[data-css=\"tve-u-16170325257\"] { margin-top: 0px !important; }[data-css=\"tve-u-16170445bb9\"] { padding-left: 0px !important; }[data-css=\"tve-u-161704435d7\"] { padding-left: 0px !important; }[data-css=\"tve-u-16170442200\"] { padding-left: 0px !important; }[data-css=\"tve-u-16170441415\"] { padding-left: 0px !important; }[data-css=\"tve-u-161703e4bac\"] { min-height: inherit; padding: 10px !important; flex-wrap: nowrap !important; }[data-css=\"tve-u-161701a8fd1\"] { margin-top: 0px !important; }[data-css=\"tve-u-161702e8042\"] { margin-top: 10px !important; margin-bottom: 10px !important; margin-left: 0px !important; }[data-css=\"tve-u-16170185cb5\"] { margin: 10px 0px !important; padding-left: 0px !important; }[data-css=\"tve-u-160f9c75fb0\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-160f9c75fb0\"] .tcb-flex-col { flex-basis: 312px !important; }[data-css=\"tve-u-160f9c75fb0\"] > .tcb-flex-col > .tcb-col { min-height: 220px; }[data-css=\"tve-u-160f9c75fb0\"] { min-height: inherit; margin-left: -30px; padding-top: 0px !important; padding-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-160f97ddb8a\"] { font-size: 40px !important; }#tve_editor [data-css=\"tve-u-160fa489bd9\"] { letter-spacing: 0px; }[data-css=\"tve-u-160fa4d8d4f\"] { padding: 0px !important; }[data-css=\"tve-u-160fa4daf17\"] { max-width: 100%; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-160f9d0c9a0\"] { margin-top: 30px !important; }[data-css=\"tve-u-160f9d0b00e\"] { padding-top: 0px !important; margin-top: 30px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-160f9ec40fc\"] { max-width: 100%; }[data-css=\"tve-u-160fe140452\"] { padding: 20px 0px 40px !important; }[data-css=\"tve-u-160fe13ce28\"] { max-width: 100%; }[data-css=\"tve-u-160fa11f4f2\"] { margin: 0px !important; }[data-css=\"tve-u-160fa01d193\"] { max-width: 340px; float: none; padding: 0px !important; margin: 0px auto !important; }[data-css=\"tve-u-160f9c7f698\"] { max-width: 100%; float: none; margin-left: auto !important; margin-right: auto !important; margin-top: 0px !important; }[data-css=\"tve-u-160f9cccb99\"] { margin-bottom: 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-160f96ef669\"] { padding-top: 30px !important; padding-bottom: 30px !important; }[data-css=\"tve-u-160f9bf1aea\"] { margin-top: 0px !important; }[data-css=\"tve-u-160f9c6a4fe\"] { padding: 60px 0px 80px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-160f9caae7b\"] { margin: 0px 0px 60px !important; }[data-css=\"tve-u-160f9b69526\"] .tcb-flex-col { flex-basis: 71px !important; }[data-css=\"tve-u-160f9b69526\"] > .tcb-flex-col > .tcb-col { min-height: 20px; }[data-css=\"tve-u-160f9b69526\"] { min-height: inherit; padding-top: 10px !important; padding-bottom: 10px !important; }[data-css=\"tve-u-160f9bd1e50\"] { max-width: 100%; padding: 5px 0px !important; }[data-css=\"tve-u-160f9b9db80\"] { padding-top: 5px !important; padding-bottom: 5px !important; }[data-css=\"tve-u-160fa7619dc\"] { max-width: 100%; float: none; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-160f9b74c2b\"] { max-width: 400px; float: none; margin: 10px auto !important; }[data-css=\"tve-u-160f972cd2b\"] { min-height: 1px; }[data-css=\"tve-u-160f9714a61\"] { max-width: 630px; float: none; padding: 70px 40px !important; margin: 0px auto !important; }[data-css=\"tve-u-160f9734b53\"] { clip-path: url(\"#clip-tablet-top-c8e428685a637\"); -webkit-clip-path: url(\"#clip-tablet-top-c8e428685a637\");  }[data-css=\"tve-u-160fa718c5e\"] { font-family: Limelight !important; font-weight: 400 !important; }#tve_editor [data-css=\"tve-u-160fa718c59\"] { font-size: 100px !important; }[data-css=\"tve-u-160fa6805d4\"] { padding: 0px !important; }#tve_editor [data-css=\"tve-u-160ea71c62c\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-160ea9400e0\"] { font-size: 16px !important; }[data-css=\"tve-u-160eb42c2ca\"] { margin-top: 5px !important; }[data-css=\"tve-u-160e4c55d27\"] { padding: 40px 0px 60px !important; }[data-css=\"tve-u-160e4c824a2\"] { margin-bottom: 40px !important; margin-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-160eaaf84a6\"] { margin-bottom: 15px !important; }[data-css=\"tve-u-160eb3ad20a\"] { margin-bottom: 15px !important; }[data-css=\"tve-u-160ead973a1\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-160eb38e170\"] { margin-top: 30px !important; }[data-css=\"tve-u-160eab45a4f\"] { margin-top: 5px !important; }[data-css=\"tve-u-160ea7cae88\"] { margin-top: 0px !important; }[data-css=\"tve-u-160ea7c9db0\"] .tcb-flex-col { flex-basis: 700px !important; }[data-css=\"tve-u-160e9dff371\"] { max-width: 100%; padding: 0px !important; }[data-css=\"tve-u-160e4c34c93\"] { clip-path: url(\"#clip-tablet-bottom-35e31e95c7382\"); -webkit-clip-path: url(\"#clip-tablet-bottom-35e31e95c7382\");  }[data-css=\"tve-u-160eb1b0e14\"] { margin-top: 0px !important; margin-left: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-160eb1a09e2\"] { min-height: 1px; }[data-css=\"tve-u-160eb0d7fac\"] { clip-path: url(\"#clip-tablet-bottom-dd364f1962bc7\"); -webkit-clip-path: url(\"#clip-tablet-bottom-dd364f1962bc7\");  }[data-css=\"tve-u-160e5adb400\"] { margin-top: 0px !important; margin-bottom: 2px !important; }[data-css=\"tve-u-160e4c24b1a\"] { max-width: 630px; min-height: 1px !important; }[data-css=\"tve-u-160df6a3578\"] > .tcb-flex-col > .tcb-col { min-height: 20px; }[data-css=\"tve-u-160df4bedf0\"] > .tcb-flex-col > .tcb-col { min-height: 20px; }[data-css=\"tve-u-160df4bedf0\"] .tcb-flex-col { flex-basis: 390px !important; }[data-css=\"tve-u-160e52fbe2f\"] { margin: 0px !important; }[data-css=\"tve-u-160e4da55bb\"] > .tcb-flex-col > .tcb-col { min-height: 432px; justify-content: flex-end; }[data-css=\"tve-u-160e4da55bb\"] .tcb-flex-col { flex-basis: 280px !important; }#tve_editor .thrv-content-box [data-css=\"tve-u-160df519447\"] p, #tve_editor .thrv-content-box [data-css=\"tve-u-160df519447\"] li, #tve_editor .thrv-content-box [data-css=\"tve-u-160df519447\"] blockquote, #tve_editor .thrv-content-box [data-css=\"tve-u-160df519447\"] address { line-height: 1em; }#tve_editor .thrv-content-box [data-css=\"tve-u-160df4f4d0e\"] p, #tve_editor .thrv-content-box [data-css=\"tve-u-160df4f4d0e\"] li, #tve_editor .thrv-content-box [data-css=\"tve-u-160df4f4d0e\"] blockquote, #tve_editor .thrv-content-box [data-css=\"tve-u-160df4f4d0e\"] address { line-height: 1em; }[data-css=\"tve-u-160e4da55bb\"] { margin-left: -40px; min-height: inherit; flex-direction: row; padding-bottom: 0px !important; flex-wrap: wrap !important; }[data-css=\"tve-u-160e4da55bb\"] > .tcb-flex-col { padding-left: 40px; }[data-css=\"tve-u-160e4dadf9c\"] { max-width: 100%; float: none; position: static; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-160df51ca21\"] > .tve-cb { display: flex; flex-direction: column; justify-content: flex-end; }[data-css=\"tve-u-160df4c6424\"] { padding-top: 0px !important; }[data-css=\"tve-u-160df519447\"] { min-height: 1px; }[data-css=\"tve-u-160df4f4d0e\"] { min-height: 400px; }[data-css=\"tve-u-160dbcbc7a4\"] { min-height: 220px; }[data-css=\"tve-u-160df4eae6d\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-160df6a3578\"] { margin-left: 0px; min-height: inherit; }[data-css=\"tve-u-160df4bedf0\"] { margin-left: 0px; min-height: inherit; }[data-css=\"tve-u-160df6a3578\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-160df4bedf0\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-160df8c3360\"] { padding: 60px !important; }[data-css=\"tve-u-160dbceed3d\"] { float: none; margin: 0px auto !important; }[data-css=\"tve-u-160df4565d1\"] { padding-top: 0px !important; }[data-css=\"tve-u-160dbcafa88\"] { margin-top: 90px !important; }[data-css=\"tve-u-160db6dd8cd\"] { font-size: 25px; width: 25px; height: 25px; margin-right: 20px !important; }[data-css=\"tve-u-160eb0e8e90\"] { max-width: 100%; bottom: 0px; left: 0px; padding: 30px 5px 20px !important; margin-top: -30px !important; position: static !important; }[data-css=\"tve-u-160eb1d9ffb\"] { clip-path: url(\"#clip-tablet-bottom-cb4c420ba2143\"); -webkit-clip-path: url(\"#clip-tablet-bottom-cb4c420ba2143\");  }[data-css=\"tve-u-160eb214b56\"] { clip-path: url(\"#clip-tablet-bottom-a182d7c321313\"); -webkit-clip-path: url(\"#clip-tablet-bottom-a182d7c321313\");  }[data-css=\"tve-u-160eb218e4e\"] { bottom: 0px; right: 0px; max-width: 100%; padding: 30px 5px 20px !important; position: static !important; margin-top: -30px !important; }[data-css=\"tve-u-160eb2222a0\"] { right: 0px; bottom: 0px; padding: 30px 5px 20px !important; margin-top: -30px !important; }[data-css=\"tve-u-160f98df817\"] { margin-top: 40px !important; }[data-css=\"tve-u-160fa182f82\"] { display: block; max-width: 300px; width: 300px; margin: 0px !important; }[data-css=\"tve-u-1635e65c044\"] { font-size: 25px; width: 25px; height: 25px; margin-left: 30px !important; }[data-css=\"tve-u-1635ef71519\"] { margin-top: 0px !important; margin-left: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-1635ef72920\"] { margin-top: 0px !important; margin-left: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-1635f121505\"] { padding: 0px !important; }[data-css=\"tve-u-16362a8dd87\"] { font-size: 18px; width: 18px; height: 18px; margin-right: 15px !important; }[data-css=\"tve-u-16362aa4888\"] { font-size: 18px; width: 18px; height: 18px; margin-right: 15px !important; }[data-css=\"tve-u-16363599740\"] { padding-top: 0px !important; }}@media (max-width: 767px){[data-css=\"tve-u-16369563890\"] { padding: 0px 0px 80px !important; }[data-css=\"tve-u-1636955fbd2\"] { min-height: 1px !important; }[data-css=\"tve-u-1636956410b\"] { background-image: linear-gradient(rgba(1, 11, 20, 0.95) 0%, rgba(3, 25, 47, 0.2) 100%), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Pub-Hero-img.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-1635e5ffa41\"] > .tve-cb { display: block; }[data-css=\"tve-u-1636301dc81\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-160f9ebf905\"] .tcb-flex-col { flex-basis: 390px !important; }[data-css=\"tve-u-160f9ee08be\"] { padding: 0px !important; }[data-css=\"tve-u-16362e2956e\"] { padding: 25px !important; }[data-css=\"tve-u-16362e27bcb\"] { max-width: 100%; }[data-css=\"tve-u-160f9c6d0ad\"] { max-width: 100%; }[data-css=\"tve-u-160fa7619dc\"] { margin: 0px !important; padding-top: 5px !important; padding-bottom: 5px !important; }[data-css=\"tve-u-160f9b69526\"] .tcb-flex-col { flex-basis: 125px !important; }[data-css=\"tve-u-163639549e4\"] { margin-bottom: 60px !important; }[data-css=\"tve-u-1617045651a\"] .tcb-flex-col { flex-basis: 250px !important; }[data-css=\"tve-u-1617045651a\"] { flex-wrap: wrap !important; }[data-css=\"tve-u-1635f1b3fee\"] { margin-bottom: 15px !important; }[data-css=\"tve-u-1635ebfe4fc\"] { margin-bottom: 15px !important; }[data-css=\"tve-u-161701a2f15\"] .tcb-flex-col { flex-basis: 250px !important; }[data-css=\"tve-u-161701a2f15\"] { flex-wrap: wrap !important; }[data-css=\"tve-u-160f9562c14\"] { margin-right: 15px !important; }[data-css=\"tve-u-1636393da63\"] { margin-right: 15px !important; }[data-css=\"tve-u-1636393c2d2\"] { margin-right: 15px !important; }[data-css=\"tve-u-16363524c1e\"] { padding: 0px !important; }[data-css=\"tve-u-1635ed98a8a\"] { margin-bottom: 10px !important; }[data-css=\"tve-u-1636392e791\"] { margin-bottom: 10px !important; }[data-css=\"tve-u-1636392a6b1\"] { margin-bottom: 10px !important; }[data-css=\"tve-u-161703e4bac\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-161703e4bac\"] .tcb-flex-col { flex-basis: 286px !important; }[data-css=\"tve-u-161703e4bac\"] { margin-left: 0px; flex-wrap: wrap !important; }[data-css=\"tve-u-1635f1b25ed\"] { margin-bottom: 25px !important; }[data-css=\"tve-u-1636390be1e\"] { margin-bottom: 60px !important; }[data-css=\"tve-u-1636390935e\"] { margin-bottom: 5px !important; }[data-css=\"tve-u-1635f138d3b\"] { margin-bottom: 5px !important; }[data-css=\"tve-u-1635ee0cb15\"] { padding: 50px 25px !important; }[data-css=\"tve-u-160e9d118ed\"] { box-shadow: rgba(0, 0, 0, 0.3) 0px 17px 75px 8px inset; background-size: auto, cover !important; }[data-css=\"tve-u-160e9d15bdf\"] { padding: 50px 25px !important; }[data-css=\"tve-u-160e9d0c61d\"] { max-width: 100%; }[data-css=\"tve-u-160e52014b5\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-160e4c34c93\"] { clip-path: url(\"#clip-mobile-bottom-35e31e95c7382\"); -webkit-clip-path: url(\"#clip-mobile-bottom-35e31e95c7382\");  }[data-css=\"tve-u-160eb0e8e90\"] { margin-top: -30px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-160eb0d7fac\"] { clip-path: url(\"#clip-mobile-bottom-dd364f1962bc7\"); -webkit-clip-path: url(\"#clip-mobile-bottom-dd364f1962bc7\");  }[data-css=\"tve-u-160eb2222a0\"] { margin-top: -30px !important; margin-bottom: 25px !important; }[data-css=\"tve-u-160eb1d9ffb\"] { clip-path: url(\"#clip-mobile-bottom-cb4c420ba2143\"); -webkit-clip-path: url(\"#clip-mobile-bottom-cb4c420ba2143\");  }[data-css=\"tve-u-160eb218e4e\"] { margin-top: -30px !important; margin-bottom: 25px !important; }[data-css=\"tve-u-160eb214b56\"] { clip-path: url(\"#clip-mobile-bottom-a182d7c321313\"); -webkit-clip-path: url(\"#clip-mobile-bottom-a182d7c321313\");  }[data-css=\"tve-u-160e4da55bb\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-160e4da55bb\"] .tcb-flex-col { flex-basis: 350px !important; }[data-css=\"tve-u-1635f0a8c87\"] { margin-top: 0px !important; }[data-css=\"tve-u-1635f010773\"] { min-height: 300px; }[data-css=\"tve-u-16363235afe\"] { min-height: 300px; }[data-css=\"tve-u-16363231ead\"] { min-height: 300px; }#tcb_landing_page h6 { font-size: 16px; }[data-css=\"tve-u-160dbcd54ac\"] { margin-bottom: 15px !important; }[data-css=\"tve-u-160dbcd2c5b\"] { margin-bottom: 50px !important; }[data-css=\"tve-u-1635e5cbf37\"] { margin-bottom: 50px !important; }[data-css=\"tve-u-1635e5ffa41\"] { max-width: 200px; float: none; margin-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-16363739d27\"] { max-width: 64.8%; }[data-css=\"tve-u-16363739cd6\"] { max-width: 35.2%; }[data-css=\"tve-u-1635e5cc2d9\"] { flex-flow: row-reverse wrap-reverse !important; }[data-css=\"tve-u-1635e5cc2d9\"] .tcb-flex-col { flex-basis: 200px !important; }[data-css=\"tve-u-160dbb50aca\"] { max-width: 100%; padding-left: 15px !important; padding-right: 15px !important; padding-bottom: 60px !important; margin-bottom: 20px !important; }[data-css=\"tve-u-160db84bfac\"] { clip-path: url(\"#clip-mobile-bottom-eb17500f3af4b\"); -webkit-clip-path: url(\"#clip-mobile-bottom-eb17500f3af4b\");  }#tcb_landing_page p, #tcb_landing_page li { line-height: 1.5em; font-size: 16px; }#tcb_landing_page h5 { line-height: 1.5em; font-size: 18px; }#tcb_landing_page h4 { line-height: 1.5em; font-size: 18px; }#tcb_landing_page h3 { line-height: 1.5em; font-size: 20px; }#tcb_landing_page h2 { font-size: 50px; line-height: 1.2em; }#tcb_landing_page h1 { color: rgb(255, 255, 255); font-size: 55px; line-height: 1em; }[data-css=\"tve-u-16170325257\"] { margin-top: 0px !important; }[data-css=\"tve-u-161701a8fd1\"] { margin-top: 0px !important; }[data-css=\"tve-u-160f961e617\"] { margin-top: 10px !important; }[data-css=\"tve-u-161703268c0\"] { max-width: 100%; margin-top: 0px !important; }[data-css=\"tve-u-160f97e6953\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-160ff467c38\"] { text-transform: none !important; }[data-css=\"tve-u-160f9714a61\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-160ff36e890\"] { padding-left: 0px !important; }[data-css=\"tve-u-160f984f29b\"] { font-family: \"Noto Sans\" !important; font-weight: 400 !important; }[data-css=\"tve-u-160f9823757\"] { text-transform: none !important; }[data-css=\"tve-u-160f9bfdcb7\"] { font-weight: 400 !important; font-family: \"Noto Sans\" !important; }#tve_editor [data-css=\"tve-u-160f9bf9be2\"] { font-size: 20px !important; }[data-css=\"tve-u-160f9c02898\"] { font-weight: 400 !important; font-family: \"Noto Sans\" !important; }#tve_editor [data-css=\"tve-u-160f981fb0c\"] { letter-spacing: 3px; font-size: 18px !important; }[data-css=\"tve-u-160f9bf9be2\"] { line-height: 1.3em !important; }[data-css=\"tve-u-160f981fb0c\"] { line-height: 1em !important; }[data-css=\"tve-u-160f96f5e19\"] { clip-path: url(\"#clip-mobile-bottom-c22944d35542f\"); -webkit-clip-path: url(\"#clip-mobile-bottom-c22944d35542f\");  }#tve_editor [data-css=\"tve-u-160fa489bd9\"] { letter-spacing: 0px; }[data-css=\"tve-u-160fec99b6f\"] { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-160fec923bf\"] { margin-top: 15px !important; }[data-css=\"tve-u-160fa4daf17\"] { max-width: 100%; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-160f9ec40fc\"] { max-width: 100%; float: none; position: static; z-index: auto; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-160fa11f4f2\"] { margin: 0px 0px 0px -20px !important; }[data-css=\"tve-u-160fe140452\"] { padding: 25px !important; margin-top: 0px !important; }[data-css=\"tve-u-160f9ebf905\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-160f9ebf905\"] { min-height: inherit; flex-wrap: wrap !important; }[data-css=\"tve-u-160eb42c2ca\"] { margin-top: 8px !important; }[data-css=\"tve-u-160eab45a4f\"] { margin-top: 8px !important; }[data-css=\"tve-u-160f98a0d17\"] { padding-left: 0px !important; padding-right: 0px !important; padding-top: 0px !important; margin-bottom: 30px !important; }[data-css=\"tve-u-160f96ef669\"] { padding: 25px 0px !important; }[data-css=\"tve-u-160f9d0c9a0\"] { margin-top: 25px !important; }[data-css=\"tve-u-160f9d0b00e\"] { margin-top: 25px !important; }[data-css=\"tve-u-160f9d08737\"] { margin-top: 25px !important; }[data-css=\"tve-u-160f9c6a4fe\"] { padding: 50px 25px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-160f9caae7b\"] { margin-bottom: 50px !important; }[data-css=\"tve-u-160f9b69526\"] { flex-direction: column; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-160f9b69526\"] > .tcb-flex-col > .tcb-col { justify-content: center; min-height: 1px; }[data-css=\"tve-u-160f9b74c2b\"] { max-width: 100%; float: none; position: relative; z-index: 3; margin: 0px auto 20px !important; }[data-css=\"tve-u-160f9714a61\"] { max-width: 100%; padding: 50px 25px 80px !important; }[data-css=\"tve-u-160f9734b53\"] { clip-path: url(\"#clip-mobile-top-c8e428685a637\"); -webkit-clip-path: url(\"#clip-mobile-top-c8e428685a637\");  }#tve_editor [data-css=\"tve-u-160fa718c59\"] { font-size: 90px !important; }[data-css=\"tve-u-160f8e625a1\"] { margin-bottom: 50px !important; }[data-css=\"tve-u-160fa01d193\"] { max-width: 100%; margin: 0px !important; }[data-css=\"tve-u-160e9fbbfa0\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-160f8d12a0d\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-160eb4a305a\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-160f8d013c3\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb4a460d\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb4a460a\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb4a4608\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb4a4605\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb4a4603\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb4a4600\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb49e1f7\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb4a45fb\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8d013c3\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160f8cfbf40\"] { margin-bottom: 20px !important; }#tve_editor [data-css=\"tve-u-160f8cf3d89\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160f8cef2f1\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160f8cef2b7\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160f8cef27e\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160f8cef245\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160f8cef20d\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160f8ceec94\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160f8ceec5c\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160f8ceec23\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160f8ceebeb\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160f8ceebb3\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160f8ceeb79\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160f8ceeb77\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160e9fad83c\"] p, #tve_editor [data-css=\"tve-u-160e9fad83c\"] li, #tve_editor [data-css=\"tve-u-160e9fad83c\"] blockquote, #tve_editor [data-css=\"tve-u-160e9fad83c\"] address { line-height: 1em; }[data-css=\"tve-u-160f8cddeb4\"] { margin-bottom: 20px !important; }#tve_editor [data-css=\"tve-u-160f8cd7aa1\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8cd7a68\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8cd7a30\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8cd79f8\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8cd79c1\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8cd7987\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8cd794f\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8cd7919\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8cd7871\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160ea9729a9\"] { margin-bottom: 15px !important; }#tve_editor [data-css=\"tve-u-160ea7224b9\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160ea9104fd\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8cc8fce\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8cc8f9a\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160ea9400e0\"] { color: rgb(3, 9, 14) !important; font-size: 16px !important; }#tve_editor [data-css=\"tve-u-160f8cc8f31\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8cc8efc\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160ea90d163\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160ea799710\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160ea79970d\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8cc5953\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160ea71c62c\"] { color: rgb(3, 9, 14) !important; font-size: 16px !important; }#tve_editor [data-css=\"tve-u-160f8cc591b\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160eaa7faee\"] { padding: 0px !important; }[data-css=\"tve-u-160f8cb9d70\"] { margin-bottom: 20px !important; }#tve_editor [data-css=\"tve-u-160ea6ba06c\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160ea6ba06a\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160ea6ba067\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160ea6ba065\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160ea6ba063\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160ea6ba060\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8cb61bc\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8cb6183\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8cb610d\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8cb027b\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8cb0240\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160ea9c9c07\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8cb01cb\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8cb0191\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8cb0157\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8cb011c\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8cb00e0\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8cb00a7\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8cb0034\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160f8c978c9\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-160f8c8c841\"] { margin: 0px !important; }[data-css=\"tve-u-160e9fac06c\"] { padding: 0px !important; }[data-css=\"tve-u-160f8c69a67\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160f8c69a2f\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160f8c699f6\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160f8c699b9\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160f8c69289\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160f8c69250\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160f8c69216\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160f8c691dc\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160f8c691a5\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160f8c69135\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8c626b2\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160ea89ac22\"] { padding: 0px !important; }[data-css=\"tve-u-160f8c59f19\"] { margin-top: 20px !important; }#tve_editor [data-css=\"tve-u-160eaa62df8\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8c589bd\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eaa5aa50\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8c58957\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8c58926\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8c5888c\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160f8c2bf72\"] { margin: 0px !important; }#tve_editor [data-css=\"tve-u-160f8c284c6\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8c28493\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8c28460\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8c2842b\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8c283f9\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8c28393\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8c25bba\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb55320f\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb5531d8\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb5531a1\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb55316d\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb553138\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb553103\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb5530cd\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb553062\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160eb54da29\"] { padding: 0px !important; }[data-css=\"tve-u-160eb537e16\"] { margin-top: 0px !important; }#tve_editor [data-css=\"tve-u-160eb53484c\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb534816\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb5347e1\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb5347ae\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb53477a\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eadffc69\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb534715\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb5346af\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160eadcc8c9\"] { padding: 0px !important; }#tve_editor [data-css=\"tve-u-160eb5276f3\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb5276bf\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb52768d\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb52765c\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb52762c\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb5275ca\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160ead90ba7\"] { background-image: none !important; }[data-css=\"tve-u-160eb521486\"] { background-image: none !important; }[data-css=\"tve-u-160eaa8db54\"] { background-image: none !important; }[data-css=\"tve-u-160eaa73bda\"] { background-image: none !important; }[data-css=\"tve-u-160e9fad83c\"] { background-image: none !important; }[data-css=\"tve-u-160ea89b12a\"] { background-image: none !important; }[data-css=\"tve-u-160eb4b6fd5\"] { line-height: 2em !important; }[data-css=\"tve-u-160eb4b6fd3\"] { line-height: 2em !important; }[data-css=\"tve-u-160eb4b6fd0\"] { line-height: 2em !important; }[data-css=\"tve-u-160eb4b6fcd\"] { line-height: 2em !important; }[data-css=\"tve-u-160eb4b6fcb\"] { line-height: 2em !important; }[data-css=\"tve-u-160eb4b6fc8\"] { line-height: 2em !important; }[data-css=\"tve-u-160eb4b6f9b\"] { line-height: 2em !important; }[data-css=\"tve-u-160ea9789a4\"] { margin-top: 0px !important; }[data-css=\"tve-u-160eb4a460d\"] { line-height: 2em !important; }[data-css=\"tve-u-160eb4a460a\"] { line-height: 2em !important; }[data-css=\"tve-u-160eb4a4608\"] { line-height: 2em !important; }[data-css=\"tve-u-160eb4a4605\"] { line-height: 2em !important; }[data-css=\"tve-u-160eb4a4603\"] { line-height: 2em !important; }[data-css=\"tve-u-160eb4a4600\"] { line-height: 2em !important; }[data-css=\"tve-u-160eb4a45fb\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb4a305a\"] p, #tve_editor [data-css=\"tve-u-160eb4a305a\"] li, #tve_editor [data-css=\"tve-u-160eb4a305a\"] blockquote, #tve_editor [data-css=\"tve-u-160eb4a305a\"] address { line-height: 1em; }[data-css=\"tve-u-160eb49e1f7\"] { line-height: 2em !important; }[data-css=\"tve-u-160ea7cae88\"] { background-image: none !important; }[data-css=\"tve-u-160eaa7faeb\"] { padding: 0px !important; }[data-css=\"tve-u-160e9f7ce0e\"] { font-family: Lato, arial !important; }#tve_editor [data-css=\"tve-u-160e9f7868b\"] { letter-spacing: 2px; font-size: 16px !important; }[data-css=\"tve-u-160eb47f16a\"] { font-family: Lato, arial !important; }#tve_editor [data-css=\"tve-u-160eb47f143\"] { letter-spacing: 2px; font-size: 15px !important; }#tve_editor [data-css=\"tve-u-160eb475d09\"] { letter-spacing: 2px; font-size: 16px !important; }#tve_editor [data-css=\"tve-u-160eb470891\"] { letter-spacing: 2px; font-size: 16px !important; }[data-css=\"tve-u-160e9e41664\"] { margin-left: 0px !important; margin-bottom: 35px !important; }[data-css=\"tve-u-160e4c55d27\"] { padding: 40px 25px 60px !important; }[data-css=\"tve-u-160e5adb400\"] { margin-bottom: 2px !important; }[data-css=\"tve-u-160e52fbe2f\"] { margin-top: 0px !important; }#tve_editor [data-css=\"tve-u-160e52014b5\"] p, #tve_editor [data-css=\"tve-u-160e52014b5\"] li, #tve_editor [data-css=\"tve-u-160e52014b5\"] blockquote, #tve_editor [data-css=\"tve-u-160e52014b5\"] address { line-height: 0em; }[data-css=\"tve-u-160e5276a5e\"] { margin-top: 0px !important; }[data-css=\"tve-u-160e4c824a2\"] { padding-top: 0px !important; padding-bottom: 0px !important; margin-top: 0px !important; margin-bottom: 40px !important; }[data-css=\"tve-u-160e4c24b1a\"] { max-width: 100%; min-height: 0.15625vh !important; }[data-css=\"tve-u-160e4da55bb\"] { flex-direction: column; min-height: inherit; }#tve_editor [data-css=\"tve-u-160df6a2fe0\"] p, #tve_editor [data-css=\"tve-u-160df6a2fe0\"] li, #tve_editor [data-css=\"tve-u-160df6a2fe0\"] blockquote, #tve_editor [data-css=\"tve-u-160df6a2fe0\"] address { line-height: 1.3em; }[data-css=\"tve-u-160df51ca21\"] > .tve-cb { display: flex; flex-direction: column; justify-content: flex-end; }[data-css=\"tve-u-160df519447\"] { min-height: 0vh; }[data-css=\"tve-u-160df4f4d0e\"] { min-height: 297px; }[data-css=\"tve-u-160df51ca21\"] { margin-top: 0px !important; padding-top: 15px !important; padding-bottom: 15px !important; }[data-css=\"tve-u-160df8c3360\"] { padding: 50px 25px !important; }[data-css=\"tve-u-160dbceed3d\"] .tcb-button-link { padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-160dbe24f38\"] { line-height: 1.45em !important; }#tve_editor [data-css=\"tve-u-160dbe24f38\"] { letter-spacing: 2px; font-size: 16px !important; }#tve_editor [data-css=\"tve-u-160dbceed3d\"] .tcb-button-link { font-size: 18px; }[data-css=\"tve-u-160dbcbc7a4\"] { min-height: 284px; }[data-css=\"tve-u-160dbceed3d\"] { display: block; max-width: 100%; width: 100%; min-width: 100%; margin-top: 0px !important; margin-left: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-160db85dabe\"] { min-height: 1px; }[data-css=\"tve-u-160df4565d1\"] { float: none; z-index: 3; position: relative; margin-left: auto !important; margin-right: auto !important; padding-top: 0px !important; }[data-css=\"tve-u-160dbcafa88\"] { float: none; max-width: 305px; margin-top: 15px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-160db6dd8cd\"] { float: left; z-index: 3; position: relative; font-size: 20px; width: 20px; height: 20px; }[data-css=\"tve-u-160df6d74f4\"] { text-align: center; padding-left: 0px !important; margin-top: 5px !important; }[data-css=\"tve-u-160df6d53e3\"] { text-align: center; padding-right: 0px !important; }[data-css=\"tve-u-160f98df817\"] .tcb-button-link { padding-top: 0px !important; padding-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-160f98df817\"] .tcb-button-link { font-size: 18px; }[data-css=\"tve-u-160f98df817\"] { display: block; max-width: 100%; width: 100%; margin-top: 0px !important; margin-bottom: 20px !important; }[data-css=\"tve-u-160fa182f82\"] .tcb-button-link { padding-top: 0px !important; padding-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-160fa182f82\"] .tcb-button-link { font-size: 21.3333px; font-family: \"Noto Sans\"; font-weight: 400; }[data-css=\"tve-u-160fa182f82\"] { display: block; max-width: 299px; width: 299px; min-width: 100%; margin-top: 0px !important; }[data-css=\"tve-u-160fa198fbb\"] { line-height: 1.45em !important; }#tve_editor [data-css=\"tve-u-160fa198fbb\"] { letter-spacing: 2px; font-size: 16px !important; }[data-css=\"tve-u-160fec25d20\"] { line-height: 1.45em !important; }#tve_editor [data-css=\"tve-u-160fec25d20\"] { letter-spacing: 1px; font-size: 16px !important; }[data-css=\"tve-u-1635e65c044\"] { float: left; z-index: 3; position: relative; font-size: 22px; width: 22px; height: 22px; margin-left: 25px !important; }[data-css=\"tve-u-1635f136552\"] { margin-top: 10px !important; }[data-css=\"tve-u-16362a8dd87\"] { float: left; z-index: 3; position: relative; font-size: 20px; width: 20px; height: 20px; }[data-css=\"tve-u-16362aa4888\"] { float: left; z-index: 3; position: relative; font-size: 20px; width: 20px; height: 20px; }[data-css=\"tve-u-16363599740\"] { max-width: 173px; padding-top: 0px !important; }[data-css=\"tve-u-1636951d241\"] { margin-top: 10px !important; }}'),(5872,428,'tve_revision_tve_user_custom_css','.thrv_text_element p { margin: 0;}\n.thrv_heading h1,h2,h3,h4,h5 {margin: 0;}'),(5873,428,'tve_revision_tve_page_events','a:0:{}'),(5874,428,'tve_revision_tve_globals','a:2:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";s:8:\"font_cls\";a:0:{}}'),(5875,428,'tve_revision_tve_global_scripts',''),(5876,428,'tve_revision_thrive_icon_pack','0'),(5877,428,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(5878,428,'tve_revision_tve_has_masonry','0'),(5879,428,'tve_revision_tve_has_typefocus','0'),(5880,428,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16369563890\" wfd-id=\"527\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1636956410b\" data-clip-id=\"ebde87302d0be\" wfd-id=\"571\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1636955fbd2\" wfd-id=\"528\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160dbb50aca\" data-float=\"1\" wfd-id=\"565\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-160db84bfac\" data-clip-id=\"eb17500f3af4b\" wfd-id=\"570\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-eb17500f3af4b\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"divider\" pointer-width=\"100\" pointer-height=\"25\" style=\"zigzag\"><polygon points=\"0 0, 0 0.75, 0.5 1, 1 0.75,  1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-eb17500f3af4b\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"divider\" pointer-width=\"100\" pointer-height=\"25\" style=\"zigzag\"><polygon points=\"0 0, 0 0.75, 0.5 1, 1 0.75,  1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-eb17500f3af4b\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"pointer\" pointer-width=\"100\" pointer-height=\"15\" style=\"\" clip-path=\"url(#clip-mobile-top-eb17500f3af4b)\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 0 1, 0.5 0.85, 1 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-top-eb17500f3af4b\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"none\" pointer-width=\"5\" pointer-height=\"5\" style=\"zigzag\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160db85dabe\" wfd-id=\"566\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1635e6448aa\" wfd-id=\"567\"><h4 style=\"text-align: center;\"><strong>Your<br>&nbsp;â‰‘ &nbsp; &nbsp; &nbsp;Company Name &nbsp; &nbsp; &nbsp;â‰‘</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1635e5cbf37\" wfd-id=\"543\"><div class=\"tcb-flex-row tcb--cols--2 v-2 m-edit tcb-mobile-wrap tcb-resized tcb-row-reversed-mobile\" data-css=\"tve-u-1635e5cc2d9\" wfd-id=\"544\"><div class=\"tcb-flex-col\" data-css=\"tve-u-16363739cd6\" style=\"\" wfd-id=\"555\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"557\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tcb-mobile-hidden\" data-css=\"tve-u-1635e5cd7c0\" style=\"\" wfd-id=\"558\">\n<div class=\"tve-content-box-background\" wfd-id=\"564\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1635e5d9ba1\" wfd-id=\"559\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display tcb-mobile-hidden\" data-css=\"tve-u-160db6dd8cd\" style=\"\" wfd-id=\"563\"><svg class=\"tcb-icon\" viewBox=\"0 0 16 28\" data-name=\"map-marker\">\n<path d=\"M12 10c0-2.203-1.797-4-4-4s-4 1.797-4 4 1.797 4 4 4 4-1.797 4-4zM16 10c0 0.953-0.109 1.937-0.516 2.797l-5.688 12.094c-0.328 0.688-1.047 1.109-1.797 1.109s-1.469-0.422-1.781-1.109l-5.703-12.094c-0.406-0.859-0.516-1.844-0.516-2.797 0-4.422 3.578-8 8-8s8 3.578 8 8z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160df4565d1\" wfd-id=\"560\"><p>Your&nbsp; Adress Goes Here</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-16363739d27\" style=\"\" wfd-id=\"545\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"547\"><div class=\"tcb-clear\" data-css=\"tve-u-16363c02cf7\" wfd-id=\"548\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1635e5ffa41\" wfd-id=\"549\">\n<div class=\"tve-content-box-background\" wfd-id=\"554\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1635e5d9ba1\" wfd-id=\"550\"><div class=\"tcb-clear\" data-css=\"tve-u-163637c7e1e\" wfd-id=\"552\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1635e65c044\" data-float=\"1\" wfd-id=\"553\"><svg class=\"tcb-icon\" viewBox=\"0 0 22 28\" data-name=\"phone\">\n<path d=\"M22 19.375c0 0.562-0.25 1.656-0.484 2.172-0.328 0.766-1.203 1.266-1.906 1.656-0.922 0.5-1.859 0.797-2.906 0.797-1.453 0-2.766-0.594-4.094-1.078-0.953-0.344-1.875-0.766-2.734-1.297-2.656-1.641-5.859-4.844-7.5-7.5-0.531-0.859-0.953-1.781-1.297-2.734-0.484-1.328-1.078-2.641-1.078-4.094 0-1.047 0.297-1.984 0.797-2.906 0.391-0.703 0.891-1.578 1.656-1.906 0.516-0.234 1.609-0.484 2.172-0.484 0.109 0 0.219 0 0.328 0.047 0.328 0.109 0.672 0.875 0.828 1.188 0.5 0.891 0.984 1.797 1.5 2.672 0.25 0.406 0.719 0.906 0.719 1.391 0 0.953-2.828 2.344-2.828 3.187 0 0.422 0.391 0.969 0.609 1.344 1.578 2.844 3.547 4.813 6.391 6.391 0.375 0.219 0.922 0.609 1.344 0.609 0.844 0 2.234-2.828 3.187-2.828 0.484 0 0.984 0.469 1.391 0.719 0.875 0.516 1.781 1 2.672 1.5 0.313 0.156 1.078 0.5 1.188 0.828 0.047 0.109 0.047 0.219 0.047 0.328z\"></path>\n</svg></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16363599740\" wfd-id=\"551\"><p style=\"text-align: right;\">0364 - 300 - 946</p></div></div>\n</div></div></div></div></div></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160dbcafa88\" wfd-id=\"529\">\n<div class=\"tve-content-box-background\" wfd-id=\"542\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160dbcbc7a4\" wfd-id=\"530\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-160dbcd54ac\" data-tag=\"h3\" wfd-id=\"539\"><h3 style=\"text-align: center;\">This is the place to create your</h3></div><div class=\"thrv_wrapper thrv_heading tve_evt_manager_listen tve_et_tve-viewport tve_ea_thrive_animation tve_anim_slide_top\" data-css=\"tve-u-160dbcd2c5b\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_top&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" data-tag=\"h1\" wfd-id=\"536\"><h1 style=\"text-align: center;\">Best Memories</h1></div><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-160dbceed3d\" data-tcb_hover_state_parent=\"\" wfd-id=\"531\">\n<a href=\"\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"532\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-160dbe24f38\" wfd-id=\"533\"><strong>Make a reservation now</strong></span></span>\n</a>\n</div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1635e6aad72\" wfd-id=\"488\">\n<div class=\"tve-page-section-out\" wfd-id=\"526\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1635e6b4c72\" wfd-id=\"489\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160df4eae6d\" style=\"\" wfd-id=\"490\"><div class=\"tcb-flex-row tcb-medium-wrap tcb-resized tcb--cols--2\" data-css=\"tve-u-160df4bedf0\" wfd-id=\"491\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1635e9cce4d\" style=\"\" wfd-id=\"513\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160df8c3360\" wfd-id=\"515\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1635e97f913\" wfd-id=\"516\">\n<div class=\"tve-content-box-background\" wfd-id=\"525\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1635eadb72e\" wfd-id=\"517\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1636292fe99\" wfd-id=\"524\"><h4>A short story about us</h4></div><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-160df8deee2\" data-tag=\"h2\" wfd-id=\"521\"><h2>Welcome</h2></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-163629240b8\" wfd-id=\"518\"><p>Our vision is simple: create an environment of excitement and wonder.</p><p><br></p><p>We provide you with the fresh feeling that you need in summer and the cozyness you long for in winter.</p><p><br></p><p>We create the best experiences for you to share with friends.</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1635e9cce8b\" style=\"\" wfd-id=\"492\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160e5adb400\" wfd-id=\"494\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160df4c6424\" wfd-id=\"495\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-160df4db074\" wfd-id=\"512\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160df4f4d0e\" wfd-id=\"496\"><div class=\"tcb-clear\" data-css=\"tve-u-160df52e534\" wfd-id=\"497\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160df51ca21\" wfd-id=\"498\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-160df50b366\" wfd-id=\"511\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160df519447\" wfd-id=\"499\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1635eaf037e\" wfd-id=\"510\"><h6 class=\"\" data-css=\"tve-u-1635ef4f76c\" style=\"text-align: center;\"><strong>weâ€™re open from:</strong></h6></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160df6a2fe0\" wfd-id=\"500\"><div class=\"tcb-flex-row tcb--cols--2 v-2\" data-css=\"tve-u-160df6a3578\" wfd-id=\"501\"><div class=\"tcb-flex-col\" wfd-id=\"506\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160df6d53e3\" wfd-id=\"508\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160df709fbf\" wfd-id=\"509\"><p>Mo-Fr <strong>3Pm</strong> to <strong>4Am</strong></p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"502\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160df6d74f4\" wfd-id=\"504\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160df711140\" wfd-id=\"505\"><p>Sa-Su <strong>12Pm</strong> to <strong>4Am</strong></p></div></div></div></div></div></div>\n</div></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-160e4c55d27\" wfd-id=\"438\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-160e4c34c93\" data-clip-id=\"35e31e95c7382\" wfd-id=\"487\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-35e31e95c7382\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" pointer-width=\"100\" pointer-height=\"47\" style=\"zigzag\" decoration-type=\"none\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-35e31e95c7382\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" pointer-width=\"100\" pointer-height=\"47\" style=\"zigzag\" decoration-type=\"none\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-35e31e95c7382\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" pointer-width=\"100\" pointer-height=\"47\" style=\"zigzag\" decoration-type=\"none\" clip-path=\"url(#clip-mobile-top-35e31e95c7382)\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-top-35e31e95c7382\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" pointer-width=\"100\" pointer-height=\"22\" style=\"zigzag\" decoration-type=\"none\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-160e4c24b1a\" wfd-id=\"439\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-160e4c824a2\" data-tag=\"h3\" wfd-id=\"484\"><h3 data-css=\"tve-u-163630c7fc7\" style=\"text-align: center;\">Why Youâ€™ll <strong>Love</strong> our pub</h3></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160e4dadf9c\" style=\"\" wfd-id=\"440\"><div class=\"tcb-flex-row tcb--cols--3 tcb-medium-wrap v-2\" data-css=\"tve-u-160e4da55bb\" wfd-id=\"441\"><div class=\"tcb-flex-col\" wfd-id=\"468\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160e52014b5\" data-tcb_hover_state_parent=\"\" wfd-id=\"470\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1635efec9fa\" data-float=\"1\" wfd-id=\"481\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1635f098c8e\" data-tcb_hover_state_parent=\"1\" wfd-id=\"483\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16363231ead\" wfd-id=\"482\"></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160eb218e4e\" data-float=\"1\" wfd-id=\"471\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-160eb214b56\" data-clip-id=\"a182d7c321313\" data-tcb_hover_state_parent=\"1\" wfd-id=\"480\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-a182d7c321313\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"pointer\" pointer-width=\"100\" pointer-height=\"36\" style=\"\" data-inverted=\"false\"><polygon points=\"0 0, 0 0.64, 0 0.64, 0.5 1, 1 0.64, 1 0.64, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-a182d7c321313\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"none\" pointer-width=\"100\" pointer-height=\"36\" style=\"zigzag\" clip-path=\"url(#clip-tablet-top-a182d7c321313)\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-top-a182d7c321313\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"divider\" pointer-width=\"100\" pointer-height=\"22\" style=\"zigzag\"><polygon points=\"0 1, 1 1,1 0.22, 0.5 0, 0 0.22, 0 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-a182d7c321313\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"none\" pointer-width=\"100\" pointer-height=\"36\" style=\"zigzag\" clip-path=\"url(#clip-mobile-top-a182d7c321313)\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-top-a182d7c321313\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"divider\" pointer-width=\"100\" pointer-height=\"22\" style=\"zigzag\"><polygon points=\"0 1, 1 1,1 0.22, 0.5 0, 0 0.22, 0 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160eb1a09e2\" wfd-id=\"472\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1635ef71519\" wfd-id=\"477\"><p data-css=\"tve-u-160e4fd114b\" style=\"text-align: center;\">&nbsp;original</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160e501c0b4\" wfd-id=\"473\"><p data-css=\"tve-u-160e4fe84a1\" style=\"text-align: center;\"><span data-css=\"tve-u-160e4fe6187\" style=\"font-weight: 400; font-family: &quot;Kaushan Script&quot;;\" wfd-id=\"476\">drinks</span></p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"454\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160e5276a5e\" data-tcb_hover_state_parent=\"\" wfd-id=\"456\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-163628d68f3\" data-float=\"1\" wfd-id=\"465\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1635f073915\" data-tcb_hover_state_parent=\"1\" wfd-id=\"467\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16363235afe\" wfd-id=\"466\"></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160eb2222a0\" data-float=\"1\" wfd-id=\"457\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-160eb1d9ffb\" data-clip-id=\"cb4c420ba2143\" data-tcb_hover_state_parent=\"1\" wfd-id=\"464\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-cb4c420ba2143\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"pointer\" pointer-width=\"100\" pointer-height=\"36\" style=\"zigzag\"><polygon points=\"0 0, 0 0.64, 0.5 1, 1 0.64,  1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-cb4c420ba2143\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"none\" pointer-width=\"100\" pointer-height=\"36\" style=\"zigzag\" clip-path=\"url(#clip-tablet-top-cb4c420ba2143)\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-top-cb4c420ba2143\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"divider\" pointer-width=\"100\" pointer-height=\"22\" style=\"zigzag\"><polygon points=\"0 1, 1 1,1 0.22, 0.5 0, 0 0.22, 0 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-cb4c420ba2143\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"none\" pointer-width=\"100\" pointer-height=\"36\" style=\"zigzag\" clip-path=\"url(#clip-mobile-top-cb4c420ba2143)\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-top-cb4c420ba2143\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"divider\" pointer-width=\"100\" pointer-height=\"22\" style=\"zigzag\"><polygon points=\"0 1, 1 1,1 0.22, 0.5 0, 0 0.22, 0 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160eb1a09e2\" wfd-id=\"458\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1635ef72920\" wfd-id=\"463\"><p data-css=\"tve-u-160e4fd114b\" style=\"text-align: center;\">&nbsp;tasty</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160e501c0b4\" wfd-id=\"459\"><p data-css=\"tve-u-160e4fe84a1\" style=\"text-align: center;\"><span data-css=\"tve-u-160e4fe6187\" style=\"font-weight: 400; font-family: &quot;Kaushan Script&quot;;\" wfd-id=\"462\">food</span></p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"442\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160e52fbe2f\" data-tcb_hover_state_parent=\"\" wfd-id=\"444\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1635f0a8c87\" wfd-id=\"451\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1635f0b76b1\" data-tcb_hover_state_parent=\"1\" wfd-id=\"453\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-1635f010773\" wfd-id=\"452\"></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160eb0e8e90\" data-float=\"1\" wfd-id=\"445\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-160eb0d7fac\" data-clip-id=\"dd364f1962bc7\" data-tcb_hover_state_parent=\"1\" wfd-id=\"450\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-dd364f1962bc7\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"pointer\" pointer-width=\"100\" pointer-height=\"36\" style=\"zigzag\"><polygon points=\"0 0, 0 0.64, 0.5 1, 1 0.64,  1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-dd364f1962bc7\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"none\" pointer-width=\"100\" pointer-height=\"36\" style=\"zigzag\" clip-path=\"url(#clip-tablet-top-dd364f1962bc7)\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-top-dd364f1962bc7\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"divider\" pointer-width=\"100\" pointer-height=\"22\" style=\"zigzag\"><polygon points=\"0 1, 1 1,1 0.22, 0.5 0, 0 0.22, 0 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-dd364f1962bc7\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"none\" pointer-width=\"100\" pointer-height=\"36\" style=\"zigzag\" clip-path=\"url(#clip-mobile-top-dd364f1962bc7)\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-top-dd364f1962bc7\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"divider\" pointer-width=\"100\" pointer-height=\"22\" style=\"zigzag\"><polygon points=\"0 1, 1 1,1 0.22, 0.5 0, 0 0.22, 0 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160eb1a09e2\" wfd-id=\"446\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160eb1b0e14\" wfd-id=\"449\"><p data-css=\"tve-u-160e4fd114b\" style=\"text-align: center;\">&nbsp;great</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160e501c0b4\" wfd-id=\"447\"><p data-css=\"tve-u-160e4fe84a1\" style=\"text-align: center;\"><span data-css=\"tve-u-160e4fe6187\" style=\"font-weight: 400; font-family: &quot;Kaushan Script&quot;;\" wfd-id=\"448\">ambiance</span></p></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-160e9d15bdf\" wfd-id=\"281\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-160e9d118ed\" wfd-id=\"437\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-160e9d0c61d\" wfd-id=\"282\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160e9e2aeab\" wfd-id=\"436\"><h3>Take a look at</h3></div><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-160e9e41664\" data-tag=\"h2\" wfd-id=\"433\"><h2>Our Menu</h2></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160e9dff371\" wfd-id=\"283\">\n<div class=\"tve-content-box-background\" wfd-id=\"432\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160e9e03630\" wfd-id=\"284\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160ea7cae88\" wfd-id=\"285\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2\" data-css=\"tve-u-160ea7c9db0\" wfd-id=\"286\"><div class=\"tcb-flex-col\" wfd-id=\"309\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"311\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-160eb3ad20a\" wfd-id=\"429\"><h4>Drinks</h4></div><div class=\"tcb-clear\" data-css=\"tve-u-160ea7bf191\" wfd-id=\"376\"><div class=\"thrv_wrapper thrv_toggle_shortcode\" data-hover-color=\"rgba(18, 21, 25, 0.8)\" data-css=\"tve-u-160e9f87397\" wfd-id=\"377\">\n<div class=\"tve_faq\" wfd-id=\"378\">\n<div class=\"tve_faqI\" wfd-id=\"379\">\n<div class=\"tve_faqB\" wfd-id=\"422\"><span class=\"tve_not_editable tve_toggle\" wfd-id=\"428\"></span>\n<h4 class=\"tve_editable\" data-css=\"tve-u-160eb470891\"><span data-css=\"tve-u-160eb4708df\" style=\"font-family: Lato,arial;\" wfd-id=\"427\">alcoholic drinks</span></h4>\n</div>\n<div class=\"tve_faqC tve_empty_dropzone\" style=\"display: none;\" wfd-id=\"380\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160e9fad83c\" wfd-id=\"394\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-160eaa7faeb\" wfd-id=\"395\"><div class=\"tcb-flex-col\" wfd-id=\"414\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160eb4a305a\" wfd-id=\"416\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160ea977bf3\" wfd-id=\"417\"><h3 data-css=\"tve-u-160f8d013c3\"><strong>Beer (bottle)</strong></h3><p><br></p><p data-css=\"tve-u-160eb4a45fb\">Heineken</p><p data-css=\"tve-u-160eb49e1f7\">Paulaner</p><p data-css=\"tve-u-160eb4a4600\">Budweiser American Ale</p><p data-css=\"tve-u-160eb4a4603\">Land Shark Lager</p><p data-css=\"tve-u-160eb4a4605\">Scrumpy</p><p data-css=\"tve-u-160eb4a4608\">JackFirestone</p><p data-css=\"tve-u-160eb4a460a\">Walker Fortem</p><p data-css=\"tve-u-160eb4a460d\">Live Oak Hefeweizen</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"396\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160f8cfbf40\" wfd-id=\"398\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160ea9789a4\" wfd-id=\"399\"><h3 data-css=\"tve-u-160f8cf3d89\"><strong>Beer (draught)</strong></h3><p><br></p><p data-css=\"tve-u-160eb4b6f9b\"><span data-css=\"tve-u-160f8ceeb77\" wfd-id=\"413\">Guiness</span></p><p data-css=\"tve-u-160eb4b6fc8\"><span data-css=\"tve-u-160f8cef20d\" wfd-id=\"411\"><span data-css=\"tve-u-160f8ceeb79\" wfd-id=\"412\">Stela Artois</span></span></p><p data-css=\"tve-u-160eb4b6fcb\"><span data-css=\"tve-u-160f8cef245\" wfd-id=\"409\"><span data-css=\"tve-u-160f8ceebb3\" wfd-id=\"410\">Grolsch (Unfiltered)</span></span></p><p data-css=\"tve-u-160eb4b6fcd\"><span data-css=\"tve-u-160f8cef27e\" wfd-id=\"407\"><span data-css=\"tve-u-160f8ceebeb\" wfd-id=\"408\">Newcastle Brown Ale</span></span></p><p data-css=\"tve-u-160eb4b6fd0\"><span data-css=\"tve-u-160f8cef2b7\" wfd-id=\"405\"><span data-css=\"tve-u-160f8ceec23\" wfd-id=\"406\">Corona Extra</span></span></p><p data-css=\"tve-u-160eb4b6fd3\"><span data-css=\"tve-u-160f8cef2f1\" wfd-id=\"403\"><span data-css=\"tve-u-160f8ceec5c\" wfd-id=\"404\">Sam Adams</span></span></p><p data-css=\"tve-u-160eb4b6fd5\"><span data-css=\"tve-u-160f8ceec94\" wfd-id=\"402\">Miller Lite</span></p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160ea89b12a\" wfd-id=\"381\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-160eaa7faee\" wfd-id=\"382\"><div class=\"tcb-flex-col\" wfd-id=\"388\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160f8cddeb4\" wfd-id=\"390\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160ea976e63\" wfd-id=\"391\"><h3 data-css=\"tve-u-160f8cd7871\"><strong>Cocktails</strong></h3><p data-css=\"tve-u-160f8cd7919\"><br></p><p data-css=\"tve-u-160f8cd794f\">Gin &amp; Tonic</p><p data-css=\"tve-u-160f8cd7987\">Vodka Orange</p><p data-css=\"tve-u-160f8cd79c1\">Wiskey Sour</p><p data-css=\"tve-u-160f8cd79f8\">Boulevardier</p><p data-css=\"tve-u-160f8cd7a30\">Daiquiri</p><p data-css=\"tve-u-160f8cd7a68\">Martini</p><p data-css=\"tve-u-160f8cd7aa1\">Ramos Gin Fizz</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"383\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160ea928596\" wfd-id=\"385\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160ea9729a9\" wfd-id=\"387\"><h3 data-css=\"tve-u-160ea90d163\"><strong>Wine</strong></h3><p data-css=\"tve-u-160f8cc8efc\"><br></p><p data-css=\"tve-u-160f8cc8f31\"><br></p><p data-css=\"tve-u-160ea9400e0\"><strong>White</strong></p><p data-css=\"tve-u-160f8cc8f9a\"><br></p><p data-css=\"tve-u-160f8cc8fce\">Sidebar Sauvignon Blanc High Valley</p><p data-css=\"tve-u-160ea9104fd\"><br></p><p data-css=\"tve-u-160ea7224b9\">Mazzei Maremma Toscana Tenuta</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160ea9357c7\" wfd-id=\"386\"><p data-css=\"tve-u-160f8cc591b\"><br></p><p data-css=\"tve-u-160ea71c62c\"><strong>Red</strong></p><p data-css=\"tve-u-160f8cc5953\"><br></p><p data-css=\"tve-u-160ea79970d\">MarquÃ©s de CÃ¡ceres</p><p data-css=\"tve-u-160ea799710\">Rioja ReservaBelguardo</p></div></div></div></div></div></div>\n</div>\n</div>\n</div></div><div class=\"tcb-clear\" data-css=\"tve-u-160ea7bf191\" wfd-id=\"312\"><div class=\"thrv_wrapper thrv_toggle_shortcode\" data-hover-color=\"rgba(18, 21, 25, 0.8)\" data-css=\"tve-u-160eab45a4f\" wfd-id=\"313\">\n<div class=\"tve_faq\" wfd-id=\"330\">\n<div class=\"tve_faqI\" wfd-id=\"331\">\n<div class=\"tve_faqB\" wfd-id=\"371\"><span class=\"tve_not_editable tve_toggle\" wfd-id=\"375\"></span>\n<h4 class=\"tve_editable\" data-css=\"tve-u-160eb475d09\"><span data-css=\"tve-u-160eb475d4c\" style=\"font-family: Lato,arial;\" wfd-id=\"374\">soft drinks</span></h4>\n</div>\n<div class=\"tve_faqC tve_empty_dropzone\" style=\"display: none;\" wfd-id=\"332\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160eaa73bda\" wfd-id=\"355\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-160e9fac06c\" wfd-id=\"356\"><div class=\"tcb-flex-col\" wfd-id=\"365\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160f8cb9d70\" wfd-id=\"367\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160ea977bf3\" wfd-id=\"368\"><h3 data-css=\"tve-u-160f8cb610d\"><strong>Coffee</strong></h3><p data-css=\"tve-u-160f8cb6183\"><br></p><p data-css=\"tve-u-160f8cb61bc\">Expresso</p><p data-css=\"tve-u-160ea6ba060\">Expresso Machiato</p><p data-css=\"tve-u-160ea6ba063\">Irish Coffee</p><p data-css=\"tve-u-160ea6ba065\">Cafe Mendoza</p><p data-css=\"tve-u-160ea6ba067\">Latte</p><p data-css=\"tve-u-160ea6ba06a\">Americano</p><p data-css=\"tve-u-160ea6ba06c\">Baileys Irish Cream Coffee</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"357\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160f8c978c9\" wfd-id=\"359\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160f8c8c841\" wfd-id=\"360\"><h3 data-css=\"tve-u-160f8cb0034\"><strong>Juice</strong></h3><p data-css=\"tve-u-160f8cb00a7\"><br></p><p data-css=\"tve-u-160f8cb00e0\">Coca Cola</p><p data-css=\"tve-u-160f8cb011c\">Fanta</p><p data-css=\"tve-u-160f8cb0157\">Sprite</p><p data-css=\"tve-u-160f8cb0191\">Almdudler</p><p data-css=\"tve-u-160f8cb01cb\">Fresh mix&nbsp;</p><ul class=\"\" wfd-id=\"363\"><li class=\"\" data-css=\"tve-u-160ea9c9c07\" wfd-id=\"364\">Orange/ Grapefruit/Apple</li></ul><p data-css=\"tve-u-160f8cb0240\">Sam Adams</p><p data-css=\"tve-u-160f8cb027b\">Miller Lite</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160eaa8db54\" wfd-id=\"333\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-160ea89ac22\" wfd-id=\"334\"><div class=\"tcb-flex-col\" wfd-id=\"339\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"341\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160ea976e63\" wfd-id=\"342\"><h3 data-css=\"tve-u-160ea54ea72\"><span data-css=\"tve-u-160f8c69135\" wfd-id=\"354\"><strong>Smoothie</strong></span></h3><p><span data-css=\"tve-u-160f8c699b9\" wfd-id=\"352\"><span data-css=\"tve-u-160f8c691a5\" wfd-id=\"353\"><br></span></span></p><p data-css=\"tve-u-160ea6ba05c\"><span data-css=\"tve-u-160f8c699f6\" wfd-id=\"350\"><span data-css=\"tve-u-160f8c691dc\" wfd-id=\"351\">Cherry &amp; Kale</span></span></p><p data-css=\"tve-u-160ea6ba05c\"><span data-css=\"tve-u-160f8c69a2f\" wfd-id=\"348\"><span data-css=\"tve-u-160f8c69216\" wfd-id=\"349\">Blueberry &amp; Avocado</span></span></p><p data-css=\"tve-u-160ea6ba05c\"><span data-css=\"tve-u-160f8c69a67\" wfd-id=\"346\"><span data-css=\"tve-u-160f8c69250\" wfd-id=\"347\">Banana &amp; Milk</span></span></p><p data-css=\"tve-u-160ea6ba05c\"><span data-css=\"tve-u-160f8c69289\" wfd-id=\"345\">Pear &amp; Chocolate</span></p><p data-css=\"tve-u-160f8c626b2\">Veggie &amp; Green</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"335\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160ea928596\" wfd-id=\"337\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160f8c59f19\" wfd-id=\"338\"><h3 data-css=\"tve-u-160f8c5888c\"><strong>Lemonade</strong></h3><p data-css=\"tve-u-160f8c58926\"><br></p><p data-css=\"tve-u-160f8c58957\">Classic</p><p data-css=\"tve-u-160eaa5aa50\">Mint&nbsp;</p><p data-css=\"tve-u-160f8c589bd\">Orange &amp; Lime</p><p data-css=\"tve-u-160eaa62df8\">Watermelon</p></div></div></div></div></div></div>\n</div>\n</div>\n<div class=\"tve_faq\" wfd-id=\"314\">\n<div class=\"tve_faqI\" wfd-id=\"315\">\n<div class=\"tve_faqB\" wfd-id=\"325\"><span class=\"tve_not_editable tve_toggle\" wfd-id=\"329\"></span>\n<h4 class=\"tve_editable\">ADDITIONAL SPIRITS</h4>\n</div>\n<div class=\"tve_faqC\" style=\"display: none;\" wfd-id=\"316\"><div class=\"thrv_wrapper tcb-row-empty thrv-columns\" data-css=\"tve-u-1689b6473cd\" wfd-id=\"317\"><div class=\"tcb-flex-row tcb--cols--2\" wfd-id=\"318\"><div class=\"tcb-flex-col\" wfd-id=\"322\"><div class=\"tcb-col\" wfd-id=\"324\"></div></div><div class=\"tcb-flex-col\" wfd-id=\"319\"><div class=\"tcb-col\" wfd-id=\"321\"></div></div></div></div></div>\n</div>\n</div></div></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"287\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160eb38e170\" wfd-id=\"289\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-160eaaf84a6\" wfd-id=\"308\"><h4 class=\"\">Food</h4></div><div class=\"tcb-clear\" data-css=\"tve-u-160ea7bf191\" wfd-id=\"298\"><div class=\"thrv_wrapper thrv_toggle_shortcode\" data-hover-color=\"rgba(18, 21, 25, 0.8)\" data-css=\"tve-u-160ead973a1\" wfd-id=\"299\">\n<div class=\"tve_faq\" wfd-id=\"300\">\n<div class=\"tve_faqI\" wfd-id=\"301\">\n<div class=\"tve_faqB\" wfd-id=\"303\"><span class=\"tve_not_editable tve_toggle\" wfd-id=\"307\"></span>\n<h4 class=\"tve_editable\" data-css=\"tve-u-160eb47f143\"><span data-css=\"tve-u-160eb47f16a\" wfd-id=\"306\">starters</span></h4>\n</div>\n<div class=\"tve_faqC tve_empty_dropzone\" style=\"display: none;\" wfd-id=\"302\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160eb521486\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-160eb54da29\"><div class=\"tcb-flex-col\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160e9fbbfa0\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160f8c2bf72\"><h3 data-css=\"tve-u-160f8c28393\"><strong>Snacks</strong></h3><p data-css=\"tve-u-160f8c283f9\"><br></p><p data-css=\"tve-u-160f8c2842b\">Chips</p><p data-css=\"tve-u-160f8c28460\">Hazelnuts</p><p data-css=\"tve-u-160f8c28493\">Peanuts</p><p data-css=\"tve-u-160f8c284c6\">Tortilla chips</p><p data-css=\"tve-u-160f8c25bba\">Chocolate croissants</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160e9fc2c51\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160ea9c1e15\"><h3 data-css=\"tve-u-160eb553062\"><strong>Meals</strong></h3><p data-css=\"tve-u-160eb5530cd\"><br></p><p data-css=\"tve-u-160eb553103\">Crab cakes<u>â€‹</u></p><p data-css=\"tve-u-160eb553138\">Chicken wings</p><p data-css=\"tve-u-160eb55316d\">White beans with herbs</p><p data-css=\"tve-u-160eb5531a1\">Stuffed mushrooms</p><p data-css=\"tve-u-160eb5531d8\">Smoked salmon spread</p><p data-css=\"tve-u-160eb55320f\">Authentic houmous</p></div></div></div></div></div></div>\n</div>\n</div>\n</div></div><div class=\"tcb-clear\" data-css=\"tve-u-160ea7bf191\" wfd-id=\"290\"><div class=\"thrv_wrapper thrv_toggle_shortcode\" data-hover-color=\"rgba(18, 21, 25, 0.8)\" data-css=\"tve-u-160eb42c2ca\" wfd-id=\"291\">\n<div class=\"tve_faq\" wfd-id=\"292\">\n<div class=\"tve_faqI\" wfd-id=\"293\">\n<div class=\"tve_faqB\" wfd-id=\"295\"><span class=\"tve_not_editable tve_toggle\" wfd-id=\"297\"></span>\n<h4 class=\"tve_editable\" data-css=\"tve-u-160e9f7868b\"><span data-css=\"tve-u-160e9f7ce0e\" wfd-id=\"296\">main course</span></h4>\n</div>\n<div class=\"tve_faqC tve_empty_dropzone\" style=\"display: none;\" wfd-id=\"294\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160ead90ba7\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-160eadcc8c9\"><div class=\"tcb-flex-col\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160f8d12a0d\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160ea977bf3\"><h3 data-css=\"tve-u-160eb5275ca\"><strong>Soup</strong></h3><p data-css=\"tve-u-160eb52762c\"><br></p><p data-css=\"tve-u-160eb52765c\">Fish soup</p><p data-css=\"tve-u-160eb52768d\">Squash &amp; parsley&nbsp;</p><p data-css=\"tve-u-160eb5276bf\">Tomato</p><p data-css=\"tve-u-160eb5276f3\">Chicken Almond<br>Arizona Mountain<br>Bayou Shrimp<br>Beef &amp; Pasta Mushroom</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160e9fc2c51\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160eb537e16\"><h3 data-css=\"tve-u-160eb5346af\"><strong>Main dish</strong></h3><p data-css=\"tve-u-160eb534715\"><br></p><p data-css=\"tve-u-160eadffc69\">Chickpea Cauliflower Korma</p><p data-css=\"tve-u-160eb53477a\">Lasagna</p><p data-css=\"tve-u-160eb5347ae\">Veggie Lasagna</p><p data-css=\"tve-u-160eb5347e1\">Pizza Capriciosa</p><p data-css=\"tve-u-160eb534816\">Pizza Margherita</p><p data-css=\"tve-u-160eb53484c\">House Burger</p></div></div></div></div></div></div>\n</div>\n</div>\n</div></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1635ee0cb15\" wfd-id=\"156\">\n<div class=\"tve-page-section-out\" wfd-id=\"280\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1635ebf2201\" wfd-id=\"157\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160f8e625a1\" wfd-id=\"276\"><h3 data-css=\"tve-u-1635f10faad\" style=\"text-align: center;\">What <span data-css=\"tve-u-1635f111354\" style=\"text-transform: uppercase;\" wfd-id=\"279\">o</span>ur customers say</h3></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1635ed91639\" wfd-id=\"158\"><div class=\"tcb-flex-row tcb--cols--3\" data-css=\"tve-u-1635ed274dc\" wfd-id=\"159\"><div class=\"tcb-flex-col\" wfd-id=\"234\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1636390be1e\" wfd-id=\"236\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1635f1b25ed\" wfd-id=\"254\">\n<div class=\"tve-content-box-background\" wfd-id=\"275\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1635f125271\" wfd-id=\"255\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1635f138d3b\" wfd-id=\"271\"><p data-css=\"tve-u-160fa718c59\"><span data-css=\"tve-u-160fa718c5e\" wfd-id=\"274\">â</span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1635f136552\" wfd-id=\"268\"><p data-css=\"tve-u-163629eed0d\">Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit. Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit.</p></div><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"2\" data-color=\"rgb(218, 144, 15)\" data-css=\"tve-u-1635f14cd1e\" wfd-id=\"267\">\n<hr class=\"tve_sep tve_sep-1\">\n</div><div class=\"tcb-clear\" data-css=\"tve-u-160f93bdfb1\" wfd-id=\"265\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1636392a6b1\" wfd-id=\"266\"><svg class=\"tcb-icon\" viewBox=\"0 0 16 28\" data-name=\"sort-desc\">\n<path d=\"M16 17c0 0.266-0.109 0.516-0.297 0.703l-7 7c-0.187 0.187-0.438 0.297-0.703 0.297s-0.516-0.109-0.703-0.297l-7-7c-0.187-0.187-0.297-0.438-0.297-0.703 0-0.547 0.453-1 1-1h14c0.547 0 1 0.453 1 1z\"></path>\n</svg></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1635f123a1e\" wfd-id=\"261\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1636393c2d2\" data-float=\"1\" wfd-id=\"262\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-160f957664d\" wfd-id=\"264\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-163629eb59f\" wfd-id=\"263\"></div>\n</div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1635f121505\" wfd-id=\"256\"><p data-css=\"tve-u-163629db329\"><strong><span data-css=\"tve-u-163629f6835\" style=\"font-size: 16px;\" wfd-id=\"260\">Josie Carter</span></strong></p><p data-css=\"tve-u-163629e77b3\"><span data-css=\"tve-u-163629f6837\" style=\"font-size: 16px;\" wfd-id=\"259\"><em>Marine Biologist</em></span></p><p data-css=\"tve-u-160f9514c00\">â€‹<br></p></div></div>\n</div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-161701a8fd1\" wfd-id=\"237\"><div class=\"tcb-flex-row tcb--cols--3 tcb-resized tcb-resizing tcb-medium-no-wrap v-2 tcb-mobile-wrap m-edit\" data-css=\"tve-u-161703e4bac\" wfd-id=\"238\"><div class=\"tcb-flex-col\" data-css=\"tve-u-16170332517\" style=\"\" wfd-id=\"248\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"250\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16170441415\" wfd-id=\"251\"><p data-css=\"tve-u-16170191bce\"><em>As seen on</em></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1617033251d\" style=\"width: 85px;\" wfd-id=\"243\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"245\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16170185cb5\" wfd-id=\"246\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"247\"><img class=\"tve_image wp-image-3532\" alt=\"\" width=\"45\" height=\"30\" title=\"trip-advisor-logo_03\" data-id=\"3532\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/trip-advisor-logo_03.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1617033371d\" style=\"\" wfd-id=\"239\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"241\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16170442200\" wfd-id=\"242\"><p data-css=\"tve-u-161701c9195\"><a href=\"https://www.tripadvisor.com/\" target=\"_blank\"><u>See more reviews</u></a><u>â€‹â€‹â€‹â€‹</u></p></div></div></div></div></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"196\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-163639549e4\" wfd-id=\"198\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1635f1b3fee\" wfd-id=\"214\">\n<div class=\"tve-content-box-background\" wfd-id=\"233\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16362a05c8f\" wfd-id=\"215\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1636390935e\" wfd-id=\"229\"><p data-css=\"tve-u-160fa718c59\"><span data-css=\"tve-u-160fa718c5e\" wfd-id=\"232\">â</span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1636951d241\" wfd-id=\"226\"><p data-css=\"tve-u-16362a0d7c6\">Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae erat consequat auctor eu in elit. Class aptent!</p></div><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"2\" data-color=\"rgb(218, 144, 15)\" data-css=\"tve-u-16369519850\" wfd-id=\"225\">\n<hr class=\"tve_sep tve_sep-1\">\n</div><div class=\"tcb-clear\" data-css=\"tve-u-160f93bdfb1\" wfd-id=\"223\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1636392e791\" wfd-id=\"224\"><svg class=\"tcb-icon\" viewBox=\"0 0 16 28\" data-name=\"sort-desc\">\n<path d=\"M16 17c0 0.266-0.109 0.516-0.297 0.703l-7 7c-0.187 0.187-0.438 0.297-0.703 0.297s-0.516-0.109-0.703-0.297l-7-7c-0.187-0.187-0.297-0.438-0.297-0.703 0-0.547 0.453-1 1-1h14c0.547 0 1 0.453 1 1z\"></path>\n</svg></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1635ec5add7\" wfd-id=\"219\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1636393da63\" data-float=\"1\" wfd-id=\"220\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1635f13f574\" wfd-id=\"222\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16362a05cc8\" wfd-id=\"221\"></div>\n</div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160fa6805d4\" wfd-id=\"216\"><p data-css=\"tve-u-16362a08679\"><strong>Jesse O\'neil</strong></p><p data-css=\"tve-u-16362a0a74e\"><em>Advertising</em></p><p data-css=\"tve-u-16362a0a750\">â€‹<br></p></div></div>\n</div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16170325257\" wfd-id=\"199\"><div class=\"tcb-flex-row tcb--cols--3 tcb-resized tcb-medium-no-wrap v-2 tcb-mobile-wrap m-edit\" data-css=\"tve-u-1617045651a\" wfd-id=\"200\"><div class=\"tcb-flex-col\" data-css=\"tve-u-16170334a49\" style=\"\" wfd-id=\"210\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"212\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-161704435d7\" wfd-id=\"213\"><p data-css=\"tve-u-16170191bce\"><em>As seen on</em></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-16170334a4f\" style=\"\" wfd-id=\"205\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"207\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-161702e8042\" wfd-id=\"208\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"209\"><img class=\"tve_image wp-image-3538\" alt=\"\" width=\"52\" height=\"31\" title=\"foursquare-logo_03\" data-id=\"3538\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/foursquare-logo_03.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-161703373d0\" style=\"\" wfd-id=\"201\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"203\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16170445bb9\" wfd-id=\"204\"><p data-css=\"tve-u-161701c9195\"><a href=\"https://foursquare.com/\" target=\"_blank\"><u>See more reviewsâ€‹â€‹â€‹â€‹</u></a></p></div></div></div></div></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"160\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16363524c1e\" wfd-id=\"162\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1635ebfe4fc\" wfd-id=\"178\">\n<div class=\"tve-content-box-background\" wfd-id=\"195\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1635ec2801b\" wfd-id=\"179\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1635f139f5c\" wfd-id=\"191\"><p data-css=\"tve-u-160fa718c59\"><span data-css=\"tve-u-160fa718c5e\" wfd-id=\"194\">â</span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160f961e617\" wfd-id=\"190\"><p data-css=\"tve-u-16362a2156e\">Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Mauris in erat justo. Nullam ac urna eu felis dapibus condimentum sit amet a augue. Sed non neque elit.</p></div><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"2\" data-color=\"rgb(218, 144, 15)\" data-css=\"tve-u-160f9405e56\" wfd-id=\"189\">\n<hr class=\"tve_sep tve_sep-1\">\n</div><div class=\"tcb-clear\" data-css=\"tve-u-160f93bdfb1\" wfd-id=\"187\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1635ed98a8a\" wfd-id=\"188\"><svg class=\"tcb-icon\" viewBox=\"0 0 16 28\" data-name=\"sort-desc\">\n<path d=\"M16 17c0 0.266-0.109 0.516-0.297 0.703l-7 7c-0.187 0.187-0.438 0.297-0.703 0.297s-0.516-0.109-0.703-0.297l-7-7c-0.187-0.187-0.297-0.438-0.297-0.703 0-0.547 0.453-1 1-1h14c0.547 0 1 0.453 1 1z\"></path>\n</svg></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1635ec5add7\" wfd-id=\"183\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160f9562c14\" data-float=\"1\" wfd-id=\"184\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1635f187bfc\" wfd-id=\"186\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-1635edf3681\" wfd-id=\"185\"></div>\n</div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160fa6805d4\" wfd-id=\"180\"><p data-css=\"tve-u-163629df961\"><strong><span data-css=\"tve-u-16362a29860\" style=\"font-size: 16px;\" wfd-id=\"182\">Gabriel Jones</span></strong></p><p data-css=\"tve-u-16362a2c533\"><span data-css=\"tve-u-16362a29862\" style=\"font-size: 16px;\" wfd-id=\"181\"><em>Brand Management Consultant</em></span></p><p data-css=\"tve-u-160f9514c00\"><strong>â€‹</strong><br></p></div></div>\n</div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-161703268c0\" wfd-id=\"163\"><div class=\"tcb-flex-row tcb--cols--3 tcb-resized tcb-medium-no-wrap v-2 tcb-mobile-wrap m-edit\" data-css=\"tve-u-161701a2f15\" wfd-id=\"164\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1617019989e\" style=\"\" wfd-id=\"174\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"176\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16170471614\" wfd-id=\"177\"><p data-css=\"tve-u-16170191bce\"><em>As seen on</em></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-161701998d2\" style=\"\" wfd-id=\"169\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"171\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1617031f43b\" wfd-id=\"172\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"173\"><img class=\"tve_image wp-image-3542\" alt=\"\" width=\"49\" height=\"24\" title=\"yelp-logo_03\" data-id=\"3542\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/yelp-logo_03.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-161701c1618\" style=\"\" wfd-id=\"165\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"167\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-161701b642a\" wfd-id=\"168\"><p data-css=\"tve-u-161701c9195\"><a href=\"https://www.yelp.com/\" target=\"_blank\"><u>See more reviews</u></a><u>â€‹â€‹â€‹â€‹</u></p></div></div></div></div></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-160f96ef669\" wfd-id=\"114\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-160f96f5e19\" data-clip-id=\"c22944d35542f\" wfd-id=\"155\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-c22944d35542f\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" pointer-width=\"100\" pointer-height=\"14\" style=\"zigzag\" decoration-type=\"none\" clip-path=\"url(#clip-top-c22944d35542f)\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-c22944d35542f\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" pointer-width=\"100\" pointer-height=\"14\" style=\"zigzag\" decoration-type=\"none\" clip-path=\"url(#clip-mobile-top-c22944d35542f)\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-top-c22944d35542f\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" pointer-width=\"100\" pointer-height=\"10\" style=\"zigzag\" decoration-type=\"none\" clip-path=\"url(#clip-top-c22944d35542f)\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-top-c22944d35542f\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" pointer-width=\"100\" pointer-height=\"13\" decoration-type=\"none\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-160f96c069e\" wfd-id=\"115\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160f9714a61\" wfd-id=\"116\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-160f9734b53\" data-clip-id=\"c8e428685a637\" wfd-id=\"154\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-c8e428685a637\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"pointer\" pointer-width=\"100\" pointer-height=\"13\" style=\"zigzag\" clip-path=\"url(#clip-bottom-c8e428685a637)\"><polygon points=\"1 0.13, 0.5 0, 0 0.13, 0 0.13, 0 1, 1 1, 1 0.13\"></polygon></clipPath><clipPath id=\"clip-bottom-c8e428685a637\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"pointer\" pointer-width=\"100\" pointer-height=\"14.000000000000002\" style=\"\"><polygon points=\"0 0, 0 0.86, 0 0.86, 0.5 1, 1 0.86, 1 0.86, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-top-c8e428685a637\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"divider\" pointer-width=\"100\" pointer-height=\"13\" style=\"zigzag\" clip-path=\"url(#clip-tablet-bottom-c8e428685a637)\"><polygon points=\"0 1, 1 1,1 0.13, 0.5 0, 0 0.13, 0 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-c8e428685a637\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"divider\" pointer-width=\"100\" pointer-height=\"14\" style=\"zigzag\"><polygon points=\"0 0, 0 0.86, 0.5 1, 1 0.86,  1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-top-c8e428685a637\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"divider\" pointer-width=\"100\" pointer-height=\"10\" style=\"zigzag\" clip-path=\"url(#clip-mobile-bottom-c8e428685a637)\"><polygon points=\"0 1, 1 1,1 0.1, 0.5 0, 0 0.1, 0 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-c8e428685a637\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"divider\" pointer-width=\"100\" pointer-height=\"10\" style=\"zigzag\"><polygon points=\"0 0, 0 0.9, 0.5 1, 1 0.9,  1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160f972cd2b\" wfd-id=\"117\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160f97e6953\" wfd-id=\"150\"><p data-css=\"tve-u-160f97ddb8a\" style=\"text-align: center;\"><span data-css=\"tve-u-160f97e0356\" style=\"font-weight: 400; font-family: &quot;Kaushan Script&quot;;\" wfd-id=\"153\">Happy Hour</span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160f98a0d17\" wfd-id=\"144\"><p data-css=\"tve-u-160f9bf9be2\" style=\"text-align: center;\"><span data-css=\"tve-u-160f9bfdcb7\" wfd-id=\"148\">2 shots for the price of 1 between 18<span data-css=\"tve-u-160f9823757\" wfd-id=\"149\">&nbsp;PM&nbsp;</span>- 20 </span><span data-css=\"tve-u-160f984f29b\" wfd-id=\"147\">PM</span></p></div><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-160f98df817\" data-tcb_hover_state_parent=\"\" wfd-id=\"139\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"140\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-160fec25d20\" wfd-id=\"141\"><strong>Make a reservation now</strong></span></span>\n</a>\n</div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160f9b74c2b\" wfd-id=\"123\"><div class=\"tcb-flex-row tcb-resized tcb--cols--3 tcb-medium-no-wrap tcb-mobile-edit tcb-resizing v-2\" data-css=\"tve-u-160f9b69526\" wfd-id=\"124\"><div class=\"tcb-flex-col\" data-css=\"tve-u-160f9b7a36e\" style=\"\" wfd-id=\"135\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"137\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(176, 171, 155, 0.3)\" data-css=\"tve-u-160f9b9db80\" wfd-id=\"138\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-160f9b7a39a\" style=\"width: 97px;\" wfd-id=\"129\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160ff36e890\" wfd-id=\"131\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160fa7619dc\" wfd-id=\"132\"><p data-css=\"tve-u-160f9b916f8\" style=\"text-align: center;\">or</p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-160f9b7a3c6\" style=\"\" wfd-id=\"125\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"127\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(176, 171, 155, 0.3)\" data-css=\"tve-u-160f9bd1e50\" wfd-id=\"128\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160f9bf1aea\" wfd-id=\"118\"><p data-css=\"tve-u-160f981fb0c\" style=\"text-align: center;\"><span data-css=\"tve-u-160f9c02898\" wfd-id=\"121\"><span data-css=\"tve-u-160ff467c38\" wfd-id=\"122\">Call us</span> : 0300-984-589</span></p></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-160f9c6a4fe\" wfd-id=\"76\">\n<div class=\"tve-page-section-out\" wfd-id=\"113\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-160f9c6d0ad\" wfd-id=\"77\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160f9caae7b\" wfd-id=\"112\"><h3 data-css=\"tve-u-1635f21f43a\" style=\"text-align: center;\">our signature drinks</h3></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160f9c7f698\" wfd-id=\"78\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--4\" data-css=\"tve-u-160f9c75fb0\" wfd-id=\"79\"><div class=\"tcb-flex-col\" wfd-id=\"104\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160f9cccb99\" data-tcb_hover_state_parent=\"\" wfd-id=\"106\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1616a9cfa4b\" wfd-id=\"107\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1616a721403\" wfd-id=\"111\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1616a74e73b\" wfd-id=\"108\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1616a5e01ba\" wfd-id=\"109\"><p data-css=\"tve-u-160f9d496b3\" style=\"text-align: center;\"><span data-css=\"tve-u-160f9d5377f\" style=\"font-weight: 400; font-family: &quot;Kaushan Script&quot;;\" wfd-id=\"110\">Wiskey Sour</span></p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"96\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160f9d08737\" data-tcb_hover_state_parent=\"\" wfd-id=\"98\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1616a9d1ca7\" wfd-id=\"99\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1616a721403\" wfd-id=\"103\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1616a74e73b\" wfd-id=\"100\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1616a5e01ba\" wfd-id=\"101\"><p data-css=\"tve-u-160f9d496b3\" style=\"text-align: center;\"><span data-css=\"tve-u-160f9d5377f\" style=\"font-weight: 400; font-family: &quot;Kaushan Script&quot;;\" wfd-id=\"102\">Boulevardier</span></p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"88\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160f9d0b00e\" data-tcb_hover_state_parent=\"\" wfd-id=\"90\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1616a9d3730\" wfd-id=\"91\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1616a721403\" wfd-id=\"95\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1616a74e73b\" wfd-id=\"92\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1616a5e01ba\" wfd-id=\"93\"><p data-css=\"tve-u-160f9d496b3\" style=\"text-align: center;\"><span data-css=\"tve-u-160f9d5377f\" style=\"font-weight: 400; font-family: &quot;Kaushan Script&quot;;\" wfd-id=\"94\">Gin Fizz</span></p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"80\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160f9d0c9a0\" data-tcb_hover_state_parent=\"\" wfd-id=\"82\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1616a708b49\" wfd-id=\"83\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1616a721403\" wfd-id=\"87\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1616a74e73b\" wfd-id=\"84\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1616a5e01ba\" wfd-id=\"85\"><p data-css=\"tve-u-160f9d496b3\" style=\"text-align: center;\"><span data-css=\"tve-u-160f9d5377f\" style=\"font-weight: 400; font-family: &quot;Kaushan Script&quot;;\" wfd-id=\"86\">Spicy Tequila Shot</span></p></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-160fe140452\" style=\"\" wfd-id=\"41\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-16362e0aed9\" wfd-id=\"75\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-160fe13ce28\" wfd-id=\"42\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160f9ec40fc\" wfd-id=\"43\"><div class=\"tcb-flex-row tcb--cols--2 tcb-medium-no-wrap v-2 tcb-mobile-wrap m-edit\" data-css=\"tve-u-160f9ebf905\" wfd-id=\"44\"><div class=\"tcb-flex-col\" wfd-id=\"49\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160f9ee08be\" wfd-id=\"51\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160fa01d193\" wfd-id=\"52\">\n<div class=\"tve-content-box-background\" wfd-id=\"74\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"53\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1635f273315\" wfd-id=\"72\"><h4 data-css=\"tve-u-1635f28650b\"><strong><span data-css=\"tve-u-16362a7e959\" style=\"text-transform: none;\" wfd-id=\"73\">Your</span></strong><br><strong>Company name</strong></h4></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16362aabe81\" wfd-id=\"64\">\n<div class=\"tve-content-box-background\" wfd-id=\"71\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1635e5d9ba1\" wfd-id=\"65\"><div class=\"tcb-clear\" data-css=\"tve-u-16363d2efc4\" wfd-id=\"69\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-16362a8dd87\" data-float=\"1\" wfd-id=\"70\"><svg class=\"tcb-icon\" viewBox=\"0 0 16 28\" data-name=\"map-marker\">\n<path d=\"M12 10c0-2.203-1.797-4-4-4s-4 1.797-4 4 1.797 4 4 4 4-1.797 4-4zM16 10c0 0.953-0.109 1.937-0.516 2.797l-5.688 12.094c-0.328 0.688-1.047 1.109-1.797 1.109s-1.469-0.422-1.781-1.109l-5.703-12.094c-0.406-0.859-0.516-1.844-0.516-2.797 0-4.422 3.578-8 8-8s8 3.578 8 8z\"></path>\n</svg></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160df4565d1\" wfd-id=\"66\"><p data-css=\"tve-u-1636311d040\">Your Pub Adress Goes Here</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1636301dc81\" wfd-id=\"59\">\n<div class=\"tve-content-box-background\" wfd-id=\"63\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1635e5d9ba1\" wfd-id=\"60\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-16362aa4888\" wfd-id=\"62\"><svg class=\"tcb-icon\" viewBox=\"0 0 22 28\" data-name=\"phone\">\n<path d=\"M22 19.375c0 0.562-0.25 1.656-0.484 2.172-0.328 0.766-1.203 1.266-1.906 1.656-0.922 0.5-1.859 0.797-2.906 0.797-1.453 0-2.766-0.594-4.094-1.078-0.953-0.344-1.875-0.766-2.734-1.297-2.656-1.641-5.859-4.844-7.5-7.5-0.531-0.859-0.953-1.781-1.297-2.734-0.484-1.328-1.078-2.641-1.078-4.094 0-1.047 0.297-1.984 0.797-2.906 0.391-0.703 0.891-1.578 1.656-1.906 0.516-0.234 1.609-0.484 2.172-0.484 0.109 0 0.219 0 0.328 0.047 0.328 0.109 0.672 0.875 0.828 1.188 0.5 0.891 0.984 1.797 1.5 2.672 0.25 0.406 0.719 0.906 0.719 1.391 0 0.953-2.828 2.344-2.828 3.187 0 0.422 0.391 0.969 0.609 1.344 1.578 2.844 3.547 4.813 6.391 6.391 0.375 0.219 0.922 0.609 1.344 0.609 0.844 0 2.234-2.828 3.187-2.828 0.484 0 0.984 0.469 1.391 0.719 0.875 0.516 1.781 1 2.672 1.5 0.313 0.156 1.078 0.5 1.188 0.828 0.047 0.109 0.047 0.219 0.047 0.328z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160df4565d1\" wfd-id=\"61\"><p data-css=\"tve-u-1636311dda3\" style=\"text-align: left;\">0364 - 300 - 946</p></div></div>\n</div><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-160fa182f82\" data-tcb_hover_state_parent=\"\" wfd-id=\"54\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"55\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-160fa198fbb\" wfd-id=\"56\">Make a reservation now</span></span>\n</a>\n</div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"45\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160fa1c8dca\" wfd-id=\"47\"><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-160fa11f4f2\" wfd-id=\"48\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=London&amp;t=m&amp;z=12&amp;output=embed&amp;iwloc=near\"></iframe>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16362e2956e\" wfd-id=\"27\">\n<div class=\"tve-page-section-out\" wfd-id=\"40\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16362e27bcb\" wfd-id=\"28\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160fa4daf17\" wfd-id=\"29\"><div class=\"tcb-flex-row tcb--cols--2 v-2\" data-css=\"tve-u-160fa4d8d4f\" wfd-id=\"30\"><div class=\"tcb-flex-col\" wfd-id=\"36\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"38\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160fa4b581e\" wfd-id=\"39\"><p data-css=\"tve-u-160fa489bd9\" style=\"text-align: left;\">Â© 2018 , Your company name . All rights reserved.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"31\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160fec923bf\" wfd-id=\"33\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160fec99b6f\" wfd-id=\"34\"><p style=\"text-align: right;\" data-css=\"tve-u-16363b1b458\"><span style=\"color: rgba(3, 9, 14, 0.5);\" data-css=\"tve-u-16363b4867f\" wfd-id=\"35\"><u>â€‹</u>â€‹â€‹â€‹â€‹Made with</span> <a href=\"https://thrivethemes.com/\" target=\"_blank\">Thrive Architect</a></p></div></div></div></div></div></div>\n</div>'),(5881,428,'tve_revision_tve_has_wistia_popover','0'),(5882,428,'tve_revision_tve_landing_page','tcb2-thrivebiz-pub'),(5883,428,'tve_revision_tve_landing_set',''),(5884,428,'tve_revision_tve_disable_theme_dependency','1'),(5885,428,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16369563890\" wfd-id=\"527\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1636956410b\" data-clip-id=\"ebde87302d0be\" wfd-id=\"571\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1636955fbd2\" wfd-id=\"528\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160dbb50aca\" data-float=\"1\" wfd-id=\"565\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-160db84bfac\" data-clip-id=\"eb17500f3af4b\" wfd-id=\"570\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-eb17500f3af4b\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"divider\" pointer-width=\"100\" pointer-height=\"25\" style=\"zigzag\"><polygon points=\"0 0, 0 0.75, 0.5 1, 1 0.75,  1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-eb17500f3af4b\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"divider\" pointer-width=\"100\" pointer-height=\"25\" style=\"zigzag\"><polygon points=\"0 0, 0 0.75, 0.5 1, 1 0.75,  1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-eb17500f3af4b\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"pointer\" pointer-width=\"100\" pointer-height=\"15\" style=\"\" clip-path=\"url(#clip-mobile-top-eb17500f3af4b)\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 0 1, 0.5 0.85, 1 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-top-eb17500f3af4b\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"none\" pointer-width=\"5\" pointer-height=\"5\" style=\"zigzag\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160db85dabe\" wfd-id=\"566\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1635e6448aa\" wfd-id=\"567\"><h4 style=\"text-align: center;\"><strong>Your<br>&nbsp;â‰‘ &nbsp; &nbsp; &nbsp;Company Name &nbsp; &nbsp; &nbsp;â‰‘</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1635e5cbf37\" wfd-id=\"543\"><div class=\"tcb-flex-row tcb--cols--2 v-2 m-edit tcb-mobile-wrap tcb-resized tcb-row-reversed-mobile\" data-css=\"tve-u-1635e5cc2d9\" wfd-id=\"544\"><div class=\"tcb-flex-col\" data-css=\"tve-u-16363739cd6\" style=\"\" wfd-id=\"555\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"557\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tcb-mobile-hidden\" data-css=\"tve-u-1635e5cd7c0\" style=\"\" wfd-id=\"558\">\n<div class=\"tve-content-box-background\" wfd-id=\"564\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1635e5d9ba1\" wfd-id=\"559\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display tcb-mobile-hidden\" data-css=\"tve-u-160db6dd8cd\" style=\"\" wfd-id=\"563\"><svg class=\"tcb-icon\" viewBox=\"0 0 16 28\" data-name=\"map-marker\">\n<path d=\"M12 10c0-2.203-1.797-4-4-4s-4 1.797-4 4 1.797 4 4 4 4-1.797 4-4zM16 10c0 0.953-0.109 1.937-0.516 2.797l-5.688 12.094c-0.328 0.688-1.047 1.109-1.797 1.109s-1.469-0.422-1.781-1.109l-5.703-12.094c-0.406-0.859-0.516-1.844-0.516-2.797 0-4.422 3.578-8 8-8s8 3.578 8 8z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160df4565d1\" wfd-id=\"560\"><p>Your&nbsp; Adress Goes Here</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-16363739d27\" style=\"\" wfd-id=\"545\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"547\"><div class=\"tcb-clear\" data-css=\"tve-u-16363c02cf7\" wfd-id=\"548\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1635e5ffa41\" wfd-id=\"549\">\n<div class=\"tve-content-box-background\" wfd-id=\"554\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1635e5d9ba1\" wfd-id=\"550\"><div class=\"tcb-clear\" data-css=\"tve-u-163637c7e1e\" wfd-id=\"552\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1635e65c044\" data-float=\"1\" wfd-id=\"553\"><svg class=\"tcb-icon\" viewBox=\"0 0 22 28\" data-name=\"phone\">\n<path d=\"M22 19.375c0 0.562-0.25 1.656-0.484 2.172-0.328 0.766-1.203 1.266-1.906 1.656-0.922 0.5-1.859 0.797-2.906 0.797-1.453 0-2.766-0.594-4.094-1.078-0.953-0.344-1.875-0.766-2.734-1.297-2.656-1.641-5.859-4.844-7.5-7.5-0.531-0.859-0.953-1.781-1.297-2.734-0.484-1.328-1.078-2.641-1.078-4.094 0-1.047 0.297-1.984 0.797-2.906 0.391-0.703 0.891-1.578 1.656-1.906 0.516-0.234 1.609-0.484 2.172-0.484 0.109 0 0.219 0 0.328 0.047 0.328 0.109 0.672 0.875 0.828 1.188 0.5 0.891 0.984 1.797 1.5 2.672 0.25 0.406 0.719 0.906 0.719 1.391 0 0.953-2.828 2.344-2.828 3.187 0 0.422 0.391 0.969 0.609 1.344 1.578 2.844 3.547 4.813 6.391 6.391 0.375 0.219 0.922 0.609 1.344 0.609 0.844 0 2.234-2.828 3.187-2.828 0.484 0 0.984 0.469 1.391 0.719 0.875 0.516 1.781 1 2.672 1.5 0.313 0.156 1.078 0.5 1.188 0.828 0.047 0.109 0.047 0.219 0.047 0.328z\"></path>\n</svg></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16363599740\" wfd-id=\"551\"><p style=\"text-align: right;\">0364 - 300 - 946</p></div></div>\n</div></div></div></div></div></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160dbcafa88\" wfd-id=\"529\">\n<div class=\"tve-content-box-background\" wfd-id=\"542\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160dbcbc7a4\" wfd-id=\"530\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-160dbcd54ac\" data-tag=\"h3\" wfd-id=\"539\"><h3 style=\"text-align: center;\">This is the place to create your</h3></div><div class=\"thrv_wrapper thrv_heading tve_evt_manager_listen tve_et_tve-viewport tve_ea_thrive_animation tve_anim_slide_top\" data-css=\"tve-u-160dbcd2c5b\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_top&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" data-tag=\"h1\" wfd-id=\"536\"><h1 style=\"text-align: center;\">Best Memories</h1></div><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-160dbceed3d\" data-tcb_hover_state_parent=\"\" wfd-id=\"531\">\n<a href=\"\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"532\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-160dbe24f38\" wfd-id=\"533\"><strong>Make a reservation now</strong></span></span>\n</a>\n</div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1635e6aad72\" wfd-id=\"488\">\n<div class=\"tve-page-section-out\" wfd-id=\"526\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1635e6b4c72\" wfd-id=\"489\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160df4eae6d\" style=\"\" wfd-id=\"490\"><div class=\"tcb-flex-row tcb-medium-wrap tcb-resized tcb--cols--2\" data-css=\"tve-u-160df4bedf0\" wfd-id=\"491\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1635e9cce4d\" style=\"\" wfd-id=\"513\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160df8c3360\" wfd-id=\"515\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1635e97f913\" wfd-id=\"516\">\n<div class=\"tve-content-box-background\" wfd-id=\"525\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1635eadb72e\" wfd-id=\"517\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1636292fe99\" wfd-id=\"524\"><h4>A short story about us</h4></div><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-160df8deee2\" data-tag=\"h2\" wfd-id=\"521\"><h2>Welcome</h2></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-163629240b8\" wfd-id=\"518\"><p>Our vision is simple: create an environment of excitement and wonder.</p><p><br></p><p>We provide you with the fresh feeling that you need in summer and the cozyness you long for in winter.</p><p><br></p><p>We create the best experiences for you to share with friends.</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1635e9cce8b\" style=\"\" wfd-id=\"492\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160e5adb400\" wfd-id=\"494\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160df4c6424\" wfd-id=\"495\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-160df4db074\" wfd-id=\"512\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160df4f4d0e\" wfd-id=\"496\"><div class=\"tcb-clear\" data-css=\"tve-u-160df52e534\" wfd-id=\"497\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160df51ca21\" wfd-id=\"498\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-160df50b366\" wfd-id=\"511\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160df519447\" wfd-id=\"499\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1635eaf037e\" wfd-id=\"510\"><h6 class=\"\" data-css=\"tve-u-1635ef4f76c\" style=\"text-align: center;\"><strong>weâ€™re open from:</strong></h6></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160df6a2fe0\" wfd-id=\"500\"><div class=\"tcb-flex-row tcb--cols--2 v-2\" data-css=\"tve-u-160df6a3578\" wfd-id=\"501\"><div class=\"tcb-flex-col\" wfd-id=\"506\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160df6d53e3\" wfd-id=\"508\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160df709fbf\" wfd-id=\"509\"><p>Mo-Fr <strong>3Pm</strong> to <strong>4Am</strong></p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"502\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160df6d74f4\" wfd-id=\"504\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160df711140\" wfd-id=\"505\"><p>Sa-Su <strong>12Pm</strong> to <strong>4Am</strong></p></div></div></div></div></div></div>\n</div></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-160e4c55d27\" wfd-id=\"438\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-160e4c34c93\" data-clip-id=\"35e31e95c7382\" wfd-id=\"487\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-35e31e95c7382\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" pointer-width=\"100\" pointer-height=\"47\" style=\"zigzag\" decoration-type=\"none\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-35e31e95c7382\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" pointer-width=\"100\" pointer-height=\"47\" style=\"zigzag\" decoration-type=\"none\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-35e31e95c7382\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" pointer-width=\"100\" pointer-height=\"47\" style=\"zigzag\" decoration-type=\"none\" clip-path=\"url(#clip-mobile-top-35e31e95c7382)\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-top-35e31e95c7382\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" pointer-width=\"100\" pointer-height=\"22\" style=\"zigzag\" decoration-type=\"none\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-160e4c24b1a\" wfd-id=\"439\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-160e4c824a2\" data-tag=\"h3\" wfd-id=\"484\"><h3 data-css=\"tve-u-163630c7fc7\" style=\"text-align: center;\">Why Youâ€™ll <strong>Love</strong> our pub</h3></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160e4dadf9c\" style=\"\" wfd-id=\"440\"><div class=\"tcb-flex-row tcb--cols--3 tcb-medium-wrap v-2\" data-css=\"tve-u-160e4da55bb\" wfd-id=\"441\"><div class=\"tcb-flex-col\" wfd-id=\"468\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160e52014b5\" data-tcb_hover_state_parent=\"\" wfd-id=\"470\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1635efec9fa\" data-float=\"1\" wfd-id=\"481\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1635f098c8e\" data-tcb_hover_state_parent=\"1\" wfd-id=\"483\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16363231ead\" wfd-id=\"482\"></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160eb218e4e\" data-float=\"1\" wfd-id=\"471\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-160eb214b56\" data-clip-id=\"a182d7c321313\" data-tcb_hover_state_parent=\"1\" wfd-id=\"480\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-a182d7c321313\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"pointer\" pointer-width=\"100\" pointer-height=\"36\" style=\"\" data-inverted=\"false\"><polygon points=\"0 0, 0 0.64, 0 0.64, 0.5 1, 1 0.64, 1 0.64, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-a182d7c321313\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"none\" pointer-width=\"100\" pointer-height=\"36\" style=\"zigzag\" clip-path=\"url(#clip-tablet-top-a182d7c321313)\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-top-a182d7c321313\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"divider\" pointer-width=\"100\" pointer-height=\"22\" style=\"zigzag\"><polygon points=\"0 1, 1 1,1 0.22, 0.5 0, 0 0.22, 0 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-a182d7c321313\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"none\" pointer-width=\"100\" pointer-height=\"36\" style=\"zigzag\" clip-path=\"url(#clip-mobile-top-a182d7c321313)\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-top-a182d7c321313\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"divider\" pointer-width=\"100\" pointer-height=\"22\" style=\"zigzag\"><polygon points=\"0 1, 1 1,1 0.22, 0.5 0, 0 0.22, 0 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160eb1a09e2\" wfd-id=\"472\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1635ef71519\" wfd-id=\"477\"><p data-css=\"tve-u-160e4fd114b\" style=\"text-align: center;\">&nbsp;original</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160e501c0b4\" wfd-id=\"473\"><p data-css=\"tve-u-160e4fe84a1\" style=\"text-align: center;\"><span data-css=\"tve-u-160e4fe6187\" style=\"font-weight: 400; font-family: &quot;Kaushan Script&quot;;\" wfd-id=\"476\">drinks</span></p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"454\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160e5276a5e\" data-tcb_hover_state_parent=\"\" wfd-id=\"456\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-163628d68f3\" data-float=\"1\" wfd-id=\"465\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1635f073915\" data-tcb_hover_state_parent=\"1\" wfd-id=\"467\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16363235afe\" wfd-id=\"466\"></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160eb2222a0\" data-float=\"1\" wfd-id=\"457\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-160eb1d9ffb\" data-clip-id=\"cb4c420ba2143\" data-tcb_hover_state_parent=\"1\" wfd-id=\"464\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-cb4c420ba2143\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"pointer\" pointer-width=\"100\" pointer-height=\"36\" style=\"zigzag\"><polygon points=\"0 0, 0 0.64, 0.5 1, 1 0.64,  1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-cb4c420ba2143\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"none\" pointer-width=\"100\" pointer-height=\"36\" style=\"zigzag\" clip-path=\"url(#clip-tablet-top-cb4c420ba2143)\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-top-cb4c420ba2143\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"divider\" pointer-width=\"100\" pointer-height=\"22\" style=\"zigzag\"><polygon points=\"0 1, 1 1,1 0.22, 0.5 0, 0 0.22, 0 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-cb4c420ba2143\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"none\" pointer-width=\"100\" pointer-height=\"36\" style=\"zigzag\" clip-path=\"url(#clip-mobile-top-cb4c420ba2143)\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-top-cb4c420ba2143\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"divider\" pointer-width=\"100\" pointer-height=\"22\" style=\"zigzag\"><polygon points=\"0 1, 1 1,1 0.22, 0.5 0, 0 0.22, 0 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160eb1a09e2\" wfd-id=\"458\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1635ef72920\" wfd-id=\"463\"><p data-css=\"tve-u-160e4fd114b\" style=\"text-align: center;\">&nbsp;tasty</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160e501c0b4\" wfd-id=\"459\"><p data-css=\"tve-u-160e4fe84a1\" style=\"text-align: center;\"><span data-css=\"tve-u-160e4fe6187\" style=\"font-weight: 400; font-family: &quot;Kaushan Script&quot;;\" wfd-id=\"462\">food</span></p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"442\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160e52fbe2f\" data-tcb_hover_state_parent=\"\" wfd-id=\"444\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1635f0a8c87\" wfd-id=\"451\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1635f0b76b1\" data-tcb_hover_state_parent=\"1\" wfd-id=\"453\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-1635f010773\" wfd-id=\"452\"></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160eb0e8e90\" data-float=\"1\" wfd-id=\"445\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-160eb0d7fac\" data-clip-id=\"dd364f1962bc7\" data-tcb_hover_state_parent=\"1\" wfd-id=\"450\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-dd364f1962bc7\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"pointer\" pointer-width=\"100\" pointer-height=\"36\" style=\"zigzag\"><polygon points=\"0 0, 0 0.64, 0.5 1, 1 0.64,  1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-dd364f1962bc7\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"none\" pointer-width=\"100\" pointer-height=\"36\" style=\"zigzag\" clip-path=\"url(#clip-tablet-top-dd364f1962bc7)\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-top-dd364f1962bc7\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"divider\" pointer-width=\"100\" pointer-height=\"22\" style=\"zigzag\"><polygon points=\"0 1, 1 1,1 0.22, 0.5 0, 0 0.22, 0 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-dd364f1962bc7\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"none\" pointer-width=\"100\" pointer-height=\"36\" style=\"zigzag\" clip-path=\"url(#clip-mobile-top-dd364f1962bc7)\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-top-dd364f1962bc7\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"divider\" pointer-width=\"100\" pointer-height=\"22\" style=\"zigzag\"><polygon points=\"0 1, 1 1,1 0.22, 0.5 0, 0 0.22, 0 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160eb1a09e2\" wfd-id=\"446\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160eb1b0e14\" wfd-id=\"449\"><p data-css=\"tve-u-160e4fd114b\" style=\"text-align: center;\">&nbsp;great</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160e501c0b4\" wfd-id=\"447\"><p data-css=\"tve-u-160e4fe84a1\" style=\"text-align: center;\"><span data-css=\"tve-u-160e4fe6187\" style=\"font-weight: 400; font-family: &quot;Kaushan Script&quot;;\" wfd-id=\"448\">ambiance</span></p></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-160e9d15bdf\" wfd-id=\"281\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-160e9d118ed\" wfd-id=\"437\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-160e9d0c61d\" wfd-id=\"282\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160e9e2aeab\" wfd-id=\"436\"><h3>Take a look at</h3></div><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-160e9e41664\" data-tag=\"h2\" wfd-id=\"433\"><h2>Our Menu</h2></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160e9dff371\" wfd-id=\"283\">\n<div class=\"tve-content-box-background\" wfd-id=\"432\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160e9e03630\" wfd-id=\"284\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160ea7cae88\" wfd-id=\"285\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2\" data-css=\"tve-u-160ea7c9db0\" wfd-id=\"286\"><div class=\"tcb-flex-col\" wfd-id=\"309\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"311\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-160eb3ad20a\" wfd-id=\"429\"><h4>Drinks</h4></div><div class=\"tcb-clear\" data-css=\"tve-u-160ea7bf191\" wfd-id=\"376\"><div class=\"thrv_wrapper thrv_toggle_shortcode\" data-hover-color=\"rgba(18, 21, 25, 0.8)\" data-css=\"tve-u-160e9f87397\" wfd-id=\"377\">\n<div class=\"tve_faq\" wfd-id=\"378\">\n<div class=\"tve_faqI\" wfd-id=\"379\">\n<div class=\"tve_faqB\" wfd-id=\"422\"><span class=\"tve_not_editable tve_toggle\" wfd-id=\"428\"></span>\n<h4 class=\"tve_editable\" data-css=\"tve-u-160eb470891\"><span data-css=\"tve-u-160eb4708df\" style=\"font-family: Lato,arial;\" wfd-id=\"427\">alcoholic drinks</span></h4>\n</div>\n<div class=\"tve_faqC tve_empty_dropzone\" style=\"display: none;\" wfd-id=\"380\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160e9fad83c\" wfd-id=\"394\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-160eaa7faeb\" wfd-id=\"395\"><div class=\"tcb-flex-col\" wfd-id=\"414\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160eb4a305a\" wfd-id=\"416\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160ea977bf3\" wfd-id=\"417\"><h3 data-css=\"tve-u-160f8d013c3\"><strong>Beer (bottle)</strong></h3><p><br></p><p data-css=\"tve-u-160eb4a45fb\">Heineken</p><p data-css=\"tve-u-160eb49e1f7\">Paulaner</p><p data-css=\"tve-u-160eb4a4600\">Budweiser American Ale</p><p data-css=\"tve-u-160eb4a4603\">Land Shark Lager</p><p data-css=\"tve-u-160eb4a4605\">Scrumpy</p><p data-css=\"tve-u-160eb4a4608\">JackFirestone</p><p data-css=\"tve-u-160eb4a460a\">Walker Fortem</p><p data-css=\"tve-u-160eb4a460d\">Live Oak Hefeweizen</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"396\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160f8cfbf40\" wfd-id=\"398\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160ea9789a4\" wfd-id=\"399\"><h3 data-css=\"tve-u-160f8cf3d89\"><strong>Beer (draught)</strong></h3><p><br></p><p data-css=\"tve-u-160eb4b6f9b\"><span data-css=\"tve-u-160f8ceeb77\" wfd-id=\"413\">Guiness</span></p><p data-css=\"tve-u-160eb4b6fc8\"><span data-css=\"tve-u-160f8cef20d\" wfd-id=\"411\"><span data-css=\"tve-u-160f8ceeb79\" wfd-id=\"412\">Stela Artois</span></span></p><p data-css=\"tve-u-160eb4b6fcb\"><span data-css=\"tve-u-160f8cef245\" wfd-id=\"409\"><span data-css=\"tve-u-160f8ceebb3\" wfd-id=\"410\">Grolsch (Unfiltered)</span></span></p><p data-css=\"tve-u-160eb4b6fcd\"><span data-css=\"tve-u-160f8cef27e\" wfd-id=\"407\"><span data-css=\"tve-u-160f8ceebeb\" wfd-id=\"408\">Newcastle Brown Ale</span></span></p><p data-css=\"tve-u-160eb4b6fd0\"><span data-css=\"tve-u-160f8cef2b7\" wfd-id=\"405\"><span data-css=\"tve-u-160f8ceec23\" wfd-id=\"406\">Corona Extra</span></span></p><p data-css=\"tve-u-160eb4b6fd3\"><span data-css=\"tve-u-160f8cef2f1\" wfd-id=\"403\"><span data-css=\"tve-u-160f8ceec5c\" wfd-id=\"404\">Sam Adams</span></span></p><p data-css=\"tve-u-160eb4b6fd5\"><span data-css=\"tve-u-160f8ceec94\" wfd-id=\"402\">Miller Lite</span></p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160ea89b12a\" wfd-id=\"381\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-160eaa7faee\" wfd-id=\"382\"><div class=\"tcb-flex-col\" wfd-id=\"388\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160f8cddeb4\" wfd-id=\"390\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160ea976e63\" wfd-id=\"391\"><h3 data-css=\"tve-u-160f8cd7871\"><strong>Cocktails</strong></h3><p data-css=\"tve-u-160f8cd7919\"><br></p><p data-css=\"tve-u-160f8cd794f\">Gin &amp; Tonic</p><p data-css=\"tve-u-160f8cd7987\">Vodka Orange</p><p data-css=\"tve-u-160f8cd79c1\">Wiskey Sour</p><p data-css=\"tve-u-160f8cd79f8\">Boulevardier</p><p data-css=\"tve-u-160f8cd7a30\">Daiquiri</p><p data-css=\"tve-u-160f8cd7a68\">Martini</p><p data-css=\"tve-u-160f8cd7aa1\">Ramos Gin Fizz</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"383\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160ea928596\" wfd-id=\"385\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160ea9729a9\" wfd-id=\"387\"><h3 data-css=\"tve-u-160ea90d163\"><strong>Wine</strong></h3><p data-css=\"tve-u-160f8cc8efc\"><br></p><p data-css=\"tve-u-160f8cc8f31\"><br></p><p data-css=\"tve-u-160ea9400e0\"><strong>White</strong></p><p data-css=\"tve-u-160f8cc8f9a\"><br></p><p data-css=\"tve-u-160f8cc8fce\">Sidebar Sauvignon Blanc High Valley</p><p data-css=\"tve-u-160ea9104fd\"><br></p><p data-css=\"tve-u-160ea7224b9\">Mazzei Maremma Toscana Tenuta</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160ea9357c7\" wfd-id=\"386\"><p data-css=\"tve-u-160f8cc591b\"><br></p><p data-css=\"tve-u-160ea71c62c\"><strong>Red</strong></p><p data-css=\"tve-u-160f8cc5953\"><br></p><p data-css=\"tve-u-160ea79970d\">MarquÃ©s de CÃ¡ceres</p><p data-css=\"tve-u-160ea799710\">Rioja ReservaBelguardo</p></div></div></div></div></div></div>\n</div>\n</div>\n</div></div><div class=\"tcb-clear\" data-css=\"tve-u-160ea7bf191\" wfd-id=\"312\"><div class=\"thrv_wrapper thrv_toggle_shortcode\" data-hover-color=\"rgba(18, 21, 25, 0.8)\" data-css=\"tve-u-160eab45a4f\" wfd-id=\"313\">\n<div class=\"tve_faq\" wfd-id=\"330\">\n<div class=\"tve_faqI\" wfd-id=\"331\">\n<div class=\"tve_faqB\" wfd-id=\"371\"><span class=\"tve_not_editable tve_toggle\" wfd-id=\"375\"></span>\n<h4 class=\"tve_editable\" data-css=\"tve-u-160eb475d09\"><span data-css=\"tve-u-160eb475d4c\" style=\"font-family: Lato,arial;\" wfd-id=\"374\">soft drinks</span></h4>\n</div>\n<div class=\"tve_faqC tve_empty_dropzone\" style=\"display: none;\" wfd-id=\"332\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160eaa73bda\" wfd-id=\"355\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-160e9fac06c\" wfd-id=\"356\"><div class=\"tcb-flex-col\" wfd-id=\"365\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160f8cb9d70\" wfd-id=\"367\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160ea977bf3\" wfd-id=\"368\"><h3 data-css=\"tve-u-160f8cb610d\"><strong>Coffee</strong></h3><p data-css=\"tve-u-160f8cb6183\"><br></p><p data-css=\"tve-u-160f8cb61bc\">Expresso</p><p data-css=\"tve-u-160ea6ba060\">Expresso Machiato</p><p data-css=\"tve-u-160ea6ba063\">Irish Coffee</p><p data-css=\"tve-u-160ea6ba065\">Cafe Mendoza</p><p data-css=\"tve-u-160ea6ba067\">Latte</p><p data-css=\"tve-u-160ea6ba06a\">Americano</p><p data-css=\"tve-u-160ea6ba06c\">Baileys Irish Cream Coffee</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"357\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160f8c978c9\" wfd-id=\"359\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160f8c8c841\" wfd-id=\"360\"><h3 data-css=\"tve-u-160f8cb0034\"><strong>Juice</strong></h3><p data-css=\"tve-u-160f8cb00a7\"><br></p><p data-css=\"tve-u-160f8cb00e0\">Coca Cola</p><p data-css=\"tve-u-160f8cb011c\">Fanta</p><p data-css=\"tve-u-160f8cb0157\">Sprite</p><p data-css=\"tve-u-160f8cb0191\">Almdudler</p><p data-css=\"tve-u-160f8cb01cb\">Fresh mix&nbsp;</p><ul class=\"\" wfd-id=\"363\"><li class=\"\" data-css=\"tve-u-160ea9c9c07\" wfd-id=\"364\">Orange/ Grapefruit/Apple</li></ul><p data-css=\"tve-u-160f8cb0240\">Sam Adams</p><p data-css=\"tve-u-160f8cb027b\">Miller Lite</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160eaa8db54\" wfd-id=\"333\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-160ea89ac22\" wfd-id=\"334\"><div class=\"tcb-flex-col\" wfd-id=\"339\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"341\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160ea976e63\" wfd-id=\"342\"><h3 data-css=\"tve-u-160ea54ea72\"><span data-css=\"tve-u-160f8c69135\" wfd-id=\"354\"><strong>Smoothie</strong></span></h3><p><span data-css=\"tve-u-160f8c699b9\" wfd-id=\"352\"><span data-css=\"tve-u-160f8c691a5\" wfd-id=\"353\"><br></span></span></p><p data-css=\"tve-u-160ea6ba05c\"><span data-css=\"tve-u-160f8c699f6\" wfd-id=\"350\"><span data-css=\"tve-u-160f8c691dc\" wfd-id=\"351\">Cherry &amp; Kale</span></span></p><p data-css=\"tve-u-160ea6ba05c\"><span data-css=\"tve-u-160f8c69a2f\" wfd-id=\"348\"><span data-css=\"tve-u-160f8c69216\" wfd-id=\"349\">Blueberry &amp; Avocado</span></span></p><p data-css=\"tve-u-160ea6ba05c\"><span data-css=\"tve-u-160f8c69a67\" wfd-id=\"346\"><span data-css=\"tve-u-160f8c69250\" wfd-id=\"347\">Banana &amp; Milk</span></span></p><p data-css=\"tve-u-160ea6ba05c\"><span data-css=\"tve-u-160f8c69289\" wfd-id=\"345\">Pear &amp; Chocolate</span></p><p data-css=\"tve-u-160f8c626b2\">Veggie &amp; Green</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"335\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160ea928596\" wfd-id=\"337\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160f8c59f19\" wfd-id=\"338\"><h3 data-css=\"tve-u-160f8c5888c\"><strong>Lemonade</strong></h3><p data-css=\"tve-u-160f8c58926\"><br></p><p data-css=\"tve-u-160f8c58957\">Classic</p><p data-css=\"tve-u-160eaa5aa50\">Mint&nbsp;</p><p data-css=\"tve-u-160f8c589bd\">Orange &amp; Lime</p><p data-css=\"tve-u-160eaa62df8\">Watermelon</p></div></div></div></div></div></div>\n</div>\n</div>\n<div class=\"tve_faq\" wfd-id=\"314\">\n<div class=\"tve_faqI\" wfd-id=\"315\">\n<div class=\"tve_faqB\" wfd-id=\"325\"><span class=\"tve_not_editable tve_toggle\" wfd-id=\"329\"></span>\n<h4 class=\"tve_editable\">ADDITIONAL SPIRITS</h4>\n</div>\n<div class=\"tve_faqC\" style=\"display: none;\" wfd-id=\"316\"><div class=\"thrv_wrapper tcb-row-empty thrv-columns\" data-css=\"tve-u-1689b6473cd\" wfd-id=\"317\"><div class=\"tcb-flex-row tcb--cols--2\" wfd-id=\"318\"><div class=\"tcb-flex-col\" wfd-id=\"322\"><div class=\"tcb-col\" wfd-id=\"324\"></div></div><div class=\"tcb-flex-col\" wfd-id=\"319\"><div class=\"tcb-col\" wfd-id=\"321\"></div></div></div></div></div>\n</div>\n</div></div></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"287\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160eb38e170\" wfd-id=\"289\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-160eaaf84a6\" wfd-id=\"308\"><h4 class=\"\">Food</h4></div><div class=\"tcb-clear\" data-css=\"tve-u-160ea7bf191\" wfd-id=\"298\"><div class=\"thrv_wrapper thrv_toggle_shortcode\" data-hover-color=\"rgba(18, 21, 25, 0.8)\" data-css=\"tve-u-160ead973a1\" wfd-id=\"299\">\n<div class=\"tve_faq\" wfd-id=\"300\">\n<div class=\"tve_faqI\" wfd-id=\"301\">\n<div class=\"tve_faqB\" wfd-id=\"303\"><span class=\"tve_not_editable tve_toggle\" wfd-id=\"307\"></span>\n<h4 class=\"tve_editable\" data-css=\"tve-u-160eb47f143\"><span data-css=\"tve-u-160eb47f16a\" wfd-id=\"306\">starters</span></h4>\n</div>\n<div class=\"tve_faqC tve_empty_dropzone\" style=\"display: none;\" wfd-id=\"302\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160eb521486\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-160eb54da29\"><div class=\"tcb-flex-col\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160e9fbbfa0\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160f8c2bf72\"><h3 data-css=\"tve-u-160f8c28393\"><strong>Snacks</strong></h3><p data-css=\"tve-u-160f8c283f9\"><br></p><p data-css=\"tve-u-160f8c2842b\">Chips</p><p data-css=\"tve-u-160f8c28460\">Hazelnuts</p><p data-css=\"tve-u-160f8c28493\">Peanuts</p><p data-css=\"tve-u-160f8c284c6\">Tortilla chips</p><p data-css=\"tve-u-160f8c25bba\">Chocolate croissants</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160e9fc2c51\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160ea9c1e15\"><h3 data-css=\"tve-u-160eb553062\"><strong>Meals</strong></h3><p data-css=\"tve-u-160eb5530cd\"><br></p><p data-css=\"tve-u-160eb553103\">Crab cakes<u>â€‹</u></p><p data-css=\"tve-u-160eb553138\">Chicken wings</p><p data-css=\"tve-u-160eb55316d\">White beans with herbs</p><p data-css=\"tve-u-160eb5531a1\">Stuffed mushrooms</p><p data-css=\"tve-u-160eb5531d8\">Smoked salmon spread</p><p data-css=\"tve-u-160eb55320f\">Authentic houmous</p></div></div></div></div></div></div>\n</div>\n</div>\n</div></div><div class=\"tcb-clear\" data-css=\"tve-u-160ea7bf191\" wfd-id=\"290\"><div class=\"thrv_wrapper thrv_toggle_shortcode\" data-hover-color=\"rgba(18, 21, 25, 0.8)\" data-css=\"tve-u-160eb42c2ca\" wfd-id=\"291\">\n<div class=\"tve_faq\" wfd-id=\"292\">\n<div class=\"tve_faqI\" wfd-id=\"293\">\n<div class=\"tve_faqB\" wfd-id=\"295\"><span class=\"tve_not_editable tve_toggle\" wfd-id=\"297\"></span>\n<h4 class=\"tve_editable\" data-css=\"tve-u-160e9f7868b\"><span data-css=\"tve-u-160e9f7ce0e\" wfd-id=\"296\">main course</span></h4>\n</div>\n<div class=\"tve_faqC tve_empty_dropzone\" style=\"display: none;\" wfd-id=\"294\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160ead90ba7\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-160eadcc8c9\"><div class=\"tcb-flex-col\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160f8d12a0d\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160ea977bf3\"><h3 data-css=\"tve-u-160eb5275ca\"><strong>Soup</strong></h3><p data-css=\"tve-u-160eb52762c\"><br></p><p data-css=\"tve-u-160eb52765c\">Fish soup</p><p data-css=\"tve-u-160eb52768d\">Squash &amp; parsley&nbsp;</p><p data-css=\"tve-u-160eb5276bf\">Tomato</p><p data-css=\"tve-u-160eb5276f3\">Chicken Almond<br>Arizona Mountain<br>Bayou Shrimp<br>Beef &amp; Pasta Mushroom</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160e9fc2c51\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160eb537e16\"><h3 data-css=\"tve-u-160eb5346af\"><strong>Main dish</strong></h3><p data-css=\"tve-u-160eb534715\"><br></p><p data-css=\"tve-u-160eadffc69\">Chickpea Cauliflower Korma</p><p data-css=\"tve-u-160eb53477a\">Lasagna</p><p data-css=\"tve-u-160eb5347ae\">Veggie Lasagna</p><p data-css=\"tve-u-160eb5347e1\">Pizza Capriciosa</p><p data-css=\"tve-u-160eb534816\">Pizza Margherita</p><p data-css=\"tve-u-160eb53484c\">House Burger</p></div></div></div></div></div></div>\n</div>\n</div>\n</div></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1635ee0cb15\" wfd-id=\"156\">\n<div class=\"tve-page-section-out\" wfd-id=\"280\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1635ebf2201\" wfd-id=\"157\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160f8e625a1\" wfd-id=\"276\"><h3 data-css=\"tve-u-1635f10faad\" style=\"text-align: center;\">What <span data-css=\"tve-u-1635f111354\" style=\"text-transform: uppercase;\" wfd-id=\"279\">o</span>ur customers say</h3></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1635ed91639\" wfd-id=\"158\"><div class=\"tcb-flex-row tcb--cols--3\" data-css=\"tve-u-1635ed274dc\" wfd-id=\"159\"><div class=\"tcb-flex-col\" wfd-id=\"234\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1636390be1e\" wfd-id=\"236\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1635f1b25ed\" wfd-id=\"254\">\n<div class=\"tve-content-box-background\" wfd-id=\"275\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1635f125271\" wfd-id=\"255\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1635f138d3b\" wfd-id=\"271\"><p data-css=\"tve-u-160fa718c59\"><span data-css=\"tve-u-160fa718c5e\" wfd-id=\"274\">â</span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1635f136552\" wfd-id=\"268\"><p data-css=\"tve-u-163629eed0d\">Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit. Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit.</p></div><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"2\" data-color=\"rgb(218, 144, 15)\" data-css=\"tve-u-1635f14cd1e\" wfd-id=\"267\">\n<hr class=\"tve_sep tve_sep-1\">\n</div><div class=\"tcb-clear\" data-css=\"tve-u-160f93bdfb1\" wfd-id=\"265\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1636392a6b1\" wfd-id=\"266\"><svg class=\"tcb-icon\" viewBox=\"0 0 16 28\" data-name=\"sort-desc\">\n<path d=\"M16 17c0 0.266-0.109 0.516-0.297 0.703l-7 7c-0.187 0.187-0.438 0.297-0.703 0.297s-0.516-0.109-0.703-0.297l-7-7c-0.187-0.187-0.297-0.438-0.297-0.703 0-0.547 0.453-1 1-1h14c0.547 0 1 0.453 1 1z\"></path>\n</svg></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1635f123a1e\" wfd-id=\"261\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1636393c2d2\" data-float=\"1\" wfd-id=\"262\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-160f957664d\" wfd-id=\"264\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-163629eb59f\" wfd-id=\"263\"></div>\n</div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1635f121505\" wfd-id=\"256\"><p data-css=\"tve-u-163629db329\"><strong><span data-css=\"tve-u-163629f6835\" style=\"font-size: 16px;\" wfd-id=\"260\">Josie Carter</span></strong></p><p data-css=\"tve-u-163629e77b3\"><span data-css=\"tve-u-163629f6837\" style=\"font-size: 16px;\" wfd-id=\"259\"><em>Marine Biologist</em></span></p><p data-css=\"tve-u-160f9514c00\">â€‹<br></p></div></div>\n</div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-161701a8fd1\" wfd-id=\"237\"><div class=\"tcb-flex-row tcb--cols--3 tcb-resized tcb-resizing tcb-medium-no-wrap v-2 tcb-mobile-wrap m-edit\" data-css=\"tve-u-161703e4bac\" wfd-id=\"238\"><div class=\"tcb-flex-col\" data-css=\"tve-u-16170332517\" style=\"\" wfd-id=\"248\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"250\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16170441415\" wfd-id=\"251\"><p data-css=\"tve-u-16170191bce\"><em>As seen on</em></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1617033251d\" style=\"width: 85px;\" wfd-id=\"243\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"245\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16170185cb5\" wfd-id=\"246\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"247\"><img class=\"tve_image wp-image-3532\" alt=\"\" width=\"45\" height=\"30\" title=\"trip-advisor-logo_03\" data-id=\"3532\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/trip-advisor-logo_03.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1617033371d\" style=\"\" wfd-id=\"239\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"241\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16170442200\" wfd-id=\"242\"><p data-css=\"tve-u-161701c9195\"><a href=\"https://www.tripadvisor.com/\" target=\"_blank\"><u>See more reviews</u></a><u>â€‹â€‹â€‹â€‹</u></p></div></div></div></div></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"196\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-163639549e4\" wfd-id=\"198\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1635f1b3fee\" wfd-id=\"214\">\n<div class=\"tve-content-box-background\" wfd-id=\"233\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16362a05c8f\" wfd-id=\"215\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1636390935e\" wfd-id=\"229\"><p data-css=\"tve-u-160fa718c59\"><span data-css=\"tve-u-160fa718c5e\" wfd-id=\"232\">â</span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1636951d241\" wfd-id=\"226\"><p data-css=\"tve-u-16362a0d7c6\">Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae erat consequat auctor eu in elit. Class aptent!</p></div><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"2\" data-color=\"rgb(218, 144, 15)\" data-css=\"tve-u-16369519850\" wfd-id=\"225\">\n<hr class=\"tve_sep tve_sep-1\">\n</div><div class=\"tcb-clear\" data-css=\"tve-u-160f93bdfb1\" wfd-id=\"223\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1636392e791\" wfd-id=\"224\"><svg class=\"tcb-icon\" viewBox=\"0 0 16 28\" data-name=\"sort-desc\">\n<path d=\"M16 17c0 0.266-0.109 0.516-0.297 0.703l-7 7c-0.187 0.187-0.438 0.297-0.703 0.297s-0.516-0.109-0.703-0.297l-7-7c-0.187-0.187-0.297-0.438-0.297-0.703 0-0.547 0.453-1 1-1h14c0.547 0 1 0.453 1 1z\"></path>\n</svg></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1635ec5add7\" wfd-id=\"219\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1636393da63\" data-float=\"1\" wfd-id=\"220\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1635f13f574\" wfd-id=\"222\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16362a05cc8\" wfd-id=\"221\"></div>\n</div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160fa6805d4\" wfd-id=\"216\"><p data-css=\"tve-u-16362a08679\"><strong>Jesse O\'neil</strong></p><p data-css=\"tve-u-16362a0a74e\"><em>Advertising</em></p><p data-css=\"tve-u-16362a0a750\">â€‹<br></p></div></div>\n</div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16170325257\" wfd-id=\"199\"><div class=\"tcb-flex-row tcb--cols--3 tcb-resized tcb-medium-no-wrap v-2 tcb-mobile-wrap m-edit\" data-css=\"tve-u-1617045651a\" wfd-id=\"200\"><div class=\"tcb-flex-col\" data-css=\"tve-u-16170334a49\" style=\"\" wfd-id=\"210\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"212\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-161704435d7\" wfd-id=\"213\"><p data-css=\"tve-u-16170191bce\"><em>As seen on</em></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-16170334a4f\" style=\"\" wfd-id=\"205\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"207\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-161702e8042\" wfd-id=\"208\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"209\"><img class=\"tve_image wp-image-3538\" alt=\"\" width=\"52\" height=\"31\" title=\"foursquare-logo_03\" data-id=\"3538\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/foursquare-logo_03.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-161703373d0\" style=\"\" wfd-id=\"201\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"203\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16170445bb9\" wfd-id=\"204\"><p data-css=\"tve-u-161701c9195\"><a href=\"https://foursquare.com/\" target=\"_blank\"><u>See more reviewsâ€‹â€‹â€‹â€‹</u></a></p></div></div></div></div></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"160\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16363524c1e\" wfd-id=\"162\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1635ebfe4fc\" wfd-id=\"178\">\n<div class=\"tve-content-box-background\" wfd-id=\"195\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1635ec2801b\" wfd-id=\"179\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1635f139f5c\" wfd-id=\"191\"><p data-css=\"tve-u-160fa718c59\"><span data-css=\"tve-u-160fa718c5e\" wfd-id=\"194\">â</span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160f961e617\" wfd-id=\"190\"><p data-css=\"tve-u-16362a2156e\">Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Mauris in erat justo. Nullam ac urna eu felis dapibus condimentum sit amet a augue. Sed non neque elit.</p></div><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"2\" data-color=\"rgb(218, 144, 15)\" data-css=\"tve-u-160f9405e56\" wfd-id=\"189\">\n<hr class=\"tve_sep tve_sep-1\">\n</div><div class=\"tcb-clear\" data-css=\"tve-u-160f93bdfb1\" wfd-id=\"187\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1635ed98a8a\" wfd-id=\"188\"><svg class=\"tcb-icon\" viewBox=\"0 0 16 28\" data-name=\"sort-desc\">\n<path d=\"M16 17c0 0.266-0.109 0.516-0.297 0.703l-7 7c-0.187 0.187-0.438 0.297-0.703 0.297s-0.516-0.109-0.703-0.297l-7-7c-0.187-0.187-0.297-0.438-0.297-0.703 0-0.547 0.453-1 1-1h14c0.547 0 1 0.453 1 1z\"></path>\n</svg></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1635ec5add7\" wfd-id=\"183\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160f9562c14\" data-float=\"1\" wfd-id=\"184\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1635f187bfc\" wfd-id=\"186\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-1635edf3681\" wfd-id=\"185\"></div>\n</div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160fa6805d4\" wfd-id=\"180\"><p data-css=\"tve-u-163629df961\"><strong><span data-css=\"tve-u-16362a29860\" style=\"font-size: 16px;\" wfd-id=\"182\">Gabriel Jones</span></strong></p><p data-css=\"tve-u-16362a2c533\"><span data-css=\"tve-u-16362a29862\" style=\"font-size: 16px;\" wfd-id=\"181\"><em>Brand Management Consultant</em></span></p><p data-css=\"tve-u-160f9514c00\"><strong>â€‹</strong><br></p></div></div>\n</div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-161703268c0\" wfd-id=\"163\"><div class=\"tcb-flex-row tcb--cols--3 tcb-resized tcb-medium-no-wrap v-2 tcb-mobile-wrap m-edit\" data-css=\"tve-u-161701a2f15\" wfd-id=\"164\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1617019989e\" style=\"\" wfd-id=\"174\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"176\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16170471614\" wfd-id=\"177\"><p data-css=\"tve-u-16170191bce\"><em>As seen on</em></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-161701998d2\" style=\"\" wfd-id=\"169\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"171\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1617031f43b\" wfd-id=\"172\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"173\"><img class=\"tve_image wp-image-3542\" alt=\"\" width=\"49\" height=\"24\" title=\"yelp-logo_03\" data-id=\"3542\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/yelp-logo_03.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-161701c1618\" style=\"\" wfd-id=\"165\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"167\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-161701b642a\" wfd-id=\"168\"><p data-css=\"tve-u-161701c9195\"><a href=\"https://www.yelp.com/\" target=\"_blank\"><u>See more reviews</u></a><u>â€‹â€‹â€‹â€‹</u></p></div></div></div></div></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-160f96ef669\" wfd-id=\"114\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-160f96f5e19\" data-clip-id=\"c22944d35542f\" wfd-id=\"155\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-c22944d35542f\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" pointer-width=\"100\" pointer-height=\"14\" style=\"zigzag\" decoration-type=\"none\" clip-path=\"url(#clip-top-c22944d35542f)\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-c22944d35542f\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" pointer-width=\"100\" pointer-height=\"14\" style=\"zigzag\" decoration-type=\"none\" clip-path=\"url(#clip-mobile-top-c22944d35542f)\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-top-c22944d35542f\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" pointer-width=\"100\" pointer-height=\"10\" style=\"zigzag\" decoration-type=\"none\" clip-path=\"url(#clip-top-c22944d35542f)\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-top-c22944d35542f\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" pointer-width=\"100\" pointer-height=\"13\" decoration-type=\"none\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-160f96c069e\" wfd-id=\"115\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160f9714a61\" wfd-id=\"116\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-160f9734b53\" data-clip-id=\"c8e428685a637\" wfd-id=\"154\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-c8e428685a637\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"pointer\" pointer-width=\"100\" pointer-height=\"13\" style=\"zigzag\" clip-path=\"url(#clip-bottom-c8e428685a637)\"><polygon points=\"1 0.13, 0.5 0, 0 0.13, 0 0.13, 0 1, 1 1, 1 0.13\"></polygon></clipPath><clipPath id=\"clip-bottom-c8e428685a637\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"pointer\" pointer-width=\"100\" pointer-height=\"14.000000000000002\" style=\"\"><polygon points=\"0 0, 0 0.86, 0 0.86, 0.5 1, 1 0.86, 1 0.86, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-top-c8e428685a637\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"divider\" pointer-width=\"100\" pointer-height=\"13\" style=\"zigzag\" clip-path=\"url(#clip-tablet-bottom-c8e428685a637)\"><polygon points=\"0 1, 1 1,1 0.13, 0.5 0, 0 0.13, 0 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-c8e428685a637\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"divider\" pointer-width=\"100\" pointer-height=\"14\" style=\"zigzag\"><polygon points=\"0 0, 0 0.86, 0.5 1, 1 0.86,  1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-top-c8e428685a637\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"divider\" pointer-width=\"100\" pointer-height=\"10\" style=\"zigzag\" clip-path=\"url(#clip-mobile-bottom-c8e428685a637)\"><polygon points=\"0 1, 1 1,1 0.1, 0.5 0, 0 0.1, 0 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-c8e428685a637\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"divider\" pointer-width=\"100\" pointer-height=\"10\" style=\"zigzag\"><polygon points=\"0 0, 0 0.9, 0.5 1, 1 0.9,  1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160f972cd2b\" wfd-id=\"117\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160f97e6953\" wfd-id=\"150\"><p data-css=\"tve-u-160f97ddb8a\" style=\"text-align: center;\"><span data-css=\"tve-u-160f97e0356\" style=\"font-weight: 400; font-family: &quot;Kaushan Script&quot;;\" wfd-id=\"153\">Happy Hour</span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160f98a0d17\" wfd-id=\"144\"><p data-css=\"tve-u-160f9bf9be2\" style=\"text-align: center;\"><span data-css=\"tve-u-160f9bfdcb7\" wfd-id=\"148\">2 shots for the price of 1 between 18<span data-css=\"tve-u-160f9823757\" wfd-id=\"149\">&nbsp;PM&nbsp;</span>- 20 </span><span data-css=\"tve-u-160f984f29b\" wfd-id=\"147\">PM</span></p></div><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-160f98df817\" data-tcb_hover_state_parent=\"\" wfd-id=\"139\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"140\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-160fec25d20\" wfd-id=\"141\"><strong>Make a reservation now</strong></span></span>\n</a>\n</div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160f9b74c2b\" wfd-id=\"123\"><div class=\"tcb-flex-row tcb-resized tcb--cols--3 tcb-medium-no-wrap tcb-mobile-edit tcb-resizing v-2\" data-css=\"tve-u-160f9b69526\" wfd-id=\"124\"><div class=\"tcb-flex-col\" data-css=\"tve-u-160f9b7a36e\" style=\"\" wfd-id=\"135\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"137\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(176, 171, 155, 0.3)\" data-css=\"tve-u-160f9b9db80\" wfd-id=\"138\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-160f9b7a39a\" style=\"width: 97px;\" wfd-id=\"129\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160ff36e890\" wfd-id=\"131\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160fa7619dc\" wfd-id=\"132\"><p data-css=\"tve-u-160f9b916f8\" style=\"text-align: center;\">or</p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-160f9b7a3c6\" style=\"\" wfd-id=\"125\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"127\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(176, 171, 155, 0.3)\" data-css=\"tve-u-160f9bd1e50\" wfd-id=\"128\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160f9bf1aea\" wfd-id=\"118\"><p data-css=\"tve-u-160f981fb0c\" style=\"text-align: center;\"><span data-css=\"tve-u-160f9c02898\" wfd-id=\"121\"><span data-css=\"tve-u-160ff467c38\" wfd-id=\"122\">Call us</span> : 0300-984-589</span></p></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-160f9c6a4fe\" wfd-id=\"76\">\n<div class=\"tve-page-section-out\" wfd-id=\"113\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-160f9c6d0ad\" wfd-id=\"77\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160f9caae7b\" wfd-id=\"112\"><h3 data-css=\"tve-u-1635f21f43a\" style=\"text-align: center;\">our signature drinks</h3></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160f9c7f698\" wfd-id=\"78\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--4\" data-css=\"tve-u-160f9c75fb0\" wfd-id=\"79\"><div class=\"tcb-flex-col\" wfd-id=\"104\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160f9cccb99\" data-tcb_hover_state_parent=\"\" wfd-id=\"106\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1616a9cfa4b\" wfd-id=\"107\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1616a721403\" wfd-id=\"111\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1616a74e73b\" wfd-id=\"108\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1616a5e01ba\" wfd-id=\"109\"><p data-css=\"tve-u-160f9d496b3\" style=\"text-align: center;\"><span data-css=\"tve-u-160f9d5377f\" style=\"font-weight: 400; font-family: &quot;Kaushan Script&quot;;\" wfd-id=\"110\">Wiskey Sour</span></p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"96\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160f9d08737\" data-tcb_hover_state_parent=\"\" wfd-id=\"98\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1616a9d1ca7\" wfd-id=\"99\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1616a721403\" wfd-id=\"103\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1616a74e73b\" wfd-id=\"100\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1616a5e01ba\" wfd-id=\"101\"><p data-css=\"tve-u-160f9d496b3\" style=\"text-align: center;\"><span data-css=\"tve-u-160f9d5377f\" style=\"font-weight: 400; font-family: &quot;Kaushan Script&quot;;\" wfd-id=\"102\">Boulevardier</span></p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"88\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160f9d0b00e\" data-tcb_hover_state_parent=\"\" wfd-id=\"90\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1616a9d3730\" wfd-id=\"91\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1616a721403\" wfd-id=\"95\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1616a74e73b\" wfd-id=\"92\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1616a5e01ba\" wfd-id=\"93\"><p data-css=\"tve-u-160f9d496b3\" style=\"text-align: center;\"><span data-css=\"tve-u-160f9d5377f\" style=\"font-weight: 400; font-family: &quot;Kaushan Script&quot;;\" wfd-id=\"94\">Gin Fizz</span></p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"80\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160f9d0c9a0\" data-tcb_hover_state_parent=\"\" wfd-id=\"82\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1616a708b49\" wfd-id=\"83\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1616a721403\" wfd-id=\"87\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1616a74e73b\" wfd-id=\"84\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1616a5e01ba\" wfd-id=\"85\"><p data-css=\"tve-u-160f9d496b3\" style=\"text-align: center;\"><span data-css=\"tve-u-160f9d5377f\" style=\"font-weight: 400; font-family: &quot;Kaushan Script&quot;;\" wfd-id=\"86\">Spicy Tequila Shot</span></p></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-160fe140452\" style=\"\" wfd-id=\"41\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-16362e0aed9\" wfd-id=\"75\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-160fe13ce28\" wfd-id=\"42\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160f9ec40fc\" wfd-id=\"43\"><div class=\"tcb-flex-row tcb--cols--2 tcb-medium-no-wrap v-2 tcb-mobile-wrap m-edit\" data-css=\"tve-u-160f9ebf905\" wfd-id=\"44\"><div class=\"tcb-flex-col\" wfd-id=\"49\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160f9ee08be\" wfd-id=\"51\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160fa01d193\" wfd-id=\"52\">\n<div class=\"tve-content-box-background\" wfd-id=\"74\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"53\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1635f273315\" wfd-id=\"72\"><h4 data-css=\"tve-u-1635f28650b\"><strong><span data-css=\"tve-u-16362a7e959\" style=\"text-transform: none;\" wfd-id=\"73\">Your</span></strong><br><strong>Company name</strong></h4></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16362aabe81\" wfd-id=\"64\">\n<div class=\"tve-content-box-background\" wfd-id=\"71\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1635e5d9ba1\" wfd-id=\"65\"><div class=\"tcb-clear\" data-css=\"tve-u-16363d2efc4\" wfd-id=\"69\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-16362a8dd87\" data-float=\"1\" wfd-id=\"70\"><svg class=\"tcb-icon\" viewBox=\"0 0 16 28\" data-name=\"map-marker\">\n<path d=\"M12 10c0-2.203-1.797-4-4-4s-4 1.797-4 4 1.797 4 4 4 4-1.797 4-4zM16 10c0 0.953-0.109 1.937-0.516 2.797l-5.688 12.094c-0.328 0.688-1.047 1.109-1.797 1.109s-1.469-0.422-1.781-1.109l-5.703-12.094c-0.406-0.859-0.516-1.844-0.516-2.797 0-4.422 3.578-8 8-8s8 3.578 8 8z\"></path>\n</svg></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160df4565d1\" wfd-id=\"66\"><p data-css=\"tve-u-1636311d040\">Your Pub Adress Goes Here</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1636301dc81\" wfd-id=\"59\">\n<div class=\"tve-content-box-background\" wfd-id=\"63\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1635e5d9ba1\" wfd-id=\"60\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-16362aa4888\" wfd-id=\"62\"><svg class=\"tcb-icon\" viewBox=\"0 0 22 28\" data-name=\"phone\">\n<path d=\"M22 19.375c0 0.562-0.25 1.656-0.484 2.172-0.328 0.766-1.203 1.266-1.906 1.656-0.922 0.5-1.859 0.797-2.906 0.797-1.453 0-2.766-0.594-4.094-1.078-0.953-0.344-1.875-0.766-2.734-1.297-2.656-1.641-5.859-4.844-7.5-7.5-0.531-0.859-0.953-1.781-1.297-2.734-0.484-1.328-1.078-2.641-1.078-4.094 0-1.047 0.297-1.984 0.797-2.906 0.391-0.703 0.891-1.578 1.656-1.906 0.516-0.234 1.609-0.484 2.172-0.484 0.109 0 0.219 0 0.328 0.047 0.328 0.109 0.672 0.875 0.828 1.188 0.5 0.891 0.984 1.797 1.5 2.672 0.25 0.406 0.719 0.906 0.719 1.391 0 0.953-2.828 2.344-2.828 3.187 0 0.422 0.391 0.969 0.609 1.344 1.578 2.844 3.547 4.813 6.391 6.391 0.375 0.219 0.922 0.609 1.344 0.609 0.844 0 2.234-2.828 3.187-2.828 0.484 0 0.984 0.469 1.391 0.719 0.875 0.516 1.781 1 2.672 1.5 0.313 0.156 1.078 0.5 1.188 0.828 0.047 0.109 0.047 0.219 0.047 0.328z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160df4565d1\" wfd-id=\"61\"><p data-css=\"tve-u-1636311dda3\" style=\"text-align: left;\">0364 - 300 - 946</p></div></div>\n</div><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-160fa182f82\" data-tcb_hover_state_parent=\"\" wfd-id=\"54\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"55\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-160fa198fbb\" wfd-id=\"56\">Make a reservation now</span></span>\n</a>\n</div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"45\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160fa1c8dca\" wfd-id=\"47\"><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-160fa11f4f2\" wfd-id=\"48\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=London&amp;t=m&amp;z=12&amp;output=embed&amp;iwloc=near\"></iframe>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16362e2956e\" wfd-id=\"27\">\n<div class=\"tve-page-section-out\" wfd-id=\"40\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16362e27bcb\" wfd-id=\"28\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160fa4daf17\" wfd-id=\"29\"><div class=\"tcb-flex-row tcb--cols--2 v-2\" data-css=\"tve-u-160fa4d8d4f\" wfd-id=\"30\"><div class=\"tcb-flex-col\" wfd-id=\"36\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"38\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160fa4b581e\" wfd-id=\"39\"><p data-css=\"tve-u-160fa489bd9\" style=\"text-align: left;\">Â© 2018 , Your company name . All rights reserved.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"31\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160fec923bf\" wfd-id=\"33\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160fec99b6f\" wfd-id=\"34\"><p style=\"text-align: right;\" data-css=\"tve-u-16363b1b458\"><span style=\"color: rgba(3, 9, 14, 0.5);\" data-css=\"tve-u-16363b4867f\" wfd-id=\"35\"><u>â€‹</u>â€‹â€‹â€‹â€‹Made with</span> <a href=\"https://thrivethemes.com/\" target=\"_blank\">Thrive Architect</a></p></div></div></div></div></div></div>\n</div>'),(5886,428,'tve_revision_tve_content_more_found',''),(5887,428,'tve_revision_tve_save_post',''),(5888,428,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Noto+Sans:400,700&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Kaushan+Script:400&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Limelight:400&subset=latin\");@media (min-width: 300px){#tve_editor [data-css=\"tve-u-1636955fbd2\"] p, #tve_editor [data-css=\"tve-u-1636955fbd2\"] li, #tve_editor [data-css=\"tve-u-1636955fbd2\"] blockquote, #tve_editor [data-css=\"tve-u-1636955fbd2\"] address, #tve_editor [data-css=\"tve-u-1636955fbd2\"] h1, #tve_editor [data-css=\"tve-u-1636955fbd2\"] h2, #tve_editor [data-css=\"tve-u-1636955fbd2\"] h3, #tve_editor [data-css=\"tve-u-1636955fbd2\"] h4, #tve_editor [data-css=\"tve-u-1636955fbd2\"] h5, #tve_editor [data-css=\"tve-u-1636955fbd2\"] h6 { color: rgb(255, 255, 255); }[data-css=\"tve-u-1636956410b\"] { clip-path: url(\"#clip-bottom-ebde87302d0be\"); -webkit-clip-path: url(\"#clip-bottom-ebde87302d0be\");  background-image: linear-gradient(rgba(1, 11, 20, 0.85) 0%, rgba(0, 0, 0, 0.18) 100%), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Pub-Hero-img.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-16369563890\"] { padding: 0px 40px 60px !important; }[data-css=\"tve-u-1636955fbd2\"] { max-width: 1200px; min-height: 700px !important; }#tve_editor .thrv-content-box [data-css=\"tve-u-160f972cd2b\"] p, #tve_editor .thrv-content-box [data-css=\"tve-u-160f972cd2b\"] li, #tve_editor .thrv-content-box [data-css=\"tve-u-160f972cd2b\"] blockquote, #tve_editor .thrv-content-box [data-css=\"tve-u-160f972cd2b\"] address, #tve_editor .thrv-content-box [data-css=\"tve-u-160f972cd2b\"] h1, #tve_editor .thrv-content-box [data-css=\"tve-u-160f972cd2b\"] h2, #tve_editor .thrv-content-box [data-css=\"tve-u-160f972cd2b\"] h3, #tve_editor .thrv-content-box [data-css=\"tve-u-160f972cd2b\"] h4, #tve_editor .thrv-content-box [data-css=\"tve-u-160f972cd2b\"] h5, #tve_editor .thrv-content-box [data-css=\"tve-u-160f972cd2b\"] h6 { color: rgb(255, 255, 255); }[data-css=\"tve-u-16363c02cf7\"]::after { clear: both; }[data-css=\"tve-u-16363b4867f\"] { color: rgba(3, 9, 14, 0.5) !important; }#tve_editor [data-css=\"tve-u-16363b1b458\"] { font-size: 14px !important; color: rgba(3, 9, 14, 0.5) !important; }#tve_editor [data-css=\"tve-u-163630c7fc7\"] { color: rgb(207, 199, 172) !important; }#tve_editor [data-css=\"tve-u-16362a2c533\"] { color: rgba(3, 9, 14, 0.5) !important; }[data-css=\"tve-u-16362e2956e\"] { padding: 30px 40px !important; }[data-css=\"tve-u-16362e27bcb\"] { max-width: 1200px; }[data-css=\"tve-u-16362e0aed9\"] { opacity: 1; background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Pub-Footer-img.jpg\") !important; background-size: cover !important; background-position: 0% 0% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; background-color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-16362a7e959\"] { text-transform: none !important; }#tve_editor [data-css=\"tve-u-160f96c069e\"] p, #tve_editor [data-css=\"tve-u-160f96c069e\"] li, #tve_editor [data-css=\"tve-u-160f96c069e\"] blockquote, #tve_editor [data-css=\"tve-u-160f96c069e\"] address, #tve_editor [data-css=\"tve-u-160f96c069e\"] h1, #tve_editor [data-css=\"tve-u-160f96c069e\"] h2, #tve_editor [data-css=\"tve-u-160f96c069e\"] h3, #tve_editor [data-css=\"tve-u-160f96c069e\"] h4, #tve_editor [data-css=\"tve-u-160f96c069e\"] h5, #tve_editor [data-css=\"tve-u-160f96c069e\"] h6 { color: rgb(255, 255, 255); }[data-css=\"tve-u-163629e77b3\"] { line-height: 1.3em !important; }[data-css=\"tve-u-16362a0a74e\"] { line-height: 1.3em !important; }[data-css=\"tve-u-16362a2c533\"] { line-height: 1.3em !important; }[data-css=\"tve-u-16362a29862\"] { font-size: 16px !important; }[data-css=\"tve-u-16362a29860\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-16362a2156e\"] { font-size: 16px !important; color: rgba(3, 9, 14, 0.7) !important; }#tve_editor [data-css=\"tve-u-16362a0d7c6\"] { font-size: 16px !important; color: rgba(3, 9, 14, 0.7) !important; }#tve_editor [data-css=\"tve-u-16362a0a750\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-16362a0a74e\"] { font-size: 16px !important; color: rgba(3, 9, 14, 0.5) !important; }#tve_editor [data-css=\"tve-u-16362a08679\"] { text-transform: uppercase !important; font-size: 16px !important; }[data-css=\"tve-u-163629f6837\"] { font-size: 16px !important; }[data-css=\"tve-u-163629f6835\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-163629eed0d\"] { font-size: 16px !important; color: rgba(3, 9, 14, 0.7) !important; }#tve_editor [data-css=\"tve-u-163629e77b3\"] { color: rgba(3, 9, 14, 0.5) !important; font-size: 16px !important; }#tve_editor [data-css=\"tve-u-163629df961\"] { text-transform: uppercase !important; }#tve_editor [data-css=\"tve-u-163629db329\"] { text-transform: uppercase !important; }[data-css=\"tve-u-1636292fe99\"] { padding: 0px !important; }[data-css=\"tve-u-163629240b8\"] { padding: 0px !important; }#tve_editor [data-css=\"tve-u-1635f28650b\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1635f273315\"] { padding: 0px !important; margin-bottom: 60px !important; }#tve_editor [data-css=\"tve-u-1635ebf2201\"] p, #tve_editor [data-css=\"tve-u-1635ebf2201\"] li, #tve_editor [data-css=\"tve-u-1635ebf2201\"] blockquote, #tve_editor [data-css=\"tve-u-1635ebf2201\"] address, #tve_editor [data-css=\"tve-u-1635ebf2201\"] h1, #tve_editor [data-css=\"tve-u-1635ebf2201\"] h2, #tve_editor [data-css=\"tve-u-1635ebf2201\"] h3, #tve_editor [data-css=\"tve-u-1635ebf2201\"] h4, #tve_editor [data-css=\"tve-u-1635ebf2201\"] h5, #tve_editor [data-css=\"tve-u-1635ebf2201\"] h6 { color: rgb(3, 9, 14); }#tve_editor [data-css=\"tve-u-1635f21f43a\"] { text-transform: uppercase !important; color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-1635f111354\"] { text-transform: uppercase !important; }#tve_editor [data-css=\"tve-u-1635f10faad\"] { color: rgb(3, 9, 14) !important; text-transform: uppercase !important; }[data-css=\"tve-u-1635f010773\"] { min-height: 430px; }[data-css=\"tve-u-1635efec9fa\"] { max-width: 100%; z-index: 4; padding: 0px !important; margin: 0px !important; }#tve_editor [data-css=\"tve-u-1635ef4f76c\"] { color: rgb(207, 199, 172) !important; }#tcb_landing_page h3 strong { font-weight: 700; }[data-css=\"tve-u-1635ee0cb15\"] { padding: 90px 40px 120px !important; }#tve_editor .thrv-content-box [data-css=\"tve-u-1635ec2801b\"] p, #tve_editor .thrv-content-box [data-css=\"tve-u-1635ec2801b\"] li, #tve_editor .thrv-content-box [data-css=\"tve-u-1635ec2801b\"] blockquote, #tve_editor .thrv-content-box [data-css=\"tve-u-1635ec2801b\"] address, #tve_editor .thrv-content-box [data-css=\"tve-u-1635ec2801b\"] h1, #tve_editor .thrv-content-box [data-css=\"tve-u-1635ec2801b\"] h2, #tve_editor .thrv-content-box [data-css=\"tve-u-1635ec2801b\"] h3, #tve_editor .thrv-content-box [data-css=\"tve-u-1635ec2801b\"] h4, #tve_editor .thrv-content-box [data-css=\"tve-u-1635ec2801b\"] h5, #tve_editor .thrv-content-box [data-css=\"tve-u-1635ec2801b\"] h6 { color: rgb(3, 9, 14); }[data-css=\"tve-u-1635ed274dc\"] > .tcb-flex-col { padding-left: 90px; }[data-css=\"tve-u-1635ed91639\"] { margin: 0px !important; }[data-css=\"tve-u-1635ec2801b\"] { min-height: 1px; }[data-css=\"tve-u-1635ed274dc\"] > .tcb-flex-col > .tcb-col { min-height: 370px; justify-content: flex-end; }[data-css=\"tve-u-1635ed274dc\"] { min-height: inherit; margin-left: -90px; padding: 0px !important; }[data-css=\"tve-u-1635ec2801b\"]::after { clear: both; }[data-css=\"tve-u-160fa6805d4\"] { padding: 0px !important; }[data-css=\"tve-u-1635ebfe4fc\"] { padding: 0px 0px 35px !important; margin: 0px !important; }[data-css=\"tve-u-1635ebf2201\"] { max-width: 1200px; min-height: 1px !important; }#tve_editor .thrv-content-box [data-css=\"tve-u-160e9e03630\"] p, #tve_editor .thrv-content-box [data-css=\"tve-u-160e9e03630\"] li, #tve_editor .thrv-content-box [data-css=\"tve-u-160e9e03630\"] blockquote, #tve_editor .thrv-content-box [data-css=\"tve-u-160e9e03630\"] address, #tve_editor .thrv-content-box [data-css=\"tve-u-160e9e03630\"] h1, #tve_editor .thrv-content-box [data-css=\"tve-u-160e9e03630\"] h2, #tve_editor .thrv-content-box [data-css=\"tve-u-160e9e03630\"] h3, #tve_editor .thrv-content-box [data-css=\"tve-u-160e9e03630\"] h4, #tve_editor .thrv-content-box [data-css=\"tve-u-160e9e03630\"] h5, #tve_editor .thrv-content-box [data-css=\"tve-u-160e9e03630\"] h6 { color: rgb(255, 255, 255); }#tve_editor [data-css=\"tve-u-160e4c24b1a\"] p, #tve_editor [data-css=\"tve-u-160e4c24b1a\"] li, #tve_editor [data-css=\"tve-u-160e4c24b1a\"] blockquote, #tve_editor [data-css=\"tve-u-160e4c24b1a\"] address, #tve_editor [data-css=\"tve-u-160e4c24b1a\"] h1, #tve_editor [data-css=\"tve-u-160e4c24b1a\"] h2, #tve_editor [data-css=\"tve-u-160e4c24b1a\"] h3, #tve_editor [data-css=\"tve-u-160e4c24b1a\"] h4, #tve_editor [data-css=\"tve-u-160e4c24b1a\"] h5, #tve_editor [data-css=\"tve-u-160e4c24b1a\"] h6 { color: rgb(222, 218, 203); }#tve_editor .thrv-content-box [data-css=\"tve-u-160df519447\"] p, #tve_editor .thrv-content-box [data-css=\"tve-u-160df519447\"] li, #tve_editor .thrv-content-box [data-css=\"tve-u-160df519447\"] blockquote, #tve_editor .thrv-content-box [data-css=\"tve-u-160df519447\"] address, #tve_editor .thrv-content-box [data-css=\"tve-u-160df519447\"] h1, #tve_editor .thrv-content-box [data-css=\"tve-u-160df519447\"] h2, #tve_editor .thrv-content-box [data-css=\"tve-u-160df519447\"] h3, #tve_editor .thrv-content-box [data-css=\"tve-u-160df519447\"] h4, #tve_editor .thrv-content-box [data-css=\"tve-u-160df519447\"] h5, #tve_editor .thrv-content-box [data-css=\"tve-u-160df519447\"] h6 { color: rgb(255, 255, 255); }[data-css=\"tve-u-1635eaf037e\"] { padding: 0px !important; }[data-css=\"tve-u-1635eadb72e\"] { min-height: 1px; }[data-css=\"tve-u-1635e9cce8b\"] { max-width: 47%; }[data-css=\"tve-u-1635e9cce4d\"] { max-width: 53%; }[data-css=\"tve-u-1635e97f913\"] { max-width: 550px; float: none; z-index: 3; position: relative; margin: 0px auto !important; padding: 0px !important; }[data-css=\"tve-u-1635e6b4c72\"] { max-width: 100%; min-height: 1px !important; }[data-css=\"tve-u-1635e6aad72\"] { padding: 90px 0px 90px 40px !important; }[data-css=\"tve-u-1635e6448aa\"] { padding: 0px !important; }[data-css=\"tve-u-1635e5d9ba1\"]::after { clear: both; }[data-css=\"tve-u-1635e5cd7c0\"] { max-width: 275px; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1635e5cc2d9\"] { padding: 0px !important; }[data-css=\"tve-u-1635e5cbf37\"] { margin: -110px 0px 200px !important; }#tcb_landing_page a.tve_state_hover:not(.tcb-button-link) { text-decoration: underline; color: rgb(233, 156, 0); }#tcb_landing_page h6 strong { font-weight: 700; }#tcb_landing_page h6 { font-family: \"Noto Sans\"; font-weight: 400; text-transform: uppercase; color: rgb(3, 9, 14); letter-spacing: 1px; font-size: 18px; }#tcb_landing_page h5 strong { font-weight: 700; }#tcb_landing_page h5 { font-size: 20px; font-family: \"Noto Sans\"; font-weight: 400; line-height: 1.5em; color: rgb(3, 9, 14); }#tcb_landing_page h4 strong { font-weight: 700; }#tcb_landing_page h4 { font-size: 19px; line-height: 1.5em; font-family: \"Noto Sans\"; font-weight: 400; color: rgb(3, 9, 14); text-transform: uppercase; letter-spacing: 2px; }[data-css=\"tve-u-160fec99b6f\"] { padding: 0px !important; }#tcb_landing_page a:not(.tcb-button-link) { color: rgb(233, 156, 0); text-decoration: none; }[data-css=\"tve-u-161701c1618\"] { max-width: 47.2%; }[data-css=\"tve-u-161701b642a\"] { padding: 0px 0px 0px 10px !important; }[data-css=\"tve-u-161701a2f15\"] > .tcb-flex-col > .tcb-col { justify-content: center; }[data-css=\"tve-u-161701a8fd1\"] { max-width: 100%; margin-top: 0px !important; margin-bottom: 0px !important; background-color: rgb(247, 247, 247) !important; }[data-css=\"tve-u-161701a2f15\"] { margin-left: 0px; padding: 0px 10px !important; }[data-css=\"tve-u-161701a2f15\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-161701998d2\"] { max-width: 23.2%; }[data-css=\"tve-u-1617019989e\"] { max-width: 29.6%; }[data-css=\"tve-u-16170191bce\"] { line-height: 1em !important; }#tve_editor [data-css=\"tve-u-16170191bce\"] { color: rgb(183, 183, 183) !important; font-size: 14px !important; }[data-css=\"tve-u-16170185cb5\"] { float: none; width: 45px; }[data-css=\"tve-u-1616a74e73b\"] { min-height: 1px; }[data-css=\"tve-u-1616a721403\"] { background-color: rgba(3, 9, 14, 0.9) !important; }[data-css=\"tve-u-1616a708b49\"] > .tve-cb { justify-content: flex-end; display: flex; flex-direction: column; }[data-css=\"tve-u-1616a708b49\"] { max-width: 100%; padding: 8px 5px 10px !important; margin-top: 0px !important; margin-bottom: 0px !important; margin-left: 0px !important; }[data-css=\"tve-u-160f9714a61\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-160fe13ce28\"] { max-width: 100%; min-height: 1px !important; }[data-css=\"tve-u-160fe140452\"] { padding: 0px !important; }[data-css=\"tve-u-160fa4daf17\"] { float: none; max-width: 100%; margin: 0px auto !important; }[data-css=\"tve-u-160fa4d8d4f\"] { padding: 0px !important; }[data-css=\"tve-u-160fa4b581e\"] { max-width: 100%; z-index: 3; padding: 0px !important; }[data-css=\"tve-u-160fa01d193\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-160fa1c8dca\"] { background-image: none !important; }[data-css=\"tve-u-160fa11f4f2\"] { margin: 0px 0px 10px !important; }[data-css=\"tve-u-160fa01d193\"] { max-width: 600px; float: none; z-index: 3; position: relative; padding: 0px !important; margin: 0px auto !important; }[data-css=\"tve-u-160f9ee08be\"] { background-image: none !important; padding-top: 40px !important; padding-bottom: 40px !important; padding-left: 40px !important; }[data-css=\"tve-u-160f9ec40fc\"] { float: none; max-width: 100%; letter-spacing: 1px; z-index: 3; position: relative; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-160f9ebf905\"] > .tcb-flex-col > .tcb-col { min-height: 468px; justify-content: center; }[data-css=\"tve-u-160f9ebf905\"] { margin-left: 0px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-160f9ebf905\"] > .tcb-flex-col { padding-left: 0px; }#tve_editor [data-css=\"tve-u-160f9d0c9a0\"]:hover { text-shadow: none; background-image: linear-gradient(rgba(3, 9, 14, 0.4), rgba(3, 9, 14, 0.4)), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Pub-drink-4-1.jpg\") !important; background-size: auto, cover !important; background-position: 0px 0px, 0% 0% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }#tve_editor [data-css=\"tve-u-160f9d0b00e\"]:hover { text-shadow: none; background-image: linear-gradient(rgba(3, 9, 14, 0.4), rgba(3, 9, 14, 0.4)), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Pub-Drink-3.jpg\") !important; background-size: auto, cover !important; background-position: 0px 0px, 0% 0% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }#tve_editor [data-css=\"tve-u-160f9d08737\"] p, #tve_editor [data-css=\"tve-u-160f9d08737\"] li, #tve_editor [data-css=\"tve-u-160f9d08737\"] blockquote, #tve_editor [data-css=\"tve-u-160f9d08737\"] address { color: rgb(255, 255, 255); }#tve_editor [data-css=\"tve-u-160f9d08737\"]:hover { text-shadow: none; background-image: linear-gradient(rgba(3, 9, 14, 0.4), rgba(3, 9, 14, 0.4)), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Pub-Drink-2.jpg\") !important; background-size: auto, cover !important; background-position: 0px 0px, 0% 0% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-160f9d496b3\"] { line-height: 1em !important; }[data-css=\"tve-u-160f9d5377f\"] { font-weight: 400 !important; font-family: \"Kaushan Script\" !important; }#tve_editor [data-css=\"tve-u-160f9d496b3\"] { color: rgb(255, 255, 255) !important; font-size: 26px !important; }#tve_editor [data-css=\"tve-u-160f9cccb99\"]:hover { background-image: linear-gradient(rgba(3, 9, 14, 0.4), rgba(3, 9, 14, 0.4)), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Pub-drink-1.jpg\") !important; background-size: auto, cover !important; background-position: 0px 0px, 0% 0% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-160f9d0c9a0\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Pub-drink-4-1.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-160f9d0b00e\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Pub-Drink-3.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-160f9d08737\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Pub-Drink-2.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-160f9cccb99\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Pub-drink-1.jpg\") !important; padding-top: 0px !important; padding-left: 0px !important; padding-right: 0px !important; margin-left: 0px !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-160f9caae7b\"] { padding: 0px !important; margin-bottom: 70px !important; }[data-css=\"tve-u-160f9c75fb0\"] > .tcb-flex-col > .tcb-col { min-height: 230px; justify-content: flex-end; }[data-css=\"tve-u-160f9c7f698\"] { float: none; max-width: 100%; margin: 0px auto !important; }[data-css=\"tve-u-160f9c75fb0\"] > .tcb-flex-col { padding-left: 60px; }[data-css=\"tve-u-160f9c75fb0\"] { margin-left: -60px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-160f9c6d0ad\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-160f9c6a4fe\"] { padding: 70px 40px 100px !important; }[data-css=\"tve-u-160f9c02898\"] { font-weight: 400 !important; font-family: \"Noto Sans\" !important; }[data-css=\"tve-u-160f9bfdcb7\"] { font-weight: 400 !important; font-family: \"Noto Sans\" !important; }[data-css=\"tve-u-160f9b9db80\"] { padding: 5px 0px !important; }[data-css=\"tve-u-160f9bd1e50\"] { padding: 5px 0px !important; }[data-css=\"tve-u-160f9bd1e50\"] .tve_sep { border-width: 1px; border-color: rgba(176, 171, 155, 0.3); }[data-css=\"tve-u-160f9b9db80\"] .tve_sep { border-width: 1px; border-color: rgba(176, 171, 155, 0.3); }#tve_editor [data-css=\"tve-u-160f9b916f8\"] { color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160f9b69526\"] > .tcb-flex-col > .tcb-col { min-height: 40px; justify-content: center; }[data-css=\"tve-u-160f9b7a3c6\"] { max-width: 38.4%; }[data-css=\"tve-u-160f9b7a39a\"] { max-width: 24.1%; }[data-css=\"tve-u-160f9b7a36e\"] { max-width: 37.6%; }[data-css=\"tve-u-160f9b74c2b\"] { float: none; max-width: 400px; z-index: 3; position: relative; margin: 10px auto !important; }[data-css=\"tve-u-160f9b69526\"] { margin-left: 0px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-160f9b69526\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-160f98a0d17\"] { padding: 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-160f984f29b\"] { font-size: 18px !important; font-family: \"Noto Sans\" !important; font-weight: 400 !important; }[data-css=\"tve-u-160f981fb0c\"] { line-height: 1.5em !important; }[data-css=\"tve-u-160f9823757\"] { text-transform: none !important; font-size: 18px !important; }#tve_editor [data-css=\"tve-u-160f981fb0c\"] { letter-spacing: 4px; color: rgb(255, 255, 255) !important; font-size: 18px !important; text-transform: uppercase !important; }[data-css=\"tve-u-160f97e6953\"] { padding: 0px !important; margin: 0px 0px 50px -10px !important; }[data-css=\"tve-u-160f97ddb8a\"] { line-height: 1em !important; }[data-css=\"tve-u-160f97e0356\"] { font-weight: 400 !important; font-family: \"Kaushan Script\" !important; }#tve_editor [data-css=\"tve-u-160f97ddb8a\"] { color: rgb(218, 144, 15) !important; font-size: 40px !important; }[data-css=\"tve-u-160f9734b53\"] { clip-path: url(\"#clip-top-c8e428685a637\"); -webkit-clip-path: url(\"#clip-top-c8e428685a637\");  background-image: linear-gradient(rgb(3, 9, 14), rgb(3, 9, 14)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-160f972cd2b\"] { min-height: 540px; }[data-css=\"tve-u-160f9714a61\"] { float: none; max-width: 700px; padding: 10px 40px !important; margin-top: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-160f96f5e19\"] { clip-path: url(\"#clip-bottom-c22944d35542f\"); -webkit-clip-path: url(\"#clip-bottom-c22944d35542f\");  background-image: linear-gradient(0deg, rgba(3, 9, 14, 0.5) 0%, rgba(3, 9, 14, 0.1) 100%), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Pub-CTA-img.jpg\") !important; background-size: auto, cover !important; background-position: 0px 0px, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-160f96ef669\"] { padding: 30px 40px !important; margin-top: 0px !important; }[data-css=\"tve-u-160f96c069e\"] { max-width: 100%; min-height: 1px !important; }[data-css=\"tve-u-160f957664d\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Pub-Customer-1-img_03.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-160f9562c14\"] { max-width: 104px; float: left; z-index: 3; position: relative; width: 100%; padding: 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; margin-right: 30px !important; }[data-css=\"tve-u-160f9514c00\"] { line-height: 1em !important; }#tve_editor [data-css=\"tve-u-160f9514c00\"] { letter-spacing: 1px; text-transform: uppercase !important; font-size: 16px !important; }[data-css=\"tve-u-160f9405e56\"] { padding: 5px 0px !important; margin: 0px !important; }[data-css=\"tve-u-160f9405e56\"] .tve_sep { border-width: 2px; border-color: rgb(218, 144, 15); }[data-css=\"tve-u-160f93bdfb1\"]::after { clear: both; }[data-css=\"tve-u-160f8e625a1\"] { padding: 0px !important; margin-top: 0px !important; margin-bottom: 100px !important; }#tve_editor [data-css=\"tve-u-160eb0e8e90\"]:hover [data-css=\"tve-u-160eb0d7fac\"] { background-image: linear-gradient(rgb(242, 139, 0), rgb(242, 139, 0)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-160eaaf84a6\"] { padding: 0px !important; margin-bottom: 20px !important; }[data-css=\"tve-u-160ea9789a4\"] { padding: 0px !important; }[data-css=\"tve-u-160ea977bf3\"] { padding: 0px !important; }[data-css=\"tve-u-160ea976e63\"] { padding: 0px !important; }[data-css=\"tve-u-160ea9729a9\"] { padding: 0px !important; }[data-css=\"tve-u-160ea9357c7\"] { padding: 0px !important; }[data-css=\"tve-u-160ea928596\"] { margin-top: 0px !important; }#tve_editor [data-css=\"tve-u-160e9fad83c\"] p, #tve_editor [data-css=\"tve-u-160e9fad83c\"] li, #tve_editor [data-css=\"tve-u-160e9fad83c\"] blockquote, #tve_editor [data-css=\"tve-u-160e9fad83c\"] address { line-height: 1em; }[data-css=\"tve-u-160ea7c9db0\"] > .tcb-flex-col { padding-left: 60px; }[data-css=\"tve-u-160ea89ac22\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-160ea89ac22\"] > .tcb-flex-col { padding-left: 60px; }[data-css=\"tve-u-160ea89b12a\"] { margin: 0px 0px 20px !important; background-image: linear-gradient(rgb(18, 21, 25), rgb(18, 21, 25)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-160ea89ac22\"] { margin-left: -60px; min-height: inherit; padding: 20px !important; }[data-css=\"tve-u-160ea7cae88\"] { margin: 60px 0px 0px !important; }[data-css=\"tve-u-160ea7c9db0\"] { margin-left: -60px; padding: 0px !important; }[data-css=\"tve-u-160ea7bf191\"]::after { clear: both; }#tve_editor [data-css=\"tve-u-160ea71c62c\"] { color: rgba(255, 255, 255, 0.85) !important; font-size: 16px !important; }[data-css=\"tve-u-160ea54ea72\"] { line-height: 1em !important; }#tve_editor [data-css=\"tve-u-160ea54ea72\"] { font-size: 18px !important; text-transform: none !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-160e9fac06c\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-160e9fc2c51\"] { border-right: none; }[data-css=\"tve-u-160e9fbbfa0\"] { border-right: none; }[data-css=\"tve-u-160e9fac06c\"] > .tcb-flex-col { padding-left: 60px; }[data-css=\"tve-u-160e9fad83c\"] { box-shadow: none; margin-top: 20px !important; margin-bottom: 0px !important; background-image: linear-gradient(rgb(18, 21, 25), rgb(18, 21, 25)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-160e9fac06c\"] { margin-left: -60px; min-height: inherit; padding: 20px 20px 0px !important; }[data-css=\"tve-u-160e9f87397\"] { float: left; max-width: 100%; z-index: 3; position: relative; box-shadow: rgba(18, 21, 25, 0.16) 0px 5px 35px 2px; width: 100%; padding: 0px !important; margin: 0px auto !important; }[data-css=\"tve-u-160e9f87397\"] .tve_faq:hover { background: rgba(18, 21, 25, 0.8) !important; }[data-css=\"tve-u-160e9f7868b\"] { line-height: 1em !important; }[data-css=\"tve-u-160e9f7ce0e\"] { font-family: Lato, arial !important; }#tve_editor [data-css=\"tve-u-160e9f7868b\"] { letter-spacing: 3px; color: rgb(242, 139, 0) !important; font-size: 18px !important; text-transform: uppercase !important; }[data-css=\"tve-u-160e9e41664\"] { padding: 0px !important; margin-left: -15px !important; }[data-css=\"tve-u-160e9e2aeab\"] { padding: 0px !important; }[data-css=\"tve-u-160e9e03630\"] { min-height: 1px; }[data-css=\"tve-u-160e9dff371\"] { float: none; max-width: 100%; padding: 0px !important; margin: 0px !important; position: static !important; }[data-css=\"tve-u-160e9d15bdf\"] { z-index: 1; padding: 100px 40px 90px !important; margin-top: 0px !important; }[data-css=\"tve-u-160e9d118ed\"] { opacity: 1; filter: grayscale(0%) blur(0px); box-shadow: rgba(0, 0, 0, 0.3) 0px 39px 75px 8px inset; background-image: linear-gradient(rgba(176, 171, 155, 0.28), rgba(176, 171, 155, 0.28)), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Pub-Our-Menu-BG.jpg\") !important; background-color: rgb(176, 171, 155) !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, fixed !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-160e9d0c61d\"] { max-width: 1200px; min-height: 450px !important; }#tve_editor [data-css=\"tve-u-160e52fbe2f\"]:hover { text-shadow: rgba(0, 0, 0, 0.3) 2px 2px 2px; background-image: none !important; }#tve_editor [data-css=\"tve-u-160e5276a5e\"]:hover { text-shadow: rgba(0, 0, 0, 0.25) 2px 2px 2px; background-image: none !important; }#tve_editor [data-css=\"tve-u-160e52014b5\"]:hover { text-shadow: rgba(0, 0, 0, 0.25) 2px 2px 2px; background-image: none !important; }[data-css=\"tve-u-160e52014b5\"]::after { clear: both; }[data-css=\"tve-u-160e52fbe2f\"] { text-shadow: none; background-image: none !important; }[data-css=\"tve-u-160e5276a5e\"] { background-image: none !important; }[data-css=\"tve-u-160e52014b5\"] { box-shadow: none; background-image: none !important; padding-top: 0px !important; margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-160e501c0b4\"] { padding: 0px !important; }[data-css=\"tve-u-160e4fd114b\"] { line-height: 1em !important; }[data-css=\"tve-u-160e4fe84a1\"] { line-height: 1.3em !important; }#tve_editor [data-css=\"tve-u-160e4fe84a1\"] { font-size: 44px !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-160e4fe6187\"] { font-weight: 400 !important; font-family: \"Kaushan Script\" !important; }#tve_editor [data-css=\"tve-u-160e4fd114b\"] { letter-spacing: 5px; color: rgb(255, 255, 255) !important; font-size: 16px !important; text-transform: uppercase !important; }[data-css=\"tve-u-160e4dadf9c\"] { max-width: 100%; float: none; z-index: 6; box-shadow: none; position: relative; right: 0px; bottom: -54px; margin: 0px auto !important; }[data-css=\"tve-u-160e4da55bb\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-160e4da55bb\"] { margin-left: -60px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-160e4da55bb\"] > .tcb-flex-col { padding-left: 60px; }[data-css=\"tve-u-160e4c824a2\"] { padding: 0px !important; margin-bottom: 10px !important; }[data-css=\"tve-u-160e4c55d27\"] { z-index: 4; padding: 60px 40px 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-160e4c34c93\"] { clip-path: url(\"#clip-bottom-35e31e95c7382\"); -webkit-clip-path: url(\"#clip-bottom-35e31e95c7382\");  box-shadow: none; background-image: linear-gradient(rgba(3, 9, 15, 0.85), rgba(3, 9, 15, 0.85)), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Pub-Texture1-img-.jpg\") !important; background-size: auto, cover !important; background-position: 0px 0px, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-160e4c24b1a\"] { max-width: 1200px; min-height: 1px !important; }#tve_editor [data-css=\"tve-u-160dbceed3d\"]:hover .tcb-button-link { border-radius: 15px 0px; overflow: hidden; border: none; background-color: rgb(242, 139, 0) !important; text-decoration: none !important; }#tve_editor [data-css=\"tve-u-160df6a2fe0\"] p, #tve_editor [data-css=\"tve-u-160df6a2fe0\"] li, #tve_editor [data-css=\"tve-u-160df6a2fe0\"] blockquote, #tve_editor [data-css=\"tve-u-160df6a2fe0\"] address { line-height: 1em; }[data-css=\"tve-u-160df4c6424\"] > .tve-cb { display: flex; flex-direction: column; justify-content: flex-end; }[data-css=\"tve-u-160df51ca21\"] > .tve-cb { display: block; }[data-css=\"tve-u-160df8deee2\"] { padding: 0px !important; margin-left: -15px !important; margin-bottom: 50px !important; }[data-css=\"tve-u-160df8c3360\"] { margin-left: 0px !important; padding: 0px !important; }[data-css=\"tve-u-160df711140\"] { padding: 0px !important; }[data-css=\"tve-u-160df709fbf\"] { padding: 0px !important; }[data-css=\"tve-u-160df6d74f4\"] { text-align: left; border-right: 1px solid rgba(176, 171, 155, 0.5); padding-left: 20px !important; }[data-css=\"tve-u-160df6d53e3\"] { text-align: right; border-right: 1px solid rgba(176, 171, 155, 0.6); padding-right: 20px !important; }[data-css=\"tve-u-160df6a3578\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-160df6a3578\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-160df6a3578\"] { margin-left: 0px; min-height: inherit; padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-160df6a2fe0\"] { margin-top: 20px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-160df52e534\"]::after { clear: both; }[data-css=\"tve-u-160df51ca21\"] { bottom: 0px; float: left; max-width: 100%; z-index: 3; width: 100%; left: 0px; margin: 0px auto !important; padding: 25px 0px !important; position: static !important; }[data-css=\"tve-u-160df519447\"] { min-height: 1px; text-align: center; }[data-css=\"tve-u-160df50b366\"] { background-image: linear-gradient(rgba(3, 9, 14, 0.92), rgba(3, 9, 14, 0.92)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-160df4f4d0e\"] { min-height: 480px; }[data-css=\"tve-u-160df4bedf0\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-160df4eae6d\"] { margin: 0px !important; }[data-css=\"tve-u-160df4db074\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Pub-img-section1.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-160df4c6424\"] { max-width: 100%; margin-top: 0px !important; padding: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-160df4bedf0\"] { margin-left: 0px; min-height: inherit; padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-160df4bedf0\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-160df4565d1\"] { padding: 0px !important; position: relative !important; }#tve_editor [data-css=\"tve-u-160dbe24f38\"] { font-weight: 400; letter-spacing: 4px; font-family: \"Noto Sans\" !important; font-size: 18px !important; text-transform: uppercase !important; color: rgb(18, 21, 25) !important; }[data-css=\"tve-u-160dbceed3d\"] .tcb-button-link { min-height: 54.7619px; font-size: 1.33333em; background-color: rgb(255, 169, 20) !important; padding-top: 10px !important; padding-bottom: 10px !important; }[data-css=\"tve-u-160dbceed3d\"] { width: 418px; display: block; max-width: 418px; float: none; margin: 0px auto !important; }[data-css=\"tve-u-160dbcd54ac\"] { padding: 0px !important; }[data-css=\"tve-u-160dbcd2c5b\"] { padding: 0px !important; margin-bottom: 70px !important; }[data-css=\"tve-u-160dbcbc7a4\"] { min-height: 260px; }[data-css=\"tve-u-160dbcafa88\"] { float: none; max-width: 800px; margin: 0px auto !important; padding: 0px !important; }[data-css=\"tve-u-160db85dabe\"] { min-height: 50px; }[data-css=\"tve-u-160db84bfac\"] { clip-path: url(\"#clip-bottom-eb17500f3af4b\"); -webkit-clip-path: url(\"#clip-bottom-eb17500f3af4b\");  background-image: linear-gradient(rgb(30, 34, 40), rgb(30, 34, 40)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }#tve_editor [data-css=\"tve-u-160db6dd8cd\"] > :first-child { color: rgb(255, 171, 0); }[data-css=\"tve-u-160db6dd8cd\"] { font-size: 28px; width: 28px; height: 28px; z-index: 4; position: relative; float: left; margin: 0px 15px 0px 0px !important; }#tcb_landing_page h3 { font-family: \"Noto Sans\"; font-weight: 400; font-size: 24px; line-height: 1.68em; color: rgb(3, 9, 14); letter-spacing: 2px; text-transform: uppercase; }#tcb_landing_page h2 { font-family: \"Kaushan Script\"; font-weight: 400; font-size: 90px; color: rgb(222, 218, 203); line-height: 1.3em; }#tcb_landing_page p, #tcb_landing_page li { font-family: \"Noto Sans\"; font-weight: 400; font-size: 18px; line-height: 1.5em; color: rgb(3, 9, 14); }#tcb_landing_page h1 { font-family: \"Kaushan Script\"; font-size: 100px; line-height: 1em; color: rgb(255, 255, 255); }[data-css=\"tve-u-15e09c94f7d\"] { background-color: rgb(255, 255, 255); }[data-css=\"tve-u-160dbb50aca\"] { max-width: 400px; float: none; z-index: 4; margin: 0px auto !important; padding: 30px 25px 60px !important; }#tve_editor [data-css=\"tve-u-160ea6ba05c\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160ea6ba05c\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160ea6ba060\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160ea6ba060\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160ea6ba063\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160ea6ba063\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160ea6ba065\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160ea6ba065\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160ea6ba067\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160ea6ba067\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160ea6ba06a\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160ea6ba06a\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160ea6ba06c\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160ea6ba06c\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160ea7224b9\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160ea7224b9\"] { line-height: 1.3em !important; }#tve_editor [data-css=\"tve-u-160ea79970d\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160ea79970d\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160ea799710\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160ea799710\"] { line-height: 2em !important; }[data-css=\"tve-u-160ea90d163\"] { line-height: 1em !important; }#tve_editor [data-css=\"tve-u-160ea90d163\"] { font-size: 18px !important; text-transform: none !important; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-160ea9104fd\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160ea9104fd\"] { line-height: 1.3em !important; }#tve_editor [data-css=\"tve-u-160ea9400e0\"] { color: rgba(255, 255, 255, 0.85) !important; font-size: 16px !important; }[data-css=\"tve-u-160ea9c1e15\"] { padding: 0px !important; }#tve_editor [data-css=\"tve-u-160ea9c9c07\"] { font-size: 14px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160ea9c9c07\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eaa5aa50\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eaa5aa50\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eaa62df8\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eaa62df8\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eaa73bda\"] p, #tve_editor [data-css=\"tve-u-160eaa73bda\"] li, #tve_editor [data-css=\"tve-u-160eaa73bda\"] blockquote, #tve_editor [data-css=\"tve-u-160eaa73bda\"] address { line-height: 1em; }[data-css=\"tve-u-160eaa73bda\"] { box-shadow: none; margin: 20px 0px 0px !important; background-image: linear-gradient(rgb(18, 21, 25), rgb(18, 21, 25)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-160eaa7faeb\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-160eaa7faeb\"] > .tcb-flex-col { padding-left: 60px; }[data-css=\"tve-u-160eaa7faeb\"] { margin-left: -60px; min-height: inherit; padding: 20px 20px 0px !important; }[data-css=\"tve-u-160eaa7faee\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-160eaa7faee\"] > .tcb-flex-col { padding-left: 60px; }[data-css=\"tve-u-160eaa7faee\"] { margin-left: -60px; min-height: inherit; padding: 20px !important; }[data-css=\"tve-u-160eaa8db54\"] { margin: 0px 0px 20px !important; background-image: linear-gradient(rgb(18, 21, 25), rgb(18, 21, 25)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-160eab45a4f\"] { float: left; max-width: 100%; z-index: 3; position: relative; box-shadow: rgba(18, 21, 25, 0.16) 0px 5px 35px 2px; width: 100%; padding: 0px !important; margin: 15px auto 0px !important; }[data-css=\"tve-u-160eab45a4f\"] .tve_faq:hover { background: rgba(18, 21, 25, 0.8) !important; }#tve_editor [data-css=\"tve-u-160ead90ba7\"] p, #tve_editor [data-css=\"tve-u-160ead90ba7\"] li, #tve_editor [data-css=\"tve-u-160ead90ba7\"] blockquote, #tve_editor [data-css=\"tve-u-160ead90ba7\"] address { line-height: 1em; }[data-css=\"tve-u-160ead90ba7\"] { box-shadow: none; margin: 20px 0px !important; background-image: linear-gradient(rgb(18, 21, 25), rgb(18, 21, 25)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-160ead973a1\"] { float: left; max-width: 100%; z-index: 3; position: relative; box-shadow: rgba(18, 21, 25, 0.16) 0px 5px 35px 2px; width: 100%; padding: 0px !important; margin: 0px auto 15px !important; }[data-css=\"tve-u-160ead973a1\"] .tve_faq:hover { background: rgba(18, 21, 25, 0.8) !important; }[data-css=\"tve-u-160eadcc8c9\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-160eadcc8c9\"] > .tcb-flex-col { padding-left: 60px; }[data-css=\"tve-u-160eadcc8c9\"] { margin-left: -60px; min-height: inherit; padding: 20px !important; }#tve_editor [data-css=\"tve-u-160eadffc69\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eadffc69\"] { line-height: 2em !important; }[data-css=\"tve-u-160eb0d7fac\"] { clip-path: url(\"#clip-bottom-dd364f1962bc7\"); -webkit-clip-path: url(\"#clip-bottom-dd364f1962bc7\");  box-shadow: none; background-image: linear-gradient(rgb(218, 144, 15), rgb(218, 144, 15)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-160eb0e8e90\"] > .tve-cb { display: flex; flex-direction: column; justify-content: center; }[data-css=\"tve-u-160eb0e8e90\"] { bottom: 0px; z-index: 4; left: 0px; padding: 20px 15px 25px !important; margin-top: 0px !important; margin-bottom: 0px !important; position: relative !important; }[data-css=\"tve-u-160eb1a09e2\"] { min-height: 104px; }[data-css=\"tve-u-160eb1b0e14\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-160eb1d9ffb\"] { clip-path: url(\"#clip-bottom-cb4c420ba2143\"); -webkit-clip-path: url(\"#clip-bottom-cb4c420ba2143\");  box-shadow: none; background-image: linear-gradient(rgb(218, 144, 15), rgb(218, 144, 15)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-160eb214b56\"] { clip-path: url(\"#clip-bottom-a182d7c321313\"); -webkit-clip-path: url(\"#clip-bottom-a182d7c321313\");  box-shadow: none; background-image: linear-gradient(rgb(218, 144, 15), rgb(218, 144, 15)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-160eb218e4e\"] > .tve-cb { display: flex; flex-direction: column; justify-content: center; }[data-css=\"tve-u-160eb218e4e\"] { z-index: 4; max-width: 100%; right: 0px; bottom: 0px; padding: 20px 15px 25px !important; margin-top: 0px !important; margin-bottom: 0px !important; position: static !important; }#tve_editor [data-css=\"tve-u-160eb218e4e\"]:hover [data-css=\"tve-u-160eb214b56\"] { background-image: linear-gradient(rgb(242, 139, 0), rgb(242, 139, 0)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-160eb2222a0\"] > .tve-cb { display: flex; flex-direction: column; justify-content: center; }[data-css=\"tve-u-160eb2222a0\"] { bottom: 0px; z-index: 4; left: 0px; max-width: 100%; padding: 20px 15px 25px !important; margin-top: 0px !important; margin-bottom: 0px !important; position: relative !important; }#tve_editor [data-css=\"tve-u-160eb2222a0\"]:hover [data-css=\"tve-u-160eb1d9ffb\"] { background-image: linear-gradient(rgb(242, 139, 0), rgb(242, 139, 0)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-160eb3ad20a\"] { padding: 0px !important; margin-bottom: 20px !important; }[data-css=\"tve-u-160eb42c2ca\"] { float: left; max-width: 100%; z-index: 3; position: relative; box-shadow: rgba(18, 21, 25, 0.16) 0px 5px 35px 2px; width: 100%; padding: 0px !important; margin: 0px auto !important; }[data-css=\"tve-u-160eb42c2ca\"] .tve_faq:hover { background: rgba(18, 21, 25, 0.8) !important; }[data-css=\"tve-u-160eb470891\"] { line-height: 1em !important; }#tve_editor [data-css=\"tve-u-160eb470891\"] { letter-spacing: 3px; color: rgb(242, 139, 0) !important; font-size: 18px !important; text-transform: uppercase !important; }[data-css=\"tve-u-160eb4708df\"] { font-family: Lato, arial !important; }[data-css=\"tve-u-160eb475d09\"] { line-height: 1em !important; }#tve_editor [data-css=\"tve-u-160eb475d09\"] { letter-spacing: 3px; color: rgb(242, 139, 0) !important; font-size: 18px !important; text-transform: uppercase !important; }[data-css=\"tve-u-160eb475d4c\"] { font-family: Lato, arial !important; }[data-css=\"tve-u-160eb47f143\"] { line-height: 1em !important; }#tve_editor [data-css=\"tve-u-160eb47f143\"] { letter-spacing: 3px; color: rgb(242, 139, 0) !important; font-size: 18px !important; text-transform: uppercase !important; }[data-css=\"tve-u-160eb47f16a\"] { font-family: Lato, arial !important; }#tve_editor [data-css=\"tve-u-160eb49e1f7\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb49e1f7\"] { line-height: 2em !important; }[data-css=\"tve-u-160eb4a305a\"] { border-right: none; }#tve_editor [data-css=\"tve-u-160eb4a45fb\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb4a45fb\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb4a4600\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb4a4600\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb4a4603\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb4a4603\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb4a4605\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb4a4605\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb4a4608\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb4a4608\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb4a460a\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb4a460a\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb4a460d\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb4a460d\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb4b6f9b\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb4b6f9b\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb4b6fc8\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb4b6fc8\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb4b6fcb\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb4b6fcb\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb4b6fcd\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb4b6fcd\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb4b6fd0\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb4b6fd0\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb4b6fd3\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb4b6fd3\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb4b6fd5\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb4b6fd5\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb521486\"] p, #tve_editor [data-css=\"tve-u-160eb521486\"] li, #tve_editor [data-css=\"tve-u-160eb521486\"] blockquote, #tve_editor [data-css=\"tve-u-160eb521486\"] address { line-height: 1em; }[data-css=\"tve-u-160eb521486\"] { box-shadow: none; margin: 20px 0px !important; background-image: linear-gradient(rgb(18, 21, 25), rgb(18, 21, 25)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-160eb5275ca\"] { line-height: 1em !important; }#tve_editor [data-css=\"tve-u-160eb5275ca\"] { font-size: 18px !important; text-transform: none !important; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-160eb52765c\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb52765c\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb52768d\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb52768d\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb5276bf\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb5276bf\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb5276f3\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb5276f3\"] { line-height: 2em !important; }[data-css=\"tve-u-160eb5346af\"] { line-height: 1em !important; }#tve_editor [data-css=\"tve-u-160eb5346af\"] { font-size: 18px !important; text-transform: none !important; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-160eb53477a\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb53477a\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb5347ae\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb5347ae\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb5347e1\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb5347e1\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb534816\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb534816\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb53484c\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb53484c\"] { line-height: 2em !important; }[data-css=\"tve-u-160eb537e16\"] { padding: 0px !important; }[data-css=\"tve-u-160eb54da29\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-160eb54da29\"] > .tcb-flex-col { padding-left: 60px; }[data-css=\"tve-u-160eb54da29\"] { margin-left: -60px; min-height: inherit; padding: 20px !important; }[data-css=\"tve-u-160eb553062\"] { line-height: 1em !important; }#tve_editor [data-css=\"tve-u-160eb553062\"] { font-size: 18px !important; text-transform: none !important; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-160eb553103\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb553103\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb553138\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb553138\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb55316d\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb55316d\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb5531a1\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb5531a1\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb5531d8\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb5531d8\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb55320f\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb55320f\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160f8c25bba\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160f8c25bba\"] { line-height: 2em !important; }[data-css=\"tve-u-160f8c28393\"] { line-height: 1em !important; }#tve_editor [data-css=\"tve-u-160f8c28393\"] { font-size: 18px !important; text-transform: none !important; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-160f8c2842b\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160f8c2842b\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160f8c28460\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160f8c28460\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160f8c28493\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160f8c28493\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160f8c284c6\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160f8c284c6\"] { line-height: 2em !important; }[data-css=\"tve-u-160f8c2bf72\"] { padding: 0px !important; }[data-css=\"tve-u-160f8c5888c\"] { line-height: 1em !important; }#tve_editor [data-css=\"tve-u-160f8c5888c\"] { font-size: 18px !important; text-transform: none !important; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-160f8c58957\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160f8c58957\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160f8c589bd\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160f8c589bd\"] { line-height: 2em !important; }[data-css=\"tve-u-160f8c59f19\"] { padding: 0px !important; }#tve_editor [data-css=\"tve-u-160f8c626b2\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160f8c626b2\"] { line-height: 2em !important; }[data-css=\"tve-u-160f8c8c841\"] { padding: 0px !important; }[data-css=\"tve-u-160f8c978c9\"] { border-right: none; }[data-css=\"tve-u-160f8cb0034\"] { line-height: 1em !important; }#tve_editor [data-css=\"tve-u-160f8cb0034\"] { font-size: 18px !important; text-transform: none !important; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-160f8cb00e0\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160f8cb00e0\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160f8cb011c\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160f8cb011c\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160f8cb0157\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160f8cb0157\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160f8cb0191\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160f8cb0191\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160f8cb01cb\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160f8cb01cb\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160f8cb0240\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160f8cb0240\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160f8cb027b\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160f8cb027b\"] { line-height: 2em !important; }[data-css=\"tve-u-160f8cb610d\"] { line-height: 1em !important; }#tve_editor [data-css=\"tve-u-160f8cb610d\"] { font-size: 18px !important; text-transform: none !important; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-160f8cb61bc\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160f8cb61bc\"] { line-height: 2em !important; }[data-css=\"tve-u-160f8cb9d70\"] { border-right: none; }#tve_editor [data-css=\"tve-u-160f8cc8fce\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160f8cc8fce\"] { line-height: 1.3em !important; }[data-css=\"tve-u-160f8cd7871\"] { line-height: 1em !important; }#tve_editor [data-css=\"tve-u-160f8cd7871\"] { font-size: 18px !important; text-transform: none !important; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-160f8cd794f\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160f8cd794f\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160f8cd7987\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160f8cd7987\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160f8cd79c1\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160f8cd79c1\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160f8cd79f8\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160f8cd79f8\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160f8cd7a30\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160f8cd7a30\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160f8cd7a68\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160f8cd7a68\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160f8cd7aa1\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160f8cd7aa1\"] { line-height: 2em !important; }[data-css=\"tve-u-160f8cf3d89\"] { line-height: 1em !important; }#tve_editor [data-css=\"tve-u-160f8cf3d89\"] { font-size: 18px !important; text-transform: none !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-160f8cfbf40\"] { border-right: none; }[data-css=\"tve-u-160f8d013c3\"] { line-height: 1em !important; }#tve_editor [data-css=\"tve-u-160f8d013c3\"] { font-size: 18px !important; text-transform: none !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-160f8d12a0d\"] { border-right: none; }[data-css=\"tve-u-160f961e617\"] { padding: 0px !important; margin-top: 0px !important; margin-bottom: 20px !important; }#tve_editor [data-css=\"tve-u-160f98df817\"]:hover .tcb-button-link { border-top-left-radius: 15px; overflow: hidden; border-bottom-right-radius: 15px; border: none; background-color: rgb(242, 139, 0) !important; text-decoration: none !important; }[data-css=\"tve-u-160f98df817\"] .tcb-button-link { min-height: 54.7619px; font-size: 1.33333em; background-color: rgb(255, 169, 20) !important; padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-160f98df817\"] { width: 400px; display: block; max-width: 400px; margin-top: 50px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-160f9bf1aea\"] { padding: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-160f9bf9be2\"] { line-height: 1.5em !important; }#tve_editor [data-css=\"tve-u-160f9bf9be2\"] { letter-spacing: 0px; color: rgb(255, 255, 255) !important; font-size: 24px !important; font-family: inherit !important; }#tve_editor [data-css=\"tve-u-160fa182f82\"]:hover .tcb-button-link { border-top-left-radius: 15px; overflow: hidden; border-bottom-right-radius: 15px; border: none; background-color: rgb(14, 16, 18) !important; text-decoration: none !important; }[data-css=\"tve-u-160fa182f82\"] .tcb-button-link { min-height: 54.7619px; font-size: 1.33333em; background-color: rgb(18, 21, 25) !important; padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-160fa182f82\"] { width: 375px; display: block; max-width: 375px; float: left; z-index: 3; position: relative; margin: 0px auto !important; }#tve_editor [data-css=\"tve-u-160fa198fbb\"] { font-weight: 400; letter-spacing: 4px; font-family: \"Noto Sans\" !important; font-size: 18px !important; text-transform: uppercase !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-160fa489bd9\"] { line-height: 1.3em !important; }#tve_editor [data-css=\"tve-u-160fa489bd9\"] { letter-spacing: 0px; color: rgba(3, 9, 14, 0.5) !important; font-size: 14px !important; }[data-css=\"tve-u-160fa718c59\"] { line-height: 0.2em !important; }#tve_editor [data-css=\"tve-u-160fa718c59\"] { letter-spacing: 0px; font-size: 140px !important; color: rgba(176, 171, 155, 0.4) !important; }[data-css=\"tve-u-160fa718c5e\"] { font-family: Limelight !important; font-weight: 400 !important; }#tve_editor [data-css=\"tve-u-160fec25d20\"] { font-weight: 400; letter-spacing: 4px; font-family: \"Noto Sans\" !important; font-size: 18px !important; text-transform: uppercase !important; color: rgb(18, 21, 25) !important; }[data-css=\"tve-u-1616a5e01ba\"] { float: none; max-width: 100%; z-index: 3; right: auto; bottom: auto; top: auto; left: auto; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; margin-top: 0px !important; }[data-css=\"tve-u-1616a9cfa4b\"] > .tve-cb { justify-content: flex-end; display: flex; flex-direction: column; }[data-css=\"tve-u-1616a9cfa4b\"] { max-width: 100%; padding: 8px 5px 10px !important; margin-top: 0px !important; margin-bottom: 0px !important; margin-left: 0px !important; }[data-css=\"tve-u-1616a9d1ca7\"] > .tve-cb { justify-content: flex-end; display: flex; flex-direction: column; }[data-css=\"tve-u-1616a9d1ca7\"] { max-width: 100%; padding: 8px 5px 10px !important; margin-top: 0px !important; margin-bottom: 0px !important; margin-left: 0px !important; }[data-css=\"tve-u-1616a9d3730\"] > .tve-cb { justify-content: flex-end; display: flex; flex-direction: column; }[data-css=\"tve-u-1616a9d3730\"] { max-width: 100%; padding: 8px 5px 10px !important; margin-top: 0px !important; margin-bottom: 0px !important; margin-left: 0px !important; }[data-css=\"tve-u-161701c9195\"] { line-height: 1em !important; }#tve_editor [data-css=\"tve-u-161701c9195\"] { color: rgb(120, 120, 120) !important; font-size: 14px !important; }[data-css=\"tve-u-161702e8042\"] { float: none; width: 52px; }[data-css=\"tve-u-1617031f43b\"] { float: none; width: 49px; }[data-css=\"tve-u-16170325257\"] { margin: 0px !important; background-color: rgb(247, 247, 247) !important; }[data-css=\"tve-u-161703268c0\"] { margin: 0px !important; background-color: rgb(247, 247, 247) !important; }[data-css=\"tve-u-16170332517\"] { max-width: 29.6%; }[data-css=\"tve-u-1617033251d\"] { max-width: 24.8%; }[data-css=\"tve-u-1617033371d\"] { max-width: 45.5%; }[data-css=\"tve-u-16170334a49\"] { max-width: 29.6%; }[data-css=\"tve-u-16170334a4f\"] { max-width: 23.2%; }[data-css=\"tve-u-161703373d0\"] { max-width: 47.2%; }[data-css=\"tve-u-161703e4bac\"] > .tcb-flex-col > .tcb-col { justify-content: center; }[data-css=\"tve-u-161703e4bac\"] { margin-left: 0px; padding: 0px 10px !important; }[data-css=\"tve-u-161703e4bac\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-16170441415\"] { padding: 0px !important; }[data-css=\"tve-u-16170442200\"] { padding: 0px 0px 0px 10px !important; }[data-css=\"tve-u-161704435d7\"] { padding: 0px !important; }[data-css=\"tve-u-16170445bb9\"] { padding: 0px 0px 0px 10px !important; }[data-css=\"tve-u-1617045651a\"] > .tcb-flex-col > .tcb-col { justify-content: center; }[data-css=\"tve-u-1617045651a\"] { margin-left: 0px; padding: 0px 10px !important; }[data-css=\"tve-u-1617045651a\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-16170471614\"] { padding: 0px !important; }#tcb_landing_page a:hover:not(.tcb-button-link) { color: rgb(233, 156, 0); text-decoration: underline; }#tcb_landing_page a.tve-state-hover:not(.tcb-button-link) { color: rgb(242, 139, 0); }[data-css=\"tve-u-1635e5ffa41\"] { max-width: 200px; float: right; z-index: 3; position: relative; width: 100%; padding: 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-1635e65c044\"] > :first-child { color: rgb(255, 171, 0); }[data-css=\"tve-u-1635e65c044\"] { font-size: 28px; width: 28px; height: 28px; float: left; z-index: 3; position: relative; margin-top: 0px !important; margin-bottom: 0px !important; margin-left: 30px !important; }#tve_editor [data-css=\"tve-u-1635ed98a8a\"] > :first-child { color: rgb(218, 144, 15); }[data-css=\"tve-u-1635ed98a8a\"] { font-size: 50px; float: left; z-index: 3; position: relative; width: 50px; height: 50px; margin: -35px 0px 20px !important; padding-left: 10px !important; }[data-css=\"tve-u-1635edf3681\"] { min-height: 104px; }[data-css=\"tve-u-1635ef71519\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1635ef72920\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1635f073915\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Pub-Food-img_03.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }#tve_editor [data-css=\"tve-u-1635efec9fa\"]:hover [data-css=\"tve-u-1635f098c8e\"] { background-image: linear-gradient(0deg, rgba(242, 139, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Pub-Drinks-img_03.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-1635f098c8e\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Pub-Drinks-img_03.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1635f0a8c87\"] { max-width: 100%; z-index: 4; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1635f0b76b1\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Pub-Ambiance-img_03.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }#tve_editor [data-css=\"tve-u-1635f0a8c87\"]:hover [data-css=\"tve-u-1635f0b76b1\"] { background-image: linear-gradient(0deg, rgba(242, 139, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Pub-Ambiance-img_03.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-1635f121505\"] { padding: 0px !important; position: static !important; }#tve_editor .thrv-content-box [data-css=\"tve-u-1635f125271\"] p, #tve_editor .thrv-content-box [data-css=\"tve-u-1635f125271\"] li, #tve_editor .thrv-content-box [data-css=\"tve-u-1635f125271\"] blockquote, #tve_editor .thrv-content-box [data-css=\"tve-u-1635f125271\"] address, #tve_editor .thrv-content-box [data-css=\"tve-u-1635f125271\"] h1, #tve_editor .thrv-content-box [data-css=\"tve-u-1635f125271\"] h2, #tve_editor .thrv-content-box [data-css=\"tve-u-1635f125271\"] h3, #tve_editor .thrv-content-box [data-css=\"tve-u-1635f125271\"] h4, #tve_editor .thrv-content-box [data-css=\"tve-u-1635f125271\"] h5, #tve_editor .thrv-content-box [data-css=\"tve-u-1635f125271\"] h6 { color: rgb(3, 9, 14); }[data-css=\"tve-u-1635f125271\"] { min-height: 1px; }[data-css=\"tve-u-1635f125271\"]::after { clear: both; }[data-css=\"tve-u-1635f136552\"] { padding: 0px !important; margin-top: 0px !important; margin-bottom: 20px !important; }[data-css=\"tve-u-1635f138d3b\"] { padding: 0px !important; margin-bottom: 20px !important; }[data-css=\"tve-u-1635f139f5c\"] { padding: 0px !important; margin-bottom: 20px !important; }[data-css=\"tve-u-1635f13f574\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Pub-customer-2_03.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1635f14cd1e\"] { padding: 5px 0px !important; margin: 0px !important; }[data-css=\"tve-u-1635f14cd1e\"] .tve_sep { border-width: 2px; border-color: rgb(218, 144, 15); }[data-css=\"tve-u-1635f187bfc\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Pub-Customer-3_03.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1635f1b25ed\"] { padding: 0px 0px 35px !important; margin: 0px !important; }[data-css=\"tve-u-1635f1b3fee\"] { padding: 0px 0px 35px !important; margin: 0px !important; }#tve_editor [data-css=\"tve-u-163628d68f3\"]:hover [data-css=\"tve-u-1635f073915\"] { background-image: linear-gradient(0deg, rgba(242, 139, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Pub-Food-img_03.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-163628d68f3\"] { max-width: 100%; z-index: 4; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-163629eb59f\"] { min-height: 104px; }#tve_editor .thrv-content-box [data-css=\"tve-u-16362a05c8f\"] p, #tve_editor .thrv-content-box [data-css=\"tve-u-16362a05c8f\"] li, #tve_editor .thrv-content-box [data-css=\"tve-u-16362a05c8f\"] blockquote, #tve_editor .thrv-content-box [data-css=\"tve-u-16362a05c8f\"] address, #tve_editor .thrv-content-box [data-css=\"tve-u-16362a05c8f\"] h1, #tve_editor .thrv-content-box [data-css=\"tve-u-16362a05c8f\"] h2, #tve_editor .thrv-content-box [data-css=\"tve-u-16362a05c8f\"] h3, #tve_editor .thrv-content-box [data-css=\"tve-u-16362a05c8f\"] h4, #tve_editor .thrv-content-box [data-css=\"tve-u-16362a05c8f\"] h5, #tve_editor .thrv-content-box [data-css=\"tve-u-16362a05c8f\"] h6 { color: rgb(3, 9, 14); }[data-css=\"tve-u-16362a05c8f\"] { min-height: 1px; }[data-css=\"tve-u-16362a05c8f\"]::after { clear: both; }[data-css=\"tve-u-16362a05cc8\"] { min-height: 104px; }#tve_editor [data-css=\"tve-u-16362a8dd87\"] > :first-child { color: rgb(3, 9, 14); }[data-css=\"tve-u-16362a8dd87\"] { font-size: 25px; width: 25px; height: 25px; float: left; z-index: 3; position: relative; margin-top: 0px !important; margin-bottom: 0px !important; margin-right: 10px !important; }#tve_editor [data-css=\"tve-u-16362aa4888\"] > :first-child { color: rgb(3, 9, 14); }[data-css=\"tve-u-16362aa4888\"] { font-size: 25px; width: 25px; height: 25px; z-index: 4; position: relative; float: left; margin: 0px 10px 0px 0px !important; }[data-css=\"tve-u-16362aabe81\"] { padding: 0px !important; margin: 0px 0px 10px !important; }[data-css=\"tve-u-1636301dc81\"] { padding: 0px !important; margin: 0px 0px 60px !important; }[data-css=\"tve-u-16363231ead\"] { min-height: 430px; }[data-css=\"tve-u-16363235afe\"] { min-height: 430px; }[data-css=\"tve-u-16363599740\"] { padding: 0px !important; position: relative !important; }[data-css=\"tve-u-1636390935e\"] { padding: 0px !important; margin-bottom: 20px !important; }#tve_editor [data-css=\"tve-u-1636392a6b1\"] > :first-child { color: rgb(218, 144, 15); }[data-css=\"tve-u-1636392a6b1\"] { font-size: 50px; float: left; z-index: 3; position: relative; width: 50px; height: 50px; margin: -35px 0px 20px !important; padding-left: 10px !important; }#tve_editor [data-css=\"tve-u-1636392e791\"] > :first-child { color: rgb(218, 144, 15); }[data-css=\"tve-u-1636392e791\"] { font-size: 50px; float: left; z-index: 3; position: relative; width: 50px; height: 50px; margin: -35px 0px 20px !important; padding-left: 10px !important; }[data-css=\"tve-u-1636393c2d2\"] { max-width: 104px; float: left; z-index: 3; position: relative; width: 100%; padding: 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; margin-right: 30px !important; }[data-css=\"tve-u-1636393da63\"] { max-width: 104px; float: left; z-index: 3; position: relative; width: 100%; padding: 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; margin-right: 30px !important; }[data-css=\"tve-u-16369519850\"] { padding: 5px 0px !important; margin: 0px !important; }[data-css=\"tve-u-16369519850\"] .tve_sep { border-width: 2px; border-color: rgb(218, 144, 15); }[data-css=\"tve-u-1636951d241\"] { padding: 0px !important; margin-top: 0px !important; margin-bottom: 20px !important; }[data-css=\"tve-u-1689b6473cd\"] { background-color: rgb(0, 0, 0) !important; }}@media (max-width: 1023px){[data-css=\"tve-u-16369563890\"] { padding-left: 25px !important; padding-right: 25px !important; padding-bottom: 40px !important; }[data-css=\"tve-u-1636955fbd2\"] { max-width: 100%; min-height: 600px !important; }[data-css=\"tve-u-160f9c6d0ad\"] { max-width: 630px; }[data-css=\"tve-u-1635ebf2201\"] { max-width: 630px; }[data-css=\"tve-u-160df8deee2\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-160e9d118ed\"] { box-shadow: rgba(0, 0, 0, 0.3) 0px 28px 75px 8px inset; }[data-css=\"tve-u-1635ebfe4fc\"] { max-width: 671px; padding-bottom: 0px !important; margin-bottom: 25px !important; }[data-css=\"tve-u-1635f1b3fee\"] { padding-bottom: 0px !important; margin-bottom: 25px !important; }[data-css=\"tve-u-1635f1b25ed\"] { padding-bottom: 0px !important; margin-bottom: 25px !important; }[data-css=\"tve-u-16363524c1e\"] { margin-top: 0px !important; padding-top: 70px !important; padding-left: 100px !important; padding-right: 100px !important; }[data-css=\"tve-u-160e9e41664\"] { margin-bottom: 50px !important; }[data-css=\"tve-u-160f9d08737\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-160f8e625a1\"] { margin-bottom: 60px !important; }[data-css=\"tve-u-1635ee0cb15\"] { padding: 60px 0px !important; }[data-css=\"tve-u-160eadcc8c9\"] { margin-left: 0px; }[data-css=\"tve-u-160eb54da29\"] { margin-left: 0px; }[data-css=\"tve-u-160ea89ac22\"] { margin-left: 0px; }[data-css=\"tve-u-160e9fac06c\"] { margin-left: 0px; }[data-css=\"tve-u-160eaa7faee\"] { margin-left: 0px; }[data-css=\"tve-u-160eaa7faeb\"] { margin-left: 0px; }[data-css=\"tve-u-160ea7c9db0\"] { margin-left: 0px; }[data-css=\"tve-u-160eadcc8c9\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-160eb54da29\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-160ea89ac22\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-160e9fac06c\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-160eaa7faee\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-160eaa7faeb\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-160ea7c9db0\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-160e9d15bdf\"] { padding: 60px 0px !important; }[data-css=\"tve-u-160e9d0c61d\"] { max-width: 630px; min-height: 1px !important; }[data-css=\"tve-u-1635f0a8c87\"] { margin-top: 40px !important; }[data-css=\"tve-u-1635f010773\"] { min-height: 300px; }[data-css=\"tve-u-16363235afe\"] { min-height: 320px; }[data-css=\"tve-u-16363231ead\"] { min-height: 320px; }[data-css=\"tve-u-1635e97f913\"] { max-width: 100%; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1635e6aad72\"] { padding: 0px !important; }[data-css=\"tve-u-160dbcd2c5b\"] { margin-bottom: 60px !important; }[data-css=\"tve-u-1635e5cbf37\"] { margin-top: 5px !important; margin-bottom: 70px !important; }[data-css=\"tve-u-160db84bfac\"] { clip-path: url(\"#clip-tablet-bottom-eb17500f3af4b\"); -webkit-clip-path: url(\"#clip-tablet-bottom-eb17500f3af4b\");  }[data-css=\"tve-u-161701a2f15\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1617045651a\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-161703e4bac\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1635ed274dc\"] > .tcb-flex-col > .tcb-col { min-height: 370px; }[data-css=\"tve-u-1635ed274dc\"] { min-height: inherit; }[data-css=\"tve-u-1635ed274dc\"] .tcb-flex-col { flex-basis: 269px !important; }[data-css=\"tve-u-16362e27bcb\"] { min-height: 1px !important; }[data-css=\"tve-u-16362e2956e\"] { padding: 40px !important; }#tve_editor [data-css=\"tve-u-160fa198fbb\"] { letter-spacing: 2px; font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1636311dda3\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1636311d040\"] { font-size: 16px !important; }[data-css=\"tve-u-160f9ebf905\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-160f9ebf905\"] { min-height: inherit; flex-wrap: nowrap !important; }[data-css=\"tve-u-1636301dc81\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-1635f273315\"] { margin: 0px 0px 20px !important; }[data-css=\"tve-u-160f9ee08be\"] { padding: 0px !important; }#tcb_landing_page p, #tcb_landing_page li { font-size: 18px; line-height: 1.5em; }#tcb_landing_page h6 { font-size: 18px; line-height: 1.5em; }#tcb_landing_page h5 { font-size: 20px; line-height: 1.5em; }#tcb_landing_page h4 { font-size: 20px; line-height: 1.5em; letter-spacing: 1px; }#tcb_landing_page h3 { font-size: 22px; line-height: 1.5em; color: rgb(3, 9, 14); letter-spacing: 2px; }#tcb_landing_page h2 { font-size: 70px; line-height: 1.3em; }#tcb_landing_page h1 { font-size: 85px; line-height: 1em; color: rgb(255, 255, 255); }[data-css=\"tve-u-160fec99b6f\"] { padding: 0px !important; }[data-css=\"tve-u-1617031f43b\"] { margin-top: 10px !important; margin-bottom: 10px !important; }[data-css=\"tve-u-161701b642a\"] { padding-left: 0px !important; }[data-css=\"tve-u-16170471614\"] { padding-left: 0px !important; }[data-css=\"tve-u-161701a2f15\"] { min-height: inherit; padding: 10px !important; flex-wrap: nowrap !important; }[data-css=\"tve-u-161703268c0\"] { max-width: 671px; margin-top: 0px !important; }[data-css=\"tve-u-1617045651a\"] { min-height: inherit; padding: 10px !important; flex-wrap: nowrap !important; }[data-css=\"tve-u-16170325257\"] { margin-top: 0px !important; }[data-css=\"tve-u-16170445bb9\"] { padding-left: 0px !important; }[data-css=\"tve-u-161704435d7\"] { padding-left: 0px !important; }[data-css=\"tve-u-16170442200\"] { padding-left: 0px !important; }[data-css=\"tve-u-16170441415\"] { padding-left: 0px !important; }[data-css=\"tve-u-161703e4bac\"] { min-height: inherit; padding: 10px !important; flex-wrap: nowrap !important; }[data-css=\"tve-u-161701a8fd1\"] { margin-top: 0px !important; }[data-css=\"tve-u-161702e8042\"] { margin-top: 10px !important; margin-bottom: 10px !important; margin-left: 0px !important; }[data-css=\"tve-u-16170185cb5\"] { margin: 10px 0px !important; padding-left: 0px !important; }[data-css=\"tve-u-160f9c75fb0\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-160f9c75fb0\"] .tcb-flex-col { flex-basis: 312px !important; }[data-css=\"tve-u-160f9c75fb0\"] > .tcb-flex-col > .tcb-col { min-height: 220px; }[data-css=\"tve-u-160f9c75fb0\"] { min-height: inherit; margin-left: -30px; padding-top: 0px !important; padding-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-160f97ddb8a\"] { font-size: 40px !important; }#tve_editor [data-css=\"tve-u-160fa489bd9\"] { letter-spacing: 0px; }[data-css=\"tve-u-160fa4d8d4f\"] { padding: 0px !important; }[data-css=\"tve-u-160fa4daf17\"] { max-width: 100%; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-160f9d0c9a0\"] { margin-top: 30px !important; }[data-css=\"tve-u-160f9d0b00e\"] { padding-top: 0px !important; margin-top: 30px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-160f9ec40fc\"] { max-width: 100%; }[data-css=\"tve-u-160fe140452\"] { padding: 20px 0px 40px !important; }[data-css=\"tve-u-160fe13ce28\"] { max-width: 100%; }[data-css=\"tve-u-160fa11f4f2\"] { margin: 0px !important; }[data-css=\"tve-u-160fa01d193\"] { max-width: 340px; float: none; padding: 0px !important; margin: 0px auto !important; }[data-css=\"tve-u-160f9c7f698\"] { max-width: 100%; float: none; margin-left: auto !important; margin-right: auto !important; margin-top: 0px !important; }[data-css=\"tve-u-160f9cccb99\"] { margin-bottom: 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-160f96ef669\"] { padding-top: 30px !important; padding-bottom: 30px !important; }[data-css=\"tve-u-160f9bf1aea\"] { margin-top: 0px !important; }[data-css=\"tve-u-160f9c6a4fe\"] { padding: 60px 0px 80px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-160f9caae7b\"] { margin: 0px 0px 60px !important; }[data-css=\"tve-u-160f9b69526\"] .tcb-flex-col { flex-basis: 71px !important; }[data-css=\"tve-u-160f9b69526\"] > .tcb-flex-col > .tcb-col { min-height: 20px; }[data-css=\"tve-u-160f9b69526\"] { min-height: inherit; padding-top: 10px !important; padding-bottom: 10px !important; }[data-css=\"tve-u-160f9bd1e50\"] { max-width: 100%; padding: 5px 0px !important; }[data-css=\"tve-u-160f9b9db80\"] { padding-top: 5px !important; padding-bottom: 5px !important; }[data-css=\"tve-u-160fa7619dc\"] { max-width: 100%; float: none; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-160f9b74c2b\"] { max-width: 400px; float: none; margin: 10px auto !important; }[data-css=\"tve-u-160f972cd2b\"] { min-height: 1px; }[data-css=\"tve-u-160f9714a61\"] { max-width: 630px; float: none; padding: 70px 40px !important; margin: 0px auto !important; }[data-css=\"tve-u-160f9734b53\"] { clip-path: url(\"#clip-tablet-top-c8e428685a637\"); -webkit-clip-path: url(\"#clip-tablet-top-c8e428685a637\");  }[data-css=\"tve-u-160fa718c5e\"] { font-family: Limelight !important; font-weight: 400 !important; }#tve_editor [data-css=\"tve-u-160fa718c59\"] { font-size: 100px !important; }[data-css=\"tve-u-160fa6805d4\"] { padding: 0px !important; }#tve_editor [data-css=\"tve-u-160ea71c62c\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-160ea9400e0\"] { font-size: 16px !important; }[data-css=\"tve-u-160eb42c2ca\"] { margin-top: 5px !important; }[data-css=\"tve-u-160e4c55d27\"] { padding: 40px 0px 60px !important; }[data-css=\"tve-u-160e4c824a2\"] { margin-bottom: 40px !important; margin-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-160eaaf84a6\"] { margin-bottom: 15px !important; }[data-css=\"tve-u-160eb3ad20a\"] { margin-bottom: 15px !important; }[data-css=\"tve-u-160ead973a1\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-160eb38e170\"] { margin-top: 30px !important; }[data-css=\"tve-u-160eab45a4f\"] { margin-top: 5px !important; }[data-css=\"tve-u-160ea7cae88\"] { margin-top: 0px !important; }[data-css=\"tve-u-160ea7c9db0\"] .tcb-flex-col { flex-basis: 700px !important; }[data-css=\"tve-u-160e9dff371\"] { max-width: 100%; padding: 0px !important; }[data-css=\"tve-u-160e4c34c93\"] { clip-path: url(\"#clip-tablet-bottom-35e31e95c7382\"); -webkit-clip-path: url(\"#clip-tablet-bottom-35e31e95c7382\");  }[data-css=\"tve-u-160eb1b0e14\"] { margin-top: 0px !important; margin-left: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-160eb1a09e2\"] { min-height: 1px; }[data-css=\"tve-u-160eb0d7fac\"] { clip-path: url(\"#clip-tablet-bottom-dd364f1962bc7\"); -webkit-clip-path: url(\"#clip-tablet-bottom-dd364f1962bc7\");  }[data-css=\"tve-u-160e5adb400\"] { margin-top: 0px !important; margin-bottom: 2px !important; }[data-css=\"tve-u-160e4c24b1a\"] { max-width: 630px; min-height: 1px !important; }[data-css=\"tve-u-160df6a3578\"] > .tcb-flex-col > .tcb-col { min-height: 20px; }[data-css=\"tve-u-160df4bedf0\"] > .tcb-flex-col > .tcb-col { min-height: 20px; }[data-css=\"tve-u-160df4bedf0\"] .tcb-flex-col { flex-basis: 390px !important; }[data-css=\"tve-u-160e52fbe2f\"] { margin: 0px !important; }[data-css=\"tve-u-160e4da55bb\"] > .tcb-flex-col > .tcb-col { min-height: 432px; justify-content: flex-end; }[data-css=\"tve-u-160e4da55bb\"] .tcb-flex-col { flex-basis: 280px !important; }#tve_editor .thrv-content-box [data-css=\"tve-u-160df519447\"] p, #tve_editor .thrv-content-box [data-css=\"tve-u-160df519447\"] li, #tve_editor .thrv-content-box [data-css=\"tve-u-160df519447\"] blockquote, #tve_editor .thrv-content-box [data-css=\"tve-u-160df519447\"] address { line-height: 1em; }#tve_editor .thrv-content-box [data-css=\"tve-u-160df4f4d0e\"] p, #tve_editor .thrv-content-box [data-css=\"tve-u-160df4f4d0e\"] li, #tve_editor .thrv-content-box [data-css=\"tve-u-160df4f4d0e\"] blockquote, #tve_editor .thrv-content-box [data-css=\"tve-u-160df4f4d0e\"] address { line-height: 1em; }[data-css=\"tve-u-160e4da55bb\"] { margin-left: -40px; min-height: inherit; flex-direction: row; padding-bottom: 0px !important; flex-wrap: wrap !important; }[data-css=\"tve-u-160e4da55bb\"] > .tcb-flex-col { padding-left: 40px; }[data-css=\"tve-u-160e4dadf9c\"] { max-width: 100%; float: none; position: static; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-160df51ca21\"] > .tve-cb { display: flex; flex-direction: column; justify-content: flex-end; }[data-css=\"tve-u-160df4c6424\"] { padding-top: 0px !important; }[data-css=\"tve-u-160df519447\"] { min-height: 1px; }[data-css=\"tve-u-160df4f4d0e\"] { min-height: 400px; }[data-css=\"tve-u-160dbcbc7a4\"] { min-height: 220px; }[data-css=\"tve-u-160df4eae6d\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-160df6a3578\"] { margin-left: 0px; min-height: inherit; }[data-css=\"tve-u-160df4bedf0\"] { margin-left: 0px; min-height: inherit; }[data-css=\"tve-u-160df6a3578\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-160df4bedf0\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-160df8c3360\"] { padding: 60px !important; }[data-css=\"tve-u-160dbceed3d\"] { float: none; margin: 0px auto !important; }[data-css=\"tve-u-160df4565d1\"] { padding-top: 0px !important; }[data-css=\"tve-u-160dbcafa88\"] { margin-top: 90px !important; }[data-css=\"tve-u-160db6dd8cd\"] { font-size: 25px; width: 25px; height: 25px; margin-right: 20px !important; }[data-css=\"tve-u-160eb0e8e90\"] { max-width: 100%; bottom: 0px; left: 0px; padding: 30px 5px 20px !important; margin-top: -30px !important; position: static !important; }[data-css=\"tve-u-160eb1d9ffb\"] { clip-path: url(\"#clip-tablet-bottom-cb4c420ba2143\"); -webkit-clip-path: url(\"#clip-tablet-bottom-cb4c420ba2143\");  }[data-css=\"tve-u-160eb214b56\"] { clip-path: url(\"#clip-tablet-bottom-a182d7c321313\"); -webkit-clip-path: url(\"#clip-tablet-bottom-a182d7c321313\");  }[data-css=\"tve-u-160eb218e4e\"] { bottom: 0px; right: 0px; max-width: 100%; padding: 30px 5px 20px !important; position: static !important; margin-top: -30px !important; }[data-css=\"tve-u-160eb2222a0\"] { right: 0px; bottom: 0px; padding: 30px 5px 20px !important; margin-top: -30px !important; }[data-css=\"tve-u-160f98df817\"] { margin-top: 40px !important; }[data-css=\"tve-u-160fa182f82\"] { display: block; max-width: 300px; width: 300px; margin: 0px !important; }[data-css=\"tve-u-1635e65c044\"] { font-size: 25px; width: 25px; height: 25px; margin-left: 30px !important; }[data-css=\"tve-u-1635ef71519\"] { margin-top: 0px !important; margin-left: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-1635ef72920\"] { margin-top: 0px !important; margin-left: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-1635f121505\"] { padding: 0px !important; }[data-css=\"tve-u-16362a8dd87\"] { font-size: 18px; width: 18px; height: 18px; margin-right: 15px !important; }[data-css=\"tve-u-16362aa4888\"] { font-size: 18px; width: 18px; height: 18px; margin-right: 15px !important; }[data-css=\"tve-u-16363599740\"] { padding-top: 0px !important; }}@media (max-width: 767px){[data-css=\"tve-u-16369563890\"] { padding: 0px 0px 80px !important; }[data-css=\"tve-u-1636955fbd2\"] { min-height: 1px !important; }[data-css=\"tve-u-1636956410b\"] { background-image: linear-gradient(rgba(1, 11, 20, 0.95) 0%, rgba(3, 25, 47, 0.2) 100%), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Pub-Hero-img.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-1635e5ffa41\"] > .tve-cb { display: block; }[data-css=\"tve-u-1636301dc81\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-160f9ebf905\"] .tcb-flex-col { flex-basis: 390px !important; }[data-css=\"tve-u-160f9ee08be\"] { padding: 0px !important; }[data-css=\"tve-u-16362e2956e\"] { padding: 25px !important; }[data-css=\"tve-u-16362e27bcb\"] { max-width: 100%; }[data-css=\"tve-u-160f9c6d0ad\"] { max-width: 100%; }[data-css=\"tve-u-160fa7619dc\"] { margin: 0px !important; padding-top: 5px !important; padding-bottom: 5px !important; }[data-css=\"tve-u-160f9b69526\"] .tcb-flex-col { flex-basis: 125px !important; }[data-css=\"tve-u-163639549e4\"] { margin-bottom: 60px !important; }[data-css=\"tve-u-1617045651a\"] .tcb-flex-col { flex-basis: 250px !important; }[data-css=\"tve-u-1617045651a\"] { flex-wrap: wrap !important; }[data-css=\"tve-u-1635f1b3fee\"] { margin-bottom: 15px !important; }[data-css=\"tve-u-1635ebfe4fc\"] { margin-bottom: 15px !important; }[data-css=\"tve-u-161701a2f15\"] .tcb-flex-col { flex-basis: 250px !important; }[data-css=\"tve-u-161701a2f15\"] { flex-wrap: wrap !important; }[data-css=\"tve-u-160f9562c14\"] { margin-right: 15px !important; }[data-css=\"tve-u-1636393da63\"] { margin-right: 15px !important; }[data-css=\"tve-u-1636393c2d2\"] { margin-right: 15px !important; }[data-css=\"tve-u-16363524c1e\"] { padding: 0px !important; }[data-css=\"tve-u-1635ed98a8a\"] { margin-bottom: 10px !important; }[data-css=\"tve-u-1636392e791\"] { margin-bottom: 10px !important; }[data-css=\"tve-u-1636392a6b1\"] { margin-bottom: 10px !important; }[data-css=\"tve-u-161703e4bac\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-161703e4bac\"] .tcb-flex-col { flex-basis: 286px !important; }[data-css=\"tve-u-161703e4bac\"] { margin-left: 0px; flex-wrap: wrap !important; }[data-css=\"tve-u-1635f1b25ed\"] { margin-bottom: 25px !important; }[data-css=\"tve-u-1636390be1e\"] { margin-bottom: 60px !important; }[data-css=\"tve-u-1636390935e\"] { margin-bottom: 5px !important; }[data-css=\"tve-u-1635f138d3b\"] { margin-bottom: 5px !important; }[data-css=\"tve-u-1635ee0cb15\"] { padding: 50px 25px !important; }[data-css=\"tve-u-160e9d118ed\"] { box-shadow: rgba(0, 0, 0, 0.3) 0px 17px 75px 8px inset; background-size: auto, cover !important; }[data-css=\"tve-u-160e9d15bdf\"] { padding: 50px 25px !important; }[data-css=\"tve-u-160e9d0c61d\"] { max-width: 100%; }[data-css=\"tve-u-160e52014b5\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-160e4c34c93\"] { clip-path: url(\"#clip-mobile-bottom-35e31e95c7382\"); -webkit-clip-path: url(\"#clip-mobile-bottom-35e31e95c7382\");  }[data-css=\"tve-u-160eb0e8e90\"] { margin-top: -30px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-160eb0d7fac\"] { clip-path: url(\"#clip-mobile-bottom-dd364f1962bc7\"); -webkit-clip-path: url(\"#clip-mobile-bottom-dd364f1962bc7\");  }[data-css=\"tve-u-160eb2222a0\"] { margin-top: -30px !important; margin-bottom: 25px !important; }[data-css=\"tve-u-160eb1d9ffb\"] { clip-path: url(\"#clip-mobile-bottom-cb4c420ba2143\"); -webkit-clip-path: url(\"#clip-mobile-bottom-cb4c420ba2143\");  }[data-css=\"tve-u-160eb218e4e\"] { margin-top: -30px !important; margin-bottom: 25px !important; }[data-css=\"tve-u-160eb214b56\"] { clip-path: url(\"#clip-mobile-bottom-a182d7c321313\"); -webkit-clip-path: url(\"#clip-mobile-bottom-a182d7c321313\");  }[data-css=\"tve-u-160e4da55bb\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-160e4da55bb\"] .tcb-flex-col { flex-basis: 350px !important; }[data-css=\"tve-u-1635f0a8c87\"] { margin-top: 0px !important; }[data-css=\"tve-u-1635f010773\"] { min-height: 300px; }[data-css=\"tve-u-16363235afe\"] { min-height: 300px; }[data-css=\"tve-u-16363231ead\"] { min-height: 300px; }#tcb_landing_page h6 { font-size: 16px; }[data-css=\"tve-u-160dbcd54ac\"] { margin-bottom: 15px !important; }[data-css=\"tve-u-160dbcd2c5b\"] { margin-bottom: 50px !important; }[data-css=\"tve-u-1635e5cbf37\"] { margin-bottom: 50px !important; }[data-css=\"tve-u-1635e5ffa41\"] { max-width: 200px; float: none; margin-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-16363739d27\"] { max-width: 64.8%; }[data-css=\"tve-u-16363739cd6\"] { max-width: 35.2%; }[data-css=\"tve-u-1635e5cc2d9\"] { flex-flow: row-reverse wrap-reverse !important; }[data-css=\"tve-u-1635e5cc2d9\"] .tcb-flex-col { flex-basis: 200px !important; }[data-css=\"tve-u-160dbb50aca\"] { max-width: 100%; padding-left: 15px !important; padding-right: 15px !important; padding-bottom: 60px !important; margin-bottom: 20px !important; }[data-css=\"tve-u-160db84bfac\"] { clip-path: url(\"#clip-mobile-bottom-eb17500f3af4b\"); -webkit-clip-path: url(\"#clip-mobile-bottom-eb17500f3af4b\");  }#tcb_landing_page p, #tcb_landing_page li { line-height: 1.5em; font-size: 16px; }#tcb_landing_page h5 { line-height: 1.5em; font-size: 18px; }#tcb_landing_page h4 { line-height: 1.5em; font-size: 18px; }#tcb_landing_page h3 { line-height: 1.5em; font-size: 20px; }#tcb_landing_page h2 { font-size: 50px; line-height: 1.2em; }#tcb_landing_page h1 { color: rgb(255, 255, 255); font-size: 55px; line-height: 1em; }[data-css=\"tve-u-16170325257\"] { margin-top: 0px !important; }[data-css=\"tve-u-161701a8fd1\"] { margin-top: 0px !important; }[data-css=\"tve-u-160f961e617\"] { margin-top: 10px !important; }[data-css=\"tve-u-161703268c0\"] { max-width: 100%; margin-top: 0px !important; }[data-css=\"tve-u-160f97e6953\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-160ff467c38\"] { text-transform: none !important; }[data-css=\"tve-u-160f9714a61\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-160ff36e890\"] { padding-left: 0px !important; }[data-css=\"tve-u-160f984f29b\"] { font-family: \"Noto Sans\" !important; font-weight: 400 !important; }[data-css=\"tve-u-160f9823757\"] { text-transform: none !important; }[data-css=\"tve-u-160f9bfdcb7\"] { font-weight: 400 !important; font-family: \"Noto Sans\" !important; }#tve_editor [data-css=\"tve-u-160f9bf9be2\"] { font-size: 20px !important; }[data-css=\"tve-u-160f9c02898\"] { font-weight: 400 !important; font-family: \"Noto Sans\" !important; }#tve_editor [data-css=\"tve-u-160f981fb0c\"] { letter-spacing: 3px; font-size: 18px !important; }[data-css=\"tve-u-160f9bf9be2\"] { line-height: 1.3em !important; }[data-css=\"tve-u-160f981fb0c\"] { line-height: 1em !important; }[data-css=\"tve-u-160f96f5e19\"] { clip-path: url(\"#clip-mobile-bottom-c22944d35542f\"); -webkit-clip-path: url(\"#clip-mobile-bottom-c22944d35542f\");  }#tve_editor [data-css=\"tve-u-160fa489bd9\"] { letter-spacing: 0px; }[data-css=\"tve-u-160fec99b6f\"] { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-160fec923bf\"] { margin-top: 15px !important; }[data-css=\"tve-u-160fa4daf17\"] { max-width: 100%; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-160f9ec40fc\"] { max-width: 100%; float: none; position: static; z-index: auto; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-160fa11f4f2\"] { margin: 0px 0px 0px -20px !important; }[data-css=\"tve-u-160fe140452\"] { padding: 25px !important; margin-top: 0px !important; }[data-css=\"tve-u-160f9ebf905\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-160f9ebf905\"] { min-height: inherit; flex-wrap: wrap !important; }[data-css=\"tve-u-160eb42c2ca\"] { margin-top: 8px !important; }[data-css=\"tve-u-160eab45a4f\"] { margin-top: 8px !important; }[data-css=\"tve-u-160f98a0d17\"] { padding-left: 0px !important; padding-right: 0px !important; padding-top: 0px !important; margin-bottom: 30px !important; }[data-css=\"tve-u-160f96ef669\"] { padding: 25px 0px !important; }[data-css=\"tve-u-160f9d0c9a0\"] { margin-top: 25px !important; }[data-css=\"tve-u-160f9d0b00e\"] { margin-top: 25px !important; }[data-css=\"tve-u-160f9d08737\"] { margin-top: 25px !important; }[data-css=\"tve-u-160f9c6a4fe\"] { padding: 50px 25px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-160f9caae7b\"] { margin-bottom: 50px !important; }[data-css=\"tve-u-160f9b69526\"] { flex-direction: column; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-160f9b69526\"] > .tcb-flex-col > .tcb-col { justify-content: center; min-height: 1px; }[data-css=\"tve-u-160f9b74c2b\"] { max-width: 100%; float: none; position: relative; z-index: 3; margin: 0px auto 20px !important; }[data-css=\"tve-u-160f9714a61\"] { max-width: 100%; padding: 50px 25px 80px !important; }[data-css=\"tve-u-160f9734b53\"] { clip-path: url(\"#clip-mobile-top-c8e428685a637\"); -webkit-clip-path: url(\"#clip-mobile-top-c8e428685a637\");  }#tve_editor [data-css=\"tve-u-160fa718c59\"] { font-size: 90px !important; }[data-css=\"tve-u-160f8e625a1\"] { margin-bottom: 50px !important; }[data-css=\"tve-u-160fa01d193\"] { max-width: 100%; margin: 0px !important; }[data-css=\"tve-u-160e9fbbfa0\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-160f8d12a0d\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-160eb4a305a\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-160f8d013c3\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb4a460d\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb4a460a\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb4a4608\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb4a4605\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb4a4603\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb4a4600\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb49e1f7\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb4a45fb\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8d013c3\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160f8cfbf40\"] { margin-bottom: 20px !important; }#tve_editor [data-css=\"tve-u-160f8cf3d89\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160f8cef2f1\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160f8cef2b7\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160f8cef27e\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160f8cef245\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160f8cef20d\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160f8ceec94\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160f8ceec5c\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160f8ceec23\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160f8ceebeb\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160f8ceebb3\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160f8ceeb79\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160f8ceeb77\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160e9fad83c\"] p, #tve_editor [data-css=\"tve-u-160e9fad83c\"] li, #tve_editor [data-css=\"tve-u-160e9fad83c\"] blockquote, #tve_editor [data-css=\"tve-u-160e9fad83c\"] address { line-height: 1em; }[data-css=\"tve-u-160f8cddeb4\"] { margin-bottom: 20px !important; }#tve_editor [data-css=\"tve-u-160f8cd7aa1\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8cd7a68\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8cd7a30\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8cd79f8\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8cd79c1\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8cd7987\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8cd794f\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8cd7919\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8cd7871\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160ea9729a9\"] { margin-bottom: 15px !important; }#tve_editor [data-css=\"tve-u-160ea7224b9\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160ea9104fd\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8cc8fce\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8cc8f9a\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160ea9400e0\"] { color: rgb(3, 9, 14) !important; font-size: 16px !important; }#tve_editor [data-css=\"tve-u-160f8cc8f31\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8cc8efc\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160ea90d163\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160ea799710\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160ea79970d\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8cc5953\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160ea71c62c\"] { color: rgb(3, 9, 14) !important; font-size: 16px !important; }#tve_editor [data-css=\"tve-u-160f8cc591b\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160eaa7faee\"] { padding: 0px !important; }[data-css=\"tve-u-160f8cb9d70\"] { margin-bottom: 20px !important; }#tve_editor [data-css=\"tve-u-160ea6ba06c\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160ea6ba06a\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160ea6ba067\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160ea6ba065\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160ea6ba063\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160ea6ba060\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8cb61bc\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8cb6183\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8cb610d\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8cb027b\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8cb0240\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160ea9c9c07\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8cb01cb\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8cb0191\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8cb0157\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8cb011c\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8cb00e0\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8cb00a7\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8cb0034\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160f8c978c9\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-160f8c8c841\"] { margin: 0px !important; }[data-css=\"tve-u-160e9fac06c\"] { padding: 0px !important; }[data-css=\"tve-u-160f8c69a67\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160f8c69a2f\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160f8c699f6\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160f8c699b9\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160f8c69289\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160f8c69250\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160f8c69216\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160f8c691dc\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160f8c691a5\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160f8c69135\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8c626b2\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160ea89ac22\"] { padding: 0px !important; }[data-css=\"tve-u-160f8c59f19\"] { margin-top: 20px !important; }#tve_editor [data-css=\"tve-u-160eaa62df8\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8c589bd\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eaa5aa50\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8c58957\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8c58926\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8c5888c\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160f8c2bf72\"] { margin: 0px !important; }#tve_editor [data-css=\"tve-u-160f8c284c6\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8c28493\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8c28460\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8c2842b\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8c283f9\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8c28393\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8c25bba\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb55320f\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb5531d8\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb5531a1\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb55316d\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb553138\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb553103\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb5530cd\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb553062\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160eb54da29\"] { padding: 0px !important; }[data-css=\"tve-u-160eb537e16\"] { margin-top: 0px !important; }#tve_editor [data-css=\"tve-u-160eb53484c\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb534816\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb5347e1\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb5347ae\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb53477a\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eadffc69\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb534715\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb5346af\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160eadcc8c9\"] { padding: 0px !important; }#tve_editor [data-css=\"tve-u-160eb5276f3\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb5276bf\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb52768d\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb52765c\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb52762c\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb5275ca\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160ead90ba7\"] { background-image: none !important; }[data-css=\"tve-u-160eb521486\"] { background-image: none !important; }[data-css=\"tve-u-160eaa8db54\"] { background-image: none !important; }[data-css=\"tve-u-160eaa73bda\"] { background-image: none !important; }[data-css=\"tve-u-160e9fad83c\"] { background-image: none !important; }[data-css=\"tve-u-160ea89b12a\"] { background-image: none !important; }[data-css=\"tve-u-160eb4b6fd5\"] { line-height: 2em !important; }[data-css=\"tve-u-160eb4b6fd3\"] { line-height: 2em !important; }[data-css=\"tve-u-160eb4b6fd0\"] { line-height: 2em !important; }[data-css=\"tve-u-160eb4b6fcd\"] { line-height: 2em !important; }[data-css=\"tve-u-160eb4b6fcb\"] { line-height: 2em !important; }[data-css=\"tve-u-160eb4b6fc8\"] { line-height: 2em !important; }[data-css=\"tve-u-160eb4b6f9b\"] { line-height: 2em !important; }[data-css=\"tve-u-160ea9789a4\"] { margin-top: 0px !important; }[data-css=\"tve-u-160eb4a460d\"] { line-height: 2em !important; }[data-css=\"tve-u-160eb4a460a\"] { line-height: 2em !important; }[data-css=\"tve-u-160eb4a4608\"] { line-height: 2em !important; }[data-css=\"tve-u-160eb4a4605\"] { line-height: 2em !important; }[data-css=\"tve-u-160eb4a4603\"] { line-height: 2em !important; }[data-css=\"tve-u-160eb4a4600\"] { line-height: 2em !important; }[data-css=\"tve-u-160eb4a45fb\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb4a305a\"] p, #tve_editor [data-css=\"tve-u-160eb4a305a\"] li, #tve_editor [data-css=\"tve-u-160eb4a305a\"] blockquote, #tve_editor [data-css=\"tve-u-160eb4a305a\"] address { line-height: 1em; }[data-css=\"tve-u-160eb49e1f7\"] { line-height: 2em !important; }[data-css=\"tve-u-160ea7cae88\"] { background-image: none !important; }[data-css=\"tve-u-160eaa7faeb\"] { padding: 0px !important; }[data-css=\"tve-u-160e9f7ce0e\"] { font-family: Lato, arial !important; }#tve_editor [data-css=\"tve-u-160e9f7868b\"] { letter-spacing: 2px; font-size: 16px !important; }[data-css=\"tve-u-160eb47f16a\"] { font-family: Lato, arial !important; }#tve_editor [data-css=\"tve-u-160eb47f143\"] { letter-spacing: 2px; font-size: 15px !important; }#tve_editor [data-css=\"tve-u-160eb475d09\"] { letter-spacing: 2px; font-size: 16px !important; }#tve_editor [data-css=\"tve-u-160eb470891\"] { letter-spacing: 2px; font-size: 16px !important; }[data-css=\"tve-u-160e9e41664\"] { margin-left: 0px !important; margin-bottom: 35px !important; }[data-css=\"tve-u-160e4c55d27\"] { padding: 40px 25px 60px !important; }[data-css=\"tve-u-160e5adb400\"] { margin-bottom: 2px !important; }[data-css=\"tve-u-160e52fbe2f\"] { margin-top: 0px !important; }#tve_editor [data-css=\"tve-u-160e52014b5\"] p, #tve_editor [data-css=\"tve-u-160e52014b5\"] li, #tve_editor [data-css=\"tve-u-160e52014b5\"] blockquote, #tve_editor [data-css=\"tve-u-160e52014b5\"] address { line-height: 0em; }[data-css=\"tve-u-160e5276a5e\"] { margin-top: 0px !important; }[data-css=\"tve-u-160e4c824a2\"] { padding-top: 0px !important; padding-bottom: 0px !important; margin-top: 0px !important; margin-bottom: 40px !important; }[data-css=\"tve-u-160e4c24b1a\"] { max-width: 100%; min-height: 0.15625vh !important; }[data-css=\"tve-u-160e4da55bb\"] { flex-direction: column; min-height: inherit; }#tve_editor [data-css=\"tve-u-160df6a2fe0\"] p, #tve_editor [data-css=\"tve-u-160df6a2fe0\"] li, #tve_editor [data-css=\"tve-u-160df6a2fe0\"] blockquote, #tve_editor [data-css=\"tve-u-160df6a2fe0\"] address { line-height: 1.3em; }[data-css=\"tve-u-160df51ca21\"] > .tve-cb { display: flex; flex-direction: column; justify-content: flex-end; }[data-css=\"tve-u-160df519447\"] { min-height: 0vh; }[data-css=\"tve-u-160df4f4d0e\"] { min-height: 297px; }[data-css=\"tve-u-160df51ca21\"] { margin-top: 0px !important; padding-top: 15px !important; padding-bottom: 15px !important; }[data-css=\"tve-u-160df8c3360\"] { padding: 50px 25px !important; }[data-css=\"tve-u-160dbceed3d\"] .tcb-button-link { padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-160dbe24f38\"] { line-height: 1.45em !important; }#tve_editor [data-css=\"tve-u-160dbe24f38\"] { letter-spacing: 2px; font-size: 16px !important; }#tve_editor [data-css=\"tve-u-160dbceed3d\"] .tcb-button-link { font-size: 18px; }[data-css=\"tve-u-160dbcbc7a4\"] { min-height: 284px; }[data-css=\"tve-u-160dbceed3d\"] { display: block; max-width: 100%; width: 100%; min-width: 100%; margin-top: 0px !important; margin-left: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-160db85dabe\"] { min-height: 1px; }[data-css=\"tve-u-160df4565d1\"] { float: none; z-index: 3; position: relative; margin-left: auto !important; margin-right: auto !important; padding-top: 0px !important; }[data-css=\"tve-u-160dbcafa88\"] { float: none; max-width: 305px; margin-top: 15px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-160db6dd8cd\"] { float: left; z-index: 3; position: relative; font-size: 20px; width: 20px; height: 20px; }[data-css=\"tve-u-160df6d74f4\"] { text-align: center; padding-left: 0px !important; margin-top: 5px !important; }[data-css=\"tve-u-160df6d53e3\"] { text-align: center; padding-right: 0px !important; }[data-css=\"tve-u-160f98df817\"] .tcb-button-link { padding-top: 0px !important; padding-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-160f98df817\"] .tcb-button-link { font-size: 18px; }[data-css=\"tve-u-160f98df817\"] { display: block; max-width: 100%; width: 100%; margin-top: 0px !important; margin-bottom: 20px !important; }[data-css=\"tve-u-160fa182f82\"] .tcb-button-link { padding-top: 0px !important; padding-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-160fa182f82\"] .tcb-button-link { font-size: 21.3333px; font-family: \"Noto Sans\"; font-weight: 400; }[data-css=\"tve-u-160fa182f82\"] { display: block; max-width: 299px; width: 299px; min-width: 100%; margin-top: 0px !important; }[data-css=\"tve-u-160fa198fbb\"] { line-height: 1.45em !important; }#tve_editor [data-css=\"tve-u-160fa198fbb\"] { letter-spacing: 2px; font-size: 16px !important; }[data-css=\"tve-u-160fec25d20\"] { line-height: 1.45em !important; }#tve_editor [data-css=\"tve-u-160fec25d20\"] { letter-spacing: 1px; font-size: 16px !important; }[data-css=\"tve-u-1635e65c044\"] { float: left; z-index: 3; position: relative; font-size: 22px; width: 22px; height: 22px; margin-left: 25px !important; }[data-css=\"tve-u-1635f136552\"] { margin-top: 10px !important; }[data-css=\"tve-u-16362a8dd87\"] { float: left; z-index: 3; position: relative; font-size: 20px; width: 20px; height: 20px; }[data-css=\"tve-u-16362aa4888\"] { float: left; z-index: 3; position: relative; font-size: 20px; width: 20px; height: 20px; }[data-css=\"tve-u-16363599740\"] { max-width: 173px; padding-top: 0px !important; }[data-css=\"tve-u-1636951d241\"] { margin-top: 10px !important; }}'),(5889,428,'tve_revision_tve_user_custom_css','.thrv_text_element p { margin: 0;}\n.thrv_heading h1,h2,h3,h4,h5 {margin: 0;}'),(5890,428,'tve_revision_tve_page_events','a:0:{}'),(5891,428,'tve_revision_tve_globals','a:2:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";s:8:\"font_cls\";a:0:{}}'),(5892,428,'tve_revision_tve_global_scripts',''),(5893,428,'tve_revision_thrive_icon_pack','0'),(5894,428,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(5895,428,'tve_revision_tve_has_masonry','0'),(5896,428,'tve_revision_tve_has_typefocus','0'),(5897,428,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16369563890\" wfd-id=\"527\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1636956410b\" data-clip-id=\"ebde87302d0be\" wfd-id=\"571\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1636955fbd2\" wfd-id=\"528\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160dbb50aca\" data-float=\"1\" wfd-id=\"565\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-160db84bfac\" data-clip-id=\"eb17500f3af4b\" wfd-id=\"570\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-eb17500f3af4b\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"divider\" pointer-width=\"100\" pointer-height=\"25\" style=\"zigzag\"><polygon points=\"0 0, 0 0.75, 0.5 1, 1 0.75,  1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-eb17500f3af4b\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"divider\" pointer-width=\"100\" pointer-height=\"25\" style=\"zigzag\"><polygon points=\"0 0, 0 0.75, 0.5 1, 1 0.75,  1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-eb17500f3af4b\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"pointer\" pointer-width=\"100\" pointer-height=\"15\" style=\"\" clip-path=\"url(#clip-mobile-top-eb17500f3af4b)\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 0 1, 0.5 0.85, 1 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-top-eb17500f3af4b\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"none\" pointer-width=\"5\" pointer-height=\"5\" style=\"zigzag\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160db85dabe\" wfd-id=\"566\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1635e6448aa\" wfd-id=\"567\"><h4 style=\"text-align: center;\"><strong>Your<br>&nbsp;â‰‘ &nbsp; &nbsp; &nbsp;Company Name &nbsp; &nbsp; &nbsp;â‰‘</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1635e5cbf37\" wfd-id=\"543\"><div class=\"tcb-flex-row tcb--cols--2 v-2 m-edit tcb-mobile-wrap tcb-resized tcb-row-reversed-mobile\" data-css=\"tve-u-1635e5cc2d9\" wfd-id=\"544\"><div class=\"tcb-flex-col\" data-css=\"tve-u-16363739cd6\" style=\"\" wfd-id=\"555\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"557\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tcb-mobile-hidden\" data-css=\"tve-u-1635e5cd7c0\" style=\"\" wfd-id=\"558\">\n<div class=\"tve-content-box-background\" wfd-id=\"564\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1635e5d9ba1\" wfd-id=\"559\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display tcb-mobile-hidden\" data-css=\"tve-u-160db6dd8cd\" style=\"\" wfd-id=\"563\"><svg class=\"tcb-icon\" viewBox=\"0 0 16 28\" data-name=\"map-marker\">\n<path d=\"M12 10c0-2.203-1.797-4-4-4s-4 1.797-4 4 1.797 4 4 4 4-1.797 4-4zM16 10c0 0.953-0.109 1.937-0.516 2.797l-5.688 12.094c-0.328 0.688-1.047 1.109-1.797 1.109s-1.469-0.422-1.781-1.109l-5.703-12.094c-0.406-0.859-0.516-1.844-0.516-2.797 0-4.422 3.578-8 8-8s8 3.578 8 8z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160df4565d1\" wfd-id=\"560\"><p>Your&nbsp; Adress Goes Here</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-16363739d27\" style=\"\" wfd-id=\"545\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"547\"><div class=\"tcb-clear\" data-css=\"tve-u-16363c02cf7\" wfd-id=\"548\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1635e5ffa41\" wfd-id=\"549\">\n<div class=\"tve-content-box-background\" wfd-id=\"554\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1635e5d9ba1\" wfd-id=\"550\"><div class=\"tcb-clear\" data-css=\"tve-u-163637c7e1e\" wfd-id=\"552\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1635e65c044\" data-float=\"1\" wfd-id=\"553\"><svg class=\"tcb-icon\" viewBox=\"0 0 22 28\" data-name=\"phone\">\n<path d=\"M22 19.375c0 0.562-0.25 1.656-0.484 2.172-0.328 0.766-1.203 1.266-1.906 1.656-0.922 0.5-1.859 0.797-2.906 0.797-1.453 0-2.766-0.594-4.094-1.078-0.953-0.344-1.875-0.766-2.734-1.297-2.656-1.641-5.859-4.844-7.5-7.5-0.531-0.859-0.953-1.781-1.297-2.734-0.484-1.328-1.078-2.641-1.078-4.094 0-1.047 0.297-1.984 0.797-2.906 0.391-0.703 0.891-1.578 1.656-1.906 0.516-0.234 1.609-0.484 2.172-0.484 0.109 0 0.219 0 0.328 0.047 0.328 0.109 0.672 0.875 0.828 1.188 0.5 0.891 0.984 1.797 1.5 2.672 0.25 0.406 0.719 0.906 0.719 1.391 0 0.953-2.828 2.344-2.828 3.187 0 0.422 0.391 0.969 0.609 1.344 1.578 2.844 3.547 4.813 6.391 6.391 0.375 0.219 0.922 0.609 1.344 0.609 0.844 0 2.234-2.828 3.187-2.828 0.484 0 0.984 0.469 1.391 0.719 0.875 0.516 1.781 1 2.672 1.5 0.313 0.156 1.078 0.5 1.188 0.828 0.047 0.109 0.047 0.219 0.047 0.328z\"></path>\n</svg></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16363599740\" wfd-id=\"551\"><p style=\"text-align: right;\">0364 - 300 - 946</p></div></div>\n</div></div></div></div></div></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160dbcafa88\" wfd-id=\"529\">\n<div class=\"tve-content-box-background\" wfd-id=\"542\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160dbcbc7a4\" wfd-id=\"530\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-160dbcd54ac\" data-tag=\"h3\" wfd-id=\"539\"><h3 style=\"text-align: center;\">This is the place to create your</h3></div><div class=\"thrv_wrapper thrv_heading tve_evt_manager_listen tve_et_tve-viewport tve_ea_thrive_animation tve_anim_slide_top\" data-css=\"tve-u-160dbcd2c5b\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_top&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" data-tag=\"h1\" wfd-id=\"536\"><h1 style=\"text-align: center;\">Best Memories</h1></div><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-160dbceed3d\" data-tcb_hover_state_parent=\"\" wfd-id=\"531\">\n<a href=\"\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"532\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-160dbe24f38\" wfd-id=\"533\"><strong>Make a reservation now</strong></span></span>\n</a>\n</div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1635e6aad72\" wfd-id=\"488\">\n<div class=\"tve-page-section-out\" wfd-id=\"526\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1635e6b4c72\" wfd-id=\"489\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160df4eae6d\" style=\"\" wfd-id=\"490\"><div class=\"tcb-flex-row tcb-medium-wrap tcb-resized tcb--cols--2\" data-css=\"tve-u-160df4bedf0\" wfd-id=\"491\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1635e9cce4d\" style=\"\" wfd-id=\"513\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160df8c3360\" wfd-id=\"515\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1635e97f913\" wfd-id=\"516\">\n<div class=\"tve-content-box-background\" wfd-id=\"525\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1635eadb72e\" wfd-id=\"517\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1636292fe99\" wfd-id=\"524\"><h4>A short story about us</h4></div><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-160df8deee2\" data-tag=\"h2\" wfd-id=\"521\"><h2>Welcome</h2></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-163629240b8\" wfd-id=\"518\"><p>Our vision is simple: create an environment of excitement and wonder.</p><p><br></p><p>We provide you with the fresh feeling that you need in summer and the cozyness you long for in winter.</p><p><br></p><p>We create the best experiences for you to share with friends.</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1635e9cce8b\" style=\"\" wfd-id=\"492\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160e5adb400\" wfd-id=\"494\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160df4c6424\" wfd-id=\"495\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-160df4db074\" wfd-id=\"512\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160df4f4d0e\" wfd-id=\"496\"><div class=\"tcb-clear\" data-css=\"tve-u-160df52e534\" wfd-id=\"497\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160df51ca21\" wfd-id=\"498\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-160df50b366\" wfd-id=\"511\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160df519447\" wfd-id=\"499\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1635eaf037e\" wfd-id=\"510\"><h6 class=\"\" data-css=\"tve-u-1635ef4f76c\" style=\"text-align: center;\"><strong>weâ€™re open from:</strong></h6></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160df6a2fe0\" wfd-id=\"500\"><div class=\"tcb-flex-row tcb--cols--2 v-2\" data-css=\"tve-u-160df6a3578\" wfd-id=\"501\"><div class=\"tcb-flex-col\" wfd-id=\"506\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160df6d53e3\" wfd-id=\"508\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160df709fbf\" wfd-id=\"509\"><p>Mo-Fr <strong>3Pm</strong> to <strong>4Am</strong></p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"502\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160df6d74f4\" wfd-id=\"504\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160df711140\" wfd-id=\"505\"><p>Sa-Su <strong>12Pm</strong> to <strong>4Am</strong></p></div></div></div></div></div></div>\n</div></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-160e4c55d27\" wfd-id=\"438\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-160e4c34c93\" data-clip-id=\"35e31e95c7382\" wfd-id=\"487\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-35e31e95c7382\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" pointer-width=\"100\" pointer-height=\"47\" style=\"zigzag\" decoration-type=\"none\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-35e31e95c7382\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" pointer-width=\"100\" pointer-height=\"47\" style=\"zigzag\" decoration-type=\"none\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-35e31e95c7382\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" pointer-width=\"100\" pointer-height=\"47\" style=\"zigzag\" decoration-type=\"none\" clip-path=\"url(#clip-mobile-top-35e31e95c7382)\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-top-35e31e95c7382\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" pointer-width=\"100\" pointer-height=\"22\" style=\"zigzag\" decoration-type=\"none\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-160e4c24b1a\" wfd-id=\"439\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-160e4c824a2\" data-tag=\"h3\" wfd-id=\"484\"><h3 data-css=\"tve-u-163630c7fc7\" style=\"text-align: center;\">Why Youâ€™ll <strong>Love</strong> our pub</h3></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160e4dadf9c\" style=\"\" wfd-id=\"440\"><div class=\"tcb-flex-row tcb--cols--3 tcb-medium-wrap v-2\" data-css=\"tve-u-160e4da55bb\" wfd-id=\"441\"><div class=\"tcb-flex-col\" wfd-id=\"468\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160e52014b5\" data-tcb_hover_state_parent=\"\" wfd-id=\"470\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1635efec9fa\" data-float=\"1\" wfd-id=\"481\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1635f098c8e\" data-tcb_hover_state_parent=\"1\" wfd-id=\"483\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16363231ead\" wfd-id=\"482\"></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160eb218e4e\" data-float=\"1\" wfd-id=\"471\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-160eb214b56\" data-clip-id=\"a182d7c321313\" data-tcb_hover_state_parent=\"1\" wfd-id=\"480\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-a182d7c321313\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"pointer\" pointer-width=\"100\" pointer-height=\"36\" style=\"\" data-inverted=\"false\"><polygon points=\"0 0, 0 0.64, 0 0.64, 0.5 1, 1 0.64, 1 0.64, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-a182d7c321313\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"none\" pointer-width=\"100\" pointer-height=\"36\" style=\"zigzag\" clip-path=\"url(#clip-tablet-top-a182d7c321313)\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-top-a182d7c321313\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"divider\" pointer-width=\"100\" pointer-height=\"22\" style=\"zigzag\"><polygon points=\"0 1, 1 1,1 0.22, 0.5 0, 0 0.22, 0 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-a182d7c321313\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"none\" pointer-width=\"100\" pointer-height=\"36\" style=\"zigzag\" clip-path=\"url(#clip-mobile-top-a182d7c321313)\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-top-a182d7c321313\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"divider\" pointer-width=\"100\" pointer-height=\"22\" style=\"zigzag\"><polygon points=\"0 1, 1 1,1 0.22, 0.5 0, 0 0.22, 0 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160eb1a09e2\" wfd-id=\"472\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1635ef71519\" wfd-id=\"477\"><p data-css=\"tve-u-160e4fd114b\" style=\"text-align: center;\">&nbsp;original</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160e501c0b4\" wfd-id=\"473\"><p data-css=\"tve-u-160e4fe84a1\" style=\"text-align: center;\"><span data-css=\"tve-u-160e4fe6187\" style=\"font-weight: 400; font-family: &quot;Kaushan Script&quot;;\" wfd-id=\"476\">drinks</span></p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"454\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160e5276a5e\" data-tcb_hover_state_parent=\"\" wfd-id=\"456\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-163628d68f3\" data-float=\"1\" wfd-id=\"465\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1635f073915\" data-tcb_hover_state_parent=\"1\" wfd-id=\"467\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16363235afe\" wfd-id=\"466\"></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160eb2222a0\" data-float=\"1\" wfd-id=\"457\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-160eb1d9ffb\" data-clip-id=\"cb4c420ba2143\" data-tcb_hover_state_parent=\"1\" wfd-id=\"464\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-cb4c420ba2143\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"pointer\" pointer-width=\"100\" pointer-height=\"36\" style=\"zigzag\"><polygon points=\"0 0, 0 0.64, 0.5 1, 1 0.64,  1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-cb4c420ba2143\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"none\" pointer-width=\"100\" pointer-height=\"36\" style=\"zigzag\" clip-path=\"url(#clip-tablet-top-cb4c420ba2143)\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-top-cb4c420ba2143\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"divider\" pointer-width=\"100\" pointer-height=\"22\" style=\"zigzag\"><polygon points=\"0 1, 1 1,1 0.22, 0.5 0, 0 0.22, 0 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-cb4c420ba2143\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"none\" pointer-width=\"100\" pointer-height=\"36\" style=\"zigzag\" clip-path=\"url(#clip-mobile-top-cb4c420ba2143)\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-top-cb4c420ba2143\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"divider\" pointer-width=\"100\" pointer-height=\"22\" style=\"zigzag\"><polygon points=\"0 1, 1 1,1 0.22, 0.5 0, 0 0.22, 0 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160eb1a09e2\" wfd-id=\"458\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1635ef72920\" wfd-id=\"463\"><p data-css=\"tve-u-160e4fd114b\" style=\"text-align: center;\">&nbsp;tasty</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160e501c0b4\" wfd-id=\"459\"><p data-css=\"tve-u-160e4fe84a1\" style=\"text-align: center;\"><span data-css=\"tve-u-160e4fe6187\" style=\"font-weight: 400; font-family: &quot;Kaushan Script&quot;;\" wfd-id=\"462\">food</span></p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"442\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160e52fbe2f\" data-tcb_hover_state_parent=\"\" wfd-id=\"444\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1635f0a8c87\" wfd-id=\"451\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1635f0b76b1\" data-tcb_hover_state_parent=\"1\" wfd-id=\"453\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-1635f010773\" wfd-id=\"452\"></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160eb0e8e90\" data-float=\"1\" wfd-id=\"445\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-160eb0d7fac\" data-clip-id=\"dd364f1962bc7\" data-tcb_hover_state_parent=\"1\" wfd-id=\"450\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-dd364f1962bc7\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"pointer\" pointer-width=\"100\" pointer-height=\"36\" style=\"zigzag\"><polygon points=\"0 0, 0 0.64, 0.5 1, 1 0.64,  1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-dd364f1962bc7\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"none\" pointer-width=\"100\" pointer-height=\"36\" style=\"zigzag\" clip-path=\"url(#clip-tablet-top-dd364f1962bc7)\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-top-dd364f1962bc7\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"divider\" pointer-width=\"100\" pointer-height=\"22\" style=\"zigzag\"><polygon points=\"0 1, 1 1,1 0.22, 0.5 0, 0 0.22, 0 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-dd364f1962bc7\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"none\" pointer-width=\"100\" pointer-height=\"36\" style=\"zigzag\" clip-path=\"url(#clip-mobile-top-dd364f1962bc7)\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-top-dd364f1962bc7\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"divider\" pointer-width=\"100\" pointer-height=\"22\" style=\"zigzag\"><polygon points=\"0 1, 1 1,1 0.22, 0.5 0, 0 0.22, 0 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160eb1a09e2\" wfd-id=\"446\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160eb1b0e14\" wfd-id=\"449\"><p data-css=\"tve-u-160e4fd114b\" style=\"text-align: center;\">&nbsp;great</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160e501c0b4\" wfd-id=\"447\"><p data-css=\"tve-u-160e4fe84a1\" style=\"text-align: center;\"><span data-css=\"tve-u-160e4fe6187\" style=\"font-weight: 400; font-family: &quot;Kaushan Script&quot;;\" wfd-id=\"448\">ambiance</span></p></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-160e9d15bdf\" wfd-id=\"281\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-160e9d118ed\" wfd-id=\"437\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-160e9d0c61d\" wfd-id=\"282\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160e9e2aeab\" wfd-id=\"436\"><h3>Take a look at</h3></div><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-160e9e41664\" data-tag=\"h2\" wfd-id=\"433\"><h2>Our Menu</h2></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160e9dff371\" wfd-id=\"283\">\n<div class=\"tve-content-box-background\" wfd-id=\"432\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160e9e03630\" wfd-id=\"284\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160ea7cae88\" wfd-id=\"285\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2\" data-css=\"tve-u-160ea7c9db0\" wfd-id=\"286\"><div class=\"tcb-flex-col\" wfd-id=\"309\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"311\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-160eb3ad20a\" wfd-id=\"429\"><h4>Drinks</h4></div><div class=\"tcb-clear\" data-css=\"tve-u-160ea7bf191\" wfd-id=\"376\"><div class=\"thrv_wrapper thrv_toggle_shortcode\" data-hover-color=\"rgba(18, 21, 25, 0.8)\" data-css=\"tve-u-160e9f87397\" wfd-id=\"377\">\n<div class=\"tve_faq\" wfd-id=\"378\">\n<div class=\"tve_faqI\" wfd-id=\"379\">\n<div class=\"tve_faqB\" wfd-id=\"422\"><span class=\"tve_not_editable tve_toggle\" wfd-id=\"428\"></span>\n<h4 class=\"tve_editable\" data-css=\"tve-u-160eb470891\"><span data-css=\"tve-u-160eb4708df\" style=\"font-family: Lato,arial;\" wfd-id=\"427\">alcoholic drinks</span></h4>\n</div>\n<div class=\"tve_faqC tve_empty_dropzone\" style=\"display: none;\" wfd-id=\"380\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160e9fad83c\" wfd-id=\"394\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-160eaa7faeb\" wfd-id=\"395\"><div class=\"tcb-flex-col\" wfd-id=\"414\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160eb4a305a\" wfd-id=\"416\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160ea977bf3\" wfd-id=\"417\"><h3 data-css=\"tve-u-160f8d013c3\"><strong>Beer (bottle)</strong></h3><p><br></p><p data-css=\"tve-u-160eb4a45fb\">Heineken</p><p data-css=\"tve-u-160eb49e1f7\">Paulaner</p><p data-css=\"tve-u-160eb4a4600\">Budweiser American Ale</p><p data-css=\"tve-u-160eb4a4603\">Land Shark Lager</p><p data-css=\"tve-u-160eb4a4605\">Scrumpy</p><p data-css=\"tve-u-160eb4a4608\">JackFirestone</p><p data-css=\"tve-u-160eb4a460a\">Walker Fortem</p><p data-css=\"tve-u-160eb4a460d\">Live Oak Hefeweizen</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"396\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160f8cfbf40\" wfd-id=\"398\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160ea9789a4\" wfd-id=\"399\"><h3 data-css=\"tve-u-160f8cf3d89\"><strong>Beer (draught)</strong></h3><p><br></p><p data-css=\"tve-u-160eb4b6f9b\"><span data-css=\"tve-u-160f8ceeb77\" wfd-id=\"413\">Guiness</span></p><p data-css=\"tve-u-160eb4b6fc8\"><span data-css=\"tve-u-160f8cef20d\" wfd-id=\"411\"><span data-css=\"tve-u-160f8ceeb79\" wfd-id=\"412\">Stela Artois</span></span></p><p data-css=\"tve-u-160eb4b6fcb\"><span data-css=\"tve-u-160f8cef245\" wfd-id=\"409\"><span data-css=\"tve-u-160f8ceebb3\" wfd-id=\"410\">Grolsch (Unfiltered)</span></span></p><p data-css=\"tve-u-160eb4b6fcd\"><span data-css=\"tve-u-160f8cef27e\" wfd-id=\"407\"><span data-css=\"tve-u-160f8ceebeb\" wfd-id=\"408\">Newcastle Brown Ale</span></span></p><p data-css=\"tve-u-160eb4b6fd0\"><span data-css=\"tve-u-160f8cef2b7\" wfd-id=\"405\"><span data-css=\"tve-u-160f8ceec23\" wfd-id=\"406\">Corona Extra</span></span></p><p data-css=\"tve-u-160eb4b6fd3\"><span data-css=\"tve-u-160f8cef2f1\" wfd-id=\"403\"><span data-css=\"tve-u-160f8ceec5c\" wfd-id=\"404\">Sam Adams</span></span></p><p data-css=\"tve-u-160eb4b6fd5\"><span data-css=\"tve-u-160f8ceec94\" wfd-id=\"402\">Miller Lite</span></p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160ea89b12a\" wfd-id=\"381\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-160eaa7faee\" wfd-id=\"382\"><div class=\"tcb-flex-col\" wfd-id=\"388\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160f8cddeb4\" wfd-id=\"390\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160ea976e63\" wfd-id=\"391\"><h3 data-css=\"tve-u-160f8cd7871\"><strong>Cocktails</strong></h3><p data-css=\"tve-u-160f8cd7919\"><br></p><p data-css=\"tve-u-160f8cd794f\">Gin &amp; Tonic</p><p data-css=\"tve-u-160f8cd7987\">Vodka Orange</p><p data-css=\"tve-u-160f8cd79c1\">Wiskey Sour</p><p data-css=\"tve-u-160f8cd79f8\">Boulevardier</p><p data-css=\"tve-u-160f8cd7a30\">Daiquiri</p><p data-css=\"tve-u-160f8cd7a68\">Martini</p><p data-css=\"tve-u-160f8cd7aa1\">Ramos Gin Fizz</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"383\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160ea928596\" wfd-id=\"385\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160ea9729a9\" wfd-id=\"387\"><h3 data-css=\"tve-u-160ea90d163\"><strong>Wine</strong></h3><p data-css=\"tve-u-160f8cc8efc\"><br></p><p data-css=\"tve-u-160f8cc8f31\"><br></p><p data-css=\"tve-u-160ea9400e0\"><strong>White</strong></p><p data-css=\"tve-u-160f8cc8f9a\"><br></p><p data-css=\"tve-u-160f8cc8fce\">Sidebar Sauvignon Blanc High Valley</p><p data-css=\"tve-u-160ea9104fd\"><br></p><p data-css=\"tve-u-160ea7224b9\">Mazzei Maremma Toscana Tenuta</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160ea9357c7\" wfd-id=\"386\"><p data-css=\"tve-u-160f8cc591b\"><br></p><p data-css=\"tve-u-160ea71c62c\"><strong>Red</strong></p><p data-css=\"tve-u-160f8cc5953\"><br></p><p data-css=\"tve-u-160ea79970d\">MarquÃ©s de CÃ¡ceres</p><p data-css=\"tve-u-160ea799710\">Rioja ReservaBelguardo</p></div></div></div></div></div></div>\n</div>\n</div>\n</div></div><div class=\"tcb-clear\" data-css=\"tve-u-160ea7bf191\" wfd-id=\"312\"><div class=\"thrv_wrapper thrv_toggle_shortcode\" data-hover-color=\"rgba(18, 21, 25, 0.8)\" data-css=\"tve-u-160eab45a4f\" wfd-id=\"313\">\n<div class=\"tve_faq\" wfd-id=\"330\">\n<div class=\"tve_faqI\" wfd-id=\"331\">\n<div class=\"tve_faqB\" wfd-id=\"371\"><span class=\"tve_not_editable tve_toggle\" wfd-id=\"375\"></span>\n<h4 class=\"tve_editable\" data-css=\"tve-u-160eb475d09\"><span data-css=\"tve-u-160eb475d4c\" style=\"font-family: Lato,arial;\" wfd-id=\"374\">soft drinks</span></h4>\n</div>\n<div class=\"tve_faqC tve_empty_dropzone\" style=\"display: none;\" wfd-id=\"332\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160eaa73bda\" wfd-id=\"355\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-160e9fac06c\" wfd-id=\"356\"><div class=\"tcb-flex-col\" wfd-id=\"365\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160f8cb9d70\" wfd-id=\"367\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160ea977bf3\" wfd-id=\"368\"><h3 data-css=\"tve-u-160f8cb610d\"><strong>Coffee</strong></h3><p data-css=\"tve-u-160f8cb6183\"><br></p><p data-css=\"tve-u-160f8cb61bc\">Expresso</p><p data-css=\"tve-u-160ea6ba060\">Expresso Machiato</p><p data-css=\"tve-u-160ea6ba063\">Irish Coffee</p><p data-css=\"tve-u-160ea6ba065\">Cafe Mendoza</p><p data-css=\"tve-u-160ea6ba067\">Latte</p><p data-css=\"tve-u-160ea6ba06a\">Americano</p><p data-css=\"tve-u-160ea6ba06c\">Baileys Irish Cream Coffee</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"357\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160f8c978c9\" wfd-id=\"359\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160f8c8c841\" wfd-id=\"360\"><h3 data-css=\"tve-u-160f8cb0034\"><strong>Juice</strong></h3><p data-css=\"tve-u-160f8cb00a7\"><br></p><p data-css=\"tve-u-160f8cb00e0\">Coca Cola</p><p data-css=\"tve-u-160f8cb011c\">Fanta</p><p data-css=\"tve-u-160f8cb0157\">Sprite</p><p data-css=\"tve-u-160f8cb0191\">Almdudler</p><p data-css=\"tve-u-160f8cb01cb\">Fresh mix&nbsp;</p><ul class=\"\" wfd-id=\"363\"><li class=\"\" data-css=\"tve-u-160ea9c9c07\" wfd-id=\"364\">Orange/ Grapefruit/Apple</li></ul><p data-css=\"tve-u-160f8cb0240\">Sam Adams</p><p data-css=\"tve-u-160f8cb027b\">Miller Lite</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160eaa8db54\" wfd-id=\"333\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-160ea89ac22\" wfd-id=\"334\"><div class=\"tcb-flex-col\" wfd-id=\"339\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"341\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160ea976e63\" wfd-id=\"342\"><h3 data-css=\"tve-u-160ea54ea72\"><span data-css=\"tve-u-160f8c69135\" wfd-id=\"354\"><strong>Smoothie</strong></span></h3><p><span data-css=\"tve-u-160f8c699b9\" wfd-id=\"352\"><span data-css=\"tve-u-160f8c691a5\" wfd-id=\"353\"><br></span></span></p><p data-css=\"tve-u-160ea6ba05c\"><span data-css=\"tve-u-160f8c699f6\" wfd-id=\"350\"><span data-css=\"tve-u-160f8c691dc\" wfd-id=\"351\">Cherry &amp; Kale</span></span></p><p data-css=\"tve-u-160ea6ba05c\"><span data-css=\"tve-u-160f8c69a2f\" wfd-id=\"348\"><span data-css=\"tve-u-160f8c69216\" wfd-id=\"349\">Blueberry &amp; Avocado</span></span></p><p data-css=\"tve-u-160ea6ba05c\"><span data-css=\"tve-u-160f8c69a67\" wfd-id=\"346\"><span data-css=\"tve-u-160f8c69250\" wfd-id=\"347\">Banana &amp; Milk</span></span></p><p data-css=\"tve-u-160ea6ba05c\"><span data-css=\"tve-u-160f8c69289\" wfd-id=\"345\">Pear &amp; Chocolate</span></p><p data-css=\"tve-u-160f8c626b2\">Veggie &amp; Green</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"335\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160ea928596\" wfd-id=\"337\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160f8c59f19\" wfd-id=\"338\"><h3 data-css=\"tve-u-160f8c5888c\"><strong>Lemonade</strong></h3><p data-css=\"tve-u-160f8c58926\"><br></p><p data-css=\"tve-u-160f8c58957\">Classic</p><p data-css=\"tve-u-160eaa5aa50\">Mint&nbsp;</p><p data-css=\"tve-u-160f8c589bd\">Orange &amp; Lime</p><p data-css=\"tve-u-160eaa62df8\">Watermelon</p></div></div></div></div></div></div>\n</div>\n</div>\n<div class=\"tve_faq\" wfd-id=\"314\">\n<div class=\"tve_faqI\" wfd-id=\"315\">\n<div class=\"tve_faqB\" wfd-id=\"325\"><span class=\"tve_not_editable tve_toggle\" wfd-id=\"329\"></span>\n<h4 class=\"tve_editable\">ADDITIONAL SPIRITS</h4>\n</div>\n<div class=\"tve_faqC\" style=\"display: none;\" wfd-id=\"316\"><div class=\"thrv_wrapper tcb-row-empty thrv-columns\" data-css=\"tve-u-1689b6473cd\" wfd-id=\"317\"><div class=\"tcb-flex-row tcb--cols--2\" wfd-id=\"318\"><div class=\"tcb-flex-col\" wfd-id=\"322\"><div class=\"tcb-col\" wfd-id=\"324\"></div></div><div class=\"tcb-flex-col\" wfd-id=\"319\"><div class=\"tcb-col\" wfd-id=\"321\"></div></div></div></div></div>\n</div>\n</div></div></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"287\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160eb38e170\" wfd-id=\"289\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-160eaaf84a6\" wfd-id=\"308\"><h4 class=\"\">Food</h4></div><div class=\"tcb-clear\" data-css=\"tve-u-160ea7bf191\" wfd-id=\"298\"><div class=\"thrv_wrapper thrv_toggle_shortcode\" data-hover-color=\"rgba(18, 21, 25, 0.8)\" data-css=\"tve-u-160ead973a1\" wfd-id=\"299\">\n<div class=\"tve_faq\" wfd-id=\"300\">\n<div class=\"tve_faqI\" wfd-id=\"301\">\n<div class=\"tve_faqB\" wfd-id=\"303\"><span class=\"tve_not_editable tve_toggle\" wfd-id=\"307\"></span>\n<h4 class=\"tve_editable\" data-css=\"tve-u-160eb47f143\"><span data-css=\"tve-u-160eb47f16a\" wfd-id=\"306\">starters</span></h4>\n</div>\n<div class=\"tve_faqC tve_empty_dropzone\" style=\"display: none;\" wfd-id=\"302\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160eb521486\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-160eb54da29\"><div class=\"tcb-flex-col\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160e9fbbfa0\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160f8c2bf72\"><h3 data-css=\"tve-u-160f8c28393\"><strong>Snacks</strong></h3><p data-css=\"tve-u-160f8c283f9\"><br></p><p data-css=\"tve-u-160f8c2842b\">Chips</p><p data-css=\"tve-u-160f8c28460\">Hazelnuts</p><p data-css=\"tve-u-160f8c28493\">Peanuts</p><p data-css=\"tve-u-160f8c284c6\">Tortilla chips</p><p data-css=\"tve-u-160f8c25bba\">Chocolate croissants</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160e9fc2c51\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160ea9c1e15\"><h3 data-css=\"tve-u-160eb553062\"><strong>Meals</strong></h3><p data-css=\"tve-u-160eb5530cd\"><br></p><p data-css=\"tve-u-160eb553103\">Crab cakes<u>â€‹</u></p><p data-css=\"tve-u-160eb553138\">Chicken wings</p><p data-css=\"tve-u-160eb55316d\">White beans with herbs</p><p data-css=\"tve-u-160eb5531a1\">Stuffed mushrooms</p><p data-css=\"tve-u-160eb5531d8\">Smoked salmon spread</p><p data-css=\"tve-u-160eb55320f\">Authentic houmous</p></div></div></div></div></div></div>\n</div>\n</div>\n</div></div><div class=\"tcb-clear\" data-css=\"tve-u-160ea7bf191\" wfd-id=\"290\"><div class=\"thrv_wrapper thrv_toggle_shortcode\" data-hover-color=\"rgba(18, 21, 25, 0.8)\" data-css=\"tve-u-160eb42c2ca\" wfd-id=\"291\">\n<div class=\"tve_faq\" wfd-id=\"292\">\n<div class=\"tve_faqI\" wfd-id=\"293\">\n<div class=\"tve_faqB\" wfd-id=\"295\"><span class=\"tve_not_editable tve_toggle\" wfd-id=\"297\"></span>\n<h4 class=\"tve_editable\" data-css=\"tve-u-160e9f7868b\"><span data-css=\"tve-u-160e9f7ce0e\" wfd-id=\"296\">main course</span></h4>\n</div>\n<div class=\"tve_faqC tve_empty_dropzone\" style=\"display: none;\" wfd-id=\"294\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160ead90ba7\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-160eadcc8c9\"><div class=\"tcb-flex-col\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160f8d12a0d\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160ea977bf3\"><h3 data-css=\"tve-u-160eb5275ca\"><strong>Soup</strong></h3><p data-css=\"tve-u-160eb52762c\"><br></p><p data-css=\"tve-u-160eb52765c\">Fish soup</p><p data-css=\"tve-u-160eb52768d\">Squash &amp; parsley&nbsp;</p><p data-css=\"tve-u-160eb5276bf\">Tomato</p><p data-css=\"tve-u-160eb5276f3\">Chicken Almond<br>Arizona Mountain<br>Bayou Shrimp<br>Beef &amp; Pasta Mushroom</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160e9fc2c51\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160eb537e16\"><h3 data-css=\"tve-u-160eb5346af\"><strong>Main dish</strong></h3><p data-css=\"tve-u-160eb534715\"><br></p><p data-css=\"tve-u-160eadffc69\">Chickpea Cauliflower Korma</p><p data-css=\"tve-u-160eb53477a\">Lasagna</p><p data-css=\"tve-u-160eb5347ae\">Veggie Lasagna</p><p data-css=\"tve-u-160eb5347e1\">Pizza Capriciosa</p><p data-css=\"tve-u-160eb534816\">Pizza Margherita</p><p data-css=\"tve-u-160eb53484c\">House Burger</p></div></div></div></div></div></div>\n</div>\n</div>\n</div></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1635ee0cb15\" wfd-id=\"156\">\n<div class=\"tve-page-section-out\" wfd-id=\"280\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1635ebf2201\" wfd-id=\"157\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160f8e625a1\" wfd-id=\"276\"><h3 data-css=\"tve-u-1635f10faad\" style=\"text-align: center;\">What <span data-css=\"tve-u-1635f111354\" style=\"text-transform: uppercase;\" wfd-id=\"279\">o</span>ur customers say</h3></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1635ed91639\" wfd-id=\"158\"><div class=\"tcb-flex-row tcb--cols--3\" data-css=\"tve-u-1635ed274dc\" wfd-id=\"159\"><div class=\"tcb-flex-col\" wfd-id=\"234\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1636390be1e\" wfd-id=\"236\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1635f1b25ed\" wfd-id=\"254\">\n<div class=\"tve-content-box-background\" wfd-id=\"275\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1635f125271\" wfd-id=\"255\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1635f138d3b\" wfd-id=\"271\"><p data-css=\"tve-u-160fa718c59\"><span data-css=\"tve-u-160fa718c5e\" wfd-id=\"274\">â</span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1635f136552\" wfd-id=\"268\"><p data-css=\"tve-u-163629eed0d\">Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit. Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit.</p></div><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"2\" data-color=\"rgb(218, 144, 15)\" data-css=\"tve-u-1635f14cd1e\" wfd-id=\"267\">\n<hr class=\"tve_sep tve_sep-1\">\n</div><div class=\"tcb-clear\" data-css=\"tve-u-160f93bdfb1\" wfd-id=\"265\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1636392a6b1\" wfd-id=\"266\"><svg class=\"tcb-icon\" viewBox=\"0 0 16 28\" data-name=\"sort-desc\">\n<path d=\"M16 17c0 0.266-0.109 0.516-0.297 0.703l-7 7c-0.187 0.187-0.438 0.297-0.703 0.297s-0.516-0.109-0.703-0.297l-7-7c-0.187-0.187-0.297-0.438-0.297-0.703 0-0.547 0.453-1 1-1h14c0.547 0 1 0.453 1 1z\"></path>\n</svg></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1635f123a1e\" wfd-id=\"261\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1636393c2d2\" data-float=\"1\" wfd-id=\"262\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-160f957664d\" wfd-id=\"264\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-163629eb59f\" wfd-id=\"263\"></div>\n</div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1635f121505\" wfd-id=\"256\"><p data-css=\"tve-u-163629db329\"><strong><span data-css=\"tve-u-163629f6835\" style=\"font-size: 16px;\" wfd-id=\"260\">Josie Carter</span></strong></p><p data-css=\"tve-u-163629e77b3\"><span data-css=\"tve-u-163629f6837\" style=\"font-size: 16px;\" wfd-id=\"259\"><em>Marine Biologist</em></span></p><p data-css=\"tve-u-160f9514c00\">â€‹<br></p></div></div>\n</div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-161701a8fd1\" wfd-id=\"237\"><div class=\"tcb-flex-row tcb--cols--3 tcb-resized tcb-resizing tcb-medium-no-wrap v-2 tcb-mobile-wrap m-edit\" data-css=\"tve-u-161703e4bac\" wfd-id=\"238\"><div class=\"tcb-flex-col\" data-css=\"tve-u-16170332517\" style=\"\" wfd-id=\"248\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"250\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16170441415\" wfd-id=\"251\"><p data-css=\"tve-u-16170191bce\"><em>As seen on</em></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1617033251d\" style=\"width: 85px;\" wfd-id=\"243\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"245\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16170185cb5\" wfd-id=\"246\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"247\"><img class=\"tve_image wp-image-3532\" alt=\"\" width=\"45\" height=\"30\" title=\"trip-advisor-logo_03\" data-id=\"3532\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/trip-advisor-logo_03.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1617033371d\" style=\"\" wfd-id=\"239\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"241\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16170442200\" wfd-id=\"242\"><p data-css=\"tve-u-161701c9195\"><a href=\"https://www.tripadvisor.com/\" target=\"_blank\"><u>See more reviews</u></a><u>â€‹â€‹â€‹â€‹</u></p></div></div></div></div></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"196\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-163639549e4\" wfd-id=\"198\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1635f1b3fee\" wfd-id=\"214\">\n<div class=\"tve-content-box-background\" wfd-id=\"233\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16362a05c8f\" wfd-id=\"215\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1636390935e\" wfd-id=\"229\"><p data-css=\"tve-u-160fa718c59\"><span data-css=\"tve-u-160fa718c5e\" wfd-id=\"232\">â</span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1636951d241\" wfd-id=\"226\"><p data-css=\"tve-u-16362a0d7c6\">Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae erat consequat auctor eu in elit. Class aptent!</p></div><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"2\" data-color=\"rgb(218, 144, 15)\" data-css=\"tve-u-16369519850\" wfd-id=\"225\">\n<hr class=\"tve_sep tve_sep-1\">\n</div><div class=\"tcb-clear\" data-css=\"tve-u-160f93bdfb1\" wfd-id=\"223\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1636392e791\" wfd-id=\"224\"><svg class=\"tcb-icon\" viewBox=\"0 0 16 28\" data-name=\"sort-desc\">\n<path d=\"M16 17c0 0.266-0.109 0.516-0.297 0.703l-7 7c-0.187 0.187-0.438 0.297-0.703 0.297s-0.516-0.109-0.703-0.297l-7-7c-0.187-0.187-0.297-0.438-0.297-0.703 0-0.547 0.453-1 1-1h14c0.547 0 1 0.453 1 1z\"></path>\n</svg></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1635ec5add7\" wfd-id=\"219\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1636393da63\" data-float=\"1\" wfd-id=\"220\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1635f13f574\" wfd-id=\"222\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16362a05cc8\" wfd-id=\"221\"></div>\n</div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160fa6805d4\" wfd-id=\"216\"><p data-css=\"tve-u-16362a08679\"><strong>Jesse O\'neil</strong></p><p data-css=\"tve-u-16362a0a74e\"><em>Advertising</em></p><p data-css=\"tve-u-16362a0a750\">â€‹<br></p></div></div>\n</div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16170325257\" wfd-id=\"199\"><div class=\"tcb-flex-row tcb--cols--3 tcb-resized tcb-medium-no-wrap v-2 tcb-mobile-wrap m-edit\" data-css=\"tve-u-1617045651a\" wfd-id=\"200\"><div class=\"tcb-flex-col\" data-css=\"tve-u-16170334a49\" style=\"\" wfd-id=\"210\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"212\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-161704435d7\" wfd-id=\"213\"><p data-css=\"tve-u-16170191bce\"><em>As seen on</em></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-16170334a4f\" style=\"\" wfd-id=\"205\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"207\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-161702e8042\" wfd-id=\"208\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"209\"><img class=\"tve_image wp-image-3538\" alt=\"\" width=\"52\" height=\"31\" title=\"foursquare-logo_03\" data-id=\"3538\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/foursquare-logo_03.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-161703373d0\" style=\"\" wfd-id=\"201\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"203\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16170445bb9\" wfd-id=\"204\"><p data-css=\"tve-u-161701c9195\"><a href=\"https://foursquare.com/\" target=\"_blank\"><u>See more reviewsâ€‹â€‹â€‹â€‹</u></a></p></div></div></div></div></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"160\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16363524c1e\" wfd-id=\"162\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1635ebfe4fc\" wfd-id=\"178\">\n<div class=\"tve-content-box-background\" wfd-id=\"195\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1635ec2801b\" wfd-id=\"179\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1635f139f5c\" wfd-id=\"191\"><p data-css=\"tve-u-160fa718c59\"><span data-css=\"tve-u-160fa718c5e\" wfd-id=\"194\">â</span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160f961e617\" wfd-id=\"190\"><p data-css=\"tve-u-16362a2156e\">Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Mauris in erat justo. Nullam ac urna eu felis dapibus condimentum sit amet a augue. Sed non neque elit.</p></div><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"2\" data-color=\"rgb(218, 144, 15)\" data-css=\"tve-u-160f9405e56\" wfd-id=\"189\">\n<hr class=\"tve_sep tve_sep-1\">\n</div><div class=\"tcb-clear\" data-css=\"tve-u-160f93bdfb1\" wfd-id=\"187\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1635ed98a8a\" wfd-id=\"188\"><svg class=\"tcb-icon\" viewBox=\"0 0 16 28\" data-name=\"sort-desc\">\n<path d=\"M16 17c0 0.266-0.109 0.516-0.297 0.703l-7 7c-0.187 0.187-0.438 0.297-0.703 0.297s-0.516-0.109-0.703-0.297l-7-7c-0.187-0.187-0.297-0.438-0.297-0.703 0-0.547 0.453-1 1-1h14c0.547 0 1 0.453 1 1z\"></path>\n</svg></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1635ec5add7\" wfd-id=\"183\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160f9562c14\" data-float=\"1\" wfd-id=\"184\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1635f187bfc\" wfd-id=\"186\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-1635edf3681\" wfd-id=\"185\"></div>\n</div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160fa6805d4\" wfd-id=\"180\"><p data-css=\"tve-u-163629df961\"><strong><span data-css=\"tve-u-16362a29860\" style=\"font-size: 16px;\" wfd-id=\"182\">Gabriel Jones</span></strong></p><p data-css=\"tve-u-16362a2c533\"><span data-css=\"tve-u-16362a29862\" style=\"font-size: 16px;\" wfd-id=\"181\"><em>Brand Management Consultant</em></span></p><p data-css=\"tve-u-160f9514c00\"><strong>â€‹</strong><br></p></div></div>\n</div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-161703268c0\" wfd-id=\"163\"><div class=\"tcb-flex-row tcb--cols--3 tcb-resized tcb-medium-no-wrap v-2 tcb-mobile-wrap m-edit\" data-css=\"tve-u-161701a2f15\" wfd-id=\"164\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1617019989e\" style=\"\" wfd-id=\"174\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"176\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16170471614\" wfd-id=\"177\"><p data-css=\"tve-u-16170191bce\"><em>As seen on</em></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-161701998d2\" style=\"\" wfd-id=\"169\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"171\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1617031f43b\" wfd-id=\"172\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"173\"><img class=\"tve_image wp-image-3542\" alt=\"\" width=\"49\" height=\"24\" title=\"yelp-logo_03\" data-id=\"3542\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/yelp-logo_03.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-161701c1618\" style=\"\" wfd-id=\"165\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"167\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-161701b642a\" wfd-id=\"168\"><p data-css=\"tve-u-161701c9195\"><a href=\"https://www.yelp.com/\" target=\"_blank\"><u>See more reviews</u></a><u>â€‹â€‹â€‹â€‹</u></p></div></div></div></div></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-160f96ef669\" wfd-id=\"114\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-160f96f5e19\" data-clip-id=\"c22944d35542f\" wfd-id=\"155\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-c22944d35542f\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" pointer-width=\"100\" pointer-height=\"14\" style=\"zigzag\" decoration-type=\"none\" clip-path=\"url(#clip-top-c22944d35542f)\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-c22944d35542f\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" pointer-width=\"100\" pointer-height=\"14\" style=\"zigzag\" decoration-type=\"none\" clip-path=\"url(#clip-mobile-top-c22944d35542f)\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-top-c22944d35542f\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" pointer-width=\"100\" pointer-height=\"10\" style=\"zigzag\" decoration-type=\"none\" clip-path=\"url(#clip-top-c22944d35542f)\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-top-c22944d35542f\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" pointer-width=\"100\" pointer-height=\"13\" decoration-type=\"none\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-160f96c069e\" wfd-id=\"115\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160f9714a61\" wfd-id=\"116\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-160f9734b53\" data-clip-id=\"c8e428685a637\" wfd-id=\"154\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-c8e428685a637\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"pointer\" pointer-width=\"100\" pointer-height=\"13\" style=\"zigzag\" clip-path=\"url(#clip-bottom-c8e428685a637)\"><polygon points=\"1 0.13, 0.5 0, 0 0.13, 0 0.13, 0 1, 1 1, 1 0.13\"></polygon></clipPath><clipPath id=\"clip-bottom-c8e428685a637\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"pointer\" pointer-width=\"100\" pointer-height=\"14.000000000000002\" style=\"\"><polygon points=\"0 0, 0 0.86, 0 0.86, 0.5 1, 1 0.86, 1 0.86, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-top-c8e428685a637\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"divider\" pointer-width=\"100\" pointer-height=\"13\" style=\"zigzag\" clip-path=\"url(#clip-tablet-bottom-c8e428685a637)\"><polygon points=\"0 1, 1 1,1 0.13, 0.5 0, 0 0.13, 0 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-c8e428685a637\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"divider\" pointer-width=\"100\" pointer-height=\"14\" style=\"zigzag\"><polygon points=\"0 0, 0 0.86, 0.5 1, 1 0.86,  1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-top-c8e428685a637\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"divider\" pointer-width=\"100\" pointer-height=\"10\" style=\"zigzag\" clip-path=\"url(#clip-mobile-bottom-c8e428685a637)\"><polygon points=\"0 1, 1 1,1 0.1, 0.5 0, 0 0.1, 0 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-c8e428685a637\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"divider\" pointer-width=\"100\" pointer-height=\"10\" style=\"zigzag\"><polygon points=\"0 0, 0 0.9, 0.5 1, 1 0.9,  1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160f972cd2b\" wfd-id=\"117\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160f97e6953\" wfd-id=\"150\"><p data-css=\"tve-u-160f97ddb8a\" style=\"text-align: center;\"><span data-css=\"tve-u-160f97e0356\" style=\"font-weight: 400; font-family: &quot;Kaushan Script&quot;;\" wfd-id=\"153\">Happy Hour</span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160f98a0d17\" wfd-id=\"144\"><p data-css=\"tve-u-160f9bf9be2\" style=\"text-align: center;\"><span data-css=\"tve-u-160f9bfdcb7\" wfd-id=\"148\">2 shots for the price of 1 between 18<span data-css=\"tve-u-160f9823757\" wfd-id=\"149\">&nbsp;PM&nbsp;</span>- 20 </span><span data-css=\"tve-u-160f984f29b\" wfd-id=\"147\">PM</span></p></div><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-160f98df817\" data-tcb_hover_state_parent=\"\" wfd-id=\"139\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"140\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-160fec25d20\" wfd-id=\"141\"><strong>Make a reservation now</strong></span></span>\n</a>\n</div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160f9b74c2b\" wfd-id=\"123\"><div class=\"tcb-flex-row tcb-resized tcb--cols--3 tcb-medium-no-wrap tcb-mobile-edit tcb-resizing v-2\" data-css=\"tve-u-160f9b69526\" wfd-id=\"124\"><div class=\"tcb-flex-col\" data-css=\"tve-u-160f9b7a36e\" style=\"\" wfd-id=\"135\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"137\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(176, 171, 155, 0.3)\" data-css=\"tve-u-160f9b9db80\" wfd-id=\"138\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-160f9b7a39a\" style=\"width: 97px;\" wfd-id=\"129\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160ff36e890\" wfd-id=\"131\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160fa7619dc\" wfd-id=\"132\"><p data-css=\"tve-u-160f9b916f8\" style=\"text-align: center;\">or</p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-160f9b7a3c6\" style=\"\" wfd-id=\"125\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"127\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(176, 171, 155, 0.3)\" data-css=\"tve-u-160f9bd1e50\" wfd-id=\"128\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160f9bf1aea\" wfd-id=\"118\"><p data-css=\"tve-u-160f981fb0c\" style=\"text-align: center;\"><span data-css=\"tve-u-160f9c02898\" wfd-id=\"121\"><span data-css=\"tve-u-160ff467c38\" wfd-id=\"122\">Call us</span> : 0300-984-589</span></p></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-160f9c6a4fe\" wfd-id=\"76\">\n<div class=\"tve-page-section-out\" wfd-id=\"113\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-160f9c6d0ad\" wfd-id=\"77\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160f9caae7b\" wfd-id=\"112\"><h3 data-css=\"tve-u-1635f21f43a\" style=\"text-align: center;\">our signature drinks</h3></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160f9c7f698\" wfd-id=\"78\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--4\" data-css=\"tve-u-160f9c75fb0\" wfd-id=\"79\"><div class=\"tcb-flex-col\" wfd-id=\"104\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160f9cccb99\" data-tcb_hover_state_parent=\"\" wfd-id=\"106\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1616a9cfa4b\" wfd-id=\"107\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1616a721403\" wfd-id=\"111\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1616a74e73b\" wfd-id=\"108\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1616a5e01ba\" wfd-id=\"109\"><p data-css=\"tve-u-160f9d496b3\" style=\"text-align: center;\"><span data-css=\"tve-u-160f9d5377f\" style=\"font-weight: 400; font-family: &quot;Kaushan Script&quot;;\" wfd-id=\"110\">Wiskey Sour</span></p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"96\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160f9d08737\" data-tcb_hover_state_parent=\"\" wfd-id=\"98\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1616a9d1ca7\" wfd-id=\"99\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1616a721403\" wfd-id=\"103\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1616a74e73b\" wfd-id=\"100\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1616a5e01ba\" wfd-id=\"101\"><p data-css=\"tve-u-160f9d496b3\" style=\"text-align: center;\"><span data-css=\"tve-u-160f9d5377f\" style=\"font-weight: 400; font-family: &quot;Kaushan Script&quot;;\" wfd-id=\"102\">Boulevardier</span></p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"88\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160f9d0b00e\" data-tcb_hover_state_parent=\"\" wfd-id=\"90\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1616a9d3730\" wfd-id=\"91\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1616a721403\" wfd-id=\"95\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1616a74e73b\" wfd-id=\"92\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1616a5e01ba\" wfd-id=\"93\"><p data-css=\"tve-u-160f9d496b3\" style=\"text-align: center;\"><span data-css=\"tve-u-160f9d5377f\" style=\"font-weight: 400; font-family: &quot;Kaushan Script&quot;;\" wfd-id=\"94\">Gin Fizz</span></p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"80\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160f9d0c9a0\" data-tcb_hover_state_parent=\"\" wfd-id=\"82\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1616a708b49\" wfd-id=\"83\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1616a721403\" wfd-id=\"87\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1616a74e73b\" wfd-id=\"84\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1616a5e01ba\" wfd-id=\"85\"><p data-css=\"tve-u-160f9d496b3\" style=\"text-align: center;\"><span data-css=\"tve-u-160f9d5377f\" style=\"font-weight: 400; font-family: &quot;Kaushan Script&quot;;\" wfd-id=\"86\">Spicy Tequila Shot</span></p></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-160fe140452\" style=\"\" wfd-id=\"41\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-16362e0aed9\" wfd-id=\"75\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-160fe13ce28\" wfd-id=\"42\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160f9ec40fc\" wfd-id=\"43\"><div class=\"tcb-flex-row tcb--cols--2 tcb-medium-no-wrap v-2 tcb-mobile-wrap m-edit\" data-css=\"tve-u-160f9ebf905\" wfd-id=\"44\"><div class=\"tcb-flex-col\" wfd-id=\"49\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160f9ee08be\" wfd-id=\"51\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160fa01d193\" wfd-id=\"52\">\n<div class=\"tve-content-box-background\" wfd-id=\"74\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"53\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1635f273315\" wfd-id=\"72\"><h4 data-css=\"tve-u-1635f28650b\"><strong><span data-css=\"tve-u-16362a7e959\" style=\"text-transform: none;\" wfd-id=\"73\">Your</span></strong><br><strong>Company name</strong></h4></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16362aabe81\" wfd-id=\"64\">\n<div class=\"tve-content-box-background\" wfd-id=\"71\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1635e5d9ba1\" wfd-id=\"65\"><div class=\"tcb-clear\" data-css=\"tve-u-16363d2efc4\" wfd-id=\"69\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-16362a8dd87\" data-float=\"1\" wfd-id=\"70\"><svg class=\"tcb-icon\" viewBox=\"0 0 16 28\" data-name=\"map-marker\">\n<path d=\"M12 10c0-2.203-1.797-4-4-4s-4 1.797-4 4 1.797 4 4 4 4-1.797 4-4zM16 10c0 0.953-0.109 1.937-0.516 2.797l-5.688 12.094c-0.328 0.688-1.047 1.109-1.797 1.109s-1.469-0.422-1.781-1.109l-5.703-12.094c-0.406-0.859-0.516-1.844-0.516-2.797 0-4.422 3.578-8 8-8s8 3.578 8 8z\"></path>\n</svg></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160df4565d1\" wfd-id=\"66\"><p data-css=\"tve-u-1636311d040\">Your Pub Adress Goes Here</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1636301dc81\" wfd-id=\"59\">\n<div class=\"tve-content-box-background\" wfd-id=\"63\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1635e5d9ba1\" wfd-id=\"60\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-16362aa4888\" wfd-id=\"62\"><svg class=\"tcb-icon\" viewBox=\"0 0 22 28\" data-name=\"phone\">\n<path d=\"M22 19.375c0 0.562-0.25 1.656-0.484 2.172-0.328 0.766-1.203 1.266-1.906 1.656-0.922 0.5-1.859 0.797-2.906 0.797-1.453 0-2.766-0.594-4.094-1.078-0.953-0.344-1.875-0.766-2.734-1.297-2.656-1.641-5.859-4.844-7.5-7.5-0.531-0.859-0.953-1.781-1.297-2.734-0.484-1.328-1.078-2.641-1.078-4.094 0-1.047 0.297-1.984 0.797-2.906 0.391-0.703 0.891-1.578 1.656-1.906 0.516-0.234 1.609-0.484 2.172-0.484 0.109 0 0.219 0 0.328 0.047 0.328 0.109 0.672 0.875 0.828 1.188 0.5 0.891 0.984 1.797 1.5 2.672 0.25 0.406 0.719 0.906 0.719 1.391 0 0.953-2.828 2.344-2.828 3.187 0 0.422 0.391 0.969 0.609 1.344 1.578 2.844 3.547 4.813 6.391 6.391 0.375 0.219 0.922 0.609 1.344 0.609 0.844 0 2.234-2.828 3.187-2.828 0.484 0 0.984 0.469 1.391 0.719 0.875 0.516 1.781 1 2.672 1.5 0.313 0.156 1.078 0.5 1.188 0.828 0.047 0.109 0.047 0.219 0.047 0.328z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160df4565d1\" wfd-id=\"61\"><p data-css=\"tve-u-1636311dda3\" style=\"text-align: left;\">0364 - 300 - 946</p></div></div>\n</div><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-160fa182f82\" data-tcb_hover_state_parent=\"\" wfd-id=\"54\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"55\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-160fa198fbb\" wfd-id=\"56\">Make a reservation now</span></span>\n</a>\n</div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"45\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160fa1c8dca\" wfd-id=\"47\"><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-160fa11f4f2\" wfd-id=\"48\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=London&amp;t=m&amp;z=12&amp;output=embed&amp;iwloc=near\"></iframe>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16362e2956e\" wfd-id=\"27\">\n<div class=\"tve-page-section-out\" wfd-id=\"40\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16362e27bcb\" wfd-id=\"28\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160fa4daf17\" wfd-id=\"29\"><div class=\"tcb-flex-row tcb--cols--2 v-2\" data-css=\"tve-u-160fa4d8d4f\" wfd-id=\"30\"><div class=\"tcb-flex-col\" wfd-id=\"36\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"38\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160fa4b581e\" wfd-id=\"39\"><p data-css=\"tve-u-160fa489bd9\" style=\"text-align: left;\">Â© 2018 , Your company name . All rights reserved.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"31\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160fec923bf\" wfd-id=\"33\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160fec99b6f\" wfd-id=\"34\"><p style=\"text-align: right;\" data-css=\"tve-u-16363b1b458\"><span style=\"color: rgba(3, 9, 14, 0.5);\" data-css=\"tve-u-16363b4867f\" wfd-id=\"35\"><u>â€‹</u>â€‹â€‹â€‹â€‹Made with</span> <a href=\"https://thrivethemes.com/\" target=\"_blank\">Thrive Architect</a></p></div></div></div></div></div></div>\n</div>'),(5898,428,'tve_revision_tve_has_wistia_popover','0'),(5917,106,'tve_save_post_tcb2-blank-page-styled',''),(6408,544,'tve_revision_tve_user_custom_css',''),(6409,544,'tve_revision_tve_page_events','a:0:{}'),(6410,544,'tve_revision_tve_globals','a:2:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";s:8:\"font_cls\";a:0:{}}'),(6411,544,'tve_revision_tve_global_scripts',''),(6412,544,'tve_revision_thrive_icon_pack','0'),(6413,544,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(6414,544,'tve_revision_tve_has_masonry','0'),(6415,544,'tve_revision_tve_has_typefocus','0'),(6416,544,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-169550bd520\" wfd-id=\"44\">\n	<div class=\"tve-content-box-background\" wfd-id=\"49\"></div>\n	<div class=\"tve-cb\" data-css=\"tve-u-1695921c8da\" wfd-id=\"45\"><div class=\"thrv_wrapper thrv_heading\" style=\"\" data-tag=\"h1\" wfd-id=\"46\"><h1 data-css=\"tve-u-16035acf904\" style=\"text-align: center;\"><strong>Contact Us</strong></h1></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16416ab0690\" wfd-id=\"38\">\n<div class=\"tve-page-section-out\" wfd-id=\"43\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1695508fbfa\" wfd-id=\"39\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" wfd-id=\"40\"><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi semper vulputate tincidunt. Mauris sodales vitae ipsum nec porta. Mauris lacus odio, congue eget justo nec, eleifend pellentesque orci. Interdum et malesuada fames ac ante ipsum primis in faucibus. Ut facilisis nibh eget ex maximus, at egestas orci faucibus.</p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16416ab0690\" wfd-id=\"35\">\n<div class=\"tve-page-section-out\" wfd-id=\"37\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16416aae91e\" wfd-id=\"36\"></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-16035a9ff73\" wfd-id=\"31\">\n<div class=\"tve-page-section-out\" wfd-id=\"34\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-160e4eb46bd\" wfd-id=\"32\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" wfd-id=\"33\"><p>Copyright text and footer links.</p></div></div>\n</div>\n\n'),(6417,544,'tve_revision_tve_has_wistia_popover','0'),(6418,428,'tve_revision_tve_landing_page','tcb2-thrivebiz-pub'),(6419,428,'tve_revision_tve_landing_set',''),(6420,428,'tve_revision_tve_disable_theme_dependency','1'),(6421,428,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16369563890\" wfd-id=\"527\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1636956410b\" data-clip-id=\"ebde87302d0be\" wfd-id=\"571\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1636955fbd2\" wfd-id=\"528\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160dbb50aca\" data-float=\"1\" wfd-id=\"565\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-160db84bfac\" data-clip-id=\"eb17500f3af4b\" wfd-id=\"570\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-eb17500f3af4b\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"divider\" pointer-width=\"100\" pointer-height=\"25\" style=\"zigzag\"><polygon points=\"0 0, 0 0.75, 0.5 1, 1 0.75,  1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-eb17500f3af4b\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"divider\" pointer-width=\"100\" pointer-height=\"25\" style=\"zigzag\"><polygon points=\"0 0, 0 0.75, 0.5 1, 1 0.75,  1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-eb17500f3af4b\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"pointer\" pointer-width=\"100\" pointer-height=\"15\" style=\"\" clip-path=\"url(#clip-mobile-top-eb17500f3af4b)\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 0 1, 0.5 0.85, 1 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-top-eb17500f3af4b\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"none\" pointer-width=\"5\" pointer-height=\"5\" style=\"zigzag\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160db85dabe\" wfd-id=\"566\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1635e6448aa\" wfd-id=\"567\"><h4 style=\"text-align: center;\"><strong>Your<br>&nbsp;â‰‘ &nbsp; &nbsp; &nbsp;Company Name &nbsp; &nbsp; &nbsp;â‰‘</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1635e5cbf37\" wfd-id=\"543\"><div class=\"tcb-flex-row tcb--cols--2 v-2 m-edit tcb-mobile-wrap tcb-resized tcb-row-reversed-mobile\" data-css=\"tve-u-1635e5cc2d9\" wfd-id=\"544\"><div class=\"tcb-flex-col\" data-css=\"tve-u-16363739cd6\" style=\"\" wfd-id=\"555\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"557\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tcb-mobile-hidden\" data-css=\"tve-u-1635e5cd7c0\" style=\"\" wfd-id=\"558\">\n<div class=\"tve-content-box-background\" wfd-id=\"564\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1635e5d9ba1\" wfd-id=\"559\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display tcb-mobile-hidden\" data-css=\"tve-u-160db6dd8cd\" style=\"\" wfd-id=\"563\"><svg class=\"tcb-icon\" viewBox=\"0 0 16 28\" data-name=\"map-marker\">\n<path d=\"M12 10c0-2.203-1.797-4-4-4s-4 1.797-4 4 1.797 4 4 4 4-1.797 4-4zM16 10c0 0.953-0.109 1.937-0.516 2.797l-5.688 12.094c-0.328 0.688-1.047 1.109-1.797 1.109s-1.469-0.422-1.781-1.109l-5.703-12.094c-0.406-0.859-0.516-1.844-0.516-2.797 0-4.422 3.578-8 8-8s8 3.578 8 8z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160df4565d1\" wfd-id=\"560\"><p>Your&nbsp; Adress Goes Here</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-16363739d27\" style=\"\" wfd-id=\"545\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"547\"><div class=\"tcb-clear\" data-css=\"tve-u-16363c02cf7\" wfd-id=\"548\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1635e5ffa41\" wfd-id=\"549\">\n<div class=\"tve-content-box-background\" wfd-id=\"554\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1635e5d9ba1\" wfd-id=\"550\"><div class=\"tcb-clear\" data-css=\"tve-u-163637c7e1e\" wfd-id=\"552\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1635e65c044\" data-float=\"1\" wfd-id=\"553\"><svg class=\"tcb-icon\" viewBox=\"0 0 22 28\" data-name=\"phone\">\n<path d=\"M22 19.375c0 0.562-0.25 1.656-0.484 2.172-0.328 0.766-1.203 1.266-1.906 1.656-0.922 0.5-1.859 0.797-2.906 0.797-1.453 0-2.766-0.594-4.094-1.078-0.953-0.344-1.875-0.766-2.734-1.297-2.656-1.641-5.859-4.844-7.5-7.5-0.531-0.859-0.953-1.781-1.297-2.734-0.484-1.328-1.078-2.641-1.078-4.094 0-1.047 0.297-1.984 0.797-2.906 0.391-0.703 0.891-1.578 1.656-1.906 0.516-0.234 1.609-0.484 2.172-0.484 0.109 0 0.219 0 0.328 0.047 0.328 0.109 0.672 0.875 0.828 1.188 0.5 0.891 0.984 1.797 1.5 2.672 0.25 0.406 0.719 0.906 0.719 1.391 0 0.953-2.828 2.344-2.828 3.187 0 0.422 0.391 0.969 0.609 1.344 1.578 2.844 3.547 4.813 6.391 6.391 0.375 0.219 0.922 0.609 1.344 0.609 0.844 0 2.234-2.828 3.187-2.828 0.484 0 0.984 0.469 1.391 0.719 0.875 0.516 1.781 1 2.672 1.5 0.313 0.156 1.078 0.5 1.188 0.828 0.047 0.109 0.047 0.219 0.047 0.328z\"></path>\n</svg></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16363599740\" wfd-id=\"551\"><p style=\"text-align: right;\">0364 - 300 - 946</p></div></div>\n</div></div></div></div></div></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160dbcafa88\" wfd-id=\"529\">\n<div class=\"tve-content-box-background\" wfd-id=\"542\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160dbcbc7a4\" wfd-id=\"530\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-160dbcd54ac\" data-tag=\"h3\" wfd-id=\"539\"><h3 style=\"text-align: center;\">This is the place to create your</h3></div><div class=\"thrv_wrapper thrv_heading tve_evt_manager_listen tve_et_tve-viewport tve_ea_thrive_animation tve_anim_slide_top\" data-css=\"tve-u-160dbcd2c5b\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_top&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" data-tag=\"h1\" wfd-id=\"536\"><h1 style=\"text-align: center;\">Best Memories</h1></div><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-160dbceed3d\" data-tcb_hover_state_parent=\"\" wfd-id=\"531\">\n<a href=\"\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"532\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-160dbe24f38\" wfd-id=\"533\"><strong>Make a reservation now</strong></span></span>\n</a>\n</div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1635e6aad72\" wfd-id=\"488\">\n<div class=\"tve-page-section-out\" wfd-id=\"526\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1635e6b4c72\" wfd-id=\"489\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160df4eae6d\" style=\"\" wfd-id=\"490\"><div class=\"tcb-flex-row tcb-medium-wrap tcb-resized tcb--cols--2\" data-css=\"tve-u-160df4bedf0\" wfd-id=\"491\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1635e9cce4d\" style=\"\" wfd-id=\"513\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160df8c3360\" wfd-id=\"515\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1635e97f913\" wfd-id=\"516\">\n<div class=\"tve-content-box-background\" wfd-id=\"525\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1635eadb72e\" wfd-id=\"517\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1636292fe99\" wfd-id=\"524\"><h4>A short story about us</h4></div><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-160df8deee2\" data-tag=\"h2\" wfd-id=\"521\"><h2>Welcome</h2></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-163629240b8\" wfd-id=\"518\"><p>Our vision is simple: create an environment of excitement and wonder.</p><p><br></p><p>We provide you with the fresh feeling that you need in summer and the cozyness you long for in winter.</p><p><br></p><p>We create the best experiences for you to share with friends.</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1635e9cce8b\" style=\"\" wfd-id=\"492\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160e5adb400\" wfd-id=\"494\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160df4c6424\" wfd-id=\"495\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-160df4db074\" wfd-id=\"512\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160df4f4d0e\" wfd-id=\"496\"><div class=\"tcb-clear\" data-css=\"tve-u-160df52e534\" wfd-id=\"497\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160df51ca21\" wfd-id=\"498\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-160df50b366\" wfd-id=\"511\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160df519447\" wfd-id=\"499\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1635eaf037e\" wfd-id=\"510\"><h6 class=\"\" data-css=\"tve-u-1635ef4f76c\" style=\"text-align: center;\"><strong>weâ€™re open from:</strong></h6></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160df6a2fe0\" wfd-id=\"500\"><div class=\"tcb-flex-row tcb--cols--2 v-2\" data-css=\"tve-u-160df6a3578\" wfd-id=\"501\"><div class=\"tcb-flex-col\" wfd-id=\"506\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160df6d53e3\" wfd-id=\"508\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160df709fbf\" wfd-id=\"509\"><p>Mo-Fr <strong>3Pm</strong> to <strong>4Am</strong></p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"502\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160df6d74f4\" wfd-id=\"504\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160df711140\" wfd-id=\"505\"><p>Sa-Su <strong>12Pm</strong> to <strong>4Am</strong></p></div></div></div></div></div></div>\n</div></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-160e4c55d27\" wfd-id=\"438\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-160e4c34c93\" data-clip-id=\"35e31e95c7382\" wfd-id=\"487\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-35e31e95c7382\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" pointer-width=\"100\" pointer-height=\"47\" style=\"zigzag\" decoration-type=\"none\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-35e31e95c7382\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" pointer-width=\"100\" pointer-height=\"47\" style=\"zigzag\" decoration-type=\"none\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-35e31e95c7382\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" pointer-width=\"100\" pointer-height=\"47\" style=\"zigzag\" decoration-type=\"none\" clip-path=\"url(#clip-mobile-top-35e31e95c7382)\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-top-35e31e95c7382\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" pointer-width=\"100\" pointer-height=\"22\" style=\"zigzag\" decoration-type=\"none\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-160e4c24b1a\" wfd-id=\"439\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-160e4c824a2\" data-tag=\"h3\" wfd-id=\"484\"><h3 data-css=\"tve-u-163630c7fc7\" style=\"text-align: center;\">Why Youâ€™ll <strong>Love</strong> our pub</h3></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160e4dadf9c\" style=\"\" wfd-id=\"440\"><div class=\"tcb-flex-row tcb--cols--3 tcb-medium-wrap v-2\" data-css=\"tve-u-160e4da55bb\" wfd-id=\"441\"><div class=\"tcb-flex-col\" wfd-id=\"468\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160e52014b5\" data-tcb_hover_state_parent=\"\" wfd-id=\"470\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1635efec9fa\" data-float=\"1\" wfd-id=\"481\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1635f098c8e\" data-tcb_hover_state_parent=\"1\" wfd-id=\"483\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16363231ead\" wfd-id=\"482\"></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160eb218e4e\" data-float=\"1\" wfd-id=\"471\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-160eb214b56\" data-clip-id=\"a182d7c321313\" data-tcb_hover_state_parent=\"1\" wfd-id=\"480\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-a182d7c321313\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"pointer\" pointer-width=\"100\" pointer-height=\"36\" style=\"\" data-inverted=\"false\"><polygon points=\"0 0, 0 0.64, 0 0.64, 0.5 1, 1 0.64, 1 0.64, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-a182d7c321313\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"none\" pointer-width=\"100\" pointer-height=\"36\" style=\"zigzag\" clip-path=\"url(#clip-tablet-top-a182d7c321313)\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-top-a182d7c321313\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"divider\" pointer-width=\"100\" pointer-height=\"22\" style=\"zigzag\"><polygon points=\"0 1, 1 1,1 0.22, 0.5 0, 0 0.22, 0 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-a182d7c321313\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"none\" pointer-width=\"100\" pointer-height=\"36\" style=\"zigzag\" clip-path=\"url(#clip-mobile-top-a182d7c321313)\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-top-a182d7c321313\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"divider\" pointer-width=\"100\" pointer-height=\"22\" style=\"zigzag\"><polygon points=\"0 1, 1 1,1 0.22, 0.5 0, 0 0.22, 0 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160eb1a09e2\" wfd-id=\"472\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1635ef71519\" wfd-id=\"477\"><p data-css=\"tve-u-160e4fd114b\" style=\"text-align: center;\">&nbsp;original</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160e501c0b4\" wfd-id=\"473\"><p data-css=\"tve-u-160e4fe84a1\" style=\"text-align: center;\"><span data-css=\"tve-u-160e4fe6187\" style=\"font-weight: 400; font-family: &quot;Kaushan Script&quot;;\" wfd-id=\"476\">drinks</span></p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"454\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160e5276a5e\" data-tcb_hover_state_parent=\"\" wfd-id=\"456\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-163628d68f3\" data-float=\"1\" wfd-id=\"465\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1635f073915\" data-tcb_hover_state_parent=\"1\" wfd-id=\"467\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16363235afe\" wfd-id=\"466\"></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160eb2222a0\" data-float=\"1\" wfd-id=\"457\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-160eb1d9ffb\" data-clip-id=\"cb4c420ba2143\" data-tcb_hover_state_parent=\"1\" wfd-id=\"464\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-cb4c420ba2143\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"pointer\" pointer-width=\"100\" pointer-height=\"36\" style=\"zigzag\"><polygon points=\"0 0, 0 0.64, 0.5 1, 1 0.64,  1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-cb4c420ba2143\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"none\" pointer-width=\"100\" pointer-height=\"36\" style=\"zigzag\" clip-path=\"url(#clip-tablet-top-cb4c420ba2143)\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-top-cb4c420ba2143\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"divider\" pointer-width=\"100\" pointer-height=\"22\" style=\"zigzag\"><polygon points=\"0 1, 1 1,1 0.22, 0.5 0, 0 0.22, 0 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-cb4c420ba2143\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"none\" pointer-width=\"100\" pointer-height=\"36\" style=\"zigzag\" clip-path=\"url(#clip-mobile-top-cb4c420ba2143)\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-top-cb4c420ba2143\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"divider\" pointer-width=\"100\" pointer-height=\"22\" style=\"zigzag\"><polygon points=\"0 1, 1 1,1 0.22, 0.5 0, 0 0.22, 0 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160eb1a09e2\" wfd-id=\"458\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1635ef72920\" wfd-id=\"463\"><p data-css=\"tve-u-160e4fd114b\" style=\"text-align: center;\">&nbsp;tasty</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160e501c0b4\" wfd-id=\"459\"><p data-css=\"tve-u-160e4fe84a1\" style=\"text-align: center;\"><span data-css=\"tve-u-160e4fe6187\" style=\"font-weight: 400; font-family: &quot;Kaushan Script&quot;;\" wfd-id=\"462\">food</span></p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"442\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160e52fbe2f\" data-tcb_hover_state_parent=\"\" wfd-id=\"444\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1635f0a8c87\" wfd-id=\"451\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1635f0b76b1\" data-tcb_hover_state_parent=\"1\" wfd-id=\"453\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-1635f010773\" wfd-id=\"452\"></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160eb0e8e90\" data-float=\"1\" wfd-id=\"445\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-160eb0d7fac\" data-clip-id=\"dd364f1962bc7\" data-tcb_hover_state_parent=\"1\" wfd-id=\"450\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-dd364f1962bc7\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"pointer\" pointer-width=\"100\" pointer-height=\"36\" style=\"zigzag\"><polygon points=\"0 0, 0 0.64, 0.5 1, 1 0.64,  1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-dd364f1962bc7\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"none\" pointer-width=\"100\" pointer-height=\"36\" style=\"zigzag\" clip-path=\"url(#clip-tablet-top-dd364f1962bc7)\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-top-dd364f1962bc7\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"divider\" pointer-width=\"100\" pointer-height=\"22\" style=\"zigzag\"><polygon points=\"0 1, 1 1,1 0.22, 0.5 0, 0 0.22, 0 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-dd364f1962bc7\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"none\" pointer-width=\"100\" pointer-height=\"36\" style=\"zigzag\" clip-path=\"url(#clip-mobile-top-dd364f1962bc7)\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-top-dd364f1962bc7\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"divider\" pointer-width=\"100\" pointer-height=\"22\" style=\"zigzag\"><polygon points=\"0 1, 1 1,1 0.22, 0.5 0, 0 0.22, 0 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160eb1a09e2\" wfd-id=\"446\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160eb1b0e14\" wfd-id=\"449\"><p data-css=\"tve-u-160e4fd114b\" style=\"text-align: center;\">&nbsp;great</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160e501c0b4\" wfd-id=\"447\"><p data-css=\"tve-u-160e4fe84a1\" style=\"text-align: center;\"><span data-css=\"tve-u-160e4fe6187\" style=\"font-weight: 400; font-family: &quot;Kaushan Script&quot;;\" wfd-id=\"448\">ambiance</span></p></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-160e9d15bdf\" wfd-id=\"281\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-160e9d118ed\" wfd-id=\"437\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-160e9d0c61d\" wfd-id=\"282\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160e9e2aeab\" wfd-id=\"436\"><h3>Take a look at</h3></div><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-160e9e41664\" data-tag=\"h2\" wfd-id=\"433\"><h2>Our Menu</h2></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160e9dff371\" wfd-id=\"283\">\n<div class=\"tve-content-box-background\" wfd-id=\"432\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160e9e03630\" wfd-id=\"284\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160ea7cae88\" wfd-id=\"285\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2\" data-css=\"tve-u-160ea7c9db0\" wfd-id=\"286\"><div class=\"tcb-flex-col\" wfd-id=\"309\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"311\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-160eb3ad20a\" wfd-id=\"429\"><h4>Drinks</h4></div><div class=\"tcb-clear\" data-css=\"tve-u-160ea7bf191\" wfd-id=\"376\"><div class=\"thrv_wrapper thrv_toggle_shortcode\" data-hover-color=\"rgba(18, 21, 25, 0.8)\" data-css=\"tve-u-160e9f87397\" wfd-id=\"377\">\n<div class=\"tve_faq\" wfd-id=\"378\">\n<div class=\"tve_faqI\" wfd-id=\"379\">\n<div class=\"tve_faqB\" wfd-id=\"422\"><span class=\"tve_not_editable tve_toggle\" wfd-id=\"428\"></span>\n<h4 class=\"tve_editable\" data-css=\"tve-u-160eb470891\"><span data-css=\"tve-u-160eb4708df\" style=\"font-family: Lato,arial;\" wfd-id=\"427\">alcoholic drinks</span></h4>\n</div>\n<div class=\"tve_faqC tve_empty_dropzone\" style=\"display: none;\" wfd-id=\"380\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160e9fad83c\" wfd-id=\"394\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-160eaa7faeb\" wfd-id=\"395\"><div class=\"tcb-flex-col\" wfd-id=\"414\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160eb4a305a\" wfd-id=\"416\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160ea977bf3\" wfd-id=\"417\"><h3 data-css=\"tve-u-160f8d013c3\"><strong>Beer (bottle)</strong></h3><p><br></p><p data-css=\"tve-u-160eb4a45fb\">Heineken</p><p data-css=\"tve-u-160eb49e1f7\">Paulaner</p><p data-css=\"tve-u-160eb4a4600\">Budweiser American Ale</p><p data-css=\"tve-u-160eb4a4603\">Land Shark Lager</p><p data-css=\"tve-u-160eb4a4605\">Scrumpy</p><p data-css=\"tve-u-160eb4a4608\">JackFirestone</p><p data-css=\"tve-u-160eb4a460a\">Walker Fortem</p><p data-css=\"tve-u-160eb4a460d\">Live Oak Hefeweizen</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"396\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160f8cfbf40\" wfd-id=\"398\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160ea9789a4\" wfd-id=\"399\"><h3 data-css=\"tve-u-160f8cf3d89\"><strong>Beer (draught)</strong></h3><p><br></p><p data-css=\"tve-u-160eb4b6f9b\"><span data-css=\"tve-u-160f8ceeb77\" wfd-id=\"413\">Guiness</span></p><p data-css=\"tve-u-160eb4b6fc8\"><span data-css=\"tve-u-160f8cef20d\" wfd-id=\"411\"><span data-css=\"tve-u-160f8ceeb79\" wfd-id=\"412\">Stela Artois</span></span></p><p data-css=\"tve-u-160eb4b6fcb\"><span data-css=\"tve-u-160f8cef245\" wfd-id=\"409\"><span data-css=\"tve-u-160f8ceebb3\" wfd-id=\"410\">Grolsch (Unfiltered)</span></span></p><p data-css=\"tve-u-160eb4b6fcd\"><span data-css=\"tve-u-160f8cef27e\" wfd-id=\"407\"><span data-css=\"tve-u-160f8ceebeb\" wfd-id=\"408\">Newcastle Brown Ale</span></span></p><p data-css=\"tve-u-160eb4b6fd0\"><span data-css=\"tve-u-160f8cef2b7\" wfd-id=\"405\"><span data-css=\"tve-u-160f8ceec23\" wfd-id=\"406\">Corona Extra</span></span></p><p data-css=\"tve-u-160eb4b6fd3\"><span data-css=\"tve-u-160f8cef2f1\" wfd-id=\"403\"><span data-css=\"tve-u-160f8ceec5c\" wfd-id=\"404\">Sam Adams</span></span></p><p data-css=\"tve-u-160eb4b6fd5\"><span data-css=\"tve-u-160f8ceec94\" wfd-id=\"402\">Miller Lite</span></p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160ea89b12a\" wfd-id=\"381\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-160eaa7faee\" wfd-id=\"382\"><div class=\"tcb-flex-col\" wfd-id=\"388\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160f8cddeb4\" wfd-id=\"390\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160ea976e63\" wfd-id=\"391\"><h3 data-css=\"tve-u-160f8cd7871\"><strong>Cocktails</strong></h3><p data-css=\"tve-u-160f8cd7919\"><br></p><p data-css=\"tve-u-160f8cd794f\">Gin &amp; Tonic</p><p data-css=\"tve-u-160f8cd7987\">Vodka Orange</p><p data-css=\"tve-u-160f8cd79c1\">Wiskey Sour</p><p data-css=\"tve-u-160f8cd79f8\">Boulevardier</p><p data-css=\"tve-u-160f8cd7a30\">Daiquiri</p><p data-css=\"tve-u-160f8cd7a68\">Martini</p><p data-css=\"tve-u-160f8cd7aa1\">Ramos Gin Fizz</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"383\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160ea928596\" wfd-id=\"385\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160ea9729a9\" wfd-id=\"387\"><h3 data-css=\"tve-u-160ea90d163\"><strong>Wine</strong></h3><p data-css=\"tve-u-160f8cc8efc\"><br></p><p data-css=\"tve-u-160f8cc8f31\"><br></p><p data-css=\"tve-u-160ea9400e0\"><strong>White</strong></p><p data-css=\"tve-u-160f8cc8f9a\"><br></p><p data-css=\"tve-u-160f8cc8fce\">Sidebar Sauvignon Blanc High Valley</p><p data-css=\"tve-u-160ea9104fd\"><br></p><p data-css=\"tve-u-160ea7224b9\">Mazzei Maremma Toscana Tenuta</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160ea9357c7\" wfd-id=\"386\"><p data-css=\"tve-u-160f8cc591b\"><br></p><p data-css=\"tve-u-160ea71c62c\"><strong>Red</strong></p><p data-css=\"tve-u-160f8cc5953\"><br></p><p data-css=\"tve-u-160ea79970d\">MarquÃ©s de CÃ¡ceres</p><p data-css=\"tve-u-160ea799710\">Rioja ReservaBelguardo</p></div></div></div></div></div></div>\n</div>\n</div>\n</div></div><div class=\"tcb-clear\" data-css=\"tve-u-160ea7bf191\" wfd-id=\"312\"><div class=\"thrv_wrapper thrv_toggle_shortcode\" data-hover-color=\"rgba(18, 21, 25, 0.8)\" data-css=\"tve-u-160eab45a4f\" wfd-id=\"313\">\n<div class=\"tve_faq\" wfd-id=\"330\">\n<div class=\"tve_faqI\" wfd-id=\"331\">\n<div class=\"tve_faqB\" wfd-id=\"371\"><span class=\"tve_not_editable tve_toggle\" wfd-id=\"375\"></span>\n<h4 class=\"tve_editable\" data-css=\"tve-u-160eb475d09\"><span data-css=\"tve-u-160eb475d4c\" style=\"font-family: Lato,arial;\" wfd-id=\"374\">soft drinks</span></h4>\n</div>\n<div class=\"tve_faqC tve_empty_dropzone\" style=\"display: none;\" wfd-id=\"332\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160eaa73bda\" wfd-id=\"355\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-160e9fac06c\" wfd-id=\"356\"><div class=\"tcb-flex-col\" wfd-id=\"365\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160f8cb9d70\" wfd-id=\"367\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160ea977bf3\" wfd-id=\"368\"><h3 data-css=\"tve-u-160f8cb610d\"><strong>Coffee</strong></h3><p data-css=\"tve-u-160f8cb6183\"><br></p><p data-css=\"tve-u-160f8cb61bc\">Expresso</p><p data-css=\"tve-u-160ea6ba060\">Expresso Machiato</p><p data-css=\"tve-u-160ea6ba063\">Irish Coffee</p><p data-css=\"tve-u-160ea6ba065\">Cafe Mendoza</p><p data-css=\"tve-u-160ea6ba067\">Latte</p><p data-css=\"tve-u-160ea6ba06a\">Americano</p><p data-css=\"tve-u-160ea6ba06c\">Baileys Irish Cream Coffee</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"357\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160f8c978c9\" wfd-id=\"359\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160f8c8c841\" wfd-id=\"360\"><h3 data-css=\"tve-u-160f8cb0034\"><strong>Juice</strong></h3><p data-css=\"tve-u-160f8cb00a7\"><br></p><p data-css=\"tve-u-160f8cb00e0\">Coca Cola</p><p data-css=\"tve-u-160f8cb011c\">Fanta</p><p data-css=\"tve-u-160f8cb0157\">Sprite</p><p data-css=\"tve-u-160f8cb0191\">Almdudler</p><p data-css=\"tve-u-160f8cb01cb\">Fresh mix&nbsp;</p><ul class=\"\" wfd-id=\"363\"><li class=\"\" data-css=\"tve-u-160ea9c9c07\" wfd-id=\"364\">Orange/ Grapefruit/Apple</li></ul><p data-css=\"tve-u-160f8cb0240\">Sam Adams</p><p data-css=\"tve-u-160f8cb027b\">Miller Lite</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160eaa8db54\" wfd-id=\"333\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-160ea89ac22\" wfd-id=\"334\"><div class=\"tcb-flex-col\" wfd-id=\"339\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"341\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160ea976e63\" wfd-id=\"342\"><h3 data-css=\"tve-u-160ea54ea72\"><span data-css=\"tve-u-160f8c69135\" wfd-id=\"354\"><strong>Smoothie</strong></span></h3><p><span data-css=\"tve-u-160f8c699b9\" wfd-id=\"352\"><span data-css=\"tve-u-160f8c691a5\" wfd-id=\"353\"><br></span></span></p><p data-css=\"tve-u-160ea6ba05c\"><span data-css=\"tve-u-160f8c699f6\" wfd-id=\"350\"><span data-css=\"tve-u-160f8c691dc\" wfd-id=\"351\">Cherry &amp; Kale</span></span></p><p data-css=\"tve-u-160ea6ba05c\"><span data-css=\"tve-u-160f8c69a2f\" wfd-id=\"348\"><span data-css=\"tve-u-160f8c69216\" wfd-id=\"349\">Blueberry &amp; Avocado</span></span></p><p data-css=\"tve-u-160ea6ba05c\"><span data-css=\"tve-u-160f8c69a67\" wfd-id=\"346\"><span data-css=\"tve-u-160f8c69250\" wfd-id=\"347\">Banana &amp; Milk</span></span></p><p data-css=\"tve-u-160ea6ba05c\"><span data-css=\"tve-u-160f8c69289\" wfd-id=\"345\">Pear &amp; Chocolate</span></p><p data-css=\"tve-u-160f8c626b2\">Veggie &amp; Green</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"335\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160ea928596\" wfd-id=\"337\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160f8c59f19\" wfd-id=\"338\"><h3 data-css=\"tve-u-160f8c5888c\"><strong>Lemonade</strong></h3><p data-css=\"tve-u-160f8c58926\"><br></p><p data-css=\"tve-u-160f8c58957\">Classic</p><p data-css=\"tve-u-160eaa5aa50\">Mint&nbsp;</p><p data-css=\"tve-u-160f8c589bd\">Orange &amp; Lime</p><p data-css=\"tve-u-160eaa62df8\">Watermelon</p></div></div></div></div></div></div>\n</div>\n</div>\n<div class=\"tve_faq\" wfd-id=\"314\">\n<div class=\"tve_faqI\" wfd-id=\"315\">\n<div class=\"tve_faqB\" wfd-id=\"325\"><span class=\"tve_not_editable tve_toggle\" wfd-id=\"329\"></span>\n<h4 class=\"tve_editable\">ADDITIONAL SPIRITS</h4>\n</div>\n<div class=\"tve_faqC\" style=\"display: none;\" wfd-id=\"316\"><div class=\"thrv_wrapper tcb-row-empty thrv-columns\" data-css=\"tve-u-1689b6473cd\" wfd-id=\"317\"><div class=\"tcb-flex-row tcb--cols--2\" wfd-id=\"318\"><div class=\"tcb-flex-col\" wfd-id=\"322\"><div class=\"tcb-col\" wfd-id=\"324\"></div></div><div class=\"tcb-flex-col\" wfd-id=\"319\"><div class=\"tcb-col\" wfd-id=\"321\"></div></div></div></div></div>\n</div>\n</div></div></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"287\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160eb38e170\" wfd-id=\"289\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-160eaaf84a6\" wfd-id=\"308\"><h4 class=\"\">Food</h4></div><div class=\"tcb-clear\" data-css=\"tve-u-160ea7bf191\" wfd-id=\"298\"><div class=\"thrv_wrapper thrv_toggle_shortcode\" data-hover-color=\"rgba(18, 21, 25, 0.8)\" data-css=\"tve-u-160ead973a1\" wfd-id=\"299\">\n<div class=\"tve_faq\" wfd-id=\"300\">\n<div class=\"tve_faqI\" wfd-id=\"301\">\n<div class=\"tve_faqB\" wfd-id=\"303\"><span class=\"tve_not_editable tve_toggle\" wfd-id=\"307\"></span>\n<h4 class=\"tve_editable\" data-css=\"tve-u-160eb47f143\"><span data-css=\"tve-u-160eb47f16a\" wfd-id=\"306\">starters</span></h4>\n</div>\n<div class=\"tve_faqC tve_empty_dropzone\" style=\"display: none;\" wfd-id=\"302\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160eb521486\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-160eb54da29\"><div class=\"tcb-flex-col\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160e9fbbfa0\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160f8c2bf72\"><h3 data-css=\"tve-u-160f8c28393\"><strong>Snacks</strong></h3><p data-css=\"tve-u-160f8c283f9\"><br></p><p data-css=\"tve-u-160f8c2842b\">Chips</p><p data-css=\"tve-u-160f8c28460\">Hazelnuts</p><p data-css=\"tve-u-160f8c28493\">Peanuts</p><p data-css=\"tve-u-160f8c284c6\">Tortilla chips</p><p data-css=\"tve-u-160f8c25bba\">Chocolate croissants</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160e9fc2c51\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160ea9c1e15\"><h3 data-css=\"tve-u-160eb553062\"><strong>Meals</strong></h3><p data-css=\"tve-u-160eb5530cd\"><br></p><p data-css=\"tve-u-160eb553103\">Crab cakes<u>â€‹</u></p><p data-css=\"tve-u-160eb553138\">Chicken wings</p><p data-css=\"tve-u-160eb55316d\">White beans with herbs</p><p data-css=\"tve-u-160eb5531a1\">Stuffed mushrooms</p><p data-css=\"tve-u-160eb5531d8\">Smoked salmon spread</p><p data-css=\"tve-u-160eb55320f\">Authentic houmous</p></div></div></div></div></div></div>\n</div>\n</div>\n</div></div><div class=\"tcb-clear\" data-css=\"tve-u-160ea7bf191\" wfd-id=\"290\"><div class=\"thrv_wrapper thrv_toggle_shortcode\" data-hover-color=\"rgba(18, 21, 25, 0.8)\" data-css=\"tve-u-160eb42c2ca\" wfd-id=\"291\">\n<div class=\"tve_faq\" wfd-id=\"292\">\n<div class=\"tve_faqI\" wfd-id=\"293\">\n<div class=\"tve_faqB\" wfd-id=\"295\"><span class=\"tve_not_editable tve_toggle\" wfd-id=\"297\"></span>\n<h4 class=\"tve_editable\" data-css=\"tve-u-160e9f7868b\"><span data-css=\"tve-u-160e9f7ce0e\" wfd-id=\"296\">main course</span></h4>\n</div>\n<div class=\"tve_faqC tve_empty_dropzone\" style=\"display: none;\" wfd-id=\"294\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160ead90ba7\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-160eadcc8c9\"><div class=\"tcb-flex-col\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160f8d12a0d\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160ea977bf3\"><h3 data-css=\"tve-u-160eb5275ca\"><strong>Soup</strong></h3><p data-css=\"tve-u-160eb52762c\"><br></p><p data-css=\"tve-u-160eb52765c\">Fish soup</p><p data-css=\"tve-u-160eb52768d\">Squash &amp; parsley&nbsp;</p><p data-css=\"tve-u-160eb5276bf\">Tomato</p><p data-css=\"tve-u-160eb5276f3\">Chicken Almond<br>Arizona Mountain<br>Bayou Shrimp<br>Beef &amp; Pasta Mushroom</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160e9fc2c51\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160eb537e16\"><h3 data-css=\"tve-u-160eb5346af\"><strong>Main dish</strong></h3><p data-css=\"tve-u-160eb534715\"><br></p><p data-css=\"tve-u-160eadffc69\">Chickpea Cauliflower Korma</p><p data-css=\"tve-u-160eb53477a\">Lasagna</p><p data-css=\"tve-u-160eb5347ae\">Veggie Lasagna</p><p data-css=\"tve-u-160eb5347e1\">Pizza Capriciosa</p><p data-css=\"tve-u-160eb534816\">Pizza Margherita</p><p data-css=\"tve-u-160eb53484c\">House Burger</p></div></div></div></div></div></div>\n</div>\n</div>\n</div></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1635ee0cb15\" wfd-id=\"156\">\n<div class=\"tve-page-section-out\" wfd-id=\"280\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1635ebf2201\" wfd-id=\"157\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160f8e625a1\" wfd-id=\"276\"><h3 data-css=\"tve-u-1635f10faad\" style=\"text-align: center;\">What <span data-css=\"tve-u-1635f111354\" style=\"text-transform: uppercase;\" wfd-id=\"279\">o</span>ur customers say</h3></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1635ed91639\" wfd-id=\"158\"><div class=\"tcb-flex-row tcb--cols--3\" data-css=\"tve-u-1635ed274dc\" wfd-id=\"159\"><div class=\"tcb-flex-col\" wfd-id=\"234\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1636390be1e\" wfd-id=\"236\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1635f1b25ed\" wfd-id=\"254\">\n<div class=\"tve-content-box-background\" wfd-id=\"275\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1635f125271\" wfd-id=\"255\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1635f138d3b\" wfd-id=\"271\"><p data-css=\"tve-u-160fa718c59\"><span data-css=\"tve-u-160fa718c5e\" wfd-id=\"274\">â</span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1635f136552\" wfd-id=\"268\"><p data-css=\"tve-u-163629eed0d\">Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit. Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit.</p></div><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"2\" data-color=\"rgb(218, 144, 15)\" data-css=\"tve-u-1635f14cd1e\" wfd-id=\"267\">\n<hr class=\"tve_sep tve_sep-1\">\n</div><div class=\"tcb-clear\" data-css=\"tve-u-160f93bdfb1\" wfd-id=\"265\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1636392a6b1\" wfd-id=\"266\"><svg class=\"tcb-icon\" viewBox=\"0 0 16 28\" data-name=\"sort-desc\">\n<path d=\"M16 17c0 0.266-0.109 0.516-0.297 0.703l-7 7c-0.187 0.187-0.438 0.297-0.703 0.297s-0.516-0.109-0.703-0.297l-7-7c-0.187-0.187-0.297-0.438-0.297-0.703 0-0.547 0.453-1 1-1h14c0.547 0 1 0.453 1 1z\"></path>\n</svg></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1635f123a1e\" wfd-id=\"261\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1636393c2d2\" data-float=\"1\" wfd-id=\"262\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-160f957664d\" wfd-id=\"264\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-163629eb59f\" wfd-id=\"263\"></div>\n</div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1635f121505\" wfd-id=\"256\"><p data-css=\"tve-u-163629db329\"><strong><span data-css=\"tve-u-163629f6835\" style=\"font-size: 16px;\" wfd-id=\"260\">Josie Carter</span></strong></p><p data-css=\"tve-u-163629e77b3\"><span data-css=\"tve-u-163629f6837\" style=\"font-size: 16px;\" wfd-id=\"259\"><em>Marine Biologist</em></span></p><p data-css=\"tve-u-160f9514c00\">â€‹<br></p></div></div>\n</div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-161701a8fd1\" wfd-id=\"237\"><div class=\"tcb-flex-row tcb--cols--3 tcb-resized tcb-resizing tcb-medium-no-wrap v-2 tcb-mobile-wrap m-edit\" data-css=\"tve-u-161703e4bac\" wfd-id=\"238\"><div class=\"tcb-flex-col\" data-css=\"tve-u-16170332517\" style=\"\" wfd-id=\"248\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"250\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16170441415\" wfd-id=\"251\"><p data-css=\"tve-u-16170191bce\"><em>As seen on</em></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1617033251d\" style=\"width: 85px;\" wfd-id=\"243\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"245\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16170185cb5\" wfd-id=\"246\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"247\"><img class=\"tve_image wp-image-3532\" alt=\"\" width=\"45\" height=\"30\" title=\"trip-advisor-logo_03\" data-id=\"3532\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/trip-advisor-logo_03.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1617033371d\" style=\"\" wfd-id=\"239\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"241\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16170442200\" wfd-id=\"242\"><p data-css=\"tve-u-161701c9195\"><a href=\"https://www.tripadvisor.com/\" target=\"_blank\"><u>See more reviews</u></a><u>â€‹â€‹â€‹â€‹</u></p></div></div></div></div></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"196\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-163639549e4\" wfd-id=\"198\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1635f1b3fee\" wfd-id=\"214\">\n<div class=\"tve-content-box-background\" wfd-id=\"233\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16362a05c8f\" wfd-id=\"215\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1636390935e\" wfd-id=\"229\"><p data-css=\"tve-u-160fa718c59\"><span data-css=\"tve-u-160fa718c5e\" wfd-id=\"232\">â</span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1636951d241\" wfd-id=\"226\"><p data-css=\"tve-u-16362a0d7c6\">Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae erat consequat auctor eu in elit. Class aptent!</p></div><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"2\" data-color=\"rgb(218, 144, 15)\" data-css=\"tve-u-16369519850\" wfd-id=\"225\">\n<hr class=\"tve_sep tve_sep-1\">\n</div><div class=\"tcb-clear\" data-css=\"tve-u-160f93bdfb1\" wfd-id=\"223\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1636392e791\" wfd-id=\"224\"><svg class=\"tcb-icon\" viewBox=\"0 0 16 28\" data-name=\"sort-desc\">\n<path d=\"M16 17c0 0.266-0.109 0.516-0.297 0.703l-7 7c-0.187 0.187-0.438 0.297-0.703 0.297s-0.516-0.109-0.703-0.297l-7-7c-0.187-0.187-0.297-0.438-0.297-0.703 0-0.547 0.453-1 1-1h14c0.547 0 1 0.453 1 1z\"></path>\n</svg></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1635ec5add7\" wfd-id=\"219\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1636393da63\" data-float=\"1\" wfd-id=\"220\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1635f13f574\" wfd-id=\"222\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16362a05cc8\" wfd-id=\"221\"></div>\n</div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160fa6805d4\" wfd-id=\"216\"><p data-css=\"tve-u-16362a08679\"><strong>Jesse O\'neil</strong></p><p data-css=\"tve-u-16362a0a74e\"><em>Advertising</em></p><p data-css=\"tve-u-16362a0a750\">â€‹<br></p></div></div>\n</div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16170325257\" wfd-id=\"199\"><div class=\"tcb-flex-row tcb--cols--3 tcb-resized tcb-medium-no-wrap v-2 tcb-mobile-wrap m-edit\" data-css=\"tve-u-1617045651a\" wfd-id=\"200\"><div class=\"tcb-flex-col\" data-css=\"tve-u-16170334a49\" style=\"\" wfd-id=\"210\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"212\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-161704435d7\" wfd-id=\"213\"><p data-css=\"tve-u-16170191bce\"><em>As seen on</em></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-16170334a4f\" style=\"\" wfd-id=\"205\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"207\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-161702e8042\" wfd-id=\"208\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"209\"><img class=\"tve_image wp-image-3538\" alt=\"\" width=\"52\" height=\"31\" title=\"foursquare-logo_03\" data-id=\"3538\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/foursquare-logo_03.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-161703373d0\" style=\"\" wfd-id=\"201\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"203\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16170445bb9\" wfd-id=\"204\"><p data-css=\"tve-u-161701c9195\"><a href=\"https://foursquare.com/\" target=\"_blank\"><u>See more reviewsâ€‹â€‹â€‹â€‹</u></a></p></div></div></div></div></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"160\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16363524c1e\" wfd-id=\"162\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1635ebfe4fc\" wfd-id=\"178\">\n<div class=\"tve-content-box-background\" wfd-id=\"195\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1635ec2801b\" wfd-id=\"179\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1635f139f5c\" wfd-id=\"191\"><p data-css=\"tve-u-160fa718c59\"><span data-css=\"tve-u-160fa718c5e\" wfd-id=\"194\">â</span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160f961e617\" wfd-id=\"190\"><p data-css=\"tve-u-16362a2156e\">Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Mauris in erat justo. Nullam ac urna eu felis dapibus condimentum sit amet a augue. Sed non neque elit.</p></div><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"2\" data-color=\"rgb(218, 144, 15)\" data-css=\"tve-u-160f9405e56\" wfd-id=\"189\">\n<hr class=\"tve_sep tve_sep-1\">\n</div><div class=\"tcb-clear\" data-css=\"tve-u-160f93bdfb1\" wfd-id=\"187\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1635ed98a8a\" wfd-id=\"188\"><svg class=\"tcb-icon\" viewBox=\"0 0 16 28\" data-name=\"sort-desc\">\n<path d=\"M16 17c0 0.266-0.109 0.516-0.297 0.703l-7 7c-0.187 0.187-0.438 0.297-0.703 0.297s-0.516-0.109-0.703-0.297l-7-7c-0.187-0.187-0.297-0.438-0.297-0.703 0-0.547 0.453-1 1-1h14c0.547 0 1 0.453 1 1z\"></path>\n</svg></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1635ec5add7\" wfd-id=\"183\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160f9562c14\" data-float=\"1\" wfd-id=\"184\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1635f187bfc\" wfd-id=\"186\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-1635edf3681\" wfd-id=\"185\"></div>\n</div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160fa6805d4\" wfd-id=\"180\"><p data-css=\"tve-u-163629df961\"><strong><span data-css=\"tve-u-16362a29860\" style=\"font-size: 16px;\" wfd-id=\"182\">Gabriel Jones</span></strong></p><p data-css=\"tve-u-16362a2c533\"><span data-css=\"tve-u-16362a29862\" style=\"font-size: 16px;\" wfd-id=\"181\"><em>Brand Management Consultant</em></span></p><p data-css=\"tve-u-160f9514c00\"><strong>â€‹</strong><br></p></div></div>\n</div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-161703268c0\" wfd-id=\"163\"><div class=\"tcb-flex-row tcb--cols--3 tcb-resized tcb-medium-no-wrap v-2 tcb-mobile-wrap m-edit\" data-css=\"tve-u-161701a2f15\" wfd-id=\"164\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1617019989e\" style=\"\" wfd-id=\"174\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"176\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16170471614\" wfd-id=\"177\"><p data-css=\"tve-u-16170191bce\"><em>As seen on</em></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-161701998d2\" style=\"\" wfd-id=\"169\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"171\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1617031f43b\" wfd-id=\"172\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"173\"><img class=\"tve_image wp-image-3542\" alt=\"\" width=\"49\" height=\"24\" title=\"yelp-logo_03\" data-id=\"3542\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/yelp-logo_03.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-161701c1618\" style=\"\" wfd-id=\"165\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"167\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-161701b642a\" wfd-id=\"168\"><p data-css=\"tve-u-161701c9195\"><a href=\"https://www.yelp.com/\" target=\"_blank\"><u>See more reviews</u></a><u>â€‹â€‹â€‹â€‹</u></p></div></div></div></div></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-160f96ef669\" wfd-id=\"114\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-160f96f5e19\" data-clip-id=\"c22944d35542f\" wfd-id=\"155\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-c22944d35542f\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" pointer-width=\"100\" pointer-height=\"14\" style=\"zigzag\" decoration-type=\"none\" clip-path=\"url(#clip-top-c22944d35542f)\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-c22944d35542f\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" pointer-width=\"100\" pointer-height=\"14\" style=\"zigzag\" decoration-type=\"none\" clip-path=\"url(#clip-mobile-top-c22944d35542f)\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-top-c22944d35542f\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" pointer-width=\"100\" pointer-height=\"10\" style=\"zigzag\" decoration-type=\"none\" clip-path=\"url(#clip-top-c22944d35542f)\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-top-c22944d35542f\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" pointer-width=\"100\" pointer-height=\"13\" decoration-type=\"none\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-160f96c069e\" wfd-id=\"115\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160f9714a61\" wfd-id=\"116\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-160f9734b53\" data-clip-id=\"c8e428685a637\" wfd-id=\"154\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-c8e428685a637\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"pointer\" pointer-width=\"100\" pointer-height=\"13\" style=\"zigzag\" clip-path=\"url(#clip-bottom-c8e428685a637)\"><polygon points=\"1 0.13, 0.5 0, 0 0.13, 0 0.13, 0 1, 1 1, 1 0.13\"></polygon></clipPath><clipPath id=\"clip-bottom-c8e428685a637\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"pointer\" pointer-width=\"100\" pointer-height=\"14.000000000000002\" style=\"\"><polygon points=\"0 0, 0 0.86, 0 0.86, 0.5 1, 1 0.86, 1 0.86, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-top-c8e428685a637\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"divider\" pointer-width=\"100\" pointer-height=\"13\" style=\"zigzag\" clip-path=\"url(#clip-tablet-bottom-c8e428685a637)\"><polygon points=\"0 1, 1 1,1 0.13, 0.5 0, 0 0.13, 0 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-c8e428685a637\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"divider\" pointer-width=\"100\" pointer-height=\"14\" style=\"zigzag\"><polygon points=\"0 0, 0 0.86, 0.5 1, 1 0.86,  1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-top-c8e428685a637\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"divider\" pointer-width=\"100\" pointer-height=\"10\" style=\"zigzag\" clip-path=\"url(#clip-mobile-bottom-c8e428685a637)\"><polygon points=\"0 1, 1 1,1 0.1, 0.5 0, 0 0.1, 0 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-c8e428685a637\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"divider\" pointer-width=\"100\" pointer-height=\"10\" style=\"zigzag\"><polygon points=\"0 0, 0 0.9, 0.5 1, 1 0.9,  1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160f972cd2b\" wfd-id=\"117\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160f97e6953\" wfd-id=\"150\"><p data-css=\"tve-u-160f97ddb8a\" style=\"text-align: center;\"><span data-css=\"tve-u-160f97e0356\" style=\"font-weight: 400; font-family: &quot;Kaushan Script&quot;;\" wfd-id=\"153\">Happy Hour</span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160f98a0d17\" wfd-id=\"144\"><p data-css=\"tve-u-160f9bf9be2\" style=\"text-align: center;\"><span data-css=\"tve-u-160f9bfdcb7\" wfd-id=\"148\">2 shots for the price of 1 between 18<span data-css=\"tve-u-160f9823757\" wfd-id=\"149\">&nbsp;PM&nbsp;</span>- 20 </span><span data-css=\"tve-u-160f984f29b\" wfd-id=\"147\">PM</span></p></div><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-160f98df817\" data-tcb_hover_state_parent=\"\" wfd-id=\"139\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"140\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-160fec25d20\" wfd-id=\"141\"><strong>Make a reservation now</strong></span></span>\n</a>\n</div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160f9b74c2b\" wfd-id=\"123\"><div class=\"tcb-flex-row tcb-resized tcb--cols--3 tcb-medium-no-wrap tcb-mobile-edit tcb-resizing v-2\" data-css=\"tve-u-160f9b69526\" wfd-id=\"124\"><div class=\"tcb-flex-col\" data-css=\"tve-u-160f9b7a36e\" style=\"\" wfd-id=\"135\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"137\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(176, 171, 155, 0.3)\" data-css=\"tve-u-160f9b9db80\" wfd-id=\"138\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-160f9b7a39a\" style=\"width: 97px;\" wfd-id=\"129\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160ff36e890\" wfd-id=\"131\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160fa7619dc\" wfd-id=\"132\"><p data-css=\"tve-u-160f9b916f8\" style=\"text-align: center;\">or</p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-160f9b7a3c6\" style=\"\" wfd-id=\"125\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"127\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(176, 171, 155, 0.3)\" data-css=\"tve-u-160f9bd1e50\" wfd-id=\"128\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160f9bf1aea\" wfd-id=\"118\"><p data-css=\"tve-u-160f981fb0c\" style=\"text-align: center;\"><span data-css=\"tve-u-160f9c02898\" wfd-id=\"121\"><span data-css=\"tve-u-160ff467c38\" wfd-id=\"122\">Call us</span> : 0300-984-589</span></p></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-160f9c6a4fe\" wfd-id=\"76\">\n<div class=\"tve-page-section-out\" wfd-id=\"113\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-160f9c6d0ad\" wfd-id=\"77\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160f9caae7b\" wfd-id=\"112\"><h3 data-css=\"tve-u-1635f21f43a\" style=\"text-align: center;\">our signature drinks</h3></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160f9c7f698\" wfd-id=\"78\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--4\" data-css=\"tve-u-160f9c75fb0\" wfd-id=\"79\"><div class=\"tcb-flex-col\" wfd-id=\"104\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160f9cccb99\" data-tcb_hover_state_parent=\"\" wfd-id=\"106\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1616a9cfa4b\" wfd-id=\"107\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1616a721403\" wfd-id=\"111\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1616a74e73b\" wfd-id=\"108\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1616a5e01ba\" wfd-id=\"109\"><p data-css=\"tve-u-160f9d496b3\" style=\"text-align: center;\"><span data-css=\"tve-u-160f9d5377f\" style=\"font-weight: 400; font-family: &quot;Kaushan Script&quot;;\" wfd-id=\"110\">Wiskey Sour</span></p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"96\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160f9d08737\" data-tcb_hover_state_parent=\"\" wfd-id=\"98\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1616a9d1ca7\" wfd-id=\"99\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1616a721403\" wfd-id=\"103\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1616a74e73b\" wfd-id=\"100\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1616a5e01ba\" wfd-id=\"101\"><p data-css=\"tve-u-160f9d496b3\" style=\"text-align: center;\"><span data-css=\"tve-u-160f9d5377f\" style=\"font-weight: 400; font-family: &quot;Kaushan Script&quot;;\" wfd-id=\"102\">Boulevardier</span></p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"88\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160f9d0b00e\" data-tcb_hover_state_parent=\"\" wfd-id=\"90\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1616a9d3730\" wfd-id=\"91\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1616a721403\" wfd-id=\"95\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1616a74e73b\" wfd-id=\"92\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1616a5e01ba\" wfd-id=\"93\"><p data-css=\"tve-u-160f9d496b3\" style=\"text-align: center;\"><span data-css=\"tve-u-160f9d5377f\" style=\"font-weight: 400; font-family: &quot;Kaushan Script&quot;;\" wfd-id=\"94\">Gin Fizz</span></p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"80\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160f9d0c9a0\" data-tcb_hover_state_parent=\"\" wfd-id=\"82\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1616a708b49\" wfd-id=\"83\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1616a721403\" wfd-id=\"87\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1616a74e73b\" wfd-id=\"84\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1616a5e01ba\" wfd-id=\"85\"><p data-css=\"tve-u-160f9d496b3\" style=\"text-align: center;\"><span data-css=\"tve-u-160f9d5377f\" style=\"font-weight: 400; font-family: &quot;Kaushan Script&quot;;\" wfd-id=\"86\">Spicy Tequila Shot</span></p></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-160fe140452\" style=\"\" wfd-id=\"41\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-16362e0aed9\" wfd-id=\"75\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-160fe13ce28\" wfd-id=\"42\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160f9ec40fc\" wfd-id=\"43\"><div class=\"tcb-flex-row tcb--cols--2 tcb-medium-no-wrap v-2 tcb-mobile-wrap m-edit\" data-css=\"tve-u-160f9ebf905\" wfd-id=\"44\"><div class=\"tcb-flex-col\" wfd-id=\"49\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160f9ee08be\" wfd-id=\"51\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160fa01d193\" wfd-id=\"52\">\n<div class=\"tve-content-box-background\" wfd-id=\"74\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"53\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1635f273315\" wfd-id=\"72\"><h4 data-css=\"tve-u-1635f28650b\"><strong><span data-css=\"tve-u-16362a7e959\" style=\"text-transform: none;\" wfd-id=\"73\">Your</span></strong><br><strong>Company name</strong></h4></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16362aabe81\" wfd-id=\"64\">\n<div class=\"tve-content-box-background\" wfd-id=\"71\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1635e5d9ba1\" wfd-id=\"65\"><div class=\"tcb-clear\" data-css=\"tve-u-16363d2efc4\" wfd-id=\"69\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-16362a8dd87\" data-float=\"1\" wfd-id=\"70\"><svg class=\"tcb-icon\" viewBox=\"0 0 16 28\" data-name=\"map-marker\">\n<path d=\"M12 10c0-2.203-1.797-4-4-4s-4 1.797-4 4 1.797 4 4 4 4-1.797 4-4zM16 10c0 0.953-0.109 1.937-0.516 2.797l-5.688 12.094c-0.328 0.688-1.047 1.109-1.797 1.109s-1.469-0.422-1.781-1.109l-5.703-12.094c-0.406-0.859-0.516-1.844-0.516-2.797 0-4.422 3.578-8 8-8s8 3.578 8 8z\"></path>\n</svg></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160df4565d1\" wfd-id=\"66\"><p data-css=\"tve-u-1636311d040\">Your Pub Adress Goes Here</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1636301dc81\" wfd-id=\"59\">\n<div class=\"tve-content-box-background\" wfd-id=\"63\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1635e5d9ba1\" wfd-id=\"60\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-16362aa4888\" wfd-id=\"62\"><svg class=\"tcb-icon\" viewBox=\"0 0 22 28\" data-name=\"phone\">\n<path d=\"M22 19.375c0 0.562-0.25 1.656-0.484 2.172-0.328 0.766-1.203 1.266-1.906 1.656-0.922 0.5-1.859 0.797-2.906 0.797-1.453 0-2.766-0.594-4.094-1.078-0.953-0.344-1.875-0.766-2.734-1.297-2.656-1.641-5.859-4.844-7.5-7.5-0.531-0.859-0.953-1.781-1.297-2.734-0.484-1.328-1.078-2.641-1.078-4.094 0-1.047 0.297-1.984 0.797-2.906 0.391-0.703 0.891-1.578 1.656-1.906 0.516-0.234 1.609-0.484 2.172-0.484 0.109 0 0.219 0 0.328 0.047 0.328 0.109 0.672 0.875 0.828 1.188 0.5 0.891 0.984 1.797 1.5 2.672 0.25 0.406 0.719 0.906 0.719 1.391 0 0.953-2.828 2.344-2.828 3.187 0 0.422 0.391 0.969 0.609 1.344 1.578 2.844 3.547 4.813 6.391 6.391 0.375 0.219 0.922 0.609 1.344 0.609 0.844 0 2.234-2.828 3.187-2.828 0.484 0 0.984 0.469 1.391 0.719 0.875 0.516 1.781 1 2.672 1.5 0.313 0.156 1.078 0.5 1.188 0.828 0.047 0.109 0.047 0.219 0.047 0.328z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160df4565d1\" wfd-id=\"61\"><p data-css=\"tve-u-1636311dda3\" style=\"text-align: left;\">0364 - 300 - 946</p></div></div>\n</div><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-160fa182f82\" data-tcb_hover_state_parent=\"\" wfd-id=\"54\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"55\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-160fa198fbb\" wfd-id=\"56\">Make a reservation now</span></span>\n</a>\n</div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"45\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160fa1c8dca\" wfd-id=\"47\"><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-160fa11f4f2\" wfd-id=\"48\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=London&amp;t=m&amp;z=12&amp;output=embed&amp;iwloc=near\"></iframe>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16362e2956e\" wfd-id=\"27\">\n<div class=\"tve-page-section-out\" wfd-id=\"40\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16362e27bcb\" wfd-id=\"28\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160fa4daf17\" wfd-id=\"29\"><div class=\"tcb-flex-row tcb--cols--2 v-2\" data-css=\"tve-u-160fa4d8d4f\" wfd-id=\"30\"><div class=\"tcb-flex-col\" wfd-id=\"36\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"38\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160fa4b581e\" wfd-id=\"39\"><p data-css=\"tve-u-160fa489bd9\" style=\"text-align: left;\">Â© 2018 , Your company name . All rights reserved.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"31\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160fec923bf\" wfd-id=\"33\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160fec99b6f\" wfd-id=\"34\"><p style=\"text-align: right;\" data-css=\"tve-u-16363b1b458\"><span style=\"color: rgba(3, 9, 14, 0.5);\" data-css=\"tve-u-16363b4867f\" wfd-id=\"35\"><u>â€‹</u>â€‹â€‹â€‹â€‹Made with</span> <a href=\"https://thrivethemes.com/\" target=\"_blank\">Thrive Architect</a></p></div></div></div></div></div></div>\n</div>'),(6400,543,'tve_revision_tve_has_wistia_popover','0'),(6391,543,'tve_revision_tve_user_custom_css',''),(6392,543,'tve_revision_tve_page_events','a:0:{}'),(6393,543,'tve_revision_tve_globals','a:2:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";s:8:\"font_cls\";a:0:{}}'),(6394,543,'tve_revision_tve_global_scripts',''),(6395,543,'tve_revision_thrive_icon_pack','0'),(6396,543,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(6397,543,'tve_revision_tve_has_masonry','0'),(6398,543,'tve_revision_tve_has_typefocus','0'),(6399,543,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-custom-menu-inside\" data-css=\"tve-u-1642b667be5\" style=\"z-index: 8;\" wfd-id=\"31\">\n<div class=\"tve-content-box-background\" wfd-id=\"116\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1642b6ef7e6\" style=\"z-index: 8;\" wfd-id=\"32\"><div class=\"tcb-clear\" data-css=\"tve-u-16954cb2bb5\" wfd-id=\"103\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16954aadb7d\" wfd-id=\"104\"><div class=\"tcb-flex-row tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-16954aa12b2\" wfd-id=\"105\"><div class=\"tcb-flex-col\" data-css=\"tve-u-16954aa558a\" style=\"\" wfd-id=\"112\"><div class=\"tcb-col\" data-css=\"tve-u-16954c7c616\" wfd-id=\"114\"><a href=\"https://bestcerakoteflorida.com/\" rel=\"\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-16954a9c938\" data-link-wrap=\"1\" wfd-id=\"115\"><svg class=\"tcb-icon\" viewBox=\"0 0 576 512\" data-id=\"icon-home-regular\" data-name=\"\">\n            <path d=\"M557.1 240.7L512 203.8V104c0-4.4-3.6-8-8-8h-32c-4.4 0-8 3.6-8 8v60.5L313.4 41.1c-14.7-12.1-36-12.1-50.7 0L18.9 240.7c-3.4 2.8-3.9 7.8-1.1 11.3l20.3 24.8c2.8 3.4 7.8 3.9 11.3 1.1l14.7-12V464c0 8.8 7.2 16 16 16h168c4.4 0 8-3.6 8-8V344h64v128c0 4.4 3.6 8 8 8h168c8.8 0 16-7.2 16-16V265.8l14.7 12c3.4 2.8 8.5 2.3 11.3-1.1l20.3-24.8c2.6-3.4 2.1-8.4-1.3-11.2zM464 432h-96V304c0-4.4-3.6-8-8-8H216c-4.4 0-8 3.6-8 8v128h-96V226.5l170.9-140c2.9-2.4 7.2-2.4 10.1 0l170.9 140V432z\"></path>\n        </svg></div></a></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-16954aa55b5\" style=\"\" wfd-id=\"106\"><div class=\"tcb-col\" wfd-id=\"108\"><div class=\"thrv_wrapper thrv_heading\" style=\"\" data-tag=\"h1\" data-css=\"tve-u-1642b32e2c2\" wfd-id=\"109\"><h1 data-css=\"tve-u-16035acf904\" style=\"text-align: center;\"><strong>Privacy</strong></h1></div></div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" data-css=\"tve-u-1642b25c464\" wfd-id=\"33\"><p data-css=\"tve-u-165e6491162\"><span data-css=\"tve-u-165e64c579a\" style=\"font-family: Merriweather; font-weight: 400;\" wfd-id=\"102\">Privacy Policy</span></p><p data-css=\"tve-u-165e6492b04\"><span data-css=\"tve-u-165e64c08c2\" style=\"font-family: Merriweather; font-weight: 400;\" wfd-id=\"101\">What personal information do we collect from the people that visit our blog, website or app?<br>When ordering or registering on our site, as appropriate, you may be asked to enter your name, email address, mailing address, phone number, credit card information or other details to help you with your experience.</span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08c4\" style=\"font-weight: 400;\" wfd-id=\"99\"><span data-css=\"tve-u-165e64c08c5\" style=\"font-family: Merriweather;\" wfd-id=\"100\">When do we collect information?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08c6\" style=\"font-weight: 400;\" wfd-id=\"97\"><span data-css=\"tve-u-165e64c08c7\" style=\"font-family: Merriweather;\" wfd-id=\"98\">We collect information from you when you register on our site, place an order, subscribe to a newsletter, respond to a survey, fill out a form or enter information on our site.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08c9\" style=\"font-weight: 400;\" wfd-id=\"95\"><span data-css=\"tve-u-165e64c08ca\" style=\"font-family: Merriweather;\" wfd-id=\"96\">How do we use your information?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08cb\" style=\"font-weight: 400;\" wfd-id=\"93\"><span data-css=\"tve-u-165e64c08cc\" style=\"font-family: Merriweather;\" wfd-id=\"94\">We may use the information we collect from you when you register, make a purchase, sign up for our newsletter, respond to a survey or marketing communication, surf the website, or use certain other site features in the following ways:<br>â€¢ To personalize user\'s experience and to allow us to deliver the type of content and product offerings in which you are most interested.<br>â€¢ To improve our website in order to better serve you.<br>â€¢ To allow us to better service you in responding to your customer service requests.<br>â€¢ To administer a contest, promotion, survey or other site feature.<br>â€¢ To quickly process your transactions.<br>â€¢ To send periodic emails regarding your order or other products and services.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08ce\" style=\"font-weight: 400;\" wfd-id=\"91\"><span data-css=\"tve-u-165e64c08cf\" style=\"font-family: Merriweather;\" wfd-id=\"92\">How do we protect visitor information?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08d0\" style=\"font-weight: 400;\" wfd-id=\"89\"><span data-css=\"tve-u-165e64c08d1\" style=\"font-family: Merriweather;\" wfd-id=\"90\">Our website is scanned on a regular basis for security holes and known vulnerabilities in order to make your visit to our site as safe as possible.<br>We use regular Malware Scanning.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08d3\" style=\"font-weight: 400;\" wfd-id=\"87\"><span data-css=\"tve-u-165e64c08d4\" style=\"font-family: Merriweather;\" wfd-id=\"88\">Your personal information is contained behind secured networks and is only accessible by a limited number of persons who have special access rights to such systems, and are required to keep the information confidential. In addition, all sensitive/credit information you supply is encrypted via Secure Socket Layer (SSL) technology.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08d5\" style=\"font-weight: 400;\" wfd-id=\"85\"><span data-css=\"tve-u-165e64c08d6\" style=\"font-family: Merriweather;\" wfd-id=\"86\">We implement a variety of security measures when a user places an order, enters, submits, or accesses their information to maintain the safety of your personal information.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08d8\" style=\"font-weight: 400;\" wfd-id=\"83\"><span data-css=\"tve-u-165e64c08d9\" style=\"font-family: Merriweather;\" wfd-id=\"84\">All transactions are processed through a gateway provider and are not stored or processed on our servers.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08da\" style=\"font-weight: 400;\" wfd-id=\"81\"><span data-css=\"tve-u-165e64c08db\" style=\"font-family: Merriweather;\" wfd-id=\"82\">Do we use \'cookies\'?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08dd\" style=\"font-weight: 400;\" wfd-id=\"79\"><span data-css=\"tve-u-165e64c08de\" style=\"font-family: Merriweather;\" wfd-id=\"80\">Yes. Cookies are small files that a site or its service provider transfers to your computer\'s hard drive through your Web browser (if you allow) that enable the site\'s or service provider\'s systems to recognize your browser and capture and remember certain information. For instance, we use cookies to help us remember and process the items in your shopping cart. They are also used to help us understand your preferences based on previous or current site activity, which enables us to provide you with improved services. We also use cookies to help us compile aggregate data about site traffic and site interaction so that we can offer better site experiences and tools in the future.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08df\" style=\"font-weight: 400;\" wfd-id=\"77\"><span data-css=\"tve-u-165e64c08e0\" style=\"font-family: Merriweather;\" wfd-id=\"78\">We use cookies to:</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08e2\" style=\"font-weight: 400;\" wfd-id=\"75\"><span data-css=\"tve-u-165e64c08e3\" style=\"font-family: Merriweather;\" wfd-id=\"76\">â€¢ Help remember and process the items in the shopping cart.<br>â€¢ Understand and save user\'s preferences for future visits.<br>You can choose to have your computer warn you each time a cookie is being sent, or you can choose to turn off all cookies. You do this through your browser (like Internet Explorer) settings. Each browser is a little different, so look at your browser\'s Help menu to learn the correct way to modify your cookies.<br>If users disable cookies in their browser:<br>If you turn off cookies, some features will be disabled. However, you can still place orders for<br>saved items in your shopping cart over the telephone by contacting customer service.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08e4\" style=\"font-weight: 400;\" wfd-id=\"73\"><span data-css=\"tve-u-165e64c08e5\" style=\"font-family: Merriweather;\" wfd-id=\"74\">Third Party Disclosure</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08e7\" style=\"font-weight: 400;\" wfd-id=\"71\"><span data-css=\"tve-u-165e64c08e8\" style=\"font-family: Merriweather;\" wfd-id=\"72\">We do not sell, trade, or otherwise transfer to outside parties your personally identifiable information.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08e9\" style=\"font-weight: 400;\" wfd-id=\"69\"><span data-css=\"tve-u-165e64c08ea\" style=\"font-family: Merriweather;\" wfd-id=\"70\">Third party links</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08ec\" style=\"font-weight: 400;\" wfd-id=\"67\"><span data-css=\"tve-u-165e64c08ed\" style=\"font-family: Merriweather;\" wfd-id=\"68\">Occasionally, at our discretion, we may include or offer third party products or services on our website. These third party sites have separate and independent privacy policies. We therefore have no responsibility or liability for the content and activities of these linked sites. Nonetheless, we seek to protect the integrity of our site and welcome any feedback about these sites.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08ee\" style=\"font-weight: 400;\" wfd-id=\"65\"><span data-css=\"tve-u-165e64c08f0\" style=\"font-family: Merriweather;\" wfd-id=\"66\">Google</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08f1\" style=\"font-weight: 400;\" wfd-id=\"63\"><span data-css=\"tve-u-165e64c08f2\" style=\"font-family: Merriweather;\" wfd-id=\"64\">Google\'s advertising requirements can be summed up by Google\'s Advertising Principles. They are put in place to provide a positive experience for users. https://support.google.com/adwordspolicy/answer/1316548?hl=en<br>Opting out:<br>Users can set preferences for how Google advertises to you using the Google Ad Settings page. Alternatively, you can opt out by visiting the Network Advertising initiative opt out page or permanently using the Google Analytics Opt Out Browser add on.<br>California Online Privacy Protection Act<br>CalOPPA is the first state law in the nation to require commercial websites and online services to post a privacy policy. The law\'s reach stretches well beyond California to require a person or company in the United States (and conceivably the world) that operates websites collecting personally identifiable information from California consumers to post a conspicuous privacy policy on its website stating exactly the information being collected and those individuals with whom it is being shared, and to comply with this policy.<br>See more at: http://consumercal.org/california-online-privacy-protection-act-caloppa/#sthash.0FdRbT51.dpuf<br>According to CalOPPA we agree to the following:<br>Users can visit our site anonymously<br>Once this privacy policy is created, we will add a link to it on our home page, or as a minimum on the first significant page after entering our website.<br>Our Privacy Policy link includes the word \'Privacy\', and can be easily be found on the page specified above.<br>Users will be notified of any privacy policy changes:<br>â€¢ On our Privacy Policy Page<br>Users are able to change their personal information:<br>â€¢ By emailing us<br>â€¢ By calling us</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08f3\" style=\"font-weight: 400;\" wfd-id=\"61\"><span data-css=\"tve-u-165e64c08f6\" style=\"font-family: Merriweather;\" wfd-id=\"62\">How does our site handle do not track signals?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08f7\" style=\"font-weight: 400;\" wfd-id=\"59\"><span data-css=\"tve-u-165e64c08f8\" style=\"font-family: Merriweather;\" wfd-id=\"60\">We honor do not track signals and do not track, plant cookies, or use advertising when a Do Not Track (DNT) browser mechanism is in place.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08f9\" style=\"font-weight: 400;\" wfd-id=\"57\"><span data-css=\"tve-u-165e64c08fa\" style=\"font-family: Merriweather;\" wfd-id=\"58\">Does our site allow third party behavioral tracking?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08fb\" style=\"font-weight: 400;\" wfd-id=\"55\"><span data-css=\"tve-u-165e64c08fc\" style=\"font-family: Merriweather;\" wfd-id=\"56\">It\'s also important to note that we do not allow third party behavioral tracking<br>COPPA (Children Online Privacy Protection Act)<br>When it comes to the collection of personal information from children under 13, the Children\'s Online Privacy Protection Act (COPPA) puts parents in control. The Federal Trade Commission, the nation\'s consumer protection agency, enforces the COPPA Rule, which spells out what operators of websites and online services must do to protect children\'s privacy and safety online.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08fe\" style=\"font-weight: 400;\" wfd-id=\"53\"><span data-css=\"tve-u-165e64c08ff\" style=\"font-family: Merriweather;\" wfd-id=\"54\">We do not specifically market to children under 13.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c0900\" style=\"font-weight: 400;\" wfd-id=\"51\"><span data-css=\"tve-u-165e64c0901\" style=\"font-family: Merriweather;\" wfd-id=\"52\">Fair Information Practices</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c0903\" style=\"font-weight: 400;\" wfd-id=\"49\"><span data-css=\"tve-u-165e64c0904\" style=\"font-family: Merriweather;\" wfd-id=\"50\">The Fair Information Practices Principles form the backbone of privacy law in the United States and the concepts they include have played a significant role in the development of data protection laws around the globe. Understanding the Fair Information Practice Principles and how they should be implemented is critical to comply with the various privacy laws that protect personal information.<br>In order to be in line with Fair Information Practices we will take the following responsive action, should a data breach occur:<br>â€¢ Within 7 business days<br>We will notify the users via in site notification<br>â€¢ Within 7 business days<br>We also agree to the individual redress principle, which requires that individuals have a right to pursue legally enforceable rights against data collectors and processors who fail to adhere to the law. This principle requires not only that individuals have enforceable rights against data users, but also that individuals have recourse to courts or a government agency to investigate and/or prosecute non-compliance by data processors.<br>CAN SPAM Act<br>The CAN-SPAM Act is a law that sets the rules for commercial email, establishes requirements for commercial messages, gives recipients the right to have emails stopped from being sent to them, and spells out tough penalties for violations.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c0905\" style=\"font-weight: 400;\" wfd-id=\"47\"><span data-css=\"tve-u-165e64c0906\" style=\"font-family: Merriweather;\" wfd-id=\"48\">We collect your email address in order to:</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c0908\" style=\"font-weight: 400;\" wfd-id=\"45\"><span data-css=\"tve-u-165e64c0909\" style=\"font-family: Merriweather;\" wfd-id=\"46\">â€¢ Send information, respond to inquiries, and/or other requests or questions.<br>â€¢ Process orders and to send information and updates pertaining to orders<br>â€¢ Market to our mailing list or continue to send emails to our clients after the original transaction has occurred<br>To be in accordance with CANSPAM we agree to the following:<br>â€¢ NOT use false, or misleading subjects or email addresses<br>â€¢ Identify the message as an advertisement in some reasonable way<br>â€¢ Include the physical address of our business or site headquarters<br>â€¢ Monitor third party email marketing services for compliance, if one is used.<br>â€¢ Honor opt-out/unsubscribe requests quickly<br>â€¢ Allow users to unsubscribe by using the link at the bottom of each email<br>If at any time you would like to unsubscribe from receiving future emails, you can email us at<br>â€¢ Follow the instructions at the bottom of each email. and we will promptly remove you from ALL correspondence.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c090a\" style=\"font-weight: 400;\" wfd-id=\"43\"><span data-css=\"tve-u-165e64c090c\" style=\"font-family: Merriweather;\" wfd-id=\"44\">Contacting Us</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c090d\" style=\"font-weight: 400;\" wfd-id=\"41\"><span data-css=\"tve-u-165e64c090e\" style=\"font-family: Merriweather;\" wfd-id=\"42\">If there are any questions regarding this privacy policy you may contact us using the information below.<br>Blackhawk Custom, LLC.<br>825 South Kings Highway<br>Fort Pierce, FL 34945<br>United States<br>https://www.blackhawkcustom.com</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c090d\" style=\"font-weight: 400;\" wfd-id=\"39\"><span data-css=\"tve-u-165e64c090e\" style=\"font-family: Merriweather;\" wfd-id=\"40\"><br>Conditions of use:</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c090d\" style=\"font-weight: 400;\" wfd-id=\"37\"><span data-css=\"tve-u-165e64c090e\" style=\"font-family: Merriweather;\" wfd-id=\"38\">â€‹</span></span><span data-css=\"tve-u-165e64c0910\" style=\"font-family: Merriweather; font-weight: 400;\" wfd-id=\"36\">By using this website, you agree to all of our terms and conditions of the sale<br>All sales are final (See our refund policy)</span></p></div></div>\n</div>'),(6388,543,'tve_revision_tve_content_more_found',''),(6389,543,'tve_revision_tve_save_post',''),(6390,543,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Special+Elite:400&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Merriweather:400,400i,700,700i&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Montserrat:400,700&subset=latin\");@media (min-width: 300px){#tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] p, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] li, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] blockquote, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] address, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] .tcb-plain-text, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] h1, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] h2, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] h3, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] h4, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] h5, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] h6 { color: rgb(255, 255, 255); }[data-css=\"tve-u-1642b667be5\"] { max-width: 1200px; float: none; width: 100%; padding: 5px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1642b32e2c2\"] { float: none; z-index: 3; position: relative; width: 100%; margin-left: auto !important; margin-right: auto !important; }#tcb_landing_page a.tve_state_hover:not(.tcb-button-link) { color: rgb(179, 144, 57); }[data-css=\"tve-u-1642b25c464\"] { padding: 5px 10px !important; background-image: none !important; }[data-css=\"tve-u-1642b20c920\"] strong { font-weight: 700 !important; }#tve_editor [data-css=\"tve-u-1642b20c920\"] { font-size: 16px !important; font-family: Montserrat !important; font-weight: 400 !important; }#tve_editor [data-css=\"tve-u-16035acf904\"] { font-size: 24px !important; font-family: \"Special Elite\" !important; font-weight: 400 !important; text-transform: capitalize !important; }.tcb-plain-text strong { font-weight: 700; }.tcb-plain-text { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page a strong { font-weight: 700; }#tcb_landing_page h6 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(0, 0, 0); font-size: 20px; }#tcb_landing_page h5 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(0, 0, 0); font-size: 24px; }#tcb_landing_page h4 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(0, 0, 0); font-size: 30px; }#tcb_landing_page a:not(.tcb-button-link) { color: rgb(0, 0, 0); text-decoration: underline; }#tcb_landing_page h3 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(0, 0, 0); font-size: 38px; line-height: 1.3em; }#tcb_landing_page h2 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(0, 0, 0); font-size: 45px; line-height: 1.3em; }#tcb_landing_page h1 { font-family: \"Special Elite\"; font-weight: 400; font-size: 50px; line-height: 1.3em; color: rgb(0, 0, 0); }#tcb_landing_page p strong, #tcb_landing_page li strong { font-weight: 700; }#tcb_landing_page p, #tcb_landing_page li { font-family: Merriweather; font-weight: 400; font-size: 17px; line-height: 1.6em; color: rgb(0, 0, 0); }[data-css=\"tve-u-15e09c94f7d\"] { background-color: rgb(255, 255, 255) !important; }#tcb_landing_page a:hover:not(.tcb-button-link) { text-decoration: none; color: rgb(179, 144, 57); }#tcb_landing_page .tve-state-hovera:not(.tcb-button-link) { text-decoration: none; }#tcb_landing_page a.tve-state-hover:not(.tcb-button-link) { text-decoration: none; }[data-css=\"tve-u-1642b6ef7e6\"]::after { clear: both; }[data-css=\"tve-u-165e6491162\"] strong { font-weight: 700 !important; }#tve_editor [data-css=\"tve-u-165e6491162\"] { font-size: 16px !important; font-family: Montserrat !important; font-weight: 400 !important; }[data-css=\"tve-u-165e6492b04\"] strong { font-weight: 700 !important; }#tve_editor [data-css=\"tve-u-165e6492b04\"] { font-size: 16px !important; font-family: Merriweather !important; font-weight: 400 !important; }[data-css=\"tve-u-1642b6ef7e6\"] p, [data-css=\"tve-u-1642b6ef7e6\"] li, [data-css=\"tve-u-1642b6ef7e6\"] blockquote, [data-css=\"tve-u-1642b6ef7e6\"] address, [data-css=\"tve-u-1642b6ef7e6\"] .tcb-plain-text, [data-css=\"tve-u-1642b6ef7e6\"] label, [data-css=\"tve-u-1642b6ef7e6\"] h1, [data-css=\"tve-u-1642b6ef7e6\"] h2, [data-css=\"tve-u-1642b6ef7e6\"] h3, [data-css=\"tve-u-1642b6ef7e6\"] h4, [data-css=\"tve-u-1642b6ef7e6\"] h5, [data-css=\"tve-u-1642b6ef7e6\"] h6 { font-weight: 400 !important; }#tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] p, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] li, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] blockquote, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] address, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] .tcb-plain-text, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] label { font-family: Merriweather; }#tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] strong { font-weight: 700; }#tcb_landing_page .tcb-plain-text { color: rgb(0, 0, 0); font-family: Merriweather; font-weight: 400; }#tcb_landing_page .tcb-button-link { font-family: Merriweather; font-weight: 400; }#tcb_landing_page input { font-family: Merriweather; font-weight: 400; }#tcb_landing_page .tcb-button-link strong { font-weight: 700; }#tcb_landing_page input strong { font-weight: 700; }#tcb_landing_page .tcb-plain-text strong { font-weight: 700; }[data-css=\"tve-u-165e64c08c2\"] { font-family: Merriweather !important; font-weight: 400 !important; }[data-css=\"tve-u-165e64c08c4\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08c5\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08c6\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08c7\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08c9\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08ca\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08cb\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08cc\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08ce\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08cf\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08d0\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08d1\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08d3\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08d4\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08d5\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08d6\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08d8\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08d9\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08da\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08db\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08dd\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08de\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08df\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08e0\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08e2\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08e3\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08e4\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08e5\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08e7\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08e8\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08e9\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08ea\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08ec\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08ed\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08ee\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08f0\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08f1\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08f2\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08f3\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08f6\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08f7\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08f8\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08f9\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08fa\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08fb\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08fc\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08fe\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08ff\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c0900\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c0901\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c0903\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c0904\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c0905\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c0906\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c0908\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c0909\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c090a\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c090c\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c090d\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c090e\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c0910\"] { font-family: Merriweather !important; font-weight: 400 !important; }[data-css=\"tve-u-165e64c08c2\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-165e64c579a\"] { font-family: Merriweather !important; font-weight: 400 !important; }[data-css=\"tve-u-165e64c579a\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-16954a9c938\"] { margin-left: auto; margin-right: auto; border: 2px solid rgb(0, 0, 0); border-radius: 90px; overflow: hidden; font-size: 29px !important; width: 29px !important; height: 29px !important; margin-bottom: 5px !important; padding: 10px !important; }[data-css=\"tve-u-16954aa12b2\"] > .tcb-flex-col > .tcb-col { justify-content: center; }[data-css=\"tve-u-16954aa12b2\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-16954aa12b2\"] { margin-left: 0px; padding-bottom: 0px !important; padding-top: 0px !important; }[data-css=\"tve-u-16954aa558a\"] { max-width: 10.8%; }[data-css=\"tve-u-16954aa55b5\"] { max-width: 89.2%; }[data-css=\"tve-u-16954aadb7d\"] { margin-bottom: 0px !important; margin-top: 0px !important; }#tve_editor [data-css=\"tve-u-16954a9c938\"] > :first-child { color: rgb(0, 0, 0); }#tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] p, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] li, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] blockquote, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] address, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] .tcb-plain-text, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] label, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] h1, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] h2, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] h3, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] h4, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] h5, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] h6 { color: rgb(0, 0, 0); }}@media (max-width: 1023px){#tcb_landing_page a:not(.tcb-button-link) { color: rgb(0, 0, 0); }.tcb-plain-text { color: rgb(0, 0, 0); }#tcb_landing_page p, #tcb_landing_page li { color: rgb(0, 0, 0); }#tcb_landing_page h6 { color: rgb(0, 0, 0); }#tcb_landing_page h5 { color: rgb(0, 0, 0); }#tcb_landing_page h4 { color: rgb(0, 0, 0); }#tcb_landing_page h3 { color: rgb(0, 0, 0); }#tcb_landing_page h2 { color: rgb(0, 0, 0); }#tcb_landing_page h1 { color: rgb(0, 0, 0); }[data-css=\"tve-u-16954a9c938\"] { margin-left: 20px !important; }}@media (max-width: 767px){#tve_editor [data-css=\"tve-u-16035acf904\"] { font-size: 36px !important; }#tve_editor [data-css=\"tve-u-165e6491162\"] { font-size: 15px !important; }[data-css=\"tve-u-16954a9c938\"] { float: none; z-index: 3; position: relative; display: block; margin-left: 0px !important; margin-right: 0px !important; padding-left: 10px !important; }[data-css=\"tve-u-16954c7c616\"] { display: inline-block; text-align: left; padding-left: 5px !important; margin-left: 1px !important; }[data-css=\"tve-u-16954aadb7d\"] { display: inline-block; float: left; z-index: 3; position: relative; max-width: 150px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-16954cb2bb5\"]::after { clear: both; }[data-css=\"tve-u-1642b32e2c2\"] { float: none; margin-left: auto !important; margin-right: auto !important; }}'),(6156,534,'tve_revision_tve_has_wistia_popover','0'),(6315,540,'tve_revision_tve_has_wistia_popover','0'),(6316,210,'tve_revision_tve_landing_page','blank_v2'),(6317,210,'tve_revision_tve_landing_set',''),(6318,210,'tve_revision_tve_disable_theme_dependency',''),(6319,210,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-custom-menu-inside\" style=\"z-index: 8;\" data-css=\"tve-u-1642b593fd4\" wfd-id=\"27\">\n<div class=\"tve-content-box-background\" wfd-id=\"34\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" style=\"z-index: 8;\" wfd-id=\"28\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-165e642ffaf\" wfd-id=\"33\"><h2 data-css=\"tve-u-165e62d8c6d\">Terms &amp; Conditions</h2></div><div class=\"tcb-clear\" data-css=\"tve-u-165e6469798\" wfd-id=\"29\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1642b6ab2bb\" wfd-id=\"30\"><p data-css=\"tve-u-165e64714a8\" style=\"text-align: left;\">TERMS OF SERVICE<br><br>-----<br><br>OVERVIEW<br><br>This website is operated by Blackhawk Custom, LLC. Throughout the site, the terms â€œweâ€, â€œusâ€ and â€œourâ€ refer to Blackhawk Custom, LLC. Blackhawk Custom, LLC offers this website, including all information, tools and services available from this site to you, the user, conditioned upon your acceptance of all terms, conditions, policies and notices stated here.<br><br>By visiting our site and/ or purchasing something from us, you engage in our â€œServiceâ€ and agree to be bound by the following terms and conditions (â€œTerms of Serviceâ€, â€œTermsâ€), including those additional terms, conditions, and policies referenced herein and/or available by hyperlink. These Terms of Service apply to all users of the site, including without limitation users who are browsers, vendors, customers, merchants, and/ or contributors of content.<br><br>Please read these Terms of Service carefully before accessing or using our website. By accessing or using any part of the site, you agree to be bound by these Terms of Service. If you do not agree to all the terms and conditions of this agreement, then you may not access the website or use any services. If these Terms of Service are considered an offer, acceptance is expressly limited to these Terms of Service.<br><br>Any new features or tools which are added to the current store shall also be subject to the Terms of Service. You can review the most current version of the Terms of Service at any time on this page. We reserve the right to update, change or replace any part of these Terms of Service by posting updates and/or changes to our website. It is your responsibility to check this page periodically for changes. Your continued use of or access to the website following the posting of any changes constitutes acceptance of those changes.<br><br>SECTION 1 - ONLINE STORE TERMS<br><br>By agreeing to these Terms of Service, you represent that you are at least the age of majority in your state or province of residence, or that you are the age of majority in your state or province of residence and you have given us your consent to allow any of your minor dependents to use this site.<br>You may not use our products for any illegal or unauthorized purpose nor may you, in the use of the Service, violate any laws in your jurisdiction (including but not limited to copyright laws).<br>You must not transmit any worms or viruses or any code of a destructive nature.<br>A breach or violation of any of the Terms will result in an immediate termination of your Services.<br><br>SECTION 2 - GENERAL CONDITIONS<br><br>We reserve the right to refuse service to anyone for any reason at any time.<br>You understand that your content (not including credit card information), may be transferred unencrypted and involve (a) transmissions over various networks; and (b) changes to conform and adapt to technical requirements of connecting networks or devices. Credit card information is always encrypted during transfer over networks.<br>You agree not to reproduce, duplicate, copy, sell, resell or exploit any portion of the Service, use of the Service, or access to the Service or any contact on the website through which the service is provided, without express written permission by us.<br>The headings used in this agreement are included for convenience only and will not limit or otherwise affect these Terms.<br><br>SECTION 3 - ACCURACY, COMPLETENESS AND TIMELINESS OF INFORMATION<br><br>We are not responsible if information made available on this site is not accurate, complete or current. The material on this site is provided for general information only and should not be relied upon or used as the sole basis for making decisions without consulting primary, more accurate, more complete or more timely sources of information. Any reliance on the material on this site is at your own risk.<br>This site may contain certain historical information. Historical information, necessarily, is not current and is provided for your reference only. We reserve the right to modify the contents of this site at any time, but we have no obligation to update any information on our site. You agree that it is your responsibility to monitor changes to our site.<br><br>SECTION 4 - MODIFICATIONS TO THE SERVICE AND PRICES<br><br>The prices for our products are subject to change without notice.<br>We reserve the right at any time to modify or discontinue the Service (or any part or content thereof) without notice at any time.<br>We shall not be liable to you or to any third-party for any modification, price change, suspension or discontinuance of the Service.<br><br>SECTION 5 - PRODUCTS OR SERVICES (if applicable)<br><br>Certain products or services may be available exclusively online through the website. These products or services may have limited quantities and are subject to return or exchange only according to our Return Policy.<br>We have made every effort to display as accurately as possible the colors and images of our products that appear at the store. We cannot guarantee that your computer monitor\'s display of any color will be accurate.<br>We reserve the right, but are not obligated, to limit the sales of our products or Services to any person, geographic region or jurisdiction. We may exercise this right on a case-by-case basis. We reserve the right to limit the quantities of any products or services that we offer. All descriptions of products or product pricing are subject to change at anytime without notice, at the sole discretion of us. We reserve the right to discontinue any product at any time. Any offer for any product or service made on this site is void where prohibited.<br>We do not warrant that the quality of any products, services, information, or other material purchased or obtained by you will meet your expectations, or that any errors in the Service will be corrected.<br><br>SECTION 6 - ACCURACY OF BILLING AND ACCOUNT INFORMATION<br><br>We reserve the right to refuse any order you place with us. We may, in our sole discretion, limit or cancel quantities purchased per person, per household or per order. These restrictions may include orders placed by or under the same customer account, the same credit card, and/or orders that use the same billing and/or shipping address. In the event that we make a change to or cancel an order, we may attempt to notify you by contacting the e-mail and/or billing address/phone number provided at the time the order was made. We reserve the right to limit or prohibit orders that, in our sole judgment, appear to be placed by dealers, resellers or distributors.<br><br>You agree to provide current, complete and accurate purchase and account information for all purchases made at our store. You agree to promptly update your account and other information, including your email address and credit card numbers and expiration dates, so that we can complete your transactions and contact you as needed.<br><br>For more detail, please review our Returns Policy.<br><br>SECTION 7 - OPTIONAL TOOLS<br><br>We may provide you with access to third-party tools over which we neither monitor nor have any control nor input.<br>You acknowledge and agree that we provide access to such tools â€as isâ€ and â€œas availableâ€ without any warranties, representations or conditions of any kind and without any endorsement. We shall have no liability whatsoever arising from or relating to your use of optional third-party tools.<br>Any use by you of optional tools offered through the site is entirely at your own risk and discretion and you should ensure that you are familiar with and approve of the terms on which tools are provided by the relevant third-party provider(s).<br>We may also, in the future, offer new services and/or features through the website (including, the release of new tools and resources). Such new features and/or services shall also be subject to these Terms of Service.<br><br>SECTION 8 - THIRD-PARTY LINKS<br><br>Certain content, products and services available via our Service may include materials from third-parties.<br>Third-party links on this site may direct you to third-party websites that are not affiliated with us. We are not responsible for examining or evaluating the content or accuracy and we do not warrant and will not have any liability or responsibility for any third-party materials or websites, or for any other materials, products, or services of third-parties.<br>We are not liable for any harm or damages related to the purchase or use of goods, services, resources, content, or any other transactions made in connection with any third-party websites. Please review carefully the third-party\'s policies and practices and make sure you understand them before you engage in any transaction. Complaints, claims, concerns, or questions regarding third-party products should be directed to the third-party.<br><br>SECTION 9 - USER COMMENTS, FEEDBACK AND OTHER SUBMISSIONS<br><br>If, at our request, you send certain specific submissions (for example contest entries) or without a request from us you send creative ideas, suggestions, proposals, plans, or other materials, whether online, by email, by postal mail, or otherwise (collectively, \'comments\'), you agree that we may, at any time, without restriction, edit, copy, publish, distribute, translate and otherwise use in any medium any comments that you forward to us. We are and shall be under no obligation (1) to maintain any comments in confidence; (2) to pay compensation for any comments; or (3) to respond to any comments.<br>We may, but have no obligation to, monitor, edit or remove content that we determine in our sole discretion are unlawful, offensive, threatening, libelous, defamatory, pornographic, obscene or otherwise objectionable or violates any partyâ€™s intellectual property or these Terms of Service.<br>You agree that your comments will not violate any right of any third-party, including copyright, trademark, privacy, personality or other personal or proprietary right. You further agree that your comments will not contain libelous or otherwise unlawful, abusive or obscene material, or contain any computer virus or other malware that could in any way affect the operation of the Service or any related website. You may not use a false e-mail address, pretend to be someone other than yourself, or otherwise mislead us or third-parties as to the origin of any comments. You are solely responsible for any comments you make and their accuracy. We take no responsibility and assume no liability for any comments posted by you or any third-party.<br><br>SECTION 10 - PERSONAL INFORMATION<br><br>Your submission of personal information through the store is governed by our Privacy Policy. To view our Privacy Policy.<br><br>SECTION 11 - ERRORS, INACCURACIES AND OMISSIONS<br><br>Occasionally there may be information on our site or in the Service that contains typographical errors, inaccuracies or omissions that may relate to product descriptions, pricing, promotions, offers, product shipping charges, transit times and availability. We reserve the right to correct any errors, inaccuracies or omissions, and to change or update information or cancel orders if any information in the Service or on any related website is inaccurate at any time without prior notice (including after you have submitted your order).<br>We undertake no obligation to update, amend or clarify information in the Service or on any related website, including without limitation, pricing information, except as required by law. No specified update or refresh date applied in the Service or on any related website, should be taken to indicate that all information in the Service or on any related website has been modified or updated.<br><br>SECTION 12 - PROHIBITED USES<br><br>In addition to other prohibitions as set forth in the Terms of Service, you are prohibited from using the site or its content: (a) for any unlawful purpose; (b) to solicit others to perform or participate in any unlawful acts; (c) to violate any international, federal, provincial or state regulations, rules, laws, or local ordinances; (d) to infringe upon or violate our intellectual property rights or the intellectual property rights of others; (e) to harass, abuse, insult, harm, defame, slander, disparage, intimidate, or discriminate based on gender, sexual orientation, religion, ethnicity, race, age, national origin, or disability; (f) to submit false or misleading information; (g) to upload or transmit viruses or any other type of malicious code that will or may be used in any way that will affect the functionality or operation of the Service or of any related website, other websites, or the Internet; (h) to collect or track the personal information of others; (i) to spam, phish, pharm, pretext, spider, crawl, or scrape; (j) for any obscene or immoral purpose; or (k) to interfere with or circumvent the security features of the Service or any related website, other websites, or the Internet. We reserve the right to terminate your use of the Service or any related website for violating any of the prohibited uses.<br><br>SECTION 13 - DISCLAIMER OF WARRANTIES; LIMITATION OF LIABILITY<br><br>We do not guarantee, represent or warrant that your use of our service will be uninterrupted, timely, secure or error-free.<br>We do not warrant that the results that may be obtained from the use of the service will be accurate or reliable.<br>You agree that from time to time we may remove the service for indefinite periods of time or cancel the service at any time, without notice to you.<br>You expressly agree that your use of, or inability to use, the service is at your sole risk. The service and all products and services delivered to you through the service are (except as expressly stated by us) provided \'as is\' and \'as available\' for your use, without any representation, warranties or conditions of any kind, either express or implied, including all implied warranties or conditions of merchantability, merchantable quality, fitness for a particular purpose, durability, title, and non-infringement.<br>In no case shall Blackhawk Custom, LLC, our directors, officers, employees, affiliates, agents, contractors, interns, suppliers, service providers or licensors be liable for any injury, loss, claim, or any direct, indirect, incidental, punitive, special, or consequential damages of any kind, including, without limitation lost profits, lost revenue, lost savings, loss of data, replacement costs, or any similar damages, whether based in contract, tort (including negligence), strict liability or otherwise, arising from your use of any of the service or any products procured using the service, or for any other claim related in any way to your use of the service or any product, including, but not limited to, any errors or omissions in any content, or any loss or damage of any kind incurred as a result of the use of the service or any content (or product) posted, transmitted, or otherwise made available via the service, even if advised of their possibility. Because some states or jurisdictions do not allow the exclusion or the limitation of liability for consequential or incidental damages, in such states or jurisdictions, our liability shall be limited to the maximum extent permitted by law.<br><br>SECTION 14 - INDEMNIFICATION<br><br>You agree to indemnify, defend and hold harmless Blackhawk Custom, LLC and our parent, subsidiaries, affiliates, partners, officers, directors, agents, contractors, licensors, service providers, subcontractors, suppliers, interns and employees, harmless from any claim or demand, including reasonable attorneysâ€™ fees, made by any third-party due to or arising out of your breach of these Terms of Service or the documents they incorporate by reference, or your violation of any law or the rights of a third-party.<br><br>SECTION 15 - SEVERABILITY<br><br>In the event that any provision of these Terms of Service is determined to be unlawful, void or unenforceable, such provision shall nonetheless be enforceable to the fullest extent permitted by applicable law, and the unenforceable portion shall be deemed to be severed from these Terms of Service, such determination shall not affect the validity and enforceability of any other remaining provisions.<br><br>SECTION 16 - TERMINATION<br><br>The obligations and liabilities of the parties incurred prior to the termination date shall survive the termination of this agreement for all purposes.<br>These Terms of Service are effective unless and until terminated by either you or us. You may terminate these Terms of Service at any time by notifying us that you no longer wish to use our Services, or when you cease using our site.<br>If in our sole judgment you fail, or we suspect that you have failed, to comply with any term or provision of these Terms of Service, we also may terminate this agreement at any time without notice and you will remain liable for all amounts due up to and including the date of termination; and/or accordingly may deny you access to our Services (or any part thereof).<br><br>SECTION 17 - ENTIRE AGREEMENT<br><br>The failure of us to exercise or enforce any right or provision of these Terms of Service shall not constitute a waiver of such right or provision.<br>These Terms of Service and any policies or operating rules posted by us on this site or in respect to The Service constitutes the entire agreement and understanding between you and us and govern your use of the Service, superseding any prior or contemporaneous agreements, communications and proposals, whether oral or written, between you and us (including, but not limited to, any prior versions of the Terms of Service).<br>Any ambiguities in the interpretation of these Terms of Service shall not be construed against the drafting party.<br><br>SECTION 18 - GOVERNING LAW<br><br>These Terms of Service and any separate agreements whereby we provide you Services shall be governed by and construed in accordance with the laws of 825 South Kings Highway, Fort Pierce, FL 34945.<br><br>SECTION 19 - CHANGES TO TERMS OF SERVICE<br><br>You can review the most current version of the Terms of Service at any time at this page.<br>We reserve the right, at our sole discretion, to update, change or replace any part of these Terms of Service by posting updates and changes to our website. It is your responsibility to check our website periodically for changes. Your continued use of or access to our website or the Service following the posting of any changes to these Terms of Service constitutes acceptance of those changes.<br><br>SECTION 20 - CONTACT INFORMATION<br><br>Questions about the Terms of Service should be sent to us at <a href=\"mailto:admin@blackhawkcustom.com\" target=\"_blank\">admin@blackhawkcustom.com</a></p></div></div></div>\n</div>'),(6306,540,'tve_revision_tve_user_custom_css',''),(6307,540,'tve_revision_tve_page_events','a:0:{}'),(6308,540,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(6309,540,'tve_revision_tve_global_scripts',''),(6310,540,'tve_revision_thrive_icon_pack','0'),(6311,540,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(6312,540,'tve_revision_tve_has_masonry','0'),(6313,540,'tve_revision_tve_has_typefocus','0'),(6314,540,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv-page-section tcb-window-width\" wfd-id=\"43\" style=\"width: 1603px; left: -201.5px;\">\n	<div class=\"tve-page-section-out\" wfd-id=\"67\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16958a6f7cc\" wfd-id=\"44\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16958aae4f1\" wfd-id=\"45\">\n	<div class=\"tve-content-box-background\" wfd-id=\"66\"></div>\n	<div class=\"tve-cb\" data-css=\"tve-u-16958ab69fe\" wfd-id=\"46\"><div class=\"thrv_wrapper thrv_text_element\" wfd-id=\"63\"><p data-css=\"tve-u-16958adfe2e\" style=\"text-align: center;\">WORK ORDER</p></div><div class=\"thrv_wrapper thrv-columns\" wfd-id=\"55\"><div class=\"tcb-flex-row tcb--cols--1\" data-css=\"tve-u-16958b0f96f\" wfd-id=\"56\"><div class=\"tcb-flex-col\" wfd-id=\"57\"><div class=\"tcb-col\" wfd-id=\"59\"><div class=\"thrv_wrapper thrv_text_element\" wfd-id=\"60\"><p data-css=\"tve-u-16958afddb3\" style=\"text-align: center;\">PLEASE PRINT OUT THE FORM BELOW AND SEND A COMPLETED COPY IN WITH YOUR PROJECT.<br>PLEASE CLICK THE LINK BELOW TO DOWNLOAD.&nbsp;</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-16958b1f280\" data-tcb_hover_state_parent=\"\" data-button-style=\"ghost\" wfd-id=\"50\">\n	<a href=\"https://bestcerakoteflorida.com/wp-content/uploads/2019/03/Blackhawk-Order-Form-PDF-fillable-2.pdf\" class=\"tcb-button-link\" target=\"_blank\">\n		<span class=\"tcb-button-texts\" wfd-id=\"51\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-16958b52a26\" wfd-id=\"52\">DOWNLOAD FORM</span></span>\n	</a>\n</div><div class=\"thrv_wrapper thrv_text_element\" wfd-id=\"47\"><p style=\"text-align: center;\">If you have problems downloading the form,<a href=\"mailto:nick@blackhawkcustom.com\" target=\"_blank\"> please contact</a> us and we\'ll email you a copy.â€‹<a href=\"mailto:nick@blackhawkcustom.com\" target=\"_blank\">â€‹</a>â€‹â€‹â€‹</p></div></div>\n</div></div>\n</div>'),(6299,540,'tve_revision_tve_landing_page',''),(6298,539,'tve_revision_tve_has_wistia_popover','0'),(6289,539,'tve_revision_tve_user_custom_css',''),(6290,539,'tve_revision_tve_page_events','a:0:{}'),(6291,539,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(6292,539,'tve_revision_tve_global_scripts',''),(6293,539,'tve_revision_thrive_icon_pack','0'),(6294,539,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(6295,539,'tve_revision_tve_has_masonry','0'),(6296,539,'tve_revision_tve_has_typefocus','0'),(6297,539,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv-page-section\" wfd-id=\"43\">\n	<div class=\"tve-page-section-out\" wfd-id=\"67\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16958a6f7cc\" wfd-id=\"44\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16958aae4f1\" wfd-id=\"45\">\n	<div class=\"tve-content-box-background\" wfd-id=\"66\"></div>\n	<div class=\"tve-cb\" data-css=\"tve-u-16958ab69fe\" wfd-id=\"46\"><div class=\"thrv_wrapper thrv_text_element\" wfd-id=\"63\"><p data-css=\"tve-u-16958adfe2e\" style=\"text-align: center;\">WORK ORDER</p></div><div class=\"thrv_wrapper thrv-columns\" wfd-id=\"55\"><div class=\"tcb-flex-row tcb--cols--1\" data-css=\"tve-u-16958b0f96f\" wfd-id=\"56\"><div class=\"tcb-flex-col\" wfd-id=\"57\"><div class=\"tcb-col\" wfd-id=\"59\"><div class=\"thrv_wrapper thrv_text_element\" wfd-id=\"60\"><p data-css=\"tve-u-16958afddb3\" style=\"text-align: center;\">PLEASE PRINT OUT THE FORM BELOW AND SEND A COMPLETED COPY IN WITH YOUR PROJECT.<br>PLEASE CLICK THE LINK BELOW TO DOWNLOAD.&nbsp;</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-16958b1f280\" data-tcb_hover_state_parent=\"\" data-button-style=\"ghost\" wfd-id=\"50\">\n	<a href=\"https://bestcerakoteflorida.com/wp-content/uploads/2019/03/Blackhawk-Order-Form-PDF-fillable-2.pdf\" class=\"tcb-button-link\" target=\"_blank\">\n		<span class=\"tcb-button-texts\" wfd-id=\"51\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-16958b52a26\" wfd-id=\"52\">DOWNLOAD FORM</span></span>\n	</a>\n</div><div class=\"thrv_wrapper thrv_text_element\" wfd-id=\"47\"><p style=\"text-align: center;\">If you have problems downloading the form,<a href=\"mailto:nick@blackhawkcustom.com\" target=\"_blank\"> please contact</a> us and we\'ll email you a copy.â€‹<a href=\"mailto:nick@blackhawkcustom.com\" target=\"_blank\">â€‹</a>â€‹â€‹â€‹</p></div></div>\n</div></div>\n</div>'),(6283,539,'tve_revision_tve_landing_set',''),(6284,539,'tve_revision_tve_disable_theme_dependency',''),(6285,539,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv-page-section\" wfd-id=\"43\">\n	<div class=\"tve-page-section-out\" wfd-id=\"67\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16958a6f7cc\" wfd-id=\"44\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16958aae4f1\" wfd-id=\"45\">\n	<div class=\"tve-content-box-background\" wfd-id=\"66\"></div>\n	<div class=\"tve-cb\" data-css=\"tve-u-16958ab69fe\" wfd-id=\"46\"><div class=\"thrv_wrapper thrv_text_element\" wfd-id=\"63\"><p data-css=\"tve-u-16958adfe2e\" style=\"text-align: center;\">WORK ORDER</p></div><div class=\"thrv_wrapper thrv-columns\" wfd-id=\"55\"><div class=\"tcb-flex-row tcb--cols--1\" data-css=\"tve-u-16958b0f96f\" wfd-id=\"56\"><div class=\"tcb-flex-col\" wfd-id=\"57\"><div class=\"tcb-col\" wfd-id=\"59\"><div class=\"thrv_wrapper thrv_text_element\" wfd-id=\"60\"><p data-css=\"tve-u-16958afddb3\" style=\"text-align: center;\">PLEASE PRINT OUT THE FORM BELOW AND SEND A COMPLETED COPY IN WITH YOUR PROJECT.<br>PLEASE CLICK THE LINK BELOW TO DOWNLOAD.&nbsp;</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-16958b1f280\" data-tcb_hover_state_parent=\"\" data-button-style=\"ghost\" wfd-id=\"50\">\n	<a href=\"https://bestcerakoteflorida.com/wp-content/uploads/2019/03/Blackhawk-Order-Form-PDF-fillable-2.pdf\" class=\"tcb-button-link\" target=\"_blank\">\n		<span class=\"tcb-button-texts\" wfd-id=\"51\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-16958b52a26\" wfd-id=\"52\">DOWNLOAD FORM</span></span>\n	</a>\n</div><div class=\"thrv_wrapper thrv_text_element\" wfd-id=\"47\"><p style=\"text-align: center;\">If you have problems downloading the form,<a href=\"mailto:nick@blackhawkcustom.com\" target=\"_blank\"> please contact</a> us and we\'ll email you a copy.â€‹<a href=\"mailto:nick@blackhawkcustom.com\" target=\"_blank\">â€‹</a>â€‹â€‹â€‹</p></div></div>\n</div></div>\n</div>'),(6286,539,'tve_revision_tve_content_more_found',''),(6287,539,'tve_revision_tve_save_post',''),(6288,539,'tve_revision_tve_custom_css','@media (min-width: 300px){[data-css=\"tve-u-16958a6f7cc\"] { min-height: 1px !important; }[data-css=\"tve-u-16958aae4f1\"] { padding: 0px !important; }[data-css=\"tve-u-16958ab69fe\"] { min-height: 1px; }[data-css=\"tve-u-16958ab69fe\"] p { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-16958ab69fe\"] h1 { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-16958ab69fe\"] h2 { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-16958ab69fe\"] h3 { margin: 0px !important; padding: 0px !important; }#tve_editor [data-css=\"tve-u-16958a6f7cc\"] p, #tve_editor [data-css=\"tve-u-16958a6f7cc\"] li, #tve_editor [data-css=\"tve-u-16958a6f7cc\"] blockquote, #tve_editor [data-css=\"tve-u-16958a6f7cc\"] address, #tve_editor [data-css=\"tve-u-16958a6f7cc\"] .tcb-plain-text, #tve_editor [data-css=\"tve-u-16958a6f7cc\"] label, #tve_editor [data-css=\"tve-u-16958a6f7cc\"] h1, #tve_editor [data-css=\"tve-u-16958a6f7cc\"] h2, #tve_editor [data-css=\"tve-u-16958a6f7cc\"] h3, #tve_editor [data-css=\"tve-u-16958a6f7cc\"] h4, #tve_editor [data-css=\"tve-u-16958a6f7cc\"] h5, #tve_editor [data-css=\"tve-u-16958a6f7cc\"] h6 { color: rgb(0, 0, 0); }#tve_editor .thrv-content-box [data-css=\"tve-u-16958ab69fe\"] p, #tve_editor .thrv-content-box [data-css=\"tve-u-16958ab69fe\"] li, #tve_editor .thrv-content-box [data-css=\"tve-u-16958ab69fe\"] blockquote, #tve_editor .thrv-content-box [data-css=\"tve-u-16958ab69fe\"] address, #tve_editor .thrv-content-box [data-css=\"tve-u-16958ab69fe\"] .tcb-plain-text, #tve_editor .thrv-content-box [data-css=\"tve-u-16958ab69fe\"] label, #tve_editor .thrv-content-box [data-css=\"tve-u-16958ab69fe\"] h1, #tve_editor .thrv-content-box [data-css=\"tve-u-16958ab69fe\"] h2, #tve_editor .thrv-content-box [data-css=\"tve-u-16958ab69fe\"] h3, #tve_editor .thrv-content-box [data-css=\"tve-u-16958ab69fe\"] h4, #tve_editor .thrv-content-box [data-css=\"tve-u-16958ab69fe\"] h5, #tve_editor .thrv-content-box [data-css=\"tve-u-16958ab69fe\"] h6 { color: rgb(0, 0, 0); }#tve_editor [data-css=\"tve-u-16958adfe2e\"] { font-size: 21px !important; color: rgb(0, 0, 0) !important; }[data-css=\"tve-u-16958afddb3\"] { line-height: 2.25em !important; }#tve_editor [data-css=\"tve-u-16958afddb3\"] { text-transform: capitalize !important; }[data-css=\"tve-u-16958b0f96f\"] { padding-top: 5px !important; }[data-css=\"tve-u-16958b1f280\"] .tcb-button-link { border: 1px solid rgb(0, 0, 0); overflow: hidden; background-color: rgba(26, 188, 156, 0) !important; color: rgb(26, 188, 156) !important; border-radius: 10px; }#tve_editor [data-css=\"tve-u-16958b1f280\"]:hover .tcb-button-link { background-color: rgb(225, 225, 225) !important; color: rgb(255, 255, 255) !important; background-image: none !important; border-color: rgb(37, 37, 37) !important; }#tve_editor [data-css=\"tve-u-16958b1f280\"] .tcb-button-link span { color: rgb(0, 0, 0); }#tve_editor [data-css=\"tve-u-16958b52a26\"] { font-size: 16px !important; }}'),(6282,539,'tve_revision_tve_landing_page',''),(6281,528,'tve_revision_tve_has_wistia_popover','0'),(6269,528,'tve_revision_tve_content_more_found',''),(6270,528,'tve_revision_tve_save_post',''),(6271,528,'tve_revision_tve_custom_css','@media (min-width: 300px){[data-css=\"tve-u-16958a6f7cc\"] { min-height: 1px !important; }[data-css=\"tve-u-16958aae4f1\"] { padding: 0px !important; }[data-css=\"tve-u-16958ab69fe\"] { min-height: 1px; }[data-css=\"tve-u-16958ab69fe\"] p { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-16958ab69fe\"] h1 { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-16958ab69fe\"] h2 { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-16958ab69fe\"] h3 { margin: 0px !important; padding: 0px !important; }#tve_editor [data-css=\"tve-u-16958a6f7cc\"] p, #tve_editor [data-css=\"tve-u-16958a6f7cc\"] li, #tve_editor [data-css=\"tve-u-16958a6f7cc\"] blockquote, #tve_editor [data-css=\"tve-u-16958a6f7cc\"] address, #tve_editor [data-css=\"tve-u-16958a6f7cc\"] .tcb-plain-text, #tve_editor [data-css=\"tve-u-16958a6f7cc\"] label, #tve_editor [data-css=\"tve-u-16958a6f7cc\"] h1, #tve_editor [data-css=\"tve-u-16958a6f7cc\"] h2, #tve_editor [data-css=\"tve-u-16958a6f7cc\"] h3, #tve_editor [data-css=\"tve-u-16958a6f7cc\"] h4, #tve_editor [data-css=\"tve-u-16958a6f7cc\"] h5, #tve_editor [data-css=\"tve-u-16958a6f7cc\"] h6 { color: rgb(255, 255, 255); }#tve_editor .thrv-content-box [data-css=\"tve-u-16958ab69fe\"] p, #tve_editor .thrv-content-box [data-css=\"tve-u-16958ab69fe\"] li, #tve_editor .thrv-content-box [data-css=\"tve-u-16958ab69fe\"] blockquote, #tve_editor .thrv-content-box [data-css=\"tve-u-16958ab69fe\"] address, #tve_editor .thrv-content-box [data-css=\"tve-u-16958ab69fe\"] .tcb-plain-text, #tve_editor .thrv-content-box [data-css=\"tve-u-16958ab69fe\"] label, #tve_editor .thrv-content-box [data-css=\"tve-u-16958ab69fe\"] h1, #tve_editor .thrv-content-box [data-css=\"tve-u-16958ab69fe\"] h2, #tve_editor .thrv-content-box [data-css=\"tve-u-16958ab69fe\"] h3, #tve_editor .thrv-content-box [data-css=\"tve-u-16958ab69fe\"] h4, #tve_editor .thrv-content-box [data-css=\"tve-u-16958ab69fe\"] h5, #tve_editor .thrv-content-box [data-css=\"tve-u-16958ab69fe\"] h6 { color: rgb(255, 255, 255); }#tve_editor [data-css=\"tve-u-16958adfe2e\"] { font-size: 21px !important; }[data-css=\"tve-u-16958afddb3\"] { line-height: 2.25em !important; }#tve_editor [data-css=\"tve-u-16958afddb3\"] { text-transform: capitalize !important; }[data-css=\"tve-u-16958b0f96f\"] { padding-top: 5px !important; }[data-css=\"tve-u-16958b1f280\"] .tcb-button-link { border-width: 1px; border-style: solid; border-color: rgb(255, 255, 255); border-radius: 10px; overflow: hidden; background-color: rgb(255, 255, 255) !important; color: rgb(26, 188, 156) !important; background-image: none !important; }#tve_editor [data-css=\"tve-u-16958b1f280\"]:hover .tcb-button-link { background-color: rgb(229, 227, 227) !important; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-16958b1f280\"] .tcb-button-link span { color: rgb(0, 0, 0); }#tve_editor [data-css=\"tve-u-16958b52a26\"] { font-size: 16px !important; }}'),(6272,528,'tve_revision_tve_user_custom_css',''),(6273,528,'tve_revision_tve_page_events','a:0:{}'),(6274,528,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(6275,528,'tve_revision_tve_global_scripts',''),(6276,528,'tve_revision_thrive_icon_pack','0'),(6277,528,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(6278,528,'tve_revision_tve_has_masonry','0'),(6279,528,'tve_revision_tve_has_typefocus','0'),(6280,528,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv-page-section\" wfd-id=\"37\">\n	<div class=\"tve-page-section-out\" wfd-id=\"61\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16958a6f7cc\" wfd-id=\"38\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16958aae4f1\" wfd-id=\"39\">\n	<div class=\"tve-content-box-background\" wfd-id=\"60\"></div>\n	<div class=\"tve-cb\" data-css=\"tve-u-16958ab69fe\" wfd-id=\"40\"><div class=\"thrv_wrapper thrv_text_element\" wfd-id=\"57\"><p data-css=\"tve-u-16958adfe2e\" style=\"text-align: center;\">WORK ORDER</p></div><div class=\"thrv_wrapper thrv-columns\" wfd-id=\"49\"><div class=\"tcb-flex-row tcb--cols--1\" data-css=\"tve-u-16958b0f96f\" wfd-id=\"50\"><div class=\"tcb-flex-col\" wfd-id=\"51\"><div class=\"tcb-col\" wfd-id=\"53\"><div class=\"thrv_wrapper thrv_text_element\" wfd-id=\"54\"><p data-css=\"tve-u-16958afddb3\" style=\"text-align: center;\">PLEASE PRINT OUT THE FORM BELOW AND SEND A COMPLETED COPY IN WITH YOUR PROJECT.<br>PLEASE CLICK THE LINK BELOW TO DOWNLOAD.&nbsp;</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-16958b1f280\" data-tcb_hover_state_parent=\"\" data-button-style=\"ghost\" wfd-id=\"44\">\n	<a href=\"https://bestcerakoteflorida.com/wp-content/uploads/2019/03/Blackhawk-Order-Form-PDF-fillable-2.pdf\" class=\"tcb-button-link\" target=\"_blank\">\n		<span class=\"tcb-button-texts\" wfd-id=\"45\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-16958b52a26\" wfd-id=\"46\">DOWNLOAD FORM</span></span>\n	</a>\n</div><div class=\"thrv_wrapper thrv_text_element\" wfd-id=\"41\"><p style=\"text-align: center;\">If you have problems downloading the form,<a href=\"mailto:nick@blackhawkcustom.com\" target=\"_blank\"> please contact</a> us and we\'ll email you a copy.â€‹<a href=\"mailto:nick@blackhawkcustom.com\" target=\"_blank\">â€‹</a>â€‹â€‹â€‹</p></div></div>\n</div></div>\n</div>'),(6262,528,'tve_revision_tve_has_typefocus','0'),(6263,528,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv-page-section\" wfd-id=\"37\">\n	<div class=\"tve-page-section-out\" wfd-id=\"61\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16958a6f7cc\" wfd-id=\"38\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16958aae4f1\" wfd-id=\"39\">\n	<div class=\"tve-content-box-background\" wfd-id=\"60\"></div>\n	<div class=\"tve-cb\" data-css=\"tve-u-16958ab69fe\" wfd-id=\"40\"><div class=\"thrv_wrapper thrv_text_element\" wfd-id=\"57\"><p data-css=\"tve-u-16958adfe2e\" style=\"text-align: center;\">WORK ORDER</p></div><div class=\"thrv_wrapper thrv-columns\" wfd-id=\"49\"><div class=\"tcb-flex-row tcb--cols--1\" data-css=\"tve-u-16958b0f96f\" wfd-id=\"50\"><div class=\"tcb-flex-col\" wfd-id=\"51\"><div class=\"tcb-col\" wfd-id=\"53\"><div class=\"thrv_wrapper thrv_text_element\" wfd-id=\"54\"><p data-css=\"tve-u-16958afddb3\" style=\"text-align: center;\">PLEASE PRINT OUT THE FORM BELOW AND SEND A COMPLETED COPY IN WITH YOUR PROJECT.<br>PLEASE CLICK THE LINK BELOW TO DOWNLOAD.&nbsp;</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-16958b1f280\" data-tcb_hover_state_parent=\"\" data-button-style=\"ghost\" wfd-id=\"44\">\n	<a href=\"https://bestcerakoteflorida.com/wp-content/uploads/2019/03/Blackhawk-Order-Form-PDF-fillable-2.pdf\" class=\"tcb-button-link\" target=\"_blank\">\n		<span class=\"tcb-button-texts\" wfd-id=\"45\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-16958b52a26\" wfd-id=\"46\">DOWNLOAD FORM</span></span>\n	</a>\n</div><div class=\"thrv_wrapper thrv_text_element\" wfd-id=\"41\"><p style=\"text-align: center;\">If you have problems downloading the form,<a href=\"mailto:nick@blackhawkcustom.com\" target=\"_blank\"> please contact</a> us and we\'ll email you a copy.â€‹<a href=\"mailto:nick@blackhawkcustom.com\" target=\"_blank\">â€‹</a>â€‹â€‹â€‹</p></div></div>\n</div></div>\n</div>'),(6264,528,'tve_revision_tve_has_wistia_popover','0'),(6265,528,'tve_revision_tve_landing_page',''),(6266,528,'tve_revision_tve_landing_set',''),(6267,528,'tve_revision_tve_disable_theme_dependency',''),(6268,528,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv-page-section\" wfd-id=\"37\">\n	<div class=\"tve-page-section-out\" wfd-id=\"61\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16958a6f7cc\" wfd-id=\"38\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16958aae4f1\" wfd-id=\"39\">\n	<div class=\"tve-content-box-background\" wfd-id=\"60\"></div>\n	<div class=\"tve-cb\" data-css=\"tve-u-16958ab69fe\" wfd-id=\"40\"><div class=\"thrv_wrapper thrv_text_element\" wfd-id=\"57\"><p data-css=\"tve-u-16958adfe2e\" style=\"text-align: center;\">WORK ORDER</p></div><div class=\"thrv_wrapper thrv-columns\" wfd-id=\"49\"><div class=\"tcb-flex-row tcb--cols--1\" data-css=\"tve-u-16958b0f96f\" wfd-id=\"50\"><div class=\"tcb-flex-col\" wfd-id=\"51\"><div class=\"tcb-col\" wfd-id=\"53\"><div class=\"thrv_wrapper thrv_text_element\" wfd-id=\"54\"><p data-css=\"tve-u-16958afddb3\" style=\"text-align: center;\">PLEASE PRINT OUT THE FORM BELOW AND SEND A COMPLETED COPY IN WITH YOUR PROJECT.<br>PLEASE CLICK THE LINK BELOW TO DOWNLOAD.&nbsp;</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-16958b1f280\" data-tcb_hover_state_parent=\"\" data-button-style=\"ghost\" wfd-id=\"44\">\n	<a href=\"https://bestcerakoteflorida.com/wp-content/uploads/2019/03/Blackhawk-Order-Form-PDF-fillable-2.pdf\" class=\"tcb-button-link\" target=\"_blank\">\n		<span class=\"tcb-button-texts\" wfd-id=\"45\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-16958b52a26\" wfd-id=\"46\">DOWNLOAD FORM</span></span>\n	</a>\n</div><div class=\"thrv_wrapper thrv_text_element\" wfd-id=\"41\"><p style=\"text-align: center;\">If you have problems downloading the form,<a href=\"mailto:nick@blackhawkcustom.com\" target=\"_blank\"> please contact</a> us and we\'ll email you a copy.â€‹<a href=\"mailto:nick@blackhawkcustom.com\" target=\"_blank\">â€‹</a>â€‹â€‹â€‹</p></div></div>\n</div></div>\n</div>'),(6255,528,'tve_revision_tve_user_custom_css',''),(6256,528,'tve_revision_tve_page_events','a:0:{}'),(6257,528,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(6258,528,'tve_revision_tve_global_scripts',''),(6259,528,'tve_revision_thrive_icon_pack','0'),(6260,528,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(6261,528,'tve_revision_tve_has_masonry','0'),(6238,518,'tve_revision_tve_user_custom_css',''),(6239,518,'tve_revision_tve_page_events','a:0:{}'),(6240,518,'tve_revision_tve_globals','a:2:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";s:8:\"font_cls\";a:0:{}}'),(6241,518,'tve_revision_tve_global_scripts',''),(6242,518,'tve_revision_thrive_icon_pack','0'),(6243,518,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(6244,518,'tve_revision_tve_has_masonry','0'),(6245,518,'tve_revision_tve_has_typefocus','0'),(6246,518,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-169550bd520\" wfd-id=\"38\">\n	<div class=\"tve-content-box-background\" wfd-id=\"43\"></div>\n	<div class=\"tve-cb\" wfd-id=\"39\"><div class=\"thrv_wrapper thrv_heading\" style=\"\" data-tag=\"h1\" wfd-id=\"40\"><h1 data-css=\"tve-u-16035acf904\" style=\"text-align: center;\"><strong>Contact Us</strong></h1></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16416ab0690\" wfd-id=\"32\">\n<div class=\"tve-page-section-out\" wfd-id=\"37\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1695508fbfa\" wfd-id=\"33\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" wfd-id=\"34\"><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi semper vulputate tincidunt. Mauris sodales vitae ipsum nec porta. Mauris lacus odio, congue eget justo nec, eleifend pellentesque orci. Interdum et malesuada fames ac ante ipsum primis in faucibus. Ut facilisis nibh eget ex maximus, at egestas orci faucibus.</p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16416ab0690\" wfd-id=\"29\">\n<div class=\"tve-page-section-out\" wfd-id=\"31\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16416aae91e\" wfd-id=\"30\"></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-16035a9ff73\" wfd-id=\"21\">\n<div class=\"tve-page-section-out\" wfd-id=\"28\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-160e4eb46bd\" wfd-id=\"22\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" wfd-id=\"23\"><p>Copyright text and footer links.</p></div></div>\n</div>\n\n'),(6247,518,'tve_revision_tve_has_wistia_popover','0'),(6248,528,'tve_revision_tve_landing_page',''),(6249,528,'tve_revision_tve_landing_set',''),(6250,528,'tve_revision_tve_disable_theme_dependency',''),(6251,528,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv-page-section\" wfd-id=\"37\">\n	<div class=\"tve-page-section-out\" wfd-id=\"61\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16958a6f7cc\" wfd-id=\"38\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16958aae4f1\" wfd-id=\"39\">\n	<div class=\"tve-content-box-background\" wfd-id=\"60\"></div>\n	<div class=\"tve-cb\" data-css=\"tve-u-16958ab69fe\" wfd-id=\"40\"><div class=\"thrv_wrapper thrv_text_element\" wfd-id=\"57\"><p data-css=\"tve-u-16958adfe2e\" style=\"text-align: center;\">WORK ORDER</p></div><div class=\"thrv_wrapper thrv-columns\" wfd-id=\"49\"><div class=\"tcb-flex-row tcb--cols--1\" data-css=\"tve-u-16958b0f96f\" wfd-id=\"50\"><div class=\"tcb-flex-col\" wfd-id=\"51\"><div class=\"tcb-col\" wfd-id=\"53\"><div class=\"thrv_wrapper thrv_text_element\" wfd-id=\"54\"><p data-css=\"tve-u-16958afddb3\" style=\"text-align: center;\">PLEASE PRINT OUT THE FORM BELOW AND SEND A COMPLETED COPY IN WITH YOUR PROJECT.<br>PLEASE CLICK THE LINK BELOW TO DOWNLOAD.&nbsp;</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-16958b1f280\" data-tcb_hover_state_parent=\"\" data-button-style=\"ghost\" wfd-id=\"44\">\n	<a href=\"https://bestcerakoteflorida.com/wp-content/uploads/2019/03/Blackhawk-Order-Form-PDF-fillable-2.pdf\" class=\"tcb-button-link\" target=\"_blank\">\n		<span class=\"tcb-button-texts\" wfd-id=\"45\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-16958b52a26\" wfd-id=\"46\">DOWNLOAD FORM</span></span>\n	</a>\n</div><div class=\"thrv_wrapper thrv_text_element\" wfd-id=\"41\"><p style=\"text-align: center;\">If you have problems downloading the form,<a href=\"mailto:nick@blackhawkcustom.com\" target=\"_blank\"> please contact</a> us and we\'ll email you a copy.â€‹<a href=\"mailto:nick@blackhawkcustom.com\" target=\"_blank\">â€‹</a>â€‹â€‹â€‹</p></div></div>\n</div></div>\n</div>'),(6252,528,'tve_revision_tve_content_more_found',''),(6253,528,'tve_revision_tve_save_post',''),(6254,528,'tve_revision_tve_custom_css','@media (min-width: 300px){[data-css=\"tve-u-16958a6f7cc\"] { min-height: 1px !important; }[data-css=\"tve-u-16958aae4f1\"] { padding: 0px !important; }[data-css=\"tve-u-16958ab69fe\"] { min-height: 1px; }[data-css=\"tve-u-16958ab69fe\"] p { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-16958ab69fe\"] h1 { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-16958ab69fe\"] h2 { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-16958ab69fe\"] h3 { margin: 0px !important; padding: 0px !important; }#tve_editor [data-css=\"tve-u-16958a6f7cc\"] p, #tve_editor [data-css=\"tve-u-16958a6f7cc\"] li, #tve_editor [data-css=\"tve-u-16958a6f7cc\"] blockquote, #tve_editor [data-css=\"tve-u-16958a6f7cc\"] address, #tve_editor [data-css=\"tve-u-16958a6f7cc\"] .tcb-plain-text, #tve_editor [data-css=\"tve-u-16958a6f7cc\"] label, #tve_editor [data-css=\"tve-u-16958a6f7cc\"] h1, #tve_editor [data-css=\"tve-u-16958a6f7cc\"] h2, #tve_editor [data-css=\"tve-u-16958a6f7cc\"] h3, #tve_editor [data-css=\"tve-u-16958a6f7cc\"] h4, #tve_editor [data-css=\"tve-u-16958a6f7cc\"] h5, #tve_editor [data-css=\"tve-u-16958a6f7cc\"] h6 { color: rgb(255, 255, 255); }#tve_editor .thrv-content-box [data-css=\"tve-u-16958ab69fe\"] p, #tve_editor .thrv-content-box [data-css=\"tve-u-16958ab69fe\"] li, #tve_editor .thrv-content-box [data-css=\"tve-u-16958ab69fe\"] blockquote, #tve_editor .thrv-content-box [data-css=\"tve-u-16958ab69fe\"] address, #tve_editor .thrv-content-box [data-css=\"tve-u-16958ab69fe\"] .tcb-plain-text, #tve_editor .thrv-content-box [data-css=\"tve-u-16958ab69fe\"] label, #tve_editor .thrv-content-box [data-css=\"tve-u-16958ab69fe\"] h1, #tve_editor .thrv-content-box [data-css=\"tve-u-16958ab69fe\"] h2, #tve_editor .thrv-content-box [data-css=\"tve-u-16958ab69fe\"] h3, #tve_editor .thrv-content-box [data-css=\"tve-u-16958ab69fe\"] h4, #tve_editor .thrv-content-box [data-css=\"tve-u-16958ab69fe\"] h5, #tve_editor .thrv-content-box [data-css=\"tve-u-16958ab69fe\"] h6 { color: rgb(255, 255, 255); }#tve_editor [data-css=\"tve-u-16958adfe2e\"] { font-size: 21px !important; }[data-css=\"tve-u-16958afddb3\"] { line-height: 2.25em !important; }#tve_editor [data-css=\"tve-u-16958afddb3\"] { text-transform: capitalize !important; }[data-css=\"tve-u-16958b0f96f\"] { padding-top: 5px !important; }[data-css=\"tve-u-16958b1f280\"] .tcb-button-link { border-width: 1px; border-style: solid; border-color: rgb(255, 255, 255); border-radius: 10px; overflow: hidden; background-color: rgb(255, 255, 255) !important; color: rgb(26, 188, 156) !important; background-image: none !important; }#tve_editor [data-css=\"tve-u-16958b1f280\"]:hover .tcb-button-link { background-color: rgb(229, 227, 227) !important; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-16958b1f280\"] .tcb-button-link span { color: rgb(0, 0, 0); }#tve_editor [data-css=\"tve-u-16958b52a26\"] { font-size: 16px !important; }}'),(6235,518,'tve_revision_tve_content_more_found',''),(6236,518,'tve_revision_tve_save_post',''),(6237,518,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Merriweather:400,700&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Special+Elite:400&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Open+Sans:400,700,300&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-16416ab0690\"] { padding: 30px 20px !important; }[data-css=\"tve-u-16416aae91e\"] { max-width: 1080px; }.tcb-plain-text strong { font-weight: 700; }.tcb-plain-text { font-family: \"Open Sans\"; font-weight: 400; }#tve_editor [data-css=\"tve-u-160e4eb46bd\"] p, #tve_editor [data-css=\"tve-u-160e4eb46bd\"] li, #tve_editor [data-css=\"tve-u-160e4eb46bd\"] blockquote, #tve_editor [data-css=\"tve-u-160e4eb46bd\"] address, #tve_editor [data-css=\"tve-u-160e4eb46bd\"] h1, #tve_editor [data-css=\"tve-u-160e4eb46bd\"] h2, #tve_editor [data-css=\"tve-u-160e4eb46bd\"] h3, #tve_editor [data-css=\"tve-u-160e4eb46bd\"] h4, #tve_editor [data-css=\"tve-u-160e4eb46bd\"] h5, #tve_editor [data-css=\"tve-u-160e4eb46bd\"] h6 { color: rgb(144, 144, 144); }#tcb_landing_page a strong { font-weight: 700; }#tcb_landing_page h6 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(51, 51, 51); font-size: 20px; }#tcb_landing_page h5 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(51, 51, 51); font-size: 24px; }#tcb_landing_page h4 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(51, 51, 51); font-size: 30px; }[data-css=\"tve-u-16035a9ff73\"] { padding: 30px 20px !important; }#tcb_landing_page a:not(.tcb-button-link) { color: rgb(4, 126, 255); text-decoration: underline; }#tcb_landing_page h3 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(51, 51, 51); font-size: 38px; line-height: 1.3em; }#tcb_landing_page h2 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(51, 51, 51); font-size: 45px; line-height: 1.3em; }#tcb_landing_page h1 { font-family: \"Special Elite\"; font-weight: 400; font-size: 50px; line-height: 1.3em; color: rgb(51, 51, 51); }#tcb_landing_page p strong, #tcb_landing_page li strong { font-weight: 700; }#tcb_landing_page p, #tcb_landing_page li { font-family: Merriweather; font-weight: 400; font-size: 17px; line-height: 1.6em; color: rgb(70, 70, 70); }[data-css=\"tve-u-15e09c94f7d\"] { background-color: rgb(0, 0, 0) !important; }#tcb_landing_page a:hover:not(.tcb-button-link) { text-decoration: none; }#tcb_landing_page .tve-state-hovera:not(.tcb-button-link) { text-decoration: none; }[data-css=\"tve-u-160e4eb46bd\"] h3 { margin: 0px 0px auto !important; padding: 0px !important; }[data-css=\"tve-u-160e4eb46bd\"] h1 { margin: 0px 0px auto !important; padding: 0px !important; }[data-css=\"tve-u-160e4eb46bd\"] h2 { margin: 0px 0px auto !important; padding: 0px !important; }[data-css=\"tve-u-160e4eb46bd\"] p { margin: 0px 0px auto !important; padding: 0px !important; }[data-css=\"tve-u-160e4eb46bd\"] { max-width: 1080px; text-align: center; }#tcb_landing_page a.tve-state-hover:not(.tcb-button-link) { text-decoration: none; }#tcb_landing_page .tcb-button-link { font-family: Merriweather; font-weight: 400; }#tcb_landing_page input { font-family: Merriweather; font-weight: 400; }#tcb_landing_page .tcb-button-link strong { font-weight: 700; }#tcb_landing_page input strong { font-weight: 700; }#tcb_landing_page .tcb-plain-text { font-family: Merriweather; font-weight: 400; }#tcb_landing_page .tcb-plain-text strong { font-weight: 700; }[data-css=\"tve-u-1695508fbfa\"] { max-width: 1080px; }#tve_editor [data-css=\"tve-u-16035acf904\"] { color: rgb(255, 255, 255) !important; font-size: 25px !important; }[data-css=\"tve-u-169550bd520\"] { padding-top: 25px !important; }}@media (max-width: 767px){#tve_editor [data-css=\"tve-u-16035acf904\"] { font-size: 36px !important; }[data-css=\"tve-u-16035a9ff73\"] { padding-left: 10px !important; padding-right: 10px !important; }}'),(6231,518,'tve_revision_tve_landing_page','tcb2-blank-page-styled'),(6232,518,'tve_revision_tve_landing_set',''),(6233,518,'tve_revision_tve_disable_theme_dependency','1'),(6234,518,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-169550bd520\" wfd-id=\"38\">\n	<div class=\"tve-content-box-background\" wfd-id=\"43\"></div>\n	<div class=\"tve-cb\" wfd-id=\"39\"><div class=\"thrv_wrapper thrv_heading\" style=\"\" data-tag=\"h1\" wfd-id=\"40\"><h1 data-css=\"tve-u-16035acf904\" style=\"text-align: center;\"><strong>Contact Us</strong></h1></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16416ab0690\" wfd-id=\"32\">\n<div class=\"tve-page-section-out\" wfd-id=\"37\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1695508fbfa\" wfd-id=\"33\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" wfd-id=\"34\"><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi semper vulputate tincidunt. Mauris sodales vitae ipsum nec porta. Mauris lacus odio, congue eget justo nec, eleifend pellentesque orci. Interdum et malesuada fames ac ante ipsum primis in faucibus. Ut facilisis nibh eget ex maximus, at egestas orci faucibus.</p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16416ab0690\" wfd-id=\"29\">\n<div class=\"tve-page-section-out\" wfd-id=\"31\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16416aae91e\" wfd-id=\"30\"></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-16035a9ff73\" wfd-id=\"21\">\n<div class=\"tve-page-section-out\" wfd-id=\"28\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-160e4eb46bd\" wfd-id=\"22\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" wfd-id=\"23\"><p>Copyright text and footer links.</p></div></div>\n</div>\n\n'),(6226,538,'_wp_attached_file','2018/09/cropped-HELM-soloEcho.png'),(5916,106,'tve_landing_set_tcb2-blank-page-styled',''),(6401,544,'tve_revision_tve_landing_page','tcb2-blank-page-styled'),(6402,544,'tve_revision_tve_landing_set',''),(6403,544,'tve_revision_tve_disable_theme_dependency','1'),(6404,544,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-169550bd520\" wfd-id=\"44\">\n	<div class=\"tve-content-box-background\" wfd-id=\"49\"></div>\n	<div class=\"tve-cb\" data-css=\"tve-u-1695921c8da\" wfd-id=\"45\"><div class=\"thrv_wrapper thrv_heading\" style=\"\" data-tag=\"h1\" wfd-id=\"46\"><h1 data-css=\"tve-u-16035acf904\" style=\"text-align: center;\"><strong>Contact Us</strong></h1></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16416ab0690\" wfd-id=\"38\">\n<div class=\"tve-page-section-out\" wfd-id=\"43\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1695508fbfa\" wfd-id=\"39\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" wfd-id=\"40\"><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi semper vulputate tincidunt. Mauris sodales vitae ipsum nec porta. Mauris lacus odio, congue eget justo nec, eleifend pellentesque orci. Interdum et malesuada fames ac ante ipsum primis in faucibus. Ut facilisis nibh eget ex maximus, at egestas orci faucibus.</p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16416ab0690\" wfd-id=\"35\">\n<div class=\"tve-page-section-out\" wfd-id=\"37\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16416aae91e\" wfd-id=\"36\"></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-16035a9ff73\" wfd-id=\"31\">\n<div class=\"tve-page-section-out\" wfd-id=\"34\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-160e4eb46bd\" wfd-id=\"32\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" wfd-id=\"33\"><p>Copyright text and footer links.</p></div></div>\n</div>\n\n'),(6425,428,'tve_revision_tve_user_custom_css','.thrv_text_element p { margin: 0;}\n.thrv_heading h1,h2,h3,h4,h5 {margin: 0;}'),(6426,428,'tve_revision_tve_page_events','a:0:{}'),(6427,428,'tve_revision_tve_globals','a:2:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";s:8:\"font_cls\";a:0:{}}'),(6428,428,'tve_revision_tve_global_scripts',''),(6429,428,'tve_revision_thrive_icon_pack','0'),(6430,428,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(6431,428,'tve_revision_tve_has_masonry','0'),(6432,428,'tve_revision_tve_has_typefocus','0'),(6433,428,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16369563890\" wfd-id=\"527\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1636956410b\" data-clip-id=\"ebde87302d0be\" wfd-id=\"571\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1636955fbd2\" wfd-id=\"528\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160dbb50aca\" data-float=\"1\" wfd-id=\"565\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-160db84bfac\" data-clip-id=\"eb17500f3af4b\" wfd-id=\"570\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-eb17500f3af4b\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"divider\" pointer-width=\"100\" pointer-height=\"25\" style=\"zigzag\"><polygon points=\"0 0, 0 0.75, 0.5 1, 1 0.75,  1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-eb17500f3af4b\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"divider\" pointer-width=\"100\" pointer-height=\"25\" style=\"zigzag\"><polygon points=\"0 0, 0 0.75, 0.5 1, 1 0.75,  1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-eb17500f3af4b\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"pointer\" pointer-width=\"100\" pointer-height=\"15\" style=\"\" clip-path=\"url(#clip-mobile-top-eb17500f3af4b)\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 0 1, 0.5 0.85, 1 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-top-eb17500f3af4b\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"none\" pointer-width=\"5\" pointer-height=\"5\" style=\"zigzag\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160db85dabe\" wfd-id=\"566\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1635e6448aa\" wfd-id=\"567\"><h4 style=\"text-align: center;\"><strong>Your<br>&nbsp;â‰‘ &nbsp; &nbsp; &nbsp;Company Name &nbsp; &nbsp; &nbsp;â‰‘</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1635e5cbf37\" wfd-id=\"543\"><div class=\"tcb-flex-row tcb--cols--2 v-2 m-edit tcb-mobile-wrap tcb-resized tcb-row-reversed-mobile\" data-css=\"tve-u-1635e5cc2d9\" wfd-id=\"544\"><div class=\"tcb-flex-col\" data-css=\"tve-u-16363739cd6\" style=\"\" wfd-id=\"555\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"557\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tcb-mobile-hidden\" data-css=\"tve-u-1635e5cd7c0\" style=\"\" wfd-id=\"558\">\n<div class=\"tve-content-box-background\" wfd-id=\"564\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1635e5d9ba1\" wfd-id=\"559\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display tcb-mobile-hidden\" data-css=\"tve-u-160db6dd8cd\" style=\"\" wfd-id=\"563\"><svg class=\"tcb-icon\" viewBox=\"0 0 16 28\" data-name=\"map-marker\">\n<path d=\"M12 10c0-2.203-1.797-4-4-4s-4 1.797-4 4 1.797 4 4 4 4-1.797 4-4zM16 10c0 0.953-0.109 1.937-0.516 2.797l-5.688 12.094c-0.328 0.688-1.047 1.109-1.797 1.109s-1.469-0.422-1.781-1.109l-5.703-12.094c-0.406-0.859-0.516-1.844-0.516-2.797 0-4.422 3.578-8 8-8s8 3.578 8 8z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160df4565d1\" wfd-id=\"560\"><p>Your&nbsp; Adress Goes Here</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-16363739d27\" style=\"\" wfd-id=\"545\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"547\"><div class=\"tcb-clear\" data-css=\"tve-u-16363c02cf7\" wfd-id=\"548\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1635e5ffa41\" wfd-id=\"549\">\n<div class=\"tve-content-box-background\" wfd-id=\"554\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1635e5d9ba1\" wfd-id=\"550\"><div class=\"tcb-clear\" data-css=\"tve-u-163637c7e1e\" wfd-id=\"552\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1635e65c044\" data-float=\"1\" wfd-id=\"553\"><svg class=\"tcb-icon\" viewBox=\"0 0 22 28\" data-name=\"phone\">\n<path d=\"M22 19.375c0 0.562-0.25 1.656-0.484 2.172-0.328 0.766-1.203 1.266-1.906 1.656-0.922 0.5-1.859 0.797-2.906 0.797-1.453 0-2.766-0.594-4.094-1.078-0.953-0.344-1.875-0.766-2.734-1.297-2.656-1.641-5.859-4.844-7.5-7.5-0.531-0.859-0.953-1.781-1.297-2.734-0.484-1.328-1.078-2.641-1.078-4.094 0-1.047 0.297-1.984 0.797-2.906 0.391-0.703 0.891-1.578 1.656-1.906 0.516-0.234 1.609-0.484 2.172-0.484 0.109 0 0.219 0 0.328 0.047 0.328 0.109 0.672 0.875 0.828 1.188 0.5 0.891 0.984 1.797 1.5 2.672 0.25 0.406 0.719 0.906 0.719 1.391 0 0.953-2.828 2.344-2.828 3.187 0 0.422 0.391 0.969 0.609 1.344 1.578 2.844 3.547 4.813 6.391 6.391 0.375 0.219 0.922 0.609 1.344 0.609 0.844 0 2.234-2.828 3.187-2.828 0.484 0 0.984 0.469 1.391 0.719 0.875 0.516 1.781 1 2.672 1.5 0.313 0.156 1.078 0.5 1.188 0.828 0.047 0.109 0.047 0.219 0.047 0.328z\"></path>\n</svg></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16363599740\" wfd-id=\"551\"><p style=\"text-align: right;\">0364 - 300 - 946</p></div></div>\n</div></div></div></div></div></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160dbcafa88\" wfd-id=\"529\">\n<div class=\"tve-content-box-background\" wfd-id=\"542\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160dbcbc7a4\" wfd-id=\"530\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-160dbcd54ac\" data-tag=\"h3\" wfd-id=\"539\"><h3 style=\"text-align: center;\">This is the place to create your</h3></div><div class=\"thrv_wrapper thrv_heading tve_evt_manager_listen tve_et_tve-viewport tve_ea_thrive_animation tve_anim_slide_top\" data-css=\"tve-u-160dbcd2c5b\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_top&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" data-tag=\"h1\" wfd-id=\"536\"><h1 style=\"text-align: center;\">Best Memories</h1></div><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-160dbceed3d\" data-tcb_hover_state_parent=\"\" wfd-id=\"531\">\n<a href=\"\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"532\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-160dbe24f38\" wfd-id=\"533\"><strong>Make a reservation now</strong></span></span>\n</a>\n</div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1635e6aad72\" wfd-id=\"488\">\n<div class=\"tve-page-section-out\" wfd-id=\"526\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1635e6b4c72\" wfd-id=\"489\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160df4eae6d\" style=\"\" wfd-id=\"490\"><div class=\"tcb-flex-row tcb-medium-wrap tcb-resized tcb--cols--2\" data-css=\"tve-u-160df4bedf0\" wfd-id=\"491\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1635e9cce4d\" style=\"\" wfd-id=\"513\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160df8c3360\" wfd-id=\"515\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1635e97f913\" wfd-id=\"516\">\n<div class=\"tve-content-box-background\" wfd-id=\"525\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1635eadb72e\" wfd-id=\"517\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1636292fe99\" wfd-id=\"524\"><h4>A short story about us</h4></div><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-160df8deee2\" data-tag=\"h2\" wfd-id=\"521\"><h2>Welcome</h2></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-163629240b8\" wfd-id=\"518\"><p>Our vision is simple: create an environment of excitement and wonder.</p><p><br></p><p>We provide you with the fresh feeling that you need in summer and the cozyness you long for in winter.</p><p><br></p><p>We create the best experiences for you to share with friends.</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1635e9cce8b\" style=\"\" wfd-id=\"492\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160e5adb400\" wfd-id=\"494\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160df4c6424\" wfd-id=\"495\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-160df4db074\" wfd-id=\"512\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160df4f4d0e\" wfd-id=\"496\"><div class=\"tcb-clear\" data-css=\"tve-u-160df52e534\" wfd-id=\"497\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160df51ca21\" wfd-id=\"498\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-160df50b366\" wfd-id=\"511\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160df519447\" wfd-id=\"499\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1635eaf037e\" wfd-id=\"510\"><h6 class=\"\" data-css=\"tve-u-1635ef4f76c\" style=\"text-align: center;\"><strong>weâ€™re open from:</strong></h6></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160df6a2fe0\" wfd-id=\"500\"><div class=\"tcb-flex-row tcb--cols--2 v-2\" data-css=\"tve-u-160df6a3578\" wfd-id=\"501\"><div class=\"tcb-flex-col\" wfd-id=\"506\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160df6d53e3\" wfd-id=\"508\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160df709fbf\" wfd-id=\"509\"><p>Mo-Fr <strong>3Pm</strong> to <strong>4Am</strong></p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"502\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160df6d74f4\" wfd-id=\"504\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160df711140\" wfd-id=\"505\"><p>Sa-Su <strong>12Pm</strong> to <strong>4Am</strong></p></div></div></div></div></div></div>\n</div></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-160e4c55d27\" wfd-id=\"438\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-160e4c34c93\" data-clip-id=\"35e31e95c7382\" wfd-id=\"487\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-35e31e95c7382\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" pointer-width=\"100\" pointer-height=\"47\" style=\"zigzag\" decoration-type=\"none\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-35e31e95c7382\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" pointer-width=\"100\" pointer-height=\"47\" style=\"zigzag\" decoration-type=\"none\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-35e31e95c7382\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" pointer-width=\"100\" pointer-height=\"47\" style=\"zigzag\" decoration-type=\"none\" clip-path=\"url(#clip-mobile-top-35e31e95c7382)\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-top-35e31e95c7382\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" pointer-width=\"100\" pointer-height=\"22\" style=\"zigzag\" decoration-type=\"none\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-160e4c24b1a\" wfd-id=\"439\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-160e4c824a2\" data-tag=\"h3\" wfd-id=\"484\"><h3 data-css=\"tve-u-163630c7fc7\" style=\"text-align: center;\">Why Youâ€™ll <strong>Love</strong> our pub</h3></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160e4dadf9c\" style=\"\" wfd-id=\"440\"><div class=\"tcb-flex-row tcb--cols--3 tcb-medium-wrap v-2\" data-css=\"tve-u-160e4da55bb\" wfd-id=\"441\"><div class=\"tcb-flex-col\" wfd-id=\"468\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160e52014b5\" data-tcb_hover_state_parent=\"\" wfd-id=\"470\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1635efec9fa\" data-float=\"1\" wfd-id=\"481\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1635f098c8e\" data-tcb_hover_state_parent=\"1\" wfd-id=\"483\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16363231ead\" wfd-id=\"482\"></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160eb218e4e\" data-float=\"1\" wfd-id=\"471\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-160eb214b56\" data-clip-id=\"a182d7c321313\" data-tcb_hover_state_parent=\"1\" wfd-id=\"480\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-a182d7c321313\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"pointer\" pointer-width=\"100\" pointer-height=\"36\" style=\"\" data-inverted=\"false\"><polygon points=\"0 0, 0 0.64, 0 0.64, 0.5 1, 1 0.64, 1 0.64, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-a182d7c321313\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"none\" pointer-width=\"100\" pointer-height=\"36\" style=\"zigzag\" clip-path=\"url(#clip-tablet-top-a182d7c321313)\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-top-a182d7c321313\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"divider\" pointer-width=\"100\" pointer-height=\"22\" style=\"zigzag\"><polygon points=\"0 1, 1 1,1 0.22, 0.5 0, 0 0.22, 0 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-a182d7c321313\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"none\" pointer-width=\"100\" pointer-height=\"36\" style=\"zigzag\" clip-path=\"url(#clip-mobile-top-a182d7c321313)\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-top-a182d7c321313\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"divider\" pointer-width=\"100\" pointer-height=\"22\" style=\"zigzag\"><polygon points=\"0 1, 1 1,1 0.22, 0.5 0, 0 0.22, 0 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160eb1a09e2\" wfd-id=\"472\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1635ef71519\" wfd-id=\"477\"><p data-css=\"tve-u-160e4fd114b\" style=\"text-align: center;\">&nbsp;original</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160e501c0b4\" wfd-id=\"473\"><p data-css=\"tve-u-160e4fe84a1\" style=\"text-align: center;\"><span data-css=\"tve-u-160e4fe6187\" style=\"font-weight: 400; font-family: &quot;Kaushan Script&quot;;\" wfd-id=\"476\">drinks</span></p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"454\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160e5276a5e\" data-tcb_hover_state_parent=\"\" wfd-id=\"456\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-163628d68f3\" data-float=\"1\" wfd-id=\"465\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1635f073915\" data-tcb_hover_state_parent=\"1\" wfd-id=\"467\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16363235afe\" wfd-id=\"466\"></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160eb2222a0\" data-float=\"1\" wfd-id=\"457\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-160eb1d9ffb\" data-clip-id=\"cb4c420ba2143\" data-tcb_hover_state_parent=\"1\" wfd-id=\"464\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-cb4c420ba2143\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"pointer\" pointer-width=\"100\" pointer-height=\"36\" style=\"zigzag\"><polygon points=\"0 0, 0 0.64, 0.5 1, 1 0.64,  1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-cb4c420ba2143\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"none\" pointer-width=\"100\" pointer-height=\"36\" style=\"zigzag\" clip-path=\"url(#clip-tablet-top-cb4c420ba2143)\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-top-cb4c420ba2143\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"divider\" pointer-width=\"100\" pointer-height=\"22\" style=\"zigzag\"><polygon points=\"0 1, 1 1,1 0.22, 0.5 0, 0 0.22, 0 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-cb4c420ba2143\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"none\" pointer-width=\"100\" pointer-height=\"36\" style=\"zigzag\" clip-path=\"url(#clip-mobile-top-cb4c420ba2143)\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-top-cb4c420ba2143\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"divider\" pointer-width=\"100\" pointer-height=\"22\" style=\"zigzag\"><polygon points=\"0 1, 1 1,1 0.22, 0.5 0, 0 0.22, 0 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160eb1a09e2\" wfd-id=\"458\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1635ef72920\" wfd-id=\"463\"><p data-css=\"tve-u-160e4fd114b\" style=\"text-align: center;\">&nbsp;tasty</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160e501c0b4\" wfd-id=\"459\"><p data-css=\"tve-u-160e4fe84a1\" style=\"text-align: center;\"><span data-css=\"tve-u-160e4fe6187\" style=\"font-weight: 400; font-family: &quot;Kaushan Script&quot;;\" wfd-id=\"462\">food</span></p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"442\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160e52fbe2f\" data-tcb_hover_state_parent=\"\" wfd-id=\"444\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1635f0a8c87\" wfd-id=\"451\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1635f0b76b1\" data-tcb_hover_state_parent=\"1\" wfd-id=\"453\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-1635f010773\" wfd-id=\"452\"></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160eb0e8e90\" data-float=\"1\" wfd-id=\"445\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-160eb0d7fac\" data-clip-id=\"dd364f1962bc7\" data-tcb_hover_state_parent=\"1\" wfd-id=\"450\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-dd364f1962bc7\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"pointer\" pointer-width=\"100\" pointer-height=\"36\" style=\"zigzag\"><polygon points=\"0 0, 0 0.64, 0.5 1, 1 0.64,  1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-dd364f1962bc7\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"none\" pointer-width=\"100\" pointer-height=\"36\" style=\"zigzag\" clip-path=\"url(#clip-tablet-top-dd364f1962bc7)\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-top-dd364f1962bc7\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"divider\" pointer-width=\"100\" pointer-height=\"22\" style=\"zigzag\"><polygon points=\"0 1, 1 1,1 0.22, 0.5 0, 0 0.22, 0 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-dd364f1962bc7\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"none\" pointer-width=\"100\" pointer-height=\"36\" style=\"zigzag\" clip-path=\"url(#clip-mobile-top-dd364f1962bc7)\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-top-dd364f1962bc7\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"divider\" pointer-width=\"100\" pointer-height=\"22\" style=\"zigzag\"><polygon points=\"0 1, 1 1,1 0.22, 0.5 0, 0 0.22, 0 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160eb1a09e2\" wfd-id=\"446\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160eb1b0e14\" wfd-id=\"449\"><p data-css=\"tve-u-160e4fd114b\" style=\"text-align: center;\">&nbsp;great</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160e501c0b4\" wfd-id=\"447\"><p data-css=\"tve-u-160e4fe84a1\" style=\"text-align: center;\"><span data-css=\"tve-u-160e4fe6187\" style=\"font-weight: 400; font-family: &quot;Kaushan Script&quot;;\" wfd-id=\"448\">ambiance</span></p></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-160e9d15bdf\" wfd-id=\"281\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-160e9d118ed\" wfd-id=\"437\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-160e9d0c61d\" wfd-id=\"282\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160e9e2aeab\" wfd-id=\"436\"><h3>Take a look at</h3></div><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-160e9e41664\" data-tag=\"h2\" wfd-id=\"433\"><h2>Our Menu</h2></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160e9dff371\" wfd-id=\"283\">\n<div class=\"tve-content-box-background\" wfd-id=\"432\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160e9e03630\" wfd-id=\"284\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160ea7cae88\" wfd-id=\"285\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2\" data-css=\"tve-u-160ea7c9db0\" wfd-id=\"286\"><div class=\"tcb-flex-col\" wfd-id=\"309\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"311\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-160eb3ad20a\" wfd-id=\"429\"><h4>Drinks</h4></div><div class=\"tcb-clear\" data-css=\"tve-u-160ea7bf191\" wfd-id=\"376\"><div class=\"thrv_wrapper thrv_toggle_shortcode\" data-hover-color=\"rgba(18, 21, 25, 0.8)\" data-css=\"tve-u-160e9f87397\" wfd-id=\"377\">\n<div class=\"tve_faq\" wfd-id=\"378\">\n<div class=\"tve_faqI\" wfd-id=\"379\">\n<div class=\"tve_faqB\" wfd-id=\"422\"><span class=\"tve_not_editable tve_toggle\" wfd-id=\"428\"></span>\n<h4 class=\"tve_editable\" data-css=\"tve-u-160eb470891\"><span data-css=\"tve-u-160eb4708df\" style=\"font-family: Lato,arial;\" wfd-id=\"427\">alcoholic drinks</span></h4>\n</div>\n<div class=\"tve_faqC tve_empty_dropzone\" style=\"display: none;\" wfd-id=\"380\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160e9fad83c\" wfd-id=\"394\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-160eaa7faeb\" wfd-id=\"395\"><div class=\"tcb-flex-col\" wfd-id=\"414\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160eb4a305a\" wfd-id=\"416\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160ea977bf3\" wfd-id=\"417\"><h3 data-css=\"tve-u-160f8d013c3\"><strong>Beer (bottle)</strong></h3><p><br></p><p data-css=\"tve-u-160eb4a45fb\">Heineken</p><p data-css=\"tve-u-160eb49e1f7\">Paulaner</p><p data-css=\"tve-u-160eb4a4600\">Budweiser American Ale</p><p data-css=\"tve-u-160eb4a4603\">Land Shark Lager</p><p data-css=\"tve-u-160eb4a4605\">Scrumpy</p><p data-css=\"tve-u-160eb4a4608\">JackFirestone</p><p data-css=\"tve-u-160eb4a460a\">Walker Fortem</p><p data-css=\"tve-u-160eb4a460d\">Live Oak Hefeweizen</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"396\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160f8cfbf40\" wfd-id=\"398\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160ea9789a4\" wfd-id=\"399\"><h3 data-css=\"tve-u-160f8cf3d89\"><strong>Beer (draught)</strong></h3><p><br></p><p data-css=\"tve-u-160eb4b6f9b\"><span data-css=\"tve-u-160f8ceeb77\" wfd-id=\"413\">Guiness</span></p><p data-css=\"tve-u-160eb4b6fc8\"><span data-css=\"tve-u-160f8cef20d\" wfd-id=\"411\"><span data-css=\"tve-u-160f8ceeb79\" wfd-id=\"412\">Stela Artois</span></span></p><p data-css=\"tve-u-160eb4b6fcb\"><span data-css=\"tve-u-160f8cef245\" wfd-id=\"409\"><span data-css=\"tve-u-160f8ceebb3\" wfd-id=\"410\">Grolsch (Unfiltered)</span></span></p><p data-css=\"tve-u-160eb4b6fcd\"><span data-css=\"tve-u-160f8cef27e\" wfd-id=\"407\"><span data-css=\"tve-u-160f8ceebeb\" wfd-id=\"408\">Newcastle Brown Ale</span></span></p><p data-css=\"tve-u-160eb4b6fd0\"><span data-css=\"tve-u-160f8cef2b7\" wfd-id=\"405\"><span data-css=\"tve-u-160f8ceec23\" wfd-id=\"406\">Corona Extra</span></span></p><p data-css=\"tve-u-160eb4b6fd3\"><span data-css=\"tve-u-160f8cef2f1\" wfd-id=\"403\"><span data-css=\"tve-u-160f8ceec5c\" wfd-id=\"404\">Sam Adams</span></span></p><p data-css=\"tve-u-160eb4b6fd5\"><span data-css=\"tve-u-160f8ceec94\" wfd-id=\"402\">Miller Lite</span></p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160ea89b12a\" wfd-id=\"381\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-160eaa7faee\" wfd-id=\"382\"><div class=\"tcb-flex-col\" wfd-id=\"388\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160f8cddeb4\" wfd-id=\"390\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160ea976e63\" wfd-id=\"391\"><h3 data-css=\"tve-u-160f8cd7871\"><strong>Cocktails</strong></h3><p data-css=\"tve-u-160f8cd7919\"><br></p><p data-css=\"tve-u-160f8cd794f\">Gin &amp; Tonic</p><p data-css=\"tve-u-160f8cd7987\">Vodka Orange</p><p data-css=\"tve-u-160f8cd79c1\">Wiskey Sour</p><p data-css=\"tve-u-160f8cd79f8\">Boulevardier</p><p data-css=\"tve-u-160f8cd7a30\">Daiquiri</p><p data-css=\"tve-u-160f8cd7a68\">Martini</p><p data-css=\"tve-u-160f8cd7aa1\">Ramos Gin Fizz</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"383\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160ea928596\" wfd-id=\"385\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160ea9729a9\" wfd-id=\"387\"><h3 data-css=\"tve-u-160ea90d163\"><strong>Wine</strong></h3><p data-css=\"tve-u-160f8cc8efc\"><br></p><p data-css=\"tve-u-160f8cc8f31\"><br></p><p data-css=\"tve-u-160ea9400e0\"><strong>White</strong></p><p data-css=\"tve-u-160f8cc8f9a\"><br></p><p data-css=\"tve-u-160f8cc8fce\">Sidebar Sauvignon Blanc High Valley</p><p data-css=\"tve-u-160ea9104fd\"><br></p><p data-css=\"tve-u-160ea7224b9\">Mazzei Maremma Toscana Tenuta</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160ea9357c7\" wfd-id=\"386\"><p data-css=\"tve-u-160f8cc591b\"><br></p><p data-css=\"tve-u-160ea71c62c\"><strong>Red</strong></p><p data-css=\"tve-u-160f8cc5953\"><br></p><p data-css=\"tve-u-160ea79970d\">MarquÃ©s de CÃ¡ceres</p><p data-css=\"tve-u-160ea799710\">Rioja ReservaBelguardo</p></div></div></div></div></div></div>\n</div>\n</div>\n</div></div><div class=\"tcb-clear\" data-css=\"tve-u-160ea7bf191\" wfd-id=\"312\"><div class=\"thrv_wrapper thrv_toggle_shortcode\" data-hover-color=\"rgba(18, 21, 25, 0.8)\" data-css=\"tve-u-160eab45a4f\" wfd-id=\"313\">\n<div class=\"tve_faq\" wfd-id=\"330\">\n<div class=\"tve_faqI\" wfd-id=\"331\">\n<div class=\"tve_faqB\" wfd-id=\"371\"><span class=\"tve_not_editable tve_toggle\" wfd-id=\"375\"></span>\n<h4 class=\"tve_editable\" data-css=\"tve-u-160eb475d09\"><span data-css=\"tve-u-160eb475d4c\" style=\"font-family: Lato,arial;\" wfd-id=\"374\">soft drinks</span></h4>\n</div>\n<div class=\"tve_faqC tve_empty_dropzone\" style=\"display: none;\" wfd-id=\"332\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160eaa73bda\" wfd-id=\"355\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-160e9fac06c\" wfd-id=\"356\"><div class=\"tcb-flex-col\" wfd-id=\"365\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160f8cb9d70\" wfd-id=\"367\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160ea977bf3\" wfd-id=\"368\"><h3 data-css=\"tve-u-160f8cb610d\"><strong>Coffee</strong></h3><p data-css=\"tve-u-160f8cb6183\"><br></p><p data-css=\"tve-u-160f8cb61bc\">Expresso</p><p data-css=\"tve-u-160ea6ba060\">Expresso Machiato</p><p data-css=\"tve-u-160ea6ba063\">Irish Coffee</p><p data-css=\"tve-u-160ea6ba065\">Cafe Mendoza</p><p data-css=\"tve-u-160ea6ba067\">Latte</p><p data-css=\"tve-u-160ea6ba06a\">Americano</p><p data-css=\"tve-u-160ea6ba06c\">Baileys Irish Cream Coffee</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"357\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160f8c978c9\" wfd-id=\"359\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160f8c8c841\" wfd-id=\"360\"><h3 data-css=\"tve-u-160f8cb0034\"><strong>Juice</strong></h3><p data-css=\"tve-u-160f8cb00a7\"><br></p><p data-css=\"tve-u-160f8cb00e0\">Coca Cola</p><p data-css=\"tve-u-160f8cb011c\">Fanta</p><p data-css=\"tve-u-160f8cb0157\">Sprite</p><p data-css=\"tve-u-160f8cb0191\">Almdudler</p><p data-css=\"tve-u-160f8cb01cb\">Fresh mix&nbsp;</p><ul class=\"\" wfd-id=\"363\"><li class=\"\" data-css=\"tve-u-160ea9c9c07\" wfd-id=\"364\">Orange/ Grapefruit/Apple</li></ul><p data-css=\"tve-u-160f8cb0240\">Sam Adams</p><p data-css=\"tve-u-160f8cb027b\">Miller Lite</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160eaa8db54\" wfd-id=\"333\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-160ea89ac22\" wfd-id=\"334\"><div class=\"tcb-flex-col\" wfd-id=\"339\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"341\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160ea976e63\" wfd-id=\"342\"><h3 data-css=\"tve-u-160ea54ea72\"><span data-css=\"tve-u-160f8c69135\" wfd-id=\"354\"><strong>Smoothie</strong></span></h3><p><span data-css=\"tve-u-160f8c699b9\" wfd-id=\"352\"><span data-css=\"tve-u-160f8c691a5\" wfd-id=\"353\"><br></span></span></p><p data-css=\"tve-u-160ea6ba05c\"><span data-css=\"tve-u-160f8c699f6\" wfd-id=\"350\"><span data-css=\"tve-u-160f8c691dc\" wfd-id=\"351\">Cherry &amp; Kale</span></span></p><p data-css=\"tve-u-160ea6ba05c\"><span data-css=\"tve-u-160f8c69a2f\" wfd-id=\"348\"><span data-css=\"tve-u-160f8c69216\" wfd-id=\"349\">Blueberry &amp; Avocado</span></span></p><p data-css=\"tve-u-160ea6ba05c\"><span data-css=\"tve-u-160f8c69a67\" wfd-id=\"346\"><span data-css=\"tve-u-160f8c69250\" wfd-id=\"347\">Banana &amp; Milk</span></span></p><p data-css=\"tve-u-160ea6ba05c\"><span data-css=\"tve-u-160f8c69289\" wfd-id=\"345\">Pear &amp; Chocolate</span></p><p data-css=\"tve-u-160f8c626b2\">Veggie &amp; Green</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"335\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160ea928596\" wfd-id=\"337\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160f8c59f19\" wfd-id=\"338\"><h3 data-css=\"tve-u-160f8c5888c\"><strong>Lemonade</strong></h3><p data-css=\"tve-u-160f8c58926\"><br></p><p data-css=\"tve-u-160f8c58957\">Classic</p><p data-css=\"tve-u-160eaa5aa50\">Mint&nbsp;</p><p data-css=\"tve-u-160f8c589bd\">Orange &amp; Lime</p><p data-css=\"tve-u-160eaa62df8\">Watermelon</p></div></div></div></div></div></div>\n</div>\n</div>\n<div class=\"tve_faq\" wfd-id=\"314\">\n<div class=\"tve_faqI\" wfd-id=\"315\">\n<div class=\"tve_faqB\" wfd-id=\"325\"><span class=\"tve_not_editable tve_toggle\" wfd-id=\"329\"></span>\n<h4 class=\"tve_editable\">ADDITIONAL SPIRITS</h4>\n</div>\n<div class=\"tve_faqC\" style=\"display: none;\" wfd-id=\"316\"><div class=\"thrv_wrapper tcb-row-empty thrv-columns\" data-css=\"tve-u-1689b6473cd\" wfd-id=\"317\"><div class=\"tcb-flex-row tcb--cols--2\" wfd-id=\"318\"><div class=\"tcb-flex-col\" wfd-id=\"322\"><div class=\"tcb-col\" wfd-id=\"324\"></div></div><div class=\"tcb-flex-col\" wfd-id=\"319\"><div class=\"tcb-col\" wfd-id=\"321\"></div></div></div></div></div>\n</div>\n</div></div></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"287\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160eb38e170\" wfd-id=\"289\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-160eaaf84a6\" wfd-id=\"308\"><h4 class=\"\">Food</h4></div><div class=\"tcb-clear\" data-css=\"tve-u-160ea7bf191\" wfd-id=\"298\"><div class=\"thrv_wrapper thrv_toggle_shortcode\" data-hover-color=\"rgba(18, 21, 25, 0.8)\" data-css=\"tve-u-160ead973a1\" wfd-id=\"299\">\n<div class=\"tve_faq\" wfd-id=\"300\">\n<div class=\"tve_faqI\" wfd-id=\"301\">\n<div class=\"tve_faqB\" wfd-id=\"303\"><span class=\"tve_not_editable tve_toggle\" wfd-id=\"307\"></span>\n<h4 class=\"tve_editable\" data-css=\"tve-u-160eb47f143\"><span data-css=\"tve-u-160eb47f16a\" wfd-id=\"306\">starters</span></h4>\n</div>\n<div class=\"tve_faqC tve_empty_dropzone\" style=\"display: none;\" wfd-id=\"302\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160eb521486\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-160eb54da29\"><div class=\"tcb-flex-col\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160e9fbbfa0\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160f8c2bf72\"><h3 data-css=\"tve-u-160f8c28393\"><strong>Snacks</strong></h3><p data-css=\"tve-u-160f8c283f9\"><br></p><p data-css=\"tve-u-160f8c2842b\">Chips</p><p data-css=\"tve-u-160f8c28460\">Hazelnuts</p><p data-css=\"tve-u-160f8c28493\">Peanuts</p><p data-css=\"tve-u-160f8c284c6\">Tortilla chips</p><p data-css=\"tve-u-160f8c25bba\">Chocolate croissants</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160e9fc2c51\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160ea9c1e15\"><h3 data-css=\"tve-u-160eb553062\"><strong>Meals</strong></h3><p data-css=\"tve-u-160eb5530cd\"><br></p><p data-css=\"tve-u-160eb553103\">Crab cakes<u>â€‹</u></p><p data-css=\"tve-u-160eb553138\">Chicken wings</p><p data-css=\"tve-u-160eb55316d\">White beans with herbs</p><p data-css=\"tve-u-160eb5531a1\">Stuffed mushrooms</p><p data-css=\"tve-u-160eb5531d8\">Smoked salmon spread</p><p data-css=\"tve-u-160eb55320f\">Authentic houmous</p></div></div></div></div></div></div>\n</div>\n</div>\n</div></div><div class=\"tcb-clear\" data-css=\"tve-u-160ea7bf191\" wfd-id=\"290\"><div class=\"thrv_wrapper thrv_toggle_shortcode\" data-hover-color=\"rgba(18, 21, 25, 0.8)\" data-css=\"tve-u-160eb42c2ca\" wfd-id=\"291\">\n<div class=\"tve_faq\" wfd-id=\"292\">\n<div class=\"tve_faqI\" wfd-id=\"293\">\n<div class=\"tve_faqB\" wfd-id=\"295\"><span class=\"tve_not_editable tve_toggle\" wfd-id=\"297\"></span>\n<h4 class=\"tve_editable\" data-css=\"tve-u-160e9f7868b\"><span data-css=\"tve-u-160e9f7ce0e\" wfd-id=\"296\">main course</span></h4>\n</div>\n<div class=\"tve_faqC tve_empty_dropzone\" style=\"display: none;\" wfd-id=\"294\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160ead90ba7\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-160eadcc8c9\"><div class=\"tcb-flex-col\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160f8d12a0d\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160ea977bf3\"><h3 data-css=\"tve-u-160eb5275ca\"><strong>Soup</strong></h3><p data-css=\"tve-u-160eb52762c\"><br></p><p data-css=\"tve-u-160eb52765c\">Fish soup</p><p data-css=\"tve-u-160eb52768d\">Squash &amp; parsley&nbsp;</p><p data-css=\"tve-u-160eb5276bf\">Tomato</p><p data-css=\"tve-u-160eb5276f3\">Chicken Almond<br>Arizona Mountain<br>Bayou Shrimp<br>Beef &amp; Pasta Mushroom</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160e9fc2c51\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160eb537e16\"><h3 data-css=\"tve-u-160eb5346af\"><strong>Main dish</strong></h3><p data-css=\"tve-u-160eb534715\"><br></p><p data-css=\"tve-u-160eadffc69\">Chickpea Cauliflower Korma</p><p data-css=\"tve-u-160eb53477a\">Lasagna</p><p data-css=\"tve-u-160eb5347ae\">Veggie Lasagna</p><p data-css=\"tve-u-160eb5347e1\">Pizza Capriciosa</p><p data-css=\"tve-u-160eb534816\">Pizza Margherita</p><p data-css=\"tve-u-160eb53484c\">House Burger</p></div></div></div></div></div></div>\n</div>\n</div>\n</div></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1635ee0cb15\" wfd-id=\"156\">\n<div class=\"tve-page-section-out\" wfd-id=\"280\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1635ebf2201\" wfd-id=\"157\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160f8e625a1\" wfd-id=\"276\"><h3 data-css=\"tve-u-1635f10faad\" style=\"text-align: center;\">What <span data-css=\"tve-u-1635f111354\" style=\"text-transform: uppercase;\" wfd-id=\"279\">o</span>ur customers say</h3></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1635ed91639\" wfd-id=\"158\"><div class=\"tcb-flex-row tcb--cols--3\" data-css=\"tve-u-1635ed274dc\" wfd-id=\"159\"><div class=\"tcb-flex-col\" wfd-id=\"234\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1636390be1e\" wfd-id=\"236\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1635f1b25ed\" wfd-id=\"254\">\n<div class=\"tve-content-box-background\" wfd-id=\"275\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1635f125271\" wfd-id=\"255\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1635f138d3b\" wfd-id=\"271\"><p data-css=\"tve-u-160fa718c59\"><span data-css=\"tve-u-160fa718c5e\" wfd-id=\"274\">â</span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1635f136552\" wfd-id=\"268\"><p data-css=\"tve-u-163629eed0d\">Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit. Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit.</p></div><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"2\" data-color=\"rgb(218, 144, 15)\" data-css=\"tve-u-1635f14cd1e\" wfd-id=\"267\">\n<hr class=\"tve_sep tve_sep-1\">\n</div><div class=\"tcb-clear\" data-css=\"tve-u-160f93bdfb1\" wfd-id=\"265\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1636392a6b1\" wfd-id=\"266\"><svg class=\"tcb-icon\" viewBox=\"0 0 16 28\" data-name=\"sort-desc\">\n<path d=\"M16 17c0 0.266-0.109 0.516-0.297 0.703l-7 7c-0.187 0.187-0.438 0.297-0.703 0.297s-0.516-0.109-0.703-0.297l-7-7c-0.187-0.187-0.297-0.438-0.297-0.703 0-0.547 0.453-1 1-1h14c0.547 0 1 0.453 1 1z\"></path>\n</svg></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1635f123a1e\" wfd-id=\"261\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1636393c2d2\" data-float=\"1\" wfd-id=\"262\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-160f957664d\" wfd-id=\"264\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-163629eb59f\" wfd-id=\"263\"></div>\n</div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1635f121505\" wfd-id=\"256\"><p data-css=\"tve-u-163629db329\"><strong><span data-css=\"tve-u-163629f6835\" style=\"font-size: 16px;\" wfd-id=\"260\">Josie Carter</span></strong></p><p data-css=\"tve-u-163629e77b3\"><span data-css=\"tve-u-163629f6837\" style=\"font-size: 16px;\" wfd-id=\"259\"><em>Marine Biologist</em></span></p><p data-css=\"tve-u-160f9514c00\">â€‹<br></p></div></div>\n</div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-161701a8fd1\" wfd-id=\"237\"><div class=\"tcb-flex-row tcb--cols--3 tcb-resized tcb-resizing tcb-medium-no-wrap v-2 tcb-mobile-wrap m-edit\" data-css=\"tve-u-161703e4bac\" wfd-id=\"238\"><div class=\"tcb-flex-col\" data-css=\"tve-u-16170332517\" style=\"\" wfd-id=\"248\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"250\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16170441415\" wfd-id=\"251\"><p data-css=\"tve-u-16170191bce\"><em>As seen on</em></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1617033251d\" style=\"width: 85px;\" wfd-id=\"243\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"245\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16170185cb5\" wfd-id=\"246\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"247\"><img class=\"tve_image wp-image-3532\" alt=\"\" width=\"45\" height=\"30\" title=\"trip-advisor-logo_03\" data-id=\"3532\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/trip-advisor-logo_03.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1617033371d\" style=\"\" wfd-id=\"239\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"241\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16170442200\" wfd-id=\"242\"><p data-css=\"tve-u-161701c9195\"><a href=\"https://www.tripadvisor.com/\" target=\"_blank\"><u>See more reviews</u></a><u>â€‹â€‹â€‹â€‹</u></p></div></div></div></div></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"196\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-163639549e4\" wfd-id=\"198\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1635f1b3fee\" wfd-id=\"214\">\n<div class=\"tve-content-box-background\" wfd-id=\"233\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16362a05c8f\" wfd-id=\"215\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1636390935e\" wfd-id=\"229\"><p data-css=\"tve-u-160fa718c59\"><span data-css=\"tve-u-160fa718c5e\" wfd-id=\"232\">â</span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1636951d241\" wfd-id=\"226\"><p data-css=\"tve-u-16362a0d7c6\">Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae erat consequat auctor eu in elit. Class aptent!</p></div><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"2\" data-color=\"rgb(218, 144, 15)\" data-css=\"tve-u-16369519850\" wfd-id=\"225\">\n<hr class=\"tve_sep tve_sep-1\">\n</div><div class=\"tcb-clear\" data-css=\"tve-u-160f93bdfb1\" wfd-id=\"223\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1636392e791\" wfd-id=\"224\"><svg class=\"tcb-icon\" viewBox=\"0 0 16 28\" data-name=\"sort-desc\">\n<path d=\"M16 17c0 0.266-0.109 0.516-0.297 0.703l-7 7c-0.187 0.187-0.438 0.297-0.703 0.297s-0.516-0.109-0.703-0.297l-7-7c-0.187-0.187-0.297-0.438-0.297-0.703 0-0.547 0.453-1 1-1h14c0.547 0 1 0.453 1 1z\"></path>\n</svg></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1635ec5add7\" wfd-id=\"219\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1636393da63\" data-float=\"1\" wfd-id=\"220\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1635f13f574\" wfd-id=\"222\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16362a05cc8\" wfd-id=\"221\"></div>\n</div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160fa6805d4\" wfd-id=\"216\"><p data-css=\"tve-u-16362a08679\"><strong>Jesse O\'neil</strong></p><p data-css=\"tve-u-16362a0a74e\"><em>Advertising</em></p><p data-css=\"tve-u-16362a0a750\">â€‹<br></p></div></div>\n</div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16170325257\" wfd-id=\"199\"><div class=\"tcb-flex-row tcb--cols--3 tcb-resized tcb-medium-no-wrap v-2 tcb-mobile-wrap m-edit\" data-css=\"tve-u-1617045651a\" wfd-id=\"200\"><div class=\"tcb-flex-col\" data-css=\"tve-u-16170334a49\" style=\"\" wfd-id=\"210\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"212\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-161704435d7\" wfd-id=\"213\"><p data-css=\"tve-u-16170191bce\"><em>As seen on</em></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-16170334a4f\" style=\"\" wfd-id=\"205\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"207\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-161702e8042\" wfd-id=\"208\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"209\"><img class=\"tve_image wp-image-3538\" alt=\"\" width=\"52\" height=\"31\" title=\"foursquare-logo_03\" data-id=\"3538\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/foursquare-logo_03.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-161703373d0\" style=\"\" wfd-id=\"201\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"203\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16170445bb9\" wfd-id=\"204\"><p data-css=\"tve-u-161701c9195\"><a href=\"https://foursquare.com/\" target=\"_blank\"><u>See more reviewsâ€‹â€‹â€‹â€‹</u></a></p></div></div></div></div></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"160\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16363524c1e\" wfd-id=\"162\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1635ebfe4fc\" wfd-id=\"178\">\n<div class=\"tve-content-box-background\" wfd-id=\"195\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1635ec2801b\" wfd-id=\"179\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1635f139f5c\" wfd-id=\"191\"><p data-css=\"tve-u-160fa718c59\"><span data-css=\"tve-u-160fa718c5e\" wfd-id=\"194\">â</span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160f961e617\" wfd-id=\"190\"><p data-css=\"tve-u-16362a2156e\">Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Mauris in erat justo. Nullam ac urna eu felis dapibus condimentum sit amet a augue. Sed non neque elit.</p></div><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"2\" data-color=\"rgb(218, 144, 15)\" data-css=\"tve-u-160f9405e56\" wfd-id=\"189\">\n<hr class=\"tve_sep tve_sep-1\">\n</div><div class=\"tcb-clear\" data-css=\"tve-u-160f93bdfb1\" wfd-id=\"187\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1635ed98a8a\" wfd-id=\"188\"><svg class=\"tcb-icon\" viewBox=\"0 0 16 28\" data-name=\"sort-desc\">\n<path d=\"M16 17c0 0.266-0.109 0.516-0.297 0.703l-7 7c-0.187 0.187-0.438 0.297-0.703 0.297s-0.516-0.109-0.703-0.297l-7-7c-0.187-0.187-0.297-0.438-0.297-0.703 0-0.547 0.453-1 1-1h14c0.547 0 1 0.453 1 1z\"></path>\n</svg></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1635ec5add7\" wfd-id=\"183\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160f9562c14\" data-float=\"1\" wfd-id=\"184\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1635f187bfc\" wfd-id=\"186\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-1635edf3681\" wfd-id=\"185\"></div>\n</div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160fa6805d4\" wfd-id=\"180\"><p data-css=\"tve-u-163629df961\"><strong><span data-css=\"tve-u-16362a29860\" style=\"font-size: 16px;\" wfd-id=\"182\">Gabriel Jones</span></strong></p><p data-css=\"tve-u-16362a2c533\"><span data-css=\"tve-u-16362a29862\" style=\"font-size: 16px;\" wfd-id=\"181\"><em>Brand Management Consultant</em></span></p><p data-css=\"tve-u-160f9514c00\"><strong>â€‹</strong><br></p></div></div>\n</div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-161703268c0\" wfd-id=\"163\"><div class=\"tcb-flex-row tcb--cols--3 tcb-resized tcb-medium-no-wrap v-2 tcb-mobile-wrap m-edit\" data-css=\"tve-u-161701a2f15\" wfd-id=\"164\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1617019989e\" style=\"\" wfd-id=\"174\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"176\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16170471614\" wfd-id=\"177\"><p data-css=\"tve-u-16170191bce\"><em>As seen on</em></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-161701998d2\" style=\"\" wfd-id=\"169\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"171\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1617031f43b\" wfd-id=\"172\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"173\"><img class=\"tve_image wp-image-3542\" alt=\"\" width=\"49\" height=\"24\" title=\"yelp-logo_03\" data-id=\"3542\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/yelp-logo_03.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-161701c1618\" style=\"\" wfd-id=\"165\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"167\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-161701b642a\" wfd-id=\"168\"><p data-css=\"tve-u-161701c9195\"><a href=\"https://www.yelp.com/\" target=\"_blank\"><u>See more reviews</u></a><u>â€‹â€‹â€‹â€‹</u></p></div></div></div></div></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-160f96ef669\" wfd-id=\"114\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-160f96f5e19\" data-clip-id=\"c22944d35542f\" wfd-id=\"155\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-c22944d35542f\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" pointer-width=\"100\" pointer-height=\"14\" style=\"zigzag\" decoration-type=\"none\" clip-path=\"url(#clip-top-c22944d35542f)\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-c22944d35542f\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" pointer-width=\"100\" pointer-height=\"14\" style=\"zigzag\" decoration-type=\"none\" clip-path=\"url(#clip-mobile-top-c22944d35542f)\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-top-c22944d35542f\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" pointer-width=\"100\" pointer-height=\"10\" style=\"zigzag\" decoration-type=\"none\" clip-path=\"url(#clip-top-c22944d35542f)\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-top-c22944d35542f\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" pointer-width=\"100\" pointer-height=\"13\" decoration-type=\"none\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-160f96c069e\" wfd-id=\"115\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160f9714a61\" wfd-id=\"116\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-160f9734b53\" data-clip-id=\"c8e428685a637\" wfd-id=\"154\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-c8e428685a637\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"pointer\" pointer-width=\"100\" pointer-height=\"13\" style=\"zigzag\" clip-path=\"url(#clip-bottom-c8e428685a637)\"><polygon points=\"1 0.13, 0.5 0, 0 0.13, 0 0.13, 0 1, 1 1, 1 0.13\"></polygon></clipPath><clipPath id=\"clip-bottom-c8e428685a637\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"pointer\" pointer-width=\"100\" pointer-height=\"14.000000000000002\" style=\"\"><polygon points=\"0 0, 0 0.86, 0 0.86, 0.5 1, 1 0.86, 1 0.86, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-top-c8e428685a637\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"divider\" pointer-width=\"100\" pointer-height=\"13\" style=\"zigzag\" clip-path=\"url(#clip-tablet-bottom-c8e428685a637)\"><polygon points=\"0 1, 1 1,1 0.13, 0.5 0, 0 0.13, 0 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-c8e428685a637\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"divider\" pointer-width=\"100\" pointer-height=\"14\" style=\"zigzag\"><polygon points=\"0 0, 0 0.86, 0.5 1, 1 0.86,  1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-top-c8e428685a637\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"divider\" pointer-width=\"100\" pointer-height=\"10\" style=\"zigzag\" clip-path=\"url(#clip-mobile-bottom-c8e428685a637)\"><polygon points=\"0 1, 1 1,1 0.1, 0.5 0, 0 0.1, 0 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-c8e428685a637\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"divider\" pointer-width=\"100\" pointer-height=\"10\" style=\"zigzag\"><polygon points=\"0 0, 0 0.9, 0.5 1, 1 0.9,  1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160f972cd2b\" wfd-id=\"117\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160f97e6953\" wfd-id=\"150\"><p data-css=\"tve-u-160f97ddb8a\" style=\"text-align: center;\"><span data-css=\"tve-u-160f97e0356\" style=\"font-weight: 400; font-family: &quot;Kaushan Script&quot;;\" wfd-id=\"153\">Happy Hour</span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160f98a0d17\" wfd-id=\"144\"><p data-css=\"tve-u-160f9bf9be2\" style=\"text-align: center;\"><span data-css=\"tve-u-160f9bfdcb7\" wfd-id=\"148\">2 shots for the price of 1 between 18<span data-css=\"tve-u-160f9823757\" wfd-id=\"149\">&nbsp;PM&nbsp;</span>- 20 </span><span data-css=\"tve-u-160f984f29b\" wfd-id=\"147\">PM</span></p></div><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-160f98df817\" data-tcb_hover_state_parent=\"\" wfd-id=\"139\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"140\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-160fec25d20\" wfd-id=\"141\"><strong>Make a reservation now</strong></span></span>\n</a>\n</div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160f9b74c2b\" wfd-id=\"123\"><div class=\"tcb-flex-row tcb-resized tcb--cols--3 tcb-medium-no-wrap tcb-mobile-edit tcb-resizing v-2\" data-css=\"tve-u-160f9b69526\" wfd-id=\"124\"><div class=\"tcb-flex-col\" data-css=\"tve-u-160f9b7a36e\" style=\"\" wfd-id=\"135\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"137\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(176, 171, 155, 0.3)\" data-css=\"tve-u-160f9b9db80\" wfd-id=\"138\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-160f9b7a39a\" style=\"width: 97px;\" wfd-id=\"129\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160ff36e890\" wfd-id=\"131\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160fa7619dc\" wfd-id=\"132\"><p data-css=\"tve-u-160f9b916f8\" style=\"text-align: center;\">or</p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-160f9b7a3c6\" style=\"\" wfd-id=\"125\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"127\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(176, 171, 155, 0.3)\" data-css=\"tve-u-160f9bd1e50\" wfd-id=\"128\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160f9bf1aea\" wfd-id=\"118\"><p data-css=\"tve-u-160f981fb0c\" style=\"text-align: center;\"><span data-css=\"tve-u-160f9c02898\" wfd-id=\"121\"><span data-css=\"tve-u-160ff467c38\" wfd-id=\"122\">Call us</span> : 0300-984-589</span></p></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-160f9c6a4fe\" wfd-id=\"76\">\n<div class=\"tve-page-section-out\" wfd-id=\"113\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-160f9c6d0ad\" wfd-id=\"77\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160f9caae7b\" wfd-id=\"112\"><h3 data-css=\"tve-u-1635f21f43a\" style=\"text-align: center;\">our signature drinks</h3></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160f9c7f698\" wfd-id=\"78\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--4\" data-css=\"tve-u-160f9c75fb0\" wfd-id=\"79\"><div class=\"tcb-flex-col\" wfd-id=\"104\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160f9cccb99\" data-tcb_hover_state_parent=\"\" wfd-id=\"106\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1616a9cfa4b\" wfd-id=\"107\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1616a721403\" wfd-id=\"111\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1616a74e73b\" wfd-id=\"108\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1616a5e01ba\" wfd-id=\"109\"><p data-css=\"tve-u-160f9d496b3\" style=\"text-align: center;\"><span data-css=\"tve-u-160f9d5377f\" style=\"font-weight: 400; font-family: &quot;Kaushan Script&quot;;\" wfd-id=\"110\">Wiskey Sour</span></p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"96\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160f9d08737\" data-tcb_hover_state_parent=\"\" wfd-id=\"98\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1616a9d1ca7\" wfd-id=\"99\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1616a721403\" wfd-id=\"103\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1616a74e73b\" wfd-id=\"100\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1616a5e01ba\" wfd-id=\"101\"><p data-css=\"tve-u-160f9d496b3\" style=\"text-align: center;\"><span data-css=\"tve-u-160f9d5377f\" style=\"font-weight: 400; font-family: &quot;Kaushan Script&quot;;\" wfd-id=\"102\">Boulevardier</span></p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"88\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160f9d0b00e\" data-tcb_hover_state_parent=\"\" wfd-id=\"90\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1616a9d3730\" wfd-id=\"91\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1616a721403\" wfd-id=\"95\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1616a74e73b\" wfd-id=\"92\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1616a5e01ba\" wfd-id=\"93\"><p data-css=\"tve-u-160f9d496b3\" style=\"text-align: center;\"><span data-css=\"tve-u-160f9d5377f\" style=\"font-weight: 400; font-family: &quot;Kaushan Script&quot;;\" wfd-id=\"94\">Gin Fizz</span></p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"80\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160f9d0c9a0\" data-tcb_hover_state_parent=\"\" wfd-id=\"82\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1616a708b49\" wfd-id=\"83\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1616a721403\" wfd-id=\"87\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1616a74e73b\" wfd-id=\"84\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1616a5e01ba\" wfd-id=\"85\"><p data-css=\"tve-u-160f9d496b3\" style=\"text-align: center;\"><span data-css=\"tve-u-160f9d5377f\" style=\"font-weight: 400; font-family: &quot;Kaushan Script&quot;;\" wfd-id=\"86\">Spicy Tequila Shot</span></p></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-160fe140452\" style=\"\" wfd-id=\"41\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-16362e0aed9\" wfd-id=\"75\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-160fe13ce28\" wfd-id=\"42\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160f9ec40fc\" wfd-id=\"43\"><div class=\"tcb-flex-row tcb--cols--2 tcb-medium-no-wrap v-2 tcb-mobile-wrap m-edit\" data-css=\"tve-u-160f9ebf905\" wfd-id=\"44\"><div class=\"tcb-flex-col\" wfd-id=\"49\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160f9ee08be\" wfd-id=\"51\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160fa01d193\" wfd-id=\"52\">\n<div class=\"tve-content-box-background\" wfd-id=\"74\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"53\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1635f273315\" wfd-id=\"72\"><h4 data-css=\"tve-u-1635f28650b\"><strong><span data-css=\"tve-u-16362a7e959\" style=\"text-transform: none;\" wfd-id=\"73\">Your</span></strong><br><strong>Company name</strong></h4></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16362aabe81\" wfd-id=\"64\">\n<div class=\"tve-content-box-background\" wfd-id=\"71\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1635e5d9ba1\" wfd-id=\"65\"><div class=\"tcb-clear\" data-css=\"tve-u-16363d2efc4\" wfd-id=\"69\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-16362a8dd87\" data-float=\"1\" wfd-id=\"70\"><svg class=\"tcb-icon\" viewBox=\"0 0 16 28\" data-name=\"map-marker\">\n<path d=\"M12 10c0-2.203-1.797-4-4-4s-4 1.797-4 4 1.797 4 4 4 4-1.797 4-4zM16 10c0 0.953-0.109 1.937-0.516 2.797l-5.688 12.094c-0.328 0.688-1.047 1.109-1.797 1.109s-1.469-0.422-1.781-1.109l-5.703-12.094c-0.406-0.859-0.516-1.844-0.516-2.797 0-4.422 3.578-8 8-8s8 3.578 8 8z\"></path>\n</svg></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160df4565d1\" wfd-id=\"66\"><p data-css=\"tve-u-1636311d040\">Your Pub Adress Goes Here</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1636301dc81\" wfd-id=\"59\">\n<div class=\"tve-content-box-background\" wfd-id=\"63\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1635e5d9ba1\" wfd-id=\"60\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-16362aa4888\" wfd-id=\"62\"><svg class=\"tcb-icon\" viewBox=\"0 0 22 28\" data-name=\"phone\">\n<path d=\"M22 19.375c0 0.562-0.25 1.656-0.484 2.172-0.328 0.766-1.203 1.266-1.906 1.656-0.922 0.5-1.859 0.797-2.906 0.797-1.453 0-2.766-0.594-4.094-1.078-0.953-0.344-1.875-0.766-2.734-1.297-2.656-1.641-5.859-4.844-7.5-7.5-0.531-0.859-0.953-1.781-1.297-2.734-0.484-1.328-1.078-2.641-1.078-4.094 0-1.047 0.297-1.984 0.797-2.906 0.391-0.703 0.891-1.578 1.656-1.906 0.516-0.234 1.609-0.484 2.172-0.484 0.109 0 0.219 0 0.328 0.047 0.328 0.109 0.672 0.875 0.828 1.188 0.5 0.891 0.984 1.797 1.5 2.672 0.25 0.406 0.719 0.906 0.719 1.391 0 0.953-2.828 2.344-2.828 3.187 0 0.422 0.391 0.969 0.609 1.344 1.578 2.844 3.547 4.813 6.391 6.391 0.375 0.219 0.922 0.609 1.344 0.609 0.844 0 2.234-2.828 3.187-2.828 0.484 0 0.984 0.469 1.391 0.719 0.875 0.516 1.781 1 2.672 1.5 0.313 0.156 1.078 0.5 1.188 0.828 0.047 0.109 0.047 0.219 0.047 0.328z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160df4565d1\" wfd-id=\"61\"><p data-css=\"tve-u-1636311dda3\" style=\"text-align: left;\">0364 - 300 - 946</p></div></div>\n</div><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-160fa182f82\" data-tcb_hover_state_parent=\"\" wfd-id=\"54\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"55\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-160fa198fbb\" wfd-id=\"56\">Make a reservation now</span></span>\n</a>\n</div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"45\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160fa1c8dca\" wfd-id=\"47\"><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-160fa11f4f2\" wfd-id=\"48\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=London&amp;t=m&amp;z=12&amp;output=embed&amp;iwloc=near\"></iframe>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16362e2956e\" wfd-id=\"27\">\n<div class=\"tve-page-section-out\" wfd-id=\"40\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16362e27bcb\" wfd-id=\"28\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160fa4daf17\" wfd-id=\"29\"><div class=\"tcb-flex-row tcb--cols--2 v-2\" data-css=\"tve-u-160fa4d8d4f\" wfd-id=\"30\"><div class=\"tcb-flex-col\" wfd-id=\"36\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"38\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160fa4b581e\" wfd-id=\"39\"><p data-css=\"tve-u-160fa489bd9\" style=\"text-align: left;\">Â© 2018 , Your company name . All rights reserved.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"31\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160fec923bf\" wfd-id=\"33\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160fec99b6f\" wfd-id=\"34\"><p style=\"text-align: right;\" data-css=\"tve-u-16363b1b458\"><span style=\"color: rgba(3, 9, 14, 0.5);\" data-css=\"tve-u-16363b4867f\" wfd-id=\"35\"><u>â€‹</u>â€‹â€‹â€‹â€‹Made with</span> <a href=\"https://thrivethemes.com/\" target=\"_blank\">Thrive Architect</a></p></div></div></div></div></div></div>\n</div>'),(6434,428,'tve_revision_tve_has_wistia_popover','0'),(6435,428,'tve_revision_tve_landing_page','tcb2-thrivebiz-pub'),(6436,428,'tve_revision_tve_landing_set',''),(6437,428,'tve_revision_tve_disable_theme_dependency','1');
INSERT INTO `wpbe_postmeta` VALUES (6438,428,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16369563890\" wfd-id=\"527\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1636956410b\" data-clip-id=\"ebde87302d0be\" wfd-id=\"571\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1636955fbd2\" wfd-id=\"528\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160dbb50aca\" data-float=\"1\" wfd-id=\"565\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-160db84bfac\" data-clip-id=\"eb17500f3af4b\" wfd-id=\"570\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-eb17500f3af4b\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"divider\" pointer-width=\"100\" pointer-height=\"25\" style=\"zigzag\"><polygon points=\"0 0, 0 0.75, 0.5 1, 1 0.75,  1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-eb17500f3af4b\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"divider\" pointer-width=\"100\" pointer-height=\"25\" style=\"zigzag\"><polygon points=\"0 0, 0 0.75, 0.5 1, 1 0.75,  1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-eb17500f3af4b\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"pointer\" pointer-width=\"100\" pointer-height=\"15\" style=\"\" clip-path=\"url(#clip-mobile-top-eb17500f3af4b)\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 0 1, 0.5 0.85, 1 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-top-eb17500f3af4b\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"none\" pointer-width=\"5\" pointer-height=\"5\" style=\"zigzag\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160db85dabe\" wfd-id=\"566\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1635e6448aa\" wfd-id=\"567\"><h4 style=\"text-align: center;\"><strong>Your<br>&nbsp;â‰‘ &nbsp; &nbsp; &nbsp;Company Name &nbsp; &nbsp; &nbsp;â‰‘</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1635e5cbf37\" wfd-id=\"543\"><div class=\"tcb-flex-row tcb--cols--2 v-2 m-edit tcb-mobile-wrap tcb-resized tcb-row-reversed-mobile\" data-css=\"tve-u-1635e5cc2d9\" wfd-id=\"544\"><div class=\"tcb-flex-col\" data-css=\"tve-u-16363739cd6\" style=\"\" wfd-id=\"555\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"557\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tcb-mobile-hidden\" data-css=\"tve-u-1635e5cd7c0\" style=\"\" wfd-id=\"558\">\n<div class=\"tve-content-box-background\" wfd-id=\"564\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1635e5d9ba1\" wfd-id=\"559\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display tcb-mobile-hidden\" data-css=\"tve-u-160db6dd8cd\" style=\"\" wfd-id=\"563\"><svg class=\"tcb-icon\" viewBox=\"0 0 16 28\" data-name=\"map-marker\">\n<path d=\"M12 10c0-2.203-1.797-4-4-4s-4 1.797-4 4 1.797 4 4 4 4-1.797 4-4zM16 10c0 0.953-0.109 1.937-0.516 2.797l-5.688 12.094c-0.328 0.688-1.047 1.109-1.797 1.109s-1.469-0.422-1.781-1.109l-5.703-12.094c-0.406-0.859-0.516-1.844-0.516-2.797 0-4.422 3.578-8 8-8s8 3.578 8 8z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160df4565d1\" wfd-id=\"560\"><p>Your&nbsp; Adress Goes Here</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-16363739d27\" style=\"\" wfd-id=\"545\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"547\"><div class=\"tcb-clear\" data-css=\"tve-u-16363c02cf7\" wfd-id=\"548\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1635e5ffa41\" wfd-id=\"549\">\n<div class=\"tve-content-box-background\" wfd-id=\"554\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1635e5d9ba1\" wfd-id=\"550\"><div class=\"tcb-clear\" data-css=\"tve-u-163637c7e1e\" wfd-id=\"552\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1635e65c044\" data-float=\"1\" wfd-id=\"553\"><svg class=\"tcb-icon\" viewBox=\"0 0 22 28\" data-name=\"phone\">\n<path d=\"M22 19.375c0 0.562-0.25 1.656-0.484 2.172-0.328 0.766-1.203 1.266-1.906 1.656-0.922 0.5-1.859 0.797-2.906 0.797-1.453 0-2.766-0.594-4.094-1.078-0.953-0.344-1.875-0.766-2.734-1.297-2.656-1.641-5.859-4.844-7.5-7.5-0.531-0.859-0.953-1.781-1.297-2.734-0.484-1.328-1.078-2.641-1.078-4.094 0-1.047 0.297-1.984 0.797-2.906 0.391-0.703 0.891-1.578 1.656-1.906 0.516-0.234 1.609-0.484 2.172-0.484 0.109 0 0.219 0 0.328 0.047 0.328 0.109 0.672 0.875 0.828 1.188 0.5 0.891 0.984 1.797 1.5 2.672 0.25 0.406 0.719 0.906 0.719 1.391 0 0.953-2.828 2.344-2.828 3.187 0 0.422 0.391 0.969 0.609 1.344 1.578 2.844 3.547 4.813 6.391 6.391 0.375 0.219 0.922 0.609 1.344 0.609 0.844 0 2.234-2.828 3.187-2.828 0.484 0 0.984 0.469 1.391 0.719 0.875 0.516 1.781 1 2.672 1.5 0.313 0.156 1.078 0.5 1.188 0.828 0.047 0.109 0.047 0.219 0.047 0.328z\"></path>\n</svg></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16363599740\" wfd-id=\"551\"><p style=\"text-align: right;\">0364 - 300 - 946</p></div></div>\n</div></div></div></div></div></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160dbcafa88\" wfd-id=\"529\">\n<div class=\"tve-content-box-background\" wfd-id=\"542\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160dbcbc7a4\" wfd-id=\"530\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-160dbcd54ac\" data-tag=\"h3\" wfd-id=\"539\"><h3 style=\"text-align: center;\">This is the place to create your</h3></div><div class=\"thrv_wrapper thrv_heading tve_evt_manager_listen tve_et_tve-viewport tve_ea_thrive_animation tve_anim_slide_top\" data-css=\"tve-u-160dbcd2c5b\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_top&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" data-tag=\"h1\" wfd-id=\"536\"><h1 style=\"text-align: center;\">Best Memories</h1></div><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-160dbceed3d\" data-tcb_hover_state_parent=\"\" wfd-id=\"531\">\n<a href=\"\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"532\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-160dbe24f38\" wfd-id=\"533\"><strong>Make a reservation now</strong></span></span>\n</a>\n</div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1635e6aad72\" wfd-id=\"488\">\n<div class=\"tve-page-section-out\" wfd-id=\"526\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1635e6b4c72\" wfd-id=\"489\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160df4eae6d\" style=\"\" wfd-id=\"490\"><div class=\"tcb-flex-row tcb-medium-wrap tcb-resized tcb--cols--2\" data-css=\"tve-u-160df4bedf0\" wfd-id=\"491\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1635e9cce4d\" style=\"\" wfd-id=\"513\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160df8c3360\" wfd-id=\"515\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1635e97f913\" wfd-id=\"516\">\n<div class=\"tve-content-box-background\" wfd-id=\"525\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1635eadb72e\" wfd-id=\"517\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1636292fe99\" wfd-id=\"524\"><h4>A short story about us</h4></div><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-160df8deee2\" data-tag=\"h2\" wfd-id=\"521\"><h2>Welcome</h2></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-163629240b8\" wfd-id=\"518\"><p>Our vision is simple: create an environment of excitement and wonder.</p><p><br></p><p>We provide you with the fresh feeling that you need in summer and the cozyness you long for in winter.</p><p><br></p><p>We create the best experiences for you to share with friends.</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1635e9cce8b\" style=\"\" wfd-id=\"492\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160e5adb400\" wfd-id=\"494\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160df4c6424\" wfd-id=\"495\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-160df4db074\" wfd-id=\"512\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160df4f4d0e\" wfd-id=\"496\"><div class=\"tcb-clear\" data-css=\"tve-u-160df52e534\" wfd-id=\"497\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160df51ca21\" wfd-id=\"498\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-160df50b366\" wfd-id=\"511\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160df519447\" wfd-id=\"499\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1635eaf037e\" wfd-id=\"510\"><h6 class=\"\" data-css=\"tve-u-1635ef4f76c\" style=\"text-align: center;\"><strong>weâ€™re open from:</strong></h6></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160df6a2fe0\" wfd-id=\"500\"><div class=\"tcb-flex-row tcb--cols--2 v-2\" data-css=\"tve-u-160df6a3578\" wfd-id=\"501\"><div class=\"tcb-flex-col\" wfd-id=\"506\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160df6d53e3\" wfd-id=\"508\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160df709fbf\" wfd-id=\"509\"><p>Mo-Fr <strong>3Pm</strong> to <strong>4Am</strong></p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"502\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160df6d74f4\" wfd-id=\"504\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160df711140\" wfd-id=\"505\"><p>Sa-Su <strong>12Pm</strong> to <strong>4Am</strong></p></div></div></div></div></div></div>\n</div></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-160e4c55d27\" wfd-id=\"438\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-160e4c34c93\" data-clip-id=\"35e31e95c7382\" wfd-id=\"487\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-35e31e95c7382\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" pointer-width=\"100\" pointer-height=\"47\" style=\"zigzag\" decoration-type=\"none\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-35e31e95c7382\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" pointer-width=\"100\" pointer-height=\"47\" style=\"zigzag\" decoration-type=\"none\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-35e31e95c7382\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" pointer-width=\"100\" pointer-height=\"47\" style=\"zigzag\" decoration-type=\"none\" clip-path=\"url(#clip-mobile-top-35e31e95c7382)\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-top-35e31e95c7382\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" pointer-width=\"100\" pointer-height=\"22\" style=\"zigzag\" decoration-type=\"none\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-160e4c24b1a\" wfd-id=\"439\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-160e4c824a2\" data-tag=\"h3\" wfd-id=\"484\"><h3 data-css=\"tve-u-163630c7fc7\" style=\"text-align: center;\">Why Youâ€™ll <strong>Love</strong> our pub</h3></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160e4dadf9c\" style=\"\" wfd-id=\"440\"><div class=\"tcb-flex-row tcb--cols--3 tcb-medium-wrap v-2\" data-css=\"tve-u-160e4da55bb\" wfd-id=\"441\"><div class=\"tcb-flex-col\" wfd-id=\"468\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160e52014b5\" data-tcb_hover_state_parent=\"\" wfd-id=\"470\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1635efec9fa\" data-float=\"1\" wfd-id=\"481\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1635f098c8e\" data-tcb_hover_state_parent=\"1\" wfd-id=\"483\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16363231ead\" wfd-id=\"482\"></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160eb218e4e\" data-float=\"1\" wfd-id=\"471\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-160eb214b56\" data-clip-id=\"a182d7c321313\" data-tcb_hover_state_parent=\"1\" wfd-id=\"480\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-a182d7c321313\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"pointer\" pointer-width=\"100\" pointer-height=\"36\" style=\"\" data-inverted=\"false\"><polygon points=\"0 0, 0 0.64, 0 0.64, 0.5 1, 1 0.64, 1 0.64, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-a182d7c321313\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"none\" pointer-width=\"100\" pointer-height=\"36\" style=\"zigzag\" clip-path=\"url(#clip-tablet-top-a182d7c321313)\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-top-a182d7c321313\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"divider\" pointer-width=\"100\" pointer-height=\"22\" style=\"zigzag\"><polygon points=\"0 1, 1 1,1 0.22, 0.5 0, 0 0.22, 0 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-a182d7c321313\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"none\" pointer-width=\"100\" pointer-height=\"36\" style=\"zigzag\" clip-path=\"url(#clip-mobile-top-a182d7c321313)\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-top-a182d7c321313\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"divider\" pointer-width=\"100\" pointer-height=\"22\" style=\"zigzag\"><polygon points=\"0 1, 1 1,1 0.22, 0.5 0, 0 0.22, 0 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160eb1a09e2\" wfd-id=\"472\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1635ef71519\" wfd-id=\"477\"><p data-css=\"tve-u-160e4fd114b\" style=\"text-align: center;\">&nbsp;original</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160e501c0b4\" wfd-id=\"473\"><p data-css=\"tve-u-160e4fe84a1\" style=\"text-align: center;\"><span data-css=\"tve-u-160e4fe6187\" style=\"font-weight: 400; font-family: &quot;Kaushan Script&quot;;\" wfd-id=\"476\">drinks</span></p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"454\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160e5276a5e\" data-tcb_hover_state_parent=\"\" wfd-id=\"456\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-163628d68f3\" data-float=\"1\" wfd-id=\"465\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1635f073915\" data-tcb_hover_state_parent=\"1\" wfd-id=\"467\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16363235afe\" wfd-id=\"466\"></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160eb2222a0\" data-float=\"1\" wfd-id=\"457\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-160eb1d9ffb\" data-clip-id=\"cb4c420ba2143\" data-tcb_hover_state_parent=\"1\" wfd-id=\"464\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-cb4c420ba2143\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"pointer\" pointer-width=\"100\" pointer-height=\"36\" style=\"zigzag\"><polygon points=\"0 0, 0 0.64, 0.5 1, 1 0.64,  1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-cb4c420ba2143\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"none\" pointer-width=\"100\" pointer-height=\"36\" style=\"zigzag\" clip-path=\"url(#clip-tablet-top-cb4c420ba2143)\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-top-cb4c420ba2143\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"divider\" pointer-width=\"100\" pointer-height=\"22\" style=\"zigzag\"><polygon points=\"0 1, 1 1,1 0.22, 0.5 0, 0 0.22, 0 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-cb4c420ba2143\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"none\" pointer-width=\"100\" pointer-height=\"36\" style=\"zigzag\" clip-path=\"url(#clip-mobile-top-cb4c420ba2143)\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-top-cb4c420ba2143\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"divider\" pointer-width=\"100\" pointer-height=\"22\" style=\"zigzag\"><polygon points=\"0 1, 1 1,1 0.22, 0.5 0, 0 0.22, 0 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160eb1a09e2\" wfd-id=\"458\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1635ef72920\" wfd-id=\"463\"><p data-css=\"tve-u-160e4fd114b\" style=\"text-align: center;\">&nbsp;tasty</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160e501c0b4\" wfd-id=\"459\"><p data-css=\"tve-u-160e4fe84a1\" style=\"text-align: center;\"><span data-css=\"tve-u-160e4fe6187\" style=\"font-weight: 400; font-family: &quot;Kaushan Script&quot;;\" wfd-id=\"462\">food</span></p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"442\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160e52fbe2f\" data-tcb_hover_state_parent=\"\" wfd-id=\"444\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1635f0a8c87\" wfd-id=\"451\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1635f0b76b1\" data-tcb_hover_state_parent=\"1\" wfd-id=\"453\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-1635f010773\" wfd-id=\"452\"></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160eb0e8e90\" data-float=\"1\" wfd-id=\"445\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-160eb0d7fac\" data-clip-id=\"dd364f1962bc7\" data-tcb_hover_state_parent=\"1\" wfd-id=\"450\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-dd364f1962bc7\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"pointer\" pointer-width=\"100\" pointer-height=\"36\" style=\"zigzag\"><polygon points=\"0 0, 0 0.64, 0.5 1, 1 0.64,  1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-dd364f1962bc7\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"none\" pointer-width=\"100\" pointer-height=\"36\" style=\"zigzag\" clip-path=\"url(#clip-tablet-top-dd364f1962bc7)\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-top-dd364f1962bc7\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"divider\" pointer-width=\"100\" pointer-height=\"22\" style=\"zigzag\"><polygon points=\"0 1, 1 1,1 0.22, 0.5 0, 0 0.22, 0 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-dd364f1962bc7\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"none\" pointer-width=\"100\" pointer-height=\"36\" style=\"zigzag\" clip-path=\"url(#clip-mobile-top-dd364f1962bc7)\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-top-dd364f1962bc7\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"divider\" pointer-width=\"100\" pointer-height=\"22\" style=\"zigzag\"><polygon points=\"0 1, 1 1,1 0.22, 0.5 0, 0 0.22, 0 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160eb1a09e2\" wfd-id=\"446\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160eb1b0e14\" wfd-id=\"449\"><p data-css=\"tve-u-160e4fd114b\" style=\"text-align: center;\">&nbsp;great</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160e501c0b4\" wfd-id=\"447\"><p data-css=\"tve-u-160e4fe84a1\" style=\"text-align: center;\"><span data-css=\"tve-u-160e4fe6187\" style=\"font-weight: 400; font-family: &quot;Kaushan Script&quot;;\" wfd-id=\"448\">ambiance</span></p></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-160e9d15bdf\" wfd-id=\"281\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-160e9d118ed\" wfd-id=\"437\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-160e9d0c61d\" wfd-id=\"282\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160e9e2aeab\" wfd-id=\"436\"><h3>Take a look at</h3></div><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-160e9e41664\" data-tag=\"h2\" wfd-id=\"433\"><h2>Our Menu</h2></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160e9dff371\" wfd-id=\"283\">\n<div class=\"tve-content-box-background\" wfd-id=\"432\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160e9e03630\" wfd-id=\"284\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160ea7cae88\" wfd-id=\"285\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2\" data-css=\"tve-u-160ea7c9db0\" wfd-id=\"286\"><div class=\"tcb-flex-col\" wfd-id=\"309\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"311\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-160eb3ad20a\" wfd-id=\"429\"><h4>Drinks</h4></div><div class=\"tcb-clear\" data-css=\"tve-u-160ea7bf191\" wfd-id=\"376\"><div class=\"thrv_wrapper thrv_toggle_shortcode\" data-hover-color=\"rgba(18, 21, 25, 0.8)\" data-css=\"tve-u-160e9f87397\" wfd-id=\"377\">\n<div class=\"tve_faq\" wfd-id=\"378\">\n<div class=\"tve_faqI\" wfd-id=\"379\">\n<div class=\"tve_faqB\" wfd-id=\"422\"><span class=\"tve_not_editable tve_toggle\" wfd-id=\"428\"></span>\n<h4 class=\"tve_editable\" data-css=\"tve-u-160eb470891\"><span data-css=\"tve-u-160eb4708df\" style=\"font-family: Lato,arial;\" wfd-id=\"427\">alcoholic drinks</span></h4>\n</div>\n<div class=\"tve_faqC tve_empty_dropzone\" style=\"display: none;\" wfd-id=\"380\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160e9fad83c\" wfd-id=\"394\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-160eaa7faeb\" wfd-id=\"395\"><div class=\"tcb-flex-col\" wfd-id=\"414\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160eb4a305a\" wfd-id=\"416\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160ea977bf3\" wfd-id=\"417\"><h3 data-css=\"tve-u-160f8d013c3\"><strong>Beer (bottle)</strong></h3><p><br></p><p data-css=\"tve-u-160eb4a45fb\">Heineken</p><p data-css=\"tve-u-160eb49e1f7\">Paulaner</p><p data-css=\"tve-u-160eb4a4600\">Budweiser American Ale</p><p data-css=\"tve-u-160eb4a4603\">Land Shark Lager</p><p data-css=\"tve-u-160eb4a4605\">Scrumpy</p><p data-css=\"tve-u-160eb4a4608\">JackFirestone</p><p data-css=\"tve-u-160eb4a460a\">Walker Fortem</p><p data-css=\"tve-u-160eb4a460d\">Live Oak Hefeweizen</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"396\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160f8cfbf40\" wfd-id=\"398\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160ea9789a4\" wfd-id=\"399\"><h3 data-css=\"tve-u-160f8cf3d89\"><strong>Beer (draught)</strong></h3><p><br></p><p data-css=\"tve-u-160eb4b6f9b\"><span data-css=\"tve-u-160f8ceeb77\" wfd-id=\"413\">Guiness</span></p><p data-css=\"tve-u-160eb4b6fc8\"><span data-css=\"tve-u-160f8cef20d\" wfd-id=\"411\"><span data-css=\"tve-u-160f8ceeb79\" wfd-id=\"412\">Stela Artois</span></span></p><p data-css=\"tve-u-160eb4b6fcb\"><span data-css=\"tve-u-160f8cef245\" wfd-id=\"409\"><span data-css=\"tve-u-160f8ceebb3\" wfd-id=\"410\">Grolsch (Unfiltered)</span></span></p><p data-css=\"tve-u-160eb4b6fcd\"><span data-css=\"tve-u-160f8cef27e\" wfd-id=\"407\"><span data-css=\"tve-u-160f8ceebeb\" wfd-id=\"408\">Newcastle Brown Ale</span></span></p><p data-css=\"tve-u-160eb4b6fd0\"><span data-css=\"tve-u-160f8cef2b7\" wfd-id=\"405\"><span data-css=\"tve-u-160f8ceec23\" wfd-id=\"406\">Corona Extra</span></span></p><p data-css=\"tve-u-160eb4b6fd3\"><span data-css=\"tve-u-160f8cef2f1\" wfd-id=\"403\"><span data-css=\"tve-u-160f8ceec5c\" wfd-id=\"404\">Sam Adams</span></span></p><p data-css=\"tve-u-160eb4b6fd5\"><span data-css=\"tve-u-160f8ceec94\" wfd-id=\"402\">Miller Lite</span></p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160ea89b12a\" wfd-id=\"381\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-160eaa7faee\" wfd-id=\"382\"><div class=\"tcb-flex-col\" wfd-id=\"388\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160f8cddeb4\" wfd-id=\"390\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160ea976e63\" wfd-id=\"391\"><h3 data-css=\"tve-u-160f8cd7871\"><strong>Cocktails</strong></h3><p data-css=\"tve-u-160f8cd7919\"><br></p><p data-css=\"tve-u-160f8cd794f\">Gin &amp; Tonic</p><p data-css=\"tve-u-160f8cd7987\">Vodka Orange</p><p data-css=\"tve-u-160f8cd79c1\">Wiskey Sour</p><p data-css=\"tve-u-160f8cd79f8\">Boulevardier</p><p data-css=\"tve-u-160f8cd7a30\">Daiquiri</p><p data-css=\"tve-u-160f8cd7a68\">Martini</p><p data-css=\"tve-u-160f8cd7aa1\">Ramos Gin Fizz</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"383\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160ea928596\" wfd-id=\"385\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160ea9729a9\" wfd-id=\"387\"><h3 data-css=\"tve-u-160ea90d163\"><strong>Wine</strong></h3><p data-css=\"tve-u-160f8cc8efc\"><br></p><p data-css=\"tve-u-160f8cc8f31\"><br></p><p data-css=\"tve-u-160ea9400e0\"><strong>White</strong></p><p data-css=\"tve-u-160f8cc8f9a\"><br></p><p data-css=\"tve-u-160f8cc8fce\">Sidebar Sauvignon Blanc High Valley</p><p data-css=\"tve-u-160ea9104fd\"><br></p><p data-css=\"tve-u-160ea7224b9\">Mazzei Maremma Toscana Tenuta</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160ea9357c7\" wfd-id=\"386\"><p data-css=\"tve-u-160f8cc591b\"><br></p><p data-css=\"tve-u-160ea71c62c\"><strong>Red</strong></p><p data-css=\"tve-u-160f8cc5953\"><br></p><p data-css=\"tve-u-160ea79970d\">MarquÃ©s de CÃ¡ceres</p><p data-css=\"tve-u-160ea799710\">Rioja ReservaBelguardo</p></div></div></div></div></div></div>\n</div>\n</div>\n</div></div><div class=\"tcb-clear\" data-css=\"tve-u-160ea7bf191\" wfd-id=\"312\"><div class=\"thrv_wrapper thrv_toggle_shortcode\" data-hover-color=\"rgba(18, 21, 25, 0.8)\" data-css=\"tve-u-160eab45a4f\" wfd-id=\"313\">\n<div class=\"tve_faq\" wfd-id=\"330\">\n<div class=\"tve_faqI\" wfd-id=\"331\">\n<div class=\"tve_faqB\" wfd-id=\"371\"><span class=\"tve_not_editable tve_toggle\" wfd-id=\"375\"></span>\n<h4 class=\"tve_editable\" data-css=\"tve-u-160eb475d09\"><span data-css=\"tve-u-160eb475d4c\" style=\"font-family: Lato,arial;\" wfd-id=\"374\">soft drinks</span></h4>\n</div>\n<div class=\"tve_faqC tve_empty_dropzone\" style=\"display: none;\" wfd-id=\"332\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160eaa73bda\" wfd-id=\"355\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-160e9fac06c\" wfd-id=\"356\"><div class=\"tcb-flex-col\" wfd-id=\"365\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160f8cb9d70\" wfd-id=\"367\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160ea977bf3\" wfd-id=\"368\"><h3 data-css=\"tve-u-160f8cb610d\"><strong>Coffee</strong></h3><p data-css=\"tve-u-160f8cb6183\"><br></p><p data-css=\"tve-u-160f8cb61bc\">Expresso</p><p data-css=\"tve-u-160ea6ba060\">Expresso Machiato</p><p data-css=\"tve-u-160ea6ba063\">Irish Coffee</p><p data-css=\"tve-u-160ea6ba065\">Cafe Mendoza</p><p data-css=\"tve-u-160ea6ba067\">Latte</p><p data-css=\"tve-u-160ea6ba06a\">Americano</p><p data-css=\"tve-u-160ea6ba06c\">Baileys Irish Cream Coffee</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"357\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160f8c978c9\" wfd-id=\"359\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160f8c8c841\" wfd-id=\"360\"><h3 data-css=\"tve-u-160f8cb0034\"><strong>Juice</strong></h3><p data-css=\"tve-u-160f8cb00a7\"><br></p><p data-css=\"tve-u-160f8cb00e0\">Coca Cola</p><p data-css=\"tve-u-160f8cb011c\">Fanta</p><p data-css=\"tve-u-160f8cb0157\">Sprite</p><p data-css=\"tve-u-160f8cb0191\">Almdudler</p><p data-css=\"tve-u-160f8cb01cb\">Fresh mix&nbsp;</p><ul class=\"\" wfd-id=\"363\"><li class=\"\" data-css=\"tve-u-160ea9c9c07\" wfd-id=\"364\">Orange/ Grapefruit/Apple</li></ul><p data-css=\"tve-u-160f8cb0240\">Sam Adams</p><p data-css=\"tve-u-160f8cb027b\">Miller Lite</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160eaa8db54\" wfd-id=\"333\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-160ea89ac22\" wfd-id=\"334\"><div class=\"tcb-flex-col\" wfd-id=\"339\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"341\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160ea976e63\" wfd-id=\"342\"><h3 data-css=\"tve-u-160ea54ea72\"><span data-css=\"tve-u-160f8c69135\" wfd-id=\"354\"><strong>Smoothie</strong></span></h3><p><span data-css=\"tve-u-160f8c699b9\" wfd-id=\"352\"><span data-css=\"tve-u-160f8c691a5\" wfd-id=\"353\"><br></span></span></p><p data-css=\"tve-u-160ea6ba05c\"><span data-css=\"tve-u-160f8c699f6\" wfd-id=\"350\"><span data-css=\"tve-u-160f8c691dc\" wfd-id=\"351\">Cherry &amp; Kale</span></span></p><p data-css=\"tve-u-160ea6ba05c\"><span data-css=\"tve-u-160f8c69a2f\" wfd-id=\"348\"><span data-css=\"tve-u-160f8c69216\" wfd-id=\"349\">Blueberry &amp; Avocado</span></span></p><p data-css=\"tve-u-160ea6ba05c\"><span data-css=\"tve-u-160f8c69a67\" wfd-id=\"346\"><span data-css=\"tve-u-160f8c69250\" wfd-id=\"347\">Banana &amp; Milk</span></span></p><p data-css=\"tve-u-160ea6ba05c\"><span data-css=\"tve-u-160f8c69289\" wfd-id=\"345\">Pear &amp; Chocolate</span></p><p data-css=\"tve-u-160f8c626b2\">Veggie &amp; Green</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"335\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160ea928596\" wfd-id=\"337\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160f8c59f19\" wfd-id=\"338\"><h3 data-css=\"tve-u-160f8c5888c\"><strong>Lemonade</strong></h3><p data-css=\"tve-u-160f8c58926\"><br></p><p data-css=\"tve-u-160f8c58957\">Classic</p><p data-css=\"tve-u-160eaa5aa50\">Mint&nbsp;</p><p data-css=\"tve-u-160f8c589bd\">Orange &amp; Lime</p><p data-css=\"tve-u-160eaa62df8\">Watermelon</p></div></div></div></div></div></div>\n</div>\n</div>\n<div class=\"tve_faq\" wfd-id=\"314\">\n<div class=\"tve_faqI\" wfd-id=\"315\">\n<div class=\"tve_faqB\" wfd-id=\"325\"><span class=\"tve_not_editable tve_toggle\" wfd-id=\"329\"></span>\n<h4 class=\"tve_editable\">ADDITIONAL SPIRITS</h4>\n</div>\n<div class=\"tve_faqC\" style=\"display: none;\" wfd-id=\"316\"><div class=\"thrv_wrapper tcb-row-empty thrv-columns\" data-css=\"tve-u-1689b6473cd\" wfd-id=\"317\"><div class=\"tcb-flex-row tcb--cols--2\" wfd-id=\"318\"><div class=\"tcb-flex-col\" wfd-id=\"322\"><div class=\"tcb-col\" wfd-id=\"324\"></div></div><div class=\"tcb-flex-col\" wfd-id=\"319\"><div class=\"tcb-col\" wfd-id=\"321\"></div></div></div></div></div>\n</div>\n</div></div></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"287\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160eb38e170\" wfd-id=\"289\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-160eaaf84a6\" wfd-id=\"308\"><h4 class=\"\">Food</h4></div><div class=\"tcb-clear\" data-css=\"tve-u-160ea7bf191\" wfd-id=\"298\"><div class=\"thrv_wrapper thrv_toggle_shortcode\" data-hover-color=\"rgba(18, 21, 25, 0.8)\" data-css=\"tve-u-160ead973a1\" wfd-id=\"299\">\n<div class=\"tve_faq\" wfd-id=\"300\">\n<div class=\"tve_faqI\" wfd-id=\"301\">\n<div class=\"tve_faqB\" wfd-id=\"303\"><span class=\"tve_not_editable tve_toggle\" wfd-id=\"307\"></span>\n<h4 class=\"tve_editable\" data-css=\"tve-u-160eb47f143\"><span data-css=\"tve-u-160eb47f16a\" wfd-id=\"306\">starters</span></h4>\n</div>\n<div class=\"tve_faqC tve_empty_dropzone\" style=\"display: none;\" wfd-id=\"302\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160eb521486\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-160eb54da29\"><div class=\"tcb-flex-col\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160e9fbbfa0\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160f8c2bf72\"><h3 data-css=\"tve-u-160f8c28393\"><strong>Snacks</strong></h3><p data-css=\"tve-u-160f8c283f9\"><br></p><p data-css=\"tve-u-160f8c2842b\">Chips</p><p data-css=\"tve-u-160f8c28460\">Hazelnuts</p><p data-css=\"tve-u-160f8c28493\">Peanuts</p><p data-css=\"tve-u-160f8c284c6\">Tortilla chips</p><p data-css=\"tve-u-160f8c25bba\">Chocolate croissants</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160e9fc2c51\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160ea9c1e15\"><h3 data-css=\"tve-u-160eb553062\"><strong>Meals</strong></h3><p data-css=\"tve-u-160eb5530cd\"><br></p><p data-css=\"tve-u-160eb553103\">Crab cakes<u>â€‹</u></p><p data-css=\"tve-u-160eb553138\">Chicken wings</p><p data-css=\"tve-u-160eb55316d\">White beans with herbs</p><p data-css=\"tve-u-160eb5531a1\">Stuffed mushrooms</p><p data-css=\"tve-u-160eb5531d8\">Smoked salmon spread</p><p data-css=\"tve-u-160eb55320f\">Authentic houmous</p></div></div></div></div></div></div>\n</div>\n</div>\n</div></div><div class=\"tcb-clear\" data-css=\"tve-u-160ea7bf191\" wfd-id=\"290\"><div class=\"thrv_wrapper thrv_toggle_shortcode\" data-hover-color=\"rgba(18, 21, 25, 0.8)\" data-css=\"tve-u-160eb42c2ca\" wfd-id=\"291\">\n<div class=\"tve_faq\" wfd-id=\"292\">\n<div class=\"tve_faqI\" wfd-id=\"293\">\n<div class=\"tve_faqB\" wfd-id=\"295\"><span class=\"tve_not_editable tve_toggle\" wfd-id=\"297\"></span>\n<h4 class=\"tve_editable\" data-css=\"tve-u-160e9f7868b\"><span data-css=\"tve-u-160e9f7ce0e\" wfd-id=\"296\">main course</span></h4>\n</div>\n<div class=\"tve_faqC tve_empty_dropzone\" style=\"display: none;\" wfd-id=\"294\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160ead90ba7\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-160eadcc8c9\"><div class=\"tcb-flex-col\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160f8d12a0d\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160ea977bf3\"><h3 data-css=\"tve-u-160eb5275ca\"><strong>Soup</strong></h3><p data-css=\"tve-u-160eb52762c\"><br></p><p data-css=\"tve-u-160eb52765c\">Fish soup</p><p data-css=\"tve-u-160eb52768d\">Squash &amp; parsley&nbsp;</p><p data-css=\"tve-u-160eb5276bf\">Tomato</p><p data-css=\"tve-u-160eb5276f3\">Chicken Almond<br>Arizona Mountain<br>Bayou Shrimp<br>Beef &amp; Pasta Mushroom</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160e9fc2c51\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160eb537e16\"><h3 data-css=\"tve-u-160eb5346af\"><strong>Main dish</strong></h3><p data-css=\"tve-u-160eb534715\"><br></p><p data-css=\"tve-u-160eadffc69\">Chickpea Cauliflower Korma</p><p data-css=\"tve-u-160eb53477a\">Lasagna</p><p data-css=\"tve-u-160eb5347ae\">Veggie Lasagna</p><p data-css=\"tve-u-160eb5347e1\">Pizza Capriciosa</p><p data-css=\"tve-u-160eb534816\">Pizza Margherita</p><p data-css=\"tve-u-160eb53484c\">House Burger</p></div></div></div></div></div></div>\n</div>\n</div>\n</div></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1635ee0cb15\" wfd-id=\"156\">\n<div class=\"tve-page-section-out\" wfd-id=\"280\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1635ebf2201\" wfd-id=\"157\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160f8e625a1\" wfd-id=\"276\"><h3 data-css=\"tve-u-1635f10faad\" style=\"text-align: center;\">What <span data-css=\"tve-u-1635f111354\" style=\"text-transform: uppercase;\" wfd-id=\"279\">o</span>ur customers say</h3></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1635ed91639\" wfd-id=\"158\"><div class=\"tcb-flex-row tcb--cols--3\" data-css=\"tve-u-1635ed274dc\" wfd-id=\"159\"><div class=\"tcb-flex-col\" wfd-id=\"234\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1636390be1e\" wfd-id=\"236\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1635f1b25ed\" wfd-id=\"254\">\n<div class=\"tve-content-box-background\" wfd-id=\"275\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1635f125271\" wfd-id=\"255\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1635f138d3b\" wfd-id=\"271\"><p data-css=\"tve-u-160fa718c59\"><span data-css=\"tve-u-160fa718c5e\" wfd-id=\"274\">â</span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1635f136552\" wfd-id=\"268\"><p data-css=\"tve-u-163629eed0d\">Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit. Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit.</p></div><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"2\" data-color=\"rgb(218, 144, 15)\" data-css=\"tve-u-1635f14cd1e\" wfd-id=\"267\">\n<hr class=\"tve_sep tve_sep-1\">\n</div><div class=\"tcb-clear\" data-css=\"tve-u-160f93bdfb1\" wfd-id=\"265\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1636392a6b1\" wfd-id=\"266\"><svg class=\"tcb-icon\" viewBox=\"0 0 16 28\" data-name=\"sort-desc\">\n<path d=\"M16 17c0 0.266-0.109 0.516-0.297 0.703l-7 7c-0.187 0.187-0.438 0.297-0.703 0.297s-0.516-0.109-0.703-0.297l-7-7c-0.187-0.187-0.297-0.438-0.297-0.703 0-0.547 0.453-1 1-1h14c0.547 0 1 0.453 1 1z\"></path>\n</svg></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1635f123a1e\" wfd-id=\"261\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1636393c2d2\" data-float=\"1\" wfd-id=\"262\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-160f957664d\" wfd-id=\"264\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-163629eb59f\" wfd-id=\"263\"></div>\n</div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1635f121505\" wfd-id=\"256\"><p data-css=\"tve-u-163629db329\"><strong><span data-css=\"tve-u-163629f6835\" style=\"font-size: 16px;\" wfd-id=\"260\">Josie Carter</span></strong></p><p data-css=\"tve-u-163629e77b3\"><span data-css=\"tve-u-163629f6837\" style=\"font-size: 16px;\" wfd-id=\"259\"><em>Marine Biologist</em></span></p><p data-css=\"tve-u-160f9514c00\">â€‹<br></p></div></div>\n</div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-161701a8fd1\" wfd-id=\"237\"><div class=\"tcb-flex-row tcb--cols--3 tcb-resized tcb-resizing tcb-medium-no-wrap v-2 tcb-mobile-wrap m-edit\" data-css=\"tve-u-161703e4bac\" wfd-id=\"238\"><div class=\"tcb-flex-col\" data-css=\"tve-u-16170332517\" style=\"\" wfd-id=\"248\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"250\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16170441415\" wfd-id=\"251\"><p data-css=\"tve-u-16170191bce\"><em>As seen on</em></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1617033251d\" style=\"width: 85px;\" wfd-id=\"243\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"245\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16170185cb5\" wfd-id=\"246\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"247\"><img class=\"tve_image wp-image-3532\" alt=\"\" width=\"45\" height=\"30\" title=\"trip-advisor-logo_03\" data-id=\"3532\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/trip-advisor-logo_03.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1617033371d\" style=\"\" wfd-id=\"239\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"241\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16170442200\" wfd-id=\"242\"><p data-css=\"tve-u-161701c9195\"><a href=\"https://www.tripadvisor.com/\" target=\"_blank\"><u>See more reviews</u></a><u>â€‹â€‹â€‹â€‹</u></p></div></div></div></div></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"196\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-163639549e4\" wfd-id=\"198\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1635f1b3fee\" wfd-id=\"214\">\n<div class=\"tve-content-box-background\" wfd-id=\"233\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16362a05c8f\" wfd-id=\"215\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1636390935e\" wfd-id=\"229\"><p data-css=\"tve-u-160fa718c59\"><span data-css=\"tve-u-160fa718c5e\" wfd-id=\"232\">â</span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1636951d241\" wfd-id=\"226\"><p data-css=\"tve-u-16362a0d7c6\">Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae erat consequat auctor eu in elit. Class aptent!</p></div><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"2\" data-color=\"rgb(218, 144, 15)\" data-css=\"tve-u-16369519850\" wfd-id=\"225\">\n<hr class=\"tve_sep tve_sep-1\">\n</div><div class=\"tcb-clear\" data-css=\"tve-u-160f93bdfb1\" wfd-id=\"223\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1636392e791\" wfd-id=\"224\"><svg class=\"tcb-icon\" viewBox=\"0 0 16 28\" data-name=\"sort-desc\">\n<path d=\"M16 17c0 0.266-0.109 0.516-0.297 0.703l-7 7c-0.187 0.187-0.438 0.297-0.703 0.297s-0.516-0.109-0.703-0.297l-7-7c-0.187-0.187-0.297-0.438-0.297-0.703 0-0.547 0.453-1 1-1h14c0.547 0 1 0.453 1 1z\"></path>\n</svg></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1635ec5add7\" wfd-id=\"219\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1636393da63\" data-float=\"1\" wfd-id=\"220\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1635f13f574\" wfd-id=\"222\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16362a05cc8\" wfd-id=\"221\"></div>\n</div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160fa6805d4\" wfd-id=\"216\"><p data-css=\"tve-u-16362a08679\"><strong>Jesse O\'neil</strong></p><p data-css=\"tve-u-16362a0a74e\"><em>Advertising</em></p><p data-css=\"tve-u-16362a0a750\">â€‹<br></p></div></div>\n</div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16170325257\" wfd-id=\"199\"><div class=\"tcb-flex-row tcb--cols--3 tcb-resized tcb-medium-no-wrap v-2 tcb-mobile-wrap m-edit\" data-css=\"tve-u-1617045651a\" wfd-id=\"200\"><div class=\"tcb-flex-col\" data-css=\"tve-u-16170334a49\" style=\"\" wfd-id=\"210\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"212\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-161704435d7\" wfd-id=\"213\"><p data-css=\"tve-u-16170191bce\"><em>As seen on</em></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-16170334a4f\" style=\"\" wfd-id=\"205\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"207\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-161702e8042\" wfd-id=\"208\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"209\"><img class=\"tve_image wp-image-3538\" alt=\"\" width=\"52\" height=\"31\" title=\"foursquare-logo_03\" data-id=\"3538\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/foursquare-logo_03.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-161703373d0\" style=\"\" wfd-id=\"201\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"203\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16170445bb9\" wfd-id=\"204\"><p data-css=\"tve-u-161701c9195\"><a href=\"https://foursquare.com/\" target=\"_blank\"><u>See more reviewsâ€‹â€‹â€‹â€‹</u></a></p></div></div></div></div></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"160\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16363524c1e\" wfd-id=\"162\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1635ebfe4fc\" wfd-id=\"178\">\n<div class=\"tve-content-box-background\" wfd-id=\"195\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1635ec2801b\" wfd-id=\"179\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1635f139f5c\" wfd-id=\"191\"><p data-css=\"tve-u-160fa718c59\"><span data-css=\"tve-u-160fa718c5e\" wfd-id=\"194\">â</span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160f961e617\" wfd-id=\"190\"><p data-css=\"tve-u-16362a2156e\">Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Mauris in erat justo. Nullam ac urna eu felis dapibus condimentum sit amet a augue. Sed non neque elit.</p></div><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"2\" data-color=\"rgb(218, 144, 15)\" data-css=\"tve-u-160f9405e56\" wfd-id=\"189\">\n<hr class=\"tve_sep tve_sep-1\">\n</div><div class=\"tcb-clear\" data-css=\"tve-u-160f93bdfb1\" wfd-id=\"187\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1635ed98a8a\" wfd-id=\"188\"><svg class=\"tcb-icon\" viewBox=\"0 0 16 28\" data-name=\"sort-desc\">\n<path d=\"M16 17c0 0.266-0.109 0.516-0.297 0.703l-7 7c-0.187 0.187-0.438 0.297-0.703 0.297s-0.516-0.109-0.703-0.297l-7-7c-0.187-0.187-0.297-0.438-0.297-0.703 0-0.547 0.453-1 1-1h14c0.547 0 1 0.453 1 1z\"></path>\n</svg></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1635ec5add7\" wfd-id=\"183\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160f9562c14\" data-float=\"1\" wfd-id=\"184\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1635f187bfc\" wfd-id=\"186\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-1635edf3681\" wfd-id=\"185\"></div>\n</div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160fa6805d4\" wfd-id=\"180\"><p data-css=\"tve-u-163629df961\"><strong><span data-css=\"tve-u-16362a29860\" style=\"font-size: 16px;\" wfd-id=\"182\">Gabriel Jones</span></strong></p><p data-css=\"tve-u-16362a2c533\"><span data-css=\"tve-u-16362a29862\" style=\"font-size: 16px;\" wfd-id=\"181\"><em>Brand Management Consultant</em></span></p><p data-css=\"tve-u-160f9514c00\"><strong>â€‹</strong><br></p></div></div>\n</div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-161703268c0\" wfd-id=\"163\"><div class=\"tcb-flex-row tcb--cols--3 tcb-resized tcb-medium-no-wrap v-2 tcb-mobile-wrap m-edit\" data-css=\"tve-u-161701a2f15\" wfd-id=\"164\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1617019989e\" style=\"\" wfd-id=\"174\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"176\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16170471614\" wfd-id=\"177\"><p data-css=\"tve-u-16170191bce\"><em>As seen on</em></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-161701998d2\" style=\"\" wfd-id=\"169\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"171\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1617031f43b\" wfd-id=\"172\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"173\"><img class=\"tve_image wp-image-3542\" alt=\"\" width=\"49\" height=\"24\" title=\"yelp-logo_03\" data-id=\"3542\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/yelp-logo_03.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-161701c1618\" style=\"\" wfd-id=\"165\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"167\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-161701b642a\" wfd-id=\"168\"><p data-css=\"tve-u-161701c9195\"><a href=\"https://www.yelp.com/\" target=\"_blank\"><u>See more reviews</u></a><u>â€‹â€‹â€‹â€‹</u></p></div></div></div></div></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-160f96ef669\" wfd-id=\"114\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-160f96f5e19\" data-clip-id=\"c22944d35542f\" wfd-id=\"155\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-c22944d35542f\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" pointer-width=\"100\" pointer-height=\"14\" style=\"zigzag\" decoration-type=\"none\" clip-path=\"url(#clip-top-c22944d35542f)\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-c22944d35542f\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" pointer-width=\"100\" pointer-height=\"14\" style=\"zigzag\" decoration-type=\"none\" clip-path=\"url(#clip-mobile-top-c22944d35542f)\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-top-c22944d35542f\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" pointer-width=\"100\" pointer-height=\"10\" style=\"zigzag\" decoration-type=\"none\" clip-path=\"url(#clip-top-c22944d35542f)\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-top-c22944d35542f\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" pointer-width=\"100\" pointer-height=\"13\" decoration-type=\"none\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-160f96c069e\" wfd-id=\"115\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160f9714a61\" wfd-id=\"116\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-160f9734b53\" data-clip-id=\"c8e428685a637\" wfd-id=\"154\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-c8e428685a637\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"pointer\" pointer-width=\"100\" pointer-height=\"13\" style=\"zigzag\" clip-path=\"url(#clip-bottom-c8e428685a637)\"><polygon points=\"1 0.13, 0.5 0, 0 0.13, 0 0.13, 0 1, 1 1, 1 0.13\"></polygon></clipPath><clipPath id=\"clip-bottom-c8e428685a637\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"pointer\" pointer-width=\"100\" pointer-height=\"14.000000000000002\" style=\"\"><polygon points=\"0 0, 0 0.86, 0 0.86, 0.5 1, 1 0.86, 1 0.86, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-top-c8e428685a637\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"divider\" pointer-width=\"100\" pointer-height=\"13\" style=\"zigzag\" clip-path=\"url(#clip-tablet-bottom-c8e428685a637)\"><polygon points=\"0 1, 1 1,1 0.13, 0.5 0, 0 0.13, 0 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-c8e428685a637\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"divider\" pointer-width=\"100\" pointer-height=\"14\" style=\"zigzag\"><polygon points=\"0 0, 0 0.86, 0.5 1, 1 0.86,  1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-top-c8e428685a637\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"divider\" pointer-width=\"100\" pointer-height=\"10\" style=\"zigzag\" clip-path=\"url(#clip-mobile-bottom-c8e428685a637)\"><polygon points=\"0 1, 1 1,1 0.1, 0.5 0, 0 0.1, 0 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-c8e428685a637\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"divider\" pointer-width=\"100\" pointer-height=\"10\" style=\"zigzag\"><polygon points=\"0 0, 0 0.9, 0.5 1, 1 0.9,  1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160f972cd2b\" wfd-id=\"117\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160f97e6953\" wfd-id=\"150\"><p data-css=\"tve-u-160f97ddb8a\" style=\"text-align: center;\"><span data-css=\"tve-u-160f97e0356\" style=\"font-weight: 400; font-family: &quot;Kaushan Script&quot;;\" wfd-id=\"153\">Happy Hour</span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160f98a0d17\" wfd-id=\"144\"><p data-css=\"tve-u-160f9bf9be2\" style=\"text-align: center;\"><span data-css=\"tve-u-160f9bfdcb7\" wfd-id=\"148\">2 shots for the price of 1 between 18<span data-css=\"tve-u-160f9823757\" wfd-id=\"149\">&nbsp;PM&nbsp;</span>- 20 </span><span data-css=\"tve-u-160f984f29b\" wfd-id=\"147\">PM</span></p></div><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-160f98df817\" data-tcb_hover_state_parent=\"\" wfd-id=\"139\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"140\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-160fec25d20\" wfd-id=\"141\"><strong>Make a reservation now</strong></span></span>\n</a>\n</div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160f9b74c2b\" wfd-id=\"123\"><div class=\"tcb-flex-row tcb-resized tcb--cols--3 tcb-medium-no-wrap tcb-mobile-edit tcb-resizing v-2\" data-css=\"tve-u-160f9b69526\" wfd-id=\"124\"><div class=\"tcb-flex-col\" data-css=\"tve-u-160f9b7a36e\" style=\"\" wfd-id=\"135\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"137\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(176, 171, 155, 0.3)\" data-css=\"tve-u-160f9b9db80\" wfd-id=\"138\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-160f9b7a39a\" style=\"width: 97px;\" wfd-id=\"129\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160ff36e890\" wfd-id=\"131\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160fa7619dc\" wfd-id=\"132\"><p data-css=\"tve-u-160f9b916f8\" style=\"text-align: center;\">or</p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-160f9b7a3c6\" style=\"\" wfd-id=\"125\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"127\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(176, 171, 155, 0.3)\" data-css=\"tve-u-160f9bd1e50\" wfd-id=\"128\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160f9bf1aea\" wfd-id=\"118\"><p data-css=\"tve-u-160f981fb0c\" style=\"text-align: center;\"><span data-css=\"tve-u-160f9c02898\" wfd-id=\"121\"><span data-css=\"tve-u-160ff467c38\" wfd-id=\"122\">Call us</span> : 0300-984-589</span></p></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-160f9c6a4fe\" wfd-id=\"76\">\n<div class=\"tve-page-section-out\" wfd-id=\"113\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-160f9c6d0ad\" wfd-id=\"77\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160f9caae7b\" wfd-id=\"112\"><h3 data-css=\"tve-u-1635f21f43a\" style=\"text-align: center;\">our signature drinks</h3></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160f9c7f698\" wfd-id=\"78\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--4\" data-css=\"tve-u-160f9c75fb0\" wfd-id=\"79\"><div class=\"tcb-flex-col\" wfd-id=\"104\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160f9cccb99\" data-tcb_hover_state_parent=\"\" wfd-id=\"106\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1616a9cfa4b\" wfd-id=\"107\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1616a721403\" wfd-id=\"111\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1616a74e73b\" wfd-id=\"108\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1616a5e01ba\" wfd-id=\"109\"><p data-css=\"tve-u-160f9d496b3\" style=\"text-align: center;\"><span data-css=\"tve-u-160f9d5377f\" style=\"font-weight: 400; font-family: &quot;Kaushan Script&quot;;\" wfd-id=\"110\">Wiskey Sour</span></p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"96\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160f9d08737\" data-tcb_hover_state_parent=\"\" wfd-id=\"98\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1616a9d1ca7\" wfd-id=\"99\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1616a721403\" wfd-id=\"103\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1616a74e73b\" wfd-id=\"100\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1616a5e01ba\" wfd-id=\"101\"><p data-css=\"tve-u-160f9d496b3\" style=\"text-align: center;\"><span data-css=\"tve-u-160f9d5377f\" style=\"font-weight: 400; font-family: &quot;Kaushan Script&quot;;\" wfd-id=\"102\">Boulevardier</span></p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"88\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160f9d0b00e\" data-tcb_hover_state_parent=\"\" wfd-id=\"90\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1616a9d3730\" wfd-id=\"91\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1616a721403\" wfd-id=\"95\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1616a74e73b\" wfd-id=\"92\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1616a5e01ba\" wfd-id=\"93\"><p data-css=\"tve-u-160f9d496b3\" style=\"text-align: center;\"><span data-css=\"tve-u-160f9d5377f\" style=\"font-weight: 400; font-family: &quot;Kaushan Script&quot;;\" wfd-id=\"94\">Gin Fizz</span></p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"80\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160f9d0c9a0\" data-tcb_hover_state_parent=\"\" wfd-id=\"82\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1616a708b49\" wfd-id=\"83\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1616a721403\" wfd-id=\"87\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1616a74e73b\" wfd-id=\"84\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1616a5e01ba\" wfd-id=\"85\"><p data-css=\"tve-u-160f9d496b3\" style=\"text-align: center;\"><span data-css=\"tve-u-160f9d5377f\" style=\"font-weight: 400; font-family: &quot;Kaushan Script&quot;;\" wfd-id=\"86\">Spicy Tequila Shot</span></p></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-160fe140452\" style=\"\" wfd-id=\"41\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-16362e0aed9\" wfd-id=\"75\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-160fe13ce28\" wfd-id=\"42\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160f9ec40fc\" wfd-id=\"43\"><div class=\"tcb-flex-row tcb--cols--2 tcb-medium-no-wrap v-2 tcb-mobile-wrap m-edit\" data-css=\"tve-u-160f9ebf905\" wfd-id=\"44\"><div class=\"tcb-flex-col\" wfd-id=\"49\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160f9ee08be\" wfd-id=\"51\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160fa01d193\" wfd-id=\"52\">\n<div class=\"tve-content-box-background\" wfd-id=\"74\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"53\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1635f273315\" wfd-id=\"72\"><h4 data-css=\"tve-u-1635f28650b\"><strong><span data-css=\"tve-u-16362a7e959\" style=\"text-transform: none;\" wfd-id=\"73\">Your</span></strong><br><strong>Company name</strong></h4></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16362aabe81\" wfd-id=\"64\">\n<div class=\"tve-content-box-background\" wfd-id=\"71\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1635e5d9ba1\" wfd-id=\"65\"><div class=\"tcb-clear\" data-css=\"tve-u-16363d2efc4\" wfd-id=\"69\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-16362a8dd87\" data-float=\"1\" wfd-id=\"70\"><svg class=\"tcb-icon\" viewBox=\"0 0 16 28\" data-name=\"map-marker\">\n<path d=\"M12 10c0-2.203-1.797-4-4-4s-4 1.797-4 4 1.797 4 4 4 4-1.797 4-4zM16 10c0 0.953-0.109 1.937-0.516 2.797l-5.688 12.094c-0.328 0.688-1.047 1.109-1.797 1.109s-1.469-0.422-1.781-1.109l-5.703-12.094c-0.406-0.859-0.516-1.844-0.516-2.797 0-4.422 3.578-8 8-8s8 3.578 8 8z\"></path>\n</svg></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160df4565d1\" wfd-id=\"66\"><p data-css=\"tve-u-1636311d040\">Your Pub Adress Goes Here</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1636301dc81\" wfd-id=\"59\">\n<div class=\"tve-content-box-background\" wfd-id=\"63\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1635e5d9ba1\" wfd-id=\"60\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-16362aa4888\" wfd-id=\"62\"><svg class=\"tcb-icon\" viewBox=\"0 0 22 28\" data-name=\"phone\">\n<path d=\"M22 19.375c0 0.562-0.25 1.656-0.484 2.172-0.328 0.766-1.203 1.266-1.906 1.656-0.922 0.5-1.859 0.797-2.906 0.797-1.453 0-2.766-0.594-4.094-1.078-0.953-0.344-1.875-0.766-2.734-1.297-2.656-1.641-5.859-4.844-7.5-7.5-0.531-0.859-0.953-1.781-1.297-2.734-0.484-1.328-1.078-2.641-1.078-4.094 0-1.047 0.297-1.984 0.797-2.906 0.391-0.703 0.891-1.578 1.656-1.906 0.516-0.234 1.609-0.484 2.172-0.484 0.109 0 0.219 0 0.328 0.047 0.328 0.109 0.672 0.875 0.828 1.188 0.5 0.891 0.984 1.797 1.5 2.672 0.25 0.406 0.719 0.906 0.719 1.391 0 0.953-2.828 2.344-2.828 3.187 0 0.422 0.391 0.969 0.609 1.344 1.578 2.844 3.547 4.813 6.391 6.391 0.375 0.219 0.922 0.609 1.344 0.609 0.844 0 2.234-2.828 3.187-2.828 0.484 0 0.984 0.469 1.391 0.719 0.875 0.516 1.781 1 2.672 1.5 0.313 0.156 1.078 0.5 1.188 0.828 0.047 0.109 0.047 0.219 0.047 0.328z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160df4565d1\" wfd-id=\"61\"><p data-css=\"tve-u-1636311dda3\" style=\"text-align: left;\">0364 - 300 - 946</p></div></div>\n</div><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-160fa182f82\" data-tcb_hover_state_parent=\"\" wfd-id=\"54\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"55\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-160fa198fbb\" wfd-id=\"56\">Make a reservation now</span></span>\n</a>\n</div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"45\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160fa1c8dca\" wfd-id=\"47\"><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-160fa11f4f2\" wfd-id=\"48\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=London&amp;t=m&amp;z=12&amp;output=embed&amp;iwloc=near\"></iframe>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16362e2956e\" wfd-id=\"27\">\n<div class=\"tve-page-section-out\" wfd-id=\"40\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16362e27bcb\" wfd-id=\"28\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160fa4daf17\" wfd-id=\"29\"><div class=\"tcb-flex-row tcb--cols--2 v-2\" data-css=\"tve-u-160fa4d8d4f\" wfd-id=\"30\"><div class=\"tcb-flex-col\" wfd-id=\"36\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"38\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160fa4b581e\" wfd-id=\"39\"><p data-css=\"tve-u-160fa489bd9\" style=\"text-align: left;\">Â© 2018 , Your company name . All rights reserved.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"31\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160fec923bf\" wfd-id=\"33\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160fec99b6f\" wfd-id=\"34\"><p style=\"text-align: right;\" data-css=\"tve-u-16363b1b458\"><span style=\"color: rgba(3, 9, 14, 0.5);\" data-css=\"tve-u-16363b4867f\" wfd-id=\"35\"><u>â€‹</u>â€‹â€‹â€‹â€‹Made with</span> <a href=\"https://thrivethemes.com/\" target=\"_blank\">Thrive Architect</a></p></div></div></div></div></div></div>\n</div>'),(6439,428,'tve_revision_tve_content_more_found',''),(6440,428,'tve_revision_tve_save_post',''),(6441,428,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Noto+Sans:400,700&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Kaushan+Script:400&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Limelight:400&subset=latin\");@media (min-width: 300px){#tve_editor [data-css=\"tve-u-1636955fbd2\"] p, #tve_editor [data-css=\"tve-u-1636955fbd2\"] li, #tve_editor [data-css=\"tve-u-1636955fbd2\"] blockquote, #tve_editor [data-css=\"tve-u-1636955fbd2\"] address, #tve_editor [data-css=\"tve-u-1636955fbd2\"] h1, #tve_editor [data-css=\"tve-u-1636955fbd2\"] h2, #tve_editor [data-css=\"tve-u-1636955fbd2\"] h3, #tve_editor [data-css=\"tve-u-1636955fbd2\"] h4, #tve_editor [data-css=\"tve-u-1636955fbd2\"] h5, #tve_editor [data-css=\"tve-u-1636955fbd2\"] h6 { color: rgb(255, 255, 255); }[data-css=\"tve-u-1636956410b\"] { clip-path: url(\"#clip-bottom-ebde87302d0be\"); -webkit-clip-path: url(\"#clip-bottom-ebde87302d0be\");  background-image: linear-gradient(rgba(1, 11, 20, 0.85) 0%, rgba(0, 0, 0, 0.18) 100%), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Pub-Hero-img.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-16369563890\"] { padding: 0px 40px 60px !important; }[data-css=\"tve-u-1636955fbd2\"] { max-width: 1200px; min-height: 700px !important; }#tve_editor .thrv-content-box [data-css=\"tve-u-160f972cd2b\"] p, #tve_editor .thrv-content-box [data-css=\"tve-u-160f972cd2b\"] li, #tve_editor .thrv-content-box [data-css=\"tve-u-160f972cd2b\"] blockquote, #tve_editor .thrv-content-box [data-css=\"tve-u-160f972cd2b\"] address, #tve_editor .thrv-content-box [data-css=\"tve-u-160f972cd2b\"] h1, #tve_editor .thrv-content-box [data-css=\"tve-u-160f972cd2b\"] h2, #tve_editor .thrv-content-box [data-css=\"tve-u-160f972cd2b\"] h3, #tve_editor .thrv-content-box [data-css=\"tve-u-160f972cd2b\"] h4, #tve_editor .thrv-content-box [data-css=\"tve-u-160f972cd2b\"] h5, #tve_editor .thrv-content-box [data-css=\"tve-u-160f972cd2b\"] h6 { color: rgb(255, 255, 255); }[data-css=\"tve-u-16363c02cf7\"]::after { clear: both; }[data-css=\"tve-u-16363b4867f\"] { color: rgba(3, 9, 14, 0.5) !important; }#tve_editor [data-css=\"tve-u-16363b1b458\"] { font-size: 14px !important; color: rgba(3, 9, 14, 0.5) !important; }#tve_editor [data-css=\"tve-u-163630c7fc7\"] { color: rgb(207, 199, 172) !important; }#tve_editor [data-css=\"tve-u-16362a2c533\"] { color: rgba(3, 9, 14, 0.5) !important; }[data-css=\"tve-u-16362e2956e\"] { padding: 30px 40px !important; }[data-css=\"tve-u-16362e27bcb\"] { max-width: 1200px; }[data-css=\"tve-u-16362e0aed9\"] { opacity: 1; background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Pub-Footer-img.jpg\") !important; background-size: cover !important; background-position: 0% 0% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; background-color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-16362a7e959\"] { text-transform: none !important; }#tve_editor [data-css=\"tve-u-160f96c069e\"] p, #tve_editor [data-css=\"tve-u-160f96c069e\"] li, #tve_editor [data-css=\"tve-u-160f96c069e\"] blockquote, #tve_editor [data-css=\"tve-u-160f96c069e\"] address, #tve_editor [data-css=\"tve-u-160f96c069e\"] h1, #tve_editor [data-css=\"tve-u-160f96c069e\"] h2, #tve_editor [data-css=\"tve-u-160f96c069e\"] h3, #tve_editor [data-css=\"tve-u-160f96c069e\"] h4, #tve_editor [data-css=\"tve-u-160f96c069e\"] h5, #tve_editor [data-css=\"tve-u-160f96c069e\"] h6 { color: rgb(255, 255, 255); }[data-css=\"tve-u-163629e77b3\"] { line-height: 1.3em !important; }[data-css=\"tve-u-16362a0a74e\"] { line-height: 1.3em !important; }[data-css=\"tve-u-16362a2c533\"] { line-height: 1.3em !important; }[data-css=\"tve-u-16362a29862\"] { font-size: 16px !important; }[data-css=\"tve-u-16362a29860\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-16362a2156e\"] { font-size: 16px !important; color: rgba(3, 9, 14, 0.7) !important; }#tve_editor [data-css=\"tve-u-16362a0d7c6\"] { font-size: 16px !important; color: rgba(3, 9, 14, 0.7) !important; }#tve_editor [data-css=\"tve-u-16362a0a750\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-16362a0a74e\"] { font-size: 16px !important; color: rgba(3, 9, 14, 0.5) !important; }#tve_editor [data-css=\"tve-u-16362a08679\"] { text-transform: uppercase !important; font-size: 16px !important; }[data-css=\"tve-u-163629f6837\"] { font-size: 16px !important; }[data-css=\"tve-u-163629f6835\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-163629eed0d\"] { font-size: 16px !important; color: rgba(3, 9, 14, 0.7) !important; }#tve_editor [data-css=\"tve-u-163629e77b3\"] { color: rgba(3, 9, 14, 0.5) !important; font-size: 16px !important; }#tve_editor [data-css=\"tve-u-163629df961\"] { text-transform: uppercase !important; }#tve_editor [data-css=\"tve-u-163629db329\"] { text-transform: uppercase !important; }[data-css=\"tve-u-1636292fe99\"] { padding: 0px !important; }[data-css=\"tve-u-163629240b8\"] { padding: 0px !important; }#tve_editor [data-css=\"tve-u-1635f28650b\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1635f273315\"] { padding: 0px !important; margin-bottom: 60px !important; }#tve_editor [data-css=\"tve-u-1635ebf2201\"] p, #tve_editor [data-css=\"tve-u-1635ebf2201\"] li, #tve_editor [data-css=\"tve-u-1635ebf2201\"] blockquote, #tve_editor [data-css=\"tve-u-1635ebf2201\"] address, #tve_editor [data-css=\"tve-u-1635ebf2201\"] h1, #tve_editor [data-css=\"tve-u-1635ebf2201\"] h2, #tve_editor [data-css=\"tve-u-1635ebf2201\"] h3, #tve_editor [data-css=\"tve-u-1635ebf2201\"] h4, #tve_editor [data-css=\"tve-u-1635ebf2201\"] h5, #tve_editor [data-css=\"tve-u-1635ebf2201\"] h6 { color: rgb(3, 9, 14); }#tve_editor [data-css=\"tve-u-1635f21f43a\"] { text-transform: uppercase !important; color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-1635f111354\"] { text-transform: uppercase !important; }#tve_editor [data-css=\"tve-u-1635f10faad\"] { color: rgb(3, 9, 14) !important; text-transform: uppercase !important; }[data-css=\"tve-u-1635f010773\"] { min-height: 430px; }[data-css=\"tve-u-1635efec9fa\"] { max-width: 100%; z-index: 4; padding: 0px !important; margin: 0px !important; }#tve_editor [data-css=\"tve-u-1635ef4f76c\"] { color: rgb(207, 199, 172) !important; }#tcb_landing_page h3 strong { font-weight: 700; }[data-css=\"tve-u-1635ee0cb15\"] { padding: 90px 40px 120px !important; }#tve_editor .thrv-content-box [data-css=\"tve-u-1635ec2801b\"] p, #tve_editor .thrv-content-box [data-css=\"tve-u-1635ec2801b\"] li, #tve_editor .thrv-content-box [data-css=\"tve-u-1635ec2801b\"] blockquote, #tve_editor .thrv-content-box [data-css=\"tve-u-1635ec2801b\"] address, #tve_editor .thrv-content-box [data-css=\"tve-u-1635ec2801b\"] h1, #tve_editor .thrv-content-box [data-css=\"tve-u-1635ec2801b\"] h2, #tve_editor .thrv-content-box [data-css=\"tve-u-1635ec2801b\"] h3, #tve_editor .thrv-content-box [data-css=\"tve-u-1635ec2801b\"] h4, #tve_editor .thrv-content-box [data-css=\"tve-u-1635ec2801b\"] h5, #tve_editor .thrv-content-box [data-css=\"tve-u-1635ec2801b\"] h6 { color: rgb(3, 9, 14); }[data-css=\"tve-u-1635ed274dc\"] > .tcb-flex-col { padding-left: 90px; }[data-css=\"tve-u-1635ed91639\"] { margin: 0px !important; }[data-css=\"tve-u-1635ec2801b\"] { min-height: 1px; }[data-css=\"tve-u-1635ed274dc\"] > .tcb-flex-col > .tcb-col { min-height: 370px; justify-content: flex-end; }[data-css=\"tve-u-1635ed274dc\"] { min-height: inherit; margin-left: -90px; padding: 0px !important; }[data-css=\"tve-u-1635ec2801b\"]::after { clear: both; }[data-css=\"tve-u-160fa6805d4\"] { padding: 0px !important; }[data-css=\"tve-u-1635ebfe4fc\"] { padding: 0px 0px 35px !important; margin: 0px !important; }[data-css=\"tve-u-1635ebf2201\"] { max-width: 1200px; min-height: 1px !important; }#tve_editor .thrv-content-box [data-css=\"tve-u-160e9e03630\"] p, #tve_editor .thrv-content-box [data-css=\"tve-u-160e9e03630\"] li, #tve_editor .thrv-content-box [data-css=\"tve-u-160e9e03630\"] blockquote, #tve_editor .thrv-content-box [data-css=\"tve-u-160e9e03630\"] address, #tve_editor .thrv-content-box [data-css=\"tve-u-160e9e03630\"] h1, #tve_editor .thrv-content-box [data-css=\"tve-u-160e9e03630\"] h2, #tve_editor .thrv-content-box [data-css=\"tve-u-160e9e03630\"] h3, #tve_editor .thrv-content-box [data-css=\"tve-u-160e9e03630\"] h4, #tve_editor .thrv-content-box [data-css=\"tve-u-160e9e03630\"] h5, #tve_editor .thrv-content-box [data-css=\"tve-u-160e9e03630\"] h6 { color: rgb(255, 255, 255); }#tve_editor [data-css=\"tve-u-160e4c24b1a\"] p, #tve_editor [data-css=\"tve-u-160e4c24b1a\"] li, #tve_editor [data-css=\"tve-u-160e4c24b1a\"] blockquote, #tve_editor [data-css=\"tve-u-160e4c24b1a\"] address, #tve_editor [data-css=\"tve-u-160e4c24b1a\"] h1, #tve_editor [data-css=\"tve-u-160e4c24b1a\"] h2, #tve_editor [data-css=\"tve-u-160e4c24b1a\"] h3, #tve_editor [data-css=\"tve-u-160e4c24b1a\"] h4, #tve_editor [data-css=\"tve-u-160e4c24b1a\"] h5, #tve_editor [data-css=\"tve-u-160e4c24b1a\"] h6 { color: rgb(222, 218, 203); }#tve_editor .thrv-content-box [data-css=\"tve-u-160df519447\"] p, #tve_editor .thrv-content-box [data-css=\"tve-u-160df519447\"] li, #tve_editor .thrv-content-box [data-css=\"tve-u-160df519447\"] blockquote, #tve_editor .thrv-content-box [data-css=\"tve-u-160df519447\"] address, #tve_editor .thrv-content-box [data-css=\"tve-u-160df519447\"] h1, #tve_editor .thrv-content-box [data-css=\"tve-u-160df519447\"] h2, #tve_editor .thrv-content-box [data-css=\"tve-u-160df519447\"] h3, #tve_editor .thrv-content-box [data-css=\"tve-u-160df519447\"] h4, #tve_editor .thrv-content-box [data-css=\"tve-u-160df519447\"] h5, #tve_editor .thrv-content-box [data-css=\"tve-u-160df519447\"] h6 { color: rgb(255, 255, 255); }[data-css=\"tve-u-1635eaf037e\"] { padding: 0px !important; }[data-css=\"tve-u-1635eadb72e\"] { min-height: 1px; }[data-css=\"tve-u-1635e9cce8b\"] { max-width: 47%; }[data-css=\"tve-u-1635e9cce4d\"] { max-width: 53%; }[data-css=\"tve-u-1635e97f913\"] { max-width: 550px; float: none; z-index: 3; position: relative; margin: 0px auto !important; padding: 0px !important; }[data-css=\"tve-u-1635e6b4c72\"] { max-width: 100%; min-height: 1px !important; }[data-css=\"tve-u-1635e6aad72\"] { padding: 90px 0px 90px 40px !important; }[data-css=\"tve-u-1635e6448aa\"] { padding: 0px !important; }[data-css=\"tve-u-1635e5d9ba1\"]::after { clear: both; }[data-css=\"tve-u-1635e5cd7c0\"] { max-width: 275px; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1635e5cc2d9\"] { padding: 0px !important; }[data-css=\"tve-u-1635e5cbf37\"] { margin: -110px 0px 200px !important; }#tcb_landing_page a.tve_state_hover:not(.tcb-button-link) { text-decoration: underline; color: rgb(233, 156, 0); }#tcb_landing_page h6 strong { font-weight: 700; }#tcb_landing_page h6 { font-family: \"Noto Sans\"; font-weight: 400; text-transform: uppercase; color: rgb(3, 9, 14); letter-spacing: 1px; font-size: 18px; }#tcb_landing_page h5 strong { font-weight: 700; }#tcb_landing_page h5 { font-size: 20px; font-family: \"Noto Sans\"; font-weight: 400; line-height: 1.5em; color: rgb(3, 9, 14); }#tcb_landing_page h4 strong { font-weight: 700; }#tcb_landing_page h4 { font-size: 19px; line-height: 1.5em; font-family: \"Noto Sans\"; font-weight: 400; color: rgb(3, 9, 14); text-transform: uppercase; letter-spacing: 2px; }[data-css=\"tve-u-160fec99b6f\"] { padding: 0px !important; }#tcb_landing_page a:not(.tcb-button-link) { color: rgb(233, 156, 0); text-decoration: none; }[data-css=\"tve-u-161701c1618\"] { max-width: 47.2%; }[data-css=\"tve-u-161701b642a\"] { padding: 0px 0px 0px 10px !important; }[data-css=\"tve-u-161701a2f15\"] > .tcb-flex-col > .tcb-col { justify-content: center; }[data-css=\"tve-u-161701a8fd1\"] { max-width: 100%; margin-top: 0px !important; margin-bottom: 0px !important; background-color: rgb(247, 247, 247) !important; }[data-css=\"tve-u-161701a2f15\"] { margin-left: 0px; padding: 0px 10px !important; }[data-css=\"tve-u-161701a2f15\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-161701998d2\"] { max-width: 23.2%; }[data-css=\"tve-u-1617019989e\"] { max-width: 29.6%; }[data-css=\"tve-u-16170191bce\"] { line-height: 1em !important; }#tve_editor [data-css=\"tve-u-16170191bce\"] { color: rgb(183, 183, 183) !important; font-size: 14px !important; }[data-css=\"tve-u-16170185cb5\"] { float: none; width: 45px; }[data-css=\"tve-u-1616a74e73b\"] { min-height: 1px; }[data-css=\"tve-u-1616a721403\"] { background-color: rgba(3, 9, 14, 0.9) !important; }[data-css=\"tve-u-1616a708b49\"] > .tve-cb { justify-content: flex-end; display: flex; flex-direction: column; }[data-css=\"tve-u-1616a708b49\"] { max-width: 100%; padding: 8px 5px 10px !important; margin-top: 0px !important; margin-bottom: 0px !important; margin-left: 0px !important; }[data-css=\"tve-u-160f9714a61\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-160fe13ce28\"] { max-width: 100%; min-height: 1px !important; }[data-css=\"tve-u-160fe140452\"] { padding: 0px !important; }[data-css=\"tve-u-160fa4daf17\"] { float: none; max-width: 100%; margin: 0px auto !important; }[data-css=\"tve-u-160fa4d8d4f\"] { padding: 0px !important; }[data-css=\"tve-u-160fa4b581e\"] { max-width: 100%; z-index: 3; padding: 0px !important; }[data-css=\"tve-u-160fa01d193\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-160fa1c8dca\"] { background-image: none !important; }[data-css=\"tve-u-160fa11f4f2\"] { margin: 0px 0px 10px !important; }[data-css=\"tve-u-160fa01d193\"] { max-width: 600px; float: none; z-index: 3; position: relative; padding: 0px !important; margin: 0px auto !important; }[data-css=\"tve-u-160f9ee08be\"] { background-image: none !important; padding-top: 40px !important; padding-bottom: 40px !important; padding-left: 40px !important; }[data-css=\"tve-u-160f9ec40fc\"] { float: none; max-width: 100%; letter-spacing: 1px; z-index: 3; position: relative; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-160f9ebf905\"] > .tcb-flex-col > .tcb-col { min-height: 468px; justify-content: center; }[data-css=\"tve-u-160f9ebf905\"] { margin-left: 0px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-160f9ebf905\"] > .tcb-flex-col { padding-left: 0px; }#tve_editor [data-css=\"tve-u-160f9d0c9a0\"]:hover { text-shadow: none; background-image: linear-gradient(rgba(3, 9, 14, 0.4), rgba(3, 9, 14, 0.4)), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Pub-drink-4-1.jpg\") !important; background-size: auto, cover !important; background-position: 0px 0px, 0% 0% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }#tve_editor [data-css=\"tve-u-160f9d0b00e\"]:hover { text-shadow: none; background-image: linear-gradient(rgba(3, 9, 14, 0.4), rgba(3, 9, 14, 0.4)), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Pub-Drink-3.jpg\") !important; background-size: auto, cover !important; background-position: 0px 0px, 0% 0% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }#tve_editor [data-css=\"tve-u-160f9d08737\"] p, #tve_editor [data-css=\"tve-u-160f9d08737\"] li, #tve_editor [data-css=\"tve-u-160f9d08737\"] blockquote, #tve_editor [data-css=\"tve-u-160f9d08737\"] address { color: rgb(255, 255, 255); }#tve_editor [data-css=\"tve-u-160f9d08737\"]:hover { text-shadow: none; background-image: linear-gradient(rgba(3, 9, 14, 0.4), rgba(3, 9, 14, 0.4)), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Pub-Drink-2.jpg\") !important; background-size: auto, cover !important; background-position: 0px 0px, 0% 0% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-160f9d496b3\"] { line-height: 1em !important; }[data-css=\"tve-u-160f9d5377f\"] { font-weight: 400 !important; font-family: \"Kaushan Script\" !important; }#tve_editor [data-css=\"tve-u-160f9d496b3\"] { color: rgb(255, 255, 255) !important; font-size: 26px !important; }#tve_editor [data-css=\"tve-u-160f9cccb99\"]:hover { background-image: linear-gradient(rgba(3, 9, 14, 0.4), rgba(3, 9, 14, 0.4)), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Pub-drink-1.jpg\") !important; background-size: auto, cover !important; background-position: 0px 0px, 0% 0% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-160f9d0c9a0\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Pub-drink-4-1.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-160f9d0b00e\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Pub-Drink-3.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-160f9d08737\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Pub-Drink-2.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-160f9cccb99\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Pub-drink-1.jpg\") !important; padding-top: 0px !important; padding-left: 0px !important; padding-right: 0px !important; margin-left: 0px !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-160f9caae7b\"] { padding: 0px !important; margin-bottom: 70px !important; }[data-css=\"tve-u-160f9c75fb0\"] > .tcb-flex-col > .tcb-col { min-height: 230px; justify-content: flex-end; }[data-css=\"tve-u-160f9c7f698\"] { float: none; max-width: 100%; margin: 0px auto !important; }[data-css=\"tve-u-160f9c75fb0\"] > .tcb-flex-col { padding-left: 60px; }[data-css=\"tve-u-160f9c75fb0\"] { margin-left: -60px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-160f9c6d0ad\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-160f9c6a4fe\"] { padding: 70px 40px 100px !important; }[data-css=\"tve-u-160f9c02898\"] { font-weight: 400 !important; font-family: \"Noto Sans\" !important; }[data-css=\"tve-u-160f9bfdcb7\"] { font-weight: 400 !important; font-family: \"Noto Sans\" !important; }[data-css=\"tve-u-160f9b9db80\"] { padding: 5px 0px !important; }[data-css=\"tve-u-160f9bd1e50\"] { padding: 5px 0px !important; }[data-css=\"tve-u-160f9bd1e50\"] .tve_sep { border-width: 1px; border-color: rgba(176, 171, 155, 0.3); }[data-css=\"tve-u-160f9b9db80\"] .tve_sep { border-width: 1px; border-color: rgba(176, 171, 155, 0.3); }#tve_editor [data-css=\"tve-u-160f9b916f8\"] { color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160f9b69526\"] > .tcb-flex-col > .tcb-col { min-height: 40px; justify-content: center; }[data-css=\"tve-u-160f9b7a3c6\"] { max-width: 38.4%; }[data-css=\"tve-u-160f9b7a39a\"] { max-width: 24.1%; }[data-css=\"tve-u-160f9b7a36e\"] { max-width: 37.6%; }[data-css=\"tve-u-160f9b74c2b\"] { float: none; max-width: 400px; z-index: 3; position: relative; margin: 10px auto !important; }[data-css=\"tve-u-160f9b69526\"] { margin-left: 0px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-160f9b69526\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-160f98a0d17\"] { padding: 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-160f984f29b\"] { font-size: 18px !important; font-family: \"Noto Sans\" !important; font-weight: 400 !important; }[data-css=\"tve-u-160f981fb0c\"] { line-height: 1.5em !important; }[data-css=\"tve-u-160f9823757\"] { text-transform: none !important; font-size: 18px !important; }#tve_editor [data-css=\"tve-u-160f981fb0c\"] { letter-spacing: 4px; color: rgb(255, 255, 255) !important; font-size: 18px !important; text-transform: uppercase !important; }[data-css=\"tve-u-160f97e6953\"] { padding: 0px !important; margin: 0px 0px 50px -10px !important; }[data-css=\"tve-u-160f97ddb8a\"] { line-height: 1em !important; }[data-css=\"tve-u-160f97e0356\"] { font-weight: 400 !important; font-family: \"Kaushan Script\" !important; }#tve_editor [data-css=\"tve-u-160f97ddb8a\"] { color: rgb(218, 144, 15) !important; font-size: 40px !important; }[data-css=\"tve-u-160f9734b53\"] { clip-path: url(\"#clip-top-c8e428685a637\"); -webkit-clip-path: url(\"#clip-top-c8e428685a637\");  background-image: linear-gradient(rgb(3, 9, 14), rgb(3, 9, 14)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-160f972cd2b\"] { min-height: 540px; }[data-css=\"tve-u-160f9714a61\"] { float: none; max-width: 700px; padding: 10px 40px !important; margin-top: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-160f96f5e19\"] { clip-path: url(\"#clip-bottom-c22944d35542f\"); -webkit-clip-path: url(\"#clip-bottom-c22944d35542f\");  background-image: linear-gradient(0deg, rgba(3, 9, 14, 0.5) 0%, rgba(3, 9, 14, 0.1) 100%), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Pub-CTA-img.jpg\") !important; background-size: auto, cover !important; background-position: 0px 0px, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-160f96ef669\"] { padding: 30px 40px !important; margin-top: 0px !important; }[data-css=\"tve-u-160f96c069e\"] { max-width: 100%; min-height: 1px !important; }[data-css=\"tve-u-160f957664d\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Pub-Customer-1-img_03.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-160f9562c14\"] { max-width: 104px; float: left; z-index: 3; position: relative; width: 100%; padding: 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; margin-right: 30px !important; }[data-css=\"tve-u-160f9514c00\"] { line-height: 1em !important; }#tve_editor [data-css=\"tve-u-160f9514c00\"] { letter-spacing: 1px; text-transform: uppercase !important; font-size: 16px !important; }[data-css=\"tve-u-160f9405e56\"] { padding: 5px 0px !important; margin: 0px !important; }[data-css=\"tve-u-160f9405e56\"] .tve_sep { border-width: 2px; border-color: rgb(218, 144, 15); }[data-css=\"tve-u-160f93bdfb1\"]::after { clear: both; }[data-css=\"tve-u-160f8e625a1\"] { padding: 0px !important; margin-top: 0px !important; margin-bottom: 100px !important; }#tve_editor [data-css=\"tve-u-160eb0e8e90\"]:hover [data-css=\"tve-u-160eb0d7fac\"] { background-image: linear-gradient(rgb(242, 139, 0), rgb(242, 139, 0)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-160eaaf84a6\"] { padding: 0px !important; margin-bottom: 20px !important; }[data-css=\"tve-u-160ea9789a4\"] { padding: 0px !important; }[data-css=\"tve-u-160ea977bf3\"] { padding: 0px !important; }[data-css=\"tve-u-160ea976e63\"] { padding: 0px !important; }[data-css=\"tve-u-160ea9729a9\"] { padding: 0px !important; }[data-css=\"tve-u-160ea9357c7\"] { padding: 0px !important; }[data-css=\"tve-u-160ea928596\"] { margin-top: 0px !important; }#tve_editor [data-css=\"tve-u-160e9fad83c\"] p, #tve_editor [data-css=\"tve-u-160e9fad83c\"] li, #tve_editor [data-css=\"tve-u-160e9fad83c\"] blockquote, #tve_editor [data-css=\"tve-u-160e9fad83c\"] address { line-height: 1em; }[data-css=\"tve-u-160ea7c9db0\"] > .tcb-flex-col { padding-left: 60px; }[data-css=\"tve-u-160ea89ac22\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-160ea89ac22\"] > .tcb-flex-col { padding-left: 60px; }[data-css=\"tve-u-160ea89b12a\"] { margin: 0px 0px 20px !important; background-image: linear-gradient(rgb(18, 21, 25), rgb(18, 21, 25)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-160ea89ac22\"] { margin-left: -60px; min-height: inherit; padding: 20px !important; }[data-css=\"tve-u-160ea7cae88\"] { margin: 60px 0px 0px !important; }[data-css=\"tve-u-160ea7c9db0\"] { margin-left: -60px; padding: 0px !important; }[data-css=\"tve-u-160ea7bf191\"]::after { clear: both; }#tve_editor [data-css=\"tve-u-160ea71c62c\"] { color: rgba(255, 255, 255, 0.85) !important; font-size: 16px !important; }[data-css=\"tve-u-160ea54ea72\"] { line-height: 1em !important; }#tve_editor [data-css=\"tve-u-160ea54ea72\"] { font-size: 18px !important; text-transform: none !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-160e9fac06c\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-160e9fc2c51\"] { border-right: none; }[data-css=\"tve-u-160e9fbbfa0\"] { border-right: none; }[data-css=\"tve-u-160e9fac06c\"] > .tcb-flex-col { padding-left: 60px; }[data-css=\"tve-u-160e9fad83c\"] { box-shadow: none; margin-top: 20px !important; margin-bottom: 0px !important; background-image: linear-gradient(rgb(18, 21, 25), rgb(18, 21, 25)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-160e9fac06c\"] { margin-left: -60px; min-height: inherit; padding: 20px 20px 0px !important; }[data-css=\"tve-u-160e9f87397\"] { float: left; max-width: 100%; z-index: 3; position: relative; box-shadow: rgba(18, 21, 25, 0.16) 0px 5px 35px 2px; width: 100%; padding: 0px !important; margin: 0px auto !important; }[data-css=\"tve-u-160e9f87397\"] .tve_faq:hover { background: rgba(18, 21, 25, 0.8) !important; }[data-css=\"tve-u-160e9f7868b\"] { line-height: 1em !important; }[data-css=\"tve-u-160e9f7ce0e\"] { font-family: Lato, arial !important; }#tve_editor [data-css=\"tve-u-160e9f7868b\"] { letter-spacing: 3px; color: rgb(242, 139, 0) !important; font-size: 18px !important; text-transform: uppercase !important; }[data-css=\"tve-u-160e9e41664\"] { padding: 0px !important; margin-left: -15px !important; }[data-css=\"tve-u-160e9e2aeab\"] { padding: 0px !important; }[data-css=\"tve-u-160e9e03630\"] { min-height: 1px; }[data-css=\"tve-u-160e9dff371\"] { float: none; max-width: 100%; padding: 0px !important; margin: 0px !important; position: static !important; }[data-css=\"tve-u-160e9d15bdf\"] { z-index: 1; padding: 100px 40px 90px !important; margin-top: 0px !important; }[data-css=\"tve-u-160e9d118ed\"] { opacity: 1; filter: grayscale(0%) blur(0px); box-shadow: rgba(0, 0, 0, 0.3) 0px 39px 75px 8px inset; background-image: linear-gradient(rgba(176, 171, 155, 0.28), rgba(176, 171, 155, 0.28)), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Pub-Our-Menu-BG.jpg\") !important; background-color: rgb(176, 171, 155) !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, fixed !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-160e9d0c61d\"] { max-width: 1200px; min-height: 450px !important; }#tve_editor [data-css=\"tve-u-160e52fbe2f\"]:hover { text-shadow: rgba(0, 0, 0, 0.3) 2px 2px 2px; background-image: none !important; }#tve_editor [data-css=\"tve-u-160e5276a5e\"]:hover { text-shadow: rgba(0, 0, 0, 0.25) 2px 2px 2px; background-image: none !important; }#tve_editor [data-css=\"tve-u-160e52014b5\"]:hover { text-shadow: rgba(0, 0, 0, 0.25) 2px 2px 2px; background-image: none !important; }[data-css=\"tve-u-160e52014b5\"]::after { clear: both; }[data-css=\"tve-u-160e52fbe2f\"] { text-shadow: none; background-image: none !important; }[data-css=\"tve-u-160e5276a5e\"] { background-image: none !important; }[data-css=\"tve-u-160e52014b5\"] { box-shadow: none; background-image: none !important; padding-top: 0px !important; margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-160e501c0b4\"] { padding: 0px !important; }[data-css=\"tve-u-160e4fd114b\"] { line-height: 1em !important; }[data-css=\"tve-u-160e4fe84a1\"] { line-height: 1.3em !important; }#tve_editor [data-css=\"tve-u-160e4fe84a1\"] { font-size: 44px !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-160e4fe6187\"] { font-weight: 400 !important; font-family: \"Kaushan Script\" !important; }#tve_editor [data-css=\"tve-u-160e4fd114b\"] { letter-spacing: 5px; color: rgb(255, 255, 255) !important; font-size: 16px !important; text-transform: uppercase !important; }[data-css=\"tve-u-160e4dadf9c\"] { max-width: 100%; float: none; z-index: 6; box-shadow: none; position: relative; right: 0px; bottom: -54px; margin: 0px auto !important; }[data-css=\"tve-u-160e4da55bb\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-160e4da55bb\"] { margin-left: -60px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-160e4da55bb\"] > .tcb-flex-col { padding-left: 60px; }[data-css=\"tve-u-160e4c824a2\"] { padding: 0px !important; margin-bottom: 10px !important; }[data-css=\"tve-u-160e4c55d27\"] { z-index: 4; padding: 60px 40px 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-160e4c34c93\"] { clip-path: url(\"#clip-bottom-35e31e95c7382\"); -webkit-clip-path: url(\"#clip-bottom-35e31e95c7382\");  box-shadow: none; background-image: linear-gradient(rgba(3, 9, 15, 0.85), rgba(3, 9, 15, 0.85)), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Pub-Texture1-img-.jpg\") !important; background-size: auto, cover !important; background-position: 0px 0px, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-160e4c24b1a\"] { max-width: 1200px; min-height: 1px !important; }#tve_editor [data-css=\"tve-u-160dbceed3d\"]:hover .tcb-button-link { border-radius: 15px 0px; overflow: hidden; border: none; background-color: rgb(242, 139, 0) !important; text-decoration: none !important; }#tve_editor [data-css=\"tve-u-160df6a2fe0\"] p, #tve_editor [data-css=\"tve-u-160df6a2fe0\"] li, #tve_editor [data-css=\"tve-u-160df6a2fe0\"] blockquote, #tve_editor [data-css=\"tve-u-160df6a2fe0\"] address { line-height: 1em; }[data-css=\"tve-u-160df4c6424\"] > .tve-cb { display: flex; flex-direction: column; justify-content: flex-end; }[data-css=\"tve-u-160df51ca21\"] > .tve-cb { display: block; }[data-css=\"tve-u-160df8deee2\"] { padding: 0px !important; margin-left: -15px !important; margin-bottom: 50px !important; }[data-css=\"tve-u-160df8c3360\"] { margin-left: 0px !important; padding: 0px !important; }[data-css=\"tve-u-160df711140\"] { padding: 0px !important; }[data-css=\"tve-u-160df709fbf\"] { padding: 0px !important; }[data-css=\"tve-u-160df6d74f4\"] { text-align: left; border-right: 1px solid rgba(176, 171, 155, 0.5); padding-left: 20px !important; }[data-css=\"tve-u-160df6d53e3\"] { text-align: right; border-right: 1px solid rgba(176, 171, 155, 0.6); padding-right: 20px !important; }[data-css=\"tve-u-160df6a3578\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-160df6a3578\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-160df6a3578\"] { margin-left: 0px; min-height: inherit; padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-160df6a2fe0\"] { margin-top: 20px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-160df52e534\"]::after { clear: both; }[data-css=\"tve-u-160df51ca21\"] { bottom: 0px; float: left; max-width: 100%; z-index: 3; width: 100%; left: 0px; margin: 0px auto !important; padding: 25px 0px !important; position: static !important; }[data-css=\"tve-u-160df519447\"] { min-height: 1px; text-align: center; }[data-css=\"tve-u-160df50b366\"] { background-image: linear-gradient(rgba(3, 9, 14, 0.92), rgba(3, 9, 14, 0.92)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-160df4f4d0e\"] { min-height: 480px; }[data-css=\"tve-u-160df4bedf0\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-160df4eae6d\"] { margin: 0px !important; }[data-css=\"tve-u-160df4db074\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Pub-img-section1.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-160df4c6424\"] { max-width: 100%; margin-top: 0px !important; padding: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-160df4bedf0\"] { margin-left: 0px; min-height: inherit; padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-160df4bedf0\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-160df4565d1\"] { padding: 0px !important; position: relative !important; }#tve_editor [data-css=\"tve-u-160dbe24f38\"] { font-weight: 400; letter-spacing: 4px; font-family: \"Noto Sans\" !important; font-size: 18px !important; text-transform: uppercase !important; color: rgb(18, 21, 25) !important; }[data-css=\"tve-u-160dbceed3d\"] .tcb-button-link { min-height: 54.7619px; font-size: 1.33333em; background-color: rgb(255, 169, 20) !important; padding-top: 10px !important; padding-bottom: 10px !important; }[data-css=\"tve-u-160dbceed3d\"] { width: 418px; display: block; max-width: 418px; float: none; margin: 0px auto !important; }[data-css=\"tve-u-160dbcd54ac\"] { padding: 0px !important; }[data-css=\"tve-u-160dbcd2c5b\"] { padding: 0px !important; margin-bottom: 70px !important; }[data-css=\"tve-u-160dbcbc7a4\"] { min-height: 260px; }[data-css=\"tve-u-160dbcafa88\"] { float: none; max-width: 800px; margin: 0px auto !important; padding: 0px !important; }[data-css=\"tve-u-160db85dabe\"] { min-height: 50px; }[data-css=\"tve-u-160db84bfac\"] { clip-path: url(\"#clip-bottom-eb17500f3af4b\"); -webkit-clip-path: url(\"#clip-bottom-eb17500f3af4b\");  background-image: linear-gradient(rgb(30, 34, 40), rgb(30, 34, 40)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }#tve_editor [data-css=\"tve-u-160db6dd8cd\"] > :first-child { color: rgb(255, 171, 0); }[data-css=\"tve-u-160db6dd8cd\"] { font-size: 28px; width: 28px; height: 28px; z-index: 4; position: relative; float: left; margin: 0px 15px 0px 0px !important; }#tcb_landing_page h3 { font-family: \"Noto Sans\"; font-weight: 400; font-size: 24px; line-height: 1.68em; color: rgb(3, 9, 14); letter-spacing: 2px; text-transform: uppercase; }#tcb_landing_page h2 { font-family: \"Kaushan Script\"; font-weight: 400; font-size: 90px; color: rgb(222, 218, 203); line-height: 1.3em; }#tcb_landing_page p, #tcb_landing_page li { font-family: \"Noto Sans\"; font-weight: 400; font-size: 18px; line-height: 1.5em; color: rgb(3, 9, 14); }#tcb_landing_page h1 { font-family: \"Kaushan Script\"; font-size: 100px; line-height: 1em; color: rgb(255, 255, 255); }[data-css=\"tve-u-15e09c94f7d\"] { background-color: rgb(255, 255, 255); }[data-css=\"tve-u-160dbb50aca\"] { max-width: 400px; float: none; z-index: 4; margin: 0px auto !important; padding: 30px 25px 60px !important; }#tve_editor [data-css=\"tve-u-160ea6ba05c\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160ea6ba05c\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160ea6ba060\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160ea6ba060\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160ea6ba063\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160ea6ba063\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160ea6ba065\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160ea6ba065\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160ea6ba067\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160ea6ba067\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160ea6ba06a\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160ea6ba06a\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160ea6ba06c\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160ea6ba06c\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160ea7224b9\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160ea7224b9\"] { line-height: 1.3em !important; }#tve_editor [data-css=\"tve-u-160ea79970d\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160ea79970d\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160ea799710\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160ea799710\"] { line-height: 2em !important; }[data-css=\"tve-u-160ea90d163\"] { line-height: 1em !important; }#tve_editor [data-css=\"tve-u-160ea90d163\"] { font-size: 18px !important; text-transform: none !important; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-160ea9104fd\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160ea9104fd\"] { line-height: 1.3em !important; }#tve_editor [data-css=\"tve-u-160ea9400e0\"] { color: rgba(255, 255, 255, 0.85) !important; font-size: 16px !important; }[data-css=\"tve-u-160ea9c1e15\"] { padding: 0px !important; }#tve_editor [data-css=\"tve-u-160ea9c9c07\"] { font-size: 14px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160ea9c9c07\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eaa5aa50\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eaa5aa50\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eaa62df8\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eaa62df8\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eaa73bda\"] p, #tve_editor [data-css=\"tve-u-160eaa73bda\"] li, #tve_editor [data-css=\"tve-u-160eaa73bda\"] blockquote, #tve_editor [data-css=\"tve-u-160eaa73bda\"] address { line-height: 1em; }[data-css=\"tve-u-160eaa73bda\"] { box-shadow: none; margin: 20px 0px 0px !important; background-image: linear-gradient(rgb(18, 21, 25), rgb(18, 21, 25)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-160eaa7faeb\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-160eaa7faeb\"] > .tcb-flex-col { padding-left: 60px; }[data-css=\"tve-u-160eaa7faeb\"] { margin-left: -60px; min-height: inherit; padding: 20px 20px 0px !important; }[data-css=\"tve-u-160eaa7faee\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-160eaa7faee\"] > .tcb-flex-col { padding-left: 60px; }[data-css=\"tve-u-160eaa7faee\"] { margin-left: -60px; min-height: inherit; padding: 20px !important; }[data-css=\"tve-u-160eaa8db54\"] { margin: 0px 0px 20px !important; background-image: linear-gradient(rgb(18, 21, 25), rgb(18, 21, 25)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-160eab45a4f\"] { float: left; max-width: 100%; z-index: 3; position: relative; box-shadow: rgba(18, 21, 25, 0.16) 0px 5px 35px 2px; width: 100%; padding: 0px !important; margin: 15px auto 0px !important; }[data-css=\"tve-u-160eab45a4f\"] .tve_faq:hover { background: rgba(18, 21, 25, 0.8) !important; }#tve_editor [data-css=\"tve-u-160ead90ba7\"] p, #tve_editor [data-css=\"tve-u-160ead90ba7\"] li, #tve_editor [data-css=\"tve-u-160ead90ba7\"] blockquote, #tve_editor [data-css=\"tve-u-160ead90ba7\"] address { line-height: 1em; }[data-css=\"tve-u-160ead90ba7\"] { box-shadow: none; margin: 20px 0px !important; background-image: linear-gradient(rgb(18, 21, 25), rgb(18, 21, 25)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-160ead973a1\"] { float: left; max-width: 100%; z-index: 3; position: relative; box-shadow: rgba(18, 21, 25, 0.16) 0px 5px 35px 2px; width: 100%; padding: 0px !important; margin: 0px auto 15px !important; }[data-css=\"tve-u-160ead973a1\"] .tve_faq:hover { background: rgba(18, 21, 25, 0.8) !important; }[data-css=\"tve-u-160eadcc8c9\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-160eadcc8c9\"] > .tcb-flex-col { padding-left: 60px; }[data-css=\"tve-u-160eadcc8c9\"] { margin-left: -60px; min-height: inherit; padding: 20px !important; }#tve_editor [data-css=\"tve-u-160eadffc69\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eadffc69\"] { line-height: 2em !important; }[data-css=\"tve-u-160eb0d7fac\"] { clip-path: url(\"#clip-bottom-dd364f1962bc7\"); -webkit-clip-path: url(\"#clip-bottom-dd364f1962bc7\");  box-shadow: none; background-image: linear-gradient(rgb(218, 144, 15), rgb(218, 144, 15)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-160eb0e8e90\"] > .tve-cb { display: flex; flex-direction: column; justify-content: center; }[data-css=\"tve-u-160eb0e8e90\"] { bottom: 0px; z-index: 4; left: 0px; padding: 20px 15px 25px !important; margin-top: 0px !important; margin-bottom: 0px !important; position: relative !important; }[data-css=\"tve-u-160eb1a09e2\"] { min-height: 104px; }[data-css=\"tve-u-160eb1b0e14\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-160eb1d9ffb\"] { clip-path: url(\"#clip-bottom-cb4c420ba2143\"); -webkit-clip-path: url(\"#clip-bottom-cb4c420ba2143\");  box-shadow: none; background-image: linear-gradient(rgb(218, 144, 15), rgb(218, 144, 15)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-160eb214b56\"] { clip-path: url(\"#clip-bottom-a182d7c321313\"); -webkit-clip-path: url(\"#clip-bottom-a182d7c321313\");  box-shadow: none; background-image: linear-gradient(rgb(218, 144, 15), rgb(218, 144, 15)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-160eb218e4e\"] > .tve-cb { display: flex; flex-direction: column; justify-content: center; }[data-css=\"tve-u-160eb218e4e\"] { z-index: 4; max-width: 100%; right: 0px; bottom: 0px; padding: 20px 15px 25px !important; margin-top: 0px !important; margin-bottom: 0px !important; position: static !important; }#tve_editor [data-css=\"tve-u-160eb218e4e\"]:hover [data-css=\"tve-u-160eb214b56\"] { background-image: linear-gradient(rgb(242, 139, 0), rgb(242, 139, 0)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-160eb2222a0\"] > .tve-cb { display: flex; flex-direction: column; justify-content: center; }[data-css=\"tve-u-160eb2222a0\"] { bottom: 0px; z-index: 4; left: 0px; max-width: 100%; padding: 20px 15px 25px !important; margin-top: 0px !important; margin-bottom: 0px !important; position: relative !important; }#tve_editor [data-css=\"tve-u-160eb2222a0\"]:hover [data-css=\"tve-u-160eb1d9ffb\"] { background-image: linear-gradient(rgb(242, 139, 0), rgb(242, 139, 0)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-160eb3ad20a\"] { padding: 0px !important; margin-bottom: 20px !important; }[data-css=\"tve-u-160eb42c2ca\"] { float: left; max-width: 100%; z-index: 3; position: relative; box-shadow: rgba(18, 21, 25, 0.16) 0px 5px 35px 2px; width: 100%; padding: 0px !important; margin: 0px auto !important; }[data-css=\"tve-u-160eb42c2ca\"] .tve_faq:hover { background: rgba(18, 21, 25, 0.8) !important; }[data-css=\"tve-u-160eb470891\"] { line-height: 1em !important; }#tve_editor [data-css=\"tve-u-160eb470891\"] { letter-spacing: 3px; color: rgb(242, 139, 0) !important; font-size: 18px !important; text-transform: uppercase !important; }[data-css=\"tve-u-160eb4708df\"] { font-family: Lato, arial !important; }[data-css=\"tve-u-160eb475d09\"] { line-height: 1em !important; }#tve_editor [data-css=\"tve-u-160eb475d09\"] { letter-spacing: 3px; color: rgb(242, 139, 0) !important; font-size: 18px !important; text-transform: uppercase !important; }[data-css=\"tve-u-160eb475d4c\"] { font-family: Lato, arial !important; }[data-css=\"tve-u-160eb47f143\"] { line-height: 1em !important; }#tve_editor [data-css=\"tve-u-160eb47f143\"] { letter-spacing: 3px; color: rgb(242, 139, 0) !important; font-size: 18px !important; text-transform: uppercase !important; }[data-css=\"tve-u-160eb47f16a\"] { font-family: Lato, arial !important; }#tve_editor [data-css=\"tve-u-160eb49e1f7\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb49e1f7\"] { line-height: 2em !important; }[data-css=\"tve-u-160eb4a305a\"] { border-right: none; }#tve_editor [data-css=\"tve-u-160eb4a45fb\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb4a45fb\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb4a4600\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb4a4600\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb4a4603\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb4a4603\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb4a4605\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb4a4605\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb4a4608\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb4a4608\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb4a460a\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb4a460a\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb4a460d\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb4a460d\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb4b6f9b\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb4b6f9b\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb4b6fc8\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb4b6fc8\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb4b6fcb\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb4b6fcb\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb4b6fcd\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb4b6fcd\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb4b6fd0\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb4b6fd0\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb4b6fd3\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb4b6fd3\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb4b6fd5\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb4b6fd5\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb521486\"] p, #tve_editor [data-css=\"tve-u-160eb521486\"] li, #tve_editor [data-css=\"tve-u-160eb521486\"] blockquote, #tve_editor [data-css=\"tve-u-160eb521486\"] address { line-height: 1em; }[data-css=\"tve-u-160eb521486\"] { box-shadow: none; margin: 20px 0px !important; background-image: linear-gradient(rgb(18, 21, 25), rgb(18, 21, 25)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-160eb5275ca\"] { line-height: 1em !important; }#tve_editor [data-css=\"tve-u-160eb5275ca\"] { font-size: 18px !important; text-transform: none !important; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-160eb52765c\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb52765c\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb52768d\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb52768d\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb5276bf\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb5276bf\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb5276f3\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb5276f3\"] { line-height: 2em !important; }[data-css=\"tve-u-160eb5346af\"] { line-height: 1em !important; }#tve_editor [data-css=\"tve-u-160eb5346af\"] { font-size: 18px !important; text-transform: none !important; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-160eb53477a\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb53477a\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb5347ae\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb5347ae\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb5347e1\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb5347e1\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb534816\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb534816\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb53484c\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb53484c\"] { line-height: 2em !important; }[data-css=\"tve-u-160eb537e16\"] { padding: 0px !important; }[data-css=\"tve-u-160eb54da29\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-160eb54da29\"] > .tcb-flex-col { padding-left: 60px; }[data-css=\"tve-u-160eb54da29\"] { margin-left: -60px; min-height: inherit; padding: 20px !important; }[data-css=\"tve-u-160eb553062\"] { line-height: 1em !important; }#tve_editor [data-css=\"tve-u-160eb553062\"] { font-size: 18px !important; text-transform: none !important; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-160eb553103\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb553103\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb553138\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb553138\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb55316d\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb55316d\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb5531a1\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb5531a1\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb5531d8\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb5531d8\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb55320f\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb55320f\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160f8c25bba\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160f8c25bba\"] { line-height: 2em !important; }[data-css=\"tve-u-160f8c28393\"] { line-height: 1em !important; }#tve_editor [data-css=\"tve-u-160f8c28393\"] { font-size: 18px !important; text-transform: none !important; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-160f8c2842b\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160f8c2842b\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160f8c28460\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160f8c28460\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160f8c28493\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160f8c28493\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160f8c284c6\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160f8c284c6\"] { line-height: 2em !important; }[data-css=\"tve-u-160f8c2bf72\"] { padding: 0px !important; }[data-css=\"tve-u-160f8c5888c\"] { line-height: 1em !important; }#tve_editor [data-css=\"tve-u-160f8c5888c\"] { font-size: 18px !important; text-transform: none !important; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-160f8c58957\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160f8c58957\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160f8c589bd\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160f8c589bd\"] { line-height: 2em !important; }[data-css=\"tve-u-160f8c59f19\"] { padding: 0px !important; }#tve_editor [data-css=\"tve-u-160f8c626b2\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160f8c626b2\"] { line-height: 2em !important; }[data-css=\"tve-u-160f8c8c841\"] { padding: 0px !important; }[data-css=\"tve-u-160f8c978c9\"] { border-right: none; }[data-css=\"tve-u-160f8cb0034\"] { line-height: 1em !important; }#tve_editor [data-css=\"tve-u-160f8cb0034\"] { font-size: 18px !important; text-transform: none !important; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-160f8cb00e0\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160f8cb00e0\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160f8cb011c\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160f8cb011c\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160f8cb0157\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160f8cb0157\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160f8cb0191\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160f8cb0191\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160f8cb01cb\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160f8cb01cb\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160f8cb0240\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160f8cb0240\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160f8cb027b\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160f8cb027b\"] { line-height: 2em !important; }[data-css=\"tve-u-160f8cb610d\"] { line-height: 1em !important; }#tve_editor [data-css=\"tve-u-160f8cb610d\"] { font-size: 18px !important; text-transform: none !important; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-160f8cb61bc\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160f8cb61bc\"] { line-height: 2em !important; }[data-css=\"tve-u-160f8cb9d70\"] { border-right: none; }#tve_editor [data-css=\"tve-u-160f8cc8fce\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160f8cc8fce\"] { line-height: 1.3em !important; }[data-css=\"tve-u-160f8cd7871\"] { line-height: 1em !important; }#tve_editor [data-css=\"tve-u-160f8cd7871\"] { font-size: 18px !important; text-transform: none !important; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-160f8cd794f\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160f8cd794f\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160f8cd7987\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160f8cd7987\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160f8cd79c1\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160f8cd79c1\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160f8cd79f8\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160f8cd79f8\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160f8cd7a30\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160f8cd7a30\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160f8cd7a68\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160f8cd7a68\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160f8cd7aa1\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160f8cd7aa1\"] { line-height: 2em !important; }[data-css=\"tve-u-160f8cf3d89\"] { line-height: 1em !important; }#tve_editor [data-css=\"tve-u-160f8cf3d89\"] { font-size: 18px !important; text-transform: none !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-160f8cfbf40\"] { border-right: none; }[data-css=\"tve-u-160f8d013c3\"] { line-height: 1em !important; }#tve_editor [data-css=\"tve-u-160f8d013c3\"] { font-size: 18px !important; text-transform: none !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-160f8d12a0d\"] { border-right: none; }[data-css=\"tve-u-160f961e617\"] { padding: 0px !important; margin-top: 0px !important; margin-bottom: 20px !important; }#tve_editor [data-css=\"tve-u-160f98df817\"]:hover .tcb-button-link { border-top-left-radius: 15px; overflow: hidden; border-bottom-right-radius: 15px; border: none; background-color: rgb(242, 139, 0) !important; text-decoration: none !important; }[data-css=\"tve-u-160f98df817\"] .tcb-button-link { min-height: 54.7619px; font-size: 1.33333em; background-color: rgb(255, 169, 20) !important; padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-160f98df817\"] { width: 400px; display: block; max-width: 400px; margin-top: 50px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-160f9bf1aea\"] { padding: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-160f9bf9be2\"] { line-height: 1.5em !important; }#tve_editor [data-css=\"tve-u-160f9bf9be2\"] { letter-spacing: 0px; color: rgb(255, 255, 255) !important; font-size: 24px !important; font-family: inherit !important; }#tve_editor [data-css=\"tve-u-160fa182f82\"]:hover .tcb-button-link { border-top-left-radius: 15px; overflow: hidden; border-bottom-right-radius: 15px; border: none; background-color: rgb(14, 16, 18) !important; text-decoration: none !important; }[data-css=\"tve-u-160fa182f82\"] .tcb-button-link { min-height: 54.7619px; font-size: 1.33333em; background-color: rgb(18, 21, 25) !important; padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-160fa182f82\"] { width: 375px; display: block; max-width: 375px; float: left; z-index: 3; position: relative; margin: 0px auto !important; }#tve_editor [data-css=\"tve-u-160fa198fbb\"] { font-weight: 400; letter-spacing: 4px; font-family: \"Noto Sans\" !important; font-size: 18px !important; text-transform: uppercase !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-160fa489bd9\"] { line-height: 1.3em !important; }#tve_editor [data-css=\"tve-u-160fa489bd9\"] { letter-spacing: 0px; color: rgba(3, 9, 14, 0.5) !important; font-size: 14px !important; }[data-css=\"tve-u-160fa718c59\"] { line-height: 0.2em !important; }#tve_editor [data-css=\"tve-u-160fa718c59\"] { letter-spacing: 0px; font-size: 140px !important; color: rgba(176, 171, 155, 0.4) !important; }[data-css=\"tve-u-160fa718c5e\"] { font-family: Limelight !important; font-weight: 400 !important; }#tve_editor [data-css=\"tve-u-160fec25d20\"] { font-weight: 400; letter-spacing: 4px; font-family: \"Noto Sans\" !important; font-size: 18px !important; text-transform: uppercase !important; color: rgb(18, 21, 25) !important; }[data-css=\"tve-u-1616a5e01ba\"] { float: none; max-width: 100%; z-index: 3; right: auto; bottom: auto; top: auto; left: auto; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; margin-top: 0px !important; }[data-css=\"tve-u-1616a9cfa4b\"] > .tve-cb { justify-content: flex-end; display: flex; flex-direction: column; }[data-css=\"tve-u-1616a9cfa4b\"] { max-width: 100%; padding: 8px 5px 10px !important; margin-top: 0px !important; margin-bottom: 0px !important; margin-left: 0px !important; }[data-css=\"tve-u-1616a9d1ca7\"] > .tve-cb { justify-content: flex-end; display: flex; flex-direction: column; }[data-css=\"tve-u-1616a9d1ca7\"] { max-width: 100%; padding: 8px 5px 10px !important; margin-top: 0px !important; margin-bottom: 0px !important; margin-left: 0px !important; }[data-css=\"tve-u-1616a9d3730\"] > .tve-cb { justify-content: flex-end; display: flex; flex-direction: column; }[data-css=\"tve-u-1616a9d3730\"] { max-width: 100%; padding: 8px 5px 10px !important; margin-top: 0px !important; margin-bottom: 0px !important; margin-left: 0px !important; }[data-css=\"tve-u-161701c9195\"] { line-height: 1em !important; }#tve_editor [data-css=\"tve-u-161701c9195\"] { color: rgb(120, 120, 120) !important; font-size: 14px !important; }[data-css=\"tve-u-161702e8042\"] { float: none; width: 52px; }[data-css=\"tve-u-1617031f43b\"] { float: none; width: 49px; }[data-css=\"tve-u-16170325257\"] { margin: 0px !important; background-color: rgb(247, 247, 247) !important; }[data-css=\"tve-u-161703268c0\"] { margin: 0px !important; background-color: rgb(247, 247, 247) !important; }[data-css=\"tve-u-16170332517\"] { max-width: 29.6%; }[data-css=\"tve-u-1617033251d\"] { max-width: 24.8%; }[data-css=\"tve-u-1617033371d\"] { max-width: 45.5%; }[data-css=\"tve-u-16170334a49\"] { max-width: 29.6%; }[data-css=\"tve-u-16170334a4f\"] { max-width: 23.2%; }[data-css=\"tve-u-161703373d0\"] { max-width: 47.2%; }[data-css=\"tve-u-161703e4bac\"] > .tcb-flex-col > .tcb-col { justify-content: center; }[data-css=\"tve-u-161703e4bac\"] { margin-left: 0px; padding: 0px 10px !important; }[data-css=\"tve-u-161703e4bac\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-16170441415\"] { padding: 0px !important; }[data-css=\"tve-u-16170442200\"] { padding: 0px 0px 0px 10px !important; }[data-css=\"tve-u-161704435d7\"] { padding: 0px !important; }[data-css=\"tve-u-16170445bb9\"] { padding: 0px 0px 0px 10px !important; }[data-css=\"tve-u-1617045651a\"] > .tcb-flex-col > .tcb-col { justify-content: center; }[data-css=\"tve-u-1617045651a\"] { margin-left: 0px; padding: 0px 10px !important; }[data-css=\"tve-u-1617045651a\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-16170471614\"] { padding: 0px !important; }#tcb_landing_page a:hover:not(.tcb-button-link) { color: rgb(233, 156, 0); text-decoration: underline; }#tcb_landing_page a.tve-state-hover:not(.tcb-button-link) { color: rgb(242, 139, 0); }[data-css=\"tve-u-1635e5ffa41\"] { max-width: 200px; float: right; z-index: 3; position: relative; width: 100%; padding: 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-1635e65c044\"] > :first-child { color: rgb(255, 171, 0); }[data-css=\"tve-u-1635e65c044\"] { font-size: 28px; width: 28px; height: 28px; float: left; z-index: 3; position: relative; margin-top: 0px !important; margin-bottom: 0px !important; margin-left: 30px !important; }#tve_editor [data-css=\"tve-u-1635ed98a8a\"] > :first-child { color: rgb(218, 144, 15); }[data-css=\"tve-u-1635ed98a8a\"] { font-size: 50px; float: left; z-index: 3; position: relative; width: 50px; height: 50px; margin: -35px 0px 20px !important; padding-left: 10px !important; }[data-css=\"tve-u-1635edf3681\"] { min-height: 104px; }[data-css=\"tve-u-1635ef71519\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1635ef72920\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1635f073915\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Pub-Food-img_03.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }#tve_editor [data-css=\"tve-u-1635efec9fa\"]:hover [data-css=\"tve-u-1635f098c8e\"] { background-image: linear-gradient(0deg, rgba(242, 139, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Pub-Drinks-img_03.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-1635f098c8e\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Pub-Drinks-img_03.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1635f0a8c87\"] { max-width: 100%; z-index: 4; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1635f0b76b1\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Pub-Ambiance-img_03.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }#tve_editor [data-css=\"tve-u-1635f0a8c87\"]:hover [data-css=\"tve-u-1635f0b76b1\"] { background-image: linear-gradient(0deg, rgba(242, 139, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Pub-Ambiance-img_03.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-1635f121505\"] { padding: 0px !important; position: static !important; }#tve_editor .thrv-content-box [data-css=\"tve-u-1635f125271\"] p, #tve_editor .thrv-content-box [data-css=\"tve-u-1635f125271\"] li, #tve_editor .thrv-content-box [data-css=\"tve-u-1635f125271\"] blockquote, #tve_editor .thrv-content-box [data-css=\"tve-u-1635f125271\"] address, #tve_editor .thrv-content-box [data-css=\"tve-u-1635f125271\"] h1, #tve_editor .thrv-content-box [data-css=\"tve-u-1635f125271\"] h2, #tve_editor .thrv-content-box [data-css=\"tve-u-1635f125271\"] h3, #tve_editor .thrv-content-box [data-css=\"tve-u-1635f125271\"] h4, #tve_editor .thrv-content-box [data-css=\"tve-u-1635f125271\"] h5, #tve_editor .thrv-content-box [data-css=\"tve-u-1635f125271\"] h6 { color: rgb(3, 9, 14); }[data-css=\"tve-u-1635f125271\"] { min-height: 1px; }[data-css=\"tve-u-1635f125271\"]::after { clear: both; }[data-css=\"tve-u-1635f136552\"] { padding: 0px !important; margin-top: 0px !important; margin-bottom: 20px !important; }[data-css=\"tve-u-1635f138d3b\"] { padding: 0px !important; margin-bottom: 20px !important; }[data-css=\"tve-u-1635f139f5c\"] { padding: 0px !important; margin-bottom: 20px !important; }[data-css=\"tve-u-1635f13f574\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Pub-customer-2_03.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1635f14cd1e\"] { padding: 5px 0px !important; margin: 0px !important; }[data-css=\"tve-u-1635f14cd1e\"] .tve_sep { border-width: 2px; border-color: rgb(218, 144, 15); }[data-css=\"tve-u-1635f187bfc\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Pub-Customer-3_03.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1635f1b25ed\"] { padding: 0px 0px 35px !important; margin: 0px !important; }[data-css=\"tve-u-1635f1b3fee\"] { padding: 0px 0px 35px !important; margin: 0px !important; }#tve_editor [data-css=\"tve-u-163628d68f3\"]:hover [data-css=\"tve-u-1635f073915\"] { background-image: linear-gradient(0deg, rgba(242, 139, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Pub-Food-img_03.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-163628d68f3\"] { max-width: 100%; z-index: 4; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-163629eb59f\"] { min-height: 104px; }#tve_editor .thrv-content-box [data-css=\"tve-u-16362a05c8f\"] p, #tve_editor .thrv-content-box [data-css=\"tve-u-16362a05c8f\"] li, #tve_editor .thrv-content-box [data-css=\"tve-u-16362a05c8f\"] blockquote, #tve_editor .thrv-content-box [data-css=\"tve-u-16362a05c8f\"] address, #tve_editor .thrv-content-box [data-css=\"tve-u-16362a05c8f\"] h1, #tve_editor .thrv-content-box [data-css=\"tve-u-16362a05c8f\"] h2, #tve_editor .thrv-content-box [data-css=\"tve-u-16362a05c8f\"] h3, #tve_editor .thrv-content-box [data-css=\"tve-u-16362a05c8f\"] h4, #tve_editor .thrv-content-box [data-css=\"tve-u-16362a05c8f\"] h5, #tve_editor .thrv-content-box [data-css=\"tve-u-16362a05c8f\"] h6 { color: rgb(3, 9, 14); }[data-css=\"tve-u-16362a05c8f\"] { min-height: 1px; }[data-css=\"tve-u-16362a05c8f\"]::after { clear: both; }[data-css=\"tve-u-16362a05cc8\"] { min-height: 104px; }#tve_editor [data-css=\"tve-u-16362a8dd87\"] > :first-child { color: rgb(3, 9, 14); }[data-css=\"tve-u-16362a8dd87\"] { font-size: 25px; width: 25px; height: 25px; float: left; z-index: 3; position: relative; margin-top: 0px !important; margin-bottom: 0px !important; margin-right: 10px !important; }#tve_editor [data-css=\"tve-u-16362aa4888\"] > :first-child { color: rgb(3, 9, 14); }[data-css=\"tve-u-16362aa4888\"] { font-size: 25px; width: 25px; height: 25px; z-index: 4; position: relative; float: left; margin: 0px 10px 0px 0px !important; }[data-css=\"tve-u-16362aabe81\"] { padding: 0px !important; margin: 0px 0px 10px !important; }[data-css=\"tve-u-1636301dc81\"] { padding: 0px !important; margin: 0px 0px 60px !important; }[data-css=\"tve-u-16363231ead\"] { min-height: 430px; }[data-css=\"tve-u-16363235afe\"] { min-height: 430px; }[data-css=\"tve-u-16363599740\"] { padding: 0px !important; position: relative !important; }[data-css=\"tve-u-1636390935e\"] { padding: 0px !important; margin-bottom: 20px !important; }#tve_editor [data-css=\"tve-u-1636392a6b1\"] > :first-child { color: rgb(218, 144, 15); }[data-css=\"tve-u-1636392a6b1\"] { font-size: 50px; float: left; z-index: 3; position: relative; width: 50px; height: 50px; margin: -35px 0px 20px !important; padding-left: 10px !important; }#tve_editor [data-css=\"tve-u-1636392e791\"] > :first-child { color: rgb(218, 144, 15); }[data-css=\"tve-u-1636392e791\"] { font-size: 50px; float: left; z-index: 3; position: relative; width: 50px; height: 50px; margin: -35px 0px 20px !important; padding-left: 10px !important; }[data-css=\"tve-u-1636393c2d2\"] { max-width: 104px; float: left; z-index: 3; position: relative; width: 100%; padding: 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; margin-right: 30px !important; }[data-css=\"tve-u-1636393da63\"] { max-width: 104px; float: left; z-index: 3; position: relative; width: 100%; padding: 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; margin-right: 30px !important; }[data-css=\"tve-u-16369519850\"] { padding: 5px 0px !important; margin: 0px !important; }[data-css=\"tve-u-16369519850\"] .tve_sep { border-width: 2px; border-color: rgb(218, 144, 15); }[data-css=\"tve-u-1636951d241\"] { padding: 0px !important; margin-top: 0px !important; margin-bottom: 20px !important; }[data-css=\"tve-u-1689b6473cd\"] { background-color: rgb(0, 0, 0) !important; }}@media (max-width: 1023px){[data-css=\"tve-u-16369563890\"] { padding-left: 25px !important; padding-right: 25px !important; padding-bottom: 40px !important; }[data-css=\"tve-u-1636955fbd2\"] { max-width: 100%; min-height: 600px !important; }[data-css=\"tve-u-160f9c6d0ad\"] { max-width: 630px; }[data-css=\"tve-u-1635ebf2201\"] { max-width: 630px; }[data-css=\"tve-u-160df8deee2\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-160e9d118ed\"] { box-shadow: rgba(0, 0, 0, 0.3) 0px 28px 75px 8px inset; }[data-css=\"tve-u-1635ebfe4fc\"] { max-width: 671px; padding-bottom: 0px !important; margin-bottom: 25px !important; }[data-css=\"tve-u-1635f1b3fee\"] { padding-bottom: 0px !important; margin-bottom: 25px !important; }[data-css=\"tve-u-1635f1b25ed\"] { padding-bottom: 0px !important; margin-bottom: 25px !important; }[data-css=\"tve-u-16363524c1e\"] { margin-top: 0px !important; padding-top: 70px !important; padding-left: 100px !important; padding-right: 100px !important; }[data-css=\"tve-u-160e9e41664\"] { margin-bottom: 50px !important; }[data-css=\"tve-u-160f9d08737\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-160f8e625a1\"] { margin-bottom: 60px !important; }[data-css=\"tve-u-1635ee0cb15\"] { padding: 60px 0px !important; }[data-css=\"tve-u-160eadcc8c9\"] { margin-left: 0px; }[data-css=\"tve-u-160eb54da29\"] { margin-left: 0px; }[data-css=\"tve-u-160ea89ac22\"] { margin-left: 0px; }[data-css=\"tve-u-160e9fac06c\"] { margin-left: 0px; }[data-css=\"tve-u-160eaa7faee\"] { margin-left: 0px; }[data-css=\"tve-u-160eaa7faeb\"] { margin-left: 0px; }[data-css=\"tve-u-160ea7c9db0\"] { margin-left: 0px; }[data-css=\"tve-u-160eadcc8c9\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-160eb54da29\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-160ea89ac22\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-160e9fac06c\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-160eaa7faee\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-160eaa7faeb\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-160ea7c9db0\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-160e9d15bdf\"] { padding: 60px 0px !important; }[data-css=\"tve-u-160e9d0c61d\"] { max-width: 630px; min-height: 1px !important; }[data-css=\"tve-u-1635f0a8c87\"] { margin-top: 40px !important; }[data-css=\"tve-u-1635f010773\"] { min-height: 300px; }[data-css=\"tve-u-16363235afe\"] { min-height: 320px; }[data-css=\"tve-u-16363231ead\"] { min-height: 320px; }[data-css=\"tve-u-1635e97f913\"] { max-width: 100%; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1635e6aad72\"] { padding: 0px !important; }[data-css=\"tve-u-160dbcd2c5b\"] { margin-bottom: 60px !important; }[data-css=\"tve-u-1635e5cbf37\"] { margin-top: 5px !important; margin-bottom: 70px !important; }[data-css=\"tve-u-160db84bfac\"] { clip-path: url(\"#clip-tablet-bottom-eb17500f3af4b\"); -webkit-clip-path: url(\"#clip-tablet-bottom-eb17500f3af4b\");  }[data-css=\"tve-u-161701a2f15\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1617045651a\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-161703e4bac\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1635ed274dc\"] > .tcb-flex-col > .tcb-col { min-height: 370px; }[data-css=\"tve-u-1635ed274dc\"] { min-height: inherit; }[data-css=\"tve-u-1635ed274dc\"] .tcb-flex-col { flex-basis: 269px !important; }[data-css=\"tve-u-16362e27bcb\"] { min-height: 1px !important; }[data-css=\"tve-u-16362e2956e\"] { padding: 40px !important; }#tve_editor [data-css=\"tve-u-160fa198fbb\"] { letter-spacing: 2px; font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1636311dda3\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1636311d040\"] { font-size: 16px !important; }[data-css=\"tve-u-160f9ebf905\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-160f9ebf905\"] { min-height: inherit; flex-wrap: nowrap !important; }[data-css=\"tve-u-1636301dc81\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-1635f273315\"] { margin: 0px 0px 20px !important; }[data-css=\"tve-u-160f9ee08be\"] { padding: 0px !important; }#tcb_landing_page p, #tcb_landing_page li { font-size: 18px; line-height: 1.5em; }#tcb_landing_page h6 { font-size: 18px; line-height: 1.5em; }#tcb_landing_page h5 { font-size: 20px; line-height: 1.5em; }#tcb_landing_page h4 { font-size: 20px; line-height: 1.5em; letter-spacing: 1px; }#tcb_landing_page h3 { font-size: 22px; line-height: 1.5em; color: rgb(3, 9, 14); letter-spacing: 2px; }#tcb_landing_page h2 { font-size: 70px; line-height: 1.3em; }#tcb_landing_page h1 { font-size: 85px; line-height: 1em; color: rgb(255, 255, 255); }[data-css=\"tve-u-160fec99b6f\"] { padding: 0px !important; }[data-css=\"tve-u-1617031f43b\"] { margin-top: 10px !important; margin-bottom: 10px !important; }[data-css=\"tve-u-161701b642a\"] { padding-left: 0px !important; }[data-css=\"tve-u-16170471614\"] { padding-left: 0px !important; }[data-css=\"tve-u-161701a2f15\"] { min-height: inherit; padding: 10px !important; flex-wrap: nowrap !important; }[data-css=\"tve-u-161703268c0\"] { max-width: 671px; margin-top: 0px !important; }[data-css=\"tve-u-1617045651a\"] { min-height: inherit; padding: 10px !important; flex-wrap: nowrap !important; }[data-css=\"tve-u-16170325257\"] { margin-top: 0px !important; }[data-css=\"tve-u-16170445bb9\"] { padding-left: 0px !important; }[data-css=\"tve-u-161704435d7\"] { padding-left: 0px !important; }[data-css=\"tve-u-16170442200\"] { padding-left: 0px !important; }[data-css=\"tve-u-16170441415\"] { padding-left: 0px !important; }[data-css=\"tve-u-161703e4bac\"] { min-height: inherit; padding: 10px !important; flex-wrap: nowrap !important; }[data-css=\"tve-u-161701a8fd1\"] { margin-top: 0px !important; }[data-css=\"tve-u-161702e8042\"] { margin-top: 10px !important; margin-bottom: 10px !important; margin-left: 0px !important; }[data-css=\"tve-u-16170185cb5\"] { margin: 10px 0px !important; padding-left: 0px !important; }[data-css=\"tve-u-160f9c75fb0\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-160f9c75fb0\"] .tcb-flex-col { flex-basis: 312px !important; }[data-css=\"tve-u-160f9c75fb0\"] > .tcb-flex-col > .tcb-col { min-height: 220px; }[data-css=\"tve-u-160f9c75fb0\"] { min-height: inherit; margin-left: -30px; padding-top: 0px !important; padding-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-160f97ddb8a\"] { font-size: 40px !important; }#tve_editor [data-css=\"tve-u-160fa489bd9\"] { letter-spacing: 0px; }[data-css=\"tve-u-160fa4d8d4f\"] { padding: 0px !important; }[data-css=\"tve-u-160fa4daf17\"] { max-width: 100%; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-160f9d0c9a0\"] { margin-top: 30px !important; }[data-css=\"tve-u-160f9d0b00e\"] { padding-top: 0px !important; margin-top: 30px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-160f9ec40fc\"] { max-width: 100%; }[data-css=\"tve-u-160fe140452\"] { padding: 20px 0px 40px !important; }[data-css=\"tve-u-160fe13ce28\"] { max-width: 100%; }[data-css=\"tve-u-160fa11f4f2\"] { margin: 0px !important; }[data-css=\"tve-u-160fa01d193\"] { max-width: 340px; float: none; padding: 0px !important; margin: 0px auto !important; }[data-css=\"tve-u-160f9c7f698\"] { max-width: 100%; float: none; margin-left: auto !important; margin-right: auto !important; margin-top: 0px !important; }[data-css=\"tve-u-160f9cccb99\"] { margin-bottom: 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-160f96ef669\"] { padding-top: 30px !important; padding-bottom: 30px !important; }[data-css=\"tve-u-160f9bf1aea\"] { margin-top: 0px !important; }[data-css=\"tve-u-160f9c6a4fe\"] { padding: 60px 0px 80px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-160f9caae7b\"] { margin: 0px 0px 60px !important; }[data-css=\"tve-u-160f9b69526\"] .tcb-flex-col { flex-basis: 71px !important; }[data-css=\"tve-u-160f9b69526\"] > .tcb-flex-col > .tcb-col { min-height: 20px; }[data-css=\"tve-u-160f9b69526\"] { min-height: inherit; padding-top: 10px !important; padding-bottom: 10px !important; }[data-css=\"tve-u-160f9bd1e50\"] { max-width: 100%; padding: 5px 0px !important; }[data-css=\"tve-u-160f9b9db80\"] { padding-top: 5px !important; padding-bottom: 5px !important; }[data-css=\"tve-u-160fa7619dc\"] { max-width: 100%; float: none; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-160f9b74c2b\"] { max-width: 400px; float: none; margin: 10px auto !important; }[data-css=\"tve-u-160f972cd2b\"] { min-height: 1px; }[data-css=\"tve-u-160f9714a61\"] { max-width: 630px; float: none; padding: 70px 40px !important; margin: 0px auto !important; }[data-css=\"tve-u-160f9734b53\"] { clip-path: url(\"#clip-tablet-top-c8e428685a637\"); -webkit-clip-path: url(\"#clip-tablet-top-c8e428685a637\");  }[data-css=\"tve-u-160fa718c5e\"] { font-family: Limelight !important; font-weight: 400 !important; }#tve_editor [data-css=\"tve-u-160fa718c59\"] { font-size: 100px !important; }[data-css=\"tve-u-160fa6805d4\"] { padding: 0px !important; }#tve_editor [data-css=\"tve-u-160ea71c62c\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-160ea9400e0\"] { font-size: 16px !important; }[data-css=\"tve-u-160eb42c2ca\"] { margin-top: 5px !important; }[data-css=\"tve-u-160e4c55d27\"] { padding: 40px 0px 60px !important; }[data-css=\"tve-u-160e4c824a2\"] { margin-bottom: 40px !important; margin-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-160eaaf84a6\"] { margin-bottom: 15px !important; }[data-css=\"tve-u-160eb3ad20a\"] { margin-bottom: 15px !important; }[data-css=\"tve-u-160ead973a1\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-160eb38e170\"] { margin-top: 30px !important; }[data-css=\"tve-u-160eab45a4f\"] { margin-top: 5px !important; }[data-css=\"tve-u-160ea7cae88\"] { margin-top: 0px !important; }[data-css=\"tve-u-160ea7c9db0\"] .tcb-flex-col { flex-basis: 700px !important; }[data-css=\"tve-u-160e9dff371\"] { max-width: 100%; padding: 0px !important; }[data-css=\"tve-u-160e4c34c93\"] { clip-path: url(\"#clip-tablet-bottom-35e31e95c7382\"); -webkit-clip-path: url(\"#clip-tablet-bottom-35e31e95c7382\");  }[data-css=\"tve-u-160eb1b0e14\"] { margin-top: 0px !important; margin-left: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-160eb1a09e2\"] { min-height: 1px; }[data-css=\"tve-u-160eb0d7fac\"] { clip-path: url(\"#clip-tablet-bottom-dd364f1962bc7\"); -webkit-clip-path: url(\"#clip-tablet-bottom-dd364f1962bc7\");  }[data-css=\"tve-u-160e5adb400\"] { margin-top: 0px !important; margin-bottom: 2px !important; }[data-css=\"tve-u-160e4c24b1a\"] { max-width: 630px; min-height: 1px !important; }[data-css=\"tve-u-160df6a3578\"] > .tcb-flex-col > .tcb-col { min-height: 20px; }[data-css=\"tve-u-160df4bedf0\"] > .tcb-flex-col > .tcb-col { min-height: 20px; }[data-css=\"tve-u-160df4bedf0\"] .tcb-flex-col { flex-basis: 390px !important; }[data-css=\"tve-u-160e52fbe2f\"] { margin: 0px !important; }[data-css=\"tve-u-160e4da55bb\"] > .tcb-flex-col > .tcb-col { min-height: 432px; justify-content: flex-end; }[data-css=\"tve-u-160e4da55bb\"] .tcb-flex-col { flex-basis: 280px !important; }#tve_editor .thrv-content-box [data-css=\"tve-u-160df519447\"] p, #tve_editor .thrv-content-box [data-css=\"tve-u-160df519447\"] li, #tve_editor .thrv-content-box [data-css=\"tve-u-160df519447\"] blockquote, #tve_editor .thrv-content-box [data-css=\"tve-u-160df519447\"] address { line-height: 1em; }#tve_editor .thrv-content-box [data-css=\"tve-u-160df4f4d0e\"] p, #tve_editor .thrv-content-box [data-css=\"tve-u-160df4f4d0e\"] li, #tve_editor .thrv-content-box [data-css=\"tve-u-160df4f4d0e\"] blockquote, #tve_editor .thrv-content-box [data-css=\"tve-u-160df4f4d0e\"] address { line-height: 1em; }[data-css=\"tve-u-160e4da55bb\"] { margin-left: -40px; min-height: inherit; flex-direction: row; padding-bottom: 0px !important; flex-wrap: wrap !important; }[data-css=\"tve-u-160e4da55bb\"] > .tcb-flex-col { padding-left: 40px; }[data-css=\"tve-u-160e4dadf9c\"] { max-width: 100%; float: none; position: static; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-160df51ca21\"] > .tve-cb { display: flex; flex-direction: column; justify-content: flex-end; }[data-css=\"tve-u-160df4c6424\"] { padding-top: 0px !important; }[data-css=\"tve-u-160df519447\"] { min-height: 1px; }[data-css=\"tve-u-160df4f4d0e\"] { min-height: 400px; }[data-css=\"tve-u-160dbcbc7a4\"] { min-height: 220px; }[data-css=\"tve-u-160df4eae6d\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-160df6a3578\"] { margin-left: 0px; min-height: inherit; }[data-css=\"tve-u-160df4bedf0\"] { margin-left: 0px; min-height: inherit; }[data-css=\"tve-u-160df6a3578\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-160df4bedf0\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-160df8c3360\"] { padding: 60px !important; }[data-css=\"tve-u-160dbceed3d\"] { float: none; margin: 0px auto !important; }[data-css=\"tve-u-160df4565d1\"] { padding-top: 0px !important; }[data-css=\"tve-u-160dbcafa88\"] { margin-top: 90px !important; }[data-css=\"tve-u-160db6dd8cd\"] { font-size: 25px; width: 25px; height: 25px; margin-right: 20px !important; }[data-css=\"tve-u-160eb0e8e90\"] { max-width: 100%; bottom: 0px; left: 0px; padding: 30px 5px 20px !important; margin-top: -30px !important; position: static !important; }[data-css=\"tve-u-160eb1d9ffb\"] { clip-path: url(\"#clip-tablet-bottom-cb4c420ba2143\"); -webkit-clip-path: url(\"#clip-tablet-bottom-cb4c420ba2143\");  }[data-css=\"tve-u-160eb214b56\"] { clip-path: url(\"#clip-tablet-bottom-a182d7c321313\"); -webkit-clip-path: url(\"#clip-tablet-bottom-a182d7c321313\");  }[data-css=\"tve-u-160eb218e4e\"] { bottom: 0px; right: 0px; max-width: 100%; padding: 30px 5px 20px !important; position: static !important; margin-top: -30px !important; }[data-css=\"tve-u-160eb2222a0\"] { right: 0px; bottom: 0px; padding: 30px 5px 20px !important; margin-top: -30px !important; }[data-css=\"tve-u-160f98df817\"] { margin-top: 40px !important; }[data-css=\"tve-u-160fa182f82\"] { display: block; max-width: 300px; width: 300px; margin: 0px !important; }[data-css=\"tve-u-1635e65c044\"] { font-size: 25px; width: 25px; height: 25px; margin-left: 30px !important; }[data-css=\"tve-u-1635ef71519\"] { margin-top: 0px !important; margin-left: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-1635ef72920\"] { margin-top: 0px !important; margin-left: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-1635f121505\"] { padding: 0px !important; }[data-css=\"tve-u-16362a8dd87\"] { font-size: 18px; width: 18px; height: 18px; margin-right: 15px !important; }[data-css=\"tve-u-16362aa4888\"] { font-size: 18px; width: 18px; height: 18px; margin-right: 15px !important; }[data-css=\"tve-u-16363599740\"] { padding-top: 0px !important; }}@media (max-width: 767px){[data-css=\"tve-u-16369563890\"] { padding: 0px 0px 80px !important; }[data-css=\"tve-u-1636955fbd2\"] { min-height: 1px !important; }[data-css=\"tve-u-1636956410b\"] { background-image: linear-gradient(rgba(1, 11, 20, 0.95) 0%, rgba(3, 25, 47, 0.2) 100%), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Pub-Hero-img.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-1635e5ffa41\"] > .tve-cb { display: block; }[data-css=\"tve-u-1636301dc81\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-160f9ebf905\"] .tcb-flex-col { flex-basis: 390px !important; }[data-css=\"tve-u-160f9ee08be\"] { padding: 0px !important; }[data-css=\"tve-u-16362e2956e\"] { padding: 25px !important; }[data-css=\"tve-u-16362e27bcb\"] { max-width: 100%; }[data-css=\"tve-u-160f9c6d0ad\"] { max-width: 100%; }[data-css=\"tve-u-160fa7619dc\"] { margin: 0px !important; padding-top: 5px !important; padding-bottom: 5px !important; }[data-css=\"tve-u-160f9b69526\"] .tcb-flex-col { flex-basis: 125px !important; }[data-css=\"tve-u-163639549e4\"] { margin-bottom: 60px !important; }[data-css=\"tve-u-1617045651a\"] .tcb-flex-col { flex-basis: 250px !important; }[data-css=\"tve-u-1617045651a\"] { flex-wrap: wrap !important; }[data-css=\"tve-u-1635f1b3fee\"] { margin-bottom: 15px !important; }[data-css=\"tve-u-1635ebfe4fc\"] { margin-bottom: 15px !important; }[data-css=\"tve-u-161701a2f15\"] .tcb-flex-col { flex-basis: 250px !important; }[data-css=\"tve-u-161701a2f15\"] { flex-wrap: wrap !important; }[data-css=\"tve-u-160f9562c14\"] { margin-right: 15px !important; }[data-css=\"tve-u-1636393da63\"] { margin-right: 15px !important; }[data-css=\"tve-u-1636393c2d2\"] { margin-right: 15px !important; }[data-css=\"tve-u-16363524c1e\"] { padding: 0px !important; }[data-css=\"tve-u-1635ed98a8a\"] { margin-bottom: 10px !important; }[data-css=\"tve-u-1636392e791\"] { margin-bottom: 10px !important; }[data-css=\"tve-u-1636392a6b1\"] { margin-bottom: 10px !important; }[data-css=\"tve-u-161703e4bac\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-161703e4bac\"] .tcb-flex-col { flex-basis: 286px !important; }[data-css=\"tve-u-161703e4bac\"] { margin-left: 0px; flex-wrap: wrap !important; }[data-css=\"tve-u-1635f1b25ed\"] { margin-bottom: 25px !important; }[data-css=\"tve-u-1636390be1e\"] { margin-bottom: 60px !important; }[data-css=\"tve-u-1636390935e\"] { margin-bottom: 5px !important; }[data-css=\"tve-u-1635f138d3b\"] { margin-bottom: 5px !important; }[data-css=\"tve-u-1635ee0cb15\"] { padding: 50px 25px !important; }[data-css=\"tve-u-160e9d118ed\"] { box-shadow: rgba(0, 0, 0, 0.3) 0px 17px 75px 8px inset; background-size: auto, cover !important; }[data-css=\"tve-u-160e9d15bdf\"] { padding: 50px 25px !important; }[data-css=\"tve-u-160e9d0c61d\"] { max-width: 100%; }[data-css=\"tve-u-160e52014b5\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-160e4c34c93\"] { clip-path: url(\"#clip-mobile-bottom-35e31e95c7382\"); -webkit-clip-path: url(\"#clip-mobile-bottom-35e31e95c7382\");  }[data-css=\"tve-u-160eb0e8e90\"] { margin-top: -30px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-160eb0d7fac\"] { clip-path: url(\"#clip-mobile-bottom-dd364f1962bc7\"); -webkit-clip-path: url(\"#clip-mobile-bottom-dd364f1962bc7\");  }[data-css=\"tve-u-160eb2222a0\"] { margin-top: -30px !important; margin-bottom: 25px !important; }[data-css=\"tve-u-160eb1d9ffb\"] { clip-path: url(\"#clip-mobile-bottom-cb4c420ba2143\"); -webkit-clip-path: url(\"#clip-mobile-bottom-cb4c420ba2143\");  }[data-css=\"tve-u-160eb218e4e\"] { margin-top: -30px !important; margin-bottom: 25px !important; }[data-css=\"tve-u-160eb214b56\"] { clip-path: url(\"#clip-mobile-bottom-a182d7c321313\"); -webkit-clip-path: url(\"#clip-mobile-bottom-a182d7c321313\");  }[data-css=\"tve-u-160e4da55bb\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-160e4da55bb\"] .tcb-flex-col { flex-basis: 350px !important; }[data-css=\"tve-u-1635f0a8c87\"] { margin-top: 0px !important; }[data-css=\"tve-u-1635f010773\"] { min-height: 300px; }[data-css=\"tve-u-16363235afe\"] { min-height: 300px; }[data-css=\"tve-u-16363231ead\"] { min-height: 300px; }#tcb_landing_page h6 { font-size: 16px; }[data-css=\"tve-u-160dbcd54ac\"] { margin-bottom: 15px !important; }[data-css=\"tve-u-160dbcd2c5b\"] { margin-bottom: 50px !important; }[data-css=\"tve-u-1635e5cbf37\"] { margin-bottom: 50px !important; }[data-css=\"tve-u-1635e5ffa41\"] { max-width: 200px; float: none; margin-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-16363739d27\"] { max-width: 64.8%; }[data-css=\"tve-u-16363739cd6\"] { max-width: 35.2%; }[data-css=\"tve-u-1635e5cc2d9\"] { flex-flow: row-reverse wrap-reverse !important; }[data-css=\"tve-u-1635e5cc2d9\"] .tcb-flex-col { flex-basis: 200px !important; }[data-css=\"tve-u-160dbb50aca\"] { max-width: 100%; padding-left: 15px !important; padding-right: 15px !important; padding-bottom: 60px !important; margin-bottom: 20px !important; }[data-css=\"tve-u-160db84bfac\"] { clip-path: url(\"#clip-mobile-bottom-eb17500f3af4b\"); -webkit-clip-path: url(\"#clip-mobile-bottom-eb17500f3af4b\");  }#tcb_landing_page p, #tcb_landing_page li { line-height: 1.5em; font-size: 16px; }#tcb_landing_page h5 { line-height: 1.5em; font-size: 18px; }#tcb_landing_page h4 { line-height: 1.5em; font-size: 18px; }#tcb_landing_page h3 { line-height: 1.5em; font-size: 20px; }#tcb_landing_page h2 { font-size: 50px; line-height: 1.2em; }#tcb_landing_page h1 { color: rgb(255, 255, 255); font-size: 55px; line-height: 1em; }[data-css=\"tve-u-16170325257\"] { margin-top: 0px !important; }[data-css=\"tve-u-161701a8fd1\"] { margin-top: 0px !important; }[data-css=\"tve-u-160f961e617\"] { margin-top: 10px !important; }[data-css=\"tve-u-161703268c0\"] { max-width: 100%; margin-top: 0px !important; }[data-css=\"tve-u-160f97e6953\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-160ff467c38\"] { text-transform: none !important; }[data-css=\"tve-u-160f9714a61\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-160ff36e890\"] { padding-left: 0px !important; }[data-css=\"tve-u-160f984f29b\"] { font-family: \"Noto Sans\" !important; font-weight: 400 !important; }[data-css=\"tve-u-160f9823757\"] { text-transform: none !important; }[data-css=\"tve-u-160f9bfdcb7\"] { font-weight: 400 !important; font-family: \"Noto Sans\" !important; }#tve_editor [data-css=\"tve-u-160f9bf9be2\"] { font-size: 20px !important; }[data-css=\"tve-u-160f9c02898\"] { font-weight: 400 !important; font-family: \"Noto Sans\" !important; }#tve_editor [data-css=\"tve-u-160f981fb0c\"] { letter-spacing: 3px; font-size: 18px !important; }[data-css=\"tve-u-160f9bf9be2\"] { line-height: 1.3em !important; }[data-css=\"tve-u-160f981fb0c\"] { line-height: 1em !important; }[data-css=\"tve-u-160f96f5e19\"] { clip-path: url(\"#clip-mobile-bottom-c22944d35542f\"); -webkit-clip-path: url(\"#clip-mobile-bottom-c22944d35542f\");  }#tve_editor [data-css=\"tve-u-160fa489bd9\"] { letter-spacing: 0px; }[data-css=\"tve-u-160fec99b6f\"] { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-160fec923bf\"] { margin-top: 15px !important; }[data-css=\"tve-u-160fa4daf17\"] { max-width: 100%; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-160f9ec40fc\"] { max-width: 100%; float: none; position: static; z-index: auto; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-160fa11f4f2\"] { margin: 0px 0px 0px -20px !important; }[data-css=\"tve-u-160fe140452\"] { padding: 25px !important; margin-top: 0px !important; }[data-css=\"tve-u-160f9ebf905\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-160f9ebf905\"] { min-height: inherit; flex-wrap: wrap !important; }[data-css=\"tve-u-160eb42c2ca\"] { margin-top: 8px !important; }[data-css=\"tve-u-160eab45a4f\"] { margin-top: 8px !important; }[data-css=\"tve-u-160f98a0d17\"] { padding-left: 0px !important; padding-right: 0px !important; padding-top: 0px !important; margin-bottom: 30px !important; }[data-css=\"tve-u-160f96ef669\"] { padding: 25px 0px !important; }[data-css=\"tve-u-160f9d0c9a0\"] { margin-top: 25px !important; }[data-css=\"tve-u-160f9d0b00e\"] { margin-top: 25px !important; }[data-css=\"tve-u-160f9d08737\"] { margin-top: 25px !important; }[data-css=\"tve-u-160f9c6a4fe\"] { padding: 50px 25px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-160f9caae7b\"] { margin-bottom: 50px !important; }[data-css=\"tve-u-160f9b69526\"] { flex-direction: column; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-160f9b69526\"] > .tcb-flex-col > .tcb-col { justify-content: center; min-height: 1px; }[data-css=\"tve-u-160f9b74c2b\"] { max-width: 100%; float: none; position: relative; z-index: 3; margin: 0px auto 20px !important; }[data-css=\"tve-u-160f9714a61\"] { max-width: 100%; padding: 50px 25px 80px !important; }[data-css=\"tve-u-160f9734b53\"] { clip-path: url(\"#clip-mobile-top-c8e428685a637\"); -webkit-clip-path: url(\"#clip-mobile-top-c8e428685a637\");  }#tve_editor [data-css=\"tve-u-160fa718c59\"] { font-size: 90px !important; }[data-css=\"tve-u-160f8e625a1\"] { margin-bottom: 50px !important; }[data-css=\"tve-u-160fa01d193\"] { max-width: 100%; margin: 0px !important; }[data-css=\"tve-u-160e9fbbfa0\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-160f8d12a0d\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-160eb4a305a\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-160f8d013c3\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb4a460d\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb4a460a\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb4a4608\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb4a4605\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb4a4603\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb4a4600\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb49e1f7\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb4a45fb\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8d013c3\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160f8cfbf40\"] { margin-bottom: 20px !important; }#tve_editor [data-css=\"tve-u-160f8cf3d89\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160f8cef2f1\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160f8cef2b7\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160f8cef27e\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160f8cef245\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160f8cef20d\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160f8ceec94\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160f8ceec5c\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160f8ceec23\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160f8ceebeb\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160f8ceebb3\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160f8ceeb79\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160f8ceeb77\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160e9fad83c\"] p, #tve_editor [data-css=\"tve-u-160e9fad83c\"] li, #tve_editor [data-css=\"tve-u-160e9fad83c\"] blockquote, #tve_editor [data-css=\"tve-u-160e9fad83c\"] address { line-height: 1em; }[data-css=\"tve-u-160f8cddeb4\"] { margin-bottom: 20px !important; }#tve_editor [data-css=\"tve-u-160f8cd7aa1\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8cd7a68\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8cd7a30\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8cd79f8\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8cd79c1\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8cd7987\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8cd794f\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8cd7919\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8cd7871\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160ea9729a9\"] { margin-bottom: 15px !important; }#tve_editor [data-css=\"tve-u-160ea7224b9\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160ea9104fd\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8cc8fce\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8cc8f9a\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160ea9400e0\"] { color: rgb(3, 9, 14) !important; font-size: 16px !important; }#tve_editor [data-css=\"tve-u-160f8cc8f31\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8cc8efc\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160ea90d163\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160ea799710\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160ea79970d\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8cc5953\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160ea71c62c\"] { color: rgb(3, 9, 14) !important; font-size: 16px !important; }#tve_editor [data-css=\"tve-u-160f8cc591b\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160eaa7faee\"] { padding: 0px !important; }[data-css=\"tve-u-160f8cb9d70\"] { margin-bottom: 20px !important; }#tve_editor [data-css=\"tve-u-160ea6ba06c\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160ea6ba06a\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160ea6ba067\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160ea6ba065\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160ea6ba063\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160ea6ba060\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8cb61bc\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8cb6183\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8cb610d\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8cb027b\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8cb0240\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160ea9c9c07\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8cb01cb\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8cb0191\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8cb0157\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8cb011c\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8cb00e0\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8cb00a7\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8cb0034\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160f8c978c9\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-160f8c8c841\"] { margin: 0px !important; }[data-css=\"tve-u-160e9fac06c\"] { padding: 0px !important; }[data-css=\"tve-u-160f8c69a67\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160f8c69a2f\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160f8c699f6\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160f8c699b9\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160f8c69289\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160f8c69250\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160f8c69216\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160f8c691dc\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160f8c691a5\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160f8c69135\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8c626b2\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160ea89ac22\"] { padding: 0px !important; }[data-css=\"tve-u-160f8c59f19\"] { margin-top: 20px !important; }#tve_editor [data-css=\"tve-u-160eaa62df8\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8c589bd\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eaa5aa50\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8c58957\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8c58926\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8c5888c\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160f8c2bf72\"] { margin: 0px !important; }#tve_editor [data-css=\"tve-u-160f8c284c6\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8c28493\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8c28460\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8c2842b\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8c283f9\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8c28393\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8c25bba\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb55320f\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb5531d8\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb5531a1\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb55316d\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb553138\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb553103\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb5530cd\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb553062\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160eb54da29\"] { padding: 0px !important; }[data-css=\"tve-u-160eb537e16\"] { margin-top: 0px !important; }#tve_editor [data-css=\"tve-u-160eb53484c\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb534816\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb5347e1\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb5347ae\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb53477a\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eadffc69\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb534715\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb5346af\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160eadcc8c9\"] { padding: 0px !important; }#tve_editor [data-css=\"tve-u-160eb5276f3\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb5276bf\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb52768d\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb52765c\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb52762c\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb5275ca\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160ead90ba7\"] { background-image: none !important; }[data-css=\"tve-u-160eb521486\"] { background-image: none !important; }[data-css=\"tve-u-160eaa8db54\"] { background-image: none !important; }[data-css=\"tve-u-160eaa73bda\"] { background-image: none !important; }[data-css=\"tve-u-160e9fad83c\"] { background-image: none !important; }[data-css=\"tve-u-160ea89b12a\"] { background-image: none !important; }[data-css=\"tve-u-160eb4b6fd5\"] { line-height: 2em !important; }[data-css=\"tve-u-160eb4b6fd3\"] { line-height: 2em !important; }[data-css=\"tve-u-160eb4b6fd0\"] { line-height: 2em !important; }[data-css=\"tve-u-160eb4b6fcd\"] { line-height: 2em !important; }[data-css=\"tve-u-160eb4b6fcb\"] { line-height: 2em !important; }[data-css=\"tve-u-160eb4b6fc8\"] { line-height: 2em !important; }[data-css=\"tve-u-160eb4b6f9b\"] { line-height: 2em !important; }[data-css=\"tve-u-160ea9789a4\"] { margin-top: 0px !important; }[data-css=\"tve-u-160eb4a460d\"] { line-height: 2em !important; }[data-css=\"tve-u-160eb4a460a\"] { line-height: 2em !important; }[data-css=\"tve-u-160eb4a4608\"] { line-height: 2em !important; }[data-css=\"tve-u-160eb4a4605\"] { line-height: 2em !important; }[data-css=\"tve-u-160eb4a4603\"] { line-height: 2em !important; }[data-css=\"tve-u-160eb4a4600\"] { line-height: 2em !important; }[data-css=\"tve-u-160eb4a45fb\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb4a305a\"] p, #tve_editor [data-css=\"tve-u-160eb4a305a\"] li, #tve_editor [data-css=\"tve-u-160eb4a305a\"] blockquote, #tve_editor [data-css=\"tve-u-160eb4a305a\"] address { line-height: 1em; }[data-css=\"tve-u-160eb49e1f7\"] { line-height: 2em !important; }[data-css=\"tve-u-160ea7cae88\"] { background-image: none !important; }[data-css=\"tve-u-160eaa7faeb\"] { padding: 0px !important; }[data-css=\"tve-u-160e9f7ce0e\"] { font-family: Lato, arial !important; }#tve_editor [data-css=\"tve-u-160e9f7868b\"] { letter-spacing: 2px; font-size: 16px !important; }[data-css=\"tve-u-160eb47f16a\"] { font-family: Lato, arial !important; }#tve_editor [data-css=\"tve-u-160eb47f143\"] { letter-spacing: 2px; font-size: 15px !important; }#tve_editor [data-css=\"tve-u-160eb475d09\"] { letter-spacing: 2px; font-size: 16px !important; }#tve_editor [data-css=\"tve-u-160eb470891\"] { letter-spacing: 2px; font-size: 16px !important; }[data-css=\"tve-u-160e9e41664\"] { margin-left: 0px !important; margin-bottom: 35px !important; }[data-css=\"tve-u-160e4c55d27\"] { padding: 40px 25px 60px !important; }[data-css=\"tve-u-160e5adb400\"] { margin-bottom: 2px !important; }[data-css=\"tve-u-160e52fbe2f\"] { margin-top: 0px !important; }#tve_editor [data-css=\"tve-u-160e52014b5\"] p, #tve_editor [data-css=\"tve-u-160e52014b5\"] li, #tve_editor [data-css=\"tve-u-160e52014b5\"] blockquote, #tve_editor [data-css=\"tve-u-160e52014b5\"] address { line-height: 0em; }[data-css=\"tve-u-160e5276a5e\"] { margin-top: 0px !important; }[data-css=\"tve-u-160e4c824a2\"] { padding-top: 0px !important; padding-bottom: 0px !important; margin-top: 0px !important; margin-bottom: 40px !important; }[data-css=\"tve-u-160e4c24b1a\"] { max-width: 100%; min-height: 0.15625vh !important; }[data-css=\"tve-u-160e4da55bb\"] { flex-direction: column; min-height: inherit; }#tve_editor [data-css=\"tve-u-160df6a2fe0\"] p, #tve_editor [data-css=\"tve-u-160df6a2fe0\"] li, #tve_editor [data-css=\"tve-u-160df6a2fe0\"] blockquote, #tve_editor [data-css=\"tve-u-160df6a2fe0\"] address { line-height: 1.3em; }[data-css=\"tve-u-160df51ca21\"] > .tve-cb { display: flex; flex-direction: column; justify-content: flex-end; }[data-css=\"tve-u-160df519447\"] { min-height: 0vh; }[data-css=\"tve-u-160df4f4d0e\"] { min-height: 297px; }[data-css=\"tve-u-160df51ca21\"] { margin-top: 0px !important; padding-top: 15px !important; padding-bottom: 15px !important; }[data-css=\"tve-u-160df8c3360\"] { padding: 50px 25px !important; }[data-css=\"tve-u-160dbceed3d\"] .tcb-button-link { padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-160dbe24f38\"] { line-height: 1.45em !important; }#tve_editor [data-css=\"tve-u-160dbe24f38\"] { letter-spacing: 2px; font-size: 16px !important; }#tve_editor [data-css=\"tve-u-160dbceed3d\"] .tcb-button-link { font-size: 18px; }[data-css=\"tve-u-160dbcbc7a4\"] { min-height: 284px; }[data-css=\"tve-u-160dbceed3d\"] { display: block; max-width: 100%; width: 100%; min-width: 100%; margin-top: 0px !important; margin-left: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-160db85dabe\"] { min-height: 1px; }[data-css=\"tve-u-160df4565d1\"] { float: none; z-index: 3; position: relative; margin-left: auto !important; margin-right: auto !important; padding-top: 0px !important; }[data-css=\"tve-u-160dbcafa88\"] { float: none; max-width: 305px; margin-top: 15px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-160db6dd8cd\"] { float: left; z-index: 3; position: relative; font-size: 20px; width: 20px; height: 20px; }[data-css=\"tve-u-160df6d74f4\"] { text-align: center; padding-left: 0px !important; margin-top: 5px !important; }[data-css=\"tve-u-160df6d53e3\"] { text-align: center; padding-right: 0px !important; }[data-css=\"tve-u-160f98df817\"] .tcb-button-link { padding-top: 0px !important; padding-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-160f98df817\"] .tcb-button-link { font-size: 18px; }[data-css=\"tve-u-160f98df817\"] { display: block; max-width: 100%; width: 100%; margin-top: 0px !important; margin-bottom: 20px !important; }[data-css=\"tve-u-160fa182f82\"] .tcb-button-link { padding-top: 0px !important; padding-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-160fa182f82\"] .tcb-button-link { font-size: 21.3333px; font-family: \"Noto Sans\"; font-weight: 400; }[data-css=\"tve-u-160fa182f82\"] { display: block; max-width: 299px; width: 299px; min-width: 100%; margin-top: 0px !important; }[data-css=\"tve-u-160fa198fbb\"] { line-height: 1.45em !important; }#tve_editor [data-css=\"tve-u-160fa198fbb\"] { letter-spacing: 2px; font-size: 16px !important; }[data-css=\"tve-u-160fec25d20\"] { line-height: 1.45em !important; }#tve_editor [data-css=\"tve-u-160fec25d20\"] { letter-spacing: 1px; font-size: 16px !important; }[data-css=\"tve-u-1635e65c044\"] { float: left; z-index: 3; position: relative; font-size: 22px; width: 22px; height: 22px; margin-left: 25px !important; }[data-css=\"tve-u-1635f136552\"] { margin-top: 10px !important; }[data-css=\"tve-u-16362a8dd87\"] { float: left; z-index: 3; position: relative; font-size: 20px; width: 20px; height: 20px; }[data-css=\"tve-u-16362aa4888\"] { float: left; z-index: 3; position: relative; font-size: 20px; width: 20px; height: 20px; }[data-css=\"tve-u-16363599740\"] { max-width: 173px; padding-top: 0px !important; }[data-css=\"tve-u-1636951d241\"] { margin-top: 10px !important; }}'),(6442,428,'tve_revision_tve_user_custom_css','.thrv_text_element p { margin: 0;}\n.thrv_heading h1,h2,h3,h4,h5 {margin: 0;}'),(6443,428,'tve_revision_tve_page_events','a:0:{}'),(6444,428,'tve_revision_tve_globals','a:2:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";s:8:\"font_cls\";a:0:{}}'),(6445,428,'tve_revision_tve_global_scripts',''),(6446,428,'tve_revision_thrive_icon_pack','0'),(6447,428,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(6448,428,'tve_revision_tve_has_masonry','0'),(6449,428,'tve_revision_tve_has_typefocus','0'),(6450,428,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16369563890\" wfd-id=\"527\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1636956410b\" data-clip-id=\"ebde87302d0be\" wfd-id=\"571\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1636955fbd2\" wfd-id=\"528\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160dbb50aca\" data-float=\"1\" wfd-id=\"565\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-160db84bfac\" data-clip-id=\"eb17500f3af4b\" wfd-id=\"570\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-eb17500f3af4b\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"divider\" pointer-width=\"100\" pointer-height=\"25\" style=\"zigzag\"><polygon points=\"0 0, 0 0.75, 0.5 1, 1 0.75,  1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-eb17500f3af4b\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"divider\" pointer-width=\"100\" pointer-height=\"25\" style=\"zigzag\"><polygon points=\"0 0, 0 0.75, 0.5 1, 1 0.75,  1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-eb17500f3af4b\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"pointer\" pointer-width=\"100\" pointer-height=\"15\" style=\"\" clip-path=\"url(#clip-mobile-top-eb17500f3af4b)\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 0 1, 0.5 0.85, 1 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-top-eb17500f3af4b\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"none\" pointer-width=\"5\" pointer-height=\"5\" style=\"zigzag\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160db85dabe\" wfd-id=\"566\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1635e6448aa\" wfd-id=\"567\"><h4 style=\"text-align: center;\"><strong>Your<br>&nbsp;â‰‘ &nbsp; &nbsp; &nbsp;Company Name &nbsp; &nbsp; &nbsp;â‰‘</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1635e5cbf37\" wfd-id=\"543\"><div class=\"tcb-flex-row tcb--cols--2 v-2 m-edit tcb-mobile-wrap tcb-resized tcb-row-reversed-mobile\" data-css=\"tve-u-1635e5cc2d9\" wfd-id=\"544\"><div class=\"tcb-flex-col\" data-css=\"tve-u-16363739cd6\" style=\"\" wfd-id=\"555\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"557\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tcb-mobile-hidden\" data-css=\"tve-u-1635e5cd7c0\" style=\"\" wfd-id=\"558\">\n<div class=\"tve-content-box-background\" wfd-id=\"564\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1635e5d9ba1\" wfd-id=\"559\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display tcb-mobile-hidden\" data-css=\"tve-u-160db6dd8cd\" style=\"\" wfd-id=\"563\"><svg class=\"tcb-icon\" viewBox=\"0 0 16 28\" data-name=\"map-marker\">\n<path d=\"M12 10c0-2.203-1.797-4-4-4s-4 1.797-4 4 1.797 4 4 4 4-1.797 4-4zM16 10c0 0.953-0.109 1.937-0.516 2.797l-5.688 12.094c-0.328 0.688-1.047 1.109-1.797 1.109s-1.469-0.422-1.781-1.109l-5.703-12.094c-0.406-0.859-0.516-1.844-0.516-2.797 0-4.422 3.578-8 8-8s8 3.578 8 8z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160df4565d1\" wfd-id=\"560\"><p>Your&nbsp; Adress Goes Here</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-16363739d27\" style=\"\" wfd-id=\"545\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"547\"><div class=\"tcb-clear\" data-css=\"tve-u-16363c02cf7\" wfd-id=\"548\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1635e5ffa41\" wfd-id=\"549\">\n<div class=\"tve-content-box-background\" wfd-id=\"554\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1635e5d9ba1\" wfd-id=\"550\"><div class=\"tcb-clear\" data-css=\"tve-u-163637c7e1e\" wfd-id=\"552\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1635e65c044\" data-float=\"1\" wfd-id=\"553\"><svg class=\"tcb-icon\" viewBox=\"0 0 22 28\" data-name=\"phone\">\n<path d=\"M22 19.375c0 0.562-0.25 1.656-0.484 2.172-0.328 0.766-1.203 1.266-1.906 1.656-0.922 0.5-1.859 0.797-2.906 0.797-1.453 0-2.766-0.594-4.094-1.078-0.953-0.344-1.875-0.766-2.734-1.297-2.656-1.641-5.859-4.844-7.5-7.5-0.531-0.859-0.953-1.781-1.297-2.734-0.484-1.328-1.078-2.641-1.078-4.094 0-1.047 0.297-1.984 0.797-2.906 0.391-0.703 0.891-1.578 1.656-1.906 0.516-0.234 1.609-0.484 2.172-0.484 0.109 0 0.219 0 0.328 0.047 0.328 0.109 0.672 0.875 0.828 1.188 0.5 0.891 0.984 1.797 1.5 2.672 0.25 0.406 0.719 0.906 0.719 1.391 0 0.953-2.828 2.344-2.828 3.187 0 0.422 0.391 0.969 0.609 1.344 1.578 2.844 3.547 4.813 6.391 6.391 0.375 0.219 0.922 0.609 1.344 0.609 0.844 0 2.234-2.828 3.187-2.828 0.484 0 0.984 0.469 1.391 0.719 0.875 0.516 1.781 1 2.672 1.5 0.313 0.156 1.078 0.5 1.188 0.828 0.047 0.109 0.047 0.219 0.047 0.328z\"></path>\n</svg></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16363599740\" wfd-id=\"551\"><p style=\"text-align: right;\">0364 - 300 - 946</p></div></div>\n</div></div></div></div></div></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160dbcafa88\" wfd-id=\"529\">\n<div class=\"tve-content-box-background\" wfd-id=\"542\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160dbcbc7a4\" wfd-id=\"530\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-160dbcd54ac\" data-tag=\"h3\" wfd-id=\"539\"><h3 style=\"text-align: center;\">This is the place to create your</h3></div><div class=\"thrv_wrapper thrv_heading tve_evt_manager_listen tve_et_tve-viewport tve_ea_thrive_animation tve_anim_slide_top\" data-css=\"tve-u-160dbcd2c5b\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_top&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" data-tag=\"h1\" wfd-id=\"536\"><h1 style=\"text-align: center;\">Best Memories</h1></div><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-160dbceed3d\" data-tcb_hover_state_parent=\"\" wfd-id=\"531\">\n<a href=\"\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"532\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-160dbe24f38\" wfd-id=\"533\"><strong>Make a reservation now</strong></span></span>\n</a>\n</div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1635e6aad72\" wfd-id=\"488\">\n<div class=\"tve-page-section-out\" wfd-id=\"526\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1635e6b4c72\" wfd-id=\"489\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160df4eae6d\" style=\"\" wfd-id=\"490\"><div class=\"tcb-flex-row tcb-medium-wrap tcb-resized tcb--cols--2\" data-css=\"tve-u-160df4bedf0\" wfd-id=\"491\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1635e9cce4d\" style=\"\" wfd-id=\"513\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160df8c3360\" wfd-id=\"515\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1635e97f913\" wfd-id=\"516\">\n<div class=\"tve-content-box-background\" wfd-id=\"525\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1635eadb72e\" wfd-id=\"517\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1636292fe99\" wfd-id=\"524\"><h4>A short story about us</h4></div><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-160df8deee2\" data-tag=\"h2\" wfd-id=\"521\"><h2>Welcome</h2></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-163629240b8\" wfd-id=\"518\"><p>Our vision is simple: create an environment of excitement and wonder.</p><p><br></p><p>We provide you with the fresh feeling that you need in summer and the cozyness you long for in winter.</p><p><br></p><p>We create the best experiences for you to share with friends.</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1635e9cce8b\" style=\"\" wfd-id=\"492\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160e5adb400\" wfd-id=\"494\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160df4c6424\" wfd-id=\"495\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-160df4db074\" wfd-id=\"512\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160df4f4d0e\" wfd-id=\"496\"><div class=\"tcb-clear\" data-css=\"tve-u-160df52e534\" wfd-id=\"497\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160df51ca21\" wfd-id=\"498\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-160df50b366\" wfd-id=\"511\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160df519447\" wfd-id=\"499\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1635eaf037e\" wfd-id=\"510\"><h6 class=\"\" data-css=\"tve-u-1635ef4f76c\" style=\"text-align: center;\"><strong>weâ€™re open from:</strong></h6></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160df6a2fe0\" wfd-id=\"500\"><div class=\"tcb-flex-row tcb--cols--2 v-2\" data-css=\"tve-u-160df6a3578\" wfd-id=\"501\"><div class=\"tcb-flex-col\" wfd-id=\"506\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160df6d53e3\" wfd-id=\"508\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160df709fbf\" wfd-id=\"509\"><p>Mo-Fr <strong>3Pm</strong> to <strong>4Am</strong></p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"502\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160df6d74f4\" wfd-id=\"504\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160df711140\" wfd-id=\"505\"><p>Sa-Su <strong>12Pm</strong> to <strong>4Am</strong></p></div></div></div></div></div></div>\n</div></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-160e4c55d27\" wfd-id=\"438\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-160e4c34c93\" data-clip-id=\"35e31e95c7382\" wfd-id=\"487\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-35e31e95c7382\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" pointer-width=\"100\" pointer-height=\"47\" style=\"zigzag\" decoration-type=\"none\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-35e31e95c7382\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" pointer-width=\"100\" pointer-height=\"47\" style=\"zigzag\" decoration-type=\"none\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-35e31e95c7382\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" pointer-width=\"100\" pointer-height=\"47\" style=\"zigzag\" decoration-type=\"none\" clip-path=\"url(#clip-mobile-top-35e31e95c7382)\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-top-35e31e95c7382\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" pointer-width=\"100\" pointer-height=\"22\" style=\"zigzag\" decoration-type=\"none\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-160e4c24b1a\" wfd-id=\"439\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-160e4c824a2\" data-tag=\"h3\" wfd-id=\"484\"><h3 data-css=\"tve-u-163630c7fc7\" style=\"text-align: center;\">Why Youâ€™ll <strong>Love</strong> our pub</h3></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160e4dadf9c\" style=\"\" wfd-id=\"440\"><div class=\"tcb-flex-row tcb--cols--3 tcb-medium-wrap v-2\" data-css=\"tve-u-160e4da55bb\" wfd-id=\"441\"><div class=\"tcb-flex-col\" wfd-id=\"468\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160e52014b5\" data-tcb_hover_state_parent=\"\" wfd-id=\"470\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1635efec9fa\" data-float=\"1\" wfd-id=\"481\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1635f098c8e\" data-tcb_hover_state_parent=\"1\" wfd-id=\"483\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16363231ead\" wfd-id=\"482\"></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160eb218e4e\" data-float=\"1\" wfd-id=\"471\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-160eb214b56\" data-clip-id=\"a182d7c321313\" data-tcb_hover_state_parent=\"1\" wfd-id=\"480\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-a182d7c321313\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"pointer\" pointer-width=\"100\" pointer-height=\"36\" style=\"\" data-inverted=\"false\"><polygon points=\"0 0, 0 0.64, 0 0.64, 0.5 1, 1 0.64, 1 0.64, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-a182d7c321313\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"none\" pointer-width=\"100\" pointer-height=\"36\" style=\"zigzag\" clip-path=\"url(#clip-tablet-top-a182d7c321313)\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-top-a182d7c321313\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"divider\" pointer-width=\"100\" pointer-height=\"22\" style=\"zigzag\"><polygon points=\"0 1, 1 1,1 0.22, 0.5 0, 0 0.22, 0 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-a182d7c321313\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"none\" pointer-width=\"100\" pointer-height=\"36\" style=\"zigzag\" clip-path=\"url(#clip-mobile-top-a182d7c321313)\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-top-a182d7c321313\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"divider\" pointer-width=\"100\" pointer-height=\"22\" style=\"zigzag\"><polygon points=\"0 1, 1 1,1 0.22, 0.5 0, 0 0.22, 0 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160eb1a09e2\" wfd-id=\"472\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1635ef71519\" wfd-id=\"477\"><p data-css=\"tve-u-160e4fd114b\" style=\"text-align: center;\">&nbsp;original</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160e501c0b4\" wfd-id=\"473\"><p data-css=\"tve-u-160e4fe84a1\" style=\"text-align: center;\"><span data-css=\"tve-u-160e4fe6187\" style=\"font-weight: 400; font-family: &quot;Kaushan Script&quot;;\" wfd-id=\"476\">drinks</span></p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"454\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160e5276a5e\" data-tcb_hover_state_parent=\"\" wfd-id=\"456\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-163628d68f3\" data-float=\"1\" wfd-id=\"465\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1635f073915\" data-tcb_hover_state_parent=\"1\" wfd-id=\"467\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16363235afe\" wfd-id=\"466\"></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160eb2222a0\" data-float=\"1\" wfd-id=\"457\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-160eb1d9ffb\" data-clip-id=\"cb4c420ba2143\" data-tcb_hover_state_parent=\"1\" wfd-id=\"464\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-cb4c420ba2143\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"pointer\" pointer-width=\"100\" pointer-height=\"36\" style=\"zigzag\"><polygon points=\"0 0, 0 0.64, 0.5 1, 1 0.64,  1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-cb4c420ba2143\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"none\" pointer-width=\"100\" pointer-height=\"36\" style=\"zigzag\" clip-path=\"url(#clip-tablet-top-cb4c420ba2143)\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-top-cb4c420ba2143\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"divider\" pointer-width=\"100\" pointer-height=\"22\" style=\"zigzag\"><polygon points=\"0 1, 1 1,1 0.22, 0.5 0, 0 0.22, 0 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-cb4c420ba2143\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"none\" pointer-width=\"100\" pointer-height=\"36\" style=\"zigzag\" clip-path=\"url(#clip-mobile-top-cb4c420ba2143)\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-top-cb4c420ba2143\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"divider\" pointer-width=\"100\" pointer-height=\"22\" style=\"zigzag\"><polygon points=\"0 1, 1 1,1 0.22, 0.5 0, 0 0.22, 0 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160eb1a09e2\" wfd-id=\"458\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1635ef72920\" wfd-id=\"463\"><p data-css=\"tve-u-160e4fd114b\" style=\"text-align: center;\">&nbsp;tasty</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160e501c0b4\" wfd-id=\"459\"><p data-css=\"tve-u-160e4fe84a1\" style=\"text-align: center;\"><span data-css=\"tve-u-160e4fe6187\" style=\"font-weight: 400; font-family: &quot;Kaushan Script&quot;;\" wfd-id=\"462\">food</span></p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"442\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160e52fbe2f\" data-tcb_hover_state_parent=\"\" wfd-id=\"444\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1635f0a8c87\" wfd-id=\"451\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1635f0b76b1\" data-tcb_hover_state_parent=\"1\" wfd-id=\"453\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-1635f010773\" wfd-id=\"452\"></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160eb0e8e90\" data-float=\"1\" wfd-id=\"445\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-160eb0d7fac\" data-clip-id=\"dd364f1962bc7\" data-tcb_hover_state_parent=\"1\" wfd-id=\"450\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-dd364f1962bc7\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"pointer\" pointer-width=\"100\" pointer-height=\"36\" style=\"zigzag\"><polygon points=\"0 0, 0 0.64, 0.5 1, 1 0.64,  1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-dd364f1962bc7\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"none\" pointer-width=\"100\" pointer-height=\"36\" style=\"zigzag\" clip-path=\"url(#clip-tablet-top-dd364f1962bc7)\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-top-dd364f1962bc7\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"divider\" pointer-width=\"100\" pointer-height=\"22\" style=\"zigzag\"><polygon points=\"0 1, 1 1,1 0.22, 0.5 0, 0 0.22, 0 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-dd364f1962bc7\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"none\" pointer-width=\"100\" pointer-height=\"36\" style=\"zigzag\" clip-path=\"url(#clip-mobile-top-dd364f1962bc7)\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-top-dd364f1962bc7\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"divider\" pointer-width=\"100\" pointer-height=\"22\" style=\"zigzag\"><polygon points=\"0 1, 1 1,1 0.22, 0.5 0, 0 0.22, 0 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160eb1a09e2\" wfd-id=\"446\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160eb1b0e14\" wfd-id=\"449\"><p data-css=\"tve-u-160e4fd114b\" style=\"text-align: center;\">&nbsp;great</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160e501c0b4\" wfd-id=\"447\"><p data-css=\"tve-u-160e4fe84a1\" style=\"text-align: center;\"><span data-css=\"tve-u-160e4fe6187\" style=\"font-weight: 400; font-family: &quot;Kaushan Script&quot;;\" wfd-id=\"448\">ambiance</span></p></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-160e9d15bdf\" wfd-id=\"281\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-160e9d118ed\" wfd-id=\"437\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-160e9d0c61d\" wfd-id=\"282\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160e9e2aeab\" wfd-id=\"436\"><h3>Take a look at</h3></div><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-160e9e41664\" data-tag=\"h2\" wfd-id=\"433\"><h2>Our Menu</h2></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160e9dff371\" wfd-id=\"283\">\n<div class=\"tve-content-box-background\" wfd-id=\"432\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160e9e03630\" wfd-id=\"284\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160ea7cae88\" wfd-id=\"285\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2\" data-css=\"tve-u-160ea7c9db0\" wfd-id=\"286\"><div class=\"tcb-flex-col\" wfd-id=\"309\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"311\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-160eb3ad20a\" wfd-id=\"429\"><h4>Drinks</h4></div><div class=\"tcb-clear\" data-css=\"tve-u-160ea7bf191\" wfd-id=\"376\"><div class=\"thrv_wrapper thrv_toggle_shortcode\" data-hover-color=\"rgba(18, 21, 25, 0.8)\" data-css=\"tve-u-160e9f87397\" wfd-id=\"377\">\n<div class=\"tve_faq\" wfd-id=\"378\">\n<div class=\"tve_faqI\" wfd-id=\"379\">\n<div class=\"tve_faqB\" wfd-id=\"422\"><span class=\"tve_not_editable tve_toggle\" wfd-id=\"428\"></span>\n<h4 class=\"tve_editable\" data-css=\"tve-u-160eb470891\"><span data-css=\"tve-u-160eb4708df\" style=\"font-family: Lato,arial;\" wfd-id=\"427\">alcoholic drinks</span></h4>\n</div>\n<div class=\"tve_faqC tve_empty_dropzone\" style=\"display: none;\" wfd-id=\"380\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160e9fad83c\" wfd-id=\"394\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-160eaa7faeb\" wfd-id=\"395\"><div class=\"tcb-flex-col\" wfd-id=\"414\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160eb4a305a\" wfd-id=\"416\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160ea977bf3\" wfd-id=\"417\"><h3 data-css=\"tve-u-160f8d013c3\"><strong>Beer (bottle)</strong></h3><p><br></p><p data-css=\"tve-u-160eb4a45fb\">Heineken</p><p data-css=\"tve-u-160eb49e1f7\">Paulaner</p><p data-css=\"tve-u-160eb4a4600\">Budweiser American Ale</p><p data-css=\"tve-u-160eb4a4603\">Land Shark Lager</p><p data-css=\"tve-u-160eb4a4605\">Scrumpy</p><p data-css=\"tve-u-160eb4a4608\">JackFirestone</p><p data-css=\"tve-u-160eb4a460a\">Walker Fortem</p><p data-css=\"tve-u-160eb4a460d\">Live Oak Hefeweizen</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"396\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160f8cfbf40\" wfd-id=\"398\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160ea9789a4\" wfd-id=\"399\"><h3 data-css=\"tve-u-160f8cf3d89\"><strong>Beer (draught)</strong></h3><p><br></p><p data-css=\"tve-u-160eb4b6f9b\"><span data-css=\"tve-u-160f8ceeb77\" wfd-id=\"413\">Guiness</span></p><p data-css=\"tve-u-160eb4b6fc8\"><span data-css=\"tve-u-160f8cef20d\" wfd-id=\"411\"><span data-css=\"tve-u-160f8ceeb79\" wfd-id=\"412\">Stela Artois</span></span></p><p data-css=\"tve-u-160eb4b6fcb\"><span data-css=\"tve-u-160f8cef245\" wfd-id=\"409\"><span data-css=\"tve-u-160f8ceebb3\" wfd-id=\"410\">Grolsch (Unfiltered)</span></span></p><p data-css=\"tve-u-160eb4b6fcd\"><span data-css=\"tve-u-160f8cef27e\" wfd-id=\"407\"><span data-css=\"tve-u-160f8ceebeb\" wfd-id=\"408\">Newcastle Brown Ale</span></span></p><p data-css=\"tve-u-160eb4b6fd0\"><span data-css=\"tve-u-160f8cef2b7\" wfd-id=\"405\"><span data-css=\"tve-u-160f8ceec23\" wfd-id=\"406\">Corona Extra</span></span></p><p data-css=\"tve-u-160eb4b6fd3\"><span data-css=\"tve-u-160f8cef2f1\" wfd-id=\"403\"><span data-css=\"tve-u-160f8ceec5c\" wfd-id=\"404\">Sam Adams</span></span></p><p data-css=\"tve-u-160eb4b6fd5\"><span data-css=\"tve-u-160f8ceec94\" wfd-id=\"402\">Miller Lite</span></p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160ea89b12a\" wfd-id=\"381\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-160eaa7faee\" wfd-id=\"382\"><div class=\"tcb-flex-col\" wfd-id=\"388\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160f8cddeb4\" wfd-id=\"390\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160ea976e63\" wfd-id=\"391\"><h3 data-css=\"tve-u-160f8cd7871\"><strong>Cocktails</strong></h3><p data-css=\"tve-u-160f8cd7919\"><br></p><p data-css=\"tve-u-160f8cd794f\">Gin &amp; Tonic</p><p data-css=\"tve-u-160f8cd7987\">Vodka Orange</p><p data-css=\"tve-u-160f8cd79c1\">Wiskey Sour</p><p data-css=\"tve-u-160f8cd79f8\">Boulevardier</p><p data-css=\"tve-u-160f8cd7a30\">Daiquiri</p><p data-css=\"tve-u-160f8cd7a68\">Martini</p><p data-css=\"tve-u-160f8cd7aa1\">Ramos Gin Fizz</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"383\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160ea928596\" wfd-id=\"385\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160ea9729a9\" wfd-id=\"387\"><h3 data-css=\"tve-u-160ea90d163\"><strong>Wine</strong></h3><p data-css=\"tve-u-160f8cc8efc\"><br></p><p data-css=\"tve-u-160f8cc8f31\"><br></p><p data-css=\"tve-u-160ea9400e0\"><strong>White</strong></p><p data-css=\"tve-u-160f8cc8f9a\"><br></p><p data-css=\"tve-u-160f8cc8fce\">Sidebar Sauvignon Blanc High Valley</p><p data-css=\"tve-u-160ea9104fd\"><br></p><p data-css=\"tve-u-160ea7224b9\">Mazzei Maremma Toscana Tenuta</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160ea9357c7\" wfd-id=\"386\"><p data-css=\"tve-u-160f8cc591b\"><br></p><p data-css=\"tve-u-160ea71c62c\"><strong>Red</strong></p><p data-css=\"tve-u-160f8cc5953\"><br></p><p data-css=\"tve-u-160ea79970d\">MarquÃ©s de CÃ¡ceres</p><p data-css=\"tve-u-160ea799710\">Rioja ReservaBelguardo</p></div></div></div></div></div></div>\n</div>\n</div>\n</div></div><div class=\"tcb-clear\" data-css=\"tve-u-160ea7bf191\" wfd-id=\"312\"><div class=\"thrv_wrapper thrv_toggle_shortcode\" data-hover-color=\"rgba(18, 21, 25, 0.8)\" data-css=\"tve-u-160eab45a4f\" wfd-id=\"313\">\n<div class=\"tve_faq\" wfd-id=\"330\">\n<div class=\"tve_faqI\" wfd-id=\"331\">\n<div class=\"tve_faqB\" wfd-id=\"371\"><span class=\"tve_not_editable tve_toggle\" wfd-id=\"375\"></span>\n<h4 class=\"tve_editable\" data-css=\"tve-u-160eb475d09\"><span data-css=\"tve-u-160eb475d4c\" style=\"font-family: Lato,arial;\" wfd-id=\"374\">soft drinks</span></h4>\n</div>\n<div class=\"tve_faqC tve_empty_dropzone\" style=\"display: none;\" wfd-id=\"332\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160eaa73bda\" wfd-id=\"355\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-160e9fac06c\" wfd-id=\"356\"><div class=\"tcb-flex-col\" wfd-id=\"365\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160f8cb9d70\" wfd-id=\"367\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160ea977bf3\" wfd-id=\"368\"><h3 data-css=\"tve-u-160f8cb610d\"><strong>Coffee</strong></h3><p data-css=\"tve-u-160f8cb6183\"><br></p><p data-css=\"tve-u-160f8cb61bc\">Expresso</p><p data-css=\"tve-u-160ea6ba060\">Expresso Machiato</p><p data-css=\"tve-u-160ea6ba063\">Irish Coffee</p><p data-css=\"tve-u-160ea6ba065\">Cafe Mendoza</p><p data-css=\"tve-u-160ea6ba067\">Latte</p><p data-css=\"tve-u-160ea6ba06a\">Americano</p><p data-css=\"tve-u-160ea6ba06c\">Baileys Irish Cream Coffee</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"357\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160f8c978c9\" wfd-id=\"359\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160f8c8c841\" wfd-id=\"360\"><h3 data-css=\"tve-u-160f8cb0034\"><strong>Juice</strong></h3><p data-css=\"tve-u-160f8cb00a7\"><br></p><p data-css=\"tve-u-160f8cb00e0\">Coca Cola</p><p data-css=\"tve-u-160f8cb011c\">Fanta</p><p data-css=\"tve-u-160f8cb0157\">Sprite</p><p data-css=\"tve-u-160f8cb0191\">Almdudler</p><p data-css=\"tve-u-160f8cb01cb\">Fresh mix&nbsp;</p><ul class=\"\" wfd-id=\"363\"><li class=\"\" data-css=\"tve-u-160ea9c9c07\" wfd-id=\"364\">Orange/ Grapefruit/Apple</li></ul><p data-css=\"tve-u-160f8cb0240\">Sam Adams</p><p data-css=\"tve-u-160f8cb027b\">Miller Lite</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160eaa8db54\" wfd-id=\"333\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-160ea89ac22\" wfd-id=\"334\"><div class=\"tcb-flex-col\" wfd-id=\"339\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"341\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160ea976e63\" wfd-id=\"342\"><h3 data-css=\"tve-u-160ea54ea72\"><span data-css=\"tve-u-160f8c69135\" wfd-id=\"354\"><strong>Smoothie</strong></span></h3><p><span data-css=\"tve-u-160f8c699b9\" wfd-id=\"352\"><span data-css=\"tve-u-160f8c691a5\" wfd-id=\"353\"><br></span></span></p><p data-css=\"tve-u-160ea6ba05c\"><span data-css=\"tve-u-160f8c699f6\" wfd-id=\"350\"><span data-css=\"tve-u-160f8c691dc\" wfd-id=\"351\">Cherry &amp; Kale</span></span></p><p data-css=\"tve-u-160ea6ba05c\"><span data-css=\"tve-u-160f8c69a2f\" wfd-id=\"348\"><span data-css=\"tve-u-160f8c69216\" wfd-id=\"349\">Blueberry &amp; Avocado</span></span></p><p data-css=\"tve-u-160ea6ba05c\"><span data-css=\"tve-u-160f8c69a67\" wfd-id=\"346\"><span data-css=\"tve-u-160f8c69250\" wfd-id=\"347\">Banana &amp; Milk</span></span></p><p data-css=\"tve-u-160ea6ba05c\"><span data-css=\"tve-u-160f8c69289\" wfd-id=\"345\">Pear &amp; Chocolate</span></p><p data-css=\"tve-u-160f8c626b2\">Veggie &amp; Green</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"335\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160ea928596\" wfd-id=\"337\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160f8c59f19\" wfd-id=\"338\"><h3 data-css=\"tve-u-160f8c5888c\"><strong>Lemonade</strong></h3><p data-css=\"tve-u-160f8c58926\"><br></p><p data-css=\"tve-u-160f8c58957\">Classic</p><p data-css=\"tve-u-160eaa5aa50\">Mint&nbsp;</p><p data-css=\"tve-u-160f8c589bd\">Orange &amp; Lime</p><p data-css=\"tve-u-160eaa62df8\">Watermelon</p></div></div></div></div></div></div>\n</div>\n</div>\n<div class=\"tve_faq\" wfd-id=\"314\">\n<div class=\"tve_faqI\" wfd-id=\"315\">\n<div class=\"tve_faqB\" wfd-id=\"325\"><span class=\"tve_not_editable tve_toggle\" wfd-id=\"329\"></span>\n<h4 class=\"tve_editable\">ADDITIONAL SPIRITS</h4>\n</div>\n<div class=\"tve_faqC\" style=\"display: none;\" wfd-id=\"316\"><div class=\"thrv_wrapper tcb-row-empty thrv-columns\" data-css=\"tve-u-1689b6473cd\" wfd-id=\"317\"><div class=\"tcb-flex-row tcb--cols--2\" wfd-id=\"318\"><div class=\"tcb-flex-col\" wfd-id=\"322\"><div class=\"tcb-col\" wfd-id=\"324\"></div></div><div class=\"tcb-flex-col\" wfd-id=\"319\"><div class=\"tcb-col\" wfd-id=\"321\"></div></div></div></div></div>\n</div>\n</div></div></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"287\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160eb38e170\" wfd-id=\"289\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-160eaaf84a6\" wfd-id=\"308\"><h4 class=\"\">Food</h4></div><div class=\"tcb-clear\" data-css=\"tve-u-160ea7bf191\" wfd-id=\"298\"><div class=\"thrv_wrapper thrv_toggle_shortcode\" data-hover-color=\"rgba(18, 21, 25, 0.8)\" data-css=\"tve-u-160ead973a1\" wfd-id=\"299\">\n<div class=\"tve_faq\" wfd-id=\"300\">\n<div class=\"tve_faqI\" wfd-id=\"301\">\n<div class=\"tve_faqB\" wfd-id=\"303\"><span class=\"tve_not_editable tve_toggle\" wfd-id=\"307\"></span>\n<h4 class=\"tve_editable\" data-css=\"tve-u-160eb47f143\"><span data-css=\"tve-u-160eb47f16a\" wfd-id=\"306\">starters</span></h4>\n</div>\n<div class=\"tve_faqC tve_empty_dropzone\" style=\"display: none;\" wfd-id=\"302\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160eb521486\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-160eb54da29\"><div class=\"tcb-flex-col\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160e9fbbfa0\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160f8c2bf72\"><h3 data-css=\"tve-u-160f8c28393\"><strong>Snacks</strong></h3><p data-css=\"tve-u-160f8c283f9\"><br></p><p data-css=\"tve-u-160f8c2842b\">Chips</p><p data-css=\"tve-u-160f8c28460\">Hazelnuts</p><p data-css=\"tve-u-160f8c28493\">Peanuts</p><p data-css=\"tve-u-160f8c284c6\">Tortilla chips</p><p data-css=\"tve-u-160f8c25bba\">Chocolate croissants</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160e9fc2c51\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160ea9c1e15\"><h3 data-css=\"tve-u-160eb553062\"><strong>Meals</strong></h3><p data-css=\"tve-u-160eb5530cd\"><br></p><p data-css=\"tve-u-160eb553103\">Crab cakes<u>â€‹</u></p><p data-css=\"tve-u-160eb553138\">Chicken wings</p><p data-css=\"tve-u-160eb55316d\">White beans with herbs</p><p data-css=\"tve-u-160eb5531a1\">Stuffed mushrooms</p><p data-css=\"tve-u-160eb5531d8\">Smoked salmon spread</p><p data-css=\"tve-u-160eb55320f\">Authentic houmous</p></div></div></div></div></div></div>\n</div>\n</div>\n</div></div><div class=\"tcb-clear\" data-css=\"tve-u-160ea7bf191\" wfd-id=\"290\"><div class=\"thrv_wrapper thrv_toggle_shortcode\" data-hover-color=\"rgba(18, 21, 25, 0.8)\" data-css=\"tve-u-160eb42c2ca\" wfd-id=\"291\">\n<div class=\"tve_faq\" wfd-id=\"292\">\n<div class=\"tve_faqI\" wfd-id=\"293\">\n<div class=\"tve_faqB\" wfd-id=\"295\"><span class=\"tve_not_editable tve_toggle\" wfd-id=\"297\"></span>\n<h4 class=\"tve_editable\" data-css=\"tve-u-160e9f7868b\"><span data-css=\"tve-u-160e9f7ce0e\" wfd-id=\"296\">main course</span></h4>\n</div>\n<div class=\"tve_faqC tve_empty_dropzone\" style=\"display: none;\" wfd-id=\"294\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160ead90ba7\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-160eadcc8c9\"><div class=\"tcb-flex-col\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160f8d12a0d\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160ea977bf3\"><h3 data-css=\"tve-u-160eb5275ca\"><strong>Soup</strong></h3><p data-css=\"tve-u-160eb52762c\"><br></p><p data-css=\"tve-u-160eb52765c\">Fish soup</p><p data-css=\"tve-u-160eb52768d\">Squash &amp; parsley&nbsp;</p><p data-css=\"tve-u-160eb5276bf\">Tomato</p><p data-css=\"tve-u-160eb5276f3\">Chicken Almond<br>Arizona Mountain<br>Bayou Shrimp<br>Beef &amp; Pasta Mushroom</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160e9fc2c51\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160eb537e16\"><h3 data-css=\"tve-u-160eb5346af\"><strong>Main dish</strong></h3><p data-css=\"tve-u-160eb534715\"><br></p><p data-css=\"tve-u-160eadffc69\">Chickpea Cauliflower Korma</p><p data-css=\"tve-u-160eb53477a\">Lasagna</p><p data-css=\"tve-u-160eb5347ae\">Veggie Lasagna</p><p data-css=\"tve-u-160eb5347e1\">Pizza Capriciosa</p><p data-css=\"tve-u-160eb534816\">Pizza Margherita</p><p data-css=\"tve-u-160eb53484c\">House Burger</p></div></div></div></div></div></div>\n</div>\n</div>\n</div></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1635ee0cb15\" wfd-id=\"156\">\n<div class=\"tve-page-section-out\" wfd-id=\"280\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1635ebf2201\" wfd-id=\"157\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160f8e625a1\" wfd-id=\"276\"><h3 data-css=\"tve-u-1635f10faad\" style=\"text-align: center;\">What <span data-css=\"tve-u-1635f111354\" style=\"text-transform: uppercase;\" wfd-id=\"279\">o</span>ur customers say</h3></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1635ed91639\" wfd-id=\"158\"><div class=\"tcb-flex-row tcb--cols--3\" data-css=\"tve-u-1635ed274dc\" wfd-id=\"159\"><div class=\"tcb-flex-col\" wfd-id=\"234\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1636390be1e\" wfd-id=\"236\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1635f1b25ed\" wfd-id=\"254\">\n<div class=\"tve-content-box-background\" wfd-id=\"275\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1635f125271\" wfd-id=\"255\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1635f138d3b\" wfd-id=\"271\"><p data-css=\"tve-u-160fa718c59\"><span data-css=\"tve-u-160fa718c5e\" wfd-id=\"274\">â</span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1635f136552\" wfd-id=\"268\"><p data-css=\"tve-u-163629eed0d\">Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit. Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit.</p></div><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"2\" data-color=\"rgb(218, 144, 15)\" data-css=\"tve-u-1635f14cd1e\" wfd-id=\"267\">\n<hr class=\"tve_sep tve_sep-1\">\n</div><div class=\"tcb-clear\" data-css=\"tve-u-160f93bdfb1\" wfd-id=\"265\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1636392a6b1\" wfd-id=\"266\"><svg class=\"tcb-icon\" viewBox=\"0 0 16 28\" data-name=\"sort-desc\">\n<path d=\"M16 17c0 0.266-0.109 0.516-0.297 0.703l-7 7c-0.187 0.187-0.438 0.297-0.703 0.297s-0.516-0.109-0.703-0.297l-7-7c-0.187-0.187-0.297-0.438-0.297-0.703 0-0.547 0.453-1 1-1h14c0.547 0 1 0.453 1 1z\"></path>\n</svg></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1635f123a1e\" wfd-id=\"261\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1636393c2d2\" data-float=\"1\" wfd-id=\"262\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-160f957664d\" wfd-id=\"264\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-163629eb59f\" wfd-id=\"263\"></div>\n</div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1635f121505\" wfd-id=\"256\"><p data-css=\"tve-u-163629db329\"><strong><span data-css=\"tve-u-163629f6835\" style=\"font-size: 16px;\" wfd-id=\"260\">Josie Carter</span></strong></p><p data-css=\"tve-u-163629e77b3\"><span data-css=\"tve-u-163629f6837\" style=\"font-size: 16px;\" wfd-id=\"259\"><em>Marine Biologist</em></span></p><p data-css=\"tve-u-160f9514c00\">â€‹<br></p></div></div>\n</div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-161701a8fd1\" wfd-id=\"237\"><div class=\"tcb-flex-row tcb--cols--3 tcb-resized tcb-resizing tcb-medium-no-wrap v-2 tcb-mobile-wrap m-edit\" data-css=\"tve-u-161703e4bac\" wfd-id=\"238\"><div class=\"tcb-flex-col\" data-css=\"tve-u-16170332517\" style=\"\" wfd-id=\"248\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"250\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16170441415\" wfd-id=\"251\"><p data-css=\"tve-u-16170191bce\"><em>As seen on</em></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1617033251d\" style=\"width: 85px;\" wfd-id=\"243\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"245\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16170185cb5\" wfd-id=\"246\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"247\"><img class=\"tve_image wp-image-3532\" alt=\"\" width=\"45\" height=\"30\" title=\"trip-advisor-logo_03\" data-id=\"3532\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/trip-advisor-logo_03.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1617033371d\" style=\"\" wfd-id=\"239\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"241\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16170442200\" wfd-id=\"242\"><p data-css=\"tve-u-161701c9195\"><a href=\"https://www.tripadvisor.com/\" target=\"_blank\"><u>See more reviews</u></a><u>â€‹â€‹â€‹â€‹</u></p></div></div></div></div></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"196\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-163639549e4\" wfd-id=\"198\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1635f1b3fee\" wfd-id=\"214\">\n<div class=\"tve-content-box-background\" wfd-id=\"233\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16362a05c8f\" wfd-id=\"215\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1636390935e\" wfd-id=\"229\"><p data-css=\"tve-u-160fa718c59\"><span data-css=\"tve-u-160fa718c5e\" wfd-id=\"232\">â</span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1636951d241\" wfd-id=\"226\"><p data-css=\"tve-u-16362a0d7c6\">Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae erat consequat auctor eu in elit. Class aptent!</p></div><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"2\" data-color=\"rgb(218, 144, 15)\" data-css=\"tve-u-16369519850\" wfd-id=\"225\">\n<hr class=\"tve_sep tve_sep-1\">\n</div><div class=\"tcb-clear\" data-css=\"tve-u-160f93bdfb1\" wfd-id=\"223\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1636392e791\" wfd-id=\"224\"><svg class=\"tcb-icon\" viewBox=\"0 0 16 28\" data-name=\"sort-desc\">\n<path d=\"M16 17c0 0.266-0.109 0.516-0.297 0.703l-7 7c-0.187 0.187-0.438 0.297-0.703 0.297s-0.516-0.109-0.703-0.297l-7-7c-0.187-0.187-0.297-0.438-0.297-0.703 0-0.547 0.453-1 1-1h14c0.547 0 1 0.453 1 1z\"></path>\n</svg></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1635ec5add7\" wfd-id=\"219\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1636393da63\" data-float=\"1\" wfd-id=\"220\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1635f13f574\" wfd-id=\"222\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16362a05cc8\" wfd-id=\"221\"></div>\n</div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160fa6805d4\" wfd-id=\"216\"><p data-css=\"tve-u-16362a08679\"><strong>Jesse O\'neil</strong></p><p data-css=\"tve-u-16362a0a74e\"><em>Advertising</em></p><p data-css=\"tve-u-16362a0a750\">â€‹<br></p></div></div>\n</div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16170325257\" wfd-id=\"199\"><div class=\"tcb-flex-row tcb--cols--3 tcb-resized tcb-medium-no-wrap v-2 tcb-mobile-wrap m-edit\" data-css=\"tve-u-1617045651a\" wfd-id=\"200\"><div class=\"tcb-flex-col\" data-css=\"tve-u-16170334a49\" style=\"\" wfd-id=\"210\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"212\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-161704435d7\" wfd-id=\"213\"><p data-css=\"tve-u-16170191bce\"><em>As seen on</em></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-16170334a4f\" style=\"\" wfd-id=\"205\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"207\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-161702e8042\" wfd-id=\"208\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"209\"><img class=\"tve_image wp-image-3538\" alt=\"\" width=\"52\" height=\"31\" title=\"foursquare-logo_03\" data-id=\"3538\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/foursquare-logo_03.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-161703373d0\" style=\"\" wfd-id=\"201\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"203\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16170445bb9\" wfd-id=\"204\"><p data-css=\"tve-u-161701c9195\"><a href=\"https://foursquare.com/\" target=\"_blank\"><u>See more reviewsâ€‹â€‹â€‹â€‹</u></a></p></div></div></div></div></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"160\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16363524c1e\" wfd-id=\"162\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1635ebfe4fc\" wfd-id=\"178\">\n<div class=\"tve-content-box-background\" wfd-id=\"195\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1635ec2801b\" wfd-id=\"179\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1635f139f5c\" wfd-id=\"191\"><p data-css=\"tve-u-160fa718c59\"><span data-css=\"tve-u-160fa718c5e\" wfd-id=\"194\">â</span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160f961e617\" wfd-id=\"190\"><p data-css=\"tve-u-16362a2156e\">Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Mauris in erat justo. Nullam ac urna eu felis dapibus condimentum sit amet a augue. Sed non neque elit.</p></div><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"2\" data-color=\"rgb(218, 144, 15)\" data-css=\"tve-u-160f9405e56\" wfd-id=\"189\">\n<hr class=\"tve_sep tve_sep-1\">\n</div><div class=\"tcb-clear\" data-css=\"tve-u-160f93bdfb1\" wfd-id=\"187\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1635ed98a8a\" wfd-id=\"188\"><svg class=\"tcb-icon\" viewBox=\"0 0 16 28\" data-name=\"sort-desc\">\n<path d=\"M16 17c0 0.266-0.109 0.516-0.297 0.703l-7 7c-0.187 0.187-0.438 0.297-0.703 0.297s-0.516-0.109-0.703-0.297l-7-7c-0.187-0.187-0.297-0.438-0.297-0.703 0-0.547 0.453-1 1-1h14c0.547 0 1 0.453 1 1z\"></path>\n</svg></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1635ec5add7\" wfd-id=\"183\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160f9562c14\" data-float=\"1\" wfd-id=\"184\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1635f187bfc\" wfd-id=\"186\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-1635edf3681\" wfd-id=\"185\"></div>\n</div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160fa6805d4\" wfd-id=\"180\"><p data-css=\"tve-u-163629df961\"><strong><span data-css=\"tve-u-16362a29860\" style=\"font-size: 16px;\" wfd-id=\"182\">Gabriel Jones</span></strong></p><p data-css=\"tve-u-16362a2c533\"><span data-css=\"tve-u-16362a29862\" style=\"font-size: 16px;\" wfd-id=\"181\"><em>Brand Management Consultant</em></span></p><p data-css=\"tve-u-160f9514c00\"><strong>â€‹</strong><br></p></div></div>\n</div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-161703268c0\" wfd-id=\"163\"><div class=\"tcb-flex-row tcb--cols--3 tcb-resized tcb-medium-no-wrap v-2 tcb-mobile-wrap m-edit\" data-css=\"tve-u-161701a2f15\" wfd-id=\"164\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1617019989e\" style=\"\" wfd-id=\"174\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"176\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16170471614\" wfd-id=\"177\"><p data-css=\"tve-u-16170191bce\"><em>As seen on</em></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-161701998d2\" style=\"\" wfd-id=\"169\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"171\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1617031f43b\" wfd-id=\"172\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"173\"><img class=\"tve_image wp-image-3542\" alt=\"\" width=\"49\" height=\"24\" title=\"yelp-logo_03\" data-id=\"3542\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/yelp-logo_03.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-161701c1618\" style=\"\" wfd-id=\"165\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"167\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-161701b642a\" wfd-id=\"168\"><p data-css=\"tve-u-161701c9195\"><a href=\"https://www.yelp.com/\" target=\"_blank\"><u>See more reviews</u></a><u>â€‹â€‹â€‹â€‹</u></p></div></div></div></div></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-160f96ef669\" wfd-id=\"114\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-160f96f5e19\" data-clip-id=\"c22944d35542f\" wfd-id=\"155\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-c22944d35542f\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" pointer-width=\"100\" pointer-height=\"14\" style=\"zigzag\" decoration-type=\"none\" clip-path=\"url(#clip-top-c22944d35542f)\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-c22944d35542f\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" pointer-width=\"100\" pointer-height=\"14\" style=\"zigzag\" decoration-type=\"none\" clip-path=\"url(#clip-mobile-top-c22944d35542f)\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-top-c22944d35542f\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" pointer-width=\"100\" pointer-height=\"10\" style=\"zigzag\" decoration-type=\"none\" clip-path=\"url(#clip-top-c22944d35542f)\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-top-c22944d35542f\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" pointer-width=\"100\" pointer-height=\"13\" decoration-type=\"none\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-160f96c069e\" wfd-id=\"115\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160f9714a61\" wfd-id=\"116\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-160f9734b53\" data-clip-id=\"c8e428685a637\" wfd-id=\"154\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-c8e428685a637\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"pointer\" pointer-width=\"100\" pointer-height=\"13\" style=\"zigzag\" clip-path=\"url(#clip-bottom-c8e428685a637)\"><polygon points=\"1 0.13, 0.5 0, 0 0.13, 0 0.13, 0 1, 1 1, 1 0.13\"></polygon></clipPath><clipPath id=\"clip-bottom-c8e428685a637\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"pointer\" pointer-width=\"100\" pointer-height=\"14.000000000000002\" style=\"\"><polygon points=\"0 0, 0 0.86, 0 0.86, 0.5 1, 1 0.86, 1 0.86, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-top-c8e428685a637\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"divider\" pointer-width=\"100\" pointer-height=\"13\" style=\"zigzag\" clip-path=\"url(#clip-tablet-bottom-c8e428685a637)\"><polygon points=\"0 1, 1 1,1 0.13, 0.5 0, 0 0.13, 0 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-c8e428685a637\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"divider\" pointer-width=\"100\" pointer-height=\"14\" style=\"zigzag\"><polygon points=\"0 0, 0 0.86, 0.5 1, 1 0.86,  1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-top-c8e428685a637\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"divider\" pointer-width=\"100\" pointer-height=\"10\" style=\"zigzag\" clip-path=\"url(#clip-mobile-bottom-c8e428685a637)\"><polygon points=\"0 1, 1 1,1 0.1, 0.5 0, 0 0.1, 0 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-c8e428685a637\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"divider\" pointer-width=\"100\" pointer-height=\"10\" style=\"zigzag\"><polygon points=\"0 0, 0 0.9, 0.5 1, 1 0.9,  1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160f972cd2b\" wfd-id=\"117\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160f97e6953\" wfd-id=\"150\"><p data-css=\"tve-u-160f97ddb8a\" style=\"text-align: center;\"><span data-css=\"tve-u-160f97e0356\" style=\"font-weight: 400; font-family: &quot;Kaushan Script&quot;;\" wfd-id=\"153\">Happy Hour</span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160f98a0d17\" wfd-id=\"144\"><p data-css=\"tve-u-160f9bf9be2\" style=\"text-align: center;\"><span data-css=\"tve-u-160f9bfdcb7\" wfd-id=\"148\">2 shots for the price of 1 between 18<span data-css=\"tve-u-160f9823757\" wfd-id=\"149\">&nbsp;PM&nbsp;</span>- 20 </span><span data-css=\"tve-u-160f984f29b\" wfd-id=\"147\">PM</span></p></div><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-160f98df817\" data-tcb_hover_state_parent=\"\" wfd-id=\"139\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"140\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-160fec25d20\" wfd-id=\"141\"><strong>Make a reservation now</strong></span></span>\n</a>\n</div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160f9b74c2b\" wfd-id=\"123\"><div class=\"tcb-flex-row tcb-resized tcb--cols--3 tcb-medium-no-wrap tcb-mobile-edit tcb-resizing v-2\" data-css=\"tve-u-160f9b69526\" wfd-id=\"124\"><div class=\"tcb-flex-col\" data-css=\"tve-u-160f9b7a36e\" style=\"\" wfd-id=\"135\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"137\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(176, 171, 155, 0.3)\" data-css=\"tve-u-160f9b9db80\" wfd-id=\"138\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-160f9b7a39a\" style=\"width: 97px;\" wfd-id=\"129\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160ff36e890\" wfd-id=\"131\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160fa7619dc\" wfd-id=\"132\"><p data-css=\"tve-u-160f9b916f8\" style=\"text-align: center;\">or</p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-160f9b7a3c6\" style=\"\" wfd-id=\"125\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"127\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(176, 171, 155, 0.3)\" data-css=\"tve-u-160f9bd1e50\" wfd-id=\"128\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160f9bf1aea\" wfd-id=\"118\"><p data-css=\"tve-u-160f981fb0c\" style=\"text-align: center;\"><span data-css=\"tve-u-160f9c02898\" wfd-id=\"121\"><span data-css=\"tve-u-160ff467c38\" wfd-id=\"122\">Call us</span> : 0300-984-589</span></p></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-160f9c6a4fe\" wfd-id=\"76\">\n<div class=\"tve-page-section-out\" wfd-id=\"113\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-160f9c6d0ad\" wfd-id=\"77\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160f9caae7b\" wfd-id=\"112\"><h3 data-css=\"tve-u-1635f21f43a\" style=\"text-align: center;\">our signature drinks</h3></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160f9c7f698\" wfd-id=\"78\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--4\" data-css=\"tve-u-160f9c75fb0\" wfd-id=\"79\"><div class=\"tcb-flex-col\" wfd-id=\"104\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160f9cccb99\" data-tcb_hover_state_parent=\"\" wfd-id=\"106\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1616a9cfa4b\" wfd-id=\"107\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1616a721403\" wfd-id=\"111\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1616a74e73b\" wfd-id=\"108\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1616a5e01ba\" wfd-id=\"109\"><p data-css=\"tve-u-160f9d496b3\" style=\"text-align: center;\"><span data-css=\"tve-u-160f9d5377f\" style=\"font-weight: 400; font-family: &quot;Kaushan Script&quot;;\" wfd-id=\"110\">Wiskey Sour</span></p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"96\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160f9d08737\" data-tcb_hover_state_parent=\"\" wfd-id=\"98\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1616a9d1ca7\" wfd-id=\"99\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1616a721403\" wfd-id=\"103\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1616a74e73b\" wfd-id=\"100\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1616a5e01ba\" wfd-id=\"101\"><p data-css=\"tve-u-160f9d496b3\" style=\"text-align: center;\"><span data-css=\"tve-u-160f9d5377f\" style=\"font-weight: 400; font-family: &quot;Kaushan Script&quot;;\" wfd-id=\"102\">Boulevardier</span></p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"88\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160f9d0b00e\" data-tcb_hover_state_parent=\"\" wfd-id=\"90\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1616a9d3730\" wfd-id=\"91\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1616a721403\" wfd-id=\"95\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1616a74e73b\" wfd-id=\"92\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1616a5e01ba\" wfd-id=\"93\"><p data-css=\"tve-u-160f9d496b3\" style=\"text-align: center;\"><span data-css=\"tve-u-160f9d5377f\" style=\"font-weight: 400; font-family: &quot;Kaushan Script&quot;;\" wfd-id=\"94\">Gin Fizz</span></p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"80\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160f9d0c9a0\" data-tcb_hover_state_parent=\"\" wfd-id=\"82\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1616a708b49\" wfd-id=\"83\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1616a721403\" wfd-id=\"87\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1616a74e73b\" wfd-id=\"84\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1616a5e01ba\" wfd-id=\"85\"><p data-css=\"tve-u-160f9d496b3\" style=\"text-align: center;\"><span data-css=\"tve-u-160f9d5377f\" style=\"font-weight: 400; font-family: &quot;Kaushan Script&quot;;\" wfd-id=\"86\">Spicy Tequila Shot</span></p></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-160fe140452\" style=\"\" wfd-id=\"41\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-16362e0aed9\" wfd-id=\"75\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-160fe13ce28\" wfd-id=\"42\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160f9ec40fc\" wfd-id=\"43\"><div class=\"tcb-flex-row tcb--cols--2 tcb-medium-no-wrap v-2 tcb-mobile-wrap m-edit\" data-css=\"tve-u-160f9ebf905\" wfd-id=\"44\"><div class=\"tcb-flex-col\" wfd-id=\"49\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160f9ee08be\" wfd-id=\"51\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160fa01d193\" wfd-id=\"52\">\n<div class=\"tve-content-box-background\" wfd-id=\"74\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"53\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1635f273315\" wfd-id=\"72\"><h4 data-css=\"tve-u-1635f28650b\"><strong><span data-css=\"tve-u-16362a7e959\" style=\"text-transform: none;\" wfd-id=\"73\">Your</span></strong><br><strong>Company name</strong></h4></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16362aabe81\" wfd-id=\"64\">\n<div class=\"tve-content-box-background\" wfd-id=\"71\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1635e5d9ba1\" wfd-id=\"65\"><div class=\"tcb-clear\" data-css=\"tve-u-16363d2efc4\" wfd-id=\"69\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-16362a8dd87\" data-float=\"1\" wfd-id=\"70\"><svg class=\"tcb-icon\" viewBox=\"0 0 16 28\" data-name=\"map-marker\">\n<path d=\"M12 10c0-2.203-1.797-4-4-4s-4 1.797-4 4 1.797 4 4 4 4-1.797 4-4zM16 10c0 0.953-0.109 1.937-0.516 2.797l-5.688 12.094c-0.328 0.688-1.047 1.109-1.797 1.109s-1.469-0.422-1.781-1.109l-5.703-12.094c-0.406-0.859-0.516-1.844-0.516-2.797 0-4.422 3.578-8 8-8s8 3.578 8 8z\"></path>\n</svg></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160df4565d1\" wfd-id=\"66\"><p data-css=\"tve-u-1636311d040\">Your Pub Adress Goes Here</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1636301dc81\" wfd-id=\"59\">\n<div class=\"tve-content-box-background\" wfd-id=\"63\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1635e5d9ba1\" wfd-id=\"60\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-16362aa4888\" wfd-id=\"62\"><svg class=\"tcb-icon\" viewBox=\"0 0 22 28\" data-name=\"phone\">\n<path d=\"M22 19.375c0 0.562-0.25 1.656-0.484 2.172-0.328 0.766-1.203 1.266-1.906 1.656-0.922 0.5-1.859 0.797-2.906 0.797-1.453 0-2.766-0.594-4.094-1.078-0.953-0.344-1.875-0.766-2.734-1.297-2.656-1.641-5.859-4.844-7.5-7.5-0.531-0.859-0.953-1.781-1.297-2.734-0.484-1.328-1.078-2.641-1.078-4.094 0-1.047 0.297-1.984 0.797-2.906 0.391-0.703 0.891-1.578 1.656-1.906 0.516-0.234 1.609-0.484 2.172-0.484 0.109 0 0.219 0 0.328 0.047 0.328 0.109 0.672 0.875 0.828 1.188 0.5 0.891 0.984 1.797 1.5 2.672 0.25 0.406 0.719 0.906 0.719 1.391 0 0.953-2.828 2.344-2.828 3.187 0 0.422 0.391 0.969 0.609 1.344 1.578 2.844 3.547 4.813 6.391 6.391 0.375 0.219 0.922 0.609 1.344 0.609 0.844 0 2.234-2.828 3.187-2.828 0.484 0 0.984 0.469 1.391 0.719 0.875 0.516 1.781 1 2.672 1.5 0.313 0.156 1.078 0.5 1.188 0.828 0.047 0.109 0.047 0.219 0.047 0.328z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160df4565d1\" wfd-id=\"61\"><p data-css=\"tve-u-1636311dda3\" style=\"text-align: left;\">0364 - 300 - 946</p></div></div>\n</div><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-160fa182f82\" data-tcb_hover_state_parent=\"\" wfd-id=\"54\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"55\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-160fa198fbb\" wfd-id=\"56\">Make a reservation now</span></span>\n</a>\n</div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"45\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160fa1c8dca\" wfd-id=\"47\"><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-160fa11f4f2\" wfd-id=\"48\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=London&amp;t=m&amp;z=12&amp;output=embed&amp;iwloc=near\"></iframe>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16362e2956e\" wfd-id=\"27\">\n<div class=\"tve-page-section-out\" wfd-id=\"40\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16362e27bcb\" wfd-id=\"28\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160fa4daf17\" wfd-id=\"29\"><div class=\"tcb-flex-row tcb--cols--2 v-2\" data-css=\"tve-u-160fa4d8d4f\" wfd-id=\"30\"><div class=\"tcb-flex-col\" wfd-id=\"36\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"38\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160fa4b581e\" wfd-id=\"39\"><p data-css=\"tve-u-160fa489bd9\" style=\"text-align: left;\">Â© 2018 , Your company name . All rights reserved.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"31\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160fec923bf\" wfd-id=\"33\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160fec99b6f\" wfd-id=\"34\"><p style=\"text-align: right;\" data-css=\"tve-u-16363b1b458\"><span style=\"color: rgba(3, 9, 14, 0.5);\" data-css=\"tve-u-16363b4867f\" wfd-id=\"35\"><u>â€‹</u>â€‹â€‹â€‹â€‹Made with</span> <a href=\"https://thrivethemes.com/\" target=\"_blank\">Thrive Architect</a></p></div></div></div></div></div></div>\n</div>'),(6451,428,'tve_revision_tve_has_wistia_popover','0'),(6452,545,'tve_revision_tve_landing_page','tcb2-thrivebiz-pub'),(6453,545,'tve_revision_tve_landing_set',''),(6454,545,'tve_revision_tve_disable_theme_dependency','1'),(6455,545,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16369563890\" wfd-id=\"498\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1636956410b\" data-clip-id=\"7bb59bbf51894\" wfd-id=\"544\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1636955fbd2\" wfd-id=\"499\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160dbb50aca\" data-float=\"1\" wfd-id=\"538\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-160db84bfac\" data-clip-id=\"eb17500f3af4b\" wfd-id=\"543\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-eb17500f3af4b\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"divider\" pointer-width=\"100\" pointer-height=\"25\" style=\"zigzag\"><polygon points=\"0 0, 0 0.75, 0.5 1, 1 0.75,  1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-eb17500f3af4b\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"divider\" pointer-width=\"100\" pointer-height=\"25\" style=\"zigzag\"><polygon points=\"0 0, 0 0.75, 0.5 1, 1 0.75,  1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-eb17500f3af4b\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"pointer\" pointer-width=\"100\" pointer-height=\"15\" style=\"\" clip-path=\"url(#clip-mobile-top-eb17500f3af4b)\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 0 1, 0.5 0.85, 1 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-top-eb17500f3af4b\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"none\" pointer-width=\"5\" pointer-height=\"5\" style=\"zigzag\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160db85dabe\" wfd-id=\"539\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1635e6448aa\" wfd-id=\"540\"><h4 style=\"text-align: center;\"><strong>Your<br>&nbsp;â‰‘ &nbsp; &nbsp; &nbsp;Company Name &nbsp; &nbsp; &nbsp;â‰‘</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1635e5cbf37\" wfd-id=\"516\"><div class=\"tcb-flex-row tcb--cols--2 v-2 m-edit tcb-mobile-wrap tcb-resized tcb-row-reversed-mobile\" data-css=\"tve-u-1635e5cc2d9\" wfd-id=\"517\"><div class=\"tcb-flex-col\" data-css=\"tve-u-16363739cd6\" style=\"\" wfd-id=\"528\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"530\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tcb-mobile-hidden\" data-css=\"tve-u-1635e5cd7c0\" style=\"\" wfd-id=\"531\">\n<div class=\"tve-content-box-background\" wfd-id=\"537\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1635e5d9ba1\" wfd-id=\"532\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display tcb-mobile-hidden\" data-css=\"tve-u-160db6dd8cd\" style=\"\" wfd-id=\"536\"><svg class=\"tcb-icon\" viewBox=\"0 0 16 28\" data-name=\"map-marker\">\n<path d=\"M12 10c0-2.203-1.797-4-4-4s-4 1.797-4 4 1.797 4 4 4 4-1.797 4-4zM16 10c0 0.953-0.109 1.937-0.516 2.797l-5.688 12.094c-0.328 0.688-1.047 1.109-1.797 1.109s-1.469-0.422-1.781-1.109l-5.703-12.094c-0.406-0.859-0.516-1.844-0.516-2.797 0-4.422 3.578-8 8-8s8 3.578 8 8z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160df4565d1\" wfd-id=\"533\"><p>Your&nbsp; Adress Goes Here</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-16363739d27\" style=\"\" wfd-id=\"518\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"520\"><div class=\"tcb-clear\" data-css=\"tve-u-16363c02cf7\" wfd-id=\"521\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1635e5ffa41\" wfd-id=\"522\">\n<div class=\"tve-content-box-background\" wfd-id=\"527\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1635e5d9ba1\" wfd-id=\"523\"><div class=\"tcb-clear\" data-css=\"tve-u-163637c7e1e\" wfd-id=\"525\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1635e65c044\" data-float=\"1\" wfd-id=\"526\"><svg class=\"tcb-icon\" viewBox=\"0 0 22 28\" data-name=\"phone\">\n<path d=\"M22 19.375c0 0.562-0.25 1.656-0.484 2.172-0.328 0.766-1.203 1.266-1.906 1.656-0.922 0.5-1.859 0.797-2.906 0.797-1.453 0-2.766-0.594-4.094-1.078-0.953-0.344-1.875-0.766-2.734-1.297-2.656-1.641-5.859-4.844-7.5-7.5-0.531-0.859-0.953-1.781-1.297-2.734-0.484-1.328-1.078-2.641-1.078-4.094 0-1.047 0.297-1.984 0.797-2.906 0.391-0.703 0.891-1.578 1.656-1.906 0.516-0.234 1.609-0.484 2.172-0.484 0.109 0 0.219 0 0.328 0.047 0.328 0.109 0.672 0.875 0.828 1.188 0.5 0.891 0.984 1.797 1.5 2.672 0.25 0.406 0.719 0.906 0.719 1.391 0 0.953-2.828 2.344-2.828 3.187 0 0.422 0.391 0.969 0.609 1.344 1.578 2.844 3.547 4.813 6.391 6.391 0.375 0.219 0.922 0.609 1.344 0.609 0.844 0 2.234-2.828 3.187-2.828 0.484 0 0.984 0.469 1.391 0.719 0.875 0.516 1.781 1 2.672 1.5 0.313 0.156 1.078 0.5 1.188 0.828 0.047 0.109 0.047 0.219 0.047 0.328z\"></path>\n</svg></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16363599740\" wfd-id=\"524\"><p style=\"text-align: right;\">0364 - 300 - 946</p></div></div>\n</div></div></div></div></div></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160dbcafa88\" wfd-id=\"500\">\n<div class=\"tve-content-box-background\" wfd-id=\"515\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160dbcbc7a4\" wfd-id=\"501\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-160dbcd54ac\" data-tag=\"h3\" wfd-id=\"512\"><h3 style=\"text-align: center;\">This is the place to create your</h3></div><div class=\"thrv_wrapper thrv_heading tve_evt_manager_listen tve_et_tve-viewport tve_ea_thrive_animation tve_anim_slide_top\" data-css=\"tve-u-160dbcd2c5b\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_top&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" data-tag=\"h1\" wfd-id=\"507\"><h1 style=\"text-align: center;\">Best Memories</h1></div><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-160dbceed3d\" data-tcb_hover_state_parent=\"\" wfd-id=\"502\">\n<a href=\"\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"503\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-160dbe24f38\" wfd-id=\"504\"><strong>Make a reservation now</strong></span></span>\n</a>\n</div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1635e6aad72\" wfd-id=\"441\">\n<div class=\"tve-page-section-out\" wfd-id=\"497\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1635e6b4c72\" wfd-id=\"442\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160df4eae6d\" style=\"\" wfd-id=\"443\"><div class=\"tcb-flex-row tcb-medium-wrap tcb-resized tcb--cols--2\" data-css=\"tve-u-160df4bedf0\" wfd-id=\"444\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1635e9cce4d\" style=\"\" wfd-id=\"478\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160df8c3360\" wfd-id=\"480\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1635e97f913\" wfd-id=\"481\">\n<div class=\"tve-content-box-background\" wfd-id=\"496\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1635eadb72e\" wfd-id=\"482\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1636292fe99\" wfd-id=\"493\"><h4>A short story about us</h4></div><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-160df8deee2\" data-tag=\"h2\" wfd-id=\"488\"><h2>Welcome</h2></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-163629240b8\" wfd-id=\"483\"><p>Our vision is simple: create an environment of excitement and wonder.</p><p><br></p><p>We provide you with the fresh feeling that you need in summer and the cozyness you long for in winter.</p><p><br></p><p>We create the best experiences for you to share with friends.</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1635e9cce8b\" style=\"\" wfd-id=\"445\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160e5adb400\" wfd-id=\"447\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160df4c6424\" wfd-id=\"448\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-160df4db074\" wfd-id=\"477\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160df4f4d0e\" wfd-id=\"449\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" wfd-id=\"471\">\n	<div class=\"tve-content-box-background\" wfd-id=\"476\"></div>\n	<div class=\"tve-cb\" wfd-id=\"472\"><div class=\"thrv_wrapper thrv_text_element\" wfd-id=\"473\"><p>Enter your text here...</p></div></div>\n</div><div class=\"tcb-clear\" data-css=\"tve-u-160df52e534\" wfd-id=\"450\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160df51ca21\" wfd-id=\"451\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-160df50b366\" wfd-id=\"470\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160df519447\" wfd-id=\"452\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1635eaf037e\" wfd-id=\"467\"><h6 class=\"\" data-css=\"tve-u-1635ef4f76c\" style=\"text-align: center;\"><strong>weâ€™re open from:</strong></h6></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160df6a2fe0\" wfd-id=\"453\"><div class=\"tcb-flex-row tcb--cols--2 v-2\" data-css=\"tve-u-160df6a3578\" wfd-id=\"454\"><div class=\"tcb-flex-col\" wfd-id=\"461\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160df6d53e3\" wfd-id=\"463\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160df709fbf\" wfd-id=\"464\"><p>Mo-Fr <strong>3Pm</strong> to <strong>4Am</strong></p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"455\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160df6d74f4\" wfd-id=\"457\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160df711140\" wfd-id=\"458\"><p>Sa-Su <strong>12Pm</strong> to <strong>4Am</strong></p></div></div></div></div></div></div>\n</div></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-160e4c55d27\" wfd-id=\"371\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-160e4c34c93\" data-clip-id=\"35e31e95c7382\" wfd-id=\"440\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-35e31e95c7382\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" pointer-width=\"100\" pointer-height=\"47\" style=\"zigzag\" decoration-type=\"none\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-35e31e95c7382\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" pointer-width=\"100\" pointer-height=\"47\" style=\"zigzag\" decoration-type=\"none\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-35e31e95c7382\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" pointer-width=\"100\" pointer-height=\"47\" style=\"zigzag\" decoration-type=\"none\" clip-path=\"url(#clip-mobile-top-35e31e95c7382)\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-top-35e31e95c7382\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" pointer-width=\"100\" pointer-height=\"22\" style=\"zigzag\" decoration-type=\"none\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-160e4c24b1a\" wfd-id=\"372\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-160e4c824a2\" data-tag=\"h3\" wfd-id=\"435\"><h3 data-css=\"tve-u-163630c7fc7\" style=\"text-align: center;\">Why Youâ€™ll <strong>Love</strong> our pub</h3></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160e4dadf9c\" style=\"\" wfd-id=\"373\"><div class=\"tcb-flex-row tcb-medium-wrap v-2 tcb--cols--3\" data-css=\"tve-u-160e4da55bb\" wfd-id=\"374\"><div class=\"tcb-flex-col\" wfd-id=\"407\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160e52014b5\" data-tcb_hover_state_parent=\"\" wfd-id=\"409\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1635efec9fa\" data-float=\"1\" wfd-id=\"432\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1635f098c8e\" data-tcb_hover_state_parent=\"1\" wfd-id=\"434\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16363231ead\" wfd-id=\"433\"></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160eb218e4e\" data-float=\"1\" wfd-id=\"410\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-160eb214b56\" data-clip-id=\"a182d7c321313\" data-tcb_hover_state_parent=\"1\" wfd-id=\"431\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-a182d7c321313\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"pointer\" pointer-width=\"100\" pointer-height=\"11\" style=\"\" data-inverted=\"false\"><polygon points=\"0 0, 0 0.89, 0 0.89, 0.5 1, 1 0.89, 1 0.89, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-a182d7c321313\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"none\" pointer-width=\"100\" pointer-height=\"36\" style=\"zigzag\" clip-path=\"url(#clip-tablet-top-a182d7c321313)\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-top-a182d7c321313\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"divider\" pointer-width=\"100\" pointer-height=\"22\" style=\"zigzag\"><polygon points=\"0 1, 1 1,1 0.22, 0.5 0, 0 0.22, 0 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-a182d7c321313\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"none\" pointer-width=\"100\" pointer-height=\"36\" style=\"zigzag\" clip-path=\"url(#clip-mobile-top-a182d7c321313)\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-top-a182d7c321313\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"divider\" pointer-width=\"100\" pointer-height=\"22\" style=\"zigzag\"><polygon points=\"0 1, 1 1,1 0.22, 0.5 0, 0 0.22, 0 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160eb1a09e2\" wfd-id=\"411\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1635ef71519\" wfd-id=\"420\"><p data-css=\"tve-u-160e4fd114b\" style=\"text-align: center;\">&nbsp;original</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160e501c0b4\" wfd-id=\"412\"><p data-css=\"tve-u-160e4fe84a1\" style=\"text-align: center;\"><span data-css=\"tve-u-160e4fe6187\" style=\"font-weight: 400; font-family: &quot;Kaushan Script&quot;;\" wfd-id=\"419\">drinks</span></p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"387\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160e5276a5e\" data-tcb_hover_state_parent=\"\" wfd-id=\"389\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-163628d68f3\" data-float=\"1\" wfd-id=\"404\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1635f073915\" data-tcb_hover_state_parent=\"1\" wfd-id=\"406\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16363235afe\" wfd-id=\"405\"></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160eb2222a0\" data-float=\"1\" wfd-id=\"390\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-160eb1d9ffb\" data-clip-id=\"cb4c420ba2143\" data-tcb_hover_state_parent=\"1\" wfd-id=\"403\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-cb4c420ba2143\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"pointer\" pointer-width=\"100\" pointer-height=\"36\" style=\"\"><polygon points=\"0 0, 0 0.64, 0 0.64, 0.5 1, 1 0.64, 1 0.64, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-cb4c420ba2143\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"none\" pointer-width=\"100\" pointer-height=\"36\" style=\"zigzag\" clip-path=\"url(#clip-tablet-top-cb4c420ba2143)\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-top-cb4c420ba2143\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"divider\" pointer-width=\"100\" pointer-height=\"22\" style=\"zigzag\"><polygon points=\"0 1, 1 1,1 0.22, 0.5 0, 0 0.22, 0 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-cb4c420ba2143\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"none\" pointer-width=\"100\" pointer-height=\"36\" style=\"zigzag\" clip-path=\"url(#clip-mobile-top-cb4c420ba2143)\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-top-cb4c420ba2143\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"divider\" pointer-width=\"100\" pointer-height=\"22\" style=\"zigzag\"><polygon points=\"0 1, 1 1,1 0.22, 0.5 0, 0 0.22, 0 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160eb1a09e2\" wfd-id=\"391\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1635ef72920\" wfd-id=\"398\"><p data-css=\"tve-u-160e4fd114b\" style=\"text-align: center;\">&nbsp;tasty</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160e501c0b4\" wfd-id=\"392\"><p data-css=\"tve-u-160e4fe84a1\" style=\"text-align: center;\"><span data-css=\"tve-u-160e4fe6187\" style=\"font-weight: 400; font-family: &quot;Kaushan Script&quot;;\" wfd-id=\"397\">food</span></p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"375\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160e52fbe2f\" data-tcb_hover_state_parent=\"\" wfd-id=\"377\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1635f0a8c87\" wfd-id=\"384\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1635f0b76b1\" data-tcb_hover_state_parent=\"1\" wfd-id=\"386\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-1635f010773\" wfd-id=\"385\"></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160eb0e8e90\" data-float=\"1\" wfd-id=\"378\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-160eb0d7fac\" data-clip-id=\"dd364f1962bc7\" data-tcb_hover_state_parent=\"1\" wfd-id=\"383\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-dd364f1962bc7\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"pointer\" pointer-width=\"100\" pointer-height=\"36\" style=\"\"><polygon points=\"0 0, 0 0.64, 0 0.64, 0.5 1, 1 0.64, 1 0.64, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-dd364f1962bc7\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"none\" pointer-width=\"100\" pointer-height=\"36\" style=\"zigzag\" clip-path=\"url(#clip-tablet-top-dd364f1962bc7)\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-top-dd364f1962bc7\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"divider\" pointer-width=\"100\" pointer-height=\"22\" style=\"zigzag\"><polygon points=\"0 1, 1 1,1 0.22, 0.5 0, 0 0.22, 0 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-dd364f1962bc7\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"none\" pointer-width=\"100\" pointer-height=\"36\" style=\"zigzag\" clip-path=\"url(#clip-mobile-top-dd364f1962bc7)\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-top-dd364f1962bc7\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"divider\" pointer-width=\"100\" pointer-height=\"22\" style=\"zigzag\"><polygon points=\"0 1, 1 1,1 0.22, 0.5 0, 0 0.22, 0 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160eb1a09e2\" wfd-id=\"379\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160eb1b0e14\" wfd-id=\"382\"><p data-css=\"tve-u-160e4fd114b\" style=\"text-align: center;\">&nbsp;great</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160e501c0b4\" wfd-id=\"380\"><p data-css=\"tve-u-160e4fe84a1\" style=\"text-align: center;\"><span data-css=\"tve-u-160e4fe6187\" style=\"font-weight: 400; font-family: &quot;Kaushan Script&quot;;\" wfd-id=\"381\">ambiance</span></p></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-160e9d15bdf\" wfd-id=\"261\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-160e9d118ed\" wfd-id=\"370\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-160e9d0c61d\" wfd-id=\"262\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160e9e2aeab\" wfd-id=\"369\"><h3>Take a look at</h3></div><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-160e9e41664\" data-tag=\"h2\" wfd-id=\"366\"><h2>Our Menu</h2></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160e9dff371\" wfd-id=\"263\">\n<div class=\"tve-content-box-background\" wfd-id=\"365\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160e9e03630\" wfd-id=\"264\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160ea7cae88\" wfd-id=\"265\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2\" data-css=\"tve-u-160ea7c9db0\" wfd-id=\"266\"><div class=\"tcb-flex-col\" wfd-id=\"293\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"295\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-160eb3ad20a\" wfd-id=\"362\"><h4>Drinks</h4></div><div class=\"tcb-clear\" data-css=\"tve-u-160ea7bf191\" wfd-id=\"311\"><div class=\"thrv_wrapper thrv_toggle_shortcode\" data-hover-color=\"rgba(18, 21, 25, 0.8)\" data-css=\"tve-u-160e9f87397\" wfd-id=\"312\">\n<div class=\"tve_faq\" wfd-id=\"313\">\n<div class=\"tve_faqI\" wfd-id=\"314\">\n<div class=\"tve_faqB\" wfd-id=\"357\"><span class=\"tve_not_editable tve_toggle\" wfd-id=\"361\"></span>\n<h4 class=\"tve_editable\" data-css=\"tve-u-160eb470891\"><span data-css=\"tve-u-160eb4708df\" style=\"font-family: Lato,arial;\" wfd-id=\"360\">alcoholic drinks</span></h4>\n</div>\n<div class=\"tve_faqC tve_empty_dropzone\" style=\"display: none;\" wfd-id=\"315\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160e9fad83c\" wfd-id=\"331\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-160eaa7faeb\" wfd-id=\"332\"><div class=\"tcb-flex-col\" wfd-id=\"351\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160eb4a305a\" wfd-id=\"353\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160ea977bf3\" wfd-id=\"354\"><h3 data-css=\"tve-u-160f8d013c3\"><strong>Beer (bottle)</strong></h3><p><br></p><p data-css=\"tve-u-160eb4a45fb\">Heineken</p><p data-css=\"tve-u-160eb49e1f7\">Paulaner</p><p data-css=\"tve-u-160eb4a4600\">Budweiser American Ale</p><p data-css=\"tve-u-160eb4a4603\">Land Shark Lager</p><p data-css=\"tve-u-160eb4a4605\">Scrumpy</p><p data-css=\"tve-u-160eb4a4608\">JackFirestone</p><p data-css=\"tve-u-160eb4a460a\">Walker Fortem</p><p data-css=\"tve-u-160eb4a460d\">Live Oak Hefeweizen</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"333\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160f8cfbf40\" wfd-id=\"335\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160ea9789a4\" wfd-id=\"336\"><h3 data-css=\"tve-u-160f8cf3d89\"><strong>Beer (draught)</strong></h3><p><br></p><p data-css=\"tve-u-160eb4b6f9b\"><span data-css=\"tve-u-160f8ceeb77\" wfd-id=\"350\">Guiness</span></p><p data-css=\"tve-u-160eb4b6fc8\"><span data-css=\"tve-u-160f8cef20d\" wfd-id=\"348\"><span data-css=\"tve-u-160f8ceeb79\" wfd-id=\"349\">Stela Artois</span></span></p><p data-css=\"tve-u-160eb4b6fcb\"><span data-css=\"tve-u-160f8cef245\" wfd-id=\"346\"><span data-css=\"tve-u-160f8ceebb3\" wfd-id=\"347\">Grolsch (Unfiltered)</span></span></p><p data-css=\"tve-u-160eb4b6fcd\"><span data-css=\"tve-u-160f8cef27e\" wfd-id=\"344\"><span data-css=\"tve-u-160f8ceebeb\" wfd-id=\"345\">Newcastle Brown Ale</span></span></p><p data-css=\"tve-u-160eb4b6fd0\"><span data-css=\"tve-u-160f8cef2b7\" wfd-id=\"342\"><span data-css=\"tve-u-160f8ceec23\" wfd-id=\"343\">Corona Extra</span></span></p><p data-css=\"tve-u-160eb4b6fd3\"><span data-css=\"tve-u-160f8cef2f1\" wfd-id=\"340\"><span data-css=\"tve-u-160f8ceec5c\" wfd-id=\"341\">Sam Adams</span></span></p><p data-css=\"tve-u-160eb4b6fd5\"><span data-css=\"tve-u-160f8ceec94\" wfd-id=\"339\">Miller Lite</span></p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160ea89b12a\" wfd-id=\"316\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-160eaa7faee\" wfd-id=\"317\"><div class=\"tcb-flex-col\" wfd-id=\"325\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160f8cddeb4\" wfd-id=\"327\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160ea976e63\" wfd-id=\"328\"><h3 data-css=\"tve-u-160f8cd7871\"><strong>Cocktails</strong></h3><p data-css=\"tve-u-160f8cd7919\"><br></p><p data-css=\"tve-u-160f8cd794f\">Gin &amp; Tonic</p><p data-css=\"tve-u-160f8cd7987\">Vodka Orange</p><p data-css=\"tve-u-160f8cd79c1\">Wiskey Sour</p><p data-css=\"tve-u-160f8cd79f8\">Boulevardier</p><p data-css=\"tve-u-160f8cd7a30\">Daiquiri</p><p data-css=\"tve-u-160f8cd7a68\">Martini</p><p data-css=\"tve-u-160f8cd7aa1\">Ramos Gin Fizz</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"318\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160ea928596\" wfd-id=\"320\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160ea9729a9\" wfd-id=\"322\"><h3 data-css=\"tve-u-160ea90d163\"><strong>Wine</strong></h3><p data-css=\"tve-u-160f8cc8efc\"><br></p><p data-css=\"tve-u-160f8cc8f31\"><br></p><p data-css=\"tve-u-160ea9400e0\"><strong>White</strong></p><p data-css=\"tve-u-160f8cc8f9a\"><br></p><p data-css=\"tve-u-160f8cc8fce\">Sidebar Sauvignon Blanc High Valley</p><p data-css=\"tve-u-160ea9104fd\"><br></p><p data-css=\"tve-u-160ea7224b9\">Mazzei Maremma Toscana Tenuta</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160ea9357c7\" wfd-id=\"321\"><p data-css=\"tve-u-160f8cc591b\"><br></p><p data-css=\"tve-u-160ea71c62c\"><strong>Red</strong></p><p data-css=\"tve-u-160f8cc5953\"><br></p><p data-css=\"tve-u-160ea79970d\">MarquÃ©s de CÃ¡ceres</p><p data-css=\"tve-u-160ea799710\">Rioja ReservaBelguardo</p></div></div></div></div></div></div>\n</div>\n</div>\n</div></div><div class=\"tcb-clear\" data-css=\"tve-u-160ea7bf191\" wfd-id=\"296\"><div class=\"thrv_wrapper thrv_toggle_shortcode\" data-hover-color=\"rgba(18, 21, 25, 0.8)\" data-css=\"tve-u-160eab45a4f\" wfd-id=\"297\">\n<div class=\"tve_faq\" wfd-id=\"305\">\n<div class=\"tve_faqI\" wfd-id=\"306\">\n<div class=\"tve_faqB\" wfd-id=\"308\"><span class=\"tve_not_editable tve_toggle\" wfd-id=\"310\"></span>\n<h4 class=\"tve_editable\" data-css=\"tve-u-160eb475d09\"><span data-css=\"tve-u-160eb475d4c\" style=\"font-family: Lato,arial;\" wfd-id=\"309\">soft drinks</span></h4>\n</div>\n<div class=\"tve_faqC tve_empty_dropzone\" style=\"display: none;\" wfd-id=\"307\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160eaa73bda\" wfd-id=\"355\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-160e9fac06c\" wfd-id=\"356\"><div class=\"tcb-flex-col\" wfd-id=\"365\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160f8cb9d70\" wfd-id=\"367\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160ea977bf3\" wfd-id=\"368\"><h3 data-css=\"tve-u-160f8cb610d\"><strong>Coffee</strong></h3><p data-css=\"tve-u-160f8cb6183\"><br></p><p data-css=\"tve-u-160f8cb61bc\">Expresso</p><p data-css=\"tve-u-160ea6ba060\">Expresso Machiato</p><p data-css=\"tve-u-160ea6ba063\">Irish Coffee</p><p data-css=\"tve-u-160ea6ba065\">Cafe Mendoza</p><p data-css=\"tve-u-160ea6ba067\">Latte</p><p data-css=\"tve-u-160ea6ba06a\">Americano</p><p data-css=\"tve-u-160ea6ba06c\">Baileys Irish Cream Coffee</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"357\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160f8c978c9\" wfd-id=\"359\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160f8c8c841\" wfd-id=\"360\"><h3 data-css=\"tve-u-160f8cb0034\"><strong>Juice</strong></h3><p data-css=\"tve-u-160f8cb00a7\"><br></p><p data-css=\"tve-u-160f8cb00e0\">Coca Cola</p><p data-css=\"tve-u-160f8cb011c\">Fanta</p><p data-css=\"tve-u-160f8cb0157\">Sprite</p><p data-css=\"tve-u-160f8cb0191\">Almdudler</p><p data-css=\"tve-u-160f8cb01cb\">Fresh mix&nbsp;</p><ul class=\"\" wfd-id=\"363\"><li class=\"\" data-css=\"tve-u-160ea9c9c07\" wfd-id=\"364\">Orange/ Grapefruit/Apple</li></ul><p data-css=\"tve-u-160f8cb0240\">Sam Adams</p><p data-css=\"tve-u-160f8cb027b\">Miller Lite</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160eaa8db54\" wfd-id=\"333\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-160ea89ac22\" wfd-id=\"334\"><div class=\"tcb-flex-col\" wfd-id=\"339\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"341\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160ea976e63\" wfd-id=\"342\"><h3 data-css=\"tve-u-160ea54ea72\"><span data-css=\"tve-u-160f8c69135\" wfd-id=\"354\"><strong>Smoothie</strong></span></h3><p><span data-css=\"tve-u-160f8c699b9\" wfd-id=\"352\"><span data-css=\"tve-u-160f8c691a5\" wfd-id=\"353\"><br></span></span></p><p data-css=\"tve-u-160ea6ba05c\"><span data-css=\"tve-u-160f8c699f6\" wfd-id=\"350\"><span data-css=\"tve-u-160f8c691dc\" wfd-id=\"351\">Cherry &amp; Kale</span></span></p><p data-css=\"tve-u-160ea6ba05c\"><span data-css=\"tve-u-160f8c69a2f\" wfd-id=\"348\"><span data-css=\"tve-u-160f8c69216\" wfd-id=\"349\">Blueberry &amp; Avocado</span></span></p><p data-css=\"tve-u-160ea6ba05c\"><span data-css=\"tve-u-160f8c69a67\" wfd-id=\"346\"><span data-css=\"tve-u-160f8c69250\" wfd-id=\"347\">Banana &amp; Milk</span></span></p><p data-css=\"tve-u-160ea6ba05c\"><span data-css=\"tve-u-160f8c69289\" wfd-id=\"345\">Pear &amp; Chocolate</span></p><p data-css=\"tve-u-160f8c626b2\">Veggie &amp; Green</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"335\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160ea928596\" wfd-id=\"337\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160f8c59f19\" wfd-id=\"338\"><h3 data-css=\"tve-u-160f8c5888c\"><strong>Lemonade</strong></h3><p data-css=\"tve-u-160f8c58926\"><br></p><p data-css=\"tve-u-160f8c58957\">Classic</p><p data-css=\"tve-u-160eaa5aa50\">Mint&nbsp;</p><p data-css=\"tve-u-160f8c589bd\">Orange &amp; Lime</p><p data-css=\"tve-u-160eaa62df8\">Watermelon</p></div></div></div></div></div></div>\n</div>\n</div>\n<div class=\"tve_faq\" wfd-id=\"298\">\n<div class=\"tve_faqI\" wfd-id=\"299\">\n<div class=\"tve_faqB\" wfd-id=\"301\"><span class=\"tve_not_editable tve_toggle\" wfd-id=\"304\"></span>\n<h4 class=\"tve_editable\">ADDITIONAL SPIRITS</h4>\n</div>\n<div class=\"tve_faqC\" style=\"display: none;\" wfd-id=\"300\"><div class=\"thrv_wrapper tcb-row-empty thrv-columns\" data-css=\"tve-u-1689b6473cd\" wfd-id=\"317\"><div class=\"tcb-flex-row tcb--cols--2\" wfd-id=\"318\"><div class=\"tcb-flex-col\" wfd-id=\"322\"><div class=\"tcb-col\" wfd-id=\"324\"></div></div><div class=\"tcb-flex-col\" wfd-id=\"319\"><div class=\"tcb-col\" wfd-id=\"321\"></div></div></div></div></div>\n</div>\n</div></div></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"267\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160eb38e170\" wfd-id=\"269\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-160eaaf84a6\" wfd-id=\"290\"><h4 class=\"\">Food</h4></div><div class=\"tcb-clear\" data-css=\"tve-u-160ea7bf191\" wfd-id=\"280\"><div class=\"thrv_wrapper thrv_toggle_shortcode\" data-hover-color=\"rgba(18, 21, 25, 0.8)\" data-css=\"tve-u-160ead973a1\" wfd-id=\"281\">\n<div class=\"tve_faq\" wfd-id=\"282\">\n<div class=\"tve_faqI\" wfd-id=\"283\">\n<div class=\"tve_faqB\" wfd-id=\"285\"><span class=\"tve_not_editable tve_toggle\" wfd-id=\"289\"></span>\n<h4 class=\"tve_editable\" data-css=\"tve-u-160eb47f143\"><span data-css=\"tve-u-160eb47f16a\" wfd-id=\"288\">starters</span></h4>\n</div>\n<div class=\"tve_faqC tve_empty_dropzone\" style=\"display: none;\" wfd-id=\"284\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160eb521486\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-160eb54da29\"><div class=\"tcb-flex-col\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160e9fbbfa0\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160f8c2bf72\"><h3 data-css=\"tve-u-160f8c28393\"><strong>Snacks</strong></h3><p data-css=\"tve-u-160f8c283f9\"><br></p><p data-css=\"tve-u-160f8c2842b\">Chips</p><p data-css=\"tve-u-160f8c28460\">Hazelnuts</p><p data-css=\"tve-u-160f8c28493\">Peanuts</p><p data-css=\"tve-u-160f8c284c6\">Tortilla chips</p><p data-css=\"tve-u-160f8c25bba\">Chocolate croissants</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160e9fc2c51\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160ea9c1e15\"><h3 data-css=\"tve-u-160eb553062\"><strong>Meals</strong></h3><p data-css=\"tve-u-160eb5530cd\"><br></p><p data-css=\"tve-u-160eb553103\">Crab cakes<u>â€‹</u></p><p data-css=\"tve-u-160eb553138\">Chicken wings</p><p data-css=\"tve-u-160eb55316d\">White beans with herbs</p><p data-css=\"tve-u-160eb5531a1\">Stuffed mushrooms</p><p data-css=\"tve-u-160eb5531d8\">Smoked salmon spread</p><p data-css=\"tve-u-160eb55320f\">Authentic houmous</p></div></div></div></div></div></div>\n</div>\n</div>\n</div></div><div class=\"tcb-clear\" data-css=\"tve-u-160ea7bf191\" wfd-id=\"270\"><div class=\"thrv_wrapper thrv_toggle_shortcode\" data-hover-color=\"rgba(18, 21, 25, 0.8)\" data-css=\"tve-u-160eb42c2ca\" wfd-id=\"271\">\n<div class=\"tve_faq\" wfd-id=\"272\">\n<div class=\"tve_faqI\" wfd-id=\"273\">\n<div class=\"tve_faqB\" wfd-id=\"275\"><span class=\"tve_not_editable tve_toggle\" wfd-id=\"279\"></span>\n<h4 class=\"tve_editable\" data-css=\"tve-u-160e9f7868b\"><span data-css=\"tve-u-160e9f7ce0e\" wfd-id=\"278\">main course</span></h4>\n</div>\n<div class=\"tve_faqC tve_empty_dropzone\" style=\"display: none;\" wfd-id=\"274\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160ead90ba7\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-160eadcc8c9\"><div class=\"tcb-flex-col\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160f8d12a0d\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160ea977bf3\"><h3 data-css=\"tve-u-160eb5275ca\"><strong>Soup</strong></h3><p data-css=\"tve-u-160eb52762c\"><br></p><p data-css=\"tve-u-160eb52765c\">Fish soup</p><p data-css=\"tve-u-160eb52768d\">Squash &amp; parsley&nbsp;</p><p data-css=\"tve-u-160eb5276bf\">Tomato</p><p data-css=\"tve-u-160eb5276f3\">Chicken Almond<br>Arizona Mountain<br>Bayou Shrimp<br>Beef &amp; Pasta Mushroom</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160e9fc2c51\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160eb537e16\"><h3 data-css=\"tve-u-160eb5346af\"><strong>Main dish</strong></h3><p data-css=\"tve-u-160eb534715\"><br></p><p data-css=\"tve-u-160eadffc69\">Chickpea Cauliflower Korma</p><p data-css=\"tve-u-160eb53477a\">Lasagna</p><p data-css=\"tve-u-160eb5347ae\">Veggie Lasagna</p><p data-css=\"tve-u-160eb5347e1\">Pizza Capriciosa</p><p data-css=\"tve-u-160eb534816\">Pizza Margherita</p><p data-css=\"tve-u-160eb53484c\">House Burger</p></div></div></div></div></div></div>\n</div>\n</div>\n</div></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1635ee0cb15\" wfd-id=\"146\">\n<div class=\"tve-page-section-out\" wfd-id=\"260\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1635ebf2201\" wfd-id=\"147\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160f8e625a1\" wfd-id=\"256\"><h3 data-css=\"tve-u-1635f10faad\" style=\"text-align: center;\">What <span data-css=\"tve-u-1635f111354\" style=\"text-transform: uppercase;\" wfd-id=\"259\">o</span>ur customers say</h3></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1635ed91639\" wfd-id=\"148\"><div class=\"tcb-flex-row tcb--cols--3\" data-css=\"tve-u-1635ed274dc\" wfd-id=\"149\"><div class=\"tcb-flex-col\" wfd-id=\"216\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1636390be1e\" wfd-id=\"218\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1635f1b25ed\" wfd-id=\"236\">\n<div class=\"tve-content-box-background\" wfd-id=\"255\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1635f125271\" wfd-id=\"237\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1635f138d3b\" wfd-id=\"253\"><p data-css=\"tve-u-160fa718c59\"><span data-css=\"tve-u-160fa718c5e\" wfd-id=\"254\">â</span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1635f136552\" wfd-id=\"250\"><p data-css=\"tve-u-163629eed0d\">Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit. Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit.</p></div><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"2\" data-color=\"rgb(218, 144, 15)\" data-css=\"tve-u-1635f14cd1e\" wfd-id=\"249\">\n<hr class=\"tve_sep tve_sep-1\">\n</div><div class=\"tcb-clear\" data-css=\"tve-u-160f93bdfb1\" wfd-id=\"247\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1636392a6b1\" wfd-id=\"248\"><svg class=\"tcb-icon\" viewBox=\"0 0 16 28\" data-name=\"sort-desc\">\n<path d=\"M16 17c0 0.266-0.109 0.516-0.297 0.703l-7 7c-0.187 0.187-0.438 0.297-0.703 0.297s-0.516-0.109-0.703-0.297l-7-7c-0.187-0.187-0.297-0.438-0.297-0.703 0-0.547 0.453-1 1-1h14c0.547 0 1 0.453 1 1z\"></path>\n</svg></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1635f123a1e\" wfd-id=\"243\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1636393c2d2\" data-float=\"1\" wfd-id=\"244\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-160f957664d\" wfd-id=\"246\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-163629eb59f\" wfd-id=\"245\"></div>\n</div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1635f121505\" wfd-id=\"238\"><p data-css=\"tve-u-163629db329\"><strong><span data-css=\"tve-u-163629f6835\" style=\"font-size: 16px;\" wfd-id=\"242\">Josie Carter</span></strong></p><p data-css=\"tve-u-163629e77b3\"><span data-css=\"tve-u-163629f6837\" style=\"font-size: 16px;\" wfd-id=\"241\"><em>Marine Biologist</em></span></p><p data-css=\"tve-u-160f9514c00\">â€‹<br></p></div></div>\n</div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-161701a8fd1\" wfd-id=\"219\"><div class=\"tcb-flex-row tcb--cols--3 tcb-resized tcb-resizing tcb-medium-no-wrap v-2 tcb-mobile-wrap m-edit\" data-css=\"tve-u-161703e4bac\" wfd-id=\"220\"><div class=\"tcb-flex-col\" data-css=\"tve-u-16170332517\" style=\"\" wfd-id=\"232\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"234\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16170441415\" wfd-id=\"235\"><p data-css=\"tve-u-16170191bce\"><em>As seen on</em></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1617033251d\" style=\"width: 85px;\" wfd-id=\"227\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"229\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16170185cb5\" wfd-id=\"230\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"231\"><img class=\"tve_image wp-image-3532\" alt=\"\" width=\"45\" height=\"30\" title=\"trip-advisor-logo_03\" data-id=\"3532\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/trip-advisor-logo_03.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1617033371d\" style=\"\" wfd-id=\"221\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"223\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16170442200\" wfd-id=\"224\"><p data-css=\"tve-u-161701c9195\"><a href=\"https://www.tripadvisor.com/\" target=\"_blank\"><u>See more reviews</u></a><u>â€‹â€‹â€‹â€‹</u></p></div></div></div></div></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"184\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-163639549e4\" wfd-id=\"186\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1635f1b3fee\" wfd-id=\"202\">\n<div class=\"tve-content-box-background\" wfd-id=\"215\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16362a05c8f\" wfd-id=\"203\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1636390935e\" wfd-id=\"213\"><p data-css=\"tve-u-160fa718c59\"><span data-css=\"tve-u-160fa718c5e\" wfd-id=\"214\">â</span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1636951d241\" wfd-id=\"212\"><p data-css=\"tve-u-16362a0d7c6\">Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae erat consequat auctor eu in elit. Class aptent!</p></div><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"2\" data-color=\"rgb(218, 144, 15)\" data-css=\"tve-u-16369519850\" wfd-id=\"211\">\n<hr class=\"tve_sep tve_sep-1\">\n</div><div class=\"tcb-clear\" data-css=\"tve-u-160f93bdfb1\" wfd-id=\"209\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1636392e791\" wfd-id=\"210\"><svg class=\"tcb-icon\" viewBox=\"0 0 16 28\" data-name=\"sort-desc\">\n<path d=\"M16 17c0 0.266-0.109 0.516-0.297 0.703l-7 7c-0.187 0.187-0.438 0.297-0.703 0.297s-0.516-0.109-0.703-0.297l-7-7c-0.187-0.187-0.297-0.438-0.297-0.703 0-0.547 0.453-1 1-1h14c0.547 0 1 0.453 1 1z\"></path>\n</svg></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1635ec5add7\" wfd-id=\"205\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1636393da63\" data-float=\"1\" wfd-id=\"206\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1635f13f574\" wfd-id=\"208\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16362a05cc8\" wfd-id=\"207\"></div>\n</div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160fa6805d4\" wfd-id=\"204\"><p data-css=\"tve-u-16362a08679\"><strong>Jesse O\'neil</strong></p><p data-css=\"tve-u-16362a0a74e\"><em>Advertising</em></p><p data-css=\"tve-u-16362a0a750\">â€‹<br></p></div></div>\n</div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16170325257\" wfd-id=\"187\"><div class=\"tcb-flex-row tcb--cols--3 tcb-resized tcb-medium-no-wrap v-2 tcb-mobile-wrap m-edit\" data-css=\"tve-u-1617045651a\" wfd-id=\"188\"><div class=\"tcb-flex-col\" data-css=\"tve-u-16170334a49\" style=\"\" wfd-id=\"198\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"200\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-161704435d7\" wfd-id=\"201\"><p data-css=\"tve-u-16170191bce\"><em>As seen on</em></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-16170334a4f\" style=\"\" wfd-id=\"193\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"195\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-161702e8042\" wfd-id=\"196\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"197\"><img class=\"tve_image wp-image-3538\" alt=\"\" width=\"52\" height=\"31\" title=\"foursquare-logo_03\" data-id=\"3538\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/foursquare-logo_03.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-161703373d0\" style=\"\" wfd-id=\"189\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"191\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16170445bb9\" wfd-id=\"192\"><p data-css=\"tve-u-161701c9195\"><a href=\"https://foursquare.com/\" target=\"_blank\"><u>See more reviewsâ€‹â€‹â€‹â€‹</u></a></p></div></div></div></div></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"150\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16363524c1e\" wfd-id=\"152\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1635ebfe4fc\" wfd-id=\"168\">\n<div class=\"tve-content-box-background\" wfd-id=\"183\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1635ec2801b\" wfd-id=\"169\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1635f139f5c\" wfd-id=\"181\"><p data-css=\"tve-u-160fa718c59\"><span data-css=\"tve-u-160fa718c5e\" wfd-id=\"182\">â</span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160f961e617\" wfd-id=\"180\"><p data-css=\"tve-u-16362a2156e\">Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Mauris in erat justo. Nullam ac urna eu felis dapibus condimentum sit amet a augue. Sed non neque elit.</p></div><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"2\" data-color=\"rgb(218, 144, 15)\" data-css=\"tve-u-160f9405e56\" wfd-id=\"179\">\n<hr class=\"tve_sep tve_sep-1\">\n</div><div class=\"tcb-clear\" data-css=\"tve-u-160f93bdfb1\" wfd-id=\"177\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1635ed98a8a\" wfd-id=\"178\"><svg class=\"tcb-icon\" viewBox=\"0 0 16 28\" data-name=\"sort-desc\">\n<path d=\"M16 17c0 0.266-0.109 0.516-0.297 0.703l-7 7c-0.187 0.187-0.438 0.297-0.703 0.297s-0.516-0.109-0.703-0.297l-7-7c-0.187-0.187-0.297-0.438-0.297-0.703 0-0.547 0.453-1 1-1h14c0.547 0 1 0.453 1 1z\"></path>\n</svg></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1635ec5add7\" wfd-id=\"173\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160f9562c14\" data-float=\"1\" wfd-id=\"174\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1635f187bfc\" wfd-id=\"176\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-1635edf3681\" wfd-id=\"175\"></div>\n</div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160fa6805d4\" wfd-id=\"170\"><p data-css=\"tve-u-163629df961\"><strong><span data-css=\"tve-u-16362a29860\" style=\"font-size: 16px;\" wfd-id=\"172\">Gabriel Jones</span></strong></p><p data-css=\"tve-u-16362a2c533\"><span data-css=\"tve-u-16362a29862\" style=\"font-size: 16px;\" wfd-id=\"171\"><em>Brand Management Consultant</em></span></p><p data-css=\"tve-u-160f9514c00\"><strong>â€‹</strong><br></p></div></div>\n</div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-161703268c0\" wfd-id=\"153\"><div class=\"tcb-flex-row tcb--cols--3 tcb-resized tcb-medium-no-wrap v-2 tcb-mobile-wrap m-edit\" data-css=\"tve-u-161701a2f15\" wfd-id=\"154\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1617019989e\" style=\"\" wfd-id=\"164\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"166\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16170471614\" wfd-id=\"167\"><p data-css=\"tve-u-16170191bce\"><em>As seen on</em></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-161701998d2\" style=\"\" wfd-id=\"159\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"161\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1617031f43b\" wfd-id=\"162\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"163\"><img class=\"tve_image wp-image-3542\" alt=\"\" width=\"49\" height=\"24\" title=\"yelp-logo_03\" data-id=\"3542\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/yelp-logo_03.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-161701c1618\" style=\"\" wfd-id=\"155\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"157\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-161701b642a\" wfd-id=\"158\"><p data-css=\"tve-u-161701c9195\"><a href=\"https://www.yelp.com/\" target=\"_blank\"><u>See more reviews</u></a><u>â€‹â€‹â€‹â€‹</u></p></div></div></div></div></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-160f96ef669\" wfd-id=\"112\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-160f96f5e19\" data-clip-id=\"c22944d35542f\" wfd-id=\"145\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-c22944d35542f\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" pointer-width=\"100\" pointer-height=\"14\" style=\"zigzag\" decoration-type=\"none\" clip-path=\"url(#clip-top-c22944d35542f)\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-c22944d35542f\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" pointer-width=\"100\" pointer-height=\"14\" style=\"zigzag\" decoration-type=\"none\" clip-path=\"url(#clip-mobile-top-c22944d35542f)\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-top-c22944d35542f\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" pointer-width=\"100\" pointer-height=\"10\" style=\"zigzag\" decoration-type=\"none\" clip-path=\"url(#clip-top-c22944d35542f)\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-top-c22944d35542f\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" pointer-width=\"100\" pointer-height=\"13\" decoration-type=\"none\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-160f96c069e\" wfd-id=\"113\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160f9714a61\" wfd-id=\"114\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-160f9734b53\" data-clip-id=\"c8e428685a637\" wfd-id=\"144\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-c8e428685a637\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"pointer\" pointer-width=\"100\" pointer-height=\"13\" style=\"zigzag\" clip-path=\"url(#clip-bottom-c8e428685a637)\"><polygon points=\"1 0.13, 0.5 0, 0 0.13, 0 0.13, 0 1, 1 1, 1 0.13\"></polygon></clipPath><clipPath id=\"clip-bottom-c8e428685a637\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"pointer\" pointer-width=\"100\" pointer-height=\"14.000000000000002\" style=\"\"><polygon points=\"0 0, 0 0.86, 0 0.86, 0.5 1, 1 0.86, 1 0.86, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-top-c8e428685a637\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"divider\" pointer-width=\"100\" pointer-height=\"13\" style=\"zigzag\" clip-path=\"url(#clip-tablet-bottom-c8e428685a637)\"><polygon points=\"0 1, 1 1,1 0.13, 0.5 0, 0 0.13, 0 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-c8e428685a637\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"divider\" pointer-width=\"100\" pointer-height=\"14\" style=\"zigzag\"><polygon points=\"0 0, 0 0.86, 0.5 1, 1 0.86,  1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-top-c8e428685a637\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"divider\" pointer-width=\"100\" pointer-height=\"10\" style=\"zigzag\" clip-path=\"url(#clip-mobile-bottom-c8e428685a637)\"><polygon points=\"0 1, 1 1,1 0.1, 0.5 0, 0 0.1, 0 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-c8e428685a637\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"divider\" pointer-width=\"100\" pointer-height=\"10\" style=\"zigzag\"><polygon points=\"0 0, 0 0.9, 0.5 1, 1 0.9,  1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160f972cd2b\" wfd-id=\"115\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160f97e6953\" wfd-id=\"140\"><p data-css=\"tve-u-160f97ddb8a\" style=\"text-align: center;\"><span data-css=\"tve-u-160f97e0356\" style=\"font-weight: 400; font-family: &quot;Kaushan Script&quot;;\" wfd-id=\"143\">Happy Hour</span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160f98a0d17\" wfd-id=\"136\"><p data-css=\"tve-u-160f9bf9be2\" style=\"text-align: center;\"><span data-css=\"tve-u-160f9bfdcb7\" wfd-id=\"138\">2 shots for the price of 1 between 18<span data-css=\"tve-u-160f9823757\" wfd-id=\"139\">&nbsp;PM&nbsp;</span>- 20 </span><span data-css=\"tve-u-160f984f29b\" wfd-id=\"137\">PM</span></p></div><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-160f98df817\" data-tcb_hover_state_parent=\"\" wfd-id=\"133\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"134\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-160fec25d20\" wfd-id=\"135\"><strong>Make a reservation now</strong></span></span>\n</a>\n</div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160f9b74c2b\" wfd-id=\"119\"><div class=\"tcb-flex-row tcb-resized tcb--cols--3 tcb-medium-no-wrap tcb-mobile-edit tcb-resizing v-2\" data-css=\"tve-u-160f9b69526\" wfd-id=\"120\"><div class=\"tcb-flex-col\" data-css=\"tve-u-160f9b7a36e\" style=\"\" wfd-id=\"129\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"131\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(176, 171, 155, 0.3)\" data-css=\"tve-u-160f9b9db80\" wfd-id=\"132\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-160f9b7a39a\" style=\"width: 97px;\" wfd-id=\"125\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160ff36e890\" wfd-id=\"127\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160fa7619dc\" wfd-id=\"128\"><p data-css=\"tve-u-160f9b916f8\" style=\"text-align: center;\">or</p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-160f9b7a3c6\" style=\"\" wfd-id=\"121\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"123\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(176, 171, 155, 0.3)\" data-css=\"tve-u-160f9bd1e50\" wfd-id=\"124\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160f9bf1aea\" wfd-id=\"116\"><p data-css=\"tve-u-160f981fb0c\" style=\"text-align: center;\"><span data-css=\"tve-u-160f9c02898\" wfd-id=\"117\"><span data-css=\"tve-u-160ff467c38\" wfd-id=\"118\">Call us</span> : 0300-984-589</span></p></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-160f9c6a4fe\" wfd-id=\"72\">\n<div class=\"tve-page-section-out\" wfd-id=\"111\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-160f9c6d0ad\" wfd-id=\"73\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160f9caae7b\" wfd-id=\"108\"><h3 data-css=\"tve-u-1635f21f43a\" style=\"text-align: center;\">our signature drinks</h3></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160f9c7f698\" wfd-id=\"74\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--4\" data-css=\"tve-u-160f9c75fb0\" wfd-id=\"75\"><div class=\"tcb-flex-col\" wfd-id=\"100\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160f9cccb99\" data-tcb_hover_state_parent=\"\" wfd-id=\"102\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1616a9cfa4b\" wfd-id=\"103\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1616a721403\" wfd-id=\"107\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1616a74e73b\" wfd-id=\"104\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1616a5e01ba\" wfd-id=\"105\"><p data-css=\"tve-u-160f9d496b3\" style=\"text-align: center;\"><span data-css=\"tve-u-160f9d5377f\" style=\"font-weight: 400; font-family: &quot;Kaushan Script&quot;;\" wfd-id=\"106\">Wiskey Sour</span></p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"92\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160f9d08737\" data-tcb_hover_state_parent=\"\" wfd-id=\"94\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1616a9d1ca7\" wfd-id=\"95\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1616a721403\" wfd-id=\"99\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1616a74e73b\" wfd-id=\"96\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1616a5e01ba\" wfd-id=\"97\"><p data-css=\"tve-u-160f9d496b3\" style=\"text-align: center;\"><span data-css=\"tve-u-160f9d5377f\" style=\"font-weight: 400; font-family: &quot;Kaushan Script&quot;;\">Boulevardier</span></p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"84\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160f9d0b00e\" data-tcb_hover_state_parent=\"\" wfd-id=\"86\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1616a9d3730\" wfd-id=\"87\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1616a721403\" wfd-id=\"91\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1616a74e73b\" wfd-id=\"88\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1616a5e01ba\" wfd-id=\"89\"><p data-css=\"tve-u-160f9d496b3\" style=\"text-align: center;\"><span data-css=\"tve-u-160f9d5377f\" style=\"font-weight: 400; font-family: &quot;Kaushan Script&quot;;\" wfd-id=\"90\">Gin Fizz</span></p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"76\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160f9d0c9a0\" data-tcb_hover_state_parent=\"\" wfd-id=\"78\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1616a708b49\" wfd-id=\"79\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1616a721403\" wfd-id=\"83\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1616a74e73b\" wfd-id=\"80\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1616a5e01ba\" wfd-id=\"81\"><p data-css=\"tve-u-160f9d496b3\" style=\"text-align: center;\"><span data-css=\"tve-u-160f9d5377f\" style=\"font-weight: 400; font-family: &quot;Kaushan Script&quot;;\" wfd-id=\"82\">Spicy Tequila Shot</span></p></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-160fe140452\" style=\"\" wfd-id=\"41\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-16362e0aed9\" wfd-id=\"71\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-160fe13ce28\" wfd-id=\"42\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160f9ec40fc\" wfd-id=\"43\"><div class=\"tcb-flex-row tcb--cols--2 tcb-medium-no-wrap v-2 tcb-mobile-wrap m-edit\" data-css=\"tve-u-160f9ebf905\" wfd-id=\"44\"><div class=\"tcb-flex-col\" wfd-id=\"49\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160f9ee08be\" wfd-id=\"51\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160fa01d193\" wfd-id=\"52\">\n<div class=\"tve-content-box-background\" wfd-id=\"70\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"53\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1635f273315\" wfd-id=\"68\"><h4 data-css=\"tve-u-1635f28650b\"><strong><span data-css=\"tve-u-16362a7e959\" style=\"text-transform: none;\" wfd-id=\"69\">Your</span></strong><br><strong>Company name</strong></h4></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16362aabe81\" wfd-id=\"62\">\n<div class=\"tve-content-box-background\" wfd-id=\"67\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1635e5d9ba1\" wfd-id=\"63\"><div class=\"tcb-clear\" data-css=\"tve-u-16363d2efc4\" wfd-id=\"65\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-16362a8dd87\" data-float=\"1\" wfd-id=\"66\"><svg class=\"tcb-icon\" viewBox=\"0 0 16 28\" data-name=\"map-marker\">\n<path d=\"M12 10c0-2.203-1.797-4-4-4s-4 1.797-4 4 1.797 4 4 4 4-1.797 4-4zM16 10c0 0.953-0.109 1.937-0.516 2.797l-5.688 12.094c-0.328 0.688-1.047 1.109-1.797 1.109s-1.469-0.422-1.781-1.109l-5.703-12.094c-0.406-0.859-0.516-1.844-0.516-2.797 0-4.422 3.578-8 8-8s8 3.578 8 8z\"></path>\n</svg></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160df4565d1\" wfd-id=\"64\"><p data-css=\"tve-u-1636311d040\">Your Pub Adress Goes Here</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1636301dc81\" wfd-id=\"57\">\n<div class=\"tve-content-box-background\" wfd-id=\"61\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1635e5d9ba1\" wfd-id=\"58\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-16362aa4888\" wfd-id=\"60\"><svg class=\"tcb-icon\" viewBox=\"0 0 22 28\" data-name=\"phone\">\n<path d=\"M22 19.375c0 0.562-0.25 1.656-0.484 2.172-0.328 0.766-1.203 1.266-1.906 1.656-0.922 0.5-1.859 0.797-2.906 0.797-1.453 0-2.766-0.594-4.094-1.078-0.953-0.344-1.875-0.766-2.734-1.297-2.656-1.641-5.859-4.844-7.5-7.5-0.531-0.859-0.953-1.781-1.297-2.734-0.484-1.328-1.078-2.641-1.078-4.094 0-1.047 0.297-1.984 0.797-2.906 0.391-0.703 0.891-1.578 1.656-1.906 0.516-0.234 1.609-0.484 2.172-0.484 0.109 0 0.219 0 0.328 0.047 0.328 0.109 0.672 0.875 0.828 1.188 0.5 0.891 0.984 1.797 1.5 2.672 0.25 0.406 0.719 0.906 0.719 1.391 0 0.953-2.828 2.344-2.828 3.187 0 0.422 0.391 0.969 0.609 1.344 1.578 2.844 3.547 4.813 6.391 6.391 0.375 0.219 0.922 0.609 1.344 0.609 0.844 0 2.234-2.828 3.187-2.828 0.484 0 0.984 0.469 1.391 0.719 0.875 0.516 1.781 1 2.672 1.5 0.313 0.156 1.078 0.5 1.188 0.828 0.047 0.109 0.047 0.219 0.047 0.328z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160df4565d1\" wfd-id=\"59\"><p data-css=\"tve-u-1636311dda3\" style=\"text-align: left;\">0364 - 300 - 946</p></div></div>\n</div><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-160fa182f82\" data-tcb_hover_state_parent=\"\" wfd-id=\"54\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"55\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-160fa198fbb\" wfd-id=\"56\">Make a reservation now</span></span>\n</a>\n</div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"45\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160fa1c8dca\" wfd-id=\"47\"><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-160fa11f4f2\" wfd-id=\"48\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=London&amp;t=m&amp;z=12&amp;output=embed&amp;iwloc=near\"></iframe>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16362e2956e\" wfd-id=\"27\">\n<div class=\"tve-page-section-out\" wfd-id=\"40\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16362e27bcb\" wfd-id=\"28\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160fa4daf17\" wfd-id=\"29\"><div class=\"tcb-flex-row tcb--cols--2 v-2\" data-css=\"tve-u-160fa4d8d4f\" wfd-id=\"30\"><div class=\"tcb-flex-col\" wfd-id=\"36\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"38\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160fa4b581e\" wfd-id=\"39\"><p data-css=\"tve-u-160fa489bd9\" style=\"text-align: left;\">Â© 2018 , Your company name . All rights reserved.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"31\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160fec923bf\" wfd-id=\"33\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160fec99b6f\" wfd-id=\"34\"><p style=\"text-align: right;\" data-css=\"tve-u-16363b1b458\"><span style=\"color: rgba(3, 9, 14, 0.5);\" data-css=\"tve-u-16363b4867f\" wfd-id=\"35\"><u>â€‹</u>â€‹â€‹â€‹â€‹Made with</span> <a href=\"https://thrivethemes.com/\" target=\"_blank\">Thrive Architect</a></p></div></div></div></div></div></div>\n</div>'),(6456,545,'tve_revision_tve_content_more_found',''),(6457,545,'tve_revision_tve_save_post',''),(6458,545,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Noto+Sans:400,700&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Kaushan+Script:400&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Limelight:400&subset=latin\");@media (min-width: 300px){#tve_editor [data-css=\"tve-u-1636955fbd2\"] p, #tve_editor [data-css=\"tve-u-1636955fbd2\"] li, #tve_editor [data-css=\"tve-u-1636955fbd2\"] blockquote, #tve_editor [data-css=\"tve-u-1636955fbd2\"] address, #tve_editor [data-css=\"tve-u-1636955fbd2\"] h1, #tve_editor [data-css=\"tve-u-1636955fbd2\"] h2, #tve_editor [data-css=\"tve-u-1636955fbd2\"] h3, #tve_editor [data-css=\"tve-u-1636955fbd2\"] h4, #tve_editor [data-css=\"tve-u-1636955fbd2\"] h5, #tve_editor [data-css=\"tve-u-1636955fbd2\"] h6 { color: rgb(255, 255, 255); }[data-css=\"tve-u-1636956410b\"] { clip-path: url(\"#clip-bottom-7bb59bbf51894\"); -webkit-clip-path: url(\"#clip-bottom-7bb59bbf51894\");  background-image: linear-gradient(rgba(1, 11, 20, 0.85) 0%, rgba(0, 0, 0, 0.18) 100%), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Pub-Hero-img.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-16369563890\"] { padding: 0px 40px 60px !important; }[data-css=\"tve-u-1636955fbd2\"] { max-width: 1200px; min-height: 700px !important; }#tve_editor .thrv-content-box [data-css=\"tve-u-160f972cd2b\"] p, #tve_editor .thrv-content-box [data-css=\"tve-u-160f972cd2b\"] li, #tve_editor .thrv-content-box [data-css=\"tve-u-160f972cd2b\"] blockquote, #tve_editor .thrv-content-box [data-css=\"tve-u-160f972cd2b\"] address, #tve_editor .thrv-content-box [data-css=\"tve-u-160f972cd2b\"] h1, #tve_editor .thrv-content-box [data-css=\"tve-u-160f972cd2b\"] h2, #tve_editor .thrv-content-box [data-css=\"tve-u-160f972cd2b\"] h3, #tve_editor .thrv-content-box [data-css=\"tve-u-160f972cd2b\"] h4, #tve_editor .thrv-content-box [data-css=\"tve-u-160f972cd2b\"] h5, #tve_editor .thrv-content-box [data-css=\"tve-u-160f972cd2b\"] h6 { color: rgb(255, 255, 255); }[data-css=\"tve-u-16363c02cf7\"]::after { clear: both; }[data-css=\"tve-u-16363b4867f\"] { color: rgba(3, 9, 14, 0.5) !important; }#tve_editor [data-css=\"tve-u-16363b1b458\"] { font-size: 14px !important; color: rgba(3, 9, 14, 0.5) !important; }#tve_editor [data-css=\"tve-u-163630c7fc7\"] { color: rgb(207, 199, 172) !important; }#tve_editor [data-css=\"tve-u-16362a2c533\"] { color: rgba(3, 9, 14, 0.5) !important; }[data-css=\"tve-u-16362e2956e\"] { padding: 30px 40px !important; }[data-css=\"tve-u-16362e27bcb\"] { max-width: 1200px; }[data-css=\"tve-u-16362e0aed9\"] { opacity: 1; background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Pub-Footer-img.jpg\") !important; background-size: cover !important; background-position: 0% 0% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; background-color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-16362a7e959\"] { text-transform: none !important; }#tve_editor [data-css=\"tve-u-160f96c069e\"] p, #tve_editor [data-css=\"tve-u-160f96c069e\"] li, #tve_editor [data-css=\"tve-u-160f96c069e\"] blockquote, #tve_editor [data-css=\"tve-u-160f96c069e\"] address, #tve_editor [data-css=\"tve-u-160f96c069e\"] h1, #tve_editor [data-css=\"tve-u-160f96c069e\"] h2, #tve_editor [data-css=\"tve-u-160f96c069e\"] h3, #tve_editor [data-css=\"tve-u-160f96c069e\"] h4, #tve_editor [data-css=\"tve-u-160f96c069e\"] h5, #tve_editor [data-css=\"tve-u-160f96c069e\"] h6 { color: rgb(255, 255, 255); }[data-css=\"tve-u-163629e77b3\"] { line-height: 1.3em !important; }[data-css=\"tve-u-16362a0a74e\"] { line-height: 1.3em !important; }[data-css=\"tve-u-16362a2c533\"] { line-height: 1.3em !important; }[data-css=\"tve-u-16362a29862\"] { font-size: 16px !important; }[data-css=\"tve-u-16362a29860\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-16362a2156e\"] { font-size: 16px !important; color: rgba(3, 9, 14, 0.7) !important; }#tve_editor [data-css=\"tve-u-16362a0d7c6\"] { font-size: 16px !important; color: rgba(3, 9, 14, 0.7) !important; }#tve_editor [data-css=\"tve-u-16362a0a750\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-16362a0a74e\"] { font-size: 16px !important; color: rgba(3, 9, 14, 0.5) !important; }#tve_editor [data-css=\"tve-u-16362a08679\"] { text-transform: uppercase !important; font-size: 16px !important; }[data-css=\"tve-u-163629f6837\"] { font-size: 16px !important; }[data-css=\"tve-u-163629f6835\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-163629eed0d\"] { font-size: 16px !important; color: rgba(3, 9, 14, 0.7) !important; }#tve_editor [data-css=\"tve-u-163629e77b3\"] { color: rgba(3, 9, 14, 0.5) !important; font-size: 16px !important; }#tve_editor [data-css=\"tve-u-163629df961\"] { text-transform: uppercase !important; }#tve_editor [data-css=\"tve-u-163629db329\"] { text-transform: uppercase !important; }[data-css=\"tve-u-1636292fe99\"] { padding: 0px !important; }[data-css=\"tve-u-163629240b8\"] { padding: 0px !important; }#tve_editor [data-css=\"tve-u-1635f28650b\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1635f273315\"] { padding: 0px !important; margin-bottom: 60px !important; }#tve_editor [data-css=\"tve-u-1635ebf2201\"] p, #tve_editor [data-css=\"tve-u-1635ebf2201\"] li, #tve_editor [data-css=\"tve-u-1635ebf2201\"] blockquote, #tve_editor [data-css=\"tve-u-1635ebf2201\"] address, #tve_editor [data-css=\"tve-u-1635ebf2201\"] h1, #tve_editor [data-css=\"tve-u-1635ebf2201\"] h2, #tve_editor [data-css=\"tve-u-1635ebf2201\"] h3, #tve_editor [data-css=\"tve-u-1635ebf2201\"] h4, #tve_editor [data-css=\"tve-u-1635ebf2201\"] h5, #tve_editor [data-css=\"tve-u-1635ebf2201\"] h6 { color: rgb(3, 9, 14); }#tve_editor [data-css=\"tve-u-1635f21f43a\"] { text-transform: uppercase !important; color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-1635f111354\"] { text-transform: uppercase !important; }#tve_editor [data-css=\"tve-u-1635f10faad\"] { color: rgb(3, 9, 14) !important; text-transform: uppercase !important; }[data-css=\"tve-u-1635f010773\"] { min-height: 430px; }[data-css=\"tve-u-1635efec9fa\"] { max-width: 100%; z-index: 1 !important; padding: 0px !important; margin: 0px !important; }#tve_editor [data-css=\"tve-u-1635ef4f76c\"] { color: rgb(207, 199, 172) !important; }#tcb_landing_page h3 strong { font-weight: 700; }[data-css=\"tve-u-1635ee0cb15\"] { padding: 90px 40px 120px !important; }#tve_editor .thrv-content-box [data-css=\"tve-u-1635ec2801b\"] p, #tve_editor .thrv-content-box [data-css=\"tve-u-1635ec2801b\"] li, #tve_editor .thrv-content-box [data-css=\"tve-u-1635ec2801b\"] blockquote, #tve_editor .thrv-content-box [data-css=\"tve-u-1635ec2801b\"] address, #tve_editor .thrv-content-box [data-css=\"tve-u-1635ec2801b\"] h1, #tve_editor .thrv-content-box [data-css=\"tve-u-1635ec2801b\"] h2, #tve_editor .thrv-content-box [data-css=\"tve-u-1635ec2801b\"] h3, #tve_editor .thrv-content-box [data-css=\"tve-u-1635ec2801b\"] h4, #tve_editor .thrv-content-box [data-css=\"tve-u-1635ec2801b\"] h5, #tve_editor .thrv-content-box [data-css=\"tve-u-1635ec2801b\"] h6 { color: rgb(3, 9, 14); }[data-css=\"tve-u-1635ed274dc\"] > .tcb-flex-col { padding-left: 90px; }[data-css=\"tve-u-1635ed91639\"] { margin: 0px !important; }[data-css=\"tve-u-1635ec2801b\"] { min-height: 1px; }[data-css=\"tve-u-1635ed274dc\"] > .tcb-flex-col > .tcb-col { min-height: 370px; justify-content: flex-end; }[data-css=\"tve-u-1635ed274dc\"] { min-height: inherit; margin-left: -90px; padding: 0px !important; }[data-css=\"tve-u-1635ec2801b\"]::after { clear: both; }[data-css=\"tve-u-160fa6805d4\"] { padding: 0px !important; }[data-css=\"tve-u-1635ebfe4fc\"] { padding: 0px 0px 35px !important; margin: 0px !important; }[data-css=\"tve-u-1635ebf2201\"] { max-width: 1200px; min-height: 1px !important; }#tve_editor .thrv-content-box [data-css=\"tve-u-160e9e03630\"] p, #tve_editor .thrv-content-box [data-css=\"tve-u-160e9e03630\"] li, #tve_editor .thrv-content-box [data-css=\"tve-u-160e9e03630\"] blockquote, #tve_editor .thrv-content-box [data-css=\"tve-u-160e9e03630\"] address, #tve_editor .thrv-content-box [data-css=\"tve-u-160e9e03630\"] h1, #tve_editor .thrv-content-box [data-css=\"tve-u-160e9e03630\"] h2, #tve_editor .thrv-content-box [data-css=\"tve-u-160e9e03630\"] h3, #tve_editor .thrv-content-box [data-css=\"tve-u-160e9e03630\"] h4, #tve_editor .thrv-content-box [data-css=\"tve-u-160e9e03630\"] h5, #tve_editor .thrv-content-box [data-css=\"tve-u-160e9e03630\"] h6 { color: rgb(255, 255, 255); }#tve_editor [data-css=\"tve-u-160e4c24b1a\"] p, #tve_editor [data-css=\"tve-u-160e4c24b1a\"] li, #tve_editor [data-css=\"tve-u-160e4c24b1a\"] blockquote, #tve_editor [data-css=\"tve-u-160e4c24b1a\"] address, #tve_editor [data-css=\"tve-u-160e4c24b1a\"] h1, #tve_editor [data-css=\"tve-u-160e4c24b1a\"] h2, #tve_editor [data-css=\"tve-u-160e4c24b1a\"] h3, #tve_editor [data-css=\"tve-u-160e4c24b1a\"] h4, #tve_editor [data-css=\"tve-u-160e4c24b1a\"] h5, #tve_editor [data-css=\"tve-u-160e4c24b1a\"] h6 { color: rgb(222, 218, 203); }#tve_editor .thrv-content-box [data-css=\"tve-u-160df519447\"] p, #tve_editor .thrv-content-box [data-css=\"tve-u-160df519447\"] li, #tve_editor .thrv-content-box [data-css=\"tve-u-160df519447\"] blockquote, #tve_editor .thrv-content-box [data-css=\"tve-u-160df519447\"] address, #tve_editor .thrv-content-box [data-css=\"tve-u-160df519447\"] h1, #tve_editor .thrv-content-box [data-css=\"tve-u-160df519447\"] h2, #tve_editor .thrv-content-box [data-css=\"tve-u-160df519447\"] h3, #tve_editor .thrv-content-box [data-css=\"tve-u-160df519447\"] h4, #tve_editor .thrv-content-box [data-css=\"tve-u-160df519447\"] h5, #tve_editor .thrv-content-box [data-css=\"tve-u-160df519447\"] h6 { color: rgb(255, 255, 255); }[data-css=\"tve-u-1635eaf037e\"] { padding: 0px !important; }[data-css=\"tve-u-1635eadb72e\"] { min-height: 1px; }[data-css=\"tve-u-1635e9cce8b\"] { max-width: 47%; }[data-css=\"tve-u-1635e9cce4d\"] { max-width: 53%; }[data-css=\"tve-u-1635e97f913\"] { max-width: 550px; float: none; z-index: 3; position: relative; margin: 0px auto !important; padding: 0px !important; }[data-css=\"tve-u-1635e6b4c72\"] { max-width: 100%; min-height: 1px !important; }[data-css=\"tve-u-1635e6aad72\"] { padding: 90px 0px 90px 40px !important; }[data-css=\"tve-u-1635e6448aa\"] { padding: 0px !important; }[data-css=\"tve-u-1635e5d9ba1\"]::after { clear: both; }[data-css=\"tve-u-1635e5cd7c0\"] { max-width: 275px; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1635e5cc2d9\"] { padding: 0px !important; }[data-css=\"tve-u-1635e5cbf37\"] { margin: -1px 0px 200px !important; }#tcb_landing_page a.tve_state_hover:not(.tcb-button-link) { text-decoration: underline; color: rgb(233, 156, 0); }#tcb_landing_page h6 strong { font-weight: 700; }#tcb_landing_page h6 { font-family: \"Noto Sans\"; font-weight: 400; text-transform: uppercase; color: rgb(3, 9, 14); letter-spacing: 1px; font-size: 18px; }#tcb_landing_page h5 strong { font-weight: 700; }#tcb_landing_page h5 { font-size: 20px; font-family: \"Noto Sans\"; font-weight: 400; line-height: 1.5em; color: rgb(3, 9, 14); }#tcb_landing_page h4 strong { font-weight: 700; }#tcb_landing_page h4 { font-size: 19px; line-height: 1.5em; font-family: \"Noto Sans\"; font-weight: 400; color: rgb(3, 9, 14); text-transform: uppercase; letter-spacing: 2px; }[data-css=\"tve-u-160fec99b6f\"] { padding: 0px !important; }#tcb_landing_page a:not(.tcb-button-link) { color: rgb(233, 156, 0); text-decoration: none; }[data-css=\"tve-u-161701c1618\"] { max-width: 47.2%; }[data-css=\"tve-u-161701b642a\"] { padding: 0px 0px 0px 10px !important; }[data-css=\"tve-u-161701a2f15\"] > .tcb-flex-col > .tcb-col { justify-content: center; }[data-css=\"tve-u-161701a8fd1\"] { max-width: 100%; margin-top: 0px !important; margin-bottom: 0px !important; background-color: rgb(247, 247, 247) !important; }[data-css=\"tve-u-161701a2f15\"] { margin-left: 0px; padding: 0px 10px !important; }[data-css=\"tve-u-161701a2f15\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-161701998d2\"] { max-width: 23.2%; }[data-css=\"tve-u-1617019989e\"] { max-width: 29.6%; }[data-css=\"tve-u-16170191bce\"] { line-height: 1em !important; }#tve_editor [data-css=\"tve-u-16170191bce\"] { color: rgb(183, 183, 183) !important; font-size: 14px !important; }[data-css=\"tve-u-16170185cb5\"] { float: none; width: 45px; }[data-css=\"tve-u-1616a74e73b\"] { min-height: 1px; }[data-css=\"tve-u-1616a721403\"] { background-color: rgba(3, 9, 14, 0.9) !important; }[data-css=\"tve-u-1616a708b49\"] > .tve-cb { justify-content: flex-end; display: flex; flex-direction: column; }[data-css=\"tve-u-1616a708b49\"] { max-width: 100%; padding: 8px 5px 10px !important; margin-top: 0px !important; margin-bottom: 0px !important; margin-left: 0px !important; }[data-css=\"tve-u-160f9714a61\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-160fe13ce28\"] { max-width: 100%; min-height: 1px !important; }[data-css=\"tve-u-160fe140452\"] { padding: 0px !important; }[data-css=\"tve-u-160fa4daf17\"] { float: none; max-width: 100%; margin: 0px auto !important; }[data-css=\"tve-u-160fa4d8d4f\"] { padding: 0px !important; }[data-css=\"tve-u-160fa4b581e\"] { max-width: 100%; z-index: 3; padding: 0px !important; }[data-css=\"tve-u-160fa01d193\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-160fa1c8dca\"] { background-image: none !important; }[data-css=\"tve-u-160fa11f4f2\"] { margin: 0px 0px 10px !important; }[data-css=\"tve-u-160fa01d193\"] { max-width: 600px; float: none; z-index: 3; position: relative; padding: 0px !important; margin: 0px auto !important; }[data-css=\"tve-u-160f9ee08be\"] { background-image: none !important; padding-top: 40px !important; padding-bottom: 40px !important; padding-left: 40px !important; }[data-css=\"tve-u-160f9ec40fc\"] { float: none; max-width: 100%; letter-spacing: 1px; z-index: 3; position: relative; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-160f9ebf905\"] > .tcb-flex-col > .tcb-col { min-height: 468px; justify-content: center; }[data-css=\"tve-u-160f9ebf905\"] { margin-left: 0px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-160f9ebf905\"] > .tcb-flex-col { padding-left: 0px; }#tve_editor [data-css=\"tve-u-160f9d0c9a0\"]:hover { text-shadow: none; background-image: linear-gradient(rgba(3, 9, 14, 0.4), rgba(3, 9, 14, 0.4)), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Pub-drink-4-1.jpg\") !important; background-size: auto, cover !important; background-position: 0px 0px, 0% 0% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }#tve_editor [data-css=\"tve-u-160f9d0b00e\"]:hover { text-shadow: none; background-image: linear-gradient(rgba(3, 9, 14, 0.4), rgba(3, 9, 14, 0.4)), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Pub-Drink-3.jpg\") !important; background-size: auto, cover !important; background-position: 0px 0px, 0% 0% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }#tve_editor [data-css=\"tve-u-160f9d08737\"] p, #tve_editor [data-css=\"tve-u-160f9d08737\"] li, #tve_editor [data-css=\"tve-u-160f9d08737\"] blockquote, #tve_editor [data-css=\"tve-u-160f9d08737\"] address { color: rgb(255, 255, 255); }#tve_editor [data-css=\"tve-u-160f9d08737\"]:hover { text-shadow: none; background-image: linear-gradient(rgba(3, 9, 14, 0.4), rgba(3, 9, 14, 0.4)), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Pub-Drink-2.jpg\") !important; background-size: auto, cover !important; background-position: 0px 0px, 0% 0% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-160f9d496b3\"] { line-height: 1em !important; }[data-css=\"tve-u-160f9d5377f\"] { font-weight: 400 !important; font-family: \"Kaushan Script\" !important; }#tve_editor [data-css=\"tve-u-160f9d496b3\"] { color: rgb(255, 255, 255) !important; font-size: 26px !important; }#tve_editor [data-css=\"tve-u-160f9cccb99\"]:hover { background-image: linear-gradient(rgba(3, 9, 14, 0.4), rgba(3, 9, 14, 0.4)), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Pub-drink-1.jpg\") !important; background-size: auto, cover !important; background-position: 0px 0px, 0% 0% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-160f9d0c9a0\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Pub-drink-4-1.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-160f9d0b00e\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Pub-Drink-3.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-160f9d08737\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Pub-Drink-2.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-160f9cccb99\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Pub-drink-1.jpg\") !important; padding-top: 0px !important; padding-left: 0px !important; padding-right: 0px !important; margin-left: 0px !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-160f9caae7b\"] { padding: 0px !important; margin-bottom: 70px !important; }[data-css=\"tve-u-160f9c75fb0\"] > .tcb-flex-col > .tcb-col { min-height: 230px; justify-content: flex-end; }[data-css=\"tve-u-160f9c7f698\"] { float: none; max-width: 100%; margin: 0px auto !important; }[data-css=\"tve-u-160f9c75fb0\"] > .tcb-flex-col { padding-left: 60px; }[data-css=\"tve-u-160f9c75fb0\"] { margin-left: -60px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-160f9c6d0ad\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-160f9c6a4fe\"] { padding: 70px 40px 100px !important; }[data-css=\"tve-u-160f9c02898\"] { font-weight: 400 !important; font-family: \"Noto Sans\" !important; }[data-css=\"tve-u-160f9bfdcb7\"] { font-weight: 400 !important; font-family: \"Noto Sans\" !important; }[data-css=\"tve-u-160f9b9db80\"] { padding: 5px 0px !important; }[data-css=\"tve-u-160f9bd1e50\"] { padding: 5px 0px !important; }[data-css=\"tve-u-160f9bd1e50\"] .tve_sep { border-width: 1px; border-color: rgba(176, 171, 155, 0.3); }[data-css=\"tve-u-160f9b9db80\"] .tve_sep { border-width: 1px; border-color: rgba(176, 171, 155, 0.3); }#tve_editor [data-css=\"tve-u-160f9b916f8\"] { color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160f9b69526\"] > .tcb-flex-col > .tcb-col { min-height: 40px; justify-content: center; }[data-css=\"tve-u-160f9b7a3c6\"] { max-width: 38.4%; }[data-css=\"tve-u-160f9b7a39a\"] { max-width: 24.1%; }[data-css=\"tve-u-160f9b7a36e\"] { max-width: 37.6%; }[data-css=\"tve-u-160f9b74c2b\"] { float: none; max-width: 400px; z-index: 3; position: relative; margin: 10px auto !important; }[data-css=\"tve-u-160f9b69526\"] { margin-left: 0px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-160f9b69526\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-160f98a0d17\"] { padding: 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-160f984f29b\"] { font-size: 18px !important; font-family: \"Noto Sans\" !important; font-weight: 400 !important; }[data-css=\"tve-u-160f981fb0c\"] { line-height: 1.5em !important; }[data-css=\"tve-u-160f9823757\"] { text-transform: none !important; font-size: 18px !important; }#tve_editor [data-css=\"tve-u-160f981fb0c\"] { letter-spacing: 4px; color: rgb(255, 255, 255) !important; font-size: 18px !important; text-transform: uppercase !important; }[data-css=\"tve-u-160f97e6953\"] { padding: 0px !important; margin: 0px 0px 50px -10px !important; }[data-css=\"tve-u-160f97ddb8a\"] { line-height: 1em !important; }[data-css=\"tve-u-160f97e0356\"] { font-weight: 400 !important; font-family: \"Kaushan Script\" !important; }#tve_editor [data-css=\"tve-u-160f97ddb8a\"] { color: rgb(218, 144, 15) !important; font-size: 40px !important; }[data-css=\"tve-u-160f9734b53\"] { clip-path: url(\"#clip-top-c8e428685a637\"); -webkit-clip-path: url(\"#clip-top-c8e428685a637\");  background-image: linear-gradient(rgb(3, 9, 14), rgb(3, 9, 14)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-160f972cd2b\"] { min-height: 540px; }[data-css=\"tve-u-160f9714a61\"] { float: none; max-width: 700px; padding: 10px 40px !important; margin-top: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-160f96f5e19\"] { clip-path: url(\"#clip-bottom-c22944d35542f\"); -webkit-clip-path: url(\"#clip-bottom-c22944d35542f\");  background-image: linear-gradient(0deg, rgba(3, 9, 14, 0.5) 0%, rgba(3, 9, 14, 0.1) 100%), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Pub-CTA-img.jpg\") !important; background-size: auto, cover !important; background-position: 0px 0px, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-160f96ef669\"] { padding: 30px 40px !important; margin-top: 0px !important; }[data-css=\"tve-u-160f96c069e\"] { max-width: 100%; min-height: 1px !important; }[data-css=\"tve-u-160f957664d\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Pub-Customer-1-img_03.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-160f9562c14\"] { max-width: 104px; float: left; z-index: 3; position: relative; width: 100%; padding: 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; margin-right: 30px !important; }[data-css=\"tve-u-160f9514c00\"] { line-height: 1em !important; }#tve_editor [data-css=\"tve-u-160f9514c00\"] { letter-spacing: 1px; text-transform: uppercase !important; font-size: 16px !important; }[data-css=\"tve-u-160f9405e56\"] { padding: 5px 0px !important; margin: 0px !important; }[data-css=\"tve-u-160f9405e56\"] .tve_sep { border-width: 2px; border-color: rgb(218, 144, 15); }[data-css=\"tve-u-160f93bdfb1\"]::after { clear: both; }[data-css=\"tve-u-160f8e625a1\"] { padding: 0px !important; margin-top: 0px !important; margin-bottom: 100px !important; }#tve_editor [data-css=\"tve-u-160eb0e8e90\"]:hover [data-css=\"tve-u-160eb0d7fac\"] { background-image: linear-gradient(rgb(242, 139, 0), rgb(242, 139, 0)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-160eaaf84a6\"] { padding: 0px !important; margin-bottom: 20px !important; }[data-css=\"tve-u-160ea9789a4\"] { padding: 0px !important; }[data-css=\"tve-u-160ea977bf3\"] { padding: 0px !important; }[data-css=\"tve-u-160ea976e63\"] { padding: 0px !important; }[data-css=\"tve-u-160ea9729a9\"] { padding: 0px !important; }[data-css=\"tve-u-160ea9357c7\"] { padding: 0px !important; }[data-css=\"tve-u-160ea928596\"] { margin-top: 0px !important; }#tve_editor [data-css=\"tve-u-160e9fad83c\"] p, #tve_editor [data-css=\"tve-u-160e9fad83c\"] li, #tve_editor [data-css=\"tve-u-160e9fad83c\"] blockquote, #tve_editor [data-css=\"tve-u-160e9fad83c\"] address { line-height: 1em; }[data-css=\"tve-u-160ea7c9db0\"] > .tcb-flex-col { padding-left: 60px; }[data-css=\"tve-u-160ea89ac22\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-160ea89ac22\"] > .tcb-flex-col { padding-left: 60px; }[data-css=\"tve-u-160ea89b12a\"] { margin: 0px 0px 20px !important; background-image: linear-gradient(rgb(18, 21, 25), rgb(18, 21, 25)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-160ea89ac22\"] { margin-left: -60px; min-height: inherit; padding: 20px !important; }[data-css=\"tve-u-160ea7cae88\"] { margin: 60px 0px 0px !important; }[data-css=\"tve-u-160ea7c9db0\"] { margin-left: -60px; padding: 0px !important; }[data-css=\"tve-u-160ea7bf191\"]::after { clear: both; }#tve_editor [data-css=\"tve-u-160ea71c62c\"] { color: rgba(255, 255, 255, 0.85) !important; font-size: 16px !important; }[data-css=\"tve-u-160ea54ea72\"] { line-height: 1em !important; }#tve_editor [data-css=\"tve-u-160ea54ea72\"] { font-size: 18px !important; text-transform: none !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-160e9fac06c\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-160e9fc2c51\"] { border-right: none; }[data-css=\"tve-u-160e9fbbfa0\"] { border-right: none; }[data-css=\"tve-u-160e9fac06c\"] > .tcb-flex-col { padding-left: 60px; }[data-css=\"tve-u-160e9fad83c\"] { box-shadow: none; margin-top: 20px !important; margin-bottom: 0px !important; background-image: linear-gradient(rgb(18, 21, 25), rgb(18, 21, 25)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-160e9fac06c\"] { margin-left: -60px; min-height: inherit; padding: 20px 20px 0px !important; }[data-css=\"tve-u-160e9f87397\"] { float: left; max-width: 100%; z-index: 3; position: relative; box-shadow: rgba(18, 21, 25, 0.16) 0px 5px 35px 2px; width: 100%; padding: 0px !important; margin: 0px auto !important; }[data-css=\"tve-u-160e9f87397\"] .tve_faq:hover { background: rgba(18, 21, 25, 0.8) !important; }[data-css=\"tve-u-160e9f7868b\"] { line-height: 1em !important; }[data-css=\"tve-u-160e9f7ce0e\"] { font-family: Lato, arial !important; }#tve_editor [data-css=\"tve-u-160e9f7868b\"] { letter-spacing: 3px; color: rgb(242, 139, 0) !important; font-size: 18px !important; text-transform: uppercase !important; }[data-css=\"tve-u-160e9e41664\"] { padding: 0px !important; margin-left: -15px !important; }[data-css=\"tve-u-160e9e2aeab\"] { padding: 0px !important; }[data-css=\"tve-u-160e9e03630\"] { min-height: 1px; }[data-css=\"tve-u-160e9dff371\"] { float: none; max-width: 100%; padding: 0px !important; margin: 0px !important; position: static !important; }[data-css=\"tve-u-160e9d15bdf\"] { z-index: 1; padding: 100px 40px 90px !important; margin-top: 0px !important; }[data-css=\"tve-u-160e9d118ed\"] { opacity: 1; filter: grayscale(0%) blur(0px); box-shadow: rgba(0, 0, 0, 0.3) 0px 39px 75px 8px inset; background-image: linear-gradient(rgba(176, 171, 155, 0.28), rgba(176, 171, 155, 0.28)), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Pub-Our-Menu-BG.jpg\") !important; background-color: rgb(176, 171, 155) !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, fixed !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-160e9d0c61d\"] { max-width: 1200px; min-height: 450px !important; }#tve_editor [data-css=\"tve-u-160e52fbe2f\"]:hover { text-shadow: rgba(0, 0, 0, 0.3) 2px 2px 2px; background-image: none !important; }#tve_editor [data-css=\"tve-u-160e5276a5e\"]:hover { text-shadow: rgba(0, 0, 0, 0.25) 2px 2px 2px; background-image: none !important; }#tve_editor [data-css=\"tve-u-160e52014b5\"]:hover { text-shadow: rgba(0, 0, 0, 0.25) 2px 2px 2px; background-image: none !important; }[data-css=\"tve-u-160e52014b5\"]::after { clear: both; }[data-css=\"tve-u-160e52fbe2f\"] { text-shadow: none; background-image: none !important; }[data-css=\"tve-u-160e5276a5e\"] { background-image: none !important; }[data-css=\"tve-u-160e52014b5\"] { box-shadow: none; background-image: none !important; padding-top: 0px !important; margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-160e501c0b4\"] { padding: 0px !important; }[data-css=\"tve-u-160e4fd114b\"] { line-height: 1em !important; }[data-css=\"tve-u-160e4fe84a1\"] { line-height: 1.3em !important; }#tve_editor [data-css=\"tve-u-160e4fe84a1\"] { font-size: 44px !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-160e4fe6187\"] { font-weight: 400 !important; font-family: \"Kaushan Script\" !important; }#tve_editor [data-css=\"tve-u-160e4fd114b\"] { letter-spacing: 5px; color: rgb(255, 255, 255) !important; font-size: 16px !important; text-transform: uppercase !important; }[data-css=\"tve-u-160e4dadf9c\"] { max-width: 100%; float: none; z-index: 1 !important; box-shadow: none; position: relative; right: 0px; bottom: -54px; margin: 0px auto !important; }[data-css=\"tve-u-160e4da55bb\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-160e4da55bb\"] { margin-left: -60px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-160e4da55bb\"] > .tcb-flex-col { padding-left: 60px; }[data-css=\"tve-u-160e4c824a2\"] { padding: 0px !important; margin-bottom: 10px !important; }[data-css=\"tve-u-160e4c55d27\"] { z-index: 4; padding: 60px 40px 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-160e4c34c93\"] { clip-path: url(\"#clip-bottom-35e31e95c7382\"); -webkit-clip-path: url(\"#clip-bottom-35e31e95c7382\");  box-shadow: none; background-image: linear-gradient(rgba(3, 9, 15, 0.85), rgba(3, 9, 15, 0.85)), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Pub-Texture1-img-.jpg\") !important; background-size: auto, cover !important; background-position: 0px 0px, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-160e4c24b1a\"] { max-width: 1200px; min-height: 1px !important; }#tve_editor [data-css=\"tve-u-160dbceed3d\"]:hover .tcb-button-link { border-radius: 15px 0px; overflow: hidden; border: none; background-color: rgb(242, 139, 0) !important; text-decoration: none !important; }#tve_editor [data-css=\"tve-u-160df6a2fe0\"] p, #tve_editor [data-css=\"tve-u-160df6a2fe0\"] li, #tve_editor [data-css=\"tve-u-160df6a2fe0\"] blockquote, #tve_editor [data-css=\"tve-u-160df6a2fe0\"] address { line-height: 1em; }[data-css=\"tve-u-160df4c6424\"] > .tve-cb { display: flex; flex-direction: column; justify-content: flex-end; }[data-css=\"tve-u-160df51ca21\"] > .tve-cb { display: flex; justify-content: center; flex-direction: column; }[data-css=\"tve-u-160df8deee2\"] { padding: 0px !important; margin-left: -15px !important; margin-bottom: 50px !important; }[data-css=\"tve-u-160df8c3360\"] { margin-left: 0px !important; padding: 0px !important; }[data-css=\"tve-u-160df711140\"] { padding: 0px !important; }[data-css=\"tve-u-160df709fbf\"] { padding: 0px !important; }[data-css=\"tve-u-160df6d74f4\"] { text-align: left; border-right: 1px solid rgba(176, 171, 155, 0.5); padding-left: 20px !important; }[data-css=\"tve-u-160df6d53e3\"] { text-align: right; border-right: 1px solid rgba(176, 171, 155, 0.6); padding-right: 20px !important; }[data-css=\"tve-u-160df6a3578\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-160df6a3578\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-160df6a3578\"] { margin-left: 0px; min-height: inherit; padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-160df6a2fe0\"] { margin-top: 20px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-160df52e534\"]::after { clear: both; }[data-css=\"tve-u-160df51ca21\"] { bottom: 0px; float: left; max-width: 100%; z-index: 3; width: 100%; left: 0px; margin: 0px auto !important; padding: 25px 0px !important; position: static !important; }[data-css=\"tve-u-160df519447\"] { min-height: 1px; text-align: center; }[data-css=\"tve-u-160df50b366\"] { background-image: none !important; }[data-css=\"tve-u-160df4f4d0e\"] { min-height: 480px; }[data-css=\"tve-u-160df4bedf0\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-160df4eae6d\"] { margin: 0px !important; }[data-css=\"tve-u-160df4db074\"] { background-image: linear-gradient(rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Pub-img-section1.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-160df4c6424\"] { max-width: 100%; margin-top: 0px !important; padding: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-160df4bedf0\"] { margin-left: 0px; min-height: inherit; padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-160df4bedf0\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-160df4565d1\"] { padding: 0px !important; position: relative !important; }#tve_editor [data-css=\"tve-u-160dbe24f38\"] { font-weight: 400; letter-spacing: 4px; font-family: \"Noto Sans\" !important; font-size: 18px !important; text-transform: uppercase !important; color: rgb(18, 21, 25) !important; }[data-css=\"tve-u-160dbceed3d\"] .tcb-button-link { min-height: 54.7619px; font-size: 1.33333em; background-color: rgb(255, 169, 20) !important; padding-top: 10px !important; padding-bottom: 10px !important; }[data-css=\"tve-u-160dbceed3d\"] { width: 418px; display: block; max-width: 418px; float: none; margin: 0px auto !important; }[data-css=\"tve-u-160dbcd54ac\"] { padding: 0px !important; }[data-css=\"tve-u-160dbcd2c5b\"] { padding: 0px !important; margin-bottom: 70px !important; }[data-css=\"tve-u-160dbcbc7a4\"] { min-height: 260px; }[data-css=\"tve-u-160dbcafa88\"] { float: none; max-width: 800px; margin: 0px auto !important; padding: 0px !important; }[data-css=\"tve-u-160db85dabe\"] { min-height: 50px; }[data-css=\"tve-u-160db84bfac\"] { clip-path: url(\"#clip-bottom-eb17500f3af4b\"); -webkit-clip-path: url(\"#clip-bottom-eb17500f3af4b\");  background-image: linear-gradient(rgb(30, 34, 40), rgb(30, 34, 40)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; filter: grayscale(0%) blur(0px); opacity: 1; border: none !important; }#tve_editor [data-css=\"tve-u-160db6dd8cd\"] > :first-child { color: rgb(255, 171, 0); }[data-css=\"tve-u-160db6dd8cd\"] { font-size: 28px; width: 28px; height: 28px; z-index: 4; position: relative; float: left; margin: 0px 15px 0px 0px !important; }#tcb_landing_page h3 { font-family: \"Noto Sans\"; font-weight: 400; font-size: 24px; line-height: 1.68em; color: rgb(3, 9, 14); letter-spacing: 2px; text-transform: uppercase; }#tcb_landing_page h2 { font-family: \"Kaushan Script\"; font-weight: 400; font-size: 90px; color: rgb(222, 218, 203); line-height: 1.3em; }#tcb_landing_page p, #tcb_landing_page li { font-family: \"Noto Sans\"; font-weight: 400; font-size: 18px; line-height: 1.5em; color: rgb(3, 9, 14); }#tcb_landing_page h1 { font-family: \"Kaushan Script\"; font-size: 100px; line-height: 1em; color: rgb(255, 255, 255); }[data-css=\"tve-u-15e09c94f7d\"] { background-color: rgb(255, 255, 255); }[data-css=\"tve-u-160dbb50aca\"] { max-width: 400px; float: none; z-index: 4; margin: 0px auto !important; padding: 30px 25px 60px !important; }#tve_editor [data-css=\"tve-u-160ea6ba05c\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160ea6ba05c\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160ea6ba060\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160ea6ba060\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160ea6ba063\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160ea6ba063\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160ea6ba065\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160ea6ba065\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160ea6ba067\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160ea6ba067\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160ea6ba06a\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160ea6ba06a\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160ea6ba06c\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160ea6ba06c\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160ea7224b9\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160ea7224b9\"] { line-height: 1.3em !important; }#tve_editor [data-css=\"tve-u-160ea79970d\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160ea79970d\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160ea799710\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160ea799710\"] { line-height: 2em !important; }[data-css=\"tve-u-160ea90d163\"] { line-height: 1em !important; }#tve_editor [data-css=\"tve-u-160ea90d163\"] { font-size: 18px !important; text-transform: none !important; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-160ea9104fd\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160ea9104fd\"] { line-height: 1.3em !important; }#tve_editor [data-css=\"tve-u-160ea9400e0\"] { color: rgba(255, 255, 255, 0.85) !important; font-size: 16px !important; }[data-css=\"tve-u-160ea9c1e15\"] { padding: 0px !important; }#tve_editor [data-css=\"tve-u-160ea9c9c07\"] { font-size: 14px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160ea9c9c07\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eaa5aa50\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eaa5aa50\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eaa62df8\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eaa62df8\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eaa73bda\"] p, #tve_editor [data-css=\"tve-u-160eaa73bda\"] li, #tve_editor [data-css=\"tve-u-160eaa73bda\"] blockquote, #tve_editor [data-css=\"tve-u-160eaa73bda\"] address { line-height: 1em; }[data-css=\"tve-u-160eaa73bda\"] { box-shadow: none; margin: 20px 0px 0px !important; background-image: linear-gradient(rgb(18, 21, 25), rgb(18, 21, 25)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-160eaa7faeb\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-160eaa7faeb\"] > .tcb-flex-col { padding-left: 60px; }[data-css=\"tve-u-160eaa7faeb\"] { margin-left: -60px; min-height: inherit; padding: 20px 20px 0px !important; }[data-css=\"tve-u-160eaa7faee\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-160eaa7faee\"] > .tcb-flex-col { padding-left: 60px; }[data-css=\"tve-u-160eaa7faee\"] { margin-left: -60px; min-height: inherit; padding: 20px !important; }[data-css=\"tve-u-160eaa8db54\"] { margin: 0px 0px 20px !important; background-image: linear-gradient(rgb(18, 21, 25), rgb(18, 21, 25)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-160eab45a4f\"] { float: left; max-width: 100%; z-index: 3; position: relative; box-shadow: rgba(18, 21, 25, 0.16) 0px 5px 35px 2px; width: 100%; padding: 0px !important; margin: 15px auto 0px !important; }[data-css=\"tve-u-160eab45a4f\"] .tve_faq:hover { background: rgba(18, 21, 25, 0.8) !important; }#tve_editor [data-css=\"tve-u-160ead90ba7\"] p, #tve_editor [data-css=\"tve-u-160ead90ba7\"] li, #tve_editor [data-css=\"tve-u-160ead90ba7\"] blockquote, #tve_editor [data-css=\"tve-u-160ead90ba7\"] address { line-height: 1em; }[data-css=\"tve-u-160ead90ba7\"] { box-shadow: none; margin: 20px 0px !important; background-image: linear-gradient(rgb(18, 21, 25), rgb(18, 21, 25)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-160ead973a1\"] { float: left; max-width: 100%; z-index: 3; position: relative; box-shadow: rgba(18, 21, 25, 0.16) 0px 5px 35px 2px; width: 100%; padding: 0px !important; margin: 0px auto 15px !important; }[data-css=\"tve-u-160ead973a1\"] .tve_faq:hover { background: rgba(18, 21, 25, 0.8) !important; }[data-css=\"tve-u-160eadcc8c9\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-160eadcc8c9\"] > .tcb-flex-col { padding-left: 60px; }[data-css=\"tve-u-160eadcc8c9\"] { margin-left: -60px; min-height: inherit; padding: 20px !important; }#tve_editor [data-css=\"tve-u-160eadffc69\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eadffc69\"] { line-height: 2em !important; }[data-css=\"tve-u-160eb0d7fac\"] { clip-path: url(\"#clip-bottom-dd364f1962bc7\"); -webkit-clip-path: url(\"#clip-bottom-dd364f1962bc7\");  box-shadow: none; background-image: linear-gradient(rgb(218, 144, 15), rgb(218, 144, 15)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-160eb0e8e90\"] > .tve-cb { display: flex; flex-direction: column; justify-content: center; }[data-css=\"tve-u-160eb0e8e90\"] { bottom: 0px; z-index: 4; left: 0px; padding: 20px 15px 25px !important; margin-top: 0px !important; margin-bottom: 0px !important; position: relative !important; }[data-css=\"tve-u-160eb1a09e2\"] { min-height: 104px; }[data-css=\"tve-u-160eb1b0e14\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-160eb1d9ffb\"] { clip-path: url(\"#clip-bottom-cb4c420ba2143\"); -webkit-clip-path: url(\"#clip-bottom-cb4c420ba2143\");  box-shadow: none; background-image: linear-gradient(rgb(218, 144, 15), rgb(218, 144, 15)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-160eb214b56\"] { clip-path: url(\"#clip-bottom-a182d7c321313\"); -webkit-clip-path: url(\"#clip-bottom-a182d7c321313\");  box-shadow: none; background-image: linear-gradient(rgb(218, 144, 15), rgb(218, 144, 15)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-160eb218e4e\"] > .tve-cb { display: flex; flex-direction: column; justify-content: center; }[data-css=\"tve-u-160eb218e4e\"] { z-index: 0 !important; max-width: 100%; right: 0px; bottom: 0px; padding: 0px 15px !important; margin-top: 0px !important; margin-bottom: 0px !important; position: static !important; }#tve_editor [data-css=\"tve-u-160eb218e4e\"]:hover [data-css=\"tve-u-160eb214b56\"] { background-image: linear-gradient(rgb(242, 139, 0), rgb(242, 139, 0)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-160eb2222a0\"] > .tve-cb { display: flex; flex-direction: column; justify-content: center; }[data-css=\"tve-u-160eb2222a0\"] { bottom: 0px; z-index: 4; left: 0px; max-width: 100%; padding: 20px 15px 25px !important; margin-top: 0px !important; margin-bottom: 0px !important; position: relative !important; }#tve_editor [data-css=\"tve-u-160eb2222a0\"]:hover [data-css=\"tve-u-160eb1d9ffb\"] { background-image: linear-gradient(rgb(242, 139, 0), rgb(242, 139, 0)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-160eb3ad20a\"] { padding: 0px !important; margin-bottom: 20px !important; }[data-css=\"tve-u-160eb42c2ca\"] { float: left; max-width: 100%; z-index: 3; position: relative; box-shadow: rgba(18, 21, 25, 0.16) 0px 5px 35px 2px; width: 100%; padding: 0px !important; margin: 0px auto !important; }[data-css=\"tve-u-160eb42c2ca\"] .tve_faq:hover { background: rgba(18, 21, 25, 0.8) !important; }[data-css=\"tve-u-160eb470891\"] { line-height: 1em !important; }#tve_editor [data-css=\"tve-u-160eb470891\"] { letter-spacing: 3px; color: rgb(242, 139, 0) !important; font-size: 18px !important; text-transform: uppercase !important; }[data-css=\"tve-u-160eb4708df\"] { font-family: Lato, arial !important; }[data-css=\"tve-u-160eb475d09\"] { line-height: 1em !important; }#tve_editor [data-css=\"tve-u-160eb475d09\"] { letter-spacing: 3px; color: rgb(242, 139, 0) !important; font-size: 18px !important; text-transform: uppercase !important; }[data-css=\"tve-u-160eb475d4c\"] { font-family: Lato, arial !important; }[data-css=\"tve-u-160eb47f143\"] { line-height: 1em !important; }#tve_editor [data-css=\"tve-u-160eb47f143\"] { letter-spacing: 3px; color: rgb(242, 139, 0) !important; font-size: 18px !important; text-transform: uppercase !important; }[data-css=\"tve-u-160eb47f16a\"] { font-family: Lato, arial !important; }#tve_editor [data-css=\"tve-u-160eb49e1f7\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb49e1f7\"] { line-height: 2em !important; }[data-css=\"tve-u-160eb4a305a\"] { border-right: none; }#tve_editor [data-css=\"tve-u-160eb4a45fb\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb4a45fb\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb4a4600\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb4a4600\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb4a4603\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb4a4603\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb4a4605\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb4a4605\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb4a4608\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb4a4608\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb4a460a\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb4a460a\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb4a460d\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb4a460d\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb4b6f9b\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb4b6f9b\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb4b6fc8\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb4b6fc8\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb4b6fcb\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb4b6fcb\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb4b6fcd\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb4b6fcd\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb4b6fd0\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb4b6fd0\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb4b6fd3\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb4b6fd3\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb4b6fd5\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb4b6fd5\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb521486\"] p, #tve_editor [data-css=\"tve-u-160eb521486\"] li, #tve_editor [data-css=\"tve-u-160eb521486\"] blockquote, #tve_editor [data-css=\"tve-u-160eb521486\"] address { line-height: 1em; }[data-css=\"tve-u-160eb521486\"] { box-shadow: none; margin: 20px 0px !important; background-image: linear-gradient(rgb(18, 21, 25), rgb(18, 21, 25)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-160eb5275ca\"] { line-height: 1em !important; }#tve_editor [data-css=\"tve-u-160eb5275ca\"] { font-size: 18px !important; text-transform: none !important; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-160eb52765c\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb52765c\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb52768d\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb52768d\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb5276bf\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb5276bf\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb5276f3\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb5276f3\"] { line-height: 2em !important; }[data-css=\"tve-u-160eb5346af\"] { line-height: 1em !important; }#tve_editor [data-css=\"tve-u-160eb5346af\"] { font-size: 18px !important; text-transform: none !important; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-160eb53477a\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb53477a\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb5347ae\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb5347ae\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb5347e1\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb5347e1\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb534816\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb534816\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb53484c\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb53484c\"] { line-height: 2em !important; }[data-css=\"tve-u-160eb537e16\"] { padding: 0px !important; }[data-css=\"tve-u-160eb54da29\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-160eb54da29\"] > .tcb-flex-col { padding-left: 60px; }[data-css=\"tve-u-160eb54da29\"] { margin-left: -60px; min-height: inherit; padding: 20px !important; }[data-css=\"tve-u-160eb553062\"] { line-height: 1em !important; }#tve_editor [data-css=\"tve-u-160eb553062\"] { font-size: 18px !important; text-transform: none !important; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-160eb553103\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb553103\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb553138\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb553138\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb55316d\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb55316d\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb5531a1\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb5531a1\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb5531d8\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb5531d8\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb55320f\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160eb55320f\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160f8c25bba\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160f8c25bba\"] { line-height: 2em !important; }[data-css=\"tve-u-160f8c28393\"] { line-height: 1em !important; }#tve_editor [data-css=\"tve-u-160f8c28393\"] { font-size: 18px !important; text-transform: none !important; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-160f8c2842b\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160f8c2842b\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160f8c28460\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160f8c28460\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160f8c28493\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160f8c28493\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160f8c284c6\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160f8c284c6\"] { line-height: 2em !important; }[data-css=\"tve-u-160f8c2bf72\"] { padding: 0px !important; }[data-css=\"tve-u-160f8c5888c\"] { line-height: 1em !important; }#tve_editor [data-css=\"tve-u-160f8c5888c\"] { font-size: 18px !important; text-transform: none !important; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-160f8c58957\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160f8c58957\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160f8c589bd\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160f8c589bd\"] { line-height: 2em !important; }[data-css=\"tve-u-160f8c59f19\"] { padding: 0px !important; }#tve_editor [data-css=\"tve-u-160f8c626b2\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160f8c626b2\"] { line-height: 2em !important; }[data-css=\"tve-u-160f8c8c841\"] { padding: 0px !important; }[data-css=\"tve-u-160f8c978c9\"] { border-right: none; }[data-css=\"tve-u-160f8cb0034\"] { line-height: 1em !important; }#tve_editor [data-css=\"tve-u-160f8cb0034\"] { font-size: 18px !important; text-transform: none !important; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-160f8cb00e0\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160f8cb00e0\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160f8cb011c\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160f8cb011c\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160f8cb0157\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160f8cb0157\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160f8cb0191\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160f8cb0191\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160f8cb01cb\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160f8cb01cb\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160f8cb0240\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160f8cb0240\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160f8cb027b\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160f8cb027b\"] { line-height: 2em !important; }[data-css=\"tve-u-160f8cb610d\"] { line-height: 1em !important; }#tve_editor [data-css=\"tve-u-160f8cb610d\"] { font-size: 18px !important; text-transform: none !important; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-160f8cb61bc\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160f8cb61bc\"] { line-height: 2em !important; }[data-css=\"tve-u-160f8cb9d70\"] { border-right: none; }#tve_editor [data-css=\"tve-u-160f8cc8fce\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160f8cc8fce\"] { line-height: 1.3em !important; }[data-css=\"tve-u-160f8cd7871\"] { line-height: 1em !important; }#tve_editor [data-css=\"tve-u-160f8cd7871\"] { font-size: 18px !important; text-transform: none !important; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-160f8cd794f\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160f8cd794f\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160f8cd7987\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160f8cd7987\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160f8cd79c1\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160f8cd79c1\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160f8cd79f8\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160f8cd79f8\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160f8cd7a30\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160f8cd7a30\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160f8cd7a68\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160f8cd7a68\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160f8cd7aa1\"] { font-size: 16px !important; color: rgb(176, 171, 155) !important; }[data-css=\"tve-u-160f8cd7aa1\"] { line-height: 2em !important; }[data-css=\"tve-u-160f8cf3d89\"] { line-height: 1em !important; }#tve_editor [data-css=\"tve-u-160f8cf3d89\"] { font-size: 18px !important; text-transform: none !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-160f8cfbf40\"] { border-right: none; }[data-css=\"tve-u-160f8d013c3\"] { line-height: 1em !important; }#tve_editor [data-css=\"tve-u-160f8d013c3\"] { font-size: 18px !important; text-transform: none !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-160f8d12a0d\"] { border-right: none; }[data-css=\"tve-u-160f961e617\"] { padding: 0px !important; margin-top: 0px !important; margin-bottom: 20px !important; }#tve_editor [data-css=\"tve-u-160f98df817\"]:hover .tcb-button-link { border-top-left-radius: 15px; overflow: hidden; border-bottom-right-radius: 15px; border: none; background-color: rgb(242, 139, 0) !important; text-decoration: none !important; }[data-css=\"tve-u-160f98df817\"] .tcb-button-link { min-height: 54.7619px; font-size: 1.33333em; background-color: rgb(255, 169, 20) !important; padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-160f98df817\"] { width: 400px; display: block; max-width: 400px; margin-top: 50px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-160f9bf1aea\"] { padding: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-160f9bf9be2\"] { line-height: 1.5em !important; }#tve_editor [data-css=\"tve-u-160f9bf9be2\"] { letter-spacing: 0px; color: rgb(255, 255, 255) !important; font-size: 24px !important; font-family: inherit !important; }#tve_editor [data-css=\"tve-u-160fa182f82\"]:hover .tcb-button-link { border-top-left-radius: 15px; overflow: hidden; border-bottom-right-radius: 15px; border: none; background-color: rgb(14, 16, 18) !important; text-decoration: none !important; }[data-css=\"tve-u-160fa182f82\"] .tcb-button-link { min-height: 54.7619px; font-size: 1.33333em; background-color: rgb(18, 21, 25) !important; padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-160fa182f82\"] { width: 375px; display: block; max-width: 375px; float: left; z-index: 3; position: relative; margin: 0px auto !important; }#tve_editor [data-css=\"tve-u-160fa198fbb\"] { font-weight: 400; letter-spacing: 4px; font-family: \"Noto Sans\" !important; font-size: 18px !important; text-transform: uppercase !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-160fa489bd9\"] { line-height: 1.3em !important; }#tve_editor [data-css=\"tve-u-160fa489bd9\"] { letter-spacing: 0px; color: rgba(3, 9, 14, 0.5) !important; font-size: 14px !important; }[data-css=\"tve-u-160fa718c59\"] { line-height: 0.2em !important; }#tve_editor [data-css=\"tve-u-160fa718c59\"] { letter-spacing: 0px; font-size: 140px !important; color: rgba(176, 171, 155, 0.4) !important; }[data-css=\"tve-u-160fa718c5e\"] { font-family: Limelight !important; font-weight: 400 !important; }#tve_editor [data-css=\"tve-u-160fec25d20\"] { font-weight: 400; letter-spacing: 4px; font-family: \"Noto Sans\" !important; font-size: 18px !important; text-transform: uppercase !important; color: rgb(18, 21, 25) !important; }[data-css=\"tve-u-1616a5e01ba\"] { float: none; max-width: 100%; z-index: 3; right: auto; bottom: auto; top: auto; left: auto; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; margin-top: 0px !important; }[data-css=\"tve-u-1616a9cfa4b\"] > .tve-cb { justify-content: flex-end; display: flex; flex-direction: column; }[data-css=\"tve-u-1616a9cfa4b\"] { max-width: 100%; padding: 8px 5px 10px !important; margin-top: 0px !important; margin-bottom: 0px !important; margin-left: 0px !important; }[data-css=\"tve-u-1616a9d1ca7\"] > .tve-cb { justify-content: flex-end; display: flex; flex-direction: column; }[data-css=\"tve-u-1616a9d1ca7\"] { max-width: 100%; padding: 8px 5px 10px !important; margin-top: 0px !important; margin-bottom: 0px !important; margin-left: 0px !important; }[data-css=\"tve-u-1616a9d3730\"] > .tve-cb { justify-content: flex-end; display: flex; flex-direction: column; }[data-css=\"tve-u-1616a9d3730\"] { max-width: 100%; padding: 8px 5px 10px !important; margin-top: 0px !important; margin-bottom: 0px !important; margin-left: 0px !important; }[data-css=\"tve-u-161701c9195\"] { line-height: 1em !important; }#tve_editor [data-css=\"tve-u-161701c9195\"] { color: rgb(120, 120, 120) !important; font-size: 14px !important; }[data-css=\"tve-u-161702e8042\"] { float: none; width: 52px; }[data-css=\"tve-u-1617031f43b\"] { float: none; width: 49px; }[data-css=\"tve-u-16170325257\"] { margin: 0px !important; background-color: rgb(247, 247, 247) !important; }[data-css=\"tve-u-161703268c0\"] { margin: 0px !important; background-color: rgb(247, 247, 247) !important; }[data-css=\"tve-u-16170332517\"] { max-width: 29.6%; }[data-css=\"tve-u-1617033251d\"] { max-width: 24.8%; }[data-css=\"tve-u-1617033371d\"] { max-width: 45.5%; }[data-css=\"tve-u-16170334a49\"] { max-width: 29.6%; }[data-css=\"tve-u-16170334a4f\"] { max-width: 23.2%; }[data-css=\"tve-u-161703373d0\"] { max-width: 47.2%; }[data-css=\"tve-u-161703e4bac\"] > .tcb-flex-col > .tcb-col { justify-content: center; }[data-css=\"tve-u-161703e4bac\"] { margin-left: 0px; padding: 0px 10px !important; }[data-css=\"tve-u-161703e4bac\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-16170441415\"] { padding: 0px !important; }[data-css=\"tve-u-16170442200\"] { padding: 0px 0px 0px 10px !important; }[data-css=\"tve-u-161704435d7\"] { padding: 0px !important; }[data-css=\"tve-u-16170445bb9\"] { padding: 0px 0px 0px 10px !important; }[data-css=\"tve-u-1617045651a\"] > .tcb-flex-col > .tcb-col { justify-content: center; }[data-css=\"tve-u-1617045651a\"] { margin-left: 0px; padding: 0px 10px !important; }[data-css=\"tve-u-1617045651a\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-16170471614\"] { padding: 0px !important; }#tcb_landing_page a:hover:not(.tcb-button-link) { color: rgb(233, 156, 0); text-decoration: underline; }#tcb_landing_page a.tve-state-hover:not(.tcb-button-link) { color: rgb(242, 139, 0); }[data-css=\"tve-u-1635e5ffa41\"] { max-width: 200px; float: right; z-index: 3; position: relative; width: 100%; padding: 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-1635e65c044\"] > :first-child { color: rgb(255, 171, 0); }[data-css=\"tve-u-1635e65c044\"] { font-size: 28px; width: 28px; height: 28px; float: left; z-index: 3; position: relative; margin-top: 0px !important; margin-bottom: 0px !important; margin-left: 30px !important; }#tve_editor [data-css=\"tve-u-1635ed98a8a\"] > :first-child { color: rgb(218, 144, 15); }[data-css=\"tve-u-1635ed98a8a\"] { font-size: 50px; float: left; z-index: 3; position: relative; width: 50px; height: 50px; margin: -35px 0px 20px !important; padding-left: 10px !important; }[data-css=\"tve-u-1635edf3681\"] { min-height: 104px; }[data-css=\"tve-u-1635ef71519\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1635ef72920\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1635f073915\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Pub-Food-img_03.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }#tve_editor [data-css=\"tve-u-1635efec9fa\"]:hover [data-css=\"tve-u-1635f098c8e\"] { background-image: linear-gradient(0deg, rgba(242, 139, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Pub-Drinks-img_03.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-1635f098c8e\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Pub-Drinks-img_03.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1635f0a8c87\"] { max-width: 100%; z-index: 4; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1635f0b76b1\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Pub-Ambiance-img_03.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }#tve_editor [data-css=\"tve-u-1635f0a8c87\"]:hover [data-css=\"tve-u-1635f0b76b1\"] { background-image: linear-gradient(0deg, rgba(242, 139, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Pub-Ambiance-img_03.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-1635f121505\"] { padding: 0px !important; position: static !important; }#tve_editor .thrv-content-box [data-css=\"tve-u-1635f125271\"] p, #tve_editor .thrv-content-box [data-css=\"tve-u-1635f125271\"] li, #tve_editor .thrv-content-box [data-css=\"tve-u-1635f125271\"] blockquote, #tve_editor .thrv-content-box [data-css=\"tve-u-1635f125271\"] address, #tve_editor .thrv-content-box [data-css=\"tve-u-1635f125271\"] h1, #tve_editor .thrv-content-box [data-css=\"tve-u-1635f125271\"] h2, #tve_editor .thrv-content-box [data-css=\"tve-u-1635f125271\"] h3, #tve_editor .thrv-content-box [data-css=\"tve-u-1635f125271\"] h4, #tve_editor .thrv-content-box [data-css=\"tve-u-1635f125271\"] h5, #tve_editor .thrv-content-box [data-css=\"tve-u-1635f125271\"] h6 { color: rgb(3, 9, 14); }[data-css=\"tve-u-1635f125271\"] { min-height: 1px; }[data-css=\"tve-u-1635f125271\"]::after { clear: both; }[data-css=\"tve-u-1635f136552\"] { padding: 0px !important; margin-top: 0px !important; margin-bottom: 20px !important; }[data-css=\"tve-u-1635f138d3b\"] { padding: 0px !important; margin-bottom: 20px !important; }[data-css=\"tve-u-1635f139f5c\"] { padding: 0px !important; margin-bottom: 20px !important; }[data-css=\"tve-u-1635f13f574\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Pub-customer-2_03.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1635f14cd1e\"] { padding: 5px 0px !important; margin: 0px !important; }[data-css=\"tve-u-1635f14cd1e\"] .tve_sep { border-width: 2px; border-color: rgb(218, 144, 15); }[data-css=\"tve-u-1635f187bfc\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Pub-Customer-3_03.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1635f1b25ed\"] { padding: 0px 0px 35px !important; margin: 0px !important; }[data-css=\"tve-u-1635f1b3fee\"] { padding: 0px 0px 35px !important; margin: 0px !important; }#tve_editor [data-css=\"tve-u-163628d68f3\"]:hover [data-css=\"tve-u-1635f073915\"] { background-image: linear-gradient(0deg, rgba(242, 139, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Pub-Food-img_03.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-163628d68f3\"] { max-width: 100%; z-index: 4; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-163629eb59f\"] { min-height: 104px; }#tve_editor .thrv-content-box [data-css=\"tve-u-16362a05c8f\"] p, #tve_editor .thrv-content-box [data-css=\"tve-u-16362a05c8f\"] li, #tve_editor .thrv-content-box [data-css=\"tve-u-16362a05c8f\"] blockquote, #tve_editor .thrv-content-box [data-css=\"tve-u-16362a05c8f\"] address, #tve_editor .thrv-content-box [data-css=\"tve-u-16362a05c8f\"] h1, #tve_editor .thrv-content-box [data-css=\"tve-u-16362a05c8f\"] h2, #tve_editor .thrv-content-box [data-css=\"tve-u-16362a05c8f\"] h3, #tve_editor .thrv-content-box [data-css=\"tve-u-16362a05c8f\"] h4, #tve_editor .thrv-content-box [data-css=\"tve-u-16362a05c8f\"] h5, #tve_editor .thrv-content-box [data-css=\"tve-u-16362a05c8f\"] h6 { color: rgb(3, 9, 14); }[data-css=\"tve-u-16362a05c8f\"] { min-height: 1px; }[data-css=\"tve-u-16362a05c8f\"]::after { clear: both; }[data-css=\"tve-u-16362a05cc8\"] { min-height: 104px; }#tve_editor [data-css=\"tve-u-16362a8dd87\"] > :first-child { color: rgb(3, 9, 14); }[data-css=\"tve-u-16362a8dd87\"] { font-size: 25px; width: 25px; height: 25px; float: left; z-index: 3; position: relative; margin-top: 0px !important; margin-bottom: 0px !important; margin-right: 10px !important; }#tve_editor [data-css=\"tve-u-16362aa4888\"] > :first-child { color: rgb(3, 9, 14); }[data-css=\"tve-u-16362aa4888\"] { font-size: 25px; width: 25px; height: 25px; z-index: 4; position: relative; float: left; margin: 0px 10px 0px 0px !important; }[data-css=\"tve-u-16362aabe81\"] { padding: 0px !important; margin: 0px 0px 10px !important; }[data-css=\"tve-u-1636301dc81\"] { padding: 0px !important; margin: 0px 0px 60px !important; }[data-css=\"tve-u-16363231ead\"] { min-height: 430px; }[data-css=\"tve-u-16363235afe\"] { min-height: 430px; }[data-css=\"tve-u-16363599740\"] { padding: 0px !important; position: relative !important; }[data-css=\"tve-u-1636390935e\"] { padding: 0px !important; margin-bottom: 20px !important; }#tve_editor [data-css=\"tve-u-1636392a6b1\"] > :first-child { color: rgb(218, 144, 15); }[data-css=\"tve-u-1636392a6b1\"] { font-size: 50px; float: left; z-index: 3; position: relative; width: 50px; height: 50px; margin: -35px 0px 20px !important; padding-left: 10px !important; }#tve_editor [data-css=\"tve-u-1636392e791\"] > :first-child { color: rgb(218, 144, 15); }[data-css=\"tve-u-1636392e791\"] { font-size: 50px; float: left; z-index: 3; position: relative; width: 50px; height: 50px; margin: -35px 0px 20px !important; padding-left: 10px !important; }[data-css=\"tve-u-1636393c2d2\"] { max-width: 104px; float: left; z-index: 3; position: relative; width: 100%; padding: 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; margin-right: 30px !important; }[data-css=\"tve-u-1636393da63\"] { max-width: 104px; float: left; z-index: 3; position: relative; width: 100%; padding: 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; margin-right: 30px !important; }[data-css=\"tve-u-16369519850\"] { padding: 5px 0px !important; margin: 0px !important; }[data-css=\"tve-u-16369519850\"] .tve_sep { border-width: 2px; border-color: rgb(218, 144, 15); }[data-css=\"tve-u-1636951d241\"] { padding: 0px !important; margin-top: 0px !important; margin-bottom: 20px !important; }[data-css=\"tve-u-1689b6473cd\"] { background-color: rgb(0, 0, 0) !important; }[data-css=\"tve-u-160f96ef669\"] .tve-page-section-in { display: block; }}@media (max-width: 1023px){[data-css=\"tve-u-16369563890\"] { padding-left: 25px !important; padding-right: 25px !important; padding-bottom: 40px !important; }[data-css=\"tve-u-1636955fbd2\"] { max-width: 100%; min-height: 600px !important; }[data-css=\"tve-u-160f9c6d0ad\"] { max-width: 630px; }[data-css=\"tve-u-1635ebf2201\"] { max-width: 630px; }[data-css=\"tve-u-160df8deee2\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-160e9d118ed\"] { box-shadow: rgba(0, 0, 0, 0.3) 0px 28px 75px 8px inset; }[data-css=\"tve-u-1635ebfe4fc\"] { max-width: 671px; padding-bottom: 0px !important; margin-bottom: 25px !important; }[data-css=\"tve-u-1635f1b3fee\"] { padding-bottom: 0px !important; margin-bottom: 25px !important; }[data-css=\"tve-u-1635f1b25ed\"] { padding-bottom: 0px !important; margin-bottom: 25px !important; }[data-css=\"tve-u-16363524c1e\"] { margin-top: 0px !important; padding-top: 70px !important; padding-left: 100px !important; padding-right: 100px !important; }[data-css=\"tve-u-160e9e41664\"] { margin-bottom: 50px !important; }[data-css=\"tve-u-160f9d08737\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-160f8e625a1\"] { margin-bottom: 60px !important; }[data-css=\"tve-u-1635ee0cb15\"] { padding: 60px 0px !important; }[data-css=\"tve-u-160eadcc8c9\"] { margin-left: 0px; }[data-css=\"tve-u-160eb54da29\"] { margin-left: 0px; }[data-css=\"tve-u-160ea89ac22\"] { margin-left: 0px; }[data-css=\"tve-u-160e9fac06c\"] { margin-left: 0px; }[data-css=\"tve-u-160eaa7faee\"] { margin-left: 0px; }[data-css=\"tve-u-160eaa7faeb\"] { margin-left: 0px; }[data-css=\"tve-u-160ea7c9db0\"] { margin-left: 0px; }[data-css=\"tve-u-160eadcc8c9\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-160eb54da29\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-160ea89ac22\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-160e9fac06c\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-160eaa7faee\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-160eaa7faeb\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-160ea7c9db0\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-160e9d15bdf\"] { padding: 60px 0px !important; }[data-css=\"tve-u-160e9d0c61d\"] { max-width: 630px; min-height: 1px !important; }[data-css=\"tve-u-1635f0a8c87\"] { margin-top: 40px !important; }[data-css=\"tve-u-1635f010773\"] { min-height: 300px; }[data-css=\"tve-u-16363235afe\"] { min-height: 320px; }[data-css=\"tve-u-16363231ead\"] { min-height: 320px; }[data-css=\"tve-u-1635e97f913\"] { max-width: 100%; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1635e6aad72\"] { padding: 0px !important; }[data-css=\"tve-u-160dbcd2c5b\"] { margin-bottom: 60px !important; }[data-css=\"tve-u-1635e5cbf37\"] { margin-top: 5px !important; margin-bottom: 70px !important; }[data-css=\"tve-u-160db84bfac\"] { clip-path: url(\"#clip-tablet-bottom-eb17500f3af4b\"); -webkit-clip-path: url(\"#clip-tablet-bottom-eb17500f3af4b\");  }[data-css=\"tve-u-161701a2f15\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1617045651a\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-161703e4bac\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1635ed274dc\"] > .tcb-flex-col > .tcb-col { min-height: 370px; }[data-css=\"tve-u-1635ed274dc\"] { min-height: inherit; }[data-css=\"tve-u-1635ed274dc\"] .tcb-flex-col { flex-basis: 269px !important; }[data-css=\"tve-u-16362e27bcb\"] { min-height: 1px !important; }[data-css=\"tve-u-16362e2956e\"] { padding: 40px !important; }#tve_editor [data-css=\"tve-u-160fa198fbb\"] { letter-spacing: 2px; font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1636311dda3\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1636311d040\"] { font-size: 16px !important; }[data-css=\"tve-u-160f9ebf905\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-160f9ebf905\"] { min-height: inherit; flex-wrap: nowrap !important; }[data-css=\"tve-u-1636301dc81\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-1635f273315\"] { margin: 0px 0px 20px !important; }[data-css=\"tve-u-160f9ee08be\"] { padding: 0px !important; }#tcb_landing_page p, #tcb_landing_page li { font-size: 18px; line-height: 1.5em; }#tcb_landing_page h6 { font-size: 18px; line-height: 1.5em; }#tcb_landing_page h5 { font-size: 20px; line-height: 1.5em; }#tcb_landing_page h4 { font-size: 20px; line-height: 1.5em; letter-spacing: 1px; }#tcb_landing_page h3 { font-size: 22px; line-height: 1.5em; color: rgb(3, 9, 14); letter-spacing: 2px; }#tcb_landing_page h2 { font-size: 70px; line-height: 1.3em; }#tcb_landing_page h1 { font-size: 85px; line-height: 1em; color: rgb(255, 255, 255); }[data-css=\"tve-u-160fec99b6f\"] { padding: 0px !important; }[data-css=\"tve-u-1617031f43b\"] { margin-top: 10px !important; margin-bottom: 10px !important; }[data-css=\"tve-u-161701b642a\"] { padding-left: 0px !important; }[data-css=\"tve-u-16170471614\"] { padding-left: 0px !important; }[data-css=\"tve-u-161701a2f15\"] { min-height: inherit; padding: 10px !important; flex-wrap: nowrap !important; }[data-css=\"tve-u-161703268c0\"] { max-width: 671px; margin-top: 0px !important; }[data-css=\"tve-u-1617045651a\"] { min-height: inherit; padding: 10px !important; flex-wrap: nowrap !important; }[data-css=\"tve-u-16170325257\"] { margin-top: 0px !important; }[data-css=\"tve-u-16170445bb9\"] { padding-left: 0px !important; }[data-css=\"tve-u-161704435d7\"] { padding-left: 0px !important; }[data-css=\"tve-u-16170442200\"] { padding-left: 0px !important; }[data-css=\"tve-u-16170441415\"] { padding-left: 0px !important; }[data-css=\"tve-u-161703e4bac\"] { min-height: inherit; padding: 10px !important; flex-wrap: nowrap !important; }[data-css=\"tve-u-161701a8fd1\"] { margin-top: 0px !important; }[data-css=\"tve-u-161702e8042\"] { margin-top: 10px !important; margin-bottom: 10px !important; margin-left: 0px !important; }[data-css=\"tve-u-16170185cb5\"] { margin: 10px 0px !important; padding-left: 0px !important; }[data-css=\"tve-u-160f9c75fb0\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-160f9c75fb0\"] .tcb-flex-col { flex-basis: 312px !important; }[data-css=\"tve-u-160f9c75fb0\"] > .tcb-flex-col > .tcb-col { min-height: 220px; }[data-css=\"tve-u-160f9c75fb0\"] { min-height: inherit; margin-left: -30px; padding-top: 0px !important; padding-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-160f97ddb8a\"] { font-size: 40px !important; }#tve_editor [data-css=\"tve-u-160fa489bd9\"] { letter-spacing: 0px; }[data-css=\"tve-u-160fa4d8d4f\"] { padding: 0px !important; }[data-css=\"tve-u-160fa4daf17\"] { max-width: 100%; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-160f9d0c9a0\"] { margin-top: 30px !important; }[data-css=\"tve-u-160f9d0b00e\"] { padding-top: 0px !important; margin-top: 30px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-160f9ec40fc\"] { max-width: 100%; }[data-css=\"tve-u-160fe140452\"] { padding: 20px 0px 40px !important; }[data-css=\"tve-u-160fe13ce28\"] { max-width: 100%; }[data-css=\"tve-u-160fa11f4f2\"] { margin: 0px !important; }[data-css=\"tve-u-160fa01d193\"] { max-width: 340px; float: none; padding: 0px !important; margin: 0px auto !important; }[data-css=\"tve-u-160f9c7f698\"] { max-width: 100%; float: none; margin-left: auto !important; margin-right: auto !important; margin-top: 0px !important; }[data-css=\"tve-u-160f9cccb99\"] { margin-bottom: 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-160f96ef669\"] { padding-top: 30px !important; padding-bottom: 30px !important; }[data-css=\"tve-u-160f9bf1aea\"] { margin-top: 0px !important; }[data-css=\"tve-u-160f9c6a4fe\"] { padding: 60px 0px 80px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-160f9caae7b\"] { margin: 0px 0px 60px !important; }[data-css=\"tve-u-160f9b69526\"] .tcb-flex-col { flex-basis: 71px !important; }[data-css=\"tve-u-160f9b69526\"] > .tcb-flex-col > .tcb-col { min-height: 20px; }[data-css=\"tve-u-160f9b69526\"] { min-height: inherit; padding-top: 10px !important; padding-bottom: 10px !important; }[data-css=\"tve-u-160f9bd1e50\"] { max-width: 100%; padding: 5px 0px !important; }[data-css=\"tve-u-160f9b9db80\"] { padding-top: 5px !important; padding-bottom: 5px !important; }[data-css=\"tve-u-160fa7619dc\"] { max-width: 100%; float: none; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-160f9b74c2b\"] { max-width: 400px; float: none; margin: 10px auto !important; }[data-css=\"tve-u-160f972cd2b\"] { min-height: 1px; }[data-css=\"tve-u-160f9714a61\"] { max-width: 630px; float: none; padding: 70px 40px !important; margin: 0px auto !important; }[data-css=\"tve-u-160f9734b53\"] { clip-path: url(\"#clip-tablet-top-c8e428685a637\"); -webkit-clip-path: url(\"#clip-tablet-top-c8e428685a637\");  }[data-css=\"tve-u-160fa718c5e\"] { font-family: Limelight !important; font-weight: 400 !important; }#tve_editor [data-css=\"tve-u-160fa718c59\"] { font-size: 100px !important; }[data-css=\"tve-u-160fa6805d4\"] { padding: 0px !important; }#tve_editor [data-css=\"tve-u-160ea71c62c\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-160ea9400e0\"] { font-size: 16px !important; }[data-css=\"tve-u-160eb42c2ca\"] { margin-top: 5px !important; }[data-css=\"tve-u-160e4c55d27\"] { padding: 40px 0px 60px !important; }[data-css=\"tve-u-160e4c824a2\"] { margin-bottom: 40px !important; margin-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-160eaaf84a6\"] { margin-bottom: 15px !important; }[data-css=\"tve-u-160eb3ad20a\"] { margin-bottom: 15px !important; }[data-css=\"tve-u-160ead973a1\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-160eb38e170\"] { margin-top: 30px !important; }[data-css=\"tve-u-160eab45a4f\"] { margin-top: 5px !important; }[data-css=\"tve-u-160ea7cae88\"] { margin-top: 0px !important; }[data-css=\"tve-u-160ea7c9db0\"] .tcb-flex-col { flex-basis: 700px !important; }[data-css=\"tve-u-160e9dff371\"] { max-width: 100%; padding: 0px !important; }[data-css=\"tve-u-160e4c34c93\"] { clip-path: url(\"#clip-tablet-bottom-35e31e95c7382\"); -webkit-clip-path: url(\"#clip-tablet-bottom-35e31e95c7382\");  }[data-css=\"tve-u-160eb1b0e14\"] { margin-top: 0px !important; margin-left: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-160eb1a09e2\"] { min-height: 1px; }[data-css=\"tve-u-160eb0d7fac\"] { clip-path: url(\"#clip-tablet-bottom-dd364f1962bc7\"); -webkit-clip-path: url(\"#clip-tablet-bottom-dd364f1962bc7\");  }[data-css=\"tve-u-160e5adb400\"] { margin-top: 0px !important; margin-bottom: 2px !important; }[data-css=\"tve-u-160e4c24b1a\"] { max-width: 630px; min-height: 1px !important; }[data-css=\"tve-u-160df6a3578\"] > .tcb-flex-col > .tcb-col { min-height: 20px; }[data-css=\"tve-u-160df4bedf0\"] > .tcb-flex-col > .tcb-col { min-height: 20px; }[data-css=\"tve-u-160df4bedf0\"] .tcb-flex-col { flex-basis: 390px !important; }[data-css=\"tve-u-160e52fbe2f\"] { margin: 0px !important; }[data-css=\"tve-u-160e4da55bb\"] > .tcb-flex-col > .tcb-col { min-height: 432px; justify-content: flex-end; }[data-css=\"tve-u-160e4da55bb\"] .tcb-flex-col { flex-basis: 280px !important; }#tve_editor .thrv-content-box [data-css=\"tve-u-160df519447\"] p, #tve_editor .thrv-content-box [data-css=\"tve-u-160df519447\"] li, #tve_editor .thrv-content-box [data-css=\"tve-u-160df519447\"] blockquote, #tve_editor .thrv-content-box [data-css=\"tve-u-160df519447\"] address { line-height: 1em; }#tve_editor .thrv-content-box [data-css=\"tve-u-160df4f4d0e\"] p, #tve_editor .thrv-content-box [data-css=\"tve-u-160df4f4d0e\"] li, #tve_editor .thrv-content-box [data-css=\"tve-u-160df4f4d0e\"] blockquote, #tve_editor .thrv-content-box [data-css=\"tve-u-160df4f4d0e\"] address { line-height: 1em; }[data-css=\"tve-u-160e4da55bb\"] { margin-left: -40px; min-height: inherit; flex-direction: row; padding-bottom: 0px !important; flex-wrap: wrap !important; }[data-css=\"tve-u-160e4da55bb\"] > .tcb-flex-col { padding-left: 40px; }[data-css=\"tve-u-160e4dadf9c\"] { max-width: 100%; float: none; position: static; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-160df51ca21\"] > .tve-cb { display: flex; flex-direction: column; justify-content: flex-end; }[data-css=\"tve-u-160df4c6424\"] { padding-top: 0px !important; }[data-css=\"tve-u-160df519447\"] { min-height: 1px; }[data-css=\"tve-u-160df4f4d0e\"] { min-height: 400px; }[data-css=\"tve-u-160dbcbc7a4\"] { min-height: 220px; }[data-css=\"tve-u-160df4eae6d\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-160df6a3578\"] { margin-left: 0px; min-height: inherit; }[data-css=\"tve-u-160df4bedf0\"] { margin-left: 0px; min-height: inherit; }[data-css=\"tve-u-160df6a3578\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-160df4bedf0\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-160df8c3360\"] { padding: 60px !important; }[data-css=\"tve-u-160dbceed3d\"] { float: none; margin: 0px auto !important; }[data-css=\"tve-u-160df4565d1\"] { padding-top: 0px !important; }[data-css=\"tve-u-160dbcafa88\"] { margin-top: 90px !important; }[data-css=\"tve-u-160db6dd8cd\"] { font-size: 25px; width: 25px; height: 25px; margin-right: 20px !important; }[data-css=\"tve-u-160eb0e8e90\"] { max-width: 100%; bottom: 0px; left: 0px; padding: 30px 5px 20px !important; margin-top: -30px !important; position: static !important; }[data-css=\"tve-u-160eb1d9ffb\"] { clip-path: url(\"#clip-tablet-bottom-cb4c420ba2143\"); -webkit-clip-path: url(\"#clip-tablet-bottom-cb4c420ba2143\");  }[data-css=\"tve-u-160eb214b56\"] { clip-path: url(\"#clip-tablet-bottom-a182d7c321313\"); -webkit-clip-path: url(\"#clip-tablet-bottom-a182d7c321313\");  }[data-css=\"tve-u-160eb218e4e\"] { bottom: 0px; right: 0px; max-width: 100%; padding: 30px 5px 20px !important; position: static !important; margin-top: -30px !important; }[data-css=\"tve-u-160eb2222a0\"] { right: 0px; bottom: 0px; padding: 30px 5px 20px !important; margin-top: -30px !important; }[data-css=\"tve-u-160f98df817\"] { margin-top: 40px !important; }[data-css=\"tve-u-160fa182f82\"] { display: block; max-width: 300px; width: 300px; margin: 0px !important; }[data-css=\"tve-u-1635e65c044\"] { font-size: 25px; width: 25px; height: 25px; margin-left: 30px !important; }[data-css=\"tve-u-1635ef71519\"] { margin-top: 0px !important; margin-left: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-1635ef72920\"] { margin-top: 0px !important; margin-left: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-1635f121505\"] { padding: 0px !important; }[data-css=\"tve-u-16362a8dd87\"] { font-size: 18px; width: 18px; height: 18px; margin-right: 15px !important; }[data-css=\"tve-u-16362aa4888\"] { font-size: 18px; width: 18px; height: 18px; margin-right: 15px !important; }[data-css=\"tve-u-16363599740\"] { padding-top: 0px !important; }}@media (max-width: 767px){[data-css=\"tve-u-16369563890\"] { padding: 0px 0px 80px !important; }[data-css=\"tve-u-1636955fbd2\"] { min-height: 1px !important; }[data-css=\"tve-u-1636956410b\"] { background-image: linear-gradient(rgba(1, 11, 20, 0.95) 0%, rgba(3, 25, 47, 0.2) 100%), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Pub-Hero-img.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-1635e5ffa41\"] > .tve-cb { display: block; }[data-css=\"tve-u-1636301dc81\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-160f9ebf905\"] .tcb-flex-col { flex-basis: 390px !important; }[data-css=\"tve-u-160f9ee08be\"] { padding: 0px !important; }[data-css=\"tve-u-16362e2956e\"] { padding: 25px !important; }[data-css=\"tve-u-16362e27bcb\"] { max-width: 100%; }[data-css=\"tve-u-160f9c6d0ad\"] { max-width: 100%; }[data-css=\"tve-u-160fa7619dc\"] { margin: 0px !important; padding-top: 5px !important; padding-bottom: 5px !important; }[data-css=\"tve-u-160f9b69526\"] .tcb-flex-col { flex-basis: 125px !important; }[data-css=\"tve-u-163639549e4\"] { margin-bottom: 60px !important; }[data-css=\"tve-u-1617045651a\"] .tcb-flex-col { flex-basis: 250px !important; }[data-css=\"tve-u-1617045651a\"] { flex-wrap: wrap !important; }[data-css=\"tve-u-1635f1b3fee\"] { margin-bottom: 15px !important; }[data-css=\"tve-u-1635ebfe4fc\"] { margin-bottom: 15px !important; }[data-css=\"tve-u-161701a2f15\"] .tcb-flex-col { flex-basis: 250px !important; }[data-css=\"tve-u-161701a2f15\"] { flex-wrap: wrap !important; }[data-css=\"tve-u-160f9562c14\"] { margin-right: 15px !important; }[data-css=\"tve-u-1636393da63\"] { margin-right: 15px !important; }[data-css=\"tve-u-1636393c2d2\"] { margin-right: 15px !important; }[data-css=\"tve-u-16363524c1e\"] { padding: 0px !important; }[data-css=\"tve-u-1635ed98a8a\"] { margin-bottom: 10px !important; }[data-css=\"tve-u-1636392e791\"] { margin-bottom: 10px !important; }[data-css=\"tve-u-1636392a6b1\"] { margin-bottom: 10px !important; }[data-css=\"tve-u-161703e4bac\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-161703e4bac\"] .tcb-flex-col { flex-basis: 286px !important; }[data-css=\"tve-u-161703e4bac\"] { margin-left: 0px; flex-wrap: wrap !important; }[data-css=\"tve-u-1635f1b25ed\"] { margin-bottom: 25px !important; }[data-css=\"tve-u-1636390be1e\"] { margin-bottom: 60px !important; }[data-css=\"tve-u-1636390935e\"] { margin-bottom: 5px !important; }[data-css=\"tve-u-1635f138d3b\"] { margin-bottom: 5px !important; }[data-css=\"tve-u-1635ee0cb15\"] { padding: 50px 25px !important; }[data-css=\"tve-u-160e9d118ed\"] { box-shadow: rgba(0, 0, 0, 0.3) 0px 17px 75px 8px inset; background-size: auto, cover !important; }[data-css=\"tve-u-160e9d15bdf\"] { padding: 50px 25px !important; }[data-css=\"tve-u-160e9d0c61d\"] { max-width: 100%; }[data-css=\"tve-u-160e52014b5\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-160e4c34c93\"] { clip-path: url(\"#clip-mobile-bottom-35e31e95c7382\"); -webkit-clip-path: url(\"#clip-mobile-bottom-35e31e95c7382\");  }[data-css=\"tve-u-160eb0e8e90\"] { margin-top: -30px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-160eb0d7fac\"] { clip-path: url(\"#clip-mobile-bottom-dd364f1962bc7\"); -webkit-clip-path: url(\"#clip-mobile-bottom-dd364f1962bc7\");  }[data-css=\"tve-u-160eb2222a0\"] { margin-top: -30px !important; margin-bottom: 25px !important; }[data-css=\"tve-u-160eb1d9ffb\"] { clip-path: url(\"#clip-mobile-bottom-cb4c420ba2143\"); -webkit-clip-path: url(\"#clip-mobile-bottom-cb4c420ba2143\");  }[data-css=\"tve-u-160eb218e4e\"] { margin-top: -30px !important; margin-bottom: 25px !important; }[data-css=\"tve-u-160eb214b56\"] { clip-path: url(\"#clip-mobile-bottom-a182d7c321313\"); -webkit-clip-path: url(\"#clip-mobile-bottom-a182d7c321313\");  }[data-css=\"tve-u-160e4da55bb\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-160e4da55bb\"] .tcb-flex-col { flex-basis: 350px !important; }[data-css=\"tve-u-1635f0a8c87\"] { margin-top: 0px !important; }[data-css=\"tve-u-1635f010773\"] { min-height: 300px; }[data-css=\"tve-u-16363235afe\"] { min-height: 300px; }[data-css=\"tve-u-16363231ead\"] { min-height: 300px; }#tcb_landing_page h6 { font-size: 16px; }[data-css=\"tve-u-160dbcd54ac\"] { margin-bottom: 15px !important; }[data-css=\"tve-u-160dbcd2c5b\"] { margin-bottom: 50px !important; }[data-css=\"tve-u-1635e5cbf37\"] { margin-bottom: 50px !important; }[data-css=\"tve-u-1635e5ffa41\"] { max-width: 200px; float: none; margin-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-16363739d27\"] { max-width: 64.8%; }[data-css=\"tve-u-16363739cd6\"] { max-width: 35.2%; }[data-css=\"tve-u-1635e5cc2d9\"] { flex-flow: row-reverse wrap-reverse !important; }[data-css=\"tve-u-1635e5cc2d9\"] .tcb-flex-col { flex-basis: 200px !important; }[data-css=\"tve-u-160dbb50aca\"] { max-width: 100%; padding-left: 15px !important; padding-right: 15px !important; padding-bottom: 60px !important; margin-bottom: 20px !important; }[data-css=\"tve-u-160db84bfac\"] { clip-path: url(\"#clip-mobile-bottom-eb17500f3af4b\"); -webkit-clip-path: url(\"#clip-mobile-bottom-eb17500f3af4b\");  }#tcb_landing_page p, #tcb_landing_page li { line-height: 1.5em; font-size: 16px; }#tcb_landing_page h5 { line-height: 1.5em; font-size: 18px; }#tcb_landing_page h4 { line-height: 1.5em; font-size: 18px; }#tcb_landing_page h3 { line-height: 1.5em; font-size: 20px; }#tcb_landing_page h2 { font-size: 50px; line-height: 1.2em; }#tcb_landing_page h1 { color: rgb(255, 255, 255); font-size: 55px; line-height: 1em; }[data-css=\"tve-u-16170325257\"] { margin-top: 0px !important; }[data-css=\"tve-u-161701a8fd1\"] { margin-top: 0px !important; }[data-css=\"tve-u-160f961e617\"] { margin-top: 10px !important; }[data-css=\"tve-u-161703268c0\"] { max-width: 100%; margin-top: 0px !important; }[data-css=\"tve-u-160f97e6953\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-160ff467c38\"] { text-transform: none !important; }[data-css=\"tve-u-160f9714a61\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-160ff36e890\"] { padding-left: 0px !important; }[data-css=\"tve-u-160f984f29b\"] { font-family: \"Noto Sans\" !important; font-weight: 400 !important; }[data-css=\"tve-u-160f9823757\"] { text-transform: none !important; }[data-css=\"tve-u-160f9bfdcb7\"] { font-weight: 400 !important; font-family: \"Noto Sans\" !important; }#tve_editor [data-css=\"tve-u-160f9bf9be2\"] { font-size: 20px !important; }[data-css=\"tve-u-160f9c02898\"] { font-weight: 400 !important; font-family: \"Noto Sans\" !important; }#tve_editor [data-css=\"tve-u-160f981fb0c\"] { letter-spacing: 3px; font-size: 18px !important; }[data-css=\"tve-u-160f9bf9be2\"] { line-height: 1.3em !important; }[data-css=\"tve-u-160f981fb0c\"] { line-height: 1em !important; }[data-css=\"tve-u-160f96f5e19\"] { clip-path: url(\"#clip-mobile-bottom-c22944d35542f\"); -webkit-clip-path: url(\"#clip-mobile-bottom-c22944d35542f\");  }#tve_editor [data-css=\"tve-u-160fa489bd9\"] { letter-spacing: 0px; }[data-css=\"tve-u-160fec99b6f\"] { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-160fec923bf\"] { margin-top: 15px !important; }[data-css=\"tve-u-160fa4daf17\"] { max-width: 100%; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-160f9ec40fc\"] { max-width: 100%; float: none; position: static; z-index: auto; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-160fa11f4f2\"] { margin: 0px 0px 0px -20px !important; }[data-css=\"tve-u-160fe140452\"] { padding: 25px !important; margin-top: 0px !important; }[data-css=\"tve-u-160f9ebf905\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-160f9ebf905\"] { min-height: inherit; flex-wrap: wrap !important; }[data-css=\"tve-u-160eb42c2ca\"] { margin-top: 8px !important; }[data-css=\"tve-u-160eab45a4f\"] { margin-top: 8px !important; }[data-css=\"tve-u-160f98a0d17\"] { padding-left: 0px !important; padding-right: 0px !important; padding-top: 0px !important; margin-bottom: 30px !important; }[data-css=\"tve-u-160f96ef669\"] { padding: 25px 0px !important; }[data-css=\"tve-u-160f9d0c9a0\"] { margin-top: 25px !important; }[data-css=\"tve-u-160f9d0b00e\"] { margin-top: 25px !important; }[data-css=\"tve-u-160f9d08737\"] { margin-top: 25px !important; }[data-css=\"tve-u-160f9c6a4fe\"] { padding: 50px 25px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-160f9caae7b\"] { margin-bottom: 50px !important; }[data-css=\"tve-u-160f9b69526\"] { flex-direction: column; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-160f9b69526\"] > .tcb-flex-col > .tcb-col { justify-content: center; min-height: 1px; }[data-css=\"tve-u-160f9b74c2b\"] { max-width: 100%; float: none; position: relative; z-index: 3; margin: 0px auto 20px !important; }[data-css=\"tve-u-160f9714a61\"] { max-width: 100%; padding: 50px 25px 80px !important; }[data-css=\"tve-u-160f9734b53\"] { clip-path: url(\"#clip-mobile-top-c8e428685a637\"); -webkit-clip-path: url(\"#clip-mobile-top-c8e428685a637\");  }#tve_editor [data-css=\"tve-u-160fa718c59\"] { font-size: 90px !important; }[data-css=\"tve-u-160f8e625a1\"] { margin-bottom: 50px !important; }[data-css=\"tve-u-160fa01d193\"] { max-width: 100%; margin: 0px !important; }[data-css=\"tve-u-160e9fbbfa0\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-160f8d12a0d\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-160eb4a305a\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-160f8d013c3\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb4a460d\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb4a460a\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb4a4608\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb4a4605\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb4a4603\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb4a4600\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb49e1f7\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb4a45fb\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8d013c3\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160f8cfbf40\"] { margin-bottom: 20px !important; }#tve_editor [data-css=\"tve-u-160f8cf3d89\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160f8cef2f1\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160f8cef2b7\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160f8cef27e\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160f8cef245\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160f8cef20d\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160f8ceec94\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160f8ceec5c\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160f8ceec23\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160f8ceebeb\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160f8ceebb3\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160f8ceeb79\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160f8ceeb77\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160e9fad83c\"] p, #tve_editor [data-css=\"tve-u-160e9fad83c\"] li, #tve_editor [data-css=\"tve-u-160e9fad83c\"] blockquote, #tve_editor [data-css=\"tve-u-160e9fad83c\"] address { line-height: 1em; }[data-css=\"tve-u-160f8cddeb4\"] { margin-bottom: 20px !important; }#tve_editor [data-css=\"tve-u-160f8cd7aa1\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8cd7a68\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8cd7a30\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8cd79f8\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8cd79c1\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8cd7987\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8cd794f\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8cd7919\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8cd7871\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160ea9729a9\"] { margin-bottom: 15px !important; }#tve_editor [data-css=\"tve-u-160ea7224b9\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160ea9104fd\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8cc8fce\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8cc8f9a\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160ea9400e0\"] { color: rgb(3, 9, 14) !important; font-size: 16px !important; }#tve_editor [data-css=\"tve-u-160f8cc8f31\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8cc8efc\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160ea90d163\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160ea799710\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160ea79970d\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8cc5953\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160ea71c62c\"] { color: rgb(3, 9, 14) !important; font-size: 16px !important; }#tve_editor [data-css=\"tve-u-160f8cc591b\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160eaa7faee\"] { padding: 0px !important; }[data-css=\"tve-u-160f8cb9d70\"] { margin-bottom: 20px !important; }#tve_editor [data-css=\"tve-u-160ea6ba06c\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160ea6ba06a\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160ea6ba067\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160ea6ba065\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160ea6ba063\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160ea6ba060\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8cb61bc\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8cb6183\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8cb610d\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8cb027b\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8cb0240\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160ea9c9c07\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8cb01cb\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8cb0191\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8cb0157\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8cb011c\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8cb00e0\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8cb00a7\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8cb0034\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160f8c978c9\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-160f8c8c841\"] { margin: 0px !important; }[data-css=\"tve-u-160e9fac06c\"] { padding: 0px !important; }[data-css=\"tve-u-160f8c69a67\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160f8c69a2f\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160f8c699f6\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160f8c699b9\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160f8c69289\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160f8c69250\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160f8c69216\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160f8c691dc\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160f8c691a5\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160f8c69135\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8c626b2\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160ea89ac22\"] { padding: 0px !important; }[data-css=\"tve-u-160f8c59f19\"] { margin-top: 20px !important; }#tve_editor [data-css=\"tve-u-160eaa62df8\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8c589bd\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eaa5aa50\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8c58957\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8c58926\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8c5888c\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160f8c2bf72\"] { margin: 0px !important; }#tve_editor [data-css=\"tve-u-160f8c284c6\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8c28493\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8c28460\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8c2842b\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8c283f9\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8c28393\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160f8c25bba\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb55320f\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb5531d8\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb5531a1\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb55316d\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb553138\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb553103\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb5530cd\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb553062\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160eb54da29\"] { padding: 0px !important; }[data-css=\"tve-u-160eb537e16\"] { margin-top: 0px !important; }#tve_editor [data-css=\"tve-u-160eb53484c\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb534816\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb5347e1\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb5347ae\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb53477a\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eadffc69\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb534715\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb5346af\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160eadcc8c9\"] { padding: 0px !important; }#tve_editor [data-css=\"tve-u-160eb5276f3\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb5276bf\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb52768d\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb52765c\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb52762c\"] { color: rgb(3, 9, 14) !important; }#tve_editor [data-css=\"tve-u-160eb5275ca\"] { color: rgb(3, 9, 14) !important; }[data-css=\"tve-u-160ead90ba7\"] { background-image: none !important; }[data-css=\"tve-u-160eb521486\"] { background-image: none !important; }[data-css=\"tve-u-160eaa8db54\"] { background-image: none !important; }[data-css=\"tve-u-160eaa73bda\"] { background-image: none !important; }[data-css=\"tve-u-160e9fad83c\"] { background-image: none !important; }[data-css=\"tve-u-160ea89b12a\"] { background-image: none !important; }[data-css=\"tve-u-160eb4b6fd5\"] { line-height: 2em !important; }[data-css=\"tve-u-160eb4b6fd3\"] { line-height: 2em !important; }[data-css=\"tve-u-160eb4b6fd0\"] { line-height: 2em !important; }[data-css=\"tve-u-160eb4b6fcd\"] { line-height: 2em !important; }[data-css=\"tve-u-160eb4b6fcb\"] { line-height: 2em !important; }[data-css=\"tve-u-160eb4b6fc8\"] { line-height: 2em !important; }[data-css=\"tve-u-160eb4b6f9b\"] { line-height: 2em !important; }[data-css=\"tve-u-160ea9789a4\"] { margin-top: 0px !important; }[data-css=\"tve-u-160eb4a460d\"] { line-height: 2em !important; }[data-css=\"tve-u-160eb4a460a\"] { line-height: 2em !important; }[data-css=\"tve-u-160eb4a4608\"] { line-height: 2em !important; }[data-css=\"tve-u-160eb4a4605\"] { line-height: 2em !important; }[data-css=\"tve-u-160eb4a4603\"] { line-height: 2em !important; }[data-css=\"tve-u-160eb4a4600\"] { line-height: 2em !important; }[data-css=\"tve-u-160eb4a45fb\"] { line-height: 2em !important; }#tve_editor [data-css=\"tve-u-160eb4a305a\"] p, #tve_editor [data-css=\"tve-u-160eb4a305a\"] li, #tve_editor [data-css=\"tve-u-160eb4a305a\"] blockquote, #tve_editor [data-css=\"tve-u-160eb4a305a\"] address { line-height: 1em; }[data-css=\"tve-u-160eb49e1f7\"] { line-height: 2em !important; }[data-css=\"tve-u-160ea7cae88\"] { background-image: none !important; }[data-css=\"tve-u-160eaa7faeb\"] { padding: 0px !important; }[data-css=\"tve-u-160e9f7ce0e\"] { font-family: Lato, arial !important; }#tve_editor [data-css=\"tve-u-160e9f7868b\"] { letter-spacing: 2px; font-size: 16px !important; }[data-css=\"tve-u-160eb47f16a\"] { font-family: Lato, arial !important; }#tve_editor [data-css=\"tve-u-160eb47f143\"] { letter-spacing: 2px; font-size: 15px !important; }#tve_editor [data-css=\"tve-u-160eb475d09\"] { letter-spacing: 2px; font-size: 16px !important; }#tve_editor [data-css=\"tve-u-160eb470891\"] { letter-spacing: 2px; font-size: 16px !important; }[data-css=\"tve-u-160e9e41664\"] { margin-left: 0px !important; margin-bottom: 35px !important; }[data-css=\"tve-u-160e4c55d27\"] { padding: 40px 25px 60px !important; }[data-css=\"tve-u-160e5adb400\"] { margin-bottom: 2px !important; }[data-css=\"tve-u-160e52fbe2f\"] { margin-top: 0px !important; }#tve_editor [data-css=\"tve-u-160e52014b5\"] p, #tve_editor [data-css=\"tve-u-160e52014b5\"] li, #tve_editor [data-css=\"tve-u-160e52014b5\"] blockquote, #tve_editor [data-css=\"tve-u-160e52014b5\"] address { line-height: 0em; }[data-css=\"tve-u-160e5276a5e\"] { margin-top: 0px !important; }[data-css=\"tve-u-160e4c824a2\"] { padding-top: 0px !important; padding-bottom: 0px !important; margin-top: 0px !important; margin-bottom: 40px !important; }[data-css=\"tve-u-160e4c24b1a\"] { max-width: 100%; min-height: 0.15625vh !important; }[data-css=\"tve-u-160e4da55bb\"] { flex-direction: column; min-height: inherit; }#tve_editor [data-css=\"tve-u-160df6a2fe0\"] p, #tve_editor [data-css=\"tve-u-160df6a2fe0\"] li, #tve_editor [data-css=\"tve-u-160df6a2fe0\"] blockquote, #tve_editor [data-css=\"tve-u-160df6a2fe0\"] address { line-height: 1.3em; }[data-css=\"tve-u-160df51ca21\"] > .tve-cb { display: flex; flex-direction: column; justify-content: flex-end; }[data-css=\"tve-u-160df519447\"] { min-height: 0vh; }[data-css=\"tve-u-160df4f4d0e\"] { min-height: 297px; }[data-css=\"tve-u-160df51ca21\"] { margin-top: 0px !important; padding-top: 15px !important; padding-bottom: 15px !important; }[data-css=\"tve-u-160df8c3360\"] { padding: 50px 25px !important; }[data-css=\"tve-u-160dbceed3d\"] .tcb-button-link { padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-160dbe24f38\"] { line-height: 1.45em !important; }#tve_editor [data-css=\"tve-u-160dbe24f38\"] { letter-spacing: 2px; font-size: 16px !important; }#tve_editor [data-css=\"tve-u-160dbceed3d\"] .tcb-button-link { font-size: 18px; }[data-css=\"tve-u-160dbcbc7a4\"] { min-height: 284px; }[data-css=\"tve-u-160dbceed3d\"] { display: block; max-width: 100%; width: 100%; min-width: 100%; margin-top: 0px !important; margin-left: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-160db85dabe\"] { min-height: 1px; }[data-css=\"tve-u-160df4565d1\"] { float: none; z-index: 3; position: relative; margin-left: auto !important; margin-right: auto !important; padding-top: 0px !important; }[data-css=\"tve-u-160dbcafa88\"] { float: none; max-width: 305px; margin-top: 15px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-160db6dd8cd\"] { float: left; z-index: 3; position: relative; font-size: 20px; width: 20px; height: 20px; }[data-css=\"tve-u-160df6d74f4\"] { text-align: center; padding-left: 0px !important; margin-top: 5px !important; }[data-css=\"tve-u-160df6d53e3\"] { text-align: center; padding-right: 0px !important; }[data-css=\"tve-u-160f98df817\"] .tcb-button-link { padding-top: 0px !important; padding-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-160f98df817\"] .tcb-button-link { font-size: 18px; }[data-css=\"tve-u-160f98df817\"] { display: block; max-width: 100%; width: 100%; margin-top: 0px !important; margin-bottom: 20px !important; }[data-css=\"tve-u-160fa182f82\"] .tcb-button-link { padding-top: 0px !important; padding-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-160fa182f82\"] .tcb-button-link { font-size: 21.3333px; font-family: \"Noto Sans\"; font-weight: 400; }[data-css=\"tve-u-160fa182f82\"] { display: block; max-width: 299px; width: 299px; min-width: 100%; margin-top: 0px !important; }[data-css=\"tve-u-160fa198fbb\"] { line-height: 1.45em !important; }#tve_editor [data-css=\"tve-u-160fa198fbb\"] { letter-spacing: 2px; font-size: 16px !important; }[data-css=\"tve-u-160fec25d20\"] { line-height: 1.45em !important; }#tve_editor [data-css=\"tve-u-160fec25d20\"] { letter-spacing: 1px; font-size: 16px !important; }[data-css=\"tve-u-1635e65c044\"] { float: left; z-index: 3; position: relative; font-size: 22px; width: 22px; height: 22px; margin-left: 25px !important; }[data-css=\"tve-u-1635f136552\"] { margin-top: 10px !important; }[data-css=\"tve-u-16362a8dd87\"] { float: left; z-index: 3; position: relative; font-size: 20px; width: 20px; height: 20px; }[data-css=\"tve-u-16362aa4888\"] { float: left; z-index: 3; position: relative; font-size: 20px; width: 20px; height: 20px; }[data-css=\"tve-u-16363599740\"] { max-width: 173px; padding-top: 0px !important; }[data-css=\"tve-u-1636951d241\"] { margin-top: 10px !important; }}'),(6459,545,'tve_revision_tve_user_custom_css','.thrv_text_element p { margin: 0;}\n.thrv_heading h1,h2,h3,h4,h5 {margin: 0;}'),(6460,545,'tve_revision_tve_page_events','a:0:{}'),(6461,545,'tve_revision_tve_globals','a:2:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";s:8:\"font_cls\";a:0:{}}'),(6462,545,'tve_revision_tve_global_scripts',''),(6463,545,'tve_revision_thrive_icon_pack','0'),(6464,545,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(6465,545,'tve_revision_tve_has_masonry','0'),(6466,545,'tve_revision_tve_has_typefocus','0'),(6467,545,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16369563890\" wfd-id=\"498\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1636956410b\" data-clip-id=\"7bb59bbf51894\" wfd-id=\"544\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1636955fbd2\" wfd-id=\"499\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160dbb50aca\" data-float=\"1\" wfd-id=\"538\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-160db84bfac\" data-clip-id=\"eb17500f3af4b\" wfd-id=\"543\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-eb17500f3af4b\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"divider\" pointer-width=\"100\" pointer-height=\"25\" style=\"zigzag\"><polygon points=\"0 0, 0 0.75, 0.5 1, 1 0.75,  1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-eb17500f3af4b\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"divider\" pointer-width=\"100\" pointer-height=\"25\" style=\"zigzag\"><polygon points=\"0 0, 0 0.75, 0.5 1, 1 0.75,  1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-eb17500f3af4b\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"pointer\" pointer-width=\"100\" pointer-height=\"15\" style=\"\" clip-path=\"url(#clip-mobile-top-eb17500f3af4b)\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 0 1, 0.5 0.85, 1 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-top-eb17500f3af4b\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"none\" pointer-width=\"5\" pointer-height=\"5\" style=\"zigzag\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160db85dabe\" wfd-id=\"539\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1635e6448aa\" wfd-id=\"540\"><h4 style=\"text-align: center;\"><strong>Your<br>&nbsp;â‰‘ &nbsp; &nbsp; &nbsp;Company Name &nbsp; &nbsp; &nbsp;â‰‘</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1635e5cbf37\" wfd-id=\"516\"><div class=\"tcb-flex-row tcb--cols--2 v-2 m-edit tcb-mobile-wrap tcb-resized tcb-row-reversed-mobile\" data-css=\"tve-u-1635e5cc2d9\" wfd-id=\"517\"><div class=\"tcb-flex-col\" data-css=\"tve-u-16363739cd6\" style=\"\" wfd-id=\"528\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"530\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tcb-mobile-hidden\" data-css=\"tve-u-1635e5cd7c0\" style=\"\" wfd-id=\"531\">\n<div class=\"tve-content-box-background\" wfd-id=\"537\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1635e5d9ba1\" wfd-id=\"532\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display tcb-mobile-hidden\" data-css=\"tve-u-160db6dd8cd\" style=\"\" wfd-id=\"536\"><svg class=\"tcb-icon\" viewBox=\"0 0 16 28\" data-name=\"map-marker\">\n<path d=\"M12 10c0-2.203-1.797-4-4-4s-4 1.797-4 4 1.797 4 4 4 4-1.797 4-4zM16 10c0 0.953-0.109 1.937-0.516 2.797l-5.688 12.094c-0.328 0.688-1.047 1.109-1.797 1.109s-1.469-0.422-1.781-1.109l-5.703-12.094c-0.406-0.859-0.516-1.844-0.516-2.797 0-4.422 3.578-8 8-8s8 3.578 8 8z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160df4565d1\" wfd-id=\"533\"><p>Your&nbsp; Adress Goes Here</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-16363739d27\" style=\"\" wfd-id=\"518\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"520\"><div class=\"tcb-clear\" data-css=\"tve-u-16363c02cf7\" wfd-id=\"521\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1635e5ffa41\" wfd-id=\"522\">\n<div class=\"tve-content-box-background\" wfd-id=\"527\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1635e5d9ba1\" wfd-id=\"523\"><div class=\"tcb-clear\" data-css=\"tve-u-163637c7e1e\" wfd-id=\"525\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1635e65c044\" data-float=\"1\" wfd-id=\"526\"><svg class=\"tcb-icon\" viewBox=\"0 0 22 28\" data-name=\"phone\">\n<path d=\"M22 19.375c0 0.562-0.25 1.656-0.484 2.172-0.328 0.766-1.203 1.266-1.906 1.656-0.922 0.5-1.859 0.797-2.906 0.797-1.453 0-2.766-0.594-4.094-1.078-0.953-0.344-1.875-0.766-2.734-1.297-2.656-1.641-5.859-4.844-7.5-7.5-0.531-0.859-0.953-1.781-1.297-2.734-0.484-1.328-1.078-2.641-1.078-4.094 0-1.047 0.297-1.984 0.797-2.906 0.391-0.703 0.891-1.578 1.656-1.906 0.516-0.234 1.609-0.484 2.172-0.484 0.109 0 0.219 0 0.328 0.047 0.328 0.109 0.672 0.875 0.828 1.188 0.5 0.891 0.984 1.797 1.5 2.672 0.25 0.406 0.719 0.906 0.719 1.391 0 0.953-2.828 2.344-2.828 3.187 0 0.422 0.391 0.969 0.609 1.344 1.578 2.844 3.547 4.813 6.391 6.391 0.375 0.219 0.922 0.609 1.344 0.609 0.844 0 2.234-2.828 3.187-2.828 0.484 0 0.984 0.469 1.391 0.719 0.875 0.516 1.781 1 2.672 1.5 0.313 0.156 1.078 0.5 1.188 0.828 0.047 0.109 0.047 0.219 0.047 0.328z\"></path>\n</svg></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16363599740\" wfd-id=\"524\"><p style=\"text-align: right;\">0364 - 300 - 946</p></div></div>\n</div></div></div></div></div></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160dbcafa88\" wfd-id=\"500\">\n<div class=\"tve-content-box-background\" wfd-id=\"515\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160dbcbc7a4\" wfd-id=\"501\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-160dbcd54ac\" data-tag=\"h3\" wfd-id=\"512\"><h3 style=\"text-align: center;\">This is the place to create your</h3></div><div class=\"thrv_wrapper thrv_heading tve_evt_manager_listen tve_et_tve-viewport tve_ea_thrive_animation tve_anim_slide_top\" data-css=\"tve-u-160dbcd2c5b\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_top&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" data-tag=\"h1\" wfd-id=\"507\"><h1 style=\"text-align: center;\">Best Memories</h1></div><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-160dbceed3d\" data-tcb_hover_state_parent=\"\" wfd-id=\"502\">\n<a href=\"\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"503\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-160dbe24f38\" wfd-id=\"504\"><strong>Make a reservation now</strong></span></span>\n</a>\n</div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1635e6aad72\" wfd-id=\"441\">\n<div class=\"tve-page-section-out\" wfd-id=\"497\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1635e6b4c72\" wfd-id=\"442\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160df4eae6d\" style=\"\" wfd-id=\"443\"><div class=\"tcb-flex-row tcb-medium-wrap tcb-resized tcb--cols--2\" data-css=\"tve-u-160df4bedf0\" wfd-id=\"444\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1635e9cce4d\" style=\"\" wfd-id=\"478\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160df8c3360\" wfd-id=\"480\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1635e97f913\" wfd-id=\"481\">\n<div class=\"tve-content-box-background\" wfd-id=\"496\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1635eadb72e\" wfd-id=\"482\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1636292fe99\" wfd-id=\"493\"><h4>A short story about us</h4></div><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-160df8deee2\" data-tag=\"h2\" wfd-id=\"488\"><h2>Welcome</h2></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-163629240b8\" wfd-id=\"483\"><p>Our vision is simple: create an environment of excitement and wonder.</p><p><br></p><p>We provide you with the fresh feeling that you need in summer and the cozyness you long for in winter.</p><p><br></p><p>We create the best experiences for you to share with friends.</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1635e9cce8b\" style=\"\" wfd-id=\"445\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160e5adb400\" wfd-id=\"447\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160df4c6424\" wfd-id=\"448\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-160df4db074\" wfd-id=\"477\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160df4f4d0e\" wfd-id=\"449\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" wfd-id=\"471\">\n	<div class=\"tve-content-box-background\" wfd-id=\"476\"></div>\n	<div class=\"tve-cb\" wfd-id=\"472\"><div class=\"thrv_wrapper thrv_text_element\" wfd-id=\"473\"><p>Enter your text here...</p></div></div>\n</div><div class=\"tcb-clear\" data-css=\"tve-u-160df52e534\" wfd-id=\"450\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160df51ca21\" wfd-id=\"451\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-160df50b366\" wfd-id=\"470\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160df519447\" wfd-id=\"452\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1635eaf037e\" wfd-id=\"467\"><h6 class=\"\" data-css=\"tve-u-1635ef4f76c\" style=\"text-align: center;\"><strong>weâ€™re open from:</strong></h6></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160df6a2fe0\" wfd-id=\"453\"><div class=\"tcb-flex-row tcb--cols--2 v-2\" data-css=\"tve-u-160df6a3578\" wfd-id=\"454\"><div class=\"tcb-flex-col\" wfd-id=\"461\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160df6d53e3\" wfd-id=\"463\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160df709fbf\" wfd-id=\"464\"><p>Mo-Fr <strong>3Pm</strong> to <strong>4Am</strong></p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"455\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160df6d74f4\" wfd-id=\"457\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160df711140\" wfd-id=\"458\"><p>Sa-Su <strong>12Pm</strong> to <strong>4Am</strong></p></div></div></div></div></div></div>\n</div></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-160e4c55d27\" wfd-id=\"371\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-160e4c34c93\" data-clip-id=\"35e31e95c7382\" wfd-id=\"440\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-35e31e95c7382\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" pointer-width=\"100\" pointer-height=\"47\" style=\"zigzag\" decoration-type=\"none\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-35e31e95c7382\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" pointer-width=\"100\" pointer-height=\"47\" style=\"zigzag\" decoration-type=\"none\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-35e31e95c7382\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" pointer-width=\"100\" pointer-height=\"47\" style=\"zigzag\" decoration-type=\"none\" clip-path=\"url(#clip-mobile-top-35e31e95c7382)\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-top-35e31e95c7382\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" pointer-width=\"100\" pointer-height=\"22\" style=\"zigzag\" decoration-type=\"none\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-160e4c24b1a\" wfd-id=\"372\"><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-160e4c824a2\" data-tag=\"h3\" wfd-id=\"435\"><h3 data-css=\"tve-u-163630c7fc7\" style=\"text-align: center;\">Why Youâ€™ll <strong>Love</strong> our pub</h3></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160e4dadf9c\" style=\"\" wfd-id=\"373\"><div class=\"tcb-flex-row tcb-medium-wrap v-2 tcb--cols--3\" data-css=\"tve-u-160e4da55bb\" wfd-id=\"374\"><div class=\"tcb-flex-col\" wfd-id=\"407\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160e52014b5\" data-tcb_hover_state_parent=\"\" wfd-id=\"409\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1635efec9fa\" data-float=\"1\" wfd-id=\"432\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1635f098c8e\" data-tcb_hover_state_parent=\"1\" wfd-id=\"434\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16363231ead\" wfd-id=\"433\"></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160eb218e4e\" data-float=\"1\" wfd-id=\"410\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-160eb214b56\" data-clip-id=\"a182d7c321313\" data-tcb_hover_state_parent=\"1\" wfd-id=\"431\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-a182d7c321313\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"pointer\" pointer-width=\"100\" pointer-height=\"11\" style=\"\" data-inverted=\"false\"><polygon points=\"0 0, 0 0.89, 0 0.89, 0.5 1, 1 0.89, 1 0.89, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-a182d7c321313\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"none\" pointer-width=\"100\" pointer-height=\"36\" style=\"zigzag\" clip-path=\"url(#clip-tablet-top-a182d7c321313)\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-top-a182d7c321313\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"divider\" pointer-width=\"100\" pointer-height=\"22\" style=\"zigzag\"><polygon points=\"0 1, 1 1,1 0.22, 0.5 0, 0 0.22, 0 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-a182d7c321313\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"none\" pointer-width=\"100\" pointer-height=\"36\" style=\"zigzag\" clip-path=\"url(#clip-mobile-top-a182d7c321313)\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-top-a182d7c321313\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"divider\" pointer-width=\"100\" pointer-height=\"22\" style=\"zigzag\"><polygon points=\"0 1, 1 1,1 0.22, 0.5 0, 0 0.22, 0 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160eb1a09e2\" wfd-id=\"411\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1635ef71519\" wfd-id=\"420\"><p data-css=\"tve-u-160e4fd114b\" style=\"text-align: center;\">&nbsp;original</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160e501c0b4\" wfd-id=\"412\"><p data-css=\"tve-u-160e4fe84a1\" style=\"text-align: center;\"><span data-css=\"tve-u-160e4fe6187\" style=\"font-weight: 400; font-family: &quot;Kaushan Script&quot;;\" wfd-id=\"419\">drinks</span></p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"387\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160e5276a5e\" data-tcb_hover_state_parent=\"\" wfd-id=\"389\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-163628d68f3\" data-float=\"1\" wfd-id=\"404\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1635f073915\" data-tcb_hover_state_parent=\"1\" wfd-id=\"406\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16363235afe\" wfd-id=\"405\"></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160eb2222a0\" data-float=\"1\" wfd-id=\"390\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-160eb1d9ffb\" data-clip-id=\"cb4c420ba2143\" data-tcb_hover_state_parent=\"1\" wfd-id=\"403\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-cb4c420ba2143\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"pointer\" pointer-width=\"100\" pointer-height=\"36\" style=\"\"><polygon points=\"0 0, 0 0.64, 0 0.64, 0.5 1, 1 0.64, 1 0.64, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-cb4c420ba2143\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"none\" pointer-width=\"100\" pointer-height=\"36\" style=\"zigzag\" clip-path=\"url(#clip-tablet-top-cb4c420ba2143)\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-top-cb4c420ba2143\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"divider\" pointer-width=\"100\" pointer-height=\"22\" style=\"zigzag\"><polygon points=\"0 1, 1 1,1 0.22, 0.5 0, 0 0.22, 0 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-cb4c420ba2143\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"none\" pointer-width=\"100\" pointer-height=\"36\" style=\"zigzag\" clip-path=\"url(#clip-mobile-top-cb4c420ba2143)\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-top-cb4c420ba2143\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"divider\" pointer-width=\"100\" pointer-height=\"22\" style=\"zigzag\"><polygon points=\"0 1, 1 1,1 0.22, 0.5 0, 0 0.22, 0 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160eb1a09e2\" wfd-id=\"391\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1635ef72920\" wfd-id=\"398\"><p data-css=\"tve-u-160e4fd114b\" style=\"text-align: center;\">&nbsp;tasty</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160e501c0b4\" wfd-id=\"392\"><p data-css=\"tve-u-160e4fe84a1\" style=\"text-align: center;\"><span data-css=\"tve-u-160e4fe6187\" style=\"font-weight: 400; font-family: &quot;Kaushan Script&quot;;\" wfd-id=\"397\">food</span></p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"375\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160e52fbe2f\" data-tcb_hover_state_parent=\"\" wfd-id=\"377\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1635f0a8c87\" wfd-id=\"384\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1635f0b76b1\" data-tcb_hover_state_parent=\"1\" wfd-id=\"386\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-1635f010773\" wfd-id=\"385\"></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160eb0e8e90\" data-float=\"1\" wfd-id=\"378\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-160eb0d7fac\" data-clip-id=\"dd364f1962bc7\" data-tcb_hover_state_parent=\"1\" wfd-id=\"383\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-dd364f1962bc7\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"pointer\" pointer-width=\"100\" pointer-height=\"36\" style=\"\"><polygon points=\"0 0, 0 0.64, 0 0.64, 0.5 1, 1 0.64, 1 0.64, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-dd364f1962bc7\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"none\" pointer-width=\"100\" pointer-height=\"36\" style=\"zigzag\" clip-path=\"url(#clip-tablet-top-dd364f1962bc7)\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-top-dd364f1962bc7\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"divider\" pointer-width=\"100\" pointer-height=\"22\" style=\"zigzag\"><polygon points=\"0 1, 1 1,1 0.22, 0.5 0, 0 0.22, 0 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-dd364f1962bc7\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"none\" pointer-width=\"100\" pointer-height=\"36\" style=\"zigzag\" clip-path=\"url(#clip-mobile-top-dd364f1962bc7)\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-top-dd364f1962bc7\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"divider\" pointer-width=\"100\" pointer-height=\"22\" style=\"zigzag\"><polygon points=\"0 1, 1 1,1 0.22, 0.5 0, 0 0.22, 0 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160eb1a09e2\" wfd-id=\"379\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160eb1b0e14\" wfd-id=\"382\"><p data-css=\"tve-u-160e4fd114b\" style=\"text-align: center;\">&nbsp;great</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160e501c0b4\" wfd-id=\"380\"><p data-css=\"tve-u-160e4fe84a1\" style=\"text-align: center;\"><span data-css=\"tve-u-160e4fe6187\" style=\"font-weight: 400; font-family: &quot;Kaushan Script&quot;;\" wfd-id=\"381\">ambiance</span></p></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-160e9d15bdf\" wfd-id=\"261\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-160e9d118ed\" wfd-id=\"370\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-160e9d0c61d\" wfd-id=\"262\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160e9e2aeab\" wfd-id=\"369\"><h3>Take a look at</h3></div><div class=\"thrv_wrapper thrv_heading\" data-css=\"tve-u-160e9e41664\" data-tag=\"h2\" wfd-id=\"366\"><h2>Our Menu</h2></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160e9dff371\" wfd-id=\"263\">\n<div class=\"tve-content-box-background\" wfd-id=\"365\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160e9e03630\" wfd-id=\"264\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160ea7cae88\" wfd-id=\"265\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2\" data-css=\"tve-u-160ea7c9db0\" wfd-id=\"266\"><div class=\"tcb-flex-col\" wfd-id=\"293\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"295\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-160eb3ad20a\" wfd-id=\"362\"><h4>Drinks</h4></div><div class=\"tcb-clear\" data-css=\"tve-u-160ea7bf191\" wfd-id=\"311\"><div class=\"thrv_wrapper thrv_toggle_shortcode\" data-hover-color=\"rgba(18, 21, 25, 0.8)\" data-css=\"tve-u-160e9f87397\" wfd-id=\"312\">\n<div class=\"tve_faq\" wfd-id=\"313\">\n<div class=\"tve_faqI\" wfd-id=\"314\">\n<div class=\"tve_faqB\" wfd-id=\"357\"><span class=\"tve_not_editable tve_toggle\" wfd-id=\"361\"></span>\n<h4 class=\"tve_editable\" data-css=\"tve-u-160eb470891\"><span data-css=\"tve-u-160eb4708df\" style=\"font-family: Lato,arial;\" wfd-id=\"360\">alcoholic drinks</span></h4>\n</div>\n<div class=\"tve_faqC tve_empty_dropzone\" style=\"display: none;\" wfd-id=\"315\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160e9fad83c\" wfd-id=\"331\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-160eaa7faeb\" wfd-id=\"332\"><div class=\"tcb-flex-col\" wfd-id=\"351\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160eb4a305a\" wfd-id=\"353\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160ea977bf3\" wfd-id=\"354\"><h3 data-css=\"tve-u-160f8d013c3\"><strong>Beer (bottle)</strong></h3><p><br></p><p data-css=\"tve-u-160eb4a45fb\">Heineken</p><p data-css=\"tve-u-160eb49e1f7\">Paulaner</p><p data-css=\"tve-u-160eb4a4600\">Budweiser American Ale</p><p data-css=\"tve-u-160eb4a4603\">Land Shark Lager</p><p data-css=\"tve-u-160eb4a4605\">Scrumpy</p><p data-css=\"tve-u-160eb4a4608\">JackFirestone</p><p data-css=\"tve-u-160eb4a460a\">Walker Fortem</p><p data-css=\"tve-u-160eb4a460d\">Live Oak Hefeweizen</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"333\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160f8cfbf40\" wfd-id=\"335\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160ea9789a4\" wfd-id=\"336\"><h3 data-css=\"tve-u-160f8cf3d89\"><strong>Beer (draught)</strong></h3><p><br></p><p data-css=\"tve-u-160eb4b6f9b\"><span data-css=\"tve-u-160f8ceeb77\" wfd-id=\"350\">Guiness</span></p><p data-css=\"tve-u-160eb4b6fc8\"><span data-css=\"tve-u-160f8cef20d\" wfd-id=\"348\"><span data-css=\"tve-u-160f8ceeb79\" wfd-id=\"349\">Stela Artois</span></span></p><p data-css=\"tve-u-160eb4b6fcb\"><span data-css=\"tve-u-160f8cef245\" wfd-id=\"346\"><span data-css=\"tve-u-160f8ceebb3\" wfd-id=\"347\">Grolsch (Unfiltered)</span></span></p><p data-css=\"tve-u-160eb4b6fcd\"><span data-css=\"tve-u-160f8cef27e\" wfd-id=\"344\"><span data-css=\"tve-u-160f8ceebeb\" wfd-id=\"345\">Newcastle Brown Ale</span></span></p><p data-css=\"tve-u-160eb4b6fd0\"><span data-css=\"tve-u-160f8cef2b7\" wfd-id=\"342\"><span data-css=\"tve-u-160f8ceec23\" wfd-id=\"343\">Corona Extra</span></span></p><p data-css=\"tve-u-160eb4b6fd3\"><span data-css=\"tve-u-160f8cef2f1\" wfd-id=\"340\"><span data-css=\"tve-u-160f8ceec5c\" wfd-id=\"341\">Sam Adams</span></span></p><p data-css=\"tve-u-160eb4b6fd5\"><span data-css=\"tve-u-160f8ceec94\" wfd-id=\"339\">Miller Lite</span></p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160ea89b12a\" wfd-id=\"316\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-160eaa7faee\" wfd-id=\"317\"><div class=\"tcb-flex-col\" wfd-id=\"325\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160f8cddeb4\" wfd-id=\"327\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160ea976e63\" wfd-id=\"328\"><h3 data-css=\"tve-u-160f8cd7871\"><strong>Cocktails</strong></h3><p data-css=\"tve-u-160f8cd7919\"><br></p><p data-css=\"tve-u-160f8cd794f\">Gin &amp; Tonic</p><p data-css=\"tve-u-160f8cd7987\">Vodka Orange</p><p data-css=\"tve-u-160f8cd79c1\">Wiskey Sour</p><p data-css=\"tve-u-160f8cd79f8\">Boulevardier</p><p data-css=\"tve-u-160f8cd7a30\">Daiquiri</p><p data-css=\"tve-u-160f8cd7a68\">Martini</p><p data-css=\"tve-u-160f8cd7aa1\">Ramos Gin Fizz</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"318\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160ea928596\" wfd-id=\"320\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160ea9729a9\" wfd-id=\"322\"><h3 data-css=\"tve-u-160ea90d163\"><strong>Wine</strong></h3><p data-css=\"tve-u-160f8cc8efc\"><br></p><p data-css=\"tve-u-160f8cc8f31\"><br></p><p data-css=\"tve-u-160ea9400e0\"><strong>White</strong></p><p data-css=\"tve-u-160f8cc8f9a\"><br></p><p data-css=\"tve-u-160f8cc8fce\">Sidebar Sauvignon Blanc High Valley</p><p data-css=\"tve-u-160ea9104fd\"><br></p><p data-css=\"tve-u-160ea7224b9\">Mazzei Maremma Toscana Tenuta</p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160ea9357c7\" wfd-id=\"321\"><p data-css=\"tve-u-160f8cc591b\"><br></p><p data-css=\"tve-u-160ea71c62c\"><strong>Red</strong></p><p data-css=\"tve-u-160f8cc5953\"><br></p><p data-css=\"tve-u-160ea79970d\">MarquÃ©s de CÃ¡ceres</p><p data-css=\"tve-u-160ea799710\">Rioja ReservaBelguardo</p></div></div></div></div></div></div>\n</div>\n</div>\n</div></div><div class=\"tcb-clear\" data-css=\"tve-u-160ea7bf191\" wfd-id=\"296\"><div class=\"thrv_wrapper thrv_toggle_shortcode\" data-hover-color=\"rgba(18, 21, 25, 0.8)\" data-css=\"tve-u-160eab45a4f\" wfd-id=\"297\">\n<div class=\"tve_faq\" wfd-id=\"305\">\n<div class=\"tve_faqI\" wfd-id=\"306\">\n<div class=\"tve_faqB\" wfd-id=\"308\"><span class=\"tve_not_editable tve_toggle\" wfd-id=\"310\"></span>\n<h4 class=\"tve_editable\" data-css=\"tve-u-160eb475d09\"><span data-css=\"tve-u-160eb475d4c\" style=\"font-family: Lato,arial;\" wfd-id=\"309\">soft drinks</span></h4>\n</div>\n<div class=\"tve_faqC tve_empty_dropzone\" style=\"display: none;\" wfd-id=\"307\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160eaa73bda\" wfd-id=\"355\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-160e9fac06c\" wfd-id=\"356\"><div class=\"tcb-flex-col\" wfd-id=\"365\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160f8cb9d70\" wfd-id=\"367\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160ea977bf3\" wfd-id=\"368\"><h3 data-css=\"tve-u-160f8cb610d\"><strong>Coffee</strong></h3><p data-css=\"tve-u-160f8cb6183\"><br></p><p data-css=\"tve-u-160f8cb61bc\">Expresso</p><p data-css=\"tve-u-160ea6ba060\">Expresso Machiato</p><p data-css=\"tve-u-160ea6ba063\">Irish Coffee</p><p data-css=\"tve-u-160ea6ba065\">Cafe Mendoza</p><p data-css=\"tve-u-160ea6ba067\">Latte</p><p data-css=\"tve-u-160ea6ba06a\">Americano</p><p data-css=\"tve-u-160ea6ba06c\">Baileys Irish Cream Coffee</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"357\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160f8c978c9\" wfd-id=\"359\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160f8c8c841\" wfd-id=\"360\"><h3 data-css=\"tve-u-160f8cb0034\"><strong>Juice</strong></h3><p data-css=\"tve-u-160f8cb00a7\"><br></p><p data-css=\"tve-u-160f8cb00e0\">Coca Cola</p><p data-css=\"tve-u-160f8cb011c\">Fanta</p><p data-css=\"tve-u-160f8cb0157\">Sprite</p><p data-css=\"tve-u-160f8cb0191\">Almdudler</p><p data-css=\"tve-u-160f8cb01cb\">Fresh mix&nbsp;</p><ul class=\"\" wfd-id=\"363\"><li class=\"\" data-css=\"tve-u-160ea9c9c07\" wfd-id=\"364\">Orange/ Grapefruit/Apple</li></ul><p data-css=\"tve-u-160f8cb0240\">Sam Adams</p><p data-css=\"tve-u-160f8cb027b\">Miller Lite</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160eaa8db54\" wfd-id=\"333\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-160ea89ac22\" wfd-id=\"334\"><div class=\"tcb-flex-col\" wfd-id=\"339\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"341\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160ea976e63\" wfd-id=\"342\"><h3 data-css=\"tve-u-160ea54ea72\"><span data-css=\"tve-u-160f8c69135\" wfd-id=\"354\"><strong>Smoothie</strong></span></h3><p><span data-css=\"tve-u-160f8c699b9\" wfd-id=\"352\"><span data-css=\"tve-u-160f8c691a5\" wfd-id=\"353\"><br></span></span></p><p data-css=\"tve-u-160ea6ba05c\"><span data-css=\"tve-u-160f8c699f6\" wfd-id=\"350\"><span data-css=\"tve-u-160f8c691dc\" wfd-id=\"351\">Cherry &amp; Kale</span></span></p><p data-css=\"tve-u-160ea6ba05c\"><span data-css=\"tve-u-160f8c69a2f\" wfd-id=\"348\"><span data-css=\"tve-u-160f8c69216\" wfd-id=\"349\">Blueberry &amp; Avocado</span></span></p><p data-css=\"tve-u-160ea6ba05c\"><span data-css=\"tve-u-160f8c69a67\" wfd-id=\"346\"><span data-css=\"tve-u-160f8c69250\" wfd-id=\"347\">Banana &amp; Milk</span></span></p><p data-css=\"tve-u-160ea6ba05c\"><span data-css=\"tve-u-160f8c69289\" wfd-id=\"345\">Pear &amp; Chocolate</span></p><p data-css=\"tve-u-160f8c626b2\">Veggie &amp; Green</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"335\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160ea928596\" wfd-id=\"337\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160f8c59f19\" wfd-id=\"338\"><h3 data-css=\"tve-u-160f8c5888c\"><strong>Lemonade</strong></h3><p data-css=\"tve-u-160f8c58926\"><br></p><p data-css=\"tve-u-160f8c58957\">Classic</p><p data-css=\"tve-u-160eaa5aa50\">Mint&nbsp;</p><p data-css=\"tve-u-160f8c589bd\">Orange &amp; Lime</p><p data-css=\"tve-u-160eaa62df8\">Watermelon</p></div></div></div></div></div></div>\n</div>\n</div>\n<div class=\"tve_faq\" wfd-id=\"298\">\n<div class=\"tve_faqI\" wfd-id=\"299\">\n<div class=\"tve_faqB\" wfd-id=\"301\"><span class=\"tve_not_editable tve_toggle\" wfd-id=\"304\"></span>\n<h4 class=\"tve_editable\">ADDITIONAL SPIRITS</h4>\n</div>\n<div class=\"tve_faqC\" style=\"display: none;\" wfd-id=\"300\"><div class=\"thrv_wrapper tcb-row-empty thrv-columns\" data-css=\"tve-u-1689b6473cd\" wfd-id=\"317\"><div class=\"tcb-flex-row tcb--cols--2\" wfd-id=\"318\"><div class=\"tcb-flex-col\" wfd-id=\"322\"><div class=\"tcb-col\" wfd-id=\"324\"></div></div><div class=\"tcb-flex-col\" wfd-id=\"319\"><div class=\"tcb-col\" wfd-id=\"321\"></div></div></div></div></div>\n</div>\n</div></div></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"267\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160eb38e170\" wfd-id=\"269\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-160eaaf84a6\" wfd-id=\"290\"><h4 class=\"\">Food</h4></div><div class=\"tcb-clear\" data-css=\"tve-u-160ea7bf191\" wfd-id=\"280\"><div class=\"thrv_wrapper thrv_toggle_shortcode\" data-hover-color=\"rgba(18, 21, 25, 0.8)\" data-css=\"tve-u-160ead973a1\" wfd-id=\"281\">\n<div class=\"tve_faq\" wfd-id=\"282\">\n<div class=\"tve_faqI\" wfd-id=\"283\">\n<div class=\"tve_faqB\" wfd-id=\"285\"><span class=\"tve_not_editable tve_toggle\" wfd-id=\"289\"></span>\n<h4 class=\"tve_editable\" data-css=\"tve-u-160eb47f143\"><span data-css=\"tve-u-160eb47f16a\" wfd-id=\"288\">starters</span></h4>\n</div>\n<div class=\"tve_faqC tve_empty_dropzone\" style=\"display: none;\" wfd-id=\"284\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160eb521486\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-160eb54da29\"><div class=\"tcb-flex-col\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160e9fbbfa0\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160f8c2bf72\"><h3 data-css=\"tve-u-160f8c28393\"><strong>Snacks</strong></h3><p data-css=\"tve-u-160f8c283f9\"><br></p><p data-css=\"tve-u-160f8c2842b\">Chips</p><p data-css=\"tve-u-160f8c28460\">Hazelnuts</p><p data-css=\"tve-u-160f8c28493\">Peanuts</p><p data-css=\"tve-u-160f8c284c6\">Tortilla chips</p><p data-css=\"tve-u-160f8c25bba\">Chocolate croissants</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160e9fc2c51\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160ea9c1e15\"><h3 data-css=\"tve-u-160eb553062\"><strong>Meals</strong></h3><p data-css=\"tve-u-160eb5530cd\"><br></p><p data-css=\"tve-u-160eb553103\">Crab cakes<u>â€‹</u></p><p data-css=\"tve-u-160eb553138\">Chicken wings</p><p data-css=\"tve-u-160eb55316d\">White beans with herbs</p><p data-css=\"tve-u-160eb5531a1\">Stuffed mushrooms</p><p data-css=\"tve-u-160eb5531d8\">Smoked salmon spread</p><p data-css=\"tve-u-160eb55320f\">Authentic houmous</p></div></div></div></div></div></div>\n</div>\n</div>\n</div></div><div class=\"tcb-clear\" data-css=\"tve-u-160ea7bf191\" wfd-id=\"270\"><div class=\"thrv_wrapper thrv_toggle_shortcode\" data-hover-color=\"rgba(18, 21, 25, 0.8)\" data-css=\"tve-u-160eb42c2ca\" wfd-id=\"271\">\n<div class=\"tve_faq\" wfd-id=\"272\">\n<div class=\"tve_faqI\" wfd-id=\"273\">\n<div class=\"tve_faqB\" wfd-id=\"275\"><span class=\"tve_not_editable tve_toggle\" wfd-id=\"279\"></span>\n<h4 class=\"tve_editable\" data-css=\"tve-u-160e9f7868b\"><span data-css=\"tve-u-160e9f7ce0e\" wfd-id=\"278\">main course</span></h4>\n</div>\n<div class=\"tve_faqC tve_empty_dropzone\" style=\"display: none;\" wfd-id=\"274\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160ead90ba7\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-160eadcc8c9\"><div class=\"tcb-flex-col\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160f8d12a0d\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160ea977bf3\"><h3 data-css=\"tve-u-160eb5275ca\"><strong>Soup</strong></h3><p data-css=\"tve-u-160eb52762c\"><br></p><p data-css=\"tve-u-160eb52765c\">Fish soup</p><p data-css=\"tve-u-160eb52768d\">Squash &amp; parsley&nbsp;</p><p data-css=\"tve-u-160eb5276bf\">Tomato</p><p data-css=\"tve-u-160eb5276f3\">Chicken Almond<br>Arizona Mountain<br>Bayou Shrimp<br>Beef &amp; Pasta Mushroom</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160e9fc2c51\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160eb537e16\"><h3 data-css=\"tve-u-160eb5346af\"><strong>Main dish</strong></h3><p data-css=\"tve-u-160eb534715\"><br></p><p data-css=\"tve-u-160eadffc69\">Chickpea Cauliflower Korma</p><p data-css=\"tve-u-160eb53477a\">Lasagna</p><p data-css=\"tve-u-160eb5347ae\">Veggie Lasagna</p><p data-css=\"tve-u-160eb5347e1\">Pizza Capriciosa</p><p data-css=\"tve-u-160eb534816\">Pizza Margherita</p><p data-css=\"tve-u-160eb53484c\">House Burger</p></div></div></div></div></div></div>\n</div>\n</div>\n</div></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1635ee0cb15\" wfd-id=\"146\">\n<div class=\"tve-page-section-out\" wfd-id=\"260\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1635ebf2201\" wfd-id=\"147\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160f8e625a1\" wfd-id=\"256\"><h3 data-css=\"tve-u-1635f10faad\" style=\"text-align: center;\">What <span data-css=\"tve-u-1635f111354\" style=\"text-transform: uppercase;\" wfd-id=\"259\">o</span>ur customers say</h3></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1635ed91639\" wfd-id=\"148\"><div class=\"tcb-flex-row tcb--cols--3\" data-css=\"tve-u-1635ed274dc\" wfd-id=\"149\"><div class=\"tcb-flex-col\" wfd-id=\"216\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1636390be1e\" wfd-id=\"218\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1635f1b25ed\" wfd-id=\"236\">\n<div class=\"tve-content-box-background\" wfd-id=\"255\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1635f125271\" wfd-id=\"237\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1635f138d3b\" wfd-id=\"253\"><p data-css=\"tve-u-160fa718c59\"><span data-css=\"tve-u-160fa718c5e\" wfd-id=\"254\">â</span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1635f136552\" wfd-id=\"250\"><p data-css=\"tve-u-163629eed0d\">Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit. Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit.</p></div><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"2\" data-color=\"rgb(218, 144, 15)\" data-css=\"tve-u-1635f14cd1e\" wfd-id=\"249\">\n<hr class=\"tve_sep tve_sep-1\">\n</div><div class=\"tcb-clear\" data-css=\"tve-u-160f93bdfb1\" wfd-id=\"247\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1636392a6b1\" wfd-id=\"248\"><svg class=\"tcb-icon\" viewBox=\"0 0 16 28\" data-name=\"sort-desc\">\n<path d=\"M16 17c0 0.266-0.109 0.516-0.297 0.703l-7 7c-0.187 0.187-0.438 0.297-0.703 0.297s-0.516-0.109-0.703-0.297l-7-7c-0.187-0.187-0.297-0.438-0.297-0.703 0-0.547 0.453-1 1-1h14c0.547 0 1 0.453 1 1z\"></path>\n</svg></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1635f123a1e\" wfd-id=\"243\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1636393c2d2\" data-float=\"1\" wfd-id=\"244\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-160f957664d\" wfd-id=\"246\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-163629eb59f\" wfd-id=\"245\"></div>\n</div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1635f121505\" wfd-id=\"238\"><p data-css=\"tve-u-163629db329\"><strong><span data-css=\"tve-u-163629f6835\" style=\"font-size: 16px;\" wfd-id=\"242\">Josie Carter</span></strong></p><p data-css=\"tve-u-163629e77b3\"><span data-css=\"tve-u-163629f6837\" style=\"font-size: 16px;\" wfd-id=\"241\"><em>Marine Biologist</em></span></p><p data-css=\"tve-u-160f9514c00\">â€‹<br></p></div></div>\n</div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-161701a8fd1\" wfd-id=\"219\"><div class=\"tcb-flex-row tcb--cols--3 tcb-resized tcb-resizing tcb-medium-no-wrap v-2 tcb-mobile-wrap m-edit\" data-css=\"tve-u-161703e4bac\" wfd-id=\"220\"><div class=\"tcb-flex-col\" data-css=\"tve-u-16170332517\" style=\"\" wfd-id=\"232\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"234\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16170441415\" wfd-id=\"235\"><p data-css=\"tve-u-16170191bce\"><em>As seen on</em></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1617033251d\" style=\"width: 85px;\" wfd-id=\"227\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"229\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16170185cb5\" wfd-id=\"230\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"231\"><img class=\"tve_image wp-image-3532\" alt=\"\" width=\"45\" height=\"30\" title=\"trip-advisor-logo_03\" data-id=\"3532\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/trip-advisor-logo_03.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1617033371d\" style=\"\" wfd-id=\"221\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"223\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16170442200\" wfd-id=\"224\"><p data-css=\"tve-u-161701c9195\"><a href=\"https://www.tripadvisor.com/\" target=\"_blank\"><u>See more reviews</u></a><u>â€‹â€‹â€‹â€‹</u></p></div></div></div></div></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"184\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-163639549e4\" wfd-id=\"186\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1635f1b3fee\" wfd-id=\"202\">\n<div class=\"tve-content-box-background\" wfd-id=\"215\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16362a05c8f\" wfd-id=\"203\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1636390935e\" wfd-id=\"213\"><p data-css=\"tve-u-160fa718c59\"><span data-css=\"tve-u-160fa718c5e\" wfd-id=\"214\">â</span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1636951d241\" wfd-id=\"212\"><p data-css=\"tve-u-16362a0d7c6\">Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae erat consequat auctor eu in elit. Class aptent!</p></div><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"2\" data-color=\"rgb(218, 144, 15)\" data-css=\"tve-u-16369519850\" wfd-id=\"211\">\n<hr class=\"tve_sep tve_sep-1\">\n</div><div class=\"tcb-clear\" data-css=\"tve-u-160f93bdfb1\" wfd-id=\"209\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1636392e791\" wfd-id=\"210\"><svg class=\"tcb-icon\" viewBox=\"0 0 16 28\" data-name=\"sort-desc\">\n<path d=\"M16 17c0 0.266-0.109 0.516-0.297 0.703l-7 7c-0.187 0.187-0.438 0.297-0.703 0.297s-0.516-0.109-0.703-0.297l-7-7c-0.187-0.187-0.297-0.438-0.297-0.703 0-0.547 0.453-1 1-1h14c0.547 0 1 0.453 1 1z\"></path>\n</svg></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1635ec5add7\" wfd-id=\"205\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1636393da63\" data-float=\"1\" wfd-id=\"206\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1635f13f574\" wfd-id=\"208\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16362a05cc8\" wfd-id=\"207\"></div>\n</div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160fa6805d4\" wfd-id=\"204\"><p data-css=\"tve-u-16362a08679\"><strong>Jesse O\'neil</strong></p><p data-css=\"tve-u-16362a0a74e\"><em>Advertising</em></p><p data-css=\"tve-u-16362a0a750\">â€‹<br></p></div></div>\n</div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16170325257\" wfd-id=\"187\"><div class=\"tcb-flex-row tcb--cols--3 tcb-resized tcb-medium-no-wrap v-2 tcb-mobile-wrap m-edit\" data-css=\"tve-u-1617045651a\" wfd-id=\"188\"><div class=\"tcb-flex-col\" data-css=\"tve-u-16170334a49\" style=\"\" wfd-id=\"198\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"200\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-161704435d7\" wfd-id=\"201\"><p data-css=\"tve-u-16170191bce\"><em>As seen on</em></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-16170334a4f\" style=\"\" wfd-id=\"193\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"195\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-161702e8042\" wfd-id=\"196\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"197\"><img class=\"tve_image wp-image-3538\" alt=\"\" width=\"52\" height=\"31\" title=\"foursquare-logo_03\" data-id=\"3538\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/foursquare-logo_03.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-161703373d0\" style=\"\" wfd-id=\"189\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"191\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16170445bb9\" wfd-id=\"192\"><p data-css=\"tve-u-161701c9195\"><a href=\"https://foursquare.com/\" target=\"_blank\"><u>See more reviewsâ€‹â€‹â€‹â€‹</u></a></p></div></div></div></div></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"150\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16363524c1e\" wfd-id=\"152\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1635ebfe4fc\" wfd-id=\"168\">\n<div class=\"tve-content-box-background\" wfd-id=\"183\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1635ec2801b\" wfd-id=\"169\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1635f139f5c\" wfd-id=\"181\"><p data-css=\"tve-u-160fa718c59\"><span data-css=\"tve-u-160fa718c5e\" wfd-id=\"182\">â</span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160f961e617\" wfd-id=\"180\"><p data-css=\"tve-u-16362a2156e\">Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Mauris in erat justo. Nullam ac urna eu felis dapibus condimentum sit amet a augue. Sed non neque elit.</p></div><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"2\" data-color=\"rgb(218, 144, 15)\" data-css=\"tve-u-160f9405e56\" wfd-id=\"179\">\n<hr class=\"tve_sep tve_sep-1\">\n</div><div class=\"tcb-clear\" data-css=\"tve-u-160f93bdfb1\" wfd-id=\"177\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1635ed98a8a\" wfd-id=\"178\"><svg class=\"tcb-icon\" viewBox=\"0 0 16 28\" data-name=\"sort-desc\">\n<path d=\"M16 17c0 0.266-0.109 0.516-0.297 0.703l-7 7c-0.187 0.187-0.438 0.297-0.703 0.297s-0.516-0.109-0.703-0.297l-7-7c-0.187-0.187-0.297-0.438-0.297-0.703 0-0.547 0.453-1 1-1h14c0.547 0 1 0.453 1 1z\"></path>\n</svg></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1635ec5add7\" wfd-id=\"173\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160f9562c14\" data-float=\"1\" wfd-id=\"174\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1635f187bfc\" wfd-id=\"176\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-1635edf3681\" wfd-id=\"175\"></div>\n</div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160fa6805d4\" wfd-id=\"170\"><p data-css=\"tve-u-163629df961\"><strong><span data-css=\"tve-u-16362a29860\" style=\"font-size: 16px;\" wfd-id=\"172\">Gabriel Jones</span></strong></p><p data-css=\"tve-u-16362a2c533\"><span data-css=\"tve-u-16362a29862\" style=\"font-size: 16px;\" wfd-id=\"171\"><em>Brand Management Consultant</em></span></p><p data-css=\"tve-u-160f9514c00\"><strong>â€‹</strong><br></p></div></div>\n</div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-161703268c0\" wfd-id=\"153\"><div class=\"tcb-flex-row tcb--cols--3 tcb-resized tcb-medium-no-wrap v-2 tcb-mobile-wrap m-edit\" data-css=\"tve-u-161701a2f15\" wfd-id=\"154\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1617019989e\" style=\"\" wfd-id=\"164\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"166\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16170471614\" wfd-id=\"167\"><p data-css=\"tve-u-16170191bce\"><em>As seen on</em></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-161701998d2\" style=\"\" wfd-id=\"159\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"161\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1617031f43b\" wfd-id=\"162\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"163\"><img class=\"tve_image wp-image-3542\" alt=\"\" width=\"49\" height=\"24\" title=\"yelp-logo_03\" data-id=\"3542\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/yelp-logo_03.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-161701c1618\" style=\"\" wfd-id=\"155\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"157\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-161701b642a\" wfd-id=\"158\"><p data-css=\"tve-u-161701c9195\"><a href=\"https://www.yelp.com/\" target=\"_blank\"><u>See more reviews</u></a><u>â€‹â€‹â€‹â€‹</u></p></div></div></div></div></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-160f96ef669\" wfd-id=\"112\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-160f96f5e19\" data-clip-id=\"c22944d35542f\" wfd-id=\"145\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-c22944d35542f\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" pointer-width=\"100\" pointer-height=\"14\" style=\"zigzag\" decoration-type=\"none\" clip-path=\"url(#clip-top-c22944d35542f)\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-c22944d35542f\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" pointer-width=\"100\" pointer-height=\"14\" style=\"zigzag\" decoration-type=\"none\" clip-path=\"url(#clip-mobile-top-c22944d35542f)\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-top-c22944d35542f\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" pointer-width=\"100\" pointer-height=\"10\" style=\"zigzag\" decoration-type=\"none\" clip-path=\"url(#clip-top-c22944d35542f)\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-top-c22944d35542f\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" pointer-width=\"100\" pointer-height=\"13\" decoration-type=\"none\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-160f96c069e\" wfd-id=\"113\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160f9714a61\" wfd-id=\"114\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-160f9734b53\" data-clip-id=\"c8e428685a637\" wfd-id=\"144\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-c8e428685a637\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"pointer\" pointer-width=\"100\" pointer-height=\"13\" style=\"zigzag\" clip-path=\"url(#clip-bottom-c8e428685a637)\"><polygon points=\"1 0.13, 0.5 0, 0 0.13, 0 0.13, 0 1, 1 1, 1 0.13\"></polygon></clipPath><clipPath id=\"clip-bottom-c8e428685a637\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"pointer\" pointer-width=\"100\" pointer-height=\"14.000000000000002\" style=\"\"><polygon points=\"0 0, 0 0.86, 0 0.86, 0.5 1, 1 0.86, 1 0.86, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-top-c8e428685a637\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"divider\" pointer-width=\"100\" pointer-height=\"13\" style=\"zigzag\" clip-path=\"url(#clip-tablet-bottom-c8e428685a637)\"><polygon points=\"0 1, 1 1,1 0.13, 0.5 0, 0 0.13, 0 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-c8e428685a637\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"divider\" pointer-width=\"100\" pointer-height=\"14\" style=\"zigzag\"><polygon points=\"0 0, 0 0.86, 0.5 1, 1 0.86,  1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-top-c8e428685a637\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"divider\" pointer-width=\"100\" pointer-height=\"10\" style=\"zigzag\" clip-path=\"url(#clip-mobile-bottom-c8e428685a637)\"><polygon points=\"0 1, 1 1,1 0.1, 0.5 0, 0 0.1, 0 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-c8e428685a637\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"divider\" pointer-width=\"100\" pointer-height=\"10\" style=\"zigzag\"><polygon points=\"0 0, 0 0.9, 0.5 1, 1 0.9,  1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160f972cd2b\" wfd-id=\"115\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160f97e6953\" wfd-id=\"140\"><p data-css=\"tve-u-160f97ddb8a\" style=\"text-align: center;\"><span data-css=\"tve-u-160f97e0356\" style=\"font-weight: 400; font-family: &quot;Kaushan Script&quot;;\" wfd-id=\"143\">Happy Hour</span></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160f98a0d17\" wfd-id=\"136\"><p data-css=\"tve-u-160f9bf9be2\" style=\"text-align: center;\"><span data-css=\"tve-u-160f9bfdcb7\" wfd-id=\"138\">2 shots for the price of 1 between 18<span data-css=\"tve-u-160f9823757\" wfd-id=\"139\">&nbsp;PM&nbsp;</span>- 20 </span><span data-css=\"tve-u-160f984f29b\" wfd-id=\"137\">PM</span></p></div><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-160f98df817\" data-tcb_hover_state_parent=\"\" wfd-id=\"133\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"134\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-160fec25d20\" wfd-id=\"135\"><strong>Make a reservation now</strong></span></span>\n</a>\n</div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160f9b74c2b\" wfd-id=\"119\"><div class=\"tcb-flex-row tcb-resized tcb--cols--3 tcb-medium-no-wrap tcb-mobile-edit tcb-resizing v-2\" data-css=\"tve-u-160f9b69526\" wfd-id=\"120\"><div class=\"tcb-flex-col\" data-css=\"tve-u-160f9b7a36e\" style=\"\" wfd-id=\"129\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"131\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(176, 171, 155, 0.3)\" data-css=\"tve-u-160f9b9db80\" wfd-id=\"132\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-160f9b7a39a\" style=\"width: 97px;\" wfd-id=\"125\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160ff36e890\" wfd-id=\"127\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160fa7619dc\" wfd-id=\"128\"><p data-css=\"tve-u-160f9b916f8\" style=\"text-align: center;\">or</p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-160f9b7a3c6\" style=\"\" wfd-id=\"121\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"123\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(176, 171, 155, 0.3)\" data-css=\"tve-u-160f9bd1e50\" wfd-id=\"124\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160f9bf1aea\" wfd-id=\"116\"><p data-css=\"tve-u-160f981fb0c\" style=\"text-align: center;\"><span data-css=\"tve-u-160f9c02898\" wfd-id=\"117\"><span data-css=\"tve-u-160ff467c38\" wfd-id=\"118\">Call us</span> : 0300-984-589</span></p></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-160f9c6a4fe\" wfd-id=\"72\">\n<div class=\"tve-page-section-out\" wfd-id=\"111\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-160f9c6d0ad\" wfd-id=\"73\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160f9caae7b\" wfd-id=\"108\"><h3 data-css=\"tve-u-1635f21f43a\" style=\"text-align: center;\">our signature drinks</h3></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160f9c7f698\" wfd-id=\"74\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--4\" data-css=\"tve-u-160f9c75fb0\" wfd-id=\"75\"><div class=\"tcb-flex-col\" wfd-id=\"100\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160f9cccb99\" data-tcb_hover_state_parent=\"\" wfd-id=\"102\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1616a9cfa4b\" wfd-id=\"103\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1616a721403\" wfd-id=\"107\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1616a74e73b\" wfd-id=\"104\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1616a5e01ba\" wfd-id=\"105\"><p data-css=\"tve-u-160f9d496b3\" style=\"text-align: center;\"><span data-css=\"tve-u-160f9d5377f\" style=\"font-weight: 400; font-family: &quot;Kaushan Script&quot;;\" wfd-id=\"106\">Wiskey Sour</span></p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"92\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160f9d08737\" data-tcb_hover_state_parent=\"\" wfd-id=\"94\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1616a9d1ca7\" wfd-id=\"95\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1616a721403\" wfd-id=\"99\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1616a74e73b\" wfd-id=\"96\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1616a5e01ba\" wfd-id=\"97\"><p data-css=\"tve-u-160f9d496b3\" style=\"text-align: center;\"><span data-css=\"tve-u-160f9d5377f\" style=\"font-weight: 400; font-family: &quot;Kaushan Script&quot;;\">Boulevardier</span></p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"84\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160f9d0b00e\" data-tcb_hover_state_parent=\"\" wfd-id=\"86\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1616a9d3730\" wfd-id=\"87\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1616a721403\" wfd-id=\"91\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1616a74e73b\" wfd-id=\"88\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1616a5e01ba\" wfd-id=\"89\"><p data-css=\"tve-u-160f9d496b3\" style=\"text-align: center;\"><span data-css=\"tve-u-160f9d5377f\" style=\"font-weight: 400; font-family: &quot;Kaushan Script&quot;;\" wfd-id=\"90\">Gin Fizz</span></p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"76\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160f9d0c9a0\" data-tcb_hover_state_parent=\"\" wfd-id=\"78\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1616a708b49\" wfd-id=\"79\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1616a721403\" wfd-id=\"83\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1616a74e73b\" wfd-id=\"80\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1616a5e01ba\" wfd-id=\"81\"><p data-css=\"tve-u-160f9d496b3\" style=\"text-align: center;\"><span data-css=\"tve-u-160f9d5377f\" style=\"font-weight: 400; font-family: &quot;Kaushan Script&quot;;\" wfd-id=\"82\">Spicy Tequila Shot</span></p></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-160fe140452\" style=\"\" wfd-id=\"41\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-16362e0aed9\" wfd-id=\"71\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-160fe13ce28\" wfd-id=\"42\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160f9ec40fc\" wfd-id=\"43\"><div class=\"tcb-flex-row tcb--cols--2 tcb-medium-no-wrap v-2 tcb-mobile-wrap m-edit\" data-css=\"tve-u-160f9ebf905\" wfd-id=\"44\"><div class=\"tcb-flex-col\" wfd-id=\"49\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160f9ee08be\" wfd-id=\"51\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-160fa01d193\" wfd-id=\"52\">\n<div class=\"tve-content-box-background\" wfd-id=\"70\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"53\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1635f273315\" wfd-id=\"68\"><h4 data-css=\"tve-u-1635f28650b\"><strong><span data-css=\"tve-u-16362a7e959\" style=\"text-transform: none;\" wfd-id=\"69\">Your</span></strong><br><strong>Company name</strong></h4></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16362aabe81\" wfd-id=\"62\">\n<div class=\"tve-content-box-background\" wfd-id=\"67\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1635e5d9ba1\" wfd-id=\"63\"><div class=\"tcb-clear\" data-css=\"tve-u-16363d2efc4\" wfd-id=\"65\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-16362a8dd87\" data-float=\"1\" wfd-id=\"66\"><svg class=\"tcb-icon\" viewBox=\"0 0 16 28\" data-name=\"map-marker\">\n<path d=\"M12 10c0-2.203-1.797-4-4-4s-4 1.797-4 4 1.797 4 4 4 4-1.797 4-4zM16 10c0 0.953-0.109 1.937-0.516 2.797l-5.688 12.094c-0.328 0.688-1.047 1.109-1.797 1.109s-1.469-0.422-1.781-1.109l-5.703-12.094c-0.406-0.859-0.516-1.844-0.516-2.797 0-4.422 3.578-8 8-8s8 3.578 8 8z\"></path>\n</svg></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160df4565d1\" wfd-id=\"64\"><p data-css=\"tve-u-1636311d040\">Your Pub Adress Goes Here</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1636301dc81\" wfd-id=\"57\">\n<div class=\"tve-content-box-background\" wfd-id=\"61\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1635e5d9ba1\" wfd-id=\"58\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-16362aa4888\" wfd-id=\"60\"><svg class=\"tcb-icon\" viewBox=\"0 0 22 28\" data-name=\"phone\">\n<path d=\"M22 19.375c0 0.562-0.25 1.656-0.484 2.172-0.328 0.766-1.203 1.266-1.906 1.656-0.922 0.5-1.859 0.797-2.906 0.797-1.453 0-2.766-0.594-4.094-1.078-0.953-0.344-1.875-0.766-2.734-1.297-2.656-1.641-5.859-4.844-7.5-7.5-0.531-0.859-0.953-1.781-1.297-2.734-0.484-1.328-1.078-2.641-1.078-4.094 0-1.047 0.297-1.984 0.797-2.906 0.391-0.703 0.891-1.578 1.656-1.906 0.516-0.234 1.609-0.484 2.172-0.484 0.109 0 0.219 0 0.328 0.047 0.328 0.109 0.672 0.875 0.828 1.188 0.5 0.891 0.984 1.797 1.5 2.672 0.25 0.406 0.719 0.906 0.719 1.391 0 0.953-2.828 2.344-2.828 3.187 0 0.422 0.391 0.969 0.609 1.344 1.578 2.844 3.547 4.813 6.391 6.391 0.375 0.219 0.922 0.609 1.344 0.609 0.844 0 2.234-2.828 3.187-2.828 0.484 0 0.984 0.469 1.391 0.719 0.875 0.516 1.781 1 2.672 1.5 0.313 0.156 1.078 0.5 1.188 0.828 0.047 0.109 0.047 0.219 0.047 0.328z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160df4565d1\" wfd-id=\"59\"><p data-css=\"tve-u-1636311dda3\" style=\"text-align: left;\">0364 - 300 - 946</p></div></div>\n</div><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-160fa182f82\" data-tcb_hover_state_parent=\"\" wfd-id=\"54\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"55\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-160fa198fbb\" wfd-id=\"56\">Make a reservation now</span></span>\n</a>\n</div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"45\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160fa1c8dca\" wfd-id=\"47\"><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-160fa11f4f2\" wfd-id=\"48\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=London&amp;t=m&amp;z=12&amp;output=embed&amp;iwloc=near\"></iframe>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16362e2956e\" wfd-id=\"27\">\n<div class=\"tve-page-section-out\" wfd-id=\"40\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16362e27bcb\" wfd-id=\"28\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-160fa4daf17\" wfd-id=\"29\"><div class=\"tcb-flex-row tcb--cols--2 v-2\" data-css=\"tve-u-160fa4d8d4f\" wfd-id=\"30\"><div class=\"tcb-flex-col\" wfd-id=\"36\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"38\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160fa4b581e\" wfd-id=\"39\"><p data-css=\"tve-u-160fa489bd9\" style=\"text-align: left;\">Â© 2018 , Your company name . All rights reserved.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"31\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-160fec923bf\" wfd-id=\"33\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-160fec99b6f\" wfd-id=\"34\"><p style=\"text-align: right;\" data-css=\"tve-u-16363b1b458\"><span style=\"color: rgba(3, 9, 14, 0.5);\" data-css=\"tve-u-16363b4867f\" wfd-id=\"35\"><u>â€‹</u>â€‹â€‹â€‹â€‹Made with</span> <a href=\"https://thrivethemes.com/\" target=\"_blank\">Thrive Architect</a></p></div></div></div></div></div></div>\n</div>'),(6468,545,'tve_revision_tve_has_wistia_popover','0'),(6469,546,'tve_revision_tve_landing_page',''),(6470,546,'tve_revision_tve_landing_set',''),(6471,546,'tve_revision_tve_disable_theme_dependency',''),(6472,546,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper tve_wp_shortcode\" wfd-id=\"36\"><div class=\"tve_shortcode_raw\" style=\"display: none\" wfd-id=\"38\">___TVE_SHORTCODE_RAW__&lt;h1 data-css=\"tve-u-16035acf904\"&gt;&lt;strong&gt;H1 Heading Example&lt;/strong&gt; Lorem Ipsum Dolor&lt;/h1&gt;\n&lt;p data-css=\"tve-u-165d705c7ac\"&gt;Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi semper vulputate tincidunt. Mauris sodales vitae ipsum nec porta. Mauris lacus odio, congue eget justo nec, eleifend pellentesque orci. Interdum et malesuada fames ac ante ipsum primis in faucibus. Ut facilisis nibh eget ex maximus, at egestas orci faucibus.&lt;/p&gt;\n&lt;h2 data-css=\"tve-u-165d704ec24\"&gt;Your Heading Here H2&lt;/h2&gt;\n&lt;h3 data-css=\"tve-u-165d70538a3\"&gt;Your Heading Here H3&lt;/h3&gt;\n&lt;h4 data-css=\"tve-u-165d70581f6\"&gt;Your Heading Here H4&lt;/h4&gt;\n&lt;p&gt;Copyright text and footer links.&lt;/p&gt;\n__TVE_SHORTCODE_RAW___</div></div>'),(6473,546,'tve_revision_tve_content_more_found',''),(6474,546,'tve_revision_tve_save_post',''),(6475,546,'tve_revision_tve_custom_css',''),(6476,546,'tve_revision_tve_user_custom_css',''),(6477,546,'tve_revision_tve_page_events','a:0:{}'),(6478,546,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(6479,546,'tve_revision_tve_global_scripts','a:2:{s:4:\"head\";s:0:\"\";s:6:\"footer\";s:0:\"\";}'),(6480,546,'tve_revision_thrive_icon_pack','0'),(6481,546,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(6482,546,'tve_revision_tve_has_masonry','0'),(6483,546,'tve_revision_tve_has_typefocus','0'),(6484,546,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper tve_wp_shortcode\" wfd-id=\"36\"><div class=\"tve_shortcode_raw\" style=\"display: none\" wfd-id=\"38\">___TVE_SHORTCODE_RAW__&lt;h1 data-css=\"tve-u-16035acf904\"&gt;&lt;strong&gt;H1 Heading Example&lt;/strong&gt; Lorem Ipsum Dolor&lt;/h1&gt;\n&lt;p data-css=\"tve-u-165d705c7ac\"&gt;Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi semper vulputate tincidunt. Mauris sodales vitae ipsum nec porta. Mauris lacus odio, congue eget justo nec, eleifend pellentesque orci. Interdum et malesuada fames ac ante ipsum primis in faucibus. Ut facilisis nibh eget ex maximus, at egestas orci faucibus.&lt;/p&gt;\n&lt;h2 data-css=\"tve-u-165d704ec24\"&gt;Your Heading Here H2&lt;/h2&gt;\n&lt;h3 data-css=\"tve-u-165d70538a3\"&gt;Your Heading Here H3&lt;/h3&gt;\n&lt;h4 data-css=\"tve-u-165d70581f6\"&gt;Your Heading Here H4&lt;/h4&gt;\n&lt;p&gt;Copyright text and footer links.&lt;/p&gt;\n__TVE_SHORTCODE_RAW___</div></div>'),(6485,546,'tve_revision_tve_has_wistia_popover','0'),(6486,546,'tve_revision_tve_landing_page',''),(6487,546,'tve_revision_tve_landing_set',''),(6488,546,'tve_revision_tve_disable_theme_dependency',''),(6489,546,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper tve_wp_shortcode\" wfd-id=\"36\"><div class=\"tve_shortcode_raw\" style=\"display: none\" wfd-id=\"38\">___TVE_SHORTCODE_RAW__&lt;h1 data-css=\"tve-u-16035acf904\"&gt;&lt;strong&gt;H1 Heading Example&lt;/strong&gt; Lorem Ipsum Dolor&lt;/h1&gt;\n&lt;p data-css=\"tve-u-165d705c7ac\"&gt;Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi semper vulputate tincidunt. Mauris sodales vitae ipsum nec porta. Mauris lacus odio, congue eget justo nec, eleifend pellentesque orci. Interdum et malesuada fames ac ante ipsum primis in faucibus. Ut facilisis nibh eget ex maximus, at egestas orci faucibus.&lt;/p&gt;\n&lt;h2 data-css=\"tve-u-165d704ec24\"&gt;Your Heading Here H2&lt;/h2&gt;\n&lt;h3 data-css=\"tve-u-165d70538a3\"&gt;Your Heading Here H3&lt;/h3&gt;\n&lt;h4 data-css=\"tve-u-165d70581f6\"&gt;Your Heading Here H4&lt;/h4&gt;\n&lt;p&gt;Copyright text and footer links.&lt;/p&gt;\n__TVE_SHORTCODE_RAW___</div></div>'),(6490,546,'tve_revision_tve_content_more_found',''),(6491,546,'tve_revision_tve_save_post',''),(6492,546,'tve_revision_tve_custom_css',''),(6493,546,'tve_revision_tve_user_custom_css',''),(6494,546,'tve_revision_tve_page_events','a:0:{}'),(6495,546,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(6496,546,'tve_revision_tve_global_scripts','a:2:{s:4:\"head\";s:0:\"\";s:6:\"footer\";s:0:\"\";}'),(6497,546,'tve_revision_thrive_icon_pack','0'),(6498,546,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(6499,546,'tve_revision_tve_has_masonry','0'),(6500,546,'tve_revision_tve_has_typefocus','0'),(6501,546,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper tve_wp_shortcode\" wfd-id=\"36\"><div class=\"tve_shortcode_raw\" style=\"display: none\" wfd-id=\"38\">___TVE_SHORTCODE_RAW__&lt;h1 data-css=\"tve-u-16035acf904\"&gt;&lt;strong&gt;H1 Heading Example&lt;/strong&gt; Lorem Ipsum Dolor&lt;/h1&gt;\n&lt;p data-css=\"tve-u-165d705c7ac\"&gt;Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi semper vulputate tincidunt. Mauris sodales vitae ipsum nec porta. Mauris lacus odio, congue eget justo nec, eleifend pellentesque orci. Interdum et malesuada fames ac ante ipsum primis in faucibus. Ut facilisis nibh eget ex maximus, at egestas orci faucibus.&lt;/p&gt;\n&lt;h2 data-css=\"tve-u-165d704ec24\"&gt;Your Heading Here H2&lt;/h2&gt;\n&lt;h3 data-css=\"tve-u-165d70538a3\"&gt;Your Heading Here H3&lt;/h3&gt;\n&lt;h4 data-css=\"tve-u-165d70581f6\"&gt;Your Heading Here H4&lt;/h4&gt;\n&lt;p&gt;Copyright text and footer links.&lt;/p&gt;\n__TVE_SHORTCODE_RAW___</div></div>'),(6502,546,'tve_revision_tve_has_wistia_popover','0'),(6503,106,'tve_landing_page','tcb2-thrivebiz-car-wash'),(6504,106,'tve_landing_set','ThriveBiz'),(6505,106,'tve_updated_post_tcb2-thrivebiz-car-wash','<div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-162717d1bbe\" wfd-id=\"471\"><div class=\"tcb-flex-row tcb-medium-no-wrap v-2 tcb--cols--3 m-edit tcb-mobile-wrap tcb-resized\" data-css=\"tve-u-162717d1bbf\" wfd-id=\"472\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1695981e7bb\" wfd-id=\"489\"><div class=\"tcb-col\" data-css=\"tve-u-16959846d3d\" wfd-id=\"491\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16959822de2\" wfd-id=\"492\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"493\"><img class=\"tve_image wp-image-465\" alt=\"\" width=\"384\" height=\"62\" title=\"Blackhawk_custom_header\" data-id=\"465\" src=\"https://bestcerakoteflorida.com/wp-content/uploads/2019/01/Blackhawk_custom_header.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717d1bb9\" style=\"\" wfd-id=\"482\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717d1bb6\" wfd-id=\"484\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-164179a84b8\" wfd-id=\"485\">\n<div class=\"tve-content-box-background\" wfd-id=\"488\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"486\"><div class=\"tcb-clear\" wfd-id=\"487\"></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717d1bb7\" style=\"\" wfd-id=\"473\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717d1bbc\" wfd-id=\"475\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16369305186\" wfd-id=\"476\">\n<div class=\"tve-content-box-background\" wfd-id=\"481\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16417e9d24e\" wfd-id=\"477\"><div class=\"tcb-clear\" wfd-id=\"479\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-16417e5bd95\" data-float=\"1\" wfd-id=\"480\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-envelope-regular\" data-name=\"\">\n            <path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path>\n        </svg></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-164179bced9\" wfd-id=\"478\"><p data-css=\"tve-u-1641333d7d1\"><a href=\"mailto:info@bestcerkoteflorida.com\" target=\"_blank\">info@bestcerakoteflorida.com</a></p></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-162717cb621\" data-value-type=\"percent\" wfd-id=\"444\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-162717cb620\" data-clip-id=\"c883ac5175045\" wfd-id=\"470\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-c883ac5175045\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"4\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9301, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-c883ac5175045\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9476, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-c883ac5175045\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9651, 1 1, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-162717cb609\" wfd-id=\"445\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-162717cb618\" wfd-id=\"446\"><div class=\"tcb-flex-row tcb-medium-wrap tcb-resized v-2 tcb--cols--2\" data-css=\"tve-u-162717cb617\" wfd-id=\"447\"><div class=\"tcb-flex-col\" data-css=\"tve-u-162717cb601\" style=\"\" wfd-id=\"461\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717cb60a\" wfd-id=\"463\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h1\" data-css=\"tve-u-162717cb610\" wfd-id=\"467\"><h1 data-css=\"tve-u-162717cb616\" style=\"text-align: center;\">&nbsp;<strong>â€‹</strong><strong>Protect What\'s Important To You! With The Toughest Ceramic Finish In The World!</strong></h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162717cb60f\" wfd-id=\"464\"><h2 class=\"\" data-css=\"tve-u-1695a36117b\" style=\"text-align: center;\"><strong>Heat, Water, Salt and Sand just some of the conditions you face. And any one of them is just waiting, to get a hold of your firearm and leave it a pile of rusted, pitted junk.</strong></h2><h2 class=\"\" data-css=\"tve-u-16413112747\" style=\"text-align: center;\"><strong>Unfortunately, there wasn\'t much you could do other than keep cleaning and lubricating your firearms...till NOW!</strong></h2></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717cb600\" style=\"\" wfd-id=\"448\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717cb60b\" wfd-id=\"450\"><div class=\"thrv_responsive_video thrv_wrapper rv_style_lifted_style2\" data-type=\"youtube\" data-rel=\"0\" data-url=\"https://www.youtube.com/watch?v=a1nyu9ZJiEk\" data-css=\"tve-u-16959cd1e7a\" data-modestbranding=\"1\" wfd-id=\"458\">\n	\n\n	<div class=\"tve_responsive_video_container\" wfd-id=\"459\">\n		<div class=\"video_overlay\" wfd-id=\"460\"></div>\n	<iframe data-code=\"TEOqV1Q16lU\" data-provider=\"youtube\" src=\"https://www.youtube.com/embed/TEOqV1Q16lU?rel=0&amp;modestbranding=1&amp;controls=1&amp;showinfo=1&amp;fs=1&amp;wmode=transparent\" data-src=\"https://www.youtube.com/embed/TEOqV1Q16lU?rel=0&amp;modestbranding=1&amp;controls=1&amp;showinfo=1&amp;fs=1&amp;wmode=transparent\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\n</div><div class=\"thrv_wrapper thrv-button tcb-with-icon\" data-css=\"tve-u-1695a3002e2\" data-tcb_hover_state_parent=\"\" data-button-style=\"border_1\" wfd-id=\"451\">\n	<a href=\"tel:1-954-848-1911\" class=\"tcb-button-link\" target=\"_blank\" rel=\"\"><span class=\"tcb-button-icon\" wfd-id=\"456\">\n	<div class=\"thrv_wrapper thrv_icon tve_no_drag tve_no_icons tcb-icon-inherit-style tcb-icon-display\" wfd-id=\"457\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-phone-plus-light\" data-name=\"\">\n            <path d=\"M8 128h88v88c0 4.4 3.6 8 8 8h16c4.4 0 8-3.6 8-8v-88h88c4.4 0 8-3.6 8-8v-16c0-4.4-3.6-8-8-8h-88V8c0-4.4-3.6-8-8-8h-16c-4.4 0-8 3.6-8 8v88H8c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8zM487.8 24.1L387 .8c-14.7-3.4-29.8 4.2-35.8 18.1l-46.5 108.5c-5.5 12.7-1.8 27.7 8.9 36.5l53.9 44.1c-34 69.2-90.3 125.6-159.6 159.6l-44.1-53.9c-8.8-10.7-23.8-14.4-36.5-8.9L18.9 351.3c-13.9 6-21.5 21-18.1 35.8L24 487.9C27.3 502 39.9 512 54.5 512 306.7 512 512 307.8 512 54.5c0-14.6-10-27.2-24.2-30.4zM55.1 480l-23-99.6 107.4-46 59.5 72.8c103.6-48.6 159.7-104.9 208.1-208.1l-72.8-59.5 46-107.4 99.6 23C479.7 289.7 289.6 479.7 55.1 480z\"></path>\n        </svg></div>\n</span>\n\n		<span class=\"tcb-button-texts\" wfd-id=\"452\"><span class=\"tcb-button-text thrv-inline-text\" wfd-id=\"453\">CALL NOW</span></span>\n	</a>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-162717fcf9d\" data-value-type=\"percent\" wfd-id=\"369\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-162718bd0c0\" data-clip-id=\"a3b25e1c9221a\" wfd-id=\"443\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0875\"></polygon></clipPath><clipPath id=\"clip-tablet-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"6\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.1051\"></polygon></clipPath><clipPath id=\"clip-mobile-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"1\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0175\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-162718a3b40\" wfd-id=\"370\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622a159bcb\" wfd-id=\"371\">\n<div class=\"tve-content-box-background\" wfd-id=\"442\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"372\"><div class=\"thrv_wrapper thrv-columns\" wfd-id=\"428\"><div class=\"tcb-flex-row tcb--cols--2\" wfd-id=\"429\"><div class=\"tcb-flex-col\" wfd-id=\"436\"><div class=\"tcb-col\" wfd-id=\"438\"><div class=\"thrv_wrapper thrv_text_element\" wfd-id=\"439\"><p>Enter your text here...</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"430\"><div class=\"tcb-col\" wfd-id=\"432\"><div class=\"thrv_wrapper thrv_text_element\" wfd-id=\"433\"><p>Enter your text here...</p></div></div></div></div></div><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621a2247ba\" wfd-id=\"425\"><h2 data-css=\"tve-u-1621a2e0d5b\">our services</h2></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16229f6175c\" wfd-id=\"400\"><div class=\"tcb-flex-row tcb-medium-no-wrap tcb--cols--3 v-2\" data-css=\"tve-u-162493a03b0\" wfd-id=\"401\"><div class=\"tcb-flex-col\" wfd-id=\"418\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1624939a960\" data-tcb_hover_state_parent=\"\" wfd-id=\"420\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-162493d5f13\" data-float=\"1\" wfd-id=\"424\"><svg class=\"tcb-icon\" viewBox=\"0 0 14 28\" data-name=\"bolt\">\n<path d=\"M13.828 8.844c0.172 0.187 0.219 0.453 0.109 0.688l-8.437 18.078c-0.125 0.234-0.375 0.391-0.656 0.391-0.063 0-0.141-0.016-0.219-0.031-0.344-0.109-0.547-0.438-0.469-0.766l3.078-12.625-6.344 1.578c-0.063 0.016-0.125 0.016-0.187 0.016-0.172 0-0.359-0.063-0.484-0.172-0.187-0.156-0.25-0.391-0.203-0.609l3.141-12.891c0.078-0.297 0.359-0.5 0.688-0.5h5.125c0.391 0 0.703 0.297 0.703 0.656 0 0.094-0.031 0.187-0.078 0.281l-2.672 7.234 6.188-1.531c0.063-0.016 0.125-0.031 0.187-0.031 0.203 0 0.391 0.094 0.531 0.234z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"422\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-162494b490e\" wfd-id=\"423\"><h4 data-css=\"tve-u-16249355087\" style=\"text-align: left;\">Express exterior</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162494b7ad0\" wfd-id=\"421\"><p data-css=\"tve-u-162492e70ad\">Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"409\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162493b6b63\" data-tcb_hover_state_parent=\"\" wfd-id=\"411\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b456a\" wfd-id=\"417\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"adjust\">\n<path d=\"M12 22.5v-17c-4.688 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"415\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1af44d\" wfd-id=\"416\"><h4 data-css=\"tve-u-16249358652\" style=\"text-align: left;\">Interior clean</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"412\"><p data-css=\"tve-u-162492e70ad\">Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"402\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16249373b25\" wfd-id=\"404\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b52d3\" wfd-id=\"408\"><svg class=\"tcb-icon\" viewBox=\"0 0 26 28\" data-name=\"umbrella\">\n<path d=\"M14 12.938v9.063c0 2.172-1.828 4-4 4s-4-1.828-4-4c0-0.547 0.453-1 1-1s1 0.453 1 1c0 1.047 0.953 2 2 2s2-0.953 2-2v-9.063c0.328-0.109 0.656-0.172 1-0.172s0.672 0.063 1 0.172zM26 13.359c0 0.266-0.234 0.5-0.5 0.5-0.141 0-0.25-0.063-0.359-0.156-0.906-0.844-1.75-1.437-3.047-1.437-1.484 0-2.766 0.922-3.609 2.094-0.187 0.266-0.328 0.547-0.5 0.812-0.109 0.172-0.234 0.266-0.438 0.266-0.219 0-0.344-0.094-0.453-0.266-0.172-0.266-0.313-0.547-0.5-0.812-0.844-1.172-2.109-2.094-3.594-2.094s-2.75 0.922-3.594 2.094c-0.187 0.266-0.328 0.547-0.5 0.812-0.109 0.172-0.234 0.266-0.453 0.266-0.203 0-0.328-0.094-0.438-0.266-0.172-0.266-0.313-0.547-0.5-0.812-0.844-1.172-2.125-2.094-3.609-2.094-1.297 0-2.141 0.594-3.047 1.437-0.109 0.094-0.219 0.156-0.359 0.156-0.266 0-0.5-0.234-0.5-0.5 0-0.047 0-0.078 0.016-0.109 1.437-5.906 7.141-9.25 12.984-9.25 5.812 0 11.578 3.344 12.984 9.25 0.016 0.031 0.016 0.063 0.016 0.109zM14 2v1.531c-0.328-0.016-0.672-0.031-1-0.031s-0.672 0.016-1 0.031v-1.531c0-0.547 0.453-1 1-1s1 0.453 1 1z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"406\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b01a6\" wfd-id=\"407\"><h4 data-css=\"tve-u-1624935a201\" style=\"text-align: left;\">Wax protection</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"405\"><p data-css=\"tve-u-162492e70ad\">Etiam pharetra, erat sed fermentum feugiat, velit mauris</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16249367114\" wfd-id=\"373\"><div class=\"tcb-flex-row tcb-medium-no-wrap tcb--cols--3 v-2\" data-css=\"tve-u-16229ffbb7b\" wfd-id=\"374\"><div class=\"tcb-flex-col\" wfd-id=\"391\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229fa6a26\" wfd-id=\"393\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b33f9\" wfd-id=\"399\"><svg class=\"tcb-icon\" viewBox=\"0 0 26 28\" data-name=\"magic\">\n<path d=\"M18.594 9.078l4.578-4.578-1.672-1.672-4.578 4.578zM25.578 4.5c0 0.266-0.094 0.516-0.281 0.703l-20.094 20.094c-0.187 0.187-0.438 0.281-0.703 0.281s-0.516-0.094-0.703-0.281l-3.094-3.094c-0.187-0.187-0.281-0.438-0.281-0.703s0.094-0.516 0.281-0.703l20.094-20.094c0.187-0.187 0.438-0.281 0.703-0.281s0.516 0.094 0.703 0.281l3.094 3.094c0.187 0.187 0.281 0.438 0.281 0.703zM4.469 1.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531zM9.938 4.062l3.063 0.938-3.063 0.938-0.938 3.063-0.938-3.063-3.063-0.938 3.063-0.938 0.938-3.063zM24.469 11.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531zM14.469 1.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"397\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b0a67\" wfd-id=\"398\"><h4 data-css=\"tve-u-16248fc42a1\" style=\"text-align: left;\">Dust &amp; Dash Console</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"394\"><p data-css=\"tve-u-162492e70ad\">Duis sed odio sit amet nibh vulputate cursus a sit amet mauris.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"384\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1622f65ba70\" wfd-id=\"386\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b60b4\" wfd-id=\"390\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"certificate\">\n<path d=\"M21.5 14l2.156 2.109c0.297 0.281 0.406 0.703 0.313 1.094-0.109 0.391-0.422 0.703-0.812 0.797l-2.938 0.75 0.828 2.906c0.109 0.391 0 0.812-0.297 1.094-0.281 0.297-0.703 0.406-1.094 0.297l-2.906-0.828-0.75 2.938c-0.094 0.391-0.406 0.703-0.797 0.812-0.094 0.016-0.203 0.031-0.297 0.031-0.297 0-0.594-0.125-0.797-0.344l-2.109-2.156-2.109 2.156c-0.281 0.297-0.703 0.406-1.094 0.313-0.406-0.109-0.703-0.422-0.797-0.812l-0.75-2.938-2.906 0.828c-0.391 0.109-0.812 0-1.094-0.297-0.297-0.281-0.406-0.703-0.297-1.094l0.828-2.906-2.938-0.75c-0.391-0.094-0.703-0.406-0.812-0.797-0.094-0.391 0.016-0.812 0.313-1.094l2.156-2.109-2.156-2.109c-0.297-0.281-0.406-0.703-0.313-1.094 0.109-0.391 0.422-0.703 0.812-0.797l2.938-0.75-0.828-2.906c-0.109-0.391 0-0.812 0.297-1.094 0.281-0.297 0.703-0.406 1.094-0.297l2.906 0.828 0.75-2.938c0.094-0.391 0.406-0.703 0.797-0.797 0.391-0.109 0.812 0 1.094 0.297l2.109 2.172 2.109-2.172c0.281-0.297 0.688-0.406 1.094-0.297 0.391 0.094 0.703 0.406 0.797 0.797l0.75 2.938 2.906-0.828c0.391-0.109 0.812 0 1.094 0.297 0.297 0.281 0.406 0.703 0.297 1.094l-0.828 2.906 2.938 0.75c0.391 0.094 0.703 0.406 0.812 0.797 0.094 0.391-0.016 0.812-0.313 1.094z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"388\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b12d8\" wfd-id=\"389\"><h4 data-css=\"tve-u-1625389a3d5\" style=\"text-align: left;\">Triple Foam Polish</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"387\"><p data-css=\"tve-u-162492e70ad\">Class aptent taciti sociosqu ad litora torquent</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"375\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229fa8c68\" wfd-id=\"377\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-16271adf6cf\" wfd-id=\"383\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"bullseye\">\n<path d=\"M16 14c0 2.203-1.797 4-4 4s-4-1.797-4-4 1.797-4 4-4 4 1.797 4 4zM18 14c0-3.313-2.688-6-6-6s-6 2.688-6 6 2.688 6 6 6 6-2.688 6-6zM20 14c0 4.422-3.578 8-8 8s-8-3.578-8-8 3.578-8 8-8 8 3.578 8 8zM22 14c0-5.516-4.484-10-10-10s-10 4.484-10 10 4.484 10 10 10 10-4.484 10-10zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"381\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-16248fc71c8\" wfd-id=\"382\"><h4 data-css=\"tve-u-1625389b4ed\" style=\"text-align: left;\">Tire dressing</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"378\"><p data-css=\"tve-u-162492e70ad\">Etiam pharetra, erat sed fermentum feugiat, velit mauris</p></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621ad46076\" wfd-id=\"337\">\n<div class=\"tve-page-section-out\" wfd-id=\"368\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621b072b4e\" wfd-id=\"338\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621a8b2488\" wfd-id=\"339\"><div class=\"tcb-flex-row tcb--cols--2 v-2\" data-css=\"tve-u-1621a8a804b\" wfd-id=\"340\"><div class=\"tcb-flex-col\" wfd-id=\"350\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16271bfe70c\" wfd-id=\"352\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h3\" data-css=\"tve-u-1621a8c4313\" wfd-id=\"367\"><h3><strong>Complete cleaning services for yoâ€‹ur car</strong></h3></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-16417b70f47\" wfd-id=\"353\"><ul class=\"tcb-styled-list\" wfd-id=\"354\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621acf0289\" wfd-id=\"363\"><div class=\"tcb-styled-list-icon\" wfd-id=\"365\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a8e11f3\" wfd-id=\"366\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ace1b08\" wfd-id=\"364\">We are a small business delivering professional cleaning services for all vehicles</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621acf64fb\" wfd-id=\"359\"><div class=\"tcb-styled-list-icon\" wfd-id=\"361\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a8e5625\" wfd-id=\"362\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ace4de9\" wfd-id=\"360\">Our services are convenient for individuals and corporate fleets</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"355\"><div class=\"tcb-styled-list-icon\" wfd-id=\"357\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a9076ef\" wfd-id=\"358\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621acf47d2\" wfd-id=\"356\">We use eco-friendly products that actually clean, protect and maintain your car better than the traditional cleaning substances</span></li></ul></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"341\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621a90a46f\" wfd-id=\"343\"><div class=\"thrv_wrapper thrv-fill-counter tve_red tve_normalfc thrv_data_element\" data-css=\"tve-u-1621a983587\" wfd-id=\"344\">\n<div class=\"tve_fill_counter_n\" style=\"\" data-fill=\"100\" data-css=\"tve-u-1621a98b602\" wfd-id=\"345\">\n<svg viewBox=\"0 0 160 160\" class=\"tve_fill_counter_circle\" shape-rendering=\"optimizeSpeed\" data-css=\"tve-u-1621a9a2862\">\n<circle class=\"tve_fill_counter_circle_inner\" r=\"80\" cx=\"80\" cy=\"80\" data-css=\"tve-u-1621a9685d4\"></circle>\n</svg>\n<div class=\"tve_fill_text_in\" data-css=\"tve-u-1621a96b190\" wfd-id=\"346\">\n<div class=\"tve_fill_text_value\" data-css=\"tve-u-1621a9a2866\" wfd-id=\"348\">\n<div class=\"thrv-inline-text tve_fill_text tve_editable\" data-css=\"tve-u-1621a9a2867\" wfd-id=\"349\"><strong>100%â€‹</strong></div>\n</div>\n<div class=\"thrv-inline-text tve_editable tve_data_element_label\" data-css=\"tve-u-1621a9750ae\" wfd-id=\"347\">Clean car</div>\n</div>\n</div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621ada1e7f\" data-value-type=\"percent\" wfd-id=\"299\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621adba9ef\" data-clip-id=\"52d5a36c151aa\" wfd-id=\"336\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-52d5a36c151aa\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0875\"></polygon></clipPath><clipPath id=\"clip-tablet-top-52d5a36c151aa\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0524\"></polygon></clipPath><clipPath id=\"clip-mobile-top-52d5a36c151aa\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0349\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621ad420c4\" wfd-id=\"300\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621ade6172\" wfd-id=\"301\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2 tcb-row-reversed-mobile tcb-mobile-edit v-2\" data-css=\"tve-u-1621adea58b\" wfd-id=\"302\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621b064646\" style=\"\" wfd-id=\"330\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ae0bec7\" wfd-id=\"332\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ae4fd21\" data-value-type=\"percent\" data-float=\"1\" wfd-id=\"333\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621ae6c8da\" data-clip-id=\"aa2c3e3c70555\" wfd-id=\"335\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0349\"></polygon></clipPath><clipPath id=\"clip-tablet-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"4\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0699\"></polygon></clipPath><clipPath id=\"clip-mobile-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"4\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0699\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb\" data-css=\"tve-u-1621ae4db6e\" wfd-id=\"334\"></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621b064668\" style=\"\" wfd-id=\"303\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621f45bed3\" wfd-id=\"305\"><div class=\"tcb-clear\" data-css=\"tve-u-16224848ee5\" wfd-id=\"328\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621afceb00\" wfd-id=\"329\"><h2 data-css=\"tve-u-1621afcc0bf\">Check Out Our Special Offer!</h2></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621afda4fa\" wfd-id=\"325\"><p data-css=\"tve-u-1621afd8c98\">Donâ€™t miss the opportunity to get 50% discount on a complete cleaning just by recommending us to a friend. Bring someone you know with you and clean you car half price!</p></div><div class=\"tcb-clear\" data-css=\"tve-u-16224834cab\" wfd-id=\"306\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621fe85996\" wfd-id=\"307\"><div class=\"tcb-flex-row tcb--cols--2 tcb-resized tcb-medium-wrap tcb-desktop-wrap\" data-css=\"tve-u-1621fe78878\" wfd-id=\"308\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621fe94086\" style=\"\" wfd-id=\"316\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"318\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621b01355a\" wfd-id=\"319\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621b08fdde\" data-tcb_hover_state_parent=\"1\" wfd-id=\"324\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16223f02c16\" wfd-id=\"320\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-1620af7eb3f\" data-tcb_hover_state_parent=\"\" data-button-style=\"full_rounded\" wfd-id=\"321\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"322\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-16228c75500\" wfd-id=\"323\"><strong>Request an appointment</strong></span></span>\n</a>\n</div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621fe940b9\" style=\"\" wfd-id=\"309\"><div class=\"tcb-col\" wfd-id=\"311\"><div class=\"tcb-clear\" data-css=\"tve-u-16224716d62\" wfd-id=\"312\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-1621b028939\" data-tcb_hover_state_parent=\"\" data-button-style=\"ghost\" wfd-id=\"313\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"314\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-16228c764b2\" wfd-id=\"315\"><strong>Call Now: 0400-700-682</strong></span></span>\n</a>\n</div></div></div></div></div></div></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16260ba2fa4\" wfd-id=\"202\">\n<div class=\"tve-page-section-out\" wfd-id=\"298\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16260be7104\" wfd-id=\"203\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621b0e4fb7\" wfd-id=\"297\"><h2 data-css=\"tve-u-1621b10fccf\" style=\"text-align: center;\">our happy clients</h2></div><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641367127b\" data-float=\"1\" wfd-id=\"296\"><svg class=\"tcb-icon\" viewBox=\"0 0 30 32\" data-name=\"quote-left\">\n<path d=\"M13.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429zM29.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641367e553\" wfd-id=\"295\"><svg class=\"tcb-icon\" viewBox=\"0 0 30 32\" data-name=\"quote-left\">\n<path d=\"M13.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429zM29.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a10d3b4\" wfd-id=\"264\">\n<div class=\"tve-content-box-background\" wfd-id=\"294\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"265\"><div class=\"tcb-clear\" data-css=\"tve-u-1621b300a64\" wfd-id=\"292\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-1621f154231\" wfd-id=\"293\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621b200375\" wfd-id=\"268\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-16260d8392c\" wfd-id=\"269\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"276\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"278\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16417b62c09\" wfd-id=\"279\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-16260d8396c\" wfd-id=\"280\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16260d01208\" style=\"\" wfd-id=\"286\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"288\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"289\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16225617da3\" wfd-id=\"291\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"290\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16260d0120e\" style=\"\" wfd-id=\"281\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"283\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"285\"><h5>Brett Graham, 28</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"284\"><h6 class=\"\">Architect</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"270\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"272\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"273\"><p data-css=\"tve-u-162539c17ec\">Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit. Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit.&nbsp;</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-16260c5ff0c\" wfd-id=\"266\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260c5ff07\" wfd-id=\"267\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a12f675\" wfd-id=\"235\">\n<div class=\"tve-content-box-background\" wfd-id=\"263\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"236\"><div class=\"tcb-clear\" data-css=\"tve-u-16260cd7683\" wfd-id=\"261\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260d73672\" wfd-id=\"262\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16260da3aa7\" wfd-id=\"239\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-1621fb68b97\" wfd-id=\"240\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"245\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"247\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16417b662bf\" wfd-id=\"248\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-1621fb65556\" wfd-id=\"249\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16229915e1a\" style=\"\" wfd-id=\"255\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"257\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"258\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16260c433e9\" wfd-id=\"260\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"259\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16229915e4e\" style=\"\" wfd-id=\"250\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"252\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"254\"><h5>Rosie Hanson, 24</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"253\"><h6 class=\"\">Real estate Associate</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"241\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"243\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"244\"><p data-css=\"tve-u-162539c17ec\">Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo.</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-16260d3b97e\" wfd-id=\"237\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260d39b83\" wfd-id=\"238\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a146aef\" wfd-id=\"204\">\n<div class=\"tve-content-box-background\" wfd-id=\"234\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"205\"><div class=\"tcb-clear\" data-css=\"tve-u-16260cd7683\" wfd-id=\"232\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260cd622f\" wfd-id=\"233\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16260c39a7e\" wfd-id=\"208\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-16260d3f4aa\" wfd-id=\"209\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"216\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"218\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621fbacc60\" wfd-id=\"219\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-16260d3f4af\" wfd-id=\"220\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16229915e1a\" style=\"\" wfd-id=\"226\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"228\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"229\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16260d5e4b8\" wfd-id=\"231\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"230\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16229915e4e\" style=\"\" wfd-id=\"221\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"223\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"225\"><h5>Shawn Mattews, 35</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"224\"><h6 class=\"\">project manager</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"210\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"212\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"213\"><p data-css=\"tve-u-162539c17ec\">Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo. Nullam ac urna eu felis.Sed non neque elit. Sed ut imperdiet nisi. Proin condimentum</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1621b30ca74\" wfd-id=\"206\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-1621f15b521\" wfd-id=\"207\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621b3c8c52\" wfd-id=\"96\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621b3cfc7b\" wfd-id=\"201\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621b3c74d9\" wfd-id=\"97\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621e7b695a\" wfd-id=\"200\"><h2 data-css=\"tve-u-1621e7a7350\" style=\"text-align: center;\">our offers</h2></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621e7c899a\" wfd-id=\"98\"><div class=\"tcb-flex-row tcb--cols--3 tcb-medium-wrap v-2\" data-css=\"tve-u-1621e7c7aa1\" wfd-id=\"99\"><div class=\"tcb-flex-col\" wfd-id=\"164\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16223fc9f23\" wfd-id=\"166\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e7ceab3\" style=\"\" wfd-id=\"167\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16416e4fafd\" wfd-id=\"199\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e7d5094\" wfd-id=\"168\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e7e9950\" data-value-type=\"percent\" style=\"\" wfd-id=\"195\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e7edfd9\" data-clip-id=\"10ffac3b28f1d\" wfd-id=\"198\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-10ffac3b28f1d\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-10ffac3b28f1d\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e7e6c1d\" wfd-id=\"196\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-16417b4cb9e\" wfd-id=\"197\"><h4 data-css=\"tve-u-1621fe1a1af\" style=\"text-align: center;\"><strong>Basic Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ec6c39b\" data-float=\"1\" wfd-id=\"191\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e81f424\" wfd-id=\"194\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec752da\" wfd-id=\"192\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"193\"><h4 data-css=\"tve-u-1621fe1bd18\" style=\"text-align: center;\"><strong>15$</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621ea50702\" wfd-id=\"169\"><ul class=\"tcb-styled-list\" wfd-id=\"170\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec3a5c0\" wfd-id=\"187\"><div class=\"tcb-styled-list-icon\" wfd-id=\"189\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec204df\" wfd-id=\"190\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec241aa\" wfd-id=\"188\">Interior vacuum</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"183\"><div class=\"tcb-styled-list-icon\" wfd-id=\"185\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec20f68\" wfd-id=\"186\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec2704c\" wfd-id=\"184\">Dust &amp;dash console</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec42aa7\" wfd-id=\"179\"><div class=\"tcb-styled-list-icon\" wfd-id=\"181\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec21a31\" wfd-id=\"182\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec298ab\" wfd-id=\"180\">Hand towel dry</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec43fe2\" wfd-id=\"175\"><div class=\"tcb-styled-list-icon\" wfd-id=\"177\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ea1fba7\" wfd-id=\"178\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea23322\" wfd-id=\"176\">Clean windows</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec454d9\" wfd-id=\"171\"><div class=\"tcb-styled-list-icon\" wfd-id=\"173\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ea295c0\" wfd-id=\"174\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea2c69a\" wfd-id=\"172\">Soft cloth wash</span></li></ul></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"131\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"133\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621eb81205\" style=\"\" wfd-id=\"134\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16416e603ab\" wfd-id=\"163\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621eb7ccb0\" wfd-id=\"135\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ebbbb6d\" data-value-type=\"percent\" wfd-id=\"159\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eaaedd8\" data-clip-id=\"a2b9cf3198d6f\" wfd-id=\"162\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-a2b9cf3198d6f\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-a2b9cf3198d6f\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec7f21a\" wfd-id=\"160\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e930bd7\" wfd-id=\"161\"><h4 data-css=\"tve-u-1621e92e97f\" style=\"text-align: center;\"><strong>Ultimate Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ec78d2c\" data-float=\"1\" wfd-id=\"155\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eab272c\" wfd-id=\"158\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec79a7d\" wfd-id=\"156\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"157\"><h4 data-css=\"tve-u-1621e942b65\" style=\"text-align: center;\"><strong>22 $</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621ebfa746\" wfd-id=\"152\"><p data-css=\"tve-u-1621f4ceaf6\" style=\"text-align: center;\">Includes basic service <span data-css=\"tve-u-1621f4ceaf7\" style=\"color: rgb(15, 29, 123);\" wfd-id=\"153\"><strong class=\"\"><span data-css=\"tve-u-1621f4ceafb\" wfd-id=\"154\">+</span></strong></span></p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621ebf340c\" wfd-id=\"136\"><ul class=\"tcb-styled-list\" wfd-id=\"137\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-164137a0b1f\" wfd-id=\"146\"><div class=\"tcb-styled-list-icon\" wfd-id=\"150\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec0c5bd\" wfd-id=\"151\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ebfe4ce\" wfd-id=\"147\">Triple foam conditiner</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec04541\" wfd-id=\"142\"><div class=\"tcb-styled-list-icon\" wfd-id=\"144\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec09a3c\" wfd-id=\"145\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ebff867\" wfd-id=\"143\">Tire dressing</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec05cc3\" wfd-id=\"138\"><div class=\"tcb-styled-list-icon\" wfd-id=\"140\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec15f6e\" wfd-id=\"141\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec009a8\" wfd-id=\"139\">Air freshner</span></li></ul></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"100\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16223dad661\" wfd-id=\"102\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621fd9c946\" style=\"\" wfd-id=\"103\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e7d234c\" wfd-id=\"130\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621fd84d7b\" wfd-id=\"104\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16223b080b0\" data-value-type=\"percent\" wfd-id=\"126\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eb3eb9f\" data-clip-id=\"ac98bb0e54b3b\" wfd-id=\"129\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621fd8766c\" wfd-id=\"127\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e930bd7\" wfd-id=\"128\"><h4 data-css=\"tve-u-1621fe1587d\" style=\"text-align: center;\"><strong>Supreme Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e8107f3\" wfd-id=\"122\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eb43d8d\" wfd-id=\"125\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e819c52\" wfd-id=\"123\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"124\"><h4 data-css=\"tve-u-1621fe1725e\" style=\"text-align: center;\"><strong>30 $</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621eb037bb\" wfd-id=\"119\"><p data-css=\"tve-u-1621f4d0451\" style=\"text-align: center;\">Includes ultimate service <span data-css=\"tve-u-1621eaff572\" style=\"color: rgb(15, 29, 123);\" wfd-id=\"120\"><strong class=\"\"><span data-css=\"tve-u-1621eb01b60\" wfd-id=\"121\">+</span></strong></span></p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621eacf6af\" wfd-id=\"105\"><ul class=\"tcb-styled-list\" wfd-id=\"106\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec36a4d\" wfd-id=\"115\"><div class=\"tcb-styled-list-icon\" wfd-id=\"117\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e9993aa\" wfd-id=\"118\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea1a5d7\" wfd-id=\"116\">Exterior trim dressing</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"111\"><div class=\"tcb-styled-list-icon\" wfd-id=\"113\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e99b1db\" wfd-id=\"114\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea19a06\" wfd-id=\"112\">Hand applied spray wax</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec37ea5\" wfd-id=\"107\"><div class=\"tcb-styled-list-icon\" wfd-id=\"109\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e99c314\" wfd-id=\"110\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea18c5d\" wfd-id=\"108\">Interior conditioner</span></li></ul></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621efddaaf\" wfd-id=\"54\">\n<div class=\"tve-page-section-out\" wfd-id=\"95\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621edf8048\" wfd-id=\"55\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621f114214\" wfd-id=\"56\"><div class=\"tcb-flex-row tcb-mobile-edit tcb--cols--2\" data-css=\"tve-u-1621ee03000\" wfd-id=\"57\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621ee4be21\" style=\"\" wfd-id=\"63\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ee093d4\" wfd-id=\"65\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ee3afec\" wfd-id=\"66\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621ee58e74\" wfd-id=\"94\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ee37f4a\" wfd-id=\"67\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1621ee74a24\" wfd-id=\"93\"><svg class=\"tcb-icon\" viewBox=\"0 0 16 28\" data-name=\"map-marker\">\n<path d=\"M12 10c0-2.203-1.797-4-4-4s-4 1.797-4 4 1.797 4 4 4 4-1.797 4-4zM16 10c0 0.953-0.109 1.937-0.516 2.797l-5.688 12.094c-0.328 0.688-1.047 1.109-1.797 1.109s-1.469-0.422-1.781-1.109l-5.703-12.094c-0.406-0.859-0.516-1.844-0.516-2.797 0-4.422 3.578-8 8-8s8 3.578 8 8z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621ee63e1c\" wfd-id=\"92\"><h2 data-css=\"tve-u-1621fdcb4ea\" style=\"text-align: center;\">contact us</h2></div><div class=\"thrv_wrapper thrv-contact-form\" data-ct=\"contact_form-22343\" style=\"\" data-css=\"tve-u-16465071dea\" data-ct-name=\"Rounded Shadow\" wfd-id=\"70\">\n<form action=\"\" method=\"post\" novalidate=\"\" sourceindex=\"0\" wfd-id=\"71\">\n<div class=\"tve-cf-item-wrapper\" wfd-id=\"75\">\n<div class=\"tve-cf-item\" data-css=\"tve-u-1695dd04208\" wfd-id=\"88\">\n<div class=\"thrv-cf-input-wrapper\" data-type=\"first_name\" wfd-id=\"89\">\n<label data-css=\"tve-u-1695d9d6525\" class=\"\" wfd-id=\"91\">First Name</label>\n<div class=\"tve-cf-input\" data-css=\"tve-u-1695d9d6526\" data-tcb_hover_state_parent=\"\" wfd-id=\"90\">\n<input placeholder=\"\" type=\"text\" name=\"first_name\" data-placeholder=\"\" sourceindex=\"1\" wfd-id=\"502\">\n</div>\n</div>\n</div>\n<div class=\"tve-cf-item\" data-css=\"tve-u-1695dd04208\" wfd-id=\"84\">\n<div class=\"thrv-cf-input-wrapper\" data-type=\"email\" wfd-id=\"85\">\n<label data-css=\"tve-u-1695d9d6527\" class=\"\" wfd-id=\"87\">Email Address</label>\n<div class=\"tve-cf-input\" data-css=\"tve-u-1695d9d6528\" data-tcb_hover_state_parent=\"\" wfd-id=\"86\">\n<input placeholder=\"\" type=\"email\" name=\"email\" data-placeholder=\"\" sourceindex=\"2\" wfd-id=\"501\">\n</div>\n</div>\n</div>\n<div class=\"tve-cf-item\" data-css=\"tve-u-1695dd484d7\" wfd-id=\"80\">\n<div class=\"thrv-cf-input-wrapper\" data-type=\"message\" wfd-id=\"81\">\n<label data-css=\"tve-u-1695d9d6529\" class=\"\" wfd-id=\"83\">Message</label>\n<div class=\"tve-cf-input\" data-css=\"tve-u-1695d9d652a\" data-tcb_hover_state_parent=\"\" wfd-id=\"82\">\n<textarea placeholder=\"\" data-placeholder=\"\" name=\"message\" sourceindex=\"3\" wfd-id=\"504\"></textarea>\n</div>\n</div>\n</div>\n<div class=\"tve-cf-item\" data-css=\"tve-u-1695dd04208\" wfd-id=\"76\">\n	<div class=\"thrv-cf-input-wrapper\" data-type=\"phone\" wfd-id=\"77\">\n		<label data-css=\"tve-u-1695d9d6525\" class=\"\" wfd-id=\"79\">Phone Number</label>\n		<div class=\"tve-cf-input\" data-css=\"tve-u-1695d9d6526\" wfd-id=\"78\">\n			<input placeholder=\"+1-555-555-2368\" type=\"tel\" name=\"phone\" data-placeholder=\"+1-555-555-2368\" sourceindex=\"4\" wfd-id=\"500\">\n		</div>\n	</div>\n</div></div>\n<div class=\"tve-cf-submit\" data-tcb_hover_state_parent=\"\" data-button-style=\"rounded\" data-css=\"tve-u-1695dd27f6a\" wfd-id=\"72\">\n<button class=\"tve_btn_txt\" type=\"submit\" sourceindex=\"5\" wfd-id=\"517\">Submit Message</button>\n</div>\n<input type=\"hidden\" name=\"config\" value=\"YTozOntzOjE0OiJlcnJvcl9tZXNzYWdlcyI7YTo0OntzOjU6ImVtYWlsIjtzOjIxOiJFbWFpbCBhZGRyZXNzIGludmFsaWQiO3M6NToicGhvbmUiO3M6MjA6IlBob25lIG51bWJlciBpbnZhbGlkIjtzOjM6InVybCI7czoxMToiVVJMIGludmFsaWQiO3M6ODoicmVxdWlyZWQiO3M6MjA6IlJlcXVpcmVkIGZpZWxkIGVtcHR5Ijt9czo4OiJ0b19lbWFpbCI7YToyOntzOjI6InRvIjtzOjI4OiJpbmZvQGJlc3RjZXJha290ZWZsb3JpZGEuY29tIjtzOjc6InN1YmplY3QiO3M6MTg6Ik5ldyBtZXNzYWdlIGZyb206ICI7fXM6Njoic3VibWl0IjthOjEwOntzOjY6ImFjdGlvbiI7czoxMjoibm90aWZpY2F0aW9uIjtzOjIzOiJzZW5kX2NvbmZpcm1hdGlvbl9lbWFpbCI7YjoxO3M6MTk6InNlbmRlcl9wZXJzb25hbGl6ZWQiO2I6MDtzOjIwOiJjb25maXJtYXRpb25fc3ViamVjdCI7czozNjoiQ29udGFjdCBGb3JtIHN1Ym1pc3Npb24gY29uZmlybWF0aW9uIjtzOjIwOiJjb25maXJtYXRpb25fbWVzc2FnZSI7czoxMzk6IkhlbGxvLCAKClRoYW5rcyBmb3IgY29udGFjdGluZyB1cy4gV2UnbGwgZ2V0IGJhY2sgdG8geW91IGFzIHNvb24gYXMgcG9zc2libGUgd2l0aCB0aGUgaW5mb3JtYXRpb24geW91IG5lZWQuIAoKQmVzdCByZWdhcmRzLApbd3Bfc2l0ZV90aXRsZV0iO3M6OToiZnJvbV9uYW1lIjtzOjI4OiJUaGUgQmVzdCBDZXJha290ZSBJbiBGbG9yaWRhIjtzOjEwOiJmcm9tX2VtYWlsIjtzOjI5OiJhZG1pbkBiZXN0Y2VyYWtvdGVmbG9yaWRhLmNvbSI7czo4OiJyZXBseV90byI7czoyOToiYWRtaW5AYmVzdGNlcmFrb3RlZmxvcmlkYS5jb20iO3M6MzoidXJsIjtzOjA6IiI7czoxMjoibm90aWZpY2F0aW9uIjtzOjgxOiJZb3VyIG1lc3NhZ2UgaGFzIGJlZW4gc2VudCwgdGhhbmsgeW91ISBZb3UnbGwgaGVhciBmcm9tIHVzIHdpdGhpbiB0aGUgbmV4dCAyNCBocnMiO319\" wfd-id=\"499\"></form>\n</div><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_slide_left\" data-css=\"tve-u-1621ef118dc\" style=\"\" wfd-id=\"68\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"69\"><img class=\"tve_image tve_evt_manager_listen tve_et_tve-viewport wp-image-600\" alt=\"\" width=\"2148\" height=\"1968\" title=\"CertifiedLogo_transparent\" data-id=\"600\" src=\"https://bestcerakoteflorida.com/wp-content/uploads/2019/03/CertifiedLogo_transparent-e1552073635916.png\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_left&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" style=\"width: 100%;\"></span></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621ee4be73\" style=\"\" wfd-id=\"58\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ee22c43\" wfd-id=\"60\"><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-1695d995f33\" wfd-id=\"62\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=825 South Kings Highway, Fort Pierce&amp;t=m&amp;z=11&amp;output=embed&amp;iwloc=near\"></iframe>\n</div><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-1621ee18a1c\" wfd-id=\"61\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=davie, Florida 33317&amp;t=m&amp;z=11&amp;output=embed&amp;iwloc=near\"></iframe>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-custom-menu-inside\" data-css=\"tve-u-1621f0aa8f7\" style=\"z-index: 8;\" wfd-id=\"28\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621f0ada0e\" wfd-id=\"53\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621f0b0088\" style=\"z-index: 8;\" wfd-id=\"29\"><div class=\"thrv_wrapper thrv-columns tve-custom-menu-inside\" data-css=\"tve-u-1621f0d2c1a\" wfd-id=\"30\"><div class=\"tcb-flex-row tcb--cols--3 tcb-resized\" data-css=\"tve-u-1621f0cbe40\" wfd-id=\"31\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1695e826914\" style=\"\" wfd-id=\"47\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"49\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621f0da775\" wfd-id=\"50\"><p data-css=\"tve-u-1622444fb11\" style=\"text-align: center;\">Â© 2018, BLACKHAWK CUSTOM, LLC . All rights reserved.</p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1695e826ae0\" style=\"z-index: 8;\" wfd-id=\"38\"><div class=\"tcb-col\" style=\"z-index: 8;\" wfd-id=\"40\"><div class=\"thrv_wrapper thrv_widget_menu tve-custom-menu-upgrade tve-menu-style-none tve-dropdown-icon-style_2 tve-mobile-dropdown\" data-tve-style=\"tve_horizontal\" data-tve-switch-icon=\"tablet,mobile\" data-css=\"tve-u-1695e821f4c\" tcb-template-name=\"Simple Underline Light\" tcb-template-id=\"28130\" data-ct=\"menu-28130\" style=\"\" wfd-id=\"41\">	<div class=\"thrive-shortcode-config\" style=\"display: none !important\" wfd-id=\"46\">__CONFIG_widget_menu__{\"menu_id\":\"custom\",\"color\":\"tve_red\",\"dir\":\"tve_horizontal\",\"font_class\":\"\",\"font_size\":\"\",\"ul_attr\":\"\",\"link_attr\":\"\",\"top_link_attr\":\"\",\"trigger_attr\":\"\",\"primary\":\"\",\"head_css\":\"\",\"background_hover\":\"\",\"main_hover\":\"\",\"child_hover\":\"\",\"group_edit\":[{\"css_id\":null,\"class\":\"\"},{\"css_id\":null,\"class\":\"\"},{\"css_id\":null,\"class\":\"\"},{\"css_id\":null,\"class\":\"\"}],\"menu_style\":\"none\",\"dropdown_icon\":\"style_2\",\"mobile_side\":\"dropdown\",\"mobile_icon\":\"\",\"switch_to_icon\":\"tablet,mobile\",\"template\":\"28130\",\"template_name\":\"Simple Underline Light\"}__CONFIG_widget_menu__</div>\n<div class=\"thrive-shortcode-html tve-menu-custom-type thrive-shortcode-html-editable tve-custom-menu-type tve_clearfix\" style=\"z-index: 8;\" wfd-id=\"42\">\n<a class=\"tve-m-trigger t_tve_horizontal tve_red\" href=\"javascript:void(0)\"><div class=\"thrv_wrapper thrv_icon tcb-icon-open tve-trigger-active\" data-not-changeable=\"true\" data-selector=\"[data-css=&quot;tve-u-1695e821f4c&quot;] .tcb-icon-open\" wfd-id=\"45\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 24\" data-name=\"align-justify\"><g><g><path class=\"st0\" d=\"M23,13H1c-0.6,0-1-0.4-1-1s0.4-1,1-1h22c0.6,0,1,0.4,1,1S23.6,13,23,13z\"></path></g><g><path class=\"st0\" d=\"M23,6.7H1c-0.6,0-1-0.4-1-1s0.4-1,1-1h22c0.6,0,1,0.4,1,1S23.6,6.7,23,6.7z\"></path></g><g><path class=\"st0\" d=\"M23,19.3H1c-0.6,0-1-0.4-1-1s0.4-1,1-1h22c0.6,0,1,0.4,1,1S23.6,19.3,23,19.3z\"></path></g></g></svg></div><div class=\"thrv_wrapper thrv_icon tcb-icon-close\" data-not-changeable=\"true\" data-selector=\"[data-css=&quot;tve-u-1695e821f4c&quot;] .tcb-icon-close\" wfd-id=\"44\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 24\" data-name=\"close\"><path class=\"st0\" d=\"M13.4,12l7.1-7.1c0.4-0.4,0.4-1,0-1.4s-1-0.4-1.4,0L12,10.6L4.9,3.5c-0.4-0.4-1-0.4-1.4,0s-0.4,1,0,1.4l7.1,7.1 l-7.1,7.1c-0.4,0.4-0.4,1,0,1.4c0.4,0.4,1,0.4,1.4,0l7.1-7.1l7.1,7.1c0.4,0.4,1,0.4,1.4,0c0.4-0.4,0.4-1,0-1.4L13.4,12z\"></path></svg></div></a><ul id=\"menu-main-menu\" class=\"tve_w_menu tve_horizontal tve-m-collapsed\" style=\"z-index: 6;\" wfd-id=\"43\"><li id=\"tcb_custom_menu_5402f616\" class=\"menu-item menu-item-type-post_type menu-item-object-page thrv_wrapper thrv-menu-item-element thrv-custom-menu-item\" data-selector=\"[data-css=&quot;tve-u-1695e821f4c&quot;] #tcb_custom_menu_5402f616\" data-tcb_hover_state_parent=\"\"><a href=\"https://bestcerakoteflorida.com/privacy/\"><span class=\"tve-disabled-text-inner\">Privacy</span><span class=\"tve-disabled-text-inner tve-item-dropdown-trigger\"></span></a></li><li id=\"tcb_custom_menu_13475a66\" class=\"menu-item menu-item-type-post_type menu-item-object-page thrv_wrapper thrv-menu-item-element thrv-custom-menu-item\" data-selector=\"[data-css=&quot;tve-u-1695e821f4c&quot;] #tcb_custom_menu_13475a66\" data-tcb_hover_state_parent=\"\"><a href=\"https://bestcerakoteflorida.com/privacy-policy/\"><span class=\"tve-disabled-text-inner\">TERMS</span><span class=\"tve-disabled-text-inner tve-item-dropdown-trigger\"></span></a></li><li id=\"tcb_custom_menu_a19cc162\" class=\"menu-item menu-item-type-post_type menu-item-object-page thrv_wrapper thrv-menu-item-element thrv-custom-menu-item\" data-selector=\"[data-css=&quot;tve-u-1695e821f4c&quot;] #tcb_custom_menu_a19cc162\" data-tcb_hover_state_parent=\"\"><a href=\"\"><span class=\"tve-disabled-text-inner\">NAV#3</span><span class=\"tve-disabled-text-inner tve-item-dropdown-trigger\"></span></a></li><li id=\"tcb_custom_menu_hgZvKxml\" class=\"menu-item menu-item-type-post_type menu-item-object-page thrv_wrapper thrv-menu-item-element thrv-custom-menu-item active-expand-children\" data-selector=\"[data-css=&quot;tve-u-1695e821f4c&quot;] #tcb_custom_menu_hgZvKxml\" data-tcb_hover_state_parent=\"\"><a href=\"\"><span class=\"tve-disabled-text-inner\">NAV#5</span><span class=\"tve-disabled-text-inner tve-item-dropdown-trigger\"></span></a></li></ul></div>	</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1695e826b67\" wfd-id=\"32\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"34\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16223fe5f5b\" wfd-id=\"35\"><p data-css=\"tve-u-1621f0d874c\" style=\"text-align: center;\">Made with <a data-css=\"tve-u-1695e7e070d\" href=\"https://thrivethemes.com/\" target=\"_blank\">Thrive Architect</a></p></div></div></div></div></div></div>\n</div>\n\n'),(6756,564,'tve_revision_tve_landing_page','tcb2-thrivebiz-car-wash'),(6757,564,'tve_revision_tve_landing_set',''),(6506,106,'tve_custom_css_tcb2-thrivebiz-car-wash','@import url(\"//fonts.googleapis.com/css?family=Merriweather:400,700&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Montserrat:600,400,500,700&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Special+Elite:400&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Poppins:400,800,900,300,700,&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Monda:400,700,&subset=latin\");@media (min-width: 300px){.tcb-plain-text { font-family: Monda; font-weight: 400; font-size: 14px; }#tve_editor [data-css=\"tve-u-1621b072b4e\"] p, #tve_editor [data-css=\"tve-u-1621b072b4e\"] li, #tve_editor [data-css=\"tve-u-1621b072b4e\"] blockquote, #tve_editor [data-css=\"tve-u-1621b072b4e\"] address, #tve_editor [data-css=\"tve-u-1621b072b4e\"] .tcb-plain-text, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h1, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h2, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h3, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h4, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h5, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h6 { color: rgb(18, 18, 18); }[data-css=\"tve-u-1621fe78878\"] .tcb-flex-col { flex-basis: 160px !important; }[data-css=\"tve-u-16417b70f47\"] { padding: 0px !important; margin: 0px !important; }#tve_editor [data-css=\"tve-u-1621fdcb4ea\"] { color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1641367127b\"] > :first-child { color: rgb(15, 29, 123); }[data-css=\"tve-u-1641367127b\"] { font-size: 60px; float: none; box-shadow: none; position: relative; z-index: 5; margin: 0px auto !important; }#tve_editor [data-css=\"tve-u-1641333d7d1\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-162717cb617\"] > .tcb-flex-col { padding-left: 0px; }#tve_editor [data-css=\"tve-u-16413112747\"] { letter-spacing: 3px; color: rgb(255, 255, 255) !important; font-size: 15px !important; text-transform: capitalize !important; font-family: Merriweather !important; font-weight: 400 !important; }[data-css=\"tve-u-16369305186\"] > .tve-cb { display: block; }#tve_editor [data-css=\"tve-u-162717cb609\"] p, #tve_editor [data-css=\"tve-u-162717cb609\"] li, #tve_editor [data-css=\"tve-u-162717cb609\"] blockquote, #tve_editor [data-css=\"tve-u-162717cb609\"] address, #tve_editor [data-css=\"tve-u-162717cb609\"] h1, #tve_editor [data-css=\"tve-u-162717cb609\"] h2, #tve_editor [data-css=\"tve-u-162717cb609\"] h3, #tve_editor [data-css=\"tve-u-162717cb609\"] h4, #tve_editor [data-css=\"tve-u-162717cb609\"] h5, #tve_editor [data-css=\"tve-u-162717cb609\"] h6 { color: rgb(255, 255, 255); }[data-css=\"tve-u-16369305186\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-162717cb621\"] .tve-page-section-in { display: flex; justify-content: center; flex-direction: column; }[data-css=\"tve-u-162717fcf9d\"] .tve-page-section-in { display: block; }[data-css=\"tve-u-1628a146aef\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1628a12f675\"] { padding: 0px !important; margin: 0px 0px 60px !important; }[data-css=\"tve-u-1628a10d3b4\"] { max-width: 100%; padding: 0px !important; margin: 0px 0px 60px !important; }#tve_editor [data-css=\"tve-u-162717cb618\"] p, #tve_editor [data-css=\"tve-u-162717cb618\"] li, #tve_editor [data-css=\"tve-u-162717cb618\"] blockquote, #tve_editor [data-css=\"tve-u-162717cb618\"] address, #tve_editor [data-css=\"tve-u-162717cb618\"] h1, #tve_editor [data-css=\"tve-u-162717cb618\"] h2, #tve_editor [data-css=\"tve-u-162717cb618\"] h3, #tve_editor [data-css=\"tve-u-162717cb618\"] h4, #tve_editor [data-css=\"tve-u-162717cb618\"] h5, #tve_editor [data-css=\"tve-u-162717cb618\"] h6 { color: rgb(0, 229, 255); }[data-css=\"tve-u-162718bd0c0\"] { clip-path: url(\"#clip-top-a3b25e1c9221a\"); -webkit-clip-path: url(\"#clip-top-a3b25e1c9221a\");  opacity: 1; filter: grayscale(0%) blur(0px); background-image: none !important; background-color: transparent !important; }[data-css=\"tve-u-162718a3b40\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-162717fcf9d\"] { z-index: 0 !important; padding: 170px 40px 0px !important; margin-top: -80px !important; }[data-css=\"tve-u-16260cd622f\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-16260cd7683\"]::after { clear: both; }[data-css=\"tve-u-16260cd622f\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin-top: 0px !important; margin-bottom: -1px !important; }[data-css=\"tve-u-16260be7104\"] { max-width: 1200px; }[data-css=\"tve-u-16260ba2fa4\"] { padding: 100px 40px !important; }[data-css=\"tve-u-162539c17ec\"] { line-height: 1.6em !important; }#tve_editor [data-css=\"tve-u-162493b6b63\"]:hover { background-color: rgb(248, 249, 251) !important; }#tve_editor [data-css=\"tve-u-1624939a960\"]:hover { background-color: rgb(248, 249, 251) !important; background-image: none !important; }#tve_editor [data-css=\"tve-u-162492e70ad\"] { color: rgb(137, 141, 167) !important; }[data-css=\"tve-u-162492815ba\"] { padding: 0px !important; margin-top: 25px !important; }[data-css=\"tve-u-162491e8e1f\"]::after { clear: both; }[data-css=\"tve-u-1622f65ba70\"] { border: none; background-image: none !important; padding: 0px 30px 30px !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-1622a159bcb\"] { max-width: 100%; float: none; z-index: 6; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; margin-top: 0px !important; }[data-css=\"tve-u-16229915e4e\"] { max-width: 62.8%; }[data-css=\"tve-u-16229915e1a\"] { max-width: 37.2%; }[data-css=\"tve-u-16225617da3\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-Brett.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16225611edb\"] { min-height: 127px; }[data-css=\"tve-u-1622561121b\"] { max-width: 127px; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-16224848ee5\"]::after { clear: both; }[data-css=\"tve-u-16224834cab\"]::after { clear: both; }[data-css=\"tve-u-1621ee3afec\"] > .tve-cb { display: block; }[data-css=\"tve-u-1621fe78878\"] > .tcb-flex-col { padding-left: 5px; }[data-css=\"tve-u-1621fe940b9\"] { max-width: 50%; }[data-css=\"tve-u-1621fe94086\"] { max-width: 50%; }[data-css=\"tve-u-1621fe85996\"] { max-width: 585px; float: left; z-index: 3; position: relative; width: 100%; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621fe78878\"] > .tcb-flex-col > .tcb-col { min-height: 65px; justify-content: center; }[data-css=\"tve-u-1621fe78878\"] { min-height: inherit; margin-left: -5px; padding: 0px !important; flex-wrap: wrap !important; }#tve_editor [data-css=\"tve-u-1621f4d0451\"] { font-size: 20px !important; }#tve_editor [data-css=\"tve-u-1621f4ceaf6\"] { font-size: 20px !important; color: rgb(12, 12, 12) !important; }[data-css=\"tve-u-1621f45bed3\"] { padding: 0px !important; }[data-css=\"tve-u-1621f114214\"] { float: none; max-width: 100%; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621f0da775\"] { padding: 0px !important; }#tve_editor [data-css=\"tve-u-1621f0d874c\"] { letter-spacing: 1px; color: rgb(255, 255, 255) !important; font-size: 14px !important; }[data-css=\"tve-u-1621f0d2c1a\"] { max-width: 100%; margin-left: 60px !important; margin-right: 60px !important; }[data-css=\"tve-u-1621f0aa8f7\"] .tve-page-section-in { display: flex; justify-content: center; flex-direction: column; }[data-css=\"tve-u-1621f0cbe40\"] { margin-left: 0px; padding: 0px !important; }[data-css=\"tve-u-1621f0cbe40\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-1621f0b0088\"] { max-width: 100%; min-height: 140px !important; }[data-css=\"tve-u-1621f0ada0e\"] { background-image: linear-gradient(rgb(22, 22, 24), rgb(22, 22, 24)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1621f0aa8f7\"] { padding: 0px !important; }[data-css=\"tve-u-1621efddaaf\"] { padding: 0px !important; }[data-css=\"tve-u-1621ef118dc\"] { width: 191px; position: relative; right: -50px; top: 0px; float: none; z-index: 3; left: 10px; margin: 0px auto !important; padding-left: 0px !important; }#tve_editor [data-css=\"tve-u-1621ee74a24\"] > :first-child { color: rgb(255, 255, 255); }[data-css=\"tve-u-1621ee74a24\"] { font-size: 60px; float: none; z-index: 3; position: relative; box-shadow: none; margin: 0px auto 10px !important; padding-top: 0px !important; }[data-css=\"tve-u-1621ee63e1c\"] { float: none; z-index: 3; position: relative; max-width: none; width: 100%; padding: 0px !important; margin: 0px auto 30px !important; }[data-css=\"tve-u-1621ee58e74\"] { background-color: rgba(0, 0, 0, 0.77) !important; border-right: 2px dotted rgb(0, 0, 0) !important; }[data-css=\"tve-u-1621ee3afec\"] { padding: 60px 10px 0px 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621ee22c43\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding-top: 0px !important; padding-left: 0px !important; }[data-css=\"tve-u-1621ee18a1c\"] { box-shadow: none; margin: 1px 20px 0px !important; }[data-css=\"tve-u-1621ee093d4\"] { margin-top: 0px !important; }[data-css=\"tve-u-1621ee03000\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1621ee03000\"] { margin-left: 0px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-1621ee03000\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-1621edf8048\"] { max-width: 100%; min-height: 1px !important; }[data-css=\"tve-u-1621ec454d9\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec43fe2\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec42aa7\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec3a5c0\"] { margin-top: 0px !important; margin-bottom: 10px !important; }[data-css=\"tve-u-1621ec37ea5\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec36a4d\"] { margin-bottom: 10px !important; }[data-css=\"tve-u-1621ea18c5d\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ea19a06\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ea1a5d7\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ea2c69a\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ea23322\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ec298ab\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ec2704c\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ec241aa\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ec05cc3\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec04541\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec009a8\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ebff867\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ebfe4ce\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621eb037bb\"] { padding: 0px !important; margin-top: 0px !important; margin-bottom: 30px !important; }[data-css=\"tve-u-1621eaff572\"] { color: rgb(15, 29, 123) !important; }[data-css=\"tve-u-1621ea50702\"] { max-width: 230px; float: none; z-index: 3; position: relative; width: 100%; padding: 0px !important; margin: 0px auto !important; }#tve_editor [data-css=\"tve-u-1621ea2c69a\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ea295c0\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ea295c0\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ea1fba7\"] > :first-child { color: rgb(137, 141, 167); }#tve_editor [data-css=\"tve-u-1621ea23322\"] { font-size: 16px !important; }[data-css=\"tve-u-1621ea1fba7\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }[data-css=\"tve-u-1621e99c314\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }[data-css=\"tve-u-1621e99b1db\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }[data-css=\"tve-u-1621e9993aa\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ea1a5d7\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ea19a06\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ea18c5d\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621e99c314\"] > :first-child { color: rgb(137, 141, 167); }#tve_editor [data-css=\"tve-u-1621e99b1db\"] > :first-child { color: rgb(137, 141, 167); }#tve_editor [data-css=\"tve-u-1621e9993aa\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621e8107f3\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621e942b65\"] strong { font-weight: 800; }[data-css=\"tve-u-1621e7e9950\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621e930bd7\"] { padding: 0px 0px 50px !important; }#tve_editor [data-css=\"tve-u-1621e92e97f\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1621e81f424\"] { border-radius: 200px; overflow: hidden; background-image: none !important; border: 3px solid rgb(255, 255, 255) !important; background-color: rgb(144, 147, 168) !important; }[data-css=\"tve-u-1621e819c52\"] { min-height: 110px; }[data-css=\"tve-u-1621e8107f3\"] { float: none; max-width: 110px; z-index: 4; padding: 0px !important; margin: -60px auto 30px !important; }[data-css=\"tve-u-1621e7edfd9\"] { clip-path: url(\"#clip-bottom-10ffac3b28f1d\"); -webkit-clip-path: url(\"#clip-bottom-10ffac3b28f1d\");  background-image: none !important; background-color: rgb(144, 147, 168) !important; }[data-css=\"tve-u-1621e7e9950\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1621e7e6c1d\"] { min-height: 150px; }[data-css=\"tve-u-1621e7c7aa1\"] > .tcb-flex-col { padding-left: 60px; }[data-css=\"tve-u-1621e7d5094\"] { min-height: 480px; }[data-css=\"tve-u-1621e7d234c\"] { box-shadow: rgba(0, 0, 0, 0.02) 0px 2px 22px 0px; background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1621e7ceab3\"] { float: none; width: 100%; padding: 0px 0px 20px !important; margin: 0px auto !important; }[data-css=\"tve-u-1621e7c899a\"] { float: none; max-width: 100%; margin: 0px auto !important; }[data-css=\"tve-u-1621e7c7aa1\"] { margin-left: -60px; padding: 0px !important; }[data-css=\"tve-u-1621e7b695a\"] { padding: 0px !important; margin-bottom: 100px !important; }#tve_editor [data-css=\"tve-u-1621e7a7350\"] { color: rgb(15, 29, 123) !important; }[data-css=\"tve-u-1621b3cfc7b\"] { filter: blur(0px); opacity: 1; background-image: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(220, 224, 246) 38%) !important; background-color: rgb(212, 212, 212) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1621b3c8c52\"] { padding: 100px 40px !important; }[data-css=\"tve-u-1621b3c74d9\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-1621b300a64\"]::after { clear: both; }[data-css=\"tve-u-1621b24a89d\"] { padding: 0px !important; }[data-css=\"tve-u-1621b22a018\"] { background-image: none !important; padding: 0px !important; }[data-css=\"tve-u-1621b200375\"] { float: none; max-width: 100%; border-left: 1px solid rgba(15, 29, 123, 0.7); border-right: 1px solid rgba(15, 29, 123, 0.7); background-color: rgb(248, 249, 251) !important; margin: 0px auto !important; }[data-css=\"tve-u-1621b10fccf\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621b0e4fb7\"] { border-right: none; max-width: 100%; padding: 0px !important; margin-bottom: 40px !important; margin-right: 0px !important; }[data-css=\"tve-u-1621b072b4e\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-1621b064668\"] { max-width: 52%; }[data-css=\"tve-u-1621b064646\"] { max-width: 48%; }[data-css=\"tve-u-1621afda4fa\"] { max-width: none; padding: 0px !important; margin-bottom: 40px !important; }#tve_editor [data-css=\"tve-u-1621afd8c98\"] { color: rgb(255, 255, 255) !important; font-size: 20px !important; }[data-css=\"tve-u-1621afceb00\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 80%; padding: 0px !important; margin-bottom: 50px !important; }#tve_editor [data-css=\"tve-u-1621afcc0bf\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1621a8a804b\"] > .tcb-flex-col { padding-left: 60px; }[data-css=\"tve-u-1621ae6c8da\"] { clip-path: url(\"#clip-top-aa2c3e3c70555\"); -webkit-clip-path: url(\"#clip-top-aa2c3e3c70555\");  background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-Cta-2.jpg\") !important; background-size: cover !important; background-position: 0% 100% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1621ae4fd21\"] { max-width: 100%; top: -70px; z-index: 5; left: -60px; position: relative !important; padding: 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-1621ae4db6e\"] { min-height: 524px; }[data-css=\"tve-u-1621ada1e7f\"] .tve-page-section-in { display: flex; flex-direction: column; justify-content: center; }[data-css=\"tve-u-1621adea58b\"] > .tcb-flex-col > .tcb-col { min-height: 1px; justify-content: center; }[data-css=\"tve-u-1621ae0bec7\"] { height: calc(100% - -22px); background-image: linear-gradient(rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.14)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; margin-left: 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621adea58b\"] > .tcb-flex-col { padding-left: 50px; }[data-css=\"tve-u-1621adea58b\"] { margin-left: -50px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-1621ade6172\"] { max-width: 100%; float: none; width: 100%; margin: 0px auto !important; }[data-css=\"tve-u-1621adba9ef\"] { clip-path: url(\"#clip-top-52d5a36c151aa\"); -webkit-clip-path: url(\"#clip-top-52d5a36c151aa\");  background-image: linear-gradient(rgba(15, 29, 123, 0.65), rgba(15, 29, 123, 0.65)), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-cta-bg.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-1621ada1e7f\"] { padding: 0px 40px !important; }[data-css=\"tve-u-1621ad46076\"] { padding: 100px 40px !important; margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1621ad420c4\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-1621a9076ef\"] { padding-top: 2px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-1621acf64fb\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621acf47d2\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1621acf0289\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621a8e11f3\"] { padding-top: 2px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-1621a8e5625\"] { padding-top: 2px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-1621ace4de9\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1621ace1b08\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1621a9a2867\"] strong { font-weight: 700; }#tve_editor [data-css=\"tve-u-1621a9a2867\"] { font-weight: 300; color: rgb(15, 29, 123) !important; font-family: Poppins !important; }[data-css=\"tve-u-1621a9750ae\"] { font-size: 13.6px !important; line-height: 13.6px !important; }[data-css=\"tve-u-1621a9a2867\"] { font-size: 48px !important; line-height: 48px !important; }[data-css=\"tve-u-1621a9a2866\"] { margin-top: 40px !important; }[data-css=\"tve-u-1621a9a2862\"] { width: 160px !important; height: 160px !important; background-color: rgb(137, 141, 167) !important; }[data-css=\"tve-u-1621a98b602\"] { stroke-dasharray: 502.655, 502.655; }[data-css=\"tve-u-1621a983587\"] { float: none; border: 30px solid rgba(137, 141, 167, 0.24); z-index: 3; position: relative; margin: 30px auto 0px !important; padding: 0px !important; }[data-css=\"tve-u-1621a9750ae\"] strong { font-weight: 700; }#tve_editor [data-css=\"tve-u-1621a9750ae\"] { color: rgb(255, 255, 255) !important; font-family: Monda !important; }[data-css=\"tve-u-1621a96b190\"] { background-color: rgb(231, 229, 229); width: 144px !important; height: 144px !important; top: 8px !important; bottom: 8px !important; left: 8px !important; right: 8px !important; }[data-css=\"tve-u-1621a9685d4\"] { stroke: rgb(248, 251, 253) !important; stroke-width: 17px !important; }[data-css=\"tve-u-1621a8a804b\"] > .tcb-flex-col > .tcb-col { min-height: 445px; justify-content: center; }[data-css=\"tve-u-1621a90a46f\"] { background-image: radial-gradient(rgba(255, 255, 255, 0.51) 16%, rgb(255, 255, 255) 73%), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-100-clean.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }#tve_editor [data-css=\"tve-u-1621a9076ef\"] > :first-child { color: rgb(15, 29, 123); }#tve_editor [data-css=\"tve-u-1621a8e5625\"] > :first-child { color: rgb(15, 29, 123); }#tve_editor [data-css=\"tve-u-1621a8e11f3\"] > :first-child { color: rgb(15, 29, 123); }[data-css=\"tve-u-1621a8c4313\"] { padding: 0px !important; margin-bottom: 60px !important; }[data-css=\"tve-u-1621a8b2488\"] { float: none; max-width: 100%; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621a8a804b\"] { min-height: inherit; margin-left: -60px; padding: 0px !important; }[data-css=\"tve-u-1621a2e0d5b\"] { line-height: 1em !important; }[data-css=\"tve-u-1621a2247ba\"] { max-width: 100%; float: none; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; }#tve_editor [data-css=\"tve-u-1620af7eb3f\"] .tcb-button-link { font-size: 18px; color: rgb(15, 29, 123) !important; }#tve_editor [data-css=\"tve-u-1620af7eb3f\"]:hover strong { font-weight: 700 !important; }[data-css=\"tve-u-1620af7eb3f\"] { width: 268px; float: left; z-index: 3; position: relative; display: block; max-width: 268px; margin-bottom: 0px !important; margin-top: 0px !important; margin-left: 3px !important; }#tve_editor [data-css=\"tve-u-1620af7eb3f\"]:hover .tcb-button-link { color: rgb(255, 255, 255) !important; border-radius: 200px !important; overflow: hidden !important; font-family: Monda !important; font-weight: 400 !important; text-shadow: none !important; background-image: none !important; background-color: rgb(15, 29, 123) !important; }[data-css=\"tve-u-1620af7eb3f\"] .tcb-button-link { border-radius: 200px; min-height: 54.7619px; font-size: 1.33333em; padding-top: 0px; padding-bottom: 0px; background-image: none !important; background-color: rgb(255, 255, 255) !important; padding-right: 15px !important; }#tcb_landing_page a:not(.tcb-button-link).tve_state_hover { color: rgb(35, 55, 188); }#tcb_landing_page a:not(.tcb-button-link):hover { color: rgb(35, 55, 188); }#tcb_landing_page a:not(.tcb-button-link) { color: rgb(255, 255, 255); }#tcb_landing_page input strong { font-weight: 700; }#tcb_landing_page .tcb-button-link strong { font-weight: 700; }#tcb_landing_page p strong, #tcb_landing_page li strong { font-weight: 700; }#tcb_landing_page input { font-family: Merriweather; font-weight: 400; }#tcb_landing_page .tcb-button-link { font-family: Merriweather; font-weight: 400; }#tcb_landing_page p, #tcb_landing_page li { color: rgb(12, 12, 12); font-family: Merriweather; font-weight: 400; line-height: 1.5em; font-size: 16px; }#tcb_landing_page h6 { text-transform: uppercase; font-size: 14px; color: rgb(0, 0, 0); font-family: \"Special Elite\"; font-weight: 400; letter-spacing: 1px; line-height: 1.3em; }#tcb_landing_page h5 { font-size: 22px; color: rgb(12, 12, 12); font-family: \"Special Elite\"; font-weight: 400; line-height: 1.3em; }#tcb_landing_page h4 { font-size: 24px; color: rgb(12, 12, 12); font-family: \"Special Elite\"; font-weight: 400; line-height: 1.3em; }#tcb_landing_page h3 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(12, 12, 12); font-size: 26px; line-height: 1.3em; }#tcb_landing_page h2 { color: rgb(0, 0, 0); font-size: 30px; letter-spacing: 2px; text-transform: uppercase; line-height: 1.3em; font-family: \"Special Elite\"; font-weight: 400; }#tcb_landing_page h1 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(0, 0, 0); font-size: 42px; line-height: 1.3em; }[data-css=\"tve-u-15e09c94f7d\"] { background-color: rgb(231, 229, 229) !important; }[data-css=\"tve-u-1621b01355a\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621b01355a\"] { max-width: 274px; position: relative; float: left; z-index: 3; width: 100%; padding: 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-1621b028939\"] .tcb-button-link { font-size: 18px; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1621b028939\"]:hover strong { font-weight: 700 !important; }[data-css=\"tve-u-1621b028939\"] { display: block; max-width: 268px; width: 268px; top: 0px; left: 0px; float: left; z-index: 3; position: relative; margin-bottom: 0px !important; margin-top: 0px !important; }#tve_editor [data-css=\"tve-u-1621b028939\"]:hover .tcb-button-link { background-color: rgb(255, 255, 255) !important; color: rgb(15, 29, 123) !important; overflow: hidden !important; font-family: Monda !important; background-image: none !important; text-align: center !important; }[data-css=\"tve-u-1621b028939\"] .tcb-button-link { min-height: 54.7619px; font-size: 1.33333em; padding-top: 0px; padding-bottom: 0px; border: 1px solid rgb(255, 255, 255); border-radius: 30px; overflow: hidden; background-color: rgba(26, 188, 156, 0.01) !important; padding-right: 15px !important; color: rgb(26, 188, 156) !important; }[data-css=\"tve-u-1621b08fdde\"] { border-radius: 200px; overflow: hidden; border: 1px solid rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1621b01355a\"]:hover [data-css=\"tve-u-1621b08fdde\"] { border: 1px solid rgba(255, 255, 255, 0.4) !important; }[data-css=\"tve-u-1621b30ca74\"]::after { clear: both; }#tve_editor [data-css=\"tve-u-1621e942b65\"] { font-weight: 400; letter-spacing: 0px; color: rgb(255, 255, 255) !important; font-family: Poppins !important; font-size: 30px !important; }[data-css=\"tve-u-1621e94cb4e\"] { float: none; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621eaaedd8\"] { clip-path: url(\"#clip-bottom-a2b9cf3198d6f\"); -webkit-clip-path: url(\"#clip-bottom-a2b9cf3198d6f\");  background-image: none !important; background-color: rgb(5, 10, 42) !important; }[data-css=\"tve-u-1621eab272c\"] { border-radius: 200px; overflow: hidden; background-image: none !important; border: 3px solid rgb(255, 255, 255) !important; background-color: rgb(5, 10, 42) !important; }[data-css=\"tve-u-1621eacf6af\"] { max-width: 230px; float: none; z-index: 3; position: relative; padding: 0px !important; margin: 0px auto !important; }[data-css=\"tve-u-1621eb3eb9f\"] { clip-path: url(\"#clip-bottom-ac98bb0e54b3b\"); -webkit-clip-path: url(\"#clip-bottom-ac98bb0e54b3b\");  background-image: none !important; background-color: rgb(45, 51, 89) !important; }[data-css=\"tve-u-1621eb43d8d\"] { border-radius: 200px; overflow: hidden; background-image: none !important; border: 3px solid rgb(255, 255, 255) !important; background-color: rgb(45, 51, 89) !important; }[data-css=\"tve-u-1621eb7ccb0\"] { min-height: 530px; }[data-css=\"tve-u-1621eb81205\"] { padding: 0px 0px 20px !important; margin-top: -25px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621ebbbb6d\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621ebbbb6d\"] { max-width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1621ebf340c\"] { max-width: 230px; float: none; z-index: 3; position: relative; width: 100%; padding: 0px !important; margin: 0px auto !important; }[data-css=\"tve-u-1621ebfa746\"] { padding: 0px !important; margin-top: 0px !important; margin-bottom: 30px !important; }#tve_editor [data-css=\"tve-u-1621ebfe4ce\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ebff867\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ec009a8\"] { font-size: 16px !important; }[data-css=\"tve-u-1621ec09a3c\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; margin: 0px !important; }#tve_editor [data-css=\"tve-u-1621ec09a3c\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ec0c5bd\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; margin: 0px !important; }#tve_editor [data-css=\"tve-u-1621ec0c5bd\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ec15f6e\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ec15f6e\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ec204df\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ec204df\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ec20f68\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ec20f68\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ec21a31\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ec21a31\"] > :first-child { color: rgb(137, 141, 167); }#tve_editor [data-css=\"tve-u-1621ec241aa\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ec2704c\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ec298ab\"] { font-size: 16px !important; }[data-css=\"tve-u-1621ec6c39b\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621ec6c39b\"] { float: none; max-width: 110px; z-index: 4; padding: 0px !important; margin: -60px auto 30px !important; }[data-css=\"tve-u-1621ec752da\"] { min-height: 110px; }[data-css=\"tve-u-1621ec78d2c\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621ec78d2c\"] { float: none; max-width: 110px; z-index: 4; padding: 0px !important; margin: -60px auto 30px !important; }[data-css=\"tve-u-1621ec79a7d\"] { min-height: 110px; }[data-css=\"tve-u-1621ec7f21a\"] { min-height: 160px; }[data-css=\"tve-u-1621f154231\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-1621f154231\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin: 0px 0px -1px !important; }[data-css=\"tve-u-1621f15b521\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-1621f15b521\"] { float: right; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin-top: -1px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621f4ceaf7\"] { color: rgb(15, 29, 123) !important; }[data-css=\"tve-u-1621fb65556\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-1621fb65556\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-1621fb65556\"] { min-height: inherit; margin-left: -20px; padding: 0px !important; }[data-css=\"tve-u-1621fb68b97\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-1621fb68b97\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-1621fb68b97\"] { min-height: inherit; margin-left: -30px; padding: 30px !important; }[data-css=\"tve-u-1621fbacc60\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621fbcad8c\"] { padding: 0px !important; }[data-css=\"tve-u-1621fc0ce17\"] { padding: 0px !important; margin-bottom: 15px !important; }[data-css=\"tve-u-1621fd84d7b\"] { min-height: 480px; }[data-css=\"tve-u-1621fd8766c\"] { min-height: 150px; }[data-css=\"tve-u-1621fd9c946\"] { padding: 0px 0px 20px !important; margin-top: 0px !important; margin-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-1621fe1587d\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1621fe1725e\"] strong { font-weight: 800; }#tve_editor [data-css=\"tve-u-1621fe1725e\"] { font-weight: 400; letter-spacing: 0px; color: rgb(255, 255, 255) !important; font-family: Poppins !important; font-size: 30px !important; }#tve_editor [data-css=\"tve-u-1621fe1a1af\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1621fe1bd18\"] strong { font-weight: 800; }#tve_editor [data-css=\"tve-u-1621fe1bd18\"] { font-weight: 400; letter-spacing: 0px; color: rgb(255, 255, 255) !important; font-family: Poppins !important; font-size: 30px !important; }[data-css=\"tve-u-16223b080b0\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-16223b080b0\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-16223f02c16\"] { min-height: 62px; }[data-css=\"tve-u-16223fe5f5b\"] { padding: 0px !important; }[data-css=\"tve-u-16224439be1\"] { padding: 0px !important; }#tve_editor [data-css=\"tve-u-1622444fb11\"] { letter-spacing: 1px; color: rgb(137, 141, 167) !important; font-size: 14px !important; }#tve_editor [data-css=\"tve-u-16228c764b2\"] { font-size: 18px !important; }[data-css=\"tve-u-16229f6175c\"] { border: none; margin: 80px 0px 0px !important; background-image: none !important; }[data-css=\"tve-u-16229fa6a26\"] { border: none; box-shadow: none; padding: 0px 30px 30px !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-16229fa8c68\"] { border: none; padding: 0px 30px 30px !important; background-image: none !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col > .tcb-col { min-height: 244px; }[data-css=\"tve-u-16229ffbb7b\"] { margin-left: -30px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16248fc42a1\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-16248fc42a1\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-16248fc71c8\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-16249355087\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-16249355087\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-16249358652\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-16249358652\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-1624935a201\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-1624935a201\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-16249367114\"] { border: none; margin: 30px 0px 0px !important; background-image: none !important; }[data-css=\"tve-u-16249373b25\"] { border: none; padding: 0px 30px 30px !important; background-image: linear-gradient(rgb(248, 249, 251), rgb(248, 249, 251)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1624939a960\"] { border: none; box-shadow: none; padding: 0px 30px 30px !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-162493a03b0\"] > .tcb-flex-col > .tcb-col { min-height: 244px; }[data-css=\"tve-u-162493a03b0\"] { margin-left: -30px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-162493a03b0\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-162493b6b63\"] { border: none; background-image: none !important; padding: 0px 30px 30px !important; background-color: rgb(248, 249, 251) !important; }#tve_editor [data-css=\"tve-u-162493d5f13\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-162493d5f13\"] { font-size: 30px; width: 30px; height: 30px; top: 0px; left: 0px; display: block; position: static; z-index: 8; border-bottom: 1px solid rgb(10, 93, 165); border-top: none; border-right: none; border-left: none; border-image: initial; margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-162494b490e\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-162494b7ad0\"] { padding: 0px !important; margin-top: 25px !important; margin-left: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-1625389a3d5\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-1625389a3d5\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-1625389b4ed\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-1625389b4ed\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-162539ac577\"] { max-width: 39%; }[data-css=\"tve-u-162539ac57d\"] { max-width: 61%; }#tve_editor [data-css=\"tve-u-162539c17ec\"] { font-size: 16px !important; color: rgba(12, 12, 12, 0.7) !important; }[data-css=\"tve-u-16260c39a7e\"] { float: none; max-width: 100%; border-left: 1px solid rgba(15, 29, 123, 0.7); border-right: 1px solid rgba(15, 29, 123, 0.7); margin: 0px auto !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-16260c433e9\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-Rosie.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16260c5ff07\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-16260c5ff07\"] { float: right; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin: -1px 0px 0px !important; }[data-css=\"tve-u-16260c5ff0c\"]::after { clear: both; }[data-css=\"tve-u-16260d01208\"] { max-width: 37%; }[data-css=\"tve-u-16260d0120e\"] { max-width: 63%; }[data-css=\"tve-u-16260d39b83\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-16260d39b83\"] { float: right; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin-top: -1px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-16260d3b97e\"]::after { clear: both; }[data-css=\"tve-u-16260d3f4aa\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16260d3f4aa\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-16260d3f4aa\"] { min-height: inherit; margin-left: -30px; padding: 30px !important; }[data-css=\"tve-u-16260d3f4af\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-16260d3f4af\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-16260d3f4af\"] { min-height: inherit; margin-left: -20px; padding: 0px !important; }[data-css=\"tve-u-16260d5e4b8\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-Shawn.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16260d73672\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-16260d73672\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin-top: 0px !important; margin-bottom: -1px !important; }[data-css=\"tve-u-16260d8392c\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16260d8392c\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-16260d8392c\"] { min-height: inherit; margin-left: -30px; padding: 30px !important; }[data-css=\"tve-u-16260d8396c\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-16260d8396c\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-16260d8396c\"] { min-height: inherit; margin-left: -20px; padding: 0px !important; }[data-css=\"tve-u-16260da3aa7\"] { float: none; max-width: 100%; border-left: 1px solid rgba(15, 29, 123, 0.7); border-right: 1px solid rgba(15, 29, 123, 0.7); margin: 0px auto !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-162717cb600\"] { max-width: 58.2%; }[data-css=\"tve-u-162717cb601\"] { max-width: 41.8%; }[data-css=\"tve-u-162717cb609\"]::after { clear: both; }[data-css=\"tve-u-162717cb60a\"] { padding-right: 50px !important; padding-bottom: 80px !important; padding-top: 20px !important; }[data-css=\"tve-u-162717cb60b\"]::after { clear: both; }[data-css=\"tve-u-162717cb60b\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-162717cb60f\"] { padding: 0px !important; margin-bottom: 25px !important; }[data-css=\"tve-u-162717cb610\"] { padding: 0px !important; margin-bottom: 35px !important; box-shadow: none !important; }#tve_editor [data-css=\"tve-u-162717cb616\"] { text-shadow: rgb(0, 0, 0) 2px 2px 2px; text-transform: none !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-162717cb617\"] { margin-left: 0px; padding: 0px !important; }[data-css=\"tve-u-162717cb618\"] { max-width: none; margin-top: 0px !important; }[data-css=\"tve-u-162717cb620\"] { clip-path: url(\"#clip-bottom-c883ac5175045\"); -webkit-clip-path: url(\"#clip-bottom-c883ac5175045\");  opacity: 1; filter: grayscale(0%) blur(0px); background-image: linear-gradient(rgba(0, 0, 0, 0.57), rgba(0, 0, 0, 0.57)), url(\"https://bestcerakoteflorida.com/wp-content/uploads/2018/05/FTYS6743.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, fixed !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-162717cb609\"] { max-width: 1200px; min-height: 630px !important; }[data-css=\"tve-u-162717cb621\"] { z-index: 1; padding: 125px 40px 0px !important; margin-top: -130px !important; }[data-css=\"tve-u-162717d1bb6\"] { border-right: 1px solid rgba(255, 255, 255, 0.2); }[data-css=\"tve-u-162717d1bb7\"] { max-width: 23.7%; }[data-css=\"tve-u-162717d1bb9\"] { max-width: 42.9%; }[data-css=\"tve-u-162717d1bbc\"] { border-left: none; padding: 0px !important; }[data-css=\"tve-u-162717d1bbe\"] { border-bottom: 1px solid rgba(255, 255, 255, 0.2); float: none; width: 100%; position: relative; z-index: 10; max-width: 1600px; margin: 0px auto !important; }[data-css=\"tve-u-162717d1bbf\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-162717d1bbf\"] > .tcb-flex-col { padding-left: 17px; }[data-css=\"tve-u-162717d1bbf\"] { margin-left: -17px; min-height: inherit; padding: 5px 0px 0px 40px !important; }#tve_editor [data-css=\"tve-u-162717d1bbe\"] p, #tve_editor [data-css=\"tve-u-162717d1bbe\"] li, #tve_editor [data-css=\"tve-u-162717d1bbe\"] blockquote, #tve_editor [data-css=\"tve-u-162717d1bbe\"] address { font-size: 16px; }#tve_editor [data-css=\"tve-u-16271adf6cf\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-16271adf6cf\"] { font-size: 30px; width: 30px; height: 30px; top: 22px; left: 20px; border-bottom: 1px solid rgb(10, 93, 165); margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1641367e553\"] > :first-child { color: rgba(15, 29, 123, 0.12); }[data-css=\"tve-u-1641367e553\"] { font-size: 60px; float: none; box-shadow: none; width: 60px; height: 60px; margin: -55px auto 60px !important; padding-right: 17px !important; }[data-css=\"tve-u-16416e4fafd\"] { box-shadow: rgba(0, 0, 0, 0.02) 0px 2px 22px 0px; background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16416e603ab\"] { box-shadow: rgba(0, 0, 0, 0.12) 0px 3px 44px 0px; background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-164179a84b8\"] > .tve-cb { display: block; }[data-css=\"tve-u-164179a84b8\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-164179bced9\"] { border-right: none; padding: 3px 0px 0px !important; position: static !important; }[data-css=\"tve-u-16417b4cb9e\"] { padding: 0px 0px 50px !important; }[data-css=\"tve-u-16417b62c09\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-16417b662bf\"] { margin-top: 0px !important; margin-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-16417e5bd95\"] > :first-child { color: rgb(255, 255, 255); }[data-css=\"tve-u-16417e5bd95\"] { z-index: 4; position: relative; float: left; font-size: 25px !important; width: 25px !important; height: 25px !important; margin: 3px 15px 0px 0px !important; padding-left: 0px !important; }[data-css=\"tve-u-1641c1af44d\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1641c1b01a6\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1641c1b0a67\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1641c1b12d8\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }#tve_editor [data-css=\"tve-u-1641c1b33f9\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-1641c1b33f9\"] { font-size: 30px; width: 30px; height: 30px; top: 22px; left: 20px; border-bottom: 1px solid rgb(10, 93, 165); margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1641c1b456a\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-1641c1b456a\"] { font-size: 30px; width: 30px; height: 30px; top: 22px; left: 20px; border-bottom: 1px solid rgb(10, 93, 165); margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1641c1b52d3\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-1641c1b52d3\"] { font-size: 30px; width: 30px; height: 30px; top: 22px; left: 20px; border-bottom: 1px solid rgb(10, 93, 165); margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1641c1b60b4\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-1641c1b60b4\"] { font-size: 30px; width: 30px; height: 30px; top: 22px; left: 20px; border-bottom: 1px solid rgb(10, 93, 165); margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }#tcb_landing_page .tcb-plain-text { color: rgb(0, 0, 0); font-family: Merriweather; font-weight: 400; }#tcb_landing_page .tcb-plain-text strong { font-weight: 700; }[data-css=\"tve-u-162717d1bbe\"] p { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-162717d1bbe\"] h3 { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-1695981e7bb\"] { max-width: 33.3545%; }[data-css=\"tve-u-16959822de2\"] { width: 291px; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-16959846d3d\"] { margin-top: 0px !important; }[data-css=\"tve-u-16959cd1e7a\"] { margin-top: 10px !important; }[data-css=\"tve-u-1695a3002e2\"] .tcb-button-link { border-radius: 4px; border-bottom: 4px solid rgb(117, 0, 23); border-top-color: rgb(198, 225, 224); border-right-color: rgb(198, 225, 224); border-left-color: rgb(198, 225, 224); background-image: none !important; background-color: rgb(143, 2, 32) !important; padding-right: 25px !important; }#tve_editor [data-css=\"tve-u-1695a3002e2\"]:hover .tcb-button-link { background-color: rgb(132, 1, 28) !important; }#tve_editor [data-css=\"tve-u-1695a36117b\"] { letter-spacing: 3px; color: rgb(255, 255, 255) !important; font-size: 15px !important; text-transform: capitalize !important; font-family: Merriweather !important; font-weight: 400 !important; }[data-css=\"tve-u-1695d995f33\"] { box-shadow: none; margin: 0px 20px -25px !important; }#tve_editor [data-css=\"tve-u-1695d9d652a\"]:hover input, #tve_editor [data-css=\"tve-u-1695d9d652a\"]:hover textarea { box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 9px -3px !important; }#tve_editor [data-css=\"tve-u-1695d9d6528\"]:hover input, #tve_editor [data-css=\"tve-u-1695d9d6528\"]:hover textarea { box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 9px -3px !important; }#tve_editor [data-css=\"tve-u-1695d9d6526\"]:hover input, #tve_editor [data-css=\"tve-u-1695d9d6526\"]:hover textarea { box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 9px -3px !important; }#tve_editor [data-css=\"tve-u-1695d9d6529\"] { font-family: \"Courier New\", Courier, monospace; font-weight: 700; font-size: 13px; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1695d9d6527\"] { font-family: \"Courier New\", Courier, monospace; font-weight: 700; font-size: 13px; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1695d9d6525\"] { font-family: \"Courier New\", Courier, monospace; font-weight: 700; font-size: 13px; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1695d9d652a\"] input, [data-css=\"tve-u-1695d9d652a\"] textarea { box-shadow: rgba(0, 0, 0, 0.25) 0px 2px 9px -6px; background-image: none !important; }[data-css=\"tve-u-1695d9d6528\"] input, [data-css=\"tve-u-1695d9d6528\"] textarea { box-shadow: rgba(0, 0, 0, 0.25) 0px 2px 9px -6px; background-image: none !important; }[data-css=\"tve-u-1695d9d6526\"] input, [data-css=\"tve-u-1695d9d6526\"] textarea { box-shadow: rgba(0, 0, 0, 0.25) 0px 2px 9px -6px; background-image: none !important; }[data-css=\"tve-u-1695d9d6529\"] { text-transform: capitalize; letter-spacing: 1px; font-weight: normal !important; }[data-css=\"tve-u-1695d9d6527\"] { text-transform: capitalize; letter-spacing: 1px; font-weight: normal !important; }[data-css=\"tve-u-1695d9d6525\"] { text-transform: capitalize; letter-spacing: 1px; font-weight: normal !important; }#tve_editor [data-css=\"tve-u-1695d9d652a\"] input, #tve_editor [data-css=\"tve-u-1695d9d652a\"] textarea { border-radius: 4px; overflow: hidden; border: 1px solid rgb(237, 240, 243); }#tve_editor [data-css=\"tve-u-1695d9d6528\"] input, #tve_editor [data-css=\"tve-u-1695d9d6528\"] textarea { border-radius: 4px; overflow: hidden; border: 1px solid rgb(237, 240, 243); }#tve_editor [data-css=\"tve-u-1695d9d6526\"] input, #tve_editor [data-css=\"tve-u-1695d9d6526\"] textarea { border-radius: 4px; overflow: hidden; border: 1px solid rgb(237, 240, 243); }[data-css=\"tve-u-1695dd04208\"] { border-radius: 11px; overflow: hidden; margin-bottom: 10px !important; }#tve_editor [data-css=\"tve-u-1695dd27f6a\"] button { border-radius: 8px; border-color: rgb(131, 148, 139); font-family: \"Special Elite\"; text-transform: uppercase; font-size: 17px; background-image: none !important; background-color: rgb(143, 2, 32) !important; padding: 10px !important; font-weight: 400 !important; }#tve_editor [data-css=\"tve-u-1695dd27f6a\"]:hover button { background-color: rgb(75, 105, 89) !important; border-color: rgb(1, 2, 2) rgb(0, 0, 0) rgb(1, 2, 2) rgb(1, 2, 2) !important; }#tve_editor [data-css=\"tve-u-1695dd27f6a\"] { max-width: 30%; width: 30%; }[data-css=\"tve-u-1695dd27f6a\"] { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1695dd484d7\"] { border-radius: 11px; overflow: hidden; margin-bottom: 10px !important; }#tve_editor .thrv-content-box [data-css=\"tve-u-1621ee37f4a\"] p, #tve_editor .thrv-content-box [data-css=\"tve-u-1621ee37f4a\"] li, #tve_editor .thrv-content-box [data-css=\"tve-u-1621ee37f4a\"] blockquote, #tve_editor .thrv-content-box [data-css=\"tve-u-1621ee37f4a\"] address, #tve_editor .thrv-content-box [data-css=\"tve-u-1621ee37f4a\"] .tcb-plain-text, #tve_editor .thrv-content-box [data-css=\"tve-u-1621ee37f4a\"] label, #tve_editor .thrv-content-box [data-css=\"tve-u-1621ee37f4a\"] h1, #tve_editor .thrv-content-box [data-css=\"tve-u-1621ee37f4a\"] h2, #tve_editor .thrv-content-box [data-css=\"tve-u-1621ee37f4a\"] h3, #tve_editor .thrv-content-box [data-css=\"tve-u-1621ee37f4a\"] h4, #tve_editor .thrv-content-box [data-css=\"tve-u-1621ee37f4a\"] h5, #tve_editor .thrv-content-box [data-css=\"tve-u-1621ee37f4a\"] h6 { color: rgb(255, 255, 255); }#tve_editor [data-css=\"tve-u-1695d9d6526\"] input, #tve_editor [data-css=\"tve-u-1695d9d6526\"] input::placeholder, #tve_editor [data-css=\"tve-u-1695d9d6526\"] textarea, #tve_editor [data-css=\"tve-u-1695d9d6526\"] textarea::placeholder { color: rgb(0, 0, 0); }#tve_editor [data-css=\"tve-u-1695d9d6528\"] input, #tve_editor [data-css=\"tve-u-1695d9d6528\"] input::placeholder, #tve_editor [data-css=\"tve-u-1695d9d6528\"] textarea, #tve_editor [data-css=\"tve-u-1695d9d6528\"] textarea::placeholder { color: rgb(0, 0, 0); }#tve_editor [data-css=\"tve-u-1695d9d652a\"] input, #tve_editor [data-css=\"tve-u-1695d9d652a\"] input::placeholder, #tve_editor [data-css=\"tve-u-1695d9d652a\"] textarea, #tve_editor [data-css=\"tve-u-1695d9d652a\"] textarea::placeholder { color: rgb(0, 0, 0); }[data-css=\"tve-u-1695a36117b\"] { line-height: 1.35em !important; }[data-css=\"tve-u-16413112747\"] { line-height: 1.35em !important; }[data-css=\"tve-u-1695a36117b\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-16413112747\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-1621f0cbe40\"] > .tcb-flex-col > .tcb-col { justify-content: center; }#tve_editor [data-css=\"tve-u-1621f0b0088\"] p, #tve_editor [data-css=\"tve-u-1621f0b0088\"] li, #tve_editor [data-css=\"tve-u-1621f0b0088\"] blockquote, #tve_editor [data-css=\"tve-u-1621f0b0088\"] address, #tve_editor [data-css=\"tve-u-1621f0b0088\"] .tcb-plain-text, #tve_editor [data-css=\"tve-u-1621f0b0088\"] label, #tve_editor [data-css=\"tve-u-1621f0b0088\"] h1, #tve_editor [data-css=\"tve-u-1621f0b0088\"] h2, #tve_editor [data-css=\"tve-u-1621f0b0088\"] h3, #tve_editor [data-css=\"tve-u-1621f0b0088\"] h4, #tve_editor [data-css=\"tve-u-1621f0b0088\"] h5, #tve_editor [data-css=\"tve-u-1621f0b0088\"] h6 { color: rgb(255, 255, 255); }[data-css=\"tve-u-1621f0b0088\"] p { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-1621f0b0088\"] h3 { margin: 0px !important; padding: 0px !important; }#tve_editor [data-css=\"tve-u-1621f0d2c1a\"] p, #tve_editor [data-css=\"tve-u-1621f0d2c1a\"] li, #tve_editor [data-css=\"tve-u-1621f0d2c1a\"] blockquote, #tve_editor [data-css=\"tve-u-1621f0d2c1a\"] address, #tve_editor [data-css=\"tve-u-1621f0d2c1a\"] .tcb-plain-text, #tve_editor [data-css=\"tve-u-1621f0d2c1a\"] label, #tve_editor [data-css=\"tve-u-1621f0d2c1a\"] h1, #tve_editor [data-css=\"tve-u-1621f0d2c1a\"] h2, #tve_editor [data-css=\"tve-u-1621f0d2c1a\"] h3, #tve_editor [data-css=\"tve-u-1621f0d2c1a\"] h4, #tve_editor [data-css=\"tve-u-1621f0d2c1a\"] h5, #tve_editor [data-css=\"tve-u-1621f0d2c1a\"] h6 { color: rgb(255, 255, 255); }#tve_editor [data-css=\"tve-u-1695e7e070d\"] { color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_5402f616 > a { font-family: Montserrat; font-weight: 400; fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; font-size: 13px !important; }#tve_editor [data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_13475a66 > a { font-family: Montserrat; font-weight: 400; fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; font-size: 13px !important; }#tve_editor [data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_a19cc162 > a { font-family: Montserrat; font-weight: 400; fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; font-size: 13px !important; }#tve_editor [data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_hgZvKxml > a { font-family: Montserrat; font-weight: 400; fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; font-size: 13px !important; }[data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_5402f616 { text-transform: uppercase; border-bottom: 1px solid rgba(84, 84, 98, 0); border-top: none; border-right: none; border-left: none; border-image: initial; margin-right: 30px !important; padding: 10px 9px !important; margin-left: 30px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_13475a66 { text-transform: uppercase; border-bottom: 1px solid rgba(84, 84, 98, 0); border-top: none; border-right: none; border-left: none; border-image: initial; margin-right: 30px !important; padding: 10px 9px !important; margin-left: 30px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_a19cc162 { text-transform: uppercase; border-bottom: 1px solid rgba(84, 84, 98, 0); border-top: none; border-right: none; border-left: none; border-image: initial; margin-right: 30px !important; padding: 10px 9px !important; margin-left: 30px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_hgZvKxml { text-transform: uppercase; border-bottom: 1px solid rgba(84, 84, 98, 0); border-top: none; border-right: none; border-left: none; border-image: initial; margin-right: 30px !important; padding: 10px 9px !important; margin-left: 30px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_5402f616 > a { font-weight: 500 !important; text-decoration: none !important; }[data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_13475a66 > a { font-weight: 500 !important; text-decoration: none !important; }[data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_a19cc162 > a { font-weight: 500 !important; text-decoration: none !important; }[data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_hgZvKxml > a { font-weight: 500 !important; text-decoration: none !important; }[data-css=\"tve-u-1695e821f4c\"] { border-bottom: 1px solid rgb(200, 233, 248); max-width: 1080px; padding: 0px !important; }#tve_editor [data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_5402f616:hover { border-bottom: 1px solid rgb(55, 179, 233) !important; }#tve_editor [data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_13475a66:hover { border-bottom: 1px solid rgb(55, 179, 233) !important; }#tve_editor [data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_a19cc162:hover { border-bottom: 1px solid rgb(55, 179, 233) !important; }#tve_editor [data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_hgZvKxml:hover { border-bottom: 1px solid rgb(55, 179, 233) !important; }[data-css=\"tve-u-1695e826914\"] { max-width: 23.9%; }[data-css=\"tve-u-1695e826ae0\"] { max-width: 42.8%; }[data-css=\"tve-u-1695e826b67\"] { max-width: 33.3109%; }[data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_5402f616.menu-item { margin-right: 0px; }[data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_13475a66.menu-item { margin-right: 0px; }[data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_a19cc162.menu-item { margin-right: 0px; }[data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_hgZvKxml.menu-item { margin-right: 0px; }}@media (max-width: 1023px){[data-css=\"tve-u-1621ebfa746\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621eb037bb\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621ec78d2c\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621ec6c39b\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621b064668\"] { max-width: 49%; }[data-css=\"tve-u-1621b064646\"] { max-width: 51%; }[data-css=\"tve-u-1621b3c74d9\"] { max-width: 100%; }[data-css=\"tve-u-1621f0b0088\"] { min-height: 100px !important; }[data-css=\"tve-u-1621ee3afec\"] > .tve-cb { display: block; }[data-css=\"tve-u-1621e7ceab3\"] > .tve-cb { display: block; }[data-css=\"tve-u-1621ea50702\"] { float: none; width: 100%; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621ae4fd21\"] > .tve-cb { display: block; }[data-css=\"tve-u-162717cb60f\"] { margin-bottom: 30px !important; margin-top: -25px !important; }[data-css=\"tve-u-162717cb610\"] { margin-bottom: 30px !important; margin-top: -10px !important; }[data-css=\"tve-u-16223dad661\"] { padding-top: 20px !important; }[data-css=\"tve-u-1641367127b\"] { float: none; font-size: 50px; width: 50px; height: 50px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1641367e553\"] { float: none; font-size: 50px; width: 50px; height: 50px; margin: -44px auto 40px !important; padding-right: 12px !important; }[data-css=\"tve-u-1621e7b695a\"] { margin-bottom: 50px !important; }[data-css=\"tve-u-1621ee37f4a\"] { min-height: 262px; }[data-css=\"tve-u-1621ada1e7f\"] { padding: 50px 30px 50px 0px !important; }[data-css=\"tve-u-1621b072b4e\"] { max-width: 100%; }[data-css=\"tve-u-1621a2247ba\"] { margin-bottom: 60px !important; }[data-css=\"tve-u-16229f6175c\"] { margin-top: 0px !important; }[data-css=\"tve-u-162717cb60b\"] { height: calc(100% - -85px); margin-top: -85px !important; }[data-css=\"tve-u-162717cb617\"] .tcb-flex-col { flex-basis: 560px !important; }#tcb_landing_page h5 { line-height: 1.3em; }#tcb_landing_page h6 { line-height: 1.4em; }#tcb_landing_page p, #tcb_landing_page li { line-height: 1.5em; }[data-css=\"tve-u-1628a146aef\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1628a12f675\"] { margin-bottom: 40px !important; }[data-css=\"tve-u-1628a10d3b4\"] { margin-bottom: 40px !important; }[data-css=\"tve-u-162718bd0c0\"] { clip-path: url(\"#clip-tablet-top-a3b25e1c9221a\"); -webkit-clip-path: url(\"#clip-tablet-top-a3b25e1c9221a\");  background-color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-162717cb621\"] { z-index: 6; padding-top: 60px !important; margin-top: -90px !important; }[data-css=\"tve-u-162718a3b40\"] { max-width: 100%; min-height: 1px !important; }[data-css=\"tve-u-16271adf6cf\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-162493d5f13\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-162717fcf9d\"] { margin-top: -40px !important; padding-top: 90px !important; padding-left: 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-16260d3f4af\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16260d3f4aa\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1621fb65556\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1621fb68b97\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16260d8396c\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16260d8392c\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16260d39b83\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-16260c5ff07\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-16260ba2fa4\"] { padding: 50px 40px !important; }[data-css=\"tve-u-16260be7104\"] { max-width: 100%; }[data-css=\"tve-u-1621ebbbb6d\"] { margin-top: -1px !important; }[data-css=\"tve-u-1621eaaedd8\"] { clip-path: url(\"#clip-tablet-bottom-a2b9cf3198d6f\"); -webkit-clip-path: url(\"#clip-tablet-bottom-a2b9cf3198d6f\");  }[data-css=\"tve-u-1621e7e9950\"] { margin-top: -1px !important; }[data-css=\"tve-u-16229fa8c68\"] { padding: 0px 20px 20px !important; }[data-css=\"tve-u-1622f65ba70\"] { padding: 0px 20px 20px !important; }[data-css=\"tve-u-16249373b25\"] { padding-left: 20px !important; padding-right: 20px !important; padding-bottom: 20px !important; }[data-css=\"tve-u-162493b6b63\"] { padding-left: 20px !important; padding-bottom: 20px !important; padding-right: 20px !important; }[data-css=\"tve-u-16249367114\"] { margin-top: 20px !important; }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-1624935a201\"] { line-height: 1.3em !important; }[data-css=\"tve-u-16249358652\"] { line-height: 1.3em !important; }[data-css=\"tve-u-16249355087\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1625389b4ed\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1625389a3d5\"] { line-height: 1.3em !important; }[data-css=\"tve-u-16248fc42a1\"] { line-height: 1.3em !important; }[data-css=\"tve-u-162493a03b0\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-162493a03b0\"] .tcb-flex-col { flex-basis: 145px !important; }[data-css=\"tve-u-1622a159bcb\"] { float: none; max-width: 85%; margin: 0px auto !important; padding-top: 0px !important; }[data-css=\"tve-u-16229fa6a26\"] { margin-bottom: 20px !important; padding: 0px 20px 20px !important; }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16229ffbb7b\"] { min-height: inherit; margin-left: -20px; }[data-css=\"tve-u-1621ad46076\"] { margin-bottom: 0px !important; margin-top: 0px !important; padding: 50px 40px !important; }#tve_editor [data-css=\"tve-u-1621b028939\"] .tcb-button-link { font-size: 18px; }[data-css=\"tve-u-16223f02c16\"] { min-height: 54px; }[data-css=\"tve-u-1621b01355a\"] { max-width: 304px; padding: 2px !important; }[data-css=\"tve-u-1620af7eb3f\"] { float: none; z-index: 3; position: relative; display: block; max-width: 300px; width: 300px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621afda4fa\"] { max-width: 100%; margin-bottom: 30px !important; }[data-css=\"tve-u-16224716d62\"]::after { clear: both; }[data-css=\"tve-u-1621f0aa8f7\"] { margin-top: 0px !important; }[data-css=\"tve-u-1621e7e6c1d\"] { min-height: 150px; }[data-css=\"tve-u-1621e7edfd9\"] { clip-path: url(\"#clip-tablet-bottom-10ffac3b28f1d\"); -webkit-clip-path: url(\"#clip-tablet-bottom-10ffac3b28f1d\");  }[data-css=\"tve-u-1621ebf340c\"] { float: none; width: 100%; padding: 0px !important; margin-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621e7d5094\"] { min-height: 455px; }[data-css=\"tve-u-1621adea58b\"] > .tcb-flex-col > .tcb-col { justify-content: center; }[data-css=\"tve-u-16223dad661\"]::after { clear: both; }[data-css=\"tve-u-1621e8107f3\"] { float: none; margin-left: auto !important; margin-right: auto !important; margin-bottom: 20px !important; }[data-css=\"tve-u-16223b080b0\"] { float: none; margin-left: auto !important; margin-right: auto !important; margin-top: -1px !important; }[data-css=\"tve-u-1621eb3eb9f\"] { clip-path: url(\"#clip-tablet-bottom-ac98bb0e54b3b\"); -webkit-clip-path: url(\"#clip-tablet-bottom-ac98bb0e54b3b\");  }[data-css=\"tve-u-1621fe78878\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1621fe78878\"] { min-height: inherit; }#tve_editor [data-css=\"tve-u-1621e92e97f\"] { font-size: 22px !important; }#tve_editor [data-css=\"tve-u-1621e942b65\"] { letter-spacing: 0px; font-size: 1.5em !important; }#tve_editor [data-css=\"tve-u-1621fe1bd18\"] { letter-spacing: 0px; font-size: 1.5em !important; }#tve_editor [data-css=\"tve-u-1621fe1a1af\"] { font-size: 22px !important; }#tve_editor [data-css=\"tve-u-1621fe1725e\"] { letter-spacing: 0px; font-size: 1.5em !important; }#tve_editor [data-css=\"tve-u-1621fe1587d\"] { font-size: 22px !important; }[data-css=\"tve-u-1621ef118dc\"] { position: relative; top: 0px; left: 0px; width: 51%; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621ee3afec\"] { padding: 25px 10px 5px !important; }[data-css=\"tve-u-1621ee63e1c\"] { max-width: none; margin-bottom: 5px !important; }[data-css=\"tve-u-1621ee74a24\"] { top: 0px; right: 0px; font-size: 45px; width: 45px; height: 45px; float: none; padding-left: 0px !important; margin: 0px auto !important; }[data-css=\"tve-u-1621ee18a1c\"] { margin-top: 40px !important; margin-left: 20px !important; margin-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-1621fdcb4ea\"] { letter-spacing: 1px; font-size: 1.5em !important; }[data-css=\"tve-u-1621ec7f21a\"] { min-height: 150px; }[data-css=\"tve-u-1621eacf6af\"] { float: none; max-width: 230px; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621fd9c946\"] { max-width: 380px; float: none; width: 100%; margin: 0px auto !important; padding-left: 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-1621eb81205\"] { margin-top: 0px !important; }[data-css=\"tve-u-1621eb7ccb0\"] { min-height: 455px; }[data-css=\"tve-u-1621fd8766c\"] { min-height: 150px; }[data-css=\"tve-u-1621fd84d7b\"] { min-height: 430px; }[data-css=\"tve-u-1621e7c7aa1\"] .tcb-flex-col { flex-basis: 300px !important; }#tve_editor [data-css=\"tve-u-1621e7a7350\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621e7c899a\"] { float: none; max-width: 100%; margin-left: auto !important; margin-right: auto !important; margin-top: 0px !important; }[data-css=\"tve-u-1621e7c7aa1\"] { margin-left: -20px; flex-direction: row; }[data-css=\"tve-u-1621e7c7aa1\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-1621b3c8c52\"] { padding: 50px 40px !important; }[data-css=\"tve-u-1621fc0ce17\"] { margin-top: 10px !important; margin-bottom: 7px !important; }[data-css=\"tve-u-1621fbcad8c\"] { padding-left: 0px !important; padding-right: 30px !important; }[data-css=\"tve-u-1621fbacc60\"] { max-width: 177px; }[data-css=\"tve-u-1621fb68b97\"] { margin-left: -15px; min-height: inherit; padding: 20px !important; }[data-css=\"tve-u-1621fb68b97\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-1621fb65556\"] { margin-left: -15px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-1621fb65556\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-1621b200375\"] { float: none; max-width: 100%; margin: 0px auto !important; }[data-css=\"tve-u-1621b0e4fb7\"] { max-width: 100%; float: none; z-index: 3; position: relative; margin-right: auto !important; margin-left: auto !important; margin-bottom: 20px !important; }#tve_editor [data-css=\"tve-u-1621b10fccf\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621ae0bec7\"] { background-image: none !important; margin-top: 0px !important; }[data-css=\"tve-u-1621ae6c8da\"] { clip-path: url(\"#clip-tablet-top-aa2c3e3c70555\"); -webkit-clip-path: url(\"#clip-tablet-top-aa2c3e3c70555\");  }[data-css=\"tve-u-1621adba9ef\"] { clip-path: url(\"#clip-tablet-top-52d5a36c151aa\"); -webkit-clip-path: url(\"#clip-tablet-top-52d5a36c151aa\");  }[data-css=\"tve-u-1621ad420c4\"] { max-width: 100%; min-height: 1px !important; }[data-css=\"tve-u-1621f45bed3\"] { padding: 0px !important; }[data-css=\"tve-u-1621ae4fd21\"] { max-width: 100%; left: 0px; top: 0px; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621ae4db6e\"] { min-height: 300px; }#tve_editor [data-css=\"tve-u-1621afd8c98\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621afcc0bf\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621afceb00\"] { max-width: 100%; margin-bottom: 30px !important; }[data-css=\"tve-u-1621a98b602\"] { stroke-dasharray: 534.071, 534.071; }[data-css=\"tve-u-1621a9750ae\"] { font-size: 14.45px !important; line-height: 14.45px !important; }[data-css=\"tve-u-1621a9a2867\"] { font-size: 51px !important; line-height: 51px !important; }[data-css=\"tve-u-1621a9a2866\"] { margin-top: 42.5px !important; }[data-css=\"tve-u-1621a96b190\"] { width: 153px !important; height: 153px !important; top: 8.5px !important; bottom: 8.5px !important; left: 8.5px !important; right: 8.5px !important; }[data-css=\"tve-u-1621a9685d4\"] { stroke-width: 18px !important; }[data-css=\"tve-u-1621a9a2862\"] { width: 170px !important; height: 170px !important; }[data-css=\"tve-u-1621a983587\"] { float: none; border: 20px solid rgba(137, 141, 167, 0.24); margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621a8b2488\"] { float: none; max-width: 100%; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621a8a804b\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1621a8a804b\"] { margin-left: -24px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-1621a8a804b\"] > .tcb-flex-col { padding-left: 24px; }#tve_editor [data-css=\"tve-u-1621a2e0d5b\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621b028939\"] { position: relative; float: left; z-index: 3; display: block; max-width: 300px; width: 300px; margin-top: 15px !important; }[data-css=\"tve-u-1621adea58b\"] { margin-left: -30px; }[data-css=\"tve-u-1621adea58b\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-1621ade6172\"] { max-width: 100%; position: static; }#tve_editor [data-css=\"tve-u-16248fc42a1\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-16249355087\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-16249358652\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-1624935a201\"] { font-size: 18px !important; }[data-css=\"tve-u-1624939a960\"] { margin-bottom: 0px !important; padding-bottom: 20px !important; padding-left: 20px !important; padding-right: 20px !important; }[data-css=\"tve-u-162493a03b0\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-162493a03b0\"] { min-height: inherit; margin-left: -20px; }#tve_editor [data-css=\"tve-u-1625389a3d5\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-1625389b4ed\"] { font-size: 18px !important; }[data-css=\"tve-u-16260c39a7e\"] { float: none; max-width: 100%; margin: 0px auto !important; }[data-css=\"tve-u-16260d3f4aa\"] { margin-left: -15px; min-height: inherit; padding: 20px !important; }[data-css=\"tve-u-16260d3f4aa\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-16260d3f4af\"] { margin-left: -15px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-16260d3f4af\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-16260d8392c\"] { margin-left: -15px; min-height: inherit; padding: 20px !important; }[data-css=\"tve-u-16260d8392c\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-16260d8396c\"] { margin-left: -15px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-16260d8396c\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-16260da3aa7\"] { float: none; max-width: 100%; margin: 0px !important; }[data-css=\"tve-u-162717cb609\"] { max-width: 100%; min-height: 1px !important; }[data-css=\"tve-u-162717cb60a\"] { padding: 0px !important; }[data-css=\"tve-u-162717cb618\"] { float: none; max-width: 100%; margin-top: 60px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-162717cb620\"] { clip-path: url(\"#clip-tablet-bottom-c883ac5175045\"); -webkit-clip-path: url(\"#clip-tablet-bottom-c883ac5175045\");  background-attachment: scroll, fixed !important; background-image: linear-gradient(rgba(0, 0, 0, 0.46), rgba(0, 0, 0, 0.46)), url(\"https://bestcerakoteflorida.com/wp-content/uploads/2018/05/FTYS6743.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-162717d1bbf\"] { margin-left: 0px; padding: 25px 25px 0px !important; }[data-css=\"tve-u-162717d1bbf\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-162717d1bb7\"] { max-width: 51.3%; }[data-css=\"tve-u-162717d1bb9\"] { max-width: 15.3%; }[data-css=\"tve-u-162717d1bb6\"] { padding-left: 0px !important; }[data-css=\"tve-u-162717d1bbc\"] { border-left: none; border-right: none; padding-left: 30px !important; padding-bottom: 10px !important; }[data-css=\"tve-u-162717d1bbe\"] { max-width: 100%; margin-left: 0px !important; margin-right: 30px !important; }[data-css=\"tve-u-164179bced9\"] { border-right: none; padding-left: 30px !important; padding-right: 0px !important; }[data-css=\"tve-u-16417b62c09\"] { max-width: 177px; }[data-css=\"tve-u-16417b662bf\"] { max-width: 177px; }[data-css=\"tve-u-16417e5bd95\"] { font-size: 14px; width: 14px; height: 14px; margin-bottom: -14px !important; margin-left: 0px !important; }[data-css=\"tve-u-1641c1b33f9\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-1641c1b456a\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-1641c1b52d3\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-1641c1b60b4\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-16959822de2\"] { margin-right: 1px !important; padding-right: 10px !important; padding-top: 10px !important; }[data-css=\"tve-u-16959cd1e7a\"] { margin-top: 60px !important; margin-bottom: 10px !important; }[data-css=\"tve-u-1695a3002e2\"] { margin-top: 15px !important; }[data-css=\"tve-u-1695d995f33\"] { margin-top: 40px !important; margin-left: 20px !important; margin-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-1695dd27f6a\"] { max-width: 60%; width: 60%; }[data-css=\"tve-u-16413112747\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1621f0d2c1a\"] { max-width: 50%; margin-left: auto !important; margin-right: auto !important; float: none; }#tve_editor [data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_5402f616 > a { fill: rgb(0, 0, 0) !important; color: rgb(0, 0, 0) !important; font-family: Merriweather; font-weight: 500; }#tve_editor [data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_13475a66 > a { fill: rgb(0, 0, 0) !important; color: rgb(0, 0, 0) !important; font-family: Merriweather; font-weight: 500; }#tve_editor [data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_a19cc162 > a { fill: rgb(0, 0, 0) !important; color: rgb(0, 0, 0) !important; font-family: Merriweather; font-weight: 500; }#tve_editor [data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_hgZvKxml > a { fill: rgb(0, 0, 0) !important; color: rgb(0, 0, 0) !important; font-family: Merriweather; font-weight: 500; }[data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_5402f616 > a { font-weight: 700 !important; }[data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_13475a66 > a { font-weight: 700 !important; }[data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_a19cc162 > a { font-weight: 700 !important; }[data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_hgZvKxml > a { font-weight: 700 !important; }#tve_editor [data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_5402f616 strong { font-weight: 700; }#tve_editor [data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_13475a66 strong { font-weight: 700; }#tve_editor [data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_a19cc162 strong { font-weight: 700; }#tve_editor [data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_hgZvKxml strong { font-weight: 700; }[data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_5402f616 { background-color: transparent; border-bottom: 1px solid rgb(0, 0, 0); }[data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_13475a66 { background-color: transparent; border-bottom: 1px solid rgb(0, 0, 0); }[data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_a19cc162 { background-color: transparent; border-bottom: 1px solid rgb(0, 0, 0); }[data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_hgZvKxml { background-color: transparent; border-bottom: 1px solid rgb(0, 0, 0); }[data-css=\"tve-u-1695e821f4c\"] .tve_w_menu { background-color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1695e821f4c\"] .tcb-icon-open > :first-child { color: rgb(255, 255, 255); }[data-css=\"tve-u-1695e821f4c\"] { border-bottom: none; }}@media (max-width: 767px){[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-16417e9d24e\"]::after { clear: both; }[data-css=\"tve-u-16417b70f47\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 0px !important; }[data-css=\"tve-u-1621e819c52\"] { min-height: 100px; }[data-css=\"tve-u-1621e8107f3\"] { max-width: 100px; }[data-css=\"tve-u-1621fd8766c\"] { min-height: 144px; }[data-css=\"tve-u-1621ec79a7d\"] { min-height: 100px; }[data-css=\"tve-u-1621ec78d2c\"] { max-width: 100px; }[data-css=\"tve-u-1621ec7f21a\"] { min-height: 144px; }[data-css=\"tve-u-1621e7e6c1d\"] { min-height: 144px; }[data-css=\"tve-u-16417b4cb9e\"] { padding-bottom: 30px !important; }[data-css=\"tve-u-1621ec752da\"] { min-height: 100px; }[data-css=\"tve-u-1621ec6c39b\"] { max-width: 100px; }[data-css=\"tve-u-1621fd84d7b\"] { min-height: 430px; }[data-css=\"tve-u-1621e7c7aa1\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16223dad661\"] { padding-top: 0px !important; }[data-css=\"tve-u-1621b3c74d9\"] { max-width: 100%; }[data-css=\"tve-u-1621eb81205\"] { max-width: 100%; margin-bottom: 20px !important; }[data-css=\"tve-u-1621e7ceab3\"] { max-width: 100%; margin-bottom: 20px !important; }[data-css=\"tve-u-1621f0b0088\"] { min-height: 120px !important; }[data-css=\"tve-u-1621f0da775\"] { float: none; width: 100%; max-width: 280px; margin: 0px auto 20px !important; }[data-css=\"tve-u-1621ee37f4a\"] { min-height: 260px; }[data-css=\"tve-u-1621ee3afec\"] > .tve-cb { display: flex; justify-content: center; flex-direction: column; }[data-css=\"tve-u-1621ee63e1c\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1641367127b\"] { font-size: 30px; width: 30px; height: 30px; }[data-css=\"tve-u-1641367e553\"] { float: none; font-size: 30px; width: 30px; height: 30px; margin: -30px auto 30px !important; padding-right: 10px !important; }[data-css=\"tve-u-1621ada1e7f\"] { padding: 0px !important; }[data-css=\"tve-u-162717cb617\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-162717cb617\"] { min-height: inherit; }[data-css=\"tve-u-16229fa6a26\"] { height: calc(100% - 21px); margin-bottom: 0px !important; margin-top: 21px !important; }[data-css=\"tve-u-1624939a960\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-162493a03b0\"] .tcb-flex-col { flex-basis: 400px !important; }[data-css=\"tve-u-1621a2247ba\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-162717cb60f\"] { margin-bottom: 25px !important; }[data-css=\"tve-u-162717d1bbf\"] .tcb-flex-col { flex-basis: 225px !important; }[data-css=\"tve-u-1621ee3afec\"] { max-width: 100%; padding: 10px !important; position: static !important; }#tve_editor [data-css=\"tve-u-1641333d7d1\"] { font-size: 14px !important; }[data-css=\"tve-u-162717cb60b\"] { margin-top: 0px !important; }[data-css=\"tve-u-162717cb621\"] { z-index: 2; padding-left: 20px !important; padding-right: 20px !important; margin-top: -160px !important; padding-top: 35px !important; }[data-css=\"tve-u-162717cb617\"] .tcb-flex-col { flex-basis: 435px !important; }[data-css=\"tve-u-16369305186\"] { float: none; width: 100%; max-width: 279px; z-index: 3; position: relative; margin: 0px auto !important; }#tcb_landing_page h6 { line-height: 1.4em; }#tcb_landing_page h5 { line-height: 1.3em; }#tcb_landing_page p, #tcb_landing_page li { font-size: 14px; }#tcb_landing_page h2 { font-size: 28px; }#tcb_landing_page h1 { font-size: 35px; }[data-css=\"tve-u-16260ba2fa4\"] { padding-bottom: 40px !important; padding-left: 20px !important; padding-right: 20px !important; }[data-css=\"tve-u-1628a10d3b4\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-1628a12f675\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-162717cb610\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-16271bfe70c\"] { padding: 0px !important; }[data-css=\"tve-u-162717fcf9d\"] { z-index: 1; border: none; margin-top: 0px !important; padding-top: 75px !important; padding-left: 20px !important; padding-right: 20px !important; }[data-css=\"tve-u-162718bd0c0\"] { clip-path: url(\"#clip-mobile-top-a3b25e1c9221a\"); -webkit-clip-path: url(\"#clip-mobile-top-a3b25e1c9221a\");  }[data-css=\"tve-u-1621eb3eb9f\"] { clip-path: url(\"#clip-mobile-bottom-ac98bb0e54b3b\"); -webkit-clip-path: url(\"#clip-mobile-bottom-ac98bb0e54b3b\");  }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col > .tcb-col { min-height: 155px; }[data-css=\"tve-u-16229ffbb7b\"] { min-height: inherit; margin-left: 0px; }[data-css=\"tve-u-16229fa8c68\"] { height: calc(100% - 28px); margin-bottom: 0px !important; margin-top: 20px !important; }[data-css=\"tve-u-1622f65ba70\"] { height: calc(100% - 20px); margin-bottom: 0px !important; margin-top: 20px !important; }[data-css=\"tve-u-16229f6175c\"] { margin-top: 0px !important; }[data-css=\"tve-u-1622a159bcb\"] { float: none; max-width: 100%; margin-left: auto !important; margin-right: auto !important; padding-top: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-16229ae62a7\"] { border-right: none; }#tve_editor [data-css=\"tve-u-16228c764b2\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-16228c75500\"] { font-size: 18px !important; }[data-css=\"tve-u-1621fb65556\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-1621a983587\"] { border: 20px solid rgba(137, 141, 167, 0.32); }[data-css=\"tve-u-1621ee74a24\"] { float: none; margin-left: auto !important; margin-right: auto !important; margin-bottom: 10px !important; }[data-css=\"tve-u-1621afda4fa\"] { max-width: 100%; margin-bottom: 20px !important; }[data-css=\"tve-u-16223f02c16\"] { min-height: 54px; }[data-css=\"tve-u-1621f0aa8f7\"] { margin-top: 0px !important; }#tve_editor [data-css=\"tve-u-1622444fb11\"] { letter-spacing: 0px; }[data-css=\"tve-u-16224439be1\"] { padding: 0px !important; }[data-css=\"tve-u-1621fb68b97\"] { padding: 0px !important; }[data-css=\"tve-u-1621afceb00\"] { max-width: 100%; margin-bottom: 30px !important; }[data-css=\"tve-u-1621b0e4fb7\"] { float: none; margin-right: auto !important; margin-bottom: 30px !important; padding-left: 0px !important; margin-left: auto !important; }[data-css=\"tve-u-1621ebf340c\"] { padding-bottom: 40px !important; }[data-css=\"tve-u-1621ea50702\"] { float: none; width: 100%; padding: 0px !important; margin-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621e7d5094\"] { min-height: 430px; }[data-css=\"tve-u-1621eb7ccb0\"] { min-height: 430px; }[data-css=\"tve-u-1621ee03000\"] { flex-direction: column; }[data-css=\"tve-u-16223fe5f5b\"] { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621f0d2c1a\"] { margin-left: 25px !important; margin-right: 25px !important; }[data-css=\"tve-u-1621ee18a1c\"] { margin: 0px 20px 20px 0px !important; }[data-css=\"tve-u-1621ef118dc\"] { top: 0px; width: 154px; position: relative; float: none; z-index: 5; left: 0px; margin: 5px auto 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-1621fd9c946\"] { max-width: 100%; margin-top: 0px !important; margin-left: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-16223fc9f23\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-1621e7c899a\"] { max-width: none; float: none; margin-top: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621b3c8c52\"] { padding: 40px 20px !important; }[data-css=\"tve-u-1621fbcad8c\"] { padding: 20px !important; }[data-css=\"tve-u-1621fb65556\"] { margin-left: 0px; padding: 0px !important; }[data-css=\"tve-u-1621fbacc60\"] { max-width: 126px; float: none; margin-left: auto !important; margin-right: auto !important; margin-top: 20px !important; }[data-css=\"tve-u-1621b200375\"] { float: none; margin-top: 0px !important; margin-left: auto !important; margin-right: auto !important; }#tve_editor [data-css=\"tve-u-1621b10fccf\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621b028939\"] { display: block; max-width: 100%; width: 100%; float: none; min-width: 100%; margin-left: auto !important; margin-right: auto !important; margin-top: 0px !important; }[data-css=\"tve-u-1621ae4db6e\"] { min-height: 270px; }[data-css=\"tve-u-1621ae6c8da\"] { clip-path: url(\"#clip-mobile-top-aa2c3e3c70555\"); -webkit-clip-path: url(\"#clip-mobile-top-aa2c3e3c70555\");  }[data-css=\"tve-u-1621adba9ef\"] { clip-path: url(\"#clip-mobile-top-52d5a36c151aa\"); -webkit-clip-path: url(\"#clip-mobile-top-52d5a36c151aa\");  }[data-css=\"tve-u-16223f02c16\"]::after { clear: both; }[data-css=\"tve-u-1621b01355a\"] { max-width: 100%; float: none; margin-left: auto !important; margin-right: auto !important; margin-bottom: 15px !important; }[data-css=\"tve-u-1620af7eb3f\"] { float: none; display: block; max-width: 100%; width: 100%; min-width: 100%; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621ae0bec7\"]::after { clear: both; }[data-css=\"tve-u-1621f45bed3\"] { padding: 40px 20px 0px !important; }[data-css=\"tve-u-1621ad46076\"] { margin: 0px !important; padding: 30px 20px !important; }[data-css=\"tve-u-1621adea58b\"] { flex-flow: row-reverse wrap-reverse !important; }[data-css=\"tve-u-1621ae4fd21\"] { margin-top: 0px !important; position: static !important; }[data-css=\"tve-u-1621a8b2488\"] { float: none; max-width: 100%; margin-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621a8a804b\"] { padding-left: 0px !important; padding-right: 0px !important; }#tve_editor [data-css=\"tve-u-1621a2e0d5b\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621e7c7aa1\"] { flex-direction: column; min-height: inherit; }[data-css=\"tve-u-16249367114\"] { margin-top: 0px !important; }[data-css=\"tve-u-16249373b25\"] { height: calc(100% - 20px); margin-bottom: 0px !important; background-image: linear-gradient(rgb(248, 249, 251), rgb(248, 249, 251)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; margin-top: 20px !important; }[data-css=\"tve-u-162493a03b0\"] > .tcb-flex-col > .tcb-col { min-height: 155px; }[data-css=\"tve-u-162493a03b0\"] { min-height: inherit; }[data-css=\"tve-u-162493b6b63\"] { height: calc(100% - 20px); margin-bottom: 0px !important; margin-top: 20px !important; }[data-css=\"tve-u-16260c39a7e\"] { float: none; margin-top: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-16260d3f4aa\"] { padding: 0px !important; }[data-css=\"tve-u-16260d3f4af\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-16260d3f4af\"] { margin-left: 0px; padding: 0px !important; }[data-css=\"tve-u-16260d8392c\"] { padding: 0px !important; }[data-css=\"tve-u-16260d8396c\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-16260d8396c\"] { margin-left: 0px; padding: 0px !important; }[data-css=\"tve-u-16260da3aa7\"] { float: none; margin-top: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-162717cb618\"] { margin: 140px 0px 0px !important; }[data-css=\"tve-u-162717cb620\"] { clip-path: url(\"#clip-mobile-bottom-c883ac5175045\"); -webkit-clip-path: url(\"#clip-mobile-bottom-c883ac5175045\");  opacity: 1; filter: grayscale(0%) blur(0px); background-image: linear-gradient(rgba(0, 0, 0, 0.51), rgba(0, 0, 0, 0.51)), url(\"https://bestcerakoteflorida.com/wp-content/uploads/2018/05/FTYS6743.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-162717cb60a\"] { padding: 0px !important; }#tve_editor [data-css=\"tve-u-162717cb616\"] { font-size: 27px !important; }[data-css=\"tve-u-162717d1bbf\"] > .tcb-flex-col { padding-left: 18px; }[data-css=\"tve-u-162717d1bbf\"] { margin-left: -18px; padding: 10px !important; flex-flow: row wrap !important; }[data-css=\"tve-u-162717d1bbe\"] { border-bottom: 1px solid rgba(255, 255, 255, 0.2); border-right: none; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-162717d1bbc\"] { border: none; padding-left: 0px !important; padding-right: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-162717d1bb6\"] { border: none; padding-top: 0px !important; padding-left: 0px !important; margin-bottom: 1px !important; margin-top: -5px !important; padding-bottom: 10px !important; }[data-css=\"tve-u-164179a84b8\"] { float: none; width: 100%; max-width: 155px; z-index: 3; position: relative; margin-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-164179bced9\"] { border-right: none; position: relative; max-width: 250px; float: none; padding-left: 0px !important; padding-right: 0px !important; margin-top: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-16417b62c09\"] { max-width: 126px; float: none; margin-left: auto !important; margin-right: auto !important; margin-top: 20px !important; }[data-css=\"tve-u-16417b662bf\"] { max-width: 126px; float: none; margin-left: auto !important; margin-right: auto !important; margin-top: 20px !important; }[data-css=\"tve-u-16417e5bd95\"] { margin: 3px 10px 0px 0px !important; }#tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] p, #tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] li, #tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] blockquote, #tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] address, #tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] .tcb-plain-text, #tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] label { font-size: 18px; }[data-css=\"tve-u-16959822de2\"] { float: none; padding-top: 10px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621ee58e74\"] { border-right: none !important; }[data-css=\"tve-u-1695d995f33\"] { margin: 0px 20px 20px 0px !important; }#tve_editor [data-css=\"tve-u-1695e821f4c\"] .tcb-icon-open > :first-child { color: rgb(255, 255, 255); }[data-css=\"tve-u-1695e821f4c\"] .tcb-icon-open { font-size: 25px !important; width: 25px !important; height: 25px !important; }}'),(6758,564,'tve_revision_tve_disable_theme_dependency','1'),(6507,106,'tve_user_custom_css_tcb2-thrivebiz-car-wash',''),(6508,106,'tve_has_masonry_tcb2-thrivebiz-car-wash','0'),(6509,106,'tve_has_typefocus_tcb2-thrivebiz-car-wash','0'),(6510,106,'tve_has_wistia_popover_tcb2-thrivebiz-car-wash','0'),(6511,106,'tve_page_events_tcb2-thrivebiz-car-wash','a:0:{}'),(6512,106,'thrive_icon_pack_tcb2-thrivebiz-car-wash','0'),(6513,106,'tve_disable_theme_dependency_tcb2-thrivebiz-car-wash','1'),(6514,106,'tve_globals_tcb2-thrivebiz-car-wash','a:2:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";s:8:\"font_cls\";a:0:{}}'),(6516,106,'tve_content_before_more_tcb2-thrivebiz-car-wash','<div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-162717d1bbe\" wfd-id=\"471\"><div class=\"tcb-flex-row tcb-medium-no-wrap v-2 tcb--cols--3 m-edit tcb-mobile-wrap tcb-resized\" data-css=\"tve-u-162717d1bbf\" wfd-id=\"472\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1695981e7bb\" wfd-id=\"489\"><div class=\"tcb-col\" data-css=\"tve-u-16959846d3d\" wfd-id=\"491\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16959822de2\" wfd-id=\"492\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"493\"><img class=\"tve_image wp-image-465\" alt=\"\" width=\"384\" height=\"62\" title=\"Blackhawk_custom_header\" data-id=\"465\" src=\"https://bestcerakoteflorida.com/wp-content/uploads/2019/01/Blackhawk_custom_header.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717d1bb9\" style=\"\" wfd-id=\"482\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717d1bb6\" wfd-id=\"484\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-164179a84b8\" wfd-id=\"485\">\n<div class=\"tve-content-box-background\" wfd-id=\"488\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"486\"><div class=\"tcb-clear\" wfd-id=\"487\"></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717d1bb7\" style=\"\" wfd-id=\"473\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717d1bbc\" wfd-id=\"475\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16369305186\" wfd-id=\"476\">\n<div class=\"tve-content-box-background\" wfd-id=\"481\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16417e9d24e\" wfd-id=\"477\"><div class=\"tcb-clear\" wfd-id=\"479\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-16417e5bd95\" data-float=\"1\" wfd-id=\"480\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-envelope-regular\" data-name=\"\">\n            <path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path>\n        </svg></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-164179bced9\" wfd-id=\"478\"><p data-css=\"tve-u-1641333d7d1\"><a href=\"mailto:info@bestcerkoteflorida.com\" target=\"_blank\">info@bestcerakoteflorida.com</a></p></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-162717cb621\" data-value-type=\"percent\" wfd-id=\"444\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-162717cb620\" data-clip-id=\"c883ac5175045\" wfd-id=\"470\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-c883ac5175045\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"4\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9301, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-c883ac5175045\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9476, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-c883ac5175045\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9651, 1 1, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-162717cb609\" wfd-id=\"445\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-162717cb618\" wfd-id=\"446\"><div class=\"tcb-flex-row tcb-medium-wrap tcb-resized v-2 tcb--cols--2\" data-css=\"tve-u-162717cb617\" wfd-id=\"447\"><div class=\"tcb-flex-col\" data-css=\"tve-u-162717cb601\" style=\"\" wfd-id=\"461\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717cb60a\" wfd-id=\"463\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h1\" data-css=\"tve-u-162717cb610\" wfd-id=\"467\"><h1 data-css=\"tve-u-162717cb616\" style=\"text-align: center;\">&nbsp;<strong>â€‹</strong><strong>Protect What\'s Important To You! With The Toughest Ceramic Finish In The World!</strong></h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162717cb60f\" wfd-id=\"464\"><h2 class=\"\" data-css=\"tve-u-1695a36117b\" style=\"text-align: center;\"><strong>Heat, Water, Salt and Sand just some of the conditions you face. And any one of them is just waiting, to get a hold of your firearm and leave it a pile of rusted, pitted junk.</strong></h2><h2 class=\"\" data-css=\"tve-u-16413112747\" style=\"text-align: center;\"><strong>Unfortunately, there wasn\'t much you could do other than keep cleaning and lubricating your firearms...till NOW!</strong></h2></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717cb600\" style=\"\" wfd-id=\"448\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717cb60b\" wfd-id=\"450\"><div class=\"thrv_responsive_video thrv_wrapper rv_style_lifted_style2\" data-type=\"youtube\" data-rel=\"0\" data-url=\"https://www.youtube.com/watch?v=a1nyu9ZJiEk\" data-css=\"tve-u-16959cd1e7a\" data-modestbranding=\"1\" wfd-id=\"458\">\n	\n\n	<div class=\"tve_responsive_video_container\" wfd-id=\"459\">\n		<div class=\"video_overlay\" wfd-id=\"460\"></div>\n	<iframe data-code=\"TEOqV1Q16lU\" data-provider=\"youtube\" src=\"https://www.youtube.com/embed/TEOqV1Q16lU?rel=0&amp;modestbranding=1&amp;controls=1&amp;showinfo=1&amp;fs=1&amp;wmode=transparent\" data-src=\"https://www.youtube.com/embed/TEOqV1Q16lU?rel=0&amp;modestbranding=1&amp;controls=1&amp;showinfo=1&amp;fs=1&amp;wmode=transparent\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\n</div><div class=\"thrv_wrapper thrv-button tcb-with-icon\" data-css=\"tve-u-1695a3002e2\" data-tcb_hover_state_parent=\"\" data-button-style=\"border_1\" wfd-id=\"451\">\n	<a href=\"tel:1-954-848-1911\" class=\"tcb-button-link\" target=\"_blank\" rel=\"\"><span class=\"tcb-button-icon\" wfd-id=\"456\">\n	<div class=\"thrv_wrapper thrv_icon tve_no_drag tve_no_icons tcb-icon-inherit-style tcb-icon-display\" wfd-id=\"457\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-phone-plus-light\" data-name=\"\">\n            <path d=\"M8 128h88v88c0 4.4 3.6 8 8 8h16c4.4 0 8-3.6 8-8v-88h88c4.4 0 8-3.6 8-8v-16c0-4.4-3.6-8-8-8h-88V8c0-4.4-3.6-8-8-8h-16c-4.4 0-8 3.6-8 8v88H8c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8zM487.8 24.1L387 .8c-14.7-3.4-29.8 4.2-35.8 18.1l-46.5 108.5c-5.5 12.7-1.8 27.7 8.9 36.5l53.9 44.1c-34 69.2-90.3 125.6-159.6 159.6l-44.1-53.9c-8.8-10.7-23.8-14.4-36.5-8.9L18.9 351.3c-13.9 6-21.5 21-18.1 35.8L24 487.9C27.3 502 39.9 512 54.5 512 306.7 512 512 307.8 512 54.5c0-14.6-10-27.2-24.2-30.4zM55.1 480l-23-99.6 107.4-46 59.5 72.8c103.6-48.6 159.7-104.9 208.1-208.1l-72.8-59.5 46-107.4 99.6 23C479.7 289.7 289.6 479.7 55.1 480z\"></path>\n        </svg></div>\n</span>\n\n		<span class=\"tcb-button-texts\" wfd-id=\"452\"><span class=\"tcb-button-text thrv-inline-text\" wfd-id=\"453\">CALL NOW</span></span>\n	</a>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-162717fcf9d\" data-value-type=\"percent\" wfd-id=\"369\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-162718bd0c0\" data-clip-id=\"a3b25e1c9221a\" wfd-id=\"443\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0875\"></polygon></clipPath><clipPath id=\"clip-tablet-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"6\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.1051\"></polygon></clipPath><clipPath id=\"clip-mobile-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"1\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0175\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-162718a3b40\" wfd-id=\"370\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622a159bcb\" wfd-id=\"371\">\n<div class=\"tve-content-box-background\" wfd-id=\"442\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"372\"><div class=\"thrv_wrapper thrv-columns\" wfd-id=\"428\"><div class=\"tcb-flex-row tcb--cols--2\" wfd-id=\"429\"><div class=\"tcb-flex-col\" wfd-id=\"436\"><div class=\"tcb-col\" wfd-id=\"438\"><div class=\"thrv_wrapper thrv_text_element\" wfd-id=\"439\"><p>Enter your text here...</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"430\"><div class=\"tcb-col\" wfd-id=\"432\"><div class=\"thrv_wrapper thrv_text_element\" wfd-id=\"433\"><p>Enter your text here...</p></div></div></div></div></div><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621a2247ba\" wfd-id=\"425\"><h2 data-css=\"tve-u-1621a2e0d5b\">our services</h2></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16229f6175c\" wfd-id=\"400\"><div class=\"tcb-flex-row tcb-medium-no-wrap tcb--cols--3 v-2\" data-css=\"tve-u-162493a03b0\" wfd-id=\"401\"><div class=\"tcb-flex-col\" wfd-id=\"418\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1624939a960\" data-tcb_hover_state_parent=\"\" wfd-id=\"420\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-162493d5f13\" data-float=\"1\" wfd-id=\"424\"><svg class=\"tcb-icon\" viewBox=\"0 0 14 28\" data-name=\"bolt\">\n<path d=\"M13.828 8.844c0.172 0.187 0.219 0.453 0.109 0.688l-8.437 18.078c-0.125 0.234-0.375 0.391-0.656 0.391-0.063 0-0.141-0.016-0.219-0.031-0.344-0.109-0.547-0.438-0.469-0.766l3.078-12.625-6.344 1.578c-0.063 0.016-0.125 0.016-0.187 0.016-0.172 0-0.359-0.063-0.484-0.172-0.187-0.156-0.25-0.391-0.203-0.609l3.141-12.891c0.078-0.297 0.359-0.5 0.688-0.5h5.125c0.391 0 0.703 0.297 0.703 0.656 0 0.094-0.031 0.187-0.078 0.281l-2.672 7.234 6.188-1.531c0.063-0.016 0.125-0.031 0.187-0.031 0.203 0 0.391 0.094 0.531 0.234z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"422\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-162494b490e\" wfd-id=\"423\"><h4 data-css=\"tve-u-16249355087\" style=\"text-align: left;\">Express exterior</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162494b7ad0\" wfd-id=\"421\"><p data-css=\"tve-u-162492e70ad\">Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"409\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162493b6b63\" data-tcb_hover_state_parent=\"\" wfd-id=\"411\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b456a\" wfd-id=\"417\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"adjust\">\n<path d=\"M12 22.5v-17c-4.688 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"415\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1af44d\" wfd-id=\"416\"><h4 data-css=\"tve-u-16249358652\" style=\"text-align: left;\">Interior clean</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"412\"><p data-css=\"tve-u-162492e70ad\">Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"402\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16249373b25\" wfd-id=\"404\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b52d3\" wfd-id=\"408\"><svg class=\"tcb-icon\" viewBox=\"0 0 26 28\" data-name=\"umbrella\">\n<path d=\"M14 12.938v9.063c0 2.172-1.828 4-4 4s-4-1.828-4-4c0-0.547 0.453-1 1-1s1 0.453 1 1c0 1.047 0.953 2 2 2s2-0.953 2-2v-9.063c0.328-0.109 0.656-0.172 1-0.172s0.672 0.063 1 0.172zM26 13.359c0 0.266-0.234 0.5-0.5 0.5-0.141 0-0.25-0.063-0.359-0.156-0.906-0.844-1.75-1.437-3.047-1.437-1.484 0-2.766 0.922-3.609 2.094-0.187 0.266-0.328 0.547-0.5 0.812-0.109 0.172-0.234 0.266-0.438 0.266-0.219 0-0.344-0.094-0.453-0.266-0.172-0.266-0.313-0.547-0.5-0.812-0.844-1.172-2.109-2.094-3.594-2.094s-2.75 0.922-3.594 2.094c-0.187 0.266-0.328 0.547-0.5 0.812-0.109 0.172-0.234 0.266-0.453 0.266-0.203 0-0.328-0.094-0.438-0.266-0.172-0.266-0.313-0.547-0.5-0.812-0.844-1.172-2.125-2.094-3.609-2.094-1.297 0-2.141 0.594-3.047 1.437-0.109 0.094-0.219 0.156-0.359 0.156-0.266 0-0.5-0.234-0.5-0.5 0-0.047 0-0.078 0.016-0.109 1.437-5.906 7.141-9.25 12.984-9.25 5.812 0 11.578 3.344 12.984 9.25 0.016 0.031 0.016 0.063 0.016 0.109zM14 2v1.531c-0.328-0.016-0.672-0.031-1-0.031s-0.672 0.016-1 0.031v-1.531c0-0.547 0.453-1 1-1s1 0.453 1 1z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"406\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b01a6\" wfd-id=\"407\"><h4 data-css=\"tve-u-1624935a201\" style=\"text-align: left;\">Wax protection</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"405\"><p data-css=\"tve-u-162492e70ad\">Etiam pharetra, erat sed fermentum feugiat, velit mauris</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16249367114\" wfd-id=\"373\"><div class=\"tcb-flex-row tcb-medium-no-wrap tcb--cols--3 v-2\" data-css=\"tve-u-16229ffbb7b\" wfd-id=\"374\"><div class=\"tcb-flex-col\" wfd-id=\"391\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229fa6a26\" wfd-id=\"393\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b33f9\" wfd-id=\"399\"><svg class=\"tcb-icon\" viewBox=\"0 0 26 28\" data-name=\"magic\">\n<path d=\"M18.594 9.078l4.578-4.578-1.672-1.672-4.578 4.578zM25.578 4.5c0 0.266-0.094 0.516-0.281 0.703l-20.094 20.094c-0.187 0.187-0.438 0.281-0.703 0.281s-0.516-0.094-0.703-0.281l-3.094-3.094c-0.187-0.187-0.281-0.438-0.281-0.703s0.094-0.516 0.281-0.703l20.094-20.094c0.187-0.187 0.438-0.281 0.703-0.281s0.516 0.094 0.703 0.281l3.094 3.094c0.187 0.187 0.281 0.438 0.281 0.703zM4.469 1.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531zM9.938 4.062l3.063 0.938-3.063 0.938-0.938 3.063-0.938-3.063-3.063-0.938 3.063-0.938 0.938-3.063zM24.469 11.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531zM14.469 1.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"397\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b0a67\" wfd-id=\"398\"><h4 data-css=\"tve-u-16248fc42a1\" style=\"text-align: left;\">Dust &amp; Dash Console</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"394\"><p data-css=\"tve-u-162492e70ad\">Duis sed odio sit amet nibh vulputate cursus a sit amet mauris.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"384\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1622f65ba70\" wfd-id=\"386\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b60b4\" wfd-id=\"390\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"certificate\">\n<path d=\"M21.5 14l2.156 2.109c0.297 0.281 0.406 0.703 0.313 1.094-0.109 0.391-0.422 0.703-0.812 0.797l-2.938 0.75 0.828 2.906c0.109 0.391 0 0.812-0.297 1.094-0.281 0.297-0.703 0.406-1.094 0.297l-2.906-0.828-0.75 2.938c-0.094 0.391-0.406 0.703-0.797 0.812-0.094 0.016-0.203 0.031-0.297 0.031-0.297 0-0.594-0.125-0.797-0.344l-2.109-2.156-2.109 2.156c-0.281 0.297-0.703 0.406-1.094 0.313-0.406-0.109-0.703-0.422-0.797-0.812l-0.75-2.938-2.906 0.828c-0.391 0.109-0.812 0-1.094-0.297-0.297-0.281-0.406-0.703-0.297-1.094l0.828-2.906-2.938-0.75c-0.391-0.094-0.703-0.406-0.812-0.797-0.094-0.391 0.016-0.812 0.313-1.094l2.156-2.109-2.156-2.109c-0.297-0.281-0.406-0.703-0.313-1.094 0.109-0.391 0.422-0.703 0.812-0.797l2.938-0.75-0.828-2.906c-0.109-0.391 0-0.812 0.297-1.094 0.281-0.297 0.703-0.406 1.094-0.297l2.906 0.828 0.75-2.938c0.094-0.391 0.406-0.703 0.797-0.797 0.391-0.109 0.812 0 1.094 0.297l2.109 2.172 2.109-2.172c0.281-0.297 0.688-0.406 1.094-0.297 0.391 0.094 0.703 0.406 0.797 0.797l0.75 2.938 2.906-0.828c0.391-0.109 0.812 0 1.094 0.297 0.297 0.281 0.406 0.703 0.297 1.094l-0.828 2.906 2.938 0.75c0.391 0.094 0.703 0.406 0.812 0.797 0.094 0.391-0.016 0.812-0.313 1.094z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"388\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b12d8\" wfd-id=\"389\"><h4 data-css=\"tve-u-1625389a3d5\" style=\"text-align: left;\">Triple Foam Polish</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"387\"><p data-css=\"tve-u-162492e70ad\">Class aptent taciti sociosqu ad litora torquent</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"375\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229fa8c68\" wfd-id=\"377\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-16271adf6cf\" wfd-id=\"383\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"bullseye\">\n<path d=\"M16 14c0 2.203-1.797 4-4 4s-4-1.797-4-4 1.797-4 4-4 4 1.797 4 4zM18 14c0-3.313-2.688-6-6-6s-6 2.688-6 6 2.688 6 6 6 6-2.688 6-6zM20 14c0 4.422-3.578 8-8 8s-8-3.578-8-8 3.578-8 8-8 8 3.578 8 8zM22 14c0-5.516-4.484-10-10-10s-10 4.484-10 10 4.484 10 10 10 10-4.484 10-10zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"381\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-16248fc71c8\" wfd-id=\"382\"><h4 data-css=\"tve-u-1625389b4ed\" style=\"text-align: left;\">Tire dressing</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"378\"><p data-css=\"tve-u-162492e70ad\">Etiam pharetra, erat sed fermentum feugiat, velit mauris</p></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621ad46076\" wfd-id=\"337\">\n<div class=\"tve-page-section-out\" wfd-id=\"368\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621b072b4e\" wfd-id=\"338\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621a8b2488\" wfd-id=\"339\"><div class=\"tcb-flex-row tcb--cols--2 v-2\" data-css=\"tve-u-1621a8a804b\" wfd-id=\"340\"><div class=\"tcb-flex-col\" wfd-id=\"350\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16271bfe70c\" wfd-id=\"352\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h3\" data-css=\"tve-u-1621a8c4313\" wfd-id=\"367\"><h3><strong>Complete cleaning services for yoâ€‹ur car</strong></h3></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-16417b70f47\" wfd-id=\"353\"><ul class=\"tcb-styled-list\" wfd-id=\"354\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621acf0289\" wfd-id=\"363\"><div class=\"tcb-styled-list-icon\" wfd-id=\"365\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a8e11f3\" wfd-id=\"366\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ace1b08\" wfd-id=\"364\">We are a small business delivering professional cleaning services for all vehicles</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621acf64fb\" wfd-id=\"359\"><div class=\"tcb-styled-list-icon\" wfd-id=\"361\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a8e5625\" wfd-id=\"362\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ace4de9\" wfd-id=\"360\">Our services are convenient for individuals and corporate fleets</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"355\"><div class=\"tcb-styled-list-icon\" wfd-id=\"357\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a9076ef\" wfd-id=\"358\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621acf47d2\" wfd-id=\"356\">We use eco-friendly products that actually clean, protect and maintain your car better than the traditional cleaning substances</span></li></ul></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"341\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621a90a46f\" wfd-id=\"343\"><div class=\"thrv_wrapper thrv-fill-counter tve_red tve_normalfc thrv_data_element\" data-css=\"tve-u-1621a983587\" wfd-id=\"344\">\n<div class=\"tve_fill_counter_n\" style=\"\" data-fill=\"100\" data-css=\"tve-u-1621a98b602\" wfd-id=\"345\">\n<svg viewBox=\"0 0 160 160\" class=\"tve_fill_counter_circle\" shape-rendering=\"optimizeSpeed\" data-css=\"tve-u-1621a9a2862\">\n<circle class=\"tve_fill_counter_circle_inner\" r=\"80\" cx=\"80\" cy=\"80\" data-css=\"tve-u-1621a9685d4\"></circle>\n</svg>\n<div class=\"tve_fill_text_in\" data-css=\"tve-u-1621a96b190\" wfd-id=\"346\">\n<div class=\"tve_fill_text_value\" data-css=\"tve-u-1621a9a2866\" wfd-id=\"348\">\n<div class=\"thrv-inline-text tve_fill_text tve_editable\" data-css=\"tve-u-1621a9a2867\" wfd-id=\"349\"><strong>100%â€‹</strong></div>\n</div>\n<div class=\"thrv-inline-text tve_editable tve_data_element_label\" data-css=\"tve-u-1621a9750ae\" wfd-id=\"347\">Clean car</div>\n</div>\n</div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621ada1e7f\" data-value-type=\"percent\" wfd-id=\"299\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621adba9ef\" data-clip-id=\"52d5a36c151aa\" wfd-id=\"336\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-52d5a36c151aa\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0875\"></polygon></clipPath><clipPath id=\"clip-tablet-top-52d5a36c151aa\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0524\"></polygon></clipPath><clipPath id=\"clip-mobile-top-52d5a36c151aa\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0349\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621ad420c4\" wfd-id=\"300\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621ade6172\" wfd-id=\"301\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2 tcb-row-reversed-mobile tcb-mobile-edit v-2\" data-css=\"tve-u-1621adea58b\" wfd-id=\"302\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621b064646\" style=\"\" wfd-id=\"330\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ae0bec7\" wfd-id=\"332\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ae4fd21\" data-value-type=\"percent\" data-float=\"1\" wfd-id=\"333\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621ae6c8da\" data-clip-id=\"aa2c3e3c70555\" wfd-id=\"335\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0349\"></polygon></clipPath><clipPath id=\"clip-tablet-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"4\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0699\"></polygon></clipPath><clipPath id=\"clip-mobile-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"4\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0699\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb\" data-css=\"tve-u-1621ae4db6e\" wfd-id=\"334\"></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621b064668\" style=\"\" wfd-id=\"303\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621f45bed3\" wfd-id=\"305\"><div class=\"tcb-clear\" data-css=\"tve-u-16224848ee5\" wfd-id=\"328\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621afceb00\" wfd-id=\"329\"><h2 data-css=\"tve-u-1621afcc0bf\">Check Out Our Special Offer!</h2></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621afda4fa\" wfd-id=\"325\"><p data-css=\"tve-u-1621afd8c98\">Donâ€™t miss the opportunity to get 50% discount on a complete cleaning just by recommending us to a friend. Bring someone you know with you and clean you car half price!</p></div><div class=\"tcb-clear\" data-css=\"tve-u-16224834cab\" wfd-id=\"306\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621fe85996\" wfd-id=\"307\"><div class=\"tcb-flex-row tcb--cols--2 tcb-resized tcb-medium-wrap tcb-desktop-wrap\" data-css=\"tve-u-1621fe78878\" wfd-id=\"308\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621fe94086\" style=\"\" wfd-id=\"316\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"318\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621b01355a\" wfd-id=\"319\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621b08fdde\" data-tcb_hover_state_parent=\"1\" wfd-id=\"324\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16223f02c16\" wfd-id=\"320\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-1620af7eb3f\" data-tcb_hover_state_parent=\"\" data-button-style=\"full_rounded\" wfd-id=\"321\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"322\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-16228c75500\" wfd-id=\"323\"><strong>Request an appointment</strong></span></span>\n</a>\n</div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621fe940b9\" style=\"\" wfd-id=\"309\"><div class=\"tcb-col\" wfd-id=\"311\"><div class=\"tcb-clear\" data-css=\"tve-u-16224716d62\" wfd-id=\"312\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-1621b028939\" data-tcb_hover_state_parent=\"\" data-button-style=\"ghost\" wfd-id=\"313\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"314\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-16228c764b2\" wfd-id=\"315\"><strong>Call Now: 0400-700-682</strong></span></span>\n</a>\n</div></div></div></div></div></div></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16260ba2fa4\" wfd-id=\"202\">\n<div class=\"tve-page-section-out\" wfd-id=\"298\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16260be7104\" wfd-id=\"203\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621b0e4fb7\" wfd-id=\"297\"><h2 data-css=\"tve-u-1621b10fccf\" style=\"text-align: center;\">our happy clients</h2></div><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641367127b\" data-float=\"1\" wfd-id=\"296\"><svg class=\"tcb-icon\" viewBox=\"0 0 30 32\" data-name=\"quote-left\">\n<path d=\"M13.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429zM29.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641367e553\" wfd-id=\"295\"><svg class=\"tcb-icon\" viewBox=\"0 0 30 32\" data-name=\"quote-left\">\n<path d=\"M13.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429zM29.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a10d3b4\" wfd-id=\"264\">\n<div class=\"tve-content-box-background\" wfd-id=\"294\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"265\"><div class=\"tcb-clear\" data-css=\"tve-u-1621b300a64\" wfd-id=\"292\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-1621f154231\" wfd-id=\"293\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621b200375\" wfd-id=\"268\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-16260d8392c\" wfd-id=\"269\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"276\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"278\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16417b62c09\" wfd-id=\"279\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-16260d8396c\" wfd-id=\"280\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16260d01208\" style=\"\" wfd-id=\"286\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"288\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"289\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16225617da3\" wfd-id=\"291\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"290\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16260d0120e\" style=\"\" wfd-id=\"281\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"283\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"285\"><h5>Brett Graham, 28</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"284\"><h6 class=\"\">Architect</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"270\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"272\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"273\"><p data-css=\"tve-u-162539c17ec\">Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit. Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit.&nbsp;</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-16260c5ff0c\" wfd-id=\"266\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260c5ff07\" wfd-id=\"267\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a12f675\" wfd-id=\"235\">\n<div class=\"tve-content-box-background\" wfd-id=\"263\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"236\"><div class=\"tcb-clear\" data-css=\"tve-u-16260cd7683\" wfd-id=\"261\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260d73672\" wfd-id=\"262\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16260da3aa7\" wfd-id=\"239\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-1621fb68b97\" wfd-id=\"240\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"245\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"247\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16417b662bf\" wfd-id=\"248\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-1621fb65556\" wfd-id=\"249\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16229915e1a\" style=\"\" wfd-id=\"255\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"257\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"258\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16260c433e9\" wfd-id=\"260\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"259\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16229915e4e\" style=\"\" wfd-id=\"250\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"252\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"254\"><h5>Rosie Hanson, 24</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"253\"><h6 class=\"\">Real estate Associate</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"241\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"243\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"244\"><p data-css=\"tve-u-162539c17ec\">Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo.</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-16260d3b97e\" wfd-id=\"237\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260d39b83\" wfd-id=\"238\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a146aef\" wfd-id=\"204\">\n<div class=\"tve-content-box-background\" wfd-id=\"234\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"205\"><div class=\"tcb-clear\" data-css=\"tve-u-16260cd7683\" wfd-id=\"232\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260cd622f\" wfd-id=\"233\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16260c39a7e\" wfd-id=\"208\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-16260d3f4aa\" wfd-id=\"209\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"216\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"218\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621fbacc60\" wfd-id=\"219\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-16260d3f4af\" wfd-id=\"220\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16229915e1a\" style=\"\" wfd-id=\"226\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"228\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"229\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16260d5e4b8\" wfd-id=\"231\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"230\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16229915e4e\" style=\"\" wfd-id=\"221\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"223\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"225\"><h5>Shawn Mattews, 35</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"224\"><h6 class=\"\">project manager</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"210\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"212\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"213\"><p data-css=\"tve-u-162539c17ec\">Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo. Nullam ac urna eu felis.Sed non neque elit. Sed ut imperdiet nisi. Proin condimentum</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1621b30ca74\" wfd-id=\"206\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-1621f15b521\" wfd-id=\"207\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621b3c8c52\" wfd-id=\"96\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621b3cfc7b\" wfd-id=\"201\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621b3c74d9\" wfd-id=\"97\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621e7b695a\" wfd-id=\"200\"><h2 data-css=\"tve-u-1621e7a7350\" style=\"text-align: center;\">our offers</h2></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621e7c899a\" wfd-id=\"98\"><div class=\"tcb-flex-row tcb--cols--3 tcb-medium-wrap v-2\" data-css=\"tve-u-1621e7c7aa1\" wfd-id=\"99\"><div class=\"tcb-flex-col\" wfd-id=\"164\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16223fc9f23\" wfd-id=\"166\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e7ceab3\" style=\"\" wfd-id=\"167\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16416e4fafd\" wfd-id=\"199\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e7d5094\" wfd-id=\"168\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e7e9950\" data-value-type=\"percent\" style=\"\" wfd-id=\"195\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e7edfd9\" data-clip-id=\"10ffac3b28f1d\" wfd-id=\"198\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-10ffac3b28f1d\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-10ffac3b28f1d\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e7e6c1d\" wfd-id=\"196\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-16417b4cb9e\" wfd-id=\"197\"><h4 data-css=\"tve-u-1621fe1a1af\" style=\"text-align: center;\"><strong>Basic Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ec6c39b\" data-float=\"1\" wfd-id=\"191\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e81f424\" wfd-id=\"194\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec752da\" wfd-id=\"192\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"193\"><h4 data-css=\"tve-u-1621fe1bd18\" style=\"text-align: center;\"><strong>15$</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621ea50702\" wfd-id=\"169\"><ul class=\"tcb-styled-list\" wfd-id=\"170\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec3a5c0\" wfd-id=\"187\"><div class=\"tcb-styled-list-icon\" wfd-id=\"189\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec204df\" wfd-id=\"190\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec241aa\" wfd-id=\"188\">Interior vacuum</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"183\"><div class=\"tcb-styled-list-icon\" wfd-id=\"185\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec20f68\" wfd-id=\"186\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec2704c\" wfd-id=\"184\">Dust &amp;dash console</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec42aa7\" wfd-id=\"179\"><div class=\"tcb-styled-list-icon\" wfd-id=\"181\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec21a31\" wfd-id=\"182\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec298ab\" wfd-id=\"180\">Hand towel dry</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec43fe2\" wfd-id=\"175\"><div class=\"tcb-styled-list-icon\" wfd-id=\"177\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ea1fba7\" wfd-id=\"178\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea23322\" wfd-id=\"176\">Clean windows</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec454d9\" wfd-id=\"171\"><div class=\"tcb-styled-list-icon\" wfd-id=\"173\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ea295c0\" wfd-id=\"174\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea2c69a\" wfd-id=\"172\">Soft cloth wash</span></li></ul></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"131\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"133\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621eb81205\" style=\"\" wfd-id=\"134\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16416e603ab\" wfd-id=\"163\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621eb7ccb0\" wfd-id=\"135\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ebbbb6d\" data-value-type=\"percent\" wfd-id=\"159\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eaaedd8\" data-clip-id=\"a2b9cf3198d6f\" wfd-id=\"162\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-a2b9cf3198d6f\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-a2b9cf3198d6f\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec7f21a\" wfd-id=\"160\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e930bd7\" wfd-id=\"161\"><h4 data-css=\"tve-u-1621e92e97f\" style=\"text-align: center;\"><strong>Ultimate Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ec78d2c\" data-float=\"1\" wfd-id=\"155\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eab272c\" wfd-id=\"158\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec79a7d\" wfd-id=\"156\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"157\"><h4 data-css=\"tve-u-1621e942b65\" style=\"text-align: center;\"><strong>22 $</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621ebfa746\" wfd-id=\"152\"><p data-css=\"tve-u-1621f4ceaf6\" style=\"text-align: center;\">Includes basic service <span data-css=\"tve-u-1621f4ceaf7\" style=\"color: rgb(15, 29, 123);\" wfd-id=\"153\"><strong class=\"\"><span data-css=\"tve-u-1621f4ceafb\" wfd-id=\"154\">+</span></strong></span></p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621ebf340c\" wfd-id=\"136\"><ul class=\"tcb-styled-list\" wfd-id=\"137\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-164137a0b1f\" wfd-id=\"146\"><div class=\"tcb-styled-list-icon\" wfd-id=\"150\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec0c5bd\" wfd-id=\"151\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ebfe4ce\" wfd-id=\"147\">Triple foam conditiner</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec04541\" wfd-id=\"142\"><div class=\"tcb-styled-list-icon\" wfd-id=\"144\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec09a3c\" wfd-id=\"145\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ebff867\" wfd-id=\"143\">Tire dressing</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec05cc3\" wfd-id=\"138\"><div class=\"tcb-styled-list-icon\" wfd-id=\"140\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec15f6e\" wfd-id=\"141\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec009a8\" wfd-id=\"139\">Air freshner</span></li></ul></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"100\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16223dad661\" wfd-id=\"102\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621fd9c946\" style=\"\" wfd-id=\"103\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e7d234c\" wfd-id=\"130\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621fd84d7b\" wfd-id=\"104\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16223b080b0\" data-value-type=\"percent\" wfd-id=\"126\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eb3eb9f\" data-clip-id=\"ac98bb0e54b3b\" wfd-id=\"129\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621fd8766c\" wfd-id=\"127\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e930bd7\" wfd-id=\"128\"><h4 data-css=\"tve-u-1621fe1587d\" style=\"text-align: center;\"><strong>Supreme Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e8107f3\" wfd-id=\"122\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eb43d8d\" wfd-id=\"125\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e819c52\" wfd-id=\"123\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"124\"><h4 data-css=\"tve-u-1621fe1725e\" style=\"text-align: center;\"><strong>30 $</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621eb037bb\" wfd-id=\"119\"><p data-css=\"tve-u-1621f4d0451\" style=\"text-align: center;\">Includes ultimate service <span data-css=\"tve-u-1621eaff572\" style=\"color: rgb(15, 29, 123);\" wfd-id=\"120\"><strong class=\"\"><span data-css=\"tve-u-1621eb01b60\" wfd-id=\"121\">+</span></strong></span></p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621eacf6af\" wfd-id=\"105\"><ul class=\"tcb-styled-list\" wfd-id=\"106\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec36a4d\" wfd-id=\"115\"><div class=\"tcb-styled-list-icon\" wfd-id=\"117\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e9993aa\" wfd-id=\"118\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea1a5d7\" wfd-id=\"116\">Exterior trim dressing</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"111\"><div class=\"tcb-styled-list-icon\" wfd-id=\"113\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e99b1db\" wfd-id=\"114\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea19a06\" wfd-id=\"112\">Hand applied spray wax</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec37ea5\" wfd-id=\"107\"><div class=\"tcb-styled-list-icon\" wfd-id=\"109\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e99c314\" wfd-id=\"110\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea18c5d\" wfd-id=\"108\">Interior conditioner</span></li></ul></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621efddaaf\" wfd-id=\"54\">\n<div class=\"tve-page-section-out\" wfd-id=\"95\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621edf8048\" wfd-id=\"55\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621f114214\" wfd-id=\"56\"><div class=\"tcb-flex-row tcb-mobile-edit tcb--cols--2\" data-css=\"tve-u-1621ee03000\" wfd-id=\"57\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621ee4be21\" style=\"\" wfd-id=\"63\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ee093d4\" wfd-id=\"65\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ee3afec\" wfd-id=\"66\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621ee58e74\" wfd-id=\"94\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ee37f4a\" wfd-id=\"67\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1621ee74a24\" wfd-id=\"93\"><svg class=\"tcb-icon\" viewBox=\"0 0 16 28\" data-name=\"map-marker\">\n<path d=\"M12 10c0-2.203-1.797-4-4-4s-4 1.797-4 4 1.797 4 4 4 4-1.797 4-4zM16 10c0 0.953-0.109 1.937-0.516 2.797l-5.688 12.094c-0.328 0.688-1.047 1.109-1.797 1.109s-1.469-0.422-1.781-1.109l-5.703-12.094c-0.406-0.859-0.516-1.844-0.516-2.797 0-4.422 3.578-8 8-8s8 3.578 8 8z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621ee63e1c\" wfd-id=\"92\"><h2 data-css=\"tve-u-1621fdcb4ea\" style=\"text-align: center;\">contact us</h2></div><div class=\"thrv_wrapper thrv-contact-form\" data-ct=\"contact_form-22343\" style=\"\" data-css=\"tve-u-16465071dea\" data-ct-name=\"Rounded Shadow\" wfd-id=\"70\">\n<form action=\"\" method=\"post\" novalidate=\"\" sourceindex=\"0\" wfd-id=\"71\">\n<div class=\"tve-cf-item-wrapper\" wfd-id=\"75\">\n<div class=\"tve-cf-item\" data-css=\"tve-u-1695dd04208\" wfd-id=\"88\">\n<div class=\"thrv-cf-input-wrapper\" data-type=\"first_name\" wfd-id=\"89\">\n<label data-css=\"tve-u-1695d9d6525\" class=\"\" wfd-id=\"91\">First Name</label>\n<div class=\"tve-cf-input\" data-css=\"tve-u-1695d9d6526\" data-tcb_hover_state_parent=\"\" wfd-id=\"90\">\n<input placeholder=\"\" type=\"text\" name=\"first_name\" data-placeholder=\"\" sourceindex=\"1\" wfd-id=\"502\">\n</div>\n</div>\n</div>\n<div class=\"tve-cf-item\" data-css=\"tve-u-1695dd04208\" wfd-id=\"84\">\n<div class=\"thrv-cf-input-wrapper\" data-type=\"email\" wfd-id=\"85\">\n<label data-css=\"tve-u-1695d9d6527\" class=\"\" wfd-id=\"87\">Email Address</label>\n<div class=\"tve-cf-input\" data-css=\"tve-u-1695d9d6528\" data-tcb_hover_state_parent=\"\" wfd-id=\"86\">\n<input placeholder=\"\" type=\"email\" name=\"email\" data-placeholder=\"\" sourceindex=\"2\" wfd-id=\"501\">\n</div>\n</div>\n</div>\n<div class=\"tve-cf-item\" data-css=\"tve-u-1695dd484d7\" wfd-id=\"80\">\n<div class=\"thrv-cf-input-wrapper\" data-type=\"message\" wfd-id=\"81\">\n<label data-css=\"tve-u-1695d9d6529\" class=\"\" wfd-id=\"83\">Message</label>\n<div class=\"tve-cf-input\" data-css=\"tve-u-1695d9d652a\" data-tcb_hover_state_parent=\"\" wfd-id=\"82\">\n<textarea placeholder=\"\" data-placeholder=\"\" name=\"message\" sourceindex=\"3\" wfd-id=\"504\"></textarea>\n</div>\n</div>\n</div>\n<div class=\"tve-cf-item\" data-css=\"tve-u-1695dd04208\" wfd-id=\"76\">\n	<div class=\"thrv-cf-input-wrapper\" data-type=\"phone\" wfd-id=\"77\">\n		<label data-css=\"tve-u-1695d9d6525\" class=\"\" wfd-id=\"79\">Phone Number</label>\n		<div class=\"tve-cf-input\" data-css=\"tve-u-1695d9d6526\" wfd-id=\"78\">\n			<input placeholder=\"+1-555-555-2368\" type=\"tel\" name=\"phone\" data-placeholder=\"+1-555-555-2368\" sourceindex=\"4\" wfd-id=\"500\">\n		</div>\n	</div>\n</div></div>\n<div class=\"tve-cf-submit\" data-tcb_hover_state_parent=\"\" data-button-style=\"rounded\" data-css=\"tve-u-1695dd27f6a\" wfd-id=\"72\">\n<button class=\"tve_btn_txt\" type=\"submit\" sourceindex=\"5\" wfd-id=\"517\">Submit Message</button>\n</div>\n<input type=\"hidden\" name=\"config\" value=\"YTozOntzOjE0OiJlcnJvcl9tZXNzYWdlcyI7YTo0OntzOjU6ImVtYWlsIjtzOjIxOiJFbWFpbCBhZGRyZXNzIGludmFsaWQiO3M6NToicGhvbmUiO3M6MjA6IlBob25lIG51bWJlciBpbnZhbGlkIjtzOjM6InVybCI7czoxMToiVVJMIGludmFsaWQiO3M6ODoicmVxdWlyZWQiO3M6MjA6IlJlcXVpcmVkIGZpZWxkIGVtcHR5Ijt9czo4OiJ0b19lbWFpbCI7YToyOntzOjI6InRvIjtzOjI4OiJpbmZvQGJlc3RjZXJha290ZWZsb3JpZGEuY29tIjtzOjc6InN1YmplY3QiO3M6MTg6Ik5ldyBtZXNzYWdlIGZyb206ICI7fXM6Njoic3VibWl0IjthOjEwOntzOjY6ImFjdGlvbiI7czoxMjoibm90aWZpY2F0aW9uIjtzOjIzOiJzZW5kX2NvbmZpcm1hdGlvbl9lbWFpbCI7YjoxO3M6MTk6InNlbmRlcl9wZXJzb25hbGl6ZWQiO2I6MDtzOjIwOiJjb25maXJtYXRpb25fc3ViamVjdCI7czozNjoiQ29udGFjdCBGb3JtIHN1Ym1pc3Npb24gY29uZmlybWF0aW9uIjtzOjIwOiJjb25maXJtYXRpb25fbWVzc2FnZSI7czoxMzk6IkhlbGxvLCAKClRoYW5rcyBmb3IgY29udGFjdGluZyB1cy4gV2UnbGwgZ2V0IGJhY2sgdG8geW91IGFzIHNvb24gYXMgcG9zc2libGUgd2l0aCB0aGUgaW5mb3JtYXRpb24geW91IG5lZWQuIAoKQmVzdCByZWdhcmRzLApbd3Bfc2l0ZV90aXRsZV0iO3M6OToiZnJvbV9uYW1lIjtzOjI4OiJUaGUgQmVzdCBDZXJha290ZSBJbiBGbG9yaWRhIjtzOjEwOiJmcm9tX2VtYWlsIjtzOjI5OiJhZG1pbkBiZXN0Y2VyYWtvdGVmbG9yaWRhLmNvbSI7czo4OiJyZXBseV90byI7czoyOToiYWRtaW5AYmVzdGNlcmFrb3RlZmxvcmlkYS5jb20iO3M6MzoidXJsIjtzOjA6IiI7czoxMjoibm90aWZpY2F0aW9uIjtzOjgxOiJZb3VyIG1lc3NhZ2UgaGFzIGJlZW4gc2VudCwgdGhhbmsgeW91ISBZb3UnbGwgaGVhciBmcm9tIHVzIHdpdGhpbiB0aGUgbmV4dCAyNCBocnMiO319\" wfd-id=\"499\"></form>\n</div><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_slide_left\" data-css=\"tve-u-1621ef118dc\" style=\"\" wfd-id=\"68\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"69\"><img class=\"tve_image tve_evt_manager_listen tve_et_tve-viewport wp-image-600\" alt=\"\" width=\"2148\" height=\"1968\" title=\"CertifiedLogo_transparent\" data-id=\"600\" src=\"https://bestcerakoteflorida.com/wp-content/uploads/2019/03/CertifiedLogo_transparent-e1552073635916.png\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_left&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" style=\"width: 100%;\"></span></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621ee4be73\" style=\"\" wfd-id=\"58\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ee22c43\" wfd-id=\"60\"><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-1695d995f33\" wfd-id=\"62\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=825 South Kings Highway, Fort Pierce&amp;t=m&amp;z=11&amp;output=embed&amp;iwloc=near\"></iframe>\n</div><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-1621ee18a1c\" wfd-id=\"61\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=davie, Florida 33317&amp;t=m&amp;z=11&amp;output=embed&amp;iwloc=near\"></iframe>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-custom-menu-inside\" data-css=\"tve-u-1621f0aa8f7\" style=\"z-index: 8;\" wfd-id=\"28\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621f0ada0e\" wfd-id=\"53\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621f0b0088\" style=\"z-index: 8;\" wfd-id=\"29\"><div class=\"thrv_wrapper thrv-columns tve-custom-menu-inside\" data-css=\"tve-u-1621f0d2c1a\" wfd-id=\"30\"><div class=\"tcb-flex-row tcb--cols--3 tcb-resized\" data-css=\"tve-u-1621f0cbe40\" wfd-id=\"31\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1695e826914\" style=\"\" wfd-id=\"47\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"49\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621f0da775\" wfd-id=\"50\"><p data-css=\"tve-u-1622444fb11\" style=\"text-align: center;\">Â© 2018, BLACKHAWK CUSTOM, LLC . All rights reserved.</p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1695e826ae0\" style=\"z-index: 8;\" wfd-id=\"38\"><div class=\"tcb-col\" style=\"z-index: 8;\" wfd-id=\"40\"><div class=\"thrv_wrapper thrv_widget_menu tve-custom-menu-upgrade tve-menu-style-none tve-dropdown-icon-style_2 tve-mobile-dropdown\" data-tve-style=\"tve_horizontal\" data-tve-switch-icon=\"tablet,mobile\" data-css=\"tve-u-1695e821f4c\" tcb-template-name=\"Simple Underline Light\" tcb-template-id=\"28130\" data-ct=\"menu-28130\" style=\"\" wfd-id=\"41\">	<div class=\"thrive-shortcode-config\" style=\"display: none !important\" wfd-id=\"46\">__CONFIG_widget_menu__{\"menu_id\":\"custom\",\"color\":\"tve_red\",\"dir\":\"tve_horizontal\",\"font_class\":\"\",\"font_size\":\"\",\"ul_attr\":\"\",\"link_attr\":\"\",\"top_link_attr\":\"\",\"trigger_attr\":\"\",\"primary\":\"\",\"head_css\":\"\",\"background_hover\":\"\",\"main_hover\":\"\",\"child_hover\":\"\",\"group_edit\":[{\"css_id\":null,\"class\":\"\"},{\"css_id\":null,\"class\":\"\"},{\"css_id\":null,\"class\":\"\"},{\"css_id\":null,\"class\":\"\"}],\"menu_style\":\"none\",\"dropdown_icon\":\"style_2\",\"mobile_side\":\"dropdown\",\"mobile_icon\":\"\",\"switch_to_icon\":\"tablet,mobile\",\"template\":\"28130\",\"template_name\":\"Simple Underline Light\"}__CONFIG_widget_menu__</div>\n<div class=\"thrive-shortcode-html tve-menu-custom-type thrive-shortcode-html-editable tve-custom-menu-type tve_clearfix\" style=\"z-index: 8;\" wfd-id=\"42\">\n<a class=\"tve-m-trigger t_tve_horizontal tve_red\" href=\"javascript:void(0)\"><div class=\"thrv_wrapper thrv_icon tcb-icon-open tve-trigger-active\" data-not-changeable=\"true\" data-selector=\"[data-css=&quot;tve-u-1695e821f4c&quot;] .tcb-icon-open\" wfd-id=\"45\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 24\" data-name=\"align-justify\"><g><g><path class=\"st0\" d=\"M23,13H1c-0.6,0-1-0.4-1-1s0.4-1,1-1h22c0.6,0,1,0.4,1,1S23.6,13,23,13z\"></path></g><g><path class=\"st0\" d=\"M23,6.7H1c-0.6,0-1-0.4-1-1s0.4-1,1-1h22c0.6,0,1,0.4,1,1S23.6,6.7,23,6.7z\"></path></g><g><path class=\"st0\" d=\"M23,19.3H1c-0.6,0-1-0.4-1-1s0.4-1,1-1h22c0.6,0,1,0.4,1,1S23.6,19.3,23,19.3z\"></path></g></g></svg></div><div class=\"thrv_wrapper thrv_icon tcb-icon-close\" data-not-changeable=\"true\" data-selector=\"[data-css=&quot;tve-u-1695e821f4c&quot;] .tcb-icon-close\" wfd-id=\"44\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 24\" data-name=\"close\"><path class=\"st0\" d=\"M13.4,12l7.1-7.1c0.4-0.4,0.4-1,0-1.4s-1-0.4-1.4,0L12,10.6L4.9,3.5c-0.4-0.4-1-0.4-1.4,0s-0.4,1,0,1.4l7.1,7.1 l-7.1,7.1c-0.4,0.4-0.4,1,0,1.4c0.4,0.4,1,0.4,1.4,0l7.1-7.1l7.1,7.1c0.4,0.4,1,0.4,1.4,0c0.4-0.4,0.4-1,0-1.4L13.4,12z\"></path></svg></div></a><ul id=\"menu-main-menu\" class=\"tve_w_menu tve_horizontal tve-m-collapsed\" style=\"z-index: 6;\" wfd-id=\"43\"><li id=\"tcb_custom_menu_5402f616\" class=\"menu-item menu-item-type-post_type menu-item-object-page thrv_wrapper thrv-menu-item-element thrv-custom-menu-item\" data-selector=\"[data-css=&quot;tve-u-1695e821f4c&quot;] #tcb_custom_menu_5402f616\" data-tcb_hover_state_parent=\"\"><a href=\"https://bestcerakoteflorida.com/privacy/\"><span class=\"tve-disabled-text-inner\">Privacy</span><span class=\"tve-disabled-text-inner tve-item-dropdown-trigger\"></span></a></li><li id=\"tcb_custom_menu_13475a66\" class=\"menu-item menu-item-type-post_type menu-item-object-page thrv_wrapper thrv-menu-item-element thrv-custom-menu-item\" data-selector=\"[data-css=&quot;tve-u-1695e821f4c&quot;] #tcb_custom_menu_13475a66\" data-tcb_hover_state_parent=\"\"><a href=\"https://bestcerakoteflorida.com/privacy-policy/\"><span class=\"tve-disabled-text-inner\">TERMS</span><span class=\"tve-disabled-text-inner tve-item-dropdown-trigger\"></span></a></li><li id=\"tcb_custom_menu_a19cc162\" class=\"menu-item menu-item-type-post_type menu-item-object-page thrv_wrapper thrv-menu-item-element thrv-custom-menu-item\" data-selector=\"[data-css=&quot;tve-u-1695e821f4c&quot;] #tcb_custom_menu_a19cc162\" data-tcb_hover_state_parent=\"\"><a href=\"\"><span class=\"tve-disabled-text-inner\">NAV#3</span><span class=\"tve-disabled-text-inner tve-item-dropdown-trigger\"></span></a></li><li id=\"tcb_custom_menu_hgZvKxml\" class=\"menu-item menu-item-type-post_type menu-item-object-page thrv_wrapper thrv-menu-item-element thrv-custom-menu-item active-expand-children\" data-selector=\"[data-css=&quot;tve-u-1695e821f4c&quot;] #tcb_custom_menu_hgZvKxml\" data-tcb_hover_state_parent=\"\"><a href=\"\"><span class=\"tve-disabled-text-inner\">NAV#5</span><span class=\"tve-disabled-text-inner tve-item-dropdown-trigger\"></span></a></li></ul></div>	</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1695e826b67\" wfd-id=\"32\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"34\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16223fe5f5b\" wfd-id=\"35\"><p data-css=\"tve-u-1621f0d874c\" style=\"text-align: center;\">Made with <a data-css=\"tve-u-1695e7e070d\" href=\"https://thrivethemes.com/\" target=\"_blank\">Thrive Architect</a></p></div></div></div></div></div></div>\n</div>\n\n'),(6759,564,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-162717d1bbe\" wfd-id=\"422\"><div class=\"tcb-flex-row tcb-medium-no-wrap v-2 tcb--cols--3 m-edit tcb-mobile-wrap tcb-resized\" data-css=\"tve-u-162717d1bbf\" wfd-id=\"423\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1695981e7bb\" wfd-id=\"444\"><div class=\"tcb-col\" data-css=\"tve-u-16959846d3d\" wfd-id=\"446\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16959822de2\" wfd-id=\"447\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"448\"><img class=\"tve_image wp-image-465\" alt=\"\" width=\"384\" height=\"62\" title=\"Blackhawk_custom_header\" data-id=\"465\" src=\"https://bestcerakoteflorida.com/wp-content/uploads/2019/01/Blackhawk_custom_header.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717d1bb9\" style=\"\" wfd-id=\"437\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717d1bb6\" wfd-id=\"439\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-164179a84b8\" wfd-id=\"440\">\n<div class=\"tve-content-box-background\" wfd-id=\"443\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"441\"><div class=\"tcb-clear\" wfd-id=\"442\"></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717d1bb7\" style=\"\" wfd-id=\"424\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717d1bbc\" wfd-id=\"426\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16369305186\" wfd-id=\"427\">\n<div class=\"tve-content-box-background\" wfd-id=\"436\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16417e9d24e\" wfd-id=\"428\"><div class=\"tcb-clear\" wfd-id=\"434\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-16417e5bd95\" data-float=\"1\" wfd-id=\"435\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-envelope-regular\" data-name=\"\">\n            <path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path>\n        </svg></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-164179bced9\" wfd-id=\"429\"><p data-css=\"tve-u-1641333d7d1\"><a href=\"mailto:info@bestcerkoteflorida.com\" target=\"_blank\">info@bestcerakoteflorida.com</a></p></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-162717cb621\" data-value-type=\"percent\" wfd-id=\"387\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-162717cb620\" data-clip-id=\"c883ac5175045\" wfd-id=\"421\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-c883ac5175045\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9125, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-c883ac5175045\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9476, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-c883ac5175045\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9651, 1 1, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-162717cb609\" wfd-id=\"388\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-162717cb618\" wfd-id=\"389\"><div class=\"tcb-flex-row tcb-medium-wrap tcb-resized v-2 tcb--cols--2\" data-css=\"tve-u-162717cb617\" wfd-id=\"390\"><div class=\"tcb-flex-col\" data-css=\"tve-u-162717cb601\" style=\"\" wfd-id=\"397\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717cb60a\" wfd-id=\"399\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h1\" data-css=\"tve-u-162717cb610\" wfd-id=\"411\"><h1 data-css=\"tve-u-162717cb616\" style=\"text-align: center;\">&nbsp;Protect What\'s Important To You With The Toughest Ceramic Finish In The World!<span data-css=\"tve-u-16271ca808e\" style=\"color: rgb(0, 229, 255);\" wfd-id=\"420\"></span></h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162717cb60f\" wfd-id=\"400\"><p data-css=\"tve-u-16413112747\">Heat, Water, Salt and Sand just some&nbsp;</p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717cb600\" style=\"\" wfd-id=\"391\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717cb60b\" wfd-id=\"393\"><div class=\"thrv_responsive_video thrv_wrapper rv_style_lifted_style2\" data-type=\"youtube\" data-rel=\"0\" data-url=\"https://www.youtube.com/watch?v=a1nyu9ZJiEk\" data-css=\"tve-u-16959cd1e7a\" data-modestbranding=\"1\" wfd-id=\"394\">\n	\n\n	<div class=\"tve_responsive_video_container\" wfd-id=\"395\">\n		<div class=\"video_overlay\" wfd-id=\"396\"></div>\n	<iframe data-code=\"TEOqV1Q16lU\" data-provider=\"youtube\" src=\"https://www.youtube.com/embed/TEOqV1Q16lU?rel=0&amp;modestbranding=1&amp;controls=1&amp;showinfo=1&amp;fs=1&amp;wmode=transparent\" data-src=\"https://www.youtube.com/embed/TEOqV1Q16lU?rel=0&amp;modestbranding=1&amp;controls=1&amp;showinfo=1&amp;fs=1&amp;wmode=transparent\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-162717fcf9d\" data-value-type=\"percent\" wfd-id=\"322\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-162718bd0c0\" data-clip-id=\"a3b25e1c9221a\" wfd-id=\"386\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0875\"></polygon></clipPath><clipPath id=\"clip-tablet-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"6\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.1051\"></polygon></clipPath><clipPath id=\"clip-mobile-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"1\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0175\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-162718a3b40\" wfd-id=\"323\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622a159bcb\" wfd-id=\"324\">\n<div class=\"tve-content-box-background\" wfd-id=\"385\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"325\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621a2247ba\" wfd-id=\"378\"><h2 data-css=\"tve-u-1621a2e0d5b\">our services</h2></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16229f6175c\" wfd-id=\"349\"><div class=\"tcb-flex-row tcb-medium-no-wrap tcb--cols--3 v-2\" data-css=\"tve-u-162493a03b0\" wfd-id=\"350\"><div class=\"tcb-flex-col\" wfd-id=\"367\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1624939a960\" data-tcb_hover_state_parent=\"\" wfd-id=\"369\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-162493d5f13\" data-float=\"1\" wfd-id=\"377\"><svg class=\"tcb-icon\" viewBox=\"0 0 14 28\" data-name=\"bolt\">\n<path d=\"M13.828 8.844c0.172 0.187 0.219 0.453 0.109 0.688l-8.437 18.078c-0.125 0.234-0.375 0.391-0.656 0.391-0.063 0-0.141-0.016-0.219-0.031-0.344-0.109-0.547-0.438-0.469-0.766l3.078-12.625-6.344 1.578c-0.063 0.016-0.125 0.016-0.187 0.016-0.172 0-0.359-0.063-0.484-0.172-0.187-0.156-0.25-0.391-0.203-0.609l3.141-12.891c0.078-0.297 0.359-0.5 0.688-0.5h5.125c0.391 0 0.703 0.297 0.703 0.656 0 0.094-0.031 0.187-0.078 0.281l-2.672 7.234 6.188-1.531c0.063-0.016 0.125-0.031 0.187-0.031 0.203 0 0.391 0.094 0.531 0.234z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"373\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-162494b490e\" wfd-id=\"374\"><h4 data-css=\"tve-u-16249355087\" style=\"text-align: left;\">Express exterior</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162494b7ad0\" wfd-id=\"370\"><p data-css=\"tve-u-162492e70ad\">Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"358\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162493b6b63\" data-tcb_hover_state_parent=\"\" wfd-id=\"360\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b456a\" wfd-id=\"366\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"adjust\">\n<path d=\"M12 22.5v-17c-4.688 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"364\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1af44d\" wfd-id=\"365\"><h4 data-css=\"tve-u-16249358652\" style=\"text-align: left;\">Interior clean</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"361\"><p data-css=\"tve-u-162492e70ad\">Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"351\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16249373b25\" wfd-id=\"353\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b52d3\" wfd-id=\"357\"><svg class=\"tcb-icon\" viewBox=\"0 0 26 28\" data-name=\"umbrella\">\n<path d=\"M14 12.938v9.063c0 2.172-1.828 4-4 4s-4-1.828-4-4c0-0.547 0.453-1 1-1s1 0.453 1 1c0 1.047 0.953 2 2 2s2-0.953 2-2v-9.063c0.328-0.109 0.656-0.172 1-0.172s0.672 0.063 1 0.172zM26 13.359c0 0.266-0.234 0.5-0.5 0.5-0.141 0-0.25-0.063-0.359-0.156-0.906-0.844-1.75-1.437-3.047-1.437-1.484 0-2.766 0.922-3.609 2.094-0.187 0.266-0.328 0.547-0.5 0.812-0.109 0.172-0.234 0.266-0.438 0.266-0.219 0-0.344-0.094-0.453-0.266-0.172-0.266-0.313-0.547-0.5-0.812-0.844-1.172-2.109-2.094-3.594-2.094s-2.75 0.922-3.594 2.094c-0.187 0.266-0.328 0.547-0.5 0.812-0.109 0.172-0.234 0.266-0.453 0.266-0.203 0-0.328-0.094-0.438-0.266-0.172-0.266-0.313-0.547-0.5-0.812-0.844-1.172-2.125-2.094-3.609-2.094-1.297 0-2.141 0.594-3.047 1.437-0.109 0.094-0.219 0.156-0.359 0.156-0.266 0-0.5-0.234-0.5-0.5 0-0.047 0-0.078 0.016-0.109 1.437-5.906 7.141-9.25 12.984-9.25 5.812 0 11.578 3.344 12.984 9.25 0.016 0.031 0.016 0.063 0.016 0.109zM14 2v1.531c-0.328-0.016-0.672-0.031-1-0.031s-0.672 0.016-1 0.031v-1.531c0-0.547 0.453-1 1-1s1 0.453 1 1z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"355\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b01a6\" wfd-id=\"356\"><h4 data-css=\"tve-u-1624935a201\" style=\"text-align: left;\">Wax protection</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"354\"><p data-css=\"tve-u-162492e70ad\">Etiam pharetra, erat sed fermentum feugiat, velit mauris</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16249367114\" wfd-id=\"326\"><div class=\"tcb-flex-row tcb-medium-no-wrap tcb--cols--3 v-2\" data-css=\"tve-u-16229ffbb7b\" wfd-id=\"327\"><div class=\"tcb-flex-col\" wfd-id=\"342\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229fa6a26\" wfd-id=\"344\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b33f9\" wfd-id=\"348\"><svg class=\"tcb-icon\" viewBox=\"0 0 26 28\" data-name=\"magic\">\n<path d=\"M18.594 9.078l4.578-4.578-1.672-1.672-4.578 4.578zM25.578 4.5c0 0.266-0.094 0.516-0.281 0.703l-20.094 20.094c-0.187 0.187-0.438 0.281-0.703 0.281s-0.516-0.094-0.703-0.281l-3.094-3.094c-0.187-0.187-0.281-0.438-0.281-0.703s0.094-0.516 0.281-0.703l20.094-20.094c0.187-0.187 0.438-0.281 0.703-0.281s0.516 0.094 0.703 0.281l3.094 3.094c0.187 0.187 0.281 0.438 0.281 0.703zM4.469 1.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531zM9.938 4.062l3.063 0.938-3.063 0.938-0.938 3.063-0.938-3.063-3.063-0.938 3.063-0.938 0.938-3.063zM24.469 11.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531zM14.469 1.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"346\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b0a67\" wfd-id=\"347\"><h4 data-css=\"tve-u-16248fc42a1\" style=\"text-align: left;\">Dust &amp; Dash Console</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"345\"><p data-css=\"tve-u-162492e70ad\">Duis sed odio sit amet nibh vulputate cursus a sit amet mauris.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"335\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1622f65ba70\" wfd-id=\"337\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b60b4\" wfd-id=\"341\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"certificate\">\n<path d=\"M21.5 14l2.156 2.109c0.297 0.281 0.406 0.703 0.313 1.094-0.109 0.391-0.422 0.703-0.812 0.797l-2.938 0.75 0.828 2.906c0.109 0.391 0 0.812-0.297 1.094-0.281 0.297-0.703 0.406-1.094 0.297l-2.906-0.828-0.75 2.938c-0.094 0.391-0.406 0.703-0.797 0.812-0.094 0.016-0.203 0.031-0.297 0.031-0.297 0-0.594-0.125-0.797-0.344l-2.109-2.156-2.109 2.156c-0.281 0.297-0.703 0.406-1.094 0.313-0.406-0.109-0.703-0.422-0.797-0.812l-0.75-2.938-2.906 0.828c-0.391 0.109-0.812 0-1.094-0.297-0.297-0.281-0.406-0.703-0.297-1.094l0.828-2.906-2.938-0.75c-0.391-0.094-0.703-0.406-0.812-0.797-0.094-0.391 0.016-0.812 0.313-1.094l2.156-2.109-2.156-2.109c-0.297-0.281-0.406-0.703-0.313-1.094 0.109-0.391 0.422-0.703 0.812-0.797l2.938-0.75-0.828-2.906c-0.109-0.391 0-0.812 0.297-1.094 0.281-0.297 0.703-0.406 1.094-0.297l2.906 0.828 0.75-2.938c0.094-0.391 0.406-0.703 0.797-0.797 0.391-0.109 0.812 0 1.094 0.297l2.109 2.172 2.109-2.172c0.281-0.297 0.688-0.406 1.094-0.297 0.391 0.094 0.703 0.406 0.797 0.797l0.75 2.938 2.906-0.828c0.391-0.109 0.812 0 1.094 0.297 0.297 0.281 0.406 0.703 0.297 1.094l-0.828 2.906 2.938 0.75c0.391 0.094 0.703 0.406 0.812 0.797 0.094 0.391-0.016 0.812-0.313 1.094z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"339\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b12d8\" wfd-id=\"340\"><h4 data-css=\"tve-u-1625389a3d5\" style=\"text-align: left;\">Triple Foam Polish</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"338\"><p data-css=\"tve-u-162492e70ad\">Class aptent taciti sociosqu ad litora torquent</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"328\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229fa8c68\" wfd-id=\"330\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-16271adf6cf\" wfd-id=\"334\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"bullseye\">\n<path d=\"M16 14c0 2.203-1.797 4-4 4s-4-1.797-4-4 1.797-4 4-4 4 1.797 4 4zM18 14c0-3.313-2.688-6-6-6s-6 2.688-6 6 2.688 6 6 6 6-2.688 6-6zM20 14c0 4.422-3.578 8-8 8s-8-3.578-8-8 3.578-8 8-8 8 3.578 8 8zM22 14c0-5.516-4.484-10-10-10s-10 4.484-10 10 4.484 10 10 10 10-4.484 10-10zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"332\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-16248fc71c8\" wfd-id=\"333\"><h4 data-css=\"tve-u-1625389b4ed\" style=\"text-align: left;\">Tire dressing</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"331\"><p data-css=\"tve-u-162492e70ad\">Etiam pharetra, erat sed fermentum feugiat, velit mauris</p></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621ad46076\" wfd-id=\"290\">\n<div class=\"tve-page-section-out\" wfd-id=\"321\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621b072b4e\" wfd-id=\"291\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621a8b2488\" wfd-id=\"292\"><div class=\"tcb-flex-row tcb--cols--2 v-2\" data-css=\"tve-u-1621a8a804b\" wfd-id=\"293\"><div class=\"tcb-flex-col\" wfd-id=\"303\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16271bfe70c\" wfd-id=\"305\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h3\" data-css=\"tve-u-1621a8c4313\" wfd-id=\"320\"><h3><strong>Complete cleaning services for yoâ€‹ur car</strong></h3></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-16417b70f47\" wfd-id=\"306\"><ul class=\"tcb-styled-list\" wfd-id=\"307\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621acf0289\" wfd-id=\"316\"><div class=\"tcb-styled-list-icon\" wfd-id=\"318\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a8e11f3\" wfd-id=\"319\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ace1b08\" wfd-id=\"317\">We are a small business delivering professional cleaning services for all vehicles</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621acf64fb\" wfd-id=\"312\"><div class=\"tcb-styled-list-icon\" wfd-id=\"314\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a8e5625\" wfd-id=\"315\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ace4de9\" wfd-id=\"313\">Our services are convenient for individuals and corporate fleets</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"308\"><div class=\"tcb-styled-list-icon\" wfd-id=\"310\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a9076ef\" wfd-id=\"311\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621acf47d2\" wfd-id=\"309\">We use eco-friendly products that actually clean, protect and maintain your car better than the traditional cleaning substances</span></li></ul></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"294\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621a90a46f\" wfd-id=\"296\"><div class=\"thrv_wrapper thrv-fill-counter tve_red tve_normalfc thrv_data_element\" data-css=\"tve-u-1621a983587\" wfd-id=\"297\">\n<div class=\"tve_fill_counter_n\" style=\"\" data-fill=\"100\" data-css=\"tve-u-1621a98b602\" wfd-id=\"298\">\n<svg viewBox=\"0 0 170 170\" class=\"tve_fill_counter_circle\" shape-rendering=\"optimizeSpeed\" data-css=\"tve-u-1621a9a2862\">\n<circle class=\"tve_fill_counter_circle_inner\" r=\"85\" cx=\"85\" cy=\"85\" data-css=\"tve-u-1621a9685d4\"></circle>\n</svg>\n<div class=\"tve_fill_text_in\" data-css=\"tve-u-1621a96b190\" wfd-id=\"299\">\n<div class=\"tve_fill_text_value\" data-css=\"tve-u-1621a9a2866\" wfd-id=\"301\">\n<div class=\"thrv-inline-text tve_fill_text tve_editable\" data-css=\"tve-u-1621a9a2867\" wfd-id=\"302\"><strong>100%â€‹</strong></div>\n</div>\n<div class=\"thrv-inline-text tve_editable tve_data_element_label\" data-css=\"tve-u-1621a9750ae\" wfd-id=\"300\">Clean car</div>\n</div>\n</div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621ada1e7f\" data-value-type=\"percent\" wfd-id=\"254\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621adba9ef\" data-clip-id=\"52d5a36c151aa\" wfd-id=\"289\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-52d5a36c151aa\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0875\"></polygon></clipPath><clipPath id=\"clip-tablet-top-52d5a36c151aa\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0524\"></polygon></clipPath><clipPath id=\"clip-mobile-top-52d5a36c151aa\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0349\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621ad420c4\" wfd-id=\"255\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621ade6172\" wfd-id=\"256\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2 tcb-row-reversed-mobile tcb-mobile-edit v-2\" data-css=\"tve-u-1621adea58b\" wfd-id=\"257\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621b064646\" style=\"\" wfd-id=\"283\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ae0bec7\" wfd-id=\"285\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ae4fd21\" data-value-type=\"percent\" data-float=\"1\" wfd-id=\"286\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621ae6c8da\" data-clip-id=\"aa2c3e3c70555\" wfd-id=\"288\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0349\"></polygon></clipPath><clipPath id=\"clip-tablet-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"4\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0699\"></polygon></clipPath><clipPath id=\"clip-mobile-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"4\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0699\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb\" data-css=\"tve-u-1621ae4db6e\" wfd-id=\"287\"></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621b064668\" style=\"\" wfd-id=\"258\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621f45bed3\" wfd-id=\"260\"><div class=\"tcb-clear\" data-css=\"tve-u-16224848ee5\" wfd-id=\"281\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621afceb00\" wfd-id=\"282\"><h2 data-css=\"tve-u-1621afcc0bf\">Check Out Our Special Offer!</h2></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621afda4fa\" wfd-id=\"280\"><p data-css=\"tve-u-1621afd8c98\">Donâ€™t miss the opportunity to get 50% discount on a complete cleaning just by recommending us to a friend. Bring someone you know with you and clean you car half price!</p></div><div class=\"tcb-clear\" data-css=\"tve-u-16224834cab\" wfd-id=\"261\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621fe85996\" wfd-id=\"262\"><div class=\"tcb-flex-row tcb--cols--2 tcb-resized tcb-medium-wrap tcb-desktop-wrap\" data-css=\"tve-u-1621fe78878\" wfd-id=\"263\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621fe94086\" style=\"\" wfd-id=\"271\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"273\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621b01355a\" wfd-id=\"274\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621b08fdde\" data-tcb_hover_state_parent=\"1\" wfd-id=\"279\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16223f02c16\" wfd-id=\"275\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-1620af7eb3f\" data-tcb_hover_state_parent=\"\" data-button-style=\"full_rounded\" wfd-id=\"276\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"277\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-16228c75500\" wfd-id=\"278\"><strong>Request an appointment</strong></span></span>\n</a>\n</div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621fe940b9\" style=\"\" wfd-id=\"264\"><div class=\"tcb-col\" wfd-id=\"266\"><div class=\"tcb-clear\" data-css=\"tve-u-16224716d62\" wfd-id=\"267\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-1621b028939\" data-tcb_hover_state_parent=\"\" data-button-style=\"ghost\" wfd-id=\"268\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"269\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-16228c764b2\" wfd-id=\"270\"><strong>Call Now: 0400-700-682</strong></span></span>\n</a>\n</div></div></div></div></div></div></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16260ba2fa4\" wfd-id=\"161\">\n<div class=\"tve-page-section-out\" wfd-id=\"253\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16260be7104\" wfd-id=\"162\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621b0e4fb7\" wfd-id=\"252\"><h2 data-css=\"tve-u-1621b10fccf\" style=\"text-align: center;\">our happy clients</h2></div><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641367127b\" data-float=\"1\" wfd-id=\"251\"><svg class=\"tcb-icon\" viewBox=\"0 0 30 32\" data-name=\"quote-left\">\n<path d=\"M13.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429zM29.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641367e553\" wfd-id=\"250\"><svg class=\"tcb-icon\" viewBox=\"0 0 30 32\" data-name=\"quote-left\">\n<path d=\"M13.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429zM29.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a10d3b4\" wfd-id=\"221\">\n<div class=\"tve-content-box-background\" wfd-id=\"249\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"222\"><div class=\"tcb-clear\" data-css=\"tve-u-1621b300a64\" wfd-id=\"247\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-1621f154231\" wfd-id=\"248\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621b200375\" wfd-id=\"225\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-16260d8392c\" wfd-id=\"226\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"231\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"233\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16417b62c09\" wfd-id=\"234\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-16260d8396c\" wfd-id=\"235\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16260d01208\" style=\"\" wfd-id=\"241\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"243\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"244\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16225617da3\" wfd-id=\"246\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"245\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16260d0120e\" style=\"\" wfd-id=\"236\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"238\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"240\"><h5>Brett Graham, 28</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"239\"><h6 class=\"\">Architect</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"227\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"229\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"230\"><p data-css=\"tve-u-162539c17ec\">Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit. Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit.&nbsp;</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-16260c5ff0c\" wfd-id=\"223\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260c5ff07\" wfd-id=\"224\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a12f675\" wfd-id=\"192\">\n<div class=\"tve-content-box-background\" wfd-id=\"220\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"193\"><div class=\"tcb-clear\" data-css=\"tve-u-16260cd7683\" wfd-id=\"218\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260d73672\" wfd-id=\"219\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16260da3aa7\" wfd-id=\"196\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-1621fb68b97\" wfd-id=\"197\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"202\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"204\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16417b662bf\" wfd-id=\"205\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-1621fb65556\" wfd-id=\"206\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16229915e1a\" style=\"\" wfd-id=\"212\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"214\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"215\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16260c433e9\" wfd-id=\"217\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"216\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16229915e4e\" style=\"\" wfd-id=\"207\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"209\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"211\"><h5>Rosie Hanson, 24</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"210\"><h6 class=\"\">Real estate Associate</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"198\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"200\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"201\"><p data-css=\"tve-u-162539c17ec\">Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo.</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-16260d3b97e\" wfd-id=\"194\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260d39b83\" wfd-id=\"195\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a146aef\" wfd-id=\"163\">\n<div class=\"tve-content-box-background\" wfd-id=\"191\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"164\"><div class=\"tcb-clear\" data-css=\"tve-u-16260cd7683\" wfd-id=\"189\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260cd622f\" wfd-id=\"190\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16260c39a7e\" wfd-id=\"167\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-16260d3f4aa\" wfd-id=\"168\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"173\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"175\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621fbacc60\" wfd-id=\"176\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-16260d3f4af\" wfd-id=\"177\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16229915e1a\" style=\"\" wfd-id=\"183\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"185\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"186\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16260d5e4b8\" wfd-id=\"188\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"187\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16229915e4e\" style=\"\" wfd-id=\"178\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"180\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"182\"><h5>Shawn Mattews, 35</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"181\"><h6 class=\"\">project manager</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"169\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"171\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"172\"><p data-css=\"tve-u-162539c17ec\">Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo. Nullam ac urna eu felis.Sed non neque elit. Sed ut imperdiet nisi. Proin condimentum</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1621b30ca74\" wfd-id=\"165\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-1621f15b521\" wfd-id=\"166\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621b3c8c52\" wfd-id=\"57\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621b3cfc7b\" wfd-id=\"160\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621b3c74d9\" wfd-id=\"58\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621e7b695a\" wfd-id=\"159\"><h2 data-css=\"tve-u-1621e7a7350\" style=\"text-align: center;\">our offers</h2></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621e7c899a\" wfd-id=\"59\"><div class=\"tcb-flex-row tcb--cols--3 tcb-medium-wrap v-2\" data-css=\"tve-u-1621e7c7aa1\" wfd-id=\"60\"><div class=\"tcb-flex-col\" wfd-id=\"123\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16223fc9f23\" wfd-id=\"125\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e7ceab3\" style=\"\" wfd-id=\"126\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16416e4fafd\" wfd-id=\"158\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e7d5094\" wfd-id=\"127\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e7e9950\" data-value-type=\"percent\" style=\"\" wfd-id=\"154\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e7edfd9\" data-clip-id=\"10ffac3b28f1d\" wfd-id=\"157\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-10ffac3b28f1d\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-10ffac3b28f1d\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e7e6c1d\" wfd-id=\"155\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-16417b4cb9e\" wfd-id=\"156\"><h4 data-css=\"tve-u-1621fe1a1af\" style=\"text-align: center;\"><strong>Basic Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ec6c39b\" data-float=\"1\" wfd-id=\"150\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e81f424\" wfd-id=\"153\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec752da\" wfd-id=\"151\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"152\"><h4 data-css=\"tve-u-1621fe1bd18\" style=\"text-align: center;\"><strong>15$</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621ea50702\" wfd-id=\"128\"><ul class=\"tcb-styled-list\" wfd-id=\"129\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec3a5c0\" wfd-id=\"146\"><div class=\"tcb-styled-list-icon\" wfd-id=\"148\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec204df\" wfd-id=\"149\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec241aa\" wfd-id=\"147\">Interior vacuum</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"142\"><div class=\"tcb-styled-list-icon\" wfd-id=\"144\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec20f68\" wfd-id=\"145\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec2704c\" wfd-id=\"143\">Dust &amp;dash console</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec42aa7\" wfd-id=\"138\"><div class=\"tcb-styled-list-icon\" wfd-id=\"140\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec21a31\" wfd-id=\"141\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec298ab\" wfd-id=\"139\">Hand towel dry</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec43fe2\" wfd-id=\"134\"><div class=\"tcb-styled-list-icon\" wfd-id=\"136\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ea1fba7\" wfd-id=\"137\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea23322\" wfd-id=\"135\">Clean windows</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec454d9\" wfd-id=\"130\"><div class=\"tcb-styled-list-icon\" wfd-id=\"132\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ea295c0\" wfd-id=\"133\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea2c69a\" wfd-id=\"131\">Soft cloth wash</span></li></ul></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"92\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"94\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621eb81205\" style=\"\" wfd-id=\"95\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16416e603ab\" wfd-id=\"122\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621eb7ccb0\" wfd-id=\"96\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ebbbb6d\" data-value-type=\"percent\" wfd-id=\"118\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eaaedd8\" data-clip-id=\"a2b9cf3198d6f\" wfd-id=\"121\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-a2b9cf3198d6f\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-a2b9cf3198d6f\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec7f21a\" wfd-id=\"119\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e930bd7\" wfd-id=\"120\"><h4 data-css=\"tve-u-1621e92e97f\" style=\"text-align: center;\"><strong>Ultimate Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ec78d2c\" data-float=\"1\" wfd-id=\"114\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eab272c\" wfd-id=\"117\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec79a7d\" wfd-id=\"115\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"116\"><h4 data-css=\"tve-u-1621e942b65\" style=\"text-align: center;\"><strong>22 $</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621ebfa746\" wfd-id=\"111\"><p data-css=\"tve-u-1621f4ceaf6\" style=\"text-align: center;\">Includes basic service <span data-css=\"tve-u-1621f4ceaf7\" style=\"color: rgb(15, 29, 123);\" wfd-id=\"112\"><strong class=\"\"><span data-css=\"tve-u-1621f4ceafb\" wfd-id=\"113\">+</span></strong></span></p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621ebf340c\" wfd-id=\"97\"><ul class=\"tcb-styled-list\" wfd-id=\"98\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-164137a0b1f\" wfd-id=\"107\"><div class=\"tcb-styled-list-icon\" wfd-id=\"109\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec0c5bd\" wfd-id=\"110\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ebfe4ce\" wfd-id=\"108\">Triple foam conditiner</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec04541\" wfd-id=\"103\"><div class=\"tcb-styled-list-icon\" wfd-id=\"105\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec09a3c\" wfd-id=\"106\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ebff867\" wfd-id=\"104\">Tire dressing</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec05cc3\" wfd-id=\"99\"><div class=\"tcb-styled-list-icon\" wfd-id=\"101\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec15f6e\" wfd-id=\"102\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec009a8\" wfd-id=\"100\">Air freshner</span></li></ul></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"61\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16223dad661\" wfd-id=\"63\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621fd9c946\" style=\"\" wfd-id=\"64\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e7d234c\" wfd-id=\"91\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621fd84d7b\" wfd-id=\"65\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16223b080b0\" data-value-type=\"percent\" wfd-id=\"87\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eb3eb9f\" data-clip-id=\"ac98bb0e54b3b\" wfd-id=\"90\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621fd8766c\" wfd-id=\"88\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e930bd7\" wfd-id=\"89\"><h4 data-css=\"tve-u-1621fe1587d\" style=\"text-align: center;\"><strong>Supreme Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e8107f3\" wfd-id=\"83\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eb43d8d\" wfd-id=\"86\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e819c52\" wfd-id=\"84\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"85\"><h4 data-css=\"tve-u-1621fe1725e\" style=\"text-align: center;\"><strong>30 $</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621eb037bb\" wfd-id=\"80\"><p data-css=\"tve-u-1621f4d0451\" style=\"text-align: center;\">Includes ultimate service <span data-css=\"tve-u-1621eaff572\" style=\"color: rgb(15, 29, 123);\" wfd-id=\"81\"><strong class=\"\"><span data-css=\"tve-u-1621eb01b60\" wfd-id=\"82\">+</span></strong></span></p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621eacf6af\" wfd-id=\"66\"><ul class=\"tcb-styled-list\" wfd-id=\"67\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec36a4d\" wfd-id=\"76\"><div class=\"tcb-styled-list-icon\" wfd-id=\"78\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e9993aa\" wfd-id=\"79\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea1a5d7\" wfd-id=\"77\">Exterior trim dressing</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"72\"><div class=\"tcb-styled-list-icon\" wfd-id=\"74\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e99b1db\" wfd-id=\"75\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea19a06\" wfd-id=\"73\">Hand applied spray wax</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec37ea5\" wfd-id=\"68\"><div class=\"tcb-styled-list-icon\" wfd-id=\"70\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e99c314\" wfd-id=\"71\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea18c5d\" wfd-id=\"69\">Interior conditioner</span></li></ul></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621efddaaf\" wfd-id=\"36\">\n<div class=\"tve-page-section-out\" wfd-id=\"56\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621edf8048\" wfd-id=\"37\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621f114214\" wfd-id=\"38\"><div class=\"tcb-flex-row tcb-resized tcb-mobile-edit tcb--cols--2\" data-css=\"tve-u-1621ee03000\" wfd-id=\"39\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621ee4be21\" style=\"\" wfd-id=\"44\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ee093d4\" wfd-id=\"46\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ee3afec\" wfd-id=\"50\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621ee58e74\" wfd-id=\"55\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ee37f4a\" wfd-id=\"51\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1621ee74a24\" wfd-id=\"54\"><svg class=\"tcb-icon\" viewBox=\"0 0 16 28\" data-name=\"map-marker\">\n<path d=\"M12 10c0-2.203-1.797-4-4-4s-4 1.797-4 4 1.797 4 4 4 4-1.797 4-4zM16 10c0 0.953-0.109 1.937-0.516 2.797l-5.688 12.094c-0.328 0.688-1.047 1.109-1.797 1.109s-1.469-0.422-1.781-1.109l-5.703-12.094c-0.406-0.859-0.516-1.844-0.516-2.797 0-4.422 3.578-8 8-8s8 3.578 8 8z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621ee63e1c\" wfd-id=\"53\"><h2 data-css=\"tve-u-1621fdcb4ea\" style=\"text-align: center;\">contact us</h2></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16422a1ce91\" wfd-id=\"52\"><p data-css=\"tve-u-16422a1ce94\" style=\"text-align: left;\">Your adress goes here</p><p data-css=\"tve-u-16422a1ce93\" style=\"text-align: left;\">Phone: 0400 - 700 - 682</p><p data-css=\"tve-u-16422a1ce92\" style=\"text-align: left;\">Email: our_office@gmail.com</p></div></div>\n</div><div class=\"tcb-clear\" data-css=\"tve-u-16417c828be\" wfd-id=\"47\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_slide_left\" data-css=\"tve-u-1621ef118dc\" style=\"\" wfd-id=\"48\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"49\"><img class=\"tve_image tve_evt_manager_listen tve_et_tve-viewport wp-image-21388\" alt=\"\" width=\"567\" height=\"384\" title=\"Car wash img footer\" data-id=\"21388\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-img-footer.png\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_left&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" style=\"width: 100%;\"></span></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621ee4be73\" style=\"\" wfd-id=\"40\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ee22c43\" wfd-id=\"42\"><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-1621ee18a1c\" wfd-id=\"43\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=New York&amp;t=m&amp;z=5&amp;output=embed&amp;iwloc=near\"></iframe>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621f0aa8f7\" wfd-id=\"23\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621f0ada0e\" wfd-id=\"35\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621f0b0088\" wfd-id=\"24\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621f0d2c1a\" wfd-id=\"25\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-1621f0cbe40\" wfd-id=\"26\"><div class=\"tcb-flex-col\" wfd-id=\"31\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"33\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621f0da775\" wfd-id=\"34\"><p data-css=\"tve-u-1622444fb11\">Â© 2018, Your company name . All rights reserved.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"27\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"29\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16223fe5f5b\" wfd-id=\"30\"><p data-css=\"tve-u-1621f0d874c\" style=\"text-align: right;\">Made with <a href=\"https://thrivethemes.com/\" target=\"_blank\">Thrive Architect</a></p></div></div></div></div></div></div>\n</div>\n\n'),(6517,106,'tve_content_more_found_tcb2-thrivebiz-car-wash',''),(6740,563,'tve_revision_tve_landing_set',''),(6741,563,'tve_revision_tve_disable_theme_dependency','1'),(6742,563,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-162717d1bbe\" wfd-id=\"430\"><div class=\"tcb-flex-row tcb-medium-no-wrap v-2 tcb--cols--3 m-edit tcb-mobile-wrap tcb-resized\" data-css=\"tve-u-162717d1bbf\" wfd-id=\"431\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1695981e7bb\" wfd-id=\"452\"><div class=\"tcb-col\" data-css=\"tve-u-16959846d3d\" wfd-id=\"454\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16959822de2\" wfd-id=\"455\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"456\"><img class=\"tve_image wp-image-465\" alt=\"\" width=\"384\" height=\"62\" title=\"Blackhawk_custom_header\" data-id=\"465\" src=\"https://bestcerakoteflorida.com/wp-content/uploads/2019/01/Blackhawk_custom_header.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717d1bb9\" style=\"\" wfd-id=\"445\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717d1bb6\" wfd-id=\"447\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-164179a84b8\" wfd-id=\"448\">\n<div class=\"tve-content-box-background\" wfd-id=\"451\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"449\"><div class=\"tcb-clear\" wfd-id=\"450\"></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717d1bb7\" style=\"\" wfd-id=\"432\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717d1bbc\" wfd-id=\"434\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16369305186\" wfd-id=\"435\">\n<div class=\"tve-content-box-background\" wfd-id=\"444\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16417e9d24e\" wfd-id=\"436\"><div class=\"tcb-clear\" wfd-id=\"442\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-16417e5bd95\" data-float=\"1\" wfd-id=\"443\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-envelope-regular\" data-name=\"\">\n            <path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path>\n        </svg></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-164179bced9\" wfd-id=\"437\"><p data-css=\"tve-u-1641333d7d1\"><a href=\"mailto:info@bestcerkoteflorida.com\" target=\"_blank\">info@bestcerakoteflorida.com</a></p></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-162717cb621\" data-value-type=\"percent\" wfd-id=\"394\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-162717cb620\" data-clip-id=\"c883ac5175045\" wfd-id=\"429\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-c883ac5175045\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9125, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-c883ac5175045\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9476, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-c883ac5175045\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9651, 1 1, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-162717cb609\" wfd-id=\"395\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-162717cb618\" wfd-id=\"396\"><div class=\"tcb-flex-row tcb-medium-wrap tcb-resized v-2 tcb--cols--2\" data-css=\"tve-u-162717cb617\" wfd-id=\"397\"><div class=\"tcb-flex-col\" data-css=\"tve-u-162717cb601\" style=\"\" wfd-id=\"404\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717cb60a\" wfd-id=\"406\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h1\" data-css=\"tve-u-162717cb610\" wfd-id=\"419\"><h1 data-css=\"tve-u-162717cb616\" style=\"text-align: center;\">&nbsp;Protect What\'s Important To You With The Toughest Ceramic Finish In The World!<span data-css=\"tve-u-16271ca808e\" style=\"color: rgb(0, 229, 255);\" wfd-id=\"428\"></span></h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162717cb60f\" wfd-id=\"407\"><p data-css=\"tve-u-16413112747\">Heat, Water and Salt &nbsp;vehicle. You can choose a q<span data-css=\"tve-u-16413111ba3\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"418\">u</span>ick exterior wash or a detailed clean, we have it all.</p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717cb600\" style=\"\" wfd-id=\"398\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717cb60b\" wfd-id=\"400\"><div class=\"thrv_responsive_video thrv_wrapper rv_style_lifted_style2\" data-type=\"youtube\" data-rel=\"0\" data-url=\"https://www.youtube.com/watch?v=a1nyu9ZJiEk\" data-css=\"tve-u-16959cd1e7a\" data-modestbranding=\"1\" wfd-id=\"401\">\n	\n\n	<div class=\"tve_responsive_video_container\" wfd-id=\"402\">\n		<div class=\"video_overlay\" wfd-id=\"403\"></div>\n	<iframe data-code=\"TEOqV1Q16lU\" data-provider=\"youtube\" src=\"https://www.youtube.com/embed/TEOqV1Q16lU?rel=0&amp;modestbranding=1&amp;controls=1&amp;showinfo=1&amp;fs=1&amp;wmode=transparent\" data-src=\"https://www.youtube.com/embed/TEOqV1Q16lU?rel=0&amp;modestbranding=1&amp;controls=1&amp;showinfo=1&amp;fs=1&amp;wmode=transparent\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-162717fcf9d\" data-value-type=\"percent\" wfd-id=\"329\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-162718bd0c0\" data-clip-id=\"a3b25e1c9221a\" wfd-id=\"393\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0875\"></polygon></clipPath><clipPath id=\"clip-tablet-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"6\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.1051\"></polygon></clipPath><clipPath id=\"clip-mobile-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"1\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0175\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-162718a3b40\" wfd-id=\"330\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622a159bcb\" wfd-id=\"331\">\n<div class=\"tve-content-box-background\" wfd-id=\"392\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"332\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621a2247ba\" wfd-id=\"385\"><h2 data-css=\"tve-u-1621a2e0d5b\">our services</h2></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16229f6175c\" wfd-id=\"356\"><div class=\"tcb-flex-row tcb-medium-no-wrap tcb--cols--3 v-2\" data-css=\"tve-u-162493a03b0\" wfd-id=\"357\"><div class=\"tcb-flex-col\" wfd-id=\"374\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1624939a960\" data-tcb_hover_state_parent=\"\" wfd-id=\"376\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-162493d5f13\" data-float=\"1\" wfd-id=\"384\"><svg class=\"tcb-icon\" viewBox=\"0 0 14 28\" data-name=\"bolt\">\n<path d=\"M13.828 8.844c0.172 0.187 0.219 0.453 0.109 0.688l-8.437 18.078c-0.125 0.234-0.375 0.391-0.656 0.391-0.063 0-0.141-0.016-0.219-0.031-0.344-0.109-0.547-0.438-0.469-0.766l3.078-12.625-6.344 1.578c-0.063 0.016-0.125 0.016-0.187 0.016-0.172 0-0.359-0.063-0.484-0.172-0.187-0.156-0.25-0.391-0.203-0.609l3.141-12.891c0.078-0.297 0.359-0.5 0.688-0.5h5.125c0.391 0 0.703 0.297 0.703 0.656 0 0.094-0.031 0.187-0.078 0.281l-2.672 7.234 6.188-1.531c0.063-0.016 0.125-0.031 0.187-0.031 0.203 0 0.391 0.094 0.531 0.234z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"380\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-162494b490e\" wfd-id=\"381\"><h4 data-css=\"tve-u-16249355087\" style=\"text-align: left;\">Express exterior</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162494b7ad0\" wfd-id=\"377\"><p data-css=\"tve-u-162492e70ad\">Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"365\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162493b6b63\" data-tcb_hover_state_parent=\"\" wfd-id=\"367\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b456a\" wfd-id=\"373\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"adjust\">\n<path d=\"M12 22.5v-17c-4.688 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"371\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1af44d\" wfd-id=\"372\"><h4 data-css=\"tve-u-16249358652\" style=\"text-align: left;\">Interior clean</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"368\"><p data-css=\"tve-u-162492e70ad\">Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"358\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16249373b25\" wfd-id=\"360\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b52d3\" wfd-id=\"364\"><svg class=\"tcb-icon\" viewBox=\"0 0 26 28\" data-name=\"umbrella\">\n<path d=\"M14 12.938v9.063c0 2.172-1.828 4-4 4s-4-1.828-4-4c0-0.547 0.453-1 1-1s1 0.453 1 1c0 1.047 0.953 2 2 2s2-0.953 2-2v-9.063c0.328-0.109 0.656-0.172 1-0.172s0.672 0.063 1 0.172zM26 13.359c0 0.266-0.234 0.5-0.5 0.5-0.141 0-0.25-0.063-0.359-0.156-0.906-0.844-1.75-1.437-3.047-1.437-1.484 0-2.766 0.922-3.609 2.094-0.187 0.266-0.328 0.547-0.5 0.812-0.109 0.172-0.234 0.266-0.438 0.266-0.219 0-0.344-0.094-0.453-0.266-0.172-0.266-0.313-0.547-0.5-0.812-0.844-1.172-2.109-2.094-3.594-2.094s-2.75 0.922-3.594 2.094c-0.187 0.266-0.328 0.547-0.5 0.812-0.109 0.172-0.234 0.266-0.453 0.266-0.203 0-0.328-0.094-0.438-0.266-0.172-0.266-0.313-0.547-0.5-0.812-0.844-1.172-2.125-2.094-3.609-2.094-1.297 0-2.141 0.594-3.047 1.437-0.109 0.094-0.219 0.156-0.359 0.156-0.266 0-0.5-0.234-0.5-0.5 0-0.047 0-0.078 0.016-0.109 1.437-5.906 7.141-9.25 12.984-9.25 5.812 0 11.578 3.344 12.984 9.25 0.016 0.031 0.016 0.063 0.016 0.109zM14 2v1.531c-0.328-0.016-0.672-0.031-1-0.031s-0.672 0.016-1 0.031v-1.531c0-0.547 0.453-1 1-1s1 0.453 1 1z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"362\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b01a6\" wfd-id=\"363\"><h4 data-css=\"tve-u-1624935a201\" style=\"text-align: left;\">Wax protection</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"361\"><p data-css=\"tve-u-162492e70ad\">Etiam pharetra, erat sed fermentum feugiat, velit mauris</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16249367114\" wfd-id=\"333\"><div class=\"tcb-flex-row tcb-medium-no-wrap tcb--cols--3 v-2\" data-css=\"tve-u-16229ffbb7b\" wfd-id=\"334\"><div class=\"tcb-flex-col\" wfd-id=\"349\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229fa6a26\" wfd-id=\"351\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b33f9\" wfd-id=\"355\"><svg class=\"tcb-icon\" viewBox=\"0 0 26 28\" data-name=\"magic\">\n<path d=\"M18.594 9.078l4.578-4.578-1.672-1.672-4.578 4.578zM25.578 4.5c0 0.266-0.094 0.516-0.281 0.703l-20.094 20.094c-0.187 0.187-0.438 0.281-0.703 0.281s-0.516-0.094-0.703-0.281l-3.094-3.094c-0.187-0.187-0.281-0.438-0.281-0.703s0.094-0.516 0.281-0.703l20.094-20.094c0.187-0.187 0.438-0.281 0.703-0.281s0.516 0.094 0.703 0.281l3.094 3.094c0.187 0.187 0.281 0.438 0.281 0.703zM4.469 1.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531zM9.938 4.062l3.063 0.938-3.063 0.938-0.938 3.063-0.938-3.063-3.063-0.938 3.063-0.938 0.938-3.063zM24.469 11.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531zM14.469 1.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"353\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b0a67\" wfd-id=\"354\"><h4 data-css=\"tve-u-16248fc42a1\" style=\"text-align: left;\">Dust &amp; Dash Console</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"352\"><p data-css=\"tve-u-162492e70ad\">Duis sed odio sit amet nibh vulputate cursus a sit amet mauris.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"342\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1622f65ba70\" wfd-id=\"344\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b60b4\" wfd-id=\"348\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"certificate\">\n<path d=\"M21.5 14l2.156 2.109c0.297 0.281 0.406 0.703 0.313 1.094-0.109 0.391-0.422 0.703-0.812 0.797l-2.938 0.75 0.828 2.906c0.109 0.391 0 0.812-0.297 1.094-0.281 0.297-0.703 0.406-1.094 0.297l-2.906-0.828-0.75 2.938c-0.094 0.391-0.406 0.703-0.797 0.812-0.094 0.016-0.203 0.031-0.297 0.031-0.297 0-0.594-0.125-0.797-0.344l-2.109-2.156-2.109 2.156c-0.281 0.297-0.703 0.406-1.094 0.313-0.406-0.109-0.703-0.422-0.797-0.812l-0.75-2.938-2.906 0.828c-0.391 0.109-0.812 0-1.094-0.297-0.297-0.281-0.406-0.703-0.297-1.094l0.828-2.906-2.938-0.75c-0.391-0.094-0.703-0.406-0.812-0.797-0.094-0.391 0.016-0.812 0.313-1.094l2.156-2.109-2.156-2.109c-0.297-0.281-0.406-0.703-0.313-1.094 0.109-0.391 0.422-0.703 0.812-0.797l2.938-0.75-0.828-2.906c-0.109-0.391 0-0.812 0.297-1.094 0.281-0.297 0.703-0.406 1.094-0.297l2.906 0.828 0.75-2.938c0.094-0.391 0.406-0.703 0.797-0.797 0.391-0.109 0.812 0 1.094 0.297l2.109 2.172 2.109-2.172c0.281-0.297 0.688-0.406 1.094-0.297 0.391 0.094 0.703 0.406 0.797 0.797l0.75 2.938 2.906-0.828c0.391-0.109 0.812 0 1.094 0.297 0.297 0.281 0.406 0.703 0.297 1.094l-0.828 2.906 2.938 0.75c0.391 0.094 0.703 0.406 0.812 0.797 0.094 0.391-0.016 0.812-0.313 1.094z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"346\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b12d8\" wfd-id=\"347\"><h4 data-css=\"tve-u-1625389a3d5\" style=\"text-align: left;\">Triple Foam Polish</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"345\"><p data-css=\"tve-u-162492e70ad\">Class aptent taciti sociosqu ad litora torquent</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"335\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229fa8c68\" wfd-id=\"337\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-16271adf6cf\" wfd-id=\"341\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"bullseye\">\n<path d=\"M16 14c0 2.203-1.797 4-4 4s-4-1.797-4-4 1.797-4 4-4 4 1.797 4 4zM18 14c0-3.313-2.688-6-6-6s-6 2.688-6 6 2.688 6 6 6 6-2.688 6-6zM20 14c0 4.422-3.578 8-8 8s-8-3.578-8-8 3.578-8 8-8 8 3.578 8 8zM22 14c0-5.516-4.484-10-10-10s-10 4.484-10 10 4.484 10 10 10 10-4.484 10-10zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"339\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-16248fc71c8\" wfd-id=\"340\"><h4 data-css=\"tve-u-1625389b4ed\" style=\"text-align: left;\">Tire dressing</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"338\"><p data-css=\"tve-u-162492e70ad\">Etiam pharetra, erat sed fermentum feugiat, velit mauris</p></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621ad46076\" wfd-id=\"297\">\n<div class=\"tve-page-section-out\" wfd-id=\"328\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621b072b4e\" wfd-id=\"298\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621a8b2488\" wfd-id=\"299\"><div class=\"tcb-flex-row tcb--cols--2 v-2\" data-css=\"tve-u-1621a8a804b\" wfd-id=\"300\"><div class=\"tcb-flex-col\" wfd-id=\"310\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16271bfe70c\" wfd-id=\"312\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h3\" data-css=\"tve-u-1621a8c4313\" wfd-id=\"327\"><h3><strong>Complete cleaning services for yoâ€‹ur car</strong></h3></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-16417b70f47\" wfd-id=\"313\"><ul class=\"tcb-styled-list\" wfd-id=\"314\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621acf0289\" wfd-id=\"323\"><div class=\"tcb-styled-list-icon\" wfd-id=\"325\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a8e11f3\" wfd-id=\"326\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ace1b08\" wfd-id=\"324\">We are a small business delivering professional cleaning services for all vehicles</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621acf64fb\" wfd-id=\"319\"><div class=\"tcb-styled-list-icon\" wfd-id=\"321\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a8e5625\" wfd-id=\"322\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ace4de9\" wfd-id=\"320\">Our services are convenient for individuals and corporate fleets</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"315\"><div class=\"tcb-styled-list-icon\" wfd-id=\"317\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a9076ef\" wfd-id=\"318\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621acf47d2\" wfd-id=\"316\">We use eco-friendly products that actually clean, protect and maintain your car better than the traditional cleaning substances</span></li></ul></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"301\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621a90a46f\" wfd-id=\"303\"><div class=\"thrv_wrapper thrv-fill-counter tve_red tve_normalfc thrv_data_element\" data-css=\"tve-u-1621a983587\" wfd-id=\"304\">\n<div class=\"tve_fill_counter_n\" style=\"\" data-fill=\"100\" data-css=\"tve-u-1621a98b602\" wfd-id=\"305\">\n<svg viewBox=\"0 0 170 170\" class=\"tve_fill_counter_circle\" shape-rendering=\"optimizeSpeed\" data-css=\"tve-u-1621a9a2862\">\n<circle class=\"tve_fill_counter_circle_inner\" r=\"85\" cx=\"85\" cy=\"85\" data-css=\"tve-u-1621a9685d4\"></circle>\n</svg>\n<div class=\"tve_fill_text_in\" data-css=\"tve-u-1621a96b190\" wfd-id=\"306\">\n<div class=\"tve_fill_text_value\" data-css=\"tve-u-1621a9a2866\" wfd-id=\"308\">\n<div class=\"thrv-inline-text tve_fill_text tve_editable\" data-css=\"tve-u-1621a9a2867\" wfd-id=\"309\"><strong>100%â€‹</strong></div>\n</div>\n<div class=\"thrv-inline-text tve_editable tve_data_element_label\" data-css=\"tve-u-1621a9750ae\" wfd-id=\"307\">Clean car</div>\n</div>\n</div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621ada1e7f\" data-value-type=\"percent\" wfd-id=\"261\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621adba9ef\" data-clip-id=\"52d5a36c151aa\" wfd-id=\"296\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-52d5a36c151aa\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0875\"></polygon></clipPath><clipPath id=\"clip-tablet-top-52d5a36c151aa\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0524\"></polygon></clipPath><clipPath id=\"clip-mobile-top-52d5a36c151aa\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0349\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621ad420c4\" wfd-id=\"262\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621ade6172\" wfd-id=\"263\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2 tcb-row-reversed-mobile tcb-mobile-edit v-2\" data-css=\"tve-u-1621adea58b\" wfd-id=\"264\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621b064646\" style=\"\" wfd-id=\"290\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ae0bec7\" wfd-id=\"292\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ae4fd21\" data-value-type=\"percent\" data-float=\"1\" wfd-id=\"293\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621ae6c8da\" data-clip-id=\"aa2c3e3c70555\" wfd-id=\"295\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0349\"></polygon></clipPath><clipPath id=\"clip-tablet-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"4\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0699\"></polygon></clipPath><clipPath id=\"clip-mobile-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"4\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0699\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb\" data-css=\"tve-u-1621ae4db6e\" wfd-id=\"294\"></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621b064668\" style=\"\" wfd-id=\"265\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621f45bed3\" wfd-id=\"267\"><div class=\"tcb-clear\" data-css=\"tve-u-16224848ee5\" wfd-id=\"288\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621afceb00\" wfd-id=\"289\"><h2 data-css=\"tve-u-1621afcc0bf\">Check Out Our Special Offer!</h2></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621afda4fa\" wfd-id=\"287\"><p data-css=\"tve-u-1621afd8c98\">Donâ€™t miss the opportunity to get 50% discount on a complete cleaning just by recommending us to a friend. Bring someone you know with you and clean you car half price!</p></div><div class=\"tcb-clear\" data-css=\"tve-u-16224834cab\" wfd-id=\"268\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621fe85996\" wfd-id=\"269\"><div class=\"tcb-flex-row tcb--cols--2 tcb-resized tcb-medium-wrap tcb-desktop-wrap\" data-css=\"tve-u-1621fe78878\" wfd-id=\"270\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621fe94086\" style=\"\" wfd-id=\"278\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"280\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621b01355a\" wfd-id=\"281\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621b08fdde\" data-tcb_hover_state_parent=\"1\" wfd-id=\"286\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16223f02c16\" wfd-id=\"282\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-1620af7eb3f\" data-tcb_hover_state_parent=\"\" data-button-style=\"full_rounded\" wfd-id=\"283\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"284\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-16228c75500\" wfd-id=\"285\"><strong>Request an appointment</strong></span></span>\n</a>\n</div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621fe940b9\" style=\"\" wfd-id=\"271\"><div class=\"tcb-col\" wfd-id=\"273\"><div class=\"tcb-clear\" data-css=\"tve-u-16224716d62\" wfd-id=\"274\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-1621b028939\" data-tcb_hover_state_parent=\"\" data-button-style=\"ghost\" wfd-id=\"275\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"276\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-16228c764b2\" wfd-id=\"277\"><strong>Call Now: 0400-700-682</strong></span></span>\n</a>\n</div></div></div></div></div></div></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16260ba2fa4\" wfd-id=\"168\">\n<div class=\"tve-page-section-out\" wfd-id=\"260\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16260be7104\" wfd-id=\"169\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621b0e4fb7\" wfd-id=\"259\"><h2 data-css=\"tve-u-1621b10fccf\" style=\"text-align: center;\">our happy clients</h2></div><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641367127b\" data-float=\"1\" wfd-id=\"258\"><svg class=\"tcb-icon\" viewBox=\"0 0 30 32\" data-name=\"quote-left\">\n<path d=\"M13.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429zM29.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641367e553\" wfd-id=\"257\"><svg class=\"tcb-icon\" viewBox=\"0 0 30 32\" data-name=\"quote-left\">\n<path d=\"M13.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429zM29.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a10d3b4\" wfd-id=\"228\">\n<div class=\"tve-content-box-background\" wfd-id=\"256\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"229\"><div class=\"tcb-clear\" data-css=\"tve-u-1621b300a64\" wfd-id=\"254\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-1621f154231\" wfd-id=\"255\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621b200375\" wfd-id=\"232\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-16260d8392c\" wfd-id=\"233\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"238\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"240\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16417b62c09\" wfd-id=\"241\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-16260d8396c\" wfd-id=\"242\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16260d01208\" style=\"\" wfd-id=\"248\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"250\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"251\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16225617da3\" wfd-id=\"253\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"252\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16260d0120e\" style=\"\" wfd-id=\"243\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"245\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"247\"><h5>Brett Graham, 28</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"246\"><h6 class=\"\">Architect</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"234\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"236\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"237\"><p data-css=\"tve-u-162539c17ec\">Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit. Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit.&nbsp;</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-16260c5ff0c\" wfd-id=\"230\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260c5ff07\" wfd-id=\"231\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a12f675\" wfd-id=\"199\">\n<div class=\"tve-content-box-background\" wfd-id=\"227\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"200\"><div class=\"tcb-clear\" data-css=\"tve-u-16260cd7683\" wfd-id=\"225\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260d73672\" wfd-id=\"226\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16260da3aa7\" wfd-id=\"203\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-1621fb68b97\" wfd-id=\"204\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"209\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"211\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16417b662bf\" wfd-id=\"212\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-1621fb65556\" wfd-id=\"213\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16229915e1a\" style=\"\" wfd-id=\"219\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"221\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"222\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16260c433e9\" wfd-id=\"224\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"223\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16229915e4e\" style=\"\" wfd-id=\"214\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"216\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"218\"><h5>Rosie Hanson, 24</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"217\"><h6 class=\"\">Real estate Associate</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"205\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"207\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"208\"><p data-css=\"tve-u-162539c17ec\">Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo.</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-16260d3b97e\" wfd-id=\"201\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260d39b83\" wfd-id=\"202\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a146aef\" wfd-id=\"170\">\n<div class=\"tve-content-box-background\" wfd-id=\"198\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"171\"><div class=\"tcb-clear\" data-css=\"tve-u-16260cd7683\" wfd-id=\"196\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260cd622f\" wfd-id=\"197\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16260c39a7e\" wfd-id=\"174\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-16260d3f4aa\" wfd-id=\"175\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"180\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"182\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621fbacc60\" wfd-id=\"183\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-16260d3f4af\" wfd-id=\"184\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16229915e1a\" style=\"\" wfd-id=\"190\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"192\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"193\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16260d5e4b8\" wfd-id=\"195\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"194\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16229915e4e\" style=\"\" wfd-id=\"185\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"187\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"189\"><h5>Shawn Mattews, 35</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"188\"><h6 class=\"\">project manager</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"176\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"178\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"179\"><p data-css=\"tve-u-162539c17ec\">Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo. Nullam ac urna eu felis.Sed non neque elit. Sed ut imperdiet nisi. Proin condimentum</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1621b30ca74\" wfd-id=\"172\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-1621f15b521\" wfd-id=\"173\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621b3c8c52\" wfd-id=\"64\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621b3cfc7b\" wfd-id=\"167\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621b3c74d9\" wfd-id=\"65\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621e7b695a\" wfd-id=\"166\"><h2 data-css=\"tve-u-1621e7a7350\" style=\"text-align: center;\">our offers</h2></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621e7c899a\" wfd-id=\"66\"><div class=\"tcb-flex-row tcb--cols--3 tcb-medium-wrap v-2\" data-css=\"tve-u-1621e7c7aa1\" wfd-id=\"67\"><div class=\"tcb-flex-col\" wfd-id=\"130\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16223fc9f23\" wfd-id=\"132\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e7ceab3\" style=\"\" wfd-id=\"133\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16416e4fafd\" wfd-id=\"165\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e7d5094\" wfd-id=\"134\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e7e9950\" data-value-type=\"percent\" style=\"\" wfd-id=\"161\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e7edfd9\" data-clip-id=\"10ffac3b28f1d\" wfd-id=\"164\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-10ffac3b28f1d\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-10ffac3b28f1d\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e7e6c1d\" wfd-id=\"162\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-16417b4cb9e\" wfd-id=\"163\"><h4 data-css=\"tve-u-1621fe1a1af\" style=\"text-align: center;\"><strong>Basic Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ec6c39b\" data-float=\"1\" wfd-id=\"157\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e81f424\" wfd-id=\"160\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec752da\" wfd-id=\"158\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"159\"><h4 data-css=\"tve-u-1621fe1bd18\" style=\"text-align: center;\"><strong>15$</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621ea50702\" wfd-id=\"135\"><ul class=\"tcb-styled-list\" wfd-id=\"136\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec3a5c0\" wfd-id=\"153\"><div class=\"tcb-styled-list-icon\" wfd-id=\"155\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec204df\" wfd-id=\"156\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec241aa\" wfd-id=\"154\">Interior vacuum</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"149\"><div class=\"tcb-styled-list-icon\" wfd-id=\"151\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec20f68\" wfd-id=\"152\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec2704c\" wfd-id=\"150\">Dust &amp;dash console</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec42aa7\" wfd-id=\"145\"><div class=\"tcb-styled-list-icon\" wfd-id=\"147\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec21a31\" wfd-id=\"148\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec298ab\" wfd-id=\"146\">Hand towel dry</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec43fe2\" wfd-id=\"141\"><div class=\"tcb-styled-list-icon\" wfd-id=\"143\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ea1fba7\" wfd-id=\"144\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea23322\" wfd-id=\"142\">Clean windows</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec454d9\" wfd-id=\"137\"><div class=\"tcb-styled-list-icon\" wfd-id=\"139\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ea295c0\" wfd-id=\"140\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea2c69a\" wfd-id=\"138\">Soft cloth wash</span></li></ul></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"99\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"101\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621eb81205\" style=\"\" wfd-id=\"102\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16416e603ab\" wfd-id=\"129\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621eb7ccb0\" wfd-id=\"103\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ebbbb6d\" data-value-type=\"percent\" wfd-id=\"125\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eaaedd8\" data-clip-id=\"a2b9cf3198d6f\" wfd-id=\"128\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-a2b9cf3198d6f\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-a2b9cf3198d6f\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec7f21a\" wfd-id=\"126\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e930bd7\" wfd-id=\"127\"><h4 data-css=\"tve-u-1621e92e97f\" style=\"text-align: center;\"><strong>Ultimate Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ec78d2c\" data-float=\"1\" wfd-id=\"121\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eab272c\" wfd-id=\"124\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec79a7d\" wfd-id=\"122\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"123\"><h4 data-css=\"tve-u-1621e942b65\" style=\"text-align: center;\"><strong>22 $</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621ebfa746\" wfd-id=\"118\"><p data-css=\"tve-u-1621f4ceaf6\" style=\"text-align: center;\">Includes basic service <span data-css=\"tve-u-1621f4ceaf7\" style=\"color: rgb(15, 29, 123);\" wfd-id=\"119\"><strong class=\"\"><span data-css=\"tve-u-1621f4ceafb\" wfd-id=\"120\">+</span></strong></span></p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621ebf340c\" wfd-id=\"104\"><ul class=\"tcb-styled-list\" wfd-id=\"105\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-164137a0b1f\" wfd-id=\"114\"><div class=\"tcb-styled-list-icon\" wfd-id=\"116\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec0c5bd\" wfd-id=\"117\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ebfe4ce\" wfd-id=\"115\">Triple foam conditiner</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec04541\" wfd-id=\"110\"><div class=\"tcb-styled-list-icon\" wfd-id=\"112\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec09a3c\" wfd-id=\"113\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ebff867\" wfd-id=\"111\">Tire dressing</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec05cc3\" wfd-id=\"106\"><div class=\"tcb-styled-list-icon\" wfd-id=\"108\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec15f6e\" wfd-id=\"109\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec009a8\" wfd-id=\"107\">Air freshner</span></li></ul></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"68\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16223dad661\" wfd-id=\"70\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621fd9c946\" style=\"\" wfd-id=\"71\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e7d234c\" wfd-id=\"98\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621fd84d7b\" wfd-id=\"72\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16223b080b0\" data-value-type=\"percent\" wfd-id=\"94\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eb3eb9f\" data-clip-id=\"ac98bb0e54b3b\" wfd-id=\"97\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621fd8766c\" wfd-id=\"95\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e930bd7\" wfd-id=\"96\"><h4 data-css=\"tve-u-1621fe1587d\" style=\"text-align: center;\"><strong>Supreme Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e8107f3\" wfd-id=\"90\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eb43d8d\" wfd-id=\"93\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e819c52\" wfd-id=\"91\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"92\"><h4 data-css=\"tve-u-1621fe1725e\" style=\"text-align: center;\"><strong>30 $</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621eb037bb\" wfd-id=\"87\"><p data-css=\"tve-u-1621f4d0451\" style=\"text-align: center;\">Includes ultimate service <span data-css=\"tve-u-1621eaff572\" style=\"color: rgb(15, 29, 123);\" wfd-id=\"88\"><strong class=\"\"><span data-css=\"tve-u-1621eb01b60\" wfd-id=\"89\">+</span></strong></span></p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621eacf6af\" wfd-id=\"73\"><ul class=\"tcb-styled-list\" wfd-id=\"74\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec36a4d\" wfd-id=\"83\"><div class=\"tcb-styled-list-icon\" wfd-id=\"85\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e9993aa\" wfd-id=\"86\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea1a5d7\" wfd-id=\"84\">Exterior trim dressing</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"79\"><div class=\"tcb-styled-list-icon\" wfd-id=\"81\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e99b1db\" wfd-id=\"82\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea19a06\" wfd-id=\"80\">Hand applied spray wax</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec37ea5\" wfd-id=\"75\"><div class=\"tcb-styled-list-icon\" wfd-id=\"77\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e99c314\" wfd-id=\"78\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea18c5d\" wfd-id=\"76\">Interior conditioner</span></li></ul></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621efddaaf\" wfd-id=\"43\">\n<div class=\"tve-page-section-out\" wfd-id=\"63\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621edf8048\" wfd-id=\"44\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621f114214\" wfd-id=\"45\"><div class=\"tcb-flex-row tcb-resized tcb-mobile-edit tcb--cols--2\" data-css=\"tve-u-1621ee03000\" wfd-id=\"46\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621ee4be21\" style=\"\" wfd-id=\"51\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ee093d4\" wfd-id=\"53\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ee3afec\" wfd-id=\"57\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621ee58e74\" wfd-id=\"62\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ee37f4a\" wfd-id=\"58\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1621ee74a24\" wfd-id=\"61\"><svg class=\"tcb-icon\" viewBox=\"0 0 16 28\" data-name=\"map-marker\">\n<path d=\"M12 10c0-2.203-1.797-4-4-4s-4 1.797-4 4 1.797 4 4 4 4-1.797 4-4zM16 10c0 0.953-0.109 1.937-0.516 2.797l-5.688 12.094c-0.328 0.688-1.047 1.109-1.797 1.109s-1.469-0.422-1.781-1.109l-5.703-12.094c-0.406-0.859-0.516-1.844-0.516-2.797 0-4.422 3.578-8 8-8s8 3.578 8 8z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621ee63e1c\" wfd-id=\"60\"><h2 data-css=\"tve-u-1621fdcb4ea\" style=\"text-align: center;\">contact us</h2></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16422a1ce91\" wfd-id=\"59\"><p data-css=\"tve-u-16422a1ce94\" style=\"text-align: left;\">Your adress goes here</p><p data-css=\"tve-u-16422a1ce93\" style=\"text-align: left;\">Phone: 0400 - 700 - 682</p><p data-css=\"tve-u-16422a1ce92\" style=\"text-align: left;\">Email: our_office@gmail.com</p></div></div>\n</div><div class=\"tcb-clear\" data-css=\"tve-u-16417c828be\" wfd-id=\"54\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_slide_left\" data-css=\"tve-u-1621ef118dc\" style=\"\" wfd-id=\"55\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"56\"><img class=\"tve_image tve_evt_manager_listen tve_et_tve-viewport wp-image-21388\" alt=\"\" width=\"567\" height=\"384\" title=\"Car wash img footer\" data-id=\"21388\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-img-footer.png\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_left&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" style=\"width: 100%;\"></span></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621ee4be73\" style=\"\" wfd-id=\"47\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ee22c43\" wfd-id=\"49\"><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-1621ee18a1c\" wfd-id=\"50\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=New York&amp;t=m&amp;z=5&amp;output=embed&amp;iwloc=near\"></iframe>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621f0aa8f7\" wfd-id=\"30\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621f0ada0e\" wfd-id=\"42\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621f0b0088\" wfd-id=\"31\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621f0d2c1a\" wfd-id=\"32\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-1621f0cbe40\" wfd-id=\"33\"><div class=\"tcb-flex-col\" wfd-id=\"38\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"40\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621f0da775\" wfd-id=\"41\"><p data-css=\"tve-u-1622444fb11\">Â© 2018, Your company name . All rights reserved.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"34\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"36\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16223fe5f5b\" wfd-id=\"37\"><p data-css=\"tve-u-1621f0d874c\" style=\"text-align: right;\">Made with <a href=\"https://thrivethemes.com/\" target=\"_blank\">Thrive Architect</a></p></div></div></div></div></div></div>\n</div>\n\n'),(6552,549,'tve_revision_tve_landing_page','tcb2-thrivebiz-car-wash'),(6553,549,'tve_revision_tve_landing_set',''),(6518,547,'tve_revision_tve_landing_page','tcb2-thrivebiz-car-wash'),(6519,547,'tve_revision_tve_landing_set',''),(6520,547,'tve_revision_tve_disable_theme_dependency','1'),(6521,547,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-162717d1bbe\" wfd-id=\"425\"><div class=\"tcb-flex-row tcb-medium-no-wrap v-2 tcb--cols--3\" data-css=\"tve-u-162717d1bbf\" wfd-id=\"426\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1695981e7bb\" wfd-id=\"452\"><div class=\"tcb-col\" data-css=\"tve-u-16959846d3d\" wfd-id=\"454\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16959822de2\" wfd-id=\"455\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"456\"><img class=\"tve_image wp-image-465\" alt=\"\" width=\"384\" height=\"62\" title=\"Blackhawk_custom_header\" data-id=\"465\" src=\"https://bestcerakoteflorida.com/wp-content/uploads/2019/01/Blackhawk_custom_header.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717d1bb9\" style=\"\" wfd-id=\"439\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717d1bb6\" wfd-id=\"441\"><div class=\"tcb-clear\" data-css=\"tve-u-164179f09a6\" wfd-id=\"442\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-164179a84b8\" wfd-id=\"443\">\n<div class=\"tve-content-box-background\" wfd-id=\"451\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"444\"><div class=\"tcb-clear\" wfd-id=\"449\"><a href=\"tel:1-954-848-1911\" target=\"_blank\" rel=\"\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-162717d1bc3\" data-float=\"1\" wfd-id=\"450\" data-link-wrap=\"1\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-phone-plus-light\" data-name=\"\">\n            <path d=\"M8 128h88v88c0 4.4 3.6 8 8 8h16c4.4 0 8-3.6 8-8v-88h88c4.4 0 8-3.6 8-8v-16c0-4.4-3.6-8-8-8h-88V8c0-4.4-3.6-8-8-8h-16c-4.4 0-8 3.6-8 8v88H8c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8zM487.8 24.1L387 .8c-14.7-3.4-29.8 4.2-35.8 18.1l-46.5 108.5c-5.5 12.7-1.8 27.7 8.9 36.5l53.9 44.1c-34 69.2-90.3 125.6-159.6 159.6l-44.1-53.9c-8.8-10.7-23.8-14.4-36.5-8.9L18.9 351.3c-13.9 6-21.5 21-18.1 35.8L24 487.9C27.3 502 39.9 512 54.5 512 306.7 512 512 307.8 512 54.5c0-14.6-10-27.2-24.2-30.4zM55.1 480l-23-99.6 107.4-46 59.5 72.8c103.6-48.6 159.7-104.9 208.1-208.1l-72.8-59.5 46-107.4 99.6 23C479.7 289.7 289.6 479.7 55.1 480z\"></path>\n        </svg></div></a></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162717d1bc5\" wfd-id=\"445\"><p data-css=\"tve-u-1641333d7d1\"><a href=\"tel:1-954-848-1911\" target=\"_blank\">954-848-1911</a></p></div></div>\n</div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717d1bb7\" style=\"\" wfd-id=\"427\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717d1bbc\" wfd-id=\"429\"><div class=\"tcb-clear\" data-css=\"tve-u-16417e56e97\" wfd-id=\"430\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16369305186\" wfd-id=\"431\">\n<div class=\"tve-content-box-background\" wfd-id=\"438\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16417e9d24e\" wfd-id=\"432\"><div class=\"tcb-clear\" wfd-id=\"436\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-16417e5bd95\" data-float=\"1\" wfd-id=\"437\"><svg class=\"tcb-icon\" viewBox=\"0 0 16 28\" data-name=\"map-pin\">\n<path d=\"M8 17c0.688 0 1.359-0.078 2-0.234v10.234c0 0.547-0.453 1-1 1h-2c-0.547 0-1-0.453-1-1v-10.234c0.641 0.156 1.312 0.234 2 0.234zM8 0c4.422 0 8 3.578 8 8s-3.578 8-8 8-8-3.578-8-8 3.578-8 8-8zM8 3.5c0.281 0 0.5-0.219 0.5-0.5s-0.219-0.5-0.5-0.5c-3.031 0-5.5 2.469-5.5 5.5 0 0.281 0.219 0.5 0.5 0.5s0.5-0.219 0.5-0.5c0-2.484 2.016-4.5 4.5-4.5z\"></path>\n</svg></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-164179bced9\" data-float=\"1\" wfd-id=\"433\"><p data-css=\"tve-u-1641333d7d1\">Your adress goes here</p></div></div>\n</div></div></div></div></div></div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-162717cb621\" data-value-type=\"percent\" wfd-id=\"382\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-162717cb620\" data-clip-id=\"c883ac5175045\" wfd-id=\"424\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-c883ac5175045\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9125, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-c883ac5175045\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9476, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-c883ac5175045\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9651, 1 1, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-162717cb609\" wfd-id=\"383\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-162717cb618\" wfd-id=\"384\"><div class=\"tcb-flex-row tcb-medium-wrap tcb-resized tcb--cols--2 v-2\" data-css=\"tve-u-162717cb617\" wfd-id=\"385\"><div class=\"tcb-flex-col\" data-css=\"tve-u-162717cb601\" style=\"\" wfd-id=\"400\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717cb60a\" wfd-id=\"402\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h1\" data-css=\"tve-u-162717cb610\" wfd-id=\"420\"><h1 data-css=\"tve-u-162717cb616\">With &nbsp;our car wash services &nbsp;your car looks like <span data-css=\"tve-u-16271ca808e\" style=\"color: rgb(0, 229, 255);\" wfd-id=\"423\">brand new</span></h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162717cb60f\" wfd-id=\"416\"><p data-css=\"tve-u-16413112747\">We provide reliable, affordable services for your vehicle. You can choose a q<span data-css=\"tve-u-16413111ba3\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"419\">u</span>ick exterior wash or a detailed clean, we have it all.</p></div><div class=\"tcb-clear\" data-css=\"tve-u-1641791ce1a\" wfd-id=\"407\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-162717cb623\" wfd-id=\"408\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-162717cb626\" data-tcb_hover_state_parent=\"1\" wfd-id=\"415\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-162717cb624\" wfd-id=\"409\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-162717cb625\" data-tcb_hover_state_parent=\"\" data-button-style=\"full_rounded\" wfd-id=\"410\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"411\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-162717cb629\" wfd-id=\"412\"><strong>Request an appointment</strong></span></span>\n</a>\n</div></div>\n</div></div><div class=\"tcb-clear\" data-css=\"tve-u-1641791de3b\" wfd-id=\"403\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-162717cb60c\" data-tcb_hover_state_parent=\"\" data-button-style=\"ghost\" wfd-id=\"404\">\n<a href=\"#\" class=\"tcb-button-link\" target=\"_blank\">\n<span class=\"tcb-button-texts\" wfd-id=\"405\"><span class=\"tcb-button-text thrv-inline-text\" wfd-id=\"406\"><strong>Call Now: 0400-700-682</strong></span></span>\n</a>\n</div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717cb600\" style=\"\" wfd-id=\"386\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717cb60b\" wfd-id=\"388\"><div class=\"tcb-clear\" data-css=\"tve-u-16417b97d3c\" wfd-id=\"389\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve_evt_manager_listen tve_et_tve-viewport tve_ea_thrive_animation tve_anim_slide_left\" data-css=\"tve-u-162717cb608\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_left&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" data-value-type=\"percent\" wfd-id=\"390\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-162717cb605\" data-clip-id=\"7920fc765722d\" wfd-id=\"399\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-7920fc765722d\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9476, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-7920fc765722d\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9476, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-7920fc765722d\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9476, 1 1, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-162717cb606\" wfd-id=\"391\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve_evt_manager_listen tve_et_tve-viewport tve_ea_thrive_animation tve_anim_slide_left\" data-css=\"tve-u-162718f6444\" data-value-type=\"percent\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_left&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" data-float=\"1\" wfd-id=\"396\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-162718f6447\" data-clip-id=\"6d4048c9836f6\" wfd-id=\"398\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-6d4048c9836f6\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9651, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-6d4048c9836f6\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9476, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-6d4048c9836f6\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"4\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9301, 1 1, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb\" data-css=\"tve-u-162718f6446\" wfd-id=\"397\"></div>\n</div><div class=\"tcb-clear\" data-css=\"tve-u-1626ca57ca6\" wfd-id=\"392\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve_evt_manager_listen tve_et_tve-viewport tve_ea_thrive_animation tve_anim_slide_left tcb-mobile-hidden\" data-css=\"tve-u-162717cb604\" data-float=\"1\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_left&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" data-value-type=\"percent\" wfd-id=\"393\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-162717cb602\" data-clip-id=\"eab511de4ba9e\" wfd-id=\"395\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-eab511de4ba9e\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9651, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-eab511de4ba9e\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9651, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-eab511de4ba9e\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9651, 1 1, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb\" data-css=\"tve-u-162717cb603\" wfd-id=\"394\"></div>\n</div></div></div>\n</div></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-162717fcf9d\" data-value-type=\"percent\" wfd-id=\"327\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-162718bd0c0\" data-clip-id=\"a3b25e1c9221a\" wfd-id=\"381\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0875\"></polygon></clipPath><clipPath id=\"clip-tablet-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"6\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.1051\"></polygon></clipPath><clipPath id=\"clip-mobile-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"1\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0175\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-162718a3b40\" wfd-id=\"328\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622a159bcb\" wfd-id=\"329\">\n<div class=\"tve-content-box-background\" wfd-id=\"380\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"330\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621a2247ba\" wfd-id=\"377\"><h2 data-css=\"tve-u-1621a2e0d5b\">our services</h2></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16229f6175c\" wfd-id=\"354\"><div class=\"tcb-flex-row tcb-medium-no-wrap tcb--cols--3 v-2\" data-css=\"tve-u-162493a03b0\" wfd-id=\"355\"><div class=\"tcb-flex-col\" wfd-id=\"370\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1624939a960\" data-tcb_hover_state_parent=\"\" wfd-id=\"372\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-162493d5f13\" data-float=\"1\" wfd-id=\"376\"><svg class=\"tcb-icon\" viewBox=\"0 0 14 28\" data-name=\"bolt\">\n<path d=\"M13.828 8.844c0.172 0.187 0.219 0.453 0.109 0.688l-8.437 18.078c-0.125 0.234-0.375 0.391-0.656 0.391-0.063 0-0.141-0.016-0.219-0.031-0.344-0.109-0.547-0.438-0.469-0.766l3.078-12.625-6.344 1.578c-0.063 0.016-0.125 0.016-0.187 0.016-0.172 0-0.359-0.063-0.484-0.172-0.187-0.156-0.25-0.391-0.203-0.609l3.141-12.891c0.078-0.297 0.359-0.5 0.688-0.5h5.125c0.391 0 0.703 0.297 0.703 0.656 0 0.094-0.031 0.187-0.078 0.281l-2.672 7.234 6.188-1.531c0.063-0.016 0.125-0.031 0.187-0.031 0.203 0 0.391 0.094 0.531 0.234z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"374\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-162494b490e\" wfd-id=\"375\"><h4 data-css=\"tve-u-16249355087\" style=\"text-align: left;\">Express exterior</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162494b7ad0\" wfd-id=\"373\"><p data-css=\"tve-u-162492e70ad\">Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"363\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162493b6b63\" data-tcb_hover_state_parent=\"\" wfd-id=\"365\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b456a\" wfd-id=\"369\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"adjust\">\n<path d=\"M12 22.5v-17c-4.688 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"367\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1af44d\" wfd-id=\"368\"><h4 data-css=\"tve-u-16249358652\" style=\"text-align: left;\">Interior clean</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"366\"><p data-css=\"tve-u-162492e70ad\">Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"356\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16249373b25\" wfd-id=\"358\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b52d3\" wfd-id=\"362\"><svg class=\"tcb-icon\" viewBox=\"0 0 26 28\" data-name=\"umbrella\">\n<path d=\"M14 12.938v9.063c0 2.172-1.828 4-4 4s-4-1.828-4-4c0-0.547 0.453-1 1-1s1 0.453 1 1c0 1.047 0.953 2 2 2s2-0.953 2-2v-9.063c0.328-0.109 0.656-0.172 1-0.172s0.672 0.063 1 0.172zM26 13.359c0 0.266-0.234 0.5-0.5 0.5-0.141 0-0.25-0.063-0.359-0.156-0.906-0.844-1.75-1.437-3.047-1.437-1.484 0-2.766 0.922-3.609 2.094-0.187 0.266-0.328 0.547-0.5 0.812-0.109 0.172-0.234 0.266-0.438 0.266-0.219 0-0.344-0.094-0.453-0.266-0.172-0.266-0.313-0.547-0.5-0.812-0.844-1.172-2.109-2.094-3.594-2.094s-2.75 0.922-3.594 2.094c-0.187 0.266-0.328 0.547-0.5 0.812-0.109 0.172-0.234 0.266-0.453 0.266-0.203 0-0.328-0.094-0.438-0.266-0.172-0.266-0.313-0.547-0.5-0.812-0.844-1.172-2.125-2.094-3.609-2.094-1.297 0-2.141 0.594-3.047 1.437-0.109 0.094-0.219 0.156-0.359 0.156-0.266 0-0.5-0.234-0.5-0.5 0-0.047 0-0.078 0.016-0.109 1.437-5.906 7.141-9.25 12.984-9.25 5.812 0 11.578 3.344 12.984 9.25 0.016 0.031 0.016 0.063 0.016 0.109zM14 2v1.531c-0.328-0.016-0.672-0.031-1-0.031s-0.672 0.016-1 0.031v-1.531c0-0.547 0.453-1 1-1s1 0.453 1 1z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"360\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b01a6\" wfd-id=\"361\"><h4 data-css=\"tve-u-1624935a201\" style=\"text-align: left;\">Wax protection</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"359\"><p data-css=\"tve-u-162492e70ad\">Etiam pharetra, erat sed fermentum feugiat, velit mauris</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16249367114\" wfd-id=\"331\"><div class=\"tcb-flex-row tcb-medium-no-wrap tcb--cols--3 v-2\" data-css=\"tve-u-16229ffbb7b\" wfd-id=\"332\"><div class=\"tcb-flex-col\" wfd-id=\"347\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229fa6a26\" wfd-id=\"349\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b33f9\" wfd-id=\"353\"><svg class=\"tcb-icon\" viewBox=\"0 0 26 28\" data-name=\"magic\">\n<path d=\"M18.594 9.078l4.578-4.578-1.672-1.672-4.578 4.578zM25.578 4.5c0 0.266-0.094 0.516-0.281 0.703l-20.094 20.094c-0.187 0.187-0.438 0.281-0.703 0.281s-0.516-0.094-0.703-0.281l-3.094-3.094c-0.187-0.187-0.281-0.438-0.281-0.703s0.094-0.516 0.281-0.703l20.094-20.094c0.187-0.187 0.438-0.281 0.703-0.281s0.516 0.094 0.703 0.281l3.094 3.094c0.187 0.187 0.281 0.438 0.281 0.703zM4.469 1.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531zM9.938 4.062l3.063 0.938-3.063 0.938-0.938 3.063-0.938-3.063-3.063-0.938 3.063-0.938 0.938-3.063zM24.469 11.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531zM14.469 1.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"351\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b0a67\" wfd-id=\"352\"><h4 data-css=\"tve-u-16248fc42a1\" style=\"text-align: left;\">Dust &amp; Dash Console</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"350\"><p data-css=\"tve-u-162492e70ad\">Duis sed odio sit amet nibh vulputate cursus a sit amet mauris.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"340\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1622f65ba70\" wfd-id=\"342\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b60b4\" wfd-id=\"346\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"certificate\">\n<path d=\"M21.5 14l2.156 2.109c0.297 0.281 0.406 0.703 0.313 1.094-0.109 0.391-0.422 0.703-0.812 0.797l-2.938 0.75 0.828 2.906c0.109 0.391 0 0.812-0.297 1.094-0.281 0.297-0.703 0.406-1.094 0.297l-2.906-0.828-0.75 2.938c-0.094 0.391-0.406 0.703-0.797 0.812-0.094 0.016-0.203 0.031-0.297 0.031-0.297 0-0.594-0.125-0.797-0.344l-2.109-2.156-2.109 2.156c-0.281 0.297-0.703 0.406-1.094 0.313-0.406-0.109-0.703-0.422-0.797-0.812l-0.75-2.938-2.906 0.828c-0.391 0.109-0.812 0-1.094-0.297-0.297-0.281-0.406-0.703-0.297-1.094l0.828-2.906-2.938-0.75c-0.391-0.094-0.703-0.406-0.812-0.797-0.094-0.391 0.016-0.812 0.313-1.094l2.156-2.109-2.156-2.109c-0.297-0.281-0.406-0.703-0.313-1.094 0.109-0.391 0.422-0.703 0.812-0.797l2.938-0.75-0.828-2.906c-0.109-0.391 0-0.812 0.297-1.094 0.281-0.297 0.703-0.406 1.094-0.297l2.906 0.828 0.75-2.938c0.094-0.391 0.406-0.703 0.797-0.797 0.391-0.109 0.812 0 1.094 0.297l2.109 2.172 2.109-2.172c0.281-0.297 0.688-0.406 1.094-0.297 0.391 0.094 0.703 0.406 0.797 0.797l0.75 2.938 2.906-0.828c0.391-0.109 0.812 0 1.094 0.297 0.297 0.281 0.406 0.703 0.297 1.094l-0.828 2.906 2.938 0.75c0.391 0.094 0.703 0.406 0.812 0.797 0.094 0.391-0.016 0.812-0.313 1.094z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"344\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b12d8\" wfd-id=\"345\"><h4 data-css=\"tve-u-1625389a3d5\" style=\"text-align: left;\">Triple Foam Polish</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"343\"><p data-css=\"tve-u-162492e70ad\">Class aptent taciti sociosqu ad litora torquent</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"333\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229fa8c68\" wfd-id=\"335\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-16271adf6cf\" wfd-id=\"339\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"bullseye\">\n<path d=\"M16 14c0 2.203-1.797 4-4 4s-4-1.797-4-4 1.797-4 4-4 4 1.797 4 4zM18 14c0-3.313-2.688-6-6-6s-6 2.688-6 6 2.688 6 6 6 6-2.688 6-6zM20 14c0 4.422-3.578 8-8 8s-8-3.578-8-8 3.578-8 8-8 8 3.578 8 8zM22 14c0-5.516-4.484-10-10-10s-10 4.484-10 10 4.484 10 10 10 10-4.484 10-10zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"337\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-16248fc71c8\" wfd-id=\"338\"><h4 data-css=\"tve-u-1625389b4ed\" style=\"text-align: left;\">Tire dressing</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"336\"><p data-css=\"tve-u-162492e70ad\">Etiam pharetra, erat sed fermentum feugiat, velit mauris</p></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621ad46076\" wfd-id=\"295\">\n<div class=\"tve-page-section-out\" wfd-id=\"326\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621b072b4e\" wfd-id=\"296\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621a8b2488\" wfd-id=\"297\"><div class=\"tcb-flex-row tcb--cols--2 v-2\" data-css=\"tve-u-1621a8a804b\" wfd-id=\"298\"><div class=\"tcb-flex-col\" wfd-id=\"308\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16271bfe70c\" wfd-id=\"310\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h3\" data-css=\"tve-u-1621a8c4313\" wfd-id=\"325\"><h3><strong>Complete cleaning services for yoâ€‹ur car</strong></h3></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-16417b70f47\" wfd-id=\"311\"><ul class=\"tcb-styled-list\" wfd-id=\"312\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621acf0289\" wfd-id=\"321\"><div class=\"tcb-styled-list-icon\" wfd-id=\"323\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a8e11f3\" wfd-id=\"324\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ace1b08\" wfd-id=\"322\">We are a small business delivering professional cleaning services for all vehicles</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621acf64fb\" wfd-id=\"317\"><div class=\"tcb-styled-list-icon\" wfd-id=\"319\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a8e5625\" wfd-id=\"320\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ace4de9\" wfd-id=\"318\">Our services are convenient for individuals and corporate fleets</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"313\"><div class=\"tcb-styled-list-icon\" wfd-id=\"315\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a9076ef\" wfd-id=\"316\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621acf47d2\" wfd-id=\"314\">We use eco-friendly products that actually clean, protect and maintain your car better than the traditional cleaning substances</span></li></ul></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"299\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621a90a46f\" wfd-id=\"301\"><div class=\"thrv_wrapper thrv-fill-counter tve_red tve_normalfc thrv_data_element\" data-css=\"tve-u-1621a983587\" wfd-id=\"302\">\n<div class=\"tve_fill_counter_n\" style=\"\" data-fill=\"100\" data-css=\"tve-u-1621a98b602\" wfd-id=\"303\">\n<svg viewBox=\"0 0 170 170\" class=\"tve_fill_counter_circle\" shape-rendering=\"optimizeSpeed\" data-css=\"tve-u-1621a9a2862\">\n<circle class=\"tve_fill_counter_circle_inner\" r=\"85\" cx=\"85\" cy=\"85\" data-css=\"tve-u-1621a9685d4\"></circle>\n</svg>\n<div class=\"tve_fill_text_in\" data-css=\"tve-u-1621a96b190\" wfd-id=\"304\">\n<div class=\"tve_fill_text_value\" data-css=\"tve-u-1621a9a2866\" wfd-id=\"306\">\n<div class=\"thrv-inline-text tve_fill_text tve_editable\" data-css=\"tve-u-1621a9a2867\" wfd-id=\"307\"><strong>100%â€‹</strong></div>\n</div>\n<div class=\"thrv-inline-text tve_editable tve_data_element_label\" data-css=\"tve-u-1621a9750ae\" wfd-id=\"305\">Clean car</div>\n</div>\n</div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621ada1e7f\" data-value-type=\"percent\" wfd-id=\"259\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621adba9ef\" data-clip-id=\"52d5a36c151aa\" wfd-id=\"294\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-52d5a36c151aa\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0875\"></polygon></clipPath><clipPath id=\"clip-tablet-top-52d5a36c151aa\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0524\"></polygon></clipPath><clipPath id=\"clip-mobile-top-52d5a36c151aa\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0349\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621ad420c4\" wfd-id=\"260\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621ade6172\" wfd-id=\"261\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2 tcb-row-reversed-mobile tcb-mobile-edit v-2\" data-css=\"tve-u-1621adea58b\" wfd-id=\"262\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621b064646\" style=\"\" wfd-id=\"288\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ae0bec7\" wfd-id=\"290\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ae4fd21\" data-value-type=\"percent\" data-float=\"1\" wfd-id=\"291\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621ae6c8da\" data-clip-id=\"aa2c3e3c70555\" wfd-id=\"293\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0349\"></polygon></clipPath><clipPath id=\"clip-tablet-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"4\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0699\"></polygon></clipPath><clipPath id=\"clip-mobile-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"4\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0699\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb\" data-css=\"tve-u-1621ae4db6e\" wfd-id=\"292\"></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621b064668\" style=\"\" wfd-id=\"263\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621f45bed3\" wfd-id=\"265\"><div class=\"tcb-clear\" data-css=\"tve-u-16224848ee5\" wfd-id=\"286\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621afceb00\" wfd-id=\"287\"><h2 data-css=\"tve-u-1621afcc0bf\">Check Out Our Special Offer!</h2></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621afda4fa\" wfd-id=\"285\"><p data-css=\"tve-u-1621afd8c98\">Donâ€™t miss the opportunity to get 50% discount on a complete cleaning just by recommending us to a friend. Bring someone you know with you and clean you car half price!</p></div><div class=\"tcb-clear\" data-css=\"tve-u-16224834cab\" wfd-id=\"266\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621fe85996\" wfd-id=\"267\"><div class=\"tcb-flex-row tcb--cols--2 tcb-resized tcb-medium-wrap tcb-desktop-wrap\" data-css=\"tve-u-1621fe78878\" wfd-id=\"268\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621fe94086\" style=\"\" wfd-id=\"276\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"278\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621b01355a\" wfd-id=\"279\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621b08fdde\" data-tcb_hover_state_parent=\"1\" wfd-id=\"284\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16223f02c16\" wfd-id=\"280\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-1620af7eb3f\" data-tcb_hover_state_parent=\"\" data-button-style=\"full_rounded\" wfd-id=\"281\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"282\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-16228c75500\" wfd-id=\"283\"><strong>Request an appointment</strong></span></span>\n</a>\n</div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621fe940b9\" style=\"\" wfd-id=\"269\"><div class=\"tcb-col\" wfd-id=\"271\"><div class=\"tcb-clear\" data-css=\"tve-u-16224716d62\" wfd-id=\"272\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-1621b028939\" data-tcb_hover_state_parent=\"\" data-button-style=\"ghost\" wfd-id=\"273\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"274\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-16228c764b2\" wfd-id=\"275\"><strong>Call Now: 0400-700-682</strong></span></span>\n</a>\n</div></div></div></div></div></div></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16260ba2fa4\" wfd-id=\"166\">\n<div class=\"tve-page-section-out\" wfd-id=\"258\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16260be7104\" wfd-id=\"167\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621b0e4fb7\" wfd-id=\"257\"><h2 data-css=\"tve-u-1621b10fccf\" style=\"text-align: center;\">our happy clients</h2></div><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641367127b\" data-float=\"1\" wfd-id=\"256\"><svg class=\"tcb-icon\" viewBox=\"0 0 30 32\" data-name=\"quote-left\">\n<path d=\"M13.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429zM29.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641367e553\" wfd-id=\"255\"><svg class=\"tcb-icon\" viewBox=\"0 0 30 32\" data-name=\"quote-left\">\n<path d=\"M13.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429zM29.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a10d3b4\" wfd-id=\"226\">\n<div class=\"tve-content-box-background\" wfd-id=\"254\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"227\"><div class=\"tcb-clear\" data-css=\"tve-u-1621b300a64\" wfd-id=\"252\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-1621f154231\" wfd-id=\"253\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621b200375\" wfd-id=\"230\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-16260d8392c\" wfd-id=\"231\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"236\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"238\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16417b62c09\" wfd-id=\"239\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-16260d8396c\" wfd-id=\"240\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16260d01208\" style=\"\" wfd-id=\"246\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"248\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"249\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16225617da3\" wfd-id=\"251\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"250\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16260d0120e\" style=\"\" wfd-id=\"241\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"243\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"245\"><h5>Brett Graham, 28</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"244\"><h6 class=\"\">Architect</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"232\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"234\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"235\"><p data-css=\"tve-u-162539c17ec\">Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit. Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit.&nbsp;</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-16260c5ff0c\" wfd-id=\"228\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260c5ff07\" wfd-id=\"229\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a12f675\" wfd-id=\"197\">\n<div class=\"tve-content-box-background\" wfd-id=\"225\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"198\"><div class=\"tcb-clear\" data-css=\"tve-u-16260cd7683\" wfd-id=\"223\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260d73672\" wfd-id=\"224\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16260da3aa7\" wfd-id=\"201\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-1621fb68b97\" wfd-id=\"202\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"207\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"209\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16417b662bf\" wfd-id=\"210\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-1621fb65556\" wfd-id=\"211\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16229915e1a\" style=\"\" wfd-id=\"217\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"219\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"220\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16260c433e9\" wfd-id=\"222\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"221\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16229915e4e\" style=\"\" wfd-id=\"212\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"214\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"216\"><h5>Rosie Hanson, 24</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"215\"><h6 class=\"\">Real estate Associate</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"203\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"205\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"206\"><p data-css=\"tve-u-162539c17ec\">Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo.</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-16260d3b97e\" wfd-id=\"199\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260d39b83\" wfd-id=\"200\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a146aef\" wfd-id=\"168\">\n<div class=\"tve-content-box-background\" wfd-id=\"196\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"169\"><div class=\"tcb-clear\" data-css=\"tve-u-16260cd7683\" wfd-id=\"194\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260cd622f\" wfd-id=\"195\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16260c39a7e\" wfd-id=\"172\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-16260d3f4aa\" wfd-id=\"173\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"178\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"180\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621fbacc60\" wfd-id=\"181\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-16260d3f4af\" wfd-id=\"182\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16229915e1a\" style=\"\" wfd-id=\"188\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"190\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"191\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16260d5e4b8\" wfd-id=\"193\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"192\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16229915e4e\" style=\"\" wfd-id=\"183\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"185\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"187\"><h5>Shawn Mattews, 35</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"186\"><h6 class=\"\">project manager</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"174\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"176\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"177\"><p data-css=\"tve-u-162539c17ec\">Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo. Nullam ac urna eu felis.Sed non neque elit. Sed ut imperdiet nisi. Proin condimentum</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1621b30ca74\" wfd-id=\"170\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-1621f15b521\" wfd-id=\"171\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621b3c8c52\" wfd-id=\"62\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621b3cfc7b\" wfd-id=\"165\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621b3c74d9\" wfd-id=\"63\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621e7b695a\" wfd-id=\"164\"><h2 data-css=\"tve-u-1621e7a7350\" style=\"text-align: center;\">our offers</h2></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621e7c899a\" wfd-id=\"64\"><div class=\"tcb-flex-row tcb--cols--3 tcb-medium-wrap v-2\" data-css=\"tve-u-1621e7c7aa1\" wfd-id=\"65\"><div class=\"tcb-flex-col\" wfd-id=\"128\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16223fc9f23\" wfd-id=\"130\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e7ceab3\" style=\"\" wfd-id=\"131\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16416e4fafd\" wfd-id=\"163\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e7d5094\" wfd-id=\"132\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e7e9950\" data-value-type=\"percent\" style=\"\" wfd-id=\"159\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e7edfd9\" data-clip-id=\"10ffac3b28f1d\" wfd-id=\"162\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-10ffac3b28f1d\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-10ffac3b28f1d\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e7e6c1d\" wfd-id=\"160\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-16417b4cb9e\" wfd-id=\"161\"><h4 data-css=\"tve-u-1621fe1a1af\" style=\"text-align: center;\"><strong>Basic Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ec6c39b\" data-float=\"1\" wfd-id=\"155\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e81f424\" wfd-id=\"158\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec752da\" wfd-id=\"156\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"157\"><h4 data-css=\"tve-u-1621fe1bd18\" style=\"text-align: center;\"><strong>15$</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621ea50702\" wfd-id=\"133\"><ul class=\"tcb-styled-list\" wfd-id=\"134\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec3a5c0\" wfd-id=\"151\"><div class=\"tcb-styled-list-icon\" wfd-id=\"153\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec204df\" wfd-id=\"154\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec241aa\" wfd-id=\"152\">Interior vacuum</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"147\"><div class=\"tcb-styled-list-icon\" wfd-id=\"149\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec20f68\" wfd-id=\"150\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec2704c\" wfd-id=\"148\">Dust &amp;dash console</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec42aa7\" wfd-id=\"143\"><div class=\"tcb-styled-list-icon\" wfd-id=\"145\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec21a31\" wfd-id=\"146\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec298ab\" wfd-id=\"144\">Hand towel dry</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec43fe2\" wfd-id=\"139\"><div class=\"tcb-styled-list-icon\" wfd-id=\"141\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ea1fba7\" wfd-id=\"142\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea23322\" wfd-id=\"140\">Clean windows</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec454d9\" wfd-id=\"135\"><div class=\"tcb-styled-list-icon\" wfd-id=\"137\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ea295c0\" wfd-id=\"138\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea2c69a\" wfd-id=\"136\">Soft cloth wash</span></li></ul></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"97\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"99\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621eb81205\" style=\"\" wfd-id=\"100\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16416e603ab\" wfd-id=\"127\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621eb7ccb0\" wfd-id=\"101\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ebbbb6d\" data-value-type=\"percent\" wfd-id=\"123\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eaaedd8\" data-clip-id=\"a2b9cf3198d6f\" wfd-id=\"126\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-a2b9cf3198d6f\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-a2b9cf3198d6f\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec7f21a\" wfd-id=\"124\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e930bd7\" wfd-id=\"125\"><h4 data-css=\"tve-u-1621e92e97f\" style=\"text-align: center;\"><strong>Ultimate Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ec78d2c\" data-float=\"1\" wfd-id=\"119\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eab272c\" wfd-id=\"122\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec79a7d\" wfd-id=\"120\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"121\"><h4 data-css=\"tve-u-1621e942b65\" style=\"text-align: center;\"><strong>22 $</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621ebfa746\" wfd-id=\"116\"><p data-css=\"tve-u-1621f4ceaf6\" style=\"text-align: center;\">Includes basic service <span data-css=\"tve-u-1621f4ceaf7\" style=\"color: rgb(15, 29, 123);\" wfd-id=\"117\"><strong class=\"\"><span data-css=\"tve-u-1621f4ceafb\" wfd-id=\"118\">+</span></strong></span></p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621ebf340c\" wfd-id=\"102\"><ul class=\"tcb-styled-list\" wfd-id=\"103\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-164137a0b1f\" wfd-id=\"112\"><div class=\"tcb-styled-list-icon\" wfd-id=\"114\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec0c5bd\" wfd-id=\"115\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ebfe4ce\" wfd-id=\"113\">Triple foam conditiner</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec04541\" wfd-id=\"108\"><div class=\"tcb-styled-list-icon\" wfd-id=\"110\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec09a3c\" wfd-id=\"111\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ebff867\" wfd-id=\"109\">Tire dressing</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec05cc3\" wfd-id=\"104\"><div class=\"tcb-styled-list-icon\" wfd-id=\"106\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec15f6e\" wfd-id=\"107\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec009a8\" wfd-id=\"105\">Air freshner</span></li></ul></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"66\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16223dad661\" wfd-id=\"68\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621fd9c946\" style=\"\" wfd-id=\"69\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e7d234c\" wfd-id=\"96\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621fd84d7b\" wfd-id=\"70\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16223b080b0\" data-value-type=\"percent\" wfd-id=\"92\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eb3eb9f\" data-clip-id=\"ac98bb0e54b3b\" wfd-id=\"95\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621fd8766c\" wfd-id=\"93\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e930bd7\" wfd-id=\"94\"><h4 data-css=\"tve-u-1621fe1587d\" style=\"text-align: center;\"><strong>Supreme Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e8107f3\" wfd-id=\"88\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eb43d8d\" wfd-id=\"91\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e819c52\" wfd-id=\"89\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"90\"><h4 data-css=\"tve-u-1621fe1725e\" style=\"text-align: center;\"><strong>30 $</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621eb037bb\" wfd-id=\"85\"><p data-css=\"tve-u-1621f4d0451\" style=\"text-align: center;\">Includes ultimate service <span data-css=\"tve-u-1621eaff572\" style=\"color: rgb(15, 29, 123);\" wfd-id=\"86\"><strong class=\"\"><span data-css=\"tve-u-1621eb01b60\" wfd-id=\"87\">+</span></strong></span></p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621eacf6af\" wfd-id=\"71\"><ul class=\"tcb-styled-list\" wfd-id=\"72\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec36a4d\" wfd-id=\"81\"><div class=\"tcb-styled-list-icon\" wfd-id=\"83\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e9993aa\" wfd-id=\"84\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea1a5d7\" wfd-id=\"82\">Exterior trim dressing</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"77\"><div class=\"tcb-styled-list-icon\" wfd-id=\"79\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e99b1db\" wfd-id=\"80\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea19a06\" wfd-id=\"78\">Hand applied spray wax</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec37ea5\" wfd-id=\"73\"><div class=\"tcb-styled-list-icon\" wfd-id=\"75\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e99c314\" wfd-id=\"76\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea18c5d\" wfd-id=\"74\">Interior conditioner</span></li></ul></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621efddaaf\" wfd-id=\"41\">\n<div class=\"tve-page-section-out\" wfd-id=\"61\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621edf8048\" wfd-id=\"42\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621f114214\" wfd-id=\"43\"><div class=\"tcb-flex-row tcb-resized tcb-mobile-edit tcb--cols--2\" data-css=\"tve-u-1621ee03000\" wfd-id=\"44\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621ee4be21\" style=\"\" wfd-id=\"49\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ee093d4\" wfd-id=\"51\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ee3afec\" wfd-id=\"55\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621ee58e74\" wfd-id=\"60\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ee37f4a\" wfd-id=\"56\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1621ee74a24\" wfd-id=\"59\"><svg class=\"tcb-icon\" viewBox=\"0 0 16 28\" data-name=\"map-marker\">\n<path d=\"M12 10c0-2.203-1.797-4-4-4s-4 1.797-4 4 1.797 4 4 4 4-1.797 4-4zM16 10c0 0.953-0.109 1.937-0.516 2.797l-5.688 12.094c-0.328 0.688-1.047 1.109-1.797 1.109s-1.469-0.422-1.781-1.109l-5.703-12.094c-0.406-0.859-0.516-1.844-0.516-2.797 0-4.422 3.578-8 8-8s8 3.578 8 8z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621ee63e1c\" wfd-id=\"58\"><h2 data-css=\"tve-u-1621fdcb4ea\" style=\"text-align: center;\">contact us</h2></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16422a1ce91\" wfd-id=\"57\"><p data-css=\"tve-u-16422a1ce94\" style=\"text-align: left;\">Your adress goes here</p><p data-css=\"tve-u-16422a1ce93\" style=\"text-align: left;\">Phone: 0400 - 700 - 682</p><p data-css=\"tve-u-16422a1ce92\" style=\"text-align: left;\">Email: our_office@gmail.com</p></div></div>\n</div><div class=\"tcb-clear\" data-css=\"tve-u-16417c828be\" wfd-id=\"52\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_slide_left\" data-css=\"tve-u-1621ef118dc\" style=\"\" wfd-id=\"53\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"54\"><img class=\"tve_image tve_evt_manager_listen tve_et_tve-viewport wp-image-21388\" alt=\"\" width=\"567\" height=\"384\" title=\"Car wash img footer\" data-id=\"21388\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-img-footer.png\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_left&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" style=\"width: 100%;\"></span></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621ee4be73\" style=\"\" wfd-id=\"45\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ee22c43\" wfd-id=\"47\"><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-1621ee18a1c\" wfd-id=\"48\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=New York&amp;t=m&amp;z=5&amp;output=embed&amp;iwloc=near\"></iframe>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621f0aa8f7\" wfd-id=\"28\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621f0ada0e\" wfd-id=\"40\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621f0b0088\" wfd-id=\"29\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621f0d2c1a\" wfd-id=\"30\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-1621f0cbe40\" wfd-id=\"31\"><div class=\"tcb-flex-col\" wfd-id=\"36\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"38\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621f0da775\" wfd-id=\"39\"><p data-css=\"tve-u-1622444fb11\">Â© 2018, Your company name . All rights reserved.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"32\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"34\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16223fe5f5b\" wfd-id=\"35\"><p data-css=\"tve-u-1621f0d874c\" style=\"text-align: right;\">Made with <a href=\"https://thrivethemes.com/\" target=\"_blank\">Thrive Architect</a></p></div></div></div></div></div></div>\n</div>\n'),(6522,547,'tve_revision_tve_content_more_found',''),(6523,547,'tve_revision_tve_save_post',''),(6524,547,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Merriweather:400,700&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Special+Elite:400&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Poppins:400,800,900,300,700,&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Monda:400,700,&subset=latin\");@media (min-width: 300px){.tcb-plain-text { font-family: Monda; font-weight: 400; font-size: 14px; }#tve_editor [data-css=\"tve-u-1621b072b4e\"] p, #tve_editor [data-css=\"tve-u-1621b072b4e\"] li, #tve_editor [data-css=\"tve-u-1621b072b4e\"] blockquote, #tve_editor [data-css=\"tve-u-1621b072b4e\"] address, #tve_editor [data-css=\"tve-u-1621b072b4e\"] .tcb-plain-text, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h1, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h2, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h3, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h4, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h5, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h6 { color: rgb(18, 18, 18); }[data-css=\"tve-u-16417c828be\"]::after { clear: both; }[data-css=\"tve-u-1621fe78878\"] .tcb-flex-col { flex-basis: 160px !important; }[data-css=\"tve-u-16417b70f47\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1641791de3b\"]::after { clear: both; }[data-css=\"tve-u-1641791ce1a\"]::after { clear: both; }#tve_editor [data-css=\"tve-u-1621fdcb4ea\"] { color: rgb(15, 29, 123) !important; }#tve_editor [data-css=\"tve-u-1641367127b\"] > :first-child { color: rgb(15, 29, 123); }[data-css=\"tve-u-1641367127b\"] { font-size: 60px; float: none; box-shadow: none; position: relative; z-index: 5; margin: 0px auto !important; }#tve_editor [data-css=\"tve-u-1641333d7d1\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-162717cb617\"] > .tcb-flex-col { padding-left: 0px; }#tve_editor [data-css=\"tve-u-16413112747\"] { color: rgba(255, 255, 255, 0.85) !important; }[data-css=\"tve-u-16413111ba3\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-16369305186\"] > .tve-cb { display: block; }#tve_editor [data-css=\"tve-u-162717cb609\"] p, #tve_editor [data-css=\"tve-u-162717cb609\"] li, #tve_editor [data-css=\"tve-u-162717cb609\"] blockquote, #tve_editor [data-css=\"tve-u-162717cb609\"] address, #tve_editor [data-css=\"tve-u-162717cb609\"] h1, #tve_editor [data-css=\"tve-u-162717cb609\"] h2, #tve_editor [data-css=\"tve-u-162717cb609\"] h3, #tve_editor [data-css=\"tve-u-162717cb609\"] h4, #tve_editor [data-css=\"tve-u-162717cb609\"] h5, #tve_editor [data-css=\"tve-u-162717cb609\"] h6 { color: rgb(255, 255, 255); }[data-css=\"tve-u-16369305186\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-162717cb621\"] .tve-page-section-in { display: flex; justify-content: center; flex-direction: column; }[data-css=\"tve-u-162717fcf9d\"] .tve-page-section-in { display: block; }[data-css=\"tve-u-1628a146aef\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1628a12f675\"] { padding: 0px !important; margin: 0px 0px 60px !important; }[data-css=\"tve-u-1628a10d3b4\"] { max-width: 100%; padding: 0px !important; margin: 0px 0px 60px !important; }[data-css=\"tve-u-16271ca808e\"] { color: rgb(0, 229, 255) !important; }#tve_editor [data-css=\"tve-u-162717cb618\"] p, #tve_editor [data-css=\"tve-u-162717cb618\"] li, #tve_editor [data-css=\"tve-u-162717cb618\"] blockquote, #tve_editor [data-css=\"tve-u-162717cb618\"] address, #tve_editor [data-css=\"tve-u-162717cb618\"] h1, #tve_editor [data-css=\"tve-u-162717cb618\"] h2, #tve_editor [data-css=\"tve-u-162717cb618\"] h3, #tve_editor [data-css=\"tve-u-162717cb618\"] h4, #tve_editor [data-css=\"tve-u-162717cb618\"] h5, #tve_editor [data-css=\"tve-u-162717cb618\"] h6 { color: rgb(0, 229, 255); }[data-css=\"tve-u-162718bd0c0\"] { clip-path: url(\"#clip-top-a3b25e1c9221a\"); -webkit-clip-path: url(\"#clip-top-a3b25e1c9221a\");  }[data-css=\"tve-u-162718a3b40\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-162717fcf9d\"] { z-index: 5; padding: 170px 40px 0px !important; margin-top: -80px !important; }[data-css=\"tve-u-16260cd622f\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-16260cd7683\"]::after { clear: both; }[data-css=\"tve-u-16260cd622f\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin-top: 0px !important; margin-bottom: -1px !important; }[data-css=\"tve-u-16260be7104\"] { max-width: 1200px; }[data-css=\"tve-u-16260ba2fa4\"] { padding: 100px 40px !important; }[data-css=\"tve-u-162539c17ec\"] { line-height: 1.6em !important; }#tve_editor [data-css=\"tve-u-162493b6b63\"]:hover { background-color: rgb(248, 249, 251) !important; }#tve_editor [data-css=\"tve-u-1624939a960\"]:hover { background-color: rgb(248, 249, 251) !important; background-image: none !important; }#tve_editor [data-css=\"tve-u-162492e70ad\"] { color: rgb(137, 141, 167) !important; }[data-css=\"tve-u-162492815ba\"] { padding: 0px !important; margin-top: 25px !important; }[data-css=\"tve-u-162491e8e1f\"]::after { clear: both; }[data-css=\"tve-u-1622f65ba70\"] { border: none; background-image: none !important; padding: 0px 30px 30px !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-1622a159bcb\"] { max-width: 100%; float: none; z-index: 6; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; margin-top: 0px !important; }[data-css=\"tve-u-16229915e4e\"] { max-width: 62.8%; }[data-css=\"tve-u-16229915e1a\"] { max-width: 37.2%; }[data-css=\"tve-u-16225617da3\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-Brett.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16225611edb\"] { min-height: 127px; }[data-css=\"tve-u-1622561121b\"] { max-width: 127px; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-16224848ee5\"]::after { clear: both; }[data-css=\"tve-u-16224834cab\"]::after { clear: both; }[data-css=\"tve-u-1621ee3afec\"] > .tve-cb { display: block; }[data-css=\"tve-u-1621fe78878\"] > .tcb-flex-col { padding-left: 5px; }[data-css=\"tve-u-1621fe940b9\"] { max-width: 50%; }[data-css=\"tve-u-1621fe94086\"] { max-width: 50%; }[data-css=\"tve-u-1621fe85996\"] { max-width: 585px; float: left; z-index: 3; position: relative; width: 100%; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621fe78878\"] > .tcb-flex-col > .tcb-col { min-height: 65px; justify-content: center; }[data-css=\"tve-u-1621fe78878\"] { min-height: inherit; margin-left: -5px; padding: 0px !important; flex-wrap: wrap !important; }#tve_editor [data-css=\"tve-u-1621f4d0451\"] { font-size: 20px !important; }#tve_editor [data-css=\"tve-u-1621f4ceaf6\"] { font-size: 20px !important; color: rgb(12, 12, 12) !important; }[data-css=\"tve-u-1621f45bed3\"] { padding: 0px !important; }[data-css=\"tve-u-1621f114214\"] { float: none; max-width: 100%; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621f0da775\"] { padding: 0px !important; }#tve_editor [data-css=\"tve-u-1621f0d874c\"] { letter-spacing: 1px; color: rgb(137, 141, 167) !important; font-size: 14px !important; }[data-css=\"tve-u-1621f0d2c1a\"] { max-width: 100%; margin-left: 60px !important; margin-right: 60px !important; }[data-css=\"tve-u-1621f0aa8f7\"] .tve-page-section-in { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621f0cbe40\"] { margin-left: 0px; padding: 0px !important; }[data-css=\"tve-u-1621f0cbe40\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-1621f0b0088\"] { max-width: 100%; min-height: 140px !important; }[data-css=\"tve-u-1621f0ada0e\"] { background-image: linear-gradient(rgb(22, 22, 24), rgb(22, 22, 24)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1621f0aa8f7\"] { padding: 0px !important; }[data-css=\"tve-u-1621efddaaf\"] { padding: 0px !important; }[data-css=\"tve-u-1621ef118dc\"] { width: 567px; position: relative; right: -50px; top: -104px; float: right; z-index: 3; margin-top: 0px !important; margin-bottom: 0px !important; padding-left: 0px !important; }#tve_editor [data-css=\"tve-u-1621ee74a24\"] > :first-child { color: rgb(15, 29, 123); }[data-css=\"tve-u-1621ee74a24\"] { font-size: 60px; float: none; z-index: 3; position: relative; margin: 0px auto 10px !important; padding-top: 0px !important; }[data-css=\"tve-u-1621ee63e1c\"] { float: none; z-index: 3; position: relative; max-width: none; width: 100%; padding: 0px !important; margin: 0px auto 30px !important; }[data-css=\"tve-u-1621ee58e74\"] { background-color: rgb(224, 226, 236) !important; }[data-css=\"tve-u-1621ee4be73\"] { max-width: 61%; }[data-css=\"tve-u-1621ee4be21\"] { max-width: 39%; }[data-css=\"tve-u-1621ee3afec\"] { padding: 60px 0px 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621ee37f4a\"] { min-height: 380px; }[data-css=\"tve-u-1621ee22c43\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding-top: 0px !important; padding-left: 0px !important; }[data-css=\"tve-u-1621ee18a1c\"] { margin: 80px 0px 0px 122px !important; }[data-css=\"tve-u-1621ee093d4\"] { margin-top: 0px !important; }[data-css=\"tve-u-1621ee03000\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1621ee03000\"] { margin-left: 0px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-1621ee03000\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-1621edf8048\"] { max-width: 100%; min-height: 1px !important; }[data-css=\"tve-u-1621ec454d9\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec43fe2\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec42aa7\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec3a5c0\"] { margin-top: 0px !important; margin-bottom: 10px !important; }[data-css=\"tve-u-1621ec37ea5\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec36a4d\"] { margin-bottom: 10px !important; }[data-css=\"tve-u-1621ea18c5d\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ea19a06\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ea1a5d7\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ea2c69a\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ea23322\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ec298ab\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ec2704c\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ec241aa\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ec05cc3\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec04541\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec009a8\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ebff867\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ebfe4ce\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621eb037bb\"] { padding: 0px !important; margin-top: 0px !important; margin-bottom: 30px !important; }[data-css=\"tve-u-1621eaff572\"] { color: rgb(15, 29, 123) !important; }[data-css=\"tve-u-1621ea50702\"] { max-width: 230px; float: none; z-index: 3; position: relative; width: 100%; padding: 0px !important; margin: 0px auto !important; }#tve_editor [data-css=\"tve-u-1621ea2c69a\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ea295c0\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ea295c0\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ea1fba7\"] > :first-child { color: rgb(137, 141, 167); }#tve_editor [data-css=\"tve-u-1621ea23322\"] { font-size: 16px !important; }[data-css=\"tve-u-1621ea1fba7\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }[data-css=\"tve-u-1621e99c314\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }[data-css=\"tve-u-1621e99b1db\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }[data-css=\"tve-u-1621e9993aa\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ea1a5d7\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ea19a06\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ea18c5d\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621e99c314\"] > :first-child { color: rgb(137, 141, 167); }#tve_editor [data-css=\"tve-u-1621e99b1db\"] > :first-child { color: rgb(137, 141, 167); }#tve_editor [data-css=\"tve-u-1621e9993aa\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621e8107f3\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621e942b65\"] strong { font-weight: 800; }[data-css=\"tve-u-1621e7e9950\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621e930bd7\"] { padding: 0px 0px 50px !important; }#tve_editor [data-css=\"tve-u-1621e92e97f\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1621e81f424\"] { border-radius: 200px; overflow: hidden; background-image: none !important; border: 3px solid rgb(255, 255, 255) !important; background-color: rgb(144, 147, 168) !important; }[data-css=\"tve-u-1621e819c52\"] { min-height: 110px; }[data-css=\"tve-u-1621e8107f3\"] { float: none; max-width: 110px; z-index: 4; padding: 0px !important; margin: -60px auto 30px !important; }[data-css=\"tve-u-1621e7edfd9\"] { clip-path: url(\"#clip-bottom-10ffac3b28f1d\"); -webkit-clip-path: url(\"#clip-bottom-10ffac3b28f1d\");  background-image: none !important; background-color: rgb(144, 147, 168) !important; }[data-css=\"tve-u-1621e7e9950\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1621e7e6c1d\"] { min-height: 150px; }[data-css=\"tve-u-1621e7c7aa1\"] > .tcb-flex-col { padding-left: 60px; }[data-css=\"tve-u-1621e7d5094\"] { min-height: 480px; }[data-css=\"tve-u-1621e7d234c\"] { box-shadow: rgba(0, 0, 0, 0.02) 0px 2px 22px 0px; background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1621e7ceab3\"] { float: none; width: 100%; padding: 0px 0px 20px !important; margin: 0px auto !important; }[data-css=\"tve-u-1621e7c899a\"] { float: none; max-width: 100%; margin: 0px auto !important; }[data-css=\"tve-u-1621e7c7aa1\"] { margin-left: -60px; padding: 0px !important; }[data-css=\"tve-u-1621e7b695a\"] { padding: 0px !important; margin-bottom: 100px !important; }#tve_editor [data-css=\"tve-u-1621e7a7350\"] { color: rgb(15, 29, 123) !important; }[data-css=\"tve-u-1621b3cfc7b\"] { filter: blur(0px); opacity: 1; background-image: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(220, 224, 246) 38%) !important; background-color: rgb(212, 212, 212) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1621b3c8c52\"] { padding: 100px 40px !important; }[data-css=\"tve-u-1621b3c74d9\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-1621b300a64\"]::after { clear: both; }[data-css=\"tve-u-1621b24a89d\"] { padding: 0px !important; }[data-css=\"tve-u-1621b22a018\"] { background-image: none !important; padding: 0px !important; }[data-css=\"tve-u-1621b200375\"] { float: none; max-width: 100%; border-left: 1px solid rgba(15, 29, 123, 0.7); border-right: 1px solid rgba(15, 29, 123, 0.7); background-color: rgb(248, 249, 251) !important; margin: 0px auto !important; }[data-css=\"tve-u-1621b10fccf\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621b0e4fb7\"] { border-right: none; max-width: 100%; padding: 0px !important; margin-bottom: 40px !important; margin-right: 0px !important; }[data-css=\"tve-u-1621b072b4e\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-1621b064668\"] { max-width: 52%; }[data-css=\"tve-u-1621b064646\"] { max-width: 48%; }[data-css=\"tve-u-1621afda4fa\"] { max-width: none; padding: 0px !important; margin-bottom: 40px !important; }#tve_editor [data-css=\"tve-u-1621afd8c98\"] { color: rgb(255, 255, 255) !important; font-size: 20px !important; }[data-css=\"tve-u-1621afceb00\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 80%; padding: 0px !important; margin-bottom: 50px !important; }#tve_editor [data-css=\"tve-u-1621afcc0bf\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1621a8a804b\"] > .tcb-flex-col { padding-left: 60px; }[data-css=\"tve-u-1621ae6c8da\"] { clip-path: url(\"#clip-top-aa2c3e3c70555\"); -webkit-clip-path: url(\"#clip-top-aa2c3e3c70555\");  background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-Cta-2.jpg\") !important; background-size: cover !important; background-position: 0% 100% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1621ae4fd21\"] { max-width: 100%; top: -70px; z-index: 5; left: -60px; position: relative !important; padding: 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-1621ae4db6e\"] { min-height: 524px; }[data-css=\"tve-u-1621ada1e7f\"] .tve-page-section-in { display: flex; flex-direction: column; justify-content: center; }[data-css=\"tve-u-1621adea58b\"] > .tcb-flex-col > .tcb-col { min-height: 1px; justify-content: center; }[data-css=\"tve-u-1621ae0bec7\"] { height: calc(100% - -22px); background-image: linear-gradient(rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.14)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; margin-left: 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621adea58b\"] > .tcb-flex-col { padding-left: 50px; }[data-css=\"tve-u-1621adea58b\"] { margin-left: -50px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-1621ade6172\"] { max-width: 100%; float: none; width: 100%; margin: 0px auto !important; }[data-css=\"tve-u-1621adba9ef\"] { clip-path: url(\"#clip-top-52d5a36c151aa\"); -webkit-clip-path: url(\"#clip-top-52d5a36c151aa\");  background-image: linear-gradient(rgba(15, 29, 123, 0.65), rgba(15, 29, 123, 0.65)), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-cta-bg.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-1621ada1e7f\"] { padding: 0px 40px !important; }[data-css=\"tve-u-1621ad46076\"] { padding: 100px 40px !important; margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1621ad420c4\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-1621a9076ef\"] { padding-top: 2px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-1621acf64fb\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621acf47d2\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1621acf0289\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621a8e11f3\"] { padding-top: 2px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-1621a8e5625\"] { padding-top: 2px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-1621ace4de9\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1621ace1b08\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1621a9a2867\"] strong { font-weight: 700; }#tve_editor [data-css=\"tve-u-1621a9a2867\"] { font-weight: 300; color: rgb(15, 29, 123) !important; font-family: Poppins !important; }[data-css=\"tve-u-1621a9750ae\"] { font-size: 18.36px !important; line-height: 18.36px !important; }[data-css=\"tve-u-1621a9a2867\"] { font-size: 64.8px !important; line-height: 64.8px !important; }[data-css=\"tve-u-1621a9a2866\"] { margin-top: 54px !important; }[data-css=\"tve-u-1621a9a2862\"] { width: 216px !important; height: 216px !important; background-color: rgb(137, 141, 167) !important; }[data-css=\"tve-u-1621a98b602\"] { stroke-dasharray: 678.584, 678.584; }[data-css=\"tve-u-1621a983587\"] { float: none; border: 30px solid rgba(137, 141, 167, 0.24); z-index: 3; position: relative; margin: 30px auto 0px !important; padding: 0px !important; }[data-css=\"tve-u-1621a9750ae\"] strong { font-weight: 700; }#tve_editor [data-css=\"tve-u-1621a9750ae\"] { color: rgb(255, 255, 255) !important; font-family: Monda !important; }[data-css=\"tve-u-1621a96b190\"] { background-color: rgb(101, 114, 203); width: 194.4px !important; height: 194.4px !important; top: 10.8px !important; bottom: 10.8px !important; left: 10.8px !important; right: 10.8px !important; }[data-css=\"tve-u-1621a9685d4\"] { stroke: rgb(248, 251, 253) !important; stroke-width: 22.6px !important; }[data-css=\"tve-u-1621a8a804b\"] > .tcb-flex-col > .tcb-col { min-height: 445px; justify-content: center; }[data-css=\"tve-u-1621a90a46f\"] { background-image: radial-gradient(rgba(255, 255, 255, 0.51) 16%, rgb(255, 255, 255) 73%), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-100-clean.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }#tve_editor [data-css=\"tve-u-1621a9076ef\"] > :first-child { color: rgb(15, 29, 123); }#tve_editor [data-css=\"tve-u-1621a8e5625\"] > :first-child { color: rgb(15, 29, 123); }#tve_editor [data-css=\"tve-u-1621a8e11f3\"] > :first-child { color: rgb(15, 29, 123); }[data-css=\"tve-u-1621a8c4313\"] { padding: 0px !important; margin-bottom: 60px !important; }[data-css=\"tve-u-1621a8b2488\"] { float: none; max-width: 100%; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621a8a804b\"] { min-height: inherit; margin-left: -60px; padding: 0px !important; }[data-css=\"tve-u-1621a2e0d5b\"] { line-height: 1em !important; }[data-css=\"tve-u-1621a2247ba\"] { max-width: 100%; float: none; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; }#tve_editor [data-css=\"tve-u-1620af7eb3f\"] .tcb-button-link { font-size: 18px; color: rgb(15, 29, 123) !important; }#tve_editor [data-css=\"tve-u-1620af7eb3f\"]:hover strong { font-weight: 700 !important; }[data-css=\"tve-u-1620af7eb3f\"] { width: 268px; float: left; z-index: 3; position: relative; display: block; max-width: 268px; margin-bottom: 0px !important; margin-top: 0px !important; margin-left: 3px !important; }#tve_editor [data-css=\"tve-u-1620af7eb3f\"]:hover .tcb-button-link { color: rgb(255, 255, 255) !important; border-radius: 200px !important; overflow: hidden !important; font-family: Monda !important; font-weight: 400 !important; text-shadow: none !important; background-image: none !important; background-color: rgb(15, 29, 123) !important; }[data-css=\"tve-u-1620af7eb3f\"] .tcb-button-link { border-radius: 200px; min-height: 54.7619px; font-size: 1.33333em; padding-top: 0px; padding-bottom: 0px; background-image: none !important; background-color: rgb(255, 255, 255) !important; padding-right: 15px !important; }#tcb_landing_page a:not(.tcb-button-link).tve_state_hover { color: rgb(35, 55, 188); }#tcb_landing_page a:not(.tcb-button-link):hover { color: rgb(35, 55, 188); }#tcb_landing_page a:not(.tcb-button-link) { color: rgb(125, 138, 220); }#tcb_landing_page input strong { font-weight: 700; }#tcb_landing_page .tcb-button-link strong { font-weight: 700; }#tcb_landing_page p strong, #tcb_landing_page li strong { font-weight: 700; }#tcb_landing_page input { font-family: Merriweather; font-weight: 400; }#tcb_landing_page .tcb-button-link { font-family: Merriweather; font-weight: 400; }#tcb_landing_page p, #tcb_landing_page li { color: rgb(12, 12, 12); font-family: Merriweather; font-weight: 400; line-height: 1.5em; font-size: 16px; }#tcb_landing_page h6 { text-transform: uppercase; font-size: 14px; color: rgb(0, 0, 0); font-family: \"Special Elite\"; font-weight: 400; letter-spacing: 1px; line-height: 1.3em; }#tcb_landing_page h5 { font-size: 22px; color: rgb(12, 12, 12); font-family: \"Special Elite\"; font-weight: 400; line-height: 1.3em; }#tcb_landing_page h4 { font-size: 24px; color: rgb(12, 12, 12); font-family: \"Special Elite\"; font-weight: 400; line-height: 1.3em; }#tcb_landing_page h3 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(12, 12, 12); font-size: 26px; line-height: 1.3em; }#tcb_landing_page h2 { color: rgb(0, 0, 0); font-size: 30px; letter-spacing: 2px; text-transform: uppercase; line-height: 1.3em; font-family: \"Special Elite\"; font-weight: 400; }#tcb_landing_page h1 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(0, 0, 0); font-size: 42px; line-height: 1.3em; }[data-css=\"tve-u-15e09c94f7d\"] { background-color: rgb(255, 255, 255); }[data-css=\"tve-u-1621b01355a\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621b01355a\"] { max-width: 274px; position: relative; float: left; z-index: 3; width: 100%; padding: 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-1621b028939\"] .tcb-button-link { font-size: 18px; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1621b028939\"]:hover strong { font-weight: 700 !important; }[data-css=\"tve-u-1621b028939\"] { display: block; max-width: 268px; width: 268px; top: 0px; left: 0px; float: left; z-index: 3; position: relative; margin-bottom: 0px !important; margin-top: 0px !important; }#tve_editor [data-css=\"tve-u-1621b028939\"]:hover .tcb-button-link { background-color: rgb(255, 255, 255) !important; color: rgb(15, 29, 123) !important; overflow: hidden !important; font-family: Monda !important; background-image: none !important; text-align: center !important; }[data-css=\"tve-u-1621b028939\"] .tcb-button-link { min-height: 54.7619px; font-size: 1.33333em; padding-top: 0px; padding-bottom: 0px; border: 1px solid rgb(255, 255, 255); border-radius: 30px; overflow: hidden; background-color: rgba(26, 188, 156, 0.01) !important; padding-right: 15px !important; color: rgb(26, 188, 156) !important; }[data-css=\"tve-u-1621b08fdde\"] { border-radius: 200px; overflow: hidden; border: 1px solid rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1621b01355a\"]:hover [data-css=\"tve-u-1621b08fdde\"] { border: 1px solid rgba(255, 255, 255, 0.4) !important; }[data-css=\"tve-u-1621b30ca74\"]::after { clear: both; }#tve_editor [data-css=\"tve-u-1621e942b65\"] { font-weight: 400; letter-spacing: 0px; color: rgb(255, 255, 255) !important; font-family: Poppins !important; font-size: 30px !important; }[data-css=\"tve-u-1621e94cb4e\"] { float: none; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621eaaedd8\"] { clip-path: url(\"#clip-bottom-a2b9cf3198d6f\"); -webkit-clip-path: url(\"#clip-bottom-a2b9cf3198d6f\");  background-image: none !important; background-color: rgb(5, 10, 42) !important; }[data-css=\"tve-u-1621eab272c\"] { border-radius: 200px; overflow: hidden; background-image: none !important; border: 3px solid rgb(255, 255, 255) !important; background-color: rgb(5, 10, 42) !important; }[data-css=\"tve-u-1621eacf6af\"] { max-width: 230px; float: none; z-index: 3; position: relative; padding: 0px !important; margin: 0px auto !important; }[data-css=\"tve-u-1621eb3eb9f\"] { clip-path: url(\"#clip-bottom-ac98bb0e54b3b\"); -webkit-clip-path: url(\"#clip-bottom-ac98bb0e54b3b\");  background-image: none !important; background-color: rgb(45, 51, 89) !important; }[data-css=\"tve-u-1621eb43d8d\"] { border-radius: 200px; overflow: hidden; background-image: none !important; border: 3px solid rgb(255, 255, 255) !important; background-color: rgb(45, 51, 89) !important; }[data-css=\"tve-u-1621eb7ccb0\"] { min-height: 530px; }[data-css=\"tve-u-1621eb81205\"] { padding: 0px 0px 20px !important; margin-top: -25px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621ebbbb6d\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621ebbbb6d\"] { max-width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1621ebf340c\"] { max-width: 230px; float: none; z-index: 3; position: relative; width: 100%; padding: 0px !important; margin: 0px auto !important; }[data-css=\"tve-u-1621ebfa746\"] { padding: 0px !important; margin-top: 0px !important; margin-bottom: 30px !important; }#tve_editor [data-css=\"tve-u-1621ebfe4ce\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ebff867\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ec009a8\"] { font-size: 16px !important; }[data-css=\"tve-u-1621ec09a3c\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; margin: 0px !important; }#tve_editor [data-css=\"tve-u-1621ec09a3c\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ec0c5bd\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; margin: 0px !important; }#tve_editor [data-css=\"tve-u-1621ec0c5bd\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ec15f6e\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ec15f6e\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ec204df\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ec204df\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ec20f68\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ec20f68\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ec21a31\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ec21a31\"] > :first-child { color: rgb(137, 141, 167); }#tve_editor [data-css=\"tve-u-1621ec241aa\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ec2704c\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ec298ab\"] { font-size: 16px !important; }[data-css=\"tve-u-1621ec6c39b\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621ec6c39b\"] { float: none; max-width: 110px; z-index: 4; padding: 0px !important; margin: -60px auto 30px !important; }[data-css=\"tve-u-1621ec752da\"] { min-height: 110px; }[data-css=\"tve-u-1621ec78d2c\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621ec78d2c\"] { float: none; max-width: 110px; z-index: 4; padding: 0px !important; margin: -60px auto 30px !important; }[data-css=\"tve-u-1621ec79a7d\"] { min-height: 110px; }[data-css=\"tve-u-1621ec7f21a\"] { min-height: 160px; }[data-css=\"tve-u-1621f154231\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-1621f154231\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin: 0px 0px -1px !important; }[data-css=\"tve-u-1621f15b521\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-1621f15b521\"] { float: right; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin-top: -1px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621f4ceaf7\"] { color: rgb(15, 29, 123) !important; }[data-css=\"tve-u-1621fb65556\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-1621fb65556\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-1621fb65556\"] { min-height: inherit; margin-left: -20px; padding: 0px !important; }[data-css=\"tve-u-1621fb68b97\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-1621fb68b97\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-1621fb68b97\"] { min-height: inherit; margin-left: -30px; padding: 30px !important; }[data-css=\"tve-u-1621fbacc60\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621fbcad8c\"] { padding: 0px !important; }[data-css=\"tve-u-1621fc0ce17\"] { padding: 0px !important; margin-bottom: 15px !important; }[data-css=\"tve-u-1621fd84d7b\"] { min-height: 480px; }[data-css=\"tve-u-1621fd8766c\"] { min-height: 150px; }[data-css=\"tve-u-1621fd9c946\"] { padding: 0px 0px 20px !important; margin-top: 0px !important; margin-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-1621fe1587d\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1621fe1725e\"] strong { font-weight: 800; }#tve_editor [data-css=\"tve-u-1621fe1725e\"] { font-weight: 400; letter-spacing: 0px; color: rgb(255, 255, 255) !important; font-family: Poppins !important; font-size: 30px !important; }#tve_editor [data-css=\"tve-u-1621fe1a1af\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1621fe1bd18\"] strong { font-weight: 800; }#tve_editor [data-css=\"tve-u-1621fe1bd18\"] { font-weight: 400; letter-spacing: 0px; color: rgb(255, 255, 255) !important; font-family: Poppins !important; font-size: 30px !important; }[data-css=\"tve-u-16223b080b0\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-16223b080b0\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-16223f02c16\"] { min-height: 62px; }[data-css=\"tve-u-16223fe5f5b\"] { padding: 0px !important; }[data-css=\"tve-u-16224439be1\"] { padding: 0px !important; }#tve_editor [data-css=\"tve-u-1622444fb11\"] { letter-spacing: 1px; color: rgb(137, 141, 167) !important; font-size: 14px !important; }#tve_editor [data-css=\"tve-u-16228c764b2\"] { font-size: 18px !important; }[data-css=\"tve-u-16229f6175c\"] { border: none; margin: 80px 0px 0px !important; background-image: none !important; }[data-css=\"tve-u-16229fa6a26\"] { border: none; box-shadow: none; padding: 0px 30px 30px !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-16229fa8c68\"] { border: none; padding: 0px 30px 30px !important; background-image: none !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col > .tcb-col { min-height: 244px; }[data-css=\"tve-u-16229ffbb7b\"] { margin-left: -30px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16248fc42a1\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-16248fc42a1\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-16248fc71c8\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-16249355087\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-16249355087\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-16249358652\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-16249358652\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-1624935a201\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-1624935a201\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-16249367114\"] { border: none; margin: 30px 0px 0px !important; background-image: none !important; }[data-css=\"tve-u-16249373b25\"] { border: none; padding: 0px 30px 30px !important; background-image: linear-gradient(rgb(248, 249, 251), rgb(248, 249, 251)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1624939a960\"] { border: none; box-shadow: none; padding: 0px 30px 30px !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-162493a03b0\"] > .tcb-flex-col > .tcb-col { min-height: 244px; }[data-css=\"tve-u-162493a03b0\"] { margin-left: -30px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-162493a03b0\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-162493b6b63\"] { border: none; background-image: none !important; padding: 0px 30px 30px !important; background-color: rgb(248, 249, 251) !important; }#tve_editor [data-css=\"tve-u-162493d5f13\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-162493d5f13\"] { font-size: 30px; width: 30px; height: 30px; top: 0px; left: 0px; display: block; position: static; z-index: 8; border-bottom: 1px solid rgb(10, 93, 165); border-top: none; border-right: none; border-left: none; border-image: initial; margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-162494b490e\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-162494b7ad0\"] { padding: 0px !important; margin-top: 25px !important; margin-left: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-1625389a3d5\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-1625389a3d5\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-1625389b4ed\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-1625389b4ed\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-162539ac577\"] { max-width: 39%; }[data-css=\"tve-u-162539ac57d\"] { max-width: 61%; }#tve_editor [data-css=\"tve-u-162539c17ec\"] { font-size: 16px !important; color: rgba(12, 12, 12, 0.7) !important; }[data-css=\"tve-u-16260c39a7e\"] { float: none; max-width: 100%; border-left: 1px solid rgba(15, 29, 123, 0.7); border-right: 1px solid rgba(15, 29, 123, 0.7); margin: 0px auto !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-16260c433e9\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-Rosie.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16260c5ff07\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-16260c5ff07\"] { float: right; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin: -1px 0px 0px !important; }[data-css=\"tve-u-16260c5ff0c\"]::after { clear: both; }[data-css=\"tve-u-16260d01208\"] { max-width: 37%; }[data-css=\"tve-u-16260d0120e\"] { max-width: 63%; }[data-css=\"tve-u-16260d39b83\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-16260d39b83\"] { float: right; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin-top: -1px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-16260d3b97e\"]::after { clear: both; }[data-css=\"tve-u-16260d3f4aa\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16260d3f4aa\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-16260d3f4aa\"] { min-height: inherit; margin-left: -30px; padding: 30px !important; }[data-css=\"tve-u-16260d3f4af\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-16260d3f4af\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-16260d3f4af\"] { min-height: inherit; margin-left: -20px; padding: 0px !important; }[data-css=\"tve-u-16260d5e4b8\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-Shawn.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16260d73672\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-16260d73672\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin-top: 0px !important; margin-bottom: -1px !important; }[data-css=\"tve-u-16260d8392c\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16260d8392c\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-16260d8392c\"] { min-height: inherit; margin-left: -30px; padding: 30px !important; }[data-css=\"tve-u-16260d8396c\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-16260d8396c\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-16260d8396c\"] { min-height: inherit; margin-left: -20px; padding: 0px !important; }[data-css=\"tve-u-16260da3aa7\"] { float: none; max-width: 100%; border-left: 1px solid rgba(15, 29, 123, 0.7); border-right: 1px solid rgba(15, 29, 123, 0.7); margin: 0px auto !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-162717cb600\"] { max-width: 58.2%; }[data-css=\"tve-u-162717cb601\"] { max-width: 41.8%; }[data-css=\"tve-u-162717cb602\"] { clip-path: url(\"#clip-bottom-eab511de4ba9e\"); -webkit-clip-path: url(\"#clip-bottom-eab511de4ba9e\");  background-color: rgba(255, 255, 255, 0.2) !important; }[data-css=\"tve-u-162717cb603\"] { min-height: 496px; }[data-css=\"tve-u-162717cb604\"] { z-index: 5; float: right; position: relative; width: 100%; max-width: 570px; bottom: 0px; left: 0px; padding: 0px !important; margin: -59px 0px 0px !important; }[data-css=\"tve-u-162717cb605\"] { clip-path: url(\"#clip-bottom-7920fc765722d\"); -webkit-clip-path: url(\"#clip-bottom-7920fc765722d\");  background-color: rgba(255, 255, 255, 0.1) !important; }[data-css=\"tve-u-162717cb606\"] { min-height: 419px; }[data-css=\"tve-u-162717cb608\"] { max-width: 633px; z-index: 4; top: 0px; right: 0px; padding: 0px !important; margin: 164px 0px 0px !important; }[data-css=\"tve-u-162717cb609\"]::after { clear: both; }[data-css=\"tve-u-162717cb60a\"] { padding-right: 50px !important; padding-bottom: 80px !important; padding-top: 20px !important; }[data-css=\"tve-u-162717cb60b\"]::after { clear: both; }[data-css=\"tve-u-162717cb60b\"] { margin-top: 0px !important; margin-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-162717cb60c\"] .tcb-button-link { font-size: 18px; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-162717cb60c\"] { float: left; z-index: 3; position: relative; display: block; max-width: 300px; width: 300px; margin-bottom: 0px !important; margin-top: 0px !important; }#tve_editor [data-css=\"tve-u-162717cb60c\"]:hover .tcb-button-link { background-color: rgb(255, 255, 255) !important; color: rgb(15, 29, 123) !important; background-image: none !important; font-weight: bold !important; }[data-css=\"tve-u-162717cb60c\"] .tcb-button-link { border: 1px solid rgb(255, 255, 255); min-height: 54.7619px; font-size: 1.33333em; padding-top: 0px; padding-bottom: 0px; border-radius: 100px; overflow: hidden; background-color: rgba(26, 188, 156, 0.01) !important; color: rgb(26, 188, 156) !important; }[data-css=\"tve-u-162717cb60f\"] { padding: 0px !important; margin-bottom: 25px !important; }[data-css=\"tve-u-162717cb610\"] { padding: 0px !important; margin-bottom: 35px !important; }#tve_editor [data-css=\"tve-u-162717cb616\"] { text-transform: none !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-162717cb617\"] { margin-left: 0px; padding: 0px !important; }[data-css=\"tve-u-162717cb618\"] { max-width: none; margin-top: 0px !important; }[data-css=\"tve-u-162717cb620\"] { clip-path: url(\"#clip-bottom-c883ac5175045\"); -webkit-clip-path: url(\"#clip-bottom-c883ac5175045\");  background-image: linear-gradient(90deg, rgb(15, 29, 123) 0%, rgba(15, 29, 123, 0.42) 100%), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-hero-img.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-162717cb609\"] { max-width: 1200px; min-height: 630px !important; }[data-css=\"tve-u-162717cb621\"] { z-index: 1; padding: 125px 40px 0px !important; margin-top: -130px !important; }[data-css=\"tve-u-162717cb623\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-162717cb624\"] { min-height: 54px; }[data-css=\"tve-u-162717cb623\"] { max-width: 304px; float: left; z-index: 3; position: relative; width: 100%; padding: 2px !important; margin: 0px auto 18px !important; }#tve_editor [data-css=\"tve-u-162717cb625\"] .tcb-button-link { font-size: 18px; color: rgb(15, 29, 123) !important; }#tve_editor [data-css=\"tve-u-162717cb625\"]:hover strong { font-weight: 700 !important; }[data-css=\"tve-u-162717cb625\"] { display: block; max-width: 300px; width: 300px; float: none; z-index: 3; position: relative; margin: 0px auto !important; }#tve_editor [data-css=\"tve-u-162717cb625\"]:hover .tcb-button-link { color: rgb(255, 255, 255) !important; border-radius: 200px !important; overflow: hidden !important; font-family: Monda !important; font-weight: 400 !important; text-shadow: none !important; background-image: none !important; background-color: rgb(15, 29, 123) !important; }[data-css=\"tve-u-162717cb625\"] .tcb-button-link { border-radius: 200px; min-height: 54.7619px; font-size: 1.33333em; padding-top: 0px; padding-bottom: 0px; background-image: none !important; background-color: rgb(255, 255, 255) !important; padding-right: 15px !important; font-weight: bold !important; }#tve_editor [data-css=\"tve-u-162717cb623\"]:hover [data-css=\"tve-u-162717cb626\"] { border: 1px solid rgba(255, 255, 255, 0.6) !important; }[data-css=\"tve-u-162717cb626\"] { border-radius: 200px; overflow: hidden; border: 1px solid rgb(255, 255, 255) !important; }[data-css=\"tve-u-162717d1bb6\"] { border-right: 1px solid rgba(255, 255, 255, 0.2); }[data-css=\"tve-u-162717d1bbc\"] { border-left: none; padding: 0px !important; }[data-css=\"tve-u-162717d1bbe\"] { border-bottom: 1px solid rgba(255, 255, 255, 0.2); float: none; width: 100%; position: relative; z-index: 10; max-width: 1600px; margin: 0px auto !important; }[data-css=\"tve-u-162717d1bbf\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-162717d1bbf\"] > .tcb-flex-col { padding-left: 17px; }[data-css=\"tve-u-162717d1bbf\"] { margin-left: -17px; min-height: inherit; padding: 25px 0px 0px 40px !important; }#tve_editor [data-css=\"tve-u-162717d1bbe\"] p, #tve_editor [data-css=\"tve-u-162717d1bbe\"] li, #tve_editor [data-css=\"tve-u-162717d1bbe\"] blockquote, #tve_editor [data-css=\"tve-u-162717d1bbe\"] address { font-size: 16px; }#tve_editor [data-css=\"tve-u-162717d1bc3\"] > :first-child { color: rgb(255, 255, 255); }[data-css=\"tve-u-162717d1bc3\"] { font-size: 25px !important; width: 25px !important; height: 25px !important; z-index: 4; position: relative; float: left; margin: 3px 5px 0px 0px !important; padding-left: 0px !important; }[data-css=\"tve-u-162717d1bc5\"] { border-right: none; padding: 0px !important; position: static !important; }[data-css=\"tve-u-162718f6444\"] { z-index: 12; float: right; width: 100%; max-width: 600px; bottom: -30px; right: -88px; position: absolute !important; padding: 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-162718f6446\"] { min-height: 600px; }[data-css=\"tve-u-162718f6447\"] { clip-path: url(\"#clip-bottom-6d4048c9836f6\"); -webkit-clip-path: url(\"#clip-bottom-6d4048c9836f6\");  background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-Bmw.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }#tve_editor [data-css=\"tve-u-16271adf6cf\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-16271adf6cf\"] { font-size: 30px; width: 30px; height: 30px; top: 22px; left: 20px; border-bottom: 1px solid rgb(10, 93, 165); margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1641367e553\"] > :first-child { color: rgba(15, 29, 123, 0.12); }[data-css=\"tve-u-1641367e553\"] { font-size: 60px; float: none; box-shadow: none; width: 60px; height: 60px; margin: -55px auto 60px !important; padding-right: 17px !important; }[data-css=\"tve-u-16416e4fafd\"] { box-shadow: rgba(0, 0, 0, 0.02) 0px 2px 22px 0px; background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16416e603ab\"] { box-shadow: rgba(0, 0, 0, 0.12) 0px 3px 44px 0px; background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-164179a84b8\"] > .tve-cb { display: block; }[data-css=\"tve-u-164179a84b8\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-164179bced9\"] { border-right: none; padding: 0px !important; position: static !important; }[data-css=\"tve-u-16417b4cb9e\"] { padding: 0px 0px 50px !important; }[data-css=\"tve-u-16417b62c09\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-16417b662bf\"] { margin-top: 0px !important; margin-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-16417e5bd95\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-16417e5bd95\"] { font-size: 18px; width: 18px; height: 18px; z-index: 4; position: relative; float: left; margin: 3px 15px 0px 0px !important; padding-left: 0px !important; }[data-css=\"tve-u-1641c1af44d\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1641c1b01a6\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1641c1b0a67\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1641c1b12d8\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }#tve_editor [data-css=\"tve-u-1641c1b33f9\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-1641c1b33f9\"] { font-size: 30px; width: 30px; height: 30px; top: 22px; left: 20px; border-bottom: 1px solid rgb(10, 93, 165); margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1641c1b456a\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-1641c1b456a\"] { font-size: 30px; width: 30px; height: 30px; top: 22px; left: 20px; border-bottom: 1px solid rgb(10, 93, 165); margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1641c1b52d3\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-1641c1b52d3\"] { font-size: 30px; width: 30px; height: 30px; top: 22px; left: 20px; border-bottom: 1px solid rgb(10, 93, 165); margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1641c1b60b4\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-1641c1b60b4\"] { font-size: 30px; width: 30px; height: 30px; top: 22px; left: 20px; border-bottom: 1px solid rgb(10, 93, 165); margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-16422a1ce91\"] { float: none; width: 100%; max-width: 227px; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; }#tve_editor [data-css=\"tve-u-16422a1ce92\"] { font-size: 16px !important; color: rgb(12, 12, 12) !important; }#tve_editor [data-css=\"tve-u-16422a1ce93\"] { font-size: 16px !important; color: rgb(18, 18, 18) !important; }[data-css=\"tve-u-16422a1ce92\"] { line-height: 1.7em !important; }[data-css=\"tve-u-16422a1ce93\"] { line-height: 1.7em !important; }#tve_editor [data-css=\"tve-u-16422a1ce94\"] { font-size: 16px !important; color: rgb(29, 26, 31) !important; }[data-css=\"tve-u-16422a1ce94\"] { line-height: 1.7em !important; }#tcb_landing_page .tcb-plain-text { color: rgb(0, 0, 0); font-family: Merriweather; font-weight: 400; }#tcb_landing_page .tcb-plain-text strong { font-weight: 700; }[data-css=\"tve-u-162717d1bbe\"] p { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-162717d1bbe\"] h3 { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-16959822de2\"] { width: 291px; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-16959846d3d\"] { margin-top: -10px !important; }}@media (max-width: 1023px){[data-css=\"tve-u-1621ebfa746\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621eb037bb\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621ec78d2c\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621ec6c39b\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-162717cb602\"] { clip-path: url(\"#clip-tablet-bottom-eab511de4ba9e\"); -webkit-clip-path: url(\"#clip-tablet-bottom-eab511de4ba9e\");  }[data-css=\"tve-u-1621b064668\"] { max-width: 49%; }[data-css=\"tve-u-1621b064646\"] { max-width: 51%; }[data-css=\"tve-u-1621b3c74d9\"] { max-width: 100%; }[data-css=\"tve-u-1621f0b0088\"] { min-height: 100px !important; }[data-css=\"tve-u-1621ee3afec\"] > .tve-cb { display: block; }[data-css=\"tve-u-16417b97d3c\"]::after { clear: both; }[data-css=\"tve-u-1621e7ceab3\"] > .tve-cb { display: block; }[data-css=\"tve-u-1621ea50702\"] { float: none; width: 100%; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621ae4fd21\"] > .tve-cb { display: block; }[data-css=\"tve-u-162717cb60f\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-162717cb610\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-16223dad661\"] { padding-top: 20px !important; }[data-css=\"tve-u-1641367127b\"] { float: none; font-size: 50px; width: 50px; height: 50px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1641367e553\"] { float: none; font-size: 50px; width: 50px; height: 50px; margin: -44px auto 40px !important; padding-right: 12px !important; }[data-css=\"tve-u-1621e7b695a\"] { margin-bottom: 50px !important; }[data-css=\"tve-u-1621ee37f4a\"] { min-height: 262px; }[data-css=\"tve-u-1621ada1e7f\"] { padding: 50px 30px 50px 0px !important; }[data-css=\"tve-u-1621b072b4e\"] { max-width: 100%; }[data-css=\"tve-u-1621a2247ba\"] { margin-bottom: 60px !important; }[data-css=\"tve-u-16229f6175c\"] { margin-top: 0px !important; }[data-css=\"tve-u-162717cb60b\"] { height: calc(100% - -85px); margin-top: -85px !important; }[data-css=\"tve-u-162717cb617\"] .tcb-flex-col { flex-basis: 560px !important; }#tcb_landing_page h5 { line-height: 1.3em; }#tcb_landing_page h6 { line-height: 1.4em; }#tcb_landing_page p, #tcb_landing_page li { line-height: 1.5em; }[data-css=\"tve-u-1628a146aef\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1628a12f675\"] { margin-bottom: 40px !important; }[data-css=\"tve-u-1628a10d3b4\"] { margin-bottom: 40px !important; }[data-css=\"tve-u-162718bd0c0\"] { clip-path: url(\"#clip-tablet-top-a3b25e1c9221a\"); -webkit-clip-path: url(\"#clip-tablet-top-a3b25e1c9221a\");  background-color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-162717cb621\"] { z-index: 6; padding-top: 70px !important; margin-top: -84px !important; }[data-css=\"tve-u-162718a3b40\"] { max-width: 100%; min-height: 1px !important; }[data-css=\"tve-u-16271adf6cf\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-162493d5f13\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-162717fcf9d\"] { margin-top: -40px !important; padding-top: 90px !important; padding-left: 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-16260d3f4af\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16260d3f4aa\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1621fb65556\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1621fb68b97\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16260d8396c\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16260d8392c\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16260d39b83\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-16260c5ff07\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-16260ba2fa4\"] { padding: 50px 40px !important; }[data-css=\"tve-u-16260be7104\"] { max-width: 100%; }[data-css=\"tve-u-1621ebbbb6d\"] { margin-top: -1px !important; }[data-css=\"tve-u-1621eaaedd8\"] { clip-path: url(\"#clip-tablet-bottom-a2b9cf3198d6f\"); -webkit-clip-path: url(\"#clip-tablet-bottom-a2b9cf3198d6f\");  }[data-css=\"tve-u-1621e7e9950\"] { margin-top: -1px !important; }[data-css=\"tve-u-16229fa8c68\"] { padding: 0px 20px 20px !important; }[data-css=\"tve-u-1622f65ba70\"] { padding: 0px 20px 20px !important; }[data-css=\"tve-u-16249373b25\"] { padding-left: 20px !important; padding-right: 20px !important; padding-bottom: 20px !important; }[data-css=\"tve-u-162493b6b63\"] { padding-left: 20px !important; padding-bottom: 20px !important; padding-right: 20px !important; }[data-css=\"tve-u-16249367114\"] { margin-top: 20px !important; }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-1624935a201\"] { line-height: 1.3em !important; }[data-css=\"tve-u-16249358652\"] { line-height: 1.3em !important; }[data-css=\"tve-u-16249355087\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1625389b4ed\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1625389a3d5\"] { line-height: 1.3em !important; }[data-css=\"tve-u-16248fc42a1\"] { line-height: 1.3em !important; }[data-css=\"tve-u-162493a03b0\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-162493a03b0\"] .tcb-flex-col { flex-basis: 145px !important; }[data-css=\"tve-u-1622a159bcb\"] { float: none; max-width: 85%; margin: 0px auto !important; padding-top: 0px !important; }[data-css=\"tve-u-16229fa6a26\"] { margin-bottom: 20px !important; padding: 0px 20px 20px !important; }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16229ffbb7b\"] { min-height: inherit; margin-left: -20px; }[data-css=\"tve-u-1621ad46076\"] { margin-bottom: 0px !important; margin-top: 0px !important; padding: 50px 40px !important; }#tve_editor [data-css=\"tve-u-1621b028939\"] .tcb-button-link { font-size: 18px; }[data-css=\"tve-u-16223f02c16\"] { min-height: 54px; }[data-css=\"tve-u-1621b01355a\"] { max-width: 304px; padding: 2px !important; }[data-css=\"tve-u-1620af7eb3f\"] { float: none; z-index: 3; position: relative; display: block; max-width: 300px; width: 300px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621afda4fa\"] { max-width: 100%; margin-bottom: 30px !important; }[data-css=\"tve-u-16224716d62\"]::after { clear: both; }[data-css=\"tve-u-1621f0aa8f7\"] { margin-top: 0px !important; }[data-css=\"tve-u-1621e7e6c1d\"] { min-height: 150px; }[data-css=\"tve-u-1621e7edfd9\"] { clip-path: url(\"#clip-tablet-bottom-10ffac3b28f1d\"); -webkit-clip-path: url(\"#clip-tablet-bottom-10ffac3b28f1d\");  }[data-css=\"tve-u-1621ebf340c\"] { float: none; width: 100%; padding: 0px !important; margin-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621e7d5094\"] { min-height: 455px; }[data-css=\"tve-u-1621adea58b\"] > .tcb-flex-col > .tcb-col { justify-content: center; }[data-css=\"tve-u-16223dad661\"]::after { clear: both; }[data-css=\"tve-u-1621e8107f3\"] { float: none; margin-left: auto !important; margin-right: auto !important; margin-bottom: 20px !important; }[data-css=\"tve-u-16223b080b0\"] { float: none; margin-left: auto !important; margin-right: auto !important; margin-top: -1px !important; }[data-css=\"tve-u-1621eb3eb9f\"] { clip-path: url(\"#clip-tablet-bottom-ac98bb0e54b3b\"); -webkit-clip-path: url(\"#clip-tablet-bottom-ac98bb0e54b3b\");  }[data-css=\"tve-u-1621fe78878\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1621fe78878\"] { min-height: inherit; }#tve_editor [data-css=\"tve-u-1621e92e97f\"] { font-size: 22px !important; }#tve_editor [data-css=\"tve-u-1621e942b65\"] { letter-spacing: 0px; font-size: 1.5em !important; }#tve_editor [data-css=\"tve-u-1621fe1bd18\"] { letter-spacing: 0px; font-size: 1.5em !important; }#tve_editor [data-css=\"tve-u-1621fe1a1af\"] { font-size: 22px !important; }#tve_editor [data-css=\"tve-u-1621fe1725e\"] { letter-spacing: 0px; font-size: 1.5em !important; }#tve_editor [data-css=\"tve-u-1621fe1587d\"] { font-size: 22px !important; }[data-css=\"tve-u-1621ef118dc\"] { position: relative; top: -50px; left: 30px; width: 100%; }[data-css=\"tve-u-1621ee3afec\"] { padding: 40px 0px 0px !important; }[data-css=\"tve-u-1621ee63e1c\"] { max-width: none; margin-bottom: 30px !important; }[data-css=\"tve-u-1621ee74a24\"] { top: 0px; right: 0px; font-size: 45px; width: 45px; height: 45px; float: none; padding-left: 0px !important; margin: 0px auto !important; }[data-css=\"tve-u-1621ee18a1c\"] { margin-top: 40px !important; margin-left: 20px !important; margin-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-1621fdcb4ea\"] { letter-spacing: 1px; font-size: 1.5em !important; }[data-css=\"tve-u-1621ec7f21a\"] { min-height: 150px; }[data-css=\"tve-u-1621eacf6af\"] { float: none; max-width: 230px; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621fd9c946\"] { max-width: 380px; float: none; width: 100%; margin: 0px auto !important; padding-left: 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-1621eb81205\"] { margin-top: 0px !important; }[data-css=\"tve-u-1621eb7ccb0\"] { min-height: 455px; }[data-css=\"tve-u-1621fd8766c\"] { min-height: 150px; }[data-css=\"tve-u-1621fd84d7b\"] { min-height: 430px; }[data-css=\"tve-u-1621e7c7aa1\"] .tcb-flex-col { flex-basis: 300px !important; }#tve_editor [data-css=\"tve-u-1621e7a7350\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621e7c899a\"] { float: none; max-width: 100%; margin-left: auto !important; margin-right: auto !important; margin-top: 0px !important; }[data-css=\"tve-u-1621e7c7aa1\"] { margin-left: -20px; flex-direction: row; }[data-css=\"tve-u-1621e7c7aa1\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-1621b3c8c52\"] { padding: 50px 40px !important; }[data-css=\"tve-u-1621fc0ce17\"] { margin-top: 10px !important; margin-bottom: 7px !important; }[data-css=\"tve-u-1621fbcad8c\"] { padding-left: 0px !important; padding-right: 30px !important; }[data-css=\"tve-u-1621fbacc60\"] { max-width: 177px; }[data-css=\"tve-u-1621fb68b97\"] { margin-left: -15px; min-height: inherit; padding: 20px !important; }[data-css=\"tve-u-1621fb68b97\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-1621fb65556\"] { margin-left: -15px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-1621fb65556\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-1621b200375\"] { float: none; max-width: 100%; margin: 0px auto !important; }[data-css=\"tve-u-1621b0e4fb7\"] { max-width: 100%; float: none; z-index: 3; position: relative; margin-right: auto !important; margin-left: auto !important; margin-bottom: 20px !important; }#tve_editor [data-css=\"tve-u-1621b10fccf\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621ae0bec7\"] { background-image: none !important; margin-top: 0px !important; }[data-css=\"tve-u-1621ae6c8da\"] { clip-path: url(\"#clip-tablet-top-aa2c3e3c70555\"); -webkit-clip-path: url(\"#clip-tablet-top-aa2c3e3c70555\");  }[data-css=\"tve-u-1621adba9ef\"] { clip-path: url(\"#clip-tablet-top-52d5a36c151aa\"); -webkit-clip-path: url(\"#clip-tablet-top-52d5a36c151aa\");  }[data-css=\"tve-u-1621ad420c4\"] { max-width: 100%; min-height: 1px !important; }[data-css=\"tve-u-1621f45bed3\"] { padding: 0px !important; }[data-css=\"tve-u-1621ae4fd21\"] { max-width: 100%; left: 0px; top: 0px; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621ae4db6e\"] { min-height: 300px; }#tve_editor [data-css=\"tve-u-1621afd8c98\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621afcc0bf\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621afceb00\"] { max-width: 100%; margin-bottom: 30px !important; }[data-css=\"tve-u-1621a98b602\"] { stroke-dasharray: 534.071, 534.071; }[data-css=\"tve-u-1621a9750ae\"] { font-size: 14.45px !important; line-height: 14.45px !important; }[data-css=\"tve-u-1621a9a2867\"] { font-size: 51px !important; line-height: 51px !important; }[data-css=\"tve-u-1621a9a2866\"] { margin-top: 42.5px !important; }[data-css=\"tve-u-1621a96b190\"] { width: 153px !important; height: 153px !important; top: 8.5px !important; bottom: 8.5px !important; left: 8.5px !important; right: 8.5px !important; }[data-css=\"tve-u-1621a9685d4\"] { stroke-width: 18px !important; }[data-css=\"tve-u-1621a9a2862\"] { width: 170px !important; height: 170px !important; }[data-css=\"tve-u-1621a983587\"] { float: none; border: 20px solid rgba(137, 141, 167, 0.24); margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621a8b2488\"] { float: none; max-width: 100%; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621a8a804b\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1621a8a804b\"] { margin-left: -24px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-1621a8a804b\"] > .tcb-flex-col { padding-left: 24px; }#tve_editor [data-css=\"tve-u-1621a2e0d5b\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621b028939\"] { position: relative; float: left; z-index: 3; display: block; max-width: 300px; width: 300px; margin-top: 15px !important; }[data-css=\"tve-u-1621adea58b\"] { margin-left: -30px; }[data-css=\"tve-u-1621adea58b\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-1621ade6172\"] { max-width: 100%; position: static; }#tve_editor [data-css=\"tve-u-16248fc42a1\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-16249355087\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-16249358652\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-1624935a201\"] { font-size: 18px !important; }[data-css=\"tve-u-1624939a960\"] { margin-bottom: 0px !important; padding-bottom: 20px !important; padding-left: 20px !important; padding-right: 20px !important; }[data-css=\"tve-u-162493a03b0\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-162493a03b0\"] { min-height: inherit; margin-left: -20px; }#tve_editor [data-css=\"tve-u-1625389a3d5\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-1625389b4ed\"] { font-size: 18px !important; }[data-css=\"tve-u-16260c39a7e\"] { float: none; max-width: 100%; margin: 0px auto !important; }[data-css=\"tve-u-16260d3f4aa\"] { margin-left: -15px; min-height: inherit; padding: 20px !important; }[data-css=\"tve-u-16260d3f4aa\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-16260d3f4af\"] { margin-left: -15px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-16260d3f4af\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-16260d8392c\"] { margin-left: -15px; min-height: inherit; padding: 20px !important; }[data-css=\"tve-u-16260d8392c\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-16260d8396c\"] { margin-left: -15px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-16260d8396c\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-16260da3aa7\"] { float: none; max-width: 100%; margin: 0px !important; }[data-css=\"tve-u-162717cb60c\"] { display: block; max-width: 300px; width: 300px; }[data-css=\"tve-u-162717cb609\"] { max-width: 100%; min-height: 1px !important; }[data-css=\"tve-u-162717cb605\"] { clip-path: url(\"#clip-tablet-bottom-7920fc765722d\"); -webkit-clip-path: url(\"#clip-tablet-bottom-7920fc765722d\");  background-color: rgba(244, 149, 29, 0) !important; }[data-css=\"tve-u-162717cb60a\"] { padding: 0px !important; }[data-css=\"tve-u-162717cb618\"] { float: none; max-width: 100%; margin-top: 60px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-162717cb620\"] { clip-path: url(\"#clip-tablet-bottom-c883ac5175045\"); -webkit-clip-path: url(\"#clip-tablet-bottom-c883ac5175045\");  }[data-css=\"tve-u-162717cb603\"] { min-height: 220px; }[data-css=\"tve-u-162717cb604\"] { max-width: 350px; float: right; z-index: 3; position: relative; width: 100%; bottom: 7px; left: 0px; margin-top: 0px !important; margin-left: 0px !important; padding-left: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-162717cb608\"] { max-width: 350px; position: relative; float: right; z-index: 3; width: 100%; top: 0px; right: 0px; margin-top: 0px !important; }[data-css=\"tve-u-162717cb606\"] { min-height: 1px; }[data-css=\"tve-u-162717d1bbf\"] { margin-left: 0px; padding: 25px 25px 0px !important; }[data-css=\"tve-u-162717d1bbf\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-162717d1bc5\"] { border-right: none; padding-left: 30px !important; padding-right: 0px !important; }[data-css=\"tve-u-162717d1bb6\"] { padding-left: 0px !important; }[data-css=\"tve-u-162717d1bbc\"] { border-left: none; border-right: none; padding-left: 30px !important; padding-bottom: 10px !important; }[data-css=\"tve-u-162717d1bc3\"] { font-size: 14px; width: 14px; height: 14px; margin-bottom: -14px !important; margin-left: 0px !important; }[data-css=\"tve-u-162717d1bbe\"] { max-width: 100%; margin-left: 0px !important; margin-right: 30px !important; }[data-css=\"tve-u-162718f6444\"] { max-width: 360px; bottom: -35px; position: relative; left: 40px; margin-bottom: 0px !important; }[data-css=\"tve-u-162718f6446\"] { min-height: 300px; }[data-css=\"tve-u-162718f6447\"] { clip-path: url(\"#clip-tablet-bottom-6d4048c9836f6\"); -webkit-clip-path: url(\"#clip-tablet-bottom-6d4048c9836f6\");  }[data-css=\"tve-u-164179bced9\"] { border-right: none; padding-left: 30px !important; padding-right: 0px !important; }[data-css=\"tve-u-16417b62c09\"] { max-width: 177px; }[data-css=\"tve-u-16417b662bf\"] { max-width: 177px; }[data-css=\"tve-u-16417e5bd95\"] { font-size: 14px; width: 14px; height: 14px; margin-bottom: -14px !important; margin-left: 0px !important; }[data-css=\"tve-u-1641c1b33f9\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-1641c1b456a\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-1641c1b52d3\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-1641c1b60b4\"] { font-size: 25px; width: 25px; height: 25px; }#tve_editor [data-css=\"tve-u-16422a1ce94\"] { font-size: 16px !important; }}@media (max-width: 767px){[data-css=\"tve-u-162717cb605\"] { clip-path: url(\"#clip-mobile-bottom-7920fc765722d\"); -webkit-clip-path: url(\"#clip-mobile-bottom-7920fc765722d\");  }[data-css=\"tve-u-162717cb602\"] { clip-path: url(\"#clip-mobile-bottom-eab511de4ba9e\"); -webkit-clip-path: url(\"#clip-mobile-bottom-eab511de4ba9e\");  }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-16417e9d24e\"]::after { clear: both; }[data-css=\"tve-u-16417e56e97\"]::after { clear: both; }[data-css=\"tve-u-16417b70f47\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 0px !important; }[data-css=\"tve-u-1621e819c52\"] { min-height: 100px; }[data-css=\"tve-u-1621e8107f3\"] { max-width: 100px; }[data-css=\"tve-u-1621fd8766c\"] { min-height: 144px; }[data-css=\"tve-u-1621ec79a7d\"] { min-height: 100px; }[data-css=\"tve-u-1621ec78d2c\"] { max-width: 100px; }[data-css=\"tve-u-1621ec7f21a\"] { min-height: 144px; }[data-css=\"tve-u-1621e7e6c1d\"] { min-height: 144px; }[data-css=\"tve-u-16417b4cb9e\"] { padding-bottom: 30px !important; }[data-css=\"tve-u-1621ec752da\"] { min-height: 100px; }[data-css=\"tve-u-1621ec6c39b\"] { max-width: 100px; }[data-css=\"tve-u-1621fd84d7b\"] { min-height: 430px; }[data-css=\"tve-u-1621e7c7aa1\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16223dad661\"] { padding-top: 0px !important; }[data-css=\"tve-u-1621b3c74d9\"] { max-width: 100%; }[data-css=\"tve-u-1621eb81205\"] { max-width: 100%; margin-bottom: 20px !important; }[data-css=\"tve-u-1621e7ceab3\"] { max-width: 100%; margin-bottom: 20px !important; }[data-css=\"tve-u-1621f0b0088\"] { min-height: 120px !important; }[data-css=\"tve-u-1621f0da775\"] { float: none; width: 100%; max-width: 280px; margin: 0px auto 20px !important; }[data-css=\"tve-u-1621ee37f4a\"] { min-height: 260px; }[data-css=\"tve-u-1621ee3afec\"] > .tve-cb { display: flex; justify-content: center; flex-direction: column; }[data-css=\"tve-u-1621ee63e1c\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1641367127b\"] { font-size: 30px; width: 30px; height: 30px; }[data-css=\"tve-u-1641367e553\"] { float: none; font-size: 30px; width: 30px; height: 30px; margin: -30px auto 30px !important; padding-right: 10px !important; }[data-css=\"tve-u-1621ada1e7f\"] { padding: 0px !important; }[data-css=\"tve-u-162717cb617\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-162717cb617\"] { min-height: inherit; }[data-css=\"tve-u-16229fa6a26\"] { height: calc(100% - 21px); margin-bottom: 0px !important; margin-top: 21px !important; }[data-css=\"tve-u-1624939a960\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-162493a03b0\"] .tcb-flex-col { flex-basis: 400px !important; }[data-css=\"tve-u-1621a2247ba\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-164179f09a6\"]::after { clear: both; }[data-css=\"tve-u-162717cb60f\"] { margin-bottom: 25px !important; }[data-css=\"tve-u-162717d1bbf\"] .tcb-flex-col { flex-basis: 120px !important; }[data-css=\"tve-u-1621ee3afec\"] { max-width: 100%; padding: 0px !important; position: static !important; }#tve_editor [data-css=\"tve-u-1641333d7d1\"] { font-size: 14px !important; }[data-css=\"tve-u-162717cb60b\"] { margin-top: 0px !important; }[data-css=\"tve-u-162717cb621\"] { z-index: 2; padding-left: 20px !important; padding-right: 20px !important; margin-top: -120px !important; padding-top: 0px !important; }[data-css=\"tve-u-162717cb617\"] .tcb-flex-col { flex-basis: 435px !important; }[data-css=\"tve-u-16369305186\"] { float: right; width: 100%; max-width: 155px; z-index: 3; position: relative; margin: -10px auto 0px !important; }#tcb_landing_page h6 { line-height: 1.4em; }#tcb_landing_page h5 { line-height: 1.3em; }#tcb_landing_page p, #tcb_landing_page li { font-size: 14px; }#tcb_landing_page h2 { font-size: 28px; }#tcb_landing_page h1 { font-size: 35px; }[data-css=\"tve-u-16260ba2fa4\"] { padding-bottom: 40px !important; padding-left: 20px !important; padding-right: 20px !important; }[data-css=\"tve-u-1628a10d3b4\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-1628a12f675\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-162717cb610\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-16271bfe70c\"] { padding: 0px !important; }[data-css=\"tve-u-162717fcf9d\"] { z-index: 1; margin-top: 0px !important; padding-top: 75px !important; padding-left: 20px !important; padding-right: 20px !important; }[data-css=\"tve-u-162718bd0c0\"] { clip-path: url(\"#clip-mobile-top-a3b25e1c9221a\"); -webkit-clip-path: url(\"#clip-mobile-top-a3b25e1c9221a\");  }[data-css=\"tve-u-1621eb3eb9f\"] { clip-path: url(\"#clip-mobile-bottom-ac98bb0e54b3b\"); -webkit-clip-path: url(\"#clip-mobile-bottom-ac98bb0e54b3b\");  }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col > .tcb-col { min-height: 155px; }[data-css=\"tve-u-16229ffbb7b\"] { min-height: inherit; margin-left: 0px; }[data-css=\"tve-u-16229fa8c68\"] { height: calc(100% - 28px); margin-bottom: 0px !important; margin-top: 20px !important; }[data-css=\"tve-u-1622f65ba70\"] { height: calc(100% - 20px); margin-bottom: 0px !important; margin-top: 20px !important; }[data-css=\"tve-u-16229f6175c\"] { margin-top: 0px !important; }[data-css=\"tve-u-1622a159bcb\"] { float: none; max-width: 100%; margin-left: auto !important; margin-right: auto !important; padding-top: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-16229ae62a7\"] { border-right: none; }#tve_editor [data-css=\"tve-u-16228c764b2\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-16228c75500\"] { font-size: 18px !important; }[data-css=\"tve-u-1621fb65556\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-1621a983587\"] { border: 20px solid rgba(137, 141, 167, 0.32); }[data-css=\"tve-u-1621ee74a24\"] { float: none; margin-left: auto !important; margin-right: auto !important; margin-bottom: 10px !important; }[data-css=\"tve-u-1621afda4fa\"] { max-width: 100%; margin-bottom: 20px !important; }[data-css=\"tve-u-16223f02c16\"] { min-height: 54px; }[data-css=\"tve-u-1621f0aa8f7\"] { margin-top: 0px !important; }#tve_editor [data-css=\"tve-u-1622444fb11\"] { letter-spacing: 0px; }[data-css=\"tve-u-16224439be1\"] { padding: 0px !important; }[data-css=\"tve-u-1621fb68b97\"] { padding: 0px !important; }[data-css=\"tve-u-1621afceb00\"] { max-width: 100%; margin-bottom: 30px !important; }[data-css=\"tve-u-1621b0e4fb7\"] { float: none; margin-right: auto !important; margin-bottom: 30px !important; padding-left: 0px !important; margin-left: auto !important; }[data-css=\"tve-u-1621ebf340c\"] { padding-bottom: 40px !important; }[data-css=\"tve-u-1621ea50702\"] { float: none; width: 100%; padding: 0px !important; margin-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621e7d5094\"] { min-height: 430px; }[data-css=\"tve-u-1621eb7ccb0\"] { min-height: 430px; }[data-css=\"tve-u-1621ee03000\"] { flex-direction: column; }[data-css=\"tve-u-16223fe5f5b\"] { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621f0d2c1a\"] { margin-left: 25px !important; margin-right: 25px !important; }[data-css=\"tve-u-1621ee18a1c\"] { margin: 0px 20px 20px 0px !important; }[data-css=\"tve-u-1621ef118dc\"] { top: 0px; width: 245px; position: relative; float: none; z-index: 5; left: 0px; margin: -22px auto 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-1621fd9c946\"] { max-width: 100%; margin-top: 0px !important; margin-left: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-16223fc9f23\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-1621e7c899a\"] { max-width: none; float: none; margin-top: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621b3c8c52\"] { padding: 40px 20px !important; }[data-css=\"tve-u-1621fbcad8c\"] { padding: 20px !important; }[data-css=\"tve-u-1621fb65556\"] { margin-left: 0px; padding: 0px !important; }[data-css=\"tve-u-1621fbacc60\"] { max-width: 126px; float: none; margin-left: auto !important; margin-right: auto !important; margin-top: 20px !important; }[data-css=\"tve-u-1621b200375\"] { float: none; margin-top: 0px !important; margin-left: auto !important; margin-right: auto !important; }#tve_editor [data-css=\"tve-u-1621b10fccf\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621b028939\"] { display: block; max-width: 100%; width: 100%; float: none; min-width: 100%; margin-left: auto !important; margin-right: auto !important; margin-top: 0px !important; }[data-css=\"tve-u-1621ae4db6e\"] { min-height: 270px; }[data-css=\"tve-u-1621ae6c8da\"] { clip-path: url(\"#clip-mobile-top-aa2c3e3c70555\"); -webkit-clip-path: url(\"#clip-mobile-top-aa2c3e3c70555\");  }[data-css=\"tve-u-1621adba9ef\"] { clip-path: url(\"#clip-mobile-top-52d5a36c151aa\"); -webkit-clip-path: url(\"#clip-mobile-top-52d5a36c151aa\");  }[data-css=\"tve-u-16223f02c16\"]::after { clear: both; }[data-css=\"tve-u-1621b01355a\"] { max-width: 100%; float: none; margin-left: auto !important; margin-right: auto !important; margin-bottom: 15px !important; }[data-css=\"tve-u-1620af7eb3f\"] { float: none; display: block; max-width: 100%; width: 100%; min-width: 100%; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621ae0bec7\"]::after { clear: both; }[data-css=\"tve-u-1621f45bed3\"] { padding: 40px 20px 0px !important; }[data-css=\"tve-u-1621ad46076\"] { margin: 0px !important; padding: 30px 20px !important; }[data-css=\"tve-u-1621adea58b\"] { flex-flow: row-reverse wrap-reverse !important; }[data-css=\"tve-u-1621ae4fd21\"] { margin-top: 0px !important; position: static !important; }[data-css=\"tve-u-1621a8b2488\"] { float: none; max-width: 100%; margin-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621a8a804b\"] { padding-left: 0px !important; padding-right: 0px !important; }#tve_editor [data-css=\"tve-u-1621a2e0d5b\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621e7c7aa1\"] { flex-direction: column; min-height: inherit; }[data-css=\"tve-u-16249367114\"] { margin-top: 0px !important; }[data-css=\"tve-u-16249373b25\"] { height: calc(100% - 20px); margin-bottom: 0px !important; background-image: linear-gradient(rgb(248, 249, 251), rgb(248, 249, 251)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; margin-top: 20px !important; }[data-css=\"tve-u-162493a03b0\"] > .tcb-flex-col > .tcb-col { min-height: 155px; }[data-css=\"tve-u-162493a03b0\"] { min-height: inherit; }[data-css=\"tve-u-162493b6b63\"] { height: calc(100% - 20px); margin-bottom: 0px !important; margin-top: 20px !important; }[data-css=\"tve-u-16260c39a7e\"] { float: none; margin-top: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-16260d3f4aa\"] { padding: 0px !important; }[data-css=\"tve-u-16260d3f4af\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-16260d3f4af\"] { margin-left: 0px; padding: 0px !important; }[data-css=\"tve-u-16260d8392c\"] { padding: 0px !important; }[data-css=\"tve-u-16260d8396c\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-16260d8396c\"] { margin-left: 0px; padding: 0px !important; }[data-css=\"tve-u-16260da3aa7\"] { float: none; margin-top: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-162717cb60c\"] { display: block; max-width: 100%; width: 100%; min-width: 100%; float: none; margin-left: auto !important; margin-right: auto !important; margin-bottom: 20px !important; }[data-css=\"tve-u-162717cb618\"] { margin: 140px 0px 0px !important; }[data-css=\"tve-u-162717cb606\"] { min-height: 175px; }[data-css=\"tve-u-162717cb620\"] { clip-path: url(\"#clip-mobile-bottom-c883ac5175045\"); -webkit-clip-path: url(\"#clip-mobile-bottom-c883ac5175045\");  }[data-css=\"tve-u-162717cb608\"] { max-width: 100%; margin-top: 0px !important; padding-bottom: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-162717cb604\"] { margin-top: 0px !important; }[data-css=\"tve-u-162717cb60a\"] { padding: 0px !important; }#tve_editor [data-css=\"tve-u-162717cb616\"] { font-size: 27px !important; }#tve_editor [data-css=\"tve-u-162717cb629\"] { font-size: 18px !important; }[data-css=\"tve-u-162717cb625\"] { float: none; display: block; max-width: 100%; width: 100%; min-width: 100%; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-162717cb623\"] { max-width: 100%; float: none; width: 100%; margin: 0px auto 10px !important; }[data-css=\"tve-u-162717d1bbf\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-162717d1bbf\"] { margin-left: 0px; padding: 15px 15px 10px !important; }[data-css=\"tve-u-162717d1bbe\"] { border-bottom: 1px solid rgba(255, 255, 255, 0.2); border-right: none; margin-left: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-162717d1bbc\"] { border: none; padding-left: 0px !important; padding-right: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-162717d1bc5\"] { border-right: none; padding-left: 15px !important; padding-right: 0px !important; }[data-css=\"tve-u-162717d1bc3\"] { margin: 3px 10px 0px 0px !important; }[data-css=\"tve-u-162717d1bb6\"] { border: none; padding-top: 0px !important; padding-left: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-162718f6446\"] { min-height: 280px; }[data-css=\"tve-u-162718f6444\"] { max-width: 100%; float: none; width: 100%; top: 0px; left: 0px; margin: 0px auto -30px !important; position: relative !important; }[data-css=\"tve-u-162718f6447\"] { clip-path: url(\"#clip-mobile-bottom-6d4048c9836f6\"); -webkit-clip-path: url(\"#clip-mobile-bottom-6d4048c9836f6\");  }[data-css=\"tve-u-164179a84b8\"] { float: right; width: 100%; max-width: 155px; z-index: 3; position: relative; margin-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-164179bced9\"] { border-right: none; max-width: 155px; position: relative; padding-left: 0px !important; padding-right: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-16417b62c09\"] { max-width: 126px; float: none; margin-left: auto !important; margin-right: auto !important; margin-top: 20px !important; }[data-css=\"tve-u-16417b662bf\"] { max-width: 126px; float: none; margin-left: auto !important; margin-right: auto !important; margin-top: 20px !important; }[data-css=\"tve-u-16417e5bd95\"] { margin: 3px 10px 0px 0px !important; }}'),(6525,547,'tve_revision_tve_user_custom_css',''),(6526,547,'tve_revision_tve_page_events','a:0:{}'),(6527,547,'tve_revision_tve_globals','a:2:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";s:11:\"lightbox_id\";i:0;}'),(6528,547,'tve_revision_tve_global_scripts',''),(6529,547,'tve_revision_thrive_icon_pack',''),(6530,547,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(6531,547,'tve_revision_tve_has_masonry','0'),(6532,547,'tve_revision_tve_has_typefocus','');
INSERT INTO `wpbe_postmeta` VALUES (6533,547,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-162717d1bbe\" wfd-id=\"425\"><div class=\"tcb-flex-row tcb-medium-no-wrap v-2 tcb--cols--3\" data-css=\"tve-u-162717d1bbf\" wfd-id=\"426\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1695981e7bb\" wfd-id=\"452\"><div class=\"tcb-col\" data-css=\"tve-u-16959846d3d\" wfd-id=\"454\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16959822de2\" wfd-id=\"455\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"456\"><img class=\"tve_image wp-image-465\" alt=\"\" width=\"384\" height=\"62\" title=\"Blackhawk_custom_header\" data-id=\"465\" src=\"https://bestcerakoteflorida.com/wp-content/uploads/2019/01/Blackhawk_custom_header.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717d1bb9\" style=\"\" wfd-id=\"439\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717d1bb6\" wfd-id=\"441\"><div class=\"tcb-clear\" data-css=\"tve-u-164179f09a6\" wfd-id=\"442\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-164179a84b8\" wfd-id=\"443\">\n<div class=\"tve-content-box-background\" wfd-id=\"451\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"444\"><div class=\"tcb-clear\" wfd-id=\"449\"><a href=\"tel:1-954-848-1911\" target=\"_blank\" rel=\"\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-162717d1bc3\" data-float=\"1\" wfd-id=\"450\" data-link-wrap=\"1\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-phone-plus-light\" data-name=\"\">\n            <path d=\"M8 128h88v88c0 4.4 3.6 8 8 8h16c4.4 0 8-3.6 8-8v-88h88c4.4 0 8-3.6 8-8v-16c0-4.4-3.6-8-8-8h-88V8c0-4.4-3.6-8-8-8h-16c-4.4 0-8 3.6-8 8v88H8c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8zM487.8 24.1L387 .8c-14.7-3.4-29.8 4.2-35.8 18.1l-46.5 108.5c-5.5 12.7-1.8 27.7 8.9 36.5l53.9 44.1c-34 69.2-90.3 125.6-159.6 159.6l-44.1-53.9c-8.8-10.7-23.8-14.4-36.5-8.9L18.9 351.3c-13.9 6-21.5 21-18.1 35.8L24 487.9C27.3 502 39.9 512 54.5 512 306.7 512 512 307.8 512 54.5c0-14.6-10-27.2-24.2-30.4zM55.1 480l-23-99.6 107.4-46 59.5 72.8c103.6-48.6 159.7-104.9 208.1-208.1l-72.8-59.5 46-107.4 99.6 23C479.7 289.7 289.6 479.7 55.1 480z\"></path>\n        </svg></div></a></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162717d1bc5\" wfd-id=\"445\"><p data-css=\"tve-u-1641333d7d1\"><a href=\"tel:1-954-848-1911\" target=\"_blank\">954-848-1911</a></p></div></div>\n</div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717d1bb7\" style=\"\" wfd-id=\"427\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717d1bbc\" wfd-id=\"429\"><div class=\"tcb-clear\" data-css=\"tve-u-16417e56e97\" wfd-id=\"430\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16369305186\" wfd-id=\"431\">\n<div class=\"tve-content-box-background\" wfd-id=\"438\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16417e9d24e\" wfd-id=\"432\"><div class=\"tcb-clear\" wfd-id=\"436\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-16417e5bd95\" data-float=\"1\" wfd-id=\"437\"><svg class=\"tcb-icon\" viewBox=\"0 0 16 28\" data-name=\"map-pin\">\n<path d=\"M8 17c0.688 0 1.359-0.078 2-0.234v10.234c0 0.547-0.453 1-1 1h-2c-0.547 0-1-0.453-1-1v-10.234c0.641 0.156 1.312 0.234 2 0.234zM8 0c4.422 0 8 3.578 8 8s-3.578 8-8 8-8-3.578-8-8 3.578-8 8-8zM8 3.5c0.281 0 0.5-0.219 0.5-0.5s-0.219-0.5-0.5-0.5c-3.031 0-5.5 2.469-5.5 5.5 0 0.281 0.219 0.5 0.5 0.5s0.5-0.219 0.5-0.5c0-2.484 2.016-4.5 4.5-4.5z\"></path>\n</svg></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-164179bced9\" data-float=\"1\" wfd-id=\"433\"><p data-css=\"tve-u-1641333d7d1\">Your adress goes here</p></div></div>\n</div></div></div></div></div></div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-162717cb621\" data-value-type=\"percent\" wfd-id=\"382\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-162717cb620\" data-clip-id=\"c883ac5175045\" wfd-id=\"424\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-c883ac5175045\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9125, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-c883ac5175045\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9476, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-c883ac5175045\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9651, 1 1, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-162717cb609\" wfd-id=\"383\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-162717cb618\" wfd-id=\"384\"><div class=\"tcb-flex-row tcb-medium-wrap tcb-resized tcb--cols--2 v-2\" data-css=\"tve-u-162717cb617\" wfd-id=\"385\"><div class=\"tcb-flex-col\" data-css=\"tve-u-162717cb601\" style=\"\" wfd-id=\"400\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717cb60a\" wfd-id=\"402\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h1\" data-css=\"tve-u-162717cb610\" wfd-id=\"420\"><h1 data-css=\"tve-u-162717cb616\">With &nbsp;our car wash services &nbsp;your car looks like <span data-css=\"tve-u-16271ca808e\" style=\"color: rgb(0, 229, 255);\" wfd-id=\"423\">brand new</span></h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162717cb60f\" wfd-id=\"416\"><p data-css=\"tve-u-16413112747\">We provide reliable, affordable services for your vehicle. You can choose a q<span data-css=\"tve-u-16413111ba3\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"419\">u</span>ick exterior wash or a detailed clean, we have it all.</p></div><div class=\"tcb-clear\" data-css=\"tve-u-1641791ce1a\" wfd-id=\"407\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-162717cb623\" wfd-id=\"408\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-162717cb626\" data-tcb_hover_state_parent=\"1\" wfd-id=\"415\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-162717cb624\" wfd-id=\"409\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-162717cb625\" data-tcb_hover_state_parent=\"\" data-button-style=\"full_rounded\" wfd-id=\"410\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"411\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-162717cb629\" wfd-id=\"412\"><strong>Request an appointment</strong></span></span>\n</a>\n</div></div>\n</div></div><div class=\"tcb-clear\" data-css=\"tve-u-1641791de3b\" wfd-id=\"403\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-162717cb60c\" data-tcb_hover_state_parent=\"\" data-button-style=\"ghost\" wfd-id=\"404\">\n<a href=\"#\" class=\"tcb-button-link\" target=\"_blank\">\n<span class=\"tcb-button-texts\" wfd-id=\"405\"><span class=\"tcb-button-text thrv-inline-text\" wfd-id=\"406\"><strong>Call Now: 0400-700-682</strong></span></span>\n</a>\n</div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717cb600\" style=\"\" wfd-id=\"386\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717cb60b\" wfd-id=\"388\"><div class=\"tcb-clear\" data-css=\"tve-u-16417b97d3c\" wfd-id=\"389\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve_evt_manager_listen tve_et_tve-viewport tve_ea_thrive_animation tve_anim_slide_left\" data-css=\"tve-u-162717cb608\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_left&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" data-value-type=\"percent\" wfd-id=\"390\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-162717cb605\" data-clip-id=\"7920fc765722d\" wfd-id=\"399\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-7920fc765722d\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9476, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-7920fc765722d\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9476, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-7920fc765722d\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9476, 1 1, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-162717cb606\" wfd-id=\"391\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve_evt_manager_listen tve_et_tve-viewport tve_ea_thrive_animation tve_anim_slide_left\" data-css=\"tve-u-162718f6444\" data-value-type=\"percent\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_left&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" data-float=\"1\" wfd-id=\"396\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-162718f6447\" data-clip-id=\"6d4048c9836f6\" wfd-id=\"398\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-6d4048c9836f6\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9651, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-6d4048c9836f6\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9476, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-6d4048c9836f6\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"4\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9301, 1 1, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb\" data-css=\"tve-u-162718f6446\" wfd-id=\"397\"></div>\n</div><div class=\"tcb-clear\" data-css=\"tve-u-1626ca57ca6\" wfd-id=\"392\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve_evt_manager_listen tve_et_tve-viewport tve_ea_thrive_animation tve_anim_slide_left tcb-mobile-hidden\" data-css=\"tve-u-162717cb604\" data-float=\"1\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_left&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" data-value-type=\"percent\" wfd-id=\"393\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-162717cb602\" data-clip-id=\"eab511de4ba9e\" wfd-id=\"395\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-eab511de4ba9e\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9651, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-eab511de4ba9e\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9651, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-eab511de4ba9e\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9651, 1 1, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb\" data-css=\"tve-u-162717cb603\" wfd-id=\"394\"></div>\n</div></div></div>\n</div></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-162717fcf9d\" data-value-type=\"percent\" wfd-id=\"327\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-162718bd0c0\" data-clip-id=\"a3b25e1c9221a\" wfd-id=\"381\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0875\"></polygon></clipPath><clipPath id=\"clip-tablet-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"6\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.1051\"></polygon></clipPath><clipPath id=\"clip-mobile-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"1\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0175\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-162718a3b40\" wfd-id=\"328\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622a159bcb\" wfd-id=\"329\">\n<div class=\"tve-content-box-background\" wfd-id=\"380\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"330\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621a2247ba\" wfd-id=\"377\"><h2 data-css=\"tve-u-1621a2e0d5b\">our services</h2></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16229f6175c\" wfd-id=\"354\"><div class=\"tcb-flex-row tcb-medium-no-wrap tcb--cols--3 v-2\" data-css=\"tve-u-162493a03b0\" wfd-id=\"355\"><div class=\"tcb-flex-col\" wfd-id=\"370\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1624939a960\" data-tcb_hover_state_parent=\"\" wfd-id=\"372\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-162493d5f13\" data-float=\"1\" wfd-id=\"376\"><svg class=\"tcb-icon\" viewBox=\"0 0 14 28\" data-name=\"bolt\">\n<path d=\"M13.828 8.844c0.172 0.187 0.219 0.453 0.109 0.688l-8.437 18.078c-0.125 0.234-0.375 0.391-0.656 0.391-0.063 0-0.141-0.016-0.219-0.031-0.344-0.109-0.547-0.438-0.469-0.766l3.078-12.625-6.344 1.578c-0.063 0.016-0.125 0.016-0.187 0.016-0.172 0-0.359-0.063-0.484-0.172-0.187-0.156-0.25-0.391-0.203-0.609l3.141-12.891c0.078-0.297 0.359-0.5 0.688-0.5h5.125c0.391 0 0.703 0.297 0.703 0.656 0 0.094-0.031 0.187-0.078 0.281l-2.672 7.234 6.188-1.531c0.063-0.016 0.125-0.031 0.187-0.031 0.203 0 0.391 0.094 0.531 0.234z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"374\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-162494b490e\" wfd-id=\"375\"><h4 data-css=\"tve-u-16249355087\" style=\"text-align: left;\">Express exterior</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162494b7ad0\" wfd-id=\"373\"><p data-css=\"tve-u-162492e70ad\">Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"363\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162493b6b63\" data-tcb_hover_state_parent=\"\" wfd-id=\"365\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b456a\" wfd-id=\"369\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"adjust\">\n<path d=\"M12 22.5v-17c-4.688 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"367\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1af44d\" wfd-id=\"368\"><h4 data-css=\"tve-u-16249358652\" style=\"text-align: left;\">Interior clean</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"366\"><p data-css=\"tve-u-162492e70ad\">Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"356\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16249373b25\" wfd-id=\"358\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b52d3\" wfd-id=\"362\"><svg class=\"tcb-icon\" viewBox=\"0 0 26 28\" data-name=\"umbrella\">\n<path d=\"M14 12.938v9.063c0 2.172-1.828 4-4 4s-4-1.828-4-4c0-0.547 0.453-1 1-1s1 0.453 1 1c0 1.047 0.953 2 2 2s2-0.953 2-2v-9.063c0.328-0.109 0.656-0.172 1-0.172s0.672 0.063 1 0.172zM26 13.359c0 0.266-0.234 0.5-0.5 0.5-0.141 0-0.25-0.063-0.359-0.156-0.906-0.844-1.75-1.437-3.047-1.437-1.484 0-2.766 0.922-3.609 2.094-0.187 0.266-0.328 0.547-0.5 0.812-0.109 0.172-0.234 0.266-0.438 0.266-0.219 0-0.344-0.094-0.453-0.266-0.172-0.266-0.313-0.547-0.5-0.812-0.844-1.172-2.109-2.094-3.594-2.094s-2.75 0.922-3.594 2.094c-0.187 0.266-0.328 0.547-0.5 0.812-0.109 0.172-0.234 0.266-0.453 0.266-0.203 0-0.328-0.094-0.438-0.266-0.172-0.266-0.313-0.547-0.5-0.812-0.844-1.172-2.125-2.094-3.609-2.094-1.297 0-2.141 0.594-3.047 1.437-0.109 0.094-0.219 0.156-0.359 0.156-0.266 0-0.5-0.234-0.5-0.5 0-0.047 0-0.078 0.016-0.109 1.437-5.906 7.141-9.25 12.984-9.25 5.812 0 11.578 3.344 12.984 9.25 0.016 0.031 0.016 0.063 0.016 0.109zM14 2v1.531c-0.328-0.016-0.672-0.031-1-0.031s-0.672 0.016-1 0.031v-1.531c0-0.547 0.453-1 1-1s1 0.453 1 1z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"360\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b01a6\" wfd-id=\"361\"><h4 data-css=\"tve-u-1624935a201\" style=\"text-align: left;\">Wax protection</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"359\"><p data-css=\"tve-u-162492e70ad\">Etiam pharetra, erat sed fermentum feugiat, velit mauris</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16249367114\" wfd-id=\"331\"><div class=\"tcb-flex-row tcb-medium-no-wrap tcb--cols--3 v-2\" data-css=\"tve-u-16229ffbb7b\" wfd-id=\"332\"><div class=\"tcb-flex-col\" wfd-id=\"347\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229fa6a26\" wfd-id=\"349\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b33f9\" wfd-id=\"353\"><svg class=\"tcb-icon\" viewBox=\"0 0 26 28\" data-name=\"magic\">\n<path d=\"M18.594 9.078l4.578-4.578-1.672-1.672-4.578 4.578zM25.578 4.5c0 0.266-0.094 0.516-0.281 0.703l-20.094 20.094c-0.187 0.187-0.438 0.281-0.703 0.281s-0.516-0.094-0.703-0.281l-3.094-3.094c-0.187-0.187-0.281-0.438-0.281-0.703s0.094-0.516 0.281-0.703l20.094-20.094c0.187-0.187 0.438-0.281 0.703-0.281s0.516 0.094 0.703 0.281l3.094 3.094c0.187 0.187 0.281 0.438 0.281 0.703zM4.469 1.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531zM9.938 4.062l3.063 0.938-3.063 0.938-0.938 3.063-0.938-3.063-3.063-0.938 3.063-0.938 0.938-3.063zM24.469 11.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531zM14.469 1.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"351\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b0a67\" wfd-id=\"352\"><h4 data-css=\"tve-u-16248fc42a1\" style=\"text-align: left;\">Dust &amp; Dash Console</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"350\"><p data-css=\"tve-u-162492e70ad\">Duis sed odio sit amet nibh vulputate cursus a sit amet mauris.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"340\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1622f65ba70\" wfd-id=\"342\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b60b4\" wfd-id=\"346\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"certificate\">\n<path d=\"M21.5 14l2.156 2.109c0.297 0.281 0.406 0.703 0.313 1.094-0.109 0.391-0.422 0.703-0.812 0.797l-2.938 0.75 0.828 2.906c0.109 0.391 0 0.812-0.297 1.094-0.281 0.297-0.703 0.406-1.094 0.297l-2.906-0.828-0.75 2.938c-0.094 0.391-0.406 0.703-0.797 0.812-0.094 0.016-0.203 0.031-0.297 0.031-0.297 0-0.594-0.125-0.797-0.344l-2.109-2.156-2.109 2.156c-0.281 0.297-0.703 0.406-1.094 0.313-0.406-0.109-0.703-0.422-0.797-0.812l-0.75-2.938-2.906 0.828c-0.391 0.109-0.812 0-1.094-0.297-0.297-0.281-0.406-0.703-0.297-1.094l0.828-2.906-2.938-0.75c-0.391-0.094-0.703-0.406-0.812-0.797-0.094-0.391 0.016-0.812 0.313-1.094l2.156-2.109-2.156-2.109c-0.297-0.281-0.406-0.703-0.313-1.094 0.109-0.391 0.422-0.703 0.812-0.797l2.938-0.75-0.828-2.906c-0.109-0.391 0-0.812 0.297-1.094 0.281-0.297 0.703-0.406 1.094-0.297l2.906 0.828 0.75-2.938c0.094-0.391 0.406-0.703 0.797-0.797 0.391-0.109 0.812 0 1.094 0.297l2.109 2.172 2.109-2.172c0.281-0.297 0.688-0.406 1.094-0.297 0.391 0.094 0.703 0.406 0.797 0.797l0.75 2.938 2.906-0.828c0.391-0.109 0.812 0 1.094 0.297 0.297 0.281 0.406 0.703 0.297 1.094l-0.828 2.906 2.938 0.75c0.391 0.094 0.703 0.406 0.812 0.797 0.094 0.391-0.016 0.812-0.313 1.094z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"344\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b12d8\" wfd-id=\"345\"><h4 data-css=\"tve-u-1625389a3d5\" style=\"text-align: left;\">Triple Foam Polish</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"343\"><p data-css=\"tve-u-162492e70ad\">Class aptent taciti sociosqu ad litora torquent</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"333\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229fa8c68\" wfd-id=\"335\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-16271adf6cf\" wfd-id=\"339\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"bullseye\">\n<path d=\"M16 14c0 2.203-1.797 4-4 4s-4-1.797-4-4 1.797-4 4-4 4 1.797 4 4zM18 14c0-3.313-2.688-6-6-6s-6 2.688-6 6 2.688 6 6 6 6-2.688 6-6zM20 14c0 4.422-3.578 8-8 8s-8-3.578-8-8 3.578-8 8-8 8 3.578 8 8zM22 14c0-5.516-4.484-10-10-10s-10 4.484-10 10 4.484 10 10 10 10-4.484 10-10zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"337\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-16248fc71c8\" wfd-id=\"338\"><h4 data-css=\"tve-u-1625389b4ed\" style=\"text-align: left;\">Tire dressing</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"336\"><p data-css=\"tve-u-162492e70ad\">Etiam pharetra, erat sed fermentum feugiat, velit mauris</p></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621ad46076\" wfd-id=\"295\">\n<div class=\"tve-page-section-out\" wfd-id=\"326\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621b072b4e\" wfd-id=\"296\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621a8b2488\" wfd-id=\"297\"><div class=\"tcb-flex-row tcb--cols--2 v-2\" data-css=\"tve-u-1621a8a804b\" wfd-id=\"298\"><div class=\"tcb-flex-col\" wfd-id=\"308\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16271bfe70c\" wfd-id=\"310\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h3\" data-css=\"tve-u-1621a8c4313\" wfd-id=\"325\"><h3><strong>Complete cleaning services for yoâ€‹ur car</strong></h3></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-16417b70f47\" wfd-id=\"311\"><ul class=\"tcb-styled-list\" wfd-id=\"312\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621acf0289\" wfd-id=\"321\"><div class=\"tcb-styled-list-icon\" wfd-id=\"323\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a8e11f3\" wfd-id=\"324\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ace1b08\" wfd-id=\"322\">We are a small business delivering professional cleaning services for all vehicles</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621acf64fb\" wfd-id=\"317\"><div class=\"tcb-styled-list-icon\" wfd-id=\"319\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a8e5625\" wfd-id=\"320\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ace4de9\" wfd-id=\"318\">Our services are convenient for individuals and corporate fleets</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"313\"><div class=\"tcb-styled-list-icon\" wfd-id=\"315\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a9076ef\" wfd-id=\"316\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621acf47d2\" wfd-id=\"314\">We use eco-friendly products that actually clean, protect and maintain your car better than the traditional cleaning substances</span></li></ul></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"299\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621a90a46f\" wfd-id=\"301\"><div class=\"thrv_wrapper thrv-fill-counter tve_red tve_normalfc thrv_data_element\" data-css=\"tve-u-1621a983587\" wfd-id=\"302\">\n<div class=\"tve_fill_counter_n\" style=\"\" data-fill=\"100\" data-css=\"tve-u-1621a98b602\" wfd-id=\"303\">\n<svg viewBox=\"0 0 170 170\" class=\"tve_fill_counter_circle\" shape-rendering=\"optimizeSpeed\" data-css=\"tve-u-1621a9a2862\">\n<circle class=\"tve_fill_counter_circle_inner\" r=\"85\" cx=\"85\" cy=\"85\" data-css=\"tve-u-1621a9685d4\"></circle>\n</svg>\n<div class=\"tve_fill_text_in\" data-css=\"tve-u-1621a96b190\" wfd-id=\"304\">\n<div class=\"tve_fill_text_value\" data-css=\"tve-u-1621a9a2866\" wfd-id=\"306\">\n<div class=\"thrv-inline-text tve_fill_text tve_editable\" data-css=\"tve-u-1621a9a2867\" wfd-id=\"307\"><strong>100%â€‹</strong></div>\n</div>\n<div class=\"thrv-inline-text tve_editable tve_data_element_label\" data-css=\"tve-u-1621a9750ae\" wfd-id=\"305\">Clean car</div>\n</div>\n</div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621ada1e7f\" data-value-type=\"percent\" wfd-id=\"259\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621adba9ef\" data-clip-id=\"52d5a36c151aa\" wfd-id=\"294\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-52d5a36c151aa\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0875\"></polygon></clipPath><clipPath id=\"clip-tablet-top-52d5a36c151aa\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0524\"></polygon></clipPath><clipPath id=\"clip-mobile-top-52d5a36c151aa\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0349\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621ad420c4\" wfd-id=\"260\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621ade6172\" wfd-id=\"261\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2 tcb-row-reversed-mobile tcb-mobile-edit v-2\" data-css=\"tve-u-1621adea58b\" wfd-id=\"262\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621b064646\" style=\"\" wfd-id=\"288\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ae0bec7\" wfd-id=\"290\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ae4fd21\" data-value-type=\"percent\" data-float=\"1\" wfd-id=\"291\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621ae6c8da\" data-clip-id=\"aa2c3e3c70555\" wfd-id=\"293\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0349\"></polygon></clipPath><clipPath id=\"clip-tablet-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"4\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0699\"></polygon></clipPath><clipPath id=\"clip-mobile-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"4\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0699\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb\" data-css=\"tve-u-1621ae4db6e\" wfd-id=\"292\"></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621b064668\" style=\"\" wfd-id=\"263\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621f45bed3\" wfd-id=\"265\"><div class=\"tcb-clear\" data-css=\"tve-u-16224848ee5\" wfd-id=\"286\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621afceb00\" wfd-id=\"287\"><h2 data-css=\"tve-u-1621afcc0bf\">Check Out Our Special Offer!</h2></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621afda4fa\" wfd-id=\"285\"><p data-css=\"tve-u-1621afd8c98\">Donâ€™t miss the opportunity to get 50% discount on a complete cleaning just by recommending us to a friend. Bring someone you know with you and clean you car half price!</p></div><div class=\"tcb-clear\" data-css=\"tve-u-16224834cab\" wfd-id=\"266\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621fe85996\" wfd-id=\"267\"><div class=\"tcb-flex-row tcb--cols--2 tcb-resized tcb-medium-wrap tcb-desktop-wrap\" data-css=\"tve-u-1621fe78878\" wfd-id=\"268\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621fe94086\" style=\"\" wfd-id=\"276\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"278\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621b01355a\" wfd-id=\"279\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621b08fdde\" data-tcb_hover_state_parent=\"1\" wfd-id=\"284\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16223f02c16\" wfd-id=\"280\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-1620af7eb3f\" data-tcb_hover_state_parent=\"\" data-button-style=\"full_rounded\" wfd-id=\"281\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"282\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-16228c75500\" wfd-id=\"283\"><strong>Request an appointment</strong></span></span>\n</a>\n</div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621fe940b9\" style=\"\" wfd-id=\"269\"><div class=\"tcb-col\" wfd-id=\"271\"><div class=\"tcb-clear\" data-css=\"tve-u-16224716d62\" wfd-id=\"272\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-1621b028939\" data-tcb_hover_state_parent=\"\" data-button-style=\"ghost\" wfd-id=\"273\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"274\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-16228c764b2\" wfd-id=\"275\"><strong>Call Now: 0400-700-682</strong></span></span>\n</a>\n</div></div></div></div></div></div></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16260ba2fa4\" wfd-id=\"166\">\n<div class=\"tve-page-section-out\" wfd-id=\"258\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16260be7104\" wfd-id=\"167\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621b0e4fb7\" wfd-id=\"257\"><h2 data-css=\"tve-u-1621b10fccf\" style=\"text-align: center;\">our happy clients</h2></div><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641367127b\" data-float=\"1\" wfd-id=\"256\"><svg class=\"tcb-icon\" viewBox=\"0 0 30 32\" data-name=\"quote-left\">\n<path d=\"M13.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429zM29.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641367e553\" wfd-id=\"255\"><svg class=\"tcb-icon\" viewBox=\"0 0 30 32\" data-name=\"quote-left\">\n<path d=\"M13.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429zM29.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a10d3b4\" wfd-id=\"226\">\n<div class=\"tve-content-box-background\" wfd-id=\"254\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"227\"><div class=\"tcb-clear\" data-css=\"tve-u-1621b300a64\" wfd-id=\"252\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-1621f154231\" wfd-id=\"253\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621b200375\" wfd-id=\"230\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-16260d8392c\" wfd-id=\"231\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"236\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"238\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16417b62c09\" wfd-id=\"239\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-16260d8396c\" wfd-id=\"240\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16260d01208\" style=\"\" wfd-id=\"246\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"248\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"249\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16225617da3\" wfd-id=\"251\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"250\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16260d0120e\" style=\"\" wfd-id=\"241\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"243\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"245\"><h5>Brett Graham, 28</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"244\"><h6 class=\"\">Architect</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"232\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"234\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"235\"><p data-css=\"tve-u-162539c17ec\">Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit. Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit.&nbsp;</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-16260c5ff0c\" wfd-id=\"228\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260c5ff07\" wfd-id=\"229\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a12f675\" wfd-id=\"197\">\n<div class=\"tve-content-box-background\" wfd-id=\"225\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"198\"><div class=\"tcb-clear\" data-css=\"tve-u-16260cd7683\" wfd-id=\"223\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260d73672\" wfd-id=\"224\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16260da3aa7\" wfd-id=\"201\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-1621fb68b97\" wfd-id=\"202\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"207\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"209\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16417b662bf\" wfd-id=\"210\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-1621fb65556\" wfd-id=\"211\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16229915e1a\" style=\"\" wfd-id=\"217\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"219\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"220\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16260c433e9\" wfd-id=\"222\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"221\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16229915e4e\" style=\"\" wfd-id=\"212\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"214\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"216\"><h5>Rosie Hanson, 24</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"215\"><h6 class=\"\">Real estate Associate</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"203\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"205\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"206\"><p data-css=\"tve-u-162539c17ec\">Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo.</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-16260d3b97e\" wfd-id=\"199\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260d39b83\" wfd-id=\"200\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a146aef\" wfd-id=\"168\">\n<div class=\"tve-content-box-background\" wfd-id=\"196\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"169\"><div class=\"tcb-clear\" data-css=\"tve-u-16260cd7683\" wfd-id=\"194\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260cd622f\" wfd-id=\"195\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16260c39a7e\" wfd-id=\"172\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-16260d3f4aa\" wfd-id=\"173\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"178\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"180\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621fbacc60\" wfd-id=\"181\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-16260d3f4af\" wfd-id=\"182\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16229915e1a\" style=\"\" wfd-id=\"188\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"190\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"191\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16260d5e4b8\" wfd-id=\"193\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"192\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16229915e4e\" style=\"\" wfd-id=\"183\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"185\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"187\"><h5>Shawn Mattews, 35</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"186\"><h6 class=\"\">project manager</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"174\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"176\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"177\"><p data-css=\"tve-u-162539c17ec\">Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo. Nullam ac urna eu felis.Sed non neque elit. Sed ut imperdiet nisi. Proin condimentum</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1621b30ca74\" wfd-id=\"170\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-1621f15b521\" wfd-id=\"171\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621b3c8c52\" wfd-id=\"62\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621b3cfc7b\" wfd-id=\"165\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621b3c74d9\" wfd-id=\"63\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621e7b695a\" wfd-id=\"164\"><h2 data-css=\"tve-u-1621e7a7350\" style=\"text-align: center;\">our offers</h2></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621e7c899a\" wfd-id=\"64\"><div class=\"tcb-flex-row tcb--cols--3 tcb-medium-wrap v-2\" data-css=\"tve-u-1621e7c7aa1\" wfd-id=\"65\"><div class=\"tcb-flex-col\" wfd-id=\"128\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16223fc9f23\" wfd-id=\"130\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e7ceab3\" style=\"\" wfd-id=\"131\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16416e4fafd\" wfd-id=\"163\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e7d5094\" wfd-id=\"132\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e7e9950\" data-value-type=\"percent\" style=\"\" wfd-id=\"159\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e7edfd9\" data-clip-id=\"10ffac3b28f1d\" wfd-id=\"162\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-10ffac3b28f1d\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-10ffac3b28f1d\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e7e6c1d\" wfd-id=\"160\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-16417b4cb9e\" wfd-id=\"161\"><h4 data-css=\"tve-u-1621fe1a1af\" style=\"text-align: center;\"><strong>Basic Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ec6c39b\" data-float=\"1\" wfd-id=\"155\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e81f424\" wfd-id=\"158\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec752da\" wfd-id=\"156\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"157\"><h4 data-css=\"tve-u-1621fe1bd18\" style=\"text-align: center;\"><strong>15$</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621ea50702\" wfd-id=\"133\"><ul class=\"tcb-styled-list\" wfd-id=\"134\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec3a5c0\" wfd-id=\"151\"><div class=\"tcb-styled-list-icon\" wfd-id=\"153\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec204df\" wfd-id=\"154\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec241aa\" wfd-id=\"152\">Interior vacuum</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"147\"><div class=\"tcb-styled-list-icon\" wfd-id=\"149\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec20f68\" wfd-id=\"150\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec2704c\" wfd-id=\"148\">Dust &amp;dash console</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec42aa7\" wfd-id=\"143\"><div class=\"tcb-styled-list-icon\" wfd-id=\"145\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec21a31\" wfd-id=\"146\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec298ab\" wfd-id=\"144\">Hand towel dry</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec43fe2\" wfd-id=\"139\"><div class=\"tcb-styled-list-icon\" wfd-id=\"141\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ea1fba7\" wfd-id=\"142\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea23322\" wfd-id=\"140\">Clean windows</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec454d9\" wfd-id=\"135\"><div class=\"tcb-styled-list-icon\" wfd-id=\"137\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ea295c0\" wfd-id=\"138\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea2c69a\" wfd-id=\"136\">Soft cloth wash</span></li></ul></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"97\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"99\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621eb81205\" style=\"\" wfd-id=\"100\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16416e603ab\" wfd-id=\"127\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621eb7ccb0\" wfd-id=\"101\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ebbbb6d\" data-value-type=\"percent\" wfd-id=\"123\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eaaedd8\" data-clip-id=\"a2b9cf3198d6f\" wfd-id=\"126\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-a2b9cf3198d6f\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-a2b9cf3198d6f\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec7f21a\" wfd-id=\"124\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e930bd7\" wfd-id=\"125\"><h4 data-css=\"tve-u-1621e92e97f\" style=\"text-align: center;\"><strong>Ultimate Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ec78d2c\" data-float=\"1\" wfd-id=\"119\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eab272c\" wfd-id=\"122\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec79a7d\" wfd-id=\"120\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"121\"><h4 data-css=\"tve-u-1621e942b65\" style=\"text-align: center;\"><strong>22 $</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621ebfa746\" wfd-id=\"116\"><p data-css=\"tve-u-1621f4ceaf6\" style=\"text-align: center;\">Includes basic service <span data-css=\"tve-u-1621f4ceaf7\" style=\"color: rgb(15, 29, 123);\" wfd-id=\"117\"><strong class=\"\"><span data-css=\"tve-u-1621f4ceafb\" wfd-id=\"118\">+</span></strong></span></p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621ebf340c\" wfd-id=\"102\"><ul class=\"tcb-styled-list\" wfd-id=\"103\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-164137a0b1f\" wfd-id=\"112\"><div class=\"tcb-styled-list-icon\" wfd-id=\"114\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec0c5bd\" wfd-id=\"115\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ebfe4ce\" wfd-id=\"113\">Triple foam conditiner</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec04541\" wfd-id=\"108\"><div class=\"tcb-styled-list-icon\" wfd-id=\"110\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec09a3c\" wfd-id=\"111\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ebff867\" wfd-id=\"109\">Tire dressing</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec05cc3\" wfd-id=\"104\"><div class=\"tcb-styled-list-icon\" wfd-id=\"106\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec15f6e\" wfd-id=\"107\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec009a8\" wfd-id=\"105\">Air freshner</span></li></ul></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"66\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16223dad661\" wfd-id=\"68\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621fd9c946\" style=\"\" wfd-id=\"69\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e7d234c\" wfd-id=\"96\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621fd84d7b\" wfd-id=\"70\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16223b080b0\" data-value-type=\"percent\" wfd-id=\"92\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eb3eb9f\" data-clip-id=\"ac98bb0e54b3b\" wfd-id=\"95\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621fd8766c\" wfd-id=\"93\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e930bd7\" wfd-id=\"94\"><h4 data-css=\"tve-u-1621fe1587d\" style=\"text-align: center;\"><strong>Supreme Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e8107f3\" wfd-id=\"88\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eb43d8d\" wfd-id=\"91\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e819c52\" wfd-id=\"89\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"90\"><h4 data-css=\"tve-u-1621fe1725e\" style=\"text-align: center;\"><strong>30 $</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621eb037bb\" wfd-id=\"85\"><p data-css=\"tve-u-1621f4d0451\" style=\"text-align: center;\">Includes ultimate service <span data-css=\"tve-u-1621eaff572\" style=\"color: rgb(15, 29, 123);\" wfd-id=\"86\"><strong class=\"\"><span data-css=\"tve-u-1621eb01b60\" wfd-id=\"87\">+</span></strong></span></p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621eacf6af\" wfd-id=\"71\"><ul class=\"tcb-styled-list\" wfd-id=\"72\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec36a4d\" wfd-id=\"81\"><div class=\"tcb-styled-list-icon\" wfd-id=\"83\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e9993aa\" wfd-id=\"84\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea1a5d7\" wfd-id=\"82\">Exterior trim dressing</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"77\"><div class=\"tcb-styled-list-icon\" wfd-id=\"79\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e99b1db\" wfd-id=\"80\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea19a06\" wfd-id=\"78\">Hand applied spray wax</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec37ea5\" wfd-id=\"73\"><div class=\"tcb-styled-list-icon\" wfd-id=\"75\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e99c314\" wfd-id=\"76\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea18c5d\" wfd-id=\"74\">Interior conditioner</span></li></ul></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621efddaaf\" wfd-id=\"41\">\n<div class=\"tve-page-section-out\" wfd-id=\"61\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621edf8048\" wfd-id=\"42\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621f114214\" wfd-id=\"43\"><div class=\"tcb-flex-row tcb-resized tcb-mobile-edit tcb--cols--2\" data-css=\"tve-u-1621ee03000\" wfd-id=\"44\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621ee4be21\" style=\"\" wfd-id=\"49\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ee093d4\" wfd-id=\"51\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ee3afec\" wfd-id=\"55\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621ee58e74\" wfd-id=\"60\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ee37f4a\" wfd-id=\"56\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1621ee74a24\" wfd-id=\"59\"><svg class=\"tcb-icon\" viewBox=\"0 0 16 28\" data-name=\"map-marker\">\n<path d=\"M12 10c0-2.203-1.797-4-4-4s-4 1.797-4 4 1.797 4 4 4 4-1.797 4-4zM16 10c0 0.953-0.109 1.937-0.516 2.797l-5.688 12.094c-0.328 0.688-1.047 1.109-1.797 1.109s-1.469-0.422-1.781-1.109l-5.703-12.094c-0.406-0.859-0.516-1.844-0.516-2.797 0-4.422 3.578-8 8-8s8 3.578 8 8z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621ee63e1c\" wfd-id=\"58\"><h2 data-css=\"tve-u-1621fdcb4ea\" style=\"text-align: center;\">contact us</h2></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16422a1ce91\" wfd-id=\"57\"><p data-css=\"tve-u-16422a1ce94\" style=\"text-align: left;\">Your adress goes here</p><p data-css=\"tve-u-16422a1ce93\" style=\"text-align: left;\">Phone: 0400 - 700 - 682</p><p data-css=\"tve-u-16422a1ce92\" style=\"text-align: left;\">Email: our_office@gmail.com</p></div></div>\n</div><div class=\"tcb-clear\" data-css=\"tve-u-16417c828be\" wfd-id=\"52\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_slide_left\" data-css=\"tve-u-1621ef118dc\" style=\"\" wfd-id=\"53\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"54\"><img class=\"tve_image tve_evt_manager_listen tve_et_tve-viewport wp-image-21388\" alt=\"\" width=\"567\" height=\"384\" title=\"Car wash img footer\" data-id=\"21388\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-img-footer.png\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_left&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" style=\"width: 100%;\"></span></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621ee4be73\" style=\"\" wfd-id=\"45\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ee22c43\" wfd-id=\"47\"><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-1621ee18a1c\" wfd-id=\"48\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=New York&amp;t=m&amp;z=5&amp;output=embed&amp;iwloc=near\"></iframe>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621f0aa8f7\" wfd-id=\"28\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621f0ada0e\" wfd-id=\"40\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621f0b0088\" wfd-id=\"29\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621f0d2c1a\" wfd-id=\"30\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-1621f0cbe40\" wfd-id=\"31\"><div class=\"tcb-flex-col\" wfd-id=\"36\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"38\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621f0da775\" wfd-id=\"39\"><p data-css=\"tve-u-1622444fb11\">Â© 2018, Your company name . All rights reserved.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"32\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"34\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16223fe5f5b\" wfd-id=\"35\"><p data-css=\"tve-u-1621f0d874c\" style=\"text-align: right;\">Made with <a href=\"https://thrivethemes.com/\" target=\"_blank\">Thrive Architect</a></p></div></div></div></div></div></div>\n</div>\n'),(6534,547,'tve_revision_tve_has_wistia_popover',''),(6535,548,'tve_revision_tve_landing_page','tcb2-thrivebiz-car-wash'),(6536,548,'tve_revision_tve_landing_set',''),(6537,548,'tve_revision_tve_disable_theme_dependency','1'),(6538,548,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-162717d1bbe\" wfd-id=\"425\"><div class=\"tcb-flex-row tcb-medium-no-wrap v-2 tcb--cols--3\" data-css=\"tve-u-162717d1bbf\" wfd-id=\"426\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1695981e7bb\" wfd-id=\"452\"><div class=\"tcb-col\" data-css=\"tve-u-16959846d3d\" wfd-id=\"454\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16959822de2\" wfd-id=\"455\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"456\"><img class=\"tve_image wp-image-465\" alt=\"\" width=\"384\" height=\"62\" title=\"Blackhawk_custom_header\" data-id=\"465\" src=\"https://bestcerakoteflorida.com/wp-content/uploads/2019/01/Blackhawk_custom_header.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717d1bb9\" style=\"\" wfd-id=\"439\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717d1bb6\" wfd-id=\"441\"><div class=\"tcb-clear\" data-css=\"tve-u-164179f09a6\" wfd-id=\"442\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-164179a84b8\" wfd-id=\"443\">\n<div class=\"tve-content-box-background\" wfd-id=\"451\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"444\"><div class=\"tcb-clear\" wfd-id=\"449\"><a href=\"tel:1-954-848-1911\" target=\"_blank\" rel=\"\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-162717d1bc3\" data-float=\"1\" wfd-id=\"450\" data-link-wrap=\"1\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-phone-plus-light\" data-name=\"\">\n            <path d=\"M8 128h88v88c0 4.4 3.6 8 8 8h16c4.4 0 8-3.6 8-8v-88h88c4.4 0 8-3.6 8-8v-16c0-4.4-3.6-8-8-8h-88V8c0-4.4-3.6-8-8-8h-16c-4.4 0-8 3.6-8 8v88H8c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8zM487.8 24.1L387 .8c-14.7-3.4-29.8 4.2-35.8 18.1l-46.5 108.5c-5.5 12.7-1.8 27.7 8.9 36.5l53.9 44.1c-34 69.2-90.3 125.6-159.6 159.6l-44.1-53.9c-8.8-10.7-23.8-14.4-36.5-8.9L18.9 351.3c-13.9 6-21.5 21-18.1 35.8L24 487.9C27.3 502 39.9 512 54.5 512 306.7 512 512 307.8 512 54.5c0-14.6-10-27.2-24.2-30.4zM55.1 480l-23-99.6 107.4-46 59.5 72.8c103.6-48.6 159.7-104.9 208.1-208.1l-72.8-59.5 46-107.4 99.6 23C479.7 289.7 289.6 479.7 55.1 480z\"></path>\n        </svg></div></a></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162717d1bc5\" wfd-id=\"445\"><p data-css=\"tve-u-1641333d7d1\"><a href=\"tel:1-954-848-1911\" target=\"_blank\">954-848-1911</a></p></div></div>\n</div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717d1bb7\" style=\"\" wfd-id=\"427\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717d1bbc\" wfd-id=\"429\"><div class=\"tcb-clear\" data-css=\"tve-u-16417e56e97\" wfd-id=\"430\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16369305186\" wfd-id=\"431\">\n<div class=\"tve-content-box-background\" wfd-id=\"438\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16417e9d24e\" wfd-id=\"432\"><div class=\"tcb-clear\" wfd-id=\"436\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-16417e5bd95\" data-float=\"1\" wfd-id=\"437\"><svg class=\"tcb-icon\" viewBox=\"0 0 16 28\" data-name=\"map-pin\">\n<path d=\"M8 17c0.688 0 1.359-0.078 2-0.234v10.234c0 0.547-0.453 1-1 1h-2c-0.547 0-1-0.453-1-1v-10.234c0.641 0.156 1.312 0.234 2 0.234zM8 0c4.422 0 8 3.578 8 8s-3.578 8-8 8-8-3.578-8-8 3.578-8 8-8zM8 3.5c0.281 0 0.5-0.219 0.5-0.5s-0.219-0.5-0.5-0.5c-3.031 0-5.5 2.469-5.5 5.5 0 0.281 0.219 0.5 0.5 0.5s0.5-0.219 0.5-0.5c0-2.484 2.016-4.5 4.5-4.5z\"></path>\n</svg></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-164179bced9\" data-float=\"1\" wfd-id=\"433\"><p data-css=\"tve-u-1641333d7d1\">Your adress goes here</p></div></div>\n</div></div></div></div></div></div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-162717cb621\" data-value-type=\"percent\" wfd-id=\"382\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-162717cb620\" data-clip-id=\"c883ac5175045\" wfd-id=\"424\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-c883ac5175045\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9125, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-c883ac5175045\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9476, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-c883ac5175045\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9651, 1 1, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-162717cb609\" wfd-id=\"383\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-162717cb618\" wfd-id=\"384\"><div class=\"tcb-flex-row tcb-medium-wrap tcb-resized tcb--cols--2 v-2\" data-css=\"tve-u-162717cb617\" wfd-id=\"385\"><div class=\"tcb-flex-col\" data-css=\"tve-u-162717cb601\" style=\"\" wfd-id=\"400\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717cb60a\" wfd-id=\"402\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h1\" data-css=\"tve-u-162717cb610\" wfd-id=\"420\"><h1 data-css=\"tve-u-162717cb616\">With &nbsp;our car wash services &nbsp;your car looks like <span data-css=\"tve-u-16271ca808e\" style=\"color: rgb(0, 229, 255);\" wfd-id=\"423\">brand new</span></h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162717cb60f\" wfd-id=\"416\"><p data-css=\"tve-u-16413112747\">We provide reliable, affordable services for your vehicle. You can choose a q<span data-css=\"tve-u-16413111ba3\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"419\">u</span>ick exterior wash or a detailed clean, we have it all.</p></div><div class=\"tcb-clear\" data-css=\"tve-u-1641791ce1a\" wfd-id=\"407\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-162717cb623\" wfd-id=\"408\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-162717cb626\" data-tcb_hover_state_parent=\"1\" wfd-id=\"415\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-162717cb624\" wfd-id=\"409\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-162717cb625\" data-tcb_hover_state_parent=\"\" data-button-style=\"full_rounded\" wfd-id=\"410\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"411\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-162717cb629\" wfd-id=\"412\"><strong>Request an appointment</strong></span></span>\n</a>\n</div></div>\n</div></div><div class=\"tcb-clear\" data-css=\"tve-u-1641791de3b\" wfd-id=\"403\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-162717cb60c\" data-tcb_hover_state_parent=\"\" data-button-style=\"ghost\" wfd-id=\"404\">\n<a href=\"#\" class=\"tcb-button-link\" target=\"_blank\">\n<span class=\"tcb-button-texts\" wfd-id=\"405\"><span class=\"tcb-button-text thrv-inline-text\" wfd-id=\"406\"><strong>Call Now: 0400-700-682</strong></span></span>\n</a>\n</div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717cb600\" style=\"\" wfd-id=\"386\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717cb60b\" wfd-id=\"388\"><div class=\"tcb-clear\" data-css=\"tve-u-16417b97d3c\" wfd-id=\"389\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve_evt_manager_listen tve_et_tve-viewport tve_ea_thrive_animation tve_anim_slide_left\" data-css=\"tve-u-162717cb608\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_left&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" data-value-type=\"percent\" wfd-id=\"390\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-162717cb605\" data-clip-id=\"7920fc765722d\" wfd-id=\"399\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-7920fc765722d\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9476, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-7920fc765722d\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9476, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-7920fc765722d\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9476, 1 1, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-162717cb606\" wfd-id=\"391\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve_evt_manager_listen tve_et_tve-viewport tve_ea_thrive_animation tve_anim_slide_left\" data-css=\"tve-u-162718f6444\" data-value-type=\"percent\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_left&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" data-float=\"1\" wfd-id=\"396\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-162718f6447\" data-clip-id=\"6d4048c9836f6\" wfd-id=\"398\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-6d4048c9836f6\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9651, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-6d4048c9836f6\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9476, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-6d4048c9836f6\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"4\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9301, 1 1, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb\" data-css=\"tve-u-162718f6446\" wfd-id=\"397\"></div>\n</div><div class=\"tcb-clear\" data-css=\"tve-u-1626ca57ca6\" wfd-id=\"392\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve_evt_manager_listen tve_et_tve-viewport tve_ea_thrive_animation tve_anim_slide_left tcb-mobile-hidden\" data-css=\"tve-u-162717cb604\" data-float=\"1\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_left&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" data-value-type=\"percent\" wfd-id=\"393\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-162717cb602\" data-clip-id=\"eab511de4ba9e\" wfd-id=\"395\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-eab511de4ba9e\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9651, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-eab511de4ba9e\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9651, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-eab511de4ba9e\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9651, 1 1, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb\" data-css=\"tve-u-162717cb603\" wfd-id=\"394\"></div>\n</div></div></div>\n</div></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-162717fcf9d\" data-value-type=\"percent\" wfd-id=\"327\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-162718bd0c0\" data-clip-id=\"a3b25e1c9221a\" wfd-id=\"381\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0875\"></polygon></clipPath><clipPath id=\"clip-tablet-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"6\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.1051\"></polygon></clipPath><clipPath id=\"clip-mobile-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"1\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0175\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-162718a3b40\" wfd-id=\"328\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622a159bcb\" wfd-id=\"329\">\n<div class=\"tve-content-box-background\" wfd-id=\"380\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"330\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621a2247ba\" wfd-id=\"377\"><h2 data-css=\"tve-u-1621a2e0d5b\">our services</h2></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16229f6175c\" wfd-id=\"354\"><div class=\"tcb-flex-row tcb-medium-no-wrap tcb--cols--3 v-2\" data-css=\"tve-u-162493a03b0\" wfd-id=\"355\"><div class=\"tcb-flex-col\" wfd-id=\"370\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1624939a960\" data-tcb_hover_state_parent=\"\" wfd-id=\"372\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-162493d5f13\" data-float=\"1\" wfd-id=\"376\"><svg class=\"tcb-icon\" viewBox=\"0 0 14 28\" data-name=\"bolt\">\n<path d=\"M13.828 8.844c0.172 0.187 0.219 0.453 0.109 0.688l-8.437 18.078c-0.125 0.234-0.375 0.391-0.656 0.391-0.063 0-0.141-0.016-0.219-0.031-0.344-0.109-0.547-0.438-0.469-0.766l3.078-12.625-6.344 1.578c-0.063 0.016-0.125 0.016-0.187 0.016-0.172 0-0.359-0.063-0.484-0.172-0.187-0.156-0.25-0.391-0.203-0.609l3.141-12.891c0.078-0.297 0.359-0.5 0.688-0.5h5.125c0.391 0 0.703 0.297 0.703 0.656 0 0.094-0.031 0.187-0.078 0.281l-2.672 7.234 6.188-1.531c0.063-0.016 0.125-0.031 0.187-0.031 0.203 0 0.391 0.094 0.531 0.234z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"374\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-162494b490e\" wfd-id=\"375\"><h4 data-css=\"tve-u-16249355087\" style=\"text-align: left;\">Express exterior</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162494b7ad0\" wfd-id=\"373\"><p data-css=\"tve-u-162492e70ad\">Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"363\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162493b6b63\" data-tcb_hover_state_parent=\"\" wfd-id=\"365\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b456a\" wfd-id=\"369\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"adjust\">\n<path d=\"M12 22.5v-17c-4.688 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"367\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1af44d\" wfd-id=\"368\"><h4 data-css=\"tve-u-16249358652\" style=\"text-align: left;\">Interior clean</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"366\"><p data-css=\"tve-u-162492e70ad\">Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"356\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16249373b25\" wfd-id=\"358\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b52d3\" wfd-id=\"362\"><svg class=\"tcb-icon\" viewBox=\"0 0 26 28\" data-name=\"umbrella\">\n<path d=\"M14 12.938v9.063c0 2.172-1.828 4-4 4s-4-1.828-4-4c0-0.547 0.453-1 1-1s1 0.453 1 1c0 1.047 0.953 2 2 2s2-0.953 2-2v-9.063c0.328-0.109 0.656-0.172 1-0.172s0.672 0.063 1 0.172zM26 13.359c0 0.266-0.234 0.5-0.5 0.5-0.141 0-0.25-0.063-0.359-0.156-0.906-0.844-1.75-1.437-3.047-1.437-1.484 0-2.766 0.922-3.609 2.094-0.187 0.266-0.328 0.547-0.5 0.812-0.109 0.172-0.234 0.266-0.438 0.266-0.219 0-0.344-0.094-0.453-0.266-0.172-0.266-0.313-0.547-0.5-0.812-0.844-1.172-2.109-2.094-3.594-2.094s-2.75 0.922-3.594 2.094c-0.187 0.266-0.328 0.547-0.5 0.812-0.109 0.172-0.234 0.266-0.453 0.266-0.203 0-0.328-0.094-0.438-0.266-0.172-0.266-0.313-0.547-0.5-0.812-0.844-1.172-2.125-2.094-3.609-2.094-1.297 0-2.141 0.594-3.047 1.437-0.109 0.094-0.219 0.156-0.359 0.156-0.266 0-0.5-0.234-0.5-0.5 0-0.047 0-0.078 0.016-0.109 1.437-5.906 7.141-9.25 12.984-9.25 5.812 0 11.578 3.344 12.984 9.25 0.016 0.031 0.016 0.063 0.016 0.109zM14 2v1.531c-0.328-0.016-0.672-0.031-1-0.031s-0.672 0.016-1 0.031v-1.531c0-0.547 0.453-1 1-1s1 0.453 1 1z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"360\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b01a6\" wfd-id=\"361\"><h4 data-css=\"tve-u-1624935a201\" style=\"text-align: left;\">Wax protection</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"359\"><p data-css=\"tve-u-162492e70ad\">Etiam pharetra, erat sed fermentum feugiat, velit mauris</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16249367114\" wfd-id=\"331\"><div class=\"tcb-flex-row tcb-medium-no-wrap tcb--cols--3 v-2\" data-css=\"tve-u-16229ffbb7b\" wfd-id=\"332\"><div class=\"tcb-flex-col\" wfd-id=\"347\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229fa6a26\" wfd-id=\"349\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b33f9\" wfd-id=\"353\"><svg class=\"tcb-icon\" viewBox=\"0 0 26 28\" data-name=\"magic\">\n<path d=\"M18.594 9.078l4.578-4.578-1.672-1.672-4.578 4.578zM25.578 4.5c0 0.266-0.094 0.516-0.281 0.703l-20.094 20.094c-0.187 0.187-0.438 0.281-0.703 0.281s-0.516-0.094-0.703-0.281l-3.094-3.094c-0.187-0.187-0.281-0.438-0.281-0.703s0.094-0.516 0.281-0.703l20.094-20.094c0.187-0.187 0.438-0.281 0.703-0.281s0.516 0.094 0.703 0.281l3.094 3.094c0.187 0.187 0.281 0.438 0.281 0.703zM4.469 1.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531zM9.938 4.062l3.063 0.938-3.063 0.938-0.938 3.063-0.938-3.063-3.063-0.938 3.063-0.938 0.938-3.063zM24.469 11.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531zM14.469 1.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"351\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b0a67\" wfd-id=\"352\"><h4 data-css=\"tve-u-16248fc42a1\" style=\"text-align: left;\">Dust &amp; Dash Console</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"350\"><p data-css=\"tve-u-162492e70ad\">Duis sed odio sit amet nibh vulputate cursus a sit amet mauris.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"340\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1622f65ba70\" wfd-id=\"342\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b60b4\" wfd-id=\"346\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"certificate\">\n<path d=\"M21.5 14l2.156 2.109c0.297 0.281 0.406 0.703 0.313 1.094-0.109 0.391-0.422 0.703-0.812 0.797l-2.938 0.75 0.828 2.906c0.109 0.391 0 0.812-0.297 1.094-0.281 0.297-0.703 0.406-1.094 0.297l-2.906-0.828-0.75 2.938c-0.094 0.391-0.406 0.703-0.797 0.812-0.094 0.016-0.203 0.031-0.297 0.031-0.297 0-0.594-0.125-0.797-0.344l-2.109-2.156-2.109 2.156c-0.281 0.297-0.703 0.406-1.094 0.313-0.406-0.109-0.703-0.422-0.797-0.812l-0.75-2.938-2.906 0.828c-0.391 0.109-0.812 0-1.094-0.297-0.297-0.281-0.406-0.703-0.297-1.094l0.828-2.906-2.938-0.75c-0.391-0.094-0.703-0.406-0.812-0.797-0.094-0.391 0.016-0.812 0.313-1.094l2.156-2.109-2.156-2.109c-0.297-0.281-0.406-0.703-0.313-1.094 0.109-0.391 0.422-0.703 0.812-0.797l2.938-0.75-0.828-2.906c-0.109-0.391 0-0.812 0.297-1.094 0.281-0.297 0.703-0.406 1.094-0.297l2.906 0.828 0.75-2.938c0.094-0.391 0.406-0.703 0.797-0.797 0.391-0.109 0.812 0 1.094 0.297l2.109 2.172 2.109-2.172c0.281-0.297 0.688-0.406 1.094-0.297 0.391 0.094 0.703 0.406 0.797 0.797l0.75 2.938 2.906-0.828c0.391-0.109 0.812 0 1.094 0.297 0.297 0.281 0.406 0.703 0.297 1.094l-0.828 2.906 2.938 0.75c0.391 0.094 0.703 0.406 0.812 0.797 0.094 0.391-0.016 0.812-0.313 1.094z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"344\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b12d8\" wfd-id=\"345\"><h4 data-css=\"tve-u-1625389a3d5\" style=\"text-align: left;\">Triple Foam Polish</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"343\"><p data-css=\"tve-u-162492e70ad\">Class aptent taciti sociosqu ad litora torquent</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"333\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229fa8c68\" wfd-id=\"335\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-16271adf6cf\" wfd-id=\"339\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"bullseye\">\n<path d=\"M16 14c0 2.203-1.797 4-4 4s-4-1.797-4-4 1.797-4 4-4 4 1.797 4 4zM18 14c0-3.313-2.688-6-6-6s-6 2.688-6 6 2.688 6 6 6 6-2.688 6-6zM20 14c0 4.422-3.578 8-8 8s-8-3.578-8-8 3.578-8 8-8 8 3.578 8 8zM22 14c0-5.516-4.484-10-10-10s-10 4.484-10 10 4.484 10 10 10 10-4.484 10-10zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"337\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-16248fc71c8\" wfd-id=\"338\"><h4 data-css=\"tve-u-1625389b4ed\" style=\"text-align: left;\">Tire dressing</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"336\"><p data-css=\"tve-u-162492e70ad\">Etiam pharetra, erat sed fermentum feugiat, velit mauris</p></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621ad46076\" wfd-id=\"295\">\n<div class=\"tve-page-section-out\" wfd-id=\"326\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621b072b4e\" wfd-id=\"296\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621a8b2488\" wfd-id=\"297\"><div class=\"tcb-flex-row tcb--cols--2 v-2\" data-css=\"tve-u-1621a8a804b\" wfd-id=\"298\"><div class=\"tcb-flex-col\" wfd-id=\"308\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16271bfe70c\" wfd-id=\"310\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h3\" data-css=\"tve-u-1621a8c4313\" wfd-id=\"325\"><h3><strong>Complete cleaning services for yoâ€‹ur car</strong></h3></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-16417b70f47\" wfd-id=\"311\"><ul class=\"tcb-styled-list\" wfd-id=\"312\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621acf0289\" wfd-id=\"321\"><div class=\"tcb-styled-list-icon\" wfd-id=\"323\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a8e11f3\" wfd-id=\"324\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ace1b08\" wfd-id=\"322\">We are a small business delivering professional cleaning services for all vehicles</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621acf64fb\" wfd-id=\"317\"><div class=\"tcb-styled-list-icon\" wfd-id=\"319\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a8e5625\" wfd-id=\"320\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ace4de9\" wfd-id=\"318\">Our services are convenient for individuals and corporate fleets</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"313\"><div class=\"tcb-styled-list-icon\" wfd-id=\"315\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a9076ef\" wfd-id=\"316\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621acf47d2\" wfd-id=\"314\">We use eco-friendly products that actually clean, protect and maintain your car better than the traditional cleaning substances</span></li></ul></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"299\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621a90a46f\" wfd-id=\"301\"><div class=\"thrv_wrapper thrv-fill-counter tve_red tve_normalfc thrv_data_element\" data-css=\"tve-u-1621a983587\" wfd-id=\"302\">\n<div class=\"tve_fill_counter_n\" style=\"\" data-fill=\"100\" data-css=\"tve-u-1621a98b602\" wfd-id=\"303\">\n<svg viewBox=\"0 0 170 170\" class=\"tve_fill_counter_circle\" shape-rendering=\"optimizeSpeed\" data-css=\"tve-u-1621a9a2862\">\n<circle class=\"tve_fill_counter_circle_inner\" r=\"85\" cx=\"85\" cy=\"85\" data-css=\"tve-u-1621a9685d4\"></circle>\n</svg>\n<div class=\"tve_fill_text_in\" data-css=\"tve-u-1621a96b190\" wfd-id=\"304\">\n<div class=\"tve_fill_text_value\" data-css=\"tve-u-1621a9a2866\" wfd-id=\"306\">\n<div class=\"thrv-inline-text tve_fill_text tve_editable\" data-css=\"tve-u-1621a9a2867\" wfd-id=\"307\"><strong>100%â€‹</strong></div>\n</div>\n<div class=\"thrv-inline-text tve_editable tve_data_element_label\" data-css=\"tve-u-1621a9750ae\" wfd-id=\"305\">Clean car</div>\n</div>\n</div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621ada1e7f\" data-value-type=\"percent\" wfd-id=\"259\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621adba9ef\" data-clip-id=\"52d5a36c151aa\" wfd-id=\"294\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-52d5a36c151aa\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0875\"></polygon></clipPath><clipPath id=\"clip-tablet-top-52d5a36c151aa\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0524\"></polygon></clipPath><clipPath id=\"clip-mobile-top-52d5a36c151aa\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0349\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621ad420c4\" wfd-id=\"260\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621ade6172\" wfd-id=\"261\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2 tcb-row-reversed-mobile tcb-mobile-edit v-2\" data-css=\"tve-u-1621adea58b\" wfd-id=\"262\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621b064646\" style=\"\" wfd-id=\"288\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ae0bec7\" wfd-id=\"290\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ae4fd21\" data-value-type=\"percent\" data-float=\"1\" wfd-id=\"291\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621ae6c8da\" data-clip-id=\"aa2c3e3c70555\" wfd-id=\"293\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0349\"></polygon></clipPath><clipPath id=\"clip-tablet-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"4\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0699\"></polygon></clipPath><clipPath id=\"clip-mobile-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"4\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0699\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb\" data-css=\"tve-u-1621ae4db6e\" wfd-id=\"292\"></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621b064668\" style=\"\" wfd-id=\"263\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621f45bed3\" wfd-id=\"265\"><div class=\"tcb-clear\" data-css=\"tve-u-16224848ee5\" wfd-id=\"286\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621afceb00\" wfd-id=\"287\"><h2 data-css=\"tve-u-1621afcc0bf\">Check Out Our Special Offer!</h2></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621afda4fa\" wfd-id=\"285\"><p data-css=\"tve-u-1621afd8c98\">Donâ€™t miss the opportunity to get 50% discount on a complete cleaning just by recommending us to a friend. Bring someone you know with you and clean you car half price!</p></div><div class=\"tcb-clear\" data-css=\"tve-u-16224834cab\" wfd-id=\"266\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621fe85996\" wfd-id=\"267\"><div class=\"tcb-flex-row tcb--cols--2 tcb-resized tcb-medium-wrap tcb-desktop-wrap\" data-css=\"tve-u-1621fe78878\" wfd-id=\"268\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621fe94086\" style=\"\" wfd-id=\"276\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"278\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621b01355a\" wfd-id=\"279\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621b08fdde\" data-tcb_hover_state_parent=\"1\" wfd-id=\"284\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16223f02c16\" wfd-id=\"280\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-1620af7eb3f\" data-tcb_hover_state_parent=\"\" data-button-style=\"full_rounded\" wfd-id=\"281\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"282\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-16228c75500\" wfd-id=\"283\"><strong>Request an appointment</strong></span></span>\n</a>\n</div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621fe940b9\" style=\"\" wfd-id=\"269\"><div class=\"tcb-col\" wfd-id=\"271\"><div class=\"tcb-clear\" data-css=\"tve-u-16224716d62\" wfd-id=\"272\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-1621b028939\" data-tcb_hover_state_parent=\"\" data-button-style=\"ghost\" wfd-id=\"273\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"274\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-16228c764b2\" wfd-id=\"275\"><strong>Call Now: 0400-700-682</strong></span></span>\n</a>\n</div></div></div></div></div></div></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16260ba2fa4\" wfd-id=\"166\">\n<div class=\"tve-page-section-out\" wfd-id=\"258\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16260be7104\" wfd-id=\"167\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621b0e4fb7\" wfd-id=\"257\"><h2 data-css=\"tve-u-1621b10fccf\" style=\"text-align: center;\">our happy clients</h2></div><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641367127b\" data-float=\"1\" wfd-id=\"256\"><svg class=\"tcb-icon\" viewBox=\"0 0 30 32\" data-name=\"quote-left\">\n<path d=\"M13.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429zM29.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641367e553\" wfd-id=\"255\"><svg class=\"tcb-icon\" viewBox=\"0 0 30 32\" data-name=\"quote-left\">\n<path d=\"M13.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429zM29.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a10d3b4\" wfd-id=\"226\">\n<div class=\"tve-content-box-background\" wfd-id=\"254\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"227\"><div class=\"tcb-clear\" data-css=\"tve-u-1621b300a64\" wfd-id=\"252\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-1621f154231\" wfd-id=\"253\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621b200375\" wfd-id=\"230\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-16260d8392c\" wfd-id=\"231\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"236\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"238\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16417b62c09\" wfd-id=\"239\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-16260d8396c\" wfd-id=\"240\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16260d01208\" style=\"\" wfd-id=\"246\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"248\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"249\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16225617da3\" wfd-id=\"251\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"250\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16260d0120e\" style=\"\" wfd-id=\"241\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"243\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"245\"><h5>Brett Graham, 28</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"244\"><h6 class=\"\">Architect</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"232\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"234\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"235\"><p data-css=\"tve-u-162539c17ec\">Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit. Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit.&nbsp;</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-16260c5ff0c\" wfd-id=\"228\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260c5ff07\" wfd-id=\"229\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a12f675\" wfd-id=\"197\">\n<div class=\"tve-content-box-background\" wfd-id=\"225\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"198\"><div class=\"tcb-clear\" data-css=\"tve-u-16260cd7683\" wfd-id=\"223\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260d73672\" wfd-id=\"224\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16260da3aa7\" wfd-id=\"201\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-1621fb68b97\" wfd-id=\"202\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"207\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"209\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16417b662bf\" wfd-id=\"210\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-1621fb65556\" wfd-id=\"211\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16229915e1a\" style=\"\" wfd-id=\"217\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"219\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"220\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16260c433e9\" wfd-id=\"222\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"221\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16229915e4e\" style=\"\" wfd-id=\"212\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"214\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"216\"><h5>Rosie Hanson, 24</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"215\"><h6 class=\"\">Real estate Associate</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"203\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"205\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"206\"><p data-css=\"tve-u-162539c17ec\">Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo.</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-16260d3b97e\" wfd-id=\"199\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260d39b83\" wfd-id=\"200\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a146aef\" wfd-id=\"168\">\n<div class=\"tve-content-box-background\" wfd-id=\"196\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"169\"><div class=\"tcb-clear\" data-css=\"tve-u-16260cd7683\" wfd-id=\"194\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260cd622f\" wfd-id=\"195\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16260c39a7e\" wfd-id=\"172\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-16260d3f4aa\" wfd-id=\"173\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"178\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"180\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621fbacc60\" wfd-id=\"181\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-16260d3f4af\" wfd-id=\"182\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16229915e1a\" style=\"\" wfd-id=\"188\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"190\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"191\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16260d5e4b8\" wfd-id=\"193\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"192\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16229915e4e\" style=\"\" wfd-id=\"183\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"185\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"187\"><h5>Shawn Mattews, 35</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"186\"><h6 class=\"\">project manager</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"174\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"176\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"177\"><p data-css=\"tve-u-162539c17ec\">Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo. Nullam ac urna eu felis.Sed non neque elit. Sed ut imperdiet nisi. Proin condimentum</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1621b30ca74\" wfd-id=\"170\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-1621f15b521\" wfd-id=\"171\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621b3c8c52\" wfd-id=\"62\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621b3cfc7b\" wfd-id=\"165\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621b3c74d9\" wfd-id=\"63\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621e7b695a\" wfd-id=\"164\"><h2 data-css=\"tve-u-1621e7a7350\" style=\"text-align: center;\">our offers</h2></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621e7c899a\" wfd-id=\"64\"><div class=\"tcb-flex-row tcb--cols--3 tcb-medium-wrap v-2\" data-css=\"tve-u-1621e7c7aa1\" wfd-id=\"65\"><div class=\"tcb-flex-col\" wfd-id=\"128\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16223fc9f23\" wfd-id=\"130\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e7ceab3\" style=\"\" wfd-id=\"131\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16416e4fafd\" wfd-id=\"163\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e7d5094\" wfd-id=\"132\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e7e9950\" data-value-type=\"percent\" style=\"\" wfd-id=\"159\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e7edfd9\" data-clip-id=\"10ffac3b28f1d\" wfd-id=\"162\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-10ffac3b28f1d\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-10ffac3b28f1d\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e7e6c1d\" wfd-id=\"160\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-16417b4cb9e\" wfd-id=\"161\"><h4 data-css=\"tve-u-1621fe1a1af\" style=\"text-align: center;\"><strong>Basic Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ec6c39b\" data-float=\"1\" wfd-id=\"155\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e81f424\" wfd-id=\"158\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec752da\" wfd-id=\"156\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"157\"><h4 data-css=\"tve-u-1621fe1bd18\" style=\"text-align: center;\"><strong>15$</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621ea50702\" wfd-id=\"133\"><ul class=\"tcb-styled-list\" wfd-id=\"134\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec3a5c0\" wfd-id=\"151\"><div class=\"tcb-styled-list-icon\" wfd-id=\"153\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec204df\" wfd-id=\"154\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec241aa\" wfd-id=\"152\">Interior vacuum</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"147\"><div class=\"tcb-styled-list-icon\" wfd-id=\"149\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec20f68\" wfd-id=\"150\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec2704c\" wfd-id=\"148\">Dust &amp;dash console</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec42aa7\" wfd-id=\"143\"><div class=\"tcb-styled-list-icon\" wfd-id=\"145\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec21a31\" wfd-id=\"146\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec298ab\" wfd-id=\"144\">Hand towel dry</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec43fe2\" wfd-id=\"139\"><div class=\"tcb-styled-list-icon\" wfd-id=\"141\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ea1fba7\" wfd-id=\"142\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea23322\" wfd-id=\"140\">Clean windows</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec454d9\" wfd-id=\"135\"><div class=\"tcb-styled-list-icon\" wfd-id=\"137\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ea295c0\" wfd-id=\"138\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea2c69a\" wfd-id=\"136\">Soft cloth wash</span></li></ul></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"97\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"99\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621eb81205\" style=\"\" wfd-id=\"100\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16416e603ab\" wfd-id=\"127\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621eb7ccb0\" wfd-id=\"101\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ebbbb6d\" data-value-type=\"percent\" wfd-id=\"123\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eaaedd8\" data-clip-id=\"a2b9cf3198d6f\" wfd-id=\"126\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-a2b9cf3198d6f\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-a2b9cf3198d6f\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec7f21a\" wfd-id=\"124\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e930bd7\" wfd-id=\"125\"><h4 data-css=\"tve-u-1621e92e97f\" style=\"text-align: center;\"><strong>Ultimate Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ec78d2c\" data-float=\"1\" wfd-id=\"119\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eab272c\" wfd-id=\"122\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec79a7d\" wfd-id=\"120\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"121\"><h4 data-css=\"tve-u-1621e942b65\" style=\"text-align: center;\"><strong>22 $</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621ebfa746\" wfd-id=\"116\"><p data-css=\"tve-u-1621f4ceaf6\" style=\"text-align: center;\">Includes basic service <span data-css=\"tve-u-1621f4ceaf7\" style=\"color: rgb(15, 29, 123);\" wfd-id=\"117\"><strong class=\"\"><span data-css=\"tve-u-1621f4ceafb\" wfd-id=\"118\">+</span></strong></span></p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621ebf340c\" wfd-id=\"102\"><ul class=\"tcb-styled-list\" wfd-id=\"103\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-164137a0b1f\" wfd-id=\"112\"><div class=\"tcb-styled-list-icon\" wfd-id=\"114\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec0c5bd\" wfd-id=\"115\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ebfe4ce\" wfd-id=\"113\">Triple foam conditiner</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec04541\" wfd-id=\"108\"><div class=\"tcb-styled-list-icon\" wfd-id=\"110\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec09a3c\" wfd-id=\"111\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ebff867\" wfd-id=\"109\">Tire dressing</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec05cc3\" wfd-id=\"104\"><div class=\"tcb-styled-list-icon\" wfd-id=\"106\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec15f6e\" wfd-id=\"107\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec009a8\" wfd-id=\"105\">Air freshner</span></li></ul></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"66\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16223dad661\" wfd-id=\"68\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621fd9c946\" style=\"\" wfd-id=\"69\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e7d234c\" wfd-id=\"96\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621fd84d7b\" wfd-id=\"70\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16223b080b0\" data-value-type=\"percent\" wfd-id=\"92\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eb3eb9f\" data-clip-id=\"ac98bb0e54b3b\" wfd-id=\"95\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621fd8766c\" wfd-id=\"93\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e930bd7\" wfd-id=\"94\"><h4 data-css=\"tve-u-1621fe1587d\" style=\"text-align: center;\"><strong>Supreme Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e8107f3\" wfd-id=\"88\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eb43d8d\" wfd-id=\"91\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e819c52\" wfd-id=\"89\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"90\"><h4 data-css=\"tve-u-1621fe1725e\" style=\"text-align: center;\"><strong>30 $</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621eb037bb\" wfd-id=\"85\"><p data-css=\"tve-u-1621f4d0451\" style=\"text-align: center;\">Includes ultimate service <span data-css=\"tve-u-1621eaff572\" style=\"color: rgb(15, 29, 123);\" wfd-id=\"86\"><strong class=\"\"><span data-css=\"tve-u-1621eb01b60\" wfd-id=\"87\">+</span></strong></span></p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621eacf6af\" wfd-id=\"71\"><ul class=\"tcb-styled-list\" wfd-id=\"72\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec36a4d\" wfd-id=\"81\"><div class=\"tcb-styled-list-icon\" wfd-id=\"83\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e9993aa\" wfd-id=\"84\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea1a5d7\" wfd-id=\"82\">Exterior trim dressing</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"77\"><div class=\"tcb-styled-list-icon\" wfd-id=\"79\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e99b1db\" wfd-id=\"80\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea19a06\" wfd-id=\"78\">Hand applied spray wax</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec37ea5\" wfd-id=\"73\"><div class=\"tcb-styled-list-icon\" wfd-id=\"75\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e99c314\" wfd-id=\"76\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea18c5d\" wfd-id=\"74\">Interior conditioner</span></li></ul></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621efddaaf\" wfd-id=\"41\">\n<div class=\"tve-page-section-out\" wfd-id=\"61\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621edf8048\" wfd-id=\"42\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621f114214\" wfd-id=\"43\"><div class=\"tcb-flex-row tcb-resized tcb-mobile-edit tcb--cols--2\" data-css=\"tve-u-1621ee03000\" wfd-id=\"44\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621ee4be21\" style=\"\" wfd-id=\"49\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ee093d4\" wfd-id=\"51\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ee3afec\" wfd-id=\"55\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621ee58e74\" wfd-id=\"60\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ee37f4a\" wfd-id=\"56\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1621ee74a24\" wfd-id=\"59\"><svg class=\"tcb-icon\" viewBox=\"0 0 16 28\" data-name=\"map-marker\">\n<path d=\"M12 10c0-2.203-1.797-4-4-4s-4 1.797-4 4 1.797 4 4 4 4-1.797 4-4zM16 10c0 0.953-0.109 1.937-0.516 2.797l-5.688 12.094c-0.328 0.688-1.047 1.109-1.797 1.109s-1.469-0.422-1.781-1.109l-5.703-12.094c-0.406-0.859-0.516-1.844-0.516-2.797 0-4.422 3.578-8 8-8s8 3.578 8 8z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621ee63e1c\" wfd-id=\"58\"><h2 data-css=\"tve-u-1621fdcb4ea\" style=\"text-align: center;\">contact us</h2></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16422a1ce91\" wfd-id=\"57\"><p data-css=\"tve-u-16422a1ce94\" style=\"text-align: left;\">Your adress goes here</p><p data-css=\"tve-u-16422a1ce93\" style=\"text-align: left;\">Phone: 0400 - 700 - 682</p><p data-css=\"tve-u-16422a1ce92\" style=\"text-align: left;\">Email: our_office@gmail.com</p></div></div>\n</div><div class=\"tcb-clear\" data-css=\"tve-u-16417c828be\" wfd-id=\"52\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_slide_left\" data-css=\"tve-u-1621ef118dc\" style=\"\" wfd-id=\"53\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"54\"><img class=\"tve_image tve_evt_manager_listen tve_et_tve-viewport wp-image-21388\" alt=\"\" width=\"567\" height=\"384\" title=\"Car wash img footer\" data-id=\"21388\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-img-footer.png\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_left&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" style=\"width: 100%;\"></span></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621ee4be73\" style=\"\" wfd-id=\"45\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ee22c43\" wfd-id=\"47\"><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-1621ee18a1c\" wfd-id=\"48\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=New York&amp;t=m&amp;z=5&amp;output=embed&amp;iwloc=near\"></iframe>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621f0aa8f7\" wfd-id=\"28\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621f0ada0e\" wfd-id=\"40\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621f0b0088\" wfd-id=\"29\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621f0d2c1a\" wfd-id=\"30\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-1621f0cbe40\" wfd-id=\"31\"><div class=\"tcb-flex-col\" wfd-id=\"36\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"38\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621f0da775\" wfd-id=\"39\"><p data-css=\"tve-u-1622444fb11\">Â© 2018, Your company name . All rights reserved.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"32\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"34\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16223fe5f5b\" wfd-id=\"35\"><p data-css=\"tve-u-1621f0d874c\" style=\"text-align: right;\">Made with <a href=\"https://thrivethemes.com/\" target=\"_blank\">Thrive Architect</a></p></div></div></div></div></div></div>\n</div>\n'),(6539,548,'tve_revision_tve_content_more_found',''),(6540,548,'tve_revision_tve_save_post',''),(6541,548,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Merriweather:400,700&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Special+Elite:400&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Poppins:400,800,900,300,700,&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Monda:400,700,&subset=latin\");@media (min-width: 300px){.tcb-plain-text { font-family: Monda; font-weight: 400; font-size: 14px; }#tve_editor [data-css=\"tve-u-1621b072b4e\"] p, #tve_editor [data-css=\"tve-u-1621b072b4e\"] li, #tve_editor [data-css=\"tve-u-1621b072b4e\"] blockquote, #tve_editor [data-css=\"tve-u-1621b072b4e\"] address, #tve_editor [data-css=\"tve-u-1621b072b4e\"] .tcb-plain-text, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h1, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h2, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h3, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h4, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h5, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h6 { color: rgb(18, 18, 18); }[data-css=\"tve-u-16417c828be\"]::after { clear: both; }[data-css=\"tve-u-1621fe78878\"] .tcb-flex-col { flex-basis: 160px !important; }[data-css=\"tve-u-16417b70f47\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1641791de3b\"]::after { clear: both; }[data-css=\"tve-u-1641791ce1a\"]::after { clear: both; }#tve_editor [data-css=\"tve-u-1621fdcb4ea\"] { color: rgb(15, 29, 123) !important; }#tve_editor [data-css=\"tve-u-1641367127b\"] > :first-child { color: rgb(15, 29, 123); }[data-css=\"tve-u-1641367127b\"] { font-size: 60px; float: none; box-shadow: none; position: relative; z-index: 5; margin: 0px auto !important; }#tve_editor [data-css=\"tve-u-1641333d7d1\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-162717cb617\"] > .tcb-flex-col { padding-left: 0px; }#tve_editor [data-css=\"tve-u-16413112747\"] { color: rgba(255, 255, 255, 0.85) !important; }[data-css=\"tve-u-16413111ba3\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-16369305186\"] > .tve-cb { display: block; }#tve_editor [data-css=\"tve-u-162717cb609\"] p, #tve_editor [data-css=\"tve-u-162717cb609\"] li, #tve_editor [data-css=\"tve-u-162717cb609\"] blockquote, #tve_editor [data-css=\"tve-u-162717cb609\"] address, #tve_editor [data-css=\"tve-u-162717cb609\"] h1, #tve_editor [data-css=\"tve-u-162717cb609\"] h2, #tve_editor [data-css=\"tve-u-162717cb609\"] h3, #tve_editor [data-css=\"tve-u-162717cb609\"] h4, #tve_editor [data-css=\"tve-u-162717cb609\"] h5, #tve_editor [data-css=\"tve-u-162717cb609\"] h6 { color: rgb(255, 255, 255); }[data-css=\"tve-u-16369305186\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-162717cb621\"] .tve-page-section-in { display: flex; justify-content: center; flex-direction: column; }[data-css=\"tve-u-162717fcf9d\"] .tve-page-section-in { display: block; }[data-css=\"tve-u-1628a146aef\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1628a12f675\"] { padding: 0px !important; margin: 0px 0px 60px !important; }[data-css=\"tve-u-1628a10d3b4\"] { max-width: 100%; padding: 0px !important; margin: 0px 0px 60px !important; }[data-css=\"tve-u-16271ca808e\"] { color: rgb(0, 229, 255) !important; }#tve_editor [data-css=\"tve-u-162717cb618\"] p, #tve_editor [data-css=\"tve-u-162717cb618\"] li, #tve_editor [data-css=\"tve-u-162717cb618\"] blockquote, #tve_editor [data-css=\"tve-u-162717cb618\"] address, #tve_editor [data-css=\"tve-u-162717cb618\"] h1, #tve_editor [data-css=\"tve-u-162717cb618\"] h2, #tve_editor [data-css=\"tve-u-162717cb618\"] h3, #tve_editor [data-css=\"tve-u-162717cb618\"] h4, #tve_editor [data-css=\"tve-u-162717cb618\"] h5, #tve_editor [data-css=\"tve-u-162717cb618\"] h6 { color: rgb(0, 229, 255); }[data-css=\"tve-u-162718bd0c0\"] { clip-path: url(\"#clip-top-a3b25e1c9221a\"); -webkit-clip-path: url(\"#clip-top-a3b25e1c9221a\");  }[data-css=\"tve-u-162718a3b40\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-162717fcf9d\"] { z-index: 5; padding: 170px 40px 0px !important; margin-top: -80px !important; }[data-css=\"tve-u-16260cd622f\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-16260cd7683\"]::after { clear: both; }[data-css=\"tve-u-16260cd622f\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin-top: 0px !important; margin-bottom: -1px !important; }[data-css=\"tve-u-16260be7104\"] { max-width: 1200px; }[data-css=\"tve-u-16260ba2fa4\"] { padding: 100px 40px !important; }[data-css=\"tve-u-162539c17ec\"] { line-height: 1.6em !important; }#tve_editor [data-css=\"tve-u-162493b6b63\"]:hover { background-color: rgb(248, 249, 251) !important; }#tve_editor [data-css=\"tve-u-1624939a960\"]:hover { background-color: rgb(248, 249, 251) !important; background-image: none !important; }#tve_editor [data-css=\"tve-u-162492e70ad\"] { color: rgb(137, 141, 167) !important; }[data-css=\"tve-u-162492815ba\"] { padding: 0px !important; margin-top: 25px !important; }[data-css=\"tve-u-162491e8e1f\"]::after { clear: both; }[data-css=\"tve-u-1622f65ba70\"] { border: none; background-image: none !important; padding: 0px 30px 30px !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-1622a159bcb\"] { max-width: 100%; float: none; z-index: 6; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; margin-top: 0px !important; }[data-css=\"tve-u-16229915e4e\"] { max-width: 62.8%; }[data-css=\"tve-u-16229915e1a\"] { max-width: 37.2%; }[data-css=\"tve-u-16225617da3\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-Brett.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16225611edb\"] { min-height: 127px; }[data-css=\"tve-u-1622561121b\"] { max-width: 127px; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-16224848ee5\"]::after { clear: both; }[data-css=\"tve-u-16224834cab\"]::after { clear: both; }[data-css=\"tve-u-1621ee3afec\"] > .tve-cb { display: block; }[data-css=\"tve-u-1621fe78878\"] > .tcb-flex-col { padding-left: 5px; }[data-css=\"tve-u-1621fe940b9\"] { max-width: 50%; }[data-css=\"tve-u-1621fe94086\"] { max-width: 50%; }[data-css=\"tve-u-1621fe85996\"] { max-width: 585px; float: left; z-index: 3; position: relative; width: 100%; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621fe78878\"] > .tcb-flex-col > .tcb-col { min-height: 65px; justify-content: center; }[data-css=\"tve-u-1621fe78878\"] { min-height: inherit; margin-left: -5px; padding: 0px !important; flex-wrap: wrap !important; }#tve_editor [data-css=\"tve-u-1621f4d0451\"] { font-size: 20px !important; }#tve_editor [data-css=\"tve-u-1621f4ceaf6\"] { font-size: 20px !important; color: rgb(12, 12, 12) !important; }[data-css=\"tve-u-1621f45bed3\"] { padding: 0px !important; }[data-css=\"tve-u-1621f114214\"] { float: none; max-width: 100%; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621f0da775\"] { padding: 0px !important; }#tve_editor [data-css=\"tve-u-1621f0d874c\"] { letter-spacing: 1px; color: rgb(137, 141, 167) !important; font-size: 14px !important; }[data-css=\"tve-u-1621f0d2c1a\"] { max-width: 100%; margin-left: 60px !important; margin-right: 60px !important; }[data-css=\"tve-u-1621f0aa8f7\"] .tve-page-section-in { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621f0cbe40\"] { margin-left: 0px; padding: 0px !important; }[data-css=\"tve-u-1621f0cbe40\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-1621f0b0088\"] { max-width: 100%; min-height: 140px !important; }[data-css=\"tve-u-1621f0ada0e\"] { background-image: linear-gradient(rgb(22, 22, 24), rgb(22, 22, 24)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1621f0aa8f7\"] { padding: 0px !important; }[data-css=\"tve-u-1621efddaaf\"] { padding: 0px !important; }[data-css=\"tve-u-1621ef118dc\"] { width: 567px; position: relative; right: -50px; top: -104px; float: right; z-index: 3; margin-top: 0px !important; margin-bottom: 0px !important; padding-left: 0px !important; }#tve_editor [data-css=\"tve-u-1621ee74a24\"] > :first-child { color: rgb(15, 29, 123); }[data-css=\"tve-u-1621ee74a24\"] { font-size: 60px; float: none; z-index: 3; position: relative; margin: 0px auto 10px !important; padding-top: 0px !important; }[data-css=\"tve-u-1621ee63e1c\"] { float: none; z-index: 3; position: relative; max-width: none; width: 100%; padding: 0px !important; margin: 0px auto 30px !important; }[data-css=\"tve-u-1621ee58e74\"] { background-color: rgb(224, 226, 236) !important; }[data-css=\"tve-u-1621ee4be73\"] { max-width: 61%; }[data-css=\"tve-u-1621ee4be21\"] { max-width: 39%; }[data-css=\"tve-u-1621ee3afec\"] { padding: 60px 0px 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621ee37f4a\"] { min-height: 380px; }[data-css=\"tve-u-1621ee22c43\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding-top: 0px !important; padding-left: 0px !important; }[data-css=\"tve-u-1621ee18a1c\"] { margin: 80px 0px 0px 122px !important; }[data-css=\"tve-u-1621ee093d4\"] { margin-top: 0px !important; }[data-css=\"tve-u-1621ee03000\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1621ee03000\"] { margin-left: 0px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-1621ee03000\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-1621edf8048\"] { max-width: 100%; min-height: 1px !important; }[data-css=\"tve-u-1621ec454d9\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec43fe2\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec42aa7\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec3a5c0\"] { margin-top: 0px !important; margin-bottom: 10px !important; }[data-css=\"tve-u-1621ec37ea5\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec36a4d\"] { margin-bottom: 10px !important; }[data-css=\"tve-u-1621ea18c5d\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ea19a06\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ea1a5d7\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ea2c69a\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ea23322\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ec298ab\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ec2704c\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ec241aa\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ec05cc3\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec04541\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec009a8\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ebff867\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ebfe4ce\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621eb037bb\"] { padding: 0px !important; margin-top: 0px !important; margin-bottom: 30px !important; }[data-css=\"tve-u-1621eaff572\"] { color: rgb(15, 29, 123) !important; }[data-css=\"tve-u-1621ea50702\"] { max-width: 230px; float: none; z-index: 3; position: relative; width: 100%; padding: 0px !important; margin: 0px auto !important; }#tve_editor [data-css=\"tve-u-1621ea2c69a\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ea295c0\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ea295c0\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ea1fba7\"] > :first-child { color: rgb(137, 141, 167); }#tve_editor [data-css=\"tve-u-1621ea23322\"] { font-size: 16px !important; }[data-css=\"tve-u-1621ea1fba7\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }[data-css=\"tve-u-1621e99c314\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }[data-css=\"tve-u-1621e99b1db\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }[data-css=\"tve-u-1621e9993aa\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ea1a5d7\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ea19a06\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ea18c5d\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621e99c314\"] > :first-child { color: rgb(137, 141, 167); }#tve_editor [data-css=\"tve-u-1621e99b1db\"] > :first-child { color: rgb(137, 141, 167); }#tve_editor [data-css=\"tve-u-1621e9993aa\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621e8107f3\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621e942b65\"] strong { font-weight: 800; }[data-css=\"tve-u-1621e7e9950\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621e930bd7\"] { padding: 0px 0px 50px !important; }#tve_editor [data-css=\"tve-u-1621e92e97f\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1621e81f424\"] { border-radius: 200px; overflow: hidden; background-image: none !important; border: 3px solid rgb(255, 255, 255) !important; background-color: rgb(144, 147, 168) !important; }[data-css=\"tve-u-1621e819c52\"] { min-height: 110px; }[data-css=\"tve-u-1621e8107f3\"] { float: none; max-width: 110px; z-index: 4; padding: 0px !important; margin: -60px auto 30px !important; }[data-css=\"tve-u-1621e7edfd9\"] { clip-path: url(\"#clip-bottom-10ffac3b28f1d\"); -webkit-clip-path: url(\"#clip-bottom-10ffac3b28f1d\");  background-image: none !important; background-color: rgb(144, 147, 168) !important; }[data-css=\"tve-u-1621e7e9950\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1621e7e6c1d\"] { min-height: 150px; }[data-css=\"tve-u-1621e7c7aa1\"] > .tcb-flex-col { padding-left: 60px; }[data-css=\"tve-u-1621e7d5094\"] { min-height: 480px; }[data-css=\"tve-u-1621e7d234c\"] { box-shadow: rgba(0, 0, 0, 0.02) 0px 2px 22px 0px; background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1621e7ceab3\"] { float: none; width: 100%; padding: 0px 0px 20px !important; margin: 0px auto !important; }[data-css=\"tve-u-1621e7c899a\"] { float: none; max-width: 100%; margin: 0px auto !important; }[data-css=\"tve-u-1621e7c7aa1\"] { margin-left: -60px; padding: 0px !important; }[data-css=\"tve-u-1621e7b695a\"] { padding: 0px !important; margin-bottom: 100px !important; }#tve_editor [data-css=\"tve-u-1621e7a7350\"] { color: rgb(15, 29, 123) !important; }[data-css=\"tve-u-1621b3cfc7b\"] { filter: blur(0px); opacity: 1; background-image: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(220, 224, 246) 38%) !important; background-color: rgb(212, 212, 212) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1621b3c8c52\"] { padding: 100px 40px !important; }[data-css=\"tve-u-1621b3c74d9\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-1621b300a64\"]::after { clear: both; }[data-css=\"tve-u-1621b24a89d\"] { padding: 0px !important; }[data-css=\"tve-u-1621b22a018\"] { background-image: none !important; padding: 0px !important; }[data-css=\"tve-u-1621b200375\"] { float: none; max-width: 100%; border-left: 1px solid rgba(15, 29, 123, 0.7); border-right: 1px solid rgba(15, 29, 123, 0.7); background-color: rgb(248, 249, 251) !important; margin: 0px auto !important; }[data-css=\"tve-u-1621b10fccf\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621b0e4fb7\"] { border-right: none; max-width: 100%; padding: 0px !important; margin-bottom: 40px !important; margin-right: 0px !important; }[data-css=\"tve-u-1621b072b4e\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-1621b064668\"] { max-width: 52%; }[data-css=\"tve-u-1621b064646\"] { max-width: 48%; }[data-css=\"tve-u-1621afda4fa\"] { max-width: none; padding: 0px !important; margin-bottom: 40px !important; }#tve_editor [data-css=\"tve-u-1621afd8c98\"] { color: rgb(255, 255, 255) !important; font-size: 20px !important; }[data-css=\"tve-u-1621afceb00\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 80%; padding: 0px !important; margin-bottom: 50px !important; }#tve_editor [data-css=\"tve-u-1621afcc0bf\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1621a8a804b\"] > .tcb-flex-col { padding-left: 60px; }[data-css=\"tve-u-1621ae6c8da\"] { clip-path: url(\"#clip-top-aa2c3e3c70555\"); -webkit-clip-path: url(\"#clip-top-aa2c3e3c70555\");  background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-Cta-2.jpg\") !important; background-size: cover !important; background-position: 0% 100% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1621ae4fd21\"] { max-width: 100%; top: -70px; z-index: 5; left: -60px; position: relative !important; padding: 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-1621ae4db6e\"] { min-height: 524px; }[data-css=\"tve-u-1621ada1e7f\"] .tve-page-section-in { display: flex; flex-direction: column; justify-content: center; }[data-css=\"tve-u-1621adea58b\"] > .tcb-flex-col > .tcb-col { min-height: 1px; justify-content: center; }[data-css=\"tve-u-1621ae0bec7\"] { height: calc(100% - -22px); background-image: linear-gradient(rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.14)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; margin-left: 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621adea58b\"] > .tcb-flex-col { padding-left: 50px; }[data-css=\"tve-u-1621adea58b\"] { margin-left: -50px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-1621ade6172\"] { max-width: 100%; float: none; width: 100%; margin: 0px auto !important; }[data-css=\"tve-u-1621adba9ef\"] { clip-path: url(\"#clip-top-52d5a36c151aa\"); -webkit-clip-path: url(\"#clip-top-52d5a36c151aa\");  background-image: linear-gradient(rgba(15, 29, 123, 0.65), rgba(15, 29, 123, 0.65)), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-cta-bg.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-1621ada1e7f\"] { padding: 0px 40px !important; }[data-css=\"tve-u-1621ad46076\"] { padding: 100px 40px !important; margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1621ad420c4\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-1621a9076ef\"] { padding-top: 2px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-1621acf64fb\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621acf47d2\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1621acf0289\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621a8e11f3\"] { padding-top: 2px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-1621a8e5625\"] { padding-top: 2px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-1621ace4de9\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1621ace1b08\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1621a9a2867\"] strong { font-weight: 700; }#tve_editor [data-css=\"tve-u-1621a9a2867\"] { font-weight: 300; color: rgb(15, 29, 123) !important; font-family: Poppins !important; }[data-css=\"tve-u-1621a9750ae\"] { font-size: 18.36px !important; line-height: 18.36px !important; }[data-css=\"tve-u-1621a9a2867\"] { font-size: 64.8px !important; line-height: 64.8px !important; }[data-css=\"tve-u-1621a9a2866\"] { margin-top: 54px !important; }[data-css=\"tve-u-1621a9a2862\"] { width: 216px !important; height: 216px !important; background-color: rgb(137, 141, 167) !important; }[data-css=\"tve-u-1621a98b602\"] { stroke-dasharray: 678.584, 678.584; }[data-css=\"tve-u-1621a983587\"] { float: none; border: 30px solid rgba(137, 141, 167, 0.24); z-index: 3; position: relative; margin: 30px auto 0px !important; padding: 0px !important; }[data-css=\"tve-u-1621a9750ae\"] strong { font-weight: 700; }#tve_editor [data-css=\"tve-u-1621a9750ae\"] { color: rgb(255, 255, 255) !important; font-family: Monda !important; }[data-css=\"tve-u-1621a96b190\"] { background-color: rgb(101, 114, 203); width: 194.4px !important; height: 194.4px !important; top: 10.8px !important; bottom: 10.8px !important; left: 10.8px !important; right: 10.8px !important; }[data-css=\"tve-u-1621a9685d4\"] { stroke: rgb(248, 251, 253) !important; stroke-width: 22.6px !important; }[data-css=\"tve-u-1621a8a804b\"] > .tcb-flex-col > .tcb-col { min-height: 445px; justify-content: center; }[data-css=\"tve-u-1621a90a46f\"] { background-image: radial-gradient(rgba(255, 255, 255, 0.51) 16%, rgb(255, 255, 255) 73%), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-100-clean.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }#tve_editor [data-css=\"tve-u-1621a9076ef\"] > :first-child { color: rgb(15, 29, 123); }#tve_editor [data-css=\"tve-u-1621a8e5625\"] > :first-child { color: rgb(15, 29, 123); }#tve_editor [data-css=\"tve-u-1621a8e11f3\"] > :first-child { color: rgb(15, 29, 123); }[data-css=\"tve-u-1621a8c4313\"] { padding: 0px !important; margin-bottom: 60px !important; }[data-css=\"tve-u-1621a8b2488\"] { float: none; max-width: 100%; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621a8a804b\"] { min-height: inherit; margin-left: -60px; padding: 0px !important; }[data-css=\"tve-u-1621a2e0d5b\"] { line-height: 1em !important; }[data-css=\"tve-u-1621a2247ba\"] { max-width: 100%; float: none; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; }#tve_editor [data-css=\"tve-u-1620af7eb3f\"] .tcb-button-link { font-size: 18px; color: rgb(15, 29, 123) !important; }#tve_editor [data-css=\"tve-u-1620af7eb3f\"]:hover strong { font-weight: 700 !important; }[data-css=\"tve-u-1620af7eb3f\"] { width: 268px; float: left; z-index: 3; position: relative; display: block; max-width: 268px; margin-bottom: 0px !important; margin-top: 0px !important; margin-left: 3px !important; }#tve_editor [data-css=\"tve-u-1620af7eb3f\"]:hover .tcb-button-link { color: rgb(255, 255, 255) !important; border-radius: 200px !important; overflow: hidden !important; font-family: Monda !important; font-weight: 400 !important; text-shadow: none !important; background-image: none !important; background-color: rgb(15, 29, 123) !important; }[data-css=\"tve-u-1620af7eb3f\"] .tcb-button-link { border-radius: 200px; min-height: 54.7619px; font-size: 1.33333em; padding-top: 0px; padding-bottom: 0px; background-image: none !important; background-color: rgb(255, 255, 255) !important; padding-right: 15px !important; }#tcb_landing_page a:not(.tcb-button-link).tve_state_hover { color: rgb(35, 55, 188); }#tcb_landing_page a:not(.tcb-button-link):hover { color: rgb(35, 55, 188); }#tcb_landing_page a:not(.tcb-button-link) { color: rgb(125, 138, 220); }#tcb_landing_page input strong { font-weight: 700; }#tcb_landing_page .tcb-button-link strong { font-weight: 700; }#tcb_landing_page p strong, #tcb_landing_page li strong { font-weight: 700; }#tcb_landing_page input { font-family: Merriweather; font-weight: 400; }#tcb_landing_page .tcb-button-link { font-family: Merriweather; font-weight: 400; }#tcb_landing_page p, #tcb_landing_page li { color: rgb(12, 12, 12); font-family: Merriweather; font-weight: 400; line-height: 1.5em; font-size: 16px; }#tcb_landing_page h6 { text-transform: uppercase; font-size: 14px; color: rgb(0, 0, 0); font-family: \"Special Elite\"; font-weight: 400; letter-spacing: 1px; line-height: 1.3em; }#tcb_landing_page h5 { font-size: 22px; color: rgb(12, 12, 12); font-family: \"Special Elite\"; font-weight: 400; line-height: 1.3em; }#tcb_landing_page h4 { font-size: 24px; color: rgb(12, 12, 12); font-family: \"Special Elite\"; font-weight: 400; line-height: 1.3em; }#tcb_landing_page h3 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(12, 12, 12); font-size: 26px; line-height: 1.3em; }#tcb_landing_page h2 { color: rgb(0, 0, 0); font-size: 30px; letter-spacing: 2px; text-transform: uppercase; line-height: 1.3em; font-family: \"Special Elite\"; font-weight: 400; }#tcb_landing_page h1 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(0, 0, 0); font-size: 42px; line-height: 1.3em; }[data-css=\"tve-u-15e09c94f7d\"] { background-color: rgb(255, 255, 255); }[data-css=\"tve-u-1621b01355a\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621b01355a\"] { max-width: 274px; position: relative; float: left; z-index: 3; width: 100%; padding: 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-1621b028939\"] .tcb-button-link { font-size: 18px; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1621b028939\"]:hover strong { font-weight: 700 !important; }[data-css=\"tve-u-1621b028939\"] { display: block; max-width: 268px; width: 268px; top: 0px; left: 0px; float: left; z-index: 3; position: relative; margin-bottom: 0px !important; margin-top: 0px !important; }#tve_editor [data-css=\"tve-u-1621b028939\"]:hover .tcb-button-link { background-color: rgb(255, 255, 255) !important; color: rgb(15, 29, 123) !important; overflow: hidden !important; font-family: Monda !important; background-image: none !important; text-align: center !important; }[data-css=\"tve-u-1621b028939\"] .tcb-button-link { min-height: 54.7619px; font-size: 1.33333em; padding-top: 0px; padding-bottom: 0px; border: 1px solid rgb(255, 255, 255); border-radius: 30px; overflow: hidden; background-color: rgba(26, 188, 156, 0.01) !important; padding-right: 15px !important; color: rgb(26, 188, 156) !important; }[data-css=\"tve-u-1621b08fdde\"] { border-radius: 200px; overflow: hidden; border: 1px solid rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1621b01355a\"]:hover [data-css=\"tve-u-1621b08fdde\"] { border: 1px solid rgba(255, 255, 255, 0.4) !important; }[data-css=\"tve-u-1621b30ca74\"]::after { clear: both; }#tve_editor [data-css=\"tve-u-1621e942b65\"] { font-weight: 400; letter-spacing: 0px; color: rgb(255, 255, 255) !important; font-family: Poppins !important; font-size: 30px !important; }[data-css=\"tve-u-1621e94cb4e\"] { float: none; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621eaaedd8\"] { clip-path: url(\"#clip-bottom-a2b9cf3198d6f\"); -webkit-clip-path: url(\"#clip-bottom-a2b9cf3198d6f\");  background-image: none !important; background-color: rgb(5, 10, 42) !important; }[data-css=\"tve-u-1621eab272c\"] { border-radius: 200px; overflow: hidden; background-image: none !important; border: 3px solid rgb(255, 255, 255) !important; background-color: rgb(5, 10, 42) !important; }[data-css=\"tve-u-1621eacf6af\"] { max-width: 230px; float: none; z-index: 3; position: relative; padding: 0px !important; margin: 0px auto !important; }[data-css=\"tve-u-1621eb3eb9f\"] { clip-path: url(\"#clip-bottom-ac98bb0e54b3b\"); -webkit-clip-path: url(\"#clip-bottom-ac98bb0e54b3b\");  background-image: none !important; background-color: rgb(45, 51, 89) !important; }[data-css=\"tve-u-1621eb43d8d\"] { border-radius: 200px; overflow: hidden; background-image: none !important; border: 3px solid rgb(255, 255, 255) !important; background-color: rgb(45, 51, 89) !important; }[data-css=\"tve-u-1621eb7ccb0\"] { min-height: 530px; }[data-css=\"tve-u-1621eb81205\"] { padding: 0px 0px 20px !important; margin-top: -25px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621ebbbb6d\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621ebbbb6d\"] { max-width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1621ebf340c\"] { max-width: 230px; float: none; z-index: 3; position: relative; width: 100%; padding: 0px !important; margin: 0px auto !important; }[data-css=\"tve-u-1621ebfa746\"] { padding: 0px !important; margin-top: 0px !important; margin-bottom: 30px !important; }#tve_editor [data-css=\"tve-u-1621ebfe4ce\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ebff867\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ec009a8\"] { font-size: 16px !important; }[data-css=\"tve-u-1621ec09a3c\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; margin: 0px !important; }#tve_editor [data-css=\"tve-u-1621ec09a3c\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ec0c5bd\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; margin: 0px !important; }#tve_editor [data-css=\"tve-u-1621ec0c5bd\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ec15f6e\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ec15f6e\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ec204df\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ec204df\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ec20f68\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ec20f68\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ec21a31\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ec21a31\"] > :first-child { color: rgb(137, 141, 167); }#tve_editor [data-css=\"tve-u-1621ec241aa\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ec2704c\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ec298ab\"] { font-size: 16px !important; }[data-css=\"tve-u-1621ec6c39b\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621ec6c39b\"] { float: none; max-width: 110px; z-index: 4; padding: 0px !important; margin: -60px auto 30px !important; }[data-css=\"tve-u-1621ec752da\"] { min-height: 110px; }[data-css=\"tve-u-1621ec78d2c\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621ec78d2c\"] { float: none; max-width: 110px; z-index: 4; padding: 0px !important; margin: -60px auto 30px !important; }[data-css=\"tve-u-1621ec79a7d\"] { min-height: 110px; }[data-css=\"tve-u-1621ec7f21a\"] { min-height: 160px; }[data-css=\"tve-u-1621f154231\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-1621f154231\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin: 0px 0px -1px !important; }[data-css=\"tve-u-1621f15b521\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-1621f15b521\"] { float: right; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin-top: -1px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621f4ceaf7\"] { color: rgb(15, 29, 123) !important; }[data-css=\"tve-u-1621fb65556\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-1621fb65556\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-1621fb65556\"] { min-height: inherit; margin-left: -20px; padding: 0px !important; }[data-css=\"tve-u-1621fb68b97\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-1621fb68b97\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-1621fb68b97\"] { min-height: inherit; margin-left: -30px; padding: 30px !important; }[data-css=\"tve-u-1621fbacc60\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621fbcad8c\"] { padding: 0px !important; }[data-css=\"tve-u-1621fc0ce17\"] { padding: 0px !important; margin-bottom: 15px !important; }[data-css=\"tve-u-1621fd84d7b\"] { min-height: 480px; }[data-css=\"tve-u-1621fd8766c\"] { min-height: 150px; }[data-css=\"tve-u-1621fd9c946\"] { padding: 0px 0px 20px !important; margin-top: 0px !important; margin-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-1621fe1587d\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1621fe1725e\"] strong { font-weight: 800; }#tve_editor [data-css=\"tve-u-1621fe1725e\"] { font-weight: 400; letter-spacing: 0px; color: rgb(255, 255, 255) !important; font-family: Poppins !important; font-size: 30px !important; }#tve_editor [data-css=\"tve-u-1621fe1a1af\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1621fe1bd18\"] strong { font-weight: 800; }#tve_editor [data-css=\"tve-u-1621fe1bd18\"] { font-weight: 400; letter-spacing: 0px; color: rgb(255, 255, 255) !important; font-family: Poppins !important; font-size: 30px !important; }[data-css=\"tve-u-16223b080b0\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-16223b080b0\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-16223f02c16\"] { min-height: 62px; }[data-css=\"tve-u-16223fe5f5b\"] { padding: 0px !important; }[data-css=\"tve-u-16224439be1\"] { padding: 0px !important; }#tve_editor [data-css=\"tve-u-1622444fb11\"] { letter-spacing: 1px; color: rgb(137, 141, 167) !important; font-size: 14px !important; }#tve_editor [data-css=\"tve-u-16228c764b2\"] { font-size: 18px !important; }[data-css=\"tve-u-16229f6175c\"] { border: none; margin: 80px 0px 0px !important; background-image: none !important; }[data-css=\"tve-u-16229fa6a26\"] { border: none; box-shadow: none; padding: 0px 30px 30px !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-16229fa8c68\"] { border: none; padding: 0px 30px 30px !important; background-image: none !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col > .tcb-col { min-height: 244px; }[data-css=\"tve-u-16229ffbb7b\"] { margin-left: -30px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16248fc42a1\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-16248fc42a1\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-16248fc71c8\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-16249355087\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-16249355087\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-16249358652\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-16249358652\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-1624935a201\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-1624935a201\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-16249367114\"] { border: none; margin: 30px 0px 0px !important; background-image: none !important; }[data-css=\"tve-u-16249373b25\"] { border: none; padding: 0px 30px 30px !important; background-image: linear-gradient(rgb(248, 249, 251), rgb(248, 249, 251)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1624939a960\"] { border: none; box-shadow: none; padding: 0px 30px 30px !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-162493a03b0\"] > .tcb-flex-col > .tcb-col { min-height: 244px; }[data-css=\"tve-u-162493a03b0\"] { margin-left: -30px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-162493a03b0\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-162493b6b63\"] { border: none; background-image: none !important; padding: 0px 30px 30px !important; background-color: rgb(248, 249, 251) !important; }#tve_editor [data-css=\"tve-u-162493d5f13\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-162493d5f13\"] { font-size: 30px; width: 30px; height: 30px; top: 0px; left: 0px; display: block; position: static; z-index: 8; border-bottom: 1px solid rgb(10, 93, 165); border-top: none; border-right: none; border-left: none; border-image: initial; margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-162494b490e\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-162494b7ad0\"] { padding: 0px !important; margin-top: 25px !important; margin-left: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-1625389a3d5\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-1625389a3d5\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-1625389b4ed\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-1625389b4ed\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-162539ac577\"] { max-width: 39%; }[data-css=\"tve-u-162539ac57d\"] { max-width: 61%; }#tve_editor [data-css=\"tve-u-162539c17ec\"] { font-size: 16px !important; color: rgba(12, 12, 12, 0.7) !important; }[data-css=\"tve-u-16260c39a7e\"] { float: none; max-width: 100%; border-left: 1px solid rgba(15, 29, 123, 0.7); border-right: 1px solid rgba(15, 29, 123, 0.7); margin: 0px auto !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-16260c433e9\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-Rosie.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16260c5ff07\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-16260c5ff07\"] { float: right; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin: -1px 0px 0px !important; }[data-css=\"tve-u-16260c5ff0c\"]::after { clear: both; }[data-css=\"tve-u-16260d01208\"] { max-width: 37%; }[data-css=\"tve-u-16260d0120e\"] { max-width: 63%; }[data-css=\"tve-u-16260d39b83\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-16260d39b83\"] { float: right; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin-top: -1px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-16260d3b97e\"]::after { clear: both; }[data-css=\"tve-u-16260d3f4aa\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16260d3f4aa\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-16260d3f4aa\"] { min-height: inherit; margin-left: -30px; padding: 30px !important; }[data-css=\"tve-u-16260d3f4af\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-16260d3f4af\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-16260d3f4af\"] { min-height: inherit; margin-left: -20px; padding: 0px !important; }[data-css=\"tve-u-16260d5e4b8\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-Shawn.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16260d73672\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-16260d73672\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin-top: 0px !important; margin-bottom: -1px !important; }[data-css=\"tve-u-16260d8392c\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16260d8392c\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-16260d8392c\"] { min-height: inherit; margin-left: -30px; padding: 30px !important; }[data-css=\"tve-u-16260d8396c\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-16260d8396c\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-16260d8396c\"] { min-height: inherit; margin-left: -20px; padding: 0px !important; }[data-css=\"tve-u-16260da3aa7\"] { float: none; max-width: 100%; border-left: 1px solid rgba(15, 29, 123, 0.7); border-right: 1px solid rgba(15, 29, 123, 0.7); margin: 0px auto !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-162717cb600\"] { max-width: 58.2%; }[data-css=\"tve-u-162717cb601\"] { max-width: 41.8%; }[data-css=\"tve-u-162717cb602\"] { clip-path: url(\"#clip-bottom-eab511de4ba9e\"); -webkit-clip-path: url(\"#clip-bottom-eab511de4ba9e\");  background-color: rgba(255, 255, 255, 0.2) !important; }[data-css=\"tve-u-162717cb603\"] { min-height: 496px; }[data-css=\"tve-u-162717cb604\"] { z-index: 5; float: right; position: relative; width: 100%; max-width: 570px; bottom: 0px; left: 0px; padding: 0px !important; margin: -59px 0px 0px !important; }[data-css=\"tve-u-162717cb605\"] { clip-path: url(\"#clip-bottom-7920fc765722d\"); -webkit-clip-path: url(\"#clip-bottom-7920fc765722d\");  background-color: rgba(255, 255, 255, 0.1) !important; }[data-css=\"tve-u-162717cb606\"] { min-height: 419px; }[data-css=\"tve-u-162717cb608\"] { max-width: 633px; z-index: 4; top: 0px; right: 0px; padding: 0px !important; margin: 164px 0px 0px !important; }[data-css=\"tve-u-162717cb609\"]::after { clear: both; }[data-css=\"tve-u-162717cb60a\"] { padding-right: 50px !important; padding-bottom: 80px !important; padding-top: 20px !important; }[data-css=\"tve-u-162717cb60b\"]::after { clear: both; }[data-css=\"tve-u-162717cb60b\"] { margin-top: 0px !important; margin-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-162717cb60c\"] .tcb-button-link { font-size: 18px; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-162717cb60c\"] { float: left; z-index: 3; position: relative; display: block; max-width: 300px; width: 300px; margin-bottom: 0px !important; margin-top: 0px !important; }#tve_editor [data-css=\"tve-u-162717cb60c\"]:hover .tcb-button-link { background-color: rgb(255, 255, 255) !important; color: rgb(15, 29, 123) !important; background-image: none !important; font-weight: bold !important; }[data-css=\"tve-u-162717cb60c\"] .tcb-button-link { border: 1px solid rgb(255, 255, 255); min-height: 54.7619px; font-size: 1.33333em; padding-top: 0px; padding-bottom: 0px; border-radius: 100px; overflow: hidden; background-color: rgba(26, 188, 156, 0.01) !important; color: rgb(26, 188, 156) !important; }[data-css=\"tve-u-162717cb60f\"] { padding: 0px !important; margin-bottom: 25px !important; }[data-css=\"tve-u-162717cb610\"] { padding: 0px !important; margin-bottom: 35px !important; }#tve_editor [data-css=\"tve-u-162717cb616\"] { text-transform: none !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-162717cb617\"] { margin-left: 0px; padding: 0px !important; }[data-css=\"tve-u-162717cb618\"] { max-width: none; margin-top: 0px !important; }[data-css=\"tve-u-162717cb620\"] { clip-path: url(\"#clip-bottom-c883ac5175045\"); -webkit-clip-path: url(\"#clip-bottom-c883ac5175045\");  background-image: linear-gradient(90deg, rgb(15, 29, 123) 0%, rgba(15, 29, 123, 0.42) 100%), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-hero-img.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-162717cb609\"] { max-width: 1200px; min-height: 630px !important; }[data-css=\"tve-u-162717cb621\"] { z-index: 1; padding: 125px 40px 0px !important; margin-top: -130px !important; }[data-css=\"tve-u-162717cb623\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-162717cb624\"] { min-height: 54px; }[data-css=\"tve-u-162717cb623\"] { max-width: 304px; float: left; z-index: 3; position: relative; width: 100%; padding: 2px !important; margin: 0px auto 18px !important; }#tve_editor [data-css=\"tve-u-162717cb625\"] .tcb-button-link { font-size: 18px; color: rgb(15, 29, 123) !important; }#tve_editor [data-css=\"tve-u-162717cb625\"]:hover strong { font-weight: 700 !important; }[data-css=\"tve-u-162717cb625\"] { display: block; max-width: 300px; width: 300px; float: none; z-index: 3; position: relative; margin: 0px auto !important; }#tve_editor [data-css=\"tve-u-162717cb625\"]:hover .tcb-button-link { color: rgb(255, 255, 255) !important; border-radius: 200px !important; overflow: hidden !important; font-family: Monda !important; font-weight: 400 !important; text-shadow: none !important; background-image: none !important; background-color: rgb(15, 29, 123) !important; }[data-css=\"tve-u-162717cb625\"] .tcb-button-link { border-radius: 200px; min-height: 54.7619px; font-size: 1.33333em; padding-top: 0px; padding-bottom: 0px; background-image: none !important; background-color: rgb(255, 255, 255) !important; padding-right: 15px !important; font-weight: bold !important; }#tve_editor [data-css=\"tve-u-162717cb623\"]:hover [data-css=\"tve-u-162717cb626\"] { border: 1px solid rgba(255, 255, 255, 0.6) !important; }[data-css=\"tve-u-162717cb626\"] { border-radius: 200px; overflow: hidden; border: 1px solid rgb(255, 255, 255) !important; }[data-css=\"tve-u-162717d1bb6\"] { border-right: 1px solid rgba(255, 255, 255, 0.2); }[data-css=\"tve-u-162717d1bbc\"] { border-left: none; padding: 0px !important; }[data-css=\"tve-u-162717d1bbe\"] { border-bottom: 1px solid rgba(255, 255, 255, 0.2); float: none; width: 100%; position: relative; z-index: 10; max-width: 1600px; margin: 0px auto !important; }[data-css=\"tve-u-162717d1bbf\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-162717d1bbf\"] > .tcb-flex-col { padding-left: 17px; }[data-css=\"tve-u-162717d1bbf\"] { margin-left: -17px; min-height: inherit; padding: 25px 0px 0px 40px !important; }#tve_editor [data-css=\"tve-u-162717d1bbe\"] p, #tve_editor [data-css=\"tve-u-162717d1bbe\"] li, #tve_editor [data-css=\"tve-u-162717d1bbe\"] blockquote, #tve_editor [data-css=\"tve-u-162717d1bbe\"] address { font-size: 16px; }#tve_editor [data-css=\"tve-u-162717d1bc3\"] > :first-child { color: rgb(255, 255, 255); }[data-css=\"tve-u-162717d1bc3\"] { font-size: 25px !important; width: 25px !important; height: 25px !important; z-index: 4; position: relative; float: left; margin: 3px 5px 0px 0px !important; padding-left: 0px !important; }[data-css=\"tve-u-162717d1bc5\"] { border-right: none; padding: 0px !important; position: static !important; }[data-css=\"tve-u-162718f6444\"] { z-index: 12; float: right; width: 100%; max-width: 600px; bottom: -30px; right: -88px; position: absolute !important; padding: 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-162718f6446\"] { min-height: 600px; }[data-css=\"tve-u-162718f6447\"] { clip-path: url(\"#clip-bottom-6d4048c9836f6\"); -webkit-clip-path: url(\"#clip-bottom-6d4048c9836f6\");  background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-Bmw.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }#tve_editor [data-css=\"tve-u-16271adf6cf\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-16271adf6cf\"] { font-size: 30px; width: 30px; height: 30px; top: 22px; left: 20px; border-bottom: 1px solid rgb(10, 93, 165); margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1641367e553\"] > :first-child { color: rgba(15, 29, 123, 0.12); }[data-css=\"tve-u-1641367e553\"] { font-size: 60px; float: none; box-shadow: none; width: 60px; height: 60px; margin: -55px auto 60px !important; padding-right: 17px !important; }[data-css=\"tve-u-16416e4fafd\"] { box-shadow: rgba(0, 0, 0, 0.02) 0px 2px 22px 0px; background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16416e603ab\"] { box-shadow: rgba(0, 0, 0, 0.12) 0px 3px 44px 0px; background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-164179a84b8\"] > .tve-cb { display: block; }[data-css=\"tve-u-164179a84b8\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-164179bced9\"] { border-right: none; padding: 0px !important; position: static !important; }[data-css=\"tve-u-16417b4cb9e\"] { padding: 0px 0px 50px !important; }[data-css=\"tve-u-16417b62c09\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-16417b662bf\"] { margin-top: 0px !important; margin-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-16417e5bd95\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-16417e5bd95\"] { font-size: 18px; width: 18px; height: 18px; z-index: 4; position: relative; float: left; margin: 3px 15px 0px 0px !important; padding-left: 0px !important; }[data-css=\"tve-u-1641c1af44d\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1641c1b01a6\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1641c1b0a67\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1641c1b12d8\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }#tve_editor [data-css=\"tve-u-1641c1b33f9\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-1641c1b33f9\"] { font-size: 30px; width: 30px; height: 30px; top: 22px; left: 20px; border-bottom: 1px solid rgb(10, 93, 165); margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1641c1b456a\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-1641c1b456a\"] { font-size: 30px; width: 30px; height: 30px; top: 22px; left: 20px; border-bottom: 1px solid rgb(10, 93, 165); margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1641c1b52d3\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-1641c1b52d3\"] { font-size: 30px; width: 30px; height: 30px; top: 22px; left: 20px; border-bottom: 1px solid rgb(10, 93, 165); margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1641c1b60b4\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-1641c1b60b4\"] { font-size: 30px; width: 30px; height: 30px; top: 22px; left: 20px; border-bottom: 1px solid rgb(10, 93, 165); margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-16422a1ce91\"] { float: none; width: 100%; max-width: 227px; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; }#tve_editor [data-css=\"tve-u-16422a1ce92\"] { font-size: 16px !important; color: rgb(12, 12, 12) !important; }#tve_editor [data-css=\"tve-u-16422a1ce93\"] { font-size: 16px !important; color: rgb(18, 18, 18) !important; }[data-css=\"tve-u-16422a1ce92\"] { line-height: 1.7em !important; }[data-css=\"tve-u-16422a1ce93\"] { line-height: 1.7em !important; }#tve_editor [data-css=\"tve-u-16422a1ce94\"] { font-size: 16px !important; color: rgb(29, 26, 31) !important; }[data-css=\"tve-u-16422a1ce94\"] { line-height: 1.7em !important; }#tcb_landing_page .tcb-plain-text { color: rgb(0, 0, 0); font-family: Merriweather; font-weight: 400; }#tcb_landing_page .tcb-plain-text strong { font-weight: 700; }[data-css=\"tve-u-162717d1bbe\"] p { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-162717d1bbe\"] h3 { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-16959822de2\"] { width: 291px; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-16959846d3d\"] { margin-top: -10px !important; }}@media (max-width: 1023px){[data-css=\"tve-u-1621ebfa746\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621eb037bb\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621ec78d2c\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621ec6c39b\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-162717cb602\"] { clip-path: url(\"#clip-tablet-bottom-eab511de4ba9e\"); -webkit-clip-path: url(\"#clip-tablet-bottom-eab511de4ba9e\");  }[data-css=\"tve-u-1621b064668\"] { max-width: 49%; }[data-css=\"tve-u-1621b064646\"] { max-width: 51%; }[data-css=\"tve-u-1621b3c74d9\"] { max-width: 100%; }[data-css=\"tve-u-1621f0b0088\"] { min-height: 100px !important; }[data-css=\"tve-u-1621ee3afec\"] > .tve-cb { display: block; }[data-css=\"tve-u-16417b97d3c\"]::after { clear: both; }[data-css=\"tve-u-1621e7ceab3\"] > .tve-cb { display: block; }[data-css=\"tve-u-1621ea50702\"] { float: none; width: 100%; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621ae4fd21\"] > .tve-cb { display: block; }[data-css=\"tve-u-162717cb60f\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-162717cb610\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-16223dad661\"] { padding-top: 20px !important; }[data-css=\"tve-u-1641367127b\"] { float: none; font-size: 50px; width: 50px; height: 50px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1641367e553\"] { float: none; font-size: 50px; width: 50px; height: 50px; margin: -44px auto 40px !important; padding-right: 12px !important; }[data-css=\"tve-u-1621e7b695a\"] { margin-bottom: 50px !important; }[data-css=\"tve-u-1621ee37f4a\"] { min-height: 262px; }[data-css=\"tve-u-1621ada1e7f\"] { padding: 50px 30px 50px 0px !important; }[data-css=\"tve-u-1621b072b4e\"] { max-width: 100%; }[data-css=\"tve-u-1621a2247ba\"] { margin-bottom: 60px !important; }[data-css=\"tve-u-16229f6175c\"] { margin-top: 0px !important; }[data-css=\"tve-u-162717cb60b\"] { height: calc(100% - -85px); margin-top: -85px !important; }[data-css=\"tve-u-162717cb617\"] .tcb-flex-col { flex-basis: 560px !important; }#tcb_landing_page h5 { line-height: 1.3em; }#tcb_landing_page h6 { line-height: 1.4em; }#tcb_landing_page p, #tcb_landing_page li { line-height: 1.5em; }[data-css=\"tve-u-1628a146aef\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1628a12f675\"] { margin-bottom: 40px !important; }[data-css=\"tve-u-1628a10d3b4\"] { margin-bottom: 40px !important; }[data-css=\"tve-u-162718bd0c0\"] { clip-path: url(\"#clip-tablet-top-a3b25e1c9221a\"); -webkit-clip-path: url(\"#clip-tablet-top-a3b25e1c9221a\");  background-color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-162717cb621\"] { z-index: 6; padding-top: 70px !important; margin-top: -84px !important; }[data-css=\"tve-u-162718a3b40\"] { max-width: 100%; min-height: 1px !important; }[data-css=\"tve-u-16271adf6cf\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-162493d5f13\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-162717fcf9d\"] { margin-top: -40px !important; padding-top: 90px !important; padding-left: 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-16260d3f4af\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16260d3f4aa\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1621fb65556\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1621fb68b97\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16260d8396c\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16260d8392c\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16260d39b83\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-16260c5ff07\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-16260ba2fa4\"] { padding: 50px 40px !important; }[data-css=\"tve-u-16260be7104\"] { max-width: 100%; }[data-css=\"tve-u-1621ebbbb6d\"] { margin-top: -1px !important; }[data-css=\"tve-u-1621eaaedd8\"] { clip-path: url(\"#clip-tablet-bottom-a2b9cf3198d6f\"); -webkit-clip-path: url(\"#clip-tablet-bottom-a2b9cf3198d6f\");  }[data-css=\"tve-u-1621e7e9950\"] { margin-top: -1px !important; }[data-css=\"tve-u-16229fa8c68\"] { padding: 0px 20px 20px !important; }[data-css=\"tve-u-1622f65ba70\"] { padding: 0px 20px 20px !important; }[data-css=\"tve-u-16249373b25\"] { padding-left: 20px !important; padding-right: 20px !important; padding-bottom: 20px !important; }[data-css=\"tve-u-162493b6b63\"] { padding-left: 20px !important; padding-bottom: 20px !important; padding-right: 20px !important; }[data-css=\"tve-u-16249367114\"] { margin-top: 20px !important; }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-1624935a201\"] { line-height: 1.3em !important; }[data-css=\"tve-u-16249358652\"] { line-height: 1.3em !important; }[data-css=\"tve-u-16249355087\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1625389b4ed\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1625389a3d5\"] { line-height: 1.3em !important; }[data-css=\"tve-u-16248fc42a1\"] { line-height: 1.3em !important; }[data-css=\"tve-u-162493a03b0\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-162493a03b0\"] .tcb-flex-col { flex-basis: 145px !important; }[data-css=\"tve-u-1622a159bcb\"] { float: none; max-width: 85%; margin: 0px auto !important; padding-top: 0px !important; }[data-css=\"tve-u-16229fa6a26\"] { margin-bottom: 20px !important; padding: 0px 20px 20px !important; }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16229ffbb7b\"] { min-height: inherit; margin-left: -20px; }[data-css=\"tve-u-1621ad46076\"] { margin-bottom: 0px !important; margin-top: 0px !important; padding: 50px 40px !important; }#tve_editor [data-css=\"tve-u-1621b028939\"] .tcb-button-link { font-size: 18px; }[data-css=\"tve-u-16223f02c16\"] { min-height: 54px; }[data-css=\"tve-u-1621b01355a\"] { max-width: 304px; padding: 2px !important; }[data-css=\"tve-u-1620af7eb3f\"] { float: none; z-index: 3; position: relative; display: block; max-width: 300px; width: 300px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621afda4fa\"] { max-width: 100%; margin-bottom: 30px !important; }[data-css=\"tve-u-16224716d62\"]::after { clear: both; }[data-css=\"tve-u-1621f0aa8f7\"] { margin-top: 0px !important; }[data-css=\"tve-u-1621e7e6c1d\"] { min-height: 150px; }[data-css=\"tve-u-1621e7edfd9\"] { clip-path: url(\"#clip-tablet-bottom-10ffac3b28f1d\"); -webkit-clip-path: url(\"#clip-tablet-bottom-10ffac3b28f1d\");  }[data-css=\"tve-u-1621ebf340c\"] { float: none; width: 100%; padding: 0px !important; margin-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621e7d5094\"] { min-height: 455px; }[data-css=\"tve-u-1621adea58b\"] > .tcb-flex-col > .tcb-col { justify-content: center; }[data-css=\"tve-u-16223dad661\"]::after { clear: both; }[data-css=\"tve-u-1621e8107f3\"] { float: none; margin-left: auto !important; margin-right: auto !important; margin-bottom: 20px !important; }[data-css=\"tve-u-16223b080b0\"] { float: none; margin-left: auto !important; margin-right: auto !important; margin-top: -1px !important; }[data-css=\"tve-u-1621eb3eb9f\"] { clip-path: url(\"#clip-tablet-bottom-ac98bb0e54b3b\"); -webkit-clip-path: url(\"#clip-tablet-bottom-ac98bb0e54b3b\");  }[data-css=\"tve-u-1621fe78878\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1621fe78878\"] { min-height: inherit; }#tve_editor [data-css=\"tve-u-1621e92e97f\"] { font-size: 22px !important; }#tve_editor [data-css=\"tve-u-1621e942b65\"] { letter-spacing: 0px; font-size: 1.5em !important; }#tve_editor [data-css=\"tve-u-1621fe1bd18\"] { letter-spacing: 0px; font-size: 1.5em !important; }#tve_editor [data-css=\"tve-u-1621fe1a1af\"] { font-size: 22px !important; }#tve_editor [data-css=\"tve-u-1621fe1725e\"] { letter-spacing: 0px; font-size: 1.5em !important; }#tve_editor [data-css=\"tve-u-1621fe1587d\"] { font-size: 22px !important; }[data-css=\"tve-u-1621ef118dc\"] { position: relative; top: -50px; left: 30px; width: 100%; }[data-css=\"tve-u-1621ee3afec\"] { padding: 40px 0px 0px !important; }[data-css=\"tve-u-1621ee63e1c\"] { max-width: none; margin-bottom: 30px !important; }[data-css=\"tve-u-1621ee74a24\"] { top: 0px; right: 0px; font-size: 45px; width: 45px; height: 45px; float: none; padding-left: 0px !important; margin: 0px auto !important; }[data-css=\"tve-u-1621ee18a1c\"] { margin-top: 40px !important; margin-left: 20px !important; margin-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-1621fdcb4ea\"] { letter-spacing: 1px; font-size: 1.5em !important; }[data-css=\"tve-u-1621ec7f21a\"] { min-height: 150px; }[data-css=\"tve-u-1621eacf6af\"] { float: none; max-width: 230px; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621fd9c946\"] { max-width: 380px; float: none; width: 100%; margin: 0px auto !important; padding-left: 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-1621eb81205\"] { margin-top: 0px !important; }[data-css=\"tve-u-1621eb7ccb0\"] { min-height: 455px; }[data-css=\"tve-u-1621fd8766c\"] { min-height: 150px; }[data-css=\"tve-u-1621fd84d7b\"] { min-height: 430px; }[data-css=\"tve-u-1621e7c7aa1\"] .tcb-flex-col { flex-basis: 300px !important; }#tve_editor [data-css=\"tve-u-1621e7a7350\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621e7c899a\"] { float: none; max-width: 100%; margin-left: auto !important; margin-right: auto !important; margin-top: 0px !important; }[data-css=\"tve-u-1621e7c7aa1\"] { margin-left: -20px; flex-direction: row; }[data-css=\"tve-u-1621e7c7aa1\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-1621b3c8c52\"] { padding: 50px 40px !important; }[data-css=\"tve-u-1621fc0ce17\"] { margin-top: 10px !important; margin-bottom: 7px !important; }[data-css=\"tve-u-1621fbcad8c\"] { padding-left: 0px !important; padding-right: 30px !important; }[data-css=\"tve-u-1621fbacc60\"] { max-width: 177px; }[data-css=\"tve-u-1621fb68b97\"] { margin-left: -15px; min-height: inherit; padding: 20px !important; }[data-css=\"tve-u-1621fb68b97\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-1621fb65556\"] { margin-left: -15px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-1621fb65556\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-1621b200375\"] { float: none; max-width: 100%; margin: 0px auto !important; }[data-css=\"tve-u-1621b0e4fb7\"] { max-width: 100%; float: none; z-index: 3; position: relative; margin-right: auto !important; margin-left: auto !important; margin-bottom: 20px !important; }#tve_editor [data-css=\"tve-u-1621b10fccf\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621ae0bec7\"] { background-image: none !important; margin-top: 0px !important; }[data-css=\"tve-u-1621ae6c8da\"] { clip-path: url(\"#clip-tablet-top-aa2c3e3c70555\"); -webkit-clip-path: url(\"#clip-tablet-top-aa2c3e3c70555\");  }[data-css=\"tve-u-1621adba9ef\"] { clip-path: url(\"#clip-tablet-top-52d5a36c151aa\"); -webkit-clip-path: url(\"#clip-tablet-top-52d5a36c151aa\");  }[data-css=\"tve-u-1621ad420c4\"] { max-width: 100%; min-height: 1px !important; }[data-css=\"tve-u-1621f45bed3\"] { padding: 0px !important; }[data-css=\"tve-u-1621ae4fd21\"] { max-width: 100%; left: 0px; top: 0px; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621ae4db6e\"] { min-height: 300px; }#tve_editor [data-css=\"tve-u-1621afd8c98\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621afcc0bf\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621afceb00\"] { max-width: 100%; margin-bottom: 30px !important; }[data-css=\"tve-u-1621a98b602\"] { stroke-dasharray: 534.071, 534.071; }[data-css=\"tve-u-1621a9750ae\"] { font-size: 14.45px !important; line-height: 14.45px !important; }[data-css=\"tve-u-1621a9a2867\"] { font-size: 51px !important; line-height: 51px !important; }[data-css=\"tve-u-1621a9a2866\"] { margin-top: 42.5px !important; }[data-css=\"tve-u-1621a96b190\"] { width: 153px !important; height: 153px !important; top: 8.5px !important; bottom: 8.5px !important; left: 8.5px !important; right: 8.5px !important; }[data-css=\"tve-u-1621a9685d4\"] { stroke-width: 18px !important; }[data-css=\"tve-u-1621a9a2862\"] { width: 170px !important; height: 170px !important; }[data-css=\"tve-u-1621a983587\"] { float: none; border: 20px solid rgba(137, 141, 167, 0.24); margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621a8b2488\"] { float: none; max-width: 100%; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621a8a804b\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1621a8a804b\"] { margin-left: -24px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-1621a8a804b\"] > .tcb-flex-col { padding-left: 24px; }#tve_editor [data-css=\"tve-u-1621a2e0d5b\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621b028939\"] { position: relative; float: left; z-index: 3; display: block; max-width: 300px; width: 300px; margin-top: 15px !important; }[data-css=\"tve-u-1621adea58b\"] { margin-left: -30px; }[data-css=\"tve-u-1621adea58b\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-1621ade6172\"] { max-width: 100%; position: static; }#tve_editor [data-css=\"tve-u-16248fc42a1\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-16249355087\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-16249358652\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-1624935a201\"] { font-size: 18px !important; }[data-css=\"tve-u-1624939a960\"] { margin-bottom: 0px !important; padding-bottom: 20px !important; padding-left: 20px !important; padding-right: 20px !important; }[data-css=\"tve-u-162493a03b0\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-162493a03b0\"] { min-height: inherit; margin-left: -20px; }#tve_editor [data-css=\"tve-u-1625389a3d5\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-1625389b4ed\"] { font-size: 18px !important; }[data-css=\"tve-u-16260c39a7e\"] { float: none; max-width: 100%; margin: 0px auto !important; }[data-css=\"tve-u-16260d3f4aa\"] { margin-left: -15px; min-height: inherit; padding: 20px !important; }[data-css=\"tve-u-16260d3f4aa\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-16260d3f4af\"] { margin-left: -15px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-16260d3f4af\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-16260d8392c\"] { margin-left: -15px; min-height: inherit; padding: 20px !important; }[data-css=\"tve-u-16260d8392c\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-16260d8396c\"] { margin-left: -15px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-16260d8396c\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-16260da3aa7\"] { float: none; max-width: 100%; margin: 0px !important; }[data-css=\"tve-u-162717cb60c\"] { display: block; max-width: 300px; width: 300px; }[data-css=\"tve-u-162717cb609\"] { max-width: 100%; min-height: 1px !important; }[data-css=\"tve-u-162717cb605\"] { clip-path: url(\"#clip-tablet-bottom-7920fc765722d\"); -webkit-clip-path: url(\"#clip-tablet-bottom-7920fc765722d\");  background-color: rgba(244, 149, 29, 0) !important; }[data-css=\"tve-u-162717cb60a\"] { padding: 0px !important; }[data-css=\"tve-u-162717cb618\"] { float: none; max-width: 100%; margin-top: 60px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-162717cb620\"] { clip-path: url(\"#clip-tablet-bottom-c883ac5175045\"); -webkit-clip-path: url(\"#clip-tablet-bottom-c883ac5175045\");  }[data-css=\"tve-u-162717cb603\"] { min-height: 220px; }[data-css=\"tve-u-162717cb604\"] { max-width: 350px; float: right; z-index: 3; position: relative; width: 100%; bottom: 7px; left: 0px; margin-top: 0px !important; margin-left: 0px !important; padding-left: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-162717cb608\"] { max-width: 350px; position: relative; float: right; z-index: 3; width: 100%; top: 0px; right: 0px; margin-top: 0px !important; }[data-css=\"tve-u-162717cb606\"] { min-height: 1px; }[data-css=\"tve-u-162717d1bbf\"] { margin-left: 0px; padding: 25px 25px 0px !important; }[data-css=\"tve-u-162717d1bbf\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-162717d1bc5\"] { border-right: none; padding-left: 30px !important; padding-right: 0px !important; }[data-css=\"tve-u-162717d1bb6\"] { padding-left: 0px !important; }[data-css=\"tve-u-162717d1bbc\"] { border-left: none; border-right: none; padding-left: 30px !important; padding-bottom: 10px !important; }[data-css=\"tve-u-162717d1bc3\"] { font-size: 14px; width: 14px; height: 14px; margin-bottom: -14px !important; margin-left: 0px !important; }[data-css=\"tve-u-162717d1bbe\"] { max-width: 100%; margin-left: 0px !important; margin-right: 30px !important; }[data-css=\"tve-u-162718f6444\"] { max-width: 360px; bottom: -35px; position: relative; left: 40px; margin-bottom: 0px !important; }[data-css=\"tve-u-162718f6446\"] { min-height: 300px; }[data-css=\"tve-u-162718f6447\"] { clip-path: url(\"#clip-tablet-bottom-6d4048c9836f6\"); -webkit-clip-path: url(\"#clip-tablet-bottom-6d4048c9836f6\");  }[data-css=\"tve-u-164179bced9\"] { border-right: none; padding-left: 30px !important; padding-right: 0px !important; }[data-css=\"tve-u-16417b62c09\"] { max-width: 177px; }[data-css=\"tve-u-16417b662bf\"] { max-width: 177px; }[data-css=\"tve-u-16417e5bd95\"] { font-size: 14px; width: 14px; height: 14px; margin-bottom: -14px !important; margin-left: 0px !important; }[data-css=\"tve-u-1641c1b33f9\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-1641c1b456a\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-1641c1b52d3\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-1641c1b60b4\"] { font-size: 25px; width: 25px; height: 25px; }#tve_editor [data-css=\"tve-u-16422a1ce94\"] { font-size: 16px !important; }}@media (max-width: 767px){[data-css=\"tve-u-162717cb605\"] { clip-path: url(\"#clip-mobile-bottom-7920fc765722d\"); -webkit-clip-path: url(\"#clip-mobile-bottom-7920fc765722d\");  }[data-css=\"tve-u-162717cb602\"] { clip-path: url(\"#clip-mobile-bottom-eab511de4ba9e\"); -webkit-clip-path: url(\"#clip-mobile-bottom-eab511de4ba9e\");  }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-16417e9d24e\"]::after { clear: both; }[data-css=\"tve-u-16417e56e97\"]::after { clear: both; }[data-css=\"tve-u-16417b70f47\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 0px !important; }[data-css=\"tve-u-1621e819c52\"] { min-height: 100px; }[data-css=\"tve-u-1621e8107f3\"] { max-width: 100px; }[data-css=\"tve-u-1621fd8766c\"] { min-height: 144px; }[data-css=\"tve-u-1621ec79a7d\"] { min-height: 100px; }[data-css=\"tve-u-1621ec78d2c\"] { max-width: 100px; }[data-css=\"tve-u-1621ec7f21a\"] { min-height: 144px; }[data-css=\"tve-u-1621e7e6c1d\"] { min-height: 144px; }[data-css=\"tve-u-16417b4cb9e\"] { padding-bottom: 30px !important; }[data-css=\"tve-u-1621ec752da\"] { min-height: 100px; }[data-css=\"tve-u-1621ec6c39b\"] { max-width: 100px; }[data-css=\"tve-u-1621fd84d7b\"] { min-height: 430px; }[data-css=\"tve-u-1621e7c7aa1\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16223dad661\"] { padding-top: 0px !important; }[data-css=\"tve-u-1621b3c74d9\"] { max-width: 100%; }[data-css=\"tve-u-1621eb81205\"] { max-width: 100%; margin-bottom: 20px !important; }[data-css=\"tve-u-1621e7ceab3\"] { max-width: 100%; margin-bottom: 20px !important; }[data-css=\"tve-u-1621f0b0088\"] { min-height: 120px !important; }[data-css=\"tve-u-1621f0da775\"] { float: none; width: 100%; max-width: 280px; margin: 0px auto 20px !important; }[data-css=\"tve-u-1621ee37f4a\"] { min-height: 260px; }[data-css=\"tve-u-1621ee3afec\"] > .tve-cb { display: flex; justify-content: center; flex-direction: column; }[data-css=\"tve-u-1621ee63e1c\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1641367127b\"] { font-size: 30px; width: 30px; height: 30px; }[data-css=\"tve-u-1641367e553\"] { float: none; font-size: 30px; width: 30px; height: 30px; margin: -30px auto 30px !important; padding-right: 10px !important; }[data-css=\"tve-u-1621ada1e7f\"] { padding: 0px !important; }[data-css=\"tve-u-162717cb617\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-162717cb617\"] { min-height: inherit; }[data-css=\"tve-u-16229fa6a26\"] { height: calc(100% - 21px); margin-bottom: 0px !important; margin-top: 21px !important; }[data-css=\"tve-u-1624939a960\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-162493a03b0\"] .tcb-flex-col { flex-basis: 400px !important; }[data-css=\"tve-u-1621a2247ba\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-164179f09a6\"]::after { clear: both; }[data-css=\"tve-u-162717cb60f\"] { margin-bottom: 25px !important; }[data-css=\"tve-u-162717d1bbf\"] .tcb-flex-col { flex-basis: 120px !important; }[data-css=\"tve-u-1621ee3afec\"] { max-width: 100%; padding: 0px !important; position: static !important; }#tve_editor [data-css=\"tve-u-1641333d7d1\"] { font-size: 14px !important; }[data-css=\"tve-u-162717cb60b\"] { margin-top: 0px !important; }[data-css=\"tve-u-162717cb621\"] { z-index: 2; padding-left: 20px !important; padding-right: 20px !important; margin-top: -120px !important; padding-top: 0px !important; }[data-css=\"tve-u-162717cb617\"] .tcb-flex-col { flex-basis: 435px !important; }[data-css=\"tve-u-16369305186\"] { float: right; width: 100%; max-width: 155px; z-index: 3; position: relative; margin: -10px auto 0px !important; }#tcb_landing_page h6 { line-height: 1.4em; }#tcb_landing_page h5 { line-height: 1.3em; }#tcb_landing_page p, #tcb_landing_page li { font-size: 14px; }#tcb_landing_page h2 { font-size: 28px; }#tcb_landing_page h1 { font-size: 35px; }[data-css=\"tve-u-16260ba2fa4\"] { padding-bottom: 40px !important; padding-left: 20px !important; padding-right: 20px !important; }[data-css=\"tve-u-1628a10d3b4\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-1628a12f675\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-162717cb610\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-16271bfe70c\"] { padding: 0px !important; }[data-css=\"tve-u-162717fcf9d\"] { z-index: 1; margin-top: 0px !important; padding-top: 75px !important; padding-left: 20px !important; padding-right: 20px !important; }[data-css=\"tve-u-162718bd0c0\"] { clip-path: url(\"#clip-mobile-top-a3b25e1c9221a\"); -webkit-clip-path: url(\"#clip-mobile-top-a3b25e1c9221a\");  }[data-css=\"tve-u-1621eb3eb9f\"] { clip-path: url(\"#clip-mobile-bottom-ac98bb0e54b3b\"); -webkit-clip-path: url(\"#clip-mobile-bottom-ac98bb0e54b3b\");  }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col > .tcb-col { min-height: 155px; }[data-css=\"tve-u-16229ffbb7b\"] { min-height: inherit; margin-left: 0px; }[data-css=\"tve-u-16229fa8c68\"] { height: calc(100% - 28px); margin-bottom: 0px !important; margin-top: 20px !important; }[data-css=\"tve-u-1622f65ba70\"] { height: calc(100% - 20px); margin-bottom: 0px !important; margin-top: 20px !important; }[data-css=\"tve-u-16229f6175c\"] { margin-top: 0px !important; }[data-css=\"tve-u-1622a159bcb\"] { float: none; max-width: 100%; margin-left: auto !important; margin-right: auto !important; padding-top: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-16229ae62a7\"] { border-right: none; }#tve_editor [data-css=\"tve-u-16228c764b2\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-16228c75500\"] { font-size: 18px !important; }[data-css=\"tve-u-1621fb65556\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-1621a983587\"] { border: 20px solid rgba(137, 141, 167, 0.32); }[data-css=\"tve-u-1621ee74a24\"] { float: none; margin-left: auto !important; margin-right: auto !important; margin-bottom: 10px !important; }[data-css=\"tve-u-1621afda4fa\"] { max-width: 100%; margin-bottom: 20px !important; }[data-css=\"tve-u-16223f02c16\"] { min-height: 54px; }[data-css=\"tve-u-1621f0aa8f7\"] { margin-top: 0px !important; }#tve_editor [data-css=\"tve-u-1622444fb11\"] { letter-spacing: 0px; }[data-css=\"tve-u-16224439be1\"] { padding: 0px !important; }[data-css=\"tve-u-1621fb68b97\"] { padding: 0px !important; }[data-css=\"tve-u-1621afceb00\"] { max-width: 100%; margin-bottom: 30px !important; }[data-css=\"tve-u-1621b0e4fb7\"] { float: none; margin-right: auto !important; margin-bottom: 30px !important; padding-left: 0px !important; margin-left: auto !important; }[data-css=\"tve-u-1621ebf340c\"] { padding-bottom: 40px !important; }[data-css=\"tve-u-1621ea50702\"] { float: none; width: 100%; padding: 0px !important; margin-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621e7d5094\"] { min-height: 430px; }[data-css=\"tve-u-1621eb7ccb0\"] { min-height: 430px; }[data-css=\"tve-u-1621ee03000\"] { flex-direction: column; }[data-css=\"tve-u-16223fe5f5b\"] { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621f0d2c1a\"] { margin-left: 25px !important; margin-right: 25px !important; }[data-css=\"tve-u-1621ee18a1c\"] { margin: 0px 20px 20px 0px !important; }[data-css=\"tve-u-1621ef118dc\"] { top: 0px; width: 245px; position: relative; float: none; z-index: 5; left: 0px; margin: -22px auto 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-1621fd9c946\"] { max-width: 100%; margin-top: 0px !important; margin-left: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-16223fc9f23\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-1621e7c899a\"] { max-width: none; float: none; margin-top: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621b3c8c52\"] { padding: 40px 20px !important; }[data-css=\"tve-u-1621fbcad8c\"] { padding: 20px !important; }[data-css=\"tve-u-1621fb65556\"] { margin-left: 0px; padding: 0px !important; }[data-css=\"tve-u-1621fbacc60\"] { max-width: 126px; float: none; margin-left: auto !important; margin-right: auto !important; margin-top: 20px !important; }[data-css=\"tve-u-1621b200375\"] { float: none; margin-top: 0px !important; margin-left: auto !important; margin-right: auto !important; }#tve_editor [data-css=\"tve-u-1621b10fccf\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621b028939\"] { display: block; max-width: 100%; width: 100%; float: none; min-width: 100%; margin-left: auto !important; margin-right: auto !important; margin-top: 0px !important; }[data-css=\"tve-u-1621ae4db6e\"] { min-height: 270px; }[data-css=\"tve-u-1621ae6c8da\"] { clip-path: url(\"#clip-mobile-top-aa2c3e3c70555\"); -webkit-clip-path: url(\"#clip-mobile-top-aa2c3e3c70555\");  }[data-css=\"tve-u-1621adba9ef\"] { clip-path: url(\"#clip-mobile-top-52d5a36c151aa\"); -webkit-clip-path: url(\"#clip-mobile-top-52d5a36c151aa\");  }[data-css=\"tve-u-16223f02c16\"]::after { clear: both; }[data-css=\"tve-u-1621b01355a\"] { max-width: 100%; float: none; margin-left: auto !important; margin-right: auto !important; margin-bottom: 15px !important; }[data-css=\"tve-u-1620af7eb3f\"] { float: none; display: block; max-width: 100%; width: 100%; min-width: 100%; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621ae0bec7\"]::after { clear: both; }[data-css=\"tve-u-1621f45bed3\"] { padding: 40px 20px 0px !important; }[data-css=\"tve-u-1621ad46076\"] { margin: 0px !important; padding: 30px 20px !important; }[data-css=\"tve-u-1621adea58b\"] { flex-flow: row-reverse wrap-reverse !important; }[data-css=\"tve-u-1621ae4fd21\"] { margin-top: 0px !important; position: static !important; }[data-css=\"tve-u-1621a8b2488\"] { float: none; max-width: 100%; margin-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621a8a804b\"] { padding-left: 0px !important; padding-right: 0px !important; }#tve_editor [data-css=\"tve-u-1621a2e0d5b\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621e7c7aa1\"] { flex-direction: column; min-height: inherit; }[data-css=\"tve-u-16249367114\"] { margin-top: 0px !important; }[data-css=\"tve-u-16249373b25\"] { height: calc(100% - 20px); margin-bottom: 0px !important; background-image: linear-gradient(rgb(248, 249, 251), rgb(248, 249, 251)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; margin-top: 20px !important; }[data-css=\"tve-u-162493a03b0\"] > .tcb-flex-col > .tcb-col { min-height: 155px; }[data-css=\"tve-u-162493a03b0\"] { min-height: inherit; }[data-css=\"tve-u-162493b6b63\"] { height: calc(100% - 20px); margin-bottom: 0px !important; margin-top: 20px !important; }[data-css=\"tve-u-16260c39a7e\"] { float: none; margin-top: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-16260d3f4aa\"] { padding: 0px !important; }[data-css=\"tve-u-16260d3f4af\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-16260d3f4af\"] { margin-left: 0px; padding: 0px !important; }[data-css=\"tve-u-16260d8392c\"] { padding: 0px !important; }[data-css=\"tve-u-16260d8396c\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-16260d8396c\"] { margin-left: 0px; padding: 0px !important; }[data-css=\"tve-u-16260da3aa7\"] { float: none; margin-top: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-162717cb60c\"] { display: block; max-width: 100%; width: 100%; min-width: 100%; float: none; margin-left: auto !important; margin-right: auto !important; margin-bottom: 20px !important; }[data-css=\"tve-u-162717cb618\"] { margin: 140px 0px 0px !important; }[data-css=\"tve-u-162717cb606\"] { min-height: 175px; }[data-css=\"tve-u-162717cb620\"] { clip-path: url(\"#clip-mobile-bottom-c883ac5175045\"); -webkit-clip-path: url(\"#clip-mobile-bottom-c883ac5175045\");  }[data-css=\"tve-u-162717cb608\"] { max-width: 100%; margin-top: 0px !important; padding-bottom: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-162717cb604\"] { margin-top: 0px !important; }[data-css=\"tve-u-162717cb60a\"] { padding: 0px !important; }#tve_editor [data-css=\"tve-u-162717cb616\"] { font-size: 27px !important; }#tve_editor [data-css=\"tve-u-162717cb629\"] { font-size: 18px !important; }[data-css=\"tve-u-162717cb625\"] { float: none; display: block; max-width: 100%; width: 100%; min-width: 100%; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-162717cb623\"] { max-width: 100%; float: none; width: 100%; margin: 0px auto 10px !important; }[data-css=\"tve-u-162717d1bbf\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-162717d1bbf\"] { margin-left: 0px; padding: 15px 15px 10px !important; }[data-css=\"tve-u-162717d1bbe\"] { border-bottom: 1px solid rgba(255, 255, 255, 0.2); border-right: none; margin-left: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-162717d1bbc\"] { border: none; padding-left: 0px !important; padding-right: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-162717d1bc5\"] { border-right: none; padding-left: 15px !important; padding-right: 0px !important; }[data-css=\"tve-u-162717d1bc3\"] { margin: 3px 10px 0px 0px !important; }[data-css=\"tve-u-162717d1bb6\"] { border: none; padding-top: 0px !important; padding-left: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-162718f6446\"] { min-height: 280px; }[data-css=\"tve-u-162718f6444\"] { max-width: 100%; float: none; width: 100%; top: 0px; left: 0px; margin: 0px auto -30px !important; position: relative !important; }[data-css=\"tve-u-162718f6447\"] { clip-path: url(\"#clip-mobile-bottom-6d4048c9836f6\"); -webkit-clip-path: url(\"#clip-mobile-bottom-6d4048c9836f6\");  }[data-css=\"tve-u-164179a84b8\"] { float: right; width: 100%; max-width: 155px; z-index: 3; position: relative; margin-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-164179bced9\"] { border-right: none; max-width: 155px; position: relative; padding-left: 0px !important; padding-right: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-16417b62c09\"] { max-width: 126px; float: none; margin-left: auto !important; margin-right: auto !important; margin-top: 20px !important; }[data-css=\"tve-u-16417b662bf\"] { max-width: 126px; float: none; margin-left: auto !important; margin-right: auto !important; margin-top: 20px !important; }[data-css=\"tve-u-16417e5bd95\"] { margin: 3px 10px 0px 0px !important; }}'),(6542,548,'tve_revision_tve_user_custom_css',''),(6543,548,'tve_revision_tve_page_events','a:0:{}'),(6544,548,'tve_revision_tve_globals','a:2:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";s:8:\"font_cls\";a:0:{}}'),(6545,548,'tve_revision_tve_global_scripts',''),(6546,548,'tve_revision_thrive_icon_pack','0'),(6547,548,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(6548,548,'tve_revision_tve_has_masonry','0'),(6549,548,'tve_revision_tve_has_typefocus','0'),(6550,548,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-162717d1bbe\" wfd-id=\"425\"><div class=\"tcb-flex-row tcb-medium-no-wrap v-2 tcb--cols--3\" data-css=\"tve-u-162717d1bbf\" wfd-id=\"426\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1695981e7bb\" wfd-id=\"452\"><div class=\"tcb-col\" data-css=\"tve-u-16959846d3d\" wfd-id=\"454\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16959822de2\" wfd-id=\"455\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"456\"><img class=\"tve_image wp-image-465\" alt=\"\" width=\"384\" height=\"62\" title=\"Blackhawk_custom_header\" data-id=\"465\" src=\"https://bestcerakoteflorida.com/wp-content/uploads/2019/01/Blackhawk_custom_header.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717d1bb9\" style=\"\" wfd-id=\"439\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717d1bb6\" wfd-id=\"441\"><div class=\"tcb-clear\" data-css=\"tve-u-164179f09a6\" wfd-id=\"442\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-164179a84b8\" wfd-id=\"443\">\n<div class=\"tve-content-box-background\" wfd-id=\"451\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"444\"><div class=\"tcb-clear\" wfd-id=\"449\"><a href=\"tel:1-954-848-1911\" target=\"_blank\" rel=\"\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-162717d1bc3\" data-float=\"1\" wfd-id=\"450\" data-link-wrap=\"1\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-phone-plus-light\" data-name=\"\">\n            <path d=\"M8 128h88v88c0 4.4 3.6 8 8 8h16c4.4 0 8-3.6 8-8v-88h88c4.4 0 8-3.6 8-8v-16c0-4.4-3.6-8-8-8h-88V8c0-4.4-3.6-8-8-8h-16c-4.4 0-8 3.6-8 8v88H8c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8zM487.8 24.1L387 .8c-14.7-3.4-29.8 4.2-35.8 18.1l-46.5 108.5c-5.5 12.7-1.8 27.7 8.9 36.5l53.9 44.1c-34 69.2-90.3 125.6-159.6 159.6l-44.1-53.9c-8.8-10.7-23.8-14.4-36.5-8.9L18.9 351.3c-13.9 6-21.5 21-18.1 35.8L24 487.9C27.3 502 39.9 512 54.5 512 306.7 512 512 307.8 512 54.5c0-14.6-10-27.2-24.2-30.4zM55.1 480l-23-99.6 107.4-46 59.5 72.8c103.6-48.6 159.7-104.9 208.1-208.1l-72.8-59.5 46-107.4 99.6 23C479.7 289.7 289.6 479.7 55.1 480z\"></path>\n        </svg></div></a></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162717d1bc5\" wfd-id=\"445\"><p data-css=\"tve-u-1641333d7d1\"><a href=\"tel:1-954-848-1911\" target=\"_blank\">954-848-1911</a></p></div></div>\n</div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717d1bb7\" style=\"\" wfd-id=\"427\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717d1bbc\" wfd-id=\"429\"><div class=\"tcb-clear\" data-css=\"tve-u-16417e56e97\" wfd-id=\"430\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16369305186\" wfd-id=\"431\">\n<div class=\"tve-content-box-background\" wfd-id=\"438\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16417e9d24e\" wfd-id=\"432\"><div class=\"tcb-clear\" wfd-id=\"436\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-16417e5bd95\" data-float=\"1\" wfd-id=\"437\"><svg class=\"tcb-icon\" viewBox=\"0 0 16 28\" data-name=\"map-pin\">\n<path d=\"M8 17c0.688 0 1.359-0.078 2-0.234v10.234c0 0.547-0.453 1-1 1h-2c-0.547 0-1-0.453-1-1v-10.234c0.641 0.156 1.312 0.234 2 0.234zM8 0c4.422 0 8 3.578 8 8s-3.578 8-8 8-8-3.578-8-8 3.578-8 8-8zM8 3.5c0.281 0 0.5-0.219 0.5-0.5s-0.219-0.5-0.5-0.5c-3.031 0-5.5 2.469-5.5 5.5 0 0.281 0.219 0.5 0.5 0.5s0.5-0.219 0.5-0.5c0-2.484 2.016-4.5 4.5-4.5z\"></path>\n</svg></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-164179bced9\" data-float=\"1\" wfd-id=\"433\"><p data-css=\"tve-u-1641333d7d1\">Your adress goes here</p></div></div>\n</div></div></div></div></div></div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-162717cb621\" data-value-type=\"percent\" wfd-id=\"382\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-162717cb620\" data-clip-id=\"c883ac5175045\" wfd-id=\"424\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-c883ac5175045\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9125, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-c883ac5175045\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9476, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-c883ac5175045\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9651, 1 1, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-162717cb609\" wfd-id=\"383\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-162717cb618\" wfd-id=\"384\"><div class=\"tcb-flex-row tcb-medium-wrap tcb-resized tcb--cols--2 v-2\" data-css=\"tve-u-162717cb617\" wfd-id=\"385\"><div class=\"tcb-flex-col\" data-css=\"tve-u-162717cb601\" style=\"\" wfd-id=\"400\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717cb60a\" wfd-id=\"402\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h1\" data-css=\"tve-u-162717cb610\" wfd-id=\"420\"><h1 data-css=\"tve-u-162717cb616\">With &nbsp;our car wash services &nbsp;your car looks like <span data-css=\"tve-u-16271ca808e\" style=\"color: rgb(0, 229, 255);\" wfd-id=\"423\">brand new</span></h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162717cb60f\" wfd-id=\"416\"><p data-css=\"tve-u-16413112747\">We provide reliable, affordable services for your vehicle. You can choose a q<span data-css=\"tve-u-16413111ba3\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"419\">u</span>ick exterior wash or a detailed clean, we have it all.</p></div><div class=\"tcb-clear\" data-css=\"tve-u-1641791ce1a\" wfd-id=\"407\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-162717cb623\" wfd-id=\"408\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-162717cb626\" data-tcb_hover_state_parent=\"1\" wfd-id=\"415\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-162717cb624\" wfd-id=\"409\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-162717cb625\" data-tcb_hover_state_parent=\"\" data-button-style=\"full_rounded\" wfd-id=\"410\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"411\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-162717cb629\" wfd-id=\"412\"><strong>Request an appointment</strong></span></span>\n</a>\n</div></div>\n</div></div><div class=\"tcb-clear\" data-css=\"tve-u-1641791de3b\" wfd-id=\"403\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-162717cb60c\" data-tcb_hover_state_parent=\"\" data-button-style=\"ghost\" wfd-id=\"404\">\n<a href=\"#\" class=\"tcb-button-link\" target=\"_blank\">\n<span class=\"tcb-button-texts\" wfd-id=\"405\"><span class=\"tcb-button-text thrv-inline-text\" wfd-id=\"406\"><strong>Call Now: 0400-700-682</strong></span></span>\n</a>\n</div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717cb600\" style=\"\" wfd-id=\"386\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717cb60b\" wfd-id=\"388\"><div class=\"tcb-clear\" data-css=\"tve-u-16417b97d3c\" wfd-id=\"389\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve_evt_manager_listen tve_et_tve-viewport tve_ea_thrive_animation tve_anim_slide_left\" data-css=\"tve-u-162717cb608\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_left&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" data-value-type=\"percent\" wfd-id=\"390\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-162717cb605\" data-clip-id=\"7920fc765722d\" wfd-id=\"399\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-7920fc765722d\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9476, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-7920fc765722d\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9476, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-7920fc765722d\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9476, 1 1, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-162717cb606\" wfd-id=\"391\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve_evt_manager_listen tve_et_tve-viewport tve_ea_thrive_animation tve_anim_slide_left\" data-css=\"tve-u-162718f6444\" data-value-type=\"percent\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_left&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" data-float=\"1\" wfd-id=\"396\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-162718f6447\" data-clip-id=\"6d4048c9836f6\" wfd-id=\"398\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-6d4048c9836f6\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9651, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-6d4048c9836f6\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9476, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-6d4048c9836f6\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"4\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9301, 1 1, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb\" data-css=\"tve-u-162718f6446\" wfd-id=\"397\"></div>\n</div><div class=\"tcb-clear\" data-css=\"tve-u-1626ca57ca6\" wfd-id=\"392\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve_evt_manager_listen tve_et_tve-viewport tve_ea_thrive_animation tve_anim_slide_left tcb-mobile-hidden\" data-css=\"tve-u-162717cb604\" data-float=\"1\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_left&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" data-value-type=\"percent\" wfd-id=\"393\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-162717cb602\" data-clip-id=\"eab511de4ba9e\" wfd-id=\"395\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-eab511de4ba9e\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9651, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-eab511de4ba9e\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9651, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-eab511de4ba9e\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9651, 1 1, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb\" data-css=\"tve-u-162717cb603\" wfd-id=\"394\"></div>\n</div></div></div>\n</div></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-162717fcf9d\" data-value-type=\"percent\" wfd-id=\"327\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-162718bd0c0\" data-clip-id=\"a3b25e1c9221a\" wfd-id=\"381\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0875\"></polygon></clipPath><clipPath id=\"clip-tablet-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"6\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.1051\"></polygon></clipPath><clipPath id=\"clip-mobile-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"1\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0175\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-162718a3b40\" wfd-id=\"328\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622a159bcb\" wfd-id=\"329\">\n<div class=\"tve-content-box-background\" wfd-id=\"380\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"330\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621a2247ba\" wfd-id=\"377\"><h2 data-css=\"tve-u-1621a2e0d5b\">our services</h2></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16229f6175c\" wfd-id=\"354\"><div class=\"tcb-flex-row tcb-medium-no-wrap tcb--cols--3 v-2\" data-css=\"tve-u-162493a03b0\" wfd-id=\"355\"><div class=\"tcb-flex-col\" wfd-id=\"370\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1624939a960\" data-tcb_hover_state_parent=\"\" wfd-id=\"372\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-162493d5f13\" data-float=\"1\" wfd-id=\"376\"><svg class=\"tcb-icon\" viewBox=\"0 0 14 28\" data-name=\"bolt\">\n<path d=\"M13.828 8.844c0.172 0.187 0.219 0.453 0.109 0.688l-8.437 18.078c-0.125 0.234-0.375 0.391-0.656 0.391-0.063 0-0.141-0.016-0.219-0.031-0.344-0.109-0.547-0.438-0.469-0.766l3.078-12.625-6.344 1.578c-0.063 0.016-0.125 0.016-0.187 0.016-0.172 0-0.359-0.063-0.484-0.172-0.187-0.156-0.25-0.391-0.203-0.609l3.141-12.891c0.078-0.297 0.359-0.5 0.688-0.5h5.125c0.391 0 0.703 0.297 0.703 0.656 0 0.094-0.031 0.187-0.078 0.281l-2.672 7.234 6.188-1.531c0.063-0.016 0.125-0.031 0.187-0.031 0.203 0 0.391 0.094 0.531 0.234z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"374\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-162494b490e\" wfd-id=\"375\"><h4 data-css=\"tve-u-16249355087\" style=\"text-align: left;\">Express exterior</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162494b7ad0\" wfd-id=\"373\"><p data-css=\"tve-u-162492e70ad\">Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"363\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162493b6b63\" data-tcb_hover_state_parent=\"\" wfd-id=\"365\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b456a\" wfd-id=\"369\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"adjust\">\n<path d=\"M12 22.5v-17c-4.688 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"367\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1af44d\" wfd-id=\"368\"><h4 data-css=\"tve-u-16249358652\" style=\"text-align: left;\">Interior clean</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"366\"><p data-css=\"tve-u-162492e70ad\">Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"356\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16249373b25\" wfd-id=\"358\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b52d3\" wfd-id=\"362\"><svg class=\"tcb-icon\" viewBox=\"0 0 26 28\" data-name=\"umbrella\">\n<path d=\"M14 12.938v9.063c0 2.172-1.828 4-4 4s-4-1.828-4-4c0-0.547 0.453-1 1-1s1 0.453 1 1c0 1.047 0.953 2 2 2s2-0.953 2-2v-9.063c0.328-0.109 0.656-0.172 1-0.172s0.672 0.063 1 0.172zM26 13.359c0 0.266-0.234 0.5-0.5 0.5-0.141 0-0.25-0.063-0.359-0.156-0.906-0.844-1.75-1.437-3.047-1.437-1.484 0-2.766 0.922-3.609 2.094-0.187 0.266-0.328 0.547-0.5 0.812-0.109 0.172-0.234 0.266-0.438 0.266-0.219 0-0.344-0.094-0.453-0.266-0.172-0.266-0.313-0.547-0.5-0.812-0.844-1.172-2.109-2.094-3.594-2.094s-2.75 0.922-3.594 2.094c-0.187 0.266-0.328 0.547-0.5 0.812-0.109 0.172-0.234 0.266-0.453 0.266-0.203 0-0.328-0.094-0.438-0.266-0.172-0.266-0.313-0.547-0.5-0.812-0.844-1.172-2.125-2.094-3.609-2.094-1.297 0-2.141 0.594-3.047 1.437-0.109 0.094-0.219 0.156-0.359 0.156-0.266 0-0.5-0.234-0.5-0.5 0-0.047 0-0.078 0.016-0.109 1.437-5.906 7.141-9.25 12.984-9.25 5.812 0 11.578 3.344 12.984 9.25 0.016 0.031 0.016 0.063 0.016 0.109zM14 2v1.531c-0.328-0.016-0.672-0.031-1-0.031s-0.672 0.016-1 0.031v-1.531c0-0.547 0.453-1 1-1s1 0.453 1 1z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"360\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b01a6\" wfd-id=\"361\"><h4 data-css=\"tve-u-1624935a201\" style=\"text-align: left;\">Wax protection</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"359\"><p data-css=\"tve-u-162492e70ad\">Etiam pharetra, erat sed fermentum feugiat, velit mauris</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16249367114\" wfd-id=\"331\"><div class=\"tcb-flex-row tcb-medium-no-wrap tcb--cols--3 v-2\" data-css=\"tve-u-16229ffbb7b\" wfd-id=\"332\"><div class=\"tcb-flex-col\" wfd-id=\"347\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229fa6a26\" wfd-id=\"349\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b33f9\" wfd-id=\"353\"><svg class=\"tcb-icon\" viewBox=\"0 0 26 28\" data-name=\"magic\">\n<path d=\"M18.594 9.078l4.578-4.578-1.672-1.672-4.578 4.578zM25.578 4.5c0 0.266-0.094 0.516-0.281 0.703l-20.094 20.094c-0.187 0.187-0.438 0.281-0.703 0.281s-0.516-0.094-0.703-0.281l-3.094-3.094c-0.187-0.187-0.281-0.438-0.281-0.703s0.094-0.516 0.281-0.703l20.094-20.094c0.187-0.187 0.438-0.281 0.703-0.281s0.516 0.094 0.703 0.281l3.094 3.094c0.187 0.187 0.281 0.438 0.281 0.703zM4.469 1.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531zM9.938 4.062l3.063 0.938-3.063 0.938-0.938 3.063-0.938-3.063-3.063-0.938 3.063-0.938 0.938-3.063zM24.469 11.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531zM14.469 1.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"351\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b0a67\" wfd-id=\"352\"><h4 data-css=\"tve-u-16248fc42a1\" style=\"text-align: left;\">Dust &amp; Dash Console</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"350\"><p data-css=\"tve-u-162492e70ad\">Duis sed odio sit amet nibh vulputate cursus a sit amet mauris.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"340\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1622f65ba70\" wfd-id=\"342\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b60b4\" wfd-id=\"346\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"certificate\">\n<path d=\"M21.5 14l2.156 2.109c0.297 0.281 0.406 0.703 0.313 1.094-0.109 0.391-0.422 0.703-0.812 0.797l-2.938 0.75 0.828 2.906c0.109 0.391 0 0.812-0.297 1.094-0.281 0.297-0.703 0.406-1.094 0.297l-2.906-0.828-0.75 2.938c-0.094 0.391-0.406 0.703-0.797 0.812-0.094 0.016-0.203 0.031-0.297 0.031-0.297 0-0.594-0.125-0.797-0.344l-2.109-2.156-2.109 2.156c-0.281 0.297-0.703 0.406-1.094 0.313-0.406-0.109-0.703-0.422-0.797-0.812l-0.75-2.938-2.906 0.828c-0.391 0.109-0.812 0-1.094-0.297-0.297-0.281-0.406-0.703-0.297-1.094l0.828-2.906-2.938-0.75c-0.391-0.094-0.703-0.406-0.812-0.797-0.094-0.391 0.016-0.812 0.313-1.094l2.156-2.109-2.156-2.109c-0.297-0.281-0.406-0.703-0.313-1.094 0.109-0.391 0.422-0.703 0.812-0.797l2.938-0.75-0.828-2.906c-0.109-0.391 0-0.812 0.297-1.094 0.281-0.297 0.703-0.406 1.094-0.297l2.906 0.828 0.75-2.938c0.094-0.391 0.406-0.703 0.797-0.797 0.391-0.109 0.812 0 1.094 0.297l2.109 2.172 2.109-2.172c0.281-0.297 0.688-0.406 1.094-0.297 0.391 0.094 0.703 0.406 0.797 0.797l0.75 2.938 2.906-0.828c0.391-0.109 0.812 0 1.094 0.297 0.297 0.281 0.406 0.703 0.297 1.094l-0.828 2.906 2.938 0.75c0.391 0.094 0.703 0.406 0.812 0.797 0.094 0.391-0.016 0.812-0.313 1.094z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"344\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b12d8\" wfd-id=\"345\"><h4 data-css=\"tve-u-1625389a3d5\" style=\"text-align: left;\">Triple Foam Polish</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"343\"><p data-css=\"tve-u-162492e70ad\">Class aptent taciti sociosqu ad litora torquent</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"333\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229fa8c68\" wfd-id=\"335\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-16271adf6cf\" wfd-id=\"339\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"bullseye\">\n<path d=\"M16 14c0 2.203-1.797 4-4 4s-4-1.797-4-4 1.797-4 4-4 4 1.797 4 4zM18 14c0-3.313-2.688-6-6-6s-6 2.688-6 6 2.688 6 6 6 6-2.688 6-6zM20 14c0 4.422-3.578 8-8 8s-8-3.578-8-8 3.578-8 8-8 8 3.578 8 8zM22 14c0-5.516-4.484-10-10-10s-10 4.484-10 10 4.484 10 10 10 10-4.484 10-10zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"337\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-16248fc71c8\" wfd-id=\"338\"><h4 data-css=\"tve-u-1625389b4ed\" style=\"text-align: left;\">Tire dressing</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"336\"><p data-css=\"tve-u-162492e70ad\">Etiam pharetra, erat sed fermentum feugiat, velit mauris</p></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621ad46076\" wfd-id=\"295\">\n<div class=\"tve-page-section-out\" wfd-id=\"326\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621b072b4e\" wfd-id=\"296\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621a8b2488\" wfd-id=\"297\"><div class=\"tcb-flex-row tcb--cols--2 v-2\" data-css=\"tve-u-1621a8a804b\" wfd-id=\"298\"><div class=\"tcb-flex-col\" wfd-id=\"308\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16271bfe70c\" wfd-id=\"310\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h3\" data-css=\"tve-u-1621a8c4313\" wfd-id=\"325\"><h3><strong>Complete cleaning services for yoâ€‹ur car</strong></h3></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-16417b70f47\" wfd-id=\"311\"><ul class=\"tcb-styled-list\" wfd-id=\"312\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621acf0289\" wfd-id=\"321\"><div class=\"tcb-styled-list-icon\" wfd-id=\"323\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a8e11f3\" wfd-id=\"324\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ace1b08\" wfd-id=\"322\">We are a small business delivering professional cleaning services for all vehicles</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621acf64fb\" wfd-id=\"317\"><div class=\"tcb-styled-list-icon\" wfd-id=\"319\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a8e5625\" wfd-id=\"320\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ace4de9\" wfd-id=\"318\">Our services are convenient for individuals and corporate fleets</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"313\"><div class=\"tcb-styled-list-icon\" wfd-id=\"315\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a9076ef\" wfd-id=\"316\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621acf47d2\" wfd-id=\"314\">We use eco-friendly products that actually clean, protect and maintain your car better than the traditional cleaning substances</span></li></ul></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"299\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621a90a46f\" wfd-id=\"301\"><div class=\"thrv_wrapper thrv-fill-counter tve_red tve_normalfc thrv_data_element\" data-css=\"tve-u-1621a983587\" wfd-id=\"302\">\n<div class=\"tve_fill_counter_n\" style=\"\" data-fill=\"100\" data-css=\"tve-u-1621a98b602\" wfd-id=\"303\">\n<svg viewBox=\"0 0 170 170\" class=\"tve_fill_counter_circle\" shape-rendering=\"optimizeSpeed\" data-css=\"tve-u-1621a9a2862\">\n<circle class=\"tve_fill_counter_circle_inner\" r=\"85\" cx=\"85\" cy=\"85\" data-css=\"tve-u-1621a9685d4\"></circle>\n</svg>\n<div class=\"tve_fill_text_in\" data-css=\"tve-u-1621a96b190\" wfd-id=\"304\">\n<div class=\"tve_fill_text_value\" data-css=\"tve-u-1621a9a2866\" wfd-id=\"306\">\n<div class=\"thrv-inline-text tve_fill_text tve_editable\" data-css=\"tve-u-1621a9a2867\" wfd-id=\"307\"><strong>100%â€‹</strong></div>\n</div>\n<div class=\"thrv-inline-text tve_editable tve_data_element_label\" data-css=\"tve-u-1621a9750ae\" wfd-id=\"305\">Clean car</div>\n</div>\n</div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621ada1e7f\" data-value-type=\"percent\" wfd-id=\"259\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621adba9ef\" data-clip-id=\"52d5a36c151aa\" wfd-id=\"294\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-52d5a36c151aa\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0875\"></polygon></clipPath><clipPath id=\"clip-tablet-top-52d5a36c151aa\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0524\"></polygon></clipPath><clipPath id=\"clip-mobile-top-52d5a36c151aa\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0349\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621ad420c4\" wfd-id=\"260\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621ade6172\" wfd-id=\"261\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2 tcb-row-reversed-mobile tcb-mobile-edit v-2\" data-css=\"tve-u-1621adea58b\" wfd-id=\"262\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621b064646\" style=\"\" wfd-id=\"288\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ae0bec7\" wfd-id=\"290\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ae4fd21\" data-value-type=\"percent\" data-float=\"1\" wfd-id=\"291\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621ae6c8da\" data-clip-id=\"aa2c3e3c70555\" wfd-id=\"293\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0349\"></polygon></clipPath><clipPath id=\"clip-tablet-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"4\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0699\"></polygon></clipPath><clipPath id=\"clip-mobile-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"4\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0699\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb\" data-css=\"tve-u-1621ae4db6e\" wfd-id=\"292\"></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621b064668\" style=\"\" wfd-id=\"263\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621f45bed3\" wfd-id=\"265\"><div class=\"tcb-clear\" data-css=\"tve-u-16224848ee5\" wfd-id=\"286\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621afceb00\" wfd-id=\"287\"><h2 data-css=\"tve-u-1621afcc0bf\">Check Out Our Special Offer!</h2></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621afda4fa\" wfd-id=\"285\"><p data-css=\"tve-u-1621afd8c98\">Donâ€™t miss the opportunity to get 50% discount on a complete cleaning just by recommending us to a friend. Bring someone you know with you and clean you car half price!</p></div><div class=\"tcb-clear\" data-css=\"tve-u-16224834cab\" wfd-id=\"266\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621fe85996\" wfd-id=\"267\"><div class=\"tcb-flex-row tcb--cols--2 tcb-resized tcb-medium-wrap tcb-desktop-wrap\" data-css=\"tve-u-1621fe78878\" wfd-id=\"268\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621fe94086\" style=\"\" wfd-id=\"276\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"278\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621b01355a\" wfd-id=\"279\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621b08fdde\" data-tcb_hover_state_parent=\"1\" wfd-id=\"284\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16223f02c16\" wfd-id=\"280\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-1620af7eb3f\" data-tcb_hover_state_parent=\"\" data-button-style=\"full_rounded\" wfd-id=\"281\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"282\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-16228c75500\" wfd-id=\"283\"><strong>Request an appointment</strong></span></span>\n</a>\n</div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621fe940b9\" style=\"\" wfd-id=\"269\"><div class=\"tcb-col\" wfd-id=\"271\"><div class=\"tcb-clear\" data-css=\"tve-u-16224716d62\" wfd-id=\"272\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-1621b028939\" data-tcb_hover_state_parent=\"\" data-button-style=\"ghost\" wfd-id=\"273\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"274\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-16228c764b2\" wfd-id=\"275\"><strong>Call Now: 0400-700-682</strong></span></span>\n</a>\n</div></div></div></div></div></div></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16260ba2fa4\" wfd-id=\"166\">\n<div class=\"tve-page-section-out\" wfd-id=\"258\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16260be7104\" wfd-id=\"167\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621b0e4fb7\" wfd-id=\"257\"><h2 data-css=\"tve-u-1621b10fccf\" style=\"text-align: center;\">our happy clients</h2></div><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641367127b\" data-float=\"1\" wfd-id=\"256\"><svg class=\"tcb-icon\" viewBox=\"0 0 30 32\" data-name=\"quote-left\">\n<path d=\"M13.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429zM29.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641367e553\" wfd-id=\"255\"><svg class=\"tcb-icon\" viewBox=\"0 0 30 32\" data-name=\"quote-left\">\n<path d=\"M13.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429zM29.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a10d3b4\" wfd-id=\"226\">\n<div class=\"tve-content-box-background\" wfd-id=\"254\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"227\"><div class=\"tcb-clear\" data-css=\"tve-u-1621b300a64\" wfd-id=\"252\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-1621f154231\" wfd-id=\"253\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621b200375\" wfd-id=\"230\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-16260d8392c\" wfd-id=\"231\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"236\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"238\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16417b62c09\" wfd-id=\"239\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-16260d8396c\" wfd-id=\"240\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16260d01208\" style=\"\" wfd-id=\"246\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"248\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"249\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16225617da3\" wfd-id=\"251\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"250\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16260d0120e\" style=\"\" wfd-id=\"241\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"243\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"245\"><h5>Brett Graham, 28</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"244\"><h6 class=\"\">Architect</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"232\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"234\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"235\"><p data-css=\"tve-u-162539c17ec\">Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit. Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit.&nbsp;</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-16260c5ff0c\" wfd-id=\"228\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260c5ff07\" wfd-id=\"229\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a12f675\" wfd-id=\"197\">\n<div class=\"tve-content-box-background\" wfd-id=\"225\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"198\"><div class=\"tcb-clear\" data-css=\"tve-u-16260cd7683\" wfd-id=\"223\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260d73672\" wfd-id=\"224\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16260da3aa7\" wfd-id=\"201\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-1621fb68b97\" wfd-id=\"202\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"207\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"209\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16417b662bf\" wfd-id=\"210\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-1621fb65556\" wfd-id=\"211\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16229915e1a\" style=\"\" wfd-id=\"217\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"219\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"220\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16260c433e9\" wfd-id=\"222\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"221\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16229915e4e\" style=\"\" wfd-id=\"212\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"214\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"216\"><h5>Rosie Hanson, 24</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"215\"><h6 class=\"\">Real estate Associate</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"203\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"205\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"206\"><p data-css=\"tve-u-162539c17ec\">Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo.</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-16260d3b97e\" wfd-id=\"199\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260d39b83\" wfd-id=\"200\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a146aef\" wfd-id=\"168\">\n<div class=\"tve-content-box-background\" wfd-id=\"196\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"169\"><div class=\"tcb-clear\" data-css=\"tve-u-16260cd7683\" wfd-id=\"194\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260cd622f\" wfd-id=\"195\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16260c39a7e\" wfd-id=\"172\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-16260d3f4aa\" wfd-id=\"173\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"178\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"180\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621fbacc60\" wfd-id=\"181\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-16260d3f4af\" wfd-id=\"182\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16229915e1a\" style=\"\" wfd-id=\"188\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"190\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"191\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16260d5e4b8\" wfd-id=\"193\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"192\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16229915e4e\" style=\"\" wfd-id=\"183\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"185\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"187\"><h5>Shawn Mattews, 35</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"186\"><h6 class=\"\">project manager</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"174\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"176\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"177\"><p data-css=\"tve-u-162539c17ec\">Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo. Nullam ac urna eu felis.Sed non neque elit. Sed ut imperdiet nisi. Proin condimentum</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1621b30ca74\" wfd-id=\"170\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-1621f15b521\" wfd-id=\"171\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621b3c8c52\" wfd-id=\"62\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621b3cfc7b\" wfd-id=\"165\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621b3c74d9\" wfd-id=\"63\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621e7b695a\" wfd-id=\"164\"><h2 data-css=\"tve-u-1621e7a7350\" style=\"text-align: center;\">our offers</h2></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621e7c899a\" wfd-id=\"64\"><div class=\"tcb-flex-row tcb--cols--3 tcb-medium-wrap v-2\" data-css=\"tve-u-1621e7c7aa1\" wfd-id=\"65\"><div class=\"tcb-flex-col\" wfd-id=\"128\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16223fc9f23\" wfd-id=\"130\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e7ceab3\" style=\"\" wfd-id=\"131\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16416e4fafd\" wfd-id=\"163\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e7d5094\" wfd-id=\"132\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e7e9950\" data-value-type=\"percent\" style=\"\" wfd-id=\"159\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e7edfd9\" data-clip-id=\"10ffac3b28f1d\" wfd-id=\"162\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-10ffac3b28f1d\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-10ffac3b28f1d\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e7e6c1d\" wfd-id=\"160\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-16417b4cb9e\" wfd-id=\"161\"><h4 data-css=\"tve-u-1621fe1a1af\" style=\"text-align: center;\"><strong>Basic Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ec6c39b\" data-float=\"1\" wfd-id=\"155\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e81f424\" wfd-id=\"158\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec752da\" wfd-id=\"156\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"157\"><h4 data-css=\"tve-u-1621fe1bd18\" style=\"text-align: center;\"><strong>15$</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621ea50702\" wfd-id=\"133\"><ul class=\"tcb-styled-list\" wfd-id=\"134\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec3a5c0\" wfd-id=\"151\"><div class=\"tcb-styled-list-icon\" wfd-id=\"153\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec204df\" wfd-id=\"154\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec241aa\" wfd-id=\"152\">Interior vacuum</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"147\"><div class=\"tcb-styled-list-icon\" wfd-id=\"149\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec20f68\" wfd-id=\"150\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec2704c\" wfd-id=\"148\">Dust &amp;dash console</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec42aa7\" wfd-id=\"143\"><div class=\"tcb-styled-list-icon\" wfd-id=\"145\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec21a31\" wfd-id=\"146\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec298ab\" wfd-id=\"144\">Hand towel dry</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec43fe2\" wfd-id=\"139\"><div class=\"tcb-styled-list-icon\" wfd-id=\"141\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ea1fba7\" wfd-id=\"142\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea23322\" wfd-id=\"140\">Clean windows</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec454d9\" wfd-id=\"135\"><div class=\"tcb-styled-list-icon\" wfd-id=\"137\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ea295c0\" wfd-id=\"138\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea2c69a\" wfd-id=\"136\">Soft cloth wash</span></li></ul></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"97\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"99\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621eb81205\" style=\"\" wfd-id=\"100\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16416e603ab\" wfd-id=\"127\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621eb7ccb0\" wfd-id=\"101\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ebbbb6d\" data-value-type=\"percent\" wfd-id=\"123\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eaaedd8\" data-clip-id=\"a2b9cf3198d6f\" wfd-id=\"126\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-a2b9cf3198d6f\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-a2b9cf3198d6f\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec7f21a\" wfd-id=\"124\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e930bd7\" wfd-id=\"125\"><h4 data-css=\"tve-u-1621e92e97f\" style=\"text-align: center;\"><strong>Ultimate Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ec78d2c\" data-float=\"1\" wfd-id=\"119\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eab272c\" wfd-id=\"122\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec79a7d\" wfd-id=\"120\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"121\"><h4 data-css=\"tve-u-1621e942b65\" style=\"text-align: center;\"><strong>22 $</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621ebfa746\" wfd-id=\"116\"><p data-css=\"tve-u-1621f4ceaf6\" style=\"text-align: center;\">Includes basic service <span data-css=\"tve-u-1621f4ceaf7\" style=\"color: rgb(15, 29, 123);\" wfd-id=\"117\"><strong class=\"\"><span data-css=\"tve-u-1621f4ceafb\" wfd-id=\"118\">+</span></strong></span></p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621ebf340c\" wfd-id=\"102\"><ul class=\"tcb-styled-list\" wfd-id=\"103\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-164137a0b1f\" wfd-id=\"112\"><div class=\"tcb-styled-list-icon\" wfd-id=\"114\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec0c5bd\" wfd-id=\"115\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ebfe4ce\" wfd-id=\"113\">Triple foam conditiner</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec04541\" wfd-id=\"108\"><div class=\"tcb-styled-list-icon\" wfd-id=\"110\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec09a3c\" wfd-id=\"111\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ebff867\" wfd-id=\"109\">Tire dressing</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec05cc3\" wfd-id=\"104\"><div class=\"tcb-styled-list-icon\" wfd-id=\"106\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec15f6e\" wfd-id=\"107\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec009a8\" wfd-id=\"105\">Air freshner</span></li></ul></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"66\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16223dad661\" wfd-id=\"68\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621fd9c946\" style=\"\" wfd-id=\"69\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e7d234c\" wfd-id=\"96\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621fd84d7b\" wfd-id=\"70\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16223b080b0\" data-value-type=\"percent\" wfd-id=\"92\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eb3eb9f\" data-clip-id=\"ac98bb0e54b3b\" wfd-id=\"95\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621fd8766c\" wfd-id=\"93\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e930bd7\" wfd-id=\"94\"><h4 data-css=\"tve-u-1621fe1587d\" style=\"text-align: center;\"><strong>Supreme Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e8107f3\" wfd-id=\"88\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eb43d8d\" wfd-id=\"91\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e819c52\" wfd-id=\"89\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"90\"><h4 data-css=\"tve-u-1621fe1725e\" style=\"text-align: center;\"><strong>30 $</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621eb037bb\" wfd-id=\"85\"><p data-css=\"tve-u-1621f4d0451\" style=\"text-align: center;\">Includes ultimate service <span data-css=\"tve-u-1621eaff572\" style=\"color: rgb(15, 29, 123);\" wfd-id=\"86\"><strong class=\"\"><span data-css=\"tve-u-1621eb01b60\" wfd-id=\"87\">+</span></strong></span></p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621eacf6af\" wfd-id=\"71\"><ul class=\"tcb-styled-list\" wfd-id=\"72\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec36a4d\" wfd-id=\"81\"><div class=\"tcb-styled-list-icon\" wfd-id=\"83\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e9993aa\" wfd-id=\"84\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea1a5d7\" wfd-id=\"82\">Exterior trim dressing</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"77\"><div class=\"tcb-styled-list-icon\" wfd-id=\"79\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e99b1db\" wfd-id=\"80\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea19a06\" wfd-id=\"78\">Hand applied spray wax</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec37ea5\" wfd-id=\"73\"><div class=\"tcb-styled-list-icon\" wfd-id=\"75\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e99c314\" wfd-id=\"76\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea18c5d\" wfd-id=\"74\">Interior conditioner</span></li></ul></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621efddaaf\" wfd-id=\"41\">\n<div class=\"tve-page-section-out\" wfd-id=\"61\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621edf8048\" wfd-id=\"42\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621f114214\" wfd-id=\"43\"><div class=\"tcb-flex-row tcb-resized tcb-mobile-edit tcb--cols--2\" data-css=\"tve-u-1621ee03000\" wfd-id=\"44\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621ee4be21\" style=\"\" wfd-id=\"49\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ee093d4\" wfd-id=\"51\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ee3afec\" wfd-id=\"55\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621ee58e74\" wfd-id=\"60\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ee37f4a\" wfd-id=\"56\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1621ee74a24\" wfd-id=\"59\"><svg class=\"tcb-icon\" viewBox=\"0 0 16 28\" data-name=\"map-marker\">\n<path d=\"M12 10c0-2.203-1.797-4-4-4s-4 1.797-4 4 1.797 4 4 4 4-1.797 4-4zM16 10c0 0.953-0.109 1.937-0.516 2.797l-5.688 12.094c-0.328 0.688-1.047 1.109-1.797 1.109s-1.469-0.422-1.781-1.109l-5.703-12.094c-0.406-0.859-0.516-1.844-0.516-2.797 0-4.422 3.578-8 8-8s8 3.578 8 8z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621ee63e1c\" wfd-id=\"58\"><h2 data-css=\"tve-u-1621fdcb4ea\" style=\"text-align: center;\">contact us</h2></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16422a1ce91\" wfd-id=\"57\"><p data-css=\"tve-u-16422a1ce94\" style=\"text-align: left;\">Your adress goes here</p><p data-css=\"tve-u-16422a1ce93\" style=\"text-align: left;\">Phone: 0400 - 700 - 682</p><p data-css=\"tve-u-16422a1ce92\" style=\"text-align: left;\">Email: our_office@gmail.com</p></div></div>\n</div><div class=\"tcb-clear\" data-css=\"tve-u-16417c828be\" wfd-id=\"52\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_slide_left\" data-css=\"tve-u-1621ef118dc\" style=\"\" wfd-id=\"53\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"54\"><img class=\"tve_image tve_evt_manager_listen tve_et_tve-viewport wp-image-21388\" alt=\"\" width=\"567\" height=\"384\" title=\"Car wash img footer\" data-id=\"21388\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-img-footer.png\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_left&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" style=\"width: 100%;\"></span></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621ee4be73\" style=\"\" wfd-id=\"45\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ee22c43\" wfd-id=\"47\"><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-1621ee18a1c\" wfd-id=\"48\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=New York&amp;t=m&amp;z=5&amp;output=embed&amp;iwloc=near\"></iframe>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621f0aa8f7\" wfd-id=\"28\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621f0ada0e\" wfd-id=\"40\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621f0b0088\" wfd-id=\"29\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621f0d2c1a\" wfd-id=\"30\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-1621f0cbe40\" wfd-id=\"31\"><div class=\"tcb-flex-col\" wfd-id=\"36\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"38\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621f0da775\" wfd-id=\"39\"><p data-css=\"tve-u-1622444fb11\">Â© 2018, Your company name . All rights reserved.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"32\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"34\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16223fe5f5b\" wfd-id=\"35\"><p data-css=\"tve-u-1621f0d874c\" style=\"text-align: right;\">Made with <a href=\"https://thrivethemes.com/\" target=\"_blank\">Thrive Architect</a></p></div></div></div></div></div></div>\n</div>\n'),(6551,548,'tve_revision_tve_has_wistia_popover','0'),(6554,549,'tve_revision_tve_disable_theme_dependency','1'),(6555,549,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-162717d1bbe\" wfd-id=\"420\"><div class=\"tcb-flex-row tcb-medium-no-wrap v-2 tcb--cols--3 m-edit tcb-mobile-wrap\" data-css=\"tve-u-162717d1bbf\" wfd-id=\"421\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1695981e7bb\" wfd-id=\"445\"><div class=\"tcb-col\" data-css=\"tve-u-16959846d3d\" wfd-id=\"447\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16959822de2\" wfd-id=\"448\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"449\"><img class=\"tve_image wp-image-465\" alt=\"\" width=\"384\" height=\"62\" title=\"Blackhawk_custom_header\" data-id=\"465\" src=\"https://bestcerakoteflorida.com/wp-content/uploads/2019/01/Blackhawk_custom_header.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717d1bb9\" style=\"\" wfd-id=\"433\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717d1bb6\" wfd-id=\"435\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-164179a84b8\" wfd-id=\"436\">\n<div class=\"tve-content-box-background\" wfd-id=\"444\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"437\"><div class=\"tcb-clear\" wfd-id=\"442\"><a href=\"tel:1-954-848-1911\" target=\"_blank\" rel=\"\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-162717d1bc3\" data-float=\"1\" data-link-wrap=\"1\" wfd-id=\"443\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-phone-plus-light\" data-name=\"\">\n            <path d=\"M8 128h88v88c0 4.4 3.6 8 8 8h16c4.4 0 8-3.6 8-8v-88h88c4.4 0 8-3.6 8-8v-16c0-4.4-3.6-8-8-8h-88V8c0-4.4-3.6-8-8-8h-16c-4.4 0-8 3.6-8 8v88H8c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8zM487.8 24.1L387 .8c-14.7-3.4-29.8 4.2-35.8 18.1l-46.5 108.5c-5.5 12.7-1.8 27.7 8.9 36.5l53.9 44.1c-34 69.2-90.3 125.6-159.6 159.6l-44.1-53.9c-8.8-10.7-23.8-14.4-36.5-8.9L18.9 351.3c-13.9 6-21.5 21-18.1 35.8L24 487.9C27.3 502 39.9 512 54.5 512 306.7 512 512 307.8 512 54.5c0-14.6-10-27.2-24.2-30.4zM55.1 480l-23-99.6 107.4-46 59.5 72.8c103.6-48.6 159.7-104.9 208.1-208.1l-72.8-59.5 46-107.4 99.6 23C479.7 289.7 289.6 479.7 55.1 480z\"></path>\n        </svg></div></a></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162717d1bc5\" wfd-id=\"438\"><p data-css=\"tve-u-1641333d7d1\"><a href=\"tel:1-954-848-1911\" target=\"_blank\">954-848-1911</a></p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717d1bb7\" style=\"\" wfd-id=\"422\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717d1bbc\" wfd-id=\"424\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16369305186\" wfd-id=\"425\">\n<div class=\"tve-content-box-background\" wfd-id=\"432\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16417e9d24e\" wfd-id=\"426\"><div class=\"tcb-clear\" wfd-id=\"430\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-16417e5bd95\" data-float=\"1\" wfd-id=\"431\"><svg class=\"tcb-icon\" viewBox=\"0 0 16 28\" data-name=\"map-pin\">\n<path d=\"M8 17c0.688 0 1.359-0.078 2-0.234v10.234c0 0.547-0.453 1-1 1h-2c-0.547 0-1-0.453-1-1v-10.234c0.641 0.156 1.312 0.234 2 0.234zM8 0c4.422 0 8 3.578 8 8s-3.578 8-8 8-8-3.578-8-8 3.578-8 8-8zM8 3.5c0.281 0 0.5-0.219 0.5-0.5s-0.219-0.5-0.5-0.5c-3.031 0-5.5 2.469-5.5 5.5 0 0.281 0.219 0.5 0.5 0.5s0.5-0.219 0.5-0.5c0-2.484 2.016-4.5 4.5-4.5z\"></path>\n</svg></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-164179bced9\" data-float=\"1\" wfd-id=\"427\"><p data-css=\"tve-u-1641333d7d1\">Your adress goes here</p></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-162717cb621\" data-value-type=\"percent\" wfd-id=\"379\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-162717cb620\" data-clip-id=\"c883ac5175045\" wfd-id=\"419\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-c883ac5175045\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9125, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-c883ac5175045\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9476, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-c883ac5175045\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9651, 1 1, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-162717cb609\" wfd-id=\"380\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-162717cb618\" wfd-id=\"381\"><div class=\"tcb-flex-row tcb-medium-wrap tcb-resized tcb--cols--2 v-2\" data-css=\"tve-u-162717cb617\" wfd-id=\"382\"><div class=\"tcb-flex-col\" data-css=\"tve-u-162717cb601\" style=\"\" wfd-id=\"395\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717cb60a\" wfd-id=\"397\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h1\" data-css=\"tve-u-162717cb610\" wfd-id=\"415\"><h1 data-css=\"tve-u-162717cb616\">With &nbsp;our car wash services &nbsp;your car looks like <span data-css=\"tve-u-16271ca808e\" style=\"color: rgb(0, 229, 255);\" wfd-id=\"418\">brand new</span></h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162717cb60f\" wfd-id=\"411\"><p data-css=\"tve-u-16413112747\">We provide reliable, affordable services for your vehicle. You can choose a q<span data-css=\"tve-u-16413111ba3\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"414\">u</span>ick exterior wash or a detailed clean, we have it all.</p></div><div class=\"tcb-clear\" data-css=\"tve-u-1641791ce1a\" wfd-id=\"402\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-162717cb623\" wfd-id=\"403\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-162717cb626\" data-tcb_hover_state_parent=\"1\" wfd-id=\"410\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-162717cb624\" wfd-id=\"404\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-162717cb625\" data-tcb_hover_state_parent=\"\" data-button-style=\"full_rounded\" wfd-id=\"405\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"406\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-162717cb629\" wfd-id=\"407\"><strong>Request an appointment</strong></span></span>\n</a>\n</div></div>\n</div></div><div class=\"tcb-clear\" data-css=\"tve-u-1641791de3b\" wfd-id=\"398\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-162717cb60c\" data-tcb_hover_state_parent=\"\" data-button-style=\"ghost\" wfd-id=\"399\">\n<a href=\"#\" class=\"tcb-button-link\" target=\"_blank\">\n<span class=\"tcb-button-texts\" wfd-id=\"400\"><span class=\"tcb-button-text thrv-inline-text\" wfd-id=\"401\"><strong>Call Now: 0400-700-682</strong></span></span>\n</a>\n</div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717cb600\" style=\"\" wfd-id=\"383\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717cb60b\" wfd-id=\"385\"><div class=\"tcb-clear\" data-css=\"tve-u-16417b97d3c\" wfd-id=\"386\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve_evt_manager_listen tve_et_tve-viewport tve_ea_thrive_animation tve_anim_slide_left\" data-css=\"tve-u-162717cb608\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_left&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" data-value-type=\"percent\" wfd-id=\"387\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-162717cb605\" data-clip-id=\"7920fc765722d\" wfd-id=\"394\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-7920fc765722d\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9476, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-7920fc765722d\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9476, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-7920fc765722d\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9476, 1 1, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-162717cb606\" wfd-id=\"388\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve_evt_manager_listen tve_et_tve-viewport tve_ea_thrive_animation tve_anim_slide_left\" data-css=\"tve-u-162718f6444\" data-value-type=\"percent\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_left&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" data-float=\"1\" wfd-id=\"391\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-162718f6447\" data-clip-id=\"6d4048c9836f6\" wfd-id=\"393\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-6d4048c9836f6\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9651, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-6d4048c9836f6\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9476, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-6d4048c9836f6\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"4\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9301, 1 1, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb\" data-css=\"tve-u-162718f6446\" wfd-id=\"392\"></div>\n</div><div class=\"tcb-clear\" data-css=\"tve-u-1626ca57ca6\" wfd-id=\"389\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve_evt_manager_listen tve_et_tve-viewport tve_ea_thrive_animation tve_anim_slide_left tcb-mobile-hidden\" data-css=\"tve-u-162717cb604\" data-float=\"1\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_left&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" data-value-type=\"percent\" wfd-id=\"390\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-162717cb602\" data-clip-id=\"eab511de4ba9e\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-eab511de4ba9e\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9651, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-eab511de4ba9e\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9651, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-eab511de4ba9e\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9651, 1 1, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb\" data-css=\"tve-u-162717cb603\"></div>\n</div></div></div>\n</div></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-162717fcf9d\" data-value-type=\"percent\" wfd-id=\"324\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-162718bd0c0\" data-clip-id=\"a3b25e1c9221a\" wfd-id=\"378\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0875\"></polygon></clipPath><clipPath id=\"clip-tablet-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"6\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.1051\"></polygon></clipPath><clipPath id=\"clip-mobile-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"1\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0175\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-162718a3b40\" wfd-id=\"325\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622a159bcb\" wfd-id=\"326\">\n<div class=\"tve-content-box-background\" wfd-id=\"377\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"327\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621a2247ba\" wfd-id=\"374\"><h2 data-css=\"tve-u-1621a2e0d5b\">our services</h2></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16229f6175c\" wfd-id=\"351\"><div class=\"tcb-flex-row tcb-medium-no-wrap tcb--cols--3 v-2\" data-css=\"tve-u-162493a03b0\" wfd-id=\"352\"><div class=\"tcb-flex-col\" wfd-id=\"367\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1624939a960\" data-tcb_hover_state_parent=\"\" wfd-id=\"369\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-162493d5f13\" data-float=\"1\" wfd-id=\"373\"><svg class=\"tcb-icon\" viewBox=\"0 0 14 28\" data-name=\"bolt\">\n<path d=\"M13.828 8.844c0.172 0.187 0.219 0.453 0.109 0.688l-8.437 18.078c-0.125 0.234-0.375 0.391-0.656 0.391-0.063 0-0.141-0.016-0.219-0.031-0.344-0.109-0.547-0.438-0.469-0.766l3.078-12.625-6.344 1.578c-0.063 0.016-0.125 0.016-0.187 0.016-0.172 0-0.359-0.063-0.484-0.172-0.187-0.156-0.25-0.391-0.203-0.609l3.141-12.891c0.078-0.297 0.359-0.5 0.688-0.5h5.125c0.391 0 0.703 0.297 0.703 0.656 0 0.094-0.031 0.187-0.078 0.281l-2.672 7.234 6.188-1.531c0.063-0.016 0.125-0.031 0.187-0.031 0.203 0 0.391 0.094 0.531 0.234z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"371\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-162494b490e\" wfd-id=\"372\"><h4 data-css=\"tve-u-16249355087\" style=\"text-align: left;\">Express exterior</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162494b7ad0\" wfd-id=\"370\"><p data-css=\"tve-u-162492e70ad\">Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"360\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162493b6b63\" data-tcb_hover_state_parent=\"\" wfd-id=\"362\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b456a\" wfd-id=\"366\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"adjust\">\n<path d=\"M12 22.5v-17c-4.688 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"364\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1af44d\" wfd-id=\"365\"><h4 data-css=\"tve-u-16249358652\" style=\"text-align: left;\">Interior clean</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"363\"><p data-css=\"tve-u-162492e70ad\">Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"353\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16249373b25\" wfd-id=\"355\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b52d3\" wfd-id=\"359\"><svg class=\"tcb-icon\" viewBox=\"0 0 26 28\" data-name=\"umbrella\">\n<path d=\"M14 12.938v9.063c0 2.172-1.828 4-4 4s-4-1.828-4-4c0-0.547 0.453-1 1-1s1 0.453 1 1c0 1.047 0.953 2 2 2s2-0.953 2-2v-9.063c0.328-0.109 0.656-0.172 1-0.172s0.672 0.063 1 0.172zM26 13.359c0 0.266-0.234 0.5-0.5 0.5-0.141 0-0.25-0.063-0.359-0.156-0.906-0.844-1.75-1.437-3.047-1.437-1.484 0-2.766 0.922-3.609 2.094-0.187 0.266-0.328 0.547-0.5 0.812-0.109 0.172-0.234 0.266-0.438 0.266-0.219 0-0.344-0.094-0.453-0.266-0.172-0.266-0.313-0.547-0.5-0.812-0.844-1.172-2.109-2.094-3.594-2.094s-2.75 0.922-3.594 2.094c-0.187 0.266-0.328 0.547-0.5 0.812-0.109 0.172-0.234 0.266-0.453 0.266-0.203 0-0.328-0.094-0.438-0.266-0.172-0.266-0.313-0.547-0.5-0.812-0.844-1.172-2.125-2.094-3.609-2.094-1.297 0-2.141 0.594-3.047 1.437-0.109 0.094-0.219 0.156-0.359 0.156-0.266 0-0.5-0.234-0.5-0.5 0-0.047 0-0.078 0.016-0.109 1.437-5.906 7.141-9.25 12.984-9.25 5.812 0 11.578 3.344 12.984 9.25 0.016 0.031 0.016 0.063 0.016 0.109zM14 2v1.531c-0.328-0.016-0.672-0.031-1-0.031s-0.672 0.016-1 0.031v-1.531c0-0.547 0.453-1 1-1s1 0.453 1 1z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"357\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b01a6\" wfd-id=\"358\"><h4 data-css=\"tve-u-1624935a201\" style=\"text-align: left;\">Wax protection</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"356\"><p data-css=\"tve-u-162492e70ad\">Etiam pharetra, erat sed fermentum feugiat, velit mauris</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16249367114\" wfd-id=\"328\"><div class=\"tcb-flex-row tcb-medium-no-wrap tcb--cols--3 v-2\" data-css=\"tve-u-16229ffbb7b\" wfd-id=\"329\"><div class=\"tcb-flex-col\" wfd-id=\"344\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229fa6a26\" wfd-id=\"346\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b33f9\" wfd-id=\"350\"><svg class=\"tcb-icon\" viewBox=\"0 0 26 28\" data-name=\"magic\">\n<path d=\"M18.594 9.078l4.578-4.578-1.672-1.672-4.578 4.578zM25.578 4.5c0 0.266-0.094 0.516-0.281 0.703l-20.094 20.094c-0.187 0.187-0.438 0.281-0.703 0.281s-0.516-0.094-0.703-0.281l-3.094-3.094c-0.187-0.187-0.281-0.438-0.281-0.703s0.094-0.516 0.281-0.703l20.094-20.094c0.187-0.187 0.438-0.281 0.703-0.281s0.516 0.094 0.703 0.281l3.094 3.094c0.187 0.187 0.281 0.438 0.281 0.703zM4.469 1.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531zM9.938 4.062l3.063 0.938-3.063 0.938-0.938 3.063-0.938-3.063-3.063-0.938 3.063-0.938 0.938-3.063zM24.469 11.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531zM14.469 1.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"348\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b0a67\" wfd-id=\"349\"><h4 data-css=\"tve-u-16248fc42a1\" style=\"text-align: left;\">Dust &amp; Dash Console</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"347\"><p data-css=\"tve-u-162492e70ad\">Duis sed odio sit amet nibh vulputate cursus a sit amet mauris.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"337\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1622f65ba70\" wfd-id=\"339\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b60b4\" wfd-id=\"343\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"certificate\">\n<path d=\"M21.5 14l2.156 2.109c0.297 0.281 0.406 0.703 0.313 1.094-0.109 0.391-0.422 0.703-0.812 0.797l-2.938 0.75 0.828 2.906c0.109 0.391 0 0.812-0.297 1.094-0.281 0.297-0.703 0.406-1.094 0.297l-2.906-0.828-0.75 2.938c-0.094 0.391-0.406 0.703-0.797 0.812-0.094 0.016-0.203 0.031-0.297 0.031-0.297 0-0.594-0.125-0.797-0.344l-2.109-2.156-2.109 2.156c-0.281 0.297-0.703 0.406-1.094 0.313-0.406-0.109-0.703-0.422-0.797-0.812l-0.75-2.938-2.906 0.828c-0.391 0.109-0.812 0-1.094-0.297-0.297-0.281-0.406-0.703-0.297-1.094l0.828-2.906-2.938-0.75c-0.391-0.094-0.703-0.406-0.812-0.797-0.094-0.391 0.016-0.812 0.313-1.094l2.156-2.109-2.156-2.109c-0.297-0.281-0.406-0.703-0.313-1.094 0.109-0.391 0.422-0.703 0.812-0.797l2.938-0.75-0.828-2.906c-0.109-0.391 0-0.812 0.297-1.094 0.281-0.297 0.703-0.406 1.094-0.297l2.906 0.828 0.75-2.938c0.094-0.391 0.406-0.703 0.797-0.797 0.391-0.109 0.812 0 1.094 0.297l2.109 2.172 2.109-2.172c0.281-0.297 0.688-0.406 1.094-0.297 0.391 0.094 0.703 0.406 0.797 0.797l0.75 2.938 2.906-0.828c0.391-0.109 0.812 0 1.094 0.297 0.297 0.281 0.406 0.703 0.297 1.094l-0.828 2.906 2.938 0.75c0.391 0.094 0.703 0.406 0.812 0.797 0.094 0.391-0.016 0.812-0.313 1.094z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"341\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b12d8\" wfd-id=\"342\"><h4 data-css=\"tve-u-1625389a3d5\" style=\"text-align: left;\">Triple Foam Polish</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"340\"><p data-css=\"tve-u-162492e70ad\">Class aptent taciti sociosqu ad litora torquent</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"330\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229fa8c68\" wfd-id=\"332\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-16271adf6cf\" wfd-id=\"336\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"bullseye\">\n<path d=\"M16 14c0 2.203-1.797 4-4 4s-4-1.797-4-4 1.797-4 4-4 4 1.797 4 4zM18 14c0-3.313-2.688-6-6-6s-6 2.688-6 6 2.688 6 6 6 6-2.688 6-6zM20 14c0 4.422-3.578 8-8 8s-8-3.578-8-8 3.578-8 8-8 8 3.578 8 8zM22 14c0-5.516-4.484-10-10-10s-10 4.484-10 10 4.484 10 10 10 10-4.484 10-10zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"334\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-16248fc71c8\" wfd-id=\"335\"><h4 data-css=\"tve-u-1625389b4ed\" style=\"text-align: left;\">Tire dressing</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"333\"><p data-css=\"tve-u-162492e70ad\">Etiam pharetra, erat sed fermentum feugiat, velit mauris</p></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621ad46076\" wfd-id=\"292\">\n<div class=\"tve-page-section-out\" wfd-id=\"323\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621b072b4e\" wfd-id=\"293\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621a8b2488\" wfd-id=\"294\"><div class=\"tcb-flex-row tcb--cols--2 v-2\" data-css=\"tve-u-1621a8a804b\" wfd-id=\"295\"><div class=\"tcb-flex-col\" wfd-id=\"305\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16271bfe70c\" wfd-id=\"307\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h3\" data-css=\"tve-u-1621a8c4313\" wfd-id=\"322\"><h3><strong>Complete cleaning services for yoâ€‹ur car</strong></h3></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-16417b70f47\" wfd-id=\"308\"><ul class=\"tcb-styled-list\" wfd-id=\"309\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621acf0289\" wfd-id=\"318\"><div class=\"tcb-styled-list-icon\" wfd-id=\"320\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a8e11f3\" wfd-id=\"321\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ace1b08\" wfd-id=\"319\">We are a small business delivering professional cleaning services for all vehicles</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621acf64fb\" wfd-id=\"314\"><div class=\"tcb-styled-list-icon\" wfd-id=\"316\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a8e5625\" wfd-id=\"317\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ace4de9\" wfd-id=\"315\">Our services are convenient for individuals and corporate fleets</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"310\"><div class=\"tcb-styled-list-icon\" wfd-id=\"312\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a9076ef\" wfd-id=\"313\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621acf47d2\" wfd-id=\"311\">We use eco-friendly products that actually clean, protect and maintain your car better than the traditional cleaning substances</span></li></ul></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"296\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621a90a46f\" wfd-id=\"298\"><div class=\"thrv_wrapper thrv-fill-counter tve_red tve_normalfc thrv_data_element\" data-css=\"tve-u-1621a983587\" wfd-id=\"299\">\n<div class=\"tve_fill_counter_n\" style=\"\" data-fill=\"100\" data-css=\"tve-u-1621a98b602\" wfd-id=\"300\">\n<svg viewBox=\"0 0 170 170\" class=\"tve_fill_counter_circle\" shape-rendering=\"optimizeSpeed\" data-css=\"tve-u-1621a9a2862\">\n<circle class=\"tve_fill_counter_circle_inner\" r=\"85\" cx=\"85\" cy=\"85\" data-css=\"tve-u-1621a9685d4\"></circle>\n</svg>\n<div class=\"tve_fill_text_in\" data-css=\"tve-u-1621a96b190\" wfd-id=\"301\">\n<div class=\"tve_fill_text_value\" data-css=\"tve-u-1621a9a2866\" wfd-id=\"303\">\n<div class=\"thrv-inline-text tve_fill_text tve_editable\" data-css=\"tve-u-1621a9a2867\" wfd-id=\"304\"><strong>100%â€‹</strong></div>\n</div>\n<div class=\"thrv-inline-text tve_editable tve_data_element_label\" data-css=\"tve-u-1621a9750ae\" wfd-id=\"302\">Clean car</div>\n</div>\n</div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621ada1e7f\" data-value-type=\"percent\" wfd-id=\"256\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621adba9ef\" data-clip-id=\"52d5a36c151aa\" wfd-id=\"291\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-52d5a36c151aa\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0875\"></polygon></clipPath><clipPath id=\"clip-tablet-top-52d5a36c151aa\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0524\"></polygon></clipPath><clipPath id=\"clip-mobile-top-52d5a36c151aa\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0349\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621ad420c4\" wfd-id=\"257\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621ade6172\" wfd-id=\"258\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2 tcb-row-reversed-mobile tcb-mobile-edit v-2\" data-css=\"tve-u-1621adea58b\" wfd-id=\"259\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621b064646\" style=\"\" wfd-id=\"285\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ae0bec7\" wfd-id=\"287\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ae4fd21\" data-value-type=\"percent\" data-float=\"1\" wfd-id=\"288\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621ae6c8da\" data-clip-id=\"aa2c3e3c70555\" wfd-id=\"290\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0349\"></polygon></clipPath><clipPath id=\"clip-tablet-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"4\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0699\"></polygon></clipPath><clipPath id=\"clip-mobile-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"4\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0699\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb\" data-css=\"tve-u-1621ae4db6e\" wfd-id=\"289\"></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621b064668\" style=\"\" wfd-id=\"260\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621f45bed3\" wfd-id=\"262\"><div class=\"tcb-clear\" data-css=\"tve-u-16224848ee5\" wfd-id=\"283\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621afceb00\" wfd-id=\"284\"><h2 data-css=\"tve-u-1621afcc0bf\">Check Out Our Special Offer!</h2></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621afda4fa\" wfd-id=\"282\"><p data-css=\"tve-u-1621afd8c98\">Donâ€™t miss the opportunity to get 50% discount on a complete cleaning just by recommending us to a friend. Bring someone you know with you and clean you car half price!</p></div><div class=\"tcb-clear\" data-css=\"tve-u-16224834cab\" wfd-id=\"263\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621fe85996\" wfd-id=\"264\"><div class=\"tcb-flex-row tcb--cols--2 tcb-resized tcb-medium-wrap tcb-desktop-wrap\" data-css=\"tve-u-1621fe78878\" wfd-id=\"265\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621fe94086\" style=\"\" wfd-id=\"273\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"275\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621b01355a\" wfd-id=\"276\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621b08fdde\" data-tcb_hover_state_parent=\"1\" wfd-id=\"281\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16223f02c16\" wfd-id=\"277\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-1620af7eb3f\" data-tcb_hover_state_parent=\"\" data-button-style=\"full_rounded\" wfd-id=\"278\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"279\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-16228c75500\" wfd-id=\"280\"><strong>Request an appointment</strong></span></span>\n</a>\n</div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621fe940b9\" style=\"\" wfd-id=\"266\"><div class=\"tcb-col\" wfd-id=\"268\"><div class=\"tcb-clear\" data-css=\"tve-u-16224716d62\" wfd-id=\"269\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-1621b028939\" data-tcb_hover_state_parent=\"\" data-button-style=\"ghost\" wfd-id=\"270\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"271\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-16228c764b2\" wfd-id=\"272\"><strong>Call Now: 0400-700-682</strong></span></span>\n</a>\n</div></div></div></div></div></div></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16260ba2fa4\" wfd-id=\"163\">\n<div class=\"tve-page-section-out\" wfd-id=\"255\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16260be7104\" wfd-id=\"164\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621b0e4fb7\" wfd-id=\"254\"><h2 data-css=\"tve-u-1621b10fccf\" style=\"text-align: center;\">our happy clients</h2></div><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641367127b\" data-float=\"1\" wfd-id=\"253\"><svg class=\"tcb-icon\" viewBox=\"0 0 30 32\" data-name=\"quote-left\">\n<path d=\"M13.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429zM29.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641367e553\" wfd-id=\"252\"><svg class=\"tcb-icon\" viewBox=\"0 0 30 32\" data-name=\"quote-left\">\n<path d=\"M13.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429zM29.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a10d3b4\" wfd-id=\"223\">\n<div class=\"tve-content-box-background\" wfd-id=\"251\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"224\"><div class=\"tcb-clear\" data-css=\"tve-u-1621b300a64\" wfd-id=\"249\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-1621f154231\" wfd-id=\"250\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621b200375\" wfd-id=\"227\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-16260d8392c\" wfd-id=\"228\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"233\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"235\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16417b62c09\" wfd-id=\"236\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-16260d8396c\" wfd-id=\"237\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16260d01208\" style=\"\" wfd-id=\"243\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"245\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"246\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16225617da3\" wfd-id=\"248\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"247\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16260d0120e\" style=\"\" wfd-id=\"238\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"240\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"242\"><h5>Brett Graham, 28</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"241\"><h6 class=\"\">Architect</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"229\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"231\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"232\"><p data-css=\"tve-u-162539c17ec\">Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit. Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit.&nbsp;</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-16260c5ff0c\" wfd-id=\"225\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260c5ff07\" wfd-id=\"226\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a12f675\" wfd-id=\"194\">\n<div class=\"tve-content-box-background\" wfd-id=\"222\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"195\"><div class=\"tcb-clear\" data-css=\"tve-u-16260cd7683\" wfd-id=\"220\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260d73672\" wfd-id=\"221\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16260da3aa7\" wfd-id=\"198\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-1621fb68b97\" wfd-id=\"199\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"204\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"206\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16417b662bf\" wfd-id=\"207\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-1621fb65556\" wfd-id=\"208\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16229915e1a\" style=\"\" wfd-id=\"214\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"216\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"217\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16260c433e9\" wfd-id=\"219\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"218\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16229915e4e\" style=\"\" wfd-id=\"209\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"211\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"213\"><h5>Rosie Hanson, 24</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"212\"><h6 class=\"\">Real estate Associate</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"200\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"202\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"203\"><p data-css=\"tve-u-162539c17ec\">Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo.</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-16260d3b97e\" wfd-id=\"196\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260d39b83\" wfd-id=\"197\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a146aef\" wfd-id=\"165\">\n<div class=\"tve-content-box-background\" wfd-id=\"193\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"166\"><div class=\"tcb-clear\" data-css=\"tve-u-16260cd7683\" wfd-id=\"191\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260cd622f\" wfd-id=\"192\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16260c39a7e\" wfd-id=\"169\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-16260d3f4aa\" wfd-id=\"170\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"175\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"177\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621fbacc60\" wfd-id=\"178\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-16260d3f4af\" wfd-id=\"179\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16229915e1a\" style=\"\" wfd-id=\"185\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"187\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"188\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16260d5e4b8\" wfd-id=\"190\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"189\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16229915e4e\" style=\"\" wfd-id=\"180\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"182\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"184\"><h5>Shawn Mattews, 35</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"183\"><h6 class=\"\">project manager</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"171\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"173\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"174\"><p data-css=\"tve-u-162539c17ec\">Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo. Nullam ac urna eu felis.Sed non neque elit. Sed ut imperdiet nisi. Proin condimentum</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1621b30ca74\" wfd-id=\"167\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-1621f15b521\" wfd-id=\"168\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621b3c8c52\" wfd-id=\"59\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621b3cfc7b\" wfd-id=\"162\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621b3c74d9\" wfd-id=\"60\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621e7b695a\" wfd-id=\"161\"><h2 data-css=\"tve-u-1621e7a7350\" style=\"text-align: center;\">our offers</h2></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621e7c899a\" wfd-id=\"61\"><div class=\"tcb-flex-row tcb--cols--3 tcb-medium-wrap v-2\" data-css=\"tve-u-1621e7c7aa1\" wfd-id=\"62\"><div class=\"tcb-flex-col\" wfd-id=\"125\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16223fc9f23\" wfd-id=\"127\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e7ceab3\" style=\"\" wfd-id=\"128\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16416e4fafd\" wfd-id=\"160\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e7d5094\" wfd-id=\"129\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e7e9950\" data-value-type=\"percent\" style=\"\" wfd-id=\"156\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e7edfd9\" data-clip-id=\"10ffac3b28f1d\" wfd-id=\"159\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-10ffac3b28f1d\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-10ffac3b28f1d\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e7e6c1d\" wfd-id=\"157\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-16417b4cb9e\" wfd-id=\"158\"><h4 data-css=\"tve-u-1621fe1a1af\" style=\"text-align: center;\"><strong>Basic Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ec6c39b\" data-float=\"1\" wfd-id=\"152\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e81f424\" wfd-id=\"155\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec752da\" wfd-id=\"153\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"154\"><h4 data-css=\"tve-u-1621fe1bd18\" style=\"text-align: center;\"><strong>15$</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621ea50702\" wfd-id=\"130\"><ul class=\"tcb-styled-list\" wfd-id=\"131\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec3a5c0\" wfd-id=\"148\"><div class=\"tcb-styled-list-icon\" wfd-id=\"150\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec204df\" wfd-id=\"151\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec241aa\" wfd-id=\"149\">Interior vacuum</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"144\"><div class=\"tcb-styled-list-icon\" wfd-id=\"146\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec20f68\" wfd-id=\"147\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec2704c\" wfd-id=\"145\">Dust &amp;dash console</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec42aa7\" wfd-id=\"140\"><div class=\"tcb-styled-list-icon\" wfd-id=\"142\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec21a31\" wfd-id=\"143\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec298ab\" wfd-id=\"141\">Hand towel dry</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec43fe2\" wfd-id=\"136\"><div class=\"tcb-styled-list-icon\" wfd-id=\"138\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ea1fba7\" wfd-id=\"139\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea23322\" wfd-id=\"137\">Clean windows</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec454d9\" wfd-id=\"132\"><div class=\"tcb-styled-list-icon\" wfd-id=\"134\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ea295c0\" wfd-id=\"135\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea2c69a\" wfd-id=\"133\">Soft cloth wash</span></li></ul></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"94\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"96\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621eb81205\" style=\"\" wfd-id=\"97\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16416e603ab\" wfd-id=\"124\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621eb7ccb0\" wfd-id=\"98\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ebbbb6d\" data-value-type=\"percent\" wfd-id=\"120\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eaaedd8\" data-clip-id=\"a2b9cf3198d6f\" wfd-id=\"123\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-a2b9cf3198d6f\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-a2b9cf3198d6f\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec7f21a\" wfd-id=\"121\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e930bd7\" wfd-id=\"122\"><h4 data-css=\"tve-u-1621e92e97f\" style=\"text-align: center;\"><strong>Ultimate Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ec78d2c\" data-float=\"1\" wfd-id=\"116\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eab272c\" wfd-id=\"119\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec79a7d\" wfd-id=\"117\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"118\"><h4 data-css=\"tve-u-1621e942b65\" style=\"text-align: center;\"><strong>22 $</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621ebfa746\" wfd-id=\"113\"><p data-css=\"tve-u-1621f4ceaf6\" style=\"text-align: center;\">Includes basic service <span data-css=\"tve-u-1621f4ceaf7\" style=\"color: rgb(15, 29, 123);\" wfd-id=\"114\"><strong class=\"\"><span data-css=\"tve-u-1621f4ceafb\" wfd-id=\"115\">+</span></strong></span></p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621ebf340c\" wfd-id=\"99\"><ul class=\"tcb-styled-list\" wfd-id=\"100\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-164137a0b1f\" wfd-id=\"109\"><div class=\"tcb-styled-list-icon\" wfd-id=\"111\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec0c5bd\" wfd-id=\"112\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ebfe4ce\" wfd-id=\"110\">Triple foam conditiner</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec04541\" wfd-id=\"105\"><div class=\"tcb-styled-list-icon\" wfd-id=\"107\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec09a3c\" wfd-id=\"108\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ebff867\" wfd-id=\"106\">Tire dressing</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec05cc3\" wfd-id=\"101\"><div class=\"tcb-styled-list-icon\" wfd-id=\"103\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec15f6e\" wfd-id=\"104\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec009a8\" wfd-id=\"102\">Air freshner</span></li></ul></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"63\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16223dad661\" wfd-id=\"65\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621fd9c946\" style=\"\" wfd-id=\"66\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e7d234c\" wfd-id=\"93\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621fd84d7b\" wfd-id=\"67\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16223b080b0\" data-value-type=\"percent\" wfd-id=\"89\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eb3eb9f\" data-clip-id=\"ac98bb0e54b3b\" wfd-id=\"92\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621fd8766c\" wfd-id=\"90\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e930bd7\" wfd-id=\"91\"><h4 data-css=\"tve-u-1621fe1587d\" style=\"text-align: center;\"><strong>Supreme Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e8107f3\" wfd-id=\"85\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eb43d8d\" wfd-id=\"88\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e819c52\" wfd-id=\"86\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"87\"><h4 data-css=\"tve-u-1621fe1725e\" style=\"text-align: center;\"><strong>30 $</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621eb037bb\" wfd-id=\"82\"><p data-css=\"tve-u-1621f4d0451\" style=\"text-align: center;\">Includes ultimate service <span data-css=\"tve-u-1621eaff572\" style=\"color: rgb(15, 29, 123);\" wfd-id=\"83\"><strong class=\"\"><span data-css=\"tve-u-1621eb01b60\" wfd-id=\"84\">+</span></strong></span></p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621eacf6af\" wfd-id=\"68\"><ul class=\"tcb-styled-list\" wfd-id=\"69\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec36a4d\" wfd-id=\"78\"><div class=\"tcb-styled-list-icon\" wfd-id=\"80\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e9993aa\" wfd-id=\"81\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea1a5d7\" wfd-id=\"79\">Exterior trim dressing</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"74\"><div class=\"tcb-styled-list-icon\" wfd-id=\"76\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e99b1db\" wfd-id=\"77\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea19a06\" wfd-id=\"75\">Hand applied spray wax</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec37ea5\" wfd-id=\"70\"><div class=\"tcb-styled-list-icon\" wfd-id=\"72\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e99c314\" wfd-id=\"73\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea18c5d\" wfd-id=\"71\">Interior conditioner</span></li></ul></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621efddaaf\" wfd-id=\"38\">\n<div class=\"tve-page-section-out\" wfd-id=\"58\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621edf8048\" wfd-id=\"39\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621f114214\" wfd-id=\"40\"><div class=\"tcb-flex-row tcb-resized tcb-mobile-edit tcb--cols--2\" data-css=\"tve-u-1621ee03000\" wfd-id=\"41\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621ee4be21\" style=\"\" wfd-id=\"46\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ee093d4\" wfd-id=\"48\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ee3afec\" wfd-id=\"52\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621ee58e74\" wfd-id=\"57\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ee37f4a\" wfd-id=\"53\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1621ee74a24\" wfd-id=\"56\"><svg class=\"tcb-icon\" viewBox=\"0 0 16 28\" data-name=\"map-marker\">\n<path d=\"M12 10c0-2.203-1.797-4-4-4s-4 1.797-4 4 1.797 4 4 4 4-1.797 4-4zM16 10c0 0.953-0.109 1.937-0.516 2.797l-5.688 12.094c-0.328 0.688-1.047 1.109-1.797 1.109s-1.469-0.422-1.781-1.109l-5.703-12.094c-0.406-0.859-0.516-1.844-0.516-2.797 0-4.422 3.578-8 8-8s8 3.578 8 8z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621ee63e1c\" wfd-id=\"55\"><h2 data-css=\"tve-u-1621fdcb4ea\" style=\"text-align: center;\">contact us</h2></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16422a1ce91\" wfd-id=\"54\"><p data-css=\"tve-u-16422a1ce94\" style=\"text-align: left;\">Your adress goes here</p><p data-css=\"tve-u-16422a1ce93\" style=\"text-align: left;\">Phone: 0400 - 700 - 682</p><p data-css=\"tve-u-16422a1ce92\" style=\"text-align: left;\">Email: our_office@gmail.com</p></div></div>\n</div><div class=\"tcb-clear\" data-css=\"tve-u-16417c828be\" wfd-id=\"49\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_slide_left\" data-css=\"tve-u-1621ef118dc\" style=\"\" wfd-id=\"50\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"51\"><img class=\"tve_image tve_evt_manager_listen tve_et_tve-viewport wp-image-21388\" alt=\"\" width=\"567\" height=\"384\" title=\"Car wash img footer\" data-id=\"21388\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-img-footer.png\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_left&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" style=\"width: 100%;\"></span></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621ee4be73\" style=\"\" wfd-id=\"42\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ee22c43\" wfd-id=\"44\"><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-1621ee18a1c\" wfd-id=\"45\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=New York&amp;t=m&amp;z=5&amp;output=embed&amp;iwloc=near\"></iframe>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621f0aa8f7\" wfd-id=\"25\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621f0ada0e\" wfd-id=\"37\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621f0b0088\" wfd-id=\"26\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621f0d2c1a\" wfd-id=\"27\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-1621f0cbe40\" wfd-id=\"28\"><div class=\"tcb-flex-col\" wfd-id=\"33\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"35\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621f0da775\" wfd-id=\"36\"><p data-css=\"tve-u-1622444fb11\">Â© 2018, Your company name . All rights reserved.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"29\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"31\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16223fe5f5b\" wfd-id=\"32\"><p data-css=\"tve-u-1621f0d874c\" style=\"text-align: right;\">Made with <a href=\"https://thrivethemes.com/\" target=\"_blank\">Thrive Architect</a></p></div></div></div></div></div></div>\n</div>\n'),(6556,549,'tve_revision_tve_content_more_found',''),(6557,549,'tve_revision_tve_save_post',''),(6558,549,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Merriweather:400,700&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Special+Elite:400&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Poppins:400,800,900,300,700,&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Monda:400,700,&subset=latin\");@media (min-width: 300px){.tcb-plain-text { font-family: Monda; font-weight: 400; font-size: 14px; }#tve_editor [data-css=\"tve-u-1621b072b4e\"] p, #tve_editor [data-css=\"tve-u-1621b072b4e\"] li, #tve_editor [data-css=\"tve-u-1621b072b4e\"] blockquote, #tve_editor [data-css=\"tve-u-1621b072b4e\"] address, #tve_editor [data-css=\"tve-u-1621b072b4e\"] .tcb-plain-text, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h1, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h2, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h3, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h4, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h5, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h6 { color: rgb(18, 18, 18); }[data-css=\"tve-u-16417c828be\"]::after { clear: both; }[data-css=\"tve-u-1621fe78878\"] .tcb-flex-col { flex-basis: 160px !important; }[data-css=\"tve-u-16417b70f47\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1641791de3b\"]::after { clear: both; }[data-css=\"tve-u-1641791ce1a\"]::after { clear: both; }#tve_editor [data-css=\"tve-u-1621fdcb4ea\"] { color: rgb(15, 29, 123) !important; }#tve_editor [data-css=\"tve-u-1641367127b\"] > :first-child { color: rgb(15, 29, 123); }[data-css=\"tve-u-1641367127b\"] { font-size: 60px; float: none; box-shadow: none; position: relative; z-index: 5; margin: 0px auto !important; }#tve_editor [data-css=\"tve-u-1641333d7d1\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-162717cb617\"] > .tcb-flex-col { padding-left: 0px; }#tve_editor [data-css=\"tve-u-16413112747\"] { color: rgba(255, 255, 255, 0.85) !important; }[data-css=\"tve-u-16413111ba3\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-16369305186\"] > .tve-cb { display: block; }#tve_editor [data-css=\"tve-u-162717cb609\"] p, #tve_editor [data-css=\"tve-u-162717cb609\"] li, #tve_editor [data-css=\"tve-u-162717cb609\"] blockquote, #tve_editor [data-css=\"tve-u-162717cb609\"] address, #tve_editor [data-css=\"tve-u-162717cb609\"] h1, #tve_editor [data-css=\"tve-u-162717cb609\"] h2, #tve_editor [data-css=\"tve-u-162717cb609\"] h3, #tve_editor [data-css=\"tve-u-162717cb609\"] h4, #tve_editor [data-css=\"tve-u-162717cb609\"] h5, #tve_editor [data-css=\"tve-u-162717cb609\"] h6 { color: rgb(255, 255, 255); }[data-css=\"tve-u-16369305186\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-162717cb621\"] .tve-page-section-in { display: flex; justify-content: center; flex-direction: column; }[data-css=\"tve-u-162717fcf9d\"] .tve-page-section-in { display: block; }[data-css=\"tve-u-1628a146aef\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1628a12f675\"] { padding: 0px !important; margin: 0px 0px 60px !important; }[data-css=\"tve-u-1628a10d3b4\"] { max-width: 100%; padding: 0px !important; margin: 0px 0px 60px !important; }[data-css=\"tve-u-16271ca808e\"] { color: rgb(0, 229, 255) !important; }#tve_editor [data-css=\"tve-u-162717cb618\"] p, #tve_editor [data-css=\"tve-u-162717cb618\"] li, #tve_editor [data-css=\"tve-u-162717cb618\"] blockquote, #tve_editor [data-css=\"tve-u-162717cb618\"] address, #tve_editor [data-css=\"tve-u-162717cb618\"] h1, #tve_editor [data-css=\"tve-u-162717cb618\"] h2, #tve_editor [data-css=\"tve-u-162717cb618\"] h3, #tve_editor [data-css=\"tve-u-162717cb618\"] h4, #tve_editor [data-css=\"tve-u-162717cb618\"] h5, #tve_editor [data-css=\"tve-u-162717cb618\"] h6 { color: rgb(0, 229, 255); }[data-css=\"tve-u-162718bd0c0\"] { clip-path: url(\"#clip-top-a3b25e1c9221a\"); -webkit-clip-path: url(\"#clip-top-a3b25e1c9221a\");  }[data-css=\"tve-u-162718a3b40\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-162717fcf9d\"] { z-index: 5; padding: 170px 40px 0px !important; margin-top: -80px !important; }[data-css=\"tve-u-16260cd622f\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-16260cd7683\"]::after { clear: both; }[data-css=\"tve-u-16260cd622f\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin-top: 0px !important; margin-bottom: -1px !important; }[data-css=\"tve-u-16260be7104\"] { max-width: 1200px; }[data-css=\"tve-u-16260ba2fa4\"] { padding: 100px 40px !important; }[data-css=\"tve-u-162539c17ec\"] { line-height: 1.6em !important; }#tve_editor [data-css=\"tve-u-162493b6b63\"]:hover { background-color: rgb(248, 249, 251) !important; }#tve_editor [data-css=\"tve-u-1624939a960\"]:hover { background-color: rgb(248, 249, 251) !important; background-image: none !important; }#tve_editor [data-css=\"tve-u-162492e70ad\"] { color: rgb(137, 141, 167) !important; }[data-css=\"tve-u-162492815ba\"] { padding: 0px !important; margin-top: 25px !important; }[data-css=\"tve-u-162491e8e1f\"]::after { clear: both; }[data-css=\"tve-u-1622f65ba70\"] { border: none; background-image: none !important; padding: 0px 30px 30px !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-1622a159bcb\"] { max-width: 100%; float: none; z-index: 6; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; margin-top: 0px !important; }[data-css=\"tve-u-16229915e4e\"] { max-width: 62.8%; }[data-css=\"tve-u-16229915e1a\"] { max-width: 37.2%; }[data-css=\"tve-u-16225617da3\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-Brett.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16225611edb\"] { min-height: 127px; }[data-css=\"tve-u-1622561121b\"] { max-width: 127px; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-16224848ee5\"]::after { clear: both; }[data-css=\"tve-u-16224834cab\"]::after { clear: both; }[data-css=\"tve-u-1621ee3afec\"] > .tve-cb { display: block; }[data-css=\"tve-u-1621fe78878\"] > .tcb-flex-col { padding-left: 5px; }[data-css=\"tve-u-1621fe940b9\"] { max-width: 50%; }[data-css=\"tve-u-1621fe94086\"] { max-width: 50%; }[data-css=\"tve-u-1621fe85996\"] { max-width: 585px; float: left; z-index: 3; position: relative; width: 100%; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621fe78878\"] > .tcb-flex-col > .tcb-col { min-height: 65px; justify-content: center; }[data-css=\"tve-u-1621fe78878\"] { min-height: inherit; margin-left: -5px; padding: 0px !important; flex-wrap: wrap !important; }#tve_editor [data-css=\"tve-u-1621f4d0451\"] { font-size: 20px !important; }#tve_editor [data-css=\"tve-u-1621f4ceaf6\"] { font-size: 20px !important; color: rgb(12, 12, 12) !important; }[data-css=\"tve-u-1621f45bed3\"] { padding: 0px !important; }[data-css=\"tve-u-1621f114214\"] { float: none; max-width: 100%; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621f0da775\"] { padding: 0px !important; }#tve_editor [data-css=\"tve-u-1621f0d874c\"] { letter-spacing: 1px; color: rgb(137, 141, 167) !important; font-size: 14px !important; }[data-css=\"tve-u-1621f0d2c1a\"] { max-width: 100%; margin-left: 60px !important; margin-right: 60px !important; }[data-css=\"tve-u-1621f0aa8f7\"] .tve-page-section-in { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621f0cbe40\"] { margin-left: 0px; padding: 0px !important; }[data-css=\"tve-u-1621f0cbe40\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-1621f0b0088\"] { max-width: 100%; min-height: 140px !important; }[data-css=\"tve-u-1621f0ada0e\"] { background-image: linear-gradient(rgb(22, 22, 24), rgb(22, 22, 24)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1621f0aa8f7\"] { padding: 0px !important; }[data-css=\"tve-u-1621efddaaf\"] { padding: 0px !important; }[data-css=\"tve-u-1621ef118dc\"] { width: 567px; position: relative; right: -50px; top: -104px; float: right; z-index: 3; margin-top: 0px !important; margin-bottom: 0px !important; padding-left: 0px !important; }#tve_editor [data-css=\"tve-u-1621ee74a24\"] > :first-child { color: rgb(15, 29, 123); }[data-css=\"tve-u-1621ee74a24\"] { font-size: 60px; float: none; z-index: 3; position: relative; margin: 0px auto 10px !important; padding-top: 0px !important; }[data-css=\"tve-u-1621ee63e1c\"] { float: none; z-index: 3; position: relative; max-width: none; width: 100%; padding: 0px !important; margin: 0px auto 30px !important; }[data-css=\"tve-u-1621ee58e74\"] { background-color: rgb(224, 226, 236) !important; }[data-css=\"tve-u-1621ee4be73\"] { max-width: 61%; }[data-css=\"tve-u-1621ee4be21\"] { max-width: 39%; }[data-css=\"tve-u-1621ee3afec\"] { padding: 60px 0px 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621ee37f4a\"] { min-height: 380px; }[data-css=\"tve-u-1621ee22c43\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding-top: 0px !important; padding-left: 0px !important; }[data-css=\"tve-u-1621ee18a1c\"] { margin: 80px 0px 0px 122px !important; }[data-css=\"tve-u-1621ee093d4\"] { margin-top: 0px !important; }[data-css=\"tve-u-1621ee03000\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1621ee03000\"] { margin-left: 0px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-1621ee03000\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-1621edf8048\"] { max-width: 100%; min-height: 1px !important; }[data-css=\"tve-u-1621ec454d9\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec43fe2\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec42aa7\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec3a5c0\"] { margin-top: 0px !important; margin-bottom: 10px !important; }[data-css=\"tve-u-1621ec37ea5\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec36a4d\"] { margin-bottom: 10px !important; }[data-css=\"tve-u-1621ea18c5d\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ea19a06\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ea1a5d7\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ea2c69a\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ea23322\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ec298ab\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ec2704c\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ec241aa\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ec05cc3\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec04541\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec009a8\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ebff867\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ebfe4ce\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621eb037bb\"] { padding: 0px !important; margin-top: 0px !important; margin-bottom: 30px !important; }[data-css=\"tve-u-1621eaff572\"] { color: rgb(15, 29, 123) !important; }[data-css=\"tve-u-1621ea50702\"] { max-width: 230px; float: none; z-index: 3; position: relative; width: 100%; padding: 0px !important; margin: 0px auto !important; }#tve_editor [data-css=\"tve-u-1621ea2c69a\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ea295c0\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ea295c0\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ea1fba7\"] > :first-child { color: rgb(137, 141, 167); }#tve_editor [data-css=\"tve-u-1621ea23322\"] { font-size: 16px !important; }[data-css=\"tve-u-1621ea1fba7\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }[data-css=\"tve-u-1621e99c314\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }[data-css=\"tve-u-1621e99b1db\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }[data-css=\"tve-u-1621e9993aa\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ea1a5d7\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ea19a06\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ea18c5d\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621e99c314\"] > :first-child { color: rgb(137, 141, 167); }#tve_editor [data-css=\"tve-u-1621e99b1db\"] > :first-child { color: rgb(137, 141, 167); }#tve_editor [data-css=\"tve-u-1621e9993aa\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621e8107f3\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621e942b65\"] strong { font-weight: 800; }[data-css=\"tve-u-1621e7e9950\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621e930bd7\"] { padding: 0px 0px 50px !important; }#tve_editor [data-css=\"tve-u-1621e92e97f\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1621e81f424\"] { border-radius: 200px; overflow: hidden; background-image: none !important; border: 3px solid rgb(255, 255, 255) !important; background-color: rgb(144, 147, 168) !important; }[data-css=\"tve-u-1621e819c52\"] { min-height: 110px; }[data-css=\"tve-u-1621e8107f3\"] { float: none; max-width: 110px; z-index: 4; padding: 0px !important; margin: -60px auto 30px !important; }[data-css=\"tve-u-1621e7edfd9\"] { clip-path: url(\"#clip-bottom-10ffac3b28f1d\"); -webkit-clip-path: url(\"#clip-bottom-10ffac3b28f1d\");  background-image: none !important; background-color: rgb(144, 147, 168) !important; }[data-css=\"tve-u-1621e7e9950\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1621e7e6c1d\"] { min-height: 150px; }[data-css=\"tve-u-1621e7c7aa1\"] > .tcb-flex-col { padding-left: 60px; }[data-css=\"tve-u-1621e7d5094\"] { min-height: 480px; }[data-css=\"tve-u-1621e7d234c\"] { box-shadow: rgba(0, 0, 0, 0.02) 0px 2px 22px 0px; background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1621e7ceab3\"] { float: none; width: 100%; padding: 0px 0px 20px !important; margin: 0px auto !important; }[data-css=\"tve-u-1621e7c899a\"] { float: none; max-width: 100%; margin: 0px auto !important; }[data-css=\"tve-u-1621e7c7aa1\"] { margin-left: -60px; padding: 0px !important; }[data-css=\"tve-u-1621e7b695a\"] { padding: 0px !important; margin-bottom: 100px !important; }#tve_editor [data-css=\"tve-u-1621e7a7350\"] { color: rgb(15, 29, 123) !important; }[data-css=\"tve-u-1621b3cfc7b\"] { filter: blur(0px); opacity: 1; background-image: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(220, 224, 246) 38%) !important; background-color: rgb(212, 212, 212) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1621b3c8c52\"] { padding: 100px 40px !important; }[data-css=\"tve-u-1621b3c74d9\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-1621b300a64\"]::after { clear: both; }[data-css=\"tve-u-1621b24a89d\"] { padding: 0px !important; }[data-css=\"tve-u-1621b22a018\"] { background-image: none !important; padding: 0px !important; }[data-css=\"tve-u-1621b200375\"] { float: none; max-width: 100%; border-left: 1px solid rgba(15, 29, 123, 0.7); border-right: 1px solid rgba(15, 29, 123, 0.7); background-color: rgb(248, 249, 251) !important; margin: 0px auto !important; }[data-css=\"tve-u-1621b10fccf\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621b0e4fb7\"] { border-right: none; max-width: 100%; padding: 0px !important; margin-bottom: 40px !important; margin-right: 0px !important; }[data-css=\"tve-u-1621b072b4e\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-1621b064668\"] { max-width: 52%; }[data-css=\"tve-u-1621b064646\"] { max-width: 48%; }[data-css=\"tve-u-1621afda4fa\"] { max-width: none; padding: 0px !important; margin-bottom: 40px !important; }#tve_editor [data-css=\"tve-u-1621afd8c98\"] { color: rgb(255, 255, 255) !important; font-size: 20px !important; }[data-css=\"tve-u-1621afceb00\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 80%; padding: 0px !important; margin-bottom: 50px !important; }#tve_editor [data-css=\"tve-u-1621afcc0bf\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1621a8a804b\"] > .tcb-flex-col { padding-left: 60px; }[data-css=\"tve-u-1621ae6c8da\"] { clip-path: url(\"#clip-top-aa2c3e3c70555\"); -webkit-clip-path: url(\"#clip-top-aa2c3e3c70555\");  background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-Cta-2.jpg\") !important; background-size: cover !important; background-position: 0% 100% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1621ae4fd21\"] { max-width: 100%; top: -70px; z-index: 5; left: -60px; position: relative !important; padding: 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-1621ae4db6e\"] { min-height: 524px; }[data-css=\"tve-u-1621ada1e7f\"] .tve-page-section-in { display: flex; flex-direction: column; justify-content: center; }[data-css=\"tve-u-1621adea58b\"] > .tcb-flex-col > .tcb-col { min-height: 1px; justify-content: center; }[data-css=\"tve-u-1621ae0bec7\"] { height: calc(100% - -22px); background-image: linear-gradient(rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.14)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; margin-left: 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621adea58b\"] > .tcb-flex-col { padding-left: 50px; }[data-css=\"tve-u-1621adea58b\"] { margin-left: -50px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-1621ade6172\"] { max-width: 100%; float: none; width: 100%; margin: 0px auto !important; }[data-css=\"tve-u-1621adba9ef\"] { clip-path: url(\"#clip-top-52d5a36c151aa\"); -webkit-clip-path: url(\"#clip-top-52d5a36c151aa\");  background-image: linear-gradient(rgba(15, 29, 123, 0.65), rgba(15, 29, 123, 0.65)), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-cta-bg.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-1621ada1e7f\"] { padding: 0px 40px !important; }[data-css=\"tve-u-1621ad46076\"] { padding: 100px 40px !important; margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1621ad420c4\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-1621a9076ef\"] { padding-top: 2px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-1621acf64fb\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621acf47d2\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1621acf0289\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621a8e11f3\"] { padding-top: 2px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-1621a8e5625\"] { padding-top: 2px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-1621ace4de9\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1621ace1b08\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1621a9a2867\"] strong { font-weight: 700; }#tve_editor [data-css=\"tve-u-1621a9a2867\"] { font-weight: 300; color: rgb(15, 29, 123) !important; font-family: Poppins !important; }[data-css=\"tve-u-1621a9750ae\"] { font-size: 18.36px !important; line-height: 18.36px !important; }[data-css=\"tve-u-1621a9a2867\"] { font-size: 64.8px !important; line-height: 64.8px !important; }[data-css=\"tve-u-1621a9a2866\"] { margin-top: 54px !important; }[data-css=\"tve-u-1621a9a2862\"] { width: 216px !important; height: 216px !important; background-color: rgb(137, 141, 167) !important; }[data-css=\"tve-u-1621a98b602\"] { stroke-dasharray: 678.584, 678.584; }[data-css=\"tve-u-1621a983587\"] { float: none; border: 30px solid rgba(137, 141, 167, 0.24); z-index: 3; position: relative; margin: 30px auto 0px !important; padding: 0px !important; }[data-css=\"tve-u-1621a9750ae\"] strong { font-weight: 700; }#tve_editor [data-css=\"tve-u-1621a9750ae\"] { color: rgb(255, 255, 255) !important; font-family: Monda !important; }[data-css=\"tve-u-1621a96b190\"] { background-color: rgb(101, 114, 203); width: 194.4px !important; height: 194.4px !important; top: 10.8px !important; bottom: 10.8px !important; left: 10.8px !important; right: 10.8px !important; }[data-css=\"tve-u-1621a9685d4\"] { stroke: rgb(248, 251, 253) !important; stroke-width: 22.6px !important; }[data-css=\"tve-u-1621a8a804b\"] > .tcb-flex-col > .tcb-col { min-height: 445px; justify-content: center; }[data-css=\"tve-u-1621a90a46f\"] { background-image: radial-gradient(rgba(255, 255, 255, 0.51) 16%, rgb(255, 255, 255) 73%), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-100-clean.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }#tve_editor [data-css=\"tve-u-1621a9076ef\"] > :first-child { color: rgb(15, 29, 123); }#tve_editor [data-css=\"tve-u-1621a8e5625\"] > :first-child { color: rgb(15, 29, 123); }#tve_editor [data-css=\"tve-u-1621a8e11f3\"] > :first-child { color: rgb(15, 29, 123); }[data-css=\"tve-u-1621a8c4313\"] { padding: 0px !important; margin-bottom: 60px !important; }[data-css=\"tve-u-1621a8b2488\"] { float: none; max-width: 100%; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621a8a804b\"] { min-height: inherit; margin-left: -60px; padding: 0px !important; }[data-css=\"tve-u-1621a2e0d5b\"] { line-height: 1em !important; }[data-css=\"tve-u-1621a2247ba\"] { max-width: 100%; float: none; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; }#tve_editor [data-css=\"tve-u-1620af7eb3f\"] .tcb-button-link { font-size: 18px; color: rgb(15, 29, 123) !important; }#tve_editor [data-css=\"tve-u-1620af7eb3f\"]:hover strong { font-weight: 700 !important; }[data-css=\"tve-u-1620af7eb3f\"] { width: 268px; float: left; z-index: 3; position: relative; display: block; max-width: 268px; margin-bottom: 0px !important; margin-top: 0px !important; margin-left: 3px !important; }#tve_editor [data-css=\"tve-u-1620af7eb3f\"]:hover .tcb-button-link { color: rgb(255, 255, 255) !important; border-radius: 200px !important; overflow: hidden !important; font-family: Monda !important; font-weight: 400 !important; text-shadow: none !important; background-image: none !important; background-color: rgb(15, 29, 123) !important; }[data-css=\"tve-u-1620af7eb3f\"] .tcb-button-link { border-radius: 200px; min-height: 54.7619px; font-size: 1.33333em; padding-top: 0px; padding-bottom: 0px; background-image: none !important; background-color: rgb(255, 255, 255) !important; padding-right: 15px !important; }#tcb_landing_page a:not(.tcb-button-link).tve_state_hover { color: rgb(35, 55, 188); }#tcb_landing_page a:not(.tcb-button-link):hover { color: rgb(35, 55, 188); }#tcb_landing_page a:not(.tcb-button-link) { color: rgb(125, 138, 220); }#tcb_landing_page input strong { font-weight: 700; }#tcb_landing_page .tcb-button-link strong { font-weight: 700; }#tcb_landing_page p strong, #tcb_landing_page li strong { font-weight: 700; }#tcb_landing_page input { font-family: Merriweather; font-weight: 400; }#tcb_landing_page .tcb-button-link { font-family: Merriweather; font-weight: 400; }#tcb_landing_page p, #tcb_landing_page li { color: rgb(12, 12, 12); font-family: Merriweather; font-weight: 400; line-height: 1.5em; font-size: 16px; }#tcb_landing_page h6 { text-transform: uppercase; font-size: 14px; color: rgb(0, 0, 0); font-family: \"Special Elite\"; font-weight: 400; letter-spacing: 1px; line-height: 1.3em; }#tcb_landing_page h5 { font-size: 22px; color: rgb(12, 12, 12); font-family: \"Special Elite\"; font-weight: 400; line-height: 1.3em; }#tcb_landing_page h4 { font-size: 24px; color: rgb(12, 12, 12); font-family: \"Special Elite\"; font-weight: 400; line-height: 1.3em; }#tcb_landing_page h3 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(12, 12, 12); font-size: 26px; line-height: 1.3em; }#tcb_landing_page h2 { color: rgb(0, 0, 0); font-size: 30px; letter-spacing: 2px; text-transform: uppercase; line-height: 1.3em; font-family: \"Special Elite\"; font-weight: 400; }#tcb_landing_page h1 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(0, 0, 0); font-size: 42px; line-height: 1.3em; }[data-css=\"tve-u-15e09c94f7d\"] { background-color: rgb(255, 255, 255); }[data-css=\"tve-u-1621b01355a\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621b01355a\"] { max-width: 274px; position: relative; float: left; z-index: 3; width: 100%; padding: 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-1621b028939\"] .tcb-button-link { font-size: 18px; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1621b028939\"]:hover strong { font-weight: 700 !important; }[data-css=\"tve-u-1621b028939\"] { display: block; max-width: 268px; width: 268px; top: 0px; left: 0px; float: left; z-index: 3; position: relative; margin-bottom: 0px !important; margin-top: 0px !important; }#tve_editor [data-css=\"tve-u-1621b028939\"]:hover .tcb-button-link { background-color: rgb(255, 255, 255) !important; color: rgb(15, 29, 123) !important; overflow: hidden !important; font-family: Monda !important; background-image: none !important; text-align: center !important; }[data-css=\"tve-u-1621b028939\"] .tcb-button-link { min-height: 54.7619px; font-size: 1.33333em; padding-top: 0px; padding-bottom: 0px; border: 1px solid rgb(255, 255, 255); border-radius: 30px; overflow: hidden; background-color: rgba(26, 188, 156, 0.01) !important; padding-right: 15px !important; color: rgb(26, 188, 156) !important; }[data-css=\"tve-u-1621b08fdde\"] { border-radius: 200px; overflow: hidden; border: 1px solid rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1621b01355a\"]:hover [data-css=\"tve-u-1621b08fdde\"] { border: 1px solid rgba(255, 255, 255, 0.4) !important; }[data-css=\"tve-u-1621b30ca74\"]::after { clear: both; }#tve_editor [data-css=\"tve-u-1621e942b65\"] { font-weight: 400; letter-spacing: 0px; color: rgb(255, 255, 255) !important; font-family: Poppins !important; font-size: 30px !important; }[data-css=\"tve-u-1621e94cb4e\"] { float: none; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621eaaedd8\"] { clip-path: url(\"#clip-bottom-a2b9cf3198d6f\"); -webkit-clip-path: url(\"#clip-bottom-a2b9cf3198d6f\");  background-image: none !important; background-color: rgb(5, 10, 42) !important; }[data-css=\"tve-u-1621eab272c\"] { border-radius: 200px; overflow: hidden; background-image: none !important; border: 3px solid rgb(255, 255, 255) !important; background-color: rgb(5, 10, 42) !important; }[data-css=\"tve-u-1621eacf6af\"] { max-width: 230px; float: none; z-index: 3; position: relative; padding: 0px !important; margin: 0px auto !important; }[data-css=\"tve-u-1621eb3eb9f\"] { clip-path: url(\"#clip-bottom-ac98bb0e54b3b\"); -webkit-clip-path: url(\"#clip-bottom-ac98bb0e54b3b\");  background-image: none !important; background-color: rgb(45, 51, 89) !important; }[data-css=\"tve-u-1621eb43d8d\"] { border-radius: 200px; overflow: hidden; background-image: none !important; border: 3px solid rgb(255, 255, 255) !important; background-color: rgb(45, 51, 89) !important; }[data-css=\"tve-u-1621eb7ccb0\"] { min-height: 530px; }[data-css=\"tve-u-1621eb81205\"] { padding: 0px 0px 20px !important; margin-top: -25px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621ebbbb6d\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621ebbbb6d\"] { max-width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1621ebf340c\"] { max-width: 230px; float: none; z-index: 3; position: relative; width: 100%; padding: 0px !important; margin: 0px auto !important; }[data-css=\"tve-u-1621ebfa746\"] { padding: 0px !important; margin-top: 0px !important; margin-bottom: 30px !important; }#tve_editor [data-css=\"tve-u-1621ebfe4ce\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ebff867\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ec009a8\"] { font-size: 16px !important; }[data-css=\"tve-u-1621ec09a3c\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; margin: 0px !important; }#tve_editor [data-css=\"tve-u-1621ec09a3c\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ec0c5bd\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; margin: 0px !important; }#tve_editor [data-css=\"tve-u-1621ec0c5bd\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ec15f6e\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ec15f6e\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ec204df\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ec204df\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ec20f68\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ec20f68\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ec21a31\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ec21a31\"] > :first-child { color: rgb(137, 141, 167); }#tve_editor [data-css=\"tve-u-1621ec241aa\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ec2704c\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ec298ab\"] { font-size: 16px !important; }[data-css=\"tve-u-1621ec6c39b\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621ec6c39b\"] { float: none; max-width: 110px; z-index: 4; padding: 0px !important; margin: -60px auto 30px !important; }[data-css=\"tve-u-1621ec752da\"] { min-height: 110px; }[data-css=\"tve-u-1621ec78d2c\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621ec78d2c\"] { float: none; max-width: 110px; z-index: 4; padding: 0px !important; margin: -60px auto 30px !important; }[data-css=\"tve-u-1621ec79a7d\"] { min-height: 110px; }[data-css=\"tve-u-1621ec7f21a\"] { min-height: 160px; }[data-css=\"tve-u-1621f154231\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-1621f154231\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin: 0px 0px -1px !important; }[data-css=\"tve-u-1621f15b521\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-1621f15b521\"] { float: right; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin-top: -1px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621f4ceaf7\"] { color: rgb(15, 29, 123) !important; }[data-css=\"tve-u-1621fb65556\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-1621fb65556\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-1621fb65556\"] { min-height: inherit; margin-left: -20px; padding: 0px !important; }[data-css=\"tve-u-1621fb68b97\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-1621fb68b97\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-1621fb68b97\"] { min-height: inherit; margin-left: -30px; padding: 30px !important; }[data-css=\"tve-u-1621fbacc60\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621fbcad8c\"] { padding: 0px !important; }[data-css=\"tve-u-1621fc0ce17\"] { padding: 0px !important; margin-bottom: 15px !important; }[data-css=\"tve-u-1621fd84d7b\"] { min-height: 480px; }[data-css=\"tve-u-1621fd8766c\"] { min-height: 150px; }[data-css=\"tve-u-1621fd9c946\"] { padding: 0px 0px 20px !important; margin-top: 0px !important; margin-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-1621fe1587d\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1621fe1725e\"] strong { font-weight: 800; }#tve_editor [data-css=\"tve-u-1621fe1725e\"] { font-weight: 400; letter-spacing: 0px; color: rgb(255, 255, 255) !important; font-family: Poppins !important; font-size: 30px !important; }#tve_editor [data-css=\"tve-u-1621fe1a1af\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1621fe1bd18\"] strong { font-weight: 800; }#tve_editor [data-css=\"tve-u-1621fe1bd18\"] { font-weight: 400; letter-spacing: 0px; color: rgb(255, 255, 255) !important; font-family: Poppins !important; font-size: 30px !important; }[data-css=\"tve-u-16223b080b0\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-16223b080b0\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-16223f02c16\"] { min-height: 62px; }[data-css=\"tve-u-16223fe5f5b\"] { padding: 0px !important; }[data-css=\"tve-u-16224439be1\"] { padding: 0px !important; }#tve_editor [data-css=\"tve-u-1622444fb11\"] { letter-spacing: 1px; color: rgb(137, 141, 167) !important; font-size: 14px !important; }#tve_editor [data-css=\"tve-u-16228c764b2\"] { font-size: 18px !important; }[data-css=\"tve-u-16229f6175c\"] { border: none; margin: 80px 0px 0px !important; background-image: none !important; }[data-css=\"tve-u-16229fa6a26\"] { border: none; box-shadow: none; padding: 0px 30px 30px !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-16229fa8c68\"] { border: none; padding: 0px 30px 30px !important; background-image: none !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col > .tcb-col { min-height: 244px; }[data-css=\"tve-u-16229ffbb7b\"] { margin-left: -30px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16248fc42a1\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-16248fc42a1\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-16248fc71c8\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-16249355087\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-16249355087\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-16249358652\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-16249358652\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-1624935a201\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-1624935a201\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-16249367114\"] { border: none; margin: 30px 0px 0px !important; background-image: none !important; }[data-css=\"tve-u-16249373b25\"] { border: none; padding: 0px 30px 30px !important; background-image: linear-gradient(rgb(248, 249, 251), rgb(248, 249, 251)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1624939a960\"] { border: none; box-shadow: none; padding: 0px 30px 30px !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-162493a03b0\"] > .tcb-flex-col > .tcb-col { min-height: 244px; }[data-css=\"tve-u-162493a03b0\"] { margin-left: -30px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-162493a03b0\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-162493b6b63\"] { border: none; background-image: none !important; padding: 0px 30px 30px !important; background-color: rgb(248, 249, 251) !important; }#tve_editor [data-css=\"tve-u-162493d5f13\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-162493d5f13\"] { font-size: 30px; width: 30px; height: 30px; top: 0px; left: 0px; display: block; position: static; z-index: 8; border-bottom: 1px solid rgb(10, 93, 165); border-top: none; border-right: none; border-left: none; border-image: initial; margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-162494b490e\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-162494b7ad0\"] { padding: 0px !important; margin-top: 25px !important; margin-left: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-1625389a3d5\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-1625389a3d5\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-1625389b4ed\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-1625389b4ed\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-162539ac577\"] { max-width: 39%; }[data-css=\"tve-u-162539ac57d\"] { max-width: 61%; }#tve_editor [data-css=\"tve-u-162539c17ec\"] { font-size: 16px !important; color: rgba(12, 12, 12, 0.7) !important; }[data-css=\"tve-u-16260c39a7e\"] { float: none; max-width: 100%; border-left: 1px solid rgba(15, 29, 123, 0.7); border-right: 1px solid rgba(15, 29, 123, 0.7); margin: 0px auto !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-16260c433e9\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-Rosie.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16260c5ff07\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-16260c5ff07\"] { float: right; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin: -1px 0px 0px !important; }[data-css=\"tve-u-16260c5ff0c\"]::after { clear: both; }[data-css=\"tve-u-16260d01208\"] { max-width: 37%; }[data-css=\"tve-u-16260d0120e\"] { max-width: 63%; }[data-css=\"tve-u-16260d39b83\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-16260d39b83\"] { float: right; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin-top: -1px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-16260d3b97e\"]::after { clear: both; }[data-css=\"tve-u-16260d3f4aa\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16260d3f4aa\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-16260d3f4aa\"] { min-height: inherit; margin-left: -30px; padding: 30px !important; }[data-css=\"tve-u-16260d3f4af\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-16260d3f4af\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-16260d3f4af\"] { min-height: inherit; margin-left: -20px; padding: 0px !important; }[data-css=\"tve-u-16260d5e4b8\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-Shawn.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16260d73672\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-16260d73672\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin-top: 0px !important; margin-bottom: -1px !important; }[data-css=\"tve-u-16260d8392c\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16260d8392c\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-16260d8392c\"] { min-height: inherit; margin-left: -30px; padding: 30px !important; }[data-css=\"tve-u-16260d8396c\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-16260d8396c\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-16260d8396c\"] { min-height: inherit; margin-left: -20px; padding: 0px !important; }[data-css=\"tve-u-16260da3aa7\"] { float: none; max-width: 100%; border-left: 1px solid rgba(15, 29, 123, 0.7); border-right: 1px solid rgba(15, 29, 123, 0.7); margin: 0px auto !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-162717cb600\"] { max-width: 58.2%; }[data-css=\"tve-u-162717cb601\"] { max-width: 41.8%; }[data-css=\"tve-u-162717cb602\"] { clip-path: url(\"#clip-bottom-eab511de4ba9e\"); -webkit-clip-path: url(\"#clip-bottom-eab511de4ba9e\");  background-color: rgba(255, 255, 255, 0.2) !important; }[data-css=\"tve-u-162717cb603\"] { min-height: 496px; }[data-css=\"tve-u-162717cb604\"] { z-index: 5; float: right; position: relative; width: 100%; max-width: 570px; bottom: 0px; left: 0px; padding: 0px !important; margin: -59px 0px 0px !important; }[data-css=\"tve-u-162717cb605\"] { clip-path: url(\"#clip-bottom-7920fc765722d\"); -webkit-clip-path: url(\"#clip-bottom-7920fc765722d\");  background-color: rgba(255, 255, 255, 0.1) !important; }[data-css=\"tve-u-162717cb606\"] { min-height: 419px; }[data-css=\"tve-u-162717cb608\"] { max-width: 633px; z-index: 4; top: 0px; right: 0px; padding: 0px !important; margin: 164px 0px 0px !important; }[data-css=\"tve-u-162717cb609\"]::after { clear: both; }[data-css=\"tve-u-162717cb60a\"] { padding-right: 50px !important; padding-bottom: 80px !important; padding-top: 20px !important; }[data-css=\"tve-u-162717cb60b\"]::after { clear: both; }[data-css=\"tve-u-162717cb60b\"] { margin-top: 0px !important; margin-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-162717cb60c\"] .tcb-button-link { font-size: 18px; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-162717cb60c\"] { float: left; z-index: 3; position: relative; display: block; max-width: 300px; width: 300px; margin-bottom: 0px !important; margin-top: 0px !important; }#tve_editor [data-css=\"tve-u-162717cb60c\"]:hover .tcb-button-link { background-color: rgb(255, 255, 255) !important; color: rgb(15, 29, 123) !important; background-image: none !important; font-weight: bold !important; }[data-css=\"tve-u-162717cb60c\"] .tcb-button-link { border: 1px solid rgb(255, 255, 255); min-height: 54.7619px; font-size: 1.33333em; padding-top: 0px; padding-bottom: 0px; border-radius: 100px; overflow: hidden; background-color: rgba(26, 188, 156, 0.01) !important; color: rgb(26, 188, 156) !important; }[data-css=\"tve-u-162717cb60f\"] { padding: 0px !important; margin-bottom: 25px !important; }[data-css=\"tve-u-162717cb610\"] { padding: 0px !important; margin-bottom: 35px !important; }#tve_editor [data-css=\"tve-u-162717cb616\"] { text-transform: none !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-162717cb617\"] { margin-left: 0px; padding: 0px !important; }[data-css=\"tve-u-162717cb618\"] { max-width: none; margin-top: 0px !important; }[data-css=\"tve-u-162717cb620\"] { clip-path: url(\"#clip-bottom-c883ac5175045\"); -webkit-clip-path: url(\"#clip-bottom-c883ac5175045\");  background-image: linear-gradient(90deg, rgb(15, 29, 123) 0%, rgba(15, 29, 123, 0.42) 100%), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-hero-img.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-162717cb609\"] { max-width: 1200px; min-height: 630px !important; }[data-css=\"tve-u-162717cb621\"] { z-index: 1; padding: 125px 40px 0px !important; margin-top: -130px !important; }[data-css=\"tve-u-162717cb623\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-162717cb624\"] { min-height: 54px; }[data-css=\"tve-u-162717cb623\"] { max-width: 304px; float: left; z-index: 3; position: relative; width: 100%; padding: 2px !important; margin: 0px auto 18px !important; }#tve_editor [data-css=\"tve-u-162717cb625\"] .tcb-button-link { font-size: 18px; color: rgb(15, 29, 123) !important; }#tve_editor [data-css=\"tve-u-162717cb625\"]:hover strong { font-weight: 700 !important; }[data-css=\"tve-u-162717cb625\"] { display: block; max-width: 300px; width: 300px; float: none; z-index: 3; position: relative; margin: 0px auto !important; }#tve_editor [data-css=\"tve-u-162717cb625\"]:hover .tcb-button-link { color: rgb(255, 255, 255) !important; border-radius: 200px !important; overflow: hidden !important; font-family: Monda !important; font-weight: 400 !important; text-shadow: none !important; background-image: none !important; background-color: rgb(15, 29, 123) !important; }[data-css=\"tve-u-162717cb625\"] .tcb-button-link { border-radius: 200px; min-height: 54.7619px; font-size: 1.33333em; padding-top: 0px; padding-bottom: 0px; background-image: none !important; background-color: rgb(255, 255, 255) !important; padding-right: 15px !important; font-weight: bold !important; }#tve_editor [data-css=\"tve-u-162717cb623\"]:hover [data-css=\"tve-u-162717cb626\"] { border: 1px solid rgba(255, 255, 255, 0.6) !important; }[data-css=\"tve-u-162717cb626\"] { border-radius: 200px; overflow: hidden; border: 1px solid rgb(255, 255, 255) !important; }[data-css=\"tve-u-162717d1bb6\"] { border-right: 1px solid rgba(255, 255, 255, 0.2); }[data-css=\"tve-u-162717d1bbc\"] { border-left: none; padding: 0px !important; }[data-css=\"tve-u-162717d1bbe\"] { border-bottom: 1px solid rgba(255, 255, 255, 0.2); float: none; width: 100%; position: relative; z-index: 10; max-width: 1600px; margin: 0px auto !important; }[data-css=\"tve-u-162717d1bbf\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-162717d1bbf\"] > .tcb-flex-col { padding-left: 17px; }[data-css=\"tve-u-162717d1bbf\"] { margin-left: -17px; min-height: inherit; padding: 25px 0px 0px 40px !important; }#tve_editor [data-css=\"tve-u-162717d1bbe\"] p, #tve_editor [data-css=\"tve-u-162717d1bbe\"] li, #tve_editor [data-css=\"tve-u-162717d1bbe\"] blockquote, #tve_editor [data-css=\"tve-u-162717d1bbe\"] address { font-size: 16px; }#tve_editor [data-css=\"tve-u-162717d1bc3\"] > :first-child { color: rgb(255, 255, 255); }[data-css=\"tve-u-162717d1bc3\"] { font-size: 25px !important; width: 25px !important; height: 25px !important; z-index: 4; position: relative; float: left; margin: 3px 5px 0px 0px !important; padding-left: 0px !important; }[data-css=\"tve-u-162717d1bc5\"] { border-right: none; padding: 0px !important; position: static !important; }[data-css=\"tve-u-162718f6444\"] { z-index: 12; float: right; width: 100%; max-width: 600px; bottom: -30px; right: -88px; position: absolute !important; padding: 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-162718f6446\"] { min-height: 600px; }[data-css=\"tve-u-162718f6447\"] { clip-path: url(\"#clip-bottom-6d4048c9836f6\"); -webkit-clip-path: url(\"#clip-bottom-6d4048c9836f6\");  background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-Bmw.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }#tve_editor [data-css=\"tve-u-16271adf6cf\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-16271adf6cf\"] { font-size: 30px; width: 30px; height: 30px; top: 22px; left: 20px; border-bottom: 1px solid rgb(10, 93, 165); margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1641367e553\"] > :first-child { color: rgba(15, 29, 123, 0.12); }[data-css=\"tve-u-1641367e553\"] { font-size: 60px; float: none; box-shadow: none; width: 60px; height: 60px; margin: -55px auto 60px !important; padding-right: 17px !important; }[data-css=\"tve-u-16416e4fafd\"] { box-shadow: rgba(0, 0, 0, 0.02) 0px 2px 22px 0px; background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16416e603ab\"] { box-shadow: rgba(0, 0, 0, 0.12) 0px 3px 44px 0px; background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-164179a84b8\"] > .tve-cb { display: block; }[data-css=\"tve-u-164179a84b8\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-164179bced9\"] { border-right: none; padding: 0px !important; position: static !important; }[data-css=\"tve-u-16417b4cb9e\"] { padding: 0px 0px 50px !important; }[data-css=\"tve-u-16417b62c09\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-16417b662bf\"] { margin-top: 0px !important; margin-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-16417e5bd95\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-16417e5bd95\"] { font-size: 18px; width: 18px; height: 18px; z-index: 4; position: relative; float: left; margin: 3px 15px 0px 0px !important; padding-left: 0px !important; }[data-css=\"tve-u-1641c1af44d\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1641c1b01a6\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1641c1b0a67\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1641c1b12d8\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }#tve_editor [data-css=\"tve-u-1641c1b33f9\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-1641c1b33f9\"] { font-size: 30px; width: 30px; height: 30px; top: 22px; left: 20px; border-bottom: 1px solid rgb(10, 93, 165); margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1641c1b456a\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-1641c1b456a\"] { font-size: 30px; width: 30px; height: 30px; top: 22px; left: 20px; border-bottom: 1px solid rgb(10, 93, 165); margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1641c1b52d3\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-1641c1b52d3\"] { font-size: 30px; width: 30px; height: 30px; top: 22px; left: 20px; border-bottom: 1px solid rgb(10, 93, 165); margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1641c1b60b4\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-1641c1b60b4\"] { font-size: 30px; width: 30px; height: 30px; top: 22px; left: 20px; border-bottom: 1px solid rgb(10, 93, 165); margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-16422a1ce91\"] { float: none; width: 100%; max-width: 227px; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; }#tve_editor [data-css=\"tve-u-16422a1ce92\"] { font-size: 16px !important; color: rgb(12, 12, 12) !important; }#tve_editor [data-css=\"tve-u-16422a1ce93\"] { font-size: 16px !important; color: rgb(18, 18, 18) !important; }[data-css=\"tve-u-16422a1ce92\"] { line-height: 1.7em !important; }[data-css=\"tve-u-16422a1ce93\"] { line-height: 1.7em !important; }#tve_editor [data-css=\"tve-u-16422a1ce94\"] { font-size: 16px !important; color: rgb(29, 26, 31) !important; }[data-css=\"tve-u-16422a1ce94\"] { line-height: 1.7em !important; }#tcb_landing_page .tcb-plain-text { color: rgb(0, 0, 0); font-family: Merriweather; font-weight: 400; }#tcb_landing_page .tcb-plain-text strong { font-weight: 700; }[data-css=\"tve-u-162717d1bbe\"] p { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-162717d1bbe\"] h3 { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-16959822de2\"] { width: 291px; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-16959846d3d\"] { margin-top: -10px !important; }}@media (max-width: 1023px){[data-css=\"tve-u-1621ebfa746\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621eb037bb\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621ec78d2c\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621ec6c39b\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-162717cb602\"] { clip-path: url(\"#clip-tablet-bottom-eab511de4ba9e\"); -webkit-clip-path: url(\"#clip-tablet-bottom-eab511de4ba9e\");  }[data-css=\"tve-u-1621b064668\"] { max-width: 49%; }[data-css=\"tve-u-1621b064646\"] { max-width: 51%; }[data-css=\"tve-u-1621b3c74d9\"] { max-width: 100%; }[data-css=\"tve-u-1621f0b0088\"] { min-height: 100px !important; }[data-css=\"tve-u-1621ee3afec\"] > .tve-cb { display: block; }[data-css=\"tve-u-16417b97d3c\"]::after { clear: both; }[data-css=\"tve-u-1621e7ceab3\"] > .tve-cb { display: block; }[data-css=\"tve-u-1621ea50702\"] { float: none; width: 100%; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621ae4fd21\"] > .tve-cb { display: block; }[data-css=\"tve-u-162717cb60f\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-162717cb610\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-16223dad661\"] { padding-top: 20px !important; }[data-css=\"tve-u-1641367127b\"] { float: none; font-size: 50px; width: 50px; height: 50px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1641367e553\"] { float: none; font-size: 50px; width: 50px; height: 50px; margin: -44px auto 40px !important; padding-right: 12px !important; }[data-css=\"tve-u-1621e7b695a\"] { margin-bottom: 50px !important; }[data-css=\"tve-u-1621ee37f4a\"] { min-height: 262px; }[data-css=\"tve-u-1621ada1e7f\"] { padding: 50px 30px 50px 0px !important; }[data-css=\"tve-u-1621b072b4e\"] { max-width: 100%; }[data-css=\"tve-u-1621a2247ba\"] { margin-bottom: 60px !important; }[data-css=\"tve-u-16229f6175c\"] { margin-top: 0px !important; }[data-css=\"tve-u-162717cb60b\"] { height: calc(100% - -85px); margin-top: -85px !important; }[data-css=\"tve-u-162717cb617\"] .tcb-flex-col { flex-basis: 560px !important; }#tcb_landing_page h5 { line-height: 1.3em; }#tcb_landing_page h6 { line-height: 1.4em; }#tcb_landing_page p, #tcb_landing_page li { line-height: 1.5em; }[data-css=\"tve-u-1628a146aef\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1628a12f675\"] { margin-bottom: 40px !important; }[data-css=\"tve-u-1628a10d3b4\"] { margin-bottom: 40px !important; }[data-css=\"tve-u-162718bd0c0\"] { clip-path: url(\"#clip-tablet-top-a3b25e1c9221a\"); -webkit-clip-path: url(\"#clip-tablet-top-a3b25e1c9221a\");  background-color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-162717cb621\"] { z-index: 6; padding-top: 70px !important; margin-top: -84px !important; }[data-css=\"tve-u-162718a3b40\"] { max-width: 100%; min-height: 1px !important; }[data-css=\"tve-u-16271adf6cf\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-162493d5f13\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-162717fcf9d\"] { margin-top: -40px !important; padding-top: 90px !important; padding-left: 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-16260d3f4af\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16260d3f4aa\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1621fb65556\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1621fb68b97\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16260d8396c\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16260d8392c\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16260d39b83\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-16260c5ff07\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-16260ba2fa4\"] { padding: 50px 40px !important; }[data-css=\"tve-u-16260be7104\"] { max-width: 100%; }[data-css=\"tve-u-1621ebbbb6d\"] { margin-top: -1px !important; }[data-css=\"tve-u-1621eaaedd8\"] { clip-path: url(\"#clip-tablet-bottom-a2b9cf3198d6f\"); -webkit-clip-path: url(\"#clip-tablet-bottom-a2b9cf3198d6f\");  }[data-css=\"tve-u-1621e7e9950\"] { margin-top: -1px !important; }[data-css=\"tve-u-16229fa8c68\"] { padding: 0px 20px 20px !important; }[data-css=\"tve-u-1622f65ba70\"] { padding: 0px 20px 20px !important; }[data-css=\"tve-u-16249373b25\"] { padding-left: 20px !important; padding-right: 20px !important; padding-bottom: 20px !important; }[data-css=\"tve-u-162493b6b63\"] { padding-left: 20px !important; padding-bottom: 20px !important; padding-right: 20px !important; }[data-css=\"tve-u-16249367114\"] { margin-top: 20px !important; }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-1624935a201\"] { line-height: 1.3em !important; }[data-css=\"tve-u-16249358652\"] { line-height: 1.3em !important; }[data-css=\"tve-u-16249355087\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1625389b4ed\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1625389a3d5\"] { line-height: 1.3em !important; }[data-css=\"tve-u-16248fc42a1\"] { line-height: 1.3em !important; }[data-css=\"tve-u-162493a03b0\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-162493a03b0\"] .tcb-flex-col { flex-basis: 145px !important; }[data-css=\"tve-u-1622a159bcb\"] { float: none; max-width: 85%; margin: 0px auto !important; padding-top: 0px !important; }[data-css=\"tve-u-16229fa6a26\"] { margin-bottom: 20px !important; padding: 0px 20px 20px !important; }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16229ffbb7b\"] { min-height: inherit; margin-left: -20px; }[data-css=\"tve-u-1621ad46076\"] { margin-bottom: 0px !important; margin-top: 0px !important; padding: 50px 40px !important; }#tve_editor [data-css=\"tve-u-1621b028939\"] .tcb-button-link { font-size: 18px; }[data-css=\"tve-u-16223f02c16\"] { min-height: 54px; }[data-css=\"tve-u-1621b01355a\"] { max-width: 304px; padding: 2px !important; }[data-css=\"tve-u-1620af7eb3f\"] { float: none; z-index: 3; position: relative; display: block; max-width: 300px; width: 300px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621afda4fa\"] { max-width: 100%; margin-bottom: 30px !important; }[data-css=\"tve-u-16224716d62\"]::after { clear: both; }[data-css=\"tve-u-1621f0aa8f7\"] { margin-top: 0px !important; }[data-css=\"tve-u-1621e7e6c1d\"] { min-height: 150px; }[data-css=\"tve-u-1621e7edfd9\"] { clip-path: url(\"#clip-tablet-bottom-10ffac3b28f1d\"); -webkit-clip-path: url(\"#clip-tablet-bottom-10ffac3b28f1d\");  }[data-css=\"tve-u-1621ebf340c\"] { float: none; width: 100%; padding: 0px !important; margin-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621e7d5094\"] { min-height: 455px; }[data-css=\"tve-u-1621adea58b\"] > .tcb-flex-col > .tcb-col { justify-content: center; }[data-css=\"tve-u-16223dad661\"]::after { clear: both; }[data-css=\"tve-u-1621e8107f3\"] { float: none; margin-left: auto !important; margin-right: auto !important; margin-bottom: 20px !important; }[data-css=\"tve-u-16223b080b0\"] { float: none; margin-left: auto !important; margin-right: auto !important; margin-top: -1px !important; }[data-css=\"tve-u-1621eb3eb9f\"] { clip-path: url(\"#clip-tablet-bottom-ac98bb0e54b3b\"); -webkit-clip-path: url(\"#clip-tablet-bottom-ac98bb0e54b3b\");  }[data-css=\"tve-u-1621fe78878\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1621fe78878\"] { min-height: inherit; }#tve_editor [data-css=\"tve-u-1621e92e97f\"] { font-size: 22px !important; }#tve_editor [data-css=\"tve-u-1621e942b65\"] { letter-spacing: 0px; font-size: 1.5em !important; }#tve_editor [data-css=\"tve-u-1621fe1bd18\"] { letter-spacing: 0px; font-size: 1.5em !important; }#tve_editor [data-css=\"tve-u-1621fe1a1af\"] { font-size: 22px !important; }#tve_editor [data-css=\"tve-u-1621fe1725e\"] { letter-spacing: 0px; font-size: 1.5em !important; }#tve_editor [data-css=\"tve-u-1621fe1587d\"] { font-size: 22px !important; }[data-css=\"tve-u-1621ef118dc\"] { position: relative; top: -50px; left: 30px; width: 100%; }[data-css=\"tve-u-1621ee3afec\"] { padding: 40px 0px 0px !important; }[data-css=\"tve-u-1621ee63e1c\"] { max-width: none; margin-bottom: 30px !important; }[data-css=\"tve-u-1621ee74a24\"] { top: 0px; right: 0px; font-size: 45px; width: 45px; height: 45px; float: none; padding-left: 0px !important; margin: 0px auto !important; }[data-css=\"tve-u-1621ee18a1c\"] { margin-top: 40px !important; margin-left: 20px !important; margin-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-1621fdcb4ea\"] { letter-spacing: 1px; font-size: 1.5em !important; }[data-css=\"tve-u-1621ec7f21a\"] { min-height: 150px; }[data-css=\"tve-u-1621eacf6af\"] { float: none; max-width: 230px; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621fd9c946\"] { max-width: 380px; float: none; width: 100%; margin: 0px auto !important; padding-left: 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-1621eb81205\"] { margin-top: 0px !important; }[data-css=\"tve-u-1621eb7ccb0\"] { min-height: 455px; }[data-css=\"tve-u-1621fd8766c\"] { min-height: 150px; }[data-css=\"tve-u-1621fd84d7b\"] { min-height: 430px; }[data-css=\"tve-u-1621e7c7aa1\"] .tcb-flex-col { flex-basis: 300px !important; }#tve_editor [data-css=\"tve-u-1621e7a7350\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621e7c899a\"] { float: none; max-width: 100%; margin-left: auto !important; margin-right: auto !important; margin-top: 0px !important; }[data-css=\"tve-u-1621e7c7aa1\"] { margin-left: -20px; flex-direction: row; }[data-css=\"tve-u-1621e7c7aa1\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-1621b3c8c52\"] { padding: 50px 40px !important; }[data-css=\"tve-u-1621fc0ce17\"] { margin-top: 10px !important; margin-bottom: 7px !important; }[data-css=\"tve-u-1621fbcad8c\"] { padding-left: 0px !important; padding-right: 30px !important; }[data-css=\"tve-u-1621fbacc60\"] { max-width: 177px; }[data-css=\"tve-u-1621fb68b97\"] { margin-left: -15px; min-height: inherit; padding: 20px !important; }[data-css=\"tve-u-1621fb68b97\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-1621fb65556\"] { margin-left: -15px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-1621fb65556\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-1621b200375\"] { float: none; max-width: 100%; margin: 0px auto !important; }[data-css=\"tve-u-1621b0e4fb7\"] { max-width: 100%; float: none; z-index: 3; position: relative; margin-right: auto !important; margin-left: auto !important; margin-bottom: 20px !important; }#tve_editor [data-css=\"tve-u-1621b10fccf\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621ae0bec7\"] { background-image: none !important; margin-top: 0px !important; }[data-css=\"tve-u-1621ae6c8da\"] { clip-path: url(\"#clip-tablet-top-aa2c3e3c70555\"); -webkit-clip-path: url(\"#clip-tablet-top-aa2c3e3c70555\");  }[data-css=\"tve-u-1621adba9ef\"] { clip-path: url(\"#clip-tablet-top-52d5a36c151aa\"); -webkit-clip-path: url(\"#clip-tablet-top-52d5a36c151aa\");  }[data-css=\"tve-u-1621ad420c4\"] { max-width: 100%; min-height: 1px !important; }[data-css=\"tve-u-1621f45bed3\"] { padding: 0px !important; }[data-css=\"tve-u-1621ae4fd21\"] { max-width: 100%; left: 0px; top: 0px; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621ae4db6e\"] { min-height: 300px; }#tve_editor [data-css=\"tve-u-1621afd8c98\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621afcc0bf\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621afceb00\"] { max-width: 100%; margin-bottom: 30px !important; }[data-css=\"tve-u-1621a98b602\"] { stroke-dasharray: 534.071, 534.071; }[data-css=\"tve-u-1621a9750ae\"] { font-size: 14.45px !important; line-height: 14.45px !important; }[data-css=\"tve-u-1621a9a2867\"] { font-size: 51px !important; line-height: 51px !important; }[data-css=\"tve-u-1621a9a2866\"] { margin-top: 42.5px !important; }[data-css=\"tve-u-1621a96b190\"] { width: 153px !important; height: 153px !important; top: 8.5px !important; bottom: 8.5px !important; left: 8.5px !important; right: 8.5px !important; }[data-css=\"tve-u-1621a9685d4\"] { stroke-width: 18px !important; }[data-css=\"tve-u-1621a9a2862\"] { width: 170px !important; height: 170px !important; }[data-css=\"tve-u-1621a983587\"] { float: none; border: 20px solid rgba(137, 141, 167, 0.24); margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621a8b2488\"] { float: none; max-width: 100%; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621a8a804b\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1621a8a804b\"] { margin-left: -24px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-1621a8a804b\"] > .tcb-flex-col { padding-left: 24px; }#tve_editor [data-css=\"tve-u-1621a2e0d5b\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621b028939\"] { position: relative; float: left; z-index: 3; display: block; max-width: 300px; width: 300px; margin-top: 15px !important; }[data-css=\"tve-u-1621adea58b\"] { margin-left: -30px; }[data-css=\"tve-u-1621adea58b\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-1621ade6172\"] { max-width: 100%; position: static; }#tve_editor [data-css=\"tve-u-16248fc42a1\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-16249355087\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-16249358652\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-1624935a201\"] { font-size: 18px !important; }[data-css=\"tve-u-1624939a960\"] { margin-bottom: 0px !important; padding-bottom: 20px !important; padding-left: 20px !important; padding-right: 20px !important; }[data-css=\"tve-u-162493a03b0\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-162493a03b0\"] { min-height: inherit; margin-left: -20px; }#tve_editor [data-css=\"tve-u-1625389a3d5\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-1625389b4ed\"] { font-size: 18px !important; }[data-css=\"tve-u-16260c39a7e\"] { float: none; max-width: 100%; margin: 0px auto !important; }[data-css=\"tve-u-16260d3f4aa\"] { margin-left: -15px; min-height: inherit; padding: 20px !important; }[data-css=\"tve-u-16260d3f4aa\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-16260d3f4af\"] { margin-left: -15px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-16260d3f4af\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-16260d8392c\"] { margin-left: -15px; min-height: inherit; padding: 20px !important; }[data-css=\"tve-u-16260d8392c\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-16260d8396c\"] { margin-left: -15px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-16260d8396c\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-16260da3aa7\"] { float: none; max-width: 100%; margin: 0px !important; }[data-css=\"tve-u-162717cb60c\"] { display: block; max-width: 300px; width: 300px; }[data-css=\"tve-u-162717cb609\"] { max-width: 100%; min-height: 1px !important; }[data-css=\"tve-u-162717cb605\"] { clip-path: url(\"#clip-tablet-bottom-7920fc765722d\"); -webkit-clip-path: url(\"#clip-tablet-bottom-7920fc765722d\");  background-color: rgba(244, 149, 29, 0) !important; }[data-css=\"tve-u-162717cb60a\"] { padding: 0px !important; }[data-css=\"tve-u-162717cb618\"] { float: none; max-width: 100%; margin-top: 60px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-162717cb620\"] { clip-path: url(\"#clip-tablet-bottom-c883ac5175045\"); -webkit-clip-path: url(\"#clip-tablet-bottom-c883ac5175045\");  }[data-css=\"tve-u-162717cb603\"] { min-height: 220px; }[data-css=\"tve-u-162717cb604\"] { max-width: 350px; float: right; z-index: 3; position: relative; width: 100%; bottom: 7px; left: 0px; margin-top: 0px !important; margin-left: 0px !important; padding-left: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-162717cb608\"] { max-width: 350px; position: relative; float: right; z-index: 3; width: 100%; top: 0px; right: 0px; margin-top: 0px !important; }[data-css=\"tve-u-162717cb606\"] { min-height: 1px; }[data-css=\"tve-u-162717d1bbf\"] { margin-left: 0px; padding: 25px 25px 0px !important; }[data-css=\"tve-u-162717d1bbf\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-162717d1bc5\"] { border-right: none; padding-left: 35px !important; padding-right: 0px !important; }[data-css=\"tve-u-162717d1bb6\"] { padding-left: 0px !important; }[data-css=\"tve-u-162717d1bbc\"] { border-left: none; border-right: none; padding-left: 30px !important; padding-bottom: 10px !important; }[data-css=\"tve-u-162717d1bc3\"] { font-size: 14px; width: 14px; height: 14px; margin-bottom: 10px !important; margin-left: 0px !important; padding-left: 10px !important; }[data-css=\"tve-u-162717d1bbe\"] { max-width: 100%; margin-left: 0px !important; margin-right: 30px !important; }[data-css=\"tve-u-162718f6444\"] { max-width: 360px; bottom: -35px; position: relative; left: 40px; margin-bottom: 0px !important; }[data-css=\"tve-u-162718f6446\"] { min-height: 300px; }[data-css=\"tve-u-162718f6447\"] { clip-path: url(\"#clip-tablet-bottom-6d4048c9836f6\"); -webkit-clip-path: url(\"#clip-tablet-bottom-6d4048c9836f6\");  }[data-css=\"tve-u-164179bced9\"] { border-right: none; padding-left: 30px !important; padding-right: 0px !important; }[data-css=\"tve-u-16417b62c09\"] { max-width: 177px; }[data-css=\"tve-u-16417b662bf\"] { max-width: 177px; }[data-css=\"tve-u-16417e5bd95\"] { font-size: 14px; width: 14px; height: 14px; margin-bottom: -14px !important; margin-left: 0px !important; }[data-css=\"tve-u-1641c1b33f9\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-1641c1b456a\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-1641c1b52d3\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-1641c1b60b4\"] { font-size: 25px; width: 25px; height: 25px; }#tve_editor [data-css=\"tve-u-16422a1ce94\"] { font-size: 16px !important; }[data-css=\"tve-u-16959822de2\"] { margin-right: 1px !important; padding-right: 10px !important; padding-top: 10px !important; }}@media (max-width: 767px){[data-css=\"tve-u-162717cb605\"] { clip-path: url(\"#clip-mobile-bottom-7920fc765722d\"); -webkit-clip-path: url(\"#clip-mobile-bottom-7920fc765722d\");  }[data-css=\"tve-u-162717cb602\"] { clip-path: url(\"#clip-mobile-bottom-eab511de4ba9e\"); -webkit-clip-path: url(\"#clip-mobile-bottom-eab511de4ba9e\");  }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-16417e9d24e\"]::after { clear: both; }[data-css=\"tve-u-16417b70f47\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 0px !important; }[data-css=\"tve-u-1621e819c52\"] { min-height: 100px; }[data-css=\"tve-u-1621e8107f3\"] { max-width: 100px; }[data-css=\"tve-u-1621fd8766c\"] { min-height: 144px; }[data-css=\"tve-u-1621ec79a7d\"] { min-height: 100px; }[data-css=\"tve-u-1621ec78d2c\"] { max-width: 100px; }[data-css=\"tve-u-1621ec7f21a\"] { min-height: 144px; }[data-css=\"tve-u-1621e7e6c1d\"] { min-height: 144px; }[data-css=\"tve-u-16417b4cb9e\"] { padding-bottom: 30px !important; }[data-css=\"tve-u-1621ec752da\"] { min-height: 100px; }[data-css=\"tve-u-1621ec6c39b\"] { max-width: 100px; }[data-css=\"tve-u-1621fd84d7b\"] { min-height: 430px; }[data-css=\"tve-u-1621e7c7aa1\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16223dad661\"] { padding-top: 0px !important; }[data-css=\"tve-u-1621b3c74d9\"] { max-width: 100%; }[data-css=\"tve-u-1621eb81205\"] { max-width: 100%; margin-bottom: 20px !important; }[data-css=\"tve-u-1621e7ceab3\"] { max-width: 100%; margin-bottom: 20px !important; }[data-css=\"tve-u-1621f0b0088\"] { min-height: 120px !important; }[data-css=\"tve-u-1621f0da775\"] { float: none; width: 100%; max-width: 280px; margin: 0px auto 20px !important; }[data-css=\"tve-u-1621ee37f4a\"] { min-height: 260px; }[data-css=\"tve-u-1621ee3afec\"] > .tve-cb { display: flex; justify-content: center; flex-direction: column; }[data-css=\"tve-u-1621ee63e1c\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1641367127b\"] { font-size: 30px; width: 30px; height: 30px; }[data-css=\"tve-u-1641367e553\"] { float: none; font-size: 30px; width: 30px; height: 30px; margin: -30px auto 30px !important; padding-right: 10px !important; }[data-css=\"tve-u-1621ada1e7f\"] { padding: 0px !important; }[data-css=\"tve-u-162717cb617\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-162717cb617\"] { min-height: inherit; }[data-css=\"tve-u-16229fa6a26\"] { height: calc(100% - 21px); margin-bottom: 0px !important; margin-top: 21px !important; }[data-css=\"tve-u-1624939a960\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-162493a03b0\"] .tcb-flex-col { flex-basis: 400px !important; }[data-css=\"tve-u-1621a2247ba\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-162717cb60f\"] { margin-bottom: 25px !important; }[data-css=\"tve-u-162717d1bbf\"] .tcb-flex-col { flex-basis: 225px !important; }[data-css=\"tve-u-1621ee3afec\"] { max-width: 100%; padding: 0px !important; position: static !important; }#tve_editor [data-css=\"tve-u-1641333d7d1\"] { font-size: 14px !important; }[data-css=\"tve-u-162717cb60b\"] { margin-top: 0px !important; }[data-css=\"tve-u-162717cb621\"] { z-index: 2; padding-left: 20px !important; padding-right: 20px !important; margin-top: -140px !important; padding-top: 0px !important; }[data-css=\"tve-u-162717cb617\"] .tcb-flex-col { flex-basis: 435px !important; }[data-css=\"tve-u-16369305186\"] { float: none; width: 100%; max-width: 155px; z-index: 3; position: relative; margin: 0px auto !important; }#tcb_landing_page h6 { line-height: 1.4em; }#tcb_landing_page h5 { line-height: 1.3em; }#tcb_landing_page p, #tcb_landing_page li { font-size: 14px; }#tcb_landing_page h2 { font-size: 28px; }#tcb_landing_page h1 { font-size: 35px; }[data-css=\"tve-u-16260ba2fa4\"] { padding-bottom: 40px !important; padding-left: 20px !important; padding-right: 20px !important; }[data-css=\"tve-u-1628a10d3b4\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-1628a12f675\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-162717cb610\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-16271bfe70c\"] { padding: 0px !important; }[data-css=\"tve-u-162717fcf9d\"] { z-index: 1; margin-top: 0px !important; padding-top: 75px !important; padding-left: 20px !important; padding-right: 20px !important; }[data-css=\"tve-u-162718bd0c0\"] { clip-path: url(\"#clip-mobile-top-a3b25e1c9221a\"); -webkit-clip-path: url(\"#clip-mobile-top-a3b25e1c9221a\");  }[data-css=\"tve-u-1621eb3eb9f\"] { clip-path: url(\"#clip-mobile-bottom-ac98bb0e54b3b\"); -webkit-clip-path: url(\"#clip-mobile-bottom-ac98bb0e54b3b\");  }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col > .tcb-col { min-height: 155px; }[data-css=\"tve-u-16229ffbb7b\"] { min-height: inherit; margin-left: 0px; }[data-css=\"tve-u-16229fa8c68\"] { height: calc(100% - 28px); margin-bottom: 0px !important; margin-top: 20px !important; }[data-css=\"tve-u-1622f65ba70\"] { height: calc(100% - 20px); margin-bottom: 0px !important; margin-top: 20px !important; }[data-css=\"tve-u-16229f6175c\"] { margin-top: 0px !important; }[data-css=\"tve-u-1622a159bcb\"] { float: none; max-width: 100%; margin-left: auto !important; margin-right: auto !important; padding-top: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-16229ae62a7\"] { border-right: none; }#tve_editor [data-css=\"tve-u-16228c764b2\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-16228c75500\"] { font-size: 18px !important; }[data-css=\"tve-u-1621fb65556\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-1621a983587\"] { border: 20px solid rgba(137, 141, 167, 0.32); }[data-css=\"tve-u-1621ee74a24\"] { float: none; margin-left: auto !important; margin-right: auto !important; margin-bottom: 10px !important; }[data-css=\"tve-u-1621afda4fa\"] { max-width: 100%; margin-bottom: 20px !important; }[data-css=\"tve-u-16223f02c16\"] { min-height: 54px; }[data-css=\"tve-u-1621f0aa8f7\"] { margin-top: 0px !important; }#tve_editor [data-css=\"tve-u-1622444fb11\"] { letter-spacing: 0px; }[data-css=\"tve-u-16224439be1\"] { padding: 0px !important; }[data-css=\"tve-u-1621fb68b97\"] { padding: 0px !important; }[data-css=\"tve-u-1621afceb00\"] { max-width: 100%; margin-bottom: 30px !important; }[data-css=\"tve-u-1621b0e4fb7\"] { float: none; margin-right: auto !important; margin-bottom: 30px !important; padding-left: 0px !important; margin-left: auto !important; }[data-css=\"tve-u-1621ebf340c\"] { padding-bottom: 40px !important; }[data-css=\"tve-u-1621ea50702\"] { float: none; width: 100%; padding: 0px !important; margin-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621e7d5094\"] { min-height: 430px; }[data-css=\"tve-u-1621eb7ccb0\"] { min-height: 430px; }[data-css=\"tve-u-1621ee03000\"] { flex-direction: column; }[data-css=\"tve-u-16223fe5f5b\"] { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621f0d2c1a\"] { margin-left: 25px !important; margin-right: 25px !important; }[data-css=\"tve-u-1621ee18a1c\"] { margin: 0px 20px 20px 0px !important; }[data-css=\"tve-u-1621ef118dc\"] { top: 0px; width: 245px; position: relative; float: none; z-index: 5; left: 0px; margin: -22px auto 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-1621fd9c946\"] { max-width: 100%; margin-top: 0px !important; margin-left: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-16223fc9f23\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-1621e7c899a\"] { max-width: none; float: none; margin-top: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621b3c8c52\"] { padding: 40px 20px !important; }[data-css=\"tve-u-1621fbcad8c\"] { padding: 20px !important; }[data-css=\"tve-u-1621fb65556\"] { margin-left: 0px; padding: 0px !important; }[data-css=\"tve-u-1621fbacc60\"] { max-width: 126px; float: none; margin-left: auto !important; margin-right: auto !important; margin-top: 20px !important; }[data-css=\"tve-u-1621b200375\"] { float: none; margin-top: 0px !important; margin-left: auto !important; margin-right: auto !important; }#tve_editor [data-css=\"tve-u-1621b10fccf\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621b028939\"] { display: block; max-width: 100%; width: 100%; float: none; min-width: 100%; margin-left: auto !important; margin-right: auto !important; margin-top: 0px !important; }[data-css=\"tve-u-1621ae4db6e\"] { min-height: 270px; }[data-css=\"tve-u-1621ae6c8da\"] { clip-path: url(\"#clip-mobile-top-aa2c3e3c70555\"); -webkit-clip-path: url(\"#clip-mobile-top-aa2c3e3c70555\");  }[data-css=\"tve-u-1621adba9ef\"] { clip-path: url(\"#clip-mobile-top-52d5a36c151aa\"); -webkit-clip-path: url(\"#clip-mobile-top-52d5a36c151aa\");  }[data-css=\"tve-u-16223f02c16\"]::after { clear: both; }[data-css=\"tve-u-1621b01355a\"] { max-width: 100%; float: none; margin-left: auto !important; margin-right: auto !important; margin-bottom: 15px !important; }[data-css=\"tve-u-1620af7eb3f\"] { float: none; display: block; max-width: 100%; width: 100%; min-width: 100%; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621ae0bec7\"]::after { clear: both; }[data-css=\"tve-u-1621f45bed3\"] { padding: 40px 20px 0px !important; }[data-css=\"tve-u-1621ad46076\"] { margin: 0px !important; padding: 30px 20px !important; }[data-css=\"tve-u-1621adea58b\"] { flex-flow: row-reverse wrap-reverse !important; }[data-css=\"tve-u-1621ae4fd21\"] { margin-top: 0px !important; position: static !important; }[data-css=\"tve-u-1621a8b2488\"] { float: none; max-width: 100%; margin-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621a8a804b\"] { padding-left: 0px !important; padding-right: 0px !important; }#tve_editor [data-css=\"tve-u-1621a2e0d5b\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621e7c7aa1\"] { flex-direction: column; min-height: inherit; }[data-css=\"tve-u-16249367114\"] { margin-top: 0px !important; }[data-css=\"tve-u-16249373b25\"] { height: calc(100% - 20px); margin-bottom: 0px !important; background-image: linear-gradient(rgb(248, 249, 251), rgb(248, 249, 251)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; margin-top: 20px !important; }[data-css=\"tve-u-162493a03b0\"] > .tcb-flex-col > .tcb-col { min-height: 155px; }[data-css=\"tve-u-162493a03b0\"] { min-height: inherit; }[data-css=\"tve-u-162493b6b63\"] { height: calc(100% - 20px); margin-bottom: 0px !important; margin-top: 20px !important; }[data-css=\"tve-u-16260c39a7e\"] { float: none; margin-top: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-16260d3f4aa\"] { padding: 0px !important; }[data-css=\"tve-u-16260d3f4af\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-16260d3f4af\"] { margin-left: 0px; padding: 0px !important; }[data-css=\"tve-u-16260d8392c\"] { padding: 0px !important; }[data-css=\"tve-u-16260d8396c\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-16260d8396c\"] { margin-left: 0px; padding: 0px !important; }[data-css=\"tve-u-16260da3aa7\"] { float: none; margin-top: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-162717cb60c\"] { display: block; max-width: 100%; width: 100%; min-width: 100%; float: none; margin-left: auto !important; margin-right: auto !important; margin-bottom: 20px !important; }[data-css=\"tve-u-162717cb618\"] { margin: 140px 0px 0px !important; }[data-css=\"tve-u-162717cb606\"] { min-height: 175px; }[data-css=\"tve-u-162717cb620\"] { clip-path: url(\"#clip-mobile-bottom-c883ac5175045\"); -webkit-clip-path: url(\"#clip-mobile-bottom-c883ac5175045\");  }[data-css=\"tve-u-162717cb608\"] { max-width: 100%; margin-top: 0px !important; padding-bottom: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-162717cb604\"] { margin-top: 0px !important; }[data-css=\"tve-u-162717cb60a\"] { padding: 0px !important; }#tve_editor [data-css=\"tve-u-162717cb616\"] { font-size: 27px !important; }#tve_editor [data-css=\"tve-u-162717cb629\"] { font-size: 18px !important; }[data-css=\"tve-u-162717cb625\"] { float: none; display: block; max-width: 100%; width: 100%; min-width: 100%; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-162717cb623\"] { max-width: 100%; float: none; width: 100%; margin: 0px auto 10px !important; }[data-css=\"tve-u-162717d1bbf\"] > .tcb-flex-col { padding-left: 18px; }[data-css=\"tve-u-162717d1bbf\"] { margin-left: -18px; padding: 10px 15px !important; flex-flow: row wrap !important; }[data-css=\"tve-u-162717d1bbe\"] { border-bottom: 1px solid rgba(255, 255, 255, 0.2); border-right: none; margin-left: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-162717d1bbc\"] { border: none; padding-left: 0px !important; padding-right: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-162717d1bc5\"] { border-right: none; padding-left: 15px !important; padding-right: 0px !important; }[data-css=\"tve-u-162717d1bc3\"] { margin: 3px 10px 0px 0px !important; }[data-css=\"tve-u-162717d1bb6\"] { border: none; padding-top: 0px !important; padding-left: 0px !important; margin-bottom: 1px !important; margin-top: -5px !important; padding-bottom: 10px !important; }[data-css=\"tve-u-162718f6446\"] { min-height: 280px; }[data-css=\"tve-u-162718f6444\"] { max-width: 100%; float: none; width: 100%; top: 0px; left: 0px; margin: 0px auto -30px !important; position: relative !important; }[data-css=\"tve-u-162718f6447\"] { clip-path: url(\"#clip-mobile-bottom-6d4048c9836f6\"); -webkit-clip-path: url(\"#clip-mobile-bottom-6d4048c9836f6\");  }[data-css=\"tve-u-164179a84b8\"] { float: none; width: 100%; max-width: 155px; z-index: 3; position: relative; margin-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-164179bced9\"] { border-right: none; max-width: 155px; position: relative; padding-left: 0px !important; padding-right: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-16417b62c09\"] { max-width: 126px; float: none; margin-left: auto !important; margin-right: auto !important; margin-top: 20px !important; }[data-css=\"tve-u-16417b662bf\"] { max-width: 126px; float: none; margin-left: auto !important; margin-right: auto !important; margin-top: 20px !important; }[data-css=\"tve-u-16417e5bd95\"] { margin: 3px 10px 0px 0px !important; }#tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] p, #tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] li, #tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] blockquote, #tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] address, #tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] .tcb-plain-text, #tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] label { font-size: 23px; }[data-css=\"tve-u-16959822de2\"] { padding-top: 10px !important; }}'),(6559,549,'tve_revision_tve_user_custom_css',''),(6560,549,'tve_revision_tve_page_events','a:0:{}'),(6561,549,'tve_revision_tve_globals','a:2:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";s:8:\"font_cls\";a:0:{}}'),(6562,549,'tve_revision_tve_global_scripts',''),(6563,549,'tve_revision_thrive_icon_pack','0'),(6564,549,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(6565,549,'tve_revision_tve_has_masonry','0'),(6566,549,'tve_revision_tve_has_typefocus','0'),(6567,549,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-162717d1bbe\" wfd-id=\"420\"><div class=\"tcb-flex-row tcb-medium-no-wrap v-2 tcb--cols--3 m-edit tcb-mobile-wrap\" data-css=\"tve-u-162717d1bbf\" wfd-id=\"421\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1695981e7bb\" wfd-id=\"445\"><div class=\"tcb-col\" data-css=\"tve-u-16959846d3d\" wfd-id=\"447\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16959822de2\" wfd-id=\"448\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"449\"><img class=\"tve_image wp-image-465\" alt=\"\" width=\"384\" height=\"62\" title=\"Blackhawk_custom_header\" data-id=\"465\" src=\"https://bestcerakoteflorida.com/wp-content/uploads/2019/01/Blackhawk_custom_header.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717d1bb9\" style=\"\" wfd-id=\"433\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717d1bb6\" wfd-id=\"435\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-164179a84b8\" wfd-id=\"436\">\n<div class=\"tve-content-box-background\" wfd-id=\"444\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"437\"><div class=\"tcb-clear\" wfd-id=\"442\"><a href=\"tel:1-954-848-1911\" target=\"_blank\" rel=\"\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-162717d1bc3\" data-float=\"1\" data-link-wrap=\"1\" wfd-id=\"443\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-phone-plus-light\" data-name=\"\">\n            <path d=\"M8 128h88v88c0 4.4 3.6 8 8 8h16c4.4 0 8-3.6 8-8v-88h88c4.4 0 8-3.6 8-8v-16c0-4.4-3.6-8-8-8h-88V8c0-4.4-3.6-8-8-8h-16c-4.4 0-8 3.6-8 8v88H8c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8zM487.8 24.1L387 .8c-14.7-3.4-29.8 4.2-35.8 18.1l-46.5 108.5c-5.5 12.7-1.8 27.7 8.9 36.5l53.9 44.1c-34 69.2-90.3 125.6-159.6 159.6l-44.1-53.9c-8.8-10.7-23.8-14.4-36.5-8.9L18.9 351.3c-13.9 6-21.5 21-18.1 35.8L24 487.9C27.3 502 39.9 512 54.5 512 306.7 512 512 307.8 512 54.5c0-14.6-10-27.2-24.2-30.4zM55.1 480l-23-99.6 107.4-46 59.5 72.8c103.6-48.6 159.7-104.9 208.1-208.1l-72.8-59.5 46-107.4 99.6 23C479.7 289.7 289.6 479.7 55.1 480z\"></path>\n        </svg></div></a></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162717d1bc5\" wfd-id=\"438\"><p data-css=\"tve-u-1641333d7d1\"><a href=\"tel:1-954-848-1911\" target=\"_blank\">954-848-1911</a></p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717d1bb7\" style=\"\" wfd-id=\"422\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717d1bbc\" wfd-id=\"424\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16369305186\" wfd-id=\"425\">\n<div class=\"tve-content-box-background\" wfd-id=\"432\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16417e9d24e\" wfd-id=\"426\"><div class=\"tcb-clear\" wfd-id=\"430\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-16417e5bd95\" data-float=\"1\" wfd-id=\"431\"><svg class=\"tcb-icon\" viewBox=\"0 0 16 28\" data-name=\"map-pin\">\n<path d=\"M8 17c0.688 0 1.359-0.078 2-0.234v10.234c0 0.547-0.453 1-1 1h-2c-0.547 0-1-0.453-1-1v-10.234c0.641 0.156 1.312 0.234 2 0.234zM8 0c4.422 0 8 3.578 8 8s-3.578 8-8 8-8-3.578-8-8 3.578-8 8-8zM8 3.5c0.281 0 0.5-0.219 0.5-0.5s-0.219-0.5-0.5-0.5c-3.031 0-5.5 2.469-5.5 5.5 0 0.281 0.219 0.5 0.5 0.5s0.5-0.219 0.5-0.5c0-2.484 2.016-4.5 4.5-4.5z\"></path>\n</svg></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-164179bced9\" data-float=\"1\" wfd-id=\"427\"><p data-css=\"tve-u-1641333d7d1\">Your adress goes here</p></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-162717cb621\" data-value-type=\"percent\" wfd-id=\"379\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-162717cb620\" data-clip-id=\"c883ac5175045\" wfd-id=\"419\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-c883ac5175045\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9125, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-c883ac5175045\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9476, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-c883ac5175045\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9651, 1 1, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-162717cb609\" wfd-id=\"380\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-162717cb618\" wfd-id=\"381\"><div class=\"tcb-flex-row tcb-medium-wrap tcb-resized tcb--cols--2 v-2\" data-css=\"tve-u-162717cb617\" wfd-id=\"382\"><div class=\"tcb-flex-col\" data-css=\"tve-u-162717cb601\" style=\"\" wfd-id=\"395\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717cb60a\" wfd-id=\"397\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h1\" data-css=\"tve-u-162717cb610\" wfd-id=\"415\"><h1 data-css=\"tve-u-162717cb616\">With &nbsp;our car wash services &nbsp;your car looks like <span data-css=\"tve-u-16271ca808e\" style=\"color: rgb(0, 229, 255);\" wfd-id=\"418\">brand new</span></h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162717cb60f\" wfd-id=\"411\"><p data-css=\"tve-u-16413112747\">We provide reliable, affordable services for your vehicle. You can choose a q<span data-css=\"tve-u-16413111ba3\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"414\">u</span>ick exterior wash or a detailed clean, we have it all.</p></div><div class=\"tcb-clear\" data-css=\"tve-u-1641791ce1a\" wfd-id=\"402\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-162717cb623\" wfd-id=\"403\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-162717cb626\" data-tcb_hover_state_parent=\"1\" wfd-id=\"410\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-162717cb624\" wfd-id=\"404\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-162717cb625\" data-tcb_hover_state_parent=\"\" data-button-style=\"full_rounded\" wfd-id=\"405\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"406\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-162717cb629\" wfd-id=\"407\"><strong>Request an appointment</strong></span></span>\n</a>\n</div></div>\n</div></div><div class=\"tcb-clear\" data-css=\"tve-u-1641791de3b\" wfd-id=\"398\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-162717cb60c\" data-tcb_hover_state_parent=\"\" data-button-style=\"ghost\" wfd-id=\"399\">\n<a href=\"#\" class=\"tcb-button-link\" target=\"_blank\">\n<span class=\"tcb-button-texts\" wfd-id=\"400\"><span class=\"tcb-button-text thrv-inline-text\" wfd-id=\"401\"><strong>Call Now: 0400-700-682</strong></span></span>\n</a>\n</div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717cb600\" style=\"\" wfd-id=\"383\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717cb60b\" wfd-id=\"385\"><div class=\"tcb-clear\" data-css=\"tve-u-16417b97d3c\" wfd-id=\"386\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve_evt_manager_listen tve_et_tve-viewport tve_ea_thrive_animation tve_anim_slide_left\" data-css=\"tve-u-162717cb608\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_left&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" data-value-type=\"percent\" wfd-id=\"387\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-162717cb605\" data-clip-id=\"7920fc765722d\" wfd-id=\"394\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-7920fc765722d\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9476, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-7920fc765722d\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9476, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-7920fc765722d\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9476, 1 1, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-162717cb606\" wfd-id=\"388\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve_evt_manager_listen tve_et_tve-viewport tve_ea_thrive_animation tve_anim_slide_left\" data-css=\"tve-u-162718f6444\" data-value-type=\"percent\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_left&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" data-float=\"1\" wfd-id=\"391\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-162718f6447\" data-clip-id=\"6d4048c9836f6\" wfd-id=\"393\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-6d4048c9836f6\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9651, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-6d4048c9836f6\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9476, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-6d4048c9836f6\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"4\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9301, 1 1, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb\" data-css=\"tve-u-162718f6446\" wfd-id=\"392\"></div>\n</div><div class=\"tcb-clear\" data-css=\"tve-u-1626ca57ca6\" wfd-id=\"389\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve_evt_manager_listen tve_et_tve-viewport tve_ea_thrive_animation tve_anim_slide_left tcb-mobile-hidden\" data-css=\"tve-u-162717cb604\" data-float=\"1\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_left&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" data-value-type=\"percent\" wfd-id=\"390\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-162717cb602\" data-clip-id=\"eab511de4ba9e\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-eab511de4ba9e\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9651, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-eab511de4ba9e\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9651, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-eab511de4ba9e\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9651, 1 1, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb\" data-css=\"tve-u-162717cb603\"></div>\n</div></div></div>\n</div></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-162717fcf9d\" data-value-type=\"percent\" wfd-id=\"324\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-162718bd0c0\" data-clip-id=\"a3b25e1c9221a\" wfd-id=\"378\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0875\"></polygon></clipPath><clipPath id=\"clip-tablet-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"6\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.1051\"></polygon></clipPath><clipPath id=\"clip-mobile-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"1\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0175\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-162718a3b40\" wfd-id=\"325\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622a159bcb\" wfd-id=\"326\">\n<div class=\"tve-content-box-background\" wfd-id=\"377\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"327\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621a2247ba\" wfd-id=\"374\"><h2 data-css=\"tve-u-1621a2e0d5b\">our services</h2></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16229f6175c\" wfd-id=\"351\"><div class=\"tcb-flex-row tcb-medium-no-wrap tcb--cols--3 v-2\" data-css=\"tve-u-162493a03b0\" wfd-id=\"352\"><div class=\"tcb-flex-col\" wfd-id=\"367\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1624939a960\" data-tcb_hover_state_parent=\"\" wfd-id=\"369\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-162493d5f13\" data-float=\"1\" wfd-id=\"373\"><svg class=\"tcb-icon\" viewBox=\"0 0 14 28\" data-name=\"bolt\">\n<path d=\"M13.828 8.844c0.172 0.187 0.219 0.453 0.109 0.688l-8.437 18.078c-0.125 0.234-0.375 0.391-0.656 0.391-0.063 0-0.141-0.016-0.219-0.031-0.344-0.109-0.547-0.438-0.469-0.766l3.078-12.625-6.344 1.578c-0.063 0.016-0.125 0.016-0.187 0.016-0.172 0-0.359-0.063-0.484-0.172-0.187-0.156-0.25-0.391-0.203-0.609l3.141-12.891c0.078-0.297 0.359-0.5 0.688-0.5h5.125c0.391 0 0.703 0.297 0.703 0.656 0 0.094-0.031 0.187-0.078 0.281l-2.672 7.234 6.188-1.531c0.063-0.016 0.125-0.031 0.187-0.031 0.203 0 0.391 0.094 0.531 0.234z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"371\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-162494b490e\" wfd-id=\"372\"><h4 data-css=\"tve-u-16249355087\" style=\"text-align: left;\">Express exterior</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162494b7ad0\" wfd-id=\"370\"><p data-css=\"tve-u-162492e70ad\">Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"360\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162493b6b63\" data-tcb_hover_state_parent=\"\" wfd-id=\"362\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b456a\" wfd-id=\"366\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"adjust\">\n<path d=\"M12 22.5v-17c-4.688 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"364\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1af44d\" wfd-id=\"365\"><h4 data-css=\"tve-u-16249358652\" style=\"text-align: left;\">Interior clean</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"363\"><p data-css=\"tve-u-162492e70ad\">Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"353\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16249373b25\" wfd-id=\"355\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b52d3\" wfd-id=\"359\"><svg class=\"tcb-icon\" viewBox=\"0 0 26 28\" data-name=\"umbrella\">\n<path d=\"M14 12.938v9.063c0 2.172-1.828 4-4 4s-4-1.828-4-4c0-0.547 0.453-1 1-1s1 0.453 1 1c0 1.047 0.953 2 2 2s2-0.953 2-2v-9.063c0.328-0.109 0.656-0.172 1-0.172s0.672 0.063 1 0.172zM26 13.359c0 0.266-0.234 0.5-0.5 0.5-0.141 0-0.25-0.063-0.359-0.156-0.906-0.844-1.75-1.437-3.047-1.437-1.484 0-2.766 0.922-3.609 2.094-0.187 0.266-0.328 0.547-0.5 0.812-0.109 0.172-0.234 0.266-0.438 0.266-0.219 0-0.344-0.094-0.453-0.266-0.172-0.266-0.313-0.547-0.5-0.812-0.844-1.172-2.109-2.094-3.594-2.094s-2.75 0.922-3.594 2.094c-0.187 0.266-0.328 0.547-0.5 0.812-0.109 0.172-0.234 0.266-0.453 0.266-0.203 0-0.328-0.094-0.438-0.266-0.172-0.266-0.313-0.547-0.5-0.812-0.844-1.172-2.125-2.094-3.609-2.094-1.297 0-2.141 0.594-3.047 1.437-0.109 0.094-0.219 0.156-0.359 0.156-0.266 0-0.5-0.234-0.5-0.5 0-0.047 0-0.078 0.016-0.109 1.437-5.906 7.141-9.25 12.984-9.25 5.812 0 11.578 3.344 12.984 9.25 0.016 0.031 0.016 0.063 0.016 0.109zM14 2v1.531c-0.328-0.016-0.672-0.031-1-0.031s-0.672 0.016-1 0.031v-1.531c0-0.547 0.453-1 1-1s1 0.453 1 1z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"357\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b01a6\" wfd-id=\"358\"><h4 data-css=\"tve-u-1624935a201\" style=\"text-align: left;\">Wax protection</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"356\"><p data-css=\"tve-u-162492e70ad\">Etiam pharetra, erat sed fermentum feugiat, velit mauris</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16249367114\" wfd-id=\"328\"><div class=\"tcb-flex-row tcb-medium-no-wrap tcb--cols--3 v-2\" data-css=\"tve-u-16229ffbb7b\" wfd-id=\"329\"><div class=\"tcb-flex-col\" wfd-id=\"344\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229fa6a26\" wfd-id=\"346\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b33f9\" wfd-id=\"350\"><svg class=\"tcb-icon\" viewBox=\"0 0 26 28\" data-name=\"magic\">\n<path d=\"M18.594 9.078l4.578-4.578-1.672-1.672-4.578 4.578zM25.578 4.5c0 0.266-0.094 0.516-0.281 0.703l-20.094 20.094c-0.187 0.187-0.438 0.281-0.703 0.281s-0.516-0.094-0.703-0.281l-3.094-3.094c-0.187-0.187-0.281-0.438-0.281-0.703s0.094-0.516 0.281-0.703l20.094-20.094c0.187-0.187 0.438-0.281 0.703-0.281s0.516 0.094 0.703 0.281l3.094 3.094c0.187 0.187 0.281 0.438 0.281 0.703zM4.469 1.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531zM9.938 4.062l3.063 0.938-3.063 0.938-0.938 3.063-0.938-3.063-3.063-0.938 3.063-0.938 0.938-3.063zM24.469 11.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531zM14.469 1.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"348\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b0a67\" wfd-id=\"349\"><h4 data-css=\"tve-u-16248fc42a1\" style=\"text-align: left;\">Dust &amp; Dash Console</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"347\"><p data-css=\"tve-u-162492e70ad\">Duis sed odio sit amet nibh vulputate cursus a sit amet mauris.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"337\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1622f65ba70\" wfd-id=\"339\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b60b4\" wfd-id=\"343\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"certificate\">\n<path d=\"M21.5 14l2.156 2.109c0.297 0.281 0.406 0.703 0.313 1.094-0.109 0.391-0.422 0.703-0.812 0.797l-2.938 0.75 0.828 2.906c0.109 0.391 0 0.812-0.297 1.094-0.281 0.297-0.703 0.406-1.094 0.297l-2.906-0.828-0.75 2.938c-0.094 0.391-0.406 0.703-0.797 0.812-0.094 0.016-0.203 0.031-0.297 0.031-0.297 0-0.594-0.125-0.797-0.344l-2.109-2.156-2.109 2.156c-0.281 0.297-0.703 0.406-1.094 0.313-0.406-0.109-0.703-0.422-0.797-0.812l-0.75-2.938-2.906 0.828c-0.391 0.109-0.812 0-1.094-0.297-0.297-0.281-0.406-0.703-0.297-1.094l0.828-2.906-2.938-0.75c-0.391-0.094-0.703-0.406-0.812-0.797-0.094-0.391 0.016-0.812 0.313-1.094l2.156-2.109-2.156-2.109c-0.297-0.281-0.406-0.703-0.313-1.094 0.109-0.391 0.422-0.703 0.812-0.797l2.938-0.75-0.828-2.906c-0.109-0.391 0-0.812 0.297-1.094 0.281-0.297 0.703-0.406 1.094-0.297l2.906 0.828 0.75-2.938c0.094-0.391 0.406-0.703 0.797-0.797 0.391-0.109 0.812 0 1.094 0.297l2.109 2.172 2.109-2.172c0.281-0.297 0.688-0.406 1.094-0.297 0.391 0.094 0.703 0.406 0.797 0.797l0.75 2.938 2.906-0.828c0.391-0.109 0.812 0 1.094 0.297 0.297 0.281 0.406 0.703 0.297 1.094l-0.828 2.906 2.938 0.75c0.391 0.094 0.703 0.406 0.812 0.797 0.094 0.391-0.016 0.812-0.313 1.094z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"341\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b12d8\" wfd-id=\"342\"><h4 data-css=\"tve-u-1625389a3d5\" style=\"text-align: left;\">Triple Foam Polish</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"340\"><p data-css=\"tve-u-162492e70ad\">Class aptent taciti sociosqu ad litora torquent</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"330\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229fa8c68\" wfd-id=\"332\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-16271adf6cf\" wfd-id=\"336\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"bullseye\">\n<path d=\"M16 14c0 2.203-1.797 4-4 4s-4-1.797-4-4 1.797-4 4-4 4 1.797 4 4zM18 14c0-3.313-2.688-6-6-6s-6 2.688-6 6 2.688 6 6 6 6-2.688 6-6zM20 14c0 4.422-3.578 8-8 8s-8-3.578-8-8 3.578-8 8-8 8 3.578 8 8zM22 14c0-5.516-4.484-10-10-10s-10 4.484-10 10 4.484 10 10 10 10-4.484 10-10zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"334\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-16248fc71c8\" wfd-id=\"335\"><h4 data-css=\"tve-u-1625389b4ed\" style=\"text-align: left;\">Tire dressing</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"333\"><p data-css=\"tve-u-162492e70ad\">Etiam pharetra, erat sed fermentum feugiat, velit mauris</p></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621ad46076\" wfd-id=\"292\">\n<div class=\"tve-page-section-out\" wfd-id=\"323\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621b072b4e\" wfd-id=\"293\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621a8b2488\" wfd-id=\"294\"><div class=\"tcb-flex-row tcb--cols--2 v-2\" data-css=\"tve-u-1621a8a804b\" wfd-id=\"295\"><div class=\"tcb-flex-col\" wfd-id=\"305\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16271bfe70c\" wfd-id=\"307\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h3\" data-css=\"tve-u-1621a8c4313\" wfd-id=\"322\"><h3><strong>Complete cleaning services for yoâ€‹ur car</strong></h3></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-16417b70f47\" wfd-id=\"308\"><ul class=\"tcb-styled-list\" wfd-id=\"309\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621acf0289\" wfd-id=\"318\"><div class=\"tcb-styled-list-icon\" wfd-id=\"320\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a8e11f3\" wfd-id=\"321\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ace1b08\" wfd-id=\"319\">We are a small business delivering professional cleaning services for all vehicles</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621acf64fb\" wfd-id=\"314\"><div class=\"tcb-styled-list-icon\" wfd-id=\"316\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a8e5625\" wfd-id=\"317\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ace4de9\" wfd-id=\"315\">Our services are convenient for individuals and corporate fleets</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"310\"><div class=\"tcb-styled-list-icon\" wfd-id=\"312\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a9076ef\" wfd-id=\"313\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621acf47d2\" wfd-id=\"311\">We use eco-friendly products that actually clean, protect and maintain your car better than the traditional cleaning substances</span></li></ul></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"296\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621a90a46f\" wfd-id=\"298\"><div class=\"thrv_wrapper thrv-fill-counter tve_red tve_normalfc thrv_data_element\" data-css=\"tve-u-1621a983587\" wfd-id=\"299\">\n<div class=\"tve_fill_counter_n\" style=\"\" data-fill=\"100\" data-css=\"tve-u-1621a98b602\" wfd-id=\"300\">\n<svg viewBox=\"0 0 170 170\" class=\"tve_fill_counter_circle\" shape-rendering=\"optimizeSpeed\" data-css=\"tve-u-1621a9a2862\">\n<circle class=\"tve_fill_counter_circle_inner\" r=\"85\" cx=\"85\" cy=\"85\" data-css=\"tve-u-1621a9685d4\"></circle>\n</svg>\n<div class=\"tve_fill_text_in\" data-css=\"tve-u-1621a96b190\" wfd-id=\"301\">\n<div class=\"tve_fill_text_value\" data-css=\"tve-u-1621a9a2866\" wfd-id=\"303\">\n<div class=\"thrv-inline-text tve_fill_text tve_editable\" data-css=\"tve-u-1621a9a2867\" wfd-id=\"304\"><strong>100%â€‹</strong></div>\n</div>\n<div class=\"thrv-inline-text tve_editable tve_data_element_label\" data-css=\"tve-u-1621a9750ae\" wfd-id=\"302\">Clean car</div>\n</div>\n</div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621ada1e7f\" data-value-type=\"percent\" wfd-id=\"256\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621adba9ef\" data-clip-id=\"52d5a36c151aa\" wfd-id=\"291\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-52d5a36c151aa\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0875\"></polygon></clipPath><clipPath id=\"clip-tablet-top-52d5a36c151aa\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0524\"></polygon></clipPath><clipPath id=\"clip-mobile-top-52d5a36c151aa\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0349\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621ad420c4\" wfd-id=\"257\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621ade6172\" wfd-id=\"258\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2 tcb-row-reversed-mobile tcb-mobile-edit v-2\" data-css=\"tve-u-1621adea58b\" wfd-id=\"259\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621b064646\" style=\"\" wfd-id=\"285\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ae0bec7\" wfd-id=\"287\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ae4fd21\" data-value-type=\"percent\" data-float=\"1\" wfd-id=\"288\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621ae6c8da\" data-clip-id=\"aa2c3e3c70555\" wfd-id=\"290\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0349\"></polygon></clipPath><clipPath id=\"clip-tablet-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"4\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0699\"></polygon></clipPath><clipPath id=\"clip-mobile-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"4\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0699\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb\" data-css=\"tve-u-1621ae4db6e\" wfd-id=\"289\"></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621b064668\" style=\"\" wfd-id=\"260\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621f45bed3\" wfd-id=\"262\"><div class=\"tcb-clear\" data-css=\"tve-u-16224848ee5\" wfd-id=\"283\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621afceb00\" wfd-id=\"284\"><h2 data-css=\"tve-u-1621afcc0bf\">Check Out Our Special Offer!</h2></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621afda4fa\" wfd-id=\"282\"><p data-css=\"tve-u-1621afd8c98\">Donâ€™t miss the opportunity to get 50% discount on a complete cleaning just by recommending us to a friend. Bring someone you know with you and clean you car half price!</p></div><div class=\"tcb-clear\" data-css=\"tve-u-16224834cab\" wfd-id=\"263\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621fe85996\" wfd-id=\"264\"><div class=\"tcb-flex-row tcb--cols--2 tcb-resized tcb-medium-wrap tcb-desktop-wrap\" data-css=\"tve-u-1621fe78878\" wfd-id=\"265\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621fe94086\" style=\"\" wfd-id=\"273\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"275\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621b01355a\" wfd-id=\"276\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621b08fdde\" data-tcb_hover_state_parent=\"1\" wfd-id=\"281\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16223f02c16\" wfd-id=\"277\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-1620af7eb3f\" data-tcb_hover_state_parent=\"\" data-button-style=\"full_rounded\" wfd-id=\"278\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"279\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-16228c75500\" wfd-id=\"280\"><strong>Request an appointment</strong></span></span>\n</a>\n</div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621fe940b9\" style=\"\" wfd-id=\"266\"><div class=\"tcb-col\" wfd-id=\"268\"><div class=\"tcb-clear\" data-css=\"tve-u-16224716d62\" wfd-id=\"269\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-1621b028939\" data-tcb_hover_state_parent=\"\" data-button-style=\"ghost\" wfd-id=\"270\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"271\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-16228c764b2\" wfd-id=\"272\"><strong>Call Now: 0400-700-682</strong></span></span>\n</a>\n</div></div></div></div></div></div></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16260ba2fa4\" wfd-id=\"163\">\n<div class=\"tve-page-section-out\" wfd-id=\"255\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16260be7104\" wfd-id=\"164\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621b0e4fb7\" wfd-id=\"254\"><h2 data-css=\"tve-u-1621b10fccf\" style=\"text-align: center;\">our happy clients</h2></div><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641367127b\" data-float=\"1\" wfd-id=\"253\"><svg class=\"tcb-icon\" viewBox=\"0 0 30 32\" data-name=\"quote-left\">\n<path d=\"M13.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429zM29.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641367e553\" wfd-id=\"252\"><svg class=\"tcb-icon\" viewBox=\"0 0 30 32\" data-name=\"quote-left\">\n<path d=\"M13.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429zM29.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a10d3b4\" wfd-id=\"223\">\n<div class=\"tve-content-box-background\" wfd-id=\"251\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"224\"><div class=\"tcb-clear\" data-css=\"tve-u-1621b300a64\" wfd-id=\"249\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-1621f154231\" wfd-id=\"250\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621b200375\" wfd-id=\"227\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-16260d8392c\" wfd-id=\"228\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"233\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"235\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16417b62c09\" wfd-id=\"236\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-16260d8396c\" wfd-id=\"237\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16260d01208\" style=\"\" wfd-id=\"243\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"245\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"246\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16225617da3\" wfd-id=\"248\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"247\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16260d0120e\" style=\"\" wfd-id=\"238\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"240\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"242\"><h5>Brett Graham, 28</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"241\"><h6 class=\"\">Architect</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"229\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"231\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"232\"><p data-css=\"tve-u-162539c17ec\">Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit. Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit.&nbsp;</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-16260c5ff0c\" wfd-id=\"225\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260c5ff07\" wfd-id=\"226\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a12f675\" wfd-id=\"194\">\n<div class=\"tve-content-box-background\" wfd-id=\"222\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"195\"><div class=\"tcb-clear\" data-css=\"tve-u-16260cd7683\" wfd-id=\"220\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260d73672\" wfd-id=\"221\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16260da3aa7\" wfd-id=\"198\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-1621fb68b97\" wfd-id=\"199\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"204\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"206\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16417b662bf\" wfd-id=\"207\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-1621fb65556\" wfd-id=\"208\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16229915e1a\" style=\"\" wfd-id=\"214\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"216\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"217\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16260c433e9\" wfd-id=\"219\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"218\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16229915e4e\" style=\"\" wfd-id=\"209\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"211\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"213\"><h5>Rosie Hanson, 24</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"212\"><h6 class=\"\">Real estate Associate</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"200\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"202\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"203\"><p data-css=\"tve-u-162539c17ec\">Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo.</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-16260d3b97e\" wfd-id=\"196\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260d39b83\" wfd-id=\"197\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a146aef\" wfd-id=\"165\">\n<div class=\"tve-content-box-background\" wfd-id=\"193\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"166\"><div class=\"tcb-clear\" data-css=\"tve-u-16260cd7683\" wfd-id=\"191\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260cd622f\" wfd-id=\"192\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16260c39a7e\" wfd-id=\"169\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-16260d3f4aa\" wfd-id=\"170\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"175\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"177\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621fbacc60\" wfd-id=\"178\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-16260d3f4af\" wfd-id=\"179\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16229915e1a\" style=\"\" wfd-id=\"185\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"187\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"188\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16260d5e4b8\" wfd-id=\"190\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"189\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16229915e4e\" style=\"\" wfd-id=\"180\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"182\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"184\"><h5>Shawn Mattews, 35</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"183\"><h6 class=\"\">project manager</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"171\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"173\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"174\"><p data-css=\"tve-u-162539c17ec\">Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo. Nullam ac urna eu felis.Sed non neque elit. Sed ut imperdiet nisi. Proin condimentum</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1621b30ca74\" wfd-id=\"167\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-1621f15b521\" wfd-id=\"168\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621b3c8c52\" wfd-id=\"59\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621b3cfc7b\" wfd-id=\"162\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621b3c74d9\" wfd-id=\"60\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621e7b695a\" wfd-id=\"161\"><h2 data-css=\"tve-u-1621e7a7350\" style=\"text-align: center;\">our offers</h2></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621e7c899a\" wfd-id=\"61\"><div class=\"tcb-flex-row tcb--cols--3 tcb-medium-wrap v-2\" data-css=\"tve-u-1621e7c7aa1\" wfd-id=\"62\"><div class=\"tcb-flex-col\" wfd-id=\"125\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16223fc9f23\" wfd-id=\"127\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e7ceab3\" style=\"\" wfd-id=\"128\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16416e4fafd\" wfd-id=\"160\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e7d5094\" wfd-id=\"129\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e7e9950\" data-value-type=\"percent\" style=\"\" wfd-id=\"156\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e7edfd9\" data-clip-id=\"10ffac3b28f1d\" wfd-id=\"159\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-10ffac3b28f1d\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-10ffac3b28f1d\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e7e6c1d\" wfd-id=\"157\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-16417b4cb9e\" wfd-id=\"158\"><h4 data-css=\"tve-u-1621fe1a1af\" style=\"text-align: center;\"><strong>Basic Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ec6c39b\" data-float=\"1\" wfd-id=\"152\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e81f424\" wfd-id=\"155\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec752da\" wfd-id=\"153\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"154\"><h4 data-css=\"tve-u-1621fe1bd18\" style=\"text-align: center;\"><strong>15$</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621ea50702\" wfd-id=\"130\"><ul class=\"tcb-styled-list\" wfd-id=\"131\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec3a5c0\" wfd-id=\"148\"><div class=\"tcb-styled-list-icon\" wfd-id=\"150\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec204df\" wfd-id=\"151\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec241aa\" wfd-id=\"149\">Interior vacuum</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"144\"><div class=\"tcb-styled-list-icon\" wfd-id=\"146\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec20f68\" wfd-id=\"147\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec2704c\" wfd-id=\"145\">Dust &amp;dash console</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec42aa7\" wfd-id=\"140\"><div class=\"tcb-styled-list-icon\" wfd-id=\"142\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec21a31\" wfd-id=\"143\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec298ab\" wfd-id=\"141\">Hand towel dry</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec43fe2\" wfd-id=\"136\"><div class=\"tcb-styled-list-icon\" wfd-id=\"138\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ea1fba7\" wfd-id=\"139\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea23322\" wfd-id=\"137\">Clean windows</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec454d9\" wfd-id=\"132\"><div class=\"tcb-styled-list-icon\" wfd-id=\"134\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ea295c0\" wfd-id=\"135\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea2c69a\" wfd-id=\"133\">Soft cloth wash</span></li></ul></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"94\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"96\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621eb81205\" style=\"\" wfd-id=\"97\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16416e603ab\" wfd-id=\"124\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621eb7ccb0\" wfd-id=\"98\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ebbbb6d\" data-value-type=\"percent\" wfd-id=\"120\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eaaedd8\" data-clip-id=\"a2b9cf3198d6f\" wfd-id=\"123\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-a2b9cf3198d6f\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-a2b9cf3198d6f\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec7f21a\" wfd-id=\"121\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e930bd7\" wfd-id=\"122\"><h4 data-css=\"tve-u-1621e92e97f\" style=\"text-align: center;\"><strong>Ultimate Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ec78d2c\" data-float=\"1\" wfd-id=\"116\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eab272c\" wfd-id=\"119\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec79a7d\" wfd-id=\"117\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"118\"><h4 data-css=\"tve-u-1621e942b65\" style=\"text-align: center;\"><strong>22 $</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621ebfa746\" wfd-id=\"113\"><p data-css=\"tve-u-1621f4ceaf6\" style=\"text-align: center;\">Includes basic service <span data-css=\"tve-u-1621f4ceaf7\" style=\"color: rgb(15, 29, 123);\" wfd-id=\"114\"><strong class=\"\"><span data-css=\"tve-u-1621f4ceafb\" wfd-id=\"115\">+</span></strong></span></p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621ebf340c\" wfd-id=\"99\"><ul class=\"tcb-styled-list\" wfd-id=\"100\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-164137a0b1f\" wfd-id=\"109\"><div class=\"tcb-styled-list-icon\" wfd-id=\"111\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec0c5bd\" wfd-id=\"112\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ebfe4ce\" wfd-id=\"110\">Triple foam conditiner</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec04541\" wfd-id=\"105\"><div class=\"tcb-styled-list-icon\" wfd-id=\"107\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec09a3c\" wfd-id=\"108\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ebff867\" wfd-id=\"106\">Tire dressing</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec05cc3\" wfd-id=\"101\"><div class=\"tcb-styled-list-icon\" wfd-id=\"103\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec15f6e\" wfd-id=\"104\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec009a8\" wfd-id=\"102\">Air freshner</span></li></ul></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"63\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16223dad661\" wfd-id=\"65\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621fd9c946\" style=\"\" wfd-id=\"66\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e7d234c\" wfd-id=\"93\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621fd84d7b\" wfd-id=\"67\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16223b080b0\" data-value-type=\"percent\" wfd-id=\"89\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eb3eb9f\" data-clip-id=\"ac98bb0e54b3b\" wfd-id=\"92\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621fd8766c\" wfd-id=\"90\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e930bd7\" wfd-id=\"91\"><h4 data-css=\"tve-u-1621fe1587d\" style=\"text-align: center;\"><strong>Supreme Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e8107f3\" wfd-id=\"85\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eb43d8d\" wfd-id=\"88\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e819c52\" wfd-id=\"86\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"87\"><h4 data-css=\"tve-u-1621fe1725e\" style=\"text-align: center;\"><strong>30 $</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621eb037bb\" wfd-id=\"82\"><p data-css=\"tve-u-1621f4d0451\" style=\"text-align: center;\">Includes ultimate service <span data-css=\"tve-u-1621eaff572\" style=\"color: rgb(15, 29, 123);\" wfd-id=\"83\"><strong class=\"\"><span data-css=\"tve-u-1621eb01b60\" wfd-id=\"84\">+</span></strong></span></p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621eacf6af\" wfd-id=\"68\"><ul class=\"tcb-styled-list\" wfd-id=\"69\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec36a4d\" wfd-id=\"78\"><div class=\"tcb-styled-list-icon\" wfd-id=\"80\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e9993aa\" wfd-id=\"81\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea1a5d7\" wfd-id=\"79\">Exterior trim dressing</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"74\"><div class=\"tcb-styled-list-icon\" wfd-id=\"76\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e99b1db\" wfd-id=\"77\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea19a06\" wfd-id=\"75\">Hand applied spray wax</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec37ea5\" wfd-id=\"70\"><div class=\"tcb-styled-list-icon\" wfd-id=\"72\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e99c314\" wfd-id=\"73\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea18c5d\" wfd-id=\"71\">Interior conditioner</span></li></ul></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621efddaaf\" wfd-id=\"38\">\n<div class=\"tve-page-section-out\" wfd-id=\"58\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621edf8048\" wfd-id=\"39\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621f114214\" wfd-id=\"40\"><div class=\"tcb-flex-row tcb-resized tcb-mobile-edit tcb--cols--2\" data-css=\"tve-u-1621ee03000\" wfd-id=\"41\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621ee4be21\" style=\"\" wfd-id=\"46\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ee093d4\" wfd-id=\"48\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ee3afec\" wfd-id=\"52\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621ee58e74\" wfd-id=\"57\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ee37f4a\" wfd-id=\"53\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1621ee74a24\" wfd-id=\"56\"><svg class=\"tcb-icon\" viewBox=\"0 0 16 28\" data-name=\"map-marker\">\n<path d=\"M12 10c0-2.203-1.797-4-4-4s-4 1.797-4 4 1.797 4 4 4 4-1.797 4-4zM16 10c0 0.953-0.109 1.937-0.516 2.797l-5.688 12.094c-0.328 0.688-1.047 1.109-1.797 1.109s-1.469-0.422-1.781-1.109l-5.703-12.094c-0.406-0.859-0.516-1.844-0.516-2.797 0-4.422 3.578-8 8-8s8 3.578 8 8z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621ee63e1c\" wfd-id=\"55\"><h2 data-css=\"tve-u-1621fdcb4ea\" style=\"text-align: center;\">contact us</h2></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16422a1ce91\" wfd-id=\"54\"><p data-css=\"tve-u-16422a1ce94\" style=\"text-align: left;\">Your adress goes here</p><p data-css=\"tve-u-16422a1ce93\" style=\"text-align: left;\">Phone: 0400 - 700 - 682</p><p data-css=\"tve-u-16422a1ce92\" style=\"text-align: left;\">Email: our_office@gmail.com</p></div></div>\n</div><div class=\"tcb-clear\" data-css=\"tve-u-16417c828be\" wfd-id=\"49\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_slide_left\" data-css=\"tve-u-1621ef118dc\" style=\"\" wfd-id=\"50\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"51\"><img class=\"tve_image tve_evt_manager_listen tve_et_tve-viewport wp-image-21388\" alt=\"\" width=\"567\" height=\"384\" title=\"Car wash img footer\" data-id=\"21388\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-img-footer.png\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_left&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" style=\"width: 100%;\"></span></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621ee4be73\" style=\"\" wfd-id=\"42\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ee22c43\" wfd-id=\"44\"><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-1621ee18a1c\" wfd-id=\"45\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=New York&amp;t=m&amp;z=5&amp;output=embed&amp;iwloc=near\"></iframe>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621f0aa8f7\" wfd-id=\"25\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621f0ada0e\" wfd-id=\"37\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621f0b0088\" wfd-id=\"26\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621f0d2c1a\" wfd-id=\"27\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-1621f0cbe40\" wfd-id=\"28\"><div class=\"tcb-flex-col\" wfd-id=\"33\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"35\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621f0da775\" wfd-id=\"36\"><p data-css=\"tve-u-1622444fb11\">Â© 2018, Your company name . All rights reserved.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"29\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"31\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16223fe5f5b\" wfd-id=\"32\"><p data-css=\"tve-u-1621f0d874c\" style=\"text-align: right;\">Made with <a href=\"https://thrivethemes.com/\" target=\"_blank\">Thrive Architect</a></p></div></div></div></div></div></div>\n</div>\n'),(6568,549,'tve_revision_tve_has_wistia_popover','0'),(6569,550,'tve_revision_tve_landing_page','tcb2-thrivebiz-car-wash'),(6570,550,'tve_revision_tve_landing_set',''),(6571,550,'tve_revision_tve_disable_theme_dependency','1'),(6572,550,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-162717d1bbe\" wfd-id=\"420\"><div class=\"tcb-flex-row tcb-medium-no-wrap v-2 tcb--cols--3 m-edit tcb-mobile-wrap\" data-css=\"tve-u-162717d1bbf\" wfd-id=\"421\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1695981e7bb\" wfd-id=\"445\"><div class=\"tcb-col\" data-css=\"tve-u-16959846d3d\" wfd-id=\"447\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16959822de2\" wfd-id=\"448\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"449\"><img class=\"tve_image wp-image-465\" alt=\"\" width=\"384\" height=\"62\" title=\"Blackhawk_custom_header\" data-id=\"465\" src=\"https://bestcerakoteflorida.com/wp-content/uploads/2019/01/Blackhawk_custom_header.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717d1bb9\" style=\"\" wfd-id=\"433\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717d1bb6\" wfd-id=\"435\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-164179a84b8\" wfd-id=\"436\">\n<div class=\"tve-content-box-background\" wfd-id=\"444\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"437\"><div class=\"tcb-clear\" wfd-id=\"442\"><a href=\"tel:1-954-848-1911\" target=\"_blank\" rel=\"\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-162717d1bc3\" data-float=\"1\" data-link-wrap=\"1\" wfd-id=\"443\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-phone-plus-light\" data-name=\"\">\n            <path d=\"M8 128h88v88c0 4.4 3.6 8 8 8h16c4.4 0 8-3.6 8-8v-88h88c4.4 0 8-3.6 8-8v-16c0-4.4-3.6-8-8-8h-88V8c0-4.4-3.6-8-8-8h-16c-4.4 0-8 3.6-8 8v88H8c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8zM487.8 24.1L387 .8c-14.7-3.4-29.8 4.2-35.8 18.1l-46.5 108.5c-5.5 12.7-1.8 27.7 8.9 36.5l53.9 44.1c-34 69.2-90.3 125.6-159.6 159.6l-44.1-53.9c-8.8-10.7-23.8-14.4-36.5-8.9L18.9 351.3c-13.9 6-21.5 21-18.1 35.8L24 487.9C27.3 502 39.9 512 54.5 512 306.7 512 512 307.8 512 54.5c0-14.6-10-27.2-24.2-30.4zM55.1 480l-23-99.6 107.4-46 59.5 72.8c103.6-48.6 159.7-104.9 208.1-208.1l-72.8-59.5 46-107.4 99.6 23C479.7 289.7 289.6 479.7 55.1 480z\"></path>\n        </svg></div></a></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162717d1bc5\" wfd-id=\"438\"><p data-css=\"tve-u-1641333d7d1\"><a href=\"tel:1-954-848-1911\" target=\"_blank\">954-848-1911</a></p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717d1bb7\" style=\"\" wfd-id=\"422\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717d1bbc\" wfd-id=\"424\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16369305186\" wfd-id=\"425\">\n<div class=\"tve-content-box-background\" wfd-id=\"432\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16417e9d24e\" wfd-id=\"426\"><div class=\"tcb-clear\" wfd-id=\"430\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-16417e5bd95\" data-float=\"1\" wfd-id=\"431\"><svg class=\"tcb-icon\" viewBox=\"0 0 16 28\" data-name=\"map-pin\">\n<path d=\"M8 17c0.688 0 1.359-0.078 2-0.234v10.234c0 0.547-0.453 1-1 1h-2c-0.547 0-1-0.453-1-1v-10.234c0.641 0.156 1.312 0.234 2 0.234zM8 0c4.422 0 8 3.578 8 8s-3.578 8-8 8-8-3.578-8-8 3.578-8 8-8zM8 3.5c0.281 0 0.5-0.219 0.5-0.5s-0.219-0.5-0.5-0.5c-3.031 0-5.5 2.469-5.5 5.5 0 0.281 0.219 0.5 0.5 0.5s0.5-0.219 0.5-0.5c0-2.484 2.016-4.5 4.5-4.5z\"></path>\n</svg></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-164179bced9\" data-float=\"1\" wfd-id=\"427\"><p data-css=\"tve-u-1641333d7d1\">Your adress goes here</p></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-162717cb621\" data-value-type=\"percent\" wfd-id=\"379\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-162717cb620\" data-clip-id=\"c883ac5175045\" wfd-id=\"419\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-c883ac5175045\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9125, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-c883ac5175045\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9476, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-c883ac5175045\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9651, 1 1, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-162717cb609\" wfd-id=\"380\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-162717cb618\" wfd-id=\"381\"><div class=\"tcb-flex-row tcb-medium-wrap tcb-resized tcb--cols--2 v-2\" data-css=\"tve-u-162717cb617\" wfd-id=\"382\"><div class=\"tcb-flex-col\" data-css=\"tve-u-162717cb601\" style=\"\" wfd-id=\"395\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717cb60a\" wfd-id=\"397\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h1\" data-css=\"tve-u-162717cb610\" wfd-id=\"415\"><h1 data-css=\"tve-u-162717cb616\">With &nbsp;our car wash services &nbsp;your car looks like <span data-css=\"tve-u-16271ca808e\" style=\"color: rgb(0, 229, 255);\" wfd-id=\"418\">brand new</span></h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162717cb60f\" wfd-id=\"411\"><p data-css=\"tve-u-16413112747\">We provide reliable, affordable services for your vehicle. You can choose a q<span data-css=\"tve-u-16413111ba3\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"414\">u</span>ick exterior wash or a detailed clean, we have it all.</p></div><div class=\"tcb-clear\" data-css=\"tve-u-1641791ce1a\" wfd-id=\"402\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-162717cb623\" wfd-id=\"403\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-162717cb626\" data-tcb_hover_state_parent=\"1\" wfd-id=\"410\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-162717cb624\" wfd-id=\"404\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-162717cb625\" data-tcb_hover_state_parent=\"\" data-button-style=\"full_rounded\" wfd-id=\"405\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"406\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-162717cb629\" wfd-id=\"407\"><strong>Request an appointment</strong></span></span>\n</a>\n</div></div>\n</div></div><div class=\"tcb-clear\" data-css=\"tve-u-1641791de3b\" wfd-id=\"398\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-162717cb60c\" data-tcb_hover_state_parent=\"\" data-button-style=\"ghost\" wfd-id=\"399\">\n<a href=\"#\" class=\"tcb-button-link\" target=\"_blank\">\n<span class=\"tcb-button-texts\" wfd-id=\"400\"><span class=\"tcb-button-text thrv-inline-text\" wfd-id=\"401\"><strong>Call Now: 0400-700-682</strong></span></span>\n</a>\n</div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717cb600\" style=\"\" wfd-id=\"383\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717cb60b\" wfd-id=\"385\"><div class=\"tcb-clear\" data-css=\"tve-u-16417b97d3c\" wfd-id=\"386\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve_evt_manager_listen tve_et_tve-viewport tve_ea_thrive_animation tve_anim_slide_left\" data-css=\"tve-u-162717cb608\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_left&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" data-value-type=\"percent\" wfd-id=\"387\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-162717cb605\" data-clip-id=\"7920fc765722d\" wfd-id=\"394\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-7920fc765722d\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9476, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-7920fc765722d\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9476, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-7920fc765722d\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9476, 1 1, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-162717cb606\" wfd-id=\"388\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve_evt_manager_listen tve_et_tve-viewport tve_ea_thrive_animation tve_anim_slide_left\" data-css=\"tve-u-162718f6444\" data-value-type=\"percent\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_left&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" data-float=\"1\" wfd-id=\"391\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-162718f6447\" data-clip-id=\"6d4048c9836f6\" wfd-id=\"393\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-6d4048c9836f6\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9651, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-6d4048c9836f6\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9476, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-6d4048c9836f6\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"4\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9301, 1 1, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb\" data-css=\"tve-u-162718f6446\" wfd-id=\"392\"></div>\n</div><div class=\"tcb-clear\" data-css=\"tve-u-1626ca57ca6\" wfd-id=\"389\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve_evt_manager_listen tve_et_tve-viewport tve_ea_thrive_animation tve_anim_slide_left tcb-mobile-hidden\" data-css=\"tve-u-162717cb604\" data-float=\"1\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_left&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" data-value-type=\"percent\" wfd-id=\"390\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-162717cb602\" data-clip-id=\"eab511de4ba9e\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-eab511de4ba9e\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9651, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-eab511de4ba9e\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9651, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-eab511de4ba9e\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9651, 1 1, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb\" data-css=\"tve-u-162717cb603\"></div>\n</div></div></div>\n</div></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-162717fcf9d\" data-value-type=\"percent\" wfd-id=\"324\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-162718bd0c0\" data-clip-id=\"a3b25e1c9221a\" wfd-id=\"378\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0875\"></polygon></clipPath><clipPath id=\"clip-tablet-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"6\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.1051\"></polygon></clipPath><clipPath id=\"clip-mobile-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"1\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0175\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-162718a3b40\" wfd-id=\"325\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622a159bcb\" wfd-id=\"326\">\n<div class=\"tve-content-box-background\" wfd-id=\"377\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"327\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621a2247ba\" wfd-id=\"374\"><h2 data-css=\"tve-u-1621a2e0d5b\">our services</h2></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16229f6175c\" wfd-id=\"351\"><div class=\"tcb-flex-row tcb-medium-no-wrap tcb--cols--3 v-2\" data-css=\"tve-u-162493a03b0\" wfd-id=\"352\"><div class=\"tcb-flex-col\" wfd-id=\"367\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1624939a960\" data-tcb_hover_state_parent=\"\" wfd-id=\"369\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-162493d5f13\" data-float=\"1\" wfd-id=\"373\"><svg class=\"tcb-icon\" viewBox=\"0 0 14 28\" data-name=\"bolt\">\n<path d=\"M13.828 8.844c0.172 0.187 0.219 0.453 0.109 0.688l-8.437 18.078c-0.125 0.234-0.375 0.391-0.656 0.391-0.063 0-0.141-0.016-0.219-0.031-0.344-0.109-0.547-0.438-0.469-0.766l3.078-12.625-6.344 1.578c-0.063 0.016-0.125 0.016-0.187 0.016-0.172 0-0.359-0.063-0.484-0.172-0.187-0.156-0.25-0.391-0.203-0.609l3.141-12.891c0.078-0.297 0.359-0.5 0.688-0.5h5.125c0.391 0 0.703 0.297 0.703 0.656 0 0.094-0.031 0.187-0.078 0.281l-2.672 7.234 6.188-1.531c0.063-0.016 0.125-0.031 0.187-0.031 0.203 0 0.391 0.094 0.531 0.234z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"371\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-162494b490e\" wfd-id=\"372\"><h4 data-css=\"tve-u-16249355087\" style=\"text-align: left;\">Express exterior</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162494b7ad0\" wfd-id=\"370\"><p data-css=\"tve-u-162492e70ad\">Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"360\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162493b6b63\" data-tcb_hover_state_parent=\"\" wfd-id=\"362\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b456a\" wfd-id=\"366\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"adjust\">\n<path d=\"M12 22.5v-17c-4.688 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"364\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1af44d\" wfd-id=\"365\"><h4 data-css=\"tve-u-16249358652\" style=\"text-align: left;\">Interior clean</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"363\"><p data-css=\"tve-u-162492e70ad\">Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"353\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16249373b25\" wfd-id=\"355\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b52d3\" wfd-id=\"359\"><svg class=\"tcb-icon\" viewBox=\"0 0 26 28\" data-name=\"umbrella\">\n<path d=\"M14 12.938v9.063c0 2.172-1.828 4-4 4s-4-1.828-4-4c0-0.547 0.453-1 1-1s1 0.453 1 1c0 1.047 0.953 2 2 2s2-0.953 2-2v-9.063c0.328-0.109 0.656-0.172 1-0.172s0.672 0.063 1 0.172zM26 13.359c0 0.266-0.234 0.5-0.5 0.5-0.141 0-0.25-0.063-0.359-0.156-0.906-0.844-1.75-1.437-3.047-1.437-1.484 0-2.766 0.922-3.609 2.094-0.187 0.266-0.328 0.547-0.5 0.812-0.109 0.172-0.234 0.266-0.438 0.266-0.219 0-0.344-0.094-0.453-0.266-0.172-0.266-0.313-0.547-0.5-0.812-0.844-1.172-2.109-2.094-3.594-2.094s-2.75 0.922-3.594 2.094c-0.187 0.266-0.328 0.547-0.5 0.812-0.109 0.172-0.234 0.266-0.453 0.266-0.203 0-0.328-0.094-0.438-0.266-0.172-0.266-0.313-0.547-0.5-0.812-0.844-1.172-2.125-2.094-3.609-2.094-1.297 0-2.141 0.594-3.047 1.437-0.109 0.094-0.219 0.156-0.359 0.156-0.266 0-0.5-0.234-0.5-0.5 0-0.047 0-0.078 0.016-0.109 1.437-5.906 7.141-9.25 12.984-9.25 5.812 0 11.578 3.344 12.984 9.25 0.016 0.031 0.016 0.063 0.016 0.109zM14 2v1.531c-0.328-0.016-0.672-0.031-1-0.031s-0.672 0.016-1 0.031v-1.531c0-0.547 0.453-1 1-1s1 0.453 1 1z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"357\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b01a6\" wfd-id=\"358\"><h4 data-css=\"tve-u-1624935a201\" style=\"text-align: left;\">Wax protection</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"356\"><p data-css=\"tve-u-162492e70ad\">Etiam pharetra, erat sed fermentum feugiat, velit mauris</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16249367114\" wfd-id=\"328\"><div class=\"tcb-flex-row tcb-medium-no-wrap tcb--cols--3 v-2\" data-css=\"tve-u-16229ffbb7b\" wfd-id=\"329\"><div class=\"tcb-flex-col\" wfd-id=\"344\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229fa6a26\" wfd-id=\"346\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b33f9\" wfd-id=\"350\"><svg class=\"tcb-icon\" viewBox=\"0 0 26 28\" data-name=\"magic\">\n<path d=\"M18.594 9.078l4.578-4.578-1.672-1.672-4.578 4.578zM25.578 4.5c0 0.266-0.094 0.516-0.281 0.703l-20.094 20.094c-0.187 0.187-0.438 0.281-0.703 0.281s-0.516-0.094-0.703-0.281l-3.094-3.094c-0.187-0.187-0.281-0.438-0.281-0.703s0.094-0.516 0.281-0.703l20.094-20.094c0.187-0.187 0.438-0.281 0.703-0.281s0.516 0.094 0.703 0.281l3.094 3.094c0.187 0.187 0.281 0.438 0.281 0.703zM4.469 1.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531zM9.938 4.062l3.063 0.938-3.063 0.938-0.938 3.063-0.938-3.063-3.063-0.938 3.063-0.938 0.938-3.063zM24.469 11.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531zM14.469 1.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"348\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b0a67\" wfd-id=\"349\"><h4 data-css=\"tve-u-16248fc42a1\" style=\"text-align: left;\">Dust &amp; Dash Console</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"347\"><p data-css=\"tve-u-162492e70ad\">Duis sed odio sit amet nibh vulputate cursus a sit amet mauris.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"337\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1622f65ba70\" wfd-id=\"339\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b60b4\" wfd-id=\"343\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"certificate\">\n<path d=\"M21.5 14l2.156 2.109c0.297 0.281 0.406 0.703 0.313 1.094-0.109 0.391-0.422 0.703-0.812 0.797l-2.938 0.75 0.828 2.906c0.109 0.391 0 0.812-0.297 1.094-0.281 0.297-0.703 0.406-1.094 0.297l-2.906-0.828-0.75 2.938c-0.094 0.391-0.406 0.703-0.797 0.812-0.094 0.016-0.203 0.031-0.297 0.031-0.297 0-0.594-0.125-0.797-0.344l-2.109-2.156-2.109 2.156c-0.281 0.297-0.703 0.406-1.094 0.313-0.406-0.109-0.703-0.422-0.797-0.812l-0.75-2.938-2.906 0.828c-0.391 0.109-0.812 0-1.094-0.297-0.297-0.281-0.406-0.703-0.297-1.094l0.828-2.906-2.938-0.75c-0.391-0.094-0.703-0.406-0.812-0.797-0.094-0.391 0.016-0.812 0.313-1.094l2.156-2.109-2.156-2.109c-0.297-0.281-0.406-0.703-0.313-1.094 0.109-0.391 0.422-0.703 0.812-0.797l2.938-0.75-0.828-2.906c-0.109-0.391 0-0.812 0.297-1.094 0.281-0.297 0.703-0.406 1.094-0.297l2.906 0.828 0.75-2.938c0.094-0.391 0.406-0.703 0.797-0.797 0.391-0.109 0.812 0 1.094 0.297l2.109 2.172 2.109-2.172c0.281-0.297 0.688-0.406 1.094-0.297 0.391 0.094 0.703 0.406 0.797 0.797l0.75 2.938 2.906-0.828c0.391-0.109 0.812 0 1.094 0.297 0.297 0.281 0.406 0.703 0.297 1.094l-0.828 2.906 2.938 0.75c0.391 0.094 0.703 0.406 0.812 0.797 0.094 0.391-0.016 0.812-0.313 1.094z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"341\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b12d8\" wfd-id=\"342\"><h4 data-css=\"tve-u-1625389a3d5\" style=\"text-align: left;\">Triple Foam Polish</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"340\"><p data-css=\"tve-u-162492e70ad\">Class aptent taciti sociosqu ad litora torquent</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"330\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229fa8c68\" wfd-id=\"332\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-16271adf6cf\" wfd-id=\"336\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"bullseye\">\n<path d=\"M16 14c0 2.203-1.797 4-4 4s-4-1.797-4-4 1.797-4 4-4 4 1.797 4 4zM18 14c0-3.313-2.688-6-6-6s-6 2.688-6 6 2.688 6 6 6 6-2.688 6-6zM20 14c0 4.422-3.578 8-8 8s-8-3.578-8-8 3.578-8 8-8 8 3.578 8 8zM22 14c0-5.516-4.484-10-10-10s-10 4.484-10 10 4.484 10 10 10 10-4.484 10-10zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"334\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-16248fc71c8\" wfd-id=\"335\"><h4 data-css=\"tve-u-1625389b4ed\" style=\"text-align: left;\">Tire dressing</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"333\"><p data-css=\"tve-u-162492e70ad\">Etiam pharetra, erat sed fermentum feugiat, velit mauris</p></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621ad46076\" wfd-id=\"292\">\n<div class=\"tve-page-section-out\" wfd-id=\"323\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621b072b4e\" wfd-id=\"293\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621a8b2488\" wfd-id=\"294\"><div class=\"tcb-flex-row tcb--cols--2 v-2\" data-css=\"tve-u-1621a8a804b\" wfd-id=\"295\"><div class=\"tcb-flex-col\" wfd-id=\"305\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16271bfe70c\" wfd-id=\"307\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h3\" data-css=\"tve-u-1621a8c4313\" wfd-id=\"322\"><h3><strong>Complete cleaning services for yoâ€‹ur car</strong></h3></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-16417b70f47\" wfd-id=\"308\"><ul class=\"tcb-styled-list\" wfd-id=\"309\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621acf0289\" wfd-id=\"318\"><div class=\"tcb-styled-list-icon\" wfd-id=\"320\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a8e11f3\" wfd-id=\"321\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ace1b08\" wfd-id=\"319\">We are a small business delivering professional cleaning services for all vehicles</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621acf64fb\" wfd-id=\"314\"><div class=\"tcb-styled-list-icon\" wfd-id=\"316\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a8e5625\" wfd-id=\"317\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ace4de9\" wfd-id=\"315\">Our services are convenient for individuals and corporate fleets</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"310\"><div class=\"tcb-styled-list-icon\" wfd-id=\"312\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a9076ef\" wfd-id=\"313\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621acf47d2\" wfd-id=\"311\">We use eco-friendly products that actually clean, protect and maintain your car better than the traditional cleaning substances</span></li></ul></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"296\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621a90a46f\" wfd-id=\"298\"><div class=\"thrv_wrapper thrv-fill-counter tve_red tve_normalfc thrv_data_element\" data-css=\"tve-u-1621a983587\" wfd-id=\"299\">\n<div class=\"tve_fill_counter_n\" style=\"\" data-fill=\"100\" data-css=\"tve-u-1621a98b602\" wfd-id=\"300\">\n<svg viewBox=\"0 0 170 170\" class=\"tve_fill_counter_circle\" shape-rendering=\"optimizeSpeed\" data-css=\"tve-u-1621a9a2862\">\n<circle class=\"tve_fill_counter_circle_inner\" r=\"85\" cx=\"85\" cy=\"85\" data-css=\"tve-u-1621a9685d4\"></circle>\n</svg>\n<div class=\"tve_fill_text_in\" data-css=\"tve-u-1621a96b190\" wfd-id=\"301\">\n<div class=\"tve_fill_text_value\" data-css=\"tve-u-1621a9a2866\" wfd-id=\"303\">\n<div class=\"thrv-inline-text tve_fill_text tve_editable\" data-css=\"tve-u-1621a9a2867\" wfd-id=\"304\"><strong>100%â€‹</strong></div>\n</div>\n<div class=\"thrv-inline-text tve_editable tve_data_element_label\" data-css=\"tve-u-1621a9750ae\" wfd-id=\"302\">Clean car</div>\n</div>\n</div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621ada1e7f\" data-value-type=\"percent\" wfd-id=\"256\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621adba9ef\" data-clip-id=\"52d5a36c151aa\" wfd-id=\"291\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-52d5a36c151aa\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0875\"></polygon></clipPath><clipPath id=\"clip-tablet-top-52d5a36c151aa\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0524\"></polygon></clipPath><clipPath id=\"clip-mobile-top-52d5a36c151aa\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0349\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621ad420c4\" wfd-id=\"257\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621ade6172\" wfd-id=\"258\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2 tcb-row-reversed-mobile tcb-mobile-edit v-2\" data-css=\"tve-u-1621adea58b\" wfd-id=\"259\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621b064646\" style=\"\" wfd-id=\"285\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ae0bec7\" wfd-id=\"287\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ae4fd21\" data-value-type=\"percent\" data-float=\"1\" wfd-id=\"288\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621ae6c8da\" data-clip-id=\"aa2c3e3c70555\" wfd-id=\"290\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0349\"></polygon></clipPath><clipPath id=\"clip-tablet-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"4\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0699\"></polygon></clipPath><clipPath id=\"clip-mobile-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"4\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0699\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb\" data-css=\"tve-u-1621ae4db6e\" wfd-id=\"289\"></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621b064668\" style=\"\" wfd-id=\"260\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621f45bed3\" wfd-id=\"262\"><div class=\"tcb-clear\" data-css=\"tve-u-16224848ee5\" wfd-id=\"283\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621afceb00\" wfd-id=\"284\"><h2 data-css=\"tve-u-1621afcc0bf\">Check Out Our Special Offer!</h2></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621afda4fa\" wfd-id=\"282\"><p data-css=\"tve-u-1621afd8c98\">Donâ€™t miss the opportunity to get 50% discount on a complete cleaning just by recommending us to a friend. Bring someone you know with you and clean you car half price!</p></div><div class=\"tcb-clear\" data-css=\"tve-u-16224834cab\" wfd-id=\"263\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621fe85996\" wfd-id=\"264\"><div class=\"tcb-flex-row tcb--cols--2 tcb-resized tcb-medium-wrap tcb-desktop-wrap\" data-css=\"tve-u-1621fe78878\" wfd-id=\"265\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621fe94086\" style=\"\" wfd-id=\"273\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"275\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621b01355a\" wfd-id=\"276\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621b08fdde\" data-tcb_hover_state_parent=\"1\" wfd-id=\"281\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16223f02c16\" wfd-id=\"277\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-1620af7eb3f\" data-tcb_hover_state_parent=\"\" data-button-style=\"full_rounded\" wfd-id=\"278\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"279\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-16228c75500\" wfd-id=\"280\"><strong>Request an appointment</strong></span></span>\n</a>\n</div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621fe940b9\" style=\"\" wfd-id=\"266\"><div class=\"tcb-col\" wfd-id=\"268\"><div class=\"tcb-clear\" data-css=\"tve-u-16224716d62\" wfd-id=\"269\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-1621b028939\" data-tcb_hover_state_parent=\"\" data-button-style=\"ghost\" wfd-id=\"270\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"271\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-16228c764b2\" wfd-id=\"272\"><strong>Call Now: 0400-700-682</strong></span></span>\n</a>\n</div></div></div></div></div></div></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16260ba2fa4\" wfd-id=\"163\">\n<div class=\"tve-page-section-out\" wfd-id=\"255\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16260be7104\" wfd-id=\"164\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621b0e4fb7\" wfd-id=\"254\"><h2 data-css=\"tve-u-1621b10fccf\" style=\"text-align: center;\">our happy clients</h2></div><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641367127b\" data-float=\"1\" wfd-id=\"253\"><svg class=\"tcb-icon\" viewBox=\"0 0 30 32\" data-name=\"quote-left\">\n<path d=\"M13.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429zM29.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641367e553\" wfd-id=\"252\"><svg class=\"tcb-icon\" viewBox=\"0 0 30 32\" data-name=\"quote-left\">\n<path d=\"M13.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429zM29.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a10d3b4\" wfd-id=\"223\">\n<div class=\"tve-content-box-background\" wfd-id=\"251\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"224\"><div class=\"tcb-clear\" data-css=\"tve-u-1621b300a64\" wfd-id=\"249\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-1621f154231\" wfd-id=\"250\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621b200375\" wfd-id=\"227\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-16260d8392c\" wfd-id=\"228\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"233\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"235\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16417b62c09\" wfd-id=\"236\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-16260d8396c\" wfd-id=\"237\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16260d01208\" style=\"\" wfd-id=\"243\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"245\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"246\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16225617da3\" wfd-id=\"248\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"247\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16260d0120e\" style=\"\" wfd-id=\"238\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"240\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"242\"><h5>Brett Graham, 28</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"241\"><h6 class=\"\">Architect</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"229\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"231\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"232\"><p data-css=\"tve-u-162539c17ec\">Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit. Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit.&nbsp;</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-16260c5ff0c\" wfd-id=\"225\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260c5ff07\" wfd-id=\"226\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a12f675\" wfd-id=\"194\">\n<div class=\"tve-content-box-background\" wfd-id=\"222\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"195\"><div class=\"tcb-clear\" data-css=\"tve-u-16260cd7683\" wfd-id=\"220\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260d73672\" wfd-id=\"221\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16260da3aa7\" wfd-id=\"198\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-1621fb68b97\" wfd-id=\"199\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"204\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"206\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16417b662bf\" wfd-id=\"207\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-1621fb65556\" wfd-id=\"208\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16229915e1a\" style=\"\" wfd-id=\"214\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"216\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"217\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16260c433e9\" wfd-id=\"219\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"218\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16229915e4e\" style=\"\" wfd-id=\"209\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"211\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"213\"><h5>Rosie Hanson, 24</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"212\"><h6 class=\"\">Real estate Associate</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"200\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"202\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"203\"><p data-css=\"tve-u-162539c17ec\">Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo.</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-16260d3b97e\" wfd-id=\"196\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260d39b83\" wfd-id=\"197\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a146aef\" wfd-id=\"165\">\n<div class=\"tve-content-box-background\" wfd-id=\"193\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"166\"><div class=\"tcb-clear\" data-css=\"tve-u-16260cd7683\" wfd-id=\"191\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260cd622f\" wfd-id=\"192\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16260c39a7e\" wfd-id=\"169\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-16260d3f4aa\" wfd-id=\"170\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"175\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"177\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621fbacc60\" wfd-id=\"178\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-16260d3f4af\" wfd-id=\"179\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16229915e1a\" style=\"\" wfd-id=\"185\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"187\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"188\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16260d5e4b8\" wfd-id=\"190\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"189\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16229915e4e\" style=\"\" wfd-id=\"180\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"182\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"184\"><h5>Shawn Mattews, 35</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"183\"><h6 class=\"\">project manager</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"171\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"173\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"174\"><p data-css=\"tve-u-162539c17ec\">Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo. Nullam ac urna eu felis.Sed non neque elit. Sed ut imperdiet nisi. Proin condimentum</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1621b30ca74\" wfd-id=\"167\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-1621f15b521\" wfd-id=\"168\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621b3c8c52\" wfd-id=\"59\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621b3cfc7b\" wfd-id=\"162\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621b3c74d9\" wfd-id=\"60\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621e7b695a\" wfd-id=\"161\"><h2 data-css=\"tve-u-1621e7a7350\" style=\"text-align: center;\">our offers</h2></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621e7c899a\" wfd-id=\"61\"><div class=\"tcb-flex-row tcb--cols--3 tcb-medium-wrap v-2\" data-css=\"tve-u-1621e7c7aa1\" wfd-id=\"62\"><div class=\"tcb-flex-col\" wfd-id=\"125\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16223fc9f23\" wfd-id=\"127\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e7ceab3\" style=\"\" wfd-id=\"128\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16416e4fafd\" wfd-id=\"160\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e7d5094\" wfd-id=\"129\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e7e9950\" data-value-type=\"percent\" style=\"\" wfd-id=\"156\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e7edfd9\" data-clip-id=\"10ffac3b28f1d\" wfd-id=\"159\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-10ffac3b28f1d\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-10ffac3b28f1d\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e7e6c1d\" wfd-id=\"157\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-16417b4cb9e\" wfd-id=\"158\"><h4 data-css=\"tve-u-1621fe1a1af\" style=\"text-align: center;\"><strong>Basic Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ec6c39b\" data-float=\"1\" wfd-id=\"152\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e81f424\" wfd-id=\"155\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec752da\" wfd-id=\"153\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"154\"><h4 data-css=\"tve-u-1621fe1bd18\" style=\"text-align: center;\"><strong>15$</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621ea50702\" wfd-id=\"130\"><ul class=\"tcb-styled-list\" wfd-id=\"131\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec3a5c0\" wfd-id=\"148\"><div class=\"tcb-styled-list-icon\" wfd-id=\"150\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec204df\" wfd-id=\"151\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec241aa\" wfd-id=\"149\">Interior vacuum</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"144\"><div class=\"tcb-styled-list-icon\" wfd-id=\"146\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec20f68\" wfd-id=\"147\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec2704c\" wfd-id=\"145\">Dust &amp;dash console</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec42aa7\" wfd-id=\"140\"><div class=\"tcb-styled-list-icon\" wfd-id=\"142\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec21a31\" wfd-id=\"143\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec298ab\" wfd-id=\"141\">Hand towel dry</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec43fe2\" wfd-id=\"136\"><div class=\"tcb-styled-list-icon\" wfd-id=\"138\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ea1fba7\" wfd-id=\"139\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea23322\" wfd-id=\"137\">Clean windows</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec454d9\" wfd-id=\"132\"><div class=\"tcb-styled-list-icon\" wfd-id=\"134\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ea295c0\" wfd-id=\"135\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea2c69a\" wfd-id=\"133\">Soft cloth wash</span></li></ul></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"94\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"96\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621eb81205\" style=\"\" wfd-id=\"97\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16416e603ab\" wfd-id=\"124\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621eb7ccb0\" wfd-id=\"98\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ebbbb6d\" data-value-type=\"percent\" wfd-id=\"120\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eaaedd8\" data-clip-id=\"a2b9cf3198d6f\" wfd-id=\"123\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-a2b9cf3198d6f\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-a2b9cf3198d6f\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec7f21a\" wfd-id=\"121\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e930bd7\" wfd-id=\"122\"><h4 data-css=\"tve-u-1621e92e97f\" style=\"text-align: center;\"><strong>Ultimate Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ec78d2c\" data-float=\"1\" wfd-id=\"116\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eab272c\" wfd-id=\"119\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec79a7d\" wfd-id=\"117\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"118\"><h4 data-css=\"tve-u-1621e942b65\" style=\"text-align: center;\"><strong>22 $</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621ebfa746\" wfd-id=\"113\"><p data-css=\"tve-u-1621f4ceaf6\" style=\"text-align: center;\">Includes basic service <span data-css=\"tve-u-1621f4ceaf7\" style=\"color: rgb(15, 29, 123);\" wfd-id=\"114\"><strong class=\"\"><span data-css=\"tve-u-1621f4ceafb\" wfd-id=\"115\">+</span></strong></span></p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621ebf340c\" wfd-id=\"99\"><ul class=\"tcb-styled-list\" wfd-id=\"100\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-164137a0b1f\" wfd-id=\"109\"><div class=\"tcb-styled-list-icon\" wfd-id=\"111\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec0c5bd\" wfd-id=\"112\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ebfe4ce\" wfd-id=\"110\">Triple foam conditiner</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec04541\" wfd-id=\"105\"><div class=\"tcb-styled-list-icon\" wfd-id=\"107\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec09a3c\" wfd-id=\"108\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ebff867\" wfd-id=\"106\">Tire dressing</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec05cc3\" wfd-id=\"101\"><div class=\"tcb-styled-list-icon\" wfd-id=\"103\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec15f6e\" wfd-id=\"104\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec009a8\" wfd-id=\"102\">Air freshner</span></li></ul></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"63\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16223dad661\" wfd-id=\"65\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621fd9c946\" style=\"\" wfd-id=\"66\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e7d234c\" wfd-id=\"93\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621fd84d7b\" wfd-id=\"67\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16223b080b0\" data-value-type=\"percent\" wfd-id=\"89\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eb3eb9f\" data-clip-id=\"ac98bb0e54b3b\" wfd-id=\"92\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621fd8766c\" wfd-id=\"90\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e930bd7\" wfd-id=\"91\"><h4 data-css=\"tve-u-1621fe1587d\" style=\"text-align: center;\"><strong>Supreme Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e8107f3\" wfd-id=\"85\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eb43d8d\" wfd-id=\"88\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e819c52\" wfd-id=\"86\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"87\"><h4 data-css=\"tve-u-1621fe1725e\" style=\"text-align: center;\"><strong>30 $</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621eb037bb\" wfd-id=\"82\"><p data-css=\"tve-u-1621f4d0451\" style=\"text-align: center;\">Includes ultimate service <span data-css=\"tve-u-1621eaff572\" style=\"color: rgb(15, 29, 123);\" wfd-id=\"83\"><strong class=\"\"><span data-css=\"tve-u-1621eb01b60\" wfd-id=\"84\">+</span></strong></span></p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621eacf6af\" wfd-id=\"68\"><ul class=\"tcb-styled-list\" wfd-id=\"69\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec36a4d\" wfd-id=\"78\"><div class=\"tcb-styled-list-icon\" wfd-id=\"80\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e9993aa\" wfd-id=\"81\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea1a5d7\" wfd-id=\"79\">Exterior trim dressing</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"74\"><div class=\"tcb-styled-list-icon\" wfd-id=\"76\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e99b1db\" wfd-id=\"77\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea19a06\" wfd-id=\"75\">Hand applied spray wax</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec37ea5\" wfd-id=\"70\"><div class=\"tcb-styled-list-icon\" wfd-id=\"72\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e99c314\" wfd-id=\"73\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea18c5d\" wfd-id=\"71\">Interior conditioner</span></li></ul></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621efddaaf\" wfd-id=\"38\">\n<div class=\"tve-page-section-out\" wfd-id=\"58\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621edf8048\" wfd-id=\"39\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621f114214\" wfd-id=\"40\"><div class=\"tcb-flex-row tcb-resized tcb-mobile-edit tcb--cols--2\" data-css=\"tve-u-1621ee03000\" wfd-id=\"41\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621ee4be21\" style=\"\" wfd-id=\"46\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ee093d4\" wfd-id=\"48\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ee3afec\" wfd-id=\"52\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621ee58e74\" wfd-id=\"57\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ee37f4a\" wfd-id=\"53\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1621ee74a24\" wfd-id=\"56\"><svg class=\"tcb-icon\" viewBox=\"0 0 16 28\" data-name=\"map-marker\">\n<path d=\"M12 10c0-2.203-1.797-4-4-4s-4 1.797-4 4 1.797 4 4 4 4-1.797 4-4zM16 10c0 0.953-0.109 1.937-0.516 2.797l-5.688 12.094c-0.328 0.688-1.047 1.109-1.797 1.109s-1.469-0.422-1.781-1.109l-5.703-12.094c-0.406-0.859-0.516-1.844-0.516-2.797 0-4.422 3.578-8 8-8s8 3.578 8 8z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621ee63e1c\" wfd-id=\"55\"><h2 data-css=\"tve-u-1621fdcb4ea\" style=\"text-align: center;\">contact us</h2></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16422a1ce91\" wfd-id=\"54\"><p data-css=\"tve-u-16422a1ce94\" style=\"text-align: left;\">Your adress goes here</p><p data-css=\"tve-u-16422a1ce93\" style=\"text-align: left;\">Phone: 0400 - 700 - 682</p><p data-css=\"tve-u-16422a1ce92\" style=\"text-align: left;\">Email: our_office@gmail.com</p></div></div>\n</div><div class=\"tcb-clear\" data-css=\"tve-u-16417c828be\" wfd-id=\"49\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_slide_left\" data-css=\"tve-u-1621ef118dc\" style=\"\" wfd-id=\"50\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"51\"><img class=\"tve_image tve_evt_manager_listen tve_et_tve-viewport wp-image-21388\" alt=\"\" width=\"567\" height=\"384\" title=\"Car wash img footer\" data-id=\"21388\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-img-footer.png\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_left&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" style=\"width: 100%;\"></span></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621ee4be73\" style=\"\" wfd-id=\"42\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ee22c43\" wfd-id=\"44\"><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-1621ee18a1c\" wfd-id=\"45\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=New York&amp;t=m&amp;z=5&amp;output=embed&amp;iwloc=near\"></iframe>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621f0aa8f7\" wfd-id=\"25\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621f0ada0e\" wfd-id=\"37\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621f0b0088\" wfd-id=\"26\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621f0d2c1a\" wfd-id=\"27\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-1621f0cbe40\" wfd-id=\"28\"><div class=\"tcb-flex-col\" wfd-id=\"33\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"35\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621f0da775\" wfd-id=\"36\"><p data-css=\"tve-u-1622444fb11\">Â© 2018, Your company name . All rights reserved.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"29\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"31\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16223fe5f5b\" wfd-id=\"32\"><p data-css=\"tve-u-1621f0d874c\" style=\"text-align: right;\">Made with <a href=\"https://thrivethemes.com/\" target=\"_blank\">Thrive Architect</a></p></div></div></div></div></div></div>\n</div>\n'),(6573,550,'tve_revision_tve_content_more_found',''),(6574,550,'tve_revision_tve_save_post',''),(6575,550,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Merriweather:400,700&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Special+Elite:400&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Poppins:400,800,900,300,700,&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Monda:400,700,&subset=latin\");@media (min-width: 300px){.tcb-plain-text { font-family: Monda; font-weight: 400; font-size: 14px; }#tve_editor [data-css=\"tve-u-1621b072b4e\"] p, #tve_editor [data-css=\"tve-u-1621b072b4e\"] li, #tve_editor [data-css=\"tve-u-1621b072b4e\"] blockquote, #tve_editor [data-css=\"tve-u-1621b072b4e\"] address, #tve_editor [data-css=\"tve-u-1621b072b4e\"] .tcb-plain-text, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h1, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h2, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h3, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h4, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h5, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h6 { color: rgb(18, 18, 18); }[data-css=\"tve-u-16417c828be\"]::after { clear: both; }[data-css=\"tve-u-1621fe78878\"] .tcb-flex-col { flex-basis: 160px !important; }[data-css=\"tve-u-16417b70f47\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1641791de3b\"]::after { clear: both; }[data-css=\"tve-u-1641791ce1a\"]::after { clear: both; }#tve_editor [data-css=\"tve-u-1621fdcb4ea\"] { color: rgb(15, 29, 123) !important; }#tve_editor [data-css=\"tve-u-1641367127b\"] > :first-child { color: rgb(15, 29, 123); }[data-css=\"tve-u-1641367127b\"] { font-size: 60px; float: none; box-shadow: none; position: relative; z-index: 5; margin: 0px auto !important; }#tve_editor [data-css=\"tve-u-1641333d7d1\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-162717cb617\"] > .tcb-flex-col { padding-left: 0px; }#tve_editor [data-css=\"tve-u-16413112747\"] { color: rgba(255, 255, 255, 0.85) !important; }[data-css=\"tve-u-16413111ba3\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-16369305186\"] > .tve-cb { display: block; }#tve_editor [data-css=\"tve-u-162717cb609\"] p, #tve_editor [data-css=\"tve-u-162717cb609\"] li, #tve_editor [data-css=\"tve-u-162717cb609\"] blockquote, #tve_editor [data-css=\"tve-u-162717cb609\"] address, #tve_editor [data-css=\"tve-u-162717cb609\"] h1, #tve_editor [data-css=\"tve-u-162717cb609\"] h2, #tve_editor [data-css=\"tve-u-162717cb609\"] h3, #tve_editor [data-css=\"tve-u-162717cb609\"] h4, #tve_editor [data-css=\"tve-u-162717cb609\"] h5, #tve_editor [data-css=\"tve-u-162717cb609\"] h6 { color: rgb(255, 255, 255); }[data-css=\"tve-u-16369305186\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-162717cb621\"] .tve-page-section-in { display: flex; justify-content: center; flex-direction: column; }[data-css=\"tve-u-162717fcf9d\"] .tve-page-section-in { display: block; }[data-css=\"tve-u-1628a146aef\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1628a12f675\"] { padding: 0px !important; margin: 0px 0px 60px !important; }[data-css=\"tve-u-1628a10d3b4\"] { max-width: 100%; padding: 0px !important; margin: 0px 0px 60px !important; }[data-css=\"tve-u-16271ca808e\"] { color: rgb(0, 229, 255) !important; }#tve_editor [data-css=\"tve-u-162717cb618\"] p, #tve_editor [data-css=\"tve-u-162717cb618\"] li, #tve_editor [data-css=\"tve-u-162717cb618\"] blockquote, #tve_editor [data-css=\"tve-u-162717cb618\"] address, #tve_editor [data-css=\"tve-u-162717cb618\"] h1, #tve_editor [data-css=\"tve-u-162717cb618\"] h2, #tve_editor [data-css=\"tve-u-162717cb618\"] h3, #tve_editor [data-css=\"tve-u-162717cb618\"] h4, #tve_editor [data-css=\"tve-u-162717cb618\"] h5, #tve_editor [data-css=\"tve-u-162717cb618\"] h6 { color: rgb(0, 229, 255); }[data-css=\"tve-u-162718bd0c0\"] { clip-path: url(\"#clip-top-a3b25e1c9221a\"); -webkit-clip-path: url(\"#clip-top-a3b25e1c9221a\");  }[data-css=\"tve-u-162718a3b40\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-162717fcf9d\"] { z-index: 5; padding: 170px 40px 0px !important; margin-top: -80px !important; }[data-css=\"tve-u-16260cd622f\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-16260cd7683\"]::after { clear: both; }[data-css=\"tve-u-16260cd622f\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin-top: 0px !important; margin-bottom: -1px !important; }[data-css=\"tve-u-16260be7104\"] { max-width: 1200px; }[data-css=\"tve-u-16260ba2fa4\"] { padding: 100px 40px !important; }[data-css=\"tve-u-162539c17ec\"] { line-height: 1.6em !important; }#tve_editor [data-css=\"tve-u-162493b6b63\"]:hover { background-color: rgb(248, 249, 251) !important; }#tve_editor [data-css=\"tve-u-1624939a960\"]:hover { background-color: rgb(248, 249, 251) !important; background-image: none !important; }#tve_editor [data-css=\"tve-u-162492e70ad\"] { color: rgb(137, 141, 167) !important; }[data-css=\"tve-u-162492815ba\"] { padding: 0px !important; margin-top: 25px !important; }[data-css=\"tve-u-162491e8e1f\"]::after { clear: both; }[data-css=\"tve-u-1622f65ba70\"] { border: none; background-image: none !important; padding: 0px 30px 30px !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-1622a159bcb\"] { max-width: 100%; float: none; z-index: 6; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; margin-top: 0px !important; }[data-css=\"tve-u-16229915e4e\"] { max-width: 62.8%; }[data-css=\"tve-u-16229915e1a\"] { max-width: 37.2%; }[data-css=\"tve-u-16225617da3\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-Brett.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16225611edb\"] { min-height: 127px; }[data-css=\"tve-u-1622561121b\"] { max-width: 127px; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-16224848ee5\"]::after { clear: both; }[data-css=\"tve-u-16224834cab\"]::after { clear: both; }[data-css=\"tve-u-1621ee3afec\"] > .tve-cb { display: block; }[data-css=\"tve-u-1621fe78878\"] > .tcb-flex-col { padding-left: 5px; }[data-css=\"tve-u-1621fe940b9\"] { max-width: 50%; }[data-css=\"tve-u-1621fe94086\"] { max-width: 50%; }[data-css=\"tve-u-1621fe85996\"] { max-width: 585px; float: left; z-index: 3; position: relative; width: 100%; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621fe78878\"] > .tcb-flex-col > .tcb-col { min-height: 65px; justify-content: center; }[data-css=\"tve-u-1621fe78878\"] { min-height: inherit; margin-left: -5px; padding: 0px !important; flex-wrap: wrap !important; }#tve_editor [data-css=\"tve-u-1621f4d0451\"] { font-size: 20px !important; }#tve_editor [data-css=\"tve-u-1621f4ceaf6\"] { font-size: 20px !important; color: rgb(12, 12, 12) !important; }[data-css=\"tve-u-1621f45bed3\"] { padding: 0px !important; }[data-css=\"tve-u-1621f114214\"] { float: none; max-width: 100%; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621f0da775\"] { padding: 0px !important; }#tve_editor [data-css=\"tve-u-1621f0d874c\"] { letter-spacing: 1px; color: rgb(137, 141, 167) !important; font-size: 14px !important; }[data-css=\"tve-u-1621f0d2c1a\"] { max-width: 100%; margin-left: 60px !important; margin-right: 60px !important; }[data-css=\"tve-u-1621f0aa8f7\"] .tve-page-section-in { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621f0cbe40\"] { margin-left: 0px; padding: 0px !important; }[data-css=\"tve-u-1621f0cbe40\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-1621f0b0088\"] { max-width: 100%; min-height: 140px !important; }[data-css=\"tve-u-1621f0ada0e\"] { background-image: linear-gradient(rgb(22, 22, 24), rgb(22, 22, 24)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1621f0aa8f7\"] { padding: 0px !important; }[data-css=\"tve-u-1621efddaaf\"] { padding: 0px !important; }[data-css=\"tve-u-1621ef118dc\"] { width: 567px; position: relative; right: -50px; top: -104px; float: right; z-index: 3; margin-top: 0px !important; margin-bottom: 0px !important; padding-left: 0px !important; }#tve_editor [data-css=\"tve-u-1621ee74a24\"] > :first-child { color: rgb(15, 29, 123); }[data-css=\"tve-u-1621ee74a24\"] { font-size: 60px; float: none; z-index: 3; position: relative; margin: 0px auto 10px !important; padding-top: 0px !important; }[data-css=\"tve-u-1621ee63e1c\"] { float: none; z-index: 3; position: relative; max-width: none; width: 100%; padding: 0px !important; margin: 0px auto 30px !important; }[data-css=\"tve-u-1621ee58e74\"] { background-color: rgb(224, 226, 236) !important; }[data-css=\"tve-u-1621ee4be73\"] { max-width: 61%; }[data-css=\"tve-u-1621ee4be21\"] { max-width: 39%; }[data-css=\"tve-u-1621ee3afec\"] { padding: 60px 0px 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621ee37f4a\"] { min-height: 380px; }[data-css=\"tve-u-1621ee22c43\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding-top: 0px !important; padding-left: 0px !important; }[data-css=\"tve-u-1621ee18a1c\"] { margin: 80px 0px 0px 122px !important; }[data-css=\"tve-u-1621ee093d4\"] { margin-top: 0px !important; }[data-css=\"tve-u-1621ee03000\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1621ee03000\"] { margin-left: 0px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-1621ee03000\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-1621edf8048\"] { max-width: 100%; min-height: 1px !important; }[data-css=\"tve-u-1621ec454d9\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec43fe2\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec42aa7\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec3a5c0\"] { margin-top: 0px !important; margin-bottom: 10px !important; }[data-css=\"tve-u-1621ec37ea5\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec36a4d\"] { margin-bottom: 10px !important; }[data-css=\"tve-u-1621ea18c5d\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ea19a06\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ea1a5d7\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ea2c69a\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ea23322\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ec298ab\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ec2704c\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ec241aa\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ec05cc3\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec04541\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec009a8\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ebff867\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ebfe4ce\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621eb037bb\"] { padding: 0px !important; margin-top: 0px !important; margin-bottom: 30px !important; }[data-css=\"tve-u-1621eaff572\"] { color: rgb(15, 29, 123) !important; }[data-css=\"tve-u-1621ea50702\"] { max-width: 230px; float: none; z-index: 3; position: relative; width: 100%; padding: 0px !important; margin: 0px auto !important; }#tve_editor [data-css=\"tve-u-1621ea2c69a\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ea295c0\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ea295c0\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ea1fba7\"] > :first-child { color: rgb(137, 141, 167); }#tve_editor [data-css=\"tve-u-1621ea23322\"] { font-size: 16px !important; }[data-css=\"tve-u-1621ea1fba7\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }[data-css=\"tve-u-1621e99c314\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }[data-css=\"tve-u-1621e99b1db\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }[data-css=\"tve-u-1621e9993aa\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ea1a5d7\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ea19a06\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ea18c5d\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621e99c314\"] > :first-child { color: rgb(137, 141, 167); }#tve_editor [data-css=\"tve-u-1621e99b1db\"] > :first-child { color: rgb(137, 141, 167); }#tve_editor [data-css=\"tve-u-1621e9993aa\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621e8107f3\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621e942b65\"] strong { font-weight: 800; }[data-css=\"tve-u-1621e7e9950\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621e930bd7\"] { padding: 0px 0px 50px !important; }#tve_editor [data-css=\"tve-u-1621e92e97f\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1621e81f424\"] { border-radius: 200px; overflow: hidden; background-image: none !important; border: 3px solid rgb(255, 255, 255) !important; background-color: rgb(144, 147, 168) !important; }[data-css=\"tve-u-1621e819c52\"] { min-height: 110px; }[data-css=\"tve-u-1621e8107f3\"] { float: none; max-width: 110px; z-index: 4; padding: 0px !important; margin: -60px auto 30px !important; }[data-css=\"tve-u-1621e7edfd9\"] { clip-path: url(\"#clip-bottom-10ffac3b28f1d\"); -webkit-clip-path: url(\"#clip-bottom-10ffac3b28f1d\");  background-image: none !important; background-color: rgb(144, 147, 168) !important; }[data-css=\"tve-u-1621e7e9950\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1621e7e6c1d\"] { min-height: 150px; }[data-css=\"tve-u-1621e7c7aa1\"] > .tcb-flex-col { padding-left: 60px; }[data-css=\"tve-u-1621e7d5094\"] { min-height: 480px; }[data-css=\"tve-u-1621e7d234c\"] { box-shadow: rgba(0, 0, 0, 0.02) 0px 2px 22px 0px; background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1621e7ceab3\"] { float: none; width: 100%; padding: 0px 0px 20px !important; margin: 0px auto !important; }[data-css=\"tve-u-1621e7c899a\"] { float: none; max-width: 100%; margin: 0px auto !important; }[data-css=\"tve-u-1621e7c7aa1\"] { margin-left: -60px; padding: 0px !important; }[data-css=\"tve-u-1621e7b695a\"] { padding: 0px !important; margin-bottom: 100px !important; }#tve_editor [data-css=\"tve-u-1621e7a7350\"] { color: rgb(15, 29, 123) !important; }[data-css=\"tve-u-1621b3cfc7b\"] { filter: blur(0px); opacity: 1; background-image: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(220, 224, 246) 38%) !important; background-color: rgb(212, 212, 212) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1621b3c8c52\"] { padding: 100px 40px !important; }[data-css=\"tve-u-1621b3c74d9\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-1621b300a64\"]::after { clear: both; }[data-css=\"tve-u-1621b24a89d\"] { padding: 0px !important; }[data-css=\"tve-u-1621b22a018\"] { background-image: none !important; padding: 0px !important; }[data-css=\"tve-u-1621b200375\"] { float: none; max-width: 100%; border-left: 1px solid rgba(15, 29, 123, 0.7); border-right: 1px solid rgba(15, 29, 123, 0.7); background-color: rgb(248, 249, 251) !important; margin: 0px auto !important; }[data-css=\"tve-u-1621b10fccf\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621b0e4fb7\"] { border-right: none; max-width: 100%; padding: 0px !important; margin-bottom: 40px !important; margin-right: 0px !important; }[data-css=\"tve-u-1621b072b4e\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-1621b064668\"] { max-width: 52%; }[data-css=\"tve-u-1621b064646\"] { max-width: 48%; }[data-css=\"tve-u-1621afda4fa\"] { max-width: none; padding: 0px !important; margin-bottom: 40px !important; }#tve_editor [data-css=\"tve-u-1621afd8c98\"] { color: rgb(255, 255, 255) !important; font-size: 20px !important; }[data-css=\"tve-u-1621afceb00\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 80%; padding: 0px !important; margin-bottom: 50px !important; }#tve_editor [data-css=\"tve-u-1621afcc0bf\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1621a8a804b\"] > .tcb-flex-col { padding-left: 60px; }[data-css=\"tve-u-1621ae6c8da\"] { clip-path: url(\"#clip-top-aa2c3e3c70555\"); -webkit-clip-path: url(\"#clip-top-aa2c3e3c70555\");  background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-Cta-2.jpg\") !important; background-size: cover !important; background-position: 0% 100% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1621ae4fd21\"] { max-width: 100%; top: -70px; z-index: 5; left: -60px; position: relative !important; padding: 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-1621ae4db6e\"] { min-height: 524px; }[data-css=\"tve-u-1621ada1e7f\"] .tve-page-section-in { display: flex; flex-direction: column; justify-content: center; }[data-css=\"tve-u-1621adea58b\"] > .tcb-flex-col > .tcb-col { min-height: 1px; justify-content: center; }[data-css=\"tve-u-1621ae0bec7\"] { height: calc(100% - -22px); background-image: linear-gradient(rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.14)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; margin-left: 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621adea58b\"] > .tcb-flex-col { padding-left: 50px; }[data-css=\"tve-u-1621adea58b\"] { margin-left: -50px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-1621ade6172\"] { max-width: 100%; float: none; width: 100%; margin: 0px auto !important; }[data-css=\"tve-u-1621adba9ef\"] { clip-path: url(\"#clip-top-52d5a36c151aa\"); -webkit-clip-path: url(\"#clip-top-52d5a36c151aa\");  background-image: linear-gradient(rgba(15, 29, 123, 0.65), rgba(15, 29, 123, 0.65)), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-cta-bg.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-1621ada1e7f\"] { padding: 0px 40px !important; }[data-css=\"tve-u-1621ad46076\"] { padding: 100px 40px !important; margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1621ad420c4\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-1621a9076ef\"] { padding-top: 2px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-1621acf64fb\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621acf47d2\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1621acf0289\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621a8e11f3\"] { padding-top: 2px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-1621a8e5625\"] { padding-top: 2px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-1621ace4de9\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1621ace1b08\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1621a9a2867\"] strong { font-weight: 700; }#tve_editor [data-css=\"tve-u-1621a9a2867\"] { font-weight: 300; color: rgb(15, 29, 123) !important; font-family: Poppins !important; }[data-css=\"tve-u-1621a9750ae\"] { font-size: 18.36px !important; line-height: 18.36px !important; }[data-css=\"tve-u-1621a9a2867\"] { font-size: 64.8px !important; line-height: 64.8px !important; }[data-css=\"tve-u-1621a9a2866\"] { margin-top: 54px !important; }[data-css=\"tve-u-1621a9a2862\"] { width: 216px !important; height: 216px !important; background-color: rgb(137, 141, 167) !important; }[data-css=\"tve-u-1621a98b602\"] { stroke-dasharray: 678.584, 678.584; }[data-css=\"tve-u-1621a983587\"] { float: none; border: 30px solid rgba(137, 141, 167, 0.24); z-index: 3; position: relative; margin: 30px auto 0px !important; padding: 0px !important; }[data-css=\"tve-u-1621a9750ae\"] strong { font-weight: 700; }#tve_editor [data-css=\"tve-u-1621a9750ae\"] { color: rgb(255, 255, 255) !important; font-family: Monda !important; }[data-css=\"tve-u-1621a96b190\"] { background-color: rgb(101, 114, 203); width: 194.4px !important; height: 194.4px !important; top: 10.8px !important; bottom: 10.8px !important; left: 10.8px !important; right: 10.8px !important; }[data-css=\"tve-u-1621a9685d4\"] { stroke: rgb(248, 251, 253) !important; stroke-width: 22.6px !important; }[data-css=\"tve-u-1621a8a804b\"] > .tcb-flex-col > .tcb-col { min-height: 445px; justify-content: center; }[data-css=\"tve-u-1621a90a46f\"] { background-image: radial-gradient(rgba(255, 255, 255, 0.51) 16%, rgb(255, 255, 255) 73%), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-100-clean.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }#tve_editor [data-css=\"tve-u-1621a9076ef\"] > :first-child { color: rgb(15, 29, 123); }#tve_editor [data-css=\"tve-u-1621a8e5625\"] > :first-child { color: rgb(15, 29, 123); }#tve_editor [data-css=\"tve-u-1621a8e11f3\"] > :first-child { color: rgb(15, 29, 123); }[data-css=\"tve-u-1621a8c4313\"] { padding: 0px !important; margin-bottom: 60px !important; }[data-css=\"tve-u-1621a8b2488\"] { float: none; max-width: 100%; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621a8a804b\"] { min-height: inherit; margin-left: -60px; padding: 0px !important; }[data-css=\"tve-u-1621a2e0d5b\"] { line-height: 1em !important; }[data-css=\"tve-u-1621a2247ba\"] { max-width: 100%; float: none; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; }#tve_editor [data-css=\"tve-u-1620af7eb3f\"] .tcb-button-link { font-size: 18px; color: rgb(15, 29, 123) !important; }#tve_editor [data-css=\"tve-u-1620af7eb3f\"]:hover strong { font-weight: 700 !important; }[data-css=\"tve-u-1620af7eb3f\"] { width: 268px; float: left; z-index: 3; position: relative; display: block; max-width: 268px; margin-bottom: 0px !important; margin-top: 0px !important; margin-left: 3px !important; }#tve_editor [data-css=\"tve-u-1620af7eb3f\"]:hover .tcb-button-link { color: rgb(255, 255, 255) !important; border-radius: 200px !important; overflow: hidden !important; font-family: Monda !important; font-weight: 400 !important; text-shadow: none !important; background-image: none !important; background-color: rgb(15, 29, 123) !important; }[data-css=\"tve-u-1620af7eb3f\"] .tcb-button-link { border-radius: 200px; min-height: 54.7619px; font-size: 1.33333em; padding-top: 0px; padding-bottom: 0px; background-image: none !important; background-color: rgb(255, 255, 255) !important; padding-right: 15px !important; }#tcb_landing_page a:not(.tcb-button-link).tve_state_hover { color: rgb(35, 55, 188); }#tcb_landing_page a:not(.tcb-button-link):hover { color: rgb(35, 55, 188); }#tcb_landing_page a:not(.tcb-button-link) { color: rgb(125, 138, 220); }#tcb_landing_page input strong { font-weight: 700; }#tcb_landing_page .tcb-button-link strong { font-weight: 700; }#tcb_landing_page p strong, #tcb_landing_page li strong { font-weight: 700; }#tcb_landing_page input { font-family: Merriweather; font-weight: 400; }#tcb_landing_page .tcb-button-link { font-family: Merriweather; font-weight: 400; }#tcb_landing_page p, #tcb_landing_page li { color: rgb(12, 12, 12); font-family: Merriweather; font-weight: 400; line-height: 1.5em; font-size: 16px; }#tcb_landing_page h6 { text-transform: uppercase; font-size: 14px; color: rgb(0, 0, 0); font-family: \"Special Elite\"; font-weight: 400; letter-spacing: 1px; line-height: 1.3em; }#tcb_landing_page h5 { font-size: 22px; color: rgb(12, 12, 12); font-family: \"Special Elite\"; font-weight: 400; line-height: 1.3em; }#tcb_landing_page h4 { font-size: 24px; color: rgb(12, 12, 12); font-family: \"Special Elite\"; font-weight: 400; line-height: 1.3em; }#tcb_landing_page h3 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(12, 12, 12); font-size: 26px; line-height: 1.3em; }#tcb_landing_page h2 { color: rgb(0, 0, 0); font-size: 30px; letter-spacing: 2px; text-transform: uppercase; line-height: 1.3em; font-family: \"Special Elite\"; font-weight: 400; }#tcb_landing_page h1 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(0, 0, 0); font-size: 42px; line-height: 1.3em; }[data-css=\"tve-u-15e09c94f7d\"] { background-color: rgb(255, 255, 255); }[data-css=\"tve-u-1621b01355a\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621b01355a\"] { max-width: 274px; position: relative; float: left; z-index: 3; width: 100%; padding: 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-1621b028939\"] .tcb-button-link { font-size: 18px; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1621b028939\"]:hover strong { font-weight: 700 !important; }[data-css=\"tve-u-1621b028939\"] { display: block; max-width: 268px; width: 268px; top: 0px; left: 0px; float: left; z-index: 3; position: relative; margin-bottom: 0px !important; margin-top: 0px !important; }#tve_editor [data-css=\"tve-u-1621b028939\"]:hover .tcb-button-link { background-color: rgb(255, 255, 255) !important; color: rgb(15, 29, 123) !important; overflow: hidden !important; font-family: Monda !important; background-image: none !important; text-align: center !important; }[data-css=\"tve-u-1621b028939\"] .tcb-button-link { min-height: 54.7619px; font-size: 1.33333em; padding-top: 0px; padding-bottom: 0px; border: 1px solid rgb(255, 255, 255); border-radius: 30px; overflow: hidden; background-color: rgba(26, 188, 156, 0.01) !important; padding-right: 15px !important; color: rgb(26, 188, 156) !important; }[data-css=\"tve-u-1621b08fdde\"] { border-radius: 200px; overflow: hidden; border: 1px solid rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1621b01355a\"]:hover [data-css=\"tve-u-1621b08fdde\"] { border: 1px solid rgba(255, 255, 255, 0.4) !important; }[data-css=\"tve-u-1621b30ca74\"]::after { clear: both; }#tve_editor [data-css=\"tve-u-1621e942b65\"] { font-weight: 400; letter-spacing: 0px; color: rgb(255, 255, 255) !important; font-family: Poppins !important; font-size: 30px !important; }[data-css=\"tve-u-1621e94cb4e\"] { float: none; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621eaaedd8\"] { clip-path: url(\"#clip-bottom-a2b9cf3198d6f\"); -webkit-clip-path: url(\"#clip-bottom-a2b9cf3198d6f\");  background-image: none !important; background-color: rgb(5, 10, 42) !important; }[data-css=\"tve-u-1621eab272c\"] { border-radius: 200px; overflow: hidden; background-image: none !important; border: 3px solid rgb(255, 255, 255) !important; background-color: rgb(5, 10, 42) !important; }[data-css=\"tve-u-1621eacf6af\"] { max-width: 230px; float: none; z-index: 3; position: relative; padding: 0px !important; margin: 0px auto !important; }[data-css=\"tve-u-1621eb3eb9f\"] { clip-path: url(\"#clip-bottom-ac98bb0e54b3b\"); -webkit-clip-path: url(\"#clip-bottom-ac98bb0e54b3b\");  background-image: none !important; background-color: rgb(45, 51, 89) !important; }[data-css=\"tve-u-1621eb43d8d\"] { border-radius: 200px; overflow: hidden; background-image: none !important; border: 3px solid rgb(255, 255, 255) !important; background-color: rgb(45, 51, 89) !important; }[data-css=\"tve-u-1621eb7ccb0\"] { min-height: 530px; }[data-css=\"tve-u-1621eb81205\"] { padding: 0px 0px 20px !important; margin-top: -25px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621ebbbb6d\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621ebbbb6d\"] { max-width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1621ebf340c\"] { max-width: 230px; float: none; z-index: 3; position: relative; width: 100%; padding: 0px !important; margin: 0px auto !important; }[data-css=\"tve-u-1621ebfa746\"] { padding: 0px !important; margin-top: 0px !important; margin-bottom: 30px !important; }#tve_editor [data-css=\"tve-u-1621ebfe4ce\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ebff867\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ec009a8\"] { font-size: 16px !important; }[data-css=\"tve-u-1621ec09a3c\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; margin: 0px !important; }#tve_editor [data-css=\"tve-u-1621ec09a3c\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ec0c5bd\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; margin: 0px !important; }#tve_editor [data-css=\"tve-u-1621ec0c5bd\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ec15f6e\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ec15f6e\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ec204df\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ec204df\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ec20f68\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ec20f68\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ec21a31\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ec21a31\"] > :first-child { color: rgb(137, 141, 167); }#tve_editor [data-css=\"tve-u-1621ec241aa\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ec2704c\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ec298ab\"] { font-size: 16px !important; }[data-css=\"tve-u-1621ec6c39b\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621ec6c39b\"] { float: none; max-width: 110px; z-index: 4; padding: 0px !important; margin: -60px auto 30px !important; }[data-css=\"tve-u-1621ec752da\"] { min-height: 110px; }[data-css=\"tve-u-1621ec78d2c\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621ec78d2c\"] { float: none; max-width: 110px; z-index: 4; padding: 0px !important; margin: -60px auto 30px !important; }[data-css=\"tve-u-1621ec79a7d\"] { min-height: 110px; }[data-css=\"tve-u-1621ec7f21a\"] { min-height: 160px; }[data-css=\"tve-u-1621f154231\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-1621f154231\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin: 0px 0px -1px !important; }[data-css=\"tve-u-1621f15b521\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-1621f15b521\"] { float: right; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin-top: -1px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621f4ceaf7\"] { color: rgb(15, 29, 123) !important; }[data-css=\"tve-u-1621fb65556\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-1621fb65556\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-1621fb65556\"] { min-height: inherit; margin-left: -20px; padding: 0px !important; }[data-css=\"tve-u-1621fb68b97\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-1621fb68b97\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-1621fb68b97\"] { min-height: inherit; margin-left: -30px; padding: 30px !important; }[data-css=\"tve-u-1621fbacc60\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621fbcad8c\"] { padding: 0px !important; }[data-css=\"tve-u-1621fc0ce17\"] { padding: 0px !important; margin-bottom: 15px !important; }[data-css=\"tve-u-1621fd84d7b\"] { min-height: 480px; }[data-css=\"tve-u-1621fd8766c\"] { min-height: 150px; }[data-css=\"tve-u-1621fd9c946\"] { padding: 0px 0px 20px !important; margin-top: 0px !important; margin-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-1621fe1587d\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1621fe1725e\"] strong { font-weight: 800; }#tve_editor [data-css=\"tve-u-1621fe1725e\"] { font-weight: 400; letter-spacing: 0px; color: rgb(255, 255, 255) !important; font-family: Poppins !important; font-size: 30px !important; }#tve_editor [data-css=\"tve-u-1621fe1a1af\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1621fe1bd18\"] strong { font-weight: 800; }#tve_editor [data-css=\"tve-u-1621fe1bd18\"] { font-weight: 400; letter-spacing: 0px; color: rgb(255, 255, 255) !important; font-family: Poppins !important; font-size: 30px !important; }[data-css=\"tve-u-16223b080b0\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-16223b080b0\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-16223f02c16\"] { min-height: 62px; }[data-css=\"tve-u-16223fe5f5b\"] { padding: 0px !important; }[data-css=\"tve-u-16224439be1\"] { padding: 0px !important; }#tve_editor [data-css=\"tve-u-1622444fb11\"] { letter-spacing: 1px; color: rgb(137, 141, 167) !important; font-size: 14px !important; }#tve_editor [data-css=\"tve-u-16228c764b2\"] { font-size: 18px !important; }[data-css=\"tve-u-16229f6175c\"] { border: none; margin: 80px 0px 0px !important; background-image: none !important; }[data-css=\"tve-u-16229fa6a26\"] { border: none; box-shadow: none; padding: 0px 30px 30px !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-16229fa8c68\"] { border: none; padding: 0px 30px 30px !important; background-image: none !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col > .tcb-col { min-height: 244px; }[data-css=\"tve-u-16229ffbb7b\"] { margin-left: -30px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16248fc42a1\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-16248fc42a1\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-16248fc71c8\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-16249355087\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-16249355087\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-16249358652\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-16249358652\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-1624935a201\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-1624935a201\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-16249367114\"] { border: none; margin: 30px 0px 0px !important; background-image: none !important; }[data-css=\"tve-u-16249373b25\"] { border: none; padding: 0px 30px 30px !important; background-image: linear-gradient(rgb(248, 249, 251), rgb(248, 249, 251)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1624939a960\"] { border: none; box-shadow: none; padding: 0px 30px 30px !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-162493a03b0\"] > .tcb-flex-col > .tcb-col { min-height: 244px; }[data-css=\"tve-u-162493a03b0\"] { margin-left: -30px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-162493a03b0\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-162493b6b63\"] { border: none; background-image: none !important; padding: 0px 30px 30px !important; background-color: rgb(248, 249, 251) !important; }#tve_editor [data-css=\"tve-u-162493d5f13\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-162493d5f13\"] { font-size: 30px; width: 30px; height: 30px; top: 0px; left: 0px; display: block; position: static; z-index: 8; border-bottom: 1px solid rgb(10, 93, 165); border-top: none; border-right: none; border-left: none; border-image: initial; margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-162494b490e\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-162494b7ad0\"] { padding: 0px !important; margin-top: 25px !important; margin-left: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-1625389a3d5\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-1625389a3d5\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-1625389b4ed\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-1625389b4ed\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-162539ac577\"] { max-width: 39%; }[data-css=\"tve-u-162539ac57d\"] { max-width: 61%; }#tve_editor [data-css=\"tve-u-162539c17ec\"] { font-size: 16px !important; color: rgba(12, 12, 12, 0.7) !important; }[data-css=\"tve-u-16260c39a7e\"] { float: none; max-width: 100%; border-left: 1px solid rgba(15, 29, 123, 0.7); border-right: 1px solid rgba(15, 29, 123, 0.7); margin: 0px auto !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-16260c433e9\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-Rosie.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16260c5ff07\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-16260c5ff07\"] { float: right; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin: -1px 0px 0px !important; }[data-css=\"tve-u-16260c5ff0c\"]::after { clear: both; }[data-css=\"tve-u-16260d01208\"] { max-width: 37%; }[data-css=\"tve-u-16260d0120e\"] { max-width: 63%; }[data-css=\"tve-u-16260d39b83\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-16260d39b83\"] { float: right; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin-top: -1px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-16260d3b97e\"]::after { clear: both; }[data-css=\"tve-u-16260d3f4aa\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16260d3f4aa\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-16260d3f4aa\"] { min-height: inherit; margin-left: -30px; padding: 30px !important; }[data-css=\"tve-u-16260d3f4af\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-16260d3f4af\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-16260d3f4af\"] { min-height: inherit; margin-left: -20px; padding: 0px !important; }[data-css=\"tve-u-16260d5e4b8\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-Shawn.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16260d73672\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-16260d73672\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin-top: 0px !important; margin-bottom: -1px !important; }[data-css=\"tve-u-16260d8392c\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16260d8392c\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-16260d8392c\"] { min-height: inherit; margin-left: -30px; padding: 30px !important; }[data-css=\"tve-u-16260d8396c\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-16260d8396c\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-16260d8396c\"] { min-height: inherit; margin-left: -20px; padding: 0px !important; }[data-css=\"tve-u-16260da3aa7\"] { float: none; max-width: 100%; border-left: 1px solid rgba(15, 29, 123, 0.7); border-right: 1px solid rgba(15, 29, 123, 0.7); margin: 0px auto !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-162717cb600\"] { max-width: 58.2%; }[data-css=\"tve-u-162717cb601\"] { max-width: 41.8%; }[data-css=\"tve-u-162717cb602\"] { clip-path: url(\"#clip-bottom-eab511de4ba9e\"); -webkit-clip-path: url(\"#clip-bottom-eab511de4ba9e\");  background-color: rgba(255, 255, 255, 0.2) !important; }[data-css=\"tve-u-162717cb603\"] { min-height: 496px; }[data-css=\"tve-u-162717cb604\"] { z-index: 5; float: right; position: relative; width: 100%; max-width: 570px; bottom: 0px; left: 0px; padding: 0px !important; margin: -59px 0px 0px !important; }[data-css=\"tve-u-162717cb605\"] { clip-path: url(\"#clip-bottom-7920fc765722d\"); -webkit-clip-path: url(\"#clip-bottom-7920fc765722d\");  background-color: rgba(255, 255, 255, 0.1) !important; }[data-css=\"tve-u-162717cb606\"] { min-height: 419px; }[data-css=\"tve-u-162717cb608\"] { max-width: 633px; z-index: 4; top: 0px; right: 0px; padding: 0px !important; margin: 164px 0px 0px !important; }[data-css=\"tve-u-162717cb609\"]::after { clear: both; }[data-css=\"tve-u-162717cb60a\"] { padding-right: 50px !important; padding-bottom: 80px !important; padding-top: 20px !important; }[data-css=\"tve-u-162717cb60b\"]::after { clear: both; }[data-css=\"tve-u-162717cb60b\"] { margin-top: 0px !important; margin-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-162717cb60c\"] .tcb-button-link { font-size: 18px; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-162717cb60c\"] { float: left; z-index: 3; position: relative; display: block; max-width: 300px; width: 300px; margin-bottom: 0px !important; margin-top: 0px !important; }#tve_editor [data-css=\"tve-u-162717cb60c\"]:hover .tcb-button-link { background-color: rgb(255, 255, 255) !important; color: rgb(15, 29, 123) !important; background-image: none !important; font-weight: bold !important; }[data-css=\"tve-u-162717cb60c\"] .tcb-button-link { border: 1px solid rgb(255, 255, 255); min-height: 54.7619px; font-size: 1.33333em; padding-top: 0px; padding-bottom: 0px; border-radius: 100px; overflow: hidden; background-color: rgba(26, 188, 156, 0.01) !important; color: rgb(26, 188, 156) !important; }[data-css=\"tve-u-162717cb60f\"] { padding: 0px !important; margin-bottom: 25px !important; }[data-css=\"tve-u-162717cb610\"] { padding: 0px !important; margin-bottom: 35px !important; }#tve_editor [data-css=\"tve-u-162717cb616\"] { text-transform: none !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-162717cb617\"] { margin-left: 0px; padding: 0px !important; }[data-css=\"tve-u-162717cb618\"] { max-width: none; margin-top: 0px !important; }[data-css=\"tve-u-162717cb620\"] { clip-path: url(\"#clip-bottom-c883ac5175045\"); -webkit-clip-path: url(\"#clip-bottom-c883ac5175045\");  background-image: linear-gradient(90deg, rgb(15, 29, 123) 0%, rgba(15, 29, 123, 0.42) 100%), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-hero-img.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-162717cb609\"] { max-width: 1200px; min-height: 630px !important; }[data-css=\"tve-u-162717cb621\"] { z-index: 1; padding: 125px 40px 0px !important; margin-top: -130px !important; }[data-css=\"tve-u-162717cb623\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-162717cb624\"] { min-height: 54px; }[data-css=\"tve-u-162717cb623\"] { max-width: 304px; float: left; z-index: 3; position: relative; width: 100%; padding: 2px !important; margin: 0px auto 18px !important; }#tve_editor [data-css=\"tve-u-162717cb625\"] .tcb-button-link { font-size: 18px; color: rgb(15, 29, 123) !important; }#tve_editor [data-css=\"tve-u-162717cb625\"]:hover strong { font-weight: 700 !important; }[data-css=\"tve-u-162717cb625\"] { display: block; max-width: 300px; width: 300px; float: none; z-index: 3; position: relative; margin: 0px auto !important; }#tve_editor [data-css=\"tve-u-162717cb625\"]:hover .tcb-button-link { color: rgb(255, 255, 255) !important; border-radius: 200px !important; overflow: hidden !important; font-family: Monda !important; font-weight: 400 !important; text-shadow: none !important; background-image: none !important; background-color: rgb(15, 29, 123) !important; }[data-css=\"tve-u-162717cb625\"] .tcb-button-link { border-radius: 200px; min-height: 54.7619px; font-size: 1.33333em; padding-top: 0px; padding-bottom: 0px; background-image: none !important; background-color: rgb(255, 255, 255) !important; padding-right: 15px !important; font-weight: bold !important; }#tve_editor [data-css=\"tve-u-162717cb623\"]:hover [data-css=\"tve-u-162717cb626\"] { border: 1px solid rgba(255, 255, 255, 0.6) !important; }[data-css=\"tve-u-162717cb626\"] { border-radius: 200px; overflow: hidden; border: 1px solid rgb(255, 255, 255) !important; }[data-css=\"tve-u-162717d1bb6\"] { border-right: 1px solid rgba(255, 255, 255, 0.2); }[data-css=\"tve-u-162717d1bbc\"] { border-left: none; padding: 0px !important; }[data-css=\"tve-u-162717d1bbe\"] { border-bottom: 1px solid rgba(255, 255, 255, 0.2); float: none; width: 100%; position: relative; z-index: 10; max-width: 1600px; margin: 0px auto !important; }[data-css=\"tve-u-162717d1bbf\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-162717d1bbf\"] > .tcb-flex-col { padding-left: 17px; }[data-css=\"tve-u-162717d1bbf\"] { margin-left: -17px; min-height: inherit; padding: 25px 0px 0px 40px !important; }#tve_editor [data-css=\"tve-u-162717d1bbe\"] p, #tve_editor [data-css=\"tve-u-162717d1bbe\"] li, #tve_editor [data-css=\"tve-u-162717d1bbe\"] blockquote, #tve_editor [data-css=\"tve-u-162717d1bbe\"] address { font-size: 16px; }#tve_editor [data-css=\"tve-u-162717d1bc3\"] > :first-child { color: rgb(255, 255, 255); }[data-css=\"tve-u-162717d1bc3\"] { font-size: 25px !important; width: 25px !important; height: 25px !important; z-index: 4; position: relative; float: left; margin: 3px 5px 0px 0px !important; padding-left: 0px !important; }[data-css=\"tve-u-162717d1bc5\"] { border-right: none; padding: 0px !important; position: static !important; }[data-css=\"tve-u-162718f6444\"] { z-index: 12; float: right; width: 100%; max-width: 600px; bottom: -30px; right: -88px; position: absolute !important; padding: 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-162718f6446\"] { min-height: 600px; }[data-css=\"tve-u-162718f6447\"] { clip-path: url(\"#clip-bottom-6d4048c9836f6\"); -webkit-clip-path: url(\"#clip-bottom-6d4048c9836f6\");  background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-Bmw.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }#tve_editor [data-css=\"tve-u-16271adf6cf\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-16271adf6cf\"] { font-size: 30px; width: 30px; height: 30px; top: 22px; left: 20px; border-bottom: 1px solid rgb(10, 93, 165); margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1641367e553\"] > :first-child { color: rgba(15, 29, 123, 0.12); }[data-css=\"tve-u-1641367e553\"] { font-size: 60px; float: none; box-shadow: none; width: 60px; height: 60px; margin: -55px auto 60px !important; padding-right: 17px !important; }[data-css=\"tve-u-16416e4fafd\"] { box-shadow: rgba(0, 0, 0, 0.02) 0px 2px 22px 0px; background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16416e603ab\"] { box-shadow: rgba(0, 0, 0, 0.12) 0px 3px 44px 0px; background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-164179a84b8\"] > .tve-cb { display: block; }[data-css=\"tve-u-164179a84b8\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-164179bced9\"] { border-right: none; padding: 0px !important; position: static !important; }[data-css=\"tve-u-16417b4cb9e\"] { padding: 0px 0px 50px !important; }[data-css=\"tve-u-16417b62c09\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-16417b662bf\"] { margin-top: 0px !important; margin-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-16417e5bd95\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-16417e5bd95\"] { font-size: 18px; width: 18px; height: 18px; z-index: 4; position: relative; float: left; margin: 3px 15px 0px 0px !important; padding-left: 0px !important; }[data-css=\"tve-u-1641c1af44d\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1641c1b01a6\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1641c1b0a67\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1641c1b12d8\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }#tve_editor [data-css=\"tve-u-1641c1b33f9\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-1641c1b33f9\"] { font-size: 30px; width: 30px; height: 30px; top: 22px; left: 20px; border-bottom: 1px solid rgb(10, 93, 165); margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1641c1b456a\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-1641c1b456a\"] { font-size: 30px; width: 30px; height: 30px; top: 22px; left: 20px; border-bottom: 1px solid rgb(10, 93, 165); margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1641c1b52d3\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-1641c1b52d3\"] { font-size: 30px; width: 30px; height: 30px; top: 22px; left: 20px; border-bottom: 1px solid rgb(10, 93, 165); margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1641c1b60b4\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-1641c1b60b4\"] { font-size: 30px; width: 30px; height: 30px; top: 22px; left: 20px; border-bottom: 1px solid rgb(10, 93, 165); margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-16422a1ce91\"] { float: none; width: 100%; max-width: 227px; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; }#tve_editor [data-css=\"tve-u-16422a1ce92\"] { font-size: 16px !important; color: rgb(12, 12, 12) !important; }#tve_editor [data-css=\"tve-u-16422a1ce93\"] { font-size: 16px !important; color: rgb(18, 18, 18) !important; }[data-css=\"tve-u-16422a1ce92\"] { line-height: 1.7em !important; }[data-css=\"tve-u-16422a1ce93\"] { line-height: 1.7em !important; }#tve_editor [data-css=\"tve-u-16422a1ce94\"] { font-size: 16px !important; color: rgb(29, 26, 31) !important; }[data-css=\"tve-u-16422a1ce94\"] { line-height: 1.7em !important; }#tcb_landing_page .tcb-plain-text { color: rgb(0, 0, 0); font-family: Merriweather; font-weight: 400; }#tcb_landing_page .tcb-plain-text strong { font-weight: 700; }[data-css=\"tve-u-162717d1bbe\"] p { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-162717d1bbe\"] h3 { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-16959822de2\"] { width: 291px; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-16959846d3d\"] { margin-top: -10px !important; }}@media (max-width: 1023px){[data-css=\"tve-u-1621ebfa746\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621eb037bb\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621ec78d2c\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621ec6c39b\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-162717cb602\"] { clip-path: url(\"#clip-tablet-bottom-eab511de4ba9e\"); -webkit-clip-path: url(\"#clip-tablet-bottom-eab511de4ba9e\");  }[data-css=\"tve-u-1621b064668\"] { max-width: 49%; }[data-css=\"tve-u-1621b064646\"] { max-width: 51%; }[data-css=\"tve-u-1621b3c74d9\"] { max-width: 100%; }[data-css=\"tve-u-1621f0b0088\"] { min-height: 100px !important; }[data-css=\"tve-u-1621ee3afec\"] > .tve-cb { display: block; }[data-css=\"tve-u-16417b97d3c\"]::after { clear: both; }[data-css=\"tve-u-1621e7ceab3\"] > .tve-cb { display: block; }[data-css=\"tve-u-1621ea50702\"] { float: none; width: 100%; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621ae4fd21\"] > .tve-cb { display: block; }[data-css=\"tve-u-162717cb60f\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-162717cb610\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-16223dad661\"] { padding-top: 20px !important; }[data-css=\"tve-u-1641367127b\"] { float: none; font-size: 50px; width: 50px; height: 50px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1641367e553\"] { float: none; font-size: 50px; width: 50px; height: 50px; margin: -44px auto 40px !important; padding-right: 12px !important; }[data-css=\"tve-u-1621e7b695a\"] { margin-bottom: 50px !important; }[data-css=\"tve-u-1621ee37f4a\"] { min-height: 262px; }[data-css=\"tve-u-1621ada1e7f\"] { padding: 50px 30px 50px 0px !important; }[data-css=\"tve-u-1621b072b4e\"] { max-width: 100%; }[data-css=\"tve-u-1621a2247ba\"] { margin-bottom: 60px !important; }[data-css=\"tve-u-16229f6175c\"] { margin-top: 0px !important; }[data-css=\"tve-u-162717cb60b\"] { height: calc(100% - -85px); margin-top: -85px !important; }[data-css=\"tve-u-162717cb617\"] .tcb-flex-col { flex-basis: 560px !important; }#tcb_landing_page h5 { line-height: 1.3em; }#tcb_landing_page h6 { line-height: 1.4em; }#tcb_landing_page p, #tcb_landing_page li { line-height: 1.5em; }[data-css=\"tve-u-1628a146aef\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1628a12f675\"] { margin-bottom: 40px !important; }[data-css=\"tve-u-1628a10d3b4\"] { margin-bottom: 40px !important; }[data-css=\"tve-u-162718bd0c0\"] { clip-path: url(\"#clip-tablet-top-a3b25e1c9221a\"); -webkit-clip-path: url(\"#clip-tablet-top-a3b25e1c9221a\");  background-color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-162717cb621\"] { z-index: 6; padding-top: 70px !important; margin-top: -84px !important; }[data-css=\"tve-u-162718a3b40\"] { max-width: 100%; min-height: 1px !important; }[data-css=\"tve-u-16271adf6cf\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-162493d5f13\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-162717fcf9d\"] { margin-top: -40px !important; padding-top: 90px !important; padding-left: 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-16260d3f4af\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16260d3f4aa\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1621fb65556\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1621fb68b97\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16260d8396c\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16260d8392c\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16260d39b83\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-16260c5ff07\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-16260ba2fa4\"] { padding: 50px 40px !important; }[data-css=\"tve-u-16260be7104\"] { max-width: 100%; }[data-css=\"tve-u-1621ebbbb6d\"] { margin-top: -1px !important; }[data-css=\"tve-u-1621eaaedd8\"] { clip-path: url(\"#clip-tablet-bottom-a2b9cf3198d6f\"); -webkit-clip-path: url(\"#clip-tablet-bottom-a2b9cf3198d6f\");  }[data-css=\"tve-u-1621e7e9950\"] { margin-top: -1px !important; }[data-css=\"tve-u-16229fa8c68\"] { padding: 0px 20px 20px !important; }[data-css=\"tve-u-1622f65ba70\"] { padding: 0px 20px 20px !important; }[data-css=\"tve-u-16249373b25\"] { padding-left: 20px !important; padding-right: 20px !important; padding-bottom: 20px !important; }[data-css=\"tve-u-162493b6b63\"] { padding-left: 20px !important; padding-bottom: 20px !important; padding-right: 20px !important; }[data-css=\"tve-u-16249367114\"] { margin-top: 20px !important; }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-1624935a201\"] { line-height: 1.3em !important; }[data-css=\"tve-u-16249358652\"] { line-height: 1.3em !important; }[data-css=\"tve-u-16249355087\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1625389b4ed\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1625389a3d5\"] { line-height: 1.3em !important; }[data-css=\"tve-u-16248fc42a1\"] { line-height: 1.3em !important; }[data-css=\"tve-u-162493a03b0\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-162493a03b0\"] .tcb-flex-col { flex-basis: 145px !important; }[data-css=\"tve-u-1622a159bcb\"] { float: none; max-width: 85%; margin: 0px auto !important; padding-top: 0px !important; }[data-css=\"tve-u-16229fa6a26\"] { margin-bottom: 20px !important; padding: 0px 20px 20px !important; }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16229ffbb7b\"] { min-height: inherit; margin-left: -20px; }[data-css=\"tve-u-1621ad46076\"] { margin-bottom: 0px !important; margin-top: 0px !important; padding: 50px 40px !important; }#tve_editor [data-css=\"tve-u-1621b028939\"] .tcb-button-link { font-size: 18px; }[data-css=\"tve-u-16223f02c16\"] { min-height: 54px; }[data-css=\"tve-u-1621b01355a\"] { max-width: 304px; padding: 2px !important; }[data-css=\"tve-u-1620af7eb3f\"] { float: none; z-index: 3; position: relative; display: block; max-width: 300px; width: 300px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621afda4fa\"] { max-width: 100%; margin-bottom: 30px !important; }[data-css=\"tve-u-16224716d62\"]::after { clear: both; }[data-css=\"tve-u-1621f0aa8f7\"] { margin-top: 0px !important; }[data-css=\"tve-u-1621e7e6c1d\"] { min-height: 150px; }[data-css=\"tve-u-1621e7edfd9\"] { clip-path: url(\"#clip-tablet-bottom-10ffac3b28f1d\"); -webkit-clip-path: url(\"#clip-tablet-bottom-10ffac3b28f1d\");  }[data-css=\"tve-u-1621ebf340c\"] { float: none; width: 100%; padding: 0px !important; margin-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621e7d5094\"] { min-height: 455px; }[data-css=\"tve-u-1621adea58b\"] > .tcb-flex-col > .tcb-col { justify-content: center; }[data-css=\"tve-u-16223dad661\"]::after { clear: both; }[data-css=\"tve-u-1621e8107f3\"] { float: none; margin-left: auto !important; margin-right: auto !important; margin-bottom: 20px !important; }[data-css=\"tve-u-16223b080b0\"] { float: none; margin-left: auto !important; margin-right: auto !important; margin-top: -1px !important; }[data-css=\"tve-u-1621eb3eb9f\"] { clip-path: url(\"#clip-tablet-bottom-ac98bb0e54b3b\"); -webkit-clip-path: url(\"#clip-tablet-bottom-ac98bb0e54b3b\");  }[data-css=\"tve-u-1621fe78878\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1621fe78878\"] { min-height: inherit; }#tve_editor [data-css=\"tve-u-1621e92e97f\"] { font-size: 22px !important; }#tve_editor [data-css=\"tve-u-1621e942b65\"] { letter-spacing: 0px; font-size: 1.5em !important; }#tve_editor [data-css=\"tve-u-1621fe1bd18\"] { letter-spacing: 0px; font-size: 1.5em !important; }#tve_editor [data-css=\"tve-u-1621fe1a1af\"] { font-size: 22px !important; }#tve_editor [data-css=\"tve-u-1621fe1725e\"] { letter-spacing: 0px; font-size: 1.5em !important; }#tve_editor [data-css=\"tve-u-1621fe1587d\"] { font-size: 22px !important; }[data-css=\"tve-u-1621ef118dc\"] { position: relative; top: -50px; left: 30px; width: 100%; }[data-css=\"tve-u-1621ee3afec\"] { padding: 40px 0px 0px !important; }[data-css=\"tve-u-1621ee63e1c\"] { max-width: none; margin-bottom: 30px !important; }[data-css=\"tve-u-1621ee74a24\"] { top: 0px; right: 0px; font-size: 45px; width: 45px; height: 45px; float: none; padding-left: 0px !important; margin: 0px auto !important; }[data-css=\"tve-u-1621ee18a1c\"] { margin-top: 40px !important; margin-left: 20px !important; margin-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-1621fdcb4ea\"] { letter-spacing: 1px; font-size: 1.5em !important; }[data-css=\"tve-u-1621ec7f21a\"] { min-height: 150px; }[data-css=\"tve-u-1621eacf6af\"] { float: none; max-width: 230px; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621fd9c946\"] { max-width: 380px; float: none; width: 100%; margin: 0px auto !important; padding-left: 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-1621eb81205\"] { margin-top: 0px !important; }[data-css=\"tve-u-1621eb7ccb0\"] { min-height: 455px; }[data-css=\"tve-u-1621fd8766c\"] { min-height: 150px; }[data-css=\"tve-u-1621fd84d7b\"] { min-height: 430px; }[data-css=\"tve-u-1621e7c7aa1\"] .tcb-flex-col { flex-basis: 300px !important; }#tve_editor [data-css=\"tve-u-1621e7a7350\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621e7c899a\"] { float: none; max-width: 100%; margin-left: auto !important; margin-right: auto !important; margin-top: 0px !important; }[data-css=\"tve-u-1621e7c7aa1\"] { margin-left: -20px; flex-direction: row; }[data-css=\"tve-u-1621e7c7aa1\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-1621b3c8c52\"] { padding: 50px 40px !important; }[data-css=\"tve-u-1621fc0ce17\"] { margin-top: 10px !important; margin-bottom: 7px !important; }[data-css=\"tve-u-1621fbcad8c\"] { padding-left: 0px !important; padding-right: 30px !important; }[data-css=\"tve-u-1621fbacc60\"] { max-width: 177px; }[data-css=\"tve-u-1621fb68b97\"] { margin-left: -15px; min-height: inherit; padding: 20px !important; }[data-css=\"tve-u-1621fb68b97\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-1621fb65556\"] { margin-left: -15px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-1621fb65556\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-1621b200375\"] { float: none; max-width: 100%; margin: 0px auto !important; }[data-css=\"tve-u-1621b0e4fb7\"] { max-width: 100%; float: none; z-index: 3; position: relative; margin-right: auto !important; margin-left: auto !important; margin-bottom: 20px !important; }#tve_editor [data-css=\"tve-u-1621b10fccf\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621ae0bec7\"] { background-image: none !important; margin-top: 0px !important; }[data-css=\"tve-u-1621ae6c8da\"] { clip-path: url(\"#clip-tablet-top-aa2c3e3c70555\"); -webkit-clip-path: url(\"#clip-tablet-top-aa2c3e3c70555\");  }[data-css=\"tve-u-1621adba9ef\"] { clip-path: url(\"#clip-tablet-top-52d5a36c151aa\"); -webkit-clip-path: url(\"#clip-tablet-top-52d5a36c151aa\");  }[data-css=\"tve-u-1621ad420c4\"] { max-width: 100%; min-height: 1px !important; }[data-css=\"tve-u-1621f45bed3\"] { padding: 0px !important; }[data-css=\"tve-u-1621ae4fd21\"] { max-width: 100%; left: 0px; top: 0px; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621ae4db6e\"] { min-height: 300px; }#tve_editor [data-css=\"tve-u-1621afd8c98\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621afcc0bf\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621afceb00\"] { max-width: 100%; margin-bottom: 30px !important; }[data-css=\"tve-u-1621a98b602\"] { stroke-dasharray: 534.071, 534.071; }[data-css=\"tve-u-1621a9750ae\"] { font-size: 14.45px !important; line-height: 14.45px !important; }[data-css=\"tve-u-1621a9a2867\"] { font-size: 51px !important; line-height: 51px !important; }[data-css=\"tve-u-1621a9a2866\"] { margin-top: 42.5px !important; }[data-css=\"tve-u-1621a96b190\"] { width: 153px !important; height: 153px !important; top: 8.5px !important; bottom: 8.5px !important; left: 8.5px !important; right: 8.5px !important; }[data-css=\"tve-u-1621a9685d4\"] { stroke-width: 18px !important; }[data-css=\"tve-u-1621a9a2862\"] { width: 170px !important; height: 170px !important; }[data-css=\"tve-u-1621a983587\"] { float: none; border: 20px solid rgba(137, 141, 167, 0.24); margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621a8b2488\"] { float: none; max-width: 100%; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621a8a804b\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1621a8a804b\"] { margin-left: -24px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-1621a8a804b\"] > .tcb-flex-col { padding-left: 24px; }#tve_editor [data-css=\"tve-u-1621a2e0d5b\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621b028939\"] { position: relative; float: left; z-index: 3; display: block; max-width: 300px; width: 300px; margin-top: 15px !important; }[data-css=\"tve-u-1621adea58b\"] { margin-left: -30px; }[data-css=\"tve-u-1621adea58b\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-1621ade6172\"] { max-width: 100%; position: static; }#tve_editor [data-css=\"tve-u-16248fc42a1\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-16249355087\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-16249358652\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-1624935a201\"] { font-size: 18px !important; }[data-css=\"tve-u-1624939a960\"] { margin-bottom: 0px !important; padding-bottom: 20px !important; padding-left: 20px !important; padding-right: 20px !important; }[data-css=\"tve-u-162493a03b0\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-162493a03b0\"] { min-height: inherit; margin-left: -20px; }#tve_editor [data-css=\"tve-u-1625389a3d5\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-1625389b4ed\"] { font-size: 18px !important; }[data-css=\"tve-u-16260c39a7e\"] { float: none; max-width: 100%; margin: 0px auto !important; }[data-css=\"tve-u-16260d3f4aa\"] { margin-left: -15px; min-height: inherit; padding: 20px !important; }[data-css=\"tve-u-16260d3f4aa\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-16260d3f4af\"] { margin-left: -15px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-16260d3f4af\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-16260d8392c\"] { margin-left: -15px; min-height: inherit; padding: 20px !important; }[data-css=\"tve-u-16260d8392c\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-16260d8396c\"] { margin-left: -15px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-16260d8396c\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-16260da3aa7\"] { float: none; max-width: 100%; margin: 0px !important; }[data-css=\"tve-u-162717cb60c\"] { display: block; max-width: 300px; width: 300px; }[data-css=\"tve-u-162717cb609\"] { max-width: 100%; min-height: 1px !important; }[data-css=\"tve-u-162717cb605\"] { clip-path: url(\"#clip-tablet-bottom-7920fc765722d\"); -webkit-clip-path: url(\"#clip-tablet-bottom-7920fc765722d\");  background-color: rgba(244, 149, 29, 0) !important; }[data-css=\"tve-u-162717cb60a\"] { padding: 0px !important; }[data-css=\"tve-u-162717cb618\"] { float: none; max-width: 100%; margin-top: 60px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-162717cb620\"] { clip-path: url(\"#clip-tablet-bottom-c883ac5175045\"); -webkit-clip-path: url(\"#clip-tablet-bottom-c883ac5175045\");  }[data-css=\"tve-u-162717cb603\"] { min-height: 220px; }[data-css=\"tve-u-162717cb604\"] { max-width: 350px; float: right; z-index: 3; position: relative; width: 100%; bottom: 7px; left: 0px; margin-top: 0px !important; margin-left: 0px !important; padding-left: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-162717cb608\"] { max-width: 350px; position: relative; float: right; z-index: 3; width: 100%; top: 0px; right: 0px; margin-top: 0px !important; }[data-css=\"tve-u-162717cb606\"] { min-height: 1px; }[data-css=\"tve-u-162717d1bbf\"] { margin-left: 0px; padding: 25px 25px 0px !important; }[data-css=\"tve-u-162717d1bbf\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-162717d1bc5\"] { border-right: none; padding-left: 35px !important; padding-right: 0px !important; }[data-css=\"tve-u-162717d1bb6\"] { padding-left: 0px !important; }[data-css=\"tve-u-162717d1bbc\"] { border-left: none; border-right: none; padding-left: 30px !important; padding-bottom: 10px !important; }[data-css=\"tve-u-162717d1bc3\"] { font-size: 14px; width: 14px; height: 14px; margin-bottom: 10px !important; margin-left: 0px !important; padding-left: 10px !important; }[data-css=\"tve-u-162717d1bbe\"] { max-width: 100%; margin-left: 0px !important; margin-right: 30px !important; }[data-css=\"tve-u-162718f6444\"] { max-width: 360px; bottom: -35px; position: relative; left: 40px; margin-bottom: 0px !important; }[data-css=\"tve-u-162718f6446\"] { min-height: 300px; }[data-css=\"tve-u-162718f6447\"] { clip-path: url(\"#clip-tablet-bottom-6d4048c9836f6\"); -webkit-clip-path: url(\"#clip-tablet-bottom-6d4048c9836f6\");  }[data-css=\"tve-u-164179bced9\"] { border-right: none; padding-left: 30px !important; padding-right: 0px !important; }[data-css=\"tve-u-16417b62c09\"] { max-width: 177px; }[data-css=\"tve-u-16417b662bf\"] { max-width: 177px; }[data-css=\"tve-u-16417e5bd95\"] { font-size: 14px; width: 14px; height: 14px; margin-bottom: -14px !important; margin-left: 0px !important; }[data-css=\"tve-u-1641c1b33f9\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-1641c1b456a\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-1641c1b52d3\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-1641c1b60b4\"] { font-size: 25px; width: 25px; height: 25px; }#tve_editor [data-css=\"tve-u-16422a1ce94\"] { font-size: 16px !important; }[data-css=\"tve-u-16959822de2\"] { margin-right: 1px !important; padding-right: 10px !important; padding-top: 10px !important; }}@media (max-width: 767px){[data-css=\"tve-u-162717cb605\"] { clip-path: url(\"#clip-mobile-bottom-7920fc765722d\"); -webkit-clip-path: url(\"#clip-mobile-bottom-7920fc765722d\");  }[data-css=\"tve-u-162717cb602\"] { clip-path: url(\"#clip-mobile-bottom-eab511de4ba9e\"); -webkit-clip-path: url(\"#clip-mobile-bottom-eab511de4ba9e\");  }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-16417e9d24e\"]::after { clear: both; }[data-css=\"tve-u-16417b70f47\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 0px !important; }[data-css=\"tve-u-1621e819c52\"] { min-height: 100px; }[data-css=\"tve-u-1621e8107f3\"] { max-width: 100px; }[data-css=\"tve-u-1621fd8766c\"] { min-height: 144px; }[data-css=\"tve-u-1621ec79a7d\"] { min-height: 100px; }[data-css=\"tve-u-1621ec78d2c\"] { max-width: 100px; }[data-css=\"tve-u-1621ec7f21a\"] { min-height: 144px; }[data-css=\"tve-u-1621e7e6c1d\"] { min-height: 144px; }[data-css=\"tve-u-16417b4cb9e\"] { padding-bottom: 30px !important; }[data-css=\"tve-u-1621ec752da\"] { min-height: 100px; }[data-css=\"tve-u-1621ec6c39b\"] { max-width: 100px; }[data-css=\"tve-u-1621fd84d7b\"] { min-height: 430px; }[data-css=\"tve-u-1621e7c7aa1\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16223dad661\"] { padding-top: 0px !important; }[data-css=\"tve-u-1621b3c74d9\"] { max-width: 100%; }[data-css=\"tve-u-1621eb81205\"] { max-width: 100%; margin-bottom: 20px !important; }[data-css=\"tve-u-1621e7ceab3\"] { max-width: 100%; margin-bottom: 20px !important; }[data-css=\"tve-u-1621f0b0088\"] { min-height: 120px !important; }[data-css=\"tve-u-1621f0da775\"] { float: none; width: 100%; max-width: 280px; margin: 0px auto 20px !important; }[data-css=\"tve-u-1621ee37f4a\"] { min-height: 260px; }[data-css=\"tve-u-1621ee3afec\"] > .tve-cb { display: flex; justify-content: center; flex-direction: column; }[data-css=\"tve-u-1621ee63e1c\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1641367127b\"] { font-size: 30px; width: 30px; height: 30px; }[data-css=\"tve-u-1641367e553\"] { float: none; font-size: 30px; width: 30px; height: 30px; margin: -30px auto 30px !important; padding-right: 10px !important; }[data-css=\"tve-u-1621ada1e7f\"] { padding: 0px !important; }[data-css=\"tve-u-162717cb617\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-162717cb617\"] { min-height: inherit; }[data-css=\"tve-u-16229fa6a26\"] { height: calc(100% - 21px); margin-bottom: 0px !important; margin-top: 21px !important; }[data-css=\"tve-u-1624939a960\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-162493a03b0\"] .tcb-flex-col { flex-basis: 400px !important; }[data-css=\"tve-u-1621a2247ba\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-162717cb60f\"] { margin-bottom: 25px !important; }[data-css=\"tve-u-162717d1bbf\"] .tcb-flex-col { flex-basis: 225px !important; }[data-css=\"tve-u-1621ee3afec\"] { max-width: 100%; padding: 0px !important; position: static !important; }#tve_editor [data-css=\"tve-u-1641333d7d1\"] { font-size: 14px !important; }[data-css=\"tve-u-162717cb60b\"] { margin-top: 0px !important; }[data-css=\"tve-u-162717cb621\"] { z-index: 2; padding-left: 20px !important; padding-right: 20px !important; margin-top: -140px !important; padding-top: 0px !important; }[data-css=\"tve-u-162717cb617\"] .tcb-flex-col { flex-basis: 435px !important; }[data-css=\"tve-u-16369305186\"] { float: none; width: 100%; max-width: 155px; z-index: 3; position: relative; margin: 0px auto !important; }#tcb_landing_page h6 { line-height: 1.4em; }#tcb_landing_page h5 { line-height: 1.3em; }#tcb_landing_page p, #tcb_landing_page li { font-size: 14px; }#tcb_landing_page h2 { font-size: 28px; }#tcb_landing_page h1 { font-size: 35px; }[data-css=\"tve-u-16260ba2fa4\"] { padding-bottom: 40px !important; padding-left: 20px !important; padding-right: 20px !important; }[data-css=\"tve-u-1628a10d3b4\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-1628a12f675\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-162717cb610\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-16271bfe70c\"] { padding: 0px !important; }[data-css=\"tve-u-162717fcf9d\"] { z-index: 1; margin-top: 0px !important; padding-top: 75px !important; padding-left: 20px !important; padding-right: 20px !important; }[data-css=\"tve-u-162718bd0c0\"] { clip-path: url(\"#clip-mobile-top-a3b25e1c9221a\"); -webkit-clip-path: url(\"#clip-mobile-top-a3b25e1c9221a\");  }[data-css=\"tve-u-1621eb3eb9f\"] { clip-path: url(\"#clip-mobile-bottom-ac98bb0e54b3b\"); -webkit-clip-path: url(\"#clip-mobile-bottom-ac98bb0e54b3b\");  }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col > .tcb-col { min-height: 155px; }[data-css=\"tve-u-16229ffbb7b\"] { min-height: inherit; margin-left: 0px; }[data-css=\"tve-u-16229fa8c68\"] { height: calc(100% - 28px); margin-bottom: 0px !important; margin-top: 20px !important; }[data-css=\"tve-u-1622f65ba70\"] { height: calc(100% - 20px); margin-bottom: 0px !important; margin-top: 20px !important; }[data-css=\"tve-u-16229f6175c\"] { margin-top: 0px !important; }[data-css=\"tve-u-1622a159bcb\"] { float: none; max-width: 100%; margin-left: auto !important; margin-right: auto !important; padding-top: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-16229ae62a7\"] { border-right: none; }#tve_editor [data-css=\"tve-u-16228c764b2\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-16228c75500\"] { font-size: 18px !important; }[data-css=\"tve-u-1621fb65556\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-1621a983587\"] { border: 20px solid rgba(137, 141, 167, 0.32); }[data-css=\"tve-u-1621ee74a24\"] { float: none; margin-left: auto !important; margin-right: auto !important; margin-bottom: 10px !important; }[data-css=\"tve-u-1621afda4fa\"] { max-width: 100%; margin-bottom: 20px !important; }[data-css=\"tve-u-16223f02c16\"] { min-height: 54px; }[data-css=\"tve-u-1621f0aa8f7\"] { margin-top: 0px !important; }#tve_editor [data-css=\"tve-u-1622444fb11\"] { letter-spacing: 0px; }[data-css=\"tve-u-16224439be1\"] { padding: 0px !important; }[data-css=\"tve-u-1621fb68b97\"] { padding: 0px !important; }[data-css=\"tve-u-1621afceb00\"] { max-width: 100%; margin-bottom: 30px !important; }[data-css=\"tve-u-1621b0e4fb7\"] { float: none; margin-right: auto !important; margin-bottom: 30px !important; padding-left: 0px !important; margin-left: auto !important; }[data-css=\"tve-u-1621ebf340c\"] { padding-bottom: 40px !important; }[data-css=\"tve-u-1621ea50702\"] { float: none; width: 100%; padding: 0px !important; margin-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621e7d5094\"] { min-height: 430px; }[data-css=\"tve-u-1621eb7ccb0\"] { min-height: 430px; }[data-css=\"tve-u-1621ee03000\"] { flex-direction: column; }[data-css=\"tve-u-16223fe5f5b\"] { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621f0d2c1a\"] { margin-left: 25px !important; margin-right: 25px !important; }[data-css=\"tve-u-1621ee18a1c\"] { margin: 0px 20px 20px 0px !important; }[data-css=\"tve-u-1621ef118dc\"] { top: 0px; width: 245px; position: relative; float: none; z-index: 5; left: 0px; margin: -22px auto 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-1621fd9c946\"] { max-width: 100%; margin-top: 0px !important; margin-left: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-16223fc9f23\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-1621e7c899a\"] { max-width: none; float: none; margin-top: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621b3c8c52\"] { padding: 40px 20px !important; }[data-css=\"tve-u-1621fbcad8c\"] { padding: 20px !important; }[data-css=\"tve-u-1621fb65556\"] { margin-left: 0px; padding: 0px !important; }[data-css=\"tve-u-1621fbacc60\"] { max-width: 126px; float: none; margin-left: auto !important; margin-right: auto !important; margin-top: 20px !important; }[data-css=\"tve-u-1621b200375\"] { float: none; margin-top: 0px !important; margin-left: auto !important; margin-right: auto !important; }#tve_editor [data-css=\"tve-u-1621b10fccf\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621b028939\"] { display: block; max-width: 100%; width: 100%; float: none; min-width: 100%; margin-left: auto !important; margin-right: auto !important; margin-top: 0px !important; }[data-css=\"tve-u-1621ae4db6e\"] { min-height: 270px; }[data-css=\"tve-u-1621ae6c8da\"] { clip-path: url(\"#clip-mobile-top-aa2c3e3c70555\"); -webkit-clip-path: url(\"#clip-mobile-top-aa2c3e3c70555\");  }[data-css=\"tve-u-1621adba9ef\"] { clip-path: url(\"#clip-mobile-top-52d5a36c151aa\"); -webkit-clip-path: url(\"#clip-mobile-top-52d5a36c151aa\");  }[data-css=\"tve-u-16223f02c16\"]::after { clear: both; }[data-css=\"tve-u-1621b01355a\"] { max-width: 100%; float: none; margin-left: auto !important; margin-right: auto !important; margin-bottom: 15px !important; }[data-css=\"tve-u-1620af7eb3f\"] { float: none; display: block; max-width: 100%; width: 100%; min-width: 100%; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621ae0bec7\"]::after { clear: both; }[data-css=\"tve-u-1621f45bed3\"] { padding: 40px 20px 0px !important; }[data-css=\"tve-u-1621ad46076\"] { margin: 0px !important; padding: 30px 20px !important; }[data-css=\"tve-u-1621adea58b\"] { flex-flow: row-reverse wrap-reverse !important; }[data-css=\"tve-u-1621ae4fd21\"] { margin-top: 0px !important; position: static !important; }[data-css=\"tve-u-1621a8b2488\"] { float: none; max-width: 100%; margin-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621a8a804b\"] { padding-left: 0px !important; padding-right: 0px !important; }#tve_editor [data-css=\"tve-u-1621a2e0d5b\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621e7c7aa1\"] { flex-direction: column; min-height: inherit; }[data-css=\"tve-u-16249367114\"] { margin-top: 0px !important; }[data-css=\"tve-u-16249373b25\"] { height: calc(100% - 20px); margin-bottom: 0px !important; background-image: linear-gradient(rgb(248, 249, 251), rgb(248, 249, 251)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; margin-top: 20px !important; }[data-css=\"tve-u-162493a03b0\"] > .tcb-flex-col > .tcb-col { min-height: 155px; }[data-css=\"tve-u-162493a03b0\"] { min-height: inherit; }[data-css=\"tve-u-162493b6b63\"] { height: calc(100% - 20px); margin-bottom: 0px !important; margin-top: 20px !important; }[data-css=\"tve-u-16260c39a7e\"] { float: none; margin-top: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-16260d3f4aa\"] { padding: 0px !important; }[data-css=\"tve-u-16260d3f4af\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-16260d3f4af\"] { margin-left: 0px; padding: 0px !important; }[data-css=\"tve-u-16260d8392c\"] { padding: 0px !important; }[data-css=\"tve-u-16260d8396c\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-16260d8396c\"] { margin-left: 0px; padding: 0px !important; }[data-css=\"tve-u-16260da3aa7\"] { float: none; margin-top: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-162717cb60c\"] { display: block; max-width: 100%; width: 100%; min-width: 100%; float: none; margin-left: auto !important; margin-right: auto !important; margin-bottom: 20px !important; }[data-css=\"tve-u-162717cb618\"] { margin: 140px 0px 0px !important; }[data-css=\"tve-u-162717cb606\"] { min-height: 175px; }[data-css=\"tve-u-162717cb620\"] { clip-path: url(\"#clip-mobile-bottom-c883ac5175045\"); -webkit-clip-path: url(\"#clip-mobile-bottom-c883ac5175045\");  }[data-css=\"tve-u-162717cb608\"] { max-width: 100%; margin-top: 0px !important; padding-bottom: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-162717cb604\"] { margin-top: 0px !important; }[data-css=\"tve-u-162717cb60a\"] { padding: 0px !important; }#tve_editor [data-css=\"tve-u-162717cb616\"] { font-size: 27px !important; }#tve_editor [data-css=\"tve-u-162717cb629\"] { font-size: 18px !important; }[data-css=\"tve-u-162717cb625\"] { float: none; display: block; max-width: 100%; width: 100%; min-width: 100%; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-162717cb623\"] { max-width: 100%; float: none; width: 100%; margin: 0px auto 10px !important; }[data-css=\"tve-u-162717d1bbf\"] > .tcb-flex-col { padding-left: 18px; }[data-css=\"tve-u-162717d1bbf\"] { margin-left: -18px; padding: 10px 15px !important; flex-flow: row wrap !important; }[data-css=\"tve-u-162717d1bbe\"] { border-bottom: 1px solid rgba(255, 255, 255, 0.2); border-right: none; margin-left: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-162717d1bbc\"] { border: none; padding-left: 0px !important; padding-right: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-162717d1bc5\"] { border-right: none; padding-left: 15px !important; padding-right: 0px !important; }[data-css=\"tve-u-162717d1bc3\"] { margin: 3px 10px 0px 0px !important; }[data-css=\"tve-u-162717d1bb6\"] { border: none; padding-top: 0px !important; padding-left: 0px !important; margin-bottom: 1px !important; margin-top: -5px !important; padding-bottom: 10px !important; }[data-css=\"tve-u-162718f6446\"] { min-height: 280px; }[data-css=\"tve-u-162718f6444\"] { max-width: 100%; float: none; width: 100%; top: 0px; left: 0px; margin: 0px auto -30px !important; position: relative !important; }[data-css=\"tve-u-162718f6447\"] { clip-path: url(\"#clip-mobile-bottom-6d4048c9836f6\"); -webkit-clip-path: url(\"#clip-mobile-bottom-6d4048c9836f6\");  }[data-css=\"tve-u-164179a84b8\"] { float: none; width: 100%; max-width: 155px; z-index: 3; position: relative; margin-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-164179bced9\"] { border-right: none; max-width: 155px; position: relative; padding-left: 0px !important; padding-right: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-16417b62c09\"] { max-width: 126px; float: none; margin-left: auto !important; margin-right: auto !important; margin-top: 20px !important; }[data-css=\"tve-u-16417b662bf\"] { max-width: 126px; float: none; margin-left: auto !important; margin-right: auto !important; margin-top: 20px !important; }[data-css=\"tve-u-16417e5bd95\"] { margin: 3px 10px 0px 0px !important; }#tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] p, #tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] li, #tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] blockquote, #tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] address, #tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] .tcb-plain-text, #tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] label { font-size: 23px; }[data-css=\"tve-u-16959822de2\"] { padding-top: 10px !important; margin-left: auto !important; margin-right: auto !important; float: none; }}'),(6576,550,'tve_revision_tve_user_custom_css',''),(6577,550,'tve_revision_tve_page_events','a:0:{}'),(6578,550,'tve_revision_tve_globals','a:2:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";s:8:\"font_cls\";a:0:{}}'),(6579,550,'tve_revision_tve_global_scripts',''),(6580,550,'tve_revision_thrive_icon_pack','0'),(6581,550,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(6582,550,'tve_revision_tve_has_masonry','0'),(6583,550,'tve_revision_tve_has_typefocus','0'),(6584,550,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-162717d1bbe\" wfd-id=\"420\"><div class=\"tcb-flex-row tcb-medium-no-wrap v-2 tcb--cols--3 m-edit tcb-mobile-wrap\" data-css=\"tve-u-162717d1bbf\" wfd-id=\"421\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1695981e7bb\" wfd-id=\"445\"><div class=\"tcb-col\" data-css=\"tve-u-16959846d3d\" wfd-id=\"447\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16959822de2\" wfd-id=\"448\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"449\"><img class=\"tve_image wp-image-465\" alt=\"\" width=\"384\" height=\"62\" title=\"Blackhawk_custom_header\" data-id=\"465\" src=\"https://bestcerakoteflorida.com/wp-content/uploads/2019/01/Blackhawk_custom_header.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717d1bb9\" style=\"\" wfd-id=\"433\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717d1bb6\" wfd-id=\"435\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-164179a84b8\" wfd-id=\"436\">\n<div class=\"tve-content-box-background\" wfd-id=\"444\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"437\"><div class=\"tcb-clear\" wfd-id=\"442\"><a href=\"tel:1-954-848-1911\" target=\"_blank\" rel=\"\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-162717d1bc3\" data-float=\"1\" data-link-wrap=\"1\" wfd-id=\"443\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-phone-plus-light\" data-name=\"\">\n            <path d=\"M8 128h88v88c0 4.4 3.6 8 8 8h16c4.4 0 8-3.6 8-8v-88h88c4.4 0 8-3.6 8-8v-16c0-4.4-3.6-8-8-8h-88V8c0-4.4-3.6-8-8-8h-16c-4.4 0-8 3.6-8 8v88H8c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8zM487.8 24.1L387 .8c-14.7-3.4-29.8 4.2-35.8 18.1l-46.5 108.5c-5.5 12.7-1.8 27.7 8.9 36.5l53.9 44.1c-34 69.2-90.3 125.6-159.6 159.6l-44.1-53.9c-8.8-10.7-23.8-14.4-36.5-8.9L18.9 351.3c-13.9 6-21.5 21-18.1 35.8L24 487.9C27.3 502 39.9 512 54.5 512 306.7 512 512 307.8 512 54.5c0-14.6-10-27.2-24.2-30.4zM55.1 480l-23-99.6 107.4-46 59.5 72.8c103.6-48.6 159.7-104.9 208.1-208.1l-72.8-59.5 46-107.4 99.6 23C479.7 289.7 289.6 479.7 55.1 480z\"></path>\n        </svg></div></a></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162717d1bc5\" wfd-id=\"438\"><p data-css=\"tve-u-1641333d7d1\"><a href=\"tel:1-954-848-1911\" target=\"_blank\">954-848-1911</a></p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717d1bb7\" style=\"\" wfd-id=\"422\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717d1bbc\" wfd-id=\"424\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16369305186\" wfd-id=\"425\">\n<div class=\"tve-content-box-background\" wfd-id=\"432\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16417e9d24e\" wfd-id=\"426\"><div class=\"tcb-clear\" wfd-id=\"430\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-16417e5bd95\" data-float=\"1\" wfd-id=\"431\"><svg class=\"tcb-icon\" viewBox=\"0 0 16 28\" data-name=\"map-pin\">\n<path d=\"M8 17c0.688 0 1.359-0.078 2-0.234v10.234c0 0.547-0.453 1-1 1h-2c-0.547 0-1-0.453-1-1v-10.234c0.641 0.156 1.312 0.234 2 0.234zM8 0c4.422 0 8 3.578 8 8s-3.578 8-8 8-8-3.578-8-8 3.578-8 8-8zM8 3.5c0.281 0 0.5-0.219 0.5-0.5s-0.219-0.5-0.5-0.5c-3.031 0-5.5 2.469-5.5 5.5 0 0.281 0.219 0.5 0.5 0.5s0.5-0.219 0.5-0.5c0-2.484 2.016-4.5 4.5-4.5z\"></path>\n</svg></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-164179bced9\" data-float=\"1\" wfd-id=\"427\"><p data-css=\"tve-u-1641333d7d1\">Your adress goes here</p></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-162717cb621\" data-value-type=\"percent\" wfd-id=\"379\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-162717cb620\" data-clip-id=\"c883ac5175045\" wfd-id=\"419\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-c883ac5175045\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9125, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-c883ac5175045\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9476, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-c883ac5175045\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9651, 1 1, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-162717cb609\" wfd-id=\"380\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-162717cb618\" wfd-id=\"381\"><div class=\"tcb-flex-row tcb-medium-wrap tcb-resized tcb--cols--2 v-2\" data-css=\"tve-u-162717cb617\" wfd-id=\"382\"><div class=\"tcb-flex-col\" data-css=\"tve-u-162717cb601\" style=\"\" wfd-id=\"395\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717cb60a\" wfd-id=\"397\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h1\" data-css=\"tve-u-162717cb610\" wfd-id=\"415\"><h1 data-css=\"tve-u-162717cb616\">With &nbsp;our car wash services &nbsp;your car looks like <span data-css=\"tve-u-16271ca808e\" style=\"color: rgb(0, 229, 255);\" wfd-id=\"418\">brand new</span></h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162717cb60f\" wfd-id=\"411\"><p data-css=\"tve-u-16413112747\">We provide reliable, affordable services for your vehicle. You can choose a q<span data-css=\"tve-u-16413111ba3\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"414\">u</span>ick exterior wash or a detailed clean, we have it all.</p></div><div class=\"tcb-clear\" data-css=\"tve-u-1641791ce1a\" wfd-id=\"402\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-162717cb623\" wfd-id=\"403\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-162717cb626\" data-tcb_hover_state_parent=\"1\" wfd-id=\"410\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-162717cb624\" wfd-id=\"404\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-162717cb625\" data-tcb_hover_state_parent=\"\" data-button-style=\"full_rounded\" wfd-id=\"405\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"406\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-162717cb629\" wfd-id=\"407\"><strong>Request an appointment</strong></span></span>\n</a>\n</div></div>\n</div></div><div class=\"tcb-clear\" data-css=\"tve-u-1641791de3b\" wfd-id=\"398\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-162717cb60c\" data-tcb_hover_state_parent=\"\" data-button-style=\"ghost\" wfd-id=\"399\">\n<a href=\"#\" class=\"tcb-button-link\" target=\"_blank\">\n<span class=\"tcb-button-texts\" wfd-id=\"400\"><span class=\"tcb-button-text thrv-inline-text\" wfd-id=\"401\"><strong>Call Now: 0400-700-682</strong></span></span>\n</a>\n</div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717cb600\" style=\"\" wfd-id=\"383\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717cb60b\" wfd-id=\"385\"><div class=\"tcb-clear\" data-css=\"tve-u-16417b97d3c\" wfd-id=\"386\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve_evt_manager_listen tve_et_tve-viewport tve_ea_thrive_animation tve_anim_slide_left\" data-css=\"tve-u-162717cb608\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_left&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" data-value-type=\"percent\" wfd-id=\"387\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-162717cb605\" data-clip-id=\"7920fc765722d\" wfd-id=\"394\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-7920fc765722d\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9476, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-7920fc765722d\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9476, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-7920fc765722d\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9476, 1 1, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-162717cb606\" wfd-id=\"388\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve_evt_manager_listen tve_et_tve-viewport tve_ea_thrive_animation tve_anim_slide_left\" data-css=\"tve-u-162718f6444\" data-value-type=\"percent\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_left&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" data-float=\"1\" wfd-id=\"391\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-162718f6447\" data-clip-id=\"6d4048c9836f6\" wfd-id=\"393\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-6d4048c9836f6\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9651, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-6d4048c9836f6\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9476, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-6d4048c9836f6\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"4\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9301, 1 1, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb\" data-css=\"tve-u-162718f6446\" wfd-id=\"392\"></div>\n</div><div class=\"tcb-clear\" data-css=\"tve-u-1626ca57ca6\" wfd-id=\"389\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve_evt_manager_listen tve_et_tve-viewport tve_ea_thrive_animation tve_anim_slide_left tcb-mobile-hidden\" data-css=\"tve-u-162717cb604\" data-float=\"1\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_left&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" data-value-type=\"percent\" wfd-id=\"390\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-162717cb602\" data-clip-id=\"eab511de4ba9e\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-eab511de4ba9e\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9651, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-eab511de4ba9e\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9651, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-eab511de4ba9e\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9651, 1 1, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb\" data-css=\"tve-u-162717cb603\"></div>\n</div></div></div>\n</div></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-162717fcf9d\" data-value-type=\"percent\" wfd-id=\"324\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-162718bd0c0\" data-clip-id=\"a3b25e1c9221a\" wfd-id=\"378\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0875\"></polygon></clipPath><clipPath id=\"clip-tablet-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"6\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.1051\"></polygon></clipPath><clipPath id=\"clip-mobile-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"1\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0175\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-162718a3b40\" wfd-id=\"325\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622a159bcb\" wfd-id=\"326\">\n<div class=\"tve-content-box-background\" wfd-id=\"377\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"327\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621a2247ba\" wfd-id=\"374\"><h2 data-css=\"tve-u-1621a2e0d5b\">our services</h2></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16229f6175c\" wfd-id=\"351\"><div class=\"tcb-flex-row tcb-medium-no-wrap tcb--cols--3 v-2\" data-css=\"tve-u-162493a03b0\" wfd-id=\"352\"><div class=\"tcb-flex-col\" wfd-id=\"367\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1624939a960\" data-tcb_hover_state_parent=\"\" wfd-id=\"369\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-162493d5f13\" data-float=\"1\" wfd-id=\"373\"><svg class=\"tcb-icon\" viewBox=\"0 0 14 28\" data-name=\"bolt\">\n<path d=\"M13.828 8.844c0.172 0.187 0.219 0.453 0.109 0.688l-8.437 18.078c-0.125 0.234-0.375 0.391-0.656 0.391-0.063 0-0.141-0.016-0.219-0.031-0.344-0.109-0.547-0.438-0.469-0.766l3.078-12.625-6.344 1.578c-0.063 0.016-0.125 0.016-0.187 0.016-0.172 0-0.359-0.063-0.484-0.172-0.187-0.156-0.25-0.391-0.203-0.609l3.141-12.891c0.078-0.297 0.359-0.5 0.688-0.5h5.125c0.391 0 0.703 0.297 0.703 0.656 0 0.094-0.031 0.187-0.078 0.281l-2.672 7.234 6.188-1.531c0.063-0.016 0.125-0.031 0.187-0.031 0.203 0 0.391 0.094 0.531 0.234z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"371\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-162494b490e\" wfd-id=\"372\"><h4 data-css=\"tve-u-16249355087\" style=\"text-align: left;\">Express exterior</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162494b7ad0\" wfd-id=\"370\"><p data-css=\"tve-u-162492e70ad\">Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"360\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162493b6b63\" data-tcb_hover_state_parent=\"\" wfd-id=\"362\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b456a\" wfd-id=\"366\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"adjust\">\n<path d=\"M12 22.5v-17c-4.688 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"364\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1af44d\" wfd-id=\"365\"><h4 data-css=\"tve-u-16249358652\" style=\"text-align: left;\">Interior clean</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"363\"><p data-css=\"tve-u-162492e70ad\">Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"353\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16249373b25\" wfd-id=\"355\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b52d3\" wfd-id=\"359\"><svg class=\"tcb-icon\" viewBox=\"0 0 26 28\" data-name=\"umbrella\">\n<path d=\"M14 12.938v9.063c0 2.172-1.828 4-4 4s-4-1.828-4-4c0-0.547 0.453-1 1-1s1 0.453 1 1c0 1.047 0.953 2 2 2s2-0.953 2-2v-9.063c0.328-0.109 0.656-0.172 1-0.172s0.672 0.063 1 0.172zM26 13.359c0 0.266-0.234 0.5-0.5 0.5-0.141 0-0.25-0.063-0.359-0.156-0.906-0.844-1.75-1.437-3.047-1.437-1.484 0-2.766 0.922-3.609 2.094-0.187 0.266-0.328 0.547-0.5 0.812-0.109 0.172-0.234 0.266-0.438 0.266-0.219 0-0.344-0.094-0.453-0.266-0.172-0.266-0.313-0.547-0.5-0.812-0.844-1.172-2.109-2.094-3.594-2.094s-2.75 0.922-3.594 2.094c-0.187 0.266-0.328 0.547-0.5 0.812-0.109 0.172-0.234 0.266-0.453 0.266-0.203 0-0.328-0.094-0.438-0.266-0.172-0.266-0.313-0.547-0.5-0.812-0.844-1.172-2.125-2.094-3.609-2.094-1.297 0-2.141 0.594-3.047 1.437-0.109 0.094-0.219 0.156-0.359 0.156-0.266 0-0.5-0.234-0.5-0.5 0-0.047 0-0.078 0.016-0.109 1.437-5.906 7.141-9.25 12.984-9.25 5.812 0 11.578 3.344 12.984 9.25 0.016 0.031 0.016 0.063 0.016 0.109zM14 2v1.531c-0.328-0.016-0.672-0.031-1-0.031s-0.672 0.016-1 0.031v-1.531c0-0.547 0.453-1 1-1s1 0.453 1 1z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"357\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b01a6\" wfd-id=\"358\"><h4 data-css=\"tve-u-1624935a201\" style=\"text-align: left;\">Wax protection</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"356\"><p data-css=\"tve-u-162492e70ad\">Etiam pharetra, erat sed fermentum feugiat, velit mauris</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16249367114\" wfd-id=\"328\"><div class=\"tcb-flex-row tcb-medium-no-wrap tcb--cols--3 v-2\" data-css=\"tve-u-16229ffbb7b\" wfd-id=\"329\"><div class=\"tcb-flex-col\" wfd-id=\"344\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229fa6a26\" wfd-id=\"346\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b33f9\" wfd-id=\"350\"><svg class=\"tcb-icon\" viewBox=\"0 0 26 28\" data-name=\"magic\">\n<path d=\"M18.594 9.078l4.578-4.578-1.672-1.672-4.578 4.578zM25.578 4.5c0 0.266-0.094 0.516-0.281 0.703l-20.094 20.094c-0.187 0.187-0.438 0.281-0.703 0.281s-0.516-0.094-0.703-0.281l-3.094-3.094c-0.187-0.187-0.281-0.438-0.281-0.703s0.094-0.516 0.281-0.703l20.094-20.094c0.187-0.187 0.438-0.281 0.703-0.281s0.516 0.094 0.703 0.281l3.094 3.094c0.187 0.187 0.281 0.438 0.281 0.703zM4.469 1.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531zM9.938 4.062l3.063 0.938-3.063 0.938-0.938 3.063-0.938-3.063-3.063-0.938 3.063-0.938 0.938-3.063zM24.469 11.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531zM14.469 1.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"348\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b0a67\" wfd-id=\"349\"><h4 data-css=\"tve-u-16248fc42a1\" style=\"text-align: left;\">Dust &amp; Dash Console</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"347\"><p data-css=\"tve-u-162492e70ad\">Duis sed odio sit amet nibh vulputate cursus a sit amet mauris.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"337\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1622f65ba70\" wfd-id=\"339\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b60b4\" wfd-id=\"343\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"certificate\">\n<path d=\"M21.5 14l2.156 2.109c0.297 0.281 0.406 0.703 0.313 1.094-0.109 0.391-0.422 0.703-0.812 0.797l-2.938 0.75 0.828 2.906c0.109 0.391 0 0.812-0.297 1.094-0.281 0.297-0.703 0.406-1.094 0.297l-2.906-0.828-0.75 2.938c-0.094 0.391-0.406 0.703-0.797 0.812-0.094 0.016-0.203 0.031-0.297 0.031-0.297 0-0.594-0.125-0.797-0.344l-2.109-2.156-2.109 2.156c-0.281 0.297-0.703 0.406-1.094 0.313-0.406-0.109-0.703-0.422-0.797-0.812l-0.75-2.938-2.906 0.828c-0.391 0.109-0.812 0-1.094-0.297-0.297-0.281-0.406-0.703-0.297-1.094l0.828-2.906-2.938-0.75c-0.391-0.094-0.703-0.406-0.812-0.797-0.094-0.391 0.016-0.812 0.313-1.094l2.156-2.109-2.156-2.109c-0.297-0.281-0.406-0.703-0.313-1.094 0.109-0.391 0.422-0.703 0.812-0.797l2.938-0.75-0.828-2.906c-0.109-0.391 0-0.812 0.297-1.094 0.281-0.297 0.703-0.406 1.094-0.297l2.906 0.828 0.75-2.938c0.094-0.391 0.406-0.703 0.797-0.797 0.391-0.109 0.812 0 1.094 0.297l2.109 2.172 2.109-2.172c0.281-0.297 0.688-0.406 1.094-0.297 0.391 0.094 0.703 0.406 0.797 0.797l0.75 2.938 2.906-0.828c0.391-0.109 0.812 0 1.094 0.297 0.297 0.281 0.406 0.703 0.297 1.094l-0.828 2.906 2.938 0.75c0.391 0.094 0.703 0.406 0.812 0.797 0.094 0.391-0.016 0.812-0.313 1.094z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"341\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b12d8\" wfd-id=\"342\"><h4 data-css=\"tve-u-1625389a3d5\" style=\"text-align: left;\">Triple Foam Polish</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"340\"><p data-css=\"tve-u-162492e70ad\">Class aptent taciti sociosqu ad litora torquent</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"330\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229fa8c68\" wfd-id=\"332\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-16271adf6cf\" wfd-id=\"336\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"bullseye\">\n<path d=\"M16 14c0 2.203-1.797 4-4 4s-4-1.797-4-4 1.797-4 4-4 4 1.797 4 4zM18 14c0-3.313-2.688-6-6-6s-6 2.688-6 6 2.688 6 6 6 6-2.688 6-6zM20 14c0 4.422-3.578 8-8 8s-8-3.578-8-8 3.578-8 8-8 8 3.578 8 8zM22 14c0-5.516-4.484-10-10-10s-10 4.484-10 10 4.484 10 10 10 10-4.484 10-10zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"334\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-16248fc71c8\" wfd-id=\"335\"><h4 data-css=\"tve-u-1625389b4ed\" style=\"text-align: left;\">Tire dressing</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"333\"><p data-css=\"tve-u-162492e70ad\">Etiam pharetra, erat sed fermentum feugiat, velit mauris</p></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621ad46076\" wfd-id=\"292\">\n<div class=\"tve-page-section-out\" wfd-id=\"323\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621b072b4e\" wfd-id=\"293\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621a8b2488\" wfd-id=\"294\"><div class=\"tcb-flex-row tcb--cols--2 v-2\" data-css=\"tve-u-1621a8a804b\" wfd-id=\"295\"><div class=\"tcb-flex-col\" wfd-id=\"305\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16271bfe70c\" wfd-id=\"307\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h3\" data-css=\"tve-u-1621a8c4313\" wfd-id=\"322\"><h3><strong>Complete cleaning services for yoâ€‹ur car</strong></h3></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-16417b70f47\" wfd-id=\"308\"><ul class=\"tcb-styled-list\" wfd-id=\"309\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621acf0289\" wfd-id=\"318\"><div class=\"tcb-styled-list-icon\" wfd-id=\"320\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a8e11f3\" wfd-id=\"321\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ace1b08\" wfd-id=\"319\">We are a small business delivering professional cleaning services for all vehicles</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621acf64fb\" wfd-id=\"314\"><div class=\"tcb-styled-list-icon\" wfd-id=\"316\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a8e5625\" wfd-id=\"317\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ace4de9\" wfd-id=\"315\">Our services are convenient for individuals and corporate fleets</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"310\"><div class=\"tcb-styled-list-icon\" wfd-id=\"312\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a9076ef\" wfd-id=\"313\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621acf47d2\" wfd-id=\"311\">We use eco-friendly products that actually clean, protect and maintain your car better than the traditional cleaning substances</span></li></ul></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"296\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621a90a46f\" wfd-id=\"298\"><div class=\"thrv_wrapper thrv-fill-counter tve_red tve_normalfc thrv_data_element\" data-css=\"tve-u-1621a983587\" wfd-id=\"299\">\n<div class=\"tve_fill_counter_n\" style=\"\" data-fill=\"100\" data-css=\"tve-u-1621a98b602\" wfd-id=\"300\">\n<svg viewBox=\"0 0 170 170\" class=\"tve_fill_counter_circle\" shape-rendering=\"optimizeSpeed\" data-css=\"tve-u-1621a9a2862\">\n<circle class=\"tve_fill_counter_circle_inner\" r=\"85\" cx=\"85\" cy=\"85\" data-css=\"tve-u-1621a9685d4\"></circle>\n</svg>\n<div class=\"tve_fill_text_in\" data-css=\"tve-u-1621a96b190\" wfd-id=\"301\">\n<div class=\"tve_fill_text_value\" data-css=\"tve-u-1621a9a2866\" wfd-id=\"303\">\n<div class=\"thrv-inline-text tve_fill_text tve_editable\" data-css=\"tve-u-1621a9a2867\" wfd-id=\"304\"><strong>100%â€‹</strong></div>\n</div>\n<div class=\"thrv-inline-text tve_editable tve_data_element_label\" data-css=\"tve-u-1621a9750ae\" wfd-id=\"302\">Clean car</div>\n</div>\n</div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621ada1e7f\" data-value-type=\"percent\" wfd-id=\"256\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621adba9ef\" data-clip-id=\"52d5a36c151aa\" wfd-id=\"291\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-52d5a36c151aa\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0875\"></polygon></clipPath><clipPath id=\"clip-tablet-top-52d5a36c151aa\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0524\"></polygon></clipPath><clipPath id=\"clip-mobile-top-52d5a36c151aa\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0349\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621ad420c4\" wfd-id=\"257\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621ade6172\" wfd-id=\"258\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2 tcb-row-reversed-mobile tcb-mobile-edit v-2\" data-css=\"tve-u-1621adea58b\" wfd-id=\"259\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621b064646\" style=\"\" wfd-id=\"285\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ae0bec7\" wfd-id=\"287\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ae4fd21\" data-value-type=\"percent\" data-float=\"1\" wfd-id=\"288\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621ae6c8da\" data-clip-id=\"aa2c3e3c70555\" wfd-id=\"290\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0349\"></polygon></clipPath><clipPath id=\"clip-tablet-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"4\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0699\"></polygon></clipPath><clipPath id=\"clip-mobile-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"4\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0699\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb\" data-css=\"tve-u-1621ae4db6e\" wfd-id=\"289\"></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621b064668\" style=\"\" wfd-id=\"260\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621f45bed3\" wfd-id=\"262\"><div class=\"tcb-clear\" data-css=\"tve-u-16224848ee5\" wfd-id=\"283\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621afceb00\" wfd-id=\"284\"><h2 data-css=\"tve-u-1621afcc0bf\">Check Out Our Special Offer!</h2></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621afda4fa\" wfd-id=\"282\"><p data-css=\"tve-u-1621afd8c98\">Donâ€™t miss the opportunity to get 50% discount on a complete cleaning just by recommending us to a friend. Bring someone you know with you and clean you car half price!</p></div><div class=\"tcb-clear\" data-css=\"tve-u-16224834cab\" wfd-id=\"263\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621fe85996\" wfd-id=\"264\"><div class=\"tcb-flex-row tcb--cols--2 tcb-resized tcb-medium-wrap tcb-desktop-wrap\" data-css=\"tve-u-1621fe78878\" wfd-id=\"265\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621fe94086\" style=\"\" wfd-id=\"273\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"275\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621b01355a\" wfd-id=\"276\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621b08fdde\" data-tcb_hover_state_parent=\"1\" wfd-id=\"281\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16223f02c16\" wfd-id=\"277\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-1620af7eb3f\" data-tcb_hover_state_parent=\"\" data-button-style=\"full_rounded\" wfd-id=\"278\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"279\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-16228c75500\" wfd-id=\"280\"><strong>Request an appointment</strong></span></span>\n</a>\n</div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621fe940b9\" style=\"\" wfd-id=\"266\"><div class=\"tcb-col\" wfd-id=\"268\"><div class=\"tcb-clear\" data-css=\"tve-u-16224716d62\" wfd-id=\"269\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-1621b028939\" data-tcb_hover_state_parent=\"\" data-button-style=\"ghost\" wfd-id=\"270\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"271\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-16228c764b2\" wfd-id=\"272\"><strong>Call Now: 0400-700-682</strong></span></span>\n</a>\n</div></div></div></div></div></div></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16260ba2fa4\" wfd-id=\"163\">\n<div class=\"tve-page-section-out\" wfd-id=\"255\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16260be7104\" wfd-id=\"164\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621b0e4fb7\" wfd-id=\"254\"><h2 data-css=\"tve-u-1621b10fccf\" style=\"text-align: center;\">our happy clients</h2></div><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641367127b\" data-float=\"1\" wfd-id=\"253\"><svg class=\"tcb-icon\" viewBox=\"0 0 30 32\" data-name=\"quote-left\">\n<path d=\"M13.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429zM29.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641367e553\" wfd-id=\"252\"><svg class=\"tcb-icon\" viewBox=\"0 0 30 32\" data-name=\"quote-left\">\n<path d=\"M13.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429zM29.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a10d3b4\" wfd-id=\"223\">\n<div class=\"tve-content-box-background\" wfd-id=\"251\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"224\"><div class=\"tcb-clear\" data-css=\"tve-u-1621b300a64\" wfd-id=\"249\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-1621f154231\" wfd-id=\"250\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621b200375\" wfd-id=\"227\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-16260d8392c\" wfd-id=\"228\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"233\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"235\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16417b62c09\" wfd-id=\"236\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-16260d8396c\" wfd-id=\"237\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16260d01208\" style=\"\" wfd-id=\"243\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"245\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"246\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16225617da3\" wfd-id=\"248\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"247\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16260d0120e\" style=\"\" wfd-id=\"238\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"240\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"242\"><h5>Brett Graham, 28</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"241\"><h6 class=\"\">Architect</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"229\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"231\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"232\"><p data-css=\"tve-u-162539c17ec\">Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit. Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit.&nbsp;</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-16260c5ff0c\" wfd-id=\"225\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260c5ff07\" wfd-id=\"226\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a12f675\" wfd-id=\"194\">\n<div class=\"tve-content-box-background\" wfd-id=\"222\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"195\"><div class=\"tcb-clear\" data-css=\"tve-u-16260cd7683\" wfd-id=\"220\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260d73672\" wfd-id=\"221\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16260da3aa7\" wfd-id=\"198\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-1621fb68b97\" wfd-id=\"199\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"204\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"206\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16417b662bf\" wfd-id=\"207\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-1621fb65556\" wfd-id=\"208\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16229915e1a\" style=\"\" wfd-id=\"214\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"216\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"217\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16260c433e9\" wfd-id=\"219\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"218\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16229915e4e\" style=\"\" wfd-id=\"209\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"211\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"213\"><h5>Rosie Hanson, 24</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"212\"><h6 class=\"\">Real estate Associate</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"200\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"202\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"203\"><p data-css=\"tve-u-162539c17ec\">Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo.</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-16260d3b97e\" wfd-id=\"196\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260d39b83\" wfd-id=\"197\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a146aef\" wfd-id=\"165\">\n<div class=\"tve-content-box-background\" wfd-id=\"193\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"166\"><div class=\"tcb-clear\" data-css=\"tve-u-16260cd7683\" wfd-id=\"191\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260cd622f\" wfd-id=\"192\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16260c39a7e\" wfd-id=\"169\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-16260d3f4aa\" wfd-id=\"170\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"175\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"177\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621fbacc60\" wfd-id=\"178\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-16260d3f4af\" wfd-id=\"179\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16229915e1a\" style=\"\" wfd-id=\"185\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"187\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"188\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16260d5e4b8\" wfd-id=\"190\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"189\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16229915e4e\" style=\"\" wfd-id=\"180\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"182\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"184\"><h5>Shawn Mattews, 35</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"183\"><h6 class=\"\">project manager</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"171\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"173\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"174\"><p data-css=\"tve-u-162539c17ec\">Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo. Nullam ac urna eu felis.Sed non neque elit. Sed ut imperdiet nisi. Proin condimentum</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1621b30ca74\" wfd-id=\"167\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-1621f15b521\" wfd-id=\"168\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621b3c8c52\" wfd-id=\"59\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621b3cfc7b\" wfd-id=\"162\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621b3c74d9\" wfd-id=\"60\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621e7b695a\" wfd-id=\"161\"><h2 data-css=\"tve-u-1621e7a7350\" style=\"text-align: center;\">our offers</h2></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621e7c899a\" wfd-id=\"61\"><div class=\"tcb-flex-row tcb--cols--3 tcb-medium-wrap v-2\" data-css=\"tve-u-1621e7c7aa1\" wfd-id=\"62\"><div class=\"tcb-flex-col\" wfd-id=\"125\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16223fc9f23\" wfd-id=\"127\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e7ceab3\" style=\"\" wfd-id=\"128\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16416e4fafd\" wfd-id=\"160\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e7d5094\" wfd-id=\"129\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e7e9950\" data-value-type=\"percent\" style=\"\" wfd-id=\"156\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e7edfd9\" data-clip-id=\"10ffac3b28f1d\" wfd-id=\"159\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-10ffac3b28f1d\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-10ffac3b28f1d\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e7e6c1d\" wfd-id=\"157\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-16417b4cb9e\" wfd-id=\"158\"><h4 data-css=\"tve-u-1621fe1a1af\" style=\"text-align: center;\"><strong>Basic Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ec6c39b\" data-float=\"1\" wfd-id=\"152\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e81f424\" wfd-id=\"155\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec752da\" wfd-id=\"153\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"154\"><h4 data-css=\"tve-u-1621fe1bd18\" style=\"text-align: center;\"><strong>15$</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621ea50702\" wfd-id=\"130\"><ul class=\"tcb-styled-list\" wfd-id=\"131\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec3a5c0\" wfd-id=\"148\"><div class=\"tcb-styled-list-icon\" wfd-id=\"150\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec204df\" wfd-id=\"151\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec241aa\" wfd-id=\"149\">Interior vacuum</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"144\"><div class=\"tcb-styled-list-icon\" wfd-id=\"146\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec20f68\" wfd-id=\"147\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec2704c\" wfd-id=\"145\">Dust &amp;dash console</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec42aa7\" wfd-id=\"140\"><div class=\"tcb-styled-list-icon\" wfd-id=\"142\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec21a31\" wfd-id=\"143\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec298ab\" wfd-id=\"141\">Hand towel dry</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec43fe2\" wfd-id=\"136\"><div class=\"tcb-styled-list-icon\" wfd-id=\"138\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ea1fba7\" wfd-id=\"139\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea23322\" wfd-id=\"137\">Clean windows</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec454d9\" wfd-id=\"132\"><div class=\"tcb-styled-list-icon\" wfd-id=\"134\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ea295c0\" wfd-id=\"135\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea2c69a\" wfd-id=\"133\">Soft cloth wash</span></li></ul></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"94\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"96\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621eb81205\" style=\"\" wfd-id=\"97\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16416e603ab\" wfd-id=\"124\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621eb7ccb0\" wfd-id=\"98\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ebbbb6d\" data-value-type=\"percent\" wfd-id=\"120\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eaaedd8\" data-clip-id=\"a2b9cf3198d6f\" wfd-id=\"123\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-a2b9cf3198d6f\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-a2b9cf3198d6f\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec7f21a\" wfd-id=\"121\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e930bd7\" wfd-id=\"122\"><h4 data-css=\"tve-u-1621e92e97f\" style=\"text-align: center;\"><strong>Ultimate Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ec78d2c\" data-float=\"1\" wfd-id=\"116\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eab272c\" wfd-id=\"119\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec79a7d\" wfd-id=\"117\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"118\"><h4 data-css=\"tve-u-1621e942b65\" style=\"text-align: center;\"><strong>22 $</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621ebfa746\" wfd-id=\"113\"><p data-css=\"tve-u-1621f4ceaf6\" style=\"text-align: center;\">Includes basic service <span data-css=\"tve-u-1621f4ceaf7\" style=\"color: rgb(15, 29, 123);\" wfd-id=\"114\"><strong class=\"\"><span data-css=\"tve-u-1621f4ceafb\" wfd-id=\"115\">+</span></strong></span></p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621ebf340c\" wfd-id=\"99\"><ul class=\"tcb-styled-list\" wfd-id=\"100\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-164137a0b1f\" wfd-id=\"109\"><div class=\"tcb-styled-list-icon\" wfd-id=\"111\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec0c5bd\" wfd-id=\"112\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ebfe4ce\" wfd-id=\"110\">Triple foam conditiner</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec04541\" wfd-id=\"105\"><div class=\"tcb-styled-list-icon\" wfd-id=\"107\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec09a3c\" wfd-id=\"108\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ebff867\" wfd-id=\"106\">Tire dressing</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec05cc3\" wfd-id=\"101\"><div class=\"tcb-styled-list-icon\" wfd-id=\"103\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec15f6e\" wfd-id=\"104\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec009a8\" wfd-id=\"102\">Air freshner</span></li></ul></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"63\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16223dad661\" wfd-id=\"65\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621fd9c946\" style=\"\" wfd-id=\"66\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e7d234c\" wfd-id=\"93\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621fd84d7b\" wfd-id=\"67\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16223b080b0\" data-value-type=\"percent\" wfd-id=\"89\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eb3eb9f\" data-clip-id=\"ac98bb0e54b3b\" wfd-id=\"92\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621fd8766c\" wfd-id=\"90\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e930bd7\" wfd-id=\"91\"><h4 data-css=\"tve-u-1621fe1587d\" style=\"text-align: center;\"><strong>Supreme Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e8107f3\" wfd-id=\"85\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eb43d8d\" wfd-id=\"88\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e819c52\" wfd-id=\"86\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"87\"><h4 data-css=\"tve-u-1621fe1725e\" style=\"text-align: center;\"><strong>30 $</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621eb037bb\" wfd-id=\"82\"><p data-css=\"tve-u-1621f4d0451\" style=\"text-align: center;\">Includes ultimate service <span data-css=\"tve-u-1621eaff572\" style=\"color: rgb(15, 29, 123);\" wfd-id=\"83\"><strong class=\"\"><span data-css=\"tve-u-1621eb01b60\" wfd-id=\"84\">+</span></strong></span></p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621eacf6af\" wfd-id=\"68\"><ul class=\"tcb-styled-list\" wfd-id=\"69\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec36a4d\" wfd-id=\"78\"><div class=\"tcb-styled-list-icon\" wfd-id=\"80\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e9993aa\" wfd-id=\"81\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea1a5d7\" wfd-id=\"79\">Exterior trim dressing</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"74\"><div class=\"tcb-styled-list-icon\" wfd-id=\"76\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e99b1db\" wfd-id=\"77\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea19a06\" wfd-id=\"75\">Hand applied spray wax</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec37ea5\" wfd-id=\"70\"><div class=\"tcb-styled-list-icon\" wfd-id=\"72\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e99c314\" wfd-id=\"73\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea18c5d\" wfd-id=\"71\">Interior conditioner</span></li></ul></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621efddaaf\" wfd-id=\"38\">\n<div class=\"tve-page-section-out\" wfd-id=\"58\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621edf8048\" wfd-id=\"39\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621f114214\" wfd-id=\"40\"><div class=\"tcb-flex-row tcb-resized tcb-mobile-edit tcb--cols--2\" data-css=\"tve-u-1621ee03000\" wfd-id=\"41\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621ee4be21\" style=\"\" wfd-id=\"46\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ee093d4\" wfd-id=\"48\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ee3afec\" wfd-id=\"52\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621ee58e74\" wfd-id=\"57\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ee37f4a\" wfd-id=\"53\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1621ee74a24\" wfd-id=\"56\"><svg class=\"tcb-icon\" viewBox=\"0 0 16 28\" data-name=\"map-marker\">\n<path d=\"M12 10c0-2.203-1.797-4-4-4s-4 1.797-4 4 1.797 4 4 4 4-1.797 4-4zM16 10c0 0.953-0.109 1.937-0.516 2.797l-5.688 12.094c-0.328 0.688-1.047 1.109-1.797 1.109s-1.469-0.422-1.781-1.109l-5.703-12.094c-0.406-0.859-0.516-1.844-0.516-2.797 0-4.422 3.578-8 8-8s8 3.578 8 8z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621ee63e1c\" wfd-id=\"55\"><h2 data-css=\"tve-u-1621fdcb4ea\" style=\"text-align: center;\">contact us</h2></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16422a1ce91\" wfd-id=\"54\"><p data-css=\"tve-u-16422a1ce94\" style=\"text-align: left;\">Your adress goes here</p><p data-css=\"tve-u-16422a1ce93\" style=\"text-align: left;\">Phone: 0400 - 700 - 682</p><p data-css=\"tve-u-16422a1ce92\" style=\"text-align: left;\">Email: our_office@gmail.com</p></div></div>\n</div><div class=\"tcb-clear\" data-css=\"tve-u-16417c828be\" wfd-id=\"49\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_slide_left\" data-css=\"tve-u-1621ef118dc\" style=\"\" wfd-id=\"50\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"51\"><img class=\"tve_image tve_evt_manager_listen tve_et_tve-viewport wp-image-21388\" alt=\"\" width=\"567\" height=\"384\" title=\"Car wash img footer\" data-id=\"21388\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-img-footer.png\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_left&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" style=\"width: 100%;\"></span></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621ee4be73\" style=\"\" wfd-id=\"42\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ee22c43\" wfd-id=\"44\"><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-1621ee18a1c\" wfd-id=\"45\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=New York&amp;t=m&amp;z=5&amp;output=embed&amp;iwloc=near\"></iframe>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621f0aa8f7\" wfd-id=\"25\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621f0ada0e\" wfd-id=\"37\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621f0b0088\" wfd-id=\"26\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621f0d2c1a\" wfd-id=\"27\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-1621f0cbe40\" wfd-id=\"28\"><div class=\"tcb-flex-col\" wfd-id=\"33\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"35\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621f0da775\" wfd-id=\"36\"><p data-css=\"tve-u-1622444fb11\">Â© 2018, Your company name . All rights reserved.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"29\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"31\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16223fe5f5b\" wfd-id=\"32\"><p data-css=\"tve-u-1621f0d874c\" style=\"text-align: right;\">Made with <a href=\"https://thrivethemes.com/\" target=\"_blank\">Thrive Architect</a></p></div></div></div></div></div></div>\n</div>\n'),(6585,550,'tve_revision_tve_has_wistia_popover','0'),(6654,555,'tve_revision_tve_landing_page','tcb2-thrivebiz-car-wash'),(6655,555,'tve_revision_tve_landing_set',''),(6656,555,'tve_revision_tve_disable_theme_dependency','1'),(6657,555,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-162717d1bbe\" wfd-id=\"449\"><div class=\"tcb-flex-row tcb-medium-no-wrap v-2 tcb--cols--3 m-edit tcb-mobile-wrap\" data-css=\"tve-u-162717d1bbf\" wfd-id=\"450\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1695981e7bb\" wfd-id=\"476\"><div class=\"tcb-col\" data-css=\"tve-u-16959846d3d\" wfd-id=\"478\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16959822de2\" wfd-id=\"479\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"480\"><img class=\"tve_image wp-image-465\" alt=\"\" width=\"384\" height=\"62\" title=\"Blackhawk_custom_header\" data-id=\"465\" src=\"https://bestcerakoteflorida.com/wp-content/uploads/2019/01/Blackhawk_custom_header.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717d1bb9\" style=\"\" wfd-id=\"462\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717d1bb6\" wfd-id=\"464\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-164179a84b8\" wfd-id=\"465\">\n<div class=\"tve-content-box-background\" wfd-id=\"475\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"466\"><div class=\"tcb-clear\" wfd-id=\"473\"><a href=\"tel:1-954-848-1911\" target=\"_blank\" rel=\"\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-162717d1bc3\" data-float=\"1\" data-link-wrap=\"1\" wfd-id=\"474\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-phone-plus-light\" data-name=\"\">\n            <path d=\"M8 128h88v88c0 4.4 3.6 8 8 8h16c4.4 0 8-3.6 8-8v-88h88c4.4 0 8-3.6 8-8v-16c0-4.4-3.6-8-8-8h-88V8c0-4.4-3.6-8-8-8h-16c-4.4 0-8 3.6-8 8v88H8c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8zM487.8 24.1L387 .8c-14.7-3.4-29.8 4.2-35.8 18.1l-46.5 108.5c-5.5 12.7-1.8 27.7 8.9 36.5l53.9 44.1c-34 69.2-90.3 125.6-159.6 159.6l-44.1-53.9c-8.8-10.7-23.8-14.4-36.5-8.9L18.9 351.3c-13.9 6-21.5 21-18.1 35.8L24 487.9C27.3 502 39.9 512 54.5 512 306.7 512 512 307.8 512 54.5c0-14.6-10-27.2-24.2-30.4zM55.1 480l-23-99.6 107.4-46 59.5 72.8c103.6-48.6 159.7-104.9 208.1-208.1l-72.8-59.5 46-107.4 99.6 23C479.7 289.7 289.6 479.7 55.1 480z\"></path>\n        </svg></div></a></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162717d1bc5\" wfd-id=\"467\"><p data-css=\"tve-u-1641333d7d1\"><a href=\"tel:1-954-848-1911\" target=\"_blank\">954-848-1911</a></p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717d1bb7\" style=\"\" wfd-id=\"451\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717d1bbc\" wfd-id=\"453\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16369305186\" wfd-id=\"454\">\n<div class=\"tve-content-box-background\" wfd-id=\"461\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16417e9d24e\" wfd-id=\"455\"><div class=\"tcb-clear\" wfd-id=\"459\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-16417e5bd95\" data-float=\"1\" wfd-id=\"460\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-envelope-regular\" data-name=\"\">\n            <path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path>\n        </svg></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-164179bced9\" wfd-id=\"456\"><p data-css=\"tve-u-1641333d7d1\"><a href=\"mailto:info@bestcerkoteflorida.com\" target=\"_blank\">info@bestcerakoteflorida.com</a></p></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-162717cb621\" data-value-type=\"percent\" wfd-id=\"390\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-162717cb620\" data-clip-id=\"c883ac5175045\" wfd-id=\"448\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-c883ac5175045\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9125, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-c883ac5175045\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9476, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-c883ac5175045\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9651, 1 1, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-162717cb609\" wfd-id=\"391\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-162717cb618\" wfd-id=\"392\"><div class=\"tcb-flex-row tcb-medium-wrap tcb-resized v-2 tcb--cols--2\" data-css=\"tve-u-162717cb617\" wfd-id=\"393\"><div class=\"tcb-flex-col\" data-css=\"tve-u-162717cb601\" style=\"\" wfd-id=\"400\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717cb60a\" wfd-id=\"402\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h1\" data-css=\"tve-u-162717cb610\" wfd-id=\"438\"><h1 data-css=\"tve-u-162717cb616\" style=\"text-align: center;\">&nbsp;Protect What\'s Important To You With The Toughest Ceramic Finish On The Market<span data-css=\"tve-u-16271ca808e\" style=\"color: rgb(0, 229, 255);\" wfd-id=\"447\"></span></h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162717cb60f\" wfd-id=\"426\"><p data-css=\"tve-u-16413112747\">We provide reliable, affordable services for your vehicle. You can choose a q<span data-css=\"tve-u-16413111ba3\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"437\">u</span>ick exterior wash or a detailed clean, we have it all.</p></div><div class=\"tcb-clear\" data-css=\"tve-u-1641791ce1a\" wfd-id=\"411\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-162717cb623\" wfd-id=\"412\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-162717cb626\" data-tcb_hover_state_parent=\"1\" wfd-id=\"425\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-162717cb624\" wfd-id=\"413\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-162717cb625\" data-tcb_hover_state_parent=\"\" data-button-style=\"full_rounded\" wfd-id=\"414\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"415\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-162717cb629\" wfd-id=\"416\"><strong>Request an appointment</strong></span></span>\n</a>\n</div></div>\n</div></div><div class=\"tcb-clear\" data-css=\"tve-u-1641791de3b\" wfd-id=\"403\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-162717cb60c\" data-tcb_hover_state_parent=\"\" data-button-style=\"ghost\" wfd-id=\"404\">\n<a href=\"#\" class=\"tcb-button-link\" target=\"_blank\">\n<span class=\"tcb-button-texts\" wfd-id=\"405\"><span class=\"tcb-button-text thrv-inline-text\" wfd-id=\"406\"><strong>Call Now: 0400-700-682</strong></span></span>\n</a>\n</div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717cb600\" style=\"\" wfd-id=\"394\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717cb60b\" wfd-id=\"396\"><div class=\"thrv_responsive_video thrv_wrapper\" data-type=\"youtube\" data-rel=\"0\" wfd-id=\"397\" data-url=\"https://www.youtube.com/watch?v=a1nyu9ZJiEk\">\n	\n\n	<div class=\"tve_responsive_video_container\" wfd-id=\"398\">\n		<div class=\"video_overlay\"></div>\n	<iframe data-code=\"a1nyu9ZJiEk\" data-provider=\"youtube\" src=\"https://www.youtube.com/embed/a1nyu9ZJiEk?rel=0&amp;modestbranding=0&amp;controls=1&amp;showinfo=1&amp;fs=1&amp;wmode=transparent\" data-src=\"https://www.youtube.com/embed/a1nyu9ZJiEk?rel=0&amp;modestbranding=0&amp;controls=1&amp;showinfo=1&amp;fs=1&amp;wmode=transparent\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-162717fcf9d\" data-value-type=\"percent\" wfd-id=\"329\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-162718bd0c0\" data-clip-id=\"a3b25e1c9221a\" wfd-id=\"389\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0875\"></polygon></clipPath><clipPath id=\"clip-tablet-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"6\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.1051\"></polygon></clipPath><clipPath id=\"clip-mobile-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"1\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0175\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-162718a3b40\" wfd-id=\"330\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622a159bcb\" wfd-id=\"331\">\n<div class=\"tve-content-box-background\" wfd-id=\"388\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"332\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621a2247ba\" wfd-id=\"383\"><h2 data-css=\"tve-u-1621a2e0d5b\">our services</h2></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16229f6175c\" wfd-id=\"356\"><div class=\"tcb-flex-row tcb-medium-no-wrap tcb--cols--3 v-2\" data-css=\"tve-u-162493a03b0\" wfd-id=\"357\"><div class=\"tcb-flex-col\" wfd-id=\"372\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1624939a960\" data-tcb_hover_state_parent=\"\" wfd-id=\"374\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-162493d5f13\" data-float=\"1\" wfd-id=\"382\"><svg class=\"tcb-icon\" viewBox=\"0 0 14 28\" data-name=\"bolt\">\n<path d=\"M13.828 8.844c0.172 0.187 0.219 0.453 0.109 0.688l-8.437 18.078c-0.125 0.234-0.375 0.391-0.656 0.391-0.063 0-0.141-0.016-0.219-0.031-0.344-0.109-0.547-0.438-0.469-0.766l3.078-12.625-6.344 1.578c-0.063 0.016-0.125 0.016-0.187 0.016-0.172 0-0.359-0.063-0.484-0.172-0.187-0.156-0.25-0.391-0.203-0.609l3.141-12.891c0.078-0.297 0.359-0.5 0.688-0.5h5.125c0.391 0 0.703 0.297 0.703 0.656 0 0.094-0.031 0.187-0.078 0.281l-2.672 7.234 6.188-1.531c0.063-0.016 0.125-0.031 0.187-0.031 0.203 0 0.391 0.094 0.531 0.234z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"378\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-162494b490e\" wfd-id=\"379\"><h4 data-css=\"tve-u-16249355087\" style=\"text-align: left;\">Express exterior</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162494b7ad0\" wfd-id=\"375\"><p data-css=\"tve-u-162492e70ad\">Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"365\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162493b6b63\" data-tcb_hover_state_parent=\"\" wfd-id=\"367\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b456a\" wfd-id=\"371\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"adjust\">\n<path d=\"M12 22.5v-17c-4.688 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"369\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1af44d\" wfd-id=\"370\"><h4 data-css=\"tve-u-16249358652\" style=\"text-align: left;\">Interior clean</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"368\"><p data-css=\"tve-u-162492e70ad\">Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"358\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16249373b25\" wfd-id=\"360\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b52d3\" wfd-id=\"364\"><svg class=\"tcb-icon\" viewBox=\"0 0 26 28\" data-name=\"umbrella\">\n<path d=\"M14 12.938v9.063c0 2.172-1.828 4-4 4s-4-1.828-4-4c0-0.547 0.453-1 1-1s1 0.453 1 1c0 1.047 0.953 2 2 2s2-0.953 2-2v-9.063c0.328-0.109 0.656-0.172 1-0.172s0.672 0.063 1 0.172zM26 13.359c0 0.266-0.234 0.5-0.5 0.5-0.141 0-0.25-0.063-0.359-0.156-0.906-0.844-1.75-1.437-3.047-1.437-1.484 0-2.766 0.922-3.609 2.094-0.187 0.266-0.328 0.547-0.5 0.812-0.109 0.172-0.234 0.266-0.438 0.266-0.219 0-0.344-0.094-0.453-0.266-0.172-0.266-0.313-0.547-0.5-0.812-0.844-1.172-2.109-2.094-3.594-2.094s-2.75 0.922-3.594 2.094c-0.187 0.266-0.328 0.547-0.5 0.812-0.109 0.172-0.234 0.266-0.453 0.266-0.203 0-0.328-0.094-0.438-0.266-0.172-0.266-0.313-0.547-0.5-0.812-0.844-1.172-2.125-2.094-3.609-2.094-1.297 0-2.141 0.594-3.047 1.437-0.109 0.094-0.219 0.156-0.359 0.156-0.266 0-0.5-0.234-0.5-0.5 0-0.047 0-0.078 0.016-0.109 1.437-5.906 7.141-9.25 12.984-9.25 5.812 0 11.578 3.344 12.984 9.25 0.016 0.031 0.016 0.063 0.016 0.109zM14 2v1.531c-0.328-0.016-0.672-0.031-1-0.031s-0.672 0.016-1 0.031v-1.531c0-0.547 0.453-1 1-1s1 0.453 1 1z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"362\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b01a6\" wfd-id=\"363\"><h4 data-css=\"tve-u-1624935a201\" style=\"text-align: left;\">Wax protection</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"361\"><p data-css=\"tve-u-162492e70ad\">Etiam pharetra, erat sed fermentum feugiat, velit mauris</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16249367114\" wfd-id=\"333\"><div class=\"tcb-flex-row tcb-medium-no-wrap tcb--cols--3 v-2\" data-css=\"tve-u-16229ffbb7b\" wfd-id=\"334\"><div class=\"tcb-flex-col\" wfd-id=\"349\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229fa6a26\" wfd-id=\"351\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b33f9\" wfd-id=\"355\"><svg class=\"tcb-icon\" viewBox=\"0 0 26 28\" data-name=\"magic\">\n<path d=\"M18.594 9.078l4.578-4.578-1.672-1.672-4.578 4.578zM25.578 4.5c0 0.266-0.094 0.516-0.281 0.703l-20.094 20.094c-0.187 0.187-0.438 0.281-0.703 0.281s-0.516-0.094-0.703-0.281l-3.094-3.094c-0.187-0.187-0.281-0.438-0.281-0.703s0.094-0.516 0.281-0.703l20.094-20.094c0.187-0.187 0.438-0.281 0.703-0.281s0.516 0.094 0.703 0.281l3.094 3.094c0.187 0.187 0.281 0.438 0.281 0.703zM4.469 1.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531zM9.938 4.062l3.063 0.938-3.063 0.938-0.938 3.063-0.938-3.063-3.063-0.938 3.063-0.938 0.938-3.063zM24.469 11.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531zM14.469 1.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"353\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b0a67\" wfd-id=\"354\"><h4 data-css=\"tve-u-16248fc42a1\" style=\"text-align: left;\">Dust &amp; Dash Console</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"352\"><p data-css=\"tve-u-162492e70ad\">Duis sed odio sit amet nibh vulputate cursus a sit amet mauris.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"342\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1622f65ba70\" wfd-id=\"344\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b60b4\" wfd-id=\"348\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"certificate\">\n<path d=\"M21.5 14l2.156 2.109c0.297 0.281 0.406 0.703 0.313 1.094-0.109 0.391-0.422 0.703-0.812 0.797l-2.938 0.75 0.828 2.906c0.109 0.391 0 0.812-0.297 1.094-0.281 0.297-0.703 0.406-1.094 0.297l-2.906-0.828-0.75 2.938c-0.094 0.391-0.406 0.703-0.797 0.812-0.094 0.016-0.203 0.031-0.297 0.031-0.297 0-0.594-0.125-0.797-0.344l-2.109-2.156-2.109 2.156c-0.281 0.297-0.703 0.406-1.094 0.313-0.406-0.109-0.703-0.422-0.797-0.812l-0.75-2.938-2.906 0.828c-0.391 0.109-0.812 0-1.094-0.297-0.297-0.281-0.406-0.703-0.297-1.094l0.828-2.906-2.938-0.75c-0.391-0.094-0.703-0.406-0.812-0.797-0.094-0.391 0.016-0.812 0.313-1.094l2.156-2.109-2.156-2.109c-0.297-0.281-0.406-0.703-0.313-1.094 0.109-0.391 0.422-0.703 0.812-0.797l2.938-0.75-0.828-2.906c-0.109-0.391 0-0.812 0.297-1.094 0.281-0.297 0.703-0.406 1.094-0.297l2.906 0.828 0.75-2.938c0.094-0.391 0.406-0.703 0.797-0.797 0.391-0.109 0.812 0 1.094 0.297l2.109 2.172 2.109-2.172c0.281-0.297 0.688-0.406 1.094-0.297 0.391 0.094 0.703 0.406 0.797 0.797l0.75 2.938 2.906-0.828c0.391-0.109 0.812 0 1.094 0.297 0.297 0.281 0.406 0.703 0.297 1.094l-0.828 2.906 2.938 0.75c0.391 0.094 0.703 0.406 0.812 0.797 0.094 0.391-0.016 0.812-0.313 1.094z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"346\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b12d8\" wfd-id=\"347\"><h4 data-css=\"tve-u-1625389a3d5\" style=\"text-align: left;\">Triple Foam Polish</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"345\"><p data-css=\"tve-u-162492e70ad\">Class aptent taciti sociosqu ad litora torquent</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"335\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229fa8c68\" wfd-id=\"337\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-16271adf6cf\" wfd-id=\"341\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"bullseye\">\n<path d=\"M16 14c0 2.203-1.797 4-4 4s-4-1.797-4-4 1.797-4 4-4 4 1.797 4 4zM18 14c0-3.313-2.688-6-6-6s-6 2.688-6 6 2.688 6 6 6 6-2.688 6-6zM20 14c0 4.422-3.578 8-8 8s-8-3.578-8-8 3.578-8 8-8 8 3.578 8 8zM22 14c0-5.516-4.484-10-10-10s-10 4.484-10 10 4.484 10 10 10 10-4.484 10-10zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"339\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-16248fc71c8\" wfd-id=\"340\"><h4 data-css=\"tve-u-1625389b4ed\" style=\"text-align: left;\">Tire dressing</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"338\"><p data-css=\"tve-u-162492e70ad\">Etiam pharetra, erat sed fermentum feugiat, velit mauris</p></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621ad46076\" wfd-id=\"297\">\n<div class=\"tve-page-section-out\" wfd-id=\"328\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621b072b4e\" wfd-id=\"298\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621a8b2488\" wfd-id=\"299\"><div class=\"tcb-flex-row tcb--cols--2 v-2\" data-css=\"tve-u-1621a8a804b\" wfd-id=\"300\"><div class=\"tcb-flex-col\" wfd-id=\"310\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16271bfe70c\" wfd-id=\"312\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h3\" data-css=\"tve-u-1621a8c4313\" wfd-id=\"327\"><h3><strong>Complete cleaning services for yoâ€‹ur car</strong></h3></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-16417b70f47\" wfd-id=\"313\"><ul class=\"tcb-styled-list\" wfd-id=\"314\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621acf0289\" wfd-id=\"323\"><div class=\"tcb-styled-list-icon\" wfd-id=\"325\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a8e11f3\" wfd-id=\"326\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ace1b08\" wfd-id=\"324\">We are a small business delivering professional cleaning services for all vehicles</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621acf64fb\" wfd-id=\"319\"><div class=\"tcb-styled-list-icon\" wfd-id=\"321\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a8e5625\" wfd-id=\"322\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ace4de9\" wfd-id=\"320\">Our services are convenient for individuals and corporate fleets</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"315\"><div class=\"tcb-styled-list-icon\" wfd-id=\"317\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a9076ef\" wfd-id=\"318\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621acf47d2\" wfd-id=\"316\">We use eco-friendly products that actually clean, protect and maintain your car better than the traditional cleaning substances</span></li></ul></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"301\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621a90a46f\" wfd-id=\"303\"><div class=\"thrv_wrapper thrv-fill-counter tve_red tve_normalfc thrv_data_element\" data-css=\"tve-u-1621a983587\" wfd-id=\"304\">\n<div class=\"tve_fill_counter_n\" style=\"\" data-fill=\"100\" data-css=\"tve-u-1621a98b602\" wfd-id=\"305\">\n<svg viewBox=\"0 0 170 170\" class=\"tve_fill_counter_circle\" shape-rendering=\"optimizeSpeed\" data-css=\"tve-u-1621a9a2862\">\n<circle class=\"tve_fill_counter_circle_inner\" r=\"85\" cx=\"85\" cy=\"85\" data-css=\"tve-u-1621a9685d4\"></circle>\n</svg>\n<div class=\"tve_fill_text_in\" data-css=\"tve-u-1621a96b190\" wfd-id=\"306\">\n<div class=\"tve_fill_text_value\" data-css=\"tve-u-1621a9a2866\" wfd-id=\"308\">\n<div class=\"thrv-inline-text tve_fill_text tve_editable\" data-css=\"tve-u-1621a9a2867\" wfd-id=\"309\"><strong>100%â€‹</strong></div>\n</div>\n<div class=\"thrv-inline-text tve_editable tve_data_element_label\" data-css=\"tve-u-1621a9750ae\" wfd-id=\"307\">Clean car</div>\n</div>\n</div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621ada1e7f\" data-value-type=\"percent\" wfd-id=\"261\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621adba9ef\" data-clip-id=\"52d5a36c151aa\" wfd-id=\"296\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-52d5a36c151aa\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0875\"></polygon></clipPath><clipPath id=\"clip-tablet-top-52d5a36c151aa\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0524\"></polygon></clipPath><clipPath id=\"clip-mobile-top-52d5a36c151aa\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0349\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621ad420c4\" wfd-id=\"262\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621ade6172\" wfd-id=\"263\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2 tcb-row-reversed-mobile tcb-mobile-edit v-2\" data-css=\"tve-u-1621adea58b\" wfd-id=\"264\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621b064646\" style=\"\" wfd-id=\"290\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ae0bec7\" wfd-id=\"292\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ae4fd21\" data-value-type=\"percent\" data-float=\"1\" wfd-id=\"293\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621ae6c8da\" data-clip-id=\"aa2c3e3c70555\" wfd-id=\"295\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0349\"></polygon></clipPath><clipPath id=\"clip-tablet-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"4\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0699\"></polygon></clipPath><clipPath id=\"clip-mobile-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"4\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0699\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb\" data-css=\"tve-u-1621ae4db6e\" wfd-id=\"294\"></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621b064668\" style=\"\" wfd-id=\"265\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621f45bed3\" wfd-id=\"267\"><div class=\"tcb-clear\" data-css=\"tve-u-16224848ee5\" wfd-id=\"288\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621afceb00\" wfd-id=\"289\"><h2 data-css=\"tve-u-1621afcc0bf\">Check Out Our Special Offer!</h2></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621afda4fa\" wfd-id=\"287\"><p data-css=\"tve-u-1621afd8c98\">Donâ€™t miss the opportunity to get 50% discount on a complete cleaning just by recommending us to a friend. Bring someone you know with you and clean you car half price!</p></div><div class=\"tcb-clear\" data-css=\"tve-u-16224834cab\" wfd-id=\"268\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621fe85996\" wfd-id=\"269\"><div class=\"tcb-flex-row tcb--cols--2 tcb-resized tcb-medium-wrap tcb-desktop-wrap\" data-css=\"tve-u-1621fe78878\" wfd-id=\"270\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621fe94086\" style=\"\" wfd-id=\"278\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"280\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621b01355a\" wfd-id=\"281\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621b08fdde\" data-tcb_hover_state_parent=\"1\" wfd-id=\"286\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16223f02c16\" wfd-id=\"282\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-1620af7eb3f\" data-tcb_hover_state_parent=\"\" data-button-style=\"full_rounded\" wfd-id=\"283\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"284\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-16228c75500\" wfd-id=\"285\"><strong>Request an appointment</strong></span></span>\n</a>\n</div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621fe940b9\" style=\"\" wfd-id=\"271\"><div class=\"tcb-col\" wfd-id=\"273\"><div class=\"tcb-clear\" data-css=\"tve-u-16224716d62\" wfd-id=\"274\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-1621b028939\" data-tcb_hover_state_parent=\"\" data-button-style=\"ghost\" wfd-id=\"275\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"276\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-16228c764b2\" wfd-id=\"277\"><strong>Call Now: 0400-700-682</strong></span></span>\n</a>\n</div></div></div></div></div></div></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16260ba2fa4\" wfd-id=\"168\">\n<div class=\"tve-page-section-out\" wfd-id=\"260\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16260be7104\" wfd-id=\"169\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621b0e4fb7\" wfd-id=\"259\"><h2 data-css=\"tve-u-1621b10fccf\" style=\"text-align: center;\">our happy clients</h2></div><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641367127b\" data-float=\"1\" wfd-id=\"258\"><svg class=\"tcb-icon\" viewBox=\"0 0 30 32\" data-name=\"quote-left\">\n<path d=\"M13.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429zM29.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641367e553\" wfd-id=\"257\"><svg class=\"tcb-icon\" viewBox=\"0 0 30 32\" data-name=\"quote-left\">\n<path d=\"M13.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429zM29.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a10d3b4\" wfd-id=\"228\">\n<div class=\"tve-content-box-background\" wfd-id=\"256\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"229\"><div class=\"tcb-clear\" data-css=\"tve-u-1621b300a64\" wfd-id=\"254\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-1621f154231\" wfd-id=\"255\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621b200375\" wfd-id=\"232\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-16260d8392c\" wfd-id=\"233\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"238\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"240\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16417b62c09\" wfd-id=\"241\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-16260d8396c\" wfd-id=\"242\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16260d01208\" style=\"\" wfd-id=\"248\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"250\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"251\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16225617da3\" wfd-id=\"253\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"252\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16260d0120e\" style=\"\" wfd-id=\"243\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"245\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"247\"><h5>Brett Graham, 28</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"246\"><h6 class=\"\">Architect</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"234\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"236\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"237\"><p data-css=\"tve-u-162539c17ec\">Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit. Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit.&nbsp;</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-16260c5ff0c\" wfd-id=\"230\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260c5ff07\" wfd-id=\"231\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a12f675\" wfd-id=\"199\">\n<div class=\"tve-content-box-background\" wfd-id=\"227\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"200\"><div class=\"tcb-clear\" data-css=\"tve-u-16260cd7683\" wfd-id=\"225\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260d73672\" wfd-id=\"226\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16260da3aa7\" wfd-id=\"203\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-1621fb68b97\" wfd-id=\"204\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"209\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"211\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16417b662bf\" wfd-id=\"212\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-1621fb65556\" wfd-id=\"213\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16229915e1a\" style=\"\" wfd-id=\"219\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"221\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"222\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16260c433e9\" wfd-id=\"224\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"223\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16229915e4e\" style=\"\" wfd-id=\"214\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"216\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"218\"><h5>Rosie Hanson, 24</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"217\"><h6 class=\"\">Real estate Associate</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"205\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"207\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"208\"><p data-css=\"tve-u-162539c17ec\">Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo.</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-16260d3b97e\" wfd-id=\"201\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260d39b83\" wfd-id=\"202\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a146aef\" wfd-id=\"170\">\n<div class=\"tve-content-box-background\" wfd-id=\"198\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"171\"><div class=\"tcb-clear\" data-css=\"tve-u-16260cd7683\" wfd-id=\"196\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260cd622f\" wfd-id=\"197\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16260c39a7e\" wfd-id=\"174\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-16260d3f4aa\" wfd-id=\"175\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"180\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"182\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621fbacc60\" wfd-id=\"183\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-16260d3f4af\" wfd-id=\"184\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16229915e1a\" style=\"\" wfd-id=\"190\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"192\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"193\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16260d5e4b8\" wfd-id=\"195\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"194\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16229915e4e\" style=\"\" wfd-id=\"185\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"187\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"189\"><h5>Shawn Mattews, 35</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"188\"><h6 class=\"\">project manager</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"176\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"178\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"179\"><p data-css=\"tve-u-162539c17ec\">Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo. Nullam ac urna eu felis.Sed non neque elit. Sed ut imperdiet nisi. Proin condimentum</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1621b30ca74\" wfd-id=\"172\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-1621f15b521\" wfd-id=\"173\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621b3c8c52\" wfd-id=\"64\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621b3cfc7b\" wfd-id=\"167\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621b3c74d9\" wfd-id=\"65\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621e7b695a\" wfd-id=\"166\"><h2 data-css=\"tve-u-1621e7a7350\" style=\"text-align: center;\">our offers</h2></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621e7c899a\" wfd-id=\"66\"><div class=\"tcb-flex-row tcb--cols--3 tcb-medium-wrap v-2\" data-css=\"tve-u-1621e7c7aa1\" wfd-id=\"67\"><div class=\"tcb-flex-col\" wfd-id=\"130\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16223fc9f23\" wfd-id=\"132\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e7ceab3\" style=\"\" wfd-id=\"133\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16416e4fafd\" wfd-id=\"165\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e7d5094\" wfd-id=\"134\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e7e9950\" data-value-type=\"percent\" style=\"\" wfd-id=\"161\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e7edfd9\" data-clip-id=\"10ffac3b28f1d\" wfd-id=\"164\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-10ffac3b28f1d\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-10ffac3b28f1d\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e7e6c1d\" wfd-id=\"162\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-16417b4cb9e\" wfd-id=\"163\"><h4 data-css=\"tve-u-1621fe1a1af\" style=\"text-align: center;\"><strong>Basic Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ec6c39b\" data-float=\"1\" wfd-id=\"157\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e81f424\" wfd-id=\"160\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec752da\" wfd-id=\"158\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"159\"><h4 data-css=\"tve-u-1621fe1bd18\" style=\"text-align: center;\"><strong>15$</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621ea50702\" wfd-id=\"135\"><ul class=\"tcb-styled-list\" wfd-id=\"136\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec3a5c0\" wfd-id=\"153\"><div class=\"tcb-styled-list-icon\" wfd-id=\"155\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec204df\" wfd-id=\"156\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec241aa\" wfd-id=\"154\">Interior vacuum</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"149\"><div class=\"tcb-styled-list-icon\" wfd-id=\"151\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec20f68\" wfd-id=\"152\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec2704c\" wfd-id=\"150\">Dust &amp;dash console</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec42aa7\" wfd-id=\"145\"><div class=\"tcb-styled-list-icon\" wfd-id=\"147\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec21a31\" wfd-id=\"148\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec298ab\" wfd-id=\"146\">Hand towel dry</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec43fe2\" wfd-id=\"141\"><div class=\"tcb-styled-list-icon\" wfd-id=\"143\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ea1fba7\" wfd-id=\"144\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea23322\" wfd-id=\"142\">Clean windows</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec454d9\" wfd-id=\"137\"><div class=\"tcb-styled-list-icon\" wfd-id=\"139\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ea295c0\" wfd-id=\"140\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea2c69a\" wfd-id=\"138\">Soft cloth wash</span></li></ul></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"99\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"101\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621eb81205\" style=\"\" wfd-id=\"102\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16416e603ab\" wfd-id=\"129\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621eb7ccb0\" wfd-id=\"103\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ebbbb6d\" data-value-type=\"percent\" wfd-id=\"125\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eaaedd8\" data-clip-id=\"a2b9cf3198d6f\" wfd-id=\"128\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-a2b9cf3198d6f\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-a2b9cf3198d6f\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec7f21a\" wfd-id=\"126\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e930bd7\" wfd-id=\"127\"><h4 data-css=\"tve-u-1621e92e97f\" style=\"text-align: center;\"><strong>Ultimate Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ec78d2c\" data-float=\"1\" wfd-id=\"121\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eab272c\" wfd-id=\"124\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec79a7d\" wfd-id=\"122\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"123\"><h4 data-css=\"tve-u-1621e942b65\" style=\"text-align: center;\"><strong>22 $</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621ebfa746\" wfd-id=\"118\"><p data-css=\"tve-u-1621f4ceaf6\" style=\"text-align: center;\">Includes basic service <span data-css=\"tve-u-1621f4ceaf7\" style=\"color: rgb(15, 29, 123);\" wfd-id=\"119\"><strong class=\"\"><span data-css=\"tve-u-1621f4ceafb\" wfd-id=\"120\">+</span></strong></span></p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621ebf340c\" wfd-id=\"104\"><ul class=\"tcb-styled-list\" wfd-id=\"105\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-164137a0b1f\" wfd-id=\"114\"><div class=\"tcb-styled-list-icon\" wfd-id=\"116\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec0c5bd\" wfd-id=\"117\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ebfe4ce\" wfd-id=\"115\">Triple foam conditiner</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec04541\" wfd-id=\"110\"><div class=\"tcb-styled-list-icon\" wfd-id=\"112\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec09a3c\" wfd-id=\"113\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ebff867\" wfd-id=\"111\">Tire dressing</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec05cc3\" wfd-id=\"106\"><div class=\"tcb-styled-list-icon\" wfd-id=\"108\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec15f6e\" wfd-id=\"109\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec009a8\" wfd-id=\"107\">Air freshner</span></li></ul></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"68\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16223dad661\" wfd-id=\"70\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621fd9c946\" style=\"\" wfd-id=\"71\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e7d234c\" wfd-id=\"98\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621fd84d7b\" wfd-id=\"72\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16223b080b0\" data-value-type=\"percent\" wfd-id=\"94\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eb3eb9f\" data-clip-id=\"ac98bb0e54b3b\" wfd-id=\"97\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621fd8766c\" wfd-id=\"95\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e930bd7\" wfd-id=\"96\"><h4 data-css=\"tve-u-1621fe1587d\" style=\"text-align: center;\"><strong>Supreme Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e8107f3\" wfd-id=\"90\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eb43d8d\" wfd-id=\"93\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e819c52\" wfd-id=\"91\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"92\"><h4 data-css=\"tve-u-1621fe1725e\" style=\"text-align: center;\"><strong>30 $</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621eb037bb\" wfd-id=\"87\"><p data-css=\"tve-u-1621f4d0451\" style=\"text-align: center;\">Includes ultimate service <span data-css=\"tve-u-1621eaff572\" style=\"color: rgb(15, 29, 123);\" wfd-id=\"88\"><strong class=\"\"><span data-css=\"tve-u-1621eb01b60\" wfd-id=\"89\">+</span></strong></span></p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621eacf6af\" wfd-id=\"73\"><ul class=\"tcb-styled-list\" wfd-id=\"74\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec36a4d\" wfd-id=\"83\"><div class=\"tcb-styled-list-icon\" wfd-id=\"85\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e9993aa\" wfd-id=\"86\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea1a5d7\" wfd-id=\"84\">Exterior trim dressing</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"79\"><div class=\"tcb-styled-list-icon\" wfd-id=\"81\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e99b1db\" wfd-id=\"82\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea19a06\" wfd-id=\"80\">Hand applied spray wax</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec37ea5\" wfd-id=\"75\"><div class=\"tcb-styled-list-icon\" wfd-id=\"77\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e99c314\" wfd-id=\"78\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea18c5d\" wfd-id=\"76\">Interior conditioner</span></li></ul></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621efddaaf\" wfd-id=\"43\">\n<div class=\"tve-page-section-out\" wfd-id=\"63\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621edf8048\" wfd-id=\"44\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621f114214\" wfd-id=\"45\"><div class=\"tcb-flex-row tcb-resized tcb-mobile-edit tcb--cols--2\" data-css=\"tve-u-1621ee03000\" wfd-id=\"46\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621ee4be21\" style=\"\" wfd-id=\"51\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ee093d4\" wfd-id=\"53\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ee3afec\" wfd-id=\"57\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621ee58e74\" wfd-id=\"62\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ee37f4a\" wfd-id=\"58\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1621ee74a24\" wfd-id=\"61\"><svg class=\"tcb-icon\" viewBox=\"0 0 16 28\" data-name=\"map-marker\">\n<path d=\"M12 10c0-2.203-1.797-4-4-4s-4 1.797-4 4 1.797 4 4 4 4-1.797 4-4zM16 10c0 0.953-0.109 1.937-0.516 2.797l-5.688 12.094c-0.328 0.688-1.047 1.109-1.797 1.109s-1.469-0.422-1.781-1.109l-5.703-12.094c-0.406-0.859-0.516-1.844-0.516-2.797 0-4.422 3.578-8 8-8s8 3.578 8 8z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621ee63e1c\" wfd-id=\"60\"><h2 data-css=\"tve-u-1621fdcb4ea\" style=\"text-align: center;\">contact us</h2></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16422a1ce91\" wfd-id=\"59\"><p data-css=\"tve-u-16422a1ce94\" style=\"text-align: left;\">Your adress goes here</p><p data-css=\"tve-u-16422a1ce93\" style=\"text-align: left;\">Phone: 0400 - 700 - 682</p><p data-css=\"tve-u-16422a1ce92\" style=\"text-align: left;\">Email: our_office@gmail.com</p></div></div>\n</div><div class=\"tcb-clear\" data-css=\"tve-u-16417c828be\" wfd-id=\"54\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_slide_left\" data-css=\"tve-u-1621ef118dc\" style=\"\" wfd-id=\"55\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"56\"><img class=\"tve_image tve_evt_manager_listen tve_et_tve-viewport wp-image-21388\" alt=\"\" width=\"567\" height=\"384\" title=\"Car wash img footer\" data-id=\"21388\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-img-footer.png\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_left&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" style=\"width: 100%;\"></span></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621ee4be73\" style=\"\" wfd-id=\"47\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ee22c43\" wfd-id=\"49\"><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-1621ee18a1c\" wfd-id=\"50\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=New York&amp;t=m&amp;z=5&amp;output=embed&amp;iwloc=near\"></iframe>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621f0aa8f7\" wfd-id=\"30\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621f0ada0e\" wfd-id=\"42\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621f0b0088\" wfd-id=\"31\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621f0d2c1a\" wfd-id=\"32\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-1621f0cbe40\" wfd-id=\"33\"><div class=\"tcb-flex-col\" wfd-id=\"38\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"40\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621f0da775\" wfd-id=\"41\"><p data-css=\"tve-u-1622444fb11\">Â© 2018, Your company name . All rights reserved.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"34\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"36\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16223fe5f5b\" wfd-id=\"37\"><p data-css=\"tve-u-1621f0d874c\" style=\"text-align: right;\">Made with <a href=\"https://thrivethemes.com/\" target=\"_blank\">Thrive Architect</a></p></div></div></div></div></div></div>\n</div>\n\n'),(6586,551,'tve_revision_tve_landing_page','tcb2-thrivebiz-car-wash'),(6587,551,'tve_revision_tve_landing_set',''),(6588,551,'tve_revision_tve_disable_theme_dependency','1'),(6589,551,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-162717d1bbe\" wfd-id=\"426\"><div class=\"tcb-flex-row tcb-medium-no-wrap v-2 tcb--cols--3 m-edit tcb-mobile-wrap\" data-css=\"tve-u-162717d1bbf\" wfd-id=\"427\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1695981e7bb\" wfd-id=\"451\"><div class=\"tcb-col\" data-css=\"tve-u-16959846d3d\" wfd-id=\"453\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16959822de2\" wfd-id=\"454\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"455\"><img class=\"tve_image wp-image-465\" alt=\"\" width=\"384\" height=\"62\" title=\"Blackhawk_custom_header\" data-id=\"465\" src=\"https://bestcerakoteflorida.com/wp-content/uploads/2019/01/Blackhawk_custom_header.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717d1bb9\" style=\"\" wfd-id=\"439\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717d1bb6\" wfd-id=\"441\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-164179a84b8\" wfd-id=\"442\">\n<div class=\"tve-content-box-background\" wfd-id=\"450\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"443\"><div class=\"tcb-clear\" wfd-id=\"448\"><a href=\"tel:1-954-848-1911\" target=\"_blank\" rel=\"\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-162717d1bc3\" data-float=\"1\" data-link-wrap=\"1\" wfd-id=\"449\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-phone-plus-light\" data-name=\"\">\n            <path d=\"M8 128h88v88c0 4.4 3.6 8 8 8h16c4.4 0 8-3.6 8-8v-88h88c4.4 0 8-3.6 8-8v-16c0-4.4-3.6-8-8-8h-88V8c0-4.4-3.6-8-8-8h-16c-4.4 0-8 3.6-8 8v88H8c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8zM487.8 24.1L387 .8c-14.7-3.4-29.8 4.2-35.8 18.1l-46.5 108.5c-5.5 12.7-1.8 27.7 8.9 36.5l53.9 44.1c-34 69.2-90.3 125.6-159.6 159.6l-44.1-53.9c-8.8-10.7-23.8-14.4-36.5-8.9L18.9 351.3c-13.9 6-21.5 21-18.1 35.8L24 487.9C27.3 502 39.9 512 54.5 512 306.7 512 512 307.8 512 54.5c0-14.6-10-27.2-24.2-30.4zM55.1 480l-23-99.6 107.4-46 59.5 72.8c103.6-48.6 159.7-104.9 208.1-208.1l-72.8-59.5 46-107.4 99.6 23C479.7 289.7 289.6 479.7 55.1 480z\"></path>\n        </svg></div></a></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162717d1bc5\" wfd-id=\"444\"><p data-css=\"tve-u-1641333d7d1\"><a href=\"tel:1-954-848-1911\" target=\"_blank\">954-848-1911</a></p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717d1bb7\" style=\"\" wfd-id=\"428\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717d1bbc\" wfd-id=\"430\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16369305186\" wfd-id=\"431\">\n<div class=\"tve-content-box-background\" wfd-id=\"438\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16417e9d24e\" wfd-id=\"432\"><div class=\"tcb-clear\" wfd-id=\"436\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-16417e5bd95\" data-float=\"1\" wfd-id=\"437\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-envelope-regular\" data-name=\"\">\n            <path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path>\n        </svg></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-164179bced9\" data-float=\"1\" wfd-id=\"433\"><p data-css=\"tve-u-1641333d7d1\"><a href=\"mailto:info@bestcerkoteflorida.com\" target=\"_blank\">info@bestcerakoteflorida.com</a></p></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-162717cb621\" data-value-type=\"percent\" wfd-id=\"383\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-162717cb620\" data-clip-id=\"c883ac5175045\" wfd-id=\"425\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-c883ac5175045\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9125, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-c883ac5175045\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9476, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-c883ac5175045\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9651, 1 1, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-162717cb609\" wfd-id=\"384\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-162717cb618\" wfd-id=\"385\"><div class=\"tcb-flex-row tcb-medium-wrap tcb-resized tcb--cols--2 v-2\" data-css=\"tve-u-162717cb617\" wfd-id=\"386\"><div class=\"tcb-flex-col\" data-css=\"tve-u-162717cb601\" style=\"\" wfd-id=\"401\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717cb60a\" wfd-id=\"403\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h1\" data-css=\"tve-u-162717cb610\" wfd-id=\"421\"><h1 data-css=\"tve-u-162717cb616\">With &nbsp;our car wash services &nbsp;your car looks like <span data-css=\"tve-u-16271ca808e\" style=\"color: rgb(0, 229, 255);\" wfd-id=\"424\">brand new</span></h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162717cb60f\" wfd-id=\"417\"><p data-css=\"tve-u-16413112747\">We provide reliable, affordable services for your vehicle. You can choose a q<span data-css=\"tve-u-16413111ba3\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"420\">u</span>ick exterior wash or a detailed clean, we have it all.</p></div><div class=\"tcb-clear\" data-css=\"tve-u-1641791ce1a\" wfd-id=\"408\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-162717cb623\" wfd-id=\"409\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-162717cb626\" data-tcb_hover_state_parent=\"1\" wfd-id=\"416\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-162717cb624\" wfd-id=\"410\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-162717cb625\" data-tcb_hover_state_parent=\"\" data-button-style=\"full_rounded\" wfd-id=\"411\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"412\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-162717cb629\" wfd-id=\"413\"><strong>Request an appointment</strong></span></span>\n</a>\n</div></div>\n</div></div><div class=\"tcb-clear\" data-css=\"tve-u-1641791de3b\" wfd-id=\"404\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-162717cb60c\" data-tcb_hover_state_parent=\"\" data-button-style=\"ghost\" wfd-id=\"405\">\n<a href=\"#\" class=\"tcb-button-link\" target=\"_blank\">\n<span class=\"tcb-button-texts\" wfd-id=\"406\"><span class=\"tcb-button-text thrv-inline-text\" wfd-id=\"407\"><strong>Call Now: 0400-700-682</strong></span></span>\n</a>\n</div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717cb600\" style=\"\" wfd-id=\"387\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717cb60b\" wfd-id=\"389\"><div class=\"tcb-clear\" data-css=\"tve-u-16417b97d3c\" wfd-id=\"390\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve_evt_manager_listen tve_et_tve-viewport tve_ea_thrive_animation tve_anim_slide_left\" data-css=\"tve-u-162717cb608\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_left&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" data-value-type=\"percent\" wfd-id=\"391\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-162717cb605\" data-clip-id=\"7920fc765722d\" wfd-id=\"400\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-7920fc765722d\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9476, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-7920fc765722d\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9476, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-7920fc765722d\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9476, 1 1, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-162717cb606\" wfd-id=\"392\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve_evt_manager_listen tve_et_tve-viewport tve_ea_thrive_animation tve_anim_slide_left\" data-css=\"tve-u-162718f6444\" data-value-type=\"percent\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_left&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" data-float=\"1\" wfd-id=\"397\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-162718f6447\" data-clip-id=\"6d4048c9836f6\" wfd-id=\"399\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-6d4048c9836f6\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9651, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-6d4048c9836f6\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9476, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-6d4048c9836f6\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"4\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9301, 1 1, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb\" data-css=\"tve-u-162718f6446\" wfd-id=\"398\"></div>\n</div><div class=\"tcb-clear\" data-css=\"tve-u-1626ca57ca6\" wfd-id=\"393\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve_evt_manager_listen tve_et_tve-viewport tve_ea_thrive_animation tve_anim_slide_left tcb-mobile-hidden\" data-css=\"tve-u-162717cb604\" data-float=\"1\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_left&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" data-value-type=\"percent\" wfd-id=\"394\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-162717cb602\" data-clip-id=\"eab511de4ba9e\" wfd-id=\"396\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-eab511de4ba9e\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9651, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-eab511de4ba9e\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9651, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-eab511de4ba9e\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9651, 1 1, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb\" data-css=\"tve-u-162717cb603\" wfd-id=\"395\"></div>\n</div></div></div>\n</div></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-162717fcf9d\" data-value-type=\"percent\" wfd-id=\"328\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-162718bd0c0\" data-clip-id=\"a3b25e1c9221a\" wfd-id=\"382\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0875\"></polygon></clipPath><clipPath id=\"clip-tablet-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"6\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.1051\"></polygon></clipPath><clipPath id=\"clip-mobile-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"1\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0175\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-162718a3b40\" wfd-id=\"329\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622a159bcb\" wfd-id=\"330\">\n<div class=\"tve-content-box-background\" wfd-id=\"381\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"331\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621a2247ba\" wfd-id=\"378\"><h2 data-css=\"tve-u-1621a2e0d5b\">our services</h2></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16229f6175c\" wfd-id=\"355\"><div class=\"tcb-flex-row tcb-medium-no-wrap tcb--cols--3 v-2\" data-css=\"tve-u-162493a03b0\" wfd-id=\"356\"><div class=\"tcb-flex-col\" wfd-id=\"371\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1624939a960\" data-tcb_hover_state_parent=\"\" wfd-id=\"373\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-162493d5f13\" data-float=\"1\" wfd-id=\"377\"><svg class=\"tcb-icon\" viewBox=\"0 0 14 28\" data-name=\"bolt\">\n<path d=\"M13.828 8.844c0.172 0.187 0.219 0.453 0.109 0.688l-8.437 18.078c-0.125 0.234-0.375 0.391-0.656 0.391-0.063 0-0.141-0.016-0.219-0.031-0.344-0.109-0.547-0.438-0.469-0.766l3.078-12.625-6.344 1.578c-0.063 0.016-0.125 0.016-0.187 0.016-0.172 0-0.359-0.063-0.484-0.172-0.187-0.156-0.25-0.391-0.203-0.609l3.141-12.891c0.078-0.297 0.359-0.5 0.688-0.5h5.125c0.391 0 0.703 0.297 0.703 0.656 0 0.094-0.031 0.187-0.078 0.281l-2.672 7.234 6.188-1.531c0.063-0.016 0.125-0.031 0.187-0.031 0.203 0 0.391 0.094 0.531 0.234z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"375\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-162494b490e\" wfd-id=\"376\"><h4 data-css=\"tve-u-16249355087\" style=\"text-align: left;\">Express exterior</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162494b7ad0\" wfd-id=\"374\"><p data-css=\"tve-u-162492e70ad\">Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"364\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162493b6b63\" data-tcb_hover_state_parent=\"\" wfd-id=\"366\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b456a\" wfd-id=\"370\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"adjust\">\n<path d=\"M12 22.5v-17c-4.688 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"368\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1af44d\" wfd-id=\"369\"><h4 data-css=\"tve-u-16249358652\" style=\"text-align: left;\">Interior clean</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"367\"><p data-css=\"tve-u-162492e70ad\">Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"357\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16249373b25\" wfd-id=\"359\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b52d3\" wfd-id=\"363\"><svg class=\"tcb-icon\" viewBox=\"0 0 26 28\" data-name=\"umbrella\">\n<path d=\"M14 12.938v9.063c0 2.172-1.828 4-4 4s-4-1.828-4-4c0-0.547 0.453-1 1-1s1 0.453 1 1c0 1.047 0.953 2 2 2s2-0.953 2-2v-9.063c0.328-0.109 0.656-0.172 1-0.172s0.672 0.063 1 0.172zM26 13.359c0 0.266-0.234 0.5-0.5 0.5-0.141 0-0.25-0.063-0.359-0.156-0.906-0.844-1.75-1.437-3.047-1.437-1.484 0-2.766 0.922-3.609 2.094-0.187 0.266-0.328 0.547-0.5 0.812-0.109 0.172-0.234 0.266-0.438 0.266-0.219 0-0.344-0.094-0.453-0.266-0.172-0.266-0.313-0.547-0.5-0.812-0.844-1.172-2.109-2.094-3.594-2.094s-2.75 0.922-3.594 2.094c-0.187 0.266-0.328 0.547-0.5 0.812-0.109 0.172-0.234 0.266-0.453 0.266-0.203 0-0.328-0.094-0.438-0.266-0.172-0.266-0.313-0.547-0.5-0.812-0.844-1.172-2.125-2.094-3.609-2.094-1.297 0-2.141 0.594-3.047 1.437-0.109 0.094-0.219 0.156-0.359 0.156-0.266 0-0.5-0.234-0.5-0.5 0-0.047 0-0.078 0.016-0.109 1.437-5.906 7.141-9.25 12.984-9.25 5.812 0 11.578 3.344 12.984 9.25 0.016 0.031 0.016 0.063 0.016 0.109zM14 2v1.531c-0.328-0.016-0.672-0.031-1-0.031s-0.672 0.016-1 0.031v-1.531c0-0.547 0.453-1 1-1s1 0.453 1 1z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"361\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b01a6\" wfd-id=\"362\"><h4 data-css=\"tve-u-1624935a201\" style=\"text-align: left;\">Wax protection</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"360\"><p data-css=\"tve-u-162492e70ad\">Etiam pharetra, erat sed fermentum feugiat, velit mauris</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16249367114\" wfd-id=\"332\"><div class=\"tcb-flex-row tcb-medium-no-wrap tcb--cols--3 v-2\" data-css=\"tve-u-16229ffbb7b\" wfd-id=\"333\"><div class=\"tcb-flex-col\" wfd-id=\"348\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229fa6a26\" wfd-id=\"350\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b33f9\" wfd-id=\"354\"><svg class=\"tcb-icon\" viewBox=\"0 0 26 28\" data-name=\"magic\">\n<path d=\"M18.594 9.078l4.578-4.578-1.672-1.672-4.578 4.578zM25.578 4.5c0 0.266-0.094 0.516-0.281 0.703l-20.094 20.094c-0.187 0.187-0.438 0.281-0.703 0.281s-0.516-0.094-0.703-0.281l-3.094-3.094c-0.187-0.187-0.281-0.438-0.281-0.703s0.094-0.516 0.281-0.703l20.094-20.094c0.187-0.187 0.438-0.281 0.703-0.281s0.516 0.094 0.703 0.281l3.094 3.094c0.187 0.187 0.281 0.438 0.281 0.703zM4.469 1.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531zM9.938 4.062l3.063 0.938-3.063 0.938-0.938 3.063-0.938-3.063-3.063-0.938 3.063-0.938 0.938-3.063zM24.469 11.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531zM14.469 1.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"352\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b0a67\" wfd-id=\"353\"><h4 data-css=\"tve-u-16248fc42a1\" style=\"text-align: left;\">Dust &amp; Dash Console</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"351\"><p data-css=\"tve-u-162492e70ad\">Duis sed odio sit amet nibh vulputate cursus a sit amet mauris.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"341\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1622f65ba70\" wfd-id=\"343\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b60b4\" wfd-id=\"347\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"certificate\">\n<path d=\"M21.5 14l2.156 2.109c0.297 0.281 0.406 0.703 0.313 1.094-0.109 0.391-0.422 0.703-0.812 0.797l-2.938 0.75 0.828 2.906c0.109 0.391 0 0.812-0.297 1.094-0.281 0.297-0.703 0.406-1.094 0.297l-2.906-0.828-0.75 2.938c-0.094 0.391-0.406 0.703-0.797 0.812-0.094 0.016-0.203 0.031-0.297 0.031-0.297 0-0.594-0.125-0.797-0.344l-2.109-2.156-2.109 2.156c-0.281 0.297-0.703 0.406-1.094 0.313-0.406-0.109-0.703-0.422-0.797-0.812l-0.75-2.938-2.906 0.828c-0.391 0.109-0.812 0-1.094-0.297-0.297-0.281-0.406-0.703-0.297-1.094l0.828-2.906-2.938-0.75c-0.391-0.094-0.703-0.406-0.812-0.797-0.094-0.391 0.016-0.812 0.313-1.094l2.156-2.109-2.156-2.109c-0.297-0.281-0.406-0.703-0.313-1.094 0.109-0.391 0.422-0.703 0.812-0.797l2.938-0.75-0.828-2.906c-0.109-0.391 0-0.812 0.297-1.094 0.281-0.297 0.703-0.406 1.094-0.297l2.906 0.828 0.75-2.938c0.094-0.391 0.406-0.703 0.797-0.797 0.391-0.109 0.812 0 1.094 0.297l2.109 2.172 2.109-2.172c0.281-0.297 0.688-0.406 1.094-0.297 0.391 0.094 0.703 0.406 0.797 0.797l0.75 2.938 2.906-0.828c0.391-0.109 0.812 0 1.094 0.297 0.297 0.281 0.406 0.703 0.297 1.094l-0.828 2.906 2.938 0.75c0.391 0.094 0.703 0.406 0.812 0.797 0.094 0.391-0.016 0.812-0.313 1.094z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"345\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b12d8\" wfd-id=\"346\"><h4 data-css=\"tve-u-1625389a3d5\" style=\"text-align: left;\">Triple Foam Polish</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"344\"><p data-css=\"tve-u-162492e70ad\">Class aptent taciti sociosqu ad litora torquent</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"334\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229fa8c68\" wfd-id=\"336\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-16271adf6cf\" wfd-id=\"340\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"bullseye\">\n<path d=\"M16 14c0 2.203-1.797 4-4 4s-4-1.797-4-4 1.797-4 4-4 4 1.797 4 4zM18 14c0-3.313-2.688-6-6-6s-6 2.688-6 6 2.688 6 6 6 6-2.688 6-6zM20 14c0 4.422-3.578 8-8 8s-8-3.578-8-8 3.578-8 8-8 8 3.578 8 8zM22 14c0-5.516-4.484-10-10-10s-10 4.484-10 10 4.484 10 10 10 10-4.484 10-10zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"338\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-16248fc71c8\" wfd-id=\"339\"><h4 data-css=\"tve-u-1625389b4ed\" style=\"text-align: left;\">Tire dressing</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"337\"><p data-css=\"tve-u-162492e70ad\">Etiam pharetra, erat sed fermentum feugiat, velit mauris</p></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621ad46076\" wfd-id=\"296\">\n<div class=\"tve-page-section-out\" wfd-id=\"327\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621b072b4e\" wfd-id=\"297\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621a8b2488\" wfd-id=\"298\"><div class=\"tcb-flex-row tcb--cols--2 v-2\" data-css=\"tve-u-1621a8a804b\" wfd-id=\"299\"><div class=\"tcb-flex-col\" wfd-id=\"309\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16271bfe70c\" wfd-id=\"311\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h3\" data-css=\"tve-u-1621a8c4313\" wfd-id=\"326\"><h3><strong>Complete cleaning services for yoâ€‹ur car</strong></h3></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-16417b70f47\" wfd-id=\"312\"><ul class=\"tcb-styled-list\" wfd-id=\"313\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621acf0289\" wfd-id=\"322\"><div class=\"tcb-styled-list-icon\" wfd-id=\"324\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a8e11f3\" wfd-id=\"325\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ace1b08\" wfd-id=\"323\">We are a small business delivering professional cleaning services for all vehicles</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621acf64fb\" wfd-id=\"318\"><div class=\"tcb-styled-list-icon\" wfd-id=\"320\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a8e5625\" wfd-id=\"321\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ace4de9\" wfd-id=\"319\">Our services are convenient for individuals and corporate fleets</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"314\"><div class=\"tcb-styled-list-icon\" wfd-id=\"316\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a9076ef\" wfd-id=\"317\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621acf47d2\" wfd-id=\"315\">We use eco-friendly products that actually clean, protect and maintain your car better than the traditional cleaning substances</span></li></ul></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"300\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621a90a46f\" wfd-id=\"302\"><div class=\"thrv_wrapper thrv-fill-counter tve_red tve_normalfc thrv_data_element\" data-css=\"tve-u-1621a983587\" wfd-id=\"303\">\n<div class=\"tve_fill_counter_n\" style=\"\" data-fill=\"100\" data-css=\"tve-u-1621a98b602\" wfd-id=\"304\">\n<svg viewBox=\"0 0 170 170\" class=\"tve_fill_counter_circle\" shape-rendering=\"optimizeSpeed\" data-css=\"tve-u-1621a9a2862\">\n<circle class=\"tve_fill_counter_circle_inner\" r=\"85\" cx=\"85\" cy=\"85\" data-css=\"tve-u-1621a9685d4\"></circle>\n</svg>\n<div class=\"tve_fill_text_in\" data-css=\"tve-u-1621a96b190\" wfd-id=\"305\">\n<div class=\"tve_fill_text_value\" data-css=\"tve-u-1621a9a2866\" wfd-id=\"307\">\n<div class=\"thrv-inline-text tve_fill_text tve_editable\" data-css=\"tve-u-1621a9a2867\" wfd-id=\"308\"><strong>100%â€‹</strong></div>\n</div>\n<div class=\"thrv-inline-text tve_editable tve_data_element_label\" data-css=\"tve-u-1621a9750ae\" wfd-id=\"306\">Clean car</div>\n</div>\n</div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621ada1e7f\" data-value-type=\"percent\" wfd-id=\"260\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621adba9ef\" data-clip-id=\"52d5a36c151aa\" wfd-id=\"295\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-52d5a36c151aa\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0875\"></polygon></clipPath><clipPath id=\"clip-tablet-top-52d5a36c151aa\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0524\"></polygon></clipPath><clipPath id=\"clip-mobile-top-52d5a36c151aa\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0349\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621ad420c4\" wfd-id=\"261\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621ade6172\" wfd-id=\"262\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2 tcb-row-reversed-mobile tcb-mobile-edit v-2\" data-css=\"tve-u-1621adea58b\" wfd-id=\"263\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621b064646\" style=\"\" wfd-id=\"289\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ae0bec7\" wfd-id=\"291\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ae4fd21\" data-value-type=\"percent\" data-float=\"1\" wfd-id=\"292\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621ae6c8da\" data-clip-id=\"aa2c3e3c70555\" wfd-id=\"294\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0349\"></polygon></clipPath><clipPath id=\"clip-tablet-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"4\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0699\"></polygon></clipPath><clipPath id=\"clip-mobile-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"4\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0699\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb\" data-css=\"tve-u-1621ae4db6e\" wfd-id=\"293\"></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621b064668\" style=\"\" wfd-id=\"264\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621f45bed3\" wfd-id=\"266\"><div class=\"tcb-clear\" data-css=\"tve-u-16224848ee5\" wfd-id=\"287\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621afceb00\" wfd-id=\"288\"><h2 data-css=\"tve-u-1621afcc0bf\">Check Out Our Special Offer!</h2></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621afda4fa\" wfd-id=\"286\"><p data-css=\"tve-u-1621afd8c98\">Donâ€™t miss the opportunity to get 50% discount on a complete cleaning just by recommending us to a friend. Bring someone you know with you and clean you car half price!</p></div><div class=\"tcb-clear\" data-css=\"tve-u-16224834cab\" wfd-id=\"267\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621fe85996\" wfd-id=\"268\"><div class=\"tcb-flex-row tcb--cols--2 tcb-resized tcb-medium-wrap tcb-desktop-wrap\" data-css=\"tve-u-1621fe78878\" wfd-id=\"269\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621fe94086\" style=\"\" wfd-id=\"277\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"279\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621b01355a\" wfd-id=\"280\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621b08fdde\" data-tcb_hover_state_parent=\"1\" wfd-id=\"285\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16223f02c16\" wfd-id=\"281\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-1620af7eb3f\" data-tcb_hover_state_parent=\"\" data-button-style=\"full_rounded\" wfd-id=\"282\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"283\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-16228c75500\" wfd-id=\"284\"><strong>Request an appointment</strong></span></span>\n</a>\n</div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621fe940b9\" style=\"\" wfd-id=\"270\"><div class=\"tcb-col\" wfd-id=\"272\"><div class=\"tcb-clear\" data-css=\"tve-u-16224716d62\" wfd-id=\"273\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-1621b028939\" data-tcb_hover_state_parent=\"\" data-button-style=\"ghost\" wfd-id=\"274\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"275\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-16228c764b2\" wfd-id=\"276\"><strong>Call Now: 0400-700-682</strong></span></span>\n</a>\n</div></div></div></div></div></div></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16260ba2fa4\" wfd-id=\"167\">\n<div class=\"tve-page-section-out\" wfd-id=\"259\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16260be7104\" wfd-id=\"168\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621b0e4fb7\" wfd-id=\"258\"><h2 data-css=\"tve-u-1621b10fccf\" style=\"text-align: center;\">our happy clients</h2></div><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641367127b\" data-float=\"1\" wfd-id=\"257\"><svg class=\"tcb-icon\" viewBox=\"0 0 30 32\" data-name=\"quote-left\">\n<path d=\"M13.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429zM29.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641367e553\" wfd-id=\"256\"><svg class=\"tcb-icon\" viewBox=\"0 0 30 32\" data-name=\"quote-left\">\n<path d=\"M13.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429zM29.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a10d3b4\" wfd-id=\"227\">\n<div class=\"tve-content-box-background\" wfd-id=\"255\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"228\"><div class=\"tcb-clear\" data-css=\"tve-u-1621b300a64\" wfd-id=\"253\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-1621f154231\" wfd-id=\"254\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621b200375\" wfd-id=\"231\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-16260d8392c\" wfd-id=\"232\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"237\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"239\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16417b62c09\" wfd-id=\"240\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-16260d8396c\" wfd-id=\"241\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16260d01208\" style=\"\" wfd-id=\"247\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"249\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"250\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16225617da3\" wfd-id=\"252\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"251\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16260d0120e\" style=\"\" wfd-id=\"242\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"244\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"246\"><h5>Brett Graham, 28</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"245\"><h6 class=\"\">Architect</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"233\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"235\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"236\"><p data-css=\"tve-u-162539c17ec\">Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit. Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit.&nbsp;</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-16260c5ff0c\" wfd-id=\"229\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260c5ff07\" wfd-id=\"230\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a12f675\" wfd-id=\"198\">\n<div class=\"tve-content-box-background\" wfd-id=\"226\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"199\"><div class=\"tcb-clear\" data-css=\"tve-u-16260cd7683\" wfd-id=\"224\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260d73672\" wfd-id=\"225\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16260da3aa7\" wfd-id=\"202\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-1621fb68b97\" wfd-id=\"203\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"208\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"210\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16417b662bf\" wfd-id=\"211\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-1621fb65556\" wfd-id=\"212\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16229915e1a\" style=\"\" wfd-id=\"218\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"220\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"221\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16260c433e9\" wfd-id=\"223\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"222\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16229915e4e\" style=\"\" wfd-id=\"213\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"215\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"217\"><h5>Rosie Hanson, 24</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"216\"><h6 class=\"\">Real estate Associate</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"204\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"206\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"207\"><p data-css=\"tve-u-162539c17ec\">Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo.</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-16260d3b97e\" wfd-id=\"200\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260d39b83\" wfd-id=\"201\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a146aef\" wfd-id=\"169\">\n<div class=\"tve-content-box-background\" wfd-id=\"197\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"170\"><div class=\"tcb-clear\" data-css=\"tve-u-16260cd7683\" wfd-id=\"195\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260cd622f\" wfd-id=\"196\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16260c39a7e\" wfd-id=\"173\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-16260d3f4aa\" wfd-id=\"174\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"179\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"181\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621fbacc60\" wfd-id=\"182\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-16260d3f4af\" wfd-id=\"183\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16229915e1a\" style=\"\" wfd-id=\"189\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"191\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"192\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16260d5e4b8\" wfd-id=\"194\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"193\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16229915e4e\" style=\"\" wfd-id=\"184\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"186\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"188\"><h5>Shawn Mattews, 35</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"187\"><h6 class=\"\">project manager</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"175\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"177\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"178\"><p data-css=\"tve-u-162539c17ec\">Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo. Nullam ac urna eu felis.Sed non neque elit. Sed ut imperdiet nisi. Proin condimentum</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1621b30ca74\" wfd-id=\"171\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-1621f15b521\" wfd-id=\"172\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621b3c8c52\" wfd-id=\"63\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621b3cfc7b\" wfd-id=\"166\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621b3c74d9\" wfd-id=\"64\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621e7b695a\" wfd-id=\"165\"><h2 data-css=\"tve-u-1621e7a7350\" style=\"text-align: center;\">our offers</h2></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621e7c899a\" wfd-id=\"65\"><div class=\"tcb-flex-row tcb--cols--3 tcb-medium-wrap v-2\" data-css=\"tve-u-1621e7c7aa1\" wfd-id=\"66\"><div class=\"tcb-flex-col\" wfd-id=\"129\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16223fc9f23\" wfd-id=\"131\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e7ceab3\" style=\"\" wfd-id=\"132\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16416e4fafd\" wfd-id=\"164\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e7d5094\" wfd-id=\"133\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e7e9950\" data-value-type=\"percent\" style=\"\" wfd-id=\"160\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e7edfd9\" data-clip-id=\"10ffac3b28f1d\" wfd-id=\"163\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-10ffac3b28f1d\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-10ffac3b28f1d\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e7e6c1d\" wfd-id=\"161\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-16417b4cb9e\" wfd-id=\"162\"><h4 data-css=\"tve-u-1621fe1a1af\" style=\"text-align: center;\"><strong>Basic Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ec6c39b\" data-float=\"1\" wfd-id=\"156\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e81f424\" wfd-id=\"159\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec752da\" wfd-id=\"157\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"158\"><h4 data-css=\"tve-u-1621fe1bd18\" style=\"text-align: center;\"><strong>15$</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621ea50702\" wfd-id=\"134\"><ul class=\"tcb-styled-list\" wfd-id=\"135\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec3a5c0\" wfd-id=\"152\"><div class=\"tcb-styled-list-icon\" wfd-id=\"154\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec204df\" wfd-id=\"155\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec241aa\" wfd-id=\"153\">Interior vacuum</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"148\"><div class=\"tcb-styled-list-icon\" wfd-id=\"150\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec20f68\" wfd-id=\"151\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec2704c\" wfd-id=\"149\">Dust &amp;dash console</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec42aa7\" wfd-id=\"144\"><div class=\"tcb-styled-list-icon\" wfd-id=\"146\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec21a31\" wfd-id=\"147\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec298ab\" wfd-id=\"145\">Hand towel dry</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec43fe2\" wfd-id=\"140\"><div class=\"tcb-styled-list-icon\" wfd-id=\"142\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ea1fba7\" wfd-id=\"143\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea23322\" wfd-id=\"141\">Clean windows</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec454d9\" wfd-id=\"136\"><div class=\"tcb-styled-list-icon\" wfd-id=\"138\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ea295c0\" wfd-id=\"139\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea2c69a\" wfd-id=\"137\">Soft cloth wash</span></li></ul></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"98\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"100\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621eb81205\" style=\"\" wfd-id=\"101\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16416e603ab\" wfd-id=\"128\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621eb7ccb0\" wfd-id=\"102\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ebbbb6d\" data-value-type=\"percent\" wfd-id=\"124\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eaaedd8\" data-clip-id=\"a2b9cf3198d6f\" wfd-id=\"127\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-a2b9cf3198d6f\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-a2b9cf3198d6f\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec7f21a\" wfd-id=\"125\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e930bd7\" wfd-id=\"126\"><h4 data-css=\"tve-u-1621e92e97f\" style=\"text-align: center;\"><strong>Ultimate Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ec78d2c\" data-float=\"1\" wfd-id=\"120\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eab272c\" wfd-id=\"123\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec79a7d\" wfd-id=\"121\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"122\"><h4 data-css=\"tve-u-1621e942b65\" style=\"text-align: center;\"><strong>22 $</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621ebfa746\" wfd-id=\"117\"><p data-css=\"tve-u-1621f4ceaf6\" style=\"text-align: center;\">Includes basic service <span data-css=\"tve-u-1621f4ceaf7\" style=\"color: rgb(15, 29, 123);\" wfd-id=\"118\"><strong class=\"\"><span data-css=\"tve-u-1621f4ceafb\" wfd-id=\"119\">+</span></strong></span></p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621ebf340c\" wfd-id=\"103\"><ul class=\"tcb-styled-list\" wfd-id=\"104\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-164137a0b1f\" wfd-id=\"113\"><div class=\"tcb-styled-list-icon\" wfd-id=\"115\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec0c5bd\" wfd-id=\"116\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ebfe4ce\" wfd-id=\"114\">Triple foam conditiner</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec04541\" wfd-id=\"109\"><div class=\"tcb-styled-list-icon\" wfd-id=\"111\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec09a3c\" wfd-id=\"112\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ebff867\" wfd-id=\"110\">Tire dressing</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec05cc3\" wfd-id=\"105\"><div class=\"tcb-styled-list-icon\" wfd-id=\"107\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec15f6e\" wfd-id=\"108\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec009a8\" wfd-id=\"106\">Air freshner</span></li></ul></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"67\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16223dad661\" wfd-id=\"69\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621fd9c946\" style=\"\" wfd-id=\"70\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e7d234c\" wfd-id=\"97\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621fd84d7b\" wfd-id=\"71\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16223b080b0\" data-value-type=\"percent\" wfd-id=\"93\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eb3eb9f\" data-clip-id=\"ac98bb0e54b3b\" wfd-id=\"96\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621fd8766c\" wfd-id=\"94\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e930bd7\" wfd-id=\"95\"><h4 data-css=\"tve-u-1621fe1587d\" style=\"text-align: center;\"><strong>Supreme Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e8107f3\" wfd-id=\"89\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eb43d8d\" wfd-id=\"92\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e819c52\" wfd-id=\"90\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"91\"><h4 data-css=\"tve-u-1621fe1725e\" style=\"text-align: center;\"><strong>30 $</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621eb037bb\" wfd-id=\"86\"><p data-css=\"tve-u-1621f4d0451\" style=\"text-align: center;\">Includes ultimate service <span data-css=\"tve-u-1621eaff572\" style=\"color: rgb(15, 29, 123);\" wfd-id=\"87\"><strong class=\"\"><span data-css=\"tve-u-1621eb01b60\" wfd-id=\"88\">+</span></strong></span></p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621eacf6af\" wfd-id=\"72\"><ul class=\"tcb-styled-list\" wfd-id=\"73\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec36a4d\" wfd-id=\"82\"><div class=\"tcb-styled-list-icon\" wfd-id=\"84\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e9993aa\" wfd-id=\"85\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea1a5d7\" wfd-id=\"83\">Exterior trim dressing</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"78\"><div class=\"tcb-styled-list-icon\" wfd-id=\"80\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e99b1db\" wfd-id=\"81\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea19a06\" wfd-id=\"79\">Hand applied spray wax</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec37ea5\" wfd-id=\"74\"><div class=\"tcb-styled-list-icon\" wfd-id=\"76\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e99c314\" wfd-id=\"77\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea18c5d\" wfd-id=\"75\">Interior conditioner</span></li></ul></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621efddaaf\" wfd-id=\"42\">\n<div class=\"tve-page-section-out\" wfd-id=\"62\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621edf8048\" wfd-id=\"43\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621f114214\" wfd-id=\"44\"><div class=\"tcb-flex-row tcb-resized tcb-mobile-edit tcb--cols--2\" data-css=\"tve-u-1621ee03000\" wfd-id=\"45\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621ee4be21\" style=\"\" wfd-id=\"50\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ee093d4\" wfd-id=\"52\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ee3afec\" wfd-id=\"56\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621ee58e74\" wfd-id=\"61\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ee37f4a\" wfd-id=\"57\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1621ee74a24\" wfd-id=\"60\"><svg class=\"tcb-icon\" viewBox=\"0 0 16 28\" data-name=\"map-marker\">\n<path d=\"M12 10c0-2.203-1.797-4-4-4s-4 1.797-4 4 1.797 4 4 4 4-1.797 4-4zM16 10c0 0.953-0.109 1.937-0.516 2.797l-5.688 12.094c-0.328 0.688-1.047 1.109-1.797 1.109s-1.469-0.422-1.781-1.109l-5.703-12.094c-0.406-0.859-0.516-1.844-0.516-2.797 0-4.422 3.578-8 8-8s8 3.578 8 8z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621ee63e1c\" wfd-id=\"59\"><h2 data-css=\"tve-u-1621fdcb4ea\" style=\"text-align: center;\">contact us</h2></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16422a1ce91\" wfd-id=\"58\"><p data-css=\"tve-u-16422a1ce94\" style=\"text-align: left;\">Your adress goes here</p><p data-css=\"tve-u-16422a1ce93\" style=\"text-align: left;\">Phone: 0400 - 700 - 682</p><p data-css=\"tve-u-16422a1ce92\" style=\"text-align: left;\">Email: our_office@gmail.com</p></div></div>\n</div><div class=\"tcb-clear\" data-css=\"tve-u-16417c828be\" wfd-id=\"53\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_slide_left\" data-css=\"tve-u-1621ef118dc\" style=\"\" wfd-id=\"54\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"55\"><img class=\"tve_image tve_evt_manager_listen tve_et_tve-viewport wp-image-21388\" alt=\"\" width=\"567\" height=\"384\" title=\"Car wash img footer\" data-id=\"21388\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-img-footer.png\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_left&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" style=\"width: 100%;\"></span></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621ee4be73\" style=\"\" wfd-id=\"46\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ee22c43\" wfd-id=\"48\"><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-1621ee18a1c\" wfd-id=\"49\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=New York&amp;t=m&amp;z=5&amp;output=embed&amp;iwloc=near\"></iframe>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621f0aa8f7\" wfd-id=\"29\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621f0ada0e\" wfd-id=\"41\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621f0b0088\" wfd-id=\"30\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621f0d2c1a\" wfd-id=\"31\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-1621f0cbe40\" wfd-id=\"32\"><div class=\"tcb-flex-col\" wfd-id=\"37\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"39\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621f0da775\" wfd-id=\"40\"><p data-css=\"tve-u-1622444fb11\">Â© 2018, Your company name . All rights reserved.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"33\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"35\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16223fe5f5b\" wfd-id=\"36\"><p data-css=\"tve-u-1621f0d874c\" style=\"text-align: right;\">Made with <a href=\"https://thrivethemes.com/\" target=\"_blank\">Thrive Architect</a></p></div></div></div></div></div></div>\n</div>\n'),(6590,551,'tve_revision_tve_content_more_found',''),(6591,551,'tve_revision_tve_save_post',''),(6592,551,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Merriweather:400,700&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Special+Elite:400&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Poppins:400,800,900,300,700,&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Monda:400,700,&subset=latin\");@media (min-width: 300px){.tcb-plain-text { font-family: Monda; font-weight: 400; font-size: 14px; }#tve_editor [data-css=\"tve-u-1621b072b4e\"] p, #tve_editor [data-css=\"tve-u-1621b072b4e\"] li, #tve_editor [data-css=\"tve-u-1621b072b4e\"] blockquote, #tve_editor [data-css=\"tve-u-1621b072b4e\"] address, #tve_editor [data-css=\"tve-u-1621b072b4e\"] .tcb-plain-text, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h1, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h2, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h3, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h4, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h5, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h6 { color: rgb(18, 18, 18); }[data-css=\"tve-u-16417c828be\"]::after { clear: both; }[data-css=\"tve-u-1621fe78878\"] .tcb-flex-col { flex-basis: 160px !important; }[data-css=\"tve-u-16417b70f47\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1641791de3b\"]::after { clear: both; }[data-css=\"tve-u-1641791ce1a\"]::after { clear: both; }#tve_editor [data-css=\"tve-u-1621fdcb4ea\"] { color: rgb(15, 29, 123) !important; }#tve_editor [data-css=\"tve-u-1641367127b\"] > :first-child { color: rgb(15, 29, 123); }[data-css=\"tve-u-1641367127b\"] { font-size: 60px; float: none; box-shadow: none; position: relative; z-index: 5; margin: 0px auto !important; }#tve_editor [data-css=\"tve-u-1641333d7d1\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-162717cb617\"] > .tcb-flex-col { padding-left: 0px; }#tve_editor [data-css=\"tve-u-16413112747\"] { color: rgba(255, 255, 255, 0.85) !important; }[data-css=\"tve-u-16413111ba3\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-16369305186\"] > .tve-cb { display: block; }#tve_editor [data-css=\"tve-u-162717cb609\"] p, #tve_editor [data-css=\"tve-u-162717cb609\"] li, #tve_editor [data-css=\"tve-u-162717cb609\"] blockquote, #tve_editor [data-css=\"tve-u-162717cb609\"] address, #tve_editor [data-css=\"tve-u-162717cb609\"] h1, #tve_editor [data-css=\"tve-u-162717cb609\"] h2, #tve_editor [data-css=\"tve-u-162717cb609\"] h3, #tve_editor [data-css=\"tve-u-162717cb609\"] h4, #tve_editor [data-css=\"tve-u-162717cb609\"] h5, #tve_editor [data-css=\"tve-u-162717cb609\"] h6 { color: rgb(255, 255, 255); }[data-css=\"tve-u-16369305186\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-162717cb621\"] .tve-page-section-in { display: flex; justify-content: center; flex-direction: column; }[data-css=\"tve-u-162717fcf9d\"] .tve-page-section-in { display: block; }[data-css=\"tve-u-1628a146aef\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1628a12f675\"] { padding: 0px !important; margin: 0px 0px 60px !important; }[data-css=\"tve-u-1628a10d3b4\"] { max-width: 100%; padding: 0px !important; margin: 0px 0px 60px !important; }[data-css=\"tve-u-16271ca808e\"] { color: rgb(0, 229, 255) !important; }#tve_editor [data-css=\"tve-u-162717cb618\"] p, #tve_editor [data-css=\"tve-u-162717cb618\"] li, #tve_editor [data-css=\"tve-u-162717cb618\"] blockquote, #tve_editor [data-css=\"tve-u-162717cb618\"] address, #tve_editor [data-css=\"tve-u-162717cb618\"] h1, #tve_editor [data-css=\"tve-u-162717cb618\"] h2, #tve_editor [data-css=\"tve-u-162717cb618\"] h3, #tve_editor [data-css=\"tve-u-162717cb618\"] h4, #tve_editor [data-css=\"tve-u-162717cb618\"] h5, #tve_editor [data-css=\"tve-u-162717cb618\"] h6 { color: rgb(0, 229, 255); }[data-css=\"tve-u-162718bd0c0\"] { clip-path: url(\"#clip-top-a3b25e1c9221a\"); -webkit-clip-path: url(\"#clip-top-a3b25e1c9221a\");  }[data-css=\"tve-u-162718a3b40\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-162717fcf9d\"] { z-index: 5; padding: 170px 40px 0px !important; margin-top: -80px !important; }[data-css=\"tve-u-16260cd622f\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-16260cd7683\"]::after { clear: both; }[data-css=\"tve-u-16260cd622f\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin-top: 0px !important; margin-bottom: -1px !important; }[data-css=\"tve-u-16260be7104\"] { max-width: 1200px; }[data-css=\"tve-u-16260ba2fa4\"] { padding: 100px 40px !important; }[data-css=\"tve-u-162539c17ec\"] { line-height: 1.6em !important; }#tve_editor [data-css=\"tve-u-162493b6b63\"]:hover { background-color: rgb(248, 249, 251) !important; }#tve_editor [data-css=\"tve-u-1624939a960\"]:hover { background-color: rgb(248, 249, 251) !important; background-image: none !important; }#tve_editor [data-css=\"tve-u-162492e70ad\"] { color: rgb(137, 141, 167) !important; }[data-css=\"tve-u-162492815ba\"] { padding: 0px !important; margin-top: 25px !important; }[data-css=\"tve-u-162491e8e1f\"]::after { clear: both; }[data-css=\"tve-u-1622f65ba70\"] { border: none; background-image: none !important; padding: 0px 30px 30px !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-1622a159bcb\"] { max-width: 100%; float: none; z-index: 6; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; margin-top: 0px !important; }[data-css=\"tve-u-16229915e4e\"] { max-width: 62.8%; }[data-css=\"tve-u-16229915e1a\"] { max-width: 37.2%; }[data-css=\"tve-u-16225617da3\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-Brett.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16225611edb\"] { min-height: 127px; }[data-css=\"tve-u-1622561121b\"] { max-width: 127px; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-16224848ee5\"]::after { clear: both; }[data-css=\"tve-u-16224834cab\"]::after { clear: both; }[data-css=\"tve-u-1621ee3afec\"] > .tve-cb { display: block; }[data-css=\"tve-u-1621fe78878\"] > .tcb-flex-col { padding-left: 5px; }[data-css=\"tve-u-1621fe940b9\"] { max-width: 50%; }[data-css=\"tve-u-1621fe94086\"] { max-width: 50%; }[data-css=\"tve-u-1621fe85996\"] { max-width: 585px; float: left; z-index: 3; position: relative; width: 100%; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621fe78878\"] > .tcb-flex-col > .tcb-col { min-height: 65px; justify-content: center; }[data-css=\"tve-u-1621fe78878\"] { min-height: inherit; margin-left: -5px; padding: 0px !important; flex-wrap: wrap !important; }#tve_editor [data-css=\"tve-u-1621f4d0451\"] { font-size: 20px !important; }#tve_editor [data-css=\"tve-u-1621f4ceaf6\"] { font-size: 20px !important; color: rgb(12, 12, 12) !important; }[data-css=\"tve-u-1621f45bed3\"] { padding: 0px !important; }[data-css=\"tve-u-1621f114214\"] { float: none; max-width: 100%; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621f0da775\"] { padding: 0px !important; }#tve_editor [data-css=\"tve-u-1621f0d874c\"] { letter-spacing: 1px; color: rgb(137, 141, 167) !important; font-size: 14px !important; }[data-css=\"tve-u-1621f0d2c1a\"] { max-width: 100%; margin-left: 60px !important; margin-right: 60px !important; }[data-css=\"tve-u-1621f0aa8f7\"] .tve-page-section-in { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621f0cbe40\"] { margin-left: 0px; padding: 0px !important; }[data-css=\"tve-u-1621f0cbe40\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-1621f0b0088\"] { max-width: 100%; min-height: 140px !important; }[data-css=\"tve-u-1621f0ada0e\"] { background-image: linear-gradient(rgb(22, 22, 24), rgb(22, 22, 24)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1621f0aa8f7\"] { padding: 0px !important; }[data-css=\"tve-u-1621efddaaf\"] { padding: 0px !important; }[data-css=\"tve-u-1621ef118dc\"] { width: 567px; position: relative; right: -50px; top: -104px; float: right; z-index: 3; margin-top: 0px !important; margin-bottom: 0px !important; padding-left: 0px !important; }#tve_editor [data-css=\"tve-u-1621ee74a24\"] > :first-child { color: rgb(15, 29, 123); }[data-css=\"tve-u-1621ee74a24\"] { font-size: 60px; float: none; z-index: 3; position: relative; margin: 0px auto 10px !important; padding-top: 0px !important; }[data-css=\"tve-u-1621ee63e1c\"] { float: none; z-index: 3; position: relative; max-width: none; width: 100%; padding: 0px !important; margin: 0px auto 30px !important; }[data-css=\"tve-u-1621ee58e74\"] { background-color: rgb(224, 226, 236) !important; }[data-css=\"tve-u-1621ee4be73\"] { max-width: 61%; }[data-css=\"tve-u-1621ee4be21\"] { max-width: 39%; }[data-css=\"tve-u-1621ee3afec\"] { padding: 60px 0px 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621ee37f4a\"] { min-height: 380px; }[data-css=\"tve-u-1621ee22c43\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding-top: 0px !important; padding-left: 0px !important; }[data-css=\"tve-u-1621ee18a1c\"] { margin: 80px 0px 0px 122px !important; }[data-css=\"tve-u-1621ee093d4\"] { margin-top: 0px !important; }[data-css=\"tve-u-1621ee03000\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1621ee03000\"] { margin-left: 0px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-1621ee03000\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-1621edf8048\"] { max-width: 100%; min-height: 1px !important; }[data-css=\"tve-u-1621ec454d9\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec43fe2\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec42aa7\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec3a5c0\"] { margin-top: 0px !important; margin-bottom: 10px !important; }[data-css=\"tve-u-1621ec37ea5\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec36a4d\"] { margin-bottom: 10px !important; }[data-css=\"tve-u-1621ea18c5d\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ea19a06\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ea1a5d7\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ea2c69a\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ea23322\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ec298ab\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ec2704c\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ec241aa\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ec05cc3\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec04541\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec009a8\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ebff867\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ebfe4ce\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621eb037bb\"] { padding: 0px !important; margin-top: 0px !important; margin-bottom: 30px !important; }[data-css=\"tve-u-1621eaff572\"] { color: rgb(15, 29, 123) !important; }[data-css=\"tve-u-1621ea50702\"] { max-width: 230px; float: none; z-index: 3; position: relative; width: 100%; padding: 0px !important; margin: 0px auto !important; }#tve_editor [data-css=\"tve-u-1621ea2c69a\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ea295c0\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ea295c0\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ea1fba7\"] > :first-child { color: rgb(137, 141, 167); }#tve_editor [data-css=\"tve-u-1621ea23322\"] { font-size: 16px !important; }[data-css=\"tve-u-1621ea1fba7\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }[data-css=\"tve-u-1621e99c314\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }[data-css=\"tve-u-1621e99b1db\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }[data-css=\"tve-u-1621e9993aa\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ea1a5d7\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ea19a06\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ea18c5d\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621e99c314\"] > :first-child { color: rgb(137, 141, 167); }#tve_editor [data-css=\"tve-u-1621e99b1db\"] > :first-child { color: rgb(137, 141, 167); }#tve_editor [data-css=\"tve-u-1621e9993aa\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621e8107f3\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621e942b65\"] strong { font-weight: 800; }[data-css=\"tve-u-1621e7e9950\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621e930bd7\"] { padding: 0px 0px 50px !important; }#tve_editor [data-css=\"tve-u-1621e92e97f\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1621e81f424\"] { border-radius: 200px; overflow: hidden; background-image: none !important; border: 3px solid rgb(255, 255, 255) !important; background-color: rgb(144, 147, 168) !important; }[data-css=\"tve-u-1621e819c52\"] { min-height: 110px; }[data-css=\"tve-u-1621e8107f3\"] { float: none; max-width: 110px; z-index: 4; padding: 0px !important; margin: -60px auto 30px !important; }[data-css=\"tve-u-1621e7edfd9\"] { clip-path: url(\"#clip-bottom-10ffac3b28f1d\"); -webkit-clip-path: url(\"#clip-bottom-10ffac3b28f1d\");  background-image: none !important; background-color: rgb(144, 147, 168) !important; }[data-css=\"tve-u-1621e7e9950\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1621e7e6c1d\"] { min-height: 150px; }[data-css=\"tve-u-1621e7c7aa1\"] > .tcb-flex-col { padding-left: 60px; }[data-css=\"tve-u-1621e7d5094\"] { min-height: 480px; }[data-css=\"tve-u-1621e7d234c\"] { box-shadow: rgba(0, 0, 0, 0.02) 0px 2px 22px 0px; background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1621e7ceab3\"] { float: none; width: 100%; padding: 0px 0px 20px !important; margin: 0px auto !important; }[data-css=\"tve-u-1621e7c899a\"] { float: none; max-width: 100%; margin: 0px auto !important; }[data-css=\"tve-u-1621e7c7aa1\"] { margin-left: -60px; padding: 0px !important; }[data-css=\"tve-u-1621e7b695a\"] { padding: 0px !important; margin-bottom: 100px !important; }#tve_editor [data-css=\"tve-u-1621e7a7350\"] { color: rgb(15, 29, 123) !important; }[data-css=\"tve-u-1621b3cfc7b\"] { filter: blur(0px); opacity: 1; background-image: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(220, 224, 246) 38%) !important; background-color: rgb(212, 212, 212) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1621b3c8c52\"] { padding: 100px 40px !important; }[data-css=\"tve-u-1621b3c74d9\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-1621b300a64\"]::after { clear: both; }[data-css=\"tve-u-1621b24a89d\"] { padding: 0px !important; }[data-css=\"tve-u-1621b22a018\"] { background-image: none !important; padding: 0px !important; }[data-css=\"tve-u-1621b200375\"] { float: none; max-width: 100%; border-left: 1px solid rgba(15, 29, 123, 0.7); border-right: 1px solid rgba(15, 29, 123, 0.7); background-color: rgb(248, 249, 251) !important; margin: 0px auto !important; }[data-css=\"tve-u-1621b10fccf\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621b0e4fb7\"] { border-right: none; max-width: 100%; padding: 0px !important; margin-bottom: 40px !important; margin-right: 0px !important; }[data-css=\"tve-u-1621b072b4e\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-1621b064668\"] { max-width: 52%; }[data-css=\"tve-u-1621b064646\"] { max-width: 48%; }[data-css=\"tve-u-1621afda4fa\"] { max-width: none; padding: 0px !important; margin-bottom: 40px !important; }#tve_editor [data-css=\"tve-u-1621afd8c98\"] { color: rgb(255, 255, 255) !important; font-size: 20px !important; }[data-css=\"tve-u-1621afceb00\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 80%; padding: 0px !important; margin-bottom: 50px !important; }#tve_editor [data-css=\"tve-u-1621afcc0bf\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1621a8a804b\"] > .tcb-flex-col { padding-left: 60px; }[data-css=\"tve-u-1621ae6c8da\"] { clip-path: url(\"#clip-top-aa2c3e3c70555\"); -webkit-clip-path: url(\"#clip-top-aa2c3e3c70555\");  background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-Cta-2.jpg\") !important; background-size: cover !important; background-position: 0% 100% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1621ae4fd21\"] { max-width: 100%; top: -70px; z-index: 5; left: -60px; position: relative !important; padding: 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-1621ae4db6e\"] { min-height: 524px; }[data-css=\"tve-u-1621ada1e7f\"] .tve-page-section-in { display: flex; flex-direction: column; justify-content: center; }[data-css=\"tve-u-1621adea58b\"] > .tcb-flex-col > .tcb-col { min-height: 1px; justify-content: center; }[data-css=\"tve-u-1621ae0bec7\"] { height: calc(100% - -22px); background-image: linear-gradient(rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.14)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; margin-left: 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621adea58b\"] > .tcb-flex-col { padding-left: 50px; }[data-css=\"tve-u-1621adea58b\"] { margin-left: -50px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-1621ade6172\"] { max-width: 100%; float: none; width: 100%; margin: 0px auto !important; }[data-css=\"tve-u-1621adba9ef\"] { clip-path: url(\"#clip-top-52d5a36c151aa\"); -webkit-clip-path: url(\"#clip-top-52d5a36c151aa\");  background-image: linear-gradient(rgba(15, 29, 123, 0.65), rgba(15, 29, 123, 0.65)), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-cta-bg.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-1621ada1e7f\"] { padding: 0px 40px !important; }[data-css=\"tve-u-1621ad46076\"] { padding: 100px 40px !important; margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1621ad420c4\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-1621a9076ef\"] { padding-top: 2px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-1621acf64fb\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621acf47d2\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1621acf0289\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621a8e11f3\"] { padding-top: 2px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-1621a8e5625\"] { padding-top: 2px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-1621ace4de9\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1621ace1b08\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1621a9a2867\"] strong { font-weight: 700; }#tve_editor [data-css=\"tve-u-1621a9a2867\"] { font-weight: 300; color: rgb(15, 29, 123) !important; font-family: Poppins !important; }[data-css=\"tve-u-1621a9750ae\"] { font-size: 18.36px !important; line-height: 18.36px !important; }[data-css=\"tve-u-1621a9a2867\"] { font-size: 64.8px !important; line-height: 64.8px !important; }[data-css=\"tve-u-1621a9a2866\"] { margin-top: 54px !important; }[data-css=\"tve-u-1621a9a2862\"] { width: 216px !important; height: 216px !important; background-color: rgb(137, 141, 167) !important; }[data-css=\"tve-u-1621a98b602\"] { stroke-dasharray: 678.584, 678.584; }[data-css=\"tve-u-1621a983587\"] { float: none; border: 30px solid rgba(137, 141, 167, 0.24); z-index: 3; position: relative; margin: 30px auto 0px !important; padding: 0px !important; }[data-css=\"tve-u-1621a9750ae\"] strong { font-weight: 700; }#tve_editor [data-css=\"tve-u-1621a9750ae\"] { color: rgb(255, 255, 255) !important; font-family: Monda !important; }[data-css=\"tve-u-1621a96b190\"] { background-color: rgb(101, 114, 203); width: 194.4px !important; height: 194.4px !important; top: 10.8px !important; bottom: 10.8px !important; left: 10.8px !important; right: 10.8px !important; }[data-css=\"tve-u-1621a9685d4\"] { stroke: rgb(248, 251, 253) !important; stroke-width: 22.6px !important; }[data-css=\"tve-u-1621a8a804b\"] > .tcb-flex-col > .tcb-col { min-height: 445px; justify-content: center; }[data-css=\"tve-u-1621a90a46f\"] { background-image: radial-gradient(rgba(255, 255, 255, 0.51) 16%, rgb(255, 255, 255) 73%), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-100-clean.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }#tve_editor [data-css=\"tve-u-1621a9076ef\"] > :first-child { color: rgb(15, 29, 123); }#tve_editor [data-css=\"tve-u-1621a8e5625\"] > :first-child { color: rgb(15, 29, 123); }#tve_editor [data-css=\"tve-u-1621a8e11f3\"] > :first-child { color: rgb(15, 29, 123); }[data-css=\"tve-u-1621a8c4313\"] { padding: 0px !important; margin-bottom: 60px !important; }[data-css=\"tve-u-1621a8b2488\"] { float: none; max-width: 100%; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621a8a804b\"] { min-height: inherit; margin-left: -60px; padding: 0px !important; }[data-css=\"tve-u-1621a2e0d5b\"] { line-height: 1em !important; }[data-css=\"tve-u-1621a2247ba\"] { max-width: 100%; float: none; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; }#tve_editor [data-css=\"tve-u-1620af7eb3f\"] .tcb-button-link { font-size: 18px; color: rgb(15, 29, 123) !important; }#tve_editor [data-css=\"tve-u-1620af7eb3f\"]:hover strong { font-weight: 700 !important; }[data-css=\"tve-u-1620af7eb3f\"] { width: 268px; float: left; z-index: 3; position: relative; display: block; max-width: 268px; margin-bottom: 0px !important; margin-top: 0px !important; margin-left: 3px !important; }#tve_editor [data-css=\"tve-u-1620af7eb3f\"]:hover .tcb-button-link { color: rgb(255, 255, 255) !important; border-radius: 200px !important; overflow: hidden !important; font-family: Monda !important; font-weight: 400 !important; text-shadow: none !important; background-image: none !important; background-color: rgb(15, 29, 123) !important; }[data-css=\"tve-u-1620af7eb3f\"] .tcb-button-link { border-radius: 200px; min-height: 54.7619px; font-size: 1.33333em; padding-top: 0px; padding-bottom: 0px; background-image: none !important; background-color: rgb(255, 255, 255) !important; padding-right: 15px !important; }#tcb_landing_page a:not(.tcb-button-link).tve_state_hover { color: rgb(35, 55, 188); }#tcb_landing_page a:not(.tcb-button-link):hover { color: rgb(35, 55, 188); }#tcb_landing_page a:not(.tcb-button-link) { color: rgb(125, 138, 220); }#tcb_landing_page input strong { font-weight: 700; }#tcb_landing_page .tcb-button-link strong { font-weight: 700; }#tcb_landing_page p strong, #tcb_landing_page li strong { font-weight: 700; }#tcb_landing_page input { font-family: Merriweather; font-weight: 400; }#tcb_landing_page .tcb-button-link { font-family: Merriweather; font-weight: 400; }#tcb_landing_page p, #tcb_landing_page li { color: rgb(12, 12, 12); font-family: Merriweather; font-weight: 400; line-height: 1.5em; font-size: 16px; }#tcb_landing_page h6 { text-transform: uppercase; font-size: 14px; color: rgb(0, 0, 0); font-family: \"Special Elite\"; font-weight: 400; letter-spacing: 1px; line-height: 1.3em; }#tcb_landing_page h5 { font-size: 22px; color: rgb(12, 12, 12); font-family: \"Special Elite\"; font-weight: 400; line-height: 1.3em; }#tcb_landing_page h4 { font-size: 24px; color: rgb(12, 12, 12); font-family: \"Special Elite\"; font-weight: 400; line-height: 1.3em; }#tcb_landing_page h3 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(12, 12, 12); font-size: 26px; line-height: 1.3em; }#tcb_landing_page h2 { color: rgb(0, 0, 0); font-size: 30px; letter-spacing: 2px; text-transform: uppercase; line-height: 1.3em; font-family: \"Special Elite\"; font-weight: 400; }#tcb_landing_page h1 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(0, 0, 0); font-size: 42px; line-height: 1.3em; }[data-css=\"tve-u-15e09c94f7d\"] { background-color: rgb(255, 255, 255); }[data-css=\"tve-u-1621b01355a\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621b01355a\"] { max-width: 274px; position: relative; float: left; z-index: 3; width: 100%; padding: 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-1621b028939\"] .tcb-button-link { font-size: 18px; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1621b028939\"]:hover strong { font-weight: 700 !important; }[data-css=\"tve-u-1621b028939\"] { display: block; max-width: 268px; width: 268px; top: 0px; left: 0px; float: left; z-index: 3; position: relative; margin-bottom: 0px !important; margin-top: 0px !important; }#tve_editor [data-css=\"tve-u-1621b028939\"]:hover .tcb-button-link { background-color: rgb(255, 255, 255) !important; color: rgb(15, 29, 123) !important; overflow: hidden !important; font-family: Monda !important; background-image: none !important; text-align: center !important; }[data-css=\"tve-u-1621b028939\"] .tcb-button-link { min-height: 54.7619px; font-size: 1.33333em; padding-top: 0px; padding-bottom: 0px; border: 1px solid rgb(255, 255, 255); border-radius: 30px; overflow: hidden; background-color: rgba(26, 188, 156, 0.01) !important; padding-right: 15px !important; color: rgb(26, 188, 156) !important; }[data-css=\"tve-u-1621b08fdde\"] { border-radius: 200px; overflow: hidden; border: 1px solid rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1621b01355a\"]:hover [data-css=\"tve-u-1621b08fdde\"] { border: 1px solid rgba(255, 255, 255, 0.4) !important; }[data-css=\"tve-u-1621b30ca74\"]::after { clear: both; }#tve_editor [data-css=\"tve-u-1621e942b65\"] { font-weight: 400; letter-spacing: 0px; color: rgb(255, 255, 255) !important; font-family: Poppins !important; font-size: 30px !important; }[data-css=\"tve-u-1621e94cb4e\"] { float: none; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621eaaedd8\"] { clip-path: url(\"#clip-bottom-a2b9cf3198d6f\"); -webkit-clip-path: url(\"#clip-bottom-a2b9cf3198d6f\");  background-image: none !important; background-color: rgb(5, 10, 42) !important; }[data-css=\"tve-u-1621eab272c\"] { border-radius: 200px; overflow: hidden; background-image: none !important; border: 3px solid rgb(255, 255, 255) !important; background-color: rgb(5, 10, 42) !important; }[data-css=\"tve-u-1621eacf6af\"] { max-width: 230px; float: none; z-index: 3; position: relative; padding: 0px !important; margin: 0px auto !important; }[data-css=\"tve-u-1621eb3eb9f\"] { clip-path: url(\"#clip-bottom-ac98bb0e54b3b\"); -webkit-clip-path: url(\"#clip-bottom-ac98bb0e54b3b\");  background-image: none !important; background-color: rgb(45, 51, 89) !important; }[data-css=\"tve-u-1621eb43d8d\"] { border-radius: 200px; overflow: hidden; background-image: none !important; border: 3px solid rgb(255, 255, 255) !important; background-color: rgb(45, 51, 89) !important; }[data-css=\"tve-u-1621eb7ccb0\"] { min-height: 530px; }[data-css=\"tve-u-1621eb81205\"] { padding: 0px 0px 20px !important; margin-top: -25px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621ebbbb6d\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621ebbbb6d\"] { max-width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1621ebf340c\"] { max-width: 230px; float: none; z-index: 3; position: relative; width: 100%; padding: 0px !important; margin: 0px auto !important; }[data-css=\"tve-u-1621ebfa746\"] { padding: 0px !important; margin-top: 0px !important; margin-bottom: 30px !important; }#tve_editor [data-css=\"tve-u-1621ebfe4ce\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ebff867\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ec009a8\"] { font-size: 16px !important; }[data-css=\"tve-u-1621ec09a3c\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; margin: 0px !important; }#tve_editor [data-css=\"tve-u-1621ec09a3c\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ec0c5bd\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; margin: 0px !important; }#tve_editor [data-css=\"tve-u-1621ec0c5bd\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ec15f6e\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ec15f6e\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ec204df\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ec204df\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ec20f68\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ec20f68\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ec21a31\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ec21a31\"] > :first-child { color: rgb(137, 141, 167); }#tve_editor [data-css=\"tve-u-1621ec241aa\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ec2704c\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ec298ab\"] { font-size: 16px !important; }[data-css=\"tve-u-1621ec6c39b\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621ec6c39b\"] { float: none; max-width: 110px; z-index: 4; padding: 0px !important; margin: -60px auto 30px !important; }[data-css=\"tve-u-1621ec752da\"] { min-height: 110px; }[data-css=\"tve-u-1621ec78d2c\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621ec78d2c\"] { float: none; max-width: 110px; z-index: 4; padding: 0px !important; margin: -60px auto 30px !important; }[data-css=\"tve-u-1621ec79a7d\"] { min-height: 110px; }[data-css=\"tve-u-1621ec7f21a\"] { min-height: 160px; }[data-css=\"tve-u-1621f154231\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-1621f154231\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin: 0px 0px -1px !important; }[data-css=\"tve-u-1621f15b521\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-1621f15b521\"] { float: right; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin-top: -1px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621f4ceaf7\"] { color: rgb(15, 29, 123) !important; }[data-css=\"tve-u-1621fb65556\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-1621fb65556\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-1621fb65556\"] { min-height: inherit; margin-left: -20px; padding: 0px !important; }[data-css=\"tve-u-1621fb68b97\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-1621fb68b97\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-1621fb68b97\"] { min-height: inherit; margin-left: -30px; padding: 30px !important; }[data-css=\"tve-u-1621fbacc60\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621fbcad8c\"] { padding: 0px !important; }[data-css=\"tve-u-1621fc0ce17\"] { padding: 0px !important; margin-bottom: 15px !important; }[data-css=\"tve-u-1621fd84d7b\"] { min-height: 480px; }[data-css=\"tve-u-1621fd8766c\"] { min-height: 150px; }[data-css=\"tve-u-1621fd9c946\"] { padding: 0px 0px 20px !important; margin-top: 0px !important; margin-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-1621fe1587d\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1621fe1725e\"] strong { font-weight: 800; }#tve_editor [data-css=\"tve-u-1621fe1725e\"] { font-weight: 400; letter-spacing: 0px; color: rgb(255, 255, 255) !important; font-family: Poppins !important; font-size: 30px !important; }#tve_editor [data-css=\"tve-u-1621fe1a1af\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1621fe1bd18\"] strong { font-weight: 800; }#tve_editor [data-css=\"tve-u-1621fe1bd18\"] { font-weight: 400; letter-spacing: 0px; color: rgb(255, 255, 255) !important; font-family: Poppins !important; font-size: 30px !important; }[data-css=\"tve-u-16223b080b0\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-16223b080b0\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-16223f02c16\"] { min-height: 62px; }[data-css=\"tve-u-16223fe5f5b\"] { padding: 0px !important; }[data-css=\"tve-u-16224439be1\"] { padding: 0px !important; }#tve_editor [data-css=\"tve-u-1622444fb11\"] { letter-spacing: 1px; color: rgb(137, 141, 167) !important; font-size: 14px !important; }#tve_editor [data-css=\"tve-u-16228c764b2\"] { font-size: 18px !important; }[data-css=\"tve-u-16229f6175c\"] { border: none; margin: 80px 0px 0px !important; background-image: none !important; }[data-css=\"tve-u-16229fa6a26\"] { border: none; box-shadow: none; padding: 0px 30px 30px !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-16229fa8c68\"] { border: none; padding: 0px 30px 30px !important; background-image: none !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col > .tcb-col { min-height: 244px; }[data-css=\"tve-u-16229ffbb7b\"] { margin-left: -30px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16248fc42a1\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-16248fc42a1\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-16248fc71c8\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-16249355087\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-16249355087\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-16249358652\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-16249358652\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-1624935a201\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-1624935a201\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-16249367114\"] { border: none; margin: 30px 0px 0px !important; background-image: none !important; }[data-css=\"tve-u-16249373b25\"] { border: none; padding: 0px 30px 30px !important; background-image: linear-gradient(rgb(248, 249, 251), rgb(248, 249, 251)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1624939a960\"] { border: none; box-shadow: none; padding: 0px 30px 30px !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-162493a03b0\"] > .tcb-flex-col > .tcb-col { min-height: 244px; }[data-css=\"tve-u-162493a03b0\"] { margin-left: -30px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-162493a03b0\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-162493b6b63\"] { border: none; background-image: none !important; padding: 0px 30px 30px !important; background-color: rgb(248, 249, 251) !important; }#tve_editor [data-css=\"tve-u-162493d5f13\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-162493d5f13\"] { font-size: 30px; width: 30px; height: 30px; top: 0px; left: 0px; display: block; position: static; z-index: 8; border-bottom: 1px solid rgb(10, 93, 165); border-top: none; border-right: none; border-left: none; border-image: initial; margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-162494b490e\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-162494b7ad0\"] { padding: 0px !important; margin-top: 25px !important; margin-left: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-1625389a3d5\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-1625389a3d5\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-1625389b4ed\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-1625389b4ed\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-162539ac577\"] { max-width: 39%; }[data-css=\"tve-u-162539ac57d\"] { max-width: 61%; }#tve_editor [data-css=\"tve-u-162539c17ec\"] { font-size: 16px !important; color: rgba(12, 12, 12, 0.7) !important; }[data-css=\"tve-u-16260c39a7e\"] { float: none; max-width: 100%; border-left: 1px solid rgba(15, 29, 123, 0.7); border-right: 1px solid rgba(15, 29, 123, 0.7); margin: 0px auto !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-16260c433e9\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-Rosie.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16260c5ff07\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-16260c5ff07\"] { float: right; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin: -1px 0px 0px !important; }[data-css=\"tve-u-16260c5ff0c\"]::after { clear: both; }[data-css=\"tve-u-16260d01208\"] { max-width: 37%; }[data-css=\"tve-u-16260d0120e\"] { max-width: 63%; }[data-css=\"tve-u-16260d39b83\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-16260d39b83\"] { float: right; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin-top: -1px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-16260d3b97e\"]::after { clear: both; }[data-css=\"tve-u-16260d3f4aa\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16260d3f4aa\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-16260d3f4aa\"] { min-height: inherit; margin-left: -30px; padding: 30px !important; }[data-css=\"tve-u-16260d3f4af\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-16260d3f4af\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-16260d3f4af\"] { min-height: inherit; margin-left: -20px; padding: 0px !important; }[data-css=\"tve-u-16260d5e4b8\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-Shawn.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16260d73672\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-16260d73672\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin-top: 0px !important; margin-bottom: -1px !important; }[data-css=\"tve-u-16260d8392c\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16260d8392c\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-16260d8392c\"] { min-height: inherit; margin-left: -30px; padding: 30px !important; }[data-css=\"tve-u-16260d8396c\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-16260d8396c\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-16260d8396c\"] { min-height: inherit; margin-left: -20px; padding: 0px !important; }[data-css=\"tve-u-16260da3aa7\"] { float: none; max-width: 100%; border-left: 1px solid rgba(15, 29, 123, 0.7); border-right: 1px solid rgba(15, 29, 123, 0.7); margin: 0px auto !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-162717cb600\"] { max-width: 58.2%; }[data-css=\"tve-u-162717cb601\"] { max-width: 41.8%; }[data-css=\"tve-u-162717cb602\"] { clip-path: url(\"#clip-bottom-eab511de4ba9e\"); -webkit-clip-path: url(\"#clip-bottom-eab511de4ba9e\");  background-color: rgba(255, 255, 255, 0.2) !important; }[data-css=\"tve-u-162717cb603\"] { min-height: 496px; }[data-css=\"tve-u-162717cb604\"] { z-index: 5; float: right; position: relative; width: 100%; max-width: 570px; bottom: 0px; left: 0px; padding: 0px !important; margin: -59px 0px 0px !important; }[data-css=\"tve-u-162717cb605\"] { clip-path: url(\"#clip-bottom-7920fc765722d\"); -webkit-clip-path: url(\"#clip-bottom-7920fc765722d\");  background-color: rgba(255, 255, 255, 0.1) !important; }[data-css=\"tve-u-162717cb606\"] { min-height: 419px; }[data-css=\"tve-u-162717cb608\"] { max-width: 633px; z-index: 4; top: 0px; right: 0px; padding: 0px !important; margin: 164px 0px 0px !important; }[data-css=\"tve-u-162717cb609\"]::after { clear: both; }[data-css=\"tve-u-162717cb60a\"] { padding-right: 50px !important; padding-bottom: 80px !important; padding-top: 20px !important; }[data-css=\"tve-u-162717cb60b\"]::after { clear: both; }[data-css=\"tve-u-162717cb60b\"] { margin-top: 0px !important; margin-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-162717cb60c\"] .tcb-button-link { font-size: 18px; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-162717cb60c\"] { float: left; z-index: 3; position: relative; display: block; max-width: 300px; width: 300px; margin-bottom: 0px !important; margin-top: 0px !important; }#tve_editor [data-css=\"tve-u-162717cb60c\"]:hover .tcb-button-link { background-color: rgb(255, 255, 255) !important; color: rgb(15, 29, 123) !important; background-image: none !important; font-weight: bold !important; }[data-css=\"tve-u-162717cb60c\"] .tcb-button-link { border: 1px solid rgb(255, 255, 255); min-height: 54.7619px; font-size: 1.33333em; padding-top: 0px; padding-bottom: 0px; border-radius: 100px; overflow: hidden; background-color: rgba(26, 188, 156, 0.01) !important; color: rgb(26, 188, 156) !important; }[data-css=\"tve-u-162717cb60f\"] { padding: 0px !important; margin-bottom: 25px !important; }[data-css=\"tve-u-162717cb610\"] { padding: 0px !important; margin-bottom: 35px !important; }#tve_editor [data-css=\"tve-u-162717cb616\"] { text-transform: none !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-162717cb617\"] { margin-left: 0px; padding: 0px !important; }[data-css=\"tve-u-162717cb618\"] { max-width: none; margin-top: 0px !important; }[data-css=\"tve-u-162717cb620\"] { clip-path: url(\"#clip-bottom-c883ac5175045\"); -webkit-clip-path: url(\"#clip-bottom-c883ac5175045\");  background-image: linear-gradient(90deg, rgb(15, 29, 123) 0%, rgba(15, 29, 123, 0.42) 100%), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-hero-img.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-162717cb609\"] { max-width: 1200px; min-height: 630px !important; }[data-css=\"tve-u-162717cb621\"] { z-index: 1; padding: 125px 40px 0px !important; margin-top: -130px !important; }[data-css=\"tve-u-162717cb623\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-162717cb624\"] { min-height: 54px; }[data-css=\"tve-u-162717cb623\"] { max-width: 304px; float: left; z-index: 3; position: relative; width: 100%; padding: 2px !important; margin: 0px auto 18px !important; }#tve_editor [data-css=\"tve-u-162717cb625\"] .tcb-button-link { font-size: 18px; color: rgb(15, 29, 123) !important; }#tve_editor [data-css=\"tve-u-162717cb625\"]:hover strong { font-weight: 700 !important; }[data-css=\"tve-u-162717cb625\"] { display: block; max-width: 300px; width: 300px; float: none; z-index: 3; position: relative; margin: 0px auto !important; }#tve_editor [data-css=\"tve-u-162717cb625\"]:hover .tcb-button-link { color: rgb(255, 255, 255) !important; border-radius: 200px !important; overflow: hidden !important; font-family: Monda !important; font-weight: 400 !important; text-shadow: none !important; background-image: none !important; background-color: rgb(15, 29, 123) !important; }[data-css=\"tve-u-162717cb625\"] .tcb-button-link { border-radius: 200px; min-height: 54.7619px; font-size: 1.33333em; padding-top: 0px; padding-bottom: 0px; background-image: none !important; background-color: rgb(255, 255, 255) !important; padding-right: 15px !important; font-weight: bold !important; }#tve_editor [data-css=\"tve-u-162717cb623\"]:hover [data-css=\"tve-u-162717cb626\"] { border: 1px solid rgba(255, 255, 255, 0.6) !important; }[data-css=\"tve-u-162717cb626\"] { border-radius: 200px; overflow: hidden; border: 1px solid rgb(255, 255, 255) !important; }[data-css=\"tve-u-162717d1bb6\"] { border-right: 1px solid rgba(255, 255, 255, 0.2); }[data-css=\"tve-u-162717d1bbc\"] { border-left: none; padding: 0px !important; }[data-css=\"tve-u-162717d1bbe\"] { border-bottom: 1px solid rgba(255, 255, 255, 0.2); float: none; width: 100%; position: relative; z-index: 10; max-width: 1600px; margin: 0px auto !important; }[data-css=\"tve-u-162717d1bbf\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-162717d1bbf\"] > .tcb-flex-col { padding-left: 17px; }[data-css=\"tve-u-162717d1bbf\"] { margin-left: -17px; min-height: inherit; padding: 25px 0px 0px 40px !important; }#tve_editor [data-css=\"tve-u-162717d1bbe\"] p, #tve_editor [data-css=\"tve-u-162717d1bbe\"] li, #tve_editor [data-css=\"tve-u-162717d1bbe\"] blockquote, #tve_editor [data-css=\"tve-u-162717d1bbe\"] address { font-size: 16px; }#tve_editor [data-css=\"tve-u-162717d1bc3\"] > :first-child { color: rgb(255, 255, 255); }[data-css=\"tve-u-162717d1bc3\"] { font-size: 25px !important; width: 25px !important; height: 25px !important; z-index: 4; position: relative; float: left; margin: 3px 5px 0px 0px !important; padding-left: 0px !important; }[data-css=\"tve-u-162717d1bc5\"] { border-right: none; padding: 0px !important; position: static !important; }[data-css=\"tve-u-162718f6444\"] { z-index: 12; float: right; width: 100%; max-width: 600px; bottom: -30px; right: -88px; position: absolute !important; padding: 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-162718f6446\"] { min-height: 600px; }[data-css=\"tve-u-162718f6447\"] { clip-path: url(\"#clip-bottom-6d4048c9836f6\"); -webkit-clip-path: url(\"#clip-bottom-6d4048c9836f6\");  background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-Bmw.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }#tve_editor [data-css=\"tve-u-16271adf6cf\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-16271adf6cf\"] { font-size: 30px; width: 30px; height: 30px; top: 22px; left: 20px; border-bottom: 1px solid rgb(10, 93, 165); margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1641367e553\"] > :first-child { color: rgba(15, 29, 123, 0.12); }[data-css=\"tve-u-1641367e553\"] { font-size: 60px; float: none; box-shadow: none; width: 60px; height: 60px; margin: -55px auto 60px !important; padding-right: 17px !important; }[data-css=\"tve-u-16416e4fafd\"] { box-shadow: rgba(0, 0, 0, 0.02) 0px 2px 22px 0px; background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16416e603ab\"] { box-shadow: rgba(0, 0, 0, 0.12) 0px 3px 44px 0px; background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-164179a84b8\"] > .tve-cb { display: block; }[data-css=\"tve-u-164179a84b8\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-164179bced9\"] { border-right: none; padding: 3px 0px 0px !important; position: static !important; }[data-css=\"tve-u-16417b4cb9e\"] { padding: 0px 0px 50px !important; }[data-css=\"tve-u-16417b62c09\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-16417b662bf\"] { margin-top: 0px !important; margin-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-16417e5bd95\"] > :first-child { color: rgb(255, 255, 255); }[data-css=\"tve-u-16417e5bd95\"] { font-size: 25px !important; width: 25px !important; height: 25px !important; z-index: 4; position: relative; float: left; margin: 3px 15px 0px 0px !important; padding-left: 0px !important; }[data-css=\"tve-u-1641c1af44d\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1641c1b01a6\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1641c1b0a67\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1641c1b12d8\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }#tve_editor [data-css=\"tve-u-1641c1b33f9\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-1641c1b33f9\"] { font-size: 30px; width: 30px; height: 30px; top: 22px; left: 20px; border-bottom: 1px solid rgb(10, 93, 165); margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1641c1b456a\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-1641c1b456a\"] { font-size: 30px; width: 30px; height: 30px; top: 22px; left: 20px; border-bottom: 1px solid rgb(10, 93, 165); margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1641c1b52d3\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-1641c1b52d3\"] { font-size: 30px; width: 30px; height: 30px; top: 22px; left: 20px; border-bottom: 1px solid rgb(10, 93, 165); margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1641c1b60b4\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-1641c1b60b4\"] { font-size: 30px; width: 30px; height: 30px; top: 22px; left: 20px; border-bottom: 1px solid rgb(10, 93, 165); margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-16422a1ce91\"] { float: none; width: 100%; max-width: 227px; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; }#tve_editor [data-css=\"tve-u-16422a1ce92\"] { font-size: 16px !important; color: rgb(12, 12, 12) !important; }#tve_editor [data-css=\"tve-u-16422a1ce93\"] { font-size: 16px !important; color: rgb(18, 18, 18) !important; }[data-css=\"tve-u-16422a1ce92\"] { line-height: 1.7em !important; }[data-css=\"tve-u-16422a1ce93\"] { line-height: 1.7em !important; }#tve_editor [data-css=\"tve-u-16422a1ce94\"] { font-size: 16px !important; color: rgb(29, 26, 31) !important; }[data-css=\"tve-u-16422a1ce94\"] { line-height: 1.7em !important; }#tcb_landing_page .tcb-plain-text { color: rgb(0, 0, 0); font-family: Merriweather; font-weight: 400; }#tcb_landing_page .tcb-plain-text strong { font-weight: 700; }[data-css=\"tve-u-162717d1bbe\"] p { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-162717d1bbe\"] h3 { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-16959822de2\"] { width: 291px; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-16959846d3d\"] { margin-top: -10px !important; }}@media (max-width: 1023px){[data-css=\"tve-u-1621ebfa746\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621eb037bb\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621ec78d2c\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621ec6c39b\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-162717cb602\"] { clip-path: url(\"#clip-tablet-bottom-eab511de4ba9e\"); -webkit-clip-path: url(\"#clip-tablet-bottom-eab511de4ba9e\");  }[data-css=\"tve-u-1621b064668\"] { max-width: 49%; }[data-css=\"tve-u-1621b064646\"] { max-width: 51%; }[data-css=\"tve-u-1621b3c74d9\"] { max-width: 100%; }[data-css=\"tve-u-1621f0b0088\"] { min-height: 100px !important; }[data-css=\"tve-u-1621ee3afec\"] > .tve-cb { display: block; }[data-css=\"tve-u-16417b97d3c\"]::after { clear: both; }[data-css=\"tve-u-1621e7ceab3\"] > .tve-cb { display: block; }[data-css=\"tve-u-1621ea50702\"] { float: none; width: 100%; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621ae4fd21\"] > .tve-cb { display: block; }[data-css=\"tve-u-162717cb60f\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-162717cb610\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-16223dad661\"] { padding-top: 20px !important; }[data-css=\"tve-u-1641367127b\"] { float: none; font-size: 50px; width: 50px; height: 50px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1641367e553\"] { float: none; font-size: 50px; width: 50px; height: 50px; margin: -44px auto 40px !important; padding-right: 12px !important; }[data-css=\"tve-u-1621e7b695a\"] { margin-bottom: 50px !important; }[data-css=\"tve-u-1621ee37f4a\"] { min-height: 262px; }[data-css=\"tve-u-1621ada1e7f\"] { padding: 50px 30px 50px 0px !important; }[data-css=\"tve-u-1621b072b4e\"] { max-width: 100%; }[data-css=\"tve-u-1621a2247ba\"] { margin-bottom: 60px !important; }[data-css=\"tve-u-16229f6175c\"] { margin-top: 0px !important; }[data-css=\"tve-u-162717cb60b\"] { height: calc(100% - -85px); margin-top: -85px !important; }[data-css=\"tve-u-162717cb617\"] .tcb-flex-col { flex-basis: 560px !important; }#tcb_landing_page h5 { line-height: 1.3em; }#tcb_landing_page h6 { line-height: 1.4em; }#tcb_landing_page p, #tcb_landing_page li { line-height: 1.5em; }[data-css=\"tve-u-1628a146aef\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1628a12f675\"] { margin-bottom: 40px !important; }[data-css=\"tve-u-1628a10d3b4\"] { margin-bottom: 40px !important; }[data-css=\"tve-u-162718bd0c0\"] { clip-path: url(\"#clip-tablet-top-a3b25e1c9221a\"); -webkit-clip-path: url(\"#clip-tablet-top-a3b25e1c9221a\");  background-color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-162717cb621\"] { z-index: 6; padding-top: 70px !important; margin-top: -84px !important; }[data-css=\"tve-u-162718a3b40\"] { max-width: 100%; min-height: 1px !important; }[data-css=\"tve-u-16271adf6cf\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-162493d5f13\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-162717fcf9d\"] { margin-top: -40px !important; padding-top: 90px !important; padding-left: 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-16260d3f4af\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16260d3f4aa\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1621fb65556\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1621fb68b97\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16260d8396c\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16260d8392c\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16260d39b83\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-16260c5ff07\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-16260ba2fa4\"] { padding: 50px 40px !important; }[data-css=\"tve-u-16260be7104\"] { max-width: 100%; }[data-css=\"tve-u-1621ebbbb6d\"] { margin-top: -1px !important; }[data-css=\"tve-u-1621eaaedd8\"] { clip-path: url(\"#clip-tablet-bottom-a2b9cf3198d6f\"); -webkit-clip-path: url(\"#clip-tablet-bottom-a2b9cf3198d6f\");  }[data-css=\"tve-u-1621e7e9950\"] { margin-top: -1px !important; }[data-css=\"tve-u-16229fa8c68\"] { padding: 0px 20px 20px !important; }[data-css=\"tve-u-1622f65ba70\"] { padding: 0px 20px 20px !important; }[data-css=\"tve-u-16249373b25\"] { padding-left: 20px !important; padding-right: 20px !important; padding-bottom: 20px !important; }[data-css=\"tve-u-162493b6b63\"] { padding-left: 20px !important; padding-bottom: 20px !important; padding-right: 20px !important; }[data-css=\"tve-u-16249367114\"] { margin-top: 20px !important; }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-1624935a201\"] { line-height: 1.3em !important; }[data-css=\"tve-u-16249358652\"] { line-height: 1.3em !important; }[data-css=\"tve-u-16249355087\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1625389b4ed\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1625389a3d5\"] { line-height: 1.3em !important; }[data-css=\"tve-u-16248fc42a1\"] { line-height: 1.3em !important; }[data-css=\"tve-u-162493a03b0\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-162493a03b0\"] .tcb-flex-col { flex-basis: 145px !important; }[data-css=\"tve-u-1622a159bcb\"] { float: none; max-width: 85%; margin: 0px auto !important; padding-top: 0px !important; }[data-css=\"tve-u-16229fa6a26\"] { margin-bottom: 20px !important; padding: 0px 20px 20px !important; }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16229ffbb7b\"] { min-height: inherit; margin-left: -20px; }[data-css=\"tve-u-1621ad46076\"] { margin-bottom: 0px !important; margin-top: 0px !important; padding: 50px 40px !important; }#tve_editor [data-css=\"tve-u-1621b028939\"] .tcb-button-link { font-size: 18px; }[data-css=\"tve-u-16223f02c16\"] { min-height: 54px; }[data-css=\"tve-u-1621b01355a\"] { max-width: 304px; padding: 2px !important; }[data-css=\"tve-u-1620af7eb3f\"] { float: none; z-index: 3; position: relative; display: block; max-width: 300px; width: 300px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621afda4fa\"] { max-width: 100%; margin-bottom: 30px !important; }[data-css=\"tve-u-16224716d62\"]::after { clear: both; }[data-css=\"tve-u-1621f0aa8f7\"] { margin-top: 0px !important; }[data-css=\"tve-u-1621e7e6c1d\"] { min-height: 150px; }[data-css=\"tve-u-1621e7edfd9\"] { clip-path: url(\"#clip-tablet-bottom-10ffac3b28f1d\"); -webkit-clip-path: url(\"#clip-tablet-bottom-10ffac3b28f1d\");  }[data-css=\"tve-u-1621ebf340c\"] { float: none; width: 100%; padding: 0px !important; margin-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621e7d5094\"] { min-height: 455px; }[data-css=\"tve-u-1621adea58b\"] > .tcb-flex-col > .tcb-col { justify-content: center; }[data-css=\"tve-u-16223dad661\"]::after { clear: both; }[data-css=\"tve-u-1621e8107f3\"] { float: none; margin-left: auto !important; margin-right: auto !important; margin-bottom: 20px !important; }[data-css=\"tve-u-16223b080b0\"] { float: none; margin-left: auto !important; margin-right: auto !important; margin-top: -1px !important; }[data-css=\"tve-u-1621eb3eb9f\"] { clip-path: url(\"#clip-tablet-bottom-ac98bb0e54b3b\"); -webkit-clip-path: url(\"#clip-tablet-bottom-ac98bb0e54b3b\");  }[data-css=\"tve-u-1621fe78878\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1621fe78878\"] { min-height: inherit; }#tve_editor [data-css=\"tve-u-1621e92e97f\"] { font-size: 22px !important; }#tve_editor [data-css=\"tve-u-1621e942b65\"] { letter-spacing: 0px; font-size: 1.5em !important; }#tve_editor [data-css=\"tve-u-1621fe1bd18\"] { letter-spacing: 0px; font-size: 1.5em !important; }#tve_editor [data-css=\"tve-u-1621fe1a1af\"] { font-size: 22px !important; }#tve_editor [data-css=\"tve-u-1621fe1725e\"] { letter-spacing: 0px; font-size: 1.5em !important; }#tve_editor [data-css=\"tve-u-1621fe1587d\"] { font-size: 22px !important; }[data-css=\"tve-u-1621ef118dc\"] { position: relative; top: -50px; left: 30px; width: 100%; }[data-css=\"tve-u-1621ee3afec\"] { padding: 40px 0px 0px !important; }[data-css=\"tve-u-1621ee63e1c\"] { max-width: none; margin-bottom: 30px !important; }[data-css=\"tve-u-1621ee74a24\"] { top: 0px; right: 0px; font-size: 45px; width: 45px; height: 45px; float: none; padding-left: 0px !important; margin: 0px auto !important; }[data-css=\"tve-u-1621ee18a1c\"] { margin-top: 40px !important; margin-left: 20px !important; margin-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-1621fdcb4ea\"] { letter-spacing: 1px; font-size: 1.5em !important; }[data-css=\"tve-u-1621ec7f21a\"] { min-height: 150px; }[data-css=\"tve-u-1621eacf6af\"] { float: none; max-width: 230px; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621fd9c946\"] { max-width: 380px; float: none; width: 100%; margin: 0px auto !important; padding-left: 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-1621eb81205\"] { margin-top: 0px !important; }[data-css=\"tve-u-1621eb7ccb0\"] { min-height: 455px; }[data-css=\"tve-u-1621fd8766c\"] { min-height: 150px; }[data-css=\"tve-u-1621fd84d7b\"] { min-height: 430px; }[data-css=\"tve-u-1621e7c7aa1\"] .tcb-flex-col { flex-basis: 300px !important; }#tve_editor [data-css=\"tve-u-1621e7a7350\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621e7c899a\"] { float: none; max-width: 100%; margin-left: auto !important; margin-right: auto !important; margin-top: 0px !important; }[data-css=\"tve-u-1621e7c7aa1\"] { margin-left: -20px; flex-direction: row; }[data-css=\"tve-u-1621e7c7aa1\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-1621b3c8c52\"] { padding: 50px 40px !important; }[data-css=\"tve-u-1621fc0ce17\"] { margin-top: 10px !important; margin-bottom: 7px !important; }[data-css=\"tve-u-1621fbcad8c\"] { padding-left: 0px !important; padding-right: 30px !important; }[data-css=\"tve-u-1621fbacc60\"] { max-width: 177px; }[data-css=\"tve-u-1621fb68b97\"] { margin-left: -15px; min-height: inherit; padding: 20px !important; }[data-css=\"tve-u-1621fb68b97\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-1621fb65556\"] { margin-left: -15px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-1621fb65556\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-1621b200375\"] { float: none; max-width: 100%; margin: 0px auto !important; }[data-css=\"tve-u-1621b0e4fb7\"] { max-width: 100%; float: none; z-index: 3; position: relative; margin-right: auto !important; margin-left: auto !important; margin-bottom: 20px !important; }#tve_editor [data-css=\"tve-u-1621b10fccf\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621ae0bec7\"] { background-image: none !important; margin-top: 0px !important; }[data-css=\"tve-u-1621ae6c8da\"] { clip-path: url(\"#clip-tablet-top-aa2c3e3c70555\"); -webkit-clip-path: url(\"#clip-tablet-top-aa2c3e3c70555\");  }[data-css=\"tve-u-1621adba9ef\"] { clip-path: url(\"#clip-tablet-top-52d5a36c151aa\"); -webkit-clip-path: url(\"#clip-tablet-top-52d5a36c151aa\");  }[data-css=\"tve-u-1621ad420c4\"] { max-width: 100%; min-height: 1px !important; }[data-css=\"tve-u-1621f45bed3\"] { padding: 0px !important; }[data-css=\"tve-u-1621ae4fd21\"] { max-width: 100%; left: 0px; top: 0px; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621ae4db6e\"] { min-height: 300px; }#tve_editor [data-css=\"tve-u-1621afd8c98\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621afcc0bf\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621afceb00\"] { max-width: 100%; margin-bottom: 30px !important; }[data-css=\"tve-u-1621a98b602\"] { stroke-dasharray: 534.071, 534.071; }[data-css=\"tve-u-1621a9750ae\"] { font-size: 14.45px !important; line-height: 14.45px !important; }[data-css=\"tve-u-1621a9a2867\"] { font-size: 51px !important; line-height: 51px !important; }[data-css=\"tve-u-1621a9a2866\"] { margin-top: 42.5px !important; }[data-css=\"tve-u-1621a96b190\"] { width: 153px !important; height: 153px !important; top: 8.5px !important; bottom: 8.5px !important; left: 8.5px !important; right: 8.5px !important; }[data-css=\"tve-u-1621a9685d4\"] { stroke-width: 18px !important; }[data-css=\"tve-u-1621a9a2862\"] { width: 170px !important; height: 170px !important; }[data-css=\"tve-u-1621a983587\"] { float: none; border: 20px solid rgba(137, 141, 167, 0.24); margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621a8b2488\"] { float: none; max-width: 100%; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621a8a804b\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1621a8a804b\"] { margin-left: -24px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-1621a8a804b\"] > .tcb-flex-col { padding-left: 24px; }#tve_editor [data-css=\"tve-u-1621a2e0d5b\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621b028939\"] { position: relative; float: left; z-index: 3; display: block; max-width: 300px; width: 300px; margin-top: 15px !important; }[data-css=\"tve-u-1621adea58b\"] { margin-left: -30px; }[data-css=\"tve-u-1621adea58b\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-1621ade6172\"] { max-width: 100%; position: static; }#tve_editor [data-css=\"tve-u-16248fc42a1\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-16249355087\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-16249358652\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-1624935a201\"] { font-size: 18px !important; }[data-css=\"tve-u-1624939a960\"] { margin-bottom: 0px !important; padding-bottom: 20px !important; padding-left: 20px !important; padding-right: 20px !important; }[data-css=\"tve-u-162493a03b0\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-162493a03b0\"] { min-height: inherit; margin-left: -20px; }#tve_editor [data-css=\"tve-u-1625389a3d5\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-1625389b4ed\"] { font-size: 18px !important; }[data-css=\"tve-u-16260c39a7e\"] { float: none; max-width: 100%; margin: 0px auto !important; }[data-css=\"tve-u-16260d3f4aa\"] { margin-left: -15px; min-height: inherit; padding: 20px !important; }[data-css=\"tve-u-16260d3f4aa\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-16260d3f4af\"] { margin-left: -15px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-16260d3f4af\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-16260d8392c\"] { margin-left: -15px; min-height: inherit; padding: 20px !important; }[data-css=\"tve-u-16260d8392c\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-16260d8396c\"] { margin-left: -15px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-16260d8396c\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-16260da3aa7\"] { float: none; max-width: 100%; margin: 0px !important; }[data-css=\"tve-u-162717cb60c\"] { display: block; max-width: 300px; width: 300px; }[data-css=\"tve-u-162717cb609\"] { max-width: 100%; min-height: 1px !important; }[data-css=\"tve-u-162717cb605\"] { clip-path: url(\"#clip-tablet-bottom-7920fc765722d\"); -webkit-clip-path: url(\"#clip-tablet-bottom-7920fc765722d\");  background-color: rgba(244, 149, 29, 0) !important; }[data-css=\"tve-u-162717cb60a\"] { padding: 0px !important; }[data-css=\"tve-u-162717cb618\"] { float: none; max-width: 100%; margin-top: 60px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-162717cb620\"] { clip-path: url(\"#clip-tablet-bottom-c883ac5175045\"); -webkit-clip-path: url(\"#clip-tablet-bottom-c883ac5175045\");  }[data-css=\"tve-u-162717cb603\"] { min-height: 220px; }[data-css=\"tve-u-162717cb604\"] { max-width: 350px; float: right; z-index: 3; position: relative; width: 100%; bottom: 7px; left: 0px; margin-top: 0px !important; margin-left: 0px !important; padding-left: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-162717cb608\"] { max-width: 350px; position: relative; float: right; z-index: 3; width: 100%; top: 0px; right: 0px; margin-top: 0px !important; }[data-css=\"tve-u-162717cb606\"] { min-height: 1px; }[data-css=\"tve-u-162717d1bbf\"] { margin-left: 0px; padding: 25px 25px 0px !important; }[data-css=\"tve-u-162717d1bbf\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-162717d1bc5\"] { border-right: none; padding-left: 35px !important; padding-right: 0px !important; }[data-css=\"tve-u-162717d1bb6\"] { padding-left: 0px !important; }[data-css=\"tve-u-162717d1bbc\"] { border-left: none; border-right: none; padding-left: 30px !important; padding-bottom: 10px !important; }[data-css=\"tve-u-162717d1bc3\"] { font-size: 14px; width: 14px; height: 14px; margin-bottom: 10px !important; margin-left: 0px !important; padding-left: 10px !important; }[data-css=\"tve-u-162717d1bbe\"] { max-width: 100%; margin-left: 0px !important; margin-right: 30px !important; }[data-css=\"tve-u-162718f6444\"] { max-width: 360px; bottom: -35px; position: relative; left: 40px; margin-bottom: 0px !important; }[data-css=\"tve-u-162718f6446\"] { min-height: 300px; }[data-css=\"tve-u-162718f6447\"] { clip-path: url(\"#clip-tablet-bottom-6d4048c9836f6\"); -webkit-clip-path: url(\"#clip-tablet-bottom-6d4048c9836f6\");  }[data-css=\"tve-u-164179bced9\"] { border-right: none; padding-left: 30px !important; padding-right: 0px !important; }[data-css=\"tve-u-16417b62c09\"] { max-width: 177px; }[data-css=\"tve-u-16417b662bf\"] { max-width: 177px; }[data-css=\"tve-u-16417e5bd95\"] { font-size: 14px; width: 14px; height: 14px; margin-bottom: -14px !important; margin-left: 0px !important; }[data-css=\"tve-u-1641c1b33f9\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-1641c1b456a\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-1641c1b52d3\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-1641c1b60b4\"] { font-size: 25px; width: 25px; height: 25px; }#tve_editor [data-css=\"tve-u-16422a1ce94\"] { font-size: 16px !important; }[data-css=\"tve-u-16959822de2\"] { margin-right: 1px !important; padding-right: 10px !important; padding-top: 10px !important; }}@media (max-width: 767px){[data-css=\"tve-u-162717cb605\"] { clip-path: url(\"#clip-mobile-bottom-7920fc765722d\"); -webkit-clip-path: url(\"#clip-mobile-bottom-7920fc765722d\");  }[data-css=\"tve-u-162717cb602\"] { clip-path: url(\"#clip-mobile-bottom-eab511de4ba9e\"); -webkit-clip-path: url(\"#clip-mobile-bottom-eab511de4ba9e\");  }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-16417e9d24e\"]::after { clear: both; }[data-css=\"tve-u-16417b70f47\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 0px !important; }[data-css=\"tve-u-1621e819c52\"] { min-height: 100px; }[data-css=\"tve-u-1621e8107f3\"] { max-width: 100px; }[data-css=\"tve-u-1621fd8766c\"] { min-height: 144px; }[data-css=\"tve-u-1621ec79a7d\"] { min-height: 100px; }[data-css=\"tve-u-1621ec78d2c\"] { max-width: 100px; }[data-css=\"tve-u-1621ec7f21a\"] { min-height: 144px; }[data-css=\"tve-u-1621e7e6c1d\"] { min-height: 144px; }[data-css=\"tve-u-16417b4cb9e\"] { padding-bottom: 30px !important; }[data-css=\"tve-u-1621ec752da\"] { min-height: 100px; }[data-css=\"tve-u-1621ec6c39b\"] { max-width: 100px; }[data-css=\"tve-u-1621fd84d7b\"] { min-height: 430px; }[data-css=\"tve-u-1621e7c7aa1\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16223dad661\"] { padding-top: 0px !important; }[data-css=\"tve-u-1621b3c74d9\"] { max-width: 100%; }[data-css=\"tve-u-1621eb81205\"] { max-width: 100%; margin-bottom: 20px !important; }[data-css=\"tve-u-1621e7ceab3\"] { max-width: 100%; margin-bottom: 20px !important; }[data-css=\"tve-u-1621f0b0088\"] { min-height: 120px !important; }[data-css=\"tve-u-1621f0da775\"] { float: none; width: 100%; max-width: 280px; margin: 0px auto 20px !important; }[data-css=\"tve-u-1621ee37f4a\"] { min-height: 260px; }[data-css=\"tve-u-1621ee3afec\"] > .tve-cb { display: flex; justify-content: center; flex-direction: column; }[data-css=\"tve-u-1621ee63e1c\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1641367127b\"] { font-size: 30px; width: 30px; height: 30px; }[data-css=\"tve-u-1641367e553\"] { float: none; font-size: 30px; width: 30px; height: 30px; margin: -30px auto 30px !important; padding-right: 10px !important; }[data-css=\"tve-u-1621ada1e7f\"] { padding: 0px !important; }[data-css=\"tve-u-162717cb617\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-162717cb617\"] { min-height: inherit; }[data-css=\"tve-u-16229fa6a26\"] { height: calc(100% - 21px); margin-bottom: 0px !important; margin-top: 21px !important; }[data-css=\"tve-u-1624939a960\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-162493a03b0\"] .tcb-flex-col { flex-basis: 400px !important; }[data-css=\"tve-u-1621a2247ba\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-162717cb60f\"] { margin-bottom: 25px !important; }[data-css=\"tve-u-162717d1bbf\"] .tcb-flex-col { flex-basis: 225px !important; }[data-css=\"tve-u-1621ee3afec\"] { max-width: 100%; padding: 0px !important; position: static !important; }#tve_editor [data-css=\"tve-u-1641333d7d1\"] { font-size: 14px !important; }[data-css=\"tve-u-162717cb60b\"] { margin-top: 0px !important; }[data-css=\"tve-u-162717cb621\"] { z-index: 2; padding-left: 20px !important; padding-right: 20px !important; margin-top: -140px !important; padding-top: 0px !important; }[data-css=\"tve-u-162717cb617\"] .tcb-flex-col { flex-basis: 435px !important; }[data-css=\"tve-u-16369305186\"] { float: none; width: 100%; max-width: 155px; z-index: 3; position: relative; margin: 0px auto !important; }#tcb_landing_page h6 { line-height: 1.4em; }#tcb_landing_page h5 { line-height: 1.3em; }#tcb_landing_page p, #tcb_landing_page li { font-size: 14px; }#tcb_landing_page h2 { font-size: 28px; }#tcb_landing_page h1 { font-size: 35px; }[data-css=\"tve-u-16260ba2fa4\"] { padding-bottom: 40px !important; padding-left: 20px !important; padding-right: 20px !important; }[data-css=\"tve-u-1628a10d3b4\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-1628a12f675\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-162717cb610\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-16271bfe70c\"] { padding: 0px !important; }[data-css=\"tve-u-162717fcf9d\"] { z-index: 1; margin-top: 0px !important; padding-top: 75px !important; padding-left: 20px !important; padding-right: 20px !important; }[data-css=\"tve-u-162718bd0c0\"] { clip-path: url(\"#clip-mobile-top-a3b25e1c9221a\"); -webkit-clip-path: url(\"#clip-mobile-top-a3b25e1c9221a\");  }[data-css=\"tve-u-1621eb3eb9f\"] { clip-path: url(\"#clip-mobile-bottom-ac98bb0e54b3b\"); -webkit-clip-path: url(\"#clip-mobile-bottom-ac98bb0e54b3b\");  }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col > .tcb-col { min-height: 155px; }[data-css=\"tve-u-16229ffbb7b\"] { min-height: inherit; margin-left: 0px; }[data-css=\"tve-u-16229fa8c68\"] { height: calc(100% - 28px); margin-bottom: 0px !important; margin-top: 20px !important; }[data-css=\"tve-u-1622f65ba70\"] { height: calc(100% - 20px); margin-bottom: 0px !important; margin-top: 20px !important; }[data-css=\"tve-u-16229f6175c\"] { margin-top: 0px !important; }[data-css=\"tve-u-1622a159bcb\"] { float: none; max-width: 100%; margin-left: auto !important; margin-right: auto !important; padding-top: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-16229ae62a7\"] { border-right: none; }#tve_editor [data-css=\"tve-u-16228c764b2\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-16228c75500\"] { font-size: 18px !important; }[data-css=\"tve-u-1621fb65556\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-1621a983587\"] { border: 20px solid rgba(137, 141, 167, 0.32); }[data-css=\"tve-u-1621ee74a24\"] { float: none; margin-left: auto !important; margin-right: auto !important; margin-bottom: 10px !important; }[data-css=\"tve-u-1621afda4fa\"] { max-width: 100%; margin-bottom: 20px !important; }[data-css=\"tve-u-16223f02c16\"] { min-height: 54px; }[data-css=\"tve-u-1621f0aa8f7\"] { margin-top: 0px !important; }#tve_editor [data-css=\"tve-u-1622444fb11\"] { letter-spacing: 0px; }[data-css=\"tve-u-16224439be1\"] { padding: 0px !important; }[data-css=\"tve-u-1621fb68b97\"] { padding: 0px !important; }[data-css=\"tve-u-1621afceb00\"] { max-width: 100%; margin-bottom: 30px !important; }[data-css=\"tve-u-1621b0e4fb7\"] { float: none; margin-right: auto !important; margin-bottom: 30px !important; padding-left: 0px !important; margin-left: auto !important; }[data-css=\"tve-u-1621ebf340c\"] { padding-bottom: 40px !important; }[data-css=\"tve-u-1621ea50702\"] { float: none; width: 100%; padding: 0px !important; margin-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621e7d5094\"] { min-height: 430px; }[data-css=\"tve-u-1621eb7ccb0\"] { min-height: 430px; }[data-css=\"tve-u-1621ee03000\"] { flex-direction: column; }[data-css=\"tve-u-16223fe5f5b\"] { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621f0d2c1a\"] { margin-left: 25px !important; margin-right: 25px !important; }[data-css=\"tve-u-1621ee18a1c\"] { margin: 0px 20px 20px 0px !important; }[data-css=\"tve-u-1621ef118dc\"] { top: 0px; width: 245px; position: relative; float: none; z-index: 5; left: 0px; margin: -22px auto 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-1621fd9c946\"] { max-width: 100%; margin-top: 0px !important; margin-left: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-16223fc9f23\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-1621e7c899a\"] { max-width: none; float: none; margin-top: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621b3c8c52\"] { padding: 40px 20px !important; }[data-css=\"tve-u-1621fbcad8c\"] { padding: 20px !important; }[data-css=\"tve-u-1621fb65556\"] { margin-left: 0px; padding: 0px !important; }[data-css=\"tve-u-1621fbacc60\"] { max-width: 126px; float: none; margin-left: auto !important; margin-right: auto !important; margin-top: 20px !important; }[data-css=\"tve-u-1621b200375\"] { float: none; margin-top: 0px !important; margin-left: auto !important; margin-right: auto !important; }#tve_editor [data-css=\"tve-u-1621b10fccf\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621b028939\"] { display: block; max-width: 100%; width: 100%; float: none; min-width: 100%; margin-left: auto !important; margin-right: auto !important; margin-top: 0px !important; }[data-css=\"tve-u-1621ae4db6e\"] { min-height: 270px; }[data-css=\"tve-u-1621ae6c8da\"] { clip-path: url(\"#clip-mobile-top-aa2c3e3c70555\"); -webkit-clip-path: url(\"#clip-mobile-top-aa2c3e3c70555\");  }[data-css=\"tve-u-1621adba9ef\"] { clip-path: url(\"#clip-mobile-top-52d5a36c151aa\"); -webkit-clip-path: url(\"#clip-mobile-top-52d5a36c151aa\");  }[data-css=\"tve-u-16223f02c16\"]::after { clear: both; }[data-css=\"tve-u-1621b01355a\"] { max-width: 100%; float: none; margin-left: auto !important; margin-right: auto !important; margin-bottom: 15px !important; }[data-css=\"tve-u-1620af7eb3f\"] { float: none; display: block; max-width: 100%; width: 100%; min-width: 100%; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621ae0bec7\"]::after { clear: both; }[data-css=\"tve-u-1621f45bed3\"] { padding: 40px 20px 0px !important; }[data-css=\"tve-u-1621ad46076\"] { margin: 0px !important; padding: 30px 20px !important; }[data-css=\"tve-u-1621adea58b\"] { flex-flow: row-reverse wrap-reverse !important; }[data-css=\"tve-u-1621ae4fd21\"] { margin-top: 0px !important; position: static !important; }[data-css=\"tve-u-1621a8b2488\"] { float: none; max-width: 100%; margin-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621a8a804b\"] { padding-left: 0px !important; padding-right: 0px !important; }#tve_editor [data-css=\"tve-u-1621a2e0d5b\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621e7c7aa1\"] { flex-direction: column; min-height: inherit; }[data-css=\"tve-u-16249367114\"] { margin-top: 0px !important; }[data-css=\"tve-u-16249373b25\"] { height: calc(100% - 20px); margin-bottom: 0px !important; background-image: linear-gradient(rgb(248, 249, 251), rgb(248, 249, 251)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; margin-top: 20px !important; }[data-css=\"tve-u-162493a03b0\"] > .tcb-flex-col > .tcb-col { min-height: 155px; }[data-css=\"tve-u-162493a03b0\"] { min-height: inherit; }[data-css=\"tve-u-162493b6b63\"] { height: calc(100% - 20px); margin-bottom: 0px !important; margin-top: 20px !important; }[data-css=\"tve-u-16260c39a7e\"] { float: none; margin-top: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-16260d3f4aa\"] { padding: 0px !important; }[data-css=\"tve-u-16260d3f4af\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-16260d3f4af\"] { margin-left: 0px; padding: 0px !important; }[data-css=\"tve-u-16260d8392c\"] { padding: 0px !important; }[data-css=\"tve-u-16260d8396c\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-16260d8396c\"] { margin-left: 0px; padding: 0px !important; }[data-css=\"tve-u-16260da3aa7\"] { float: none; margin-top: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-162717cb60c\"] { display: block; max-width: 100%; width: 100%; min-width: 100%; float: none; margin-left: auto !important; margin-right: auto !important; margin-bottom: 20px !important; }[data-css=\"tve-u-162717cb618\"] { margin: 140px 0px 0px !important; }[data-css=\"tve-u-162717cb606\"] { min-height: 175px; }[data-css=\"tve-u-162717cb620\"] { clip-path: url(\"#clip-mobile-bottom-c883ac5175045\"); -webkit-clip-path: url(\"#clip-mobile-bottom-c883ac5175045\");  }[data-css=\"tve-u-162717cb608\"] { max-width: 100%; margin-top: 0px !important; padding-bottom: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-162717cb604\"] { margin-top: 0px !important; }[data-css=\"tve-u-162717cb60a\"] { padding: 0px !important; }#tve_editor [data-css=\"tve-u-162717cb616\"] { font-size: 27px !important; }#tve_editor [data-css=\"tve-u-162717cb629\"] { font-size: 18px !important; }[data-css=\"tve-u-162717cb625\"] { float: none; display: block; max-width: 100%; width: 100%; min-width: 100%; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-162717cb623\"] { max-width: 100%; float: none; width: 100%; margin: 0px auto 10px !important; }[data-css=\"tve-u-162717d1bbf\"] > .tcb-flex-col { padding-left: 18px; }[data-css=\"tve-u-162717d1bbf\"] { margin-left: -18px; padding: 10px 15px !important; flex-flow: row wrap !important; }[data-css=\"tve-u-162717d1bbe\"] { border-bottom: 1px solid rgba(255, 255, 255, 0.2); border-right: none; margin-left: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-162717d1bbc\"] { border: none; padding-left: 0px !important; padding-right: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-162717d1bc5\"] { border-right: none; padding-left: 15px !important; padding-right: 0px !important; }[data-css=\"tve-u-162717d1bc3\"] { margin: 3px 10px 0px 0px !important; }[data-css=\"tve-u-162717d1bb6\"] { border: none; padding-top: 0px !important; padding-left: 0px !important; margin-bottom: 1px !important; margin-top: -5px !important; padding-bottom: 10px !important; }[data-css=\"tve-u-162718f6446\"] { min-height: 280px; }[data-css=\"tve-u-162718f6444\"] { max-width: 100%; float: none; width: 100%; top: 0px; left: 0px; margin: 0px auto -30px !important; position: relative !important; }[data-css=\"tve-u-162718f6447\"] { clip-path: url(\"#clip-mobile-bottom-6d4048c9836f6\"); -webkit-clip-path: url(\"#clip-mobile-bottom-6d4048c9836f6\");  }[data-css=\"tve-u-164179a84b8\"] { float: none; width: 100%; max-width: 155px; z-index: 3; position: relative; margin-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-164179bced9\"] { border-right: none; max-width: 155px; position: relative; padding-left: 0px !important; padding-right: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-16417b62c09\"] { max-width: 126px; float: none; margin-left: auto !important; margin-right: auto !important; margin-top: 20px !important; }[data-css=\"tve-u-16417b662bf\"] { max-width: 126px; float: none; margin-left: auto !important; margin-right: auto !important; margin-top: 20px !important; }[data-css=\"tve-u-16417e5bd95\"] { margin: 3px 10px 0px 0px !important; }#tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] p, #tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] li, #tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] blockquote, #tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] address, #tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] .tcb-plain-text, #tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] label { font-size: 23px; }[data-css=\"tve-u-16959822de2\"] { padding-top: 10px !important; margin-left: auto !important; margin-right: auto !important; float: none; }}'),(6593,551,'tve_revision_tve_user_custom_css',''),(6594,551,'tve_revision_tve_page_events','a:0:{}'),(6595,551,'tve_revision_tve_globals','a:2:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";s:8:\"font_cls\";a:0:{}}'),(6596,551,'tve_revision_tve_global_scripts',''),(6597,551,'tve_revision_thrive_icon_pack','0'),(6598,551,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(6599,551,'tve_revision_tve_has_masonry','0'),(6600,551,'tve_revision_tve_has_typefocus','0'),(6601,551,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-162717d1bbe\" wfd-id=\"426\"><div class=\"tcb-flex-row tcb-medium-no-wrap v-2 tcb--cols--3 m-edit tcb-mobile-wrap\" data-css=\"tve-u-162717d1bbf\" wfd-id=\"427\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1695981e7bb\" wfd-id=\"451\"><div class=\"tcb-col\" data-css=\"tve-u-16959846d3d\" wfd-id=\"453\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16959822de2\" wfd-id=\"454\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"455\"><img class=\"tve_image wp-image-465\" alt=\"\" width=\"384\" height=\"62\" title=\"Blackhawk_custom_header\" data-id=\"465\" src=\"https://bestcerakoteflorida.com/wp-content/uploads/2019/01/Blackhawk_custom_header.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717d1bb9\" style=\"\" wfd-id=\"439\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717d1bb6\" wfd-id=\"441\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-164179a84b8\" wfd-id=\"442\">\n<div class=\"tve-content-box-background\" wfd-id=\"450\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"443\"><div class=\"tcb-clear\" wfd-id=\"448\"><a href=\"tel:1-954-848-1911\" target=\"_blank\" rel=\"\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-162717d1bc3\" data-float=\"1\" data-link-wrap=\"1\" wfd-id=\"449\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-phone-plus-light\" data-name=\"\">\n            <path d=\"M8 128h88v88c0 4.4 3.6 8 8 8h16c4.4 0 8-3.6 8-8v-88h88c4.4 0 8-3.6 8-8v-16c0-4.4-3.6-8-8-8h-88V8c0-4.4-3.6-8-8-8h-16c-4.4 0-8 3.6-8 8v88H8c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8zM487.8 24.1L387 .8c-14.7-3.4-29.8 4.2-35.8 18.1l-46.5 108.5c-5.5 12.7-1.8 27.7 8.9 36.5l53.9 44.1c-34 69.2-90.3 125.6-159.6 159.6l-44.1-53.9c-8.8-10.7-23.8-14.4-36.5-8.9L18.9 351.3c-13.9 6-21.5 21-18.1 35.8L24 487.9C27.3 502 39.9 512 54.5 512 306.7 512 512 307.8 512 54.5c0-14.6-10-27.2-24.2-30.4zM55.1 480l-23-99.6 107.4-46 59.5 72.8c103.6-48.6 159.7-104.9 208.1-208.1l-72.8-59.5 46-107.4 99.6 23C479.7 289.7 289.6 479.7 55.1 480z\"></path>\n        </svg></div></a></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162717d1bc5\" wfd-id=\"444\"><p data-css=\"tve-u-1641333d7d1\"><a href=\"tel:1-954-848-1911\" target=\"_blank\">954-848-1911</a></p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717d1bb7\" style=\"\" wfd-id=\"428\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717d1bbc\" wfd-id=\"430\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16369305186\" wfd-id=\"431\">\n<div class=\"tve-content-box-background\" wfd-id=\"438\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16417e9d24e\" wfd-id=\"432\"><div class=\"tcb-clear\" wfd-id=\"436\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-16417e5bd95\" data-float=\"1\" wfd-id=\"437\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-envelope-regular\" data-name=\"\">\n            <path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path>\n        </svg></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-164179bced9\" data-float=\"1\" wfd-id=\"433\"><p data-css=\"tve-u-1641333d7d1\"><a href=\"mailto:info@bestcerkoteflorida.com\" target=\"_blank\">info@bestcerakoteflorida.com</a></p></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-162717cb621\" data-value-type=\"percent\" wfd-id=\"383\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-162717cb620\" data-clip-id=\"c883ac5175045\" wfd-id=\"425\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-c883ac5175045\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9125, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-c883ac5175045\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9476, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-c883ac5175045\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9651, 1 1, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-162717cb609\" wfd-id=\"384\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-162717cb618\" wfd-id=\"385\"><div class=\"tcb-flex-row tcb-medium-wrap tcb-resized tcb--cols--2 v-2\" data-css=\"tve-u-162717cb617\" wfd-id=\"386\"><div class=\"tcb-flex-col\" data-css=\"tve-u-162717cb601\" style=\"\" wfd-id=\"401\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717cb60a\" wfd-id=\"403\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h1\" data-css=\"tve-u-162717cb610\" wfd-id=\"421\"><h1 data-css=\"tve-u-162717cb616\">With &nbsp;our car wash services &nbsp;your car looks like <span data-css=\"tve-u-16271ca808e\" style=\"color: rgb(0, 229, 255);\" wfd-id=\"424\">brand new</span></h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162717cb60f\" wfd-id=\"417\"><p data-css=\"tve-u-16413112747\">We provide reliable, affordable services for your vehicle. You can choose a q<span data-css=\"tve-u-16413111ba3\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"420\">u</span>ick exterior wash or a detailed clean, we have it all.</p></div><div class=\"tcb-clear\" data-css=\"tve-u-1641791ce1a\" wfd-id=\"408\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-162717cb623\" wfd-id=\"409\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-162717cb626\" data-tcb_hover_state_parent=\"1\" wfd-id=\"416\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-162717cb624\" wfd-id=\"410\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-162717cb625\" data-tcb_hover_state_parent=\"\" data-button-style=\"full_rounded\" wfd-id=\"411\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"412\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-162717cb629\" wfd-id=\"413\"><strong>Request an appointment</strong></span></span>\n</a>\n</div></div>\n</div></div><div class=\"tcb-clear\" data-css=\"tve-u-1641791de3b\" wfd-id=\"404\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-162717cb60c\" data-tcb_hover_state_parent=\"\" data-button-style=\"ghost\" wfd-id=\"405\">\n<a href=\"#\" class=\"tcb-button-link\" target=\"_blank\">\n<span class=\"tcb-button-texts\" wfd-id=\"406\"><span class=\"tcb-button-text thrv-inline-text\" wfd-id=\"407\"><strong>Call Now: 0400-700-682</strong></span></span>\n</a>\n</div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717cb600\" style=\"\" wfd-id=\"387\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717cb60b\" wfd-id=\"389\"><div class=\"tcb-clear\" data-css=\"tve-u-16417b97d3c\" wfd-id=\"390\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve_evt_manager_listen tve_et_tve-viewport tve_ea_thrive_animation tve_anim_slide_left\" data-css=\"tve-u-162717cb608\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_left&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" data-value-type=\"percent\" wfd-id=\"391\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-162717cb605\" data-clip-id=\"7920fc765722d\" wfd-id=\"400\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-7920fc765722d\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9476, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-7920fc765722d\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9476, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-7920fc765722d\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9476, 1 1, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-162717cb606\" wfd-id=\"392\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve_evt_manager_listen tve_et_tve-viewport tve_ea_thrive_animation tve_anim_slide_left\" data-css=\"tve-u-162718f6444\" data-value-type=\"percent\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_left&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" data-float=\"1\" wfd-id=\"397\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-162718f6447\" data-clip-id=\"6d4048c9836f6\" wfd-id=\"399\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-6d4048c9836f6\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9651, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-6d4048c9836f6\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9476, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-6d4048c9836f6\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"4\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9301, 1 1, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb\" data-css=\"tve-u-162718f6446\" wfd-id=\"398\"></div>\n</div><div class=\"tcb-clear\" data-css=\"tve-u-1626ca57ca6\" wfd-id=\"393\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve_evt_manager_listen tve_et_tve-viewport tve_ea_thrive_animation tve_anim_slide_left tcb-mobile-hidden\" data-css=\"tve-u-162717cb604\" data-float=\"1\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_left&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" data-value-type=\"percent\" wfd-id=\"394\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-162717cb602\" data-clip-id=\"eab511de4ba9e\" wfd-id=\"396\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-eab511de4ba9e\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9651, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-eab511de4ba9e\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9651, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-eab511de4ba9e\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9651, 1 1, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb\" data-css=\"tve-u-162717cb603\" wfd-id=\"395\"></div>\n</div></div></div>\n</div></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-162717fcf9d\" data-value-type=\"percent\" wfd-id=\"328\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-162718bd0c0\" data-clip-id=\"a3b25e1c9221a\" wfd-id=\"382\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0875\"></polygon></clipPath><clipPath id=\"clip-tablet-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"6\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.1051\"></polygon></clipPath><clipPath id=\"clip-mobile-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"1\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0175\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-162718a3b40\" wfd-id=\"329\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622a159bcb\" wfd-id=\"330\">\n<div class=\"tve-content-box-background\" wfd-id=\"381\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"331\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621a2247ba\" wfd-id=\"378\"><h2 data-css=\"tve-u-1621a2e0d5b\">our services</h2></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16229f6175c\" wfd-id=\"355\"><div class=\"tcb-flex-row tcb-medium-no-wrap tcb--cols--3 v-2\" data-css=\"tve-u-162493a03b0\" wfd-id=\"356\"><div class=\"tcb-flex-col\" wfd-id=\"371\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1624939a960\" data-tcb_hover_state_parent=\"\" wfd-id=\"373\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-162493d5f13\" data-float=\"1\" wfd-id=\"377\"><svg class=\"tcb-icon\" viewBox=\"0 0 14 28\" data-name=\"bolt\">\n<path d=\"M13.828 8.844c0.172 0.187 0.219 0.453 0.109 0.688l-8.437 18.078c-0.125 0.234-0.375 0.391-0.656 0.391-0.063 0-0.141-0.016-0.219-0.031-0.344-0.109-0.547-0.438-0.469-0.766l3.078-12.625-6.344 1.578c-0.063 0.016-0.125 0.016-0.187 0.016-0.172 0-0.359-0.063-0.484-0.172-0.187-0.156-0.25-0.391-0.203-0.609l3.141-12.891c0.078-0.297 0.359-0.5 0.688-0.5h5.125c0.391 0 0.703 0.297 0.703 0.656 0 0.094-0.031 0.187-0.078 0.281l-2.672 7.234 6.188-1.531c0.063-0.016 0.125-0.031 0.187-0.031 0.203 0 0.391 0.094 0.531 0.234z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"375\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-162494b490e\" wfd-id=\"376\"><h4 data-css=\"tve-u-16249355087\" style=\"text-align: left;\">Express exterior</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162494b7ad0\" wfd-id=\"374\"><p data-css=\"tve-u-162492e70ad\">Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"364\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162493b6b63\" data-tcb_hover_state_parent=\"\" wfd-id=\"366\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b456a\" wfd-id=\"370\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"adjust\">\n<path d=\"M12 22.5v-17c-4.688 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"368\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1af44d\" wfd-id=\"369\"><h4 data-css=\"tve-u-16249358652\" style=\"text-align: left;\">Interior clean</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"367\"><p data-css=\"tve-u-162492e70ad\">Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"357\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16249373b25\" wfd-id=\"359\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b52d3\" wfd-id=\"363\"><svg class=\"tcb-icon\" viewBox=\"0 0 26 28\" data-name=\"umbrella\">\n<path d=\"M14 12.938v9.063c0 2.172-1.828 4-4 4s-4-1.828-4-4c0-0.547 0.453-1 1-1s1 0.453 1 1c0 1.047 0.953 2 2 2s2-0.953 2-2v-9.063c0.328-0.109 0.656-0.172 1-0.172s0.672 0.063 1 0.172zM26 13.359c0 0.266-0.234 0.5-0.5 0.5-0.141 0-0.25-0.063-0.359-0.156-0.906-0.844-1.75-1.437-3.047-1.437-1.484 0-2.766 0.922-3.609 2.094-0.187 0.266-0.328 0.547-0.5 0.812-0.109 0.172-0.234 0.266-0.438 0.266-0.219 0-0.344-0.094-0.453-0.266-0.172-0.266-0.313-0.547-0.5-0.812-0.844-1.172-2.109-2.094-3.594-2.094s-2.75 0.922-3.594 2.094c-0.187 0.266-0.328 0.547-0.5 0.812-0.109 0.172-0.234 0.266-0.453 0.266-0.203 0-0.328-0.094-0.438-0.266-0.172-0.266-0.313-0.547-0.5-0.812-0.844-1.172-2.125-2.094-3.609-2.094-1.297 0-2.141 0.594-3.047 1.437-0.109 0.094-0.219 0.156-0.359 0.156-0.266 0-0.5-0.234-0.5-0.5 0-0.047 0-0.078 0.016-0.109 1.437-5.906 7.141-9.25 12.984-9.25 5.812 0 11.578 3.344 12.984 9.25 0.016 0.031 0.016 0.063 0.016 0.109zM14 2v1.531c-0.328-0.016-0.672-0.031-1-0.031s-0.672 0.016-1 0.031v-1.531c0-0.547 0.453-1 1-1s1 0.453 1 1z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"361\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b01a6\" wfd-id=\"362\"><h4 data-css=\"tve-u-1624935a201\" style=\"text-align: left;\">Wax protection</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"360\"><p data-css=\"tve-u-162492e70ad\">Etiam pharetra, erat sed fermentum feugiat, velit mauris</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16249367114\" wfd-id=\"332\"><div class=\"tcb-flex-row tcb-medium-no-wrap tcb--cols--3 v-2\" data-css=\"tve-u-16229ffbb7b\" wfd-id=\"333\"><div class=\"tcb-flex-col\" wfd-id=\"348\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229fa6a26\" wfd-id=\"350\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b33f9\" wfd-id=\"354\"><svg class=\"tcb-icon\" viewBox=\"0 0 26 28\" data-name=\"magic\">\n<path d=\"M18.594 9.078l4.578-4.578-1.672-1.672-4.578 4.578zM25.578 4.5c0 0.266-0.094 0.516-0.281 0.703l-20.094 20.094c-0.187 0.187-0.438 0.281-0.703 0.281s-0.516-0.094-0.703-0.281l-3.094-3.094c-0.187-0.187-0.281-0.438-0.281-0.703s0.094-0.516 0.281-0.703l20.094-20.094c0.187-0.187 0.438-0.281 0.703-0.281s0.516 0.094 0.703 0.281l3.094 3.094c0.187 0.187 0.281 0.438 0.281 0.703zM4.469 1.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531zM9.938 4.062l3.063 0.938-3.063 0.938-0.938 3.063-0.938-3.063-3.063-0.938 3.063-0.938 0.938-3.063zM24.469 11.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531zM14.469 1.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"352\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b0a67\" wfd-id=\"353\"><h4 data-css=\"tve-u-16248fc42a1\" style=\"text-align: left;\">Dust &amp; Dash Console</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"351\"><p data-css=\"tve-u-162492e70ad\">Duis sed odio sit amet nibh vulputate cursus a sit amet mauris.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"341\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1622f65ba70\" wfd-id=\"343\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b60b4\" wfd-id=\"347\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"certificate\">\n<path d=\"M21.5 14l2.156 2.109c0.297 0.281 0.406 0.703 0.313 1.094-0.109 0.391-0.422 0.703-0.812 0.797l-2.938 0.75 0.828 2.906c0.109 0.391 0 0.812-0.297 1.094-0.281 0.297-0.703 0.406-1.094 0.297l-2.906-0.828-0.75 2.938c-0.094 0.391-0.406 0.703-0.797 0.812-0.094 0.016-0.203 0.031-0.297 0.031-0.297 0-0.594-0.125-0.797-0.344l-2.109-2.156-2.109 2.156c-0.281 0.297-0.703 0.406-1.094 0.313-0.406-0.109-0.703-0.422-0.797-0.812l-0.75-2.938-2.906 0.828c-0.391 0.109-0.812 0-1.094-0.297-0.297-0.281-0.406-0.703-0.297-1.094l0.828-2.906-2.938-0.75c-0.391-0.094-0.703-0.406-0.812-0.797-0.094-0.391 0.016-0.812 0.313-1.094l2.156-2.109-2.156-2.109c-0.297-0.281-0.406-0.703-0.313-1.094 0.109-0.391 0.422-0.703 0.812-0.797l2.938-0.75-0.828-2.906c-0.109-0.391 0-0.812 0.297-1.094 0.281-0.297 0.703-0.406 1.094-0.297l2.906 0.828 0.75-2.938c0.094-0.391 0.406-0.703 0.797-0.797 0.391-0.109 0.812 0 1.094 0.297l2.109 2.172 2.109-2.172c0.281-0.297 0.688-0.406 1.094-0.297 0.391 0.094 0.703 0.406 0.797 0.797l0.75 2.938 2.906-0.828c0.391-0.109 0.812 0 1.094 0.297 0.297 0.281 0.406 0.703 0.297 1.094l-0.828 2.906 2.938 0.75c0.391 0.094 0.703 0.406 0.812 0.797 0.094 0.391-0.016 0.812-0.313 1.094z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"345\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b12d8\" wfd-id=\"346\"><h4 data-css=\"tve-u-1625389a3d5\" style=\"text-align: left;\">Triple Foam Polish</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"344\"><p data-css=\"tve-u-162492e70ad\">Class aptent taciti sociosqu ad litora torquent</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"334\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229fa8c68\" wfd-id=\"336\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-16271adf6cf\" wfd-id=\"340\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"bullseye\">\n<path d=\"M16 14c0 2.203-1.797 4-4 4s-4-1.797-4-4 1.797-4 4-4 4 1.797 4 4zM18 14c0-3.313-2.688-6-6-6s-6 2.688-6 6 2.688 6 6 6 6-2.688 6-6zM20 14c0 4.422-3.578 8-8 8s-8-3.578-8-8 3.578-8 8-8 8 3.578 8 8zM22 14c0-5.516-4.484-10-10-10s-10 4.484-10 10 4.484 10 10 10 10-4.484 10-10zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"338\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-16248fc71c8\" wfd-id=\"339\"><h4 data-css=\"tve-u-1625389b4ed\" style=\"text-align: left;\">Tire dressing</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"337\"><p data-css=\"tve-u-162492e70ad\">Etiam pharetra, erat sed fermentum feugiat, velit mauris</p></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621ad46076\" wfd-id=\"296\">\n<div class=\"tve-page-section-out\" wfd-id=\"327\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621b072b4e\" wfd-id=\"297\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621a8b2488\" wfd-id=\"298\"><div class=\"tcb-flex-row tcb--cols--2 v-2\" data-css=\"tve-u-1621a8a804b\" wfd-id=\"299\"><div class=\"tcb-flex-col\" wfd-id=\"309\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16271bfe70c\" wfd-id=\"311\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h3\" data-css=\"tve-u-1621a8c4313\" wfd-id=\"326\"><h3><strong>Complete cleaning services for yoâ€‹ur car</strong></h3></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-16417b70f47\" wfd-id=\"312\"><ul class=\"tcb-styled-list\" wfd-id=\"313\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621acf0289\" wfd-id=\"322\"><div class=\"tcb-styled-list-icon\" wfd-id=\"324\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a8e11f3\" wfd-id=\"325\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ace1b08\" wfd-id=\"323\">We are a small business delivering professional cleaning services for all vehicles</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621acf64fb\" wfd-id=\"318\"><div class=\"tcb-styled-list-icon\" wfd-id=\"320\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a8e5625\" wfd-id=\"321\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ace4de9\" wfd-id=\"319\">Our services are convenient for individuals and corporate fleets</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"314\"><div class=\"tcb-styled-list-icon\" wfd-id=\"316\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a9076ef\" wfd-id=\"317\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621acf47d2\" wfd-id=\"315\">We use eco-friendly products that actually clean, protect and maintain your car better than the traditional cleaning substances</span></li></ul></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"300\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621a90a46f\" wfd-id=\"302\"><div class=\"thrv_wrapper thrv-fill-counter tve_red tve_normalfc thrv_data_element\" data-css=\"tve-u-1621a983587\" wfd-id=\"303\">\n<div class=\"tve_fill_counter_n\" style=\"\" data-fill=\"100\" data-css=\"tve-u-1621a98b602\" wfd-id=\"304\">\n<svg viewBox=\"0 0 170 170\" class=\"tve_fill_counter_circle\" shape-rendering=\"optimizeSpeed\" data-css=\"tve-u-1621a9a2862\">\n<circle class=\"tve_fill_counter_circle_inner\" r=\"85\" cx=\"85\" cy=\"85\" data-css=\"tve-u-1621a9685d4\"></circle>\n</svg>\n<div class=\"tve_fill_text_in\" data-css=\"tve-u-1621a96b190\" wfd-id=\"305\">\n<div class=\"tve_fill_text_value\" data-css=\"tve-u-1621a9a2866\" wfd-id=\"307\">\n<div class=\"thrv-inline-text tve_fill_text tve_editable\" data-css=\"tve-u-1621a9a2867\" wfd-id=\"308\"><strong>100%â€‹</strong></div>\n</div>\n<div class=\"thrv-inline-text tve_editable tve_data_element_label\" data-css=\"tve-u-1621a9750ae\" wfd-id=\"306\">Clean car</div>\n</div>\n</div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621ada1e7f\" data-value-type=\"percent\" wfd-id=\"260\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621adba9ef\" data-clip-id=\"52d5a36c151aa\" wfd-id=\"295\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-52d5a36c151aa\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0875\"></polygon></clipPath><clipPath id=\"clip-tablet-top-52d5a36c151aa\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0524\"></polygon></clipPath><clipPath id=\"clip-mobile-top-52d5a36c151aa\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0349\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621ad420c4\" wfd-id=\"261\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621ade6172\" wfd-id=\"262\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2 tcb-row-reversed-mobile tcb-mobile-edit v-2\" data-css=\"tve-u-1621adea58b\" wfd-id=\"263\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621b064646\" style=\"\" wfd-id=\"289\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ae0bec7\" wfd-id=\"291\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ae4fd21\" data-value-type=\"percent\" data-float=\"1\" wfd-id=\"292\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621ae6c8da\" data-clip-id=\"aa2c3e3c70555\" wfd-id=\"294\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0349\"></polygon></clipPath><clipPath id=\"clip-tablet-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"4\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0699\"></polygon></clipPath><clipPath id=\"clip-mobile-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"4\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0699\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb\" data-css=\"tve-u-1621ae4db6e\" wfd-id=\"293\"></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621b064668\" style=\"\" wfd-id=\"264\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621f45bed3\" wfd-id=\"266\"><div class=\"tcb-clear\" data-css=\"tve-u-16224848ee5\" wfd-id=\"287\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621afceb00\" wfd-id=\"288\"><h2 data-css=\"tve-u-1621afcc0bf\">Check Out Our Special Offer!</h2></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621afda4fa\" wfd-id=\"286\"><p data-css=\"tve-u-1621afd8c98\">Donâ€™t miss the opportunity to get 50% discount on a complete cleaning just by recommending us to a friend. Bring someone you know with you and clean you car half price!</p></div><div class=\"tcb-clear\" data-css=\"tve-u-16224834cab\" wfd-id=\"267\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621fe85996\" wfd-id=\"268\"><div class=\"tcb-flex-row tcb--cols--2 tcb-resized tcb-medium-wrap tcb-desktop-wrap\" data-css=\"tve-u-1621fe78878\" wfd-id=\"269\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621fe94086\" style=\"\" wfd-id=\"277\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"279\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621b01355a\" wfd-id=\"280\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621b08fdde\" data-tcb_hover_state_parent=\"1\" wfd-id=\"285\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16223f02c16\" wfd-id=\"281\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-1620af7eb3f\" data-tcb_hover_state_parent=\"\" data-button-style=\"full_rounded\" wfd-id=\"282\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"283\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-16228c75500\" wfd-id=\"284\"><strong>Request an appointment</strong></span></span>\n</a>\n</div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621fe940b9\" style=\"\" wfd-id=\"270\"><div class=\"tcb-col\" wfd-id=\"272\"><div class=\"tcb-clear\" data-css=\"tve-u-16224716d62\" wfd-id=\"273\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-1621b028939\" data-tcb_hover_state_parent=\"\" data-button-style=\"ghost\" wfd-id=\"274\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"275\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-16228c764b2\" wfd-id=\"276\"><strong>Call Now: 0400-700-682</strong></span></span>\n</a>\n</div></div></div></div></div></div></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16260ba2fa4\" wfd-id=\"167\">\n<div class=\"tve-page-section-out\" wfd-id=\"259\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16260be7104\" wfd-id=\"168\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621b0e4fb7\" wfd-id=\"258\"><h2 data-css=\"tve-u-1621b10fccf\" style=\"text-align: center;\">our happy clients</h2></div><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641367127b\" data-float=\"1\" wfd-id=\"257\"><svg class=\"tcb-icon\" viewBox=\"0 0 30 32\" data-name=\"quote-left\">\n<path d=\"M13.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429zM29.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641367e553\" wfd-id=\"256\"><svg class=\"tcb-icon\" viewBox=\"0 0 30 32\" data-name=\"quote-left\">\n<path d=\"M13.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429zM29.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a10d3b4\" wfd-id=\"227\">\n<div class=\"tve-content-box-background\" wfd-id=\"255\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"228\"><div class=\"tcb-clear\" data-css=\"tve-u-1621b300a64\" wfd-id=\"253\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-1621f154231\" wfd-id=\"254\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621b200375\" wfd-id=\"231\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-16260d8392c\" wfd-id=\"232\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"237\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"239\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16417b62c09\" wfd-id=\"240\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-16260d8396c\" wfd-id=\"241\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16260d01208\" style=\"\" wfd-id=\"247\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"249\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"250\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16225617da3\" wfd-id=\"252\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"251\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16260d0120e\" style=\"\" wfd-id=\"242\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"244\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"246\"><h5>Brett Graham, 28</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"245\"><h6 class=\"\">Architect</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"233\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"235\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"236\"><p data-css=\"tve-u-162539c17ec\">Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit. Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit.&nbsp;</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-16260c5ff0c\" wfd-id=\"229\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260c5ff07\" wfd-id=\"230\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a12f675\" wfd-id=\"198\">\n<div class=\"tve-content-box-background\" wfd-id=\"226\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"199\"><div class=\"tcb-clear\" data-css=\"tve-u-16260cd7683\" wfd-id=\"224\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260d73672\" wfd-id=\"225\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16260da3aa7\" wfd-id=\"202\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-1621fb68b97\" wfd-id=\"203\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"208\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"210\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16417b662bf\" wfd-id=\"211\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-1621fb65556\" wfd-id=\"212\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16229915e1a\" style=\"\" wfd-id=\"218\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"220\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"221\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16260c433e9\" wfd-id=\"223\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"222\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16229915e4e\" style=\"\" wfd-id=\"213\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"215\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"217\"><h5>Rosie Hanson, 24</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"216\"><h6 class=\"\">Real estate Associate</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"204\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"206\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"207\"><p data-css=\"tve-u-162539c17ec\">Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo.</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-16260d3b97e\" wfd-id=\"200\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260d39b83\" wfd-id=\"201\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a146aef\" wfd-id=\"169\">\n<div class=\"tve-content-box-background\" wfd-id=\"197\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"170\"><div class=\"tcb-clear\" data-css=\"tve-u-16260cd7683\" wfd-id=\"195\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260cd622f\" wfd-id=\"196\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16260c39a7e\" wfd-id=\"173\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-16260d3f4aa\" wfd-id=\"174\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"179\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"181\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621fbacc60\" wfd-id=\"182\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-16260d3f4af\" wfd-id=\"183\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16229915e1a\" style=\"\" wfd-id=\"189\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"191\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"192\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16260d5e4b8\" wfd-id=\"194\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"193\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16229915e4e\" style=\"\" wfd-id=\"184\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"186\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"188\"><h5>Shawn Mattews, 35</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"187\"><h6 class=\"\">project manager</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"175\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"177\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"178\"><p data-css=\"tve-u-162539c17ec\">Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo. Nullam ac urna eu felis.Sed non neque elit. Sed ut imperdiet nisi. Proin condimentum</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1621b30ca74\" wfd-id=\"171\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-1621f15b521\" wfd-id=\"172\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621b3c8c52\" wfd-id=\"63\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621b3cfc7b\" wfd-id=\"166\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621b3c74d9\" wfd-id=\"64\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621e7b695a\" wfd-id=\"165\"><h2 data-css=\"tve-u-1621e7a7350\" style=\"text-align: center;\">our offers</h2></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621e7c899a\" wfd-id=\"65\"><div class=\"tcb-flex-row tcb--cols--3 tcb-medium-wrap v-2\" data-css=\"tve-u-1621e7c7aa1\" wfd-id=\"66\"><div class=\"tcb-flex-col\" wfd-id=\"129\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16223fc9f23\" wfd-id=\"131\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e7ceab3\" style=\"\" wfd-id=\"132\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16416e4fafd\" wfd-id=\"164\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e7d5094\" wfd-id=\"133\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e7e9950\" data-value-type=\"percent\" style=\"\" wfd-id=\"160\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e7edfd9\" data-clip-id=\"10ffac3b28f1d\" wfd-id=\"163\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-10ffac3b28f1d\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-10ffac3b28f1d\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e7e6c1d\" wfd-id=\"161\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-16417b4cb9e\" wfd-id=\"162\"><h4 data-css=\"tve-u-1621fe1a1af\" style=\"text-align: center;\"><strong>Basic Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ec6c39b\" data-float=\"1\" wfd-id=\"156\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e81f424\" wfd-id=\"159\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec752da\" wfd-id=\"157\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"158\"><h4 data-css=\"tve-u-1621fe1bd18\" style=\"text-align: center;\"><strong>15$</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621ea50702\" wfd-id=\"134\"><ul class=\"tcb-styled-list\" wfd-id=\"135\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec3a5c0\" wfd-id=\"152\"><div class=\"tcb-styled-list-icon\" wfd-id=\"154\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec204df\" wfd-id=\"155\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec241aa\" wfd-id=\"153\">Interior vacuum</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"148\"><div class=\"tcb-styled-list-icon\" wfd-id=\"150\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec20f68\" wfd-id=\"151\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec2704c\" wfd-id=\"149\">Dust &amp;dash console</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec42aa7\" wfd-id=\"144\"><div class=\"tcb-styled-list-icon\" wfd-id=\"146\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec21a31\" wfd-id=\"147\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec298ab\" wfd-id=\"145\">Hand towel dry</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec43fe2\" wfd-id=\"140\"><div class=\"tcb-styled-list-icon\" wfd-id=\"142\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ea1fba7\" wfd-id=\"143\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea23322\" wfd-id=\"141\">Clean windows</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec454d9\" wfd-id=\"136\"><div class=\"tcb-styled-list-icon\" wfd-id=\"138\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ea295c0\" wfd-id=\"139\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea2c69a\" wfd-id=\"137\">Soft cloth wash</span></li></ul></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"98\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"100\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621eb81205\" style=\"\" wfd-id=\"101\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16416e603ab\" wfd-id=\"128\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621eb7ccb0\" wfd-id=\"102\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ebbbb6d\" data-value-type=\"percent\" wfd-id=\"124\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eaaedd8\" data-clip-id=\"a2b9cf3198d6f\" wfd-id=\"127\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-a2b9cf3198d6f\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-a2b9cf3198d6f\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec7f21a\" wfd-id=\"125\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e930bd7\" wfd-id=\"126\"><h4 data-css=\"tve-u-1621e92e97f\" style=\"text-align: center;\"><strong>Ultimate Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ec78d2c\" data-float=\"1\" wfd-id=\"120\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eab272c\" wfd-id=\"123\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec79a7d\" wfd-id=\"121\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"122\"><h4 data-css=\"tve-u-1621e942b65\" style=\"text-align: center;\"><strong>22 $</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621ebfa746\" wfd-id=\"117\"><p data-css=\"tve-u-1621f4ceaf6\" style=\"text-align: center;\">Includes basic service <span data-css=\"tve-u-1621f4ceaf7\" style=\"color: rgb(15, 29, 123);\" wfd-id=\"118\"><strong class=\"\"><span data-css=\"tve-u-1621f4ceafb\" wfd-id=\"119\">+</span></strong></span></p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621ebf340c\" wfd-id=\"103\"><ul class=\"tcb-styled-list\" wfd-id=\"104\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-164137a0b1f\" wfd-id=\"113\"><div class=\"tcb-styled-list-icon\" wfd-id=\"115\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec0c5bd\" wfd-id=\"116\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ebfe4ce\" wfd-id=\"114\">Triple foam conditiner</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec04541\" wfd-id=\"109\"><div class=\"tcb-styled-list-icon\" wfd-id=\"111\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec09a3c\" wfd-id=\"112\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ebff867\" wfd-id=\"110\">Tire dressing</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec05cc3\" wfd-id=\"105\"><div class=\"tcb-styled-list-icon\" wfd-id=\"107\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec15f6e\" wfd-id=\"108\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec009a8\" wfd-id=\"106\">Air freshner</span></li></ul></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"67\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16223dad661\" wfd-id=\"69\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621fd9c946\" style=\"\" wfd-id=\"70\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e7d234c\" wfd-id=\"97\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621fd84d7b\" wfd-id=\"71\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16223b080b0\" data-value-type=\"percent\" wfd-id=\"93\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eb3eb9f\" data-clip-id=\"ac98bb0e54b3b\" wfd-id=\"96\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621fd8766c\" wfd-id=\"94\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e930bd7\" wfd-id=\"95\"><h4 data-css=\"tve-u-1621fe1587d\" style=\"text-align: center;\"><strong>Supreme Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e8107f3\" wfd-id=\"89\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eb43d8d\" wfd-id=\"92\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e819c52\" wfd-id=\"90\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"91\"><h4 data-css=\"tve-u-1621fe1725e\" style=\"text-align: center;\"><strong>30 $</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621eb037bb\" wfd-id=\"86\"><p data-css=\"tve-u-1621f4d0451\" style=\"text-align: center;\">Includes ultimate service <span data-css=\"tve-u-1621eaff572\" style=\"color: rgb(15, 29, 123);\" wfd-id=\"87\"><strong class=\"\"><span data-css=\"tve-u-1621eb01b60\" wfd-id=\"88\">+</span></strong></span></p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621eacf6af\" wfd-id=\"72\"><ul class=\"tcb-styled-list\" wfd-id=\"73\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec36a4d\" wfd-id=\"82\"><div class=\"tcb-styled-list-icon\" wfd-id=\"84\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e9993aa\" wfd-id=\"85\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea1a5d7\" wfd-id=\"83\">Exterior trim dressing</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"78\"><div class=\"tcb-styled-list-icon\" wfd-id=\"80\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e99b1db\" wfd-id=\"81\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea19a06\" wfd-id=\"79\">Hand applied spray wax</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec37ea5\" wfd-id=\"74\"><div class=\"tcb-styled-list-icon\" wfd-id=\"76\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e99c314\" wfd-id=\"77\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea18c5d\" wfd-id=\"75\">Interior conditioner</span></li></ul></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621efddaaf\" wfd-id=\"42\">\n<div class=\"tve-page-section-out\" wfd-id=\"62\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621edf8048\" wfd-id=\"43\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621f114214\" wfd-id=\"44\"><div class=\"tcb-flex-row tcb-resized tcb-mobile-edit tcb--cols--2\" data-css=\"tve-u-1621ee03000\" wfd-id=\"45\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621ee4be21\" style=\"\" wfd-id=\"50\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ee093d4\" wfd-id=\"52\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ee3afec\" wfd-id=\"56\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621ee58e74\" wfd-id=\"61\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ee37f4a\" wfd-id=\"57\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1621ee74a24\" wfd-id=\"60\"><svg class=\"tcb-icon\" viewBox=\"0 0 16 28\" data-name=\"map-marker\">\n<path d=\"M12 10c0-2.203-1.797-4-4-4s-4 1.797-4 4 1.797 4 4 4 4-1.797 4-4zM16 10c0 0.953-0.109 1.937-0.516 2.797l-5.688 12.094c-0.328 0.688-1.047 1.109-1.797 1.109s-1.469-0.422-1.781-1.109l-5.703-12.094c-0.406-0.859-0.516-1.844-0.516-2.797 0-4.422 3.578-8 8-8s8 3.578 8 8z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621ee63e1c\" wfd-id=\"59\"><h2 data-css=\"tve-u-1621fdcb4ea\" style=\"text-align: center;\">contact us</h2></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16422a1ce91\" wfd-id=\"58\"><p data-css=\"tve-u-16422a1ce94\" style=\"text-align: left;\">Your adress goes here</p><p data-css=\"tve-u-16422a1ce93\" style=\"text-align: left;\">Phone: 0400 - 700 - 682</p><p data-css=\"tve-u-16422a1ce92\" style=\"text-align: left;\">Email: our_office@gmail.com</p></div></div>\n</div><div class=\"tcb-clear\" data-css=\"tve-u-16417c828be\" wfd-id=\"53\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_slide_left\" data-css=\"tve-u-1621ef118dc\" style=\"\" wfd-id=\"54\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"55\"><img class=\"tve_image tve_evt_manager_listen tve_et_tve-viewport wp-image-21388\" alt=\"\" width=\"567\" height=\"384\" title=\"Car wash img footer\" data-id=\"21388\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-img-footer.png\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_left&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" style=\"width: 100%;\"></span></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621ee4be73\" style=\"\" wfd-id=\"46\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ee22c43\" wfd-id=\"48\"><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-1621ee18a1c\" wfd-id=\"49\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=New York&amp;t=m&amp;z=5&amp;output=embed&amp;iwloc=near\"></iframe>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621f0aa8f7\" wfd-id=\"29\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621f0ada0e\" wfd-id=\"41\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621f0b0088\" wfd-id=\"30\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621f0d2c1a\" wfd-id=\"31\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-1621f0cbe40\" wfd-id=\"32\"><div class=\"tcb-flex-col\" wfd-id=\"37\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"39\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621f0da775\" wfd-id=\"40\"><p data-css=\"tve-u-1622444fb11\">Â© 2018, Your company name . All rights reserved.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"33\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"35\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16223fe5f5b\" wfd-id=\"36\"><p data-css=\"tve-u-1621f0d874c\" style=\"text-align: right;\">Made with <a href=\"https://thrivethemes.com/\" target=\"_blank\">Thrive Architect</a></p></div></div></div></div></div></div>\n</div>\n'),(6602,551,'tve_revision_tve_has_wistia_popover','0'),(6603,552,'tve_revision_tve_landing_page','tcb2-thrivebiz-car-wash'),(6604,552,'tve_revision_tve_landing_set',''),(6605,552,'tve_revision_tve_disable_theme_dependency','1');
INSERT INTO `wpbe_postmeta` VALUES (6606,552,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-162717d1bbe\" wfd-id=\"427\"><div class=\"tcb-flex-row tcb-medium-no-wrap v-2 tcb--cols--3 m-edit tcb-mobile-wrap\" data-css=\"tve-u-162717d1bbf\" wfd-id=\"428\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1695981e7bb\" wfd-id=\"453\"><div class=\"tcb-col\" data-css=\"tve-u-16959846d3d\" wfd-id=\"455\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16959822de2\" wfd-id=\"456\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"457\"><img class=\"tve_image wp-image-465\" alt=\"\" width=\"384\" height=\"62\" title=\"Blackhawk_custom_header\" data-id=\"465\" src=\"https://bestcerakoteflorida.com/wp-content/uploads/2019/01/Blackhawk_custom_header.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717d1bb9\" style=\"\" wfd-id=\"441\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717d1bb6\" wfd-id=\"443\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-164179a84b8\" wfd-id=\"444\">\n<div class=\"tve-content-box-background\" wfd-id=\"452\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"445\"><div class=\"tcb-clear\" wfd-id=\"450\"><a href=\"tel:1-954-848-1911\" target=\"_blank\" rel=\"\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-162717d1bc3\" data-float=\"1\" data-link-wrap=\"1\" wfd-id=\"451\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-phone-plus-light\" data-name=\"\">\n            <path d=\"M8 128h88v88c0 4.4 3.6 8 8 8h16c4.4 0 8-3.6 8-8v-88h88c4.4 0 8-3.6 8-8v-16c0-4.4-3.6-8-8-8h-88V8c0-4.4-3.6-8-8-8h-16c-4.4 0-8 3.6-8 8v88H8c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8zM487.8 24.1L387 .8c-14.7-3.4-29.8 4.2-35.8 18.1l-46.5 108.5c-5.5 12.7-1.8 27.7 8.9 36.5l53.9 44.1c-34 69.2-90.3 125.6-159.6 159.6l-44.1-53.9c-8.8-10.7-23.8-14.4-36.5-8.9L18.9 351.3c-13.9 6-21.5 21-18.1 35.8L24 487.9C27.3 502 39.9 512 54.5 512 306.7 512 512 307.8 512 54.5c0-14.6-10-27.2-24.2-30.4zM55.1 480l-23-99.6 107.4-46 59.5 72.8c103.6-48.6 159.7-104.9 208.1-208.1l-72.8-59.5 46-107.4 99.6 23C479.7 289.7 289.6 479.7 55.1 480z\"></path>\n        </svg></div></a></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162717d1bc5\" wfd-id=\"446\"><p data-css=\"tve-u-1641333d7d1\"><a href=\"tel:1-954-848-1911\" target=\"_blank\">954-848-1911</a></p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717d1bb7\" style=\"\" wfd-id=\"429\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717d1bbc\" wfd-id=\"431\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16369305186\" wfd-id=\"432\">\n<div class=\"tve-content-box-background\" wfd-id=\"440\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16417e9d24e\" wfd-id=\"433\"><div class=\"tcb-clear\" wfd-id=\"438\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-16417e5bd95\" data-float=\"1\" wfd-id=\"439\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-envelope-regular\" data-name=\"\">\n            <path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path>\n        </svg></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-164179bced9\" data-float=\"1\" wfd-id=\"434\"><p data-css=\"tve-u-1641333d7d1\"><a href=\"mailto:info@bestcerkoteflorida.com\" target=\"_blank\">info@bestcerakoteflorida.com</a></p></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-162717cb621\" data-value-type=\"percent\" wfd-id=\"384\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-162717cb620\" data-clip-id=\"c883ac5175045\" wfd-id=\"426\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-c883ac5175045\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9125, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-c883ac5175045\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9476, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-c883ac5175045\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9651, 1 1, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-162717cb609\" wfd-id=\"385\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-162717cb618\" wfd-id=\"386\"><div class=\"tcb-flex-row tcb-medium-wrap tcb-resized tcb--cols--2 v-2\" data-css=\"tve-u-162717cb617\" wfd-id=\"387\"><div class=\"tcb-flex-col\" data-css=\"tve-u-162717cb601\" style=\"\" wfd-id=\"402\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717cb60a\" wfd-id=\"404\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h1\" data-css=\"tve-u-162717cb610\" wfd-id=\"422\"><h1 data-css=\"tve-u-162717cb616\">With &nbsp;our car wash services &nbsp;your car looks like <span data-css=\"tve-u-16271ca808e\" style=\"color: rgb(0, 229, 255);\" wfd-id=\"425\">brand new</span></h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162717cb60f\" wfd-id=\"418\"><p data-css=\"tve-u-16413112747\">We provide reliable, affordable services for your vehicle. You can choose a q<span data-css=\"tve-u-16413111ba3\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"421\">u</span>ick exterior wash or a detailed clean, we have it all.</p></div><div class=\"tcb-clear\" data-css=\"tve-u-1641791ce1a\" wfd-id=\"409\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-162717cb623\" wfd-id=\"410\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-162717cb626\" data-tcb_hover_state_parent=\"1\" wfd-id=\"417\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-162717cb624\" wfd-id=\"411\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-162717cb625\" data-tcb_hover_state_parent=\"\" data-button-style=\"full_rounded\" wfd-id=\"412\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"413\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-162717cb629\" wfd-id=\"414\"><strong>Request an appointment</strong></span></span>\n</a>\n</div></div>\n</div></div><div class=\"tcb-clear\" data-css=\"tve-u-1641791de3b\" wfd-id=\"405\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-162717cb60c\" data-tcb_hover_state_parent=\"\" data-button-style=\"ghost\" wfd-id=\"406\">\n<a href=\"#\" class=\"tcb-button-link\" target=\"_blank\">\n<span class=\"tcb-button-texts\" wfd-id=\"407\"><span class=\"tcb-button-text thrv-inline-text\" wfd-id=\"408\"><strong>Call Now: 0400-700-682</strong></span></span>\n</a>\n</div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717cb600\" style=\"\" wfd-id=\"388\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717cb60b\" wfd-id=\"390\"><div class=\"tcb-clear\" data-css=\"tve-u-16417b97d3c\" wfd-id=\"391\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve_evt_manager_listen tve_et_tve-viewport tve_ea_thrive_animation tve_anim_slide_left\" data-css=\"tve-u-162717cb608\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_left&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" data-value-type=\"percent\" wfd-id=\"392\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-162717cb605\" data-clip-id=\"7920fc765722d\" wfd-id=\"401\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-7920fc765722d\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9476, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-7920fc765722d\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9476, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-7920fc765722d\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9476, 1 1, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-162717cb606\" wfd-id=\"393\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve_evt_manager_listen tve_et_tve-viewport tve_ea_thrive_animation tve_anim_slide_left\" data-css=\"tve-u-162718f6444\" data-value-type=\"percent\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_left&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" data-float=\"1\" wfd-id=\"398\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-162718f6447\" data-clip-id=\"6d4048c9836f6\" wfd-id=\"400\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-6d4048c9836f6\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9651, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-6d4048c9836f6\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9476, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-6d4048c9836f6\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"4\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9301, 1 1, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb\" data-css=\"tve-u-162718f6446\" wfd-id=\"399\"></div>\n</div><div class=\"tcb-clear\" data-css=\"tve-u-1626ca57ca6\" wfd-id=\"394\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve_evt_manager_listen tve_et_tve-viewport tve_ea_thrive_animation tve_anim_slide_left tcb-mobile-hidden\" data-css=\"tve-u-162717cb604\" data-float=\"1\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_left&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" data-value-type=\"percent\" wfd-id=\"395\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-162717cb602\" data-clip-id=\"eab511de4ba9e\" wfd-id=\"397\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-eab511de4ba9e\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9651, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-eab511de4ba9e\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9651, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-eab511de4ba9e\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9651, 1 1, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb\" data-css=\"tve-u-162717cb603\" wfd-id=\"396\"></div>\n</div></div></div>\n</div></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-162717fcf9d\" data-value-type=\"percent\" wfd-id=\"329\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-162718bd0c0\" data-clip-id=\"a3b25e1c9221a\" wfd-id=\"383\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0875\"></polygon></clipPath><clipPath id=\"clip-tablet-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"6\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.1051\"></polygon></clipPath><clipPath id=\"clip-mobile-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"1\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0175\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-162718a3b40\" wfd-id=\"330\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622a159bcb\" wfd-id=\"331\">\n<div class=\"tve-content-box-background\" wfd-id=\"382\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"332\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621a2247ba\" wfd-id=\"379\"><h2 data-css=\"tve-u-1621a2e0d5b\">our services</h2></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16229f6175c\" wfd-id=\"356\"><div class=\"tcb-flex-row tcb-medium-no-wrap tcb--cols--3 v-2\" data-css=\"tve-u-162493a03b0\" wfd-id=\"357\"><div class=\"tcb-flex-col\" wfd-id=\"372\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1624939a960\" data-tcb_hover_state_parent=\"\" wfd-id=\"374\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-162493d5f13\" data-float=\"1\" wfd-id=\"378\"><svg class=\"tcb-icon\" viewBox=\"0 0 14 28\" data-name=\"bolt\">\n<path d=\"M13.828 8.844c0.172 0.187 0.219 0.453 0.109 0.688l-8.437 18.078c-0.125 0.234-0.375 0.391-0.656 0.391-0.063 0-0.141-0.016-0.219-0.031-0.344-0.109-0.547-0.438-0.469-0.766l3.078-12.625-6.344 1.578c-0.063 0.016-0.125 0.016-0.187 0.016-0.172 0-0.359-0.063-0.484-0.172-0.187-0.156-0.25-0.391-0.203-0.609l3.141-12.891c0.078-0.297 0.359-0.5 0.688-0.5h5.125c0.391 0 0.703 0.297 0.703 0.656 0 0.094-0.031 0.187-0.078 0.281l-2.672 7.234 6.188-1.531c0.063-0.016 0.125-0.031 0.187-0.031 0.203 0 0.391 0.094 0.531 0.234z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"376\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-162494b490e\" wfd-id=\"377\"><h4 data-css=\"tve-u-16249355087\" style=\"text-align: left;\">Express exterior</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162494b7ad0\" wfd-id=\"375\"><p data-css=\"tve-u-162492e70ad\">Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"365\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162493b6b63\" data-tcb_hover_state_parent=\"\" wfd-id=\"367\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b456a\" wfd-id=\"371\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"adjust\">\n<path d=\"M12 22.5v-17c-4.688 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"369\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1af44d\" wfd-id=\"370\"><h4 data-css=\"tve-u-16249358652\" style=\"text-align: left;\">Interior clean</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"368\"><p data-css=\"tve-u-162492e70ad\">Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"358\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16249373b25\" wfd-id=\"360\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b52d3\" wfd-id=\"364\"><svg class=\"tcb-icon\" viewBox=\"0 0 26 28\" data-name=\"umbrella\">\n<path d=\"M14 12.938v9.063c0 2.172-1.828 4-4 4s-4-1.828-4-4c0-0.547 0.453-1 1-1s1 0.453 1 1c0 1.047 0.953 2 2 2s2-0.953 2-2v-9.063c0.328-0.109 0.656-0.172 1-0.172s0.672 0.063 1 0.172zM26 13.359c0 0.266-0.234 0.5-0.5 0.5-0.141 0-0.25-0.063-0.359-0.156-0.906-0.844-1.75-1.437-3.047-1.437-1.484 0-2.766 0.922-3.609 2.094-0.187 0.266-0.328 0.547-0.5 0.812-0.109 0.172-0.234 0.266-0.438 0.266-0.219 0-0.344-0.094-0.453-0.266-0.172-0.266-0.313-0.547-0.5-0.812-0.844-1.172-2.109-2.094-3.594-2.094s-2.75 0.922-3.594 2.094c-0.187 0.266-0.328 0.547-0.5 0.812-0.109 0.172-0.234 0.266-0.453 0.266-0.203 0-0.328-0.094-0.438-0.266-0.172-0.266-0.313-0.547-0.5-0.812-0.844-1.172-2.125-2.094-3.609-2.094-1.297 0-2.141 0.594-3.047 1.437-0.109 0.094-0.219 0.156-0.359 0.156-0.266 0-0.5-0.234-0.5-0.5 0-0.047 0-0.078 0.016-0.109 1.437-5.906 7.141-9.25 12.984-9.25 5.812 0 11.578 3.344 12.984 9.25 0.016 0.031 0.016 0.063 0.016 0.109zM14 2v1.531c-0.328-0.016-0.672-0.031-1-0.031s-0.672 0.016-1 0.031v-1.531c0-0.547 0.453-1 1-1s1 0.453 1 1z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"362\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b01a6\" wfd-id=\"363\"><h4 data-css=\"tve-u-1624935a201\" style=\"text-align: left;\">Wax protection</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"361\"><p data-css=\"tve-u-162492e70ad\">Etiam pharetra, erat sed fermentum feugiat, velit mauris</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16249367114\" wfd-id=\"333\"><div class=\"tcb-flex-row tcb-medium-no-wrap tcb--cols--3 v-2\" data-css=\"tve-u-16229ffbb7b\" wfd-id=\"334\"><div class=\"tcb-flex-col\" wfd-id=\"349\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229fa6a26\" wfd-id=\"351\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b33f9\" wfd-id=\"355\"><svg class=\"tcb-icon\" viewBox=\"0 0 26 28\" data-name=\"magic\">\n<path d=\"M18.594 9.078l4.578-4.578-1.672-1.672-4.578 4.578zM25.578 4.5c0 0.266-0.094 0.516-0.281 0.703l-20.094 20.094c-0.187 0.187-0.438 0.281-0.703 0.281s-0.516-0.094-0.703-0.281l-3.094-3.094c-0.187-0.187-0.281-0.438-0.281-0.703s0.094-0.516 0.281-0.703l20.094-20.094c0.187-0.187 0.438-0.281 0.703-0.281s0.516 0.094 0.703 0.281l3.094 3.094c0.187 0.187 0.281 0.438 0.281 0.703zM4.469 1.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531zM9.938 4.062l3.063 0.938-3.063 0.938-0.938 3.063-0.938-3.063-3.063-0.938 3.063-0.938 0.938-3.063zM24.469 11.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531zM14.469 1.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"353\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b0a67\" wfd-id=\"354\"><h4 data-css=\"tve-u-16248fc42a1\" style=\"text-align: left;\">Dust &amp; Dash Console</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"352\"><p data-css=\"tve-u-162492e70ad\">Duis sed odio sit amet nibh vulputate cursus a sit amet mauris.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"342\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1622f65ba70\" wfd-id=\"344\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b60b4\" wfd-id=\"348\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"certificate\">\n<path d=\"M21.5 14l2.156 2.109c0.297 0.281 0.406 0.703 0.313 1.094-0.109 0.391-0.422 0.703-0.812 0.797l-2.938 0.75 0.828 2.906c0.109 0.391 0 0.812-0.297 1.094-0.281 0.297-0.703 0.406-1.094 0.297l-2.906-0.828-0.75 2.938c-0.094 0.391-0.406 0.703-0.797 0.812-0.094 0.016-0.203 0.031-0.297 0.031-0.297 0-0.594-0.125-0.797-0.344l-2.109-2.156-2.109 2.156c-0.281 0.297-0.703 0.406-1.094 0.313-0.406-0.109-0.703-0.422-0.797-0.812l-0.75-2.938-2.906 0.828c-0.391 0.109-0.812 0-1.094-0.297-0.297-0.281-0.406-0.703-0.297-1.094l0.828-2.906-2.938-0.75c-0.391-0.094-0.703-0.406-0.812-0.797-0.094-0.391 0.016-0.812 0.313-1.094l2.156-2.109-2.156-2.109c-0.297-0.281-0.406-0.703-0.313-1.094 0.109-0.391 0.422-0.703 0.812-0.797l2.938-0.75-0.828-2.906c-0.109-0.391 0-0.812 0.297-1.094 0.281-0.297 0.703-0.406 1.094-0.297l2.906 0.828 0.75-2.938c0.094-0.391 0.406-0.703 0.797-0.797 0.391-0.109 0.812 0 1.094 0.297l2.109 2.172 2.109-2.172c0.281-0.297 0.688-0.406 1.094-0.297 0.391 0.094 0.703 0.406 0.797 0.797l0.75 2.938 2.906-0.828c0.391-0.109 0.812 0 1.094 0.297 0.297 0.281 0.406 0.703 0.297 1.094l-0.828 2.906 2.938 0.75c0.391 0.094 0.703 0.406 0.812 0.797 0.094 0.391-0.016 0.812-0.313 1.094z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"346\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b12d8\" wfd-id=\"347\"><h4 data-css=\"tve-u-1625389a3d5\" style=\"text-align: left;\">Triple Foam Polish</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"345\"><p data-css=\"tve-u-162492e70ad\">Class aptent taciti sociosqu ad litora torquent</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"335\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229fa8c68\" wfd-id=\"337\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-16271adf6cf\" wfd-id=\"341\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"bullseye\">\n<path d=\"M16 14c0 2.203-1.797 4-4 4s-4-1.797-4-4 1.797-4 4-4 4 1.797 4 4zM18 14c0-3.313-2.688-6-6-6s-6 2.688-6 6 2.688 6 6 6 6-2.688 6-6zM20 14c0 4.422-3.578 8-8 8s-8-3.578-8-8 3.578-8 8-8 8 3.578 8 8zM22 14c0-5.516-4.484-10-10-10s-10 4.484-10 10 4.484 10 10 10 10-4.484 10-10zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"339\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-16248fc71c8\" wfd-id=\"340\"><h4 data-css=\"tve-u-1625389b4ed\" style=\"text-align: left;\">Tire dressing</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"338\"><p data-css=\"tve-u-162492e70ad\">Etiam pharetra, erat sed fermentum feugiat, velit mauris</p></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621ad46076\" wfd-id=\"297\">\n<div class=\"tve-page-section-out\" wfd-id=\"328\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621b072b4e\" wfd-id=\"298\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621a8b2488\" wfd-id=\"299\"><div class=\"tcb-flex-row tcb--cols--2 v-2\" data-css=\"tve-u-1621a8a804b\" wfd-id=\"300\"><div class=\"tcb-flex-col\" wfd-id=\"310\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16271bfe70c\" wfd-id=\"312\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h3\" data-css=\"tve-u-1621a8c4313\" wfd-id=\"327\"><h3><strong>Complete cleaning services for yoâ€‹ur car</strong></h3></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-16417b70f47\" wfd-id=\"313\"><ul class=\"tcb-styled-list\" wfd-id=\"314\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621acf0289\" wfd-id=\"323\"><div class=\"tcb-styled-list-icon\" wfd-id=\"325\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a8e11f3\" wfd-id=\"326\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ace1b08\" wfd-id=\"324\">We are a small business delivering professional cleaning services for all vehicles</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621acf64fb\" wfd-id=\"319\"><div class=\"tcb-styled-list-icon\" wfd-id=\"321\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a8e5625\" wfd-id=\"322\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ace4de9\" wfd-id=\"320\">Our services are convenient for individuals and corporate fleets</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"315\"><div class=\"tcb-styled-list-icon\" wfd-id=\"317\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a9076ef\" wfd-id=\"318\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621acf47d2\" wfd-id=\"316\">We use eco-friendly products that actually clean, protect and maintain your car better than the traditional cleaning substances</span></li></ul></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"301\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621a90a46f\" wfd-id=\"303\"><div class=\"thrv_wrapper thrv-fill-counter tve_red tve_normalfc thrv_data_element\" data-css=\"tve-u-1621a983587\" wfd-id=\"304\">\n<div class=\"tve_fill_counter_n\" style=\"\" data-fill=\"100\" data-css=\"tve-u-1621a98b602\" wfd-id=\"305\">\n<svg viewBox=\"0 0 170 170\" class=\"tve_fill_counter_circle\" shape-rendering=\"optimizeSpeed\" data-css=\"tve-u-1621a9a2862\">\n<circle class=\"tve_fill_counter_circle_inner\" r=\"85\" cx=\"85\" cy=\"85\" data-css=\"tve-u-1621a9685d4\"></circle>\n</svg>\n<div class=\"tve_fill_text_in\" data-css=\"tve-u-1621a96b190\" wfd-id=\"306\">\n<div class=\"tve_fill_text_value\" data-css=\"tve-u-1621a9a2866\" wfd-id=\"308\">\n<div class=\"thrv-inline-text tve_fill_text tve_editable\" data-css=\"tve-u-1621a9a2867\" wfd-id=\"309\"><strong>100%â€‹</strong></div>\n</div>\n<div class=\"thrv-inline-text tve_editable tve_data_element_label\" data-css=\"tve-u-1621a9750ae\" wfd-id=\"307\">Clean car</div>\n</div>\n</div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621ada1e7f\" data-value-type=\"percent\" wfd-id=\"261\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621adba9ef\" data-clip-id=\"52d5a36c151aa\" wfd-id=\"296\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-52d5a36c151aa\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0875\"></polygon></clipPath><clipPath id=\"clip-tablet-top-52d5a36c151aa\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0524\"></polygon></clipPath><clipPath id=\"clip-mobile-top-52d5a36c151aa\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0349\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621ad420c4\" wfd-id=\"262\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621ade6172\" wfd-id=\"263\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2 tcb-row-reversed-mobile tcb-mobile-edit v-2\" data-css=\"tve-u-1621adea58b\" wfd-id=\"264\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621b064646\" style=\"\" wfd-id=\"290\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ae0bec7\" wfd-id=\"292\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ae4fd21\" data-value-type=\"percent\" data-float=\"1\" wfd-id=\"293\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621ae6c8da\" data-clip-id=\"aa2c3e3c70555\" wfd-id=\"295\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0349\"></polygon></clipPath><clipPath id=\"clip-tablet-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"4\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0699\"></polygon></clipPath><clipPath id=\"clip-mobile-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"4\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0699\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb\" data-css=\"tve-u-1621ae4db6e\" wfd-id=\"294\"></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621b064668\" style=\"\" wfd-id=\"265\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621f45bed3\" wfd-id=\"267\"><div class=\"tcb-clear\" data-css=\"tve-u-16224848ee5\" wfd-id=\"288\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621afceb00\" wfd-id=\"289\"><h2 data-css=\"tve-u-1621afcc0bf\">Check Out Our Special Offer!</h2></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621afda4fa\" wfd-id=\"287\"><p data-css=\"tve-u-1621afd8c98\">Donâ€™t miss the opportunity to get 50% discount on a complete cleaning just by recommending us to a friend. Bring someone you know with you and clean you car half price!</p></div><div class=\"tcb-clear\" data-css=\"tve-u-16224834cab\" wfd-id=\"268\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621fe85996\" wfd-id=\"269\"><div class=\"tcb-flex-row tcb--cols--2 tcb-resized tcb-medium-wrap tcb-desktop-wrap\" data-css=\"tve-u-1621fe78878\" wfd-id=\"270\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621fe94086\" style=\"\" wfd-id=\"278\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"280\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621b01355a\" wfd-id=\"281\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621b08fdde\" data-tcb_hover_state_parent=\"1\" wfd-id=\"286\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16223f02c16\" wfd-id=\"282\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-1620af7eb3f\" data-tcb_hover_state_parent=\"\" data-button-style=\"full_rounded\" wfd-id=\"283\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"284\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-16228c75500\" wfd-id=\"285\"><strong>Request an appointment</strong></span></span>\n</a>\n</div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621fe940b9\" style=\"\" wfd-id=\"271\"><div class=\"tcb-col\" wfd-id=\"273\"><div class=\"tcb-clear\" data-css=\"tve-u-16224716d62\" wfd-id=\"274\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-1621b028939\" data-tcb_hover_state_parent=\"\" data-button-style=\"ghost\" wfd-id=\"275\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"276\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-16228c764b2\" wfd-id=\"277\"><strong>Call Now: 0400-700-682</strong></span></span>\n</a>\n</div></div></div></div></div></div></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16260ba2fa4\" wfd-id=\"168\">\n<div class=\"tve-page-section-out\" wfd-id=\"260\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16260be7104\" wfd-id=\"169\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621b0e4fb7\" wfd-id=\"259\"><h2 data-css=\"tve-u-1621b10fccf\" style=\"text-align: center;\">our happy clients</h2></div><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641367127b\" data-float=\"1\" wfd-id=\"258\"><svg class=\"tcb-icon\" viewBox=\"0 0 30 32\" data-name=\"quote-left\">\n<path d=\"M13.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429zM29.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641367e553\" wfd-id=\"257\"><svg class=\"tcb-icon\" viewBox=\"0 0 30 32\" data-name=\"quote-left\">\n<path d=\"M13.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429zM29.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a10d3b4\" wfd-id=\"228\">\n<div class=\"tve-content-box-background\" wfd-id=\"256\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"229\"><div class=\"tcb-clear\" data-css=\"tve-u-1621b300a64\" wfd-id=\"254\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-1621f154231\" wfd-id=\"255\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621b200375\" wfd-id=\"232\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-16260d8392c\" wfd-id=\"233\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"238\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"240\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16417b62c09\" wfd-id=\"241\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-16260d8396c\" wfd-id=\"242\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16260d01208\" style=\"\" wfd-id=\"248\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"250\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"251\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16225617da3\" wfd-id=\"253\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"252\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16260d0120e\" style=\"\" wfd-id=\"243\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"245\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"247\"><h5>Brett Graham, 28</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"246\"><h6 class=\"\">Architect</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"234\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"236\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"237\"><p data-css=\"tve-u-162539c17ec\">Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit. Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit.&nbsp;</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-16260c5ff0c\" wfd-id=\"230\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260c5ff07\" wfd-id=\"231\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a12f675\" wfd-id=\"199\">\n<div class=\"tve-content-box-background\" wfd-id=\"227\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"200\"><div class=\"tcb-clear\" data-css=\"tve-u-16260cd7683\" wfd-id=\"225\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260d73672\" wfd-id=\"226\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16260da3aa7\" wfd-id=\"203\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-1621fb68b97\" wfd-id=\"204\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"209\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"211\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16417b662bf\" wfd-id=\"212\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-1621fb65556\" wfd-id=\"213\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16229915e1a\" style=\"\" wfd-id=\"219\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"221\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"222\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16260c433e9\" wfd-id=\"224\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"223\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16229915e4e\" style=\"\" wfd-id=\"214\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"216\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"218\"><h5>Rosie Hanson, 24</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"217\"><h6 class=\"\">Real estate Associate</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"205\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"207\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"208\"><p data-css=\"tve-u-162539c17ec\">Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo.</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-16260d3b97e\" wfd-id=\"201\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260d39b83\" wfd-id=\"202\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a146aef\" wfd-id=\"170\">\n<div class=\"tve-content-box-background\" wfd-id=\"198\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"171\"><div class=\"tcb-clear\" data-css=\"tve-u-16260cd7683\" wfd-id=\"196\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260cd622f\" wfd-id=\"197\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16260c39a7e\" wfd-id=\"174\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-16260d3f4aa\" wfd-id=\"175\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"180\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"182\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621fbacc60\" wfd-id=\"183\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-16260d3f4af\" wfd-id=\"184\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16229915e1a\" style=\"\" wfd-id=\"190\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"192\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"193\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16260d5e4b8\" wfd-id=\"195\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"194\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16229915e4e\" style=\"\" wfd-id=\"185\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"187\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"189\"><h5>Shawn Mattews, 35</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"188\"><h6 class=\"\">project manager</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"176\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"178\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"179\"><p data-css=\"tve-u-162539c17ec\">Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo. Nullam ac urna eu felis.Sed non neque elit. Sed ut imperdiet nisi. Proin condimentum</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1621b30ca74\" wfd-id=\"172\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-1621f15b521\" wfd-id=\"173\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621b3c8c52\" wfd-id=\"64\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621b3cfc7b\" wfd-id=\"167\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621b3c74d9\" wfd-id=\"65\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621e7b695a\" wfd-id=\"166\"><h2 data-css=\"tve-u-1621e7a7350\" style=\"text-align: center;\">our offers</h2></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621e7c899a\" wfd-id=\"66\"><div class=\"tcb-flex-row tcb--cols--3 tcb-medium-wrap v-2\" data-css=\"tve-u-1621e7c7aa1\" wfd-id=\"67\"><div class=\"tcb-flex-col\" wfd-id=\"130\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16223fc9f23\" wfd-id=\"132\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e7ceab3\" style=\"\" wfd-id=\"133\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16416e4fafd\" wfd-id=\"165\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e7d5094\" wfd-id=\"134\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e7e9950\" data-value-type=\"percent\" style=\"\" wfd-id=\"161\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e7edfd9\" data-clip-id=\"10ffac3b28f1d\" wfd-id=\"164\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-10ffac3b28f1d\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-10ffac3b28f1d\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e7e6c1d\" wfd-id=\"162\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-16417b4cb9e\" wfd-id=\"163\"><h4 data-css=\"tve-u-1621fe1a1af\" style=\"text-align: center;\"><strong>Basic Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ec6c39b\" data-float=\"1\" wfd-id=\"157\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e81f424\" wfd-id=\"160\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec752da\" wfd-id=\"158\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"159\"><h4 data-css=\"tve-u-1621fe1bd18\" style=\"text-align: center;\"><strong>15$</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621ea50702\" wfd-id=\"135\"><ul class=\"tcb-styled-list\" wfd-id=\"136\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec3a5c0\" wfd-id=\"153\"><div class=\"tcb-styled-list-icon\" wfd-id=\"155\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec204df\" wfd-id=\"156\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec241aa\" wfd-id=\"154\">Interior vacuum</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"149\"><div class=\"tcb-styled-list-icon\" wfd-id=\"151\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec20f68\" wfd-id=\"152\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec2704c\" wfd-id=\"150\">Dust &amp;dash console</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec42aa7\" wfd-id=\"145\"><div class=\"tcb-styled-list-icon\" wfd-id=\"147\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec21a31\" wfd-id=\"148\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec298ab\" wfd-id=\"146\">Hand towel dry</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec43fe2\" wfd-id=\"141\"><div class=\"tcb-styled-list-icon\" wfd-id=\"143\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ea1fba7\" wfd-id=\"144\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea23322\" wfd-id=\"142\">Clean windows</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec454d9\" wfd-id=\"137\"><div class=\"tcb-styled-list-icon\" wfd-id=\"139\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ea295c0\" wfd-id=\"140\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea2c69a\" wfd-id=\"138\">Soft cloth wash</span></li></ul></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"99\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"101\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621eb81205\" style=\"\" wfd-id=\"102\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16416e603ab\" wfd-id=\"129\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621eb7ccb0\" wfd-id=\"103\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ebbbb6d\" data-value-type=\"percent\" wfd-id=\"125\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eaaedd8\" data-clip-id=\"a2b9cf3198d6f\" wfd-id=\"128\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-a2b9cf3198d6f\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-a2b9cf3198d6f\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec7f21a\" wfd-id=\"126\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e930bd7\" wfd-id=\"127\"><h4 data-css=\"tve-u-1621e92e97f\" style=\"text-align: center;\"><strong>Ultimate Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ec78d2c\" data-float=\"1\" wfd-id=\"121\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eab272c\" wfd-id=\"124\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec79a7d\" wfd-id=\"122\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"123\"><h4 data-css=\"tve-u-1621e942b65\" style=\"text-align: center;\"><strong>22 $</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621ebfa746\" wfd-id=\"118\"><p data-css=\"tve-u-1621f4ceaf6\" style=\"text-align: center;\">Includes basic service <span data-css=\"tve-u-1621f4ceaf7\" style=\"color: rgb(15, 29, 123);\" wfd-id=\"119\"><strong class=\"\"><span data-css=\"tve-u-1621f4ceafb\" wfd-id=\"120\">+</span></strong></span></p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621ebf340c\" wfd-id=\"104\"><ul class=\"tcb-styled-list\" wfd-id=\"105\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-164137a0b1f\" wfd-id=\"114\"><div class=\"tcb-styled-list-icon\" wfd-id=\"116\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec0c5bd\" wfd-id=\"117\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ebfe4ce\" wfd-id=\"115\">Triple foam conditiner</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec04541\" wfd-id=\"110\"><div class=\"tcb-styled-list-icon\" wfd-id=\"112\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec09a3c\" wfd-id=\"113\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ebff867\" wfd-id=\"111\">Tire dressing</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec05cc3\" wfd-id=\"106\"><div class=\"tcb-styled-list-icon\" wfd-id=\"108\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec15f6e\" wfd-id=\"109\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec009a8\" wfd-id=\"107\">Air freshner</span></li></ul></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"68\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16223dad661\" wfd-id=\"70\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621fd9c946\" style=\"\" wfd-id=\"71\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e7d234c\" wfd-id=\"98\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621fd84d7b\" wfd-id=\"72\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16223b080b0\" data-value-type=\"percent\" wfd-id=\"94\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eb3eb9f\" data-clip-id=\"ac98bb0e54b3b\" wfd-id=\"97\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621fd8766c\" wfd-id=\"95\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e930bd7\" wfd-id=\"96\"><h4 data-css=\"tve-u-1621fe1587d\" style=\"text-align: center;\"><strong>Supreme Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e8107f3\" wfd-id=\"90\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eb43d8d\" wfd-id=\"93\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e819c52\" wfd-id=\"91\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"92\"><h4 data-css=\"tve-u-1621fe1725e\" style=\"text-align: center;\"><strong>30 $</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621eb037bb\" wfd-id=\"87\"><p data-css=\"tve-u-1621f4d0451\" style=\"text-align: center;\">Includes ultimate service <span data-css=\"tve-u-1621eaff572\" style=\"color: rgb(15, 29, 123);\" wfd-id=\"88\"><strong class=\"\"><span data-css=\"tve-u-1621eb01b60\" wfd-id=\"89\">+</span></strong></span></p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621eacf6af\" wfd-id=\"73\"><ul class=\"tcb-styled-list\" wfd-id=\"74\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec36a4d\" wfd-id=\"83\"><div class=\"tcb-styled-list-icon\" wfd-id=\"85\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e9993aa\" wfd-id=\"86\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea1a5d7\" wfd-id=\"84\">Exterior trim dressing</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"79\"><div class=\"tcb-styled-list-icon\" wfd-id=\"81\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e99b1db\" wfd-id=\"82\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea19a06\" wfd-id=\"80\">Hand applied spray wax</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec37ea5\" wfd-id=\"75\"><div class=\"tcb-styled-list-icon\" wfd-id=\"77\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e99c314\" wfd-id=\"78\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea18c5d\" wfd-id=\"76\">Interior conditioner</span></li></ul></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621efddaaf\" wfd-id=\"43\">\n<div class=\"tve-page-section-out\" wfd-id=\"63\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621edf8048\" wfd-id=\"44\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621f114214\" wfd-id=\"45\"><div class=\"tcb-flex-row tcb-resized tcb-mobile-edit tcb--cols--2\" data-css=\"tve-u-1621ee03000\" wfd-id=\"46\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621ee4be21\" style=\"\" wfd-id=\"51\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ee093d4\" wfd-id=\"53\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ee3afec\" wfd-id=\"57\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621ee58e74\" wfd-id=\"62\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ee37f4a\" wfd-id=\"58\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1621ee74a24\" wfd-id=\"61\"><svg class=\"tcb-icon\" viewBox=\"0 0 16 28\" data-name=\"map-marker\">\n<path d=\"M12 10c0-2.203-1.797-4-4-4s-4 1.797-4 4 1.797 4 4 4 4-1.797 4-4zM16 10c0 0.953-0.109 1.937-0.516 2.797l-5.688 12.094c-0.328 0.688-1.047 1.109-1.797 1.109s-1.469-0.422-1.781-1.109l-5.703-12.094c-0.406-0.859-0.516-1.844-0.516-2.797 0-4.422 3.578-8 8-8s8 3.578 8 8z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621ee63e1c\" wfd-id=\"60\"><h2 data-css=\"tve-u-1621fdcb4ea\" style=\"text-align: center;\">contact us</h2></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16422a1ce91\" wfd-id=\"59\"><p data-css=\"tve-u-16422a1ce94\" style=\"text-align: left;\">Your adress goes here</p><p data-css=\"tve-u-16422a1ce93\" style=\"text-align: left;\">Phone: 0400 - 700 - 682</p><p data-css=\"tve-u-16422a1ce92\" style=\"text-align: left;\">Email: our_office@gmail.com</p></div></div>\n</div><div class=\"tcb-clear\" data-css=\"tve-u-16417c828be\" wfd-id=\"54\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_slide_left\" data-css=\"tve-u-1621ef118dc\" style=\"\" wfd-id=\"55\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"56\"><img class=\"tve_image tve_evt_manager_listen tve_et_tve-viewport wp-image-21388\" alt=\"\" width=\"567\" height=\"384\" title=\"Car wash img footer\" data-id=\"21388\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-img-footer.png\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_left&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" style=\"width: 100%;\"></span></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621ee4be73\" style=\"\" wfd-id=\"47\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ee22c43\" wfd-id=\"49\"><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-1621ee18a1c\" wfd-id=\"50\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=New York&amp;t=m&amp;z=5&amp;output=embed&amp;iwloc=near\"></iframe>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621f0aa8f7\" wfd-id=\"30\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621f0ada0e\" wfd-id=\"42\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621f0b0088\" wfd-id=\"31\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621f0d2c1a\" wfd-id=\"32\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-1621f0cbe40\" wfd-id=\"33\"><div class=\"tcb-flex-col\" wfd-id=\"38\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"40\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621f0da775\" wfd-id=\"41\"><p data-css=\"tve-u-1622444fb11\">Â© 2018, Your company name . All rights reserved.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"34\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"36\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16223fe5f5b\" wfd-id=\"37\"><p data-css=\"tve-u-1621f0d874c\" style=\"text-align: right;\">Made with <a href=\"https://thrivethemes.com/\" target=\"_blank\">Thrive Architect</a></p></div></div></div></div></div></div>\n</div>\n\n'),(6607,552,'tve_revision_tve_content_more_found',''),(6608,552,'tve_revision_tve_save_post',''),(6609,552,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Merriweather:400,700&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Special+Elite:400&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Poppins:400,800,900,300,700,&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Monda:400,700,&subset=latin\");@media (min-width: 300px){.tcb-plain-text { font-family: Monda; font-weight: 400; font-size: 14px; }#tve_editor [data-css=\"tve-u-1621b072b4e\"] p, #tve_editor [data-css=\"tve-u-1621b072b4e\"] li, #tve_editor [data-css=\"tve-u-1621b072b4e\"] blockquote, #tve_editor [data-css=\"tve-u-1621b072b4e\"] address, #tve_editor [data-css=\"tve-u-1621b072b4e\"] .tcb-plain-text, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h1, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h2, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h3, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h4, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h5, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h6 { color: rgb(18, 18, 18); }[data-css=\"tve-u-16417c828be\"]::after { clear: both; }[data-css=\"tve-u-1621fe78878\"] .tcb-flex-col { flex-basis: 160px !important; }[data-css=\"tve-u-16417b70f47\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1641791de3b\"]::after { clear: both; }[data-css=\"tve-u-1641791ce1a\"]::after { clear: both; }#tve_editor [data-css=\"tve-u-1621fdcb4ea\"] { color: rgb(15, 29, 123) !important; }#tve_editor [data-css=\"tve-u-1641367127b\"] > :first-child { color: rgb(15, 29, 123); }[data-css=\"tve-u-1641367127b\"] { font-size: 60px; float: none; box-shadow: none; position: relative; z-index: 5; margin: 0px auto !important; }#tve_editor [data-css=\"tve-u-1641333d7d1\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-162717cb617\"] > .tcb-flex-col { padding-left: 0px; }#tve_editor [data-css=\"tve-u-16413112747\"] { color: rgba(255, 255, 255, 0.85) !important; }[data-css=\"tve-u-16413111ba3\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-16369305186\"] > .tve-cb { display: block; }#tve_editor [data-css=\"tve-u-162717cb609\"] p, #tve_editor [data-css=\"tve-u-162717cb609\"] li, #tve_editor [data-css=\"tve-u-162717cb609\"] blockquote, #tve_editor [data-css=\"tve-u-162717cb609\"] address, #tve_editor [data-css=\"tve-u-162717cb609\"] h1, #tve_editor [data-css=\"tve-u-162717cb609\"] h2, #tve_editor [data-css=\"tve-u-162717cb609\"] h3, #tve_editor [data-css=\"tve-u-162717cb609\"] h4, #tve_editor [data-css=\"tve-u-162717cb609\"] h5, #tve_editor [data-css=\"tve-u-162717cb609\"] h6 { color: rgb(255, 255, 255); }[data-css=\"tve-u-16369305186\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-162717cb621\"] .tve-page-section-in { display: flex; justify-content: center; flex-direction: column; }[data-css=\"tve-u-162717fcf9d\"] .tve-page-section-in { display: block; }[data-css=\"tve-u-1628a146aef\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1628a12f675\"] { padding: 0px !important; margin: 0px 0px 60px !important; }[data-css=\"tve-u-1628a10d3b4\"] { max-width: 100%; padding: 0px !important; margin: 0px 0px 60px !important; }[data-css=\"tve-u-16271ca808e\"] { color: rgb(0, 229, 255) !important; }#tve_editor [data-css=\"tve-u-162717cb618\"] p, #tve_editor [data-css=\"tve-u-162717cb618\"] li, #tve_editor [data-css=\"tve-u-162717cb618\"] blockquote, #tve_editor [data-css=\"tve-u-162717cb618\"] address, #tve_editor [data-css=\"tve-u-162717cb618\"] h1, #tve_editor [data-css=\"tve-u-162717cb618\"] h2, #tve_editor [data-css=\"tve-u-162717cb618\"] h3, #tve_editor [data-css=\"tve-u-162717cb618\"] h4, #tve_editor [data-css=\"tve-u-162717cb618\"] h5, #tve_editor [data-css=\"tve-u-162717cb618\"] h6 { color: rgb(0, 229, 255); }[data-css=\"tve-u-162718bd0c0\"] { clip-path: url(\"#clip-top-a3b25e1c9221a\"); -webkit-clip-path: url(\"#clip-top-a3b25e1c9221a\");  }[data-css=\"tve-u-162718a3b40\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-162717fcf9d\"] { z-index: 5; padding: 170px 40px 0px !important; margin-top: -80px !important; }[data-css=\"tve-u-16260cd622f\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-16260cd7683\"]::after { clear: both; }[data-css=\"tve-u-16260cd622f\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin-top: 0px !important; margin-bottom: -1px !important; }[data-css=\"tve-u-16260be7104\"] { max-width: 1200px; }[data-css=\"tve-u-16260ba2fa4\"] { padding: 100px 40px !important; }[data-css=\"tve-u-162539c17ec\"] { line-height: 1.6em !important; }#tve_editor [data-css=\"tve-u-162493b6b63\"]:hover { background-color: rgb(248, 249, 251) !important; }#tve_editor [data-css=\"tve-u-1624939a960\"]:hover { background-color: rgb(248, 249, 251) !important; background-image: none !important; }#tve_editor [data-css=\"tve-u-162492e70ad\"] { color: rgb(137, 141, 167) !important; }[data-css=\"tve-u-162492815ba\"] { padding: 0px !important; margin-top: 25px !important; }[data-css=\"tve-u-162491e8e1f\"]::after { clear: both; }[data-css=\"tve-u-1622f65ba70\"] { border: none; background-image: none !important; padding: 0px 30px 30px !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-1622a159bcb\"] { max-width: 100%; float: none; z-index: 6; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; margin-top: 0px !important; }[data-css=\"tve-u-16229915e4e\"] { max-width: 62.8%; }[data-css=\"tve-u-16229915e1a\"] { max-width: 37.2%; }[data-css=\"tve-u-16225617da3\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-Brett.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16225611edb\"] { min-height: 127px; }[data-css=\"tve-u-1622561121b\"] { max-width: 127px; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-16224848ee5\"]::after { clear: both; }[data-css=\"tve-u-16224834cab\"]::after { clear: both; }[data-css=\"tve-u-1621ee3afec\"] > .tve-cb { display: block; }[data-css=\"tve-u-1621fe78878\"] > .tcb-flex-col { padding-left: 5px; }[data-css=\"tve-u-1621fe940b9\"] { max-width: 50%; }[data-css=\"tve-u-1621fe94086\"] { max-width: 50%; }[data-css=\"tve-u-1621fe85996\"] { max-width: 585px; float: left; z-index: 3; position: relative; width: 100%; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621fe78878\"] > .tcb-flex-col > .tcb-col { min-height: 65px; justify-content: center; }[data-css=\"tve-u-1621fe78878\"] { min-height: inherit; margin-left: -5px; padding: 0px !important; flex-wrap: wrap !important; }#tve_editor [data-css=\"tve-u-1621f4d0451\"] { font-size: 20px !important; }#tve_editor [data-css=\"tve-u-1621f4ceaf6\"] { font-size: 20px !important; color: rgb(12, 12, 12) !important; }[data-css=\"tve-u-1621f45bed3\"] { padding: 0px !important; }[data-css=\"tve-u-1621f114214\"] { float: none; max-width: 100%; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621f0da775\"] { padding: 0px !important; }#tve_editor [data-css=\"tve-u-1621f0d874c\"] { letter-spacing: 1px; color: rgb(137, 141, 167) !important; font-size: 14px !important; }[data-css=\"tve-u-1621f0d2c1a\"] { max-width: 100%; margin-left: 60px !important; margin-right: 60px !important; }[data-css=\"tve-u-1621f0aa8f7\"] .tve-page-section-in { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621f0cbe40\"] { margin-left: 0px; padding: 0px !important; }[data-css=\"tve-u-1621f0cbe40\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-1621f0b0088\"] { max-width: 100%; min-height: 140px !important; }[data-css=\"tve-u-1621f0ada0e\"] { background-image: linear-gradient(rgb(22, 22, 24), rgb(22, 22, 24)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1621f0aa8f7\"] { padding: 0px !important; }[data-css=\"tve-u-1621efddaaf\"] { padding: 0px !important; }[data-css=\"tve-u-1621ef118dc\"] { width: 567px; position: relative; right: -50px; top: -104px; float: right; z-index: 3; margin-top: 0px !important; margin-bottom: 0px !important; padding-left: 0px !important; }#tve_editor [data-css=\"tve-u-1621ee74a24\"] > :first-child { color: rgb(15, 29, 123); }[data-css=\"tve-u-1621ee74a24\"] { font-size: 60px; float: none; z-index: 3; position: relative; margin: 0px auto 10px !important; padding-top: 0px !important; }[data-css=\"tve-u-1621ee63e1c\"] { float: none; z-index: 3; position: relative; max-width: none; width: 100%; padding: 0px !important; margin: 0px auto 30px !important; }[data-css=\"tve-u-1621ee58e74\"] { background-color: rgb(224, 226, 236) !important; }[data-css=\"tve-u-1621ee4be73\"] { max-width: 61%; }[data-css=\"tve-u-1621ee4be21\"] { max-width: 39%; }[data-css=\"tve-u-1621ee3afec\"] { padding: 60px 0px 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621ee37f4a\"] { min-height: 380px; }[data-css=\"tve-u-1621ee22c43\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding-top: 0px !important; padding-left: 0px !important; }[data-css=\"tve-u-1621ee18a1c\"] { margin: 80px 0px 0px 122px !important; }[data-css=\"tve-u-1621ee093d4\"] { margin-top: 0px !important; }[data-css=\"tve-u-1621ee03000\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1621ee03000\"] { margin-left: 0px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-1621ee03000\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-1621edf8048\"] { max-width: 100%; min-height: 1px !important; }[data-css=\"tve-u-1621ec454d9\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec43fe2\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec42aa7\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec3a5c0\"] { margin-top: 0px !important; margin-bottom: 10px !important; }[data-css=\"tve-u-1621ec37ea5\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec36a4d\"] { margin-bottom: 10px !important; }[data-css=\"tve-u-1621ea18c5d\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ea19a06\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ea1a5d7\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ea2c69a\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ea23322\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ec298ab\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ec2704c\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ec241aa\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ec05cc3\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec04541\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec009a8\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ebff867\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ebfe4ce\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621eb037bb\"] { padding: 0px !important; margin-top: 0px !important; margin-bottom: 30px !important; }[data-css=\"tve-u-1621eaff572\"] { color: rgb(15, 29, 123) !important; }[data-css=\"tve-u-1621ea50702\"] { max-width: 230px; float: none; z-index: 3; position: relative; width: 100%; padding: 0px !important; margin: 0px auto !important; }#tve_editor [data-css=\"tve-u-1621ea2c69a\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ea295c0\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ea295c0\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ea1fba7\"] > :first-child { color: rgb(137, 141, 167); }#tve_editor [data-css=\"tve-u-1621ea23322\"] { font-size: 16px !important; }[data-css=\"tve-u-1621ea1fba7\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }[data-css=\"tve-u-1621e99c314\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }[data-css=\"tve-u-1621e99b1db\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }[data-css=\"tve-u-1621e9993aa\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ea1a5d7\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ea19a06\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ea18c5d\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621e99c314\"] > :first-child { color: rgb(137, 141, 167); }#tve_editor [data-css=\"tve-u-1621e99b1db\"] > :first-child { color: rgb(137, 141, 167); }#tve_editor [data-css=\"tve-u-1621e9993aa\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621e8107f3\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621e942b65\"] strong { font-weight: 800; }[data-css=\"tve-u-1621e7e9950\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621e930bd7\"] { padding: 0px 0px 50px !important; }#tve_editor [data-css=\"tve-u-1621e92e97f\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1621e81f424\"] { border-radius: 200px; overflow: hidden; background-image: none !important; border: 3px solid rgb(255, 255, 255) !important; background-color: rgb(144, 147, 168) !important; }[data-css=\"tve-u-1621e819c52\"] { min-height: 110px; }[data-css=\"tve-u-1621e8107f3\"] { float: none; max-width: 110px; z-index: 4; padding: 0px !important; margin: -60px auto 30px !important; }[data-css=\"tve-u-1621e7edfd9\"] { clip-path: url(\"#clip-bottom-10ffac3b28f1d\"); -webkit-clip-path: url(\"#clip-bottom-10ffac3b28f1d\");  background-image: none !important; background-color: rgb(144, 147, 168) !important; }[data-css=\"tve-u-1621e7e9950\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1621e7e6c1d\"] { min-height: 150px; }[data-css=\"tve-u-1621e7c7aa1\"] > .tcb-flex-col { padding-left: 60px; }[data-css=\"tve-u-1621e7d5094\"] { min-height: 480px; }[data-css=\"tve-u-1621e7d234c\"] { box-shadow: rgba(0, 0, 0, 0.02) 0px 2px 22px 0px; background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1621e7ceab3\"] { float: none; width: 100%; padding: 0px 0px 20px !important; margin: 0px auto !important; }[data-css=\"tve-u-1621e7c899a\"] { float: none; max-width: 100%; margin: 0px auto !important; }[data-css=\"tve-u-1621e7c7aa1\"] { margin-left: -60px; padding: 0px !important; }[data-css=\"tve-u-1621e7b695a\"] { padding: 0px !important; margin-bottom: 100px !important; }#tve_editor [data-css=\"tve-u-1621e7a7350\"] { color: rgb(15, 29, 123) !important; }[data-css=\"tve-u-1621b3cfc7b\"] { filter: blur(0px); opacity: 1; background-image: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(220, 224, 246) 38%) !important; background-color: rgb(212, 212, 212) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1621b3c8c52\"] { padding: 100px 40px !important; }[data-css=\"tve-u-1621b3c74d9\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-1621b300a64\"]::after { clear: both; }[data-css=\"tve-u-1621b24a89d\"] { padding: 0px !important; }[data-css=\"tve-u-1621b22a018\"] { background-image: none !important; padding: 0px !important; }[data-css=\"tve-u-1621b200375\"] { float: none; max-width: 100%; border-left: 1px solid rgba(15, 29, 123, 0.7); border-right: 1px solid rgba(15, 29, 123, 0.7); background-color: rgb(248, 249, 251) !important; margin: 0px auto !important; }[data-css=\"tve-u-1621b10fccf\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621b0e4fb7\"] { border-right: none; max-width: 100%; padding: 0px !important; margin-bottom: 40px !important; margin-right: 0px !important; }[data-css=\"tve-u-1621b072b4e\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-1621b064668\"] { max-width: 52%; }[data-css=\"tve-u-1621b064646\"] { max-width: 48%; }[data-css=\"tve-u-1621afda4fa\"] { max-width: none; padding: 0px !important; margin-bottom: 40px !important; }#tve_editor [data-css=\"tve-u-1621afd8c98\"] { color: rgb(255, 255, 255) !important; font-size: 20px !important; }[data-css=\"tve-u-1621afceb00\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 80%; padding: 0px !important; margin-bottom: 50px !important; }#tve_editor [data-css=\"tve-u-1621afcc0bf\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1621a8a804b\"] > .tcb-flex-col { padding-left: 60px; }[data-css=\"tve-u-1621ae6c8da\"] { clip-path: url(\"#clip-top-aa2c3e3c70555\"); -webkit-clip-path: url(\"#clip-top-aa2c3e3c70555\");  background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-Cta-2.jpg\") !important; background-size: cover !important; background-position: 0% 100% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1621ae4fd21\"] { max-width: 100%; top: -70px; z-index: 5; left: -60px; position: relative !important; padding: 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-1621ae4db6e\"] { min-height: 524px; }[data-css=\"tve-u-1621ada1e7f\"] .tve-page-section-in { display: flex; flex-direction: column; justify-content: center; }[data-css=\"tve-u-1621adea58b\"] > .tcb-flex-col > .tcb-col { min-height: 1px; justify-content: center; }[data-css=\"tve-u-1621ae0bec7\"] { height: calc(100% - -22px); background-image: linear-gradient(rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.14)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; margin-left: 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621adea58b\"] > .tcb-flex-col { padding-left: 50px; }[data-css=\"tve-u-1621adea58b\"] { margin-left: -50px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-1621ade6172\"] { max-width: 100%; float: none; width: 100%; margin: 0px auto !important; }[data-css=\"tve-u-1621adba9ef\"] { clip-path: url(\"#clip-top-52d5a36c151aa\"); -webkit-clip-path: url(\"#clip-top-52d5a36c151aa\");  background-image: linear-gradient(rgba(15, 29, 123, 0.65), rgba(15, 29, 123, 0.65)), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-cta-bg.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-1621ada1e7f\"] { padding: 0px 40px !important; }[data-css=\"tve-u-1621ad46076\"] { padding: 100px 40px !important; margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1621ad420c4\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-1621a9076ef\"] { padding-top: 2px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-1621acf64fb\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621acf47d2\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1621acf0289\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621a8e11f3\"] { padding-top: 2px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-1621a8e5625\"] { padding-top: 2px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-1621ace4de9\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1621ace1b08\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1621a9a2867\"] strong { font-weight: 700; }#tve_editor [data-css=\"tve-u-1621a9a2867\"] { font-weight: 300; color: rgb(15, 29, 123) !important; font-family: Poppins !important; }[data-css=\"tve-u-1621a9750ae\"] { font-size: 18.36px !important; line-height: 18.36px !important; }[data-css=\"tve-u-1621a9a2867\"] { font-size: 64.8px !important; line-height: 64.8px !important; }[data-css=\"tve-u-1621a9a2866\"] { margin-top: 54px !important; }[data-css=\"tve-u-1621a9a2862\"] { width: 216px !important; height: 216px !important; background-color: rgb(137, 141, 167) !important; }[data-css=\"tve-u-1621a98b602\"] { stroke-dasharray: 678.584, 678.584; }[data-css=\"tve-u-1621a983587\"] { float: none; border: 30px solid rgba(137, 141, 167, 0.24); z-index: 3; position: relative; margin: 30px auto 0px !important; padding: 0px !important; }[data-css=\"tve-u-1621a9750ae\"] strong { font-weight: 700; }#tve_editor [data-css=\"tve-u-1621a9750ae\"] { color: rgb(255, 255, 255) !important; font-family: Monda !important; }[data-css=\"tve-u-1621a96b190\"] { background-color: rgb(101, 114, 203); width: 194.4px !important; height: 194.4px !important; top: 10.8px !important; bottom: 10.8px !important; left: 10.8px !important; right: 10.8px !important; }[data-css=\"tve-u-1621a9685d4\"] { stroke: rgb(248, 251, 253) !important; stroke-width: 22.6px !important; }[data-css=\"tve-u-1621a8a804b\"] > .tcb-flex-col > .tcb-col { min-height: 445px; justify-content: center; }[data-css=\"tve-u-1621a90a46f\"] { background-image: radial-gradient(rgba(255, 255, 255, 0.51) 16%, rgb(255, 255, 255) 73%), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-100-clean.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }#tve_editor [data-css=\"tve-u-1621a9076ef\"] > :first-child { color: rgb(15, 29, 123); }#tve_editor [data-css=\"tve-u-1621a8e5625\"] > :first-child { color: rgb(15, 29, 123); }#tve_editor [data-css=\"tve-u-1621a8e11f3\"] > :first-child { color: rgb(15, 29, 123); }[data-css=\"tve-u-1621a8c4313\"] { padding: 0px !important; margin-bottom: 60px !important; }[data-css=\"tve-u-1621a8b2488\"] { float: none; max-width: 100%; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621a8a804b\"] { min-height: inherit; margin-left: -60px; padding: 0px !important; }[data-css=\"tve-u-1621a2e0d5b\"] { line-height: 1em !important; }[data-css=\"tve-u-1621a2247ba\"] { max-width: 100%; float: none; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; }#tve_editor [data-css=\"tve-u-1620af7eb3f\"] .tcb-button-link { font-size: 18px; color: rgb(15, 29, 123) !important; }#tve_editor [data-css=\"tve-u-1620af7eb3f\"]:hover strong { font-weight: 700 !important; }[data-css=\"tve-u-1620af7eb3f\"] { width: 268px; float: left; z-index: 3; position: relative; display: block; max-width: 268px; margin-bottom: 0px !important; margin-top: 0px !important; margin-left: 3px !important; }#tve_editor [data-css=\"tve-u-1620af7eb3f\"]:hover .tcb-button-link { color: rgb(255, 255, 255) !important; border-radius: 200px !important; overflow: hidden !important; font-family: Monda !important; font-weight: 400 !important; text-shadow: none !important; background-image: none !important; background-color: rgb(15, 29, 123) !important; }[data-css=\"tve-u-1620af7eb3f\"] .tcb-button-link { border-radius: 200px; min-height: 54.7619px; font-size: 1.33333em; padding-top: 0px; padding-bottom: 0px; background-image: none !important; background-color: rgb(255, 255, 255) !important; padding-right: 15px !important; }#tcb_landing_page a:not(.tcb-button-link).tve_state_hover { color: rgb(35, 55, 188); }#tcb_landing_page a:not(.tcb-button-link):hover { color: rgb(35, 55, 188); }#tcb_landing_page a:not(.tcb-button-link) { color: rgb(255, 255, 255); }#tcb_landing_page input strong { font-weight: 700; }#tcb_landing_page .tcb-button-link strong { font-weight: 700; }#tcb_landing_page p strong, #tcb_landing_page li strong { font-weight: 700; }#tcb_landing_page input { font-family: Merriweather; font-weight: 400; }#tcb_landing_page .tcb-button-link { font-family: Merriweather; font-weight: 400; }#tcb_landing_page p, #tcb_landing_page li { color: rgb(12, 12, 12); font-family: Merriweather; font-weight: 400; line-height: 1.5em; font-size: 16px; }#tcb_landing_page h6 { text-transform: uppercase; font-size: 14px; color: rgb(0, 0, 0); font-family: \"Special Elite\"; font-weight: 400; letter-spacing: 1px; line-height: 1.3em; }#tcb_landing_page h5 { font-size: 22px; color: rgb(12, 12, 12); font-family: \"Special Elite\"; font-weight: 400; line-height: 1.3em; }#tcb_landing_page h4 { font-size: 24px; color: rgb(12, 12, 12); font-family: \"Special Elite\"; font-weight: 400; line-height: 1.3em; }#tcb_landing_page h3 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(12, 12, 12); font-size: 26px; line-height: 1.3em; }#tcb_landing_page h2 { color: rgb(0, 0, 0); font-size: 30px; letter-spacing: 2px; text-transform: uppercase; line-height: 1.3em; font-family: \"Special Elite\"; font-weight: 400; }#tcb_landing_page h1 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(0, 0, 0); font-size: 42px; line-height: 1.3em; }[data-css=\"tve-u-15e09c94f7d\"] { background-color: rgb(255, 255, 255); }[data-css=\"tve-u-1621b01355a\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621b01355a\"] { max-width: 274px; position: relative; float: left; z-index: 3; width: 100%; padding: 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-1621b028939\"] .tcb-button-link { font-size: 18px; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1621b028939\"]:hover strong { font-weight: 700 !important; }[data-css=\"tve-u-1621b028939\"] { display: block; max-width: 268px; width: 268px; top: 0px; left: 0px; float: left; z-index: 3; position: relative; margin-bottom: 0px !important; margin-top: 0px !important; }#tve_editor [data-css=\"tve-u-1621b028939\"]:hover .tcb-button-link { background-color: rgb(255, 255, 255) !important; color: rgb(15, 29, 123) !important; overflow: hidden !important; font-family: Monda !important; background-image: none !important; text-align: center !important; }[data-css=\"tve-u-1621b028939\"] .tcb-button-link { min-height: 54.7619px; font-size: 1.33333em; padding-top: 0px; padding-bottom: 0px; border: 1px solid rgb(255, 255, 255); border-radius: 30px; overflow: hidden; background-color: rgba(26, 188, 156, 0.01) !important; padding-right: 15px !important; color: rgb(26, 188, 156) !important; }[data-css=\"tve-u-1621b08fdde\"] { border-radius: 200px; overflow: hidden; border: 1px solid rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1621b01355a\"]:hover [data-css=\"tve-u-1621b08fdde\"] { border: 1px solid rgba(255, 255, 255, 0.4) !important; }[data-css=\"tve-u-1621b30ca74\"]::after { clear: both; }#tve_editor [data-css=\"tve-u-1621e942b65\"] { font-weight: 400; letter-spacing: 0px; color: rgb(255, 255, 255) !important; font-family: Poppins !important; font-size: 30px !important; }[data-css=\"tve-u-1621e94cb4e\"] { float: none; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621eaaedd8\"] { clip-path: url(\"#clip-bottom-a2b9cf3198d6f\"); -webkit-clip-path: url(\"#clip-bottom-a2b9cf3198d6f\");  background-image: none !important; background-color: rgb(5, 10, 42) !important; }[data-css=\"tve-u-1621eab272c\"] { border-radius: 200px; overflow: hidden; background-image: none !important; border: 3px solid rgb(255, 255, 255) !important; background-color: rgb(5, 10, 42) !important; }[data-css=\"tve-u-1621eacf6af\"] { max-width: 230px; float: none; z-index: 3; position: relative; padding: 0px !important; margin: 0px auto !important; }[data-css=\"tve-u-1621eb3eb9f\"] { clip-path: url(\"#clip-bottom-ac98bb0e54b3b\"); -webkit-clip-path: url(\"#clip-bottom-ac98bb0e54b3b\");  background-image: none !important; background-color: rgb(45, 51, 89) !important; }[data-css=\"tve-u-1621eb43d8d\"] { border-radius: 200px; overflow: hidden; background-image: none !important; border: 3px solid rgb(255, 255, 255) !important; background-color: rgb(45, 51, 89) !important; }[data-css=\"tve-u-1621eb7ccb0\"] { min-height: 530px; }[data-css=\"tve-u-1621eb81205\"] { padding: 0px 0px 20px !important; margin-top: -25px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621ebbbb6d\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621ebbbb6d\"] { max-width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1621ebf340c\"] { max-width: 230px; float: none; z-index: 3; position: relative; width: 100%; padding: 0px !important; margin: 0px auto !important; }[data-css=\"tve-u-1621ebfa746\"] { padding: 0px !important; margin-top: 0px !important; margin-bottom: 30px !important; }#tve_editor [data-css=\"tve-u-1621ebfe4ce\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ebff867\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ec009a8\"] { font-size: 16px !important; }[data-css=\"tve-u-1621ec09a3c\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; margin: 0px !important; }#tve_editor [data-css=\"tve-u-1621ec09a3c\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ec0c5bd\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; margin: 0px !important; }#tve_editor [data-css=\"tve-u-1621ec0c5bd\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ec15f6e\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ec15f6e\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ec204df\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ec204df\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ec20f68\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ec20f68\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ec21a31\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ec21a31\"] > :first-child { color: rgb(137, 141, 167); }#tve_editor [data-css=\"tve-u-1621ec241aa\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ec2704c\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ec298ab\"] { font-size: 16px !important; }[data-css=\"tve-u-1621ec6c39b\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621ec6c39b\"] { float: none; max-width: 110px; z-index: 4; padding: 0px !important; margin: -60px auto 30px !important; }[data-css=\"tve-u-1621ec752da\"] { min-height: 110px; }[data-css=\"tve-u-1621ec78d2c\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621ec78d2c\"] { float: none; max-width: 110px; z-index: 4; padding: 0px !important; margin: -60px auto 30px !important; }[data-css=\"tve-u-1621ec79a7d\"] { min-height: 110px; }[data-css=\"tve-u-1621ec7f21a\"] { min-height: 160px; }[data-css=\"tve-u-1621f154231\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-1621f154231\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin: 0px 0px -1px !important; }[data-css=\"tve-u-1621f15b521\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-1621f15b521\"] { float: right; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin-top: -1px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621f4ceaf7\"] { color: rgb(15, 29, 123) !important; }[data-css=\"tve-u-1621fb65556\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-1621fb65556\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-1621fb65556\"] { min-height: inherit; margin-left: -20px; padding: 0px !important; }[data-css=\"tve-u-1621fb68b97\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-1621fb68b97\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-1621fb68b97\"] { min-height: inherit; margin-left: -30px; padding: 30px !important; }[data-css=\"tve-u-1621fbacc60\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621fbcad8c\"] { padding: 0px !important; }[data-css=\"tve-u-1621fc0ce17\"] { padding: 0px !important; margin-bottom: 15px !important; }[data-css=\"tve-u-1621fd84d7b\"] { min-height: 480px; }[data-css=\"tve-u-1621fd8766c\"] { min-height: 150px; }[data-css=\"tve-u-1621fd9c946\"] { padding: 0px 0px 20px !important; margin-top: 0px !important; margin-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-1621fe1587d\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1621fe1725e\"] strong { font-weight: 800; }#tve_editor [data-css=\"tve-u-1621fe1725e\"] { font-weight: 400; letter-spacing: 0px; color: rgb(255, 255, 255) !important; font-family: Poppins !important; font-size: 30px !important; }#tve_editor [data-css=\"tve-u-1621fe1a1af\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1621fe1bd18\"] strong { font-weight: 800; }#tve_editor [data-css=\"tve-u-1621fe1bd18\"] { font-weight: 400; letter-spacing: 0px; color: rgb(255, 255, 255) !important; font-family: Poppins !important; font-size: 30px !important; }[data-css=\"tve-u-16223b080b0\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-16223b080b0\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-16223f02c16\"] { min-height: 62px; }[data-css=\"tve-u-16223fe5f5b\"] { padding: 0px !important; }[data-css=\"tve-u-16224439be1\"] { padding: 0px !important; }#tve_editor [data-css=\"tve-u-1622444fb11\"] { letter-spacing: 1px; color: rgb(137, 141, 167) !important; font-size: 14px !important; }#tve_editor [data-css=\"tve-u-16228c764b2\"] { font-size: 18px !important; }[data-css=\"tve-u-16229f6175c\"] { border: none; margin: 80px 0px 0px !important; background-image: none !important; }[data-css=\"tve-u-16229fa6a26\"] { border: none; box-shadow: none; padding: 0px 30px 30px !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-16229fa8c68\"] { border: none; padding: 0px 30px 30px !important; background-image: none !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col > .tcb-col { min-height: 244px; }[data-css=\"tve-u-16229ffbb7b\"] { margin-left: -30px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16248fc42a1\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-16248fc42a1\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-16248fc71c8\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-16249355087\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-16249355087\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-16249358652\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-16249358652\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-1624935a201\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-1624935a201\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-16249367114\"] { border: none; margin: 30px 0px 0px !important; background-image: none !important; }[data-css=\"tve-u-16249373b25\"] { border: none; padding: 0px 30px 30px !important; background-image: linear-gradient(rgb(248, 249, 251), rgb(248, 249, 251)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1624939a960\"] { border: none; box-shadow: none; padding: 0px 30px 30px !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-162493a03b0\"] > .tcb-flex-col > .tcb-col { min-height: 244px; }[data-css=\"tve-u-162493a03b0\"] { margin-left: -30px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-162493a03b0\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-162493b6b63\"] { border: none; background-image: none !important; padding: 0px 30px 30px !important; background-color: rgb(248, 249, 251) !important; }#tve_editor [data-css=\"tve-u-162493d5f13\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-162493d5f13\"] { font-size: 30px; width: 30px; height: 30px; top: 0px; left: 0px; display: block; position: static; z-index: 8; border-bottom: 1px solid rgb(10, 93, 165); border-top: none; border-right: none; border-left: none; border-image: initial; margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-162494b490e\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-162494b7ad0\"] { padding: 0px !important; margin-top: 25px !important; margin-left: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-1625389a3d5\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-1625389a3d5\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-1625389b4ed\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-1625389b4ed\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-162539ac577\"] { max-width: 39%; }[data-css=\"tve-u-162539ac57d\"] { max-width: 61%; }#tve_editor [data-css=\"tve-u-162539c17ec\"] { font-size: 16px !important; color: rgba(12, 12, 12, 0.7) !important; }[data-css=\"tve-u-16260c39a7e\"] { float: none; max-width: 100%; border-left: 1px solid rgba(15, 29, 123, 0.7); border-right: 1px solid rgba(15, 29, 123, 0.7); margin: 0px auto !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-16260c433e9\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-Rosie.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16260c5ff07\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-16260c5ff07\"] { float: right; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin: -1px 0px 0px !important; }[data-css=\"tve-u-16260c5ff0c\"]::after { clear: both; }[data-css=\"tve-u-16260d01208\"] { max-width: 37%; }[data-css=\"tve-u-16260d0120e\"] { max-width: 63%; }[data-css=\"tve-u-16260d39b83\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-16260d39b83\"] { float: right; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin-top: -1px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-16260d3b97e\"]::after { clear: both; }[data-css=\"tve-u-16260d3f4aa\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16260d3f4aa\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-16260d3f4aa\"] { min-height: inherit; margin-left: -30px; padding: 30px !important; }[data-css=\"tve-u-16260d3f4af\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-16260d3f4af\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-16260d3f4af\"] { min-height: inherit; margin-left: -20px; padding: 0px !important; }[data-css=\"tve-u-16260d5e4b8\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-Shawn.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16260d73672\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-16260d73672\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin-top: 0px !important; margin-bottom: -1px !important; }[data-css=\"tve-u-16260d8392c\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16260d8392c\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-16260d8392c\"] { min-height: inherit; margin-left: -30px; padding: 30px !important; }[data-css=\"tve-u-16260d8396c\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-16260d8396c\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-16260d8396c\"] { min-height: inherit; margin-left: -20px; padding: 0px !important; }[data-css=\"tve-u-16260da3aa7\"] { float: none; max-width: 100%; border-left: 1px solid rgba(15, 29, 123, 0.7); border-right: 1px solid rgba(15, 29, 123, 0.7); margin: 0px auto !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-162717cb600\"] { max-width: 58.2%; }[data-css=\"tve-u-162717cb601\"] { max-width: 41.8%; }[data-css=\"tve-u-162717cb602\"] { clip-path: url(\"#clip-bottom-eab511de4ba9e\"); -webkit-clip-path: url(\"#clip-bottom-eab511de4ba9e\");  background-color: rgba(255, 255, 255, 0.2) !important; }[data-css=\"tve-u-162717cb603\"] { min-height: 496px; }[data-css=\"tve-u-162717cb604\"] { z-index: 5; float: right; position: relative; width: 100%; max-width: 570px; bottom: 0px; left: 0px; padding: 0px !important; margin: -59px 0px 0px !important; }[data-css=\"tve-u-162717cb605\"] { clip-path: url(\"#clip-bottom-7920fc765722d\"); -webkit-clip-path: url(\"#clip-bottom-7920fc765722d\");  background-color: rgba(255, 255, 255, 0.1) !important; }[data-css=\"tve-u-162717cb606\"] { min-height: 419px; }[data-css=\"tve-u-162717cb608\"] { max-width: 633px; z-index: 4; top: 0px; right: 0px; padding: 0px !important; margin: 164px 0px 0px !important; }[data-css=\"tve-u-162717cb609\"]::after { clear: both; }[data-css=\"tve-u-162717cb60a\"] { padding-right: 50px !important; padding-bottom: 80px !important; padding-top: 20px !important; }[data-css=\"tve-u-162717cb60b\"]::after { clear: both; }[data-css=\"tve-u-162717cb60b\"] { margin-top: 0px !important; margin-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-162717cb60c\"] .tcb-button-link { font-size: 18px; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-162717cb60c\"] { float: left; z-index: 3; position: relative; display: block; max-width: 300px; width: 300px; margin-bottom: 0px !important; margin-top: 0px !important; }#tve_editor [data-css=\"tve-u-162717cb60c\"]:hover .tcb-button-link { background-color: rgb(255, 255, 255) !important; color: rgb(15, 29, 123) !important; background-image: none !important; font-weight: bold !important; }[data-css=\"tve-u-162717cb60c\"] .tcb-button-link { border: 1px solid rgb(255, 255, 255); min-height: 54.7619px; font-size: 1.33333em; padding-top: 0px; padding-bottom: 0px; border-radius: 100px; overflow: hidden; background-color: rgba(26, 188, 156, 0.01) !important; color: rgb(26, 188, 156) !important; }[data-css=\"tve-u-162717cb60f\"] { padding: 0px !important; margin-bottom: 25px !important; }[data-css=\"tve-u-162717cb610\"] { padding: 0px !important; margin-bottom: 35px !important; }#tve_editor [data-css=\"tve-u-162717cb616\"] { text-transform: none !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-162717cb617\"] { margin-left: 0px; padding: 0px !important; }[data-css=\"tve-u-162717cb618\"] { max-width: none; margin-top: 0px !important; }[data-css=\"tve-u-162717cb620\"] { clip-path: url(\"#clip-bottom-c883ac5175045\"); -webkit-clip-path: url(\"#clip-bottom-c883ac5175045\");  background-image: linear-gradient(90deg, rgb(15, 29, 123) 0%, rgba(15, 29, 123, 0.42) 100%), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-hero-img.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-162717cb609\"] { max-width: 1200px; min-height: 630px !important; }[data-css=\"tve-u-162717cb621\"] { z-index: 1; padding: 125px 40px 0px !important; margin-top: -130px !important; }[data-css=\"tve-u-162717cb623\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-162717cb624\"] { min-height: 54px; }[data-css=\"tve-u-162717cb623\"] { max-width: 304px; float: left; z-index: 3; position: relative; width: 100%; padding: 2px !important; margin: 0px auto 18px !important; }#tve_editor [data-css=\"tve-u-162717cb625\"] .tcb-button-link { font-size: 18px; color: rgb(15, 29, 123) !important; }#tve_editor [data-css=\"tve-u-162717cb625\"]:hover strong { font-weight: 700 !important; }[data-css=\"tve-u-162717cb625\"] { display: block; max-width: 300px; width: 300px; float: none; z-index: 3; position: relative; margin: 0px auto !important; }#tve_editor [data-css=\"tve-u-162717cb625\"]:hover .tcb-button-link { color: rgb(255, 255, 255) !important; border-radius: 200px !important; overflow: hidden !important; font-family: Monda !important; font-weight: 400 !important; text-shadow: none !important; background-image: none !important; background-color: rgb(15, 29, 123) !important; }[data-css=\"tve-u-162717cb625\"] .tcb-button-link { border-radius: 200px; min-height: 54.7619px; font-size: 1.33333em; padding-top: 0px; padding-bottom: 0px; background-image: none !important; background-color: rgb(255, 255, 255) !important; padding-right: 15px !important; font-weight: bold !important; }#tve_editor [data-css=\"tve-u-162717cb623\"]:hover [data-css=\"tve-u-162717cb626\"] { border: 1px solid rgba(255, 255, 255, 0.6) !important; }[data-css=\"tve-u-162717cb626\"] { border-radius: 200px; overflow: hidden; border: 1px solid rgb(255, 255, 255) !important; }[data-css=\"tve-u-162717d1bb6\"] { border-right: 1px solid rgba(255, 255, 255, 0.2); }[data-css=\"tve-u-162717d1bbc\"] { border-left: none; padding: 0px !important; }[data-css=\"tve-u-162717d1bbe\"] { border-bottom: 1px solid rgba(255, 255, 255, 0.2); float: none; width: 100%; position: relative; z-index: 10; max-width: 1600px; margin: 0px auto !important; }[data-css=\"tve-u-162717d1bbf\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-162717d1bbf\"] > .tcb-flex-col { padding-left: 17px; }[data-css=\"tve-u-162717d1bbf\"] { margin-left: -17px; min-height: inherit; padding: 5px 0px 0px 40px !important; }#tve_editor [data-css=\"tve-u-162717d1bbe\"] p, #tve_editor [data-css=\"tve-u-162717d1bbe\"] li, #tve_editor [data-css=\"tve-u-162717d1bbe\"] blockquote, #tve_editor [data-css=\"tve-u-162717d1bbe\"] address { font-size: 16px; }#tve_editor [data-css=\"tve-u-162717d1bc3\"] > :first-child { color: rgb(255, 255, 255); }[data-css=\"tve-u-162717d1bc3\"] { font-size: 25px !important; width: 25px !important; height: 25px !important; z-index: 4; position: relative; float: left; margin: 3px 5px 0px 0px !important; padding-left: 0px !important; }[data-css=\"tve-u-162717d1bc5\"] { border-right: none; padding: 0px !important; position: static !important; }[data-css=\"tve-u-162718f6444\"] { z-index: 12; float: right; width: 100%; max-width: 600px; bottom: -30px; right: -88px; position: absolute !important; padding: 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-162718f6446\"] { min-height: 600px; }[data-css=\"tve-u-162718f6447\"] { clip-path: url(\"#clip-bottom-6d4048c9836f6\"); -webkit-clip-path: url(\"#clip-bottom-6d4048c9836f6\");  background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-Bmw.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }#tve_editor [data-css=\"tve-u-16271adf6cf\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-16271adf6cf\"] { font-size: 30px; width: 30px; height: 30px; top: 22px; left: 20px; border-bottom: 1px solid rgb(10, 93, 165); margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1641367e553\"] > :first-child { color: rgba(15, 29, 123, 0.12); }[data-css=\"tve-u-1641367e553\"] { font-size: 60px; float: none; box-shadow: none; width: 60px; height: 60px; margin: -55px auto 60px !important; padding-right: 17px !important; }[data-css=\"tve-u-16416e4fafd\"] { box-shadow: rgba(0, 0, 0, 0.02) 0px 2px 22px 0px; background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16416e603ab\"] { box-shadow: rgba(0, 0, 0, 0.12) 0px 3px 44px 0px; background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-164179a84b8\"] > .tve-cb { display: block; }[data-css=\"tve-u-164179a84b8\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-164179bced9\"] { border-right: none; padding: 3px 0px 0px !important; position: static !important; }[data-css=\"tve-u-16417b4cb9e\"] { padding: 0px 0px 50px !important; }[data-css=\"tve-u-16417b62c09\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-16417b662bf\"] { margin-top: 0px !important; margin-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-16417e5bd95\"] > :first-child { color: rgb(255, 255, 255); }[data-css=\"tve-u-16417e5bd95\"] { font-size: 25px !important; width: 25px !important; height: 25px !important; z-index: 4; position: relative; float: left; margin: 3px 15px 0px 0px !important; padding-left: 0px !important; }[data-css=\"tve-u-1641c1af44d\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1641c1b01a6\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1641c1b0a67\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1641c1b12d8\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }#tve_editor [data-css=\"tve-u-1641c1b33f9\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-1641c1b33f9\"] { font-size: 30px; width: 30px; height: 30px; top: 22px; left: 20px; border-bottom: 1px solid rgb(10, 93, 165); margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1641c1b456a\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-1641c1b456a\"] { font-size: 30px; width: 30px; height: 30px; top: 22px; left: 20px; border-bottom: 1px solid rgb(10, 93, 165); margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1641c1b52d3\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-1641c1b52d3\"] { font-size: 30px; width: 30px; height: 30px; top: 22px; left: 20px; border-bottom: 1px solid rgb(10, 93, 165); margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1641c1b60b4\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-1641c1b60b4\"] { font-size: 30px; width: 30px; height: 30px; top: 22px; left: 20px; border-bottom: 1px solid rgb(10, 93, 165); margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-16422a1ce91\"] { float: none; width: 100%; max-width: 227px; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; }#tve_editor [data-css=\"tve-u-16422a1ce92\"] { font-size: 16px !important; color: rgb(12, 12, 12) !important; }#tve_editor [data-css=\"tve-u-16422a1ce93\"] { font-size: 16px !important; color: rgb(18, 18, 18) !important; }[data-css=\"tve-u-16422a1ce92\"] { line-height: 1.7em !important; }[data-css=\"tve-u-16422a1ce93\"] { line-height: 1.7em !important; }#tve_editor [data-css=\"tve-u-16422a1ce94\"] { font-size: 16px !important; color: rgb(29, 26, 31) !important; }[data-css=\"tve-u-16422a1ce94\"] { line-height: 1.7em !important; }#tcb_landing_page .tcb-plain-text { color: rgb(0, 0, 0); font-family: Merriweather; font-weight: 400; }#tcb_landing_page .tcb-plain-text strong { font-weight: 700; }[data-css=\"tve-u-162717d1bbe\"] p { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-162717d1bbe\"] h3 { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-16959822de2\"] { width: 291px; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-16959846d3d\"] { margin-top: 0px !important; }}@media (max-width: 1023px){[data-css=\"tve-u-1621ebfa746\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621eb037bb\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621ec78d2c\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621ec6c39b\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-162717cb602\"] { clip-path: url(\"#clip-tablet-bottom-eab511de4ba9e\"); -webkit-clip-path: url(\"#clip-tablet-bottom-eab511de4ba9e\");  }[data-css=\"tve-u-1621b064668\"] { max-width: 49%; }[data-css=\"tve-u-1621b064646\"] { max-width: 51%; }[data-css=\"tve-u-1621b3c74d9\"] { max-width: 100%; }[data-css=\"tve-u-1621f0b0088\"] { min-height: 100px !important; }[data-css=\"tve-u-1621ee3afec\"] > .tve-cb { display: block; }[data-css=\"tve-u-16417b97d3c\"]::after { clear: both; }[data-css=\"tve-u-1621e7ceab3\"] > .tve-cb { display: block; }[data-css=\"tve-u-1621ea50702\"] { float: none; width: 100%; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621ae4fd21\"] > .tve-cb { display: block; }[data-css=\"tve-u-162717cb60f\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-162717cb610\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-16223dad661\"] { padding-top: 20px !important; }[data-css=\"tve-u-1641367127b\"] { float: none; font-size: 50px; width: 50px; height: 50px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1641367e553\"] { float: none; font-size: 50px; width: 50px; height: 50px; margin: -44px auto 40px !important; padding-right: 12px !important; }[data-css=\"tve-u-1621e7b695a\"] { margin-bottom: 50px !important; }[data-css=\"tve-u-1621ee37f4a\"] { min-height: 262px; }[data-css=\"tve-u-1621ada1e7f\"] { padding: 50px 30px 50px 0px !important; }[data-css=\"tve-u-1621b072b4e\"] { max-width: 100%; }[data-css=\"tve-u-1621a2247ba\"] { margin-bottom: 60px !important; }[data-css=\"tve-u-16229f6175c\"] { margin-top: 0px !important; }[data-css=\"tve-u-162717cb60b\"] { height: calc(100% - -85px); margin-top: -85px !important; }[data-css=\"tve-u-162717cb617\"] .tcb-flex-col { flex-basis: 560px !important; }#tcb_landing_page h5 { line-height: 1.3em; }#tcb_landing_page h6 { line-height: 1.4em; }#tcb_landing_page p, #tcb_landing_page li { line-height: 1.5em; }[data-css=\"tve-u-1628a146aef\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1628a12f675\"] { margin-bottom: 40px !important; }[data-css=\"tve-u-1628a10d3b4\"] { margin-bottom: 40px !important; }[data-css=\"tve-u-162718bd0c0\"] { clip-path: url(\"#clip-tablet-top-a3b25e1c9221a\"); -webkit-clip-path: url(\"#clip-tablet-top-a3b25e1c9221a\");  background-color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-162717cb621\"] { z-index: 6; padding-top: 70px !important; margin-top: -84px !important; }[data-css=\"tve-u-162718a3b40\"] { max-width: 100%; min-height: 1px !important; }[data-css=\"tve-u-16271adf6cf\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-162493d5f13\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-162717fcf9d\"] { margin-top: -40px !important; padding-top: 90px !important; padding-left: 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-16260d3f4af\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16260d3f4aa\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1621fb65556\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1621fb68b97\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16260d8396c\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16260d8392c\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16260d39b83\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-16260c5ff07\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-16260ba2fa4\"] { padding: 50px 40px !important; }[data-css=\"tve-u-16260be7104\"] { max-width: 100%; }[data-css=\"tve-u-1621ebbbb6d\"] { margin-top: -1px !important; }[data-css=\"tve-u-1621eaaedd8\"] { clip-path: url(\"#clip-tablet-bottom-a2b9cf3198d6f\"); -webkit-clip-path: url(\"#clip-tablet-bottom-a2b9cf3198d6f\");  }[data-css=\"tve-u-1621e7e9950\"] { margin-top: -1px !important; }[data-css=\"tve-u-16229fa8c68\"] { padding: 0px 20px 20px !important; }[data-css=\"tve-u-1622f65ba70\"] { padding: 0px 20px 20px !important; }[data-css=\"tve-u-16249373b25\"] { padding-left: 20px !important; padding-right: 20px !important; padding-bottom: 20px !important; }[data-css=\"tve-u-162493b6b63\"] { padding-left: 20px !important; padding-bottom: 20px !important; padding-right: 20px !important; }[data-css=\"tve-u-16249367114\"] { margin-top: 20px !important; }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-1624935a201\"] { line-height: 1.3em !important; }[data-css=\"tve-u-16249358652\"] { line-height: 1.3em !important; }[data-css=\"tve-u-16249355087\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1625389b4ed\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1625389a3d5\"] { line-height: 1.3em !important; }[data-css=\"tve-u-16248fc42a1\"] { line-height: 1.3em !important; }[data-css=\"tve-u-162493a03b0\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-162493a03b0\"] .tcb-flex-col { flex-basis: 145px !important; }[data-css=\"tve-u-1622a159bcb\"] { float: none; max-width: 85%; margin: 0px auto !important; padding-top: 0px !important; }[data-css=\"tve-u-16229fa6a26\"] { margin-bottom: 20px !important; padding: 0px 20px 20px !important; }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16229ffbb7b\"] { min-height: inherit; margin-left: -20px; }[data-css=\"tve-u-1621ad46076\"] { margin-bottom: 0px !important; margin-top: 0px !important; padding: 50px 40px !important; }#tve_editor [data-css=\"tve-u-1621b028939\"] .tcb-button-link { font-size: 18px; }[data-css=\"tve-u-16223f02c16\"] { min-height: 54px; }[data-css=\"tve-u-1621b01355a\"] { max-width: 304px; padding: 2px !important; }[data-css=\"tve-u-1620af7eb3f\"] { float: none; z-index: 3; position: relative; display: block; max-width: 300px; width: 300px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621afda4fa\"] { max-width: 100%; margin-bottom: 30px !important; }[data-css=\"tve-u-16224716d62\"]::after { clear: both; }[data-css=\"tve-u-1621f0aa8f7\"] { margin-top: 0px !important; }[data-css=\"tve-u-1621e7e6c1d\"] { min-height: 150px; }[data-css=\"tve-u-1621e7edfd9\"] { clip-path: url(\"#clip-tablet-bottom-10ffac3b28f1d\"); -webkit-clip-path: url(\"#clip-tablet-bottom-10ffac3b28f1d\");  }[data-css=\"tve-u-1621ebf340c\"] { float: none; width: 100%; padding: 0px !important; margin-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621e7d5094\"] { min-height: 455px; }[data-css=\"tve-u-1621adea58b\"] > .tcb-flex-col > .tcb-col { justify-content: center; }[data-css=\"tve-u-16223dad661\"]::after { clear: both; }[data-css=\"tve-u-1621e8107f3\"] { float: none; margin-left: auto !important; margin-right: auto !important; margin-bottom: 20px !important; }[data-css=\"tve-u-16223b080b0\"] { float: none; margin-left: auto !important; margin-right: auto !important; margin-top: -1px !important; }[data-css=\"tve-u-1621eb3eb9f\"] { clip-path: url(\"#clip-tablet-bottom-ac98bb0e54b3b\"); -webkit-clip-path: url(\"#clip-tablet-bottom-ac98bb0e54b3b\");  }[data-css=\"tve-u-1621fe78878\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1621fe78878\"] { min-height: inherit; }#tve_editor [data-css=\"tve-u-1621e92e97f\"] { font-size: 22px !important; }#tve_editor [data-css=\"tve-u-1621e942b65\"] { letter-spacing: 0px; font-size: 1.5em !important; }#tve_editor [data-css=\"tve-u-1621fe1bd18\"] { letter-spacing: 0px; font-size: 1.5em !important; }#tve_editor [data-css=\"tve-u-1621fe1a1af\"] { font-size: 22px !important; }#tve_editor [data-css=\"tve-u-1621fe1725e\"] { letter-spacing: 0px; font-size: 1.5em !important; }#tve_editor [data-css=\"tve-u-1621fe1587d\"] { font-size: 22px !important; }[data-css=\"tve-u-1621ef118dc\"] { position: relative; top: -50px; left: 30px; width: 100%; }[data-css=\"tve-u-1621ee3afec\"] { padding: 40px 0px 0px !important; }[data-css=\"tve-u-1621ee63e1c\"] { max-width: none; margin-bottom: 30px !important; }[data-css=\"tve-u-1621ee74a24\"] { top: 0px; right: 0px; font-size: 45px; width: 45px; height: 45px; float: none; padding-left: 0px !important; margin: 0px auto !important; }[data-css=\"tve-u-1621ee18a1c\"] { margin-top: 40px !important; margin-left: 20px !important; margin-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-1621fdcb4ea\"] { letter-spacing: 1px; font-size: 1.5em !important; }[data-css=\"tve-u-1621ec7f21a\"] { min-height: 150px; }[data-css=\"tve-u-1621eacf6af\"] { float: none; max-width: 230px; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621fd9c946\"] { max-width: 380px; float: none; width: 100%; margin: 0px auto !important; padding-left: 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-1621eb81205\"] { margin-top: 0px !important; }[data-css=\"tve-u-1621eb7ccb0\"] { min-height: 455px; }[data-css=\"tve-u-1621fd8766c\"] { min-height: 150px; }[data-css=\"tve-u-1621fd84d7b\"] { min-height: 430px; }[data-css=\"tve-u-1621e7c7aa1\"] .tcb-flex-col { flex-basis: 300px !important; }#tve_editor [data-css=\"tve-u-1621e7a7350\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621e7c899a\"] { float: none; max-width: 100%; margin-left: auto !important; margin-right: auto !important; margin-top: 0px !important; }[data-css=\"tve-u-1621e7c7aa1\"] { margin-left: -20px; flex-direction: row; }[data-css=\"tve-u-1621e7c7aa1\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-1621b3c8c52\"] { padding: 50px 40px !important; }[data-css=\"tve-u-1621fc0ce17\"] { margin-top: 10px !important; margin-bottom: 7px !important; }[data-css=\"tve-u-1621fbcad8c\"] { padding-left: 0px !important; padding-right: 30px !important; }[data-css=\"tve-u-1621fbacc60\"] { max-width: 177px; }[data-css=\"tve-u-1621fb68b97\"] { margin-left: -15px; min-height: inherit; padding: 20px !important; }[data-css=\"tve-u-1621fb68b97\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-1621fb65556\"] { margin-left: -15px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-1621fb65556\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-1621b200375\"] { float: none; max-width: 100%; margin: 0px auto !important; }[data-css=\"tve-u-1621b0e4fb7\"] { max-width: 100%; float: none; z-index: 3; position: relative; margin-right: auto !important; margin-left: auto !important; margin-bottom: 20px !important; }#tve_editor [data-css=\"tve-u-1621b10fccf\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621ae0bec7\"] { background-image: none !important; margin-top: 0px !important; }[data-css=\"tve-u-1621ae6c8da\"] { clip-path: url(\"#clip-tablet-top-aa2c3e3c70555\"); -webkit-clip-path: url(\"#clip-tablet-top-aa2c3e3c70555\");  }[data-css=\"tve-u-1621adba9ef\"] { clip-path: url(\"#clip-tablet-top-52d5a36c151aa\"); -webkit-clip-path: url(\"#clip-tablet-top-52d5a36c151aa\");  }[data-css=\"tve-u-1621ad420c4\"] { max-width: 100%; min-height: 1px !important; }[data-css=\"tve-u-1621f45bed3\"] { padding: 0px !important; }[data-css=\"tve-u-1621ae4fd21\"] { max-width: 100%; left: 0px; top: 0px; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621ae4db6e\"] { min-height: 300px; }#tve_editor [data-css=\"tve-u-1621afd8c98\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621afcc0bf\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621afceb00\"] { max-width: 100%; margin-bottom: 30px !important; }[data-css=\"tve-u-1621a98b602\"] { stroke-dasharray: 534.071, 534.071; }[data-css=\"tve-u-1621a9750ae\"] { font-size: 14.45px !important; line-height: 14.45px !important; }[data-css=\"tve-u-1621a9a2867\"] { font-size: 51px !important; line-height: 51px !important; }[data-css=\"tve-u-1621a9a2866\"] { margin-top: 42.5px !important; }[data-css=\"tve-u-1621a96b190\"] { width: 153px !important; height: 153px !important; top: 8.5px !important; bottom: 8.5px !important; left: 8.5px !important; right: 8.5px !important; }[data-css=\"tve-u-1621a9685d4\"] { stroke-width: 18px !important; }[data-css=\"tve-u-1621a9a2862\"] { width: 170px !important; height: 170px !important; }[data-css=\"tve-u-1621a983587\"] { float: none; border: 20px solid rgba(137, 141, 167, 0.24); margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621a8b2488\"] { float: none; max-width: 100%; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621a8a804b\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1621a8a804b\"] { margin-left: -24px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-1621a8a804b\"] > .tcb-flex-col { padding-left: 24px; }#tve_editor [data-css=\"tve-u-1621a2e0d5b\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621b028939\"] { position: relative; float: left; z-index: 3; display: block; max-width: 300px; width: 300px; margin-top: 15px !important; }[data-css=\"tve-u-1621adea58b\"] { margin-left: -30px; }[data-css=\"tve-u-1621adea58b\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-1621ade6172\"] { max-width: 100%; position: static; }#tve_editor [data-css=\"tve-u-16248fc42a1\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-16249355087\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-16249358652\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-1624935a201\"] { font-size: 18px !important; }[data-css=\"tve-u-1624939a960\"] { margin-bottom: 0px !important; padding-bottom: 20px !important; padding-left: 20px !important; padding-right: 20px !important; }[data-css=\"tve-u-162493a03b0\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-162493a03b0\"] { min-height: inherit; margin-left: -20px; }#tve_editor [data-css=\"tve-u-1625389a3d5\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-1625389b4ed\"] { font-size: 18px !important; }[data-css=\"tve-u-16260c39a7e\"] { float: none; max-width: 100%; margin: 0px auto !important; }[data-css=\"tve-u-16260d3f4aa\"] { margin-left: -15px; min-height: inherit; padding: 20px !important; }[data-css=\"tve-u-16260d3f4aa\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-16260d3f4af\"] { margin-left: -15px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-16260d3f4af\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-16260d8392c\"] { margin-left: -15px; min-height: inherit; padding: 20px !important; }[data-css=\"tve-u-16260d8392c\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-16260d8396c\"] { margin-left: -15px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-16260d8396c\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-16260da3aa7\"] { float: none; max-width: 100%; margin: 0px !important; }[data-css=\"tve-u-162717cb60c\"] { display: block; max-width: 300px; width: 300px; }[data-css=\"tve-u-162717cb609\"] { max-width: 100%; min-height: 1px !important; }[data-css=\"tve-u-162717cb605\"] { clip-path: url(\"#clip-tablet-bottom-7920fc765722d\"); -webkit-clip-path: url(\"#clip-tablet-bottom-7920fc765722d\");  background-color: rgba(244, 149, 29, 0) !important; }[data-css=\"tve-u-162717cb60a\"] { padding: 0px !important; }[data-css=\"tve-u-162717cb618\"] { float: none; max-width: 100%; margin-top: 60px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-162717cb620\"] { clip-path: url(\"#clip-tablet-bottom-c883ac5175045\"); -webkit-clip-path: url(\"#clip-tablet-bottom-c883ac5175045\");  }[data-css=\"tve-u-162717cb603\"] { min-height: 220px; }[data-css=\"tve-u-162717cb604\"] { max-width: 350px; float: right; z-index: 3; position: relative; width: 100%; bottom: 7px; left: 0px; margin-top: 0px !important; margin-left: 0px !important; padding-left: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-162717cb608\"] { max-width: 350px; position: relative; float: right; z-index: 3; width: 100%; top: 0px; right: 0px; margin-top: 0px !important; }[data-css=\"tve-u-162717cb606\"] { min-height: 1px; }[data-css=\"tve-u-162717d1bbf\"] { margin-left: 0px; padding: 25px 25px 0px !important; }[data-css=\"tve-u-162717d1bbf\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-162717d1bc5\"] { border-right: none; padding-left: 35px !important; padding-right: 0px !important; }[data-css=\"tve-u-162717d1bb6\"] { padding-left: 0px !important; }[data-css=\"tve-u-162717d1bbc\"] { border-left: none; border-right: none; padding-left: 30px !important; padding-bottom: 10px !important; }[data-css=\"tve-u-162717d1bc3\"] { font-size: 14px; width: 14px; height: 14px; margin-bottom: 10px !important; margin-left: 0px !important; padding-left: 10px !important; }[data-css=\"tve-u-162717d1bbe\"] { max-width: 100%; margin-left: 0px !important; margin-right: 30px !important; }[data-css=\"tve-u-162718f6444\"] { max-width: 360px; bottom: -35px; position: relative; left: 40px; margin-bottom: 0px !important; }[data-css=\"tve-u-162718f6446\"] { min-height: 300px; }[data-css=\"tve-u-162718f6447\"] { clip-path: url(\"#clip-tablet-bottom-6d4048c9836f6\"); -webkit-clip-path: url(\"#clip-tablet-bottom-6d4048c9836f6\");  }[data-css=\"tve-u-164179bced9\"] { border-right: none; padding-left: 30px !important; padding-right: 0px !important; }[data-css=\"tve-u-16417b62c09\"] { max-width: 177px; }[data-css=\"tve-u-16417b662bf\"] { max-width: 177px; }[data-css=\"tve-u-16417e5bd95\"] { font-size: 14px; width: 14px; height: 14px; margin-bottom: -14px !important; margin-left: 0px !important; }[data-css=\"tve-u-1641c1b33f9\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-1641c1b456a\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-1641c1b52d3\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-1641c1b60b4\"] { font-size: 25px; width: 25px; height: 25px; }#tve_editor [data-css=\"tve-u-16422a1ce94\"] { font-size: 16px !important; }[data-css=\"tve-u-16959822de2\"] { margin-right: 1px !important; padding-right: 10px !important; padding-top: 10px !important; }}@media (max-width: 767px){[data-css=\"tve-u-162717cb605\"] { clip-path: url(\"#clip-mobile-bottom-7920fc765722d\"); -webkit-clip-path: url(\"#clip-mobile-bottom-7920fc765722d\");  }[data-css=\"tve-u-162717cb602\"] { clip-path: url(\"#clip-mobile-bottom-eab511de4ba9e\"); -webkit-clip-path: url(\"#clip-mobile-bottom-eab511de4ba9e\");  }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-16417e9d24e\"]::after { clear: both; }[data-css=\"tve-u-16417b70f47\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 0px !important; }[data-css=\"tve-u-1621e819c52\"] { min-height: 100px; }[data-css=\"tve-u-1621e8107f3\"] { max-width: 100px; }[data-css=\"tve-u-1621fd8766c\"] { min-height: 144px; }[data-css=\"tve-u-1621ec79a7d\"] { min-height: 100px; }[data-css=\"tve-u-1621ec78d2c\"] { max-width: 100px; }[data-css=\"tve-u-1621ec7f21a\"] { min-height: 144px; }[data-css=\"tve-u-1621e7e6c1d\"] { min-height: 144px; }[data-css=\"tve-u-16417b4cb9e\"] { padding-bottom: 30px !important; }[data-css=\"tve-u-1621ec752da\"] { min-height: 100px; }[data-css=\"tve-u-1621ec6c39b\"] { max-width: 100px; }[data-css=\"tve-u-1621fd84d7b\"] { min-height: 430px; }[data-css=\"tve-u-1621e7c7aa1\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16223dad661\"] { padding-top: 0px !important; }[data-css=\"tve-u-1621b3c74d9\"] { max-width: 100%; }[data-css=\"tve-u-1621eb81205\"] { max-width: 100%; margin-bottom: 20px !important; }[data-css=\"tve-u-1621e7ceab3\"] { max-width: 100%; margin-bottom: 20px !important; }[data-css=\"tve-u-1621f0b0088\"] { min-height: 120px !important; }[data-css=\"tve-u-1621f0da775\"] { float: none; width: 100%; max-width: 280px; margin: 0px auto 20px !important; }[data-css=\"tve-u-1621ee37f4a\"] { min-height: 260px; }[data-css=\"tve-u-1621ee3afec\"] > .tve-cb { display: flex; justify-content: center; flex-direction: column; }[data-css=\"tve-u-1621ee63e1c\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1641367127b\"] { font-size: 30px; width: 30px; height: 30px; }[data-css=\"tve-u-1641367e553\"] { float: none; font-size: 30px; width: 30px; height: 30px; margin: -30px auto 30px !important; padding-right: 10px !important; }[data-css=\"tve-u-1621ada1e7f\"] { padding: 0px !important; }[data-css=\"tve-u-162717cb617\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-162717cb617\"] { min-height: inherit; }[data-css=\"tve-u-16229fa6a26\"] { height: calc(100% - 21px); margin-bottom: 0px !important; margin-top: 21px !important; }[data-css=\"tve-u-1624939a960\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-162493a03b0\"] .tcb-flex-col { flex-basis: 400px !important; }[data-css=\"tve-u-1621a2247ba\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-162717cb60f\"] { margin-bottom: 25px !important; }[data-css=\"tve-u-162717d1bbf\"] .tcb-flex-col { flex-basis: 225px !important; }[data-css=\"tve-u-1621ee3afec\"] { max-width: 100%; padding: 0px !important; position: static !important; }#tve_editor [data-css=\"tve-u-1641333d7d1\"] { font-size: 14px !important; }[data-css=\"tve-u-162717cb60b\"] { margin-top: 0px !important; }[data-css=\"tve-u-162717cb621\"] { z-index: 2; padding-left: 20px !important; padding-right: 20px !important; margin-top: -140px !important; padding-top: 0px !important; }[data-css=\"tve-u-162717cb617\"] .tcb-flex-col { flex-basis: 435px !important; }[data-css=\"tve-u-16369305186\"] { float: none; width: 100%; max-width: 155px; z-index: 3; position: relative; margin: 0px auto !important; }#tcb_landing_page h6 { line-height: 1.4em; }#tcb_landing_page h5 { line-height: 1.3em; }#tcb_landing_page p, #tcb_landing_page li { font-size: 14px; }#tcb_landing_page h2 { font-size: 28px; }#tcb_landing_page h1 { font-size: 35px; }[data-css=\"tve-u-16260ba2fa4\"] { padding-bottom: 40px !important; padding-left: 20px !important; padding-right: 20px !important; }[data-css=\"tve-u-1628a10d3b4\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-1628a12f675\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-162717cb610\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-16271bfe70c\"] { padding: 0px !important; }[data-css=\"tve-u-162717fcf9d\"] { z-index: 1; margin-top: 0px !important; padding-top: 75px !important; padding-left: 20px !important; padding-right: 20px !important; }[data-css=\"tve-u-162718bd0c0\"] { clip-path: url(\"#clip-mobile-top-a3b25e1c9221a\"); -webkit-clip-path: url(\"#clip-mobile-top-a3b25e1c9221a\");  }[data-css=\"tve-u-1621eb3eb9f\"] { clip-path: url(\"#clip-mobile-bottom-ac98bb0e54b3b\"); -webkit-clip-path: url(\"#clip-mobile-bottom-ac98bb0e54b3b\");  }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col > .tcb-col { min-height: 155px; }[data-css=\"tve-u-16229ffbb7b\"] { min-height: inherit; margin-left: 0px; }[data-css=\"tve-u-16229fa8c68\"] { height: calc(100% - 28px); margin-bottom: 0px !important; margin-top: 20px !important; }[data-css=\"tve-u-1622f65ba70\"] { height: calc(100% - 20px); margin-bottom: 0px !important; margin-top: 20px !important; }[data-css=\"tve-u-16229f6175c\"] { margin-top: 0px !important; }[data-css=\"tve-u-1622a159bcb\"] { float: none; max-width: 100%; margin-left: auto !important; margin-right: auto !important; padding-top: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-16229ae62a7\"] { border-right: none; }#tve_editor [data-css=\"tve-u-16228c764b2\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-16228c75500\"] { font-size: 18px !important; }[data-css=\"tve-u-1621fb65556\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-1621a983587\"] { border: 20px solid rgba(137, 141, 167, 0.32); }[data-css=\"tve-u-1621ee74a24\"] { float: none; margin-left: auto !important; margin-right: auto !important; margin-bottom: 10px !important; }[data-css=\"tve-u-1621afda4fa\"] { max-width: 100%; margin-bottom: 20px !important; }[data-css=\"tve-u-16223f02c16\"] { min-height: 54px; }[data-css=\"tve-u-1621f0aa8f7\"] { margin-top: 0px !important; }#tve_editor [data-css=\"tve-u-1622444fb11\"] { letter-spacing: 0px; }[data-css=\"tve-u-16224439be1\"] { padding: 0px !important; }[data-css=\"tve-u-1621fb68b97\"] { padding: 0px !important; }[data-css=\"tve-u-1621afceb00\"] { max-width: 100%; margin-bottom: 30px !important; }[data-css=\"tve-u-1621b0e4fb7\"] { float: none; margin-right: auto !important; margin-bottom: 30px !important; padding-left: 0px !important; margin-left: auto !important; }[data-css=\"tve-u-1621ebf340c\"] { padding-bottom: 40px !important; }[data-css=\"tve-u-1621ea50702\"] { float: none; width: 100%; padding: 0px !important; margin-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621e7d5094\"] { min-height: 430px; }[data-css=\"tve-u-1621eb7ccb0\"] { min-height: 430px; }[data-css=\"tve-u-1621ee03000\"] { flex-direction: column; }[data-css=\"tve-u-16223fe5f5b\"] { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621f0d2c1a\"] { margin-left: 25px !important; margin-right: 25px !important; }[data-css=\"tve-u-1621ee18a1c\"] { margin: 0px 20px 20px 0px !important; }[data-css=\"tve-u-1621ef118dc\"] { top: 0px; width: 245px; position: relative; float: none; z-index: 5; left: 0px; margin: -22px auto 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-1621fd9c946\"] { max-width: 100%; margin-top: 0px !important; margin-left: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-16223fc9f23\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-1621e7c899a\"] { max-width: none; float: none; margin-top: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621b3c8c52\"] { padding: 40px 20px !important; }[data-css=\"tve-u-1621fbcad8c\"] { padding: 20px !important; }[data-css=\"tve-u-1621fb65556\"] { margin-left: 0px; padding: 0px !important; }[data-css=\"tve-u-1621fbacc60\"] { max-width: 126px; float: none; margin-left: auto !important; margin-right: auto !important; margin-top: 20px !important; }[data-css=\"tve-u-1621b200375\"] { float: none; margin-top: 0px !important; margin-left: auto !important; margin-right: auto !important; }#tve_editor [data-css=\"tve-u-1621b10fccf\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621b028939\"] { display: block; max-width: 100%; width: 100%; float: none; min-width: 100%; margin-left: auto !important; margin-right: auto !important; margin-top: 0px !important; }[data-css=\"tve-u-1621ae4db6e\"] { min-height: 270px; }[data-css=\"tve-u-1621ae6c8da\"] { clip-path: url(\"#clip-mobile-top-aa2c3e3c70555\"); -webkit-clip-path: url(\"#clip-mobile-top-aa2c3e3c70555\");  }[data-css=\"tve-u-1621adba9ef\"] { clip-path: url(\"#clip-mobile-top-52d5a36c151aa\"); -webkit-clip-path: url(\"#clip-mobile-top-52d5a36c151aa\");  }[data-css=\"tve-u-16223f02c16\"]::after { clear: both; }[data-css=\"tve-u-1621b01355a\"] { max-width: 100%; float: none; margin-left: auto !important; margin-right: auto !important; margin-bottom: 15px !important; }[data-css=\"tve-u-1620af7eb3f\"] { float: none; display: block; max-width: 100%; width: 100%; min-width: 100%; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621ae0bec7\"]::after { clear: both; }[data-css=\"tve-u-1621f45bed3\"] { padding: 40px 20px 0px !important; }[data-css=\"tve-u-1621ad46076\"] { margin: 0px !important; padding: 30px 20px !important; }[data-css=\"tve-u-1621adea58b\"] { flex-flow: row-reverse wrap-reverse !important; }[data-css=\"tve-u-1621ae4fd21\"] { margin-top: 0px !important; position: static !important; }[data-css=\"tve-u-1621a8b2488\"] { float: none; max-width: 100%; margin-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621a8a804b\"] { padding-left: 0px !important; padding-right: 0px !important; }#tve_editor [data-css=\"tve-u-1621a2e0d5b\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621e7c7aa1\"] { flex-direction: column; min-height: inherit; }[data-css=\"tve-u-16249367114\"] { margin-top: 0px !important; }[data-css=\"tve-u-16249373b25\"] { height: calc(100% - 20px); margin-bottom: 0px !important; background-image: linear-gradient(rgb(248, 249, 251), rgb(248, 249, 251)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; margin-top: 20px !important; }[data-css=\"tve-u-162493a03b0\"] > .tcb-flex-col > .tcb-col { min-height: 155px; }[data-css=\"tve-u-162493a03b0\"] { min-height: inherit; }[data-css=\"tve-u-162493b6b63\"] { height: calc(100% - 20px); margin-bottom: 0px !important; margin-top: 20px !important; }[data-css=\"tve-u-16260c39a7e\"] { float: none; margin-top: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-16260d3f4aa\"] { padding: 0px !important; }[data-css=\"tve-u-16260d3f4af\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-16260d3f4af\"] { margin-left: 0px; padding: 0px !important; }[data-css=\"tve-u-16260d8392c\"] { padding: 0px !important; }[data-css=\"tve-u-16260d8396c\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-16260d8396c\"] { margin-left: 0px; padding: 0px !important; }[data-css=\"tve-u-16260da3aa7\"] { float: none; margin-top: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-162717cb60c\"] { display: block; max-width: 100%; width: 100%; min-width: 100%; float: none; margin-left: auto !important; margin-right: auto !important; margin-bottom: 20px !important; }[data-css=\"tve-u-162717cb618\"] { margin: 140px 0px 0px !important; }[data-css=\"tve-u-162717cb606\"] { min-height: 175px; }[data-css=\"tve-u-162717cb620\"] { clip-path: url(\"#clip-mobile-bottom-c883ac5175045\"); -webkit-clip-path: url(\"#clip-mobile-bottom-c883ac5175045\");  }[data-css=\"tve-u-162717cb608\"] { max-width: 100%; margin-top: 0px !important; padding-bottom: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-162717cb604\"] { margin-top: 0px !important; }[data-css=\"tve-u-162717cb60a\"] { padding: 0px !important; }#tve_editor [data-css=\"tve-u-162717cb616\"] { font-size: 27px !important; }#tve_editor [data-css=\"tve-u-162717cb629\"] { font-size: 18px !important; }[data-css=\"tve-u-162717cb625\"] { float: none; display: block; max-width: 100%; width: 100%; min-width: 100%; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-162717cb623\"] { max-width: 100%; float: none; width: 100%; margin: 0px auto 10px !important; }[data-css=\"tve-u-162717d1bbf\"] > .tcb-flex-col { padding-left: 18px; }[data-css=\"tve-u-162717d1bbf\"] { margin-left: -18px; padding: 10px 15px !important; flex-flow: row wrap !important; }[data-css=\"tve-u-162717d1bbe\"] { border-bottom: 1px solid rgba(255, 255, 255, 0.2); border-right: none; margin-left: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-162717d1bbc\"] { border: none; padding-left: 0px !important; padding-right: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-162717d1bc5\"] { border-right: none; padding-left: 15px !important; padding-right: 0px !important; }[data-css=\"tve-u-162717d1bc3\"] { margin: 3px 10px 0px 0px !important; }[data-css=\"tve-u-162717d1bb6\"] { border: none; padding-top: 0px !important; padding-left: 0px !important; margin-bottom: 1px !important; margin-top: -5px !important; padding-bottom: 10px !important; }[data-css=\"tve-u-162718f6446\"] { min-height: 280px; }[data-css=\"tve-u-162718f6444\"] { max-width: 100%; float: none; width: 100%; top: 0px; left: 0px; margin: 0px auto -30px !important; position: relative !important; }[data-css=\"tve-u-162718f6447\"] { clip-path: url(\"#clip-mobile-bottom-6d4048c9836f6\"); -webkit-clip-path: url(\"#clip-mobile-bottom-6d4048c9836f6\");  }[data-css=\"tve-u-164179a84b8\"] { float: none; width: 100%; max-width: 155px; z-index: 3; position: relative; margin-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-164179bced9\"] { border-right: none; max-width: 155px; position: relative; padding-left: 0px !important; padding-right: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-16417b62c09\"] { max-width: 126px; float: none; margin-left: auto !important; margin-right: auto !important; margin-top: 20px !important; }[data-css=\"tve-u-16417b662bf\"] { max-width: 126px; float: none; margin-left: auto !important; margin-right: auto !important; margin-top: 20px !important; }[data-css=\"tve-u-16417e5bd95\"] { margin: 3px 10px 0px 0px !important; }#tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] p, #tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] li, #tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] blockquote, #tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] address, #tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] .tcb-plain-text, #tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] label { font-size: 23px; }[data-css=\"tve-u-16959822de2\"] { padding-top: 10px !important; margin-left: auto !important; margin-right: auto !important; float: none; }}'),(6610,552,'tve_revision_tve_user_custom_css',''),(6611,552,'tve_revision_tve_page_events','a:0:{}'),(6612,552,'tve_revision_tve_globals','a:2:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";s:8:\"font_cls\";a:0:{}}'),(6613,552,'tve_revision_tve_global_scripts',''),(6614,552,'tve_revision_thrive_icon_pack','0'),(6615,552,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(6616,552,'tve_revision_tve_has_masonry','0'),(6617,552,'tve_revision_tve_has_typefocus','0'),(6618,552,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-162717d1bbe\" wfd-id=\"427\"><div class=\"tcb-flex-row tcb-medium-no-wrap v-2 tcb--cols--3 m-edit tcb-mobile-wrap\" data-css=\"tve-u-162717d1bbf\" wfd-id=\"428\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1695981e7bb\" wfd-id=\"453\"><div class=\"tcb-col\" data-css=\"tve-u-16959846d3d\" wfd-id=\"455\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16959822de2\" wfd-id=\"456\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"457\"><img class=\"tve_image wp-image-465\" alt=\"\" width=\"384\" height=\"62\" title=\"Blackhawk_custom_header\" data-id=\"465\" src=\"https://bestcerakoteflorida.com/wp-content/uploads/2019/01/Blackhawk_custom_header.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717d1bb9\" style=\"\" wfd-id=\"441\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717d1bb6\" wfd-id=\"443\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-164179a84b8\" wfd-id=\"444\">\n<div class=\"tve-content-box-background\" wfd-id=\"452\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"445\"><div class=\"tcb-clear\" wfd-id=\"450\"><a href=\"tel:1-954-848-1911\" target=\"_blank\" rel=\"\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-162717d1bc3\" data-float=\"1\" data-link-wrap=\"1\" wfd-id=\"451\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-phone-plus-light\" data-name=\"\">\n            <path d=\"M8 128h88v88c0 4.4 3.6 8 8 8h16c4.4 0 8-3.6 8-8v-88h88c4.4 0 8-3.6 8-8v-16c0-4.4-3.6-8-8-8h-88V8c0-4.4-3.6-8-8-8h-16c-4.4 0-8 3.6-8 8v88H8c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8zM487.8 24.1L387 .8c-14.7-3.4-29.8 4.2-35.8 18.1l-46.5 108.5c-5.5 12.7-1.8 27.7 8.9 36.5l53.9 44.1c-34 69.2-90.3 125.6-159.6 159.6l-44.1-53.9c-8.8-10.7-23.8-14.4-36.5-8.9L18.9 351.3c-13.9 6-21.5 21-18.1 35.8L24 487.9C27.3 502 39.9 512 54.5 512 306.7 512 512 307.8 512 54.5c0-14.6-10-27.2-24.2-30.4zM55.1 480l-23-99.6 107.4-46 59.5 72.8c103.6-48.6 159.7-104.9 208.1-208.1l-72.8-59.5 46-107.4 99.6 23C479.7 289.7 289.6 479.7 55.1 480z\"></path>\n        </svg></div></a></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162717d1bc5\" wfd-id=\"446\"><p data-css=\"tve-u-1641333d7d1\"><a href=\"tel:1-954-848-1911\" target=\"_blank\">954-848-1911</a></p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717d1bb7\" style=\"\" wfd-id=\"429\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717d1bbc\" wfd-id=\"431\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16369305186\" wfd-id=\"432\">\n<div class=\"tve-content-box-background\" wfd-id=\"440\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16417e9d24e\" wfd-id=\"433\"><div class=\"tcb-clear\" wfd-id=\"438\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-16417e5bd95\" data-float=\"1\" wfd-id=\"439\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-envelope-regular\" data-name=\"\">\n            <path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path>\n        </svg></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-164179bced9\" data-float=\"1\" wfd-id=\"434\"><p data-css=\"tve-u-1641333d7d1\"><a href=\"mailto:info@bestcerkoteflorida.com\" target=\"_blank\">info@bestcerakoteflorida.com</a></p></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-162717cb621\" data-value-type=\"percent\" wfd-id=\"384\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-162717cb620\" data-clip-id=\"c883ac5175045\" wfd-id=\"426\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-c883ac5175045\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9125, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-c883ac5175045\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9476, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-c883ac5175045\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9651, 1 1, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-162717cb609\" wfd-id=\"385\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-162717cb618\" wfd-id=\"386\"><div class=\"tcb-flex-row tcb-medium-wrap tcb-resized tcb--cols--2 v-2\" data-css=\"tve-u-162717cb617\" wfd-id=\"387\"><div class=\"tcb-flex-col\" data-css=\"tve-u-162717cb601\" style=\"\" wfd-id=\"402\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717cb60a\" wfd-id=\"404\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h1\" data-css=\"tve-u-162717cb610\" wfd-id=\"422\"><h1 data-css=\"tve-u-162717cb616\">With &nbsp;our car wash services &nbsp;your car looks like <span data-css=\"tve-u-16271ca808e\" style=\"color: rgb(0, 229, 255);\" wfd-id=\"425\">brand new</span></h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162717cb60f\" wfd-id=\"418\"><p data-css=\"tve-u-16413112747\">We provide reliable, affordable services for your vehicle. You can choose a q<span data-css=\"tve-u-16413111ba3\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"421\">u</span>ick exterior wash or a detailed clean, we have it all.</p></div><div class=\"tcb-clear\" data-css=\"tve-u-1641791ce1a\" wfd-id=\"409\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-162717cb623\" wfd-id=\"410\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-162717cb626\" data-tcb_hover_state_parent=\"1\" wfd-id=\"417\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-162717cb624\" wfd-id=\"411\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-162717cb625\" data-tcb_hover_state_parent=\"\" data-button-style=\"full_rounded\" wfd-id=\"412\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"413\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-162717cb629\" wfd-id=\"414\"><strong>Request an appointment</strong></span></span>\n</a>\n</div></div>\n</div></div><div class=\"tcb-clear\" data-css=\"tve-u-1641791de3b\" wfd-id=\"405\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-162717cb60c\" data-tcb_hover_state_parent=\"\" data-button-style=\"ghost\" wfd-id=\"406\">\n<a href=\"#\" class=\"tcb-button-link\" target=\"_blank\">\n<span class=\"tcb-button-texts\" wfd-id=\"407\"><span class=\"tcb-button-text thrv-inline-text\" wfd-id=\"408\"><strong>Call Now: 0400-700-682</strong></span></span>\n</a>\n</div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717cb600\" style=\"\" wfd-id=\"388\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717cb60b\" wfd-id=\"390\"><div class=\"tcb-clear\" data-css=\"tve-u-16417b97d3c\" wfd-id=\"391\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve_evt_manager_listen tve_et_tve-viewport tve_ea_thrive_animation tve_anim_slide_left\" data-css=\"tve-u-162717cb608\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_left&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" data-value-type=\"percent\" wfd-id=\"392\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-162717cb605\" data-clip-id=\"7920fc765722d\" wfd-id=\"401\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-7920fc765722d\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9476, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-7920fc765722d\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9476, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-7920fc765722d\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9476, 1 1, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-162717cb606\" wfd-id=\"393\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve_evt_manager_listen tve_et_tve-viewport tve_ea_thrive_animation tve_anim_slide_left\" data-css=\"tve-u-162718f6444\" data-value-type=\"percent\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_left&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" data-float=\"1\" wfd-id=\"398\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-162718f6447\" data-clip-id=\"6d4048c9836f6\" wfd-id=\"400\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-6d4048c9836f6\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9651, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-6d4048c9836f6\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9476, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-6d4048c9836f6\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"4\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9301, 1 1, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb\" data-css=\"tve-u-162718f6446\" wfd-id=\"399\"></div>\n</div><div class=\"tcb-clear\" data-css=\"tve-u-1626ca57ca6\" wfd-id=\"394\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve_evt_manager_listen tve_et_tve-viewport tve_ea_thrive_animation tve_anim_slide_left tcb-mobile-hidden\" data-css=\"tve-u-162717cb604\" data-float=\"1\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_left&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" data-value-type=\"percent\" wfd-id=\"395\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-162717cb602\" data-clip-id=\"eab511de4ba9e\" wfd-id=\"397\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-eab511de4ba9e\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9651, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-eab511de4ba9e\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9651, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-eab511de4ba9e\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9651, 1 1, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb\" data-css=\"tve-u-162717cb603\" wfd-id=\"396\"></div>\n</div></div></div>\n</div></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-162717fcf9d\" data-value-type=\"percent\" wfd-id=\"329\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-162718bd0c0\" data-clip-id=\"a3b25e1c9221a\" wfd-id=\"383\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0875\"></polygon></clipPath><clipPath id=\"clip-tablet-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"6\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.1051\"></polygon></clipPath><clipPath id=\"clip-mobile-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"1\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0175\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-162718a3b40\" wfd-id=\"330\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622a159bcb\" wfd-id=\"331\">\n<div class=\"tve-content-box-background\" wfd-id=\"382\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"332\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621a2247ba\" wfd-id=\"379\"><h2 data-css=\"tve-u-1621a2e0d5b\">our services</h2></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16229f6175c\" wfd-id=\"356\"><div class=\"tcb-flex-row tcb-medium-no-wrap tcb--cols--3 v-2\" data-css=\"tve-u-162493a03b0\" wfd-id=\"357\"><div class=\"tcb-flex-col\" wfd-id=\"372\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1624939a960\" data-tcb_hover_state_parent=\"\" wfd-id=\"374\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-162493d5f13\" data-float=\"1\" wfd-id=\"378\"><svg class=\"tcb-icon\" viewBox=\"0 0 14 28\" data-name=\"bolt\">\n<path d=\"M13.828 8.844c0.172 0.187 0.219 0.453 0.109 0.688l-8.437 18.078c-0.125 0.234-0.375 0.391-0.656 0.391-0.063 0-0.141-0.016-0.219-0.031-0.344-0.109-0.547-0.438-0.469-0.766l3.078-12.625-6.344 1.578c-0.063 0.016-0.125 0.016-0.187 0.016-0.172 0-0.359-0.063-0.484-0.172-0.187-0.156-0.25-0.391-0.203-0.609l3.141-12.891c0.078-0.297 0.359-0.5 0.688-0.5h5.125c0.391 0 0.703 0.297 0.703 0.656 0 0.094-0.031 0.187-0.078 0.281l-2.672 7.234 6.188-1.531c0.063-0.016 0.125-0.031 0.187-0.031 0.203 0 0.391 0.094 0.531 0.234z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"376\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-162494b490e\" wfd-id=\"377\"><h4 data-css=\"tve-u-16249355087\" style=\"text-align: left;\">Express exterior</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162494b7ad0\" wfd-id=\"375\"><p data-css=\"tve-u-162492e70ad\">Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"365\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162493b6b63\" data-tcb_hover_state_parent=\"\" wfd-id=\"367\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b456a\" wfd-id=\"371\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"adjust\">\n<path d=\"M12 22.5v-17c-4.688 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"369\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1af44d\" wfd-id=\"370\"><h4 data-css=\"tve-u-16249358652\" style=\"text-align: left;\">Interior clean</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"368\"><p data-css=\"tve-u-162492e70ad\">Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"358\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16249373b25\" wfd-id=\"360\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b52d3\" wfd-id=\"364\"><svg class=\"tcb-icon\" viewBox=\"0 0 26 28\" data-name=\"umbrella\">\n<path d=\"M14 12.938v9.063c0 2.172-1.828 4-4 4s-4-1.828-4-4c0-0.547 0.453-1 1-1s1 0.453 1 1c0 1.047 0.953 2 2 2s2-0.953 2-2v-9.063c0.328-0.109 0.656-0.172 1-0.172s0.672 0.063 1 0.172zM26 13.359c0 0.266-0.234 0.5-0.5 0.5-0.141 0-0.25-0.063-0.359-0.156-0.906-0.844-1.75-1.437-3.047-1.437-1.484 0-2.766 0.922-3.609 2.094-0.187 0.266-0.328 0.547-0.5 0.812-0.109 0.172-0.234 0.266-0.438 0.266-0.219 0-0.344-0.094-0.453-0.266-0.172-0.266-0.313-0.547-0.5-0.812-0.844-1.172-2.109-2.094-3.594-2.094s-2.75 0.922-3.594 2.094c-0.187 0.266-0.328 0.547-0.5 0.812-0.109 0.172-0.234 0.266-0.453 0.266-0.203 0-0.328-0.094-0.438-0.266-0.172-0.266-0.313-0.547-0.5-0.812-0.844-1.172-2.125-2.094-3.609-2.094-1.297 0-2.141 0.594-3.047 1.437-0.109 0.094-0.219 0.156-0.359 0.156-0.266 0-0.5-0.234-0.5-0.5 0-0.047 0-0.078 0.016-0.109 1.437-5.906 7.141-9.25 12.984-9.25 5.812 0 11.578 3.344 12.984 9.25 0.016 0.031 0.016 0.063 0.016 0.109zM14 2v1.531c-0.328-0.016-0.672-0.031-1-0.031s-0.672 0.016-1 0.031v-1.531c0-0.547 0.453-1 1-1s1 0.453 1 1z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"362\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b01a6\" wfd-id=\"363\"><h4 data-css=\"tve-u-1624935a201\" style=\"text-align: left;\">Wax protection</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"361\"><p data-css=\"tve-u-162492e70ad\">Etiam pharetra, erat sed fermentum feugiat, velit mauris</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16249367114\" wfd-id=\"333\"><div class=\"tcb-flex-row tcb-medium-no-wrap tcb--cols--3 v-2\" data-css=\"tve-u-16229ffbb7b\" wfd-id=\"334\"><div class=\"tcb-flex-col\" wfd-id=\"349\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229fa6a26\" wfd-id=\"351\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b33f9\" wfd-id=\"355\"><svg class=\"tcb-icon\" viewBox=\"0 0 26 28\" data-name=\"magic\">\n<path d=\"M18.594 9.078l4.578-4.578-1.672-1.672-4.578 4.578zM25.578 4.5c0 0.266-0.094 0.516-0.281 0.703l-20.094 20.094c-0.187 0.187-0.438 0.281-0.703 0.281s-0.516-0.094-0.703-0.281l-3.094-3.094c-0.187-0.187-0.281-0.438-0.281-0.703s0.094-0.516 0.281-0.703l20.094-20.094c0.187-0.187 0.438-0.281 0.703-0.281s0.516 0.094 0.703 0.281l3.094 3.094c0.187 0.187 0.281 0.438 0.281 0.703zM4.469 1.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531zM9.938 4.062l3.063 0.938-3.063 0.938-0.938 3.063-0.938-3.063-3.063-0.938 3.063-0.938 0.938-3.063zM24.469 11.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531zM14.469 1.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"353\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b0a67\" wfd-id=\"354\"><h4 data-css=\"tve-u-16248fc42a1\" style=\"text-align: left;\">Dust &amp; Dash Console</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"352\"><p data-css=\"tve-u-162492e70ad\">Duis sed odio sit amet nibh vulputate cursus a sit amet mauris.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"342\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1622f65ba70\" wfd-id=\"344\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b60b4\" wfd-id=\"348\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"certificate\">\n<path d=\"M21.5 14l2.156 2.109c0.297 0.281 0.406 0.703 0.313 1.094-0.109 0.391-0.422 0.703-0.812 0.797l-2.938 0.75 0.828 2.906c0.109 0.391 0 0.812-0.297 1.094-0.281 0.297-0.703 0.406-1.094 0.297l-2.906-0.828-0.75 2.938c-0.094 0.391-0.406 0.703-0.797 0.812-0.094 0.016-0.203 0.031-0.297 0.031-0.297 0-0.594-0.125-0.797-0.344l-2.109-2.156-2.109 2.156c-0.281 0.297-0.703 0.406-1.094 0.313-0.406-0.109-0.703-0.422-0.797-0.812l-0.75-2.938-2.906 0.828c-0.391 0.109-0.812 0-1.094-0.297-0.297-0.281-0.406-0.703-0.297-1.094l0.828-2.906-2.938-0.75c-0.391-0.094-0.703-0.406-0.812-0.797-0.094-0.391 0.016-0.812 0.313-1.094l2.156-2.109-2.156-2.109c-0.297-0.281-0.406-0.703-0.313-1.094 0.109-0.391 0.422-0.703 0.812-0.797l2.938-0.75-0.828-2.906c-0.109-0.391 0-0.812 0.297-1.094 0.281-0.297 0.703-0.406 1.094-0.297l2.906 0.828 0.75-2.938c0.094-0.391 0.406-0.703 0.797-0.797 0.391-0.109 0.812 0 1.094 0.297l2.109 2.172 2.109-2.172c0.281-0.297 0.688-0.406 1.094-0.297 0.391 0.094 0.703 0.406 0.797 0.797l0.75 2.938 2.906-0.828c0.391-0.109 0.812 0 1.094 0.297 0.297 0.281 0.406 0.703 0.297 1.094l-0.828 2.906 2.938 0.75c0.391 0.094 0.703 0.406 0.812 0.797 0.094 0.391-0.016 0.812-0.313 1.094z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"346\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b12d8\" wfd-id=\"347\"><h4 data-css=\"tve-u-1625389a3d5\" style=\"text-align: left;\">Triple Foam Polish</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"345\"><p data-css=\"tve-u-162492e70ad\">Class aptent taciti sociosqu ad litora torquent</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"335\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229fa8c68\" wfd-id=\"337\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-16271adf6cf\" wfd-id=\"341\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"bullseye\">\n<path d=\"M16 14c0 2.203-1.797 4-4 4s-4-1.797-4-4 1.797-4 4-4 4 1.797 4 4zM18 14c0-3.313-2.688-6-6-6s-6 2.688-6 6 2.688 6 6 6 6-2.688 6-6zM20 14c0 4.422-3.578 8-8 8s-8-3.578-8-8 3.578-8 8-8 8 3.578 8 8zM22 14c0-5.516-4.484-10-10-10s-10 4.484-10 10 4.484 10 10 10 10-4.484 10-10zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"339\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-16248fc71c8\" wfd-id=\"340\"><h4 data-css=\"tve-u-1625389b4ed\" style=\"text-align: left;\">Tire dressing</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"338\"><p data-css=\"tve-u-162492e70ad\">Etiam pharetra, erat sed fermentum feugiat, velit mauris</p></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621ad46076\" wfd-id=\"297\">\n<div class=\"tve-page-section-out\" wfd-id=\"328\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621b072b4e\" wfd-id=\"298\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621a8b2488\" wfd-id=\"299\"><div class=\"tcb-flex-row tcb--cols--2 v-2\" data-css=\"tve-u-1621a8a804b\" wfd-id=\"300\"><div class=\"tcb-flex-col\" wfd-id=\"310\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16271bfe70c\" wfd-id=\"312\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h3\" data-css=\"tve-u-1621a8c4313\" wfd-id=\"327\"><h3><strong>Complete cleaning services for yoâ€‹ur car</strong></h3></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-16417b70f47\" wfd-id=\"313\"><ul class=\"tcb-styled-list\" wfd-id=\"314\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621acf0289\" wfd-id=\"323\"><div class=\"tcb-styled-list-icon\" wfd-id=\"325\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a8e11f3\" wfd-id=\"326\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ace1b08\" wfd-id=\"324\">We are a small business delivering professional cleaning services for all vehicles</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621acf64fb\" wfd-id=\"319\"><div class=\"tcb-styled-list-icon\" wfd-id=\"321\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a8e5625\" wfd-id=\"322\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ace4de9\" wfd-id=\"320\">Our services are convenient for individuals and corporate fleets</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"315\"><div class=\"tcb-styled-list-icon\" wfd-id=\"317\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a9076ef\" wfd-id=\"318\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621acf47d2\" wfd-id=\"316\">We use eco-friendly products that actually clean, protect and maintain your car better than the traditional cleaning substances</span></li></ul></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"301\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621a90a46f\" wfd-id=\"303\"><div class=\"thrv_wrapper thrv-fill-counter tve_red tve_normalfc thrv_data_element\" data-css=\"tve-u-1621a983587\" wfd-id=\"304\">\n<div class=\"tve_fill_counter_n\" style=\"\" data-fill=\"100\" data-css=\"tve-u-1621a98b602\" wfd-id=\"305\">\n<svg viewBox=\"0 0 170 170\" class=\"tve_fill_counter_circle\" shape-rendering=\"optimizeSpeed\" data-css=\"tve-u-1621a9a2862\">\n<circle class=\"tve_fill_counter_circle_inner\" r=\"85\" cx=\"85\" cy=\"85\" data-css=\"tve-u-1621a9685d4\"></circle>\n</svg>\n<div class=\"tve_fill_text_in\" data-css=\"tve-u-1621a96b190\" wfd-id=\"306\">\n<div class=\"tve_fill_text_value\" data-css=\"tve-u-1621a9a2866\" wfd-id=\"308\">\n<div class=\"thrv-inline-text tve_fill_text tve_editable\" data-css=\"tve-u-1621a9a2867\" wfd-id=\"309\"><strong>100%â€‹</strong></div>\n</div>\n<div class=\"thrv-inline-text tve_editable tve_data_element_label\" data-css=\"tve-u-1621a9750ae\" wfd-id=\"307\">Clean car</div>\n</div>\n</div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621ada1e7f\" data-value-type=\"percent\" wfd-id=\"261\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621adba9ef\" data-clip-id=\"52d5a36c151aa\" wfd-id=\"296\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-52d5a36c151aa\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0875\"></polygon></clipPath><clipPath id=\"clip-tablet-top-52d5a36c151aa\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0524\"></polygon></clipPath><clipPath id=\"clip-mobile-top-52d5a36c151aa\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0349\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621ad420c4\" wfd-id=\"262\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621ade6172\" wfd-id=\"263\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2 tcb-row-reversed-mobile tcb-mobile-edit v-2\" data-css=\"tve-u-1621adea58b\" wfd-id=\"264\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621b064646\" style=\"\" wfd-id=\"290\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ae0bec7\" wfd-id=\"292\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ae4fd21\" data-value-type=\"percent\" data-float=\"1\" wfd-id=\"293\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621ae6c8da\" data-clip-id=\"aa2c3e3c70555\" wfd-id=\"295\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0349\"></polygon></clipPath><clipPath id=\"clip-tablet-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"4\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0699\"></polygon></clipPath><clipPath id=\"clip-mobile-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"4\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0699\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb\" data-css=\"tve-u-1621ae4db6e\" wfd-id=\"294\"></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621b064668\" style=\"\" wfd-id=\"265\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621f45bed3\" wfd-id=\"267\"><div class=\"tcb-clear\" data-css=\"tve-u-16224848ee5\" wfd-id=\"288\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621afceb00\" wfd-id=\"289\"><h2 data-css=\"tve-u-1621afcc0bf\">Check Out Our Special Offer!</h2></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621afda4fa\" wfd-id=\"287\"><p data-css=\"tve-u-1621afd8c98\">Donâ€™t miss the opportunity to get 50% discount on a complete cleaning just by recommending us to a friend. Bring someone you know with you and clean you car half price!</p></div><div class=\"tcb-clear\" data-css=\"tve-u-16224834cab\" wfd-id=\"268\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621fe85996\" wfd-id=\"269\"><div class=\"tcb-flex-row tcb--cols--2 tcb-resized tcb-medium-wrap tcb-desktop-wrap\" data-css=\"tve-u-1621fe78878\" wfd-id=\"270\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621fe94086\" style=\"\" wfd-id=\"278\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"280\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621b01355a\" wfd-id=\"281\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621b08fdde\" data-tcb_hover_state_parent=\"1\" wfd-id=\"286\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16223f02c16\" wfd-id=\"282\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-1620af7eb3f\" data-tcb_hover_state_parent=\"\" data-button-style=\"full_rounded\" wfd-id=\"283\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"284\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-16228c75500\" wfd-id=\"285\"><strong>Request an appointment</strong></span></span>\n</a>\n</div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621fe940b9\" style=\"\" wfd-id=\"271\"><div class=\"tcb-col\" wfd-id=\"273\"><div class=\"tcb-clear\" data-css=\"tve-u-16224716d62\" wfd-id=\"274\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-1621b028939\" data-tcb_hover_state_parent=\"\" data-button-style=\"ghost\" wfd-id=\"275\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"276\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-16228c764b2\" wfd-id=\"277\"><strong>Call Now: 0400-700-682</strong></span></span>\n</a>\n</div></div></div></div></div></div></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16260ba2fa4\" wfd-id=\"168\">\n<div class=\"tve-page-section-out\" wfd-id=\"260\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16260be7104\" wfd-id=\"169\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621b0e4fb7\" wfd-id=\"259\"><h2 data-css=\"tve-u-1621b10fccf\" style=\"text-align: center;\">our happy clients</h2></div><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641367127b\" data-float=\"1\" wfd-id=\"258\"><svg class=\"tcb-icon\" viewBox=\"0 0 30 32\" data-name=\"quote-left\">\n<path d=\"M13.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429zM29.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641367e553\" wfd-id=\"257\"><svg class=\"tcb-icon\" viewBox=\"0 0 30 32\" data-name=\"quote-left\">\n<path d=\"M13.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429zM29.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a10d3b4\" wfd-id=\"228\">\n<div class=\"tve-content-box-background\" wfd-id=\"256\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"229\"><div class=\"tcb-clear\" data-css=\"tve-u-1621b300a64\" wfd-id=\"254\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-1621f154231\" wfd-id=\"255\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621b200375\" wfd-id=\"232\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-16260d8392c\" wfd-id=\"233\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"238\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"240\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16417b62c09\" wfd-id=\"241\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-16260d8396c\" wfd-id=\"242\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16260d01208\" style=\"\" wfd-id=\"248\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"250\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"251\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16225617da3\" wfd-id=\"253\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"252\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16260d0120e\" style=\"\" wfd-id=\"243\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"245\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"247\"><h5>Brett Graham, 28</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"246\"><h6 class=\"\">Architect</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"234\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"236\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"237\"><p data-css=\"tve-u-162539c17ec\">Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit. Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit.&nbsp;</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-16260c5ff0c\" wfd-id=\"230\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260c5ff07\" wfd-id=\"231\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a12f675\" wfd-id=\"199\">\n<div class=\"tve-content-box-background\" wfd-id=\"227\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"200\"><div class=\"tcb-clear\" data-css=\"tve-u-16260cd7683\" wfd-id=\"225\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260d73672\" wfd-id=\"226\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16260da3aa7\" wfd-id=\"203\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-1621fb68b97\" wfd-id=\"204\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"209\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"211\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16417b662bf\" wfd-id=\"212\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-1621fb65556\" wfd-id=\"213\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16229915e1a\" style=\"\" wfd-id=\"219\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"221\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"222\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16260c433e9\" wfd-id=\"224\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"223\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16229915e4e\" style=\"\" wfd-id=\"214\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"216\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"218\"><h5>Rosie Hanson, 24</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"217\"><h6 class=\"\">Real estate Associate</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"205\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"207\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"208\"><p data-css=\"tve-u-162539c17ec\">Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo.</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-16260d3b97e\" wfd-id=\"201\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260d39b83\" wfd-id=\"202\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a146aef\" wfd-id=\"170\">\n<div class=\"tve-content-box-background\" wfd-id=\"198\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"171\"><div class=\"tcb-clear\" data-css=\"tve-u-16260cd7683\" wfd-id=\"196\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260cd622f\" wfd-id=\"197\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16260c39a7e\" wfd-id=\"174\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-16260d3f4aa\" wfd-id=\"175\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"180\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"182\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621fbacc60\" wfd-id=\"183\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-16260d3f4af\" wfd-id=\"184\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16229915e1a\" style=\"\" wfd-id=\"190\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"192\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"193\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16260d5e4b8\" wfd-id=\"195\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"194\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16229915e4e\" style=\"\" wfd-id=\"185\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"187\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"189\"><h5>Shawn Mattews, 35</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"188\"><h6 class=\"\">project manager</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"176\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"178\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"179\"><p data-css=\"tve-u-162539c17ec\">Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo. Nullam ac urna eu felis.Sed non neque elit. Sed ut imperdiet nisi. Proin condimentum</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1621b30ca74\" wfd-id=\"172\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-1621f15b521\" wfd-id=\"173\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621b3c8c52\" wfd-id=\"64\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621b3cfc7b\" wfd-id=\"167\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621b3c74d9\" wfd-id=\"65\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621e7b695a\" wfd-id=\"166\"><h2 data-css=\"tve-u-1621e7a7350\" style=\"text-align: center;\">our offers</h2></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621e7c899a\" wfd-id=\"66\"><div class=\"tcb-flex-row tcb--cols--3 tcb-medium-wrap v-2\" data-css=\"tve-u-1621e7c7aa1\" wfd-id=\"67\"><div class=\"tcb-flex-col\" wfd-id=\"130\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16223fc9f23\" wfd-id=\"132\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e7ceab3\" style=\"\" wfd-id=\"133\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16416e4fafd\" wfd-id=\"165\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e7d5094\" wfd-id=\"134\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e7e9950\" data-value-type=\"percent\" style=\"\" wfd-id=\"161\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e7edfd9\" data-clip-id=\"10ffac3b28f1d\" wfd-id=\"164\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-10ffac3b28f1d\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-10ffac3b28f1d\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e7e6c1d\" wfd-id=\"162\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-16417b4cb9e\" wfd-id=\"163\"><h4 data-css=\"tve-u-1621fe1a1af\" style=\"text-align: center;\"><strong>Basic Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ec6c39b\" data-float=\"1\" wfd-id=\"157\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e81f424\" wfd-id=\"160\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec752da\" wfd-id=\"158\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"159\"><h4 data-css=\"tve-u-1621fe1bd18\" style=\"text-align: center;\"><strong>15$</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621ea50702\" wfd-id=\"135\"><ul class=\"tcb-styled-list\" wfd-id=\"136\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec3a5c0\" wfd-id=\"153\"><div class=\"tcb-styled-list-icon\" wfd-id=\"155\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec204df\" wfd-id=\"156\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec241aa\" wfd-id=\"154\">Interior vacuum</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"149\"><div class=\"tcb-styled-list-icon\" wfd-id=\"151\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec20f68\" wfd-id=\"152\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec2704c\" wfd-id=\"150\">Dust &amp;dash console</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec42aa7\" wfd-id=\"145\"><div class=\"tcb-styled-list-icon\" wfd-id=\"147\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec21a31\" wfd-id=\"148\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec298ab\" wfd-id=\"146\">Hand towel dry</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec43fe2\" wfd-id=\"141\"><div class=\"tcb-styled-list-icon\" wfd-id=\"143\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ea1fba7\" wfd-id=\"144\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea23322\" wfd-id=\"142\">Clean windows</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec454d9\" wfd-id=\"137\"><div class=\"tcb-styled-list-icon\" wfd-id=\"139\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ea295c0\" wfd-id=\"140\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea2c69a\" wfd-id=\"138\">Soft cloth wash</span></li></ul></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"99\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"101\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621eb81205\" style=\"\" wfd-id=\"102\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16416e603ab\" wfd-id=\"129\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621eb7ccb0\" wfd-id=\"103\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ebbbb6d\" data-value-type=\"percent\" wfd-id=\"125\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eaaedd8\" data-clip-id=\"a2b9cf3198d6f\" wfd-id=\"128\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-a2b9cf3198d6f\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-a2b9cf3198d6f\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec7f21a\" wfd-id=\"126\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e930bd7\" wfd-id=\"127\"><h4 data-css=\"tve-u-1621e92e97f\" style=\"text-align: center;\"><strong>Ultimate Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ec78d2c\" data-float=\"1\" wfd-id=\"121\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eab272c\" wfd-id=\"124\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec79a7d\" wfd-id=\"122\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"123\"><h4 data-css=\"tve-u-1621e942b65\" style=\"text-align: center;\"><strong>22 $</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621ebfa746\" wfd-id=\"118\"><p data-css=\"tve-u-1621f4ceaf6\" style=\"text-align: center;\">Includes basic service <span data-css=\"tve-u-1621f4ceaf7\" style=\"color: rgb(15, 29, 123);\" wfd-id=\"119\"><strong class=\"\"><span data-css=\"tve-u-1621f4ceafb\" wfd-id=\"120\">+</span></strong></span></p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621ebf340c\" wfd-id=\"104\"><ul class=\"tcb-styled-list\" wfd-id=\"105\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-164137a0b1f\" wfd-id=\"114\"><div class=\"tcb-styled-list-icon\" wfd-id=\"116\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec0c5bd\" wfd-id=\"117\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ebfe4ce\" wfd-id=\"115\">Triple foam conditiner</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec04541\" wfd-id=\"110\"><div class=\"tcb-styled-list-icon\" wfd-id=\"112\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec09a3c\" wfd-id=\"113\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ebff867\" wfd-id=\"111\">Tire dressing</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec05cc3\" wfd-id=\"106\"><div class=\"tcb-styled-list-icon\" wfd-id=\"108\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec15f6e\" wfd-id=\"109\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec009a8\" wfd-id=\"107\">Air freshner</span></li></ul></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"68\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16223dad661\" wfd-id=\"70\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621fd9c946\" style=\"\" wfd-id=\"71\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e7d234c\" wfd-id=\"98\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621fd84d7b\" wfd-id=\"72\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16223b080b0\" data-value-type=\"percent\" wfd-id=\"94\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eb3eb9f\" data-clip-id=\"ac98bb0e54b3b\" wfd-id=\"97\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621fd8766c\" wfd-id=\"95\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e930bd7\" wfd-id=\"96\"><h4 data-css=\"tve-u-1621fe1587d\" style=\"text-align: center;\"><strong>Supreme Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e8107f3\" wfd-id=\"90\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eb43d8d\" wfd-id=\"93\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e819c52\" wfd-id=\"91\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"92\"><h4 data-css=\"tve-u-1621fe1725e\" style=\"text-align: center;\"><strong>30 $</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621eb037bb\" wfd-id=\"87\"><p data-css=\"tve-u-1621f4d0451\" style=\"text-align: center;\">Includes ultimate service <span data-css=\"tve-u-1621eaff572\" style=\"color: rgb(15, 29, 123);\" wfd-id=\"88\"><strong class=\"\"><span data-css=\"tve-u-1621eb01b60\" wfd-id=\"89\">+</span></strong></span></p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621eacf6af\" wfd-id=\"73\"><ul class=\"tcb-styled-list\" wfd-id=\"74\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec36a4d\" wfd-id=\"83\"><div class=\"tcb-styled-list-icon\" wfd-id=\"85\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e9993aa\" wfd-id=\"86\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea1a5d7\" wfd-id=\"84\">Exterior trim dressing</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"79\"><div class=\"tcb-styled-list-icon\" wfd-id=\"81\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e99b1db\" wfd-id=\"82\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea19a06\" wfd-id=\"80\">Hand applied spray wax</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec37ea5\" wfd-id=\"75\"><div class=\"tcb-styled-list-icon\" wfd-id=\"77\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e99c314\" wfd-id=\"78\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea18c5d\" wfd-id=\"76\">Interior conditioner</span></li></ul></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621efddaaf\" wfd-id=\"43\">\n<div class=\"tve-page-section-out\" wfd-id=\"63\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621edf8048\" wfd-id=\"44\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621f114214\" wfd-id=\"45\"><div class=\"tcb-flex-row tcb-resized tcb-mobile-edit tcb--cols--2\" data-css=\"tve-u-1621ee03000\" wfd-id=\"46\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621ee4be21\" style=\"\" wfd-id=\"51\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ee093d4\" wfd-id=\"53\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ee3afec\" wfd-id=\"57\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621ee58e74\" wfd-id=\"62\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ee37f4a\" wfd-id=\"58\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1621ee74a24\" wfd-id=\"61\"><svg class=\"tcb-icon\" viewBox=\"0 0 16 28\" data-name=\"map-marker\">\n<path d=\"M12 10c0-2.203-1.797-4-4-4s-4 1.797-4 4 1.797 4 4 4 4-1.797 4-4zM16 10c0 0.953-0.109 1.937-0.516 2.797l-5.688 12.094c-0.328 0.688-1.047 1.109-1.797 1.109s-1.469-0.422-1.781-1.109l-5.703-12.094c-0.406-0.859-0.516-1.844-0.516-2.797 0-4.422 3.578-8 8-8s8 3.578 8 8z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621ee63e1c\" wfd-id=\"60\"><h2 data-css=\"tve-u-1621fdcb4ea\" style=\"text-align: center;\">contact us</h2></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16422a1ce91\" wfd-id=\"59\"><p data-css=\"tve-u-16422a1ce94\" style=\"text-align: left;\">Your adress goes here</p><p data-css=\"tve-u-16422a1ce93\" style=\"text-align: left;\">Phone: 0400 - 700 - 682</p><p data-css=\"tve-u-16422a1ce92\" style=\"text-align: left;\">Email: our_office@gmail.com</p></div></div>\n</div><div class=\"tcb-clear\" data-css=\"tve-u-16417c828be\" wfd-id=\"54\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_slide_left\" data-css=\"tve-u-1621ef118dc\" style=\"\" wfd-id=\"55\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"56\"><img class=\"tve_image tve_evt_manager_listen tve_et_tve-viewport wp-image-21388\" alt=\"\" width=\"567\" height=\"384\" title=\"Car wash img footer\" data-id=\"21388\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-img-footer.png\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_left&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" style=\"width: 100%;\"></span></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621ee4be73\" style=\"\" wfd-id=\"47\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ee22c43\" wfd-id=\"49\"><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-1621ee18a1c\" wfd-id=\"50\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=New York&amp;t=m&amp;z=5&amp;output=embed&amp;iwloc=near\"></iframe>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621f0aa8f7\" wfd-id=\"30\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621f0ada0e\" wfd-id=\"42\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621f0b0088\" wfd-id=\"31\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621f0d2c1a\" wfd-id=\"32\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-1621f0cbe40\" wfd-id=\"33\"><div class=\"tcb-flex-col\" wfd-id=\"38\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"40\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621f0da775\" wfd-id=\"41\"><p data-css=\"tve-u-1622444fb11\">Â© 2018, Your company name . All rights reserved.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"34\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"36\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16223fe5f5b\" wfd-id=\"37\"><p data-css=\"tve-u-1621f0d874c\" style=\"text-align: right;\">Made with <a href=\"https://thrivethemes.com/\" target=\"_blank\">Thrive Architect</a></p></div></div></div></div></div></div>\n</div>\n\n'),(6619,552,'tve_revision_tve_has_wistia_popover','0'),(6620,553,'tve_revision_tve_landing_page','tcb2-thrivebiz-car-wash'),(6621,553,'tve_revision_tve_landing_set',''),(6622,553,'tve_revision_tve_disable_theme_dependency','1'),(6623,553,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-162717d1bbe\" wfd-id=\"433\"><div class=\"tcb-flex-row tcb-medium-no-wrap v-2 tcb--cols--3 m-edit tcb-mobile-wrap\" data-css=\"tve-u-162717d1bbf\" wfd-id=\"434\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1695981e7bb\" wfd-id=\"460\"><div class=\"tcb-col\" data-css=\"tve-u-16959846d3d\" wfd-id=\"462\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16959822de2\" wfd-id=\"463\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"464\"><img class=\"tve_image wp-image-465\" alt=\"\" width=\"384\" height=\"62\" title=\"Blackhawk_custom_header\" data-id=\"465\" src=\"https://bestcerakoteflorida.com/wp-content/uploads/2019/01/Blackhawk_custom_header.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717d1bb9\" style=\"\" wfd-id=\"446\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717d1bb6\" wfd-id=\"448\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-164179a84b8\" wfd-id=\"449\">\n<div class=\"tve-content-box-background\" wfd-id=\"459\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"450\"><div class=\"tcb-clear\" wfd-id=\"457\"><a href=\"tel:1-954-848-1911\" target=\"_blank\" rel=\"\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-162717d1bc3\" data-float=\"1\" data-link-wrap=\"1\" wfd-id=\"458\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-phone-plus-light\" data-name=\"\">\n            <path d=\"M8 128h88v88c0 4.4 3.6 8 8 8h16c4.4 0 8-3.6 8-8v-88h88c4.4 0 8-3.6 8-8v-16c0-4.4-3.6-8-8-8h-88V8c0-4.4-3.6-8-8-8h-16c-4.4 0-8 3.6-8 8v88H8c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8zM487.8 24.1L387 .8c-14.7-3.4-29.8 4.2-35.8 18.1l-46.5 108.5c-5.5 12.7-1.8 27.7 8.9 36.5l53.9 44.1c-34 69.2-90.3 125.6-159.6 159.6l-44.1-53.9c-8.8-10.7-23.8-14.4-36.5-8.9L18.9 351.3c-13.9 6-21.5 21-18.1 35.8L24 487.9C27.3 502 39.9 512 54.5 512 306.7 512 512 307.8 512 54.5c0-14.6-10-27.2-24.2-30.4zM55.1 480l-23-99.6 107.4-46 59.5 72.8c103.6-48.6 159.7-104.9 208.1-208.1l-72.8-59.5 46-107.4 99.6 23C479.7 289.7 289.6 479.7 55.1 480z\"></path>\n        </svg></div></a></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162717d1bc5\" wfd-id=\"451\"><p data-css=\"tve-u-1641333d7d1\"><a href=\"tel:1-954-848-1911\" target=\"_blank\">954-848-1911</a></p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717d1bb7\" style=\"\" wfd-id=\"435\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717d1bbc\" wfd-id=\"437\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16369305186\" wfd-id=\"438\">\n<div class=\"tve-content-box-background\" wfd-id=\"445\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16417e9d24e\" wfd-id=\"439\"><div class=\"tcb-clear\" wfd-id=\"443\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-16417e5bd95\" data-float=\"1\" wfd-id=\"444\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-envelope-regular\" data-name=\"\">\n            <path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path>\n        </svg></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-164179bced9\" wfd-id=\"440\"><p data-css=\"tve-u-1641333d7d1\"><a href=\"mailto:info@bestcerkoteflorida.com\" target=\"_blank\">info@bestcerakoteflorida.com</a></p></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-162717cb621\" data-value-type=\"percent\" wfd-id=\"386\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-162717cb620\" data-clip-id=\"c883ac5175045\" wfd-id=\"432\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-c883ac5175045\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9125, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-c883ac5175045\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9476, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-c883ac5175045\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9651, 1 1, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-162717cb609\" wfd-id=\"387\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-162717cb618\" wfd-id=\"388\"><div class=\"tcb-flex-row tcb-medium-wrap tcb-resized tcb--cols--2 v-2\" data-css=\"tve-u-162717cb617\" wfd-id=\"389\"><div class=\"tcb-flex-col\" data-css=\"tve-u-162717cb601\" style=\"\" wfd-id=\"402\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717cb60a\" wfd-id=\"404\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h1\" data-css=\"tve-u-162717cb610\" wfd-id=\"426\"><h1 data-css=\"tve-u-162717cb616\" style=\"text-align: center;\">&nbsp;Protect What\'s Important To You With The Toughest Ceramic Finish On The Market<span data-css=\"tve-u-16271ca808e\" style=\"color: rgb(0, 229, 255);\" wfd-id=\"431\"></span></h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162717cb60f\" wfd-id=\"420\"><p data-css=\"tve-u-16413112747\">We provide reliable, affordable services for your vehicle. You can choose a q<span data-css=\"tve-u-16413111ba3\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"425\">u</span>ick exterior wash or a detailed clean, we have it all.</p></div><div class=\"tcb-clear\" data-css=\"tve-u-1641791ce1a\" wfd-id=\"409\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-162717cb623\" wfd-id=\"410\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-162717cb626\" data-tcb_hover_state_parent=\"1\" wfd-id=\"419\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-162717cb624\" wfd-id=\"411\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-162717cb625\" data-tcb_hover_state_parent=\"\" data-button-style=\"full_rounded\" wfd-id=\"412\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"413\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-162717cb629\" wfd-id=\"414\"><strong>Request an appointment</strong></span></span>\n</a>\n</div></div>\n</div></div><div class=\"tcb-clear\" data-css=\"tve-u-1641791de3b\" wfd-id=\"405\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-162717cb60c\" data-tcb_hover_state_parent=\"\" data-button-style=\"ghost\" wfd-id=\"406\">\n<a href=\"#\" class=\"tcb-button-link\" target=\"_blank\">\n<span class=\"tcb-button-texts\" wfd-id=\"407\"><span class=\"tcb-button-text thrv-inline-text\" wfd-id=\"408\"><strong>Call Now: 0400-700-682</strong></span></span>\n</a>\n</div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717cb600\" style=\"\" wfd-id=\"390\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717cb60b\" wfd-id=\"392\"><div class=\"tcb-clear\" data-css=\"tve-u-16417b97d3c\" wfd-id=\"393\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve_evt_manager_listen tve_et_tve-viewport tve_ea_thrive_animation tve_anim_slide_left\" data-css=\"tve-u-162717cb608\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_left&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" data-value-type=\"percent\" wfd-id=\"394\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-162717cb605\" data-clip-id=\"7920fc765722d\" wfd-id=\"401\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-7920fc765722d\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9476, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-7920fc765722d\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9476, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-7920fc765722d\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9476, 1 1, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-162717cb606\" wfd-id=\"395\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve_evt_manager_listen tve_et_tve-viewport tve_ea_thrive_animation tve_anim_slide_left\" data-css=\"tve-u-162718f6444\" data-value-type=\"percent\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_left&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" data-float=\"1\" wfd-id=\"398\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-162718f6447\" data-clip-id=\"6d4048c9836f6\" wfd-id=\"400\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-6d4048c9836f6\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9651, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-6d4048c9836f6\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9476, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-6d4048c9836f6\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"4\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9301, 1 1, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb\" data-css=\"tve-u-162718f6446\" wfd-id=\"399\"></div>\n</div><div class=\"tcb-clear\" data-css=\"tve-u-1626ca57ca6\" wfd-id=\"396\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve_evt_manager_listen tve_et_tve-viewport tve_ea_thrive_animation tve_anim_slide_left tcb-mobile-hidden\" data-css=\"tve-u-162717cb604\" data-float=\"1\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_left&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" data-value-type=\"percent\" wfd-id=\"397\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-162717cb602\" data-clip-id=\"eab511de4ba9e\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-eab511de4ba9e\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9651, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-eab511de4ba9e\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9651, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-eab511de4ba9e\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9651, 1 1, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb\" data-css=\"tve-u-162717cb603\"></div>\n</div></div></div>\n</div></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-162717fcf9d\" data-value-type=\"percent\" wfd-id=\"325\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-162718bd0c0\" data-clip-id=\"a3b25e1c9221a\" wfd-id=\"385\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0875\"></polygon></clipPath><clipPath id=\"clip-tablet-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"6\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.1051\"></polygon></clipPath><clipPath id=\"clip-mobile-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"1\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0175\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-162718a3b40\" wfd-id=\"326\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622a159bcb\" wfd-id=\"327\">\n<div class=\"tve-content-box-background\" wfd-id=\"384\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"328\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621a2247ba\" wfd-id=\"379\"><h2 data-css=\"tve-u-1621a2e0d5b\">our services</h2></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16229f6175c\" wfd-id=\"352\"><div class=\"tcb-flex-row tcb-medium-no-wrap tcb--cols--3 v-2\" data-css=\"tve-u-162493a03b0\" wfd-id=\"353\"><div class=\"tcb-flex-col\" wfd-id=\"368\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1624939a960\" data-tcb_hover_state_parent=\"\" wfd-id=\"370\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-162493d5f13\" data-float=\"1\" wfd-id=\"378\"><svg class=\"tcb-icon\" viewBox=\"0 0 14 28\" data-name=\"bolt\">\n<path d=\"M13.828 8.844c0.172 0.187 0.219 0.453 0.109 0.688l-8.437 18.078c-0.125 0.234-0.375 0.391-0.656 0.391-0.063 0-0.141-0.016-0.219-0.031-0.344-0.109-0.547-0.438-0.469-0.766l3.078-12.625-6.344 1.578c-0.063 0.016-0.125 0.016-0.187 0.016-0.172 0-0.359-0.063-0.484-0.172-0.187-0.156-0.25-0.391-0.203-0.609l3.141-12.891c0.078-0.297 0.359-0.5 0.688-0.5h5.125c0.391 0 0.703 0.297 0.703 0.656 0 0.094-0.031 0.187-0.078 0.281l-2.672 7.234 6.188-1.531c0.063-0.016 0.125-0.031 0.187-0.031 0.203 0 0.391 0.094 0.531 0.234z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"374\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-162494b490e\" wfd-id=\"375\"><h4 data-css=\"tve-u-16249355087\" style=\"text-align: left;\">Express exterior</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162494b7ad0\" wfd-id=\"371\"><p data-css=\"tve-u-162492e70ad\">Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"361\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162493b6b63\" data-tcb_hover_state_parent=\"\" wfd-id=\"363\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b456a\" wfd-id=\"367\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"adjust\">\n<path d=\"M12 22.5v-17c-4.688 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"365\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1af44d\" wfd-id=\"366\"><h4 data-css=\"tve-u-16249358652\" style=\"text-align: left;\">Interior clean</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"364\"><p data-css=\"tve-u-162492e70ad\">Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"354\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16249373b25\" wfd-id=\"356\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b52d3\" wfd-id=\"360\"><svg class=\"tcb-icon\" viewBox=\"0 0 26 28\" data-name=\"umbrella\">\n<path d=\"M14 12.938v9.063c0 2.172-1.828 4-4 4s-4-1.828-4-4c0-0.547 0.453-1 1-1s1 0.453 1 1c0 1.047 0.953 2 2 2s2-0.953 2-2v-9.063c0.328-0.109 0.656-0.172 1-0.172s0.672 0.063 1 0.172zM26 13.359c0 0.266-0.234 0.5-0.5 0.5-0.141 0-0.25-0.063-0.359-0.156-0.906-0.844-1.75-1.437-3.047-1.437-1.484 0-2.766 0.922-3.609 2.094-0.187 0.266-0.328 0.547-0.5 0.812-0.109 0.172-0.234 0.266-0.438 0.266-0.219 0-0.344-0.094-0.453-0.266-0.172-0.266-0.313-0.547-0.5-0.812-0.844-1.172-2.109-2.094-3.594-2.094s-2.75 0.922-3.594 2.094c-0.187 0.266-0.328 0.547-0.5 0.812-0.109 0.172-0.234 0.266-0.453 0.266-0.203 0-0.328-0.094-0.438-0.266-0.172-0.266-0.313-0.547-0.5-0.812-0.844-1.172-2.125-2.094-3.609-2.094-1.297 0-2.141 0.594-3.047 1.437-0.109 0.094-0.219 0.156-0.359 0.156-0.266 0-0.5-0.234-0.5-0.5 0-0.047 0-0.078 0.016-0.109 1.437-5.906 7.141-9.25 12.984-9.25 5.812 0 11.578 3.344 12.984 9.25 0.016 0.031 0.016 0.063 0.016 0.109zM14 2v1.531c-0.328-0.016-0.672-0.031-1-0.031s-0.672 0.016-1 0.031v-1.531c0-0.547 0.453-1 1-1s1 0.453 1 1z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"358\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b01a6\" wfd-id=\"359\"><h4 data-css=\"tve-u-1624935a201\" style=\"text-align: left;\">Wax protection</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"357\"><p data-css=\"tve-u-162492e70ad\">Etiam pharetra, erat sed fermentum feugiat, velit mauris</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16249367114\" wfd-id=\"329\"><div class=\"tcb-flex-row tcb-medium-no-wrap tcb--cols--3 v-2\" data-css=\"tve-u-16229ffbb7b\" wfd-id=\"330\"><div class=\"tcb-flex-col\" wfd-id=\"345\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229fa6a26\" wfd-id=\"347\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b33f9\" wfd-id=\"351\"><svg class=\"tcb-icon\" viewBox=\"0 0 26 28\" data-name=\"magic\">\n<path d=\"M18.594 9.078l4.578-4.578-1.672-1.672-4.578 4.578zM25.578 4.5c0 0.266-0.094 0.516-0.281 0.703l-20.094 20.094c-0.187 0.187-0.438 0.281-0.703 0.281s-0.516-0.094-0.703-0.281l-3.094-3.094c-0.187-0.187-0.281-0.438-0.281-0.703s0.094-0.516 0.281-0.703l20.094-20.094c0.187-0.187 0.438-0.281 0.703-0.281s0.516 0.094 0.703 0.281l3.094 3.094c0.187 0.187 0.281 0.438 0.281 0.703zM4.469 1.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531zM9.938 4.062l3.063 0.938-3.063 0.938-0.938 3.063-0.938-3.063-3.063-0.938 3.063-0.938 0.938-3.063zM24.469 11.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531zM14.469 1.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"349\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b0a67\" wfd-id=\"350\"><h4 data-css=\"tve-u-16248fc42a1\" style=\"text-align: left;\">Dust &amp; Dash Console</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"348\"><p data-css=\"tve-u-162492e70ad\">Duis sed odio sit amet nibh vulputate cursus a sit amet mauris.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"338\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1622f65ba70\" wfd-id=\"340\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b60b4\" wfd-id=\"344\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"certificate\">\n<path d=\"M21.5 14l2.156 2.109c0.297 0.281 0.406 0.703 0.313 1.094-0.109 0.391-0.422 0.703-0.812 0.797l-2.938 0.75 0.828 2.906c0.109 0.391 0 0.812-0.297 1.094-0.281 0.297-0.703 0.406-1.094 0.297l-2.906-0.828-0.75 2.938c-0.094 0.391-0.406 0.703-0.797 0.812-0.094 0.016-0.203 0.031-0.297 0.031-0.297 0-0.594-0.125-0.797-0.344l-2.109-2.156-2.109 2.156c-0.281 0.297-0.703 0.406-1.094 0.313-0.406-0.109-0.703-0.422-0.797-0.812l-0.75-2.938-2.906 0.828c-0.391 0.109-0.812 0-1.094-0.297-0.297-0.281-0.406-0.703-0.297-1.094l0.828-2.906-2.938-0.75c-0.391-0.094-0.703-0.406-0.812-0.797-0.094-0.391 0.016-0.812 0.313-1.094l2.156-2.109-2.156-2.109c-0.297-0.281-0.406-0.703-0.313-1.094 0.109-0.391 0.422-0.703 0.812-0.797l2.938-0.75-0.828-2.906c-0.109-0.391 0-0.812 0.297-1.094 0.281-0.297 0.703-0.406 1.094-0.297l2.906 0.828 0.75-2.938c0.094-0.391 0.406-0.703 0.797-0.797 0.391-0.109 0.812 0 1.094 0.297l2.109 2.172 2.109-2.172c0.281-0.297 0.688-0.406 1.094-0.297 0.391 0.094 0.703 0.406 0.797 0.797l0.75 2.938 2.906-0.828c0.391-0.109 0.812 0 1.094 0.297 0.297 0.281 0.406 0.703 0.297 1.094l-0.828 2.906 2.938 0.75c0.391 0.094 0.703 0.406 0.812 0.797 0.094 0.391-0.016 0.812-0.313 1.094z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"342\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b12d8\" wfd-id=\"343\"><h4 data-css=\"tve-u-1625389a3d5\" style=\"text-align: left;\">Triple Foam Polish</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"341\"><p data-css=\"tve-u-162492e70ad\">Class aptent taciti sociosqu ad litora torquent</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"331\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229fa8c68\" wfd-id=\"333\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-16271adf6cf\" wfd-id=\"337\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"bullseye\">\n<path d=\"M16 14c0 2.203-1.797 4-4 4s-4-1.797-4-4 1.797-4 4-4 4 1.797 4 4zM18 14c0-3.313-2.688-6-6-6s-6 2.688-6 6 2.688 6 6 6 6-2.688 6-6zM20 14c0 4.422-3.578 8-8 8s-8-3.578-8-8 3.578-8 8-8 8 3.578 8 8zM22 14c0-5.516-4.484-10-10-10s-10 4.484-10 10 4.484 10 10 10 10-4.484 10-10zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"335\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-16248fc71c8\" wfd-id=\"336\"><h4 data-css=\"tve-u-1625389b4ed\" style=\"text-align: left;\">Tire dressing</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"334\"><p data-css=\"tve-u-162492e70ad\">Etiam pharetra, erat sed fermentum feugiat, velit mauris</p></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621ad46076\" wfd-id=\"293\">\n<div class=\"tve-page-section-out\" wfd-id=\"324\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621b072b4e\" wfd-id=\"294\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621a8b2488\" wfd-id=\"295\"><div class=\"tcb-flex-row tcb--cols--2 v-2\" data-css=\"tve-u-1621a8a804b\" wfd-id=\"296\"><div class=\"tcb-flex-col\" wfd-id=\"306\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16271bfe70c\" wfd-id=\"308\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h3\" data-css=\"tve-u-1621a8c4313\" wfd-id=\"323\"><h3><strong>Complete cleaning services for yoâ€‹ur car</strong></h3></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-16417b70f47\" wfd-id=\"309\"><ul class=\"tcb-styled-list\" wfd-id=\"310\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621acf0289\" wfd-id=\"319\"><div class=\"tcb-styled-list-icon\" wfd-id=\"321\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a8e11f3\" wfd-id=\"322\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ace1b08\" wfd-id=\"320\">We are a small business delivering professional cleaning services for all vehicles</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621acf64fb\" wfd-id=\"315\"><div class=\"tcb-styled-list-icon\" wfd-id=\"317\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a8e5625\" wfd-id=\"318\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ace4de9\" wfd-id=\"316\">Our services are convenient for individuals and corporate fleets</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"311\"><div class=\"tcb-styled-list-icon\" wfd-id=\"313\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a9076ef\" wfd-id=\"314\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621acf47d2\" wfd-id=\"312\">We use eco-friendly products that actually clean, protect and maintain your car better than the traditional cleaning substances</span></li></ul></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"297\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621a90a46f\" wfd-id=\"299\"><div class=\"thrv_wrapper thrv-fill-counter tve_red tve_normalfc thrv_data_element\" data-css=\"tve-u-1621a983587\" wfd-id=\"300\">\n<div class=\"tve_fill_counter_n\" style=\"\" data-fill=\"100\" data-css=\"tve-u-1621a98b602\" wfd-id=\"301\">\n<svg viewBox=\"0 0 170 170\" class=\"tve_fill_counter_circle\" shape-rendering=\"optimizeSpeed\" data-css=\"tve-u-1621a9a2862\">\n<circle class=\"tve_fill_counter_circle_inner\" r=\"85\" cx=\"85\" cy=\"85\" data-css=\"tve-u-1621a9685d4\"></circle>\n</svg>\n<div class=\"tve_fill_text_in\" data-css=\"tve-u-1621a96b190\" wfd-id=\"302\">\n<div class=\"tve_fill_text_value\" data-css=\"tve-u-1621a9a2866\" wfd-id=\"304\">\n<div class=\"thrv-inline-text tve_fill_text tve_editable\" data-css=\"tve-u-1621a9a2867\" wfd-id=\"305\"><strong>100%â€‹</strong></div>\n</div>\n<div class=\"thrv-inline-text tve_editable tve_data_element_label\" data-css=\"tve-u-1621a9750ae\" wfd-id=\"303\">Clean car</div>\n</div>\n</div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621ada1e7f\" data-value-type=\"percent\" wfd-id=\"257\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621adba9ef\" data-clip-id=\"52d5a36c151aa\" wfd-id=\"292\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-52d5a36c151aa\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0875\"></polygon></clipPath><clipPath id=\"clip-tablet-top-52d5a36c151aa\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0524\"></polygon></clipPath><clipPath id=\"clip-mobile-top-52d5a36c151aa\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0349\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621ad420c4\" wfd-id=\"258\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621ade6172\" wfd-id=\"259\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2 tcb-row-reversed-mobile tcb-mobile-edit v-2\" data-css=\"tve-u-1621adea58b\" wfd-id=\"260\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621b064646\" style=\"\" wfd-id=\"286\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ae0bec7\" wfd-id=\"288\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ae4fd21\" data-value-type=\"percent\" data-float=\"1\" wfd-id=\"289\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621ae6c8da\" data-clip-id=\"aa2c3e3c70555\" wfd-id=\"291\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0349\"></polygon></clipPath><clipPath id=\"clip-tablet-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"4\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0699\"></polygon></clipPath><clipPath id=\"clip-mobile-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"4\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0699\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb\" data-css=\"tve-u-1621ae4db6e\" wfd-id=\"290\"></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621b064668\" style=\"\" wfd-id=\"261\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621f45bed3\" wfd-id=\"263\"><div class=\"tcb-clear\" data-css=\"tve-u-16224848ee5\" wfd-id=\"284\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621afceb00\" wfd-id=\"285\"><h2 data-css=\"tve-u-1621afcc0bf\">Check Out Our Special Offer!</h2></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621afda4fa\" wfd-id=\"283\"><p data-css=\"tve-u-1621afd8c98\">Donâ€™t miss the opportunity to get 50% discount on a complete cleaning just by recommending us to a friend. Bring someone you know with you and clean you car half price!</p></div><div class=\"tcb-clear\" data-css=\"tve-u-16224834cab\" wfd-id=\"264\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621fe85996\" wfd-id=\"265\"><div class=\"tcb-flex-row tcb--cols--2 tcb-resized tcb-medium-wrap tcb-desktop-wrap\" data-css=\"tve-u-1621fe78878\" wfd-id=\"266\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621fe94086\" style=\"\" wfd-id=\"274\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"276\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621b01355a\" wfd-id=\"277\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621b08fdde\" data-tcb_hover_state_parent=\"1\" wfd-id=\"282\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16223f02c16\" wfd-id=\"278\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-1620af7eb3f\" data-tcb_hover_state_parent=\"\" data-button-style=\"full_rounded\" wfd-id=\"279\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"280\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-16228c75500\" wfd-id=\"281\"><strong>Request an appointment</strong></span></span>\n</a>\n</div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621fe940b9\" style=\"\" wfd-id=\"267\"><div class=\"tcb-col\" wfd-id=\"269\"><div class=\"tcb-clear\" data-css=\"tve-u-16224716d62\" wfd-id=\"270\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-1621b028939\" data-tcb_hover_state_parent=\"\" data-button-style=\"ghost\" wfd-id=\"271\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"272\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-16228c764b2\" wfd-id=\"273\"><strong>Call Now: 0400-700-682</strong></span></span>\n</a>\n</div></div></div></div></div></div></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16260ba2fa4\" wfd-id=\"164\">\n<div class=\"tve-page-section-out\" wfd-id=\"256\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16260be7104\" wfd-id=\"165\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621b0e4fb7\" wfd-id=\"255\"><h2 data-css=\"tve-u-1621b10fccf\" style=\"text-align: center;\">our happy clients</h2></div><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641367127b\" data-float=\"1\" wfd-id=\"254\"><svg class=\"tcb-icon\" viewBox=\"0 0 30 32\" data-name=\"quote-left\">\n<path d=\"M13.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429zM29.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641367e553\" wfd-id=\"253\"><svg class=\"tcb-icon\" viewBox=\"0 0 30 32\" data-name=\"quote-left\">\n<path d=\"M13.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429zM29.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a10d3b4\" wfd-id=\"224\">\n<div class=\"tve-content-box-background\" wfd-id=\"252\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"225\"><div class=\"tcb-clear\" data-css=\"tve-u-1621b300a64\" wfd-id=\"250\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-1621f154231\" wfd-id=\"251\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621b200375\" wfd-id=\"228\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-16260d8392c\" wfd-id=\"229\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"234\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"236\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16417b62c09\" wfd-id=\"237\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-16260d8396c\" wfd-id=\"238\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16260d01208\" style=\"\" wfd-id=\"244\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"246\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"247\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16225617da3\" wfd-id=\"249\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"248\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16260d0120e\" style=\"\" wfd-id=\"239\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"241\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"243\"><h5>Brett Graham, 28</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"242\"><h6 class=\"\">Architect</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"230\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"232\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"233\"><p data-css=\"tve-u-162539c17ec\">Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit. Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit.&nbsp;</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-16260c5ff0c\" wfd-id=\"226\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260c5ff07\" wfd-id=\"227\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a12f675\" wfd-id=\"195\">\n<div class=\"tve-content-box-background\" wfd-id=\"223\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"196\"><div class=\"tcb-clear\" data-css=\"tve-u-16260cd7683\" wfd-id=\"221\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260d73672\" wfd-id=\"222\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16260da3aa7\" wfd-id=\"199\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-1621fb68b97\" wfd-id=\"200\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"205\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"207\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16417b662bf\" wfd-id=\"208\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-1621fb65556\" wfd-id=\"209\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16229915e1a\" style=\"\" wfd-id=\"215\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"217\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"218\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16260c433e9\" wfd-id=\"220\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"219\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16229915e4e\" style=\"\" wfd-id=\"210\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"212\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"214\"><h5>Rosie Hanson, 24</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"213\"><h6 class=\"\">Real estate Associate</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"201\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"203\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"204\"><p data-css=\"tve-u-162539c17ec\">Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo.</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-16260d3b97e\" wfd-id=\"197\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260d39b83\" wfd-id=\"198\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a146aef\" wfd-id=\"166\">\n<div class=\"tve-content-box-background\" wfd-id=\"194\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"167\"><div class=\"tcb-clear\" data-css=\"tve-u-16260cd7683\" wfd-id=\"192\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260cd622f\" wfd-id=\"193\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16260c39a7e\" wfd-id=\"170\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-16260d3f4aa\" wfd-id=\"171\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"176\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"178\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621fbacc60\" wfd-id=\"179\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-16260d3f4af\" wfd-id=\"180\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16229915e1a\" style=\"\" wfd-id=\"186\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"188\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"189\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16260d5e4b8\" wfd-id=\"191\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"190\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16229915e4e\" style=\"\" wfd-id=\"181\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"183\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"185\"><h5>Shawn Mattews, 35</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"184\"><h6 class=\"\">project manager</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"172\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"174\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"175\"><p data-css=\"tve-u-162539c17ec\">Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo. Nullam ac urna eu felis.Sed non neque elit. Sed ut imperdiet nisi. Proin condimentum</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1621b30ca74\" wfd-id=\"168\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-1621f15b521\" wfd-id=\"169\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621b3c8c52\" wfd-id=\"60\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621b3cfc7b\" wfd-id=\"163\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621b3c74d9\" wfd-id=\"61\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621e7b695a\" wfd-id=\"162\"><h2 data-css=\"tve-u-1621e7a7350\" style=\"text-align: center;\">our offers</h2></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621e7c899a\" wfd-id=\"62\"><div class=\"tcb-flex-row tcb--cols--3 tcb-medium-wrap v-2\" data-css=\"tve-u-1621e7c7aa1\" wfd-id=\"63\"><div class=\"tcb-flex-col\" wfd-id=\"126\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16223fc9f23\" wfd-id=\"128\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e7ceab3\" style=\"\" wfd-id=\"129\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16416e4fafd\" wfd-id=\"161\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e7d5094\" wfd-id=\"130\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e7e9950\" data-value-type=\"percent\" style=\"\" wfd-id=\"157\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e7edfd9\" data-clip-id=\"10ffac3b28f1d\" wfd-id=\"160\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-10ffac3b28f1d\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-10ffac3b28f1d\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e7e6c1d\" wfd-id=\"158\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-16417b4cb9e\" wfd-id=\"159\"><h4 data-css=\"tve-u-1621fe1a1af\" style=\"text-align: center;\"><strong>Basic Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ec6c39b\" data-float=\"1\" wfd-id=\"153\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e81f424\" wfd-id=\"156\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec752da\" wfd-id=\"154\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"155\"><h4 data-css=\"tve-u-1621fe1bd18\" style=\"text-align: center;\"><strong>15$</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621ea50702\" wfd-id=\"131\"><ul class=\"tcb-styled-list\" wfd-id=\"132\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec3a5c0\" wfd-id=\"149\"><div class=\"tcb-styled-list-icon\" wfd-id=\"151\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec204df\" wfd-id=\"152\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec241aa\" wfd-id=\"150\">Interior vacuum</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"145\"><div class=\"tcb-styled-list-icon\" wfd-id=\"147\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec20f68\" wfd-id=\"148\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec2704c\" wfd-id=\"146\">Dust &amp;dash console</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec42aa7\" wfd-id=\"141\"><div class=\"tcb-styled-list-icon\" wfd-id=\"143\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec21a31\" wfd-id=\"144\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec298ab\" wfd-id=\"142\">Hand towel dry</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec43fe2\" wfd-id=\"137\"><div class=\"tcb-styled-list-icon\" wfd-id=\"139\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ea1fba7\" wfd-id=\"140\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea23322\" wfd-id=\"138\">Clean windows</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec454d9\" wfd-id=\"133\"><div class=\"tcb-styled-list-icon\" wfd-id=\"135\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ea295c0\" wfd-id=\"136\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea2c69a\" wfd-id=\"134\">Soft cloth wash</span></li></ul></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"95\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"97\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621eb81205\" style=\"\" wfd-id=\"98\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16416e603ab\" wfd-id=\"125\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621eb7ccb0\" wfd-id=\"99\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ebbbb6d\" data-value-type=\"percent\" wfd-id=\"121\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eaaedd8\" data-clip-id=\"a2b9cf3198d6f\" wfd-id=\"124\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-a2b9cf3198d6f\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-a2b9cf3198d6f\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec7f21a\" wfd-id=\"122\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e930bd7\" wfd-id=\"123\"><h4 data-css=\"tve-u-1621e92e97f\" style=\"text-align: center;\"><strong>Ultimate Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ec78d2c\" data-float=\"1\" wfd-id=\"117\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eab272c\" wfd-id=\"120\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec79a7d\" wfd-id=\"118\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"119\"><h4 data-css=\"tve-u-1621e942b65\" style=\"text-align: center;\"><strong>22 $</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621ebfa746\" wfd-id=\"114\"><p data-css=\"tve-u-1621f4ceaf6\" style=\"text-align: center;\">Includes basic service <span data-css=\"tve-u-1621f4ceaf7\" style=\"color: rgb(15, 29, 123);\" wfd-id=\"115\"><strong class=\"\"><span data-css=\"tve-u-1621f4ceafb\" wfd-id=\"116\">+</span></strong></span></p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621ebf340c\" wfd-id=\"100\"><ul class=\"tcb-styled-list\" wfd-id=\"101\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-164137a0b1f\" wfd-id=\"110\"><div class=\"tcb-styled-list-icon\" wfd-id=\"112\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec0c5bd\" wfd-id=\"113\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ebfe4ce\" wfd-id=\"111\">Triple foam conditiner</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec04541\" wfd-id=\"106\"><div class=\"tcb-styled-list-icon\" wfd-id=\"108\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec09a3c\" wfd-id=\"109\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ebff867\" wfd-id=\"107\">Tire dressing</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec05cc3\" wfd-id=\"102\"><div class=\"tcb-styled-list-icon\" wfd-id=\"104\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec15f6e\" wfd-id=\"105\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec009a8\" wfd-id=\"103\">Air freshner</span></li></ul></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"64\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16223dad661\" wfd-id=\"66\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621fd9c946\" style=\"\" wfd-id=\"67\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e7d234c\" wfd-id=\"94\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621fd84d7b\" wfd-id=\"68\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16223b080b0\" data-value-type=\"percent\" wfd-id=\"90\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eb3eb9f\" data-clip-id=\"ac98bb0e54b3b\" wfd-id=\"93\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621fd8766c\" wfd-id=\"91\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e930bd7\" wfd-id=\"92\"><h4 data-css=\"tve-u-1621fe1587d\" style=\"text-align: center;\"><strong>Supreme Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e8107f3\" wfd-id=\"86\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eb43d8d\" wfd-id=\"89\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e819c52\" wfd-id=\"87\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"88\"><h4 data-css=\"tve-u-1621fe1725e\" style=\"text-align: center;\"><strong>30 $</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621eb037bb\" wfd-id=\"83\"><p data-css=\"tve-u-1621f4d0451\" style=\"text-align: center;\">Includes ultimate service <span data-css=\"tve-u-1621eaff572\" style=\"color: rgb(15, 29, 123);\" wfd-id=\"84\"><strong class=\"\"><span data-css=\"tve-u-1621eb01b60\" wfd-id=\"85\">+</span></strong></span></p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621eacf6af\" wfd-id=\"69\"><ul class=\"tcb-styled-list\" wfd-id=\"70\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec36a4d\" wfd-id=\"79\"><div class=\"tcb-styled-list-icon\" wfd-id=\"81\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e9993aa\" wfd-id=\"82\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea1a5d7\" wfd-id=\"80\">Exterior trim dressing</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"75\"><div class=\"tcb-styled-list-icon\" wfd-id=\"77\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e99b1db\" wfd-id=\"78\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea19a06\" wfd-id=\"76\">Hand applied spray wax</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec37ea5\" wfd-id=\"71\"><div class=\"tcb-styled-list-icon\" wfd-id=\"73\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e99c314\" wfd-id=\"74\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea18c5d\" wfd-id=\"72\">Interior conditioner</span></li></ul></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621efddaaf\" wfd-id=\"39\">\n<div class=\"tve-page-section-out\" wfd-id=\"59\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621edf8048\" wfd-id=\"40\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621f114214\" wfd-id=\"41\"><div class=\"tcb-flex-row tcb-resized tcb-mobile-edit tcb--cols--2\" data-css=\"tve-u-1621ee03000\" wfd-id=\"42\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621ee4be21\" style=\"\" wfd-id=\"47\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ee093d4\" wfd-id=\"49\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ee3afec\" wfd-id=\"53\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621ee58e74\" wfd-id=\"58\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ee37f4a\" wfd-id=\"54\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1621ee74a24\" wfd-id=\"57\"><svg class=\"tcb-icon\" viewBox=\"0 0 16 28\" data-name=\"map-marker\">\n<path d=\"M12 10c0-2.203-1.797-4-4-4s-4 1.797-4 4 1.797 4 4 4 4-1.797 4-4zM16 10c0 0.953-0.109 1.937-0.516 2.797l-5.688 12.094c-0.328 0.688-1.047 1.109-1.797 1.109s-1.469-0.422-1.781-1.109l-5.703-12.094c-0.406-0.859-0.516-1.844-0.516-2.797 0-4.422 3.578-8 8-8s8 3.578 8 8z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621ee63e1c\" wfd-id=\"56\"><h2 data-css=\"tve-u-1621fdcb4ea\" style=\"text-align: center;\">contact us</h2></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16422a1ce91\" wfd-id=\"55\"><p data-css=\"tve-u-16422a1ce94\" style=\"text-align: left;\">Your adress goes here</p><p data-css=\"tve-u-16422a1ce93\" style=\"text-align: left;\">Phone: 0400 - 700 - 682</p><p data-css=\"tve-u-16422a1ce92\" style=\"text-align: left;\">Email: our_office@gmail.com</p></div></div>\n</div><div class=\"tcb-clear\" data-css=\"tve-u-16417c828be\" wfd-id=\"50\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_slide_left\" data-css=\"tve-u-1621ef118dc\" style=\"\" wfd-id=\"51\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"52\"><img class=\"tve_image tve_evt_manager_listen tve_et_tve-viewport wp-image-21388\" alt=\"\" width=\"567\" height=\"384\" title=\"Car wash img footer\" data-id=\"21388\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-img-footer.png\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_left&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" style=\"width: 100%;\"></span></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621ee4be73\" style=\"\" wfd-id=\"43\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ee22c43\" wfd-id=\"45\"><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-1621ee18a1c\" wfd-id=\"46\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=New York&amp;t=m&amp;z=5&amp;output=embed&amp;iwloc=near\"></iframe>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621f0aa8f7\" wfd-id=\"26\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621f0ada0e\" wfd-id=\"38\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621f0b0088\" wfd-id=\"27\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621f0d2c1a\" wfd-id=\"28\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-1621f0cbe40\" wfd-id=\"29\"><div class=\"tcb-flex-col\" wfd-id=\"34\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"36\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621f0da775\" wfd-id=\"37\"><p data-css=\"tve-u-1622444fb11\">Â© 2018, Your company name . All rights reserved.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"30\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"32\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16223fe5f5b\" wfd-id=\"33\"><p data-css=\"tve-u-1621f0d874c\" style=\"text-align: right;\">Made with <a href=\"https://thrivethemes.com/\" target=\"_blank\">Thrive Architect</a></p></div></div></div></div></div></div>\n</div>\n\n'),(6624,553,'tve_revision_tve_content_more_found',''),(6625,553,'tve_revision_tve_save_post',''),(6626,553,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Merriweather:400,700&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Special+Elite:400&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Poppins:400,800,900,300,700,&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Monda:400,700,&subset=latin\");@media (min-width: 300px){.tcb-plain-text { font-family: Monda; font-weight: 400; font-size: 14px; }#tve_editor [data-css=\"tve-u-1621b072b4e\"] p, #tve_editor [data-css=\"tve-u-1621b072b4e\"] li, #tve_editor [data-css=\"tve-u-1621b072b4e\"] blockquote, #tve_editor [data-css=\"tve-u-1621b072b4e\"] address, #tve_editor [data-css=\"tve-u-1621b072b4e\"] .tcb-plain-text, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h1, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h2, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h3, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h4, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h5, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h6 { color: rgb(18, 18, 18); }[data-css=\"tve-u-16417c828be\"]::after { clear: both; }[data-css=\"tve-u-1621fe78878\"] .tcb-flex-col { flex-basis: 160px !important; }[data-css=\"tve-u-16417b70f47\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1641791de3b\"]::after { clear: both; }[data-css=\"tve-u-1641791ce1a\"]::after { clear: both; }#tve_editor [data-css=\"tve-u-1621fdcb4ea\"] { color: rgb(15, 29, 123) !important; }#tve_editor [data-css=\"tve-u-1641367127b\"] > :first-child { color: rgb(15, 29, 123); }[data-css=\"tve-u-1641367127b\"] { font-size: 60px; float: none; box-shadow: none; position: relative; z-index: 5; margin: 0px auto !important; }#tve_editor [data-css=\"tve-u-1641333d7d1\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-162717cb617\"] > .tcb-flex-col { padding-left: 0px; }#tve_editor [data-css=\"tve-u-16413112747\"] { color: rgba(255, 255, 255, 0.85) !important; }[data-css=\"tve-u-16413111ba3\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-16369305186\"] > .tve-cb { display: block; }#tve_editor [data-css=\"tve-u-162717cb609\"] p, #tve_editor [data-css=\"tve-u-162717cb609\"] li, #tve_editor [data-css=\"tve-u-162717cb609\"] blockquote, #tve_editor [data-css=\"tve-u-162717cb609\"] address, #tve_editor [data-css=\"tve-u-162717cb609\"] h1, #tve_editor [data-css=\"tve-u-162717cb609\"] h2, #tve_editor [data-css=\"tve-u-162717cb609\"] h3, #tve_editor [data-css=\"tve-u-162717cb609\"] h4, #tve_editor [data-css=\"tve-u-162717cb609\"] h5, #tve_editor [data-css=\"tve-u-162717cb609\"] h6 { color: rgb(255, 255, 255); }[data-css=\"tve-u-16369305186\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-162717cb621\"] .tve-page-section-in { display: flex; justify-content: center; flex-direction: column; }[data-css=\"tve-u-162717fcf9d\"] .tve-page-section-in { display: block; }[data-css=\"tve-u-1628a146aef\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1628a12f675\"] { padding: 0px !important; margin: 0px 0px 60px !important; }[data-css=\"tve-u-1628a10d3b4\"] { max-width: 100%; padding: 0px !important; margin: 0px 0px 60px !important; }[data-css=\"tve-u-16271ca808e\"] { color: rgb(0, 229, 255) !important; }#tve_editor [data-css=\"tve-u-162717cb618\"] p, #tve_editor [data-css=\"tve-u-162717cb618\"] li, #tve_editor [data-css=\"tve-u-162717cb618\"] blockquote, #tve_editor [data-css=\"tve-u-162717cb618\"] address, #tve_editor [data-css=\"tve-u-162717cb618\"] h1, #tve_editor [data-css=\"tve-u-162717cb618\"] h2, #tve_editor [data-css=\"tve-u-162717cb618\"] h3, #tve_editor [data-css=\"tve-u-162717cb618\"] h4, #tve_editor [data-css=\"tve-u-162717cb618\"] h5, #tve_editor [data-css=\"tve-u-162717cb618\"] h6 { color: rgb(0, 229, 255); }[data-css=\"tve-u-162718bd0c0\"] { clip-path: url(\"#clip-top-a3b25e1c9221a\"); -webkit-clip-path: url(\"#clip-top-a3b25e1c9221a\");  }[data-css=\"tve-u-162718a3b40\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-162717fcf9d\"] { z-index: 5; padding: 170px 40px 0px !important; margin-top: -80px !important; }[data-css=\"tve-u-16260cd622f\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-16260cd7683\"]::after { clear: both; }[data-css=\"tve-u-16260cd622f\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin-top: 0px !important; margin-bottom: -1px !important; }[data-css=\"tve-u-16260be7104\"] { max-width: 1200px; }[data-css=\"tve-u-16260ba2fa4\"] { padding: 100px 40px !important; }[data-css=\"tve-u-162539c17ec\"] { line-height: 1.6em !important; }#tve_editor [data-css=\"tve-u-162493b6b63\"]:hover { background-color: rgb(248, 249, 251) !important; }#tve_editor [data-css=\"tve-u-1624939a960\"]:hover { background-color: rgb(248, 249, 251) !important; background-image: none !important; }#tve_editor [data-css=\"tve-u-162492e70ad\"] { color: rgb(137, 141, 167) !important; }[data-css=\"tve-u-162492815ba\"] { padding: 0px !important; margin-top: 25px !important; }[data-css=\"tve-u-162491e8e1f\"]::after { clear: both; }[data-css=\"tve-u-1622f65ba70\"] { border: none; background-image: none !important; padding: 0px 30px 30px !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-1622a159bcb\"] { max-width: 100%; float: none; z-index: 6; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; margin-top: 0px !important; }[data-css=\"tve-u-16229915e4e\"] { max-width: 62.8%; }[data-css=\"tve-u-16229915e1a\"] { max-width: 37.2%; }[data-css=\"tve-u-16225617da3\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-Brett.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16225611edb\"] { min-height: 127px; }[data-css=\"tve-u-1622561121b\"] { max-width: 127px; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-16224848ee5\"]::after { clear: both; }[data-css=\"tve-u-16224834cab\"]::after { clear: both; }[data-css=\"tve-u-1621ee3afec\"] > .tve-cb { display: block; }[data-css=\"tve-u-1621fe78878\"] > .tcb-flex-col { padding-left: 5px; }[data-css=\"tve-u-1621fe940b9\"] { max-width: 50%; }[data-css=\"tve-u-1621fe94086\"] { max-width: 50%; }[data-css=\"tve-u-1621fe85996\"] { max-width: 585px; float: left; z-index: 3; position: relative; width: 100%; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621fe78878\"] > .tcb-flex-col > .tcb-col { min-height: 65px; justify-content: center; }[data-css=\"tve-u-1621fe78878\"] { min-height: inherit; margin-left: -5px; padding: 0px !important; flex-wrap: wrap !important; }#tve_editor [data-css=\"tve-u-1621f4d0451\"] { font-size: 20px !important; }#tve_editor [data-css=\"tve-u-1621f4ceaf6\"] { font-size: 20px !important; color: rgb(12, 12, 12) !important; }[data-css=\"tve-u-1621f45bed3\"] { padding: 0px !important; }[data-css=\"tve-u-1621f114214\"] { float: none; max-width: 100%; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621f0da775\"] { padding: 0px !important; }#tve_editor [data-css=\"tve-u-1621f0d874c\"] { letter-spacing: 1px; color: rgb(137, 141, 167) !important; font-size: 14px !important; }[data-css=\"tve-u-1621f0d2c1a\"] { max-width: 100%; margin-left: 60px !important; margin-right: 60px !important; }[data-css=\"tve-u-1621f0aa8f7\"] .tve-page-section-in { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621f0cbe40\"] { margin-left: 0px; padding: 0px !important; }[data-css=\"tve-u-1621f0cbe40\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-1621f0b0088\"] { max-width: 100%; min-height: 140px !important; }[data-css=\"tve-u-1621f0ada0e\"] { background-image: linear-gradient(rgb(22, 22, 24), rgb(22, 22, 24)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1621f0aa8f7\"] { padding: 0px !important; }[data-css=\"tve-u-1621efddaaf\"] { padding: 0px !important; }[data-css=\"tve-u-1621ef118dc\"] { width: 567px; position: relative; right: -50px; top: -104px; float: right; z-index: 3; margin-top: 0px !important; margin-bottom: 0px !important; padding-left: 0px !important; }#tve_editor [data-css=\"tve-u-1621ee74a24\"] > :first-child { color: rgb(15, 29, 123); }[data-css=\"tve-u-1621ee74a24\"] { font-size: 60px; float: none; z-index: 3; position: relative; margin: 0px auto 10px !important; padding-top: 0px !important; }[data-css=\"tve-u-1621ee63e1c\"] { float: none; z-index: 3; position: relative; max-width: none; width: 100%; padding: 0px !important; margin: 0px auto 30px !important; }[data-css=\"tve-u-1621ee58e74\"] { background-color: rgb(224, 226, 236) !important; }[data-css=\"tve-u-1621ee4be73\"] { max-width: 61%; }[data-css=\"tve-u-1621ee4be21\"] { max-width: 39%; }[data-css=\"tve-u-1621ee3afec\"] { padding: 60px 0px 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621ee37f4a\"] { min-height: 380px; }[data-css=\"tve-u-1621ee22c43\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding-top: 0px !important; padding-left: 0px !important; }[data-css=\"tve-u-1621ee18a1c\"] { margin: 80px 0px 0px 122px !important; }[data-css=\"tve-u-1621ee093d4\"] { margin-top: 0px !important; }[data-css=\"tve-u-1621ee03000\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1621ee03000\"] { margin-left: 0px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-1621ee03000\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-1621edf8048\"] { max-width: 100%; min-height: 1px !important; }[data-css=\"tve-u-1621ec454d9\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec43fe2\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec42aa7\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec3a5c0\"] { margin-top: 0px !important; margin-bottom: 10px !important; }[data-css=\"tve-u-1621ec37ea5\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec36a4d\"] { margin-bottom: 10px !important; }[data-css=\"tve-u-1621ea18c5d\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ea19a06\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ea1a5d7\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ea2c69a\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ea23322\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ec298ab\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ec2704c\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ec241aa\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ec05cc3\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec04541\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec009a8\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ebff867\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ebfe4ce\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621eb037bb\"] { padding: 0px !important; margin-top: 0px !important; margin-bottom: 30px !important; }[data-css=\"tve-u-1621eaff572\"] { color: rgb(15, 29, 123) !important; }[data-css=\"tve-u-1621ea50702\"] { max-width: 230px; float: none; z-index: 3; position: relative; width: 100%; padding: 0px !important; margin: 0px auto !important; }#tve_editor [data-css=\"tve-u-1621ea2c69a\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ea295c0\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ea295c0\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ea1fba7\"] > :first-child { color: rgb(137, 141, 167); }#tve_editor [data-css=\"tve-u-1621ea23322\"] { font-size: 16px !important; }[data-css=\"tve-u-1621ea1fba7\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }[data-css=\"tve-u-1621e99c314\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }[data-css=\"tve-u-1621e99b1db\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }[data-css=\"tve-u-1621e9993aa\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ea1a5d7\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ea19a06\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ea18c5d\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621e99c314\"] > :first-child { color: rgb(137, 141, 167); }#tve_editor [data-css=\"tve-u-1621e99b1db\"] > :first-child { color: rgb(137, 141, 167); }#tve_editor [data-css=\"tve-u-1621e9993aa\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621e8107f3\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621e942b65\"] strong { font-weight: 800; }[data-css=\"tve-u-1621e7e9950\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621e930bd7\"] { padding: 0px 0px 50px !important; }#tve_editor [data-css=\"tve-u-1621e92e97f\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1621e81f424\"] { border-radius: 200px; overflow: hidden; background-image: none !important; border: 3px solid rgb(255, 255, 255) !important; background-color: rgb(144, 147, 168) !important; }[data-css=\"tve-u-1621e819c52\"] { min-height: 110px; }[data-css=\"tve-u-1621e8107f3\"] { float: none; max-width: 110px; z-index: 4; padding: 0px !important; margin: -60px auto 30px !important; }[data-css=\"tve-u-1621e7edfd9\"] { clip-path: url(\"#clip-bottom-10ffac3b28f1d\"); -webkit-clip-path: url(\"#clip-bottom-10ffac3b28f1d\");  background-image: none !important; background-color: rgb(144, 147, 168) !important; }[data-css=\"tve-u-1621e7e9950\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1621e7e6c1d\"] { min-height: 150px; }[data-css=\"tve-u-1621e7c7aa1\"] > .tcb-flex-col { padding-left: 60px; }[data-css=\"tve-u-1621e7d5094\"] { min-height: 480px; }[data-css=\"tve-u-1621e7d234c\"] { box-shadow: rgba(0, 0, 0, 0.02) 0px 2px 22px 0px; background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1621e7ceab3\"] { float: none; width: 100%; padding: 0px 0px 20px !important; margin: 0px auto !important; }[data-css=\"tve-u-1621e7c899a\"] { float: none; max-width: 100%; margin: 0px auto !important; }[data-css=\"tve-u-1621e7c7aa1\"] { margin-left: -60px; padding: 0px !important; }[data-css=\"tve-u-1621e7b695a\"] { padding: 0px !important; margin-bottom: 100px !important; }#tve_editor [data-css=\"tve-u-1621e7a7350\"] { color: rgb(15, 29, 123) !important; }[data-css=\"tve-u-1621b3cfc7b\"] { filter: blur(0px); opacity: 1; background-image: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(220, 224, 246) 38%) !important; background-color: rgb(212, 212, 212) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1621b3c8c52\"] { padding: 100px 40px !important; }[data-css=\"tve-u-1621b3c74d9\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-1621b300a64\"]::after { clear: both; }[data-css=\"tve-u-1621b24a89d\"] { padding: 0px !important; }[data-css=\"tve-u-1621b22a018\"] { background-image: none !important; padding: 0px !important; }[data-css=\"tve-u-1621b200375\"] { float: none; max-width: 100%; border-left: 1px solid rgba(15, 29, 123, 0.7); border-right: 1px solid rgba(15, 29, 123, 0.7); background-color: rgb(248, 249, 251) !important; margin: 0px auto !important; }[data-css=\"tve-u-1621b10fccf\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621b0e4fb7\"] { border-right: none; max-width: 100%; padding: 0px !important; margin-bottom: 40px !important; margin-right: 0px !important; }[data-css=\"tve-u-1621b072b4e\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-1621b064668\"] { max-width: 52%; }[data-css=\"tve-u-1621b064646\"] { max-width: 48%; }[data-css=\"tve-u-1621afda4fa\"] { max-width: none; padding: 0px !important; margin-bottom: 40px !important; }#tve_editor [data-css=\"tve-u-1621afd8c98\"] { color: rgb(255, 255, 255) !important; font-size: 20px !important; }[data-css=\"tve-u-1621afceb00\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 80%; padding: 0px !important; margin-bottom: 50px !important; }#tve_editor [data-css=\"tve-u-1621afcc0bf\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1621a8a804b\"] > .tcb-flex-col { padding-left: 60px; }[data-css=\"tve-u-1621ae6c8da\"] { clip-path: url(\"#clip-top-aa2c3e3c70555\"); -webkit-clip-path: url(\"#clip-top-aa2c3e3c70555\");  background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-Cta-2.jpg\") !important; background-size: cover !important; background-position: 0% 100% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1621ae4fd21\"] { max-width: 100%; top: -70px; z-index: 5; left: -60px; position: relative !important; padding: 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-1621ae4db6e\"] { min-height: 524px; }[data-css=\"tve-u-1621ada1e7f\"] .tve-page-section-in { display: flex; flex-direction: column; justify-content: center; }[data-css=\"tve-u-1621adea58b\"] > .tcb-flex-col > .tcb-col { min-height: 1px; justify-content: center; }[data-css=\"tve-u-1621ae0bec7\"] { height: calc(100% - -22px); background-image: linear-gradient(rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.14)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; margin-left: 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621adea58b\"] > .tcb-flex-col { padding-left: 50px; }[data-css=\"tve-u-1621adea58b\"] { margin-left: -50px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-1621ade6172\"] { max-width: 100%; float: none; width: 100%; margin: 0px auto !important; }[data-css=\"tve-u-1621adba9ef\"] { clip-path: url(\"#clip-top-52d5a36c151aa\"); -webkit-clip-path: url(\"#clip-top-52d5a36c151aa\");  background-image: linear-gradient(rgba(15, 29, 123, 0.65), rgba(15, 29, 123, 0.65)), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-cta-bg.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-1621ada1e7f\"] { padding: 0px 40px !important; }[data-css=\"tve-u-1621ad46076\"] { padding: 100px 40px !important; margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1621ad420c4\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-1621a9076ef\"] { padding-top: 2px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-1621acf64fb\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621acf47d2\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1621acf0289\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621a8e11f3\"] { padding-top: 2px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-1621a8e5625\"] { padding-top: 2px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-1621ace4de9\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1621ace1b08\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1621a9a2867\"] strong { font-weight: 700; }#tve_editor [data-css=\"tve-u-1621a9a2867\"] { font-weight: 300; color: rgb(15, 29, 123) !important; font-family: Poppins !important; }[data-css=\"tve-u-1621a9750ae\"] { font-size: 18.36px !important; line-height: 18.36px !important; }[data-css=\"tve-u-1621a9a2867\"] { font-size: 64.8px !important; line-height: 64.8px !important; }[data-css=\"tve-u-1621a9a2866\"] { margin-top: 54px !important; }[data-css=\"tve-u-1621a9a2862\"] { width: 216px !important; height: 216px !important; background-color: rgb(137, 141, 167) !important; }[data-css=\"tve-u-1621a98b602\"] { stroke-dasharray: 678.584, 678.584; }[data-css=\"tve-u-1621a983587\"] { float: none; border: 30px solid rgba(137, 141, 167, 0.24); z-index: 3; position: relative; margin: 30px auto 0px !important; padding: 0px !important; }[data-css=\"tve-u-1621a9750ae\"] strong { font-weight: 700; }#tve_editor [data-css=\"tve-u-1621a9750ae\"] { color: rgb(255, 255, 255) !important; font-family: Monda !important; }[data-css=\"tve-u-1621a96b190\"] { background-color: rgb(101, 114, 203); width: 194.4px !important; height: 194.4px !important; top: 10.8px !important; bottom: 10.8px !important; left: 10.8px !important; right: 10.8px !important; }[data-css=\"tve-u-1621a9685d4\"] { stroke: rgb(248, 251, 253) !important; stroke-width: 22.6px !important; }[data-css=\"tve-u-1621a8a804b\"] > .tcb-flex-col > .tcb-col { min-height: 445px; justify-content: center; }[data-css=\"tve-u-1621a90a46f\"] { background-image: radial-gradient(rgba(255, 255, 255, 0.51) 16%, rgb(255, 255, 255) 73%), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-100-clean.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }#tve_editor [data-css=\"tve-u-1621a9076ef\"] > :first-child { color: rgb(15, 29, 123); }#tve_editor [data-css=\"tve-u-1621a8e5625\"] > :first-child { color: rgb(15, 29, 123); }#tve_editor [data-css=\"tve-u-1621a8e11f3\"] > :first-child { color: rgb(15, 29, 123); }[data-css=\"tve-u-1621a8c4313\"] { padding: 0px !important; margin-bottom: 60px !important; }[data-css=\"tve-u-1621a8b2488\"] { float: none; max-width: 100%; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621a8a804b\"] { min-height: inherit; margin-left: -60px; padding: 0px !important; }[data-css=\"tve-u-1621a2e0d5b\"] { line-height: 1em !important; }[data-css=\"tve-u-1621a2247ba\"] { max-width: 100%; float: none; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; }#tve_editor [data-css=\"tve-u-1620af7eb3f\"] .tcb-button-link { font-size: 18px; color: rgb(15, 29, 123) !important; }#tve_editor [data-css=\"tve-u-1620af7eb3f\"]:hover strong { font-weight: 700 !important; }[data-css=\"tve-u-1620af7eb3f\"] { width: 268px; float: left; z-index: 3; position: relative; display: block; max-width: 268px; margin-bottom: 0px !important; margin-top: 0px !important; margin-left: 3px !important; }#tve_editor [data-css=\"tve-u-1620af7eb3f\"]:hover .tcb-button-link { color: rgb(255, 255, 255) !important; border-radius: 200px !important; overflow: hidden !important; font-family: Monda !important; font-weight: 400 !important; text-shadow: none !important; background-image: none !important; background-color: rgb(15, 29, 123) !important; }[data-css=\"tve-u-1620af7eb3f\"] .tcb-button-link { border-radius: 200px; min-height: 54.7619px; font-size: 1.33333em; padding-top: 0px; padding-bottom: 0px; background-image: none !important; background-color: rgb(255, 255, 255) !important; padding-right: 15px !important; }#tcb_landing_page a:not(.tcb-button-link).tve_state_hover { color: rgb(35, 55, 188); }#tcb_landing_page a:not(.tcb-button-link):hover { color: rgb(35, 55, 188); }#tcb_landing_page a:not(.tcb-button-link) { color: rgb(255, 255, 255); }#tcb_landing_page input strong { font-weight: 700; }#tcb_landing_page .tcb-button-link strong { font-weight: 700; }#tcb_landing_page p strong, #tcb_landing_page li strong { font-weight: 700; }#tcb_landing_page input { font-family: Merriweather; font-weight: 400; }#tcb_landing_page .tcb-button-link { font-family: Merriweather; font-weight: 400; }#tcb_landing_page p, #tcb_landing_page li { color: rgb(12, 12, 12); font-family: Merriweather; font-weight: 400; line-height: 1.5em; font-size: 16px; }#tcb_landing_page h6 { text-transform: uppercase; font-size: 14px; color: rgb(0, 0, 0); font-family: \"Special Elite\"; font-weight: 400; letter-spacing: 1px; line-height: 1.3em; }#tcb_landing_page h5 { font-size: 22px; color: rgb(12, 12, 12); font-family: \"Special Elite\"; font-weight: 400; line-height: 1.3em; }#tcb_landing_page h4 { font-size: 24px; color: rgb(12, 12, 12); font-family: \"Special Elite\"; font-weight: 400; line-height: 1.3em; }#tcb_landing_page h3 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(12, 12, 12); font-size: 26px; line-height: 1.3em; }#tcb_landing_page h2 { color: rgb(0, 0, 0); font-size: 30px; letter-spacing: 2px; text-transform: uppercase; line-height: 1.3em; font-family: \"Special Elite\"; font-weight: 400; }#tcb_landing_page h1 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(0, 0, 0); font-size: 42px; line-height: 1.3em; }[data-css=\"tve-u-15e09c94f7d\"] { background-color: rgb(255, 255, 255); }[data-css=\"tve-u-1621b01355a\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621b01355a\"] { max-width: 274px; position: relative; float: left; z-index: 3; width: 100%; padding: 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-1621b028939\"] .tcb-button-link { font-size: 18px; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1621b028939\"]:hover strong { font-weight: 700 !important; }[data-css=\"tve-u-1621b028939\"] { display: block; max-width: 268px; width: 268px; top: 0px; left: 0px; float: left; z-index: 3; position: relative; margin-bottom: 0px !important; margin-top: 0px !important; }#tve_editor [data-css=\"tve-u-1621b028939\"]:hover .tcb-button-link { background-color: rgb(255, 255, 255) !important; color: rgb(15, 29, 123) !important; overflow: hidden !important; font-family: Monda !important; background-image: none !important; text-align: center !important; }[data-css=\"tve-u-1621b028939\"] .tcb-button-link { min-height: 54.7619px; font-size: 1.33333em; padding-top: 0px; padding-bottom: 0px; border: 1px solid rgb(255, 255, 255); border-radius: 30px; overflow: hidden; background-color: rgba(26, 188, 156, 0.01) !important; padding-right: 15px !important; color: rgb(26, 188, 156) !important; }[data-css=\"tve-u-1621b08fdde\"] { border-radius: 200px; overflow: hidden; border: 1px solid rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1621b01355a\"]:hover [data-css=\"tve-u-1621b08fdde\"] { border: 1px solid rgba(255, 255, 255, 0.4) !important; }[data-css=\"tve-u-1621b30ca74\"]::after { clear: both; }#tve_editor [data-css=\"tve-u-1621e942b65\"] { font-weight: 400; letter-spacing: 0px; color: rgb(255, 255, 255) !important; font-family: Poppins !important; font-size: 30px !important; }[data-css=\"tve-u-1621e94cb4e\"] { float: none; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621eaaedd8\"] { clip-path: url(\"#clip-bottom-a2b9cf3198d6f\"); -webkit-clip-path: url(\"#clip-bottom-a2b9cf3198d6f\");  background-image: none !important; background-color: rgb(5, 10, 42) !important; }[data-css=\"tve-u-1621eab272c\"] { border-radius: 200px; overflow: hidden; background-image: none !important; border: 3px solid rgb(255, 255, 255) !important; background-color: rgb(5, 10, 42) !important; }[data-css=\"tve-u-1621eacf6af\"] { max-width: 230px; float: none; z-index: 3; position: relative; padding: 0px !important; margin: 0px auto !important; }[data-css=\"tve-u-1621eb3eb9f\"] { clip-path: url(\"#clip-bottom-ac98bb0e54b3b\"); -webkit-clip-path: url(\"#clip-bottom-ac98bb0e54b3b\");  background-image: none !important; background-color: rgb(45, 51, 89) !important; }[data-css=\"tve-u-1621eb43d8d\"] { border-radius: 200px; overflow: hidden; background-image: none !important; border: 3px solid rgb(255, 255, 255) !important; background-color: rgb(45, 51, 89) !important; }[data-css=\"tve-u-1621eb7ccb0\"] { min-height: 530px; }[data-css=\"tve-u-1621eb81205\"] { padding: 0px 0px 20px !important; margin-top: -25px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621ebbbb6d\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621ebbbb6d\"] { max-width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1621ebf340c\"] { max-width: 230px; float: none; z-index: 3; position: relative; width: 100%; padding: 0px !important; margin: 0px auto !important; }[data-css=\"tve-u-1621ebfa746\"] { padding: 0px !important; margin-top: 0px !important; margin-bottom: 30px !important; }#tve_editor [data-css=\"tve-u-1621ebfe4ce\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ebff867\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ec009a8\"] { font-size: 16px !important; }[data-css=\"tve-u-1621ec09a3c\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; margin: 0px !important; }#tve_editor [data-css=\"tve-u-1621ec09a3c\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ec0c5bd\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; margin: 0px !important; }#tve_editor [data-css=\"tve-u-1621ec0c5bd\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ec15f6e\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ec15f6e\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ec204df\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ec204df\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ec20f68\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ec20f68\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ec21a31\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ec21a31\"] > :first-child { color: rgb(137, 141, 167); }#tve_editor [data-css=\"tve-u-1621ec241aa\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ec2704c\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ec298ab\"] { font-size: 16px !important; }[data-css=\"tve-u-1621ec6c39b\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621ec6c39b\"] { float: none; max-width: 110px; z-index: 4; padding: 0px !important; margin: -60px auto 30px !important; }[data-css=\"tve-u-1621ec752da\"] { min-height: 110px; }[data-css=\"tve-u-1621ec78d2c\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621ec78d2c\"] { float: none; max-width: 110px; z-index: 4; padding: 0px !important; margin: -60px auto 30px !important; }[data-css=\"tve-u-1621ec79a7d\"] { min-height: 110px; }[data-css=\"tve-u-1621ec7f21a\"] { min-height: 160px; }[data-css=\"tve-u-1621f154231\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-1621f154231\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin: 0px 0px -1px !important; }[data-css=\"tve-u-1621f15b521\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-1621f15b521\"] { float: right; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin-top: -1px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621f4ceaf7\"] { color: rgb(15, 29, 123) !important; }[data-css=\"tve-u-1621fb65556\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-1621fb65556\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-1621fb65556\"] { min-height: inherit; margin-left: -20px; padding: 0px !important; }[data-css=\"tve-u-1621fb68b97\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-1621fb68b97\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-1621fb68b97\"] { min-height: inherit; margin-left: -30px; padding: 30px !important; }[data-css=\"tve-u-1621fbacc60\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621fbcad8c\"] { padding: 0px !important; }[data-css=\"tve-u-1621fc0ce17\"] { padding: 0px !important; margin-bottom: 15px !important; }[data-css=\"tve-u-1621fd84d7b\"] { min-height: 480px; }[data-css=\"tve-u-1621fd8766c\"] { min-height: 150px; }[data-css=\"tve-u-1621fd9c946\"] { padding: 0px 0px 20px !important; margin-top: 0px !important; margin-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-1621fe1587d\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1621fe1725e\"] strong { font-weight: 800; }#tve_editor [data-css=\"tve-u-1621fe1725e\"] { font-weight: 400; letter-spacing: 0px; color: rgb(255, 255, 255) !important; font-family: Poppins !important; font-size: 30px !important; }#tve_editor [data-css=\"tve-u-1621fe1a1af\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1621fe1bd18\"] strong { font-weight: 800; }#tve_editor [data-css=\"tve-u-1621fe1bd18\"] { font-weight: 400; letter-spacing: 0px; color: rgb(255, 255, 255) !important; font-family: Poppins !important; font-size: 30px !important; }[data-css=\"tve-u-16223b080b0\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-16223b080b0\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-16223f02c16\"] { min-height: 62px; }[data-css=\"tve-u-16223fe5f5b\"] { padding: 0px !important; }[data-css=\"tve-u-16224439be1\"] { padding: 0px !important; }#tve_editor [data-css=\"tve-u-1622444fb11\"] { letter-spacing: 1px; color: rgb(137, 141, 167) !important; font-size: 14px !important; }#tve_editor [data-css=\"tve-u-16228c764b2\"] { font-size: 18px !important; }[data-css=\"tve-u-16229f6175c\"] { border: none; margin: 80px 0px 0px !important; background-image: none !important; }[data-css=\"tve-u-16229fa6a26\"] { border: none; box-shadow: none; padding: 0px 30px 30px !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-16229fa8c68\"] { border: none; padding: 0px 30px 30px !important; background-image: none !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col > .tcb-col { min-height: 244px; }[data-css=\"tve-u-16229ffbb7b\"] { margin-left: -30px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16248fc42a1\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-16248fc42a1\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-16248fc71c8\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-16249355087\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-16249355087\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-16249358652\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-16249358652\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-1624935a201\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-1624935a201\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-16249367114\"] { border: none; margin: 30px 0px 0px !important; background-image: none !important; }[data-css=\"tve-u-16249373b25\"] { border: none; padding: 0px 30px 30px !important; background-image: linear-gradient(rgb(248, 249, 251), rgb(248, 249, 251)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1624939a960\"] { border: none; box-shadow: none; padding: 0px 30px 30px !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-162493a03b0\"] > .tcb-flex-col > .tcb-col { min-height: 244px; }[data-css=\"tve-u-162493a03b0\"] { margin-left: -30px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-162493a03b0\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-162493b6b63\"] { border: none; background-image: none !important; padding: 0px 30px 30px !important; background-color: rgb(248, 249, 251) !important; }#tve_editor [data-css=\"tve-u-162493d5f13\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-162493d5f13\"] { font-size: 30px; width: 30px; height: 30px; top: 0px; left: 0px; display: block; position: static; z-index: 8; border-bottom: 1px solid rgb(10, 93, 165); border-top: none; border-right: none; border-left: none; border-image: initial; margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-162494b490e\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-162494b7ad0\"] { padding: 0px !important; margin-top: 25px !important; margin-left: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-1625389a3d5\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-1625389a3d5\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-1625389b4ed\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-1625389b4ed\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-162539ac577\"] { max-width: 39%; }[data-css=\"tve-u-162539ac57d\"] { max-width: 61%; }#tve_editor [data-css=\"tve-u-162539c17ec\"] { font-size: 16px !important; color: rgba(12, 12, 12, 0.7) !important; }[data-css=\"tve-u-16260c39a7e\"] { float: none; max-width: 100%; border-left: 1px solid rgba(15, 29, 123, 0.7); border-right: 1px solid rgba(15, 29, 123, 0.7); margin: 0px auto !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-16260c433e9\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-Rosie.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16260c5ff07\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-16260c5ff07\"] { float: right; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin: -1px 0px 0px !important; }[data-css=\"tve-u-16260c5ff0c\"]::after { clear: both; }[data-css=\"tve-u-16260d01208\"] { max-width: 37%; }[data-css=\"tve-u-16260d0120e\"] { max-width: 63%; }[data-css=\"tve-u-16260d39b83\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-16260d39b83\"] { float: right; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin-top: -1px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-16260d3b97e\"]::after { clear: both; }[data-css=\"tve-u-16260d3f4aa\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16260d3f4aa\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-16260d3f4aa\"] { min-height: inherit; margin-left: -30px; padding: 30px !important; }[data-css=\"tve-u-16260d3f4af\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-16260d3f4af\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-16260d3f4af\"] { min-height: inherit; margin-left: -20px; padding: 0px !important; }[data-css=\"tve-u-16260d5e4b8\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-Shawn.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16260d73672\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-16260d73672\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin-top: 0px !important; margin-bottom: -1px !important; }[data-css=\"tve-u-16260d8392c\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16260d8392c\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-16260d8392c\"] { min-height: inherit; margin-left: -30px; padding: 30px !important; }[data-css=\"tve-u-16260d8396c\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-16260d8396c\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-16260d8396c\"] { min-height: inherit; margin-left: -20px; padding: 0px !important; }[data-css=\"tve-u-16260da3aa7\"] { float: none; max-width: 100%; border-left: 1px solid rgba(15, 29, 123, 0.7); border-right: 1px solid rgba(15, 29, 123, 0.7); margin: 0px auto !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-162717cb600\"] { max-width: 58.2%; }[data-css=\"tve-u-162717cb601\"] { max-width: 41.8%; }[data-css=\"tve-u-162717cb602\"] { clip-path: url(\"#clip-bottom-eab511de4ba9e\"); -webkit-clip-path: url(\"#clip-bottom-eab511de4ba9e\");  background-color: rgba(255, 255, 255, 0.2) !important; }[data-css=\"tve-u-162717cb603\"] { min-height: 496px; }[data-css=\"tve-u-162717cb604\"] { z-index: 5; float: right; position: relative; width: 100%; max-width: 570px; bottom: 0px; left: 0px; padding: 0px !important; margin: -59px 0px 0px !important; }[data-css=\"tve-u-162717cb605\"] { clip-path: url(\"#clip-bottom-7920fc765722d\"); -webkit-clip-path: url(\"#clip-bottom-7920fc765722d\");  background-color: rgba(255, 255, 255, 0.1) !important; }[data-css=\"tve-u-162717cb606\"] { min-height: 419px; }[data-css=\"tve-u-162717cb608\"] { max-width: 633px; z-index: 4; top: 0px; right: 0px; padding: 0px !important; margin: 164px 0px 0px !important; }[data-css=\"tve-u-162717cb609\"]::after { clear: both; }[data-css=\"tve-u-162717cb60a\"] { padding-right: 50px !important; padding-bottom: 80px !important; padding-top: 20px !important; }[data-css=\"tve-u-162717cb60b\"]::after { clear: both; }[data-css=\"tve-u-162717cb60b\"] { margin-top: 0px !important; margin-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-162717cb60c\"] .tcb-button-link { font-size: 18px; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-162717cb60c\"] { float: left; z-index: 3; position: relative; display: block; max-width: 300px; width: 300px; margin-bottom: 0px !important; margin-top: 0px !important; }#tve_editor [data-css=\"tve-u-162717cb60c\"]:hover .tcb-button-link { background-color: rgb(255, 255, 255) !important; color: rgb(15, 29, 123) !important; background-image: none !important; font-weight: bold !important; }[data-css=\"tve-u-162717cb60c\"] .tcb-button-link { border: 1px solid rgb(255, 255, 255); min-height: 54.7619px; font-size: 1.33333em; padding-top: 0px; padding-bottom: 0px; border-radius: 100px; overflow: hidden; background-color: rgba(26, 188, 156, 0.01) !important; color: rgb(26, 188, 156) !important; }[data-css=\"tve-u-162717cb60f\"] { padding: 0px !important; margin-bottom: 25px !important; }[data-css=\"tve-u-162717cb610\"] { padding: 0px !important; margin-bottom: 35px !important; }#tve_editor [data-css=\"tve-u-162717cb616\"] { text-transform: none !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-162717cb617\"] { margin-left: 0px; padding: 0px !important; }[data-css=\"tve-u-162717cb618\"] { max-width: none; margin-top: 0px !important; }[data-css=\"tve-u-162717cb620\"] { clip-path: url(\"#clip-bottom-c883ac5175045\"); -webkit-clip-path: url(\"#clip-bottom-c883ac5175045\");  background-image: linear-gradient(90deg, rgb(15, 29, 123) 0%, rgba(15, 29, 123, 0.42) 100%), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-hero-img.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-162717cb609\"] { max-width: 1200px; min-height: 630px !important; }[data-css=\"tve-u-162717cb621\"] { z-index: 1; padding: 125px 40px 0px !important; margin-top: -130px !important; }[data-css=\"tve-u-162717cb623\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-162717cb624\"] { min-height: 54px; }[data-css=\"tve-u-162717cb623\"] { max-width: 304px; float: left; z-index: 3; position: relative; width: 100%; padding: 2px !important; margin: 0px auto 18px !important; }#tve_editor [data-css=\"tve-u-162717cb625\"] .tcb-button-link { font-size: 18px; color: rgb(15, 29, 123) !important; }#tve_editor [data-css=\"tve-u-162717cb625\"]:hover strong { font-weight: 700 !important; }[data-css=\"tve-u-162717cb625\"] { display: block; max-width: 300px; width: 300px; float: none; z-index: 3; position: relative; margin: 0px auto !important; }#tve_editor [data-css=\"tve-u-162717cb625\"]:hover .tcb-button-link { color: rgb(255, 255, 255) !important; border-radius: 200px !important; overflow: hidden !important; font-family: Monda !important; font-weight: 400 !important; text-shadow: none !important; background-image: none !important; background-color: rgb(15, 29, 123) !important; }[data-css=\"tve-u-162717cb625\"] .tcb-button-link { border-radius: 200px; min-height: 54.7619px; font-size: 1.33333em; padding-top: 0px; padding-bottom: 0px; background-image: none !important; background-color: rgb(255, 255, 255) !important; padding-right: 15px !important; font-weight: bold !important; }#tve_editor [data-css=\"tve-u-162717cb623\"]:hover [data-css=\"tve-u-162717cb626\"] { border: 1px solid rgba(255, 255, 255, 0.6) !important; }[data-css=\"tve-u-162717cb626\"] { border-radius: 200px; overflow: hidden; border: 1px solid rgb(255, 255, 255) !important; }[data-css=\"tve-u-162717d1bb6\"] { border-right: 1px solid rgba(255, 255, 255, 0.2); }[data-css=\"tve-u-162717d1bbc\"] { border-left: none; padding: 0px !important; }[data-css=\"tve-u-162717d1bbe\"] { border-bottom: 1px solid rgba(255, 255, 255, 0.2); float: none; width: 100%; position: relative; z-index: 10; max-width: 1600px; margin: 0px auto !important; }[data-css=\"tve-u-162717d1bbf\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-162717d1bbf\"] > .tcb-flex-col { padding-left: 17px; }[data-css=\"tve-u-162717d1bbf\"] { margin-left: -17px; min-height: inherit; padding: 5px 0px 0px 40px !important; }#tve_editor [data-css=\"tve-u-162717d1bbe\"] p, #tve_editor [data-css=\"tve-u-162717d1bbe\"] li, #tve_editor [data-css=\"tve-u-162717d1bbe\"] blockquote, #tve_editor [data-css=\"tve-u-162717d1bbe\"] address { font-size: 16px; }#tve_editor [data-css=\"tve-u-162717d1bc3\"] > :first-child { color: rgb(255, 255, 255); }[data-css=\"tve-u-162717d1bc3\"] { font-size: 25px !important; width: 25px !important; height: 25px !important; z-index: 4; position: relative; float: left; margin: 3px 5px 0px 0px !important; padding-left: 0px !important; }[data-css=\"tve-u-162717d1bc5\"] { border-right: none; padding: 0px !important; position: static !important; }[data-css=\"tve-u-162718f6444\"] { z-index: 12; float: right; width: 100%; max-width: 600px; bottom: -30px; right: -88px; position: absolute !important; padding: 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-162718f6446\"] { min-height: 600px; }[data-css=\"tve-u-162718f6447\"] { clip-path: url(\"#clip-bottom-6d4048c9836f6\"); -webkit-clip-path: url(\"#clip-bottom-6d4048c9836f6\");  background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-Bmw.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }#tve_editor [data-css=\"tve-u-16271adf6cf\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-16271adf6cf\"] { font-size: 30px; width: 30px; height: 30px; top: 22px; left: 20px; border-bottom: 1px solid rgb(10, 93, 165); margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1641367e553\"] > :first-child { color: rgba(15, 29, 123, 0.12); }[data-css=\"tve-u-1641367e553\"] { font-size: 60px; float: none; box-shadow: none; width: 60px; height: 60px; margin: -55px auto 60px !important; padding-right: 17px !important; }[data-css=\"tve-u-16416e4fafd\"] { box-shadow: rgba(0, 0, 0, 0.02) 0px 2px 22px 0px; background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16416e603ab\"] { box-shadow: rgba(0, 0, 0, 0.12) 0px 3px 44px 0px; background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-164179a84b8\"] > .tve-cb { display: block; }[data-css=\"tve-u-164179a84b8\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-164179bced9\"] { border-right: none; padding: 3px 0px 0px !important; position: static !important; }[data-css=\"tve-u-16417b4cb9e\"] { padding: 0px 0px 50px !important; }[data-css=\"tve-u-16417b62c09\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-16417b662bf\"] { margin-top: 0px !important; margin-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-16417e5bd95\"] > :first-child { color: rgb(255, 255, 255); }[data-css=\"tve-u-16417e5bd95\"] { font-size: 25px !important; width: 25px !important; height: 25px !important; z-index: 4; position: relative; float: left; margin: 3px 15px 0px 0px !important; padding-left: 0px !important; }[data-css=\"tve-u-1641c1af44d\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1641c1b01a6\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1641c1b0a67\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1641c1b12d8\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }#tve_editor [data-css=\"tve-u-1641c1b33f9\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-1641c1b33f9\"] { font-size: 30px; width: 30px; height: 30px; top: 22px; left: 20px; border-bottom: 1px solid rgb(10, 93, 165); margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1641c1b456a\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-1641c1b456a\"] { font-size: 30px; width: 30px; height: 30px; top: 22px; left: 20px; border-bottom: 1px solid rgb(10, 93, 165); margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1641c1b52d3\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-1641c1b52d3\"] { font-size: 30px; width: 30px; height: 30px; top: 22px; left: 20px; border-bottom: 1px solid rgb(10, 93, 165); margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1641c1b60b4\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-1641c1b60b4\"] { font-size: 30px; width: 30px; height: 30px; top: 22px; left: 20px; border-bottom: 1px solid rgb(10, 93, 165); margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-16422a1ce91\"] { float: none; width: 100%; max-width: 227px; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; }#tve_editor [data-css=\"tve-u-16422a1ce92\"] { font-size: 16px !important; color: rgb(12, 12, 12) !important; }#tve_editor [data-css=\"tve-u-16422a1ce93\"] { font-size: 16px !important; color: rgb(18, 18, 18) !important; }[data-css=\"tve-u-16422a1ce92\"] { line-height: 1.7em !important; }[data-css=\"tve-u-16422a1ce93\"] { line-height: 1.7em !important; }#tve_editor [data-css=\"tve-u-16422a1ce94\"] { font-size: 16px !important; color: rgb(29, 26, 31) !important; }[data-css=\"tve-u-16422a1ce94\"] { line-height: 1.7em !important; }#tcb_landing_page .tcb-plain-text { color: rgb(0, 0, 0); font-family: Merriweather; font-weight: 400; }#tcb_landing_page .tcb-plain-text strong { font-weight: 700; }[data-css=\"tve-u-162717d1bbe\"] p { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-162717d1bbe\"] h3 { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-16959822de2\"] { width: 291px; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-16959846d3d\"] { margin-top: 0px !important; }}@media (max-width: 1023px){[data-css=\"tve-u-1621ebfa746\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621eb037bb\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621ec78d2c\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621ec6c39b\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-162717cb602\"] { clip-path: url(\"#clip-tablet-bottom-eab511de4ba9e\"); -webkit-clip-path: url(\"#clip-tablet-bottom-eab511de4ba9e\");  }[data-css=\"tve-u-1621b064668\"] { max-width: 49%; }[data-css=\"tve-u-1621b064646\"] { max-width: 51%; }[data-css=\"tve-u-1621b3c74d9\"] { max-width: 100%; }[data-css=\"tve-u-1621f0b0088\"] { min-height: 100px !important; }[data-css=\"tve-u-1621ee3afec\"] > .tve-cb { display: block; }[data-css=\"tve-u-16417b97d3c\"]::after { clear: both; }[data-css=\"tve-u-1621e7ceab3\"] > .tve-cb { display: block; }[data-css=\"tve-u-1621ea50702\"] { float: none; width: 100%; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621ae4fd21\"] > .tve-cb { display: block; }[data-css=\"tve-u-162717cb60f\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-162717cb610\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-16223dad661\"] { padding-top: 20px !important; }[data-css=\"tve-u-1641367127b\"] { float: none; font-size: 50px; width: 50px; height: 50px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1641367e553\"] { float: none; font-size: 50px; width: 50px; height: 50px; margin: -44px auto 40px !important; padding-right: 12px !important; }[data-css=\"tve-u-1621e7b695a\"] { margin-bottom: 50px !important; }[data-css=\"tve-u-1621ee37f4a\"] { min-height: 262px; }[data-css=\"tve-u-1621ada1e7f\"] { padding: 50px 30px 50px 0px !important; }[data-css=\"tve-u-1621b072b4e\"] { max-width: 100%; }[data-css=\"tve-u-1621a2247ba\"] { margin-bottom: 60px !important; }[data-css=\"tve-u-16229f6175c\"] { margin-top: 0px !important; }[data-css=\"tve-u-162717cb60b\"] { height: calc(100% - -85px); margin-top: -85px !important; }[data-css=\"tve-u-162717cb617\"] .tcb-flex-col { flex-basis: 560px !important; }#tcb_landing_page h5 { line-height: 1.3em; }#tcb_landing_page h6 { line-height: 1.4em; }#tcb_landing_page p, #tcb_landing_page li { line-height: 1.5em; }[data-css=\"tve-u-1628a146aef\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1628a12f675\"] { margin-bottom: 40px !important; }[data-css=\"tve-u-1628a10d3b4\"] { margin-bottom: 40px !important; }[data-css=\"tve-u-162718bd0c0\"] { clip-path: url(\"#clip-tablet-top-a3b25e1c9221a\"); -webkit-clip-path: url(\"#clip-tablet-top-a3b25e1c9221a\");  background-color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-162717cb621\"] { z-index: 6; padding-top: 60px !important; margin-top: -90px !important; }[data-css=\"tve-u-162718a3b40\"] { max-width: 100%; min-height: 1px !important; }[data-css=\"tve-u-16271adf6cf\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-162493d5f13\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-162717fcf9d\"] { margin-top: -40px !important; padding-top: 90px !important; padding-left: 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-16260d3f4af\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16260d3f4aa\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1621fb65556\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1621fb68b97\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16260d8396c\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16260d8392c\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16260d39b83\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-16260c5ff07\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-16260ba2fa4\"] { padding: 50px 40px !important; }[data-css=\"tve-u-16260be7104\"] { max-width: 100%; }[data-css=\"tve-u-1621ebbbb6d\"] { margin-top: -1px !important; }[data-css=\"tve-u-1621eaaedd8\"] { clip-path: url(\"#clip-tablet-bottom-a2b9cf3198d6f\"); -webkit-clip-path: url(\"#clip-tablet-bottom-a2b9cf3198d6f\");  }[data-css=\"tve-u-1621e7e9950\"] { margin-top: -1px !important; }[data-css=\"tve-u-16229fa8c68\"] { padding: 0px 20px 20px !important; }[data-css=\"tve-u-1622f65ba70\"] { padding: 0px 20px 20px !important; }[data-css=\"tve-u-16249373b25\"] { padding-left: 20px !important; padding-right: 20px !important; padding-bottom: 20px !important; }[data-css=\"tve-u-162493b6b63\"] { padding-left: 20px !important; padding-bottom: 20px !important; padding-right: 20px !important; }[data-css=\"tve-u-16249367114\"] { margin-top: 20px !important; }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-1624935a201\"] { line-height: 1.3em !important; }[data-css=\"tve-u-16249358652\"] { line-height: 1.3em !important; }[data-css=\"tve-u-16249355087\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1625389b4ed\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1625389a3d5\"] { line-height: 1.3em !important; }[data-css=\"tve-u-16248fc42a1\"] { line-height: 1.3em !important; }[data-css=\"tve-u-162493a03b0\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-162493a03b0\"] .tcb-flex-col { flex-basis: 145px !important; }[data-css=\"tve-u-1622a159bcb\"] { float: none; max-width: 85%; margin: 0px auto !important; padding-top: 0px !important; }[data-css=\"tve-u-16229fa6a26\"] { margin-bottom: 20px !important; padding: 0px 20px 20px !important; }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16229ffbb7b\"] { min-height: inherit; margin-left: -20px; }[data-css=\"tve-u-1621ad46076\"] { margin-bottom: 0px !important; margin-top: 0px !important; padding: 50px 40px !important; }#tve_editor [data-css=\"tve-u-1621b028939\"] .tcb-button-link { font-size: 18px; }[data-css=\"tve-u-16223f02c16\"] { min-height: 54px; }[data-css=\"tve-u-1621b01355a\"] { max-width: 304px; padding: 2px !important; }[data-css=\"tve-u-1620af7eb3f\"] { float: none; z-index: 3; position: relative; display: block; max-width: 300px; width: 300px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621afda4fa\"] { max-width: 100%; margin-bottom: 30px !important; }[data-css=\"tve-u-16224716d62\"]::after { clear: both; }[data-css=\"tve-u-1621f0aa8f7\"] { margin-top: 0px !important; }[data-css=\"tve-u-1621e7e6c1d\"] { min-height: 150px; }[data-css=\"tve-u-1621e7edfd9\"] { clip-path: url(\"#clip-tablet-bottom-10ffac3b28f1d\"); -webkit-clip-path: url(\"#clip-tablet-bottom-10ffac3b28f1d\");  }[data-css=\"tve-u-1621ebf340c\"] { float: none; width: 100%; padding: 0px !important; margin-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621e7d5094\"] { min-height: 455px; }[data-css=\"tve-u-1621adea58b\"] > .tcb-flex-col > .tcb-col { justify-content: center; }[data-css=\"tve-u-16223dad661\"]::after { clear: both; }[data-css=\"tve-u-1621e8107f3\"] { float: none; margin-left: auto !important; margin-right: auto !important; margin-bottom: 20px !important; }[data-css=\"tve-u-16223b080b0\"] { float: none; margin-left: auto !important; margin-right: auto !important; margin-top: -1px !important; }[data-css=\"tve-u-1621eb3eb9f\"] { clip-path: url(\"#clip-tablet-bottom-ac98bb0e54b3b\"); -webkit-clip-path: url(\"#clip-tablet-bottom-ac98bb0e54b3b\");  }[data-css=\"tve-u-1621fe78878\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1621fe78878\"] { min-height: inherit; }#tve_editor [data-css=\"tve-u-1621e92e97f\"] { font-size: 22px !important; }#tve_editor [data-css=\"tve-u-1621e942b65\"] { letter-spacing: 0px; font-size: 1.5em !important; }#tve_editor [data-css=\"tve-u-1621fe1bd18\"] { letter-spacing: 0px; font-size: 1.5em !important; }#tve_editor [data-css=\"tve-u-1621fe1a1af\"] { font-size: 22px !important; }#tve_editor [data-css=\"tve-u-1621fe1725e\"] { letter-spacing: 0px; font-size: 1.5em !important; }#tve_editor [data-css=\"tve-u-1621fe1587d\"] { font-size: 22px !important; }[data-css=\"tve-u-1621ef118dc\"] { position: relative; top: -50px; left: 30px; width: 100%; }[data-css=\"tve-u-1621ee3afec\"] { padding: 40px 0px 0px !important; }[data-css=\"tve-u-1621ee63e1c\"] { max-width: none; margin-bottom: 30px !important; }[data-css=\"tve-u-1621ee74a24\"] { top: 0px; right: 0px; font-size: 45px; width: 45px; height: 45px; float: none; padding-left: 0px !important; margin: 0px auto !important; }[data-css=\"tve-u-1621ee18a1c\"] { margin-top: 40px !important; margin-left: 20px !important; margin-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-1621fdcb4ea\"] { letter-spacing: 1px; font-size: 1.5em !important; }[data-css=\"tve-u-1621ec7f21a\"] { min-height: 150px; }[data-css=\"tve-u-1621eacf6af\"] { float: none; max-width: 230px; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621fd9c946\"] { max-width: 380px; float: none; width: 100%; margin: 0px auto !important; padding-left: 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-1621eb81205\"] { margin-top: 0px !important; }[data-css=\"tve-u-1621eb7ccb0\"] { min-height: 455px; }[data-css=\"tve-u-1621fd8766c\"] { min-height: 150px; }[data-css=\"tve-u-1621fd84d7b\"] { min-height: 430px; }[data-css=\"tve-u-1621e7c7aa1\"] .tcb-flex-col { flex-basis: 300px !important; }#tve_editor [data-css=\"tve-u-1621e7a7350\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621e7c899a\"] { float: none; max-width: 100%; margin-left: auto !important; margin-right: auto !important; margin-top: 0px !important; }[data-css=\"tve-u-1621e7c7aa1\"] { margin-left: -20px; flex-direction: row; }[data-css=\"tve-u-1621e7c7aa1\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-1621b3c8c52\"] { padding: 50px 40px !important; }[data-css=\"tve-u-1621fc0ce17\"] { margin-top: 10px !important; margin-bottom: 7px !important; }[data-css=\"tve-u-1621fbcad8c\"] { padding-left: 0px !important; padding-right: 30px !important; }[data-css=\"tve-u-1621fbacc60\"] { max-width: 177px; }[data-css=\"tve-u-1621fb68b97\"] { margin-left: -15px; min-height: inherit; padding: 20px !important; }[data-css=\"tve-u-1621fb68b97\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-1621fb65556\"] { margin-left: -15px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-1621fb65556\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-1621b200375\"] { float: none; max-width: 100%; margin: 0px auto !important; }[data-css=\"tve-u-1621b0e4fb7\"] { max-width: 100%; float: none; z-index: 3; position: relative; margin-right: auto !important; margin-left: auto !important; margin-bottom: 20px !important; }#tve_editor [data-css=\"tve-u-1621b10fccf\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621ae0bec7\"] { background-image: none !important; margin-top: 0px !important; }[data-css=\"tve-u-1621ae6c8da\"] { clip-path: url(\"#clip-tablet-top-aa2c3e3c70555\"); -webkit-clip-path: url(\"#clip-tablet-top-aa2c3e3c70555\");  }[data-css=\"tve-u-1621adba9ef\"] { clip-path: url(\"#clip-tablet-top-52d5a36c151aa\"); -webkit-clip-path: url(\"#clip-tablet-top-52d5a36c151aa\");  }[data-css=\"tve-u-1621ad420c4\"] { max-width: 100%; min-height: 1px !important; }[data-css=\"tve-u-1621f45bed3\"] { padding: 0px !important; }[data-css=\"tve-u-1621ae4fd21\"] { max-width: 100%; left: 0px; top: 0px; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621ae4db6e\"] { min-height: 300px; }#tve_editor [data-css=\"tve-u-1621afd8c98\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621afcc0bf\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621afceb00\"] { max-width: 100%; margin-bottom: 30px !important; }[data-css=\"tve-u-1621a98b602\"] { stroke-dasharray: 534.071, 534.071; }[data-css=\"tve-u-1621a9750ae\"] { font-size: 14.45px !important; line-height: 14.45px !important; }[data-css=\"tve-u-1621a9a2867\"] { font-size: 51px !important; line-height: 51px !important; }[data-css=\"tve-u-1621a9a2866\"] { margin-top: 42.5px !important; }[data-css=\"tve-u-1621a96b190\"] { width: 153px !important; height: 153px !important; top: 8.5px !important; bottom: 8.5px !important; left: 8.5px !important; right: 8.5px !important; }[data-css=\"tve-u-1621a9685d4\"] { stroke-width: 18px !important; }[data-css=\"tve-u-1621a9a2862\"] { width: 170px !important; height: 170px !important; }[data-css=\"tve-u-1621a983587\"] { float: none; border: 20px solid rgba(137, 141, 167, 0.24); margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621a8b2488\"] { float: none; max-width: 100%; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621a8a804b\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1621a8a804b\"] { margin-left: -24px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-1621a8a804b\"] > .tcb-flex-col { padding-left: 24px; }#tve_editor [data-css=\"tve-u-1621a2e0d5b\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621b028939\"] { position: relative; float: left; z-index: 3; display: block; max-width: 300px; width: 300px; margin-top: 15px !important; }[data-css=\"tve-u-1621adea58b\"] { margin-left: -30px; }[data-css=\"tve-u-1621adea58b\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-1621ade6172\"] { max-width: 100%; position: static; }#tve_editor [data-css=\"tve-u-16248fc42a1\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-16249355087\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-16249358652\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-1624935a201\"] { font-size: 18px !important; }[data-css=\"tve-u-1624939a960\"] { margin-bottom: 0px !important; padding-bottom: 20px !important; padding-left: 20px !important; padding-right: 20px !important; }[data-css=\"tve-u-162493a03b0\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-162493a03b0\"] { min-height: inherit; margin-left: -20px; }#tve_editor [data-css=\"tve-u-1625389a3d5\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-1625389b4ed\"] { font-size: 18px !important; }[data-css=\"tve-u-16260c39a7e\"] { float: none; max-width: 100%; margin: 0px auto !important; }[data-css=\"tve-u-16260d3f4aa\"] { margin-left: -15px; min-height: inherit; padding: 20px !important; }[data-css=\"tve-u-16260d3f4aa\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-16260d3f4af\"] { margin-left: -15px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-16260d3f4af\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-16260d8392c\"] { margin-left: -15px; min-height: inherit; padding: 20px !important; }[data-css=\"tve-u-16260d8392c\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-16260d8396c\"] { margin-left: -15px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-16260d8396c\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-16260da3aa7\"] { float: none; max-width: 100%; margin: 0px !important; }[data-css=\"tve-u-162717cb60c\"] { display: block; max-width: 300px; width: 300px; }[data-css=\"tve-u-162717cb609\"] { max-width: 100%; min-height: 1px !important; }[data-css=\"tve-u-162717cb605\"] { clip-path: url(\"#clip-tablet-bottom-7920fc765722d\"); -webkit-clip-path: url(\"#clip-tablet-bottom-7920fc765722d\");  background-color: rgba(244, 149, 29, 0) !important; }[data-css=\"tve-u-162717cb60a\"] { padding: 0px !important; }[data-css=\"tve-u-162717cb618\"] { float: none; max-width: 100%; margin-top: 60px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-162717cb620\"] { clip-path: url(\"#clip-tablet-bottom-c883ac5175045\"); -webkit-clip-path: url(\"#clip-tablet-bottom-c883ac5175045\");  }[data-css=\"tve-u-162717cb603\"] { min-height: 220px; }[data-css=\"tve-u-162717cb604\"] { max-width: 350px; float: right; z-index: 3; position: relative; width: 100%; bottom: 7px; left: 0px; margin-top: 0px !important; margin-left: 0px !important; padding-left: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-162717cb608\"] { max-width: 350px; position: relative; float: right; z-index: 3; width: 100%; top: 0px; right: 0px; margin-top: 0px !important; }[data-css=\"tve-u-162717cb606\"] { min-height: 1px; }[data-css=\"tve-u-162717d1bbf\"] { margin-left: 0px; padding: 25px 25px 0px !important; }[data-css=\"tve-u-162717d1bbf\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-162717d1bc5\"] { border-right: none; padding-left: 35px !important; padding-right: 0px !important; }[data-css=\"tve-u-162717d1bb6\"] { padding-left: 0px !important; }[data-css=\"tve-u-162717d1bbc\"] { border-left: none; border-right: none; padding-left: 30px !important; padding-bottom: 10px !important; }[data-css=\"tve-u-162717d1bc3\"] { font-size: 14px; width: 14px; height: 14px; margin-bottom: 10px !important; margin-left: 0px !important; padding-left: 10px !important; }[data-css=\"tve-u-162717d1bbe\"] { max-width: 100%; margin-left: 0px !important; margin-right: 30px !important; }[data-css=\"tve-u-162718f6444\"] { max-width: 360px; bottom: -35px; position: relative; left: 40px; margin-bottom: 0px !important; }[data-css=\"tve-u-162718f6446\"] { min-height: 300px; }[data-css=\"tve-u-162718f6447\"] { clip-path: url(\"#clip-tablet-bottom-6d4048c9836f6\"); -webkit-clip-path: url(\"#clip-tablet-bottom-6d4048c9836f6\");  }[data-css=\"tve-u-164179bced9\"] { border-right: none; padding-left: 30px !important; padding-right: 0px !important; }[data-css=\"tve-u-16417b62c09\"] { max-width: 177px; }[data-css=\"tve-u-16417b662bf\"] { max-width: 177px; }[data-css=\"tve-u-16417e5bd95\"] { font-size: 14px; width: 14px; height: 14px; margin-bottom: -14px !important; margin-left: 0px !important; }[data-css=\"tve-u-1641c1b33f9\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-1641c1b456a\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-1641c1b52d3\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-1641c1b60b4\"] { font-size: 25px; width: 25px; height: 25px; }#tve_editor [data-css=\"tve-u-16422a1ce94\"] { font-size: 16px !important; }[data-css=\"tve-u-16959822de2\"] { margin-right: 1px !important; padding-right: 10px !important; padding-top: 10px !important; }}@media (max-width: 767px){[data-css=\"tve-u-162717cb605\"] { clip-path: url(\"#clip-mobile-bottom-7920fc765722d\"); -webkit-clip-path: url(\"#clip-mobile-bottom-7920fc765722d\");  }[data-css=\"tve-u-162717cb602\"] { clip-path: url(\"#clip-mobile-bottom-eab511de4ba9e\"); -webkit-clip-path: url(\"#clip-mobile-bottom-eab511de4ba9e\");  }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-16417e9d24e\"]::after { clear: both; }[data-css=\"tve-u-16417b70f47\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 0px !important; }[data-css=\"tve-u-1621e819c52\"] { min-height: 100px; }[data-css=\"tve-u-1621e8107f3\"] { max-width: 100px; }[data-css=\"tve-u-1621fd8766c\"] { min-height: 144px; }[data-css=\"tve-u-1621ec79a7d\"] { min-height: 100px; }[data-css=\"tve-u-1621ec78d2c\"] { max-width: 100px; }[data-css=\"tve-u-1621ec7f21a\"] { min-height: 144px; }[data-css=\"tve-u-1621e7e6c1d\"] { min-height: 144px; }[data-css=\"tve-u-16417b4cb9e\"] { padding-bottom: 30px !important; }[data-css=\"tve-u-1621ec752da\"] { min-height: 100px; }[data-css=\"tve-u-1621ec6c39b\"] { max-width: 100px; }[data-css=\"tve-u-1621fd84d7b\"] { min-height: 430px; }[data-css=\"tve-u-1621e7c7aa1\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16223dad661\"] { padding-top: 0px !important; }[data-css=\"tve-u-1621b3c74d9\"] { max-width: 100%; }[data-css=\"tve-u-1621eb81205\"] { max-width: 100%; margin-bottom: 20px !important; }[data-css=\"tve-u-1621e7ceab3\"] { max-width: 100%; margin-bottom: 20px !important; }[data-css=\"tve-u-1621f0b0088\"] { min-height: 120px !important; }[data-css=\"tve-u-1621f0da775\"] { float: none; width: 100%; max-width: 280px; margin: 0px auto 20px !important; }[data-css=\"tve-u-1621ee37f4a\"] { min-height: 260px; }[data-css=\"tve-u-1621ee3afec\"] > .tve-cb { display: flex; justify-content: center; flex-direction: column; }[data-css=\"tve-u-1621ee63e1c\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1641367127b\"] { font-size: 30px; width: 30px; height: 30px; }[data-css=\"tve-u-1641367e553\"] { float: none; font-size: 30px; width: 30px; height: 30px; margin: -30px auto 30px !important; padding-right: 10px !important; }[data-css=\"tve-u-1621ada1e7f\"] { padding: 0px !important; }[data-css=\"tve-u-162717cb617\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-162717cb617\"] { min-height: inherit; }[data-css=\"tve-u-16229fa6a26\"] { height: calc(100% - 21px); margin-bottom: 0px !important; margin-top: 21px !important; }[data-css=\"tve-u-1624939a960\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-162493a03b0\"] .tcb-flex-col { flex-basis: 400px !important; }[data-css=\"tve-u-1621a2247ba\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-162717cb60f\"] { margin-bottom: 25px !important; }[data-css=\"tve-u-162717d1bbf\"] .tcb-flex-col { flex-basis: 225px !important; }[data-css=\"tve-u-1621ee3afec\"] { max-width: 100%; padding: 0px !important; position: static !important; }#tve_editor [data-css=\"tve-u-1641333d7d1\"] { font-size: 14px !important; }[data-css=\"tve-u-162717cb60b\"] { margin-top: 0px !important; }[data-css=\"tve-u-162717cb621\"] { z-index: 2; padding-left: 20px !important; padding-right: 20px !important; margin-top: -160px !important; padding-top: 25px !important; }[data-css=\"tve-u-162717cb617\"] .tcb-flex-col { flex-basis: 435px !important; }[data-css=\"tve-u-16369305186\"] { float: none; width: 100%; max-width: 279px; z-index: 3; position: relative; margin: 0px auto !important; }#tcb_landing_page h6 { line-height: 1.4em; }#tcb_landing_page h5 { line-height: 1.3em; }#tcb_landing_page p, #tcb_landing_page li { font-size: 14px; }#tcb_landing_page h2 { font-size: 28px; }#tcb_landing_page h1 { font-size: 35px; }[data-css=\"tve-u-16260ba2fa4\"] { padding-bottom: 40px !important; padding-left: 20px !important; padding-right: 20px !important; }[data-css=\"tve-u-1628a10d3b4\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-1628a12f675\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-162717cb610\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-16271bfe70c\"] { padding: 0px !important; }[data-css=\"tve-u-162717fcf9d\"] { z-index: 1; margin-top: 0px !important; padding-top: 75px !important; padding-left: 20px !important; padding-right: 20px !important; }[data-css=\"tve-u-162718bd0c0\"] { clip-path: url(\"#clip-mobile-top-a3b25e1c9221a\"); -webkit-clip-path: url(\"#clip-mobile-top-a3b25e1c9221a\");  }[data-css=\"tve-u-1621eb3eb9f\"] { clip-path: url(\"#clip-mobile-bottom-ac98bb0e54b3b\"); -webkit-clip-path: url(\"#clip-mobile-bottom-ac98bb0e54b3b\");  }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col > .tcb-col { min-height: 155px; }[data-css=\"tve-u-16229ffbb7b\"] { min-height: inherit; margin-left: 0px; }[data-css=\"tve-u-16229fa8c68\"] { height: calc(100% - 28px); margin-bottom: 0px !important; margin-top: 20px !important; }[data-css=\"tve-u-1622f65ba70\"] { height: calc(100% - 20px); margin-bottom: 0px !important; margin-top: 20px !important; }[data-css=\"tve-u-16229f6175c\"] { margin-top: 0px !important; }[data-css=\"tve-u-1622a159bcb\"] { float: none; max-width: 100%; margin-left: auto !important; margin-right: auto !important; padding-top: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-16229ae62a7\"] { border-right: none; }#tve_editor [data-css=\"tve-u-16228c764b2\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-16228c75500\"] { font-size: 18px !important; }[data-css=\"tve-u-1621fb65556\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-1621a983587\"] { border: 20px solid rgba(137, 141, 167, 0.32); }[data-css=\"tve-u-1621ee74a24\"] { float: none; margin-left: auto !important; margin-right: auto !important; margin-bottom: 10px !important; }[data-css=\"tve-u-1621afda4fa\"] { max-width: 100%; margin-bottom: 20px !important; }[data-css=\"tve-u-16223f02c16\"] { min-height: 54px; }[data-css=\"tve-u-1621f0aa8f7\"] { margin-top: 0px !important; }#tve_editor [data-css=\"tve-u-1622444fb11\"] { letter-spacing: 0px; }[data-css=\"tve-u-16224439be1\"] { padding: 0px !important; }[data-css=\"tve-u-1621fb68b97\"] { padding: 0px !important; }[data-css=\"tve-u-1621afceb00\"] { max-width: 100%; margin-bottom: 30px !important; }[data-css=\"tve-u-1621b0e4fb7\"] { float: none; margin-right: auto !important; margin-bottom: 30px !important; padding-left: 0px !important; margin-left: auto !important; }[data-css=\"tve-u-1621ebf340c\"] { padding-bottom: 40px !important; }[data-css=\"tve-u-1621ea50702\"] { float: none; width: 100%; padding: 0px !important; margin-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621e7d5094\"] { min-height: 430px; }[data-css=\"tve-u-1621eb7ccb0\"] { min-height: 430px; }[data-css=\"tve-u-1621ee03000\"] { flex-direction: column; }[data-css=\"tve-u-16223fe5f5b\"] { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621f0d2c1a\"] { margin-left: 25px !important; margin-right: 25px !important; }[data-css=\"tve-u-1621ee18a1c\"] { margin: 0px 20px 20px 0px !important; }[data-css=\"tve-u-1621ef118dc\"] { top: 0px; width: 245px; position: relative; float: none; z-index: 5; left: 0px; margin: -22px auto 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-1621fd9c946\"] { max-width: 100%; margin-top: 0px !important; margin-left: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-16223fc9f23\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-1621e7c899a\"] { max-width: none; float: none; margin-top: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621b3c8c52\"] { padding: 40px 20px !important; }[data-css=\"tve-u-1621fbcad8c\"] { padding: 20px !important; }[data-css=\"tve-u-1621fb65556\"] { margin-left: 0px; padding: 0px !important; }[data-css=\"tve-u-1621fbacc60\"] { max-width: 126px; float: none; margin-left: auto !important; margin-right: auto !important; margin-top: 20px !important; }[data-css=\"tve-u-1621b200375\"] { float: none; margin-top: 0px !important; margin-left: auto !important; margin-right: auto !important; }#tve_editor [data-css=\"tve-u-1621b10fccf\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621b028939\"] { display: block; max-width: 100%; width: 100%; float: none; min-width: 100%; margin-left: auto !important; margin-right: auto !important; margin-top: 0px !important; }[data-css=\"tve-u-1621ae4db6e\"] { min-height: 270px; }[data-css=\"tve-u-1621ae6c8da\"] { clip-path: url(\"#clip-mobile-top-aa2c3e3c70555\"); -webkit-clip-path: url(\"#clip-mobile-top-aa2c3e3c70555\");  }[data-css=\"tve-u-1621adba9ef\"] { clip-path: url(\"#clip-mobile-top-52d5a36c151aa\"); -webkit-clip-path: url(\"#clip-mobile-top-52d5a36c151aa\");  }[data-css=\"tve-u-16223f02c16\"]::after { clear: both; }[data-css=\"tve-u-1621b01355a\"] { max-width: 100%; float: none; margin-left: auto !important; margin-right: auto !important; margin-bottom: 15px !important; }[data-css=\"tve-u-1620af7eb3f\"] { float: none; display: block; max-width: 100%; width: 100%; min-width: 100%; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621ae0bec7\"]::after { clear: both; }[data-css=\"tve-u-1621f45bed3\"] { padding: 40px 20px 0px !important; }[data-css=\"tve-u-1621ad46076\"] { margin: 0px !important; padding: 30px 20px !important; }[data-css=\"tve-u-1621adea58b\"] { flex-flow: row-reverse wrap-reverse !important; }[data-css=\"tve-u-1621ae4fd21\"] { margin-top: 0px !important; position: static !important; }[data-css=\"tve-u-1621a8b2488\"] { float: none; max-width: 100%; margin-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621a8a804b\"] { padding-left: 0px !important; padding-right: 0px !important; }#tve_editor [data-css=\"tve-u-1621a2e0d5b\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621e7c7aa1\"] { flex-direction: column; min-height: inherit; }[data-css=\"tve-u-16249367114\"] { margin-top: 0px !important; }[data-css=\"tve-u-16249373b25\"] { height: calc(100% - 20px); margin-bottom: 0px !important; background-image: linear-gradient(rgb(248, 249, 251), rgb(248, 249, 251)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; margin-top: 20px !important; }[data-css=\"tve-u-162493a03b0\"] > .tcb-flex-col > .tcb-col { min-height: 155px; }[data-css=\"tve-u-162493a03b0\"] { min-height: inherit; }[data-css=\"tve-u-162493b6b63\"] { height: calc(100% - 20px); margin-bottom: 0px !important; margin-top: 20px !important; }[data-css=\"tve-u-16260c39a7e\"] { float: none; margin-top: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-16260d3f4aa\"] { padding: 0px !important; }[data-css=\"tve-u-16260d3f4af\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-16260d3f4af\"] { margin-left: 0px; padding: 0px !important; }[data-css=\"tve-u-16260d8392c\"] { padding: 0px !important; }[data-css=\"tve-u-16260d8396c\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-16260d8396c\"] { margin-left: 0px; padding: 0px !important; }[data-css=\"tve-u-16260da3aa7\"] { float: none; margin-top: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-162717cb60c\"] { display: block; max-width: 100%; width: 100%; min-width: 100%; float: none; margin-left: auto !important; margin-right: auto !important; margin-bottom: 20px !important; }[data-css=\"tve-u-162717cb618\"] { margin: 140px 0px 0px !important; }[data-css=\"tve-u-162717cb606\"] { min-height: 175px; }[data-css=\"tve-u-162717cb620\"] { clip-path: url(\"#clip-mobile-bottom-c883ac5175045\"); -webkit-clip-path: url(\"#clip-mobile-bottom-c883ac5175045\");  }[data-css=\"tve-u-162717cb608\"] { max-width: 100%; margin-top: 0px !important; padding-bottom: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-162717cb604\"] { margin-top: 0px !important; }[data-css=\"tve-u-162717cb60a\"] { padding: 0px !important; }#tve_editor [data-css=\"tve-u-162717cb616\"] { font-size: 27px !important; }#tve_editor [data-css=\"tve-u-162717cb629\"] { font-size: 18px !important; }[data-css=\"tve-u-162717cb625\"] { float: none; display: block; max-width: 100%; width: 100%; min-width: 100%; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-162717cb623\"] { max-width: 100%; float: none; width: 100%; margin: 0px auto 10px !important; }[data-css=\"tve-u-162717d1bbf\"] > .tcb-flex-col { padding-left: 18px; }[data-css=\"tve-u-162717d1bbf\"] { margin-left: -18px; padding: 10px !important; flex-flow: row wrap !important; }[data-css=\"tve-u-162717d1bbe\"] { border-bottom: 1px solid rgba(255, 255, 255, 0.2); border-right: none; margin-left: auto !important; margin-right: auto !important; float: none; }[data-css=\"tve-u-162717d1bbc\"] { border: none; padding-left: 0px !important; padding-right: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-162717d1bc5\"] { border-right: none; padding-left: 15px !important; padding-right: 0px !important; }[data-css=\"tve-u-162717d1bc3\"] { margin: 3px 10px 0px 0px !important; }[data-css=\"tve-u-162717d1bb6\"] { border: none; padding-top: 0px !important; padding-left: 0px !important; margin-bottom: 1px !important; margin-top: -5px !important; padding-bottom: 10px !important; }[data-css=\"tve-u-162718f6446\"] { min-height: 280px; }[data-css=\"tve-u-162718f6444\"] { max-width: 100%; float: none; width: 100%; top: 0px; left: 0px; margin: 0px auto -30px !important; position: relative !important; }[data-css=\"tve-u-162718f6447\"] { clip-path: url(\"#clip-mobile-bottom-6d4048c9836f6\"); -webkit-clip-path: url(\"#clip-mobile-bottom-6d4048c9836f6\");  }[data-css=\"tve-u-164179a84b8\"] { float: none; width: 100%; max-width: 155px; z-index: 3; position: relative; margin-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-164179bced9\"] { border-right: none; position: relative; padding-left: 0px !important; padding-right: 0px !important; margin-top: 0px !important; max-width: 250px; margin-left: auto !important; margin-right: auto !important; float: none; }[data-css=\"tve-u-16417b62c09\"] { max-width: 126px; float: none; margin-left: auto !important; margin-right: auto !important; margin-top: 20px !important; }[data-css=\"tve-u-16417b662bf\"] { max-width: 126px; float: none; margin-left: auto !important; margin-right: auto !important; margin-top: 20px !important; }[data-css=\"tve-u-16417e5bd95\"] { margin: 3px 10px 0px 0px !important; }#tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] p, #tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] li, #tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] blockquote, #tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] address, #tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] .tcb-plain-text, #tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] label { font-size: 18px; }[data-css=\"tve-u-16959822de2\"] { padding-top: 10px !important; margin-left: auto !important; margin-right: auto !important; float: none; }}'),(6627,553,'tve_revision_tve_user_custom_css',''),(6628,553,'tve_revision_tve_page_events','a:0:{}'),(6629,553,'tve_revision_tve_globals','a:2:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";s:8:\"font_cls\";a:0:{}}'),(6630,553,'tve_revision_tve_global_scripts',''),(6631,553,'tve_revision_thrive_icon_pack','0'),(6632,553,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(6633,553,'tve_revision_tve_has_masonry','0'),(6634,553,'tve_revision_tve_has_typefocus','0'),(6635,553,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-162717d1bbe\" wfd-id=\"433\"><div class=\"tcb-flex-row tcb-medium-no-wrap v-2 tcb--cols--3 m-edit tcb-mobile-wrap\" data-css=\"tve-u-162717d1bbf\" wfd-id=\"434\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1695981e7bb\" wfd-id=\"460\"><div class=\"tcb-col\" data-css=\"tve-u-16959846d3d\" wfd-id=\"462\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16959822de2\" wfd-id=\"463\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"464\"><img class=\"tve_image wp-image-465\" alt=\"\" width=\"384\" height=\"62\" title=\"Blackhawk_custom_header\" data-id=\"465\" src=\"https://bestcerakoteflorida.com/wp-content/uploads/2019/01/Blackhawk_custom_header.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717d1bb9\" style=\"\" wfd-id=\"446\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717d1bb6\" wfd-id=\"448\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-164179a84b8\" wfd-id=\"449\">\n<div class=\"tve-content-box-background\" wfd-id=\"459\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"450\"><div class=\"tcb-clear\" wfd-id=\"457\"><a href=\"tel:1-954-848-1911\" target=\"_blank\" rel=\"\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-162717d1bc3\" data-float=\"1\" data-link-wrap=\"1\" wfd-id=\"458\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-phone-plus-light\" data-name=\"\">\n            <path d=\"M8 128h88v88c0 4.4 3.6 8 8 8h16c4.4 0 8-3.6 8-8v-88h88c4.4 0 8-3.6 8-8v-16c0-4.4-3.6-8-8-8h-88V8c0-4.4-3.6-8-8-8h-16c-4.4 0-8 3.6-8 8v88H8c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8zM487.8 24.1L387 .8c-14.7-3.4-29.8 4.2-35.8 18.1l-46.5 108.5c-5.5 12.7-1.8 27.7 8.9 36.5l53.9 44.1c-34 69.2-90.3 125.6-159.6 159.6l-44.1-53.9c-8.8-10.7-23.8-14.4-36.5-8.9L18.9 351.3c-13.9 6-21.5 21-18.1 35.8L24 487.9C27.3 502 39.9 512 54.5 512 306.7 512 512 307.8 512 54.5c0-14.6-10-27.2-24.2-30.4zM55.1 480l-23-99.6 107.4-46 59.5 72.8c103.6-48.6 159.7-104.9 208.1-208.1l-72.8-59.5 46-107.4 99.6 23C479.7 289.7 289.6 479.7 55.1 480z\"></path>\n        </svg></div></a></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162717d1bc5\" wfd-id=\"451\"><p data-css=\"tve-u-1641333d7d1\"><a href=\"tel:1-954-848-1911\" target=\"_blank\">954-848-1911</a></p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717d1bb7\" style=\"\" wfd-id=\"435\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717d1bbc\" wfd-id=\"437\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16369305186\" wfd-id=\"438\">\n<div class=\"tve-content-box-background\" wfd-id=\"445\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16417e9d24e\" wfd-id=\"439\"><div class=\"tcb-clear\" wfd-id=\"443\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-16417e5bd95\" data-float=\"1\" wfd-id=\"444\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-envelope-regular\" data-name=\"\">\n            <path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path>\n        </svg></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-164179bced9\" wfd-id=\"440\"><p data-css=\"tve-u-1641333d7d1\"><a href=\"mailto:info@bestcerkoteflorida.com\" target=\"_blank\">info@bestcerakoteflorida.com</a></p></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-162717cb621\" data-value-type=\"percent\" wfd-id=\"386\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-162717cb620\" data-clip-id=\"c883ac5175045\" wfd-id=\"432\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-c883ac5175045\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9125, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-c883ac5175045\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9476, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-c883ac5175045\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9651, 1 1, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-162717cb609\" wfd-id=\"387\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-162717cb618\" wfd-id=\"388\"><div class=\"tcb-flex-row tcb-medium-wrap tcb-resized tcb--cols--2 v-2\" data-css=\"tve-u-162717cb617\" wfd-id=\"389\"><div class=\"tcb-flex-col\" data-css=\"tve-u-162717cb601\" style=\"\" wfd-id=\"402\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717cb60a\" wfd-id=\"404\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h1\" data-css=\"tve-u-162717cb610\" wfd-id=\"426\"><h1 data-css=\"tve-u-162717cb616\" style=\"text-align: center;\">&nbsp;Protect What\'s Important To You With The Toughest Ceramic Finish On The Market<span data-css=\"tve-u-16271ca808e\" style=\"color: rgb(0, 229, 255);\" wfd-id=\"431\"></span></h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162717cb60f\" wfd-id=\"420\"><p data-css=\"tve-u-16413112747\">We provide reliable, affordable services for your vehicle. You can choose a q<span data-css=\"tve-u-16413111ba3\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"425\">u</span>ick exterior wash or a detailed clean, we have it all.</p></div><div class=\"tcb-clear\" data-css=\"tve-u-1641791ce1a\" wfd-id=\"409\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-162717cb623\" wfd-id=\"410\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-162717cb626\" data-tcb_hover_state_parent=\"1\" wfd-id=\"419\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-162717cb624\" wfd-id=\"411\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-162717cb625\" data-tcb_hover_state_parent=\"\" data-button-style=\"full_rounded\" wfd-id=\"412\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"413\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-162717cb629\" wfd-id=\"414\"><strong>Request an appointment</strong></span></span>\n</a>\n</div></div>\n</div></div><div class=\"tcb-clear\" data-css=\"tve-u-1641791de3b\" wfd-id=\"405\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-162717cb60c\" data-tcb_hover_state_parent=\"\" data-button-style=\"ghost\" wfd-id=\"406\">\n<a href=\"#\" class=\"tcb-button-link\" target=\"_blank\">\n<span class=\"tcb-button-texts\" wfd-id=\"407\"><span class=\"tcb-button-text thrv-inline-text\" wfd-id=\"408\"><strong>Call Now: 0400-700-682</strong></span></span>\n</a>\n</div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717cb600\" style=\"\" wfd-id=\"390\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717cb60b\" wfd-id=\"392\"><div class=\"tcb-clear\" data-css=\"tve-u-16417b97d3c\" wfd-id=\"393\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve_evt_manager_listen tve_et_tve-viewport tve_ea_thrive_animation tve_anim_slide_left\" data-css=\"tve-u-162717cb608\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_left&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" data-value-type=\"percent\" wfd-id=\"394\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-162717cb605\" data-clip-id=\"7920fc765722d\" wfd-id=\"401\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-7920fc765722d\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9476, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-7920fc765722d\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9476, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-7920fc765722d\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9476, 1 1, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-162717cb606\" wfd-id=\"395\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve_evt_manager_listen tve_et_tve-viewport tve_ea_thrive_animation tve_anim_slide_left\" data-css=\"tve-u-162718f6444\" data-value-type=\"percent\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_left&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" data-float=\"1\" wfd-id=\"398\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-162718f6447\" data-clip-id=\"6d4048c9836f6\" wfd-id=\"400\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-6d4048c9836f6\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9651, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-6d4048c9836f6\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9476, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-6d4048c9836f6\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"4\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9301, 1 1, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb\" data-css=\"tve-u-162718f6446\" wfd-id=\"399\"></div>\n</div><div class=\"tcb-clear\" data-css=\"tve-u-1626ca57ca6\" wfd-id=\"396\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve_evt_manager_listen tve_et_tve-viewport tve_ea_thrive_animation tve_anim_slide_left tcb-mobile-hidden\" data-css=\"tve-u-162717cb604\" data-float=\"1\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_left&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" data-value-type=\"percent\" wfd-id=\"397\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-162717cb602\" data-clip-id=\"eab511de4ba9e\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-eab511de4ba9e\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9651, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-eab511de4ba9e\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9651, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-eab511de4ba9e\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9651, 1 1, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb\" data-css=\"tve-u-162717cb603\"></div>\n</div></div></div>\n</div></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-162717fcf9d\" data-value-type=\"percent\" wfd-id=\"325\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-162718bd0c0\" data-clip-id=\"a3b25e1c9221a\" wfd-id=\"385\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0875\"></polygon></clipPath><clipPath id=\"clip-tablet-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"6\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.1051\"></polygon></clipPath><clipPath id=\"clip-mobile-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"1\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0175\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-162718a3b40\" wfd-id=\"326\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622a159bcb\" wfd-id=\"327\">\n<div class=\"tve-content-box-background\" wfd-id=\"384\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"328\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621a2247ba\" wfd-id=\"379\"><h2 data-css=\"tve-u-1621a2e0d5b\">our services</h2></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16229f6175c\" wfd-id=\"352\"><div class=\"tcb-flex-row tcb-medium-no-wrap tcb--cols--3 v-2\" data-css=\"tve-u-162493a03b0\" wfd-id=\"353\"><div class=\"tcb-flex-col\" wfd-id=\"368\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1624939a960\" data-tcb_hover_state_parent=\"\" wfd-id=\"370\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-162493d5f13\" data-float=\"1\" wfd-id=\"378\"><svg class=\"tcb-icon\" viewBox=\"0 0 14 28\" data-name=\"bolt\">\n<path d=\"M13.828 8.844c0.172 0.187 0.219 0.453 0.109 0.688l-8.437 18.078c-0.125 0.234-0.375 0.391-0.656 0.391-0.063 0-0.141-0.016-0.219-0.031-0.344-0.109-0.547-0.438-0.469-0.766l3.078-12.625-6.344 1.578c-0.063 0.016-0.125 0.016-0.187 0.016-0.172 0-0.359-0.063-0.484-0.172-0.187-0.156-0.25-0.391-0.203-0.609l3.141-12.891c0.078-0.297 0.359-0.5 0.688-0.5h5.125c0.391 0 0.703 0.297 0.703 0.656 0 0.094-0.031 0.187-0.078 0.281l-2.672 7.234 6.188-1.531c0.063-0.016 0.125-0.031 0.187-0.031 0.203 0 0.391 0.094 0.531 0.234z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"374\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-162494b490e\" wfd-id=\"375\"><h4 data-css=\"tve-u-16249355087\" style=\"text-align: left;\">Express exterior</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162494b7ad0\" wfd-id=\"371\"><p data-css=\"tve-u-162492e70ad\">Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"361\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162493b6b63\" data-tcb_hover_state_parent=\"\" wfd-id=\"363\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b456a\" wfd-id=\"367\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"adjust\">\n<path d=\"M12 22.5v-17c-4.688 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"365\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1af44d\" wfd-id=\"366\"><h4 data-css=\"tve-u-16249358652\" style=\"text-align: left;\">Interior clean</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"364\"><p data-css=\"tve-u-162492e70ad\">Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"354\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16249373b25\" wfd-id=\"356\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b52d3\" wfd-id=\"360\"><svg class=\"tcb-icon\" viewBox=\"0 0 26 28\" data-name=\"umbrella\">\n<path d=\"M14 12.938v9.063c0 2.172-1.828 4-4 4s-4-1.828-4-4c0-0.547 0.453-1 1-1s1 0.453 1 1c0 1.047 0.953 2 2 2s2-0.953 2-2v-9.063c0.328-0.109 0.656-0.172 1-0.172s0.672 0.063 1 0.172zM26 13.359c0 0.266-0.234 0.5-0.5 0.5-0.141 0-0.25-0.063-0.359-0.156-0.906-0.844-1.75-1.437-3.047-1.437-1.484 0-2.766 0.922-3.609 2.094-0.187 0.266-0.328 0.547-0.5 0.812-0.109 0.172-0.234 0.266-0.438 0.266-0.219 0-0.344-0.094-0.453-0.266-0.172-0.266-0.313-0.547-0.5-0.812-0.844-1.172-2.109-2.094-3.594-2.094s-2.75 0.922-3.594 2.094c-0.187 0.266-0.328 0.547-0.5 0.812-0.109 0.172-0.234 0.266-0.453 0.266-0.203 0-0.328-0.094-0.438-0.266-0.172-0.266-0.313-0.547-0.5-0.812-0.844-1.172-2.125-2.094-3.609-2.094-1.297 0-2.141 0.594-3.047 1.437-0.109 0.094-0.219 0.156-0.359 0.156-0.266 0-0.5-0.234-0.5-0.5 0-0.047 0-0.078 0.016-0.109 1.437-5.906 7.141-9.25 12.984-9.25 5.812 0 11.578 3.344 12.984 9.25 0.016 0.031 0.016 0.063 0.016 0.109zM14 2v1.531c-0.328-0.016-0.672-0.031-1-0.031s-0.672 0.016-1 0.031v-1.531c0-0.547 0.453-1 1-1s1 0.453 1 1z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"358\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b01a6\" wfd-id=\"359\"><h4 data-css=\"tve-u-1624935a201\" style=\"text-align: left;\">Wax protection</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"357\"><p data-css=\"tve-u-162492e70ad\">Etiam pharetra, erat sed fermentum feugiat, velit mauris</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16249367114\" wfd-id=\"329\"><div class=\"tcb-flex-row tcb-medium-no-wrap tcb--cols--3 v-2\" data-css=\"tve-u-16229ffbb7b\" wfd-id=\"330\"><div class=\"tcb-flex-col\" wfd-id=\"345\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229fa6a26\" wfd-id=\"347\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b33f9\" wfd-id=\"351\"><svg class=\"tcb-icon\" viewBox=\"0 0 26 28\" data-name=\"magic\">\n<path d=\"M18.594 9.078l4.578-4.578-1.672-1.672-4.578 4.578zM25.578 4.5c0 0.266-0.094 0.516-0.281 0.703l-20.094 20.094c-0.187 0.187-0.438 0.281-0.703 0.281s-0.516-0.094-0.703-0.281l-3.094-3.094c-0.187-0.187-0.281-0.438-0.281-0.703s0.094-0.516 0.281-0.703l20.094-20.094c0.187-0.187 0.438-0.281 0.703-0.281s0.516 0.094 0.703 0.281l3.094 3.094c0.187 0.187 0.281 0.438 0.281 0.703zM4.469 1.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531zM9.938 4.062l3.063 0.938-3.063 0.938-0.938 3.063-0.938-3.063-3.063-0.938 3.063-0.938 0.938-3.063zM24.469 11.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531zM14.469 1.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"349\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b0a67\" wfd-id=\"350\"><h4 data-css=\"tve-u-16248fc42a1\" style=\"text-align: left;\">Dust &amp; Dash Console</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"348\"><p data-css=\"tve-u-162492e70ad\">Duis sed odio sit amet nibh vulputate cursus a sit amet mauris.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"338\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1622f65ba70\" wfd-id=\"340\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b60b4\" wfd-id=\"344\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"certificate\">\n<path d=\"M21.5 14l2.156 2.109c0.297 0.281 0.406 0.703 0.313 1.094-0.109 0.391-0.422 0.703-0.812 0.797l-2.938 0.75 0.828 2.906c0.109 0.391 0 0.812-0.297 1.094-0.281 0.297-0.703 0.406-1.094 0.297l-2.906-0.828-0.75 2.938c-0.094 0.391-0.406 0.703-0.797 0.812-0.094 0.016-0.203 0.031-0.297 0.031-0.297 0-0.594-0.125-0.797-0.344l-2.109-2.156-2.109 2.156c-0.281 0.297-0.703 0.406-1.094 0.313-0.406-0.109-0.703-0.422-0.797-0.812l-0.75-2.938-2.906 0.828c-0.391 0.109-0.812 0-1.094-0.297-0.297-0.281-0.406-0.703-0.297-1.094l0.828-2.906-2.938-0.75c-0.391-0.094-0.703-0.406-0.812-0.797-0.094-0.391 0.016-0.812 0.313-1.094l2.156-2.109-2.156-2.109c-0.297-0.281-0.406-0.703-0.313-1.094 0.109-0.391 0.422-0.703 0.812-0.797l2.938-0.75-0.828-2.906c-0.109-0.391 0-0.812 0.297-1.094 0.281-0.297 0.703-0.406 1.094-0.297l2.906 0.828 0.75-2.938c0.094-0.391 0.406-0.703 0.797-0.797 0.391-0.109 0.812 0 1.094 0.297l2.109 2.172 2.109-2.172c0.281-0.297 0.688-0.406 1.094-0.297 0.391 0.094 0.703 0.406 0.797 0.797l0.75 2.938 2.906-0.828c0.391-0.109 0.812 0 1.094 0.297 0.297 0.281 0.406 0.703 0.297 1.094l-0.828 2.906 2.938 0.75c0.391 0.094 0.703 0.406 0.812 0.797 0.094 0.391-0.016 0.812-0.313 1.094z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"342\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b12d8\" wfd-id=\"343\"><h4 data-css=\"tve-u-1625389a3d5\" style=\"text-align: left;\">Triple Foam Polish</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"341\"><p data-css=\"tve-u-162492e70ad\">Class aptent taciti sociosqu ad litora torquent</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"331\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229fa8c68\" wfd-id=\"333\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-16271adf6cf\" wfd-id=\"337\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"bullseye\">\n<path d=\"M16 14c0 2.203-1.797 4-4 4s-4-1.797-4-4 1.797-4 4-4 4 1.797 4 4zM18 14c0-3.313-2.688-6-6-6s-6 2.688-6 6 2.688 6 6 6 6-2.688 6-6zM20 14c0 4.422-3.578 8-8 8s-8-3.578-8-8 3.578-8 8-8 8 3.578 8 8zM22 14c0-5.516-4.484-10-10-10s-10 4.484-10 10 4.484 10 10 10 10-4.484 10-10zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"335\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-16248fc71c8\" wfd-id=\"336\"><h4 data-css=\"tve-u-1625389b4ed\" style=\"text-align: left;\">Tire dressing</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"334\"><p data-css=\"tve-u-162492e70ad\">Etiam pharetra, erat sed fermentum feugiat, velit mauris</p></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621ad46076\" wfd-id=\"293\">\n<div class=\"tve-page-section-out\" wfd-id=\"324\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621b072b4e\" wfd-id=\"294\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621a8b2488\" wfd-id=\"295\"><div class=\"tcb-flex-row tcb--cols--2 v-2\" data-css=\"tve-u-1621a8a804b\" wfd-id=\"296\"><div class=\"tcb-flex-col\" wfd-id=\"306\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16271bfe70c\" wfd-id=\"308\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h3\" data-css=\"tve-u-1621a8c4313\" wfd-id=\"323\"><h3><strong>Complete cleaning services for yoâ€‹ur car</strong></h3></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-16417b70f47\" wfd-id=\"309\"><ul class=\"tcb-styled-list\" wfd-id=\"310\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621acf0289\" wfd-id=\"319\"><div class=\"tcb-styled-list-icon\" wfd-id=\"321\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a8e11f3\" wfd-id=\"322\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ace1b08\" wfd-id=\"320\">We are a small business delivering professional cleaning services for all vehicles</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621acf64fb\" wfd-id=\"315\"><div class=\"tcb-styled-list-icon\" wfd-id=\"317\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a8e5625\" wfd-id=\"318\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ace4de9\" wfd-id=\"316\">Our services are convenient for individuals and corporate fleets</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"311\"><div class=\"tcb-styled-list-icon\" wfd-id=\"313\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a9076ef\" wfd-id=\"314\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621acf47d2\" wfd-id=\"312\">We use eco-friendly products that actually clean, protect and maintain your car better than the traditional cleaning substances</span></li></ul></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"297\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621a90a46f\" wfd-id=\"299\"><div class=\"thrv_wrapper thrv-fill-counter tve_red tve_normalfc thrv_data_element\" data-css=\"tve-u-1621a983587\" wfd-id=\"300\">\n<div class=\"tve_fill_counter_n\" style=\"\" data-fill=\"100\" data-css=\"tve-u-1621a98b602\" wfd-id=\"301\">\n<svg viewBox=\"0 0 170 170\" class=\"tve_fill_counter_circle\" shape-rendering=\"optimizeSpeed\" data-css=\"tve-u-1621a9a2862\">\n<circle class=\"tve_fill_counter_circle_inner\" r=\"85\" cx=\"85\" cy=\"85\" data-css=\"tve-u-1621a9685d4\"></circle>\n</svg>\n<div class=\"tve_fill_text_in\" data-css=\"tve-u-1621a96b190\" wfd-id=\"302\">\n<div class=\"tve_fill_text_value\" data-css=\"tve-u-1621a9a2866\" wfd-id=\"304\">\n<div class=\"thrv-inline-text tve_fill_text tve_editable\" data-css=\"tve-u-1621a9a2867\" wfd-id=\"305\"><strong>100%â€‹</strong></div>\n</div>\n<div class=\"thrv-inline-text tve_editable tve_data_element_label\" data-css=\"tve-u-1621a9750ae\" wfd-id=\"303\">Clean car</div>\n</div>\n</div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621ada1e7f\" data-value-type=\"percent\" wfd-id=\"257\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621adba9ef\" data-clip-id=\"52d5a36c151aa\" wfd-id=\"292\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-52d5a36c151aa\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0875\"></polygon></clipPath><clipPath id=\"clip-tablet-top-52d5a36c151aa\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0524\"></polygon></clipPath><clipPath id=\"clip-mobile-top-52d5a36c151aa\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0349\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621ad420c4\" wfd-id=\"258\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621ade6172\" wfd-id=\"259\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2 tcb-row-reversed-mobile tcb-mobile-edit v-2\" data-css=\"tve-u-1621adea58b\" wfd-id=\"260\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621b064646\" style=\"\" wfd-id=\"286\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ae0bec7\" wfd-id=\"288\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ae4fd21\" data-value-type=\"percent\" data-float=\"1\" wfd-id=\"289\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621ae6c8da\" data-clip-id=\"aa2c3e3c70555\" wfd-id=\"291\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0349\"></polygon></clipPath><clipPath id=\"clip-tablet-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"4\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0699\"></polygon></clipPath><clipPath id=\"clip-mobile-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"4\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0699\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb\" data-css=\"tve-u-1621ae4db6e\" wfd-id=\"290\"></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621b064668\" style=\"\" wfd-id=\"261\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621f45bed3\" wfd-id=\"263\"><div class=\"tcb-clear\" data-css=\"tve-u-16224848ee5\" wfd-id=\"284\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621afceb00\" wfd-id=\"285\"><h2 data-css=\"tve-u-1621afcc0bf\">Check Out Our Special Offer!</h2></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621afda4fa\" wfd-id=\"283\"><p data-css=\"tve-u-1621afd8c98\">Donâ€™t miss the opportunity to get 50% discount on a complete cleaning just by recommending us to a friend. Bring someone you know with you and clean you car half price!</p></div><div class=\"tcb-clear\" data-css=\"tve-u-16224834cab\" wfd-id=\"264\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621fe85996\" wfd-id=\"265\"><div class=\"tcb-flex-row tcb--cols--2 tcb-resized tcb-medium-wrap tcb-desktop-wrap\" data-css=\"tve-u-1621fe78878\" wfd-id=\"266\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621fe94086\" style=\"\" wfd-id=\"274\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"276\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621b01355a\" wfd-id=\"277\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621b08fdde\" data-tcb_hover_state_parent=\"1\" wfd-id=\"282\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16223f02c16\" wfd-id=\"278\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-1620af7eb3f\" data-tcb_hover_state_parent=\"\" data-button-style=\"full_rounded\" wfd-id=\"279\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"280\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-16228c75500\" wfd-id=\"281\"><strong>Request an appointment</strong></span></span>\n</a>\n</div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621fe940b9\" style=\"\" wfd-id=\"267\"><div class=\"tcb-col\" wfd-id=\"269\"><div class=\"tcb-clear\" data-css=\"tve-u-16224716d62\" wfd-id=\"270\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-1621b028939\" data-tcb_hover_state_parent=\"\" data-button-style=\"ghost\" wfd-id=\"271\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"272\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-16228c764b2\" wfd-id=\"273\"><strong>Call Now: 0400-700-682</strong></span></span>\n</a>\n</div></div></div></div></div></div></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16260ba2fa4\" wfd-id=\"164\">\n<div class=\"tve-page-section-out\" wfd-id=\"256\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16260be7104\" wfd-id=\"165\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621b0e4fb7\" wfd-id=\"255\"><h2 data-css=\"tve-u-1621b10fccf\" style=\"text-align: center;\">our happy clients</h2></div><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641367127b\" data-float=\"1\" wfd-id=\"254\"><svg class=\"tcb-icon\" viewBox=\"0 0 30 32\" data-name=\"quote-left\">\n<path d=\"M13.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429zM29.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641367e553\" wfd-id=\"253\"><svg class=\"tcb-icon\" viewBox=\"0 0 30 32\" data-name=\"quote-left\">\n<path d=\"M13.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429zM29.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a10d3b4\" wfd-id=\"224\">\n<div class=\"tve-content-box-background\" wfd-id=\"252\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"225\"><div class=\"tcb-clear\" data-css=\"tve-u-1621b300a64\" wfd-id=\"250\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-1621f154231\" wfd-id=\"251\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621b200375\" wfd-id=\"228\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-16260d8392c\" wfd-id=\"229\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"234\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"236\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16417b62c09\" wfd-id=\"237\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-16260d8396c\" wfd-id=\"238\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16260d01208\" style=\"\" wfd-id=\"244\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"246\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"247\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16225617da3\" wfd-id=\"249\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"248\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16260d0120e\" style=\"\" wfd-id=\"239\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"241\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"243\"><h5>Brett Graham, 28</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"242\"><h6 class=\"\">Architect</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"230\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"232\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"233\"><p data-css=\"tve-u-162539c17ec\">Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit. Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit.&nbsp;</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-16260c5ff0c\" wfd-id=\"226\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260c5ff07\" wfd-id=\"227\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a12f675\" wfd-id=\"195\">\n<div class=\"tve-content-box-background\" wfd-id=\"223\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"196\"><div class=\"tcb-clear\" data-css=\"tve-u-16260cd7683\" wfd-id=\"221\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260d73672\" wfd-id=\"222\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16260da3aa7\" wfd-id=\"199\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-1621fb68b97\" wfd-id=\"200\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"205\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"207\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16417b662bf\" wfd-id=\"208\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-1621fb65556\" wfd-id=\"209\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16229915e1a\" style=\"\" wfd-id=\"215\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"217\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"218\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16260c433e9\" wfd-id=\"220\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"219\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16229915e4e\" style=\"\" wfd-id=\"210\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"212\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"214\"><h5>Rosie Hanson, 24</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"213\"><h6 class=\"\">Real estate Associate</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"201\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"203\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"204\"><p data-css=\"tve-u-162539c17ec\">Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo.</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-16260d3b97e\" wfd-id=\"197\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260d39b83\" wfd-id=\"198\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a146aef\" wfd-id=\"166\">\n<div class=\"tve-content-box-background\" wfd-id=\"194\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"167\"><div class=\"tcb-clear\" data-css=\"tve-u-16260cd7683\" wfd-id=\"192\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260cd622f\" wfd-id=\"193\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16260c39a7e\" wfd-id=\"170\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-16260d3f4aa\" wfd-id=\"171\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"176\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"178\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621fbacc60\" wfd-id=\"179\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-16260d3f4af\" wfd-id=\"180\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16229915e1a\" style=\"\" wfd-id=\"186\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"188\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"189\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16260d5e4b8\" wfd-id=\"191\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"190\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16229915e4e\" style=\"\" wfd-id=\"181\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"183\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"185\"><h5>Shawn Mattews, 35</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"184\"><h6 class=\"\">project manager</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"172\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"174\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"175\"><p data-css=\"tve-u-162539c17ec\">Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo. Nullam ac urna eu felis.Sed non neque elit. Sed ut imperdiet nisi. Proin condimentum</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1621b30ca74\" wfd-id=\"168\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-1621f15b521\" wfd-id=\"169\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621b3c8c52\" wfd-id=\"60\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621b3cfc7b\" wfd-id=\"163\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621b3c74d9\" wfd-id=\"61\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621e7b695a\" wfd-id=\"162\"><h2 data-css=\"tve-u-1621e7a7350\" style=\"text-align: center;\">our offers</h2></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621e7c899a\" wfd-id=\"62\"><div class=\"tcb-flex-row tcb--cols--3 tcb-medium-wrap v-2\" data-css=\"tve-u-1621e7c7aa1\" wfd-id=\"63\"><div class=\"tcb-flex-col\" wfd-id=\"126\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16223fc9f23\" wfd-id=\"128\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e7ceab3\" style=\"\" wfd-id=\"129\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16416e4fafd\" wfd-id=\"161\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e7d5094\" wfd-id=\"130\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e7e9950\" data-value-type=\"percent\" style=\"\" wfd-id=\"157\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e7edfd9\" data-clip-id=\"10ffac3b28f1d\" wfd-id=\"160\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-10ffac3b28f1d\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-10ffac3b28f1d\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e7e6c1d\" wfd-id=\"158\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-16417b4cb9e\" wfd-id=\"159\"><h4 data-css=\"tve-u-1621fe1a1af\" style=\"text-align: center;\"><strong>Basic Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ec6c39b\" data-float=\"1\" wfd-id=\"153\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e81f424\" wfd-id=\"156\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec752da\" wfd-id=\"154\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"155\"><h4 data-css=\"tve-u-1621fe1bd18\" style=\"text-align: center;\"><strong>15$</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621ea50702\" wfd-id=\"131\"><ul class=\"tcb-styled-list\" wfd-id=\"132\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec3a5c0\" wfd-id=\"149\"><div class=\"tcb-styled-list-icon\" wfd-id=\"151\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec204df\" wfd-id=\"152\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec241aa\" wfd-id=\"150\">Interior vacuum</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"145\"><div class=\"tcb-styled-list-icon\" wfd-id=\"147\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec20f68\" wfd-id=\"148\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec2704c\" wfd-id=\"146\">Dust &amp;dash console</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec42aa7\" wfd-id=\"141\"><div class=\"tcb-styled-list-icon\" wfd-id=\"143\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec21a31\" wfd-id=\"144\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec298ab\" wfd-id=\"142\">Hand towel dry</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec43fe2\" wfd-id=\"137\"><div class=\"tcb-styled-list-icon\" wfd-id=\"139\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ea1fba7\" wfd-id=\"140\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea23322\" wfd-id=\"138\">Clean windows</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec454d9\" wfd-id=\"133\"><div class=\"tcb-styled-list-icon\" wfd-id=\"135\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ea295c0\" wfd-id=\"136\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea2c69a\" wfd-id=\"134\">Soft cloth wash</span></li></ul></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"95\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"97\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621eb81205\" style=\"\" wfd-id=\"98\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16416e603ab\" wfd-id=\"125\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621eb7ccb0\" wfd-id=\"99\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ebbbb6d\" data-value-type=\"percent\" wfd-id=\"121\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eaaedd8\" data-clip-id=\"a2b9cf3198d6f\" wfd-id=\"124\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-a2b9cf3198d6f\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-a2b9cf3198d6f\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec7f21a\" wfd-id=\"122\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e930bd7\" wfd-id=\"123\"><h4 data-css=\"tve-u-1621e92e97f\" style=\"text-align: center;\"><strong>Ultimate Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ec78d2c\" data-float=\"1\" wfd-id=\"117\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eab272c\" wfd-id=\"120\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec79a7d\" wfd-id=\"118\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"119\"><h4 data-css=\"tve-u-1621e942b65\" style=\"text-align: center;\"><strong>22 $</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621ebfa746\" wfd-id=\"114\"><p data-css=\"tve-u-1621f4ceaf6\" style=\"text-align: center;\">Includes basic service <span data-css=\"tve-u-1621f4ceaf7\" style=\"color: rgb(15, 29, 123);\" wfd-id=\"115\"><strong class=\"\"><span data-css=\"tve-u-1621f4ceafb\" wfd-id=\"116\">+</span></strong></span></p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621ebf340c\" wfd-id=\"100\"><ul class=\"tcb-styled-list\" wfd-id=\"101\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-164137a0b1f\" wfd-id=\"110\"><div class=\"tcb-styled-list-icon\" wfd-id=\"112\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec0c5bd\" wfd-id=\"113\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ebfe4ce\" wfd-id=\"111\">Triple foam conditiner</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec04541\" wfd-id=\"106\"><div class=\"tcb-styled-list-icon\" wfd-id=\"108\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec09a3c\" wfd-id=\"109\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ebff867\" wfd-id=\"107\">Tire dressing</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec05cc3\" wfd-id=\"102\"><div class=\"tcb-styled-list-icon\" wfd-id=\"104\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec15f6e\" wfd-id=\"105\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec009a8\" wfd-id=\"103\">Air freshner</span></li></ul></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"64\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16223dad661\" wfd-id=\"66\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621fd9c946\" style=\"\" wfd-id=\"67\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e7d234c\" wfd-id=\"94\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621fd84d7b\" wfd-id=\"68\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16223b080b0\" data-value-type=\"percent\" wfd-id=\"90\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eb3eb9f\" data-clip-id=\"ac98bb0e54b3b\" wfd-id=\"93\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621fd8766c\" wfd-id=\"91\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e930bd7\" wfd-id=\"92\"><h4 data-css=\"tve-u-1621fe1587d\" style=\"text-align: center;\"><strong>Supreme Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e8107f3\" wfd-id=\"86\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eb43d8d\" wfd-id=\"89\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e819c52\" wfd-id=\"87\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"88\"><h4 data-css=\"tve-u-1621fe1725e\" style=\"text-align: center;\"><strong>30 $</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621eb037bb\" wfd-id=\"83\"><p data-css=\"tve-u-1621f4d0451\" style=\"text-align: center;\">Includes ultimate service <span data-css=\"tve-u-1621eaff572\" style=\"color: rgb(15, 29, 123);\" wfd-id=\"84\"><strong class=\"\"><span data-css=\"tve-u-1621eb01b60\" wfd-id=\"85\">+</span></strong></span></p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621eacf6af\" wfd-id=\"69\"><ul class=\"tcb-styled-list\" wfd-id=\"70\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec36a4d\" wfd-id=\"79\"><div class=\"tcb-styled-list-icon\" wfd-id=\"81\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e9993aa\" wfd-id=\"82\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea1a5d7\" wfd-id=\"80\">Exterior trim dressing</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"75\"><div class=\"tcb-styled-list-icon\" wfd-id=\"77\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e99b1db\" wfd-id=\"78\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea19a06\" wfd-id=\"76\">Hand applied spray wax</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec37ea5\" wfd-id=\"71\"><div class=\"tcb-styled-list-icon\" wfd-id=\"73\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e99c314\" wfd-id=\"74\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea18c5d\" wfd-id=\"72\">Interior conditioner</span></li></ul></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621efddaaf\" wfd-id=\"39\">\n<div class=\"tve-page-section-out\" wfd-id=\"59\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621edf8048\" wfd-id=\"40\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621f114214\" wfd-id=\"41\"><div class=\"tcb-flex-row tcb-resized tcb-mobile-edit tcb--cols--2\" data-css=\"tve-u-1621ee03000\" wfd-id=\"42\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621ee4be21\" style=\"\" wfd-id=\"47\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ee093d4\" wfd-id=\"49\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ee3afec\" wfd-id=\"53\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621ee58e74\" wfd-id=\"58\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ee37f4a\" wfd-id=\"54\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1621ee74a24\" wfd-id=\"57\"><svg class=\"tcb-icon\" viewBox=\"0 0 16 28\" data-name=\"map-marker\">\n<path d=\"M12 10c0-2.203-1.797-4-4-4s-4 1.797-4 4 1.797 4 4 4 4-1.797 4-4zM16 10c0 0.953-0.109 1.937-0.516 2.797l-5.688 12.094c-0.328 0.688-1.047 1.109-1.797 1.109s-1.469-0.422-1.781-1.109l-5.703-12.094c-0.406-0.859-0.516-1.844-0.516-2.797 0-4.422 3.578-8 8-8s8 3.578 8 8z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621ee63e1c\" wfd-id=\"56\"><h2 data-css=\"tve-u-1621fdcb4ea\" style=\"text-align: center;\">contact us</h2></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16422a1ce91\" wfd-id=\"55\"><p data-css=\"tve-u-16422a1ce94\" style=\"text-align: left;\">Your adress goes here</p><p data-css=\"tve-u-16422a1ce93\" style=\"text-align: left;\">Phone: 0400 - 700 - 682</p><p data-css=\"tve-u-16422a1ce92\" style=\"text-align: left;\">Email: our_office@gmail.com</p></div></div>\n</div><div class=\"tcb-clear\" data-css=\"tve-u-16417c828be\" wfd-id=\"50\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_slide_left\" data-css=\"tve-u-1621ef118dc\" style=\"\" wfd-id=\"51\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"52\"><img class=\"tve_image tve_evt_manager_listen tve_et_tve-viewport wp-image-21388\" alt=\"\" width=\"567\" height=\"384\" title=\"Car wash img footer\" data-id=\"21388\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-img-footer.png\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_left&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" style=\"width: 100%;\"></span></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621ee4be73\" style=\"\" wfd-id=\"43\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ee22c43\" wfd-id=\"45\"><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-1621ee18a1c\" wfd-id=\"46\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=New York&amp;t=m&amp;z=5&amp;output=embed&amp;iwloc=near\"></iframe>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621f0aa8f7\" wfd-id=\"26\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621f0ada0e\" wfd-id=\"38\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621f0b0088\" wfd-id=\"27\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621f0d2c1a\" wfd-id=\"28\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-1621f0cbe40\" wfd-id=\"29\"><div class=\"tcb-flex-col\" wfd-id=\"34\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"36\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621f0da775\" wfd-id=\"37\"><p data-css=\"tve-u-1622444fb11\">Â© 2018, Your company name . All rights reserved.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"30\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"32\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16223fe5f5b\" wfd-id=\"33\"><p data-css=\"tve-u-1621f0d874c\" style=\"text-align: right;\">Made with <a href=\"https://thrivethemes.com/\" target=\"_blank\">Thrive Architect</a></p></div></div></div></div></div></div>\n</div>\n\n'),(6636,553,'tve_revision_tve_has_wistia_popover','0'),(6637,554,'tve_revision_tve_landing_page','tcb2-thrivebiz-car-wash'),(6638,554,'tve_revision_tve_landing_set',''),(6639,554,'tve_revision_tve_disable_theme_dependency','1'),(6640,554,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-162717d1bbe\" wfd-id=\"433\"><div class=\"tcb-flex-row tcb-medium-no-wrap v-2 tcb--cols--3 m-edit tcb-mobile-wrap\" data-css=\"tve-u-162717d1bbf\" wfd-id=\"434\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1695981e7bb\" wfd-id=\"460\"><div class=\"tcb-col\" data-css=\"tve-u-16959846d3d\" wfd-id=\"462\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16959822de2\" wfd-id=\"463\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"464\"><img class=\"tve_image wp-image-465\" alt=\"\" width=\"384\" height=\"62\" title=\"Blackhawk_custom_header\" data-id=\"465\" src=\"https://bestcerakoteflorida.com/wp-content/uploads/2019/01/Blackhawk_custom_header.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717d1bb9\" style=\"\" wfd-id=\"446\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717d1bb6\" wfd-id=\"448\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-164179a84b8\" wfd-id=\"449\">\n<div class=\"tve-content-box-background\" wfd-id=\"459\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"450\"><div class=\"tcb-clear\" wfd-id=\"457\"><a href=\"tel:1-954-848-1911\" target=\"_blank\" rel=\"\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-162717d1bc3\" data-float=\"1\" data-link-wrap=\"1\" wfd-id=\"458\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-phone-plus-light\" data-name=\"\">\n            <path d=\"M8 128h88v88c0 4.4 3.6 8 8 8h16c4.4 0 8-3.6 8-8v-88h88c4.4 0 8-3.6 8-8v-16c0-4.4-3.6-8-8-8h-88V8c0-4.4-3.6-8-8-8h-16c-4.4 0-8 3.6-8 8v88H8c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8zM487.8 24.1L387 .8c-14.7-3.4-29.8 4.2-35.8 18.1l-46.5 108.5c-5.5 12.7-1.8 27.7 8.9 36.5l53.9 44.1c-34 69.2-90.3 125.6-159.6 159.6l-44.1-53.9c-8.8-10.7-23.8-14.4-36.5-8.9L18.9 351.3c-13.9 6-21.5 21-18.1 35.8L24 487.9C27.3 502 39.9 512 54.5 512 306.7 512 512 307.8 512 54.5c0-14.6-10-27.2-24.2-30.4zM55.1 480l-23-99.6 107.4-46 59.5 72.8c103.6-48.6 159.7-104.9 208.1-208.1l-72.8-59.5 46-107.4 99.6 23C479.7 289.7 289.6 479.7 55.1 480z\"></path>\n        </svg></div></a></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162717d1bc5\" wfd-id=\"451\"><p data-css=\"tve-u-1641333d7d1\"><a href=\"tel:1-954-848-1911\" target=\"_blank\">954-848-1911</a></p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717d1bb7\" style=\"\" wfd-id=\"435\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717d1bbc\" wfd-id=\"437\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16369305186\" wfd-id=\"438\">\n<div class=\"tve-content-box-background\" wfd-id=\"445\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16417e9d24e\" wfd-id=\"439\"><div class=\"tcb-clear\" wfd-id=\"443\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-16417e5bd95\" data-float=\"1\" wfd-id=\"444\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-envelope-regular\" data-name=\"\">\n            <path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path>\n        </svg></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-164179bced9\" wfd-id=\"440\"><p data-css=\"tve-u-1641333d7d1\"><a href=\"mailto:info@bestcerkoteflorida.com\" target=\"_blank\">info@bestcerakoteflorida.com</a></p></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-162717cb621\" data-value-type=\"percent\" wfd-id=\"386\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-162717cb620\" data-clip-id=\"c883ac5175045\" wfd-id=\"432\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-c883ac5175045\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9125, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-c883ac5175045\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9476, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-c883ac5175045\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9651, 1 1, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-162717cb609\" wfd-id=\"387\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-162717cb618\" wfd-id=\"388\"><div class=\"tcb-flex-row tcb-medium-wrap tcb-resized tcb--cols--2 v-2\" data-css=\"tve-u-162717cb617\" wfd-id=\"389\"><div class=\"tcb-flex-col\" data-css=\"tve-u-162717cb601\" style=\"\" wfd-id=\"402\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717cb60a\" wfd-id=\"404\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h1\" data-css=\"tve-u-162717cb610\" wfd-id=\"426\"><h1 data-css=\"tve-u-162717cb616\" style=\"text-align: center;\">&nbsp;Protect What\'s Important To You With The Toughest Ceramic Finish On The Market<span data-css=\"tve-u-16271ca808e\" style=\"color: rgb(0, 229, 255);\" wfd-id=\"431\"></span></h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162717cb60f\" wfd-id=\"420\"><p data-css=\"tve-u-16413112747\">We provide reliable, affordable services for your vehicle. You can choose a q<span data-css=\"tve-u-16413111ba3\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"425\">u</span>ick exterior wash or a detailed clean, we have it all.</p></div><div class=\"tcb-clear\" data-css=\"tve-u-1641791ce1a\" wfd-id=\"409\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-162717cb623\" wfd-id=\"410\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-162717cb626\" data-tcb_hover_state_parent=\"1\" wfd-id=\"419\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-162717cb624\" wfd-id=\"411\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-162717cb625\" data-tcb_hover_state_parent=\"\" data-button-style=\"full_rounded\" wfd-id=\"412\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"413\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-162717cb629\" wfd-id=\"414\"><strong>Request an appointment</strong></span></span>\n</a>\n</div></div>\n</div></div><div class=\"tcb-clear\" data-css=\"tve-u-1641791de3b\" wfd-id=\"405\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-162717cb60c\" data-tcb_hover_state_parent=\"\" data-button-style=\"ghost\" wfd-id=\"406\">\n<a href=\"#\" class=\"tcb-button-link\" target=\"_blank\">\n<span class=\"tcb-button-texts\" wfd-id=\"407\"><span class=\"tcb-button-text thrv-inline-text\" wfd-id=\"408\"><strong>Call Now: 0400-700-682</strong></span></span>\n</a>\n</div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717cb600\" style=\"\" wfd-id=\"390\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717cb60b\" wfd-id=\"392\"><div class=\"tcb-clear\" data-css=\"tve-u-16417b97d3c\" wfd-id=\"393\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve_evt_manager_listen tve_et_tve-viewport tve_ea_thrive_animation tve_anim_slide_left\" data-css=\"tve-u-162717cb608\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_left&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" data-value-type=\"percent\" wfd-id=\"394\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-162717cb605\" data-clip-id=\"7920fc765722d\" wfd-id=\"401\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-7920fc765722d\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9476, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-7920fc765722d\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9476, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-7920fc765722d\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9476, 1 1, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-162717cb606\" wfd-id=\"395\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve_evt_manager_listen tve_et_tve-viewport tve_ea_thrive_animation tve_anim_slide_left\" data-css=\"tve-u-162718f6444\" data-value-type=\"percent\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_left&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" data-float=\"1\" wfd-id=\"398\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-162718f6447\" data-clip-id=\"6d4048c9836f6\" wfd-id=\"400\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-6d4048c9836f6\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9651, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-6d4048c9836f6\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9476, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-6d4048c9836f6\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"4\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9301, 1 1, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb\" data-css=\"tve-u-162718f6446\" wfd-id=\"399\"></div>\n</div><div class=\"tcb-clear\" data-css=\"tve-u-1626ca57ca6\" wfd-id=\"396\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve_evt_manager_listen tve_et_tve-viewport tve_ea_thrive_animation tve_anim_slide_left tcb-mobile-hidden\" data-css=\"tve-u-162717cb604\" data-float=\"1\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_left&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" data-value-type=\"percent\" wfd-id=\"397\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-162717cb602\" data-clip-id=\"eab511de4ba9e\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-eab511de4ba9e\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9651, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-eab511de4ba9e\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9651, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-eab511de4ba9e\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9651, 1 1, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb\" data-css=\"tve-u-162717cb603\"></div>\n</div></div></div>\n</div></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-162717fcf9d\" data-value-type=\"percent\" wfd-id=\"325\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-162718bd0c0\" data-clip-id=\"a3b25e1c9221a\" wfd-id=\"385\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0875\"></polygon></clipPath><clipPath id=\"clip-tablet-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"6\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.1051\"></polygon></clipPath><clipPath id=\"clip-mobile-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"1\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0175\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-162718a3b40\" wfd-id=\"326\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622a159bcb\" wfd-id=\"327\">\n<div class=\"tve-content-box-background\" wfd-id=\"384\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"328\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621a2247ba\" wfd-id=\"379\"><h2 data-css=\"tve-u-1621a2e0d5b\">our services</h2></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16229f6175c\" wfd-id=\"352\"><div class=\"tcb-flex-row tcb-medium-no-wrap tcb--cols--3 v-2\" data-css=\"tve-u-162493a03b0\" wfd-id=\"353\"><div class=\"tcb-flex-col\" wfd-id=\"368\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1624939a960\" data-tcb_hover_state_parent=\"\" wfd-id=\"370\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-162493d5f13\" data-float=\"1\" wfd-id=\"378\"><svg class=\"tcb-icon\" viewBox=\"0 0 14 28\" data-name=\"bolt\">\n<path d=\"M13.828 8.844c0.172 0.187 0.219 0.453 0.109 0.688l-8.437 18.078c-0.125 0.234-0.375 0.391-0.656 0.391-0.063 0-0.141-0.016-0.219-0.031-0.344-0.109-0.547-0.438-0.469-0.766l3.078-12.625-6.344 1.578c-0.063 0.016-0.125 0.016-0.187 0.016-0.172 0-0.359-0.063-0.484-0.172-0.187-0.156-0.25-0.391-0.203-0.609l3.141-12.891c0.078-0.297 0.359-0.5 0.688-0.5h5.125c0.391 0 0.703 0.297 0.703 0.656 0 0.094-0.031 0.187-0.078 0.281l-2.672 7.234 6.188-1.531c0.063-0.016 0.125-0.031 0.187-0.031 0.203 0 0.391 0.094 0.531 0.234z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"374\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-162494b490e\" wfd-id=\"375\"><h4 data-css=\"tve-u-16249355087\" style=\"text-align: left;\">Express exterior</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162494b7ad0\" wfd-id=\"371\"><p data-css=\"tve-u-162492e70ad\">Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"361\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162493b6b63\" data-tcb_hover_state_parent=\"\" wfd-id=\"363\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b456a\" wfd-id=\"367\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"adjust\">\n<path d=\"M12 22.5v-17c-4.688 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"365\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1af44d\" wfd-id=\"366\"><h4 data-css=\"tve-u-16249358652\" style=\"text-align: left;\">Interior clean</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"364\"><p data-css=\"tve-u-162492e70ad\">Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"354\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16249373b25\" wfd-id=\"356\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b52d3\" wfd-id=\"360\"><svg class=\"tcb-icon\" viewBox=\"0 0 26 28\" data-name=\"umbrella\">\n<path d=\"M14 12.938v9.063c0 2.172-1.828 4-4 4s-4-1.828-4-4c0-0.547 0.453-1 1-1s1 0.453 1 1c0 1.047 0.953 2 2 2s2-0.953 2-2v-9.063c0.328-0.109 0.656-0.172 1-0.172s0.672 0.063 1 0.172zM26 13.359c0 0.266-0.234 0.5-0.5 0.5-0.141 0-0.25-0.063-0.359-0.156-0.906-0.844-1.75-1.437-3.047-1.437-1.484 0-2.766 0.922-3.609 2.094-0.187 0.266-0.328 0.547-0.5 0.812-0.109 0.172-0.234 0.266-0.438 0.266-0.219 0-0.344-0.094-0.453-0.266-0.172-0.266-0.313-0.547-0.5-0.812-0.844-1.172-2.109-2.094-3.594-2.094s-2.75 0.922-3.594 2.094c-0.187 0.266-0.328 0.547-0.5 0.812-0.109 0.172-0.234 0.266-0.453 0.266-0.203 0-0.328-0.094-0.438-0.266-0.172-0.266-0.313-0.547-0.5-0.812-0.844-1.172-2.125-2.094-3.609-2.094-1.297 0-2.141 0.594-3.047 1.437-0.109 0.094-0.219 0.156-0.359 0.156-0.266 0-0.5-0.234-0.5-0.5 0-0.047 0-0.078 0.016-0.109 1.437-5.906 7.141-9.25 12.984-9.25 5.812 0 11.578 3.344 12.984 9.25 0.016 0.031 0.016 0.063 0.016 0.109zM14 2v1.531c-0.328-0.016-0.672-0.031-1-0.031s-0.672 0.016-1 0.031v-1.531c0-0.547 0.453-1 1-1s1 0.453 1 1z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"358\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b01a6\" wfd-id=\"359\"><h4 data-css=\"tve-u-1624935a201\" style=\"text-align: left;\">Wax protection</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"357\"><p data-css=\"tve-u-162492e70ad\">Etiam pharetra, erat sed fermentum feugiat, velit mauris</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16249367114\" wfd-id=\"329\"><div class=\"tcb-flex-row tcb-medium-no-wrap tcb--cols--3 v-2\" data-css=\"tve-u-16229ffbb7b\" wfd-id=\"330\"><div class=\"tcb-flex-col\" wfd-id=\"345\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229fa6a26\" wfd-id=\"347\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b33f9\" wfd-id=\"351\"><svg class=\"tcb-icon\" viewBox=\"0 0 26 28\" data-name=\"magic\">\n<path d=\"M18.594 9.078l4.578-4.578-1.672-1.672-4.578 4.578zM25.578 4.5c0 0.266-0.094 0.516-0.281 0.703l-20.094 20.094c-0.187 0.187-0.438 0.281-0.703 0.281s-0.516-0.094-0.703-0.281l-3.094-3.094c-0.187-0.187-0.281-0.438-0.281-0.703s0.094-0.516 0.281-0.703l20.094-20.094c0.187-0.187 0.438-0.281 0.703-0.281s0.516 0.094 0.703 0.281l3.094 3.094c0.187 0.187 0.281 0.438 0.281 0.703zM4.469 1.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531zM9.938 4.062l3.063 0.938-3.063 0.938-0.938 3.063-0.938-3.063-3.063-0.938 3.063-0.938 0.938-3.063zM24.469 11.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531zM14.469 1.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"349\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b0a67\" wfd-id=\"350\"><h4 data-css=\"tve-u-16248fc42a1\" style=\"text-align: left;\">Dust &amp; Dash Console</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"348\"><p data-css=\"tve-u-162492e70ad\">Duis sed odio sit amet nibh vulputate cursus a sit amet mauris.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"338\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1622f65ba70\" wfd-id=\"340\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b60b4\" wfd-id=\"344\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"certificate\">\n<path d=\"M21.5 14l2.156 2.109c0.297 0.281 0.406 0.703 0.313 1.094-0.109 0.391-0.422 0.703-0.812 0.797l-2.938 0.75 0.828 2.906c0.109 0.391 0 0.812-0.297 1.094-0.281 0.297-0.703 0.406-1.094 0.297l-2.906-0.828-0.75 2.938c-0.094 0.391-0.406 0.703-0.797 0.812-0.094 0.016-0.203 0.031-0.297 0.031-0.297 0-0.594-0.125-0.797-0.344l-2.109-2.156-2.109 2.156c-0.281 0.297-0.703 0.406-1.094 0.313-0.406-0.109-0.703-0.422-0.797-0.812l-0.75-2.938-2.906 0.828c-0.391 0.109-0.812 0-1.094-0.297-0.297-0.281-0.406-0.703-0.297-1.094l0.828-2.906-2.938-0.75c-0.391-0.094-0.703-0.406-0.812-0.797-0.094-0.391 0.016-0.812 0.313-1.094l2.156-2.109-2.156-2.109c-0.297-0.281-0.406-0.703-0.313-1.094 0.109-0.391 0.422-0.703 0.812-0.797l2.938-0.75-0.828-2.906c-0.109-0.391 0-0.812 0.297-1.094 0.281-0.297 0.703-0.406 1.094-0.297l2.906 0.828 0.75-2.938c0.094-0.391 0.406-0.703 0.797-0.797 0.391-0.109 0.812 0 1.094 0.297l2.109 2.172 2.109-2.172c0.281-0.297 0.688-0.406 1.094-0.297 0.391 0.094 0.703 0.406 0.797 0.797l0.75 2.938 2.906-0.828c0.391-0.109 0.812 0 1.094 0.297 0.297 0.281 0.406 0.703 0.297 1.094l-0.828 2.906 2.938 0.75c0.391 0.094 0.703 0.406 0.812 0.797 0.094 0.391-0.016 0.812-0.313 1.094z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"342\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b12d8\" wfd-id=\"343\"><h4 data-css=\"tve-u-1625389a3d5\" style=\"text-align: left;\">Triple Foam Polish</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"341\"><p data-css=\"tve-u-162492e70ad\">Class aptent taciti sociosqu ad litora torquent</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"331\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229fa8c68\" wfd-id=\"333\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-16271adf6cf\" wfd-id=\"337\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"bullseye\">\n<path d=\"M16 14c0 2.203-1.797 4-4 4s-4-1.797-4-4 1.797-4 4-4 4 1.797 4 4zM18 14c0-3.313-2.688-6-6-6s-6 2.688-6 6 2.688 6 6 6 6-2.688 6-6zM20 14c0 4.422-3.578 8-8 8s-8-3.578-8-8 3.578-8 8-8 8 3.578 8 8zM22 14c0-5.516-4.484-10-10-10s-10 4.484-10 10 4.484 10 10 10 10-4.484 10-10zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"335\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-16248fc71c8\" wfd-id=\"336\"><h4 data-css=\"tve-u-1625389b4ed\" style=\"text-align: left;\">Tire dressing</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"334\"><p data-css=\"tve-u-162492e70ad\">Etiam pharetra, erat sed fermentum feugiat, velit mauris</p></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621ad46076\" wfd-id=\"293\">\n<div class=\"tve-page-section-out\" wfd-id=\"324\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621b072b4e\" wfd-id=\"294\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621a8b2488\" wfd-id=\"295\"><div class=\"tcb-flex-row tcb--cols--2 v-2\" data-css=\"tve-u-1621a8a804b\" wfd-id=\"296\"><div class=\"tcb-flex-col\" wfd-id=\"306\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16271bfe70c\" wfd-id=\"308\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h3\" data-css=\"tve-u-1621a8c4313\" wfd-id=\"323\"><h3><strong>Complete cleaning services for yoâ€‹ur car</strong></h3></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-16417b70f47\" wfd-id=\"309\"><ul class=\"tcb-styled-list\" wfd-id=\"310\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621acf0289\" wfd-id=\"319\"><div class=\"tcb-styled-list-icon\" wfd-id=\"321\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a8e11f3\" wfd-id=\"322\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ace1b08\" wfd-id=\"320\">We are a small business delivering professional cleaning services for all vehicles</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621acf64fb\" wfd-id=\"315\"><div class=\"tcb-styled-list-icon\" wfd-id=\"317\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a8e5625\" wfd-id=\"318\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ace4de9\" wfd-id=\"316\">Our services are convenient for individuals and corporate fleets</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"311\"><div class=\"tcb-styled-list-icon\" wfd-id=\"313\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a9076ef\" wfd-id=\"314\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621acf47d2\" wfd-id=\"312\">We use eco-friendly products that actually clean, protect and maintain your car better than the traditional cleaning substances</span></li></ul></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"297\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621a90a46f\" wfd-id=\"299\"><div class=\"thrv_wrapper thrv-fill-counter tve_red tve_normalfc thrv_data_element\" data-css=\"tve-u-1621a983587\" wfd-id=\"300\">\n<div class=\"tve_fill_counter_n\" style=\"\" data-fill=\"100\" data-css=\"tve-u-1621a98b602\" wfd-id=\"301\">\n<svg viewBox=\"0 0 170 170\" class=\"tve_fill_counter_circle\" shape-rendering=\"optimizeSpeed\" data-css=\"tve-u-1621a9a2862\">\n<circle class=\"tve_fill_counter_circle_inner\" r=\"85\" cx=\"85\" cy=\"85\" data-css=\"tve-u-1621a9685d4\"></circle>\n</svg>\n<div class=\"tve_fill_text_in\" data-css=\"tve-u-1621a96b190\" wfd-id=\"302\">\n<div class=\"tve_fill_text_value\" data-css=\"tve-u-1621a9a2866\" wfd-id=\"304\">\n<div class=\"thrv-inline-text tve_fill_text tve_editable\" data-css=\"tve-u-1621a9a2867\" wfd-id=\"305\"><strong>100%â€‹</strong></div>\n</div>\n<div class=\"thrv-inline-text tve_editable tve_data_element_label\" data-css=\"tve-u-1621a9750ae\" wfd-id=\"303\">Clean car</div>\n</div>\n</div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621ada1e7f\" data-value-type=\"percent\" wfd-id=\"257\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621adba9ef\" data-clip-id=\"52d5a36c151aa\" wfd-id=\"292\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-52d5a36c151aa\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0875\"></polygon></clipPath><clipPath id=\"clip-tablet-top-52d5a36c151aa\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0524\"></polygon></clipPath><clipPath id=\"clip-mobile-top-52d5a36c151aa\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0349\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621ad420c4\" wfd-id=\"258\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621ade6172\" wfd-id=\"259\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2 tcb-row-reversed-mobile tcb-mobile-edit v-2\" data-css=\"tve-u-1621adea58b\" wfd-id=\"260\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621b064646\" style=\"\" wfd-id=\"286\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ae0bec7\" wfd-id=\"288\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ae4fd21\" data-value-type=\"percent\" data-float=\"1\" wfd-id=\"289\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621ae6c8da\" data-clip-id=\"aa2c3e3c70555\" wfd-id=\"291\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0349\"></polygon></clipPath><clipPath id=\"clip-tablet-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"4\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0699\"></polygon></clipPath><clipPath id=\"clip-mobile-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"4\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0699\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb\" data-css=\"tve-u-1621ae4db6e\" wfd-id=\"290\"></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621b064668\" style=\"\" wfd-id=\"261\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621f45bed3\" wfd-id=\"263\"><div class=\"tcb-clear\" data-css=\"tve-u-16224848ee5\" wfd-id=\"284\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621afceb00\" wfd-id=\"285\"><h2 data-css=\"tve-u-1621afcc0bf\">Check Out Our Special Offer!</h2></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621afda4fa\" wfd-id=\"283\"><p data-css=\"tve-u-1621afd8c98\">Donâ€™t miss the opportunity to get 50% discount on a complete cleaning just by recommending us to a friend. Bring someone you know with you and clean you car half price!</p></div><div class=\"tcb-clear\" data-css=\"tve-u-16224834cab\" wfd-id=\"264\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621fe85996\" wfd-id=\"265\"><div class=\"tcb-flex-row tcb--cols--2 tcb-resized tcb-medium-wrap tcb-desktop-wrap\" data-css=\"tve-u-1621fe78878\" wfd-id=\"266\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621fe94086\" style=\"\" wfd-id=\"274\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"276\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621b01355a\" wfd-id=\"277\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621b08fdde\" data-tcb_hover_state_parent=\"1\" wfd-id=\"282\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16223f02c16\" wfd-id=\"278\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-1620af7eb3f\" data-tcb_hover_state_parent=\"\" data-button-style=\"full_rounded\" wfd-id=\"279\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"280\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-16228c75500\" wfd-id=\"281\"><strong>Request an appointment</strong></span></span>\n</a>\n</div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621fe940b9\" style=\"\" wfd-id=\"267\"><div class=\"tcb-col\" wfd-id=\"269\"><div class=\"tcb-clear\" data-css=\"tve-u-16224716d62\" wfd-id=\"270\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-1621b028939\" data-tcb_hover_state_parent=\"\" data-button-style=\"ghost\" wfd-id=\"271\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"272\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-16228c764b2\" wfd-id=\"273\"><strong>Call Now: 0400-700-682</strong></span></span>\n</a>\n</div></div></div></div></div></div></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16260ba2fa4\" wfd-id=\"164\">\n<div class=\"tve-page-section-out\" wfd-id=\"256\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16260be7104\" wfd-id=\"165\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621b0e4fb7\" wfd-id=\"255\"><h2 data-css=\"tve-u-1621b10fccf\" style=\"text-align: center;\">our happy clients</h2></div><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641367127b\" data-float=\"1\" wfd-id=\"254\"><svg class=\"tcb-icon\" viewBox=\"0 0 30 32\" data-name=\"quote-left\">\n<path d=\"M13.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429zM29.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641367e553\" wfd-id=\"253\"><svg class=\"tcb-icon\" viewBox=\"0 0 30 32\" data-name=\"quote-left\">\n<path d=\"M13.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429zM29.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a10d3b4\" wfd-id=\"224\">\n<div class=\"tve-content-box-background\" wfd-id=\"252\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"225\"><div class=\"tcb-clear\" data-css=\"tve-u-1621b300a64\" wfd-id=\"250\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-1621f154231\" wfd-id=\"251\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621b200375\" wfd-id=\"228\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-16260d8392c\" wfd-id=\"229\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"234\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"236\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16417b62c09\" wfd-id=\"237\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-16260d8396c\" wfd-id=\"238\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16260d01208\" style=\"\" wfd-id=\"244\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"246\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"247\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16225617da3\" wfd-id=\"249\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"248\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16260d0120e\" style=\"\" wfd-id=\"239\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"241\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"243\"><h5>Brett Graham, 28</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"242\"><h6 class=\"\">Architect</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"230\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"232\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"233\"><p data-css=\"tve-u-162539c17ec\">Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit. Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit.&nbsp;</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-16260c5ff0c\" wfd-id=\"226\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260c5ff07\" wfd-id=\"227\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a12f675\" wfd-id=\"195\">\n<div class=\"tve-content-box-background\" wfd-id=\"223\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"196\"><div class=\"tcb-clear\" data-css=\"tve-u-16260cd7683\" wfd-id=\"221\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260d73672\" wfd-id=\"222\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16260da3aa7\" wfd-id=\"199\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-1621fb68b97\" wfd-id=\"200\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"205\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"207\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16417b662bf\" wfd-id=\"208\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-1621fb65556\" wfd-id=\"209\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16229915e1a\" style=\"\" wfd-id=\"215\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"217\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"218\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16260c433e9\" wfd-id=\"220\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"219\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16229915e4e\" style=\"\" wfd-id=\"210\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"212\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"214\"><h5>Rosie Hanson, 24</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"213\"><h6 class=\"\">Real estate Associate</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"201\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"203\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"204\"><p data-css=\"tve-u-162539c17ec\">Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo.</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-16260d3b97e\" wfd-id=\"197\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260d39b83\" wfd-id=\"198\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a146aef\" wfd-id=\"166\">\n<div class=\"tve-content-box-background\" wfd-id=\"194\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"167\"><div class=\"tcb-clear\" data-css=\"tve-u-16260cd7683\" wfd-id=\"192\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260cd622f\" wfd-id=\"193\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16260c39a7e\" wfd-id=\"170\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-16260d3f4aa\" wfd-id=\"171\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"176\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"178\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621fbacc60\" wfd-id=\"179\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-16260d3f4af\" wfd-id=\"180\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16229915e1a\" style=\"\" wfd-id=\"186\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"188\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"189\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16260d5e4b8\" wfd-id=\"191\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"190\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16229915e4e\" style=\"\" wfd-id=\"181\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"183\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"185\"><h5>Shawn Mattews, 35</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"184\"><h6 class=\"\">project manager</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"172\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"174\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"175\"><p data-css=\"tve-u-162539c17ec\">Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo. Nullam ac urna eu felis.Sed non neque elit. Sed ut imperdiet nisi. Proin condimentum</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1621b30ca74\" wfd-id=\"168\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-1621f15b521\" wfd-id=\"169\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621b3c8c52\" wfd-id=\"60\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621b3cfc7b\" wfd-id=\"163\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621b3c74d9\" wfd-id=\"61\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621e7b695a\" wfd-id=\"162\"><h2 data-css=\"tve-u-1621e7a7350\" style=\"text-align: center;\">our offers</h2></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621e7c899a\" wfd-id=\"62\"><div class=\"tcb-flex-row tcb--cols--3 tcb-medium-wrap v-2\" data-css=\"tve-u-1621e7c7aa1\" wfd-id=\"63\"><div class=\"tcb-flex-col\" wfd-id=\"126\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16223fc9f23\" wfd-id=\"128\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e7ceab3\" style=\"\" wfd-id=\"129\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16416e4fafd\" wfd-id=\"161\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e7d5094\" wfd-id=\"130\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e7e9950\" data-value-type=\"percent\" style=\"\" wfd-id=\"157\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e7edfd9\" data-clip-id=\"10ffac3b28f1d\" wfd-id=\"160\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-10ffac3b28f1d\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-10ffac3b28f1d\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e7e6c1d\" wfd-id=\"158\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-16417b4cb9e\" wfd-id=\"159\"><h4 data-css=\"tve-u-1621fe1a1af\" style=\"text-align: center;\"><strong>Basic Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ec6c39b\" data-float=\"1\" wfd-id=\"153\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e81f424\" wfd-id=\"156\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec752da\" wfd-id=\"154\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"155\"><h4 data-css=\"tve-u-1621fe1bd18\" style=\"text-align: center;\"><strong>15$</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621ea50702\" wfd-id=\"131\"><ul class=\"tcb-styled-list\" wfd-id=\"132\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec3a5c0\" wfd-id=\"149\"><div class=\"tcb-styled-list-icon\" wfd-id=\"151\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec204df\" wfd-id=\"152\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec241aa\" wfd-id=\"150\">Interior vacuum</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"145\"><div class=\"tcb-styled-list-icon\" wfd-id=\"147\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec20f68\" wfd-id=\"148\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec2704c\" wfd-id=\"146\">Dust &amp;dash console</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec42aa7\" wfd-id=\"141\"><div class=\"tcb-styled-list-icon\" wfd-id=\"143\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec21a31\" wfd-id=\"144\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec298ab\" wfd-id=\"142\">Hand towel dry</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec43fe2\" wfd-id=\"137\"><div class=\"tcb-styled-list-icon\" wfd-id=\"139\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ea1fba7\" wfd-id=\"140\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea23322\" wfd-id=\"138\">Clean windows</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec454d9\" wfd-id=\"133\"><div class=\"tcb-styled-list-icon\" wfd-id=\"135\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ea295c0\" wfd-id=\"136\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea2c69a\" wfd-id=\"134\">Soft cloth wash</span></li></ul></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"95\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"97\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621eb81205\" style=\"\" wfd-id=\"98\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16416e603ab\" wfd-id=\"125\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621eb7ccb0\" wfd-id=\"99\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ebbbb6d\" data-value-type=\"percent\" wfd-id=\"121\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eaaedd8\" data-clip-id=\"a2b9cf3198d6f\" wfd-id=\"124\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-a2b9cf3198d6f\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-a2b9cf3198d6f\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec7f21a\" wfd-id=\"122\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e930bd7\" wfd-id=\"123\"><h4 data-css=\"tve-u-1621e92e97f\" style=\"text-align: center;\"><strong>Ultimate Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ec78d2c\" data-float=\"1\" wfd-id=\"117\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eab272c\" wfd-id=\"120\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec79a7d\" wfd-id=\"118\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"119\"><h4 data-css=\"tve-u-1621e942b65\" style=\"text-align: center;\"><strong>22 $</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621ebfa746\" wfd-id=\"114\"><p data-css=\"tve-u-1621f4ceaf6\" style=\"text-align: center;\">Includes basic service <span data-css=\"tve-u-1621f4ceaf7\" style=\"color: rgb(15, 29, 123);\" wfd-id=\"115\"><strong class=\"\"><span data-css=\"tve-u-1621f4ceafb\" wfd-id=\"116\">+</span></strong></span></p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621ebf340c\" wfd-id=\"100\"><ul class=\"tcb-styled-list\" wfd-id=\"101\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-164137a0b1f\" wfd-id=\"110\"><div class=\"tcb-styled-list-icon\" wfd-id=\"112\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec0c5bd\" wfd-id=\"113\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ebfe4ce\" wfd-id=\"111\">Triple foam conditiner</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec04541\" wfd-id=\"106\"><div class=\"tcb-styled-list-icon\" wfd-id=\"108\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec09a3c\" wfd-id=\"109\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ebff867\" wfd-id=\"107\">Tire dressing</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec05cc3\" wfd-id=\"102\"><div class=\"tcb-styled-list-icon\" wfd-id=\"104\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec15f6e\" wfd-id=\"105\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec009a8\" wfd-id=\"103\">Air freshner</span></li></ul></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"64\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16223dad661\" wfd-id=\"66\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621fd9c946\" style=\"\" wfd-id=\"67\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e7d234c\" wfd-id=\"94\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621fd84d7b\" wfd-id=\"68\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16223b080b0\" data-value-type=\"percent\" wfd-id=\"90\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eb3eb9f\" data-clip-id=\"ac98bb0e54b3b\" wfd-id=\"93\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621fd8766c\" wfd-id=\"91\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e930bd7\" wfd-id=\"92\"><h4 data-css=\"tve-u-1621fe1587d\" style=\"text-align: center;\"><strong>Supreme Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e8107f3\" wfd-id=\"86\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eb43d8d\" wfd-id=\"89\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e819c52\" wfd-id=\"87\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"88\"><h4 data-css=\"tve-u-1621fe1725e\" style=\"text-align: center;\"><strong>30 $</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621eb037bb\" wfd-id=\"83\"><p data-css=\"tve-u-1621f4d0451\" style=\"text-align: center;\">Includes ultimate service <span data-css=\"tve-u-1621eaff572\" style=\"color: rgb(15, 29, 123);\" wfd-id=\"84\"><strong class=\"\"><span data-css=\"tve-u-1621eb01b60\" wfd-id=\"85\">+</span></strong></span></p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621eacf6af\" wfd-id=\"69\"><ul class=\"tcb-styled-list\" wfd-id=\"70\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec36a4d\" wfd-id=\"79\"><div class=\"tcb-styled-list-icon\" wfd-id=\"81\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e9993aa\" wfd-id=\"82\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea1a5d7\" wfd-id=\"80\">Exterior trim dressing</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"75\"><div class=\"tcb-styled-list-icon\" wfd-id=\"77\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e99b1db\" wfd-id=\"78\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea19a06\" wfd-id=\"76\">Hand applied spray wax</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec37ea5\" wfd-id=\"71\"><div class=\"tcb-styled-list-icon\" wfd-id=\"73\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e99c314\" wfd-id=\"74\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea18c5d\" wfd-id=\"72\">Interior conditioner</span></li></ul></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621efddaaf\" wfd-id=\"39\">\n<div class=\"tve-page-section-out\" wfd-id=\"59\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621edf8048\" wfd-id=\"40\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621f114214\" wfd-id=\"41\"><div class=\"tcb-flex-row tcb-resized tcb-mobile-edit tcb--cols--2\" data-css=\"tve-u-1621ee03000\" wfd-id=\"42\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621ee4be21\" style=\"\" wfd-id=\"47\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ee093d4\" wfd-id=\"49\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ee3afec\" wfd-id=\"53\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621ee58e74\" wfd-id=\"58\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ee37f4a\" wfd-id=\"54\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1621ee74a24\" wfd-id=\"57\"><svg class=\"tcb-icon\" viewBox=\"0 0 16 28\" data-name=\"map-marker\">\n<path d=\"M12 10c0-2.203-1.797-4-4-4s-4 1.797-4 4 1.797 4 4 4 4-1.797 4-4zM16 10c0 0.953-0.109 1.937-0.516 2.797l-5.688 12.094c-0.328 0.688-1.047 1.109-1.797 1.109s-1.469-0.422-1.781-1.109l-5.703-12.094c-0.406-0.859-0.516-1.844-0.516-2.797 0-4.422 3.578-8 8-8s8 3.578 8 8z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621ee63e1c\" wfd-id=\"56\"><h2 data-css=\"tve-u-1621fdcb4ea\" style=\"text-align: center;\">contact us</h2></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16422a1ce91\" wfd-id=\"55\"><p data-css=\"tve-u-16422a1ce94\" style=\"text-align: left;\">Your adress goes here</p><p data-css=\"tve-u-16422a1ce93\" style=\"text-align: left;\">Phone: 0400 - 700 - 682</p><p data-css=\"tve-u-16422a1ce92\" style=\"text-align: left;\">Email: our_office@gmail.com</p></div></div>\n</div><div class=\"tcb-clear\" data-css=\"tve-u-16417c828be\" wfd-id=\"50\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_slide_left\" data-css=\"tve-u-1621ef118dc\" style=\"\" wfd-id=\"51\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"52\"><img class=\"tve_image tve_evt_manager_listen tve_et_tve-viewport wp-image-21388\" alt=\"\" width=\"567\" height=\"384\" title=\"Car wash img footer\" data-id=\"21388\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-img-footer.png\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_left&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" style=\"width: 100%;\"></span></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621ee4be73\" style=\"\" wfd-id=\"43\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ee22c43\" wfd-id=\"45\"><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-1621ee18a1c\" wfd-id=\"46\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=New York&amp;t=m&amp;z=5&amp;output=embed&amp;iwloc=near\"></iframe>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621f0aa8f7\" wfd-id=\"26\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621f0ada0e\" wfd-id=\"38\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621f0b0088\" wfd-id=\"27\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621f0d2c1a\" wfd-id=\"28\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-1621f0cbe40\" wfd-id=\"29\"><div class=\"tcb-flex-col\" wfd-id=\"34\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"36\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621f0da775\" wfd-id=\"37\"><p data-css=\"tve-u-1622444fb11\">Â© 2018, Your company name . All rights reserved.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"30\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"32\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16223fe5f5b\" wfd-id=\"33\"><p data-css=\"tve-u-1621f0d874c\" style=\"text-align: right;\">Made with <a href=\"https://thrivethemes.com/\" target=\"_blank\">Thrive Architect</a></p></div></div></div></div></div></div>\n</div>\n\n'),(6641,554,'tve_revision_tve_content_more_found',''),(6642,554,'tve_revision_tve_save_post',''),(6643,554,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Merriweather:400,700&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Special+Elite:400&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Poppins:400,800,900,300,700,&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Monda:400,700,&subset=latin\");@media (min-width: 300px){.tcb-plain-text { font-family: Monda; font-weight: 400; font-size: 14px; }#tve_editor [data-css=\"tve-u-1621b072b4e\"] p, #tve_editor [data-css=\"tve-u-1621b072b4e\"] li, #tve_editor [data-css=\"tve-u-1621b072b4e\"] blockquote, #tve_editor [data-css=\"tve-u-1621b072b4e\"] address, #tve_editor [data-css=\"tve-u-1621b072b4e\"] .tcb-plain-text, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h1, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h2, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h3, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h4, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h5, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h6 { color: rgb(18, 18, 18); }[data-css=\"tve-u-16417c828be\"]::after { clear: both; }[data-css=\"tve-u-1621fe78878\"] .tcb-flex-col { flex-basis: 160px !important; }[data-css=\"tve-u-16417b70f47\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1641791de3b\"]::after { clear: both; }[data-css=\"tve-u-1641791ce1a\"]::after { clear: both; }#tve_editor [data-css=\"tve-u-1621fdcb4ea\"] { color: rgb(15, 29, 123) !important; }#tve_editor [data-css=\"tve-u-1641367127b\"] > :first-child { color: rgb(15, 29, 123); }[data-css=\"tve-u-1641367127b\"] { font-size: 60px; float: none; box-shadow: none; position: relative; z-index: 5; margin: 0px auto !important; }#tve_editor [data-css=\"tve-u-1641333d7d1\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-162717cb617\"] > .tcb-flex-col { padding-left: 0px; }#tve_editor [data-css=\"tve-u-16413112747\"] { color: rgba(255, 255, 255, 0.85) !important; }[data-css=\"tve-u-16413111ba3\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-16369305186\"] > .tve-cb { display: block; }#tve_editor [data-css=\"tve-u-162717cb609\"] p, #tve_editor [data-css=\"tve-u-162717cb609\"] li, #tve_editor [data-css=\"tve-u-162717cb609\"] blockquote, #tve_editor [data-css=\"tve-u-162717cb609\"] address, #tve_editor [data-css=\"tve-u-162717cb609\"] h1, #tve_editor [data-css=\"tve-u-162717cb609\"] h2, #tve_editor [data-css=\"tve-u-162717cb609\"] h3, #tve_editor [data-css=\"tve-u-162717cb609\"] h4, #tve_editor [data-css=\"tve-u-162717cb609\"] h5, #tve_editor [data-css=\"tve-u-162717cb609\"] h6 { color: rgb(255, 255, 255); }[data-css=\"tve-u-16369305186\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-162717cb621\"] .tve-page-section-in { display: flex; justify-content: center; flex-direction: column; }[data-css=\"tve-u-162717fcf9d\"] .tve-page-section-in { display: block; }[data-css=\"tve-u-1628a146aef\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1628a12f675\"] { padding: 0px !important; margin: 0px 0px 60px !important; }[data-css=\"tve-u-1628a10d3b4\"] { max-width: 100%; padding: 0px !important; margin: 0px 0px 60px !important; }[data-css=\"tve-u-16271ca808e\"] { color: rgb(0, 229, 255) !important; }#tve_editor [data-css=\"tve-u-162717cb618\"] p, #tve_editor [data-css=\"tve-u-162717cb618\"] li, #tve_editor [data-css=\"tve-u-162717cb618\"] blockquote, #tve_editor [data-css=\"tve-u-162717cb618\"] address, #tve_editor [data-css=\"tve-u-162717cb618\"] h1, #tve_editor [data-css=\"tve-u-162717cb618\"] h2, #tve_editor [data-css=\"tve-u-162717cb618\"] h3, #tve_editor [data-css=\"tve-u-162717cb618\"] h4, #tve_editor [data-css=\"tve-u-162717cb618\"] h5, #tve_editor [data-css=\"tve-u-162717cb618\"] h6 { color: rgb(0, 229, 255); }[data-css=\"tve-u-162718bd0c0\"] { clip-path: url(\"#clip-top-a3b25e1c9221a\"); -webkit-clip-path: url(\"#clip-top-a3b25e1c9221a\");  }[data-css=\"tve-u-162718a3b40\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-162717fcf9d\"] { z-index: 5; padding: 170px 40px 0px !important; margin-top: -80px !important; }[data-css=\"tve-u-16260cd622f\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-16260cd7683\"]::after { clear: both; }[data-css=\"tve-u-16260cd622f\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin-top: 0px !important; margin-bottom: -1px !important; }[data-css=\"tve-u-16260be7104\"] { max-width: 1200px; }[data-css=\"tve-u-16260ba2fa4\"] { padding: 100px 40px !important; }[data-css=\"tve-u-162539c17ec\"] { line-height: 1.6em !important; }#tve_editor [data-css=\"tve-u-162493b6b63\"]:hover { background-color: rgb(248, 249, 251) !important; }#tve_editor [data-css=\"tve-u-1624939a960\"]:hover { background-color: rgb(248, 249, 251) !important; background-image: none !important; }#tve_editor [data-css=\"tve-u-162492e70ad\"] { color: rgb(137, 141, 167) !important; }[data-css=\"tve-u-162492815ba\"] { padding: 0px !important; margin-top: 25px !important; }[data-css=\"tve-u-162491e8e1f\"]::after { clear: both; }[data-css=\"tve-u-1622f65ba70\"] { border: none; background-image: none !important; padding: 0px 30px 30px !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-1622a159bcb\"] { max-width: 100%; float: none; z-index: 6; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; margin-top: 0px !important; }[data-css=\"tve-u-16229915e4e\"] { max-width: 62.8%; }[data-css=\"tve-u-16229915e1a\"] { max-width: 37.2%; }[data-css=\"tve-u-16225617da3\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-Brett.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16225611edb\"] { min-height: 127px; }[data-css=\"tve-u-1622561121b\"] { max-width: 127px; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-16224848ee5\"]::after { clear: both; }[data-css=\"tve-u-16224834cab\"]::after { clear: both; }[data-css=\"tve-u-1621ee3afec\"] > .tve-cb { display: block; }[data-css=\"tve-u-1621fe78878\"] > .tcb-flex-col { padding-left: 5px; }[data-css=\"tve-u-1621fe940b9\"] { max-width: 50%; }[data-css=\"tve-u-1621fe94086\"] { max-width: 50%; }[data-css=\"tve-u-1621fe85996\"] { max-width: 585px; float: left; z-index: 3; position: relative; width: 100%; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621fe78878\"] > .tcb-flex-col > .tcb-col { min-height: 65px; justify-content: center; }[data-css=\"tve-u-1621fe78878\"] { min-height: inherit; margin-left: -5px; padding: 0px !important; flex-wrap: wrap !important; }#tve_editor [data-css=\"tve-u-1621f4d0451\"] { font-size: 20px !important; }#tve_editor [data-css=\"tve-u-1621f4ceaf6\"] { font-size: 20px !important; color: rgb(12, 12, 12) !important; }[data-css=\"tve-u-1621f45bed3\"] { padding: 0px !important; }[data-css=\"tve-u-1621f114214\"] { float: none; max-width: 100%; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621f0da775\"] { padding: 0px !important; }#tve_editor [data-css=\"tve-u-1621f0d874c\"] { letter-spacing: 1px; color: rgb(137, 141, 167) !important; font-size: 14px !important; }[data-css=\"tve-u-1621f0d2c1a\"] { max-width: 100%; margin-left: 60px !important; margin-right: 60px !important; }[data-css=\"tve-u-1621f0aa8f7\"] .tve-page-section-in { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621f0cbe40\"] { margin-left: 0px; padding: 0px !important; }[data-css=\"tve-u-1621f0cbe40\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-1621f0b0088\"] { max-width: 100%; min-height: 140px !important; }[data-css=\"tve-u-1621f0ada0e\"] { background-image: linear-gradient(rgb(22, 22, 24), rgb(22, 22, 24)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1621f0aa8f7\"] { padding: 0px !important; }[data-css=\"tve-u-1621efddaaf\"] { padding: 0px !important; }[data-css=\"tve-u-1621ef118dc\"] { width: 567px; position: relative; right: -50px; top: -104px; float: right; z-index: 3; margin-top: 0px !important; margin-bottom: 0px !important; padding-left: 0px !important; }#tve_editor [data-css=\"tve-u-1621ee74a24\"] > :first-child { color: rgb(15, 29, 123); }[data-css=\"tve-u-1621ee74a24\"] { font-size: 60px; float: none; z-index: 3; position: relative; margin: 0px auto 10px !important; padding-top: 0px !important; }[data-css=\"tve-u-1621ee63e1c\"] { float: none; z-index: 3; position: relative; max-width: none; width: 100%; padding: 0px !important; margin: 0px auto 30px !important; }[data-css=\"tve-u-1621ee58e74\"] { background-color: rgb(224, 226, 236) !important; }[data-css=\"tve-u-1621ee4be73\"] { max-width: 61%; }[data-css=\"tve-u-1621ee4be21\"] { max-width: 39%; }[data-css=\"tve-u-1621ee3afec\"] { padding: 60px 0px 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621ee37f4a\"] { min-height: 380px; }[data-css=\"tve-u-1621ee22c43\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding-top: 0px !important; padding-left: 0px !important; }[data-css=\"tve-u-1621ee18a1c\"] { margin: 80px 0px 0px 122px !important; }[data-css=\"tve-u-1621ee093d4\"] { margin-top: 0px !important; }[data-css=\"tve-u-1621ee03000\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1621ee03000\"] { margin-left: 0px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-1621ee03000\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-1621edf8048\"] { max-width: 100%; min-height: 1px !important; }[data-css=\"tve-u-1621ec454d9\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec43fe2\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec42aa7\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec3a5c0\"] { margin-top: 0px !important; margin-bottom: 10px !important; }[data-css=\"tve-u-1621ec37ea5\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec36a4d\"] { margin-bottom: 10px !important; }[data-css=\"tve-u-1621ea18c5d\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ea19a06\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ea1a5d7\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ea2c69a\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ea23322\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ec298ab\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ec2704c\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ec241aa\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ec05cc3\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec04541\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec009a8\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ebff867\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ebfe4ce\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621eb037bb\"] { padding: 0px !important; margin-top: 0px !important; margin-bottom: 30px !important; }[data-css=\"tve-u-1621eaff572\"] { color: rgb(15, 29, 123) !important; }[data-css=\"tve-u-1621ea50702\"] { max-width: 230px; float: none; z-index: 3; position: relative; width: 100%; padding: 0px !important; margin: 0px auto !important; }#tve_editor [data-css=\"tve-u-1621ea2c69a\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ea295c0\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ea295c0\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ea1fba7\"] > :first-child { color: rgb(137, 141, 167); }#tve_editor [data-css=\"tve-u-1621ea23322\"] { font-size: 16px !important; }[data-css=\"tve-u-1621ea1fba7\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }[data-css=\"tve-u-1621e99c314\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }[data-css=\"tve-u-1621e99b1db\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }[data-css=\"tve-u-1621e9993aa\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ea1a5d7\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ea19a06\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ea18c5d\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621e99c314\"] > :first-child { color: rgb(137, 141, 167); }#tve_editor [data-css=\"tve-u-1621e99b1db\"] > :first-child { color: rgb(137, 141, 167); }#tve_editor [data-css=\"tve-u-1621e9993aa\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621e8107f3\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621e942b65\"] strong { font-weight: 800; }[data-css=\"tve-u-1621e7e9950\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621e930bd7\"] { padding: 0px 0px 50px !important; }#tve_editor [data-css=\"tve-u-1621e92e97f\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1621e81f424\"] { border-radius: 200px; overflow: hidden; background-image: none !important; border: 3px solid rgb(255, 255, 255) !important; background-color: rgb(144, 147, 168) !important; }[data-css=\"tve-u-1621e819c52\"] { min-height: 110px; }[data-css=\"tve-u-1621e8107f3\"] { float: none; max-width: 110px; z-index: 4; padding: 0px !important; margin: -60px auto 30px !important; }[data-css=\"tve-u-1621e7edfd9\"] { clip-path: url(\"#clip-bottom-10ffac3b28f1d\"); -webkit-clip-path: url(\"#clip-bottom-10ffac3b28f1d\");  background-image: none !important; background-color: rgb(144, 147, 168) !important; }[data-css=\"tve-u-1621e7e9950\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1621e7e6c1d\"] { min-height: 150px; }[data-css=\"tve-u-1621e7c7aa1\"] > .tcb-flex-col { padding-left: 60px; }[data-css=\"tve-u-1621e7d5094\"] { min-height: 480px; }[data-css=\"tve-u-1621e7d234c\"] { box-shadow: rgba(0, 0, 0, 0.02) 0px 2px 22px 0px; background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1621e7ceab3\"] { float: none; width: 100%; padding: 0px 0px 20px !important; margin: 0px auto !important; }[data-css=\"tve-u-1621e7c899a\"] { float: none; max-width: 100%; margin: 0px auto !important; }[data-css=\"tve-u-1621e7c7aa1\"] { margin-left: -60px; padding: 0px !important; }[data-css=\"tve-u-1621e7b695a\"] { padding: 0px !important; margin-bottom: 100px !important; }#tve_editor [data-css=\"tve-u-1621e7a7350\"] { color: rgb(15, 29, 123) !important; }[data-css=\"tve-u-1621b3cfc7b\"] { filter: blur(0px); opacity: 1; background-image: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(220, 224, 246) 38%) !important; background-color: rgb(212, 212, 212) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1621b3c8c52\"] { padding: 100px 40px !important; }[data-css=\"tve-u-1621b3c74d9\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-1621b300a64\"]::after { clear: both; }[data-css=\"tve-u-1621b24a89d\"] { padding: 0px !important; }[data-css=\"tve-u-1621b22a018\"] { background-image: none !important; padding: 0px !important; }[data-css=\"tve-u-1621b200375\"] { float: none; max-width: 100%; border-left: 1px solid rgba(15, 29, 123, 0.7); border-right: 1px solid rgba(15, 29, 123, 0.7); background-color: rgb(248, 249, 251) !important; margin: 0px auto !important; }[data-css=\"tve-u-1621b10fccf\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621b0e4fb7\"] { border-right: none; max-width: 100%; padding: 0px !important; margin-bottom: 40px !important; margin-right: 0px !important; }[data-css=\"tve-u-1621b072b4e\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-1621b064668\"] { max-width: 52%; }[data-css=\"tve-u-1621b064646\"] { max-width: 48%; }[data-css=\"tve-u-1621afda4fa\"] { max-width: none; padding: 0px !important; margin-bottom: 40px !important; }#tve_editor [data-css=\"tve-u-1621afd8c98\"] { color: rgb(255, 255, 255) !important; font-size: 20px !important; }[data-css=\"tve-u-1621afceb00\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 80%; padding: 0px !important; margin-bottom: 50px !important; }#tve_editor [data-css=\"tve-u-1621afcc0bf\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1621a8a804b\"] > .tcb-flex-col { padding-left: 60px; }[data-css=\"tve-u-1621ae6c8da\"] { clip-path: url(\"#clip-top-aa2c3e3c70555\"); -webkit-clip-path: url(\"#clip-top-aa2c3e3c70555\");  background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-Cta-2.jpg\") !important; background-size: cover !important; background-position: 0% 100% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1621ae4fd21\"] { max-width: 100%; top: -70px; z-index: 5; left: -60px; position: relative !important; padding: 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-1621ae4db6e\"] { min-height: 524px; }[data-css=\"tve-u-1621ada1e7f\"] .tve-page-section-in { display: flex; flex-direction: column; justify-content: center; }[data-css=\"tve-u-1621adea58b\"] > .tcb-flex-col > .tcb-col { min-height: 1px; justify-content: center; }[data-css=\"tve-u-1621ae0bec7\"] { height: calc(100% - -22px); background-image: linear-gradient(rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.14)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; margin-left: 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621adea58b\"] > .tcb-flex-col { padding-left: 50px; }[data-css=\"tve-u-1621adea58b\"] { margin-left: -50px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-1621ade6172\"] { max-width: 100%; float: none; width: 100%; margin: 0px auto !important; }[data-css=\"tve-u-1621adba9ef\"] { clip-path: url(\"#clip-top-52d5a36c151aa\"); -webkit-clip-path: url(\"#clip-top-52d5a36c151aa\");  background-image: linear-gradient(rgba(15, 29, 123, 0.65), rgba(15, 29, 123, 0.65)), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-cta-bg.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-1621ada1e7f\"] { padding: 0px 40px !important; }[data-css=\"tve-u-1621ad46076\"] { padding: 100px 40px !important; margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1621ad420c4\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-1621a9076ef\"] { padding-top: 2px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-1621acf64fb\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621acf47d2\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1621acf0289\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621a8e11f3\"] { padding-top: 2px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-1621a8e5625\"] { padding-top: 2px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-1621ace4de9\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1621ace1b08\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1621a9a2867\"] strong { font-weight: 700; }#tve_editor [data-css=\"tve-u-1621a9a2867\"] { font-weight: 300; color: rgb(15, 29, 123) !important; font-family: Poppins !important; }[data-css=\"tve-u-1621a9750ae\"] { font-size: 18.36px !important; line-height: 18.36px !important; }[data-css=\"tve-u-1621a9a2867\"] { font-size: 64.8px !important; line-height: 64.8px !important; }[data-css=\"tve-u-1621a9a2866\"] { margin-top: 54px !important; }[data-css=\"tve-u-1621a9a2862\"] { width: 216px !important; height: 216px !important; background-color: rgb(137, 141, 167) !important; }[data-css=\"tve-u-1621a98b602\"] { stroke-dasharray: 678.584, 678.584; }[data-css=\"tve-u-1621a983587\"] { float: none; border: 30px solid rgba(137, 141, 167, 0.24); z-index: 3; position: relative; margin: 30px auto 0px !important; padding: 0px !important; }[data-css=\"tve-u-1621a9750ae\"] strong { font-weight: 700; }#tve_editor [data-css=\"tve-u-1621a9750ae\"] { color: rgb(255, 255, 255) !important; font-family: Monda !important; }[data-css=\"tve-u-1621a96b190\"] { background-color: rgb(101, 114, 203); width: 194.4px !important; height: 194.4px !important; top: 10.8px !important; bottom: 10.8px !important; left: 10.8px !important; right: 10.8px !important; }[data-css=\"tve-u-1621a9685d4\"] { stroke: rgb(248, 251, 253) !important; stroke-width: 22.6px !important; }[data-css=\"tve-u-1621a8a804b\"] > .tcb-flex-col > .tcb-col { min-height: 445px; justify-content: center; }[data-css=\"tve-u-1621a90a46f\"] { background-image: radial-gradient(rgba(255, 255, 255, 0.51) 16%, rgb(255, 255, 255) 73%), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-100-clean.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }#tve_editor [data-css=\"tve-u-1621a9076ef\"] > :first-child { color: rgb(15, 29, 123); }#tve_editor [data-css=\"tve-u-1621a8e5625\"] > :first-child { color: rgb(15, 29, 123); }#tve_editor [data-css=\"tve-u-1621a8e11f3\"] > :first-child { color: rgb(15, 29, 123); }[data-css=\"tve-u-1621a8c4313\"] { padding: 0px !important; margin-bottom: 60px !important; }[data-css=\"tve-u-1621a8b2488\"] { float: none; max-width: 100%; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621a8a804b\"] { min-height: inherit; margin-left: -60px; padding: 0px !important; }[data-css=\"tve-u-1621a2e0d5b\"] { line-height: 1em !important; }[data-css=\"tve-u-1621a2247ba\"] { max-width: 100%; float: none; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; }#tve_editor [data-css=\"tve-u-1620af7eb3f\"] .tcb-button-link { font-size: 18px; color: rgb(15, 29, 123) !important; }#tve_editor [data-css=\"tve-u-1620af7eb3f\"]:hover strong { font-weight: 700 !important; }[data-css=\"tve-u-1620af7eb3f\"] { width: 268px; float: left; z-index: 3; position: relative; display: block; max-width: 268px; margin-bottom: 0px !important; margin-top: 0px !important; margin-left: 3px !important; }#tve_editor [data-css=\"tve-u-1620af7eb3f\"]:hover .tcb-button-link { color: rgb(255, 255, 255) !important; border-radius: 200px !important; overflow: hidden !important; font-family: Monda !important; font-weight: 400 !important; text-shadow: none !important; background-image: none !important; background-color: rgb(15, 29, 123) !important; }[data-css=\"tve-u-1620af7eb3f\"] .tcb-button-link { border-radius: 200px; min-height: 54.7619px; font-size: 1.33333em; padding-top: 0px; padding-bottom: 0px; background-image: none !important; background-color: rgb(255, 255, 255) !important; padding-right: 15px !important; }#tcb_landing_page a:not(.tcb-button-link).tve_state_hover { color: rgb(35, 55, 188); }#tcb_landing_page a:not(.tcb-button-link):hover { color: rgb(35, 55, 188); }#tcb_landing_page a:not(.tcb-button-link) { color: rgb(255, 255, 255); }#tcb_landing_page input strong { font-weight: 700; }#tcb_landing_page .tcb-button-link strong { font-weight: 700; }#tcb_landing_page p strong, #tcb_landing_page li strong { font-weight: 700; }#tcb_landing_page input { font-family: Merriweather; font-weight: 400; }#tcb_landing_page .tcb-button-link { font-family: Merriweather; font-weight: 400; }#tcb_landing_page p, #tcb_landing_page li { color: rgb(12, 12, 12); font-family: Merriweather; font-weight: 400; line-height: 1.5em; font-size: 16px; }#tcb_landing_page h6 { text-transform: uppercase; font-size: 14px; color: rgb(0, 0, 0); font-family: \"Special Elite\"; font-weight: 400; letter-spacing: 1px; line-height: 1.3em; }#tcb_landing_page h5 { font-size: 22px; color: rgb(12, 12, 12); font-family: \"Special Elite\"; font-weight: 400; line-height: 1.3em; }#tcb_landing_page h4 { font-size: 24px; color: rgb(12, 12, 12); font-family: \"Special Elite\"; font-weight: 400; line-height: 1.3em; }#tcb_landing_page h3 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(12, 12, 12); font-size: 26px; line-height: 1.3em; }#tcb_landing_page h2 { color: rgb(0, 0, 0); font-size: 30px; letter-spacing: 2px; text-transform: uppercase; line-height: 1.3em; font-family: \"Special Elite\"; font-weight: 400; }#tcb_landing_page h1 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(0, 0, 0); font-size: 42px; line-height: 1.3em; }[data-css=\"tve-u-15e09c94f7d\"] { background-color: rgb(255, 255, 255); }[data-css=\"tve-u-1621b01355a\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621b01355a\"] { max-width: 274px; position: relative; float: left; z-index: 3; width: 100%; padding: 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-1621b028939\"] .tcb-button-link { font-size: 18px; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1621b028939\"]:hover strong { font-weight: 700 !important; }[data-css=\"tve-u-1621b028939\"] { display: block; max-width: 268px; width: 268px; top: 0px; left: 0px; float: left; z-index: 3; position: relative; margin-bottom: 0px !important; margin-top: 0px !important; }#tve_editor [data-css=\"tve-u-1621b028939\"]:hover .tcb-button-link { background-color: rgb(255, 255, 255) !important; color: rgb(15, 29, 123) !important; overflow: hidden !important; font-family: Monda !important; background-image: none !important; text-align: center !important; }[data-css=\"tve-u-1621b028939\"] .tcb-button-link { min-height: 54.7619px; font-size: 1.33333em; padding-top: 0px; padding-bottom: 0px; border: 1px solid rgb(255, 255, 255); border-radius: 30px; overflow: hidden; background-color: rgba(26, 188, 156, 0.01) !important; padding-right: 15px !important; color: rgb(26, 188, 156) !important; }[data-css=\"tve-u-1621b08fdde\"] { border-radius: 200px; overflow: hidden; border: 1px solid rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1621b01355a\"]:hover [data-css=\"tve-u-1621b08fdde\"] { border: 1px solid rgba(255, 255, 255, 0.4) !important; }[data-css=\"tve-u-1621b30ca74\"]::after { clear: both; }#tve_editor [data-css=\"tve-u-1621e942b65\"] { font-weight: 400; letter-spacing: 0px; color: rgb(255, 255, 255) !important; font-family: Poppins !important; font-size: 30px !important; }[data-css=\"tve-u-1621e94cb4e\"] { float: none; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621eaaedd8\"] { clip-path: url(\"#clip-bottom-a2b9cf3198d6f\"); -webkit-clip-path: url(\"#clip-bottom-a2b9cf3198d6f\");  background-image: none !important; background-color: rgb(5, 10, 42) !important; }[data-css=\"tve-u-1621eab272c\"] { border-radius: 200px; overflow: hidden; background-image: none !important; border: 3px solid rgb(255, 255, 255) !important; background-color: rgb(5, 10, 42) !important; }[data-css=\"tve-u-1621eacf6af\"] { max-width: 230px; float: none; z-index: 3; position: relative; padding: 0px !important; margin: 0px auto !important; }[data-css=\"tve-u-1621eb3eb9f\"] { clip-path: url(\"#clip-bottom-ac98bb0e54b3b\"); -webkit-clip-path: url(\"#clip-bottom-ac98bb0e54b3b\");  background-image: none !important; background-color: rgb(45, 51, 89) !important; }[data-css=\"tve-u-1621eb43d8d\"] { border-radius: 200px; overflow: hidden; background-image: none !important; border: 3px solid rgb(255, 255, 255) !important; background-color: rgb(45, 51, 89) !important; }[data-css=\"tve-u-1621eb7ccb0\"] { min-height: 530px; }[data-css=\"tve-u-1621eb81205\"] { padding: 0px 0px 20px !important; margin-top: -25px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621ebbbb6d\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621ebbbb6d\"] { max-width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1621ebf340c\"] { max-width: 230px; float: none; z-index: 3; position: relative; width: 100%; padding: 0px !important; margin: 0px auto !important; }[data-css=\"tve-u-1621ebfa746\"] { padding: 0px !important; margin-top: 0px !important; margin-bottom: 30px !important; }#tve_editor [data-css=\"tve-u-1621ebfe4ce\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ebff867\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ec009a8\"] { font-size: 16px !important; }[data-css=\"tve-u-1621ec09a3c\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; margin: 0px !important; }#tve_editor [data-css=\"tve-u-1621ec09a3c\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ec0c5bd\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; margin: 0px !important; }#tve_editor [data-css=\"tve-u-1621ec0c5bd\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ec15f6e\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ec15f6e\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ec204df\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ec204df\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ec20f68\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ec20f68\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ec21a31\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ec21a31\"] > :first-child { color: rgb(137, 141, 167); }#tve_editor [data-css=\"tve-u-1621ec241aa\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ec2704c\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ec298ab\"] { font-size: 16px !important; }[data-css=\"tve-u-1621ec6c39b\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621ec6c39b\"] { float: none; max-width: 110px; z-index: 4; padding: 0px !important; margin: -60px auto 30px !important; }[data-css=\"tve-u-1621ec752da\"] { min-height: 110px; }[data-css=\"tve-u-1621ec78d2c\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621ec78d2c\"] { float: none; max-width: 110px; z-index: 4; padding: 0px !important; margin: -60px auto 30px !important; }[data-css=\"tve-u-1621ec79a7d\"] { min-height: 110px; }[data-css=\"tve-u-1621ec7f21a\"] { min-height: 160px; }[data-css=\"tve-u-1621f154231\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-1621f154231\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin: 0px 0px -1px !important; }[data-css=\"tve-u-1621f15b521\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-1621f15b521\"] { float: right; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin-top: -1px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621f4ceaf7\"] { color: rgb(15, 29, 123) !important; }[data-css=\"tve-u-1621fb65556\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-1621fb65556\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-1621fb65556\"] { min-height: inherit; margin-left: -20px; padding: 0px !important; }[data-css=\"tve-u-1621fb68b97\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-1621fb68b97\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-1621fb68b97\"] { min-height: inherit; margin-left: -30px; padding: 30px !important; }[data-css=\"tve-u-1621fbacc60\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621fbcad8c\"] { padding: 0px !important; }[data-css=\"tve-u-1621fc0ce17\"] { padding: 0px !important; margin-bottom: 15px !important; }[data-css=\"tve-u-1621fd84d7b\"] { min-height: 480px; }[data-css=\"tve-u-1621fd8766c\"] { min-height: 150px; }[data-css=\"tve-u-1621fd9c946\"] { padding: 0px 0px 20px !important; margin-top: 0px !important; margin-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-1621fe1587d\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1621fe1725e\"] strong { font-weight: 800; }#tve_editor [data-css=\"tve-u-1621fe1725e\"] { font-weight: 400; letter-spacing: 0px; color: rgb(255, 255, 255) !important; font-family: Poppins !important; font-size: 30px !important; }#tve_editor [data-css=\"tve-u-1621fe1a1af\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1621fe1bd18\"] strong { font-weight: 800; }#tve_editor [data-css=\"tve-u-1621fe1bd18\"] { font-weight: 400; letter-spacing: 0px; color: rgb(255, 255, 255) !important; font-family: Poppins !important; font-size: 30px !important; }[data-css=\"tve-u-16223b080b0\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-16223b080b0\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-16223f02c16\"] { min-height: 62px; }[data-css=\"tve-u-16223fe5f5b\"] { padding: 0px !important; }[data-css=\"tve-u-16224439be1\"] { padding: 0px !important; }#tve_editor [data-css=\"tve-u-1622444fb11\"] { letter-spacing: 1px; color: rgb(137, 141, 167) !important; font-size: 14px !important; }#tve_editor [data-css=\"tve-u-16228c764b2\"] { font-size: 18px !important; }[data-css=\"tve-u-16229f6175c\"] { border: none; margin: 80px 0px 0px !important; background-image: none !important; }[data-css=\"tve-u-16229fa6a26\"] { border: none; box-shadow: none; padding: 0px 30px 30px !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-16229fa8c68\"] { border: none; padding: 0px 30px 30px !important; background-image: none !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col > .tcb-col { min-height: 244px; }[data-css=\"tve-u-16229ffbb7b\"] { margin-left: -30px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16248fc42a1\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-16248fc42a1\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-16248fc71c8\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-16249355087\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-16249355087\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-16249358652\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-16249358652\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-1624935a201\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-1624935a201\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-16249367114\"] { border: none; margin: 30px 0px 0px !important; background-image: none !important; }[data-css=\"tve-u-16249373b25\"] { border: none; padding: 0px 30px 30px !important; background-image: linear-gradient(rgb(248, 249, 251), rgb(248, 249, 251)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1624939a960\"] { border: none; box-shadow: none; padding: 0px 30px 30px !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-162493a03b0\"] > .tcb-flex-col > .tcb-col { min-height: 244px; }[data-css=\"tve-u-162493a03b0\"] { margin-left: -30px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-162493a03b0\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-162493b6b63\"] { border: none; background-image: none !important; padding: 0px 30px 30px !important; background-color: rgb(248, 249, 251) !important; }#tve_editor [data-css=\"tve-u-162493d5f13\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-162493d5f13\"] { font-size: 30px; width: 30px; height: 30px; top: 0px; left: 0px; display: block; position: static; z-index: 8; border-bottom: 1px solid rgb(10, 93, 165); border-top: none; border-right: none; border-left: none; border-image: initial; margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-162494b490e\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-162494b7ad0\"] { padding: 0px !important; margin-top: 25px !important; margin-left: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-1625389a3d5\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-1625389a3d5\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-1625389b4ed\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-1625389b4ed\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-162539ac577\"] { max-width: 39%; }[data-css=\"tve-u-162539ac57d\"] { max-width: 61%; }#tve_editor [data-css=\"tve-u-162539c17ec\"] { font-size: 16px !important; color: rgba(12, 12, 12, 0.7) !important; }[data-css=\"tve-u-16260c39a7e\"] { float: none; max-width: 100%; border-left: 1px solid rgba(15, 29, 123, 0.7); border-right: 1px solid rgba(15, 29, 123, 0.7); margin: 0px auto !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-16260c433e9\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-Rosie.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16260c5ff07\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-16260c5ff07\"] { float: right; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin: -1px 0px 0px !important; }[data-css=\"tve-u-16260c5ff0c\"]::after { clear: both; }[data-css=\"tve-u-16260d01208\"] { max-width: 37%; }[data-css=\"tve-u-16260d0120e\"] { max-width: 63%; }[data-css=\"tve-u-16260d39b83\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-16260d39b83\"] { float: right; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin-top: -1px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-16260d3b97e\"]::after { clear: both; }[data-css=\"tve-u-16260d3f4aa\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16260d3f4aa\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-16260d3f4aa\"] { min-height: inherit; margin-left: -30px; padding: 30px !important; }[data-css=\"tve-u-16260d3f4af\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-16260d3f4af\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-16260d3f4af\"] { min-height: inherit; margin-left: -20px; padding: 0px !important; }[data-css=\"tve-u-16260d5e4b8\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-Shawn.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16260d73672\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-16260d73672\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin-top: 0px !important; margin-bottom: -1px !important; }[data-css=\"tve-u-16260d8392c\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16260d8392c\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-16260d8392c\"] { min-height: inherit; margin-left: -30px; padding: 30px !important; }[data-css=\"tve-u-16260d8396c\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-16260d8396c\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-16260d8396c\"] { min-height: inherit; margin-left: -20px; padding: 0px !important; }[data-css=\"tve-u-16260da3aa7\"] { float: none; max-width: 100%; border-left: 1px solid rgba(15, 29, 123, 0.7); border-right: 1px solid rgba(15, 29, 123, 0.7); margin: 0px auto !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-162717cb600\"] { max-width: 58.2%; }[data-css=\"tve-u-162717cb601\"] { max-width: 41.8%; }[data-css=\"tve-u-162717cb602\"] { clip-path: url(\"#clip-bottom-eab511de4ba9e\"); -webkit-clip-path: url(\"#clip-bottom-eab511de4ba9e\");  background-color: rgba(255, 255, 255, 0.2) !important; }[data-css=\"tve-u-162717cb603\"] { min-height: 496px; }[data-css=\"tve-u-162717cb604\"] { z-index: 5; float: right; position: relative; width: 100%; max-width: 570px; bottom: 0px; left: 0px; padding: 0px !important; margin: -59px 0px 0px !important; }[data-css=\"tve-u-162717cb605\"] { clip-path: url(\"#clip-bottom-7920fc765722d\"); -webkit-clip-path: url(\"#clip-bottom-7920fc765722d\");  background-color: rgba(255, 255, 255, 0.1) !important; }[data-css=\"tve-u-162717cb606\"] { min-height: 419px; }[data-css=\"tve-u-162717cb608\"] { max-width: 633px; z-index: 4; top: 0px; right: 0px; padding: 0px !important; margin: 164px 0px 0px !important; }[data-css=\"tve-u-162717cb609\"]::after { clear: both; }[data-css=\"tve-u-162717cb60a\"] { padding-right: 50px !important; padding-bottom: 80px !important; padding-top: 20px !important; }[data-css=\"tve-u-162717cb60b\"]::after { clear: both; }[data-css=\"tve-u-162717cb60b\"] { margin-top: 0px !important; margin-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-162717cb60c\"] .tcb-button-link { font-size: 18px; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-162717cb60c\"] { float: left; z-index: 3; position: relative; display: block; max-width: 300px; width: 300px; margin-bottom: 0px !important; margin-top: 0px !important; }#tve_editor [data-css=\"tve-u-162717cb60c\"]:hover .tcb-button-link { background-color: rgb(255, 255, 255) !important; color: rgb(15, 29, 123) !important; background-image: none !important; font-weight: bold !important; }[data-css=\"tve-u-162717cb60c\"] .tcb-button-link { border: 1px solid rgb(255, 255, 255); min-height: 54.7619px; font-size: 1.33333em; padding-top: 0px; padding-bottom: 0px; border-radius: 100px; overflow: hidden; background-color: rgba(26, 188, 156, 0.01) !important; color: rgb(26, 188, 156) !important; }[data-css=\"tve-u-162717cb60f\"] { padding: 0px !important; margin-bottom: 25px !important; }[data-css=\"tve-u-162717cb610\"] { padding: 0px !important; margin-bottom: 35px !important; }#tve_editor [data-css=\"tve-u-162717cb616\"] { text-transform: none !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-162717cb617\"] { margin-left: 0px; padding: 0px !important; }[data-css=\"tve-u-162717cb618\"] { max-width: none; margin-top: 0px !important; }[data-css=\"tve-u-162717cb620\"] { clip-path: url(\"#clip-bottom-c883ac5175045\"); -webkit-clip-path: url(\"#clip-bottom-c883ac5175045\");  background-image: linear-gradient(90deg, rgb(15, 29, 123) 0%, rgba(15, 29, 123, 0.42) 100%), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-hero-img.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-162717cb609\"] { max-width: 1200px; min-height: 630px !important; }[data-css=\"tve-u-162717cb621\"] { z-index: 1; padding: 125px 40px 0px !important; margin-top: -130px !important; }[data-css=\"tve-u-162717cb623\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-162717cb624\"] { min-height: 54px; }[data-css=\"tve-u-162717cb623\"] { max-width: 304px; float: left; z-index: 3; position: relative; width: 100%; padding: 2px !important; margin: 0px auto 18px !important; }#tve_editor [data-css=\"tve-u-162717cb625\"] .tcb-button-link { font-size: 18px; color: rgb(15, 29, 123) !important; }#tve_editor [data-css=\"tve-u-162717cb625\"]:hover strong { font-weight: 700 !important; }[data-css=\"tve-u-162717cb625\"] { display: block; max-width: 300px; width: 300px; float: none; z-index: 3; position: relative; margin: 0px auto !important; }#tve_editor [data-css=\"tve-u-162717cb625\"]:hover .tcb-button-link { color: rgb(255, 255, 255) !important; border-radius: 200px !important; overflow: hidden !important; font-family: Monda !important; font-weight: 400 !important; text-shadow: none !important; background-image: none !important; background-color: rgb(15, 29, 123) !important; }[data-css=\"tve-u-162717cb625\"] .tcb-button-link { border-radius: 200px; min-height: 54.7619px; font-size: 1.33333em; padding-top: 0px; padding-bottom: 0px; background-image: none !important; background-color: rgb(255, 255, 255) !important; padding-right: 15px !important; font-weight: bold !important; }#tve_editor [data-css=\"tve-u-162717cb623\"]:hover [data-css=\"tve-u-162717cb626\"] { border: 1px solid rgba(255, 255, 255, 0.6) !important; }[data-css=\"tve-u-162717cb626\"] { border-radius: 200px; overflow: hidden; border: 1px solid rgb(255, 255, 255) !important; }[data-css=\"tve-u-162717d1bb6\"] { border-right: 1px solid rgba(255, 255, 255, 0.2); }[data-css=\"tve-u-162717d1bbc\"] { border-left: none; padding: 0px !important; }[data-css=\"tve-u-162717d1bbe\"] { border-bottom: 1px solid rgba(255, 255, 255, 0.2); float: none; width: 100%; position: relative; z-index: 10; max-width: 1600px; margin: 0px auto !important; }[data-css=\"tve-u-162717d1bbf\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-162717d1bbf\"] > .tcb-flex-col { padding-left: 17px; }[data-css=\"tve-u-162717d1bbf\"] { margin-left: -17px; min-height: inherit; padding: 5px 0px 0px 40px !important; }#tve_editor [data-css=\"tve-u-162717d1bbe\"] p, #tve_editor [data-css=\"tve-u-162717d1bbe\"] li, #tve_editor [data-css=\"tve-u-162717d1bbe\"] blockquote, #tve_editor [data-css=\"tve-u-162717d1bbe\"] address { font-size: 16px; }#tve_editor [data-css=\"tve-u-162717d1bc3\"] > :first-child { color: rgb(255, 255, 255); }[data-css=\"tve-u-162717d1bc3\"] { font-size: 25px !important; width: 25px !important; height: 25px !important; z-index: 4; position: relative; float: left; margin: 3px 5px 0px 0px !important; padding-left: 0px !important; }[data-css=\"tve-u-162717d1bc5\"] { border-right: none; padding: 0px !important; position: static !important; }[data-css=\"tve-u-162718f6444\"] { z-index: 12; float: right; width: 100%; max-width: 600px; bottom: -30px; right: -88px; position: absolute !important; padding: 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-162718f6446\"] { min-height: 600px; }[data-css=\"tve-u-162718f6447\"] { clip-path: url(\"#clip-bottom-6d4048c9836f6\"); -webkit-clip-path: url(\"#clip-bottom-6d4048c9836f6\");  background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-Bmw.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }#tve_editor [data-css=\"tve-u-16271adf6cf\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-16271adf6cf\"] { font-size: 30px; width: 30px; height: 30px; top: 22px; left: 20px; border-bottom: 1px solid rgb(10, 93, 165); margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1641367e553\"] > :first-child { color: rgba(15, 29, 123, 0.12); }[data-css=\"tve-u-1641367e553\"] { font-size: 60px; float: none; box-shadow: none; width: 60px; height: 60px; margin: -55px auto 60px !important; padding-right: 17px !important; }[data-css=\"tve-u-16416e4fafd\"] { box-shadow: rgba(0, 0, 0, 0.02) 0px 2px 22px 0px; background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16416e603ab\"] { box-shadow: rgba(0, 0, 0, 0.12) 0px 3px 44px 0px; background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-164179a84b8\"] > .tve-cb { display: block; }[data-css=\"tve-u-164179a84b8\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-164179bced9\"] { border-right: none; padding: 3px 0px 0px !important; position: static !important; }[data-css=\"tve-u-16417b4cb9e\"] { padding: 0px 0px 50px !important; }[data-css=\"tve-u-16417b62c09\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-16417b662bf\"] { margin-top: 0px !important; margin-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-16417e5bd95\"] > :first-child { color: rgb(255, 255, 255); }[data-css=\"tve-u-16417e5bd95\"] { font-size: 25px !important; width: 25px !important; height: 25px !important; z-index: 4; position: relative; float: left; margin: 3px 15px 0px 0px !important; padding-left: 0px !important; }[data-css=\"tve-u-1641c1af44d\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1641c1b01a6\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1641c1b0a67\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1641c1b12d8\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }#tve_editor [data-css=\"tve-u-1641c1b33f9\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-1641c1b33f9\"] { font-size: 30px; width: 30px; height: 30px; top: 22px; left: 20px; border-bottom: 1px solid rgb(10, 93, 165); margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1641c1b456a\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-1641c1b456a\"] { font-size: 30px; width: 30px; height: 30px; top: 22px; left: 20px; border-bottom: 1px solid rgb(10, 93, 165); margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1641c1b52d3\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-1641c1b52d3\"] { font-size: 30px; width: 30px; height: 30px; top: 22px; left: 20px; border-bottom: 1px solid rgb(10, 93, 165); margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1641c1b60b4\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-1641c1b60b4\"] { font-size: 30px; width: 30px; height: 30px; top: 22px; left: 20px; border-bottom: 1px solid rgb(10, 93, 165); margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-16422a1ce91\"] { float: none; width: 100%; max-width: 227px; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; }#tve_editor [data-css=\"tve-u-16422a1ce92\"] { font-size: 16px !important; color: rgb(12, 12, 12) !important; }#tve_editor [data-css=\"tve-u-16422a1ce93\"] { font-size: 16px !important; color: rgb(18, 18, 18) !important; }[data-css=\"tve-u-16422a1ce92\"] { line-height: 1.7em !important; }[data-css=\"tve-u-16422a1ce93\"] { line-height: 1.7em !important; }#tve_editor [data-css=\"tve-u-16422a1ce94\"] { font-size: 16px !important; color: rgb(29, 26, 31) !important; }[data-css=\"tve-u-16422a1ce94\"] { line-height: 1.7em !important; }#tcb_landing_page .tcb-plain-text { color: rgb(0, 0, 0); font-family: Merriweather; font-weight: 400; }#tcb_landing_page .tcb-plain-text strong { font-weight: 700; }[data-css=\"tve-u-162717d1bbe\"] p { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-162717d1bbe\"] h3 { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-16959822de2\"] { width: 291px; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-16959846d3d\"] { margin-top: 0px !important; }}@media (max-width: 1023px){[data-css=\"tve-u-1621ebfa746\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621eb037bb\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621ec78d2c\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621ec6c39b\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-162717cb602\"] { clip-path: url(\"#clip-tablet-bottom-eab511de4ba9e\"); -webkit-clip-path: url(\"#clip-tablet-bottom-eab511de4ba9e\");  }[data-css=\"tve-u-1621b064668\"] { max-width: 49%; }[data-css=\"tve-u-1621b064646\"] { max-width: 51%; }[data-css=\"tve-u-1621b3c74d9\"] { max-width: 100%; }[data-css=\"tve-u-1621f0b0088\"] { min-height: 100px !important; }[data-css=\"tve-u-1621ee3afec\"] > .tve-cb { display: block; }[data-css=\"tve-u-16417b97d3c\"]::after { clear: both; }[data-css=\"tve-u-1621e7ceab3\"] > .tve-cb { display: block; }[data-css=\"tve-u-1621ea50702\"] { float: none; width: 100%; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621ae4fd21\"] > .tve-cb { display: block; }[data-css=\"tve-u-162717cb60f\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-162717cb610\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-16223dad661\"] { padding-top: 20px !important; }[data-css=\"tve-u-1641367127b\"] { float: none; font-size: 50px; width: 50px; height: 50px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1641367e553\"] { float: none; font-size: 50px; width: 50px; height: 50px; margin: -44px auto 40px !important; padding-right: 12px !important; }[data-css=\"tve-u-1621e7b695a\"] { margin-bottom: 50px !important; }[data-css=\"tve-u-1621ee37f4a\"] { min-height: 262px; }[data-css=\"tve-u-1621ada1e7f\"] { padding: 50px 30px 50px 0px !important; }[data-css=\"tve-u-1621b072b4e\"] { max-width: 100%; }[data-css=\"tve-u-1621a2247ba\"] { margin-bottom: 60px !important; }[data-css=\"tve-u-16229f6175c\"] { margin-top: 0px !important; }[data-css=\"tve-u-162717cb60b\"] { height: calc(100% - -85px); margin-top: -85px !important; }[data-css=\"tve-u-162717cb617\"] .tcb-flex-col { flex-basis: 560px !important; }#tcb_landing_page h5 { line-height: 1.3em; }#tcb_landing_page h6 { line-height: 1.4em; }#tcb_landing_page p, #tcb_landing_page li { line-height: 1.5em; }[data-css=\"tve-u-1628a146aef\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1628a12f675\"] { margin-bottom: 40px !important; }[data-css=\"tve-u-1628a10d3b4\"] { margin-bottom: 40px !important; }[data-css=\"tve-u-162718bd0c0\"] { clip-path: url(\"#clip-tablet-top-a3b25e1c9221a\"); -webkit-clip-path: url(\"#clip-tablet-top-a3b25e1c9221a\");  background-color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-162717cb621\"] { z-index: 6; padding-top: 60px !important; margin-top: -90px !important; }[data-css=\"tve-u-162718a3b40\"] { max-width: 100%; min-height: 1px !important; }[data-css=\"tve-u-16271adf6cf\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-162493d5f13\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-162717fcf9d\"] { margin-top: -40px !important; padding-top: 90px !important; padding-left: 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-16260d3f4af\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16260d3f4aa\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1621fb65556\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1621fb68b97\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16260d8396c\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16260d8392c\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16260d39b83\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-16260c5ff07\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-16260ba2fa4\"] { padding: 50px 40px !important; }[data-css=\"tve-u-16260be7104\"] { max-width: 100%; }[data-css=\"tve-u-1621ebbbb6d\"] { margin-top: -1px !important; }[data-css=\"tve-u-1621eaaedd8\"] { clip-path: url(\"#clip-tablet-bottom-a2b9cf3198d6f\"); -webkit-clip-path: url(\"#clip-tablet-bottom-a2b9cf3198d6f\");  }[data-css=\"tve-u-1621e7e9950\"] { margin-top: -1px !important; }[data-css=\"tve-u-16229fa8c68\"] { padding: 0px 20px 20px !important; }[data-css=\"tve-u-1622f65ba70\"] { padding: 0px 20px 20px !important; }[data-css=\"tve-u-16249373b25\"] { padding-left: 20px !important; padding-right: 20px !important; padding-bottom: 20px !important; }[data-css=\"tve-u-162493b6b63\"] { padding-left: 20px !important; padding-bottom: 20px !important; padding-right: 20px !important; }[data-css=\"tve-u-16249367114\"] { margin-top: 20px !important; }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-1624935a201\"] { line-height: 1.3em !important; }[data-css=\"tve-u-16249358652\"] { line-height: 1.3em !important; }[data-css=\"tve-u-16249355087\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1625389b4ed\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1625389a3d5\"] { line-height: 1.3em !important; }[data-css=\"tve-u-16248fc42a1\"] { line-height: 1.3em !important; }[data-css=\"tve-u-162493a03b0\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-162493a03b0\"] .tcb-flex-col { flex-basis: 145px !important; }[data-css=\"tve-u-1622a159bcb\"] { float: none; max-width: 85%; margin: 0px auto !important; padding-top: 0px !important; }[data-css=\"tve-u-16229fa6a26\"] { margin-bottom: 20px !important; padding: 0px 20px 20px !important; }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16229ffbb7b\"] { min-height: inherit; margin-left: -20px; }[data-css=\"tve-u-1621ad46076\"] { margin-bottom: 0px !important; margin-top: 0px !important; padding: 50px 40px !important; }#tve_editor [data-css=\"tve-u-1621b028939\"] .tcb-button-link { font-size: 18px; }[data-css=\"tve-u-16223f02c16\"] { min-height: 54px; }[data-css=\"tve-u-1621b01355a\"] { max-width: 304px; padding: 2px !important; }[data-css=\"tve-u-1620af7eb3f\"] { float: none; z-index: 3; position: relative; display: block; max-width: 300px; width: 300px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621afda4fa\"] { max-width: 100%; margin-bottom: 30px !important; }[data-css=\"tve-u-16224716d62\"]::after { clear: both; }[data-css=\"tve-u-1621f0aa8f7\"] { margin-top: 0px !important; }[data-css=\"tve-u-1621e7e6c1d\"] { min-height: 150px; }[data-css=\"tve-u-1621e7edfd9\"] { clip-path: url(\"#clip-tablet-bottom-10ffac3b28f1d\"); -webkit-clip-path: url(\"#clip-tablet-bottom-10ffac3b28f1d\");  }[data-css=\"tve-u-1621ebf340c\"] { float: none; width: 100%; padding: 0px !important; margin-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621e7d5094\"] { min-height: 455px; }[data-css=\"tve-u-1621adea58b\"] > .tcb-flex-col > .tcb-col { justify-content: center; }[data-css=\"tve-u-16223dad661\"]::after { clear: both; }[data-css=\"tve-u-1621e8107f3\"] { float: none; margin-left: auto !important; margin-right: auto !important; margin-bottom: 20px !important; }[data-css=\"tve-u-16223b080b0\"] { float: none; margin-left: auto !important; margin-right: auto !important; margin-top: -1px !important; }[data-css=\"tve-u-1621eb3eb9f\"] { clip-path: url(\"#clip-tablet-bottom-ac98bb0e54b3b\"); -webkit-clip-path: url(\"#clip-tablet-bottom-ac98bb0e54b3b\");  }[data-css=\"tve-u-1621fe78878\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1621fe78878\"] { min-height: inherit; }#tve_editor [data-css=\"tve-u-1621e92e97f\"] { font-size: 22px !important; }#tve_editor [data-css=\"tve-u-1621e942b65\"] { letter-spacing: 0px; font-size: 1.5em !important; }#tve_editor [data-css=\"tve-u-1621fe1bd18\"] { letter-spacing: 0px; font-size: 1.5em !important; }#tve_editor [data-css=\"tve-u-1621fe1a1af\"] { font-size: 22px !important; }#tve_editor [data-css=\"tve-u-1621fe1725e\"] { letter-spacing: 0px; font-size: 1.5em !important; }#tve_editor [data-css=\"tve-u-1621fe1587d\"] { font-size: 22px !important; }[data-css=\"tve-u-1621ef118dc\"] { position: relative; top: -50px; left: 30px; width: 100%; }[data-css=\"tve-u-1621ee3afec\"] { padding: 40px 0px 0px !important; }[data-css=\"tve-u-1621ee63e1c\"] { max-width: none; margin-bottom: 30px !important; }[data-css=\"tve-u-1621ee74a24\"] { top: 0px; right: 0px; font-size: 45px; width: 45px; height: 45px; float: none; padding-left: 0px !important; margin: 0px auto !important; }[data-css=\"tve-u-1621ee18a1c\"] { margin-top: 40px !important; margin-left: 20px !important; margin-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-1621fdcb4ea\"] { letter-spacing: 1px; font-size: 1.5em !important; }[data-css=\"tve-u-1621ec7f21a\"] { min-height: 150px; }[data-css=\"tve-u-1621eacf6af\"] { float: none; max-width: 230px; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621fd9c946\"] { max-width: 380px; float: none; width: 100%; margin: 0px auto !important; padding-left: 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-1621eb81205\"] { margin-top: 0px !important; }[data-css=\"tve-u-1621eb7ccb0\"] { min-height: 455px; }[data-css=\"tve-u-1621fd8766c\"] { min-height: 150px; }[data-css=\"tve-u-1621fd84d7b\"] { min-height: 430px; }[data-css=\"tve-u-1621e7c7aa1\"] .tcb-flex-col { flex-basis: 300px !important; }#tve_editor [data-css=\"tve-u-1621e7a7350\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621e7c899a\"] { float: none; max-width: 100%; margin-left: auto !important; margin-right: auto !important; margin-top: 0px !important; }[data-css=\"tve-u-1621e7c7aa1\"] { margin-left: -20px; flex-direction: row; }[data-css=\"tve-u-1621e7c7aa1\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-1621b3c8c52\"] { padding: 50px 40px !important; }[data-css=\"tve-u-1621fc0ce17\"] { margin-top: 10px !important; margin-bottom: 7px !important; }[data-css=\"tve-u-1621fbcad8c\"] { padding-left: 0px !important; padding-right: 30px !important; }[data-css=\"tve-u-1621fbacc60\"] { max-width: 177px; }[data-css=\"tve-u-1621fb68b97\"] { margin-left: -15px; min-height: inherit; padding: 20px !important; }[data-css=\"tve-u-1621fb68b97\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-1621fb65556\"] { margin-left: -15px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-1621fb65556\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-1621b200375\"] { float: none; max-width: 100%; margin: 0px auto !important; }[data-css=\"tve-u-1621b0e4fb7\"] { max-width: 100%; float: none; z-index: 3; position: relative; margin-right: auto !important; margin-left: auto !important; margin-bottom: 20px !important; }#tve_editor [data-css=\"tve-u-1621b10fccf\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621ae0bec7\"] { background-image: none !important; margin-top: 0px !important; }[data-css=\"tve-u-1621ae6c8da\"] { clip-path: url(\"#clip-tablet-top-aa2c3e3c70555\"); -webkit-clip-path: url(\"#clip-tablet-top-aa2c3e3c70555\");  }[data-css=\"tve-u-1621adba9ef\"] { clip-path: url(\"#clip-tablet-top-52d5a36c151aa\"); -webkit-clip-path: url(\"#clip-tablet-top-52d5a36c151aa\");  }[data-css=\"tve-u-1621ad420c4\"] { max-width: 100%; min-height: 1px !important; }[data-css=\"tve-u-1621f45bed3\"] { padding: 0px !important; }[data-css=\"tve-u-1621ae4fd21\"] { max-width: 100%; left: 0px; top: 0px; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621ae4db6e\"] { min-height: 300px; }#tve_editor [data-css=\"tve-u-1621afd8c98\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621afcc0bf\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621afceb00\"] { max-width: 100%; margin-bottom: 30px !important; }[data-css=\"tve-u-1621a98b602\"] { stroke-dasharray: 534.071, 534.071; }[data-css=\"tve-u-1621a9750ae\"] { font-size: 14.45px !important; line-height: 14.45px !important; }[data-css=\"tve-u-1621a9a2867\"] { font-size: 51px !important; line-height: 51px !important; }[data-css=\"tve-u-1621a9a2866\"] { margin-top: 42.5px !important; }[data-css=\"tve-u-1621a96b190\"] { width: 153px !important; height: 153px !important; top: 8.5px !important; bottom: 8.5px !important; left: 8.5px !important; right: 8.5px !important; }[data-css=\"tve-u-1621a9685d4\"] { stroke-width: 18px !important; }[data-css=\"tve-u-1621a9a2862\"] { width: 170px !important; height: 170px !important; }[data-css=\"tve-u-1621a983587\"] { float: none; border: 20px solid rgba(137, 141, 167, 0.24); margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621a8b2488\"] { float: none; max-width: 100%; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621a8a804b\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1621a8a804b\"] { margin-left: -24px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-1621a8a804b\"] > .tcb-flex-col { padding-left: 24px; }#tve_editor [data-css=\"tve-u-1621a2e0d5b\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621b028939\"] { position: relative; float: left; z-index: 3; display: block; max-width: 300px; width: 300px; margin-top: 15px !important; }[data-css=\"tve-u-1621adea58b\"] { margin-left: -30px; }[data-css=\"tve-u-1621adea58b\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-1621ade6172\"] { max-width: 100%; position: static; }#tve_editor [data-css=\"tve-u-16248fc42a1\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-16249355087\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-16249358652\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-1624935a201\"] { font-size: 18px !important; }[data-css=\"tve-u-1624939a960\"] { margin-bottom: 0px !important; padding-bottom: 20px !important; padding-left: 20px !important; padding-right: 20px !important; }[data-css=\"tve-u-162493a03b0\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-162493a03b0\"] { min-height: inherit; margin-left: -20px; }#tve_editor [data-css=\"tve-u-1625389a3d5\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-1625389b4ed\"] { font-size: 18px !important; }[data-css=\"tve-u-16260c39a7e\"] { float: none; max-width: 100%; margin: 0px auto !important; }[data-css=\"tve-u-16260d3f4aa\"] { margin-left: -15px; min-height: inherit; padding: 20px !important; }[data-css=\"tve-u-16260d3f4aa\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-16260d3f4af\"] { margin-left: -15px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-16260d3f4af\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-16260d8392c\"] { margin-left: -15px; min-height: inherit; padding: 20px !important; }[data-css=\"tve-u-16260d8392c\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-16260d8396c\"] { margin-left: -15px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-16260d8396c\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-16260da3aa7\"] { float: none; max-width: 100%; margin: 0px !important; }[data-css=\"tve-u-162717cb60c\"] { display: block; max-width: 300px; width: 300px; }[data-css=\"tve-u-162717cb609\"] { max-width: 100%; min-height: 1px !important; }[data-css=\"tve-u-162717cb605\"] { clip-path: url(\"#clip-tablet-bottom-7920fc765722d\"); -webkit-clip-path: url(\"#clip-tablet-bottom-7920fc765722d\");  background-color: rgba(244, 149, 29, 0) !important; }[data-css=\"tve-u-162717cb60a\"] { padding: 0px !important; }[data-css=\"tve-u-162717cb618\"] { float: none; max-width: 100%; margin-top: 60px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-162717cb620\"] { clip-path: url(\"#clip-tablet-bottom-c883ac5175045\"); -webkit-clip-path: url(\"#clip-tablet-bottom-c883ac5175045\");  }[data-css=\"tve-u-162717cb603\"] { min-height: 220px; }[data-css=\"tve-u-162717cb604\"] { max-width: 350px; float: right; z-index: 3; position: relative; width: 100%; bottom: 7px; left: 0px; margin-top: 0px !important; margin-left: 0px !important; padding-left: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-162717cb608\"] { max-width: 350px; position: relative; float: right; z-index: 3; width: 100%; top: 0px; right: 0px; margin-top: 0px !important; }[data-css=\"tve-u-162717cb606\"] { min-height: 1px; }[data-css=\"tve-u-162717d1bbf\"] { margin-left: 0px; padding: 25px 25px 0px !important; }[data-css=\"tve-u-162717d1bbf\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-162717d1bc5\"] { border-right: none; padding-left: 35px !important; padding-right: 0px !important; }[data-css=\"tve-u-162717d1bb6\"] { padding-left: 0px !important; }[data-css=\"tve-u-162717d1bbc\"] { border-left: none; border-right: none; padding-left: 30px !important; padding-bottom: 10px !important; }[data-css=\"tve-u-162717d1bc3\"] { font-size: 14px; width: 14px; height: 14px; margin-bottom: 10px !important; margin-left: 0px !important; padding-left: 10px !important; }[data-css=\"tve-u-162717d1bbe\"] { max-width: 100%; margin-left: 0px !important; margin-right: 30px !important; }[data-css=\"tve-u-162718f6444\"] { max-width: 360px; bottom: -35px; position: relative; left: 40px; margin-bottom: 0px !important; }[data-css=\"tve-u-162718f6446\"] { min-height: 300px; }[data-css=\"tve-u-162718f6447\"] { clip-path: url(\"#clip-tablet-bottom-6d4048c9836f6\"); -webkit-clip-path: url(\"#clip-tablet-bottom-6d4048c9836f6\");  }[data-css=\"tve-u-164179bced9\"] { border-right: none; padding-left: 30px !important; padding-right: 0px !important; }[data-css=\"tve-u-16417b62c09\"] { max-width: 177px; }[data-css=\"tve-u-16417b662bf\"] { max-width: 177px; }[data-css=\"tve-u-16417e5bd95\"] { font-size: 14px; width: 14px; height: 14px; margin-bottom: -14px !important; margin-left: 0px !important; }[data-css=\"tve-u-1641c1b33f9\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-1641c1b456a\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-1641c1b52d3\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-1641c1b60b4\"] { font-size: 25px; width: 25px; height: 25px; }#tve_editor [data-css=\"tve-u-16422a1ce94\"] { font-size: 16px !important; }[data-css=\"tve-u-16959822de2\"] { margin-right: 1px !important; padding-right: 10px !important; padding-top: 10px !important; }}@media (max-width: 767px){[data-css=\"tve-u-162717cb605\"] { clip-path: url(\"#clip-mobile-bottom-7920fc765722d\"); -webkit-clip-path: url(\"#clip-mobile-bottom-7920fc765722d\");  }[data-css=\"tve-u-162717cb602\"] { clip-path: url(\"#clip-mobile-bottom-eab511de4ba9e\"); -webkit-clip-path: url(\"#clip-mobile-bottom-eab511de4ba9e\");  }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-16417e9d24e\"]::after { clear: both; }[data-css=\"tve-u-16417b70f47\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 0px !important; }[data-css=\"tve-u-1621e819c52\"] { min-height: 100px; }[data-css=\"tve-u-1621e8107f3\"] { max-width: 100px; }[data-css=\"tve-u-1621fd8766c\"] { min-height: 144px; }[data-css=\"tve-u-1621ec79a7d\"] { min-height: 100px; }[data-css=\"tve-u-1621ec78d2c\"] { max-width: 100px; }[data-css=\"tve-u-1621ec7f21a\"] { min-height: 144px; }[data-css=\"tve-u-1621e7e6c1d\"] { min-height: 144px; }[data-css=\"tve-u-16417b4cb9e\"] { padding-bottom: 30px !important; }[data-css=\"tve-u-1621ec752da\"] { min-height: 100px; }[data-css=\"tve-u-1621ec6c39b\"] { max-width: 100px; }[data-css=\"tve-u-1621fd84d7b\"] { min-height: 430px; }[data-css=\"tve-u-1621e7c7aa1\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16223dad661\"] { padding-top: 0px !important; }[data-css=\"tve-u-1621b3c74d9\"] { max-width: 100%; }[data-css=\"tve-u-1621eb81205\"] { max-width: 100%; margin-bottom: 20px !important; }[data-css=\"tve-u-1621e7ceab3\"] { max-width: 100%; margin-bottom: 20px !important; }[data-css=\"tve-u-1621f0b0088\"] { min-height: 120px !important; }[data-css=\"tve-u-1621f0da775\"] { float: none; width: 100%; max-width: 280px; margin: 0px auto 20px !important; }[data-css=\"tve-u-1621ee37f4a\"] { min-height: 260px; }[data-css=\"tve-u-1621ee3afec\"] > .tve-cb { display: flex; justify-content: center; flex-direction: column; }[data-css=\"tve-u-1621ee63e1c\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1641367127b\"] { font-size: 30px; width: 30px; height: 30px; }[data-css=\"tve-u-1641367e553\"] { float: none; font-size: 30px; width: 30px; height: 30px; margin: -30px auto 30px !important; padding-right: 10px !important; }[data-css=\"tve-u-1621ada1e7f\"] { padding: 0px !important; }[data-css=\"tve-u-162717cb617\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-162717cb617\"] { min-height: inherit; }[data-css=\"tve-u-16229fa6a26\"] { height: calc(100% - 21px); margin-bottom: 0px !important; margin-top: 21px !important; }[data-css=\"tve-u-1624939a960\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-162493a03b0\"] .tcb-flex-col { flex-basis: 400px !important; }[data-css=\"tve-u-1621a2247ba\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-162717cb60f\"] { margin-bottom: 25px !important; }[data-css=\"tve-u-162717d1bbf\"] .tcb-flex-col { flex-basis: 225px !important; }[data-css=\"tve-u-1621ee3afec\"] { max-width: 100%; padding: 0px !important; position: static !important; }#tve_editor [data-css=\"tve-u-1641333d7d1\"] { font-size: 14px !important; }[data-css=\"tve-u-162717cb60b\"] { margin-top: 0px !important; }[data-css=\"tve-u-162717cb621\"] { z-index: 2; padding-left: 20px !important; padding-right: 20px !important; margin-top: -160px !important; padding-top: 35px !important; }[data-css=\"tve-u-162717cb617\"] .tcb-flex-col { flex-basis: 435px !important; }[data-css=\"tve-u-16369305186\"] { float: none; width: 100%; max-width: 279px; z-index: 3; position: relative; margin: 0px auto !important; }#tcb_landing_page h6 { line-height: 1.4em; }#tcb_landing_page h5 { line-height: 1.3em; }#tcb_landing_page p, #tcb_landing_page li { font-size: 14px; }#tcb_landing_page h2 { font-size: 28px; }#tcb_landing_page h1 { font-size: 35px; }[data-css=\"tve-u-16260ba2fa4\"] { padding-bottom: 40px !important; padding-left: 20px !important; padding-right: 20px !important; }[data-css=\"tve-u-1628a10d3b4\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-1628a12f675\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-162717cb610\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-16271bfe70c\"] { padding: 0px !important; }[data-css=\"tve-u-162717fcf9d\"] { z-index: 1; margin-top: 0px !important; padding-top: 75px !important; padding-left: 20px !important; padding-right: 20px !important; }[data-css=\"tve-u-162718bd0c0\"] { clip-path: url(\"#clip-mobile-top-a3b25e1c9221a\"); -webkit-clip-path: url(\"#clip-mobile-top-a3b25e1c9221a\");  }[data-css=\"tve-u-1621eb3eb9f\"] { clip-path: url(\"#clip-mobile-bottom-ac98bb0e54b3b\"); -webkit-clip-path: url(\"#clip-mobile-bottom-ac98bb0e54b3b\");  }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col > .tcb-col { min-height: 155px; }[data-css=\"tve-u-16229ffbb7b\"] { min-height: inherit; margin-left: 0px; }[data-css=\"tve-u-16229fa8c68\"] { height: calc(100% - 28px); margin-bottom: 0px !important; margin-top: 20px !important; }[data-css=\"tve-u-1622f65ba70\"] { height: calc(100% - 20px); margin-bottom: 0px !important; margin-top: 20px !important; }[data-css=\"tve-u-16229f6175c\"] { margin-top: 0px !important; }[data-css=\"tve-u-1622a159bcb\"] { float: none; max-width: 100%; margin-left: auto !important; margin-right: auto !important; padding-top: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-16229ae62a7\"] { border-right: none; }#tve_editor [data-css=\"tve-u-16228c764b2\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-16228c75500\"] { font-size: 18px !important; }[data-css=\"tve-u-1621fb65556\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-1621a983587\"] { border: 20px solid rgba(137, 141, 167, 0.32); }[data-css=\"tve-u-1621ee74a24\"] { float: none; margin-left: auto !important; margin-right: auto !important; margin-bottom: 10px !important; }[data-css=\"tve-u-1621afda4fa\"] { max-width: 100%; margin-bottom: 20px !important; }[data-css=\"tve-u-16223f02c16\"] { min-height: 54px; }[data-css=\"tve-u-1621f0aa8f7\"] { margin-top: 0px !important; }#tve_editor [data-css=\"tve-u-1622444fb11\"] { letter-spacing: 0px; }[data-css=\"tve-u-16224439be1\"] { padding: 0px !important; }[data-css=\"tve-u-1621fb68b97\"] { padding: 0px !important; }[data-css=\"tve-u-1621afceb00\"] { max-width: 100%; margin-bottom: 30px !important; }[data-css=\"tve-u-1621b0e4fb7\"] { float: none; margin-right: auto !important; margin-bottom: 30px !important; padding-left: 0px !important; margin-left: auto !important; }[data-css=\"tve-u-1621ebf340c\"] { padding-bottom: 40px !important; }[data-css=\"tve-u-1621ea50702\"] { float: none; width: 100%; padding: 0px !important; margin-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621e7d5094\"] { min-height: 430px; }[data-css=\"tve-u-1621eb7ccb0\"] { min-height: 430px; }[data-css=\"tve-u-1621ee03000\"] { flex-direction: column; }[data-css=\"tve-u-16223fe5f5b\"] { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621f0d2c1a\"] { margin-left: 25px !important; margin-right: 25px !important; }[data-css=\"tve-u-1621ee18a1c\"] { margin: 0px 20px 20px 0px !important; }[data-css=\"tve-u-1621ef118dc\"] { top: 0px; width: 245px; position: relative; float: none; z-index: 5; left: 0px; margin: -22px auto 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-1621fd9c946\"] { max-width: 100%; margin-top: 0px !important; margin-left: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-16223fc9f23\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-1621e7c899a\"] { max-width: none; float: none; margin-top: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621b3c8c52\"] { padding: 40px 20px !important; }[data-css=\"tve-u-1621fbcad8c\"] { padding: 20px !important; }[data-css=\"tve-u-1621fb65556\"] { margin-left: 0px; padding: 0px !important; }[data-css=\"tve-u-1621fbacc60\"] { max-width: 126px; float: none; margin-left: auto !important; margin-right: auto !important; margin-top: 20px !important; }[data-css=\"tve-u-1621b200375\"] { float: none; margin-top: 0px !important; margin-left: auto !important; margin-right: auto !important; }#tve_editor [data-css=\"tve-u-1621b10fccf\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621b028939\"] { display: block; max-width: 100%; width: 100%; float: none; min-width: 100%; margin-left: auto !important; margin-right: auto !important; margin-top: 0px !important; }[data-css=\"tve-u-1621ae4db6e\"] { min-height: 270px; }[data-css=\"tve-u-1621ae6c8da\"] { clip-path: url(\"#clip-mobile-top-aa2c3e3c70555\"); -webkit-clip-path: url(\"#clip-mobile-top-aa2c3e3c70555\");  }[data-css=\"tve-u-1621adba9ef\"] { clip-path: url(\"#clip-mobile-top-52d5a36c151aa\"); -webkit-clip-path: url(\"#clip-mobile-top-52d5a36c151aa\");  }[data-css=\"tve-u-16223f02c16\"]::after { clear: both; }[data-css=\"tve-u-1621b01355a\"] { max-width: 100%; float: none; margin-left: auto !important; margin-right: auto !important; margin-bottom: 15px !important; }[data-css=\"tve-u-1620af7eb3f\"] { float: none; display: block; max-width: 100%; width: 100%; min-width: 100%; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621ae0bec7\"]::after { clear: both; }[data-css=\"tve-u-1621f45bed3\"] { padding: 40px 20px 0px !important; }[data-css=\"tve-u-1621ad46076\"] { margin: 0px !important; padding: 30px 20px !important; }[data-css=\"tve-u-1621adea58b\"] { flex-flow: row-reverse wrap-reverse !important; }[data-css=\"tve-u-1621ae4fd21\"] { margin-top: 0px !important; position: static !important; }[data-css=\"tve-u-1621a8b2488\"] { float: none; max-width: 100%; margin-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621a8a804b\"] { padding-left: 0px !important; padding-right: 0px !important; }#tve_editor [data-css=\"tve-u-1621a2e0d5b\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621e7c7aa1\"] { flex-direction: column; min-height: inherit; }[data-css=\"tve-u-16249367114\"] { margin-top: 0px !important; }[data-css=\"tve-u-16249373b25\"] { height: calc(100% - 20px); margin-bottom: 0px !important; background-image: linear-gradient(rgb(248, 249, 251), rgb(248, 249, 251)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; margin-top: 20px !important; }[data-css=\"tve-u-162493a03b0\"] > .tcb-flex-col > .tcb-col { min-height: 155px; }[data-css=\"tve-u-162493a03b0\"] { min-height: inherit; }[data-css=\"tve-u-162493b6b63\"] { height: calc(100% - 20px); margin-bottom: 0px !important; margin-top: 20px !important; }[data-css=\"tve-u-16260c39a7e\"] { float: none; margin-top: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-16260d3f4aa\"] { padding: 0px !important; }[data-css=\"tve-u-16260d3f4af\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-16260d3f4af\"] { margin-left: 0px; padding: 0px !important; }[data-css=\"tve-u-16260d8392c\"] { padding: 0px !important; }[data-css=\"tve-u-16260d8396c\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-16260d8396c\"] { margin-left: 0px; padding: 0px !important; }[data-css=\"tve-u-16260da3aa7\"] { float: none; margin-top: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-162717cb60c\"] { display: block; max-width: 100%; width: 100%; min-width: 100%; float: none; margin-left: auto !important; margin-right: auto !important; margin-bottom: 20px !important; }[data-css=\"tve-u-162717cb618\"] { margin: 140px 0px 0px !important; }[data-css=\"tve-u-162717cb606\"] { min-height: 175px; }[data-css=\"tve-u-162717cb620\"] { clip-path: url(\"#clip-mobile-bottom-c883ac5175045\"); -webkit-clip-path: url(\"#clip-mobile-bottom-c883ac5175045\");  }[data-css=\"tve-u-162717cb608\"] { max-width: 100%; margin-top: 0px !important; padding-bottom: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-162717cb604\"] { margin-top: 0px !important; }[data-css=\"tve-u-162717cb60a\"] { padding: 0px !important; }#tve_editor [data-css=\"tve-u-162717cb616\"] { font-size: 27px !important; }#tve_editor [data-css=\"tve-u-162717cb629\"] { font-size: 18px !important; }[data-css=\"tve-u-162717cb625\"] { float: none; display: block; max-width: 100%; width: 100%; min-width: 100%; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-162717cb623\"] { max-width: 100%; float: none; width: 100%; margin: 0px auto 10px !important; }[data-css=\"tve-u-162717d1bbf\"] > .tcb-flex-col { padding-left: 18px; }[data-css=\"tve-u-162717d1bbf\"] { margin-left: -18px; padding: 10px !important; flex-flow: row wrap !important; }[data-css=\"tve-u-162717d1bbe\"] { border-bottom: 1px solid rgba(255, 255, 255, 0.2); border-right: none; margin-left: auto !important; margin-right: auto !important; float: none; }[data-css=\"tve-u-162717d1bbc\"] { border: none; padding-left: 0px !important; padding-right: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-162717d1bc5\"] { border-right: none; padding-left: 15px !important; padding-right: 0px !important; }[data-css=\"tve-u-162717d1bc3\"] { margin: 3px 10px 0px 0px !important; }[data-css=\"tve-u-162717d1bb6\"] { border: none; padding-top: 0px !important; padding-left: 0px !important; margin-bottom: 1px !important; margin-top: -5px !important; padding-bottom: 10px !important; }[data-css=\"tve-u-162718f6446\"] { min-height: 280px; }[data-css=\"tve-u-162718f6444\"] { max-width: 100%; float: none; width: 100%; top: 0px; left: 0px; margin: 0px auto -30px !important; position: relative !important; }[data-css=\"tve-u-162718f6447\"] { clip-path: url(\"#clip-mobile-bottom-6d4048c9836f6\"); -webkit-clip-path: url(\"#clip-mobile-bottom-6d4048c9836f6\");  }[data-css=\"tve-u-164179a84b8\"] { float: none; width: 100%; max-width: 155px; z-index: 3; position: relative; margin-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-164179bced9\"] { border-right: none; position: relative; padding-left: 0px !important; padding-right: 0px !important; margin-top: 0px !important; max-width: 250px; margin-left: auto !important; margin-right: auto !important; float: none; }[data-css=\"tve-u-16417b62c09\"] { max-width: 126px; float: none; margin-left: auto !important; margin-right: auto !important; margin-top: 20px !important; }[data-css=\"tve-u-16417b662bf\"] { max-width: 126px; float: none; margin-left: auto !important; margin-right: auto !important; margin-top: 20px !important; }[data-css=\"tve-u-16417e5bd95\"] { margin: 3px 10px 0px 0px !important; }#tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] p, #tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] li, #tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] blockquote, #tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] address, #tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] .tcb-plain-text, #tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] label { font-size: 18px; }[data-css=\"tve-u-16959822de2\"] { padding-top: 10px !important; margin-left: auto !important; margin-right: auto !important; float: none; }}'),(6644,554,'tve_revision_tve_user_custom_css',''),(6645,554,'tve_revision_tve_page_events','a:0:{}'),(6646,554,'tve_revision_tve_globals','a:2:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";s:8:\"font_cls\";a:0:{}}'),(6647,554,'tve_revision_tve_global_scripts',''),(6648,554,'tve_revision_thrive_icon_pack','0'),(6649,554,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(6650,554,'tve_revision_tve_has_masonry','0'),(6651,554,'tve_revision_tve_has_typefocus','0'),(6652,554,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-162717d1bbe\" wfd-id=\"433\"><div class=\"tcb-flex-row tcb-medium-no-wrap v-2 tcb--cols--3 m-edit tcb-mobile-wrap\" data-css=\"tve-u-162717d1bbf\" wfd-id=\"434\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1695981e7bb\" wfd-id=\"460\"><div class=\"tcb-col\" data-css=\"tve-u-16959846d3d\" wfd-id=\"462\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16959822de2\" wfd-id=\"463\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"464\"><img class=\"tve_image wp-image-465\" alt=\"\" width=\"384\" height=\"62\" title=\"Blackhawk_custom_header\" data-id=\"465\" src=\"https://bestcerakoteflorida.com/wp-content/uploads/2019/01/Blackhawk_custom_header.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717d1bb9\" style=\"\" wfd-id=\"446\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717d1bb6\" wfd-id=\"448\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-164179a84b8\" wfd-id=\"449\">\n<div class=\"tve-content-box-background\" wfd-id=\"459\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"450\"><div class=\"tcb-clear\" wfd-id=\"457\"><a href=\"tel:1-954-848-1911\" target=\"_blank\" rel=\"\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-162717d1bc3\" data-float=\"1\" data-link-wrap=\"1\" wfd-id=\"458\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-phone-plus-light\" data-name=\"\">\n            <path d=\"M8 128h88v88c0 4.4 3.6 8 8 8h16c4.4 0 8-3.6 8-8v-88h88c4.4 0 8-3.6 8-8v-16c0-4.4-3.6-8-8-8h-88V8c0-4.4-3.6-8-8-8h-16c-4.4 0-8 3.6-8 8v88H8c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8zM487.8 24.1L387 .8c-14.7-3.4-29.8 4.2-35.8 18.1l-46.5 108.5c-5.5 12.7-1.8 27.7 8.9 36.5l53.9 44.1c-34 69.2-90.3 125.6-159.6 159.6l-44.1-53.9c-8.8-10.7-23.8-14.4-36.5-8.9L18.9 351.3c-13.9 6-21.5 21-18.1 35.8L24 487.9C27.3 502 39.9 512 54.5 512 306.7 512 512 307.8 512 54.5c0-14.6-10-27.2-24.2-30.4zM55.1 480l-23-99.6 107.4-46 59.5 72.8c103.6-48.6 159.7-104.9 208.1-208.1l-72.8-59.5 46-107.4 99.6 23C479.7 289.7 289.6 479.7 55.1 480z\"></path>\n        </svg></div></a></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162717d1bc5\" wfd-id=\"451\"><p data-css=\"tve-u-1641333d7d1\"><a href=\"tel:1-954-848-1911\" target=\"_blank\">954-848-1911</a></p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717d1bb7\" style=\"\" wfd-id=\"435\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717d1bbc\" wfd-id=\"437\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16369305186\" wfd-id=\"438\">\n<div class=\"tve-content-box-background\" wfd-id=\"445\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16417e9d24e\" wfd-id=\"439\"><div class=\"tcb-clear\" wfd-id=\"443\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-16417e5bd95\" data-float=\"1\" wfd-id=\"444\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-envelope-regular\" data-name=\"\">\n            <path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path>\n        </svg></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-164179bced9\" wfd-id=\"440\"><p data-css=\"tve-u-1641333d7d1\"><a href=\"mailto:info@bestcerkoteflorida.com\" target=\"_blank\">info@bestcerakoteflorida.com</a></p></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-162717cb621\" data-value-type=\"percent\" wfd-id=\"386\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-162717cb620\" data-clip-id=\"c883ac5175045\" wfd-id=\"432\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-c883ac5175045\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9125, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-c883ac5175045\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9476, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-c883ac5175045\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9651, 1 1, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-162717cb609\" wfd-id=\"387\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-162717cb618\" wfd-id=\"388\"><div class=\"tcb-flex-row tcb-medium-wrap tcb-resized tcb--cols--2 v-2\" data-css=\"tve-u-162717cb617\" wfd-id=\"389\"><div class=\"tcb-flex-col\" data-css=\"tve-u-162717cb601\" style=\"\" wfd-id=\"402\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717cb60a\" wfd-id=\"404\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h1\" data-css=\"tve-u-162717cb610\" wfd-id=\"426\"><h1 data-css=\"tve-u-162717cb616\" style=\"text-align: center;\">&nbsp;Protect What\'s Important To You With The Toughest Ceramic Finish On The Market<span data-css=\"tve-u-16271ca808e\" style=\"color: rgb(0, 229, 255);\" wfd-id=\"431\"></span></h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162717cb60f\" wfd-id=\"420\"><p data-css=\"tve-u-16413112747\">We provide reliable, affordable services for your vehicle. You can choose a q<span data-css=\"tve-u-16413111ba3\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"425\">u</span>ick exterior wash or a detailed clean, we have it all.</p></div><div class=\"tcb-clear\" data-css=\"tve-u-1641791ce1a\" wfd-id=\"409\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-162717cb623\" wfd-id=\"410\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-162717cb626\" data-tcb_hover_state_parent=\"1\" wfd-id=\"419\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-162717cb624\" wfd-id=\"411\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-162717cb625\" data-tcb_hover_state_parent=\"\" data-button-style=\"full_rounded\" wfd-id=\"412\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"413\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-162717cb629\" wfd-id=\"414\"><strong>Request an appointment</strong></span></span>\n</a>\n</div></div>\n</div></div><div class=\"tcb-clear\" data-css=\"tve-u-1641791de3b\" wfd-id=\"405\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-162717cb60c\" data-tcb_hover_state_parent=\"\" data-button-style=\"ghost\" wfd-id=\"406\">\n<a href=\"#\" class=\"tcb-button-link\" target=\"_blank\">\n<span class=\"tcb-button-texts\" wfd-id=\"407\"><span class=\"tcb-button-text thrv-inline-text\" wfd-id=\"408\"><strong>Call Now: 0400-700-682</strong></span></span>\n</a>\n</div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717cb600\" style=\"\" wfd-id=\"390\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717cb60b\" wfd-id=\"392\"><div class=\"tcb-clear\" data-css=\"tve-u-16417b97d3c\" wfd-id=\"393\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve_evt_manager_listen tve_et_tve-viewport tve_ea_thrive_animation tve_anim_slide_left\" data-css=\"tve-u-162717cb608\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_left&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" data-value-type=\"percent\" wfd-id=\"394\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-162717cb605\" data-clip-id=\"7920fc765722d\" wfd-id=\"401\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-7920fc765722d\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9476, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-7920fc765722d\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9476, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-7920fc765722d\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9476, 1 1, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-162717cb606\" wfd-id=\"395\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve_evt_manager_listen tve_et_tve-viewport tve_ea_thrive_animation tve_anim_slide_left\" data-css=\"tve-u-162718f6444\" data-value-type=\"percent\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_left&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" data-float=\"1\" wfd-id=\"398\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-162718f6447\" data-clip-id=\"6d4048c9836f6\" wfd-id=\"400\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-6d4048c9836f6\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9651, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-6d4048c9836f6\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9476, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-6d4048c9836f6\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"4\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9301, 1 1, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb\" data-css=\"tve-u-162718f6446\" wfd-id=\"399\"></div>\n</div><div class=\"tcb-clear\" data-css=\"tve-u-1626ca57ca6\" wfd-id=\"396\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve_evt_manager_listen tve_et_tve-viewport tve_ea_thrive_animation tve_anim_slide_left tcb-mobile-hidden\" data-css=\"tve-u-162717cb604\" data-float=\"1\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_left&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" data-value-type=\"percent\" wfd-id=\"397\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-162717cb602\" data-clip-id=\"eab511de4ba9e\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-eab511de4ba9e\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9651, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-eab511de4ba9e\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9651, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-eab511de4ba9e\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9651, 1 1, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb\" data-css=\"tve-u-162717cb603\"></div>\n</div></div></div>\n</div></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-162717fcf9d\" data-value-type=\"percent\" wfd-id=\"325\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-162718bd0c0\" data-clip-id=\"a3b25e1c9221a\" wfd-id=\"385\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0875\"></polygon></clipPath><clipPath id=\"clip-tablet-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"6\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.1051\"></polygon></clipPath><clipPath id=\"clip-mobile-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"1\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0175\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-162718a3b40\" wfd-id=\"326\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622a159bcb\" wfd-id=\"327\">\n<div class=\"tve-content-box-background\" wfd-id=\"384\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"328\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621a2247ba\" wfd-id=\"379\"><h2 data-css=\"tve-u-1621a2e0d5b\">our services</h2></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16229f6175c\" wfd-id=\"352\"><div class=\"tcb-flex-row tcb-medium-no-wrap tcb--cols--3 v-2\" data-css=\"tve-u-162493a03b0\" wfd-id=\"353\"><div class=\"tcb-flex-col\" wfd-id=\"368\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1624939a960\" data-tcb_hover_state_parent=\"\" wfd-id=\"370\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-162493d5f13\" data-float=\"1\" wfd-id=\"378\"><svg class=\"tcb-icon\" viewBox=\"0 0 14 28\" data-name=\"bolt\">\n<path d=\"M13.828 8.844c0.172 0.187 0.219 0.453 0.109 0.688l-8.437 18.078c-0.125 0.234-0.375 0.391-0.656 0.391-0.063 0-0.141-0.016-0.219-0.031-0.344-0.109-0.547-0.438-0.469-0.766l3.078-12.625-6.344 1.578c-0.063 0.016-0.125 0.016-0.187 0.016-0.172 0-0.359-0.063-0.484-0.172-0.187-0.156-0.25-0.391-0.203-0.609l3.141-12.891c0.078-0.297 0.359-0.5 0.688-0.5h5.125c0.391 0 0.703 0.297 0.703 0.656 0 0.094-0.031 0.187-0.078 0.281l-2.672 7.234 6.188-1.531c0.063-0.016 0.125-0.031 0.187-0.031 0.203 0 0.391 0.094 0.531 0.234z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"374\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-162494b490e\" wfd-id=\"375\"><h4 data-css=\"tve-u-16249355087\" style=\"text-align: left;\">Express exterior</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162494b7ad0\" wfd-id=\"371\"><p data-css=\"tve-u-162492e70ad\">Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"361\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162493b6b63\" data-tcb_hover_state_parent=\"\" wfd-id=\"363\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b456a\" wfd-id=\"367\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"adjust\">\n<path d=\"M12 22.5v-17c-4.688 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"365\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1af44d\" wfd-id=\"366\"><h4 data-css=\"tve-u-16249358652\" style=\"text-align: left;\">Interior clean</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"364\"><p data-css=\"tve-u-162492e70ad\">Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"354\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16249373b25\" wfd-id=\"356\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b52d3\" wfd-id=\"360\"><svg class=\"tcb-icon\" viewBox=\"0 0 26 28\" data-name=\"umbrella\">\n<path d=\"M14 12.938v9.063c0 2.172-1.828 4-4 4s-4-1.828-4-4c0-0.547 0.453-1 1-1s1 0.453 1 1c0 1.047 0.953 2 2 2s2-0.953 2-2v-9.063c0.328-0.109 0.656-0.172 1-0.172s0.672 0.063 1 0.172zM26 13.359c0 0.266-0.234 0.5-0.5 0.5-0.141 0-0.25-0.063-0.359-0.156-0.906-0.844-1.75-1.437-3.047-1.437-1.484 0-2.766 0.922-3.609 2.094-0.187 0.266-0.328 0.547-0.5 0.812-0.109 0.172-0.234 0.266-0.438 0.266-0.219 0-0.344-0.094-0.453-0.266-0.172-0.266-0.313-0.547-0.5-0.812-0.844-1.172-2.109-2.094-3.594-2.094s-2.75 0.922-3.594 2.094c-0.187 0.266-0.328 0.547-0.5 0.812-0.109 0.172-0.234 0.266-0.453 0.266-0.203 0-0.328-0.094-0.438-0.266-0.172-0.266-0.313-0.547-0.5-0.812-0.844-1.172-2.125-2.094-3.609-2.094-1.297 0-2.141 0.594-3.047 1.437-0.109 0.094-0.219 0.156-0.359 0.156-0.266 0-0.5-0.234-0.5-0.5 0-0.047 0-0.078 0.016-0.109 1.437-5.906 7.141-9.25 12.984-9.25 5.812 0 11.578 3.344 12.984 9.25 0.016 0.031 0.016 0.063 0.016 0.109zM14 2v1.531c-0.328-0.016-0.672-0.031-1-0.031s-0.672 0.016-1 0.031v-1.531c0-0.547 0.453-1 1-1s1 0.453 1 1z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"358\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b01a6\" wfd-id=\"359\"><h4 data-css=\"tve-u-1624935a201\" style=\"text-align: left;\">Wax protection</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"357\"><p data-css=\"tve-u-162492e70ad\">Etiam pharetra, erat sed fermentum feugiat, velit mauris</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16249367114\" wfd-id=\"329\"><div class=\"tcb-flex-row tcb-medium-no-wrap tcb--cols--3 v-2\" data-css=\"tve-u-16229ffbb7b\" wfd-id=\"330\"><div class=\"tcb-flex-col\" wfd-id=\"345\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229fa6a26\" wfd-id=\"347\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b33f9\" wfd-id=\"351\"><svg class=\"tcb-icon\" viewBox=\"0 0 26 28\" data-name=\"magic\">\n<path d=\"M18.594 9.078l4.578-4.578-1.672-1.672-4.578 4.578zM25.578 4.5c0 0.266-0.094 0.516-0.281 0.703l-20.094 20.094c-0.187 0.187-0.438 0.281-0.703 0.281s-0.516-0.094-0.703-0.281l-3.094-3.094c-0.187-0.187-0.281-0.438-0.281-0.703s0.094-0.516 0.281-0.703l20.094-20.094c0.187-0.187 0.438-0.281 0.703-0.281s0.516 0.094 0.703 0.281l3.094 3.094c0.187 0.187 0.281 0.438 0.281 0.703zM4.469 1.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531zM9.938 4.062l3.063 0.938-3.063 0.938-0.938 3.063-0.938-3.063-3.063-0.938 3.063-0.938 0.938-3.063zM24.469 11.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531zM14.469 1.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"349\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b0a67\" wfd-id=\"350\"><h4 data-css=\"tve-u-16248fc42a1\" style=\"text-align: left;\">Dust &amp; Dash Console</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"348\"><p data-css=\"tve-u-162492e70ad\">Duis sed odio sit amet nibh vulputate cursus a sit amet mauris.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"338\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1622f65ba70\" wfd-id=\"340\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b60b4\" wfd-id=\"344\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"certificate\">\n<path d=\"M21.5 14l2.156 2.109c0.297 0.281 0.406 0.703 0.313 1.094-0.109 0.391-0.422 0.703-0.812 0.797l-2.938 0.75 0.828 2.906c0.109 0.391 0 0.812-0.297 1.094-0.281 0.297-0.703 0.406-1.094 0.297l-2.906-0.828-0.75 2.938c-0.094 0.391-0.406 0.703-0.797 0.812-0.094 0.016-0.203 0.031-0.297 0.031-0.297 0-0.594-0.125-0.797-0.344l-2.109-2.156-2.109 2.156c-0.281 0.297-0.703 0.406-1.094 0.313-0.406-0.109-0.703-0.422-0.797-0.812l-0.75-2.938-2.906 0.828c-0.391 0.109-0.812 0-1.094-0.297-0.297-0.281-0.406-0.703-0.297-1.094l0.828-2.906-2.938-0.75c-0.391-0.094-0.703-0.406-0.812-0.797-0.094-0.391 0.016-0.812 0.313-1.094l2.156-2.109-2.156-2.109c-0.297-0.281-0.406-0.703-0.313-1.094 0.109-0.391 0.422-0.703 0.812-0.797l2.938-0.75-0.828-2.906c-0.109-0.391 0-0.812 0.297-1.094 0.281-0.297 0.703-0.406 1.094-0.297l2.906 0.828 0.75-2.938c0.094-0.391 0.406-0.703 0.797-0.797 0.391-0.109 0.812 0 1.094 0.297l2.109 2.172 2.109-2.172c0.281-0.297 0.688-0.406 1.094-0.297 0.391 0.094 0.703 0.406 0.797 0.797l0.75 2.938 2.906-0.828c0.391-0.109 0.812 0 1.094 0.297 0.297 0.281 0.406 0.703 0.297 1.094l-0.828 2.906 2.938 0.75c0.391 0.094 0.703 0.406 0.812 0.797 0.094 0.391-0.016 0.812-0.313 1.094z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"342\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b12d8\" wfd-id=\"343\"><h4 data-css=\"tve-u-1625389a3d5\" style=\"text-align: left;\">Triple Foam Polish</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"341\"><p data-css=\"tve-u-162492e70ad\">Class aptent taciti sociosqu ad litora torquent</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"331\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229fa8c68\" wfd-id=\"333\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-16271adf6cf\" wfd-id=\"337\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"bullseye\">\n<path d=\"M16 14c0 2.203-1.797 4-4 4s-4-1.797-4-4 1.797-4 4-4 4 1.797 4 4zM18 14c0-3.313-2.688-6-6-6s-6 2.688-6 6 2.688 6 6 6 6-2.688 6-6zM20 14c0 4.422-3.578 8-8 8s-8-3.578-8-8 3.578-8 8-8 8 3.578 8 8zM22 14c0-5.516-4.484-10-10-10s-10 4.484-10 10 4.484 10 10 10 10-4.484 10-10zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"335\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-16248fc71c8\" wfd-id=\"336\"><h4 data-css=\"tve-u-1625389b4ed\" style=\"text-align: left;\">Tire dressing</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"334\"><p data-css=\"tve-u-162492e70ad\">Etiam pharetra, erat sed fermentum feugiat, velit mauris</p></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621ad46076\" wfd-id=\"293\">\n<div class=\"tve-page-section-out\" wfd-id=\"324\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621b072b4e\" wfd-id=\"294\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621a8b2488\" wfd-id=\"295\"><div class=\"tcb-flex-row tcb--cols--2 v-2\" data-css=\"tve-u-1621a8a804b\" wfd-id=\"296\"><div class=\"tcb-flex-col\" wfd-id=\"306\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16271bfe70c\" wfd-id=\"308\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h3\" data-css=\"tve-u-1621a8c4313\" wfd-id=\"323\"><h3><strong>Complete cleaning services for yoâ€‹ur car</strong></h3></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-16417b70f47\" wfd-id=\"309\"><ul class=\"tcb-styled-list\" wfd-id=\"310\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621acf0289\" wfd-id=\"319\"><div class=\"tcb-styled-list-icon\" wfd-id=\"321\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a8e11f3\" wfd-id=\"322\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ace1b08\" wfd-id=\"320\">We are a small business delivering professional cleaning services for all vehicles</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621acf64fb\" wfd-id=\"315\"><div class=\"tcb-styled-list-icon\" wfd-id=\"317\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a8e5625\" wfd-id=\"318\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ace4de9\" wfd-id=\"316\">Our services are convenient for individuals and corporate fleets</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"311\"><div class=\"tcb-styled-list-icon\" wfd-id=\"313\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a9076ef\" wfd-id=\"314\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621acf47d2\" wfd-id=\"312\">We use eco-friendly products that actually clean, protect and maintain your car better than the traditional cleaning substances</span></li></ul></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"297\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621a90a46f\" wfd-id=\"299\"><div class=\"thrv_wrapper thrv-fill-counter tve_red tve_normalfc thrv_data_element\" data-css=\"tve-u-1621a983587\" wfd-id=\"300\">\n<div class=\"tve_fill_counter_n\" style=\"\" data-fill=\"100\" data-css=\"tve-u-1621a98b602\" wfd-id=\"301\">\n<svg viewBox=\"0 0 170 170\" class=\"tve_fill_counter_circle\" shape-rendering=\"optimizeSpeed\" data-css=\"tve-u-1621a9a2862\">\n<circle class=\"tve_fill_counter_circle_inner\" r=\"85\" cx=\"85\" cy=\"85\" data-css=\"tve-u-1621a9685d4\"></circle>\n</svg>\n<div class=\"tve_fill_text_in\" data-css=\"tve-u-1621a96b190\" wfd-id=\"302\">\n<div class=\"tve_fill_text_value\" data-css=\"tve-u-1621a9a2866\" wfd-id=\"304\">\n<div class=\"thrv-inline-text tve_fill_text tve_editable\" data-css=\"tve-u-1621a9a2867\" wfd-id=\"305\"><strong>100%â€‹</strong></div>\n</div>\n<div class=\"thrv-inline-text tve_editable tve_data_element_label\" data-css=\"tve-u-1621a9750ae\" wfd-id=\"303\">Clean car</div>\n</div>\n</div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621ada1e7f\" data-value-type=\"percent\" wfd-id=\"257\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621adba9ef\" data-clip-id=\"52d5a36c151aa\" wfd-id=\"292\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-52d5a36c151aa\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0875\"></polygon></clipPath><clipPath id=\"clip-tablet-top-52d5a36c151aa\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0524\"></polygon></clipPath><clipPath id=\"clip-mobile-top-52d5a36c151aa\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0349\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621ad420c4\" wfd-id=\"258\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621ade6172\" wfd-id=\"259\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2 tcb-row-reversed-mobile tcb-mobile-edit v-2\" data-css=\"tve-u-1621adea58b\" wfd-id=\"260\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621b064646\" style=\"\" wfd-id=\"286\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ae0bec7\" wfd-id=\"288\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ae4fd21\" data-value-type=\"percent\" data-float=\"1\" wfd-id=\"289\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621ae6c8da\" data-clip-id=\"aa2c3e3c70555\" wfd-id=\"291\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0349\"></polygon></clipPath><clipPath id=\"clip-tablet-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"4\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0699\"></polygon></clipPath><clipPath id=\"clip-mobile-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"4\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0699\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb\" data-css=\"tve-u-1621ae4db6e\" wfd-id=\"290\"></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621b064668\" style=\"\" wfd-id=\"261\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621f45bed3\" wfd-id=\"263\"><div class=\"tcb-clear\" data-css=\"tve-u-16224848ee5\" wfd-id=\"284\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621afceb00\" wfd-id=\"285\"><h2 data-css=\"tve-u-1621afcc0bf\">Check Out Our Special Offer!</h2></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621afda4fa\" wfd-id=\"283\"><p data-css=\"tve-u-1621afd8c98\">Donâ€™t miss the opportunity to get 50% discount on a complete cleaning just by recommending us to a friend. Bring someone you know with you and clean you car half price!</p></div><div class=\"tcb-clear\" data-css=\"tve-u-16224834cab\" wfd-id=\"264\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621fe85996\" wfd-id=\"265\"><div class=\"tcb-flex-row tcb--cols--2 tcb-resized tcb-medium-wrap tcb-desktop-wrap\" data-css=\"tve-u-1621fe78878\" wfd-id=\"266\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621fe94086\" style=\"\" wfd-id=\"274\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"276\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621b01355a\" wfd-id=\"277\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621b08fdde\" data-tcb_hover_state_parent=\"1\" wfd-id=\"282\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16223f02c16\" wfd-id=\"278\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-1620af7eb3f\" data-tcb_hover_state_parent=\"\" data-button-style=\"full_rounded\" wfd-id=\"279\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"280\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-16228c75500\" wfd-id=\"281\"><strong>Request an appointment</strong></span></span>\n</a>\n</div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621fe940b9\" style=\"\" wfd-id=\"267\"><div class=\"tcb-col\" wfd-id=\"269\"><div class=\"tcb-clear\" data-css=\"tve-u-16224716d62\" wfd-id=\"270\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-1621b028939\" data-tcb_hover_state_parent=\"\" data-button-style=\"ghost\" wfd-id=\"271\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"272\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-16228c764b2\" wfd-id=\"273\"><strong>Call Now: 0400-700-682</strong></span></span>\n</a>\n</div></div></div></div></div></div></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16260ba2fa4\" wfd-id=\"164\">\n<div class=\"tve-page-section-out\" wfd-id=\"256\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16260be7104\" wfd-id=\"165\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621b0e4fb7\" wfd-id=\"255\"><h2 data-css=\"tve-u-1621b10fccf\" style=\"text-align: center;\">our happy clients</h2></div><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641367127b\" data-float=\"1\" wfd-id=\"254\"><svg class=\"tcb-icon\" viewBox=\"0 0 30 32\" data-name=\"quote-left\">\n<path d=\"M13.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429zM29.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641367e553\" wfd-id=\"253\"><svg class=\"tcb-icon\" viewBox=\"0 0 30 32\" data-name=\"quote-left\">\n<path d=\"M13.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429zM29.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a10d3b4\" wfd-id=\"224\">\n<div class=\"tve-content-box-background\" wfd-id=\"252\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"225\"><div class=\"tcb-clear\" data-css=\"tve-u-1621b300a64\" wfd-id=\"250\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-1621f154231\" wfd-id=\"251\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621b200375\" wfd-id=\"228\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-16260d8392c\" wfd-id=\"229\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"234\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"236\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16417b62c09\" wfd-id=\"237\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-16260d8396c\" wfd-id=\"238\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16260d01208\" style=\"\" wfd-id=\"244\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"246\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"247\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16225617da3\" wfd-id=\"249\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"248\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16260d0120e\" style=\"\" wfd-id=\"239\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"241\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"243\"><h5>Brett Graham, 28</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"242\"><h6 class=\"\">Architect</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"230\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"232\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"233\"><p data-css=\"tve-u-162539c17ec\">Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit. Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit.&nbsp;</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-16260c5ff0c\" wfd-id=\"226\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260c5ff07\" wfd-id=\"227\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a12f675\" wfd-id=\"195\">\n<div class=\"tve-content-box-background\" wfd-id=\"223\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"196\"><div class=\"tcb-clear\" data-css=\"tve-u-16260cd7683\" wfd-id=\"221\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260d73672\" wfd-id=\"222\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16260da3aa7\" wfd-id=\"199\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-1621fb68b97\" wfd-id=\"200\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"205\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"207\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16417b662bf\" wfd-id=\"208\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-1621fb65556\" wfd-id=\"209\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16229915e1a\" style=\"\" wfd-id=\"215\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"217\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"218\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16260c433e9\" wfd-id=\"220\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"219\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16229915e4e\" style=\"\" wfd-id=\"210\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"212\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"214\"><h5>Rosie Hanson, 24</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"213\"><h6 class=\"\">Real estate Associate</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"201\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"203\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"204\"><p data-css=\"tve-u-162539c17ec\">Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo.</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-16260d3b97e\" wfd-id=\"197\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260d39b83\" wfd-id=\"198\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a146aef\" wfd-id=\"166\">\n<div class=\"tve-content-box-background\" wfd-id=\"194\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"167\"><div class=\"tcb-clear\" data-css=\"tve-u-16260cd7683\" wfd-id=\"192\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260cd622f\" wfd-id=\"193\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16260c39a7e\" wfd-id=\"170\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-16260d3f4aa\" wfd-id=\"171\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"176\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"178\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621fbacc60\" wfd-id=\"179\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-16260d3f4af\" wfd-id=\"180\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16229915e1a\" style=\"\" wfd-id=\"186\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"188\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"189\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16260d5e4b8\" wfd-id=\"191\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"190\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16229915e4e\" style=\"\" wfd-id=\"181\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"183\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"185\"><h5>Shawn Mattews, 35</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"184\"><h6 class=\"\">project manager</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"172\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"174\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"175\"><p data-css=\"tve-u-162539c17ec\">Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo. Nullam ac urna eu felis.Sed non neque elit. Sed ut imperdiet nisi. Proin condimentum</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1621b30ca74\" wfd-id=\"168\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-1621f15b521\" wfd-id=\"169\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621b3c8c52\" wfd-id=\"60\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621b3cfc7b\" wfd-id=\"163\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621b3c74d9\" wfd-id=\"61\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621e7b695a\" wfd-id=\"162\"><h2 data-css=\"tve-u-1621e7a7350\" style=\"text-align: center;\">our offers</h2></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621e7c899a\" wfd-id=\"62\"><div class=\"tcb-flex-row tcb--cols--3 tcb-medium-wrap v-2\" data-css=\"tve-u-1621e7c7aa1\" wfd-id=\"63\"><div class=\"tcb-flex-col\" wfd-id=\"126\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16223fc9f23\" wfd-id=\"128\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e7ceab3\" style=\"\" wfd-id=\"129\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16416e4fafd\" wfd-id=\"161\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e7d5094\" wfd-id=\"130\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e7e9950\" data-value-type=\"percent\" style=\"\" wfd-id=\"157\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e7edfd9\" data-clip-id=\"10ffac3b28f1d\" wfd-id=\"160\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-10ffac3b28f1d\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-10ffac3b28f1d\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e7e6c1d\" wfd-id=\"158\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-16417b4cb9e\" wfd-id=\"159\"><h4 data-css=\"tve-u-1621fe1a1af\" style=\"text-align: center;\"><strong>Basic Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ec6c39b\" data-float=\"1\" wfd-id=\"153\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e81f424\" wfd-id=\"156\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec752da\" wfd-id=\"154\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"155\"><h4 data-css=\"tve-u-1621fe1bd18\" style=\"text-align: center;\"><strong>15$</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621ea50702\" wfd-id=\"131\"><ul class=\"tcb-styled-list\" wfd-id=\"132\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec3a5c0\" wfd-id=\"149\"><div class=\"tcb-styled-list-icon\" wfd-id=\"151\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec204df\" wfd-id=\"152\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec241aa\" wfd-id=\"150\">Interior vacuum</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"145\"><div class=\"tcb-styled-list-icon\" wfd-id=\"147\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec20f68\" wfd-id=\"148\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec2704c\" wfd-id=\"146\">Dust &amp;dash console</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec42aa7\" wfd-id=\"141\"><div class=\"tcb-styled-list-icon\" wfd-id=\"143\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec21a31\" wfd-id=\"144\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec298ab\" wfd-id=\"142\">Hand towel dry</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec43fe2\" wfd-id=\"137\"><div class=\"tcb-styled-list-icon\" wfd-id=\"139\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ea1fba7\" wfd-id=\"140\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea23322\" wfd-id=\"138\">Clean windows</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec454d9\" wfd-id=\"133\"><div class=\"tcb-styled-list-icon\" wfd-id=\"135\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ea295c0\" wfd-id=\"136\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea2c69a\" wfd-id=\"134\">Soft cloth wash</span></li></ul></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"95\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"97\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621eb81205\" style=\"\" wfd-id=\"98\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16416e603ab\" wfd-id=\"125\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621eb7ccb0\" wfd-id=\"99\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ebbbb6d\" data-value-type=\"percent\" wfd-id=\"121\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eaaedd8\" data-clip-id=\"a2b9cf3198d6f\" wfd-id=\"124\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-a2b9cf3198d6f\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-a2b9cf3198d6f\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec7f21a\" wfd-id=\"122\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e930bd7\" wfd-id=\"123\"><h4 data-css=\"tve-u-1621e92e97f\" style=\"text-align: center;\"><strong>Ultimate Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ec78d2c\" data-float=\"1\" wfd-id=\"117\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eab272c\" wfd-id=\"120\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec79a7d\" wfd-id=\"118\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"119\"><h4 data-css=\"tve-u-1621e942b65\" style=\"text-align: center;\"><strong>22 $</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621ebfa746\" wfd-id=\"114\"><p data-css=\"tve-u-1621f4ceaf6\" style=\"text-align: center;\">Includes basic service <span data-css=\"tve-u-1621f4ceaf7\" style=\"color: rgb(15, 29, 123);\" wfd-id=\"115\"><strong class=\"\"><span data-css=\"tve-u-1621f4ceafb\" wfd-id=\"116\">+</span></strong></span></p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621ebf340c\" wfd-id=\"100\"><ul class=\"tcb-styled-list\" wfd-id=\"101\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-164137a0b1f\" wfd-id=\"110\"><div class=\"tcb-styled-list-icon\" wfd-id=\"112\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec0c5bd\" wfd-id=\"113\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ebfe4ce\" wfd-id=\"111\">Triple foam conditiner</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec04541\" wfd-id=\"106\"><div class=\"tcb-styled-list-icon\" wfd-id=\"108\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec09a3c\" wfd-id=\"109\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ebff867\" wfd-id=\"107\">Tire dressing</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec05cc3\" wfd-id=\"102\"><div class=\"tcb-styled-list-icon\" wfd-id=\"104\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec15f6e\" wfd-id=\"105\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec009a8\" wfd-id=\"103\">Air freshner</span></li></ul></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"64\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16223dad661\" wfd-id=\"66\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621fd9c946\" style=\"\" wfd-id=\"67\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e7d234c\" wfd-id=\"94\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621fd84d7b\" wfd-id=\"68\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16223b080b0\" data-value-type=\"percent\" wfd-id=\"90\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eb3eb9f\" data-clip-id=\"ac98bb0e54b3b\" wfd-id=\"93\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621fd8766c\" wfd-id=\"91\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e930bd7\" wfd-id=\"92\"><h4 data-css=\"tve-u-1621fe1587d\" style=\"text-align: center;\"><strong>Supreme Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e8107f3\" wfd-id=\"86\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eb43d8d\" wfd-id=\"89\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e819c52\" wfd-id=\"87\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"88\"><h4 data-css=\"tve-u-1621fe1725e\" style=\"text-align: center;\"><strong>30 $</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621eb037bb\" wfd-id=\"83\"><p data-css=\"tve-u-1621f4d0451\" style=\"text-align: center;\">Includes ultimate service <span data-css=\"tve-u-1621eaff572\" style=\"color: rgb(15, 29, 123);\" wfd-id=\"84\"><strong class=\"\"><span data-css=\"tve-u-1621eb01b60\" wfd-id=\"85\">+</span></strong></span></p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621eacf6af\" wfd-id=\"69\"><ul class=\"tcb-styled-list\" wfd-id=\"70\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec36a4d\" wfd-id=\"79\"><div class=\"tcb-styled-list-icon\" wfd-id=\"81\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e9993aa\" wfd-id=\"82\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea1a5d7\" wfd-id=\"80\">Exterior trim dressing</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"75\"><div class=\"tcb-styled-list-icon\" wfd-id=\"77\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e99b1db\" wfd-id=\"78\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea19a06\" wfd-id=\"76\">Hand applied spray wax</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec37ea5\" wfd-id=\"71\"><div class=\"tcb-styled-list-icon\" wfd-id=\"73\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e99c314\" wfd-id=\"74\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea18c5d\" wfd-id=\"72\">Interior conditioner</span></li></ul></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621efddaaf\" wfd-id=\"39\">\n<div class=\"tve-page-section-out\" wfd-id=\"59\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621edf8048\" wfd-id=\"40\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621f114214\" wfd-id=\"41\"><div class=\"tcb-flex-row tcb-resized tcb-mobile-edit tcb--cols--2\" data-css=\"tve-u-1621ee03000\" wfd-id=\"42\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621ee4be21\" style=\"\" wfd-id=\"47\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ee093d4\" wfd-id=\"49\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ee3afec\" wfd-id=\"53\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621ee58e74\" wfd-id=\"58\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ee37f4a\" wfd-id=\"54\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1621ee74a24\" wfd-id=\"57\"><svg class=\"tcb-icon\" viewBox=\"0 0 16 28\" data-name=\"map-marker\">\n<path d=\"M12 10c0-2.203-1.797-4-4-4s-4 1.797-4 4 1.797 4 4 4 4-1.797 4-4zM16 10c0 0.953-0.109 1.937-0.516 2.797l-5.688 12.094c-0.328 0.688-1.047 1.109-1.797 1.109s-1.469-0.422-1.781-1.109l-5.703-12.094c-0.406-0.859-0.516-1.844-0.516-2.797 0-4.422 3.578-8 8-8s8 3.578 8 8z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621ee63e1c\" wfd-id=\"56\"><h2 data-css=\"tve-u-1621fdcb4ea\" style=\"text-align: center;\">contact us</h2></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16422a1ce91\" wfd-id=\"55\"><p data-css=\"tve-u-16422a1ce94\" style=\"text-align: left;\">Your adress goes here</p><p data-css=\"tve-u-16422a1ce93\" style=\"text-align: left;\">Phone: 0400 - 700 - 682</p><p data-css=\"tve-u-16422a1ce92\" style=\"text-align: left;\">Email: our_office@gmail.com</p></div></div>\n</div><div class=\"tcb-clear\" data-css=\"tve-u-16417c828be\" wfd-id=\"50\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_slide_left\" data-css=\"tve-u-1621ef118dc\" style=\"\" wfd-id=\"51\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"52\"><img class=\"tve_image tve_evt_manager_listen tve_et_tve-viewport wp-image-21388\" alt=\"\" width=\"567\" height=\"384\" title=\"Car wash img footer\" data-id=\"21388\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-img-footer.png\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_left&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" style=\"width: 100%;\"></span></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621ee4be73\" style=\"\" wfd-id=\"43\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ee22c43\" wfd-id=\"45\"><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-1621ee18a1c\" wfd-id=\"46\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=New York&amp;t=m&amp;z=5&amp;output=embed&amp;iwloc=near\"></iframe>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621f0aa8f7\" wfd-id=\"26\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621f0ada0e\" wfd-id=\"38\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621f0b0088\" wfd-id=\"27\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621f0d2c1a\" wfd-id=\"28\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-1621f0cbe40\" wfd-id=\"29\"><div class=\"tcb-flex-col\" wfd-id=\"34\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"36\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621f0da775\" wfd-id=\"37\"><p data-css=\"tve-u-1622444fb11\">Â© 2018, Your company name . All rights reserved.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"30\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"32\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16223fe5f5b\" wfd-id=\"33\"><p data-css=\"tve-u-1621f0d874c\" style=\"text-align: right;\">Made with <a href=\"https://thrivethemes.com/\" target=\"_blank\">Thrive Architect</a></p></div></div></div></div></div></div>\n</div>\n\n'),(6653,554,'tve_revision_tve_has_wistia_popover','0'),(6658,555,'tve_revision_tve_content_more_found',''),(6659,555,'tve_revision_tve_save_post',''),(6660,555,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Merriweather:400,700&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Special+Elite:400&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Poppins:400,800,900,300,700,&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Monda:400,700,&subset=latin\");@media (min-width: 300px){.tcb-plain-text { font-family: Monda; font-weight: 400; font-size: 14px; }#tve_editor [data-css=\"tve-u-1621b072b4e\"] p, #tve_editor [data-css=\"tve-u-1621b072b4e\"] li, #tve_editor [data-css=\"tve-u-1621b072b4e\"] blockquote, #tve_editor [data-css=\"tve-u-1621b072b4e\"] address, #tve_editor [data-css=\"tve-u-1621b072b4e\"] .tcb-plain-text, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h1, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h2, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h3, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h4, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h5, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h6 { color: rgb(18, 18, 18); }[data-css=\"tve-u-16417c828be\"]::after { clear: both; }[data-css=\"tve-u-1621fe78878\"] .tcb-flex-col { flex-basis: 160px !important; }[data-css=\"tve-u-16417b70f47\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1641791de3b\"]::after { clear: both; }[data-css=\"tve-u-1641791ce1a\"]::after { clear: both; }#tve_editor [data-css=\"tve-u-1621fdcb4ea\"] { color: rgb(15, 29, 123) !important; }#tve_editor [data-css=\"tve-u-1641367127b\"] > :first-child { color: rgb(15, 29, 123); }[data-css=\"tve-u-1641367127b\"] { font-size: 60px; float: none; box-shadow: none; position: relative; z-index: 5; margin: 0px auto !important; }#tve_editor [data-css=\"tve-u-1641333d7d1\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-162717cb617\"] > .tcb-flex-col { padding-left: 0px; }#tve_editor [data-css=\"tve-u-16413112747\"] { color: rgba(255, 255, 255, 0.85) !important; }[data-css=\"tve-u-16413111ba3\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-16369305186\"] > .tve-cb { display: block; }#tve_editor [data-css=\"tve-u-162717cb609\"] p, #tve_editor [data-css=\"tve-u-162717cb609\"] li, #tve_editor [data-css=\"tve-u-162717cb609\"] blockquote, #tve_editor [data-css=\"tve-u-162717cb609\"] address, #tve_editor [data-css=\"tve-u-162717cb609\"] h1, #tve_editor [data-css=\"tve-u-162717cb609\"] h2, #tve_editor [data-css=\"tve-u-162717cb609\"] h3, #tve_editor [data-css=\"tve-u-162717cb609\"] h4, #tve_editor [data-css=\"tve-u-162717cb609\"] h5, #tve_editor [data-css=\"tve-u-162717cb609\"] h6 { color: rgb(255, 255, 255); }[data-css=\"tve-u-16369305186\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-162717cb621\"] .tve-page-section-in { display: flex; justify-content: center; flex-direction: column; }[data-css=\"tve-u-162717fcf9d\"] .tve-page-section-in { display: block; }[data-css=\"tve-u-1628a146aef\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1628a12f675\"] { padding: 0px !important; margin: 0px 0px 60px !important; }[data-css=\"tve-u-1628a10d3b4\"] { max-width: 100%; padding: 0px !important; margin: 0px 0px 60px !important; }[data-css=\"tve-u-16271ca808e\"] { color: rgb(0, 229, 255) !important; }#tve_editor [data-css=\"tve-u-162717cb618\"] p, #tve_editor [data-css=\"tve-u-162717cb618\"] li, #tve_editor [data-css=\"tve-u-162717cb618\"] blockquote, #tve_editor [data-css=\"tve-u-162717cb618\"] address, #tve_editor [data-css=\"tve-u-162717cb618\"] h1, #tve_editor [data-css=\"tve-u-162717cb618\"] h2, #tve_editor [data-css=\"tve-u-162717cb618\"] h3, #tve_editor [data-css=\"tve-u-162717cb618\"] h4, #tve_editor [data-css=\"tve-u-162717cb618\"] h5, #tve_editor [data-css=\"tve-u-162717cb618\"] h6 { color: rgb(0, 229, 255); }[data-css=\"tve-u-162718bd0c0\"] { clip-path: url(\"#clip-top-a3b25e1c9221a\"); -webkit-clip-path: url(\"#clip-top-a3b25e1c9221a\");  }[data-css=\"tve-u-162718a3b40\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-162717fcf9d\"] { z-index: 5; padding: 170px 40px 0px !important; margin-top: -80px !important; }[data-css=\"tve-u-16260cd622f\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-16260cd7683\"]::after { clear: both; }[data-css=\"tve-u-16260cd622f\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin-top: 0px !important; margin-bottom: -1px !important; }[data-css=\"tve-u-16260be7104\"] { max-width: 1200px; }[data-css=\"tve-u-16260ba2fa4\"] { padding: 100px 40px !important; }[data-css=\"tve-u-162539c17ec\"] { line-height: 1.6em !important; }#tve_editor [data-css=\"tve-u-162493b6b63\"]:hover { background-color: rgb(248, 249, 251) !important; }#tve_editor [data-css=\"tve-u-1624939a960\"]:hover { background-color: rgb(248, 249, 251) !important; background-image: none !important; }#tve_editor [data-css=\"tve-u-162492e70ad\"] { color: rgb(137, 141, 167) !important; }[data-css=\"tve-u-162492815ba\"] { padding: 0px !important; margin-top: 25px !important; }[data-css=\"tve-u-162491e8e1f\"]::after { clear: both; }[data-css=\"tve-u-1622f65ba70\"] { border: none; background-image: none !important; padding: 0px 30px 30px !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-1622a159bcb\"] { max-width: 100%; float: none; z-index: 6; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; margin-top: 0px !important; }[data-css=\"tve-u-16229915e4e\"] { max-width: 62.8%; }[data-css=\"tve-u-16229915e1a\"] { max-width: 37.2%; }[data-css=\"tve-u-16225617da3\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-Brett.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16225611edb\"] { min-height: 127px; }[data-css=\"tve-u-1622561121b\"] { max-width: 127px; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-16224848ee5\"]::after { clear: both; }[data-css=\"tve-u-16224834cab\"]::after { clear: both; }[data-css=\"tve-u-1621ee3afec\"] > .tve-cb { display: block; }[data-css=\"tve-u-1621fe78878\"] > .tcb-flex-col { padding-left: 5px; }[data-css=\"tve-u-1621fe940b9\"] { max-width: 50%; }[data-css=\"tve-u-1621fe94086\"] { max-width: 50%; }[data-css=\"tve-u-1621fe85996\"] { max-width: 585px; float: left; z-index: 3; position: relative; width: 100%; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621fe78878\"] > .tcb-flex-col > .tcb-col { min-height: 65px; justify-content: center; }[data-css=\"tve-u-1621fe78878\"] { min-height: inherit; margin-left: -5px; padding: 0px !important; flex-wrap: wrap !important; }#tve_editor [data-css=\"tve-u-1621f4d0451\"] { font-size: 20px !important; }#tve_editor [data-css=\"tve-u-1621f4ceaf6\"] { font-size: 20px !important; color: rgb(12, 12, 12) !important; }[data-css=\"tve-u-1621f45bed3\"] { padding: 0px !important; }[data-css=\"tve-u-1621f114214\"] { float: none; max-width: 100%; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621f0da775\"] { padding: 0px !important; }#tve_editor [data-css=\"tve-u-1621f0d874c\"] { letter-spacing: 1px; color: rgb(137, 141, 167) !important; font-size: 14px !important; }[data-css=\"tve-u-1621f0d2c1a\"] { max-width: 100%; margin-left: 60px !important; margin-right: 60px !important; }[data-css=\"tve-u-1621f0aa8f7\"] .tve-page-section-in { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621f0cbe40\"] { margin-left: 0px; padding: 0px !important; }[data-css=\"tve-u-1621f0cbe40\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-1621f0b0088\"] { max-width: 100%; min-height: 140px !important; }[data-css=\"tve-u-1621f0ada0e\"] { background-image: linear-gradient(rgb(22, 22, 24), rgb(22, 22, 24)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1621f0aa8f7\"] { padding: 0px !important; }[data-css=\"tve-u-1621efddaaf\"] { padding: 0px !important; }[data-css=\"tve-u-1621ef118dc\"] { width: 567px; position: relative; right: -50px; top: -104px; float: right; z-index: 3; margin-top: 0px !important; margin-bottom: 0px !important; padding-left: 0px !important; }#tve_editor [data-css=\"tve-u-1621ee74a24\"] > :first-child { color: rgb(15, 29, 123); }[data-css=\"tve-u-1621ee74a24\"] { font-size: 60px; float: none; z-index: 3; position: relative; margin: 0px auto 10px !important; padding-top: 0px !important; }[data-css=\"tve-u-1621ee63e1c\"] { float: none; z-index: 3; position: relative; max-width: none; width: 100%; padding: 0px !important; margin: 0px auto 30px !important; }[data-css=\"tve-u-1621ee58e74\"] { background-color: rgb(224, 226, 236) !important; }[data-css=\"tve-u-1621ee4be73\"] { max-width: 61%; }[data-css=\"tve-u-1621ee4be21\"] { max-width: 39%; }[data-css=\"tve-u-1621ee3afec\"] { padding: 60px 0px 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621ee37f4a\"] { min-height: 380px; }[data-css=\"tve-u-1621ee22c43\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding-top: 0px !important; padding-left: 0px !important; }[data-css=\"tve-u-1621ee18a1c\"] { margin: 80px 0px 0px 122px !important; }[data-css=\"tve-u-1621ee093d4\"] { margin-top: 0px !important; }[data-css=\"tve-u-1621ee03000\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1621ee03000\"] { margin-left: 0px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-1621ee03000\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-1621edf8048\"] { max-width: 100%; min-height: 1px !important; }[data-css=\"tve-u-1621ec454d9\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec43fe2\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec42aa7\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec3a5c0\"] { margin-top: 0px !important; margin-bottom: 10px !important; }[data-css=\"tve-u-1621ec37ea5\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec36a4d\"] { margin-bottom: 10px !important; }[data-css=\"tve-u-1621ea18c5d\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ea19a06\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ea1a5d7\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ea2c69a\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ea23322\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ec298ab\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ec2704c\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ec241aa\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ec05cc3\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec04541\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec009a8\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ebff867\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ebfe4ce\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621eb037bb\"] { padding: 0px !important; margin-top: 0px !important; margin-bottom: 30px !important; }[data-css=\"tve-u-1621eaff572\"] { color: rgb(15, 29, 123) !important; }[data-css=\"tve-u-1621ea50702\"] { max-width: 230px; float: none; z-index: 3; position: relative; width: 100%; padding: 0px !important; margin: 0px auto !important; }#tve_editor [data-css=\"tve-u-1621ea2c69a\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ea295c0\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ea295c0\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ea1fba7\"] > :first-child { color: rgb(137, 141, 167); }#tve_editor [data-css=\"tve-u-1621ea23322\"] { font-size: 16px !important; }[data-css=\"tve-u-1621ea1fba7\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }[data-css=\"tve-u-1621e99c314\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }[data-css=\"tve-u-1621e99b1db\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }[data-css=\"tve-u-1621e9993aa\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ea1a5d7\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ea19a06\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ea18c5d\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621e99c314\"] > :first-child { color: rgb(137, 141, 167); }#tve_editor [data-css=\"tve-u-1621e99b1db\"] > :first-child { color: rgb(137, 141, 167); }#tve_editor [data-css=\"tve-u-1621e9993aa\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621e8107f3\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621e942b65\"] strong { font-weight: 800; }[data-css=\"tve-u-1621e7e9950\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621e930bd7\"] { padding: 0px 0px 50px !important; }#tve_editor [data-css=\"tve-u-1621e92e97f\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1621e81f424\"] { border-radius: 200px; overflow: hidden; background-image: none !important; border: 3px solid rgb(255, 255, 255) !important; background-color: rgb(144, 147, 168) !important; }[data-css=\"tve-u-1621e819c52\"] { min-height: 110px; }[data-css=\"tve-u-1621e8107f3\"] { float: none; max-width: 110px; z-index: 4; padding: 0px !important; margin: -60px auto 30px !important; }[data-css=\"tve-u-1621e7edfd9\"] { clip-path: url(\"#clip-bottom-10ffac3b28f1d\"); -webkit-clip-path: url(\"#clip-bottom-10ffac3b28f1d\");  background-image: none !important; background-color: rgb(144, 147, 168) !important; }[data-css=\"tve-u-1621e7e9950\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1621e7e6c1d\"] { min-height: 150px; }[data-css=\"tve-u-1621e7c7aa1\"] > .tcb-flex-col { padding-left: 60px; }[data-css=\"tve-u-1621e7d5094\"] { min-height: 480px; }[data-css=\"tve-u-1621e7d234c\"] { box-shadow: rgba(0, 0, 0, 0.02) 0px 2px 22px 0px; background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1621e7ceab3\"] { float: none; width: 100%; padding: 0px 0px 20px !important; margin: 0px auto !important; }[data-css=\"tve-u-1621e7c899a\"] { float: none; max-width: 100%; margin: 0px auto !important; }[data-css=\"tve-u-1621e7c7aa1\"] { margin-left: -60px; padding: 0px !important; }[data-css=\"tve-u-1621e7b695a\"] { padding: 0px !important; margin-bottom: 100px !important; }#tve_editor [data-css=\"tve-u-1621e7a7350\"] { color: rgb(15, 29, 123) !important; }[data-css=\"tve-u-1621b3cfc7b\"] { filter: blur(0px); opacity: 1; background-image: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(220, 224, 246) 38%) !important; background-color: rgb(212, 212, 212) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1621b3c8c52\"] { padding: 100px 40px !important; }[data-css=\"tve-u-1621b3c74d9\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-1621b300a64\"]::after { clear: both; }[data-css=\"tve-u-1621b24a89d\"] { padding: 0px !important; }[data-css=\"tve-u-1621b22a018\"] { background-image: none !important; padding: 0px !important; }[data-css=\"tve-u-1621b200375\"] { float: none; max-width: 100%; border-left: 1px solid rgba(15, 29, 123, 0.7); border-right: 1px solid rgba(15, 29, 123, 0.7); background-color: rgb(248, 249, 251) !important; margin: 0px auto !important; }[data-css=\"tve-u-1621b10fccf\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621b0e4fb7\"] { border-right: none; max-width: 100%; padding: 0px !important; margin-bottom: 40px !important; margin-right: 0px !important; }[data-css=\"tve-u-1621b072b4e\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-1621b064668\"] { max-width: 52%; }[data-css=\"tve-u-1621b064646\"] { max-width: 48%; }[data-css=\"tve-u-1621afda4fa\"] { max-width: none; padding: 0px !important; margin-bottom: 40px !important; }#tve_editor [data-css=\"tve-u-1621afd8c98\"] { color: rgb(255, 255, 255) !important; font-size: 20px !important; }[data-css=\"tve-u-1621afceb00\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 80%; padding: 0px !important; margin-bottom: 50px !important; }#tve_editor [data-css=\"tve-u-1621afcc0bf\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1621a8a804b\"] > .tcb-flex-col { padding-left: 60px; }[data-css=\"tve-u-1621ae6c8da\"] { clip-path: url(\"#clip-top-aa2c3e3c70555\"); -webkit-clip-path: url(\"#clip-top-aa2c3e3c70555\");  background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-Cta-2.jpg\") !important; background-size: cover !important; background-position: 0% 100% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1621ae4fd21\"] { max-width: 100%; top: -70px; z-index: 5; left: -60px; position: relative !important; padding: 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-1621ae4db6e\"] { min-height: 524px; }[data-css=\"tve-u-1621ada1e7f\"] .tve-page-section-in { display: flex; flex-direction: column; justify-content: center; }[data-css=\"tve-u-1621adea58b\"] > .tcb-flex-col > .tcb-col { min-height: 1px; justify-content: center; }[data-css=\"tve-u-1621ae0bec7\"] { height: calc(100% - -22px); background-image: linear-gradient(rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.14)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; margin-left: 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621adea58b\"] > .tcb-flex-col { padding-left: 50px; }[data-css=\"tve-u-1621adea58b\"] { margin-left: -50px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-1621ade6172\"] { max-width: 100%; float: none; width: 100%; margin: 0px auto !important; }[data-css=\"tve-u-1621adba9ef\"] { clip-path: url(\"#clip-top-52d5a36c151aa\"); -webkit-clip-path: url(\"#clip-top-52d5a36c151aa\");  background-image: linear-gradient(rgba(15, 29, 123, 0.65), rgba(15, 29, 123, 0.65)), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-cta-bg.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-1621ada1e7f\"] { padding: 0px 40px !important; }[data-css=\"tve-u-1621ad46076\"] { padding: 100px 40px !important; margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1621ad420c4\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-1621a9076ef\"] { padding-top: 2px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-1621acf64fb\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621acf47d2\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1621acf0289\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621a8e11f3\"] { padding-top: 2px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-1621a8e5625\"] { padding-top: 2px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-1621ace4de9\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1621ace1b08\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1621a9a2867\"] strong { font-weight: 700; }#tve_editor [data-css=\"tve-u-1621a9a2867\"] { font-weight: 300; color: rgb(15, 29, 123) !important; font-family: Poppins !important; }[data-css=\"tve-u-1621a9750ae\"] { font-size: 18.36px !important; line-height: 18.36px !important; }[data-css=\"tve-u-1621a9a2867\"] { font-size: 64.8px !important; line-height: 64.8px !important; }[data-css=\"tve-u-1621a9a2866\"] { margin-top: 54px !important; }[data-css=\"tve-u-1621a9a2862\"] { width: 216px !important; height: 216px !important; background-color: rgb(137, 141, 167) !important; }[data-css=\"tve-u-1621a98b602\"] { stroke-dasharray: 678.584, 678.584; }[data-css=\"tve-u-1621a983587\"] { float: none; border: 30px solid rgba(137, 141, 167, 0.24); z-index: 3; position: relative; margin: 30px auto 0px !important; padding: 0px !important; }[data-css=\"tve-u-1621a9750ae\"] strong { font-weight: 700; }#tve_editor [data-css=\"tve-u-1621a9750ae\"] { color: rgb(255, 255, 255) !important; font-family: Monda !important; }[data-css=\"tve-u-1621a96b190\"] { background-color: rgb(101, 114, 203); width: 194.4px !important; height: 194.4px !important; top: 10.8px !important; bottom: 10.8px !important; left: 10.8px !important; right: 10.8px !important; }[data-css=\"tve-u-1621a9685d4\"] { stroke: rgb(248, 251, 253) !important; stroke-width: 22.6px !important; }[data-css=\"tve-u-1621a8a804b\"] > .tcb-flex-col > .tcb-col { min-height: 445px; justify-content: center; }[data-css=\"tve-u-1621a90a46f\"] { background-image: radial-gradient(rgba(255, 255, 255, 0.51) 16%, rgb(255, 255, 255) 73%), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-100-clean.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }#tve_editor [data-css=\"tve-u-1621a9076ef\"] > :first-child { color: rgb(15, 29, 123); }#tve_editor [data-css=\"tve-u-1621a8e5625\"] > :first-child { color: rgb(15, 29, 123); }#tve_editor [data-css=\"tve-u-1621a8e11f3\"] > :first-child { color: rgb(15, 29, 123); }[data-css=\"tve-u-1621a8c4313\"] { padding: 0px !important; margin-bottom: 60px !important; }[data-css=\"tve-u-1621a8b2488\"] { float: none; max-width: 100%; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621a8a804b\"] { min-height: inherit; margin-left: -60px; padding: 0px !important; }[data-css=\"tve-u-1621a2e0d5b\"] { line-height: 1em !important; }[data-css=\"tve-u-1621a2247ba\"] { max-width: 100%; float: none; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; }#tve_editor [data-css=\"tve-u-1620af7eb3f\"] .tcb-button-link { font-size: 18px; color: rgb(15, 29, 123) !important; }#tve_editor [data-css=\"tve-u-1620af7eb3f\"]:hover strong { font-weight: 700 !important; }[data-css=\"tve-u-1620af7eb3f\"] { width: 268px; float: left; z-index: 3; position: relative; display: block; max-width: 268px; margin-bottom: 0px !important; margin-top: 0px !important; margin-left: 3px !important; }#tve_editor [data-css=\"tve-u-1620af7eb3f\"]:hover .tcb-button-link { color: rgb(255, 255, 255) !important; border-radius: 200px !important; overflow: hidden !important; font-family: Monda !important; font-weight: 400 !important; text-shadow: none !important; background-image: none !important; background-color: rgb(15, 29, 123) !important; }[data-css=\"tve-u-1620af7eb3f\"] .tcb-button-link { border-radius: 200px; min-height: 54.7619px; font-size: 1.33333em; padding-top: 0px; padding-bottom: 0px; background-image: none !important; background-color: rgb(255, 255, 255) !important; padding-right: 15px !important; }#tcb_landing_page a:not(.tcb-button-link).tve_state_hover { color: rgb(35, 55, 188); }#tcb_landing_page a:not(.tcb-button-link):hover { color: rgb(35, 55, 188); }#tcb_landing_page a:not(.tcb-button-link) { color: rgb(255, 255, 255); }#tcb_landing_page input strong { font-weight: 700; }#tcb_landing_page .tcb-button-link strong { font-weight: 700; }#tcb_landing_page p strong, #tcb_landing_page li strong { font-weight: 700; }#tcb_landing_page input { font-family: Merriweather; font-weight: 400; }#tcb_landing_page .tcb-button-link { font-family: Merriweather; font-weight: 400; }#tcb_landing_page p, #tcb_landing_page li { color: rgb(12, 12, 12); font-family: Merriweather; font-weight: 400; line-height: 1.5em; font-size: 16px; }#tcb_landing_page h6 { text-transform: uppercase; font-size: 14px; color: rgb(0, 0, 0); font-family: \"Special Elite\"; font-weight: 400; letter-spacing: 1px; line-height: 1.3em; }#tcb_landing_page h5 { font-size: 22px; color: rgb(12, 12, 12); font-family: \"Special Elite\"; font-weight: 400; line-height: 1.3em; }#tcb_landing_page h4 { font-size: 24px; color: rgb(12, 12, 12); font-family: \"Special Elite\"; font-weight: 400; line-height: 1.3em; }#tcb_landing_page h3 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(12, 12, 12); font-size: 26px; line-height: 1.3em; }#tcb_landing_page h2 { color: rgb(0, 0, 0); font-size: 30px; letter-spacing: 2px; text-transform: uppercase; line-height: 1.3em; font-family: \"Special Elite\"; font-weight: 400; }#tcb_landing_page h1 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(0, 0, 0); font-size: 42px; line-height: 1.3em; }[data-css=\"tve-u-15e09c94f7d\"] { background-color: rgb(255, 255, 255); }[data-css=\"tve-u-1621b01355a\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621b01355a\"] { max-width: 274px; position: relative; float: left; z-index: 3; width: 100%; padding: 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-1621b028939\"] .tcb-button-link { font-size: 18px; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1621b028939\"]:hover strong { font-weight: 700 !important; }[data-css=\"tve-u-1621b028939\"] { display: block; max-width: 268px; width: 268px; top: 0px; left: 0px; float: left; z-index: 3; position: relative; margin-bottom: 0px !important; margin-top: 0px !important; }#tve_editor [data-css=\"tve-u-1621b028939\"]:hover .tcb-button-link { background-color: rgb(255, 255, 255) !important; color: rgb(15, 29, 123) !important; overflow: hidden !important; font-family: Monda !important; background-image: none !important; text-align: center !important; }[data-css=\"tve-u-1621b028939\"] .tcb-button-link { min-height: 54.7619px; font-size: 1.33333em; padding-top: 0px; padding-bottom: 0px; border: 1px solid rgb(255, 255, 255); border-radius: 30px; overflow: hidden; background-color: rgba(26, 188, 156, 0.01) !important; padding-right: 15px !important; color: rgb(26, 188, 156) !important; }[data-css=\"tve-u-1621b08fdde\"] { border-radius: 200px; overflow: hidden; border: 1px solid rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1621b01355a\"]:hover [data-css=\"tve-u-1621b08fdde\"] { border: 1px solid rgba(255, 255, 255, 0.4) !important; }[data-css=\"tve-u-1621b30ca74\"]::after { clear: both; }#tve_editor [data-css=\"tve-u-1621e942b65\"] { font-weight: 400; letter-spacing: 0px; color: rgb(255, 255, 255) !important; font-family: Poppins !important; font-size: 30px !important; }[data-css=\"tve-u-1621e94cb4e\"] { float: none; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621eaaedd8\"] { clip-path: url(\"#clip-bottom-a2b9cf3198d6f\"); -webkit-clip-path: url(\"#clip-bottom-a2b9cf3198d6f\");  background-image: none !important; background-color: rgb(5, 10, 42) !important; }[data-css=\"tve-u-1621eab272c\"] { border-radius: 200px; overflow: hidden; background-image: none !important; border: 3px solid rgb(255, 255, 255) !important; background-color: rgb(5, 10, 42) !important; }[data-css=\"tve-u-1621eacf6af\"] { max-width: 230px; float: none; z-index: 3; position: relative; padding: 0px !important; margin: 0px auto !important; }[data-css=\"tve-u-1621eb3eb9f\"] { clip-path: url(\"#clip-bottom-ac98bb0e54b3b\"); -webkit-clip-path: url(\"#clip-bottom-ac98bb0e54b3b\");  background-image: none !important; background-color: rgb(45, 51, 89) !important; }[data-css=\"tve-u-1621eb43d8d\"] { border-radius: 200px; overflow: hidden; background-image: none !important; border: 3px solid rgb(255, 255, 255) !important; background-color: rgb(45, 51, 89) !important; }[data-css=\"tve-u-1621eb7ccb0\"] { min-height: 530px; }[data-css=\"tve-u-1621eb81205\"] { padding: 0px 0px 20px !important; margin-top: -25px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621ebbbb6d\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621ebbbb6d\"] { max-width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1621ebf340c\"] { max-width: 230px; float: none; z-index: 3; position: relative; width: 100%; padding: 0px !important; margin: 0px auto !important; }[data-css=\"tve-u-1621ebfa746\"] { padding: 0px !important; margin-top: 0px !important; margin-bottom: 30px !important; }#tve_editor [data-css=\"tve-u-1621ebfe4ce\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ebff867\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ec009a8\"] { font-size: 16px !important; }[data-css=\"tve-u-1621ec09a3c\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; margin: 0px !important; }#tve_editor [data-css=\"tve-u-1621ec09a3c\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ec0c5bd\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; margin: 0px !important; }#tve_editor [data-css=\"tve-u-1621ec0c5bd\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ec15f6e\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ec15f6e\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ec204df\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ec204df\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ec20f68\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ec20f68\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ec21a31\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ec21a31\"] > :first-child { color: rgb(137, 141, 167); }#tve_editor [data-css=\"tve-u-1621ec241aa\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ec2704c\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ec298ab\"] { font-size: 16px !important; }[data-css=\"tve-u-1621ec6c39b\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621ec6c39b\"] { float: none; max-width: 110px; z-index: 4; padding: 0px !important; margin: -60px auto 30px !important; }[data-css=\"tve-u-1621ec752da\"] { min-height: 110px; }[data-css=\"tve-u-1621ec78d2c\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621ec78d2c\"] { float: none; max-width: 110px; z-index: 4; padding: 0px !important; margin: -60px auto 30px !important; }[data-css=\"tve-u-1621ec79a7d\"] { min-height: 110px; }[data-css=\"tve-u-1621ec7f21a\"] { min-height: 160px; }[data-css=\"tve-u-1621f154231\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-1621f154231\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin: 0px 0px -1px !important; }[data-css=\"tve-u-1621f15b521\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-1621f15b521\"] { float: right; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin-top: -1px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621f4ceaf7\"] { color: rgb(15, 29, 123) !important; }[data-css=\"tve-u-1621fb65556\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-1621fb65556\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-1621fb65556\"] { min-height: inherit; margin-left: -20px; padding: 0px !important; }[data-css=\"tve-u-1621fb68b97\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-1621fb68b97\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-1621fb68b97\"] { min-height: inherit; margin-left: -30px; padding: 30px !important; }[data-css=\"tve-u-1621fbacc60\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621fbcad8c\"] { padding: 0px !important; }[data-css=\"tve-u-1621fc0ce17\"] { padding: 0px !important; margin-bottom: 15px !important; }[data-css=\"tve-u-1621fd84d7b\"] { min-height: 480px; }[data-css=\"tve-u-1621fd8766c\"] { min-height: 150px; }[data-css=\"tve-u-1621fd9c946\"] { padding: 0px 0px 20px !important; margin-top: 0px !important; margin-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-1621fe1587d\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1621fe1725e\"] strong { font-weight: 800; }#tve_editor [data-css=\"tve-u-1621fe1725e\"] { font-weight: 400; letter-spacing: 0px; color: rgb(255, 255, 255) !important; font-family: Poppins !important; font-size: 30px !important; }#tve_editor [data-css=\"tve-u-1621fe1a1af\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1621fe1bd18\"] strong { font-weight: 800; }#tve_editor [data-css=\"tve-u-1621fe1bd18\"] { font-weight: 400; letter-spacing: 0px; color: rgb(255, 255, 255) !important; font-family: Poppins !important; font-size: 30px !important; }[data-css=\"tve-u-16223b080b0\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-16223b080b0\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-16223f02c16\"] { min-height: 62px; }[data-css=\"tve-u-16223fe5f5b\"] { padding: 0px !important; }[data-css=\"tve-u-16224439be1\"] { padding: 0px !important; }#tve_editor [data-css=\"tve-u-1622444fb11\"] { letter-spacing: 1px; color: rgb(137, 141, 167) !important; font-size: 14px !important; }#tve_editor [data-css=\"tve-u-16228c764b2\"] { font-size: 18px !important; }[data-css=\"tve-u-16229f6175c\"] { border: none; margin: 80px 0px 0px !important; background-image: none !important; }[data-css=\"tve-u-16229fa6a26\"] { border: none; box-shadow: none; padding: 0px 30px 30px !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-16229fa8c68\"] { border: none; padding: 0px 30px 30px !important; background-image: none !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col > .tcb-col { min-height: 244px; }[data-css=\"tve-u-16229ffbb7b\"] { margin-left: -30px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16248fc42a1\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-16248fc42a1\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-16248fc71c8\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-16249355087\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-16249355087\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-16249358652\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-16249358652\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-1624935a201\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-1624935a201\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-16249367114\"] { border: none; margin: 30px 0px 0px !important; background-image: none !important; }[data-css=\"tve-u-16249373b25\"] { border: none; padding: 0px 30px 30px !important; background-image: linear-gradient(rgb(248, 249, 251), rgb(248, 249, 251)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1624939a960\"] { border: none; box-shadow: none; padding: 0px 30px 30px !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-162493a03b0\"] > .tcb-flex-col > .tcb-col { min-height: 244px; }[data-css=\"tve-u-162493a03b0\"] { margin-left: -30px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-162493a03b0\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-162493b6b63\"] { border: none; background-image: none !important; padding: 0px 30px 30px !important; background-color: rgb(248, 249, 251) !important; }#tve_editor [data-css=\"tve-u-162493d5f13\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-162493d5f13\"] { font-size: 30px; width: 30px; height: 30px; top: 0px; left: 0px; display: block; position: static; z-index: 8; border-bottom: 1px solid rgb(10, 93, 165); border-top: none; border-right: none; border-left: none; border-image: initial; margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-162494b490e\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-162494b7ad0\"] { padding: 0px !important; margin-top: 25px !important; margin-left: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-1625389a3d5\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-1625389a3d5\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-1625389b4ed\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-1625389b4ed\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-162539ac577\"] { max-width: 39%; }[data-css=\"tve-u-162539ac57d\"] { max-width: 61%; }#tve_editor [data-css=\"tve-u-162539c17ec\"] { font-size: 16px !important; color: rgba(12, 12, 12, 0.7) !important; }[data-css=\"tve-u-16260c39a7e\"] { float: none; max-width: 100%; border-left: 1px solid rgba(15, 29, 123, 0.7); border-right: 1px solid rgba(15, 29, 123, 0.7); margin: 0px auto !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-16260c433e9\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-Rosie.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16260c5ff07\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-16260c5ff07\"] { float: right; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin: -1px 0px 0px !important; }[data-css=\"tve-u-16260c5ff0c\"]::after { clear: both; }[data-css=\"tve-u-16260d01208\"] { max-width: 37%; }[data-css=\"tve-u-16260d0120e\"] { max-width: 63%; }[data-css=\"tve-u-16260d39b83\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-16260d39b83\"] { float: right; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin-top: -1px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-16260d3b97e\"]::after { clear: both; }[data-css=\"tve-u-16260d3f4aa\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16260d3f4aa\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-16260d3f4aa\"] { min-height: inherit; margin-left: -30px; padding: 30px !important; }[data-css=\"tve-u-16260d3f4af\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-16260d3f4af\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-16260d3f4af\"] { min-height: inherit; margin-left: -20px; padding: 0px !important; }[data-css=\"tve-u-16260d5e4b8\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-Shawn.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16260d73672\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-16260d73672\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin-top: 0px !important; margin-bottom: -1px !important; }[data-css=\"tve-u-16260d8392c\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16260d8392c\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-16260d8392c\"] { min-height: inherit; margin-left: -30px; padding: 30px !important; }[data-css=\"tve-u-16260d8396c\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-16260d8396c\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-16260d8396c\"] { min-height: inherit; margin-left: -20px; padding: 0px !important; }[data-css=\"tve-u-16260da3aa7\"] { float: none; max-width: 100%; border-left: 1px solid rgba(15, 29, 123, 0.7); border-right: 1px solid rgba(15, 29, 123, 0.7); margin: 0px auto !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-162717cb600\"] { max-width: 58.2%; }[data-css=\"tve-u-162717cb601\"] { max-width: 41.8%; }[data-css=\"tve-u-162717cb609\"]::after { clear: both; }[data-css=\"tve-u-162717cb60a\"] { padding-right: 50px !important; padding-bottom: 80px !important; padding-top: 20px !important; }[data-css=\"tve-u-162717cb60b\"]::after { clear: both; }[data-css=\"tve-u-162717cb60b\"] { margin-top: 0px !important; margin-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-162717cb60c\"] .tcb-button-link { font-size: 18px; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-162717cb60c\"] { float: left; z-index: 3; position: relative; display: block; max-width: 300px; width: 300px; margin-bottom: 0px !important; margin-top: 0px !important; }#tve_editor [data-css=\"tve-u-162717cb60c\"]:hover .tcb-button-link { background-color: rgb(255, 255, 255) !important; color: rgb(15, 29, 123) !important; background-image: none !important; font-weight: bold !important; }[data-css=\"tve-u-162717cb60c\"] .tcb-button-link { border: 1px solid rgb(255, 255, 255); min-height: 54.7619px; font-size: 1.33333em; padding-top: 0px; padding-bottom: 0px; border-radius: 100px; overflow: hidden; background-color: rgba(26, 188, 156, 0.01) !important; color: rgb(26, 188, 156) !important; }[data-css=\"tve-u-162717cb60f\"] { padding: 0px !important; margin-bottom: 25px !important; }[data-css=\"tve-u-162717cb610\"] { padding: 0px !important; margin-bottom: 35px !important; }#tve_editor [data-css=\"tve-u-162717cb616\"] { text-transform: none !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-162717cb617\"] { margin-left: 0px; padding: 0px !important; }[data-css=\"tve-u-162717cb618\"] { max-width: none; margin-top: 0px !important; }[data-css=\"tve-u-162717cb620\"] { clip-path: url(\"#clip-bottom-c883ac5175045\"); -webkit-clip-path: url(\"#clip-bottom-c883ac5175045\");  background-image: linear-gradient(90deg, rgba(123, 100, 15, 0.54) 0%, rgba(15, 29, 123, 0.42) 100%), url(\"https://bestcerakoteflorida.com/wp-content/uploads/2018/05/FTYS6743.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, fixed !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-162717cb609\"] { max-width: 1200px; min-height: 630px !important; }[data-css=\"tve-u-162717cb621\"] { z-index: 1; padding: 125px 40px 0px !important; margin-top: -130px !important; }[data-css=\"tve-u-162717cb623\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-162717cb624\"] { min-height: 54px; }[data-css=\"tve-u-162717cb623\"] { max-width: 304px; float: left; z-index: 3; position: relative; width: 100%; padding: 2px !important; margin: 0px auto 18px !important; }#tve_editor [data-css=\"tve-u-162717cb625\"] .tcb-button-link { font-size: 18px; color: rgb(15, 29, 123) !important; }#tve_editor [data-css=\"tve-u-162717cb625\"]:hover strong { font-weight: 700 !important; }[data-css=\"tve-u-162717cb625\"] { display: block; max-width: 300px; width: 300px; float: none; z-index: 3; position: relative; margin: 0px auto !important; }#tve_editor [data-css=\"tve-u-162717cb625\"]:hover .tcb-button-link { color: rgb(255, 255, 255) !important; border-radius: 200px !important; overflow: hidden !important; font-family: Monda !important; font-weight: 400 !important; text-shadow: none !important; background-image: none !important; background-color: rgb(15, 29, 123) !important; }[data-css=\"tve-u-162717cb625\"] .tcb-button-link { border-radius: 200px; min-height: 54.7619px; font-size: 1.33333em; padding-top: 0px; padding-bottom: 0px; background-image: none !important; background-color: rgb(255, 255, 255) !important; padding-right: 15px !important; font-weight: bold !important; }#tve_editor [data-css=\"tve-u-162717cb623\"]:hover [data-css=\"tve-u-162717cb626\"] { border: 1px solid rgba(255, 255, 255, 0.6) !important; }[data-css=\"tve-u-162717cb626\"] { border-radius: 200px; overflow: hidden; border: 1px solid rgb(255, 255, 255) !important; }[data-css=\"tve-u-162717d1bb6\"] { border-right: 1px solid rgba(255, 255, 255, 0.2); }[data-css=\"tve-u-162717d1bbc\"] { border-left: none; padding: 0px !important; }[data-css=\"tve-u-162717d1bbe\"] { border-bottom: 1px solid rgba(255, 255, 255, 0.2); float: none; width: 100%; position: relative; z-index: 10; max-width: 1600px; margin: 0px auto !important; }[data-css=\"tve-u-162717d1bbf\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-162717d1bbf\"] > .tcb-flex-col { padding-left: 17px; }[data-css=\"tve-u-162717d1bbf\"] { margin-left: -17px; min-height: inherit; padding: 5px 0px 0px 40px !important; }#tve_editor [data-css=\"tve-u-162717d1bbe\"] p, #tve_editor [data-css=\"tve-u-162717d1bbe\"] li, #tve_editor [data-css=\"tve-u-162717d1bbe\"] blockquote, #tve_editor [data-css=\"tve-u-162717d1bbe\"] address { font-size: 16px; }#tve_editor [data-css=\"tve-u-162717d1bc3\"] > :first-child { color: rgb(255, 255, 255); }[data-css=\"tve-u-162717d1bc3\"] { font-size: 25px !important; width: 25px !important; height: 25px !important; z-index: 4; position: relative; float: left; margin: 3px 5px 0px 0px !important; padding-left: 0px !important; }[data-css=\"tve-u-162717d1bc5\"] { border-right: none; padding: 0px !important; position: static !important; }#tve_editor [data-css=\"tve-u-16271adf6cf\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-16271adf6cf\"] { font-size: 30px; width: 30px; height: 30px; top: 22px; left: 20px; border-bottom: 1px solid rgb(10, 93, 165); margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1641367e553\"] > :first-child { color: rgba(15, 29, 123, 0.12); }[data-css=\"tve-u-1641367e553\"] { font-size: 60px; float: none; box-shadow: none; width: 60px; height: 60px; margin: -55px auto 60px !important; padding-right: 17px !important; }[data-css=\"tve-u-16416e4fafd\"] { box-shadow: rgba(0, 0, 0, 0.02) 0px 2px 22px 0px; background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16416e603ab\"] { box-shadow: rgba(0, 0, 0, 0.12) 0px 3px 44px 0px; background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-164179a84b8\"] > .tve-cb { display: block; }[data-css=\"tve-u-164179a84b8\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-164179bced9\"] { border-right: none; padding: 3px 0px 0px !important; position: static !important; }[data-css=\"tve-u-16417b4cb9e\"] { padding: 0px 0px 50px !important; }[data-css=\"tve-u-16417b62c09\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-16417b662bf\"] { margin-top: 0px !important; margin-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-16417e5bd95\"] > :first-child { color: rgb(255, 255, 255); }[data-css=\"tve-u-16417e5bd95\"] { font-size: 25px !important; width: 25px !important; height: 25px !important; z-index: 4; position: relative; float: left; margin: 3px 15px 0px 0px !important; padding-left: 0px !important; }[data-css=\"tve-u-1641c1af44d\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1641c1b01a6\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1641c1b0a67\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1641c1b12d8\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }#tve_editor [data-css=\"tve-u-1641c1b33f9\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-1641c1b33f9\"] { font-size: 30px; width: 30px; height: 30px; top: 22px; left: 20px; border-bottom: 1px solid rgb(10, 93, 165); margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1641c1b456a\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-1641c1b456a\"] { font-size: 30px; width: 30px; height: 30px; top: 22px; left: 20px; border-bottom: 1px solid rgb(10, 93, 165); margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1641c1b52d3\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-1641c1b52d3\"] { font-size: 30px; width: 30px; height: 30px; top: 22px; left: 20px; border-bottom: 1px solid rgb(10, 93, 165); margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1641c1b60b4\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-1641c1b60b4\"] { font-size: 30px; width: 30px; height: 30px; top: 22px; left: 20px; border-bottom: 1px solid rgb(10, 93, 165); margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-16422a1ce91\"] { float: none; width: 100%; max-width: 227px; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; }#tve_editor [data-css=\"tve-u-16422a1ce92\"] { font-size: 16px !important; color: rgb(12, 12, 12) !important; }#tve_editor [data-css=\"tve-u-16422a1ce93\"] { font-size: 16px !important; color: rgb(18, 18, 18) !important; }[data-css=\"tve-u-16422a1ce92\"] { line-height: 1.7em !important; }[data-css=\"tve-u-16422a1ce93\"] { line-height: 1.7em !important; }#tve_editor [data-css=\"tve-u-16422a1ce94\"] { font-size: 16px !important; color: rgb(29, 26, 31) !important; }[data-css=\"tve-u-16422a1ce94\"] { line-height: 1.7em !important; }#tcb_landing_page .tcb-plain-text { color: rgb(0, 0, 0); font-family: Merriweather; font-weight: 400; }#tcb_landing_page .tcb-plain-text strong { font-weight: 700; }[data-css=\"tve-u-162717d1bbe\"] p { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-162717d1bbe\"] h3 { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-16959822de2\"] { width: 291px; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-16959846d3d\"] { margin-top: 0px !important; }}@media (max-width: 1023px){[data-css=\"tve-u-1621ebfa746\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621eb037bb\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621ec78d2c\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621ec6c39b\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621b064668\"] { max-width: 49%; }[data-css=\"tve-u-1621b064646\"] { max-width: 51%; }[data-css=\"tve-u-1621b3c74d9\"] { max-width: 100%; }[data-css=\"tve-u-1621f0b0088\"] { min-height: 100px !important; }[data-css=\"tve-u-1621ee3afec\"] > .tve-cb { display: block; }[data-css=\"tve-u-1621e7ceab3\"] > .tve-cb { display: block; }[data-css=\"tve-u-1621ea50702\"] { float: none; width: 100%; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621ae4fd21\"] > .tve-cb { display: block; }[data-css=\"tve-u-162717cb60f\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-162717cb610\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-16223dad661\"] { padding-top: 20px !important; }[data-css=\"tve-u-1641367127b\"] { float: none; font-size: 50px; width: 50px; height: 50px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1641367e553\"] { float: none; font-size: 50px; width: 50px; height: 50px; margin: -44px auto 40px !important; padding-right: 12px !important; }[data-css=\"tve-u-1621e7b695a\"] { margin-bottom: 50px !important; }[data-css=\"tve-u-1621ee37f4a\"] { min-height: 262px; }[data-css=\"tve-u-1621ada1e7f\"] { padding: 50px 30px 50px 0px !important; }[data-css=\"tve-u-1621b072b4e\"] { max-width: 100%; }[data-css=\"tve-u-1621a2247ba\"] { margin-bottom: 60px !important; }[data-css=\"tve-u-16229f6175c\"] { margin-top: 0px !important; }[data-css=\"tve-u-162717cb60b\"] { height: calc(100% - -85px); margin-top: -85px !important; }[data-css=\"tve-u-162717cb617\"] .tcb-flex-col { flex-basis: 560px !important; }#tcb_landing_page h5 { line-height: 1.3em; }#tcb_landing_page h6 { line-height: 1.4em; }#tcb_landing_page p, #tcb_landing_page li { line-height: 1.5em; }[data-css=\"tve-u-1628a146aef\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1628a12f675\"] { margin-bottom: 40px !important; }[data-css=\"tve-u-1628a10d3b4\"] { margin-bottom: 40px !important; }[data-css=\"tve-u-162718bd0c0\"] { clip-path: url(\"#clip-tablet-top-a3b25e1c9221a\"); -webkit-clip-path: url(\"#clip-tablet-top-a3b25e1c9221a\");  background-color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-162717cb621\"] { z-index: 6; padding-top: 60px !important; margin-top: -90px !important; }[data-css=\"tve-u-162718a3b40\"] { max-width: 100%; min-height: 1px !important; }[data-css=\"tve-u-16271adf6cf\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-162493d5f13\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-162717fcf9d\"] { margin-top: -40px !important; padding-top: 90px !important; padding-left: 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-16260d3f4af\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16260d3f4aa\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1621fb65556\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1621fb68b97\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16260d8396c\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16260d8392c\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16260d39b83\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-16260c5ff07\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-16260ba2fa4\"] { padding: 50px 40px !important; }[data-css=\"tve-u-16260be7104\"] { max-width: 100%; }[data-css=\"tve-u-1621ebbbb6d\"] { margin-top: -1px !important; }[data-css=\"tve-u-1621eaaedd8\"] { clip-path: url(\"#clip-tablet-bottom-a2b9cf3198d6f\"); -webkit-clip-path: url(\"#clip-tablet-bottom-a2b9cf3198d6f\");  }[data-css=\"tve-u-1621e7e9950\"] { margin-top: -1px !important; }[data-css=\"tve-u-16229fa8c68\"] { padding: 0px 20px 20px !important; }[data-css=\"tve-u-1622f65ba70\"] { padding: 0px 20px 20px !important; }[data-css=\"tve-u-16249373b25\"] { padding-left: 20px !important; padding-right: 20px !important; padding-bottom: 20px !important; }[data-css=\"tve-u-162493b6b63\"] { padding-left: 20px !important; padding-bottom: 20px !important; padding-right: 20px !important; }[data-css=\"tve-u-16249367114\"] { margin-top: 20px !important; }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-1624935a201\"] { line-height: 1.3em !important; }[data-css=\"tve-u-16249358652\"] { line-height: 1.3em !important; }[data-css=\"tve-u-16249355087\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1625389b4ed\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1625389a3d5\"] { line-height: 1.3em !important; }[data-css=\"tve-u-16248fc42a1\"] { line-height: 1.3em !important; }[data-css=\"tve-u-162493a03b0\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-162493a03b0\"] .tcb-flex-col { flex-basis: 145px !important; }[data-css=\"tve-u-1622a159bcb\"] { float: none; max-width: 85%; margin: 0px auto !important; padding-top: 0px !important; }[data-css=\"tve-u-16229fa6a26\"] { margin-bottom: 20px !important; padding: 0px 20px 20px !important; }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16229ffbb7b\"] { min-height: inherit; margin-left: -20px; }[data-css=\"tve-u-1621ad46076\"] { margin-bottom: 0px !important; margin-top: 0px !important; padding: 50px 40px !important; }#tve_editor [data-css=\"tve-u-1621b028939\"] .tcb-button-link { font-size: 18px; }[data-css=\"tve-u-16223f02c16\"] { min-height: 54px; }[data-css=\"tve-u-1621b01355a\"] { max-width: 304px; padding: 2px !important; }[data-css=\"tve-u-1620af7eb3f\"] { float: none; z-index: 3; position: relative; display: block; max-width: 300px; width: 300px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621afda4fa\"] { max-width: 100%; margin-bottom: 30px !important; }[data-css=\"tve-u-16224716d62\"]::after { clear: both; }[data-css=\"tve-u-1621f0aa8f7\"] { margin-top: 0px !important; }[data-css=\"tve-u-1621e7e6c1d\"] { min-height: 150px; }[data-css=\"tve-u-1621e7edfd9\"] { clip-path: url(\"#clip-tablet-bottom-10ffac3b28f1d\"); -webkit-clip-path: url(\"#clip-tablet-bottom-10ffac3b28f1d\");  }[data-css=\"tve-u-1621ebf340c\"] { float: none; width: 100%; padding: 0px !important; margin-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621e7d5094\"] { min-height: 455px; }[data-css=\"tve-u-1621adea58b\"] > .tcb-flex-col > .tcb-col { justify-content: center; }[data-css=\"tve-u-16223dad661\"]::after { clear: both; }[data-css=\"tve-u-1621e8107f3\"] { float: none; margin-left: auto !important; margin-right: auto !important; margin-bottom: 20px !important; }[data-css=\"tve-u-16223b080b0\"] { float: none; margin-left: auto !important; margin-right: auto !important; margin-top: -1px !important; }[data-css=\"tve-u-1621eb3eb9f\"] { clip-path: url(\"#clip-tablet-bottom-ac98bb0e54b3b\"); -webkit-clip-path: url(\"#clip-tablet-bottom-ac98bb0e54b3b\");  }[data-css=\"tve-u-1621fe78878\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1621fe78878\"] { min-height: inherit; }#tve_editor [data-css=\"tve-u-1621e92e97f\"] { font-size: 22px !important; }#tve_editor [data-css=\"tve-u-1621e942b65\"] { letter-spacing: 0px; font-size: 1.5em !important; }#tve_editor [data-css=\"tve-u-1621fe1bd18\"] { letter-spacing: 0px; font-size: 1.5em !important; }#tve_editor [data-css=\"tve-u-1621fe1a1af\"] { font-size: 22px !important; }#tve_editor [data-css=\"tve-u-1621fe1725e\"] { letter-spacing: 0px; font-size: 1.5em !important; }#tve_editor [data-css=\"tve-u-1621fe1587d\"] { font-size: 22px !important; }[data-css=\"tve-u-1621ef118dc\"] { position: relative; top: -50px; left: 30px; width: 100%; }[data-css=\"tve-u-1621ee3afec\"] { padding: 40px 0px 0px !important; }[data-css=\"tve-u-1621ee63e1c\"] { max-width: none; margin-bottom: 30px !important; }[data-css=\"tve-u-1621ee74a24\"] { top: 0px; right: 0px; font-size: 45px; width: 45px; height: 45px; float: none; padding-left: 0px !important; margin: 0px auto !important; }[data-css=\"tve-u-1621ee18a1c\"] { margin-top: 40px !important; margin-left: 20px !important; margin-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-1621fdcb4ea\"] { letter-spacing: 1px; font-size: 1.5em !important; }[data-css=\"tve-u-1621ec7f21a\"] { min-height: 150px; }[data-css=\"tve-u-1621eacf6af\"] { float: none; max-width: 230px; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621fd9c946\"] { max-width: 380px; float: none; width: 100%; margin: 0px auto !important; padding-left: 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-1621eb81205\"] { margin-top: 0px !important; }[data-css=\"tve-u-1621eb7ccb0\"] { min-height: 455px; }[data-css=\"tve-u-1621fd8766c\"] { min-height: 150px; }[data-css=\"tve-u-1621fd84d7b\"] { min-height: 430px; }[data-css=\"tve-u-1621e7c7aa1\"] .tcb-flex-col { flex-basis: 300px !important; }#tve_editor [data-css=\"tve-u-1621e7a7350\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621e7c899a\"] { float: none; max-width: 100%; margin-left: auto !important; margin-right: auto !important; margin-top: 0px !important; }[data-css=\"tve-u-1621e7c7aa1\"] { margin-left: -20px; flex-direction: row; }[data-css=\"tve-u-1621e7c7aa1\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-1621b3c8c52\"] { padding: 50px 40px !important; }[data-css=\"tve-u-1621fc0ce17\"] { margin-top: 10px !important; margin-bottom: 7px !important; }[data-css=\"tve-u-1621fbcad8c\"] { padding-left: 0px !important; padding-right: 30px !important; }[data-css=\"tve-u-1621fbacc60\"] { max-width: 177px; }[data-css=\"tve-u-1621fb68b97\"] { margin-left: -15px; min-height: inherit; padding: 20px !important; }[data-css=\"tve-u-1621fb68b97\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-1621fb65556\"] { margin-left: -15px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-1621fb65556\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-1621b200375\"] { float: none; max-width: 100%; margin: 0px auto !important; }[data-css=\"tve-u-1621b0e4fb7\"] { max-width: 100%; float: none; z-index: 3; position: relative; margin-right: auto !important; margin-left: auto !important; margin-bottom: 20px !important; }#tve_editor [data-css=\"tve-u-1621b10fccf\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621ae0bec7\"] { background-image: none !important; margin-top: 0px !important; }[data-css=\"tve-u-1621ae6c8da\"] { clip-path: url(\"#clip-tablet-top-aa2c3e3c70555\"); -webkit-clip-path: url(\"#clip-tablet-top-aa2c3e3c70555\");  }[data-css=\"tve-u-1621adba9ef\"] { clip-path: url(\"#clip-tablet-top-52d5a36c151aa\"); -webkit-clip-path: url(\"#clip-tablet-top-52d5a36c151aa\");  }[data-css=\"tve-u-1621ad420c4\"] { max-width: 100%; min-height: 1px !important; }[data-css=\"tve-u-1621f45bed3\"] { padding: 0px !important; }[data-css=\"tve-u-1621ae4fd21\"] { max-width: 100%; left: 0px; top: 0px; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621ae4db6e\"] { min-height: 300px; }#tve_editor [data-css=\"tve-u-1621afd8c98\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621afcc0bf\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621afceb00\"] { max-width: 100%; margin-bottom: 30px !important; }[data-css=\"tve-u-1621a98b602\"] { stroke-dasharray: 534.071, 534.071; }[data-css=\"tve-u-1621a9750ae\"] { font-size: 14.45px !important; line-height: 14.45px !important; }[data-css=\"tve-u-1621a9a2867\"] { font-size: 51px !important; line-height: 51px !important; }[data-css=\"tve-u-1621a9a2866\"] { margin-top: 42.5px !important; }[data-css=\"tve-u-1621a96b190\"] { width: 153px !important; height: 153px !important; top: 8.5px !important; bottom: 8.5px !important; left: 8.5px !important; right: 8.5px !important; }[data-css=\"tve-u-1621a9685d4\"] { stroke-width: 18px !important; }[data-css=\"tve-u-1621a9a2862\"] { width: 170px !important; height: 170px !important; }[data-css=\"tve-u-1621a983587\"] { float: none; border: 20px solid rgba(137, 141, 167, 0.24); margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621a8b2488\"] { float: none; max-width: 100%; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621a8a804b\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1621a8a804b\"] { margin-left: -24px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-1621a8a804b\"] > .tcb-flex-col { padding-left: 24px; }#tve_editor [data-css=\"tve-u-1621a2e0d5b\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621b028939\"] { position: relative; float: left; z-index: 3; display: block; max-width: 300px; width: 300px; margin-top: 15px !important; }[data-css=\"tve-u-1621adea58b\"] { margin-left: -30px; }[data-css=\"tve-u-1621adea58b\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-1621ade6172\"] { max-width: 100%; position: static; }#tve_editor [data-css=\"tve-u-16248fc42a1\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-16249355087\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-16249358652\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-1624935a201\"] { font-size: 18px !important; }[data-css=\"tve-u-1624939a960\"] { margin-bottom: 0px !important; padding-bottom: 20px !important; padding-left: 20px !important; padding-right: 20px !important; }[data-css=\"tve-u-162493a03b0\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-162493a03b0\"] { min-height: inherit; margin-left: -20px; }#tve_editor [data-css=\"tve-u-1625389a3d5\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-1625389b4ed\"] { font-size: 18px !important; }[data-css=\"tve-u-16260c39a7e\"] { float: none; max-width: 100%; margin: 0px auto !important; }[data-css=\"tve-u-16260d3f4aa\"] { margin-left: -15px; min-height: inherit; padding: 20px !important; }[data-css=\"tve-u-16260d3f4aa\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-16260d3f4af\"] { margin-left: -15px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-16260d3f4af\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-16260d8392c\"] { margin-left: -15px; min-height: inherit; padding: 20px !important; }[data-css=\"tve-u-16260d8392c\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-16260d8396c\"] { margin-left: -15px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-16260d8396c\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-16260da3aa7\"] { float: none; max-width: 100%; margin: 0px !important; }[data-css=\"tve-u-162717cb60c\"] { display: block; max-width: 300px; width: 300px; }[data-css=\"tve-u-162717cb609\"] { max-width: 100%; min-height: 1px !important; }[data-css=\"tve-u-162717cb60a\"] { padding: 0px !important; }[data-css=\"tve-u-162717cb618\"] { float: none; max-width: 100%; margin-top: 60px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-162717cb620\"] { clip-path: url(\"#clip-tablet-bottom-c883ac5175045\"); -webkit-clip-path: url(\"#clip-tablet-bottom-c883ac5175045\");  }[data-css=\"tve-u-162717d1bbf\"] { margin-left: 0px; padding: 25px 25px 0px !important; }[data-css=\"tve-u-162717d1bbf\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-162717d1bc5\"] { border-right: none; padding-left: 35px !important; padding-right: 0px !important; }[data-css=\"tve-u-162717d1bb6\"] { padding-left: 0px !important; }[data-css=\"tve-u-162717d1bbc\"] { border-left: none; border-right: none; padding-left: 30px !important; padding-bottom: 10px !important; }[data-css=\"tve-u-162717d1bc3\"] { font-size: 14px; width: 14px; height: 14px; margin-bottom: 10px !important; margin-left: 0px !important; padding-left: 10px !important; }[data-css=\"tve-u-162717d1bbe\"] { max-width: 100%; margin-left: 0px !important; margin-right: 30px !important; }[data-css=\"tve-u-164179bced9\"] { border-right: none; padding-left: 30px !important; padding-right: 0px !important; }[data-css=\"tve-u-16417b62c09\"] { max-width: 177px; }[data-css=\"tve-u-16417b662bf\"] { max-width: 177px; }[data-css=\"tve-u-16417e5bd95\"] { font-size: 14px; width: 14px; height: 14px; margin-bottom: -14px !important; margin-left: 0px !important; }[data-css=\"tve-u-1641c1b33f9\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-1641c1b456a\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-1641c1b52d3\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-1641c1b60b4\"] { font-size: 25px; width: 25px; height: 25px; }#tve_editor [data-css=\"tve-u-16422a1ce94\"] { font-size: 16px !important; }[data-css=\"tve-u-16959822de2\"] { margin-right: 1px !important; padding-right: 10px !important; padding-top: 10px !important; }}@media (max-width: 767px){[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-16417e9d24e\"]::after { clear: both; }[data-css=\"tve-u-16417b70f47\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 0px !important; }[data-css=\"tve-u-1621e819c52\"] { min-height: 100px; }[data-css=\"tve-u-1621e8107f3\"] { max-width: 100px; }[data-css=\"tve-u-1621fd8766c\"] { min-height: 144px; }[data-css=\"tve-u-1621ec79a7d\"] { min-height: 100px; }[data-css=\"tve-u-1621ec78d2c\"] { max-width: 100px; }[data-css=\"tve-u-1621ec7f21a\"] { min-height: 144px; }[data-css=\"tve-u-1621e7e6c1d\"] { min-height: 144px; }[data-css=\"tve-u-16417b4cb9e\"] { padding-bottom: 30px !important; }[data-css=\"tve-u-1621ec752da\"] { min-height: 100px; }[data-css=\"tve-u-1621ec6c39b\"] { max-width: 100px; }[data-css=\"tve-u-1621fd84d7b\"] { min-height: 430px; }[data-css=\"tve-u-1621e7c7aa1\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16223dad661\"] { padding-top: 0px !important; }[data-css=\"tve-u-1621b3c74d9\"] { max-width: 100%; }[data-css=\"tve-u-1621eb81205\"] { max-width: 100%; margin-bottom: 20px !important; }[data-css=\"tve-u-1621e7ceab3\"] { max-width: 100%; margin-bottom: 20px !important; }[data-css=\"tve-u-1621f0b0088\"] { min-height: 120px !important; }[data-css=\"tve-u-1621f0da775\"] { float: none; width: 100%; max-width: 280px; margin: 0px auto 20px !important; }[data-css=\"tve-u-1621ee37f4a\"] { min-height: 260px; }[data-css=\"tve-u-1621ee3afec\"] > .tve-cb { display: flex; justify-content: center; flex-direction: column; }[data-css=\"tve-u-1621ee63e1c\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1641367127b\"] { font-size: 30px; width: 30px; height: 30px; }[data-css=\"tve-u-1641367e553\"] { float: none; font-size: 30px; width: 30px; height: 30px; margin: -30px auto 30px !important; padding-right: 10px !important; }[data-css=\"tve-u-1621ada1e7f\"] { padding: 0px !important; }[data-css=\"tve-u-162717cb617\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-162717cb617\"] { min-height: inherit; }[data-css=\"tve-u-16229fa6a26\"] { height: calc(100% - 21px); margin-bottom: 0px !important; margin-top: 21px !important; }[data-css=\"tve-u-1624939a960\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-162493a03b0\"] .tcb-flex-col { flex-basis: 400px !important; }[data-css=\"tve-u-1621a2247ba\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-162717cb60f\"] { margin-bottom: 25px !important; }[data-css=\"tve-u-162717d1bbf\"] .tcb-flex-col { flex-basis: 225px !important; }[data-css=\"tve-u-1621ee3afec\"] { max-width: 100%; padding: 0px !important; position: static !important; }#tve_editor [data-css=\"tve-u-1641333d7d1\"] { font-size: 14px !important; }[data-css=\"tve-u-162717cb60b\"] { margin-top: 0px !important; }[data-css=\"tve-u-162717cb621\"] { z-index: 2; padding-left: 20px !important; padding-right: 20px !important; margin-top: -160px !important; padding-top: 35px !important; }[data-css=\"tve-u-162717cb617\"] .tcb-flex-col { flex-basis: 435px !important; }[data-css=\"tve-u-16369305186\"] { float: none; width: 100%; max-width: 279px; z-index: 3; position: relative; margin: 0px auto !important; }#tcb_landing_page h6 { line-height: 1.4em; }#tcb_landing_page h5 { line-height: 1.3em; }#tcb_landing_page p, #tcb_landing_page li { font-size: 14px; }#tcb_landing_page h2 { font-size: 28px; }#tcb_landing_page h1 { font-size: 35px; }[data-css=\"tve-u-16260ba2fa4\"] { padding-bottom: 40px !important; padding-left: 20px !important; padding-right: 20px !important; }[data-css=\"tve-u-1628a10d3b4\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-1628a12f675\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-162717cb610\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-16271bfe70c\"] { padding: 0px !important; }[data-css=\"tve-u-162717fcf9d\"] { z-index: 1; margin-top: 0px !important; padding-top: 75px !important; padding-left: 20px !important; padding-right: 20px !important; }[data-css=\"tve-u-162718bd0c0\"] { clip-path: url(\"#clip-mobile-top-a3b25e1c9221a\"); -webkit-clip-path: url(\"#clip-mobile-top-a3b25e1c9221a\");  }[data-css=\"tve-u-1621eb3eb9f\"] { clip-path: url(\"#clip-mobile-bottom-ac98bb0e54b3b\"); -webkit-clip-path: url(\"#clip-mobile-bottom-ac98bb0e54b3b\");  }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col > .tcb-col { min-height: 155px; }[data-css=\"tve-u-16229ffbb7b\"] { min-height: inherit; margin-left: 0px; }[data-css=\"tve-u-16229fa8c68\"] { height: calc(100% - 28px); margin-bottom: 0px !important; margin-top: 20px !important; }[data-css=\"tve-u-1622f65ba70\"] { height: calc(100% - 20px); margin-bottom: 0px !important; margin-top: 20px !important; }[data-css=\"tve-u-16229f6175c\"] { margin-top: 0px !important; }[data-css=\"tve-u-1622a159bcb\"] { float: none; max-width: 100%; margin-left: auto !important; margin-right: auto !important; padding-top: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-16229ae62a7\"] { border-right: none; }#tve_editor [data-css=\"tve-u-16228c764b2\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-16228c75500\"] { font-size: 18px !important; }[data-css=\"tve-u-1621fb65556\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-1621a983587\"] { border: 20px solid rgba(137, 141, 167, 0.32); }[data-css=\"tve-u-1621ee74a24\"] { float: none; margin-left: auto !important; margin-right: auto !important; margin-bottom: 10px !important; }[data-css=\"tve-u-1621afda4fa\"] { max-width: 100%; margin-bottom: 20px !important; }[data-css=\"tve-u-16223f02c16\"] { min-height: 54px; }[data-css=\"tve-u-1621f0aa8f7\"] { margin-top: 0px !important; }#tve_editor [data-css=\"tve-u-1622444fb11\"] { letter-spacing: 0px; }[data-css=\"tve-u-16224439be1\"] { padding: 0px !important; }[data-css=\"tve-u-1621fb68b97\"] { padding: 0px !important; }[data-css=\"tve-u-1621afceb00\"] { max-width: 100%; margin-bottom: 30px !important; }[data-css=\"tve-u-1621b0e4fb7\"] { float: none; margin-right: auto !important; margin-bottom: 30px !important; padding-left: 0px !important; margin-left: auto !important; }[data-css=\"tve-u-1621ebf340c\"] { padding-bottom: 40px !important; }[data-css=\"tve-u-1621ea50702\"] { float: none; width: 100%; padding: 0px !important; margin-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621e7d5094\"] { min-height: 430px; }[data-css=\"tve-u-1621eb7ccb0\"] { min-height: 430px; }[data-css=\"tve-u-1621ee03000\"] { flex-direction: column; }[data-css=\"tve-u-16223fe5f5b\"] { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621f0d2c1a\"] { margin-left: 25px !important; margin-right: 25px !important; }[data-css=\"tve-u-1621ee18a1c\"] { margin: 0px 20px 20px 0px !important; }[data-css=\"tve-u-1621ef118dc\"] { top: 0px; width: 245px; position: relative; float: none; z-index: 5; left: 0px; margin: -22px auto 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-1621fd9c946\"] { max-width: 100%; margin-top: 0px !important; margin-left: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-16223fc9f23\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-1621e7c899a\"] { max-width: none; float: none; margin-top: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621b3c8c52\"] { padding: 40px 20px !important; }[data-css=\"tve-u-1621fbcad8c\"] { padding: 20px !important; }[data-css=\"tve-u-1621fb65556\"] { margin-left: 0px; padding: 0px !important; }[data-css=\"tve-u-1621fbacc60\"] { max-width: 126px; float: none; margin-left: auto !important; margin-right: auto !important; margin-top: 20px !important; }[data-css=\"tve-u-1621b200375\"] { float: none; margin-top: 0px !important; margin-left: auto !important; margin-right: auto !important; }#tve_editor [data-css=\"tve-u-1621b10fccf\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621b028939\"] { display: block; max-width: 100%; width: 100%; float: none; min-width: 100%; margin-left: auto !important; margin-right: auto !important; margin-top: 0px !important; }[data-css=\"tve-u-1621ae4db6e\"] { min-height: 270px; }[data-css=\"tve-u-1621ae6c8da\"] { clip-path: url(\"#clip-mobile-top-aa2c3e3c70555\"); -webkit-clip-path: url(\"#clip-mobile-top-aa2c3e3c70555\");  }[data-css=\"tve-u-1621adba9ef\"] { clip-path: url(\"#clip-mobile-top-52d5a36c151aa\"); -webkit-clip-path: url(\"#clip-mobile-top-52d5a36c151aa\");  }[data-css=\"tve-u-16223f02c16\"]::after { clear: both; }[data-css=\"tve-u-1621b01355a\"] { max-width: 100%; float: none; margin-left: auto !important; margin-right: auto !important; margin-bottom: 15px !important; }[data-css=\"tve-u-1620af7eb3f\"] { float: none; display: block; max-width: 100%; width: 100%; min-width: 100%; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621ae0bec7\"]::after { clear: both; }[data-css=\"tve-u-1621f45bed3\"] { padding: 40px 20px 0px !important; }[data-css=\"tve-u-1621ad46076\"] { margin: 0px !important; padding: 30px 20px !important; }[data-css=\"tve-u-1621adea58b\"] { flex-flow: row-reverse wrap-reverse !important; }[data-css=\"tve-u-1621ae4fd21\"] { margin-top: 0px !important; position: static !important; }[data-css=\"tve-u-1621a8b2488\"] { float: none; max-width: 100%; margin-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621a8a804b\"] { padding-left: 0px !important; padding-right: 0px !important; }#tve_editor [data-css=\"tve-u-1621a2e0d5b\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621e7c7aa1\"] { flex-direction: column; min-height: inherit; }[data-css=\"tve-u-16249367114\"] { margin-top: 0px !important; }[data-css=\"tve-u-16249373b25\"] { height: calc(100% - 20px); margin-bottom: 0px !important; background-image: linear-gradient(rgb(248, 249, 251), rgb(248, 249, 251)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; margin-top: 20px !important; }[data-css=\"tve-u-162493a03b0\"] > .tcb-flex-col > .tcb-col { min-height: 155px; }[data-css=\"tve-u-162493a03b0\"] { min-height: inherit; }[data-css=\"tve-u-162493b6b63\"] { height: calc(100% - 20px); margin-bottom: 0px !important; margin-top: 20px !important; }[data-css=\"tve-u-16260c39a7e\"] { float: none; margin-top: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-16260d3f4aa\"] { padding: 0px !important; }[data-css=\"tve-u-16260d3f4af\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-16260d3f4af\"] { margin-left: 0px; padding: 0px !important; }[data-css=\"tve-u-16260d8392c\"] { padding: 0px !important; }[data-css=\"tve-u-16260d8396c\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-16260d8396c\"] { margin-left: 0px; padding: 0px !important; }[data-css=\"tve-u-16260da3aa7\"] { float: none; margin-top: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-162717cb60c\"] { display: block; max-width: 100%; width: 100%; min-width: 100%; float: none; margin-left: auto !important; margin-right: auto !important; margin-bottom: 20px !important; }[data-css=\"tve-u-162717cb618\"] { margin: 140px 0px 0px !important; }[data-css=\"tve-u-162717cb620\"] { clip-path: url(\"#clip-mobile-bottom-c883ac5175045\"); -webkit-clip-path: url(\"#clip-mobile-bottom-c883ac5175045\");  }[data-css=\"tve-u-162717cb60a\"] { padding: 0px !important; }#tve_editor [data-css=\"tve-u-162717cb616\"] { font-size: 27px !important; }#tve_editor [data-css=\"tve-u-162717cb629\"] { font-size: 18px !important; }[data-css=\"tve-u-162717cb625\"] { float: none; display: block; max-width: 100%; width: 100%; min-width: 100%; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-162717cb623\"] { max-width: 100%; float: none; width: 100%; margin: 0px auto 10px !important; }[data-css=\"tve-u-162717d1bbf\"] > .tcb-flex-col { padding-left: 18px; }[data-css=\"tve-u-162717d1bbf\"] { margin-left: -18px; padding: 10px !important; flex-flow: row wrap !important; }[data-css=\"tve-u-162717d1bbe\"] { border-bottom: 1px solid rgba(255, 255, 255, 0.2); border-right: none; margin-left: auto !important; margin-right: auto !important; float: none; }[data-css=\"tve-u-162717d1bbc\"] { border: none; padding-left: 0px !important; padding-right: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-162717d1bc5\"] { border-right: none; padding-left: 15px !important; padding-right: 0px !important; }[data-css=\"tve-u-162717d1bc3\"] { margin: 3px 10px 0px 0px !important; }[data-css=\"tve-u-162717d1bb6\"] { border: none; padding-top: 0px !important; padding-left: 0px !important; margin-bottom: 1px !important; margin-top: -5px !important; padding-bottom: 10px !important; }[data-css=\"tve-u-164179a84b8\"] { float: none; width: 100%; max-width: 155px; z-index: 3; position: relative; margin-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-164179bced9\"] { border-right: none; position: relative; padding-left: 0px !important; padding-right: 0px !important; margin-top: 0px !important; max-width: 250px; margin-left: auto !important; margin-right: auto !important; float: none; }[data-css=\"tve-u-16417b62c09\"] { max-width: 126px; float: none; margin-left: auto !important; margin-right: auto !important; margin-top: 20px !important; }[data-css=\"tve-u-16417b662bf\"] { max-width: 126px; float: none; margin-left: auto !important; margin-right: auto !important; margin-top: 20px !important; }[data-css=\"tve-u-16417e5bd95\"] { margin: 3px 10px 0px 0px !important; }#tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] p, #tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] li, #tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] blockquote, #tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] address, #tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] .tcb-plain-text, #tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] label { font-size: 18px; }[data-css=\"tve-u-16959822de2\"] { padding-top: 10px !important; margin-left: auto !important; margin-right: auto !important; float: none; }}'),(6661,555,'tve_revision_tve_user_custom_css',''),(6662,555,'tve_revision_tve_page_events','a:0:{}'),(6663,555,'tve_revision_tve_globals','a:2:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";s:8:\"font_cls\";a:0:{}}'),(6664,555,'tve_revision_tve_global_scripts',''),(6665,555,'tve_revision_thrive_icon_pack','0'),(6666,555,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(6667,555,'tve_revision_tve_has_masonry','0'),(6668,555,'tve_revision_tve_has_typefocus','0'),(6669,555,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-162717d1bbe\" wfd-id=\"449\"><div class=\"tcb-flex-row tcb-medium-no-wrap v-2 tcb--cols--3 m-edit tcb-mobile-wrap\" data-css=\"tve-u-162717d1bbf\" wfd-id=\"450\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1695981e7bb\" wfd-id=\"476\"><div class=\"tcb-col\" data-css=\"tve-u-16959846d3d\" wfd-id=\"478\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16959822de2\" wfd-id=\"479\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"480\"><img class=\"tve_image wp-image-465\" alt=\"\" width=\"384\" height=\"62\" title=\"Blackhawk_custom_header\" data-id=\"465\" src=\"https://bestcerakoteflorida.com/wp-content/uploads/2019/01/Blackhawk_custom_header.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717d1bb9\" style=\"\" wfd-id=\"462\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717d1bb6\" wfd-id=\"464\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-164179a84b8\" wfd-id=\"465\">\n<div class=\"tve-content-box-background\" wfd-id=\"475\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"466\"><div class=\"tcb-clear\" wfd-id=\"473\"><a href=\"tel:1-954-848-1911\" target=\"_blank\" rel=\"\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-162717d1bc3\" data-float=\"1\" data-link-wrap=\"1\" wfd-id=\"474\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-phone-plus-light\" data-name=\"\">\n            <path d=\"M8 128h88v88c0 4.4 3.6 8 8 8h16c4.4 0 8-3.6 8-8v-88h88c4.4 0 8-3.6 8-8v-16c0-4.4-3.6-8-8-8h-88V8c0-4.4-3.6-8-8-8h-16c-4.4 0-8 3.6-8 8v88H8c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8zM487.8 24.1L387 .8c-14.7-3.4-29.8 4.2-35.8 18.1l-46.5 108.5c-5.5 12.7-1.8 27.7 8.9 36.5l53.9 44.1c-34 69.2-90.3 125.6-159.6 159.6l-44.1-53.9c-8.8-10.7-23.8-14.4-36.5-8.9L18.9 351.3c-13.9 6-21.5 21-18.1 35.8L24 487.9C27.3 502 39.9 512 54.5 512 306.7 512 512 307.8 512 54.5c0-14.6-10-27.2-24.2-30.4zM55.1 480l-23-99.6 107.4-46 59.5 72.8c103.6-48.6 159.7-104.9 208.1-208.1l-72.8-59.5 46-107.4 99.6 23C479.7 289.7 289.6 479.7 55.1 480z\"></path>\n        </svg></div></a></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162717d1bc5\" wfd-id=\"467\"><p data-css=\"tve-u-1641333d7d1\"><a href=\"tel:1-954-848-1911\" target=\"_blank\">954-848-1911</a></p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717d1bb7\" style=\"\" wfd-id=\"451\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717d1bbc\" wfd-id=\"453\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16369305186\" wfd-id=\"454\">\n<div class=\"tve-content-box-background\" wfd-id=\"461\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16417e9d24e\" wfd-id=\"455\"><div class=\"tcb-clear\" wfd-id=\"459\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-16417e5bd95\" data-float=\"1\" wfd-id=\"460\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-envelope-regular\" data-name=\"\">\n            <path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path>\n        </svg></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-164179bced9\" wfd-id=\"456\"><p data-css=\"tve-u-1641333d7d1\"><a href=\"mailto:info@bestcerkoteflorida.com\" target=\"_blank\">info@bestcerakoteflorida.com</a></p></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-162717cb621\" data-value-type=\"percent\" wfd-id=\"390\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-162717cb620\" data-clip-id=\"c883ac5175045\" wfd-id=\"448\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-c883ac5175045\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9125, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-c883ac5175045\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9476, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-c883ac5175045\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9651, 1 1, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-162717cb609\" wfd-id=\"391\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-162717cb618\" wfd-id=\"392\"><div class=\"tcb-flex-row tcb-medium-wrap tcb-resized v-2 tcb--cols--2\" data-css=\"tve-u-162717cb617\" wfd-id=\"393\"><div class=\"tcb-flex-col\" data-css=\"tve-u-162717cb601\" style=\"\" wfd-id=\"400\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717cb60a\" wfd-id=\"402\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h1\" data-css=\"tve-u-162717cb610\" wfd-id=\"438\"><h1 data-css=\"tve-u-162717cb616\" style=\"text-align: center;\">&nbsp;Protect What\'s Important To You With The Toughest Ceramic Finish On The Market<span data-css=\"tve-u-16271ca808e\" style=\"color: rgb(0, 229, 255);\" wfd-id=\"447\"></span></h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162717cb60f\" wfd-id=\"426\"><p data-css=\"tve-u-16413112747\">We provide reliable, affordable services for your vehicle. You can choose a q<span data-css=\"tve-u-16413111ba3\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"437\">u</span>ick exterior wash or a detailed clean, we have it all.</p></div><div class=\"tcb-clear\" data-css=\"tve-u-1641791ce1a\" wfd-id=\"411\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-162717cb623\" wfd-id=\"412\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-162717cb626\" data-tcb_hover_state_parent=\"1\" wfd-id=\"425\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-162717cb624\" wfd-id=\"413\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-162717cb625\" data-tcb_hover_state_parent=\"\" data-button-style=\"full_rounded\" wfd-id=\"414\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"415\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-162717cb629\" wfd-id=\"416\"><strong>Request an appointment</strong></span></span>\n</a>\n</div></div>\n</div></div><div class=\"tcb-clear\" data-css=\"tve-u-1641791de3b\" wfd-id=\"403\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-162717cb60c\" data-tcb_hover_state_parent=\"\" data-button-style=\"ghost\" wfd-id=\"404\">\n<a href=\"#\" class=\"tcb-button-link\" target=\"_blank\">\n<span class=\"tcb-button-texts\" wfd-id=\"405\"><span class=\"tcb-button-text thrv-inline-text\" wfd-id=\"406\"><strong>Call Now: 0400-700-682</strong></span></span>\n</a>\n</div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717cb600\" style=\"\" wfd-id=\"394\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717cb60b\" wfd-id=\"396\"><div class=\"thrv_responsive_video thrv_wrapper\" data-type=\"youtube\" data-rel=\"0\" wfd-id=\"397\" data-url=\"https://www.youtube.com/watch?v=a1nyu9ZJiEk\">\n	\n\n	<div class=\"tve_responsive_video_container\" wfd-id=\"398\">\n		<div class=\"video_overlay\"></div>\n	<iframe data-code=\"a1nyu9ZJiEk\" data-provider=\"youtube\" src=\"https://www.youtube.com/embed/a1nyu9ZJiEk?rel=0&amp;modestbranding=0&amp;controls=1&amp;showinfo=1&amp;fs=1&amp;wmode=transparent\" data-src=\"https://www.youtube.com/embed/a1nyu9ZJiEk?rel=0&amp;modestbranding=0&amp;controls=1&amp;showinfo=1&amp;fs=1&amp;wmode=transparent\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-162717fcf9d\" data-value-type=\"percent\" wfd-id=\"329\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-162718bd0c0\" data-clip-id=\"a3b25e1c9221a\" wfd-id=\"389\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0875\"></polygon></clipPath><clipPath id=\"clip-tablet-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"6\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.1051\"></polygon></clipPath><clipPath id=\"clip-mobile-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"1\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0175\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-162718a3b40\" wfd-id=\"330\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622a159bcb\" wfd-id=\"331\">\n<div class=\"tve-content-box-background\" wfd-id=\"388\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"332\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621a2247ba\" wfd-id=\"383\"><h2 data-css=\"tve-u-1621a2e0d5b\">our services</h2></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16229f6175c\" wfd-id=\"356\"><div class=\"tcb-flex-row tcb-medium-no-wrap tcb--cols--3 v-2\" data-css=\"tve-u-162493a03b0\" wfd-id=\"357\"><div class=\"tcb-flex-col\" wfd-id=\"372\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1624939a960\" data-tcb_hover_state_parent=\"\" wfd-id=\"374\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-162493d5f13\" data-float=\"1\" wfd-id=\"382\"><svg class=\"tcb-icon\" viewBox=\"0 0 14 28\" data-name=\"bolt\">\n<path d=\"M13.828 8.844c0.172 0.187 0.219 0.453 0.109 0.688l-8.437 18.078c-0.125 0.234-0.375 0.391-0.656 0.391-0.063 0-0.141-0.016-0.219-0.031-0.344-0.109-0.547-0.438-0.469-0.766l3.078-12.625-6.344 1.578c-0.063 0.016-0.125 0.016-0.187 0.016-0.172 0-0.359-0.063-0.484-0.172-0.187-0.156-0.25-0.391-0.203-0.609l3.141-12.891c0.078-0.297 0.359-0.5 0.688-0.5h5.125c0.391 0 0.703 0.297 0.703 0.656 0 0.094-0.031 0.187-0.078 0.281l-2.672 7.234 6.188-1.531c0.063-0.016 0.125-0.031 0.187-0.031 0.203 0 0.391 0.094 0.531 0.234z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"378\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-162494b490e\" wfd-id=\"379\"><h4 data-css=\"tve-u-16249355087\" style=\"text-align: left;\">Express exterior</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162494b7ad0\" wfd-id=\"375\"><p data-css=\"tve-u-162492e70ad\">Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"365\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162493b6b63\" data-tcb_hover_state_parent=\"\" wfd-id=\"367\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b456a\" wfd-id=\"371\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"adjust\">\n<path d=\"M12 22.5v-17c-4.688 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"369\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1af44d\" wfd-id=\"370\"><h4 data-css=\"tve-u-16249358652\" style=\"text-align: left;\">Interior clean</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"368\"><p data-css=\"tve-u-162492e70ad\">Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"358\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16249373b25\" wfd-id=\"360\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b52d3\" wfd-id=\"364\"><svg class=\"tcb-icon\" viewBox=\"0 0 26 28\" data-name=\"umbrella\">\n<path d=\"M14 12.938v9.063c0 2.172-1.828 4-4 4s-4-1.828-4-4c0-0.547 0.453-1 1-1s1 0.453 1 1c0 1.047 0.953 2 2 2s2-0.953 2-2v-9.063c0.328-0.109 0.656-0.172 1-0.172s0.672 0.063 1 0.172zM26 13.359c0 0.266-0.234 0.5-0.5 0.5-0.141 0-0.25-0.063-0.359-0.156-0.906-0.844-1.75-1.437-3.047-1.437-1.484 0-2.766 0.922-3.609 2.094-0.187 0.266-0.328 0.547-0.5 0.812-0.109 0.172-0.234 0.266-0.438 0.266-0.219 0-0.344-0.094-0.453-0.266-0.172-0.266-0.313-0.547-0.5-0.812-0.844-1.172-2.109-2.094-3.594-2.094s-2.75 0.922-3.594 2.094c-0.187 0.266-0.328 0.547-0.5 0.812-0.109 0.172-0.234 0.266-0.453 0.266-0.203 0-0.328-0.094-0.438-0.266-0.172-0.266-0.313-0.547-0.5-0.812-0.844-1.172-2.125-2.094-3.609-2.094-1.297 0-2.141 0.594-3.047 1.437-0.109 0.094-0.219 0.156-0.359 0.156-0.266 0-0.5-0.234-0.5-0.5 0-0.047 0-0.078 0.016-0.109 1.437-5.906 7.141-9.25 12.984-9.25 5.812 0 11.578 3.344 12.984 9.25 0.016 0.031 0.016 0.063 0.016 0.109zM14 2v1.531c-0.328-0.016-0.672-0.031-1-0.031s-0.672 0.016-1 0.031v-1.531c0-0.547 0.453-1 1-1s1 0.453 1 1z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"362\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b01a6\" wfd-id=\"363\"><h4 data-css=\"tve-u-1624935a201\" style=\"text-align: left;\">Wax protection</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"361\"><p data-css=\"tve-u-162492e70ad\">Etiam pharetra, erat sed fermentum feugiat, velit mauris</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16249367114\" wfd-id=\"333\"><div class=\"tcb-flex-row tcb-medium-no-wrap tcb--cols--3 v-2\" data-css=\"tve-u-16229ffbb7b\" wfd-id=\"334\"><div class=\"tcb-flex-col\" wfd-id=\"349\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229fa6a26\" wfd-id=\"351\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b33f9\" wfd-id=\"355\"><svg class=\"tcb-icon\" viewBox=\"0 0 26 28\" data-name=\"magic\">\n<path d=\"M18.594 9.078l4.578-4.578-1.672-1.672-4.578 4.578zM25.578 4.5c0 0.266-0.094 0.516-0.281 0.703l-20.094 20.094c-0.187 0.187-0.438 0.281-0.703 0.281s-0.516-0.094-0.703-0.281l-3.094-3.094c-0.187-0.187-0.281-0.438-0.281-0.703s0.094-0.516 0.281-0.703l20.094-20.094c0.187-0.187 0.438-0.281 0.703-0.281s0.516 0.094 0.703 0.281l3.094 3.094c0.187 0.187 0.281 0.438 0.281 0.703zM4.469 1.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531zM9.938 4.062l3.063 0.938-3.063 0.938-0.938 3.063-0.938-3.063-3.063-0.938 3.063-0.938 0.938-3.063zM24.469 11.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531zM14.469 1.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"353\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b0a67\" wfd-id=\"354\"><h4 data-css=\"tve-u-16248fc42a1\" style=\"text-align: left;\">Dust &amp; Dash Console</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"352\"><p data-css=\"tve-u-162492e70ad\">Duis sed odio sit amet nibh vulputate cursus a sit amet mauris.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"342\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1622f65ba70\" wfd-id=\"344\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b60b4\" wfd-id=\"348\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"certificate\">\n<path d=\"M21.5 14l2.156 2.109c0.297 0.281 0.406 0.703 0.313 1.094-0.109 0.391-0.422 0.703-0.812 0.797l-2.938 0.75 0.828 2.906c0.109 0.391 0 0.812-0.297 1.094-0.281 0.297-0.703 0.406-1.094 0.297l-2.906-0.828-0.75 2.938c-0.094 0.391-0.406 0.703-0.797 0.812-0.094 0.016-0.203 0.031-0.297 0.031-0.297 0-0.594-0.125-0.797-0.344l-2.109-2.156-2.109 2.156c-0.281 0.297-0.703 0.406-1.094 0.313-0.406-0.109-0.703-0.422-0.797-0.812l-0.75-2.938-2.906 0.828c-0.391 0.109-0.812 0-1.094-0.297-0.297-0.281-0.406-0.703-0.297-1.094l0.828-2.906-2.938-0.75c-0.391-0.094-0.703-0.406-0.812-0.797-0.094-0.391 0.016-0.812 0.313-1.094l2.156-2.109-2.156-2.109c-0.297-0.281-0.406-0.703-0.313-1.094 0.109-0.391 0.422-0.703 0.812-0.797l2.938-0.75-0.828-2.906c-0.109-0.391 0-0.812 0.297-1.094 0.281-0.297 0.703-0.406 1.094-0.297l2.906 0.828 0.75-2.938c0.094-0.391 0.406-0.703 0.797-0.797 0.391-0.109 0.812 0 1.094 0.297l2.109 2.172 2.109-2.172c0.281-0.297 0.688-0.406 1.094-0.297 0.391 0.094 0.703 0.406 0.797 0.797l0.75 2.938 2.906-0.828c0.391-0.109 0.812 0 1.094 0.297 0.297 0.281 0.406 0.703 0.297 1.094l-0.828 2.906 2.938 0.75c0.391 0.094 0.703 0.406 0.812 0.797 0.094 0.391-0.016 0.812-0.313 1.094z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"346\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b12d8\" wfd-id=\"347\"><h4 data-css=\"tve-u-1625389a3d5\" style=\"text-align: left;\">Triple Foam Polish</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"345\"><p data-css=\"tve-u-162492e70ad\">Class aptent taciti sociosqu ad litora torquent</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"335\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229fa8c68\" wfd-id=\"337\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-16271adf6cf\" wfd-id=\"341\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"bullseye\">\n<path d=\"M16 14c0 2.203-1.797 4-4 4s-4-1.797-4-4 1.797-4 4-4 4 1.797 4 4zM18 14c0-3.313-2.688-6-6-6s-6 2.688-6 6 2.688 6 6 6 6-2.688 6-6zM20 14c0 4.422-3.578 8-8 8s-8-3.578-8-8 3.578-8 8-8 8 3.578 8 8zM22 14c0-5.516-4.484-10-10-10s-10 4.484-10 10 4.484 10 10 10 10-4.484 10-10zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"339\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-16248fc71c8\" wfd-id=\"340\"><h4 data-css=\"tve-u-1625389b4ed\" style=\"text-align: left;\">Tire dressing</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"338\"><p data-css=\"tve-u-162492e70ad\">Etiam pharetra, erat sed fermentum feugiat, velit mauris</p></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621ad46076\" wfd-id=\"297\">\n<div class=\"tve-page-section-out\" wfd-id=\"328\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621b072b4e\" wfd-id=\"298\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621a8b2488\" wfd-id=\"299\"><div class=\"tcb-flex-row tcb--cols--2 v-2\" data-css=\"tve-u-1621a8a804b\" wfd-id=\"300\"><div class=\"tcb-flex-col\" wfd-id=\"310\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16271bfe70c\" wfd-id=\"312\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h3\" data-css=\"tve-u-1621a8c4313\" wfd-id=\"327\"><h3><strong>Complete cleaning services for yoâ€‹ur car</strong></h3></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-16417b70f47\" wfd-id=\"313\"><ul class=\"tcb-styled-list\" wfd-id=\"314\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621acf0289\" wfd-id=\"323\"><div class=\"tcb-styled-list-icon\" wfd-id=\"325\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a8e11f3\" wfd-id=\"326\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ace1b08\" wfd-id=\"324\">We are a small business delivering professional cleaning services for all vehicles</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621acf64fb\" wfd-id=\"319\"><div class=\"tcb-styled-list-icon\" wfd-id=\"321\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a8e5625\" wfd-id=\"322\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ace4de9\" wfd-id=\"320\">Our services are convenient for individuals and corporate fleets</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"315\"><div class=\"tcb-styled-list-icon\" wfd-id=\"317\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a9076ef\" wfd-id=\"318\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621acf47d2\" wfd-id=\"316\">We use eco-friendly products that actually clean, protect and maintain your car better than the traditional cleaning substances</span></li></ul></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"301\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621a90a46f\" wfd-id=\"303\"><div class=\"thrv_wrapper thrv-fill-counter tve_red tve_normalfc thrv_data_element\" data-css=\"tve-u-1621a983587\" wfd-id=\"304\">\n<div class=\"tve_fill_counter_n\" style=\"\" data-fill=\"100\" data-css=\"tve-u-1621a98b602\" wfd-id=\"305\">\n<svg viewBox=\"0 0 170 170\" class=\"tve_fill_counter_circle\" shape-rendering=\"optimizeSpeed\" data-css=\"tve-u-1621a9a2862\">\n<circle class=\"tve_fill_counter_circle_inner\" r=\"85\" cx=\"85\" cy=\"85\" data-css=\"tve-u-1621a9685d4\"></circle>\n</svg>\n<div class=\"tve_fill_text_in\" data-css=\"tve-u-1621a96b190\" wfd-id=\"306\">\n<div class=\"tve_fill_text_value\" data-css=\"tve-u-1621a9a2866\" wfd-id=\"308\">\n<div class=\"thrv-inline-text tve_fill_text tve_editable\" data-css=\"tve-u-1621a9a2867\" wfd-id=\"309\"><strong>100%â€‹</strong></div>\n</div>\n<div class=\"thrv-inline-text tve_editable tve_data_element_label\" data-css=\"tve-u-1621a9750ae\" wfd-id=\"307\">Clean car</div>\n</div>\n</div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621ada1e7f\" data-value-type=\"percent\" wfd-id=\"261\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621adba9ef\" data-clip-id=\"52d5a36c151aa\" wfd-id=\"296\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-52d5a36c151aa\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0875\"></polygon></clipPath><clipPath id=\"clip-tablet-top-52d5a36c151aa\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0524\"></polygon></clipPath><clipPath id=\"clip-mobile-top-52d5a36c151aa\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0349\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621ad420c4\" wfd-id=\"262\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621ade6172\" wfd-id=\"263\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2 tcb-row-reversed-mobile tcb-mobile-edit v-2\" data-css=\"tve-u-1621adea58b\" wfd-id=\"264\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621b064646\" style=\"\" wfd-id=\"290\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ae0bec7\" wfd-id=\"292\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ae4fd21\" data-value-type=\"percent\" data-float=\"1\" wfd-id=\"293\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621ae6c8da\" data-clip-id=\"aa2c3e3c70555\" wfd-id=\"295\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0349\"></polygon></clipPath><clipPath id=\"clip-tablet-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"4\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0699\"></polygon></clipPath><clipPath id=\"clip-mobile-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"4\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0699\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb\" data-css=\"tve-u-1621ae4db6e\" wfd-id=\"294\"></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621b064668\" style=\"\" wfd-id=\"265\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621f45bed3\" wfd-id=\"267\"><div class=\"tcb-clear\" data-css=\"tve-u-16224848ee5\" wfd-id=\"288\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621afceb00\" wfd-id=\"289\"><h2 data-css=\"tve-u-1621afcc0bf\">Check Out Our Special Offer!</h2></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621afda4fa\" wfd-id=\"287\"><p data-css=\"tve-u-1621afd8c98\">Donâ€™t miss the opportunity to get 50% discount on a complete cleaning just by recommending us to a friend. Bring someone you know with you and clean you car half price!</p></div><div class=\"tcb-clear\" data-css=\"tve-u-16224834cab\" wfd-id=\"268\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621fe85996\" wfd-id=\"269\"><div class=\"tcb-flex-row tcb--cols--2 tcb-resized tcb-medium-wrap tcb-desktop-wrap\" data-css=\"tve-u-1621fe78878\" wfd-id=\"270\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621fe94086\" style=\"\" wfd-id=\"278\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"280\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621b01355a\" wfd-id=\"281\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621b08fdde\" data-tcb_hover_state_parent=\"1\" wfd-id=\"286\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16223f02c16\" wfd-id=\"282\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-1620af7eb3f\" data-tcb_hover_state_parent=\"\" data-button-style=\"full_rounded\" wfd-id=\"283\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"284\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-16228c75500\" wfd-id=\"285\"><strong>Request an appointment</strong></span></span>\n</a>\n</div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621fe940b9\" style=\"\" wfd-id=\"271\"><div class=\"tcb-col\" wfd-id=\"273\"><div class=\"tcb-clear\" data-css=\"tve-u-16224716d62\" wfd-id=\"274\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-1621b028939\" data-tcb_hover_state_parent=\"\" data-button-style=\"ghost\" wfd-id=\"275\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"276\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-16228c764b2\" wfd-id=\"277\"><strong>Call Now: 0400-700-682</strong></span></span>\n</a>\n</div></div></div></div></div></div></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16260ba2fa4\" wfd-id=\"168\">\n<div class=\"tve-page-section-out\" wfd-id=\"260\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16260be7104\" wfd-id=\"169\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621b0e4fb7\" wfd-id=\"259\"><h2 data-css=\"tve-u-1621b10fccf\" style=\"text-align: center;\">our happy clients</h2></div><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641367127b\" data-float=\"1\" wfd-id=\"258\"><svg class=\"tcb-icon\" viewBox=\"0 0 30 32\" data-name=\"quote-left\">\n<path d=\"M13.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429zM29.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641367e553\" wfd-id=\"257\"><svg class=\"tcb-icon\" viewBox=\"0 0 30 32\" data-name=\"quote-left\">\n<path d=\"M13.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429zM29.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a10d3b4\" wfd-id=\"228\">\n<div class=\"tve-content-box-background\" wfd-id=\"256\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"229\"><div class=\"tcb-clear\" data-css=\"tve-u-1621b300a64\" wfd-id=\"254\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-1621f154231\" wfd-id=\"255\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621b200375\" wfd-id=\"232\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-16260d8392c\" wfd-id=\"233\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"238\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"240\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16417b62c09\" wfd-id=\"241\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-16260d8396c\" wfd-id=\"242\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16260d01208\" style=\"\" wfd-id=\"248\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"250\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"251\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16225617da3\" wfd-id=\"253\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"252\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16260d0120e\" style=\"\" wfd-id=\"243\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"245\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"247\"><h5>Brett Graham, 28</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"246\"><h6 class=\"\">Architect</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"234\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"236\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"237\"><p data-css=\"tve-u-162539c17ec\">Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit. Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit.&nbsp;</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-16260c5ff0c\" wfd-id=\"230\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260c5ff07\" wfd-id=\"231\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a12f675\" wfd-id=\"199\">\n<div class=\"tve-content-box-background\" wfd-id=\"227\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"200\"><div class=\"tcb-clear\" data-css=\"tve-u-16260cd7683\" wfd-id=\"225\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260d73672\" wfd-id=\"226\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16260da3aa7\" wfd-id=\"203\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-1621fb68b97\" wfd-id=\"204\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"209\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"211\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16417b662bf\" wfd-id=\"212\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-1621fb65556\" wfd-id=\"213\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16229915e1a\" style=\"\" wfd-id=\"219\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"221\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"222\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16260c433e9\" wfd-id=\"224\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"223\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16229915e4e\" style=\"\" wfd-id=\"214\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"216\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"218\"><h5>Rosie Hanson, 24</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"217\"><h6 class=\"\">Real estate Associate</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"205\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"207\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"208\"><p data-css=\"tve-u-162539c17ec\">Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo.</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-16260d3b97e\" wfd-id=\"201\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260d39b83\" wfd-id=\"202\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a146aef\" wfd-id=\"170\">\n<div class=\"tve-content-box-background\" wfd-id=\"198\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"171\"><div class=\"tcb-clear\" data-css=\"tve-u-16260cd7683\" wfd-id=\"196\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260cd622f\" wfd-id=\"197\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16260c39a7e\" wfd-id=\"174\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-16260d3f4aa\" wfd-id=\"175\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"180\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"182\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621fbacc60\" wfd-id=\"183\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-16260d3f4af\" wfd-id=\"184\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16229915e1a\" style=\"\" wfd-id=\"190\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"192\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"193\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16260d5e4b8\" wfd-id=\"195\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"194\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16229915e4e\" style=\"\" wfd-id=\"185\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"187\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"189\"><h5>Shawn Mattews, 35</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"188\"><h6 class=\"\">project manager</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"176\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"178\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"179\"><p data-css=\"tve-u-162539c17ec\">Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo. Nullam ac urna eu felis.Sed non neque elit. Sed ut imperdiet nisi. Proin condimentum</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1621b30ca74\" wfd-id=\"172\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-1621f15b521\" wfd-id=\"173\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621b3c8c52\" wfd-id=\"64\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621b3cfc7b\" wfd-id=\"167\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621b3c74d9\" wfd-id=\"65\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621e7b695a\" wfd-id=\"166\"><h2 data-css=\"tve-u-1621e7a7350\" style=\"text-align: center;\">our offers</h2></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621e7c899a\" wfd-id=\"66\"><div class=\"tcb-flex-row tcb--cols--3 tcb-medium-wrap v-2\" data-css=\"tve-u-1621e7c7aa1\" wfd-id=\"67\"><div class=\"tcb-flex-col\" wfd-id=\"130\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16223fc9f23\" wfd-id=\"132\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e7ceab3\" style=\"\" wfd-id=\"133\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16416e4fafd\" wfd-id=\"165\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e7d5094\" wfd-id=\"134\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e7e9950\" data-value-type=\"percent\" style=\"\" wfd-id=\"161\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e7edfd9\" data-clip-id=\"10ffac3b28f1d\" wfd-id=\"164\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-10ffac3b28f1d\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-10ffac3b28f1d\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e7e6c1d\" wfd-id=\"162\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-16417b4cb9e\" wfd-id=\"163\"><h4 data-css=\"tve-u-1621fe1a1af\" style=\"text-align: center;\"><strong>Basic Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ec6c39b\" data-float=\"1\" wfd-id=\"157\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e81f424\" wfd-id=\"160\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec752da\" wfd-id=\"158\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"159\"><h4 data-css=\"tve-u-1621fe1bd18\" style=\"text-align: center;\"><strong>15$</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621ea50702\" wfd-id=\"135\"><ul class=\"tcb-styled-list\" wfd-id=\"136\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec3a5c0\" wfd-id=\"153\"><div class=\"tcb-styled-list-icon\" wfd-id=\"155\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec204df\" wfd-id=\"156\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec241aa\" wfd-id=\"154\">Interior vacuum</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"149\"><div class=\"tcb-styled-list-icon\" wfd-id=\"151\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec20f68\" wfd-id=\"152\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec2704c\" wfd-id=\"150\">Dust &amp;dash console</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec42aa7\" wfd-id=\"145\"><div class=\"tcb-styled-list-icon\" wfd-id=\"147\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec21a31\" wfd-id=\"148\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec298ab\" wfd-id=\"146\">Hand towel dry</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec43fe2\" wfd-id=\"141\"><div class=\"tcb-styled-list-icon\" wfd-id=\"143\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ea1fba7\" wfd-id=\"144\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea23322\" wfd-id=\"142\">Clean windows</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec454d9\" wfd-id=\"137\"><div class=\"tcb-styled-list-icon\" wfd-id=\"139\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ea295c0\" wfd-id=\"140\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea2c69a\" wfd-id=\"138\">Soft cloth wash</span></li></ul></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"99\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"101\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621eb81205\" style=\"\" wfd-id=\"102\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16416e603ab\" wfd-id=\"129\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621eb7ccb0\" wfd-id=\"103\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ebbbb6d\" data-value-type=\"percent\" wfd-id=\"125\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eaaedd8\" data-clip-id=\"a2b9cf3198d6f\" wfd-id=\"128\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-a2b9cf3198d6f\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-a2b9cf3198d6f\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec7f21a\" wfd-id=\"126\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e930bd7\" wfd-id=\"127\"><h4 data-css=\"tve-u-1621e92e97f\" style=\"text-align: center;\"><strong>Ultimate Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ec78d2c\" data-float=\"1\" wfd-id=\"121\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eab272c\" wfd-id=\"124\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec79a7d\" wfd-id=\"122\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"123\"><h4 data-css=\"tve-u-1621e942b65\" style=\"text-align: center;\"><strong>22 $</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621ebfa746\" wfd-id=\"118\"><p data-css=\"tve-u-1621f4ceaf6\" style=\"text-align: center;\">Includes basic service <span data-css=\"tve-u-1621f4ceaf7\" style=\"color: rgb(15, 29, 123);\" wfd-id=\"119\"><strong class=\"\"><span data-css=\"tve-u-1621f4ceafb\" wfd-id=\"120\">+</span></strong></span></p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621ebf340c\" wfd-id=\"104\"><ul class=\"tcb-styled-list\" wfd-id=\"105\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-164137a0b1f\" wfd-id=\"114\"><div class=\"tcb-styled-list-icon\" wfd-id=\"116\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec0c5bd\" wfd-id=\"117\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ebfe4ce\" wfd-id=\"115\">Triple foam conditiner</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec04541\" wfd-id=\"110\"><div class=\"tcb-styled-list-icon\" wfd-id=\"112\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec09a3c\" wfd-id=\"113\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ebff867\" wfd-id=\"111\">Tire dressing</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec05cc3\" wfd-id=\"106\"><div class=\"tcb-styled-list-icon\" wfd-id=\"108\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec15f6e\" wfd-id=\"109\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec009a8\" wfd-id=\"107\">Air freshner</span></li></ul></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"68\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16223dad661\" wfd-id=\"70\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621fd9c946\" style=\"\" wfd-id=\"71\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e7d234c\" wfd-id=\"98\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621fd84d7b\" wfd-id=\"72\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16223b080b0\" data-value-type=\"percent\" wfd-id=\"94\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eb3eb9f\" data-clip-id=\"ac98bb0e54b3b\" wfd-id=\"97\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621fd8766c\" wfd-id=\"95\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e930bd7\" wfd-id=\"96\"><h4 data-css=\"tve-u-1621fe1587d\" style=\"text-align: center;\"><strong>Supreme Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e8107f3\" wfd-id=\"90\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eb43d8d\" wfd-id=\"93\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e819c52\" wfd-id=\"91\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"92\"><h4 data-css=\"tve-u-1621fe1725e\" style=\"text-align: center;\"><strong>30 $</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621eb037bb\" wfd-id=\"87\"><p data-css=\"tve-u-1621f4d0451\" style=\"text-align: center;\">Includes ultimate service <span data-css=\"tve-u-1621eaff572\" style=\"color: rgb(15, 29, 123);\" wfd-id=\"88\"><strong class=\"\"><span data-css=\"tve-u-1621eb01b60\" wfd-id=\"89\">+</span></strong></span></p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621eacf6af\" wfd-id=\"73\"><ul class=\"tcb-styled-list\" wfd-id=\"74\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec36a4d\" wfd-id=\"83\"><div class=\"tcb-styled-list-icon\" wfd-id=\"85\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e9993aa\" wfd-id=\"86\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea1a5d7\" wfd-id=\"84\">Exterior trim dressing</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"79\"><div class=\"tcb-styled-list-icon\" wfd-id=\"81\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e99b1db\" wfd-id=\"82\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea19a06\" wfd-id=\"80\">Hand applied spray wax</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec37ea5\" wfd-id=\"75\"><div class=\"tcb-styled-list-icon\" wfd-id=\"77\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e99c314\" wfd-id=\"78\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea18c5d\" wfd-id=\"76\">Interior conditioner</span></li></ul></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621efddaaf\" wfd-id=\"43\">\n<div class=\"tve-page-section-out\" wfd-id=\"63\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621edf8048\" wfd-id=\"44\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621f114214\" wfd-id=\"45\"><div class=\"tcb-flex-row tcb-resized tcb-mobile-edit tcb--cols--2\" data-css=\"tve-u-1621ee03000\" wfd-id=\"46\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621ee4be21\" style=\"\" wfd-id=\"51\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ee093d4\" wfd-id=\"53\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ee3afec\" wfd-id=\"57\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621ee58e74\" wfd-id=\"62\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ee37f4a\" wfd-id=\"58\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1621ee74a24\" wfd-id=\"61\"><svg class=\"tcb-icon\" viewBox=\"0 0 16 28\" data-name=\"map-marker\">\n<path d=\"M12 10c0-2.203-1.797-4-4-4s-4 1.797-4 4 1.797 4 4 4 4-1.797 4-4zM16 10c0 0.953-0.109 1.937-0.516 2.797l-5.688 12.094c-0.328 0.688-1.047 1.109-1.797 1.109s-1.469-0.422-1.781-1.109l-5.703-12.094c-0.406-0.859-0.516-1.844-0.516-2.797 0-4.422 3.578-8 8-8s8 3.578 8 8z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621ee63e1c\" wfd-id=\"60\"><h2 data-css=\"tve-u-1621fdcb4ea\" style=\"text-align: center;\">contact us</h2></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16422a1ce91\" wfd-id=\"59\"><p data-css=\"tve-u-16422a1ce94\" style=\"text-align: left;\">Your adress goes here</p><p data-css=\"tve-u-16422a1ce93\" style=\"text-align: left;\">Phone: 0400 - 700 - 682</p><p data-css=\"tve-u-16422a1ce92\" style=\"text-align: left;\">Email: our_office@gmail.com</p></div></div>\n</div><div class=\"tcb-clear\" data-css=\"tve-u-16417c828be\" wfd-id=\"54\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_slide_left\" data-css=\"tve-u-1621ef118dc\" style=\"\" wfd-id=\"55\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"56\"><img class=\"tve_image tve_evt_manager_listen tve_et_tve-viewport wp-image-21388\" alt=\"\" width=\"567\" height=\"384\" title=\"Car wash img footer\" data-id=\"21388\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-img-footer.png\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_left&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" style=\"width: 100%;\"></span></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621ee4be73\" style=\"\" wfd-id=\"47\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ee22c43\" wfd-id=\"49\"><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-1621ee18a1c\" wfd-id=\"50\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=New York&amp;t=m&amp;z=5&amp;output=embed&amp;iwloc=near\"></iframe>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621f0aa8f7\" wfd-id=\"30\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621f0ada0e\" wfd-id=\"42\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621f0b0088\" wfd-id=\"31\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621f0d2c1a\" wfd-id=\"32\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-1621f0cbe40\" wfd-id=\"33\"><div class=\"tcb-flex-col\" wfd-id=\"38\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"40\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621f0da775\" wfd-id=\"41\"><p data-css=\"tve-u-1622444fb11\">Â© 2018, Your company name . All rights reserved.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"34\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"36\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16223fe5f5b\" wfd-id=\"37\"><p data-css=\"tve-u-1621f0d874c\" style=\"text-align: right;\">Made with <a href=\"https://thrivethemes.com/\" target=\"_blank\">Thrive Architect</a></p></div></div></div></div></div></div>\n</div>\n\n'),(6670,555,'tve_revision_tve_has_wistia_popover','0'),(6671,556,'tve_revision_tve_landing_page','tcb2-thrivebiz-car-wash'),(6672,556,'tve_revision_tve_landing_set',''),(6673,556,'tve_revision_tve_disable_theme_dependency','1'),(6674,556,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-162717d1bbe\" wfd-id=\"449\"><div class=\"tcb-flex-row tcb-medium-no-wrap v-2 tcb--cols--3 m-edit tcb-mobile-wrap\" data-css=\"tve-u-162717d1bbf\" wfd-id=\"450\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1695981e7bb\" wfd-id=\"476\"><div class=\"tcb-col\" data-css=\"tve-u-16959846d3d\" wfd-id=\"478\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16959822de2\" wfd-id=\"479\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"480\"><img class=\"tve_image wp-image-465\" alt=\"\" width=\"384\" height=\"62\" title=\"Blackhawk_custom_header\" data-id=\"465\" src=\"https://bestcerakoteflorida.com/wp-content/uploads/2019/01/Blackhawk_custom_header.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717d1bb9\" style=\"\" wfd-id=\"462\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717d1bb6\" wfd-id=\"464\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-164179a84b8\" wfd-id=\"465\">\n<div class=\"tve-content-box-background\" wfd-id=\"475\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"466\"><div class=\"tcb-clear\" wfd-id=\"473\"><a href=\"tel:1-954-848-1911\" target=\"_blank\" rel=\"\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-162717d1bc3\" data-float=\"1\" data-link-wrap=\"1\" wfd-id=\"474\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-phone-plus-light\" data-name=\"\">\n            <path d=\"M8 128h88v88c0 4.4 3.6 8 8 8h16c4.4 0 8-3.6 8-8v-88h88c4.4 0 8-3.6 8-8v-16c0-4.4-3.6-8-8-8h-88V8c0-4.4-3.6-8-8-8h-16c-4.4 0-8 3.6-8 8v88H8c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8zM487.8 24.1L387 .8c-14.7-3.4-29.8 4.2-35.8 18.1l-46.5 108.5c-5.5 12.7-1.8 27.7 8.9 36.5l53.9 44.1c-34 69.2-90.3 125.6-159.6 159.6l-44.1-53.9c-8.8-10.7-23.8-14.4-36.5-8.9L18.9 351.3c-13.9 6-21.5 21-18.1 35.8L24 487.9C27.3 502 39.9 512 54.5 512 306.7 512 512 307.8 512 54.5c0-14.6-10-27.2-24.2-30.4zM55.1 480l-23-99.6 107.4-46 59.5 72.8c103.6-48.6 159.7-104.9 208.1-208.1l-72.8-59.5 46-107.4 99.6 23C479.7 289.7 289.6 479.7 55.1 480z\"></path>\n        </svg></div></a></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162717d1bc5\" wfd-id=\"467\"><p data-css=\"tve-u-1641333d7d1\"><a href=\"tel:1-954-848-1911\" target=\"_blank\">954-848-1911</a></p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717d1bb7\" style=\"\" wfd-id=\"451\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717d1bbc\" wfd-id=\"453\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16369305186\" wfd-id=\"454\">\n<div class=\"tve-content-box-background\" wfd-id=\"461\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16417e9d24e\" wfd-id=\"455\"><div class=\"tcb-clear\" wfd-id=\"459\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-16417e5bd95\" data-float=\"1\" wfd-id=\"460\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-envelope-regular\" data-name=\"\">\n            <path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path>\n        </svg></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-164179bced9\" wfd-id=\"456\"><p data-css=\"tve-u-1641333d7d1\"><a href=\"mailto:info@bestcerkoteflorida.com\" target=\"_blank\">info@bestcerakoteflorida.com</a></p></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-162717cb621\" data-value-type=\"percent\" wfd-id=\"390\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-162717cb620\" data-clip-id=\"c883ac5175045\" wfd-id=\"448\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-c883ac5175045\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9125, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-c883ac5175045\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9476, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-c883ac5175045\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9651, 1 1, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-162717cb609\" wfd-id=\"391\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-162717cb618\" wfd-id=\"392\"><div class=\"tcb-flex-row tcb-medium-wrap tcb-resized v-2 tcb--cols--2\" data-css=\"tve-u-162717cb617\" wfd-id=\"393\"><div class=\"tcb-flex-col\" data-css=\"tve-u-162717cb601\" style=\"\" wfd-id=\"400\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717cb60a\" wfd-id=\"402\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h1\" data-css=\"tve-u-162717cb610\" wfd-id=\"438\"><h1 data-css=\"tve-u-162717cb616\" style=\"text-align: center;\">&nbsp;Protect What\'s Important To You With The Toughest Ceramic Finish On The Market<span data-css=\"tve-u-16271ca808e\" style=\"color: rgb(0, 229, 255);\" wfd-id=\"447\"></span></h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162717cb60f\" wfd-id=\"426\"><p data-css=\"tve-u-16413112747\">We provide reliable, affordable services for your vehicle. You can choose a q<span data-css=\"tve-u-16413111ba3\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"437\">u</span>ick exterior wash or a detailed clean, we have it all.</p></div><div class=\"tcb-clear\" data-css=\"tve-u-1641791ce1a\" wfd-id=\"411\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-162717cb623\" wfd-id=\"412\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-162717cb626\" data-tcb_hover_state_parent=\"1\" wfd-id=\"425\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-162717cb624\" wfd-id=\"413\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-162717cb625\" data-tcb_hover_state_parent=\"\" data-button-style=\"full_rounded\" wfd-id=\"414\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"415\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-162717cb629\" wfd-id=\"416\"><strong>Request an appointment</strong></span></span>\n</a>\n</div></div>\n</div></div><div class=\"tcb-clear\" data-css=\"tve-u-1641791de3b\" wfd-id=\"403\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-162717cb60c\" data-tcb_hover_state_parent=\"\" data-button-style=\"ghost\" wfd-id=\"404\">\n<a href=\"#\" class=\"tcb-button-link\" target=\"_blank\">\n<span class=\"tcb-button-texts\" wfd-id=\"405\"><span class=\"tcb-button-text thrv-inline-text\" wfd-id=\"406\"><strong>Call Now: 0400-700-682</strong></span></span>\n</a>\n</div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717cb600\" style=\"\" wfd-id=\"394\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717cb60b\" wfd-id=\"396\"><div class=\"thrv_responsive_video thrv_wrapper\" data-type=\"youtube\" data-rel=\"0\" wfd-id=\"397\" data-url=\"https://www.youtube.com/watch?v=a1nyu9ZJiEk\" data-css=\"tve-u-16959cd1e7a\" data-modestbranding=\"1\">\n	\n\n	<div class=\"tve_responsive_video_container\" wfd-id=\"398\">\n		<div class=\"video_overlay\"></div>\n	<iframe data-code=\"a1nyu9ZJiEk\" data-provider=\"youtube\" src=\"https://www.youtube.com/embed/a1nyu9ZJiEk?rel=0&amp;modestbranding=1&amp;controls=1&amp;showinfo=1&amp;fs=1&amp;wmode=transparent\" data-src=\"https://www.youtube.com/embed/a1nyu9ZJiEk?rel=0&amp;modestbranding=1&amp;controls=1&amp;showinfo=1&amp;fs=1&amp;wmode=transparent\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-162717fcf9d\" data-value-type=\"percent\" wfd-id=\"329\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-162718bd0c0\" data-clip-id=\"a3b25e1c9221a\" wfd-id=\"389\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0875\"></polygon></clipPath><clipPath id=\"clip-tablet-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"6\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.1051\"></polygon></clipPath><clipPath id=\"clip-mobile-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"1\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0175\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-162718a3b40\" wfd-id=\"330\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622a159bcb\" wfd-id=\"331\">\n<div class=\"tve-content-box-background\" wfd-id=\"388\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"332\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621a2247ba\" wfd-id=\"383\"><h2 data-css=\"tve-u-1621a2e0d5b\">our services</h2></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16229f6175c\" wfd-id=\"356\"><div class=\"tcb-flex-row tcb-medium-no-wrap tcb--cols--3 v-2\" data-css=\"tve-u-162493a03b0\" wfd-id=\"357\"><div class=\"tcb-flex-col\" wfd-id=\"372\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1624939a960\" data-tcb_hover_state_parent=\"\" wfd-id=\"374\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-162493d5f13\" data-float=\"1\" wfd-id=\"382\"><svg class=\"tcb-icon\" viewBox=\"0 0 14 28\" data-name=\"bolt\">\n<path d=\"M13.828 8.844c0.172 0.187 0.219 0.453 0.109 0.688l-8.437 18.078c-0.125 0.234-0.375 0.391-0.656 0.391-0.063 0-0.141-0.016-0.219-0.031-0.344-0.109-0.547-0.438-0.469-0.766l3.078-12.625-6.344 1.578c-0.063 0.016-0.125 0.016-0.187 0.016-0.172 0-0.359-0.063-0.484-0.172-0.187-0.156-0.25-0.391-0.203-0.609l3.141-12.891c0.078-0.297 0.359-0.5 0.688-0.5h5.125c0.391 0 0.703 0.297 0.703 0.656 0 0.094-0.031 0.187-0.078 0.281l-2.672 7.234 6.188-1.531c0.063-0.016 0.125-0.031 0.187-0.031 0.203 0 0.391 0.094 0.531 0.234z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"378\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-162494b490e\" wfd-id=\"379\"><h4 data-css=\"tve-u-16249355087\" style=\"text-align: left;\">Express exterior</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162494b7ad0\" wfd-id=\"375\"><p data-css=\"tve-u-162492e70ad\">Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"365\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162493b6b63\" data-tcb_hover_state_parent=\"\" wfd-id=\"367\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b456a\" wfd-id=\"371\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"adjust\">\n<path d=\"M12 22.5v-17c-4.688 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"369\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1af44d\" wfd-id=\"370\"><h4 data-css=\"tve-u-16249358652\" style=\"text-align: left;\">Interior clean</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"368\"><p data-css=\"tve-u-162492e70ad\">Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"358\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16249373b25\" wfd-id=\"360\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b52d3\" wfd-id=\"364\"><svg class=\"tcb-icon\" viewBox=\"0 0 26 28\" data-name=\"umbrella\">\n<path d=\"M14 12.938v9.063c0 2.172-1.828 4-4 4s-4-1.828-4-4c0-0.547 0.453-1 1-1s1 0.453 1 1c0 1.047 0.953 2 2 2s2-0.953 2-2v-9.063c0.328-0.109 0.656-0.172 1-0.172s0.672 0.063 1 0.172zM26 13.359c0 0.266-0.234 0.5-0.5 0.5-0.141 0-0.25-0.063-0.359-0.156-0.906-0.844-1.75-1.437-3.047-1.437-1.484 0-2.766 0.922-3.609 2.094-0.187 0.266-0.328 0.547-0.5 0.812-0.109 0.172-0.234 0.266-0.438 0.266-0.219 0-0.344-0.094-0.453-0.266-0.172-0.266-0.313-0.547-0.5-0.812-0.844-1.172-2.109-2.094-3.594-2.094s-2.75 0.922-3.594 2.094c-0.187 0.266-0.328 0.547-0.5 0.812-0.109 0.172-0.234 0.266-0.453 0.266-0.203 0-0.328-0.094-0.438-0.266-0.172-0.266-0.313-0.547-0.5-0.812-0.844-1.172-2.125-2.094-3.609-2.094-1.297 0-2.141 0.594-3.047 1.437-0.109 0.094-0.219 0.156-0.359 0.156-0.266 0-0.5-0.234-0.5-0.5 0-0.047 0-0.078 0.016-0.109 1.437-5.906 7.141-9.25 12.984-9.25 5.812 0 11.578 3.344 12.984 9.25 0.016 0.031 0.016 0.063 0.016 0.109zM14 2v1.531c-0.328-0.016-0.672-0.031-1-0.031s-0.672 0.016-1 0.031v-1.531c0-0.547 0.453-1 1-1s1 0.453 1 1z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"362\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b01a6\" wfd-id=\"363\"><h4 data-css=\"tve-u-1624935a201\" style=\"text-align: left;\">Wax protection</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"361\"><p data-css=\"tve-u-162492e70ad\">Etiam pharetra, erat sed fermentum feugiat, velit mauris</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16249367114\" wfd-id=\"333\"><div class=\"tcb-flex-row tcb-medium-no-wrap tcb--cols--3 v-2\" data-css=\"tve-u-16229ffbb7b\" wfd-id=\"334\"><div class=\"tcb-flex-col\" wfd-id=\"349\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229fa6a26\" wfd-id=\"351\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b33f9\" wfd-id=\"355\"><svg class=\"tcb-icon\" viewBox=\"0 0 26 28\" data-name=\"magic\">\n<path d=\"M18.594 9.078l4.578-4.578-1.672-1.672-4.578 4.578zM25.578 4.5c0 0.266-0.094 0.516-0.281 0.703l-20.094 20.094c-0.187 0.187-0.438 0.281-0.703 0.281s-0.516-0.094-0.703-0.281l-3.094-3.094c-0.187-0.187-0.281-0.438-0.281-0.703s0.094-0.516 0.281-0.703l20.094-20.094c0.187-0.187 0.438-0.281 0.703-0.281s0.516 0.094 0.703 0.281l3.094 3.094c0.187 0.187 0.281 0.438 0.281 0.703zM4.469 1.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531zM9.938 4.062l3.063 0.938-3.063 0.938-0.938 3.063-0.938-3.063-3.063-0.938 3.063-0.938 0.938-3.063zM24.469 11.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531zM14.469 1.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"353\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b0a67\" wfd-id=\"354\"><h4 data-css=\"tve-u-16248fc42a1\" style=\"text-align: left;\">Dust &amp; Dash Console</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"352\"><p data-css=\"tve-u-162492e70ad\">Duis sed odio sit amet nibh vulputate cursus a sit amet mauris.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"342\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1622f65ba70\" wfd-id=\"344\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b60b4\" wfd-id=\"348\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"certificate\">\n<path d=\"M21.5 14l2.156 2.109c0.297 0.281 0.406 0.703 0.313 1.094-0.109 0.391-0.422 0.703-0.812 0.797l-2.938 0.75 0.828 2.906c0.109 0.391 0 0.812-0.297 1.094-0.281 0.297-0.703 0.406-1.094 0.297l-2.906-0.828-0.75 2.938c-0.094 0.391-0.406 0.703-0.797 0.812-0.094 0.016-0.203 0.031-0.297 0.031-0.297 0-0.594-0.125-0.797-0.344l-2.109-2.156-2.109 2.156c-0.281 0.297-0.703 0.406-1.094 0.313-0.406-0.109-0.703-0.422-0.797-0.812l-0.75-2.938-2.906 0.828c-0.391 0.109-0.812 0-1.094-0.297-0.297-0.281-0.406-0.703-0.297-1.094l0.828-2.906-2.938-0.75c-0.391-0.094-0.703-0.406-0.812-0.797-0.094-0.391 0.016-0.812 0.313-1.094l2.156-2.109-2.156-2.109c-0.297-0.281-0.406-0.703-0.313-1.094 0.109-0.391 0.422-0.703 0.812-0.797l2.938-0.75-0.828-2.906c-0.109-0.391 0-0.812 0.297-1.094 0.281-0.297 0.703-0.406 1.094-0.297l2.906 0.828 0.75-2.938c0.094-0.391 0.406-0.703 0.797-0.797 0.391-0.109 0.812 0 1.094 0.297l2.109 2.172 2.109-2.172c0.281-0.297 0.688-0.406 1.094-0.297 0.391 0.094 0.703 0.406 0.797 0.797l0.75 2.938 2.906-0.828c0.391-0.109 0.812 0 1.094 0.297 0.297 0.281 0.406 0.703 0.297 1.094l-0.828 2.906 2.938 0.75c0.391 0.094 0.703 0.406 0.812 0.797 0.094 0.391-0.016 0.812-0.313 1.094z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"346\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b12d8\" wfd-id=\"347\"><h4 data-css=\"tve-u-1625389a3d5\" style=\"text-align: left;\">Triple Foam Polish</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"345\"><p data-css=\"tve-u-162492e70ad\">Class aptent taciti sociosqu ad litora torquent</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"335\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229fa8c68\" wfd-id=\"337\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-16271adf6cf\" wfd-id=\"341\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"bullseye\">\n<path d=\"M16 14c0 2.203-1.797 4-4 4s-4-1.797-4-4 1.797-4 4-4 4 1.797 4 4zM18 14c0-3.313-2.688-6-6-6s-6 2.688-6 6 2.688 6 6 6 6-2.688 6-6zM20 14c0 4.422-3.578 8-8 8s-8-3.578-8-8 3.578-8 8-8 8 3.578 8 8zM22 14c0-5.516-4.484-10-10-10s-10 4.484-10 10 4.484 10 10 10 10-4.484 10-10zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"339\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-16248fc71c8\" wfd-id=\"340\"><h4 data-css=\"tve-u-1625389b4ed\" style=\"text-align: left;\">Tire dressing</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"338\"><p data-css=\"tve-u-162492e70ad\">Etiam pharetra, erat sed fermentum feugiat, velit mauris</p></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621ad46076\" wfd-id=\"297\">\n<div class=\"tve-page-section-out\" wfd-id=\"328\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621b072b4e\" wfd-id=\"298\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621a8b2488\" wfd-id=\"299\"><div class=\"tcb-flex-row tcb--cols--2 v-2\" data-css=\"tve-u-1621a8a804b\" wfd-id=\"300\"><div class=\"tcb-flex-col\" wfd-id=\"310\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16271bfe70c\" wfd-id=\"312\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h3\" data-css=\"tve-u-1621a8c4313\" wfd-id=\"327\"><h3><strong>Complete cleaning services for yoâ€‹ur car</strong></h3></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-16417b70f47\" wfd-id=\"313\"><ul class=\"tcb-styled-list\" wfd-id=\"314\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621acf0289\" wfd-id=\"323\"><div class=\"tcb-styled-list-icon\" wfd-id=\"325\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a8e11f3\" wfd-id=\"326\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ace1b08\" wfd-id=\"324\">We are a small business delivering professional cleaning services for all vehicles</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621acf64fb\" wfd-id=\"319\"><div class=\"tcb-styled-list-icon\" wfd-id=\"321\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a8e5625\" wfd-id=\"322\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ace4de9\" wfd-id=\"320\">Our services are convenient for individuals and corporate fleets</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"315\"><div class=\"tcb-styled-list-icon\" wfd-id=\"317\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a9076ef\" wfd-id=\"318\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621acf47d2\" wfd-id=\"316\">We use eco-friendly products that actually clean, protect and maintain your car better than the traditional cleaning substances</span></li></ul></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"301\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621a90a46f\" wfd-id=\"303\"><div class=\"thrv_wrapper thrv-fill-counter tve_red tve_normalfc thrv_data_element\" data-css=\"tve-u-1621a983587\" wfd-id=\"304\">\n<div class=\"tve_fill_counter_n\" style=\"\" data-fill=\"100\" data-css=\"tve-u-1621a98b602\" wfd-id=\"305\">\n<svg viewBox=\"0 0 170 170\" class=\"tve_fill_counter_circle\" shape-rendering=\"optimizeSpeed\" data-css=\"tve-u-1621a9a2862\">\n<circle class=\"tve_fill_counter_circle_inner\" r=\"85\" cx=\"85\" cy=\"85\" data-css=\"tve-u-1621a9685d4\"></circle>\n</svg>\n<div class=\"tve_fill_text_in\" data-css=\"tve-u-1621a96b190\" wfd-id=\"306\">\n<div class=\"tve_fill_text_value\" data-css=\"tve-u-1621a9a2866\" wfd-id=\"308\">\n<div class=\"thrv-inline-text tve_fill_text tve_editable\" data-css=\"tve-u-1621a9a2867\" wfd-id=\"309\"><strong>100%â€‹</strong></div>\n</div>\n<div class=\"thrv-inline-text tve_editable tve_data_element_label\" data-css=\"tve-u-1621a9750ae\" wfd-id=\"307\">Clean car</div>\n</div>\n</div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621ada1e7f\" data-value-type=\"percent\" wfd-id=\"261\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621adba9ef\" data-clip-id=\"52d5a36c151aa\" wfd-id=\"296\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-52d5a36c151aa\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0875\"></polygon></clipPath><clipPath id=\"clip-tablet-top-52d5a36c151aa\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0524\"></polygon></clipPath><clipPath id=\"clip-mobile-top-52d5a36c151aa\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0349\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621ad420c4\" wfd-id=\"262\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621ade6172\" wfd-id=\"263\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2 tcb-row-reversed-mobile tcb-mobile-edit v-2\" data-css=\"tve-u-1621adea58b\" wfd-id=\"264\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621b064646\" style=\"\" wfd-id=\"290\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ae0bec7\" wfd-id=\"292\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ae4fd21\" data-value-type=\"percent\" data-float=\"1\" wfd-id=\"293\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621ae6c8da\" data-clip-id=\"aa2c3e3c70555\" wfd-id=\"295\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0349\"></polygon></clipPath><clipPath id=\"clip-tablet-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"4\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0699\"></polygon></clipPath><clipPath id=\"clip-mobile-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"4\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0699\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb\" data-css=\"tve-u-1621ae4db6e\" wfd-id=\"294\"></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621b064668\" style=\"\" wfd-id=\"265\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621f45bed3\" wfd-id=\"267\"><div class=\"tcb-clear\" data-css=\"tve-u-16224848ee5\" wfd-id=\"288\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621afceb00\" wfd-id=\"289\"><h2 data-css=\"tve-u-1621afcc0bf\">Check Out Our Special Offer!</h2></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621afda4fa\" wfd-id=\"287\"><p data-css=\"tve-u-1621afd8c98\">Donâ€™t miss the opportunity to get 50% discount on a complete cleaning just by recommending us to a friend. Bring someone you know with you and clean you car half price!</p></div><div class=\"tcb-clear\" data-css=\"tve-u-16224834cab\" wfd-id=\"268\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621fe85996\" wfd-id=\"269\"><div class=\"tcb-flex-row tcb--cols--2 tcb-resized tcb-medium-wrap tcb-desktop-wrap\" data-css=\"tve-u-1621fe78878\" wfd-id=\"270\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621fe94086\" style=\"\" wfd-id=\"278\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"280\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621b01355a\" wfd-id=\"281\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621b08fdde\" data-tcb_hover_state_parent=\"1\" wfd-id=\"286\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16223f02c16\" wfd-id=\"282\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-1620af7eb3f\" data-tcb_hover_state_parent=\"\" data-button-style=\"full_rounded\" wfd-id=\"283\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"284\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-16228c75500\" wfd-id=\"285\"><strong>Request an appointment</strong></span></span>\n</a>\n</div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621fe940b9\" style=\"\" wfd-id=\"271\"><div class=\"tcb-col\" wfd-id=\"273\"><div class=\"tcb-clear\" data-css=\"tve-u-16224716d62\" wfd-id=\"274\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-1621b028939\" data-tcb_hover_state_parent=\"\" data-button-style=\"ghost\" wfd-id=\"275\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"276\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-16228c764b2\" wfd-id=\"277\"><strong>Call Now: 0400-700-682</strong></span></span>\n</a>\n</div></div></div></div></div></div></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16260ba2fa4\" wfd-id=\"168\">\n<div class=\"tve-page-section-out\" wfd-id=\"260\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16260be7104\" wfd-id=\"169\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621b0e4fb7\" wfd-id=\"259\"><h2 data-css=\"tve-u-1621b10fccf\" style=\"text-align: center;\">our happy clients</h2></div><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641367127b\" data-float=\"1\" wfd-id=\"258\"><svg class=\"tcb-icon\" viewBox=\"0 0 30 32\" data-name=\"quote-left\">\n<path d=\"M13.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429zM29.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641367e553\" wfd-id=\"257\"><svg class=\"tcb-icon\" viewBox=\"0 0 30 32\" data-name=\"quote-left\">\n<path d=\"M13.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429zM29.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a10d3b4\" wfd-id=\"228\">\n<div class=\"tve-content-box-background\" wfd-id=\"256\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"229\"><div class=\"tcb-clear\" data-css=\"tve-u-1621b300a64\" wfd-id=\"254\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-1621f154231\" wfd-id=\"255\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621b200375\" wfd-id=\"232\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-16260d8392c\" wfd-id=\"233\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"238\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"240\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16417b62c09\" wfd-id=\"241\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-16260d8396c\" wfd-id=\"242\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16260d01208\" style=\"\" wfd-id=\"248\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"250\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"251\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16225617da3\" wfd-id=\"253\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"252\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16260d0120e\" style=\"\" wfd-id=\"243\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"245\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"247\"><h5>Brett Graham, 28</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"246\"><h6 class=\"\">Architect</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"234\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"236\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"237\"><p data-css=\"tve-u-162539c17ec\">Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit. Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit.&nbsp;</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-16260c5ff0c\" wfd-id=\"230\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260c5ff07\" wfd-id=\"231\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a12f675\" wfd-id=\"199\">\n<div class=\"tve-content-box-background\" wfd-id=\"227\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"200\"><div class=\"tcb-clear\" data-css=\"tve-u-16260cd7683\" wfd-id=\"225\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260d73672\" wfd-id=\"226\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16260da3aa7\" wfd-id=\"203\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-1621fb68b97\" wfd-id=\"204\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"209\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"211\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16417b662bf\" wfd-id=\"212\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-1621fb65556\" wfd-id=\"213\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16229915e1a\" style=\"\" wfd-id=\"219\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"221\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"222\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16260c433e9\" wfd-id=\"224\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"223\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16229915e4e\" style=\"\" wfd-id=\"214\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"216\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"218\"><h5>Rosie Hanson, 24</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"217\"><h6 class=\"\">Real estate Associate</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"205\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"207\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"208\"><p data-css=\"tve-u-162539c17ec\">Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo.</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-16260d3b97e\" wfd-id=\"201\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260d39b83\" wfd-id=\"202\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a146aef\" wfd-id=\"170\">\n<div class=\"tve-content-box-background\" wfd-id=\"198\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"171\"><div class=\"tcb-clear\" data-css=\"tve-u-16260cd7683\" wfd-id=\"196\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260cd622f\" wfd-id=\"197\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16260c39a7e\" wfd-id=\"174\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-16260d3f4aa\" wfd-id=\"175\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"180\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"182\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621fbacc60\" wfd-id=\"183\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-16260d3f4af\" wfd-id=\"184\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16229915e1a\" style=\"\" wfd-id=\"190\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"192\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"193\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16260d5e4b8\" wfd-id=\"195\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"194\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16229915e4e\" style=\"\" wfd-id=\"185\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"187\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"189\"><h5>Shawn Mattews, 35</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"188\"><h6 class=\"\">project manager</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"176\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"178\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"179\"><p data-css=\"tve-u-162539c17ec\">Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo. Nullam ac urna eu felis.Sed non neque elit. Sed ut imperdiet nisi. Proin condimentum</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1621b30ca74\" wfd-id=\"172\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-1621f15b521\" wfd-id=\"173\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621b3c8c52\" wfd-id=\"64\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621b3cfc7b\" wfd-id=\"167\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621b3c74d9\" wfd-id=\"65\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621e7b695a\" wfd-id=\"166\"><h2 data-css=\"tve-u-1621e7a7350\" style=\"text-align: center;\">our offers</h2></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621e7c899a\" wfd-id=\"66\"><div class=\"tcb-flex-row tcb--cols--3 tcb-medium-wrap v-2\" data-css=\"tve-u-1621e7c7aa1\" wfd-id=\"67\"><div class=\"tcb-flex-col\" wfd-id=\"130\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16223fc9f23\" wfd-id=\"132\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e7ceab3\" style=\"\" wfd-id=\"133\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16416e4fafd\" wfd-id=\"165\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e7d5094\" wfd-id=\"134\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e7e9950\" data-value-type=\"percent\" style=\"\" wfd-id=\"161\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e7edfd9\" data-clip-id=\"10ffac3b28f1d\" wfd-id=\"164\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-10ffac3b28f1d\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-10ffac3b28f1d\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e7e6c1d\" wfd-id=\"162\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-16417b4cb9e\" wfd-id=\"163\"><h4 data-css=\"tve-u-1621fe1a1af\" style=\"text-align: center;\"><strong>Basic Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ec6c39b\" data-float=\"1\" wfd-id=\"157\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e81f424\" wfd-id=\"160\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec752da\" wfd-id=\"158\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"159\"><h4 data-css=\"tve-u-1621fe1bd18\" style=\"text-align: center;\"><strong>15$</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621ea50702\" wfd-id=\"135\"><ul class=\"tcb-styled-list\" wfd-id=\"136\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec3a5c0\" wfd-id=\"153\"><div class=\"tcb-styled-list-icon\" wfd-id=\"155\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec204df\" wfd-id=\"156\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec241aa\" wfd-id=\"154\">Interior vacuum</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"149\"><div class=\"tcb-styled-list-icon\" wfd-id=\"151\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec20f68\" wfd-id=\"152\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec2704c\" wfd-id=\"150\">Dust &amp;dash console</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec42aa7\" wfd-id=\"145\"><div class=\"tcb-styled-list-icon\" wfd-id=\"147\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec21a31\" wfd-id=\"148\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec298ab\" wfd-id=\"146\">Hand towel dry</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec43fe2\" wfd-id=\"141\"><div class=\"tcb-styled-list-icon\" wfd-id=\"143\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ea1fba7\" wfd-id=\"144\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea23322\" wfd-id=\"142\">Clean windows</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec454d9\" wfd-id=\"137\"><div class=\"tcb-styled-list-icon\" wfd-id=\"139\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ea295c0\" wfd-id=\"140\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea2c69a\" wfd-id=\"138\">Soft cloth wash</span></li></ul></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"99\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"101\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621eb81205\" style=\"\" wfd-id=\"102\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16416e603ab\" wfd-id=\"129\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621eb7ccb0\" wfd-id=\"103\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ebbbb6d\" data-value-type=\"percent\" wfd-id=\"125\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eaaedd8\" data-clip-id=\"a2b9cf3198d6f\" wfd-id=\"128\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-a2b9cf3198d6f\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-a2b9cf3198d6f\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec7f21a\" wfd-id=\"126\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e930bd7\" wfd-id=\"127\"><h4 data-css=\"tve-u-1621e92e97f\" style=\"text-align: center;\"><strong>Ultimate Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ec78d2c\" data-float=\"1\" wfd-id=\"121\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eab272c\" wfd-id=\"124\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec79a7d\" wfd-id=\"122\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"123\"><h4 data-css=\"tve-u-1621e942b65\" style=\"text-align: center;\"><strong>22 $</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621ebfa746\" wfd-id=\"118\"><p data-css=\"tve-u-1621f4ceaf6\" style=\"text-align: center;\">Includes basic service <span data-css=\"tve-u-1621f4ceaf7\" style=\"color: rgb(15, 29, 123);\" wfd-id=\"119\"><strong class=\"\"><span data-css=\"tve-u-1621f4ceafb\" wfd-id=\"120\">+</span></strong></span></p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621ebf340c\" wfd-id=\"104\"><ul class=\"tcb-styled-list\" wfd-id=\"105\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-164137a0b1f\" wfd-id=\"114\"><div class=\"tcb-styled-list-icon\" wfd-id=\"116\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec0c5bd\" wfd-id=\"117\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ebfe4ce\" wfd-id=\"115\">Triple foam conditiner</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec04541\" wfd-id=\"110\"><div class=\"tcb-styled-list-icon\" wfd-id=\"112\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec09a3c\" wfd-id=\"113\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ebff867\" wfd-id=\"111\">Tire dressing</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec05cc3\" wfd-id=\"106\"><div class=\"tcb-styled-list-icon\" wfd-id=\"108\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec15f6e\" wfd-id=\"109\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec009a8\" wfd-id=\"107\">Air freshner</span></li></ul></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"68\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16223dad661\" wfd-id=\"70\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621fd9c946\" style=\"\" wfd-id=\"71\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e7d234c\" wfd-id=\"98\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621fd84d7b\" wfd-id=\"72\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16223b080b0\" data-value-type=\"percent\" wfd-id=\"94\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eb3eb9f\" data-clip-id=\"ac98bb0e54b3b\" wfd-id=\"97\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621fd8766c\" wfd-id=\"95\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e930bd7\" wfd-id=\"96\"><h4 data-css=\"tve-u-1621fe1587d\" style=\"text-align: center;\"><strong>Supreme Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e8107f3\" wfd-id=\"90\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eb43d8d\" wfd-id=\"93\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e819c52\" wfd-id=\"91\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"92\"><h4 data-css=\"tve-u-1621fe1725e\" style=\"text-align: center;\"><strong>30 $</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621eb037bb\" wfd-id=\"87\"><p data-css=\"tve-u-1621f4d0451\" style=\"text-align: center;\">Includes ultimate service <span data-css=\"tve-u-1621eaff572\" style=\"color: rgb(15, 29, 123);\" wfd-id=\"88\"><strong class=\"\"><span data-css=\"tve-u-1621eb01b60\" wfd-id=\"89\">+</span></strong></span></p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621eacf6af\" wfd-id=\"73\"><ul class=\"tcb-styled-list\" wfd-id=\"74\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec36a4d\" wfd-id=\"83\"><div class=\"tcb-styled-list-icon\" wfd-id=\"85\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e9993aa\" wfd-id=\"86\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea1a5d7\" wfd-id=\"84\">Exterior trim dressing</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"79\"><div class=\"tcb-styled-list-icon\" wfd-id=\"81\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e99b1db\" wfd-id=\"82\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea19a06\" wfd-id=\"80\">Hand applied spray wax</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec37ea5\" wfd-id=\"75\"><div class=\"tcb-styled-list-icon\" wfd-id=\"77\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e99c314\" wfd-id=\"78\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea18c5d\" wfd-id=\"76\">Interior conditioner</span></li></ul></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621efddaaf\" wfd-id=\"43\">\n<div class=\"tve-page-section-out\" wfd-id=\"63\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621edf8048\" wfd-id=\"44\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621f114214\" wfd-id=\"45\"><div class=\"tcb-flex-row tcb-resized tcb-mobile-edit tcb--cols--2\" data-css=\"tve-u-1621ee03000\" wfd-id=\"46\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621ee4be21\" style=\"\" wfd-id=\"51\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ee093d4\" wfd-id=\"53\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ee3afec\" wfd-id=\"57\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621ee58e74\" wfd-id=\"62\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ee37f4a\" wfd-id=\"58\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1621ee74a24\" wfd-id=\"61\"><svg class=\"tcb-icon\" viewBox=\"0 0 16 28\" data-name=\"map-marker\">\n<path d=\"M12 10c0-2.203-1.797-4-4-4s-4 1.797-4 4 1.797 4 4 4 4-1.797 4-4zM16 10c0 0.953-0.109 1.937-0.516 2.797l-5.688 12.094c-0.328 0.688-1.047 1.109-1.797 1.109s-1.469-0.422-1.781-1.109l-5.703-12.094c-0.406-0.859-0.516-1.844-0.516-2.797 0-4.422 3.578-8 8-8s8 3.578 8 8z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621ee63e1c\" wfd-id=\"60\"><h2 data-css=\"tve-u-1621fdcb4ea\" style=\"text-align: center;\">contact us</h2></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16422a1ce91\" wfd-id=\"59\"><p data-css=\"tve-u-16422a1ce94\" style=\"text-align: left;\">Your adress goes here</p><p data-css=\"tve-u-16422a1ce93\" style=\"text-align: left;\">Phone: 0400 - 700 - 682</p><p data-css=\"tve-u-16422a1ce92\" style=\"text-align: left;\">Email: our_office@gmail.com</p></div></div>\n</div><div class=\"tcb-clear\" data-css=\"tve-u-16417c828be\" wfd-id=\"54\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_slide_left\" data-css=\"tve-u-1621ef118dc\" style=\"\" wfd-id=\"55\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"56\"><img class=\"tve_image tve_evt_manager_listen tve_et_tve-viewport wp-image-21388\" alt=\"\" width=\"567\" height=\"384\" title=\"Car wash img footer\" data-id=\"21388\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-img-footer.png\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_left&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" style=\"width: 100%;\"></span></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621ee4be73\" style=\"\" wfd-id=\"47\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ee22c43\" wfd-id=\"49\"><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-1621ee18a1c\" wfd-id=\"50\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=New York&amp;t=m&amp;z=5&amp;output=embed&amp;iwloc=near\"></iframe>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621f0aa8f7\" wfd-id=\"30\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621f0ada0e\" wfd-id=\"42\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621f0b0088\" wfd-id=\"31\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621f0d2c1a\" wfd-id=\"32\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-1621f0cbe40\" wfd-id=\"33\"><div class=\"tcb-flex-col\" wfd-id=\"38\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"40\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621f0da775\" wfd-id=\"41\"><p data-css=\"tve-u-1622444fb11\">Â© 2018, Your company name . All rights reserved.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"34\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"36\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16223fe5f5b\" wfd-id=\"37\"><p data-css=\"tve-u-1621f0d874c\" style=\"text-align: right;\">Made with <a href=\"https://thrivethemes.com/\" target=\"_blank\">Thrive Architect</a></p></div></div></div></div></div></div>\n</div>\n\n'),(6675,556,'tve_revision_tve_content_more_found',''),(6676,556,'tve_revision_tve_save_post',''),(6677,556,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Merriweather:400,700&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Special+Elite:400&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Poppins:400,800,900,300,700,&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Monda:400,700,&subset=latin\");@media (min-width: 300px){.tcb-plain-text { font-family: Monda; font-weight: 400; font-size: 14px; }#tve_editor [data-css=\"tve-u-1621b072b4e\"] p, #tve_editor [data-css=\"tve-u-1621b072b4e\"] li, #tve_editor [data-css=\"tve-u-1621b072b4e\"] blockquote, #tve_editor [data-css=\"tve-u-1621b072b4e\"] address, #tve_editor [data-css=\"tve-u-1621b072b4e\"] .tcb-plain-text, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h1, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h2, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h3, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h4, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h5, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h6 { color: rgb(18, 18, 18); }[data-css=\"tve-u-16417c828be\"]::after { clear: both; }[data-css=\"tve-u-1621fe78878\"] .tcb-flex-col { flex-basis: 160px !important; }[data-css=\"tve-u-16417b70f47\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1641791de3b\"]::after { clear: both; }[data-css=\"tve-u-1641791ce1a\"]::after { clear: both; }#tve_editor [data-css=\"tve-u-1621fdcb4ea\"] { color: rgb(15, 29, 123) !important; }#tve_editor [data-css=\"tve-u-1641367127b\"] > :first-child { color: rgb(15, 29, 123); }[data-css=\"tve-u-1641367127b\"] { font-size: 60px; float: none; box-shadow: none; position: relative; z-index: 5; margin: 0px auto !important; }#tve_editor [data-css=\"tve-u-1641333d7d1\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-162717cb617\"] > .tcb-flex-col { padding-left: 0px; }#tve_editor [data-css=\"tve-u-16413112747\"] { color: rgba(255, 255, 255, 0.85) !important; }[data-css=\"tve-u-16413111ba3\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-16369305186\"] > .tve-cb { display: block; }#tve_editor [data-css=\"tve-u-162717cb609\"] p, #tve_editor [data-css=\"tve-u-162717cb609\"] li, #tve_editor [data-css=\"tve-u-162717cb609\"] blockquote, #tve_editor [data-css=\"tve-u-162717cb609\"] address, #tve_editor [data-css=\"tve-u-162717cb609\"] h1, #tve_editor [data-css=\"tve-u-162717cb609\"] h2, #tve_editor [data-css=\"tve-u-162717cb609\"] h3, #tve_editor [data-css=\"tve-u-162717cb609\"] h4, #tve_editor [data-css=\"tve-u-162717cb609\"] h5, #tve_editor [data-css=\"tve-u-162717cb609\"] h6 { color: rgb(255, 255, 255); }[data-css=\"tve-u-16369305186\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-162717cb621\"] .tve-page-section-in { display: flex; justify-content: center; flex-direction: column; }[data-css=\"tve-u-162717fcf9d\"] .tve-page-section-in { display: block; }[data-css=\"tve-u-1628a146aef\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1628a12f675\"] { padding: 0px !important; margin: 0px 0px 60px !important; }[data-css=\"tve-u-1628a10d3b4\"] { max-width: 100%; padding: 0px !important; margin: 0px 0px 60px !important; }[data-css=\"tve-u-16271ca808e\"] { color: rgb(0, 229, 255) !important; }#tve_editor [data-css=\"tve-u-162717cb618\"] p, #tve_editor [data-css=\"tve-u-162717cb618\"] li, #tve_editor [data-css=\"tve-u-162717cb618\"] blockquote, #tve_editor [data-css=\"tve-u-162717cb618\"] address, #tve_editor [data-css=\"tve-u-162717cb618\"] h1, #tve_editor [data-css=\"tve-u-162717cb618\"] h2, #tve_editor [data-css=\"tve-u-162717cb618\"] h3, #tve_editor [data-css=\"tve-u-162717cb618\"] h4, #tve_editor [data-css=\"tve-u-162717cb618\"] h5, #tve_editor [data-css=\"tve-u-162717cb618\"] h6 { color: rgb(0, 229, 255); }[data-css=\"tve-u-162718bd0c0\"] { clip-path: url(\"#clip-top-a3b25e1c9221a\"); -webkit-clip-path: url(\"#clip-top-a3b25e1c9221a\");  }[data-css=\"tve-u-162718a3b40\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-162717fcf9d\"] { z-index: 5; padding: 170px 40px 0px !important; margin-top: -80px !important; }[data-css=\"tve-u-16260cd622f\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-16260cd7683\"]::after { clear: both; }[data-css=\"tve-u-16260cd622f\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin-top: 0px !important; margin-bottom: -1px !important; }[data-css=\"tve-u-16260be7104\"] { max-width: 1200px; }[data-css=\"tve-u-16260ba2fa4\"] { padding: 100px 40px !important; }[data-css=\"tve-u-162539c17ec\"] { line-height: 1.6em !important; }#tve_editor [data-css=\"tve-u-162493b6b63\"]:hover { background-color: rgb(248, 249, 251) !important; }#tve_editor [data-css=\"tve-u-1624939a960\"]:hover { background-color: rgb(248, 249, 251) !important; background-image: none !important; }#tve_editor [data-css=\"tve-u-162492e70ad\"] { color: rgb(137, 141, 167) !important; }[data-css=\"tve-u-162492815ba\"] { padding: 0px !important; margin-top: 25px !important; }[data-css=\"tve-u-162491e8e1f\"]::after { clear: both; }[data-css=\"tve-u-1622f65ba70\"] { border: none; background-image: none !important; padding: 0px 30px 30px !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-1622a159bcb\"] { max-width: 100%; float: none; z-index: 6; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; margin-top: 0px !important; }[data-css=\"tve-u-16229915e4e\"] { max-width: 62.8%; }[data-css=\"tve-u-16229915e1a\"] { max-width: 37.2%; }[data-css=\"tve-u-16225617da3\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-Brett.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16225611edb\"] { min-height: 127px; }[data-css=\"tve-u-1622561121b\"] { max-width: 127px; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-16224848ee5\"]::after { clear: both; }[data-css=\"tve-u-16224834cab\"]::after { clear: both; }[data-css=\"tve-u-1621ee3afec\"] > .tve-cb { display: block; }[data-css=\"tve-u-1621fe78878\"] > .tcb-flex-col { padding-left: 5px; }[data-css=\"tve-u-1621fe940b9\"] { max-width: 50%; }[data-css=\"tve-u-1621fe94086\"] { max-width: 50%; }[data-css=\"tve-u-1621fe85996\"] { max-width: 585px; float: left; z-index: 3; position: relative; width: 100%; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621fe78878\"] > .tcb-flex-col > .tcb-col { min-height: 65px; justify-content: center; }[data-css=\"tve-u-1621fe78878\"] { min-height: inherit; margin-left: -5px; padding: 0px !important; flex-wrap: wrap !important; }#tve_editor [data-css=\"tve-u-1621f4d0451\"] { font-size: 20px !important; }#tve_editor [data-css=\"tve-u-1621f4ceaf6\"] { font-size: 20px !important; color: rgb(12, 12, 12) !important; }[data-css=\"tve-u-1621f45bed3\"] { padding: 0px !important; }[data-css=\"tve-u-1621f114214\"] { float: none; max-width: 100%; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621f0da775\"] { padding: 0px !important; }#tve_editor [data-css=\"tve-u-1621f0d874c\"] { letter-spacing: 1px; color: rgb(137, 141, 167) !important; font-size: 14px !important; }[data-css=\"tve-u-1621f0d2c1a\"] { max-width: 100%; margin-left: 60px !important; margin-right: 60px !important; }[data-css=\"tve-u-1621f0aa8f7\"] .tve-page-section-in { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621f0cbe40\"] { margin-left: 0px; padding: 0px !important; }[data-css=\"tve-u-1621f0cbe40\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-1621f0b0088\"] { max-width: 100%; min-height: 140px !important; }[data-css=\"tve-u-1621f0ada0e\"] { background-image: linear-gradient(rgb(22, 22, 24), rgb(22, 22, 24)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1621f0aa8f7\"] { padding: 0px !important; }[data-css=\"tve-u-1621efddaaf\"] { padding: 0px !important; }[data-css=\"tve-u-1621ef118dc\"] { width: 567px; position: relative; right: -50px; top: -104px; float: right; z-index: 3; margin-top: 0px !important; margin-bottom: 0px !important; padding-left: 0px !important; }#tve_editor [data-css=\"tve-u-1621ee74a24\"] > :first-child { color: rgb(15, 29, 123); }[data-css=\"tve-u-1621ee74a24\"] { font-size: 60px; float: none; z-index: 3; position: relative; margin: 0px auto 10px !important; padding-top: 0px !important; }[data-css=\"tve-u-1621ee63e1c\"] { float: none; z-index: 3; position: relative; max-width: none; width: 100%; padding: 0px !important; margin: 0px auto 30px !important; }[data-css=\"tve-u-1621ee58e74\"] { background-color: rgb(224, 226, 236) !important; }[data-css=\"tve-u-1621ee4be73\"] { max-width: 61%; }[data-css=\"tve-u-1621ee4be21\"] { max-width: 39%; }[data-css=\"tve-u-1621ee3afec\"] { padding: 60px 0px 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621ee37f4a\"] { min-height: 380px; }[data-css=\"tve-u-1621ee22c43\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding-top: 0px !important; padding-left: 0px !important; }[data-css=\"tve-u-1621ee18a1c\"] { margin: 80px 0px 0px 122px !important; }[data-css=\"tve-u-1621ee093d4\"] { margin-top: 0px !important; }[data-css=\"tve-u-1621ee03000\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1621ee03000\"] { margin-left: 0px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-1621ee03000\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-1621edf8048\"] { max-width: 100%; min-height: 1px !important; }[data-css=\"tve-u-1621ec454d9\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec43fe2\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec42aa7\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec3a5c0\"] { margin-top: 0px !important; margin-bottom: 10px !important; }[data-css=\"tve-u-1621ec37ea5\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec36a4d\"] { margin-bottom: 10px !important; }[data-css=\"tve-u-1621ea18c5d\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ea19a06\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ea1a5d7\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ea2c69a\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ea23322\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ec298ab\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ec2704c\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ec241aa\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ec05cc3\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec04541\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec009a8\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ebff867\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ebfe4ce\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621eb037bb\"] { padding: 0px !important; margin-top: 0px !important; margin-bottom: 30px !important; }[data-css=\"tve-u-1621eaff572\"] { color: rgb(15, 29, 123) !important; }[data-css=\"tve-u-1621ea50702\"] { max-width: 230px; float: none; z-index: 3; position: relative; width: 100%; padding: 0px !important; margin: 0px auto !important; }#tve_editor [data-css=\"tve-u-1621ea2c69a\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ea295c0\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ea295c0\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ea1fba7\"] > :first-child { color: rgb(137, 141, 167); }#tve_editor [data-css=\"tve-u-1621ea23322\"] { font-size: 16px !important; }[data-css=\"tve-u-1621ea1fba7\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }[data-css=\"tve-u-1621e99c314\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }[data-css=\"tve-u-1621e99b1db\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }[data-css=\"tve-u-1621e9993aa\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ea1a5d7\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ea19a06\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ea18c5d\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621e99c314\"] > :first-child { color: rgb(137, 141, 167); }#tve_editor [data-css=\"tve-u-1621e99b1db\"] > :first-child { color: rgb(137, 141, 167); }#tve_editor [data-css=\"tve-u-1621e9993aa\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621e8107f3\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621e942b65\"] strong { font-weight: 800; }[data-css=\"tve-u-1621e7e9950\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621e930bd7\"] { padding: 0px 0px 50px !important; }#tve_editor [data-css=\"tve-u-1621e92e97f\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1621e81f424\"] { border-radius: 200px; overflow: hidden; background-image: none !important; border: 3px solid rgb(255, 255, 255) !important; background-color: rgb(144, 147, 168) !important; }[data-css=\"tve-u-1621e819c52\"] { min-height: 110px; }[data-css=\"tve-u-1621e8107f3\"] { float: none; max-width: 110px; z-index: 4; padding: 0px !important; margin: -60px auto 30px !important; }[data-css=\"tve-u-1621e7edfd9\"] { clip-path: url(\"#clip-bottom-10ffac3b28f1d\"); -webkit-clip-path: url(\"#clip-bottom-10ffac3b28f1d\");  background-image: none !important; background-color: rgb(144, 147, 168) !important; }[data-css=\"tve-u-1621e7e9950\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1621e7e6c1d\"] { min-height: 150px; }[data-css=\"tve-u-1621e7c7aa1\"] > .tcb-flex-col { padding-left: 60px; }[data-css=\"tve-u-1621e7d5094\"] { min-height: 480px; }[data-css=\"tve-u-1621e7d234c\"] { box-shadow: rgba(0, 0, 0, 0.02) 0px 2px 22px 0px; background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1621e7ceab3\"] { float: none; width: 100%; padding: 0px 0px 20px !important; margin: 0px auto !important; }[data-css=\"tve-u-1621e7c899a\"] { float: none; max-width: 100%; margin: 0px auto !important; }[data-css=\"tve-u-1621e7c7aa1\"] { margin-left: -60px; padding: 0px !important; }[data-css=\"tve-u-1621e7b695a\"] { padding: 0px !important; margin-bottom: 100px !important; }#tve_editor [data-css=\"tve-u-1621e7a7350\"] { color: rgb(15, 29, 123) !important; }[data-css=\"tve-u-1621b3cfc7b\"] { filter: blur(0px); opacity: 1; background-image: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(220, 224, 246) 38%) !important; background-color: rgb(212, 212, 212) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1621b3c8c52\"] { padding: 100px 40px !important; }[data-css=\"tve-u-1621b3c74d9\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-1621b300a64\"]::after { clear: both; }[data-css=\"tve-u-1621b24a89d\"] { padding: 0px !important; }[data-css=\"tve-u-1621b22a018\"] { background-image: none !important; padding: 0px !important; }[data-css=\"tve-u-1621b200375\"] { float: none; max-width: 100%; border-left: 1px solid rgba(15, 29, 123, 0.7); border-right: 1px solid rgba(15, 29, 123, 0.7); background-color: rgb(248, 249, 251) !important; margin: 0px auto !important; }[data-css=\"tve-u-1621b10fccf\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621b0e4fb7\"] { border-right: none; max-width: 100%; padding: 0px !important; margin-bottom: 40px !important; margin-right: 0px !important; }[data-css=\"tve-u-1621b072b4e\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-1621b064668\"] { max-width: 52%; }[data-css=\"tve-u-1621b064646\"] { max-width: 48%; }[data-css=\"tve-u-1621afda4fa\"] { max-width: none; padding: 0px !important; margin-bottom: 40px !important; }#tve_editor [data-css=\"tve-u-1621afd8c98\"] { color: rgb(255, 255, 255) !important; font-size: 20px !important; }[data-css=\"tve-u-1621afceb00\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 80%; padding: 0px !important; margin-bottom: 50px !important; }#tve_editor [data-css=\"tve-u-1621afcc0bf\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1621a8a804b\"] > .tcb-flex-col { padding-left: 60px; }[data-css=\"tve-u-1621ae6c8da\"] { clip-path: url(\"#clip-top-aa2c3e3c70555\"); -webkit-clip-path: url(\"#clip-top-aa2c3e3c70555\");  background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-Cta-2.jpg\") !important; background-size: cover !important; background-position: 0% 100% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1621ae4fd21\"] { max-width: 100%; top: -70px; z-index: 5; left: -60px; position: relative !important; padding: 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-1621ae4db6e\"] { min-height: 524px; }[data-css=\"tve-u-1621ada1e7f\"] .tve-page-section-in { display: flex; flex-direction: column; justify-content: center; }[data-css=\"tve-u-1621adea58b\"] > .tcb-flex-col > .tcb-col { min-height: 1px; justify-content: center; }[data-css=\"tve-u-1621ae0bec7\"] { height: calc(100% - -22px); background-image: linear-gradient(rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.14)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; margin-left: 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621adea58b\"] > .tcb-flex-col { padding-left: 50px; }[data-css=\"tve-u-1621adea58b\"] { margin-left: -50px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-1621ade6172\"] { max-width: 100%; float: none; width: 100%; margin: 0px auto !important; }[data-css=\"tve-u-1621adba9ef\"] { clip-path: url(\"#clip-top-52d5a36c151aa\"); -webkit-clip-path: url(\"#clip-top-52d5a36c151aa\");  background-image: linear-gradient(rgba(15, 29, 123, 0.65), rgba(15, 29, 123, 0.65)), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-cta-bg.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-1621ada1e7f\"] { padding: 0px 40px !important; }[data-css=\"tve-u-1621ad46076\"] { padding: 100px 40px !important; margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1621ad420c4\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-1621a9076ef\"] { padding-top: 2px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-1621acf64fb\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621acf47d2\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1621acf0289\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621a8e11f3\"] { padding-top: 2px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-1621a8e5625\"] { padding-top: 2px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-1621ace4de9\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1621ace1b08\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1621a9a2867\"] strong { font-weight: 700; }#tve_editor [data-css=\"tve-u-1621a9a2867\"] { font-weight: 300; color: rgb(15, 29, 123) !important; font-family: Poppins !important; }[data-css=\"tve-u-1621a9750ae\"] { font-size: 18.36px !important; line-height: 18.36px !important; }[data-css=\"tve-u-1621a9a2867\"] { font-size: 64.8px !important; line-height: 64.8px !important; }[data-css=\"tve-u-1621a9a2866\"] { margin-top: 54px !important; }[data-css=\"tve-u-1621a9a2862\"] { width: 216px !important; height: 216px !important; background-color: rgb(137, 141, 167) !important; }[data-css=\"tve-u-1621a98b602\"] { stroke-dasharray: 678.584, 678.584; }[data-css=\"tve-u-1621a983587\"] { float: none; border: 30px solid rgba(137, 141, 167, 0.24); z-index: 3; position: relative; margin: 30px auto 0px !important; padding: 0px !important; }[data-css=\"tve-u-1621a9750ae\"] strong { font-weight: 700; }#tve_editor [data-css=\"tve-u-1621a9750ae\"] { color: rgb(255, 255, 255) !important; font-family: Monda !important; }[data-css=\"tve-u-1621a96b190\"] { background-color: rgb(101, 114, 203); width: 194.4px !important; height: 194.4px !important; top: 10.8px !important; bottom: 10.8px !important; left: 10.8px !important; right: 10.8px !important; }[data-css=\"tve-u-1621a9685d4\"] { stroke: rgb(248, 251, 253) !important; stroke-width: 22.6px !important; }[data-css=\"tve-u-1621a8a804b\"] > .tcb-flex-col > .tcb-col { min-height: 445px; justify-content: center; }[data-css=\"tve-u-1621a90a46f\"] { background-image: radial-gradient(rgba(255, 255, 255, 0.51) 16%, rgb(255, 255, 255) 73%), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-100-clean.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }#tve_editor [data-css=\"tve-u-1621a9076ef\"] > :first-child { color: rgb(15, 29, 123); }#tve_editor [data-css=\"tve-u-1621a8e5625\"] > :first-child { color: rgb(15, 29, 123); }#tve_editor [data-css=\"tve-u-1621a8e11f3\"] > :first-child { color: rgb(15, 29, 123); }[data-css=\"tve-u-1621a8c4313\"] { padding: 0px !important; margin-bottom: 60px !important; }[data-css=\"tve-u-1621a8b2488\"] { float: none; max-width: 100%; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621a8a804b\"] { min-height: inherit; margin-left: -60px; padding: 0px !important; }[data-css=\"tve-u-1621a2e0d5b\"] { line-height: 1em !important; }[data-css=\"tve-u-1621a2247ba\"] { max-width: 100%; float: none; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; }#tve_editor [data-css=\"tve-u-1620af7eb3f\"] .tcb-button-link { font-size: 18px; color: rgb(15, 29, 123) !important; }#tve_editor [data-css=\"tve-u-1620af7eb3f\"]:hover strong { font-weight: 700 !important; }[data-css=\"tve-u-1620af7eb3f\"] { width: 268px; float: left; z-index: 3; position: relative; display: block; max-width: 268px; margin-bottom: 0px !important; margin-top: 0px !important; margin-left: 3px !important; }#tve_editor [data-css=\"tve-u-1620af7eb3f\"]:hover .tcb-button-link { color: rgb(255, 255, 255) !important; border-radius: 200px !important; overflow: hidden !important; font-family: Monda !important; font-weight: 400 !important; text-shadow: none !important; background-image: none !important; background-color: rgb(15, 29, 123) !important; }[data-css=\"tve-u-1620af7eb3f\"] .tcb-button-link { border-radius: 200px; min-height: 54.7619px; font-size: 1.33333em; padding-top: 0px; padding-bottom: 0px; background-image: none !important; background-color: rgb(255, 255, 255) !important; padding-right: 15px !important; }#tcb_landing_page a:not(.tcb-button-link).tve_state_hover { color: rgb(35, 55, 188); }#tcb_landing_page a:not(.tcb-button-link):hover { color: rgb(35, 55, 188); }#tcb_landing_page a:not(.tcb-button-link) { color: rgb(255, 255, 255); }#tcb_landing_page input strong { font-weight: 700; }#tcb_landing_page .tcb-button-link strong { font-weight: 700; }#tcb_landing_page p strong, #tcb_landing_page li strong { font-weight: 700; }#tcb_landing_page input { font-family: Merriweather; font-weight: 400; }#tcb_landing_page .tcb-button-link { font-family: Merriweather; font-weight: 400; }#tcb_landing_page p, #tcb_landing_page li { color: rgb(12, 12, 12); font-family: Merriweather; font-weight: 400; line-height: 1.5em; font-size: 16px; }#tcb_landing_page h6 { text-transform: uppercase; font-size: 14px; color: rgb(0, 0, 0); font-family: \"Special Elite\"; font-weight: 400; letter-spacing: 1px; line-height: 1.3em; }#tcb_landing_page h5 { font-size: 22px; color: rgb(12, 12, 12); font-family: \"Special Elite\"; font-weight: 400; line-height: 1.3em; }#tcb_landing_page h4 { font-size: 24px; color: rgb(12, 12, 12); font-family: \"Special Elite\"; font-weight: 400; line-height: 1.3em; }#tcb_landing_page h3 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(12, 12, 12); font-size: 26px; line-height: 1.3em; }#tcb_landing_page h2 { color: rgb(0, 0, 0); font-size: 30px; letter-spacing: 2px; text-transform: uppercase; line-height: 1.3em; font-family: \"Special Elite\"; font-weight: 400; }#tcb_landing_page h1 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(0, 0, 0); font-size: 42px; line-height: 1.3em; }[data-css=\"tve-u-15e09c94f7d\"] { background-color: rgb(255, 255, 255); }[data-css=\"tve-u-1621b01355a\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621b01355a\"] { max-width: 274px; position: relative; float: left; z-index: 3; width: 100%; padding: 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-1621b028939\"] .tcb-button-link { font-size: 18px; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1621b028939\"]:hover strong { font-weight: 700 !important; }[data-css=\"tve-u-1621b028939\"] { display: block; max-width: 268px; width: 268px; top: 0px; left: 0px; float: left; z-index: 3; position: relative; margin-bottom: 0px !important; margin-top: 0px !important; }#tve_editor [data-css=\"tve-u-1621b028939\"]:hover .tcb-button-link { background-color: rgb(255, 255, 255) !important; color: rgb(15, 29, 123) !important; overflow: hidden !important; font-family: Monda !important; background-image: none !important; text-align: center !important; }[data-css=\"tve-u-1621b028939\"] .tcb-button-link { min-height: 54.7619px; font-size: 1.33333em; padding-top: 0px; padding-bottom: 0px; border: 1px solid rgb(255, 255, 255); border-radius: 30px; overflow: hidden; background-color: rgba(26, 188, 156, 0.01) !important; padding-right: 15px !important; color: rgb(26, 188, 156) !important; }[data-css=\"tve-u-1621b08fdde\"] { border-radius: 200px; overflow: hidden; border: 1px solid rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1621b01355a\"]:hover [data-css=\"tve-u-1621b08fdde\"] { border: 1px solid rgba(255, 255, 255, 0.4) !important; }[data-css=\"tve-u-1621b30ca74\"]::after { clear: both; }#tve_editor [data-css=\"tve-u-1621e942b65\"] { font-weight: 400; letter-spacing: 0px; color: rgb(255, 255, 255) !important; font-family: Poppins !important; font-size: 30px !important; }[data-css=\"tve-u-1621e94cb4e\"] { float: none; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621eaaedd8\"] { clip-path: url(\"#clip-bottom-a2b9cf3198d6f\"); -webkit-clip-path: url(\"#clip-bottom-a2b9cf3198d6f\");  background-image: none !important; background-color: rgb(5, 10, 42) !important; }[data-css=\"tve-u-1621eab272c\"] { border-radius: 200px; overflow: hidden; background-image: none !important; border: 3px solid rgb(255, 255, 255) !important; background-color: rgb(5, 10, 42) !important; }[data-css=\"tve-u-1621eacf6af\"] { max-width: 230px; float: none; z-index: 3; position: relative; padding: 0px !important; margin: 0px auto !important; }[data-css=\"tve-u-1621eb3eb9f\"] { clip-path: url(\"#clip-bottom-ac98bb0e54b3b\"); -webkit-clip-path: url(\"#clip-bottom-ac98bb0e54b3b\");  background-image: none !important; background-color: rgb(45, 51, 89) !important; }[data-css=\"tve-u-1621eb43d8d\"] { border-radius: 200px; overflow: hidden; background-image: none !important; border: 3px solid rgb(255, 255, 255) !important; background-color: rgb(45, 51, 89) !important; }[data-css=\"tve-u-1621eb7ccb0\"] { min-height: 530px; }[data-css=\"tve-u-1621eb81205\"] { padding: 0px 0px 20px !important; margin-top: -25px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621ebbbb6d\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621ebbbb6d\"] { max-width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1621ebf340c\"] { max-width: 230px; float: none; z-index: 3; position: relative; width: 100%; padding: 0px !important; margin: 0px auto !important; }[data-css=\"tve-u-1621ebfa746\"] { padding: 0px !important; margin-top: 0px !important; margin-bottom: 30px !important; }#tve_editor [data-css=\"tve-u-1621ebfe4ce\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ebff867\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ec009a8\"] { font-size: 16px !important; }[data-css=\"tve-u-1621ec09a3c\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; margin: 0px !important; }#tve_editor [data-css=\"tve-u-1621ec09a3c\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ec0c5bd\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; margin: 0px !important; }#tve_editor [data-css=\"tve-u-1621ec0c5bd\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ec15f6e\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ec15f6e\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ec204df\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ec204df\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ec20f68\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ec20f68\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ec21a31\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ec21a31\"] > :first-child { color: rgb(137, 141, 167); }#tve_editor [data-css=\"tve-u-1621ec241aa\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ec2704c\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ec298ab\"] { font-size: 16px !important; }[data-css=\"tve-u-1621ec6c39b\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621ec6c39b\"] { float: none; max-width: 110px; z-index: 4; padding: 0px !important; margin: -60px auto 30px !important; }[data-css=\"tve-u-1621ec752da\"] { min-height: 110px; }[data-css=\"tve-u-1621ec78d2c\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621ec78d2c\"] { float: none; max-width: 110px; z-index: 4; padding: 0px !important; margin: -60px auto 30px !important; }[data-css=\"tve-u-1621ec79a7d\"] { min-height: 110px; }[data-css=\"tve-u-1621ec7f21a\"] { min-height: 160px; }[data-css=\"tve-u-1621f154231\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-1621f154231\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin: 0px 0px -1px !important; }[data-css=\"tve-u-1621f15b521\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-1621f15b521\"] { float: right; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin-top: -1px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621f4ceaf7\"] { color: rgb(15, 29, 123) !important; }[data-css=\"tve-u-1621fb65556\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-1621fb65556\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-1621fb65556\"] { min-height: inherit; margin-left: -20px; padding: 0px !important; }[data-css=\"tve-u-1621fb68b97\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-1621fb68b97\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-1621fb68b97\"] { min-height: inherit; margin-left: -30px; padding: 30px !important; }[data-css=\"tve-u-1621fbacc60\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621fbcad8c\"] { padding: 0px !important; }[data-css=\"tve-u-1621fc0ce17\"] { padding: 0px !important; margin-bottom: 15px !important; }[data-css=\"tve-u-1621fd84d7b\"] { min-height: 480px; }[data-css=\"tve-u-1621fd8766c\"] { min-height: 150px; }[data-css=\"tve-u-1621fd9c946\"] { padding: 0px 0px 20px !important; margin-top: 0px !important; margin-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-1621fe1587d\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1621fe1725e\"] strong { font-weight: 800; }#tve_editor [data-css=\"tve-u-1621fe1725e\"] { font-weight: 400; letter-spacing: 0px; color: rgb(255, 255, 255) !important; font-family: Poppins !important; font-size: 30px !important; }#tve_editor [data-css=\"tve-u-1621fe1a1af\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1621fe1bd18\"] strong { font-weight: 800; }#tve_editor [data-css=\"tve-u-1621fe1bd18\"] { font-weight: 400; letter-spacing: 0px; color: rgb(255, 255, 255) !important; font-family: Poppins !important; font-size: 30px !important; }[data-css=\"tve-u-16223b080b0\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-16223b080b0\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-16223f02c16\"] { min-height: 62px; }[data-css=\"tve-u-16223fe5f5b\"] { padding: 0px !important; }[data-css=\"tve-u-16224439be1\"] { padding: 0px !important; }#tve_editor [data-css=\"tve-u-1622444fb11\"] { letter-spacing: 1px; color: rgb(137, 141, 167) !important; font-size: 14px !important; }#tve_editor [data-css=\"tve-u-16228c764b2\"] { font-size: 18px !important; }[data-css=\"tve-u-16229f6175c\"] { border: none; margin: 80px 0px 0px !important; background-image: none !important; }[data-css=\"tve-u-16229fa6a26\"] { border: none; box-shadow: none; padding: 0px 30px 30px !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-16229fa8c68\"] { border: none; padding: 0px 30px 30px !important; background-image: none !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col > .tcb-col { min-height: 244px; }[data-css=\"tve-u-16229ffbb7b\"] { margin-left: -30px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16248fc42a1\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-16248fc42a1\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-16248fc71c8\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-16249355087\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-16249355087\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-16249358652\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-16249358652\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-1624935a201\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-1624935a201\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-16249367114\"] { border: none; margin: 30px 0px 0px !important; background-image: none !important; }[data-css=\"tve-u-16249373b25\"] { border: none; padding: 0px 30px 30px !important; background-image: linear-gradient(rgb(248, 249, 251), rgb(248, 249, 251)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1624939a960\"] { border: none; box-shadow: none; padding: 0px 30px 30px !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-162493a03b0\"] > .tcb-flex-col > .tcb-col { min-height: 244px; }[data-css=\"tve-u-162493a03b0\"] { margin-left: -30px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-162493a03b0\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-162493b6b63\"] { border: none; background-image: none !important; padding: 0px 30px 30px !important; background-color: rgb(248, 249, 251) !important; }#tve_editor [data-css=\"tve-u-162493d5f13\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-162493d5f13\"] { font-size: 30px; width: 30px; height: 30px; top: 0px; left: 0px; display: block; position: static; z-index: 8; border-bottom: 1px solid rgb(10, 93, 165); border-top: none; border-right: none; border-left: none; border-image: initial; margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-162494b490e\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-162494b7ad0\"] { padding: 0px !important; margin-top: 25px !important; margin-left: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-1625389a3d5\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-1625389a3d5\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-1625389b4ed\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-1625389b4ed\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-162539ac577\"] { max-width: 39%; }[data-css=\"tve-u-162539ac57d\"] { max-width: 61%; }#tve_editor [data-css=\"tve-u-162539c17ec\"] { font-size: 16px !important; color: rgba(12, 12, 12, 0.7) !important; }[data-css=\"tve-u-16260c39a7e\"] { float: none; max-width: 100%; border-left: 1px solid rgba(15, 29, 123, 0.7); border-right: 1px solid rgba(15, 29, 123, 0.7); margin: 0px auto !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-16260c433e9\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-Rosie.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16260c5ff07\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-16260c5ff07\"] { float: right; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin: -1px 0px 0px !important; }[data-css=\"tve-u-16260c5ff0c\"]::after { clear: both; }[data-css=\"tve-u-16260d01208\"] { max-width: 37%; }[data-css=\"tve-u-16260d0120e\"] { max-width: 63%; }[data-css=\"tve-u-16260d39b83\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-16260d39b83\"] { float: right; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin-top: -1px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-16260d3b97e\"]::after { clear: both; }[data-css=\"tve-u-16260d3f4aa\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16260d3f4aa\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-16260d3f4aa\"] { min-height: inherit; margin-left: -30px; padding: 30px !important; }[data-css=\"tve-u-16260d3f4af\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-16260d3f4af\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-16260d3f4af\"] { min-height: inherit; margin-left: -20px; padding: 0px !important; }[data-css=\"tve-u-16260d5e4b8\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-Shawn.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16260d73672\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-16260d73672\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin-top: 0px !important; margin-bottom: -1px !important; }[data-css=\"tve-u-16260d8392c\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16260d8392c\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-16260d8392c\"] { min-height: inherit; margin-left: -30px; padding: 30px !important; }[data-css=\"tve-u-16260d8396c\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-16260d8396c\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-16260d8396c\"] { min-height: inherit; margin-left: -20px; padding: 0px !important; }[data-css=\"tve-u-16260da3aa7\"] { float: none; max-width: 100%; border-left: 1px solid rgba(15, 29, 123, 0.7); border-right: 1px solid rgba(15, 29, 123, 0.7); margin: 0px auto !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-162717cb600\"] { max-width: 58.2%; }[data-css=\"tve-u-162717cb601\"] { max-width: 41.8%; }[data-css=\"tve-u-162717cb609\"]::after { clear: both; }[data-css=\"tve-u-162717cb60a\"] { padding-right: 50px !important; padding-bottom: 80px !important; padding-top: 20px !important; }[data-css=\"tve-u-162717cb60b\"]::after { clear: both; }[data-css=\"tve-u-162717cb60b\"] { margin-top: 0px !important; margin-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-162717cb60c\"] .tcb-button-link { font-size: 18px; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-162717cb60c\"] { float: left; z-index: 3; position: relative; display: block; max-width: 300px; width: 300px; margin-bottom: 0px !important; margin-top: 0px !important; }#tve_editor [data-css=\"tve-u-162717cb60c\"]:hover .tcb-button-link { background-color: rgb(255, 255, 255) !important; color: rgb(15, 29, 123) !important; background-image: none !important; font-weight: bold !important; }[data-css=\"tve-u-162717cb60c\"] .tcb-button-link { border: 1px solid rgb(255, 255, 255); min-height: 54.7619px; font-size: 1.33333em; padding-top: 0px; padding-bottom: 0px; border-radius: 100px; overflow: hidden; background-color: rgba(26, 188, 156, 0.01) !important; color: rgb(26, 188, 156) !important; }[data-css=\"tve-u-162717cb60f\"] { padding: 0px !important; margin-bottom: 25px !important; }[data-css=\"tve-u-162717cb610\"] { padding: 0px !important; margin-bottom: 35px !important; }#tve_editor [data-css=\"tve-u-162717cb616\"] { text-transform: none !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-162717cb617\"] { margin-left: 0px; padding: 0px !important; }[data-css=\"tve-u-162717cb618\"] { max-width: none; margin-top: 0px !important; }[data-css=\"tve-u-162717cb620\"] { clip-path: url(\"#clip-bottom-c883ac5175045\"); -webkit-clip-path: url(\"#clip-bottom-c883ac5175045\");  background-image: linear-gradient(90deg, rgba(123, 100, 15, 0.54) 0%, rgba(15, 29, 123, 0.42) 100%), url(\"https://bestcerakoteflorida.com/wp-content/uploads/2018/05/FTYS6743.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, fixed !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-162717cb609\"] { max-width: 1200px; min-height: 630px !important; }[data-css=\"tve-u-162717cb621\"] { z-index: 1; padding: 125px 40px 0px !important; margin-top: -130px !important; }[data-css=\"tve-u-162717cb623\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-162717cb624\"] { min-height: 54px; }[data-css=\"tve-u-162717cb623\"] { max-width: 304px; float: left; z-index: 3; position: relative; width: 100%; padding: 2px !important; margin: 0px auto 18px !important; }#tve_editor [data-css=\"tve-u-162717cb625\"] .tcb-button-link { font-size: 18px; color: rgb(15, 29, 123) !important; }#tve_editor [data-css=\"tve-u-162717cb625\"]:hover strong { font-weight: 700 !important; }[data-css=\"tve-u-162717cb625\"] { display: block; max-width: 300px; width: 300px; float: none; z-index: 3; position: relative; margin: 0px auto !important; }#tve_editor [data-css=\"tve-u-162717cb625\"]:hover .tcb-button-link { color: rgb(255, 255, 255) !important; border-radius: 200px !important; overflow: hidden !important; font-family: Monda !important; font-weight: 400 !important; text-shadow: none !important; background-image: none !important; background-color: rgb(15, 29, 123) !important; }[data-css=\"tve-u-162717cb625\"] .tcb-button-link { border-radius: 200px; min-height: 54.7619px; font-size: 1.33333em; padding-top: 0px; padding-bottom: 0px; background-image: none !important; background-color: rgb(255, 255, 255) !important; padding-right: 15px !important; font-weight: bold !important; }#tve_editor [data-css=\"tve-u-162717cb623\"]:hover [data-css=\"tve-u-162717cb626\"] { border: 1px solid rgba(255, 255, 255, 0.6) !important; }[data-css=\"tve-u-162717cb626\"] { border-radius: 200px; overflow: hidden; border: 1px solid rgb(255, 255, 255) !important; }[data-css=\"tve-u-162717d1bb6\"] { border-right: 1px solid rgba(255, 255, 255, 0.2); }[data-css=\"tve-u-162717d1bbc\"] { border-left: none; padding: 0px !important; }[data-css=\"tve-u-162717d1bbe\"] { border-bottom: 1px solid rgba(255, 255, 255, 0.2); float: none; width: 100%; position: relative; z-index: 10; max-width: 1600px; margin: 0px auto !important; }[data-css=\"tve-u-162717d1bbf\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-162717d1bbf\"] > .tcb-flex-col { padding-left: 17px; }[data-css=\"tve-u-162717d1bbf\"] { margin-left: -17px; min-height: inherit; padding: 5px 0px 0px 40px !important; }#tve_editor [data-css=\"tve-u-162717d1bbe\"] p, #tve_editor [data-css=\"tve-u-162717d1bbe\"] li, #tve_editor [data-css=\"tve-u-162717d1bbe\"] blockquote, #tve_editor [data-css=\"tve-u-162717d1bbe\"] address { font-size: 16px; }#tve_editor [data-css=\"tve-u-162717d1bc3\"] > :first-child { color: rgb(255, 255, 255); }[data-css=\"tve-u-162717d1bc3\"] { font-size: 25px !important; width: 25px !important; height: 25px !important; z-index: 4; position: relative; float: left; margin: 3px 5px 0px 0px !important; padding-left: 0px !important; }[data-css=\"tve-u-162717d1bc5\"] { border-right: none; padding: 0px !important; position: static !important; }#tve_editor [data-css=\"tve-u-16271adf6cf\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-16271adf6cf\"] { font-size: 30px; width: 30px; height: 30px; top: 22px; left: 20px; border-bottom: 1px solid rgb(10, 93, 165); margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1641367e553\"] > :first-child { color: rgba(15, 29, 123, 0.12); }[data-css=\"tve-u-1641367e553\"] { font-size: 60px; float: none; box-shadow: none; width: 60px; height: 60px; margin: -55px auto 60px !important; padding-right: 17px !important; }[data-css=\"tve-u-16416e4fafd\"] { box-shadow: rgba(0, 0, 0, 0.02) 0px 2px 22px 0px; background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16416e603ab\"] { box-shadow: rgba(0, 0, 0, 0.12) 0px 3px 44px 0px; background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-164179a84b8\"] > .tve-cb { display: block; }[data-css=\"tve-u-164179a84b8\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-164179bced9\"] { border-right: none; padding: 3px 0px 0px !important; position: static !important; }[data-css=\"tve-u-16417b4cb9e\"] { padding: 0px 0px 50px !important; }[data-css=\"tve-u-16417b62c09\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-16417b662bf\"] { margin-top: 0px !important; margin-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-16417e5bd95\"] > :first-child { color: rgb(255, 255, 255); }[data-css=\"tve-u-16417e5bd95\"] { font-size: 25px !important; width: 25px !important; height: 25px !important; z-index: 4; position: relative; float: left; margin: 3px 15px 0px 0px !important; padding-left: 0px !important; }[data-css=\"tve-u-1641c1af44d\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1641c1b01a6\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1641c1b0a67\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1641c1b12d8\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }#tve_editor [data-css=\"tve-u-1641c1b33f9\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-1641c1b33f9\"] { font-size: 30px; width: 30px; height: 30px; top: 22px; left: 20px; border-bottom: 1px solid rgb(10, 93, 165); margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1641c1b456a\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-1641c1b456a\"] { font-size: 30px; width: 30px; height: 30px; top: 22px; left: 20px; border-bottom: 1px solid rgb(10, 93, 165); margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1641c1b52d3\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-1641c1b52d3\"] { font-size: 30px; width: 30px; height: 30px; top: 22px; left: 20px; border-bottom: 1px solid rgb(10, 93, 165); margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1641c1b60b4\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-1641c1b60b4\"] { font-size: 30px; width: 30px; height: 30px; top: 22px; left: 20px; border-bottom: 1px solid rgb(10, 93, 165); margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-16422a1ce91\"] { float: none; width: 100%; max-width: 227px; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; }#tve_editor [data-css=\"tve-u-16422a1ce92\"] { font-size: 16px !important; color: rgb(12, 12, 12) !important; }#tve_editor [data-css=\"tve-u-16422a1ce93\"] { font-size: 16px !important; color: rgb(18, 18, 18) !important; }[data-css=\"tve-u-16422a1ce92\"] { line-height: 1.7em !important; }[data-css=\"tve-u-16422a1ce93\"] { line-height: 1.7em !important; }#tve_editor [data-css=\"tve-u-16422a1ce94\"] { font-size: 16px !important; color: rgb(29, 26, 31) !important; }[data-css=\"tve-u-16422a1ce94\"] { line-height: 1.7em !important; }#tcb_landing_page .tcb-plain-text { color: rgb(0, 0, 0); font-family: Merriweather; font-weight: 400; }#tcb_landing_page .tcb-plain-text strong { font-weight: 700; }[data-css=\"tve-u-162717d1bbe\"] p { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-162717d1bbe\"] h3 { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-16959822de2\"] { width: 291px; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-16959846d3d\"] { margin-top: 0px !important; }[data-css=\"tve-u-16959cd1e7a\"] { box-shadow: rgba(0, 0, 0, 0.4) 0px 8px 12px 0px; }}@media (max-width: 1023px){[data-css=\"tve-u-1621ebfa746\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621eb037bb\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621ec78d2c\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621ec6c39b\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621b064668\"] { max-width: 49%; }[data-css=\"tve-u-1621b064646\"] { max-width: 51%; }[data-css=\"tve-u-1621b3c74d9\"] { max-width: 100%; }[data-css=\"tve-u-1621f0b0088\"] { min-height: 100px !important; }[data-css=\"tve-u-1621ee3afec\"] > .tve-cb { display: block; }[data-css=\"tve-u-1621e7ceab3\"] > .tve-cb { display: block; }[data-css=\"tve-u-1621ea50702\"] { float: none; width: 100%; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621ae4fd21\"] > .tve-cb { display: block; }[data-css=\"tve-u-162717cb60f\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-162717cb610\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-16223dad661\"] { padding-top: 20px !important; }[data-css=\"tve-u-1641367127b\"] { float: none; font-size: 50px; width: 50px; height: 50px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1641367e553\"] { float: none; font-size: 50px; width: 50px; height: 50px; margin: -44px auto 40px !important; padding-right: 12px !important; }[data-css=\"tve-u-1621e7b695a\"] { margin-bottom: 50px !important; }[data-css=\"tve-u-1621ee37f4a\"] { min-height: 262px; }[data-css=\"tve-u-1621ada1e7f\"] { padding: 50px 30px 50px 0px !important; }[data-css=\"tve-u-1621b072b4e\"] { max-width: 100%; }[data-css=\"tve-u-1621a2247ba\"] { margin-bottom: 60px !important; }[data-css=\"tve-u-16229f6175c\"] { margin-top: 0px !important; }[data-css=\"tve-u-162717cb60b\"] { height: calc(100% - -85px); margin-top: -85px !important; }[data-css=\"tve-u-162717cb617\"] .tcb-flex-col { flex-basis: 560px !important; }#tcb_landing_page h5 { line-height: 1.3em; }#tcb_landing_page h6 { line-height: 1.4em; }#tcb_landing_page p, #tcb_landing_page li { line-height: 1.5em; }[data-css=\"tve-u-1628a146aef\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1628a12f675\"] { margin-bottom: 40px !important; }[data-css=\"tve-u-1628a10d3b4\"] { margin-bottom: 40px !important; }[data-css=\"tve-u-162718bd0c0\"] { clip-path: url(\"#clip-tablet-top-a3b25e1c9221a\"); -webkit-clip-path: url(\"#clip-tablet-top-a3b25e1c9221a\");  background-color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-162717cb621\"] { z-index: 6; padding-top: 60px !important; margin-top: -90px !important; }[data-css=\"tve-u-162718a3b40\"] { max-width: 100%; min-height: 1px !important; }[data-css=\"tve-u-16271adf6cf\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-162493d5f13\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-162717fcf9d\"] { margin-top: -40px !important; padding-top: 90px !important; padding-left: 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-16260d3f4af\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16260d3f4aa\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1621fb65556\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1621fb68b97\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16260d8396c\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16260d8392c\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16260d39b83\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-16260c5ff07\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-16260ba2fa4\"] { padding: 50px 40px !important; }[data-css=\"tve-u-16260be7104\"] { max-width: 100%; }[data-css=\"tve-u-1621ebbbb6d\"] { margin-top: -1px !important; }[data-css=\"tve-u-1621eaaedd8\"] { clip-path: url(\"#clip-tablet-bottom-a2b9cf3198d6f\"); -webkit-clip-path: url(\"#clip-tablet-bottom-a2b9cf3198d6f\");  }[data-css=\"tve-u-1621e7e9950\"] { margin-top: -1px !important; }[data-css=\"tve-u-16229fa8c68\"] { padding: 0px 20px 20px !important; }[data-css=\"tve-u-1622f65ba70\"] { padding: 0px 20px 20px !important; }[data-css=\"tve-u-16249373b25\"] { padding-left: 20px !important; padding-right: 20px !important; padding-bottom: 20px !important; }[data-css=\"tve-u-162493b6b63\"] { padding-left: 20px !important; padding-bottom: 20px !important; padding-right: 20px !important; }[data-css=\"tve-u-16249367114\"] { margin-top: 20px !important; }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-1624935a201\"] { line-height: 1.3em !important; }[data-css=\"tve-u-16249358652\"] { line-height: 1.3em !important; }[data-css=\"tve-u-16249355087\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1625389b4ed\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1625389a3d5\"] { line-height: 1.3em !important; }[data-css=\"tve-u-16248fc42a1\"] { line-height: 1.3em !important; }[data-css=\"tve-u-162493a03b0\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-162493a03b0\"] .tcb-flex-col { flex-basis: 145px !important; }[data-css=\"tve-u-1622a159bcb\"] { float: none; max-width: 85%; margin: 0px auto !important; padding-top: 0px !important; }[data-css=\"tve-u-16229fa6a26\"] { margin-bottom: 20px !important; padding: 0px 20px 20px !important; }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16229ffbb7b\"] { min-height: inherit; margin-left: -20px; }[data-css=\"tve-u-1621ad46076\"] { margin-bottom: 0px !important; margin-top: 0px !important; padding: 50px 40px !important; }#tve_editor [data-css=\"tve-u-1621b028939\"] .tcb-button-link { font-size: 18px; }[data-css=\"tve-u-16223f02c16\"] { min-height: 54px; }[data-css=\"tve-u-1621b01355a\"] { max-width: 304px; padding: 2px !important; }[data-css=\"tve-u-1620af7eb3f\"] { float: none; z-index: 3; position: relative; display: block; max-width: 300px; width: 300px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621afda4fa\"] { max-width: 100%; margin-bottom: 30px !important; }[data-css=\"tve-u-16224716d62\"]::after { clear: both; }[data-css=\"tve-u-1621f0aa8f7\"] { margin-top: 0px !important; }[data-css=\"tve-u-1621e7e6c1d\"] { min-height: 150px; }[data-css=\"tve-u-1621e7edfd9\"] { clip-path: url(\"#clip-tablet-bottom-10ffac3b28f1d\"); -webkit-clip-path: url(\"#clip-tablet-bottom-10ffac3b28f1d\");  }[data-css=\"tve-u-1621ebf340c\"] { float: none; width: 100%; padding: 0px !important; margin-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621e7d5094\"] { min-height: 455px; }[data-css=\"tve-u-1621adea58b\"] > .tcb-flex-col > .tcb-col { justify-content: center; }[data-css=\"tve-u-16223dad661\"]::after { clear: both; }[data-css=\"tve-u-1621e8107f3\"] { float: none; margin-left: auto !important; margin-right: auto !important; margin-bottom: 20px !important; }[data-css=\"tve-u-16223b080b0\"] { float: none; margin-left: auto !important; margin-right: auto !important; margin-top: -1px !important; }[data-css=\"tve-u-1621eb3eb9f\"] { clip-path: url(\"#clip-tablet-bottom-ac98bb0e54b3b\"); -webkit-clip-path: url(\"#clip-tablet-bottom-ac98bb0e54b3b\");  }[data-css=\"tve-u-1621fe78878\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1621fe78878\"] { min-height: inherit; }#tve_editor [data-css=\"tve-u-1621e92e97f\"] { font-size: 22px !important; }#tve_editor [data-css=\"tve-u-1621e942b65\"] { letter-spacing: 0px; font-size: 1.5em !important; }#tve_editor [data-css=\"tve-u-1621fe1bd18\"] { letter-spacing: 0px; font-size: 1.5em !important; }#tve_editor [data-css=\"tve-u-1621fe1a1af\"] { font-size: 22px !important; }#tve_editor [data-css=\"tve-u-1621fe1725e\"] { letter-spacing: 0px; font-size: 1.5em !important; }#tve_editor [data-css=\"tve-u-1621fe1587d\"] { font-size: 22px !important; }[data-css=\"tve-u-1621ef118dc\"] { position: relative; top: -50px; left: 30px; width: 100%; }[data-css=\"tve-u-1621ee3afec\"] { padding: 40px 0px 0px !important; }[data-css=\"tve-u-1621ee63e1c\"] { max-width: none; margin-bottom: 30px !important; }[data-css=\"tve-u-1621ee74a24\"] { top: 0px; right: 0px; font-size: 45px; width: 45px; height: 45px; float: none; padding-left: 0px !important; margin: 0px auto !important; }[data-css=\"tve-u-1621ee18a1c\"] { margin-top: 40px !important; margin-left: 20px !important; margin-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-1621fdcb4ea\"] { letter-spacing: 1px; font-size: 1.5em !important; }[data-css=\"tve-u-1621ec7f21a\"] { min-height: 150px; }[data-css=\"tve-u-1621eacf6af\"] { float: none; max-width: 230px; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621fd9c946\"] { max-width: 380px; float: none; width: 100%; margin: 0px auto !important; padding-left: 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-1621eb81205\"] { margin-top: 0px !important; }[data-css=\"tve-u-1621eb7ccb0\"] { min-height: 455px; }[data-css=\"tve-u-1621fd8766c\"] { min-height: 150px; }[data-css=\"tve-u-1621fd84d7b\"] { min-height: 430px; }[data-css=\"tve-u-1621e7c7aa1\"] .tcb-flex-col { flex-basis: 300px !important; }#tve_editor [data-css=\"tve-u-1621e7a7350\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621e7c899a\"] { float: none; max-width: 100%; margin-left: auto !important; margin-right: auto !important; margin-top: 0px !important; }[data-css=\"tve-u-1621e7c7aa1\"] { margin-left: -20px; flex-direction: row; }[data-css=\"tve-u-1621e7c7aa1\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-1621b3c8c52\"] { padding: 50px 40px !important; }[data-css=\"tve-u-1621fc0ce17\"] { margin-top: 10px !important; margin-bottom: 7px !important; }[data-css=\"tve-u-1621fbcad8c\"] { padding-left: 0px !important; padding-right: 30px !important; }[data-css=\"tve-u-1621fbacc60\"] { max-width: 177px; }[data-css=\"tve-u-1621fb68b97\"] { margin-left: -15px; min-height: inherit; padding: 20px !important; }[data-css=\"tve-u-1621fb68b97\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-1621fb65556\"] { margin-left: -15px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-1621fb65556\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-1621b200375\"] { float: none; max-width: 100%; margin: 0px auto !important; }[data-css=\"tve-u-1621b0e4fb7\"] { max-width: 100%; float: none; z-index: 3; position: relative; margin-right: auto !important; margin-left: auto !important; margin-bottom: 20px !important; }#tve_editor [data-css=\"tve-u-1621b10fccf\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621ae0bec7\"] { background-image: none !important; margin-top: 0px !important; }[data-css=\"tve-u-1621ae6c8da\"] { clip-path: url(\"#clip-tablet-top-aa2c3e3c70555\"); -webkit-clip-path: url(\"#clip-tablet-top-aa2c3e3c70555\");  }[data-css=\"tve-u-1621adba9ef\"] { clip-path: url(\"#clip-tablet-top-52d5a36c151aa\"); -webkit-clip-path: url(\"#clip-tablet-top-52d5a36c151aa\");  }[data-css=\"tve-u-1621ad420c4\"] { max-width: 100%; min-height: 1px !important; }[data-css=\"tve-u-1621f45bed3\"] { padding: 0px !important; }[data-css=\"tve-u-1621ae4fd21\"] { max-width: 100%; left: 0px; top: 0px; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621ae4db6e\"] { min-height: 300px; }#tve_editor [data-css=\"tve-u-1621afd8c98\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621afcc0bf\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621afceb00\"] { max-width: 100%; margin-bottom: 30px !important; }[data-css=\"tve-u-1621a98b602\"] { stroke-dasharray: 534.071, 534.071; }[data-css=\"tve-u-1621a9750ae\"] { font-size: 14.45px !important; line-height: 14.45px !important; }[data-css=\"tve-u-1621a9a2867\"] { font-size: 51px !important; line-height: 51px !important; }[data-css=\"tve-u-1621a9a2866\"] { margin-top: 42.5px !important; }[data-css=\"tve-u-1621a96b190\"] { width: 153px !important; height: 153px !important; top: 8.5px !important; bottom: 8.5px !important; left: 8.5px !important; right: 8.5px !important; }[data-css=\"tve-u-1621a9685d4\"] { stroke-width: 18px !important; }[data-css=\"tve-u-1621a9a2862\"] { width: 170px !important; height: 170px !important; }[data-css=\"tve-u-1621a983587\"] { float: none; border: 20px solid rgba(137, 141, 167, 0.24); margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621a8b2488\"] { float: none; max-width: 100%; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621a8a804b\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1621a8a804b\"] { margin-left: -24px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-1621a8a804b\"] > .tcb-flex-col { padding-left: 24px; }#tve_editor [data-css=\"tve-u-1621a2e0d5b\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621b028939\"] { position: relative; float: left; z-index: 3; display: block; max-width: 300px; width: 300px; margin-top: 15px !important; }[data-css=\"tve-u-1621adea58b\"] { margin-left: -30px; }[data-css=\"tve-u-1621adea58b\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-1621ade6172\"] { max-width: 100%; position: static; }#tve_editor [data-css=\"tve-u-16248fc42a1\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-16249355087\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-16249358652\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-1624935a201\"] { font-size: 18px !important; }[data-css=\"tve-u-1624939a960\"] { margin-bottom: 0px !important; padding-bottom: 20px !important; padding-left: 20px !important; padding-right: 20px !important; }[data-css=\"tve-u-162493a03b0\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-162493a03b0\"] { min-height: inherit; margin-left: -20px; }#tve_editor [data-css=\"tve-u-1625389a3d5\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-1625389b4ed\"] { font-size: 18px !important; }[data-css=\"tve-u-16260c39a7e\"] { float: none; max-width: 100%; margin: 0px auto !important; }[data-css=\"tve-u-16260d3f4aa\"] { margin-left: -15px; min-height: inherit; padding: 20px !important; }[data-css=\"tve-u-16260d3f4aa\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-16260d3f4af\"] { margin-left: -15px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-16260d3f4af\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-16260d8392c\"] { margin-left: -15px; min-height: inherit; padding: 20px !important; }[data-css=\"tve-u-16260d8392c\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-16260d8396c\"] { margin-left: -15px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-16260d8396c\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-16260da3aa7\"] { float: none; max-width: 100%; margin: 0px !important; }[data-css=\"tve-u-162717cb60c\"] { display: block; max-width: 300px; width: 300px; }[data-css=\"tve-u-162717cb609\"] { max-width: 100%; min-height: 1px !important; }[data-css=\"tve-u-162717cb60a\"] { padding: 0px !important; }[data-css=\"tve-u-162717cb618\"] { float: none; max-width: 100%; margin-top: 60px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-162717cb620\"] { clip-path: url(\"#clip-tablet-bottom-c883ac5175045\"); -webkit-clip-path: url(\"#clip-tablet-bottom-c883ac5175045\");  }[data-css=\"tve-u-162717d1bbf\"] { margin-left: 0px; padding: 25px 25px 0px !important; }[data-css=\"tve-u-162717d1bbf\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-162717d1bc5\"] { border-right: none; padding-left: 35px !important; padding-right: 0px !important; }[data-css=\"tve-u-162717d1bb6\"] { padding-left: 0px !important; }[data-css=\"tve-u-162717d1bbc\"] { border-left: none; border-right: none; padding-left: 30px !important; padding-bottom: 10px !important; }[data-css=\"tve-u-162717d1bc3\"] { font-size: 14px; width: 14px; height: 14px; margin-bottom: 10px !important; margin-left: 0px !important; padding-left: 10px !important; }[data-css=\"tve-u-162717d1bbe\"] { max-width: 100%; margin-left: 0px !important; margin-right: 30px !important; }[data-css=\"tve-u-164179bced9\"] { border-right: none; padding-left: 30px !important; padding-right: 0px !important; }[data-css=\"tve-u-16417b62c09\"] { max-width: 177px; }[data-css=\"tve-u-16417b662bf\"] { max-width: 177px; }[data-css=\"tve-u-16417e5bd95\"] { font-size: 14px; width: 14px; height: 14px; margin-bottom: -14px !important; margin-left: 0px !important; }[data-css=\"tve-u-1641c1b33f9\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-1641c1b456a\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-1641c1b52d3\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-1641c1b60b4\"] { font-size: 25px; width: 25px; height: 25px; }#tve_editor [data-css=\"tve-u-16422a1ce94\"] { font-size: 16px !important; }[data-css=\"tve-u-16959822de2\"] { margin-right: 1px !important; padding-right: 10px !important; padding-top: 10px !important; }}@media (max-width: 767px){[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-16417e9d24e\"]::after { clear: both; }[data-css=\"tve-u-16417b70f47\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 0px !important; }[data-css=\"tve-u-1621e819c52\"] { min-height: 100px; }[data-css=\"tve-u-1621e8107f3\"] { max-width: 100px; }[data-css=\"tve-u-1621fd8766c\"] { min-height: 144px; }[data-css=\"tve-u-1621ec79a7d\"] { min-height: 100px; }[data-css=\"tve-u-1621ec78d2c\"] { max-width: 100px; }[data-css=\"tve-u-1621ec7f21a\"] { min-height: 144px; }[data-css=\"tve-u-1621e7e6c1d\"] { min-height: 144px; }[data-css=\"tve-u-16417b4cb9e\"] { padding-bottom: 30px !important; }[data-css=\"tve-u-1621ec752da\"] { min-height: 100px; }[data-css=\"tve-u-1621ec6c39b\"] { max-width: 100px; }[data-css=\"tve-u-1621fd84d7b\"] { min-height: 430px; }[data-css=\"tve-u-1621e7c7aa1\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16223dad661\"] { padding-top: 0px !important; }[data-css=\"tve-u-1621b3c74d9\"] { max-width: 100%; }[data-css=\"tve-u-1621eb81205\"] { max-width: 100%; margin-bottom: 20px !important; }[data-css=\"tve-u-1621e7ceab3\"] { max-width: 100%; margin-bottom: 20px !important; }[data-css=\"tve-u-1621f0b0088\"] { min-height: 120px !important; }[data-css=\"tve-u-1621f0da775\"] { float: none; width: 100%; max-width: 280px; margin: 0px auto 20px !important; }[data-css=\"tve-u-1621ee37f4a\"] { min-height: 260px; }[data-css=\"tve-u-1621ee3afec\"] > .tve-cb { display: flex; justify-content: center; flex-direction: column; }[data-css=\"tve-u-1621ee63e1c\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1641367127b\"] { font-size: 30px; width: 30px; height: 30px; }[data-css=\"tve-u-1641367e553\"] { float: none; font-size: 30px; width: 30px; height: 30px; margin: -30px auto 30px !important; padding-right: 10px !important; }[data-css=\"tve-u-1621ada1e7f\"] { padding: 0px !important; }[data-css=\"tve-u-162717cb617\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-162717cb617\"] { min-height: inherit; }[data-css=\"tve-u-16229fa6a26\"] { height: calc(100% - 21px); margin-bottom: 0px !important; margin-top: 21px !important; }[data-css=\"tve-u-1624939a960\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-162493a03b0\"] .tcb-flex-col { flex-basis: 400px !important; }[data-css=\"tve-u-1621a2247ba\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-162717cb60f\"] { margin-bottom: 25px !important; }[data-css=\"tve-u-162717d1bbf\"] .tcb-flex-col { flex-basis: 225px !important; }[data-css=\"tve-u-1621ee3afec\"] { max-width: 100%; padding: 0px !important; position: static !important; }#tve_editor [data-css=\"tve-u-1641333d7d1\"] { font-size: 14px !important; }[data-css=\"tve-u-162717cb60b\"] { margin-top: 0px !important; }[data-css=\"tve-u-162717cb621\"] { z-index: 2; padding-left: 20px !important; padding-right: 20px !important; margin-top: -160px !important; padding-top: 35px !important; }[data-css=\"tve-u-162717cb617\"] .tcb-flex-col { flex-basis: 435px !important; }[data-css=\"tve-u-16369305186\"] { float: none; width: 100%; max-width: 279px; z-index: 3; position: relative; margin: 0px auto !important; }#tcb_landing_page h6 { line-height: 1.4em; }#tcb_landing_page h5 { line-height: 1.3em; }#tcb_landing_page p, #tcb_landing_page li { font-size: 14px; }#tcb_landing_page h2 { font-size: 28px; }#tcb_landing_page h1 { font-size: 35px; }[data-css=\"tve-u-16260ba2fa4\"] { padding-bottom: 40px !important; padding-left: 20px !important; padding-right: 20px !important; }[data-css=\"tve-u-1628a10d3b4\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-1628a12f675\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-162717cb610\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-16271bfe70c\"] { padding: 0px !important; }[data-css=\"tve-u-162717fcf9d\"] { z-index: 1; margin-top: 0px !important; padding-top: 75px !important; padding-left: 20px !important; padding-right: 20px !important; }[data-css=\"tve-u-162718bd0c0\"] { clip-path: url(\"#clip-mobile-top-a3b25e1c9221a\"); -webkit-clip-path: url(\"#clip-mobile-top-a3b25e1c9221a\");  }[data-css=\"tve-u-1621eb3eb9f\"] { clip-path: url(\"#clip-mobile-bottom-ac98bb0e54b3b\"); -webkit-clip-path: url(\"#clip-mobile-bottom-ac98bb0e54b3b\");  }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col > .tcb-col { min-height: 155px; }[data-css=\"tve-u-16229ffbb7b\"] { min-height: inherit; margin-left: 0px; }[data-css=\"tve-u-16229fa8c68\"] { height: calc(100% - 28px); margin-bottom: 0px !important; margin-top: 20px !important; }[data-css=\"tve-u-1622f65ba70\"] { height: calc(100% - 20px); margin-bottom: 0px !important; margin-top: 20px !important; }[data-css=\"tve-u-16229f6175c\"] { margin-top: 0px !important; }[data-css=\"tve-u-1622a159bcb\"] { float: none; max-width: 100%; margin-left: auto !important; margin-right: auto !important; padding-top: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-16229ae62a7\"] { border-right: none; }#tve_editor [data-css=\"tve-u-16228c764b2\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-16228c75500\"] { font-size: 18px !important; }[data-css=\"tve-u-1621fb65556\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-1621a983587\"] { border: 20px solid rgba(137, 141, 167, 0.32); }[data-css=\"tve-u-1621ee74a24\"] { float: none; margin-left: auto !important; margin-right: auto !important; margin-bottom: 10px !important; }[data-css=\"tve-u-1621afda4fa\"] { max-width: 100%; margin-bottom: 20px !important; }[data-css=\"tve-u-16223f02c16\"] { min-height: 54px; }[data-css=\"tve-u-1621f0aa8f7\"] { margin-top: 0px !important; }#tve_editor [data-css=\"tve-u-1622444fb11\"] { letter-spacing: 0px; }[data-css=\"tve-u-16224439be1\"] { padding: 0px !important; }[data-css=\"tve-u-1621fb68b97\"] { padding: 0px !important; }[data-css=\"tve-u-1621afceb00\"] { max-width: 100%; margin-bottom: 30px !important; }[data-css=\"tve-u-1621b0e4fb7\"] { float: none; margin-right: auto !important; margin-bottom: 30px !important; padding-left: 0px !important; margin-left: auto !important; }[data-css=\"tve-u-1621ebf340c\"] { padding-bottom: 40px !important; }[data-css=\"tve-u-1621ea50702\"] { float: none; width: 100%; padding: 0px !important; margin-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621e7d5094\"] { min-height: 430px; }[data-css=\"tve-u-1621eb7ccb0\"] { min-height: 430px; }[data-css=\"tve-u-1621ee03000\"] { flex-direction: column; }[data-css=\"tve-u-16223fe5f5b\"] { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621f0d2c1a\"] { margin-left: 25px !important; margin-right: 25px !important; }[data-css=\"tve-u-1621ee18a1c\"] { margin: 0px 20px 20px 0px !important; }[data-css=\"tve-u-1621ef118dc\"] { top: 0px; width: 245px; position: relative; float: none; z-index: 5; left: 0px; margin: -22px auto 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-1621fd9c946\"] { max-width: 100%; margin-top: 0px !important; margin-left: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-16223fc9f23\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-1621e7c899a\"] { max-width: none; float: none; margin-top: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621b3c8c52\"] { padding: 40px 20px !important; }[data-css=\"tve-u-1621fbcad8c\"] { padding: 20px !important; }[data-css=\"tve-u-1621fb65556\"] { margin-left: 0px; padding: 0px !important; }[data-css=\"tve-u-1621fbacc60\"] { max-width: 126px; float: none; margin-left: auto !important; margin-right: auto !important; margin-top: 20px !important; }[data-css=\"tve-u-1621b200375\"] { float: none; margin-top: 0px !important; margin-left: auto !important; margin-right: auto !important; }#tve_editor [data-css=\"tve-u-1621b10fccf\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621b028939\"] { display: block; max-width: 100%; width: 100%; float: none; min-width: 100%; margin-left: auto !important; margin-right: auto !important; margin-top: 0px !important; }[data-css=\"tve-u-1621ae4db6e\"] { min-height: 270px; }[data-css=\"tve-u-1621ae6c8da\"] { clip-path: url(\"#clip-mobile-top-aa2c3e3c70555\"); -webkit-clip-path: url(\"#clip-mobile-top-aa2c3e3c70555\");  }[data-css=\"tve-u-1621adba9ef\"] { clip-path: url(\"#clip-mobile-top-52d5a36c151aa\"); -webkit-clip-path: url(\"#clip-mobile-top-52d5a36c151aa\");  }[data-css=\"tve-u-16223f02c16\"]::after { clear: both; }[data-css=\"tve-u-1621b01355a\"] { max-width: 100%; float: none; margin-left: auto !important; margin-right: auto !important; margin-bottom: 15px !important; }[data-css=\"tve-u-1620af7eb3f\"] { float: none; display: block; max-width: 100%; width: 100%; min-width: 100%; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621ae0bec7\"]::after { clear: both; }[data-css=\"tve-u-1621f45bed3\"] { padding: 40px 20px 0px !important; }[data-css=\"tve-u-1621ad46076\"] { margin: 0px !important; padding: 30px 20px !important; }[data-css=\"tve-u-1621adea58b\"] { flex-flow: row-reverse wrap-reverse !important; }[data-css=\"tve-u-1621ae4fd21\"] { margin-top: 0px !important; position: static !important; }[data-css=\"tve-u-1621a8b2488\"] { float: none; max-width: 100%; margin-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621a8a804b\"] { padding-left: 0px !important; padding-right: 0px !important; }#tve_editor [data-css=\"tve-u-1621a2e0d5b\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621e7c7aa1\"] { flex-direction: column; min-height: inherit; }[data-css=\"tve-u-16249367114\"] { margin-top: 0px !important; }[data-css=\"tve-u-16249373b25\"] { height: calc(100% - 20px); margin-bottom: 0px !important; background-image: linear-gradient(rgb(248, 249, 251), rgb(248, 249, 251)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; margin-top: 20px !important; }[data-css=\"tve-u-162493a03b0\"] > .tcb-flex-col > .tcb-col { min-height: 155px; }[data-css=\"tve-u-162493a03b0\"] { min-height: inherit; }[data-css=\"tve-u-162493b6b63\"] { height: calc(100% - 20px); margin-bottom: 0px !important; margin-top: 20px !important; }[data-css=\"tve-u-16260c39a7e\"] { float: none; margin-top: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-16260d3f4aa\"] { padding: 0px !important; }[data-css=\"tve-u-16260d3f4af\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-16260d3f4af\"] { margin-left: 0px; padding: 0px !important; }[data-css=\"tve-u-16260d8392c\"] { padding: 0px !important; }[data-css=\"tve-u-16260d8396c\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-16260d8396c\"] { margin-left: 0px; padding: 0px !important; }[data-css=\"tve-u-16260da3aa7\"] { float: none; margin-top: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-162717cb60c\"] { display: block; max-width: 100%; width: 100%; min-width: 100%; float: none; margin-left: auto !important; margin-right: auto !important; margin-bottom: 20px !important; }[data-css=\"tve-u-162717cb618\"] { margin: 140px 0px 0px !important; }[data-css=\"tve-u-162717cb620\"] { clip-path: url(\"#clip-mobile-bottom-c883ac5175045\"); -webkit-clip-path: url(\"#clip-mobile-bottom-c883ac5175045\");  }[data-css=\"tve-u-162717cb60a\"] { padding: 0px !important; }#tve_editor [data-css=\"tve-u-162717cb616\"] { font-size: 27px !important; }#tve_editor [data-css=\"tve-u-162717cb629\"] { font-size: 18px !important; }[data-css=\"tve-u-162717cb625\"] { float: none; display: block; max-width: 100%; width: 100%; min-width: 100%; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-162717cb623\"] { max-width: 100%; float: none; width: 100%; margin: 0px auto 10px !important; }[data-css=\"tve-u-162717d1bbf\"] > .tcb-flex-col { padding-left: 18px; }[data-css=\"tve-u-162717d1bbf\"] { margin-left: -18px; padding: 10px !important; flex-flow: row wrap !important; }[data-css=\"tve-u-162717d1bbe\"] { border-bottom: 1px solid rgba(255, 255, 255, 0.2); border-right: none; margin-left: auto !important; margin-right: auto !important; float: none; }[data-css=\"tve-u-162717d1bbc\"] { border: none; padding-left: 0px !important; padding-right: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-162717d1bc5\"] { border-right: none; padding-left: 15px !important; padding-right: 0px !important; }[data-css=\"tve-u-162717d1bc3\"] { margin: 3px 10px 0px 0px !important; }[data-css=\"tve-u-162717d1bb6\"] { border: none; padding-top: 0px !important; padding-left: 0px !important; margin-bottom: 1px !important; margin-top: -5px !important; padding-bottom: 10px !important; }[data-css=\"tve-u-164179a84b8\"] { float: none; width: 100%; max-width: 155px; z-index: 3; position: relative; margin-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-164179bced9\"] { border-right: none; position: relative; padding-left: 0px !important; padding-right: 0px !important; margin-top: 0px !important; max-width: 250px; margin-left: auto !important; margin-right: auto !important; float: none; }[data-css=\"tve-u-16417b62c09\"] { max-width: 126px; float: none; margin-left: auto !important; margin-right: auto !important; margin-top: 20px !important; }[data-css=\"tve-u-16417b662bf\"] { max-width: 126px; float: none; margin-left: auto !important; margin-right: auto !important; margin-top: 20px !important; }[data-css=\"tve-u-16417e5bd95\"] { margin: 3px 10px 0px 0px !important; }#tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] p, #tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] li, #tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] blockquote, #tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] address, #tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] .tcb-plain-text, #tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] label { font-size: 18px; }[data-css=\"tve-u-16959822de2\"] { padding-top: 10px !important; margin-left: auto !important; margin-right: auto !important; float: none; }}'),(6678,556,'tve_revision_tve_user_custom_css',''),(6679,556,'tve_revision_tve_page_events','a:0:{}'),(6680,556,'tve_revision_tve_globals','a:2:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";s:8:\"font_cls\";a:0:{}}'),(6681,556,'tve_revision_tve_global_scripts',''),(6682,556,'tve_revision_thrive_icon_pack','0'),(6683,556,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(6684,556,'tve_revision_tve_has_masonry','0'),(6685,556,'tve_revision_tve_has_typefocus','0');
INSERT INTO `wpbe_postmeta` VALUES (6686,556,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-162717d1bbe\" wfd-id=\"449\"><div class=\"tcb-flex-row tcb-medium-no-wrap v-2 tcb--cols--3 m-edit tcb-mobile-wrap\" data-css=\"tve-u-162717d1bbf\" wfd-id=\"450\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1695981e7bb\" wfd-id=\"476\"><div class=\"tcb-col\" data-css=\"tve-u-16959846d3d\" wfd-id=\"478\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16959822de2\" wfd-id=\"479\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"480\"><img class=\"tve_image wp-image-465\" alt=\"\" width=\"384\" height=\"62\" title=\"Blackhawk_custom_header\" data-id=\"465\" src=\"https://bestcerakoteflorida.com/wp-content/uploads/2019/01/Blackhawk_custom_header.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717d1bb9\" style=\"\" wfd-id=\"462\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717d1bb6\" wfd-id=\"464\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-164179a84b8\" wfd-id=\"465\">\n<div class=\"tve-content-box-background\" wfd-id=\"475\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"466\"><div class=\"tcb-clear\" wfd-id=\"473\"><a href=\"tel:1-954-848-1911\" target=\"_blank\" rel=\"\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-162717d1bc3\" data-float=\"1\" data-link-wrap=\"1\" wfd-id=\"474\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-phone-plus-light\" data-name=\"\">\n            <path d=\"M8 128h88v88c0 4.4 3.6 8 8 8h16c4.4 0 8-3.6 8-8v-88h88c4.4 0 8-3.6 8-8v-16c0-4.4-3.6-8-8-8h-88V8c0-4.4-3.6-8-8-8h-16c-4.4 0-8 3.6-8 8v88H8c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8zM487.8 24.1L387 .8c-14.7-3.4-29.8 4.2-35.8 18.1l-46.5 108.5c-5.5 12.7-1.8 27.7 8.9 36.5l53.9 44.1c-34 69.2-90.3 125.6-159.6 159.6l-44.1-53.9c-8.8-10.7-23.8-14.4-36.5-8.9L18.9 351.3c-13.9 6-21.5 21-18.1 35.8L24 487.9C27.3 502 39.9 512 54.5 512 306.7 512 512 307.8 512 54.5c0-14.6-10-27.2-24.2-30.4zM55.1 480l-23-99.6 107.4-46 59.5 72.8c103.6-48.6 159.7-104.9 208.1-208.1l-72.8-59.5 46-107.4 99.6 23C479.7 289.7 289.6 479.7 55.1 480z\"></path>\n        </svg></div></a></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162717d1bc5\" wfd-id=\"467\"><p data-css=\"tve-u-1641333d7d1\"><a href=\"tel:1-954-848-1911\" target=\"_blank\">954-848-1911</a></p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717d1bb7\" style=\"\" wfd-id=\"451\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717d1bbc\" wfd-id=\"453\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16369305186\" wfd-id=\"454\">\n<div class=\"tve-content-box-background\" wfd-id=\"461\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16417e9d24e\" wfd-id=\"455\"><div class=\"tcb-clear\" wfd-id=\"459\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-16417e5bd95\" data-float=\"1\" wfd-id=\"460\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-envelope-regular\" data-name=\"\">\n            <path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path>\n        </svg></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-164179bced9\" wfd-id=\"456\"><p data-css=\"tve-u-1641333d7d1\"><a href=\"mailto:info@bestcerkoteflorida.com\" target=\"_blank\">info@bestcerakoteflorida.com</a></p></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-162717cb621\" data-value-type=\"percent\" wfd-id=\"390\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-162717cb620\" data-clip-id=\"c883ac5175045\" wfd-id=\"448\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-c883ac5175045\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9125, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-c883ac5175045\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9476, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-c883ac5175045\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9651, 1 1, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-162717cb609\" wfd-id=\"391\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-162717cb618\" wfd-id=\"392\"><div class=\"tcb-flex-row tcb-medium-wrap tcb-resized v-2 tcb--cols--2\" data-css=\"tve-u-162717cb617\" wfd-id=\"393\"><div class=\"tcb-flex-col\" data-css=\"tve-u-162717cb601\" style=\"\" wfd-id=\"400\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717cb60a\" wfd-id=\"402\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h1\" data-css=\"tve-u-162717cb610\" wfd-id=\"438\"><h1 data-css=\"tve-u-162717cb616\" style=\"text-align: center;\">&nbsp;Protect What\'s Important To You With The Toughest Ceramic Finish On The Market<span data-css=\"tve-u-16271ca808e\" style=\"color: rgb(0, 229, 255);\" wfd-id=\"447\"></span></h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162717cb60f\" wfd-id=\"426\"><p data-css=\"tve-u-16413112747\">We provide reliable, affordable services for your vehicle. You can choose a q<span data-css=\"tve-u-16413111ba3\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"437\">u</span>ick exterior wash or a detailed clean, we have it all.</p></div><div class=\"tcb-clear\" data-css=\"tve-u-1641791ce1a\" wfd-id=\"411\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-162717cb623\" wfd-id=\"412\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-162717cb626\" data-tcb_hover_state_parent=\"1\" wfd-id=\"425\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-162717cb624\" wfd-id=\"413\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-162717cb625\" data-tcb_hover_state_parent=\"\" data-button-style=\"full_rounded\" wfd-id=\"414\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"415\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-162717cb629\" wfd-id=\"416\"><strong>Request an appointment</strong></span></span>\n</a>\n</div></div>\n</div></div><div class=\"tcb-clear\" data-css=\"tve-u-1641791de3b\" wfd-id=\"403\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-162717cb60c\" data-tcb_hover_state_parent=\"\" data-button-style=\"ghost\" wfd-id=\"404\">\n<a href=\"#\" class=\"tcb-button-link\" target=\"_blank\">\n<span class=\"tcb-button-texts\" wfd-id=\"405\"><span class=\"tcb-button-text thrv-inline-text\" wfd-id=\"406\"><strong>Call Now: 0400-700-682</strong></span></span>\n</a>\n</div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717cb600\" style=\"\" wfd-id=\"394\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717cb60b\" wfd-id=\"396\"><div class=\"thrv_responsive_video thrv_wrapper\" data-type=\"youtube\" data-rel=\"0\" wfd-id=\"397\" data-url=\"https://www.youtube.com/watch?v=a1nyu9ZJiEk\" data-css=\"tve-u-16959cd1e7a\" data-modestbranding=\"1\">\n	\n\n	<div class=\"tve_responsive_video_container\" wfd-id=\"398\">\n		<div class=\"video_overlay\"></div>\n	<iframe data-code=\"a1nyu9ZJiEk\" data-provider=\"youtube\" src=\"https://www.youtube.com/embed/a1nyu9ZJiEk?rel=0&amp;modestbranding=1&amp;controls=1&amp;showinfo=1&amp;fs=1&amp;wmode=transparent\" data-src=\"https://www.youtube.com/embed/a1nyu9ZJiEk?rel=0&amp;modestbranding=1&amp;controls=1&amp;showinfo=1&amp;fs=1&amp;wmode=transparent\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-162717fcf9d\" data-value-type=\"percent\" wfd-id=\"329\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-162718bd0c0\" data-clip-id=\"a3b25e1c9221a\" wfd-id=\"389\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0875\"></polygon></clipPath><clipPath id=\"clip-tablet-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"6\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.1051\"></polygon></clipPath><clipPath id=\"clip-mobile-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"1\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0175\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-162718a3b40\" wfd-id=\"330\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622a159bcb\" wfd-id=\"331\">\n<div class=\"tve-content-box-background\" wfd-id=\"388\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"332\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621a2247ba\" wfd-id=\"383\"><h2 data-css=\"tve-u-1621a2e0d5b\">our services</h2></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16229f6175c\" wfd-id=\"356\"><div class=\"tcb-flex-row tcb-medium-no-wrap tcb--cols--3 v-2\" data-css=\"tve-u-162493a03b0\" wfd-id=\"357\"><div class=\"tcb-flex-col\" wfd-id=\"372\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1624939a960\" data-tcb_hover_state_parent=\"\" wfd-id=\"374\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-162493d5f13\" data-float=\"1\" wfd-id=\"382\"><svg class=\"tcb-icon\" viewBox=\"0 0 14 28\" data-name=\"bolt\">\n<path d=\"M13.828 8.844c0.172 0.187 0.219 0.453 0.109 0.688l-8.437 18.078c-0.125 0.234-0.375 0.391-0.656 0.391-0.063 0-0.141-0.016-0.219-0.031-0.344-0.109-0.547-0.438-0.469-0.766l3.078-12.625-6.344 1.578c-0.063 0.016-0.125 0.016-0.187 0.016-0.172 0-0.359-0.063-0.484-0.172-0.187-0.156-0.25-0.391-0.203-0.609l3.141-12.891c0.078-0.297 0.359-0.5 0.688-0.5h5.125c0.391 0 0.703 0.297 0.703 0.656 0 0.094-0.031 0.187-0.078 0.281l-2.672 7.234 6.188-1.531c0.063-0.016 0.125-0.031 0.187-0.031 0.203 0 0.391 0.094 0.531 0.234z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"378\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-162494b490e\" wfd-id=\"379\"><h4 data-css=\"tve-u-16249355087\" style=\"text-align: left;\">Express exterior</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162494b7ad0\" wfd-id=\"375\"><p data-css=\"tve-u-162492e70ad\">Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"365\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162493b6b63\" data-tcb_hover_state_parent=\"\" wfd-id=\"367\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b456a\" wfd-id=\"371\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"adjust\">\n<path d=\"M12 22.5v-17c-4.688 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"369\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1af44d\" wfd-id=\"370\"><h4 data-css=\"tve-u-16249358652\" style=\"text-align: left;\">Interior clean</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"368\"><p data-css=\"tve-u-162492e70ad\">Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"358\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16249373b25\" wfd-id=\"360\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b52d3\" wfd-id=\"364\"><svg class=\"tcb-icon\" viewBox=\"0 0 26 28\" data-name=\"umbrella\">\n<path d=\"M14 12.938v9.063c0 2.172-1.828 4-4 4s-4-1.828-4-4c0-0.547 0.453-1 1-1s1 0.453 1 1c0 1.047 0.953 2 2 2s2-0.953 2-2v-9.063c0.328-0.109 0.656-0.172 1-0.172s0.672 0.063 1 0.172zM26 13.359c0 0.266-0.234 0.5-0.5 0.5-0.141 0-0.25-0.063-0.359-0.156-0.906-0.844-1.75-1.437-3.047-1.437-1.484 0-2.766 0.922-3.609 2.094-0.187 0.266-0.328 0.547-0.5 0.812-0.109 0.172-0.234 0.266-0.438 0.266-0.219 0-0.344-0.094-0.453-0.266-0.172-0.266-0.313-0.547-0.5-0.812-0.844-1.172-2.109-2.094-3.594-2.094s-2.75 0.922-3.594 2.094c-0.187 0.266-0.328 0.547-0.5 0.812-0.109 0.172-0.234 0.266-0.453 0.266-0.203 0-0.328-0.094-0.438-0.266-0.172-0.266-0.313-0.547-0.5-0.812-0.844-1.172-2.125-2.094-3.609-2.094-1.297 0-2.141 0.594-3.047 1.437-0.109 0.094-0.219 0.156-0.359 0.156-0.266 0-0.5-0.234-0.5-0.5 0-0.047 0-0.078 0.016-0.109 1.437-5.906 7.141-9.25 12.984-9.25 5.812 0 11.578 3.344 12.984 9.25 0.016 0.031 0.016 0.063 0.016 0.109zM14 2v1.531c-0.328-0.016-0.672-0.031-1-0.031s-0.672 0.016-1 0.031v-1.531c0-0.547 0.453-1 1-1s1 0.453 1 1z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"362\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b01a6\" wfd-id=\"363\"><h4 data-css=\"tve-u-1624935a201\" style=\"text-align: left;\">Wax protection</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"361\"><p data-css=\"tve-u-162492e70ad\">Etiam pharetra, erat sed fermentum feugiat, velit mauris</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16249367114\" wfd-id=\"333\"><div class=\"tcb-flex-row tcb-medium-no-wrap tcb--cols--3 v-2\" data-css=\"tve-u-16229ffbb7b\" wfd-id=\"334\"><div class=\"tcb-flex-col\" wfd-id=\"349\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229fa6a26\" wfd-id=\"351\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b33f9\" wfd-id=\"355\"><svg class=\"tcb-icon\" viewBox=\"0 0 26 28\" data-name=\"magic\">\n<path d=\"M18.594 9.078l4.578-4.578-1.672-1.672-4.578 4.578zM25.578 4.5c0 0.266-0.094 0.516-0.281 0.703l-20.094 20.094c-0.187 0.187-0.438 0.281-0.703 0.281s-0.516-0.094-0.703-0.281l-3.094-3.094c-0.187-0.187-0.281-0.438-0.281-0.703s0.094-0.516 0.281-0.703l20.094-20.094c0.187-0.187 0.438-0.281 0.703-0.281s0.516 0.094 0.703 0.281l3.094 3.094c0.187 0.187 0.281 0.438 0.281 0.703zM4.469 1.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531zM9.938 4.062l3.063 0.938-3.063 0.938-0.938 3.063-0.938-3.063-3.063-0.938 3.063-0.938 0.938-3.063zM24.469 11.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531zM14.469 1.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"353\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b0a67\" wfd-id=\"354\"><h4 data-css=\"tve-u-16248fc42a1\" style=\"text-align: left;\">Dust &amp; Dash Console</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"352\"><p data-css=\"tve-u-162492e70ad\">Duis sed odio sit amet nibh vulputate cursus a sit amet mauris.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"342\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1622f65ba70\" wfd-id=\"344\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b60b4\" wfd-id=\"348\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"certificate\">\n<path d=\"M21.5 14l2.156 2.109c0.297 0.281 0.406 0.703 0.313 1.094-0.109 0.391-0.422 0.703-0.812 0.797l-2.938 0.75 0.828 2.906c0.109 0.391 0 0.812-0.297 1.094-0.281 0.297-0.703 0.406-1.094 0.297l-2.906-0.828-0.75 2.938c-0.094 0.391-0.406 0.703-0.797 0.812-0.094 0.016-0.203 0.031-0.297 0.031-0.297 0-0.594-0.125-0.797-0.344l-2.109-2.156-2.109 2.156c-0.281 0.297-0.703 0.406-1.094 0.313-0.406-0.109-0.703-0.422-0.797-0.812l-0.75-2.938-2.906 0.828c-0.391 0.109-0.812 0-1.094-0.297-0.297-0.281-0.406-0.703-0.297-1.094l0.828-2.906-2.938-0.75c-0.391-0.094-0.703-0.406-0.812-0.797-0.094-0.391 0.016-0.812 0.313-1.094l2.156-2.109-2.156-2.109c-0.297-0.281-0.406-0.703-0.313-1.094 0.109-0.391 0.422-0.703 0.812-0.797l2.938-0.75-0.828-2.906c-0.109-0.391 0-0.812 0.297-1.094 0.281-0.297 0.703-0.406 1.094-0.297l2.906 0.828 0.75-2.938c0.094-0.391 0.406-0.703 0.797-0.797 0.391-0.109 0.812 0 1.094 0.297l2.109 2.172 2.109-2.172c0.281-0.297 0.688-0.406 1.094-0.297 0.391 0.094 0.703 0.406 0.797 0.797l0.75 2.938 2.906-0.828c0.391-0.109 0.812 0 1.094 0.297 0.297 0.281 0.406 0.703 0.297 1.094l-0.828 2.906 2.938 0.75c0.391 0.094 0.703 0.406 0.812 0.797 0.094 0.391-0.016 0.812-0.313 1.094z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"346\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b12d8\" wfd-id=\"347\"><h4 data-css=\"tve-u-1625389a3d5\" style=\"text-align: left;\">Triple Foam Polish</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"345\"><p data-css=\"tve-u-162492e70ad\">Class aptent taciti sociosqu ad litora torquent</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"335\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229fa8c68\" wfd-id=\"337\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-16271adf6cf\" wfd-id=\"341\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"bullseye\">\n<path d=\"M16 14c0 2.203-1.797 4-4 4s-4-1.797-4-4 1.797-4 4-4 4 1.797 4 4zM18 14c0-3.313-2.688-6-6-6s-6 2.688-6 6 2.688 6 6 6 6-2.688 6-6zM20 14c0 4.422-3.578 8-8 8s-8-3.578-8-8 3.578-8 8-8 8 3.578 8 8zM22 14c0-5.516-4.484-10-10-10s-10 4.484-10 10 4.484 10 10 10 10-4.484 10-10zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"339\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-16248fc71c8\" wfd-id=\"340\"><h4 data-css=\"tve-u-1625389b4ed\" style=\"text-align: left;\">Tire dressing</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"338\"><p data-css=\"tve-u-162492e70ad\">Etiam pharetra, erat sed fermentum feugiat, velit mauris</p></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621ad46076\" wfd-id=\"297\">\n<div class=\"tve-page-section-out\" wfd-id=\"328\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621b072b4e\" wfd-id=\"298\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621a8b2488\" wfd-id=\"299\"><div class=\"tcb-flex-row tcb--cols--2 v-2\" data-css=\"tve-u-1621a8a804b\" wfd-id=\"300\"><div class=\"tcb-flex-col\" wfd-id=\"310\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16271bfe70c\" wfd-id=\"312\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h3\" data-css=\"tve-u-1621a8c4313\" wfd-id=\"327\"><h3><strong>Complete cleaning services for yoâ€‹ur car</strong></h3></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-16417b70f47\" wfd-id=\"313\"><ul class=\"tcb-styled-list\" wfd-id=\"314\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621acf0289\" wfd-id=\"323\"><div class=\"tcb-styled-list-icon\" wfd-id=\"325\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a8e11f3\" wfd-id=\"326\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ace1b08\" wfd-id=\"324\">We are a small business delivering professional cleaning services for all vehicles</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621acf64fb\" wfd-id=\"319\"><div class=\"tcb-styled-list-icon\" wfd-id=\"321\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a8e5625\" wfd-id=\"322\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ace4de9\" wfd-id=\"320\">Our services are convenient for individuals and corporate fleets</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"315\"><div class=\"tcb-styled-list-icon\" wfd-id=\"317\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a9076ef\" wfd-id=\"318\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621acf47d2\" wfd-id=\"316\">We use eco-friendly products that actually clean, protect and maintain your car better than the traditional cleaning substances</span></li></ul></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"301\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621a90a46f\" wfd-id=\"303\"><div class=\"thrv_wrapper thrv-fill-counter tve_red tve_normalfc thrv_data_element\" data-css=\"tve-u-1621a983587\" wfd-id=\"304\">\n<div class=\"tve_fill_counter_n\" style=\"\" data-fill=\"100\" data-css=\"tve-u-1621a98b602\" wfd-id=\"305\">\n<svg viewBox=\"0 0 170 170\" class=\"tve_fill_counter_circle\" shape-rendering=\"optimizeSpeed\" data-css=\"tve-u-1621a9a2862\">\n<circle class=\"tve_fill_counter_circle_inner\" r=\"85\" cx=\"85\" cy=\"85\" data-css=\"tve-u-1621a9685d4\"></circle>\n</svg>\n<div class=\"tve_fill_text_in\" data-css=\"tve-u-1621a96b190\" wfd-id=\"306\">\n<div class=\"tve_fill_text_value\" data-css=\"tve-u-1621a9a2866\" wfd-id=\"308\">\n<div class=\"thrv-inline-text tve_fill_text tve_editable\" data-css=\"tve-u-1621a9a2867\" wfd-id=\"309\"><strong>100%â€‹</strong></div>\n</div>\n<div class=\"thrv-inline-text tve_editable tve_data_element_label\" data-css=\"tve-u-1621a9750ae\" wfd-id=\"307\">Clean car</div>\n</div>\n</div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621ada1e7f\" data-value-type=\"percent\" wfd-id=\"261\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621adba9ef\" data-clip-id=\"52d5a36c151aa\" wfd-id=\"296\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-52d5a36c151aa\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0875\"></polygon></clipPath><clipPath id=\"clip-tablet-top-52d5a36c151aa\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0524\"></polygon></clipPath><clipPath id=\"clip-mobile-top-52d5a36c151aa\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0349\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621ad420c4\" wfd-id=\"262\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621ade6172\" wfd-id=\"263\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2 tcb-row-reversed-mobile tcb-mobile-edit v-2\" data-css=\"tve-u-1621adea58b\" wfd-id=\"264\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621b064646\" style=\"\" wfd-id=\"290\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ae0bec7\" wfd-id=\"292\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ae4fd21\" data-value-type=\"percent\" data-float=\"1\" wfd-id=\"293\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621ae6c8da\" data-clip-id=\"aa2c3e3c70555\" wfd-id=\"295\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0349\"></polygon></clipPath><clipPath id=\"clip-tablet-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"4\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0699\"></polygon></clipPath><clipPath id=\"clip-mobile-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"4\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0699\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb\" data-css=\"tve-u-1621ae4db6e\" wfd-id=\"294\"></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621b064668\" style=\"\" wfd-id=\"265\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621f45bed3\" wfd-id=\"267\"><div class=\"tcb-clear\" data-css=\"tve-u-16224848ee5\" wfd-id=\"288\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621afceb00\" wfd-id=\"289\"><h2 data-css=\"tve-u-1621afcc0bf\">Check Out Our Special Offer!</h2></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621afda4fa\" wfd-id=\"287\"><p data-css=\"tve-u-1621afd8c98\">Donâ€™t miss the opportunity to get 50% discount on a complete cleaning just by recommending us to a friend. Bring someone you know with you and clean you car half price!</p></div><div class=\"tcb-clear\" data-css=\"tve-u-16224834cab\" wfd-id=\"268\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621fe85996\" wfd-id=\"269\"><div class=\"tcb-flex-row tcb--cols--2 tcb-resized tcb-medium-wrap tcb-desktop-wrap\" data-css=\"tve-u-1621fe78878\" wfd-id=\"270\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621fe94086\" style=\"\" wfd-id=\"278\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"280\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621b01355a\" wfd-id=\"281\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621b08fdde\" data-tcb_hover_state_parent=\"1\" wfd-id=\"286\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16223f02c16\" wfd-id=\"282\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-1620af7eb3f\" data-tcb_hover_state_parent=\"\" data-button-style=\"full_rounded\" wfd-id=\"283\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"284\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-16228c75500\" wfd-id=\"285\"><strong>Request an appointment</strong></span></span>\n</a>\n</div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621fe940b9\" style=\"\" wfd-id=\"271\"><div class=\"tcb-col\" wfd-id=\"273\"><div class=\"tcb-clear\" data-css=\"tve-u-16224716d62\" wfd-id=\"274\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-1621b028939\" data-tcb_hover_state_parent=\"\" data-button-style=\"ghost\" wfd-id=\"275\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"276\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-16228c764b2\" wfd-id=\"277\"><strong>Call Now: 0400-700-682</strong></span></span>\n</a>\n</div></div></div></div></div></div></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16260ba2fa4\" wfd-id=\"168\">\n<div class=\"tve-page-section-out\" wfd-id=\"260\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16260be7104\" wfd-id=\"169\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621b0e4fb7\" wfd-id=\"259\"><h2 data-css=\"tve-u-1621b10fccf\" style=\"text-align: center;\">our happy clients</h2></div><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641367127b\" data-float=\"1\" wfd-id=\"258\"><svg class=\"tcb-icon\" viewBox=\"0 0 30 32\" data-name=\"quote-left\">\n<path d=\"M13.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429zM29.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641367e553\" wfd-id=\"257\"><svg class=\"tcb-icon\" viewBox=\"0 0 30 32\" data-name=\"quote-left\">\n<path d=\"M13.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429zM29.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a10d3b4\" wfd-id=\"228\">\n<div class=\"tve-content-box-background\" wfd-id=\"256\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"229\"><div class=\"tcb-clear\" data-css=\"tve-u-1621b300a64\" wfd-id=\"254\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-1621f154231\" wfd-id=\"255\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621b200375\" wfd-id=\"232\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-16260d8392c\" wfd-id=\"233\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"238\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"240\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16417b62c09\" wfd-id=\"241\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-16260d8396c\" wfd-id=\"242\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16260d01208\" style=\"\" wfd-id=\"248\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"250\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"251\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16225617da3\" wfd-id=\"253\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"252\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16260d0120e\" style=\"\" wfd-id=\"243\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"245\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"247\"><h5>Brett Graham, 28</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"246\"><h6 class=\"\">Architect</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"234\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"236\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"237\"><p data-css=\"tve-u-162539c17ec\">Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit. Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit.&nbsp;</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-16260c5ff0c\" wfd-id=\"230\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260c5ff07\" wfd-id=\"231\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a12f675\" wfd-id=\"199\">\n<div class=\"tve-content-box-background\" wfd-id=\"227\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"200\"><div class=\"tcb-clear\" data-css=\"tve-u-16260cd7683\" wfd-id=\"225\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260d73672\" wfd-id=\"226\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16260da3aa7\" wfd-id=\"203\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-1621fb68b97\" wfd-id=\"204\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"209\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"211\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16417b662bf\" wfd-id=\"212\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-1621fb65556\" wfd-id=\"213\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16229915e1a\" style=\"\" wfd-id=\"219\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"221\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"222\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16260c433e9\" wfd-id=\"224\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"223\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16229915e4e\" style=\"\" wfd-id=\"214\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"216\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"218\"><h5>Rosie Hanson, 24</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"217\"><h6 class=\"\">Real estate Associate</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"205\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"207\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"208\"><p data-css=\"tve-u-162539c17ec\">Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo.</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-16260d3b97e\" wfd-id=\"201\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260d39b83\" wfd-id=\"202\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a146aef\" wfd-id=\"170\">\n<div class=\"tve-content-box-background\" wfd-id=\"198\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"171\"><div class=\"tcb-clear\" data-css=\"tve-u-16260cd7683\" wfd-id=\"196\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260cd622f\" wfd-id=\"197\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16260c39a7e\" wfd-id=\"174\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-16260d3f4aa\" wfd-id=\"175\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"180\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"182\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621fbacc60\" wfd-id=\"183\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-16260d3f4af\" wfd-id=\"184\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16229915e1a\" style=\"\" wfd-id=\"190\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"192\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"193\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16260d5e4b8\" wfd-id=\"195\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"194\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16229915e4e\" style=\"\" wfd-id=\"185\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"187\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"189\"><h5>Shawn Mattews, 35</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"188\"><h6 class=\"\">project manager</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"176\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"178\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"179\"><p data-css=\"tve-u-162539c17ec\">Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo. Nullam ac urna eu felis.Sed non neque elit. Sed ut imperdiet nisi. Proin condimentum</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1621b30ca74\" wfd-id=\"172\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-1621f15b521\" wfd-id=\"173\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621b3c8c52\" wfd-id=\"64\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621b3cfc7b\" wfd-id=\"167\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621b3c74d9\" wfd-id=\"65\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621e7b695a\" wfd-id=\"166\"><h2 data-css=\"tve-u-1621e7a7350\" style=\"text-align: center;\">our offers</h2></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621e7c899a\" wfd-id=\"66\"><div class=\"tcb-flex-row tcb--cols--3 tcb-medium-wrap v-2\" data-css=\"tve-u-1621e7c7aa1\" wfd-id=\"67\"><div class=\"tcb-flex-col\" wfd-id=\"130\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16223fc9f23\" wfd-id=\"132\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e7ceab3\" style=\"\" wfd-id=\"133\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16416e4fafd\" wfd-id=\"165\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e7d5094\" wfd-id=\"134\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e7e9950\" data-value-type=\"percent\" style=\"\" wfd-id=\"161\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e7edfd9\" data-clip-id=\"10ffac3b28f1d\" wfd-id=\"164\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-10ffac3b28f1d\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-10ffac3b28f1d\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e7e6c1d\" wfd-id=\"162\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-16417b4cb9e\" wfd-id=\"163\"><h4 data-css=\"tve-u-1621fe1a1af\" style=\"text-align: center;\"><strong>Basic Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ec6c39b\" data-float=\"1\" wfd-id=\"157\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e81f424\" wfd-id=\"160\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec752da\" wfd-id=\"158\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"159\"><h4 data-css=\"tve-u-1621fe1bd18\" style=\"text-align: center;\"><strong>15$</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621ea50702\" wfd-id=\"135\"><ul class=\"tcb-styled-list\" wfd-id=\"136\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec3a5c0\" wfd-id=\"153\"><div class=\"tcb-styled-list-icon\" wfd-id=\"155\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec204df\" wfd-id=\"156\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec241aa\" wfd-id=\"154\">Interior vacuum</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"149\"><div class=\"tcb-styled-list-icon\" wfd-id=\"151\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec20f68\" wfd-id=\"152\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec2704c\" wfd-id=\"150\">Dust &amp;dash console</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec42aa7\" wfd-id=\"145\"><div class=\"tcb-styled-list-icon\" wfd-id=\"147\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec21a31\" wfd-id=\"148\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec298ab\" wfd-id=\"146\">Hand towel dry</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec43fe2\" wfd-id=\"141\"><div class=\"tcb-styled-list-icon\" wfd-id=\"143\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ea1fba7\" wfd-id=\"144\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea23322\" wfd-id=\"142\">Clean windows</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec454d9\" wfd-id=\"137\"><div class=\"tcb-styled-list-icon\" wfd-id=\"139\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ea295c0\" wfd-id=\"140\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea2c69a\" wfd-id=\"138\">Soft cloth wash</span></li></ul></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"99\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"101\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621eb81205\" style=\"\" wfd-id=\"102\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16416e603ab\" wfd-id=\"129\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621eb7ccb0\" wfd-id=\"103\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ebbbb6d\" data-value-type=\"percent\" wfd-id=\"125\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eaaedd8\" data-clip-id=\"a2b9cf3198d6f\" wfd-id=\"128\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-a2b9cf3198d6f\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-a2b9cf3198d6f\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec7f21a\" wfd-id=\"126\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e930bd7\" wfd-id=\"127\"><h4 data-css=\"tve-u-1621e92e97f\" style=\"text-align: center;\"><strong>Ultimate Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ec78d2c\" data-float=\"1\" wfd-id=\"121\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eab272c\" wfd-id=\"124\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec79a7d\" wfd-id=\"122\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"123\"><h4 data-css=\"tve-u-1621e942b65\" style=\"text-align: center;\"><strong>22 $</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621ebfa746\" wfd-id=\"118\"><p data-css=\"tve-u-1621f4ceaf6\" style=\"text-align: center;\">Includes basic service <span data-css=\"tve-u-1621f4ceaf7\" style=\"color: rgb(15, 29, 123);\" wfd-id=\"119\"><strong class=\"\"><span data-css=\"tve-u-1621f4ceafb\" wfd-id=\"120\">+</span></strong></span></p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621ebf340c\" wfd-id=\"104\"><ul class=\"tcb-styled-list\" wfd-id=\"105\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-164137a0b1f\" wfd-id=\"114\"><div class=\"tcb-styled-list-icon\" wfd-id=\"116\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec0c5bd\" wfd-id=\"117\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ebfe4ce\" wfd-id=\"115\">Triple foam conditiner</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec04541\" wfd-id=\"110\"><div class=\"tcb-styled-list-icon\" wfd-id=\"112\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec09a3c\" wfd-id=\"113\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ebff867\" wfd-id=\"111\">Tire dressing</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec05cc3\" wfd-id=\"106\"><div class=\"tcb-styled-list-icon\" wfd-id=\"108\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec15f6e\" wfd-id=\"109\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec009a8\" wfd-id=\"107\">Air freshner</span></li></ul></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"68\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16223dad661\" wfd-id=\"70\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621fd9c946\" style=\"\" wfd-id=\"71\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e7d234c\" wfd-id=\"98\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621fd84d7b\" wfd-id=\"72\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16223b080b0\" data-value-type=\"percent\" wfd-id=\"94\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eb3eb9f\" data-clip-id=\"ac98bb0e54b3b\" wfd-id=\"97\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621fd8766c\" wfd-id=\"95\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e930bd7\" wfd-id=\"96\"><h4 data-css=\"tve-u-1621fe1587d\" style=\"text-align: center;\"><strong>Supreme Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e8107f3\" wfd-id=\"90\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eb43d8d\" wfd-id=\"93\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e819c52\" wfd-id=\"91\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"92\"><h4 data-css=\"tve-u-1621fe1725e\" style=\"text-align: center;\"><strong>30 $</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621eb037bb\" wfd-id=\"87\"><p data-css=\"tve-u-1621f4d0451\" style=\"text-align: center;\">Includes ultimate service <span data-css=\"tve-u-1621eaff572\" style=\"color: rgb(15, 29, 123);\" wfd-id=\"88\"><strong class=\"\"><span data-css=\"tve-u-1621eb01b60\" wfd-id=\"89\">+</span></strong></span></p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621eacf6af\" wfd-id=\"73\"><ul class=\"tcb-styled-list\" wfd-id=\"74\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec36a4d\" wfd-id=\"83\"><div class=\"tcb-styled-list-icon\" wfd-id=\"85\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e9993aa\" wfd-id=\"86\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea1a5d7\" wfd-id=\"84\">Exterior trim dressing</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"79\"><div class=\"tcb-styled-list-icon\" wfd-id=\"81\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e99b1db\" wfd-id=\"82\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea19a06\" wfd-id=\"80\">Hand applied spray wax</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec37ea5\" wfd-id=\"75\"><div class=\"tcb-styled-list-icon\" wfd-id=\"77\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e99c314\" wfd-id=\"78\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea18c5d\" wfd-id=\"76\">Interior conditioner</span></li></ul></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621efddaaf\" wfd-id=\"43\">\n<div class=\"tve-page-section-out\" wfd-id=\"63\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621edf8048\" wfd-id=\"44\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621f114214\" wfd-id=\"45\"><div class=\"tcb-flex-row tcb-resized tcb-mobile-edit tcb--cols--2\" data-css=\"tve-u-1621ee03000\" wfd-id=\"46\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621ee4be21\" style=\"\" wfd-id=\"51\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ee093d4\" wfd-id=\"53\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ee3afec\" wfd-id=\"57\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621ee58e74\" wfd-id=\"62\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ee37f4a\" wfd-id=\"58\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1621ee74a24\" wfd-id=\"61\"><svg class=\"tcb-icon\" viewBox=\"0 0 16 28\" data-name=\"map-marker\">\n<path d=\"M12 10c0-2.203-1.797-4-4-4s-4 1.797-4 4 1.797 4 4 4 4-1.797 4-4zM16 10c0 0.953-0.109 1.937-0.516 2.797l-5.688 12.094c-0.328 0.688-1.047 1.109-1.797 1.109s-1.469-0.422-1.781-1.109l-5.703-12.094c-0.406-0.859-0.516-1.844-0.516-2.797 0-4.422 3.578-8 8-8s8 3.578 8 8z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621ee63e1c\" wfd-id=\"60\"><h2 data-css=\"tve-u-1621fdcb4ea\" style=\"text-align: center;\">contact us</h2></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16422a1ce91\" wfd-id=\"59\"><p data-css=\"tve-u-16422a1ce94\" style=\"text-align: left;\">Your adress goes here</p><p data-css=\"tve-u-16422a1ce93\" style=\"text-align: left;\">Phone: 0400 - 700 - 682</p><p data-css=\"tve-u-16422a1ce92\" style=\"text-align: left;\">Email: our_office@gmail.com</p></div></div>\n</div><div class=\"tcb-clear\" data-css=\"tve-u-16417c828be\" wfd-id=\"54\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_slide_left\" data-css=\"tve-u-1621ef118dc\" style=\"\" wfd-id=\"55\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"56\"><img class=\"tve_image tve_evt_manager_listen tve_et_tve-viewport wp-image-21388\" alt=\"\" width=\"567\" height=\"384\" title=\"Car wash img footer\" data-id=\"21388\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-img-footer.png\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_left&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" style=\"width: 100%;\"></span></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621ee4be73\" style=\"\" wfd-id=\"47\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ee22c43\" wfd-id=\"49\"><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-1621ee18a1c\" wfd-id=\"50\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=New York&amp;t=m&amp;z=5&amp;output=embed&amp;iwloc=near\"></iframe>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621f0aa8f7\" wfd-id=\"30\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621f0ada0e\" wfd-id=\"42\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621f0b0088\" wfd-id=\"31\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621f0d2c1a\" wfd-id=\"32\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-1621f0cbe40\" wfd-id=\"33\"><div class=\"tcb-flex-col\" wfd-id=\"38\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"40\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621f0da775\" wfd-id=\"41\"><p data-css=\"tve-u-1622444fb11\">Â© 2018, Your company name . All rights reserved.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"34\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"36\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16223fe5f5b\" wfd-id=\"37\"><p data-css=\"tve-u-1621f0d874c\" style=\"text-align: right;\">Made with <a href=\"https://thrivethemes.com/\" target=\"_blank\">Thrive Architect</a></p></div></div></div></div></div></div>\n</div>\n\n'),(6687,556,'tve_revision_tve_has_wistia_popover','0'),(6739,563,'tve_revision_tve_landing_page','tcb2-thrivebiz-car-wash'),(6688,557,'tve_revision_tve_landing_page','tcb2-thrivebiz-car-wash'),(6689,557,'tve_revision_tve_landing_set',''),(6690,557,'tve_revision_tve_disable_theme_dependency','1'),(6691,557,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-162717d1bbe\" wfd-id=\"449\"><div class=\"tcb-flex-row tcb-medium-no-wrap v-2 tcb--cols--3 m-edit tcb-mobile-wrap\" data-css=\"tve-u-162717d1bbf\" wfd-id=\"450\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1695981e7bb\" wfd-id=\"476\"><div class=\"tcb-col\" data-css=\"tve-u-16959846d3d\" wfd-id=\"478\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16959822de2\" wfd-id=\"479\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"480\"><img class=\"tve_image wp-image-465\" alt=\"\" width=\"384\" height=\"62\" title=\"Blackhawk_custom_header\" data-id=\"465\" src=\"https://bestcerakoteflorida.com/wp-content/uploads/2019/01/Blackhawk_custom_header.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717d1bb9\" style=\"\" wfd-id=\"462\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717d1bb6\" wfd-id=\"464\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-164179a84b8\" wfd-id=\"465\">\n<div class=\"tve-content-box-background\" wfd-id=\"475\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"466\"><div class=\"tcb-clear\" wfd-id=\"473\"><a href=\"tel:1-954-848-1911\" target=\"_blank\" rel=\"\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-162717d1bc3\" data-float=\"1\" data-link-wrap=\"1\" wfd-id=\"474\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-phone-plus-light\" data-name=\"\">\n            <path d=\"M8 128h88v88c0 4.4 3.6 8 8 8h16c4.4 0 8-3.6 8-8v-88h88c4.4 0 8-3.6 8-8v-16c0-4.4-3.6-8-8-8h-88V8c0-4.4-3.6-8-8-8h-16c-4.4 0-8 3.6-8 8v88H8c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8zM487.8 24.1L387 .8c-14.7-3.4-29.8 4.2-35.8 18.1l-46.5 108.5c-5.5 12.7-1.8 27.7 8.9 36.5l53.9 44.1c-34 69.2-90.3 125.6-159.6 159.6l-44.1-53.9c-8.8-10.7-23.8-14.4-36.5-8.9L18.9 351.3c-13.9 6-21.5 21-18.1 35.8L24 487.9C27.3 502 39.9 512 54.5 512 306.7 512 512 307.8 512 54.5c0-14.6-10-27.2-24.2-30.4zM55.1 480l-23-99.6 107.4-46 59.5 72.8c103.6-48.6 159.7-104.9 208.1-208.1l-72.8-59.5 46-107.4 99.6 23C479.7 289.7 289.6 479.7 55.1 480z\"></path>\n        </svg></div></a></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162717d1bc5\" wfd-id=\"467\"><p data-css=\"tve-u-1641333d7d1\"><a href=\"tel:1-954-848-1911\" target=\"_blank\">954-848-1911</a></p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717d1bb7\" style=\"\" wfd-id=\"451\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717d1bbc\" wfd-id=\"453\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16369305186\" wfd-id=\"454\">\n<div class=\"tve-content-box-background\" wfd-id=\"461\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16417e9d24e\" wfd-id=\"455\"><div class=\"tcb-clear\" wfd-id=\"459\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-16417e5bd95\" data-float=\"1\" wfd-id=\"460\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-envelope-regular\" data-name=\"\">\n            <path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path>\n        </svg></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-164179bced9\" wfd-id=\"456\"><p data-css=\"tve-u-1641333d7d1\"><a href=\"mailto:info@bestcerkoteflorida.com\" target=\"_blank\">info@bestcerakoteflorida.com</a></p></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-162717cb621\" data-value-type=\"percent\" wfd-id=\"390\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-162717cb620\" data-clip-id=\"c883ac5175045\" wfd-id=\"448\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-c883ac5175045\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9125, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-c883ac5175045\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9476, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-c883ac5175045\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9651, 1 1, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-162717cb609\" wfd-id=\"391\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-162717cb618\" wfd-id=\"392\"><div class=\"tcb-flex-row tcb-medium-wrap tcb-resized v-2 tcb--cols--2\" data-css=\"tve-u-162717cb617\" wfd-id=\"393\"><div class=\"tcb-flex-col\" data-css=\"tve-u-162717cb601\" style=\"\" wfd-id=\"400\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717cb60a\" wfd-id=\"402\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h1\" data-css=\"tve-u-162717cb610\" wfd-id=\"438\"><h1 data-css=\"tve-u-162717cb616\" style=\"text-align: center;\">&nbsp;Protect What\'s Important To You With The Toughest Ceramic Finish On The Market<span data-css=\"tve-u-16271ca808e\" style=\"color: rgb(0, 229, 255);\" wfd-id=\"447\"></span></h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162717cb60f\" wfd-id=\"426\"><p data-css=\"tve-u-16413112747\">We provide reliable, affordable services for your vehicle. You can choose a q<span data-css=\"tve-u-16413111ba3\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"437\">u</span>ick exterior wash or a detailed clean, we have it all.</p></div><div class=\"tcb-clear\" data-css=\"tve-u-1641791ce1a\" wfd-id=\"411\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-162717cb623\" wfd-id=\"412\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-162717cb626\" data-tcb_hover_state_parent=\"1\" wfd-id=\"425\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-162717cb624\" wfd-id=\"413\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-162717cb625\" data-tcb_hover_state_parent=\"\" data-button-style=\"full_rounded\" wfd-id=\"414\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"415\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-162717cb629\" wfd-id=\"416\"><strong>Request an appointment</strong></span></span>\n</a>\n</div></div>\n</div></div><div class=\"tcb-clear\" data-css=\"tve-u-1641791de3b\" wfd-id=\"403\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-162717cb60c\" data-tcb_hover_state_parent=\"\" data-button-style=\"ghost\" wfd-id=\"404\">\n<a href=\"#\" class=\"tcb-button-link\" target=\"_blank\">\n<span class=\"tcb-button-texts\" wfd-id=\"405\"><span class=\"tcb-button-text thrv-inline-text\" wfd-id=\"406\"><strong>Call Now: 0400-700-682</strong></span></span>\n</a>\n</div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717cb600\" style=\"\" wfd-id=\"394\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717cb60b\" wfd-id=\"396\"><div class=\"thrv_responsive_video thrv_wrapper\" data-type=\"youtube\" data-rel=\"0\" data-url=\"https://www.youtube.com/watch?v=a1nyu9ZJiEk\" data-css=\"tve-u-16959cd1e7a\" data-modestbranding=\"1\" wfd-id=\"397\">\n	\n\n	<div class=\"tve_responsive_video_container\" wfd-id=\"398\">\n		<div class=\"video_overlay\" wfd-id=\"399\"></div>\n	<iframe data-code=\"a1nyu9ZJiEk\" data-provider=\"youtube\" src=\"https://www.youtube.com/embed/a1nyu9ZJiEk?rel=0&amp;modestbranding=1&amp;controls=1&amp;showinfo=1&amp;fs=1&amp;wmode=transparent\" data-src=\"https://www.youtube.com/embed/a1nyu9ZJiEk?rel=0&amp;modestbranding=1&amp;controls=1&amp;showinfo=1&amp;fs=1&amp;wmode=transparent\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-162717fcf9d\" data-value-type=\"percent\" wfd-id=\"329\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-162718bd0c0\" data-clip-id=\"a3b25e1c9221a\" wfd-id=\"389\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0875\"></polygon></clipPath><clipPath id=\"clip-tablet-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"6\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.1051\"></polygon></clipPath><clipPath id=\"clip-mobile-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"1\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0175\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-162718a3b40\" wfd-id=\"330\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622a159bcb\" wfd-id=\"331\">\n<div class=\"tve-content-box-background\" wfd-id=\"388\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"332\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621a2247ba\" wfd-id=\"383\"><h2 data-css=\"tve-u-1621a2e0d5b\">our services</h2></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16229f6175c\" wfd-id=\"356\"><div class=\"tcb-flex-row tcb-medium-no-wrap tcb--cols--3 v-2\" data-css=\"tve-u-162493a03b0\" wfd-id=\"357\"><div class=\"tcb-flex-col\" wfd-id=\"372\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1624939a960\" data-tcb_hover_state_parent=\"\" wfd-id=\"374\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-162493d5f13\" data-float=\"1\" wfd-id=\"382\"><svg class=\"tcb-icon\" viewBox=\"0 0 14 28\" data-name=\"bolt\">\n<path d=\"M13.828 8.844c0.172 0.187 0.219 0.453 0.109 0.688l-8.437 18.078c-0.125 0.234-0.375 0.391-0.656 0.391-0.063 0-0.141-0.016-0.219-0.031-0.344-0.109-0.547-0.438-0.469-0.766l3.078-12.625-6.344 1.578c-0.063 0.016-0.125 0.016-0.187 0.016-0.172 0-0.359-0.063-0.484-0.172-0.187-0.156-0.25-0.391-0.203-0.609l3.141-12.891c0.078-0.297 0.359-0.5 0.688-0.5h5.125c0.391 0 0.703 0.297 0.703 0.656 0 0.094-0.031 0.187-0.078 0.281l-2.672 7.234 6.188-1.531c0.063-0.016 0.125-0.031 0.187-0.031 0.203 0 0.391 0.094 0.531 0.234z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"378\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-162494b490e\" wfd-id=\"379\"><h4 data-css=\"tve-u-16249355087\" style=\"text-align: left;\">Express exterior</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162494b7ad0\" wfd-id=\"375\"><p data-css=\"tve-u-162492e70ad\">Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"365\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162493b6b63\" data-tcb_hover_state_parent=\"\" wfd-id=\"367\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b456a\" wfd-id=\"371\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"adjust\">\n<path d=\"M12 22.5v-17c-4.688 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"369\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1af44d\" wfd-id=\"370\"><h4 data-css=\"tve-u-16249358652\" style=\"text-align: left;\">Interior clean</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"368\"><p data-css=\"tve-u-162492e70ad\">Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"358\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16249373b25\" wfd-id=\"360\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b52d3\" wfd-id=\"364\"><svg class=\"tcb-icon\" viewBox=\"0 0 26 28\" data-name=\"umbrella\">\n<path d=\"M14 12.938v9.063c0 2.172-1.828 4-4 4s-4-1.828-4-4c0-0.547 0.453-1 1-1s1 0.453 1 1c0 1.047 0.953 2 2 2s2-0.953 2-2v-9.063c0.328-0.109 0.656-0.172 1-0.172s0.672 0.063 1 0.172zM26 13.359c0 0.266-0.234 0.5-0.5 0.5-0.141 0-0.25-0.063-0.359-0.156-0.906-0.844-1.75-1.437-3.047-1.437-1.484 0-2.766 0.922-3.609 2.094-0.187 0.266-0.328 0.547-0.5 0.812-0.109 0.172-0.234 0.266-0.438 0.266-0.219 0-0.344-0.094-0.453-0.266-0.172-0.266-0.313-0.547-0.5-0.812-0.844-1.172-2.109-2.094-3.594-2.094s-2.75 0.922-3.594 2.094c-0.187 0.266-0.328 0.547-0.5 0.812-0.109 0.172-0.234 0.266-0.453 0.266-0.203 0-0.328-0.094-0.438-0.266-0.172-0.266-0.313-0.547-0.5-0.812-0.844-1.172-2.125-2.094-3.609-2.094-1.297 0-2.141 0.594-3.047 1.437-0.109 0.094-0.219 0.156-0.359 0.156-0.266 0-0.5-0.234-0.5-0.5 0-0.047 0-0.078 0.016-0.109 1.437-5.906 7.141-9.25 12.984-9.25 5.812 0 11.578 3.344 12.984 9.25 0.016 0.031 0.016 0.063 0.016 0.109zM14 2v1.531c-0.328-0.016-0.672-0.031-1-0.031s-0.672 0.016-1 0.031v-1.531c0-0.547 0.453-1 1-1s1 0.453 1 1z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"362\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b01a6\" wfd-id=\"363\"><h4 data-css=\"tve-u-1624935a201\" style=\"text-align: left;\">Wax protection</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"361\"><p data-css=\"tve-u-162492e70ad\">Etiam pharetra, erat sed fermentum feugiat, velit mauris</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16249367114\" wfd-id=\"333\"><div class=\"tcb-flex-row tcb-medium-no-wrap tcb--cols--3 v-2\" data-css=\"tve-u-16229ffbb7b\" wfd-id=\"334\"><div class=\"tcb-flex-col\" wfd-id=\"349\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229fa6a26\" wfd-id=\"351\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b33f9\" wfd-id=\"355\"><svg class=\"tcb-icon\" viewBox=\"0 0 26 28\" data-name=\"magic\">\n<path d=\"M18.594 9.078l4.578-4.578-1.672-1.672-4.578 4.578zM25.578 4.5c0 0.266-0.094 0.516-0.281 0.703l-20.094 20.094c-0.187 0.187-0.438 0.281-0.703 0.281s-0.516-0.094-0.703-0.281l-3.094-3.094c-0.187-0.187-0.281-0.438-0.281-0.703s0.094-0.516 0.281-0.703l20.094-20.094c0.187-0.187 0.438-0.281 0.703-0.281s0.516 0.094 0.703 0.281l3.094 3.094c0.187 0.187 0.281 0.438 0.281 0.703zM4.469 1.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531zM9.938 4.062l3.063 0.938-3.063 0.938-0.938 3.063-0.938-3.063-3.063-0.938 3.063-0.938 0.938-3.063zM24.469 11.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531zM14.469 1.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"353\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b0a67\" wfd-id=\"354\"><h4 data-css=\"tve-u-16248fc42a1\" style=\"text-align: left;\">Dust &amp; Dash Console</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"352\"><p data-css=\"tve-u-162492e70ad\">Duis sed odio sit amet nibh vulputate cursus a sit amet mauris.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"342\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1622f65ba70\" wfd-id=\"344\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b60b4\" wfd-id=\"348\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"certificate\">\n<path d=\"M21.5 14l2.156 2.109c0.297 0.281 0.406 0.703 0.313 1.094-0.109 0.391-0.422 0.703-0.812 0.797l-2.938 0.75 0.828 2.906c0.109 0.391 0 0.812-0.297 1.094-0.281 0.297-0.703 0.406-1.094 0.297l-2.906-0.828-0.75 2.938c-0.094 0.391-0.406 0.703-0.797 0.812-0.094 0.016-0.203 0.031-0.297 0.031-0.297 0-0.594-0.125-0.797-0.344l-2.109-2.156-2.109 2.156c-0.281 0.297-0.703 0.406-1.094 0.313-0.406-0.109-0.703-0.422-0.797-0.812l-0.75-2.938-2.906 0.828c-0.391 0.109-0.812 0-1.094-0.297-0.297-0.281-0.406-0.703-0.297-1.094l0.828-2.906-2.938-0.75c-0.391-0.094-0.703-0.406-0.812-0.797-0.094-0.391 0.016-0.812 0.313-1.094l2.156-2.109-2.156-2.109c-0.297-0.281-0.406-0.703-0.313-1.094 0.109-0.391 0.422-0.703 0.812-0.797l2.938-0.75-0.828-2.906c-0.109-0.391 0-0.812 0.297-1.094 0.281-0.297 0.703-0.406 1.094-0.297l2.906 0.828 0.75-2.938c0.094-0.391 0.406-0.703 0.797-0.797 0.391-0.109 0.812 0 1.094 0.297l2.109 2.172 2.109-2.172c0.281-0.297 0.688-0.406 1.094-0.297 0.391 0.094 0.703 0.406 0.797 0.797l0.75 2.938 2.906-0.828c0.391-0.109 0.812 0 1.094 0.297 0.297 0.281 0.406 0.703 0.297 1.094l-0.828 2.906 2.938 0.75c0.391 0.094 0.703 0.406 0.812 0.797 0.094 0.391-0.016 0.812-0.313 1.094z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"346\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b12d8\" wfd-id=\"347\"><h4 data-css=\"tve-u-1625389a3d5\" style=\"text-align: left;\">Triple Foam Polish</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"345\"><p data-css=\"tve-u-162492e70ad\">Class aptent taciti sociosqu ad litora torquent</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"335\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229fa8c68\" wfd-id=\"337\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-16271adf6cf\" wfd-id=\"341\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"bullseye\">\n<path d=\"M16 14c0 2.203-1.797 4-4 4s-4-1.797-4-4 1.797-4 4-4 4 1.797 4 4zM18 14c0-3.313-2.688-6-6-6s-6 2.688-6 6 2.688 6 6 6 6-2.688 6-6zM20 14c0 4.422-3.578 8-8 8s-8-3.578-8-8 3.578-8 8-8 8 3.578 8 8zM22 14c0-5.516-4.484-10-10-10s-10 4.484-10 10 4.484 10 10 10 10-4.484 10-10zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"339\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-16248fc71c8\" wfd-id=\"340\"><h4 data-css=\"tve-u-1625389b4ed\" style=\"text-align: left;\">Tire dressing</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"338\"><p data-css=\"tve-u-162492e70ad\">Etiam pharetra, erat sed fermentum feugiat, velit mauris</p></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621ad46076\" wfd-id=\"297\">\n<div class=\"tve-page-section-out\" wfd-id=\"328\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621b072b4e\" wfd-id=\"298\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621a8b2488\" wfd-id=\"299\"><div class=\"tcb-flex-row tcb--cols--2 v-2\" data-css=\"tve-u-1621a8a804b\" wfd-id=\"300\"><div class=\"tcb-flex-col\" wfd-id=\"310\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16271bfe70c\" wfd-id=\"312\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h3\" data-css=\"tve-u-1621a8c4313\" wfd-id=\"327\"><h3><strong>Complete cleaning services for yoâ€‹ur car</strong></h3></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-16417b70f47\" wfd-id=\"313\"><ul class=\"tcb-styled-list\" wfd-id=\"314\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621acf0289\" wfd-id=\"323\"><div class=\"tcb-styled-list-icon\" wfd-id=\"325\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a8e11f3\" wfd-id=\"326\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ace1b08\" wfd-id=\"324\">We are a small business delivering professional cleaning services for all vehicles</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621acf64fb\" wfd-id=\"319\"><div class=\"tcb-styled-list-icon\" wfd-id=\"321\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a8e5625\" wfd-id=\"322\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ace4de9\" wfd-id=\"320\">Our services are convenient for individuals and corporate fleets</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"315\"><div class=\"tcb-styled-list-icon\" wfd-id=\"317\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a9076ef\" wfd-id=\"318\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621acf47d2\" wfd-id=\"316\">We use eco-friendly products that actually clean, protect and maintain your car better than the traditional cleaning substances</span></li></ul></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"301\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621a90a46f\" wfd-id=\"303\"><div class=\"thrv_wrapper thrv-fill-counter tve_red tve_normalfc thrv_data_element\" data-css=\"tve-u-1621a983587\" wfd-id=\"304\">\n<div class=\"tve_fill_counter_n\" style=\"\" data-fill=\"100\" data-css=\"tve-u-1621a98b602\" wfd-id=\"305\">\n<svg viewBox=\"0 0 170 170\" class=\"tve_fill_counter_circle\" shape-rendering=\"optimizeSpeed\" data-css=\"tve-u-1621a9a2862\">\n<circle class=\"tve_fill_counter_circle_inner\" r=\"85\" cx=\"85\" cy=\"85\" data-css=\"tve-u-1621a9685d4\"></circle>\n</svg>\n<div class=\"tve_fill_text_in\" data-css=\"tve-u-1621a96b190\" wfd-id=\"306\">\n<div class=\"tve_fill_text_value\" data-css=\"tve-u-1621a9a2866\" wfd-id=\"308\">\n<div class=\"thrv-inline-text tve_fill_text tve_editable\" data-css=\"tve-u-1621a9a2867\" wfd-id=\"309\"><strong>100%â€‹</strong></div>\n</div>\n<div class=\"thrv-inline-text tve_editable tve_data_element_label\" data-css=\"tve-u-1621a9750ae\" wfd-id=\"307\">Clean car</div>\n</div>\n</div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621ada1e7f\" data-value-type=\"percent\" wfd-id=\"261\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621adba9ef\" data-clip-id=\"52d5a36c151aa\" wfd-id=\"296\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-52d5a36c151aa\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0875\"></polygon></clipPath><clipPath id=\"clip-tablet-top-52d5a36c151aa\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0524\"></polygon></clipPath><clipPath id=\"clip-mobile-top-52d5a36c151aa\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0349\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621ad420c4\" wfd-id=\"262\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621ade6172\" wfd-id=\"263\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2 tcb-row-reversed-mobile tcb-mobile-edit v-2\" data-css=\"tve-u-1621adea58b\" wfd-id=\"264\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621b064646\" style=\"\" wfd-id=\"290\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ae0bec7\" wfd-id=\"292\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ae4fd21\" data-value-type=\"percent\" data-float=\"1\" wfd-id=\"293\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621ae6c8da\" data-clip-id=\"aa2c3e3c70555\" wfd-id=\"295\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0349\"></polygon></clipPath><clipPath id=\"clip-tablet-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"4\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0699\"></polygon></clipPath><clipPath id=\"clip-mobile-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"4\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0699\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb\" data-css=\"tve-u-1621ae4db6e\" wfd-id=\"294\"></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621b064668\" style=\"\" wfd-id=\"265\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621f45bed3\" wfd-id=\"267\"><div class=\"tcb-clear\" data-css=\"tve-u-16224848ee5\" wfd-id=\"288\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621afceb00\" wfd-id=\"289\"><h2 data-css=\"tve-u-1621afcc0bf\">Check Out Our Special Offer!</h2></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621afda4fa\" wfd-id=\"287\"><p data-css=\"tve-u-1621afd8c98\">Donâ€™t miss the opportunity to get 50% discount on a complete cleaning just by recommending us to a friend. Bring someone you know with you and clean you car half price!</p></div><div class=\"tcb-clear\" data-css=\"tve-u-16224834cab\" wfd-id=\"268\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621fe85996\" wfd-id=\"269\"><div class=\"tcb-flex-row tcb--cols--2 tcb-resized tcb-medium-wrap tcb-desktop-wrap\" data-css=\"tve-u-1621fe78878\" wfd-id=\"270\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621fe94086\" style=\"\" wfd-id=\"278\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"280\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621b01355a\" wfd-id=\"281\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621b08fdde\" data-tcb_hover_state_parent=\"1\" wfd-id=\"286\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16223f02c16\" wfd-id=\"282\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-1620af7eb3f\" data-tcb_hover_state_parent=\"\" data-button-style=\"full_rounded\" wfd-id=\"283\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"284\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-16228c75500\" wfd-id=\"285\"><strong>Request an appointment</strong></span></span>\n</a>\n</div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621fe940b9\" style=\"\" wfd-id=\"271\"><div class=\"tcb-col\" wfd-id=\"273\"><div class=\"tcb-clear\" data-css=\"tve-u-16224716d62\" wfd-id=\"274\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-1621b028939\" data-tcb_hover_state_parent=\"\" data-button-style=\"ghost\" wfd-id=\"275\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"276\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-16228c764b2\" wfd-id=\"277\"><strong>Call Now: 0400-700-682</strong></span></span>\n</a>\n</div></div></div></div></div></div></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16260ba2fa4\" wfd-id=\"168\">\n<div class=\"tve-page-section-out\" wfd-id=\"260\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16260be7104\" wfd-id=\"169\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621b0e4fb7\" wfd-id=\"259\"><h2 data-css=\"tve-u-1621b10fccf\" style=\"text-align: center;\">our happy clients</h2></div><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641367127b\" data-float=\"1\" wfd-id=\"258\"><svg class=\"tcb-icon\" viewBox=\"0 0 30 32\" data-name=\"quote-left\">\n<path d=\"M13.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429zM29.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641367e553\" wfd-id=\"257\"><svg class=\"tcb-icon\" viewBox=\"0 0 30 32\" data-name=\"quote-left\">\n<path d=\"M13.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429zM29.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a10d3b4\" wfd-id=\"228\">\n<div class=\"tve-content-box-background\" wfd-id=\"256\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"229\"><div class=\"tcb-clear\" data-css=\"tve-u-1621b300a64\" wfd-id=\"254\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-1621f154231\" wfd-id=\"255\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621b200375\" wfd-id=\"232\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-16260d8392c\" wfd-id=\"233\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"238\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"240\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16417b62c09\" wfd-id=\"241\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-16260d8396c\" wfd-id=\"242\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16260d01208\" style=\"\" wfd-id=\"248\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"250\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"251\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16225617da3\" wfd-id=\"253\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"252\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16260d0120e\" style=\"\" wfd-id=\"243\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"245\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"247\"><h5>Brett Graham, 28</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"246\"><h6 class=\"\">Architect</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"234\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"236\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"237\"><p data-css=\"tve-u-162539c17ec\">Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit. Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit.&nbsp;</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-16260c5ff0c\" wfd-id=\"230\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260c5ff07\" wfd-id=\"231\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a12f675\" wfd-id=\"199\">\n<div class=\"tve-content-box-background\" wfd-id=\"227\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"200\"><div class=\"tcb-clear\" data-css=\"tve-u-16260cd7683\" wfd-id=\"225\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260d73672\" wfd-id=\"226\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16260da3aa7\" wfd-id=\"203\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-1621fb68b97\" wfd-id=\"204\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"209\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"211\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16417b662bf\" wfd-id=\"212\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-1621fb65556\" wfd-id=\"213\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16229915e1a\" style=\"\" wfd-id=\"219\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"221\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"222\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16260c433e9\" wfd-id=\"224\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"223\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16229915e4e\" style=\"\" wfd-id=\"214\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"216\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"218\"><h5>Rosie Hanson, 24</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"217\"><h6 class=\"\">Real estate Associate</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"205\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"207\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"208\"><p data-css=\"tve-u-162539c17ec\">Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo.</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-16260d3b97e\" wfd-id=\"201\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260d39b83\" wfd-id=\"202\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a146aef\" wfd-id=\"170\">\n<div class=\"tve-content-box-background\" wfd-id=\"198\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"171\"><div class=\"tcb-clear\" data-css=\"tve-u-16260cd7683\" wfd-id=\"196\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260cd622f\" wfd-id=\"197\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16260c39a7e\" wfd-id=\"174\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-16260d3f4aa\" wfd-id=\"175\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"180\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"182\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621fbacc60\" wfd-id=\"183\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-16260d3f4af\" wfd-id=\"184\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16229915e1a\" style=\"\" wfd-id=\"190\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"192\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"193\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16260d5e4b8\" wfd-id=\"195\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"194\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16229915e4e\" style=\"\" wfd-id=\"185\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"187\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"189\"><h5>Shawn Mattews, 35</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"188\"><h6 class=\"\">project manager</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"176\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"178\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"179\"><p data-css=\"tve-u-162539c17ec\">Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo. Nullam ac urna eu felis.Sed non neque elit. Sed ut imperdiet nisi. Proin condimentum</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1621b30ca74\" wfd-id=\"172\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-1621f15b521\" wfd-id=\"173\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621b3c8c52\" wfd-id=\"64\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621b3cfc7b\" wfd-id=\"167\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621b3c74d9\" wfd-id=\"65\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621e7b695a\" wfd-id=\"166\"><h2 data-css=\"tve-u-1621e7a7350\" style=\"text-align: center;\">our offers</h2></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621e7c899a\" wfd-id=\"66\"><div class=\"tcb-flex-row tcb--cols--3 tcb-medium-wrap v-2\" data-css=\"tve-u-1621e7c7aa1\" wfd-id=\"67\"><div class=\"tcb-flex-col\" wfd-id=\"130\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16223fc9f23\" wfd-id=\"132\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e7ceab3\" style=\"\" wfd-id=\"133\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16416e4fafd\" wfd-id=\"165\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e7d5094\" wfd-id=\"134\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e7e9950\" data-value-type=\"percent\" style=\"\" wfd-id=\"161\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e7edfd9\" data-clip-id=\"10ffac3b28f1d\" wfd-id=\"164\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-10ffac3b28f1d\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-10ffac3b28f1d\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e7e6c1d\" wfd-id=\"162\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-16417b4cb9e\" wfd-id=\"163\"><h4 data-css=\"tve-u-1621fe1a1af\" style=\"text-align: center;\"><strong>Basic Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ec6c39b\" data-float=\"1\" wfd-id=\"157\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e81f424\" wfd-id=\"160\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec752da\" wfd-id=\"158\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"159\"><h4 data-css=\"tve-u-1621fe1bd18\" style=\"text-align: center;\"><strong>15$</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621ea50702\" wfd-id=\"135\"><ul class=\"tcb-styled-list\" wfd-id=\"136\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec3a5c0\" wfd-id=\"153\"><div class=\"tcb-styled-list-icon\" wfd-id=\"155\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec204df\" wfd-id=\"156\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec241aa\" wfd-id=\"154\">Interior vacuum</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"149\"><div class=\"tcb-styled-list-icon\" wfd-id=\"151\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec20f68\" wfd-id=\"152\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec2704c\" wfd-id=\"150\">Dust &amp;dash console</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec42aa7\" wfd-id=\"145\"><div class=\"tcb-styled-list-icon\" wfd-id=\"147\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec21a31\" wfd-id=\"148\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec298ab\" wfd-id=\"146\">Hand towel dry</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec43fe2\" wfd-id=\"141\"><div class=\"tcb-styled-list-icon\" wfd-id=\"143\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ea1fba7\" wfd-id=\"144\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea23322\" wfd-id=\"142\">Clean windows</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec454d9\" wfd-id=\"137\"><div class=\"tcb-styled-list-icon\" wfd-id=\"139\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ea295c0\" wfd-id=\"140\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea2c69a\" wfd-id=\"138\">Soft cloth wash</span></li></ul></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"99\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"101\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621eb81205\" style=\"\" wfd-id=\"102\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16416e603ab\" wfd-id=\"129\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621eb7ccb0\" wfd-id=\"103\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ebbbb6d\" data-value-type=\"percent\" wfd-id=\"125\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eaaedd8\" data-clip-id=\"a2b9cf3198d6f\" wfd-id=\"128\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-a2b9cf3198d6f\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-a2b9cf3198d6f\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec7f21a\" wfd-id=\"126\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e930bd7\" wfd-id=\"127\"><h4 data-css=\"tve-u-1621e92e97f\" style=\"text-align: center;\"><strong>Ultimate Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ec78d2c\" data-float=\"1\" wfd-id=\"121\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eab272c\" wfd-id=\"124\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec79a7d\" wfd-id=\"122\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"123\"><h4 data-css=\"tve-u-1621e942b65\" style=\"text-align: center;\"><strong>22 $</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621ebfa746\" wfd-id=\"118\"><p data-css=\"tve-u-1621f4ceaf6\" style=\"text-align: center;\">Includes basic service <span data-css=\"tve-u-1621f4ceaf7\" style=\"color: rgb(15, 29, 123);\" wfd-id=\"119\"><strong class=\"\"><span data-css=\"tve-u-1621f4ceafb\" wfd-id=\"120\">+</span></strong></span></p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621ebf340c\" wfd-id=\"104\"><ul class=\"tcb-styled-list\" wfd-id=\"105\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-164137a0b1f\" wfd-id=\"114\"><div class=\"tcb-styled-list-icon\" wfd-id=\"116\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec0c5bd\" wfd-id=\"117\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ebfe4ce\" wfd-id=\"115\">Triple foam conditiner</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec04541\" wfd-id=\"110\"><div class=\"tcb-styled-list-icon\" wfd-id=\"112\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec09a3c\" wfd-id=\"113\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ebff867\" wfd-id=\"111\">Tire dressing</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec05cc3\" wfd-id=\"106\"><div class=\"tcb-styled-list-icon\" wfd-id=\"108\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec15f6e\" wfd-id=\"109\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec009a8\" wfd-id=\"107\">Air freshner</span></li></ul></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"68\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16223dad661\" wfd-id=\"70\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621fd9c946\" style=\"\" wfd-id=\"71\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e7d234c\" wfd-id=\"98\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621fd84d7b\" wfd-id=\"72\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16223b080b0\" data-value-type=\"percent\" wfd-id=\"94\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eb3eb9f\" data-clip-id=\"ac98bb0e54b3b\" wfd-id=\"97\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621fd8766c\" wfd-id=\"95\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e930bd7\" wfd-id=\"96\"><h4 data-css=\"tve-u-1621fe1587d\" style=\"text-align: center;\"><strong>Supreme Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e8107f3\" wfd-id=\"90\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eb43d8d\" wfd-id=\"93\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e819c52\" wfd-id=\"91\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"92\"><h4 data-css=\"tve-u-1621fe1725e\" style=\"text-align: center;\"><strong>30 $</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621eb037bb\" wfd-id=\"87\"><p data-css=\"tve-u-1621f4d0451\" style=\"text-align: center;\">Includes ultimate service <span data-css=\"tve-u-1621eaff572\" style=\"color: rgb(15, 29, 123);\" wfd-id=\"88\"><strong class=\"\"><span data-css=\"tve-u-1621eb01b60\" wfd-id=\"89\">+</span></strong></span></p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621eacf6af\" wfd-id=\"73\"><ul class=\"tcb-styled-list\" wfd-id=\"74\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec36a4d\" wfd-id=\"83\"><div class=\"tcb-styled-list-icon\" wfd-id=\"85\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e9993aa\" wfd-id=\"86\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea1a5d7\" wfd-id=\"84\">Exterior trim dressing</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"79\"><div class=\"tcb-styled-list-icon\" wfd-id=\"81\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e99b1db\" wfd-id=\"82\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea19a06\" wfd-id=\"80\">Hand applied spray wax</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec37ea5\" wfd-id=\"75\"><div class=\"tcb-styled-list-icon\" wfd-id=\"77\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e99c314\" wfd-id=\"78\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea18c5d\" wfd-id=\"76\">Interior conditioner</span></li></ul></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621efddaaf\" wfd-id=\"43\">\n<div class=\"tve-page-section-out\" wfd-id=\"63\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621edf8048\" wfd-id=\"44\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621f114214\" wfd-id=\"45\"><div class=\"tcb-flex-row tcb-resized tcb-mobile-edit tcb--cols--2\" data-css=\"tve-u-1621ee03000\" wfd-id=\"46\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621ee4be21\" style=\"\" wfd-id=\"51\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ee093d4\" wfd-id=\"53\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ee3afec\" wfd-id=\"57\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621ee58e74\" wfd-id=\"62\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ee37f4a\" wfd-id=\"58\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1621ee74a24\" wfd-id=\"61\"><svg class=\"tcb-icon\" viewBox=\"0 0 16 28\" data-name=\"map-marker\">\n<path d=\"M12 10c0-2.203-1.797-4-4-4s-4 1.797-4 4 1.797 4 4 4 4-1.797 4-4zM16 10c0 0.953-0.109 1.937-0.516 2.797l-5.688 12.094c-0.328 0.688-1.047 1.109-1.797 1.109s-1.469-0.422-1.781-1.109l-5.703-12.094c-0.406-0.859-0.516-1.844-0.516-2.797 0-4.422 3.578-8 8-8s8 3.578 8 8z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621ee63e1c\" wfd-id=\"60\"><h2 data-css=\"tve-u-1621fdcb4ea\" style=\"text-align: center;\">contact us</h2></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16422a1ce91\" wfd-id=\"59\"><p data-css=\"tve-u-16422a1ce94\" style=\"text-align: left;\">Your adress goes here</p><p data-css=\"tve-u-16422a1ce93\" style=\"text-align: left;\">Phone: 0400 - 700 - 682</p><p data-css=\"tve-u-16422a1ce92\" style=\"text-align: left;\">Email: our_office@gmail.com</p></div></div>\n</div><div class=\"tcb-clear\" data-css=\"tve-u-16417c828be\" wfd-id=\"54\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_slide_left\" data-css=\"tve-u-1621ef118dc\" style=\"\" wfd-id=\"55\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"56\"><img class=\"tve_image tve_evt_manager_listen tve_et_tve-viewport wp-image-21388\" alt=\"\" width=\"567\" height=\"384\" title=\"Car wash img footer\" data-id=\"21388\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-img-footer.png\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_left&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" style=\"width: 100%;\"></span></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621ee4be73\" style=\"\" wfd-id=\"47\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ee22c43\" wfd-id=\"49\"><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-1621ee18a1c\" wfd-id=\"50\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=New York&amp;t=m&amp;z=5&amp;output=embed&amp;iwloc=near\"></iframe>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621f0aa8f7\" wfd-id=\"30\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621f0ada0e\" wfd-id=\"42\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621f0b0088\" wfd-id=\"31\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621f0d2c1a\" wfd-id=\"32\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-1621f0cbe40\" wfd-id=\"33\"><div class=\"tcb-flex-col\" wfd-id=\"38\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"40\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621f0da775\" wfd-id=\"41\"><p data-css=\"tve-u-1622444fb11\">Â© 2018, Your company name . All rights reserved.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"34\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"36\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16223fe5f5b\" wfd-id=\"37\"><p data-css=\"tve-u-1621f0d874c\" style=\"text-align: right;\">Made with <a href=\"https://thrivethemes.com/\" target=\"_blank\">Thrive Architect</a></p></div></div></div></div></div></div>\n</div>\n\n'),(6692,557,'tve_revision_tve_content_more_found',''),(6693,557,'tve_revision_tve_save_post',''),(6694,557,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Merriweather:400,700&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Special+Elite:400&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Poppins:400,800,900,300,700,&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Monda:400,700,&subset=latin\");@media (min-width: 300px){.tcb-plain-text { font-family: Monda; font-weight: 400; font-size: 14px; }#tve_editor [data-css=\"tve-u-1621b072b4e\"] p, #tve_editor [data-css=\"tve-u-1621b072b4e\"] li, #tve_editor [data-css=\"tve-u-1621b072b4e\"] blockquote, #tve_editor [data-css=\"tve-u-1621b072b4e\"] address, #tve_editor [data-css=\"tve-u-1621b072b4e\"] .tcb-plain-text, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h1, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h2, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h3, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h4, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h5, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h6 { color: rgb(18, 18, 18); }[data-css=\"tve-u-16417c828be\"]::after { clear: both; }[data-css=\"tve-u-1621fe78878\"] .tcb-flex-col { flex-basis: 160px !important; }[data-css=\"tve-u-16417b70f47\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1641791de3b\"]::after { clear: both; }[data-css=\"tve-u-1641791ce1a\"]::after { clear: both; }#tve_editor [data-css=\"tve-u-1621fdcb4ea\"] { color: rgb(15, 29, 123) !important; }#tve_editor [data-css=\"tve-u-1641367127b\"] > :first-child { color: rgb(15, 29, 123); }[data-css=\"tve-u-1641367127b\"] { font-size: 60px; float: none; box-shadow: none; position: relative; z-index: 5; margin: 0px auto !important; }#tve_editor [data-css=\"tve-u-1641333d7d1\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-162717cb617\"] > .tcb-flex-col { padding-left: 0px; }#tve_editor [data-css=\"tve-u-16413112747\"] { color: rgba(255, 255, 255, 0.85) !important; }[data-css=\"tve-u-16413111ba3\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-16369305186\"] > .tve-cb { display: block; }#tve_editor [data-css=\"tve-u-162717cb609\"] p, #tve_editor [data-css=\"tve-u-162717cb609\"] li, #tve_editor [data-css=\"tve-u-162717cb609\"] blockquote, #tve_editor [data-css=\"tve-u-162717cb609\"] address, #tve_editor [data-css=\"tve-u-162717cb609\"] h1, #tve_editor [data-css=\"tve-u-162717cb609\"] h2, #tve_editor [data-css=\"tve-u-162717cb609\"] h3, #tve_editor [data-css=\"tve-u-162717cb609\"] h4, #tve_editor [data-css=\"tve-u-162717cb609\"] h5, #tve_editor [data-css=\"tve-u-162717cb609\"] h6 { color: rgb(255, 255, 255); }[data-css=\"tve-u-16369305186\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-162717cb621\"] .tve-page-section-in { display: flex; justify-content: center; flex-direction: column; }[data-css=\"tve-u-162717fcf9d\"] .tve-page-section-in { display: block; }[data-css=\"tve-u-1628a146aef\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1628a12f675\"] { padding: 0px !important; margin: 0px 0px 60px !important; }[data-css=\"tve-u-1628a10d3b4\"] { max-width: 100%; padding: 0px !important; margin: 0px 0px 60px !important; }[data-css=\"tve-u-16271ca808e\"] { color: rgb(0, 229, 255) !important; }#tve_editor [data-css=\"tve-u-162717cb618\"] p, #tve_editor [data-css=\"tve-u-162717cb618\"] li, #tve_editor [data-css=\"tve-u-162717cb618\"] blockquote, #tve_editor [data-css=\"tve-u-162717cb618\"] address, #tve_editor [data-css=\"tve-u-162717cb618\"] h1, #tve_editor [data-css=\"tve-u-162717cb618\"] h2, #tve_editor [data-css=\"tve-u-162717cb618\"] h3, #tve_editor [data-css=\"tve-u-162717cb618\"] h4, #tve_editor [data-css=\"tve-u-162717cb618\"] h5, #tve_editor [data-css=\"tve-u-162717cb618\"] h6 { color: rgb(0, 229, 255); }[data-css=\"tve-u-162718bd0c0\"] { clip-path: url(\"#clip-top-a3b25e1c9221a\"); -webkit-clip-path: url(\"#clip-top-a3b25e1c9221a\");  }[data-css=\"tve-u-162718a3b40\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-162717fcf9d\"] { z-index: 5; padding: 170px 40px 0px !important; margin-top: -80px !important; }[data-css=\"tve-u-16260cd622f\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-16260cd7683\"]::after { clear: both; }[data-css=\"tve-u-16260cd622f\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin-top: 0px !important; margin-bottom: -1px !important; }[data-css=\"tve-u-16260be7104\"] { max-width: 1200px; }[data-css=\"tve-u-16260ba2fa4\"] { padding: 100px 40px !important; }[data-css=\"tve-u-162539c17ec\"] { line-height: 1.6em !important; }#tve_editor [data-css=\"tve-u-162493b6b63\"]:hover { background-color: rgb(248, 249, 251) !important; }#tve_editor [data-css=\"tve-u-1624939a960\"]:hover { background-color: rgb(248, 249, 251) !important; background-image: none !important; }#tve_editor [data-css=\"tve-u-162492e70ad\"] { color: rgb(137, 141, 167) !important; }[data-css=\"tve-u-162492815ba\"] { padding: 0px !important; margin-top: 25px !important; }[data-css=\"tve-u-162491e8e1f\"]::after { clear: both; }[data-css=\"tve-u-1622f65ba70\"] { border: none; background-image: none !important; padding: 0px 30px 30px !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-1622a159bcb\"] { max-width: 100%; float: none; z-index: 6; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; margin-top: 0px !important; }[data-css=\"tve-u-16229915e4e\"] { max-width: 62.8%; }[data-css=\"tve-u-16229915e1a\"] { max-width: 37.2%; }[data-css=\"tve-u-16225617da3\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-Brett.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16225611edb\"] { min-height: 127px; }[data-css=\"tve-u-1622561121b\"] { max-width: 127px; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-16224848ee5\"]::after { clear: both; }[data-css=\"tve-u-16224834cab\"]::after { clear: both; }[data-css=\"tve-u-1621ee3afec\"] > .tve-cb { display: block; }[data-css=\"tve-u-1621fe78878\"] > .tcb-flex-col { padding-left: 5px; }[data-css=\"tve-u-1621fe940b9\"] { max-width: 50%; }[data-css=\"tve-u-1621fe94086\"] { max-width: 50%; }[data-css=\"tve-u-1621fe85996\"] { max-width: 585px; float: left; z-index: 3; position: relative; width: 100%; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621fe78878\"] > .tcb-flex-col > .tcb-col { min-height: 65px; justify-content: center; }[data-css=\"tve-u-1621fe78878\"] { min-height: inherit; margin-left: -5px; padding: 0px !important; flex-wrap: wrap !important; }#tve_editor [data-css=\"tve-u-1621f4d0451\"] { font-size: 20px !important; }#tve_editor [data-css=\"tve-u-1621f4ceaf6\"] { font-size: 20px !important; color: rgb(12, 12, 12) !important; }[data-css=\"tve-u-1621f45bed3\"] { padding: 0px !important; }[data-css=\"tve-u-1621f114214\"] { float: none; max-width: 100%; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621f0da775\"] { padding: 0px !important; }#tve_editor [data-css=\"tve-u-1621f0d874c\"] { letter-spacing: 1px; color: rgb(137, 141, 167) !important; font-size: 14px !important; }[data-css=\"tve-u-1621f0d2c1a\"] { max-width: 100%; margin-left: 60px !important; margin-right: 60px !important; }[data-css=\"tve-u-1621f0aa8f7\"] .tve-page-section-in { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621f0cbe40\"] { margin-left: 0px; padding: 0px !important; }[data-css=\"tve-u-1621f0cbe40\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-1621f0b0088\"] { max-width: 100%; min-height: 140px !important; }[data-css=\"tve-u-1621f0ada0e\"] { background-image: linear-gradient(rgb(22, 22, 24), rgb(22, 22, 24)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1621f0aa8f7\"] { padding: 0px !important; }[data-css=\"tve-u-1621efddaaf\"] { padding: 0px !important; }[data-css=\"tve-u-1621ef118dc\"] { width: 567px; position: relative; right: -50px; top: -104px; float: right; z-index: 3; margin-top: 0px !important; margin-bottom: 0px !important; padding-left: 0px !important; }#tve_editor [data-css=\"tve-u-1621ee74a24\"] > :first-child { color: rgb(15, 29, 123); }[data-css=\"tve-u-1621ee74a24\"] { font-size: 60px; float: none; z-index: 3; position: relative; margin: 0px auto 10px !important; padding-top: 0px !important; }[data-css=\"tve-u-1621ee63e1c\"] { float: none; z-index: 3; position: relative; max-width: none; width: 100%; padding: 0px !important; margin: 0px auto 30px !important; }[data-css=\"tve-u-1621ee58e74\"] { background-color: rgb(224, 226, 236) !important; }[data-css=\"tve-u-1621ee4be73\"] { max-width: 61%; }[data-css=\"tve-u-1621ee4be21\"] { max-width: 39%; }[data-css=\"tve-u-1621ee3afec\"] { padding: 60px 0px 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621ee37f4a\"] { min-height: 380px; }[data-css=\"tve-u-1621ee22c43\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding-top: 0px !important; padding-left: 0px !important; }[data-css=\"tve-u-1621ee18a1c\"] { margin: 80px 0px 0px 122px !important; }[data-css=\"tve-u-1621ee093d4\"] { margin-top: 0px !important; }[data-css=\"tve-u-1621ee03000\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1621ee03000\"] { margin-left: 0px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-1621ee03000\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-1621edf8048\"] { max-width: 100%; min-height: 1px !important; }[data-css=\"tve-u-1621ec454d9\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec43fe2\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec42aa7\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec3a5c0\"] { margin-top: 0px !important; margin-bottom: 10px !important; }[data-css=\"tve-u-1621ec37ea5\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec36a4d\"] { margin-bottom: 10px !important; }[data-css=\"tve-u-1621ea18c5d\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ea19a06\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ea1a5d7\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ea2c69a\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ea23322\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ec298ab\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ec2704c\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ec241aa\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ec05cc3\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec04541\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec009a8\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ebff867\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ebfe4ce\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621eb037bb\"] { padding: 0px !important; margin-top: 0px !important; margin-bottom: 30px !important; }[data-css=\"tve-u-1621eaff572\"] { color: rgb(15, 29, 123) !important; }[data-css=\"tve-u-1621ea50702\"] { max-width: 230px; float: none; z-index: 3; position: relative; width: 100%; padding: 0px !important; margin: 0px auto !important; }#tve_editor [data-css=\"tve-u-1621ea2c69a\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ea295c0\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ea295c0\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ea1fba7\"] > :first-child { color: rgb(137, 141, 167); }#tve_editor [data-css=\"tve-u-1621ea23322\"] { font-size: 16px !important; }[data-css=\"tve-u-1621ea1fba7\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }[data-css=\"tve-u-1621e99c314\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }[data-css=\"tve-u-1621e99b1db\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }[data-css=\"tve-u-1621e9993aa\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ea1a5d7\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ea19a06\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ea18c5d\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621e99c314\"] > :first-child { color: rgb(137, 141, 167); }#tve_editor [data-css=\"tve-u-1621e99b1db\"] > :first-child { color: rgb(137, 141, 167); }#tve_editor [data-css=\"tve-u-1621e9993aa\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621e8107f3\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621e942b65\"] strong { font-weight: 800; }[data-css=\"tve-u-1621e7e9950\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621e930bd7\"] { padding: 0px 0px 50px !important; }#tve_editor [data-css=\"tve-u-1621e92e97f\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1621e81f424\"] { border-radius: 200px; overflow: hidden; background-image: none !important; border: 3px solid rgb(255, 255, 255) !important; background-color: rgb(144, 147, 168) !important; }[data-css=\"tve-u-1621e819c52\"] { min-height: 110px; }[data-css=\"tve-u-1621e8107f3\"] { float: none; max-width: 110px; z-index: 4; padding: 0px !important; margin: -60px auto 30px !important; }[data-css=\"tve-u-1621e7edfd9\"] { clip-path: url(\"#clip-bottom-10ffac3b28f1d\"); -webkit-clip-path: url(\"#clip-bottom-10ffac3b28f1d\");  background-image: none !important; background-color: rgb(144, 147, 168) !important; }[data-css=\"tve-u-1621e7e9950\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1621e7e6c1d\"] { min-height: 150px; }[data-css=\"tve-u-1621e7c7aa1\"] > .tcb-flex-col { padding-left: 60px; }[data-css=\"tve-u-1621e7d5094\"] { min-height: 480px; }[data-css=\"tve-u-1621e7d234c\"] { box-shadow: rgba(0, 0, 0, 0.02) 0px 2px 22px 0px; background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1621e7ceab3\"] { float: none; width: 100%; padding: 0px 0px 20px !important; margin: 0px auto !important; }[data-css=\"tve-u-1621e7c899a\"] { float: none; max-width: 100%; margin: 0px auto !important; }[data-css=\"tve-u-1621e7c7aa1\"] { margin-left: -60px; padding: 0px !important; }[data-css=\"tve-u-1621e7b695a\"] { padding: 0px !important; margin-bottom: 100px !important; }#tve_editor [data-css=\"tve-u-1621e7a7350\"] { color: rgb(15, 29, 123) !important; }[data-css=\"tve-u-1621b3cfc7b\"] { filter: blur(0px); opacity: 1; background-image: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(220, 224, 246) 38%) !important; background-color: rgb(212, 212, 212) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1621b3c8c52\"] { padding: 100px 40px !important; }[data-css=\"tve-u-1621b3c74d9\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-1621b300a64\"]::after { clear: both; }[data-css=\"tve-u-1621b24a89d\"] { padding: 0px !important; }[data-css=\"tve-u-1621b22a018\"] { background-image: none !important; padding: 0px !important; }[data-css=\"tve-u-1621b200375\"] { float: none; max-width: 100%; border-left: 1px solid rgba(15, 29, 123, 0.7); border-right: 1px solid rgba(15, 29, 123, 0.7); background-color: rgb(248, 249, 251) !important; margin: 0px auto !important; }[data-css=\"tve-u-1621b10fccf\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621b0e4fb7\"] { border-right: none; max-width: 100%; padding: 0px !important; margin-bottom: 40px !important; margin-right: 0px !important; }[data-css=\"tve-u-1621b072b4e\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-1621b064668\"] { max-width: 52%; }[data-css=\"tve-u-1621b064646\"] { max-width: 48%; }[data-css=\"tve-u-1621afda4fa\"] { max-width: none; padding: 0px !important; margin-bottom: 40px !important; }#tve_editor [data-css=\"tve-u-1621afd8c98\"] { color: rgb(255, 255, 255) !important; font-size: 20px !important; }[data-css=\"tve-u-1621afceb00\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 80%; padding: 0px !important; margin-bottom: 50px !important; }#tve_editor [data-css=\"tve-u-1621afcc0bf\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1621a8a804b\"] > .tcb-flex-col { padding-left: 60px; }[data-css=\"tve-u-1621ae6c8da\"] { clip-path: url(\"#clip-top-aa2c3e3c70555\"); -webkit-clip-path: url(\"#clip-top-aa2c3e3c70555\");  background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-Cta-2.jpg\") !important; background-size: cover !important; background-position: 0% 100% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1621ae4fd21\"] { max-width: 100%; top: -70px; z-index: 5; left: -60px; position: relative !important; padding: 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-1621ae4db6e\"] { min-height: 524px; }[data-css=\"tve-u-1621ada1e7f\"] .tve-page-section-in { display: flex; flex-direction: column; justify-content: center; }[data-css=\"tve-u-1621adea58b\"] > .tcb-flex-col > .tcb-col { min-height: 1px; justify-content: center; }[data-css=\"tve-u-1621ae0bec7\"] { height: calc(100% - -22px); background-image: linear-gradient(rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.14)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; margin-left: 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621adea58b\"] > .tcb-flex-col { padding-left: 50px; }[data-css=\"tve-u-1621adea58b\"] { margin-left: -50px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-1621ade6172\"] { max-width: 100%; float: none; width: 100%; margin: 0px auto !important; }[data-css=\"tve-u-1621adba9ef\"] { clip-path: url(\"#clip-top-52d5a36c151aa\"); -webkit-clip-path: url(\"#clip-top-52d5a36c151aa\");  background-image: linear-gradient(rgba(15, 29, 123, 0.65), rgba(15, 29, 123, 0.65)), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-cta-bg.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-1621ada1e7f\"] { padding: 0px 40px !important; }[data-css=\"tve-u-1621ad46076\"] { padding: 100px 40px !important; margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1621ad420c4\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-1621a9076ef\"] { padding-top: 2px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-1621acf64fb\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621acf47d2\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1621acf0289\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621a8e11f3\"] { padding-top: 2px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-1621a8e5625\"] { padding-top: 2px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-1621ace4de9\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1621ace1b08\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1621a9a2867\"] strong { font-weight: 700; }#tve_editor [data-css=\"tve-u-1621a9a2867\"] { font-weight: 300; color: rgb(15, 29, 123) !important; font-family: Poppins !important; }[data-css=\"tve-u-1621a9750ae\"] { font-size: 18.36px !important; line-height: 18.36px !important; }[data-css=\"tve-u-1621a9a2867\"] { font-size: 64.8px !important; line-height: 64.8px !important; }[data-css=\"tve-u-1621a9a2866\"] { margin-top: 54px !important; }[data-css=\"tve-u-1621a9a2862\"] { width: 216px !important; height: 216px !important; background-color: rgb(137, 141, 167) !important; }[data-css=\"tve-u-1621a98b602\"] { stroke-dasharray: 678.584, 678.584; }[data-css=\"tve-u-1621a983587\"] { float: none; border: 30px solid rgba(137, 141, 167, 0.24); z-index: 3; position: relative; margin: 30px auto 0px !important; padding: 0px !important; }[data-css=\"tve-u-1621a9750ae\"] strong { font-weight: 700; }#tve_editor [data-css=\"tve-u-1621a9750ae\"] { color: rgb(255, 255, 255) !important; font-family: Monda !important; }[data-css=\"tve-u-1621a96b190\"] { background-color: rgb(101, 114, 203); width: 194.4px !important; height: 194.4px !important; top: 10.8px !important; bottom: 10.8px !important; left: 10.8px !important; right: 10.8px !important; }[data-css=\"tve-u-1621a9685d4\"] { stroke: rgb(248, 251, 253) !important; stroke-width: 22.6px !important; }[data-css=\"tve-u-1621a8a804b\"] > .tcb-flex-col > .tcb-col { min-height: 445px; justify-content: center; }[data-css=\"tve-u-1621a90a46f\"] { background-image: radial-gradient(rgba(255, 255, 255, 0.51) 16%, rgb(255, 255, 255) 73%), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-100-clean.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }#tve_editor [data-css=\"tve-u-1621a9076ef\"] > :first-child { color: rgb(15, 29, 123); }#tve_editor [data-css=\"tve-u-1621a8e5625\"] > :first-child { color: rgb(15, 29, 123); }#tve_editor [data-css=\"tve-u-1621a8e11f3\"] > :first-child { color: rgb(15, 29, 123); }[data-css=\"tve-u-1621a8c4313\"] { padding: 0px !important; margin-bottom: 60px !important; }[data-css=\"tve-u-1621a8b2488\"] { float: none; max-width: 100%; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621a8a804b\"] { min-height: inherit; margin-left: -60px; padding: 0px !important; }[data-css=\"tve-u-1621a2e0d5b\"] { line-height: 1em !important; }[data-css=\"tve-u-1621a2247ba\"] { max-width: 100%; float: none; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; }#tve_editor [data-css=\"tve-u-1620af7eb3f\"] .tcb-button-link { font-size: 18px; color: rgb(15, 29, 123) !important; }#tve_editor [data-css=\"tve-u-1620af7eb3f\"]:hover strong { font-weight: 700 !important; }[data-css=\"tve-u-1620af7eb3f\"] { width: 268px; float: left; z-index: 3; position: relative; display: block; max-width: 268px; margin-bottom: 0px !important; margin-top: 0px !important; margin-left: 3px !important; }#tve_editor [data-css=\"tve-u-1620af7eb3f\"]:hover .tcb-button-link { color: rgb(255, 255, 255) !important; border-radius: 200px !important; overflow: hidden !important; font-family: Monda !important; font-weight: 400 !important; text-shadow: none !important; background-image: none !important; background-color: rgb(15, 29, 123) !important; }[data-css=\"tve-u-1620af7eb3f\"] .tcb-button-link { border-radius: 200px; min-height: 54.7619px; font-size: 1.33333em; padding-top: 0px; padding-bottom: 0px; background-image: none !important; background-color: rgb(255, 255, 255) !important; padding-right: 15px !important; }#tcb_landing_page a:not(.tcb-button-link).tve_state_hover { color: rgb(35, 55, 188); }#tcb_landing_page a:not(.tcb-button-link):hover { color: rgb(35, 55, 188); }#tcb_landing_page a:not(.tcb-button-link) { color: rgb(255, 255, 255); }#tcb_landing_page input strong { font-weight: 700; }#tcb_landing_page .tcb-button-link strong { font-weight: 700; }#tcb_landing_page p strong, #tcb_landing_page li strong { font-weight: 700; }#tcb_landing_page input { font-family: Merriweather; font-weight: 400; }#tcb_landing_page .tcb-button-link { font-family: Merriweather; font-weight: 400; }#tcb_landing_page p, #tcb_landing_page li { color: rgb(12, 12, 12); font-family: Merriweather; font-weight: 400; line-height: 1.5em; font-size: 16px; }#tcb_landing_page h6 { text-transform: uppercase; font-size: 14px; color: rgb(0, 0, 0); font-family: \"Special Elite\"; font-weight: 400; letter-spacing: 1px; line-height: 1.3em; }#tcb_landing_page h5 { font-size: 22px; color: rgb(12, 12, 12); font-family: \"Special Elite\"; font-weight: 400; line-height: 1.3em; }#tcb_landing_page h4 { font-size: 24px; color: rgb(12, 12, 12); font-family: \"Special Elite\"; font-weight: 400; line-height: 1.3em; }#tcb_landing_page h3 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(12, 12, 12); font-size: 26px; line-height: 1.3em; }#tcb_landing_page h2 { color: rgb(0, 0, 0); font-size: 30px; letter-spacing: 2px; text-transform: uppercase; line-height: 1.3em; font-family: \"Special Elite\"; font-weight: 400; }#tcb_landing_page h1 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(0, 0, 0); font-size: 42px; line-height: 1.3em; }[data-css=\"tve-u-15e09c94f7d\"] { background-color: rgb(255, 255, 255); }[data-css=\"tve-u-1621b01355a\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621b01355a\"] { max-width: 274px; position: relative; float: left; z-index: 3; width: 100%; padding: 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-1621b028939\"] .tcb-button-link { font-size: 18px; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1621b028939\"]:hover strong { font-weight: 700 !important; }[data-css=\"tve-u-1621b028939\"] { display: block; max-width: 268px; width: 268px; top: 0px; left: 0px; float: left; z-index: 3; position: relative; margin-bottom: 0px !important; margin-top: 0px !important; }#tve_editor [data-css=\"tve-u-1621b028939\"]:hover .tcb-button-link { background-color: rgb(255, 255, 255) !important; color: rgb(15, 29, 123) !important; overflow: hidden !important; font-family: Monda !important; background-image: none !important; text-align: center !important; }[data-css=\"tve-u-1621b028939\"] .tcb-button-link { min-height: 54.7619px; font-size: 1.33333em; padding-top: 0px; padding-bottom: 0px; border: 1px solid rgb(255, 255, 255); border-radius: 30px; overflow: hidden; background-color: rgba(26, 188, 156, 0.01) !important; padding-right: 15px !important; color: rgb(26, 188, 156) !important; }[data-css=\"tve-u-1621b08fdde\"] { border-radius: 200px; overflow: hidden; border: 1px solid rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1621b01355a\"]:hover [data-css=\"tve-u-1621b08fdde\"] { border: 1px solid rgba(255, 255, 255, 0.4) !important; }[data-css=\"tve-u-1621b30ca74\"]::after { clear: both; }#tve_editor [data-css=\"tve-u-1621e942b65\"] { font-weight: 400; letter-spacing: 0px; color: rgb(255, 255, 255) !important; font-family: Poppins !important; font-size: 30px !important; }[data-css=\"tve-u-1621e94cb4e\"] { float: none; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621eaaedd8\"] { clip-path: url(\"#clip-bottom-a2b9cf3198d6f\"); -webkit-clip-path: url(\"#clip-bottom-a2b9cf3198d6f\");  background-image: none !important; background-color: rgb(5, 10, 42) !important; }[data-css=\"tve-u-1621eab272c\"] { border-radius: 200px; overflow: hidden; background-image: none !important; border: 3px solid rgb(255, 255, 255) !important; background-color: rgb(5, 10, 42) !important; }[data-css=\"tve-u-1621eacf6af\"] { max-width: 230px; float: none; z-index: 3; position: relative; padding: 0px !important; margin: 0px auto !important; }[data-css=\"tve-u-1621eb3eb9f\"] { clip-path: url(\"#clip-bottom-ac98bb0e54b3b\"); -webkit-clip-path: url(\"#clip-bottom-ac98bb0e54b3b\");  background-image: none !important; background-color: rgb(45, 51, 89) !important; }[data-css=\"tve-u-1621eb43d8d\"] { border-radius: 200px; overflow: hidden; background-image: none !important; border: 3px solid rgb(255, 255, 255) !important; background-color: rgb(45, 51, 89) !important; }[data-css=\"tve-u-1621eb7ccb0\"] { min-height: 530px; }[data-css=\"tve-u-1621eb81205\"] { padding: 0px 0px 20px !important; margin-top: -25px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621ebbbb6d\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621ebbbb6d\"] { max-width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1621ebf340c\"] { max-width: 230px; float: none; z-index: 3; position: relative; width: 100%; padding: 0px !important; margin: 0px auto !important; }[data-css=\"tve-u-1621ebfa746\"] { padding: 0px !important; margin-top: 0px !important; margin-bottom: 30px !important; }#tve_editor [data-css=\"tve-u-1621ebfe4ce\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ebff867\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ec009a8\"] { font-size: 16px !important; }[data-css=\"tve-u-1621ec09a3c\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; margin: 0px !important; }#tve_editor [data-css=\"tve-u-1621ec09a3c\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ec0c5bd\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; margin: 0px !important; }#tve_editor [data-css=\"tve-u-1621ec0c5bd\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ec15f6e\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ec15f6e\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ec204df\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ec204df\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ec20f68\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ec20f68\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ec21a31\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ec21a31\"] > :first-child { color: rgb(137, 141, 167); }#tve_editor [data-css=\"tve-u-1621ec241aa\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ec2704c\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ec298ab\"] { font-size: 16px !important; }[data-css=\"tve-u-1621ec6c39b\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621ec6c39b\"] { float: none; max-width: 110px; z-index: 4; padding: 0px !important; margin: -60px auto 30px !important; }[data-css=\"tve-u-1621ec752da\"] { min-height: 110px; }[data-css=\"tve-u-1621ec78d2c\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621ec78d2c\"] { float: none; max-width: 110px; z-index: 4; padding: 0px !important; margin: -60px auto 30px !important; }[data-css=\"tve-u-1621ec79a7d\"] { min-height: 110px; }[data-css=\"tve-u-1621ec7f21a\"] { min-height: 160px; }[data-css=\"tve-u-1621f154231\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-1621f154231\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin: 0px 0px -1px !important; }[data-css=\"tve-u-1621f15b521\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-1621f15b521\"] { float: right; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin-top: -1px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621f4ceaf7\"] { color: rgb(15, 29, 123) !important; }[data-css=\"tve-u-1621fb65556\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-1621fb65556\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-1621fb65556\"] { min-height: inherit; margin-left: -20px; padding: 0px !important; }[data-css=\"tve-u-1621fb68b97\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-1621fb68b97\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-1621fb68b97\"] { min-height: inherit; margin-left: -30px; padding: 30px !important; }[data-css=\"tve-u-1621fbacc60\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621fbcad8c\"] { padding: 0px !important; }[data-css=\"tve-u-1621fc0ce17\"] { padding: 0px !important; margin-bottom: 15px !important; }[data-css=\"tve-u-1621fd84d7b\"] { min-height: 480px; }[data-css=\"tve-u-1621fd8766c\"] { min-height: 150px; }[data-css=\"tve-u-1621fd9c946\"] { padding: 0px 0px 20px !important; margin-top: 0px !important; margin-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-1621fe1587d\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1621fe1725e\"] strong { font-weight: 800; }#tve_editor [data-css=\"tve-u-1621fe1725e\"] { font-weight: 400; letter-spacing: 0px; color: rgb(255, 255, 255) !important; font-family: Poppins !important; font-size: 30px !important; }#tve_editor [data-css=\"tve-u-1621fe1a1af\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1621fe1bd18\"] strong { font-weight: 800; }#tve_editor [data-css=\"tve-u-1621fe1bd18\"] { font-weight: 400; letter-spacing: 0px; color: rgb(255, 255, 255) !important; font-family: Poppins !important; font-size: 30px !important; }[data-css=\"tve-u-16223b080b0\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-16223b080b0\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-16223f02c16\"] { min-height: 62px; }[data-css=\"tve-u-16223fe5f5b\"] { padding: 0px !important; }[data-css=\"tve-u-16224439be1\"] { padding: 0px !important; }#tve_editor [data-css=\"tve-u-1622444fb11\"] { letter-spacing: 1px; color: rgb(137, 141, 167) !important; font-size: 14px !important; }#tve_editor [data-css=\"tve-u-16228c764b2\"] { font-size: 18px !important; }[data-css=\"tve-u-16229f6175c\"] { border: none; margin: 80px 0px 0px !important; background-image: none !important; }[data-css=\"tve-u-16229fa6a26\"] { border: none; box-shadow: none; padding: 0px 30px 30px !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-16229fa8c68\"] { border: none; padding: 0px 30px 30px !important; background-image: none !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col > .tcb-col { min-height: 244px; }[data-css=\"tve-u-16229ffbb7b\"] { margin-left: -30px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16248fc42a1\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-16248fc42a1\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-16248fc71c8\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-16249355087\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-16249355087\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-16249358652\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-16249358652\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-1624935a201\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-1624935a201\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-16249367114\"] { border: none; margin: 30px 0px 0px !important; background-image: none !important; }[data-css=\"tve-u-16249373b25\"] { border: none; padding: 0px 30px 30px !important; background-image: linear-gradient(rgb(248, 249, 251), rgb(248, 249, 251)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1624939a960\"] { border: none; box-shadow: none; padding: 0px 30px 30px !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-162493a03b0\"] > .tcb-flex-col > .tcb-col { min-height: 244px; }[data-css=\"tve-u-162493a03b0\"] { margin-left: -30px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-162493a03b0\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-162493b6b63\"] { border: none; background-image: none !important; padding: 0px 30px 30px !important; background-color: rgb(248, 249, 251) !important; }#tve_editor [data-css=\"tve-u-162493d5f13\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-162493d5f13\"] { font-size: 30px; width: 30px; height: 30px; top: 0px; left: 0px; display: block; position: static; z-index: 8; border-bottom: 1px solid rgb(10, 93, 165); border-top: none; border-right: none; border-left: none; border-image: initial; margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-162494b490e\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-162494b7ad0\"] { padding: 0px !important; margin-top: 25px !important; margin-left: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-1625389a3d5\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-1625389a3d5\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-1625389b4ed\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-1625389b4ed\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-162539ac577\"] { max-width: 39%; }[data-css=\"tve-u-162539ac57d\"] { max-width: 61%; }#tve_editor [data-css=\"tve-u-162539c17ec\"] { font-size: 16px !important; color: rgba(12, 12, 12, 0.7) !important; }[data-css=\"tve-u-16260c39a7e\"] { float: none; max-width: 100%; border-left: 1px solid rgba(15, 29, 123, 0.7); border-right: 1px solid rgba(15, 29, 123, 0.7); margin: 0px auto !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-16260c433e9\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-Rosie.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16260c5ff07\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-16260c5ff07\"] { float: right; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin: -1px 0px 0px !important; }[data-css=\"tve-u-16260c5ff0c\"]::after { clear: both; }[data-css=\"tve-u-16260d01208\"] { max-width: 37%; }[data-css=\"tve-u-16260d0120e\"] { max-width: 63%; }[data-css=\"tve-u-16260d39b83\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-16260d39b83\"] { float: right; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin-top: -1px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-16260d3b97e\"]::after { clear: both; }[data-css=\"tve-u-16260d3f4aa\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16260d3f4aa\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-16260d3f4aa\"] { min-height: inherit; margin-left: -30px; padding: 30px !important; }[data-css=\"tve-u-16260d3f4af\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-16260d3f4af\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-16260d3f4af\"] { min-height: inherit; margin-left: -20px; padding: 0px !important; }[data-css=\"tve-u-16260d5e4b8\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-Shawn.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16260d73672\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-16260d73672\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin-top: 0px !important; margin-bottom: -1px !important; }[data-css=\"tve-u-16260d8392c\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16260d8392c\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-16260d8392c\"] { min-height: inherit; margin-left: -30px; padding: 30px !important; }[data-css=\"tve-u-16260d8396c\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-16260d8396c\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-16260d8396c\"] { min-height: inherit; margin-left: -20px; padding: 0px !important; }[data-css=\"tve-u-16260da3aa7\"] { float: none; max-width: 100%; border-left: 1px solid rgba(15, 29, 123, 0.7); border-right: 1px solid rgba(15, 29, 123, 0.7); margin: 0px auto !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-162717cb600\"] { max-width: 58.2%; }[data-css=\"tve-u-162717cb601\"] { max-width: 41.8%; }[data-css=\"tve-u-162717cb609\"]::after { clear: both; }[data-css=\"tve-u-162717cb60a\"] { padding-right: 50px !important; padding-bottom: 80px !important; padding-top: 20px !important; }[data-css=\"tve-u-162717cb60b\"]::after { clear: both; }[data-css=\"tve-u-162717cb60b\"] { margin-top: 0px !important; margin-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-162717cb60c\"] .tcb-button-link { font-size: 18px; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-162717cb60c\"] { float: left; z-index: 3; position: relative; display: block; max-width: 300px; width: 300px; margin-bottom: 0px !important; margin-top: 0px !important; }#tve_editor [data-css=\"tve-u-162717cb60c\"]:hover .tcb-button-link { background-color: rgb(255, 255, 255) !important; color: rgb(15, 29, 123) !important; background-image: none !important; font-weight: bold !important; }[data-css=\"tve-u-162717cb60c\"] .tcb-button-link { border: 1px solid rgb(255, 255, 255); min-height: 54.7619px; font-size: 1.33333em; padding-top: 0px; padding-bottom: 0px; border-radius: 100px; overflow: hidden; background-color: rgba(26, 188, 156, 0.01) !important; color: rgb(26, 188, 156) !important; }[data-css=\"tve-u-162717cb60f\"] { padding: 0px !important; margin-bottom: 25px !important; }[data-css=\"tve-u-162717cb610\"] { padding: 0px !important; margin-bottom: 35px !important; }#tve_editor [data-css=\"tve-u-162717cb616\"] { text-transform: none !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-162717cb617\"] { margin-left: 0px; padding: 0px !important; }[data-css=\"tve-u-162717cb618\"] { max-width: none; margin-top: 0px !important; }[data-css=\"tve-u-162717cb620\"] { clip-path: url(\"#clip-bottom-c883ac5175045\"); -webkit-clip-path: url(\"#clip-bottom-c883ac5175045\");  background-image: linear-gradient(90deg, rgba(123, 100, 15, 0.54) 0%, rgba(15, 29, 123, 0.42) 100%), url(\"https://bestcerakoteflorida.com/wp-content/uploads/2018/05/FTYS6743.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, fixed !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-162717cb609\"] { max-width: 1200px; min-height: 630px !important; }[data-css=\"tve-u-162717cb621\"] { z-index: 1; padding: 125px 40px 0px !important; margin-top: -130px !important; }[data-css=\"tve-u-162717cb623\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-162717cb624\"] { min-height: 54px; }[data-css=\"tve-u-162717cb623\"] { max-width: 304px; float: left; z-index: 3; position: relative; width: 100%; padding: 2px !important; margin: 0px auto 18px !important; }#tve_editor [data-css=\"tve-u-162717cb625\"] .tcb-button-link { font-size: 18px; color: rgb(15, 29, 123) !important; }#tve_editor [data-css=\"tve-u-162717cb625\"]:hover strong { font-weight: 700 !important; }[data-css=\"tve-u-162717cb625\"] { display: block; max-width: 300px; width: 300px; float: none; z-index: 3; position: relative; margin: 0px auto !important; }#tve_editor [data-css=\"tve-u-162717cb625\"]:hover .tcb-button-link { color: rgb(255, 255, 255) !important; border-radius: 200px !important; overflow: hidden !important; font-family: Monda !important; font-weight: 400 !important; text-shadow: none !important; background-image: none !important; background-color: rgb(15, 29, 123) !important; }[data-css=\"tve-u-162717cb625\"] .tcb-button-link { border-radius: 200px; min-height: 54.7619px; font-size: 1.33333em; padding-top: 0px; padding-bottom: 0px; background-image: none !important; background-color: rgb(255, 255, 255) !important; padding-right: 15px !important; font-weight: bold !important; }#tve_editor [data-css=\"tve-u-162717cb623\"]:hover [data-css=\"tve-u-162717cb626\"] { border: 1px solid rgba(255, 255, 255, 0.6) !important; }[data-css=\"tve-u-162717cb626\"] { border-radius: 200px; overflow: hidden; border: 1px solid rgb(255, 255, 255) !important; }[data-css=\"tve-u-162717d1bb6\"] { border-right: 1px solid rgba(255, 255, 255, 0.2); }[data-css=\"tve-u-162717d1bbc\"] { border-left: none; padding: 0px !important; }[data-css=\"tve-u-162717d1bbe\"] { border-bottom: 1px solid rgba(255, 255, 255, 0.2); float: none; width: 100%; position: relative; z-index: 10; max-width: 1600px; margin: 0px auto !important; }[data-css=\"tve-u-162717d1bbf\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-162717d1bbf\"] > .tcb-flex-col { padding-left: 17px; }[data-css=\"tve-u-162717d1bbf\"] { margin-left: -17px; min-height: inherit; padding: 5px 0px 0px 40px !important; }#tve_editor [data-css=\"tve-u-162717d1bbe\"] p, #tve_editor [data-css=\"tve-u-162717d1bbe\"] li, #tve_editor [data-css=\"tve-u-162717d1bbe\"] blockquote, #tve_editor [data-css=\"tve-u-162717d1bbe\"] address { font-size: 16px; }#tve_editor [data-css=\"tve-u-162717d1bc3\"] > :first-child { color: rgb(255, 255, 255); }[data-css=\"tve-u-162717d1bc3\"] { font-size: 25px !important; width: 25px !important; height: 25px !important; z-index: 4; position: relative; float: left; margin: 3px 5px 0px 0px !important; padding-left: 0px !important; }[data-css=\"tve-u-162717d1bc5\"] { border-right: none; padding: 0px !important; position: static !important; }#tve_editor [data-css=\"tve-u-16271adf6cf\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-16271adf6cf\"] { font-size: 30px; width: 30px; height: 30px; top: 22px; left: 20px; border-bottom: 1px solid rgb(10, 93, 165); margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1641367e553\"] > :first-child { color: rgba(15, 29, 123, 0.12); }[data-css=\"tve-u-1641367e553\"] { font-size: 60px; float: none; box-shadow: none; width: 60px; height: 60px; margin: -55px auto 60px !important; padding-right: 17px !important; }[data-css=\"tve-u-16416e4fafd\"] { box-shadow: rgba(0, 0, 0, 0.02) 0px 2px 22px 0px; background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16416e603ab\"] { box-shadow: rgba(0, 0, 0, 0.12) 0px 3px 44px 0px; background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-164179a84b8\"] > .tve-cb { display: block; }[data-css=\"tve-u-164179a84b8\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-164179bced9\"] { border-right: none; padding: 3px 0px 0px !important; position: static !important; }[data-css=\"tve-u-16417b4cb9e\"] { padding: 0px 0px 50px !important; }[data-css=\"tve-u-16417b62c09\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-16417b662bf\"] { margin-top: 0px !important; margin-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-16417e5bd95\"] > :first-child { color: rgb(255, 255, 255); }[data-css=\"tve-u-16417e5bd95\"] { font-size: 25px !important; width: 25px !important; height: 25px !important; z-index: 4; position: relative; float: left; margin: 3px 15px 0px 0px !important; padding-left: 0px !important; }[data-css=\"tve-u-1641c1af44d\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1641c1b01a6\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1641c1b0a67\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1641c1b12d8\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }#tve_editor [data-css=\"tve-u-1641c1b33f9\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-1641c1b33f9\"] { font-size: 30px; width: 30px; height: 30px; top: 22px; left: 20px; border-bottom: 1px solid rgb(10, 93, 165); margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1641c1b456a\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-1641c1b456a\"] { font-size: 30px; width: 30px; height: 30px; top: 22px; left: 20px; border-bottom: 1px solid rgb(10, 93, 165); margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1641c1b52d3\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-1641c1b52d3\"] { font-size: 30px; width: 30px; height: 30px; top: 22px; left: 20px; border-bottom: 1px solid rgb(10, 93, 165); margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1641c1b60b4\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-1641c1b60b4\"] { font-size: 30px; width: 30px; height: 30px; top: 22px; left: 20px; border-bottom: 1px solid rgb(10, 93, 165); margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-16422a1ce91\"] { float: none; width: 100%; max-width: 227px; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; }#tve_editor [data-css=\"tve-u-16422a1ce92\"] { font-size: 16px !important; color: rgb(12, 12, 12) !important; }#tve_editor [data-css=\"tve-u-16422a1ce93\"] { font-size: 16px !important; color: rgb(18, 18, 18) !important; }[data-css=\"tve-u-16422a1ce92\"] { line-height: 1.7em !important; }[data-css=\"tve-u-16422a1ce93\"] { line-height: 1.7em !important; }#tve_editor [data-css=\"tve-u-16422a1ce94\"] { font-size: 16px !important; color: rgb(29, 26, 31) !important; }[data-css=\"tve-u-16422a1ce94\"] { line-height: 1.7em !important; }#tcb_landing_page .tcb-plain-text { color: rgb(0, 0, 0); font-family: Merriweather; font-weight: 400; }#tcb_landing_page .tcb-plain-text strong { font-weight: 700; }[data-css=\"tve-u-162717d1bbe\"] p { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-162717d1bbe\"] h3 { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-16959822de2\"] { width: 291px; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-16959846d3d\"] { margin-top: 0px !important; }[data-css=\"tve-u-16959cd1e7a\"] { box-shadow: rgba(0, 0, 0, 0.4) 0px 8px 12px 0px; }}@media (max-width: 1023px){[data-css=\"tve-u-1621ebfa746\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621eb037bb\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621ec78d2c\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621ec6c39b\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621b064668\"] { max-width: 49%; }[data-css=\"tve-u-1621b064646\"] { max-width: 51%; }[data-css=\"tve-u-1621b3c74d9\"] { max-width: 100%; }[data-css=\"tve-u-1621f0b0088\"] { min-height: 100px !important; }[data-css=\"tve-u-1621ee3afec\"] > .tve-cb { display: block; }[data-css=\"tve-u-1621e7ceab3\"] > .tve-cb { display: block; }[data-css=\"tve-u-1621ea50702\"] { float: none; width: 100%; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621ae4fd21\"] > .tve-cb { display: block; }[data-css=\"tve-u-162717cb60f\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-162717cb610\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-16223dad661\"] { padding-top: 20px !important; }[data-css=\"tve-u-1641367127b\"] { float: none; font-size: 50px; width: 50px; height: 50px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1641367e553\"] { float: none; font-size: 50px; width: 50px; height: 50px; margin: -44px auto 40px !important; padding-right: 12px !important; }[data-css=\"tve-u-1621e7b695a\"] { margin-bottom: 50px !important; }[data-css=\"tve-u-1621ee37f4a\"] { min-height: 262px; }[data-css=\"tve-u-1621ada1e7f\"] { padding: 50px 30px 50px 0px !important; }[data-css=\"tve-u-1621b072b4e\"] { max-width: 100%; }[data-css=\"tve-u-1621a2247ba\"] { margin-bottom: 60px !important; }[data-css=\"tve-u-16229f6175c\"] { margin-top: 0px !important; }[data-css=\"tve-u-162717cb60b\"] { height: calc(100% - -85px); margin-top: -85px !important; }[data-css=\"tve-u-162717cb617\"] .tcb-flex-col { flex-basis: 560px !important; }#tcb_landing_page h5 { line-height: 1.3em; }#tcb_landing_page h6 { line-height: 1.4em; }#tcb_landing_page p, #tcb_landing_page li { line-height: 1.5em; }[data-css=\"tve-u-1628a146aef\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1628a12f675\"] { margin-bottom: 40px !important; }[data-css=\"tve-u-1628a10d3b4\"] { margin-bottom: 40px !important; }[data-css=\"tve-u-162718bd0c0\"] { clip-path: url(\"#clip-tablet-top-a3b25e1c9221a\"); -webkit-clip-path: url(\"#clip-tablet-top-a3b25e1c9221a\");  background-color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-162717cb621\"] { z-index: 6; padding-top: 60px !important; margin-top: -90px !important; }[data-css=\"tve-u-162718a3b40\"] { max-width: 100%; min-height: 1px !important; }[data-css=\"tve-u-16271adf6cf\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-162493d5f13\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-162717fcf9d\"] { margin-top: -40px !important; padding-top: 90px !important; padding-left: 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-16260d3f4af\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16260d3f4aa\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1621fb65556\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1621fb68b97\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16260d8396c\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16260d8392c\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16260d39b83\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-16260c5ff07\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-16260ba2fa4\"] { padding: 50px 40px !important; }[data-css=\"tve-u-16260be7104\"] { max-width: 100%; }[data-css=\"tve-u-1621ebbbb6d\"] { margin-top: -1px !important; }[data-css=\"tve-u-1621eaaedd8\"] { clip-path: url(\"#clip-tablet-bottom-a2b9cf3198d6f\"); -webkit-clip-path: url(\"#clip-tablet-bottom-a2b9cf3198d6f\");  }[data-css=\"tve-u-1621e7e9950\"] { margin-top: -1px !important; }[data-css=\"tve-u-16229fa8c68\"] { padding: 0px 20px 20px !important; }[data-css=\"tve-u-1622f65ba70\"] { padding: 0px 20px 20px !important; }[data-css=\"tve-u-16249373b25\"] { padding-left: 20px !important; padding-right: 20px !important; padding-bottom: 20px !important; }[data-css=\"tve-u-162493b6b63\"] { padding-left: 20px !important; padding-bottom: 20px !important; padding-right: 20px !important; }[data-css=\"tve-u-16249367114\"] { margin-top: 20px !important; }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-1624935a201\"] { line-height: 1.3em !important; }[data-css=\"tve-u-16249358652\"] { line-height: 1.3em !important; }[data-css=\"tve-u-16249355087\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1625389b4ed\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1625389a3d5\"] { line-height: 1.3em !important; }[data-css=\"tve-u-16248fc42a1\"] { line-height: 1.3em !important; }[data-css=\"tve-u-162493a03b0\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-162493a03b0\"] .tcb-flex-col { flex-basis: 145px !important; }[data-css=\"tve-u-1622a159bcb\"] { float: none; max-width: 85%; margin: 0px auto !important; padding-top: 0px !important; }[data-css=\"tve-u-16229fa6a26\"] { margin-bottom: 20px !important; padding: 0px 20px 20px !important; }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16229ffbb7b\"] { min-height: inherit; margin-left: -20px; }[data-css=\"tve-u-1621ad46076\"] { margin-bottom: 0px !important; margin-top: 0px !important; padding: 50px 40px !important; }#tve_editor [data-css=\"tve-u-1621b028939\"] .tcb-button-link { font-size: 18px; }[data-css=\"tve-u-16223f02c16\"] { min-height: 54px; }[data-css=\"tve-u-1621b01355a\"] { max-width: 304px; padding: 2px !important; }[data-css=\"tve-u-1620af7eb3f\"] { float: none; z-index: 3; position: relative; display: block; max-width: 300px; width: 300px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621afda4fa\"] { max-width: 100%; margin-bottom: 30px !important; }[data-css=\"tve-u-16224716d62\"]::after { clear: both; }[data-css=\"tve-u-1621f0aa8f7\"] { margin-top: 0px !important; }[data-css=\"tve-u-1621e7e6c1d\"] { min-height: 150px; }[data-css=\"tve-u-1621e7edfd9\"] { clip-path: url(\"#clip-tablet-bottom-10ffac3b28f1d\"); -webkit-clip-path: url(\"#clip-tablet-bottom-10ffac3b28f1d\");  }[data-css=\"tve-u-1621ebf340c\"] { float: none; width: 100%; padding: 0px !important; margin-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621e7d5094\"] { min-height: 455px; }[data-css=\"tve-u-1621adea58b\"] > .tcb-flex-col > .tcb-col { justify-content: center; }[data-css=\"tve-u-16223dad661\"]::after { clear: both; }[data-css=\"tve-u-1621e8107f3\"] { float: none; margin-left: auto !important; margin-right: auto !important; margin-bottom: 20px !important; }[data-css=\"tve-u-16223b080b0\"] { float: none; margin-left: auto !important; margin-right: auto !important; margin-top: -1px !important; }[data-css=\"tve-u-1621eb3eb9f\"] { clip-path: url(\"#clip-tablet-bottom-ac98bb0e54b3b\"); -webkit-clip-path: url(\"#clip-tablet-bottom-ac98bb0e54b3b\");  }[data-css=\"tve-u-1621fe78878\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1621fe78878\"] { min-height: inherit; }#tve_editor [data-css=\"tve-u-1621e92e97f\"] { font-size: 22px !important; }#tve_editor [data-css=\"tve-u-1621e942b65\"] { letter-spacing: 0px; font-size: 1.5em !important; }#tve_editor [data-css=\"tve-u-1621fe1bd18\"] { letter-spacing: 0px; font-size: 1.5em !important; }#tve_editor [data-css=\"tve-u-1621fe1a1af\"] { font-size: 22px !important; }#tve_editor [data-css=\"tve-u-1621fe1725e\"] { letter-spacing: 0px; font-size: 1.5em !important; }#tve_editor [data-css=\"tve-u-1621fe1587d\"] { font-size: 22px !important; }[data-css=\"tve-u-1621ef118dc\"] { position: relative; top: -50px; left: 30px; width: 100%; }[data-css=\"tve-u-1621ee3afec\"] { padding: 40px 0px 0px !important; }[data-css=\"tve-u-1621ee63e1c\"] { max-width: none; margin-bottom: 30px !important; }[data-css=\"tve-u-1621ee74a24\"] { top: 0px; right: 0px; font-size: 45px; width: 45px; height: 45px; float: none; padding-left: 0px !important; margin: 0px auto !important; }[data-css=\"tve-u-1621ee18a1c\"] { margin-top: 40px !important; margin-left: 20px !important; margin-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-1621fdcb4ea\"] { letter-spacing: 1px; font-size: 1.5em !important; }[data-css=\"tve-u-1621ec7f21a\"] { min-height: 150px; }[data-css=\"tve-u-1621eacf6af\"] { float: none; max-width: 230px; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621fd9c946\"] { max-width: 380px; float: none; width: 100%; margin: 0px auto !important; padding-left: 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-1621eb81205\"] { margin-top: 0px !important; }[data-css=\"tve-u-1621eb7ccb0\"] { min-height: 455px; }[data-css=\"tve-u-1621fd8766c\"] { min-height: 150px; }[data-css=\"tve-u-1621fd84d7b\"] { min-height: 430px; }[data-css=\"tve-u-1621e7c7aa1\"] .tcb-flex-col { flex-basis: 300px !important; }#tve_editor [data-css=\"tve-u-1621e7a7350\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621e7c899a\"] { float: none; max-width: 100%; margin-left: auto !important; margin-right: auto !important; margin-top: 0px !important; }[data-css=\"tve-u-1621e7c7aa1\"] { margin-left: -20px; flex-direction: row; }[data-css=\"tve-u-1621e7c7aa1\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-1621b3c8c52\"] { padding: 50px 40px !important; }[data-css=\"tve-u-1621fc0ce17\"] { margin-top: 10px !important; margin-bottom: 7px !important; }[data-css=\"tve-u-1621fbcad8c\"] { padding-left: 0px !important; padding-right: 30px !important; }[data-css=\"tve-u-1621fbacc60\"] { max-width: 177px; }[data-css=\"tve-u-1621fb68b97\"] { margin-left: -15px; min-height: inherit; padding: 20px !important; }[data-css=\"tve-u-1621fb68b97\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-1621fb65556\"] { margin-left: -15px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-1621fb65556\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-1621b200375\"] { float: none; max-width: 100%; margin: 0px auto !important; }[data-css=\"tve-u-1621b0e4fb7\"] { max-width: 100%; float: none; z-index: 3; position: relative; margin-right: auto !important; margin-left: auto !important; margin-bottom: 20px !important; }#tve_editor [data-css=\"tve-u-1621b10fccf\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621ae0bec7\"] { background-image: none !important; margin-top: 0px !important; }[data-css=\"tve-u-1621ae6c8da\"] { clip-path: url(\"#clip-tablet-top-aa2c3e3c70555\"); -webkit-clip-path: url(\"#clip-tablet-top-aa2c3e3c70555\");  }[data-css=\"tve-u-1621adba9ef\"] { clip-path: url(\"#clip-tablet-top-52d5a36c151aa\"); -webkit-clip-path: url(\"#clip-tablet-top-52d5a36c151aa\");  }[data-css=\"tve-u-1621ad420c4\"] { max-width: 100%; min-height: 1px !important; }[data-css=\"tve-u-1621f45bed3\"] { padding: 0px !important; }[data-css=\"tve-u-1621ae4fd21\"] { max-width: 100%; left: 0px; top: 0px; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621ae4db6e\"] { min-height: 300px; }#tve_editor [data-css=\"tve-u-1621afd8c98\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621afcc0bf\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621afceb00\"] { max-width: 100%; margin-bottom: 30px !important; }[data-css=\"tve-u-1621a98b602\"] { stroke-dasharray: 534.071, 534.071; }[data-css=\"tve-u-1621a9750ae\"] { font-size: 14.45px !important; line-height: 14.45px !important; }[data-css=\"tve-u-1621a9a2867\"] { font-size: 51px !important; line-height: 51px !important; }[data-css=\"tve-u-1621a9a2866\"] { margin-top: 42.5px !important; }[data-css=\"tve-u-1621a96b190\"] { width: 153px !important; height: 153px !important; top: 8.5px !important; bottom: 8.5px !important; left: 8.5px !important; right: 8.5px !important; }[data-css=\"tve-u-1621a9685d4\"] { stroke-width: 18px !important; }[data-css=\"tve-u-1621a9a2862\"] { width: 170px !important; height: 170px !important; }[data-css=\"tve-u-1621a983587\"] { float: none; border: 20px solid rgba(137, 141, 167, 0.24); margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621a8b2488\"] { float: none; max-width: 100%; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621a8a804b\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1621a8a804b\"] { margin-left: -24px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-1621a8a804b\"] > .tcb-flex-col { padding-left: 24px; }#tve_editor [data-css=\"tve-u-1621a2e0d5b\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621b028939\"] { position: relative; float: left; z-index: 3; display: block; max-width: 300px; width: 300px; margin-top: 15px !important; }[data-css=\"tve-u-1621adea58b\"] { margin-left: -30px; }[data-css=\"tve-u-1621adea58b\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-1621ade6172\"] { max-width: 100%; position: static; }#tve_editor [data-css=\"tve-u-16248fc42a1\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-16249355087\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-16249358652\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-1624935a201\"] { font-size: 18px !important; }[data-css=\"tve-u-1624939a960\"] { margin-bottom: 0px !important; padding-bottom: 20px !important; padding-left: 20px !important; padding-right: 20px !important; }[data-css=\"tve-u-162493a03b0\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-162493a03b0\"] { min-height: inherit; margin-left: -20px; }#tve_editor [data-css=\"tve-u-1625389a3d5\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-1625389b4ed\"] { font-size: 18px !important; }[data-css=\"tve-u-16260c39a7e\"] { float: none; max-width: 100%; margin: 0px auto !important; }[data-css=\"tve-u-16260d3f4aa\"] { margin-left: -15px; min-height: inherit; padding: 20px !important; }[data-css=\"tve-u-16260d3f4aa\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-16260d3f4af\"] { margin-left: -15px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-16260d3f4af\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-16260d8392c\"] { margin-left: -15px; min-height: inherit; padding: 20px !important; }[data-css=\"tve-u-16260d8392c\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-16260d8396c\"] { margin-left: -15px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-16260d8396c\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-16260da3aa7\"] { float: none; max-width: 100%; margin: 0px !important; }[data-css=\"tve-u-162717cb60c\"] { display: block; max-width: 300px; width: 300px; }[data-css=\"tve-u-162717cb609\"] { max-width: 100%; min-height: 1px !important; }[data-css=\"tve-u-162717cb60a\"] { padding: 0px !important; }[data-css=\"tve-u-162717cb618\"] { float: none; max-width: 100%; margin-top: 60px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-162717cb620\"] { clip-path: url(\"#clip-tablet-bottom-c883ac5175045\"); -webkit-clip-path: url(\"#clip-tablet-bottom-c883ac5175045\");  }[data-css=\"tve-u-162717d1bbf\"] { margin-left: 0px; padding: 25px 25px 0px !important; }[data-css=\"tve-u-162717d1bbf\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-162717d1bc5\"] { border-right: none; padding-left: 35px !important; padding-right: 0px !important; }[data-css=\"tve-u-162717d1bb6\"] { padding-left: 0px !important; }[data-css=\"tve-u-162717d1bbc\"] { border-left: none; border-right: none; padding-left: 30px !important; padding-bottom: 10px !important; }[data-css=\"tve-u-162717d1bc3\"] { font-size: 14px; width: 14px; height: 14px; margin-bottom: 10px !important; margin-left: 0px !important; padding-left: 10px !important; }[data-css=\"tve-u-162717d1bbe\"] { max-width: 100%; margin-left: 0px !important; margin-right: 30px !important; }[data-css=\"tve-u-164179bced9\"] { border-right: none; padding-left: 30px !important; padding-right: 0px !important; }[data-css=\"tve-u-16417b62c09\"] { max-width: 177px; }[data-css=\"tve-u-16417b662bf\"] { max-width: 177px; }[data-css=\"tve-u-16417e5bd95\"] { font-size: 14px; width: 14px; height: 14px; margin-bottom: -14px !important; margin-left: 0px !important; }[data-css=\"tve-u-1641c1b33f9\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-1641c1b456a\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-1641c1b52d3\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-1641c1b60b4\"] { font-size: 25px; width: 25px; height: 25px; }#tve_editor [data-css=\"tve-u-16422a1ce94\"] { font-size: 16px !important; }[data-css=\"tve-u-16959822de2\"] { margin-right: 1px !important; padding-right: 10px !important; padding-top: 10px !important; }}@media (max-width: 767px){[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-16417e9d24e\"]::after { clear: both; }[data-css=\"tve-u-16417b70f47\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 0px !important; }[data-css=\"tve-u-1621e819c52\"] { min-height: 100px; }[data-css=\"tve-u-1621e8107f3\"] { max-width: 100px; }[data-css=\"tve-u-1621fd8766c\"] { min-height: 144px; }[data-css=\"tve-u-1621ec79a7d\"] { min-height: 100px; }[data-css=\"tve-u-1621ec78d2c\"] { max-width: 100px; }[data-css=\"tve-u-1621ec7f21a\"] { min-height: 144px; }[data-css=\"tve-u-1621e7e6c1d\"] { min-height: 144px; }[data-css=\"tve-u-16417b4cb9e\"] { padding-bottom: 30px !important; }[data-css=\"tve-u-1621ec752da\"] { min-height: 100px; }[data-css=\"tve-u-1621ec6c39b\"] { max-width: 100px; }[data-css=\"tve-u-1621fd84d7b\"] { min-height: 430px; }[data-css=\"tve-u-1621e7c7aa1\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16223dad661\"] { padding-top: 0px !important; }[data-css=\"tve-u-1621b3c74d9\"] { max-width: 100%; }[data-css=\"tve-u-1621eb81205\"] { max-width: 100%; margin-bottom: 20px !important; }[data-css=\"tve-u-1621e7ceab3\"] { max-width: 100%; margin-bottom: 20px !important; }[data-css=\"tve-u-1621f0b0088\"] { min-height: 120px !important; }[data-css=\"tve-u-1621f0da775\"] { float: none; width: 100%; max-width: 280px; margin: 0px auto 20px !important; }[data-css=\"tve-u-1621ee37f4a\"] { min-height: 260px; }[data-css=\"tve-u-1621ee3afec\"] > .tve-cb { display: flex; justify-content: center; flex-direction: column; }[data-css=\"tve-u-1621ee63e1c\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1641367127b\"] { font-size: 30px; width: 30px; height: 30px; }[data-css=\"tve-u-1641367e553\"] { float: none; font-size: 30px; width: 30px; height: 30px; margin: -30px auto 30px !important; padding-right: 10px !important; }[data-css=\"tve-u-1621ada1e7f\"] { padding: 0px !important; }[data-css=\"tve-u-162717cb617\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-162717cb617\"] { min-height: inherit; }[data-css=\"tve-u-16229fa6a26\"] { height: calc(100% - 21px); margin-bottom: 0px !important; margin-top: 21px !important; }[data-css=\"tve-u-1624939a960\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-162493a03b0\"] .tcb-flex-col { flex-basis: 400px !important; }[data-css=\"tve-u-1621a2247ba\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-162717cb60f\"] { margin-bottom: 25px !important; }[data-css=\"tve-u-162717d1bbf\"] .tcb-flex-col { flex-basis: 225px !important; }[data-css=\"tve-u-1621ee3afec\"] { max-width: 100%; padding: 0px !important; position: static !important; }#tve_editor [data-css=\"tve-u-1641333d7d1\"] { font-size: 14px !important; }[data-css=\"tve-u-162717cb60b\"] { margin-top: 0px !important; }[data-css=\"tve-u-162717cb621\"] { z-index: 2; padding-left: 20px !important; padding-right: 20px !important; margin-top: -160px !important; padding-top: 35px !important; }[data-css=\"tve-u-162717cb617\"] .tcb-flex-col { flex-basis: 435px !important; }[data-css=\"tve-u-16369305186\"] { float: none; width: 100%; max-width: 279px; z-index: 3; position: relative; margin: 0px auto !important; }#tcb_landing_page h6 { line-height: 1.4em; }#tcb_landing_page h5 { line-height: 1.3em; }#tcb_landing_page p, #tcb_landing_page li { font-size: 14px; }#tcb_landing_page h2 { font-size: 28px; }#tcb_landing_page h1 { font-size: 35px; }[data-css=\"tve-u-16260ba2fa4\"] { padding-bottom: 40px !important; padding-left: 20px !important; padding-right: 20px !important; }[data-css=\"tve-u-1628a10d3b4\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-1628a12f675\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-162717cb610\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-16271bfe70c\"] { padding: 0px !important; }[data-css=\"tve-u-162717fcf9d\"] { z-index: 1; margin-top: 0px !important; padding-top: 75px !important; padding-left: 20px !important; padding-right: 20px !important; }[data-css=\"tve-u-162718bd0c0\"] { clip-path: url(\"#clip-mobile-top-a3b25e1c9221a\"); -webkit-clip-path: url(\"#clip-mobile-top-a3b25e1c9221a\");  }[data-css=\"tve-u-1621eb3eb9f\"] { clip-path: url(\"#clip-mobile-bottom-ac98bb0e54b3b\"); -webkit-clip-path: url(\"#clip-mobile-bottom-ac98bb0e54b3b\");  }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col > .tcb-col { min-height: 155px; }[data-css=\"tve-u-16229ffbb7b\"] { min-height: inherit; margin-left: 0px; }[data-css=\"tve-u-16229fa8c68\"] { height: calc(100% - 28px); margin-bottom: 0px !important; margin-top: 20px !important; }[data-css=\"tve-u-1622f65ba70\"] { height: calc(100% - 20px); margin-bottom: 0px !important; margin-top: 20px !important; }[data-css=\"tve-u-16229f6175c\"] { margin-top: 0px !important; }[data-css=\"tve-u-1622a159bcb\"] { float: none; max-width: 100%; margin-left: auto !important; margin-right: auto !important; padding-top: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-16229ae62a7\"] { border-right: none; }#tve_editor [data-css=\"tve-u-16228c764b2\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-16228c75500\"] { font-size: 18px !important; }[data-css=\"tve-u-1621fb65556\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-1621a983587\"] { border: 20px solid rgba(137, 141, 167, 0.32); }[data-css=\"tve-u-1621ee74a24\"] { float: none; margin-left: auto !important; margin-right: auto !important; margin-bottom: 10px !important; }[data-css=\"tve-u-1621afda4fa\"] { max-width: 100%; margin-bottom: 20px !important; }[data-css=\"tve-u-16223f02c16\"] { min-height: 54px; }[data-css=\"tve-u-1621f0aa8f7\"] { margin-top: 0px !important; }#tve_editor [data-css=\"tve-u-1622444fb11\"] { letter-spacing: 0px; }[data-css=\"tve-u-16224439be1\"] { padding: 0px !important; }[data-css=\"tve-u-1621fb68b97\"] { padding: 0px !important; }[data-css=\"tve-u-1621afceb00\"] { max-width: 100%; margin-bottom: 30px !important; }[data-css=\"tve-u-1621b0e4fb7\"] { float: none; margin-right: auto !important; margin-bottom: 30px !important; padding-left: 0px !important; margin-left: auto !important; }[data-css=\"tve-u-1621ebf340c\"] { padding-bottom: 40px !important; }[data-css=\"tve-u-1621ea50702\"] { float: none; width: 100%; padding: 0px !important; margin-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621e7d5094\"] { min-height: 430px; }[data-css=\"tve-u-1621eb7ccb0\"] { min-height: 430px; }[data-css=\"tve-u-1621ee03000\"] { flex-direction: column; }[data-css=\"tve-u-16223fe5f5b\"] { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621f0d2c1a\"] { margin-left: 25px !important; margin-right: 25px !important; }[data-css=\"tve-u-1621ee18a1c\"] { margin: 0px 20px 20px 0px !important; }[data-css=\"tve-u-1621ef118dc\"] { top: 0px; width: 245px; position: relative; float: none; z-index: 5; left: 0px; margin: -22px auto 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-1621fd9c946\"] { max-width: 100%; margin-top: 0px !important; margin-left: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-16223fc9f23\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-1621e7c899a\"] { max-width: none; float: none; margin-top: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621b3c8c52\"] { padding: 40px 20px !important; }[data-css=\"tve-u-1621fbcad8c\"] { padding: 20px !important; }[data-css=\"tve-u-1621fb65556\"] { margin-left: 0px; padding: 0px !important; }[data-css=\"tve-u-1621fbacc60\"] { max-width: 126px; float: none; margin-left: auto !important; margin-right: auto !important; margin-top: 20px !important; }[data-css=\"tve-u-1621b200375\"] { float: none; margin-top: 0px !important; margin-left: auto !important; margin-right: auto !important; }#tve_editor [data-css=\"tve-u-1621b10fccf\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621b028939\"] { display: block; max-width: 100%; width: 100%; float: none; min-width: 100%; margin-left: auto !important; margin-right: auto !important; margin-top: 0px !important; }[data-css=\"tve-u-1621ae4db6e\"] { min-height: 270px; }[data-css=\"tve-u-1621ae6c8da\"] { clip-path: url(\"#clip-mobile-top-aa2c3e3c70555\"); -webkit-clip-path: url(\"#clip-mobile-top-aa2c3e3c70555\");  }[data-css=\"tve-u-1621adba9ef\"] { clip-path: url(\"#clip-mobile-top-52d5a36c151aa\"); -webkit-clip-path: url(\"#clip-mobile-top-52d5a36c151aa\");  }[data-css=\"tve-u-16223f02c16\"]::after { clear: both; }[data-css=\"tve-u-1621b01355a\"] { max-width: 100%; float: none; margin-left: auto !important; margin-right: auto !important; margin-bottom: 15px !important; }[data-css=\"tve-u-1620af7eb3f\"] { float: none; display: block; max-width: 100%; width: 100%; min-width: 100%; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621ae0bec7\"]::after { clear: both; }[data-css=\"tve-u-1621f45bed3\"] { padding: 40px 20px 0px !important; }[data-css=\"tve-u-1621ad46076\"] { margin: 0px !important; padding: 30px 20px !important; }[data-css=\"tve-u-1621adea58b\"] { flex-flow: row-reverse wrap-reverse !important; }[data-css=\"tve-u-1621ae4fd21\"] { margin-top: 0px !important; position: static !important; }[data-css=\"tve-u-1621a8b2488\"] { float: none; max-width: 100%; margin-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621a8a804b\"] { padding-left: 0px !important; padding-right: 0px !important; }#tve_editor [data-css=\"tve-u-1621a2e0d5b\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621e7c7aa1\"] { flex-direction: column; min-height: inherit; }[data-css=\"tve-u-16249367114\"] { margin-top: 0px !important; }[data-css=\"tve-u-16249373b25\"] { height: calc(100% - 20px); margin-bottom: 0px !important; background-image: linear-gradient(rgb(248, 249, 251), rgb(248, 249, 251)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; margin-top: 20px !important; }[data-css=\"tve-u-162493a03b0\"] > .tcb-flex-col > .tcb-col { min-height: 155px; }[data-css=\"tve-u-162493a03b0\"] { min-height: inherit; }[data-css=\"tve-u-162493b6b63\"] { height: calc(100% - 20px); margin-bottom: 0px !important; margin-top: 20px !important; }[data-css=\"tve-u-16260c39a7e\"] { float: none; margin-top: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-16260d3f4aa\"] { padding: 0px !important; }[data-css=\"tve-u-16260d3f4af\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-16260d3f4af\"] { margin-left: 0px; padding: 0px !important; }[data-css=\"tve-u-16260d8392c\"] { padding: 0px !important; }[data-css=\"tve-u-16260d8396c\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-16260d8396c\"] { margin-left: 0px; padding: 0px !important; }[data-css=\"tve-u-16260da3aa7\"] { float: none; margin-top: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-162717cb60c\"] { display: block; max-width: 100%; width: 100%; min-width: 100%; float: none; margin-left: auto !important; margin-right: auto !important; margin-bottom: 20px !important; }[data-css=\"tve-u-162717cb618\"] { margin: 140px 0px 0px !important; }[data-css=\"tve-u-162717cb620\"] { clip-path: url(\"#clip-mobile-bottom-c883ac5175045\"); -webkit-clip-path: url(\"#clip-mobile-bottom-c883ac5175045\");  background-size: auto, cover !important; background-attachment: scroll, fixed !important; }[data-css=\"tve-u-162717cb60a\"] { padding: 0px !important; }#tve_editor [data-css=\"tve-u-162717cb616\"] { font-size: 27px !important; }#tve_editor [data-css=\"tve-u-162717cb629\"] { font-size: 18px !important; }[data-css=\"tve-u-162717cb625\"] { float: none; display: block; max-width: 100%; width: 100%; min-width: 100%; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-162717cb623\"] { max-width: 100%; float: none; width: 100%; margin: 0px auto 10px !important; }[data-css=\"tve-u-162717d1bbf\"] > .tcb-flex-col { padding-left: 18px; }[data-css=\"tve-u-162717d1bbf\"] { margin-left: -18px; padding: 10px !important; flex-flow: row wrap !important; }[data-css=\"tve-u-162717d1bbe\"] { border-bottom: 1px solid rgba(255, 255, 255, 0.2); border-right: none; margin-left: auto !important; margin-right: auto !important; float: none; }[data-css=\"tve-u-162717d1bbc\"] { border: none; padding-left: 0px !important; padding-right: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-162717d1bc5\"] { border-right: none; padding-left: 15px !important; padding-right: 0px !important; }[data-css=\"tve-u-162717d1bc3\"] { margin: 3px 10px 0px 0px !important; }[data-css=\"tve-u-162717d1bb6\"] { border: none; padding-top: 0px !important; padding-left: 0px !important; margin-bottom: 1px !important; margin-top: -5px !important; padding-bottom: 10px !important; }[data-css=\"tve-u-164179a84b8\"] { float: none; width: 100%; max-width: 155px; z-index: 3; position: relative; margin-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-164179bced9\"] { border-right: none; position: relative; padding-left: 0px !important; padding-right: 0px !important; margin-top: 0px !important; max-width: 250px; margin-left: auto !important; margin-right: auto !important; float: none; }[data-css=\"tve-u-16417b62c09\"] { max-width: 126px; float: none; margin-left: auto !important; margin-right: auto !important; margin-top: 20px !important; }[data-css=\"tve-u-16417b662bf\"] { max-width: 126px; float: none; margin-left: auto !important; margin-right: auto !important; margin-top: 20px !important; }[data-css=\"tve-u-16417e5bd95\"] { margin: 3px 10px 0px 0px !important; }#tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] p, #tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] li, #tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] blockquote, #tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] address, #tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] .tcb-plain-text, #tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] label { font-size: 18px; }[data-css=\"tve-u-16959822de2\"] { padding-top: 10px !important; margin-left: auto !important; margin-right: auto !important; float: none; }}'),(6695,557,'tve_revision_tve_user_custom_css',''),(6696,557,'tve_revision_tve_page_events','a:0:{}'),(6697,557,'tve_revision_tve_globals','a:2:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";s:8:\"font_cls\";a:0:{}}'),(6698,557,'tve_revision_tve_global_scripts',''),(6699,557,'tve_revision_thrive_icon_pack','0'),(6700,557,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(6701,557,'tve_revision_tve_has_masonry','0'),(6702,557,'tve_revision_tve_has_typefocus','0'),(6703,557,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-162717d1bbe\" wfd-id=\"449\"><div class=\"tcb-flex-row tcb-medium-no-wrap v-2 tcb--cols--3 m-edit tcb-mobile-wrap\" data-css=\"tve-u-162717d1bbf\" wfd-id=\"450\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1695981e7bb\" wfd-id=\"476\"><div class=\"tcb-col\" data-css=\"tve-u-16959846d3d\" wfd-id=\"478\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16959822de2\" wfd-id=\"479\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"480\"><img class=\"tve_image wp-image-465\" alt=\"\" width=\"384\" height=\"62\" title=\"Blackhawk_custom_header\" data-id=\"465\" src=\"https://bestcerakoteflorida.com/wp-content/uploads/2019/01/Blackhawk_custom_header.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717d1bb9\" style=\"\" wfd-id=\"462\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717d1bb6\" wfd-id=\"464\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-164179a84b8\" wfd-id=\"465\">\n<div class=\"tve-content-box-background\" wfd-id=\"475\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"466\"><div class=\"tcb-clear\" wfd-id=\"473\"><a href=\"tel:1-954-848-1911\" target=\"_blank\" rel=\"\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-162717d1bc3\" data-float=\"1\" data-link-wrap=\"1\" wfd-id=\"474\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-phone-plus-light\" data-name=\"\">\n            <path d=\"M8 128h88v88c0 4.4 3.6 8 8 8h16c4.4 0 8-3.6 8-8v-88h88c4.4 0 8-3.6 8-8v-16c0-4.4-3.6-8-8-8h-88V8c0-4.4-3.6-8-8-8h-16c-4.4 0-8 3.6-8 8v88H8c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8zM487.8 24.1L387 .8c-14.7-3.4-29.8 4.2-35.8 18.1l-46.5 108.5c-5.5 12.7-1.8 27.7 8.9 36.5l53.9 44.1c-34 69.2-90.3 125.6-159.6 159.6l-44.1-53.9c-8.8-10.7-23.8-14.4-36.5-8.9L18.9 351.3c-13.9 6-21.5 21-18.1 35.8L24 487.9C27.3 502 39.9 512 54.5 512 306.7 512 512 307.8 512 54.5c0-14.6-10-27.2-24.2-30.4zM55.1 480l-23-99.6 107.4-46 59.5 72.8c103.6-48.6 159.7-104.9 208.1-208.1l-72.8-59.5 46-107.4 99.6 23C479.7 289.7 289.6 479.7 55.1 480z\"></path>\n        </svg></div></a></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162717d1bc5\" wfd-id=\"467\"><p data-css=\"tve-u-1641333d7d1\"><a href=\"tel:1-954-848-1911\" target=\"_blank\">954-848-1911</a></p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717d1bb7\" style=\"\" wfd-id=\"451\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717d1bbc\" wfd-id=\"453\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16369305186\" wfd-id=\"454\">\n<div class=\"tve-content-box-background\" wfd-id=\"461\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16417e9d24e\" wfd-id=\"455\"><div class=\"tcb-clear\" wfd-id=\"459\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-16417e5bd95\" data-float=\"1\" wfd-id=\"460\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-envelope-regular\" data-name=\"\">\n            <path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path>\n        </svg></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-164179bced9\" wfd-id=\"456\"><p data-css=\"tve-u-1641333d7d1\"><a href=\"mailto:info@bestcerkoteflorida.com\" target=\"_blank\">info@bestcerakoteflorida.com</a></p></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-162717cb621\" data-value-type=\"percent\" wfd-id=\"390\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-162717cb620\" data-clip-id=\"c883ac5175045\" wfd-id=\"448\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-c883ac5175045\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9125, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-c883ac5175045\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9476, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-c883ac5175045\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9651, 1 1, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-162717cb609\" wfd-id=\"391\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-162717cb618\" wfd-id=\"392\"><div class=\"tcb-flex-row tcb-medium-wrap tcb-resized v-2 tcb--cols--2\" data-css=\"tve-u-162717cb617\" wfd-id=\"393\"><div class=\"tcb-flex-col\" data-css=\"tve-u-162717cb601\" style=\"\" wfd-id=\"400\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717cb60a\" wfd-id=\"402\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h1\" data-css=\"tve-u-162717cb610\" wfd-id=\"438\"><h1 data-css=\"tve-u-162717cb616\" style=\"text-align: center;\">&nbsp;Protect What\'s Important To You With The Toughest Ceramic Finish On The Market<span data-css=\"tve-u-16271ca808e\" style=\"color: rgb(0, 229, 255);\" wfd-id=\"447\"></span></h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162717cb60f\" wfd-id=\"426\"><p data-css=\"tve-u-16413112747\">We provide reliable, affordable services for your vehicle. You can choose a q<span data-css=\"tve-u-16413111ba3\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"437\">u</span>ick exterior wash or a detailed clean, we have it all.</p></div><div class=\"tcb-clear\" data-css=\"tve-u-1641791ce1a\" wfd-id=\"411\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-162717cb623\" wfd-id=\"412\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-162717cb626\" data-tcb_hover_state_parent=\"1\" wfd-id=\"425\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-162717cb624\" wfd-id=\"413\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-162717cb625\" data-tcb_hover_state_parent=\"\" data-button-style=\"full_rounded\" wfd-id=\"414\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"415\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-162717cb629\" wfd-id=\"416\"><strong>Request an appointment</strong></span></span>\n</a>\n</div></div>\n</div></div><div class=\"tcb-clear\" data-css=\"tve-u-1641791de3b\" wfd-id=\"403\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-162717cb60c\" data-tcb_hover_state_parent=\"\" data-button-style=\"ghost\" wfd-id=\"404\">\n<a href=\"#\" class=\"tcb-button-link\" target=\"_blank\">\n<span class=\"tcb-button-texts\" wfd-id=\"405\"><span class=\"tcb-button-text thrv-inline-text\" wfd-id=\"406\"><strong>Call Now: 0400-700-682</strong></span></span>\n</a>\n</div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717cb600\" style=\"\" wfd-id=\"394\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717cb60b\" wfd-id=\"396\"><div class=\"thrv_responsive_video thrv_wrapper\" data-type=\"youtube\" data-rel=\"0\" data-url=\"https://www.youtube.com/watch?v=a1nyu9ZJiEk\" data-css=\"tve-u-16959cd1e7a\" data-modestbranding=\"1\" wfd-id=\"397\">\n	\n\n	<div class=\"tve_responsive_video_container\" wfd-id=\"398\">\n		<div class=\"video_overlay\" wfd-id=\"399\"></div>\n	<iframe data-code=\"a1nyu9ZJiEk\" data-provider=\"youtube\" src=\"https://www.youtube.com/embed/a1nyu9ZJiEk?rel=0&amp;modestbranding=1&amp;controls=1&amp;showinfo=1&amp;fs=1&amp;wmode=transparent\" data-src=\"https://www.youtube.com/embed/a1nyu9ZJiEk?rel=0&amp;modestbranding=1&amp;controls=1&amp;showinfo=1&amp;fs=1&amp;wmode=transparent\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-162717fcf9d\" data-value-type=\"percent\" wfd-id=\"329\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-162718bd0c0\" data-clip-id=\"a3b25e1c9221a\" wfd-id=\"389\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0875\"></polygon></clipPath><clipPath id=\"clip-tablet-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"6\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.1051\"></polygon></clipPath><clipPath id=\"clip-mobile-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"1\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0175\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-162718a3b40\" wfd-id=\"330\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622a159bcb\" wfd-id=\"331\">\n<div class=\"tve-content-box-background\" wfd-id=\"388\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"332\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621a2247ba\" wfd-id=\"383\"><h2 data-css=\"tve-u-1621a2e0d5b\">our services</h2></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16229f6175c\" wfd-id=\"356\"><div class=\"tcb-flex-row tcb-medium-no-wrap tcb--cols--3 v-2\" data-css=\"tve-u-162493a03b0\" wfd-id=\"357\"><div class=\"tcb-flex-col\" wfd-id=\"372\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1624939a960\" data-tcb_hover_state_parent=\"\" wfd-id=\"374\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-162493d5f13\" data-float=\"1\" wfd-id=\"382\"><svg class=\"tcb-icon\" viewBox=\"0 0 14 28\" data-name=\"bolt\">\n<path d=\"M13.828 8.844c0.172 0.187 0.219 0.453 0.109 0.688l-8.437 18.078c-0.125 0.234-0.375 0.391-0.656 0.391-0.063 0-0.141-0.016-0.219-0.031-0.344-0.109-0.547-0.438-0.469-0.766l3.078-12.625-6.344 1.578c-0.063 0.016-0.125 0.016-0.187 0.016-0.172 0-0.359-0.063-0.484-0.172-0.187-0.156-0.25-0.391-0.203-0.609l3.141-12.891c0.078-0.297 0.359-0.5 0.688-0.5h5.125c0.391 0 0.703 0.297 0.703 0.656 0 0.094-0.031 0.187-0.078 0.281l-2.672 7.234 6.188-1.531c0.063-0.016 0.125-0.031 0.187-0.031 0.203 0 0.391 0.094 0.531 0.234z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"378\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-162494b490e\" wfd-id=\"379\"><h4 data-css=\"tve-u-16249355087\" style=\"text-align: left;\">Express exterior</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162494b7ad0\" wfd-id=\"375\"><p data-css=\"tve-u-162492e70ad\">Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"365\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162493b6b63\" data-tcb_hover_state_parent=\"\" wfd-id=\"367\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b456a\" wfd-id=\"371\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"adjust\">\n<path d=\"M12 22.5v-17c-4.688 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"369\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1af44d\" wfd-id=\"370\"><h4 data-css=\"tve-u-16249358652\" style=\"text-align: left;\">Interior clean</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"368\"><p data-css=\"tve-u-162492e70ad\">Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"358\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16249373b25\" wfd-id=\"360\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b52d3\" wfd-id=\"364\"><svg class=\"tcb-icon\" viewBox=\"0 0 26 28\" data-name=\"umbrella\">\n<path d=\"M14 12.938v9.063c0 2.172-1.828 4-4 4s-4-1.828-4-4c0-0.547 0.453-1 1-1s1 0.453 1 1c0 1.047 0.953 2 2 2s2-0.953 2-2v-9.063c0.328-0.109 0.656-0.172 1-0.172s0.672 0.063 1 0.172zM26 13.359c0 0.266-0.234 0.5-0.5 0.5-0.141 0-0.25-0.063-0.359-0.156-0.906-0.844-1.75-1.437-3.047-1.437-1.484 0-2.766 0.922-3.609 2.094-0.187 0.266-0.328 0.547-0.5 0.812-0.109 0.172-0.234 0.266-0.438 0.266-0.219 0-0.344-0.094-0.453-0.266-0.172-0.266-0.313-0.547-0.5-0.812-0.844-1.172-2.109-2.094-3.594-2.094s-2.75 0.922-3.594 2.094c-0.187 0.266-0.328 0.547-0.5 0.812-0.109 0.172-0.234 0.266-0.453 0.266-0.203 0-0.328-0.094-0.438-0.266-0.172-0.266-0.313-0.547-0.5-0.812-0.844-1.172-2.125-2.094-3.609-2.094-1.297 0-2.141 0.594-3.047 1.437-0.109 0.094-0.219 0.156-0.359 0.156-0.266 0-0.5-0.234-0.5-0.5 0-0.047 0-0.078 0.016-0.109 1.437-5.906 7.141-9.25 12.984-9.25 5.812 0 11.578 3.344 12.984 9.25 0.016 0.031 0.016 0.063 0.016 0.109zM14 2v1.531c-0.328-0.016-0.672-0.031-1-0.031s-0.672 0.016-1 0.031v-1.531c0-0.547 0.453-1 1-1s1 0.453 1 1z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"362\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b01a6\" wfd-id=\"363\"><h4 data-css=\"tve-u-1624935a201\" style=\"text-align: left;\">Wax protection</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"361\"><p data-css=\"tve-u-162492e70ad\">Etiam pharetra, erat sed fermentum feugiat, velit mauris</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16249367114\" wfd-id=\"333\"><div class=\"tcb-flex-row tcb-medium-no-wrap tcb--cols--3 v-2\" data-css=\"tve-u-16229ffbb7b\" wfd-id=\"334\"><div class=\"tcb-flex-col\" wfd-id=\"349\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229fa6a26\" wfd-id=\"351\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b33f9\" wfd-id=\"355\"><svg class=\"tcb-icon\" viewBox=\"0 0 26 28\" data-name=\"magic\">\n<path d=\"M18.594 9.078l4.578-4.578-1.672-1.672-4.578 4.578zM25.578 4.5c0 0.266-0.094 0.516-0.281 0.703l-20.094 20.094c-0.187 0.187-0.438 0.281-0.703 0.281s-0.516-0.094-0.703-0.281l-3.094-3.094c-0.187-0.187-0.281-0.438-0.281-0.703s0.094-0.516 0.281-0.703l20.094-20.094c0.187-0.187 0.438-0.281 0.703-0.281s0.516 0.094 0.703 0.281l3.094 3.094c0.187 0.187 0.281 0.438 0.281 0.703zM4.469 1.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531zM9.938 4.062l3.063 0.938-3.063 0.938-0.938 3.063-0.938-3.063-3.063-0.938 3.063-0.938 0.938-3.063zM24.469 11.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531zM14.469 1.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"353\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b0a67\" wfd-id=\"354\"><h4 data-css=\"tve-u-16248fc42a1\" style=\"text-align: left;\">Dust &amp; Dash Console</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"352\"><p data-css=\"tve-u-162492e70ad\">Duis sed odio sit amet nibh vulputate cursus a sit amet mauris.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"342\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1622f65ba70\" wfd-id=\"344\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b60b4\" wfd-id=\"348\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"certificate\">\n<path d=\"M21.5 14l2.156 2.109c0.297 0.281 0.406 0.703 0.313 1.094-0.109 0.391-0.422 0.703-0.812 0.797l-2.938 0.75 0.828 2.906c0.109 0.391 0 0.812-0.297 1.094-0.281 0.297-0.703 0.406-1.094 0.297l-2.906-0.828-0.75 2.938c-0.094 0.391-0.406 0.703-0.797 0.812-0.094 0.016-0.203 0.031-0.297 0.031-0.297 0-0.594-0.125-0.797-0.344l-2.109-2.156-2.109 2.156c-0.281 0.297-0.703 0.406-1.094 0.313-0.406-0.109-0.703-0.422-0.797-0.812l-0.75-2.938-2.906 0.828c-0.391 0.109-0.812 0-1.094-0.297-0.297-0.281-0.406-0.703-0.297-1.094l0.828-2.906-2.938-0.75c-0.391-0.094-0.703-0.406-0.812-0.797-0.094-0.391 0.016-0.812 0.313-1.094l2.156-2.109-2.156-2.109c-0.297-0.281-0.406-0.703-0.313-1.094 0.109-0.391 0.422-0.703 0.812-0.797l2.938-0.75-0.828-2.906c-0.109-0.391 0-0.812 0.297-1.094 0.281-0.297 0.703-0.406 1.094-0.297l2.906 0.828 0.75-2.938c0.094-0.391 0.406-0.703 0.797-0.797 0.391-0.109 0.812 0 1.094 0.297l2.109 2.172 2.109-2.172c0.281-0.297 0.688-0.406 1.094-0.297 0.391 0.094 0.703 0.406 0.797 0.797l0.75 2.938 2.906-0.828c0.391-0.109 0.812 0 1.094 0.297 0.297 0.281 0.406 0.703 0.297 1.094l-0.828 2.906 2.938 0.75c0.391 0.094 0.703 0.406 0.812 0.797 0.094 0.391-0.016 0.812-0.313 1.094z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"346\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b12d8\" wfd-id=\"347\"><h4 data-css=\"tve-u-1625389a3d5\" style=\"text-align: left;\">Triple Foam Polish</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"345\"><p data-css=\"tve-u-162492e70ad\">Class aptent taciti sociosqu ad litora torquent</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"335\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229fa8c68\" wfd-id=\"337\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-16271adf6cf\" wfd-id=\"341\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"bullseye\">\n<path d=\"M16 14c0 2.203-1.797 4-4 4s-4-1.797-4-4 1.797-4 4-4 4 1.797 4 4zM18 14c0-3.313-2.688-6-6-6s-6 2.688-6 6 2.688 6 6 6 6-2.688 6-6zM20 14c0 4.422-3.578 8-8 8s-8-3.578-8-8 3.578-8 8-8 8 3.578 8 8zM22 14c0-5.516-4.484-10-10-10s-10 4.484-10 10 4.484 10 10 10 10-4.484 10-10zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"339\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-16248fc71c8\" wfd-id=\"340\"><h4 data-css=\"tve-u-1625389b4ed\" style=\"text-align: left;\">Tire dressing</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"338\"><p data-css=\"tve-u-162492e70ad\">Etiam pharetra, erat sed fermentum feugiat, velit mauris</p></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621ad46076\" wfd-id=\"297\">\n<div class=\"tve-page-section-out\" wfd-id=\"328\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621b072b4e\" wfd-id=\"298\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621a8b2488\" wfd-id=\"299\"><div class=\"tcb-flex-row tcb--cols--2 v-2\" data-css=\"tve-u-1621a8a804b\" wfd-id=\"300\"><div class=\"tcb-flex-col\" wfd-id=\"310\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16271bfe70c\" wfd-id=\"312\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h3\" data-css=\"tve-u-1621a8c4313\" wfd-id=\"327\"><h3><strong>Complete cleaning services for yoâ€‹ur car</strong></h3></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-16417b70f47\" wfd-id=\"313\"><ul class=\"tcb-styled-list\" wfd-id=\"314\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621acf0289\" wfd-id=\"323\"><div class=\"tcb-styled-list-icon\" wfd-id=\"325\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a8e11f3\" wfd-id=\"326\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ace1b08\" wfd-id=\"324\">We are a small business delivering professional cleaning services for all vehicles</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621acf64fb\" wfd-id=\"319\"><div class=\"tcb-styled-list-icon\" wfd-id=\"321\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a8e5625\" wfd-id=\"322\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ace4de9\" wfd-id=\"320\">Our services are convenient for individuals and corporate fleets</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"315\"><div class=\"tcb-styled-list-icon\" wfd-id=\"317\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a9076ef\" wfd-id=\"318\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621acf47d2\" wfd-id=\"316\">We use eco-friendly products that actually clean, protect and maintain your car better than the traditional cleaning substances</span></li></ul></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"301\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621a90a46f\" wfd-id=\"303\"><div class=\"thrv_wrapper thrv-fill-counter tve_red tve_normalfc thrv_data_element\" data-css=\"tve-u-1621a983587\" wfd-id=\"304\">\n<div class=\"tve_fill_counter_n\" style=\"\" data-fill=\"100\" data-css=\"tve-u-1621a98b602\" wfd-id=\"305\">\n<svg viewBox=\"0 0 170 170\" class=\"tve_fill_counter_circle\" shape-rendering=\"optimizeSpeed\" data-css=\"tve-u-1621a9a2862\">\n<circle class=\"tve_fill_counter_circle_inner\" r=\"85\" cx=\"85\" cy=\"85\" data-css=\"tve-u-1621a9685d4\"></circle>\n</svg>\n<div class=\"tve_fill_text_in\" data-css=\"tve-u-1621a96b190\" wfd-id=\"306\">\n<div class=\"tve_fill_text_value\" data-css=\"tve-u-1621a9a2866\" wfd-id=\"308\">\n<div class=\"thrv-inline-text tve_fill_text tve_editable\" data-css=\"tve-u-1621a9a2867\" wfd-id=\"309\"><strong>100%â€‹</strong></div>\n</div>\n<div class=\"thrv-inline-text tve_editable tve_data_element_label\" data-css=\"tve-u-1621a9750ae\" wfd-id=\"307\">Clean car</div>\n</div>\n</div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621ada1e7f\" data-value-type=\"percent\" wfd-id=\"261\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621adba9ef\" data-clip-id=\"52d5a36c151aa\" wfd-id=\"296\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-52d5a36c151aa\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0875\"></polygon></clipPath><clipPath id=\"clip-tablet-top-52d5a36c151aa\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0524\"></polygon></clipPath><clipPath id=\"clip-mobile-top-52d5a36c151aa\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0349\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621ad420c4\" wfd-id=\"262\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621ade6172\" wfd-id=\"263\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2 tcb-row-reversed-mobile tcb-mobile-edit v-2\" data-css=\"tve-u-1621adea58b\" wfd-id=\"264\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621b064646\" style=\"\" wfd-id=\"290\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ae0bec7\" wfd-id=\"292\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ae4fd21\" data-value-type=\"percent\" data-float=\"1\" wfd-id=\"293\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621ae6c8da\" data-clip-id=\"aa2c3e3c70555\" wfd-id=\"295\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0349\"></polygon></clipPath><clipPath id=\"clip-tablet-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"4\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0699\"></polygon></clipPath><clipPath id=\"clip-mobile-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"4\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0699\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb\" data-css=\"tve-u-1621ae4db6e\" wfd-id=\"294\"></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621b064668\" style=\"\" wfd-id=\"265\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621f45bed3\" wfd-id=\"267\"><div class=\"tcb-clear\" data-css=\"tve-u-16224848ee5\" wfd-id=\"288\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621afceb00\" wfd-id=\"289\"><h2 data-css=\"tve-u-1621afcc0bf\">Check Out Our Special Offer!</h2></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621afda4fa\" wfd-id=\"287\"><p data-css=\"tve-u-1621afd8c98\">Donâ€™t miss the opportunity to get 50% discount on a complete cleaning just by recommending us to a friend. Bring someone you know with you and clean you car half price!</p></div><div class=\"tcb-clear\" data-css=\"tve-u-16224834cab\" wfd-id=\"268\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621fe85996\" wfd-id=\"269\"><div class=\"tcb-flex-row tcb--cols--2 tcb-resized tcb-medium-wrap tcb-desktop-wrap\" data-css=\"tve-u-1621fe78878\" wfd-id=\"270\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621fe94086\" style=\"\" wfd-id=\"278\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"280\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621b01355a\" wfd-id=\"281\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621b08fdde\" data-tcb_hover_state_parent=\"1\" wfd-id=\"286\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16223f02c16\" wfd-id=\"282\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-1620af7eb3f\" data-tcb_hover_state_parent=\"\" data-button-style=\"full_rounded\" wfd-id=\"283\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"284\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-16228c75500\" wfd-id=\"285\"><strong>Request an appointment</strong></span></span>\n</a>\n</div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621fe940b9\" style=\"\" wfd-id=\"271\"><div class=\"tcb-col\" wfd-id=\"273\"><div class=\"tcb-clear\" data-css=\"tve-u-16224716d62\" wfd-id=\"274\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-1621b028939\" data-tcb_hover_state_parent=\"\" data-button-style=\"ghost\" wfd-id=\"275\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"276\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-16228c764b2\" wfd-id=\"277\"><strong>Call Now: 0400-700-682</strong></span></span>\n</a>\n</div></div></div></div></div></div></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16260ba2fa4\" wfd-id=\"168\">\n<div class=\"tve-page-section-out\" wfd-id=\"260\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16260be7104\" wfd-id=\"169\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621b0e4fb7\" wfd-id=\"259\"><h2 data-css=\"tve-u-1621b10fccf\" style=\"text-align: center;\">our happy clients</h2></div><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641367127b\" data-float=\"1\" wfd-id=\"258\"><svg class=\"tcb-icon\" viewBox=\"0 0 30 32\" data-name=\"quote-left\">\n<path d=\"M13.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429zM29.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641367e553\" wfd-id=\"257\"><svg class=\"tcb-icon\" viewBox=\"0 0 30 32\" data-name=\"quote-left\">\n<path d=\"M13.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429zM29.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a10d3b4\" wfd-id=\"228\">\n<div class=\"tve-content-box-background\" wfd-id=\"256\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"229\"><div class=\"tcb-clear\" data-css=\"tve-u-1621b300a64\" wfd-id=\"254\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-1621f154231\" wfd-id=\"255\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621b200375\" wfd-id=\"232\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-16260d8392c\" wfd-id=\"233\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"238\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"240\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16417b62c09\" wfd-id=\"241\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-16260d8396c\" wfd-id=\"242\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16260d01208\" style=\"\" wfd-id=\"248\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"250\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"251\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16225617da3\" wfd-id=\"253\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"252\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16260d0120e\" style=\"\" wfd-id=\"243\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"245\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"247\"><h5>Brett Graham, 28</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"246\"><h6 class=\"\">Architect</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"234\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"236\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"237\"><p data-css=\"tve-u-162539c17ec\">Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit. Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit.&nbsp;</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-16260c5ff0c\" wfd-id=\"230\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260c5ff07\" wfd-id=\"231\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a12f675\" wfd-id=\"199\">\n<div class=\"tve-content-box-background\" wfd-id=\"227\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"200\"><div class=\"tcb-clear\" data-css=\"tve-u-16260cd7683\" wfd-id=\"225\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260d73672\" wfd-id=\"226\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16260da3aa7\" wfd-id=\"203\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-1621fb68b97\" wfd-id=\"204\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"209\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"211\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16417b662bf\" wfd-id=\"212\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-1621fb65556\" wfd-id=\"213\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16229915e1a\" style=\"\" wfd-id=\"219\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"221\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"222\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16260c433e9\" wfd-id=\"224\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"223\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16229915e4e\" style=\"\" wfd-id=\"214\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"216\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"218\"><h5>Rosie Hanson, 24</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"217\"><h6 class=\"\">Real estate Associate</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"205\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"207\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"208\"><p data-css=\"tve-u-162539c17ec\">Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo.</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-16260d3b97e\" wfd-id=\"201\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260d39b83\" wfd-id=\"202\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a146aef\" wfd-id=\"170\">\n<div class=\"tve-content-box-background\" wfd-id=\"198\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"171\"><div class=\"tcb-clear\" data-css=\"tve-u-16260cd7683\" wfd-id=\"196\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260cd622f\" wfd-id=\"197\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16260c39a7e\" wfd-id=\"174\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-16260d3f4aa\" wfd-id=\"175\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"180\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"182\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621fbacc60\" wfd-id=\"183\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-16260d3f4af\" wfd-id=\"184\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16229915e1a\" style=\"\" wfd-id=\"190\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"192\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"193\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16260d5e4b8\" wfd-id=\"195\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"194\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16229915e4e\" style=\"\" wfd-id=\"185\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"187\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"189\"><h5>Shawn Mattews, 35</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"188\"><h6 class=\"\">project manager</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"176\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"178\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"179\"><p data-css=\"tve-u-162539c17ec\">Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo. Nullam ac urna eu felis.Sed non neque elit. Sed ut imperdiet nisi. Proin condimentum</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1621b30ca74\" wfd-id=\"172\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-1621f15b521\" wfd-id=\"173\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621b3c8c52\" wfd-id=\"64\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621b3cfc7b\" wfd-id=\"167\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621b3c74d9\" wfd-id=\"65\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621e7b695a\" wfd-id=\"166\"><h2 data-css=\"tve-u-1621e7a7350\" style=\"text-align: center;\">our offers</h2></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621e7c899a\" wfd-id=\"66\"><div class=\"tcb-flex-row tcb--cols--3 tcb-medium-wrap v-2\" data-css=\"tve-u-1621e7c7aa1\" wfd-id=\"67\"><div class=\"tcb-flex-col\" wfd-id=\"130\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16223fc9f23\" wfd-id=\"132\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e7ceab3\" style=\"\" wfd-id=\"133\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16416e4fafd\" wfd-id=\"165\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e7d5094\" wfd-id=\"134\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e7e9950\" data-value-type=\"percent\" style=\"\" wfd-id=\"161\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e7edfd9\" data-clip-id=\"10ffac3b28f1d\" wfd-id=\"164\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-10ffac3b28f1d\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-10ffac3b28f1d\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e7e6c1d\" wfd-id=\"162\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-16417b4cb9e\" wfd-id=\"163\"><h4 data-css=\"tve-u-1621fe1a1af\" style=\"text-align: center;\"><strong>Basic Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ec6c39b\" data-float=\"1\" wfd-id=\"157\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e81f424\" wfd-id=\"160\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec752da\" wfd-id=\"158\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"159\"><h4 data-css=\"tve-u-1621fe1bd18\" style=\"text-align: center;\"><strong>15$</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621ea50702\" wfd-id=\"135\"><ul class=\"tcb-styled-list\" wfd-id=\"136\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec3a5c0\" wfd-id=\"153\"><div class=\"tcb-styled-list-icon\" wfd-id=\"155\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec204df\" wfd-id=\"156\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec241aa\" wfd-id=\"154\">Interior vacuum</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"149\"><div class=\"tcb-styled-list-icon\" wfd-id=\"151\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec20f68\" wfd-id=\"152\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec2704c\" wfd-id=\"150\">Dust &amp;dash console</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec42aa7\" wfd-id=\"145\"><div class=\"tcb-styled-list-icon\" wfd-id=\"147\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec21a31\" wfd-id=\"148\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec298ab\" wfd-id=\"146\">Hand towel dry</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec43fe2\" wfd-id=\"141\"><div class=\"tcb-styled-list-icon\" wfd-id=\"143\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ea1fba7\" wfd-id=\"144\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea23322\" wfd-id=\"142\">Clean windows</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec454d9\" wfd-id=\"137\"><div class=\"tcb-styled-list-icon\" wfd-id=\"139\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ea295c0\" wfd-id=\"140\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea2c69a\" wfd-id=\"138\">Soft cloth wash</span></li></ul></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"99\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"101\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621eb81205\" style=\"\" wfd-id=\"102\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16416e603ab\" wfd-id=\"129\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621eb7ccb0\" wfd-id=\"103\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ebbbb6d\" data-value-type=\"percent\" wfd-id=\"125\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eaaedd8\" data-clip-id=\"a2b9cf3198d6f\" wfd-id=\"128\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-a2b9cf3198d6f\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-a2b9cf3198d6f\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec7f21a\" wfd-id=\"126\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e930bd7\" wfd-id=\"127\"><h4 data-css=\"tve-u-1621e92e97f\" style=\"text-align: center;\"><strong>Ultimate Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ec78d2c\" data-float=\"1\" wfd-id=\"121\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eab272c\" wfd-id=\"124\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec79a7d\" wfd-id=\"122\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"123\"><h4 data-css=\"tve-u-1621e942b65\" style=\"text-align: center;\"><strong>22 $</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621ebfa746\" wfd-id=\"118\"><p data-css=\"tve-u-1621f4ceaf6\" style=\"text-align: center;\">Includes basic service <span data-css=\"tve-u-1621f4ceaf7\" style=\"color: rgb(15, 29, 123);\" wfd-id=\"119\"><strong class=\"\"><span data-css=\"tve-u-1621f4ceafb\" wfd-id=\"120\">+</span></strong></span></p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621ebf340c\" wfd-id=\"104\"><ul class=\"tcb-styled-list\" wfd-id=\"105\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-164137a0b1f\" wfd-id=\"114\"><div class=\"tcb-styled-list-icon\" wfd-id=\"116\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec0c5bd\" wfd-id=\"117\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ebfe4ce\" wfd-id=\"115\">Triple foam conditiner</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec04541\" wfd-id=\"110\"><div class=\"tcb-styled-list-icon\" wfd-id=\"112\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec09a3c\" wfd-id=\"113\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ebff867\" wfd-id=\"111\">Tire dressing</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec05cc3\" wfd-id=\"106\"><div class=\"tcb-styled-list-icon\" wfd-id=\"108\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec15f6e\" wfd-id=\"109\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec009a8\" wfd-id=\"107\">Air freshner</span></li></ul></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"68\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16223dad661\" wfd-id=\"70\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621fd9c946\" style=\"\" wfd-id=\"71\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e7d234c\" wfd-id=\"98\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621fd84d7b\" wfd-id=\"72\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16223b080b0\" data-value-type=\"percent\" wfd-id=\"94\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eb3eb9f\" data-clip-id=\"ac98bb0e54b3b\" wfd-id=\"97\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621fd8766c\" wfd-id=\"95\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e930bd7\" wfd-id=\"96\"><h4 data-css=\"tve-u-1621fe1587d\" style=\"text-align: center;\"><strong>Supreme Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e8107f3\" wfd-id=\"90\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eb43d8d\" wfd-id=\"93\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e819c52\" wfd-id=\"91\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"92\"><h4 data-css=\"tve-u-1621fe1725e\" style=\"text-align: center;\"><strong>30 $</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621eb037bb\" wfd-id=\"87\"><p data-css=\"tve-u-1621f4d0451\" style=\"text-align: center;\">Includes ultimate service <span data-css=\"tve-u-1621eaff572\" style=\"color: rgb(15, 29, 123);\" wfd-id=\"88\"><strong class=\"\"><span data-css=\"tve-u-1621eb01b60\" wfd-id=\"89\">+</span></strong></span></p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621eacf6af\" wfd-id=\"73\"><ul class=\"tcb-styled-list\" wfd-id=\"74\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec36a4d\" wfd-id=\"83\"><div class=\"tcb-styled-list-icon\" wfd-id=\"85\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e9993aa\" wfd-id=\"86\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea1a5d7\" wfd-id=\"84\">Exterior trim dressing</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"79\"><div class=\"tcb-styled-list-icon\" wfd-id=\"81\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e99b1db\" wfd-id=\"82\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea19a06\" wfd-id=\"80\">Hand applied spray wax</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec37ea5\" wfd-id=\"75\"><div class=\"tcb-styled-list-icon\" wfd-id=\"77\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e99c314\" wfd-id=\"78\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea18c5d\" wfd-id=\"76\">Interior conditioner</span></li></ul></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621efddaaf\" wfd-id=\"43\">\n<div class=\"tve-page-section-out\" wfd-id=\"63\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621edf8048\" wfd-id=\"44\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621f114214\" wfd-id=\"45\"><div class=\"tcb-flex-row tcb-resized tcb-mobile-edit tcb--cols--2\" data-css=\"tve-u-1621ee03000\" wfd-id=\"46\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621ee4be21\" style=\"\" wfd-id=\"51\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ee093d4\" wfd-id=\"53\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ee3afec\" wfd-id=\"57\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621ee58e74\" wfd-id=\"62\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ee37f4a\" wfd-id=\"58\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1621ee74a24\" wfd-id=\"61\"><svg class=\"tcb-icon\" viewBox=\"0 0 16 28\" data-name=\"map-marker\">\n<path d=\"M12 10c0-2.203-1.797-4-4-4s-4 1.797-4 4 1.797 4 4 4 4-1.797 4-4zM16 10c0 0.953-0.109 1.937-0.516 2.797l-5.688 12.094c-0.328 0.688-1.047 1.109-1.797 1.109s-1.469-0.422-1.781-1.109l-5.703-12.094c-0.406-0.859-0.516-1.844-0.516-2.797 0-4.422 3.578-8 8-8s8 3.578 8 8z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621ee63e1c\" wfd-id=\"60\"><h2 data-css=\"tve-u-1621fdcb4ea\" style=\"text-align: center;\">contact us</h2></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16422a1ce91\" wfd-id=\"59\"><p data-css=\"tve-u-16422a1ce94\" style=\"text-align: left;\">Your adress goes here</p><p data-css=\"tve-u-16422a1ce93\" style=\"text-align: left;\">Phone: 0400 - 700 - 682</p><p data-css=\"tve-u-16422a1ce92\" style=\"text-align: left;\">Email: our_office@gmail.com</p></div></div>\n</div><div class=\"tcb-clear\" data-css=\"tve-u-16417c828be\" wfd-id=\"54\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_slide_left\" data-css=\"tve-u-1621ef118dc\" style=\"\" wfd-id=\"55\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"56\"><img class=\"tve_image tve_evt_manager_listen tve_et_tve-viewport wp-image-21388\" alt=\"\" width=\"567\" height=\"384\" title=\"Car wash img footer\" data-id=\"21388\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-img-footer.png\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_left&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" style=\"width: 100%;\"></span></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621ee4be73\" style=\"\" wfd-id=\"47\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ee22c43\" wfd-id=\"49\"><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-1621ee18a1c\" wfd-id=\"50\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=New York&amp;t=m&amp;z=5&amp;output=embed&amp;iwloc=near\"></iframe>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621f0aa8f7\" wfd-id=\"30\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621f0ada0e\" wfd-id=\"42\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621f0b0088\" wfd-id=\"31\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621f0d2c1a\" wfd-id=\"32\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-1621f0cbe40\" wfd-id=\"33\"><div class=\"tcb-flex-col\" wfd-id=\"38\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"40\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621f0da775\" wfd-id=\"41\"><p data-css=\"tve-u-1622444fb11\">Â© 2018, Your company name . All rights reserved.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"34\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"36\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16223fe5f5b\" wfd-id=\"37\"><p data-css=\"tve-u-1621f0d874c\" style=\"text-align: right;\">Made with <a href=\"https://thrivethemes.com/\" target=\"_blank\">Thrive Architect</a></p></div></div></div></div></div></div>\n</div>\n\n'),(6704,557,'tve_revision_tve_has_wistia_popover','0'),(6705,558,'tve_revision_tve_landing_page','tcb2-thrivebiz-car-wash'),(6706,558,'tve_revision_tve_landing_set',''),(6707,558,'tve_revision_tve_disable_theme_dependency','1'),(6708,558,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-162717d1bbe\" wfd-id=\"449\"><div class=\"tcb-flex-row tcb-medium-no-wrap v-2 tcb--cols--3 m-edit tcb-mobile-wrap\" data-css=\"tve-u-162717d1bbf\" wfd-id=\"450\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1695981e7bb\" wfd-id=\"476\"><div class=\"tcb-col\" data-css=\"tve-u-16959846d3d\" wfd-id=\"478\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16959822de2\" wfd-id=\"479\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"480\"><img class=\"tve_image wp-image-465\" alt=\"\" width=\"384\" height=\"62\" title=\"Blackhawk_custom_header\" data-id=\"465\" src=\"https://bestcerakoteflorida.com/wp-content/uploads/2019/01/Blackhawk_custom_header.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717d1bb9\" style=\"\" wfd-id=\"462\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717d1bb6\" wfd-id=\"464\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-164179a84b8\" wfd-id=\"465\">\n<div class=\"tve-content-box-background\" wfd-id=\"475\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"466\"><div class=\"tcb-clear\" wfd-id=\"473\"><a href=\"tel:1-954-848-1911\" target=\"_blank\" rel=\"\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-162717d1bc3\" data-float=\"1\" data-link-wrap=\"1\" wfd-id=\"474\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-phone-plus-light\" data-name=\"\">\n            <path d=\"M8 128h88v88c0 4.4 3.6 8 8 8h16c4.4 0 8-3.6 8-8v-88h88c4.4 0 8-3.6 8-8v-16c0-4.4-3.6-8-8-8h-88V8c0-4.4-3.6-8-8-8h-16c-4.4 0-8 3.6-8 8v88H8c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8zM487.8 24.1L387 .8c-14.7-3.4-29.8 4.2-35.8 18.1l-46.5 108.5c-5.5 12.7-1.8 27.7 8.9 36.5l53.9 44.1c-34 69.2-90.3 125.6-159.6 159.6l-44.1-53.9c-8.8-10.7-23.8-14.4-36.5-8.9L18.9 351.3c-13.9 6-21.5 21-18.1 35.8L24 487.9C27.3 502 39.9 512 54.5 512 306.7 512 512 307.8 512 54.5c0-14.6-10-27.2-24.2-30.4zM55.1 480l-23-99.6 107.4-46 59.5 72.8c103.6-48.6 159.7-104.9 208.1-208.1l-72.8-59.5 46-107.4 99.6 23C479.7 289.7 289.6 479.7 55.1 480z\"></path>\n        </svg></div></a></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162717d1bc5\" wfd-id=\"467\"><p data-css=\"tve-u-1641333d7d1\"><a href=\"tel:1-954-848-1911\" target=\"_blank\">954-848-1911</a></p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717d1bb7\" style=\"\" wfd-id=\"451\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717d1bbc\" wfd-id=\"453\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16369305186\" wfd-id=\"454\">\n<div class=\"tve-content-box-background\" wfd-id=\"461\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16417e9d24e\" wfd-id=\"455\"><div class=\"tcb-clear\" wfd-id=\"459\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-16417e5bd95\" data-float=\"1\" wfd-id=\"460\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-envelope-regular\" data-name=\"\">\n            <path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path>\n        </svg></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-164179bced9\" wfd-id=\"456\"><p data-css=\"tve-u-1641333d7d1\"><a href=\"mailto:info@bestcerkoteflorida.com\" target=\"_blank\">info@bestcerakoteflorida.com</a></p></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-162717cb621\" data-value-type=\"percent\" wfd-id=\"390\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-162717cb620\" data-clip-id=\"c883ac5175045\" wfd-id=\"448\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-c883ac5175045\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9125, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-c883ac5175045\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9476, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-c883ac5175045\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9651, 1 1, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-162717cb609\" wfd-id=\"391\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-162717cb618\" wfd-id=\"392\"><div class=\"tcb-flex-row tcb-medium-wrap tcb-resized v-2 tcb--cols--2\" data-css=\"tve-u-162717cb617\" wfd-id=\"393\"><div class=\"tcb-flex-col\" data-css=\"tve-u-162717cb601\" style=\"\" wfd-id=\"400\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717cb60a\" wfd-id=\"402\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h1\" data-css=\"tve-u-162717cb610\" wfd-id=\"438\"><h1 data-css=\"tve-u-162717cb616\" style=\"text-align: center;\">&nbsp;Protect What\'s Important To You With The Toughest Ceramic Finish On The Market<span data-css=\"tve-u-16271ca808e\" style=\"color: rgb(0, 229, 255);\" wfd-id=\"447\"></span></h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162717cb60f\" wfd-id=\"426\"><p data-css=\"tve-u-16413112747\">We provide reliable, affordable services for your vehicle. You can choose a q<span data-css=\"tve-u-16413111ba3\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"437\">u</span>ick exterior wash or a detailed clean, we have it all.</p></div><div class=\"tcb-clear\" data-css=\"tve-u-1641791ce1a\" wfd-id=\"411\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-162717cb623\" wfd-id=\"412\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-162717cb626\" data-tcb_hover_state_parent=\"1\" wfd-id=\"425\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-162717cb624\" wfd-id=\"413\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-162717cb625\" data-tcb_hover_state_parent=\"\" data-button-style=\"full_rounded\" wfd-id=\"414\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"415\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-162717cb629\" wfd-id=\"416\"><strong>Request an appointment</strong></span></span>\n</a>\n</div></div>\n</div></div><div class=\"tcb-clear\" data-css=\"tve-u-1641791de3b\" wfd-id=\"403\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-162717cb60c\" data-tcb_hover_state_parent=\"\" data-button-style=\"ghost\" wfd-id=\"404\">\n<a href=\"#\" class=\"tcb-button-link\" target=\"_blank\">\n<span class=\"tcb-button-texts\" wfd-id=\"405\"><span class=\"tcb-button-text thrv-inline-text\" wfd-id=\"406\"><strong>Call Now: 0400-700-682</strong></span></span>\n</a>\n</div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717cb600\" style=\"\" wfd-id=\"394\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717cb60b\" wfd-id=\"396\"><div class=\"thrv_responsive_video thrv_wrapper\" data-type=\"youtube\" data-rel=\"0\" data-url=\"https://www.youtube.com/watch?v=a1nyu9ZJiEk\" data-css=\"tve-u-16959cd1e7a\" data-modestbranding=\"1\" wfd-id=\"397\">\n	\n\n	<div class=\"tve_responsive_video_container\" wfd-id=\"398\">\n		<div class=\"video_overlay\" wfd-id=\"399\"></div>\n	<iframe data-code=\"a1nyu9ZJiEk\" data-provider=\"youtube\" src=\"https://www.youtube.com/embed/a1nyu9ZJiEk?rel=0&amp;modestbranding=1&amp;controls=1&amp;showinfo=1&amp;fs=1&amp;wmode=transparent\" data-src=\"https://www.youtube.com/embed/a1nyu9ZJiEk?rel=0&amp;modestbranding=1&amp;controls=1&amp;showinfo=1&amp;fs=1&amp;wmode=transparent\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-162717fcf9d\" data-value-type=\"percent\" wfd-id=\"329\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-162718bd0c0\" data-clip-id=\"a3b25e1c9221a\" wfd-id=\"389\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0875\"></polygon></clipPath><clipPath id=\"clip-tablet-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"6\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.1051\"></polygon></clipPath><clipPath id=\"clip-mobile-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"1\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0175\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-162718a3b40\" wfd-id=\"330\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622a159bcb\" wfd-id=\"331\">\n<div class=\"tve-content-box-background\" wfd-id=\"388\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"332\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621a2247ba\" wfd-id=\"383\"><h2 data-css=\"tve-u-1621a2e0d5b\">our services</h2></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16229f6175c\" wfd-id=\"356\"><div class=\"tcb-flex-row tcb-medium-no-wrap tcb--cols--3 v-2\" data-css=\"tve-u-162493a03b0\" wfd-id=\"357\"><div class=\"tcb-flex-col\" wfd-id=\"372\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1624939a960\" data-tcb_hover_state_parent=\"\" wfd-id=\"374\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-162493d5f13\" data-float=\"1\" wfd-id=\"382\"><svg class=\"tcb-icon\" viewBox=\"0 0 14 28\" data-name=\"bolt\">\n<path d=\"M13.828 8.844c0.172 0.187 0.219 0.453 0.109 0.688l-8.437 18.078c-0.125 0.234-0.375 0.391-0.656 0.391-0.063 0-0.141-0.016-0.219-0.031-0.344-0.109-0.547-0.438-0.469-0.766l3.078-12.625-6.344 1.578c-0.063 0.016-0.125 0.016-0.187 0.016-0.172 0-0.359-0.063-0.484-0.172-0.187-0.156-0.25-0.391-0.203-0.609l3.141-12.891c0.078-0.297 0.359-0.5 0.688-0.5h5.125c0.391 0 0.703 0.297 0.703 0.656 0 0.094-0.031 0.187-0.078 0.281l-2.672 7.234 6.188-1.531c0.063-0.016 0.125-0.031 0.187-0.031 0.203 0 0.391 0.094 0.531 0.234z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"378\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-162494b490e\" wfd-id=\"379\"><h4 data-css=\"tve-u-16249355087\" style=\"text-align: left;\">Express exterior</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162494b7ad0\" wfd-id=\"375\"><p data-css=\"tve-u-162492e70ad\">Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"365\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162493b6b63\" data-tcb_hover_state_parent=\"\" wfd-id=\"367\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b456a\" wfd-id=\"371\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"adjust\">\n<path d=\"M12 22.5v-17c-4.688 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"369\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1af44d\" wfd-id=\"370\"><h4 data-css=\"tve-u-16249358652\" style=\"text-align: left;\">Interior clean</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"368\"><p data-css=\"tve-u-162492e70ad\">Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"358\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16249373b25\" wfd-id=\"360\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b52d3\" wfd-id=\"364\"><svg class=\"tcb-icon\" viewBox=\"0 0 26 28\" data-name=\"umbrella\">\n<path d=\"M14 12.938v9.063c0 2.172-1.828 4-4 4s-4-1.828-4-4c0-0.547 0.453-1 1-1s1 0.453 1 1c0 1.047 0.953 2 2 2s2-0.953 2-2v-9.063c0.328-0.109 0.656-0.172 1-0.172s0.672 0.063 1 0.172zM26 13.359c0 0.266-0.234 0.5-0.5 0.5-0.141 0-0.25-0.063-0.359-0.156-0.906-0.844-1.75-1.437-3.047-1.437-1.484 0-2.766 0.922-3.609 2.094-0.187 0.266-0.328 0.547-0.5 0.812-0.109 0.172-0.234 0.266-0.438 0.266-0.219 0-0.344-0.094-0.453-0.266-0.172-0.266-0.313-0.547-0.5-0.812-0.844-1.172-2.109-2.094-3.594-2.094s-2.75 0.922-3.594 2.094c-0.187 0.266-0.328 0.547-0.5 0.812-0.109 0.172-0.234 0.266-0.453 0.266-0.203 0-0.328-0.094-0.438-0.266-0.172-0.266-0.313-0.547-0.5-0.812-0.844-1.172-2.125-2.094-3.609-2.094-1.297 0-2.141 0.594-3.047 1.437-0.109 0.094-0.219 0.156-0.359 0.156-0.266 0-0.5-0.234-0.5-0.5 0-0.047 0-0.078 0.016-0.109 1.437-5.906 7.141-9.25 12.984-9.25 5.812 0 11.578 3.344 12.984 9.25 0.016 0.031 0.016 0.063 0.016 0.109zM14 2v1.531c-0.328-0.016-0.672-0.031-1-0.031s-0.672 0.016-1 0.031v-1.531c0-0.547 0.453-1 1-1s1 0.453 1 1z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"362\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b01a6\" wfd-id=\"363\"><h4 data-css=\"tve-u-1624935a201\" style=\"text-align: left;\">Wax protection</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"361\"><p data-css=\"tve-u-162492e70ad\">Etiam pharetra, erat sed fermentum feugiat, velit mauris</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16249367114\" wfd-id=\"333\"><div class=\"tcb-flex-row tcb-medium-no-wrap tcb--cols--3 v-2\" data-css=\"tve-u-16229ffbb7b\" wfd-id=\"334\"><div class=\"tcb-flex-col\" wfd-id=\"349\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229fa6a26\" wfd-id=\"351\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b33f9\" wfd-id=\"355\"><svg class=\"tcb-icon\" viewBox=\"0 0 26 28\" data-name=\"magic\">\n<path d=\"M18.594 9.078l4.578-4.578-1.672-1.672-4.578 4.578zM25.578 4.5c0 0.266-0.094 0.516-0.281 0.703l-20.094 20.094c-0.187 0.187-0.438 0.281-0.703 0.281s-0.516-0.094-0.703-0.281l-3.094-3.094c-0.187-0.187-0.281-0.438-0.281-0.703s0.094-0.516 0.281-0.703l20.094-20.094c0.187-0.187 0.438-0.281 0.703-0.281s0.516 0.094 0.703 0.281l3.094 3.094c0.187 0.187 0.281 0.438 0.281 0.703zM4.469 1.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531zM9.938 4.062l3.063 0.938-3.063 0.938-0.938 3.063-0.938-3.063-3.063-0.938 3.063-0.938 0.938-3.063zM24.469 11.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531zM14.469 1.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"353\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b0a67\" wfd-id=\"354\"><h4 data-css=\"tve-u-16248fc42a1\" style=\"text-align: left;\">Dust &amp; Dash Console</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"352\"><p data-css=\"tve-u-162492e70ad\">Duis sed odio sit amet nibh vulputate cursus a sit amet mauris.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"342\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1622f65ba70\" wfd-id=\"344\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b60b4\" wfd-id=\"348\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"certificate\">\n<path d=\"M21.5 14l2.156 2.109c0.297 0.281 0.406 0.703 0.313 1.094-0.109 0.391-0.422 0.703-0.812 0.797l-2.938 0.75 0.828 2.906c0.109 0.391 0 0.812-0.297 1.094-0.281 0.297-0.703 0.406-1.094 0.297l-2.906-0.828-0.75 2.938c-0.094 0.391-0.406 0.703-0.797 0.812-0.094 0.016-0.203 0.031-0.297 0.031-0.297 0-0.594-0.125-0.797-0.344l-2.109-2.156-2.109 2.156c-0.281 0.297-0.703 0.406-1.094 0.313-0.406-0.109-0.703-0.422-0.797-0.812l-0.75-2.938-2.906 0.828c-0.391 0.109-0.812 0-1.094-0.297-0.297-0.281-0.406-0.703-0.297-1.094l0.828-2.906-2.938-0.75c-0.391-0.094-0.703-0.406-0.812-0.797-0.094-0.391 0.016-0.812 0.313-1.094l2.156-2.109-2.156-2.109c-0.297-0.281-0.406-0.703-0.313-1.094 0.109-0.391 0.422-0.703 0.812-0.797l2.938-0.75-0.828-2.906c-0.109-0.391 0-0.812 0.297-1.094 0.281-0.297 0.703-0.406 1.094-0.297l2.906 0.828 0.75-2.938c0.094-0.391 0.406-0.703 0.797-0.797 0.391-0.109 0.812 0 1.094 0.297l2.109 2.172 2.109-2.172c0.281-0.297 0.688-0.406 1.094-0.297 0.391 0.094 0.703 0.406 0.797 0.797l0.75 2.938 2.906-0.828c0.391-0.109 0.812 0 1.094 0.297 0.297 0.281 0.406 0.703 0.297 1.094l-0.828 2.906 2.938 0.75c0.391 0.094 0.703 0.406 0.812 0.797 0.094 0.391-0.016 0.812-0.313 1.094z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"346\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b12d8\" wfd-id=\"347\"><h4 data-css=\"tve-u-1625389a3d5\" style=\"text-align: left;\">Triple Foam Polish</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"345\"><p data-css=\"tve-u-162492e70ad\">Class aptent taciti sociosqu ad litora torquent</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"335\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229fa8c68\" wfd-id=\"337\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-16271adf6cf\" wfd-id=\"341\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"bullseye\">\n<path d=\"M16 14c0 2.203-1.797 4-4 4s-4-1.797-4-4 1.797-4 4-4 4 1.797 4 4zM18 14c0-3.313-2.688-6-6-6s-6 2.688-6 6 2.688 6 6 6 6-2.688 6-6zM20 14c0 4.422-3.578 8-8 8s-8-3.578-8-8 3.578-8 8-8 8 3.578 8 8zM22 14c0-5.516-4.484-10-10-10s-10 4.484-10 10 4.484 10 10 10 10-4.484 10-10zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"339\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-16248fc71c8\" wfd-id=\"340\"><h4 data-css=\"tve-u-1625389b4ed\" style=\"text-align: left;\">Tire dressing</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"338\"><p data-css=\"tve-u-162492e70ad\">Etiam pharetra, erat sed fermentum feugiat, velit mauris</p></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621ad46076\" wfd-id=\"297\">\n<div class=\"tve-page-section-out\" wfd-id=\"328\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621b072b4e\" wfd-id=\"298\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621a8b2488\" wfd-id=\"299\"><div class=\"tcb-flex-row tcb--cols--2 v-2\" data-css=\"tve-u-1621a8a804b\" wfd-id=\"300\"><div class=\"tcb-flex-col\" wfd-id=\"310\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16271bfe70c\" wfd-id=\"312\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h3\" data-css=\"tve-u-1621a8c4313\" wfd-id=\"327\"><h3><strong>Complete cleaning services for yoâ€‹ur car</strong></h3></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-16417b70f47\" wfd-id=\"313\"><ul class=\"tcb-styled-list\" wfd-id=\"314\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621acf0289\" wfd-id=\"323\"><div class=\"tcb-styled-list-icon\" wfd-id=\"325\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a8e11f3\" wfd-id=\"326\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ace1b08\" wfd-id=\"324\">We are a small business delivering professional cleaning services for all vehicles</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621acf64fb\" wfd-id=\"319\"><div class=\"tcb-styled-list-icon\" wfd-id=\"321\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a8e5625\" wfd-id=\"322\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ace4de9\" wfd-id=\"320\">Our services are convenient for individuals and corporate fleets</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"315\"><div class=\"tcb-styled-list-icon\" wfd-id=\"317\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a9076ef\" wfd-id=\"318\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621acf47d2\" wfd-id=\"316\">We use eco-friendly products that actually clean, protect and maintain your car better than the traditional cleaning substances</span></li></ul></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"301\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621a90a46f\" wfd-id=\"303\"><div class=\"thrv_wrapper thrv-fill-counter tve_red tve_normalfc thrv_data_element\" data-css=\"tve-u-1621a983587\" wfd-id=\"304\">\n<div class=\"tve_fill_counter_n\" style=\"\" data-fill=\"100\" data-css=\"tve-u-1621a98b602\" wfd-id=\"305\">\n<svg viewBox=\"0 0 170 170\" class=\"tve_fill_counter_circle\" shape-rendering=\"optimizeSpeed\" data-css=\"tve-u-1621a9a2862\">\n<circle class=\"tve_fill_counter_circle_inner\" r=\"85\" cx=\"85\" cy=\"85\" data-css=\"tve-u-1621a9685d4\"></circle>\n</svg>\n<div class=\"tve_fill_text_in\" data-css=\"tve-u-1621a96b190\" wfd-id=\"306\">\n<div class=\"tve_fill_text_value\" data-css=\"tve-u-1621a9a2866\" wfd-id=\"308\">\n<div class=\"thrv-inline-text tve_fill_text tve_editable\" data-css=\"tve-u-1621a9a2867\" wfd-id=\"309\"><strong>100%â€‹</strong></div>\n</div>\n<div class=\"thrv-inline-text tve_editable tve_data_element_label\" data-css=\"tve-u-1621a9750ae\" wfd-id=\"307\">Clean car</div>\n</div>\n</div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621ada1e7f\" data-value-type=\"percent\" wfd-id=\"261\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621adba9ef\" data-clip-id=\"52d5a36c151aa\" wfd-id=\"296\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-52d5a36c151aa\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0875\"></polygon></clipPath><clipPath id=\"clip-tablet-top-52d5a36c151aa\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0524\"></polygon></clipPath><clipPath id=\"clip-mobile-top-52d5a36c151aa\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0349\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621ad420c4\" wfd-id=\"262\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621ade6172\" wfd-id=\"263\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2 tcb-row-reversed-mobile tcb-mobile-edit v-2\" data-css=\"tve-u-1621adea58b\" wfd-id=\"264\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621b064646\" style=\"\" wfd-id=\"290\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ae0bec7\" wfd-id=\"292\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ae4fd21\" data-value-type=\"percent\" data-float=\"1\" wfd-id=\"293\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621ae6c8da\" data-clip-id=\"aa2c3e3c70555\" wfd-id=\"295\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0349\"></polygon></clipPath><clipPath id=\"clip-tablet-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"4\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0699\"></polygon></clipPath><clipPath id=\"clip-mobile-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"4\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0699\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb\" data-css=\"tve-u-1621ae4db6e\" wfd-id=\"294\"></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621b064668\" style=\"\" wfd-id=\"265\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621f45bed3\" wfd-id=\"267\"><div class=\"tcb-clear\" data-css=\"tve-u-16224848ee5\" wfd-id=\"288\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621afceb00\" wfd-id=\"289\"><h2 data-css=\"tve-u-1621afcc0bf\">Check Out Our Special Offer!</h2></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621afda4fa\" wfd-id=\"287\"><p data-css=\"tve-u-1621afd8c98\">Donâ€™t miss the opportunity to get 50% discount on a complete cleaning just by recommending us to a friend. Bring someone you know with you and clean you car half price!</p></div><div class=\"tcb-clear\" data-css=\"tve-u-16224834cab\" wfd-id=\"268\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621fe85996\" wfd-id=\"269\"><div class=\"tcb-flex-row tcb--cols--2 tcb-resized tcb-medium-wrap tcb-desktop-wrap\" data-css=\"tve-u-1621fe78878\" wfd-id=\"270\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621fe94086\" style=\"\" wfd-id=\"278\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"280\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621b01355a\" wfd-id=\"281\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621b08fdde\" data-tcb_hover_state_parent=\"1\" wfd-id=\"286\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16223f02c16\" wfd-id=\"282\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-1620af7eb3f\" data-tcb_hover_state_parent=\"\" data-button-style=\"full_rounded\" wfd-id=\"283\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"284\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-16228c75500\" wfd-id=\"285\"><strong>Request an appointment</strong></span></span>\n</a>\n</div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621fe940b9\" style=\"\" wfd-id=\"271\"><div class=\"tcb-col\" wfd-id=\"273\"><div class=\"tcb-clear\" data-css=\"tve-u-16224716d62\" wfd-id=\"274\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-1621b028939\" data-tcb_hover_state_parent=\"\" data-button-style=\"ghost\" wfd-id=\"275\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"276\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-16228c764b2\" wfd-id=\"277\"><strong>Call Now: 0400-700-682</strong></span></span>\n</a>\n</div></div></div></div></div></div></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16260ba2fa4\" wfd-id=\"168\">\n<div class=\"tve-page-section-out\" wfd-id=\"260\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16260be7104\" wfd-id=\"169\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621b0e4fb7\" wfd-id=\"259\"><h2 data-css=\"tve-u-1621b10fccf\" style=\"text-align: center;\">our happy clients</h2></div><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641367127b\" data-float=\"1\" wfd-id=\"258\"><svg class=\"tcb-icon\" viewBox=\"0 0 30 32\" data-name=\"quote-left\">\n<path d=\"M13.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429zM29.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641367e553\" wfd-id=\"257\"><svg class=\"tcb-icon\" viewBox=\"0 0 30 32\" data-name=\"quote-left\">\n<path d=\"M13.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429zM29.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a10d3b4\" wfd-id=\"228\">\n<div class=\"tve-content-box-background\" wfd-id=\"256\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"229\"><div class=\"tcb-clear\" data-css=\"tve-u-1621b300a64\" wfd-id=\"254\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-1621f154231\" wfd-id=\"255\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621b200375\" wfd-id=\"232\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-16260d8392c\" wfd-id=\"233\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"238\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"240\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16417b62c09\" wfd-id=\"241\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-16260d8396c\" wfd-id=\"242\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16260d01208\" style=\"\" wfd-id=\"248\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"250\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"251\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16225617da3\" wfd-id=\"253\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"252\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16260d0120e\" style=\"\" wfd-id=\"243\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"245\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"247\"><h5>Brett Graham, 28</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"246\"><h6 class=\"\">Architect</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"234\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"236\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"237\"><p data-css=\"tve-u-162539c17ec\">Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit. Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit.&nbsp;</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-16260c5ff0c\" wfd-id=\"230\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260c5ff07\" wfd-id=\"231\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a12f675\" wfd-id=\"199\">\n<div class=\"tve-content-box-background\" wfd-id=\"227\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"200\"><div class=\"tcb-clear\" data-css=\"tve-u-16260cd7683\" wfd-id=\"225\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260d73672\" wfd-id=\"226\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16260da3aa7\" wfd-id=\"203\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-1621fb68b97\" wfd-id=\"204\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"209\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"211\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16417b662bf\" wfd-id=\"212\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-1621fb65556\" wfd-id=\"213\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16229915e1a\" style=\"\" wfd-id=\"219\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"221\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"222\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16260c433e9\" wfd-id=\"224\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"223\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16229915e4e\" style=\"\" wfd-id=\"214\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"216\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"218\"><h5>Rosie Hanson, 24</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"217\"><h6 class=\"\">Real estate Associate</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"205\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"207\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"208\"><p data-css=\"tve-u-162539c17ec\">Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo.</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-16260d3b97e\" wfd-id=\"201\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260d39b83\" wfd-id=\"202\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a146aef\" wfd-id=\"170\">\n<div class=\"tve-content-box-background\" wfd-id=\"198\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"171\"><div class=\"tcb-clear\" data-css=\"tve-u-16260cd7683\" wfd-id=\"196\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260cd622f\" wfd-id=\"197\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16260c39a7e\" wfd-id=\"174\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-16260d3f4aa\" wfd-id=\"175\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"180\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"182\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621fbacc60\" wfd-id=\"183\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-16260d3f4af\" wfd-id=\"184\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16229915e1a\" style=\"\" wfd-id=\"190\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"192\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"193\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16260d5e4b8\" wfd-id=\"195\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"194\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16229915e4e\" style=\"\" wfd-id=\"185\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"187\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"189\"><h5>Shawn Mattews, 35</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"188\"><h6 class=\"\">project manager</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"176\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"178\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"179\"><p data-css=\"tve-u-162539c17ec\">Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo. Nullam ac urna eu felis.Sed non neque elit. Sed ut imperdiet nisi. Proin condimentum</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1621b30ca74\" wfd-id=\"172\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-1621f15b521\" wfd-id=\"173\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621b3c8c52\" wfd-id=\"64\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621b3cfc7b\" wfd-id=\"167\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621b3c74d9\" wfd-id=\"65\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621e7b695a\" wfd-id=\"166\"><h2 data-css=\"tve-u-1621e7a7350\" style=\"text-align: center;\">our offers</h2></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621e7c899a\" wfd-id=\"66\"><div class=\"tcb-flex-row tcb--cols--3 tcb-medium-wrap v-2\" data-css=\"tve-u-1621e7c7aa1\" wfd-id=\"67\"><div class=\"tcb-flex-col\" wfd-id=\"130\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16223fc9f23\" wfd-id=\"132\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e7ceab3\" style=\"\" wfd-id=\"133\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16416e4fafd\" wfd-id=\"165\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e7d5094\" wfd-id=\"134\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e7e9950\" data-value-type=\"percent\" style=\"\" wfd-id=\"161\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e7edfd9\" data-clip-id=\"10ffac3b28f1d\" wfd-id=\"164\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-10ffac3b28f1d\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-10ffac3b28f1d\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e7e6c1d\" wfd-id=\"162\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-16417b4cb9e\" wfd-id=\"163\"><h4 data-css=\"tve-u-1621fe1a1af\" style=\"text-align: center;\"><strong>Basic Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ec6c39b\" data-float=\"1\" wfd-id=\"157\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e81f424\" wfd-id=\"160\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec752da\" wfd-id=\"158\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"159\"><h4 data-css=\"tve-u-1621fe1bd18\" style=\"text-align: center;\"><strong>15$</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621ea50702\" wfd-id=\"135\"><ul class=\"tcb-styled-list\" wfd-id=\"136\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec3a5c0\" wfd-id=\"153\"><div class=\"tcb-styled-list-icon\" wfd-id=\"155\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec204df\" wfd-id=\"156\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec241aa\" wfd-id=\"154\">Interior vacuum</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"149\"><div class=\"tcb-styled-list-icon\" wfd-id=\"151\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec20f68\" wfd-id=\"152\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec2704c\" wfd-id=\"150\">Dust &amp;dash console</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec42aa7\" wfd-id=\"145\"><div class=\"tcb-styled-list-icon\" wfd-id=\"147\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec21a31\" wfd-id=\"148\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec298ab\" wfd-id=\"146\">Hand towel dry</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec43fe2\" wfd-id=\"141\"><div class=\"tcb-styled-list-icon\" wfd-id=\"143\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ea1fba7\" wfd-id=\"144\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea23322\" wfd-id=\"142\">Clean windows</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec454d9\" wfd-id=\"137\"><div class=\"tcb-styled-list-icon\" wfd-id=\"139\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ea295c0\" wfd-id=\"140\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea2c69a\" wfd-id=\"138\">Soft cloth wash</span></li></ul></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"99\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"101\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621eb81205\" style=\"\" wfd-id=\"102\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16416e603ab\" wfd-id=\"129\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621eb7ccb0\" wfd-id=\"103\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ebbbb6d\" data-value-type=\"percent\" wfd-id=\"125\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eaaedd8\" data-clip-id=\"a2b9cf3198d6f\" wfd-id=\"128\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-a2b9cf3198d6f\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-a2b9cf3198d6f\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec7f21a\" wfd-id=\"126\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e930bd7\" wfd-id=\"127\"><h4 data-css=\"tve-u-1621e92e97f\" style=\"text-align: center;\"><strong>Ultimate Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ec78d2c\" data-float=\"1\" wfd-id=\"121\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eab272c\" wfd-id=\"124\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec79a7d\" wfd-id=\"122\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"123\"><h4 data-css=\"tve-u-1621e942b65\" style=\"text-align: center;\"><strong>22 $</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621ebfa746\" wfd-id=\"118\"><p data-css=\"tve-u-1621f4ceaf6\" style=\"text-align: center;\">Includes basic service <span data-css=\"tve-u-1621f4ceaf7\" style=\"color: rgb(15, 29, 123);\" wfd-id=\"119\"><strong class=\"\"><span data-css=\"tve-u-1621f4ceafb\" wfd-id=\"120\">+</span></strong></span></p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621ebf340c\" wfd-id=\"104\"><ul class=\"tcb-styled-list\" wfd-id=\"105\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-164137a0b1f\" wfd-id=\"114\"><div class=\"tcb-styled-list-icon\" wfd-id=\"116\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec0c5bd\" wfd-id=\"117\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ebfe4ce\" wfd-id=\"115\">Triple foam conditiner</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec04541\" wfd-id=\"110\"><div class=\"tcb-styled-list-icon\" wfd-id=\"112\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec09a3c\" wfd-id=\"113\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ebff867\" wfd-id=\"111\">Tire dressing</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec05cc3\" wfd-id=\"106\"><div class=\"tcb-styled-list-icon\" wfd-id=\"108\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec15f6e\" wfd-id=\"109\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec009a8\" wfd-id=\"107\">Air freshner</span></li></ul></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"68\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16223dad661\" wfd-id=\"70\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621fd9c946\" style=\"\" wfd-id=\"71\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e7d234c\" wfd-id=\"98\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621fd84d7b\" wfd-id=\"72\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16223b080b0\" data-value-type=\"percent\" wfd-id=\"94\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eb3eb9f\" data-clip-id=\"ac98bb0e54b3b\" wfd-id=\"97\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621fd8766c\" wfd-id=\"95\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e930bd7\" wfd-id=\"96\"><h4 data-css=\"tve-u-1621fe1587d\" style=\"text-align: center;\"><strong>Supreme Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e8107f3\" wfd-id=\"90\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eb43d8d\" wfd-id=\"93\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e819c52\" wfd-id=\"91\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"92\"><h4 data-css=\"tve-u-1621fe1725e\" style=\"text-align: center;\"><strong>30 $</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621eb037bb\" wfd-id=\"87\"><p data-css=\"tve-u-1621f4d0451\" style=\"text-align: center;\">Includes ultimate service <span data-css=\"tve-u-1621eaff572\" style=\"color: rgb(15, 29, 123);\" wfd-id=\"88\"><strong class=\"\"><span data-css=\"tve-u-1621eb01b60\" wfd-id=\"89\">+</span></strong></span></p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621eacf6af\" wfd-id=\"73\"><ul class=\"tcb-styled-list\" wfd-id=\"74\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec36a4d\" wfd-id=\"83\"><div class=\"tcb-styled-list-icon\" wfd-id=\"85\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e9993aa\" wfd-id=\"86\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea1a5d7\" wfd-id=\"84\">Exterior trim dressing</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"79\"><div class=\"tcb-styled-list-icon\" wfd-id=\"81\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e99b1db\" wfd-id=\"82\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea19a06\" wfd-id=\"80\">Hand applied spray wax</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec37ea5\" wfd-id=\"75\"><div class=\"tcb-styled-list-icon\" wfd-id=\"77\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e99c314\" wfd-id=\"78\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea18c5d\" wfd-id=\"76\">Interior conditioner</span></li></ul></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621efddaaf\" wfd-id=\"43\">\n<div class=\"tve-page-section-out\" wfd-id=\"63\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621edf8048\" wfd-id=\"44\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621f114214\" wfd-id=\"45\"><div class=\"tcb-flex-row tcb-resized tcb-mobile-edit tcb--cols--2\" data-css=\"tve-u-1621ee03000\" wfd-id=\"46\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621ee4be21\" style=\"\" wfd-id=\"51\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ee093d4\" wfd-id=\"53\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ee3afec\" wfd-id=\"57\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621ee58e74\" wfd-id=\"62\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ee37f4a\" wfd-id=\"58\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1621ee74a24\" wfd-id=\"61\"><svg class=\"tcb-icon\" viewBox=\"0 0 16 28\" data-name=\"map-marker\">\n<path d=\"M12 10c0-2.203-1.797-4-4-4s-4 1.797-4 4 1.797 4 4 4 4-1.797 4-4zM16 10c0 0.953-0.109 1.937-0.516 2.797l-5.688 12.094c-0.328 0.688-1.047 1.109-1.797 1.109s-1.469-0.422-1.781-1.109l-5.703-12.094c-0.406-0.859-0.516-1.844-0.516-2.797 0-4.422 3.578-8 8-8s8 3.578 8 8z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621ee63e1c\" wfd-id=\"60\"><h2 data-css=\"tve-u-1621fdcb4ea\" style=\"text-align: center;\">contact us</h2></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16422a1ce91\" wfd-id=\"59\"><p data-css=\"tve-u-16422a1ce94\" style=\"text-align: left;\">Your adress goes here</p><p data-css=\"tve-u-16422a1ce93\" style=\"text-align: left;\">Phone: 0400 - 700 - 682</p><p data-css=\"tve-u-16422a1ce92\" style=\"text-align: left;\">Email: our_office@gmail.com</p></div></div>\n</div><div class=\"tcb-clear\" data-css=\"tve-u-16417c828be\" wfd-id=\"54\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_slide_left\" data-css=\"tve-u-1621ef118dc\" style=\"\" wfd-id=\"55\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"56\"><img class=\"tve_image tve_evt_manager_listen tve_et_tve-viewport wp-image-21388\" alt=\"\" width=\"567\" height=\"384\" title=\"Car wash img footer\" data-id=\"21388\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-img-footer.png\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_left&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" style=\"width: 100%;\"></span></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621ee4be73\" style=\"\" wfd-id=\"47\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ee22c43\" wfd-id=\"49\"><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-1621ee18a1c\" wfd-id=\"50\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=New York&amp;t=m&amp;z=5&amp;output=embed&amp;iwloc=near\"></iframe>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621f0aa8f7\" wfd-id=\"30\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621f0ada0e\" wfd-id=\"42\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621f0b0088\" wfd-id=\"31\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621f0d2c1a\" wfd-id=\"32\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-1621f0cbe40\" wfd-id=\"33\"><div class=\"tcb-flex-col\" wfd-id=\"38\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"40\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621f0da775\" wfd-id=\"41\"><p data-css=\"tve-u-1622444fb11\">Â© 2018, Your company name . All rights reserved.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"34\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"36\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16223fe5f5b\" wfd-id=\"37\"><p data-css=\"tve-u-1621f0d874c\" style=\"text-align: right;\">Made with <a href=\"https://thrivethemes.com/\" target=\"_blank\">Thrive Architect</a></p></div></div></div></div></div></div>\n</div>\n\n'),(6709,558,'tve_revision_tve_content_more_found',''),(6710,558,'tve_revision_tve_save_post',''),(6711,558,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Merriweather:400,700&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Special+Elite:400&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Poppins:400,800,900,300,700,&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Monda:400,700,&subset=latin\");@media (min-width: 300px){.tcb-plain-text { font-family: Monda; font-weight: 400; font-size: 14px; }#tve_editor [data-css=\"tve-u-1621b072b4e\"] p, #tve_editor [data-css=\"tve-u-1621b072b4e\"] li, #tve_editor [data-css=\"tve-u-1621b072b4e\"] blockquote, #tve_editor [data-css=\"tve-u-1621b072b4e\"] address, #tve_editor [data-css=\"tve-u-1621b072b4e\"] .tcb-plain-text, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h1, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h2, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h3, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h4, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h5, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h6 { color: rgb(18, 18, 18); }[data-css=\"tve-u-16417c828be\"]::after { clear: both; }[data-css=\"tve-u-1621fe78878\"] .tcb-flex-col { flex-basis: 160px !important; }[data-css=\"tve-u-16417b70f47\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1641791de3b\"]::after { clear: both; }[data-css=\"tve-u-1641791ce1a\"]::after { clear: both; }#tve_editor [data-css=\"tve-u-1621fdcb4ea\"] { color: rgb(15, 29, 123) !important; }#tve_editor [data-css=\"tve-u-1641367127b\"] > :first-child { color: rgb(15, 29, 123); }[data-css=\"tve-u-1641367127b\"] { font-size: 60px; float: none; box-shadow: none; position: relative; z-index: 5; margin: 0px auto !important; }#tve_editor [data-css=\"tve-u-1641333d7d1\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-162717cb617\"] > .tcb-flex-col { padding-left: 0px; }#tve_editor [data-css=\"tve-u-16413112747\"] { color: rgba(255, 255, 255, 0.85) !important; }[data-css=\"tve-u-16413111ba3\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-16369305186\"] > .tve-cb { display: block; }#tve_editor [data-css=\"tve-u-162717cb609\"] p, #tve_editor [data-css=\"tve-u-162717cb609\"] li, #tve_editor [data-css=\"tve-u-162717cb609\"] blockquote, #tve_editor [data-css=\"tve-u-162717cb609\"] address, #tve_editor [data-css=\"tve-u-162717cb609\"] h1, #tve_editor [data-css=\"tve-u-162717cb609\"] h2, #tve_editor [data-css=\"tve-u-162717cb609\"] h3, #tve_editor [data-css=\"tve-u-162717cb609\"] h4, #tve_editor [data-css=\"tve-u-162717cb609\"] h5, #tve_editor [data-css=\"tve-u-162717cb609\"] h6 { color: rgb(255, 255, 255); }[data-css=\"tve-u-16369305186\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-162717cb621\"] .tve-page-section-in { display: flex; justify-content: center; flex-direction: column; }[data-css=\"tve-u-162717fcf9d\"] .tve-page-section-in { display: block; }[data-css=\"tve-u-1628a146aef\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1628a12f675\"] { padding: 0px !important; margin: 0px 0px 60px !important; }[data-css=\"tve-u-1628a10d3b4\"] { max-width: 100%; padding: 0px !important; margin: 0px 0px 60px !important; }[data-css=\"tve-u-16271ca808e\"] { color: rgb(0, 229, 255) !important; }#tve_editor [data-css=\"tve-u-162717cb618\"] p, #tve_editor [data-css=\"tve-u-162717cb618\"] li, #tve_editor [data-css=\"tve-u-162717cb618\"] blockquote, #tve_editor [data-css=\"tve-u-162717cb618\"] address, #tve_editor [data-css=\"tve-u-162717cb618\"] h1, #tve_editor [data-css=\"tve-u-162717cb618\"] h2, #tve_editor [data-css=\"tve-u-162717cb618\"] h3, #tve_editor [data-css=\"tve-u-162717cb618\"] h4, #tve_editor [data-css=\"tve-u-162717cb618\"] h5, #tve_editor [data-css=\"tve-u-162717cb618\"] h6 { color: rgb(0, 229, 255); }[data-css=\"tve-u-162718bd0c0\"] { clip-path: url(\"#clip-top-a3b25e1c9221a\"); -webkit-clip-path: url(\"#clip-top-a3b25e1c9221a\");  }[data-css=\"tve-u-162718a3b40\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-162717fcf9d\"] { z-index: 5; padding: 170px 40px 0px !important; margin-top: -80px !important; }[data-css=\"tve-u-16260cd622f\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-16260cd7683\"]::after { clear: both; }[data-css=\"tve-u-16260cd622f\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin-top: 0px !important; margin-bottom: -1px !important; }[data-css=\"tve-u-16260be7104\"] { max-width: 1200px; }[data-css=\"tve-u-16260ba2fa4\"] { padding: 100px 40px !important; }[data-css=\"tve-u-162539c17ec\"] { line-height: 1.6em !important; }#tve_editor [data-css=\"tve-u-162493b6b63\"]:hover { background-color: rgb(248, 249, 251) !important; }#tve_editor [data-css=\"tve-u-1624939a960\"]:hover { background-color: rgb(248, 249, 251) !important; background-image: none !important; }#tve_editor [data-css=\"tve-u-162492e70ad\"] { color: rgb(137, 141, 167) !important; }[data-css=\"tve-u-162492815ba\"] { padding: 0px !important; margin-top: 25px !important; }[data-css=\"tve-u-162491e8e1f\"]::after { clear: both; }[data-css=\"tve-u-1622f65ba70\"] { border: none; background-image: none !important; padding: 0px 30px 30px !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-1622a159bcb\"] { max-width: 100%; float: none; z-index: 6; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; margin-top: 0px !important; }[data-css=\"tve-u-16229915e4e\"] { max-width: 62.8%; }[data-css=\"tve-u-16229915e1a\"] { max-width: 37.2%; }[data-css=\"tve-u-16225617da3\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-Brett.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16225611edb\"] { min-height: 127px; }[data-css=\"tve-u-1622561121b\"] { max-width: 127px; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-16224848ee5\"]::after { clear: both; }[data-css=\"tve-u-16224834cab\"]::after { clear: both; }[data-css=\"tve-u-1621ee3afec\"] > .tve-cb { display: block; }[data-css=\"tve-u-1621fe78878\"] > .tcb-flex-col { padding-left: 5px; }[data-css=\"tve-u-1621fe940b9\"] { max-width: 50%; }[data-css=\"tve-u-1621fe94086\"] { max-width: 50%; }[data-css=\"tve-u-1621fe85996\"] { max-width: 585px; float: left; z-index: 3; position: relative; width: 100%; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621fe78878\"] > .tcb-flex-col > .tcb-col { min-height: 65px; justify-content: center; }[data-css=\"tve-u-1621fe78878\"] { min-height: inherit; margin-left: -5px; padding: 0px !important; flex-wrap: wrap !important; }#tve_editor [data-css=\"tve-u-1621f4d0451\"] { font-size: 20px !important; }#tve_editor [data-css=\"tve-u-1621f4ceaf6\"] { font-size: 20px !important; color: rgb(12, 12, 12) !important; }[data-css=\"tve-u-1621f45bed3\"] { padding: 0px !important; }[data-css=\"tve-u-1621f114214\"] { float: none; max-width: 100%; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621f0da775\"] { padding: 0px !important; }#tve_editor [data-css=\"tve-u-1621f0d874c\"] { letter-spacing: 1px; color: rgb(137, 141, 167) !important; font-size: 14px !important; }[data-css=\"tve-u-1621f0d2c1a\"] { max-width: 100%; margin-left: 60px !important; margin-right: 60px !important; }[data-css=\"tve-u-1621f0aa8f7\"] .tve-page-section-in { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621f0cbe40\"] { margin-left: 0px; padding: 0px !important; }[data-css=\"tve-u-1621f0cbe40\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-1621f0b0088\"] { max-width: 100%; min-height: 140px !important; }[data-css=\"tve-u-1621f0ada0e\"] { background-image: linear-gradient(rgb(22, 22, 24), rgb(22, 22, 24)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1621f0aa8f7\"] { padding: 0px !important; }[data-css=\"tve-u-1621efddaaf\"] { padding: 0px !important; }[data-css=\"tve-u-1621ef118dc\"] { width: 567px; position: relative; right: -50px; top: -104px; float: right; z-index: 3; margin-top: 0px !important; margin-bottom: 0px !important; padding-left: 0px !important; }#tve_editor [data-css=\"tve-u-1621ee74a24\"] > :first-child { color: rgb(15, 29, 123); }[data-css=\"tve-u-1621ee74a24\"] { font-size: 60px; float: none; z-index: 3; position: relative; margin: 0px auto 10px !important; padding-top: 0px !important; }[data-css=\"tve-u-1621ee63e1c\"] { float: none; z-index: 3; position: relative; max-width: none; width: 100%; padding: 0px !important; margin: 0px auto 30px !important; }[data-css=\"tve-u-1621ee58e74\"] { background-color: rgb(224, 226, 236) !important; }[data-css=\"tve-u-1621ee4be73\"] { max-width: 61%; }[data-css=\"tve-u-1621ee4be21\"] { max-width: 39%; }[data-css=\"tve-u-1621ee3afec\"] { padding: 60px 0px 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621ee37f4a\"] { min-height: 380px; }[data-css=\"tve-u-1621ee22c43\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding-top: 0px !important; padding-left: 0px !important; }[data-css=\"tve-u-1621ee18a1c\"] { margin: 80px 0px 0px 122px !important; }[data-css=\"tve-u-1621ee093d4\"] { margin-top: 0px !important; }[data-css=\"tve-u-1621ee03000\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1621ee03000\"] { margin-left: 0px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-1621ee03000\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-1621edf8048\"] { max-width: 100%; min-height: 1px !important; }[data-css=\"tve-u-1621ec454d9\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec43fe2\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec42aa7\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec3a5c0\"] { margin-top: 0px !important; margin-bottom: 10px !important; }[data-css=\"tve-u-1621ec37ea5\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec36a4d\"] { margin-bottom: 10px !important; }[data-css=\"tve-u-1621ea18c5d\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ea19a06\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ea1a5d7\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ea2c69a\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ea23322\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ec298ab\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ec2704c\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ec241aa\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ec05cc3\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec04541\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec009a8\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ebff867\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ebfe4ce\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621eb037bb\"] { padding: 0px !important; margin-top: 0px !important; margin-bottom: 30px !important; }[data-css=\"tve-u-1621eaff572\"] { color: rgb(15, 29, 123) !important; }[data-css=\"tve-u-1621ea50702\"] { max-width: 230px; float: none; z-index: 3; position: relative; width: 100%; padding: 0px !important; margin: 0px auto !important; }#tve_editor [data-css=\"tve-u-1621ea2c69a\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ea295c0\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ea295c0\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ea1fba7\"] > :first-child { color: rgb(137, 141, 167); }#tve_editor [data-css=\"tve-u-1621ea23322\"] { font-size: 16px !important; }[data-css=\"tve-u-1621ea1fba7\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }[data-css=\"tve-u-1621e99c314\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }[data-css=\"tve-u-1621e99b1db\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }[data-css=\"tve-u-1621e9993aa\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ea1a5d7\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ea19a06\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ea18c5d\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621e99c314\"] > :first-child { color: rgb(137, 141, 167); }#tve_editor [data-css=\"tve-u-1621e99b1db\"] > :first-child { color: rgb(137, 141, 167); }#tve_editor [data-css=\"tve-u-1621e9993aa\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621e8107f3\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621e942b65\"] strong { font-weight: 800; }[data-css=\"tve-u-1621e7e9950\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621e930bd7\"] { padding: 0px 0px 50px !important; }#tve_editor [data-css=\"tve-u-1621e92e97f\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1621e81f424\"] { border-radius: 200px; overflow: hidden; background-image: none !important; border: 3px solid rgb(255, 255, 255) !important; background-color: rgb(144, 147, 168) !important; }[data-css=\"tve-u-1621e819c52\"] { min-height: 110px; }[data-css=\"tve-u-1621e8107f3\"] { float: none; max-width: 110px; z-index: 4; padding: 0px !important; margin: -60px auto 30px !important; }[data-css=\"tve-u-1621e7edfd9\"] { clip-path: url(\"#clip-bottom-10ffac3b28f1d\"); -webkit-clip-path: url(\"#clip-bottom-10ffac3b28f1d\");  background-image: none !important; background-color: rgb(144, 147, 168) !important; }[data-css=\"tve-u-1621e7e9950\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1621e7e6c1d\"] { min-height: 150px; }[data-css=\"tve-u-1621e7c7aa1\"] > .tcb-flex-col { padding-left: 60px; }[data-css=\"tve-u-1621e7d5094\"] { min-height: 480px; }[data-css=\"tve-u-1621e7d234c\"] { box-shadow: rgba(0, 0, 0, 0.02) 0px 2px 22px 0px; background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1621e7ceab3\"] { float: none; width: 100%; padding: 0px 0px 20px !important; margin: 0px auto !important; }[data-css=\"tve-u-1621e7c899a\"] { float: none; max-width: 100%; margin: 0px auto !important; }[data-css=\"tve-u-1621e7c7aa1\"] { margin-left: -60px; padding: 0px !important; }[data-css=\"tve-u-1621e7b695a\"] { padding: 0px !important; margin-bottom: 100px !important; }#tve_editor [data-css=\"tve-u-1621e7a7350\"] { color: rgb(15, 29, 123) !important; }[data-css=\"tve-u-1621b3cfc7b\"] { filter: blur(0px); opacity: 1; background-image: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(220, 224, 246) 38%) !important; background-color: rgb(212, 212, 212) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1621b3c8c52\"] { padding: 100px 40px !important; }[data-css=\"tve-u-1621b3c74d9\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-1621b300a64\"]::after { clear: both; }[data-css=\"tve-u-1621b24a89d\"] { padding: 0px !important; }[data-css=\"tve-u-1621b22a018\"] { background-image: none !important; padding: 0px !important; }[data-css=\"tve-u-1621b200375\"] { float: none; max-width: 100%; border-left: 1px solid rgba(15, 29, 123, 0.7); border-right: 1px solid rgba(15, 29, 123, 0.7); background-color: rgb(248, 249, 251) !important; margin: 0px auto !important; }[data-css=\"tve-u-1621b10fccf\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621b0e4fb7\"] { border-right: none; max-width: 100%; padding: 0px !important; margin-bottom: 40px !important; margin-right: 0px !important; }[data-css=\"tve-u-1621b072b4e\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-1621b064668\"] { max-width: 52%; }[data-css=\"tve-u-1621b064646\"] { max-width: 48%; }[data-css=\"tve-u-1621afda4fa\"] { max-width: none; padding: 0px !important; margin-bottom: 40px !important; }#tve_editor [data-css=\"tve-u-1621afd8c98\"] { color: rgb(255, 255, 255) !important; font-size: 20px !important; }[data-css=\"tve-u-1621afceb00\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 80%; padding: 0px !important; margin-bottom: 50px !important; }#tve_editor [data-css=\"tve-u-1621afcc0bf\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1621a8a804b\"] > .tcb-flex-col { padding-left: 60px; }[data-css=\"tve-u-1621ae6c8da\"] { clip-path: url(\"#clip-top-aa2c3e3c70555\"); -webkit-clip-path: url(\"#clip-top-aa2c3e3c70555\");  background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-Cta-2.jpg\") !important; background-size: cover !important; background-position: 0% 100% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1621ae4fd21\"] { max-width: 100%; top: -70px; z-index: 5; left: -60px; position: relative !important; padding: 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-1621ae4db6e\"] { min-height: 524px; }[data-css=\"tve-u-1621ada1e7f\"] .tve-page-section-in { display: flex; flex-direction: column; justify-content: center; }[data-css=\"tve-u-1621adea58b\"] > .tcb-flex-col > .tcb-col { min-height: 1px; justify-content: center; }[data-css=\"tve-u-1621ae0bec7\"] { height: calc(100% - -22px); background-image: linear-gradient(rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.14)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; margin-left: 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621adea58b\"] > .tcb-flex-col { padding-left: 50px; }[data-css=\"tve-u-1621adea58b\"] { margin-left: -50px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-1621ade6172\"] { max-width: 100%; float: none; width: 100%; margin: 0px auto !important; }[data-css=\"tve-u-1621adba9ef\"] { clip-path: url(\"#clip-top-52d5a36c151aa\"); -webkit-clip-path: url(\"#clip-top-52d5a36c151aa\");  background-image: linear-gradient(rgba(15, 29, 123, 0.65), rgba(15, 29, 123, 0.65)), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-cta-bg.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-1621ada1e7f\"] { padding: 0px 40px !important; }[data-css=\"tve-u-1621ad46076\"] { padding: 100px 40px !important; margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1621ad420c4\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-1621a9076ef\"] { padding-top: 2px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-1621acf64fb\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621acf47d2\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1621acf0289\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621a8e11f3\"] { padding-top: 2px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-1621a8e5625\"] { padding-top: 2px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-1621ace4de9\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1621ace1b08\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1621a9a2867\"] strong { font-weight: 700; }#tve_editor [data-css=\"tve-u-1621a9a2867\"] { font-weight: 300; color: rgb(15, 29, 123) !important; font-family: Poppins !important; }[data-css=\"tve-u-1621a9750ae\"] { font-size: 18.36px !important; line-height: 18.36px !important; }[data-css=\"tve-u-1621a9a2867\"] { font-size: 64.8px !important; line-height: 64.8px !important; }[data-css=\"tve-u-1621a9a2866\"] { margin-top: 54px !important; }[data-css=\"tve-u-1621a9a2862\"] { width: 216px !important; height: 216px !important; background-color: rgb(137, 141, 167) !important; }[data-css=\"tve-u-1621a98b602\"] { stroke-dasharray: 678.584, 678.584; }[data-css=\"tve-u-1621a983587\"] { float: none; border: 30px solid rgba(137, 141, 167, 0.24); z-index: 3; position: relative; margin: 30px auto 0px !important; padding: 0px !important; }[data-css=\"tve-u-1621a9750ae\"] strong { font-weight: 700; }#tve_editor [data-css=\"tve-u-1621a9750ae\"] { color: rgb(255, 255, 255) !important; font-family: Monda !important; }[data-css=\"tve-u-1621a96b190\"] { background-color: rgb(101, 114, 203); width: 194.4px !important; height: 194.4px !important; top: 10.8px !important; bottom: 10.8px !important; left: 10.8px !important; right: 10.8px !important; }[data-css=\"tve-u-1621a9685d4\"] { stroke: rgb(248, 251, 253) !important; stroke-width: 22.6px !important; }[data-css=\"tve-u-1621a8a804b\"] > .tcb-flex-col > .tcb-col { min-height: 445px; justify-content: center; }[data-css=\"tve-u-1621a90a46f\"] { background-image: radial-gradient(rgba(255, 255, 255, 0.51) 16%, rgb(255, 255, 255) 73%), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-100-clean.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }#tve_editor [data-css=\"tve-u-1621a9076ef\"] > :first-child { color: rgb(15, 29, 123); }#tve_editor [data-css=\"tve-u-1621a8e5625\"] > :first-child { color: rgb(15, 29, 123); }#tve_editor [data-css=\"tve-u-1621a8e11f3\"] > :first-child { color: rgb(15, 29, 123); }[data-css=\"tve-u-1621a8c4313\"] { padding: 0px !important; margin-bottom: 60px !important; }[data-css=\"tve-u-1621a8b2488\"] { float: none; max-width: 100%; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621a8a804b\"] { min-height: inherit; margin-left: -60px; padding: 0px !important; }[data-css=\"tve-u-1621a2e0d5b\"] { line-height: 1em !important; }[data-css=\"tve-u-1621a2247ba\"] { max-width: 100%; float: none; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; }#tve_editor [data-css=\"tve-u-1620af7eb3f\"] .tcb-button-link { font-size: 18px; color: rgb(15, 29, 123) !important; }#tve_editor [data-css=\"tve-u-1620af7eb3f\"]:hover strong { font-weight: 700 !important; }[data-css=\"tve-u-1620af7eb3f\"] { width: 268px; float: left; z-index: 3; position: relative; display: block; max-width: 268px; margin-bottom: 0px !important; margin-top: 0px !important; margin-left: 3px !important; }#tve_editor [data-css=\"tve-u-1620af7eb3f\"]:hover .tcb-button-link { color: rgb(255, 255, 255) !important; border-radius: 200px !important; overflow: hidden !important; font-family: Monda !important; font-weight: 400 !important; text-shadow: none !important; background-image: none !important; background-color: rgb(15, 29, 123) !important; }[data-css=\"tve-u-1620af7eb3f\"] .tcb-button-link { border-radius: 200px; min-height: 54.7619px; font-size: 1.33333em; padding-top: 0px; padding-bottom: 0px; background-image: none !important; background-color: rgb(255, 255, 255) !important; padding-right: 15px !important; }#tcb_landing_page a:not(.tcb-button-link).tve_state_hover { color: rgb(35, 55, 188); }#tcb_landing_page a:not(.tcb-button-link):hover { color: rgb(35, 55, 188); }#tcb_landing_page a:not(.tcb-button-link) { color: rgb(255, 255, 255); }#tcb_landing_page input strong { font-weight: 700; }#tcb_landing_page .tcb-button-link strong { font-weight: 700; }#tcb_landing_page p strong, #tcb_landing_page li strong { font-weight: 700; }#tcb_landing_page input { font-family: Merriweather; font-weight: 400; }#tcb_landing_page .tcb-button-link { font-family: Merriweather; font-weight: 400; }#tcb_landing_page p, #tcb_landing_page li { color: rgb(12, 12, 12); font-family: Merriweather; font-weight: 400; line-height: 1.5em; font-size: 16px; }#tcb_landing_page h6 { text-transform: uppercase; font-size: 14px; color: rgb(0, 0, 0); font-family: \"Special Elite\"; font-weight: 400; letter-spacing: 1px; line-height: 1.3em; }#tcb_landing_page h5 { font-size: 22px; color: rgb(12, 12, 12); font-family: \"Special Elite\"; font-weight: 400; line-height: 1.3em; }#tcb_landing_page h4 { font-size: 24px; color: rgb(12, 12, 12); font-family: \"Special Elite\"; font-weight: 400; line-height: 1.3em; }#tcb_landing_page h3 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(12, 12, 12); font-size: 26px; line-height: 1.3em; }#tcb_landing_page h2 { color: rgb(0, 0, 0); font-size: 30px; letter-spacing: 2px; text-transform: uppercase; line-height: 1.3em; font-family: \"Special Elite\"; font-weight: 400; }#tcb_landing_page h1 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(0, 0, 0); font-size: 42px; line-height: 1.3em; }[data-css=\"tve-u-15e09c94f7d\"] { background-color: rgb(255, 255, 255); }[data-css=\"tve-u-1621b01355a\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621b01355a\"] { max-width: 274px; position: relative; float: left; z-index: 3; width: 100%; padding: 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-1621b028939\"] .tcb-button-link { font-size: 18px; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1621b028939\"]:hover strong { font-weight: 700 !important; }[data-css=\"tve-u-1621b028939\"] { display: block; max-width: 268px; width: 268px; top: 0px; left: 0px; float: left; z-index: 3; position: relative; margin-bottom: 0px !important; margin-top: 0px !important; }#tve_editor [data-css=\"tve-u-1621b028939\"]:hover .tcb-button-link { background-color: rgb(255, 255, 255) !important; color: rgb(15, 29, 123) !important; overflow: hidden !important; font-family: Monda !important; background-image: none !important; text-align: center !important; }[data-css=\"tve-u-1621b028939\"] .tcb-button-link { min-height: 54.7619px; font-size: 1.33333em; padding-top: 0px; padding-bottom: 0px; border: 1px solid rgb(255, 255, 255); border-radius: 30px; overflow: hidden; background-color: rgba(26, 188, 156, 0.01) !important; padding-right: 15px !important; color: rgb(26, 188, 156) !important; }[data-css=\"tve-u-1621b08fdde\"] { border-radius: 200px; overflow: hidden; border: 1px solid rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1621b01355a\"]:hover [data-css=\"tve-u-1621b08fdde\"] { border: 1px solid rgba(255, 255, 255, 0.4) !important; }[data-css=\"tve-u-1621b30ca74\"]::after { clear: both; }#tve_editor [data-css=\"tve-u-1621e942b65\"] { font-weight: 400; letter-spacing: 0px; color: rgb(255, 255, 255) !important; font-family: Poppins !important; font-size: 30px !important; }[data-css=\"tve-u-1621e94cb4e\"] { float: none; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621eaaedd8\"] { clip-path: url(\"#clip-bottom-a2b9cf3198d6f\"); -webkit-clip-path: url(\"#clip-bottom-a2b9cf3198d6f\");  background-image: none !important; background-color: rgb(5, 10, 42) !important; }[data-css=\"tve-u-1621eab272c\"] { border-radius: 200px; overflow: hidden; background-image: none !important; border: 3px solid rgb(255, 255, 255) !important; background-color: rgb(5, 10, 42) !important; }[data-css=\"tve-u-1621eacf6af\"] { max-width: 230px; float: none; z-index: 3; position: relative; padding: 0px !important; margin: 0px auto !important; }[data-css=\"tve-u-1621eb3eb9f\"] { clip-path: url(\"#clip-bottom-ac98bb0e54b3b\"); -webkit-clip-path: url(\"#clip-bottom-ac98bb0e54b3b\");  background-image: none !important; background-color: rgb(45, 51, 89) !important; }[data-css=\"tve-u-1621eb43d8d\"] { border-radius: 200px; overflow: hidden; background-image: none !important; border: 3px solid rgb(255, 255, 255) !important; background-color: rgb(45, 51, 89) !important; }[data-css=\"tve-u-1621eb7ccb0\"] { min-height: 530px; }[data-css=\"tve-u-1621eb81205\"] { padding: 0px 0px 20px !important; margin-top: -25px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621ebbbb6d\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621ebbbb6d\"] { max-width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1621ebf340c\"] { max-width: 230px; float: none; z-index: 3; position: relative; width: 100%; padding: 0px !important; margin: 0px auto !important; }[data-css=\"tve-u-1621ebfa746\"] { padding: 0px !important; margin-top: 0px !important; margin-bottom: 30px !important; }#tve_editor [data-css=\"tve-u-1621ebfe4ce\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ebff867\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ec009a8\"] { font-size: 16px !important; }[data-css=\"tve-u-1621ec09a3c\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; margin: 0px !important; }#tve_editor [data-css=\"tve-u-1621ec09a3c\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ec0c5bd\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; margin: 0px !important; }#tve_editor [data-css=\"tve-u-1621ec0c5bd\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ec15f6e\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ec15f6e\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ec204df\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ec204df\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ec20f68\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ec20f68\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ec21a31\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ec21a31\"] > :first-child { color: rgb(137, 141, 167); }#tve_editor [data-css=\"tve-u-1621ec241aa\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ec2704c\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ec298ab\"] { font-size: 16px !important; }[data-css=\"tve-u-1621ec6c39b\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621ec6c39b\"] { float: none; max-width: 110px; z-index: 4; padding: 0px !important; margin: -60px auto 30px !important; }[data-css=\"tve-u-1621ec752da\"] { min-height: 110px; }[data-css=\"tve-u-1621ec78d2c\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621ec78d2c\"] { float: none; max-width: 110px; z-index: 4; padding: 0px !important; margin: -60px auto 30px !important; }[data-css=\"tve-u-1621ec79a7d\"] { min-height: 110px; }[data-css=\"tve-u-1621ec7f21a\"] { min-height: 160px; }[data-css=\"tve-u-1621f154231\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-1621f154231\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin: 0px 0px -1px !important; }[data-css=\"tve-u-1621f15b521\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-1621f15b521\"] { float: right; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin-top: -1px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621f4ceaf7\"] { color: rgb(15, 29, 123) !important; }[data-css=\"tve-u-1621fb65556\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-1621fb65556\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-1621fb65556\"] { min-height: inherit; margin-left: -20px; padding: 0px !important; }[data-css=\"tve-u-1621fb68b97\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-1621fb68b97\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-1621fb68b97\"] { min-height: inherit; margin-left: -30px; padding: 30px !important; }[data-css=\"tve-u-1621fbacc60\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621fbcad8c\"] { padding: 0px !important; }[data-css=\"tve-u-1621fc0ce17\"] { padding: 0px !important; margin-bottom: 15px !important; }[data-css=\"tve-u-1621fd84d7b\"] { min-height: 480px; }[data-css=\"tve-u-1621fd8766c\"] { min-height: 150px; }[data-css=\"tve-u-1621fd9c946\"] { padding: 0px 0px 20px !important; margin-top: 0px !important; margin-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-1621fe1587d\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1621fe1725e\"] strong { font-weight: 800; }#tve_editor [data-css=\"tve-u-1621fe1725e\"] { font-weight: 400; letter-spacing: 0px; color: rgb(255, 255, 255) !important; font-family: Poppins !important; font-size: 30px !important; }#tve_editor [data-css=\"tve-u-1621fe1a1af\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1621fe1bd18\"] strong { font-weight: 800; }#tve_editor [data-css=\"tve-u-1621fe1bd18\"] { font-weight: 400; letter-spacing: 0px; color: rgb(255, 255, 255) !important; font-family: Poppins !important; font-size: 30px !important; }[data-css=\"tve-u-16223b080b0\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-16223b080b0\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-16223f02c16\"] { min-height: 62px; }[data-css=\"tve-u-16223fe5f5b\"] { padding: 0px !important; }[data-css=\"tve-u-16224439be1\"] { padding: 0px !important; }#tve_editor [data-css=\"tve-u-1622444fb11\"] { letter-spacing: 1px; color: rgb(137, 141, 167) !important; font-size: 14px !important; }#tve_editor [data-css=\"tve-u-16228c764b2\"] { font-size: 18px !important; }[data-css=\"tve-u-16229f6175c\"] { border: none; margin: 80px 0px 0px !important; background-image: none !important; }[data-css=\"tve-u-16229fa6a26\"] { border: none; box-shadow: none; padding: 0px 30px 30px !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-16229fa8c68\"] { border: none; padding: 0px 30px 30px !important; background-image: none !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col > .tcb-col { min-height: 244px; }[data-css=\"tve-u-16229ffbb7b\"] { margin-left: -30px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16248fc42a1\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-16248fc42a1\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-16248fc71c8\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-16249355087\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-16249355087\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-16249358652\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-16249358652\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-1624935a201\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-1624935a201\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-16249367114\"] { border: none; margin: 30px 0px 0px !important; background-image: none !important; }[data-css=\"tve-u-16249373b25\"] { border: none; padding: 0px 30px 30px !important; background-image: linear-gradient(rgb(248, 249, 251), rgb(248, 249, 251)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1624939a960\"] { border: none; box-shadow: none; padding: 0px 30px 30px !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-162493a03b0\"] > .tcb-flex-col > .tcb-col { min-height: 244px; }[data-css=\"tve-u-162493a03b0\"] { margin-left: -30px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-162493a03b0\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-162493b6b63\"] { border: none; background-image: none !important; padding: 0px 30px 30px !important; background-color: rgb(248, 249, 251) !important; }#tve_editor [data-css=\"tve-u-162493d5f13\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-162493d5f13\"] { font-size: 30px; width: 30px; height: 30px; top: 0px; left: 0px; display: block; position: static; z-index: 8; border-bottom: 1px solid rgb(10, 93, 165); border-top: none; border-right: none; border-left: none; border-image: initial; margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-162494b490e\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-162494b7ad0\"] { padding: 0px !important; margin-top: 25px !important; margin-left: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-1625389a3d5\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-1625389a3d5\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-1625389b4ed\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-1625389b4ed\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-162539ac577\"] { max-width: 39%; }[data-css=\"tve-u-162539ac57d\"] { max-width: 61%; }#tve_editor [data-css=\"tve-u-162539c17ec\"] { font-size: 16px !important; color: rgba(12, 12, 12, 0.7) !important; }[data-css=\"tve-u-16260c39a7e\"] { float: none; max-width: 100%; border-left: 1px solid rgba(15, 29, 123, 0.7); border-right: 1px solid rgba(15, 29, 123, 0.7); margin: 0px auto !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-16260c433e9\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-Rosie.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16260c5ff07\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-16260c5ff07\"] { float: right; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin: -1px 0px 0px !important; }[data-css=\"tve-u-16260c5ff0c\"]::after { clear: both; }[data-css=\"tve-u-16260d01208\"] { max-width: 37%; }[data-css=\"tve-u-16260d0120e\"] { max-width: 63%; }[data-css=\"tve-u-16260d39b83\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-16260d39b83\"] { float: right; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin-top: -1px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-16260d3b97e\"]::after { clear: both; }[data-css=\"tve-u-16260d3f4aa\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16260d3f4aa\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-16260d3f4aa\"] { min-height: inherit; margin-left: -30px; padding: 30px !important; }[data-css=\"tve-u-16260d3f4af\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-16260d3f4af\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-16260d3f4af\"] { min-height: inherit; margin-left: -20px; padding: 0px !important; }[data-css=\"tve-u-16260d5e4b8\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-Shawn.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16260d73672\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-16260d73672\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin-top: 0px !important; margin-bottom: -1px !important; }[data-css=\"tve-u-16260d8392c\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16260d8392c\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-16260d8392c\"] { min-height: inherit; margin-left: -30px; padding: 30px !important; }[data-css=\"tve-u-16260d8396c\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-16260d8396c\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-16260d8396c\"] { min-height: inherit; margin-left: -20px; padding: 0px !important; }[data-css=\"tve-u-16260da3aa7\"] { float: none; max-width: 100%; border-left: 1px solid rgba(15, 29, 123, 0.7); border-right: 1px solid rgba(15, 29, 123, 0.7); margin: 0px auto !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-162717cb600\"] { max-width: 58.2%; }[data-css=\"tve-u-162717cb601\"] { max-width: 41.8%; }[data-css=\"tve-u-162717cb609\"]::after { clear: both; }[data-css=\"tve-u-162717cb60a\"] { padding-right: 50px !important; padding-bottom: 80px !important; padding-top: 20px !important; }[data-css=\"tve-u-162717cb60b\"]::after { clear: both; }[data-css=\"tve-u-162717cb60b\"] { margin-top: 0px !important; margin-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-162717cb60c\"] .tcb-button-link { font-size: 18px; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-162717cb60c\"] { float: left; z-index: 3; position: relative; display: block; max-width: 300px; width: 300px; margin-bottom: 0px !important; margin-top: 0px !important; }#tve_editor [data-css=\"tve-u-162717cb60c\"]:hover .tcb-button-link { background-color: rgb(255, 255, 255) !important; color: rgb(15, 29, 123) !important; background-image: none !important; font-weight: bold !important; }[data-css=\"tve-u-162717cb60c\"] .tcb-button-link { border: 1px solid rgb(255, 255, 255); min-height: 54.7619px; font-size: 1.33333em; padding-top: 0px; padding-bottom: 0px; border-radius: 100px; overflow: hidden; background-color: rgba(26, 188, 156, 0.01) !important; color: rgb(26, 188, 156) !important; }[data-css=\"tve-u-162717cb60f\"] { padding: 0px !important; margin-bottom: 25px !important; }[data-css=\"tve-u-162717cb610\"] { padding: 0px !important; margin-bottom: 35px !important; }#tve_editor [data-css=\"tve-u-162717cb616\"] { text-transform: none !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-162717cb617\"] { margin-left: 0px; padding: 0px !important; }[data-css=\"tve-u-162717cb618\"] { max-width: none; margin-top: 0px !important; }[data-css=\"tve-u-162717cb620\"] { clip-path: url(\"#clip-bottom-c883ac5175045\"); -webkit-clip-path: url(\"#clip-bottom-c883ac5175045\");  background-image: linear-gradient(90deg, rgba(123, 100, 15, 0.54) 0%, rgba(15, 29, 123, 0.42) 100%), url(\"https://bestcerakoteflorida.com/wp-content/uploads/2018/05/FTYS6743.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, fixed !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-162717cb609\"] { max-width: 1200px; min-height: 630px !important; }[data-css=\"tve-u-162717cb621\"] { z-index: 1; padding: 125px 40px 0px !important; margin-top: -130px !important; }[data-css=\"tve-u-162717cb623\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-162717cb624\"] { min-height: 54px; }[data-css=\"tve-u-162717cb623\"] { max-width: 304px; float: left; z-index: 3; position: relative; width: 100%; padding: 2px !important; margin: 0px auto 18px !important; }#tve_editor [data-css=\"tve-u-162717cb625\"] .tcb-button-link { font-size: 18px; color: rgb(15, 29, 123) !important; }#tve_editor [data-css=\"tve-u-162717cb625\"]:hover strong { font-weight: 700 !important; }[data-css=\"tve-u-162717cb625\"] { display: block; max-width: 300px; width: 300px; float: none; z-index: 3; position: relative; margin: 0px auto !important; }#tve_editor [data-css=\"tve-u-162717cb625\"]:hover .tcb-button-link { color: rgb(255, 255, 255) !important; border-radius: 200px !important; overflow: hidden !important; font-family: Monda !important; font-weight: 400 !important; text-shadow: none !important; background-image: none !important; background-color: rgb(15, 29, 123) !important; }[data-css=\"tve-u-162717cb625\"] .tcb-button-link { border-radius: 200px; min-height: 54.7619px; font-size: 1.33333em; padding-top: 0px; padding-bottom: 0px; background-image: none !important; background-color: rgb(255, 255, 255) !important; padding-right: 15px !important; font-weight: bold !important; }#tve_editor [data-css=\"tve-u-162717cb623\"]:hover [data-css=\"tve-u-162717cb626\"] { border: 1px solid rgba(255, 255, 255, 0.6) !important; }[data-css=\"tve-u-162717cb626\"] { border-radius: 200px; overflow: hidden; border: 1px solid rgb(255, 255, 255) !important; }[data-css=\"tve-u-162717d1bb6\"] { border-right: 1px solid rgba(255, 255, 255, 0.2); }[data-css=\"tve-u-162717d1bbc\"] { border-left: none; padding: 0px !important; }[data-css=\"tve-u-162717d1bbe\"] { border-bottom: 1px solid rgba(255, 255, 255, 0.2); float: none; width: 100%; position: relative; z-index: 10; max-width: 1600px; margin: 0px auto !important; }[data-css=\"tve-u-162717d1bbf\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-162717d1bbf\"] > .tcb-flex-col { padding-left: 17px; }[data-css=\"tve-u-162717d1bbf\"] { margin-left: -17px; min-height: inherit; padding: 5px 0px 0px 40px !important; }#tve_editor [data-css=\"tve-u-162717d1bbe\"] p, #tve_editor [data-css=\"tve-u-162717d1bbe\"] li, #tve_editor [data-css=\"tve-u-162717d1bbe\"] blockquote, #tve_editor [data-css=\"tve-u-162717d1bbe\"] address { font-size: 16px; }#tve_editor [data-css=\"tve-u-162717d1bc3\"] > :first-child { color: rgb(255, 255, 255); }[data-css=\"tve-u-162717d1bc3\"] { font-size: 25px !important; width: 25px !important; height: 25px !important; z-index: 4; position: relative; float: left; margin: 3px 5px 0px 0px !important; padding-left: 0px !important; }[data-css=\"tve-u-162717d1bc5\"] { border-right: none; padding: 0px !important; position: static !important; }#tve_editor [data-css=\"tve-u-16271adf6cf\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-16271adf6cf\"] { font-size: 30px; width: 30px; height: 30px; top: 22px; left: 20px; border-bottom: 1px solid rgb(10, 93, 165); margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1641367e553\"] > :first-child { color: rgba(15, 29, 123, 0.12); }[data-css=\"tve-u-1641367e553\"] { font-size: 60px; float: none; box-shadow: none; width: 60px; height: 60px; margin: -55px auto 60px !important; padding-right: 17px !important; }[data-css=\"tve-u-16416e4fafd\"] { box-shadow: rgba(0, 0, 0, 0.02) 0px 2px 22px 0px; background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16416e603ab\"] { box-shadow: rgba(0, 0, 0, 0.12) 0px 3px 44px 0px; background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-164179a84b8\"] > .tve-cb { display: block; }[data-css=\"tve-u-164179a84b8\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-164179bced9\"] { border-right: none; padding: 3px 0px 0px !important; position: static !important; }[data-css=\"tve-u-16417b4cb9e\"] { padding: 0px 0px 50px !important; }[data-css=\"tve-u-16417b62c09\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-16417b662bf\"] { margin-top: 0px !important; margin-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-16417e5bd95\"] > :first-child { color: rgb(255, 255, 255); }[data-css=\"tve-u-16417e5bd95\"] { font-size: 25px !important; width: 25px !important; height: 25px !important; z-index: 4; position: relative; float: left; margin: 3px 15px 0px 0px !important; padding-left: 0px !important; }[data-css=\"tve-u-1641c1af44d\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1641c1b01a6\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1641c1b0a67\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1641c1b12d8\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }#tve_editor [data-css=\"tve-u-1641c1b33f9\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-1641c1b33f9\"] { font-size: 30px; width: 30px; height: 30px; top: 22px; left: 20px; border-bottom: 1px solid rgb(10, 93, 165); margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1641c1b456a\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-1641c1b456a\"] { font-size: 30px; width: 30px; height: 30px; top: 22px; left: 20px; border-bottom: 1px solid rgb(10, 93, 165); margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1641c1b52d3\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-1641c1b52d3\"] { font-size: 30px; width: 30px; height: 30px; top: 22px; left: 20px; border-bottom: 1px solid rgb(10, 93, 165); margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1641c1b60b4\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-1641c1b60b4\"] { font-size: 30px; width: 30px; height: 30px; top: 22px; left: 20px; border-bottom: 1px solid rgb(10, 93, 165); margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-16422a1ce91\"] { float: none; width: 100%; max-width: 227px; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; }#tve_editor [data-css=\"tve-u-16422a1ce92\"] { font-size: 16px !important; color: rgb(12, 12, 12) !important; }#tve_editor [data-css=\"tve-u-16422a1ce93\"] { font-size: 16px !important; color: rgb(18, 18, 18) !important; }[data-css=\"tve-u-16422a1ce92\"] { line-height: 1.7em !important; }[data-css=\"tve-u-16422a1ce93\"] { line-height: 1.7em !important; }#tve_editor [data-css=\"tve-u-16422a1ce94\"] { font-size: 16px !important; color: rgb(29, 26, 31) !important; }[data-css=\"tve-u-16422a1ce94\"] { line-height: 1.7em !important; }#tcb_landing_page .tcb-plain-text { color: rgb(0, 0, 0); font-family: Merriweather; font-weight: 400; }#tcb_landing_page .tcb-plain-text strong { font-weight: 700; }[data-css=\"tve-u-162717d1bbe\"] p { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-162717d1bbe\"] h3 { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-16959822de2\"] { width: 291px; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-16959846d3d\"] { margin-top: 0px !important; }[data-css=\"tve-u-16959cd1e7a\"] { box-shadow: rgba(0, 0, 0, 0.4) 0px 8px 12px 0px; }}@media (max-width: 1023px){[data-css=\"tve-u-1621ebfa746\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621eb037bb\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621ec78d2c\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621ec6c39b\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621b064668\"] { max-width: 49%; }[data-css=\"tve-u-1621b064646\"] { max-width: 51%; }[data-css=\"tve-u-1621b3c74d9\"] { max-width: 100%; }[data-css=\"tve-u-1621f0b0088\"] { min-height: 100px !important; }[data-css=\"tve-u-1621ee3afec\"] > .tve-cb { display: block; }[data-css=\"tve-u-1621e7ceab3\"] > .tve-cb { display: block; }[data-css=\"tve-u-1621ea50702\"] { float: none; width: 100%; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621ae4fd21\"] > .tve-cb { display: block; }[data-css=\"tve-u-162717cb60f\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-162717cb610\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-16223dad661\"] { padding-top: 20px !important; }[data-css=\"tve-u-1641367127b\"] { float: none; font-size: 50px; width: 50px; height: 50px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1641367e553\"] { float: none; font-size: 50px; width: 50px; height: 50px; margin: -44px auto 40px !important; padding-right: 12px !important; }[data-css=\"tve-u-1621e7b695a\"] { margin-bottom: 50px !important; }[data-css=\"tve-u-1621ee37f4a\"] { min-height: 262px; }[data-css=\"tve-u-1621ada1e7f\"] { padding: 50px 30px 50px 0px !important; }[data-css=\"tve-u-1621b072b4e\"] { max-width: 100%; }[data-css=\"tve-u-1621a2247ba\"] { margin-bottom: 60px !important; }[data-css=\"tve-u-16229f6175c\"] { margin-top: 0px !important; }[data-css=\"tve-u-162717cb60b\"] { height: calc(100% - -85px); margin-top: -85px !important; }[data-css=\"tve-u-162717cb617\"] .tcb-flex-col { flex-basis: 560px !important; }#tcb_landing_page h5 { line-height: 1.3em; }#tcb_landing_page h6 { line-height: 1.4em; }#tcb_landing_page p, #tcb_landing_page li { line-height: 1.5em; }[data-css=\"tve-u-1628a146aef\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1628a12f675\"] { margin-bottom: 40px !important; }[data-css=\"tve-u-1628a10d3b4\"] { margin-bottom: 40px !important; }[data-css=\"tve-u-162718bd0c0\"] { clip-path: url(\"#clip-tablet-top-a3b25e1c9221a\"); -webkit-clip-path: url(\"#clip-tablet-top-a3b25e1c9221a\");  background-color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-162717cb621\"] { z-index: 6; padding-top: 60px !important; margin-top: -90px !important; }[data-css=\"tve-u-162718a3b40\"] { max-width: 100%; min-height: 1px !important; }[data-css=\"tve-u-16271adf6cf\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-162493d5f13\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-162717fcf9d\"] { margin-top: -40px !important; padding-top: 90px !important; padding-left: 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-16260d3f4af\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16260d3f4aa\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1621fb65556\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1621fb68b97\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16260d8396c\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16260d8392c\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16260d39b83\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-16260c5ff07\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-16260ba2fa4\"] { padding: 50px 40px !important; }[data-css=\"tve-u-16260be7104\"] { max-width: 100%; }[data-css=\"tve-u-1621ebbbb6d\"] { margin-top: -1px !important; }[data-css=\"tve-u-1621eaaedd8\"] { clip-path: url(\"#clip-tablet-bottom-a2b9cf3198d6f\"); -webkit-clip-path: url(\"#clip-tablet-bottom-a2b9cf3198d6f\");  }[data-css=\"tve-u-1621e7e9950\"] { margin-top: -1px !important; }[data-css=\"tve-u-16229fa8c68\"] { padding: 0px 20px 20px !important; }[data-css=\"tve-u-1622f65ba70\"] { padding: 0px 20px 20px !important; }[data-css=\"tve-u-16249373b25\"] { padding-left: 20px !important; padding-right: 20px !important; padding-bottom: 20px !important; }[data-css=\"tve-u-162493b6b63\"] { padding-left: 20px !important; padding-bottom: 20px !important; padding-right: 20px !important; }[data-css=\"tve-u-16249367114\"] { margin-top: 20px !important; }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-1624935a201\"] { line-height: 1.3em !important; }[data-css=\"tve-u-16249358652\"] { line-height: 1.3em !important; }[data-css=\"tve-u-16249355087\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1625389b4ed\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1625389a3d5\"] { line-height: 1.3em !important; }[data-css=\"tve-u-16248fc42a1\"] { line-height: 1.3em !important; }[data-css=\"tve-u-162493a03b0\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-162493a03b0\"] .tcb-flex-col { flex-basis: 145px !important; }[data-css=\"tve-u-1622a159bcb\"] { float: none; max-width: 85%; margin: 0px auto !important; padding-top: 0px !important; }[data-css=\"tve-u-16229fa6a26\"] { margin-bottom: 20px !important; padding: 0px 20px 20px !important; }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16229ffbb7b\"] { min-height: inherit; margin-left: -20px; }[data-css=\"tve-u-1621ad46076\"] { margin-bottom: 0px !important; margin-top: 0px !important; padding: 50px 40px !important; }#tve_editor [data-css=\"tve-u-1621b028939\"] .tcb-button-link { font-size: 18px; }[data-css=\"tve-u-16223f02c16\"] { min-height: 54px; }[data-css=\"tve-u-1621b01355a\"] { max-width: 304px; padding: 2px !important; }[data-css=\"tve-u-1620af7eb3f\"] { float: none; z-index: 3; position: relative; display: block; max-width: 300px; width: 300px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621afda4fa\"] { max-width: 100%; margin-bottom: 30px !important; }[data-css=\"tve-u-16224716d62\"]::after { clear: both; }[data-css=\"tve-u-1621f0aa8f7\"] { margin-top: 0px !important; }[data-css=\"tve-u-1621e7e6c1d\"] { min-height: 150px; }[data-css=\"tve-u-1621e7edfd9\"] { clip-path: url(\"#clip-tablet-bottom-10ffac3b28f1d\"); -webkit-clip-path: url(\"#clip-tablet-bottom-10ffac3b28f1d\");  }[data-css=\"tve-u-1621ebf340c\"] { float: none; width: 100%; padding: 0px !important; margin-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621e7d5094\"] { min-height: 455px; }[data-css=\"tve-u-1621adea58b\"] > .tcb-flex-col > .tcb-col { justify-content: center; }[data-css=\"tve-u-16223dad661\"]::after { clear: both; }[data-css=\"tve-u-1621e8107f3\"] { float: none; margin-left: auto !important; margin-right: auto !important; margin-bottom: 20px !important; }[data-css=\"tve-u-16223b080b0\"] { float: none; margin-left: auto !important; margin-right: auto !important; margin-top: -1px !important; }[data-css=\"tve-u-1621eb3eb9f\"] { clip-path: url(\"#clip-tablet-bottom-ac98bb0e54b3b\"); -webkit-clip-path: url(\"#clip-tablet-bottom-ac98bb0e54b3b\");  }[data-css=\"tve-u-1621fe78878\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1621fe78878\"] { min-height: inherit; }#tve_editor [data-css=\"tve-u-1621e92e97f\"] { font-size: 22px !important; }#tve_editor [data-css=\"tve-u-1621e942b65\"] { letter-spacing: 0px; font-size: 1.5em !important; }#tve_editor [data-css=\"tve-u-1621fe1bd18\"] { letter-spacing: 0px; font-size: 1.5em !important; }#tve_editor [data-css=\"tve-u-1621fe1a1af\"] { font-size: 22px !important; }#tve_editor [data-css=\"tve-u-1621fe1725e\"] { letter-spacing: 0px; font-size: 1.5em !important; }#tve_editor [data-css=\"tve-u-1621fe1587d\"] { font-size: 22px !important; }[data-css=\"tve-u-1621ef118dc\"] { position: relative; top: -50px; left: 30px; width: 100%; }[data-css=\"tve-u-1621ee3afec\"] { padding: 40px 0px 0px !important; }[data-css=\"tve-u-1621ee63e1c\"] { max-width: none; margin-bottom: 30px !important; }[data-css=\"tve-u-1621ee74a24\"] { top: 0px; right: 0px; font-size: 45px; width: 45px; height: 45px; float: none; padding-left: 0px !important; margin: 0px auto !important; }[data-css=\"tve-u-1621ee18a1c\"] { margin-top: 40px !important; margin-left: 20px !important; margin-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-1621fdcb4ea\"] { letter-spacing: 1px; font-size: 1.5em !important; }[data-css=\"tve-u-1621ec7f21a\"] { min-height: 150px; }[data-css=\"tve-u-1621eacf6af\"] { float: none; max-width: 230px; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621fd9c946\"] { max-width: 380px; float: none; width: 100%; margin: 0px auto !important; padding-left: 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-1621eb81205\"] { margin-top: 0px !important; }[data-css=\"tve-u-1621eb7ccb0\"] { min-height: 455px; }[data-css=\"tve-u-1621fd8766c\"] { min-height: 150px; }[data-css=\"tve-u-1621fd84d7b\"] { min-height: 430px; }[data-css=\"tve-u-1621e7c7aa1\"] .tcb-flex-col { flex-basis: 300px !important; }#tve_editor [data-css=\"tve-u-1621e7a7350\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621e7c899a\"] { float: none; max-width: 100%; margin-left: auto !important; margin-right: auto !important; margin-top: 0px !important; }[data-css=\"tve-u-1621e7c7aa1\"] { margin-left: -20px; flex-direction: row; }[data-css=\"tve-u-1621e7c7aa1\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-1621b3c8c52\"] { padding: 50px 40px !important; }[data-css=\"tve-u-1621fc0ce17\"] { margin-top: 10px !important; margin-bottom: 7px !important; }[data-css=\"tve-u-1621fbcad8c\"] { padding-left: 0px !important; padding-right: 30px !important; }[data-css=\"tve-u-1621fbacc60\"] { max-width: 177px; }[data-css=\"tve-u-1621fb68b97\"] { margin-left: -15px; min-height: inherit; padding: 20px !important; }[data-css=\"tve-u-1621fb68b97\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-1621fb65556\"] { margin-left: -15px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-1621fb65556\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-1621b200375\"] { float: none; max-width: 100%; margin: 0px auto !important; }[data-css=\"tve-u-1621b0e4fb7\"] { max-width: 100%; float: none; z-index: 3; position: relative; margin-right: auto !important; margin-left: auto !important; margin-bottom: 20px !important; }#tve_editor [data-css=\"tve-u-1621b10fccf\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621ae0bec7\"] { background-image: none !important; margin-top: 0px !important; }[data-css=\"tve-u-1621ae6c8da\"] { clip-path: url(\"#clip-tablet-top-aa2c3e3c70555\"); -webkit-clip-path: url(\"#clip-tablet-top-aa2c3e3c70555\");  }[data-css=\"tve-u-1621adba9ef\"] { clip-path: url(\"#clip-tablet-top-52d5a36c151aa\"); -webkit-clip-path: url(\"#clip-tablet-top-52d5a36c151aa\");  }[data-css=\"tve-u-1621ad420c4\"] { max-width: 100%; min-height: 1px !important; }[data-css=\"tve-u-1621f45bed3\"] { padding: 0px !important; }[data-css=\"tve-u-1621ae4fd21\"] { max-width: 100%; left: 0px; top: 0px; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621ae4db6e\"] { min-height: 300px; }#tve_editor [data-css=\"tve-u-1621afd8c98\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621afcc0bf\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621afceb00\"] { max-width: 100%; margin-bottom: 30px !important; }[data-css=\"tve-u-1621a98b602\"] { stroke-dasharray: 534.071, 534.071; }[data-css=\"tve-u-1621a9750ae\"] { font-size: 14.45px !important; line-height: 14.45px !important; }[data-css=\"tve-u-1621a9a2867\"] { font-size: 51px !important; line-height: 51px !important; }[data-css=\"tve-u-1621a9a2866\"] { margin-top: 42.5px !important; }[data-css=\"tve-u-1621a96b190\"] { width: 153px !important; height: 153px !important; top: 8.5px !important; bottom: 8.5px !important; left: 8.5px !important; right: 8.5px !important; }[data-css=\"tve-u-1621a9685d4\"] { stroke-width: 18px !important; }[data-css=\"tve-u-1621a9a2862\"] { width: 170px !important; height: 170px !important; }[data-css=\"tve-u-1621a983587\"] { float: none; border: 20px solid rgba(137, 141, 167, 0.24); margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621a8b2488\"] { float: none; max-width: 100%; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621a8a804b\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1621a8a804b\"] { margin-left: -24px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-1621a8a804b\"] > .tcb-flex-col { padding-left: 24px; }#tve_editor [data-css=\"tve-u-1621a2e0d5b\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621b028939\"] { position: relative; float: left; z-index: 3; display: block; max-width: 300px; width: 300px; margin-top: 15px !important; }[data-css=\"tve-u-1621adea58b\"] { margin-left: -30px; }[data-css=\"tve-u-1621adea58b\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-1621ade6172\"] { max-width: 100%; position: static; }#tve_editor [data-css=\"tve-u-16248fc42a1\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-16249355087\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-16249358652\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-1624935a201\"] { font-size: 18px !important; }[data-css=\"tve-u-1624939a960\"] { margin-bottom: 0px !important; padding-bottom: 20px !important; padding-left: 20px !important; padding-right: 20px !important; }[data-css=\"tve-u-162493a03b0\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-162493a03b0\"] { min-height: inherit; margin-left: -20px; }#tve_editor [data-css=\"tve-u-1625389a3d5\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-1625389b4ed\"] { font-size: 18px !important; }[data-css=\"tve-u-16260c39a7e\"] { float: none; max-width: 100%; margin: 0px auto !important; }[data-css=\"tve-u-16260d3f4aa\"] { margin-left: -15px; min-height: inherit; padding: 20px !important; }[data-css=\"tve-u-16260d3f4aa\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-16260d3f4af\"] { margin-left: -15px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-16260d3f4af\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-16260d8392c\"] { margin-left: -15px; min-height: inherit; padding: 20px !important; }[data-css=\"tve-u-16260d8392c\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-16260d8396c\"] { margin-left: -15px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-16260d8396c\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-16260da3aa7\"] { float: none; max-width: 100%; margin: 0px !important; }[data-css=\"tve-u-162717cb60c\"] { display: block; max-width: 300px; width: 300px; }[data-css=\"tve-u-162717cb609\"] { max-width: 100%; min-height: 1px !important; }[data-css=\"tve-u-162717cb60a\"] { padding: 0px !important; }[data-css=\"tve-u-162717cb618\"] { float: none; max-width: 100%; margin-top: 60px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-162717cb620\"] { clip-path: url(\"#clip-tablet-bottom-c883ac5175045\"); -webkit-clip-path: url(\"#clip-tablet-bottom-c883ac5175045\");  }[data-css=\"tve-u-162717d1bbf\"] { margin-left: 0px; padding: 25px 25px 0px !important; }[data-css=\"tve-u-162717d1bbf\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-162717d1bc5\"] { border-right: none; padding-left: 35px !important; padding-right: 0px !important; }[data-css=\"tve-u-162717d1bb6\"] { padding-left: 0px !important; }[data-css=\"tve-u-162717d1bbc\"] { border-left: none; border-right: none; padding-left: 30px !important; padding-bottom: 10px !important; }[data-css=\"tve-u-162717d1bc3\"] { font-size: 14px; width: 14px; height: 14px; margin-bottom: 10px !important; margin-left: 0px !important; padding-left: 10px !important; }[data-css=\"tve-u-162717d1bbe\"] { max-width: 100%; margin-left: 0px !important; margin-right: 30px !important; }[data-css=\"tve-u-164179bced9\"] { border-right: none; padding-left: 30px !important; padding-right: 0px !important; }[data-css=\"tve-u-16417b62c09\"] { max-width: 177px; }[data-css=\"tve-u-16417b662bf\"] { max-width: 177px; }[data-css=\"tve-u-16417e5bd95\"] { font-size: 14px; width: 14px; height: 14px; margin-bottom: -14px !important; margin-left: 0px !important; }[data-css=\"tve-u-1641c1b33f9\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-1641c1b456a\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-1641c1b52d3\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-1641c1b60b4\"] { font-size: 25px; width: 25px; height: 25px; }#tve_editor [data-css=\"tve-u-16422a1ce94\"] { font-size: 16px !important; }[data-css=\"tve-u-16959822de2\"] { margin-right: 1px !important; padding-right: 10px !important; padding-top: 10px !important; }}@media (max-width: 767px){[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-16417e9d24e\"]::after { clear: both; }[data-css=\"tve-u-16417b70f47\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 0px !important; }[data-css=\"tve-u-1621e819c52\"] { min-height: 100px; }[data-css=\"tve-u-1621e8107f3\"] { max-width: 100px; }[data-css=\"tve-u-1621fd8766c\"] { min-height: 144px; }[data-css=\"tve-u-1621ec79a7d\"] { min-height: 100px; }[data-css=\"tve-u-1621ec78d2c\"] { max-width: 100px; }[data-css=\"tve-u-1621ec7f21a\"] { min-height: 144px; }[data-css=\"tve-u-1621e7e6c1d\"] { min-height: 144px; }[data-css=\"tve-u-16417b4cb9e\"] { padding-bottom: 30px !important; }[data-css=\"tve-u-1621ec752da\"] { min-height: 100px; }[data-css=\"tve-u-1621ec6c39b\"] { max-width: 100px; }[data-css=\"tve-u-1621fd84d7b\"] { min-height: 430px; }[data-css=\"tve-u-1621e7c7aa1\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16223dad661\"] { padding-top: 0px !important; }[data-css=\"tve-u-1621b3c74d9\"] { max-width: 100%; }[data-css=\"tve-u-1621eb81205\"] { max-width: 100%; margin-bottom: 20px !important; }[data-css=\"tve-u-1621e7ceab3\"] { max-width: 100%; margin-bottom: 20px !important; }[data-css=\"tve-u-1621f0b0088\"] { min-height: 120px !important; }[data-css=\"tve-u-1621f0da775\"] { float: none; width: 100%; max-width: 280px; margin: 0px auto 20px !important; }[data-css=\"tve-u-1621ee37f4a\"] { min-height: 260px; }[data-css=\"tve-u-1621ee3afec\"] > .tve-cb { display: flex; justify-content: center; flex-direction: column; }[data-css=\"tve-u-1621ee63e1c\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1641367127b\"] { font-size: 30px; width: 30px; height: 30px; }[data-css=\"tve-u-1641367e553\"] { float: none; font-size: 30px; width: 30px; height: 30px; margin: -30px auto 30px !important; padding-right: 10px !important; }[data-css=\"tve-u-1621ada1e7f\"] { padding: 0px !important; }[data-css=\"tve-u-162717cb617\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-162717cb617\"] { min-height: inherit; }[data-css=\"tve-u-16229fa6a26\"] { height: calc(100% - 21px); margin-bottom: 0px !important; margin-top: 21px !important; }[data-css=\"tve-u-1624939a960\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-162493a03b0\"] .tcb-flex-col { flex-basis: 400px !important; }[data-css=\"tve-u-1621a2247ba\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-162717cb60f\"] { margin-bottom: 25px !important; }[data-css=\"tve-u-162717d1bbf\"] .tcb-flex-col { flex-basis: 225px !important; }[data-css=\"tve-u-1621ee3afec\"] { max-width: 100%; padding: 0px !important; position: static !important; }#tve_editor [data-css=\"tve-u-1641333d7d1\"] { font-size: 14px !important; }[data-css=\"tve-u-162717cb60b\"] { margin-top: 0px !important; }[data-css=\"tve-u-162717cb621\"] { z-index: 2; padding-left: 20px !important; padding-right: 20px !important; margin-top: -160px !important; padding-top: 35px !important; }[data-css=\"tve-u-162717cb617\"] .tcb-flex-col { flex-basis: 435px !important; }[data-css=\"tve-u-16369305186\"] { float: none; width: 100%; max-width: 279px; z-index: 3; position: relative; margin: 0px auto !important; }#tcb_landing_page h6 { line-height: 1.4em; }#tcb_landing_page h5 { line-height: 1.3em; }#tcb_landing_page p, #tcb_landing_page li { font-size: 14px; }#tcb_landing_page h2 { font-size: 28px; }#tcb_landing_page h1 { font-size: 35px; }[data-css=\"tve-u-16260ba2fa4\"] { padding-bottom: 40px !important; padding-left: 20px !important; padding-right: 20px !important; }[data-css=\"tve-u-1628a10d3b4\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-1628a12f675\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-162717cb610\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-16271bfe70c\"] { padding: 0px !important; }[data-css=\"tve-u-162717fcf9d\"] { z-index: 1; margin-top: 0px !important; padding-top: 75px !important; padding-left: 20px !important; padding-right: 20px !important; }[data-css=\"tve-u-162718bd0c0\"] { clip-path: url(\"#clip-mobile-top-a3b25e1c9221a\"); -webkit-clip-path: url(\"#clip-mobile-top-a3b25e1c9221a\");  }[data-css=\"tve-u-1621eb3eb9f\"] { clip-path: url(\"#clip-mobile-bottom-ac98bb0e54b3b\"); -webkit-clip-path: url(\"#clip-mobile-bottom-ac98bb0e54b3b\");  }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col > .tcb-col { min-height: 155px; }[data-css=\"tve-u-16229ffbb7b\"] { min-height: inherit; margin-left: 0px; }[data-css=\"tve-u-16229fa8c68\"] { height: calc(100% - 28px); margin-bottom: 0px !important; margin-top: 20px !important; }[data-css=\"tve-u-1622f65ba70\"] { height: calc(100% - 20px); margin-bottom: 0px !important; margin-top: 20px !important; }[data-css=\"tve-u-16229f6175c\"] { margin-top: 0px !important; }[data-css=\"tve-u-1622a159bcb\"] { float: none; max-width: 100%; margin-left: auto !important; margin-right: auto !important; padding-top: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-16229ae62a7\"] { border-right: none; }#tve_editor [data-css=\"tve-u-16228c764b2\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-16228c75500\"] { font-size: 18px !important; }[data-css=\"tve-u-1621fb65556\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-1621a983587\"] { border: 20px solid rgba(137, 141, 167, 0.32); }[data-css=\"tve-u-1621ee74a24\"] { float: none; margin-left: auto !important; margin-right: auto !important; margin-bottom: 10px !important; }[data-css=\"tve-u-1621afda4fa\"] { max-width: 100%; margin-bottom: 20px !important; }[data-css=\"tve-u-16223f02c16\"] { min-height: 54px; }[data-css=\"tve-u-1621f0aa8f7\"] { margin-top: 0px !important; }#tve_editor [data-css=\"tve-u-1622444fb11\"] { letter-spacing: 0px; }[data-css=\"tve-u-16224439be1\"] { padding: 0px !important; }[data-css=\"tve-u-1621fb68b97\"] { padding: 0px !important; }[data-css=\"tve-u-1621afceb00\"] { max-width: 100%; margin-bottom: 30px !important; }[data-css=\"tve-u-1621b0e4fb7\"] { float: none; margin-right: auto !important; margin-bottom: 30px !important; padding-left: 0px !important; margin-left: auto !important; }[data-css=\"tve-u-1621ebf340c\"] { padding-bottom: 40px !important; }[data-css=\"tve-u-1621ea50702\"] { float: none; width: 100%; padding: 0px !important; margin-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621e7d5094\"] { min-height: 430px; }[data-css=\"tve-u-1621eb7ccb0\"] { min-height: 430px; }[data-css=\"tve-u-1621ee03000\"] { flex-direction: column; }[data-css=\"tve-u-16223fe5f5b\"] { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621f0d2c1a\"] { margin-left: 25px !important; margin-right: 25px !important; }[data-css=\"tve-u-1621ee18a1c\"] { margin: 0px 20px 20px 0px !important; }[data-css=\"tve-u-1621ef118dc\"] { top: 0px; width: 245px; position: relative; float: none; z-index: 5; left: 0px; margin: -22px auto 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-1621fd9c946\"] { max-width: 100%; margin-top: 0px !important; margin-left: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-16223fc9f23\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-1621e7c899a\"] { max-width: none; float: none; margin-top: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621b3c8c52\"] { padding: 40px 20px !important; }[data-css=\"tve-u-1621fbcad8c\"] { padding: 20px !important; }[data-css=\"tve-u-1621fb65556\"] { margin-left: 0px; padding: 0px !important; }[data-css=\"tve-u-1621fbacc60\"] { max-width: 126px; float: none; margin-left: auto !important; margin-right: auto !important; margin-top: 20px !important; }[data-css=\"tve-u-1621b200375\"] { float: none; margin-top: 0px !important; margin-left: auto !important; margin-right: auto !important; }#tve_editor [data-css=\"tve-u-1621b10fccf\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621b028939\"] { display: block; max-width: 100%; width: 100%; float: none; min-width: 100%; margin-left: auto !important; margin-right: auto !important; margin-top: 0px !important; }[data-css=\"tve-u-1621ae4db6e\"] { min-height: 270px; }[data-css=\"tve-u-1621ae6c8da\"] { clip-path: url(\"#clip-mobile-top-aa2c3e3c70555\"); -webkit-clip-path: url(\"#clip-mobile-top-aa2c3e3c70555\");  }[data-css=\"tve-u-1621adba9ef\"] { clip-path: url(\"#clip-mobile-top-52d5a36c151aa\"); -webkit-clip-path: url(\"#clip-mobile-top-52d5a36c151aa\");  }[data-css=\"tve-u-16223f02c16\"]::after { clear: both; }[data-css=\"tve-u-1621b01355a\"] { max-width: 100%; float: none; margin-left: auto !important; margin-right: auto !important; margin-bottom: 15px !important; }[data-css=\"tve-u-1620af7eb3f\"] { float: none; display: block; max-width: 100%; width: 100%; min-width: 100%; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621ae0bec7\"]::after { clear: both; }[data-css=\"tve-u-1621f45bed3\"] { padding: 40px 20px 0px !important; }[data-css=\"tve-u-1621ad46076\"] { margin: 0px !important; padding: 30px 20px !important; }[data-css=\"tve-u-1621adea58b\"] { flex-flow: row-reverse wrap-reverse !important; }[data-css=\"tve-u-1621ae4fd21\"] { margin-top: 0px !important; position: static !important; }[data-css=\"tve-u-1621a8b2488\"] { float: none; max-width: 100%; margin-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621a8a804b\"] { padding-left: 0px !important; padding-right: 0px !important; }#tve_editor [data-css=\"tve-u-1621a2e0d5b\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621e7c7aa1\"] { flex-direction: column; min-height: inherit; }[data-css=\"tve-u-16249367114\"] { margin-top: 0px !important; }[data-css=\"tve-u-16249373b25\"] { height: calc(100% - 20px); margin-bottom: 0px !important; background-image: linear-gradient(rgb(248, 249, 251), rgb(248, 249, 251)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; margin-top: 20px !important; }[data-css=\"tve-u-162493a03b0\"] > .tcb-flex-col > .tcb-col { min-height: 155px; }[data-css=\"tve-u-162493a03b0\"] { min-height: inherit; }[data-css=\"tve-u-162493b6b63\"] { height: calc(100% - 20px); margin-bottom: 0px !important; margin-top: 20px !important; }[data-css=\"tve-u-16260c39a7e\"] { float: none; margin-top: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-16260d3f4aa\"] { padding: 0px !important; }[data-css=\"tve-u-16260d3f4af\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-16260d3f4af\"] { margin-left: 0px; padding: 0px !important; }[data-css=\"tve-u-16260d8392c\"] { padding: 0px !important; }[data-css=\"tve-u-16260d8396c\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-16260d8396c\"] { margin-left: 0px; padding: 0px !important; }[data-css=\"tve-u-16260da3aa7\"] { float: none; margin-top: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-162717cb60c\"] { display: block; max-width: 100%; width: 100%; min-width: 100%; float: none; margin-left: auto !important; margin-right: auto !important; margin-bottom: 20px !important; }[data-css=\"tve-u-162717cb618\"] { margin: 140px 0px 0px !important; }[data-css=\"tve-u-162717cb620\"] { clip-path: url(\"#clip-mobile-bottom-c883ac5175045\"); -webkit-clip-path: url(\"#clip-mobile-bottom-c883ac5175045\");  background-image: url(\"https://bestcerakoteflorida.com/wp-content/uploads/2018/10/VRGL6089.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-162717cb60a\"] { padding: 0px !important; }#tve_editor [data-css=\"tve-u-162717cb616\"] { font-size: 27px !important; }#tve_editor [data-css=\"tve-u-162717cb629\"] { font-size: 18px !important; }[data-css=\"tve-u-162717cb625\"] { float: none; display: block; max-width: 100%; width: 100%; min-width: 100%; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-162717cb623\"] { max-width: 100%; float: none; width: 100%; margin: 0px auto 10px !important; }[data-css=\"tve-u-162717d1bbf\"] > .tcb-flex-col { padding-left: 18px; }[data-css=\"tve-u-162717d1bbf\"] { margin-left: -18px; padding: 10px !important; flex-flow: row wrap !important; }[data-css=\"tve-u-162717d1bbe\"] { border-bottom: 1px solid rgba(255, 255, 255, 0.2); border-right: none; margin-left: auto !important; margin-right: auto !important; float: none; }[data-css=\"tve-u-162717d1bbc\"] { border: none; padding-left: 0px !important; padding-right: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-162717d1bc5\"] { border-right: none; padding-left: 15px !important; padding-right: 0px !important; }[data-css=\"tve-u-162717d1bc3\"] { margin: 3px 10px 0px 0px !important; }[data-css=\"tve-u-162717d1bb6\"] { border: none; padding-top: 0px !important; padding-left: 0px !important; margin-bottom: 1px !important; margin-top: -5px !important; padding-bottom: 10px !important; }[data-css=\"tve-u-164179a84b8\"] { float: none; width: 100%; max-width: 155px; z-index: 3; position: relative; margin-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-164179bced9\"] { border-right: none; position: relative; padding-left: 0px !important; padding-right: 0px !important; margin-top: 0px !important; max-width: 250px; margin-left: auto !important; margin-right: auto !important; float: none; }[data-css=\"tve-u-16417b62c09\"] { max-width: 126px; float: none; margin-left: auto !important; margin-right: auto !important; margin-top: 20px !important; }[data-css=\"tve-u-16417b662bf\"] { max-width: 126px; float: none; margin-left: auto !important; margin-right: auto !important; margin-top: 20px !important; }[data-css=\"tve-u-16417e5bd95\"] { margin: 3px 10px 0px 0px !important; }#tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] p, #tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] li, #tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] blockquote, #tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] address, #tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] .tcb-plain-text, #tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] label { font-size: 18px; }[data-css=\"tve-u-16959822de2\"] { padding-top: 10px !important; margin-left: auto !important; margin-right: auto !important; float: none; }}'),(6712,558,'tve_revision_tve_user_custom_css',''),(6713,558,'tve_revision_tve_page_events','a:0:{}'),(6714,558,'tve_revision_tve_globals','a:2:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";s:8:\"font_cls\";a:0:{}}'),(6715,558,'tve_revision_tve_global_scripts',''),(6716,558,'tve_revision_thrive_icon_pack','0'),(6717,558,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(6718,558,'tve_revision_tve_has_masonry','0'),(6719,558,'tve_revision_tve_has_typefocus','0'),(6720,558,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-162717d1bbe\" wfd-id=\"449\"><div class=\"tcb-flex-row tcb-medium-no-wrap v-2 tcb--cols--3 m-edit tcb-mobile-wrap\" data-css=\"tve-u-162717d1bbf\" wfd-id=\"450\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1695981e7bb\" wfd-id=\"476\"><div class=\"tcb-col\" data-css=\"tve-u-16959846d3d\" wfd-id=\"478\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16959822de2\" wfd-id=\"479\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"480\"><img class=\"tve_image wp-image-465\" alt=\"\" width=\"384\" height=\"62\" title=\"Blackhawk_custom_header\" data-id=\"465\" src=\"https://bestcerakoteflorida.com/wp-content/uploads/2019/01/Blackhawk_custom_header.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717d1bb9\" style=\"\" wfd-id=\"462\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717d1bb6\" wfd-id=\"464\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-164179a84b8\" wfd-id=\"465\">\n<div class=\"tve-content-box-background\" wfd-id=\"475\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"466\"><div class=\"tcb-clear\" wfd-id=\"473\"><a href=\"tel:1-954-848-1911\" target=\"_blank\" rel=\"\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-162717d1bc3\" data-float=\"1\" data-link-wrap=\"1\" wfd-id=\"474\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-phone-plus-light\" data-name=\"\">\n            <path d=\"M8 128h88v88c0 4.4 3.6 8 8 8h16c4.4 0 8-3.6 8-8v-88h88c4.4 0 8-3.6 8-8v-16c0-4.4-3.6-8-8-8h-88V8c0-4.4-3.6-8-8-8h-16c-4.4 0-8 3.6-8 8v88H8c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8zM487.8 24.1L387 .8c-14.7-3.4-29.8 4.2-35.8 18.1l-46.5 108.5c-5.5 12.7-1.8 27.7 8.9 36.5l53.9 44.1c-34 69.2-90.3 125.6-159.6 159.6l-44.1-53.9c-8.8-10.7-23.8-14.4-36.5-8.9L18.9 351.3c-13.9 6-21.5 21-18.1 35.8L24 487.9C27.3 502 39.9 512 54.5 512 306.7 512 512 307.8 512 54.5c0-14.6-10-27.2-24.2-30.4zM55.1 480l-23-99.6 107.4-46 59.5 72.8c103.6-48.6 159.7-104.9 208.1-208.1l-72.8-59.5 46-107.4 99.6 23C479.7 289.7 289.6 479.7 55.1 480z\"></path>\n        </svg></div></a></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162717d1bc5\" wfd-id=\"467\"><p data-css=\"tve-u-1641333d7d1\"><a href=\"tel:1-954-848-1911\" target=\"_blank\">954-848-1911</a></p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717d1bb7\" style=\"\" wfd-id=\"451\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717d1bbc\" wfd-id=\"453\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16369305186\" wfd-id=\"454\">\n<div class=\"tve-content-box-background\" wfd-id=\"461\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16417e9d24e\" wfd-id=\"455\"><div class=\"tcb-clear\" wfd-id=\"459\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-16417e5bd95\" data-float=\"1\" wfd-id=\"460\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-envelope-regular\" data-name=\"\">\n            <path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path>\n        </svg></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-164179bced9\" wfd-id=\"456\"><p data-css=\"tve-u-1641333d7d1\"><a href=\"mailto:info@bestcerkoteflorida.com\" target=\"_blank\">info@bestcerakoteflorida.com</a></p></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-162717cb621\" data-value-type=\"percent\" wfd-id=\"390\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-162717cb620\" data-clip-id=\"c883ac5175045\" wfd-id=\"448\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-c883ac5175045\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9125, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-c883ac5175045\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9476, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-c883ac5175045\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9651, 1 1, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-162717cb609\" wfd-id=\"391\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-162717cb618\" wfd-id=\"392\"><div class=\"tcb-flex-row tcb-medium-wrap tcb-resized v-2 tcb--cols--2\" data-css=\"tve-u-162717cb617\" wfd-id=\"393\"><div class=\"tcb-flex-col\" data-css=\"tve-u-162717cb601\" style=\"\" wfd-id=\"400\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717cb60a\" wfd-id=\"402\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h1\" data-css=\"tve-u-162717cb610\" wfd-id=\"438\"><h1 data-css=\"tve-u-162717cb616\" style=\"text-align: center;\">&nbsp;Protect What\'s Important To You With The Toughest Ceramic Finish On The Market<span data-css=\"tve-u-16271ca808e\" style=\"color: rgb(0, 229, 255);\" wfd-id=\"447\"></span></h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162717cb60f\" wfd-id=\"426\"><p data-css=\"tve-u-16413112747\">We provide reliable, affordable services for your vehicle. You can choose a q<span data-css=\"tve-u-16413111ba3\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"437\">u</span>ick exterior wash or a detailed clean, we have it all.</p></div><div class=\"tcb-clear\" data-css=\"tve-u-1641791ce1a\" wfd-id=\"411\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-162717cb623\" wfd-id=\"412\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-162717cb626\" data-tcb_hover_state_parent=\"1\" wfd-id=\"425\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-162717cb624\" wfd-id=\"413\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-162717cb625\" data-tcb_hover_state_parent=\"\" data-button-style=\"full_rounded\" wfd-id=\"414\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"415\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-162717cb629\" wfd-id=\"416\"><strong>Request an appointment</strong></span></span>\n</a>\n</div></div>\n</div></div><div class=\"tcb-clear\" data-css=\"tve-u-1641791de3b\" wfd-id=\"403\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-162717cb60c\" data-tcb_hover_state_parent=\"\" data-button-style=\"ghost\" wfd-id=\"404\">\n<a href=\"#\" class=\"tcb-button-link\" target=\"_blank\">\n<span class=\"tcb-button-texts\" wfd-id=\"405\"><span class=\"tcb-button-text thrv-inline-text\" wfd-id=\"406\"><strong>Call Now: 0400-700-682</strong></span></span>\n</a>\n</div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717cb600\" style=\"\" wfd-id=\"394\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717cb60b\" wfd-id=\"396\"><div class=\"thrv_responsive_video thrv_wrapper\" data-type=\"youtube\" data-rel=\"0\" data-url=\"https://www.youtube.com/watch?v=a1nyu9ZJiEk\" data-css=\"tve-u-16959cd1e7a\" data-modestbranding=\"1\" wfd-id=\"397\">\n	\n\n	<div class=\"tve_responsive_video_container\" wfd-id=\"398\">\n		<div class=\"video_overlay\" wfd-id=\"399\"></div>\n	<iframe data-code=\"a1nyu9ZJiEk\" data-provider=\"youtube\" src=\"https://www.youtube.com/embed/a1nyu9ZJiEk?rel=0&amp;modestbranding=1&amp;controls=1&amp;showinfo=1&amp;fs=1&amp;wmode=transparent\" data-src=\"https://www.youtube.com/embed/a1nyu9ZJiEk?rel=0&amp;modestbranding=1&amp;controls=1&amp;showinfo=1&amp;fs=1&amp;wmode=transparent\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-162717fcf9d\" data-value-type=\"percent\" wfd-id=\"329\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-162718bd0c0\" data-clip-id=\"a3b25e1c9221a\" wfd-id=\"389\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0875\"></polygon></clipPath><clipPath id=\"clip-tablet-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"6\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.1051\"></polygon></clipPath><clipPath id=\"clip-mobile-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"1\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0175\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-162718a3b40\" wfd-id=\"330\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622a159bcb\" wfd-id=\"331\">\n<div class=\"tve-content-box-background\" wfd-id=\"388\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"332\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621a2247ba\" wfd-id=\"383\"><h2 data-css=\"tve-u-1621a2e0d5b\">our services</h2></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16229f6175c\" wfd-id=\"356\"><div class=\"tcb-flex-row tcb-medium-no-wrap tcb--cols--3 v-2\" data-css=\"tve-u-162493a03b0\" wfd-id=\"357\"><div class=\"tcb-flex-col\" wfd-id=\"372\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1624939a960\" data-tcb_hover_state_parent=\"\" wfd-id=\"374\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-162493d5f13\" data-float=\"1\" wfd-id=\"382\"><svg class=\"tcb-icon\" viewBox=\"0 0 14 28\" data-name=\"bolt\">\n<path d=\"M13.828 8.844c0.172 0.187 0.219 0.453 0.109 0.688l-8.437 18.078c-0.125 0.234-0.375 0.391-0.656 0.391-0.063 0-0.141-0.016-0.219-0.031-0.344-0.109-0.547-0.438-0.469-0.766l3.078-12.625-6.344 1.578c-0.063 0.016-0.125 0.016-0.187 0.016-0.172 0-0.359-0.063-0.484-0.172-0.187-0.156-0.25-0.391-0.203-0.609l3.141-12.891c0.078-0.297 0.359-0.5 0.688-0.5h5.125c0.391 0 0.703 0.297 0.703 0.656 0 0.094-0.031 0.187-0.078 0.281l-2.672 7.234 6.188-1.531c0.063-0.016 0.125-0.031 0.187-0.031 0.203 0 0.391 0.094 0.531 0.234z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"378\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-162494b490e\" wfd-id=\"379\"><h4 data-css=\"tve-u-16249355087\" style=\"text-align: left;\">Express exterior</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162494b7ad0\" wfd-id=\"375\"><p data-css=\"tve-u-162492e70ad\">Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"365\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162493b6b63\" data-tcb_hover_state_parent=\"\" wfd-id=\"367\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b456a\" wfd-id=\"371\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"adjust\">\n<path d=\"M12 22.5v-17c-4.688 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"369\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1af44d\" wfd-id=\"370\"><h4 data-css=\"tve-u-16249358652\" style=\"text-align: left;\">Interior clean</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"368\"><p data-css=\"tve-u-162492e70ad\">Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"358\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16249373b25\" wfd-id=\"360\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b52d3\" wfd-id=\"364\"><svg class=\"tcb-icon\" viewBox=\"0 0 26 28\" data-name=\"umbrella\">\n<path d=\"M14 12.938v9.063c0 2.172-1.828 4-4 4s-4-1.828-4-4c0-0.547 0.453-1 1-1s1 0.453 1 1c0 1.047 0.953 2 2 2s2-0.953 2-2v-9.063c0.328-0.109 0.656-0.172 1-0.172s0.672 0.063 1 0.172zM26 13.359c0 0.266-0.234 0.5-0.5 0.5-0.141 0-0.25-0.063-0.359-0.156-0.906-0.844-1.75-1.437-3.047-1.437-1.484 0-2.766 0.922-3.609 2.094-0.187 0.266-0.328 0.547-0.5 0.812-0.109 0.172-0.234 0.266-0.438 0.266-0.219 0-0.344-0.094-0.453-0.266-0.172-0.266-0.313-0.547-0.5-0.812-0.844-1.172-2.109-2.094-3.594-2.094s-2.75 0.922-3.594 2.094c-0.187 0.266-0.328 0.547-0.5 0.812-0.109 0.172-0.234 0.266-0.453 0.266-0.203 0-0.328-0.094-0.438-0.266-0.172-0.266-0.313-0.547-0.5-0.812-0.844-1.172-2.125-2.094-3.609-2.094-1.297 0-2.141 0.594-3.047 1.437-0.109 0.094-0.219 0.156-0.359 0.156-0.266 0-0.5-0.234-0.5-0.5 0-0.047 0-0.078 0.016-0.109 1.437-5.906 7.141-9.25 12.984-9.25 5.812 0 11.578 3.344 12.984 9.25 0.016 0.031 0.016 0.063 0.016 0.109zM14 2v1.531c-0.328-0.016-0.672-0.031-1-0.031s-0.672 0.016-1 0.031v-1.531c0-0.547 0.453-1 1-1s1 0.453 1 1z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"362\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b01a6\" wfd-id=\"363\"><h4 data-css=\"tve-u-1624935a201\" style=\"text-align: left;\">Wax protection</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"361\"><p data-css=\"tve-u-162492e70ad\">Etiam pharetra, erat sed fermentum feugiat, velit mauris</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16249367114\" wfd-id=\"333\"><div class=\"tcb-flex-row tcb-medium-no-wrap tcb--cols--3 v-2\" data-css=\"tve-u-16229ffbb7b\" wfd-id=\"334\"><div class=\"tcb-flex-col\" wfd-id=\"349\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229fa6a26\" wfd-id=\"351\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b33f9\" wfd-id=\"355\"><svg class=\"tcb-icon\" viewBox=\"0 0 26 28\" data-name=\"magic\">\n<path d=\"M18.594 9.078l4.578-4.578-1.672-1.672-4.578 4.578zM25.578 4.5c0 0.266-0.094 0.516-0.281 0.703l-20.094 20.094c-0.187 0.187-0.438 0.281-0.703 0.281s-0.516-0.094-0.703-0.281l-3.094-3.094c-0.187-0.187-0.281-0.438-0.281-0.703s0.094-0.516 0.281-0.703l20.094-20.094c0.187-0.187 0.438-0.281 0.703-0.281s0.516 0.094 0.703 0.281l3.094 3.094c0.187 0.187 0.281 0.438 0.281 0.703zM4.469 1.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531zM9.938 4.062l3.063 0.938-3.063 0.938-0.938 3.063-0.938-3.063-3.063-0.938 3.063-0.938 0.938-3.063zM24.469 11.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531zM14.469 1.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"353\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b0a67\" wfd-id=\"354\"><h4 data-css=\"tve-u-16248fc42a1\" style=\"text-align: left;\">Dust &amp; Dash Console</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"352\"><p data-css=\"tve-u-162492e70ad\">Duis sed odio sit amet nibh vulputate cursus a sit amet mauris.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"342\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1622f65ba70\" wfd-id=\"344\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b60b4\" wfd-id=\"348\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"certificate\">\n<path d=\"M21.5 14l2.156 2.109c0.297 0.281 0.406 0.703 0.313 1.094-0.109 0.391-0.422 0.703-0.812 0.797l-2.938 0.75 0.828 2.906c0.109 0.391 0 0.812-0.297 1.094-0.281 0.297-0.703 0.406-1.094 0.297l-2.906-0.828-0.75 2.938c-0.094 0.391-0.406 0.703-0.797 0.812-0.094 0.016-0.203 0.031-0.297 0.031-0.297 0-0.594-0.125-0.797-0.344l-2.109-2.156-2.109 2.156c-0.281 0.297-0.703 0.406-1.094 0.313-0.406-0.109-0.703-0.422-0.797-0.812l-0.75-2.938-2.906 0.828c-0.391 0.109-0.812 0-1.094-0.297-0.297-0.281-0.406-0.703-0.297-1.094l0.828-2.906-2.938-0.75c-0.391-0.094-0.703-0.406-0.812-0.797-0.094-0.391 0.016-0.812 0.313-1.094l2.156-2.109-2.156-2.109c-0.297-0.281-0.406-0.703-0.313-1.094 0.109-0.391 0.422-0.703 0.812-0.797l2.938-0.75-0.828-2.906c-0.109-0.391 0-0.812 0.297-1.094 0.281-0.297 0.703-0.406 1.094-0.297l2.906 0.828 0.75-2.938c0.094-0.391 0.406-0.703 0.797-0.797 0.391-0.109 0.812 0 1.094 0.297l2.109 2.172 2.109-2.172c0.281-0.297 0.688-0.406 1.094-0.297 0.391 0.094 0.703 0.406 0.797 0.797l0.75 2.938 2.906-0.828c0.391-0.109 0.812 0 1.094 0.297 0.297 0.281 0.406 0.703 0.297 1.094l-0.828 2.906 2.938 0.75c0.391 0.094 0.703 0.406 0.812 0.797 0.094 0.391-0.016 0.812-0.313 1.094z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"346\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b12d8\" wfd-id=\"347\"><h4 data-css=\"tve-u-1625389a3d5\" style=\"text-align: left;\">Triple Foam Polish</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"345\"><p data-css=\"tve-u-162492e70ad\">Class aptent taciti sociosqu ad litora torquent</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"335\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229fa8c68\" wfd-id=\"337\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-16271adf6cf\" wfd-id=\"341\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"bullseye\">\n<path d=\"M16 14c0 2.203-1.797 4-4 4s-4-1.797-4-4 1.797-4 4-4 4 1.797 4 4zM18 14c0-3.313-2.688-6-6-6s-6 2.688-6 6 2.688 6 6 6 6-2.688 6-6zM20 14c0 4.422-3.578 8-8 8s-8-3.578-8-8 3.578-8 8-8 8 3.578 8 8zM22 14c0-5.516-4.484-10-10-10s-10 4.484-10 10 4.484 10 10 10 10-4.484 10-10zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"339\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-16248fc71c8\" wfd-id=\"340\"><h4 data-css=\"tve-u-1625389b4ed\" style=\"text-align: left;\">Tire dressing</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"338\"><p data-css=\"tve-u-162492e70ad\">Etiam pharetra, erat sed fermentum feugiat, velit mauris</p></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621ad46076\" wfd-id=\"297\">\n<div class=\"tve-page-section-out\" wfd-id=\"328\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621b072b4e\" wfd-id=\"298\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621a8b2488\" wfd-id=\"299\"><div class=\"tcb-flex-row tcb--cols--2 v-2\" data-css=\"tve-u-1621a8a804b\" wfd-id=\"300\"><div class=\"tcb-flex-col\" wfd-id=\"310\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16271bfe70c\" wfd-id=\"312\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h3\" data-css=\"tve-u-1621a8c4313\" wfd-id=\"327\"><h3><strong>Complete cleaning services for yoâ€‹ur car</strong></h3></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-16417b70f47\" wfd-id=\"313\"><ul class=\"tcb-styled-list\" wfd-id=\"314\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621acf0289\" wfd-id=\"323\"><div class=\"tcb-styled-list-icon\" wfd-id=\"325\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a8e11f3\" wfd-id=\"326\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ace1b08\" wfd-id=\"324\">We are a small business delivering professional cleaning services for all vehicles</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621acf64fb\" wfd-id=\"319\"><div class=\"tcb-styled-list-icon\" wfd-id=\"321\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a8e5625\" wfd-id=\"322\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ace4de9\" wfd-id=\"320\">Our services are convenient for individuals and corporate fleets</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"315\"><div class=\"tcb-styled-list-icon\" wfd-id=\"317\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a9076ef\" wfd-id=\"318\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621acf47d2\" wfd-id=\"316\">We use eco-friendly products that actually clean, protect and maintain your car better than the traditional cleaning substances</span></li></ul></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"301\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621a90a46f\" wfd-id=\"303\"><div class=\"thrv_wrapper thrv-fill-counter tve_red tve_normalfc thrv_data_element\" data-css=\"tve-u-1621a983587\" wfd-id=\"304\">\n<div class=\"tve_fill_counter_n\" style=\"\" data-fill=\"100\" data-css=\"tve-u-1621a98b602\" wfd-id=\"305\">\n<svg viewBox=\"0 0 170 170\" class=\"tve_fill_counter_circle\" shape-rendering=\"optimizeSpeed\" data-css=\"tve-u-1621a9a2862\">\n<circle class=\"tve_fill_counter_circle_inner\" r=\"85\" cx=\"85\" cy=\"85\" data-css=\"tve-u-1621a9685d4\"></circle>\n</svg>\n<div class=\"tve_fill_text_in\" data-css=\"tve-u-1621a96b190\" wfd-id=\"306\">\n<div class=\"tve_fill_text_value\" data-css=\"tve-u-1621a9a2866\" wfd-id=\"308\">\n<div class=\"thrv-inline-text tve_fill_text tve_editable\" data-css=\"tve-u-1621a9a2867\" wfd-id=\"309\"><strong>100%â€‹</strong></div>\n</div>\n<div class=\"thrv-inline-text tve_editable tve_data_element_label\" data-css=\"tve-u-1621a9750ae\" wfd-id=\"307\">Clean car</div>\n</div>\n</div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621ada1e7f\" data-value-type=\"percent\" wfd-id=\"261\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621adba9ef\" data-clip-id=\"52d5a36c151aa\" wfd-id=\"296\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-52d5a36c151aa\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0875\"></polygon></clipPath><clipPath id=\"clip-tablet-top-52d5a36c151aa\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0524\"></polygon></clipPath><clipPath id=\"clip-mobile-top-52d5a36c151aa\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0349\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621ad420c4\" wfd-id=\"262\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621ade6172\" wfd-id=\"263\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2 tcb-row-reversed-mobile tcb-mobile-edit v-2\" data-css=\"tve-u-1621adea58b\" wfd-id=\"264\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621b064646\" style=\"\" wfd-id=\"290\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ae0bec7\" wfd-id=\"292\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ae4fd21\" data-value-type=\"percent\" data-float=\"1\" wfd-id=\"293\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621ae6c8da\" data-clip-id=\"aa2c3e3c70555\" wfd-id=\"295\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0349\"></polygon></clipPath><clipPath id=\"clip-tablet-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"4\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0699\"></polygon></clipPath><clipPath id=\"clip-mobile-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"4\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0699\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb\" data-css=\"tve-u-1621ae4db6e\" wfd-id=\"294\"></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621b064668\" style=\"\" wfd-id=\"265\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621f45bed3\" wfd-id=\"267\"><div class=\"tcb-clear\" data-css=\"tve-u-16224848ee5\" wfd-id=\"288\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621afceb00\" wfd-id=\"289\"><h2 data-css=\"tve-u-1621afcc0bf\">Check Out Our Special Offer!</h2></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621afda4fa\" wfd-id=\"287\"><p data-css=\"tve-u-1621afd8c98\">Donâ€™t miss the opportunity to get 50% discount on a complete cleaning just by recommending us to a friend. Bring someone you know with you and clean you car half price!</p></div><div class=\"tcb-clear\" data-css=\"tve-u-16224834cab\" wfd-id=\"268\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621fe85996\" wfd-id=\"269\"><div class=\"tcb-flex-row tcb--cols--2 tcb-resized tcb-medium-wrap tcb-desktop-wrap\" data-css=\"tve-u-1621fe78878\" wfd-id=\"270\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621fe94086\" style=\"\" wfd-id=\"278\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"280\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621b01355a\" wfd-id=\"281\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621b08fdde\" data-tcb_hover_state_parent=\"1\" wfd-id=\"286\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16223f02c16\" wfd-id=\"282\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-1620af7eb3f\" data-tcb_hover_state_parent=\"\" data-button-style=\"full_rounded\" wfd-id=\"283\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"284\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-16228c75500\" wfd-id=\"285\"><strong>Request an appointment</strong></span></span>\n</a>\n</div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621fe940b9\" style=\"\" wfd-id=\"271\"><div class=\"tcb-col\" wfd-id=\"273\"><div class=\"tcb-clear\" data-css=\"tve-u-16224716d62\" wfd-id=\"274\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-1621b028939\" data-tcb_hover_state_parent=\"\" data-button-style=\"ghost\" wfd-id=\"275\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"276\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-16228c764b2\" wfd-id=\"277\"><strong>Call Now: 0400-700-682</strong></span></span>\n</a>\n</div></div></div></div></div></div></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16260ba2fa4\" wfd-id=\"168\">\n<div class=\"tve-page-section-out\" wfd-id=\"260\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16260be7104\" wfd-id=\"169\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621b0e4fb7\" wfd-id=\"259\"><h2 data-css=\"tve-u-1621b10fccf\" style=\"text-align: center;\">our happy clients</h2></div><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641367127b\" data-float=\"1\" wfd-id=\"258\"><svg class=\"tcb-icon\" viewBox=\"0 0 30 32\" data-name=\"quote-left\">\n<path d=\"M13.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429zM29.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641367e553\" wfd-id=\"257\"><svg class=\"tcb-icon\" viewBox=\"0 0 30 32\" data-name=\"quote-left\">\n<path d=\"M13.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429zM29.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a10d3b4\" wfd-id=\"228\">\n<div class=\"tve-content-box-background\" wfd-id=\"256\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"229\"><div class=\"tcb-clear\" data-css=\"tve-u-1621b300a64\" wfd-id=\"254\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-1621f154231\" wfd-id=\"255\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621b200375\" wfd-id=\"232\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-16260d8392c\" wfd-id=\"233\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"238\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"240\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16417b62c09\" wfd-id=\"241\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-16260d8396c\" wfd-id=\"242\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16260d01208\" style=\"\" wfd-id=\"248\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"250\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"251\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16225617da3\" wfd-id=\"253\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"252\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16260d0120e\" style=\"\" wfd-id=\"243\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"245\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"247\"><h5>Brett Graham, 28</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"246\"><h6 class=\"\">Architect</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"234\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"236\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"237\"><p data-css=\"tve-u-162539c17ec\">Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit. Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit.&nbsp;</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-16260c5ff0c\" wfd-id=\"230\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260c5ff07\" wfd-id=\"231\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a12f675\" wfd-id=\"199\">\n<div class=\"tve-content-box-background\" wfd-id=\"227\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"200\"><div class=\"tcb-clear\" data-css=\"tve-u-16260cd7683\" wfd-id=\"225\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260d73672\" wfd-id=\"226\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16260da3aa7\" wfd-id=\"203\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-1621fb68b97\" wfd-id=\"204\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"209\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"211\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16417b662bf\" wfd-id=\"212\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-1621fb65556\" wfd-id=\"213\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16229915e1a\" style=\"\" wfd-id=\"219\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"221\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"222\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16260c433e9\" wfd-id=\"224\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"223\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16229915e4e\" style=\"\" wfd-id=\"214\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"216\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"218\"><h5>Rosie Hanson, 24</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"217\"><h6 class=\"\">Real estate Associate</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"205\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"207\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"208\"><p data-css=\"tve-u-162539c17ec\">Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo.</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-16260d3b97e\" wfd-id=\"201\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260d39b83\" wfd-id=\"202\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a146aef\" wfd-id=\"170\">\n<div class=\"tve-content-box-background\" wfd-id=\"198\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"171\"><div class=\"tcb-clear\" data-css=\"tve-u-16260cd7683\" wfd-id=\"196\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260cd622f\" wfd-id=\"197\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16260c39a7e\" wfd-id=\"174\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-16260d3f4aa\" wfd-id=\"175\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"180\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"182\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621fbacc60\" wfd-id=\"183\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-16260d3f4af\" wfd-id=\"184\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16229915e1a\" style=\"\" wfd-id=\"190\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"192\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"193\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16260d5e4b8\" wfd-id=\"195\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"194\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16229915e4e\" style=\"\" wfd-id=\"185\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"187\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"189\"><h5>Shawn Mattews, 35</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"188\"><h6 class=\"\">project manager</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"176\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"178\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"179\"><p data-css=\"tve-u-162539c17ec\">Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo. Nullam ac urna eu felis.Sed non neque elit. Sed ut imperdiet nisi. Proin condimentum</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1621b30ca74\" wfd-id=\"172\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-1621f15b521\" wfd-id=\"173\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621b3c8c52\" wfd-id=\"64\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621b3cfc7b\" wfd-id=\"167\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621b3c74d9\" wfd-id=\"65\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621e7b695a\" wfd-id=\"166\"><h2 data-css=\"tve-u-1621e7a7350\" style=\"text-align: center;\">our offers</h2></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621e7c899a\" wfd-id=\"66\"><div class=\"tcb-flex-row tcb--cols--3 tcb-medium-wrap v-2\" data-css=\"tve-u-1621e7c7aa1\" wfd-id=\"67\"><div class=\"tcb-flex-col\" wfd-id=\"130\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16223fc9f23\" wfd-id=\"132\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e7ceab3\" style=\"\" wfd-id=\"133\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16416e4fafd\" wfd-id=\"165\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e7d5094\" wfd-id=\"134\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e7e9950\" data-value-type=\"percent\" style=\"\" wfd-id=\"161\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e7edfd9\" data-clip-id=\"10ffac3b28f1d\" wfd-id=\"164\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-10ffac3b28f1d\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-10ffac3b28f1d\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e7e6c1d\" wfd-id=\"162\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-16417b4cb9e\" wfd-id=\"163\"><h4 data-css=\"tve-u-1621fe1a1af\" style=\"text-align: center;\"><strong>Basic Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ec6c39b\" data-float=\"1\" wfd-id=\"157\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e81f424\" wfd-id=\"160\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec752da\" wfd-id=\"158\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"159\"><h4 data-css=\"tve-u-1621fe1bd18\" style=\"text-align: center;\"><strong>15$</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621ea50702\" wfd-id=\"135\"><ul class=\"tcb-styled-list\" wfd-id=\"136\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec3a5c0\" wfd-id=\"153\"><div class=\"tcb-styled-list-icon\" wfd-id=\"155\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec204df\" wfd-id=\"156\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec241aa\" wfd-id=\"154\">Interior vacuum</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"149\"><div class=\"tcb-styled-list-icon\" wfd-id=\"151\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec20f68\" wfd-id=\"152\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec2704c\" wfd-id=\"150\">Dust &amp;dash console</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec42aa7\" wfd-id=\"145\"><div class=\"tcb-styled-list-icon\" wfd-id=\"147\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec21a31\" wfd-id=\"148\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec298ab\" wfd-id=\"146\">Hand towel dry</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec43fe2\" wfd-id=\"141\"><div class=\"tcb-styled-list-icon\" wfd-id=\"143\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ea1fba7\" wfd-id=\"144\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea23322\" wfd-id=\"142\">Clean windows</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec454d9\" wfd-id=\"137\"><div class=\"tcb-styled-list-icon\" wfd-id=\"139\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ea295c0\" wfd-id=\"140\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea2c69a\" wfd-id=\"138\">Soft cloth wash</span></li></ul></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"99\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"101\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621eb81205\" style=\"\" wfd-id=\"102\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16416e603ab\" wfd-id=\"129\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621eb7ccb0\" wfd-id=\"103\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ebbbb6d\" data-value-type=\"percent\" wfd-id=\"125\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eaaedd8\" data-clip-id=\"a2b9cf3198d6f\" wfd-id=\"128\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-a2b9cf3198d6f\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-a2b9cf3198d6f\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec7f21a\" wfd-id=\"126\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e930bd7\" wfd-id=\"127\"><h4 data-css=\"tve-u-1621e92e97f\" style=\"text-align: center;\"><strong>Ultimate Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ec78d2c\" data-float=\"1\" wfd-id=\"121\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eab272c\" wfd-id=\"124\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec79a7d\" wfd-id=\"122\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"123\"><h4 data-css=\"tve-u-1621e942b65\" style=\"text-align: center;\"><strong>22 $</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621ebfa746\" wfd-id=\"118\"><p data-css=\"tve-u-1621f4ceaf6\" style=\"text-align: center;\">Includes basic service <span data-css=\"tve-u-1621f4ceaf7\" style=\"color: rgb(15, 29, 123);\" wfd-id=\"119\"><strong class=\"\"><span data-css=\"tve-u-1621f4ceafb\" wfd-id=\"120\">+</span></strong></span></p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621ebf340c\" wfd-id=\"104\"><ul class=\"tcb-styled-list\" wfd-id=\"105\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-164137a0b1f\" wfd-id=\"114\"><div class=\"tcb-styled-list-icon\" wfd-id=\"116\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec0c5bd\" wfd-id=\"117\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ebfe4ce\" wfd-id=\"115\">Triple foam conditiner</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec04541\" wfd-id=\"110\"><div class=\"tcb-styled-list-icon\" wfd-id=\"112\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec09a3c\" wfd-id=\"113\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ebff867\" wfd-id=\"111\">Tire dressing</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec05cc3\" wfd-id=\"106\"><div class=\"tcb-styled-list-icon\" wfd-id=\"108\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec15f6e\" wfd-id=\"109\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec009a8\" wfd-id=\"107\">Air freshner</span></li></ul></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"68\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16223dad661\" wfd-id=\"70\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621fd9c946\" style=\"\" wfd-id=\"71\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e7d234c\" wfd-id=\"98\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621fd84d7b\" wfd-id=\"72\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16223b080b0\" data-value-type=\"percent\" wfd-id=\"94\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eb3eb9f\" data-clip-id=\"ac98bb0e54b3b\" wfd-id=\"97\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621fd8766c\" wfd-id=\"95\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e930bd7\" wfd-id=\"96\"><h4 data-css=\"tve-u-1621fe1587d\" style=\"text-align: center;\"><strong>Supreme Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e8107f3\" wfd-id=\"90\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eb43d8d\" wfd-id=\"93\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e819c52\" wfd-id=\"91\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"92\"><h4 data-css=\"tve-u-1621fe1725e\" style=\"text-align: center;\"><strong>30 $</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621eb037bb\" wfd-id=\"87\"><p data-css=\"tve-u-1621f4d0451\" style=\"text-align: center;\">Includes ultimate service <span data-css=\"tve-u-1621eaff572\" style=\"color: rgb(15, 29, 123);\" wfd-id=\"88\"><strong class=\"\"><span data-css=\"tve-u-1621eb01b60\" wfd-id=\"89\">+</span></strong></span></p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621eacf6af\" wfd-id=\"73\"><ul class=\"tcb-styled-list\" wfd-id=\"74\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec36a4d\" wfd-id=\"83\"><div class=\"tcb-styled-list-icon\" wfd-id=\"85\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e9993aa\" wfd-id=\"86\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea1a5d7\" wfd-id=\"84\">Exterior trim dressing</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"79\"><div class=\"tcb-styled-list-icon\" wfd-id=\"81\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e99b1db\" wfd-id=\"82\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea19a06\" wfd-id=\"80\">Hand applied spray wax</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec37ea5\" wfd-id=\"75\"><div class=\"tcb-styled-list-icon\" wfd-id=\"77\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e99c314\" wfd-id=\"78\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea18c5d\" wfd-id=\"76\">Interior conditioner</span></li></ul></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621efddaaf\" wfd-id=\"43\">\n<div class=\"tve-page-section-out\" wfd-id=\"63\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621edf8048\" wfd-id=\"44\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621f114214\" wfd-id=\"45\"><div class=\"tcb-flex-row tcb-resized tcb-mobile-edit tcb--cols--2\" data-css=\"tve-u-1621ee03000\" wfd-id=\"46\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621ee4be21\" style=\"\" wfd-id=\"51\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ee093d4\" wfd-id=\"53\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ee3afec\" wfd-id=\"57\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621ee58e74\" wfd-id=\"62\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ee37f4a\" wfd-id=\"58\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1621ee74a24\" wfd-id=\"61\"><svg class=\"tcb-icon\" viewBox=\"0 0 16 28\" data-name=\"map-marker\">\n<path d=\"M12 10c0-2.203-1.797-4-4-4s-4 1.797-4 4 1.797 4 4 4 4-1.797 4-4zM16 10c0 0.953-0.109 1.937-0.516 2.797l-5.688 12.094c-0.328 0.688-1.047 1.109-1.797 1.109s-1.469-0.422-1.781-1.109l-5.703-12.094c-0.406-0.859-0.516-1.844-0.516-2.797 0-4.422 3.578-8 8-8s8 3.578 8 8z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621ee63e1c\" wfd-id=\"60\"><h2 data-css=\"tve-u-1621fdcb4ea\" style=\"text-align: center;\">contact us</h2></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16422a1ce91\" wfd-id=\"59\"><p data-css=\"tve-u-16422a1ce94\" style=\"text-align: left;\">Your adress goes here</p><p data-css=\"tve-u-16422a1ce93\" style=\"text-align: left;\">Phone: 0400 - 700 - 682</p><p data-css=\"tve-u-16422a1ce92\" style=\"text-align: left;\">Email: our_office@gmail.com</p></div></div>\n</div><div class=\"tcb-clear\" data-css=\"tve-u-16417c828be\" wfd-id=\"54\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_slide_left\" data-css=\"tve-u-1621ef118dc\" style=\"\" wfd-id=\"55\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"56\"><img class=\"tve_image tve_evt_manager_listen tve_et_tve-viewport wp-image-21388\" alt=\"\" width=\"567\" height=\"384\" title=\"Car wash img footer\" data-id=\"21388\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-img-footer.png\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_left&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" style=\"width: 100%;\"></span></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621ee4be73\" style=\"\" wfd-id=\"47\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ee22c43\" wfd-id=\"49\"><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-1621ee18a1c\" wfd-id=\"50\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=New York&amp;t=m&amp;z=5&amp;output=embed&amp;iwloc=near\"></iframe>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621f0aa8f7\" wfd-id=\"30\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621f0ada0e\" wfd-id=\"42\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621f0b0088\" wfd-id=\"31\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621f0d2c1a\" wfd-id=\"32\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-1621f0cbe40\" wfd-id=\"33\"><div class=\"tcb-flex-col\" wfd-id=\"38\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"40\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621f0da775\" wfd-id=\"41\"><p data-css=\"tve-u-1622444fb11\">Â© 2018, Your company name . All rights reserved.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"34\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"36\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16223fe5f5b\" wfd-id=\"37\"><p data-css=\"tve-u-1621f0d874c\" style=\"text-align: right;\">Made with <a href=\"https://thrivethemes.com/\" target=\"_blank\">Thrive Architect</a></p></div></div></div></div></div></div>\n</div>\n\n'),(6721,558,'tve_revision_tve_has_wistia_popover','0'),(6722,559,'tve_revision_tve_landing_page','tcb2-thrivebiz-car-wash'),(6723,559,'tve_revision_tve_landing_set',''),(6724,559,'tve_revision_tve_disable_theme_dependency','1'),(6725,559,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-162717d1bbe\" wfd-id=\"449\"><div class=\"tcb-flex-row tcb-medium-no-wrap v-2 tcb--cols--3 m-edit tcb-mobile-wrap\" data-css=\"tve-u-162717d1bbf\" wfd-id=\"450\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1695981e7bb\" wfd-id=\"476\"><div class=\"tcb-col\" data-css=\"tve-u-16959846d3d\" wfd-id=\"478\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16959822de2\" wfd-id=\"479\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"480\"><img class=\"tve_image wp-image-465\" alt=\"\" width=\"384\" height=\"62\" title=\"Blackhawk_custom_header\" data-id=\"465\" src=\"https://bestcerakoteflorida.com/wp-content/uploads/2019/01/Blackhawk_custom_header.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717d1bb9\" style=\"\" wfd-id=\"462\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717d1bb6\" wfd-id=\"464\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-164179a84b8\" wfd-id=\"465\">\n<div class=\"tve-content-box-background\" wfd-id=\"475\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"466\"><div class=\"tcb-clear\" wfd-id=\"473\"><a href=\"tel:1-954-848-1911\" target=\"_blank\" rel=\"\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-162717d1bc3\" data-float=\"1\" data-link-wrap=\"1\" wfd-id=\"474\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-phone-plus-light\" data-name=\"\">\n            <path d=\"M8 128h88v88c0 4.4 3.6 8 8 8h16c4.4 0 8-3.6 8-8v-88h88c4.4 0 8-3.6 8-8v-16c0-4.4-3.6-8-8-8h-88V8c0-4.4-3.6-8-8-8h-16c-4.4 0-8 3.6-8 8v88H8c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8zM487.8 24.1L387 .8c-14.7-3.4-29.8 4.2-35.8 18.1l-46.5 108.5c-5.5 12.7-1.8 27.7 8.9 36.5l53.9 44.1c-34 69.2-90.3 125.6-159.6 159.6l-44.1-53.9c-8.8-10.7-23.8-14.4-36.5-8.9L18.9 351.3c-13.9 6-21.5 21-18.1 35.8L24 487.9C27.3 502 39.9 512 54.5 512 306.7 512 512 307.8 512 54.5c0-14.6-10-27.2-24.2-30.4zM55.1 480l-23-99.6 107.4-46 59.5 72.8c103.6-48.6 159.7-104.9 208.1-208.1l-72.8-59.5 46-107.4 99.6 23C479.7 289.7 289.6 479.7 55.1 480z\"></path>\n        </svg></div></a></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162717d1bc5\" wfd-id=\"467\"><p data-css=\"tve-u-1641333d7d1\"><a href=\"tel:1-954-848-1911\" target=\"_blank\">954-848-1911</a></p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717d1bb7\" style=\"\" wfd-id=\"451\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717d1bbc\" wfd-id=\"453\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16369305186\" wfd-id=\"454\">\n<div class=\"tve-content-box-background\" wfd-id=\"461\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16417e9d24e\" wfd-id=\"455\"><div class=\"tcb-clear\" wfd-id=\"459\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-16417e5bd95\" data-float=\"1\" wfd-id=\"460\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-envelope-regular\" data-name=\"\">\n            <path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path>\n        </svg></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-164179bced9\" wfd-id=\"456\"><p data-css=\"tve-u-1641333d7d1\"><a href=\"mailto:info@bestcerkoteflorida.com\" target=\"_blank\">info@bestcerakoteflorida.com</a></p></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-162717cb621\" data-value-type=\"percent\" wfd-id=\"390\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-162717cb620\" data-clip-id=\"c883ac5175045\" wfd-id=\"448\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-c883ac5175045\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9125, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-c883ac5175045\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9476, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-c883ac5175045\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9651, 1 1, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-162717cb609\" wfd-id=\"391\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-162717cb618\" wfd-id=\"392\"><div class=\"tcb-flex-row tcb-medium-wrap tcb-resized v-2 tcb--cols--2\" data-css=\"tve-u-162717cb617\" wfd-id=\"393\"><div class=\"tcb-flex-col\" data-css=\"tve-u-162717cb601\" style=\"\" wfd-id=\"400\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717cb60a\" wfd-id=\"402\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h1\" data-css=\"tve-u-162717cb610\" wfd-id=\"438\"><h1 data-css=\"tve-u-162717cb616\" style=\"text-align: center;\">&nbsp;Protect What\'s Important To You With The Toughest Ceramic Finish On The Market<span data-css=\"tve-u-16271ca808e\" style=\"color: rgb(0, 229, 255);\" wfd-id=\"447\"></span></h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162717cb60f\" wfd-id=\"426\"><p data-css=\"tve-u-16413112747\">We provide reliable, affordable services for your vehicle. You can choose a q<span data-css=\"tve-u-16413111ba3\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"437\">u</span>ick exterior wash or a detailed clean, we have it all.</p></div><div class=\"tcb-clear\" data-css=\"tve-u-1641791ce1a\" wfd-id=\"411\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-162717cb623\" wfd-id=\"412\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-162717cb626\" data-tcb_hover_state_parent=\"1\" wfd-id=\"425\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-162717cb624\" wfd-id=\"413\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-162717cb625\" data-tcb_hover_state_parent=\"\" data-button-style=\"full_rounded\" wfd-id=\"414\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"415\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-162717cb629\" wfd-id=\"416\"><strong>Request an appointment</strong></span></span>\n</a>\n</div></div>\n</div></div><div class=\"tcb-clear\" data-css=\"tve-u-1641791de3b\" wfd-id=\"403\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-162717cb60c\" data-tcb_hover_state_parent=\"\" data-button-style=\"ghost\" wfd-id=\"404\">\n<a href=\"#\" class=\"tcb-button-link\" target=\"_blank\">\n<span class=\"tcb-button-texts\" wfd-id=\"405\"><span class=\"tcb-button-text thrv-inline-text\" wfd-id=\"406\"><strong>Call Now: 0400-700-682</strong></span></span>\n</a>\n</div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717cb600\" style=\"\" wfd-id=\"394\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717cb60b\" wfd-id=\"396\"><div class=\"thrv_responsive_video thrv_wrapper\" data-type=\"youtube\" data-rel=\"0\" data-url=\"https://www.youtube.com/watch?v=a1nyu9ZJiEk\" data-css=\"tve-u-16959cd1e7a\" data-modestbranding=\"1\" wfd-id=\"397\">\n	\n\n	<div class=\"tve_responsive_video_container\" wfd-id=\"398\">\n		<div class=\"video_overlay\" wfd-id=\"399\"></div>\n	<iframe data-code=\"a1nyu9ZJiEk\" data-provider=\"youtube\" src=\"https://www.youtube.com/embed/a1nyu9ZJiEk?rel=0&amp;modestbranding=1&amp;controls=1&amp;showinfo=1&amp;fs=1&amp;wmode=transparent\" data-src=\"https://www.youtube.com/embed/a1nyu9ZJiEk?rel=0&amp;modestbranding=1&amp;controls=1&amp;showinfo=1&amp;fs=1&amp;wmode=transparent\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-162717fcf9d\" data-value-type=\"percent\" wfd-id=\"329\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-162718bd0c0\" data-clip-id=\"a3b25e1c9221a\" wfd-id=\"389\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0875\"></polygon></clipPath><clipPath id=\"clip-tablet-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"6\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.1051\"></polygon></clipPath><clipPath id=\"clip-mobile-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"1\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0175\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-162718a3b40\" wfd-id=\"330\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622a159bcb\" wfd-id=\"331\">\n<div class=\"tve-content-box-background\" wfd-id=\"388\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"332\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621a2247ba\" wfd-id=\"383\"><h2 data-css=\"tve-u-1621a2e0d5b\">our services</h2></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16229f6175c\" wfd-id=\"356\"><div class=\"tcb-flex-row tcb-medium-no-wrap tcb--cols--3 v-2\" data-css=\"tve-u-162493a03b0\" wfd-id=\"357\"><div class=\"tcb-flex-col\" wfd-id=\"372\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1624939a960\" data-tcb_hover_state_parent=\"\" wfd-id=\"374\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-162493d5f13\" data-float=\"1\" wfd-id=\"382\"><svg class=\"tcb-icon\" viewBox=\"0 0 14 28\" data-name=\"bolt\">\n<path d=\"M13.828 8.844c0.172 0.187 0.219 0.453 0.109 0.688l-8.437 18.078c-0.125 0.234-0.375 0.391-0.656 0.391-0.063 0-0.141-0.016-0.219-0.031-0.344-0.109-0.547-0.438-0.469-0.766l3.078-12.625-6.344 1.578c-0.063 0.016-0.125 0.016-0.187 0.016-0.172 0-0.359-0.063-0.484-0.172-0.187-0.156-0.25-0.391-0.203-0.609l3.141-12.891c0.078-0.297 0.359-0.5 0.688-0.5h5.125c0.391 0 0.703 0.297 0.703 0.656 0 0.094-0.031 0.187-0.078 0.281l-2.672 7.234 6.188-1.531c0.063-0.016 0.125-0.031 0.187-0.031 0.203 0 0.391 0.094 0.531 0.234z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"378\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-162494b490e\" wfd-id=\"379\"><h4 data-css=\"tve-u-16249355087\" style=\"text-align: left;\">Express exterior</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162494b7ad0\" wfd-id=\"375\"><p data-css=\"tve-u-162492e70ad\">Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"365\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162493b6b63\" data-tcb_hover_state_parent=\"\" wfd-id=\"367\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b456a\" wfd-id=\"371\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"adjust\">\n<path d=\"M12 22.5v-17c-4.688 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"369\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1af44d\" wfd-id=\"370\"><h4 data-css=\"tve-u-16249358652\" style=\"text-align: left;\">Interior clean</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"368\"><p data-css=\"tve-u-162492e70ad\">Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"358\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16249373b25\" wfd-id=\"360\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b52d3\" wfd-id=\"364\"><svg class=\"tcb-icon\" viewBox=\"0 0 26 28\" data-name=\"umbrella\">\n<path d=\"M14 12.938v9.063c0 2.172-1.828 4-4 4s-4-1.828-4-4c0-0.547 0.453-1 1-1s1 0.453 1 1c0 1.047 0.953 2 2 2s2-0.953 2-2v-9.063c0.328-0.109 0.656-0.172 1-0.172s0.672 0.063 1 0.172zM26 13.359c0 0.266-0.234 0.5-0.5 0.5-0.141 0-0.25-0.063-0.359-0.156-0.906-0.844-1.75-1.437-3.047-1.437-1.484 0-2.766 0.922-3.609 2.094-0.187 0.266-0.328 0.547-0.5 0.812-0.109 0.172-0.234 0.266-0.438 0.266-0.219 0-0.344-0.094-0.453-0.266-0.172-0.266-0.313-0.547-0.5-0.812-0.844-1.172-2.109-2.094-3.594-2.094s-2.75 0.922-3.594 2.094c-0.187 0.266-0.328 0.547-0.5 0.812-0.109 0.172-0.234 0.266-0.453 0.266-0.203 0-0.328-0.094-0.438-0.266-0.172-0.266-0.313-0.547-0.5-0.812-0.844-1.172-2.125-2.094-3.609-2.094-1.297 0-2.141 0.594-3.047 1.437-0.109 0.094-0.219 0.156-0.359 0.156-0.266 0-0.5-0.234-0.5-0.5 0-0.047 0-0.078 0.016-0.109 1.437-5.906 7.141-9.25 12.984-9.25 5.812 0 11.578 3.344 12.984 9.25 0.016 0.031 0.016 0.063 0.016 0.109zM14 2v1.531c-0.328-0.016-0.672-0.031-1-0.031s-0.672 0.016-1 0.031v-1.531c0-0.547 0.453-1 1-1s1 0.453 1 1z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"362\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b01a6\" wfd-id=\"363\"><h4 data-css=\"tve-u-1624935a201\" style=\"text-align: left;\">Wax protection</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"361\"><p data-css=\"tve-u-162492e70ad\">Etiam pharetra, erat sed fermentum feugiat, velit mauris</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16249367114\" wfd-id=\"333\"><div class=\"tcb-flex-row tcb-medium-no-wrap tcb--cols--3 v-2\" data-css=\"tve-u-16229ffbb7b\" wfd-id=\"334\"><div class=\"tcb-flex-col\" wfd-id=\"349\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229fa6a26\" wfd-id=\"351\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b33f9\" wfd-id=\"355\"><svg class=\"tcb-icon\" viewBox=\"0 0 26 28\" data-name=\"magic\">\n<path d=\"M18.594 9.078l4.578-4.578-1.672-1.672-4.578 4.578zM25.578 4.5c0 0.266-0.094 0.516-0.281 0.703l-20.094 20.094c-0.187 0.187-0.438 0.281-0.703 0.281s-0.516-0.094-0.703-0.281l-3.094-3.094c-0.187-0.187-0.281-0.438-0.281-0.703s0.094-0.516 0.281-0.703l20.094-20.094c0.187-0.187 0.438-0.281 0.703-0.281s0.516 0.094 0.703 0.281l3.094 3.094c0.187 0.187 0.281 0.438 0.281 0.703zM4.469 1.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531zM9.938 4.062l3.063 0.938-3.063 0.938-0.938 3.063-0.938-3.063-3.063-0.938 3.063-0.938 0.938-3.063zM24.469 11.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531zM14.469 1.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"353\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b0a67\" wfd-id=\"354\"><h4 data-css=\"tve-u-16248fc42a1\" style=\"text-align: left;\">Dust &amp; Dash Console</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"352\"><p data-css=\"tve-u-162492e70ad\">Duis sed odio sit amet nibh vulputate cursus a sit amet mauris.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"342\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1622f65ba70\" wfd-id=\"344\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b60b4\" wfd-id=\"348\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"certificate\">\n<path d=\"M21.5 14l2.156 2.109c0.297 0.281 0.406 0.703 0.313 1.094-0.109 0.391-0.422 0.703-0.812 0.797l-2.938 0.75 0.828 2.906c0.109 0.391 0 0.812-0.297 1.094-0.281 0.297-0.703 0.406-1.094 0.297l-2.906-0.828-0.75 2.938c-0.094 0.391-0.406 0.703-0.797 0.812-0.094 0.016-0.203 0.031-0.297 0.031-0.297 0-0.594-0.125-0.797-0.344l-2.109-2.156-2.109 2.156c-0.281 0.297-0.703 0.406-1.094 0.313-0.406-0.109-0.703-0.422-0.797-0.812l-0.75-2.938-2.906 0.828c-0.391 0.109-0.812 0-1.094-0.297-0.297-0.281-0.406-0.703-0.297-1.094l0.828-2.906-2.938-0.75c-0.391-0.094-0.703-0.406-0.812-0.797-0.094-0.391 0.016-0.812 0.313-1.094l2.156-2.109-2.156-2.109c-0.297-0.281-0.406-0.703-0.313-1.094 0.109-0.391 0.422-0.703 0.812-0.797l2.938-0.75-0.828-2.906c-0.109-0.391 0-0.812 0.297-1.094 0.281-0.297 0.703-0.406 1.094-0.297l2.906 0.828 0.75-2.938c0.094-0.391 0.406-0.703 0.797-0.797 0.391-0.109 0.812 0 1.094 0.297l2.109 2.172 2.109-2.172c0.281-0.297 0.688-0.406 1.094-0.297 0.391 0.094 0.703 0.406 0.797 0.797l0.75 2.938 2.906-0.828c0.391-0.109 0.812 0 1.094 0.297 0.297 0.281 0.406 0.703 0.297 1.094l-0.828 2.906 2.938 0.75c0.391 0.094 0.703 0.406 0.812 0.797 0.094 0.391-0.016 0.812-0.313 1.094z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"346\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b12d8\" wfd-id=\"347\"><h4 data-css=\"tve-u-1625389a3d5\" style=\"text-align: left;\">Triple Foam Polish</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"345\"><p data-css=\"tve-u-162492e70ad\">Class aptent taciti sociosqu ad litora torquent</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"335\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229fa8c68\" wfd-id=\"337\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-16271adf6cf\" wfd-id=\"341\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"bullseye\">\n<path d=\"M16 14c0 2.203-1.797 4-4 4s-4-1.797-4-4 1.797-4 4-4 4 1.797 4 4zM18 14c0-3.313-2.688-6-6-6s-6 2.688-6 6 2.688 6 6 6 6-2.688 6-6zM20 14c0 4.422-3.578 8-8 8s-8-3.578-8-8 3.578-8 8-8 8 3.578 8 8zM22 14c0-5.516-4.484-10-10-10s-10 4.484-10 10 4.484 10 10 10 10-4.484 10-10zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"339\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-16248fc71c8\" wfd-id=\"340\"><h4 data-css=\"tve-u-1625389b4ed\" style=\"text-align: left;\">Tire dressing</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"338\"><p data-css=\"tve-u-162492e70ad\">Etiam pharetra, erat sed fermentum feugiat, velit mauris</p></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621ad46076\" wfd-id=\"297\">\n<div class=\"tve-page-section-out\" wfd-id=\"328\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621b072b4e\" wfd-id=\"298\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621a8b2488\" wfd-id=\"299\"><div class=\"tcb-flex-row tcb--cols--2 v-2\" data-css=\"tve-u-1621a8a804b\" wfd-id=\"300\"><div class=\"tcb-flex-col\" wfd-id=\"310\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16271bfe70c\" wfd-id=\"312\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h3\" data-css=\"tve-u-1621a8c4313\" wfd-id=\"327\"><h3><strong>Complete cleaning services for yoâ€‹ur car</strong></h3></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-16417b70f47\" wfd-id=\"313\"><ul class=\"tcb-styled-list\" wfd-id=\"314\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621acf0289\" wfd-id=\"323\"><div class=\"tcb-styled-list-icon\" wfd-id=\"325\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a8e11f3\" wfd-id=\"326\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ace1b08\" wfd-id=\"324\">We are a small business delivering professional cleaning services for all vehicles</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621acf64fb\" wfd-id=\"319\"><div class=\"tcb-styled-list-icon\" wfd-id=\"321\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a8e5625\" wfd-id=\"322\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ace4de9\" wfd-id=\"320\">Our services are convenient for individuals and corporate fleets</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"315\"><div class=\"tcb-styled-list-icon\" wfd-id=\"317\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a9076ef\" wfd-id=\"318\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621acf47d2\" wfd-id=\"316\">We use eco-friendly products that actually clean, protect and maintain your car better than the traditional cleaning substances</span></li></ul></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"301\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621a90a46f\" wfd-id=\"303\"><div class=\"thrv_wrapper thrv-fill-counter tve_red tve_normalfc thrv_data_element\" data-css=\"tve-u-1621a983587\" wfd-id=\"304\">\n<div class=\"tve_fill_counter_n\" style=\"\" data-fill=\"100\" data-css=\"tve-u-1621a98b602\" wfd-id=\"305\">\n<svg viewBox=\"0 0 170 170\" class=\"tve_fill_counter_circle\" shape-rendering=\"optimizeSpeed\" data-css=\"tve-u-1621a9a2862\">\n<circle class=\"tve_fill_counter_circle_inner\" r=\"85\" cx=\"85\" cy=\"85\" data-css=\"tve-u-1621a9685d4\"></circle>\n</svg>\n<div class=\"tve_fill_text_in\" data-css=\"tve-u-1621a96b190\" wfd-id=\"306\">\n<div class=\"tve_fill_text_value\" data-css=\"tve-u-1621a9a2866\" wfd-id=\"308\">\n<div class=\"thrv-inline-text tve_fill_text tve_editable\" data-css=\"tve-u-1621a9a2867\" wfd-id=\"309\"><strong>100%â€‹</strong></div>\n</div>\n<div class=\"thrv-inline-text tve_editable tve_data_element_label\" data-css=\"tve-u-1621a9750ae\" wfd-id=\"307\">Clean car</div>\n</div>\n</div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621ada1e7f\" data-value-type=\"percent\" wfd-id=\"261\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621adba9ef\" data-clip-id=\"52d5a36c151aa\" wfd-id=\"296\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-52d5a36c151aa\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0875\"></polygon></clipPath><clipPath id=\"clip-tablet-top-52d5a36c151aa\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0524\"></polygon></clipPath><clipPath id=\"clip-mobile-top-52d5a36c151aa\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0349\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621ad420c4\" wfd-id=\"262\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621ade6172\" wfd-id=\"263\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2 tcb-row-reversed-mobile tcb-mobile-edit v-2\" data-css=\"tve-u-1621adea58b\" wfd-id=\"264\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621b064646\" style=\"\" wfd-id=\"290\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ae0bec7\" wfd-id=\"292\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ae4fd21\" data-value-type=\"percent\" data-float=\"1\" wfd-id=\"293\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621ae6c8da\" data-clip-id=\"aa2c3e3c70555\" wfd-id=\"295\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0349\"></polygon></clipPath><clipPath id=\"clip-tablet-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"4\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0699\"></polygon></clipPath><clipPath id=\"clip-mobile-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"4\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0699\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb\" data-css=\"tve-u-1621ae4db6e\" wfd-id=\"294\"></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621b064668\" style=\"\" wfd-id=\"265\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621f45bed3\" wfd-id=\"267\"><div class=\"tcb-clear\" data-css=\"tve-u-16224848ee5\" wfd-id=\"288\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621afceb00\" wfd-id=\"289\"><h2 data-css=\"tve-u-1621afcc0bf\">Check Out Our Special Offer!</h2></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621afda4fa\" wfd-id=\"287\"><p data-css=\"tve-u-1621afd8c98\">Donâ€™t miss the opportunity to get 50% discount on a complete cleaning just by recommending us to a friend. Bring someone you know with you and clean you car half price!</p></div><div class=\"tcb-clear\" data-css=\"tve-u-16224834cab\" wfd-id=\"268\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621fe85996\" wfd-id=\"269\"><div class=\"tcb-flex-row tcb--cols--2 tcb-resized tcb-medium-wrap tcb-desktop-wrap\" data-css=\"tve-u-1621fe78878\" wfd-id=\"270\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621fe94086\" style=\"\" wfd-id=\"278\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"280\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621b01355a\" wfd-id=\"281\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621b08fdde\" data-tcb_hover_state_parent=\"1\" wfd-id=\"286\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16223f02c16\" wfd-id=\"282\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-1620af7eb3f\" data-tcb_hover_state_parent=\"\" data-button-style=\"full_rounded\" wfd-id=\"283\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"284\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-16228c75500\" wfd-id=\"285\"><strong>Request an appointment</strong></span></span>\n</a>\n</div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621fe940b9\" style=\"\" wfd-id=\"271\"><div class=\"tcb-col\" wfd-id=\"273\"><div class=\"tcb-clear\" data-css=\"tve-u-16224716d62\" wfd-id=\"274\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-1621b028939\" data-tcb_hover_state_parent=\"\" data-button-style=\"ghost\" wfd-id=\"275\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"276\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-16228c764b2\" wfd-id=\"277\"><strong>Call Now: 0400-700-682</strong></span></span>\n</a>\n</div></div></div></div></div></div></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16260ba2fa4\" wfd-id=\"168\">\n<div class=\"tve-page-section-out\" wfd-id=\"260\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16260be7104\" wfd-id=\"169\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621b0e4fb7\" wfd-id=\"259\"><h2 data-css=\"tve-u-1621b10fccf\" style=\"text-align: center;\">our happy clients</h2></div><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641367127b\" data-float=\"1\" wfd-id=\"258\"><svg class=\"tcb-icon\" viewBox=\"0 0 30 32\" data-name=\"quote-left\">\n<path d=\"M13.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429zM29.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641367e553\" wfd-id=\"257\"><svg class=\"tcb-icon\" viewBox=\"0 0 30 32\" data-name=\"quote-left\">\n<path d=\"M13.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429zM29.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a10d3b4\" wfd-id=\"228\">\n<div class=\"tve-content-box-background\" wfd-id=\"256\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"229\"><div class=\"tcb-clear\" data-css=\"tve-u-1621b300a64\" wfd-id=\"254\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-1621f154231\" wfd-id=\"255\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621b200375\" wfd-id=\"232\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-16260d8392c\" wfd-id=\"233\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"238\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"240\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16417b62c09\" wfd-id=\"241\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-16260d8396c\" wfd-id=\"242\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16260d01208\" style=\"\" wfd-id=\"248\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"250\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"251\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16225617da3\" wfd-id=\"253\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"252\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16260d0120e\" style=\"\" wfd-id=\"243\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"245\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"247\"><h5>Brett Graham, 28</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"246\"><h6 class=\"\">Architect</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"234\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"236\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"237\"><p data-css=\"tve-u-162539c17ec\">Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit. Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit.&nbsp;</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-16260c5ff0c\" wfd-id=\"230\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260c5ff07\" wfd-id=\"231\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a12f675\" wfd-id=\"199\">\n<div class=\"tve-content-box-background\" wfd-id=\"227\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"200\"><div class=\"tcb-clear\" data-css=\"tve-u-16260cd7683\" wfd-id=\"225\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260d73672\" wfd-id=\"226\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16260da3aa7\" wfd-id=\"203\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-1621fb68b97\" wfd-id=\"204\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"209\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"211\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16417b662bf\" wfd-id=\"212\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-1621fb65556\" wfd-id=\"213\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16229915e1a\" style=\"\" wfd-id=\"219\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"221\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"222\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16260c433e9\" wfd-id=\"224\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"223\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16229915e4e\" style=\"\" wfd-id=\"214\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"216\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"218\"><h5>Rosie Hanson, 24</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"217\"><h6 class=\"\">Real estate Associate</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"205\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"207\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"208\"><p data-css=\"tve-u-162539c17ec\">Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo.</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-16260d3b97e\" wfd-id=\"201\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260d39b83\" wfd-id=\"202\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a146aef\" wfd-id=\"170\">\n<div class=\"tve-content-box-background\" wfd-id=\"198\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"171\"><div class=\"tcb-clear\" data-css=\"tve-u-16260cd7683\" wfd-id=\"196\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260cd622f\" wfd-id=\"197\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16260c39a7e\" wfd-id=\"174\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-16260d3f4aa\" wfd-id=\"175\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"180\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"182\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621fbacc60\" wfd-id=\"183\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-16260d3f4af\" wfd-id=\"184\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16229915e1a\" style=\"\" wfd-id=\"190\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"192\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"193\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16260d5e4b8\" wfd-id=\"195\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"194\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16229915e4e\" style=\"\" wfd-id=\"185\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"187\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"189\"><h5>Shawn Mattews, 35</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"188\"><h6 class=\"\">project manager</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"176\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"178\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"179\"><p data-css=\"tve-u-162539c17ec\">Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo. Nullam ac urna eu felis.Sed non neque elit. Sed ut imperdiet nisi. Proin condimentum</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1621b30ca74\" wfd-id=\"172\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-1621f15b521\" wfd-id=\"173\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621b3c8c52\" wfd-id=\"64\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621b3cfc7b\" wfd-id=\"167\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621b3c74d9\" wfd-id=\"65\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621e7b695a\" wfd-id=\"166\"><h2 data-css=\"tve-u-1621e7a7350\" style=\"text-align: center;\">our offers</h2></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621e7c899a\" wfd-id=\"66\"><div class=\"tcb-flex-row tcb--cols--3 tcb-medium-wrap v-2\" data-css=\"tve-u-1621e7c7aa1\" wfd-id=\"67\"><div class=\"tcb-flex-col\" wfd-id=\"130\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16223fc9f23\" wfd-id=\"132\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e7ceab3\" style=\"\" wfd-id=\"133\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16416e4fafd\" wfd-id=\"165\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e7d5094\" wfd-id=\"134\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e7e9950\" data-value-type=\"percent\" style=\"\" wfd-id=\"161\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e7edfd9\" data-clip-id=\"10ffac3b28f1d\" wfd-id=\"164\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-10ffac3b28f1d\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-10ffac3b28f1d\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e7e6c1d\" wfd-id=\"162\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-16417b4cb9e\" wfd-id=\"163\"><h4 data-css=\"tve-u-1621fe1a1af\" style=\"text-align: center;\"><strong>Basic Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ec6c39b\" data-float=\"1\" wfd-id=\"157\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e81f424\" wfd-id=\"160\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec752da\" wfd-id=\"158\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"159\"><h4 data-css=\"tve-u-1621fe1bd18\" style=\"text-align: center;\"><strong>15$</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621ea50702\" wfd-id=\"135\"><ul class=\"tcb-styled-list\" wfd-id=\"136\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec3a5c0\" wfd-id=\"153\"><div class=\"tcb-styled-list-icon\" wfd-id=\"155\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec204df\" wfd-id=\"156\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec241aa\" wfd-id=\"154\">Interior vacuum</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"149\"><div class=\"tcb-styled-list-icon\" wfd-id=\"151\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec20f68\" wfd-id=\"152\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec2704c\" wfd-id=\"150\">Dust &amp;dash console</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec42aa7\" wfd-id=\"145\"><div class=\"tcb-styled-list-icon\" wfd-id=\"147\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec21a31\" wfd-id=\"148\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec298ab\" wfd-id=\"146\">Hand towel dry</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec43fe2\" wfd-id=\"141\"><div class=\"tcb-styled-list-icon\" wfd-id=\"143\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ea1fba7\" wfd-id=\"144\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea23322\" wfd-id=\"142\">Clean windows</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec454d9\" wfd-id=\"137\"><div class=\"tcb-styled-list-icon\" wfd-id=\"139\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ea295c0\" wfd-id=\"140\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea2c69a\" wfd-id=\"138\">Soft cloth wash</span></li></ul></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"99\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"101\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621eb81205\" style=\"\" wfd-id=\"102\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16416e603ab\" wfd-id=\"129\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621eb7ccb0\" wfd-id=\"103\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ebbbb6d\" data-value-type=\"percent\" wfd-id=\"125\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eaaedd8\" data-clip-id=\"a2b9cf3198d6f\" wfd-id=\"128\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-a2b9cf3198d6f\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-a2b9cf3198d6f\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec7f21a\" wfd-id=\"126\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e930bd7\" wfd-id=\"127\"><h4 data-css=\"tve-u-1621e92e97f\" style=\"text-align: center;\"><strong>Ultimate Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ec78d2c\" data-float=\"1\" wfd-id=\"121\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eab272c\" wfd-id=\"124\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec79a7d\" wfd-id=\"122\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"123\"><h4 data-css=\"tve-u-1621e942b65\" style=\"text-align: center;\"><strong>22 $</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621ebfa746\" wfd-id=\"118\"><p data-css=\"tve-u-1621f4ceaf6\" style=\"text-align: center;\">Includes basic service <span data-css=\"tve-u-1621f4ceaf7\" style=\"color: rgb(15, 29, 123);\" wfd-id=\"119\"><strong class=\"\"><span data-css=\"tve-u-1621f4ceafb\" wfd-id=\"120\">+</span></strong></span></p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621ebf340c\" wfd-id=\"104\"><ul class=\"tcb-styled-list\" wfd-id=\"105\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-164137a0b1f\" wfd-id=\"114\"><div class=\"tcb-styled-list-icon\" wfd-id=\"116\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec0c5bd\" wfd-id=\"117\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ebfe4ce\" wfd-id=\"115\">Triple foam conditiner</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec04541\" wfd-id=\"110\"><div class=\"tcb-styled-list-icon\" wfd-id=\"112\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec09a3c\" wfd-id=\"113\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ebff867\" wfd-id=\"111\">Tire dressing</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec05cc3\" wfd-id=\"106\"><div class=\"tcb-styled-list-icon\" wfd-id=\"108\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec15f6e\" wfd-id=\"109\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec009a8\" wfd-id=\"107\">Air freshner</span></li></ul></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"68\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16223dad661\" wfd-id=\"70\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621fd9c946\" style=\"\" wfd-id=\"71\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e7d234c\" wfd-id=\"98\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621fd84d7b\" wfd-id=\"72\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16223b080b0\" data-value-type=\"percent\" wfd-id=\"94\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eb3eb9f\" data-clip-id=\"ac98bb0e54b3b\" wfd-id=\"97\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621fd8766c\" wfd-id=\"95\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e930bd7\" wfd-id=\"96\"><h4 data-css=\"tve-u-1621fe1587d\" style=\"text-align: center;\"><strong>Supreme Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e8107f3\" wfd-id=\"90\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eb43d8d\" wfd-id=\"93\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e819c52\" wfd-id=\"91\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"92\"><h4 data-css=\"tve-u-1621fe1725e\" style=\"text-align: center;\"><strong>30 $</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621eb037bb\" wfd-id=\"87\"><p data-css=\"tve-u-1621f4d0451\" style=\"text-align: center;\">Includes ultimate service <span data-css=\"tve-u-1621eaff572\" style=\"color: rgb(15, 29, 123);\" wfd-id=\"88\"><strong class=\"\"><span data-css=\"tve-u-1621eb01b60\" wfd-id=\"89\">+</span></strong></span></p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621eacf6af\" wfd-id=\"73\"><ul class=\"tcb-styled-list\" wfd-id=\"74\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec36a4d\" wfd-id=\"83\"><div class=\"tcb-styled-list-icon\" wfd-id=\"85\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e9993aa\" wfd-id=\"86\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea1a5d7\" wfd-id=\"84\">Exterior trim dressing</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"79\"><div class=\"tcb-styled-list-icon\" wfd-id=\"81\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e99b1db\" wfd-id=\"82\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea19a06\" wfd-id=\"80\">Hand applied spray wax</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec37ea5\" wfd-id=\"75\"><div class=\"tcb-styled-list-icon\" wfd-id=\"77\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e99c314\" wfd-id=\"78\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea18c5d\" wfd-id=\"76\">Interior conditioner</span></li></ul></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621efddaaf\" wfd-id=\"43\">\n<div class=\"tve-page-section-out\" wfd-id=\"63\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621edf8048\" wfd-id=\"44\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621f114214\" wfd-id=\"45\"><div class=\"tcb-flex-row tcb-resized tcb-mobile-edit tcb--cols--2\" data-css=\"tve-u-1621ee03000\" wfd-id=\"46\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621ee4be21\" style=\"\" wfd-id=\"51\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ee093d4\" wfd-id=\"53\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ee3afec\" wfd-id=\"57\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621ee58e74\" wfd-id=\"62\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ee37f4a\" wfd-id=\"58\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1621ee74a24\" wfd-id=\"61\"><svg class=\"tcb-icon\" viewBox=\"0 0 16 28\" data-name=\"map-marker\">\n<path d=\"M12 10c0-2.203-1.797-4-4-4s-4 1.797-4 4 1.797 4 4 4 4-1.797 4-4zM16 10c0 0.953-0.109 1.937-0.516 2.797l-5.688 12.094c-0.328 0.688-1.047 1.109-1.797 1.109s-1.469-0.422-1.781-1.109l-5.703-12.094c-0.406-0.859-0.516-1.844-0.516-2.797 0-4.422 3.578-8 8-8s8 3.578 8 8z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621ee63e1c\" wfd-id=\"60\"><h2 data-css=\"tve-u-1621fdcb4ea\" style=\"text-align: center;\">contact us</h2></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16422a1ce91\" wfd-id=\"59\"><p data-css=\"tve-u-16422a1ce94\" style=\"text-align: left;\">Your adress goes here</p><p data-css=\"tve-u-16422a1ce93\" style=\"text-align: left;\">Phone: 0400 - 700 - 682</p><p data-css=\"tve-u-16422a1ce92\" style=\"text-align: left;\">Email: our_office@gmail.com</p></div></div>\n</div><div class=\"tcb-clear\" data-css=\"tve-u-16417c828be\" wfd-id=\"54\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_slide_left\" data-css=\"tve-u-1621ef118dc\" style=\"\" wfd-id=\"55\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"56\"><img class=\"tve_image tve_evt_manager_listen tve_et_tve-viewport wp-image-21388\" alt=\"\" width=\"567\" height=\"384\" title=\"Car wash img footer\" data-id=\"21388\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-img-footer.png\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_left&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" style=\"width: 100%;\"></span></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621ee4be73\" style=\"\" wfd-id=\"47\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ee22c43\" wfd-id=\"49\"><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-1621ee18a1c\" wfd-id=\"50\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=New York&amp;t=m&amp;z=5&amp;output=embed&amp;iwloc=near\"></iframe>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621f0aa8f7\" wfd-id=\"30\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621f0ada0e\" wfd-id=\"42\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621f0b0088\" wfd-id=\"31\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621f0d2c1a\" wfd-id=\"32\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-1621f0cbe40\" wfd-id=\"33\"><div class=\"tcb-flex-col\" wfd-id=\"38\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"40\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621f0da775\" wfd-id=\"41\"><p data-css=\"tve-u-1622444fb11\">Â© 2018, Your company name . All rights reserved.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"34\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"36\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16223fe5f5b\" wfd-id=\"37\"><p data-css=\"tve-u-1621f0d874c\" style=\"text-align: right;\">Made with <a href=\"https://thrivethemes.com/\" target=\"_blank\">Thrive Architect</a></p></div></div></div></div></div></div>\n</div>\n\n'),(6726,559,'tve_revision_tve_content_more_found',''),(6727,559,'tve_revision_tve_save_post',''),(6728,559,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Merriweather:400,700&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Special+Elite:400&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Poppins:400,800,900,300,700,&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Monda:400,700,&subset=latin\");@media (min-width: 300px){.tcb-plain-text { font-family: Monda; font-weight: 400; font-size: 14px; }#tve_editor [data-css=\"tve-u-1621b072b4e\"] p, #tve_editor [data-css=\"tve-u-1621b072b4e\"] li, #tve_editor [data-css=\"tve-u-1621b072b4e\"] blockquote, #tve_editor [data-css=\"tve-u-1621b072b4e\"] address, #tve_editor [data-css=\"tve-u-1621b072b4e\"] .tcb-plain-text, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h1, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h2, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h3, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h4, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h5, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h6 { color: rgb(18, 18, 18); }[data-css=\"tve-u-16417c828be\"]::after { clear: both; }[data-css=\"tve-u-1621fe78878\"] .tcb-flex-col { flex-basis: 160px !important; }[data-css=\"tve-u-16417b70f47\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1641791de3b\"]::after { clear: both; }[data-css=\"tve-u-1641791ce1a\"]::after { clear: both; }#tve_editor [data-css=\"tve-u-1621fdcb4ea\"] { color: rgb(15, 29, 123) !important; }#tve_editor [data-css=\"tve-u-1641367127b\"] > :first-child { color: rgb(15, 29, 123); }[data-css=\"tve-u-1641367127b\"] { font-size: 60px; float: none; box-shadow: none; position: relative; z-index: 5; margin: 0px auto !important; }#tve_editor [data-css=\"tve-u-1641333d7d1\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-162717cb617\"] > .tcb-flex-col { padding-left: 0px; }#tve_editor [data-css=\"tve-u-16413112747\"] { color: rgba(255, 255, 255, 0.85) !important; }[data-css=\"tve-u-16413111ba3\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-16369305186\"] > .tve-cb { display: block; }#tve_editor [data-css=\"tve-u-162717cb609\"] p, #tve_editor [data-css=\"tve-u-162717cb609\"] li, #tve_editor [data-css=\"tve-u-162717cb609\"] blockquote, #tve_editor [data-css=\"tve-u-162717cb609\"] address, #tve_editor [data-css=\"tve-u-162717cb609\"] h1, #tve_editor [data-css=\"tve-u-162717cb609\"] h2, #tve_editor [data-css=\"tve-u-162717cb609\"] h3, #tve_editor [data-css=\"tve-u-162717cb609\"] h4, #tve_editor [data-css=\"tve-u-162717cb609\"] h5, #tve_editor [data-css=\"tve-u-162717cb609\"] h6 { color: rgb(255, 255, 255); }[data-css=\"tve-u-16369305186\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-162717cb621\"] .tve-page-section-in { display: flex; justify-content: center; flex-direction: column; }[data-css=\"tve-u-162717fcf9d\"] .tve-page-section-in { display: block; }[data-css=\"tve-u-1628a146aef\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1628a12f675\"] { padding: 0px !important; margin: 0px 0px 60px !important; }[data-css=\"tve-u-1628a10d3b4\"] { max-width: 100%; padding: 0px !important; margin: 0px 0px 60px !important; }[data-css=\"tve-u-16271ca808e\"] { color: rgb(0, 229, 255) !important; }#tve_editor [data-css=\"tve-u-162717cb618\"] p, #tve_editor [data-css=\"tve-u-162717cb618\"] li, #tve_editor [data-css=\"tve-u-162717cb618\"] blockquote, #tve_editor [data-css=\"tve-u-162717cb618\"] address, #tve_editor [data-css=\"tve-u-162717cb618\"] h1, #tve_editor [data-css=\"tve-u-162717cb618\"] h2, #tve_editor [data-css=\"tve-u-162717cb618\"] h3, #tve_editor [data-css=\"tve-u-162717cb618\"] h4, #tve_editor [data-css=\"tve-u-162717cb618\"] h5, #tve_editor [data-css=\"tve-u-162717cb618\"] h6 { color: rgb(0, 229, 255); }[data-css=\"tve-u-162718bd0c0\"] { clip-path: url(\"#clip-top-a3b25e1c9221a\"); -webkit-clip-path: url(\"#clip-top-a3b25e1c9221a\");  }[data-css=\"tve-u-162718a3b40\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-162717fcf9d\"] { z-index: 5; padding: 170px 40px 0px !important; margin-top: -80px !important; }[data-css=\"tve-u-16260cd622f\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-16260cd7683\"]::after { clear: both; }[data-css=\"tve-u-16260cd622f\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin-top: 0px !important; margin-bottom: -1px !important; }[data-css=\"tve-u-16260be7104\"] { max-width: 1200px; }[data-css=\"tve-u-16260ba2fa4\"] { padding: 100px 40px !important; }[data-css=\"tve-u-162539c17ec\"] { line-height: 1.6em !important; }#tve_editor [data-css=\"tve-u-162493b6b63\"]:hover { background-color: rgb(248, 249, 251) !important; }#tve_editor [data-css=\"tve-u-1624939a960\"]:hover { background-color: rgb(248, 249, 251) !important; background-image: none !important; }#tve_editor [data-css=\"tve-u-162492e70ad\"] { color: rgb(137, 141, 167) !important; }[data-css=\"tve-u-162492815ba\"] { padding: 0px !important; margin-top: 25px !important; }[data-css=\"tve-u-162491e8e1f\"]::after { clear: both; }[data-css=\"tve-u-1622f65ba70\"] { border: none; background-image: none !important; padding: 0px 30px 30px !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-1622a159bcb\"] { max-width: 100%; float: none; z-index: 6; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; margin-top: 0px !important; }[data-css=\"tve-u-16229915e4e\"] { max-width: 62.8%; }[data-css=\"tve-u-16229915e1a\"] { max-width: 37.2%; }[data-css=\"tve-u-16225617da3\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-Brett.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16225611edb\"] { min-height: 127px; }[data-css=\"tve-u-1622561121b\"] { max-width: 127px; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-16224848ee5\"]::after { clear: both; }[data-css=\"tve-u-16224834cab\"]::after { clear: both; }[data-css=\"tve-u-1621ee3afec\"] > .tve-cb { display: block; }[data-css=\"tve-u-1621fe78878\"] > .tcb-flex-col { padding-left: 5px; }[data-css=\"tve-u-1621fe940b9\"] { max-width: 50%; }[data-css=\"tve-u-1621fe94086\"] { max-width: 50%; }[data-css=\"tve-u-1621fe85996\"] { max-width: 585px; float: left; z-index: 3; position: relative; width: 100%; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621fe78878\"] > .tcb-flex-col > .tcb-col { min-height: 65px; justify-content: center; }[data-css=\"tve-u-1621fe78878\"] { min-height: inherit; margin-left: -5px; padding: 0px !important; flex-wrap: wrap !important; }#tve_editor [data-css=\"tve-u-1621f4d0451\"] { font-size: 20px !important; }#tve_editor [data-css=\"tve-u-1621f4ceaf6\"] { font-size: 20px !important; color: rgb(12, 12, 12) !important; }[data-css=\"tve-u-1621f45bed3\"] { padding: 0px !important; }[data-css=\"tve-u-1621f114214\"] { float: none; max-width: 100%; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621f0da775\"] { padding: 0px !important; }#tve_editor [data-css=\"tve-u-1621f0d874c\"] { letter-spacing: 1px; color: rgb(137, 141, 167) !important; font-size: 14px !important; }[data-css=\"tve-u-1621f0d2c1a\"] { max-width: 100%; margin-left: 60px !important; margin-right: 60px !important; }[data-css=\"tve-u-1621f0aa8f7\"] .tve-page-section-in { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621f0cbe40\"] { margin-left: 0px; padding: 0px !important; }[data-css=\"tve-u-1621f0cbe40\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-1621f0b0088\"] { max-width: 100%; min-height: 140px !important; }[data-css=\"tve-u-1621f0ada0e\"] { background-image: linear-gradient(rgb(22, 22, 24), rgb(22, 22, 24)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1621f0aa8f7\"] { padding: 0px !important; }[data-css=\"tve-u-1621efddaaf\"] { padding: 0px !important; }[data-css=\"tve-u-1621ef118dc\"] { width: 567px; position: relative; right: -50px; top: -104px; float: right; z-index: 3; margin-top: 0px !important; margin-bottom: 0px !important; padding-left: 0px !important; }#tve_editor [data-css=\"tve-u-1621ee74a24\"] > :first-child { color: rgb(15, 29, 123); }[data-css=\"tve-u-1621ee74a24\"] { font-size: 60px; float: none; z-index: 3; position: relative; margin: 0px auto 10px !important; padding-top: 0px !important; }[data-css=\"tve-u-1621ee63e1c\"] { float: none; z-index: 3; position: relative; max-width: none; width: 100%; padding: 0px !important; margin: 0px auto 30px !important; }[data-css=\"tve-u-1621ee58e74\"] { background-color: rgb(224, 226, 236) !important; }[data-css=\"tve-u-1621ee4be73\"] { max-width: 61%; }[data-css=\"tve-u-1621ee4be21\"] { max-width: 39%; }[data-css=\"tve-u-1621ee3afec\"] { padding: 60px 0px 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621ee37f4a\"] { min-height: 380px; }[data-css=\"tve-u-1621ee22c43\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding-top: 0px !important; padding-left: 0px !important; }[data-css=\"tve-u-1621ee18a1c\"] { margin: 80px 0px 0px 122px !important; }[data-css=\"tve-u-1621ee093d4\"] { margin-top: 0px !important; }[data-css=\"tve-u-1621ee03000\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1621ee03000\"] { margin-left: 0px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-1621ee03000\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-1621edf8048\"] { max-width: 100%; min-height: 1px !important; }[data-css=\"tve-u-1621ec454d9\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec43fe2\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec42aa7\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec3a5c0\"] { margin-top: 0px !important; margin-bottom: 10px !important; }[data-css=\"tve-u-1621ec37ea5\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec36a4d\"] { margin-bottom: 10px !important; }[data-css=\"tve-u-1621ea18c5d\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ea19a06\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ea1a5d7\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ea2c69a\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ea23322\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ec298ab\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ec2704c\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ec241aa\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ec05cc3\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec04541\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec009a8\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ebff867\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ebfe4ce\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621eb037bb\"] { padding: 0px !important; margin-top: 0px !important; margin-bottom: 30px !important; }[data-css=\"tve-u-1621eaff572\"] { color: rgb(15, 29, 123) !important; }[data-css=\"tve-u-1621ea50702\"] { max-width: 230px; float: none; z-index: 3; position: relative; width: 100%; padding: 0px !important; margin: 0px auto !important; }#tve_editor [data-css=\"tve-u-1621ea2c69a\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ea295c0\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ea295c0\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ea1fba7\"] > :first-child { color: rgb(137, 141, 167); }#tve_editor [data-css=\"tve-u-1621ea23322\"] { font-size: 16px !important; }[data-css=\"tve-u-1621ea1fba7\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }[data-css=\"tve-u-1621e99c314\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }[data-css=\"tve-u-1621e99b1db\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }[data-css=\"tve-u-1621e9993aa\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ea1a5d7\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ea19a06\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ea18c5d\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621e99c314\"] > :first-child { color: rgb(137, 141, 167); }#tve_editor [data-css=\"tve-u-1621e99b1db\"] > :first-child { color: rgb(137, 141, 167); }#tve_editor [data-css=\"tve-u-1621e9993aa\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621e8107f3\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621e942b65\"] strong { font-weight: 800; }[data-css=\"tve-u-1621e7e9950\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621e930bd7\"] { padding: 0px 0px 50px !important; }#tve_editor [data-css=\"tve-u-1621e92e97f\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1621e81f424\"] { border-radius: 200px; overflow: hidden; background-image: none !important; border: 3px solid rgb(255, 255, 255) !important; background-color: rgb(144, 147, 168) !important; }[data-css=\"tve-u-1621e819c52\"] { min-height: 110px; }[data-css=\"tve-u-1621e8107f3\"] { float: none; max-width: 110px; z-index: 4; padding: 0px !important; margin: -60px auto 30px !important; }[data-css=\"tve-u-1621e7edfd9\"] { clip-path: url(\"#clip-bottom-10ffac3b28f1d\"); -webkit-clip-path: url(\"#clip-bottom-10ffac3b28f1d\");  background-image: none !important; background-color: rgb(144, 147, 168) !important; }[data-css=\"tve-u-1621e7e9950\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1621e7e6c1d\"] { min-height: 150px; }[data-css=\"tve-u-1621e7c7aa1\"] > .tcb-flex-col { padding-left: 60px; }[data-css=\"tve-u-1621e7d5094\"] { min-height: 480px; }[data-css=\"tve-u-1621e7d234c\"] { box-shadow: rgba(0, 0, 0, 0.02) 0px 2px 22px 0px; background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1621e7ceab3\"] { float: none; width: 100%; padding: 0px 0px 20px !important; margin: 0px auto !important; }[data-css=\"tve-u-1621e7c899a\"] { float: none; max-width: 100%; margin: 0px auto !important; }[data-css=\"tve-u-1621e7c7aa1\"] { margin-left: -60px; padding: 0px !important; }[data-css=\"tve-u-1621e7b695a\"] { padding: 0px !important; margin-bottom: 100px !important; }#tve_editor [data-css=\"tve-u-1621e7a7350\"] { color: rgb(15, 29, 123) !important; }[data-css=\"tve-u-1621b3cfc7b\"] { filter: blur(0px); opacity: 1; background-image: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(220, 224, 246) 38%) !important; background-color: rgb(212, 212, 212) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1621b3c8c52\"] { padding: 100px 40px !important; }[data-css=\"tve-u-1621b3c74d9\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-1621b300a64\"]::after { clear: both; }[data-css=\"tve-u-1621b24a89d\"] { padding: 0px !important; }[data-css=\"tve-u-1621b22a018\"] { background-image: none !important; padding: 0px !important; }[data-css=\"tve-u-1621b200375\"] { float: none; max-width: 100%; border-left: 1px solid rgba(15, 29, 123, 0.7); border-right: 1px solid rgba(15, 29, 123, 0.7); background-color: rgb(248, 249, 251) !important; margin: 0px auto !important; }[data-css=\"tve-u-1621b10fccf\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621b0e4fb7\"] { border-right: none; max-width: 100%; padding: 0px !important; margin-bottom: 40px !important; margin-right: 0px !important; }[data-css=\"tve-u-1621b072b4e\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-1621b064668\"] { max-width: 52%; }[data-css=\"tve-u-1621b064646\"] { max-width: 48%; }[data-css=\"tve-u-1621afda4fa\"] { max-width: none; padding: 0px !important; margin-bottom: 40px !important; }#tve_editor [data-css=\"tve-u-1621afd8c98\"] { color: rgb(255, 255, 255) !important; font-size: 20px !important; }[data-css=\"tve-u-1621afceb00\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 80%; padding: 0px !important; margin-bottom: 50px !important; }#tve_editor [data-css=\"tve-u-1621afcc0bf\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1621a8a804b\"] > .tcb-flex-col { padding-left: 60px; }[data-css=\"tve-u-1621ae6c8da\"] { clip-path: url(\"#clip-top-aa2c3e3c70555\"); -webkit-clip-path: url(\"#clip-top-aa2c3e3c70555\");  background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-Cta-2.jpg\") !important; background-size: cover !important; background-position: 0% 100% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1621ae4fd21\"] { max-width: 100%; top: -70px; z-index: 5; left: -60px; position: relative !important; padding: 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-1621ae4db6e\"] { min-height: 524px; }[data-css=\"tve-u-1621ada1e7f\"] .tve-page-section-in { display: flex; flex-direction: column; justify-content: center; }[data-css=\"tve-u-1621adea58b\"] > .tcb-flex-col > .tcb-col { min-height: 1px; justify-content: center; }[data-css=\"tve-u-1621ae0bec7\"] { height: calc(100% - -22px); background-image: linear-gradient(rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.14)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; margin-left: 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621adea58b\"] > .tcb-flex-col { padding-left: 50px; }[data-css=\"tve-u-1621adea58b\"] { margin-left: -50px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-1621ade6172\"] { max-width: 100%; float: none; width: 100%; margin: 0px auto !important; }[data-css=\"tve-u-1621adba9ef\"] { clip-path: url(\"#clip-top-52d5a36c151aa\"); -webkit-clip-path: url(\"#clip-top-52d5a36c151aa\");  background-image: linear-gradient(rgba(15, 29, 123, 0.65), rgba(15, 29, 123, 0.65)), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-cta-bg.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-1621ada1e7f\"] { padding: 0px 40px !important; }[data-css=\"tve-u-1621ad46076\"] { padding: 100px 40px !important; margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1621ad420c4\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-1621a9076ef\"] { padding-top: 2px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-1621acf64fb\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621acf47d2\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1621acf0289\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621a8e11f3\"] { padding-top: 2px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-1621a8e5625\"] { padding-top: 2px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-1621ace4de9\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1621ace1b08\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1621a9a2867\"] strong { font-weight: 700; }#tve_editor [data-css=\"tve-u-1621a9a2867\"] { font-weight: 300; color: rgb(15, 29, 123) !important; font-family: Poppins !important; }[data-css=\"tve-u-1621a9750ae\"] { font-size: 18.36px !important; line-height: 18.36px !important; }[data-css=\"tve-u-1621a9a2867\"] { font-size: 64.8px !important; line-height: 64.8px !important; }[data-css=\"tve-u-1621a9a2866\"] { margin-top: 54px !important; }[data-css=\"tve-u-1621a9a2862\"] { width: 216px !important; height: 216px !important; background-color: rgb(137, 141, 167) !important; }[data-css=\"tve-u-1621a98b602\"] { stroke-dasharray: 678.584, 678.584; }[data-css=\"tve-u-1621a983587\"] { float: none; border: 30px solid rgba(137, 141, 167, 0.24); z-index: 3; position: relative; margin: 30px auto 0px !important; padding: 0px !important; }[data-css=\"tve-u-1621a9750ae\"] strong { font-weight: 700; }#tve_editor [data-css=\"tve-u-1621a9750ae\"] { color: rgb(255, 255, 255) !important; font-family: Monda !important; }[data-css=\"tve-u-1621a96b190\"] { background-color: rgb(101, 114, 203); width: 194.4px !important; height: 194.4px !important; top: 10.8px !important; bottom: 10.8px !important; left: 10.8px !important; right: 10.8px !important; }[data-css=\"tve-u-1621a9685d4\"] { stroke: rgb(248, 251, 253) !important; stroke-width: 22.6px !important; }[data-css=\"tve-u-1621a8a804b\"] > .tcb-flex-col > .tcb-col { min-height: 445px; justify-content: center; }[data-css=\"tve-u-1621a90a46f\"] { background-image: radial-gradient(rgba(255, 255, 255, 0.51) 16%, rgb(255, 255, 255) 73%), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-100-clean.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }#tve_editor [data-css=\"tve-u-1621a9076ef\"] > :first-child { color: rgb(15, 29, 123); }#tve_editor [data-css=\"tve-u-1621a8e5625\"] > :first-child { color: rgb(15, 29, 123); }#tve_editor [data-css=\"tve-u-1621a8e11f3\"] > :first-child { color: rgb(15, 29, 123); }[data-css=\"tve-u-1621a8c4313\"] { padding: 0px !important; margin-bottom: 60px !important; }[data-css=\"tve-u-1621a8b2488\"] { float: none; max-width: 100%; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621a8a804b\"] { min-height: inherit; margin-left: -60px; padding: 0px !important; }[data-css=\"tve-u-1621a2e0d5b\"] { line-height: 1em !important; }[data-css=\"tve-u-1621a2247ba\"] { max-width: 100%; float: none; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; }#tve_editor [data-css=\"tve-u-1620af7eb3f\"] .tcb-button-link { font-size: 18px; color: rgb(15, 29, 123) !important; }#tve_editor [data-css=\"tve-u-1620af7eb3f\"]:hover strong { font-weight: 700 !important; }[data-css=\"tve-u-1620af7eb3f\"] { width: 268px; float: left; z-index: 3; position: relative; display: block; max-width: 268px; margin-bottom: 0px !important; margin-top: 0px !important; margin-left: 3px !important; }#tve_editor [data-css=\"tve-u-1620af7eb3f\"]:hover .tcb-button-link { color: rgb(255, 255, 255) !important; border-radius: 200px !important; overflow: hidden !important; font-family: Monda !important; font-weight: 400 !important; text-shadow: none !important; background-image: none !important; background-color: rgb(15, 29, 123) !important; }[data-css=\"tve-u-1620af7eb3f\"] .tcb-button-link { border-radius: 200px; min-height: 54.7619px; font-size: 1.33333em; padding-top: 0px; padding-bottom: 0px; background-image: none !important; background-color: rgb(255, 255, 255) !important; padding-right: 15px !important; }#tcb_landing_page a:not(.tcb-button-link).tve_state_hover { color: rgb(35, 55, 188); }#tcb_landing_page a:not(.tcb-button-link):hover { color: rgb(35, 55, 188); }#tcb_landing_page a:not(.tcb-button-link) { color: rgb(255, 255, 255); }#tcb_landing_page input strong { font-weight: 700; }#tcb_landing_page .tcb-button-link strong { font-weight: 700; }#tcb_landing_page p strong, #tcb_landing_page li strong { font-weight: 700; }#tcb_landing_page input { font-family: Merriweather; font-weight: 400; }#tcb_landing_page .tcb-button-link { font-family: Merriweather; font-weight: 400; }#tcb_landing_page p, #tcb_landing_page li { color: rgb(12, 12, 12); font-family: Merriweather; font-weight: 400; line-height: 1.5em; font-size: 16px; }#tcb_landing_page h6 { text-transform: uppercase; font-size: 14px; color: rgb(0, 0, 0); font-family: \"Special Elite\"; font-weight: 400; letter-spacing: 1px; line-height: 1.3em; }#tcb_landing_page h5 { font-size: 22px; color: rgb(12, 12, 12); font-family: \"Special Elite\"; font-weight: 400; line-height: 1.3em; }#tcb_landing_page h4 { font-size: 24px; color: rgb(12, 12, 12); font-family: \"Special Elite\"; font-weight: 400; line-height: 1.3em; }#tcb_landing_page h3 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(12, 12, 12); font-size: 26px; line-height: 1.3em; }#tcb_landing_page h2 { color: rgb(0, 0, 0); font-size: 30px; letter-spacing: 2px; text-transform: uppercase; line-height: 1.3em; font-family: \"Special Elite\"; font-weight: 400; }#tcb_landing_page h1 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(0, 0, 0); font-size: 42px; line-height: 1.3em; }[data-css=\"tve-u-15e09c94f7d\"] { background-color: rgb(255, 255, 255); }[data-css=\"tve-u-1621b01355a\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621b01355a\"] { max-width: 274px; position: relative; float: left; z-index: 3; width: 100%; padding: 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-1621b028939\"] .tcb-button-link { font-size: 18px; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1621b028939\"]:hover strong { font-weight: 700 !important; }[data-css=\"tve-u-1621b028939\"] { display: block; max-width: 268px; width: 268px; top: 0px; left: 0px; float: left; z-index: 3; position: relative; margin-bottom: 0px !important; margin-top: 0px !important; }#tve_editor [data-css=\"tve-u-1621b028939\"]:hover .tcb-button-link { background-color: rgb(255, 255, 255) !important; color: rgb(15, 29, 123) !important; overflow: hidden !important; font-family: Monda !important; background-image: none !important; text-align: center !important; }[data-css=\"tve-u-1621b028939\"] .tcb-button-link { min-height: 54.7619px; font-size: 1.33333em; padding-top: 0px; padding-bottom: 0px; border: 1px solid rgb(255, 255, 255); border-radius: 30px; overflow: hidden; background-color: rgba(26, 188, 156, 0.01) !important; padding-right: 15px !important; color: rgb(26, 188, 156) !important; }[data-css=\"tve-u-1621b08fdde\"] { border-radius: 200px; overflow: hidden; border: 1px solid rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1621b01355a\"]:hover [data-css=\"tve-u-1621b08fdde\"] { border: 1px solid rgba(255, 255, 255, 0.4) !important; }[data-css=\"tve-u-1621b30ca74\"]::after { clear: both; }#tve_editor [data-css=\"tve-u-1621e942b65\"] { font-weight: 400; letter-spacing: 0px; color: rgb(255, 255, 255) !important; font-family: Poppins !important; font-size: 30px !important; }[data-css=\"tve-u-1621e94cb4e\"] { float: none; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621eaaedd8\"] { clip-path: url(\"#clip-bottom-a2b9cf3198d6f\"); -webkit-clip-path: url(\"#clip-bottom-a2b9cf3198d6f\");  background-image: none !important; background-color: rgb(5, 10, 42) !important; }[data-css=\"tve-u-1621eab272c\"] { border-radius: 200px; overflow: hidden; background-image: none !important; border: 3px solid rgb(255, 255, 255) !important; background-color: rgb(5, 10, 42) !important; }[data-css=\"tve-u-1621eacf6af\"] { max-width: 230px; float: none; z-index: 3; position: relative; padding: 0px !important; margin: 0px auto !important; }[data-css=\"tve-u-1621eb3eb9f\"] { clip-path: url(\"#clip-bottom-ac98bb0e54b3b\"); -webkit-clip-path: url(\"#clip-bottom-ac98bb0e54b3b\");  background-image: none !important; background-color: rgb(45, 51, 89) !important; }[data-css=\"tve-u-1621eb43d8d\"] { border-radius: 200px; overflow: hidden; background-image: none !important; border: 3px solid rgb(255, 255, 255) !important; background-color: rgb(45, 51, 89) !important; }[data-css=\"tve-u-1621eb7ccb0\"] { min-height: 530px; }[data-css=\"tve-u-1621eb81205\"] { padding: 0px 0px 20px !important; margin-top: -25px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621ebbbb6d\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621ebbbb6d\"] { max-width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1621ebf340c\"] { max-width: 230px; float: none; z-index: 3; position: relative; width: 100%; padding: 0px !important; margin: 0px auto !important; }[data-css=\"tve-u-1621ebfa746\"] { padding: 0px !important; margin-top: 0px !important; margin-bottom: 30px !important; }#tve_editor [data-css=\"tve-u-1621ebfe4ce\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ebff867\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ec009a8\"] { font-size: 16px !important; }[data-css=\"tve-u-1621ec09a3c\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; margin: 0px !important; }#tve_editor [data-css=\"tve-u-1621ec09a3c\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ec0c5bd\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; margin: 0px !important; }#tve_editor [data-css=\"tve-u-1621ec0c5bd\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ec15f6e\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ec15f6e\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ec204df\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ec204df\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ec20f68\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ec20f68\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ec21a31\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ec21a31\"] > :first-child { color: rgb(137, 141, 167); }#tve_editor [data-css=\"tve-u-1621ec241aa\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ec2704c\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ec298ab\"] { font-size: 16px !important; }[data-css=\"tve-u-1621ec6c39b\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621ec6c39b\"] { float: none; max-width: 110px; z-index: 4; padding: 0px !important; margin: -60px auto 30px !important; }[data-css=\"tve-u-1621ec752da\"] { min-height: 110px; }[data-css=\"tve-u-1621ec78d2c\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621ec78d2c\"] { float: none; max-width: 110px; z-index: 4; padding: 0px !important; margin: -60px auto 30px !important; }[data-css=\"tve-u-1621ec79a7d\"] { min-height: 110px; }[data-css=\"tve-u-1621ec7f21a\"] { min-height: 160px; }[data-css=\"tve-u-1621f154231\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-1621f154231\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin: 0px 0px -1px !important; }[data-css=\"tve-u-1621f15b521\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-1621f15b521\"] { float: right; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin-top: -1px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621f4ceaf7\"] { color: rgb(15, 29, 123) !important; }[data-css=\"tve-u-1621fb65556\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-1621fb65556\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-1621fb65556\"] { min-height: inherit; margin-left: -20px; padding: 0px !important; }[data-css=\"tve-u-1621fb68b97\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-1621fb68b97\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-1621fb68b97\"] { min-height: inherit; margin-left: -30px; padding: 30px !important; }[data-css=\"tve-u-1621fbacc60\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621fbcad8c\"] { padding: 0px !important; }[data-css=\"tve-u-1621fc0ce17\"] { padding: 0px !important; margin-bottom: 15px !important; }[data-css=\"tve-u-1621fd84d7b\"] { min-height: 480px; }[data-css=\"tve-u-1621fd8766c\"] { min-height: 150px; }[data-css=\"tve-u-1621fd9c946\"] { padding: 0px 0px 20px !important; margin-top: 0px !important; margin-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-1621fe1587d\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1621fe1725e\"] strong { font-weight: 800; }#tve_editor [data-css=\"tve-u-1621fe1725e\"] { font-weight: 400; letter-spacing: 0px; color: rgb(255, 255, 255) !important; font-family: Poppins !important; font-size: 30px !important; }#tve_editor [data-css=\"tve-u-1621fe1a1af\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1621fe1bd18\"] strong { font-weight: 800; }#tve_editor [data-css=\"tve-u-1621fe1bd18\"] { font-weight: 400; letter-spacing: 0px; color: rgb(255, 255, 255) !important; font-family: Poppins !important; font-size: 30px !important; }[data-css=\"tve-u-16223b080b0\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-16223b080b0\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-16223f02c16\"] { min-height: 62px; }[data-css=\"tve-u-16223fe5f5b\"] { padding: 0px !important; }[data-css=\"tve-u-16224439be1\"] { padding: 0px !important; }#tve_editor [data-css=\"tve-u-1622444fb11\"] { letter-spacing: 1px; color: rgb(137, 141, 167) !important; font-size: 14px !important; }#tve_editor [data-css=\"tve-u-16228c764b2\"] { font-size: 18px !important; }[data-css=\"tve-u-16229f6175c\"] { border: none; margin: 80px 0px 0px !important; background-image: none !important; }[data-css=\"tve-u-16229fa6a26\"] { border: none; box-shadow: none; padding: 0px 30px 30px !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-16229fa8c68\"] { border: none; padding: 0px 30px 30px !important; background-image: none !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col > .tcb-col { min-height: 244px; }[data-css=\"tve-u-16229ffbb7b\"] { margin-left: -30px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16248fc42a1\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-16248fc42a1\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-16248fc71c8\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-16249355087\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-16249355087\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-16249358652\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-16249358652\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-1624935a201\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-1624935a201\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-16249367114\"] { border: none; margin: 30px 0px 0px !important; background-image: none !important; }[data-css=\"tve-u-16249373b25\"] { border: none; padding: 0px 30px 30px !important; background-image: linear-gradient(rgb(248, 249, 251), rgb(248, 249, 251)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1624939a960\"] { border: none; box-shadow: none; padding: 0px 30px 30px !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-162493a03b0\"] > .tcb-flex-col > .tcb-col { min-height: 244px; }[data-css=\"tve-u-162493a03b0\"] { margin-left: -30px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-162493a03b0\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-162493b6b63\"] { border: none; background-image: none !important; padding: 0px 30px 30px !important; background-color: rgb(248, 249, 251) !important; }#tve_editor [data-css=\"tve-u-162493d5f13\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-162493d5f13\"] { font-size: 30px; width: 30px; height: 30px; top: 0px; left: 0px; display: block; position: static; z-index: 8; border-bottom: 1px solid rgb(10, 93, 165); border-top: none; border-right: none; border-left: none; border-image: initial; margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-162494b490e\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-162494b7ad0\"] { padding: 0px !important; margin-top: 25px !important; margin-left: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-1625389a3d5\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-1625389a3d5\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-1625389b4ed\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-1625389b4ed\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-162539ac577\"] { max-width: 39%; }[data-css=\"tve-u-162539ac57d\"] { max-width: 61%; }#tve_editor [data-css=\"tve-u-162539c17ec\"] { font-size: 16px !important; color: rgba(12, 12, 12, 0.7) !important; }[data-css=\"tve-u-16260c39a7e\"] { float: none; max-width: 100%; border-left: 1px solid rgba(15, 29, 123, 0.7); border-right: 1px solid rgba(15, 29, 123, 0.7); margin: 0px auto !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-16260c433e9\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-Rosie.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16260c5ff07\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-16260c5ff07\"] { float: right; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin: -1px 0px 0px !important; }[data-css=\"tve-u-16260c5ff0c\"]::after { clear: both; }[data-css=\"tve-u-16260d01208\"] { max-width: 37%; }[data-css=\"tve-u-16260d0120e\"] { max-width: 63%; }[data-css=\"tve-u-16260d39b83\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-16260d39b83\"] { float: right; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin-top: -1px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-16260d3b97e\"]::after { clear: both; }[data-css=\"tve-u-16260d3f4aa\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16260d3f4aa\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-16260d3f4aa\"] { min-height: inherit; margin-left: -30px; padding: 30px !important; }[data-css=\"tve-u-16260d3f4af\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-16260d3f4af\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-16260d3f4af\"] { min-height: inherit; margin-left: -20px; padding: 0px !important; }[data-css=\"tve-u-16260d5e4b8\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-Shawn.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16260d73672\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-16260d73672\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin-top: 0px !important; margin-bottom: -1px !important; }[data-css=\"tve-u-16260d8392c\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16260d8392c\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-16260d8392c\"] { min-height: inherit; margin-left: -30px; padding: 30px !important; }[data-css=\"tve-u-16260d8396c\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-16260d8396c\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-16260d8396c\"] { min-height: inherit; margin-left: -20px; padding: 0px !important; }[data-css=\"tve-u-16260da3aa7\"] { float: none; max-width: 100%; border-left: 1px solid rgba(15, 29, 123, 0.7); border-right: 1px solid rgba(15, 29, 123, 0.7); margin: 0px auto !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-162717cb600\"] { max-width: 58.2%; }[data-css=\"tve-u-162717cb601\"] { max-width: 41.8%; }[data-css=\"tve-u-162717cb609\"]::after { clear: both; }[data-css=\"tve-u-162717cb60a\"] { padding-right: 50px !important; padding-bottom: 80px !important; padding-top: 20px !important; }[data-css=\"tve-u-162717cb60b\"]::after { clear: both; }[data-css=\"tve-u-162717cb60b\"] { margin-top: 0px !important; margin-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-162717cb60c\"] .tcb-button-link { font-size: 18px; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-162717cb60c\"] { float: left; z-index: 3; position: relative; display: block; max-width: 300px; width: 300px; margin-bottom: 0px !important; margin-top: 0px !important; }#tve_editor [data-css=\"tve-u-162717cb60c\"]:hover .tcb-button-link { background-color: rgb(255, 255, 255) !important; color: rgb(15, 29, 123) !important; background-image: none !important; font-weight: bold !important; }[data-css=\"tve-u-162717cb60c\"] .tcb-button-link { border: 1px solid rgb(255, 255, 255); min-height: 54.7619px; font-size: 1.33333em; padding-top: 0px; padding-bottom: 0px; border-radius: 100px; overflow: hidden; background-color: rgba(26, 188, 156, 0.01) !important; color: rgb(26, 188, 156) !important; }[data-css=\"tve-u-162717cb60f\"] { padding: 0px !important; margin-bottom: 25px !important; }[data-css=\"tve-u-162717cb610\"] { padding: 0px !important; margin-bottom: 35px !important; }#tve_editor [data-css=\"tve-u-162717cb616\"] { text-transform: none !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-162717cb617\"] { margin-left: 0px; padding: 0px !important; }[data-css=\"tve-u-162717cb618\"] { max-width: none; margin-top: 0px !important; }[data-css=\"tve-u-162717cb620\"] { clip-path: url(\"#clip-bottom-c883ac5175045\"); -webkit-clip-path: url(\"#clip-bottom-c883ac5175045\");  background-image: linear-gradient(90deg, rgba(123, 100, 15, 0.54) 0%, rgba(15, 29, 123, 0.42) 100%), url(\"https://bestcerakoteflorida.com/wp-content/uploads/2018/05/FTYS6743.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, fixed !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-162717cb609\"] { max-width: 1200px; min-height: 630px !important; }[data-css=\"tve-u-162717cb621\"] { z-index: 1; padding: 125px 40px 0px !important; margin-top: -130px !important; }[data-css=\"tve-u-162717cb623\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-162717cb624\"] { min-height: 54px; }[data-css=\"tve-u-162717cb623\"] { max-width: 304px; float: left; z-index: 3; position: relative; width: 100%; padding: 2px !important; margin: 0px auto 18px !important; }#tve_editor [data-css=\"tve-u-162717cb625\"] .tcb-button-link { font-size: 18px; color: rgb(15, 29, 123) !important; }#tve_editor [data-css=\"tve-u-162717cb625\"]:hover strong { font-weight: 700 !important; }[data-css=\"tve-u-162717cb625\"] { display: block; max-width: 300px; width: 300px; float: none; z-index: 3; position: relative; margin: 0px auto !important; }#tve_editor [data-css=\"tve-u-162717cb625\"]:hover .tcb-button-link { color: rgb(255, 255, 255) !important; border-radius: 200px !important; overflow: hidden !important; font-family: Monda !important; font-weight: 400 !important; text-shadow: none !important; background-image: none !important; background-color: rgb(15, 29, 123) !important; }[data-css=\"tve-u-162717cb625\"] .tcb-button-link { border-radius: 200px; min-height: 54.7619px; font-size: 1.33333em; padding-top: 0px; padding-bottom: 0px; background-image: none !important; background-color: rgb(255, 255, 255) !important; padding-right: 15px !important; font-weight: bold !important; }#tve_editor [data-css=\"tve-u-162717cb623\"]:hover [data-css=\"tve-u-162717cb626\"] { border: 1px solid rgba(255, 255, 255, 0.6) !important; }[data-css=\"tve-u-162717cb626\"] { border-radius: 200px; overflow: hidden; border: 1px solid rgb(255, 255, 255) !important; }[data-css=\"tve-u-162717d1bb6\"] { border-right: 1px solid rgba(255, 255, 255, 0.2); }[data-css=\"tve-u-162717d1bbc\"] { border-left: none; padding: 0px !important; }[data-css=\"tve-u-162717d1bbe\"] { border-bottom: 1px solid rgba(255, 255, 255, 0.2); float: none; width: 100%; position: relative; z-index: 10; max-width: 1600px; margin: 0px auto !important; }[data-css=\"tve-u-162717d1bbf\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-162717d1bbf\"] > .tcb-flex-col { padding-left: 17px; }[data-css=\"tve-u-162717d1bbf\"] { margin-left: -17px; min-height: inherit; padding: 5px 0px 0px 40px !important; }#tve_editor [data-css=\"tve-u-162717d1bbe\"] p, #tve_editor [data-css=\"tve-u-162717d1bbe\"] li, #tve_editor [data-css=\"tve-u-162717d1bbe\"] blockquote, #tve_editor [data-css=\"tve-u-162717d1bbe\"] address { font-size: 16px; }#tve_editor [data-css=\"tve-u-162717d1bc3\"] > :first-child { color: rgb(255, 255, 255); }[data-css=\"tve-u-162717d1bc3\"] { font-size: 25px !important; width: 25px !important; height: 25px !important; z-index: 4; position: relative; float: left; margin: 3px 5px 0px 0px !important; padding-left: 0px !important; }[data-css=\"tve-u-162717d1bc5\"] { border-right: none; padding: 0px !important; position: static !important; }#tve_editor [data-css=\"tve-u-16271adf6cf\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-16271adf6cf\"] { font-size: 30px; width: 30px; height: 30px; top: 22px; left: 20px; border-bottom: 1px solid rgb(10, 93, 165); margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1641367e553\"] > :first-child { color: rgba(15, 29, 123, 0.12); }[data-css=\"tve-u-1641367e553\"] { font-size: 60px; float: none; box-shadow: none; width: 60px; height: 60px; margin: -55px auto 60px !important; padding-right: 17px !important; }[data-css=\"tve-u-16416e4fafd\"] { box-shadow: rgba(0, 0, 0, 0.02) 0px 2px 22px 0px; background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16416e603ab\"] { box-shadow: rgba(0, 0, 0, 0.12) 0px 3px 44px 0px; background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-164179a84b8\"] > .tve-cb { display: block; }[data-css=\"tve-u-164179a84b8\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-164179bced9\"] { border-right: none; padding: 3px 0px 0px !important; position: static !important; }[data-css=\"tve-u-16417b4cb9e\"] { padding: 0px 0px 50px !important; }[data-css=\"tve-u-16417b62c09\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-16417b662bf\"] { margin-top: 0px !important; margin-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-16417e5bd95\"] > :first-child { color: rgb(255, 255, 255); }[data-css=\"tve-u-16417e5bd95\"] { font-size: 25px !important; width: 25px !important; height: 25px !important; z-index: 4; position: relative; float: left; margin: 3px 15px 0px 0px !important; padding-left: 0px !important; }[data-css=\"tve-u-1641c1af44d\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1641c1b01a6\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1641c1b0a67\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1641c1b12d8\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }#tve_editor [data-css=\"tve-u-1641c1b33f9\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-1641c1b33f9\"] { font-size: 30px; width: 30px; height: 30px; top: 22px; left: 20px; border-bottom: 1px solid rgb(10, 93, 165); margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1641c1b456a\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-1641c1b456a\"] { font-size: 30px; width: 30px; height: 30px; top: 22px; left: 20px; border-bottom: 1px solid rgb(10, 93, 165); margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1641c1b52d3\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-1641c1b52d3\"] { font-size: 30px; width: 30px; height: 30px; top: 22px; left: 20px; border-bottom: 1px solid rgb(10, 93, 165); margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1641c1b60b4\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-1641c1b60b4\"] { font-size: 30px; width: 30px; height: 30px; top: 22px; left: 20px; border-bottom: 1px solid rgb(10, 93, 165); margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-16422a1ce91\"] { float: none; width: 100%; max-width: 227px; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; }#tve_editor [data-css=\"tve-u-16422a1ce92\"] { font-size: 16px !important; color: rgb(12, 12, 12) !important; }#tve_editor [data-css=\"tve-u-16422a1ce93\"] { font-size: 16px !important; color: rgb(18, 18, 18) !important; }[data-css=\"tve-u-16422a1ce92\"] { line-height: 1.7em !important; }[data-css=\"tve-u-16422a1ce93\"] { line-height: 1.7em !important; }#tve_editor [data-css=\"tve-u-16422a1ce94\"] { font-size: 16px !important; color: rgb(29, 26, 31) !important; }[data-css=\"tve-u-16422a1ce94\"] { line-height: 1.7em !important; }#tcb_landing_page .tcb-plain-text { color: rgb(0, 0, 0); font-family: Merriweather; font-weight: 400; }#tcb_landing_page .tcb-plain-text strong { font-weight: 700; }[data-css=\"tve-u-162717d1bbe\"] p { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-162717d1bbe\"] h3 { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-16959822de2\"] { width: 291px; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-16959846d3d\"] { margin-top: 0px !important; }[data-css=\"tve-u-16959cd1e7a\"] { box-shadow: rgba(0, 0, 0, 0.4) 0px 8px 12px 0px; }}@media (max-width: 1023px){[data-css=\"tve-u-1621ebfa746\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621eb037bb\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621ec78d2c\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621ec6c39b\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621b064668\"] { max-width: 49%; }[data-css=\"tve-u-1621b064646\"] { max-width: 51%; }[data-css=\"tve-u-1621b3c74d9\"] { max-width: 100%; }[data-css=\"tve-u-1621f0b0088\"] { min-height: 100px !important; }[data-css=\"tve-u-1621ee3afec\"] > .tve-cb { display: block; }[data-css=\"tve-u-1621e7ceab3\"] > .tve-cb { display: block; }[data-css=\"tve-u-1621ea50702\"] { float: none; width: 100%; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621ae4fd21\"] > .tve-cb { display: block; }[data-css=\"tve-u-162717cb60f\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-162717cb610\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-16223dad661\"] { padding-top: 20px !important; }[data-css=\"tve-u-1641367127b\"] { float: none; font-size: 50px; width: 50px; height: 50px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1641367e553\"] { float: none; font-size: 50px; width: 50px; height: 50px; margin: -44px auto 40px !important; padding-right: 12px !important; }[data-css=\"tve-u-1621e7b695a\"] { margin-bottom: 50px !important; }[data-css=\"tve-u-1621ee37f4a\"] { min-height: 262px; }[data-css=\"tve-u-1621ada1e7f\"] { padding: 50px 30px 50px 0px !important; }[data-css=\"tve-u-1621b072b4e\"] { max-width: 100%; }[data-css=\"tve-u-1621a2247ba\"] { margin-bottom: 60px !important; }[data-css=\"tve-u-16229f6175c\"] { margin-top: 0px !important; }[data-css=\"tve-u-162717cb60b\"] { height: calc(100% - -85px); margin-top: -85px !important; }[data-css=\"tve-u-162717cb617\"] .tcb-flex-col { flex-basis: 560px !important; }#tcb_landing_page h5 { line-height: 1.3em; }#tcb_landing_page h6 { line-height: 1.4em; }#tcb_landing_page p, #tcb_landing_page li { line-height: 1.5em; }[data-css=\"tve-u-1628a146aef\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1628a12f675\"] { margin-bottom: 40px !important; }[data-css=\"tve-u-1628a10d3b4\"] { margin-bottom: 40px !important; }[data-css=\"tve-u-162718bd0c0\"] { clip-path: url(\"#clip-tablet-top-a3b25e1c9221a\"); -webkit-clip-path: url(\"#clip-tablet-top-a3b25e1c9221a\");  background-color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-162717cb621\"] { z-index: 6; padding-top: 60px !important; margin-top: -90px !important; }[data-css=\"tve-u-162718a3b40\"] { max-width: 100%; min-height: 1px !important; }[data-css=\"tve-u-16271adf6cf\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-162493d5f13\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-162717fcf9d\"] { margin-top: -40px !important; padding-top: 90px !important; padding-left: 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-16260d3f4af\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16260d3f4aa\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1621fb65556\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1621fb68b97\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16260d8396c\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16260d8392c\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16260d39b83\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-16260c5ff07\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-16260ba2fa4\"] { padding: 50px 40px !important; }[data-css=\"tve-u-16260be7104\"] { max-width: 100%; }[data-css=\"tve-u-1621ebbbb6d\"] { margin-top: -1px !important; }[data-css=\"tve-u-1621eaaedd8\"] { clip-path: url(\"#clip-tablet-bottom-a2b9cf3198d6f\"); -webkit-clip-path: url(\"#clip-tablet-bottom-a2b9cf3198d6f\");  }[data-css=\"tve-u-1621e7e9950\"] { margin-top: -1px !important; }[data-css=\"tve-u-16229fa8c68\"] { padding: 0px 20px 20px !important; }[data-css=\"tve-u-1622f65ba70\"] { padding: 0px 20px 20px !important; }[data-css=\"tve-u-16249373b25\"] { padding-left: 20px !important; padding-right: 20px !important; padding-bottom: 20px !important; }[data-css=\"tve-u-162493b6b63\"] { padding-left: 20px !important; padding-bottom: 20px !important; padding-right: 20px !important; }[data-css=\"tve-u-16249367114\"] { margin-top: 20px !important; }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-1624935a201\"] { line-height: 1.3em !important; }[data-css=\"tve-u-16249358652\"] { line-height: 1.3em !important; }[data-css=\"tve-u-16249355087\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1625389b4ed\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1625389a3d5\"] { line-height: 1.3em !important; }[data-css=\"tve-u-16248fc42a1\"] { line-height: 1.3em !important; }[data-css=\"tve-u-162493a03b0\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-162493a03b0\"] .tcb-flex-col { flex-basis: 145px !important; }[data-css=\"tve-u-1622a159bcb\"] { float: none; max-width: 85%; margin: 0px auto !important; padding-top: 0px !important; }[data-css=\"tve-u-16229fa6a26\"] { margin-bottom: 20px !important; padding: 0px 20px 20px !important; }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16229ffbb7b\"] { min-height: inherit; margin-left: -20px; }[data-css=\"tve-u-1621ad46076\"] { margin-bottom: 0px !important; margin-top: 0px !important; padding: 50px 40px !important; }#tve_editor [data-css=\"tve-u-1621b028939\"] .tcb-button-link { font-size: 18px; }[data-css=\"tve-u-16223f02c16\"] { min-height: 54px; }[data-css=\"tve-u-1621b01355a\"] { max-width: 304px; padding: 2px !important; }[data-css=\"tve-u-1620af7eb3f\"] { float: none; z-index: 3; position: relative; display: block; max-width: 300px; width: 300px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621afda4fa\"] { max-width: 100%; margin-bottom: 30px !important; }[data-css=\"tve-u-16224716d62\"]::after { clear: both; }[data-css=\"tve-u-1621f0aa8f7\"] { margin-top: 0px !important; }[data-css=\"tve-u-1621e7e6c1d\"] { min-height: 150px; }[data-css=\"tve-u-1621e7edfd9\"] { clip-path: url(\"#clip-tablet-bottom-10ffac3b28f1d\"); -webkit-clip-path: url(\"#clip-tablet-bottom-10ffac3b28f1d\");  }[data-css=\"tve-u-1621ebf340c\"] { float: none; width: 100%; padding: 0px !important; margin-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621e7d5094\"] { min-height: 455px; }[data-css=\"tve-u-1621adea58b\"] > .tcb-flex-col > .tcb-col { justify-content: center; }[data-css=\"tve-u-16223dad661\"]::after { clear: both; }[data-css=\"tve-u-1621e8107f3\"] { float: none; margin-left: auto !important; margin-right: auto !important; margin-bottom: 20px !important; }[data-css=\"tve-u-16223b080b0\"] { float: none; margin-left: auto !important; margin-right: auto !important; margin-top: -1px !important; }[data-css=\"tve-u-1621eb3eb9f\"] { clip-path: url(\"#clip-tablet-bottom-ac98bb0e54b3b\"); -webkit-clip-path: url(\"#clip-tablet-bottom-ac98bb0e54b3b\");  }[data-css=\"tve-u-1621fe78878\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1621fe78878\"] { min-height: inherit; }#tve_editor [data-css=\"tve-u-1621e92e97f\"] { font-size: 22px !important; }#tve_editor [data-css=\"tve-u-1621e942b65\"] { letter-spacing: 0px; font-size: 1.5em !important; }#tve_editor [data-css=\"tve-u-1621fe1bd18\"] { letter-spacing: 0px; font-size: 1.5em !important; }#tve_editor [data-css=\"tve-u-1621fe1a1af\"] { font-size: 22px !important; }#tve_editor [data-css=\"tve-u-1621fe1725e\"] { letter-spacing: 0px; font-size: 1.5em !important; }#tve_editor [data-css=\"tve-u-1621fe1587d\"] { font-size: 22px !important; }[data-css=\"tve-u-1621ef118dc\"] { position: relative; top: -50px; left: 30px; width: 100%; }[data-css=\"tve-u-1621ee3afec\"] { padding: 40px 0px 0px !important; }[data-css=\"tve-u-1621ee63e1c\"] { max-width: none; margin-bottom: 30px !important; }[data-css=\"tve-u-1621ee74a24\"] { top: 0px; right: 0px; font-size: 45px; width: 45px; height: 45px; float: none; padding-left: 0px !important; margin: 0px auto !important; }[data-css=\"tve-u-1621ee18a1c\"] { margin-top: 40px !important; margin-left: 20px !important; margin-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-1621fdcb4ea\"] { letter-spacing: 1px; font-size: 1.5em !important; }[data-css=\"tve-u-1621ec7f21a\"] { min-height: 150px; }[data-css=\"tve-u-1621eacf6af\"] { float: none; max-width: 230px; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621fd9c946\"] { max-width: 380px; float: none; width: 100%; margin: 0px auto !important; padding-left: 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-1621eb81205\"] { margin-top: 0px !important; }[data-css=\"tve-u-1621eb7ccb0\"] { min-height: 455px; }[data-css=\"tve-u-1621fd8766c\"] { min-height: 150px; }[data-css=\"tve-u-1621fd84d7b\"] { min-height: 430px; }[data-css=\"tve-u-1621e7c7aa1\"] .tcb-flex-col { flex-basis: 300px !important; }#tve_editor [data-css=\"tve-u-1621e7a7350\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621e7c899a\"] { float: none; max-width: 100%; margin-left: auto !important; margin-right: auto !important; margin-top: 0px !important; }[data-css=\"tve-u-1621e7c7aa1\"] { margin-left: -20px; flex-direction: row; }[data-css=\"tve-u-1621e7c7aa1\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-1621b3c8c52\"] { padding: 50px 40px !important; }[data-css=\"tve-u-1621fc0ce17\"] { margin-top: 10px !important; margin-bottom: 7px !important; }[data-css=\"tve-u-1621fbcad8c\"] { padding-left: 0px !important; padding-right: 30px !important; }[data-css=\"tve-u-1621fbacc60\"] { max-width: 177px; }[data-css=\"tve-u-1621fb68b97\"] { margin-left: -15px; min-height: inherit; padding: 20px !important; }[data-css=\"tve-u-1621fb68b97\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-1621fb65556\"] { margin-left: -15px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-1621fb65556\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-1621b200375\"] { float: none; max-width: 100%; margin: 0px auto !important; }[data-css=\"tve-u-1621b0e4fb7\"] { max-width: 100%; float: none; z-index: 3; position: relative; margin-right: auto !important; margin-left: auto !important; margin-bottom: 20px !important; }#tve_editor [data-css=\"tve-u-1621b10fccf\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621ae0bec7\"] { background-image: none !important; margin-top: 0px !important; }[data-css=\"tve-u-1621ae6c8da\"] { clip-path: url(\"#clip-tablet-top-aa2c3e3c70555\"); -webkit-clip-path: url(\"#clip-tablet-top-aa2c3e3c70555\");  }[data-css=\"tve-u-1621adba9ef\"] { clip-path: url(\"#clip-tablet-top-52d5a36c151aa\"); -webkit-clip-path: url(\"#clip-tablet-top-52d5a36c151aa\");  }[data-css=\"tve-u-1621ad420c4\"] { max-width: 100%; min-height: 1px !important; }[data-css=\"tve-u-1621f45bed3\"] { padding: 0px !important; }[data-css=\"tve-u-1621ae4fd21\"] { max-width: 100%; left: 0px; top: 0px; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621ae4db6e\"] { min-height: 300px; }#tve_editor [data-css=\"tve-u-1621afd8c98\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621afcc0bf\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621afceb00\"] { max-width: 100%; margin-bottom: 30px !important; }[data-css=\"tve-u-1621a98b602\"] { stroke-dasharray: 534.071, 534.071; }[data-css=\"tve-u-1621a9750ae\"] { font-size: 14.45px !important; line-height: 14.45px !important; }[data-css=\"tve-u-1621a9a2867\"] { font-size: 51px !important; line-height: 51px !important; }[data-css=\"tve-u-1621a9a2866\"] { margin-top: 42.5px !important; }[data-css=\"tve-u-1621a96b190\"] { width: 153px !important; height: 153px !important; top: 8.5px !important; bottom: 8.5px !important; left: 8.5px !important; right: 8.5px !important; }[data-css=\"tve-u-1621a9685d4\"] { stroke-width: 18px !important; }[data-css=\"tve-u-1621a9a2862\"] { width: 170px !important; height: 170px !important; }[data-css=\"tve-u-1621a983587\"] { float: none; border: 20px solid rgba(137, 141, 167, 0.24); margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621a8b2488\"] { float: none; max-width: 100%; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621a8a804b\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1621a8a804b\"] { margin-left: -24px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-1621a8a804b\"] > .tcb-flex-col { padding-left: 24px; }#tve_editor [data-css=\"tve-u-1621a2e0d5b\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621b028939\"] { position: relative; float: left; z-index: 3; display: block; max-width: 300px; width: 300px; margin-top: 15px !important; }[data-css=\"tve-u-1621adea58b\"] { margin-left: -30px; }[data-css=\"tve-u-1621adea58b\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-1621ade6172\"] { max-width: 100%; position: static; }#tve_editor [data-css=\"tve-u-16248fc42a1\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-16249355087\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-16249358652\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-1624935a201\"] { font-size: 18px !important; }[data-css=\"tve-u-1624939a960\"] { margin-bottom: 0px !important; padding-bottom: 20px !important; padding-left: 20px !important; padding-right: 20px !important; }[data-css=\"tve-u-162493a03b0\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-162493a03b0\"] { min-height: inherit; margin-left: -20px; }#tve_editor [data-css=\"tve-u-1625389a3d5\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-1625389b4ed\"] { font-size: 18px !important; }[data-css=\"tve-u-16260c39a7e\"] { float: none; max-width: 100%; margin: 0px auto !important; }[data-css=\"tve-u-16260d3f4aa\"] { margin-left: -15px; min-height: inherit; padding: 20px !important; }[data-css=\"tve-u-16260d3f4aa\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-16260d3f4af\"] { margin-left: -15px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-16260d3f4af\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-16260d8392c\"] { margin-left: -15px; min-height: inherit; padding: 20px !important; }[data-css=\"tve-u-16260d8392c\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-16260d8396c\"] { margin-left: -15px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-16260d8396c\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-16260da3aa7\"] { float: none; max-width: 100%; margin: 0px !important; }[data-css=\"tve-u-162717cb60c\"] { display: block; max-width: 300px; width: 300px; }[data-css=\"tve-u-162717cb609\"] { max-width: 100%; min-height: 1px !important; }[data-css=\"tve-u-162717cb60a\"] { padding: 0px !important; }[data-css=\"tve-u-162717cb618\"] { float: none; max-width: 100%; margin-top: 60px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-162717cb620\"] { clip-path: url(\"#clip-tablet-bottom-c883ac5175045\"); -webkit-clip-path: url(\"#clip-tablet-bottom-c883ac5175045\");  }[data-css=\"tve-u-162717d1bbf\"] { margin-left: 0px; padding: 25px 25px 0px !important; }[data-css=\"tve-u-162717d1bbf\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-162717d1bc5\"] { border-right: none; padding-left: 35px !important; padding-right: 0px !important; }[data-css=\"tve-u-162717d1bb6\"] { padding-left: 0px !important; }[data-css=\"tve-u-162717d1bbc\"] { border-left: none; border-right: none; padding-left: 30px !important; padding-bottom: 10px !important; }[data-css=\"tve-u-162717d1bc3\"] { font-size: 14px; width: 14px; height: 14px; margin-bottom: 10px !important; margin-left: 0px !important; padding-left: 10px !important; }[data-css=\"tve-u-162717d1bbe\"] { max-width: 100%; margin-left: 0px !important; margin-right: 30px !important; }[data-css=\"tve-u-164179bced9\"] { border-right: none; padding-left: 30px !important; padding-right: 0px !important; }[data-css=\"tve-u-16417b62c09\"] { max-width: 177px; }[data-css=\"tve-u-16417b662bf\"] { max-width: 177px; }[data-css=\"tve-u-16417e5bd95\"] { font-size: 14px; width: 14px; height: 14px; margin-bottom: -14px !important; margin-left: 0px !important; }[data-css=\"tve-u-1641c1b33f9\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-1641c1b456a\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-1641c1b52d3\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-1641c1b60b4\"] { font-size: 25px; width: 25px; height: 25px; }#tve_editor [data-css=\"tve-u-16422a1ce94\"] { font-size: 16px !important; }[data-css=\"tve-u-16959822de2\"] { margin-right: 1px !important; padding-right: 10px !important; padding-top: 10px !important; }}@media (max-width: 767px){[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-16417e9d24e\"]::after { clear: both; }[data-css=\"tve-u-16417b70f47\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 0px !important; }[data-css=\"tve-u-1621e819c52\"] { min-height: 100px; }[data-css=\"tve-u-1621e8107f3\"] { max-width: 100px; }[data-css=\"tve-u-1621fd8766c\"] { min-height: 144px; }[data-css=\"tve-u-1621ec79a7d\"] { min-height: 100px; }[data-css=\"tve-u-1621ec78d2c\"] { max-width: 100px; }[data-css=\"tve-u-1621ec7f21a\"] { min-height: 144px; }[data-css=\"tve-u-1621e7e6c1d\"] { min-height: 144px; }[data-css=\"tve-u-16417b4cb9e\"] { padding-bottom: 30px !important; }[data-css=\"tve-u-1621ec752da\"] { min-height: 100px; }[data-css=\"tve-u-1621ec6c39b\"] { max-width: 100px; }[data-css=\"tve-u-1621fd84d7b\"] { min-height: 430px; }[data-css=\"tve-u-1621e7c7aa1\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16223dad661\"] { padding-top: 0px !important; }[data-css=\"tve-u-1621b3c74d9\"] { max-width: 100%; }[data-css=\"tve-u-1621eb81205\"] { max-width: 100%; margin-bottom: 20px !important; }[data-css=\"tve-u-1621e7ceab3\"] { max-width: 100%; margin-bottom: 20px !important; }[data-css=\"tve-u-1621f0b0088\"] { min-height: 120px !important; }[data-css=\"tve-u-1621f0da775\"] { float: none; width: 100%; max-width: 280px; margin: 0px auto 20px !important; }[data-css=\"tve-u-1621ee37f4a\"] { min-height: 260px; }[data-css=\"tve-u-1621ee3afec\"] > .tve-cb { display: flex; justify-content: center; flex-direction: column; }[data-css=\"tve-u-1621ee63e1c\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1641367127b\"] { font-size: 30px; width: 30px; height: 30px; }[data-css=\"tve-u-1641367e553\"] { float: none; font-size: 30px; width: 30px; height: 30px; margin: -30px auto 30px !important; padding-right: 10px !important; }[data-css=\"tve-u-1621ada1e7f\"] { padding: 0px !important; }[data-css=\"tve-u-162717cb617\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-162717cb617\"] { min-height: inherit; }[data-css=\"tve-u-16229fa6a26\"] { height: calc(100% - 21px); margin-bottom: 0px !important; margin-top: 21px !important; }[data-css=\"tve-u-1624939a960\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-162493a03b0\"] .tcb-flex-col { flex-basis: 400px !important; }[data-css=\"tve-u-1621a2247ba\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-162717cb60f\"] { margin-bottom: 25px !important; }[data-css=\"tve-u-162717d1bbf\"] .tcb-flex-col { flex-basis: 225px !important; }[data-css=\"tve-u-1621ee3afec\"] { max-width: 100%; padding: 0px !important; position: static !important; }#tve_editor [data-css=\"tve-u-1641333d7d1\"] { font-size: 14px !important; }[data-css=\"tve-u-162717cb60b\"] { margin-top: 0px !important; }[data-css=\"tve-u-162717cb621\"] { z-index: 2; padding-left: 20px !important; padding-right: 20px !important; margin-top: -160px !important; padding-top: 35px !important; }[data-css=\"tve-u-162717cb617\"] .tcb-flex-col { flex-basis: 435px !important; }[data-css=\"tve-u-16369305186\"] { float: none; width: 100%; max-width: 279px; z-index: 3; position: relative; margin: 0px auto !important; }#tcb_landing_page h6 { line-height: 1.4em; }#tcb_landing_page h5 { line-height: 1.3em; }#tcb_landing_page p, #tcb_landing_page li { font-size: 14px; }#tcb_landing_page h2 { font-size: 28px; }#tcb_landing_page h1 { font-size: 35px; }[data-css=\"tve-u-16260ba2fa4\"] { padding-bottom: 40px !important; padding-left: 20px !important; padding-right: 20px !important; }[data-css=\"tve-u-1628a10d3b4\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-1628a12f675\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-162717cb610\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-16271bfe70c\"] { padding: 0px !important; }[data-css=\"tve-u-162717fcf9d\"] { z-index: 1; margin-top: 0px !important; padding-top: 75px !important; padding-left: 20px !important; padding-right: 20px !important; }[data-css=\"tve-u-162718bd0c0\"] { clip-path: url(\"#clip-mobile-top-a3b25e1c9221a\"); -webkit-clip-path: url(\"#clip-mobile-top-a3b25e1c9221a\");  }[data-css=\"tve-u-1621eb3eb9f\"] { clip-path: url(\"#clip-mobile-bottom-ac98bb0e54b3b\"); -webkit-clip-path: url(\"#clip-mobile-bottom-ac98bb0e54b3b\");  }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col > .tcb-col { min-height: 155px; }[data-css=\"tve-u-16229ffbb7b\"] { min-height: inherit; margin-left: 0px; }[data-css=\"tve-u-16229fa8c68\"] { height: calc(100% - 28px); margin-bottom: 0px !important; margin-top: 20px !important; }[data-css=\"tve-u-1622f65ba70\"] { height: calc(100% - 20px); margin-bottom: 0px !important; margin-top: 20px !important; }[data-css=\"tve-u-16229f6175c\"] { margin-top: 0px !important; }[data-css=\"tve-u-1622a159bcb\"] { float: none; max-width: 100%; margin-left: auto !important; margin-right: auto !important; padding-top: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-16229ae62a7\"] { border-right: none; }#tve_editor [data-css=\"tve-u-16228c764b2\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-16228c75500\"] { font-size: 18px !important; }[data-css=\"tve-u-1621fb65556\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-1621a983587\"] { border: 20px solid rgba(137, 141, 167, 0.32); }[data-css=\"tve-u-1621ee74a24\"] { float: none; margin-left: auto !important; margin-right: auto !important; margin-bottom: 10px !important; }[data-css=\"tve-u-1621afda4fa\"] { max-width: 100%; margin-bottom: 20px !important; }[data-css=\"tve-u-16223f02c16\"] { min-height: 54px; }[data-css=\"tve-u-1621f0aa8f7\"] { margin-top: 0px !important; }#tve_editor [data-css=\"tve-u-1622444fb11\"] { letter-spacing: 0px; }[data-css=\"tve-u-16224439be1\"] { padding: 0px !important; }[data-css=\"tve-u-1621fb68b97\"] { padding: 0px !important; }[data-css=\"tve-u-1621afceb00\"] { max-width: 100%; margin-bottom: 30px !important; }[data-css=\"tve-u-1621b0e4fb7\"] { float: none; margin-right: auto !important; margin-bottom: 30px !important; padding-left: 0px !important; margin-left: auto !important; }[data-css=\"tve-u-1621ebf340c\"] { padding-bottom: 40px !important; }[data-css=\"tve-u-1621ea50702\"] { float: none; width: 100%; padding: 0px !important; margin-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621e7d5094\"] { min-height: 430px; }[data-css=\"tve-u-1621eb7ccb0\"] { min-height: 430px; }[data-css=\"tve-u-1621ee03000\"] { flex-direction: column; }[data-css=\"tve-u-16223fe5f5b\"] { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621f0d2c1a\"] { margin-left: 25px !important; margin-right: 25px !important; }[data-css=\"tve-u-1621ee18a1c\"] { margin: 0px 20px 20px 0px !important; }[data-css=\"tve-u-1621ef118dc\"] { top: 0px; width: 245px; position: relative; float: none; z-index: 5; left: 0px; margin: -22px auto 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-1621fd9c946\"] { max-width: 100%; margin-top: 0px !important; margin-left: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-16223fc9f23\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-1621e7c899a\"] { max-width: none; float: none; margin-top: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621b3c8c52\"] { padding: 40px 20px !important; }[data-css=\"tve-u-1621fbcad8c\"] { padding: 20px !important; }[data-css=\"tve-u-1621fb65556\"] { margin-left: 0px; padding: 0px !important; }[data-css=\"tve-u-1621fbacc60\"] { max-width: 126px; float: none; margin-left: auto !important; margin-right: auto !important; margin-top: 20px !important; }[data-css=\"tve-u-1621b200375\"] { float: none; margin-top: 0px !important; margin-left: auto !important; margin-right: auto !important; }#tve_editor [data-css=\"tve-u-1621b10fccf\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621b028939\"] { display: block; max-width: 100%; width: 100%; float: none; min-width: 100%; margin-left: auto !important; margin-right: auto !important; margin-top: 0px !important; }[data-css=\"tve-u-1621ae4db6e\"] { min-height: 270px; }[data-css=\"tve-u-1621ae6c8da\"] { clip-path: url(\"#clip-mobile-top-aa2c3e3c70555\"); -webkit-clip-path: url(\"#clip-mobile-top-aa2c3e3c70555\");  }[data-css=\"tve-u-1621adba9ef\"] { clip-path: url(\"#clip-mobile-top-52d5a36c151aa\"); -webkit-clip-path: url(\"#clip-mobile-top-52d5a36c151aa\");  }[data-css=\"tve-u-16223f02c16\"]::after { clear: both; }[data-css=\"tve-u-1621b01355a\"] { max-width: 100%; float: none; margin-left: auto !important; margin-right: auto !important; margin-bottom: 15px !important; }[data-css=\"tve-u-1620af7eb3f\"] { float: none; display: block; max-width: 100%; width: 100%; min-width: 100%; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621ae0bec7\"]::after { clear: both; }[data-css=\"tve-u-1621f45bed3\"] { padding: 40px 20px 0px !important; }[data-css=\"tve-u-1621ad46076\"] { margin: 0px !important; padding: 30px 20px !important; }[data-css=\"tve-u-1621adea58b\"] { flex-flow: row-reverse wrap-reverse !important; }[data-css=\"tve-u-1621ae4fd21\"] { margin-top: 0px !important; position: static !important; }[data-css=\"tve-u-1621a8b2488\"] { float: none; max-width: 100%; margin-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621a8a804b\"] { padding-left: 0px !important; padding-right: 0px !important; }#tve_editor [data-css=\"tve-u-1621a2e0d5b\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621e7c7aa1\"] { flex-direction: column; min-height: inherit; }[data-css=\"tve-u-16249367114\"] { margin-top: 0px !important; }[data-css=\"tve-u-16249373b25\"] { height: calc(100% - 20px); margin-bottom: 0px !important; background-image: linear-gradient(rgb(248, 249, 251), rgb(248, 249, 251)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; margin-top: 20px !important; }[data-css=\"tve-u-162493a03b0\"] > .tcb-flex-col > .tcb-col { min-height: 155px; }[data-css=\"tve-u-162493a03b0\"] { min-height: inherit; }[data-css=\"tve-u-162493b6b63\"] { height: calc(100% - 20px); margin-bottom: 0px !important; margin-top: 20px !important; }[data-css=\"tve-u-16260c39a7e\"] { float: none; margin-top: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-16260d3f4aa\"] { padding: 0px !important; }[data-css=\"tve-u-16260d3f4af\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-16260d3f4af\"] { margin-left: 0px; padding: 0px !important; }[data-css=\"tve-u-16260d8392c\"] { padding: 0px !important; }[data-css=\"tve-u-16260d8396c\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-16260d8396c\"] { margin-left: 0px; padding: 0px !important; }[data-css=\"tve-u-16260da3aa7\"] { float: none; margin-top: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-162717cb60c\"] { display: block; max-width: 100%; width: 100%; min-width: 100%; float: none; margin-left: auto !important; margin-right: auto !important; margin-bottom: 20px !important; }[data-css=\"tve-u-162717cb618\"] { margin: 140px 0px 0px !important; }[data-css=\"tve-u-162717cb620\"] { clip-path: url(\"#clip-mobile-bottom-c883ac5175045\"); -webkit-clip-path: url(\"#clip-mobile-bottom-c883ac5175045\");  background-image: url(\"https://bestcerakoteflorida.com/wp-content/uploads/2018/05/FTYS6743.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-162717cb60a\"] { padding: 0px !important; }#tve_editor [data-css=\"tve-u-162717cb616\"] { font-size: 27px !important; }#tve_editor [data-css=\"tve-u-162717cb629\"] { font-size: 18px !important; }[data-css=\"tve-u-162717cb625\"] { float: none; display: block; max-width: 100%; width: 100%; min-width: 100%; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-162717cb623\"] { max-width: 100%; float: none; width: 100%; margin: 0px auto 10px !important; }[data-css=\"tve-u-162717d1bbf\"] > .tcb-flex-col { padding-left: 18px; }[data-css=\"tve-u-162717d1bbf\"] { margin-left: -18px; padding: 10px !important; flex-flow: row wrap !important; }[data-css=\"tve-u-162717d1bbe\"] { border-bottom: 1px solid rgba(255, 255, 255, 0.2); border-right: none; margin-left: auto !important; margin-right: auto !important; float: none; }[data-css=\"tve-u-162717d1bbc\"] { border: none; padding-left: 0px !important; padding-right: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-162717d1bc5\"] { border-right: none; padding-left: 15px !important; padding-right: 0px !important; }[data-css=\"tve-u-162717d1bc3\"] { margin: 3px 10px 0px 0px !important; }[data-css=\"tve-u-162717d1bb6\"] { border: none; padding-top: 0px !important; padding-left: 0px !important; margin-bottom: 1px !important; margin-top: -5px !important; padding-bottom: 10px !important; }[data-css=\"tve-u-164179a84b8\"] { float: none; width: 100%; max-width: 155px; z-index: 3; position: relative; margin-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-164179bced9\"] { border-right: none; position: relative; padding-left: 0px !important; padding-right: 0px !important; margin-top: 0px !important; max-width: 250px; margin-left: auto !important; margin-right: auto !important; float: none; }[data-css=\"tve-u-16417b62c09\"] { max-width: 126px; float: none; margin-left: auto !important; margin-right: auto !important; margin-top: 20px !important; }[data-css=\"tve-u-16417b662bf\"] { max-width: 126px; float: none; margin-left: auto !important; margin-right: auto !important; margin-top: 20px !important; }[data-css=\"tve-u-16417e5bd95\"] { margin: 3px 10px 0px 0px !important; }#tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] p, #tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] li, #tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] blockquote, #tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] address, #tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] .tcb-plain-text, #tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] label { font-size: 18px; }[data-css=\"tve-u-16959822de2\"] { padding-top: 10px !important; margin-left: auto !important; margin-right: auto !important; float: none; }}'),(6729,559,'tve_revision_tve_user_custom_css',''),(6730,559,'tve_revision_tve_page_events','a:0:{}'),(6731,559,'tve_revision_tve_globals','a:2:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";s:8:\"font_cls\";a:0:{}}'),(6732,559,'tve_revision_tve_global_scripts',''),(6733,559,'tve_revision_thrive_icon_pack','0'),(6734,559,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(6735,559,'tve_revision_tve_has_masonry','0'),(6736,559,'tve_revision_tve_has_typefocus','0'),(6737,559,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-162717d1bbe\" wfd-id=\"449\"><div class=\"tcb-flex-row tcb-medium-no-wrap v-2 tcb--cols--3 m-edit tcb-mobile-wrap\" data-css=\"tve-u-162717d1bbf\" wfd-id=\"450\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1695981e7bb\" wfd-id=\"476\"><div class=\"tcb-col\" data-css=\"tve-u-16959846d3d\" wfd-id=\"478\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16959822de2\" wfd-id=\"479\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"480\"><img class=\"tve_image wp-image-465\" alt=\"\" width=\"384\" height=\"62\" title=\"Blackhawk_custom_header\" data-id=\"465\" src=\"https://bestcerakoteflorida.com/wp-content/uploads/2019/01/Blackhawk_custom_header.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717d1bb9\" style=\"\" wfd-id=\"462\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717d1bb6\" wfd-id=\"464\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-164179a84b8\" wfd-id=\"465\">\n<div class=\"tve-content-box-background\" wfd-id=\"475\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"466\"><div class=\"tcb-clear\" wfd-id=\"473\"><a href=\"tel:1-954-848-1911\" target=\"_blank\" rel=\"\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-162717d1bc3\" data-float=\"1\" data-link-wrap=\"1\" wfd-id=\"474\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-phone-plus-light\" data-name=\"\">\n            <path d=\"M8 128h88v88c0 4.4 3.6 8 8 8h16c4.4 0 8-3.6 8-8v-88h88c4.4 0 8-3.6 8-8v-16c0-4.4-3.6-8-8-8h-88V8c0-4.4-3.6-8-8-8h-16c-4.4 0-8 3.6-8 8v88H8c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8zM487.8 24.1L387 .8c-14.7-3.4-29.8 4.2-35.8 18.1l-46.5 108.5c-5.5 12.7-1.8 27.7 8.9 36.5l53.9 44.1c-34 69.2-90.3 125.6-159.6 159.6l-44.1-53.9c-8.8-10.7-23.8-14.4-36.5-8.9L18.9 351.3c-13.9 6-21.5 21-18.1 35.8L24 487.9C27.3 502 39.9 512 54.5 512 306.7 512 512 307.8 512 54.5c0-14.6-10-27.2-24.2-30.4zM55.1 480l-23-99.6 107.4-46 59.5 72.8c103.6-48.6 159.7-104.9 208.1-208.1l-72.8-59.5 46-107.4 99.6 23C479.7 289.7 289.6 479.7 55.1 480z\"></path>\n        </svg></div></a></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162717d1bc5\" wfd-id=\"467\"><p data-css=\"tve-u-1641333d7d1\"><a href=\"tel:1-954-848-1911\" target=\"_blank\">954-848-1911</a></p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717d1bb7\" style=\"\" wfd-id=\"451\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717d1bbc\" wfd-id=\"453\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16369305186\" wfd-id=\"454\">\n<div class=\"tve-content-box-background\" wfd-id=\"461\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16417e9d24e\" wfd-id=\"455\"><div class=\"tcb-clear\" wfd-id=\"459\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-16417e5bd95\" data-float=\"1\" wfd-id=\"460\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-envelope-regular\" data-name=\"\">\n            <path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path>\n        </svg></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-164179bced9\" wfd-id=\"456\"><p data-css=\"tve-u-1641333d7d1\"><a href=\"mailto:info@bestcerkoteflorida.com\" target=\"_blank\">info@bestcerakoteflorida.com</a></p></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-162717cb621\" data-value-type=\"percent\" wfd-id=\"390\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-162717cb620\" data-clip-id=\"c883ac5175045\" wfd-id=\"448\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-c883ac5175045\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9125, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-c883ac5175045\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9476, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-c883ac5175045\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9651, 1 1, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-162717cb609\" wfd-id=\"391\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-162717cb618\" wfd-id=\"392\"><div class=\"tcb-flex-row tcb-medium-wrap tcb-resized v-2 tcb--cols--2\" data-css=\"tve-u-162717cb617\" wfd-id=\"393\"><div class=\"tcb-flex-col\" data-css=\"tve-u-162717cb601\" style=\"\" wfd-id=\"400\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717cb60a\" wfd-id=\"402\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h1\" data-css=\"tve-u-162717cb610\" wfd-id=\"438\"><h1 data-css=\"tve-u-162717cb616\" style=\"text-align: center;\">&nbsp;Protect What\'s Important To You With The Toughest Ceramic Finish On The Market<span data-css=\"tve-u-16271ca808e\" style=\"color: rgb(0, 229, 255);\" wfd-id=\"447\"></span></h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162717cb60f\" wfd-id=\"426\"><p data-css=\"tve-u-16413112747\">We provide reliable, affordable services for your vehicle. You can choose a q<span data-css=\"tve-u-16413111ba3\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"437\">u</span>ick exterior wash or a detailed clean, we have it all.</p></div><div class=\"tcb-clear\" data-css=\"tve-u-1641791ce1a\" wfd-id=\"411\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-162717cb623\" wfd-id=\"412\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-162717cb626\" data-tcb_hover_state_parent=\"1\" wfd-id=\"425\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-162717cb624\" wfd-id=\"413\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-162717cb625\" data-tcb_hover_state_parent=\"\" data-button-style=\"full_rounded\" wfd-id=\"414\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"415\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-162717cb629\" wfd-id=\"416\"><strong>Request an appointment</strong></span></span>\n</a>\n</div></div>\n</div></div><div class=\"tcb-clear\" data-css=\"tve-u-1641791de3b\" wfd-id=\"403\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-162717cb60c\" data-tcb_hover_state_parent=\"\" data-button-style=\"ghost\" wfd-id=\"404\">\n<a href=\"#\" class=\"tcb-button-link\" target=\"_blank\">\n<span class=\"tcb-button-texts\" wfd-id=\"405\"><span class=\"tcb-button-text thrv-inline-text\" wfd-id=\"406\"><strong>Call Now: 0400-700-682</strong></span></span>\n</a>\n</div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717cb600\" style=\"\" wfd-id=\"394\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717cb60b\" wfd-id=\"396\"><div class=\"thrv_responsive_video thrv_wrapper\" data-type=\"youtube\" data-rel=\"0\" data-url=\"https://www.youtube.com/watch?v=a1nyu9ZJiEk\" data-css=\"tve-u-16959cd1e7a\" data-modestbranding=\"1\" wfd-id=\"397\">\n	\n\n	<div class=\"tve_responsive_video_container\" wfd-id=\"398\">\n		<div class=\"video_overlay\" wfd-id=\"399\"></div>\n	<iframe data-code=\"a1nyu9ZJiEk\" data-provider=\"youtube\" src=\"https://www.youtube.com/embed/a1nyu9ZJiEk?rel=0&amp;modestbranding=1&amp;controls=1&amp;showinfo=1&amp;fs=1&amp;wmode=transparent\" data-src=\"https://www.youtube.com/embed/a1nyu9ZJiEk?rel=0&amp;modestbranding=1&amp;controls=1&amp;showinfo=1&amp;fs=1&amp;wmode=transparent\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-162717fcf9d\" data-value-type=\"percent\" wfd-id=\"329\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-162718bd0c0\" data-clip-id=\"a3b25e1c9221a\" wfd-id=\"389\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0875\"></polygon></clipPath><clipPath id=\"clip-tablet-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"6\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.1051\"></polygon></clipPath><clipPath id=\"clip-mobile-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"1\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0175\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-162718a3b40\" wfd-id=\"330\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622a159bcb\" wfd-id=\"331\">\n<div class=\"tve-content-box-background\" wfd-id=\"388\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"332\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621a2247ba\" wfd-id=\"383\"><h2 data-css=\"tve-u-1621a2e0d5b\">our services</h2></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16229f6175c\" wfd-id=\"356\"><div class=\"tcb-flex-row tcb-medium-no-wrap tcb--cols--3 v-2\" data-css=\"tve-u-162493a03b0\" wfd-id=\"357\"><div class=\"tcb-flex-col\" wfd-id=\"372\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1624939a960\" data-tcb_hover_state_parent=\"\" wfd-id=\"374\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-162493d5f13\" data-float=\"1\" wfd-id=\"382\"><svg class=\"tcb-icon\" viewBox=\"0 0 14 28\" data-name=\"bolt\">\n<path d=\"M13.828 8.844c0.172 0.187 0.219 0.453 0.109 0.688l-8.437 18.078c-0.125 0.234-0.375 0.391-0.656 0.391-0.063 0-0.141-0.016-0.219-0.031-0.344-0.109-0.547-0.438-0.469-0.766l3.078-12.625-6.344 1.578c-0.063 0.016-0.125 0.016-0.187 0.016-0.172 0-0.359-0.063-0.484-0.172-0.187-0.156-0.25-0.391-0.203-0.609l3.141-12.891c0.078-0.297 0.359-0.5 0.688-0.5h5.125c0.391 0 0.703 0.297 0.703 0.656 0 0.094-0.031 0.187-0.078 0.281l-2.672 7.234 6.188-1.531c0.063-0.016 0.125-0.031 0.187-0.031 0.203 0 0.391 0.094 0.531 0.234z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"378\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-162494b490e\" wfd-id=\"379\"><h4 data-css=\"tve-u-16249355087\" style=\"text-align: left;\">Express exterior</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162494b7ad0\" wfd-id=\"375\"><p data-css=\"tve-u-162492e70ad\">Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"365\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162493b6b63\" data-tcb_hover_state_parent=\"\" wfd-id=\"367\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b456a\" wfd-id=\"371\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"adjust\">\n<path d=\"M12 22.5v-17c-4.688 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"369\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1af44d\" wfd-id=\"370\"><h4 data-css=\"tve-u-16249358652\" style=\"text-align: left;\">Interior clean</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"368\"><p data-css=\"tve-u-162492e70ad\">Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"358\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16249373b25\" wfd-id=\"360\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b52d3\" wfd-id=\"364\"><svg class=\"tcb-icon\" viewBox=\"0 0 26 28\" data-name=\"umbrella\">\n<path d=\"M14 12.938v9.063c0 2.172-1.828 4-4 4s-4-1.828-4-4c0-0.547 0.453-1 1-1s1 0.453 1 1c0 1.047 0.953 2 2 2s2-0.953 2-2v-9.063c0.328-0.109 0.656-0.172 1-0.172s0.672 0.063 1 0.172zM26 13.359c0 0.266-0.234 0.5-0.5 0.5-0.141 0-0.25-0.063-0.359-0.156-0.906-0.844-1.75-1.437-3.047-1.437-1.484 0-2.766 0.922-3.609 2.094-0.187 0.266-0.328 0.547-0.5 0.812-0.109 0.172-0.234 0.266-0.438 0.266-0.219 0-0.344-0.094-0.453-0.266-0.172-0.266-0.313-0.547-0.5-0.812-0.844-1.172-2.109-2.094-3.594-2.094s-2.75 0.922-3.594 2.094c-0.187 0.266-0.328 0.547-0.5 0.812-0.109 0.172-0.234 0.266-0.453 0.266-0.203 0-0.328-0.094-0.438-0.266-0.172-0.266-0.313-0.547-0.5-0.812-0.844-1.172-2.125-2.094-3.609-2.094-1.297 0-2.141 0.594-3.047 1.437-0.109 0.094-0.219 0.156-0.359 0.156-0.266 0-0.5-0.234-0.5-0.5 0-0.047 0-0.078 0.016-0.109 1.437-5.906 7.141-9.25 12.984-9.25 5.812 0 11.578 3.344 12.984 9.25 0.016 0.031 0.016 0.063 0.016 0.109zM14 2v1.531c-0.328-0.016-0.672-0.031-1-0.031s-0.672 0.016-1 0.031v-1.531c0-0.547 0.453-1 1-1s1 0.453 1 1z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"362\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b01a6\" wfd-id=\"363\"><h4 data-css=\"tve-u-1624935a201\" style=\"text-align: left;\">Wax protection</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"361\"><p data-css=\"tve-u-162492e70ad\">Etiam pharetra, erat sed fermentum feugiat, velit mauris</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16249367114\" wfd-id=\"333\"><div class=\"tcb-flex-row tcb-medium-no-wrap tcb--cols--3 v-2\" data-css=\"tve-u-16229ffbb7b\" wfd-id=\"334\"><div class=\"tcb-flex-col\" wfd-id=\"349\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229fa6a26\" wfd-id=\"351\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b33f9\" wfd-id=\"355\"><svg class=\"tcb-icon\" viewBox=\"0 0 26 28\" data-name=\"magic\">\n<path d=\"M18.594 9.078l4.578-4.578-1.672-1.672-4.578 4.578zM25.578 4.5c0 0.266-0.094 0.516-0.281 0.703l-20.094 20.094c-0.187 0.187-0.438 0.281-0.703 0.281s-0.516-0.094-0.703-0.281l-3.094-3.094c-0.187-0.187-0.281-0.438-0.281-0.703s0.094-0.516 0.281-0.703l20.094-20.094c0.187-0.187 0.438-0.281 0.703-0.281s0.516 0.094 0.703 0.281l3.094 3.094c0.187 0.187 0.281 0.438 0.281 0.703zM4.469 1.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531zM9.938 4.062l3.063 0.938-3.063 0.938-0.938 3.063-0.938-3.063-3.063-0.938 3.063-0.938 0.938-3.063zM24.469 11.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531zM14.469 1.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"353\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b0a67\" wfd-id=\"354\"><h4 data-css=\"tve-u-16248fc42a1\" style=\"text-align: left;\">Dust &amp; Dash Console</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"352\"><p data-css=\"tve-u-162492e70ad\">Duis sed odio sit amet nibh vulputate cursus a sit amet mauris.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"342\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1622f65ba70\" wfd-id=\"344\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b60b4\" wfd-id=\"348\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"certificate\">\n<path d=\"M21.5 14l2.156 2.109c0.297 0.281 0.406 0.703 0.313 1.094-0.109 0.391-0.422 0.703-0.812 0.797l-2.938 0.75 0.828 2.906c0.109 0.391 0 0.812-0.297 1.094-0.281 0.297-0.703 0.406-1.094 0.297l-2.906-0.828-0.75 2.938c-0.094 0.391-0.406 0.703-0.797 0.812-0.094 0.016-0.203 0.031-0.297 0.031-0.297 0-0.594-0.125-0.797-0.344l-2.109-2.156-2.109 2.156c-0.281 0.297-0.703 0.406-1.094 0.313-0.406-0.109-0.703-0.422-0.797-0.812l-0.75-2.938-2.906 0.828c-0.391 0.109-0.812 0-1.094-0.297-0.297-0.281-0.406-0.703-0.297-1.094l0.828-2.906-2.938-0.75c-0.391-0.094-0.703-0.406-0.812-0.797-0.094-0.391 0.016-0.812 0.313-1.094l2.156-2.109-2.156-2.109c-0.297-0.281-0.406-0.703-0.313-1.094 0.109-0.391 0.422-0.703 0.812-0.797l2.938-0.75-0.828-2.906c-0.109-0.391 0-0.812 0.297-1.094 0.281-0.297 0.703-0.406 1.094-0.297l2.906 0.828 0.75-2.938c0.094-0.391 0.406-0.703 0.797-0.797 0.391-0.109 0.812 0 1.094 0.297l2.109 2.172 2.109-2.172c0.281-0.297 0.688-0.406 1.094-0.297 0.391 0.094 0.703 0.406 0.797 0.797l0.75 2.938 2.906-0.828c0.391-0.109 0.812 0 1.094 0.297 0.297 0.281 0.406 0.703 0.297 1.094l-0.828 2.906 2.938 0.75c0.391 0.094 0.703 0.406 0.812 0.797 0.094 0.391-0.016 0.812-0.313 1.094z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"346\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b12d8\" wfd-id=\"347\"><h4 data-css=\"tve-u-1625389a3d5\" style=\"text-align: left;\">Triple Foam Polish</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"345\"><p data-css=\"tve-u-162492e70ad\">Class aptent taciti sociosqu ad litora torquent</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"335\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229fa8c68\" wfd-id=\"337\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-16271adf6cf\" wfd-id=\"341\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"bullseye\">\n<path d=\"M16 14c0 2.203-1.797 4-4 4s-4-1.797-4-4 1.797-4 4-4 4 1.797 4 4zM18 14c0-3.313-2.688-6-6-6s-6 2.688-6 6 2.688 6 6 6 6-2.688 6-6zM20 14c0 4.422-3.578 8-8 8s-8-3.578-8-8 3.578-8 8-8 8 3.578 8 8zM22 14c0-5.516-4.484-10-10-10s-10 4.484-10 10 4.484 10 10 10 10-4.484 10-10zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"339\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-16248fc71c8\" wfd-id=\"340\"><h4 data-css=\"tve-u-1625389b4ed\" style=\"text-align: left;\">Tire dressing</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"338\"><p data-css=\"tve-u-162492e70ad\">Etiam pharetra, erat sed fermentum feugiat, velit mauris</p></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621ad46076\" wfd-id=\"297\">\n<div class=\"tve-page-section-out\" wfd-id=\"328\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621b072b4e\" wfd-id=\"298\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621a8b2488\" wfd-id=\"299\"><div class=\"tcb-flex-row tcb--cols--2 v-2\" data-css=\"tve-u-1621a8a804b\" wfd-id=\"300\"><div class=\"tcb-flex-col\" wfd-id=\"310\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16271bfe70c\" wfd-id=\"312\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h3\" data-css=\"tve-u-1621a8c4313\" wfd-id=\"327\"><h3><strong>Complete cleaning services for yoâ€‹ur car</strong></h3></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-16417b70f47\" wfd-id=\"313\"><ul class=\"tcb-styled-list\" wfd-id=\"314\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621acf0289\" wfd-id=\"323\"><div class=\"tcb-styled-list-icon\" wfd-id=\"325\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a8e11f3\" wfd-id=\"326\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ace1b08\" wfd-id=\"324\">We are a small business delivering professional cleaning services for all vehicles</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621acf64fb\" wfd-id=\"319\"><div class=\"tcb-styled-list-icon\" wfd-id=\"321\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a8e5625\" wfd-id=\"322\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ace4de9\" wfd-id=\"320\">Our services are convenient for individuals and corporate fleets</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"315\"><div class=\"tcb-styled-list-icon\" wfd-id=\"317\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a9076ef\" wfd-id=\"318\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621acf47d2\" wfd-id=\"316\">We use eco-friendly products that actually clean, protect and maintain your car better than the traditional cleaning substances</span></li></ul></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"301\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621a90a46f\" wfd-id=\"303\"><div class=\"thrv_wrapper thrv-fill-counter tve_red tve_normalfc thrv_data_element\" data-css=\"tve-u-1621a983587\" wfd-id=\"304\">\n<div class=\"tve_fill_counter_n\" style=\"\" data-fill=\"100\" data-css=\"tve-u-1621a98b602\" wfd-id=\"305\">\n<svg viewBox=\"0 0 170 170\" class=\"tve_fill_counter_circle\" shape-rendering=\"optimizeSpeed\" data-css=\"tve-u-1621a9a2862\">\n<circle class=\"tve_fill_counter_circle_inner\" r=\"85\" cx=\"85\" cy=\"85\" data-css=\"tve-u-1621a9685d4\"></circle>\n</svg>\n<div class=\"tve_fill_text_in\" data-css=\"tve-u-1621a96b190\" wfd-id=\"306\">\n<div class=\"tve_fill_text_value\" data-css=\"tve-u-1621a9a2866\" wfd-id=\"308\">\n<div class=\"thrv-inline-text tve_fill_text tve_editable\" data-css=\"tve-u-1621a9a2867\" wfd-id=\"309\"><strong>100%â€‹</strong></div>\n</div>\n<div class=\"thrv-inline-text tve_editable tve_data_element_label\" data-css=\"tve-u-1621a9750ae\" wfd-id=\"307\">Clean car</div>\n</div>\n</div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621ada1e7f\" data-value-type=\"percent\" wfd-id=\"261\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621adba9ef\" data-clip-id=\"52d5a36c151aa\" wfd-id=\"296\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-52d5a36c151aa\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0875\"></polygon></clipPath><clipPath id=\"clip-tablet-top-52d5a36c151aa\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0524\"></polygon></clipPath><clipPath id=\"clip-mobile-top-52d5a36c151aa\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0349\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621ad420c4\" wfd-id=\"262\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621ade6172\" wfd-id=\"263\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2 tcb-row-reversed-mobile tcb-mobile-edit v-2\" data-css=\"tve-u-1621adea58b\" wfd-id=\"264\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621b064646\" style=\"\" wfd-id=\"290\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ae0bec7\" wfd-id=\"292\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ae4fd21\" data-value-type=\"percent\" data-float=\"1\" wfd-id=\"293\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621ae6c8da\" data-clip-id=\"aa2c3e3c70555\" wfd-id=\"295\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0349\"></polygon></clipPath><clipPath id=\"clip-tablet-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"4\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0699\"></polygon></clipPath><clipPath id=\"clip-mobile-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"4\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0699\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb\" data-css=\"tve-u-1621ae4db6e\" wfd-id=\"294\"></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621b064668\" style=\"\" wfd-id=\"265\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621f45bed3\" wfd-id=\"267\"><div class=\"tcb-clear\" data-css=\"tve-u-16224848ee5\" wfd-id=\"288\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621afceb00\" wfd-id=\"289\"><h2 data-css=\"tve-u-1621afcc0bf\">Check Out Our Special Offer!</h2></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621afda4fa\" wfd-id=\"287\"><p data-css=\"tve-u-1621afd8c98\">Donâ€™t miss the opportunity to get 50% discount on a complete cleaning just by recommending us to a friend. Bring someone you know with you and clean you car half price!</p></div><div class=\"tcb-clear\" data-css=\"tve-u-16224834cab\" wfd-id=\"268\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621fe85996\" wfd-id=\"269\"><div class=\"tcb-flex-row tcb--cols--2 tcb-resized tcb-medium-wrap tcb-desktop-wrap\" data-css=\"tve-u-1621fe78878\" wfd-id=\"270\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621fe94086\" style=\"\" wfd-id=\"278\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"280\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621b01355a\" wfd-id=\"281\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621b08fdde\" data-tcb_hover_state_parent=\"1\" wfd-id=\"286\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16223f02c16\" wfd-id=\"282\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-1620af7eb3f\" data-tcb_hover_state_parent=\"\" data-button-style=\"full_rounded\" wfd-id=\"283\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"284\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-16228c75500\" wfd-id=\"285\"><strong>Request an appointment</strong></span></span>\n</a>\n</div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621fe940b9\" style=\"\" wfd-id=\"271\"><div class=\"tcb-col\" wfd-id=\"273\"><div class=\"tcb-clear\" data-css=\"tve-u-16224716d62\" wfd-id=\"274\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-1621b028939\" data-tcb_hover_state_parent=\"\" data-button-style=\"ghost\" wfd-id=\"275\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"276\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-16228c764b2\" wfd-id=\"277\"><strong>Call Now: 0400-700-682</strong></span></span>\n</a>\n</div></div></div></div></div></div></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16260ba2fa4\" wfd-id=\"168\">\n<div class=\"tve-page-section-out\" wfd-id=\"260\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16260be7104\" wfd-id=\"169\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621b0e4fb7\" wfd-id=\"259\"><h2 data-css=\"tve-u-1621b10fccf\" style=\"text-align: center;\">our happy clients</h2></div><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641367127b\" data-float=\"1\" wfd-id=\"258\"><svg class=\"tcb-icon\" viewBox=\"0 0 30 32\" data-name=\"quote-left\">\n<path d=\"M13.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429zM29.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641367e553\" wfd-id=\"257\"><svg class=\"tcb-icon\" viewBox=\"0 0 30 32\" data-name=\"quote-left\">\n<path d=\"M13.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429zM29.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a10d3b4\" wfd-id=\"228\">\n<div class=\"tve-content-box-background\" wfd-id=\"256\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"229\"><div class=\"tcb-clear\" data-css=\"tve-u-1621b300a64\" wfd-id=\"254\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-1621f154231\" wfd-id=\"255\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621b200375\" wfd-id=\"232\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-16260d8392c\" wfd-id=\"233\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"238\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"240\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16417b62c09\" wfd-id=\"241\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-16260d8396c\" wfd-id=\"242\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16260d01208\" style=\"\" wfd-id=\"248\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"250\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"251\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16225617da3\" wfd-id=\"253\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"252\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16260d0120e\" style=\"\" wfd-id=\"243\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"245\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"247\"><h5>Brett Graham, 28</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"246\"><h6 class=\"\">Architect</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"234\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"236\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"237\"><p data-css=\"tve-u-162539c17ec\">Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit. Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit.&nbsp;</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-16260c5ff0c\" wfd-id=\"230\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260c5ff07\" wfd-id=\"231\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a12f675\" wfd-id=\"199\">\n<div class=\"tve-content-box-background\" wfd-id=\"227\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"200\"><div class=\"tcb-clear\" data-css=\"tve-u-16260cd7683\" wfd-id=\"225\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260d73672\" wfd-id=\"226\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16260da3aa7\" wfd-id=\"203\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-1621fb68b97\" wfd-id=\"204\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"209\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"211\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16417b662bf\" wfd-id=\"212\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-1621fb65556\" wfd-id=\"213\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16229915e1a\" style=\"\" wfd-id=\"219\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"221\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"222\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16260c433e9\" wfd-id=\"224\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"223\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16229915e4e\" style=\"\" wfd-id=\"214\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"216\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"218\"><h5>Rosie Hanson, 24</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"217\"><h6 class=\"\">Real estate Associate</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"205\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"207\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"208\"><p data-css=\"tve-u-162539c17ec\">Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo.</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-16260d3b97e\" wfd-id=\"201\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260d39b83\" wfd-id=\"202\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a146aef\" wfd-id=\"170\">\n<div class=\"tve-content-box-background\" wfd-id=\"198\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"171\"><div class=\"tcb-clear\" data-css=\"tve-u-16260cd7683\" wfd-id=\"196\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260cd622f\" wfd-id=\"197\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16260c39a7e\" wfd-id=\"174\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-16260d3f4aa\" wfd-id=\"175\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"180\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"182\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621fbacc60\" wfd-id=\"183\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-16260d3f4af\" wfd-id=\"184\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16229915e1a\" style=\"\" wfd-id=\"190\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"192\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"193\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16260d5e4b8\" wfd-id=\"195\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"194\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16229915e4e\" style=\"\" wfd-id=\"185\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"187\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"189\"><h5>Shawn Mattews, 35</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"188\"><h6 class=\"\">project manager</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"176\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"178\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"179\"><p data-css=\"tve-u-162539c17ec\">Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo. Nullam ac urna eu felis.Sed non neque elit. Sed ut imperdiet nisi. Proin condimentum</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1621b30ca74\" wfd-id=\"172\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-1621f15b521\" wfd-id=\"173\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621b3c8c52\" wfd-id=\"64\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621b3cfc7b\" wfd-id=\"167\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621b3c74d9\" wfd-id=\"65\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621e7b695a\" wfd-id=\"166\"><h2 data-css=\"tve-u-1621e7a7350\" style=\"text-align: center;\">our offers</h2></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621e7c899a\" wfd-id=\"66\"><div class=\"tcb-flex-row tcb--cols--3 tcb-medium-wrap v-2\" data-css=\"tve-u-1621e7c7aa1\" wfd-id=\"67\"><div class=\"tcb-flex-col\" wfd-id=\"130\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16223fc9f23\" wfd-id=\"132\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e7ceab3\" style=\"\" wfd-id=\"133\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16416e4fafd\" wfd-id=\"165\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e7d5094\" wfd-id=\"134\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e7e9950\" data-value-type=\"percent\" style=\"\" wfd-id=\"161\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e7edfd9\" data-clip-id=\"10ffac3b28f1d\" wfd-id=\"164\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-10ffac3b28f1d\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-10ffac3b28f1d\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e7e6c1d\" wfd-id=\"162\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-16417b4cb9e\" wfd-id=\"163\"><h4 data-css=\"tve-u-1621fe1a1af\" style=\"text-align: center;\"><strong>Basic Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ec6c39b\" data-float=\"1\" wfd-id=\"157\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e81f424\" wfd-id=\"160\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec752da\" wfd-id=\"158\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"159\"><h4 data-css=\"tve-u-1621fe1bd18\" style=\"text-align: center;\"><strong>15$</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621ea50702\" wfd-id=\"135\"><ul class=\"tcb-styled-list\" wfd-id=\"136\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec3a5c0\" wfd-id=\"153\"><div class=\"tcb-styled-list-icon\" wfd-id=\"155\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec204df\" wfd-id=\"156\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec241aa\" wfd-id=\"154\">Interior vacuum</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"149\"><div class=\"tcb-styled-list-icon\" wfd-id=\"151\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec20f68\" wfd-id=\"152\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec2704c\" wfd-id=\"150\">Dust &amp;dash console</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec42aa7\" wfd-id=\"145\"><div class=\"tcb-styled-list-icon\" wfd-id=\"147\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec21a31\" wfd-id=\"148\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec298ab\" wfd-id=\"146\">Hand towel dry</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec43fe2\" wfd-id=\"141\"><div class=\"tcb-styled-list-icon\" wfd-id=\"143\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ea1fba7\" wfd-id=\"144\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea23322\" wfd-id=\"142\">Clean windows</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec454d9\" wfd-id=\"137\"><div class=\"tcb-styled-list-icon\" wfd-id=\"139\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ea295c0\" wfd-id=\"140\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea2c69a\" wfd-id=\"138\">Soft cloth wash</span></li></ul></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"99\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"101\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621eb81205\" style=\"\" wfd-id=\"102\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16416e603ab\" wfd-id=\"129\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621eb7ccb0\" wfd-id=\"103\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ebbbb6d\" data-value-type=\"percent\" wfd-id=\"125\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eaaedd8\" data-clip-id=\"a2b9cf3198d6f\" wfd-id=\"128\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-a2b9cf3198d6f\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-a2b9cf3198d6f\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec7f21a\" wfd-id=\"126\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e930bd7\" wfd-id=\"127\"><h4 data-css=\"tve-u-1621e92e97f\" style=\"text-align: center;\"><strong>Ultimate Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ec78d2c\" data-float=\"1\" wfd-id=\"121\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eab272c\" wfd-id=\"124\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec79a7d\" wfd-id=\"122\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"123\"><h4 data-css=\"tve-u-1621e942b65\" style=\"text-align: center;\"><strong>22 $</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621ebfa746\" wfd-id=\"118\"><p data-css=\"tve-u-1621f4ceaf6\" style=\"text-align: center;\">Includes basic service <span data-css=\"tve-u-1621f4ceaf7\" style=\"color: rgb(15, 29, 123);\" wfd-id=\"119\"><strong class=\"\"><span data-css=\"tve-u-1621f4ceafb\" wfd-id=\"120\">+</span></strong></span></p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621ebf340c\" wfd-id=\"104\"><ul class=\"tcb-styled-list\" wfd-id=\"105\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-164137a0b1f\" wfd-id=\"114\"><div class=\"tcb-styled-list-icon\" wfd-id=\"116\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec0c5bd\" wfd-id=\"117\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ebfe4ce\" wfd-id=\"115\">Triple foam conditiner</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec04541\" wfd-id=\"110\"><div class=\"tcb-styled-list-icon\" wfd-id=\"112\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec09a3c\" wfd-id=\"113\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ebff867\" wfd-id=\"111\">Tire dressing</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec05cc3\" wfd-id=\"106\"><div class=\"tcb-styled-list-icon\" wfd-id=\"108\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec15f6e\" wfd-id=\"109\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec009a8\" wfd-id=\"107\">Air freshner</span></li></ul></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"68\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16223dad661\" wfd-id=\"70\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621fd9c946\" style=\"\" wfd-id=\"71\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e7d234c\" wfd-id=\"98\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621fd84d7b\" wfd-id=\"72\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16223b080b0\" data-value-type=\"percent\" wfd-id=\"94\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eb3eb9f\" data-clip-id=\"ac98bb0e54b3b\" wfd-id=\"97\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621fd8766c\" wfd-id=\"95\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e930bd7\" wfd-id=\"96\"><h4 data-css=\"tve-u-1621fe1587d\" style=\"text-align: center;\"><strong>Supreme Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e8107f3\" wfd-id=\"90\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eb43d8d\" wfd-id=\"93\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e819c52\" wfd-id=\"91\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"92\"><h4 data-css=\"tve-u-1621fe1725e\" style=\"text-align: center;\"><strong>30 $</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621eb037bb\" wfd-id=\"87\"><p data-css=\"tve-u-1621f4d0451\" style=\"text-align: center;\">Includes ultimate service <span data-css=\"tve-u-1621eaff572\" style=\"color: rgb(15, 29, 123);\" wfd-id=\"88\"><strong class=\"\"><span data-css=\"tve-u-1621eb01b60\" wfd-id=\"89\">+</span></strong></span></p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621eacf6af\" wfd-id=\"73\"><ul class=\"tcb-styled-list\" wfd-id=\"74\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec36a4d\" wfd-id=\"83\"><div class=\"tcb-styled-list-icon\" wfd-id=\"85\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e9993aa\" wfd-id=\"86\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea1a5d7\" wfd-id=\"84\">Exterior trim dressing</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"79\"><div class=\"tcb-styled-list-icon\" wfd-id=\"81\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e99b1db\" wfd-id=\"82\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea19a06\" wfd-id=\"80\">Hand applied spray wax</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec37ea5\" wfd-id=\"75\"><div class=\"tcb-styled-list-icon\" wfd-id=\"77\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e99c314\" wfd-id=\"78\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea18c5d\" wfd-id=\"76\">Interior conditioner</span></li></ul></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621efddaaf\" wfd-id=\"43\">\n<div class=\"tve-page-section-out\" wfd-id=\"63\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621edf8048\" wfd-id=\"44\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621f114214\" wfd-id=\"45\"><div class=\"tcb-flex-row tcb-resized tcb-mobile-edit tcb--cols--2\" data-css=\"tve-u-1621ee03000\" wfd-id=\"46\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621ee4be21\" style=\"\" wfd-id=\"51\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ee093d4\" wfd-id=\"53\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ee3afec\" wfd-id=\"57\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621ee58e74\" wfd-id=\"62\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ee37f4a\" wfd-id=\"58\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1621ee74a24\" wfd-id=\"61\"><svg class=\"tcb-icon\" viewBox=\"0 0 16 28\" data-name=\"map-marker\">\n<path d=\"M12 10c0-2.203-1.797-4-4-4s-4 1.797-4 4 1.797 4 4 4 4-1.797 4-4zM16 10c0 0.953-0.109 1.937-0.516 2.797l-5.688 12.094c-0.328 0.688-1.047 1.109-1.797 1.109s-1.469-0.422-1.781-1.109l-5.703-12.094c-0.406-0.859-0.516-1.844-0.516-2.797 0-4.422 3.578-8 8-8s8 3.578 8 8z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621ee63e1c\" wfd-id=\"60\"><h2 data-css=\"tve-u-1621fdcb4ea\" style=\"text-align: center;\">contact us</h2></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16422a1ce91\" wfd-id=\"59\"><p data-css=\"tve-u-16422a1ce94\" style=\"text-align: left;\">Your adress goes here</p><p data-css=\"tve-u-16422a1ce93\" style=\"text-align: left;\">Phone: 0400 - 700 - 682</p><p data-css=\"tve-u-16422a1ce92\" style=\"text-align: left;\">Email: our_office@gmail.com</p></div></div>\n</div><div class=\"tcb-clear\" data-css=\"tve-u-16417c828be\" wfd-id=\"54\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_slide_left\" data-css=\"tve-u-1621ef118dc\" style=\"\" wfd-id=\"55\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"56\"><img class=\"tve_image tve_evt_manager_listen tve_et_tve-viewport wp-image-21388\" alt=\"\" width=\"567\" height=\"384\" title=\"Car wash img footer\" data-id=\"21388\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-img-footer.png\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_left&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" style=\"width: 100%;\"></span></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621ee4be73\" style=\"\" wfd-id=\"47\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ee22c43\" wfd-id=\"49\"><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-1621ee18a1c\" wfd-id=\"50\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=New York&amp;t=m&amp;z=5&amp;output=embed&amp;iwloc=near\"></iframe>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621f0aa8f7\" wfd-id=\"30\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621f0ada0e\" wfd-id=\"42\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621f0b0088\" wfd-id=\"31\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621f0d2c1a\" wfd-id=\"32\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-1621f0cbe40\" wfd-id=\"33\"><div class=\"tcb-flex-col\" wfd-id=\"38\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"40\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621f0da775\" wfd-id=\"41\"><p data-css=\"tve-u-1622444fb11\">Â© 2018, Your company name . All rights reserved.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"34\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"36\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16223fe5f5b\" wfd-id=\"37\"><p data-css=\"tve-u-1621f0d874c\" style=\"text-align: right;\">Made with <a href=\"https://thrivethemes.com/\" target=\"_blank\">Thrive Architect</a></p></div></div></div></div></div></div>\n</div>\n\n'),(6738,559,'tve_revision_tve_has_wistia_popover','0'),(6743,563,'tve_revision_tve_content_more_found',''),(6744,563,'tve_revision_tve_save_post',''),(6745,563,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Merriweather:400,700&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Special+Elite:400&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Poppins:400,800,900,300,700,&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Monda:400,700,&subset=latin\");@media (min-width: 300px){.tcb-plain-text { font-family: Monda; font-weight: 400; font-size: 14px; }#tve_editor [data-css=\"tve-u-1621b072b4e\"] p, #tve_editor [data-css=\"tve-u-1621b072b4e\"] li, #tve_editor [data-css=\"tve-u-1621b072b4e\"] blockquote, #tve_editor [data-css=\"tve-u-1621b072b4e\"] address, #tve_editor [data-css=\"tve-u-1621b072b4e\"] .tcb-plain-text, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h1, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h2, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h3, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h4, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h5, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h6 { color: rgb(18, 18, 18); }[data-css=\"tve-u-16417c828be\"]::after { clear: both; }[data-css=\"tve-u-1621fe78878\"] .tcb-flex-col { flex-basis: 160px !important; }[data-css=\"tve-u-16417b70f47\"] { padding: 0px !important; margin: 0px !important; }#tve_editor [data-css=\"tve-u-1621fdcb4ea\"] { color: rgb(15, 29, 123) !important; }#tve_editor [data-css=\"tve-u-1641367127b\"] > :first-child { color: rgb(15, 29, 123); }[data-css=\"tve-u-1641367127b\"] { font-size: 60px; float: none; box-shadow: none; position: relative; z-index: 5; margin: 0px auto !important; }#tve_editor [data-css=\"tve-u-1641333d7d1\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-162717cb617\"] > .tcb-flex-col { padding-left: 0px; }#tve_editor [data-css=\"tve-u-16413112747\"] { color: rgba(255, 255, 255, 0.85) !important; }[data-css=\"tve-u-16413111ba3\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-16369305186\"] > .tve-cb { display: block; }#tve_editor [data-css=\"tve-u-162717cb609\"] p, #tve_editor [data-css=\"tve-u-162717cb609\"] li, #tve_editor [data-css=\"tve-u-162717cb609\"] blockquote, #tve_editor [data-css=\"tve-u-162717cb609\"] address, #tve_editor [data-css=\"tve-u-162717cb609\"] h1, #tve_editor [data-css=\"tve-u-162717cb609\"] h2, #tve_editor [data-css=\"tve-u-162717cb609\"] h3, #tve_editor [data-css=\"tve-u-162717cb609\"] h4, #tve_editor [data-css=\"tve-u-162717cb609\"] h5, #tve_editor [data-css=\"tve-u-162717cb609\"] h6 { color: rgb(255, 255, 255); }[data-css=\"tve-u-16369305186\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-162717cb621\"] .tve-page-section-in { display: flex; justify-content: center; flex-direction: column; }[data-css=\"tve-u-162717fcf9d\"] .tve-page-section-in { display: block; }[data-css=\"tve-u-1628a146aef\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1628a12f675\"] { padding: 0px !important; margin: 0px 0px 60px !important; }[data-css=\"tve-u-1628a10d3b4\"] { max-width: 100%; padding: 0px !important; margin: 0px 0px 60px !important; }[data-css=\"tve-u-16271ca808e\"] { color: rgb(0, 229, 255) !important; }#tve_editor [data-css=\"tve-u-162717cb618\"] p, #tve_editor [data-css=\"tve-u-162717cb618\"] li, #tve_editor [data-css=\"tve-u-162717cb618\"] blockquote, #tve_editor [data-css=\"tve-u-162717cb618\"] address, #tve_editor [data-css=\"tve-u-162717cb618\"] h1, #tve_editor [data-css=\"tve-u-162717cb618\"] h2, #tve_editor [data-css=\"tve-u-162717cb618\"] h3, #tve_editor [data-css=\"tve-u-162717cb618\"] h4, #tve_editor [data-css=\"tve-u-162717cb618\"] h5, #tve_editor [data-css=\"tve-u-162717cb618\"] h6 { color: rgb(0, 229, 255); }[data-css=\"tve-u-162718bd0c0\"] { clip-path: url(\"#clip-top-a3b25e1c9221a\"); -webkit-clip-path: url(\"#clip-top-a3b25e1c9221a\");  }[data-css=\"tve-u-162718a3b40\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-162717fcf9d\"] { z-index: 5; padding: 170px 40px 0px !important; margin-top: -80px !important; }[data-css=\"tve-u-16260cd622f\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-16260cd7683\"]::after { clear: both; }[data-css=\"tve-u-16260cd622f\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin-top: 0px !important; margin-bottom: -1px !important; }[data-css=\"tve-u-16260be7104\"] { max-width: 1200px; }[data-css=\"tve-u-16260ba2fa4\"] { padding: 100px 40px !important; }[data-css=\"tve-u-162539c17ec\"] { line-height: 1.6em !important; }#tve_editor [data-css=\"tve-u-162493b6b63\"]:hover { background-color: rgb(248, 249, 251) !important; }#tve_editor [data-css=\"tve-u-1624939a960\"]:hover { background-color: rgb(248, 249, 251) !important; background-image: none !important; }#tve_editor [data-css=\"tve-u-162492e70ad\"] { color: rgb(137, 141, 167) !important; }[data-css=\"tve-u-162492815ba\"] { padding: 0px !important; margin-top: 25px !important; }[data-css=\"tve-u-162491e8e1f\"]::after { clear: both; }[data-css=\"tve-u-1622f65ba70\"] { border: none; background-image: none !important; padding: 0px 30px 30px !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-1622a159bcb\"] { max-width: 100%; float: none; z-index: 6; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; margin-top: 0px !important; }[data-css=\"tve-u-16229915e4e\"] { max-width: 62.8%; }[data-css=\"tve-u-16229915e1a\"] { max-width: 37.2%; }[data-css=\"tve-u-16225617da3\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-Brett.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16225611edb\"] { min-height: 127px; }[data-css=\"tve-u-1622561121b\"] { max-width: 127px; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-16224848ee5\"]::after { clear: both; }[data-css=\"tve-u-16224834cab\"]::after { clear: both; }[data-css=\"tve-u-1621ee3afec\"] > .tve-cb { display: block; }[data-css=\"tve-u-1621fe78878\"] > .tcb-flex-col { padding-left: 5px; }[data-css=\"tve-u-1621fe940b9\"] { max-width: 50%; }[data-css=\"tve-u-1621fe94086\"] { max-width: 50%; }[data-css=\"tve-u-1621fe85996\"] { max-width: 585px; float: left; z-index: 3; position: relative; width: 100%; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621fe78878\"] > .tcb-flex-col > .tcb-col { min-height: 65px; justify-content: center; }[data-css=\"tve-u-1621fe78878\"] { min-height: inherit; margin-left: -5px; padding: 0px !important; flex-wrap: wrap !important; }#tve_editor [data-css=\"tve-u-1621f4d0451\"] { font-size: 20px !important; }#tve_editor [data-css=\"tve-u-1621f4ceaf6\"] { font-size: 20px !important; color: rgb(12, 12, 12) !important; }[data-css=\"tve-u-1621f45bed3\"] { padding: 0px !important; }[data-css=\"tve-u-1621f114214\"] { float: none; max-width: 100%; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621f0da775\"] { padding: 0px !important; }#tve_editor [data-css=\"tve-u-1621f0d874c\"] { letter-spacing: 1px; color: rgb(137, 141, 167) !important; font-size: 14px !important; }[data-css=\"tve-u-1621f0d2c1a\"] { max-width: 100%; margin-left: 60px !important; margin-right: 60px !important; }[data-css=\"tve-u-1621f0aa8f7\"] .tve-page-section-in { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621f0cbe40\"] { margin-left: 0px; padding: 0px !important; }[data-css=\"tve-u-1621f0cbe40\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-1621f0b0088\"] { max-width: 100%; min-height: 140px !important; }[data-css=\"tve-u-1621f0ada0e\"] { background-image: linear-gradient(rgb(22, 22, 24), rgb(22, 22, 24)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1621f0aa8f7\"] { padding: 0px !important; }[data-css=\"tve-u-1621efddaaf\"] { padding: 0px !important; }[data-css=\"tve-u-1621ef118dc\"] { width: 567px; position: relative; right: -50px; top: -104px; float: right; z-index: 3; margin-top: 0px !important; margin-bottom: 0px !important; padding-left: 0px !important; }#tve_editor [data-css=\"tve-u-1621ee74a24\"] > :first-child { color: rgb(15, 29, 123); }[data-css=\"tve-u-1621ee74a24\"] { font-size: 60px; float: none; z-index: 3; position: relative; margin: 0px auto 10px !important; padding-top: 0px !important; }[data-css=\"tve-u-1621ee63e1c\"] { float: none; z-index: 3; position: relative; max-width: none; width: 100%; padding: 0px !important; margin: 0px auto 30px !important; }[data-css=\"tve-u-1621ee58e74\"] { background-color: rgb(224, 226, 236) !important; }[data-css=\"tve-u-1621ee4be73\"] { max-width: 61%; }[data-css=\"tve-u-1621ee4be21\"] { max-width: 39%; }[data-css=\"tve-u-1621ee3afec\"] { padding: 60px 0px 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621ee37f4a\"] { min-height: 380px; }[data-css=\"tve-u-1621ee22c43\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding-top: 0px !important; padding-left: 0px !important; }[data-css=\"tve-u-1621ee18a1c\"] { margin: 80px 0px 0px 122px !important; }[data-css=\"tve-u-1621ee093d4\"] { margin-top: 0px !important; }[data-css=\"tve-u-1621ee03000\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1621ee03000\"] { margin-left: 0px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-1621ee03000\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-1621edf8048\"] { max-width: 100%; min-height: 1px !important; }[data-css=\"tve-u-1621ec454d9\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec43fe2\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec42aa7\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec3a5c0\"] { margin-top: 0px !important; margin-bottom: 10px !important; }[data-css=\"tve-u-1621ec37ea5\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec36a4d\"] { margin-bottom: 10px !important; }[data-css=\"tve-u-1621ea18c5d\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ea19a06\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ea1a5d7\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ea2c69a\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ea23322\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ec298ab\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ec2704c\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ec241aa\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ec05cc3\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec04541\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec009a8\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ebff867\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ebfe4ce\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621eb037bb\"] { padding: 0px !important; margin-top: 0px !important; margin-bottom: 30px !important; }[data-css=\"tve-u-1621eaff572\"] { color: rgb(15, 29, 123) !important; }[data-css=\"tve-u-1621ea50702\"] { max-width: 230px; float: none; z-index: 3; position: relative; width: 100%; padding: 0px !important; margin: 0px auto !important; }#tve_editor [data-css=\"tve-u-1621ea2c69a\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ea295c0\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ea295c0\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ea1fba7\"] > :first-child { color: rgb(137, 141, 167); }#tve_editor [data-css=\"tve-u-1621ea23322\"] { font-size: 16px !important; }[data-css=\"tve-u-1621ea1fba7\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }[data-css=\"tve-u-1621e99c314\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }[data-css=\"tve-u-1621e99b1db\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }[data-css=\"tve-u-1621e9993aa\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ea1a5d7\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ea19a06\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ea18c5d\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621e99c314\"] > :first-child { color: rgb(137, 141, 167); }#tve_editor [data-css=\"tve-u-1621e99b1db\"] > :first-child { color: rgb(137, 141, 167); }#tve_editor [data-css=\"tve-u-1621e9993aa\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621e8107f3\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621e942b65\"] strong { font-weight: 800; }[data-css=\"tve-u-1621e7e9950\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621e930bd7\"] { padding: 0px 0px 50px !important; }#tve_editor [data-css=\"tve-u-1621e92e97f\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1621e81f424\"] { border-radius: 200px; overflow: hidden; background-image: none !important; border: 3px solid rgb(255, 255, 255) !important; background-color: rgb(144, 147, 168) !important; }[data-css=\"tve-u-1621e819c52\"] { min-height: 110px; }[data-css=\"tve-u-1621e8107f3\"] { float: none; max-width: 110px; z-index: 4; padding: 0px !important; margin: -60px auto 30px !important; }[data-css=\"tve-u-1621e7edfd9\"] { clip-path: url(\"#clip-bottom-10ffac3b28f1d\"); -webkit-clip-path: url(\"#clip-bottom-10ffac3b28f1d\");  background-image: none !important; background-color: rgb(144, 147, 168) !important; }[data-css=\"tve-u-1621e7e9950\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1621e7e6c1d\"] { min-height: 150px; }[data-css=\"tve-u-1621e7c7aa1\"] > .tcb-flex-col { padding-left: 60px; }[data-css=\"tve-u-1621e7d5094\"] { min-height: 480px; }[data-css=\"tve-u-1621e7d234c\"] { box-shadow: rgba(0, 0, 0, 0.02) 0px 2px 22px 0px; background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1621e7ceab3\"] { float: none; width: 100%; padding: 0px 0px 20px !important; margin: 0px auto !important; }[data-css=\"tve-u-1621e7c899a\"] { float: none; max-width: 100%; margin: 0px auto !important; }[data-css=\"tve-u-1621e7c7aa1\"] { margin-left: -60px; padding: 0px !important; }[data-css=\"tve-u-1621e7b695a\"] { padding: 0px !important; margin-bottom: 100px !important; }#tve_editor [data-css=\"tve-u-1621e7a7350\"] { color: rgb(15, 29, 123) !important; }[data-css=\"tve-u-1621b3cfc7b\"] { filter: blur(0px); opacity: 1; background-image: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(220, 224, 246) 38%) !important; background-color: rgb(212, 212, 212) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1621b3c8c52\"] { padding: 100px 40px !important; }[data-css=\"tve-u-1621b3c74d9\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-1621b300a64\"]::after { clear: both; }[data-css=\"tve-u-1621b24a89d\"] { padding: 0px !important; }[data-css=\"tve-u-1621b22a018\"] { background-image: none !important; padding: 0px !important; }[data-css=\"tve-u-1621b200375\"] { float: none; max-width: 100%; border-left: 1px solid rgba(15, 29, 123, 0.7); border-right: 1px solid rgba(15, 29, 123, 0.7); background-color: rgb(248, 249, 251) !important; margin: 0px auto !important; }[data-css=\"tve-u-1621b10fccf\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621b0e4fb7\"] { border-right: none; max-width: 100%; padding: 0px !important; margin-bottom: 40px !important; margin-right: 0px !important; }[data-css=\"tve-u-1621b072b4e\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-1621b064668\"] { max-width: 52%; }[data-css=\"tve-u-1621b064646\"] { max-width: 48%; }[data-css=\"tve-u-1621afda4fa\"] { max-width: none; padding: 0px !important; margin-bottom: 40px !important; }#tve_editor [data-css=\"tve-u-1621afd8c98\"] { color: rgb(255, 255, 255) !important; font-size: 20px !important; }[data-css=\"tve-u-1621afceb00\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 80%; padding: 0px !important; margin-bottom: 50px !important; }#tve_editor [data-css=\"tve-u-1621afcc0bf\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1621a8a804b\"] > .tcb-flex-col { padding-left: 60px; }[data-css=\"tve-u-1621ae6c8da\"] { clip-path: url(\"#clip-top-aa2c3e3c70555\"); -webkit-clip-path: url(\"#clip-top-aa2c3e3c70555\");  background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-Cta-2.jpg\") !important; background-size: cover !important; background-position: 0% 100% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1621ae4fd21\"] { max-width: 100%; top: -70px; z-index: 5; left: -60px; position: relative !important; padding: 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-1621ae4db6e\"] { min-height: 524px; }[data-css=\"tve-u-1621ada1e7f\"] .tve-page-section-in { display: flex; flex-direction: column; justify-content: center; }[data-css=\"tve-u-1621adea58b\"] > .tcb-flex-col > .tcb-col { min-height: 1px; justify-content: center; }[data-css=\"tve-u-1621ae0bec7\"] { height: calc(100% - -22px); background-image: linear-gradient(rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.14)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; margin-left: 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621adea58b\"] > .tcb-flex-col { padding-left: 50px; }[data-css=\"tve-u-1621adea58b\"] { margin-left: -50px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-1621ade6172\"] { max-width: 100%; float: none; width: 100%; margin: 0px auto !important; }[data-css=\"tve-u-1621adba9ef\"] { clip-path: url(\"#clip-top-52d5a36c151aa\"); -webkit-clip-path: url(\"#clip-top-52d5a36c151aa\");  background-image: linear-gradient(rgba(15, 29, 123, 0.65), rgba(15, 29, 123, 0.65)), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-cta-bg.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-1621ada1e7f\"] { padding: 0px 40px !important; }[data-css=\"tve-u-1621ad46076\"] { padding: 100px 40px !important; margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1621ad420c4\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-1621a9076ef\"] { padding-top: 2px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-1621acf64fb\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621acf47d2\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1621acf0289\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621a8e11f3\"] { padding-top: 2px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-1621a8e5625\"] { padding-top: 2px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-1621ace4de9\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1621ace1b08\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1621a9a2867\"] strong { font-weight: 700; }#tve_editor [data-css=\"tve-u-1621a9a2867\"] { font-weight: 300; color: rgb(15, 29, 123) !important; font-family: Poppins !important; }[data-css=\"tve-u-1621a9750ae\"] { font-size: 18.36px !important; line-height: 18.36px !important; }[data-css=\"tve-u-1621a9a2867\"] { font-size: 64.8px !important; line-height: 64.8px !important; }[data-css=\"tve-u-1621a9a2866\"] { margin-top: 54px !important; }[data-css=\"tve-u-1621a9a2862\"] { width: 216px !important; height: 216px !important; background-color: rgb(137, 141, 167) !important; }[data-css=\"tve-u-1621a98b602\"] { stroke-dasharray: 678.584, 678.584; }[data-css=\"tve-u-1621a983587\"] { float: none; border: 30px solid rgba(137, 141, 167, 0.24); z-index: 3; position: relative; margin: 30px auto 0px !important; padding: 0px !important; }[data-css=\"tve-u-1621a9750ae\"] strong { font-weight: 700; }#tve_editor [data-css=\"tve-u-1621a9750ae\"] { color: rgb(255, 255, 255) !important; font-family: Monda !important; }[data-css=\"tve-u-1621a96b190\"] { background-color: rgb(101, 114, 203); width: 194.4px !important; height: 194.4px !important; top: 10.8px !important; bottom: 10.8px !important; left: 10.8px !important; right: 10.8px !important; }[data-css=\"tve-u-1621a9685d4\"] { stroke: rgb(248, 251, 253) !important; stroke-width: 22.6px !important; }[data-css=\"tve-u-1621a8a804b\"] > .tcb-flex-col > .tcb-col { min-height: 445px; justify-content: center; }[data-css=\"tve-u-1621a90a46f\"] { background-image: radial-gradient(rgba(255, 255, 255, 0.51) 16%, rgb(255, 255, 255) 73%), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-100-clean.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }#tve_editor [data-css=\"tve-u-1621a9076ef\"] > :first-child { color: rgb(15, 29, 123); }#tve_editor [data-css=\"tve-u-1621a8e5625\"] > :first-child { color: rgb(15, 29, 123); }#tve_editor [data-css=\"tve-u-1621a8e11f3\"] > :first-child { color: rgb(15, 29, 123); }[data-css=\"tve-u-1621a8c4313\"] { padding: 0px !important; margin-bottom: 60px !important; }[data-css=\"tve-u-1621a8b2488\"] { float: none; max-width: 100%; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621a8a804b\"] { min-height: inherit; margin-left: -60px; padding: 0px !important; }[data-css=\"tve-u-1621a2e0d5b\"] { line-height: 1em !important; }[data-css=\"tve-u-1621a2247ba\"] { max-width: 100%; float: none; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; }#tve_editor [data-css=\"tve-u-1620af7eb3f\"] .tcb-button-link { font-size: 18px; color: rgb(15, 29, 123) !important; }#tve_editor [data-css=\"tve-u-1620af7eb3f\"]:hover strong { font-weight: 700 !important; }[data-css=\"tve-u-1620af7eb3f\"] { width: 268px; float: left; z-index: 3; position: relative; display: block; max-width: 268px; margin-bottom: 0px !important; margin-top: 0px !important; margin-left: 3px !important; }#tve_editor [data-css=\"tve-u-1620af7eb3f\"]:hover .tcb-button-link { color: rgb(255, 255, 255) !important; border-radius: 200px !important; overflow: hidden !important; font-family: Monda !important; font-weight: 400 !important; text-shadow: none !important; background-image: none !important; background-color: rgb(15, 29, 123) !important; }[data-css=\"tve-u-1620af7eb3f\"] .tcb-button-link { border-radius: 200px; min-height: 54.7619px; font-size: 1.33333em; padding-top: 0px; padding-bottom: 0px; background-image: none !important; background-color: rgb(255, 255, 255) !important; padding-right: 15px !important; }#tcb_landing_page a:not(.tcb-button-link).tve_state_hover { color: rgb(35, 55, 188); }#tcb_landing_page a:not(.tcb-button-link):hover { color: rgb(35, 55, 188); }#tcb_landing_page a:not(.tcb-button-link) { color: rgb(255, 255, 255); }#tcb_landing_page input strong { font-weight: 700; }#tcb_landing_page .tcb-button-link strong { font-weight: 700; }#tcb_landing_page p strong, #tcb_landing_page li strong { font-weight: 700; }#tcb_landing_page input { font-family: Merriweather; font-weight: 400; }#tcb_landing_page .tcb-button-link { font-family: Merriweather; font-weight: 400; }#tcb_landing_page p, #tcb_landing_page li { color: rgb(12, 12, 12); font-family: Merriweather; font-weight: 400; line-height: 1.5em; font-size: 16px; }#tcb_landing_page h6 { text-transform: uppercase; font-size: 14px; color: rgb(0, 0, 0); font-family: \"Special Elite\"; font-weight: 400; letter-spacing: 1px; line-height: 1.3em; }#tcb_landing_page h5 { font-size: 22px; color: rgb(12, 12, 12); font-family: \"Special Elite\"; font-weight: 400; line-height: 1.3em; }#tcb_landing_page h4 { font-size: 24px; color: rgb(12, 12, 12); font-family: \"Special Elite\"; font-weight: 400; line-height: 1.3em; }#tcb_landing_page h3 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(12, 12, 12); font-size: 26px; line-height: 1.3em; }#tcb_landing_page h2 { color: rgb(0, 0, 0); font-size: 30px; letter-spacing: 2px; text-transform: uppercase; line-height: 1.3em; font-family: \"Special Elite\"; font-weight: 400; }#tcb_landing_page h1 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(0, 0, 0); font-size: 42px; line-height: 1.3em; }[data-css=\"tve-u-15e09c94f7d\"] { background-color: rgb(255, 255, 255); }[data-css=\"tve-u-1621b01355a\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621b01355a\"] { max-width: 274px; position: relative; float: left; z-index: 3; width: 100%; padding: 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-1621b028939\"] .tcb-button-link { font-size: 18px; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1621b028939\"]:hover strong { font-weight: 700 !important; }[data-css=\"tve-u-1621b028939\"] { display: block; max-width: 268px; width: 268px; top: 0px; left: 0px; float: left; z-index: 3; position: relative; margin-bottom: 0px !important; margin-top: 0px !important; }#tve_editor [data-css=\"tve-u-1621b028939\"]:hover .tcb-button-link { background-color: rgb(255, 255, 255) !important; color: rgb(15, 29, 123) !important; overflow: hidden !important; font-family: Monda !important; background-image: none !important; text-align: center !important; }[data-css=\"tve-u-1621b028939\"] .tcb-button-link { min-height: 54.7619px; font-size: 1.33333em; padding-top: 0px; padding-bottom: 0px; border: 1px solid rgb(255, 255, 255); border-radius: 30px; overflow: hidden; background-color: rgba(26, 188, 156, 0.01) !important; padding-right: 15px !important; color: rgb(26, 188, 156) !important; }[data-css=\"tve-u-1621b08fdde\"] { border-radius: 200px; overflow: hidden; border: 1px solid rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1621b01355a\"]:hover [data-css=\"tve-u-1621b08fdde\"] { border: 1px solid rgba(255, 255, 255, 0.4) !important; }[data-css=\"tve-u-1621b30ca74\"]::after { clear: both; }#tve_editor [data-css=\"tve-u-1621e942b65\"] { font-weight: 400; letter-spacing: 0px; color: rgb(255, 255, 255) !important; font-family: Poppins !important; font-size: 30px !important; }[data-css=\"tve-u-1621e94cb4e\"] { float: none; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621eaaedd8\"] { clip-path: url(\"#clip-bottom-a2b9cf3198d6f\"); -webkit-clip-path: url(\"#clip-bottom-a2b9cf3198d6f\");  background-image: none !important; background-color: rgb(5, 10, 42) !important; }[data-css=\"tve-u-1621eab272c\"] { border-radius: 200px; overflow: hidden; background-image: none !important; border: 3px solid rgb(255, 255, 255) !important; background-color: rgb(5, 10, 42) !important; }[data-css=\"tve-u-1621eacf6af\"] { max-width: 230px; float: none; z-index: 3; position: relative; padding: 0px !important; margin: 0px auto !important; }[data-css=\"tve-u-1621eb3eb9f\"] { clip-path: url(\"#clip-bottom-ac98bb0e54b3b\"); -webkit-clip-path: url(\"#clip-bottom-ac98bb0e54b3b\");  background-image: none !important; background-color: rgb(45, 51, 89) !important; }[data-css=\"tve-u-1621eb43d8d\"] { border-radius: 200px; overflow: hidden; background-image: none !important; border: 3px solid rgb(255, 255, 255) !important; background-color: rgb(45, 51, 89) !important; }[data-css=\"tve-u-1621eb7ccb0\"] { min-height: 530px; }[data-css=\"tve-u-1621eb81205\"] { padding: 0px 0px 20px !important; margin-top: -25px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621ebbbb6d\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621ebbbb6d\"] { max-width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1621ebf340c\"] { max-width: 230px; float: none; z-index: 3; position: relative; width: 100%; padding: 0px !important; margin: 0px auto !important; }[data-css=\"tve-u-1621ebfa746\"] { padding: 0px !important; margin-top: 0px !important; margin-bottom: 30px !important; }#tve_editor [data-css=\"tve-u-1621ebfe4ce\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ebff867\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ec009a8\"] { font-size: 16px !important; }[data-css=\"tve-u-1621ec09a3c\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; margin: 0px !important; }#tve_editor [data-css=\"tve-u-1621ec09a3c\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ec0c5bd\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; margin: 0px !important; }#tve_editor [data-css=\"tve-u-1621ec0c5bd\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ec15f6e\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ec15f6e\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ec204df\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ec204df\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ec20f68\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ec20f68\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ec21a31\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ec21a31\"] > :first-child { color: rgb(137, 141, 167); }#tve_editor [data-css=\"tve-u-1621ec241aa\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ec2704c\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ec298ab\"] { font-size: 16px !important; }[data-css=\"tve-u-1621ec6c39b\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621ec6c39b\"] { float: none; max-width: 110px; z-index: 4; padding: 0px !important; margin: -60px auto 30px !important; }[data-css=\"tve-u-1621ec752da\"] { min-height: 110px; }[data-css=\"tve-u-1621ec78d2c\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621ec78d2c\"] { float: none; max-width: 110px; z-index: 4; padding: 0px !important; margin: -60px auto 30px !important; }[data-css=\"tve-u-1621ec79a7d\"] { min-height: 110px; }[data-css=\"tve-u-1621ec7f21a\"] { min-height: 160px; }[data-css=\"tve-u-1621f154231\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-1621f154231\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin: 0px 0px -1px !important; }[data-css=\"tve-u-1621f15b521\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-1621f15b521\"] { float: right; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin-top: -1px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621f4ceaf7\"] { color: rgb(15, 29, 123) !important; }[data-css=\"tve-u-1621fb65556\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-1621fb65556\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-1621fb65556\"] { min-height: inherit; margin-left: -20px; padding: 0px !important; }[data-css=\"tve-u-1621fb68b97\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-1621fb68b97\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-1621fb68b97\"] { min-height: inherit; margin-left: -30px; padding: 30px !important; }[data-css=\"tve-u-1621fbacc60\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621fbcad8c\"] { padding: 0px !important; }[data-css=\"tve-u-1621fc0ce17\"] { padding: 0px !important; margin-bottom: 15px !important; }[data-css=\"tve-u-1621fd84d7b\"] { min-height: 480px; }[data-css=\"tve-u-1621fd8766c\"] { min-height: 150px; }[data-css=\"tve-u-1621fd9c946\"] { padding: 0px 0px 20px !important; margin-top: 0px !important; margin-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-1621fe1587d\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1621fe1725e\"] strong { font-weight: 800; }#tve_editor [data-css=\"tve-u-1621fe1725e\"] { font-weight: 400; letter-spacing: 0px; color: rgb(255, 255, 255) !important; font-family: Poppins !important; font-size: 30px !important; }#tve_editor [data-css=\"tve-u-1621fe1a1af\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1621fe1bd18\"] strong { font-weight: 800; }#tve_editor [data-css=\"tve-u-1621fe1bd18\"] { font-weight: 400; letter-spacing: 0px; color: rgb(255, 255, 255) !important; font-family: Poppins !important; font-size: 30px !important; }[data-css=\"tve-u-16223b080b0\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-16223b080b0\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-16223f02c16\"] { min-height: 62px; }[data-css=\"tve-u-16223fe5f5b\"] { padding: 0px !important; }[data-css=\"tve-u-16224439be1\"] { padding: 0px !important; }#tve_editor [data-css=\"tve-u-1622444fb11\"] { letter-spacing: 1px; color: rgb(137, 141, 167) !important; font-size: 14px !important; }#tve_editor [data-css=\"tve-u-16228c764b2\"] { font-size: 18px !important; }[data-css=\"tve-u-16229f6175c\"] { border: none; margin: 80px 0px 0px !important; background-image: none !important; }[data-css=\"tve-u-16229fa6a26\"] { border: none; box-shadow: none; padding: 0px 30px 30px !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-16229fa8c68\"] { border: none; padding: 0px 30px 30px !important; background-image: none !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col > .tcb-col { min-height: 244px; }[data-css=\"tve-u-16229ffbb7b\"] { margin-left: -30px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16248fc42a1\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-16248fc42a1\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-16248fc71c8\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-16249355087\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-16249355087\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-16249358652\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-16249358652\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-1624935a201\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-1624935a201\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-16249367114\"] { border: none; margin: 30px 0px 0px !important; background-image: none !important; }[data-css=\"tve-u-16249373b25\"] { border: none; padding: 0px 30px 30px !important; background-image: linear-gradient(rgb(248, 249, 251), rgb(248, 249, 251)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1624939a960\"] { border: none; box-shadow: none; padding: 0px 30px 30px !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-162493a03b0\"] > .tcb-flex-col > .tcb-col { min-height: 244px; }[data-css=\"tve-u-162493a03b0\"] { margin-left: -30px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-162493a03b0\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-162493b6b63\"] { border: none; background-image: none !important; padding: 0px 30px 30px !important; background-color: rgb(248, 249, 251) !important; }#tve_editor [data-css=\"tve-u-162493d5f13\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-162493d5f13\"] { font-size: 30px; width: 30px; height: 30px; top: 0px; left: 0px; display: block; position: static; z-index: 8; border-bottom: 1px solid rgb(10, 93, 165); border-top: none; border-right: none; border-left: none; border-image: initial; margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-162494b490e\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-162494b7ad0\"] { padding: 0px !important; margin-top: 25px !important; margin-left: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-1625389a3d5\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-1625389a3d5\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-1625389b4ed\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-1625389b4ed\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-162539ac577\"] { max-width: 39%; }[data-css=\"tve-u-162539ac57d\"] { max-width: 61%; }#tve_editor [data-css=\"tve-u-162539c17ec\"] { font-size: 16px !important; color: rgba(12, 12, 12, 0.7) !important; }[data-css=\"tve-u-16260c39a7e\"] { float: none; max-width: 100%; border-left: 1px solid rgba(15, 29, 123, 0.7); border-right: 1px solid rgba(15, 29, 123, 0.7); margin: 0px auto !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-16260c433e9\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-Rosie.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16260c5ff07\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-16260c5ff07\"] { float: right; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin: -1px 0px 0px !important; }[data-css=\"tve-u-16260c5ff0c\"]::after { clear: both; }[data-css=\"tve-u-16260d01208\"] { max-width: 37%; }[data-css=\"tve-u-16260d0120e\"] { max-width: 63%; }[data-css=\"tve-u-16260d39b83\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-16260d39b83\"] { float: right; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin-top: -1px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-16260d3b97e\"]::after { clear: both; }[data-css=\"tve-u-16260d3f4aa\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16260d3f4aa\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-16260d3f4aa\"] { min-height: inherit; margin-left: -30px; padding: 30px !important; }[data-css=\"tve-u-16260d3f4af\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-16260d3f4af\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-16260d3f4af\"] { min-height: inherit; margin-left: -20px; padding: 0px !important; }[data-css=\"tve-u-16260d5e4b8\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-Shawn.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16260d73672\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-16260d73672\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin-top: 0px !important; margin-bottom: -1px !important; }[data-css=\"tve-u-16260d8392c\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16260d8392c\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-16260d8392c\"] { min-height: inherit; margin-left: -30px; padding: 30px !important; }[data-css=\"tve-u-16260d8396c\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-16260d8396c\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-16260d8396c\"] { min-height: inherit; margin-left: -20px; padding: 0px !important; }[data-css=\"tve-u-16260da3aa7\"] { float: none; max-width: 100%; border-left: 1px solid rgba(15, 29, 123, 0.7); border-right: 1px solid rgba(15, 29, 123, 0.7); margin: 0px auto !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-162717cb600\"] { max-width: 58.2%; }[data-css=\"tve-u-162717cb601\"] { max-width: 41.8%; }[data-css=\"tve-u-162717cb609\"]::after { clear: both; }[data-css=\"tve-u-162717cb60a\"] { padding-right: 50px !important; padding-bottom: 80px !important; padding-top: 20px !important; }[data-css=\"tve-u-162717cb60b\"]::after { clear: both; }[data-css=\"tve-u-162717cb60b\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-162717cb60f\"] { padding: 0px !important; margin-bottom: 25px !important; }[data-css=\"tve-u-162717cb610\"] { padding: 0px !important; margin-bottom: 35px !important; box-shadow: none !important; }#tve_editor [data-css=\"tve-u-162717cb616\"] { text-transform: none !important; color: rgb(255, 255, 255) !important; text-shadow: rgb(0, 0, 0) 2px 2px 2px; }[data-css=\"tve-u-162717cb617\"] { margin-left: 0px; padding: 0px !important; }[data-css=\"tve-u-162717cb618\"] { max-width: none; margin-top: 0px !important; }[data-css=\"tve-u-162717cb620\"] { clip-path: url(\"#clip-bottom-c883ac5175045\"); -webkit-clip-path: url(\"#clip-bottom-c883ac5175045\");  background-image: linear-gradient(rgba(0, 0, 0, 0.46), rgba(0, 0, 0, 0.46)), url(\"https://bestcerakoteflorida.com/wp-content/uploads/2018/05/FTYS6743.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, fixed !important; background-repeat: no-repeat, no-repeat !important; opacity: 1; filter: grayscale(0%) blur(0px); }[data-css=\"tve-u-162717cb609\"] { max-width: 1200px; min-height: 630px !important; }[data-css=\"tve-u-162717cb621\"] { z-index: 1; padding: 125px 40px 0px !important; margin-top: -130px !important; }[data-css=\"tve-u-162717d1bb6\"] { border-right: 1px solid rgba(255, 255, 255, 0.2); }[data-css=\"tve-u-162717d1bb7\"] { max-width: 23.7%; }[data-css=\"tve-u-162717d1bb9\"] { max-width: 42.9%; }[data-css=\"tve-u-162717d1bbc\"] { border-left: none; padding: 0px !important; }[data-css=\"tve-u-162717d1bbe\"] { border-bottom: 1px solid rgba(255, 255, 255, 0.2); float: none; width: 100%; position: relative; z-index: 10; max-width: 1600px; margin: 0px auto !important; }[data-css=\"tve-u-162717d1bbf\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-162717d1bbf\"] > .tcb-flex-col { padding-left: 17px; }[data-css=\"tve-u-162717d1bbf\"] { margin-left: -17px; min-height: inherit; padding: 5px 0px 0px 40px !important; }#tve_editor [data-css=\"tve-u-162717d1bbe\"] p, #tve_editor [data-css=\"tve-u-162717d1bbe\"] li, #tve_editor [data-css=\"tve-u-162717d1bbe\"] blockquote, #tve_editor [data-css=\"tve-u-162717d1bbe\"] address { font-size: 16px; }#tve_editor [data-css=\"tve-u-16271adf6cf\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-16271adf6cf\"] { font-size: 30px; width: 30px; height: 30px; top: 22px; left: 20px; border-bottom: 1px solid rgb(10, 93, 165); margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1641367e553\"] > :first-child { color: rgba(15, 29, 123, 0.12); }[data-css=\"tve-u-1641367e553\"] { font-size: 60px; float: none; box-shadow: none; width: 60px; height: 60px; margin: -55px auto 60px !important; padding-right: 17px !important; }[data-css=\"tve-u-16416e4fafd\"] { box-shadow: rgba(0, 0, 0, 0.02) 0px 2px 22px 0px; background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16416e603ab\"] { box-shadow: rgba(0, 0, 0, 0.12) 0px 3px 44px 0px; background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-164179a84b8\"] > .tve-cb { display: block; }[data-css=\"tve-u-164179a84b8\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-164179bced9\"] { border-right: none; padding: 3px 0px 0px !important; position: static !important; }[data-css=\"tve-u-16417b4cb9e\"] { padding: 0px 0px 50px !important; }[data-css=\"tve-u-16417b62c09\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-16417b662bf\"] { margin-top: 0px !important; margin-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-16417e5bd95\"] > :first-child { color: rgb(255, 255, 255); }[data-css=\"tve-u-16417e5bd95\"] { font-size: 25px !important; width: 25px !important; height: 25px !important; z-index: 4; position: relative; float: left; margin: 3px 15px 0px 0px !important; padding-left: 0px !important; }[data-css=\"tve-u-1641c1af44d\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1641c1b01a6\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1641c1b0a67\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1641c1b12d8\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }#tve_editor [data-css=\"tve-u-1641c1b33f9\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-1641c1b33f9\"] { font-size: 30px; width: 30px; height: 30px; top: 22px; left: 20px; border-bottom: 1px solid rgb(10, 93, 165); margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1641c1b456a\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-1641c1b456a\"] { font-size: 30px; width: 30px; height: 30px; top: 22px; left: 20px; border-bottom: 1px solid rgb(10, 93, 165); margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1641c1b52d3\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-1641c1b52d3\"] { font-size: 30px; width: 30px; height: 30px; top: 22px; left: 20px; border-bottom: 1px solid rgb(10, 93, 165); margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1641c1b60b4\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-1641c1b60b4\"] { font-size: 30px; width: 30px; height: 30px; top: 22px; left: 20px; border-bottom: 1px solid rgb(10, 93, 165); margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-16422a1ce91\"] { float: none; width: 100%; max-width: 227px; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; }#tve_editor [data-css=\"tve-u-16422a1ce92\"] { font-size: 16px !important; color: rgb(12, 12, 12) !important; }#tve_editor [data-css=\"tve-u-16422a1ce93\"] { font-size: 16px !important; color: rgb(18, 18, 18) !important; }[data-css=\"tve-u-16422a1ce92\"] { line-height: 1.7em !important; }[data-css=\"tve-u-16422a1ce93\"] { line-height: 1.7em !important; }#tve_editor [data-css=\"tve-u-16422a1ce94\"] { font-size: 16px !important; color: rgb(29, 26, 31) !important; }[data-css=\"tve-u-16422a1ce94\"] { line-height: 1.7em !important; }#tcb_landing_page .tcb-plain-text { color: rgb(0, 0, 0); font-family: Merriweather; font-weight: 400; }#tcb_landing_page .tcb-plain-text strong { font-weight: 700; }[data-css=\"tve-u-162717d1bbe\"] p { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-162717d1bbe\"] h3 { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-1695981e7bb\"] { max-width: 33.3545%; }[data-css=\"tve-u-16959822de2\"] { width: 291px; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-16959846d3d\"] { margin-top: 0px !important; }[data-css=\"tve-u-16959cd1e7a\"] { margin-top: 10px !important; }}@media (max-width: 1023px){[data-css=\"tve-u-1621ebfa746\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621eb037bb\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621ec78d2c\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621ec6c39b\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621b064668\"] { max-width: 49%; }[data-css=\"tve-u-1621b064646\"] { max-width: 51%; }[data-css=\"tve-u-1621b3c74d9\"] { max-width: 100%; }[data-css=\"tve-u-1621f0b0088\"] { min-height: 100px !important; }[data-css=\"tve-u-1621ee3afec\"] > .tve-cb { display: block; }[data-css=\"tve-u-1621e7ceab3\"] > .tve-cb { display: block; }[data-css=\"tve-u-1621ea50702\"] { float: none; width: 100%; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621ae4fd21\"] > .tve-cb { display: block; }[data-css=\"tve-u-162717cb60f\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-162717cb610\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-16223dad661\"] { padding-top: 20px !important; }[data-css=\"tve-u-1641367127b\"] { float: none; font-size: 50px; width: 50px; height: 50px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1641367e553\"] { float: none; font-size: 50px; width: 50px; height: 50px; margin: -44px auto 40px !important; padding-right: 12px !important; }[data-css=\"tve-u-1621e7b695a\"] { margin-bottom: 50px !important; }[data-css=\"tve-u-1621ee37f4a\"] { min-height: 262px; }[data-css=\"tve-u-1621ada1e7f\"] { padding: 50px 30px 50px 0px !important; }[data-css=\"tve-u-1621b072b4e\"] { max-width: 100%; }[data-css=\"tve-u-1621a2247ba\"] { margin-bottom: 60px !important; }[data-css=\"tve-u-16229f6175c\"] { margin-top: 0px !important; }[data-css=\"tve-u-162717cb60b\"] { height: calc(100% - -85px); margin-top: -85px !important; }[data-css=\"tve-u-162717cb617\"] .tcb-flex-col { flex-basis: 560px !important; }#tcb_landing_page h5 { line-height: 1.3em; }#tcb_landing_page h6 { line-height: 1.4em; }#tcb_landing_page p, #tcb_landing_page li { line-height: 1.5em; }[data-css=\"tve-u-1628a146aef\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1628a12f675\"] { margin-bottom: 40px !important; }[data-css=\"tve-u-1628a10d3b4\"] { margin-bottom: 40px !important; }[data-css=\"tve-u-162718bd0c0\"] { clip-path: url(\"#clip-tablet-top-a3b25e1c9221a\"); -webkit-clip-path: url(\"#clip-tablet-top-a3b25e1c9221a\");  background-color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-162717cb621\"] { z-index: 6; padding-top: 60px !important; margin-top: -90px !important; }[data-css=\"tve-u-162718a3b40\"] { max-width: 100%; min-height: 1px !important; }[data-css=\"tve-u-16271adf6cf\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-162493d5f13\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-162717fcf9d\"] { margin-top: -40px !important; padding-top: 90px !important; padding-left: 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-16260d3f4af\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16260d3f4aa\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1621fb65556\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1621fb68b97\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16260d8396c\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16260d8392c\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16260d39b83\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-16260c5ff07\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-16260ba2fa4\"] { padding: 50px 40px !important; }[data-css=\"tve-u-16260be7104\"] { max-width: 100%; }[data-css=\"tve-u-1621ebbbb6d\"] { margin-top: -1px !important; }[data-css=\"tve-u-1621eaaedd8\"] { clip-path: url(\"#clip-tablet-bottom-a2b9cf3198d6f\"); -webkit-clip-path: url(\"#clip-tablet-bottom-a2b9cf3198d6f\");  }[data-css=\"tve-u-1621e7e9950\"] { margin-top: -1px !important; }[data-css=\"tve-u-16229fa8c68\"] { padding: 0px 20px 20px !important; }[data-css=\"tve-u-1622f65ba70\"] { padding: 0px 20px 20px !important; }[data-css=\"tve-u-16249373b25\"] { padding-left: 20px !important; padding-right: 20px !important; padding-bottom: 20px !important; }[data-css=\"tve-u-162493b6b63\"] { padding-left: 20px !important; padding-bottom: 20px !important; padding-right: 20px !important; }[data-css=\"tve-u-16249367114\"] { margin-top: 20px !important; }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-1624935a201\"] { line-height: 1.3em !important; }[data-css=\"tve-u-16249358652\"] { line-height: 1.3em !important; }[data-css=\"tve-u-16249355087\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1625389b4ed\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1625389a3d5\"] { line-height: 1.3em !important; }[data-css=\"tve-u-16248fc42a1\"] { line-height: 1.3em !important; }[data-css=\"tve-u-162493a03b0\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-162493a03b0\"] .tcb-flex-col { flex-basis: 145px !important; }[data-css=\"tve-u-1622a159bcb\"] { float: none; max-width: 85%; margin: 0px auto !important; padding-top: 0px !important; }[data-css=\"tve-u-16229fa6a26\"] { margin-bottom: 20px !important; padding: 0px 20px 20px !important; }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16229ffbb7b\"] { min-height: inherit; margin-left: -20px; }[data-css=\"tve-u-1621ad46076\"] { margin-bottom: 0px !important; margin-top: 0px !important; padding: 50px 40px !important; }#tve_editor [data-css=\"tve-u-1621b028939\"] .tcb-button-link { font-size: 18px; }[data-css=\"tve-u-16223f02c16\"] { min-height: 54px; }[data-css=\"tve-u-1621b01355a\"] { max-width: 304px; padding: 2px !important; }[data-css=\"tve-u-1620af7eb3f\"] { float: none; z-index: 3; position: relative; display: block; max-width: 300px; width: 300px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621afda4fa\"] { max-width: 100%; margin-bottom: 30px !important; }[data-css=\"tve-u-16224716d62\"]::after { clear: both; }[data-css=\"tve-u-1621f0aa8f7\"] { margin-top: 0px !important; }[data-css=\"tve-u-1621e7e6c1d\"] { min-height: 150px; }[data-css=\"tve-u-1621e7edfd9\"] { clip-path: url(\"#clip-tablet-bottom-10ffac3b28f1d\"); -webkit-clip-path: url(\"#clip-tablet-bottom-10ffac3b28f1d\");  }[data-css=\"tve-u-1621ebf340c\"] { float: none; width: 100%; padding: 0px !important; margin-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621e7d5094\"] { min-height: 455px; }[data-css=\"tve-u-1621adea58b\"] > .tcb-flex-col > .tcb-col { justify-content: center; }[data-css=\"tve-u-16223dad661\"]::after { clear: both; }[data-css=\"tve-u-1621e8107f3\"] { float: none; margin-left: auto !important; margin-right: auto !important; margin-bottom: 20px !important; }[data-css=\"tve-u-16223b080b0\"] { float: none; margin-left: auto !important; margin-right: auto !important; margin-top: -1px !important; }[data-css=\"tve-u-1621eb3eb9f\"] { clip-path: url(\"#clip-tablet-bottom-ac98bb0e54b3b\"); -webkit-clip-path: url(\"#clip-tablet-bottom-ac98bb0e54b3b\");  }[data-css=\"tve-u-1621fe78878\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1621fe78878\"] { min-height: inherit; }#tve_editor [data-css=\"tve-u-1621e92e97f\"] { font-size: 22px !important; }#tve_editor [data-css=\"tve-u-1621e942b65\"] { letter-spacing: 0px; font-size: 1.5em !important; }#tve_editor [data-css=\"tve-u-1621fe1bd18\"] { letter-spacing: 0px; font-size: 1.5em !important; }#tve_editor [data-css=\"tve-u-1621fe1a1af\"] { font-size: 22px !important; }#tve_editor [data-css=\"tve-u-1621fe1725e\"] { letter-spacing: 0px; font-size: 1.5em !important; }#tve_editor [data-css=\"tve-u-1621fe1587d\"] { font-size: 22px !important; }[data-css=\"tve-u-1621ef118dc\"] { position: relative; top: -50px; left: 30px; width: 100%; }[data-css=\"tve-u-1621ee3afec\"] { padding: 40px 0px 0px !important; }[data-css=\"tve-u-1621ee63e1c\"] { max-width: none; margin-bottom: 30px !important; }[data-css=\"tve-u-1621ee74a24\"] { top: 0px; right: 0px; font-size: 45px; width: 45px; height: 45px; float: none; padding-left: 0px !important; margin: 0px auto !important; }[data-css=\"tve-u-1621ee18a1c\"] { margin-top: 40px !important; margin-left: 20px !important; margin-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-1621fdcb4ea\"] { letter-spacing: 1px; font-size: 1.5em !important; }[data-css=\"tve-u-1621ec7f21a\"] { min-height: 150px; }[data-css=\"tve-u-1621eacf6af\"] { float: none; max-width: 230px; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621fd9c946\"] { max-width: 380px; float: none; width: 100%; margin: 0px auto !important; padding-left: 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-1621eb81205\"] { margin-top: 0px !important; }[data-css=\"tve-u-1621eb7ccb0\"] { min-height: 455px; }[data-css=\"tve-u-1621fd8766c\"] { min-height: 150px; }[data-css=\"tve-u-1621fd84d7b\"] { min-height: 430px; }[data-css=\"tve-u-1621e7c7aa1\"] .tcb-flex-col { flex-basis: 300px !important; }#tve_editor [data-css=\"tve-u-1621e7a7350\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621e7c899a\"] { float: none; max-width: 100%; margin-left: auto !important; margin-right: auto !important; margin-top: 0px !important; }[data-css=\"tve-u-1621e7c7aa1\"] { margin-left: -20px; flex-direction: row; }[data-css=\"tve-u-1621e7c7aa1\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-1621b3c8c52\"] { padding: 50px 40px !important; }[data-css=\"tve-u-1621fc0ce17\"] { margin-top: 10px !important; margin-bottom: 7px !important; }[data-css=\"tve-u-1621fbcad8c\"] { padding-left: 0px !important; padding-right: 30px !important; }[data-css=\"tve-u-1621fbacc60\"] { max-width: 177px; }[data-css=\"tve-u-1621fb68b97\"] { margin-left: -15px; min-height: inherit; padding: 20px !important; }[data-css=\"tve-u-1621fb68b97\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-1621fb65556\"] { margin-left: -15px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-1621fb65556\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-1621b200375\"] { float: none; max-width: 100%; margin: 0px auto !important; }[data-css=\"tve-u-1621b0e4fb7\"] { max-width: 100%; float: none; z-index: 3; position: relative; margin-right: auto !important; margin-left: auto !important; margin-bottom: 20px !important; }#tve_editor [data-css=\"tve-u-1621b10fccf\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621ae0bec7\"] { background-image: none !important; margin-top: 0px !important; }[data-css=\"tve-u-1621ae6c8da\"] { clip-path: url(\"#clip-tablet-top-aa2c3e3c70555\"); -webkit-clip-path: url(\"#clip-tablet-top-aa2c3e3c70555\");  }[data-css=\"tve-u-1621adba9ef\"] { clip-path: url(\"#clip-tablet-top-52d5a36c151aa\"); -webkit-clip-path: url(\"#clip-tablet-top-52d5a36c151aa\");  }[data-css=\"tve-u-1621ad420c4\"] { max-width: 100%; min-height: 1px !important; }[data-css=\"tve-u-1621f45bed3\"] { padding: 0px !important; }[data-css=\"tve-u-1621ae4fd21\"] { max-width: 100%; left: 0px; top: 0px; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621ae4db6e\"] { min-height: 300px; }#tve_editor [data-css=\"tve-u-1621afd8c98\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621afcc0bf\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621afceb00\"] { max-width: 100%; margin-bottom: 30px !important; }[data-css=\"tve-u-1621a98b602\"] { stroke-dasharray: 534.071, 534.071; }[data-css=\"tve-u-1621a9750ae\"] { font-size: 14.45px !important; line-height: 14.45px !important; }[data-css=\"tve-u-1621a9a2867\"] { font-size: 51px !important; line-height: 51px !important; }[data-css=\"tve-u-1621a9a2866\"] { margin-top: 42.5px !important; }[data-css=\"tve-u-1621a96b190\"] { width: 153px !important; height: 153px !important; top: 8.5px !important; bottom: 8.5px !important; left: 8.5px !important; right: 8.5px !important; }[data-css=\"tve-u-1621a9685d4\"] { stroke-width: 18px !important; }[data-css=\"tve-u-1621a9a2862\"] { width: 170px !important; height: 170px !important; }[data-css=\"tve-u-1621a983587\"] { float: none; border: 20px solid rgba(137, 141, 167, 0.24); margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621a8b2488\"] { float: none; max-width: 100%; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621a8a804b\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1621a8a804b\"] { margin-left: -24px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-1621a8a804b\"] > .tcb-flex-col { padding-left: 24px; }#tve_editor [data-css=\"tve-u-1621a2e0d5b\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621b028939\"] { position: relative; float: left; z-index: 3; display: block; max-width: 300px; width: 300px; margin-top: 15px !important; }[data-css=\"tve-u-1621adea58b\"] { margin-left: -30px; }[data-css=\"tve-u-1621adea58b\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-1621ade6172\"] { max-width: 100%; position: static; }#tve_editor [data-css=\"tve-u-16248fc42a1\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-16249355087\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-16249358652\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-1624935a201\"] { font-size: 18px !important; }[data-css=\"tve-u-1624939a960\"] { margin-bottom: 0px !important; padding-bottom: 20px !important; padding-left: 20px !important; padding-right: 20px !important; }[data-css=\"tve-u-162493a03b0\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-162493a03b0\"] { min-height: inherit; margin-left: -20px; }#tve_editor [data-css=\"tve-u-1625389a3d5\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-1625389b4ed\"] { font-size: 18px !important; }[data-css=\"tve-u-16260c39a7e\"] { float: none; max-width: 100%; margin: 0px auto !important; }[data-css=\"tve-u-16260d3f4aa\"] { margin-left: -15px; min-height: inherit; padding: 20px !important; }[data-css=\"tve-u-16260d3f4aa\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-16260d3f4af\"] { margin-left: -15px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-16260d3f4af\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-16260d8392c\"] { margin-left: -15px; min-height: inherit; padding: 20px !important; }[data-css=\"tve-u-16260d8392c\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-16260d8396c\"] { margin-left: -15px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-16260d8396c\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-16260da3aa7\"] { float: none; max-width: 100%; margin: 0px !important; }[data-css=\"tve-u-162717cb609\"] { max-width: 100%; min-height: 1px !important; }[data-css=\"tve-u-162717cb60a\"] { padding: 0px !important; }[data-css=\"tve-u-162717cb618\"] { float: none; max-width: 100%; margin-top: 60px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-162717cb620\"] { clip-path: url(\"#clip-tablet-bottom-c883ac5175045\"); -webkit-clip-path: url(\"#clip-tablet-bottom-c883ac5175045\");  }[data-css=\"tve-u-162717d1bbf\"] { margin-left: 0px; padding: 25px 25px 0px !important; }[data-css=\"tve-u-162717d1bbf\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-162717d1bb7\"] { max-width: 51.3%; }[data-css=\"tve-u-162717d1bb9\"] { max-width: 15.3%; }[data-css=\"tve-u-162717d1bb6\"] { padding-left: 0px !important; }[data-css=\"tve-u-162717d1bbc\"] { border-left: none; border-right: none; padding-left: 30px !important; padding-bottom: 10px !important; }[data-css=\"tve-u-162717d1bbe\"] { max-width: 100%; margin-left: 0px !important; margin-right: 30px !important; }[data-css=\"tve-u-164179bced9\"] { border-right: none; padding-left: 30px !important; padding-right: 0px !important; }[data-css=\"tve-u-16417b62c09\"] { max-width: 177px; }[data-css=\"tve-u-16417b662bf\"] { max-width: 177px; }[data-css=\"tve-u-16417e5bd95\"] { font-size: 14px; width: 14px; height: 14px; margin-bottom: -14px !important; margin-left: 0px !important; }[data-css=\"tve-u-1641c1b33f9\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-1641c1b456a\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-1641c1b52d3\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-1641c1b60b4\"] { font-size: 25px; width: 25px; height: 25px; }#tve_editor [data-css=\"tve-u-16422a1ce94\"] { font-size: 16px !important; }[data-css=\"tve-u-16959822de2\"] { margin-right: 1px !important; padding-right: 10px !important; padding-top: 10px !important; }}@media (max-width: 767px){[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-16417e9d24e\"]::after { clear: both; }[data-css=\"tve-u-16417b70f47\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 0px !important; }[data-css=\"tve-u-1621e819c52\"] { min-height: 100px; }[data-css=\"tve-u-1621e8107f3\"] { max-width: 100px; }[data-css=\"tve-u-1621fd8766c\"] { min-height: 144px; }[data-css=\"tve-u-1621ec79a7d\"] { min-height: 100px; }[data-css=\"tve-u-1621ec78d2c\"] { max-width: 100px; }[data-css=\"tve-u-1621ec7f21a\"] { min-height: 144px; }[data-css=\"tve-u-1621e7e6c1d\"] { min-height: 144px; }[data-css=\"tve-u-16417b4cb9e\"] { padding-bottom: 30px !important; }[data-css=\"tve-u-1621ec752da\"] { min-height: 100px; }[data-css=\"tve-u-1621ec6c39b\"] { max-width: 100px; }[data-css=\"tve-u-1621fd84d7b\"] { min-height: 430px; }[data-css=\"tve-u-1621e7c7aa1\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16223dad661\"] { padding-top: 0px !important; }[data-css=\"tve-u-1621b3c74d9\"] { max-width: 100%; }[data-css=\"tve-u-1621eb81205\"] { max-width: 100%; margin-bottom: 20px !important; }[data-css=\"tve-u-1621e7ceab3\"] { max-width: 100%; margin-bottom: 20px !important; }[data-css=\"tve-u-1621f0b0088\"] { min-height: 120px !important; }[data-css=\"tve-u-1621f0da775\"] { float: none; width: 100%; max-width: 280px; margin: 0px auto 20px !important; }[data-css=\"tve-u-1621ee37f4a\"] { min-height: 260px; }[data-css=\"tve-u-1621ee3afec\"] > .tve-cb { display: flex; justify-content: center; flex-direction: column; }[data-css=\"tve-u-1621ee63e1c\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1641367127b\"] { font-size: 30px; width: 30px; height: 30px; }[data-css=\"tve-u-1641367e553\"] { float: none; font-size: 30px; width: 30px; height: 30px; margin: -30px auto 30px !important; padding-right: 10px !important; }[data-css=\"tve-u-1621ada1e7f\"] { padding: 0px !important; }[data-css=\"tve-u-162717cb617\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-162717cb617\"] { min-height: inherit; }[data-css=\"tve-u-16229fa6a26\"] { height: calc(100% - 21px); margin-bottom: 0px !important; margin-top: 21px !important; }[data-css=\"tve-u-1624939a960\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-162493a03b0\"] .tcb-flex-col { flex-basis: 400px !important; }[data-css=\"tve-u-1621a2247ba\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-162717cb60f\"] { margin-bottom: 25px !important; }[data-css=\"tve-u-162717d1bbf\"] .tcb-flex-col { flex-basis: 225px !important; }[data-css=\"tve-u-1621ee3afec\"] { max-width: 100%; padding: 0px !important; position: static !important; }#tve_editor [data-css=\"tve-u-1641333d7d1\"] { font-size: 14px !important; }[data-css=\"tve-u-162717cb60b\"] { margin-top: 0px !important; }[data-css=\"tve-u-162717cb621\"] { z-index: 2; padding-left: 20px !important; padding-right: 20px !important; margin-top: -160px !important; padding-top: 35px !important; }[data-css=\"tve-u-162717cb617\"] .tcb-flex-col { flex-basis: 435px !important; }[data-css=\"tve-u-16369305186\"] { float: none; width: 100%; max-width: 279px; z-index: 3; position: relative; margin: 0px auto !important; }#tcb_landing_page h6 { line-height: 1.4em; }#tcb_landing_page h5 { line-height: 1.3em; }#tcb_landing_page p, #tcb_landing_page li { font-size: 14px; }#tcb_landing_page h2 { font-size: 28px; }#tcb_landing_page h1 { font-size: 35px; }[data-css=\"tve-u-16260ba2fa4\"] { padding-bottom: 40px !important; padding-left: 20px !important; padding-right: 20px !important; }[data-css=\"tve-u-1628a10d3b4\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-1628a12f675\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-162717cb610\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-16271bfe70c\"] { padding: 0px !important; }[data-css=\"tve-u-162717fcf9d\"] { z-index: 1; margin-top: 0px !important; padding-top: 75px !important; padding-left: 20px !important; padding-right: 20px !important; }[data-css=\"tve-u-162718bd0c0\"] { clip-path: url(\"#clip-mobile-top-a3b25e1c9221a\"); -webkit-clip-path: url(\"#clip-mobile-top-a3b25e1c9221a\");  }[data-css=\"tve-u-1621eb3eb9f\"] { clip-path: url(\"#clip-mobile-bottom-ac98bb0e54b3b\"); -webkit-clip-path: url(\"#clip-mobile-bottom-ac98bb0e54b3b\");  }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col > .tcb-col { min-height: 155px; }[data-css=\"tve-u-16229ffbb7b\"] { min-height: inherit; margin-left: 0px; }[data-css=\"tve-u-16229fa8c68\"] { height: calc(100% - 28px); margin-bottom: 0px !important; margin-top: 20px !important; }[data-css=\"tve-u-1622f65ba70\"] { height: calc(100% - 20px); margin-bottom: 0px !important; margin-top: 20px !important; }[data-css=\"tve-u-16229f6175c\"] { margin-top: 0px !important; }[data-css=\"tve-u-1622a159bcb\"] { float: none; max-width: 100%; margin-left: auto !important; margin-right: auto !important; padding-top: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-16229ae62a7\"] { border-right: none; }#tve_editor [data-css=\"tve-u-16228c764b2\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-16228c75500\"] { font-size: 18px !important; }[data-css=\"tve-u-1621fb65556\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-1621a983587\"] { border: 20px solid rgba(137, 141, 167, 0.32); }[data-css=\"tve-u-1621ee74a24\"] { float: none; margin-left: auto !important; margin-right: auto !important; margin-bottom: 10px !important; }[data-css=\"tve-u-1621afda4fa\"] { max-width: 100%; margin-bottom: 20px !important; }[data-css=\"tve-u-16223f02c16\"] { min-height: 54px; }[data-css=\"tve-u-1621f0aa8f7\"] { margin-top: 0px !important; }#tve_editor [data-css=\"tve-u-1622444fb11\"] { letter-spacing: 0px; }[data-css=\"tve-u-16224439be1\"] { padding: 0px !important; }[data-css=\"tve-u-1621fb68b97\"] { padding: 0px !important; }[data-css=\"tve-u-1621afceb00\"] { max-width: 100%; margin-bottom: 30px !important; }[data-css=\"tve-u-1621b0e4fb7\"] { float: none; margin-right: auto !important; margin-bottom: 30px !important; padding-left: 0px !important; margin-left: auto !important; }[data-css=\"tve-u-1621ebf340c\"] { padding-bottom: 40px !important; }[data-css=\"tve-u-1621ea50702\"] { float: none; width: 100%; padding: 0px !important; margin-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621e7d5094\"] { min-height: 430px; }[data-css=\"tve-u-1621eb7ccb0\"] { min-height: 430px; }[data-css=\"tve-u-1621ee03000\"] { flex-direction: column; }[data-css=\"tve-u-16223fe5f5b\"] { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621f0d2c1a\"] { margin-left: 25px !important; margin-right: 25px !important; }[data-css=\"tve-u-1621ee18a1c\"] { margin: 0px 20px 20px 0px !important; }[data-css=\"tve-u-1621ef118dc\"] { top: 0px; width: 245px; position: relative; float: none; z-index: 5; left: 0px; margin: -22px auto 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-1621fd9c946\"] { max-width: 100%; margin-top: 0px !important; margin-left: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-16223fc9f23\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-1621e7c899a\"] { max-width: none; float: none; margin-top: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621b3c8c52\"] { padding: 40px 20px !important; }[data-css=\"tve-u-1621fbcad8c\"] { padding: 20px !important; }[data-css=\"tve-u-1621fb65556\"] { margin-left: 0px; padding: 0px !important; }[data-css=\"tve-u-1621fbacc60\"] { max-width: 126px; float: none; margin-left: auto !important; margin-right: auto !important; margin-top: 20px !important; }[data-css=\"tve-u-1621b200375\"] { float: none; margin-top: 0px !important; margin-left: auto !important; margin-right: auto !important; }#tve_editor [data-css=\"tve-u-1621b10fccf\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621b028939\"] { display: block; max-width: 100%; width: 100%; float: none; min-width: 100%; margin-left: auto !important; margin-right: auto !important; margin-top: 0px !important; }[data-css=\"tve-u-1621ae4db6e\"] { min-height: 270px; }[data-css=\"tve-u-1621ae6c8da\"] { clip-path: url(\"#clip-mobile-top-aa2c3e3c70555\"); -webkit-clip-path: url(\"#clip-mobile-top-aa2c3e3c70555\");  }[data-css=\"tve-u-1621adba9ef\"] { clip-path: url(\"#clip-mobile-top-52d5a36c151aa\"); -webkit-clip-path: url(\"#clip-mobile-top-52d5a36c151aa\");  }[data-css=\"tve-u-16223f02c16\"]::after { clear: both; }[data-css=\"tve-u-1621b01355a\"] { max-width: 100%; float: none; margin-left: auto !important; margin-right: auto !important; margin-bottom: 15px !important; }[data-css=\"tve-u-1620af7eb3f\"] { float: none; display: block; max-width: 100%; width: 100%; min-width: 100%; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621ae0bec7\"]::after { clear: both; }[data-css=\"tve-u-1621f45bed3\"] { padding: 40px 20px 0px !important; }[data-css=\"tve-u-1621ad46076\"] { margin: 0px !important; padding: 30px 20px !important; }[data-css=\"tve-u-1621adea58b\"] { flex-flow: row-reverse wrap-reverse !important; }[data-css=\"tve-u-1621ae4fd21\"] { margin-top: 0px !important; position: static !important; }[data-css=\"tve-u-1621a8b2488\"] { float: none; max-width: 100%; margin-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621a8a804b\"] { padding-left: 0px !important; padding-right: 0px !important; }#tve_editor [data-css=\"tve-u-1621a2e0d5b\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621e7c7aa1\"] { flex-direction: column; min-height: inherit; }[data-css=\"tve-u-16249367114\"] { margin-top: 0px !important; }[data-css=\"tve-u-16249373b25\"] { height: calc(100% - 20px); margin-bottom: 0px !important; background-image: linear-gradient(rgb(248, 249, 251), rgb(248, 249, 251)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; margin-top: 20px !important; }[data-css=\"tve-u-162493a03b0\"] > .tcb-flex-col > .tcb-col { min-height: 155px; }[data-css=\"tve-u-162493a03b0\"] { min-height: inherit; }[data-css=\"tve-u-162493b6b63\"] { height: calc(100% - 20px); margin-bottom: 0px !important; margin-top: 20px !important; }[data-css=\"tve-u-16260c39a7e\"] { float: none; margin-top: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-16260d3f4aa\"] { padding: 0px !important; }[data-css=\"tve-u-16260d3f4af\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-16260d3f4af\"] { margin-left: 0px; padding: 0px !important; }[data-css=\"tve-u-16260d8392c\"] { padding: 0px !important; }[data-css=\"tve-u-16260d8396c\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-16260d8396c\"] { margin-left: 0px; padding: 0px !important; }[data-css=\"tve-u-16260da3aa7\"] { float: none; margin-top: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-162717cb618\"] { margin: 140px 0px 0px !important; }[data-css=\"tve-u-162717cb620\"] { clip-path: url(\"#clip-mobile-bottom-c883ac5175045\"); -webkit-clip-path: url(\"#clip-mobile-bottom-c883ac5175045\");  background-image: url(\"https://bestcerakoteflorida.com/wp-content/uploads/2018/05/FTYS6743.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-162717cb60a\"] { padding: 0px !important; }#tve_editor [data-css=\"tve-u-162717cb616\"] { font-size: 27px !important; }[data-css=\"tve-u-162717d1bbf\"] > .tcb-flex-col { padding-left: 18px; }[data-css=\"tve-u-162717d1bbf\"] { margin-left: -18px; padding: 10px !important; flex-flow: row wrap !important; }[data-css=\"tve-u-162717d1bbe\"] { border-bottom: 1px solid rgba(255, 255, 255, 0.2); border-right: none; margin-left: auto !important; margin-right: auto !important; float: none; }[data-css=\"tve-u-162717d1bbc\"] { border: none; padding-left: 0px !important; padding-right: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-162717d1bb6\"] { border: none; padding-top: 0px !important; padding-left: 0px !important; margin-bottom: 1px !important; margin-top: -5px !important; padding-bottom: 10px !important; }[data-css=\"tve-u-164179a84b8\"] { float: none; width: 100%; max-width: 155px; z-index: 3; position: relative; margin-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-164179bced9\"] { border-right: none; position: relative; padding-left: 0px !important; padding-right: 0px !important; margin-top: 0px !important; max-width: 250px; margin-left: auto !important; margin-right: auto !important; float: none; }[data-css=\"tve-u-16417b62c09\"] { max-width: 126px; float: none; margin-left: auto !important; margin-right: auto !important; margin-top: 20px !important; }[data-css=\"tve-u-16417b662bf\"] { max-width: 126px; float: none; margin-left: auto !important; margin-right: auto !important; margin-top: 20px !important; }[data-css=\"tve-u-16417e5bd95\"] { margin: 3px 10px 0px 0px !important; }#tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] p, #tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] li, #tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] blockquote, #tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] address, #tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] .tcb-plain-text, #tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] label { font-size: 18px; }[data-css=\"tve-u-16959822de2\"] { padding-top: 10px !important; margin-left: auto !important; margin-right: auto !important; float: none; }}'),(6746,563,'tve_revision_tve_user_custom_css',''),(6747,563,'tve_revision_tve_page_events','a:0:{}'),(6748,563,'tve_revision_tve_globals','a:2:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";s:8:\"font_cls\";a:0:{}}'),(6749,563,'tve_revision_tve_global_scripts',''),(6750,563,'tve_revision_thrive_icon_pack','0'),(6751,563,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(6752,563,'tve_revision_tve_has_masonry','0'),(6753,563,'tve_revision_tve_has_typefocus','0'),(6754,563,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-162717d1bbe\" wfd-id=\"430\"><div class=\"tcb-flex-row tcb-medium-no-wrap v-2 tcb--cols--3 m-edit tcb-mobile-wrap tcb-resized\" data-css=\"tve-u-162717d1bbf\" wfd-id=\"431\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1695981e7bb\" wfd-id=\"452\"><div class=\"tcb-col\" data-css=\"tve-u-16959846d3d\" wfd-id=\"454\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16959822de2\" wfd-id=\"455\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"456\"><img class=\"tve_image wp-image-465\" alt=\"\" width=\"384\" height=\"62\" title=\"Blackhawk_custom_header\" data-id=\"465\" src=\"https://bestcerakoteflorida.com/wp-content/uploads/2019/01/Blackhawk_custom_header.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717d1bb9\" style=\"\" wfd-id=\"445\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717d1bb6\" wfd-id=\"447\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-164179a84b8\" wfd-id=\"448\">\n<div class=\"tve-content-box-background\" wfd-id=\"451\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"449\"><div class=\"tcb-clear\" wfd-id=\"450\"></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717d1bb7\" style=\"\" wfd-id=\"432\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717d1bbc\" wfd-id=\"434\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16369305186\" wfd-id=\"435\">\n<div class=\"tve-content-box-background\" wfd-id=\"444\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16417e9d24e\" wfd-id=\"436\"><div class=\"tcb-clear\" wfd-id=\"442\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-16417e5bd95\" data-float=\"1\" wfd-id=\"443\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-envelope-regular\" data-name=\"\">\n            <path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path>\n        </svg></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-164179bced9\" wfd-id=\"437\"><p data-css=\"tve-u-1641333d7d1\"><a href=\"mailto:info@bestcerkoteflorida.com\" target=\"_blank\">info@bestcerakoteflorida.com</a></p></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-162717cb621\" data-value-type=\"percent\" wfd-id=\"394\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-162717cb620\" data-clip-id=\"c883ac5175045\" wfd-id=\"429\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-c883ac5175045\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9125, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-c883ac5175045\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9476, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-c883ac5175045\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9651, 1 1, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-162717cb609\" wfd-id=\"395\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-162717cb618\" wfd-id=\"396\"><div class=\"tcb-flex-row tcb-medium-wrap tcb-resized v-2 tcb--cols--2\" data-css=\"tve-u-162717cb617\" wfd-id=\"397\"><div class=\"tcb-flex-col\" data-css=\"tve-u-162717cb601\" style=\"\" wfd-id=\"404\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717cb60a\" wfd-id=\"406\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h1\" data-css=\"tve-u-162717cb610\" wfd-id=\"419\"><h1 data-css=\"tve-u-162717cb616\" style=\"text-align: center;\">&nbsp;Protect What\'s Important To You With The Toughest Ceramic Finish In The World!<span data-css=\"tve-u-16271ca808e\" style=\"color: rgb(0, 229, 255);\" wfd-id=\"428\"></span></h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162717cb60f\" wfd-id=\"407\"><p data-css=\"tve-u-16413112747\">Heat, Water and Salt &nbsp;vehicle. You can choose a q<span data-css=\"tve-u-16413111ba3\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"418\">u</span>ick exterior wash or a detailed clean, we have it all.</p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717cb600\" style=\"\" wfd-id=\"398\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717cb60b\" wfd-id=\"400\"><div class=\"thrv_responsive_video thrv_wrapper rv_style_lifted_style2\" data-type=\"youtube\" data-rel=\"0\" data-url=\"https://www.youtube.com/watch?v=a1nyu9ZJiEk\" data-css=\"tve-u-16959cd1e7a\" data-modestbranding=\"1\" wfd-id=\"401\">\n	\n\n	<div class=\"tve_responsive_video_container\" wfd-id=\"402\">\n		<div class=\"video_overlay\" wfd-id=\"403\"></div>\n	<iframe data-code=\"TEOqV1Q16lU\" data-provider=\"youtube\" src=\"https://www.youtube.com/embed/TEOqV1Q16lU?rel=0&amp;modestbranding=1&amp;controls=1&amp;showinfo=1&amp;fs=1&amp;wmode=transparent\" data-src=\"https://www.youtube.com/embed/TEOqV1Q16lU?rel=0&amp;modestbranding=1&amp;controls=1&amp;showinfo=1&amp;fs=1&amp;wmode=transparent\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-162717fcf9d\" data-value-type=\"percent\" wfd-id=\"329\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-162718bd0c0\" data-clip-id=\"a3b25e1c9221a\" wfd-id=\"393\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0875\"></polygon></clipPath><clipPath id=\"clip-tablet-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"6\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.1051\"></polygon></clipPath><clipPath id=\"clip-mobile-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"1\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0175\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-162718a3b40\" wfd-id=\"330\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622a159bcb\" wfd-id=\"331\">\n<div class=\"tve-content-box-background\" wfd-id=\"392\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"332\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621a2247ba\" wfd-id=\"385\"><h2 data-css=\"tve-u-1621a2e0d5b\">our services</h2></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16229f6175c\" wfd-id=\"356\"><div class=\"tcb-flex-row tcb-medium-no-wrap tcb--cols--3 v-2\" data-css=\"tve-u-162493a03b0\" wfd-id=\"357\"><div class=\"tcb-flex-col\" wfd-id=\"374\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1624939a960\" data-tcb_hover_state_parent=\"\" wfd-id=\"376\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-162493d5f13\" data-float=\"1\" wfd-id=\"384\"><svg class=\"tcb-icon\" viewBox=\"0 0 14 28\" data-name=\"bolt\">\n<path d=\"M13.828 8.844c0.172 0.187 0.219 0.453 0.109 0.688l-8.437 18.078c-0.125 0.234-0.375 0.391-0.656 0.391-0.063 0-0.141-0.016-0.219-0.031-0.344-0.109-0.547-0.438-0.469-0.766l3.078-12.625-6.344 1.578c-0.063 0.016-0.125 0.016-0.187 0.016-0.172 0-0.359-0.063-0.484-0.172-0.187-0.156-0.25-0.391-0.203-0.609l3.141-12.891c0.078-0.297 0.359-0.5 0.688-0.5h5.125c0.391 0 0.703 0.297 0.703 0.656 0 0.094-0.031 0.187-0.078 0.281l-2.672 7.234 6.188-1.531c0.063-0.016 0.125-0.031 0.187-0.031 0.203 0 0.391 0.094 0.531 0.234z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"380\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-162494b490e\" wfd-id=\"381\"><h4 data-css=\"tve-u-16249355087\" style=\"text-align: left;\">Express exterior</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162494b7ad0\" wfd-id=\"377\"><p data-css=\"tve-u-162492e70ad\">Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"365\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162493b6b63\" data-tcb_hover_state_parent=\"\" wfd-id=\"367\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b456a\" wfd-id=\"373\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"adjust\">\n<path d=\"M12 22.5v-17c-4.688 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"371\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1af44d\" wfd-id=\"372\"><h4 data-css=\"tve-u-16249358652\" style=\"text-align: left;\">Interior clean</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"368\"><p data-css=\"tve-u-162492e70ad\">Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"358\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16249373b25\" wfd-id=\"360\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b52d3\" wfd-id=\"364\"><svg class=\"tcb-icon\" viewBox=\"0 0 26 28\" data-name=\"umbrella\">\n<path d=\"M14 12.938v9.063c0 2.172-1.828 4-4 4s-4-1.828-4-4c0-0.547 0.453-1 1-1s1 0.453 1 1c0 1.047 0.953 2 2 2s2-0.953 2-2v-9.063c0.328-0.109 0.656-0.172 1-0.172s0.672 0.063 1 0.172zM26 13.359c0 0.266-0.234 0.5-0.5 0.5-0.141 0-0.25-0.063-0.359-0.156-0.906-0.844-1.75-1.437-3.047-1.437-1.484 0-2.766 0.922-3.609 2.094-0.187 0.266-0.328 0.547-0.5 0.812-0.109 0.172-0.234 0.266-0.438 0.266-0.219 0-0.344-0.094-0.453-0.266-0.172-0.266-0.313-0.547-0.5-0.812-0.844-1.172-2.109-2.094-3.594-2.094s-2.75 0.922-3.594 2.094c-0.187 0.266-0.328 0.547-0.5 0.812-0.109 0.172-0.234 0.266-0.453 0.266-0.203 0-0.328-0.094-0.438-0.266-0.172-0.266-0.313-0.547-0.5-0.812-0.844-1.172-2.125-2.094-3.609-2.094-1.297 0-2.141 0.594-3.047 1.437-0.109 0.094-0.219 0.156-0.359 0.156-0.266 0-0.5-0.234-0.5-0.5 0-0.047 0-0.078 0.016-0.109 1.437-5.906 7.141-9.25 12.984-9.25 5.812 0 11.578 3.344 12.984 9.25 0.016 0.031 0.016 0.063 0.016 0.109zM14 2v1.531c-0.328-0.016-0.672-0.031-1-0.031s-0.672 0.016-1 0.031v-1.531c0-0.547 0.453-1 1-1s1 0.453 1 1z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"362\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b01a6\" wfd-id=\"363\"><h4 data-css=\"tve-u-1624935a201\" style=\"text-align: left;\">Wax protection</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"361\"><p data-css=\"tve-u-162492e70ad\">Etiam pharetra, erat sed fermentum feugiat, velit mauris</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16249367114\" wfd-id=\"333\"><div class=\"tcb-flex-row tcb-medium-no-wrap tcb--cols--3 v-2\" data-css=\"tve-u-16229ffbb7b\" wfd-id=\"334\"><div class=\"tcb-flex-col\" wfd-id=\"349\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229fa6a26\" wfd-id=\"351\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b33f9\" wfd-id=\"355\"><svg class=\"tcb-icon\" viewBox=\"0 0 26 28\" data-name=\"magic\">\n<path d=\"M18.594 9.078l4.578-4.578-1.672-1.672-4.578 4.578zM25.578 4.5c0 0.266-0.094 0.516-0.281 0.703l-20.094 20.094c-0.187 0.187-0.438 0.281-0.703 0.281s-0.516-0.094-0.703-0.281l-3.094-3.094c-0.187-0.187-0.281-0.438-0.281-0.703s0.094-0.516 0.281-0.703l20.094-20.094c0.187-0.187 0.438-0.281 0.703-0.281s0.516 0.094 0.703 0.281l3.094 3.094c0.187 0.187 0.281 0.438 0.281 0.703zM4.469 1.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531zM9.938 4.062l3.063 0.938-3.063 0.938-0.938 3.063-0.938-3.063-3.063-0.938 3.063-0.938 0.938-3.063zM24.469 11.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531zM14.469 1.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"353\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b0a67\" wfd-id=\"354\"><h4 data-css=\"tve-u-16248fc42a1\" style=\"text-align: left;\">Dust &amp; Dash Console</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"352\"><p data-css=\"tve-u-162492e70ad\">Duis sed odio sit amet nibh vulputate cursus a sit amet mauris.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"342\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1622f65ba70\" wfd-id=\"344\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b60b4\" wfd-id=\"348\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"certificate\">\n<path d=\"M21.5 14l2.156 2.109c0.297 0.281 0.406 0.703 0.313 1.094-0.109 0.391-0.422 0.703-0.812 0.797l-2.938 0.75 0.828 2.906c0.109 0.391 0 0.812-0.297 1.094-0.281 0.297-0.703 0.406-1.094 0.297l-2.906-0.828-0.75 2.938c-0.094 0.391-0.406 0.703-0.797 0.812-0.094 0.016-0.203 0.031-0.297 0.031-0.297 0-0.594-0.125-0.797-0.344l-2.109-2.156-2.109 2.156c-0.281 0.297-0.703 0.406-1.094 0.313-0.406-0.109-0.703-0.422-0.797-0.812l-0.75-2.938-2.906 0.828c-0.391 0.109-0.812 0-1.094-0.297-0.297-0.281-0.406-0.703-0.297-1.094l0.828-2.906-2.938-0.75c-0.391-0.094-0.703-0.406-0.812-0.797-0.094-0.391 0.016-0.812 0.313-1.094l2.156-2.109-2.156-2.109c-0.297-0.281-0.406-0.703-0.313-1.094 0.109-0.391 0.422-0.703 0.812-0.797l2.938-0.75-0.828-2.906c-0.109-0.391 0-0.812 0.297-1.094 0.281-0.297 0.703-0.406 1.094-0.297l2.906 0.828 0.75-2.938c0.094-0.391 0.406-0.703 0.797-0.797 0.391-0.109 0.812 0 1.094 0.297l2.109 2.172 2.109-2.172c0.281-0.297 0.688-0.406 1.094-0.297 0.391 0.094 0.703 0.406 0.797 0.797l0.75 2.938 2.906-0.828c0.391-0.109 0.812 0 1.094 0.297 0.297 0.281 0.406 0.703 0.297 1.094l-0.828 2.906 2.938 0.75c0.391 0.094 0.703 0.406 0.812 0.797 0.094 0.391-0.016 0.812-0.313 1.094z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"346\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b12d8\" wfd-id=\"347\"><h4 data-css=\"tve-u-1625389a3d5\" style=\"text-align: left;\">Triple Foam Polish</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"345\"><p data-css=\"tve-u-162492e70ad\">Class aptent taciti sociosqu ad litora torquent</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"335\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229fa8c68\" wfd-id=\"337\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-16271adf6cf\" wfd-id=\"341\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"bullseye\">\n<path d=\"M16 14c0 2.203-1.797 4-4 4s-4-1.797-4-4 1.797-4 4-4 4 1.797 4 4zM18 14c0-3.313-2.688-6-6-6s-6 2.688-6 6 2.688 6 6 6 6-2.688 6-6zM20 14c0 4.422-3.578 8-8 8s-8-3.578-8-8 3.578-8 8-8 8 3.578 8 8zM22 14c0-5.516-4.484-10-10-10s-10 4.484-10 10 4.484 10 10 10 10-4.484 10-10zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"339\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-16248fc71c8\" wfd-id=\"340\"><h4 data-css=\"tve-u-1625389b4ed\" style=\"text-align: left;\">Tire dressing</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"338\"><p data-css=\"tve-u-162492e70ad\">Etiam pharetra, erat sed fermentum feugiat, velit mauris</p></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621ad46076\" wfd-id=\"297\">\n<div class=\"tve-page-section-out\" wfd-id=\"328\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621b072b4e\" wfd-id=\"298\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621a8b2488\" wfd-id=\"299\"><div class=\"tcb-flex-row tcb--cols--2 v-2\" data-css=\"tve-u-1621a8a804b\" wfd-id=\"300\"><div class=\"tcb-flex-col\" wfd-id=\"310\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16271bfe70c\" wfd-id=\"312\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h3\" data-css=\"tve-u-1621a8c4313\" wfd-id=\"327\"><h3><strong>Complete cleaning services for yoâ€‹ur car</strong></h3></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-16417b70f47\" wfd-id=\"313\"><ul class=\"tcb-styled-list\" wfd-id=\"314\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621acf0289\" wfd-id=\"323\"><div class=\"tcb-styled-list-icon\" wfd-id=\"325\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a8e11f3\" wfd-id=\"326\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ace1b08\" wfd-id=\"324\">We are a small business delivering professional cleaning services for all vehicles</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621acf64fb\" wfd-id=\"319\"><div class=\"tcb-styled-list-icon\" wfd-id=\"321\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a8e5625\" wfd-id=\"322\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ace4de9\" wfd-id=\"320\">Our services are convenient for individuals and corporate fleets</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"315\"><div class=\"tcb-styled-list-icon\" wfd-id=\"317\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a9076ef\" wfd-id=\"318\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621acf47d2\" wfd-id=\"316\">We use eco-friendly products that actually clean, protect and maintain your car better than the traditional cleaning substances</span></li></ul></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"301\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621a90a46f\" wfd-id=\"303\"><div class=\"thrv_wrapper thrv-fill-counter tve_red tve_normalfc thrv_data_element\" data-css=\"tve-u-1621a983587\" wfd-id=\"304\">\n<div class=\"tve_fill_counter_n\" style=\"\" data-fill=\"100\" data-css=\"tve-u-1621a98b602\" wfd-id=\"305\">\n<svg viewBox=\"0 0 170 170\" class=\"tve_fill_counter_circle\" shape-rendering=\"optimizeSpeed\" data-css=\"tve-u-1621a9a2862\">\n<circle class=\"tve_fill_counter_circle_inner\" r=\"85\" cx=\"85\" cy=\"85\" data-css=\"tve-u-1621a9685d4\"></circle>\n</svg>\n<div class=\"tve_fill_text_in\" data-css=\"tve-u-1621a96b190\" wfd-id=\"306\">\n<div class=\"tve_fill_text_value\" data-css=\"tve-u-1621a9a2866\" wfd-id=\"308\">\n<div class=\"thrv-inline-text tve_fill_text tve_editable\" data-css=\"tve-u-1621a9a2867\" wfd-id=\"309\"><strong>100%â€‹</strong></div>\n</div>\n<div class=\"thrv-inline-text tve_editable tve_data_element_label\" data-css=\"tve-u-1621a9750ae\" wfd-id=\"307\">Clean car</div>\n</div>\n</div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621ada1e7f\" data-value-type=\"percent\" wfd-id=\"261\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621adba9ef\" data-clip-id=\"52d5a36c151aa\" wfd-id=\"296\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-52d5a36c151aa\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0875\"></polygon></clipPath><clipPath id=\"clip-tablet-top-52d5a36c151aa\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0524\"></polygon></clipPath><clipPath id=\"clip-mobile-top-52d5a36c151aa\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0349\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621ad420c4\" wfd-id=\"262\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621ade6172\" wfd-id=\"263\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2 tcb-row-reversed-mobile tcb-mobile-edit v-2\" data-css=\"tve-u-1621adea58b\" wfd-id=\"264\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621b064646\" style=\"\" wfd-id=\"290\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ae0bec7\" wfd-id=\"292\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ae4fd21\" data-value-type=\"percent\" data-float=\"1\" wfd-id=\"293\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621ae6c8da\" data-clip-id=\"aa2c3e3c70555\" wfd-id=\"295\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0349\"></polygon></clipPath><clipPath id=\"clip-tablet-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"4\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0699\"></polygon></clipPath><clipPath id=\"clip-mobile-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"4\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0699\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb\" data-css=\"tve-u-1621ae4db6e\" wfd-id=\"294\"></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621b064668\" style=\"\" wfd-id=\"265\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621f45bed3\" wfd-id=\"267\"><div class=\"tcb-clear\" data-css=\"tve-u-16224848ee5\" wfd-id=\"288\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621afceb00\" wfd-id=\"289\"><h2 data-css=\"tve-u-1621afcc0bf\">Check Out Our Special Offer!</h2></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621afda4fa\" wfd-id=\"287\"><p data-css=\"tve-u-1621afd8c98\">Donâ€™t miss the opportunity to get 50% discount on a complete cleaning just by recommending us to a friend. Bring someone you know with you and clean you car half price!</p></div><div class=\"tcb-clear\" data-css=\"tve-u-16224834cab\" wfd-id=\"268\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621fe85996\" wfd-id=\"269\"><div class=\"tcb-flex-row tcb--cols--2 tcb-resized tcb-medium-wrap tcb-desktop-wrap\" data-css=\"tve-u-1621fe78878\" wfd-id=\"270\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621fe94086\" style=\"\" wfd-id=\"278\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"280\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621b01355a\" wfd-id=\"281\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621b08fdde\" data-tcb_hover_state_parent=\"1\" wfd-id=\"286\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16223f02c16\" wfd-id=\"282\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-1620af7eb3f\" data-tcb_hover_state_parent=\"\" data-button-style=\"full_rounded\" wfd-id=\"283\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"284\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-16228c75500\" wfd-id=\"285\"><strong>Request an appointment</strong></span></span>\n</a>\n</div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621fe940b9\" style=\"\" wfd-id=\"271\"><div class=\"tcb-col\" wfd-id=\"273\"><div class=\"tcb-clear\" data-css=\"tve-u-16224716d62\" wfd-id=\"274\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-1621b028939\" data-tcb_hover_state_parent=\"\" data-button-style=\"ghost\" wfd-id=\"275\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"276\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-16228c764b2\" wfd-id=\"277\"><strong>Call Now: 0400-700-682</strong></span></span>\n</a>\n</div></div></div></div></div></div></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16260ba2fa4\" wfd-id=\"168\">\n<div class=\"tve-page-section-out\" wfd-id=\"260\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16260be7104\" wfd-id=\"169\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621b0e4fb7\" wfd-id=\"259\"><h2 data-css=\"tve-u-1621b10fccf\" style=\"text-align: center;\">our happy clients</h2></div><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641367127b\" data-float=\"1\" wfd-id=\"258\"><svg class=\"tcb-icon\" viewBox=\"0 0 30 32\" data-name=\"quote-left\">\n<path d=\"M13.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429zM29.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641367e553\" wfd-id=\"257\"><svg class=\"tcb-icon\" viewBox=\"0 0 30 32\" data-name=\"quote-left\">\n<path d=\"M13.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429zM29.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a10d3b4\" wfd-id=\"228\">\n<div class=\"tve-content-box-background\" wfd-id=\"256\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"229\"><div class=\"tcb-clear\" data-css=\"tve-u-1621b300a64\" wfd-id=\"254\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-1621f154231\" wfd-id=\"255\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621b200375\" wfd-id=\"232\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-16260d8392c\" wfd-id=\"233\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"238\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"240\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16417b62c09\" wfd-id=\"241\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-16260d8396c\" wfd-id=\"242\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16260d01208\" style=\"\" wfd-id=\"248\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"250\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"251\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16225617da3\" wfd-id=\"253\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"252\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16260d0120e\" style=\"\" wfd-id=\"243\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"245\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"247\"><h5>Brett Graham, 28</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"246\"><h6 class=\"\">Architect</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"234\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"236\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"237\"><p data-css=\"tve-u-162539c17ec\">Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit. Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit.&nbsp;</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-16260c5ff0c\" wfd-id=\"230\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260c5ff07\" wfd-id=\"231\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a12f675\" wfd-id=\"199\">\n<div class=\"tve-content-box-background\" wfd-id=\"227\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"200\"><div class=\"tcb-clear\" data-css=\"tve-u-16260cd7683\" wfd-id=\"225\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260d73672\" wfd-id=\"226\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16260da3aa7\" wfd-id=\"203\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-1621fb68b97\" wfd-id=\"204\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"209\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"211\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16417b662bf\" wfd-id=\"212\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-1621fb65556\" wfd-id=\"213\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16229915e1a\" style=\"\" wfd-id=\"219\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"221\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"222\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16260c433e9\" wfd-id=\"224\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"223\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16229915e4e\" style=\"\" wfd-id=\"214\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"216\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"218\"><h5>Rosie Hanson, 24</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"217\"><h6 class=\"\">Real estate Associate</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"205\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"207\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"208\"><p data-css=\"tve-u-162539c17ec\">Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo.</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-16260d3b97e\" wfd-id=\"201\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260d39b83\" wfd-id=\"202\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a146aef\" wfd-id=\"170\">\n<div class=\"tve-content-box-background\" wfd-id=\"198\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"171\"><div class=\"tcb-clear\" data-css=\"tve-u-16260cd7683\" wfd-id=\"196\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260cd622f\" wfd-id=\"197\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16260c39a7e\" wfd-id=\"174\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-16260d3f4aa\" wfd-id=\"175\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"180\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"182\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621fbacc60\" wfd-id=\"183\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-16260d3f4af\" wfd-id=\"184\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16229915e1a\" style=\"\" wfd-id=\"190\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"192\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"193\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16260d5e4b8\" wfd-id=\"195\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"194\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16229915e4e\" style=\"\" wfd-id=\"185\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"187\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"189\"><h5>Shawn Mattews, 35</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"188\"><h6 class=\"\">project manager</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"176\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"178\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"179\"><p data-css=\"tve-u-162539c17ec\">Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo. Nullam ac urna eu felis.Sed non neque elit. Sed ut imperdiet nisi. Proin condimentum</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1621b30ca74\" wfd-id=\"172\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-1621f15b521\" wfd-id=\"173\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621b3c8c52\" wfd-id=\"64\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621b3cfc7b\" wfd-id=\"167\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621b3c74d9\" wfd-id=\"65\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621e7b695a\" wfd-id=\"166\"><h2 data-css=\"tve-u-1621e7a7350\" style=\"text-align: center;\">our offers</h2></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621e7c899a\" wfd-id=\"66\"><div class=\"tcb-flex-row tcb--cols--3 tcb-medium-wrap v-2\" data-css=\"tve-u-1621e7c7aa1\" wfd-id=\"67\"><div class=\"tcb-flex-col\" wfd-id=\"130\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16223fc9f23\" wfd-id=\"132\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e7ceab3\" style=\"\" wfd-id=\"133\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16416e4fafd\" wfd-id=\"165\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e7d5094\" wfd-id=\"134\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e7e9950\" data-value-type=\"percent\" style=\"\" wfd-id=\"161\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e7edfd9\" data-clip-id=\"10ffac3b28f1d\" wfd-id=\"164\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-10ffac3b28f1d\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-10ffac3b28f1d\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e7e6c1d\" wfd-id=\"162\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-16417b4cb9e\" wfd-id=\"163\"><h4 data-css=\"tve-u-1621fe1a1af\" style=\"text-align: center;\"><strong>Basic Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ec6c39b\" data-float=\"1\" wfd-id=\"157\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e81f424\" wfd-id=\"160\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec752da\" wfd-id=\"158\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"159\"><h4 data-css=\"tve-u-1621fe1bd18\" style=\"text-align: center;\"><strong>15$</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621ea50702\" wfd-id=\"135\"><ul class=\"tcb-styled-list\" wfd-id=\"136\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec3a5c0\" wfd-id=\"153\"><div class=\"tcb-styled-list-icon\" wfd-id=\"155\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec204df\" wfd-id=\"156\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec241aa\" wfd-id=\"154\">Interior vacuum</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"149\"><div class=\"tcb-styled-list-icon\" wfd-id=\"151\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec20f68\" wfd-id=\"152\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec2704c\" wfd-id=\"150\">Dust &amp;dash console</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec42aa7\" wfd-id=\"145\"><div class=\"tcb-styled-list-icon\" wfd-id=\"147\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec21a31\" wfd-id=\"148\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec298ab\" wfd-id=\"146\">Hand towel dry</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec43fe2\" wfd-id=\"141\"><div class=\"tcb-styled-list-icon\" wfd-id=\"143\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ea1fba7\" wfd-id=\"144\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea23322\" wfd-id=\"142\">Clean windows</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec454d9\" wfd-id=\"137\"><div class=\"tcb-styled-list-icon\" wfd-id=\"139\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ea295c0\" wfd-id=\"140\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea2c69a\" wfd-id=\"138\">Soft cloth wash</span></li></ul></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"99\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"101\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621eb81205\" style=\"\" wfd-id=\"102\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16416e603ab\" wfd-id=\"129\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621eb7ccb0\" wfd-id=\"103\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ebbbb6d\" data-value-type=\"percent\" wfd-id=\"125\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eaaedd8\" data-clip-id=\"a2b9cf3198d6f\" wfd-id=\"128\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-a2b9cf3198d6f\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-a2b9cf3198d6f\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec7f21a\" wfd-id=\"126\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e930bd7\" wfd-id=\"127\"><h4 data-css=\"tve-u-1621e92e97f\" style=\"text-align: center;\"><strong>Ultimate Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ec78d2c\" data-float=\"1\" wfd-id=\"121\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eab272c\" wfd-id=\"124\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec79a7d\" wfd-id=\"122\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"123\"><h4 data-css=\"tve-u-1621e942b65\" style=\"text-align: center;\"><strong>22 $</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621ebfa746\" wfd-id=\"118\"><p data-css=\"tve-u-1621f4ceaf6\" style=\"text-align: center;\">Includes basic service <span data-css=\"tve-u-1621f4ceaf7\" style=\"color: rgb(15, 29, 123);\" wfd-id=\"119\"><strong class=\"\"><span data-css=\"tve-u-1621f4ceafb\" wfd-id=\"120\">+</span></strong></span></p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621ebf340c\" wfd-id=\"104\"><ul class=\"tcb-styled-list\" wfd-id=\"105\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-164137a0b1f\" wfd-id=\"114\"><div class=\"tcb-styled-list-icon\" wfd-id=\"116\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec0c5bd\" wfd-id=\"117\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ebfe4ce\" wfd-id=\"115\">Triple foam conditiner</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec04541\" wfd-id=\"110\"><div class=\"tcb-styled-list-icon\" wfd-id=\"112\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec09a3c\" wfd-id=\"113\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ebff867\" wfd-id=\"111\">Tire dressing</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec05cc3\" wfd-id=\"106\"><div class=\"tcb-styled-list-icon\" wfd-id=\"108\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec15f6e\" wfd-id=\"109\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec009a8\" wfd-id=\"107\">Air freshner</span></li></ul></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"68\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16223dad661\" wfd-id=\"70\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621fd9c946\" style=\"\" wfd-id=\"71\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e7d234c\" wfd-id=\"98\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621fd84d7b\" wfd-id=\"72\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16223b080b0\" data-value-type=\"percent\" wfd-id=\"94\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eb3eb9f\" data-clip-id=\"ac98bb0e54b3b\" wfd-id=\"97\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621fd8766c\" wfd-id=\"95\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e930bd7\" wfd-id=\"96\"><h4 data-css=\"tve-u-1621fe1587d\" style=\"text-align: center;\"><strong>Supreme Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e8107f3\" wfd-id=\"90\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eb43d8d\" wfd-id=\"93\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e819c52\" wfd-id=\"91\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"92\"><h4 data-css=\"tve-u-1621fe1725e\" style=\"text-align: center;\"><strong>30 $</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621eb037bb\" wfd-id=\"87\"><p data-css=\"tve-u-1621f4d0451\" style=\"text-align: center;\">Includes ultimate service <span data-css=\"tve-u-1621eaff572\" style=\"color: rgb(15, 29, 123);\" wfd-id=\"88\"><strong class=\"\"><span data-css=\"tve-u-1621eb01b60\" wfd-id=\"89\">+</span></strong></span></p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621eacf6af\" wfd-id=\"73\"><ul class=\"tcb-styled-list\" wfd-id=\"74\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec36a4d\" wfd-id=\"83\"><div class=\"tcb-styled-list-icon\" wfd-id=\"85\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e9993aa\" wfd-id=\"86\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea1a5d7\" wfd-id=\"84\">Exterior trim dressing</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"79\"><div class=\"tcb-styled-list-icon\" wfd-id=\"81\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e99b1db\" wfd-id=\"82\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea19a06\" wfd-id=\"80\">Hand applied spray wax</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec37ea5\" wfd-id=\"75\"><div class=\"tcb-styled-list-icon\" wfd-id=\"77\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e99c314\" wfd-id=\"78\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea18c5d\" wfd-id=\"76\">Interior conditioner</span></li></ul></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621efddaaf\" wfd-id=\"43\">\n<div class=\"tve-page-section-out\" wfd-id=\"63\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621edf8048\" wfd-id=\"44\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621f114214\" wfd-id=\"45\"><div class=\"tcb-flex-row tcb-resized tcb-mobile-edit tcb--cols--2\" data-css=\"tve-u-1621ee03000\" wfd-id=\"46\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621ee4be21\" style=\"\" wfd-id=\"51\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ee093d4\" wfd-id=\"53\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ee3afec\" wfd-id=\"57\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621ee58e74\" wfd-id=\"62\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ee37f4a\" wfd-id=\"58\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1621ee74a24\" wfd-id=\"61\"><svg class=\"tcb-icon\" viewBox=\"0 0 16 28\" data-name=\"map-marker\">\n<path d=\"M12 10c0-2.203-1.797-4-4-4s-4 1.797-4 4 1.797 4 4 4 4-1.797 4-4zM16 10c0 0.953-0.109 1.937-0.516 2.797l-5.688 12.094c-0.328 0.688-1.047 1.109-1.797 1.109s-1.469-0.422-1.781-1.109l-5.703-12.094c-0.406-0.859-0.516-1.844-0.516-2.797 0-4.422 3.578-8 8-8s8 3.578 8 8z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621ee63e1c\" wfd-id=\"60\"><h2 data-css=\"tve-u-1621fdcb4ea\" style=\"text-align: center;\">contact us</h2></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16422a1ce91\" wfd-id=\"59\"><p data-css=\"tve-u-16422a1ce94\" style=\"text-align: left;\">Your adress goes here</p><p data-css=\"tve-u-16422a1ce93\" style=\"text-align: left;\">Phone: 0400 - 700 - 682</p><p data-css=\"tve-u-16422a1ce92\" style=\"text-align: left;\">Email: our_office@gmail.com</p></div></div>\n</div><div class=\"tcb-clear\" data-css=\"tve-u-16417c828be\" wfd-id=\"54\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_slide_left\" data-css=\"tve-u-1621ef118dc\" style=\"\" wfd-id=\"55\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"56\"><img class=\"tve_image tve_evt_manager_listen tve_et_tve-viewport wp-image-21388\" alt=\"\" width=\"567\" height=\"384\" title=\"Car wash img footer\" data-id=\"21388\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-img-footer.png\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_left&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" style=\"width: 100%;\"></span></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621ee4be73\" style=\"\" wfd-id=\"47\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ee22c43\" wfd-id=\"49\"><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-1621ee18a1c\" wfd-id=\"50\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=New York&amp;t=m&amp;z=5&amp;output=embed&amp;iwloc=near\"></iframe>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621f0aa8f7\" wfd-id=\"30\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621f0ada0e\" wfd-id=\"42\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621f0b0088\" wfd-id=\"31\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621f0d2c1a\" wfd-id=\"32\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-1621f0cbe40\" wfd-id=\"33\"><div class=\"tcb-flex-col\" wfd-id=\"38\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"40\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621f0da775\" wfd-id=\"41\"><p data-css=\"tve-u-1622444fb11\">Â© 2018, Your company name . All rights reserved.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"34\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"36\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16223fe5f5b\" wfd-id=\"37\"><p data-css=\"tve-u-1621f0d874c\" style=\"text-align: right;\">Made with <a href=\"https://thrivethemes.com/\" target=\"_blank\">Thrive Architect</a></p></div></div></div></div></div></div>\n</div>\n\n'),(6755,563,'tve_revision_tve_has_wistia_popover','0'),(6760,564,'tve_revision_tve_content_more_found',''),(6761,564,'tve_revision_tve_save_post',''),(6762,564,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Merriweather:400,700&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Special+Elite:400&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Poppins:400,800,900,300,700,&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Monda:400,700,&subset=latin\");@media (min-width: 300px){.tcb-plain-text { font-family: Monda; font-weight: 400; font-size: 14px; }#tve_editor [data-css=\"tve-u-1621b072b4e\"] p, #tve_editor [data-css=\"tve-u-1621b072b4e\"] li, #tve_editor [data-css=\"tve-u-1621b072b4e\"] blockquote, #tve_editor [data-css=\"tve-u-1621b072b4e\"] address, #tve_editor [data-css=\"tve-u-1621b072b4e\"] .tcb-plain-text, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h1, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h2, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h3, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h4, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h5, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h6 { color: rgb(18, 18, 18); }[data-css=\"tve-u-16417c828be\"]::after { clear: both; }[data-css=\"tve-u-1621fe78878\"] .tcb-flex-col { flex-basis: 160px !important; }[data-css=\"tve-u-16417b70f47\"] { padding: 0px !important; margin: 0px !important; }#tve_editor [data-css=\"tve-u-1621fdcb4ea\"] { color: rgb(15, 29, 123) !important; }#tve_editor [data-css=\"tve-u-1641367127b\"] > :first-child { color: rgb(15, 29, 123); }[data-css=\"tve-u-1641367127b\"] { font-size: 60px; float: none; box-shadow: none; position: relative; z-index: 5; margin: 0px auto !important; }#tve_editor [data-css=\"tve-u-1641333d7d1\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-162717cb617\"] > .tcb-flex-col { padding-left: 0px; }#tve_editor [data-css=\"tve-u-16413112747\"] { color: rgba(255, 255, 255, 0.85) !important; }[data-css=\"tve-u-16369305186\"] > .tve-cb { display: block; }#tve_editor [data-css=\"tve-u-162717cb609\"] p, #tve_editor [data-css=\"tve-u-162717cb609\"] li, #tve_editor [data-css=\"tve-u-162717cb609\"] blockquote, #tve_editor [data-css=\"tve-u-162717cb609\"] address, #tve_editor [data-css=\"tve-u-162717cb609\"] h1, #tve_editor [data-css=\"tve-u-162717cb609\"] h2, #tve_editor [data-css=\"tve-u-162717cb609\"] h3, #tve_editor [data-css=\"tve-u-162717cb609\"] h4, #tve_editor [data-css=\"tve-u-162717cb609\"] h5, #tve_editor [data-css=\"tve-u-162717cb609\"] h6 { color: rgb(255, 255, 255); }[data-css=\"tve-u-16369305186\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-162717cb621\"] .tve-page-section-in { display: flex; justify-content: center; flex-direction: column; }[data-css=\"tve-u-162717fcf9d\"] .tve-page-section-in { display: block; }[data-css=\"tve-u-1628a146aef\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1628a12f675\"] { padding: 0px !important; margin: 0px 0px 60px !important; }[data-css=\"tve-u-1628a10d3b4\"] { max-width: 100%; padding: 0px !important; margin: 0px 0px 60px !important; }[data-css=\"tve-u-16271ca808e\"] { color: rgb(0, 229, 255) !important; }#tve_editor [data-css=\"tve-u-162717cb618\"] p, #tve_editor [data-css=\"tve-u-162717cb618\"] li, #tve_editor [data-css=\"tve-u-162717cb618\"] blockquote, #tve_editor [data-css=\"tve-u-162717cb618\"] address, #tve_editor [data-css=\"tve-u-162717cb618\"] h1, #tve_editor [data-css=\"tve-u-162717cb618\"] h2, #tve_editor [data-css=\"tve-u-162717cb618\"] h3, #tve_editor [data-css=\"tve-u-162717cb618\"] h4, #tve_editor [data-css=\"tve-u-162717cb618\"] h5, #tve_editor [data-css=\"tve-u-162717cb618\"] h6 { color: rgb(0, 229, 255); }[data-css=\"tve-u-162718bd0c0\"] { clip-path: url(\"#clip-top-a3b25e1c9221a\"); -webkit-clip-path: url(\"#clip-top-a3b25e1c9221a\");  }[data-css=\"tve-u-162718a3b40\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-162717fcf9d\"] { z-index: 5; padding: 170px 40px 0px !important; margin-top: -80px !important; }[data-css=\"tve-u-16260cd622f\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-16260cd7683\"]::after { clear: both; }[data-css=\"tve-u-16260cd622f\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin-top: 0px !important; margin-bottom: -1px !important; }[data-css=\"tve-u-16260be7104\"] { max-width: 1200px; }[data-css=\"tve-u-16260ba2fa4\"] { padding: 100px 40px !important; }[data-css=\"tve-u-162539c17ec\"] { line-height: 1.6em !important; }#tve_editor [data-css=\"tve-u-162493b6b63\"]:hover { background-color: rgb(248, 249, 251) !important; }#tve_editor [data-css=\"tve-u-1624939a960\"]:hover { background-color: rgb(248, 249, 251) !important; background-image: none !important; }#tve_editor [data-css=\"tve-u-162492e70ad\"] { color: rgb(137, 141, 167) !important; }[data-css=\"tve-u-162492815ba\"] { padding: 0px !important; margin-top: 25px !important; }[data-css=\"tve-u-162491e8e1f\"]::after { clear: both; }[data-css=\"tve-u-1622f65ba70\"] { border: none; background-image: none !important; padding: 0px 30px 30px !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-1622a159bcb\"] { max-width: 100%; float: none; z-index: 6; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; margin-top: 0px !important; }[data-css=\"tve-u-16229915e4e\"] { max-width: 62.8%; }[data-css=\"tve-u-16229915e1a\"] { max-width: 37.2%; }[data-css=\"tve-u-16225617da3\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-Brett.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16225611edb\"] { min-height: 127px; }[data-css=\"tve-u-1622561121b\"] { max-width: 127px; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-16224848ee5\"]::after { clear: both; }[data-css=\"tve-u-16224834cab\"]::after { clear: both; }[data-css=\"tve-u-1621ee3afec\"] > .tve-cb { display: block; }[data-css=\"tve-u-1621fe78878\"] > .tcb-flex-col { padding-left: 5px; }[data-css=\"tve-u-1621fe940b9\"] { max-width: 50%; }[data-css=\"tve-u-1621fe94086\"] { max-width: 50%; }[data-css=\"tve-u-1621fe85996\"] { max-width: 585px; float: left; z-index: 3; position: relative; width: 100%; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621fe78878\"] > .tcb-flex-col > .tcb-col { min-height: 65px; justify-content: center; }[data-css=\"tve-u-1621fe78878\"] { min-height: inherit; margin-left: -5px; padding: 0px !important; flex-wrap: wrap !important; }#tve_editor [data-css=\"tve-u-1621f4d0451\"] { font-size: 20px !important; }#tve_editor [data-css=\"tve-u-1621f4ceaf6\"] { font-size: 20px !important; color: rgb(12, 12, 12) !important; }[data-css=\"tve-u-1621f45bed3\"] { padding: 0px !important; }[data-css=\"tve-u-1621f114214\"] { float: none; max-width: 100%; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621f0da775\"] { padding: 0px !important; }#tve_editor [data-css=\"tve-u-1621f0d874c\"] { letter-spacing: 1px; color: rgb(137, 141, 167) !important; font-size: 14px !important; }[data-css=\"tve-u-1621f0d2c1a\"] { max-width: 100%; margin-left: 60px !important; margin-right: 60px !important; }[data-css=\"tve-u-1621f0aa8f7\"] .tve-page-section-in { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621f0cbe40\"] { margin-left: 0px; padding: 0px !important; }[data-css=\"tve-u-1621f0cbe40\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-1621f0b0088\"] { max-width: 100%; min-height: 140px !important; }[data-css=\"tve-u-1621f0ada0e\"] { background-image: linear-gradient(rgb(22, 22, 24), rgb(22, 22, 24)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1621f0aa8f7\"] { padding: 0px !important; }[data-css=\"tve-u-1621efddaaf\"] { padding: 0px !important; }[data-css=\"tve-u-1621ef118dc\"] { width: 567px; position: relative; right: -50px; top: -104px; float: right; z-index: 3; margin-top: 0px !important; margin-bottom: 0px !important; padding-left: 0px !important; }#tve_editor [data-css=\"tve-u-1621ee74a24\"] > :first-child { color: rgb(15, 29, 123); }[data-css=\"tve-u-1621ee74a24\"] { font-size: 60px; float: none; z-index: 3; position: relative; margin: 0px auto 10px !important; padding-top: 0px !important; }[data-css=\"tve-u-1621ee63e1c\"] { float: none; z-index: 3; position: relative; max-width: none; width: 100%; padding: 0px !important; margin: 0px auto 30px !important; }[data-css=\"tve-u-1621ee58e74\"] { background-color: rgb(224, 226, 236) !important; }[data-css=\"tve-u-1621ee4be73\"] { max-width: 61%; }[data-css=\"tve-u-1621ee4be21\"] { max-width: 39%; }[data-css=\"tve-u-1621ee3afec\"] { padding: 60px 0px 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621ee37f4a\"] { min-height: 380px; }[data-css=\"tve-u-1621ee22c43\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding-top: 0px !important; padding-left: 0px !important; }[data-css=\"tve-u-1621ee18a1c\"] { margin: 80px 0px 0px 122px !important; }[data-css=\"tve-u-1621ee093d4\"] { margin-top: 0px !important; }[data-css=\"tve-u-1621ee03000\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1621ee03000\"] { margin-left: 0px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-1621ee03000\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-1621edf8048\"] { max-width: 100%; min-height: 1px !important; }[data-css=\"tve-u-1621ec454d9\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec43fe2\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec42aa7\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec3a5c0\"] { margin-top: 0px !important; margin-bottom: 10px !important; }[data-css=\"tve-u-1621ec37ea5\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec36a4d\"] { margin-bottom: 10px !important; }[data-css=\"tve-u-1621ea18c5d\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ea19a06\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ea1a5d7\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ea2c69a\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ea23322\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ec298ab\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ec2704c\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ec241aa\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ec05cc3\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec04541\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec009a8\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ebff867\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ebfe4ce\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621eb037bb\"] { padding: 0px !important; margin-top: 0px !important; margin-bottom: 30px !important; }[data-css=\"tve-u-1621eaff572\"] { color: rgb(15, 29, 123) !important; }[data-css=\"tve-u-1621ea50702\"] { max-width: 230px; float: none; z-index: 3; position: relative; width: 100%; padding: 0px !important; margin: 0px auto !important; }#tve_editor [data-css=\"tve-u-1621ea2c69a\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ea295c0\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ea295c0\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ea1fba7\"] > :first-child { color: rgb(137, 141, 167); }#tve_editor [data-css=\"tve-u-1621ea23322\"] { font-size: 16px !important; }[data-css=\"tve-u-1621ea1fba7\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }[data-css=\"tve-u-1621e99c314\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }[data-css=\"tve-u-1621e99b1db\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }[data-css=\"tve-u-1621e9993aa\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ea1a5d7\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ea19a06\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ea18c5d\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621e99c314\"] > :first-child { color: rgb(137, 141, 167); }#tve_editor [data-css=\"tve-u-1621e99b1db\"] > :first-child { color: rgb(137, 141, 167); }#tve_editor [data-css=\"tve-u-1621e9993aa\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621e8107f3\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621e942b65\"] strong { font-weight: 800; }[data-css=\"tve-u-1621e7e9950\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621e930bd7\"] { padding: 0px 0px 50px !important; }#tve_editor [data-css=\"tve-u-1621e92e97f\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1621e81f424\"] { border-radius: 200px; overflow: hidden; background-image: none !important; border: 3px solid rgb(255, 255, 255) !important; background-color: rgb(144, 147, 168) !important; }[data-css=\"tve-u-1621e819c52\"] { min-height: 110px; }[data-css=\"tve-u-1621e8107f3\"] { float: none; max-width: 110px; z-index: 4; padding: 0px !important; margin: -60px auto 30px !important; }[data-css=\"tve-u-1621e7edfd9\"] { clip-path: url(\"#clip-bottom-10ffac3b28f1d\"); -webkit-clip-path: url(\"#clip-bottom-10ffac3b28f1d\");  background-image: none !important; background-color: rgb(144, 147, 168) !important; }[data-css=\"tve-u-1621e7e9950\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1621e7e6c1d\"] { min-height: 150px; }[data-css=\"tve-u-1621e7c7aa1\"] > .tcb-flex-col { padding-left: 60px; }[data-css=\"tve-u-1621e7d5094\"] { min-height: 480px; }[data-css=\"tve-u-1621e7d234c\"] { box-shadow: rgba(0, 0, 0, 0.02) 0px 2px 22px 0px; background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1621e7ceab3\"] { float: none; width: 100%; padding: 0px 0px 20px !important; margin: 0px auto !important; }[data-css=\"tve-u-1621e7c899a\"] { float: none; max-width: 100%; margin: 0px auto !important; }[data-css=\"tve-u-1621e7c7aa1\"] { margin-left: -60px; padding: 0px !important; }[data-css=\"tve-u-1621e7b695a\"] { padding: 0px !important; margin-bottom: 100px !important; }#tve_editor [data-css=\"tve-u-1621e7a7350\"] { color: rgb(15, 29, 123) !important; }[data-css=\"tve-u-1621b3cfc7b\"] { filter: blur(0px); opacity: 1; background-image: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(220, 224, 246) 38%) !important; background-color: rgb(212, 212, 212) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1621b3c8c52\"] { padding: 100px 40px !important; }[data-css=\"tve-u-1621b3c74d9\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-1621b300a64\"]::after { clear: both; }[data-css=\"tve-u-1621b24a89d\"] { padding: 0px !important; }[data-css=\"tve-u-1621b22a018\"] { background-image: none !important; padding: 0px !important; }[data-css=\"tve-u-1621b200375\"] { float: none; max-width: 100%; border-left: 1px solid rgba(15, 29, 123, 0.7); border-right: 1px solid rgba(15, 29, 123, 0.7); background-color: rgb(248, 249, 251) !important; margin: 0px auto !important; }[data-css=\"tve-u-1621b10fccf\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621b0e4fb7\"] { border-right: none; max-width: 100%; padding: 0px !important; margin-bottom: 40px !important; margin-right: 0px !important; }[data-css=\"tve-u-1621b072b4e\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-1621b064668\"] { max-width: 52%; }[data-css=\"tve-u-1621b064646\"] { max-width: 48%; }[data-css=\"tve-u-1621afda4fa\"] { max-width: none; padding: 0px !important; margin-bottom: 40px !important; }#tve_editor [data-css=\"tve-u-1621afd8c98\"] { color: rgb(255, 255, 255) !important; font-size: 20px !important; }[data-css=\"tve-u-1621afceb00\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 80%; padding: 0px !important; margin-bottom: 50px !important; }#tve_editor [data-css=\"tve-u-1621afcc0bf\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1621a8a804b\"] > .tcb-flex-col { padding-left: 60px; }[data-css=\"tve-u-1621ae6c8da\"] { clip-path: url(\"#clip-top-aa2c3e3c70555\"); -webkit-clip-path: url(\"#clip-top-aa2c3e3c70555\");  background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-Cta-2.jpg\") !important; background-size: cover !important; background-position: 0% 100% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1621ae4fd21\"] { max-width: 100%; top: -70px; z-index: 5; left: -60px; position: relative !important; padding: 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-1621ae4db6e\"] { min-height: 524px; }[data-css=\"tve-u-1621ada1e7f\"] .tve-page-section-in { display: flex; flex-direction: column; justify-content: center; }[data-css=\"tve-u-1621adea58b\"] > .tcb-flex-col > .tcb-col { min-height: 1px; justify-content: center; }[data-css=\"tve-u-1621ae0bec7\"] { height: calc(100% - -22px); background-image: linear-gradient(rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.14)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; margin-left: 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621adea58b\"] > .tcb-flex-col { padding-left: 50px; }[data-css=\"tve-u-1621adea58b\"] { margin-left: -50px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-1621ade6172\"] { max-width: 100%; float: none; width: 100%; margin: 0px auto !important; }[data-css=\"tve-u-1621adba9ef\"] { clip-path: url(\"#clip-top-52d5a36c151aa\"); -webkit-clip-path: url(\"#clip-top-52d5a36c151aa\");  background-image: linear-gradient(rgba(15, 29, 123, 0.65), rgba(15, 29, 123, 0.65)), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-cta-bg.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-1621ada1e7f\"] { padding: 0px 40px !important; }[data-css=\"tve-u-1621ad46076\"] { padding: 100px 40px !important; margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1621ad420c4\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-1621a9076ef\"] { padding-top: 2px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-1621acf64fb\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621acf47d2\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1621acf0289\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621a8e11f3\"] { padding-top: 2px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-1621a8e5625\"] { padding-top: 2px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-1621ace4de9\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1621ace1b08\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1621a9a2867\"] strong { font-weight: 700; }#tve_editor [data-css=\"tve-u-1621a9a2867\"] { font-weight: 300; color: rgb(15, 29, 123) !important; font-family: Poppins !important; }[data-css=\"tve-u-1621a9750ae\"] { font-size: 18.36px !important; line-height: 18.36px !important; }[data-css=\"tve-u-1621a9a2867\"] { font-size: 64.8px !important; line-height: 64.8px !important; }[data-css=\"tve-u-1621a9a2866\"] { margin-top: 54px !important; }[data-css=\"tve-u-1621a9a2862\"] { width: 216px !important; height: 216px !important; background-color: rgb(137, 141, 167) !important; }[data-css=\"tve-u-1621a98b602\"] { stroke-dasharray: 678.584, 678.584; }[data-css=\"tve-u-1621a983587\"] { float: none; border: 30px solid rgba(137, 141, 167, 0.24); z-index: 3; position: relative; margin: 30px auto 0px !important; padding: 0px !important; }[data-css=\"tve-u-1621a9750ae\"] strong { font-weight: 700; }#tve_editor [data-css=\"tve-u-1621a9750ae\"] { color: rgb(255, 255, 255) !important; font-family: Monda !important; }[data-css=\"tve-u-1621a96b190\"] { background-color: rgb(101, 114, 203); width: 194.4px !important; height: 194.4px !important; top: 10.8px !important; bottom: 10.8px !important; left: 10.8px !important; right: 10.8px !important; }[data-css=\"tve-u-1621a9685d4\"] { stroke: rgb(248, 251, 253) !important; stroke-width: 22.6px !important; }[data-css=\"tve-u-1621a8a804b\"] > .tcb-flex-col > .tcb-col { min-height: 445px; justify-content: center; }[data-css=\"tve-u-1621a90a46f\"] { background-image: radial-gradient(rgba(255, 255, 255, 0.51) 16%, rgb(255, 255, 255) 73%), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-100-clean.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }#tve_editor [data-css=\"tve-u-1621a9076ef\"] > :first-child { color: rgb(15, 29, 123); }#tve_editor [data-css=\"tve-u-1621a8e5625\"] > :first-child { color: rgb(15, 29, 123); }#tve_editor [data-css=\"tve-u-1621a8e11f3\"] > :first-child { color: rgb(15, 29, 123); }[data-css=\"tve-u-1621a8c4313\"] { padding: 0px !important; margin-bottom: 60px !important; }[data-css=\"tve-u-1621a8b2488\"] { float: none; max-width: 100%; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621a8a804b\"] { min-height: inherit; margin-left: -60px; padding: 0px !important; }[data-css=\"tve-u-1621a2e0d5b\"] { line-height: 1em !important; }[data-css=\"tve-u-1621a2247ba\"] { max-width: 100%; float: none; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; }#tve_editor [data-css=\"tve-u-1620af7eb3f\"] .tcb-button-link { font-size: 18px; color: rgb(15, 29, 123) !important; }#tve_editor [data-css=\"tve-u-1620af7eb3f\"]:hover strong { font-weight: 700 !important; }[data-css=\"tve-u-1620af7eb3f\"] { width: 268px; float: left; z-index: 3; position: relative; display: block; max-width: 268px; margin-bottom: 0px !important; margin-top: 0px !important; margin-left: 3px !important; }#tve_editor [data-css=\"tve-u-1620af7eb3f\"]:hover .tcb-button-link { color: rgb(255, 255, 255) !important; border-radius: 200px !important; overflow: hidden !important; font-family: Monda !important; font-weight: 400 !important; text-shadow: none !important; background-image: none !important; background-color: rgb(15, 29, 123) !important; }[data-css=\"tve-u-1620af7eb3f\"] .tcb-button-link { border-radius: 200px; min-height: 54.7619px; font-size: 1.33333em; padding-top: 0px; padding-bottom: 0px; background-image: none !important; background-color: rgb(255, 255, 255) !important; padding-right: 15px !important; }#tcb_landing_page a:not(.tcb-button-link).tve_state_hover { color: rgb(35, 55, 188); }#tcb_landing_page a:not(.tcb-button-link):hover { color: rgb(35, 55, 188); }#tcb_landing_page a:not(.tcb-button-link) { color: rgb(255, 255, 255); }#tcb_landing_page input strong { font-weight: 700; }#tcb_landing_page .tcb-button-link strong { font-weight: 700; }#tcb_landing_page p strong, #tcb_landing_page li strong { font-weight: 700; }#tcb_landing_page input { font-family: Merriweather; font-weight: 400; }#tcb_landing_page .tcb-button-link { font-family: Merriweather; font-weight: 400; }#tcb_landing_page p, #tcb_landing_page li { color: rgb(12, 12, 12); font-family: Merriweather; font-weight: 400; line-height: 1.5em; font-size: 16px; }#tcb_landing_page h6 { text-transform: uppercase; font-size: 14px; color: rgb(0, 0, 0); font-family: \"Special Elite\"; font-weight: 400; letter-spacing: 1px; line-height: 1.3em; }#tcb_landing_page h5 { font-size: 22px; color: rgb(12, 12, 12); font-family: \"Special Elite\"; font-weight: 400; line-height: 1.3em; }#tcb_landing_page h4 { font-size: 24px; color: rgb(12, 12, 12); font-family: \"Special Elite\"; font-weight: 400; line-height: 1.3em; }#tcb_landing_page h3 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(12, 12, 12); font-size: 26px; line-height: 1.3em; }#tcb_landing_page h2 { color: rgb(0, 0, 0); font-size: 30px; letter-spacing: 2px; text-transform: uppercase; line-height: 1.3em; font-family: \"Special Elite\"; font-weight: 400; }#tcb_landing_page h1 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(0, 0, 0); font-size: 42px; line-height: 1.3em; }[data-css=\"tve-u-15e09c94f7d\"] { background-color: rgb(255, 255, 255); }[data-css=\"tve-u-1621b01355a\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621b01355a\"] { max-width: 274px; position: relative; float: left; z-index: 3; width: 100%; padding: 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-1621b028939\"] .tcb-button-link { font-size: 18px; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1621b028939\"]:hover strong { font-weight: 700 !important; }[data-css=\"tve-u-1621b028939\"] { display: block; max-width: 268px; width: 268px; top: 0px; left: 0px; float: left; z-index: 3; position: relative; margin-bottom: 0px !important; margin-top: 0px !important; }#tve_editor [data-css=\"tve-u-1621b028939\"]:hover .tcb-button-link { background-color: rgb(255, 255, 255) !important; color: rgb(15, 29, 123) !important; overflow: hidden !important; font-family: Monda !important; background-image: none !important; text-align: center !important; }[data-css=\"tve-u-1621b028939\"] .tcb-button-link { min-height: 54.7619px; font-size: 1.33333em; padding-top: 0px; padding-bottom: 0px; border: 1px solid rgb(255, 255, 255); border-radius: 30px; overflow: hidden; background-color: rgba(26, 188, 156, 0.01) !important; padding-right: 15px !important; color: rgb(26, 188, 156) !important; }[data-css=\"tve-u-1621b08fdde\"] { border-radius: 200px; overflow: hidden; border: 1px solid rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1621b01355a\"]:hover [data-css=\"tve-u-1621b08fdde\"] { border: 1px solid rgba(255, 255, 255, 0.4) !important; }[data-css=\"tve-u-1621b30ca74\"]::after { clear: both; }#tve_editor [data-css=\"tve-u-1621e942b65\"] { font-weight: 400; letter-spacing: 0px; color: rgb(255, 255, 255) !important; font-family: Poppins !important; font-size: 30px !important; }[data-css=\"tve-u-1621e94cb4e\"] { float: none; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621eaaedd8\"] { clip-path: url(\"#clip-bottom-a2b9cf3198d6f\"); -webkit-clip-path: url(\"#clip-bottom-a2b9cf3198d6f\");  background-image: none !important; background-color: rgb(5, 10, 42) !important; }[data-css=\"tve-u-1621eab272c\"] { border-radius: 200px; overflow: hidden; background-image: none !important; border: 3px solid rgb(255, 255, 255) !important; background-color: rgb(5, 10, 42) !important; }[data-css=\"tve-u-1621eacf6af\"] { max-width: 230px; float: none; z-index: 3; position: relative; padding: 0px !important; margin: 0px auto !important; }[data-css=\"tve-u-1621eb3eb9f\"] { clip-path: url(\"#clip-bottom-ac98bb0e54b3b\"); -webkit-clip-path: url(\"#clip-bottom-ac98bb0e54b3b\");  background-image: none !important; background-color: rgb(45, 51, 89) !important; }[data-css=\"tve-u-1621eb43d8d\"] { border-radius: 200px; overflow: hidden; background-image: none !important; border: 3px solid rgb(255, 255, 255) !important; background-color: rgb(45, 51, 89) !important; }[data-css=\"tve-u-1621eb7ccb0\"] { min-height: 530px; }[data-css=\"tve-u-1621eb81205\"] { padding: 0px 0px 20px !important; margin-top: -25px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621ebbbb6d\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621ebbbb6d\"] { max-width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1621ebf340c\"] { max-width: 230px; float: none; z-index: 3; position: relative; width: 100%; padding: 0px !important; margin: 0px auto !important; }[data-css=\"tve-u-1621ebfa746\"] { padding: 0px !important; margin-top: 0px !important; margin-bottom: 30px !important; }#tve_editor [data-css=\"tve-u-1621ebfe4ce\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ebff867\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ec009a8\"] { font-size: 16px !important; }[data-css=\"tve-u-1621ec09a3c\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; margin: 0px !important; }#tve_editor [data-css=\"tve-u-1621ec09a3c\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ec0c5bd\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; margin: 0px !important; }#tve_editor [data-css=\"tve-u-1621ec0c5bd\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ec15f6e\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ec15f6e\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ec204df\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ec204df\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ec20f68\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ec20f68\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ec21a31\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ec21a31\"] > :first-child { color: rgb(137, 141, 167); }#tve_editor [data-css=\"tve-u-1621ec241aa\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ec2704c\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ec298ab\"] { font-size: 16px !important; }[data-css=\"tve-u-1621ec6c39b\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621ec6c39b\"] { float: none; max-width: 110px; z-index: 4; padding: 0px !important; margin: -60px auto 30px !important; }[data-css=\"tve-u-1621ec752da\"] { min-height: 110px; }[data-css=\"tve-u-1621ec78d2c\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621ec78d2c\"] { float: none; max-width: 110px; z-index: 4; padding: 0px !important; margin: -60px auto 30px !important; }[data-css=\"tve-u-1621ec79a7d\"] { min-height: 110px; }[data-css=\"tve-u-1621ec7f21a\"] { min-height: 160px; }[data-css=\"tve-u-1621f154231\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-1621f154231\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin: 0px 0px -1px !important; }[data-css=\"tve-u-1621f15b521\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-1621f15b521\"] { float: right; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin-top: -1px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621f4ceaf7\"] { color: rgb(15, 29, 123) !important; }[data-css=\"tve-u-1621fb65556\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-1621fb65556\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-1621fb65556\"] { min-height: inherit; margin-left: -20px; padding: 0px !important; }[data-css=\"tve-u-1621fb68b97\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-1621fb68b97\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-1621fb68b97\"] { min-height: inherit; margin-left: -30px; padding: 30px !important; }[data-css=\"tve-u-1621fbacc60\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621fbcad8c\"] { padding: 0px !important; }[data-css=\"tve-u-1621fc0ce17\"] { padding: 0px !important; margin-bottom: 15px !important; }[data-css=\"tve-u-1621fd84d7b\"] { min-height: 480px; }[data-css=\"tve-u-1621fd8766c\"] { min-height: 150px; }[data-css=\"tve-u-1621fd9c946\"] { padding: 0px 0px 20px !important; margin-top: 0px !important; margin-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-1621fe1587d\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1621fe1725e\"] strong { font-weight: 800; }#tve_editor [data-css=\"tve-u-1621fe1725e\"] { font-weight: 400; letter-spacing: 0px; color: rgb(255, 255, 255) !important; font-family: Poppins !important; font-size: 30px !important; }#tve_editor [data-css=\"tve-u-1621fe1a1af\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1621fe1bd18\"] strong { font-weight: 800; }#tve_editor [data-css=\"tve-u-1621fe1bd18\"] { font-weight: 400; letter-spacing: 0px; color: rgb(255, 255, 255) !important; font-family: Poppins !important; font-size: 30px !important; }[data-css=\"tve-u-16223b080b0\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-16223b080b0\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-16223f02c16\"] { min-height: 62px; }[data-css=\"tve-u-16223fe5f5b\"] { padding: 0px !important; }[data-css=\"tve-u-16224439be1\"] { padding: 0px !important; }#tve_editor [data-css=\"tve-u-1622444fb11\"] { letter-spacing: 1px; color: rgb(137, 141, 167) !important; font-size: 14px !important; }#tve_editor [data-css=\"tve-u-16228c764b2\"] { font-size: 18px !important; }[data-css=\"tve-u-16229f6175c\"] { border: none; margin: 80px 0px 0px !important; background-image: none !important; }[data-css=\"tve-u-16229fa6a26\"] { border: none; box-shadow: none; padding: 0px 30px 30px !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-16229fa8c68\"] { border: none; padding: 0px 30px 30px !important; background-image: none !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col > .tcb-col { min-height: 244px; }[data-css=\"tve-u-16229ffbb7b\"] { margin-left: -30px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16248fc42a1\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-16248fc42a1\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-16248fc71c8\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-16249355087\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-16249355087\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-16249358652\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-16249358652\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-1624935a201\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-1624935a201\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-16249367114\"] { border: none; margin: 30px 0px 0px !important; background-image: none !important; }[data-css=\"tve-u-16249373b25\"] { border: none; padding: 0px 30px 30px !important; background-image: linear-gradient(rgb(248, 249, 251), rgb(248, 249, 251)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1624939a960\"] { border: none; box-shadow: none; padding: 0px 30px 30px !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-162493a03b0\"] > .tcb-flex-col > .tcb-col { min-height: 244px; }[data-css=\"tve-u-162493a03b0\"] { margin-left: -30px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-162493a03b0\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-162493b6b63\"] { border: none; background-image: none !important; padding: 0px 30px 30px !important; background-color: rgb(248, 249, 251) !important; }#tve_editor [data-css=\"tve-u-162493d5f13\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-162493d5f13\"] { font-size: 30px; width: 30px; height: 30px; top: 0px; left: 0px; display: block; position: static; z-index: 8; border-bottom: 1px solid rgb(10, 93, 165); border-top: none; border-right: none; border-left: none; border-image: initial; margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-162494b490e\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-162494b7ad0\"] { padding: 0px !important; margin-top: 25px !important; margin-left: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-1625389a3d5\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-1625389a3d5\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-1625389b4ed\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-1625389b4ed\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-162539ac577\"] { max-width: 39%; }[data-css=\"tve-u-162539ac57d\"] { max-width: 61%; }#tve_editor [data-css=\"tve-u-162539c17ec\"] { font-size: 16px !important; color: rgba(12, 12, 12, 0.7) !important; }[data-css=\"tve-u-16260c39a7e\"] { float: none; max-width: 100%; border-left: 1px solid rgba(15, 29, 123, 0.7); border-right: 1px solid rgba(15, 29, 123, 0.7); margin: 0px auto !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-16260c433e9\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-Rosie.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16260c5ff07\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-16260c5ff07\"] { float: right; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin: -1px 0px 0px !important; }[data-css=\"tve-u-16260c5ff0c\"]::after { clear: both; }[data-css=\"tve-u-16260d01208\"] { max-width: 37%; }[data-css=\"tve-u-16260d0120e\"] { max-width: 63%; }[data-css=\"tve-u-16260d39b83\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-16260d39b83\"] { float: right; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin-top: -1px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-16260d3b97e\"]::after { clear: both; }[data-css=\"tve-u-16260d3f4aa\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16260d3f4aa\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-16260d3f4aa\"] { min-height: inherit; margin-left: -30px; padding: 30px !important; }[data-css=\"tve-u-16260d3f4af\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-16260d3f4af\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-16260d3f4af\"] { min-height: inherit; margin-left: -20px; padding: 0px !important; }[data-css=\"tve-u-16260d5e4b8\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-Shawn.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16260d73672\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-16260d73672\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin-top: 0px !important; margin-bottom: -1px !important; }[data-css=\"tve-u-16260d8392c\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16260d8392c\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-16260d8392c\"] { min-height: inherit; margin-left: -30px; padding: 30px !important; }[data-css=\"tve-u-16260d8396c\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-16260d8396c\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-16260d8396c\"] { min-height: inherit; margin-left: -20px; padding: 0px !important; }[data-css=\"tve-u-16260da3aa7\"] { float: none; max-width: 100%; border-left: 1px solid rgba(15, 29, 123, 0.7); border-right: 1px solid rgba(15, 29, 123, 0.7); margin: 0px auto !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-162717cb600\"] { max-width: 58.2%; }[data-css=\"tve-u-162717cb601\"] { max-width: 41.8%; }[data-css=\"tve-u-162717cb609\"]::after { clear: both; }[data-css=\"tve-u-162717cb60a\"] { padding-right: 50px !important; padding-bottom: 80px !important; padding-top: 20px !important; }[data-css=\"tve-u-162717cb60b\"]::after { clear: both; }[data-css=\"tve-u-162717cb60b\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-162717cb60f\"] { padding: 0px !important; margin-bottom: 25px !important; }[data-css=\"tve-u-162717cb610\"] { padding: 0px !important; margin-bottom: 35px !important; box-shadow: none !important; }#tve_editor [data-css=\"tve-u-162717cb616\"] { text-transform: none !important; color: rgb(255, 255, 255) !important; text-shadow: rgb(0, 0, 0) 2px 2px 2px; }[data-css=\"tve-u-162717cb617\"] { margin-left: 0px; padding: 0px !important; }[data-css=\"tve-u-162717cb618\"] { max-width: none; margin-top: 0px !important; }[data-css=\"tve-u-162717cb620\"] { clip-path: url(\"#clip-bottom-c883ac5175045\"); -webkit-clip-path: url(\"#clip-bottom-c883ac5175045\");  background-image: linear-gradient(rgba(0, 0, 0, 0.46), rgba(0, 0, 0, 0.46)), url(\"https://bestcerakoteflorida.com/wp-content/uploads/2018/05/FTYS6743.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, fixed !important; background-repeat: no-repeat, no-repeat !important; opacity: 1; filter: grayscale(0%) blur(0px); }[data-css=\"tve-u-162717cb609\"] { max-width: 1200px; min-height: 630px !important; }[data-css=\"tve-u-162717cb621\"] { z-index: 1; padding: 125px 40px 0px !important; margin-top: -130px !important; }[data-css=\"tve-u-162717d1bb6\"] { border-right: 1px solid rgba(255, 255, 255, 0.2); }[data-css=\"tve-u-162717d1bb7\"] { max-width: 23.7%; }[data-css=\"tve-u-162717d1bb9\"] { max-width: 42.9%; }[data-css=\"tve-u-162717d1bbc\"] { border-left: none; padding: 0px !important; }[data-css=\"tve-u-162717d1bbe\"] { border-bottom: 1px solid rgba(255, 255, 255, 0.2); float: none; width: 100%; position: relative; z-index: 10; max-width: 1600px; margin: 0px auto !important; }[data-css=\"tve-u-162717d1bbf\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-162717d1bbf\"] > .tcb-flex-col { padding-left: 17px; }[data-css=\"tve-u-162717d1bbf\"] { margin-left: -17px; min-height: inherit; padding: 5px 0px 0px 40px !important; }#tve_editor [data-css=\"tve-u-162717d1bbe\"] p, #tve_editor [data-css=\"tve-u-162717d1bbe\"] li, #tve_editor [data-css=\"tve-u-162717d1bbe\"] blockquote, #tve_editor [data-css=\"tve-u-162717d1bbe\"] address { font-size: 16px; }#tve_editor [data-css=\"tve-u-16271adf6cf\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-16271adf6cf\"] { font-size: 30px; width: 30px; height: 30px; top: 22px; left: 20px; border-bottom: 1px solid rgb(10, 93, 165); margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1641367e553\"] > :first-child { color: rgba(15, 29, 123, 0.12); }[data-css=\"tve-u-1641367e553\"] { font-size: 60px; float: none; box-shadow: none; width: 60px; height: 60px; margin: -55px auto 60px !important; padding-right: 17px !important; }[data-css=\"tve-u-16416e4fafd\"] { box-shadow: rgba(0, 0, 0, 0.02) 0px 2px 22px 0px; background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16416e603ab\"] { box-shadow: rgba(0, 0, 0, 0.12) 0px 3px 44px 0px; background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-164179a84b8\"] > .tve-cb { display: block; }[data-css=\"tve-u-164179a84b8\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-164179bced9\"] { border-right: none; padding: 3px 0px 0px !important; position: static !important; }[data-css=\"tve-u-16417b4cb9e\"] { padding: 0px 0px 50px !important; }[data-css=\"tve-u-16417b62c09\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-16417b662bf\"] { margin-top: 0px !important; margin-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-16417e5bd95\"] > :first-child { color: rgb(255, 255, 255); }[data-css=\"tve-u-16417e5bd95\"] { font-size: 25px !important; width: 25px !important; height: 25px !important; z-index: 4; position: relative; float: left; margin: 3px 15px 0px 0px !important; padding-left: 0px !important; }[data-css=\"tve-u-1641c1af44d\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1641c1b01a6\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1641c1b0a67\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1641c1b12d8\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }#tve_editor [data-css=\"tve-u-1641c1b33f9\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-1641c1b33f9\"] { font-size: 30px; width: 30px; height: 30px; top: 22px; left: 20px; border-bottom: 1px solid rgb(10, 93, 165); margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1641c1b456a\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-1641c1b456a\"] { font-size: 30px; width: 30px; height: 30px; top: 22px; left: 20px; border-bottom: 1px solid rgb(10, 93, 165); margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1641c1b52d3\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-1641c1b52d3\"] { font-size: 30px; width: 30px; height: 30px; top: 22px; left: 20px; border-bottom: 1px solid rgb(10, 93, 165); margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1641c1b60b4\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-1641c1b60b4\"] { font-size: 30px; width: 30px; height: 30px; top: 22px; left: 20px; border-bottom: 1px solid rgb(10, 93, 165); margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-16422a1ce91\"] { float: none; width: 100%; max-width: 227px; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; }#tve_editor [data-css=\"tve-u-16422a1ce92\"] { font-size: 16px !important; color: rgb(12, 12, 12) !important; }#tve_editor [data-css=\"tve-u-16422a1ce93\"] { font-size: 16px !important; color: rgb(18, 18, 18) !important; }[data-css=\"tve-u-16422a1ce92\"] { line-height: 1.7em !important; }[data-css=\"tve-u-16422a1ce93\"] { line-height: 1.7em !important; }#tve_editor [data-css=\"tve-u-16422a1ce94\"] { font-size: 16px !important; color: rgb(29, 26, 31) !important; }[data-css=\"tve-u-16422a1ce94\"] { line-height: 1.7em !important; }#tcb_landing_page .tcb-plain-text { color: rgb(0, 0, 0); font-family: Merriweather; font-weight: 400; }#tcb_landing_page .tcb-plain-text strong { font-weight: 700; }[data-css=\"tve-u-162717d1bbe\"] p { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-162717d1bbe\"] h3 { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-1695981e7bb\"] { max-width: 33.3545%; }[data-css=\"tve-u-16959822de2\"] { width: 291px; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-16959846d3d\"] { margin-top: 0px !important; }[data-css=\"tve-u-16959cd1e7a\"] { margin-top: 10px !important; }}@media (max-width: 1023px){[data-css=\"tve-u-1621ebfa746\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621eb037bb\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621ec78d2c\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621ec6c39b\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621b064668\"] { max-width: 49%; }[data-css=\"tve-u-1621b064646\"] { max-width: 51%; }[data-css=\"tve-u-1621b3c74d9\"] { max-width: 100%; }[data-css=\"tve-u-1621f0b0088\"] { min-height: 100px !important; }[data-css=\"tve-u-1621ee3afec\"] > .tve-cb { display: block; }[data-css=\"tve-u-1621e7ceab3\"] > .tve-cb { display: block; }[data-css=\"tve-u-1621ea50702\"] { float: none; width: 100%; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621ae4fd21\"] > .tve-cb { display: block; }[data-css=\"tve-u-162717cb60f\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-162717cb610\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-16223dad661\"] { padding-top: 20px !important; }[data-css=\"tve-u-1641367127b\"] { float: none; font-size: 50px; width: 50px; height: 50px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1641367e553\"] { float: none; font-size: 50px; width: 50px; height: 50px; margin: -44px auto 40px !important; padding-right: 12px !important; }[data-css=\"tve-u-1621e7b695a\"] { margin-bottom: 50px !important; }[data-css=\"tve-u-1621ee37f4a\"] { min-height: 262px; }[data-css=\"tve-u-1621ada1e7f\"] { padding: 50px 30px 50px 0px !important; }[data-css=\"tve-u-1621b072b4e\"] { max-width: 100%; }[data-css=\"tve-u-1621a2247ba\"] { margin-bottom: 60px !important; }[data-css=\"tve-u-16229f6175c\"] { margin-top: 0px !important; }[data-css=\"tve-u-162717cb60b\"] { height: calc(100% - -85px); margin-top: -85px !important; }[data-css=\"tve-u-162717cb617\"] .tcb-flex-col { flex-basis: 560px !important; }#tcb_landing_page h5 { line-height: 1.3em; }#tcb_landing_page h6 { line-height: 1.4em; }#tcb_landing_page p, #tcb_landing_page li { line-height: 1.5em; }[data-css=\"tve-u-1628a146aef\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1628a12f675\"] { margin-bottom: 40px !important; }[data-css=\"tve-u-1628a10d3b4\"] { margin-bottom: 40px !important; }[data-css=\"tve-u-162718bd0c0\"] { clip-path: url(\"#clip-tablet-top-a3b25e1c9221a\"); -webkit-clip-path: url(\"#clip-tablet-top-a3b25e1c9221a\");  background-color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-162717cb621\"] { z-index: 6; padding-top: 60px !important; margin-top: -90px !important; }[data-css=\"tve-u-162718a3b40\"] { max-width: 100%; min-height: 1px !important; }[data-css=\"tve-u-16271adf6cf\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-162493d5f13\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-162717fcf9d\"] { margin-top: -40px !important; padding-top: 90px !important; padding-left: 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-16260d3f4af\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16260d3f4aa\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1621fb65556\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1621fb68b97\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16260d8396c\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16260d8392c\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16260d39b83\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-16260c5ff07\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-16260ba2fa4\"] { padding: 50px 40px !important; }[data-css=\"tve-u-16260be7104\"] { max-width: 100%; }[data-css=\"tve-u-1621ebbbb6d\"] { margin-top: -1px !important; }[data-css=\"tve-u-1621eaaedd8\"] { clip-path: url(\"#clip-tablet-bottom-a2b9cf3198d6f\"); -webkit-clip-path: url(\"#clip-tablet-bottom-a2b9cf3198d6f\");  }[data-css=\"tve-u-1621e7e9950\"] { margin-top: -1px !important; }[data-css=\"tve-u-16229fa8c68\"] { padding: 0px 20px 20px !important; }[data-css=\"tve-u-1622f65ba70\"] { padding: 0px 20px 20px !important; }[data-css=\"tve-u-16249373b25\"] { padding-left: 20px !important; padding-right: 20px !important; padding-bottom: 20px !important; }[data-css=\"tve-u-162493b6b63\"] { padding-left: 20px !important; padding-bottom: 20px !important; padding-right: 20px !important; }[data-css=\"tve-u-16249367114\"] { margin-top: 20px !important; }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-1624935a201\"] { line-height: 1.3em !important; }[data-css=\"tve-u-16249358652\"] { line-height: 1.3em !important; }[data-css=\"tve-u-16249355087\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1625389b4ed\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1625389a3d5\"] { line-height: 1.3em !important; }[data-css=\"tve-u-16248fc42a1\"] { line-height: 1.3em !important; }[data-css=\"tve-u-162493a03b0\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-162493a03b0\"] .tcb-flex-col { flex-basis: 145px !important; }[data-css=\"tve-u-1622a159bcb\"] { float: none; max-width: 85%; margin: 0px auto !important; padding-top: 0px !important; }[data-css=\"tve-u-16229fa6a26\"] { margin-bottom: 20px !important; padding: 0px 20px 20px !important; }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16229ffbb7b\"] { min-height: inherit; margin-left: -20px; }[data-css=\"tve-u-1621ad46076\"] { margin-bottom: 0px !important; margin-top: 0px !important; padding: 50px 40px !important; }#tve_editor [data-css=\"tve-u-1621b028939\"] .tcb-button-link { font-size: 18px; }[data-css=\"tve-u-16223f02c16\"] { min-height: 54px; }[data-css=\"tve-u-1621b01355a\"] { max-width: 304px; padding: 2px !important; }[data-css=\"tve-u-1620af7eb3f\"] { float: none; z-index: 3; position: relative; display: block; max-width: 300px; width: 300px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621afda4fa\"] { max-width: 100%; margin-bottom: 30px !important; }[data-css=\"tve-u-16224716d62\"]::after { clear: both; }[data-css=\"tve-u-1621f0aa8f7\"] { margin-top: 0px !important; }[data-css=\"tve-u-1621e7e6c1d\"] { min-height: 150px; }[data-css=\"tve-u-1621e7edfd9\"] { clip-path: url(\"#clip-tablet-bottom-10ffac3b28f1d\"); -webkit-clip-path: url(\"#clip-tablet-bottom-10ffac3b28f1d\");  }[data-css=\"tve-u-1621ebf340c\"] { float: none; width: 100%; padding: 0px !important; margin-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621e7d5094\"] { min-height: 455px; }[data-css=\"tve-u-1621adea58b\"] > .tcb-flex-col > .tcb-col { justify-content: center; }[data-css=\"tve-u-16223dad661\"]::after { clear: both; }[data-css=\"tve-u-1621e8107f3\"] { float: none; margin-left: auto !important; margin-right: auto !important; margin-bottom: 20px !important; }[data-css=\"tve-u-16223b080b0\"] { float: none; margin-left: auto !important; margin-right: auto !important; margin-top: -1px !important; }[data-css=\"tve-u-1621eb3eb9f\"] { clip-path: url(\"#clip-tablet-bottom-ac98bb0e54b3b\"); -webkit-clip-path: url(\"#clip-tablet-bottom-ac98bb0e54b3b\");  }[data-css=\"tve-u-1621fe78878\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1621fe78878\"] { min-height: inherit; }#tve_editor [data-css=\"tve-u-1621e92e97f\"] { font-size: 22px !important; }#tve_editor [data-css=\"tve-u-1621e942b65\"] { letter-spacing: 0px; font-size: 1.5em !important; }#tve_editor [data-css=\"tve-u-1621fe1bd18\"] { letter-spacing: 0px; font-size: 1.5em !important; }#tve_editor [data-css=\"tve-u-1621fe1a1af\"] { font-size: 22px !important; }#tve_editor [data-css=\"tve-u-1621fe1725e\"] { letter-spacing: 0px; font-size: 1.5em !important; }#tve_editor [data-css=\"tve-u-1621fe1587d\"] { font-size: 22px !important; }[data-css=\"tve-u-1621ef118dc\"] { position: relative; top: -50px; left: 30px; width: 100%; }[data-css=\"tve-u-1621ee3afec\"] { padding: 40px 0px 0px !important; }[data-css=\"tve-u-1621ee63e1c\"] { max-width: none; margin-bottom: 30px !important; }[data-css=\"tve-u-1621ee74a24\"] { top: 0px; right: 0px; font-size: 45px; width: 45px; height: 45px; float: none; padding-left: 0px !important; margin: 0px auto !important; }[data-css=\"tve-u-1621ee18a1c\"] { margin-top: 40px !important; margin-left: 20px !important; margin-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-1621fdcb4ea\"] { letter-spacing: 1px; font-size: 1.5em !important; }[data-css=\"tve-u-1621ec7f21a\"] { min-height: 150px; }[data-css=\"tve-u-1621eacf6af\"] { float: none; max-width: 230px; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621fd9c946\"] { max-width: 380px; float: none; width: 100%; margin: 0px auto !important; padding-left: 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-1621eb81205\"] { margin-top: 0px !important; }[data-css=\"tve-u-1621eb7ccb0\"] { min-height: 455px; }[data-css=\"tve-u-1621fd8766c\"] { min-height: 150px; }[data-css=\"tve-u-1621fd84d7b\"] { min-height: 430px; }[data-css=\"tve-u-1621e7c7aa1\"] .tcb-flex-col { flex-basis: 300px !important; }#tve_editor [data-css=\"tve-u-1621e7a7350\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621e7c899a\"] { float: none; max-width: 100%; margin-left: auto !important; margin-right: auto !important; margin-top: 0px !important; }[data-css=\"tve-u-1621e7c7aa1\"] { margin-left: -20px; flex-direction: row; }[data-css=\"tve-u-1621e7c7aa1\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-1621b3c8c52\"] { padding: 50px 40px !important; }[data-css=\"tve-u-1621fc0ce17\"] { margin-top: 10px !important; margin-bottom: 7px !important; }[data-css=\"tve-u-1621fbcad8c\"] { padding-left: 0px !important; padding-right: 30px !important; }[data-css=\"tve-u-1621fbacc60\"] { max-width: 177px; }[data-css=\"tve-u-1621fb68b97\"] { margin-left: -15px; min-height: inherit; padding: 20px !important; }[data-css=\"tve-u-1621fb68b97\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-1621fb65556\"] { margin-left: -15px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-1621fb65556\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-1621b200375\"] { float: none; max-width: 100%; margin: 0px auto !important; }[data-css=\"tve-u-1621b0e4fb7\"] { max-width: 100%; float: none; z-index: 3; position: relative; margin-right: auto !important; margin-left: auto !important; margin-bottom: 20px !important; }#tve_editor [data-css=\"tve-u-1621b10fccf\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621ae0bec7\"] { background-image: none !important; margin-top: 0px !important; }[data-css=\"tve-u-1621ae6c8da\"] { clip-path: url(\"#clip-tablet-top-aa2c3e3c70555\"); -webkit-clip-path: url(\"#clip-tablet-top-aa2c3e3c70555\");  }[data-css=\"tve-u-1621adba9ef\"] { clip-path: url(\"#clip-tablet-top-52d5a36c151aa\"); -webkit-clip-path: url(\"#clip-tablet-top-52d5a36c151aa\");  }[data-css=\"tve-u-1621ad420c4\"] { max-width: 100%; min-height: 1px !important; }[data-css=\"tve-u-1621f45bed3\"] { padding: 0px !important; }[data-css=\"tve-u-1621ae4fd21\"] { max-width: 100%; left: 0px; top: 0px; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621ae4db6e\"] { min-height: 300px; }#tve_editor [data-css=\"tve-u-1621afd8c98\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621afcc0bf\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621afceb00\"] { max-width: 100%; margin-bottom: 30px !important; }[data-css=\"tve-u-1621a98b602\"] { stroke-dasharray: 534.071, 534.071; }[data-css=\"tve-u-1621a9750ae\"] { font-size: 14.45px !important; line-height: 14.45px !important; }[data-css=\"tve-u-1621a9a2867\"] { font-size: 51px !important; line-height: 51px !important; }[data-css=\"tve-u-1621a9a2866\"] { margin-top: 42.5px !important; }[data-css=\"tve-u-1621a96b190\"] { width: 153px !important; height: 153px !important; top: 8.5px !important; bottom: 8.5px !important; left: 8.5px !important; right: 8.5px !important; }[data-css=\"tve-u-1621a9685d4\"] { stroke-width: 18px !important; }[data-css=\"tve-u-1621a9a2862\"] { width: 170px !important; height: 170px !important; }[data-css=\"tve-u-1621a983587\"] { float: none; border: 20px solid rgba(137, 141, 167, 0.24); margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621a8b2488\"] { float: none; max-width: 100%; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621a8a804b\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1621a8a804b\"] { margin-left: -24px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-1621a8a804b\"] > .tcb-flex-col { padding-left: 24px; }#tve_editor [data-css=\"tve-u-1621a2e0d5b\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621b028939\"] { position: relative; float: left; z-index: 3; display: block; max-width: 300px; width: 300px; margin-top: 15px !important; }[data-css=\"tve-u-1621adea58b\"] { margin-left: -30px; }[data-css=\"tve-u-1621adea58b\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-1621ade6172\"] { max-width: 100%; position: static; }#tve_editor [data-css=\"tve-u-16248fc42a1\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-16249355087\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-16249358652\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-1624935a201\"] { font-size: 18px !important; }[data-css=\"tve-u-1624939a960\"] { margin-bottom: 0px !important; padding-bottom: 20px !important; padding-left: 20px !important; padding-right: 20px !important; }[data-css=\"tve-u-162493a03b0\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-162493a03b0\"] { min-height: inherit; margin-left: -20px; }#tve_editor [data-css=\"tve-u-1625389a3d5\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-1625389b4ed\"] { font-size: 18px !important; }[data-css=\"tve-u-16260c39a7e\"] { float: none; max-width: 100%; margin: 0px auto !important; }[data-css=\"tve-u-16260d3f4aa\"] { margin-left: -15px; min-height: inherit; padding: 20px !important; }[data-css=\"tve-u-16260d3f4aa\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-16260d3f4af\"] { margin-left: -15px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-16260d3f4af\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-16260d8392c\"] { margin-left: -15px; min-height: inherit; padding: 20px !important; }[data-css=\"tve-u-16260d8392c\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-16260d8396c\"] { margin-left: -15px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-16260d8396c\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-16260da3aa7\"] { float: none; max-width: 100%; margin: 0px !important; }[data-css=\"tve-u-162717cb609\"] { max-width: 100%; min-height: 1px !important; }[data-css=\"tve-u-162717cb60a\"] { padding: 0px !important; }[data-css=\"tve-u-162717cb618\"] { float: none; max-width: 100%; margin-top: 60px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-162717cb620\"] { clip-path: url(\"#clip-tablet-bottom-c883ac5175045\"); -webkit-clip-path: url(\"#clip-tablet-bottom-c883ac5175045\");  }[data-css=\"tve-u-162717d1bbf\"] { margin-left: 0px; padding: 25px 25px 0px !important; }[data-css=\"tve-u-162717d1bbf\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-162717d1bb7\"] { max-width: 51.3%; }[data-css=\"tve-u-162717d1bb9\"] { max-width: 15.3%; }[data-css=\"tve-u-162717d1bb6\"] { padding-left: 0px !important; }[data-css=\"tve-u-162717d1bbc\"] { border-left: none; border-right: none; padding-left: 30px !important; padding-bottom: 10px !important; }[data-css=\"tve-u-162717d1bbe\"] { max-width: 100%; margin-left: 0px !important; margin-right: 30px !important; }[data-css=\"tve-u-164179bced9\"] { border-right: none; padding-left: 30px !important; padding-right: 0px !important; }[data-css=\"tve-u-16417b62c09\"] { max-width: 177px; }[data-css=\"tve-u-16417b662bf\"] { max-width: 177px; }[data-css=\"tve-u-16417e5bd95\"] { font-size: 14px; width: 14px; height: 14px; margin-bottom: -14px !important; margin-left: 0px !important; }[data-css=\"tve-u-1641c1b33f9\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-1641c1b456a\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-1641c1b52d3\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-1641c1b60b4\"] { font-size: 25px; width: 25px; height: 25px; }#tve_editor [data-css=\"tve-u-16422a1ce94\"] { font-size: 16px !important; }[data-css=\"tve-u-16959822de2\"] { margin-right: 1px !important; padding-right: 10px !important; padding-top: 10px !important; }}@media (max-width: 767px){[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-16417e9d24e\"]::after { clear: both; }[data-css=\"tve-u-16417b70f47\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 0px !important; }[data-css=\"tve-u-1621e819c52\"] { min-height: 100px; }[data-css=\"tve-u-1621e8107f3\"] { max-width: 100px; }[data-css=\"tve-u-1621fd8766c\"] { min-height: 144px; }[data-css=\"tve-u-1621ec79a7d\"] { min-height: 100px; }[data-css=\"tve-u-1621ec78d2c\"] { max-width: 100px; }[data-css=\"tve-u-1621ec7f21a\"] { min-height: 144px; }[data-css=\"tve-u-1621e7e6c1d\"] { min-height: 144px; }[data-css=\"tve-u-16417b4cb9e\"] { padding-bottom: 30px !important; }[data-css=\"tve-u-1621ec752da\"] { min-height: 100px; }[data-css=\"tve-u-1621ec6c39b\"] { max-width: 100px; }[data-css=\"tve-u-1621fd84d7b\"] { min-height: 430px; }[data-css=\"tve-u-1621e7c7aa1\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16223dad661\"] { padding-top: 0px !important; }[data-css=\"tve-u-1621b3c74d9\"] { max-width: 100%; }[data-css=\"tve-u-1621eb81205\"] { max-width: 100%; margin-bottom: 20px !important; }[data-css=\"tve-u-1621e7ceab3\"] { max-width: 100%; margin-bottom: 20px !important; }[data-css=\"tve-u-1621f0b0088\"] { min-height: 120px !important; }[data-css=\"tve-u-1621f0da775\"] { float: none; width: 100%; max-width: 280px; margin: 0px auto 20px !important; }[data-css=\"tve-u-1621ee37f4a\"] { min-height: 260px; }[data-css=\"tve-u-1621ee3afec\"] > .tve-cb { display: flex; justify-content: center; flex-direction: column; }[data-css=\"tve-u-1621ee63e1c\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1641367127b\"] { font-size: 30px; width: 30px; height: 30px; }[data-css=\"tve-u-1641367e553\"] { float: none; font-size: 30px; width: 30px; height: 30px; margin: -30px auto 30px !important; padding-right: 10px !important; }[data-css=\"tve-u-1621ada1e7f\"] { padding: 0px !important; }[data-css=\"tve-u-162717cb617\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-162717cb617\"] { min-height: inherit; }[data-css=\"tve-u-16229fa6a26\"] { height: calc(100% - 21px); margin-bottom: 0px !important; margin-top: 21px !important; }[data-css=\"tve-u-1624939a960\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-162493a03b0\"] .tcb-flex-col { flex-basis: 400px !important; }[data-css=\"tve-u-1621a2247ba\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-162717cb60f\"] { margin-bottom: 25px !important; }[data-css=\"tve-u-162717d1bbf\"] .tcb-flex-col { flex-basis: 225px !important; }[data-css=\"tve-u-1621ee3afec\"] { max-width: 100%; padding: 0px !important; position: static !important; }#tve_editor [data-css=\"tve-u-1641333d7d1\"] { font-size: 14px !important; }[data-css=\"tve-u-162717cb60b\"] { margin-top: 0px !important; }[data-css=\"tve-u-162717cb621\"] { z-index: 2; padding-left: 20px !important; padding-right: 20px !important; margin-top: -160px !important; padding-top: 35px !important; }[data-css=\"tve-u-162717cb617\"] .tcb-flex-col { flex-basis: 435px !important; }[data-css=\"tve-u-16369305186\"] { float: none; width: 100%; max-width: 279px; z-index: 3; position: relative; margin: 0px auto !important; }#tcb_landing_page h6 { line-height: 1.4em; }#tcb_landing_page h5 { line-height: 1.3em; }#tcb_landing_page p, #tcb_landing_page li { font-size: 14px; }#tcb_landing_page h2 { font-size: 28px; }#tcb_landing_page h1 { font-size: 35px; }[data-css=\"tve-u-16260ba2fa4\"] { padding-bottom: 40px !important; padding-left: 20px !important; padding-right: 20px !important; }[data-css=\"tve-u-1628a10d3b4\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-1628a12f675\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-162717cb610\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-16271bfe70c\"] { padding: 0px !important; }[data-css=\"tve-u-162717fcf9d\"] { z-index: 1; margin-top: 0px !important; padding-top: 75px !important; padding-left: 20px !important; padding-right: 20px !important; }[data-css=\"tve-u-162718bd0c0\"] { clip-path: url(\"#clip-mobile-top-a3b25e1c9221a\"); -webkit-clip-path: url(\"#clip-mobile-top-a3b25e1c9221a\");  }[data-css=\"tve-u-1621eb3eb9f\"] { clip-path: url(\"#clip-mobile-bottom-ac98bb0e54b3b\"); -webkit-clip-path: url(\"#clip-mobile-bottom-ac98bb0e54b3b\");  }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col > .tcb-col { min-height: 155px; }[data-css=\"tve-u-16229ffbb7b\"] { min-height: inherit; margin-left: 0px; }[data-css=\"tve-u-16229fa8c68\"] { height: calc(100% - 28px); margin-bottom: 0px !important; margin-top: 20px !important; }[data-css=\"tve-u-1622f65ba70\"] { height: calc(100% - 20px); margin-bottom: 0px !important; margin-top: 20px !important; }[data-css=\"tve-u-16229f6175c\"] { margin-top: 0px !important; }[data-css=\"tve-u-1622a159bcb\"] { float: none; max-width: 100%; margin-left: auto !important; margin-right: auto !important; padding-top: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-16229ae62a7\"] { border-right: none; }#tve_editor [data-css=\"tve-u-16228c764b2\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-16228c75500\"] { font-size: 18px !important; }[data-css=\"tve-u-1621fb65556\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-1621a983587\"] { border: 20px solid rgba(137, 141, 167, 0.32); }[data-css=\"tve-u-1621ee74a24\"] { float: none; margin-left: auto !important; margin-right: auto !important; margin-bottom: 10px !important; }[data-css=\"tve-u-1621afda4fa\"] { max-width: 100%; margin-bottom: 20px !important; }[data-css=\"tve-u-16223f02c16\"] { min-height: 54px; }[data-css=\"tve-u-1621f0aa8f7\"] { margin-top: 0px !important; }#tve_editor [data-css=\"tve-u-1622444fb11\"] { letter-spacing: 0px; }[data-css=\"tve-u-16224439be1\"] { padding: 0px !important; }[data-css=\"tve-u-1621fb68b97\"] { padding: 0px !important; }[data-css=\"tve-u-1621afceb00\"] { max-width: 100%; margin-bottom: 30px !important; }[data-css=\"tve-u-1621b0e4fb7\"] { float: none; margin-right: auto !important; margin-bottom: 30px !important; padding-left: 0px !important; margin-left: auto !important; }[data-css=\"tve-u-1621ebf340c\"] { padding-bottom: 40px !important; }[data-css=\"tve-u-1621ea50702\"] { float: none; width: 100%; padding: 0px !important; margin-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621e7d5094\"] { min-height: 430px; }[data-css=\"tve-u-1621eb7ccb0\"] { min-height: 430px; }[data-css=\"tve-u-1621ee03000\"] { flex-direction: column; }[data-css=\"tve-u-16223fe5f5b\"] { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621f0d2c1a\"] { margin-left: 25px !important; margin-right: 25px !important; }[data-css=\"tve-u-1621ee18a1c\"] { margin: 0px 20px 20px 0px !important; }[data-css=\"tve-u-1621ef118dc\"] { top: 0px; width: 245px; position: relative; float: none; z-index: 5; left: 0px; margin: -22px auto 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-1621fd9c946\"] { max-width: 100%; margin-top: 0px !important; margin-left: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-16223fc9f23\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-1621e7c899a\"] { max-width: none; float: none; margin-top: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621b3c8c52\"] { padding: 40px 20px !important; }[data-css=\"tve-u-1621fbcad8c\"] { padding: 20px !important; }[data-css=\"tve-u-1621fb65556\"] { margin-left: 0px; padding: 0px !important; }[data-css=\"tve-u-1621fbacc60\"] { max-width: 126px; float: none; margin-left: auto !important; margin-right: auto !important; margin-top: 20px !important; }[data-css=\"tve-u-1621b200375\"] { float: none; margin-top: 0px !important; margin-left: auto !important; margin-right: auto !important; }#tve_editor [data-css=\"tve-u-1621b10fccf\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621b028939\"] { display: block; max-width: 100%; width: 100%; float: none; min-width: 100%; margin-left: auto !important; margin-right: auto !important; margin-top: 0px !important; }[data-css=\"tve-u-1621ae4db6e\"] { min-height: 270px; }[data-css=\"tve-u-1621ae6c8da\"] { clip-path: url(\"#clip-mobile-top-aa2c3e3c70555\"); -webkit-clip-path: url(\"#clip-mobile-top-aa2c3e3c70555\");  }[data-css=\"tve-u-1621adba9ef\"] { clip-path: url(\"#clip-mobile-top-52d5a36c151aa\"); -webkit-clip-path: url(\"#clip-mobile-top-52d5a36c151aa\");  }[data-css=\"tve-u-16223f02c16\"]::after { clear: both; }[data-css=\"tve-u-1621b01355a\"] { max-width: 100%; float: none; margin-left: auto !important; margin-right: auto !important; margin-bottom: 15px !important; }[data-css=\"tve-u-1620af7eb3f\"] { float: none; display: block; max-width: 100%; width: 100%; min-width: 100%; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621ae0bec7\"]::after { clear: both; }[data-css=\"tve-u-1621f45bed3\"] { padding: 40px 20px 0px !important; }[data-css=\"tve-u-1621ad46076\"] { margin: 0px !important; padding: 30px 20px !important; }[data-css=\"tve-u-1621adea58b\"] { flex-flow: row-reverse wrap-reverse !important; }[data-css=\"tve-u-1621ae4fd21\"] { margin-top: 0px !important; position: static !important; }[data-css=\"tve-u-1621a8b2488\"] { float: none; max-width: 100%; margin-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621a8a804b\"] { padding-left: 0px !important; padding-right: 0px !important; }#tve_editor [data-css=\"tve-u-1621a2e0d5b\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621e7c7aa1\"] { flex-direction: column; min-height: inherit; }[data-css=\"tve-u-16249367114\"] { margin-top: 0px !important; }[data-css=\"tve-u-16249373b25\"] { height: calc(100% - 20px); margin-bottom: 0px !important; background-image: linear-gradient(rgb(248, 249, 251), rgb(248, 249, 251)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; margin-top: 20px !important; }[data-css=\"tve-u-162493a03b0\"] > .tcb-flex-col > .tcb-col { min-height: 155px; }[data-css=\"tve-u-162493a03b0\"] { min-height: inherit; }[data-css=\"tve-u-162493b6b63\"] { height: calc(100% - 20px); margin-bottom: 0px !important; margin-top: 20px !important; }[data-css=\"tve-u-16260c39a7e\"] { float: none; margin-top: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-16260d3f4aa\"] { padding: 0px !important; }[data-css=\"tve-u-16260d3f4af\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-16260d3f4af\"] { margin-left: 0px; padding: 0px !important; }[data-css=\"tve-u-16260d8392c\"] { padding: 0px !important; }[data-css=\"tve-u-16260d8396c\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-16260d8396c\"] { margin-left: 0px; padding: 0px !important; }[data-css=\"tve-u-16260da3aa7\"] { float: none; margin-top: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-162717cb618\"] { margin: 140px 0px 0px !important; }[data-css=\"tve-u-162717cb620\"] { clip-path: url(\"#clip-mobile-bottom-c883ac5175045\"); -webkit-clip-path: url(\"#clip-mobile-bottom-c883ac5175045\");  background-image: url(\"https://bestcerakoteflorida.com/wp-content/uploads/2018/05/FTYS6743.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-162717cb60a\"] { padding: 0px !important; }#tve_editor [data-css=\"tve-u-162717cb616\"] { font-size: 27px !important; }[data-css=\"tve-u-162717d1bbf\"] > .tcb-flex-col { padding-left: 18px; }[data-css=\"tve-u-162717d1bbf\"] { margin-left: -18px; padding: 10px !important; flex-flow: row wrap !important; }[data-css=\"tve-u-162717d1bbe\"] { border-bottom: 1px solid rgba(255, 255, 255, 0.2); border-right: none; margin-left: auto !important; margin-right: auto !important; float: none; }[data-css=\"tve-u-162717d1bbc\"] { border: none; padding-left: 0px !important; padding-right: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-162717d1bb6\"] { border: none; padding-top: 0px !important; padding-left: 0px !important; margin-bottom: 1px !important; margin-top: -5px !important; padding-bottom: 10px !important; }[data-css=\"tve-u-164179a84b8\"] { float: none; width: 100%; max-width: 155px; z-index: 3; position: relative; margin-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-164179bced9\"] { border-right: none; position: relative; padding-left: 0px !important; padding-right: 0px !important; margin-top: 0px !important; max-width: 250px; margin-left: auto !important; margin-right: auto !important; float: none; }[data-css=\"tve-u-16417b62c09\"] { max-width: 126px; float: none; margin-left: auto !important; margin-right: auto !important; margin-top: 20px !important; }[data-css=\"tve-u-16417b662bf\"] { max-width: 126px; float: none; margin-left: auto !important; margin-right: auto !important; margin-top: 20px !important; }[data-css=\"tve-u-16417e5bd95\"] { margin: 3px 10px 0px 0px !important; }#tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] p, #tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] li, #tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] blockquote, #tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] address, #tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] .tcb-plain-text, #tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] label { font-size: 18px; }[data-css=\"tve-u-16959822de2\"] { padding-top: 10px !important; margin-left: auto !important; margin-right: auto !important; float: none; }}'),(6763,564,'tve_revision_tve_user_custom_css',''),(6764,564,'tve_revision_tve_page_events','a:0:{}'),(6765,564,'tve_revision_tve_globals','a:2:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";s:8:\"font_cls\";a:0:{}}'),(6766,564,'tve_revision_tve_global_scripts',''),(6767,564,'tve_revision_thrive_icon_pack','0'),(6768,564,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(6769,564,'tve_revision_tve_has_masonry','0'),(6770,564,'tve_revision_tve_has_typefocus','0'),(6771,564,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-162717d1bbe\" wfd-id=\"422\"><div class=\"tcb-flex-row tcb-medium-no-wrap v-2 tcb--cols--3 m-edit tcb-mobile-wrap tcb-resized\" data-css=\"tve-u-162717d1bbf\" wfd-id=\"423\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1695981e7bb\" wfd-id=\"444\"><div class=\"tcb-col\" data-css=\"tve-u-16959846d3d\" wfd-id=\"446\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16959822de2\" wfd-id=\"447\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"448\"><img class=\"tve_image wp-image-465\" alt=\"\" width=\"384\" height=\"62\" title=\"Blackhawk_custom_header\" data-id=\"465\" src=\"https://bestcerakoteflorida.com/wp-content/uploads/2019/01/Blackhawk_custom_header.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717d1bb9\" style=\"\" wfd-id=\"437\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717d1bb6\" wfd-id=\"439\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-164179a84b8\" wfd-id=\"440\">\n<div class=\"tve-content-box-background\" wfd-id=\"443\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"441\"><div class=\"tcb-clear\" wfd-id=\"442\"></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717d1bb7\" style=\"\" wfd-id=\"424\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717d1bbc\" wfd-id=\"426\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16369305186\" wfd-id=\"427\">\n<div class=\"tve-content-box-background\" wfd-id=\"436\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16417e9d24e\" wfd-id=\"428\"><div class=\"tcb-clear\" wfd-id=\"434\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-16417e5bd95\" data-float=\"1\" wfd-id=\"435\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-envelope-regular\" data-name=\"\">\n            <path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path>\n        </svg></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-164179bced9\" wfd-id=\"429\"><p data-css=\"tve-u-1641333d7d1\"><a href=\"mailto:info@bestcerkoteflorida.com\" target=\"_blank\">info@bestcerakoteflorida.com</a></p></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-162717cb621\" data-value-type=\"percent\" wfd-id=\"387\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-162717cb620\" data-clip-id=\"c883ac5175045\" wfd-id=\"421\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-c883ac5175045\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9125, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-c883ac5175045\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9476, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-c883ac5175045\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9651, 1 1, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-162717cb609\" wfd-id=\"388\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-162717cb618\" wfd-id=\"389\"><div class=\"tcb-flex-row tcb-medium-wrap tcb-resized v-2 tcb--cols--2\" data-css=\"tve-u-162717cb617\" wfd-id=\"390\"><div class=\"tcb-flex-col\" data-css=\"tve-u-162717cb601\" style=\"\" wfd-id=\"397\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717cb60a\" wfd-id=\"399\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h1\" data-css=\"tve-u-162717cb610\" wfd-id=\"411\"><h1 data-css=\"tve-u-162717cb616\" style=\"text-align: center;\">&nbsp;Protect What\'s Important To You With The Toughest Ceramic Finish In The World!<span data-css=\"tve-u-16271ca808e\" style=\"color: rgb(0, 229, 255);\" wfd-id=\"420\"></span></h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162717cb60f\" wfd-id=\"400\"><p data-css=\"tve-u-16413112747\">Heat, Water, Salt and Sand just some&nbsp;</p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717cb600\" style=\"\" wfd-id=\"391\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717cb60b\" wfd-id=\"393\"><div class=\"thrv_responsive_video thrv_wrapper rv_style_lifted_style2\" data-type=\"youtube\" data-rel=\"0\" data-url=\"https://www.youtube.com/watch?v=a1nyu9ZJiEk\" data-css=\"tve-u-16959cd1e7a\" data-modestbranding=\"1\" wfd-id=\"394\">\n	\n\n	<div class=\"tve_responsive_video_container\" wfd-id=\"395\">\n		<div class=\"video_overlay\" wfd-id=\"396\"></div>\n	<iframe data-code=\"TEOqV1Q16lU\" data-provider=\"youtube\" src=\"https://www.youtube.com/embed/TEOqV1Q16lU?rel=0&amp;modestbranding=1&amp;controls=1&amp;showinfo=1&amp;fs=1&amp;wmode=transparent\" data-src=\"https://www.youtube.com/embed/TEOqV1Q16lU?rel=0&amp;modestbranding=1&amp;controls=1&amp;showinfo=1&amp;fs=1&amp;wmode=transparent\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-162717fcf9d\" data-value-type=\"percent\" wfd-id=\"322\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-162718bd0c0\" data-clip-id=\"a3b25e1c9221a\" wfd-id=\"386\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0875\"></polygon></clipPath><clipPath id=\"clip-tablet-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"6\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.1051\"></polygon></clipPath><clipPath id=\"clip-mobile-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"1\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0175\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-162718a3b40\" wfd-id=\"323\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622a159bcb\" wfd-id=\"324\">\n<div class=\"tve-content-box-background\" wfd-id=\"385\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"325\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621a2247ba\" wfd-id=\"378\"><h2 data-css=\"tve-u-1621a2e0d5b\">our services</h2></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16229f6175c\" wfd-id=\"349\"><div class=\"tcb-flex-row tcb-medium-no-wrap tcb--cols--3 v-2\" data-css=\"tve-u-162493a03b0\" wfd-id=\"350\"><div class=\"tcb-flex-col\" wfd-id=\"367\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1624939a960\" data-tcb_hover_state_parent=\"\" wfd-id=\"369\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-162493d5f13\" data-float=\"1\" wfd-id=\"377\"><svg class=\"tcb-icon\" viewBox=\"0 0 14 28\" data-name=\"bolt\">\n<path d=\"M13.828 8.844c0.172 0.187 0.219 0.453 0.109 0.688l-8.437 18.078c-0.125 0.234-0.375 0.391-0.656 0.391-0.063 0-0.141-0.016-0.219-0.031-0.344-0.109-0.547-0.438-0.469-0.766l3.078-12.625-6.344 1.578c-0.063 0.016-0.125 0.016-0.187 0.016-0.172 0-0.359-0.063-0.484-0.172-0.187-0.156-0.25-0.391-0.203-0.609l3.141-12.891c0.078-0.297 0.359-0.5 0.688-0.5h5.125c0.391 0 0.703 0.297 0.703 0.656 0 0.094-0.031 0.187-0.078 0.281l-2.672 7.234 6.188-1.531c0.063-0.016 0.125-0.031 0.187-0.031 0.203 0 0.391 0.094 0.531 0.234z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"373\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-162494b490e\" wfd-id=\"374\"><h4 data-css=\"tve-u-16249355087\" style=\"text-align: left;\">Express exterior</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162494b7ad0\" wfd-id=\"370\"><p data-css=\"tve-u-162492e70ad\">Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"358\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162493b6b63\" data-tcb_hover_state_parent=\"\" wfd-id=\"360\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b456a\" wfd-id=\"366\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"adjust\">\n<path d=\"M12 22.5v-17c-4.688 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"364\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1af44d\" wfd-id=\"365\"><h4 data-css=\"tve-u-16249358652\" style=\"text-align: left;\">Interior clean</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"361\"><p data-css=\"tve-u-162492e70ad\">Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"351\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16249373b25\" wfd-id=\"353\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b52d3\" wfd-id=\"357\"><svg class=\"tcb-icon\" viewBox=\"0 0 26 28\" data-name=\"umbrella\">\n<path d=\"M14 12.938v9.063c0 2.172-1.828 4-4 4s-4-1.828-4-4c0-0.547 0.453-1 1-1s1 0.453 1 1c0 1.047 0.953 2 2 2s2-0.953 2-2v-9.063c0.328-0.109 0.656-0.172 1-0.172s0.672 0.063 1 0.172zM26 13.359c0 0.266-0.234 0.5-0.5 0.5-0.141 0-0.25-0.063-0.359-0.156-0.906-0.844-1.75-1.437-3.047-1.437-1.484 0-2.766 0.922-3.609 2.094-0.187 0.266-0.328 0.547-0.5 0.812-0.109 0.172-0.234 0.266-0.438 0.266-0.219 0-0.344-0.094-0.453-0.266-0.172-0.266-0.313-0.547-0.5-0.812-0.844-1.172-2.109-2.094-3.594-2.094s-2.75 0.922-3.594 2.094c-0.187 0.266-0.328 0.547-0.5 0.812-0.109 0.172-0.234 0.266-0.453 0.266-0.203 0-0.328-0.094-0.438-0.266-0.172-0.266-0.313-0.547-0.5-0.812-0.844-1.172-2.125-2.094-3.609-2.094-1.297 0-2.141 0.594-3.047 1.437-0.109 0.094-0.219 0.156-0.359 0.156-0.266 0-0.5-0.234-0.5-0.5 0-0.047 0-0.078 0.016-0.109 1.437-5.906 7.141-9.25 12.984-9.25 5.812 0 11.578 3.344 12.984 9.25 0.016 0.031 0.016 0.063 0.016 0.109zM14 2v1.531c-0.328-0.016-0.672-0.031-1-0.031s-0.672 0.016-1 0.031v-1.531c0-0.547 0.453-1 1-1s1 0.453 1 1z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"355\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b01a6\" wfd-id=\"356\"><h4 data-css=\"tve-u-1624935a201\" style=\"text-align: left;\">Wax protection</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"354\"><p data-css=\"tve-u-162492e70ad\">Etiam pharetra, erat sed fermentum feugiat, velit mauris</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16249367114\" wfd-id=\"326\"><div class=\"tcb-flex-row tcb-medium-no-wrap tcb--cols--3 v-2\" data-css=\"tve-u-16229ffbb7b\" wfd-id=\"327\"><div class=\"tcb-flex-col\" wfd-id=\"342\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229fa6a26\" wfd-id=\"344\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b33f9\" wfd-id=\"348\"><svg class=\"tcb-icon\" viewBox=\"0 0 26 28\" data-name=\"magic\">\n<path d=\"M18.594 9.078l4.578-4.578-1.672-1.672-4.578 4.578zM25.578 4.5c0 0.266-0.094 0.516-0.281 0.703l-20.094 20.094c-0.187 0.187-0.438 0.281-0.703 0.281s-0.516-0.094-0.703-0.281l-3.094-3.094c-0.187-0.187-0.281-0.438-0.281-0.703s0.094-0.516 0.281-0.703l20.094-20.094c0.187-0.187 0.438-0.281 0.703-0.281s0.516 0.094 0.703 0.281l3.094 3.094c0.187 0.187 0.281 0.438 0.281 0.703zM4.469 1.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531zM9.938 4.062l3.063 0.938-3.063 0.938-0.938 3.063-0.938-3.063-3.063-0.938 3.063-0.938 0.938-3.063zM24.469 11.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531zM14.469 1.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"346\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b0a67\" wfd-id=\"347\"><h4 data-css=\"tve-u-16248fc42a1\" style=\"text-align: left;\">Dust &amp; Dash Console</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"345\"><p data-css=\"tve-u-162492e70ad\">Duis sed odio sit amet nibh vulputate cursus a sit amet mauris.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"335\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1622f65ba70\" wfd-id=\"337\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b60b4\" wfd-id=\"341\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"certificate\">\n<path d=\"M21.5 14l2.156 2.109c0.297 0.281 0.406 0.703 0.313 1.094-0.109 0.391-0.422 0.703-0.812 0.797l-2.938 0.75 0.828 2.906c0.109 0.391 0 0.812-0.297 1.094-0.281 0.297-0.703 0.406-1.094 0.297l-2.906-0.828-0.75 2.938c-0.094 0.391-0.406 0.703-0.797 0.812-0.094 0.016-0.203 0.031-0.297 0.031-0.297 0-0.594-0.125-0.797-0.344l-2.109-2.156-2.109 2.156c-0.281 0.297-0.703 0.406-1.094 0.313-0.406-0.109-0.703-0.422-0.797-0.812l-0.75-2.938-2.906 0.828c-0.391 0.109-0.812 0-1.094-0.297-0.297-0.281-0.406-0.703-0.297-1.094l0.828-2.906-2.938-0.75c-0.391-0.094-0.703-0.406-0.812-0.797-0.094-0.391 0.016-0.812 0.313-1.094l2.156-2.109-2.156-2.109c-0.297-0.281-0.406-0.703-0.313-1.094 0.109-0.391 0.422-0.703 0.812-0.797l2.938-0.75-0.828-2.906c-0.109-0.391 0-0.812 0.297-1.094 0.281-0.297 0.703-0.406 1.094-0.297l2.906 0.828 0.75-2.938c0.094-0.391 0.406-0.703 0.797-0.797 0.391-0.109 0.812 0 1.094 0.297l2.109 2.172 2.109-2.172c0.281-0.297 0.688-0.406 1.094-0.297 0.391 0.094 0.703 0.406 0.797 0.797l0.75 2.938 2.906-0.828c0.391-0.109 0.812 0 1.094 0.297 0.297 0.281 0.406 0.703 0.297 1.094l-0.828 2.906 2.938 0.75c0.391 0.094 0.703 0.406 0.812 0.797 0.094 0.391-0.016 0.812-0.313 1.094z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"339\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b12d8\" wfd-id=\"340\"><h4 data-css=\"tve-u-1625389a3d5\" style=\"text-align: left;\">Triple Foam Polish</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"338\"><p data-css=\"tve-u-162492e70ad\">Class aptent taciti sociosqu ad litora torquent</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"328\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229fa8c68\" wfd-id=\"330\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-16271adf6cf\" wfd-id=\"334\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"bullseye\">\n<path d=\"M16 14c0 2.203-1.797 4-4 4s-4-1.797-4-4 1.797-4 4-4 4 1.797 4 4zM18 14c0-3.313-2.688-6-6-6s-6 2.688-6 6 2.688 6 6 6 6-2.688 6-6zM20 14c0 4.422-3.578 8-8 8s-8-3.578-8-8 3.578-8 8-8 8 3.578 8 8zM22 14c0-5.516-4.484-10-10-10s-10 4.484-10 10 4.484 10 10 10 10-4.484 10-10zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"332\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-16248fc71c8\" wfd-id=\"333\"><h4 data-css=\"tve-u-1625389b4ed\" style=\"text-align: left;\">Tire dressing</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"331\"><p data-css=\"tve-u-162492e70ad\">Etiam pharetra, erat sed fermentum feugiat, velit mauris</p></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621ad46076\" wfd-id=\"290\">\n<div class=\"tve-page-section-out\" wfd-id=\"321\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621b072b4e\" wfd-id=\"291\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621a8b2488\" wfd-id=\"292\"><div class=\"tcb-flex-row tcb--cols--2 v-2\" data-css=\"tve-u-1621a8a804b\" wfd-id=\"293\"><div class=\"tcb-flex-col\" wfd-id=\"303\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16271bfe70c\" wfd-id=\"305\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h3\" data-css=\"tve-u-1621a8c4313\" wfd-id=\"320\"><h3><strong>Complete cleaning services for yoâ€‹ur car</strong></h3></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-16417b70f47\" wfd-id=\"306\"><ul class=\"tcb-styled-list\" wfd-id=\"307\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621acf0289\" wfd-id=\"316\"><div class=\"tcb-styled-list-icon\" wfd-id=\"318\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a8e11f3\" wfd-id=\"319\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ace1b08\" wfd-id=\"317\">We are a small business delivering professional cleaning services for all vehicles</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621acf64fb\" wfd-id=\"312\"><div class=\"tcb-styled-list-icon\" wfd-id=\"314\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a8e5625\" wfd-id=\"315\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ace4de9\" wfd-id=\"313\">Our services are convenient for individuals and corporate fleets</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"308\"><div class=\"tcb-styled-list-icon\" wfd-id=\"310\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a9076ef\" wfd-id=\"311\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621acf47d2\" wfd-id=\"309\">We use eco-friendly products that actually clean, protect and maintain your car better than the traditional cleaning substances</span></li></ul></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"294\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621a90a46f\" wfd-id=\"296\"><div class=\"thrv_wrapper thrv-fill-counter tve_red tve_normalfc thrv_data_element\" data-css=\"tve-u-1621a983587\" wfd-id=\"297\">\n<div class=\"tve_fill_counter_n\" style=\"\" data-fill=\"100\" data-css=\"tve-u-1621a98b602\" wfd-id=\"298\">\n<svg viewBox=\"0 0 170 170\" class=\"tve_fill_counter_circle\" shape-rendering=\"optimizeSpeed\" data-css=\"tve-u-1621a9a2862\">\n<circle class=\"tve_fill_counter_circle_inner\" r=\"85\" cx=\"85\" cy=\"85\" data-css=\"tve-u-1621a9685d4\"></circle>\n</svg>\n<div class=\"tve_fill_text_in\" data-css=\"tve-u-1621a96b190\" wfd-id=\"299\">\n<div class=\"tve_fill_text_value\" data-css=\"tve-u-1621a9a2866\" wfd-id=\"301\">\n<div class=\"thrv-inline-text tve_fill_text tve_editable\" data-css=\"tve-u-1621a9a2867\" wfd-id=\"302\"><strong>100%â€‹</strong></div>\n</div>\n<div class=\"thrv-inline-text tve_editable tve_data_element_label\" data-css=\"tve-u-1621a9750ae\" wfd-id=\"300\">Clean car</div>\n</div>\n</div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621ada1e7f\" data-value-type=\"percent\" wfd-id=\"254\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621adba9ef\" data-clip-id=\"52d5a36c151aa\" wfd-id=\"289\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-52d5a36c151aa\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0875\"></polygon></clipPath><clipPath id=\"clip-tablet-top-52d5a36c151aa\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0524\"></polygon></clipPath><clipPath id=\"clip-mobile-top-52d5a36c151aa\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0349\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621ad420c4\" wfd-id=\"255\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621ade6172\" wfd-id=\"256\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2 tcb-row-reversed-mobile tcb-mobile-edit v-2\" data-css=\"tve-u-1621adea58b\" wfd-id=\"257\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621b064646\" style=\"\" wfd-id=\"283\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ae0bec7\" wfd-id=\"285\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ae4fd21\" data-value-type=\"percent\" data-float=\"1\" wfd-id=\"286\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621ae6c8da\" data-clip-id=\"aa2c3e3c70555\" wfd-id=\"288\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0349\"></polygon></clipPath><clipPath id=\"clip-tablet-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"4\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0699\"></polygon></clipPath><clipPath id=\"clip-mobile-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"4\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0699\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb\" data-css=\"tve-u-1621ae4db6e\" wfd-id=\"287\"></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621b064668\" style=\"\" wfd-id=\"258\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621f45bed3\" wfd-id=\"260\"><div class=\"tcb-clear\" data-css=\"tve-u-16224848ee5\" wfd-id=\"281\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621afceb00\" wfd-id=\"282\"><h2 data-css=\"tve-u-1621afcc0bf\">Check Out Our Special Offer!</h2></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621afda4fa\" wfd-id=\"280\"><p data-css=\"tve-u-1621afd8c98\">Donâ€™t miss the opportunity to get 50% discount on a complete cleaning just by recommending us to a friend. Bring someone you know with you and clean you car half price!</p></div><div class=\"tcb-clear\" data-css=\"tve-u-16224834cab\" wfd-id=\"261\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621fe85996\" wfd-id=\"262\"><div class=\"tcb-flex-row tcb--cols--2 tcb-resized tcb-medium-wrap tcb-desktop-wrap\" data-css=\"tve-u-1621fe78878\" wfd-id=\"263\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621fe94086\" style=\"\" wfd-id=\"271\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"273\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621b01355a\" wfd-id=\"274\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621b08fdde\" data-tcb_hover_state_parent=\"1\" wfd-id=\"279\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16223f02c16\" wfd-id=\"275\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-1620af7eb3f\" data-tcb_hover_state_parent=\"\" data-button-style=\"full_rounded\" wfd-id=\"276\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"277\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-16228c75500\" wfd-id=\"278\"><strong>Request an appointment</strong></span></span>\n</a>\n</div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621fe940b9\" style=\"\" wfd-id=\"264\"><div class=\"tcb-col\" wfd-id=\"266\"><div class=\"tcb-clear\" data-css=\"tve-u-16224716d62\" wfd-id=\"267\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-1621b028939\" data-tcb_hover_state_parent=\"\" data-button-style=\"ghost\" wfd-id=\"268\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"269\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-16228c764b2\" wfd-id=\"270\"><strong>Call Now: 0400-700-682</strong></span></span>\n</a>\n</div></div></div></div></div></div></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16260ba2fa4\" wfd-id=\"161\">\n<div class=\"tve-page-section-out\" wfd-id=\"253\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16260be7104\" wfd-id=\"162\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621b0e4fb7\" wfd-id=\"252\"><h2 data-css=\"tve-u-1621b10fccf\" style=\"text-align: center;\">our happy clients</h2></div><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641367127b\" data-float=\"1\" wfd-id=\"251\"><svg class=\"tcb-icon\" viewBox=\"0 0 30 32\" data-name=\"quote-left\">\n<path d=\"M13.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429zM29.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641367e553\" wfd-id=\"250\"><svg class=\"tcb-icon\" viewBox=\"0 0 30 32\" data-name=\"quote-left\">\n<path d=\"M13.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429zM29.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a10d3b4\" wfd-id=\"221\">\n<div class=\"tve-content-box-background\" wfd-id=\"249\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"222\"><div class=\"tcb-clear\" data-css=\"tve-u-1621b300a64\" wfd-id=\"247\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-1621f154231\" wfd-id=\"248\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621b200375\" wfd-id=\"225\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-16260d8392c\" wfd-id=\"226\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"231\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"233\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16417b62c09\" wfd-id=\"234\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-16260d8396c\" wfd-id=\"235\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16260d01208\" style=\"\" wfd-id=\"241\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"243\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"244\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16225617da3\" wfd-id=\"246\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"245\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16260d0120e\" style=\"\" wfd-id=\"236\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"238\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"240\"><h5>Brett Graham, 28</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"239\"><h6 class=\"\">Architect</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"227\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"229\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"230\"><p data-css=\"tve-u-162539c17ec\">Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit. Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit.&nbsp;</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-16260c5ff0c\" wfd-id=\"223\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260c5ff07\" wfd-id=\"224\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a12f675\" wfd-id=\"192\">\n<div class=\"tve-content-box-background\" wfd-id=\"220\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"193\"><div class=\"tcb-clear\" data-css=\"tve-u-16260cd7683\" wfd-id=\"218\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260d73672\" wfd-id=\"219\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16260da3aa7\" wfd-id=\"196\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-1621fb68b97\" wfd-id=\"197\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"202\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"204\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16417b662bf\" wfd-id=\"205\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-1621fb65556\" wfd-id=\"206\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16229915e1a\" style=\"\" wfd-id=\"212\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"214\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"215\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16260c433e9\" wfd-id=\"217\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"216\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16229915e4e\" style=\"\" wfd-id=\"207\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"209\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"211\"><h5>Rosie Hanson, 24</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"210\"><h6 class=\"\">Real estate Associate</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"198\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"200\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"201\"><p data-css=\"tve-u-162539c17ec\">Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo.</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-16260d3b97e\" wfd-id=\"194\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260d39b83\" wfd-id=\"195\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a146aef\" wfd-id=\"163\">\n<div class=\"tve-content-box-background\" wfd-id=\"191\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"164\"><div class=\"tcb-clear\" data-css=\"tve-u-16260cd7683\" wfd-id=\"189\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260cd622f\" wfd-id=\"190\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16260c39a7e\" wfd-id=\"167\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-16260d3f4aa\" wfd-id=\"168\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"173\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"175\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621fbacc60\" wfd-id=\"176\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-16260d3f4af\" wfd-id=\"177\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16229915e1a\" style=\"\" wfd-id=\"183\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"185\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"186\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16260d5e4b8\" wfd-id=\"188\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"187\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16229915e4e\" style=\"\" wfd-id=\"178\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"180\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"182\"><h5>Shawn Mattews, 35</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"181\"><h6 class=\"\">project manager</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"169\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"171\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"172\"><p data-css=\"tve-u-162539c17ec\">Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo. Nullam ac urna eu felis.Sed non neque elit. Sed ut imperdiet nisi. Proin condimentum</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1621b30ca74\" wfd-id=\"165\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-1621f15b521\" wfd-id=\"166\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621b3c8c52\" wfd-id=\"57\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621b3cfc7b\" wfd-id=\"160\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621b3c74d9\" wfd-id=\"58\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621e7b695a\" wfd-id=\"159\"><h2 data-css=\"tve-u-1621e7a7350\" style=\"text-align: center;\">our offers</h2></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621e7c899a\" wfd-id=\"59\"><div class=\"tcb-flex-row tcb--cols--3 tcb-medium-wrap v-2\" data-css=\"tve-u-1621e7c7aa1\" wfd-id=\"60\"><div class=\"tcb-flex-col\" wfd-id=\"123\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16223fc9f23\" wfd-id=\"125\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e7ceab3\" style=\"\" wfd-id=\"126\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16416e4fafd\" wfd-id=\"158\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e7d5094\" wfd-id=\"127\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e7e9950\" data-value-type=\"percent\" style=\"\" wfd-id=\"154\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e7edfd9\" data-clip-id=\"10ffac3b28f1d\" wfd-id=\"157\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-10ffac3b28f1d\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-10ffac3b28f1d\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e7e6c1d\" wfd-id=\"155\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-16417b4cb9e\" wfd-id=\"156\"><h4 data-css=\"tve-u-1621fe1a1af\" style=\"text-align: center;\"><strong>Basic Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ec6c39b\" data-float=\"1\" wfd-id=\"150\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e81f424\" wfd-id=\"153\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec752da\" wfd-id=\"151\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"152\"><h4 data-css=\"tve-u-1621fe1bd18\" style=\"text-align: center;\"><strong>15$</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621ea50702\" wfd-id=\"128\"><ul class=\"tcb-styled-list\" wfd-id=\"129\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec3a5c0\" wfd-id=\"146\"><div class=\"tcb-styled-list-icon\" wfd-id=\"148\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec204df\" wfd-id=\"149\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec241aa\" wfd-id=\"147\">Interior vacuum</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"142\"><div class=\"tcb-styled-list-icon\" wfd-id=\"144\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec20f68\" wfd-id=\"145\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec2704c\" wfd-id=\"143\">Dust &amp;dash console</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec42aa7\" wfd-id=\"138\"><div class=\"tcb-styled-list-icon\" wfd-id=\"140\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec21a31\" wfd-id=\"141\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec298ab\" wfd-id=\"139\">Hand towel dry</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec43fe2\" wfd-id=\"134\"><div class=\"tcb-styled-list-icon\" wfd-id=\"136\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ea1fba7\" wfd-id=\"137\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea23322\" wfd-id=\"135\">Clean windows</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec454d9\" wfd-id=\"130\"><div class=\"tcb-styled-list-icon\" wfd-id=\"132\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ea295c0\" wfd-id=\"133\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea2c69a\" wfd-id=\"131\">Soft cloth wash</span></li></ul></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"92\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"94\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621eb81205\" style=\"\" wfd-id=\"95\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16416e603ab\" wfd-id=\"122\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621eb7ccb0\" wfd-id=\"96\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ebbbb6d\" data-value-type=\"percent\" wfd-id=\"118\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eaaedd8\" data-clip-id=\"a2b9cf3198d6f\" wfd-id=\"121\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-a2b9cf3198d6f\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-a2b9cf3198d6f\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec7f21a\" wfd-id=\"119\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e930bd7\" wfd-id=\"120\"><h4 data-css=\"tve-u-1621e92e97f\" style=\"text-align: center;\"><strong>Ultimate Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ec78d2c\" data-float=\"1\" wfd-id=\"114\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eab272c\" wfd-id=\"117\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec79a7d\" wfd-id=\"115\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"116\"><h4 data-css=\"tve-u-1621e942b65\" style=\"text-align: center;\"><strong>22 $</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621ebfa746\" wfd-id=\"111\"><p data-css=\"tve-u-1621f4ceaf6\" style=\"text-align: center;\">Includes basic service <span data-css=\"tve-u-1621f4ceaf7\" style=\"color: rgb(15, 29, 123);\" wfd-id=\"112\"><strong class=\"\"><span data-css=\"tve-u-1621f4ceafb\" wfd-id=\"113\">+</span></strong></span></p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621ebf340c\" wfd-id=\"97\"><ul class=\"tcb-styled-list\" wfd-id=\"98\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-164137a0b1f\" wfd-id=\"107\"><div class=\"tcb-styled-list-icon\" wfd-id=\"109\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec0c5bd\" wfd-id=\"110\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ebfe4ce\" wfd-id=\"108\">Triple foam conditiner</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec04541\" wfd-id=\"103\"><div class=\"tcb-styled-list-icon\" wfd-id=\"105\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec09a3c\" wfd-id=\"106\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ebff867\" wfd-id=\"104\">Tire dressing</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec05cc3\" wfd-id=\"99\"><div class=\"tcb-styled-list-icon\" wfd-id=\"101\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec15f6e\" wfd-id=\"102\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec009a8\" wfd-id=\"100\">Air freshner</span></li></ul></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"61\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16223dad661\" wfd-id=\"63\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621fd9c946\" style=\"\" wfd-id=\"64\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e7d234c\" wfd-id=\"91\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621fd84d7b\" wfd-id=\"65\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16223b080b0\" data-value-type=\"percent\" wfd-id=\"87\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eb3eb9f\" data-clip-id=\"ac98bb0e54b3b\" wfd-id=\"90\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621fd8766c\" wfd-id=\"88\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e930bd7\" wfd-id=\"89\"><h4 data-css=\"tve-u-1621fe1587d\" style=\"text-align: center;\"><strong>Supreme Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e8107f3\" wfd-id=\"83\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eb43d8d\" wfd-id=\"86\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e819c52\" wfd-id=\"84\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"85\"><h4 data-css=\"tve-u-1621fe1725e\" style=\"text-align: center;\"><strong>30 $</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621eb037bb\" wfd-id=\"80\"><p data-css=\"tve-u-1621f4d0451\" style=\"text-align: center;\">Includes ultimate service <span data-css=\"tve-u-1621eaff572\" style=\"color: rgb(15, 29, 123);\" wfd-id=\"81\"><strong class=\"\"><span data-css=\"tve-u-1621eb01b60\" wfd-id=\"82\">+</span></strong></span></p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621eacf6af\" wfd-id=\"66\"><ul class=\"tcb-styled-list\" wfd-id=\"67\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec36a4d\" wfd-id=\"76\"><div class=\"tcb-styled-list-icon\" wfd-id=\"78\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e9993aa\" wfd-id=\"79\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea1a5d7\" wfd-id=\"77\">Exterior trim dressing</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"72\"><div class=\"tcb-styled-list-icon\" wfd-id=\"74\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e99b1db\" wfd-id=\"75\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea19a06\" wfd-id=\"73\">Hand applied spray wax</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec37ea5\" wfd-id=\"68\"><div class=\"tcb-styled-list-icon\" wfd-id=\"70\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e99c314\" wfd-id=\"71\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea18c5d\" wfd-id=\"69\">Interior conditioner</span></li></ul></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621efddaaf\" wfd-id=\"36\">\n<div class=\"tve-page-section-out\" wfd-id=\"56\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621edf8048\" wfd-id=\"37\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621f114214\" wfd-id=\"38\"><div class=\"tcb-flex-row tcb-resized tcb-mobile-edit tcb--cols--2\" data-css=\"tve-u-1621ee03000\" wfd-id=\"39\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621ee4be21\" style=\"\" wfd-id=\"44\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ee093d4\" wfd-id=\"46\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ee3afec\" wfd-id=\"50\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621ee58e74\" wfd-id=\"55\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ee37f4a\" wfd-id=\"51\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1621ee74a24\" wfd-id=\"54\"><svg class=\"tcb-icon\" viewBox=\"0 0 16 28\" data-name=\"map-marker\">\n<path d=\"M12 10c0-2.203-1.797-4-4-4s-4 1.797-4 4 1.797 4 4 4 4-1.797 4-4zM16 10c0 0.953-0.109 1.937-0.516 2.797l-5.688 12.094c-0.328 0.688-1.047 1.109-1.797 1.109s-1.469-0.422-1.781-1.109l-5.703-12.094c-0.406-0.859-0.516-1.844-0.516-2.797 0-4.422 3.578-8 8-8s8 3.578 8 8z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621ee63e1c\" wfd-id=\"53\"><h2 data-css=\"tve-u-1621fdcb4ea\" style=\"text-align: center;\">contact us</h2></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16422a1ce91\" wfd-id=\"52\"><p data-css=\"tve-u-16422a1ce94\" style=\"text-align: left;\">Your adress goes here</p><p data-css=\"tve-u-16422a1ce93\" style=\"text-align: left;\">Phone: 0400 - 700 - 682</p><p data-css=\"tve-u-16422a1ce92\" style=\"text-align: left;\">Email: our_office@gmail.com</p></div></div>\n</div><div class=\"tcb-clear\" data-css=\"tve-u-16417c828be\" wfd-id=\"47\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_slide_left\" data-css=\"tve-u-1621ef118dc\" style=\"\" wfd-id=\"48\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"49\"><img class=\"tve_image tve_evt_manager_listen tve_et_tve-viewport wp-image-21388\" alt=\"\" width=\"567\" height=\"384\" title=\"Car wash img footer\" data-id=\"21388\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-img-footer.png\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_left&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" style=\"width: 100%;\"></span></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621ee4be73\" style=\"\" wfd-id=\"40\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ee22c43\" wfd-id=\"42\"><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-1621ee18a1c\" wfd-id=\"43\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=New York&amp;t=m&amp;z=5&amp;output=embed&amp;iwloc=near\"></iframe>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621f0aa8f7\" wfd-id=\"23\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621f0ada0e\" wfd-id=\"35\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621f0b0088\" wfd-id=\"24\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621f0d2c1a\" wfd-id=\"25\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-1621f0cbe40\" wfd-id=\"26\"><div class=\"tcb-flex-col\" wfd-id=\"31\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"33\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621f0da775\" wfd-id=\"34\"><p data-css=\"tve-u-1622444fb11\">Â© 2018, Your company name . All rights reserved.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"27\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"29\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16223fe5f5b\" wfd-id=\"30\"><p data-css=\"tve-u-1621f0d874c\" style=\"text-align: right;\">Made with <a href=\"https://thrivethemes.com/\" target=\"_blank\">Thrive Architect</a></p></div></div></div></div></div></div>\n</div>\n\n'),(6772,564,'tve_revision_tve_has_wistia_popover','0'),(6773,565,'tve_revision_tve_landing_page','tcb2-thrivebiz-car-wash'),(6774,565,'tve_revision_tve_landing_set',''),(6775,565,'tve_revision_tve_disable_theme_dependency','1');
INSERT INTO `wpbe_postmeta` VALUES (6776,565,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-162717d1bbe\" wfd-id=\"429\"><div class=\"tcb-flex-row tcb-medium-no-wrap v-2 tcb--cols--3 m-edit tcb-mobile-wrap tcb-resized\" data-css=\"tve-u-162717d1bbf\" wfd-id=\"430\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1695981e7bb\" wfd-id=\"451\"><div class=\"tcb-col\" data-css=\"tve-u-16959846d3d\" wfd-id=\"453\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16959822de2\" wfd-id=\"454\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"455\"><img class=\"tve_image wp-image-465\" alt=\"\" width=\"384\" height=\"62\" title=\"Blackhawk_custom_header\" data-id=\"465\" src=\"https://bestcerakoteflorida.com/wp-content/uploads/2019/01/Blackhawk_custom_header.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717d1bb9\" style=\"\" wfd-id=\"444\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717d1bb6\" wfd-id=\"446\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-164179a84b8\" wfd-id=\"447\">\n<div class=\"tve-content-box-background\" wfd-id=\"450\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"448\"><div class=\"tcb-clear\" wfd-id=\"449\"></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717d1bb7\" style=\"\" wfd-id=\"431\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717d1bbc\" wfd-id=\"433\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16369305186\" wfd-id=\"434\">\n<div class=\"tve-content-box-background\" wfd-id=\"443\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16417e9d24e\" wfd-id=\"435\"><div class=\"tcb-clear\" wfd-id=\"441\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-16417e5bd95\" data-float=\"1\" wfd-id=\"442\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-envelope-regular\" data-name=\"\">\n            <path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path>\n        </svg></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-164179bced9\" wfd-id=\"436\"><p data-css=\"tve-u-1641333d7d1\"><a href=\"mailto:info@bestcerkoteflorida.com\" target=\"_blank\">info@bestcerakoteflorida.com</a></p></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-162717cb621\" data-value-type=\"percent\" wfd-id=\"394\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-162717cb620\" data-clip-id=\"c883ac5175045\" wfd-id=\"428\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-c883ac5175045\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9125, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-c883ac5175045\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9476, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-c883ac5175045\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9651, 1 1, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-162717cb609\" wfd-id=\"395\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-162717cb618\" wfd-id=\"396\"><div class=\"tcb-flex-row tcb-medium-wrap tcb-resized v-2 tcb--cols--2\" data-css=\"tve-u-162717cb617\" wfd-id=\"397\"><div class=\"tcb-flex-col\" data-css=\"tve-u-162717cb601\" style=\"\" wfd-id=\"404\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717cb60a\" wfd-id=\"406\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h1\" data-css=\"tve-u-162717cb610\" wfd-id=\"418\"><h1 data-css=\"tve-u-162717cb616\" style=\"text-align: center;\">&nbsp;Protect What\'s Important To You With The Toughest Ceramic Finish In The World!<span data-css=\"tve-u-16271ca808e\" style=\"color: rgb(0, 229, 255);\" wfd-id=\"427\"></span></h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162717cb60f\" wfd-id=\"407\"><p data-css=\"tve-u-16413112747\">Heat, Water, Salt and Sand just some of the conditions you face. And any one of them is just waiting to get a hold of your firearm and&nbsp;</p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717cb600\" style=\"\" wfd-id=\"398\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717cb60b\" wfd-id=\"400\"><div class=\"thrv_responsive_video thrv_wrapper rv_style_lifted_style2\" data-type=\"youtube\" data-rel=\"0\" data-url=\"https://www.youtube.com/watch?v=a1nyu9ZJiEk\" data-css=\"tve-u-16959cd1e7a\" data-modestbranding=\"1\" wfd-id=\"401\">\n	\n\n	<div class=\"tve_responsive_video_container\" wfd-id=\"402\">\n		<div class=\"video_overlay\" wfd-id=\"403\"></div>\n	<iframe data-code=\"TEOqV1Q16lU\" data-provider=\"youtube\" src=\"https://www.youtube.com/embed/TEOqV1Q16lU?rel=0&amp;modestbranding=1&amp;controls=1&amp;showinfo=1&amp;fs=1&amp;wmode=transparent\" data-src=\"https://www.youtube.com/embed/TEOqV1Q16lU?rel=0&amp;modestbranding=1&amp;controls=1&amp;showinfo=1&amp;fs=1&amp;wmode=transparent\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-162717fcf9d\" data-value-type=\"percent\" wfd-id=\"329\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-162718bd0c0\" data-clip-id=\"a3b25e1c9221a\" wfd-id=\"393\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0875\"></polygon></clipPath><clipPath id=\"clip-tablet-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"6\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.1051\"></polygon></clipPath><clipPath id=\"clip-mobile-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"1\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0175\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-162718a3b40\" wfd-id=\"330\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622a159bcb\" wfd-id=\"331\">\n<div class=\"tve-content-box-background\" wfd-id=\"392\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"332\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621a2247ba\" wfd-id=\"385\"><h2 data-css=\"tve-u-1621a2e0d5b\">our services</h2></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16229f6175c\" wfd-id=\"356\"><div class=\"tcb-flex-row tcb-medium-no-wrap tcb--cols--3 v-2\" data-css=\"tve-u-162493a03b0\" wfd-id=\"357\"><div class=\"tcb-flex-col\" wfd-id=\"374\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1624939a960\" data-tcb_hover_state_parent=\"\" wfd-id=\"376\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-162493d5f13\" data-float=\"1\" wfd-id=\"384\"><svg class=\"tcb-icon\" viewBox=\"0 0 14 28\" data-name=\"bolt\">\n<path d=\"M13.828 8.844c0.172 0.187 0.219 0.453 0.109 0.688l-8.437 18.078c-0.125 0.234-0.375 0.391-0.656 0.391-0.063 0-0.141-0.016-0.219-0.031-0.344-0.109-0.547-0.438-0.469-0.766l3.078-12.625-6.344 1.578c-0.063 0.016-0.125 0.016-0.187 0.016-0.172 0-0.359-0.063-0.484-0.172-0.187-0.156-0.25-0.391-0.203-0.609l3.141-12.891c0.078-0.297 0.359-0.5 0.688-0.5h5.125c0.391 0 0.703 0.297 0.703 0.656 0 0.094-0.031 0.187-0.078 0.281l-2.672 7.234 6.188-1.531c0.063-0.016 0.125-0.031 0.187-0.031 0.203 0 0.391 0.094 0.531 0.234z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"380\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-162494b490e\" wfd-id=\"381\"><h4 data-css=\"tve-u-16249355087\" style=\"text-align: left;\">Express exterior</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162494b7ad0\" wfd-id=\"377\"><p data-css=\"tve-u-162492e70ad\">Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"365\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162493b6b63\" data-tcb_hover_state_parent=\"\" wfd-id=\"367\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b456a\" wfd-id=\"373\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"adjust\">\n<path d=\"M12 22.5v-17c-4.688 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"371\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1af44d\" wfd-id=\"372\"><h4 data-css=\"tve-u-16249358652\" style=\"text-align: left;\">Interior clean</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"368\"><p data-css=\"tve-u-162492e70ad\">Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"358\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16249373b25\" wfd-id=\"360\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b52d3\" wfd-id=\"364\"><svg class=\"tcb-icon\" viewBox=\"0 0 26 28\" data-name=\"umbrella\">\n<path d=\"M14 12.938v9.063c0 2.172-1.828 4-4 4s-4-1.828-4-4c0-0.547 0.453-1 1-1s1 0.453 1 1c0 1.047 0.953 2 2 2s2-0.953 2-2v-9.063c0.328-0.109 0.656-0.172 1-0.172s0.672 0.063 1 0.172zM26 13.359c0 0.266-0.234 0.5-0.5 0.5-0.141 0-0.25-0.063-0.359-0.156-0.906-0.844-1.75-1.437-3.047-1.437-1.484 0-2.766 0.922-3.609 2.094-0.187 0.266-0.328 0.547-0.5 0.812-0.109 0.172-0.234 0.266-0.438 0.266-0.219 0-0.344-0.094-0.453-0.266-0.172-0.266-0.313-0.547-0.5-0.812-0.844-1.172-2.109-2.094-3.594-2.094s-2.75 0.922-3.594 2.094c-0.187 0.266-0.328 0.547-0.5 0.812-0.109 0.172-0.234 0.266-0.453 0.266-0.203 0-0.328-0.094-0.438-0.266-0.172-0.266-0.313-0.547-0.5-0.812-0.844-1.172-2.125-2.094-3.609-2.094-1.297 0-2.141 0.594-3.047 1.437-0.109 0.094-0.219 0.156-0.359 0.156-0.266 0-0.5-0.234-0.5-0.5 0-0.047 0-0.078 0.016-0.109 1.437-5.906 7.141-9.25 12.984-9.25 5.812 0 11.578 3.344 12.984 9.25 0.016 0.031 0.016 0.063 0.016 0.109zM14 2v1.531c-0.328-0.016-0.672-0.031-1-0.031s-0.672 0.016-1 0.031v-1.531c0-0.547 0.453-1 1-1s1 0.453 1 1z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"362\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b01a6\" wfd-id=\"363\"><h4 data-css=\"tve-u-1624935a201\" style=\"text-align: left;\">Wax protection</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"361\"><p data-css=\"tve-u-162492e70ad\">Etiam pharetra, erat sed fermentum feugiat, velit mauris</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16249367114\" wfd-id=\"333\"><div class=\"tcb-flex-row tcb-medium-no-wrap tcb--cols--3 v-2\" data-css=\"tve-u-16229ffbb7b\" wfd-id=\"334\"><div class=\"tcb-flex-col\" wfd-id=\"349\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229fa6a26\" wfd-id=\"351\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b33f9\" wfd-id=\"355\"><svg class=\"tcb-icon\" viewBox=\"0 0 26 28\" data-name=\"magic\">\n<path d=\"M18.594 9.078l4.578-4.578-1.672-1.672-4.578 4.578zM25.578 4.5c0 0.266-0.094 0.516-0.281 0.703l-20.094 20.094c-0.187 0.187-0.438 0.281-0.703 0.281s-0.516-0.094-0.703-0.281l-3.094-3.094c-0.187-0.187-0.281-0.438-0.281-0.703s0.094-0.516 0.281-0.703l20.094-20.094c0.187-0.187 0.438-0.281 0.703-0.281s0.516 0.094 0.703 0.281l3.094 3.094c0.187 0.187 0.281 0.438 0.281 0.703zM4.469 1.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531zM9.938 4.062l3.063 0.938-3.063 0.938-0.938 3.063-0.938-3.063-3.063-0.938 3.063-0.938 0.938-3.063zM24.469 11.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531zM14.469 1.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"353\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b0a67\" wfd-id=\"354\"><h4 data-css=\"tve-u-16248fc42a1\" style=\"text-align: left;\">Dust &amp; Dash Console</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"352\"><p data-css=\"tve-u-162492e70ad\">Duis sed odio sit amet nibh vulputate cursus a sit amet mauris.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"342\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1622f65ba70\" wfd-id=\"344\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b60b4\" wfd-id=\"348\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"certificate\">\n<path d=\"M21.5 14l2.156 2.109c0.297 0.281 0.406 0.703 0.313 1.094-0.109 0.391-0.422 0.703-0.812 0.797l-2.938 0.75 0.828 2.906c0.109 0.391 0 0.812-0.297 1.094-0.281 0.297-0.703 0.406-1.094 0.297l-2.906-0.828-0.75 2.938c-0.094 0.391-0.406 0.703-0.797 0.812-0.094 0.016-0.203 0.031-0.297 0.031-0.297 0-0.594-0.125-0.797-0.344l-2.109-2.156-2.109 2.156c-0.281 0.297-0.703 0.406-1.094 0.313-0.406-0.109-0.703-0.422-0.797-0.812l-0.75-2.938-2.906 0.828c-0.391 0.109-0.812 0-1.094-0.297-0.297-0.281-0.406-0.703-0.297-1.094l0.828-2.906-2.938-0.75c-0.391-0.094-0.703-0.406-0.812-0.797-0.094-0.391 0.016-0.812 0.313-1.094l2.156-2.109-2.156-2.109c-0.297-0.281-0.406-0.703-0.313-1.094 0.109-0.391 0.422-0.703 0.812-0.797l2.938-0.75-0.828-2.906c-0.109-0.391 0-0.812 0.297-1.094 0.281-0.297 0.703-0.406 1.094-0.297l2.906 0.828 0.75-2.938c0.094-0.391 0.406-0.703 0.797-0.797 0.391-0.109 0.812 0 1.094 0.297l2.109 2.172 2.109-2.172c0.281-0.297 0.688-0.406 1.094-0.297 0.391 0.094 0.703 0.406 0.797 0.797l0.75 2.938 2.906-0.828c0.391-0.109 0.812 0 1.094 0.297 0.297 0.281 0.406 0.703 0.297 1.094l-0.828 2.906 2.938 0.75c0.391 0.094 0.703 0.406 0.812 0.797 0.094 0.391-0.016 0.812-0.313 1.094z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"346\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b12d8\" wfd-id=\"347\"><h4 data-css=\"tve-u-1625389a3d5\" style=\"text-align: left;\">Triple Foam Polish</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"345\"><p data-css=\"tve-u-162492e70ad\">Class aptent taciti sociosqu ad litora torquent</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"335\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229fa8c68\" wfd-id=\"337\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-16271adf6cf\" wfd-id=\"341\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"bullseye\">\n<path d=\"M16 14c0 2.203-1.797 4-4 4s-4-1.797-4-4 1.797-4 4-4 4 1.797 4 4zM18 14c0-3.313-2.688-6-6-6s-6 2.688-6 6 2.688 6 6 6 6-2.688 6-6zM20 14c0 4.422-3.578 8-8 8s-8-3.578-8-8 3.578-8 8-8 8 3.578 8 8zM22 14c0-5.516-4.484-10-10-10s-10 4.484-10 10 4.484 10 10 10 10-4.484 10-10zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"339\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-16248fc71c8\" wfd-id=\"340\"><h4 data-css=\"tve-u-1625389b4ed\" style=\"text-align: left;\">Tire dressing</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"338\"><p data-css=\"tve-u-162492e70ad\">Etiam pharetra, erat sed fermentum feugiat, velit mauris</p></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621ad46076\" wfd-id=\"297\">\n<div class=\"tve-page-section-out\" wfd-id=\"328\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621b072b4e\" wfd-id=\"298\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621a8b2488\" wfd-id=\"299\"><div class=\"tcb-flex-row tcb--cols--2 v-2\" data-css=\"tve-u-1621a8a804b\" wfd-id=\"300\"><div class=\"tcb-flex-col\" wfd-id=\"310\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16271bfe70c\" wfd-id=\"312\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h3\" data-css=\"tve-u-1621a8c4313\" wfd-id=\"327\"><h3><strong>Complete cleaning services for yoâ€‹ur car</strong></h3></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-16417b70f47\" wfd-id=\"313\"><ul class=\"tcb-styled-list\" wfd-id=\"314\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621acf0289\" wfd-id=\"323\"><div class=\"tcb-styled-list-icon\" wfd-id=\"325\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a8e11f3\" wfd-id=\"326\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ace1b08\" wfd-id=\"324\">We are a small business delivering professional cleaning services for all vehicles</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621acf64fb\" wfd-id=\"319\"><div class=\"tcb-styled-list-icon\" wfd-id=\"321\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a8e5625\" wfd-id=\"322\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ace4de9\" wfd-id=\"320\">Our services are convenient for individuals and corporate fleets</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"315\"><div class=\"tcb-styled-list-icon\" wfd-id=\"317\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a9076ef\" wfd-id=\"318\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621acf47d2\" wfd-id=\"316\">We use eco-friendly products that actually clean, protect and maintain your car better than the traditional cleaning substances</span></li></ul></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"301\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621a90a46f\" wfd-id=\"303\"><div class=\"thrv_wrapper thrv-fill-counter tve_red tve_normalfc thrv_data_element\" data-css=\"tve-u-1621a983587\" wfd-id=\"304\">\n<div class=\"tve_fill_counter_n\" style=\"\" data-fill=\"100\" data-css=\"tve-u-1621a98b602\" wfd-id=\"305\">\n<svg viewBox=\"0 0 170 170\" class=\"tve_fill_counter_circle\" shape-rendering=\"optimizeSpeed\" data-css=\"tve-u-1621a9a2862\">\n<circle class=\"tve_fill_counter_circle_inner\" r=\"85\" cx=\"85\" cy=\"85\" data-css=\"tve-u-1621a9685d4\"></circle>\n</svg>\n<div class=\"tve_fill_text_in\" data-css=\"tve-u-1621a96b190\" wfd-id=\"306\">\n<div class=\"tve_fill_text_value\" data-css=\"tve-u-1621a9a2866\" wfd-id=\"308\">\n<div class=\"thrv-inline-text tve_fill_text tve_editable\" data-css=\"tve-u-1621a9a2867\" wfd-id=\"309\"><strong>100%â€‹</strong></div>\n</div>\n<div class=\"thrv-inline-text tve_editable tve_data_element_label\" data-css=\"tve-u-1621a9750ae\" wfd-id=\"307\">Clean car</div>\n</div>\n</div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621ada1e7f\" data-value-type=\"percent\" wfd-id=\"261\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621adba9ef\" data-clip-id=\"52d5a36c151aa\" wfd-id=\"296\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-52d5a36c151aa\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0875\"></polygon></clipPath><clipPath id=\"clip-tablet-top-52d5a36c151aa\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0524\"></polygon></clipPath><clipPath id=\"clip-mobile-top-52d5a36c151aa\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0349\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621ad420c4\" wfd-id=\"262\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621ade6172\" wfd-id=\"263\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2 tcb-row-reversed-mobile tcb-mobile-edit v-2\" data-css=\"tve-u-1621adea58b\" wfd-id=\"264\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621b064646\" style=\"\" wfd-id=\"290\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ae0bec7\" wfd-id=\"292\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ae4fd21\" data-value-type=\"percent\" data-float=\"1\" wfd-id=\"293\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621ae6c8da\" data-clip-id=\"aa2c3e3c70555\" wfd-id=\"295\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0349\"></polygon></clipPath><clipPath id=\"clip-tablet-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"4\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0699\"></polygon></clipPath><clipPath id=\"clip-mobile-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"4\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0699\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb\" data-css=\"tve-u-1621ae4db6e\" wfd-id=\"294\"></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621b064668\" style=\"\" wfd-id=\"265\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621f45bed3\" wfd-id=\"267\"><div class=\"tcb-clear\" data-css=\"tve-u-16224848ee5\" wfd-id=\"288\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621afceb00\" wfd-id=\"289\"><h2 data-css=\"tve-u-1621afcc0bf\">Check Out Our Special Offer!</h2></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621afda4fa\" wfd-id=\"287\"><p data-css=\"tve-u-1621afd8c98\">Donâ€™t miss the opportunity to get 50% discount on a complete cleaning just by recommending us to a friend. Bring someone you know with you and clean you car half price!</p></div><div class=\"tcb-clear\" data-css=\"tve-u-16224834cab\" wfd-id=\"268\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621fe85996\" wfd-id=\"269\"><div class=\"tcb-flex-row tcb--cols--2 tcb-resized tcb-medium-wrap tcb-desktop-wrap\" data-css=\"tve-u-1621fe78878\" wfd-id=\"270\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621fe94086\" style=\"\" wfd-id=\"278\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"280\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621b01355a\" wfd-id=\"281\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621b08fdde\" data-tcb_hover_state_parent=\"1\" wfd-id=\"286\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16223f02c16\" wfd-id=\"282\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-1620af7eb3f\" data-tcb_hover_state_parent=\"\" data-button-style=\"full_rounded\" wfd-id=\"283\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"284\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-16228c75500\" wfd-id=\"285\"><strong>Request an appointment</strong></span></span>\n</a>\n</div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621fe940b9\" style=\"\" wfd-id=\"271\"><div class=\"tcb-col\" wfd-id=\"273\"><div class=\"tcb-clear\" data-css=\"tve-u-16224716d62\" wfd-id=\"274\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-1621b028939\" data-tcb_hover_state_parent=\"\" data-button-style=\"ghost\" wfd-id=\"275\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"276\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-16228c764b2\" wfd-id=\"277\"><strong>Call Now: 0400-700-682</strong></span></span>\n</a>\n</div></div></div></div></div></div></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16260ba2fa4\" wfd-id=\"168\">\n<div class=\"tve-page-section-out\" wfd-id=\"260\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16260be7104\" wfd-id=\"169\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621b0e4fb7\" wfd-id=\"259\"><h2 data-css=\"tve-u-1621b10fccf\" style=\"text-align: center;\">our happy clients</h2></div><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641367127b\" data-float=\"1\" wfd-id=\"258\"><svg class=\"tcb-icon\" viewBox=\"0 0 30 32\" data-name=\"quote-left\">\n<path d=\"M13.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429zM29.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641367e553\" wfd-id=\"257\"><svg class=\"tcb-icon\" viewBox=\"0 0 30 32\" data-name=\"quote-left\">\n<path d=\"M13.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429zM29.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a10d3b4\" wfd-id=\"228\">\n<div class=\"tve-content-box-background\" wfd-id=\"256\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"229\"><div class=\"tcb-clear\" data-css=\"tve-u-1621b300a64\" wfd-id=\"254\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-1621f154231\" wfd-id=\"255\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621b200375\" wfd-id=\"232\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-16260d8392c\" wfd-id=\"233\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"238\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"240\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16417b62c09\" wfd-id=\"241\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-16260d8396c\" wfd-id=\"242\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16260d01208\" style=\"\" wfd-id=\"248\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"250\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"251\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16225617da3\" wfd-id=\"253\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"252\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16260d0120e\" style=\"\" wfd-id=\"243\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"245\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"247\"><h5>Brett Graham, 28</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"246\"><h6 class=\"\">Architect</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"234\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"236\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"237\"><p data-css=\"tve-u-162539c17ec\">Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit. Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit.&nbsp;</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-16260c5ff0c\" wfd-id=\"230\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260c5ff07\" wfd-id=\"231\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a12f675\" wfd-id=\"199\">\n<div class=\"tve-content-box-background\" wfd-id=\"227\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"200\"><div class=\"tcb-clear\" data-css=\"tve-u-16260cd7683\" wfd-id=\"225\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260d73672\" wfd-id=\"226\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16260da3aa7\" wfd-id=\"203\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-1621fb68b97\" wfd-id=\"204\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"209\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"211\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16417b662bf\" wfd-id=\"212\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-1621fb65556\" wfd-id=\"213\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16229915e1a\" style=\"\" wfd-id=\"219\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"221\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"222\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16260c433e9\" wfd-id=\"224\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"223\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16229915e4e\" style=\"\" wfd-id=\"214\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"216\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"218\"><h5>Rosie Hanson, 24</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"217\"><h6 class=\"\">Real estate Associate</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"205\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"207\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"208\"><p data-css=\"tve-u-162539c17ec\">Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo.</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-16260d3b97e\" wfd-id=\"201\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260d39b83\" wfd-id=\"202\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a146aef\" wfd-id=\"170\">\n<div class=\"tve-content-box-background\" wfd-id=\"198\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"171\"><div class=\"tcb-clear\" data-css=\"tve-u-16260cd7683\" wfd-id=\"196\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260cd622f\" wfd-id=\"197\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16260c39a7e\" wfd-id=\"174\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-16260d3f4aa\" wfd-id=\"175\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"180\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"182\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621fbacc60\" wfd-id=\"183\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-16260d3f4af\" wfd-id=\"184\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16229915e1a\" style=\"\" wfd-id=\"190\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"192\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"193\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16260d5e4b8\" wfd-id=\"195\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"194\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16229915e4e\" style=\"\" wfd-id=\"185\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"187\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"189\"><h5>Shawn Mattews, 35</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"188\"><h6 class=\"\">project manager</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"176\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"178\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"179\"><p data-css=\"tve-u-162539c17ec\">Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo. Nullam ac urna eu felis.Sed non neque elit. Sed ut imperdiet nisi. Proin condimentum</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1621b30ca74\" wfd-id=\"172\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-1621f15b521\" wfd-id=\"173\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621b3c8c52\" wfd-id=\"64\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621b3cfc7b\" wfd-id=\"167\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621b3c74d9\" wfd-id=\"65\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621e7b695a\" wfd-id=\"166\"><h2 data-css=\"tve-u-1621e7a7350\" style=\"text-align: center;\">our offers</h2></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621e7c899a\" wfd-id=\"66\"><div class=\"tcb-flex-row tcb--cols--3 tcb-medium-wrap v-2\" data-css=\"tve-u-1621e7c7aa1\" wfd-id=\"67\"><div class=\"tcb-flex-col\" wfd-id=\"130\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16223fc9f23\" wfd-id=\"132\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e7ceab3\" style=\"\" wfd-id=\"133\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16416e4fafd\" wfd-id=\"165\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e7d5094\" wfd-id=\"134\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e7e9950\" data-value-type=\"percent\" style=\"\" wfd-id=\"161\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e7edfd9\" data-clip-id=\"10ffac3b28f1d\" wfd-id=\"164\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-10ffac3b28f1d\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-10ffac3b28f1d\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e7e6c1d\" wfd-id=\"162\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-16417b4cb9e\" wfd-id=\"163\"><h4 data-css=\"tve-u-1621fe1a1af\" style=\"text-align: center;\"><strong>Basic Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ec6c39b\" data-float=\"1\" wfd-id=\"157\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e81f424\" wfd-id=\"160\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec752da\" wfd-id=\"158\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"159\"><h4 data-css=\"tve-u-1621fe1bd18\" style=\"text-align: center;\"><strong>15$</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621ea50702\" wfd-id=\"135\"><ul class=\"tcb-styled-list\" wfd-id=\"136\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec3a5c0\" wfd-id=\"153\"><div class=\"tcb-styled-list-icon\" wfd-id=\"155\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec204df\" wfd-id=\"156\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec241aa\" wfd-id=\"154\">Interior vacuum</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"149\"><div class=\"tcb-styled-list-icon\" wfd-id=\"151\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec20f68\" wfd-id=\"152\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec2704c\" wfd-id=\"150\">Dust &amp;dash console</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec42aa7\" wfd-id=\"145\"><div class=\"tcb-styled-list-icon\" wfd-id=\"147\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec21a31\" wfd-id=\"148\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec298ab\" wfd-id=\"146\">Hand towel dry</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec43fe2\" wfd-id=\"141\"><div class=\"tcb-styled-list-icon\" wfd-id=\"143\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ea1fba7\" wfd-id=\"144\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea23322\" wfd-id=\"142\">Clean windows</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec454d9\" wfd-id=\"137\"><div class=\"tcb-styled-list-icon\" wfd-id=\"139\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ea295c0\" wfd-id=\"140\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea2c69a\" wfd-id=\"138\">Soft cloth wash</span></li></ul></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"99\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"101\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621eb81205\" style=\"\" wfd-id=\"102\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16416e603ab\" wfd-id=\"129\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621eb7ccb0\" wfd-id=\"103\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ebbbb6d\" data-value-type=\"percent\" wfd-id=\"125\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eaaedd8\" data-clip-id=\"a2b9cf3198d6f\" wfd-id=\"128\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-a2b9cf3198d6f\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-a2b9cf3198d6f\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec7f21a\" wfd-id=\"126\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e930bd7\" wfd-id=\"127\"><h4 data-css=\"tve-u-1621e92e97f\" style=\"text-align: center;\"><strong>Ultimate Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ec78d2c\" data-float=\"1\" wfd-id=\"121\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eab272c\" wfd-id=\"124\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec79a7d\" wfd-id=\"122\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"123\"><h4 data-css=\"tve-u-1621e942b65\" style=\"text-align: center;\"><strong>22 $</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621ebfa746\" wfd-id=\"118\"><p data-css=\"tve-u-1621f4ceaf6\" style=\"text-align: center;\">Includes basic service <span data-css=\"tve-u-1621f4ceaf7\" style=\"color: rgb(15, 29, 123);\" wfd-id=\"119\"><strong class=\"\"><span data-css=\"tve-u-1621f4ceafb\" wfd-id=\"120\">+</span></strong></span></p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621ebf340c\" wfd-id=\"104\"><ul class=\"tcb-styled-list\" wfd-id=\"105\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-164137a0b1f\" wfd-id=\"114\"><div class=\"tcb-styled-list-icon\" wfd-id=\"116\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec0c5bd\" wfd-id=\"117\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ebfe4ce\" wfd-id=\"115\">Triple foam conditiner</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec04541\" wfd-id=\"110\"><div class=\"tcb-styled-list-icon\" wfd-id=\"112\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec09a3c\" wfd-id=\"113\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ebff867\" wfd-id=\"111\">Tire dressing</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec05cc3\" wfd-id=\"106\"><div class=\"tcb-styled-list-icon\" wfd-id=\"108\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec15f6e\" wfd-id=\"109\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec009a8\" wfd-id=\"107\">Air freshner</span></li></ul></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"68\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16223dad661\" wfd-id=\"70\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621fd9c946\" style=\"\" wfd-id=\"71\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e7d234c\" wfd-id=\"98\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621fd84d7b\" wfd-id=\"72\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16223b080b0\" data-value-type=\"percent\" wfd-id=\"94\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eb3eb9f\" data-clip-id=\"ac98bb0e54b3b\" wfd-id=\"97\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621fd8766c\" wfd-id=\"95\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e930bd7\" wfd-id=\"96\"><h4 data-css=\"tve-u-1621fe1587d\" style=\"text-align: center;\"><strong>Supreme Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e8107f3\" wfd-id=\"90\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eb43d8d\" wfd-id=\"93\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e819c52\" wfd-id=\"91\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"92\"><h4 data-css=\"tve-u-1621fe1725e\" style=\"text-align: center;\"><strong>30 $</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621eb037bb\" wfd-id=\"87\"><p data-css=\"tve-u-1621f4d0451\" style=\"text-align: center;\">Includes ultimate service <span data-css=\"tve-u-1621eaff572\" style=\"color: rgb(15, 29, 123);\" wfd-id=\"88\"><strong class=\"\"><span data-css=\"tve-u-1621eb01b60\" wfd-id=\"89\">+</span></strong></span></p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621eacf6af\" wfd-id=\"73\"><ul class=\"tcb-styled-list\" wfd-id=\"74\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec36a4d\" wfd-id=\"83\"><div class=\"tcb-styled-list-icon\" wfd-id=\"85\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e9993aa\" wfd-id=\"86\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea1a5d7\" wfd-id=\"84\">Exterior trim dressing</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"79\"><div class=\"tcb-styled-list-icon\" wfd-id=\"81\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e99b1db\" wfd-id=\"82\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea19a06\" wfd-id=\"80\">Hand applied spray wax</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec37ea5\" wfd-id=\"75\"><div class=\"tcb-styled-list-icon\" wfd-id=\"77\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e99c314\" wfd-id=\"78\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea18c5d\" wfd-id=\"76\">Interior conditioner</span></li></ul></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621efddaaf\" wfd-id=\"43\">\n<div class=\"tve-page-section-out\" wfd-id=\"63\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621edf8048\" wfd-id=\"44\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621f114214\" wfd-id=\"45\"><div class=\"tcb-flex-row tcb-resized tcb-mobile-edit tcb--cols--2\" data-css=\"tve-u-1621ee03000\" wfd-id=\"46\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621ee4be21\" style=\"\" wfd-id=\"51\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ee093d4\" wfd-id=\"53\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ee3afec\" wfd-id=\"57\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621ee58e74\" wfd-id=\"62\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ee37f4a\" wfd-id=\"58\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1621ee74a24\" wfd-id=\"61\"><svg class=\"tcb-icon\" viewBox=\"0 0 16 28\" data-name=\"map-marker\">\n<path d=\"M12 10c0-2.203-1.797-4-4-4s-4 1.797-4 4 1.797 4 4 4 4-1.797 4-4zM16 10c0 0.953-0.109 1.937-0.516 2.797l-5.688 12.094c-0.328 0.688-1.047 1.109-1.797 1.109s-1.469-0.422-1.781-1.109l-5.703-12.094c-0.406-0.859-0.516-1.844-0.516-2.797 0-4.422 3.578-8 8-8s8 3.578 8 8z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621ee63e1c\" wfd-id=\"60\"><h2 data-css=\"tve-u-1621fdcb4ea\" style=\"text-align: center;\">contact us</h2></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16422a1ce91\" wfd-id=\"59\"><p data-css=\"tve-u-16422a1ce94\" style=\"text-align: left;\">Your adress goes here</p><p data-css=\"tve-u-16422a1ce93\" style=\"text-align: left;\">Phone: 0400 - 700 - 682</p><p data-css=\"tve-u-16422a1ce92\" style=\"text-align: left;\">Email: our_office@gmail.com</p></div></div>\n</div><div class=\"tcb-clear\" data-css=\"tve-u-16417c828be\" wfd-id=\"54\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_slide_left\" data-css=\"tve-u-1621ef118dc\" style=\"\" wfd-id=\"55\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"56\"><img class=\"tve_image tve_evt_manager_listen tve_et_tve-viewport wp-image-21388\" alt=\"\" width=\"567\" height=\"384\" title=\"Car wash img footer\" data-id=\"21388\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-img-footer.png\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_left&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" style=\"width: 100%;\"></span></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621ee4be73\" style=\"\" wfd-id=\"47\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ee22c43\" wfd-id=\"49\"><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-1621ee18a1c\" wfd-id=\"50\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=New York&amp;t=m&amp;z=5&amp;output=embed&amp;iwloc=near\"></iframe>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621f0aa8f7\" wfd-id=\"30\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621f0ada0e\" wfd-id=\"42\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621f0b0088\" wfd-id=\"31\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621f0d2c1a\" wfd-id=\"32\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-1621f0cbe40\" wfd-id=\"33\"><div class=\"tcb-flex-col\" wfd-id=\"38\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"40\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621f0da775\" wfd-id=\"41\"><p data-css=\"tve-u-1622444fb11\">Â© 2018, Your company name . All rights reserved.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"34\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"36\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16223fe5f5b\" wfd-id=\"37\"><p data-css=\"tve-u-1621f0d874c\" style=\"text-align: right;\">Made with <a href=\"https://thrivethemes.com/\" target=\"_blank\">Thrive Architect</a></p></div></div></div></div></div></div>\n</div>\n\n'),(6777,565,'tve_revision_tve_content_more_found',''),(6778,565,'tve_revision_tve_save_post',''),(6779,565,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Merriweather:400,700&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Special+Elite:400&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Poppins:400,800,900,300,700,&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Monda:400,700,&subset=latin\");@media (min-width: 300px){.tcb-plain-text { font-family: Monda; font-weight: 400; font-size: 14px; }#tve_editor [data-css=\"tve-u-1621b072b4e\"] p, #tve_editor [data-css=\"tve-u-1621b072b4e\"] li, #tve_editor [data-css=\"tve-u-1621b072b4e\"] blockquote, #tve_editor [data-css=\"tve-u-1621b072b4e\"] address, #tve_editor [data-css=\"tve-u-1621b072b4e\"] .tcb-plain-text, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h1, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h2, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h3, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h4, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h5, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h6 { color: rgb(18, 18, 18); }[data-css=\"tve-u-16417c828be\"]::after { clear: both; }[data-css=\"tve-u-1621fe78878\"] .tcb-flex-col { flex-basis: 160px !important; }[data-css=\"tve-u-16417b70f47\"] { padding: 0px !important; margin: 0px !important; }#tve_editor [data-css=\"tve-u-1621fdcb4ea\"] { color: rgb(15, 29, 123) !important; }#tve_editor [data-css=\"tve-u-1641367127b\"] > :first-child { color: rgb(15, 29, 123); }[data-css=\"tve-u-1641367127b\"] { font-size: 60px; float: none; box-shadow: none; position: relative; z-index: 5; margin: 0px auto !important; }#tve_editor [data-css=\"tve-u-1641333d7d1\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-162717cb617\"] > .tcb-flex-col { padding-left: 0px; }#tve_editor [data-css=\"tve-u-16413112747\"] { color: rgba(255, 255, 255, 0.85) !important; }[data-css=\"tve-u-16369305186\"] > .tve-cb { display: block; }#tve_editor [data-css=\"tve-u-162717cb609\"] p, #tve_editor [data-css=\"tve-u-162717cb609\"] li, #tve_editor [data-css=\"tve-u-162717cb609\"] blockquote, #tve_editor [data-css=\"tve-u-162717cb609\"] address, #tve_editor [data-css=\"tve-u-162717cb609\"] h1, #tve_editor [data-css=\"tve-u-162717cb609\"] h2, #tve_editor [data-css=\"tve-u-162717cb609\"] h3, #tve_editor [data-css=\"tve-u-162717cb609\"] h4, #tve_editor [data-css=\"tve-u-162717cb609\"] h5, #tve_editor [data-css=\"tve-u-162717cb609\"] h6 { color: rgb(255, 255, 255); }[data-css=\"tve-u-16369305186\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-162717cb621\"] .tve-page-section-in { display: flex; justify-content: center; flex-direction: column; }[data-css=\"tve-u-162717fcf9d\"] .tve-page-section-in { display: block; }[data-css=\"tve-u-1628a146aef\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1628a12f675\"] { padding: 0px !important; margin: 0px 0px 60px !important; }[data-css=\"tve-u-1628a10d3b4\"] { max-width: 100%; padding: 0px !important; margin: 0px 0px 60px !important; }[data-css=\"tve-u-16271ca808e\"] { color: rgb(0, 229, 255) !important; }#tve_editor [data-css=\"tve-u-162717cb618\"] p, #tve_editor [data-css=\"tve-u-162717cb618\"] li, #tve_editor [data-css=\"tve-u-162717cb618\"] blockquote, #tve_editor [data-css=\"tve-u-162717cb618\"] address, #tve_editor [data-css=\"tve-u-162717cb618\"] h1, #tve_editor [data-css=\"tve-u-162717cb618\"] h2, #tve_editor [data-css=\"tve-u-162717cb618\"] h3, #tve_editor [data-css=\"tve-u-162717cb618\"] h4, #tve_editor [data-css=\"tve-u-162717cb618\"] h5, #tve_editor [data-css=\"tve-u-162717cb618\"] h6 { color: rgb(0, 229, 255); }[data-css=\"tve-u-162718bd0c0\"] { clip-path: url(\"#clip-top-a3b25e1c9221a\"); -webkit-clip-path: url(\"#clip-top-a3b25e1c9221a\");  }[data-css=\"tve-u-162718a3b40\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-162717fcf9d\"] { z-index: 5; padding: 170px 40px 0px !important; margin-top: -80px !important; }[data-css=\"tve-u-16260cd622f\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-16260cd7683\"]::after { clear: both; }[data-css=\"tve-u-16260cd622f\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin-top: 0px !important; margin-bottom: -1px !important; }[data-css=\"tve-u-16260be7104\"] { max-width: 1200px; }[data-css=\"tve-u-16260ba2fa4\"] { padding: 100px 40px !important; }[data-css=\"tve-u-162539c17ec\"] { line-height: 1.6em !important; }#tve_editor [data-css=\"tve-u-162493b6b63\"]:hover { background-color: rgb(248, 249, 251) !important; }#tve_editor [data-css=\"tve-u-1624939a960\"]:hover { background-color: rgb(248, 249, 251) !important; background-image: none !important; }#tve_editor [data-css=\"tve-u-162492e70ad\"] { color: rgb(137, 141, 167) !important; }[data-css=\"tve-u-162492815ba\"] { padding: 0px !important; margin-top: 25px !important; }[data-css=\"tve-u-162491e8e1f\"]::after { clear: both; }[data-css=\"tve-u-1622f65ba70\"] { border: none; background-image: none !important; padding: 0px 30px 30px !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-1622a159bcb\"] { max-width: 100%; float: none; z-index: 6; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; margin-top: 0px !important; }[data-css=\"tve-u-16229915e4e\"] { max-width: 62.8%; }[data-css=\"tve-u-16229915e1a\"] { max-width: 37.2%; }[data-css=\"tve-u-16225617da3\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-Brett.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16225611edb\"] { min-height: 127px; }[data-css=\"tve-u-1622561121b\"] { max-width: 127px; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-16224848ee5\"]::after { clear: both; }[data-css=\"tve-u-16224834cab\"]::after { clear: both; }[data-css=\"tve-u-1621ee3afec\"] > .tve-cb { display: block; }[data-css=\"tve-u-1621fe78878\"] > .tcb-flex-col { padding-left: 5px; }[data-css=\"tve-u-1621fe940b9\"] { max-width: 50%; }[data-css=\"tve-u-1621fe94086\"] { max-width: 50%; }[data-css=\"tve-u-1621fe85996\"] { max-width: 585px; float: left; z-index: 3; position: relative; width: 100%; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621fe78878\"] > .tcb-flex-col > .tcb-col { min-height: 65px; justify-content: center; }[data-css=\"tve-u-1621fe78878\"] { min-height: inherit; margin-left: -5px; padding: 0px !important; flex-wrap: wrap !important; }#tve_editor [data-css=\"tve-u-1621f4d0451\"] { font-size: 20px !important; }#tve_editor [data-css=\"tve-u-1621f4ceaf6\"] { font-size: 20px !important; color: rgb(12, 12, 12) !important; }[data-css=\"tve-u-1621f45bed3\"] { padding: 0px !important; }[data-css=\"tve-u-1621f114214\"] { float: none; max-width: 100%; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621f0da775\"] { padding: 0px !important; }#tve_editor [data-css=\"tve-u-1621f0d874c\"] { letter-spacing: 1px; color: rgb(137, 141, 167) !important; font-size: 14px !important; }[data-css=\"tve-u-1621f0d2c1a\"] { max-width: 100%; margin-left: 60px !important; margin-right: 60px !important; }[data-css=\"tve-u-1621f0aa8f7\"] .tve-page-section-in { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621f0cbe40\"] { margin-left: 0px; padding: 0px !important; }[data-css=\"tve-u-1621f0cbe40\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-1621f0b0088\"] { max-width: 100%; min-height: 140px !important; }[data-css=\"tve-u-1621f0ada0e\"] { background-image: linear-gradient(rgb(22, 22, 24), rgb(22, 22, 24)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1621f0aa8f7\"] { padding: 0px !important; }[data-css=\"tve-u-1621efddaaf\"] { padding: 0px !important; }[data-css=\"tve-u-1621ef118dc\"] { width: 567px; position: relative; right: -50px; top: -104px; float: right; z-index: 3; margin-top: 0px !important; margin-bottom: 0px !important; padding-left: 0px !important; }#tve_editor [data-css=\"tve-u-1621ee74a24\"] > :first-child { color: rgb(15, 29, 123); }[data-css=\"tve-u-1621ee74a24\"] { font-size: 60px; float: none; z-index: 3; position: relative; margin: 0px auto 10px !important; padding-top: 0px !important; }[data-css=\"tve-u-1621ee63e1c\"] { float: none; z-index: 3; position: relative; max-width: none; width: 100%; padding: 0px !important; margin: 0px auto 30px !important; }[data-css=\"tve-u-1621ee58e74\"] { background-color: rgb(224, 226, 236) !important; }[data-css=\"tve-u-1621ee4be73\"] { max-width: 61%; }[data-css=\"tve-u-1621ee4be21\"] { max-width: 39%; }[data-css=\"tve-u-1621ee3afec\"] { padding: 60px 0px 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621ee37f4a\"] { min-height: 380px; }[data-css=\"tve-u-1621ee22c43\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding-top: 0px !important; padding-left: 0px !important; }[data-css=\"tve-u-1621ee18a1c\"] { margin: 80px 0px 0px 122px !important; }[data-css=\"tve-u-1621ee093d4\"] { margin-top: 0px !important; }[data-css=\"tve-u-1621ee03000\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1621ee03000\"] { margin-left: 0px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-1621ee03000\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-1621edf8048\"] { max-width: 100%; min-height: 1px !important; }[data-css=\"tve-u-1621ec454d9\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec43fe2\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec42aa7\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec3a5c0\"] { margin-top: 0px !important; margin-bottom: 10px !important; }[data-css=\"tve-u-1621ec37ea5\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec36a4d\"] { margin-bottom: 10px !important; }[data-css=\"tve-u-1621ea18c5d\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ea19a06\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ea1a5d7\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ea2c69a\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ea23322\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ec298ab\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ec2704c\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ec241aa\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ec05cc3\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec04541\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec009a8\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ebff867\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ebfe4ce\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621eb037bb\"] { padding: 0px !important; margin-top: 0px !important; margin-bottom: 30px !important; }[data-css=\"tve-u-1621eaff572\"] { color: rgb(15, 29, 123) !important; }[data-css=\"tve-u-1621ea50702\"] { max-width: 230px; float: none; z-index: 3; position: relative; width: 100%; padding: 0px !important; margin: 0px auto !important; }#tve_editor [data-css=\"tve-u-1621ea2c69a\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ea295c0\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ea295c0\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ea1fba7\"] > :first-child { color: rgb(137, 141, 167); }#tve_editor [data-css=\"tve-u-1621ea23322\"] { font-size: 16px !important; }[data-css=\"tve-u-1621ea1fba7\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }[data-css=\"tve-u-1621e99c314\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }[data-css=\"tve-u-1621e99b1db\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }[data-css=\"tve-u-1621e9993aa\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ea1a5d7\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ea19a06\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ea18c5d\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621e99c314\"] > :first-child { color: rgb(137, 141, 167); }#tve_editor [data-css=\"tve-u-1621e99b1db\"] > :first-child { color: rgb(137, 141, 167); }#tve_editor [data-css=\"tve-u-1621e9993aa\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621e8107f3\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621e942b65\"] strong { font-weight: 800; }[data-css=\"tve-u-1621e7e9950\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621e930bd7\"] { padding: 0px 0px 50px !important; }#tve_editor [data-css=\"tve-u-1621e92e97f\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1621e81f424\"] { border-radius: 200px; overflow: hidden; background-image: none !important; border: 3px solid rgb(255, 255, 255) !important; background-color: rgb(144, 147, 168) !important; }[data-css=\"tve-u-1621e819c52\"] { min-height: 110px; }[data-css=\"tve-u-1621e8107f3\"] { float: none; max-width: 110px; z-index: 4; padding: 0px !important; margin: -60px auto 30px !important; }[data-css=\"tve-u-1621e7edfd9\"] { clip-path: url(\"#clip-bottom-10ffac3b28f1d\"); -webkit-clip-path: url(\"#clip-bottom-10ffac3b28f1d\");  background-image: none !important; background-color: rgb(144, 147, 168) !important; }[data-css=\"tve-u-1621e7e9950\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1621e7e6c1d\"] { min-height: 150px; }[data-css=\"tve-u-1621e7c7aa1\"] > .tcb-flex-col { padding-left: 60px; }[data-css=\"tve-u-1621e7d5094\"] { min-height: 480px; }[data-css=\"tve-u-1621e7d234c\"] { box-shadow: rgba(0, 0, 0, 0.02) 0px 2px 22px 0px; background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1621e7ceab3\"] { float: none; width: 100%; padding: 0px 0px 20px !important; margin: 0px auto !important; }[data-css=\"tve-u-1621e7c899a\"] { float: none; max-width: 100%; margin: 0px auto !important; }[data-css=\"tve-u-1621e7c7aa1\"] { margin-left: -60px; padding: 0px !important; }[data-css=\"tve-u-1621e7b695a\"] { padding: 0px !important; margin-bottom: 100px !important; }#tve_editor [data-css=\"tve-u-1621e7a7350\"] { color: rgb(15, 29, 123) !important; }[data-css=\"tve-u-1621b3cfc7b\"] { filter: blur(0px); opacity: 1; background-image: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(220, 224, 246) 38%) !important; background-color: rgb(212, 212, 212) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1621b3c8c52\"] { padding: 100px 40px !important; }[data-css=\"tve-u-1621b3c74d9\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-1621b300a64\"]::after { clear: both; }[data-css=\"tve-u-1621b24a89d\"] { padding: 0px !important; }[data-css=\"tve-u-1621b22a018\"] { background-image: none !important; padding: 0px !important; }[data-css=\"tve-u-1621b200375\"] { float: none; max-width: 100%; border-left: 1px solid rgba(15, 29, 123, 0.7); border-right: 1px solid rgba(15, 29, 123, 0.7); background-color: rgb(248, 249, 251) !important; margin: 0px auto !important; }[data-css=\"tve-u-1621b10fccf\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621b0e4fb7\"] { border-right: none; max-width: 100%; padding: 0px !important; margin-bottom: 40px !important; margin-right: 0px !important; }[data-css=\"tve-u-1621b072b4e\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-1621b064668\"] { max-width: 52%; }[data-css=\"tve-u-1621b064646\"] { max-width: 48%; }[data-css=\"tve-u-1621afda4fa\"] { max-width: none; padding: 0px !important; margin-bottom: 40px !important; }#tve_editor [data-css=\"tve-u-1621afd8c98\"] { color: rgb(255, 255, 255) !important; font-size: 20px !important; }[data-css=\"tve-u-1621afceb00\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 80%; padding: 0px !important; margin-bottom: 50px !important; }#tve_editor [data-css=\"tve-u-1621afcc0bf\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1621a8a804b\"] > .tcb-flex-col { padding-left: 60px; }[data-css=\"tve-u-1621ae6c8da\"] { clip-path: url(\"#clip-top-aa2c3e3c70555\"); -webkit-clip-path: url(\"#clip-top-aa2c3e3c70555\");  background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-Cta-2.jpg\") !important; background-size: cover !important; background-position: 0% 100% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1621ae4fd21\"] { max-width: 100%; top: -70px; z-index: 5; left: -60px; position: relative !important; padding: 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-1621ae4db6e\"] { min-height: 524px; }[data-css=\"tve-u-1621ada1e7f\"] .tve-page-section-in { display: flex; flex-direction: column; justify-content: center; }[data-css=\"tve-u-1621adea58b\"] > .tcb-flex-col > .tcb-col { min-height: 1px; justify-content: center; }[data-css=\"tve-u-1621ae0bec7\"] { height: calc(100% - -22px); background-image: linear-gradient(rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.14)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; margin-left: 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621adea58b\"] > .tcb-flex-col { padding-left: 50px; }[data-css=\"tve-u-1621adea58b\"] { margin-left: -50px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-1621ade6172\"] { max-width: 100%; float: none; width: 100%; margin: 0px auto !important; }[data-css=\"tve-u-1621adba9ef\"] { clip-path: url(\"#clip-top-52d5a36c151aa\"); -webkit-clip-path: url(\"#clip-top-52d5a36c151aa\");  background-image: linear-gradient(rgba(15, 29, 123, 0.65), rgba(15, 29, 123, 0.65)), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-cta-bg.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-1621ada1e7f\"] { padding: 0px 40px !important; }[data-css=\"tve-u-1621ad46076\"] { padding: 100px 40px !important; margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1621ad420c4\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-1621a9076ef\"] { padding-top: 2px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-1621acf64fb\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621acf47d2\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1621acf0289\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621a8e11f3\"] { padding-top: 2px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-1621a8e5625\"] { padding-top: 2px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-1621ace4de9\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1621ace1b08\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1621a9a2867\"] strong { font-weight: 700; }#tve_editor [data-css=\"tve-u-1621a9a2867\"] { font-weight: 300; color: rgb(15, 29, 123) !important; font-family: Poppins !important; }[data-css=\"tve-u-1621a9750ae\"] { font-size: 18.36px !important; line-height: 18.36px !important; }[data-css=\"tve-u-1621a9a2867\"] { font-size: 64.8px !important; line-height: 64.8px !important; }[data-css=\"tve-u-1621a9a2866\"] { margin-top: 54px !important; }[data-css=\"tve-u-1621a9a2862\"] { width: 216px !important; height: 216px !important; background-color: rgb(137, 141, 167) !important; }[data-css=\"tve-u-1621a98b602\"] { stroke-dasharray: 678.584, 678.584; }[data-css=\"tve-u-1621a983587\"] { float: none; border: 30px solid rgba(137, 141, 167, 0.24); z-index: 3; position: relative; margin: 30px auto 0px !important; padding: 0px !important; }[data-css=\"tve-u-1621a9750ae\"] strong { font-weight: 700; }#tve_editor [data-css=\"tve-u-1621a9750ae\"] { color: rgb(255, 255, 255) !important; font-family: Monda !important; }[data-css=\"tve-u-1621a96b190\"] { background-color: rgb(101, 114, 203); width: 194.4px !important; height: 194.4px !important; top: 10.8px !important; bottom: 10.8px !important; left: 10.8px !important; right: 10.8px !important; }[data-css=\"tve-u-1621a9685d4\"] { stroke: rgb(248, 251, 253) !important; stroke-width: 22.6px !important; }[data-css=\"tve-u-1621a8a804b\"] > .tcb-flex-col > .tcb-col { min-height: 445px; justify-content: center; }[data-css=\"tve-u-1621a90a46f\"] { background-image: radial-gradient(rgba(255, 255, 255, 0.51) 16%, rgb(255, 255, 255) 73%), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-100-clean.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }#tve_editor [data-css=\"tve-u-1621a9076ef\"] > :first-child { color: rgb(15, 29, 123); }#tve_editor [data-css=\"tve-u-1621a8e5625\"] > :first-child { color: rgb(15, 29, 123); }#tve_editor [data-css=\"tve-u-1621a8e11f3\"] > :first-child { color: rgb(15, 29, 123); }[data-css=\"tve-u-1621a8c4313\"] { padding: 0px !important; margin-bottom: 60px !important; }[data-css=\"tve-u-1621a8b2488\"] { float: none; max-width: 100%; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621a8a804b\"] { min-height: inherit; margin-left: -60px; padding: 0px !important; }[data-css=\"tve-u-1621a2e0d5b\"] { line-height: 1em !important; }[data-css=\"tve-u-1621a2247ba\"] { max-width: 100%; float: none; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; }#tve_editor [data-css=\"tve-u-1620af7eb3f\"] .tcb-button-link { font-size: 18px; color: rgb(15, 29, 123) !important; }#tve_editor [data-css=\"tve-u-1620af7eb3f\"]:hover strong { font-weight: 700 !important; }[data-css=\"tve-u-1620af7eb3f\"] { width: 268px; float: left; z-index: 3; position: relative; display: block; max-width: 268px; margin-bottom: 0px !important; margin-top: 0px !important; margin-left: 3px !important; }#tve_editor [data-css=\"tve-u-1620af7eb3f\"]:hover .tcb-button-link { color: rgb(255, 255, 255) !important; border-radius: 200px !important; overflow: hidden !important; font-family: Monda !important; font-weight: 400 !important; text-shadow: none !important; background-image: none !important; background-color: rgb(15, 29, 123) !important; }[data-css=\"tve-u-1620af7eb3f\"] .tcb-button-link { border-radius: 200px; min-height: 54.7619px; font-size: 1.33333em; padding-top: 0px; padding-bottom: 0px; background-image: none !important; background-color: rgb(255, 255, 255) !important; padding-right: 15px !important; }#tcb_landing_page a:not(.tcb-button-link).tve_state_hover { color: rgb(35, 55, 188); }#tcb_landing_page a:not(.tcb-button-link):hover { color: rgb(35, 55, 188); }#tcb_landing_page a:not(.tcb-button-link) { color: rgb(255, 255, 255); }#tcb_landing_page input strong { font-weight: 700; }#tcb_landing_page .tcb-button-link strong { font-weight: 700; }#tcb_landing_page p strong, #tcb_landing_page li strong { font-weight: 700; }#tcb_landing_page input { font-family: Merriweather; font-weight: 400; }#tcb_landing_page .tcb-button-link { font-family: Merriweather; font-weight: 400; }#tcb_landing_page p, #tcb_landing_page li { color: rgb(12, 12, 12); font-family: Merriweather; font-weight: 400; line-height: 1.5em; font-size: 16px; }#tcb_landing_page h6 { text-transform: uppercase; font-size: 14px; color: rgb(0, 0, 0); font-family: \"Special Elite\"; font-weight: 400; letter-spacing: 1px; line-height: 1.3em; }#tcb_landing_page h5 { font-size: 22px; color: rgb(12, 12, 12); font-family: \"Special Elite\"; font-weight: 400; line-height: 1.3em; }#tcb_landing_page h4 { font-size: 24px; color: rgb(12, 12, 12); font-family: \"Special Elite\"; font-weight: 400; line-height: 1.3em; }#tcb_landing_page h3 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(12, 12, 12); font-size: 26px; line-height: 1.3em; }#tcb_landing_page h2 { color: rgb(0, 0, 0); font-size: 30px; letter-spacing: 2px; text-transform: uppercase; line-height: 1.3em; font-family: \"Special Elite\"; font-weight: 400; }#tcb_landing_page h1 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(0, 0, 0); font-size: 42px; line-height: 1.3em; }[data-css=\"tve-u-15e09c94f7d\"] { background-color: rgb(255, 255, 255); }[data-css=\"tve-u-1621b01355a\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621b01355a\"] { max-width: 274px; position: relative; float: left; z-index: 3; width: 100%; padding: 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-1621b028939\"] .tcb-button-link { font-size: 18px; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1621b028939\"]:hover strong { font-weight: 700 !important; }[data-css=\"tve-u-1621b028939\"] { display: block; max-width: 268px; width: 268px; top: 0px; left: 0px; float: left; z-index: 3; position: relative; margin-bottom: 0px !important; margin-top: 0px !important; }#tve_editor [data-css=\"tve-u-1621b028939\"]:hover .tcb-button-link { background-color: rgb(255, 255, 255) !important; color: rgb(15, 29, 123) !important; overflow: hidden !important; font-family: Monda !important; background-image: none !important; text-align: center !important; }[data-css=\"tve-u-1621b028939\"] .tcb-button-link { min-height: 54.7619px; font-size: 1.33333em; padding-top: 0px; padding-bottom: 0px; border: 1px solid rgb(255, 255, 255); border-radius: 30px; overflow: hidden; background-color: rgba(26, 188, 156, 0.01) !important; padding-right: 15px !important; color: rgb(26, 188, 156) !important; }[data-css=\"tve-u-1621b08fdde\"] { border-radius: 200px; overflow: hidden; border: 1px solid rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1621b01355a\"]:hover [data-css=\"tve-u-1621b08fdde\"] { border: 1px solid rgba(255, 255, 255, 0.4) !important; }[data-css=\"tve-u-1621b30ca74\"]::after { clear: both; }#tve_editor [data-css=\"tve-u-1621e942b65\"] { font-weight: 400; letter-spacing: 0px; color: rgb(255, 255, 255) !important; font-family: Poppins !important; font-size: 30px !important; }[data-css=\"tve-u-1621e94cb4e\"] { float: none; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621eaaedd8\"] { clip-path: url(\"#clip-bottom-a2b9cf3198d6f\"); -webkit-clip-path: url(\"#clip-bottom-a2b9cf3198d6f\");  background-image: none !important; background-color: rgb(5, 10, 42) !important; }[data-css=\"tve-u-1621eab272c\"] { border-radius: 200px; overflow: hidden; background-image: none !important; border: 3px solid rgb(255, 255, 255) !important; background-color: rgb(5, 10, 42) !important; }[data-css=\"tve-u-1621eacf6af\"] { max-width: 230px; float: none; z-index: 3; position: relative; padding: 0px !important; margin: 0px auto !important; }[data-css=\"tve-u-1621eb3eb9f\"] { clip-path: url(\"#clip-bottom-ac98bb0e54b3b\"); -webkit-clip-path: url(\"#clip-bottom-ac98bb0e54b3b\");  background-image: none !important; background-color: rgb(45, 51, 89) !important; }[data-css=\"tve-u-1621eb43d8d\"] { border-radius: 200px; overflow: hidden; background-image: none !important; border: 3px solid rgb(255, 255, 255) !important; background-color: rgb(45, 51, 89) !important; }[data-css=\"tve-u-1621eb7ccb0\"] { min-height: 530px; }[data-css=\"tve-u-1621eb81205\"] { padding: 0px 0px 20px !important; margin-top: -25px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621ebbbb6d\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621ebbbb6d\"] { max-width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1621ebf340c\"] { max-width: 230px; float: none; z-index: 3; position: relative; width: 100%; padding: 0px !important; margin: 0px auto !important; }[data-css=\"tve-u-1621ebfa746\"] { padding: 0px !important; margin-top: 0px !important; margin-bottom: 30px !important; }#tve_editor [data-css=\"tve-u-1621ebfe4ce\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ebff867\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ec009a8\"] { font-size: 16px !important; }[data-css=\"tve-u-1621ec09a3c\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; margin: 0px !important; }#tve_editor [data-css=\"tve-u-1621ec09a3c\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ec0c5bd\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; margin: 0px !important; }#tve_editor [data-css=\"tve-u-1621ec0c5bd\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ec15f6e\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ec15f6e\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ec204df\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ec204df\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ec20f68\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ec20f68\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ec21a31\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ec21a31\"] > :first-child { color: rgb(137, 141, 167); }#tve_editor [data-css=\"tve-u-1621ec241aa\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ec2704c\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ec298ab\"] { font-size: 16px !important; }[data-css=\"tve-u-1621ec6c39b\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621ec6c39b\"] { float: none; max-width: 110px; z-index: 4; padding: 0px !important; margin: -60px auto 30px !important; }[data-css=\"tve-u-1621ec752da\"] { min-height: 110px; }[data-css=\"tve-u-1621ec78d2c\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621ec78d2c\"] { float: none; max-width: 110px; z-index: 4; padding: 0px !important; margin: -60px auto 30px !important; }[data-css=\"tve-u-1621ec79a7d\"] { min-height: 110px; }[data-css=\"tve-u-1621ec7f21a\"] { min-height: 160px; }[data-css=\"tve-u-1621f154231\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-1621f154231\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin: 0px 0px -1px !important; }[data-css=\"tve-u-1621f15b521\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-1621f15b521\"] { float: right; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin-top: -1px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621f4ceaf7\"] { color: rgb(15, 29, 123) !important; }[data-css=\"tve-u-1621fb65556\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-1621fb65556\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-1621fb65556\"] { min-height: inherit; margin-left: -20px; padding: 0px !important; }[data-css=\"tve-u-1621fb68b97\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-1621fb68b97\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-1621fb68b97\"] { min-height: inherit; margin-left: -30px; padding: 30px !important; }[data-css=\"tve-u-1621fbacc60\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621fbcad8c\"] { padding: 0px !important; }[data-css=\"tve-u-1621fc0ce17\"] { padding: 0px !important; margin-bottom: 15px !important; }[data-css=\"tve-u-1621fd84d7b\"] { min-height: 480px; }[data-css=\"tve-u-1621fd8766c\"] { min-height: 150px; }[data-css=\"tve-u-1621fd9c946\"] { padding: 0px 0px 20px !important; margin-top: 0px !important; margin-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-1621fe1587d\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1621fe1725e\"] strong { font-weight: 800; }#tve_editor [data-css=\"tve-u-1621fe1725e\"] { font-weight: 400; letter-spacing: 0px; color: rgb(255, 255, 255) !important; font-family: Poppins !important; font-size: 30px !important; }#tve_editor [data-css=\"tve-u-1621fe1a1af\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1621fe1bd18\"] strong { font-weight: 800; }#tve_editor [data-css=\"tve-u-1621fe1bd18\"] { font-weight: 400; letter-spacing: 0px; color: rgb(255, 255, 255) !important; font-family: Poppins !important; font-size: 30px !important; }[data-css=\"tve-u-16223b080b0\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-16223b080b0\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-16223f02c16\"] { min-height: 62px; }[data-css=\"tve-u-16223fe5f5b\"] { padding: 0px !important; }[data-css=\"tve-u-16224439be1\"] { padding: 0px !important; }#tve_editor [data-css=\"tve-u-1622444fb11\"] { letter-spacing: 1px; color: rgb(137, 141, 167) !important; font-size: 14px !important; }#tve_editor [data-css=\"tve-u-16228c764b2\"] { font-size: 18px !important; }[data-css=\"tve-u-16229f6175c\"] { border: none; margin: 80px 0px 0px !important; background-image: none !important; }[data-css=\"tve-u-16229fa6a26\"] { border: none; box-shadow: none; padding: 0px 30px 30px !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-16229fa8c68\"] { border: none; padding: 0px 30px 30px !important; background-image: none !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col > .tcb-col { min-height: 244px; }[data-css=\"tve-u-16229ffbb7b\"] { margin-left: -30px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16248fc42a1\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-16248fc42a1\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-16248fc71c8\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-16249355087\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-16249355087\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-16249358652\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-16249358652\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-1624935a201\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-1624935a201\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-16249367114\"] { border: none; margin: 30px 0px 0px !important; background-image: none !important; }[data-css=\"tve-u-16249373b25\"] { border: none; padding: 0px 30px 30px !important; background-image: linear-gradient(rgb(248, 249, 251), rgb(248, 249, 251)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1624939a960\"] { border: none; box-shadow: none; padding: 0px 30px 30px !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-162493a03b0\"] > .tcb-flex-col > .tcb-col { min-height: 244px; }[data-css=\"tve-u-162493a03b0\"] { margin-left: -30px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-162493a03b0\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-162493b6b63\"] { border: none; background-image: none !important; padding: 0px 30px 30px !important; background-color: rgb(248, 249, 251) !important; }#tve_editor [data-css=\"tve-u-162493d5f13\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-162493d5f13\"] { font-size: 30px; width: 30px; height: 30px; top: 0px; left: 0px; display: block; position: static; z-index: 8; border-bottom: 1px solid rgb(10, 93, 165); border-top: none; border-right: none; border-left: none; border-image: initial; margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-162494b490e\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-162494b7ad0\"] { padding: 0px !important; margin-top: 25px !important; margin-left: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-1625389a3d5\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-1625389a3d5\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-1625389b4ed\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-1625389b4ed\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-162539ac577\"] { max-width: 39%; }[data-css=\"tve-u-162539ac57d\"] { max-width: 61%; }#tve_editor [data-css=\"tve-u-162539c17ec\"] { font-size: 16px !important; color: rgba(12, 12, 12, 0.7) !important; }[data-css=\"tve-u-16260c39a7e\"] { float: none; max-width: 100%; border-left: 1px solid rgba(15, 29, 123, 0.7); border-right: 1px solid rgba(15, 29, 123, 0.7); margin: 0px auto !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-16260c433e9\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-Rosie.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16260c5ff07\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-16260c5ff07\"] { float: right; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin: -1px 0px 0px !important; }[data-css=\"tve-u-16260c5ff0c\"]::after { clear: both; }[data-css=\"tve-u-16260d01208\"] { max-width: 37%; }[data-css=\"tve-u-16260d0120e\"] { max-width: 63%; }[data-css=\"tve-u-16260d39b83\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-16260d39b83\"] { float: right; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin-top: -1px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-16260d3b97e\"]::after { clear: both; }[data-css=\"tve-u-16260d3f4aa\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16260d3f4aa\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-16260d3f4aa\"] { min-height: inherit; margin-left: -30px; padding: 30px !important; }[data-css=\"tve-u-16260d3f4af\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-16260d3f4af\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-16260d3f4af\"] { min-height: inherit; margin-left: -20px; padding: 0px !important; }[data-css=\"tve-u-16260d5e4b8\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-Shawn.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16260d73672\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-16260d73672\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin-top: 0px !important; margin-bottom: -1px !important; }[data-css=\"tve-u-16260d8392c\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16260d8392c\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-16260d8392c\"] { min-height: inherit; margin-left: -30px; padding: 30px !important; }[data-css=\"tve-u-16260d8396c\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-16260d8396c\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-16260d8396c\"] { min-height: inherit; margin-left: -20px; padding: 0px !important; }[data-css=\"tve-u-16260da3aa7\"] { float: none; max-width: 100%; border-left: 1px solid rgba(15, 29, 123, 0.7); border-right: 1px solid rgba(15, 29, 123, 0.7); margin: 0px auto !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-162717cb600\"] { max-width: 58.2%; }[data-css=\"tve-u-162717cb601\"] { max-width: 41.8%; }[data-css=\"tve-u-162717cb609\"]::after { clear: both; }[data-css=\"tve-u-162717cb60a\"] { padding-right: 50px !important; padding-bottom: 80px !important; padding-top: 20px !important; }[data-css=\"tve-u-162717cb60b\"]::after { clear: both; }[data-css=\"tve-u-162717cb60b\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-162717cb60f\"] { padding: 0px !important; margin-bottom: 25px !important; }[data-css=\"tve-u-162717cb610\"] { padding: 0px !important; margin-bottom: 35px !important; box-shadow: none !important; }#tve_editor [data-css=\"tve-u-162717cb616\"] { text-transform: none !important; color: rgb(255, 255, 255) !important; text-shadow: rgb(0, 0, 0) 2px 2px 2px; }[data-css=\"tve-u-162717cb617\"] { margin-left: 0px; padding: 0px !important; }[data-css=\"tve-u-162717cb618\"] { max-width: none; margin-top: 0px !important; }[data-css=\"tve-u-162717cb620\"] { clip-path: url(\"#clip-bottom-c883ac5175045\"); -webkit-clip-path: url(\"#clip-bottom-c883ac5175045\");  background-image: linear-gradient(rgba(0, 0, 0, 0.46), rgba(0, 0, 0, 0.46)), url(\"https://bestcerakoteflorida.com/wp-content/uploads/2018/05/FTYS6743.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, fixed !important; background-repeat: no-repeat, no-repeat !important; opacity: 1; filter: grayscale(0%) blur(0px); }[data-css=\"tve-u-162717cb609\"] { max-width: 1200px; min-height: 630px !important; }[data-css=\"tve-u-162717cb621\"] { z-index: 1; padding: 125px 40px 0px !important; margin-top: -130px !important; }[data-css=\"tve-u-162717d1bb6\"] { border-right: 1px solid rgba(255, 255, 255, 0.2); }[data-css=\"tve-u-162717d1bb7\"] { max-width: 23.7%; }[data-css=\"tve-u-162717d1bb9\"] { max-width: 42.9%; }[data-css=\"tve-u-162717d1bbc\"] { border-left: none; padding: 0px !important; }[data-css=\"tve-u-162717d1bbe\"] { border-bottom: 1px solid rgba(255, 255, 255, 0.2); float: none; width: 100%; position: relative; z-index: 10; max-width: 1600px; margin: 0px auto !important; }[data-css=\"tve-u-162717d1bbf\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-162717d1bbf\"] > .tcb-flex-col { padding-left: 17px; }[data-css=\"tve-u-162717d1bbf\"] { margin-left: -17px; min-height: inherit; padding: 5px 0px 0px 40px !important; }#tve_editor [data-css=\"tve-u-162717d1bbe\"] p, #tve_editor [data-css=\"tve-u-162717d1bbe\"] li, #tve_editor [data-css=\"tve-u-162717d1bbe\"] blockquote, #tve_editor [data-css=\"tve-u-162717d1bbe\"] address { font-size: 16px; }#tve_editor [data-css=\"tve-u-16271adf6cf\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-16271adf6cf\"] { font-size: 30px; width: 30px; height: 30px; top: 22px; left: 20px; border-bottom: 1px solid rgb(10, 93, 165); margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1641367e553\"] > :first-child { color: rgba(15, 29, 123, 0.12); }[data-css=\"tve-u-1641367e553\"] { font-size: 60px; float: none; box-shadow: none; width: 60px; height: 60px; margin: -55px auto 60px !important; padding-right: 17px !important; }[data-css=\"tve-u-16416e4fafd\"] { box-shadow: rgba(0, 0, 0, 0.02) 0px 2px 22px 0px; background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16416e603ab\"] { box-shadow: rgba(0, 0, 0, 0.12) 0px 3px 44px 0px; background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-164179a84b8\"] > .tve-cb { display: block; }[data-css=\"tve-u-164179a84b8\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-164179bced9\"] { border-right: none; padding: 3px 0px 0px !important; position: static !important; }[data-css=\"tve-u-16417b4cb9e\"] { padding: 0px 0px 50px !important; }[data-css=\"tve-u-16417b62c09\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-16417b662bf\"] { margin-top: 0px !important; margin-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-16417e5bd95\"] > :first-child { color: rgb(255, 255, 255); }[data-css=\"tve-u-16417e5bd95\"] { font-size: 25px !important; width: 25px !important; height: 25px !important; z-index: 4; position: relative; float: left; margin: 3px 15px 0px 0px !important; padding-left: 0px !important; }[data-css=\"tve-u-1641c1af44d\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1641c1b01a6\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1641c1b0a67\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1641c1b12d8\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }#tve_editor [data-css=\"tve-u-1641c1b33f9\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-1641c1b33f9\"] { font-size: 30px; width: 30px; height: 30px; top: 22px; left: 20px; border-bottom: 1px solid rgb(10, 93, 165); margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1641c1b456a\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-1641c1b456a\"] { font-size: 30px; width: 30px; height: 30px; top: 22px; left: 20px; border-bottom: 1px solid rgb(10, 93, 165); margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1641c1b52d3\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-1641c1b52d3\"] { font-size: 30px; width: 30px; height: 30px; top: 22px; left: 20px; border-bottom: 1px solid rgb(10, 93, 165); margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1641c1b60b4\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-1641c1b60b4\"] { font-size: 30px; width: 30px; height: 30px; top: 22px; left: 20px; border-bottom: 1px solid rgb(10, 93, 165); margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-16422a1ce91\"] { float: none; width: 100%; max-width: 227px; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; }#tve_editor [data-css=\"tve-u-16422a1ce92\"] { font-size: 16px !important; color: rgb(12, 12, 12) !important; }#tve_editor [data-css=\"tve-u-16422a1ce93\"] { font-size: 16px !important; color: rgb(18, 18, 18) !important; }[data-css=\"tve-u-16422a1ce92\"] { line-height: 1.7em !important; }[data-css=\"tve-u-16422a1ce93\"] { line-height: 1.7em !important; }#tve_editor [data-css=\"tve-u-16422a1ce94\"] { font-size: 16px !important; color: rgb(29, 26, 31) !important; }[data-css=\"tve-u-16422a1ce94\"] { line-height: 1.7em !important; }#tcb_landing_page .tcb-plain-text { color: rgb(0, 0, 0); font-family: Merriweather; font-weight: 400; }#tcb_landing_page .tcb-plain-text strong { font-weight: 700; }[data-css=\"tve-u-162717d1bbe\"] p { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-162717d1bbe\"] h3 { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-1695981e7bb\"] { max-width: 33.3545%; }[data-css=\"tve-u-16959822de2\"] { width: 291px; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-16959846d3d\"] { margin-top: 0px !important; }[data-css=\"tve-u-16959cd1e7a\"] { margin-top: 10px !important; }}@media (max-width: 1023px){[data-css=\"tve-u-1621ebfa746\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621eb037bb\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621ec78d2c\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621ec6c39b\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621b064668\"] { max-width: 49%; }[data-css=\"tve-u-1621b064646\"] { max-width: 51%; }[data-css=\"tve-u-1621b3c74d9\"] { max-width: 100%; }[data-css=\"tve-u-1621f0b0088\"] { min-height: 100px !important; }[data-css=\"tve-u-1621ee3afec\"] > .tve-cb { display: block; }[data-css=\"tve-u-1621e7ceab3\"] > .tve-cb { display: block; }[data-css=\"tve-u-1621ea50702\"] { float: none; width: 100%; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621ae4fd21\"] > .tve-cb { display: block; }[data-css=\"tve-u-162717cb60f\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-162717cb610\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-16223dad661\"] { padding-top: 20px !important; }[data-css=\"tve-u-1641367127b\"] { float: none; font-size: 50px; width: 50px; height: 50px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1641367e553\"] { float: none; font-size: 50px; width: 50px; height: 50px; margin: -44px auto 40px !important; padding-right: 12px !important; }[data-css=\"tve-u-1621e7b695a\"] { margin-bottom: 50px !important; }[data-css=\"tve-u-1621ee37f4a\"] { min-height: 262px; }[data-css=\"tve-u-1621ada1e7f\"] { padding: 50px 30px 50px 0px !important; }[data-css=\"tve-u-1621b072b4e\"] { max-width: 100%; }[data-css=\"tve-u-1621a2247ba\"] { margin-bottom: 60px !important; }[data-css=\"tve-u-16229f6175c\"] { margin-top: 0px !important; }[data-css=\"tve-u-162717cb60b\"] { height: calc(100% - -85px); margin-top: -85px !important; }[data-css=\"tve-u-162717cb617\"] .tcb-flex-col { flex-basis: 560px !important; }#tcb_landing_page h5 { line-height: 1.3em; }#tcb_landing_page h6 { line-height: 1.4em; }#tcb_landing_page p, #tcb_landing_page li { line-height: 1.5em; }[data-css=\"tve-u-1628a146aef\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1628a12f675\"] { margin-bottom: 40px !important; }[data-css=\"tve-u-1628a10d3b4\"] { margin-bottom: 40px !important; }[data-css=\"tve-u-162718bd0c0\"] { clip-path: url(\"#clip-tablet-top-a3b25e1c9221a\"); -webkit-clip-path: url(\"#clip-tablet-top-a3b25e1c9221a\");  background-color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-162717cb621\"] { z-index: 6; padding-top: 60px !important; margin-top: -90px !important; }[data-css=\"tve-u-162718a3b40\"] { max-width: 100%; min-height: 1px !important; }[data-css=\"tve-u-16271adf6cf\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-162493d5f13\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-162717fcf9d\"] { margin-top: -40px !important; padding-top: 90px !important; padding-left: 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-16260d3f4af\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16260d3f4aa\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1621fb65556\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1621fb68b97\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16260d8396c\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16260d8392c\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16260d39b83\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-16260c5ff07\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-16260ba2fa4\"] { padding: 50px 40px !important; }[data-css=\"tve-u-16260be7104\"] { max-width: 100%; }[data-css=\"tve-u-1621ebbbb6d\"] { margin-top: -1px !important; }[data-css=\"tve-u-1621eaaedd8\"] { clip-path: url(\"#clip-tablet-bottom-a2b9cf3198d6f\"); -webkit-clip-path: url(\"#clip-tablet-bottom-a2b9cf3198d6f\");  }[data-css=\"tve-u-1621e7e9950\"] { margin-top: -1px !important; }[data-css=\"tve-u-16229fa8c68\"] { padding: 0px 20px 20px !important; }[data-css=\"tve-u-1622f65ba70\"] { padding: 0px 20px 20px !important; }[data-css=\"tve-u-16249373b25\"] { padding-left: 20px !important; padding-right: 20px !important; padding-bottom: 20px !important; }[data-css=\"tve-u-162493b6b63\"] { padding-left: 20px !important; padding-bottom: 20px !important; padding-right: 20px !important; }[data-css=\"tve-u-16249367114\"] { margin-top: 20px !important; }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-1624935a201\"] { line-height: 1.3em !important; }[data-css=\"tve-u-16249358652\"] { line-height: 1.3em !important; }[data-css=\"tve-u-16249355087\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1625389b4ed\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1625389a3d5\"] { line-height: 1.3em !important; }[data-css=\"tve-u-16248fc42a1\"] { line-height: 1.3em !important; }[data-css=\"tve-u-162493a03b0\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-162493a03b0\"] .tcb-flex-col { flex-basis: 145px !important; }[data-css=\"tve-u-1622a159bcb\"] { float: none; max-width: 85%; margin: 0px auto !important; padding-top: 0px !important; }[data-css=\"tve-u-16229fa6a26\"] { margin-bottom: 20px !important; padding: 0px 20px 20px !important; }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16229ffbb7b\"] { min-height: inherit; margin-left: -20px; }[data-css=\"tve-u-1621ad46076\"] { margin-bottom: 0px !important; margin-top: 0px !important; padding: 50px 40px !important; }#tve_editor [data-css=\"tve-u-1621b028939\"] .tcb-button-link { font-size: 18px; }[data-css=\"tve-u-16223f02c16\"] { min-height: 54px; }[data-css=\"tve-u-1621b01355a\"] { max-width: 304px; padding: 2px !important; }[data-css=\"tve-u-1620af7eb3f\"] { float: none; z-index: 3; position: relative; display: block; max-width: 300px; width: 300px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621afda4fa\"] { max-width: 100%; margin-bottom: 30px !important; }[data-css=\"tve-u-16224716d62\"]::after { clear: both; }[data-css=\"tve-u-1621f0aa8f7\"] { margin-top: 0px !important; }[data-css=\"tve-u-1621e7e6c1d\"] { min-height: 150px; }[data-css=\"tve-u-1621e7edfd9\"] { clip-path: url(\"#clip-tablet-bottom-10ffac3b28f1d\"); -webkit-clip-path: url(\"#clip-tablet-bottom-10ffac3b28f1d\");  }[data-css=\"tve-u-1621ebf340c\"] { float: none; width: 100%; padding: 0px !important; margin-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621e7d5094\"] { min-height: 455px; }[data-css=\"tve-u-1621adea58b\"] > .tcb-flex-col > .tcb-col { justify-content: center; }[data-css=\"tve-u-16223dad661\"]::after { clear: both; }[data-css=\"tve-u-1621e8107f3\"] { float: none; margin-left: auto !important; margin-right: auto !important; margin-bottom: 20px !important; }[data-css=\"tve-u-16223b080b0\"] { float: none; margin-left: auto !important; margin-right: auto !important; margin-top: -1px !important; }[data-css=\"tve-u-1621eb3eb9f\"] { clip-path: url(\"#clip-tablet-bottom-ac98bb0e54b3b\"); -webkit-clip-path: url(\"#clip-tablet-bottom-ac98bb0e54b3b\");  }[data-css=\"tve-u-1621fe78878\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1621fe78878\"] { min-height: inherit; }#tve_editor [data-css=\"tve-u-1621e92e97f\"] { font-size: 22px !important; }#tve_editor [data-css=\"tve-u-1621e942b65\"] { letter-spacing: 0px; font-size: 1.5em !important; }#tve_editor [data-css=\"tve-u-1621fe1bd18\"] { letter-spacing: 0px; font-size: 1.5em !important; }#tve_editor [data-css=\"tve-u-1621fe1a1af\"] { font-size: 22px !important; }#tve_editor [data-css=\"tve-u-1621fe1725e\"] { letter-spacing: 0px; font-size: 1.5em !important; }#tve_editor [data-css=\"tve-u-1621fe1587d\"] { font-size: 22px !important; }[data-css=\"tve-u-1621ef118dc\"] { position: relative; top: -50px; left: 30px; width: 100%; }[data-css=\"tve-u-1621ee3afec\"] { padding: 40px 0px 0px !important; }[data-css=\"tve-u-1621ee63e1c\"] { max-width: none; margin-bottom: 30px !important; }[data-css=\"tve-u-1621ee74a24\"] { top: 0px; right: 0px; font-size: 45px; width: 45px; height: 45px; float: none; padding-left: 0px !important; margin: 0px auto !important; }[data-css=\"tve-u-1621ee18a1c\"] { margin-top: 40px !important; margin-left: 20px !important; margin-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-1621fdcb4ea\"] { letter-spacing: 1px; font-size: 1.5em !important; }[data-css=\"tve-u-1621ec7f21a\"] { min-height: 150px; }[data-css=\"tve-u-1621eacf6af\"] { float: none; max-width: 230px; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621fd9c946\"] { max-width: 380px; float: none; width: 100%; margin: 0px auto !important; padding-left: 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-1621eb81205\"] { margin-top: 0px !important; }[data-css=\"tve-u-1621eb7ccb0\"] { min-height: 455px; }[data-css=\"tve-u-1621fd8766c\"] { min-height: 150px; }[data-css=\"tve-u-1621fd84d7b\"] { min-height: 430px; }[data-css=\"tve-u-1621e7c7aa1\"] .tcb-flex-col { flex-basis: 300px !important; }#tve_editor [data-css=\"tve-u-1621e7a7350\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621e7c899a\"] { float: none; max-width: 100%; margin-left: auto !important; margin-right: auto !important; margin-top: 0px !important; }[data-css=\"tve-u-1621e7c7aa1\"] { margin-left: -20px; flex-direction: row; }[data-css=\"tve-u-1621e7c7aa1\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-1621b3c8c52\"] { padding: 50px 40px !important; }[data-css=\"tve-u-1621fc0ce17\"] { margin-top: 10px !important; margin-bottom: 7px !important; }[data-css=\"tve-u-1621fbcad8c\"] { padding-left: 0px !important; padding-right: 30px !important; }[data-css=\"tve-u-1621fbacc60\"] { max-width: 177px; }[data-css=\"tve-u-1621fb68b97\"] { margin-left: -15px; min-height: inherit; padding: 20px !important; }[data-css=\"tve-u-1621fb68b97\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-1621fb65556\"] { margin-left: -15px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-1621fb65556\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-1621b200375\"] { float: none; max-width: 100%; margin: 0px auto !important; }[data-css=\"tve-u-1621b0e4fb7\"] { max-width: 100%; float: none; z-index: 3; position: relative; margin-right: auto !important; margin-left: auto !important; margin-bottom: 20px !important; }#tve_editor [data-css=\"tve-u-1621b10fccf\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621ae0bec7\"] { background-image: none !important; margin-top: 0px !important; }[data-css=\"tve-u-1621ae6c8da\"] { clip-path: url(\"#clip-tablet-top-aa2c3e3c70555\"); -webkit-clip-path: url(\"#clip-tablet-top-aa2c3e3c70555\");  }[data-css=\"tve-u-1621adba9ef\"] { clip-path: url(\"#clip-tablet-top-52d5a36c151aa\"); -webkit-clip-path: url(\"#clip-tablet-top-52d5a36c151aa\");  }[data-css=\"tve-u-1621ad420c4\"] { max-width: 100%; min-height: 1px !important; }[data-css=\"tve-u-1621f45bed3\"] { padding: 0px !important; }[data-css=\"tve-u-1621ae4fd21\"] { max-width: 100%; left: 0px; top: 0px; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621ae4db6e\"] { min-height: 300px; }#tve_editor [data-css=\"tve-u-1621afd8c98\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621afcc0bf\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621afceb00\"] { max-width: 100%; margin-bottom: 30px !important; }[data-css=\"tve-u-1621a98b602\"] { stroke-dasharray: 534.071, 534.071; }[data-css=\"tve-u-1621a9750ae\"] { font-size: 14.45px !important; line-height: 14.45px !important; }[data-css=\"tve-u-1621a9a2867\"] { font-size: 51px !important; line-height: 51px !important; }[data-css=\"tve-u-1621a9a2866\"] { margin-top: 42.5px !important; }[data-css=\"tve-u-1621a96b190\"] { width: 153px !important; height: 153px !important; top: 8.5px !important; bottom: 8.5px !important; left: 8.5px !important; right: 8.5px !important; }[data-css=\"tve-u-1621a9685d4\"] { stroke-width: 18px !important; }[data-css=\"tve-u-1621a9a2862\"] { width: 170px !important; height: 170px !important; }[data-css=\"tve-u-1621a983587\"] { float: none; border: 20px solid rgba(137, 141, 167, 0.24); margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621a8b2488\"] { float: none; max-width: 100%; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621a8a804b\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1621a8a804b\"] { margin-left: -24px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-1621a8a804b\"] > .tcb-flex-col { padding-left: 24px; }#tve_editor [data-css=\"tve-u-1621a2e0d5b\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621b028939\"] { position: relative; float: left; z-index: 3; display: block; max-width: 300px; width: 300px; margin-top: 15px !important; }[data-css=\"tve-u-1621adea58b\"] { margin-left: -30px; }[data-css=\"tve-u-1621adea58b\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-1621ade6172\"] { max-width: 100%; position: static; }#tve_editor [data-css=\"tve-u-16248fc42a1\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-16249355087\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-16249358652\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-1624935a201\"] { font-size: 18px !important; }[data-css=\"tve-u-1624939a960\"] { margin-bottom: 0px !important; padding-bottom: 20px !important; padding-left: 20px !important; padding-right: 20px !important; }[data-css=\"tve-u-162493a03b0\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-162493a03b0\"] { min-height: inherit; margin-left: -20px; }#tve_editor [data-css=\"tve-u-1625389a3d5\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-1625389b4ed\"] { font-size: 18px !important; }[data-css=\"tve-u-16260c39a7e\"] { float: none; max-width: 100%; margin: 0px auto !important; }[data-css=\"tve-u-16260d3f4aa\"] { margin-left: -15px; min-height: inherit; padding: 20px !important; }[data-css=\"tve-u-16260d3f4aa\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-16260d3f4af\"] { margin-left: -15px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-16260d3f4af\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-16260d8392c\"] { margin-left: -15px; min-height: inherit; padding: 20px !important; }[data-css=\"tve-u-16260d8392c\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-16260d8396c\"] { margin-left: -15px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-16260d8396c\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-16260da3aa7\"] { float: none; max-width: 100%; margin: 0px !important; }[data-css=\"tve-u-162717cb609\"] { max-width: 100%; min-height: 1px !important; }[data-css=\"tve-u-162717cb60a\"] { padding: 0px !important; }[data-css=\"tve-u-162717cb618\"] { float: none; max-width: 100%; margin-top: 60px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-162717cb620\"] { clip-path: url(\"#clip-tablet-bottom-c883ac5175045\"); -webkit-clip-path: url(\"#clip-tablet-bottom-c883ac5175045\");  }[data-css=\"tve-u-162717d1bbf\"] { margin-left: 0px; padding: 25px 25px 0px !important; }[data-css=\"tve-u-162717d1bbf\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-162717d1bb7\"] { max-width: 51.3%; }[data-css=\"tve-u-162717d1bb9\"] { max-width: 15.3%; }[data-css=\"tve-u-162717d1bb6\"] { padding-left: 0px !important; }[data-css=\"tve-u-162717d1bbc\"] { border-left: none; border-right: none; padding-left: 30px !important; padding-bottom: 10px !important; }[data-css=\"tve-u-162717d1bbe\"] { max-width: 100%; margin-left: 0px !important; margin-right: 30px !important; }[data-css=\"tve-u-164179bced9\"] { border-right: none; padding-left: 30px !important; padding-right: 0px !important; }[data-css=\"tve-u-16417b62c09\"] { max-width: 177px; }[data-css=\"tve-u-16417b662bf\"] { max-width: 177px; }[data-css=\"tve-u-16417e5bd95\"] { font-size: 14px; width: 14px; height: 14px; margin-bottom: -14px !important; margin-left: 0px !important; }[data-css=\"tve-u-1641c1b33f9\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-1641c1b456a\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-1641c1b52d3\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-1641c1b60b4\"] { font-size: 25px; width: 25px; height: 25px; }#tve_editor [data-css=\"tve-u-16422a1ce94\"] { font-size: 16px !important; }[data-css=\"tve-u-16959822de2\"] { margin-right: 1px !important; padding-right: 10px !important; padding-top: 10px !important; }}@media (max-width: 767px){[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-16417e9d24e\"]::after { clear: both; }[data-css=\"tve-u-16417b70f47\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 0px !important; }[data-css=\"tve-u-1621e819c52\"] { min-height: 100px; }[data-css=\"tve-u-1621e8107f3\"] { max-width: 100px; }[data-css=\"tve-u-1621fd8766c\"] { min-height: 144px; }[data-css=\"tve-u-1621ec79a7d\"] { min-height: 100px; }[data-css=\"tve-u-1621ec78d2c\"] { max-width: 100px; }[data-css=\"tve-u-1621ec7f21a\"] { min-height: 144px; }[data-css=\"tve-u-1621e7e6c1d\"] { min-height: 144px; }[data-css=\"tve-u-16417b4cb9e\"] { padding-bottom: 30px !important; }[data-css=\"tve-u-1621ec752da\"] { min-height: 100px; }[data-css=\"tve-u-1621ec6c39b\"] { max-width: 100px; }[data-css=\"tve-u-1621fd84d7b\"] { min-height: 430px; }[data-css=\"tve-u-1621e7c7aa1\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16223dad661\"] { padding-top: 0px !important; }[data-css=\"tve-u-1621b3c74d9\"] { max-width: 100%; }[data-css=\"tve-u-1621eb81205\"] { max-width: 100%; margin-bottom: 20px !important; }[data-css=\"tve-u-1621e7ceab3\"] { max-width: 100%; margin-bottom: 20px !important; }[data-css=\"tve-u-1621f0b0088\"] { min-height: 120px !important; }[data-css=\"tve-u-1621f0da775\"] { float: none; width: 100%; max-width: 280px; margin: 0px auto 20px !important; }[data-css=\"tve-u-1621ee37f4a\"] { min-height: 260px; }[data-css=\"tve-u-1621ee3afec\"] > .tve-cb { display: flex; justify-content: center; flex-direction: column; }[data-css=\"tve-u-1621ee63e1c\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1641367127b\"] { font-size: 30px; width: 30px; height: 30px; }[data-css=\"tve-u-1641367e553\"] { float: none; font-size: 30px; width: 30px; height: 30px; margin: -30px auto 30px !important; padding-right: 10px !important; }[data-css=\"tve-u-1621ada1e7f\"] { padding: 0px !important; }[data-css=\"tve-u-162717cb617\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-162717cb617\"] { min-height: inherit; }[data-css=\"tve-u-16229fa6a26\"] { height: calc(100% - 21px); margin-bottom: 0px !important; margin-top: 21px !important; }[data-css=\"tve-u-1624939a960\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-162493a03b0\"] .tcb-flex-col { flex-basis: 400px !important; }[data-css=\"tve-u-1621a2247ba\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-162717cb60f\"] { margin-bottom: 25px !important; }[data-css=\"tve-u-162717d1bbf\"] .tcb-flex-col { flex-basis: 225px !important; }[data-css=\"tve-u-1621ee3afec\"] { max-width: 100%; padding: 0px !important; position: static !important; }#tve_editor [data-css=\"tve-u-1641333d7d1\"] { font-size: 14px !important; }[data-css=\"tve-u-162717cb60b\"] { margin-top: 0px !important; }[data-css=\"tve-u-162717cb621\"] { z-index: 2; padding-left: 20px !important; padding-right: 20px !important; margin-top: -160px !important; padding-top: 35px !important; }[data-css=\"tve-u-162717cb617\"] .tcb-flex-col { flex-basis: 435px !important; }[data-css=\"tve-u-16369305186\"] { float: none; width: 100%; max-width: 279px; z-index: 3; position: relative; margin: 0px auto !important; }#tcb_landing_page h6 { line-height: 1.4em; }#tcb_landing_page h5 { line-height: 1.3em; }#tcb_landing_page p, #tcb_landing_page li { font-size: 14px; }#tcb_landing_page h2 { font-size: 28px; }#tcb_landing_page h1 { font-size: 35px; }[data-css=\"tve-u-16260ba2fa4\"] { padding-bottom: 40px !important; padding-left: 20px !important; padding-right: 20px !important; }[data-css=\"tve-u-1628a10d3b4\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-1628a12f675\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-162717cb610\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-16271bfe70c\"] { padding: 0px !important; }[data-css=\"tve-u-162717fcf9d\"] { z-index: 1; margin-top: 0px !important; padding-top: 75px !important; padding-left: 20px !important; padding-right: 20px !important; }[data-css=\"tve-u-162718bd0c0\"] { clip-path: url(\"#clip-mobile-top-a3b25e1c9221a\"); -webkit-clip-path: url(\"#clip-mobile-top-a3b25e1c9221a\");  }[data-css=\"tve-u-1621eb3eb9f\"] { clip-path: url(\"#clip-mobile-bottom-ac98bb0e54b3b\"); -webkit-clip-path: url(\"#clip-mobile-bottom-ac98bb0e54b3b\");  }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col > .tcb-col { min-height: 155px; }[data-css=\"tve-u-16229ffbb7b\"] { min-height: inherit; margin-left: 0px; }[data-css=\"tve-u-16229fa8c68\"] { height: calc(100% - 28px); margin-bottom: 0px !important; margin-top: 20px !important; }[data-css=\"tve-u-1622f65ba70\"] { height: calc(100% - 20px); margin-bottom: 0px !important; margin-top: 20px !important; }[data-css=\"tve-u-16229f6175c\"] { margin-top: 0px !important; }[data-css=\"tve-u-1622a159bcb\"] { float: none; max-width: 100%; margin-left: auto !important; margin-right: auto !important; padding-top: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-16229ae62a7\"] { border-right: none; }#tve_editor [data-css=\"tve-u-16228c764b2\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-16228c75500\"] { font-size: 18px !important; }[data-css=\"tve-u-1621fb65556\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-1621a983587\"] { border: 20px solid rgba(137, 141, 167, 0.32); }[data-css=\"tve-u-1621ee74a24\"] { float: none; margin-left: auto !important; margin-right: auto !important; margin-bottom: 10px !important; }[data-css=\"tve-u-1621afda4fa\"] { max-width: 100%; margin-bottom: 20px !important; }[data-css=\"tve-u-16223f02c16\"] { min-height: 54px; }[data-css=\"tve-u-1621f0aa8f7\"] { margin-top: 0px !important; }#tve_editor [data-css=\"tve-u-1622444fb11\"] { letter-spacing: 0px; }[data-css=\"tve-u-16224439be1\"] { padding: 0px !important; }[data-css=\"tve-u-1621fb68b97\"] { padding: 0px !important; }[data-css=\"tve-u-1621afceb00\"] { max-width: 100%; margin-bottom: 30px !important; }[data-css=\"tve-u-1621b0e4fb7\"] { float: none; margin-right: auto !important; margin-bottom: 30px !important; padding-left: 0px !important; margin-left: auto !important; }[data-css=\"tve-u-1621ebf340c\"] { padding-bottom: 40px !important; }[data-css=\"tve-u-1621ea50702\"] { float: none; width: 100%; padding: 0px !important; margin-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621e7d5094\"] { min-height: 430px; }[data-css=\"tve-u-1621eb7ccb0\"] { min-height: 430px; }[data-css=\"tve-u-1621ee03000\"] { flex-direction: column; }[data-css=\"tve-u-16223fe5f5b\"] { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621f0d2c1a\"] { margin-left: 25px !important; margin-right: 25px !important; }[data-css=\"tve-u-1621ee18a1c\"] { margin: 0px 20px 20px 0px !important; }[data-css=\"tve-u-1621ef118dc\"] { top: 0px; width: 245px; position: relative; float: none; z-index: 5; left: 0px; margin: -22px auto 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-1621fd9c946\"] { max-width: 100%; margin-top: 0px !important; margin-left: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-16223fc9f23\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-1621e7c899a\"] { max-width: none; float: none; margin-top: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621b3c8c52\"] { padding: 40px 20px !important; }[data-css=\"tve-u-1621fbcad8c\"] { padding: 20px !important; }[data-css=\"tve-u-1621fb65556\"] { margin-left: 0px; padding: 0px !important; }[data-css=\"tve-u-1621fbacc60\"] { max-width: 126px; float: none; margin-left: auto !important; margin-right: auto !important; margin-top: 20px !important; }[data-css=\"tve-u-1621b200375\"] { float: none; margin-top: 0px !important; margin-left: auto !important; margin-right: auto !important; }#tve_editor [data-css=\"tve-u-1621b10fccf\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621b028939\"] { display: block; max-width: 100%; width: 100%; float: none; min-width: 100%; margin-left: auto !important; margin-right: auto !important; margin-top: 0px !important; }[data-css=\"tve-u-1621ae4db6e\"] { min-height: 270px; }[data-css=\"tve-u-1621ae6c8da\"] { clip-path: url(\"#clip-mobile-top-aa2c3e3c70555\"); -webkit-clip-path: url(\"#clip-mobile-top-aa2c3e3c70555\");  }[data-css=\"tve-u-1621adba9ef\"] { clip-path: url(\"#clip-mobile-top-52d5a36c151aa\"); -webkit-clip-path: url(\"#clip-mobile-top-52d5a36c151aa\");  }[data-css=\"tve-u-16223f02c16\"]::after { clear: both; }[data-css=\"tve-u-1621b01355a\"] { max-width: 100%; float: none; margin-left: auto !important; margin-right: auto !important; margin-bottom: 15px !important; }[data-css=\"tve-u-1620af7eb3f\"] { float: none; display: block; max-width: 100%; width: 100%; min-width: 100%; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621ae0bec7\"]::after { clear: both; }[data-css=\"tve-u-1621f45bed3\"] { padding: 40px 20px 0px !important; }[data-css=\"tve-u-1621ad46076\"] { margin: 0px !important; padding: 30px 20px !important; }[data-css=\"tve-u-1621adea58b\"] { flex-flow: row-reverse wrap-reverse !important; }[data-css=\"tve-u-1621ae4fd21\"] { margin-top: 0px !important; position: static !important; }[data-css=\"tve-u-1621a8b2488\"] { float: none; max-width: 100%; margin-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621a8a804b\"] { padding-left: 0px !important; padding-right: 0px !important; }#tve_editor [data-css=\"tve-u-1621a2e0d5b\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621e7c7aa1\"] { flex-direction: column; min-height: inherit; }[data-css=\"tve-u-16249367114\"] { margin-top: 0px !important; }[data-css=\"tve-u-16249373b25\"] { height: calc(100% - 20px); margin-bottom: 0px !important; background-image: linear-gradient(rgb(248, 249, 251), rgb(248, 249, 251)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; margin-top: 20px !important; }[data-css=\"tve-u-162493a03b0\"] > .tcb-flex-col > .tcb-col { min-height: 155px; }[data-css=\"tve-u-162493a03b0\"] { min-height: inherit; }[data-css=\"tve-u-162493b6b63\"] { height: calc(100% - 20px); margin-bottom: 0px !important; margin-top: 20px !important; }[data-css=\"tve-u-16260c39a7e\"] { float: none; margin-top: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-16260d3f4aa\"] { padding: 0px !important; }[data-css=\"tve-u-16260d3f4af\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-16260d3f4af\"] { margin-left: 0px; padding: 0px !important; }[data-css=\"tve-u-16260d8392c\"] { padding: 0px !important; }[data-css=\"tve-u-16260d8396c\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-16260d8396c\"] { margin-left: 0px; padding: 0px !important; }[data-css=\"tve-u-16260da3aa7\"] { float: none; margin-top: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-162717cb618\"] { margin: 140px 0px 0px !important; }[data-css=\"tve-u-162717cb620\"] { clip-path: url(\"#clip-mobile-bottom-c883ac5175045\"); -webkit-clip-path: url(\"#clip-mobile-bottom-c883ac5175045\");  background-image: url(\"https://bestcerakoteflorida.com/wp-content/uploads/2018/05/FTYS6743.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-162717cb60a\"] { padding: 0px !important; }#tve_editor [data-css=\"tve-u-162717cb616\"] { font-size: 27px !important; }[data-css=\"tve-u-162717d1bbf\"] > .tcb-flex-col { padding-left: 18px; }[data-css=\"tve-u-162717d1bbf\"] { margin-left: -18px; padding: 10px !important; flex-flow: row wrap !important; }[data-css=\"tve-u-162717d1bbe\"] { border-bottom: 1px solid rgba(255, 255, 255, 0.2); border-right: none; margin-left: auto !important; margin-right: auto !important; float: none; }[data-css=\"tve-u-162717d1bbc\"] { border: none; padding-left: 0px !important; padding-right: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-162717d1bb6\"] { border: none; padding-top: 0px !important; padding-left: 0px !important; margin-bottom: 1px !important; margin-top: -5px !important; padding-bottom: 10px !important; }[data-css=\"tve-u-164179a84b8\"] { float: none; width: 100%; max-width: 155px; z-index: 3; position: relative; margin-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-164179bced9\"] { border-right: none; position: relative; padding-left: 0px !important; padding-right: 0px !important; margin-top: 0px !important; max-width: 250px; margin-left: auto !important; margin-right: auto !important; float: none; }[data-css=\"tve-u-16417b62c09\"] { max-width: 126px; float: none; margin-left: auto !important; margin-right: auto !important; margin-top: 20px !important; }[data-css=\"tve-u-16417b662bf\"] { max-width: 126px; float: none; margin-left: auto !important; margin-right: auto !important; margin-top: 20px !important; }[data-css=\"tve-u-16417e5bd95\"] { margin: 3px 10px 0px 0px !important; }#tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] p, #tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] li, #tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] blockquote, #tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] address, #tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] .tcb-plain-text, #tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] label { font-size: 18px; }[data-css=\"tve-u-16959822de2\"] { padding-top: 10px !important; margin-left: auto !important; margin-right: auto !important; float: none; }}'),(6780,565,'tve_revision_tve_user_custom_css',''),(6781,565,'tve_revision_tve_page_events','a:0:{}'),(6782,565,'tve_revision_tve_globals','a:2:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";s:8:\"font_cls\";a:0:{}}'),(6783,565,'tve_revision_tve_global_scripts',''),(6784,565,'tve_revision_thrive_icon_pack','0'),(6785,565,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(6786,565,'tve_revision_tve_has_masonry','0'),(6787,565,'tve_revision_tve_has_typefocus','0'),(6788,565,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-162717d1bbe\" wfd-id=\"429\"><div class=\"tcb-flex-row tcb-medium-no-wrap v-2 tcb--cols--3 m-edit tcb-mobile-wrap tcb-resized\" data-css=\"tve-u-162717d1bbf\" wfd-id=\"430\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1695981e7bb\" wfd-id=\"451\"><div class=\"tcb-col\" data-css=\"tve-u-16959846d3d\" wfd-id=\"453\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16959822de2\" wfd-id=\"454\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"455\"><img class=\"tve_image wp-image-465\" alt=\"\" width=\"384\" height=\"62\" title=\"Blackhawk_custom_header\" data-id=\"465\" src=\"https://bestcerakoteflorida.com/wp-content/uploads/2019/01/Blackhawk_custom_header.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717d1bb9\" style=\"\" wfd-id=\"444\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717d1bb6\" wfd-id=\"446\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-164179a84b8\" wfd-id=\"447\">\n<div class=\"tve-content-box-background\" wfd-id=\"450\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"448\"><div class=\"tcb-clear\" wfd-id=\"449\"></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717d1bb7\" style=\"\" wfd-id=\"431\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717d1bbc\" wfd-id=\"433\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16369305186\" wfd-id=\"434\">\n<div class=\"tve-content-box-background\" wfd-id=\"443\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16417e9d24e\" wfd-id=\"435\"><div class=\"tcb-clear\" wfd-id=\"441\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-16417e5bd95\" data-float=\"1\" wfd-id=\"442\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-envelope-regular\" data-name=\"\">\n            <path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path>\n        </svg></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-164179bced9\" wfd-id=\"436\"><p data-css=\"tve-u-1641333d7d1\"><a href=\"mailto:info@bestcerkoteflorida.com\" target=\"_blank\">info@bestcerakoteflorida.com</a></p></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-162717cb621\" data-value-type=\"percent\" wfd-id=\"394\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-162717cb620\" data-clip-id=\"c883ac5175045\" wfd-id=\"428\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-c883ac5175045\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9125, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-c883ac5175045\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9476, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-c883ac5175045\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9651, 1 1, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-162717cb609\" wfd-id=\"395\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-162717cb618\" wfd-id=\"396\"><div class=\"tcb-flex-row tcb-medium-wrap tcb-resized v-2 tcb--cols--2\" data-css=\"tve-u-162717cb617\" wfd-id=\"397\"><div class=\"tcb-flex-col\" data-css=\"tve-u-162717cb601\" style=\"\" wfd-id=\"404\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717cb60a\" wfd-id=\"406\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h1\" data-css=\"tve-u-162717cb610\" wfd-id=\"418\"><h1 data-css=\"tve-u-162717cb616\" style=\"text-align: center;\">&nbsp;Protect What\'s Important To You With The Toughest Ceramic Finish In The World!<span data-css=\"tve-u-16271ca808e\" style=\"color: rgb(0, 229, 255);\" wfd-id=\"427\"></span></h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162717cb60f\" wfd-id=\"407\"><p data-css=\"tve-u-16413112747\">Heat, Water, Salt and Sand just some of the conditions you face. And any one of them is just waiting to get a hold of your firearm and&nbsp;</p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717cb600\" style=\"\" wfd-id=\"398\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717cb60b\" wfd-id=\"400\"><div class=\"thrv_responsive_video thrv_wrapper rv_style_lifted_style2\" data-type=\"youtube\" data-rel=\"0\" data-url=\"https://www.youtube.com/watch?v=a1nyu9ZJiEk\" data-css=\"tve-u-16959cd1e7a\" data-modestbranding=\"1\" wfd-id=\"401\">\n	\n\n	<div class=\"tve_responsive_video_container\" wfd-id=\"402\">\n		<div class=\"video_overlay\" wfd-id=\"403\"></div>\n	<iframe data-code=\"TEOqV1Q16lU\" data-provider=\"youtube\" src=\"https://www.youtube.com/embed/TEOqV1Q16lU?rel=0&amp;modestbranding=1&amp;controls=1&amp;showinfo=1&amp;fs=1&amp;wmode=transparent\" data-src=\"https://www.youtube.com/embed/TEOqV1Q16lU?rel=0&amp;modestbranding=1&amp;controls=1&amp;showinfo=1&amp;fs=1&amp;wmode=transparent\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-162717fcf9d\" data-value-type=\"percent\" wfd-id=\"329\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-162718bd0c0\" data-clip-id=\"a3b25e1c9221a\" wfd-id=\"393\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0875\"></polygon></clipPath><clipPath id=\"clip-tablet-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"6\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.1051\"></polygon></clipPath><clipPath id=\"clip-mobile-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"1\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0175\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-162718a3b40\" wfd-id=\"330\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622a159bcb\" wfd-id=\"331\">\n<div class=\"tve-content-box-background\" wfd-id=\"392\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"332\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621a2247ba\" wfd-id=\"385\"><h2 data-css=\"tve-u-1621a2e0d5b\">our services</h2></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16229f6175c\" wfd-id=\"356\"><div class=\"tcb-flex-row tcb-medium-no-wrap tcb--cols--3 v-2\" data-css=\"tve-u-162493a03b0\" wfd-id=\"357\"><div class=\"tcb-flex-col\" wfd-id=\"374\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1624939a960\" data-tcb_hover_state_parent=\"\" wfd-id=\"376\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-162493d5f13\" data-float=\"1\" wfd-id=\"384\"><svg class=\"tcb-icon\" viewBox=\"0 0 14 28\" data-name=\"bolt\">\n<path d=\"M13.828 8.844c0.172 0.187 0.219 0.453 0.109 0.688l-8.437 18.078c-0.125 0.234-0.375 0.391-0.656 0.391-0.063 0-0.141-0.016-0.219-0.031-0.344-0.109-0.547-0.438-0.469-0.766l3.078-12.625-6.344 1.578c-0.063 0.016-0.125 0.016-0.187 0.016-0.172 0-0.359-0.063-0.484-0.172-0.187-0.156-0.25-0.391-0.203-0.609l3.141-12.891c0.078-0.297 0.359-0.5 0.688-0.5h5.125c0.391 0 0.703 0.297 0.703 0.656 0 0.094-0.031 0.187-0.078 0.281l-2.672 7.234 6.188-1.531c0.063-0.016 0.125-0.031 0.187-0.031 0.203 0 0.391 0.094 0.531 0.234z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"380\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-162494b490e\" wfd-id=\"381\"><h4 data-css=\"tve-u-16249355087\" style=\"text-align: left;\">Express exterior</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162494b7ad0\" wfd-id=\"377\"><p data-css=\"tve-u-162492e70ad\">Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"365\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162493b6b63\" data-tcb_hover_state_parent=\"\" wfd-id=\"367\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b456a\" wfd-id=\"373\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"adjust\">\n<path d=\"M12 22.5v-17c-4.688 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"371\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1af44d\" wfd-id=\"372\"><h4 data-css=\"tve-u-16249358652\" style=\"text-align: left;\">Interior clean</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"368\"><p data-css=\"tve-u-162492e70ad\">Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"358\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16249373b25\" wfd-id=\"360\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b52d3\" wfd-id=\"364\"><svg class=\"tcb-icon\" viewBox=\"0 0 26 28\" data-name=\"umbrella\">\n<path d=\"M14 12.938v9.063c0 2.172-1.828 4-4 4s-4-1.828-4-4c0-0.547 0.453-1 1-1s1 0.453 1 1c0 1.047 0.953 2 2 2s2-0.953 2-2v-9.063c0.328-0.109 0.656-0.172 1-0.172s0.672 0.063 1 0.172zM26 13.359c0 0.266-0.234 0.5-0.5 0.5-0.141 0-0.25-0.063-0.359-0.156-0.906-0.844-1.75-1.437-3.047-1.437-1.484 0-2.766 0.922-3.609 2.094-0.187 0.266-0.328 0.547-0.5 0.812-0.109 0.172-0.234 0.266-0.438 0.266-0.219 0-0.344-0.094-0.453-0.266-0.172-0.266-0.313-0.547-0.5-0.812-0.844-1.172-2.109-2.094-3.594-2.094s-2.75 0.922-3.594 2.094c-0.187 0.266-0.328 0.547-0.5 0.812-0.109 0.172-0.234 0.266-0.453 0.266-0.203 0-0.328-0.094-0.438-0.266-0.172-0.266-0.313-0.547-0.5-0.812-0.844-1.172-2.125-2.094-3.609-2.094-1.297 0-2.141 0.594-3.047 1.437-0.109 0.094-0.219 0.156-0.359 0.156-0.266 0-0.5-0.234-0.5-0.5 0-0.047 0-0.078 0.016-0.109 1.437-5.906 7.141-9.25 12.984-9.25 5.812 0 11.578 3.344 12.984 9.25 0.016 0.031 0.016 0.063 0.016 0.109zM14 2v1.531c-0.328-0.016-0.672-0.031-1-0.031s-0.672 0.016-1 0.031v-1.531c0-0.547 0.453-1 1-1s1 0.453 1 1z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"362\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b01a6\" wfd-id=\"363\"><h4 data-css=\"tve-u-1624935a201\" style=\"text-align: left;\">Wax protection</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"361\"><p data-css=\"tve-u-162492e70ad\">Etiam pharetra, erat sed fermentum feugiat, velit mauris</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16249367114\" wfd-id=\"333\"><div class=\"tcb-flex-row tcb-medium-no-wrap tcb--cols--3 v-2\" data-css=\"tve-u-16229ffbb7b\" wfd-id=\"334\"><div class=\"tcb-flex-col\" wfd-id=\"349\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229fa6a26\" wfd-id=\"351\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b33f9\" wfd-id=\"355\"><svg class=\"tcb-icon\" viewBox=\"0 0 26 28\" data-name=\"magic\">\n<path d=\"M18.594 9.078l4.578-4.578-1.672-1.672-4.578 4.578zM25.578 4.5c0 0.266-0.094 0.516-0.281 0.703l-20.094 20.094c-0.187 0.187-0.438 0.281-0.703 0.281s-0.516-0.094-0.703-0.281l-3.094-3.094c-0.187-0.187-0.281-0.438-0.281-0.703s0.094-0.516 0.281-0.703l20.094-20.094c0.187-0.187 0.438-0.281 0.703-0.281s0.516 0.094 0.703 0.281l3.094 3.094c0.187 0.187 0.281 0.438 0.281 0.703zM4.469 1.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531zM9.938 4.062l3.063 0.938-3.063 0.938-0.938 3.063-0.938-3.063-3.063-0.938 3.063-0.938 0.938-3.063zM24.469 11.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531zM14.469 1.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"353\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b0a67\" wfd-id=\"354\"><h4 data-css=\"tve-u-16248fc42a1\" style=\"text-align: left;\">Dust &amp; Dash Console</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"352\"><p data-css=\"tve-u-162492e70ad\">Duis sed odio sit amet nibh vulputate cursus a sit amet mauris.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"342\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1622f65ba70\" wfd-id=\"344\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b60b4\" wfd-id=\"348\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"certificate\">\n<path d=\"M21.5 14l2.156 2.109c0.297 0.281 0.406 0.703 0.313 1.094-0.109 0.391-0.422 0.703-0.812 0.797l-2.938 0.75 0.828 2.906c0.109 0.391 0 0.812-0.297 1.094-0.281 0.297-0.703 0.406-1.094 0.297l-2.906-0.828-0.75 2.938c-0.094 0.391-0.406 0.703-0.797 0.812-0.094 0.016-0.203 0.031-0.297 0.031-0.297 0-0.594-0.125-0.797-0.344l-2.109-2.156-2.109 2.156c-0.281 0.297-0.703 0.406-1.094 0.313-0.406-0.109-0.703-0.422-0.797-0.812l-0.75-2.938-2.906 0.828c-0.391 0.109-0.812 0-1.094-0.297-0.297-0.281-0.406-0.703-0.297-1.094l0.828-2.906-2.938-0.75c-0.391-0.094-0.703-0.406-0.812-0.797-0.094-0.391 0.016-0.812 0.313-1.094l2.156-2.109-2.156-2.109c-0.297-0.281-0.406-0.703-0.313-1.094 0.109-0.391 0.422-0.703 0.812-0.797l2.938-0.75-0.828-2.906c-0.109-0.391 0-0.812 0.297-1.094 0.281-0.297 0.703-0.406 1.094-0.297l2.906 0.828 0.75-2.938c0.094-0.391 0.406-0.703 0.797-0.797 0.391-0.109 0.812 0 1.094 0.297l2.109 2.172 2.109-2.172c0.281-0.297 0.688-0.406 1.094-0.297 0.391 0.094 0.703 0.406 0.797 0.797l0.75 2.938 2.906-0.828c0.391-0.109 0.812 0 1.094 0.297 0.297 0.281 0.406 0.703 0.297 1.094l-0.828 2.906 2.938 0.75c0.391 0.094 0.703 0.406 0.812 0.797 0.094 0.391-0.016 0.812-0.313 1.094z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"346\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b12d8\" wfd-id=\"347\"><h4 data-css=\"tve-u-1625389a3d5\" style=\"text-align: left;\">Triple Foam Polish</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"345\"><p data-css=\"tve-u-162492e70ad\">Class aptent taciti sociosqu ad litora torquent</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"335\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229fa8c68\" wfd-id=\"337\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-16271adf6cf\" wfd-id=\"341\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"bullseye\">\n<path d=\"M16 14c0 2.203-1.797 4-4 4s-4-1.797-4-4 1.797-4 4-4 4 1.797 4 4zM18 14c0-3.313-2.688-6-6-6s-6 2.688-6 6 2.688 6 6 6 6-2.688 6-6zM20 14c0 4.422-3.578 8-8 8s-8-3.578-8-8 3.578-8 8-8 8 3.578 8 8zM22 14c0-5.516-4.484-10-10-10s-10 4.484-10 10 4.484 10 10 10 10-4.484 10-10zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"339\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-16248fc71c8\" wfd-id=\"340\"><h4 data-css=\"tve-u-1625389b4ed\" style=\"text-align: left;\">Tire dressing</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"338\"><p data-css=\"tve-u-162492e70ad\">Etiam pharetra, erat sed fermentum feugiat, velit mauris</p></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621ad46076\" wfd-id=\"297\">\n<div class=\"tve-page-section-out\" wfd-id=\"328\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621b072b4e\" wfd-id=\"298\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621a8b2488\" wfd-id=\"299\"><div class=\"tcb-flex-row tcb--cols--2 v-2\" data-css=\"tve-u-1621a8a804b\" wfd-id=\"300\"><div class=\"tcb-flex-col\" wfd-id=\"310\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16271bfe70c\" wfd-id=\"312\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h3\" data-css=\"tve-u-1621a8c4313\" wfd-id=\"327\"><h3><strong>Complete cleaning services for yoâ€‹ur car</strong></h3></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-16417b70f47\" wfd-id=\"313\"><ul class=\"tcb-styled-list\" wfd-id=\"314\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621acf0289\" wfd-id=\"323\"><div class=\"tcb-styled-list-icon\" wfd-id=\"325\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a8e11f3\" wfd-id=\"326\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ace1b08\" wfd-id=\"324\">We are a small business delivering professional cleaning services for all vehicles</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621acf64fb\" wfd-id=\"319\"><div class=\"tcb-styled-list-icon\" wfd-id=\"321\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a8e5625\" wfd-id=\"322\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ace4de9\" wfd-id=\"320\">Our services are convenient for individuals and corporate fleets</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"315\"><div class=\"tcb-styled-list-icon\" wfd-id=\"317\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a9076ef\" wfd-id=\"318\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621acf47d2\" wfd-id=\"316\">We use eco-friendly products that actually clean, protect and maintain your car better than the traditional cleaning substances</span></li></ul></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"301\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621a90a46f\" wfd-id=\"303\"><div class=\"thrv_wrapper thrv-fill-counter tve_red tve_normalfc thrv_data_element\" data-css=\"tve-u-1621a983587\" wfd-id=\"304\">\n<div class=\"tve_fill_counter_n\" style=\"\" data-fill=\"100\" data-css=\"tve-u-1621a98b602\" wfd-id=\"305\">\n<svg viewBox=\"0 0 170 170\" class=\"tve_fill_counter_circle\" shape-rendering=\"optimizeSpeed\" data-css=\"tve-u-1621a9a2862\">\n<circle class=\"tve_fill_counter_circle_inner\" r=\"85\" cx=\"85\" cy=\"85\" data-css=\"tve-u-1621a9685d4\"></circle>\n</svg>\n<div class=\"tve_fill_text_in\" data-css=\"tve-u-1621a96b190\" wfd-id=\"306\">\n<div class=\"tve_fill_text_value\" data-css=\"tve-u-1621a9a2866\" wfd-id=\"308\">\n<div class=\"thrv-inline-text tve_fill_text tve_editable\" data-css=\"tve-u-1621a9a2867\" wfd-id=\"309\"><strong>100%â€‹</strong></div>\n</div>\n<div class=\"thrv-inline-text tve_editable tve_data_element_label\" data-css=\"tve-u-1621a9750ae\" wfd-id=\"307\">Clean car</div>\n</div>\n</div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621ada1e7f\" data-value-type=\"percent\" wfd-id=\"261\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621adba9ef\" data-clip-id=\"52d5a36c151aa\" wfd-id=\"296\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-52d5a36c151aa\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0875\"></polygon></clipPath><clipPath id=\"clip-tablet-top-52d5a36c151aa\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0524\"></polygon></clipPath><clipPath id=\"clip-mobile-top-52d5a36c151aa\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0349\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621ad420c4\" wfd-id=\"262\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621ade6172\" wfd-id=\"263\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2 tcb-row-reversed-mobile tcb-mobile-edit v-2\" data-css=\"tve-u-1621adea58b\" wfd-id=\"264\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621b064646\" style=\"\" wfd-id=\"290\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ae0bec7\" wfd-id=\"292\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ae4fd21\" data-value-type=\"percent\" data-float=\"1\" wfd-id=\"293\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621ae6c8da\" data-clip-id=\"aa2c3e3c70555\" wfd-id=\"295\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0349\"></polygon></clipPath><clipPath id=\"clip-tablet-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"4\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0699\"></polygon></clipPath><clipPath id=\"clip-mobile-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"4\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0699\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb\" data-css=\"tve-u-1621ae4db6e\" wfd-id=\"294\"></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621b064668\" style=\"\" wfd-id=\"265\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621f45bed3\" wfd-id=\"267\"><div class=\"tcb-clear\" data-css=\"tve-u-16224848ee5\" wfd-id=\"288\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621afceb00\" wfd-id=\"289\"><h2 data-css=\"tve-u-1621afcc0bf\">Check Out Our Special Offer!</h2></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621afda4fa\" wfd-id=\"287\"><p data-css=\"tve-u-1621afd8c98\">Donâ€™t miss the opportunity to get 50% discount on a complete cleaning just by recommending us to a friend. Bring someone you know with you and clean you car half price!</p></div><div class=\"tcb-clear\" data-css=\"tve-u-16224834cab\" wfd-id=\"268\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621fe85996\" wfd-id=\"269\"><div class=\"tcb-flex-row tcb--cols--2 tcb-resized tcb-medium-wrap tcb-desktop-wrap\" data-css=\"tve-u-1621fe78878\" wfd-id=\"270\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621fe94086\" style=\"\" wfd-id=\"278\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"280\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621b01355a\" wfd-id=\"281\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621b08fdde\" data-tcb_hover_state_parent=\"1\" wfd-id=\"286\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16223f02c16\" wfd-id=\"282\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-1620af7eb3f\" data-tcb_hover_state_parent=\"\" data-button-style=\"full_rounded\" wfd-id=\"283\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"284\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-16228c75500\" wfd-id=\"285\"><strong>Request an appointment</strong></span></span>\n</a>\n</div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621fe940b9\" style=\"\" wfd-id=\"271\"><div class=\"tcb-col\" wfd-id=\"273\"><div class=\"tcb-clear\" data-css=\"tve-u-16224716d62\" wfd-id=\"274\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-1621b028939\" data-tcb_hover_state_parent=\"\" data-button-style=\"ghost\" wfd-id=\"275\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"276\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-16228c764b2\" wfd-id=\"277\"><strong>Call Now: 0400-700-682</strong></span></span>\n</a>\n</div></div></div></div></div></div></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16260ba2fa4\" wfd-id=\"168\">\n<div class=\"tve-page-section-out\" wfd-id=\"260\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16260be7104\" wfd-id=\"169\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621b0e4fb7\" wfd-id=\"259\"><h2 data-css=\"tve-u-1621b10fccf\" style=\"text-align: center;\">our happy clients</h2></div><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641367127b\" data-float=\"1\" wfd-id=\"258\"><svg class=\"tcb-icon\" viewBox=\"0 0 30 32\" data-name=\"quote-left\">\n<path d=\"M13.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429zM29.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641367e553\" wfd-id=\"257\"><svg class=\"tcb-icon\" viewBox=\"0 0 30 32\" data-name=\"quote-left\">\n<path d=\"M13.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429zM29.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a10d3b4\" wfd-id=\"228\">\n<div class=\"tve-content-box-background\" wfd-id=\"256\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"229\"><div class=\"tcb-clear\" data-css=\"tve-u-1621b300a64\" wfd-id=\"254\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-1621f154231\" wfd-id=\"255\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621b200375\" wfd-id=\"232\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-16260d8392c\" wfd-id=\"233\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"238\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"240\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16417b62c09\" wfd-id=\"241\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-16260d8396c\" wfd-id=\"242\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16260d01208\" style=\"\" wfd-id=\"248\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"250\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"251\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16225617da3\" wfd-id=\"253\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"252\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16260d0120e\" style=\"\" wfd-id=\"243\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"245\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"247\"><h5>Brett Graham, 28</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"246\"><h6 class=\"\">Architect</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"234\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"236\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"237\"><p data-css=\"tve-u-162539c17ec\">Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit. Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit.&nbsp;</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-16260c5ff0c\" wfd-id=\"230\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260c5ff07\" wfd-id=\"231\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a12f675\" wfd-id=\"199\">\n<div class=\"tve-content-box-background\" wfd-id=\"227\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"200\"><div class=\"tcb-clear\" data-css=\"tve-u-16260cd7683\" wfd-id=\"225\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260d73672\" wfd-id=\"226\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16260da3aa7\" wfd-id=\"203\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-1621fb68b97\" wfd-id=\"204\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"209\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"211\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16417b662bf\" wfd-id=\"212\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-1621fb65556\" wfd-id=\"213\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16229915e1a\" style=\"\" wfd-id=\"219\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"221\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"222\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16260c433e9\" wfd-id=\"224\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"223\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16229915e4e\" style=\"\" wfd-id=\"214\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"216\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"218\"><h5>Rosie Hanson, 24</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"217\"><h6 class=\"\">Real estate Associate</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"205\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"207\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"208\"><p data-css=\"tve-u-162539c17ec\">Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo.</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-16260d3b97e\" wfd-id=\"201\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260d39b83\" wfd-id=\"202\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a146aef\" wfd-id=\"170\">\n<div class=\"tve-content-box-background\" wfd-id=\"198\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"171\"><div class=\"tcb-clear\" data-css=\"tve-u-16260cd7683\" wfd-id=\"196\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260cd622f\" wfd-id=\"197\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16260c39a7e\" wfd-id=\"174\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-16260d3f4aa\" wfd-id=\"175\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"180\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"182\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621fbacc60\" wfd-id=\"183\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-16260d3f4af\" wfd-id=\"184\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16229915e1a\" style=\"\" wfd-id=\"190\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"192\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"193\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16260d5e4b8\" wfd-id=\"195\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"194\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16229915e4e\" style=\"\" wfd-id=\"185\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"187\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"189\"><h5>Shawn Mattews, 35</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"188\"><h6 class=\"\">project manager</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"176\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"178\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"179\"><p data-css=\"tve-u-162539c17ec\">Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo. Nullam ac urna eu felis.Sed non neque elit. Sed ut imperdiet nisi. Proin condimentum</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1621b30ca74\" wfd-id=\"172\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-1621f15b521\" wfd-id=\"173\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621b3c8c52\" wfd-id=\"64\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621b3cfc7b\" wfd-id=\"167\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621b3c74d9\" wfd-id=\"65\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621e7b695a\" wfd-id=\"166\"><h2 data-css=\"tve-u-1621e7a7350\" style=\"text-align: center;\">our offers</h2></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621e7c899a\" wfd-id=\"66\"><div class=\"tcb-flex-row tcb--cols--3 tcb-medium-wrap v-2\" data-css=\"tve-u-1621e7c7aa1\" wfd-id=\"67\"><div class=\"tcb-flex-col\" wfd-id=\"130\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16223fc9f23\" wfd-id=\"132\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e7ceab3\" style=\"\" wfd-id=\"133\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16416e4fafd\" wfd-id=\"165\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e7d5094\" wfd-id=\"134\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e7e9950\" data-value-type=\"percent\" style=\"\" wfd-id=\"161\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e7edfd9\" data-clip-id=\"10ffac3b28f1d\" wfd-id=\"164\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-10ffac3b28f1d\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-10ffac3b28f1d\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e7e6c1d\" wfd-id=\"162\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-16417b4cb9e\" wfd-id=\"163\"><h4 data-css=\"tve-u-1621fe1a1af\" style=\"text-align: center;\"><strong>Basic Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ec6c39b\" data-float=\"1\" wfd-id=\"157\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e81f424\" wfd-id=\"160\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec752da\" wfd-id=\"158\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"159\"><h4 data-css=\"tve-u-1621fe1bd18\" style=\"text-align: center;\"><strong>15$</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621ea50702\" wfd-id=\"135\"><ul class=\"tcb-styled-list\" wfd-id=\"136\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec3a5c0\" wfd-id=\"153\"><div class=\"tcb-styled-list-icon\" wfd-id=\"155\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec204df\" wfd-id=\"156\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec241aa\" wfd-id=\"154\">Interior vacuum</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"149\"><div class=\"tcb-styled-list-icon\" wfd-id=\"151\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec20f68\" wfd-id=\"152\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec2704c\" wfd-id=\"150\">Dust &amp;dash console</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec42aa7\" wfd-id=\"145\"><div class=\"tcb-styled-list-icon\" wfd-id=\"147\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec21a31\" wfd-id=\"148\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec298ab\" wfd-id=\"146\">Hand towel dry</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec43fe2\" wfd-id=\"141\"><div class=\"tcb-styled-list-icon\" wfd-id=\"143\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ea1fba7\" wfd-id=\"144\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea23322\" wfd-id=\"142\">Clean windows</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec454d9\" wfd-id=\"137\"><div class=\"tcb-styled-list-icon\" wfd-id=\"139\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ea295c0\" wfd-id=\"140\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea2c69a\" wfd-id=\"138\">Soft cloth wash</span></li></ul></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"99\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"101\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621eb81205\" style=\"\" wfd-id=\"102\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16416e603ab\" wfd-id=\"129\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621eb7ccb0\" wfd-id=\"103\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ebbbb6d\" data-value-type=\"percent\" wfd-id=\"125\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eaaedd8\" data-clip-id=\"a2b9cf3198d6f\" wfd-id=\"128\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-a2b9cf3198d6f\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-a2b9cf3198d6f\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec7f21a\" wfd-id=\"126\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e930bd7\" wfd-id=\"127\"><h4 data-css=\"tve-u-1621e92e97f\" style=\"text-align: center;\"><strong>Ultimate Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ec78d2c\" data-float=\"1\" wfd-id=\"121\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eab272c\" wfd-id=\"124\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec79a7d\" wfd-id=\"122\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"123\"><h4 data-css=\"tve-u-1621e942b65\" style=\"text-align: center;\"><strong>22 $</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621ebfa746\" wfd-id=\"118\"><p data-css=\"tve-u-1621f4ceaf6\" style=\"text-align: center;\">Includes basic service <span data-css=\"tve-u-1621f4ceaf7\" style=\"color: rgb(15, 29, 123);\" wfd-id=\"119\"><strong class=\"\"><span data-css=\"tve-u-1621f4ceafb\" wfd-id=\"120\">+</span></strong></span></p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621ebf340c\" wfd-id=\"104\"><ul class=\"tcb-styled-list\" wfd-id=\"105\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-164137a0b1f\" wfd-id=\"114\"><div class=\"tcb-styled-list-icon\" wfd-id=\"116\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec0c5bd\" wfd-id=\"117\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ebfe4ce\" wfd-id=\"115\">Triple foam conditiner</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec04541\" wfd-id=\"110\"><div class=\"tcb-styled-list-icon\" wfd-id=\"112\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec09a3c\" wfd-id=\"113\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ebff867\" wfd-id=\"111\">Tire dressing</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec05cc3\" wfd-id=\"106\"><div class=\"tcb-styled-list-icon\" wfd-id=\"108\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec15f6e\" wfd-id=\"109\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec009a8\" wfd-id=\"107\">Air freshner</span></li></ul></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"68\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16223dad661\" wfd-id=\"70\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621fd9c946\" style=\"\" wfd-id=\"71\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e7d234c\" wfd-id=\"98\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621fd84d7b\" wfd-id=\"72\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16223b080b0\" data-value-type=\"percent\" wfd-id=\"94\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eb3eb9f\" data-clip-id=\"ac98bb0e54b3b\" wfd-id=\"97\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621fd8766c\" wfd-id=\"95\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e930bd7\" wfd-id=\"96\"><h4 data-css=\"tve-u-1621fe1587d\" style=\"text-align: center;\"><strong>Supreme Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e8107f3\" wfd-id=\"90\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eb43d8d\" wfd-id=\"93\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e819c52\" wfd-id=\"91\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"92\"><h4 data-css=\"tve-u-1621fe1725e\" style=\"text-align: center;\"><strong>30 $</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621eb037bb\" wfd-id=\"87\"><p data-css=\"tve-u-1621f4d0451\" style=\"text-align: center;\">Includes ultimate service <span data-css=\"tve-u-1621eaff572\" style=\"color: rgb(15, 29, 123);\" wfd-id=\"88\"><strong class=\"\"><span data-css=\"tve-u-1621eb01b60\" wfd-id=\"89\">+</span></strong></span></p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621eacf6af\" wfd-id=\"73\"><ul class=\"tcb-styled-list\" wfd-id=\"74\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec36a4d\" wfd-id=\"83\"><div class=\"tcb-styled-list-icon\" wfd-id=\"85\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e9993aa\" wfd-id=\"86\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea1a5d7\" wfd-id=\"84\">Exterior trim dressing</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"79\"><div class=\"tcb-styled-list-icon\" wfd-id=\"81\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e99b1db\" wfd-id=\"82\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea19a06\" wfd-id=\"80\">Hand applied spray wax</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec37ea5\" wfd-id=\"75\"><div class=\"tcb-styled-list-icon\" wfd-id=\"77\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e99c314\" wfd-id=\"78\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea18c5d\" wfd-id=\"76\">Interior conditioner</span></li></ul></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621efddaaf\" wfd-id=\"43\">\n<div class=\"tve-page-section-out\" wfd-id=\"63\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621edf8048\" wfd-id=\"44\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621f114214\" wfd-id=\"45\"><div class=\"tcb-flex-row tcb-resized tcb-mobile-edit tcb--cols--2\" data-css=\"tve-u-1621ee03000\" wfd-id=\"46\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621ee4be21\" style=\"\" wfd-id=\"51\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ee093d4\" wfd-id=\"53\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ee3afec\" wfd-id=\"57\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621ee58e74\" wfd-id=\"62\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ee37f4a\" wfd-id=\"58\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1621ee74a24\" wfd-id=\"61\"><svg class=\"tcb-icon\" viewBox=\"0 0 16 28\" data-name=\"map-marker\">\n<path d=\"M12 10c0-2.203-1.797-4-4-4s-4 1.797-4 4 1.797 4 4 4 4-1.797 4-4zM16 10c0 0.953-0.109 1.937-0.516 2.797l-5.688 12.094c-0.328 0.688-1.047 1.109-1.797 1.109s-1.469-0.422-1.781-1.109l-5.703-12.094c-0.406-0.859-0.516-1.844-0.516-2.797 0-4.422 3.578-8 8-8s8 3.578 8 8z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621ee63e1c\" wfd-id=\"60\"><h2 data-css=\"tve-u-1621fdcb4ea\" style=\"text-align: center;\">contact us</h2></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16422a1ce91\" wfd-id=\"59\"><p data-css=\"tve-u-16422a1ce94\" style=\"text-align: left;\">Your adress goes here</p><p data-css=\"tve-u-16422a1ce93\" style=\"text-align: left;\">Phone: 0400 - 700 - 682</p><p data-css=\"tve-u-16422a1ce92\" style=\"text-align: left;\">Email: our_office@gmail.com</p></div></div>\n</div><div class=\"tcb-clear\" data-css=\"tve-u-16417c828be\" wfd-id=\"54\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_slide_left\" data-css=\"tve-u-1621ef118dc\" style=\"\" wfd-id=\"55\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"56\"><img class=\"tve_image tve_evt_manager_listen tve_et_tve-viewport wp-image-21388\" alt=\"\" width=\"567\" height=\"384\" title=\"Car wash img footer\" data-id=\"21388\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-img-footer.png\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_left&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" style=\"width: 100%;\"></span></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621ee4be73\" style=\"\" wfd-id=\"47\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ee22c43\" wfd-id=\"49\"><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-1621ee18a1c\" wfd-id=\"50\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=New York&amp;t=m&amp;z=5&amp;output=embed&amp;iwloc=near\"></iframe>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621f0aa8f7\" wfd-id=\"30\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621f0ada0e\" wfd-id=\"42\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621f0b0088\" wfd-id=\"31\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621f0d2c1a\" wfd-id=\"32\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-1621f0cbe40\" wfd-id=\"33\"><div class=\"tcb-flex-col\" wfd-id=\"38\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"40\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621f0da775\" wfd-id=\"41\"><p data-css=\"tve-u-1622444fb11\">Â© 2018, Your company name . All rights reserved.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"34\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"36\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16223fe5f5b\" wfd-id=\"37\"><p data-css=\"tve-u-1621f0d874c\" style=\"text-align: right;\">Made with <a href=\"https://thrivethemes.com/\" target=\"_blank\">Thrive Architect</a></p></div></div></div></div></div></div>\n</div>\n\n'),(6789,565,'tve_revision_tve_has_wistia_popover','0'),(6790,566,'tve_revision_tve_landing_page','tcb2-thrivebiz-car-wash'),(6791,566,'tve_revision_tve_landing_set',''),(6792,566,'tve_revision_tve_disable_theme_dependency','1'),(6793,566,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-162717d1bbe\" wfd-id=\"437\"><div class=\"tcb-flex-row tcb-medium-no-wrap v-2 tcb--cols--3 m-edit tcb-mobile-wrap tcb-resized\" data-css=\"tve-u-162717d1bbf\" wfd-id=\"438\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1695981e7bb\" wfd-id=\"459\"><div class=\"tcb-col\" data-css=\"tve-u-16959846d3d\" wfd-id=\"461\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16959822de2\" wfd-id=\"462\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"463\"><img class=\"tve_image wp-image-465\" alt=\"\" width=\"384\" height=\"62\" title=\"Blackhawk_custom_header\" data-id=\"465\" src=\"https://bestcerakoteflorida.com/wp-content/uploads/2019/01/Blackhawk_custom_header.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717d1bb9\" style=\"\" wfd-id=\"452\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717d1bb6\" wfd-id=\"454\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-164179a84b8\" wfd-id=\"455\">\n<div class=\"tve-content-box-background\" wfd-id=\"458\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"456\"><div class=\"tcb-clear\" wfd-id=\"457\"></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717d1bb7\" style=\"\" wfd-id=\"439\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717d1bbc\" wfd-id=\"441\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16369305186\" wfd-id=\"442\">\n<div class=\"tve-content-box-background\" wfd-id=\"451\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16417e9d24e\" wfd-id=\"443\"><div class=\"tcb-clear\" wfd-id=\"449\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-16417e5bd95\" data-float=\"1\" wfd-id=\"450\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-envelope-regular\" data-name=\"\">\n            <path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path>\n        </svg></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-164179bced9\" wfd-id=\"444\"><p data-css=\"tve-u-1641333d7d1\"><a href=\"mailto:info@bestcerkoteflorida.com\" target=\"_blank\">info@bestcerakoteflorida.com</a></p></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-162717cb621\" data-value-type=\"percent\" wfd-id=\"394\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-162717cb620\" data-clip-id=\"c883ac5175045\" wfd-id=\"436\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-c883ac5175045\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9125, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-c883ac5175045\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9476, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-c883ac5175045\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9651, 1 1, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-162717cb609\" wfd-id=\"395\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-162717cb618\" wfd-id=\"396\"><div class=\"tcb-flex-row tcb-medium-wrap tcb-resized v-2 tcb--cols--2\" data-css=\"tve-u-162717cb617\" wfd-id=\"397\"><div class=\"tcb-flex-col\" data-css=\"tve-u-162717cb601\" style=\"\" wfd-id=\"412\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717cb60a\" wfd-id=\"414\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h1\" data-css=\"tve-u-162717cb610\" wfd-id=\"426\"><h1 data-css=\"tve-u-162717cb616\" style=\"text-align: center;\">&nbsp;Protect What\'s Important To You With The Toughest Ceramic Finish In The World!<span data-css=\"tve-u-16271ca808e\" style=\"color: rgb(0, 229, 255);\" wfd-id=\"435\"></span></h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162717cb60f\" wfd-id=\"415\"><p data-css=\"tve-u-16413112747\" style=\"text-align: center;\">Heat, Water, Salt and Sand just some of the conditions you face. And any one of them is just waiting to get a hold of your firearm and leave it a pile of rusted, pitted junk.</p><p data-css=\"tve-u-16413112747\" style=\"text-align: center;\">Unfortunately there wasn\'t much you could do other than keep cleaning and lubricating your firearms...till NOW!</p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717cb600\" style=\"\" wfd-id=\"398\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717cb60b\" wfd-id=\"400\"><div class=\"thrv_responsive_video thrv_wrapper rv_style_lifted_style2\" data-type=\"youtube\" data-rel=\"0\" data-url=\"https://www.youtube.com/watch?v=a1nyu9ZJiEk\" data-css=\"tve-u-16959cd1e7a\" data-modestbranding=\"1\" wfd-id=\"409\">\n	\n\n	<div class=\"tve_responsive_video_container\" wfd-id=\"410\">\n		<div class=\"video_overlay\" wfd-id=\"411\"></div>\n	<iframe data-code=\"TEOqV1Q16lU\" data-provider=\"youtube\" src=\"https://www.youtube.com/embed/TEOqV1Q16lU?rel=0&amp;modestbranding=1&amp;controls=1&amp;showinfo=1&amp;fs=1&amp;wmode=transparent\" data-src=\"https://www.youtube.com/embed/TEOqV1Q16lU?rel=0&amp;modestbranding=1&amp;controls=1&amp;showinfo=1&amp;fs=1&amp;wmode=transparent\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\n</div><div class=\"thrv_wrapper thrv-button tcb-with-icon\" data-css=\"tve-u-1695a3002e2\" data-tcb_hover_state_parent=\"\" data-button-style=\"border_1\" wfd-id=\"401\">\n	<a href=\"tel:1-954-848-1911\" class=\"tcb-button-link\" target=\"_blank\" rel=\"\"><span class=\"tcb-button-icon\" wfd-id=\"407\">\n	<div class=\"thrv_wrapper thrv_icon tve_no_drag tve_no_icons tcb-icon-inherit-style tcb-icon-display\" wfd-id=\"408\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-phone-plus-light\" data-name=\"\">\n            <path d=\"M8 128h88v88c0 4.4 3.6 8 8 8h16c4.4 0 8-3.6 8-8v-88h88c4.4 0 8-3.6 8-8v-16c0-4.4-3.6-8-8-8h-88V8c0-4.4-3.6-8-8-8h-16c-4.4 0-8 3.6-8 8v88H8c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8zM487.8 24.1L387 .8c-14.7-3.4-29.8 4.2-35.8 18.1l-46.5 108.5c-5.5 12.7-1.8 27.7 8.9 36.5l53.9 44.1c-34 69.2-90.3 125.6-159.6 159.6l-44.1-53.9c-8.8-10.7-23.8-14.4-36.5-8.9L18.9 351.3c-13.9 6-21.5 21-18.1 35.8L24 487.9C27.3 502 39.9 512 54.5 512 306.7 512 512 307.8 512 54.5c0-14.6-10-27.2-24.2-30.4zM55.1 480l-23-99.6 107.4-46 59.5 72.8c103.6-48.6 159.7-104.9 208.1-208.1l-72.8-59.5 46-107.4 99.6 23C479.7 289.7 289.6 479.7 55.1 480z\"></path>\n        </svg></div>\n</span>\n\n		<span class=\"tcb-button-texts\" wfd-id=\"402\"><span class=\"tcb-button-text thrv-inline-text\" wfd-id=\"403\">CALL NOW</span></span>\n	</a>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-162717fcf9d\" data-value-type=\"percent\" wfd-id=\"329\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-162718bd0c0\" data-clip-id=\"a3b25e1c9221a\" wfd-id=\"393\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0875\"></polygon></clipPath><clipPath id=\"clip-tablet-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"6\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.1051\"></polygon></clipPath><clipPath id=\"clip-mobile-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"1\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0175\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-162718a3b40\" wfd-id=\"330\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622a159bcb\" wfd-id=\"331\">\n<div class=\"tve-content-box-background\" wfd-id=\"392\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"332\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621a2247ba\" wfd-id=\"385\"><h2 data-css=\"tve-u-1621a2e0d5b\">our services</h2></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16229f6175c\" wfd-id=\"356\"><div class=\"tcb-flex-row tcb-medium-no-wrap tcb--cols--3 v-2\" data-css=\"tve-u-162493a03b0\" wfd-id=\"357\"><div class=\"tcb-flex-col\" wfd-id=\"374\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1624939a960\" data-tcb_hover_state_parent=\"\" wfd-id=\"376\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-162493d5f13\" data-float=\"1\" wfd-id=\"384\"><svg class=\"tcb-icon\" viewBox=\"0 0 14 28\" data-name=\"bolt\">\n<path d=\"M13.828 8.844c0.172 0.187 0.219 0.453 0.109 0.688l-8.437 18.078c-0.125 0.234-0.375 0.391-0.656 0.391-0.063 0-0.141-0.016-0.219-0.031-0.344-0.109-0.547-0.438-0.469-0.766l3.078-12.625-6.344 1.578c-0.063 0.016-0.125 0.016-0.187 0.016-0.172 0-0.359-0.063-0.484-0.172-0.187-0.156-0.25-0.391-0.203-0.609l3.141-12.891c0.078-0.297 0.359-0.5 0.688-0.5h5.125c0.391 0 0.703 0.297 0.703 0.656 0 0.094-0.031 0.187-0.078 0.281l-2.672 7.234 6.188-1.531c0.063-0.016 0.125-0.031 0.187-0.031 0.203 0 0.391 0.094 0.531 0.234z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"380\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-162494b490e\" wfd-id=\"381\"><h4 data-css=\"tve-u-16249355087\" style=\"text-align: left;\">Express exterior</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162494b7ad0\" wfd-id=\"377\"><p data-css=\"tve-u-162492e70ad\">Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"365\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162493b6b63\" data-tcb_hover_state_parent=\"\" wfd-id=\"367\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b456a\" wfd-id=\"373\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"adjust\">\n<path d=\"M12 22.5v-17c-4.688 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"371\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1af44d\" wfd-id=\"372\"><h4 data-css=\"tve-u-16249358652\" style=\"text-align: left;\">Interior clean</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"368\"><p data-css=\"tve-u-162492e70ad\">Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"358\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16249373b25\" wfd-id=\"360\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b52d3\" wfd-id=\"364\"><svg class=\"tcb-icon\" viewBox=\"0 0 26 28\" data-name=\"umbrella\">\n<path d=\"M14 12.938v9.063c0 2.172-1.828 4-4 4s-4-1.828-4-4c0-0.547 0.453-1 1-1s1 0.453 1 1c0 1.047 0.953 2 2 2s2-0.953 2-2v-9.063c0.328-0.109 0.656-0.172 1-0.172s0.672 0.063 1 0.172zM26 13.359c0 0.266-0.234 0.5-0.5 0.5-0.141 0-0.25-0.063-0.359-0.156-0.906-0.844-1.75-1.437-3.047-1.437-1.484 0-2.766 0.922-3.609 2.094-0.187 0.266-0.328 0.547-0.5 0.812-0.109 0.172-0.234 0.266-0.438 0.266-0.219 0-0.344-0.094-0.453-0.266-0.172-0.266-0.313-0.547-0.5-0.812-0.844-1.172-2.109-2.094-3.594-2.094s-2.75 0.922-3.594 2.094c-0.187 0.266-0.328 0.547-0.5 0.812-0.109 0.172-0.234 0.266-0.453 0.266-0.203 0-0.328-0.094-0.438-0.266-0.172-0.266-0.313-0.547-0.5-0.812-0.844-1.172-2.125-2.094-3.609-2.094-1.297 0-2.141 0.594-3.047 1.437-0.109 0.094-0.219 0.156-0.359 0.156-0.266 0-0.5-0.234-0.5-0.5 0-0.047 0-0.078 0.016-0.109 1.437-5.906 7.141-9.25 12.984-9.25 5.812 0 11.578 3.344 12.984 9.25 0.016 0.031 0.016 0.063 0.016 0.109zM14 2v1.531c-0.328-0.016-0.672-0.031-1-0.031s-0.672 0.016-1 0.031v-1.531c0-0.547 0.453-1 1-1s1 0.453 1 1z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"362\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b01a6\" wfd-id=\"363\"><h4 data-css=\"tve-u-1624935a201\" style=\"text-align: left;\">Wax protection</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"361\"><p data-css=\"tve-u-162492e70ad\">Etiam pharetra, erat sed fermentum feugiat, velit mauris</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16249367114\" wfd-id=\"333\"><div class=\"tcb-flex-row tcb-medium-no-wrap tcb--cols--3 v-2\" data-css=\"tve-u-16229ffbb7b\" wfd-id=\"334\"><div class=\"tcb-flex-col\" wfd-id=\"349\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229fa6a26\" wfd-id=\"351\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b33f9\" wfd-id=\"355\"><svg class=\"tcb-icon\" viewBox=\"0 0 26 28\" data-name=\"magic\">\n<path d=\"M18.594 9.078l4.578-4.578-1.672-1.672-4.578 4.578zM25.578 4.5c0 0.266-0.094 0.516-0.281 0.703l-20.094 20.094c-0.187 0.187-0.438 0.281-0.703 0.281s-0.516-0.094-0.703-0.281l-3.094-3.094c-0.187-0.187-0.281-0.438-0.281-0.703s0.094-0.516 0.281-0.703l20.094-20.094c0.187-0.187 0.438-0.281 0.703-0.281s0.516 0.094 0.703 0.281l3.094 3.094c0.187 0.187 0.281 0.438 0.281 0.703zM4.469 1.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531zM9.938 4.062l3.063 0.938-3.063 0.938-0.938 3.063-0.938-3.063-3.063-0.938 3.063-0.938 0.938-3.063zM24.469 11.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531zM14.469 1.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"353\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b0a67\" wfd-id=\"354\"><h4 data-css=\"tve-u-16248fc42a1\" style=\"text-align: left;\">Dust &amp; Dash Console</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"352\"><p data-css=\"tve-u-162492e70ad\">Duis sed odio sit amet nibh vulputate cursus a sit amet mauris.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"342\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1622f65ba70\" wfd-id=\"344\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b60b4\" wfd-id=\"348\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"certificate\">\n<path d=\"M21.5 14l2.156 2.109c0.297 0.281 0.406 0.703 0.313 1.094-0.109 0.391-0.422 0.703-0.812 0.797l-2.938 0.75 0.828 2.906c0.109 0.391 0 0.812-0.297 1.094-0.281 0.297-0.703 0.406-1.094 0.297l-2.906-0.828-0.75 2.938c-0.094 0.391-0.406 0.703-0.797 0.812-0.094 0.016-0.203 0.031-0.297 0.031-0.297 0-0.594-0.125-0.797-0.344l-2.109-2.156-2.109 2.156c-0.281 0.297-0.703 0.406-1.094 0.313-0.406-0.109-0.703-0.422-0.797-0.812l-0.75-2.938-2.906 0.828c-0.391 0.109-0.812 0-1.094-0.297-0.297-0.281-0.406-0.703-0.297-1.094l0.828-2.906-2.938-0.75c-0.391-0.094-0.703-0.406-0.812-0.797-0.094-0.391 0.016-0.812 0.313-1.094l2.156-2.109-2.156-2.109c-0.297-0.281-0.406-0.703-0.313-1.094 0.109-0.391 0.422-0.703 0.812-0.797l2.938-0.75-0.828-2.906c-0.109-0.391 0-0.812 0.297-1.094 0.281-0.297 0.703-0.406 1.094-0.297l2.906 0.828 0.75-2.938c0.094-0.391 0.406-0.703 0.797-0.797 0.391-0.109 0.812 0 1.094 0.297l2.109 2.172 2.109-2.172c0.281-0.297 0.688-0.406 1.094-0.297 0.391 0.094 0.703 0.406 0.797 0.797l0.75 2.938 2.906-0.828c0.391-0.109 0.812 0 1.094 0.297 0.297 0.281 0.406 0.703 0.297 1.094l-0.828 2.906 2.938 0.75c0.391 0.094 0.703 0.406 0.812 0.797 0.094 0.391-0.016 0.812-0.313 1.094z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"346\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b12d8\" wfd-id=\"347\"><h4 data-css=\"tve-u-1625389a3d5\" style=\"text-align: left;\">Triple Foam Polish</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"345\"><p data-css=\"tve-u-162492e70ad\">Class aptent taciti sociosqu ad litora torquent</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"335\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229fa8c68\" wfd-id=\"337\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-16271adf6cf\" wfd-id=\"341\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"bullseye\">\n<path d=\"M16 14c0 2.203-1.797 4-4 4s-4-1.797-4-4 1.797-4 4-4 4 1.797 4 4zM18 14c0-3.313-2.688-6-6-6s-6 2.688-6 6 2.688 6 6 6 6-2.688 6-6zM20 14c0 4.422-3.578 8-8 8s-8-3.578-8-8 3.578-8 8-8 8 3.578 8 8zM22 14c0-5.516-4.484-10-10-10s-10 4.484-10 10 4.484 10 10 10 10-4.484 10-10zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"339\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-16248fc71c8\" wfd-id=\"340\"><h4 data-css=\"tve-u-1625389b4ed\" style=\"text-align: left;\">Tire dressing</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"338\"><p data-css=\"tve-u-162492e70ad\">Etiam pharetra, erat sed fermentum feugiat, velit mauris</p></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621ad46076\" wfd-id=\"297\">\n<div class=\"tve-page-section-out\" wfd-id=\"328\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621b072b4e\" wfd-id=\"298\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621a8b2488\" wfd-id=\"299\"><div class=\"tcb-flex-row tcb--cols--2 v-2\" data-css=\"tve-u-1621a8a804b\" wfd-id=\"300\"><div class=\"tcb-flex-col\" wfd-id=\"310\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16271bfe70c\" wfd-id=\"312\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h3\" data-css=\"tve-u-1621a8c4313\" wfd-id=\"327\"><h3><strong>Complete cleaning services for yoâ€‹ur car</strong></h3></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-16417b70f47\" wfd-id=\"313\"><ul class=\"tcb-styled-list\" wfd-id=\"314\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621acf0289\" wfd-id=\"323\"><div class=\"tcb-styled-list-icon\" wfd-id=\"325\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a8e11f3\" wfd-id=\"326\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ace1b08\" wfd-id=\"324\">We are a small business delivering professional cleaning services for all vehicles</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621acf64fb\" wfd-id=\"319\"><div class=\"tcb-styled-list-icon\" wfd-id=\"321\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a8e5625\" wfd-id=\"322\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ace4de9\" wfd-id=\"320\">Our services are convenient for individuals and corporate fleets</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"315\"><div class=\"tcb-styled-list-icon\" wfd-id=\"317\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a9076ef\" wfd-id=\"318\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621acf47d2\" wfd-id=\"316\">We use eco-friendly products that actually clean, protect and maintain your car better than the traditional cleaning substances</span></li></ul></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"301\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621a90a46f\" wfd-id=\"303\"><div class=\"thrv_wrapper thrv-fill-counter tve_red tve_normalfc thrv_data_element\" data-css=\"tve-u-1621a983587\" wfd-id=\"304\">\n<div class=\"tve_fill_counter_n\" style=\"\" data-fill=\"100\" data-css=\"tve-u-1621a98b602\" wfd-id=\"305\">\n<svg viewBox=\"0 0 170 170\" class=\"tve_fill_counter_circle\" shape-rendering=\"optimizeSpeed\" data-css=\"tve-u-1621a9a2862\">\n<circle class=\"tve_fill_counter_circle_inner\" r=\"85\" cx=\"85\" cy=\"85\" data-css=\"tve-u-1621a9685d4\"></circle>\n</svg>\n<div class=\"tve_fill_text_in\" data-css=\"tve-u-1621a96b190\" wfd-id=\"306\">\n<div class=\"tve_fill_text_value\" data-css=\"tve-u-1621a9a2866\" wfd-id=\"308\">\n<div class=\"thrv-inline-text tve_fill_text tve_editable\" data-css=\"tve-u-1621a9a2867\" wfd-id=\"309\"><strong>100%â€‹</strong></div>\n</div>\n<div class=\"thrv-inline-text tve_editable tve_data_element_label\" data-css=\"tve-u-1621a9750ae\" wfd-id=\"307\">Clean car</div>\n</div>\n</div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621ada1e7f\" data-value-type=\"percent\" wfd-id=\"261\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621adba9ef\" data-clip-id=\"52d5a36c151aa\" wfd-id=\"296\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-52d5a36c151aa\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0875\"></polygon></clipPath><clipPath id=\"clip-tablet-top-52d5a36c151aa\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0524\"></polygon></clipPath><clipPath id=\"clip-mobile-top-52d5a36c151aa\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0349\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621ad420c4\" wfd-id=\"262\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621ade6172\" wfd-id=\"263\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2 tcb-row-reversed-mobile tcb-mobile-edit v-2\" data-css=\"tve-u-1621adea58b\" wfd-id=\"264\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621b064646\" style=\"\" wfd-id=\"290\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ae0bec7\" wfd-id=\"292\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ae4fd21\" data-value-type=\"percent\" data-float=\"1\" wfd-id=\"293\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621ae6c8da\" data-clip-id=\"aa2c3e3c70555\" wfd-id=\"295\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0349\"></polygon></clipPath><clipPath id=\"clip-tablet-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"4\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0699\"></polygon></clipPath><clipPath id=\"clip-mobile-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"4\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0699\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb\" data-css=\"tve-u-1621ae4db6e\" wfd-id=\"294\"></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621b064668\" style=\"\" wfd-id=\"265\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621f45bed3\" wfd-id=\"267\"><div class=\"tcb-clear\" data-css=\"tve-u-16224848ee5\" wfd-id=\"288\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621afceb00\" wfd-id=\"289\"><h2 data-css=\"tve-u-1621afcc0bf\">Check Out Our Special Offer!</h2></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621afda4fa\" wfd-id=\"287\"><p data-css=\"tve-u-1621afd8c98\">Donâ€™t miss the opportunity to get 50% discount on a complete cleaning just by recommending us to a friend. Bring someone you know with you and clean you car half price!</p></div><div class=\"tcb-clear\" data-css=\"tve-u-16224834cab\" wfd-id=\"268\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621fe85996\" wfd-id=\"269\"><div class=\"tcb-flex-row tcb--cols--2 tcb-resized tcb-medium-wrap tcb-desktop-wrap\" data-css=\"tve-u-1621fe78878\" wfd-id=\"270\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621fe94086\" style=\"\" wfd-id=\"278\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"280\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621b01355a\" wfd-id=\"281\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621b08fdde\" data-tcb_hover_state_parent=\"1\" wfd-id=\"286\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16223f02c16\" wfd-id=\"282\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-1620af7eb3f\" data-tcb_hover_state_parent=\"\" data-button-style=\"full_rounded\" wfd-id=\"283\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"284\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-16228c75500\" wfd-id=\"285\"><strong>Request an appointment</strong></span></span>\n</a>\n</div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621fe940b9\" style=\"\" wfd-id=\"271\"><div class=\"tcb-col\" wfd-id=\"273\"><div class=\"tcb-clear\" data-css=\"tve-u-16224716d62\" wfd-id=\"274\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-1621b028939\" data-tcb_hover_state_parent=\"\" data-button-style=\"ghost\" wfd-id=\"275\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"276\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-16228c764b2\" wfd-id=\"277\"><strong>Call Now: 0400-700-682</strong></span></span>\n</a>\n</div></div></div></div></div></div></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16260ba2fa4\" wfd-id=\"168\">\n<div class=\"tve-page-section-out\" wfd-id=\"260\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16260be7104\" wfd-id=\"169\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621b0e4fb7\" wfd-id=\"259\"><h2 data-css=\"tve-u-1621b10fccf\" style=\"text-align: center;\">our happy clients</h2></div><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641367127b\" data-float=\"1\" wfd-id=\"258\"><svg class=\"tcb-icon\" viewBox=\"0 0 30 32\" data-name=\"quote-left\">\n<path d=\"M13.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429zM29.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641367e553\" wfd-id=\"257\"><svg class=\"tcb-icon\" viewBox=\"0 0 30 32\" data-name=\"quote-left\">\n<path d=\"M13.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429zM29.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a10d3b4\" wfd-id=\"228\">\n<div class=\"tve-content-box-background\" wfd-id=\"256\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"229\"><div class=\"tcb-clear\" data-css=\"tve-u-1621b300a64\" wfd-id=\"254\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-1621f154231\" wfd-id=\"255\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621b200375\" wfd-id=\"232\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-16260d8392c\" wfd-id=\"233\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"238\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"240\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16417b62c09\" wfd-id=\"241\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-16260d8396c\" wfd-id=\"242\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16260d01208\" style=\"\" wfd-id=\"248\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"250\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"251\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16225617da3\" wfd-id=\"253\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"252\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16260d0120e\" style=\"\" wfd-id=\"243\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"245\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"247\"><h5>Brett Graham, 28</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"246\"><h6 class=\"\">Architect</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"234\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"236\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"237\"><p data-css=\"tve-u-162539c17ec\">Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit. Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit.&nbsp;</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-16260c5ff0c\" wfd-id=\"230\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260c5ff07\" wfd-id=\"231\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a12f675\" wfd-id=\"199\">\n<div class=\"tve-content-box-background\" wfd-id=\"227\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"200\"><div class=\"tcb-clear\" data-css=\"tve-u-16260cd7683\" wfd-id=\"225\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260d73672\" wfd-id=\"226\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16260da3aa7\" wfd-id=\"203\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-1621fb68b97\" wfd-id=\"204\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"209\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"211\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16417b662bf\" wfd-id=\"212\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-1621fb65556\" wfd-id=\"213\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16229915e1a\" style=\"\" wfd-id=\"219\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"221\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"222\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16260c433e9\" wfd-id=\"224\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"223\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16229915e4e\" style=\"\" wfd-id=\"214\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"216\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"218\"><h5>Rosie Hanson, 24</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"217\"><h6 class=\"\">Real estate Associate</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"205\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"207\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"208\"><p data-css=\"tve-u-162539c17ec\">Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo.</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-16260d3b97e\" wfd-id=\"201\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260d39b83\" wfd-id=\"202\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a146aef\" wfd-id=\"170\">\n<div class=\"tve-content-box-background\" wfd-id=\"198\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"171\"><div class=\"tcb-clear\" data-css=\"tve-u-16260cd7683\" wfd-id=\"196\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260cd622f\" wfd-id=\"197\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16260c39a7e\" wfd-id=\"174\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-16260d3f4aa\" wfd-id=\"175\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"180\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"182\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621fbacc60\" wfd-id=\"183\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-16260d3f4af\" wfd-id=\"184\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16229915e1a\" style=\"\" wfd-id=\"190\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"192\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"193\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16260d5e4b8\" wfd-id=\"195\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"194\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16229915e4e\" style=\"\" wfd-id=\"185\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"187\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"189\"><h5>Shawn Mattews, 35</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"188\"><h6 class=\"\">project manager</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"176\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"178\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"179\"><p data-css=\"tve-u-162539c17ec\">Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo. Nullam ac urna eu felis.Sed non neque elit. Sed ut imperdiet nisi. Proin condimentum</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1621b30ca74\" wfd-id=\"172\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-1621f15b521\" wfd-id=\"173\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621b3c8c52\" wfd-id=\"64\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621b3cfc7b\" wfd-id=\"167\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621b3c74d9\" wfd-id=\"65\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621e7b695a\" wfd-id=\"166\"><h2 data-css=\"tve-u-1621e7a7350\" style=\"text-align: center;\">our offers</h2></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621e7c899a\" wfd-id=\"66\"><div class=\"tcb-flex-row tcb--cols--3 tcb-medium-wrap v-2\" data-css=\"tve-u-1621e7c7aa1\" wfd-id=\"67\"><div class=\"tcb-flex-col\" wfd-id=\"130\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16223fc9f23\" wfd-id=\"132\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e7ceab3\" style=\"\" wfd-id=\"133\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16416e4fafd\" wfd-id=\"165\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e7d5094\" wfd-id=\"134\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e7e9950\" data-value-type=\"percent\" style=\"\" wfd-id=\"161\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e7edfd9\" data-clip-id=\"10ffac3b28f1d\" wfd-id=\"164\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-10ffac3b28f1d\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-10ffac3b28f1d\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e7e6c1d\" wfd-id=\"162\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-16417b4cb9e\" wfd-id=\"163\"><h4 data-css=\"tve-u-1621fe1a1af\" style=\"text-align: center;\"><strong>Basic Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ec6c39b\" data-float=\"1\" wfd-id=\"157\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e81f424\" wfd-id=\"160\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec752da\" wfd-id=\"158\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"159\"><h4 data-css=\"tve-u-1621fe1bd18\" style=\"text-align: center;\"><strong>15$</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621ea50702\" wfd-id=\"135\"><ul class=\"tcb-styled-list\" wfd-id=\"136\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec3a5c0\" wfd-id=\"153\"><div class=\"tcb-styled-list-icon\" wfd-id=\"155\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec204df\" wfd-id=\"156\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec241aa\" wfd-id=\"154\">Interior vacuum</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"149\"><div class=\"tcb-styled-list-icon\" wfd-id=\"151\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec20f68\" wfd-id=\"152\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec2704c\" wfd-id=\"150\">Dust &amp;dash console</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec42aa7\" wfd-id=\"145\"><div class=\"tcb-styled-list-icon\" wfd-id=\"147\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec21a31\" wfd-id=\"148\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec298ab\" wfd-id=\"146\">Hand towel dry</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec43fe2\" wfd-id=\"141\"><div class=\"tcb-styled-list-icon\" wfd-id=\"143\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ea1fba7\" wfd-id=\"144\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea23322\" wfd-id=\"142\">Clean windows</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec454d9\" wfd-id=\"137\"><div class=\"tcb-styled-list-icon\" wfd-id=\"139\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ea295c0\" wfd-id=\"140\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea2c69a\" wfd-id=\"138\">Soft cloth wash</span></li></ul></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"99\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"101\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621eb81205\" style=\"\" wfd-id=\"102\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16416e603ab\" wfd-id=\"129\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621eb7ccb0\" wfd-id=\"103\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ebbbb6d\" data-value-type=\"percent\" wfd-id=\"125\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eaaedd8\" data-clip-id=\"a2b9cf3198d6f\" wfd-id=\"128\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-a2b9cf3198d6f\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-a2b9cf3198d6f\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec7f21a\" wfd-id=\"126\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e930bd7\" wfd-id=\"127\"><h4 data-css=\"tve-u-1621e92e97f\" style=\"text-align: center;\"><strong>Ultimate Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ec78d2c\" data-float=\"1\" wfd-id=\"121\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eab272c\" wfd-id=\"124\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec79a7d\" wfd-id=\"122\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"123\"><h4 data-css=\"tve-u-1621e942b65\" style=\"text-align: center;\"><strong>22 $</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621ebfa746\" wfd-id=\"118\"><p data-css=\"tve-u-1621f4ceaf6\" style=\"text-align: center;\">Includes basic service <span data-css=\"tve-u-1621f4ceaf7\" style=\"color: rgb(15, 29, 123);\" wfd-id=\"119\"><strong class=\"\"><span data-css=\"tve-u-1621f4ceafb\" wfd-id=\"120\">+</span></strong></span></p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621ebf340c\" wfd-id=\"104\"><ul class=\"tcb-styled-list\" wfd-id=\"105\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-164137a0b1f\" wfd-id=\"114\"><div class=\"tcb-styled-list-icon\" wfd-id=\"116\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec0c5bd\" wfd-id=\"117\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ebfe4ce\" wfd-id=\"115\">Triple foam conditiner</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec04541\" wfd-id=\"110\"><div class=\"tcb-styled-list-icon\" wfd-id=\"112\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec09a3c\" wfd-id=\"113\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ebff867\" wfd-id=\"111\">Tire dressing</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec05cc3\" wfd-id=\"106\"><div class=\"tcb-styled-list-icon\" wfd-id=\"108\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec15f6e\" wfd-id=\"109\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec009a8\" wfd-id=\"107\">Air freshner</span></li></ul></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"68\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16223dad661\" wfd-id=\"70\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621fd9c946\" style=\"\" wfd-id=\"71\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e7d234c\" wfd-id=\"98\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621fd84d7b\" wfd-id=\"72\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16223b080b0\" data-value-type=\"percent\" wfd-id=\"94\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eb3eb9f\" data-clip-id=\"ac98bb0e54b3b\" wfd-id=\"97\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621fd8766c\" wfd-id=\"95\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e930bd7\" wfd-id=\"96\"><h4 data-css=\"tve-u-1621fe1587d\" style=\"text-align: center;\"><strong>Supreme Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e8107f3\" wfd-id=\"90\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eb43d8d\" wfd-id=\"93\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e819c52\" wfd-id=\"91\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"92\"><h4 data-css=\"tve-u-1621fe1725e\" style=\"text-align: center;\"><strong>30 $</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621eb037bb\" wfd-id=\"87\"><p data-css=\"tve-u-1621f4d0451\" style=\"text-align: center;\">Includes ultimate service <span data-css=\"tve-u-1621eaff572\" style=\"color: rgb(15, 29, 123);\" wfd-id=\"88\"><strong class=\"\"><span data-css=\"tve-u-1621eb01b60\" wfd-id=\"89\">+</span></strong></span></p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621eacf6af\" wfd-id=\"73\"><ul class=\"tcb-styled-list\" wfd-id=\"74\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec36a4d\" wfd-id=\"83\"><div class=\"tcb-styled-list-icon\" wfd-id=\"85\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e9993aa\" wfd-id=\"86\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea1a5d7\" wfd-id=\"84\">Exterior trim dressing</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"79\"><div class=\"tcb-styled-list-icon\" wfd-id=\"81\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e99b1db\" wfd-id=\"82\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea19a06\" wfd-id=\"80\">Hand applied spray wax</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec37ea5\" wfd-id=\"75\"><div class=\"tcb-styled-list-icon\" wfd-id=\"77\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e99c314\" wfd-id=\"78\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea18c5d\" wfd-id=\"76\">Interior conditioner</span></li></ul></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621efddaaf\" wfd-id=\"43\">\n<div class=\"tve-page-section-out\" wfd-id=\"63\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621edf8048\" wfd-id=\"44\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621f114214\" wfd-id=\"45\"><div class=\"tcb-flex-row tcb-resized tcb-mobile-edit tcb--cols--2\" data-css=\"tve-u-1621ee03000\" wfd-id=\"46\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621ee4be21\" style=\"\" wfd-id=\"51\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ee093d4\" wfd-id=\"53\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ee3afec\" wfd-id=\"57\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621ee58e74\" wfd-id=\"62\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ee37f4a\" wfd-id=\"58\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1621ee74a24\" wfd-id=\"61\"><svg class=\"tcb-icon\" viewBox=\"0 0 16 28\" data-name=\"map-marker\">\n<path d=\"M12 10c0-2.203-1.797-4-4-4s-4 1.797-4 4 1.797 4 4 4 4-1.797 4-4zM16 10c0 0.953-0.109 1.937-0.516 2.797l-5.688 12.094c-0.328 0.688-1.047 1.109-1.797 1.109s-1.469-0.422-1.781-1.109l-5.703-12.094c-0.406-0.859-0.516-1.844-0.516-2.797 0-4.422 3.578-8 8-8s8 3.578 8 8z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621ee63e1c\" wfd-id=\"60\"><h2 data-css=\"tve-u-1621fdcb4ea\" style=\"text-align: center;\">contact us</h2></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16422a1ce91\" wfd-id=\"59\"><p data-css=\"tve-u-16422a1ce94\" style=\"text-align: left;\">Your adress goes here</p><p data-css=\"tve-u-16422a1ce93\" style=\"text-align: left;\">Phone: 0400 - 700 - 682</p><p data-css=\"tve-u-16422a1ce92\" style=\"text-align: left;\">Email: our_office@gmail.com</p></div></div>\n</div><div class=\"tcb-clear\" data-css=\"tve-u-16417c828be\" wfd-id=\"54\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_slide_left\" data-css=\"tve-u-1621ef118dc\" style=\"\" wfd-id=\"55\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"56\"><img class=\"tve_image tve_evt_manager_listen tve_et_tve-viewport wp-image-21388\" alt=\"\" width=\"567\" height=\"384\" title=\"Car wash img footer\" data-id=\"21388\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-img-footer.png\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_left&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" style=\"width: 100%;\"></span></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621ee4be73\" style=\"\" wfd-id=\"47\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ee22c43\" wfd-id=\"49\"><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-1621ee18a1c\" wfd-id=\"50\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=New York&amp;t=m&amp;z=5&amp;output=embed&amp;iwloc=near\"></iframe>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621f0aa8f7\" wfd-id=\"30\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621f0ada0e\" wfd-id=\"42\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621f0b0088\" wfd-id=\"31\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621f0d2c1a\" wfd-id=\"32\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-1621f0cbe40\" wfd-id=\"33\"><div class=\"tcb-flex-col\" wfd-id=\"38\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"40\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621f0da775\" wfd-id=\"41\"><p data-css=\"tve-u-1622444fb11\">Â© 2018, Your company name . All rights reserved.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"34\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"36\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16223fe5f5b\" wfd-id=\"37\"><p data-css=\"tve-u-1621f0d874c\" style=\"text-align: right;\">Made with <a href=\"https://thrivethemes.com/\" target=\"_blank\">Thrive Architect</a></p></div></div></div></div></div></div>\n</div>\n\n'),(6794,566,'tve_revision_tve_content_more_found',''),(6795,566,'tve_revision_tve_save_post',''),(6796,566,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Merriweather:400,700&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Special+Elite:400&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Poppins:400,800,900,300,700,&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Monda:400,700,&subset=latin\");@media (min-width: 300px){.tcb-plain-text { font-family: Monda; font-weight: 400; font-size: 14px; }#tve_editor [data-css=\"tve-u-1621b072b4e\"] p, #tve_editor [data-css=\"tve-u-1621b072b4e\"] li, #tve_editor [data-css=\"tve-u-1621b072b4e\"] blockquote, #tve_editor [data-css=\"tve-u-1621b072b4e\"] address, #tve_editor [data-css=\"tve-u-1621b072b4e\"] .tcb-plain-text, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h1, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h2, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h3, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h4, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h5, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h6 { color: rgb(18, 18, 18); }[data-css=\"tve-u-16417c828be\"]::after { clear: both; }[data-css=\"tve-u-1621fe78878\"] .tcb-flex-col { flex-basis: 160px !important; }[data-css=\"tve-u-16417b70f47\"] { padding: 0px !important; margin: 0px !important; }#tve_editor [data-css=\"tve-u-1621fdcb4ea\"] { color: rgb(15, 29, 123) !important; }#tve_editor [data-css=\"tve-u-1641367127b\"] > :first-child { color: rgb(15, 29, 123); }[data-css=\"tve-u-1641367127b\"] { font-size: 60px; float: none; box-shadow: none; position: relative; z-index: 5; margin: 0px auto !important; }#tve_editor [data-css=\"tve-u-1641333d7d1\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-162717cb617\"] > .tcb-flex-col { padding-left: 0px; }#tve_editor [data-css=\"tve-u-16413112747\"] { color: rgba(255, 255, 255, 0.85) !important; }[data-css=\"tve-u-16369305186\"] > .tve-cb { display: block; }#tve_editor [data-css=\"tve-u-162717cb609\"] p, #tve_editor [data-css=\"tve-u-162717cb609\"] li, #tve_editor [data-css=\"tve-u-162717cb609\"] blockquote, #tve_editor [data-css=\"tve-u-162717cb609\"] address, #tve_editor [data-css=\"tve-u-162717cb609\"] h1, #tve_editor [data-css=\"tve-u-162717cb609\"] h2, #tve_editor [data-css=\"tve-u-162717cb609\"] h3, #tve_editor [data-css=\"tve-u-162717cb609\"] h4, #tve_editor [data-css=\"tve-u-162717cb609\"] h5, #tve_editor [data-css=\"tve-u-162717cb609\"] h6 { color: rgb(255, 255, 255); }[data-css=\"tve-u-16369305186\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-162717cb621\"] .tve-page-section-in { display: flex; justify-content: center; flex-direction: column; }[data-css=\"tve-u-162717fcf9d\"] .tve-page-section-in { display: block; }[data-css=\"tve-u-1628a146aef\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1628a12f675\"] { padding: 0px !important; margin: 0px 0px 60px !important; }[data-css=\"tve-u-1628a10d3b4\"] { max-width: 100%; padding: 0px !important; margin: 0px 0px 60px !important; }[data-css=\"tve-u-16271ca808e\"] { color: rgb(0, 229, 255) !important; }#tve_editor [data-css=\"tve-u-162717cb618\"] p, #tve_editor [data-css=\"tve-u-162717cb618\"] li, #tve_editor [data-css=\"tve-u-162717cb618\"] blockquote, #tve_editor [data-css=\"tve-u-162717cb618\"] address, #tve_editor [data-css=\"tve-u-162717cb618\"] h1, #tve_editor [data-css=\"tve-u-162717cb618\"] h2, #tve_editor [data-css=\"tve-u-162717cb618\"] h3, #tve_editor [data-css=\"tve-u-162717cb618\"] h4, #tve_editor [data-css=\"tve-u-162717cb618\"] h5, #tve_editor [data-css=\"tve-u-162717cb618\"] h6 { color: rgb(0, 229, 255); }[data-css=\"tve-u-162718bd0c0\"] { clip-path: url(\"#clip-top-a3b25e1c9221a\"); -webkit-clip-path: url(\"#clip-top-a3b25e1c9221a\");  }[data-css=\"tve-u-162718a3b40\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-162717fcf9d\"] { z-index: 5; padding: 170px 40px 0px !important; margin-top: -80px !important; }[data-css=\"tve-u-16260cd622f\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-16260cd7683\"]::after { clear: both; }[data-css=\"tve-u-16260cd622f\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin-top: 0px !important; margin-bottom: -1px !important; }[data-css=\"tve-u-16260be7104\"] { max-width: 1200px; }[data-css=\"tve-u-16260ba2fa4\"] { padding: 100px 40px !important; }[data-css=\"tve-u-162539c17ec\"] { line-height: 1.6em !important; }#tve_editor [data-css=\"tve-u-162493b6b63\"]:hover { background-color: rgb(248, 249, 251) !important; }#tve_editor [data-css=\"tve-u-1624939a960\"]:hover { background-color: rgb(248, 249, 251) !important; background-image: none !important; }#tve_editor [data-css=\"tve-u-162492e70ad\"] { color: rgb(137, 141, 167) !important; }[data-css=\"tve-u-162492815ba\"] { padding: 0px !important; margin-top: 25px !important; }[data-css=\"tve-u-162491e8e1f\"]::after { clear: both; }[data-css=\"tve-u-1622f65ba70\"] { border: none; background-image: none !important; padding: 0px 30px 30px !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-1622a159bcb\"] { max-width: 100%; float: none; z-index: 6; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; margin-top: 0px !important; }[data-css=\"tve-u-16229915e4e\"] { max-width: 62.8%; }[data-css=\"tve-u-16229915e1a\"] { max-width: 37.2%; }[data-css=\"tve-u-16225617da3\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-Brett.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16225611edb\"] { min-height: 127px; }[data-css=\"tve-u-1622561121b\"] { max-width: 127px; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-16224848ee5\"]::after { clear: both; }[data-css=\"tve-u-16224834cab\"]::after { clear: both; }[data-css=\"tve-u-1621ee3afec\"] > .tve-cb { display: block; }[data-css=\"tve-u-1621fe78878\"] > .tcb-flex-col { padding-left: 5px; }[data-css=\"tve-u-1621fe940b9\"] { max-width: 50%; }[data-css=\"tve-u-1621fe94086\"] { max-width: 50%; }[data-css=\"tve-u-1621fe85996\"] { max-width: 585px; float: left; z-index: 3; position: relative; width: 100%; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621fe78878\"] > .tcb-flex-col > .tcb-col { min-height: 65px; justify-content: center; }[data-css=\"tve-u-1621fe78878\"] { min-height: inherit; margin-left: -5px; padding: 0px !important; flex-wrap: wrap !important; }#tve_editor [data-css=\"tve-u-1621f4d0451\"] { font-size: 20px !important; }#tve_editor [data-css=\"tve-u-1621f4ceaf6\"] { font-size: 20px !important; color: rgb(12, 12, 12) !important; }[data-css=\"tve-u-1621f45bed3\"] { padding: 0px !important; }[data-css=\"tve-u-1621f114214\"] { float: none; max-width: 100%; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621f0da775\"] { padding: 0px !important; }#tve_editor [data-css=\"tve-u-1621f0d874c\"] { letter-spacing: 1px; color: rgb(137, 141, 167) !important; font-size: 14px !important; }[data-css=\"tve-u-1621f0d2c1a\"] { max-width: 100%; margin-left: 60px !important; margin-right: 60px !important; }[data-css=\"tve-u-1621f0aa8f7\"] .tve-page-section-in { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621f0cbe40\"] { margin-left: 0px; padding: 0px !important; }[data-css=\"tve-u-1621f0cbe40\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-1621f0b0088\"] { max-width: 100%; min-height: 140px !important; }[data-css=\"tve-u-1621f0ada0e\"] { background-image: linear-gradient(rgb(22, 22, 24), rgb(22, 22, 24)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1621f0aa8f7\"] { padding: 0px !important; }[data-css=\"tve-u-1621efddaaf\"] { padding: 0px !important; }[data-css=\"tve-u-1621ef118dc\"] { width: 567px; position: relative; right: -50px; top: -104px; float: right; z-index: 3; margin-top: 0px !important; margin-bottom: 0px !important; padding-left: 0px !important; }#tve_editor [data-css=\"tve-u-1621ee74a24\"] > :first-child { color: rgb(15, 29, 123); }[data-css=\"tve-u-1621ee74a24\"] { font-size: 60px; float: none; z-index: 3; position: relative; margin: 0px auto 10px !important; padding-top: 0px !important; }[data-css=\"tve-u-1621ee63e1c\"] { float: none; z-index: 3; position: relative; max-width: none; width: 100%; padding: 0px !important; margin: 0px auto 30px !important; }[data-css=\"tve-u-1621ee58e74\"] { background-color: rgb(224, 226, 236) !important; }[data-css=\"tve-u-1621ee4be73\"] { max-width: 61%; }[data-css=\"tve-u-1621ee4be21\"] { max-width: 39%; }[data-css=\"tve-u-1621ee3afec\"] { padding: 60px 0px 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621ee37f4a\"] { min-height: 380px; }[data-css=\"tve-u-1621ee22c43\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding-top: 0px !important; padding-left: 0px !important; }[data-css=\"tve-u-1621ee18a1c\"] { margin: 80px 0px 0px 122px !important; }[data-css=\"tve-u-1621ee093d4\"] { margin-top: 0px !important; }[data-css=\"tve-u-1621ee03000\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1621ee03000\"] { margin-left: 0px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-1621ee03000\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-1621edf8048\"] { max-width: 100%; min-height: 1px !important; }[data-css=\"tve-u-1621ec454d9\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec43fe2\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec42aa7\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec3a5c0\"] { margin-top: 0px !important; margin-bottom: 10px !important; }[data-css=\"tve-u-1621ec37ea5\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec36a4d\"] { margin-bottom: 10px !important; }[data-css=\"tve-u-1621ea18c5d\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ea19a06\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ea1a5d7\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ea2c69a\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ea23322\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ec298ab\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ec2704c\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ec241aa\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ec05cc3\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec04541\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec009a8\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ebff867\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ebfe4ce\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621eb037bb\"] { padding: 0px !important; margin-top: 0px !important; margin-bottom: 30px !important; }[data-css=\"tve-u-1621eaff572\"] { color: rgb(15, 29, 123) !important; }[data-css=\"tve-u-1621ea50702\"] { max-width: 230px; float: none; z-index: 3; position: relative; width: 100%; padding: 0px !important; margin: 0px auto !important; }#tve_editor [data-css=\"tve-u-1621ea2c69a\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ea295c0\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ea295c0\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ea1fba7\"] > :first-child { color: rgb(137, 141, 167); }#tve_editor [data-css=\"tve-u-1621ea23322\"] { font-size: 16px !important; }[data-css=\"tve-u-1621ea1fba7\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }[data-css=\"tve-u-1621e99c314\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }[data-css=\"tve-u-1621e99b1db\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }[data-css=\"tve-u-1621e9993aa\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ea1a5d7\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ea19a06\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ea18c5d\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621e99c314\"] > :first-child { color: rgb(137, 141, 167); }#tve_editor [data-css=\"tve-u-1621e99b1db\"] > :first-child { color: rgb(137, 141, 167); }#tve_editor [data-css=\"tve-u-1621e9993aa\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621e8107f3\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621e942b65\"] strong { font-weight: 800; }[data-css=\"tve-u-1621e7e9950\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621e930bd7\"] { padding: 0px 0px 50px !important; }#tve_editor [data-css=\"tve-u-1621e92e97f\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1621e81f424\"] { border-radius: 200px; overflow: hidden; background-image: none !important; border: 3px solid rgb(255, 255, 255) !important; background-color: rgb(144, 147, 168) !important; }[data-css=\"tve-u-1621e819c52\"] { min-height: 110px; }[data-css=\"tve-u-1621e8107f3\"] { float: none; max-width: 110px; z-index: 4; padding: 0px !important; margin: -60px auto 30px !important; }[data-css=\"tve-u-1621e7edfd9\"] { clip-path: url(\"#clip-bottom-10ffac3b28f1d\"); -webkit-clip-path: url(\"#clip-bottom-10ffac3b28f1d\");  background-image: none !important; background-color: rgb(144, 147, 168) !important; }[data-css=\"tve-u-1621e7e9950\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1621e7e6c1d\"] { min-height: 150px; }[data-css=\"tve-u-1621e7c7aa1\"] > .tcb-flex-col { padding-left: 60px; }[data-css=\"tve-u-1621e7d5094\"] { min-height: 480px; }[data-css=\"tve-u-1621e7d234c\"] { box-shadow: rgba(0, 0, 0, 0.02) 0px 2px 22px 0px; background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1621e7ceab3\"] { float: none; width: 100%; padding: 0px 0px 20px !important; margin: 0px auto !important; }[data-css=\"tve-u-1621e7c899a\"] { float: none; max-width: 100%; margin: 0px auto !important; }[data-css=\"tve-u-1621e7c7aa1\"] { margin-left: -60px; padding: 0px !important; }[data-css=\"tve-u-1621e7b695a\"] { padding: 0px !important; margin-bottom: 100px !important; }#tve_editor [data-css=\"tve-u-1621e7a7350\"] { color: rgb(15, 29, 123) !important; }[data-css=\"tve-u-1621b3cfc7b\"] { filter: blur(0px); opacity: 1; background-image: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(220, 224, 246) 38%) !important; background-color: rgb(212, 212, 212) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1621b3c8c52\"] { padding: 100px 40px !important; }[data-css=\"tve-u-1621b3c74d9\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-1621b300a64\"]::after { clear: both; }[data-css=\"tve-u-1621b24a89d\"] { padding: 0px !important; }[data-css=\"tve-u-1621b22a018\"] { background-image: none !important; padding: 0px !important; }[data-css=\"tve-u-1621b200375\"] { float: none; max-width: 100%; border-left: 1px solid rgba(15, 29, 123, 0.7); border-right: 1px solid rgba(15, 29, 123, 0.7); background-color: rgb(248, 249, 251) !important; margin: 0px auto !important; }[data-css=\"tve-u-1621b10fccf\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621b0e4fb7\"] { border-right: none; max-width: 100%; padding: 0px !important; margin-bottom: 40px !important; margin-right: 0px !important; }[data-css=\"tve-u-1621b072b4e\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-1621b064668\"] { max-width: 52%; }[data-css=\"tve-u-1621b064646\"] { max-width: 48%; }[data-css=\"tve-u-1621afda4fa\"] { max-width: none; padding: 0px !important; margin-bottom: 40px !important; }#tve_editor [data-css=\"tve-u-1621afd8c98\"] { color: rgb(255, 255, 255) !important; font-size: 20px !important; }[data-css=\"tve-u-1621afceb00\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 80%; padding: 0px !important; margin-bottom: 50px !important; }#tve_editor [data-css=\"tve-u-1621afcc0bf\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1621a8a804b\"] > .tcb-flex-col { padding-left: 60px; }[data-css=\"tve-u-1621ae6c8da\"] { clip-path: url(\"#clip-top-aa2c3e3c70555\"); -webkit-clip-path: url(\"#clip-top-aa2c3e3c70555\");  background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-Cta-2.jpg\") !important; background-size: cover !important; background-position: 0% 100% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1621ae4fd21\"] { max-width: 100%; top: -70px; z-index: 5; left: -60px; position: relative !important; padding: 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-1621ae4db6e\"] { min-height: 524px; }[data-css=\"tve-u-1621ada1e7f\"] .tve-page-section-in { display: flex; flex-direction: column; justify-content: center; }[data-css=\"tve-u-1621adea58b\"] > .tcb-flex-col > .tcb-col { min-height: 1px; justify-content: center; }[data-css=\"tve-u-1621ae0bec7\"] { height: calc(100% - -22px); background-image: linear-gradient(rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.14)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; margin-left: 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621adea58b\"] > .tcb-flex-col { padding-left: 50px; }[data-css=\"tve-u-1621adea58b\"] { margin-left: -50px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-1621ade6172\"] { max-width: 100%; float: none; width: 100%; margin: 0px auto !important; }[data-css=\"tve-u-1621adba9ef\"] { clip-path: url(\"#clip-top-52d5a36c151aa\"); -webkit-clip-path: url(\"#clip-top-52d5a36c151aa\");  background-image: linear-gradient(rgba(15, 29, 123, 0.65), rgba(15, 29, 123, 0.65)), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-cta-bg.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-1621ada1e7f\"] { padding: 0px 40px !important; }[data-css=\"tve-u-1621ad46076\"] { padding: 100px 40px !important; margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1621ad420c4\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-1621a9076ef\"] { padding-top: 2px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-1621acf64fb\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621acf47d2\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1621acf0289\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621a8e11f3\"] { padding-top: 2px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-1621a8e5625\"] { padding-top: 2px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-1621ace4de9\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1621ace1b08\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1621a9a2867\"] strong { font-weight: 700; }#tve_editor [data-css=\"tve-u-1621a9a2867\"] { font-weight: 300; color: rgb(15, 29, 123) !important; font-family: Poppins !important; }[data-css=\"tve-u-1621a9750ae\"] { font-size: 18.36px !important; line-height: 18.36px !important; }[data-css=\"tve-u-1621a9a2867\"] { font-size: 64.8px !important; line-height: 64.8px !important; }[data-css=\"tve-u-1621a9a2866\"] { margin-top: 54px !important; }[data-css=\"tve-u-1621a9a2862\"] { width: 216px !important; height: 216px !important; background-color: rgb(137, 141, 167) !important; }[data-css=\"tve-u-1621a98b602\"] { stroke-dasharray: 678.584, 678.584; }[data-css=\"tve-u-1621a983587\"] { float: none; border: 30px solid rgba(137, 141, 167, 0.24); z-index: 3; position: relative; margin: 30px auto 0px !important; padding: 0px !important; }[data-css=\"tve-u-1621a9750ae\"] strong { font-weight: 700; }#tve_editor [data-css=\"tve-u-1621a9750ae\"] { color: rgb(255, 255, 255) !important; font-family: Monda !important; }[data-css=\"tve-u-1621a96b190\"] { background-color: rgb(101, 114, 203); width: 194.4px !important; height: 194.4px !important; top: 10.8px !important; bottom: 10.8px !important; left: 10.8px !important; right: 10.8px !important; }[data-css=\"tve-u-1621a9685d4\"] { stroke: rgb(248, 251, 253) !important; stroke-width: 22.6px !important; }[data-css=\"tve-u-1621a8a804b\"] > .tcb-flex-col > .tcb-col { min-height: 445px; justify-content: center; }[data-css=\"tve-u-1621a90a46f\"] { background-image: radial-gradient(rgba(255, 255, 255, 0.51) 16%, rgb(255, 255, 255) 73%), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-100-clean.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }#tve_editor [data-css=\"tve-u-1621a9076ef\"] > :first-child { color: rgb(15, 29, 123); }#tve_editor [data-css=\"tve-u-1621a8e5625\"] > :first-child { color: rgb(15, 29, 123); }#tve_editor [data-css=\"tve-u-1621a8e11f3\"] > :first-child { color: rgb(15, 29, 123); }[data-css=\"tve-u-1621a8c4313\"] { padding: 0px !important; margin-bottom: 60px !important; }[data-css=\"tve-u-1621a8b2488\"] { float: none; max-width: 100%; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621a8a804b\"] { min-height: inherit; margin-left: -60px; padding: 0px !important; }[data-css=\"tve-u-1621a2e0d5b\"] { line-height: 1em !important; }[data-css=\"tve-u-1621a2247ba\"] { max-width: 100%; float: none; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; }#tve_editor [data-css=\"tve-u-1620af7eb3f\"] .tcb-button-link { font-size: 18px; color: rgb(15, 29, 123) !important; }#tve_editor [data-css=\"tve-u-1620af7eb3f\"]:hover strong { font-weight: 700 !important; }[data-css=\"tve-u-1620af7eb3f\"] { width: 268px; float: left; z-index: 3; position: relative; display: block; max-width: 268px; margin-bottom: 0px !important; margin-top: 0px !important; margin-left: 3px !important; }#tve_editor [data-css=\"tve-u-1620af7eb3f\"]:hover .tcb-button-link { color: rgb(255, 255, 255) !important; border-radius: 200px !important; overflow: hidden !important; font-family: Monda !important; font-weight: 400 !important; text-shadow: none !important; background-image: none !important; background-color: rgb(15, 29, 123) !important; }[data-css=\"tve-u-1620af7eb3f\"] .tcb-button-link { border-radius: 200px; min-height: 54.7619px; font-size: 1.33333em; padding-top: 0px; padding-bottom: 0px; background-image: none !important; background-color: rgb(255, 255, 255) !important; padding-right: 15px !important; }#tcb_landing_page a:not(.tcb-button-link).tve_state_hover { color: rgb(35, 55, 188); }#tcb_landing_page a:not(.tcb-button-link):hover { color: rgb(35, 55, 188); }#tcb_landing_page a:not(.tcb-button-link) { color: rgb(255, 255, 255); }#tcb_landing_page input strong { font-weight: 700; }#tcb_landing_page .tcb-button-link strong { font-weight: 700; }#tcb_landing_page p strong, #tcb_landing_page li strong { font-weight: 700; }#tcb_landing_page input { font-family: Merriweather; font-weight: 400; }#tcb_landing_page .tcb-button-link { font-family: Merriweather; font-weight: 400; }#tcb_landing_page p, #tcb_landing_page li { color: rgb(12, 12, 12); font-family: Merriweather; font-weight: 400; line-height: 1.5em; font-size: 16px; }#tcb_landing_page h6 { text-transform: uppercase; font-size: 14px; color: rgb(0, 0, 0); font-family: \"Special Elite\"; font-weight: 400; letter-spacing: 1px; line-height: 1.3em; }#tcb_landing_page h5 { font-size: 22px; color: rgb(12, 12, 12); font-family: \"Special Elite\"; font-weight: 400; line-height: 1.3em; }#tcb_landing_page h4 { font-size: 24px; color: rgb(12, 12, 12); font-family: \"Special Elite\"; font-weight: 400; line-height: 1.3em; }#tcb_landing_page h3 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(12, 12, 12); font-size: 26px; line-height: 1.3em; }#tcb_landing_page h2 { color: rgb(0, 0, 0); font-size: 30px; letter-spacing: 2px; text-transform: uppercase; line-height: 1.3em; font-family: \"Special Elite\"; font-weight: 400; }#tcb_landing_page h1 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(0, 0, 0); font-size: 42px; line-height: 1.3em; }[data-css=\"tve-u-15e09c94f7d\"] { background-color: rgb(255, 255, 255); }[data-css=\"tve-u-1621b01355a\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621b01355a\"] { max-width: 274px; position: relative; float: left; z-index: 3; width: 100%; padding: 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-1621b028939\"] .tcb-button-link { font-size: 18px; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1621b028939\"]:hover strong { font-weight: 700 !important; }[data-css=\"tve-u-1621b028939\"] { display: block; max-width: 268px; width: 268px; top: 0px; left: 0px; float: left; z-index: 3; position: relative; margin-bottom: 0px !important; margin-top: 0px !important; }#tve_editor [data-css=\"tve-u-1621b028939\"]:hover .tcb-button-link { background-color: rgb(255, 255, 255) !important; color: rgb(15, 29, 123) !important; overflow: hidden !important; font-family: Monda !important; background-image: none !important; text-align: center !important; }[data-css=\"tve-u-1621b028939\"] .tcb-button-link { min-height: 54.7619px; font-size: 1.33333em; padding-top: 0px; padding-bottom: 0px; border: 1px solid rgb(255, 255, 255); border-radius: 30px; overflow: hidden; background-color: rgba(26, 188, 156, 0.01) !important; padding-right: 15px !important; color: rgb(26, 188, 156) !important; }[data-css=\"tve-u-1621b08fdde\"] { border-radius: 200px; overflow: hidden; border: 1px solid rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1621b01355a\"]:hover [data-css=\"tve-u-1621b08fdde\"] { border: 1px solid rgba(255, 255, 255, 0.4) !important; }[data-css=\"tve-u-1621b30ca74\"]::after { clear: both; }#tve_editor [data-css=\"tve-u-1621e942b65\"] { font-weight: 400; letter-spacing: 0px; color: rgb(255, 255, 255) !important; font-family: Poppins !important; font-size: 30px !important; }[data-css=\"tve-u-1621e94cb4e\"] { float: none; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621eaaedd8\"] { clip-path: url(\"#clip-bottom-a2b9cf3198d6f\"); -webkit-clip-path: url(\"#clip-bottom-a2b9cf3198d6f\");  background-image: none !important; background-color: rgb(5, 10, 42) !important; }[data-css=\"tve-u-1621eab272c\"] { border-radius: 200px; overflow: hidden; background-image: none !important; border: 3px solid rgb(255, 255, 255) !important; background-color: rgb(5, 10, 42) !important; }[data-css=\"tve-u-1621eacf6af\"] { max-width: 230px; float: none; z-index: 3; position: relative; padding: 0px !important; margin: 0px auto !important; }[data-css=\"tve-u-1621eb3eb9f\"] { clip-path: url(\"#clip-bottom-ac98bb0e54b3b\"); -webkit-clip-path: url(\"#clip-bottom-ac98bb0e54b3b\");  background-image: none !important; background-color: rgb(45, 51, 89) !important; }[data-css=\"tve-u-1621eb43d8d\"] { border-radius: 200px; overflow: hidden; background-image: none !important; border: 3px solid rgb(255, 255, 255) !important; background-color: rgb(45, 51, 89) !important; }[data-css=\"tve-u-1621eb7ccb0\"] { min-height: 530px; }[data-css=\"tve-u-1621eb81205\"] { padding: 0px 0px 20px !important; margin-top: -25px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621ebbbb6d\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621ebbbb6d\"] { max-width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1621ebf340c\"] { max-width: 230px; float: none; z-index: 3; position: relative; width: 100%; padding: 0px !important; margin: 0px auto !important; }[data-css=\"tve-u-1621ebfa746\"] { padding: 0px !important; margin-top: 0px !important; margin-bottom: 30px !important; }#tve_editor [data-css=\"tve-u-1621ebfe4ce\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ebff867\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ec009a8\"] { font-size: 16px !important; }[data-css=\"tve-u-1621ec09a3c\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; margin: 0px !important; }#tve_editor [data-css=\"tve-u-1621ec09a3c\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ec0c5bd\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; margin: 0px !important; }#tve_editor [data-css=\"tve-u-1621ec0c5bd\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ec15f6e\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ec15f6e\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ec204df\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ec204df\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ec20f68\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ec20f68\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ec21a31\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ec21a31\"] > :first-child { color: rgb(137, 141, 167); }#tve_editor [data-css=\"tve-u-1621ec241aa\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ec2704c\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ec298ab\"] { font-size: 16px !important; }[data-css=\"tve-u-1621ec6c39b\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621ec6c39b\"] { float: none; max-width: 110px; z-index: 4; padding: 0px !important; margin: -60px auto 30px !important; }[data-css=\"tve-u-1621ec752da\"] { min-height: 110px; }[data-css=\"tve-u-1621ec78d2c\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621ec78d2c\"] { float: none; max-width: 110px; z-index: 4; padding: 0px !important; margin: -60px auto 30px !important; }[data-css=\"tve-u-1621ec79a7d\"] { min-height: 110px; }[data-css=\"tve-u-1621ec7f21a\"] { min-height: 160px; }[data-css=\"tve-u-1621f154231\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-1621f154231\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin: 0px 0px -1px !important; }[data-css=\"tve-u-1621f15b521\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-1621f15b521\"] { float: right; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin-top: -1px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621f4ceaf7\"] { color: rgb(15, 29, 123) !important; }[data-css=\"tve-u-1621fb65556\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-1621fb65556\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-1621fb65556\"] { min-height: inherit; margin-left: -20px; padding: 0px !important; }[data-css=\"tve-u-1621fb68b97\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-1621fb68b97\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-1621fb68b97\"] { min-height: inherit; margin-left: -30px; padding: 30px !important; }[data-css=\"tve-u-1621fbacc60\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621fbcad8c\"] { padding: 0px !important; }[data-css=\"tve-u-1621fc0ce17\"] { padding: 0px !important; margin-bottom: 15px !important; }[data-css=\"tve-u-1621fd84d7b\"] { min-height: 480px; }[data-css=\"tve-u-1621fd8766c\"] { min-height: 150px; }[data-css=\"tve-u-1621fd9c946\"] { padding: 0px 0px 20px !important; margin-top: 0px !important; margin-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-1621fe1587d\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1621fe1725e\"] strong { font-weight: 800; }#tve_editor [data-css=\"tve-u-1621fe1725e\"] { font-weight: 400; letter-spacing: 0px; color: rgb(255, 255, 255) !important; font-family: Poppins !important; font-size: 30px !important; }#tve_editor [data-css=\"tve-u-1621fe1a1af\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1621fe1bd18\"] strong { font-weight: 800; }#tve_editor [data-css=\"tve-u-1621fe1bd18\"] { font-weight: 400; letter-spacing: 0px; color: rgb(255, 255, 255) !important; font-family: Poppins !important; font-size: 30px !important; }[data-css=\"tve-u-16223b080b0\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-16223b080b0\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-16223f02c16\"] { min-height: 62px; }[data-css=\"tve-u-16223fe5f5b\"] { padding: 0px !important; }[data-css=\"tve-u-16224439be1\"] { padding: 0px !important; }#tve_editor [data-css=\"tve-u-1622444fb11\"] { letter-spacing: 1px; color: rgb(137, 141, 167) !important; font-size: 14px !important; }#tve_editor [data-css=\"tve-u-16228c764b2\"] { font-size: 18px !important; }[data-css=\"tve-u-16229f6175c\"] { border: none; margin: 80px 0px 0px !important; background-image: none !important; }[data-css=\"tve-u-16229fa6a26\"] { border: none; box-shadow: none; padding: 0px 30px 30px !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-16229fa8c68\"] { border: none; padding: 0px 30px 30px !important; background-image: none !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col > .tcb-col { min-height: 244px; }[data-css=\"tve-u-16229ffbb7b\"] { margin-left: -30px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16248fc42a1\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-16248fc42a1\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-16248fc71c8\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-16249355087\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-16249355087\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-16249358652\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-16249358652\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-1624935a201\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-1624935a201\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-16249367114\"] { border: none; margin: 30px 0px 0px !important; background-image: none !important; }[data-css=\"tve-u-16249373b25\"] { border: none; padding: 0px 30px 30px !important; background-image: linear-gradient(rgb(248, 249, 251), rgb(248, 249, 251)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1624939a960\"] { border: none; box-shadow: none; padding: 0px 30px 30px !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-162493a03b0\"] > .tcb-flex-col > .tcb-col { min-height: 244px; }[data-css=\"tve-u-162493a03b0\"] { margin-left: -30px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-162493a03b0\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-162493b6b63\"] { border: none; background-image: none !important; padding: 0px 30px 30px !important; background-color: rgb(248, 249, 251) !important; }#tve_editor [data-css=\"tve-u-162493d5f13\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-162493d5f13\"] { font-size: 30px; width: 30px; height: 30px; top: 0px; left: 0px; display: block; position: static; z-index: 8; border-bottom: 1px solid rgb(10, 93, 165); border-top: none; border-right: none; border-left: none; border-image: initial; margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-162494b490e\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-162494b7ad0\"] { padding: 0px !important; margin-top: 25px !important; margin-left: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-1625389a3d5\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-1625389a3d5\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-1625389b4ed\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-1625389b4ed\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-162539ac577\"] { max-width: 39%; }[data-css=\"tve-u-162539ac57d\"] { max-width: 61%; }#tve_editor [data-css=\"tve-u-162539c17ec\"] { font-size: 16px !important; color: rgba(12, 12, 12, 0.7) !important; }[data-css=\"tve-u-16260c39a7e\"] { float: none; max-width: 100%; border-left: 1px solid rgba(15, 29, 123, 0.7); border-right: 1px solid rgba(15, 29, 123, 0.7); margin: 0px auto !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-16260c433e9\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-Rosie.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16260c5ff07\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-16260c5ff07\"] { float: right; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin: -1px 0px 0px !important; }[data-css=\"tve-u-16260c5ff0c\"]::after { clear: both; }[data-css=\"tve-u-16260d01208\"] { max-width: 37%; }[data-css=\"tve-u-16260d0120e\"] { max-width: 63%; }[data-css=\"tve-u-16260d39b83\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-16260d39b83\"] { float: right; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin-top: -1px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-16260d3b97e\"]::after { clear: both; }[data-css=\"tve-u-16260d3f4aa\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16260d3f4aa\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-16260d3f4aa\"] { min-height: inherit; margin-left: -30px; padding: 30px !important; }[data-css=\"tve-u-16260d3f4af\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-16260d3f4af\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-16260d3f4af\"] { min-height: inherit; margin-left: -20px; padding: 0px !important; }[data-css=\"tve-u-16260d5e4b8\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-Shawn.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16260d73672\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-16260d73672\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin-top: 0px !important; margin-bottom: -1px !important; }[data-css=\"tve-u-16260d8392c\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16260d8392c\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-16260d8392c\"] { min-height: inherit; margin-left: -30px; padding: 30px !important; }[data-css=\"tve-u-16260d8396c\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-16260d8396c\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-16260d8396c\"] { min-height: inherit; margin-left: -20px; padding: 0px !important; }[data-css=\"tve-u-16260da3aa7\"] { float: none; max-width: 100%; border-left: 1px solid rgba(15, 29, 123, 0.7); border-right: 1px solid rgba(15, 29, 123, 0.7); margin: 0px auto !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-162717cb600\"] { max-width: 58.2%; }[data-css=\"tve-u-162717cb601\"] { max-width: 41.8%; }[data-css=\"tve-u-162717cb609\"]::after { clear: both; }[data-css=\"tve-u-162717cb60a\"] { padding-right: 50px !important; padding-bottom: 80px !important; padding-top: 20px !important; }[data-css=\"tve-u-162717cb60b\"]::after { clear: both; }[data-css=\"tve-u-162717cb60b\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-162717cb60f\"] { padding: 0px !important; margin-bottom: 25px !important; }[data-css=\"tve-u-162717cb610\"] { padding: 0px !important; margin-bottom: 35px !important; box-shadow: none !important; }#tve_editor [data-css=\"tve-u-162717cb616\"] { text-transform: none !important; color: rgb(255, 255, 255) !important; text-shadow: rgb(0, 0, 0) 2px 2px 2px; }[data-css=\"tve-u-162717cb617\"] { margin-left: 0px; padding: 0px !important; }[data-css=\"tve-u-162717cb618\"] { max-width: none; margin-top: 0px !important; }[data-css=\"tve-u-162717cb620\"] { clip-path: url(\"#clip-bottom-c883ac5175045\"); -webkit-clip-path: url(\"#clip-bottom-c883ac5175045\");  background-image: linear-gradient(rgba(0, 0, 0, 0.46), rgba(0, 0, 0, 0.46)), url(\"https://bestcerakoteflorida.com/wp-content/uploads/2018/05/FTYS6743.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, fixed !important; background-repeat: no-repeat, no-repeat !important; opacity: 1; filter: grayscale(0%) blur(0px); }[data-css=\"tve-u-162717cb609\"] { max-width: 1200px; min-height: 630px !important; }[data-css=\"tve-u-162717cb621\"] { z-index: 1; padding: 125px 40px 0px !important; margin-top: -130px !important; }[data-css=\"tve-u-162717d1bb6\"] { border-right: 1px solid rgba(255, 255, 255, 0.2); }[data-css=\"tve-u-162717d1bb7\"] { max-width: 23.7%; }[data-css=\"tve-u-162717d1bb9\"] { max-width: 42.9%; }[data-css=\"tve-u-162717d1bbc\"] { border-left: none; padding: 0px !important; }[data-css=\"tve-u-162717d1bbe\"] { border-bottom: 1px solid rgba(255, 255, 255, 0.2); float: none; width: 100%; position: relative; z-index: 10; max-width: 1600px; margin: 0px auto !important; }[data-css=\"tve-u-162717d1bbf\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-162717d1bbf\"] > .tcb-flex-col { padding-left: 17px; }[data-css=\"tve-u-162717d1bbf\"] { margin-left: -17px; min-height: inherit; padding: 5px 0px 0px 40px !important; }#tve_editor [data-css=\"tve-u-162717d1bbe\"] p, #tve_editor [data-css=\"tve-u-162717d1bbe\"] li, #tve_editor [data-css=\"tve-u-162717d1bbe\"] blockquote, #tve_editor [data-css=\"tve-u-162717d1bbe\"] address { font-size: 16px; }#tve_editor [data-css=\"tve-u-16271adf6cf\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-16271adf6cf\"] { font-size: 30px; width: 30px; height: 30px; top: 22px; left: 20px; border-bottom: 1px solid rgb(10, 93, 165); margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1641367e553\"] > :first-child { color: rgba(15, 29, 123, 0.12); }[data-css=\"tve-u-1641367e553\"] { font-size: 60px; float: none; box-shadow: none; width: 60px; height: 60px; margin: -55px auto 60px !important; padding-right: 17px !important; }[data-css=\"tve-u-16416e4fafd\"] { box-shadow: rgba(0, 0, 0, 0.02) 0px 2px 22px 0px; background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16416e603ab\"] { box-shadow: rgba(0, 0, 0, 0.12) 0px 3px 44px 0px; background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-164179a84b8\"] > .tve-cb { display: block; }[data-css=\"tve-u-164179a84b8\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-164179bced9\"] { border-right: none; padding: 3px 0px 0px !important; position: static !important; }[data-css=\"tve-u-16417b4cb9e\"] { padding: 0px 0px 50px !important; }[data-css=\"tve-u-16417b62c09\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-16417b662bf\"] { margin-top: 0px !important; margin-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-16417e5bd95\"] > :first-child { color: rgb(255, 255, 255); }[data-css=\"tve-u-16417e5bd95\"] { font-size: 25px !important; width: 25px !important; height: 25px !important; z-index: 4; position: relative; float: left; margin: 3px 15px 0px 0px !important; padding-left: 0px !important; }[data-css=\"tve-u-1641c1af44d\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1641c1b01a6\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1641c1b0a67\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1641c1b12d8\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }#tve_editor [data-css=\"tve-u-1641c1b33f9\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-1641c1b33f9\"] { font-size: 30px; width: 30px; height: 30px; top: 22px; left: 20px; border-bottom: 1px solid rgb(10, 93, 165); margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1641c1b456a\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-1641c1b456a\"] { font-size: 30px; width: 30px; height: 30px; top: 22px; left: 20px; border-bottom: 1px solid rgb(10, 93, 165); margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1641c1b52d3\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-1641c1b52d3\"] { font-size: 30px; width: 30px; height: 30px; top: 22px; left: 20px; border-bottom: 1px solid rgb(10, 93, 165); margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1641c1b60b4\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-1641c1b60b4\"] { font-size: 30px; width: 30px; height: 30px; top: 22px; left: 20px; border-bottom: 1px solid rgb(10, 93, 165); margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-16422a1ce91\"] { float: none; width: 100%; max-width: 227px; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; }#tve_editor [data-css=\"tve-u-16422a1ce92\"] { font-size: 16px !important; color: rgb(12, 12, 12) !important; }#tve_editor [data-css=\"tve-u-16422a1ce93\"] { font-size: 16px !important; color: rgb(18, 18, 18) !important; }[data-css=\"tve-u-16422a1ce92\"] { line-height: 1.7em !important; }[data-css=\"tve-u-16422a1ce93\"] { line-height: 1.7em !important; }#tve_editor [data-css=\"tve-u-16422a1ce94\"] { font-size: 16px !important; color: rgb(29, 26, 31) !important; }[data-css=\"tve-u-16422a1ce94\"] { line-height: 1.7em !important; }#tcb_landing_page .tcb-plain-text { color: rgb(0, 0, 0); font-family: Merriweather; font-weight: 400; }#tcb_landing_page .tcb-plain-text strong { font-weight: 700; }[data-css=\"tve-u-162717d1bbe\"] p { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-162717d1bbe\"] h3 { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-1695981e7bb\"] { max-width: 33.3545%; }[data-css=\"tve-u-16959822de2\"] { width: 291px; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-16959846d3d\"] { margin-top: 0px !important; }[data-css=\"tve-u-16959cd1e7a\"] { margin-top: 10px !important; }[data-css=\"tve-u-1695a3002e2\"] .tcb-button-link { border-radius: 4px; border-bottom: 4px solid rgb(117, 0, 23); background-image: none !important; background-color: rgb(143, 2, 32) !important; border-top-color: rgb(198, 225, 224); border-right-color: rgb(198, 225, 224); border-left-color: rgb(198, 225, 224); padding-right: 25px !important; }#tve_editor [data-css=\"tve-u-1695a3002e2\"]:hover .tcb-button-link { background-color: rgb(132, 1, 28) !important; }}@media (max-width: 1023px){[data-css=\"tve-u-1621ebfa746\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621eb037bb\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621ec78d2c\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621ec6c39b\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621b064668\"] { max-width: 49%; }[data-css=\"tve-u-1621b064646\"] { max-width: 51%; }[data-css=\"tve-u-1621b3c74d9\"] { max-width: 100%; }[data-css=\"tve-u-1621f0b0088\"] { min-height: 100px !important; }[data-css=\"tve-u-1621ee3afec\"] > .tve-cb { display: block; }[data-css=\"tve-u-1621e7ceab3\"] > .tve-cb { display: block; }[data-css=\"tve-u-1621ea50702\"] { float: none; width: 100%; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621ae4fd21\"] > .tve-cb { display: block; }[data-css=\"tve-u-162717cb60f\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-162717cb610\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-16223dad661\"] { padding-top: 20px !important; }[data-css=\"tve-u-1641367127b\"] { float: none; font-size: 50px; width: 50px; height: 50px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1641367e553\"] { float: none; font-size: 50px; width: 50px; height: 50px; margin: -44px auto 40px !important; padding-right: 12px !important; }[data-css=\"tve-u-1621e7b695a\"] { margin-bottom: 50px !important; }[data-css=\"tve-u-1621ee37f4a\"] { min-height: 262px; }[data-css=\"tve-u-1621ada1e7f\"] { padding: 50px 30px 50px 0px !important; }[data-css=\"tve-u-1621b072b4e\"] { max-width: 100%; }[data-css=\"tve-u-1621a2247ba\"] { margin-bottom: 60px !important; }[data-css=\"tve-u-16229f6175c\"] { margin-top: 0px !important; }[data-css=\"tve-u-162717cb60b\"] { height: calc(100% - -85px); margin-top: -85px !important; }[data-css=\"tve-u-162717cb617\"] .tcb-flex-col { flex-basis: 560px !important; }#tcb_landing_page h5 { line-height: 1.3em; }#tcb_landing_page h6 { line-height: 1.4em; }#tcb_landing_page p, #tcb_landing_page li { line-height: 1.5em; }[data-css=\"tve-u-1628a146aef\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1628a12f675\"] { margin-bottom: 40px !important; }[data-css=\"tve-u-1628a10d3b4\"] { margin-bottom: 40px !important; }[data-css=\"tve-u-162718bd0c0\"] { clip-path: url(\"#clip-tablet-top-a3b25e1c9221a\"); -webkit-clip-path: url(\"#clip-tablet-top-a3b25e1c9221a\");  background-color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-162717cb621\"] { z-index: 6; padding-top: 60px !important; margin-top: -90px !important; }[data-css=\"tve-u-162718a3b40\"] { max-width: 100%; min-height: 1px !important; }[data-css=\"tve-u-16271adf6cf\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-162493d5f13\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-162717fcf9d\"] { margin-top: -40px !important; padding-top: 90px !important; padding-left: 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-16260d3f4af\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16260d3f4aa\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1621fb65556\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1621fb68b97\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16260d8396c\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16260d8392c\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16260d39b83\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-16260c5ff07\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-16260ba2fa4\"] { padding: 50px 40px !important; }[data-css=\"tve-u-16260be7104\"] { max-width: 100%; }[data-css=\"tve-u-1621ebbbb6d\"] { margin-top: -1px !important; }[data-css=\"tve-u-1621eaaedd8\"] { clip-path: url(\"#clip-tablet-bottom-a2b9cf3198d6f\"); -webkit-clip-path: url(\"#clip-tablet-bottom-a2b9cf3198d6f\");  }[data-css=\"tve-u-1621e7e9950\"] { margin-top: -1px !important; }[data-css=\"tve-u-16229fa8c68\"] { padding: 0px 20px 20px !important; }[data-css=\"tve-u-1622f65ba70\"] { padding: 0px 20px 20px !important; }[data-css=\"tve-u-16249373b25\"] { padding-left: 20px !important; padding-right: 20px !important; padding-bottom: 20px !important; }[data-css=\"tve-u-162493b6b63\"] { padding-left: 20px !important; padding-bottom: 20px !important; padding-right: 20px !important; }[data-css=\"tve-u-16249367114\"] { margin-top: 20px !important; }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-1624935a201\"] { line-height: 1.3em !important; }[data-css=\"tve-u-16249358652\"] { line-height: 1.3em !important; }[data-css=\"tve-u-16249355087\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1625389b4ed\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1625389a3d5\"] { line-height: 1.3em !important; }[data-css=\"tve-u-16248fc42a1\"] { line-height: 1.3em !important; }[data-css=\"tve-u-162493a03b0\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-162493a03b0\"] .tcb-flex-col { flex-basis: 145px !important; }[data-css=\"tve-u-1622a159bcb\"] { float: none; max-width: 85%; margin: 0px auto !important; padding-top: 0px !important; }[data-css=\"tve-u-16229fa6a26\"] { margin-bottom: 20px !important; padding: 0px 20px 20px !important; }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16229ffbb7b\"] { min-height: inherit; margin-left: -20px; }[data-css=\"tve-u-1621ad46076\"] { margin-bottom: 0px !important; margin-top: 0px !important; padding: 50px 40px !important; }#tve_editor [data-css=\"tve-u-1621b028939\"] .tcb-button-link { font-size: 18px; }[data-css=\"tve-u-16223f02c16\"] { min-height: 54px; }[data-css=\"tve-u-1621b01355a\"] { max-width: 304px; padding: 2px !important; }[data-css=\"tve-u-1620af7eb3f\"] { float: none; z-index: 3; position: relative; display: block; max-width: 300px; width: 300px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621afda4fa\"] { max-width: 100%; margin-bottom: 30px !important; }[data-css=\"tve-u-16224716d62\"]::after { clear: both; }[data-css=\"tve-u-1621f0aa8f7\"] { margin-top: 0px !important; }[data-css=\"tve-u-1621e7e6c1d\"] { min-height: 150px; }[data-css=\"tve-u-1621e7edfd9\"] { clip-path: url(\"#clip-tablet-bottom-10ffac3b28f1d\"); -webkit-clip-path: url(\"#clip-tablet-bottom-10ffac3b28f1d\");  }[data-css=\"tve-u-1621ebf340c\"] { float: none; width: 100%; padding: 0px !important; margin-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621e7d5094\"] { min-height: 455px; }[data-css=\"tve-u-1621adea58b\"] > .tcb-flex-col > .tcb-col { justify-content: center; }[data-css=\"tve-u-16223dad661\"]::after { clear: both; }[data-css=\"tve-u-1621e8107f3\"] { float: none; margin-left: auto !important; margin-right: auto !important; margin-bottom: 20px !important; }[data-css=\"tve-u-16223b080b0\"] { float: none; margin-left: auto !important; margin-right: auto !important; margin-top: -1px !important; }[data-css=\"tve-u-1621eb3eb9f\"] { clip-path: url(\"#clip-tablet-bottom-ac98bb0e54b3b\"); -webkit-clip-path: url(\"#clip-tablet-bottom-ac98bb0e54b3b\");  }[data-css=\"tve-u-1621fe78878\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1621fe78878\"] { min-height: inherit; }#tve_editor [data-css=\"tve-u-1621e92e97f\"] { font-size: 22px !important; }#tve_editor [data-css=\"tve-u-1621e942b65\"] { letter-spacing: 0px; font-size: 1.5em !important; }#tve_editor [data-css=\"tve-u-1621fe1bd18\"] { letter-spacing: 0px; font-size: 1.5em !important; }#tve_editor [data-css=\"tve-u-1621fe1a1af\"] { font-size: 22px !important; }#tve_editor [data-css=\"tve-u-1621fe1725e\"] { letter-spacing: 0px; font-size: 1.5em !important; }#tve_editor [data-css=\"tve-u-1621fe1587d\"] { font-size: 22px !important; }[data-css=\"tve-u-1621ef118dc\"] { position: relative; top: -50px; left: 30px; width: 100%; }[data-css=\"tve-u-1621ee3afec\"] { padding: 40px 0px 0px !important; }[data-css=\"tve-u-1621ee63e1c\"] { max-width: none; margin-bottom: 30px !important; }[data-css=\"tve-u-1621ee74a24\"] { top: 0px; right: 0px; font-size: 45px; width: 45px; height: 45px; float: none; padding-left: 0px !important; margin: 0px auto !important; }[data-css=\"tve-u-1621ee18a1c\"] { margin-top: 40px !important; margin-left: 20px !important; margin-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-1621fdcb4ea\"] { letter-spacing: 1px; font-size: 1.5em !important; }[data-css=\"tve-u-1621ec7f21a\"] { min-height: 150px; }[data-css=\"tve-u-1621eacf6af\"] { float: none; max-width: 230px; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621fd9c946\"] { max-width: 380px; float: none; width: 100%; margin: 0px auto !important; padding-left: 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-1621eb81205\"] { margin-top: 0px !important; }[data-css=\"tve-u-1621eb7ccb0\"] { min-height: 455px; }[data-css=\"tve-u-1621fd8766c\"] { min-height: 150px; }[data-css=\"tve-u-1621fd84d7b\"] { min-height: 430px; }[data-css=\"tve-u-1621e7c7aa1\"] .tcb-flex-col { flex-basis: 300px !important; }#tve_editor [data-css=\"tve-u-1621e7a7350\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621e7c899a\"] { float: none; max-width: 100%; margin-left: auto !important; margin-right: auto !important; margin-top: 0px !important; }[data-css=\"tve-u-1621e7c7aa1\"] { margin-left: -20px; flex-direction: row; }[data-css=\"tve-u-1621e7c7aa1\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-1621b3c8c52\"] { padding: 50px 40px !important; }[data-css=\"tve-u-1621fc0ce17\"] { margin-top: 10px !important; margin-bottom: 7px !important; }[data-css=\"tve-u-1621fbcad8c\"] { padding-left: 0px !important; padding-right: 30px !important; }[data-css=\"tve-u-1621fbacc60\"] { max-width: 177px; }[data-css=\"tve-u-1621fb68b97\"] { margin-left: -15px; min-height: inherit; padding: 20px !important; }[data-css=\"tve-u-1621fb68b97\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-1621fb65556\"] { margin-left: -15px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-1621fb65556\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-1621b200375\"] { float: none; max-width: 100%; margin: 0px auto !important; }[data-css=\"tve-u-1621b0e4fb7\"] { max-width: 100%; float: none; z-index: 3; position: relative; margin-right: auto !important; margin-left: auto !important; margin-bottom: 20px !important; }#tve_editor [data-css=\"tve-u-1621b10fccf\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621ae0bec7\"] { background-image: none !important; margin-top: 0px !important; }[data-css=\"tve-u-1621ae6c8da\"] { clip-path: url(\"#clip-tablet-top-aa2c3e3c70555\"); -webkit-clip-path: url(\"#clip-tablet-top-aa2c3e3c70555\");  }[data-css=\"tve-u-1621adba9ef\"] { clip-path: url(\"#clip-tablet-top-52d5a36c151aa\"); -webkit-clip-path: url(\"#clip-tablet-top-52d5a36c151aa\");  }[data-css=\"tve-u-1621ad420c4\"] { max-width: 100%; min-height: 1px !important; }[data-css=\"tve-u-1621f45bed3\"] { padding: 0px !important; }[data-css=\"tve-u-1621ae4fd21\"] { max-width: 100%; left: 0px; top: 0px; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621ae4db6e\"] { min-height: 300px; }#tve_editor [data-css=\"tve-u-1621afd8c98\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621afcc0bf\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621afceb00\"] { max-width: 100%; margin-bottom: 30px !important; }[data-css=\"tve-u-1621a98b602\"] { stroke-dasharray: 534.071, 534.071; }[data-css=\"tve-u-1621a9750ae\"] { font-size: 14.45px !important; line-height: 14.45px !important; }[data-css=\"tve-u-1621a9a2867\"] { font-size: 51px !important; line-height: 51px !important; }[data-css=\"tve-u-1621a9a2866\"] { margin-top: 42.5px !important; }[data-css=\"tve-u-1621a96b190\"] { width: 153px !important; height: 153px !important; top: 8.5px !important; bottom: 8.5px !important; left: 8.5px !important; right: 8.5px !important; }[data-css=\"tve-u-1621a9685d4\"] { stroke-width: 18px !important; }[data-css=\"tve-u-1621a9a2862\"] { width: 170px !important; height: 170px !important; }[data-css=\"tve-u-1621a983587\"] { float: none; border: 20px solid rgba(137, 141, 167, 0.24); margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621a8b2488\"] { float: none; max-width: 100%; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621a8a804b\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1621a8a804b\"] { margin-left: -24px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-1621a8a804b\"] > .tcb-flex-col { padding-left: 24px; }#tve_editor [data-css=\"tve-u-1621a2e0d5b\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621b028939\"] { position: relative; float: left; z-index: 3; display: block; max-width: 300px; width: 300px; margin-top: 15px !important; }[data-css=\"tve-u-1621adea58b\"] { margin-left: -30px; }[data-css=\"tve-u-1621adea58b\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-1621ade6172\"] { max-width: 100%; position: static; }#tve_editor [data-css=\"tve-u-16248fc42a1\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-16249355087\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-16249358652\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-1624935a201\"] { font-size: 18px !important; }[data-css=\"tve-u-1624939a960\"] { margin-bottom: 0px !important; padding-bottom: 20px !important; padding-left: 20px !important; padding-right: 20px !important; }[data-css=\"tve-u-162493a03b0\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-162493a03b0\"] { min-height: inherit; margin-left: -20px; }#tve_editor [data-css=\"tve-u-1625389a3d5\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-1625389b4ed\"] { font-size: 18px !important; }[data-css=\"tve-u-16260c39a7e\"] { float: none; max-width: 100%; margin: 0px auto !important; }[data-css=\"tve-u-16260d3f4aa\"] { margin-left: -15px; min-height: inherit; padding: 20px !important; }[data-css=\"tve-u-16260d3f4aa\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-16260d3f4af\"] { margin-left: -15px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-16260d3f4af\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-16260d8392c\"] { margin-left: -15px; min-height: inherit; padding: 20px !important; }[data-css=\"tve-u-16260d8392c\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-16260d8396c\"] { margin-left: -15px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-16260d8396c\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-16260da3aa7\"] { float: none; max-width: 100%; margin: 0px !important; }[data-css=\"tve-u-162717cb609\"] { max-width: 100%; min-height: 1px !important; }[data-css=\"tve-u-162717cb60a\"] { padding: 0px !important; }[data-css=\"tve-u-162717cb618\"] { float: none; max-width: 100%; margin-top: 60px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-162717cb620\"] { clip-path: url(\"#clip-tablet-bottom-c883ac5175045\"); -webkit-clip-path: url(\"#clip-tablet-bottom-c883ac5175045\");  }[data-css=\"tve-u-162717d1bbf\"] { margin-left: 0px; padding: 25px 25px 0px !important; }[data-css=\"tve-u-162717d1bbf\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-162717d1bb7\"] { max-width: 51.3%; }[data-css=\"tve-u-162717d1bb9\"] { max-width: 15.3%; }[data-css=\"tve-u-162717d1bb6\"] { padding-left: 0px !important; }[data-css=\"tve-u-162717d1bbc\"] { border-left: none; border-right: none; padding-left: 30px !important; padding-bottom: 10px !important; }[data-css=\"tve-u-162717d1bbe\"] { max-width: 100%; margin-left: 0px !important; margin-right: 30px !important; }[data-css=\"tve-u-164179bced9\"] { border-right: none; padding-left: 30px !important; padding-right: 0px !important; }[data-css=\"tve-u-16417b62c09\"] { max-width: 177px; }[data-css=\"tve-u-16417b662bf\"] { max-width: 177px; }[data-css=\"tve-u-16417e5bd95\"] { font-size: 14px; width: 14px; height: 14px; margin-bottom: -14px !important; margin-left: 0px !important; }[data-css=\"tve-u-1641c1b33f9\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-1641c1b456a\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-1641c1b52d3\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-1641c1b60b4\"] { font-size: 25px; width: 25px; height: 25px; }#tve_editor [data-css=\"tve-u-16422a1ce94\"] { font-size: 16px !important; }[data-css=\"tve-u-16959822de2\"] { margin-right: 1px !important; padding-right: 10px !important; padding-top: 10px !important; }}@media (max-width: 767px){[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-16417e9d24e\"]::after { clear: both; }[data-css=\"tve-u-16417b70f47\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 0px !important; }[data-css=\"tve-u-1621e819c52\"] { min-height: 100px; }[data-css=\"tve-u-1621e8107f3\"] { max-width: 100px; }[data-css=\"tve-u-1621fd8766c\"] { min-height: 144px; }[data-css=\"tve-u-1621ec79a7d\"] { min-height: 100px; }[data-css=\"tve-u-1621ec78d2c\"] { max-width: 100px; }[data-css=\"tve-u-1621ec7f21a\"] { min-height: 144px; }[data-css=\"tve-u-1621e7e6c1d\"] { min-height: 144px; }[data-css=\"tve-u-16417b4cb9e\"] { padding-bottom: 30px !important; }[data-css=\"tve-u-1621ec752da\"] { min-height: 100px; }[data-css=\"tve-u-1621ec6c39b\"] { max-width: 100px; }[data-css=\"tve-u-1621fd84d7b\"] { min-height: 430px; }[data-css=\"tve-u-1621e7c7aa1\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16223dad661\"] { padding-top: 0px !important; }[data-css=\"tve-u-1621b3c74d9\"] { max-width: 100%; }[data-css=\"tve-u-1621eb81205\"] { max-width: 100%; margin-bottom: 20px !important; }[data-css=\"tve-u-1621e7ceab3\"] { max-width: 100%; margin-bottom: 20px !important; }[data-css=\"tve-u-1621f0b0088\"] { min-height: 120px !important; }[data-css=\"tve-u-1621f0da775\"] { float: none; width: 100%; max-width: 280px; margin: 0px auto 20px !important; }[data-css=\"tve-u-1621ee37f4a\"] { min-height: 260px; }[data-css=\"tve-u-1621ee3afec\"] > .tve-cb { display: flex; justify-content: center; flex-direction: column; }[data-css=\"tve-u-1621ee63e1c\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1641367127b\"] { font-size: 30px; width: 30px; height: 30px; }[data-css=\"tve-u-1641367e553\"] { float: none; font-size: 30px; width: 30px; height: 30px; margin: -30px auto 30px !important; padding-right: 10px !important; }[data-css=\"tve-u-1621ada1e7f\"] { padding: 0px !important; }[data-css=\"tve-u-162717cb617\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-162717cb617\"] { min-height: inherit; }[data-css=\"tve-u-16229fa6a26\"] { height: calc(100% - 21px); margin-bottom: 0px !important; margin-top: 21px !important; }[data-css=\"tve-u-1624939a960\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-162493a03b0\"] .tcb-flex-col { flex-basis: 400px !important; }[data-css=\"tve-u-1621a2247ba\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-162717cb60f\"] { margin-bottom: 25px !important; }[data-css=\"tve-u-162717d1bbf\"] .tcb-flex-col { flex-basis: 225px !important; }[data-css=\"tve-u-1621ee3afec\"] { max-width: 100%; padding: 0px !important; position: static !important; }#tve_editor [data-css=\"tve-u-1641333d7d1\"] { font-size: 14px !important; }[data-css=\"tve-u-162717cb60b\"] { margin-top: 0px !important; }[data-css=\"tve-u-162717cb621\"] { z-index: 2; padding-left: 20px !important; padding-right: 20px !important; margin-top: -160px !important; padding-top: 35px !important; }[data-css=\"tve-u-162717cb617\"] .tcb-flex-col { flex-basis: 435px !important; }[data-css=\"tve-u-16369305186\"] { float: none; width: 100%; max-width: 279px; z-index: 3; position: relative; margin: 0px auto !important; }#tcb_landing_page h6 { line-height: 1.4em; }#tcb_landing_page h5 { line-height: 1.3em; }#tcb_landing_page p, #tcb_landing_page li { font-size: 14px; }#tcb_landing_page h2 { font-size: 28px; }#tcb_landing_page h1 { font-size: 35px; }[data-css=\"tve-u-16260ba2fa4\"] { padding-bottom: 40px !important; padding-left: 20px !important; padding-right: 20px !important; }[data-css=\"tve-u-1628a10d3b4\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-1628a12f675\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-162717cb610\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-16271bfe70c\"] { padding: 0px !important; }[data-css=\"tve-u-162717fcf9d\"] { z-index: 1; margin-top: 0px !important; padding-top: 75px !important; padding-left: 20px !important; padding-right: 20px !important; }[data-css=\"tve-u-162718bd0c0\"] { clip-path: url(\"#clip-mobile-top-a3b25e1c9221a\"); -webkit-clip-path: url(\"#clip-mobile-top-a3b25e1c9221a\");  }[data-css=\"tve-u-1621eb3eb9f\"] { clip-path: url(\"#clip-mobile-bottom-ac98bb0e54b3b\"); -webkit-clip-path: url(\"#clip-mobile-bottom-ac98bb0e54b3b\");  }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col > .tcb-col { min-height: 155px; }[data-css=\"tve-u-16229ffbb7b\"] { min-height: inherit; margin-left: 0px; }[data-css=\"tve-u-16229fa8c68\"] { height: calc(100% - 28px); margin-bottom: 0px !important; margin-top: 20px !important; }[data-css=\"tve-u-1622f65ba70\"] { height: calc(100% - 20px); margin-bottom: 0px !important; margin-top: 20px !important; }[data-css=\"tve-u-16229f6175c\"] { margin-top: 0px !important; }[data-css=\"tve-u-1622a159bcb\"] { float: none; max-width: 100%; margin-left: auto !important; margin-right: auto !important; padding-top: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-16229ae62a7\"] { border-right: none; }#tve_editor [data-css=\"tve-u-16228c764b2\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-16228c75500\"] { font-size: 18px !important; }[data-css=\"tve-u-1621fb65556\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-1621a983587\"] { border: 20px solid rgba(137, 141, 167, 0.32); }[data-css=\"tve-u-1621ee74a24\"] { float: none; margin-left: auto !important; margin-right: auto !important; margin-bottom: 10px !important; }[data-css=\"tve-u-1621afda4fa\"] { max-width: 100%; margin-bottom: 20px !important; }[data-css=\"tve-u-16223f02c16\"] { min-height: 54px; }[data-css=\"tve-u-1621f0aa8f7\"] { margin-top: 0px !important; }#tve_editor [data-css=\"tve-u-1622444fb11\"] { letter-spacing: 0px; }[data-css=\"tve-u-16224439be1\"] { padding: 0px !important; }[data-css=\"tve-u-1621fb68b97\"] { padding: 0px !important; }[data-css=\"tve-u-1621afceb00\"] { max-width: 100%; margin-bottom: 30px !important; }[data-css=\"tve-u-1621b0e4fb7\"] { float: none; margin-right: auto !important; margin-bottom: 30px !important; padding-left: 0px !important; margin-left: auto !important; }[data-css=\"tve-u-1621ebf340c\"] { padding-bottom: 40px !important; }[data-css=\"tve-u-1621ea50702\"] { float: none; width: 100%; padding: 0px !important; margin-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621e7d5094\"] { min-height: 430px; }[data-css=\"tve-u-1621eb7ccb0\"] { min-height: 430px; }[data-css=\"tve-u-1621ee03000\"] { flex-direction: column; }[data-css=\"tve-u-16223fe5f5b\"] { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621f0d2c1a\"] { margin-left: 25px !important; margin-right: 25px !important; }[data-css=\"tve-u-1621ee18a1c\"] { margin: 0px 20px 20px 0px !important; }[data-css=\"tve-u-1621ef118dc\"] { top: 0px; width: 245px; position: relative; float: none; z-index: 5; left: 0px; margin: -22px auto 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-1621fd9c946\"] { max-width: 100%; margin-top: 0px !important; margin-left: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-16223fc9f23\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-1621e7c899a\"] { max-width: none; float: none; margin-top: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621b3c8c52\"] { padding: 40px 20px !important; }[data-css=\"tve-u-1621fbcad8c\"] { padding: 20px !important; }[data-css=\"tve-u-1621fb65556\"] { margin-left: 0px; padding: 0px !important; }[data-css=\"tve-u-1621fbacc60\"] { max-width: 126px; float: none; margin-left: auto !important; margin-right: auto !important; margin-top: 20px !important; }[data-css=\"tve-u-1621b200375\"] { float: none; margin-top: 0px !important; margin-left: auto !important; margin-right: auto !important; }#tve_editor [data-css=\"tve-u-1621b10fccf\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621b028939\"] { display: block; max-width: 100%; width: 100%; float: none; min-width: 100%; margin-left: auto !important; margin-right: auto !important; margin-top: 0px !important; }[data-css=\"tve-u-1621ae4db6e\"] { min-height: 270px; }[data-css=\"tve-u-1621ae6c8da\"] { clip-path: url(\"#clip-mobile-top-aa2c3e3c70555\"); -webkit-clip-path: url(\"#clip-mobile-top-aa2c3e3c70555\");  }[data-css=\"tve-u-1621adba9ef\"] { clip-path: url(\"#clip-mobile-top-52d5a36c151aa\"); -webkit-clip-path: url(\"#clip-mobile-top-52d5a36c151aa\");  }[data-css=\"tve-u-16223f02c16\"]::after { clear: both; }[data-css=\"tve-u-1621b01355a\"] { max-width: 100%; float: none; margin-left: auto !important; margin-right: auto !important; margin-bottom: 15px !important; }[data-css=\"tve-u-1620af7eb3f\"] { float: none; display: block; max-width: 100%; width: 100%; min-width: 100%; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621ae0bec7\"]::after { clear: both; }[data-css=\"tve-u-1621f45bed3\"] { padding: 40px 20px 0px !important; }[data-css=\"tve-u-1621ad46076\"] { margin: 0px !important; padding: 30px 20px !important; }[data-css=\"tve-u-1621adea58b\"] { flex-flow: row-reverse wrap-reverse !important; }[data-css=\"tve-u-1621ae4fd21\"] { margin-top: 0px !important; position: static !important; }[data-css=\"tve-u-1621a8b2488\"] { float: none; max-width: 100%; margin-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621a8a804b\"] { padding-left: 0px !important; padding-right: 0px !important; }#tve_editor [data-css=\"tve-u-1621a2e0d5b\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621e7c7aa1\"] { flex-direction: column; min-height: inherit; }[data-css=\"tve-u-16249367114\"] { margin-top: 0px !important; }[data-css=\"tve-u-16249373b25\"] { height: calc(100% - 20px); margin-bottom: 0px !important; background-image: linear-gradient(rgb(248, 249, 251), rgb(248, 249, 251)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; margin-top: 20px !important; }[data-css=\"tve-u-162493a03b0\"] > .tcb-flex-col > .tcb-col { min-height: 155px; }[data-css=\"tve-u-162493a03b0\"] { min-height: inherit; }[data-css=\"tve-u-162493b6b63\"] { height: calc(100% - 20px); margin-bottom: 0px !important; margin-top: 20px !important; }[data-css=\"tve-u-16260c39a7e\"] { float: none; margin-top: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-16260d3f4aa\"] { padding: 0px !important; }[data-css=\"tve-u-16260d3f4af\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-16260d3f4af\"] { margin-left: 0px; padding: 0px !important; }[data-css=\"tve-u-16260d8392c\"] { padding: 0px !important; }[data-css=\"tve-u-16260d8396c\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-16260d8396c\"] { margin-left: 0px; padding: 0px !important; }[data-css=\"tve-u-16260da3aa7\"] { float: none; margin-top: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-162717cb618\"] { margin: 140px 0px 0px !important; }[data-css=\"tve-u-162717cb620\"] { clip-path: url(\"#clip-mobile-bottom-c883ac5175045\"); -webkit-clip-path: url(\"#clip-mobile-bottom-c883ac5175045\");  background-image: url(\"https://bestcerakoteflorida.com/wp-content/uploads/2018/05/FTYS6743.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-162717cb60a\"] { padding: 0px !important; }#tve_editor [data-css=\"tve-u-162717cb616\"] { font-size: 27px !important; }[data-css=\"tve-u-162717d1bbf\"] > .tcb-flex-col { padding-left: 18px; }[data-css=\"tve-u-162717d1bbf\"] { margin-left: -18px; padding: 10px !important; flex-flow: row wrap !important; }[data-css=\"tve-u-162717d1bbe\"] { border-bottom: 1px solid rgba(255, 255, 255, 0.2); border-right: none; margin-left: auto !important; margin-right: auto !important; float: none; }[data-css=\"tve-u-162717d1bbc\"] { border: none; padding-left: 0px !important; padding-right: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-162717d1bb6\"] { border: none; padding-top: 0px !important; padding-left: 0px !important; margin-bottom: 1px !important; margin-top: -5px !important; padding-bottom: 10px !important; }[data-css=\"tve-u-164179a84b8\"] { float: none; width: 100%; max-width: 155px; z-index: 3; position: relative; margin-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-164179bced9\"] { border-right: none; position: relative; padding-left: 0px !important; padding-right: 0px !important; margin-top: 0px !important; max-width: 250px; margin-left: auto !important; margin-right: auto !important; float: none; }[data-css=\"tve-u-16417b62c09\"] { max-width: 126px; float: none; margin-left: auto !important; margin-right: auto !important; margin-top: 20px !important; }[data-css=\"tve-u-16417b662bf\"] { max-width: 126px; float: none; margin-left: auto !important; margin-right: auto !important; margin-top: 20px !important; }[data-css=\"tve-u-16417e5bd95\"] { margin: 3px 10px 0px 0px !important; }#tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] p, #tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] li, #tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] blockquote, #tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] address, #tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] .tcb-plain-text, #tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] label { font-size: 18px; }[data-css=\"tve-u-16959822de2\"] { padding-top: 10px !important; margin-left: auto !important; margin-right: auto !important; float: none; }}'),(6797,566,'tve_revision_tve_user_custom_css',''),(6798,566,'tve_revision_tve_page_events','a:0:{}'),(6799,566,'tve_revision_tve_globals','a:2:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";s:8:\"font_cls\";a:0:{}}'),(6800,566,'tve_revision_tve_global_scripts',''),(6801,566,'tve_revision_thrive_icon_pack','0'),(6802,566,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(6803,566,'tve_revision_tve_has_masonry','0'),(6804,566,'tve_revision_tve_has_typefocus','0'),(6805,566,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-162717d1bbe\" wfd-id=\"437\"><div class=\"tcb-flex-row tcb-medium-no-wrap v-2 tcb--cols--3 m-edit tcb-mobile-wrap tcb-resized\" data-css=\"tve-u-162717d1bbf\" wfd-id=\"438\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1695981e7bb\" wfd-id=\"459\"><div class=\"tcb-col\" data-css=\"tve-u-16959846d3d\" wfd-id=\"461\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16959822de2\" wfd-id=\"462\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"463\"><img class=\"tve_image wp-image-465\" alt=\"\" width=\"384\" height=\"62\" title=\"Blackhawk_custom_header\" data-id=\"465\" src=\"https://bestcerakoteflorida.com/wp-content/uploads/2019/01/Blackhawk_custom_header.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717d1bb9\" style=\"\" wfd-id=\"452\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717d1bb6\" wfd-id=\"454\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-164179a84b8\" wfd-id=\"455\">\n<div class=\"tve-content-box-background\" wfd-id=\"458\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"456\"><div class=\"tcb-clear\" wfd-id=\"457\"></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717d1bb7\" style=\"\" wfd-id=\"439\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717d1bbc\" wfd-id=\"441\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16369305186\" wfd-id=\"442\">\n<div class=\"tve-content-box-background\" wfd-id=\"451\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16417e9d24e\" wfd-id=\"443\"><div class=\"tcb-clear\" wfd-id=\"449\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-16417e5bd95\" data-float=\"1\" wfd-id=\"450\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-envelope-regular\" data-name=\"\">\n            <path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path>\n        </svg></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-164179bced9\" wfd-id=\"444\"><p data-css=\"tve-u-1641333d7d1\"><a href=\"mailto:info@bestcerkoteflorida.com\" target=\"_blank\">info@bestcerakoteflorida.com</a></p></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-162717cb621\" data-value-type=\"percent\" wfd-id=\"394\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-162717cb620\" data-clip-id=\"c883ac5175045\" wfd-id=\"436\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-c883ac5175045\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9125, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-c883ac5175045\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9476, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-c883ac5175045\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9651, 1 1, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-162717cb609\" wfd-id=\"395\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-162717cb618\" wfd-id=\"396\"><div class=\"tcb-flex-row tcb-medium-wrap tcb-resized v-2 tcb--cols--2\" data-css=\"tve-u-162717cb617\" wfd-id=\"397\"><div class=\"tcb-flex-col\" data-css=\"tve-u-162717cb601\" style=\"\" wfd-id=\"412\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717cb60a\" wfd-id=\"414\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h1\" data-css=\"tve-u-162717cb610\" wfd-id=\"426\"><h1 data-css=\"tve-u-162717cb616\" style=\"text-align: center;\">&nbsp;Protect What\'s Important To You With The Toughest Ceramic Finish In The World!<span data-css=\"tve-u-16271ca808e\" style=\"color: rgb(0, 229, 255);\" wfd-id=\"435\"></span></h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162717cb60f\" wfd-id=\"415\"><p data-css=\"tve-u-16413112747\" style=\"text-align: center;\">Heat, Water, Salt and Sand just some of the conditions you face. And any one of them is just waiting to get a hold of your firearm and leave it a pile of rusted, pitted junk.</p><p data-css=\"tve-u-16413112747\" style=\"text-align: center;\">Unfortunately there wasn\'t much you could do other than keep cleaning and lubricating your firearms...till NOW!</p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717cb600\" style=\"\" wfd-id=\"398\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717cb60b\" wfd-id=\"400\"><div class=\"thrv_responsive_video thrv_wrapper rv_style_lifted_style2\" data-type=\"youtube\" data-rel=\"0\" data-url=\"https://www.youtube.com/watch?v=a1nyu9ZJiEk\" data-css=\"tve-u-16959cd1e7a\" data-modestbranding=\"1\" wfd-id=\"409\">\n	\n\n	<div class=\"tve_responsive_video_container\" wfd-id=\"410\">\n		<div class=\"video_overlay\" wfd-id=\"411\"></div>\n	<iframe data-code=\"TEOqV1Q16lU\" data-provider=\"youtube\" src=\"https://www.youtube.com/embed/TEOqV1Q16lU?rel=0&amp;modestbranding=1&amp;controls=1&amp;showinfo=1&amp;fs=1&amp;wmode=transparent\" data-src=\"https://www.youtube.com/embed/TEOqV1Q16lU?rel=0&amp;modestbranding=1&amp;controls=1&amp;showinfo=1&amp;fs=1&amp;wmode=transparent\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\n</div><div class=\"thrv_wrapper thrv-button tcb-with-icon\" data-css=\"tve-u-1695a3002e2\" data-tcb_hover_state_parent=\"\" data-button-style=\"border_1\" wfd-id=\"401\">\n	<a href=\"tel:1-954-848-1911\" class=\"tcb-button-link\" target=\"_blank\" rel=\"\"><span class=\"tcb-button-icon\" wfd-id=\"407\">\n	<div class=\"thrv_wrapper thrv_icon tve_no_drag tve_no_icons tcb-icon-inherit-style tcb-icon-display\" wfd-id=\"408\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-phone-plus-light\" data-name=\"\">\n            <path d=\"M8 128h88v88c0 4.4 3.6 8 8 8h16c4.4 0 8-3.6 8-8v-88h88c4.4 0 8-3.6 8-8v-16c0-4.4-3.6-8-8-8h-88V8c0-4.4-3.6-8-8-8h-16c-4.4 0-8 3.6-8 8v88H8c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8zM487.8 24.1L387 .8c-14.7-3.4-29.8 4.2-35.8 18.1l-46.5 108.5c-5.5 12.7-1.8 27.7 8.9 36.5l53.9 44.1c-34 69.2-90.3 125.6-159.6 159.6l-44.1-53.9c-8.8-10.7-23.8-14.4-36.5-8.9L18.9 351.3c-13.9 6-21.5 21-18.1 35.8L24 487.9C27.3 502 39.9 512 54.5 512 306.7 512 512 307.8 512 54.5c0-14.6-10-27.2-24.2-30.4zM55.1 480l-23-99.6 107.4-46 59.5 72.8c103.6-48.6 159.7-104.9 208.1-208.1l-72.8-59.5 46-107.4 99.6 23C479.7 289.7 289.6 479.7 55.1 480z\"></path>\n        </svg></div>\n</span>\n\n		<span class=\"tcb-button-texts\" wfd-id=\"402\"><span class=\"tcb-button-text thrv-inline-text\" wfd-id=\"403\">CALL NOW</span></span>\n	</a>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-162717fcf9d\" data-value-type=\"percent\" wfd-id=\"329\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-162718bd0c0\" data-clip-id=\"a3b25e1c9221a\" wfd-id=\"393\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0875\"></polygon></clipPath><clipPath id=\"clip-tablet-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"6\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.1051\"></polygon></clipPath><clipPath id=\"clip-mobile-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"1\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0175\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-162718a3b40\" wfd-id=\"330\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622a159bcb\" wfd-id=\"331\">\n<div class=\"tve-content-box-background\" wfd-id=\"392\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"332\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621a2247ba\" wfd-id=\"385\"><h2 data-css=\"tve-u-1621a2e0d5b\">our services</h2></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16229f6175c\" wfd-id=\"356\"><div class=\"tcb-flex-row tcb-medium-no-wrap tcb--cols--3 v-2\" data-css=\"tve-u-162493a03b0\" wfd-id=\"357\"><div class=\"tcb-flex-col\" wfd-id=\"374\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1624939a960\" data-tcb_hover_state_parent=\"\" wfd-id=\"376\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-162493d5f13\" data-float=\"1\" wfd-id=\"384\"><svg class=\"tcb-icon\" viewBox=\"0 0 14 28\" data-name=\"bolt\">\n<path d=\"M13.828 8.844c0.172 0.187 0.219 0.453 0.109 0.688l-8.437 18.078c-0.125 0.234-0.375 0.391-0.656 0.391-0.063 0-0.141-0.016-0.219-0.031-0.344-0.109-0.547-0.438-0.469-0.766l3.078-12.625-6.344 1.578c-0.063 0.016-0.125 0.016-0.187 0.016-0.172 0-0.359-0.063-0.484-0.172-0.187-0.156-0.25-0.391-0.203-0.609l3.141-12.891c0.078-0.297 0.359-0.5 0.688-0.5h5.125c0.391 0 0.703 0.297 0.703 0.656 0 0.094-0.031 0.187-0.078 0.281l-2.672 7.234 6.188-1.531c0.063-0.016 0.125-0.031 0.187-0.031 0.203 0 0.391 0.094 0.531 0.234z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"380\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-162494b490e\" wfd-id=\"381\"><h4 data-css=\"tve-u-16249355087\" style=\"text-align: left;\">Express exterior</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162494b7ad0\" wfd-id=\"377\"><p data-css=\"tve-u-162492e70ad\">Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"365\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162493b6b63\" data-tcb_hover_state_parent=\"\" wfd-id=\"367\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b456a\" wfd-id=\"373\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"adjust\">\n<path d=\"M12 22.5v-17c-4.688 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"371\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1af44d\" wfd-id=\"372\"><h4 data-css=\"tve-u-16249358652\" style=\"text-align: left;\">Interior clean</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"368\"><p data-css=\"tve-u-162492e70ad\">Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"358\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16249373b25\" wfd-id=\"360\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b52d3\" wfd-id=\"364\"><svg class=\"tcb-icon\" viewBox=\"0 0 26 28\" data-name=\"umbrella\">\n<path d=\"M14 12.938v9.063c0 2.172-1.828 4-4 4s-4-1.828-4-4c0-0.547 0.453-1 1-1s1 0.453 1 1c0 1.047 0.953 2 2 2s2-0.953 2-2v-9.063c0.328-0.109 0.656-0.172 1-0.172s0.672 0.063 1 0.172zM26 13.359c0 0.266-0.234 0.5-0.5 0.5-0.141 0-0.25-0.063-0.359-0.156-0.906-0.844-1.75-1.437-3.047-1.437-1.484 0-2.766 0.922-3.609 2.094-0.187 0.266-0.328 0.547-0.5 0.812-0.109 0.172-0.234 0.266-0.438 0.266-0.219 0-0.344-0.094-0.453-0.266-0.172-0.266-0.313-0.547-0.5-0.812-0.844-1.172-2.109-2.094-3.594-2.094s-2.75 0.922-3.594 2.094c-0.187 0.266-0.328 0.547-0.5 0.812-0.109 0.172-0.234 0.266-0.453 0.266-0.203 0-0.328-0.094-0.438-0.266-0.172-0.266-0.313-0.547-0.5-0.812-0.844-1.172-2.125-2.094-3.609-2.094-1.297 0-2.141 0.594-3.047 1.437-0.109 0.094-0.219 0.156-0.359 0.156-0.266 0-0.5-0.234-0.5-0.5 0-0.047 0-0.078 0.016-0.109 1.437-5.906 7.141-9.25 12.984-9.25 5.812 0 11.578 3.344 12.984 9.25 0.016 0.031 0.016 0.063 0.016 0.109zM14 2v1.531c-0.328-0.016-0.672-0.031-1-0.031s-0.672 0.016-1 0.031v-1.531c0-0.547 0.453-1 1-1s1 0.453 1 1z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"362\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b01a6\" wfd-id=\"363\"><h4 data-css=\"tve-u-1624935a201\" style=\"text-align: left;\">Wax protection</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"361\"><p data-css=\"tve-u-162492e70ad\">Etiam pharetra, erat sed fermentum feugiat, velit mauris</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16249367114\" wfd-id=\"333\"><div class=\"tcb-flex-row tcb-medium-no-wrap tcb--cols--3 v-2\" data-css=\"tve-u-16229ffbb7b\" wfd-id=\"334\"><div class=\"tcb-flex-col\" wfd-id=\"349\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229fa6a26\" wfd-id=\"351\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b33f9\" wfd-id=\"355\"><svg class=\"tcb-icon\" viewBox=\"0 0 26 28\" data-name=\"magic\">\n<path d=\"M18.594 9.078l4.578-4.578-1.672-1.672-4.578 4.578zM25.578 4.5c0 0.266-0.094 0.516-0.281 0.703l-20.094 20.094c-0.187 0.187-0.438 0.281-0.703 0.281s-0.516-0.094-0.703-0.281l-3.094-3.094c-0.187-0.187-0.281-0.438-0.281-0.703s0.094-0.516 0.281-0.703l20.094-20.094c0.187-0.187 0.438-0.281 0.703-0.281s0.516 0.094 0.703 0.281l3.094 3.094c0.187 0.187 0.281 0.438 0.281 0.703zM4.469 1.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531zM9.938 4.062l3.063 0.938-3.063 0.938-0.938 3.063-0.938-3.063-3.063-0.938 3.063-0.938 0.938-3.063zM24.469 11.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531zM14.469 1.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"353\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b0a67\" wfd-id=\"354\"><h4 data-css=\"tve-u-16248fc42a1\" style=\"text-align: left;\">Dust &amp; Dash Console</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"352\"><p data-css=\"tve-u-162492e70ad\">Duis sed odio sit amet nibh vulputate cursus a sit amet mauris.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"342\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1622f65ba70\" wfd-id=\"344\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b60b4\" wfd-id=\"348\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"certificate\">\n<path d=\"M21.5 14l2.156 2.109c0.297 0.281 0.406 0.703 0.313 1.094-0.109 0.391-0.422 0.703-0.812 0.797l-2.938 0.75 0.828 2.906c0.109 0.391 0 0.812-0.297 1.094-0.281 0.297-0.703 0.406-1.094 0.297l-2.906-0.828-0.75 2.938c-0.094 0.391-0.406 0.703-0.797 0.812-0.094 0.016-0.203 0.031-0.297 0.031-0.297 0-0.594-0.125-0.797-0.344l-2.109-2.156-2.109 2.156c-0.281 0.297-0.703 0.406-1.094 0.313-0.406-0.109-0.703-0.422-0.797-0.812l-0.75-2.938-2.906 0.828c-0.391 0.109-0.812 0-1.094-0.297-0.297-0.281-0.406-0.703-0.297-1.094l0.828-2.906-2.938-0.75c-0.391-0.094-0.703-0.406-0.812-0.797-0.094-0.391 0.016-0.812 0.313-1.094l2.156-2.109-2.156-2.109c-0.297-0.281-0.406-0.703-0.313-1.094 0.109-0.391 0.422-0.703 0.812-0.797l2.938-0.75-0.828-2.906c-0.109-0.391 0-0.812 0.297-1.094 0.281-0.297 0.703-0.406 1.094-0.297l2.906 0.828 0.75-2.938c0.094-0.391 0.406-0.703 0.797-0.797 0.391-0.109 0.812 0 1.094 0.297l2.109 2.172 2.109-2.172c0.281-0.297 0.688-0.406 1.094-0.297 0.391 0.094 0.703 0.406 0.797 0.797l0.75 2.938 2.906-0.828c0.391-0.109 0.812 0 1.094 0.297 0.297 0.281 0.406 0.703 0.297 1.094l-0.828 2.906 2.938 0.75c0.391 0.094 0.703 0.406 0.812 0.797 0.094 0.391-0.016 0.812-0.313 1.094z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"346\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b12d8\" wfd-id=\"347\"><h4 data-css=\"tve-u-1625389a3d5\" style=\"text-align: left;\">Triple Foam Polish</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"345\"><p data-css=\"tve-u-162492e70ad\">Class aptent taciti sociosqu ad litora torquent</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"335\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229fa8c68\" wfd-id=\"337\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-16271adf6cf\" wfd-id=\"341\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"bullseye\">\n<path d=\"M16 14c0 2.203-1.797 4-4 4s-4-1.797-4-4 1.797-4 4-4 4 1.797 4 4zM18 14c0-3.313-2.688-6-6-6s-6 2.688-6 6 2.688 6 6 6 6-2.688 6-6zM20 14c0 4.422-3.578 8-8 8s-8-3.578-8-8 3.578-8 8-8 8 3.578 8 8zM22 14c0-5.516-4.484-10-10-10s-10 4.484-10 10 4.484 10 10 10 10-4.484 10-10zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"339\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-16248fc71c8\" wfd-id=\"340\"><h4 data-css=\"tve-u-1625389b4ed\" style=\"text-align: left;\">Tire dressing</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"338\"><p data-css=\"tve-u-162492e70ad\">Etiam pharetra, erat sed fermentum feugiat, velit mauris</p></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621ad46076\" wfd-id=\"297\">\n<div class=\"tve-page-section-out\" wfd-id=\"328\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621b072b4e\" wfd-id=\"298\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621a8b2488\" wfd-id=\"299\"><div class=\"tcb-flex-row tcb--cols--2 v-2\" data-css=\"tve-u-1621a8a804b\" wfd-id=\"300\"><div class=\"tcb-flex-col\" wfd-id=\"310\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16271bfe70c\" wfd-id=\"312\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h3\" data-css=\"tve-u-1621a8c4313\" wfd-id=\"327\"><h3><strong>Complete cleaning services for yoâ€‹ur car</strong></h3></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-16417b70f47\" wfd-id=\"313\"><ul class=\"tcb-styled-list\" wfd-id=\"314\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621acf0289\" wfd-id=\"323\"><div class=\"tcb-styled-list-icon\" wfd-id=\"325\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a8e11f3\" wfd-id=\"326\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ace1b08\" wfd-id=\"324\">We are a small business delivering professional cleaning services for all vehicles</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621acf64fb\" wfd-id=\"319\"><div class=\"tcb-styled-list-icon\" wfd-id=\"321\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a8e5625\" wfd-id=\"322\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ace4de9\" wfd-id=\"320\">Our services are convenient for individuals and corporate fleets</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"315\"><div class=\"tcb-styled-list-icon\" wfd-id=\"317\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a9076ef\" wfd-id=\"318\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621acf47d2\" wfd-id=\"316\">We use eco-friendly products that actually clean, protect and maintain your car better than the traditional cleaning substances</span></li></ul></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"301\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621a90a46f\" wfd-id=\"303\"><div class=\"thrv_wrapper thrv-fill-counter tve_red tve_normalfc thrv_data_element\" data-css=\"tve-u-1621a983587\" wfd-id=\"304\">\n<div class=\"tve_fill_counter_n\" style=\"\" data-fill=\"100\" data-css=\"tve-u-1621a98b602\" wfd-id=\"305\">\n<svg viewBox=\"0 0 170 170\" class=\"tve_fill_counter_circle\" shape-rendering=\"optimizeSpeed\" data-css=\"tve-u-1621a9a2862\">\n<circle class=\"tve_fill_counter_circle_inner\" r=\"85\" cx=\"85\" cy=\"85\" data-css=\"tve-u-1621a9685d4\"></circle>\n</svg>\n<div class=\"tve_fill_text_in\" data-css=\"tve-u-1621a96b190\" wfd-id=\"306\">\n<div class=\"tve_fill_text_value\" data-css=\"tve-u-1621a9a2866\" wfd-id=\"308\">\n<div class=\"thrv-inline-text tve_fill_text tve_editable\" data-css=\"tve-u-1621a9a2867\" wfd-id=\"309\"><strong>100%â€‹</strong></div>\n</div>\n<div class=\"thrv-inline-text tve_editable tve_data_element_label\" data-css=\"tve-u-1621a9750ae\" wfd-id=\"307\">Clean car</div>\n</div>\n</div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621ada1e7f\" data-value-type=\"percent\" wfd-id=\"261\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621adba9ef\" data-clip-id=\"52d5a36c151aa\" wfd-id=\"296\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-52d5a36c151aa\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0875\"></polygon></clipPath><clipPath id=\"clip-tablet-top-52d5a36c151aa\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0524\"></polygon></clipPath><clipPath id=\"clip-mobile-top-52d5a36c151aa\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0349\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621ad420c4\" wfd-id=\"262\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621ade6172\" wfd-id=\"263\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2 tcb-row-reversed-mobile tcb-mobile-edit v-2\" data-css=\"tve-u-1621adea58b\" wfd-id=\"264\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621b064646\" style=\"\" wfd-id=\"290\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ae0bec7\" wfd-id=\"292\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ae4fd21\" data-value-type=\"percent\" data-float=\"1\" wfd-id=\"293\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621ae6c8da\" data-clip-id=\"aa2c3e3c70555\" wfd-id=\"295\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0349\"></polygon></clipPath><clipPath id=\"clip-tablet-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"4\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0699\"></polygon></clipPath><clipPath id=\"clip-mobile-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"4\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0699\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb\" data-css=\"tve-u-1621ae4db6e\" wfd-id=\"294\"></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621b064668\" style=\"\" wfd-id=\"265\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621f45bed3\" wfd-id=\"267\"><div class=\"tcb-clear\" data-css=\"tve-u-16224848ee5\" wfd-id=\"288\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621afceb00\" wfd-id=\"289\"><h2 data-css=\"tve-u-1621afcc0bf\">Check Out Our Special Offer!</h2></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621afda4fa\" wfd-id=\"287\"><p data-css=\"tve-u-1621afd8c98\">Donâ€™t miss the opportunity to get 50% discount on a complete cleaning just by recommending us to a friend. Bring someone you know with you and clean you car half price!</p></div><div class=\"tcb-clear\" data-css=\"tve-u-16224834cab\" wfd-id=\"268\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621fe85996\" wfd-id=\"269\"><div class=\"tcb-flex-row tcb--cols--2 tcb-resized tcb-medium-wrap tcb-desktop-wrap\" data-css=\"tve-u-1621fe78878\" wfd-id=\"270\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621fe94086\" style=\"\" wfd-id=\"278\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"280\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621b01355a\" wfd-id=\"281\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621b08fdde\" data-tcb_hover_state_parent=\"1\" wfd-id=\"286\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16223f02c16\" wfd-id=\"282\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-1620af7eb3f\" data-tcb_hover_state_parent=\"\" data-button-style=\"full_rounded\" wfd-id=\"283\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"284\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-16228c75500\" wfd-id=\"285\"><strong>Request an appointment</strong></span></span>\n</a>\n</div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621fe940b9\" style=\"\" wfd-id=\"271\"><div class=\"tcb-col\" wfd-id=\"273\"><div class=\"tcb-clear\" data-css=\"tve-u-16224716d62\" wfd-id=\"274\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-1621b028939\" data-tcb_hover_state_parent=\"\" data-button-style=\"ghost\" wfd-id=\"275\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"276\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-16228c764b2\" wfd-id=\"277\"><strong>Call Now: 0400-700-682</strong></span></span>\n</a>\n</div></div></div></div></div></div></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16260ba2fa4\" wfd-id=\"168\">\n<div class=\"tve-page-section-out\" wfd-id=\"260\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16260be7104\" wfd-id=\"169\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621b0e4fb7\" wfd-id=\"259\"><h2 data-css=\"tve-u-1621b10fccf\" style=\"text-align: center;\">our happy clients</h2></div><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641367127b\" data-float=\"1\" wfd-id=\"258\"><svg class=\"tcb-icon\" viewBox=\"0 0 30 32\" data-name=\"quote-left\">\n<path d=\"M13.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429zM29.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641367e553\" wfd-id=\"257\"><svg class=\"tcb-icon\" viewBox=\"0 0 30 32\" data-name=\"quote-left\">\n<path d=\"M13.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429zM29.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a10d3b4\" wfd-id=\"228\">\n<div class=\"tve-content-box-background\" wfd-id=\"256\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"229\"><div class=\"tcb-clear\" data-css=\"tve-u-1621b300a64\" wfd-id=\"254\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-1621f154231\" wfd-id=\"255\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621b200375\" wfd-id=\"232\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-16260d8392c\" wfd-id=\"233\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"238\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"240\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16417b62c09\" wfd-id=\"241\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-16260d8396c\" wfd-id=\"242\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16260d01208\" style=\"\" wfd-id=\"248\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"250\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"251\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16225617da3\" wfd-id=\"253\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"252\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16260d0120e\" style=\"\" wfd-id=\"243\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"245\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"247\"><h5>Brett Graham, 28</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"246\"><h6 class=\"\">Architect</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"234\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"236\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"237\"><p data-css=\"tve-u-162539c17ec\">Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit. Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit.&nbsp;</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-16260c5ff0c\" wfd-id=\"230\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260c5ff07\" wfd-id=\"231\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a12f675\" wfd-id=\"199\">\n<div class=\"tve-content-box-background\" wfd-id=\"227\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"200\"><div class=\"tcb-clear\" data-css=\"tve-u-16260cd7683\" wfd-id=\"225\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260d73672\" wfd-id=\"226\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16260da3aa7\" wfd-id=\"203\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-1621fb68b97\" wfd-id=\"204\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"209\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"211\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16417b662bf\" wfd-id=\"212\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-1621fb65556\" wfd-id=\"213\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16229915e1a\" style=\"\" wfd-id=\"219\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"221\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"222\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16260c433e9\" wfd-id=\"224\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"223\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16229915e4e\" style=\"\" wfd-id=\"214\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"216\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"218\"><h5>Rosie Hanson, 24</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"217\"><h6 class=\"\">Real estate Associate</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"205\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"207\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"208\"><p data-css=\"tve-u-162539c17ec\">Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo.</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-16260d3b97e\" wfd-id=\"201\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260d39b83\" wfd-id=\"202\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a146aef\" wfd-id=\"170\">\n<div class=\"tve-content-box-background\" wfd-id=\"198\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"171\"><div class=\"tcb-clear\" data-css=\"tve-u-16260cd7683\" wfd-id=\"196\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260cd622f\" wfd-id=\"197\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16260c39a7e\" wfd-id=\"174\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-16260d3f4aa\" wfd-id=\"175\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"180\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"182\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621fbacc60\" wfd-id=\"183\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-16260d3f4af\" wfd-id=\"184\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16229915e1a\" style=\"\" wfd-id=\"190\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"192\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"193\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16260d5e4b8\" wfd-id=\"195\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"194\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16229915e4e\" style=\"\" wfd-id=\"185\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"187\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"189\"><h5>Shawn Mattews, 35</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"188\"><h6 class=\"\">project manager</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"176\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"178\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"179\"><p data-css=\"tve-u-162539c17ec\">Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo. Nullam ac urna eu felis.Sed non neque elit. Sed ut imperdiet nisi. Proin condimentum</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1621b30ca74\" wfd-id=\"172\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-1621f15b521\" wfd-id=\"173\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621b3c8c52\" wfd-id=\"64\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621b3cfc7b\" wfd-id=\"167\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621b3c74d9\" wfd-id=\"65\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621e7b695a\" wfd-id=\"166\"><h2 data-css=\"tve-u-1621e7a7350\" style=\"text-align: center;\">our offers</h2></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621e7c899a\" wfd-id=\"66\"><div class=\"tcb-flex-row tcb--cols--3 tcb-medium-wrap v-2\" data-css=\"tve-u-1621e7c7aa1\" wfd-id=\"67\"><div class=\"tcb-flex-col\" wfd-id=\"130\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16223fc9f23\" wfd-id=\"132\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e7ceab3\" style=\"\" wfd-id=\"133\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16416e4fafd\" wfd-id=\"165\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e7d5094\" wfd-id=\"134\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e7e9950\" data-value-type=\"percent\" style=\"\" wfd-id=\"161\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e7edfd9\" data-clip-id=\"10ffac3b28f1d\" wfd-id=\"164\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-10ffac3b28f1d\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-10ffac3b28f1d\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e7e6c1d\" wfd-id=\"162\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-16417b4cb9e\" wfd-id=\"163\"><h4 data-css=\"tve-u-1621fe1a1af\" style=\"text-align: center;\"><strong>Basic Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ec6c39b\" data-float=\"1\" wfd-id=\"157\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e81f424\" wfd-id=\"160\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec752da\" wfd-id=\"158\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"159\"><h4 data-css=\"tve-u-1621fe1bd18\" style=\"text-align: center;\"><strong>15$</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621ea50702\" wfd-id=\"135\"><ul class=\"tcb-styled-list\" wfd-id=\"136\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec3a5c0\" wfd-id=\"153\"><div class=\"tcb-styled-list-icon\" wfd-id=\"155\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec204df\" wfd-id=\"156\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec241aa\" wfd-id=\"154\">Interior vacuum</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"149\"><div class=\"tcb-styled-list-icon\" wfd-id=\"151\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec20f68\" wfd-id=\"152\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec2704c\" wfd-id=\"150\">Dust &amp;dash console</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec42aa7\" wfd-id=\"145\"><div class=\"tcb-styled-list-icon\" wfd-id=\"147\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec21a31\" wfd-id=\"148\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec298ab\" wfd-id=\"146\">Hand towel dry</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec43fe2\" wfd-id=\"141\"><div class=\"tcb-styled-list-icon\" wfd-id=\"143\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ea1fba7\" wfd-id=\"144\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea23322\" wfd-id=\"142\">Clean windows</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec454d9\" wfd-id=\"137\"><div class=\"tcb-styled-list-icon\" wfd-id=\"139\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ea295c0\" wfd-id=\"140\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea2c69a\" wfd-id=\"138\">Soft cloth wash</span></li></ul></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"99\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"101\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621eb81205\" style=\"\" wfd-id=\"102\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16416e603ab\" wfd-id=\"129\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621eb7ccb0\" wfd-id=\"103\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ebbbb6d\" data-value-type=\"percent\" wfd-id=\"125\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eaaedd8\" data-clip-id=\"a2b9cf3198d6f\" wfd-id=\"128\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-a2b9cf3198d6f\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-a2b9cf3198d6f\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec7f21a\" wfd-id=\"126\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e930bd7\" wfd-id=\"127\"><h4 data-css=\"tve-u-1621e92e97f\" style=\"text-align: center;\"><strong>Ultimate Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ec78d2c\" data-float=\"1\" wfd-id=\"121\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eab272c\" wfd-id=\"124\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec79a7d\" wfd-id=\"122\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"123\"><h4 data-css=\"tve-u-1621e942b65\" style=\"text-align: center;\"><strong>22 $</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621ebfa746\" wfd-id=\"118\"><p data-css=\"tve-u-1621f4ceaf6\" style=\"text-align: center;\">Includes basic service <span data-css=\"tve-u-1621f4ceaf7\" style=\"color: rgb(15, 29, 123);\" wfd-id=\"119\"><strong class=\"\"><span data-css=\"tve-u-1621f4ceafb\" wfd-id=\"120\">+</span></strong></span></p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621ebf340c\" wfd-id=\"104\"><ul class=\"tcb-styled-list\" wfd-id=\"105\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-164137a0b1f\" wfd-id=\"114\"><div class=\"tcb-styled-list-icon\" wfd-id=\"116\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec0c5bd\" wfd-id=\"117\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ebfe4ce\" wfd-id=\"115\">Triple foam conditiner</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec04541\" wfd-id=\"110\"><div class=\"tcb-styled-list-icon\" wfd-id=\"112\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec09a3c\" wfd-id=\"113\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ebff867\" wfd-id=\"111\">Tire dressing</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec05cc3\" wfd-id=\"106\"><div class=\"tcb-styled-list-icon\" wfd-id=\"108\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec15f6e\" wfd-id=\"109\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec009a8\" wfd-id=\"107\">Air freshner</span></li></ul></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"68\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16223dad661\" wfd-id=\"70\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621fd9c946\" style=\"\" wfd-id=\"71\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e7d234c\" wfd-id=\"98\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621fd84d7b\" wfd-id=\"72\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16223b080b0\" data-value-type=\"percent\" wfd-id=\"94\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eb3eb9f\" data-clip-id=\"ac98bb0e54b3b\" wfd-id=\"97\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621fd8766c\" wfd-id=\"95\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e930bd7\" wfd-id=\"96\"><h4 data-css=\"tve-u-1621fe1587d\" style=\"text-align: center;\"><strong>Supreme Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e8107f3\" wfd-id=\"90\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eb43d8d\" wfd-id=\"93\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e819c52\" wfd-id=\"91\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"92\"><h4 data-css=\"tve-u-1621fe1725e\" style=\"text-align: center;\"><strong>30 $</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621eb037bb\" wfd-id=\"87\"><p data-css=\"tve-u-1621f4d0451\" style=\"text-align: center;\">Includes ultimate service <span data-css=\"tve-u-1621eaff572\" style=\"color: rgb(15, 29, 123);\" wfd-id=\"88\"><strong class=\"\"><span data-css=\"tve-u-1621eb01b60\" wfd-id=\"89\">+</span></strong></span></p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621eacf6af\" wfd-id=\"73\"><ul class=\"tcb-styled-list\" wfd-id=\"74\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec36a4d\" wfd-id=\"83\"><div class=\"tcb-styled-list-icon\" wfd-id=\"85\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e9993aa\" wfd-id=\"86\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea1a5d7\" wfd-id=\"84\">Exterior trim dressing</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"79\"><div class=\"tcb-styled-list-icon\" wfd-id=\"81\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e99b1db\" wfd-id=\"82\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea19a06\" wfd-id=\"80\">Hand applied spray wax</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec37ea5\" wfd-id=\"75\"><div class=\"tcb-styled-list-icon\" wfd-id=\"77\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e99c314\" wfd-id=\"78\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea18c5d\" wfd-id=\"76\">Interior conditioner</span></li></ul></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621efddaaf\" wfd-id=\"43\">\n<div class=\"tve-page-section-out\" wfd-id=\"63\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621edf8048\" wfd-id=\"44\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621f114214\" wfd-id=\"45\"><div class=\"tcb-flex-row tcb-resized tcb-mobile-edit tcb--cols--2\" data-css=\"tve-u-1621ee03000\" wfd-id=\"46\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621ee4be21\" style=\"\" wfd-id=\"51\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ee093d4\" wfd-id=\"53\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ee3afec\" wfd-id=\"57\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621ee58e74\" wfd-id=\"62\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ee37f4a\" wfd-id=\"58\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1621ee74a24\" wfd-id=\"61\"><svg class=\"tcb-icon\" viewBox=\"0 0 16 28\" data-name=\"map-marker\">\n<path d=\"M12 10c0-2.203-1.797-4-4-4s-4 1.797-4 4 1.797 4 4 4 4-1.797 4-4zM16 10c0 0.953-0.109 1.937-0.516 2.797l-5.688 12.094c-0.328 0.688-1.047 1.109-1.797 1.109s-1.469-0.422-1.781-1.109l-5.703-12.094c-0.406-0.859-0.516-1.844-0.516-2.797 0-4.422 3.578-8 8-8s8 3.578 8 8z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621ee63e1c\" wfd-id=\"60\"><h2 data-css=\"tve-u-1621fdcb4ea\" style=\"text-align: center;\">contact us</h2></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16422a1ce91\" wfd-id=\"59\"><p data-css=\"tve-u-16422a1ce94\" style=\"text-align: left;\">Your adress goes here</p><p data-css=\"tve-u-16422a1ce93\" style=\"text-align: left;\">Phone: 0400 - 700 - 682</p><p data-css=\"tve-u-16422a1ce92\" style=\"text-align: left;\">Email: our_office@gmail.com</p></div></div>\n</div><div class=\"tcb-clear\" data-css=\"tve-u-16417c828be\" wfd-id=\"54\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_slide_left\" data-css=\"tve-u-1621ef118dc\" style=\"\" wfd-id=\"55\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"56\"><img class=\"tve_image tve_evt_manager_listen tve_et_tve-viewport wp-image-21388\" alt=\"\" width=\"567\" height=\"384\" title=\"Car wash img footer\" data-id=\"21388\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-img-footer.png\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_left&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" style=\"width: 100%;\"></span></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621ee4be73\" style=\"\" wfd-id=\"47\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ee22c43\" wfd-id=\"49\"><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-1621ee18a1c\" wfd-id=\"50\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=New York&amp;t=m&amp;z=5&amp;output=embed&amp;iwloc=near\"></iframe>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621f0aa8f7\" wfd-id=\"30\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621f0ada0e\" wfd-id=\"42\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621f0b0088\" wfd-id=\"31\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621f0d2c1a\" wfd-id=\"32\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-1621f0cbe40\" wfd-id=\"33\"><div class=\"tcb-flex-col\" wfd-id=\"38\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"40\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621f0da775\" wfd-id=\"41\"><p data-css=\"tve-u-1622444fb11\">Â© 2018, Your company name . All rights reserved.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"34\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"36\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16223fe5f5b\" wfd-id=\"37\"><p data-css=\"tve-u-1621f0d874c\" style=\"text-align: right;\">Made with <a href=\"https://thrivethemes.com/\" target=\"_blank\">Thrive Architect</a></p></div></div></div></div></div></div>\n</div>\n\n'),(6806,566,'tve_revision_tve_has_wistia_popover','0'),(6807,567,'tve_revision_tve_landing_page','tcb2-thrivebiz-car-wash'),(6808,567,'tve_revision_tve_landing_set',''),(6809,567,'tve_revision_tve_disable_theme_dependency','1'),(6810,567,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-162717d1bbe\" wfd-id=\"437\"><div class=\"tcb-flex-row tcb-medium-no-wrap v-2 tcb--cols--3 m-edit tcb-mobile-wrap tcb-resized\" data-css=\"tve-u-162717d1bbf\" wfd-id=\"438\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1695981e7bb\" wfd-id=\"459\"><div class=\"tcb-col\" data-css=\"tve-u-16959846d3d\" wfd-id=\"461\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16959822de2\" wfd-id=\"462\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"463\"><img class=\"tve_image wp-image-465\" alt=\"\" width=\"384\" height=\"62\" title=\"Blackhawk_custom_header\" data-id=\"465\" src=\"https://bestcerakoteflorida.com/wp-content/uploads/2019/01/Blackhawk_custom_header.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717d1bb9\" style=\"\" wfd-id=\"452\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717d1bb6\" wfd-id=\"454\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-164179a84b8\" wfd-id=\"455\">\n<div class=\"tve-content-box-background\" wfd-id=\"458\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"456\"><div class=\"tcb-clear\" wfd-id=\"457\"></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717d1bb7\" style=\"\" wfd-id=\"439\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717d1bbc\" wfd-id=\"441\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16369305186\" wfd-id=\"442\">\n<div class=\"tve-content-box-background\" wfd-id=\"451\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16417e9d24e\" wfd-id=\"443\"><div class=\"tcb-clear\" wfd-id=\"449\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-16417e5bd95\" data-float=\"1\" wfd-id=\"450\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-envelope-regular\" data-name=\"\">\n            <path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path>\n        </svg></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-164179bced9\" wfd-id=\"444\"><p data-css=\"tve-u-1641333d7d1\"><a href=\"mailto:info@bestcerkoteflorida.com\" target=\"_blank\">info@bestcerakoteflorida.com</a></p></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-162717cb621\" data-value-type=\"percent\" wfd-id=\"394\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-162717cb620\" data-clip-id=\"c883ac5175045\" wfd-id=\"436\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-c883ac5175045\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9125, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-c883ac5175045\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9476, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-c883ac5175045\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9651, 1 1, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-162717cb609\" wfd-id=\"395\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-162717cb618\" wfd-id=\"396\"><div class=\"tcb-flex-row tcb-medium-wrap tcb-resized v-2 tcb--cols--2\" data-css=\"tve-u-162717cb617\" wfd-id=\"397\"><div class=\"tcb-flex-col\" data-css=\"tve-u-162717cb601\" style=\"\" wfd-id=\"412\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717cb60a\" wfd-id=\"414\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h1\" data-css=\"tve-u-162717cb610\" wfd-id=\"426\"><h1 data-css=\"tve-u-162717cb616\" style=\"text-align: center;\">&nbsp;Protect What\'s Important To You With The Toughest Ceramic Finish In The World!<span data-css=\"tve-u-16271ca808e\" style=\"color: rgb(0, 229, 255);\" wfd-id=\"435\"></span></h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162717cb60f\" wfd-id=\"415\"><p data-css=\"tve-u-1695a36117b\" style=\"text-align: center;\">Heat, Water, Salt and Sand just some of the conditions you face. And any one of them is just waiting to get a hold of your firearm and leave it a pile of rusted, pitted junk.</p><p data-css=\"tve-u-16413112747\" style=\"text-align: center;\">Unfortunately there wasn\'t much you could do other than keep cleaning and lubricating your firearms...till NOW!</p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717cb600\" style=\"\" wfd-id=\"398\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717cb60b\" wfd-id=\"400\"><div class=\"thrv_responsive_video thrv_wrapper rv_style_lifted_style2\" data-type=\"youtube\" data-rel=\"0\" data-url=\"https://www.youtube.com/watch?v=a1nyu9ZJiEk\" data-css=\"tve-u-16959cd1e7a\" data-modestbranding=\"1\" wfd-id=\"409\">\n	\n\n	<div class=\"tve_responsive_video_container\" wfd-id=\"410\">\n		<div class=\"video_overlay\" wfd-id=\"411\"></div>\n	<iframe data-code=\"TEOqV1Q16lU\" data-provider=\"youtube\" src=\"https://www.youtube.com/embed/TEOqV1Q16lU?rel=0&amp;modestbranding=1&amp;controls=1&amp;showinfo=1&amp;fs=1&amp;wmode=transparent\" data-src=\"https://www.youtube.com/embed/TEOqV1Q16lU?rel=0&amp;modestbranding=1&amp;controls=1&amp;showinfo=1&amp;fs=1&amp;wmode=transparent\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\n</div><div class=\"thrv_wrapper thrv-button tcb-with-icon\" data-css=\"tve-u-1695a3002e2\" data-tcb_hover_state_parent=\"\" data-button-style=\"border_1\" wfd-id=\"401\">\n	<a href=\"tel:1-954-848-1911\" class=\"tcb-button-link\" target=\"_blank\" rel=\"\"><span class=\"tcb-button-icon\" wfd-id=\"407\">\n	<div class=\"thrv_wrapper thrv_icon tve_no_drag tve_no_icons tcb-icon-inherit-style tcb-icon-display\" wfd-id=\"408\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-phone-plus-light\" data-name=\"\">\n            <path d=\"M8 128h88v88c0 4.4 3.6 8 8 8h16c4.4 0 8-3.6 8-8v-88h88c4.4 0 8-3.6 8-8v-16c0-4.4-3.6-8-8-8h-88V8c0-4.4-3.6-8-8-8h-16c-4.4 0-8 3.6-8 8v88H8c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8zM487.8 24.1L387 .8c-14.7-3.4-29.8 4.2-35.8 18.1l-46.5 108.5c-5.5 12.7-1.8 27.7 8.9 36.5l53.9 44.1c-34 69.2-90.3 125.6-159.6 159.6l-44.1-53.9c-8.8-10.7-23.8-14.4-36.5-8.9L18.9 351.3c-13.9 6-21.5 21-18.1 35.8L24 487.9C27.3 502 39.9 512 54.5 512 306.7 512 512 307.8 512 54.5c0-14.6-10-27.2-24.2-30.4zM55.1 480l-23-99.6 107.4-46 59.5 72.8c103.6-48.6 159.7-104.9 208.1-208.1l-72.8-59.5 46-107.4 99.6 23C479.7 289.7 289.6 479.7 55.1 480z\"></path>\n        </svg></div>\n</span>\n\n		<span class=\"tcb-button-texts\" wfd-id=\"402\"><span class=\"tcb-button-text thrv-inline-text\" wfd-id=\"403\">CALL NOW</span></span>\n	</a>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-162717fcf9d\" data-value-type=\"percent\" wfd-id=\"329\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-162718bd0c0\" data-clip-id=\"a3b25e1c9221a\" wfd-id=\"393\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0875\"></polygon></clipPath><clipPath id=\"clip-tablet-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"6\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.1051\"></polygon></clipPath><clipPath id=\"clip-mobile-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"1\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0175\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-162718a3b40\" wfd-id=\"330\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622a159bcb\" wfd-id=\"331\">\n<div class=\"tve-content-box-background\" wfd-id=\"392\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"332\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621a2247ba\" wfd-id=\"385\"><h2 data-css=\"tve-u-1621a2e0d5b\">our services</h2></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16229f6175c\" wfd-id=\"356\"><div class=\"tcb-flex-row tcb-medium-no-wrap tcb--cols--3 v-2\" data-css=\"tve-u-162493a03b0\" wfd-id=\"357\"><div class=\"tcb-flex-col\" wfd-id=\"374\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1624939a960\" data-tcb_hover_state_parent=\"\" wfd-id=\"376\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-162493d5f13\" data-float=\"1\" wfd-id=\"384\"><svg class=\"tcb-icon\" viewBox=\"0 0 14 28\" data-name=\"bolt\">\n<path d=\"M13.828 8.844c0.172 0.187 0.219 0.453 0.109 0.688l-8.437 18.078c-0.125 0.234-0.375 0.391-0.656 0.391-0.063 0-0.141-0.016-0.219-0.031-0.344-0.109-0.547-0.438-0.469-0.766l3.078-12.625-6.344 1.578c-0.063 0.016-0.125 0.016-0.187 0.016-0.172 0-0.359-0.063-0.484-0.172-0.187-0.156-0.25-0.391-0.203-0.609l3.141-12.891c0.078-0.297 0.359-0.5 0.688-0.5h5.125c0.391 0 0.703 0.297 0.703 0.656 0 0.094-0.031 0.187-0.078 0.281l-2.672 7.234 6.188-1.531c0.063-0.016 0.125-0.031 0.187-0.031 0.203 0 0.391 0.094 0.531 0.234z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"380\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-162494b490e\" wfd-id=\"381\"><h4 data-css=\"tve-u-16249355087\" style=\"text-align: left;\">Express exterior</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162494b7ad0\" wfd-id=\"377\"><p data-css=\"tve-u-162492e70ad\">Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"365\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162493b6b63\" data-tcb_hover_state_parent=\"\" wfd-id=\"367\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b456a\" wfd-id=\"373\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"adjust\">\n<path d=\"M12 22.5v-17c-4.688 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"371\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1af44d\" wfd-id=\"372\"><h4 data-css=\"tve-u-16249358652\" style=\"text-align: left;\">Interior clean</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"368\"><p data-css=\"tve-u-162492e70ad\">Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"358\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16249373b25\" wfd-id=\"360\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b52d3\" wfd-id=\"364\"><svg class=\"tcb-icon\" viewBox=\"0 0 26 28\" data-name=\"umbrella\">\n<path d=\"M14 12.938v9.063c0 2.172-1.828 4-4 4s-4-1.828-4-4c0-0.547 0.453-1 1-1s1 0.453 1 1c0 1.047 0.953 2 2 2s2-0.953 2-2v-9.063c0.328-0.109 0.656-0.172 1-0.172s0.672 0.063 1 0.172zM26 13.359c0 0.266-0.234 0.5-0.5 0.5-0.141 0-0.25-0.063-0.359-0.156-0.906-0.844-1.75-1.437-3.047-1.437-1.484 0-2.766 0.922-3.609 2.094-0.187 0.266-0.328 0.547-0.5 0.812-0.109 0.172-0.234 0.266-0.438 0.266-0.219 0-0.344-0.094-0.453-0.266-0.172-0.266-0.313-0.547-0.5-0.812-0.844-1.172-2.109-2.094-3.594-2.094s-2.75 0.922-3.594 2.094c-0.187 0.266-0.328 0.547-0.5 0.812-0.109 0.172-0.234 0.266-0.453 0.266-0.203 0-0.328-0.094-0.438-0.266-0.172-0.266-0.313-0.547-0.5-0.812-0.844-1.172-2.125-2.094-3.609-2.094-1.297 0-2.141 0.594-3.047 1.437-0.109 0.094-0.219 0.156-0.359 0.156-0.266 0-0.5-0.234-0.5-0.5 0-0.047 0-0.078 0.016-0.109 1.437-5.906 7.141-9.25 12.984-9.25 5.812 0 11.578 3.344 12.984 9.25 0.016 0.031 0.016 0.063 0.016 0.109zM14 2v1.531c-0.328-0.016-0.672-0.031-1-0.031s-0.672 0.016-1 0.031v-1.531c0-0.547 0.453-1 1-1s1 0.453 1 1z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"362\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b01a6\" wfd-id=\"363\"><h4 data-css=\"tve-u-1624935a201\" style=\"text-align: left;\">Wax protection</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"361\"><p data-css=\"tve-u-162492e70ad\">Etiam pharetra, erat sed fermentum feugiat, velit mauris</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16249367114\" wfd-id=\"333\"><div class=\"tcb-flex-row tcb-medium-no-wrap tcb--cols--3 v-2\" data-css=\"tve-u-16229ffbb7b\" wfd-id=\"334\"><div class=\"tcb-flex-col\" wfd-id=\"349\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229fa6a26\" wfd-id=\"351\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b33f9\" wfd-id=\"355\"><svg class=\"tcb-icon\" viewBox=\"0 0 26 28\" data-name=\"magic\">\n<path d=\"M18.594 9.078l4.578-4.578-1.672-1.672-4.578 4.578zM25.578 4.5c0 0.266-0.094 0.516-0.281 0.703l-20.094 20.094c-0.187 0.187-0.438 0.281-0.703 0.281s-0.516-0.094-0.703-0.281l-3.094-3.094c-0.187-0.187-0.281-0.438-0.281-0.703s0.094-0.516 0.281-0.703l20.094-20.094c0.187-0.187 0.438-0.281 0.703-0.281s0.516 0.094 0.703 0.281l3.094 3.094c0.187 0.187 0.281 0.438 0.281 0.703zM4.469 1.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531zM9.938 4.062l3.063 0.938-3.063 0.938-0.938 3.063-0.938-3.063-3.063-0.938 3.063-0.938 0.938-3.063zM24.469 11.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531zM14.469 1.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"353\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b0a67\" wfd-id=\"354\"><h4 data-css=\"tve-u-16248fc42a1\" style=\"text-align: left;\">Dust &amp; Dash Console</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"352\"><p data-css=\"tve-u-162492e70ad\">Duis sed odio sit amet nibh vulputate cursus a sit amet mauris.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"342\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1622f65ba70\" wfd-id=\"344\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b60b4\" wfd-id=\"348\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"certificate\">\n<path d=\"M21.5 14l2.156 2.109c0.297 0.281 0.406 0.703 0.313 1.094-0.109 0.391-0.422 0.703-0.812 0.797l-2.938 0.75 0.828 2.906c0.109 0.391 0 0.812-0.297 1.094-0.281 0.297-0.703 0.406-1.094 0.297l-2.906-0.828-0.75 2.938c-0.094 0.391-0.406 0.703-0.797 0.812-0.094 0.016-0.203 0.031-0.297 0.031-0.297 0-0.594-0.125-0.797-0.344l-2.109-2.156-2.109 2.156c-0.281 0.297-0.703 0.406-1.094 0.313-0.406-0.109-0.703-0.422-0.797-0.812l-0.75-2.938-2.906 0.828c-0.391 0.109-0.812 0-1.094-0.297-0.297-0.281-0.406-0.703-0.297-1.094l0.828-2.906-2.938-0.75c-0.391-0.094-0.703-0.406-0.812-0.797-0.094-0.391 0.016-0.812 0.313-1.094l2.156-2.109-2.156-2.109c-0.297-0.281-0.406-0.703-0.313-1.094 0.109-0.391 0.422-0.703 0.812-0.797l2.938-0.75-0.828-2.906c-0.109-0.391 0-0.812 0.297-1.094 0.281-0.297 0.703-0.406 1.094-0.297l2.906 0.828 0.75-2.938c0.094-0.391 0.406-0.703 0.797-0.797 0.391-0.109 0.812 0 1.094 0.297l2.109 2.172 2.109-2.172c0.281-0.297 0.688-0.406 1.094-0.297 0.391 0.094 0.703 0.406 0.797 0.797l0.75 2.938 2.906-0.828c0.391-0.109 0.812 0 1.094 0.297 0.297 0.281 0.406 0.703 0.297 1.094l-0.828 2.906 2.938 0.75c0.391 0.094 0.703 0.406 0.812 0.797 0.094 0.391-0.016 0.812-0.313 1.094z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"346\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b12d8\" wfd-id=\"347\"><h4 data-css=\"tve-u-1625389a3d5\" style=\"text-align: left;\">Triple Foam Polish</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"345\"><p data-css=\"tve-u-162492e70ad\">Class aptent taciti sociosqu ad litora torquent</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"335\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229fa8c68\" wfd-id=\"337\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-16271adf6cf\" wfd-id=\"341\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"bullseye\">\n<path d=\"M16 14c0 2.203-1.797 4-4 4s-4-1.797-4-4 1.797-4 4-4 4 1.797 4 4zM18 14c0-3.313-2.688-6-6-6s-6 2.688-6 6 2.688 6 6 6 6-2.688 6-6zM20 14c0 4.422-3.578 8-8 8s-8-3.578-8-8 3.578-8 8-8 8 3.578 8 8zM22 14c0-5.516-4.484-10-10-10s-10 4.484-10 10 4.484 10 10 10 10-4.484 10-10zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"339\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-16248fc71c8\" wfd-id=\"340\"><h4 data-css=\"tve-u-1625389b4ed\" style=\"text-align: left;\">Tire dressing</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"338\"><p data-css=\"tve-u-162492e70ad\">Etiam pharetra, erat sed fermentum feugiat, velit mauris</p></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621ad46076\" wfd-id=\"297\">\n<div class=\"tve-page-section-out\" wfd-id=\"328\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621b072b4e\" wfd-id=\"298\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621a8b2488\" wfd-id=\"299\"><div class=\"tcb-flex-row tcb--cols--2 v-2\" data-css=\"tve-u-1621a8a804b\" wfd-id=\"300\"><div class=\"tcb-flex-col\" wfd-id=\"310\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16271bfe70c\" wfd-id=\"312\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h3\" data-css=\"tve-u-1621a8c4313\" wfd-id=\"327\"><h3><strong>Complete cleaning services for yoâ€‹ur car</strong></h3></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-16417b70f47\" wfd-id=\"313\"><ul class=\"tcb-styled-list\" wfd-id=\"314\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621acf0289\" wfd-id=\"323\"><div class=\"tcb-styled-list-icon\" wfd-id=\"325\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a8e11f3\" wfd-id=\"326\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ace1b08\" wfd-id=\"324\">We are a small business delivering professional cleaning services for all vehicles</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621acf64fb\" wfd-id=\"319\"><div class=\"tcb-styled-list-icon\" wfd-id=\"321\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a8e5625\" wfd-id=\"322\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ace4de9\" wfd-id=\"320\">Our services are convenient for individuals and corporate fleets</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"315\"><div class=\"tcb-styled-list-icon\" wfd-id=\"317\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a9076ef\" wfd-id=\"318\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621acf47d2\" wfd-id=\"316\">We use eco-friendly products that actually clean, protect and maintain your car better than the traditional cleaning substances</span></li></ul></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"301\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621a90a46f\" wfd-id=\"303\"><div class=\"thrv_wrapper thrv-fill-counter tve_red tve_normalfc thrv_data_element\" data-css=\"tve-u-1621a983587\" wfd-id=\"304\">\n<div class=\"tve_fill_counter_n\" style=\"\" data-fill=\"100\" data-css=\"tve-u-1621a98b602\" wfd-id=\"305\">\n<svg viewBox=\"0 0 170 170\" class=\"tve_fill_counter_circle\" shape-rendering=\"optimizeSpeed\" data-css=\"tve-u-1621a9a2862\">\n<circle class=\"tve_fill_counter_circle_inner\" r=\"85\" cx=\"85\" cy=\"85\" data-css=\"tve-u-1621a9685d4\"></circle>\n</svg>\n<div class=\"tve_fill_text_in\" data-css=\"tve-u-1621a96b190\" wfd-id=\"306\">\n<div class=\"tve_fill_text_value\" data-css=\"tve-u-1621a9a2866\" wfd-id=\"308\">\n<div class=\"thrv-inline-text tve_fill_text tve_editable\" data-css=\"tve-u-1621a9a2867\" wfd-id=\"309\"><strong>100%â€‹</strong></div>\n</div>\n<div class=\"thrv-inline-text tve_editable tve_data_element_label\" data-css=\"tve-u-1621a9750ae\" wfd-id=\"307\">Clean car</div>\n</div>\n</div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621ada1e7f\" data-value-type=\"percent\" wfd-id=\"261\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621adba9ef\" data-clip-id=\"52d5a36c151aa\" wfd-id=\"296\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-52d5a36c151aa\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0875\"></polygon></clipPath><clipPath id=\"clip-tablet-top-52d5a36c151aa\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0524\"></polygon></clipPath><clipPath id=\"clip-mobile-top-52d5a36c151aa\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0349\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621ad420c4\" wfd-id=\"262\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621ade6172\" wfd-id=\"263\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2 tcb-row-reversed-mobile tcb-mobile-edit v-2\" data-css=\"tve-u-1621adea58b\" wfd-id=\"264\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621b064646\" style=\"\" wfd-id=\"290\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ae0bec7\" wfd-id=\"292\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ae4fd21\" data-value-type=\"percent\" data-float=\"1\" wfd-id=\"293\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621ae6c8da\" data-clip-id=\"aa2c3e3c70555\" wfd-id=\"295\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0349\"></polygon></clipPath><clipPath id=\"clip-tablet-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"4\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0699\"></polygon></clipPath><clipPath id=\"clip-mobile-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"4\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0699\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb\" data-css=\"tve-u-1621ae4db6e\" wfd-id=\"294\"></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621b064668\" style=\"\" wfd-id=\"265\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621f45bed3\" wfd-id=\"267\"><div class=\"tcb-clear\" data-css=\"tve-u-16224848ee5\" wfd-id=\"288\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621afceb00\" wfd-id=\"289\"><h2 data-css=\"tve-u-1621afcc0bf\">Check Out Our Special Offer!</h2></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621afda4fa\" wfd-id=\"287\"><p data-css=\"tve-u-1621afd8c98\">Donâ€™t miss the opportunity to get 50% discount on a complete cleaning just by recommending us to a friend. Bring someone you know with you and clean you car half price!</p></div><div class=\"tcb-clear\" data-css=\"tve-u-16224834cab\" wfd-id=\"268\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621fe85996\" wfd-id=\"269\"><div class=\"tcb-flex-row tcb--cols--2 tcb-resized tcb-medium-wrap tcb-desktop-wrap\" data-css=\"tve-u-1621fe78878\" wfd-id=\"270\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621fe94086\" style=\"\" wfd-id=\"278\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"280\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621b01355a\" wfd-id=\"281\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621b08fdde\" data-tcb_hover_state_parent=\"1\" wfd-id=\"286\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16223f02c16\" wfd-id=\"282\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-1620af7eb3f\" data-tcb_hover_state_parent=\"\" data-button-style=\"full_rounded\" wfd-id=\"283\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"284\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-16228c75500\" wfd-id=\"285\"><strong>Request an appointment</strong></span></span>\n</a>\n</div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621fe940b9\" style=\"\" wfd-id=\"271\"><div class=\"tcb-col\" wfd-id=\"273\"><div class=\"tcb-clear\" data-css=\"tve-u-16224716d62\" wfd-id=\"274\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-1621b028939\" data-tcb_hover_state_parent=\"\" data-button-style=\"ghost\" wfd-id=\"275\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"276\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-16228c764b2\" wfd-id=\"277\"><strong>Call Now: 0400-700-682</strong></span></span>\n</a>\n</div></div></div></div></div></div></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16260ba2fa4\" wfd-id=\"168\">\n<div class=\"tve-page-section-out\" wfd-id=\"260\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16260be7104\" wfd-id=\"169\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621b0e4fb7\" wfd-id=\"259\"><h2 data-css=\"tve-u-1621b10fccf\" style=\"text-align: center;\">our happy clients</h2></div><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641367127b\" data-float=\"1\" wfd-id=\"258\"><svg class=\"tcb-icon\" viewBox=\"0 0 30 32\" data-name=\"quote-left\">\n<path d=\"M13.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429zM29.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641367e553\" wfd-id=\"257\"><svg class=\"tcb-icon\" viewBox=\"0 0 30 32\" data-name=\"quote-left\">\n<path d=\"M13.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429zM29.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a10d3b4\" wfd-id=\"228\">\n<div class=\"tve-content-box-background\" wfd-id=\"256\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"229\"><div class=\"tcb-clear\" data-css=\"tve-u-1621b300a64\" wfd-id=\"254\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-1621f154231\" wfd-id=\"255\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621b200375\" wfd-id=\"232\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-16260d8392c\" wfd-id=\"233\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"238\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"240\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16417b62c09\" wfd-id=\"241\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-16260d8396c\" wfd-id=\"242\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16260d01208\" style=\"\" wfd-id=\"248\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"250\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"251\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16225617da3\" wfd-id=\"253\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"252\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16260d0120e\" style=\"\" wfd-id=\"243\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"245\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"247\"><h5>Brett Graham, 28</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"246\"><h6 class=\"\">Architect</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"234\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"236\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"237\"><p data-css=\"tve-u-162539c17ec\">Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit. Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit.&nbsp;</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-16260c5ff0c\" wfd-id=\"230\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260c5ff07\" wfd-id=\"231\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a12f675\" wfd-id=\"199\">\n<div class=\"tve-content-box-background\" wfd-id=\"227\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"200\"><div class=\"tcb-clear\" data-css=\"tve-u-16260cd7683\" wfd-id=\"225\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260d73672\" wfd-id=\"226\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16260da3aa7\" wfd-id=\"203\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-1621fb68b97\" wfd-id=\"204\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"209\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"211\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16417b662bf\" wfd-id=\"212\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-1621fb65556\" wfd-id=\"213\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16229915e1a\" style=\"\" wfd-id=\"219\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"221\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"222\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16260c433e9\" wfd-id=\"224\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"223\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16229915e4e\" style=\"\" wfd-id=\"214\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"216\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"218\"><h5>Rosie Hanson, 24</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"217\"><h6 class=\"\">Real estate Associate</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"205\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"207\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"208\"><p data-css=\"tve-u-162539c17ec\">Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo.</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-16260d3b97e\" wfd-id=\"201\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260d39b83\" wfd-id=\"202\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a146aef\" wfd-id=\"170\">\n<div class=\"tve-content-box-background\" wfd-id=\"198\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"171\"><div class=\"tcb-clear\" data-css=\"tve-u-16260cd7683\" wfd-id=\"196\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260cd622f\" wfd-id=\"197\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16260c39a7e\" wfd-id=\"174\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-16260d3f4aa\" wfd-id=\"175\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"180\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"182\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621fbacc60\" wfd-id=\"183\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-16260d3f4af\" wfd-id=\"184\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16229915e1a\" style=\"\" wfd-id=\"190\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"192\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"193\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16260d5e4b8\" wfd-id=\"195\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"194\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16229915e4e\" style=\"\" wfd-id=\"185\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"187\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"189\"><h5>Shawn Mattews, 35</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"188\"><h6 class=\"\">project manager</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"176\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"178\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"179\"><p data-css=\"tve-u-162539c17ec\">Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo. Nullam ac urna eu felis.Sed non neque elit. Sed ut imperdiet nisi. Proin condimentum</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1621b30ca74\" wfd-id=\"172\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-1621f15b521\" wfd-id=\"173\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621b3c8c52\" wfd-id=\"64\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621b3cfc7b\" wfd-id=\"167\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621b3c74d9\" wfd-id=\"65\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621e7b695a\" wfd-id=\"166\"><h2 data-css=\"tve-u-1621e7a7350\" style=\"text-align: center;\">our offers</h2></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621e7c899a\" wfd-id=\"66\"><div class=\"tcb-flex-row tcb--cols--3 tcb-medium-wrap v-2\" data-css=\"tve-u-1621e7c7aa1\" wfd-id=\"67\"><div class=\"tcb-flex-col\" wfd-id=\"130\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16223fc9f23\" wfd-id=\"132\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e7ceab3\" style=\"\" wfd-id=\"133\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16416e4fafd\" wfd-id=\"165\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e7d5094\" wfd-id=\"134\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e7e9950\" data-value-type=\"percent\" style=\"\" wfd-id=\"161\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e7edfd9\" data-clip-id=\"10ffac3b28f1d\" wfd-id=\"164\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-10ffac3b28f1d\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-10ffac3b28f1d\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e7e6c1d\" wfd-id=\"162\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-16417b4cb9e\" wfd-id=\"163\"><h4 data-css=\"tve-u-1621fe1a1af\" style=\"text-align: center;\"><strong>Basic Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ec6c39b\" data-float=\"1\" wfd-id=\"157\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e81f424\" wfd-id=\"160\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec752da\" wfd-id=\"158\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"159\"><h4 data-css=\"tve-u-1621fe1bd18\" style=\"text-align: center;\"><strong>15$</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621ea50702\" wfd-id=\"135\"><ul class=\"tcb-styled-list\" wfd-id=\"136\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec3a5c0\" wfd-id=\"153\"><div class=\"tcb-styled-list-icon\" wfd-id=\"155\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec204df\" wfd-id=\"156\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec241aa\" wfd-id=\"154\">Interior vacuum</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"149\"><div class=\"tcb-styled-list-icon\" wfd-id=\"151\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec20f68\" wfd-id=\"152\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec2704c\" wfd-id=\"150\">Dust &amp;dash console</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec42aa7\" wfd-id=\"145\"><div class=\"tcb-styled-list-icon\" wfd-id=\"147\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec21a31\" wfd-id=\"148\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec298ab\" wfd-id=\"146\">Hand towel dry</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec43fe2\" wfd-id=\"141\"><div class=\"tcb-styled-list-icon\" wfd-id=\"143\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ea1fba7\" wfd-id=\"144\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea23322\" wfd-id=\"142\">Clean windows</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec454d9\" wfd-id=\"137\"><div class=\"tcb-styled-list-icon\" wfd-id=\"139\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ea295c0\" wfd-id=\"140\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea2c69a\" wfd-id=\"138\">Soft cloth wash</span></li></ul></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"99\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"101\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621eb81205\" style=\"\" wfd-id=\"102\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16416e603ab\" wfd-id=\"129\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621eb7ccb0\" wfd-id=\"103\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ebbbb6d\" data-value-type=\"percent\" wfd-id=\"125\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eaaedd8\" data-clip-id=\"a2b9cf3198d6f\" wfd-id=\"128\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-a2b9cf3198d6f\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-a2b9cf3198d6f\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec7f21a\" wfd-id=\"126\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e930bd7\" wfd-id=\"127\"><h4 data-css=\"tve-u-1621e92e97f\" style=\"text-align: center;\"><strong>Ultimate Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ec78d2c\" data-float=\"1\" wfd-id=\"121\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eab272c\" wfd-id=\"124\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec79a7d\" wfd-id=\"122\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"123\"><h4 data-css=\"tve-u-1621e942b65\" style=\"text-align: center;\"><strong>22 $</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621ebfa746\" wfd-id=\"118\"><p data-css=\"tve-u-1621f4ceaf6\" style=\"text-align: center;\">Includes basic service <span data-css=\"tve-u-1621f4ceaf7\" style=\"color: rgb(15, 29, 123);\" wfd-id=\"119\"><strong class=\"\"><span data-css=\"tve-u-1621f4ceafb\" wfd-id=\"120\">+</span></strong></span></p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621ebf340c\" wfd-id=\"104\"><ul class=\"tcb-styled-list\" wfd-id=\"105\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-164137a0b1f\" wfd-id=\"114\"><div class=\"tcb-styled-list-icon\" wfd-id=\"116\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec0c5bd\" wfd-id=\"117\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ebfe4ce\" wfd-id=\"115\">Triple foam conditiner</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec04541\" wfd-id=\"110\"><div class=\"tcb-styled-list-icon\" wfd-id=\"112\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec09a3c\" wfd-id=\"113\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ebff867\" wfd-id=\"111\">Tire dressing</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec05cc3\" wfd-id=\"106\"><div class=\"tcb-styled-list-icon\" wfd-id=\"108\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec15f6e\" wfd-id=\"109\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec009a8\" wfd-id=\"107\">Air freshner</span></li></ul></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"68\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16223dad661\" wfd-id=\"70\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621fd9c946\" style=\"\" wfd-id=\"71\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e7d234c\" wfd-id=\"98\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621fd84d7b\" wfd-id=\"72\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16223b080b0\" data-value-type=\"percent\" wfd-id=\"94\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eb3eb9f\" data-clip-id=\"ac98bb0e54b3b\" wfd-id=\"97\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621fd8766c\" wfd-id=\"95\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e930bd7\" wfd-id=\"96\"><h4 data-css=\"tve-u-1621fe1587d\" style=\"text-align: center;\"><strong>Supreme Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e8107f3\" wfd-id=\"90\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eb43d8d\" wfd-id=\"93\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e819c52\" wfd-id=\"91\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"92\"><h4 data-css=\"tve-u-1621fe1725e\" style=\"text-align: center;\"><strong>30 $</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621eb037bb\" wfd-id=\"87\"><p data-css=\"tve-u-1621f4d0451\" style=\"text-align: center;\">Includes ultimate service <span data-css=\"tve-u-1621eaff572\" style=\"color: rgb(15, 29, 123);\" wfd-id=\"88\"><strong class=\"\"><span data-css=\"tve-u-1621eb01b60\" wfd-id=\"89\">+</span></strong></span></p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621eacf6af\" wfd-id=\"73\"><ul class=\"tcb-styled-list\" wfd-id=\"74\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec36a4d\" wfd-id=\"83\"><div class=\"tcb-styled-list-icon\" wfd-id=\"85\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e9993aa\" wfd-id=\"86\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea1a5d7\" wfd-id=\"84\">Exterior trim dressing</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"79\"><div class=\"tcb-styled-list-icon\" wfd-id=\"81\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e99b1db\" wfd-id=\"82\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea19a06\" wfd-id=\"80\">Hand applied spray wax</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec37ea5\" wfd-id=\"75\"><div class=\"tcb-styled-list-icon\" wfd-id=\"77\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e99c314\" wfd-id=\"78\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea18c5d\" wfd-id=\"76\">Interior conditioner</span></li></ul></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621efddaaf\" wfd-id=\"43\">\n<div class=\"tve-page-section-out\" wfd-id=\"63\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621edf8048\" wfd-id=\"44\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621f114214\" wfd-id=\"45\"><div class=\"tcb-flex-row tcb-resized tcb-mobile-edit tcb--cols--2\" data-css=\"tve-u-1621ee03000\" wfd-id=\"46\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621ee4be21\" style=\"\" wfd-id=\"51\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ee093d4\" wfd-id=\"53\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ee3afec\" wfd-id=\"57\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621ee58e74\" wfd-id=\"62\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ee37f4a\" wfd-id=\"58\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1621ee74a24\" wfd-id=\"61\"><svg class=\"tcb-icon\" viewBox=\"0 0 16 28\" data-name=\"map-marker\">\n<path d=\"M12 10c0-2.203-1.797-4-4-4s-4 1.797-4 4 1.797 4 4 4 4-1.797 4-4zM16 10c0 0.953-0.109 1.937-0.516 2.797l-5.688 12.094c-0.328 0.688-1.047 1.109-1.797 1.109s-1.469-0.422-1.781-1.109l-5.703-12.094c-0.406-0.859-0.516-1.844-0.516-2.797 0-4.422 3.578-8 8-8s8 3.578 8 8z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621ee63e1c\" wfd-id=\"60\"><h2 data-css=\"tve-u-1621fdcb4ea\" style=\"text-align: center;\">contact us</h2></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16422a1ce91\" wfd-id=\"59\"><p data-css=\"tve-u-16422a1ce94\" style=\"text-align: left;\">Your adress goes here</p><p data-css=\"tve-u-16422a1ce93\" style=\"text-align: left;\">Phone: 0400 - 700 - 682</p><p data-css=\"tve-u-16422a1ce92\" style=\"text-align: left;\">Email: our_office@gmail.com</p></div></div>\n</div><div class=\"tcb-clear\" data-css=\"tve-u-16417c828be\" wfd-id=\"54\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_slide_left\" data-css=\"tve-u-1621ef118dc\" style=\"\" wfd-id=\"55\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"56\"><img class=\"tve_image tve_evt_manager_listen tve_et_tve-viewport wp-image-21388\" alt=\"\" width=\"567\" height=\"384\" title=\"Car wash img footer\" data-id=\"21388\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-img-footer.png\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_left&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" style=\"width: 100%;\"></span></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621ee4be73\" style=\"\" wfd-id=\"47\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ee22c43\" wfd-id=\"49\"><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-1621ee18a1c\" wfd-id=\"50\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=New York&amp;t=m&amp;z=5&amp;output=embed&amp;iwloc=near\"></iframe>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621f0aa8f7\" wfd-id=\"30\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621f0ada0e\" wfd-id=\"42\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621f0b0088\" wfd-id=\"31\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621f0d2c1a\" wfd-id=\"32\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-1621f0cbe40\" wfd-id=\"33\"><div class=\"tcb-flex-col\" wfd-id=\"38\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"40\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621f0da775\" wfd-id=\"41\"><p data-css=\"tve-u-1622444fb11\">Â© 2018, Your company name . All rights reserved.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"34\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"36\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16223fe5f5b\" wfd-id=\"37\"><p data-css=\"tve-u-1621f0d874c\" style=\"text-align: right;\">Made with <a href=\"https://thrivethemes.com/\" target=\"_blank\">Thrive Architect</a></p></div></div></div></div></div></div>\n</div>\n\n'),(6811,567,'tve_revision_tve_content_more_found',''),(6812,567,'tve_revision_tve_save_post',''),(6813,567,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Merriweather:400,700&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Special+Elite:400&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Poppins:400,800,900,300,700,&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Monda:400,700,&subset=latin\");@media (min-width: 300px){.tcb-plain-text { font-family: Monda; font-weight: 400; font-size: 14px; }#tve_editor [data-css=\"tve-u-1621b072b4e\"] p, #tve_editor [data-css=\"tve-u-1621b072b4e\"] li, #tve_editor [data-css=\"tve-u-1621b072b4e\"] blockquote, #tve_editor [data-css=\"tve-u-1621b072b4e\"] address, #tve_editor [data-css=\"tve-u-1621b072b4e\"] .tcb-plain-text, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h1, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h2, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h3, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h4, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h5, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h6 { color: rgb(18, 18, 18); }[data-css=\"tve-u-16417c828be\"]::after { clear: both; }[data-css=\"tve-u-1621fe78878\"] .tcb-flex-col { flex-basis: 160px !important; }[data-css=\"tve-u-16417b70f47\"] { padding: 0px !important; margin: 0px !important; }#tve_editor [data-css=\"tve-u-1621fdcb4ea\"] { color: rgb(15, 29, 123) !important; }#tve_editor [data-css=\"tve-u-1641367127b\"] > :first-child { color: rgb(15, 29, 123); }[data-css=\"tve-u-1641367127b\"] { font-size: 60px; float: none; box-shadow: none; position: relative; z-index: 5; margin: 0px auto !important; }#tve_editor [data-css=\"tve-u-1641333d7d1\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-162717cb617\"] > .tcb-flex-col { padding-left: 0px; }#tve_editor [data-css=\"tve-u-16413112747\"] { color: rgba(255, 255, 255, 0.85) !important; }[data-css=\"tve-u-16369305186\"] > .tve-cb { display: block; }#tve_editor [data-css=\"tve-u-162717cb609\"] p, #tve_editor [data-css=\"tve-u-162717cb609\"] li, #tve_editor [data-css=\"tve-u-162717cb609\"] blockquote, #tve_editor [data-css=\"tve-u-162717cb609\"] address, #tve_editor [data-css=\"tve-u-162717cb609\"] h1, #tve_editor [data-css=\"tve-u-162717cb609\"] h2, #tve_editor [data-css=\"tve-u-162717cb609\"] h3, #tve_editor [data-css=\"tve-u-162717cb609\"] h4, #tve_editor [data-css=\"tve-u-162717cb609\"] h5, #tve_editor [data-css=\"tve-u-162717cb609\"] h6 { color: rgb(255, 255, 255); }[data-css=\"tve-u-16369305186\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-162717cb621\"] .tve-page-section-in { display: flex; justify-content: center; flex-direction: column; }[data-css=\"tve-u-162717fcf9d\"] .tve-page-section-in { display: block; }[data-css=\"tve-u-1628a146aef\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1628a12f675\"] { padding: 0px !important; margin: 0px 0px 60px !important; }[data-css=\"tve-u-1628a10d3b4\"] { max-width: 100%; padding: 0px !important; margin: 0px 0px 60px !important; }[data-css=\"tve-u-16271ca808e\"] { color: rgb(0, 229, 255) !important; }#tve_editor [data-css=\"tve-u-162717cb618\"] p, #tve_editor [data-css=\"tve-u-162717cb618\"] li, #tve_editor [data-css=\"tve-u-162717cb618\"] blockquote, #tve_editor [data-css=\"tve-u-162717cb618\"] address, #tve_editor [data-css=\"tve-u-162717cb618\"] h1, #tve_editor [data-css=\"tve-u-162717cb618\"] h2, #tve_editor [data-css=\"tve-u-162717cb618\"] h3, #tve_editor [data-css=\"tve-u-162717cb618\"] h4, #tve_editor [data-css=\"tve-u-162717cb618\"] h5, #tve_editor [data-css=\"tve-u-162717cb618\"] h6 { color: rgb(0, 229, 255); }[data-css=\"tve-u-162718bd0c0\"] { clip-path: url(\"#clip-top-a3b25e1c9221a\"); -webkit-clip-path: url(\"#clip-top-a3b25e1c9221a\");  }[data-css=\"tve-u-162718a3b40\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-162717fcf9d\"] { z-index: 5; padding: 170px 40px 0px !important; margin-top: -80px !important; }[data-css=\"tve-u-16260cd622f\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-16260cd7683\"]::after { clear: both; }[data-css=\"tve-u-16260cd622f\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin-top: 0px !important; margin-bottom: -1px !important; }[data-css=\"tve-u-16260be7104\"] { max-width: 1200px; }[data-css=\"tve-u-16260ba2fa4\"] { padding: 100px 40px !important; }[data-css=\"tve-u-162539c17ec\"] { line-height: 1.6em !important; }#tve_editor [data-css=\"tve-u-162493b6b63\"]:hover { background-color: rgb(248, 249, 251) !important; }#tve_editor [data-css=\"tve-u-1624939a960\"]:hover { background-color: rgb(248, 249, 251) !important; background-image: none !important; }#tve_editor [data-css=\"tve-u-162492e70ad\"] { color: rgb(137, 141, 167) !important; }[data-css=\"tve-u-162492815ba\"] { padding: 0px !important; margin-top: 25px !important; }[data-css=\"tve-u-162491e8e1f\"]::after { clear: both; }[data-css=\"tve-u-1622f65ba70\"] { border: none; background-image: none !important; padding: 0px 30px 30px !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-1622a159bcb\"] { max-width: 100%; float: none; z-index: 6; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; margin-top: 0px !important; }[data-css=\"tve-u-16229915e4e\"] { max-width: 62.8%; }[data-css=\"tve-u-16229915e1a\"] { max-width: 37.2%; }[data-css=\"tve-u-16225617da3\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-Brett.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16225611edb\"] { min-height: 127px; }[data-css=\"tve-u-1622561121b\"] { max-width: 127px; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-16224848ee5\"]::after { clear: both; }[data-css=\"tve-u-16224834cab\"]::after { clear: both; }[data-css=\"tve-u-1621ee3afec\"] > .tve-cb { display: block; }[data-css=\"tve-u-1621fe78878\"] > .tcb-flex-col { padding-left: 5px; }[data-css=\"tve-u-1621fe940b9\"] { max-width: 50%; }[data-css=\"tve-u-1621fe94086\"] { max-width: 50%; }[data-css=\"tve-u-1621fe85996\"] { max-width: 585px; float: left; z-index: 3; position: relative; width: 100%; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621fe78878\"] > .tcb-flex-col > .tcb-col { min-height: 65px; justify-content: center; }[data-css=\"tve-u-1621fe78878\"] { min-height: inherit; margin-left: -5px; padding: 0px !important; flex-wrap: wrap !important; }#tve_editor [data-css=\"tve-u-1621f4d0451\"] { font-size: 20px !important; }#tve_editor [data-css=\"tve-u-1621f4ceaf6\"] { font-size: 20px !important; color: rgb(12, 12, 12) !important; }[data-css=\"tve-u-1621f45bed3\"] { padding: 0px !important; }[data-css=\"tve-u-1621f114214\"] { float: none; max-width: 100%; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621f0da775\"] { padding: 0px !important; }#tve_editor [data-css=\"tve-u-1621f0d874c\"] { letter-spacing: 1px; color: rgb(137, 141, 167) !important; font-size: 14px !important; }[data-css=\"tve-u-1621f0d2c1a\"] { max-width: 100%; margin-left: 60px !important; margin-right: 60px !important; }[data-css=\"tve-u-1621f0aa8f7\"] .tve-page-section-in { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621f0cbe40\"] { margin-left: 0px; padding: 0px !important; }[data-css=\"tve-u-1621f0cbe40\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-1621f0b0088\"] { max-width: 100%; min-height: 140px !important; }[data-css=\"tve-u-1621f0ada0e\"] { background-image: linear-gradient(rgb(22, 22, 24), rgb(22, 22, 24)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1621f0aa8f7\"] { padding: 0px !important; }[data-css=\"tve-u-1621efddaaf\"] { padding: 0px !important; }[data-css=\"tve-u-1621ef118dc\"] { width: 567px; position: relative; right: -50px; top: -104px; float: right; z-index: 3; margin-top: 0px !important; margin-bottom: 0px !important; padding-left: 0px !important; }#tve_editor [data-css=\"tve-u-1621ee74a24\"] > :first-child { color: rgb(15, 29, 123); }[data-css=\"tve-u-1621ee74a24\"] { font-size: 60px; float: none; z-index: 3; position: relative; margin: 0px auto 10px !important; padding-top: 0px !important; }[data-css=\"tve-u-1621ee63e1c\"] { float: none; z-index: 3; position: relative; max-width: none; width: 100%; padding: 0px !important; margin: 0px auto 30px !important; }[data-css=\"tve-u-1621ee58e74\"] { background-color: rgb(224, 226, 236) !important; }[data-css=\"tve-u-1621ee4be73\"] { max-width: 61%; }[data-css=\"tve-u-1621ee4be21\"] { max-width: 39%; }[data-css=\"tve-u-1621ee3afec\"] { padding: 60px 0px 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621ee37f4a\"] { min-height: 380px; }[data-css=\"tve-u-1621ee22c43\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding-top: 0px !important; padding-left: 0px !important; }[data-css=\"tve-u-1621ee18a1c\"] { margin: 80px 0px 0px 122px !important; }[data-css=\"tve-u-1621ee093d4\"] { margin-top: 0px !important; }[data-css=\"tve-u-1621ee03000\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1621ee03000\"] { margin-left: 0px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-1621ee03000\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-1621edf8048\"] { max-width: 100%; min-height: 1px !important; }[data-css=\"tve-u-1621ec454d9\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec43fe2\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec42aa7\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec3a5c0\"] { margin-top: 0px !important; margin-bottom: 10px !important; }[data-css=\"tve-u-1621ec37ea5\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec36a4d\"] { margin-bottom: 10px !important; }[data-css=\"tve-u-1621ea18c5d\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ea19a06\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ea1a5d7\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ea2c69a\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ea23322\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ec298ab\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ec2704c\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ec241aa\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ec05cc3\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec04541\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec009a8\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ebff867\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ebfe4ce\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621eb037bb\"] { padding: 0px !important; margin-top: 0px !important; margin-bottom: 30px !important; }[data-css=\"tve-u-1621eaff572\"] { color: rgb(15, 29, 123) !important; }[data-css=\"tve-u-1621ea50702\"] { max-width: 230px; float: none; z-index: 3; position: relative; width: 100%; padding: 0px !important; margin: 0px auto !important; }#tve_editor [data-css=\"tve-u-1621ea2c69a\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ea295c0\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ea295c0\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ea1fba7\"] > :first-child { color: rgb(137, 141, 167); }#tve_editor [data-css=\"tve-u-1621ea23322\"] { font-size: 16px !important; }[data-css=\"tve-u-1621ea1fba7\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }[data-css=\"tve-u-1621e99c314\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }[data-css=\"tve-u-1621e99b1db\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }[data-css=\"tve-u-1621e9993aa\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ea1a5d7\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ea19a06\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ea18c5d\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621e99c314\"] > :first-child { color: rgb(137, 141, 167); }#tve_editor [data-css=\"tve-u-1621e99b1db\"] > :first-child { color: rgb(137, 141, 167); }#tve_editor [data-css=\"tve-u-1621e9993aa\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621e8107f3\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621e942b65\"] strong { font-weight: 800; }[data-css=\"tve-u-1621e7e9950\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621e930bd7\"] { padding: 0px 0px 50px !important; }#tve_editor [data-css=\"tve-u-1621e92e97f\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1621e81f424\"] { border-radius: 200px; overflow: hidden; background-image: none !important; border: 3px solid rgb(255, 255, 255) !important; background-color: rgb(144, 147, 168) !important; }[data-css=\"tve-u-1621e819c52\"] { min-height: 110px; }[data-css=\"tve-u-1621e8107f3\"] { float: none; max-width: 110px; z-index: 4; padding: 0px !important; margin: -60px auto 30px !important; }[data-css=\"tve-u-1621e7edfd9\"] { clip-path: url(\"#clip-bottom-10ffac3b28f1d\"); -webkit-clip-path: url(\"#clip-bottom-10ffac3b28f1d\");  background-image: none !important; background-color: rgb(144, 147, 168) !important; }[data-css=\"tve-u-1621e7e9950\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1621e7e6c1d\"] { min-height: 150px; }[data-css=\"tve-u-1621e7c7aa1\"] > .tcb-flex-col { padding-left: 60px; }[data-css=\"tve-u-1621e7d5094\"] { min-height: 480px; }[data-css=\"tve-u-1621e7d234c\"] { box-shadow: rgba(0, 0, 0, 0.02) 0px 2px 22px 0px; background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1621e7ceab3\"] { float: none; width: 100%; padding: 0px 0px 20px !important; margin: 0px auto !important; }[data-css=\"tve-u-1621e7c899a\"] { float: none; max-width: 100%; margin: 0px auto !important; }[data-css=\"tve-u-1621e7c7aa1\"] { margin-left: -60px; padding: 0px !important; }[data-css=\"tve-u-1621e7b695a\"] { padding: 0px !important; margin-bottom: 100px !important; }#tve_editor [data-css=\"tve-u-1621e7a7350\"] { color: rgb(15, 29, 123) !important; }[data-css=\"tve-u-1621b3cfc7b\"] { filter: blur(0px); opacity: 1; background-image: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(220, 224, 246) 38%) !important; background-color: rgb(212, 212, 212) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1621b3c8c52\"] { padding: 100px 40px !important; }[data-css=\"tve-u-1621b3c74d9\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-1621b300a64\"]::after { clear: both; }[data-css=\"tve-u-1621b24a89d\"] { padding: 0px !important; }[data-css=\"tve-u-1621b22a018\"] { background-image: none !important; padding: 0px !important; }[data-css=\"tve-u-1621b200375\"] { float: none; max-width: 100%; border-left: 1px solid rgba(15, 29, 123, 0.7); border-right: 1px solid rgba(15, 29, 123, 0.7); background-color: rgb(248, 249, 251) !important; margin: 0px auto !important; }[data-css=\"tve-u-1621b10fccf\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621b0e4fb7\"] { border-right: none; max-width: 100%; padding: 0px !important; margin-bottom: 40px !important; margin-right: 0px !important; }[data-css=\"tve-u-1621b072b4e\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-1621b064668\"] { max-width: 52%; }[data-css=\"tve-u-1621b064646\"] { max-width: 48%; }[data-css=\"tve-u-1621afda4fa\"] { max-width: none; padding: 0px !important; margin-bottom: 40px !important; }#tve_editor [data-css=\"tve-u-1621afd8c98\"] { color: rgb(255, 255, 255) !important; font-size: 20px !important; }[data-css=\"tve-u-1621afceb00\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 80%; padding: 0px !important; margin-bottom: 50px !important; }#tve_editor [data-css=\"tve-u-1621afcc0bf\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1621a8a804b\"] > .tcb-flex-col { padding-left: 60px; }[data-css=\"tve-u-1621ae6c8da\"] { clip-path: url(\"#clip-top-aa2c3e3c70555\"); -webkit-clip-path: url(\"#clip-top-aa2c3e3c70555\");  background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-Cta-2.jpg\") !important; background-size: cover !important; background-position: 0% 100% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1621ae4fd21\"] { max-width: 100%; top: -70px; z-index: 5; left: -60px; position: relative !important; padding: 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-1621ae4db6e\"] { min-height: 524px; }[data-css=\"tve-u-1621ada1e7f\"] .tve-page-section-in { display: flex; flex-direction: column; justify-content: center; }[data-css=\"tve-u-1621adea58b\"] > .tcb-flex-col > .tcb-col { min-height: 1px; justify-content: center; }[data-css=\"tve-u-1621ae0bec7\"] { height: calc(100% - -22px); background-image: linear-gradient(rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.14)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; margin-left: 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621adea58b\"] > .tcb-flex-col { padding-left: 50px; }[data-css=\"tve-u-1621adea58b\"] { margin-left: -50px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-1621ade6172\"] { max-width: 100%; float: none; width: 100%; margin: 0px auto !important; }[data-css=\"tve-u-1621adba9ef\"] { clip-path: url(\"#clip-top-52d5a36c151aa\"); -webkit-clip-path: url(\"#clip-top-52d5a36c151aa\");  background-image: linear-gradient(rgba(15, 29, 123, 0.65), rgba(15, 29, 123, 0.65)), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-cta-bg.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-1621ada1e7f\"] { padding: 0px 40px !important; }[data-css=\"tve-u-1621ad46076\"] { padding: 100px 40px !important; margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1621ad420c4\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-1621a9076ef\"] { padding-top: 2px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-1621acf64fb\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621acf47d2\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1621acf0289\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621a8e11f3\"] { padding-top: 2px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-1621a8e5625\"] { padding-top: 2px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-1621ace4de9\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1621ace1b08\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1621a9a2867\"] strong { font-weight: 700; }#tve_editor [data-css=\"tve-u-1621a9a2867\"] { font-weight: 300; color: rgb(15, 29, 123) !important; font-family: Poppins !important; }[data-css=\"tve-u-1621a9750ae\"] { font-size: 18.36px !important; line-height: 18.36px !important; }[data-css=\"tve-u-1621a9a2867\"] { font-size: 64.8px !important; line-height: 64.8px !important; }[data-css=\"tve-u-1621a9a2866\"] { margin-top: 54px !important; }[data-css=\"tve-u-1621a9a2862\"] { width: 216px !important; height: 216px !important; background-color: rgb(137, 141, 167) !important; }[data-css=\"tve-u-1621a98b602\"] { stroke-dasharray: 678.584, 678.584; }[data-css=\"tve-u-1621a983587\"] { float: none; border: 30px solid rgba(137, 141, 167, 0.24); z-index: 3; position: relative; margin: 30px auto 0px !important; padding: 0px !important; }[data-css=\"tve-u-1621a9750ae\"] strong { font-weight: 700; }#tve_editor [data-css=\"tve-u-1621a9750ae\"] { color: rgb(255, 255, 255) !important; font-family: Monda !important; }[data-css=\"tve-u-1621a96b190\"] { background-color: rgb(101, 114, 203); width: 194.4px !important; height: 194.4px !important; top: 10.8px !important; bottom: 10.8px !important; left: 10.8px !important; right: 10.8px !important; }[data-css=\"tve-u-1621a9685d4\"] { stroke: rgb(248, 251, 253) !important; stroke-width: 22.6px !important; }[data-css=\"tve-u-1621a8a804b\"] > .tcb-flex-col > .tcb-col { min-height: 445px; justify-content: center; }[data-css=\"tve-u-1621a90a46f\"] { background-image: radial-gradient(rgba(255, 255, 255, 0.51) 16%, rgb(255, 255, 255) 73%), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-100-clean.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }#tve_editor [data-css=\"tve-u-1621a9076ef\"] > :first-child { color: rgb(15, 29, 123); }#tve_editor [data-css=\"tve-u-1621a8e5625\"] > :first-child { color: rgb(15, 29, 123); }#tve_editor [data-css=\"tve-u-1621a8e11f3\"] > :first-child { color: rgb(15, 29, 123); }[data-css=\"tve-u-1621a8c4313\"] { padding: 0px !important; margin-bottom: 60px !important; }[data-css=\"tve-u-1621a8b2488\"] { float: none; max-width: 100%; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621a8a804b\"] { min-height: inherit; margin-left: -60px; padding: 0px !important; }[data-css=\"tve-u-1621a2e0d5b\"] { line-height: 1em !important; }[data-css=\"tve-u-1621a2247ba\"] { max-width: 100%; float: none; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; }#tve_editor [data-css=\"tve-u-1620af7eb3f\"] .tcb-button-link { font-size: 18px; color: rgb(15, 29, 123) !important; }#tve_editor [data-css=\"tve-u-1620af7eb3f\"]:hover strong { font-weight: 700 !important; }[data-css=\"tve-u-1620af7eb3f\"] { width: 268px; float: left; z-index: 3; position: relative; display: block; max-width: 268px; margin-bottom: 0px !important; margin-top: 0px !important; margin-left: 3px !important; }#tve_editor [data-css=\"tve-u-1620af7eb3f\"]:hover .tcb-button-link { color: rgb(255, 255, 255) !important; border-radius: 200px !important; overflow: hidden !important; font-family: Monda !important; font-weight: 400 !important; text-shadow: none !important; background-image: none !important; background-color: rgb(15, 29, 123) !important; }[data-css=\"tve-u-1620af7eb3f\"] .tcb-button-link { border-radius: 200px; min-height: 54.7619px; font-size: 1.33333em; padding-top: 0px; padding-bottom: 0px; background-image: none !important; background-color: rgb(255, 255, 255) !important; padding-right: 15px !important; }#tcb_landing_page a:not(.tcb-button-link).tve_state_hover { color: rgb(35, 55, 188); }#tcb_landing_page a:not(.tcb-button-link):hover { color: rgb(35, 55, 188); }#tcb_landing_page a:not(.tcb-button-link) { color: rgb(255, 255, 255); }#tcb_landing_page input strong { font-weight: 700; }#tcb_landing_page .tcb-button-link strong { font-weight: 700; }#tcb_landing_page p strong, #tcb_landing_page li strong { font-weight: 700; }#tcb_landing_page input { font-family: Merriweather; font-weight: 400; }#tcb_landing_page .tcb-button-link { font-family: Merriweather; font-weight: 400; }#tcb_landing_page p, #tcb_landing_page li { color: rgb(12, 12, 12); font-family: Merriweather; font-weight: 400; line-height: 1.5em; font-size: 16px; }#tcb_landing_page h6 { text-transform: uppercase; font-size: 14px; color: rgb(0, 0, 0); font-family: \"Special Elite\"; font-weight: 400; letter-spacing: 1px; line-height: 1.3em; }#tcb_landing_page h5 { font-size: 22px; color: rgb(12, 12, 12); font-family: \"Special Elite\"; font-weight: 400; line-height: 1.3em; }#tcb_landing_page h4 { font-size: 24px; color: rgb(12, 12, 12); font-family: \"Special Elite\"; font-weight: 400; line-height: 1.3em; }#tcb_landing_page h3 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(12, 12, 12); font-size: 26px; line-height: 1.3em; }#tcb_landing_page h2 { color: rgb(0, 0, 0); font-size: 30px; letter-spacing: 2px; text-transform: uppercase; line-height: 1.3em; font-family: \"Special Elite\"; font-weight: 400; }#tcb_landing_page h1 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(0, 0, 0); font-size: 42px; line-height: 1.3em; }[data-css=\"tve-u-15e09c94f7d\"] { background-color: rgb(255, 255, 255); }[data-css=\"tve-u-1621b01355a\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621b01355a\"] { max-width: 274px; position: relative; float: left; z-index: 3; width: 100%; padding: 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-1621b028939\"] .tcb-button-link { font-size: 18px; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1621b028939\"]:hover strong { font-weight: 700 !important; }[data-css=\"tve-u-1621b028939\"] { display: block; max-width: 268px; width: 268px; top: 0px; left: 0px; float: left; z-index: 3; position: relative; margin-bottom: 0px !important; margin-top: 0px !important; }#tve_editor [data-css=\"tve-u-1621b028939\"]:hover .tcb-button-link { background-color: rgb(255, 255, 255) !important; color: rgb(15, 29, 123) !important; overflow: hidden !important; font-family: Monda !important; background-image: none !important; text-align: center !important; }[data-css=\"tve-u-1621b028939\"] .tcb-button-link { min-height: 54.7619px; font-size: 1.33333em; padding-top: 0px; padding-bottom: 0px; border: 1px solid rgb(255, 255, 255); border-radius: 30px; overflow: hidden; background-color: rgba(26, 188, 156, 0.01) !important; padding-right: 15px !important; color: rgb(26, 188, 156) !important; }[data-css=\"tve-u-1621b08fdde\"] { border-radius: 200px; overflow: hidden; border: 1px solid rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1621b01355a\"]:hover [data-css=\"tve-u-1621b08fdde\"] { border: 1px solid rgba(255, 255, 255, 0.4) !important; }[data-css=\"tve-u-1621b30ca74\"]::after { clear: both; }#tve_editor [data-css=\"tve-u-1621e942b65\"] { font-weight: 400; letter-spacing: 0px; color: rgb(255, 255, 255) !important; font-family: Poppins !important; font-size: 30px !important; }[data-css=\"tve-u-1621e94cb4e\"] { float: none; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621eaaedd8\"] { clip-path: url(\"#clip-bottom-a2b9cf3198d6f\"); -webkit-clip-path: url(\"#clip-bottom-a2b9cf3198d6f\");  background-image: none !important; background-color: rgb(5, 10, 42) !important; }[data-css=\"tve-u-1621eab272c\"] { border-radius: 200px; overflow: hidden; background-image: none !important; border: 3px solid rgb(255, 255, 255) !important; background-color: rgb(5, 10, 42) !important; }[data-css=\"tve-u-1621eacf6af\"] { max-width: 230px; float: none; z-index: 3; position: relative; padding: 0px !important; margin: 0px auto !important; }[data-css=\"tve-u-1621eb3eb9f\"] { clip-path: url(\"#clip-bottom-ac98bb0e54b3b\"); -webkit-clip-path: url(\"#clip-bottom-ac98bb0e54b3b\");  background-image: none !important; background-color: rgb(45, 51, 89) !important; }[data-css=\"tve-u-1621eb43d8d\"] { border-radius: 200px; overflow: hidden; background-image: none !important; border: 3px solid rgb(255, 255, 255) !important; background-color: rgb(45, 51, 89) !important; }[data-css=\"tve-u-1621eb7ccb0\"] { min-height: 530px; }[data-css=\"tve-u-1621eb81205\"] { padding: 0px 0px 20px !important; margin-top: -25px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621ebbbb6d\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621ebbbb6d\"] { max-width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1621ebf340c\"] { max-width: 230px; float: none; z-index: 3; position: relative; width: 100%; padding: 0px !important; margin: 0px auto !important; }[data-css=\"tve-u-1621ebfa746\"] { padding: 0px !important; margin-top: 0px !important; margin-bottom: 30px !important; }#tve_editor [data-css=\"tve-u-1621ebfe4ce\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ebff867\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ec009a8\"] { font-size: 16px !important; }[data-css=\"tve-u-1621ec09a3c\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; margin: 0px !important; }#tve_editor [data-css=\"tve-u-1621ec09a3c\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ec0c5bd\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; margin: 0px !important; }#tve_editor [data-css=\"tve-u-1621ec0c5bd\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ec15f6e\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ec15f6e\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ec204df\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ec204df\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ec20f68\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ec20f68\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ec21a31\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ec21a31\"] > :first-child { color: rgb(137, 141, 167); }#tve_editor [data-css=\"tve-u-1621ec241aa\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ec2704c\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ec298ab\"] { font-size: 16px !important; }[data-css=\"tve-u-1621ec6c39b\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621ec6c39b\"] { float: none; max-width: 110px; z-index: 4; padding: 0px !important; margin: -60px auto 30px !important; }[data-css=\"tve-u-1621ec752da\"] { min-height: 110px; }[data-css=\"tve-u-1621ec78d2c\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621ec78d2c\"] { float: none; max-width: 110px; z-index: 4; padding: 0px !important; margin: -60px auto 30px !important; }[data-css=\"tve-u-1621ec79a7d\"] { min-height: 110px; }[data-css=\"tve-u-1621ec7f21a\"] { min-height: 160px; }[data-css=\"tve-u-1621f154231\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-1621f154231\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin: 0px 0px -1px !important; }[data-css=\"tve-u-1621f15b521\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-1621f15b521\"] { float: right; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin-top: -1px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621f4ceaf7\"] { color: rgb(15, 29, 123) !important; }[data-css=\"tve-u-1621fb65556\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-1621fb65556\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-1621fb65556\"] { min-height: inherit; margin-left: -20px; padding: 0px !important; }[data-css=\"tve-u-1621fb68b97\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-1621fb68b97\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-1621fb68b97\"] { min-height: inherit; margin-left: -30px; padding: 30px !important; }[data-css=\"tve-u-1621fbacc60\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621fbcad8c\"] { padding: 0px !important; }[data-css=\"tve-u-1621fc0ce17\"] { padding: 0px !important; margin-bottom: 15px !important; }[data-css=\"tve-u-1621fd84d7b\"] { min-height: 480px; }[data-css=\"tve-u-1621fd8766c\"] { min-height: 150px; }[data-css=\"tve-u-1621fd9c946\"] { padding: 0px 0px 20px !important; margin-top: 0px !important; margin-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-1621fe1587d\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1621fe1725e\"] strong { font-weight: 800; }#tve_editor [data-css=\"tve-u-1621fe1725e\"] { font-weight: 400; letter-spacing: 0px; color: rgb(255, 255, 255) !important; font-family: Poppins !important; font-size: 30px !important; }#tve_editor [data-css=\"tve-u-1621fe1a1af\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1621fe1bd18\"] strong { font-weight: 800; }#tve_editor [data-css=\"tve-u-1621fe1bd18\"] { font-weight: 400; letter-spacing: 0px; color: rgb(255, 255, 255) !important; font-family: Poppins !important; font-size: 30px !important; }[data-css=\"tve-u-16223b080b0\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-16223b080b0\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-16223f02c16\"] { min-height: 62px; }[data-css=\"tve-u-16223fe5f5b\"] { padding: 0px !important; }[data-css=\"tve-u-16224439be1\"] { padding: 0px !important; }#tve_editor [data-css=\"tve-u-1622444fb11\"] { letter-spacing: 1px; color: rgb(137, 141, 167) !important; font-size: 14px !important; }#tve_editor [data-css=\"tve-u-16228c764b2\"] { font-size: 18px !important; }[data-css=\"tve-u-16229f6175c\"] { border: none; margin: 80px 0px 0px !important; background-image: none !important; }[data-css=\"tve-u-16229fa6a26\"] { border: none; box-shadow: none; padding: 0px 30px 30px !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-16229fa8c68\"] { border: none; padding: 0px 30px 30px !important; background-image: none !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col > .tcb-col { min-height: 244px; }[data-css=\"tve-u-16229ffbb7b\"] { margin-left: -30px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16248fc42a1\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-16248fc42a1\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-16248fc71c8\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-16249355087\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-16249355087\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-16249358652\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-16249358652\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-1624935a201\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-1624935a201\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-16249367114\"] { border: none; margin: 30px 0px 0px !important; background-image: none !important; }[data-css=\"tve-u-16249373b25\"] { border: none; padding: 0px 30px 30px !important; background-image: linear-gradient(rgb(248, 249, 251), rgb(248, 249, 251)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1624939a960\"] { border: none; box-shadow: none; padding: 0px 30px 30px !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-162493a03b0\"] > .tcb-flex-col > .tcb-col { min-height: 244px; }[data-css=\"tve-u-162493a03b0\"] { margin-left: -30px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-162493a03b0\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-162493b6b63\"] { border: none; background-image: none !important; padding: 0px 30px 30px !important; background-color: rgb(248, 249, 251) !important; }#tve_editor [data-css=\"tve-u-162493d5f13\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-162493d5f13\"] { font-size: 30px; width: 30px; height: 30px; top: 0px; left: 0px; display: block; position: static; z-index: 8; border-bottom: 1px solid rgb(10, 93, 165); border-top: none; border-right: none; border-left: none; border-image: initial; margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-162494b490e\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-162494b7ad0\"] { padding: 0px !important; margin-top: 25px !important; margin-left: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-1625389a3d5\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-1625389a3d5\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-1625389b4ed\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-1625389b4ed\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-162539ac577\"] { max-width: 39%; }[data-css=\"tve-u-162539ac57d\"] { max-width: 61%; }#tve_editor [data-css=\"tve-u-162539c17ec\"] { font-size: 16px !important; color: rgba(12, 12, 12, 0.7) !important; }[data-css=\"tve-u-16260c39a7e\"] { float: none; max-width: 100%; border-left: 1px solid rgba(15, 29, 123, 0.7); border-right: 1px solid rgba(15, 29, 123, 0.7); margin: 0px auto !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-16260c433e9\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-Rosie.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16260c5ff07\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-16260c5ff07\"] { float: right; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin: -1px 0px 0px !important; }[data-css=\"tve-u-16260c5ff0c\"]::after { clear: both; }[data-css=\"tve-u-16260d01208\"] { max-width: 37%; }[data-css=\"tve-u-16260d0120e\"] { max-width: 63%; }[data-css=\"tve-u-16260d39b83\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-16260d39b83\"] { float: right; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin-top: -1px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-16260d3b97e\"]::after { clear: both; }[data-css=\"tve-u-16260d3f4aa\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16260d3f4aa\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-16260d3f4aa\"] { min-height: inherit; margin-left: -30px; padding: 30px !important; }[data-css=\"tve-u-16260d3f4af\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-16260d3f4af\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-16260d3f4af\"] { min-height: inherit; margin-left: -20px; padding: 0px !important; }[data-css=\"tve-u-16260d5e4b8\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-Shawn.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16260d73672\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-16260d73672\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin-top: 0px !important; margin-bottom: -1px !important; }[data-css=\"tve-u-16260d8392c\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16260d8392c\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-16260d8392c\"] { min-height: inherit; margin-left: -30px; padding: 30px !important; }[data-css=\"tve-u-16260d8396c\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-16260d8396c\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-16260d8396c\"] { min-height: inherit; margin-left: -20px; padding: 0px !important; }[data-css=\"tve-u-16260da3aa7\"] { float: none; max-width: 100%; border-left: 1px solid rgba(15, 29, 123, 0.7); border-right: 1px solid rgba(15, 29, 123, 0.7); margin: 0px auto !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-162717cb600\"] { max-width: 58.2%; }[data-css=\"tve-u-162717cb601\"] { max-width: 41.8%; }[data-css=\"tve-u-162717cb609\"]::after { clear: both; }[data-css=\"tve-u-162717cb60a\"] { padding-right: 50px !important; padding-bottom: 80px !important; padding-top: 20px !important; }[data-css=\"tve-u-162717cb60b\"]::after { clear: both; }[data-css=\"tve-u-162717cb60b\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-162717cb60f\"] { padding: 0px !important; margin-bottom: 25px !important; }[data-css=\"tve-u-162717cb610\"] { padding: 0px !important; margin-bottom: 35px !important; box-shadow: none !important; }#tve_editor [data-css=\"tve-u-162717cb616\"] { text-transform: none !important; color: rgb(255, 255, 255) !important; text-shadow: rgb(0, 0, 0) 2px 2px 2px; }[data-css=\"tve-u-162717cb617\"] { margin-left: 0px; padding: 0px !important; }[data-css=\"tve-u-162717cb618\"] { max-width: none; margin-top: 0px !important; }[data-css=\"tve-u-162717cb620\"] { clip-path: url(\"#clip-bottom-c883ac5175045\"); -webkit-clip-path: url(\"#clip-bottom-c883ac5175045\");  background-image: linear-gradient(rgba(0, 0, 0, 0.46), rgba(0, 0, 0, 0.46)), url(\"https://bestcerakoteflorida.com/wp-content/uploads/2018/05/FTYS6743.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, fixed !important; background-repeat: no-repeat, no-repeat !important; opacity: 1; filter: grayscale(0%) blur(0px); }[data-css=\"tve-u-162717cb609\"] { max-width: 1200px; min-height: 630px !important; }[data-css=\"tve-u-162717cb621\"] { z-index: 1; padding: 125px 40px 0px !important; margin-top: -130px !important; }[data-css=\"tve-u-162717d1bb6\"] { border-right: 1px solid rgba(255, 255, 255, 0.2); }[data-css=\"tve-u-162717d1bb7\"] { max-width: 23.7%; }[data-css=\"tve-u-162717d1bb9\"] { max-width: 42.9%; }[data-css=\"tve-u-162717d1bbc\"] { border-left: none; padding: 0px !important; }[data-css=\"tve-u-162717d1bbe\"] { border-bottom: 1px solid rgba(255, 255, 255, 0.2); float: none; width: 100%; position: relative; z-index: 10; max-width: 1600px; margin: 0px auto !important; }[data-css=\"tve-u-162717d1bbf\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-162717d1bbf\"] > .tcb-flex-col { padding-left: 17px; }[data-css=\"tve-u-162717d1bbf\"] { margin-left: -17px; min-height: inherit; padding: 5px 0px 0px 40px !important; }#tve_editor [data-css=\"tve-u-162717d1bbe\"] p, #tve_editor [data-css=\"tve-u-162717d1bbe\"] li, #tve_editor [data-css=\"tve-u-162717d1bbe\"] blockquote, #tve_editor [data-css=\"tve-u-162717d1bbe\"] address { font-size: 16px; }#tve_editor [data-css=\"tve-u-16271adf6cf\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-16271adf6cf\"] { font-size: 30px; width: 30px; height: 30px; top: 22px; left: 20px; border-bottom: 1px solid rgb(10, 93, 165); margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1641367e553\"] > :first-child { color: rgba(15, 29, 123, 0.12); }[data-css=\"tve-u-1641367e553\"] { font-size: 60px; float: none; box-shadow: none; width: 60px; height: 60px; margin: -55px auto 60px !important; padding-right: 17px !important; }[data-css=\"tve-u-16416e4fafd\"] { box-shadow: rgba(0, 0, 0, 0.02) 0px 2px 22px 0px; background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16416e603ab\"] { box-shadow: rgba(0, 0, 0, 0.12) 0px 3px 44px 0px; background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-164179a84b8\"] > .tve-cb { display: block; }[data-css=\"tve-u-164179a84b8\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-164179bced9\"] { border-right: none; padding: 3px 0px 0px !important; position: static !important; }[data-css=\"tve-u-16417b4cb9e\"] { padding: 0px 0px 50px !important; }[data-css=\"tve-u-16417b62c09\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-16417b662bf\"] { margin-top: 0px !important; margin-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-16417e5bd95\"] > :first-child { color: rgb(255, 255, 255); }[data-css=\"tve-u-16417e5bd95\"] { font-size: 25px !important; width: 25px !important; height: 25px !important; z-index: 4; position: relative; float: left; margin: 3px 15px 0px 0px !important; padding-left: 0px !important; }[data-css=\"tve-u-1641c1af44d\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1641c1b01a6\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1641c1b0a67\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1641c1b12d8\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }#tve_editor [data-css=\"tve-u-1641c1b33f9\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-1641c1b33f9\"] { font-size: 30px; width: 30px; height: 30px; top: 22px; left: 20px; border-bottom: 1px solid rgb(10, 93, 165); margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1641c1b456a\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-1641c1b456a\"] { font-size: 30px; width: 30px; height: 30px; top: 22px; left: 20px; border-bottom: 1px solid rgb(10, 93, 165); margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1641c1b52d3\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-1641c1b52d3\"] { font-size: 30px; width: 30px; height: 30px; top: 22px; left: 20px; border-bottom: 1px solid rgb(10, 93, 165); margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1641c1b60b4\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-1641c1b60b4\"] { font-size: 30px; width: 30px; height: 30px; top: 22px; left: 20px; border-bottom: 1px solid rgb(10, 93, 165); margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-16422a1ce91\"] { float: none; width: 100%; max-width: 227px; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; }#tve_editor [data-css=\"tve-u-16422a1ce92\"] { font-size: 16px !important; color: rgb(12, 12, 12) !important; }#tve_editor [data-css=\"tve-u-16422a1ce93\"] { font-size: 16px !important; color: rgb(18, 18, 18) !important; }[data-css=\"tve-u-16422a1ce92\"] { line-height: 1.7em !important; }[data-css=\"tve-u-16422a1ce93\"] { line-height: 1.7em !important; }#tve_editor [data-css=\"tve-u-16422a1ce94\"] { font-size: 16px !important; color: rgb(29, 26, 31) !important; }[data-css=\"tve-u-16422a1ce94\"] { line-height: 1.7em !important; }#tcb_landing_page .tcb-plain-text { color: rgb(0, 0, 0); font-family: Merriweather; font-weight: 400; }#tcb_landing_page .tcb-plain-text strong { font-weight: 700; }[data-css=\"tve-u-162717d1bbe\"] p { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-162717d1bbe\"] h3 { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-1695981e7bb\"] { max-width: 33.3545%; }[data-css=\"tve-u-16959822de2\"] { width: 291px; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-16959846d3d\"] { margin-top: 0px !important; }[data-css=\"tve-u-16959cd1e7a\"] { margin-top: 10px !important; }[data-css=\"tve-u-1695a3002e2\"] .tcb-button-link { border-radius: 4px; border-bottom: 4px solid rgb(117, 0, 23); background-image: none !important; background-color: rgb(143, 2, 32) !important; border-top-color: rgb(198, 225, 224); border-right-color: rgb(198, 225, 224); border-left-color: rgb(198, 225, 224); padding-right: 25px !important; }#tve_editor [data-css=\"tve-u-1695a3002e2\"]:hover .tcb-button-link { background-color: rgb(132, 1, 28) !important; }#tve_editor [data-css=\"tve-u-1695a36117b\"] { color: rgb(255, 255, 255) !important; }}@media (max-width: 1023px){[data-css=\"tve-u-1621ebfa746\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621eb037bb\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621ec78d2c\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621ec6c39b\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621b064668\"] { max-width: 49%; }[data-css=\"tve-u-1621b064646\"] { max-width: 51%; }[data-css=\"tve-u-1621b3c74d9\"] { max-width: 100%; }[data-css=\"tve-u-1621f0b0088\"] { min-height: 100px !important; }[data-css=\"tve-u-1621ee3afec\"] > .tve-cb { display: block; }[data-css=\"tve-u-1621e7ceab3\"] > .tve-cb { display: block; }[data-css=\"tve-u-1621ea50702\"] { float: none; width: 100%; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621ae4fd21\"] > .tve-cb { display: block; }[data-css=\"tve-u-162717cb60f\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-162717cb610\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-16223dad661\"] { padding-top: 20px !important; }[data-css=\"tve-u-1641367127b\"] { float: none; font-size: 50px; width: 50px; height: 50px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1641367e553\"] { float: none; font-size: 50px; width: 50px; height: 50px; margin: -44px auto 40px !important; padding-right: 12px !important; }[data-css=\"tve-u-1621e7b695a\"] { margin-bottom: 50px !important; }[data-css=\"tve-u-1621ee37f4a\"] { min-height: 262px; }[data-css=\"tve-u-1621ada1e7f\"] { padding: 50px 30px 50px 0px !important; }[data-css=\"tve-u-1621b072b4e\"] { max-width: 100%; }[data-css=\"tve-u-1621a2247ba\"] { margin-bottom: 60px !important; }[data-css=\"tve-u-16229f6175c\"] { margin-top: 0px !important; }[data-css=\"tve-u-162717cb60b\"] { height: calc(100% - -85px); margin-top: -85px !important; }[data-css=\"tve-u-162717cb617\"] .tcb-flex-col { flex-basis: 560px !important; }#tcb_landing_page h5 { line-height: 1.3em; }#tcb_landing_page h6 { line-height: 1.4em; }#tcb_landing_page p, #tcb_landing_page li { line-height: 1.5em; }[data-css=\"tve-u-1628a146aef\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1628a12f675\"] { margin-bottom: 40px !important; }[data-css=\"tve-u-1628a10d3b4\"] { margin-bottom: 40px !important; }[data-css=\"tve-u-162718bd0c0\"] { clip-path: url(\"#clip-tablet-top-a3b25e1c9221a\"); -webkit-clip-path: url(\"#clip-tablet-top-a3b25e1c9221a\");  background-color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-162717cb621\"] { z-index: 6; padding-top: 60px !important; margin-top: -90px !important; }[data-css=\"tve-u-162718a3b40\"] { max-width: 100%; min-height: 1px !important; }[data-css=\"tve-u-16271adf6cf\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-162493d5f13\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-162717fcf9d\"] { margin-top: -40px !important; padding-top: 90px !important; padding-left: 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-16260d3f4af\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16260d3f4aa\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1621fb65556\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1621fb68b97\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16260d8396c\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16260d8392c\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16260d39b83\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-16260c5ff07\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-16260ba2fa4\"] { padding: 50px 40px !important; }[data-css=\"tve-u-16260be7104\"] { max-width: 100%; }[data-css=\"tve-u-1621ebbbb6d\"] { margin-top: -1px !important; }[data-css=\"tve-u-1621eaaedd8\"] { clip-path: url(\"#clip-tablet-bottom-a2b9cf3198d6f\"); -webkit-clip-path: url(\"#clip-tablet-bottom-a2b9cf3198d6f\");  }[data-css=\"tve-u-1621e7e9950\"] { margin-top: -1px !important; }[data-css=\"tve-u-16229fa8c68\"] { padding: 0px 20px 20px !important; }[data-css=\"tve-u-1622f65ba70\"] { padding: 0px 20px 20px !important; }[data-css=\"tve-u-16249373b25\"] { padding-left: 20px !important; padding-right: 20px !important; padding-bottom: 20px !important; }[data-css=\"tve-u-162493b6b63\"] { padding-left: 20px !important; padding-bottom: 20px !important; padding-right: 20px !important; }[data-css=\"tve-u-16249367114\"] { margin-top: 20px !important; }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-1624935a201\"] { line-height: 1.3em !important; }[data-css=\"tve-u-16249358652\"] { line-height: 1.3em !important; }[data-css=\"tve-u-16249355087\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1625389b4ed\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1625389a3d5\"] { line-height: 1.3em !important; }[data-css=\"tve-u-16248fc42a1\"] { line-height: 1.3em !important; }[data-css=\"tve-u-162493a03b0\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-162493a03b0\"] .tcb-flex-col { flex-basis: 145px !important; }[data-css=\"tve-u-1622a159bcb\"] { float: none; max-width: 85%; margin: 0px auto !important; padding-top: 0px !important; }[data-css=\"tve-u-16229fa6a26\"] { margin-bottom: 20px !important; padding: 0px 20px 20px !important; }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16229ffbb7b\"] { min-height: inherit; margin-left: -20px; }[data-css=\"tve-u-1621ad46076\"] { margin-bottom: 0px !important; margin-top: 0px !important; padding: 50px 40px !important; }#tve_editor [data-css=\"tve-u-1621b028939\"] .tcb-button-link { font-size: 18px; }[data-css=\"tve-u-16223f02c16\"] { min-height: 54px; }[data-css=\"tve-u-1621b01355a\"] { max-width: 304px; padding: 2px !important; }[data-css=\"tve-u-1620af7eb3f\"] { float: none; z-index: 3; position: relative; display: block; max-width: 300px; width: 300px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621afda4fa\"] { max-width: 100%; margin-bottom: 30px !important; }[data-css=\"tve-u-16224716d62\"]::after { clear: both; }[data-css=\"tve-u-1621f0aa8f7\"] { margin-top: 0px !important; }[data-css=\"tve-u-1621e7e6c1d\"] { min-height: 150px; }[data-css=\"tve-u-1621e7edfd9\"] { clip-path: url(\"#clip-tablet-bottom-10ffac3b28f1d\"); -webkit-clip-path: url(\"#clip-tablet-bottom-10ffac3b28f1d\");  }[data-css=\"tve-u-1621ebf340c\"] { float: none; width: 100%; padding: 0px !important; margin-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621e7d5094\"] { min-height: 455px; }[data-css=\"tve-u-1621adea58b\"] > .tcb-flex-col > .tcb-col { justify-content: center; }[data-css=\"tve-u-16223dad661\"]::after { clear: both; }[data-css=\"tve-u-1621e8107f3\"] { float: none; margin-left: auto !important; margin-right: auto !important; margin-bottom: 20px !important; }[data-css=\"tve-u-16223b080b0\"] { float: none; margin-left: auto !important; margin-right: auto !important; margin-top: -1px !important; }[data-css=\"tve-u-1621eb3eb9f\"] { clip-path: url(\"#clip-tablet-bottom-ac98bb0e54b3b\"); -webkit-clip-path: url(\"#clip-tablet-bottom-ac98bb0e54b3b\");  }[data-css=\"tve-u-1621fe78878\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1621fe78878\"] { min-height: inherit; }#tve_editor [data-css=\"tve-u-1621e92e97f\"] { font-size: 22px !important; }#tve_editor [data-css=\"tve-u-1621e942b65\"] { letter-spacing: 0px; font-size: 1.5em !important; }#tve_editor [data-css=\"tve-u-1621fe1bd18\"] { letter-spacing: 0px; font-size: 1.5em !important; }#tve_editor [data-css=\"tve-u-1621fe1a1af\"] { font-size: 22px !important; }#tve_editor [data-css=\"tve-u-1621fe1725e\"] { letter-spacing: 0px; font-size: 1.5em !important; }#tve_editor [data-css=\"tve-u-1621fe1587d\"] { font-size: 22px !important; }[data-css=\"tve-u-1621ef118dc\"] { position: relative; top: -50px; left: 30px; width: 100%; }[data-css=\"tve-u-1621ee3afec\"] { padding: 40px 0px 0px !important; }[data-css=\"tve-u-1621ee63e1c\"] { max-width: none; margin-bottom: 30px !important; }[data-css=\"tve-u-1621ee74a24\"] { top: 0px; right: 0px; font-size: 45px; width: 45px; height: 45px; float: none; padding-left: 0px !important; margin: 0px auto !important; }[data-css=\"tve-u-1621ee18a1c\"] { margin-top: 40px !important; margin-left: 20px !important; margin-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-1621fdcb4ea\"] { letter-spacing: 1px; font-size: 1.5em !important; }[data-css=\"tve-u-1621ec7f21a\"] { min-height: 150px; }[data-css=\"tve-u-1621eacf6af\"] { float: none; max-width: 230px; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621fd9c946\"] { max-width: 380px; float: none; width: 100%; margin: 0px auto !important; padding-left: 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-1621eb81205\"] { margin-top: 0px !important; }[data-css=\"tve-u-1621eb7ccb0\"] { min-height: 455px; }[data-css=\"tve-u-1621fd8766c\"] { min-height: 150px; }[data-css=\"tve-u-1621fd84d7b\"] { min-height: 430px; }[data-css=\"tve-u-1621e7c7aa1\"] .tcb-flex-col { flex-basis: 300px !important; }#tve_editor [data-css=\"tve-u-1621e7a7350\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621e7c899a\"] { float: none; max-width: 100%; margin-left: auto !important; margin-right: auto !important; margin-top: 0px !important; }[data-css=\"tve-u-1621e7c7aa1\"] { margin-left: -20px; flex-direction: row; }[data-css=\"tve-u-1621e7c7aa1\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-1621b3c8c52\"] { padding: 50px 40px !important; }[data-css=\"tve-u-1621fc0ce17\"] { margin-top: 10px !important; margin-bottom: 7px !important; }[data-css=\"tve-u-1621fbcad8c\"] { padding-left: 0px !important; padding-right: 30px !important; }[data-css=\"tve-u-1621fbacc60\"] { max-width: 177px; }[data-css=\"tve-u-1621fb68b97\"] { margin-left: -15px; min-height: inherit; padding: 20px !important; }[data-css=\"tve-u-1621fb68b97\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-1621fb65556\"] { margin-left: -15px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-1621fb65556\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-1621b200375\"] { float: none; max-width: 100%; margin: 0px auto !important; }[data-css=\"tve-u-1621b0e4fb7\"] { max-width: 100%; float: none; z-index: 3; position: relative; margin-right: auto !important; margin-left: auto !important; margin-bottom: 20px !important; }#tve_editor [data-css=\"tve-u-1621b10fccf\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621ae0bec7\"] { background-image: none !important; margin-top: 0px !important; }[data-css=\"tve-u-1621ae6c8da\"] { clip-path: url(\"#clip-tablet-top-aa2c3e3c70555\"); -webkit-clip-path: url(\"#clip-tablet-top-aa2c3e3c70555\");  }[data-css=\"tve-u-1621adba9ef\"] { clip-path: url(\"#clip-tablet-top-52d5a36c151aa\"); -webkit-clip-path: url(\"#clip-tablet-top-52d5a36c151aa\");  }[data-css=\"tve-u-1621ad420c4\"] { max-width: 100%; min-height: 1px !important; }[data-css=\"tve-u-1621f45bed3\"] { padding: 0px !important; }[data-css=\"tve-u-1621ae4fd21\"] { max-width: 100%; left: 0px; top: 0px; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621ae4db6e\"] { min-height: 300px; }#tve_editor [data-css=\"tve-u-1621afd8c98\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621afcc0bf\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621afceb00\"] { max-width: 100%; margin-bottom: 30px !important; }[data-css=\"tve-u-1621a98b602\"] { stroke-dasharray: 534.071, 534.071; }[data-css=\"tve-u-1621a9750ae\"] { font-size: 14.45px !important; line-height: 14.45px !important; }[data-css=\"tve-u-1621a9a2867\"] { font-size: 51px !important; line-height: 51px !important; }[data-css=\"tve-u-1621a9a2866\"] { margin-top: 42.5px !important; }[data-css=\"tve-u-1621a96b190\"] { width: 153px !important; height: 153px !important; top: 8.5px !important; bottom: 8.5px !important; left: 8.5px !important; right: 8.5px !important; }[data-css=\"tve-u-1621a9685d4\"] { stroke-width: 18px !important; }[data-css=\"tve-u-1621a9a2862\"] { width: 170px !important; height: 170px !important; }[data-css=\"tve-u-1621a983587\"] { float: none; border: 20px solid rgba(137, 141, 167, 0.24); margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621a8b2488\"] { float: none; max-width: 100%; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621a8a804b\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1621a8a804b\"] { margin-left: -24px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-1621a8a804b\"] > .tcb-flex-col { padding-left: 24px; }#tve_editor [data-css=\"tve-u-1621a2e0d5b\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621b028939\"] { position: relative; float: left; z-index: 3; display: block; max-width: 300px; width: 300px; margin-top: 15px !important; }[data-css=\"tve-u-1621adea58b\"] { margin-left: -30px; }[data-css=\"tve-u-1621adea58b\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-1621ade6172\"] { max-width: 100%; position: static; }#tve_editor [data-css=\"tve-u-16248fc42a1\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-16249355087\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-16249358652\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-1624935a201\"] { font-size: 18px !important; }[data-css=\"tve-u-1624939a960\"] { margin-bottom: 0px !important; padding-bottom: 20px !important; padding-left: 20px !important; padding-right: 20px !important; }[data-css=\"tve-u-162493a03b0\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-162493a03b0\"] { min-height: inherit; margin-left: -20px; }#tve_editor [data-css=\"tve-u-1625389a3d5\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-1625389b4ed\"] { font-size: 18px !important; }[data-css=\"tve-u-16260c39a7e\"] { float: none; max-width: 100%; margin: 0px auto !important; }[data-css=\"tve-u-16260d3f4aa\"] { margin-left: -15px; min-height: inherit; padding: 20px !important; }[data-css=\"tve-u-16260d3f4aa\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-16260d3f4af\"] { margin-left: -15px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-16260d3f4af\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-16260d8392c\"] { margin-left: -15px; min-height: inherit; padding: 20px !important; }[data-css=\"tve-u-16260d8392c\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-16260d8396c\"] { margin-left: -15px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-16260d8396c\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-16260da3aa7\"] { float: none; max-width: 100%; margin: 0px !important; }[data-css=\"tve-u-162717cb609\"] { max-width: 100%; min-height: 1px !important; }[data-css=\"tve-u-162717cb60a\"] { padding: 0px !important; }[data-css=\"tve-u-162717cb618\"] { float: none; max-width: 100%; margin-top: 60px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-162717cb620\"] { clip-path: url(\"#clip-tablet-bottom-c883ac5175045\"); -webkit-clip-path: url(\"#clip-tablet-bottom-c883ac5175045\");  }[data-css=\"tve-u-162717d1bbf\"] { margin-left: 0px; padding: 25px 25px 0px !important; }[data-css=\"tve-u-162717d1bbf\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-162717d1bb7\"] { max-width: 51.3%; }[data-css=\"tve-u-162717d1bb9\"] { max-width: 15.3%; }[data-css=\"tve-u-162717d1bb6\"] { padding-left: 0px !important; }[data-css=\"tve-u-162717d1bbc\"] { border-left: none; border-right: none; padding-left: 30px !important; padding-bottom: 10px !important; }[data-css=\"tve-u-162717d1bbe\"] { max-width: 100%; margin-left: 0px !important; margin-right: 30px !important; }[data-css=\"tve-u-164179bced9\"] { border-right: none; padding-left: 30px !important; padding-right: 0px !important; }[data-css=\"tve-u-16417b62c09\"] { max-width: 177px; }[data-css=\"tve-u-16417b662bf\"] { max-width: 177px; }[data-css=\"tve-u-16417e5bd95\"] { font-size: 14px; width: 14px; height: 14px; margin-bottom: -14px !important; margin-left: 0px !important; }[data-css=\"tve-u-1641c1b33f9\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-1641c1b456a\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-1641c1b52d3\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-1641c1b60b4\"] { font-size: 25px; width: 25px; height: 25px; }#tve_editor [data-css=\"tve-u-16422a1ce94\"] { font-size: 16px !important; }[data-css=\"tve-u-16959822de2\"] { margin-right: 1px !important; padding-right: 10px !important; padding-top: 10px !important; }}@media (max-width: 767px){[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-16417e9d24e\"]::after { clear: both; }[data-css=\"tve-u-16417b70f47\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 0px !important; }[data-css=\"tve-u-1621e819c52\"] { min-height: 100px; }[data-css=\"tve-u-1621e8107f3\"] { max-width: 100px; }[data-css=\"tve-u-1621fd8766c\"] { min-height: 144px; }[data-css=\"tve-u-1621ec79a7d\"] { min-height: 100px; }[data-css=\"tve-u-1621ec78d2c\"] { max-width: 100px; }[data-css=\"tve-u-1621ec7f21a\"] { min-height: 144px; }[data-css=\"tve-u-1621e7e6c1d\"] { min-height: 144px; }[data-css=\"tve-u-16417b4cb9e\"] { padding-bottom: 30px !important; }[data-css=\"tve-u-1621ec752da\"] { min-height: 100px; }[data-css=\"tve-u-1621ec6c39b\"] { max-width: 100px; }[data-css=\"tve-u-1621fd84d7b\"] { min-height: 430px; }[data-css=\"tve-u-1621e7c7aa1\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16223dad661\"] { padding-top: 0px !important; }[data-css=\"tve-u-1621b3c74d9\"] { max-width: 100%; }[data-css=\"tve-u-1621eb81205\"] { max-width: 100%; margin-bottom: 20px !important; }[data-css=\"tve-u-1621e7ceab3\"] { max-width: 100%; margin-bottom: 20px !important; }[data-css=\"tve-u-1621f0b0088\"] { min-height: 120px !important; }[data-css=\"tve-u-1621f0da775\"] { float: none; width: 100%; max-width: 280px; margin: 0px auto 20px !important; }[data-css=\"tve-u-1621ee37f4a\"] { min-height: 260px; }[data-css=\"tve-u-1621ee3afec\"] > .tve-cb { display: flex; justify-content: center; flex-direction: column; }[data-css=\"tve-u-1621ee63e1c\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1641367127b\"] { font-size: 30px; width: 30px; height: 30px; }[data-css=\"tve-u-1641367e553\"] { float: none; font-size: 30px; width: 30px; height: 30px; margin: -30px auto 30px !important; padding-right: 10px !important; }[data-css=\"tve-u-1621ada1e7f\"] { padding: 0px !important; }[data-css=\"tve-u-162717cb617\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-162717cb617\"] { min-height: inherit; }[data-css=\"tve-u-16229fa6a26\"] { height: calc(100% - 21px); margin-bottom: 0px !important; margin-top: 21px !important; }[data-css=\"tve-u-1624939a960\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-162493a03b0\"] .tcb-flex-col { flex-basis: 400px !important; }[data-css=\"tve-u-1621a2247ba\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-162717cb60f\"] { margin-bottom: 25px !important; }[data-css=\"tve-u-162717d1bbf\"] .tcb-flex-col { flex-basis: 225px !important; }[data-css=\"tve-u-1621ee3afec\"] { max-width: 100%; padding: 0px !important; position: static !important; }#tve_editor [data-css=\"tve-u-1641333d7d1\"] { font-size: 14px !important; }[data-css=\"tve-u-162717cb60b\"] { margin-top: 0px !important; }[data-css=\"tve-u-162717cb621\"] { z-index: 2; padding-left: 20px !important; padding-right: 20px !important; margin-top: -160px !important; padding-top: 35px !important; }[data-css=\"tve-u-162717cb617\"] .tcb-flex-col { flex-basis: 435px !important; }[data-css=\"tve-u-16369305186\"] { float: none; width: 100%; max-width: 279px; z-index: 3; position: relative; margin: 0px auto !important; }#tcb_landing_page h6 { line-height: 1.4em; }#tcb_landing_page h5 { line-height: 1.3em; }#tcb_landing_page p, #tcb_landing_page li { font-size: 14px; }#tcb_landing_page h2 { font-size: 28px; }#tcb_landing_page h1 { font-size: 35px; }[data-css=\"tve-u-16260ba2fa4\"] { padding-bottom: 40px !important; padding-left: 20px !important; padding-right: 20px !important; }[data-css=\"tve-u-1628a10d3b4\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-1628a12f675\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-162717cb610\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-16271bfe70c\"] { padding: 0px !important; }[data-css=\"tve-u-162717fcf9d\"] { z-index: 1; margin-top: 0px !important; padding-top: 75px !important; padding-left: 20px !important; padding-right: 20px !important; }[data-css=\"tve-u-162718bd0c0\"] { clip-path: url(\"#clip-mobile-top-a3b25e1c9221a\"); -webkit-clip-path: url(\"#clip-mobile-top-a3b25e1c9221a\");  }[data-css=\"tve-u-1621eb3eb9f\"] { clip-path: url(\"#clip-mobile-bottom-ac98bb0e54b3b\"); -webkit-clip-path: url(\"#clip-mobile-bottom-ac98bb0e54b3b\");  }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col > .tcb-col { min-height: 155px; }[data-css=\"tve-u-16229ffbb7b\"] { min-height: inherit; margin-left: 0px; }[data-css=\"tve-u-16229fa8c68\"] { height: calc(100% - 28px); margin-bottom: 0px !important; margin-top: 20px !important; }[data-css=\"tve-u-1622f65ba70\"] { height: calc(100% - 20px); margin-bottom: 0px !important; margin-top: 20px !important; }[data-css=\"tve-u-16229f6175c\"] { margin-top: 0px !important; }[data-css=\"tve-u-1622a159bcb\"] { float: none; max-width: 100%; margin-left: auto !important; margin-right: auto !important; padding-top: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-16229ae62a7\"] { border-right: none; }#tve_editor [data-css=\"tve-u-16228c764b2\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-16228c75500\"] { font-size: 18px !important; }[data-css=\"tve-u-1621fb65556\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-1621a983587\"] { border: 20px solid rgba(137, 141, 167, 0.32); }[data-css=\"tve-u-1621ee74a24\"] { float: none; margin-left: auto !important; margin-right: auto !important; margin-bottom: 10px !important; }[data-css=\"tve-u-1621afda4fa\"] { max-width: 100%; margin-bottom: 20px !important; }[data-css=\"tve-u-16223f02c16\"] { min-height: 54px; }[data-css=\"tve-u-1621f0aa8f7\"] { margin-top: 0px !important; }#tve_editor [data-css=\"tve-u-1622444fb11\"] { letter-spacing: 0px; }[data-css=\"tve-u-16224439be1\"] { padding: 0px !important; }[data-css=\"tve-u-1621fb68b97\"] { padding: 0px !important; }[data-css=\"tve-u-1621afceb00\"] { max-width: 100%; margin-bottom: 30px !important; }[data-css=\"tve-u-1621b0e4fb7\"] { float: none; margin-right: auto !important; margin-bottom: 30px !important; padding-left: 0px !important; margin-left: auto !important; }[data-css=\"tve-u-1621ebf340c\"] { padding-bottom: 40px !important; }[data-css=\"tve-u-1621ea50702\"] { float: none; width: 100%; padding: 0px !important; margin-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621e7d5094\"] { min-height: 430px; }[data-css=\"tve-u-1621eb7ccb0\"] { min-height: 430px; }[data-css=\"tve-u-1621ee03000\"] { flex-direction: column; }[data-css=\"tve-u-16223fe5f5b\"] { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621f0d2c1a\"] { margin-left: 25px !important; margin-right: 25px !important; }[data-css=\"tve-u-1621ee18a1c\"] { margin: 0px 20px 20px 0px !important; }[data-css=\"tve-u-1621ef118dc\"] { top: 0px; width: 245px; position: relative; float: none; z-index: 5; left: 0px; margin: -22px auto 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-1621fd9c946\"] { max-width: 100%; margin-top: 0px !important; margin-left: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-16223fc9f23\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-1621e7c899a\"] { max-width: none; float: none; margin-top: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621b3c8c52\"] { padding: 40px 20px !important; }[data-css=\"tve-u-1621fbcad8c\"] { padding: 20px !important; }[data-css=\"tve-u-1621fb65556\"] { margin-left: 0px; padding: 0px !important; }[data-css=\"tve-u-1621fbacc60\"] { max-width: 126px; float: none; margin-left: auto !important; margin-right: auto !important; margin-top: 20px !important; }[data-css=\"tve-u-1621b200375\"] { float: none; margin-top: 0px !important; margin-left: auto !important; margin-right: auto !important; }#tve_editor [data-css=\"tve-u-1621b10fccf\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621b028939\"] { display: block; max-width: 100%; width: 100%; float: none; min-width: 100%; margin-left: auto !important; margin-right: auto !important; margin-top: 0px !important; }[data-css=\"tve-u-1621ae4db6e\"] { min-height: 270px; }[data-css=\"tve-u-1621ae6c8da\"] { clip-path: url(\"#clip-mobile-top-aa2c3e3c70555\"); -webkit-clip-path: url(\"#clip-mobile-top-aa2c3e3c70555\");  }[data-css=\"tve-u-1621adba9ef\"] { clip-path: url(\"#clip-mobile-top-52d5a36c151aa\"); -webkit-clip-path: url(\"#clip-mobile-top-52d5a36c151aa\");  }[data-css=\"tve-u-16223f02c16\"]::after { clear: both; }[data-css=\"tve-u-1621b01355a\"] { max-width: 100%; float: none; margin-left: auto !important; margin-right: auto !important; margin-bottom: 15px !important; }[data-css=\"tve-u-1620af7eb3f\"] { float: none; display: block; max-width: 100%; width: 100%; min-width: 100%; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621ae0bec7\"]::after { clear: both; }[data-css=\"tve-u-1621f45bed3\"] { padding: 40px 20px 0px !important; }[data-css=\"tve-u-1621ad46076\"] { margin: 0px !important; padding: 30px 20px !important; }[data-css=\"tve-u-1621adea58b\"] { flex-flow: row-reverse wrap-reverse !important; }[data-css=\"tve-u-1621ae4fd21\"] { margin-top: 0px !important; position: static !important; }[data-css=\"tve-u-1621a8b2488\"] { float: none; max-width: 100%; margin-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621a8a804b\"] { padding-left: 0px !important; padding-right: 0px !important; }#tve_editor [data-css=\"tve-u-1621a2e0d5b\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621e7c7aa1\"] { flex-direction: column; min-height: inherit; }[data-css=\"tve-u-16249367114\"] { margin-top: 0px !important; }[data-css=\"tve-u-16249373b25\"] { height: calc(100% - 20px); margin-bottom: 0px !important; background-image: linear-gradient(rgb(248, 249, 251), rgb(248, 249, 251)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; margin-top: 20px !important; }[data-css=\"tve-u-162493a03b0\"] > .tcb-flex-col > .tcb-col { min-height: 155px; }[data-css=\"tve-u-162493a03b0\"] { min-height: inherit; }[data-css=\"tve-u-162493b6b63\"] { height: calc(100% - 20px); margin-bottom: 0px !important; margin-top: 20px !important; }[data-css=\"tve-u-16260c39a7e\"] { float: none; margin-top: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-16260d3f4aa\"] { padding: 0px !important; }[data-css=\"tve-u-16260d3f4af\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-16260d3f4af\"] { margin-left: 0px; padding: 0px !important; }[data-css=\"tve-u-16260d8392c\"] { padding: 0px !important; }[data-css=\"tve-u-16260d8396c\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-16260d8396c\"] { margin-left: 0px; padding: 0px !important; }[data-css=\"tve-u-16260da3aa7\"] { float: none; margin-top: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-162717cb618\"] { margin: 140px 0px 0px !important; }[data-css=\"tve-u-162717cb620\"] { clip-path: url(\"#clip-mobile-bottom-c883ac5175045\"); -webkit-clip-path: url(\"#clip-mobile-bottom-c883ac5175045\");  background-image: url(\"https://bestcerakoteflorida.com/wp-content/uploads/2018/05/FTYS6743.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-162717cb60a\"] { padding: 0px !important; }#tve_editor [data-css=\"tve-u-162717cb616\"] { font-size: 27px !important; }[data-css=\"tve-u-162717d1bbf\"] > .tcb-flex-col { padding-left: 18px; }[data-css=\"tve-u-162717d1bbf\"] { margin-left: -18px; padding: 10px !important; flex-flow: row wrap !important; }[data-css=\"tve-u-162717d1bbe\"] { border-bottom: 1px solid rgba(255, 255, 255, 0.2); border-right: none; margin-left: auto !important; margin-right: auto !important; float: none; }[data-css=\"tve-u-162717d1bbc\"] { border: none; padding-left: 0px !important; padding-right: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-162717d1bb6\"] { border: none; padding-top: 0px !important; padding-left: 0px !important; margin-bottom: 1px !important; margin-top: -5px !important; padding-bottom: 10px !important; }[data-css=\"tve-u-164179a84b8\"] { float: none; width: 100%; max-width: 155px; z-index: 3; position: relative; margin-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-164179bced9\"] { border-right: none; position: relative; padding-left: 0px !important; padding-right: 0px !important; margin-top: 0px !important; max-width: 250px; margin-left: auto !important; margin-right: auto !important; float: none; }[data-css=\"tve-u-16417b62c09\"] { max-width: 126px; float: none; margin-left: auto !important; margin-right: auto !important; margin-top: 20px !important; }[data-css=\"tve-u-16417b662bf\"] { max-width: 126px; float: none; margin-left: auto !important; margin-right: auto !important; margin-top: 20px !important; }[data-css=\"tve-u-16417e5bd95\"] { margin: 3px 10px 0px 0px !important; }#tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] p, #tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] li, #tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] blockquote, #tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] address, #tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] .tcb-plain-text, #tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] label { font-size: 18px; }[data-css=\"tve-u-16959822de2\"] { padding-top: 10px !important; margin-left: auto !important; margin-right: auto !important; float: none; }}'),(6814,567,'tve_revision_tve_user_custom_css',''),(6815,567,'tve_revision_tve_page_events','a:0:{}'),(6816,567,'tve_revision_tve_globals','a:2:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";s:8:\"font_cls\";a:0:{}}'),(6817,567,'tve_revision_tve_global_scripts',''),(6818,567,'tve_revision_thrive_icon_pack','0'),(6819,567,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(6820,567,'tve_revision_tve_has_masonry','0'),(6821,567,'tve_revision_tve_has_typefocus','0'),(6822,567,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-162717d1bbe\" wfd-id=\"437\"><div class=\"tcb-flex-row tcb-medium-no-wrap v-2 tcb--cols--3 m-edit tcb-mobile-wrap tcb-resized\" data-css=\"tve-u-162717d1bbf\" wfd-id=\"438\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1695981e7bb\" wfd-id=\"459\"><div class=\"tcb-col\" data-css=\"tve-u-16959846d3d\" wfd-id=\"461\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16959822de2\" wfd-id=\"462\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"463\"><img class=\"tve_image wp-image-465\" alt=\"\" width=\"384\" height=\"62\" title=\"Blackhawk_custom_header\" data-id=\"465\" src=\"https://bestcerakoteflorida.com/wp-content/uploads/2019/01/Blackhawk_custom_header.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717d1bb9\" style=\"\" wfd-id=\"452\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717d1bb6\" wfd-id=\"454\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-164179a84b8\" wfd-id=\"455\">\n<div class=\"tve-content-box-background\" wfd-id=\"458\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"456\"><div class=\"tcb-clear\" wfd-id=\"457\"></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717d1bb7\" style=\"\" wfd-id=\"439\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717d1bbc\" wfd-id=\"441\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16369305186\" wfd-id=\"442\">\n<div class=\"tve-content-box-background\" wfd-id=\"451\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16417e9d24e\" wfd-id=\"443\"><div class=\"tcb-clear\" wfd-id=\"449\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-16417e5bd95\" data-float=\"1\" wfd-id=\"450\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-envelope-regular\" data-name=\"\">\n            <path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path>\n        </svg></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-164179bced9\" wfd-id=\"444\"><p data-css=\"tve-u-1641333d7d1\"><a href=\"mailto:info@bestcerkoteflorida.com\" target=\"_blank\">info@bestcerakoteflorida.com</a></p></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-162717cb621\" data-value-type=\"percent\" wfd-id=\"394\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-162717cb620\" data-clip-id=\"c883ac5175045\" wfd-id=\"436\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-c883ac5175045\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9125, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-c883ac5175045\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9476, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-c883ac5175045\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9651, 1 1, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-162717cb609\" wfd-id=\"395\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-162717cb618\" wfd-id=\"396\"><div class=\"tcb-flex-row tcb-medium-wrap tcb-resized v-2 tcb--cols--2\" data-css=\"tve-u-162717cb617\" wfd-id=\"397\"><div class=\"tcb-flex-col\" data-css=\"tve-u-162717cb601\" style=\"\" wfd-id=\"412\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717cb60a\" wfd-id=\"414\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h1\" data-css=\"tve-u-162717cb610\" wfd-id=\"426\"><h1 data-css=\"tve-u-162717cb616\" style=\"text-align: center;\">&nbsp;Protect What\'s Important To You With The Toughest Ceramic Finish In The World!<span data-css=\"tve-u-16271ca808e\" style=\"color: rgb(0, 229, 255);\" wfd-id=\"435\"></span></h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162717cb60f\" wfd-id=\"415\"><p data-css=\"tve-u-1695a36117b\" style=\"text-align: center;\">Heat, Water, Salt and Sand just some of the conditions you face. And any one of them is just waiting to get a hold of your firearm and leave it a pile of rusted, pitted junk.</p><p data-css=\"tve-u-16413112747\" style=\"text-align: center;\">Unfortunately there wasn\'t much you could do other than keep cleaning and lubricating your firearms...till NOW!</p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717cb600\" style=\"\" wfd-id=\"398\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717cb60b\" wfd-id=\"400\"><div class=\"thrv_responsive_video thrv_wrapper rv_style_lifted_style2\" data-type=\"youtube\" data-rel=\"0\" data-url=\"https://www.youtube.com/watch?v=a1nyu9ZJiEk\" data-css=\"tve-u-16959cd1e7a\" data-modestbranding=\"1\" wfd-id=\"409\">\n	\n\n	<div class=\"tve_responsive_video_container\" wfd-id=\"410\">\n		<div class=\"video_overlay\" wfd-id=\"411\"></div>\n	<iframe data-code=\"TEOqV1Q16lU\" data-provider=\"youtube\" src=\"https://www.youtube.com/embed/TEOqV1Q16lU?rel=0&amp;modestbranding=1&amp;controls=1&amp;showinfo=1&amp;fs=1&amp;wmode=transparent\" data-src=\"https://www.youtube.com/embed/TEOqV1Q16lU?rel=0&amp;modestbranding=1&amp;controls=1&amp;showinfo=1&amp;fs=1&amp;wmode=transparent\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\n</div><div class=\"thrv_wrapper thrv-button tcb-with-icon\" data-css=\"tve-u-1695a3002e2\" data-tcb_hover_state_parent=\"\" data-button-style=\"border_1\" wfd-id=\"401\">\n	<a href=\"tel:1-954-848-1911\" class=\"tcb-button-link\" target=\"_blank\" rel=\"\"><span class=\"tcb-button-icon\" wfd-id=\"407\">\n	<div class=\"thrv_wrapper thrv_icon tve_no_drag tve_no_icons tcb-icon-inherit-style tcb-icon-display\" wfd-id=\"408\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-phone-plus-light\" data-name=\"\">\n            <path d=\"M8 128h88v88c0 4.4 3.6 8 8 8h16c4.4 0 8-3.6 8-8v-88h88c4.4 0 8-3.6 8-8v-16c0-4.4-3.6-8-8-8h-88V8c0-4.4-3.6-8-8-8h-16c-4.4 0-8 3.6-8 8v88H8c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8zM487.8 24.1L387 .8c-14.7-3.4-29.8 4.2-35.8 18.1l-46.5 108.5c-5.5 12.7-1.8 27.7 8.9 36.5l53.9 44.1c-34 69.2-90.3 125.6-159.6 159.6l-44.1-53.9c-8.8-10.7-23.8-14.4-36.5-8.9L18.9 351.3c-13.9 6-21.5 21-18.1 35.8L24 487.9C27.3 502 39.9 512 54.5 512 306.7 512 512 307.8 512 54.5c0-14.6-10-27.2-24.2-30.4zM55.1 480l-23-99.6 107.4-46 59.5 72.8c103.6-48.6 159.7-104.9 208.1-208.1l-72.8-59.5 46-107.4 99.6 23C479.7 289.7 289.6 479.7 55.1 480z\"></path>\n        </svg></div>\n</span>\n\n		<span class=\"tcb-button-texts\" wfd-id=\"402\"><span class=\"tcb-button-text thrv-inline-text\" wfd-id=\"403\">CALL NOW</span></span>\n	</a>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-162717fcf9d\" data-value-type=\"percent\" wfd-id=\"329\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-162718bd0c0\" data-clip-id=\"a3b25e1c9221a\" wfd-id=\"393\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0875\"></polygon></clipPath><clipPath id=\"clip-tablet-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"6\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.1051\"></polygon></clipPath><clipPath id=\"clip-mobile-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"1\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0175\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-162718a3b40\" wfd-id=\"330\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622a159bcb\" wfd-id=\"331\">\n<div class=\"tve-content-box-background\" wfd-id=\"392\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"332\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621a2247ba\" wfd-id=\"385\"><h2 data-css=\"tve-u-1621a2e0d5b\">our services</h2></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16229f6175c\" wfd-id=\"356\"><div class=\"tcb-flex-row tcb-medium-no-wrap tcb--cols--3 v-2\" data-css=\"tve-u-162493a03b0\" wfd-id=\"357\"><div class=\"tcb-flex-col\" wfd-id=\"374\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1624939a960\" data-tcb_hover_state_parent=\"\" wfd-id=\"376\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-162493d5f13\" data-float=\"1\" wfd-id=\"384\"><svg class=\"tcb-icon\" viewBox=\"0 0 14 28\" data-name=\"bolt\">\n<path d=\"M13.828 8.844c0.172 0.187 0.219 0.453 0.109 0.688l-8.437 18.078c-0.125 0.234-0.375 0.391-0.656 0.391-0.063 0-0.141-0.016-0.219-0.031-0.344-0.109-0.547-0.438-0.469-0.766l3.078-12.625-6.344 1.578c-0.063 0.016-0.125 0.016-0.187 0.016-0.172 0-0.359-0.063-0.484-0.172-0.187-0.156-0.25-0.391-0.203-0.609l3.141-12.891c0.078-0.297 0.359-0.5 0.688-0.5h5.125c0.391 0 0.703 0.297 0.703 0.656 0 0.094-0.031 0.187-0.078 0.281l-2.672 7.234 6.188-1.531c0.063-0.016 0.125-0.031 0.187-0.031 0.203 0 0.391 0.094 0.531 0.234z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"380\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-162494b490e\" wfd-id=\"381\"><h4 data-css=\"tve-u-16249355087\" style=\"text-align: left;\">Express exterior</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162494b7ad0\" wfd-id=\"377\"><p data-css=\"tve-u-162492e70ad\">Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"365\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162493b6b63\" data-tcb_hover_state_parent=\"\" wfd-id=\"367\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b456a\" wfd-id=\"373\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"adjust\">\n<path d=\"M12 22.5v-17c-4.688 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"371\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1af44d\" wfd-id=\"372\"><h4 data-css=\"tve-u-16249358652\" style=\"text-align: left;\">Interior clean</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"368\"><p data-css=\"tve-u-162492e70ad\">Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"358\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16249373b25\" wfd-id=\"360\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b52d3\" wfd-id=\"364\"><svg class=\"tcb-icon\" viewBox=\"0 0 26 28\" data-name=\"umbrella\">\n<path d=\"M14 12.938v9.063c0 2.172-1.828 4-4 4s-4-1.828-4-4c0-0.547 0.453-1 1-1s1 0.453 1 1c0 1.047 0.953 2 2 2s2-0.953 2-2v-9.063c0.328-0.109 0.656-0.172 1-0.172s0.672 0.063 1 0.172zM26 13.359c0 0.266-0.234 0.5-0.5 0.5-0.141 0-0.25-0.063-0.359-0.156-0.906-0.844-1.75-1.437-3.047-1.437-1.484 0-2.766 0.922-3.609 2.094-0.187 0.266-0.328 0.547-0.5 0.812-0.109 0.172-0.234 0.266-0.438 0.266-0.219 0-0.344-0.094-0.453-0.266-0.172-0.266-0.313-0.547-0.5-0.812-0.844-1.172-2.109-2.094-3.594-2.094s-2.75 0.922-3.594 2.094c-0.187 0.266-0.328 0.547-0.5 0.812-0.109 0.172-0.234 0.266-0.453 0.266-0.203 0-0.328-0.094-0.438-0.266-0.172-0.266-0.313-0.547-0.5-0.812-0.844-1.172-2.125-2.094-3.609-2.094-1.297 0-2.141 0.594-3.047 1.437-0.109 0.094-0.219 0.156-0.359 0.156-0.266 0-0.5-0.234-0.5-0.5 0-0.047 0-0.078 0.016-0.109 1.437-5.906 7.141-9.25 12.984-9.25 5.812 0 11.578 3.344 12.984 9.25 0.016 0.031 0.016 0.063 0.016 0.109zM14 2v1.531c-0.328-0.016-0.672-0.031-1-0.031s-0.672 0.016-1 0.031v-1.531c0-0.547 0.453-1 1-1s1 0.453 1 1z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"362\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b01a6\" wfd-id=\"363\"><h4 data-css=\"tve-u-1624935a201\" style=\"text-align: left;\">Wax protection</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"361\"><p data-css=\"tve-u-162492e70ad\">Etiam pharetra, erat sed fermentum feugiat, velit mauris</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16249367114\" wfd-id=\"333\"><div class=\"tcb-flex-row tcb-medium-no-wrap tcb--cols--3 v-2\" data-css=\"tve-u-16229ffbb7b\" wfd-id=\"334\"><div class=\"tcb-flex-col\" wfd-id=\"349\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229fa6a26\" wfd-id=\"351\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b33f9\" wfd-id=\"355\"><svg class=\"tcb-icon\" viewBox=\"0 0 26 28\" data-name=\"magic\">\n<path d=\"M18.594 9.078l4.578-4.578-1.672-1.672-4.578 4.578zM25.578 4.5c0 0.266-0.094 0.516-0.281 0.703l-20.094 20.094c-0.187 0.187-0.438 0.281-0.703 0.281s-0.516-0.094-0.703-0.281l-3.094-3.094c-0.187-0.187-0.281-0.438-0.281-0.703s0.094-0.516 0.281-0.703l20.094-20.094c0.187-0.187 0.438-0.281 0.703-0.281s0.516 0.094 0.703 0.281l3.094 3.094c0.187 0.187 0.281 0.438 0.281 0.703zM4.469 1.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531zM9.938 4.062l3.063 0.938-3.063 0.938-0.938 3.063-0.938-3.063-3.063-0.938 3.063-0.938 0.938-3.063zM24.469 11.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531zM14.469 1.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"353\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b0a67\" wfd-id=\"354\"><h4 data-css=\"tve-u-16248fc42a1\" style=\"text-align: left;\">Dust &amp; Dash Console</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"352\"><p data-css=\"tve-u-162492e70ad\">Duis sed odio sit amet nibh vulputate cursus a sit amet mauris.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"342\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1622f65ba70\" wfd-id=\"344\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b60b4\" wfd-id=\"348\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"certificate\">\n<path d=\"M21.5 14l2.156 2.109c0.297 0.281 0.406 0.703 0.313 1.094-0.109 0.391-0.422 0.703-0.812 0.797l-2.938 0.75 0.828 2.906c0.109 0.391 0 0.812-0.297 1.094-0.281 0.297-0.703 0.406-1.094 0.297l-2.906-0.828-0.75 2.938c-0.094 0.391-0.406 0.703-0.797 0.812-0.094 0.016-0.203 0.031-0.297 0.031-0.297 0-0.594-0.125-0.797-0.344l-2.109-2.156-2.109 2.156c-0.281 0.297-0.703 0.406-1.094 0.313-0.406-0.109-0.703-0.422-0.797-0.812l-0.75-2.938-2.906 0.828c-0.391 0.109-0.812 0-1.094-0.297-0.297-0.281-0.406-0.703-0.297-1.094l0.828-2.906-2.938-0.75c-0.391-0.094-0.703-0.406-0.812-0.797-0.094-0.391 0.016-0.812 0.313-1.094l2.156-2.109-2.156-2.109c-0.297-0.281-0.406-0.703-0.313-1.094 0.109-0.391 0.422-0.703 0.812-0.797l2.938-0.75-0.828-2.906c-0.109-0.391 0-0.812 0.297-1.094 0.281-0.297 0.703-0.406 1.094-0.297l2.906 0.828 0.75-2.938c0.094-0.391 0.406-0.703 0.797-0.797 0.391-0.109 0.812 0 1.094 0.297l2.109 2.172 2.109-2.172c0.281-0.297 0.688-0.406 1.094-0.297 0.391 0.094 0.703 0.406 0.797 0.797l0.75 2.938 2.906-0.828c0.391-0.109 0.812 0 1.094 0.297 0.297 0.281 0.406 0.703 0.297 1.094l-0.828 2.906 2.938 0.75c0.391 0.094 0.703 0.406 0.812 0.797 0.094 0.391-0.016 0.812-0.313 1.094z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"346\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b12d8\" wfd-id=\"347\"><h4 data-css=\"tve-u-1625389a3d5\" style=\"text-align: left;\">Triple Foam Polish</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"345\"><p data-css=\"tve-u-162492e70ad\">Class aptent taciti sociosqu ad litora torquent</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"335\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229fa8c68\" wfd-id=\"337\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-16271adf6cf\" wfd-id=\"341\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"bullseye\">\n<path d=\"M16 14c0 2.203-1.797 4-4 4s-4-1.797-4-4 1.797-4 4-4 4 1.797 4 4zM18 14c0-3.313-2.688-6-6-6s-6 2.688-6 6 2.688 6 6 6 6-2.688 6-6zM20 14c0 4.422-3.578 8-8 8s-8-3.578-8-8 3.578-8 8-8 8 3.578 8 8zM22 14c0-5.516-4.484-10-10-10s-10 4.484-10 10 4.484 10 10 10 10-4.484 10-10zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"339\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-16248fc71c8\" wfd-id=\"340\"><h4 data-css=\"tve-u-1625389b4ed\" style=\"text-align: left;\">Tire dressing</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"338\"><p data-css=\"tve-u-162492e70ad\">Etiam pharetra, erat sed fermentum feugiat, velit mauris</p></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621ad46076\" wfd-id=\"297\">\n<div class=\"tve-page-section-out\" wfd-id=\"328\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621b072b4e\" wfd-id=\"298\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621a8b2488\" wfd-id=\"299\"><div class=\"tcb-flex-row tcb--cols--2 v-2\" data-css=\"tve-u-1621a8a804b\" wfd-id=\"300\"><div class=\"tcb-flex-col\" wfd-id=\"310\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16271bfe70c\" wfd-id=\"312\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h3\" data-css=\"tve-u-1621a8c4313\" wfd-id=\"327\"><h3><strong>Complete cleaning services for yoâ€‹ur car</strong></h3></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-16417b70f47\" wfd-id=\"313\"><ul class=\"tcb-styled-list\" wfd-id=\"314\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621acf0289\" wfd-id=\"323\"><div class=\"tcb-styled-list-icon\" wfd-id=\"325\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a8e11f3\" wfd-id=\"326\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ace1b08\" wfd-id=\"324\">We are a small business delivering professional cleaning services for all vehicles</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621acf64fb\" wfd-id=\"319\"><div class=\"tcb-styled-list-icon\" wfd-id=\"321\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a8e5625\" wfd-id=\"322\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ace4de9\" wfd-id=\"320\">Our services are convenient for individuals and corporate fleets</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"315\"><div class=\"tcb-styled-list-icon\" wfd-id=\"317\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a9076ef\" wfd-id=\"318\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621acf47d2\" wfd-id=\"316\">We use eco-friendly products that actually clean, protect and maintain your car better than the traditional cleaning substances</span></li></ul></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"301\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621a90a46f\" wfd-id=\"303\"><div class=\"thrv_wrapper thrv-fill-counter tve_red tve_normalfc thrv_data_element\" data-css=\"tve-u-1621a983587\" wfd-id=\"304\">\n<div class=\"tve_fill_counter_n\" style=\"\" data-fill=\"100\" data-css=\"tve-u-1621a98b602\" wfd-id=\"305\">\n<svg viewBox=\"0 0 170 170\" class=\"tve_fill_counter_circle\" shape-rendering=\"optimizeSpeed\" data-css=\"tve-u-1621a9a2862\">\n<circle class=\"tve_fill_counter_circle_inner\" r=\"85\" cx=\"85\" cy=\"85\" data-css=\"tve-u-1621a9685d4\"></circle>\n</svg>\n<div class=\"tve_fill_text_in\" data-css=\"tve-u-1621a96b190\" wfd-id=\"306\">\n<div class=\"tve_fill_text_value\" data-css=\"tve-u-1621a9a2866\" wfd-id=\"308\">\n<div class=\"thrv-inline-text tve_fill_text tve_editable\" data-css=\"tve-u-1621a9a2867\" wfd-id=\"309\"><strong>100%â€‹</strong></div>\n</div>\n<div class=\"thrv-inline-text tve_editable tve_data_element_label\" data-css=\"tve-u-1621a9750ae\" wfd-id=\"307\">Clean car</div>\n</div>\n</div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621ada1e7f\" data-value-type=\"percent\" wfd-id=\"261\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621adba9ef\" data-clip-id=\"52d5a36c151aa\" wfd-id=\"296\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-52d5a36c151aa\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0875\"></polygon></clipPath><clipPath id=\"clip-tablet-top-52d5a36c151aa\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0524\"></polygon></clipPath><clipPath id=\"clip-mobile-top-52d5a36c151aa\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0349\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621ad420c4\" wfd-id=\"262\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621ade6172\" wfd-id=\"263\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2 tcb-row-reversed-mobile tcb-mobile-edit v-2\" data-css=\"tve-u-1621adea58b\" wfd-id=\"264\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621b064646\" style=\"\" wfd-id=\"290\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ae0bec7\" wfd-id=\"292\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ae4fd21\" data-value-type=\"percent\" data-float=\"1\" wfd-id=\"293\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621ae6c8da\" data-clip-id=\"aa2c3e3c70555\" wfd-id=\"295\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0349\"></polygon></clipPath><clipPath id=\"clip-tablet-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"4\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0699\"></polygon></clipPath><clipPath id=\"clip-mobile-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"4\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0699\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb\" data-css=\"tve-u-1621ae4db6e\" wfd-id=\"294\"></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621b064668\" style=\"\" wfd-id=\"265\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621f45bed3\" wfd-id=\"267\"><div class=\"tcb-clear\" data-css=\"tve-u-16224848ee5\" wfd-id=\"288\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621afceb00\" wfd-id=\"289\"><h2 data-css=\"tve-u-1621afcc0bf\">Check Out Our Special Offer!</h2></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621afda4fa\" wfd-id=\"287\"><p data-css=\"tve-u-1621afd8c98\">Donâ€™t miss the opportunity to get 50% discount on a complete cleaning just by recommending us to a friend. Bring someone you know with you and clean you car half price!</p></div><div class=\"tcb-clear\" data-css=\"tve-u-16224834cab\" wfd-id=\"268\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621fe85996\" wfd-id=\"269\"><div class=\"tcb-flex-row tcb--cols--2 tcb-resized tcb-medium-wrap tcb-desktop-wrap\" data-css=\"tve-u-1621fe78878\" wfd-id=\"270\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621fe94086\" style=\"\" wfd-id=\"278\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"280\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621b01355a\" wfd-id=\"281\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621b08fdde\" data-tcb_hover_state_parent=\"1\" wfd-id=\"286\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16223f02c16\" wfd-id=\"282\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-1620af7eb3f\" data-tcb_hover_state_parent=\"\" data-button-style=\"full_rounded\" wfd-id=\"283\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"284\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-16228c75500\" wfd-id=\"285\"><strong>Request an appointment</strong></span></span>\n</a>\n</div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621fe940b9\" style=\"\" wfd-id=\"271\"><div class=\"tcb-col\" wfd-id=\"273\"><div class=\"tcb-clear\" data-css=\"tve-u-16224716d62\" wfd-id=\"274\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-1621b028939\" data-tcb_hover_state_parent=\"\" data-button-style=\"ghost\" wfd-id=\"275\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"276\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-16228c764b2\" wfd-id=\"277\"><strong>Call Now: 0400-700-682</strong></span></span>\n</a>\n</div></div></div></div></div></div></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16260ba2fa4\" wfd-id=\"168\">\n<div class=\"tve-page-section-out\" wfd-id=\"260\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16260be7104\" wfd-id=\"169\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621b0e4fb7\" wfd-id=\"259\"><h2 data-css=\"tve-u-1621b10fccf\" style=\"text-align: center;\">our happy clients</h2></div><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641367127b\" data-float=\"1\" wfd-id=\"258\"><svg class=\"tcb-icon\" viewBox=\"0 0 30 32\" data-name=\"quote-left\">\n<path d=\"M13.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429zM29.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641367e553\" wfd-id=\"257\"><svg class=\"tcb-icon\" viewBox=\"0 0 30 32\" data-name=\"quote-left\">\n<path d=\"M13.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429zM29.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a10d3b4\" wfd-id=\"228\">\n<div class=\"tve-content-box-background\" wfd-id=\"256\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"229\"><div class=\"tcb-clear\" data-css=\"tve-u-1621b300a64\" wfd-id=\"254\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-1621f154231\" wfd-id=\"255\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621b200375\" wfd-id=\"232\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-16260d8392c\" wfd-id=\"233\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"238\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"240\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16417b62c09\" wfd-id=\"241\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-16260d8396c\" wfd-id=\"242\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16260d01208\" style=\"\" wfd-id=\"248\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"250\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"251\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16225617da3\" wfd-id=\"253\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"252\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16260d0120e\" style=\"\" wfd-id=\"243\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"245\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"247\"><h5>Brett Graham, 28</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"246\"><h6 class=\"\">Architect</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"234\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"236\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"237\"><p data-css=\"tve-u-162539c17ec\">Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit. Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit.&nbsp;</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-16260c5ff0c\" wfd-id=\"230\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260c5ff07\" wfd-id=\"231\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a12f675\" wfd-id=\"199\">\n<div class=\"tve-content-box-background\" wfd-id=\"227\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"200\"><div class=\"tcb-clear\" data-css=\"tve-u-16260cd7683\" wfd-id=\"225\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260d73672\" wfd-id=\"226\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16260da3aa7\" wfd-id=\"203\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-1621fb68b97\" wfd-id=\"204\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"209\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"211\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16417b662bf\" wfd-id=\"212\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-1621fb65556\" wfd-id=\"213\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16229915e1a\" style=\"\" wfd-id=\"219\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"221\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"222\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16260c433e9\" wfd-id=\"224\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"223\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16229915e4e\" style=\"\" wfd-id=\"214\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"216\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"218\"><h5>Rosie Hanson, 24</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"217\"><h6 class=\"\">Real estate Associate</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"205\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"207\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"208\"><p data-css=\"tve-u-162539c17ec\">Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo.</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-16260d3b97e\" wfd-id=\"201\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260d39b83\" wfd-id=\"202\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a146aef\" wfd-id=\"170\">\n<div class=\"tve-content-box-background\" wfd-id=\"198\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"171\"><div class=\"tcb-clear\" data-css=\"tve-u-16260cd7683\" wfd-id=\"196\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260cd622f\" wfd-id=\"197\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16260c39a7e\" wfd-id=\"174\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-16260d3f4aa\" wfd-id=\"175\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"180\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"182\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621fbacc60\" wfd-id=\"183\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-16260d3f4af\" wfd-id=\"184\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16229915e1a\" style=\"\" wfd-id=\"190\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"192\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"193\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16260d5e4b8\" wfd-id=\"195\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"194\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16229915e4e\" style=\"\" wfd-id=\"185\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"187\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"189\"><h5>Shawn Mattews, 35</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"188\"><h6 class=\"\">project manager</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"176\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"178\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"179\"><p data-css=\"tve-u-162539c17ec\">Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo. Nullam ac urna eu felis.Sed non neque elit. Sed ut imperdiet nisi. Proin condimentum</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1621b30ca74\" wfd-id=\"172\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-1621f15b521\" wfd-id=\"173\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621b3c8c52\" wfd-id=\"64\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621b3cfc7b\" wfd-id=\"167\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621b3c74d9\" wfd-id=\"65\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621e7b695a\" wfd-id=\"166\"><h2 data-css=\"tve-u-1621e7a7350\" style=\"text-align: center;\">our offers</h2></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621e7c899a\" wfd-id=\"66\"><div class=\"tcb-flex-row tcb--cols--3 tcb-medium-wrap v-2\" data-css=\"tve-u-1621e7c7aa1\" wfd-id=\"67\"><div class=\"tcb-flex-col\" wfd-id=\"130\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16223fc9f23\" wfd-id=\"132\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e7ceab3\" style=\"\" wfd-id=\"133\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16416e4fafd\" wfd-id=\"165\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e7d5094\" wfd-id=\"134\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e7e9950\" data-value-type=\"percent\" style=\"\" wfd-id=\"161\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e7edfd9\" data-clip-id=\"10ffac3b28f1d\" wfd-id=\"164\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-10ffac3b28f1d\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-10ffac3b28f1d\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e7e6c1d\" wfd-id=\"162\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-16417b4cb9e\" wfd-id=\"163\"><h4 data-css=\"tve-u-1621fe1a1af\" style=\"text-align: center;\"><strong>Basic Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ec6c39b\" data-float=\"1\" wfd-id=\"157\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e81f424\" wfd-id=\"160\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec752da\" wfd-id=\"158\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"159\"><h4 data-css=\"tve-u-1621fe1bd18\" style=\"text-align: center;\"><strong>15$</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621ea50702\" wfd-id=\"135\"><ul class=\"tcb-styled-list\" wfd-id=\"136\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec3a5c0\" wfd-id=\"153\"><div class=\"tcb-styled-list-icon\" wfd-id=\"155\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec204df\" wfd-id=\"156\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec241aa\" wfd-id=\"154\">Interior vacuum</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"149\"><div class=\"tcb-styled-list-icon\" wfd-id=\"151\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec20f68\" wfd-id=\"152\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec2704c\" wfd-id=\"150\">Dust &amp;dash console</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec42aa7\" wfd-id=\"145\"><div class=\"tcb-styled-list-icon\" wfd-id=\"147\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec21a31\" wfd-id=\"148\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec298ab\" wfd-id=\"146\">Hand towel dry</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec43fe2\" wfd-id=\"141\"><div class=\"tcb-styled-list-icon\" wfd-id=\"143\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ea1fba7\" wfd-id=\"144\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea23322\" wfd-id=\"142\">Clean windows</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec454d9\" wfd-id=\"137\"><div class=\"tcb-styled-list-icon\" wfd-id=\"139\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ea295c0\" wfd-id=\"140\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea2c69a\" wfd-id=\"138\">Soft cloth wash</span></li></ul></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"99\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"101\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621eb81205\" style=\"\" wfd-id=\"102\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16416e603ab\" wfd-id=\"129\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621eb7ccb0\" wfd-id=\"103\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ebbbb6d\" data-value-type=\"percent\" wfd-id=\"125\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eaaedd8\" data-clip-id=\"a2b9cf3198d6f\" wfd-id=\"128\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-a2b9cf3198d6f\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-a2b9cf3198d6f\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec7f21a\" wfd-id=\"126\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e930bd7\" wfd-id=\"127\"><h4 data-css=\"tve-u-1621e92e97f\" style=\"text-align: center;\"><strong>Ultimate Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ec78d2c\" data-float=\"1\" wfd-id=\"121\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eab272c\" wfd-id=\"124\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec79a7d\" wfd-id=\"122\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"123\"><h4 data-css=\"tve-u-1621e942b65\" style=\"text-align: center;\"><strong>22 $</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621ebfa746\" wfd-id=\"118\"><p data-css=\"tve-u-1621f4ceaf6\" style=\"text-align: center;\">Includes basic service <span data-css=\"tve-u-1621f4ceaf7\" style=\"color: rgb(15, 29, 123);\" wfd-id=\"119\"><strong class=\"\"><span data-css=\"tve-u-1621f4ceafb\" wfd-id=\"120\">+</span></strong></span></p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621ebf340c\" wfd-id=\"104\"><ul class=\"tcb-styled-list\" wfd-id=\"105\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-164137a0b1f\" wfd-id=\"114\"><div class=\"tcb-styled-list-icon\" wfd-id=\"116\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec0c5bd\" wfd-id=\"117\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ebfe4ce\" wfd-id=\"115\">Triple foam conditiner</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec04541\" wfd-id=\"110\"><div class=\"tcb-styled-list-icon\" wfd-id=\"112\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec09a3c\" wfd-id=\"113\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ebff867\" wfd-id=\"111\">Tire dressing</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec05cc3\" wfd-id=\"106\"><div class=\"tcb-styled-list-icon\" wfd-id=\"108\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec15f6e\" wfd-id=\"109\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec009a8\" wfd-id=\"107\">Air freshner</span></li></ul></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"68\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16223dad661\" wfd-id=\"70\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621fd9c946\" style=\"\" wfd-id=\"71\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e7d234c\" wfd-id=\"98\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621fd84d7b\" wfd-id=\"72\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16223b080b0\" data-value-type=\"percent\" wfd-id=\"94\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eb3eb9f\" data-clip-id=\"ac98bb0e54b3b\" wfd-id=\"97\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621fd8766c\" wfd-id=\"95\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e930bd7\" wfd-id=\"96\"><h4 data-css=\"tve-u-1621fe1587d\" style=\"text-align: center;\"><strong>Supreme Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e8107f3\" wfd-id=\"90\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eb43d8d\" wfd-id=\"93\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e819c52\" wfd-id=\"91\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"92\"><h4 data-css=\"tve-u-1621fe1725e\" style=\"text-align: center;\"><strong>30 $</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621eb037bb\" wfd-id=\"87\"><p data-css=\"tve-u-1621f4d0451\" style=\"text-align: center;\">Includes ultimate service <span data-css=\"tve-u-1621eaff572\" style=\"color: rgb(15, 29, 123);\" wfd-id=\"88\"><strong class=\"\"><span data-css=\"tve-u-1621eb01b60\" wfd-id=\"89\">+</span></strong></span></p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621eacf6af\" wfd-id=\"73\"><ul class=\"tcb-styled-list\" wfd-id=\"74\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec36a4d\" wfd-id=\"83\"><div class=\"tcb-styled-list-icon\" wfd-id=\"85\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e9993aa\" wfd-id=\"86\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea1a5d7\" wfd-id=\"84\">Exterior trim dressing</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"79\"><div class=\"tcb-styled-list-icon\" wfd-id=\"81\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e99b1db\" wfd-id=\"82\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea19a06\" wfd-id=\"80\">Hand applied spray wax</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec37ea5\" wfd-id=\"75\"><div class=\"tcb-styled-list-icon\" wfd-id=\"77\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e99c314\" wfd-id=\"78\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea18c5d\" wfd-id=\"76\">Interior conditioner</span></li></ul></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621efddaaf\" wfd-id=\"43\">\n<div class=\"tve-page-section-out\" wfd-id=\"63\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621edf8048\" wfd-id=\"44\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621f114214\" wfd-id=\"45\"><div class=\"tcb-flex-row tcb-resized tcb-mobile-edit tcb--cols--2\" data-css=\"tve-u-1621ee03000\" wfd-id=\"46\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621ee4be21\" style=\"\" wfd-id=\"51\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ee093d4\" wfd-id=\"53\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ee3afec\" wfd-id=\"57\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621ee58e74\" wfd-id=\"62\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ee37f4a\" wfd-id=\"58\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1621ee74a24\" wfd-id=\"61\"><svg class=\"tcb-icon\" viewBox=\"0 0 16 28\" data-name=\"map-marker\">\n<path d=\"M12 10c0-2.203-1.797-4-4-4s-4 1.797-4 4 1.797 4 4 4 4-1.797 4-4zM16 10c0 0.953-0.109 1.937-0.516 2.797l-5.688 12.094c-0.328 0.688-1.047 1.109-1.797 1.109s-1.469-0.422-1.781-1.109l-5.703-12.094c-0.406-0.859-0.516-1.844-0.516-2.797 0-4.422 3.578-8 8-8s8 3.578 8 8z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621ee63e1c\" wfd-id=\"60\"><h2 data-css=\"tve-u-1621fdcb4ea\" style=\"text-align: center;\">contact us</h2></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16422a1ce91\" wfd-id=\"59\"><p data-css=\"tve-u-16422a1ce94\" style=\"text-align: left;\">Your adress goes here</p><p data-css=\"tve-u-16422a1ce93\" style=\"text-align: left;\">Phone: 0400 - 700 - 682</p><p data-css=\"tve-u-16422a1ce92\" style=\"text-align: left;\">Email: our_office@gmail.com</p></div></div>\n</div><div class=\"tcb-clear\" data-css=\"tve-u-16417c828be\" wfd-id=\"54\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_slide_left\" data-css=\"tve-u-1621ef118dc\" style=\"\" wfd-id=\"55\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"56\"><img class=\"tve_image tve_evt_manager_listen tve_et_tve-viewport wp-image-21388\" alt=\"\" width=\"567\" height=\"384\" title=\"Car wash img footer\" data-id=\"21388\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-img-footer.png\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_left&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" style=\"width: 100%;\"></span></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621ee4be73\" style=\"\" wfd-id=\"47\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ee22c43\" wfd-id=\"49\"><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-1621ee18a1c\" wfd-id=\"50\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=New York&amp;t=m&amp;z=5&amp;output=embed&amp;iwloc=near\"></iframe>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621f0aa8f7\" wfd-id=\"30\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621f0ada0e\" wfd-id=\"42\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621f0b0088\" wfd-id=\"31\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621f0d2c1a\" wfd-id=\"32\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-1621f0cbe40\" wfd-id=\"33\"><div class=\"tcb-flex-col\" wfd-id=\"38\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"40\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621f0da775\" wfd-id=\"41\"><p data-css=\"tve-u-1622444fb11\">Â© 2018, Your company name . All rights reserved.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"34\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"36\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16223fe5f5b\" wfd-id=\"37\"><p data-css=\"tve-u-1621f0d874c\" style=\"text-align: right;\">Made with <a href=\"https://thrivethemes.com/\" target=\"_blank\">Thrive Architect</a></p></div></div></div></div></div></div>\n</div>\n\n'),(6823,567,'tve_revision_tve_has_wistia_popover','0'),(6824,568,'tve_revision_tve_landing_page','tcb2-thrivebiz-car-wash'),(6825,568,'tve_revision_tve_landing_set',''),(6826,568,'tve_revision_tve_disable_theme_dependency','1'),(6827,568,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-162717d1bbe\" wfd-id=\"437\"><div class=\"tcb-flex-row tcb-medium-no-wrap v-2 tcb--cols--3 m-edit tcb-mobile-wrap tcb-resized\" data-css=\"tve-u-162717d1bbf\" wfd-id=\"438\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1695981e7bb\" wfd-id=\"459\"><div class=\"tcb-col\" data-css=\"tve-u-16959846d3d\" wfd-id=\"461\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16959822de2\" wfd-id=\"462\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"463\"><img class=\"tve_image wp-image-465\" alt=\"\" width=\"384\" height=\"62\" title=\"Blackhawk_custom_header\" data-id=\"465\" src=\"https://bestcerakoteflorida.com/wp-content/uploads/2019/01/Blackhawk_custom_header.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717d1bb9\" style=\"\" wfd-id=\"452\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717d1bb6\" wfd-id=\"454\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-164179a84b8\" wfd-id=\"455\">\n<div class=\"tve-content-box-background\" wfd-id=\"458\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"456\"><div class=\"tcb-clear\" wfd-id=\"457\"></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717d1bb7\" style=\"\" wfd-id=\"439\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717d1bbc\" wfd-id=\"441\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16369305186\" wfd-id=\"442\">\n<div class=\"tve-content-box-background\" wfd-id=\"451\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16417e9d24e\" wfd-id=\"443\"><div class=\"tcb-clear\" wfd-id=\"449\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-16417e5bd95\" data-float=\"1\" wfd-id=\"450\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-envelope-regular\" data-name=\"\">\n            <path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path>\n        </svg></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-164179bced9\" wfd-id=\"444\"><p data-css=\"tve-u-1641333d7d1\"><a href=\"mailto:info@bestcerkoteflorida.com\" target=\"_blank\">info@bestcerakoteflorida.com</a></p></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-162717cb621\" data-value-type=\"percent\" wfd-id=\"394\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-162717cb620\" data-clip-id=\"c883ac5175045\" wfd-id=\"436\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-c883ac5175045\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9125, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-c883ac5175045\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9476, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-c883ac5175045\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9651, 1 1, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-162717cb609\" wfd-id=\"395\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-162717cb618\" wfd-id=\"396\"><div class=\"tcb-flex-row tcb-medium-wrap tcb-resized v-2 tcb--cols--2\" data-css=\"tve-u-162717cb617\" wfd-id=\"397\"><div class=\"tcb-flex-col\" data-css=\"tve-u-162717cb601\" style=\"\" wfd-id=\"412\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717cb60a\" wfd-id=\"414\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h1\" data-css=\"tve-u-162717cb610\" wfd-id=\"426\"><h1 data-css=\"tve-u-162717cb616\" style=\"text-align: center;\">&nbsp;Protect What\'s Important To You! With The Toughest Ceramic Finish In The World!<span data-css=\"tve-u-16271ca808e\" style=\"color: rgb(0, 229, 255);\" wfd-id=\"435\"></span></h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162717cb60f\" wfd-id=\"415\"><p data-css=\"tve-u-1695a36117b\" style=\"text-align: center;\">Heat, Water, Salt and Sand just some of the conditions you face. And any one of them is just waiting to get a hold of your firearm and leave it a pile of rusted, pitted junk.</p><p data-css=\"tve-u-16413112747\" style=\"text-align: center;\">Unfortunately there wasn\'t much you could do other than keep cleaning and lubricating your firearms...till NOW!</p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717cb600\" style=\"\" wfd-id=\"398\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717cb60b\" wfd-id=\"400\"><div class=\"thrv_responsive_video thrv_wrapper rv_style_lifted_style2\" data-type=\"youtube\" data-rel=\"0\" data-url=\"https://www.youtube.com/watch?v=a1nyu9ZJiEk\" data-css=\"tve-u-16959cd1e7a\" data-modestbranding=\"1\" wfd-id=\"409\">\n	\n\n	<div class=\"tve_responsive_video_container\" wfd-id=\"410\">\n		<div class=\"video_overlay\" wfd-id=\"411\"></div>\n	<iframe data-code=\"TEOqV1Q16lU\" data-provider=\"youtube\" src=\"https://www.youtube.com/embed/TEOqV1Q16lU?rel=0&amp;modestbranding=1&amp;controls=1&amp;showinfo=1&amp;fs=1&amp;wmode=transparent\" data-src=\"https://www.youtube.com/embed/TEOqV1Q16lU?rel=0&amp;modestbranding=1&amp;controls=1&amp;showinfo=1&amp;fs=1&amp;wmode=transparent\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\n</div><div class=\"thrv_wrapper thrv-button tcb-with-icon\" data-css=\"tve-u-1695a3002e2\" data-tcb_hover_state_parent=\"\" data-button-style=\"border_1\" wfd-id=\"401\">\n	<a href=\"tel:1-954-848-1911\" class=\"tcb-button-link\" target=\"_blank\" rel=\"\"><span class=\"tcb-button-icon\" wfd-id=\"407\">\n	<div class=\"thrv_wrapper thrv_icon tve_no_drag tve_no_icons tcb-icon-inherit-style tcb-icon-display\" wfd-id=\"408\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-phone-plus-light\" data-name=\"\">\n            <path d=\"M8 128h88v88c0 4.4 3.6 8 8 8h16c4.4 0 8-3.6 8-8v-88h88c4.4 0 8-3.6 8-8v-16c0-4.4-3.6-8-8-8h-88V8c0-4.4-3.6-8-8-8h-16c-4.4 0-8 3.6-8 8v88H8c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8zM487.8 24.1L387 .8c-14.7-3.4-29.8 4.2-35.8 18.1l-46.5 108.5c-5.5 12.7-1.8 27.7 8.9 36.5l53.9 44.1c-34 69.2-90.3 125.6-159.6 159.6l-44.1-53.9c-8.8-10.7-23.8-14.4-36.5-8.9L18.9 351.3c-13.9 6-21.5 21-18.1 35.8L24 487.9C27.3 502 39.9 512 54.5 512 306.7 512 512 307.8 512 54.5c0-14.6-10-27.2-24.2-30.4zM55.1 480l-23-99.6 107.4-46 59.5 72.8c103.6-48.6 159.7-104.9 208.1-208.1l-72.8-59.5 46-107.4 99.6 23C479.7 289.7 289.6 479.7 55.1 480z\"></path>\n        </svg></div>\n</span>\n\n		<span class=\"tcb-button-texts\" wfd-id=\"402\"><span class=\"tcb-button-text thrv-inline-text\" wfd-id=\"403\">CALL NOW</span></span>\n	</a>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-162717fcf9d\" data-value-type=\"percent\" wfd-id=\"329\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-162718bd0c0\" data-clip-id=\"a3b25e1c9221a\" wfd-id=\"393\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0875\"></polygon></clipPath><clipPath id=\"clip-tablet-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"6\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.1051\"></polygon></clipPath><clipPath id=\"clip-mobile-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"1\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0175\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-162718a3b40\" wfd-id=\"330\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622a159bcb\" wfd-id=\"331\">\n<div class=\"tve-content-box-background\" wfd-id=\"392\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"332\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621a2247ba\" wfd-id=\"385\"><h2 data-css=\"tve-u-1621a2e0d5b\">our services</h2></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16229f6175c\" wfd-id=\"356\"><div class=\"tcb-flex-row tcb-medium-no-wrap tcb--cols--3 v-2\" data-css=\"tve-u-162493a03b0\" wfd-id=\"357\"><div class=\"tcb-flex-col\" wfd-id=\"374\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1624939a960\" data-tcb_hover_state_parent=\"\" wfd-id=\"376\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-162493d5f13\" data-float=\"1\" wfd-id=\"384\"><svg class=\"tcb-icon\" viewBox=\"0 0 14 28\" data-name=\"bolt\">\n<path d=\"M13.828 8.844c0.172 0.187 0.219 0.453 0.109 0.688l-8.437 18.078c-0.125 0.234-0.375 0.391-0.656 0.391-0.063 0-0.141-0.016-0.219-0.031-0.344-0.109-0.547-0.438-0.469-0.766l3.078-12.625-6.344 1.578c-0.063 0.016-0.125 0.016-0.187 0.016-0.172 0-0.359-0.063-0.484-0.172-0.187-0.156-0.25-0.391-0.203-0.609l3.141-12.891c0.078-0.297 0.359-0.5 0.688-0.5h5.125c0.391 0 0.703 0.297 0.703 0.656 0 0.094-0.031 0.187-0.078 0.281l-2.672 7.234 6.188-1.531c0.063-0.016 0.125-0.031 0.187-0.031 0.203 0 0.391 0.094 0.531 0.234z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"380\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-162494b490e\" wfd-id=\"381\"><h4 data-css=\"tve-u-16249355087\" style=\"text-align: left;\">Express exterior</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162494b7ad0\" wfd-id=\"377\"><p data-css=\"tve-u-162492e70ad\">Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"365\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162493b6b63\" data-tcb_hover_state_parent=\"\" wfd-id=\"367\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b456a\" wfd-id=\"373\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"adjust\">\n<path d=\"M12 22.5v-17c-4.688 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"371\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1af44d\" wfd-id=\"372\"><h4 data-css=\"tve-u-16249358652\" style=\"text-align: left;\">Interior clean</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"368\"><p data-css=\"tve-u-162492e70ad\">Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"358\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16249373b25\" wfd-id=\"360\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b52d3\" wfd-id=\"364\"><svg class=\"tcb-icon\" viewBox=\"0 0 26 28\" data-name=\"umbrella\">\n<path d=\"M14 12.938v9.063c0 2.172-1.828 4-4 4s-4-1.828-4-4c0-0.547 0.453-1 1-1s1 0.453 1 1c0 1.047 0.953 2 2 2s2-0.953 2-2v-9.063c0.328-0.109 0.656-0.172 1-0.172s0.672 0.063 1 0.172zM26 13.359c0 0.266-0.234 0.5-0.5 0.5-0.141 0-0.25-0.063-0.359-0.156-0.906-0.844-1.75-1.437-3.047-1.437-1.484 0-2.766 0.922-3.609 2.094-0.187 0.266-0.328 0.547-0.5 0.812-0.109 0.172-0.234 0.266-0.438 0.266-0.219 0-0.344-0.094-0.453-0.266-0.172-0.266-0.313-0.547-0.5-0.812-0.844-1.172-2.109-2.094-3.594-2.094s-2.75 0.922-3.594 2.094c-0.187 0.266-0.328 0.547-0.5 0.812-0.109 0.172-0.234 0.266-0.453 0.266-0.203 0-0.328-0.094-0.438-0.266-0.172-0.266-0.313-0.547-0.5-0.812-0.844-1.172-2.125-2.094-3.609-2.094-1.297 0-2.141 0.594-3.047 1.437-0.109 0.094-0.219 0.156-0.359 0.156-0.266 0-0.5-0.234-0.5-0.5 0-0.047 0-0.078 0.016-0.109 1.437-5.906 7.141-9.25 12.984-9.25 5.812 0 11.578 3.344 12.984 9.25 0.016 0.031 0.016 0.063 0.016 0.109zM14 2v1.531c-0.328-0.016-0.672-0.031-1-0.031s-0.672 0.016-1 0.031v-1.531c0-0.547 0.453-1 1-1s1 0.453 1 1z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"362\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b01a6\" wfd-id=\"363\"><h4 data-css=\"tve-u-1624935a201\" style=\"text-align: left;\">Wax protection</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"361\"><p data-css=\"tve-u-162492e70ad\">Etiam pharetra, erat sed fermentum feugiat, velit mauris</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16249367114\" wfd-id=\"333\"><div class=\"tcb-flex-row tcb-medium-no-wrap tcb--cols--3 v-2\" data-css=\"tve-u-16229ffbb7b\" wfd-id=\"334\"><div class=\"tcb-flex-col\" wfd-id=\"349\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229fa6a26\" wfd-id=\"351\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b33f9\" wfd-id=\"355\"><svg class=\"tcb-icon\" viewBox=\"0 0 26 28\" data-name=\"magic\">\n<path d=\"M18.594 9.078l4.578-4.578-1.672-1.672-4.578 4.578zM25.578 4.5c0 0.266-0.094 0.516-0.281 0.703l-20.094 20.094c-0.187 0.187-0.438 0.281-0.703 0.281s-0.516-0.094-0.703-0.281l-3.094-3.094c-0.187-0.187-0.281-0.438-0.281-0.703s0.094-0.516 0.281-0.703l20.094-20.094c0.187-0.187 0.438-0.281 0.703-0.281s0.516 0.094 0.703 0.281l3.094 3.094c0.187 0.187 0.281 0.438 0.281 0.703zM4.469 1.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531zM9.938 4.062l3.063 0.938-3.063 0.938-0.938 3.063-0.938-3.063-3.063-0.938 3.063-0.938 0.938-3.063zM24.469 11.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531zM14.469 1.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"353\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b0a67\" wfd-id=\"354\"><h4 data-css=\"tve-u-16248fc42a1\" style=\"text-align: left;\">Dust &amp; Dash Console</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"352\"><p data-css=\"tve-u-162492e70ad\">Duis sed odio sit amet nibh vulputate cursus a sit amet mauris.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"342\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1622f65ba70\" wfd-id=\"344\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b60b4\" wfd-id=\"348\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"certificate\">\n<path d=\"M21.5 14l2.156 2.109c0.297 0.281 0.406 0.703 0.313 1.094-0.109 0.391-0.422 0.703-0.812 0.797l-2.938 0.75 0.828 2.906c0.109 0.391 0 0.812-0.297 1.094-0.281 0.297-0.703 0.406-1.094 0.297l-2.906-0.828-0.75 2.938c-0.094 0.391-0.406 0.703-0.797 0.812-0.094 0.016-0.203 0.031-0.297 0.031-0.297 0-0.594-0.125-0.797-0.344l-2.109-2.156-2.109 2.156c-0.281 0.297-0.703 0.406-1.094 0.313-0.406-0.109-0.703-0.422-0.797-0.812l-0.75-2.938-2.906 0.828c-0.391 0.109-0.812 0-1.094-0.297-0.297-0.281-0.406-0.703-0.297-1.094l0.828-2.906-2.938-0.75c-0.391-0.094-0.703-0.406-0.812-0.797-0.094-0.391 0.016-0.812 0.313-1.094l2.156-2.109-2.156-2.109c-0.297-0.281-0.406-0.703-0.313-1.094 0.109-0.391 0.422-0.703 0.812-0.797l2.938-0.75-0.828-2.906c-0.109-0.391 0-0.812 0.297-1.094 0.281-0.297 0.703-0.406 1.094-0.297l2.906 0.828 0.75-2.938c0.094-0.391 0.406-0.703 0.797-0.797 0.391-0.109 0.812 0 1.094 0.297l2.109 2.172 2.109-2.172c0.281-0.297 0.688-0.406 1.094-0.297 0.391 0.094 0.703 0.406 0.797 0.797l0.75 2.938 2.906-0.828c0.391-0.109 0.812 0 1.094 0.297 0.297 0.281 0.406 0.703 0.297 1.094l-0.828 2.906 2.938 0.75c0.391 0.094 0.703 0.406 0.812 0.797 0.094 0.391-0.016 0.812-0.313 1.094z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"346\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b12d8\" wfd-id=\"347\"><h4 data-css=\"tve-u-1625389a3d5\" style=\"text-align: left;\">Triple Foam Polish</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"345\"><p data-css=\"tve-u-162492e70ad\">Class aptent taciti sociosqu ad litora torquent</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"335\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229fa8c68\" wfd-id=\"337\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-16271adf6cf\" wfd-id=\"341\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"bullseye\">\n<path d=\"M16 14c0 2.203-1.797 4-4 4s-4-1.797-4-4 1.797-4 4-4 4 1.797 4 4zM18 14c0-3.313-2.688-6-6-6s-6 2.688-6 6 2.688 6 6 6 6-2.688 6-6zM20 14c0 4.422-3.578 8-8 8s-8-3.578-8-8 3.578-8 8-8 8 3.578 8 8zM22 14c0-5.516-4.484-10-10-10s-10 4.484-10 10 4.484 10 10 10 10-4.484 10-10zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"339\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-16248fc71c8\" wfd-id=\"340\"><h4 data-css=\"tve-u-1625389b4ed\" style=\"text-align: left;\">Tire dressing</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"338\"><p data-css=\"tve-u-162492e70ad\">Etiam pharetra, erat sed fermentum feugiat, velit mauris</p></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621ad46076\" wfd-id=\"297\">\n<div class=\"tve-page-section-out\" wfd-id=\"328\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621b072b4e\" wfd-id=\"298\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621a8b2488\" wfd-id=\"299\"><div class=\"tcb-flex-row tcb--cols--2 v-2\" data-css=\"tve-u-1621a8a804b\" wfd-id=\"300\"><div class=\"tcb-flex-col\" wfd-id=\"310\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16271bfe70c\" wfd-id=\"312\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h3\" data-css=\"tve-u-1621a8c4313\" wfd-id=\"327\"><h3><strong>Complete cleaning services for yoâ€‹ur car</strong></h3></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-16417b70f47\" wfd-id=\"313\"><ul class=\"tcb-styled-list\" wfd-id=\"314\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621acf0289\" wfd-id=\"323\"><div class=\"tcb-styled-list-icon\" wfd-id=\"325\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a8e11f3\" wfd-id=\"326\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ace1b08\" wfd-id=\"324\">We are a small business delivering professional cleaning services for all vehicles</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621acf64fb\" wfd-id=\"319\"><div class=\"tcb-styled-list-icon\" wfd-id=\"321\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a8e5625\" wfd-id=\"322\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ace4de9\" wfd-id=\"320\">Our services are convenient for individuals and corporate fleets</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"315\"><div class=\"tcb-styled-list-icon\" wfd-id=\"317\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a9076ef\" wfd-id=\"318\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621acf47d2\" wfd-id=\"316\">We use eco-friendly products that actually clean, protect and maintain your car better than the traditional cleaning substances</span></li></ul></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"301\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621a90a46f\" wfd-id=\"303\"><div class=\"thrv_wrapper thrv-fill-counter tve_red tve_normalfc thrv_data_element\" data-css=\"tve-u-1621a983587\" wfd-id=\"304\">\n<div class=\"tve_fill_counter_n\" style=\"\" data-fill=\"100\" data-css=\"tve-u-1621a98b602\" wfd-id=\"305\">\n<svg viewBox=\"0 0 170 170\" class=\"tve_fill_counter_circle\" shape-rendering=\"optimizeSpeed\" data-css=\"tve-u-1621a9a2862\">\n<circle class=\"tve_fill_counter_circle_inner\" r=\"85\" cx=\"85\" cy=\"85\" data-css=\"tve-u-1621a9685d4\"></circle>\n</svg>\n<div class=\"tve_fill_text_in\" data-css=\"tve-u-1621a96b190\" wfd-id=\"306\">\n<div class=\"tve_fill_text_value\" data-css=\"tve-u-1621a9a2866\" wfd-id=\"308\">\n<div class=\"thrv-inline-text tve_fill_text tve_editable\" data-css=\"tve-u-1621a9a2867\" wfd-id=\"309\"><strong>100%â€‹</strong></div>\n</div>\n<div class=\"thrv-inline-text tve_editable tve_data_element_label\" data-css=\"tve-u-1621a9750ae\" wfd-id=\"307\">Clean car</div>\n</div>\n</div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621ada1e7f\" data-value-type=\"percent\" wfd-id=\"261\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621adba9ef\" data-clip-id=\"52d5a36c151aa\" wfd-id=\"296\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-52d5a36c151aa\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0875\"></polygon></clipPath><clipPath id=\"clip-tablet-top-52d5a36c151aa\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0524\"></polygon></clipPath><clipPath id=\"clip-mobile-top-52d5a36c151aa\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0349\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621ad420c4\" wfd-id=\"262\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621ade6172\" wfd-id=\"263\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2 tcb-row-reversed-mobile tcb-mobile-edit v-2\" data-css=\"tve-u-1621adea58b\" wfd-id=\"264\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621b064646\" style=\"\" wfd-id=\"290\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ae0bec7\" wfd-id=\"292\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ae4fd21\" data-value-type=\"percent\" data-float=\"1\" wfd-id=\"293\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621ae6c8da\" data-clip-id=\"aa2c3e3c70555\" wfd-id=\"295\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0349\"></polygon></clipPath><clipPath id=\"clip-tablet-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"4\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0699\"></polygon></clipPath><clipPath id=\"clip-mobile-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"4\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0699\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb\" data-css=\"tve-u-1621ae4db6e\" wfd-id=\"294\"></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621b064668\" style=\"\" wfd-id=\"265\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621f45bed3\" wfd-id=\"267\"><div class=\"tcb-clear\" data-css=\"tve-u-16224848ee5\" wfd-id=\"288\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621afceb00\" wfd-id=\"289\"><h2 data-css=\"tve-u-1621afcc0bf\">Check Out Our Special Offer!</h2></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621afda4fa\" wfd-id=\"287\"><p data-css=\"tve-u-1621afd8c98\">Donâ€™t miss the opportunity to get 50% discount on a complete cleaning just by recommending us to a friend. Bring someone you know with you and clean you car half price!</p></div><div class=\"tcb-clear\" data-css=\"tve-u-16224834cab\" wfd-id=\"268\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621fe85996\" wfd-id=\"269\"><div class=\"tcb-flex-row tcb--cols--2 tcb-resized tcb-medium-wrap tcb-desktop-wrap\" data-css=\"tve-u-1621fe78878\" wfd-id=\"270\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621fe94086\" style=\"\" wfd-id=\"278\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"280\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621b01355a\" wfd-id=\"281\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621b08fdde\" data-tcb_hover_state_parent=\"1\" wfd-id=\"286\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16223f02c16\" wfd-id=\"282\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-1620af7eb3f\" data-tcb_hover_state_parent=\"\" data-button-style=\"full_rounded\" wfd-id=\"283\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"284\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-16228c75500\" wfd-id=\"285\"><strong>Request an appointment</strong></span></span>\n</a>\n</div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621fe940b9\" style=\"\" wfd-id=\"271\"><div class=\"tcb-col\" wfd-id=\"273\"><div class=\"tcb-clear\" data-css=\"tve-u-16224716d62\" wfd-id=\"274\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-1621b028939\" data-tcb_hover_state_parent=\"\" data-button-style=\"ghost\" wfd-id=\"275\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"276\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-16228c764b2\" wfd-id=\"277\"><strong>Call Now: 0400-700-682</strong></span></span>\n</a>\n</div></div></div></div></div></div></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16260ba2fa4\" wfd-id=\"168\">\n<div class=\"tve-page-section-out\" wfd-id=\"260\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16260be7104\" wfd-id=\"169\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621b0e4fb7\" wfd-id=\"259\"><h2 data-css=\"tve-u-1621b10fccf\" style=\"text-align: center;\">our happy clients</h2></div><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641367127b\" data-float=\"1\" wfd-id=\"258\"><svg class=\"tcb-icon\" viewBox=\"0 0 30 32\" data-name=\"quote-left\">\n<path d=\"M13.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429zM29.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641367e553\" wfd-id=\"257\"><svg class=\"tcb-icon\" viewBox=\"0 0 30 32\" data-name=\"quote-left\">\n<path d=\"M13.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429zM29.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a10d3b4\" wfd-id=\"228\">\n<div class=\"tve-content-box-background\" wfd-id=\"256\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"229\"><div class=\"tcb-clear\" data-css=\"tve-u-1621b300a64\" wfd-id=\"254\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-1621f154231\" wfd-id=\"255\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621b200375\" wfd-id=\"232\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-16260d8392c\" wfd-id=\"233\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"238\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"240\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16417b62c09\" wfd-id=\"241\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-16260d8396c\" wfd-id=\"242\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16260d01208\" style=\"\" wfd-id=\"248\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"250\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"251\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16225617da3\" wfd-id=\"253\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"252\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16260d0120e\" style=\"\" wfd-id=\"243\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"245\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"247\"><h5>Brett Graham, 28</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"246\"><h6 class=\"\">Architect</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"234\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"236\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"237\"><p data-css=\"tve-u-162539c17ec\">Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit. Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit.&nbsp;</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-16260c5ff0c\" wfd-id=\"230\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260c5ff07\" wfd-id=\"231\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a12f675\" wfd-id=\"199\">\n<div class=\"tve-content-box-background\" wfd-id=\"227\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"200\"><div class=\"tcb-clear\" data-css=\"tve-u-16260cd7683\" wfd-id=\"225\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260d73672\" wfd-id=\"226\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16260da3aa7\" wfd-id=\"203\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-1621fb68b97\" wfd-id=\"204\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"209\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"211\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16417b662bf\" wfd-id=\"212\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-1621fb65556\" wfd-id=\"213\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16229915e1a\" style=\"\" wfd-id=\"219\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"221\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"222\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16260c433e9\" wfd-id=\"224\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"223\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16229915e4e\" style=\"\" wfd-id=\"214\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"216\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"218\"><h5>Rosie Hanson, 24</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"217\"><h6 class=\"\">Real estate Associate</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"205\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"207\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"208\"><p data-css=\"tve-u-162539c17ec\">Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo.</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-16260d3b97e\" wfd-id=\"201\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260d39b83\" wfd-id=\"202\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a146aef\" wfd-id=\"170\">\n<div class=\"tve-content-box-background\" wfd-id=\"198\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"171\"><div class=\"tcb-clear\" data-css=\"tve-u-16260cd7683\" wfd-id=\"196\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260cd622f\" wfd-id=\"197\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16260c39a7e\" wfd-id=\"174\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-16260d3f4aa\" wfd-id=\"175\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"180\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"182\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621fbacc60\" wfd-id=\"183\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-16260d3f4af\" wfd-id=\"184\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16229915e1a\" style=\"\" wfd-id=\"190\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"192\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"193\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16260d5e4b8\" wfd-id=\"195\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"194\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16229915e4e\" style=\"\" wfd-id=\"185\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"187\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"189\"><h5>Shawn Mattews, 35</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"188\"><h6 class=\"\">project manager</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"176\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"178\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"179\"><p data-css=\"tve-u-162539c17ec\">Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo. Nullam ac urna eu felis.Sed non neque elit. Sed ut imperdiet nisi. Proin condimentum</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1621b30ca74\" wfd-id=\"172\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-1621f15b521\" wfd-id=\"173\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621b3c8c52\" wfd-id=\"64\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621b3cfc7b\" wfd-id=\"167\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621b3c74d9\" wfd-id=\"65\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621e7b695a\" wfd-id=\"166\"><h2 data-css=\"tve-u-1621e7a7350\" style=\"text-align: center;\">our offers</h2></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621e7c899a\" wfd-id=\"66\"><div class=\"tcb-flex-row tcb--cols--3 tcb-medium-wrap v-2\" data-css=\"tve-u-1621e7c7aa1\" wfd-id=\"67\"><div class=\"tcb-flex-col\" wfd-id=\"130\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16223fc9f23\" wfd-id=\"132\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e7ceab3\" style=\"\" wfd-id=\"133\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16416e4fafd\" wfd-id=\"165\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e7d5094\" wfd-id=\"134\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e7e9950\" data-value-type=\"percent\" style=\"\" wfd-id=\"161\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e7edfd9\" data-clip-id=\"10ffac3b28f1d\" wfd-id=\"164\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-10ffac3b28f1d\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-10ffac3b28f1d\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e7e6c1d\" wfd-id=\"162\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-16417b4cb9e\" wfd-id=\"163\"><h4 data-css=\"tve-u-1621fe1a1af\" style=\"text-align: center;\"><strong>Basic Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ec6c39b\" data-float=\"1\" wfd-id=\"157\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e81f424\" wfd-id=\"160\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec752da\" wfd-id=\"158\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"159\"><h4 data-css=\"tve-u-1621fe1bd18\" style=\"text-align: center;\"><strong>15$</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621ea50702\" wfd-id=\"135\"><ul class=\"tcb-styled-list\" wfd-id=\"136\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec3a5c0\" wfd-id=\"153\"><div class=\"tcb-styled-list-icon\" wfd-id=\"155\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec204df\" wfd-id=\"156\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec241aa\" wfd-id=\"154\">Interior vacuum</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"149\"><div class=\"tcb-styled-list-icon\" wfd-id=\"151\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec20f68\" wfd-id=\"152\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec2704c\" wfd-id=\"150\">Dust &amp;dash console</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec42aa7\" wfd-id=\"145\"><div class=\"tcb-styled-list-icon\" wfd-id=\"147\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec21a31\" wfd-id=\"148\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec298ab\" wfd-id=\"146\">Hand towel dry</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec43fe2\" wfd-id=\"141\"><div class=\"tcb-styled-list-icon\" wfd-id=\"143\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ea1fba7\" wfd-id=\"144\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea23322\" wfd-id=\"142\">Clean windows</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec454d9\" wfd-id=\"137\"><div class=\"tcb-styled-list-icon\" wfd-id=\"139\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ea295c0\" wfd-id=\"140\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea2c69a\" wfd-id=\"138\">Soft cloth wash</span></li></ul></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"99\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"101\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621eb81205\" style=\"\" wfd-id=\"102\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16416e603ab\" wfd-id=\"129\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621eb7ccb0\" wfd-id=\"103\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ebbbb6d\" data-value-type=\"percent\" wfd-id=\"125\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eaaedd8\" data-clip-id=\"a2b9cf3198d6f\" wfd-id=\"128\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-a2b9cf3198d6f\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-a2b9cf3198d6f\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec7f21a\" wfd-id=\"126\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e930bd7\" wfd-id=\"127\"><h4 data-css=\"tve-u-1621e92e97f\" style=\"text-align: center;\"><strong>Ultimate Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ec78d2c\" data-float=\"1\" wfd-id=\"121\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eab272c\" wfd-id=\"124\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec79a7d\" wfd-id=\"122\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"123\"><h4 data-css=\"tve-u-1621e942b65\" style=\"text-align: center;\"><strong>22 $</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621ebfa746\" wfd-id=\"118\"><p data-css=\"tve-u-1621f4ceaf6\" style=\"text-align: center;\">Includes basic service <span data-css=\"tve-u-1621f4ceaf7\" style=\"color: rgb(15, 29, 123);\" wfd-id=\"119\"><strong class=\"\"><span data-css=\"tve-u-1621f4ceafb\" wfd-id=\"120\">+</span></strong></span></p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621ebf340c\" wfd-id=\"104\"><ul class=\"tcb-styled-list\" wfd-id=\"105\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-164137a0b1f\" wfd-id=\"114\"><div class=\"tcb-styled-list-icon\" wfd-id=\"116\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec0c5bd\" wfd-id=\"117\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ebfe4ce\" wfd-id=\"115\">Triple foam conditiner</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec04541\" wfd-id=\"110\"><div class=\"tcb-styled-list-icon\" wfd-id=\"112\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec09a3c\" wfd-id=\"113\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ebff867\" wfd-id=\"111\">Tire dressing</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec05cc3\" wfd-id=\"106\"><div class=\"tcb-styled-list-icon\" wfd-id=\"108\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec15f6e\" wfd-id=\"109\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec009a8\" wfd-id=\"107\">Air freshner</span></li></ul></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"68\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16223dad661\" wfd-id=\"70\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621fd9c946\" style=\"\" wfd-id=\"71\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e7d234c\" wfd-id=\"98\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621fd84d7b\" wfd-id=\"72\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16223b080b0\" data-value-type=\"percent\" wfd-id=\"94\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eb3eb9f\" data-clip-id=\"ac98bb0e54b3b\" wfd-id=\"97\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621fd8766c\" wfd-id=\"95\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e930bd7\" wfd-id=\"96\"><h4 data-css=\"tve-u-1621fe1587d\" style=\"text-align: center;\"><strong>Supreme Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e8107f3\" wfd-id=\"90\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eb43d8d\" wfd-id=\"93\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e819c52\" wfd-id=\"91\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"92\"><h4 data-css=\"tve-u-1621fe1725e\" style=\"text-align: center;\"><strong>30 $</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621eb037bb\" wfd-id=\"87\"><p data-css=\"tve-u-1621f4d0451\" style=\"text-align: center;\">Includes ultimate service <span data-css=\"tve-u-1621eaff572\" style=\"color: rgb(15, 29, 123);\" wfd-id=\"88\"><strong class=\"\"><span data-css=\"tve-u-1621eb01b60\" wfd-id=\"89\">+</span></strong></span></p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621eacf6af\" wfd-id=\"73\"><ul class=\"tcb-styled-list\" wfd-id=\"74\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec36a4d\" wfd-id=\"83\"><div class=\"tcb-styled-list-icon\" wfd-id=\"85\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e9993aa\" wfd-id=\"86\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea1a5d7\" wfd-id=\"84\">Exterior trim dressing</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"79\"><div class=\"tcb-styled-list-icon\" wfd-id=\"81\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e99b1db\" wfd-id=\"82\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea19a06\" wfd-id=\"80\">Hand applied spray wax</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec37ea5\" wfd-id=\"75\"><div class=\"tcb-styled-list-icon\" wfd-id=\"77\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e99c314\" wfd-id=\"78\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea18c5d\" wfd-id=\"76\">Interior conditioner</span></li></ul></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621efddaaf\" wfd-id=\"43\">\n<div class=\"tve-page-section-out\" wfd-id=\"63\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621edf8048\" wfd-id=\"44\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621f114214\" wfd-id=\"45\"><div class=\"tcb-flex-row tcb-resized tcb-mobile-edit tcb--cols--2\" data-css=\"tve-u-1621ee03000\" wfd-id=\"46\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621ee4be21\" style=\"\" wfd-id=\"51\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ee093d4\" wfd-id=\"53\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ee3afec\" wfd-id=\"57\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621ee58e74\" wfd-id=\"62\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ee37f4a\" wfd-id=\"58\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1621ee74a24\" wfd-id=\"61\"><svg class=\"tcb-icon\" viewBox=\"0 0 16 28\" data-name=\"map-marker\">\n<path d=\"M12 10c0-2.203-1.797-4-4-4s-4 1.797-4 4 1.797 4 4 4 4-1.797 4-4zM16 10c0 0.953-0.109 1.937-0.516 2.797l-5.688 12.094c-0.328 0.688-1.047 1.109-1.797 1.109s-1.469-0.422-1.781-1.109l-5.703-12.094c-0.406-0.859-0.516-1.844-0.516-2.797 0-4.422 3.578-8 8-8s8 3.578 8 8z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621ee63e1c\" wfd-id=\"60\"><h2 data-css=\"tve-u-1621fdcb4ea\" style=\"text-align: center;\">contact us</h2></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16422a1ce91\" wfd-id=\"59\"><p data-css=\"tve-u-16422a1ce94\" style=\"text-align: left;\">Your adress goes here</p><p data-css=\"tve-u-16422a1ce93\" style=\"text-align: left;\">Phone: 0400 - 700 - 682</p><p data-css=\"tve-u-16422a1ce92\" style=\"text-align: left;\">Email: our_office@gmail.com</p></div></div>\n</div><div class=\"tcb-clear\" data-css=\"tve-u-16417c828be\" wfd-id=\"54\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_slide_left\" data-css=\"tve-u-1621ef118dc\" style=\"\" wfd-id=\"55\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"56\"><img class=\"tve_image tve_evt_manager_listen tve_et_tve-viewport wp-image-21388\" alt=\"\" width=\"567\" height=\"384\" title=\"Car wash img footer\" data-id=\"21388\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-img-footer.png\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_left&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" style=\"width: 100%;\"></span></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621ee4be73\" style=\"\" wfd-id=\"47\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ee22c43\" wfd-id=\"49\"><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-1621ee18a1c\" wfd-id=\"50\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=New York&amp;t=m&amp;z=5&amp;output=embed&amp;iwloc=near\"></iframe>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621f0aa8f7\" wfd-id=\"30\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621f0ada0e\" wfd-id=\"42\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621f0b0088\" wfd-id=\"31\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621f0d2c1a\" wfd-id=\"32\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-1621f0cbe40\" wfd-id=\"33\"><div class=\"tcb-flex-col\" wfd-id=\"38\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"40\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621f0da775\" wfd-id=\"41\"><p data-css=\"tve-u-1622444fb11\">Â© 2018, Your company name . All rights reserved.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"34\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"36\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16223fe5f5b\" wfd-id=\"37\"><p data-css=\"tve-u-1621f0d874c\" style=\"text-align: right;\">Made with <a href=\"https://thrivethemes.com/\" target=\"_blank\">Thrive Architect</a></p></div></div></div></div></div></div>\n</div>\n\n'),(6828,568,'tve_revision_tve_content_more_found',''),(6829,568,'tve_revision_tve_save_post',''),(6830,568,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Merriweather:400,700&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Special+Elite:400&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Poppins:400,800,900,300,700,&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Monda:400,700,&subset=latin\");@media (min-width: 300px){.tcb-plain-text { font-family: Monda; font-weight: 400; font-size: 14px; }#tve_editor [data-css=\"tve-u-1621b072b4e\"] p, #tve_editor [data-css=\"tve-u-1621b072b4e\"] li, #tve_editor [data-css=\"tve-u-1621b072b4e\"] blockquote, #tve_editor [data-css=\"tve-u-1621b072b4e\"] address, #tve_editor [data-css=\"tve-u-1621b072b4e\"] .tcb-plain-text, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h1, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h2, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h3, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h4, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h5, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h6 { color: rgb(18, 18, 18); }[data-css=\"tve-u-16417c828be\"]::after { clear: both; }[data-css=\"tve-u-1621fe78878\"] .tcb-flex-col { flex-basis: 160px !important; }[data-css=\"tve-u-16417b70f47\"] { padding: 0px !important; margin: 0px !important; }#tve_editor [data-css=\"tve-u-1621fdcb4ea\"] { color: rgb(15, 29, 123) !important; }#tve_editor [data-css=\"tve-u-1641367127b\"] > :first-child { color: rgb(15, 29, 123); }[data-css=\"tve-u-1641367127b\"] { font-size: 60px; float: none; box-shadow: none; position: relative; z-index: 5; margin: 0px auto !important; }#tve_editor [data-css=\"tve-u-1641333d7d1\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-162717cb617\"] > .tcb-flex-col { padding-left: 0px; }#tve_editor [data-css=\"tve-u-16413112747\"] { color: rgba(255, 255, 255, 0.85) !important; }[data-css=\"tve-u-16369305186\"] > .tve-cb { display: block; }#tve_editor [data-css=\"tve-u-162717cb609\"] p, #tve_editor [data-css=\"tve-u-162717cb609\"] li, #tve_editor [data-css=\"tve-u-162717cb609\"] blockquote, #tve_editor [data-css=\"tve-u-162717cb609\"] address, #tve_editor [data-css=\"tve-u-162717cb609\"] h1, #tve_editor [data-css=\"tve-u-162717cb609\"] h2, #tve_editor [data-css=\"tve-u-162717cb609\"] h3, #tve_editor [data-css=\"tve-u-162717cb609\"] h4, #tve_editor [data-css=\"tve-u-162717cb609\"] h5, #tve_editor [data-css=\"tve-u-162717cb609\"] h6 { color: rgb(255, 255, 255); }[data-css=\"tve-u-16369305186\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-162717cb621\"] .tve-page-section-in { display: flex; justify-content: center; flex-direction: column; }[data-css=\"tve-u-162717fcf9d\"] .tve-page-section-in { display: block; }[data-css=\"tve-u-1628a146aef\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1628a12f675\"] { padding: 0px !important; margin: 0px 0px 60px !important; }[data-css=\"tve-u-1628a10d3b4\"] { max-width: 100%; padding: 0px !important; margin: 0px 0px 60px !important; }[data-css=\"tve-u-16271ca808e\"] { color: rgb(0, 229, 255) !important; }#tve_editor [data-css=\"tve-u-162717cb618\"] p, #tve_editor [data-css=\"tve-u-162717cb618\"] li, #tve_editor [data-css=\"tve-u-162717cb618\"] blockquote, #tve_editor [data-css=\"tve-u-162717cb618\"] address, #tve_editor [data-css=\"tve-u-162717cb618\"] h1, #tve_editor [data-css=\"tve-u-162717cb618\"] h2, #tve_editor [data-css=\"tve-u-162717cb618\"] h3, #tve_editor [data-css=\"tve-u-162717cb618\"] h4, #tve_editor [data-css=\"tve-u-162717cb618\"] h5, #tve_editor [data-css=\"tve-u-162717cb618\"] h6 { color: rgb(0, 229, 255); }[data-css=\"tve-u-162718bd0c0\"] { clip-path: url(\"#clip-top-a3b25e1c9221a\"); -webkit-clip-path: url(\"#clip-top-a3b25e1c9221a\");  }[data-css=\"tve-u-162718a3b40\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-162717fcf9d\"] { z-index: 5; padding: 170px 40px 0px !important; margin-top: -80px !important; }[data-css=\"tve-u-16260cd622f\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-16260cd7683\"]::after { clear: both; }[data-css=\"tve-u-16260cd622f\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin-top: 0px !important; margin-bottom: -1px !important; }[data-css=\"tve-u-16260be7104\"] { max-width: 1200px; }[data-css=\"tve-u-16260ba2fa4\"] { padding: 100px 40px !important; }[data-css=\"tve-u-162539c17ec\"] { line-height: 1.6em !important; }#tve_editor [data-css=\"tve-u-162493b6b63\"]:hover { background-color: rgb(248, 249, 251) !important; }#tve_editor [data-css=\"tve-u-1624939a960\"]:hover { background-color: rgb(248, 249, 251) !important; background-image: none !important; }#tve_editor [data-css=\"tve-u-162492e70ad\"] { color: rgb(137, 141, 167) !important; }[data-css=\"tve-u-162492815ba\"] { padding: 0px !important; margin-top: 25px !important; }[data-css=\"tve-u-162491e8e1f\"]::after { clear: both; }[data-css=\"tve-u-1622f65ba70\"] { border: none; background-image: none !important; padding: 0px 30px 30px !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-1622a159bcb\"] { max-width: 100%; float: none; z-index: 6; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; margin-top: 0px !important; }[data-css=\"tve-u-16229915e4e\"] { max-width: 62.8%; }[data-css=\"tve-u-16229915e1a\"] { max-width: 37.2%; }[data-css=\"tve-u-16225617da3\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-Brett.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16225611edb\"] { min-height: 127px; }[data-css=\"tve-u-1622561121b\"] { max-width: 127px; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-16224848ee5\"]::after { clear: both; }[data-css=\"tve-u-16224834cab\"]::after { clear: both; }[data-css=\"tve-u-1621ee3afec\"] > .tve-cb { display: block; }[data-css=\"tve-u-1621fe78878\"] > .tcb-flex-col { padding-left: 5px; }[data-css=\"tve-u-1621fe940b9\"] { max-width: 50%; }[data-css=\"tve-u-1621fe94086\"] { max-width: 50%; }[data-css=\"tve-u-1621fe85996\"] { max-width: 585px; float: left; z-index: 3; position: relative; width: 100%; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621fe78878\"] > .tcb-flex-col > .tcb-col { min-height: 65px; justify-content: center; }[data-css=\"tve-u-1621fe78878\"] { min-height: inherit; margin-left: -5px; padding: 0px !important; flex-wrap: wrap !important; }#tve_editor [data-css=\"tve-u-1621f4d0451\"] { font-size: 20px !important; }#tve_editor [data-css=\"tve-u-1621f4ceaf6\"] { font-size: 20px !important; color: rgb(12, 12, 12) !important; }[data-css=\"tve-u-1621f45bed3\"] { padding: 0px !important; }[data-css=\"tve-u-1621f114214\"] { float: none; max-width: 100%; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621f0da775\"] { padding: 0px !important; }#tve_editor [data-css=\"tve-u-1621f0d874c\"] { letter-spacing: 1px; color: rgb(137, 141, 167) !important; font-size: 14px !important; }[data-css=\"tve-u-1621f0d2c1a\"] { max-width: 100%; margin-left: 60px !important; margin-right: 60px !important; }[data-css=\"tve-u-1621f0aa8f7\"] .tve-page-section-in { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621f0cbe40\"] { margin-left: 0px; padding: 0px !important; }[data-css=\"tve-u-1621f0cbe40\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-1621f0b0088\"] { max-width: 100%; min-height: 140px !important; }[data-css=\"tve-u-1621f0ada0e\"] { background-image: linear-gradient(rgb(22, 22, 24), rgb(22, 22, 24)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1621f0aa8f7\"] { padding: 0px !important; }[data-css=\"tve-u-1621efddaaf\"] { padding: 0px !important; }[data-css=\"tve-u-1621ef118dc\"] { width: 567px; position: relative; right: -50px; top: -104px; float: right; z-index: 3; margin-top: 0px !important; margin-bottom: 0px !important; padding-left: 0px !important; }#tve_editor [data-css=\"tve-u-1621ee74a24\"] > :first-child { color: rgb(15, 29, 123); }[data-css=\"tve-u-1621ee74a24\"] { font-size: 60px; float: none; z-index: 3; position: relative; margin: 0px auto 10px !important; padding-top: 0px !important; }[data-css=\"tve-u-1621ee63e1c\"] { float: none; z-index: 3; position: relative; max-width: none; width: 100%; padding: 0px !important; margin: 0px auto 30px !important; }[data-css=\"tve-u-1621ee58e74\"] { background-color: rgb(224, 226, 236) !important; }[data-css=\"tve-u-1621ee4be73\"] { max-width: 61%; }[data-css=\"tve-u-1621ee4be21\"] { max-width: 39%; }[data-css=\"tve-u-1621ee3afec\"] { padding: 60px 0px 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621ee37f4a\"] { min-height: 380px; }[data-css=\"tve-u-1621ee22c43\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding-top: 0px !important; padding-left: 0px !important; }[data-css=\"tve-u-1621ee18a1c\"] { margin: 80px 0px 0px 122px !important; }[data-css=\"tve-u-1621ee093d4\"] { margin-top: 0px !important; }[data-css=\"tve-u-1621ee03000\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1621ee03000\"] { margin-left: 0px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-1621ee03000\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-1621edf8048\"] { max-width: 100%; min-height: 1px !important; }[data-css=\"tve-u-1621ec454d9\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec43fe2\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec42aa7\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec3a5c0\"] { margin-top: 0px !important; margin-bottom: 10px !important; }[data-css=\"tve-u-1621ec37ea5\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec36a4d\"] { margin-bottom: 10px !important; }[data-css=\"tve-u-1621ea18c5d\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ea19a06\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ea1a5d7\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ea2c69a\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ea23322\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ec298ab\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ec2704c\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ec241aa\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ec05cc3\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec04541\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec009a8\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ebff867\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ebfe4ce\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621eb037bb\"] { padding: 0px !important; margin-top: 0px !important; margin-bottom: 30px !important; }[data-css=\"tve-u-1621eaff572\"] { color: rgb(15, 29, 123) !important; }[data-css=\"tve-u-1621ea50702\"] { max-width: 230px; float: none; z-index: 3; position: relative; width: 100%; padding: 0px !important; margin: 0px auto !important; }#tve_editor [data-css=\"tve-u-1621ea2c69a\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ea295c0\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ea295c0\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ea1fba7\"] > :first-child { color: rgb(137, 141, 167); }#tve_editor [data-css=\"tve-u-1621ea23322\"] { font-size: 16px !important; }[data-css=\"tve-u-1621ea1fba7\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }[data-css=\"tve-u-1621e99c314\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }[data-css=\"tve-u-1621e99b1db\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }[data-css=\"tve-u-1621e9993aa\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ea1a5d7\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ea19a06\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ea18c5d\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621e99c314\"] > :first-child { color: rgb(137, 141, 167); }#tve_editor [data-css=\"tve-u-1621e99b1db\"] > :first-child { color: rgb(137, 141, 167); }#tve_editor [data-css=\"tve-u-1621e9993aa\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621e8107f3\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621e942b65\"] strong { font-weight: 800; }[data-css=\"tve-u-1621e7e9950\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621e930bd7\"] { padding: 0px 0px 50px !important; }#tve_editor [data-css=\"tve-u-1621e92e97f\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1621e81f424\"] { border-radius: 200px; overflow: hidden; background-image: none !important; border: 3px solid rgb(255, 255, 255) !important; background-color: rgb(144, 147, 168) !important; }[data-css=\"tve-u-1621e819c52\"] { min-height: 110px; }[data-css=\"tve-u-1621e8107f3\"] { float: none; max-width: 110px; z-index: 4; padding: 0px !important; margin: -60px auto 30px !important; }[data-css=\"tve-u-1621e7edfd9\"] { clip-path: url(\"#clip-bottom-10ffac3b28f1d\"); -webkit-clip-path: url(\"#clip-bottom-10ffac3b28f1d\");  background-image: none !important; background-color: rgb(144, 147, 168) !important; }[data-css=\"tve-u-1621e7e9950\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1621e7e6c1d\"] { min-height: 150px; }[data-css=\"tve-u-1621e7c7aa1\"] > .tcb-flex-col { padding-left: 60px; }[data-css=\"tve-u-1621e7d5094\"] { min-height: 480px; }[data-css=\"tve-u-1621e7d234c\"] { box-shadow: rgba(0, 0, 0, 0.02) 0px 2px 22px 0px; background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1621e7ceab3\"] { float: none; width: 100%; padding: 0px 0px 20px !important; margin: 0px auto !important; }[data-css=\"tve-u-1621e7c899a\"] { float: none; max-width: 100%; margin: 0px auto !important; }[data-css=\"tve-u-1621e7c7aa1\"] { margin-left: -60px; padding: 0px !important; }[data-css=\"tve-u-1621e7b695a\"] { padding: 0px !important; margin-bottom: 100px !important; }#tve_editor [data-css=\"tve-u-1621e7a7350\"] { color: rgb(15, 29, 123) !important; }[data-css=\"tve-u-1621b3cfc7b\"] { filter: blur(0px); opacity: 1; background-image: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(220, 224, 246) 38%) !important; background-color: rgb(212, 212, 212) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1621b3c8c52\"] { padding: 100px 40px !important; }[data-css=\"tve-u-1621b3c74d9\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-1621b300a64\"]::after { clear: both; }[data-css=\"tve-u-1621b24a89d\"] { padding: 0px !important; }[data-css=\"tve-u-1621b22a018\"] { background-image: none !important; padding: 0px !important; }[data-css=\"tve-u-1621b200375\"] { float: none; max-width: 100%; border-left: 1px solid rgba(15, 29, 123, 0.7); border-right: 1px solid rgba(15, 29, 123, 0.7); background-color: rgb(248, 249, 251) !important; margin: 0px auto !important; }[data-css=\"tve-u-1621b10fccf\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621b0e4fb7\"] { border-right: none; max-width: 100%; padding: 0px !important; margin-bottom: 40px !important; margin-right: 0px !important; }[data-css=\"tve-u-1621b072b4e\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-1621b064668\"] { max-width: 52%; }[data-css=\"tve-u-1621b064646\"] { max-width: 48%; }[data-css=\"tve-u-1621afda4fa\"] { max-width: none; padding: 0px !important; margin-bottom: 40px !important; }#tve_editor [data-css=\"tve-u-1621afd8c98\"] { color: rgb(255, 255, 255) !important; font-size: 20px !important; }[data-css=\"tve-u-1621afceb00\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 80%; padding: 0px !important; margin-bottom: 50px !important; }#tve_editor [data-css=\"tve-u-1621afcc0bf\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1621a8a804b\"] > .tcb-flex-col { padding-left: 60px; }[data-css=\"tve-u-1621ae6c8da\"] { clip-path: url(\"#clip-top-aa2c3e3c70555\"); -webkit-clip-path: url(\"#clip-top-aa2c3e3c70555\");  background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-Cta-2.jpg\") !important; background-size: cover !important; background-position: 0% 100% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1621ae4fd21\"] { max-width: 100%; top: -70px; z-index: 5; left: -60px; position: relative !important; padding: 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-1621ae4db6e\"] { min-height: 524px; }[data-css=\"tve-u-1621ada1e7f\"] .tve-page-section-in { display: flex; flex-direction: column; justify-content: center; }[data-css=\"tve-u-1621adea58b\"] > .tcb-flex-col > .tcb-col { min-height: 1px; justify-content: center; }[data-css=\"tve-u-1621ae0bec7\"] { height: calc(100% - -22px); background-image: linear-gradient(rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.14)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; margin-left: 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621adea58b\"] > .tcb-flex-col { padding-left: 50px; }[data-css=\"tve-u-1621adea58b\"] { margin-left: -50px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-1621ade6172\"] { max-width: 100%; float: none; width: 100%; margin: 0px auto !important; }[data-css=\"tve-u-1621adba9ef\"] { clip-path: url(\"#clip-top-52d5a36c151aa\"); -webkit-clip-path: url(\"#clip-top-52d5a36c151aa\");  background-image: linear-gradient(rgba(15, 29, 123, 0.65), rgba(15, 29, 123, 0.65)), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-cta-bg.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-1621ada1e7f\"] { padding: 0px 40px !important; }[data-css=\"tve-u-1621ad46076\"] { padding: 100px 40px !important; margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1621ad420c4\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-1621a9076ef\"] { padding-top: 2px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-1621acf64fb\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621acf47d2\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1621acf0289\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621a8e11f3\"] { padding-top: 2px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-1621a8e5625\"] { padding-top: 2px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-1621ace4de9\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1621ace1b08\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1621a9a2867\"] strong { font-weight: 700; }#tve_editor [data-css=\"tve-u-1621a9a2867\"] { font-weight: 300; color: rgb(15, 29, 123) !important; font-family: Poppins !important; }[data-css=\"tve-u-1621a9750ae\"] { font-size: 18.36px !important; line-height: 18.36px !important; }[data-css=\"tve-u-1621a9a2867\"] { font-size: 64.8px !important; line-height: 64.8px !important; }[data-css=\"tve-u-1621a9a2866\"] { margin-top: 54px !important; }[data-css=\"tve-u-1621a9a2862\"] { width: 216px !important; height: 216px !important; background-color: rgb(137, 141, 167) !important; }[data-css=\"tve-u-1621a98b602\"] { stroke-dasharray: 678.584, 678.584; }[data-css=\"tve-u-1621a983587\"] { float: none; border: 30px solid rgba(137, 141, 167, 0.24); z-index: 3; position: relative; margin: 30px auto 0px !important; padding: 0px !important; }[data-css=\"tve-u-1621a9750ae\"] strong { font-weight: 700; }#tve_editor [data-css=\"tve-u-1621a9750ae\"] { color: rgb(255, 255, 255) !important; font-family: Monda !important; }[data-css=\"tve-u-1621a96b190\"] { background-color: rgb(101, 114, 203); width: 194.4px !important; height: 194.4px !important; top: 10.8px !important; bottom: 10.8px !important; left: 10.8px !important; right: 10.8px !important; }[data-css=\"tve-u-1621a9685d4\"] { stroke: rgb(248, 251, 253) !important; stroke-width: 22.6px !important; }[data-css=\"tve-u-1621a8a804b\"] > .tcb-flex-col > .tcb-col { min-height: 445px; justify-content: center; }[data-css=\"tve-u-1621a90a46f\"] { background-image: radial-gradient(rgba(255, 255, 255, 0.51) 16%, rgb(255, 255, 255) 73%), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-100-clean.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }#tve_editor [data-css=\"tve-u-1621a9076ef\"] > :first-child { color: rgb(15, 29, 123); }#tve_editor [data-css=\"tve-u-1621a8e5625\"] > :first-child { color: rgb(15, 29, 123); }#tve_editor [data-css=\"tve-u-1621a8e11f3\"] > :first-child { color: rgb(15, 29, 123); }[data-css=\"tve-u-1621a8c4313\"] { padding: 0px !important; margin-bottom: 60px !important; }[data-css=\"tve-u-1621a8b2488\"] { float: none; max-width: 100%; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621a8a804b\"] { min-height: inherit; margin-left: -60px; padding: 0px !important; }[data-css=\"tve-u-1621a2e0d5b\"] { line-height: 1em !important; }[data-css=\"tve-u-1621a2247ba\"] { max-width: 100%; float: none; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; }#tve_editor [data-css=\"tve-u-1620af7eb3f\"] .tcb-button-link { font-size: 18px; color: rgb(15, 29, 123) !important; }#tve_editor [data-css=\"tve-u-1620af7eb3f\"]:hover strong { font-weight: 700 !important; }[data-css=\"tve-u-1620af7eb3f\"] { width: 268px; float: left; z-index: 3; position: relative; display: block; max-width: 268px; margin-bottom: 0px !important; margin-top: 0px !important; margin-left: 3px !important; }#tve_editor [data-css=\"tve-u-1620af7eb3f\"]:hover .tcb-button-link { color: rgb(255, 255, 255) !important; border-radius: 200px !important; overflow: hidden !important; font-family: Monda !important; font-weight: 400 !important; text-shadow: none !important; background-image: none !important; background-color: rgb(15, 29, 123) !important; }[data-css=\"tve-u-1620af7eb3f\"] .tcb-button-link { border-radius: 200px; min-height: 54.7619px; font-size: 1.33333em; padding-top: 0px; padding-bottom: 0px; background-image: none !important; background-color: rgb(255, 255, 255) !important; padding-right: 15px !important; }#tcb_landing_page a:not(.tcb-button-link).tve_state_hover { color: rgb(35, 55, 188); }#tcb_landing_page a:not(.tcb-button-link):hover { color: rgb(35, 55, 188); }#tcb_landing_page a:not(.tcb-button-link) { color: rgb(255, 255, 255); }#tcb_landing_page input strong { font-weight: 700; }#tcb_landing_page .tcb-button-link strong { font-weight: 700; }#tcb_landing_page p strong, #tcb_landing_page li strong { font-weight: 700; }#tcb_landing_page input { font-family: Merriweather; font-weight: 400; }#tcb_landing_page .tcb-button-link { font-family: Merriweather; font-weight: 400; }#tcb_landing_page p, #tcb_landing_page li { color: rgb(12, 12, 12); font-family: Merriweather; font-weight: 400; line-height: 1.5em; font-size: 16px; }#tcb_landing_page h6 { text-transform: uppercase; font-size: 14px; color: rgb(0, 0, 0); font-family: \"Special Elite\"; font-weight: 400; letter-spacing: 1px; line-height: 1.3em; }#tcb_landing_page h5 { font-size: 22px; color: rgb(12, 12, 12); font-family: \"Special Elite\"; font-weight: 400; line-height: 1.3em; }#tcb_landing_page h4 { font-size: 24px; color: rgb(12, 12, 12); font-family: \"Special Elite\"; font-weight: 400; line-height: 1.3em; }#tcb_landing_page h3 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(12, 12, 12); font-size: 26px; line-height: 1.3em; }#tcb_landing_page h2 { color: rgb(0, 0, 0); font-size: 30px; letter-spacing: 2px; text-transform: uppercase; line-height: 1.3em; font-family: \"Special Elite\"; font-weight: 400; }#tcb_landing_page h1 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(0, 0, 0); font-size: 42px; line-height: 1.3em; }[data-css=\"tve-u-15e09c94f7d\"] { background-color: rgb(255, 255, 255); }[data-css=\"tve-u-1621b01355a\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621b01355a\"] { max-width: 274px; position: relative; float: left; z-index: 3; width: 100%; padding: 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-1621b028939\"] .tcb-button-link { font-size: 18px; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1621b028939\"]:hover strong { font-weight: 700 !important; }[data-css=\"tve-u-1621b028939\"] { display: block; max-width: 268px; width: 268px; top: 0px; left: 0px; float: left; z-index: 3; position: relative; margin-bottom: 0px !important; margin-top: 0px !important; }#tve_editor [data-css=\"tve-u-1621b028939\"]:hover .tcb-button-link { background-color: rgb(255, 255, 255) !important; color: rgb(15, 29, 123) !important; overflow: hidden !important; font-family: Monda !important; background-image: none !important; text-align: center !important; }[data-css=\"tve-u-1621b028939\"] .tcb-button-link { min-height: 54.7619px; font-size: 1.33333em; padding-top: 0px; padding-bottom: 0px; border: 1px solid rgb(255, 255, 255); border-radius: 30px; overflow: hidden; background-color: rgba(26, 188, 156, 0.01) !important; padding-right: 15px !important; color: rgb(26, 188, 156) !important; }[data-css=\"tve-u-1621b08fdde\"] { border-radius: 200px; overflow: hidden; border: 1px solid rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1621b01355a\"]:hover [data-css=\"tve-u-1621b08fdde\"] { border: 1px solid rgba(255, 255, 255, 0.4) !important; }[data-css=\"tve-u-1621b30ca74\"]::after { clear: both; }#tve_editor [data-css=\"tve-u-1621e942b65\"] { font-weight: 400; letter-spacing: 0px; color: rgb(255, 255, 255) !important; font-family: Poppins !important; font-size: 30px !important; }[data-css=\"tve-u-1621e94cb4e\"] { float: none; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621eaaedd8\"] { clip-path: url(\"#clip-bottom-a2b9cf3198d6f\"); -webkit-clip-path: url(\"#clip-bottom-a2b9cf3198d6f\");  background-image: none !important; background-color: rgb(5, 10, 42) !important; }[data-css=\"tve-u-1621eab272c\"] { border-radius: 200px; overflow: hidden; background-image: none !important; border: 3px solid rgb(255, 255, 255) !important; background-color: rgb(5, 10, 42) !important; }[data-css=\"tve-u-1621eacf6af\"] { max-width: 230px; float: none; z-index: 3; position: relative; padding: 0px !important; margin: 0px auto !important; }[data-css=\"tve-u-1621eb3eb9f\"] { clip-path: url(\"#clip-bottom-ac98bb0e54b3b\"); -webkit-clip-path: url(\"#clip-bottom-ac98bb0e54b3b\");  background-image: none !important; background-color: rgb(45, 51, 89) !important; }[data-css=\"tve-u-1621eb43d8d\"] { border-radius: 200px; overflow: hidden; background-image: none !important; border: 3px solid rgb(255, 255, 255) !important; background-color: rgb(45, 51, 89) !important; }[data-css=\"tve-u-1621eb7ccb0\"] { min-height: 530px; }[data-css=\"tve-u-1621eb81205\"] { padding: 0px 0px 20px !important; margin-top: -25px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621ebbbb6d\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621ebbbb6d\"] { max-width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1621ebf340c\"] { max-width: 230px; float: none; z-index: 3; position: relative; width: 100%; padding: 0px !important; margin: 0px auto !important; }[data-css=\"tve-u-1621ebfa746\"] { padding: 0px !important; margin-top: 0px !important; margin-bottom: 30px !important; }#tve_editor [data-css=\"tve-u-1621ebfe4ce\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ebff867\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ec009a8\"] { font-size: 16px !important; }[data-css=\"tve-u-1621ec09a3c\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; margin: 0px !important; }#tve_editor [data-css=\"tve-u-1621ec09a3c\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ec0c5bd\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; margin: 0px !important; }#tve_editor [data-css=\"tve-u-1621ec0c5bd\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ec15f6e\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ec15f6e\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ec204df\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ec204df\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ec20f68\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ec20f68\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ec21a31\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ec21a31\"] > :first-child { color: rgb(137, 141, 167); }#tve_editor [data-css=\"tve-u-1621ec241aa\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ec2704c\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ec298ab\"] { font-size: 16px !important; }[data-css=\"tve-u-1621ec6c39b\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621ec6c39b\"] { float: none; max-width: 110px; z-index: 4; padding: 0px !important; margin: -60px auto 30px !important; }[data-css=\"tve-u-1621ec752da\"] { min-height: 110px; }[data-css=\"tve-u-1621ec78d2c\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621ec78d2c\"] { float: none; max-width: 110px; z-index: 4; padding: 0px !important; margin: -60px auto 30px !important; }[data-css=\"tve-u-1621ec79a7d\"] { min-height: 110px; }[data-css=\"tve-u-1621ec7f21a\"] { min-height: 160px; }[data-css=\"tve-u-1621f154231\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-1621f154231\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin: 0px 0px -1px !important; }[data-css=\"tve-u-1621f15b521\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-1621f15b521\"] { float: right; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin-top: -1px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621f4ceaf7\"] { color: rgb(15, 29, 123) !important; }[data-css=\"tve-u-1621fb65556\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-1621fb65556\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-1621fb65556\"] { min-height: inherit; margin-left: -20px; padding: 0px !important; }[data-css=\"tve-u-1621fb68b97\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-1621fb68b97\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-1621fb68b97\"] { min-height: inherit; margin-left: -30px; padding: 30px !important; }[data-css=\"tve-u-1621fbacc60\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621fbcad8c\"] { padding: 0px !important; }[data-css=\"tve-u-1621fc0ce17\"] { padding: 0px !important; margin-bottom: 15px !important; }[data-css=\"tve-u-1621fd84d7b\"] { min-height: 480px; }[data-css=\"tve-u-1621fd8766c\"] { min-height: 150px; }[data-css=\"tve-u-1621fd9c946\"] { padding: 0px 0px 20px !important; margin-top: 0px !important; margin-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-1621fe1587d\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1621fe1725e\"] strong { font-weight: 800; }#tve_editor [data-css=\"tve-u-1621fe1725e\"] { font-weight: 400; letter-spacing: 0px; color: rgb(255, 255, 255) !important; font-family: Poppins !important; font-size: 30px !important; }#tve_editor [data-css=\"tve-u-1621fe1a1af\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1621fe1bd18\"] strong { font-weight: 800; }#tve_editor [data-css=\"tve-u-1621fe1bd18\"] { font-weight: 400; letter-spacing: 0px; color: rgb(255, 255, 255) !important; font-family: Poppins !important; font-size: 30px !important; }[data-css=\"tve-u-16223b080b0\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-16223b080b0\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-16223f02c16\"] { min-height: 62px; }[data-css=\"tve-u-16223fe5f5b\"] { padding: 0px !important; }[data-css=\"tve-u-16224439be1\"] { padding: 0px !important; }#tve_editor [data-css=\"tve-u-1622444fb11\"] { letter-spacing: 1px; color: rgb(137, 141, 167) !important; font-size: 14px !important; }#tve_editor [data-css=\"tve-u-16228c764b2\"] { font-size: 18px !important; }[data-css=\"tve-u-16229f6175c\"] { border: none; margin: 80px 0px 0px !important; background-image: none !important; }[data-css=\"tve-u-16229fa6a26\"] { border: none; box-shadow: none; padding: 0px 30px 30px !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-16229fa8c68\"] { border: none; padding: 0px 30px 30px !important; background-image: none !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col > .tcb-col { min-height: 244px; }[data-css=\"tve-u-16229ffbb7b\"] { margin-left: -30px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16248fc42a1\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-16248fc42a1\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-16248fc71c8\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-16249355087\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-16249355087\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-16249358652\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-16249358652\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-1624935a201\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-1624935a201\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-16249367114\"] { border: none; margin: 30px 0px 0px !important; background-image: none !important; }[data-css=\"tve-u-16249373b25\"] { border: none; padding: 0px 30px 30px !important; background-image: linear-gradient(rgb(248, 249, 251), rgb(248, 249, 251)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1624939a960\"] { border: none; box-shadow: none; padding: 0px 30px 30px !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-162493a03b0\"] > .tcb-flex-col > .tcb-col { min-height: 244px; }[data-css=\"tve-u-162493a03b0\"] { margin-left: -30px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-162493a03b0\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-162493b6b63\"] { border: none; background-image: none !important; padding: 0px 30px 30px !important; background-color: rgb(248, 249, 251) !important; }#tve_editor [data-css=\"tve-u-162493d5f13\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-162493d5f13\"] { font-size: 30px; width: 30px; height: 30px; top: 0px; left: 0px; display: block; position: static; z-index: 8; border-bottom: 1px solid rgb(10, 93, 165); border-top: none; border-right: none; border-left: none; border-image: initial; margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-162494b490e\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-162494b7ad0\"] { padding: 0px !important; margin-top: 25px !important; margin-left: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-1625389a3d5\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-1625389a3d5\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-1625389b4ed\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-1625389b4ed\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-162539ac577\"] { max-width: 39%; }[data-css=\"tve-u-162539ac57d\"] { max-width: 61%; }#tve_editor [data-css=\"tve-u-162539c17ec\"] { font-size: 16px !important; color: rgba(12, 12, 12, 0.7) !important; }[data-css=\"tve-u-16260c39a7e\"] { float: none; max-width: 100%; border-left: 1px solid rgba(15, 29, 123, 0.7); border-right: 1px solid rgba(15, 29, 123, 0.7); margin: 0px auto !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-16260c433e9\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-Rosie.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16260c5ff07\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-16260c5ff07\"] { float: right; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin: -1px 0px 0px !important; }[data-css=\"tve-u-16260c5ff0c\"]::after { clear: both; }[data-css=\"tve-u-16260d01208\"] { max-width: 37%; }[data-css=\"tve-u-16260d0120e\"] { max-width: 63%; }[data-css=\"tve-u-16260d39b83\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-16260d39b83\"] { float: right; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin-top: -1px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-16260d3b97e\"]::after { clear: both; }[data-css=\"tve-u-16260d3f4aa\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16260d3f4aa\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-16260d3f4aa\"] { min-height: inherit; margin-left: -30px; padding: 30px !important; }[data-css=\"tve-u-16260d3f4af\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-16260d3f4af\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-16260d3f4af\"] { min-height: inherit; margin-left: -20px; padding: 0px !important; }[data-css=\"tve-u-16260d5e4b8\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-Shawn.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16260d73672\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-16260d73672\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin-top: 0px !important; margin-bottom: -1px !important; }[data-css=\"tve-u-16260d8392c\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16260d8392c\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-16260d8392c\"] { min-height: inherit; margin-left: -30px; padding: 30px !important; }[data-css=\"tve-u-16260d8396c\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-16260d8396c\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-16260d8396c\"] { min-height: inherit; margin-left: -20px; padding: 0px !important; }[data-css=\"tve-u-16260da3aa7\"] { float: none; max-width: 100%; border-left: 1px solid rgba(15, 29, 123, 0.7); border-right: 1px solid rgba(15, 29, 123, 0.7); margin: 0px auto !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-162717cb600\"] { max-width: 58.2%; }[data-css=\"tve-u-162717cb601\"] { max-width: 41.8%; }[data-css=\"tve-u-162717cb609\"]::after { clear: both; }[data-css=\"tve-u-162717cb60a\"] { padding-right: 50px !important; padding-bottom: 80px !important; padding-top: 20px !important; }[data-css=\"tve-u-162717cb60b\"]::after { clear: both; }[data-css=\"tve-u-162717cb60b\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-162717cb60f\"] { padding: 0px !important; margin-bottom: 25px !important; }[data-css=\"tve-u-162717cb610\"] { padding: 0px !important; margin-bottom: 35px !important; box-shadow: none !important; }#tve_editor [data-css=\"tve-u-162717cb616\"] { text-transform: none !important; color: rgb(255, 255, 255) !important; text-shadow: rgb(0, 0, 0) 2px 2px 2px; }[data-css=\"tve-u-162717cb617\"] { margin-left: 0px; padding: 0px !important; }[data-css=\"tve-u-162717cb618\"] { max-width: none; margin-top: 0px !important; }[data-css=\"tve-u-162717cb620\"] { clip-path: url(\"#clip-bottom-c883ac5175045\"); -webkit-clip-path: url(\"#clip-bottom-c883ac5175045\");  background-image: linear-gradient(rgba(0, 0, 0, 0.46), rgba(0, 0, 0, 0.46)), url(\"https://bestcerakoteflorida.com/wp-content/uploads/2018/05/FTYS6743.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, fixed !important; background-repeat: no-repeat, no-repeat !important; opacity: 1; filter: grayscale(0%) blur(0px); }[data-css=\"tve-u-162717cb609\"] { max-width: 1200px; min-height: 630px !important; }[data-css=\"tve-u-162717cb621\"] { z-index: 1; padding: 125px 40px 0px !important; margin-top: -130px !important; }[data-css=\"tve-u-162717d1bb6\"] { border-right: 1px solid rgba(255, 255, 255, 0.2); }[data-css=\"tve-u-162717d1bb7\"] { max-width: 23.7%; }[data-css=\"tve-u-162717d1bb9\"] { max-width: 42.9%; }[data-css=\"tve-u-162717d1bbc\"] { border-left: none; padding: 0px !important; }[data-css=\"tve-u-162717d1bbe\"] { border-bottom: 1px solid rgba(255, 255, 255, 0.2); float: none; width: 100%; position: relative; z-index: 10; max-width: 1600px; margin: 0px auto !important; }[data-css=\"tve-u-162717d1bbf\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-162717d1bbf\"] > .tcb-flex-col { padding-left: 17px; }[data-css=\"tve-u-162717d1bbf\"] { margin-left: -17px; min-height: inherit; padding: 5px 0px 0px 40px !important; }#tve_editor [data-css=\"tve-u-162717d1bbe\"] p, #tve_editor [data-css=\"tve-u-162717d1bbe\"] li, #tve_editor [data-css=\"tve-u-162717d1bbe\"] blockquote, #tve_editor [data-css=\"tve-u-162717d1bbe\"] address { font-size: 16px; }#tve_editor [data-css=\"tve-u-16271adf6cf\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-16271adf6cf\"] { font-size: 30px; width: 30px; height: 30px; top: 22px; left: 20px; border-bottom: 1px solid rgb(10, 93, 165); margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1641367e553\"] > :first-child { color: rgba(15, 29, 123, 0.12); }[data-css=\"tve-u-1641367e553\"] { font-size: 60px; float: none; box-shadow: none; width: 60px; height: 60px; margin: -55px auto 60px !important; padding-right: 17px !important; }[data-css=\"tve-u-16416e4fafd\"] { box-shadow: rgba(0, 0, 0, 0.02) 0px 2px 22px 0px; background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16416e603ab\"] { box-shadow: rgba(0, 0, 0, 0.12) 0px 3px 44px 0px; background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-164179a84b8\"] > .tve-cb { display: block; }[data-css=\"tve-u-164179a84b8\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-164179bced9\"] { border-right: none; padding: 3px 0px 0px !important; position: static !important; }[data-css=\"tve-u-16417b4cb9e\"] { padding: 0px 0px 50px !important; }[data-css=\"tve-u-16417b62c09\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-16417b662bf\"] { margin-top: 0px !important; margin-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-16417e5bd95\"] > :first-child { color: rgb(255, 255, 255); }[data-css=\"tve-u-16417e5bd95\"] { font-size: 25px !important; width: 25px !important; height: 25px !important; z-index: 4; position: relative; float: left; margin: 3px 15px 0px 0px !important; padding-left: 0px !important; }[data-css=\"tve-u-1641c1af44d\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1641c1b01a6\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1641c1b0a67\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1641c1b12d8\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }#tve_editor [data-css=\"tve-u-1641c1b33f9\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-1641c1b33f9\"] { font-size: 30px; width: 30px; height: 30px; top: 22px; left: 20px; border-bottom: 1px solid rgb(10, 93, 165); margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1641c1b456a\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-1641c1b456a\"] { font-size: 30px; width: 30px; height: 30px; top: 22px; left: 20px; border-bottom: 1px solid rgb(10, 93, 165); margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1641c1b52d3\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-1641c1b52d3\"] { font-size: 30px; width: 30px; height: 30px; top: 22px; left: 20px; border-bottom: 1px solid rgb(10, 93, 165); margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1641c1b60b4\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-1641c1b60b4\"] { font-size: 30px; width: 30px; height: 30px; top: 22px; left: 20px; border-bottom: 1px solid rgb(10, 93, 165); margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-16422a1ce91\"] { float: none; width: 100%; max-width: 227px; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; }#tve_editor [data-css=\"tve-u-16422a1ce92\"] { font-size: 16px !important; color: rgb(12, 12, 12) !important; }#tve_editor [data-css=\"tve-u-16422a1ce93\"] { font-size: 16px !important; color: rgb(18, 18, 18) !important; }[data-css=\"tve-u-16422a1ce92\"] { line-height: 1.7em !important; }[data-css=\"tve-u-16422a1ce93\"] { line-height: 1.7em !important; }#tve_editor [data-css=\"tve-u-16422a1ce94\"] { font-size: 16px !important; color: rgb(29, 26, 31) !important; }[data-css=\"tve-u-16422a1ce94\"] { line-height: 1.7em !important; }#tcb_landing_page .tcb-plain-text { color: rgb(0, 0, 0); font-family: Merriweather; font-weight: 400; }#tcb_landing_page .tcb-plain-text strong { font-weight: 700; }[data-css=\"tve-u-162717d1bbe\"] p { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-162717d1bbe\"] h3 { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-1695981e7bb\"] { max-width: 33.3545%; }[data-css=\"tve-u-16959822de2\"] { width: 291px; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-16959846d3d\"] { margin-top: 0px !important; }[data-css=\"tve-u-16959cd1e7a\"] { margin-top: 10px !important; }[data-css=\"tve-u-1695a3002e2\"] .tcb-button-link { border-radius: 4px; border-bottom: 4px solid rgb(117, 0, 23); background-image: none !important; background-color: rgb(143, 2, 32) !important; border-top-color: rgb(198, 225, 224); border-right-color: rgb(198, 225, 224); border-left-color: rgb(198, 225, 224); padding-right: 25px !important; }#tve_editor [data-css=\"tve-u-1695a3002e2\"]:hover .tcb-button-link { background-color: rgb(132, 1, 28) !important; }#tve_editor [data-css=\"tve-u-1695a36117b\"] { color: rgb(255, 255, 255) !important; }}@media (max-width: 1023px){[data-css=\"tve-u-1621ebfa746\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621eb037bb\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621ec78d2c\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621ec6c39b\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621b064668\"] { max-width: 49%; }[data-css=\"tve-u-1621b064646\"] { max-width: 51%; }[data-css=\"tve-u-1621b3c74d9\"] { max-width: 100%; }[data-css=\"tve-u-1621f0b0088\"] { min-height: 100px !important; }[data-css=\"tve-u-1621ee3afec\"] > .tve-cb { display: block; }[data-css=\"tve-u-1621e7ceab3\"] > .tve-cb { display: block; }[data-css=\"tve-u-1621ea50702\"] { float: none; width: 100%; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621ae4fd21\"] > .tve-cb { display: block; }[data-css=\"tve-u-162717cb60f\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-162717cb610\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-16223dad661\"] { padding-top: 20px !important; }[data-css=\"tve-u-1641367127b\"] { float: none; font-size: 50px; width: 50px; height: 50px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1641367e553\"] { float: none; font-size: 50px; width: 50px; height: 50px; margin: -44px auto 40px !important; padding-right: 12px !important; }[data-css=\"tve-u-1621e7b695a\"] { margin-bottom: 50px !important; }[data-css=\"tve-u-1621ee37f4a\"] { min-height: 262px; }[data-css=\"tve-u-1621ada1e7f\"] { padding: 50px 30px 50px 0px !important; }[data-css=\"tve-u-1621b072b4e\"] { max-width: 100%; }[data-css=\"tve-u-1621a2247ba\"] { margin-bottom: 60px !important; }[data-css=\"tve-u-16229f6175c\"] { margin-top: 0px !important; }[data-css=\"tve-u-162717cb60b\"] { height: calc(100% - -85px); margin-top: -85px !important; }[data-css=\"tve-u-162717cb617\"] .tcb-flex-col { flex-basis: 560px !important; }#tcb_landing_page h5 { line-height: 1.3em; }#tcb_landing_page h6 { line-height: 1.4em; }#tcb_landing_page p, #tcb_landing_page li { line-height: 1.5em; }[data-css=\"tve-u-1628a146aef\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1628a12f675\"] { margin-bottom: 40px !important; }[data-css=\"tve-u-1628a10d3b4\"] { margin-bottom: 40px !important; }[data-css=\"tve-u-162718bd0c0\"] { clip-path: url(\"#clip-tablet-top-a3b25e1c9221a\"); -webkit-clip-path: url(\"#clip-tablet-top-a3b25e1c9221a\");  background-color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-162717cb621\"] { z-index: 6; padding-top: 60px !important; margin-top: -90px !important; }[data-css=\"tve-u-162718a3b40\"] { max-width: 100%; min-height: 1px !important; }[data-css=\"tve-u-16271adf6cf\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-162493d5f13\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-162717fcf9d\"] { margin-top: -40px !important; padding-top: 90px !important; padding-left: 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-16260d3f4af\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16260d3f4aa\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1621fb65556\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1621fb68b97\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16260d8396c\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16260d8392c\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16260d39b83\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-16260c5ff07\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-16260ba2fa4\"] { padding: 50px 40px !important; }[data-css=\"tve-u-16260be7104\"] { max-width: 100%; }[data-css=\"tve-u-1621ebbbb6d\"] { margin-top: -1px !important; }[data-css=\"tve-u-1621eaaedd8\"] { clip-path: url(\"#clip-tablet-bottom-a2b9cf3198d6f\"); -webkit-clip-path: url(\"#clip-tablet-bottom-a2b9cf3198d6f\");  }[data-css=\"tve-u-1621e7e9950\"] { margin-top: -1px !important; }[data-css=\"tve-u-16229fa8c68\"] { padding: 0px 20px 20px !important; }[data-css=\"tve-u-1622f65ba70\"] { padding: 0px 20px 20px !important; }[data-css=\"tve-u-16249373b25\"] { padding-left: 20px !important; padding-right: 20px !important; padding-bottom: 20px !important; }[data-css=\"tve-u-162493b6b63\"] { padding-left: 20px !important; padding-bottom: 20px !important; padding-right: 20px !important; }[data-css=\"tve-u-16249367114\"] { margin-top: 20px !important; }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-1624935a201\"] { line-height: 1.3em !important; }[data-css=\"tve-u-16249358652\"] { line-height: 1.3em !important; }[data-css=\"tve-u-16249355087\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1625389b4ed\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1625389a3d5\"] { line-height: 1.3em !important; }[data-css=\"tve-u-16248fc42a1\"] { line-height: 1.3em !important; }[data-css=\"tve-u-162493a03b0\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-162493a03b0\"] .tcb-flex-col { flex-basis: 145px !important; }[data-css=\"tve-u-1622a159bcb\"] { float: none; max-width: 85%; margin: 0px auto !important; padding-top: 0px !important; }[data-css=\"tve-u-16229fa6a26\"] { margin-bottom: 20px !important; padding: 0px 20px 20px !important; }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16229ffbb7b\"] { min-height: inherit; margin-left: -20px; }[data-css=\"tve-u-1621ad46076\"] { margin-bottom: 0px !important; margin-top: 0px !important; padding: 50px 40px !important; }#tve_editor [data-css=\"tve-u-1621b028939\"] .tcb-button-link { font-size: 18px; }[data-css=\"tve-u-16223f02c16\"] { min-height: 54px; }[data-css=\"tve-u-1621b01355a\"] { max-width: 304px; padding: 2px !important; }[data-css=\"tve-u-1620af7eb3f\"] { float: none; z-index: 3; position: relative; display: block; max-width: 300px; width: 300px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621afda4fa\"] { max-width: 100%; margin-bottom: 30px !important; }[data-css=\"tve-u-16224716d62\"]::after { clear: both; }[data-css=\"tve-u-1621f0aa8f7\"] { margin-top: 0px !important; }[data-css=\"tve-u-1621e7e6c1d\"] { min-height: 150px; }[data-css=\"tve-u-1621e7edfd9\"] { clip-path: url(\"#clip-tablet-bottom-10ffac3b28f1d\"); -webkit-clip-path: url(\"#clip-tablet-bottom-10ffac3b28f1d\");  }[data-css=\"tve-u-1621ebf340c\"] { float: none; width: 100%; padding: 0px !important; margin-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621e7d5094\"] { min-height: 455px; }[data-css=\"tve-u-1621adea58b\"] > .tcb-flex-col > .tcb-col { justify-content: center; }[data-css=\"tve-u-16223dad661\"]::after { clear: both; }[data-css=\"tve-u-1621e8107f3\"] { float: none; margin-left: auto !important; margin-right: auto !important; margin-bottom: 20px !important; }[data-css=\"tve-u-16223b080b0\"] { float: none; margin-left: auto !important; margin-right: auto !important; margin-top: -1px !important; }[data-css=\"tve-u-1621eb3eb9f\"] { clip-path: url(\"#clip-tablet-bottom-ac98bb0e54b3b\"); -webkit-clip-path: url(\"#clip-tablet-bottom-ac98bb0e54b3b\");  }[data-css=\"tve-u-1621fe78878\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1621fe78878\"] { min-height: inherit; }#tve_editor [data-css=\"tve-u-1621e92e97f\"] { font-size: 22px !important; }#tve_editor [data-css=\"tve-u-1621e942b65\"] { letter-spacing: 0px; font-size: 1.5em !important; }#tve_editor [data-css=\"tve-u-1621fe1bd18\"] { letter-spacing: 0px; font-size: 1.5em !important; }#tve_editor [data-css=\"tve-u-1621fe1a1af\"] { font-size: 22px !important; }#tve_editor [data-css=\"tve-u-1621fe1725e\"] { letter-spacing: 0px; font-size: 1.5em !important; }#tve_editor [data-css=\"tve-u-1621fe1587d\"] { font-size: 22px !important; }[data-css=\"tve-u-1621ef118dc\"] { position: relative; top: -50px; left: 30px; width: 100%; }[data-css=\"tve-u-1621ee3afec\"] { padding: 40px 0px 0px !important; }[data-css=\"tve-u-1621ee63e1c\"] { max-width: none; margin-bottom: 30px !important; }[data-css=\"tve-u-1621ee74a24\"] { top: 0px; right: 0px; font-size: 45px; width: 45px; height: 45px; float: none; padding-left: 0px !important; margin: 0px auto !important; }[data-css=\"tve-u-1621ee18a1c\"] { margin-top: 40px !important; margin-left: 20px !important; margin-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-1621fdcb4ea\"] { letter-spacing: 1px; font-size: 1.5em !important; }[data-css=\"tve-u-1621ec7f21a\"] { min-height: 150px; }[data-css=\"tve-u-1621eacf6af\"] { float: none; max-width: 230px; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621fd9c946\"] { max-width: 380px; float: none; width: 100%; margin: 0px auto !important; padding-left: 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-1621eb81205\"] { margin-top: 0px !important; }[data-css=\"tve-u-1621eb7ccb0\"] { min-height: 455px; }[data-css=\"tve-u-1621fd8766c\"] { min-height: 150px; }[data-css=\"tve-u-1621fd84d7b\"] { min-height: 430px; }[data-css=\"tve-u-1621e7c7aa1\"] .tcb-flex-col { flex-basis: 300px !important; }#tve_editor [data-css=\"tve-u-1621e7a7350\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621e7c899a\"] { float: none; max-width: 100%; margin-left: auto !important; margin-right: auto !important; margin-top: 0px !important; }[data-css=\"tve-u-1621e7c7aa1\"] { margin-left: -20px; flex-direction: row; }[data-css=\"tve-u-1621e7c7aa1\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-1621b3c8c52\"] { padding: 50px 40px !important; }[data-css=\"tve-u-1621fc0ce17\"] { margin-top: 10px !important; margin-bottom: 7px !important; }[data-css=\"tve-u-1621fbcad8c\"] { padding-left: 0px !important; padding-right: 30px !important; }[data-css=\"tve-u-1621fbacc60\"] { max-width: 177px; }[data-css=\"tve-u-1621fb68b97\"] { margin-left: -15px; min-height: inherit; padding: 20px !important; }[data-css=\"tve-u-1621fb68b97\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-1621fb65556\"] { margin-left: -15px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-1621fb65556\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-1621b200375\"] { float: none; max-width: 100%; margin: 0px auto !important; }[data-css=\"tve-u-1621b0e4fb7\"] { max-width: 100%; float: none; z-index: 3; position: relative; margin-right: auto !important; margin-left: auto !important; margin-bottom: 20px !important; }#tve_editor [data-css=\"tve-u-1621b10fccf\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621ae0bec7\"] { background-image: none !important; margin-top: 0px !important; }[data-css=\"tve-u-1621ae6c8da\"] { clip-path: url(\"#clip-tablet-top-aa2c3e3c70555\"); -webkit-clip-path: url(\"#clip-tablet-top-aa2c3e3c70555\");  }[data-css=\"tve-u-1621adba9ef\"] { clip-path: url(\"#clip-tablet-top-52d5a36c151aa\"); -webkit-clip-path: url(\"#clip-tablet-top-52d5a36c151aa\");  }[data-css=\"tve-u-1621ad420c4\"] { max-width: 100%; min-height: 1px !important; }[data-css=\"tve-u-1621f45bed3\"] { padding: 0px !important; }[data-css=\"tve-u-1621ae4fd21\"] { max-width: 100%; left: 0px; top: 0px; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621ae4db6e\"] { min-height: 300px; }#tve_editor [data-css=\"tve-u-1621afd8c98\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621afcc0bf\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621afceb00\"] { max-width: 100%; margin-bottom: 30px !important; }[data-css=\"tve-u-1621a98b602\"] { stroke-dasharray: 534.071, 534.071; }[data-css=\"tve-u-1621a9750ae\"] { font-size: 14.45px !important; line-height: 14.45px !important; }[data-css=\"tve-u-1621a9a2867\"] { font-size: 51px !important; line-height: 51px !important; }[data-css=\"tve-u-1621a9a2866\"] { margin-top: 42.5px !important; }[data-css=\"tve-u-1621a96b190\"] { width: 153px !important; height: 153px !important; top: 8.5px !important; bottom: 8.5px !important; left: 8.5px !important; right: 8.5px !important; }[data-css=\"tve-u-1621a9685d4\"] { stroke-width: 18px !important; }[data-css=\"tve-u-1621a9a2862\"] { width: 170px !important; height: 170px !important; }[data-css=\"tve-u-1621a983587\"] { float: none; border: 20px solid rgba(137, 141, 167, 0.24); margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621a8b2488\"] { float: none; max-width: 100%; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621a8a804b\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1621a8a804b\"] { margin-left: -24px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-1621a8a804b\"] > .tcb-flex-col { padding-left: 24px; }#tve_editor [data-css=\"tve-u-1621a2e0d5b\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621b028939\"] { position: relative; float: left; z-index: 3; display: block; max-width: 300px; width: 300px; margin-top: 15px !important; }[data-css=\"tve-u-1621adea58b\"] { margin-left: -30px; }[data-css=\"tve-u-1621adea58b\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-1621ade6172\"] { max-width: 100%; position: static; }#tve_editor [data-css=\"tve-u-16248fc42a1\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-16249355087\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-16249358652\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-1624935a201\"] { font-size: 18px !important; }[data-css=\"tve-u-1624939a960\"] { margin-bottom: 0px !important; padding-bottom: 20px !important; padding-left: 20px !important; padding-right: 20px !important; }[data-css=\"tve-u-162493a03b0\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-162493a03b0\"] { min-height: inherit; margin-left: -20px; }#tve_editor [data-css=\"tve-u-1625389a3d5\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-1625389b4ed\"] { font-size: 18px !important; }[data-css=\"tve-u-16260c39a7e\"] { float: none; max-width: 100%; margin: 0px auto !important; }[data-css=\"tve-u-16260d3f4aa\"] { margin-left: -15px; min-height: inherit; padding: 20px !important; }[data-css=\"tve-u-16260d3f4aa\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-16260d3f4af\"] { margin-left: -15px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-16260d3f4af\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-16260d8392c\"] { margin-left: -15px; min-height: inherit; padding: 20px !important; }[data-css=\"tve-u-16260d8392c\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-16260d8396c\"] { margin-left: -15px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-16260d8396c\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-16260da3aa7\"] { float: none; max-width: 100%; margin: 0px !important; }[data-css=\"tve-u-162717cb609\"] { max-width: 100%; min-height: 1px !important; }[data-css=\"tve-u-162717cb60a\"] { padding: 0px !important; }[data-css=\"tve-u-162717cb618\"] { float: none; max-width: 100%; margin-top: 60px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-162717cb620\"] { clip-path: url(\"#clip-tablet-bottom-c883ac5175045\"); -webkit-clip-path: url(\"#clip-tablet-bottom-c883ac5175045\");  }[data-css=\"tve-u-162717d1bbf\"] { margin-left: 0px; padding: 25px 25px 0px !important; }[data-css=\"tve-u-162717d1bbf\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-162717d1bb7\"] { max-width: 51.3%; }[data-css=\"tve-u-162717d1bb9\"] { max-width: 15.3%; }[data-css=\"tve-u-162717d1bb6\"] { padding-left: 0px !important; }[data-css=\"tve-u-162717d1bbc\"] { border-left: none; border-right: none; padding-left: 30px !important; padding-bottom: 10px !important; }[data-css=\"tve-u-162717d1bbe\"] { max-width: 100%; margin-left: 0px !important; margin-right: 30px !important; }[data-css=\"tve-u-164179bced9\"] { border-right: none; padding-left: 30px !important; padding-right: 0px !important; }[data-css=\"tve-u-16417b62c09\"] { max-width: 177px; }[data-css=\"tve-u-16417b662bf\"] { max-width: 177px; }[data-css=\"tve-u-16417e5bd95\"] { font-size: 14px; width: 14px; height: 14px; margin-bottom: -14px !important; margin-left: 0px !important; }[data-css=\"tve-u-1641c1b33f9\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-1641c1b456a\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-1641c1b52d3\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-1641c1b60b4\"] { font-size: 25px; width: 25px; height: 25px; }#tve_editor [data-css=\"tve-u-16422a1ce94\"] { font-size: 16px !important; }[data-css=\"tve-u-16959822de2\"] { margin-right: 1px !important; padding-right: 10px !important; padding-top: 10px !important; }[data-css=\"tve-u-16959cd1e7a\"] { margin-top: 30px !important; }}@media (max-width: 767px){[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-16417e9d24e\"]::after { clear: both; }[data-css=\"tve-u-16417b70f47\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 0px !important; }[data-css=\"tve-u-1621e819c52\"] { min-height: 100px; }[data-css=\"tve-u-1621e8107f3\"] { max-width: 100px; }[data-css=\"tve-u-1621fd8766c\"] { min-height: 144px; }[data-css=\"tve-u-1621ec79a7d\"] { min-height: 100px; }[data-css=\"tve-u-1621ec78d2c\"] { max-width: 100px; }[data-css=\"tve-u-1621ec7f21a\"] { min-height: 144px; }[data-css=\"tve-u-1621e7e6c1d\"] { min-height: 144px; }[data-css=\"tve-u-16417b4cb9e\"] { padding-bottom: 30px !important; }[data-css=\"tve-u-1621ec752da\"] { min-height: 100px; }[data-css=\"tve-u-1621ec6c39b\"] { max-width: 100px; }[data-css=\"tve-u-1621fd84d7b\"] { min-height: 430px; }[data-css=\"tve-u-1621e7c7aa1\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16223dad661\"] { padding-top: 0px !important; }[data-css=\"tve-u-1621b3c74d9\"] { max-width: 100%; }[data-css=\"tve-u-1621eb81205\"] { max-width: 100%; margin-bottom: 20px !important; }[data-css=\"tve-u-1621e7ceab3\"] { max-width: 100%; margin-bottom: 20px !important; }[data-css=\"tve-u-1621f0b0088\"] { min-height: 120px !important; }[data-css=\"tve-u-1621f0da775\"] { float: none; width: 100%; max-width: 280px; margin: 0px auto 20px !important; }[data-css=\"tve-u-1621ee37f4a\"] { min-height: 260px; }[data-css=\"tve-u-1621ee3afec\"] > .tve-cb { display: flex; justify-content: center; flex-direction: column; }[data-css=\"tve-u-1621ee63e1c\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1641367127b\"] { font-size: 30px; width: 30px; height: 30px; }[data-css=\"tve-u-1641367e553\"] { float: none; font-size: 30px; width: 30px; height: 30px; margin: -30px auto 30px !important; padding-right: 10px !important; }[data-css=\"tve-u-1621ada1e7f\"] { padding: 0px !important; }[data-css=\"tve-u-162717cb617\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-162717cb617\"] { min-height: inherit; }[data-css=\"tve-u-16229fa6a26\"] { height: calc(100% - 21px); margin-bottom: 0px !important; margin-top: 21px !important; }[data-css=\"tve-u-1624939a960\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-162493a03b0\"] .tcb-flex-col { flex-basis: 400px !important; }[data-css=\"tve-u-1621a2247ba\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-162717cb60f\"] { margin-bottom: 25px !important; }[data-css=\"tve-u-162717d1bbf\"] .tcb-flex-col { flex-basis: 225px !important; }[data-css=\"tve-u-1621ee3afec\"] { max-width: 100%; padding: 0px !important; position: static !important; }#tve_editor [data-css=\"tve-u-1641333d7d1\"] { font-size: 14px !important; }[data-css=\"tve-u-162717cb60b\"] { margin-top: 0px !important; }[data-css=\"tve-u-162717cb621\"] { z-index: 2; padding-left: 20px !important; padding-right: 20px !important; margin-top: -160px !important; padding-top: 35px !important; }[data-css=\"tve-u-162717cb617\"] .tcb-flex-col { flex-basis: 435px !important; }[data-css=\"tve-u-16369305186\"] { float: none; width: 100%; max-width: 279px; z-index: 3; position: relative; margin: 0px auto !important; }#tcb_landing_page h6 { line-height: 1.4em; }#tcb_landing_page h5 { line-height: 1.3em; }#tcb_landing_page p, #tcb_landing_page li { font-size: 14px; }#tcb_landing_page h2 { font-size: 28px; }#tcb_landing_page h1 { font-size: 35px; }[data-css=\"tve-u-16260ba2fa4\"] { padding-bottom: 40px !important; padding-left: 20px !important; padding-right: 20px !important; }[data-css=\"tve-u-1628a10d3b4\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-1628a12f675\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-162717cb610\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-16271bfe70c\"] { padding: 0px !important; }[data-css=\"tve-u-162717fcf9d\"] { z-index: 1; margin-top: 0px !important; padding-top: 75px !important; padding-left: 20px !important; padding-right: 20px !important; }[data-css=\"tve-u-162718bd0c0\"] { clip-path: url(\"#clip-mobile-top-a3b25e1c9221a\"); -webkit-clip-path: url(\"#clip-mobile-top-a3b25e1c9221a\");  }[data-css=\"tve-u-1621eb3eb9f\"] { clip-path: url(\"#clip-mobile-bottom-ac98bb0e54b3b\"); -webkit-clip-path: url(\"#clip-mobile-bottom-ac98bb0e54b3b\");  }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col > .tcb-col { min-height: 155px; }[data-css=\"tve-u-16229ffbb7b\"] { min-height: inherit; margin-left: 0px; }[data-css=\"tve-u-16229fa8c68\"] { height: calc(100% - 28px); margin-bottom: 0px !important; margin-top: 20px !important; }[data-css=\"tve-u-1622f65ba70\"] { height: calc(100% - 20px); margin-bottom: 0px !important; margin-top: 20px !important; }[data-css=\"tve-u-16229f6175c\"] { margin-top: 0px !important; }[data-css=\"tve-u-1622a159bcb\"] { float: none; max-width: 100%; margin-left: auto !important; margin-right: auto !important; padding-top: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-16229ae62a7\"] { border-right: none; }#tve_editor [data-css=\"tve-u-16228c764b2\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-16228c75500\"] { font-size: 18px !important; }[data-css=\"tve-u-1621fb65556\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-1621a983587\"] { border: 20px solid rgba(137, 141, 167, 0.32); }[data-css=\"tve-u-1621ee74a24\"] { float: none; margin-left: auto !important; margin-right: auto !important; margin-bottom: 10px !important; }[data-css=\"tve-u-1621afda4fa\"] { max-width: 100%; margin-bottom: 20px !important; }[data-css=\"tve-u-16223f02c16\"] { min-height: 54px; }[data-css=\"tve-u-1621f0aa8f7\"] { margin-top: 0px !important; }#tve_editor [data-css=\"tve-u-1622444fb11\"] { letter-spacing: 0px; }[data-css=\"tve-u-16224439be1\"] { padding: 0px !important; }[data-css=\"tve-u-1621fb68b97\"] { padding: 0px !important; }[data-css=\"tve-u-1621afceb00\"] { max-width: 100%; margin-bottom: 30px !important; }[data-css=\"tve-u-1621b0e4fb7\"] { float: none; margin-right: auto !important; margin-bottom: 30px !important; padding-left: 0px !important; margin-left: auto !important; }[data-css=\"tve-u-1621ebf340c\"] { padding-bottom: 40px !important; }[data-css=\"tve-u-1621ea50702\"] { float: none; width: 100%; padding: 0px !important; margin-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621e7d5094\"] { min-height: 430px; }[data-css=\"tve-u-1621eb7ccb0\"] { min-height: 430px; }[data-css=\"tve-u-1621ee03000\"] { flex-direction: column; }[data-css=\"tve-u-16223fe5f5b\"] { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621f0d2c1a\"] { margin-left: 25px !important; margin-right: 25px !important; }[data-css=\"tve-u-1621ee18a1c\"] { margin: 0px 20px 20px 0px !important; }[data-css=\"tve-u-1621ef118dc\"] { top: 0px; width: 245px; position: relative; float: none; z-index: 5; left: 0px; margin: -22px auto 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-1621fd9c946\"] { max-width: 100%; margin-top: 0px !important; margin-left: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-16223fc9f23\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-1621e7c899a\"] { max-width: none; float: none; margin-top: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621b3c8c52\"] { padding: 40px 20px !important; }[data-css=\"tve-u-1621fbcad8c\"] { padding: 20px !important; }[data-css=\"tve-u-1621fb65556\"] { margin-left: 0px; padding: 0px !important; }[data-css=\"tve-u-1621fbacc60\"] { max-width: 126px; float: none; margin-left: auto !important; margin-right: auto !important; margin-top: 20px !important; }[data-css=\"tve-u-1621b200375\"] { float: none; margin-top: 0px !important; margin-left: auto !important; margin-right: auto !important; }#tve_editor [data-css=\"tve-u-1621b10fccf\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621b028939\"] { display: block; max-width: 100%; width: 100%; float: none; min-width: 100%; margin-left: auto !important; margin-right: auto !important; margin-top: 0px !important; }[data-css=\"tve-u-1621ae4db6e\"] { min-height: 270px; }[data-css=\"tve-u-1621ae6c8da\"] { clip-path: url(\"#clip-mobile-top-aa2c3e3c70555\"); -webkit-clip-path: url(\"#clip-mobile-top-aa2c3e3c70555\");  }[data-css=\"tve-u-1621adba9ef\"] { clip-path: url(\"#clip-mobile-top-52d5a36c151aa\"); -webkit-clip-path: url(\"#clip-mobile-top-52d5a36c151aa\");  }[data-css=\"tve-u-16223f02c16\"]::after { clear: both; }[data-css=\"tve-u-1621b01355a\"] { max-width: 100%; float: none; margin-left: auto !important; margin-right: auto !important; margin-bottom: 15px !important; }[data-css=\"tve-u-1620af7eb3f\"] { float: none; display: block; max-width: 100%; width: 100%; min-width: 100%; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621ae0bec7\"]::after { clear: both; }[data-css=\"tve-u-1621f45bed3\"] { padding: 40px 20px 0px !important; }[data-css=\"tve-u-1621ad46076\"] { margin: 0px !important; padding: 30px 20px !important; }[data-css=\"tve-u-1621adea58b\"] { flex-flow: row-reverse wrap-reverse !important; }[data-css=\"tve-u-1621ae4fd21\"] { margin-top: 0px !important; position: static !important; }[data-css=\"tve-u-1621a8b2488\"] { float: none; max-width: 100%; margin-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621a8a804b\"] { padding-left: 0px !important; padding-right: 0px !important; }#tve_editor [data-css=\"tve-u-1621a2e0d5b\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621e7c7aa1\"] { flex-direction: column; min-height: inherit; }[data-css=\"tve-u-16249367114\"] { margin-top: 0px !important; }[data-css=\"tve-u-16249373b25\"] { height: calc(100% - 20px); margin-bottom: 0px !important; background-image: linear-gradient(rgb(248, 249, 251), rgb(248, 249, 251)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; margin-top: 20px !important; }[data-css=\"tve-u-162493a03b0\"] > .tcb-flex-col > .tcb-col { min-height: 155px; }[data-css=\"tve-u-162493a03b0\"] { min-height: inherit; }[data-css=\"tve-u-162493b6b63\"] { height: calc(100% - 20px); margin-bottom: 0px !important; margin-top: 20px !important; }[data-css=\"tve-u-16260c39a7e\"] { float: none; margin-top: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-16260d3f4aa\"] { padding: 0px !important; }[data-css=\"tve-u-16260d3f4af\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-16260d3f4af\"] { margin-left: 0px; padding: 0px !important; }[data-css=\"tve-u-16260d8392c\"] { padding: 0px !important; }[data-css=\"tve-u-16260d8396c\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-16260d8396c\"] { margin-left: 0px; padding: 0px !important; }[data-css=\"tve-u-16260da3aa7\"] { float: none; margin-top: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-162717cb618\"] { margin: 140px 0px 0px !important; }[data-css=\"tve-u-162717cb620\"] { clip-path: url(\"#clip-mobile-bottom-c883ac5175045\"); -webkit-clip-path: url(\"#clip-mobile-bottom-c883ac5175045\");  background-image: linear-gradient(rgba(0, 0, 0, 0.51), rgba(0, 0, 0, 0.51)), url(\"https://bestcerakoteflorida.com/wp-content/uploads/2018/05/FTYS6743.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; opacity: 1; filter: grayscale(0%) blur(0px); }[data-css=\"tve-u-162717cb60a\"] { padding: 0px !important; }#tve_editor [data-css=\"tve-u-162717cb616\"] { font-size: 27px !important; }[data-css=\"tve-u-162717d1bbf\"] > .tcb-flex-col { padding-left: 18px; }[data-css=\"tve-u-162717d1bbf\"] { margin-left: -18px; padding: 10px !important; flex-flow: row wrap !important; }[data-css=\"tve-u-162717d1bbe\"] { border-bottom: 1px solid rgba(255, 255, 255, 0.2); border-right: none; margin-left: auto !important; margin-right: auto !important; float: none; }[data-css=\"tve-u-162717d1bbc\"] { border: none; padding-left: 0px !important; padding-right: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-162717d1bb6\"] { border: none; padding-top: 0px !important; padding-left: 0px !important; margin-bottom: 1px !important; margin-top: -5px !important; padding-bottom: 10px !important; }[data-css=\"tve-u-164179a84b8\"] { float: none; width: 100%; max-width: 155px; z-index: 3; position: relative; margin-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-164179bced9\"] { border-right: none; position: relative; padding-left: 0px !important; padding-right: 0px !important; margin-top: 0px !important; max-width: 250px; margin-left: auto !important; margin-right: auto !important; float: none; }[data-css=\"tve-u-16417b62c09\"] { max-width: 126px; float: none; margin-left: auto !important; margin-right: auto !important; margin-top: 20px !important; }[data-css=\"tve-u-16417b662bf\"] { max-width: 126px; float: none; margin-left: auto !important; margin-right: auto !important; margin-top: 20px !important; }[data-css=\"tve-u-16417e5bd95\"] { margin: 3px 10px 0px 0px !important; }#tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] p, #tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] li, #tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] blockquote, #tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] address, #tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] .tcb-plain-text, #tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] label { font-size: 18px; }[data-css=\"tve-u-16959822de2\"] { padding-top: 10px !important; margin-left: auto !important; margin-right: auto !important; float: none; }}'),(6831,568,'tve_revision_tve_user_custom_css',''),(6832,568,'tve_revision_tve_page_events','a:0:{}'),(6833,568,'tve_revision_tve_globals','a:2:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";s:8:\"font_cls\";a:0:{}}'),(6834,568,'tve_revision_tve_global_scripts',''),(6835,568,'tve_revision_thrive_icon_pack','0'),(6836,568,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(6837,568,'tve_revision_tve_has_masonry','0'),(6838,568,'tve_revision_tve_has_typefocus','0'),(6839,568,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-162717d1bbe\" wfd-id=\"437\"><div class=\"tcb-flex-row tcb-medium-no-wrap v-2 tcb--cols--3 m-edit tcb-mobile-wrap tcb-resized\" data-css=\"tve-u-162717d1bbf\" wfd-id=\"438\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1695981e7bb\" wfd-id=\"459\"><div class=\"tcb-col\" data-css=\"tve-u-16959846d3d\" wfd-id=\"461\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16959822de2\" wfd-id=\"462\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"463\"><img class=\"tve_image wp-image-465\" alt=\"\" width=\"384\" height=\"62\" title=\"Blackhawk_custom_header\" data-id=\"465\" src=\"https://bestcerakoteflorida.com/wp-content/uploads/2019/01/Blackhawk_custom_header.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717d1bb9\" style=\"\" wfd-id=\"452\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717d1bb6\" wfd-id=\"454\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-164179a84b8\" wfd-id=\"455\">\n<div class=\"tve-content-box-background\" wfd-id=\"458\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"456\"><div class=\"tcb-clear\" wfd-id=\"457\"></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717d1bb7\" style=\"\" wfd-id=\"439\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717d1bbc\" wfd-id=\"441\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16369305186\" wfd-id=\"442\">\n<div class=\"tve-content-box-background\" wfd-id=\"451\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16417e9d24e\" wfd-id=\"443\"><div class=\"tcb-clear\" wfd-id=\"449\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-16417e5bd95\" data-float=\"1\" wfd-id=\"450\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-envelope-regular\" data-name=\"\">\n            <path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path>\n        </svg></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-164179bced9\" wfd-id=\"444\"><p data-css=\"tve-u-1641333d7d1\"><a href=\"mailto:info@bestcerkoteflorida.com\" target=\"_blank\">info@bestcerakoteflorida.com</a></p></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-162717cb621\" data-value-type=\"percent\" wfd-id=\"394\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-162717cb620\" data-clip-id=\"c883ac5175045\" wfd-id=\"436\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-c883ac5175045\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9125, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-c883ac5175045\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9476, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-c883ac5175045\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9651, 1 1, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-162717cb609\" wfd-id=\"395\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-162717cb618\" wfd-id=\"396\"><div class=\"tcb-flex-row tcb-medium-wrap tcb-resized v-2 tcb--cols--2\" data-css=\"tve-u-162717cb617\" wfd-id=\"397\"><div class=\"tcb-flex-col\" data-css=\"tve-u-162717cb601\" style=\"\" wfd-id=\"412\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717cb60a\" wfd-id=\"414\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h1\" data-css=\"tve-u-162717cb610\" wfd-id=\"426\"><h1 data-css=\"tve-u-162717cb616\" style=\"text-align: center;\">&nbsp;Protect What\'s Important To You! With The Toughest Ceramic Finish In The World!<span data-css=\"tve-u-16271ca808e\" style=\"color: rgb(0, 229, 255);\" wfd-id=\"435\"></span></h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162717cb60f\" wfd-id=\"415\"><p data-css=\"tve-u-1695a36117b\" style=\"text-align: center;\">Heat, Water, Salt and Sand just some of the conditions you face. And any one of them is just waiting to get a hold of your firearm and leave it a pile of rusted, pitted junk.</p><p data-css=\"tve-u-16413112747\" style=\"text-align: center;\">Unfortunately there wasn\'t much you could do other than keep cleaning and lubricating your firearms...till NOW!</p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717cb600\" style=\"\" wfd-id=\"398\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717cb60b\" wfd-id=\"400\"><div class=\"thrv_responsive_video thrv_wrapper rv_style_lifted_style2\" data-type=\"youtube\" data-rel=\"0\" data-url=\"https://www.youtube.com/watch?v=a1nyu9ZJiEk\" data-css=\"tve-u-16959cd1e7a\" data-modestbranding=\"1\" wfd-id=\"409\">\n	\n\n	<div class=\"tve_responsive_video_container\" wfd-id=\"410\">\n		<div class=\"video_overlay\" wfd-id=\"411\"></div>\n	<iframe data-code=\"TEOqV1Q16lU\" data-provider=\"youtube\" src=\"https://www.youtube.com/embed/TEOqV1Q16lU?rel=0&amp;modestbranding=1&amp;controls=1&amp;showinfo=1&amp;fs=1&amp;wmode=transparent\" data-src=\"https://www.youtube.com/embed/TEOqV1Q16lU?rel=0&amp;modestbranding=1&amp;controls=1&amp;showinfo=1&amp;fs=1&amp;wmode=transparent\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\n</div><div class=\"thrv_wrapper thrv-button tcb-with-icon\" data-css=\"tve-u-1695a3002e2\" data-tcb_hover_state_parent=\"\" data-button-style=\"border_1\" wfd-id=\"401\">\n	<a href=\"tel:1-954-848-1911\" class=\"tcb-button-link\" target=\"_blank\" rel=\"\"><span class=\"tcb-button-icon\" wfd-id=\"407\">\n	<div class=\"thrv_wrapper thrv_icon tve_no_drag tve_no_icons tcb-icon-inherit-style tcb-icon-display\" wfd-id=\"408\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-phone-plus-light\" data-name=\"\">\n            <path d=\"M8 128h88v88c0 4.4 3.6 8 8 8h16c4.4 0 8-3.6 8-8v-88h88c4.4 0 8-3.6 8-8v-16c0-4.4-3.6-8-8-8h-88V8c0-4.4-3.6-8-8-8h-16c-4.4 0-8 3.6-8 8v88H8c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8zM487.8 24.1L387 .8c-14.7-3.4-29.8 4.2-35.8 18.1l-46.5 108.5c-5.5 12.7-1.8 27.7 8.9 36.5l53.9 44.1c-34 69.2-90.3 125.6-159.6 159.6l-44.1-53.9c-8.8-10.7-23.8-14.4-36.5-8.9L18.9 351.3c-13.9 6-21.5 21-18.1 35.8L24 487.9C27.3 502 39.9 512 54.5 512 306.7 512 512 307.8 512 54.5c0-14.6-10-27.2-24.2-30.4zM55.1 480l-23-99.6 107.4-46 59.5 72.8c103.6-48.6 159.7-104.9 208.1-208.1l-72.8-59.5 46-107.4 99.6 23C479.7 289.7 289.6 479.7 55.1 480z\"></path>\n        </svg></div>\n</span>\n\n		<span class=\"tcb-button-texts\" wfd-id=\"402\"><span class=\"tcb-button-text thrv-inline-text\" wfd-id=\"403\">CALL NOW</span></span>\n	</a>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-162717fcf9d\" data-value-type=\"percent\" wfd-id=\"329\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-162718bd0c0\" data-clip-id=\"a3b25e1c9221a\" wfd-id=\"393\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0875\"></polygon></clipPath><clipPath id=\"clip-tablet-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"6\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.1051\"></polygon></clipPath><clipPath id=\"clip-mobile-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"1\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0175\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-162718a3b40\" wfd-id=\"330\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622a159bcb\" wfd-id=\"331\">\n<div class=\"tve-content-box-background\" wfd-id=\"392\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"332\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621a2247ba\" wfd-id=\"385\"><h2 data-css=\"tve-u-1621a2e0d5b\">our services</h2></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16229f6175c\" wfd-id=\"356\"><div class=\"tcb-flex-row tcb-medium-no-wrap tcb--cols--3 v-2\" data-css=\"tve-u-162493a03b0\" wfd-id=\"357\"><div class=\"tcb-flex-col\" wfd-id=\"374\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1624939a960\" data-tcb_hover_state_parent=\"\" wfd-id=\"376\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-162493d5f13\" data-float=\"1\" wfd-id=\"384\"><svg class=\"tcb-icon\" viewBox=\"0 0 14 28\" data-name=\"bolt\">\n<path d=\"M13.828 8.844c0.172 0.187 0.219 0.453 0.109 0.688l-8.437 18.078c-0.125 0.234-0.375 0.391-0.656 0.391-0.063 0-0.141-0.016-0.219-0.031-0.344-0.109-0.547-0.438-0.469-0.766l3.078-12.625-6.344 1.578c-0.063 0.016-0.125 0.016-0.187 0.016-0.172 0-0.359-0.063-0.484-0.172-0.187-0.156-0.25-0.391-0.203-0.609l3.141-12.891c0.078-0.297 0.359-0.5 0.688-0.5h5.125c0.391 0 0.703 0.297 0.703 0.656 0 0.094-0.031 0.187-0.078 0.281l-2.672 7.234 6.188-1.531c0.063-0.016 0.125-0.031 0.187-0.031 0.203 0 0.391 0.094 0.531 0.234z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"380\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-162494b490e\" wfd-id=\"381\"><h4 data-css=\"tve-u-16249355087\" style=\"text-align: left;\">Express exterior</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162494b7ad0\" wfd-id=\"377\"><p data-css=\"tve-u-162492e70ad\">Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"365\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162493b6b63\" data-tcb_hover_state_parent=\"\" wfd-id=\"367\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b456a\" wfd-id=\"373\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"adjust\">\n<path d=\"M12 22.5v-17c-4.688 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"371\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1af44d\" wfd-id=\"372\"><h4 data-css=\"tve-u-16249358652\" style=\"text-align: left;\">Interior clean</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"368\"><p data-css=\"tve-u-162492e70ad\">Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"358\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16249373b25\" wfd-id=\"360\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b52d3\" wfd-id=\"364\"><svg class=\"tcb-icon\" viewBox=\"0 0 26 28\" data-name=\"umbrella\">\n<path d=\"M14 12.938v9.063c0 2.172-1.828 4-4 4s-4-1.828-4-4c0-0.547 0.453-1 1-1s1 0.453 1 1c0 1.047 0.953 2 2 2s2-0.953 2-2v-9.063c0.328-0.109 0.656-0.172 1-0.172s0.672 0.063 1 0.172zM26 13.359c0 0.266-0.234 0.5-0.5 0.5-0.141 0-0.25-0.063-0.359-0.156-0.906-0.844-1.75-1.437-3.047-1.437-1.484 0-2.766 0.922-3.609 2.094-0.187 0.266-0.328 0.547-0.5 0.812-0.109 0.172-0.234 0.266-0.438 0.266-0.219 0-0.344-0.094-0.453-0.266-0.172-0.266-0.313-0.547-0.5-0.812-0.844-1.172-2.109-2.094-3.594-2.094s-2.75 0.922-3.594 2.094c-0.187 0.266-0.328 0.547-0.5 0.812-0.109 0.172-0.234 0.266-0.453 0.266-0.203 0-0.328-0.094-0.438-0.266-0.172-0.266-0.313-0.547-0.5-0.812-0.844-1.172-2.125-2.094-3.609-2.094-1.297 0-2.141 0.594-3.047 1.437-0.109 0.094-0.219 0.156-0.359 0.156-0.266 0-0.5-0.234-0.5-0.5 0-0.047 0-0.078 0.016-0.109 1.437-5.906 7.141-9.25 12.984-9.25 5.812 0 11.578 3.344 12.984 9.25 0.016 0.031 0.016 0.063 0.016 0.109zM14 2v1.531c-0.328-0.016-0.672-0.031-1-0.031s-0.672 0.016-1 0.031v-1.531c0-0.547 0.453-1 1-1s1 0.453 1 1z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"362\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b01a6\" wfd-id=\"363\"><h4 data-css=\"tve-u-1624935a201\" style=\"text-align: left;\">Wax protection</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"361\"><p data-css=\"tve-u-162492e70ad\">Etiam pharetra, erat sed fermentum feugiat, velit mauris</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16249367114\" wfd-id=\"333\"><div class=\"tcb-flex-row tcb-medium-no-wrap tcb--cols--3 v-2\" data-css=\"tve-u-16229ffbb7b\" wfd-id=\"334\"><div class=\"tcb-flex-col\" wfd-id=\"349\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229fa6a26\" wfd-id=\"351\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b33f9\" wfd-id=\"355\"><svg class=\"tcb-icon\" viewBox=\"0 0 26 28\" data-name=\"magic\">\n<path d=\"M18.594 9.078l4.578-4.578-1.672-1.672-4.578 4.578zM25.578 4.5c0 0.266-0.094 0.516-0.281 0.703l-20.094 20.094c-0.187 0.187-0.438 0.281-0.703 0.281s-0.516-0.094-0.703-0.281l-3.094-3.094c-0.187-0.187-0.281-0.438-0.281-0.703s0.094-0.516 0.281-0.703l20.094-20.094c0.187-0.187 0.438-0.281 0.703-0.281s0.516 0.094 0.703 0.281l3.094 3.094c0.187 0.187 0.281 0.438 0.281 0.703zM4.469 1.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531zM9.938 4.062l3.063 0.938-3.063 0.938-0.938 3.063-0.938-3.063-3.063-0.938 3.063-0.938 0.938-3.063zM24.469 11.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531zM14.469 1.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"353\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b0a67\" wfd-id=\"354\"><h4 data-css=\"tve-u-16248fc42a1\" style=\"text-align: left;\">Dust &amp; Dash Console</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"352\"><p data-css=\"tve-u-162492e70ad\">Duis sed odio sit amet nibh vulputate cursus a sit amet mauris.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"342\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1622f65ba70\" wfd-id=\"344\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b60b4\" wfd-id=\"348\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"certificate\">\n<path d=\"M21.5 14l2.156 2.109c0.297 0.281 0.406 0.703 0.313 1.094-0.109 0.391-0.422 0.703-0.812 0.797l-2.938 0.75 0.828 2.906c0.109 0.391 0 0.812-0.297 1.094-0.281 0.297-0.703 0.406-1.094 0.297l-2.906-0.828-0.75 2.938c-0.094 0.391-0.406 0.703-0.797 0.812-0.094 0.016-0.203 0.031-0.297 0.031-0.297 0-0.594-0.125-0.797-0.344l-2.109-2.156-2.109 2.156c-0.281 0.297-0.703 0.406-1.094 0.313-0.406-0.109-0.703-0.422-0.797-0.812l-0.75-2.938-2.906 0.828c-0.391 0.109-0.812 0-1.094-0.297-0.297-0.281-0.406-0.703-0.297-1.094l0.828-2.906-2.938-0.75c-0.391-0.094-0.703-0.406-0.812-0.797-0.094-0.391 0.016-0.812 0.313-1.094l2.156-2.109-2.156-2.109c-0.297-0.281-0.406-0.703-0.313-1.094 0.109-0.391 0.422-0.703 0.812-0.797l2.938-0.75-0.828-2.906c-0.109-0.391 0-0.812 0.297-1.094 0.281-0.297 0.703-0.406 1.094-0.297l2.906 0.828 0.75-2.938c0.094-0.391 0.406-0.703 0.797-0.797 0.391-0.109 0.812 0 1.094 0.297l2.109 2.172 2.109-2.172c0.281-0.297 0.688-0.406 1.094-0.297 0.391 0.094 0.703 0.406 0.797 0.797l0.75 2.938 2.906-0.828c0.391-0.109 0.812 0 1.094 0.297 0.297 0.281 0.406 0.703 0.297 1.094l-0.828 2.906 2.938 0.75c0.391 0.094 0.703 0.406 0.812 0.797 0.094 0.391-0.016 0.812-0.313 1.094z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"346\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b12d8\" wfd-id=\"347\"><h4 data-css=\"tve-u-1625389a3d5\" style=\"text-align: left;\">Triple Foam Polish</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"345\"><p data-css=\"tve-u-162492e70ad\">Class aptent taciti sociosqu ad litora torquent</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"335\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229fa8c68\" wfd-id=\"337\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-16271adf6cf\" wfd-id=\"341\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"bullseye\">\n<path d=\"M16 14c0 2.203-1.797 4-4 4s-4-1.797-4-4 1.797-4 4-4 4 1.797 4 4zM18 14c0-3.313-2.688-6-6-6s-6 2.688-6 6 2.688 6 6 6 6-2.688 6-6zM20 14c0 4.422-3.578 8-8 8s-8-3.578-8-8 3.578-8 8-8 8 3.578 8 8zM22 14c0-5.516-4.484-10-10-10s-10 4.484-10 10 4.484 10 10 10 10-4.484 10-10zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"339\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-16248fc71c8\" wfd-id=\"340\"><h4 data-css=\"tve-u-1625389b4ed\" style=\"text-align: left;\">Tire dressing</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"338\"><p data-css=\"tve-u-162492e70ad\">Etiam pharetra, erat sed fermentum feugiat, velit mauris</p></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621ad46076\" wfd-id=\"297\">\n<div class=\"tve-page-section-out\" wfd-id=\"328\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621b072b4e\" wfd-id=\"298\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621a8b2488\" wfd-id=\"299\"><div class=\"tcb-flex-row tcb--cols--2 v-2\" data-css=\"tve-u-1621a8a804b\" wfd-id=\"300\"><div class=\"tcb-flex-col\" wfd-id=\"310\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16271bfe70c\" wfd-id=\"312\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h3\" data-css=\"tve-u-1621a8c4313\" wfd-id=\"327\"><h3><strong>Complete cleaning services for yoâ€‹ur car</strong></h3></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-16417b70f47\" wfd-id=\"313\"><ul class=\"tcb-styled-list\" wfd-id=\"314\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621acf0289\" wfd-id=\"323\"><div class=\"tcb-styled-list-icon\" wfd-id=\"325\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a8e11f3\" wfd-id=\"326\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ace1b08\" wfd-id=\"324\">We are a small business delivering professional cleaning services for all vehicles</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621acf64fb\" wfd-id=\"319\"><div class=\"tcb-styled-list-icon\" wfd-id=\"321\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a8e5625\" wfd-id=\"322\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ace4de9\" wfd-id=\"320\">Our services are convenient for individuals and corporate fleets</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"315\"><div class=\"tcb-styled-list-icon\" wfd-id=\"317\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a9076ef\" wfd-id=\"318\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621acf47d2\" wfd-id=\"316\">We use eco-friendly products that actually clean, protect and maintain your car better than the traditional cleaning substances</span></li></ul></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"301\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621a90a46f\" wfd-id=\"303\"><div class=\"thrv_wrapper thrv-fill-counter tve_red tve_normalfc thrv_data_element\" data-css=\"tve-u-1621a983587\" wfd-id=\"304\">\n<div class=\"tve_fill_counter_n\" style=\"\" data-fill=\"100\" data-css=\"tve-u-1621a98b602\" wfd-id=\"305\">\n<svg viewBox=\"0 0 170 170\" class=\"tve_fill_counter_circle\" shape-rendering=\"optimizeSpeed\" data-css=\"tve-u-1621a9a2862\">\n<circle class=\"tve_fill_counter_circle_inner\" r=\"85\" cx=\"85\" cy=\"85\" data-css=\"tve-u-1621a9685d4\"></circle>\n</svg>\n<div class=\"tve_fill_text_in\" data-css=\"tve-u-1621a96b190\" wfd-id=\"306\">\n<div class=\"tve_fill_text_value\" data-css=\"tve-u-1621a9a2866\" wfd-id=\"308\">\n<div class=\"thrv-inline-text tve_fill_text tve_editable\" data-css=\"tve-u-1621a9a2867\" wfd-id=\"309\"><strong>100%â€‹</strong></div>\n</div>\n<div class=\"thrv-inline-text tve_editable tve_data_element_label\" data-css=\"tve-u-1621a9750ae\" wfd-id=\"307\">Clean car</div>\n</div>\n</div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621ada1e7f\" data-value-type=\"percent\" wfd-id=\"261\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621adba9ef\" data-clip-id=\"52d5a36c151aa\" wfd-id=\"296\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-52d5a36c151aa\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0875\"></polygon></clipPath><clipPath id=\"clip-tablet-top-52d5a36c151aa\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0524\"></polygon></clipPath><clipPath id=\"clip-mobile-top-52d5a36c151aa\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0349\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621ad420c4\" wfd-id=\"262\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621ade6172\" wfd-id=\"263\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2 tcb-row-reversed-mobile tcb-mobile-edit v-2\" data-css=\"tve-u-1621adea58b\" wfd-id=\"264\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621b064646\" style=\"\" wfd-id=\"290\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ae0bec7\" wfd-id=\"292\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ae4fd21\" data-value-type=\"percent\" data-float=\"1\" wfd-id=\"293\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621ae6c8da\" data-clip-id=\"aa2c3e3c70555\" wfd-id=\"295\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0349\"></polygon></clipPath><clipPath id=\"clip-tablet-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"4\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0699\"></polygon></clipPath><clipPath id=\"clip-mobile-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"4\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0699\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb\" data-css=\"tve-u-1621ae4db6e\" wfd-id=\"294\"></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621b064668\" style=\"\" wfd-id=\"265\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621f45bed3\" wfd-id=\"267\"><div class=\"tcb-clear\" data-css=\"tve-u-16224848ee5\" wfd-id=\"288\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621afceb00\" wfd-id=\"289\"><h2 data-css=\"tve-u-1621afcc0bf\">Check Out Our Special Offer!</h2></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621afda4fa\" wfd-id=\"287\"><p data-css=\"tve-u-1621afd8c98\">Donâ€™t miss the opportunity to get 50% discount on a complete cleaning just by recommending us to a friend. Bring someone you know with you and clean you car half price!</p></div><div class=\"tcb-clear\" data-css=\"tve-u-16224834cab\" wfd-id=\"268\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621fe85996\" wfd-id=\"269\"><div class=\"tcb-flex-row tcb--cols--2 tcb-resized tcb-medium-wrap tcb-desktop-wrap\" data-css=\"tve-u-1621fe78878\" wfd-id=\"270\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621fe94086\" style=\"\" wfd-id=\"278\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"280\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621b01355a\" wfd-id=\"281\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621b08fdde\" data-tcb_hover_state_parent=\"1\" wfd-id=\"286\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16223f02c16\" wfd-id=\"282\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-1620af7eb3f\" data-tcb_hover_state_parent=\"\" data-button-style=\"full_rounded\" wfd-id=\"283\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"284\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-16228c75500\" wfd-id=\"285\"><strong>Request an appointment</strong></span></span>\n</a>\n</div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621fe940b9\" style=\"\" wfd-id=\"271\"><div class=\"tcb-col\" wfd-id=\"273\"><div class=\"tcb-clear\" data-css=\"tve-u-16224716d62\" wfd-id=\"274\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-1621b028939\" data-tcb_hover_state_parent=\"\" data-button-style=\"ghost\" wfd-id=\"275\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"276\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-16228c764b2\" wfd-id=\"277\"><strong>Call Now: 0400-700-682</strong></span></span>\n</a>\n</div></div></div></div></div></div></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16260ba2fa4\" wfd-id=\"168\">\n<div class=\"tve-page-section-out\" wfd-id=\"260\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16260be7104\" wfd-id=\"169\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621b0e4fb7\" wfd-id=\"259\"><h2 data-css=\"tve-u-1621b10fccf\" style=\"text-align: center;\">our happy clients</h2></div><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641367127b\" data-float=\"1\" wfd-id=\"258\"><svg class=\"tcb-icon\" viewBox=\"0 0 30 32\" data-name=\"quote-left\">\n<path d=\"M13.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429zM29.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641367e553\" wfd-id=\"257\"><svg class=\"tcb-icon\" viewBox=\"0 0 30 32\" data-name=\"quote-left\">\n<path d=\"M13.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429zM29.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a10d3b4\" wfd-id=\"228\">\n<div class=\"tve-content-box-background\" wfd-id=\"256\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"229\"><div class=\"tcb-clear\" data-css=\"tve-u-1621b300a64\" wfd-id=\"254\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-1621f154231\" wfd-id=\"255\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621b200375\" wfd-id=\"232\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-16260d8392c\" wfd-id=\"233\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"238\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"240\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16417b62c09\" wfd-id=\"241\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-16260d8396c\" wfd-id=\"242\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16260d01208\" style=\"\" wfd-id=\"248\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"250\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"251\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16225617da3\" wfd-id=\"253\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"252\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16260d0120e\" style=\"\" wfd-id=\"243\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"245\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"247\"><h5>Brett Graham, 28</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"246\"><h6 class=\"\">Architect</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"234\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"236\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"237\"><p data-css=\"tve-u-162539c17ec\">Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit. Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit.&nbsp;</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-16260c5ff0c\" wfd-id=\"230\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260c5ff07\" wfd-id=\"231\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a12f675\" wfd-id=\"199\">\n<div class=\"tve-content-box-background\" wfd-id=\"227\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"200\"><div class=\"tcb-clear\" data-css=\"tve-u-16260cd7683\" wfd-id=\"225\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260d73672\" wfd-id=\"226\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16260da3aa7\" wfd-id=\"203\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-1621fb68b97\" wfd-id=\"204\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"209\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"211\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16417b662bf\" wfd-id=\"212\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-1621fb65556\" wfd-id=\"213\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16229915e1a\" style=\"\" wfd-id=\"219\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"221\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"222\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16260c433e9\" wfd-id=\"224\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"223\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16229915e4e\" style=\"\" wfd-id=\"214\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"216\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"218\"><h5>Rosie Hanson, 24</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"217\"><h6 class=\"\">Real estate Associate</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"205\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"207\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"208\"><p data-css=\"tve-u-162539c17ec\">Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo.</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-16260d3b97e\" wfd-id=\"201\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260d39b83\" wfd-id=\"202\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a146aef\" wfd-id=\"170\">\n<div class=\"tve-content-box-background\" wfd-id=\"198\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"171\"><div class=\"tcb-clear\" data-css=\"tve-u-16260cd7683\" wfd-id=\"196\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260cd622f\" wfd-id=\"197\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16260c39a7e\" wfd-id=\"174\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-16260d3f4aa\" wfd-id=\"175\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"180\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"182\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621fbacc60\" wfd-id=\"183\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-16260d3f4af\" wfd-id=\"184\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16229915e1a\" style=\"\" wfd-id=\"190\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"192\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"193\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16260d5e4b8\" wfd-id=\"195\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"194\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16229915e4e\" style=\"\" wfd-id=\"185\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"187\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"189\"><h5>Shawn Mattews, 35</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"188\"><h6 class=\"\">project manager</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"176\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"178\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"179\"><p data-css=\"tve-u-162539c17ec\">Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo. Nullam ac urna eu felis.Sed non neque elit. Sed ut imperdiet nisi. Proin condimentum</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1621b30ca74\" wfd-id=\"172\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-1621f15b521\" wfd-id=\"173\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621b3c8c52\" wfd-id=\"64\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621b3cfc7b\" wfd-id=\"167\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621b3c74d9\" wfd-id=\"65\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621e7b695a\" wfd-id=\"166\"><h2 data-css=\"tve-u-1621e7a7350\" style=\"text-align: center;\">our offers</h2></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621e7c899a\" wfd-id=\"66\"><div class=\"tcb-flex-row tcb--cols--3 tcb-medium-wrap v-2\" data-css=\"tve-u-1621e7c7aa1\" wfd-id=\"67\"><div class=\"tcb-flex-col\" wfd-id=\"130\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16223fc9f23\" wfd-id=\"132\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e7ceab3\" style=\"\" wfd-id=\"133\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16416e4fafd\" wfd-id=\"165\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e7d5094\" wfd-id=\"134\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e7e9950\" data-value-type=\"percent\" style=\"\" wfd-id=\"161\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e7edfd9\" data-clip-id=\"10ffac3b28f1d\" wfd-id=\"164\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-10ffac3b28f1d\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-10ffac3b28f1d\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e7e6c1d\" wfd-id=\"162\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-16417b4cb9e\" wfd-id=\"163\"><h4 data-css=\"tve-u-1621fe1a1af\" style=\"text-align: center;\"><strong>Basic Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ec6c39b\" data-float=\"1\" wfd-id=\"157\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e81f424\" wfd-id=\"160\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec752da\" wfd-id=\"158\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"159\"><h4 data-css=\"tve-u-1621fe1bd18\" style=\"text-align: center;\"><strong>15$</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621ea50702\" wfd-id=\"135\"><ul class=\"tcb-styled-list\" wfd-id=\"136\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec3a5c0\" wfd-id=\"153\"><div class=\"tcb-styled-list-icon\" wfd-id=\"155\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec204df\" wfd-id=\"156\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec241aa\" wfd-id=\"154\">Interior vacuum</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"149\"><div class=\"tcb-styled-list-icon\" wfd-id=\"151\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec20f68\" wfd-id=\"152\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec2704c\" wfd-id=\"150\">Dust &amp;dash console</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec42aa7\" wfd-id=\"145\"><div class=\"tcb-styled-list-icon\" wfd-id=\"147\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec21a31\" wfd-id=\"148\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec298ab\" wfd-id=\"146\">Hand towel dry</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec43fe2\" wfd-id=\"141\"><div class=\"tcb-styled-list-icon\" wfd-id=\"143\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ea1fba7\" wfd-id=\"144\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea23322\" wfd-id=\"142\">Clean windows</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec454d9\" wfd-id=\"137\"><div class=\"tcb-styled-list-icon\" wfd-id=\"139\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ea295c0\" wfd-id=\"140\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea2c69a\" wfd-id=\"138\">Soft cloth wash</span></li></ul></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"99\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"101\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621eb81205\" style=\"\" wfd-id=\"102\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16416e603ab\" wfd-id=\"129\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621eb7ccb0\" wfd-id=\"103\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ebbbb6d\" data-value-type=\"percent\" wfd-id=\"125\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eaaedd8\" data-clip-id=\"a2b9cf3198d6f\" wfd-id=\"128\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-a2b9cf3198d6f\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-a2b9cf3198d6f\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec7f21a\" wfd-id=\"126\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e930bd7\" wfd-id=\"127\"><h4 data-css=\"tve-u-1621e92e97f\" style=\"text-align: center;\"><strong>Ultimate Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ec78d2c\" data-float=\"1\" wfd-id=\"121\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eab272c\" wfd-id=\"124\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec79a7d\" wfd-id=\"122\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"123\"><h4 data-css=\"tve-u-1621e942b65\" style=\"text-align: center;\"><strong>22 $</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621ebfa746\" wfd-id=\"118\"><p data-css=\"tve-u-1621f4ceaf6\" style=\"text-align: center;\">Includes basic service <span data-css=\"tve-u-1621f4ceaf7\" style=\"color: rgb(15, 29, 123);\" wfd-id=\"119\"><strong class=\"\"><span data-css=\"tve-u-1621f4ceafb\" wfd-id=\"120\">+</span></strong></span></p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621ebf340c\" wfd-id=\"104\"><ul class=\"tcb-styled-list\" wfd-id=\"105\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-164137a0b1f\" wfd-id=\"114\"><div class=\"tcb-styled-list-icon\" wfd-id=\"116\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec0c5bd\" wfd-id=\"117\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ebfe4ce\" wfd-id=\"115\">Triple foam conditiner</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec04541\" wfd-id=\"110\"><div class=\"tcb-styled-list-icon\" wfd-id=\"112\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec09a3c\" wfd-id=\"113\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ebff867\" wfd-id=\"111\">Tire dressing</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec05cc3\" wfd-id=\"106\"><div class=\"tcb-styled-list-icon\" wfd-id=\"108\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec15f6e\" wfd-id=\"109\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec009a8\" wfd-id=\"107\">Air freshner</span></li></ul></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"68\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16223dad661\" wfd-id=\"70\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621fd9c946\" style=\"\" wfd-id=\"71\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e7d234c\" wfd-id=\"98\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621fd84d7b\" wfd-id=\"72\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16223b080b0\" data-value-type=\"percent\" wfd-id=\"94\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eb3eb9f\" data-clip-id=\"ac98bb0e54b3b\" wfd-id=\"97\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621fd8766c\" wfd-id=\"95\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e930bd7\" wfd-id=\"96\"><h4 data-css=\"tve-u-1621fe1587d\" style=\"text-align: center;\"><strong>Supreme Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e8107f3\" wfd-id=\"90\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eb43d8d\" wfd-id=\"93\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e819c52\" wfd-id=\"91\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"92\"><h4 data-css=\"tve-u-1621fe1725e\" style=\"text-align: center;\"><strong>30 $</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621eb037bb\" wfd-id=\"87\"><p data-css=\"tve-u-1621f4d0451\" style=\"text-align: center;\">Includes ultimate service <span data-css=\"tve-u-1621eaff572\" style=\"color: rgb(15, 29, 123);\" wfd-id=\"88\"><strong class=\"\"><span data-css=\"tve-u-1621eb01b60\" wfd-id=\"89\">+</span></strong></span></p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621eacf6af\" wfd-id=\"73\"><ul class=\"tcb-styled-list\" wfd-id=\"74\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec36a4d\" wfd-id=\"83\"><div class=\"tcb-styled-list-icon\" wfd-id=\"85\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e9993aa\" wfd-id=\"86\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea1a5d7\" wfd-id=\"84\">Exterior trim dressing</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"79\"><div class=\"tcb-styled-list-icon\" wfd-id=\"81\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e99b1db\" wfd-id=\"82\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea19a06\" wfd-id=\"80\">Hand applied spray wax</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec37ea5\" wfd-id=\"75\"><div class=\"tcb-styled-list-icon\" wfd-id=\"77\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e99c314\" wfd-id=\"78\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea18c5d\" wfd-id=\"76\">Interior conditioner</span></li></ul></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621efddaaf\" wfd-id=\"43\">\n<div class=\"tve-page-section-out\" wfd-id=\"63\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621edf8048\" wfd-id=\"44\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621f114214\" wfd-id=\"45\"><div class=\"tcb-flex-row tcb-resized tcb-mobile-edit tcb--cols--2\" data-css=\"tve-u-1621ee03000\" wfd-id=\"46\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621ee4be21\" style=\"\" wfd-id=\"51\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ee093d4\" wfd-id=\"53\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ee3afec\" wfd-id=\"57\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621ee58e74\" wfd-id=\"62\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ee37f4a\" wfd-id=\"58\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1621ee74a24\" wfd-id=\"61\"><svg class=\"tcb-icon\" viewBox=\"0 0 16 28\" data-name=\"map-marker\">\n<path d=\"M12 10c0-2.203-1.797-4-4-4s-4 1.797-4 4 1.797 4 4 4 4-1.797 4-4zM16 10c0 0.953-0.109 1.937-0.516 2.797l-5.688 12.094c-0.328 0.688-1.047 1.109-1.797 1.109s-1.469-0.422-1.781-1.109l-5.703-12.094c-0.406-0.859-0.516-1.844-0.516-2.797 0-4.422 3.578-8 8-8s8 3.578 8 8z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621ee63e1c\" wfd-id=\"60\"><h2 data-css=\"tve-u-1621fdcb4ea\" style=\"text-align: center;\">contact us</h2></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16422a1ce91\" wfd-id=\"59\"><p data-css=\"tve-u-16422a1ce94\" style=\"text-align: left;\">Your adress goes here</p><p data-css=\"tve-u-16422a1ce93\" style=\"text-align: left;\">Phone: 0400 - 700 - 682</p><p data-css=\"tve-u-16422a1ce92\" style=\"text-align: left;\">Email: our_office@gmail.com</p></div></div>\n</div><div class=\"tcb-clear\" data-css=\"tve-u-16417c828be\" wfd-id=\"54\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_slide_left\" data-css=\"tve-u-1621ef118dc\" style=\"\" wfd-id=\"55\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"56\"><img class=\"tve_image tve_evt_manager_listen tve_et_tve-viewport wp-image-21388\" alt=\"\" width=\"567\" height=\"384\" title=\"Car wash img footer\" data-id=\"21388\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-img-footer.png\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_left&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" style=\"width: 100%;\"></span></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621ee4be73\" style=\"\" wfd-id=\"47\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ee22c43\" wfd-id=\"49\"><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-1621ee18a1c\" wfd-id=\"50\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=New York&amp;t=m&amp;z=5&amp;output=embed&amp;iwloc=near\"></iframe>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621f0aa8f7\" wfd-id=\"30\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621f0ada0e\" wfd-id=\"42\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621f0b0088\" wfd-id=\"31\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621f0d2c1a\" wfd-id=\"32\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-1621f0cbe40\" wfd-id=\"33\"><div class=\"tcb-flex-col\" wfd-id=\"38\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"40\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621f0da775\" wfd-id=\"41\"><p data-css=\"tve-u-1622444fb11\">Â© 2018, Your company name . All rights reserved.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"34\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"36\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16223fe5f5b\" wfd-id=\"37\"><p data-css=\"tve-u-1621f0d874c\" style=\"text-align: right;\">Made with <a href=\"https://thrivethemes.com/\" target=\"_blank\">Thrive Architect</a></p></div></div></div></div></div></div>\n</div>\n\n'),(6840,568,'tve_revision_tve_has_wistia_popover','0'),(6841,569,'tve_revision_tve_landing_page','tcb2-thrivebiz-car-wash'),(6842,569,'tve_revision_tve_landing_set',''),(6843,569,'tve_revision_tve_disable_theme_dependency','1'),(6844,569,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-162717d1bbe\" wfd-id=\"433\"><div class=\"tcb-flex-row tcb-medium-no-wrap v-2 tcb--cols--3 m-edit tcb-mobile-wrap tcb-resized\" data-css=\"tve-u-162717d1bbf\" wfd-id=\"434\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1695981e7bb\" wfd-id=\"455\"><div class=\"tcb-col\" data-css=\"tve-u-16959846d3d\" wfd-id=\"457\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16959822de2\" wfd-id=\"458\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"459\"><img class=\"tve_image wp-image-465\" alt=\"\" width=\"384\" height=\"62\" title=\"Blackhawk_custom_header\" data-id=\"465\" src=\"https://bestcerakoteflorida.com/wp-content/uploads/2019/01/Blackhawk_custom_header.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717d1bb9\" style=\"\" wfd-id=\"448\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717d1bb6\" wfd-id=\"450\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-164179a84b8\" wfd-id=\"451\">\n<div class=\"tve-content-box-background\" wfd-id=\"454\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"452\"><div class=\"tcb-clear\" wfd-id=\"453\"></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717d1bb7\" style=\"\" wfd-id=\"435\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717d1bbc\" wfd-id=\"437\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16369305186\" wfd-id=\"438\">\n<div class=\"tve-content-box-background\" wfd-id=\"447\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16417e9d24e\" wfd-id=\"439\"><div class=\"tcb-clear\" wfd-id=\"445\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-16417e5bd95\" data-float=\"1\" wfd-id=\"446\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-envelope-regular\" data-name=\"\">\n            <path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path>\n        </svg></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-164179bced9\" wfd-id=\"440\"><p data-css=\"tve-u-1641333d7d1\"><a href=\"mailto:info@bestcerkoteflorida.com\" target=\"_blank\">info@bestcerakoteflorida.com</a></p></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-162717cb621\" data-value-type=\"percent\" wfd-id=\"390\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-162717cb620\" data-clip-id=\"c883ac5175045\" wfd-id=\"432\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-c883ac5175045\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9125, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-c883ac5175045\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9476, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-c883ac5175045\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9651, 1 1, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-162717cb609\" wfd-id=\"391\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-162717cb618\" wfd-id=\"392\"><div class=\"tcb-flex-row tcb-medium-wrap tcb-resized v-2 tcb--cols--2\" data-css=\"tve-u-162717cb617\" wfd-id=\"393\"><div class=\"tcb-flex-col\" data-css=\"tve-u-162717cb601\" style=\"\" wfd-id=\"408\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717cb60a\" wfd-id=\"410\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h1\" data-css=\"tve-u-162717cb610\" wfd-id=\"422\"><h1 data-css=\"tve-u-162717cb616\" style=\"text-align: center;\">&nbsp;Protect What\'s Important To You! With The Toughest Ceramic Finish In The World!<span data-css=\"tve-u-16271ca808e\" style=\"color: rgb(0, 229, 255);\" wfd-id=\"431\"></span></h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162717cb60f\" wfd-id=\"411\"><p data-css=\"tve-u-1695a36117b\" style=\"text-align: center;\">Heat, Water, Salt and Sand just some of the conditions you face. And any one of them is just waiting to get a hold of your firearm and leave it a pile of rusted, pitted junk.</p><p data-css=\"tve-u-16413112747\" style=\"text-align: center;\">Unfortunately there wasn\'t much you could do other than keep cleaning and lubricating your firearms...till NOW!</p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717cb600\" style=\"\" wfd-id=\"394\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717cb60b\" wfd-id=\"396\"><div class=\"thrv_responsive_video thrv_wrapper rv_style_lifted_style2\" data-type=\"youtube\" data-rel=\"0\" data-url=\"https://www.youtube.com/watch?v=a1nyu9ZJiEk\" data-css=\"tve-u-16959cd1e7a\" data-modestbranding=\"1\" wfd-id=\"405\">\n	\n\n	<div class=\"tve_responsive_video_container\" wfd-id=\"406\">\n		<div class=\"video_overlay\" wfd-id=\"407\"></div>\n	<iframe data-code=\"TEOqV1Q16lU\" data-provider=\"youtube\" src=\"https://www.youtube.com/embed/TEOqV1Q16lU?rel=0&amp;modestbranding=1&amp;controls=1&amp;showinfo=1&amp;fs=1&amp;wmode=transparent\" data-src=\"https://www.youtube.com/embed/TEOqV1Q16lU?rel=0&amp;modestbranding=1&amp;controls=1&amp;showinfo=1&amp;fs=1&amp;wmode=transparent\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\n</div><div class=\"thrv_wrapper thrv-button tcb-with-icon\" data-css=\"tve-u-1695a3002e2\" data-tcb_hover_state_parent=\"\" data-button-style=\"border_1\" wfd-id=\"397\">\n	<a href=\"tel:1-954-848-1911\" class=\"tcb-button-link\" target=\"_blank\" rel=\"\"><span class=\"tcb-button-icon\" wfd-id=\"403\">\n	<div class=\"thrv_wrapper thrv_icon tve_no_drag tve_no_icons tcb-icon-inherit-style tcb-icon-display\" wfd-id=\"404\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-phone-plus-light\" data-name=\"\">\n            <path d=\"M8 128h88v88c0 4.4 3.6 8 8 8h16c4.4 0 8-3.6 8-8v-88h88c4.4 0 8-3.6 8-8v-16c0-4.4-3.6-8-8-8h-88V8c0-4.4-3.6-8-8-8h-16c-4.4 0-8 3.6-8 8v88H8c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8zM487.8 24.1L387 .8c-14.7-3.4-29.8 4.2-35.8 18.1l-46.5 108.5c-5.5 12.7-1.8 27.7 8.9 36.5l53.9 44.1c-34 69.2-90.3 125.6-159.6 159.6l-44.1-53.9c-8.8-10.7-23.8-14.4-36.5-8.9L18.9 351.3c-13.9 6-21.5 21-18.1 35.8L24 487.9C27.3 502 39.9 512 54.5 512 306.7 512 512 307.8 512 54.5c0-14.6-10-27.2-24.2-30.4zM55.1 480l-23-99.6 107.4-46 59.5 72.8c103.6-48.6 159.7-104.9 208.1-208.1l-72.8-59.5 46-107.4 99.6 23C479.7 289.7 289.6 479.7 55.1 480z\"></path>\n        </svg></div>\n</span>\n\n		<span class=\"tcb-button-texts\" wfd-id=\"398\"><span class=\"tcb-button-text thrv-inline-text\" wfd-id=\"399\">CALL NOW</span></span>\n	</a>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-162717fcf9d\" data-value-type=\"percent\" wfd-id=\"325\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-162718bd0c0\" data-clip-id=\"a3b25e1c9221a\" wfd-id=\"389\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0875\"></polygon></clipPath><clipPath id=\"clip-tablet-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"6\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.1051\"></polygon></clipPath><clipPath id=\"clip-mobile-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"1\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0175\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-162718a3b40\" wfd-id=\"326\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622a159bcb\" wfd-id=\"327\">\n<div class=\"tve-content-box-background\" wfd-id=\"388\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"328\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621a2247ba\" wfd-id=\"381\"><h2 data-css=\"tve-u-1621a2e0d5b\">our services</h2></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16229f6175c\" wfd-id=\"352\"><div class=\"tcb-flex-row tcb-medium-no-wrap tcb--cols--3 v-2\" data-css=\"tve-u-162493a03b0\" wfd-id=\"353\"><div class=\"tcb-flex-col\" wfd-id=\"370\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1624939a960\" data-tcb_hover_state_parent=\"\" wfd-id=\"372\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-162493d5f13\" data-float=\"1\" wfd-id=\"380\"><svg class=\"tcb-icon\" viewBox=\"0 0 14 28\" data-name=\"bolt\">\n<path d=\"M13.828 8.844c0.172 0.187 0.219 0.453 0.109 0.688l-8.437 18.078c-0.125 0.234-0.375 0.391-0.656 0.391-0.063 0-0.141-0.016-0.219-0.031-0.344-0.109-0.547-0.438-0.469-0.766l3.078-12.625-6.344 1.578c-0.063 0.016-0.125 0.016-0.187 0.016-0.172 0-0.359-0.063-0.484-0.172-0.187-0.156-0.25-0.391-0.203-0.609l3.141-12.891c0.078-0.297 0.359-0.5 0.688-0.5h5.125c0.391 0 0.703 0.297 0.703 0.656 0 0.094-0.031 0.187-0.078 0.281l-2.672 7.234 6.188-1.531c0.063-0.016 0.125-0.031 0.187-0.031 0.203 0 0.391 0.094 0.531 0.234z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"376\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-162494b490e\" wfd-id=\"377\"><h4 data-css=\"tve-u-16249355087\" style=\"text-align: left;\">Express exterior</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162494b7ad0\" wfd-id=\"373\"><p data-css=\"tve-u-162492e70ad\">Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"361\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162493b6b63\" data-tcb_hover_state_parent=\"\" wfd-id=\"363\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b456a\" wfd-id=\"369\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"adjust\">\n<path d=\"M12 22.5v-17c-4.688 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"367\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1af44d\" wfd-id=\"368\"><h4 data-css=\"tve-u-16249358652\" style=\"text-align: left;\">Interior clean</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"364\"><p data-css=\"tve-u-162492e70ad\">Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"354\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16249373b25\" wfd-id=\"356\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b52d3\" wfd-id=\"360\"><svg class=\"tcb-icon\" viewBox=\"0 0 26 28\" data-name=\"umbrella\">\n<path d=\"M14 12.938v9.063c0 2.172-1.828 4-4 4s-4-1.828-4-4c0-0.547 0.453-1 1-1s1 0.453 1 1c0 1.047 0.953 2 2 2s2-0.953 2-2v-9.063c0.328-0.109 0.656-0.172 1-0.172s0.672 0.063 1 0.172zM26 13.359c0 0.266-0.234 0.5-0.5 0.5-0.141 0-0.25-0.063-0.359-0.156-0.906-0.844-1.75-1.437-3.047-1.437-1.484 0-2.766 0.922-3.609 2.094-0.187 0.266-0.328 0.547-0.5 0.812-0.109 0.172-0.234 0.266-0.438 0.266-0.219 0-0.344-0.094-0.453-0.266-0.172-0.266-0.313-0.547-0.5-0.812-0.844-1.172-2.109-2.094-3.594-2.094s-2.75 0.922-3.594 2.094c-0.187 0.266-0.328 0.547-0.5 0.812-0.109 0.172-0.234 0.266-0.453 0.266-0.203 0-0.328-0.094-0.438-0.266-0.172-0.266-0.313-0.547-0.5-0.812-0.844-1.172-2.125-2.094-3.609-2.094-1.297 0-2.141 0.594-3.047 1.437-0.109 0.094-0.219 0.156-0.359 0.156-0.266 0-0.5-0.234-0.5-0.5 0-0.047 0-0.078 0.016-0.109 1.437-5.906 7.141-9.25 12.984-9.25 5.812 0 11.578 3.344 12.984 9.25 0.016 0.031 0.016 0.063 0.016 0.109zM14 2v1.531c-0.328-0.016-0.672-0.031-1-0.031s-0.672 0.016-1 0.031v-1.531c0-0.547 0.453-1 1-1s1 0.453 1 1z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"358\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b01a6\" wfd-id=\"359\"><h4 data-css=\"tve-u-1624935a201\" style=\"text-align: left;\">Wax protection</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"357\"><p data-css=\"tve-u-162492e70ad\">Etiam pharetra, erat sed fermentum feugiat, velit mauris</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16249367114\" wfd-id=\"329\"><div class=\"tcb-flex-row tcb-medium-no-wrap tcb--cols--3 v-2\" data-css=\"tve-u-16229ffbb7b\" wfd-id=\"330\"><div class=\"tcb-flex-col\" wfd-id=\"345\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229fa6a26\" wfd-id=\"347\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b33f9\" wfd-id=\"351\"><svg class=\"tcb-icon\" viewBox=\"0 0 26 28\" data-name=\"magic\">\n<path d=\"M18.594 9.078l4.578-4.578-1.672-1.672-4.578 4.578zM25.578 4.5c0 0.266-0.094 0.516-0.281 0.703l-20.094 20.094c-0.187 0.187-0.438 0.281-0.703 0.281s-0.516-0.094-0.703-0.281l-3.094-3.094c-0.187-0.187-0.281-0.438-0.281-0.703s0.094-0.516 0.281-0.703l20.094-20.094c0.187-0.187 0.438-0.281 0.703-0.281s0.516 0.094 0.703 0.281l3.094 3.094c0.187 0.187 0.281 0.438 0.281 0.703zM4.469 1.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531zM9.938 4.062l3.063 0.938-3.063 0.938-0.938 3.063-0.938-3.063-3.063-0.938 3.063-0.938 0.938-3.063zM24.469 11.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531zM14.469 1.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"349\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b0a67\" wfd-id=\"350\"><h4 data-css=\"tve-u-16248fc42a1\" style=\"text-align: left;\">Dust &amp; Dash Console</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"348\"><p data-css=\"tve-u-162492e70ad\">Duis sed odio sit amet nibh vulputate cursus a sit amet mauris.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"338\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1622f65ba70\" wfd-id=\"340\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b60b4\" wfd-id=\"344\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"certificate\">\n<path d=\"M21.5 14l2.156 2.109c0.297 0.281 0.406 0.703 0.313 1.094-0.109 0.391-0.422 0.703-0.812 0.797l-2.938 0.75 0.828 2.906c0.109 0.391 0 0.812-0.297 1.094-0.281 0.297-0.703 0.406-1.094 0.297l-2.906-0.828-0.75 2.938c-0.094 0.391-0.406 0.703-0.797 0.812-0.094 0.016-0.203 0.031-0.297 0.031-0.297 0-0.594-0.125-0.797-0.344l-2.109-2.156-2.109 2.156c-0.281 0.297-0.703 0.406-1.094 0.313-0.406-0.109-0.703-0.422-0.797-0.812l-0.75-2.938-2.906 0.828c-0.391 0.109-0.812 0-1.094-0.297-0.297-0.281-0.406-0.703-0.297-1.094l0.828-2.906-2.938-0.75c-0.391-0.094-0.703-0.406-0.812-0.797-0.094-0.391 0.016-0.812 0.313-1.094l2.156-2.109-2.156-2.109c-0.297-0.281-0.406-0.703-0.313-1.094 0.109-0.391 0.422-0.703 0.812-0.797l2.938-0.75-0.828-2.906c-0.109-0.391 0-0.812 0.297-1.094 0.281-0.297 0.703-0.406 1.094-0.297l2.906 0.828 0.75-2.938c0.094-0.391 0.406-0.703 0.797-0.797 0.391-0.109 0.812 0 1.094 0.297l2.109 2.172 2.109-2.172c0.281-0.297 0.688-0.406 1.094-0.297 0.391 0.094 0.703 0.406 0.797 0.797l0.75 2.938 2.906-0.828c0.391-0.109 0.812 0 1.094 0.297 0.297 0.281 0.406 0.703 0.297 1.094l-0.828 2.906 2.938 0.75c0.391 0.094 0.703 0.406 0.812 0.797 0.094 0.391-0.016 0.812-0.313 1.094z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"342\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b12d8\" wfd-id=\"343\"><h4 data-css=\"tve-u-1625389a3d5\" style=\"text-align: left;\">Triple Foam Polish</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"341\"><p data-css=\"tve-u-162492e70ad\">Class aptent taciti sociosqu ad litora torquent</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"331\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229fa8c68\" wfd-id=\"333\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-16271adf6cf\" wfd-id=\"337\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"bullseye\">\n<path d=\"M16 14c0 2.203-1.797 4-4 4s-4-1.797-4-4 1.797-4 4-4 4 1.797 4 4zM18 14c0-3.313-2.688-6-6-6s-6 2.688-6 6 2.688 6 6 6 6-2.688 6-6zM20 14c0 4.422-3.578 8-8 8s-8-3.578-8-8 3.578-8 8-8 8 3.578 8 8zM22 14c0-5.516-4.484-10-10-10s-10 4.484-10 10 4.484 10 10 10 10-4.484 10-10zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"335\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-16248fc71c8\" wfd-id=\"336\"><h4 data-css=\"tve-u-1625389b4ed\" style=\"text-align: left;\">Tire dressing</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"334\"><p data-css=\"tve-u-162492e70ad\">Etiam pharetra, erat sed fermentum feugiat, velit mauris</p></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621ad46076\" wfd-id=\"293\">\n<div class=\"tve-page-section-out\" wfd-id=\"324\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621b072b4e\" wfd-id=\"294\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621a8b2488\" wfd-id=\"295\"><div class=\"tcb-flex-row tcb--cols--2 v-2\" data-css=\"tve-u-1621a8a804b\" wfd-id=\"296\"><div class=\"tcb-flex-col\" wfd-id=\"306\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16271bfe70c\" wfd-id=\"308\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h3\" data-css=\"tve-u-1621a8c4313\" wfd-id=\"323\"><h3><strong>Complete cleaning services for yoâ€‹ur car</strong></h3></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-16417b70f47\" wfd-id=\"309\"><ul class=\"tcb-styled-list\" wfd-id=\"310\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621acf0289\" wfd-id=\"319\"><div class=\"tcb-styled-list-icon\" wfd-id=\"321\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a8e11f3\" wfd-id=\"322\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ace1b08\" wfd-id=\"320\">We are a small business delivering professional cleaning services for all vehicles</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621acf64fb\" wfd-id=\"315\"><div class=\"tcb-styled-list-icon\" wfd-id=\"317\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a8e5625\" wfd-id=\"318\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ace4de9\" wfd-id=\"316\">Our services are convenient for individuals and corporate fleets</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"311\"><div class=\"tcb-styled-list-icon\" wfd-id=\"313\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a9076ef\" wfd-id=\"314\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621acf47d2\" wfd-id=\"312\">We use eco-friendly products that actually clean, protect and maintain your car better than the traditional cleaning substances</span></li></ul></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"297\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621a90a46f\" wfd-id=\"299\"><div class=\"thrv_wrapper thrv-fill-counter tve_red tve_normalfc thrv_data_element\" data-css=\"tve-u-1621a983587\" wfd-id=\"300\">\n<div class=\"tve_fill_counter_n\" style=\"\" data-fill=\"100\" data-css=\"tve-u-1621a98b602\" wfd-id=\"301\">\n<svg viewBox=\"0 0 170 170\" class=\"tve_fill_counter_circle\" shape-rendering=\"optimizeSpeed\" data-css=\"tve-u-1621a9a2862\">\n<circle class=\"tve_fill_counter_circle_inner\" r=\"85\" cx=\"85\" cy=\"85\" data-css=\"tve-u-1621a9685d4\"></circle>\n</svg>\n<div class=\"tve_fill_text_in\" data-css=\"tve-u-1621a96b190\" wfd-id=\"302\">\n<div class=\"tve_fill_text_value\" data-css=\"tve-u-1621a9a2866\" wfd-id=\"304\">\n<div class=\"thrv-inline-text tve_fill_text tve_editable\" data-css=\"tve-u-1621a9a2867\" wfd-id=\"305\"><strong>100%â€‹</strong></div>\n</div>\n<div class=\"thrv-inline-text tve_editable tve_data_element_label\" data-css=\"tve-u-1621a9750ae\" wfd-id=\"303\">Clean car</div>\n</div>\n</div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621ada1e7f\" data-value-type=\"percent\" wfd-id=\"257\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621adba9ef\" data-clip-id=\"52d5a36c151aa\" wfd-id=\"292\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-52d5a36c151aa\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0875\"></polygon></clipPath><clipPath id=\"clip-tablet-top-52d5a36c151aa\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0524\"></polygon></clipPath><clipPath id=\"clip-mobile-top-52d5a36c151aa\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0349\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621ad420c4\" wfd-id=\"258\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621ade6172\" wfd-id=\"259\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2 tcb-row-reversed-mobile tcb-mobile-edit v-2\" data-css=\"tve-u-1621adea58b\" wfd-id=\"260\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621b064646\" style=\"\" wfd-id=\"286\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ae0bec7\" wfd-id=\"288\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ae4fd21\" data-value-type=\"percent\" data-float=\"1\" wfd-id=\"289\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621ae6c8da\" data-clip-id=\"aa2c3e3c70555\" wfd-id=\"291\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0349\"></polygon></clipPath><clipPath id=\"clip-tablet-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"4\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0699\"></polygon></clipPath><clipPath id=\"clip-mobile-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"4\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0699\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb\" data-css=\"tve-u-1621ae4db6e\" wfd-id=\"290\"></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621b064668\" style=\"\" wfd-id=\"261\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621f45bed3\" wfd-id=\"263\"><div class=\"tcb-clear\" data-css=\"tve-u-16224848ee5\" wfd-id=\"284\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621afceb00\" wfd-id=\"285\"><h2 data-css=\"tve-u-1621afcc0bf\">Check Out Our Special Offer!</h2></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621afda4fa\" wfd-id=\"283\"><p data-css=\"tve-u-1621afd8c98\">Donâ€™t miss the opportunity to get 50% discount on a complete cleaning just by recommending us to a friend. Bring someone you know with you and clean you car half price!</p></div><div class=\"tcb-clear\" data-css=\"tve-u-16224834cab\" wfd-id=\"264\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621fe85996\" wfd-id=\"265\"><div class=\"tcb-flex-row tcb--cols--2 tcb-resized tcb-medium-wrap tcb-desktop-wrap\" data-css=\"tve-u-1621fe78878\" wfd-id=\"266\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621fe94086\" style=\"\" wfd-id=\"274\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"276\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621b01355a\" wfd-id=\"277\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621b08fdde\" data-tcb_hover_state_parent=\"1\" wfd-id=\"282\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16223f02c16\" wfd-id=\"278\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-1620af7eb3f\" data-tcb_hover_state_parent=\"\" data-button-style=\"full_rounded\" wfd-id=\"279\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"280\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-16228c75500\" wfd-id=\"281\"><strong>Request an appointment</strong></span></span>\n</a>\n</div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621fe940b9\" style=\"\" wfd-id=\"267\"><div class=\"tcb-col\" wfd-id=\"269\"><div class=\"tcb-clear\" data-css=\"tve-u-16224716d62\" wfd-id=\"270\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-1621b028939\" data-tcb_hover_state_parent=\"\" data-button-style=\"ghost\" wfd-id=\"271\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"272\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-16228c764b2\" wfd-id=\"273\"><strong>Call Now: 0400-700-682</strong></span></span>\n</a>\n</div></div></div></div></div></div></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16260ba2fa4\" wfd-id=\"164\">\n<div class=\"tve-page-section-out\" wfd-id=\"256\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16260be7104\" wfd-id=\"165\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621b0e4fb7\" wfd-id=\"255\"><h2 data-css=\"tve-u-1621b10fccf\" style=\"text-align: center;\">our happy clients</h2></div><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641367127b\" data-float=\"1\" wfd-id=\"254\"><svg class=\"tcb-icon\" viewBox=\"0 0 30 32\" data-name=\"quote-left\">\n<path d=\"M13.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429zM29.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641367e553\" wfd-id=\"253\"><svg class=\"tcb-icon\" viewBox=\"0 0 30 32\" data-name=\"quote-left\">\n<path d=\"M13.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429zM29.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a10d3b4\" wfd-id=\"224\">\n<div class=\"tve-content-box-background\" wfd-id=\"252\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"225\"><div class=\"tcb-clear\" data-css=\"tve-u-1621b300a64\" wfd-id=\"250\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-1621f154231\" wfd-id=\"251\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621b200375\" wfd-id=\"228\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-16260d8392c\" wfd-id=\"229\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"234\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"236\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16417b62c09\" wfd-id=\"237\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-16260d8396c\" wfd-id=\"238\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16260d01208\" style=\"\" wfd-id=\"244\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"246\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"247\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16225617da3\" wfd-id=\"249\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"248\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16260d0120e\" style=\"\" wfd-id=\"239\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"241\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"243\"><h5>Brett Graham, 28</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"242\"><h6 class=\"\">Architect</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"230\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"232\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"233\"><p data-css=\"tve-u-162539c17ec\">Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit. Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit.&nbsp;</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-16260c5ff0c\" wfd-id=\"226\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260c5ff07\" wfd-id=\"227\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a12f675\" wfd-id=\"195\">\n<div class=\"tve-content-box-background\" wfd-id=\"223\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"196\"><div class=\"tcb-clear\" data-css=\"tve-u-16260cd7683\" wfd-id=\"221\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260d73672\" wfd-id=\"222\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16260da3aa7\" wfd-id=\"199\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-1621fb68b97\" wfd-id=\"200\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"205\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"207\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16417b662bf\" wfd-id=\"208\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-1621fb65556\" wfd-id=\"209\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16229915e1a\" style=\"\" wfd-id=\"215\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"217\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"218\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16260c433e9\" wfd-id=\"220\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"219\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16229915e4e\" style=\"\" wfd-id=\"210\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"212\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"214\"><h5>Rosie Hanson, 24</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"213\"><h6 class=\"\">Real estate Associate</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"201\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"203\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"204\"><p data-css=\"tve-u-162539c17ec\">Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo.</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-16260d3b97e\" wfd-id=\"197\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260d39b83\" wfd-id=\"198\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a146aef\" wfd-id=\"166\">\n<div class=\"tve-content-box-background\" wfd-id=\"194\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"167\"><div class=\"tcb-clear\" data-css=\"tve-u-16260cd7683\" wfd-id=\"192\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260cd622f\" wfd-id=\"193\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16260c39a7e\" wfd-id=\"170\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-16260d3f4aa\" wfd-id=\"171\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"176\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"178\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621fbacc60\" wfd-id=\"179\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-16260d3f4af\" wfd-id=\"180\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16229915e1a\" style=\"\" wfd-id=\"186\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"188\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"189\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16260d5e4b8\" wfd-id=\"191\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"190\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16229915e4e\" style=\"\" wfd-id=\"181\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"183\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"185\"><h5>Shawn Mattews, 35</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"184\"><h6 class=\"\">project manager</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"172\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"174\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"175\"><p data-css=\"tve-u-162539c17ec\">Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo. Nullam ac urna eu felis.Sed non neque elit. Sed ut imperdiet nisi. Proin condimentum</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1621b30ca74\" wfd-id=\"168\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-1621f15b521\" wfd-id=\"169\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621b3c8c52\" wfd-id=\"60\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621b3cfc7b\" wfd-id=\"163\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621b3c74d9\" wfd-id=\"61\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621e7b695a\" wfd-id=\"162\"><h2 data-css=\"tve-u-1621e7a7350\" style=\"text-align: center;\">our offers</h2></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621e7c899a\" wfd-id=\"62\"><div class=\"tcb-flex-row tcb--cols--3 tcb-medium-wrap v-2\" data-css=\"tve-u-1621e7c7aa1\" wfd-id=\"63\"><div class=\"tcb-flex-col\" wfd-id=\"126\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16223fc9f23\" wfd-id=\"128\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e7ceab3\" style=\"\" wfd-id=\"129\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16416e4fafd\" wfd-id=\"161\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e7d5094\" wfd-id=\"130\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e7e9950\" data-value-type=\"percent\" style=\"\" wfd-id=\"157\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e7edfd9\" data-clip-id=\"10ffac3b28f1d\" wfd-id=\"160\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-10ffac3b28f1d\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-10ffac3b28f1d\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e7e6c1d\" wfd-id=\"158\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-16417b4cb9e\" wfd-id=\"159\"><h4 data-css=\"tve-u-1621fe1a1af\" style=\"text-align: center;\"><strong>Basic Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ec6c39b\" data-float=\"1\" wfd-id=\"153\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e81f424\" wfd-id=\"156\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec752da\" wfd-id=\"154\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"155\"><h4 data-css=\"tve-u-1621fe1bd18\" style=\"text-align: center;\"><strong>15$</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621ea50702\" wfd-id=\"131\"><ul class=\"tcb-styled-list\" wfd-id=\"132\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec3a5c0\" wfd-id=\"149\"><div class=\"tcb-styled-list-icon\" wfd-id=\"151\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec204df\" wfd-id=\"152\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec241aa\" wfd-id=\"150\">Interior vacuum</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"145\"><div class=\"tcb-styled-list-icon\" wfd-id=\"147\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec20f68\" wfd-id=\"148\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec2704c\" wfd-id=\"146\">Dust &amp;dash console</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec42aa7\" wfd-id=\"141\"><div class=\"tcb-styled-list-icon\" wfd-id=\"143\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec21a31\" wfd-id=\"144\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec298ab\" wfd-id=\"142\">Hand towel dry</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec43fe2\" wfd-id=\"137\"><div class=\"tcb-styled-list-icon\" wfd-id=\"139\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ea1fba7\" wfd-id=\"140\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea23322\" wfd-id=\"138\">Clean windows</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec454d9\" wfd-id=\"133\"><div class=\"tcb-styled-list-icon\" wfd-id=\"135\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ea295c0\" wfd-id=\"136\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea2c69a\" wfd-id=\"134\">Soft cloth wash</span></li></ul></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"95\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"97\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621eb81205\" style=\"\" wfd-id=\"98\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16416e603ab\" wfd-id=\"125\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621eb7ccb0\" wfd-id=\"99\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ebbbb6d\" data-value-type=\"percent\" wfd-id=\"121\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eaaedd8\" data-clip-id=\"a2b9cf3198d6f\" wfd-id=\"124\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-a2b9cf3198d6f\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-a2b9cf3198d6f\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec7f21a\" wfd-id=\"122\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e930bd7\" wfd-id=\"123\"><h4 data-css=\"tve-u-1621e92e97f\" style=\"text-align: center;\"><strong>Ultimate Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ec78d2c\" data-float=\"1\" wfd-id=\"117\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eab272c\" wfd-id=\"120\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec79a7d\" wfd-id=\"118\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"119\"><h4 data-css=\"tve-u-1621e942b65\" style=\"text-align: center;\"><strong>22 $</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621ebfa746\" wfd-id=\"114\"><p data-css=\"tve-u-1621f4ceaf6\" style=\"text-align: center;\">Includes basic service <span data-css=\"tve-u-1621f4ceaf7\" style=\"color: rgb(15, 29, 123);\" wfd-id=\"115\"><strong class=\"\"><span data-css=\"tve-u-1621f4ceafb\" wfd-id=\"116\">+</span></strong></span></p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621ebf340c\" wfd-id=\"100\"><ul class=\"tcb-styled-list\" wfd-id=\"101\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-164137a0b1f\" wfd-id=\"110\"><div class=\"tcb-styled-list-icon\" wfd-id=\"112\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec0c5bd\" wfd-id=\"113\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ebfe4ce\" wfd-id=\"111\">Triple foam conditiner</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec04541\" wfd-id=\"106\"><div class=\"tcb-styled-list-icon\" wfd-id=\"108\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec09a3c\" wfd-id=\"109\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ebff867\" wfd-id=\"107\">Tire dressing</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec05cc3\" wfd-id=\"102\"><div class=\"tcb-styled-list-icon\" wfd-id=\"104\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec15f6e\" wfd-id=\"105\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec009a8\" wfd-id=\"103\">Air freshner</span></li></ul></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"64\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16223dad661\" wfd-id=\"66\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621fd9c946\" style=\"\" wfd-id=\"67\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e7d234c\" wfd-id=\"94\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621fd84d7b\" wfd-id=\"68\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16223b080b0\" data-value-type=\"percent\" wfd-id=\"90\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eb3eb9f\" data-clip-id=\"ac98bb0e54b3b\" wfd-id=\"93\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621fd8766c\" wfd-id=\"91\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e930bd7\" wfd-id=\"92\"><h4 data-css=\"tve-u-1621fe1587d\" style=\"text-align: center;\"><strong>Supreme Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e8107f3\" wfd-id=\"86\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eb43d8d\" wfd-id=\"89\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e819c52\" wfd-id=\"87\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"88\"><h4 data-css=\"tve-u-1621fe1725e\" style=\"text-align: center;\"><strong>30 $</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621eb037bb\" wfd-id=\"83\"><p data-css=\"tve-u-1621f4d0451\" style=\"text-align: center;\">Includes ultimate service <span data-css=\"tve-u-1621eaff572\" style=\"color: rgb(15, 29, 123);\" wfd-id=\"84\"><strong class=\"\"><span data-css=\"tve-u-1621eb01b60\" wfd-id=\"85\">+</span></strong></span></p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621eacf6af\" wfd-id=\"69\"><ul class=\"tcb-styled-list\" wfd-id=\"70\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec36a4d\" wfd-id=\"79\"><div class=\"tcb-styled-list-icon\" wfd-id=\"81\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e9993aa\" wfd-id=\"82\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea1a5d7\" wfd-id=\"80\">Exterior trim dressing</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"75\"><div class=\"tcb-styled-list-icon\" wfd-id=\"77\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e99b1db\" wfd-id=\"78\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea19a06\" wfd-id=\"76\">Hand applied spray wax</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec37ea5\" wfd-id=\"71\"><div class=\"tcb-styled-list-icon\" wfd-id=\"73\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e99c314\" wfd-id=\"74\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea18c5d\" wfd-id=\"72\">Interior conditioner</span></li></ul></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621efddaaf\" wfd-id=\"39\">\n<div class=\"tve-page-section-out\" wfd-id=\"59\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621edf8048\" wfd-id=\"40\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621f114214\" wfd-id=\"41\"><div class=\"tcb-flex-row tcb-resized tcb-mobile-edit tcb--cols--2\" data-css=\"tve-u-1621ee03000\" wfd-id=\"42\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621ee4be21\" style=\"\" wfd-id=\"47\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ee093d4\" wfd-id=\"49\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ee3afec\" wfd-id=\"53\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621ee58e74\" wfd-id=\"58\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ee37f4a\" wfd-id=\"54\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1621ee74a24\" wfd-id=\"57\"><svg class=\"tcb-icon\" viewBox=\"0 0 16 28\" data-name=\"map-marker\">\n<path d=\"M12 10c0-2.203-1.797-4-4-4s-4 1.797-4 4 1.797 4 4 4 4-1.797 4-4zM16 10c0 0.953-0.109 1.937-0.516 2.797l-5.688 12.094c-0.328 0.688-1.047 1.109-1.797 1.109s-1.469-0.422-1.781-1.109l-5.703-12.094c-0.406-0.859-0.516-1.844-0.516-2.797 0-4.422 3.578-8 8-8s8 3.578 8 8z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621ee63e1c\" wfd-id=\"56\"><h2 data-css=\"tve-u-1621fdcb4ea\" style=\"text-align: center;\">contact us</h2></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16422a1ce91\" wfd-id=\"55\"><p data-css=\"tve-u-16422a1ce94\" style=\"text-align: left;\">Your adress goes here</p><p data-css=\"tve-u-16422a1ce93\" style=\"text-align: left;\">Phone: 0400 - 700 - 682</p><p data-css=\"tve-u-16422a1ce92\" style=\"text-align: left;\">Email: our_office@gmail.com</p></div></div>\n</div><div class=\"tcb-clear\" data-css=\"tve-u-16417c828be\" wfd-id=\"50\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_slide_left\" data-css=\"tve-u-1621ef118dc\" style=\"\" wfd-id=\"51\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"52\"><img class=\"tve_image tve_evt_manager_listen tve_et_tve-viewport wp-image-21388\" alt=\"\" width=\"567\" height=\"384\" title=\"Car wash img footer\" data-id=\"21388\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-img-footer.png\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_left&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" style=\"width: 100%;\"></span></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621ee4be73\" style=\"\" wfd-id=\"43\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ee22c43\" wfd-id=\"45\"><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-1621ee18a1c\" wfd-id=\"46\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=New York&amp;t=m&amp;z=5&amp;output=embed&amp;iwloc=near\"></iframe>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621f0aa8f7\" wfd-id=\"26\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621f0ada0e\" wfd-id=\"38\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621f0b0088\" wfd-id=\"27\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621f0d2c1a\" wfd-id=\"28\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-1621f0cbe40\" wfd-id=\"29\"><div class=\"tcb-flex-col\" wfd-id=\"34\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"36\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621f0da775\" wfd-id=\"37\"><p data-css=\"tve-u-1622444fb11\">Â© 2018, Your company name . All rights reserved.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"30\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"32\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16223fe5f5b\" wfd-id=\"33\"><p data-css=\"tve-u-1621f0d874c\" style=\"text-align: right;\">Made with <a href=\"https://thrivethemes.com/\" target=\"_blank\">Thrive Architect</a></p></div></div></div></div></div></div>\n</div>\n\n'),(6845,569,'tve_revision_tve_content_more_found',''),(6846,569,'tve_revision_tve_save_post',''),(6847,569,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Merriweather:400,700&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Special+Elite:400&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Poppins:400,800,900,300,700,&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Monda:400,700,&subset=latin\");@media (min-width: 300px){.tcb-plain-text { font-family: Monda; font-weight: 400; font-size: 14px; }#tve_editor [data-css=\"tve-u-1621b072b4e\"] p, #tve_editor [data-css=\"tve-u-1621b072b4e\"] li, #tve_editor [data-css=\"tve-u-1621b072b4e\"] blockquote, #tve_editor [data-css=\"tve-u-1621b072b4e\"] address, #tve_editor [data-css=\"tve-u-1621b072b4e\"] .tcb-plain-text, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h1, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h2, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h3, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h4, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h5, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h6 { color: rgb(18, 18, 18); }[data-css=\"tve-u-16417c828be\"]::after { clear: both; }[data-css=\"tve-u-1621fe78878\"] .tcb-flex-col { flex-basis: 160px !important; }[data-css=\"tve-u-16417b70f47\"] { padding: 0px !important; margin: 0px !important; }#tve_editor [data-css=\"tve-u-1621fdcb4ea\"] { color: rgb(15, 29, 123) !important; }#tve_editor [data-css=\"tve-u-1641367127b\"] > :first-child { color: rgb(15, 29, 123); }[data-css=\"tve-u-1641367127b\"] { font-size: 60px; float: none; box-shadow: none; position: relative; z-index: 5; margin: 0px auto !important; }#tve_editor [data-css=\"tve-u-1641333d7d1\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-162717cb617\"] > .tcb-flex-col { padding-left: 0px; }#tve_editor [data-css=\"tve-u-16413112747\"] { color: rgba(255, 255, 255, 0.85) !important; }[data-css=\"tve-u-16369305186\"] > .tve-cb { display: block; }#tve_editor [data-css=\"tve-u-162717cb609\"] p, #tve_editor [data-css=\"tve-u-162717cb609\"] li, #tve_editor [data-css=\"tve-u-162717cb609\"] blockquote, #tve_editor [data-css=\"tve-u-162717cb609\"] address, #tve_editor [data-css=\"tve-u-162717cb609\"] h1, #tve_editor [data-css=\"tve-u-162717cb609\"] h2, #tve_editor [data-css=\"tve-u-162717cb609\"] h3, #tve_editor [data-css=\"tve-u-162717cb609\"] h4, #tve_editor [data-css=\"tve-u-162717cb609\"] h5, #tve_editor [data-css=\"tve-u-162717cb609\"] h6 { color: rgb(255, 255, 255); }[data-css=\"tve-u-16369305186\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-162717cb621\"] .tve-page-section-in { display: flex; justify-content: center; flex-direction: column; }[data-css=\"tve-u-162717fcf9d\"] .tve-page-section-in { display: block; }[data-css=\"tve-u-1628a146aef\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1628a12f675\"] { padding: 0px !important; margin: 0px 0px 60px !important; }[data-css=\"tve-u-1628a10d3b4\"] { max-width: 100%; padding: 0px !important; margin: 0px 0px 60px !important; }[data-css=\"tve-u-16271ca808e\"] { color: rgb(0, 229, 255) !important; }#tve_editor [data-css=\"tve-u-162717cb618\"] p, #tve_editor [data-css=\"tve-u-162717cb618\"] li, #tve_editor [data-css=\"tve-u-162717cb618\"] blockquote, #tve_editor [data-css=\"tve-u-162717cb618\"] address, #tve_editor [data-css=\"tve-u-162717cb618\"] h1, #tve_editor [data-css=\"tve-u-162717cb618\"] h2, #tve_editor [data-css=\"tve-u-162717cb618\"] h3, #tve_editor [data-css=\"tve-u-162717cb618\"] h4, #tve_editor [data-css=\"tve-u-162717cb618\"] h5, #tve_editor [data-css=\"tve-u-162717cb618\"] h6 { color: rgb(0, 229, 255); }[data-css=\"tve-u-162718bd0c0\"] { clip-path: url(\"#clip-top-a3b25e1c9221a\"); -webkit-clip-path: url(\"#clip-top-a3b25e1c9221a\");  }[data-css=\"tve-u-162718a3b40\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-162717fcf9d\"] { z-index: 5; padding: 170px 40px 0px !important; margin-top: -80px !important; }[data-css=\"tve-u-16260cd622f\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-16260cd7683\"]::after { clear: both; }[data-css=\"tve-u-16260cd622f\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin-top: 0px !important; margin-bottom: -1px !important; }[data-css=\"tve-u-16260be7104\"] { max-width: 1200px; }[data-css=\"tve-u-16260ba2fa4\"] { padding: 100px 40px !important; }[data-css=\"tve-u-162539c17ec\"] { line-height: 1.6em !important; }#tve_editor [data-css=\"tve-u-162493b6b63\"]:hover { background-color: rgb(248, 249, 251) !important; }#tve_editor [data-css=\"tve-u-1624939a960\"]:hover { background-color: rgb(248, 249, 251) !important; background-image: none !important; }#tve_editor [data-css=\"tve-u-162492e70ad\"] { color: rgb(137, 141, 167) !important; }[data-css=\"tve-u-162492815ba\"] { padding: 0px !important; margin-top: 25px !important; }[data-css=\"tve-u-162491e8e1f\"]::after { clear: both; }[data-css=\"tve-u-1622f65ba70\"] { border: none; background-image: none !important; padding: 0px 30px 30px !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-1622a159bcb\"] { max-width: 100%; float: none; z-index: 6; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; margin-top: 0px !important; }[data-css=\"tve-u-16229915e4e\"] { max-width: 62.8%; }[data-css=\"tve-u-16229915e1a\"] { max-width: 37.2%; }[data-css=\"tve-u-16225617da3\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-Brett.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16225611edb\"] { min-height: 127px; }[data-css=\"tve-u-1622561121b\"] { max-width: 127px; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-16224848ee5\"]::after { clear: both; }[data-css=\"tve-u-16224834cab\"]::after { clear: both; }[data-css=\"tve-u-1621ee3afec\"] > .tve-cb { display: block; }[data-css=\"tve-u-1621fe78878\"] > .tcb-flex-col { padding-left: 5px; }[data-css=\"tve-u-1621fe940b9\"] { max-width: 50%; }[data-css=\"tve-u-1621fe94086\"] { max-width: 50%; }[data-css=\"tve-u-1621fe85996\"] { max-width: 585px; float: left; z-index: 3; position: relative; width: 100%; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621fe78878\"] > .tcb-flex-col > .tcb-col { min-height: 65px; justify-content: center; }[data-css=\"tve-u-1621fe78878\"] { min-height: inherit; margin-left: -5px; padding: 0px !important; flex-wrap: wrap !important; }#tve_editor [data-css=\"tve-u-1621f4d0451\"] { font-size: 20px !important; }#tve_editor [data-css=\"tve-u-1621f4ceaf6\"] { font-size: 20px !important; color: rgb(12, 12, 12) !important; }[data-css=\"tve-u-1621f45bed3\"] { padding: 0px !important; }[data-css=\"tve-u-1621f114214\"] { float: none; max-width: 100%; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621f0da775\"] { padding: 0px !important; }#tve_editor [data-css=\"tve-u-1621f0d874c\"] { letter-spacing: 1px; color: rgb(137, 141, 167) !important; font-size: 14px !important; }[data-css=\"tve-u-1621f0d2c1a\"] { max-width: 100%; margin-left: 60px !important; margin-right: 60px !important; }[data-css=\"tve-u-1621f0aa8f7\"] .tve-page-section-in { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621f0cbe40\"] { margin-left: 0px; padding: 0px !important; }[data-css=\"tve-u-1621f0cbe40\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-1621f0b0088\"] { max-width: 100%; min-height: 140px !important; }[data-css=\"tve-u-1621f0ada0e\"] { background-image: linear-gradient(rgb(22, 22, 24), rgb(22, 22, 24)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1621f0aa8f7\"] { padding: 0px !important; }[data-css=\"tve-u-1621efddaaf\"] { padding: 0px !important; }[data-css=\"tve-u-1621ef118dc\"] { width: 567px; position: relative; right: -50px; top: -104px; float: right; z-index: 3; margin-top: 0px !important; margin-bottom: 0px !important; padding-left: 0px !important; }#tve_editor [data-css=\"tve-u-1621ee74a24\"] > :first-child { color: rgb(15, 29, 123); }[data-css=\"tve-u-1621ee74a24\"] { font-size: 60px; float: none; z-index: 3; position: relative; margin: 0px auto 10px !important; padding-top: 0px !important; }[data-css=\"tve-u-1621ee63e1c\"] { float: none; z-index: 3; position: relative; max-width: none; width: 100%; padding: 0px !important; margin: 0px auto 30px !important; }[data-css=\"tve-u-1621ee58e74\"] { background-color: rgb(224, 226, 236) !important; }[data-css=\"tve-u-1621ee4be73\"] { max-width: 61%; }[data-css=\"tve-u-1621ee4be21\"] { max-width: 39%; }[data-css=\"tve-u-1621ee3afec\"] { padding: 60px 0px 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621ee37f4a\"] { min-height: 380px; }[data-css=\"tve-u-1621ee22c43\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding-top: 0px !important; padding-left: 0px !important; }[data-css=\"tve-u-1621ee18a1c\"] { margin: 80px 0px 0px 122px !important; }[data-css=\"tve-u-1621ee093d4\"] { margin-top: 0px !important; }[data-css=\"tve-u-1621ee03000\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1621ee03000\"] { margin-left: 0px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-1621ee03000\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-1621edf8048\"] { max-width: 100%; min-height: 1px !important; }[data-css=\"tve-u-1621ec454d9\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec43fe2\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec42aa7\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec3a5c0\"] { margin-top: 0px !important; margin-bottom: 10px !important; }[data-css=\"tve-u-1621ec37ea5\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec36a4d\"] { margin-bottom: 10px !important; }[data-css=\"tve-u-1621ea18c5d\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ea19a06\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ea1a5d7\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ea2c69a\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ea23322\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ec298ab\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ec2704c\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ec241aa\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ec05cc3\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec04541\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec009a8\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ebff867\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ebfe4ce\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621eb037bb\"] { padding: 0px !important; margin-top: 0px !important; margin-bottom: 30px !important; }[data-css=\"tve-u-1621eaff572\"] { color: rgb(15, 29, 123) !important; }[data-css=\"tve-u-1621ea50702\"] { max-width: 230px; float: none; z-index: 3; position: relative; width: 100%; padding: 0px !important; margin: 0px auto !important; }#tve_editor [data-css=\"tve-u-1621ea2c69a\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ea295c0\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ea295c0\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ea1fba7\"] > :first-child { color: rgb(137, 141, 167); }#tve_editor [data-css=\"tve-u-1621ea23322\"] { font-size: 16px !important; }[data-css=\"tve-u-1621ea1fba7\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }[data-css=\"tve-u-1621e99c314\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }[data-css=\"tve-u-1621e99b1db\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }[data-css=\"tve-u-1621e9993aa\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ea1a5d7\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ea19a06\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ea18c5d\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621e99c314\"] > :first-child { color: rgb(137, 141, 167); }#tve_editor [data-css=\"tve-u-1621e99b1db\"] > :first-child { color: rgb(137, 141, 167); }#tve_editor [data-css=\"tve-u-1621e9993aa\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621e8107f3\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621e942b65\"] strong { font-weight: 800; }[data-css=\"tve-u-1621e7e9950\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621e930bd7\"] { padding: 0px 0px 50px !important; }#tve_editor [data-css=\"tve-u-1621e92e97f\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1621e81f424\"] { border-radius: 200px; overflow: hidden; background-image: none !important; border: 3px solid rgb(255, 255, 255) !important; background-color: rgb(144, 147, 168) !important; }[data-css=\"tve-u-1621e819c52\"] { min-height: 110px; }[data-css=\"tve-u-1621e8107f3\"] { float: none; max-width: 110px; z-index: 4; padding: 0px !important; margin: -60px auto 30px !important; }[data-css=\"tve-u-1621e7edfd9\"] { clip-path: url(\"#clip-bottom-10ffac3b28f1d\"); -webkit-clip-path: url(\"#clip-bottom-10ffac3b28f1d\");  background-image: none !important; background-color: rgb(144, 147, 168) !important; }[data-css=\"tve-u-1621e7e9950\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1621e7e6c1d\"] { min-height: 150px; }[data-css=\"tve-u-1621e7c7aa1\"] > .tcb-flex-col { padding-left: 60px; }[data-css=\"tve-u-1621e7d5094\"] { min-height: 480px; }[data-css=\"tve-u-1621e7d234c\"] { box-shadow: rgba(0, 0, 0, 0.02) 0px 2px 22px 0px; background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1621e7ceab3\"] { float: none; width: 100%; padding: 0px 0px 20px !important; margin: 0px auto !important; }[data-css=\"tve-u-1621e7c899a\"] { float: none; max-width: 100%; margin: 0px auto !important; }[data-css=\"tve-u-1621e7c7aa1\"] { margin-left: -60px; padding: 0px !important; }[data-css=\"tve-u-1621e7b695a\"] { padding: 0px !important; margin-bottom: 100px !important; }#tve_editor [data-css=\"tve-u-1621e7a7350\"] { color: rgb(15, 29, 123) !important; }[data-css=\"tve-u-1621b3cfc7b\"] { filter: blur(0px); opacity: 1; background-image: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(220, 224, 246) 38%) !important; background-color: rgb(212, 212, 212) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1621b3c8c52\"] { padding: 100px 40px !important; }[data-css=\"tve-u-1621b3c74d9\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-1621b300a64\"]::after { clear: both; }[data-css=\"tve-u-1621b24a89d\"] { padding: 0px !important; }[data-css=\"tve-u-1621b22a018\"] { background-image: none !important; padding: 0px !important; }[data-css=\"tve-u-1621b200375\"] { float: none; max-width: 100%; border-left: 1px solid rgba(15, 29, 123, 0.7); border-right: 1px solid rgba(15, 29, 123, 0.7); background-color: rgb(248, 249, 251) !important; margin: 0px auto !important; }[data-css=\"tve-u-1621b10fccf\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621b0e4fb7\"] { border-right: none; max-width: 100%; padding: 0px !important; margin-bottom: 40px !important; margin-right: 0px !important; }[data-css=\"tve-u-1621b072b4e\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-1621b064668\"] { max-width: 52%; }[data-css=\"tve-u-1621b064646\"] { max-width: 48%; }[data-css=\"tve-u-1621afda4fa\"] { max-width: none; padding: 0px !important; margin-bottom: 40px !important; }#tve_editor [data-css=\"tve-u-1621afd8c98\"] { color: rgb(255, 255, 255) !important; font-size: 20px !important; }[data-css=\"tve-u-1621afceb00\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 80%; padding: 0px !important; margin-bottom: 50px !important; }#tve_editor [data-css=\"tve-u-1621afcc0bf\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1621a8a804b\"] > .tcb-flex-col { padding-left: 60px; }[data-css=\"tve-u-1621ae6c8da\"] { clip-path: url(\"#clip-top-aa2c3e3c70555\"); -webkit-clip-path: url(\"#clip-top-aa2c3e3c70555\");  background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-Cta-2.jpg\") !important; background-size: cover !important; background-position: 0% 100% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1621ae4fd21\"] { max-width: 100%; top: -70px; z-index: 5; left: -60px; position: relative !important; padding: 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-1621ae4db6e\"] { min-height: 524px; }[data-css=\"tve-u-1621ada1e7f\"] .tve-page-section-in { display: flex; flex-direction: column; justify-content: center; }[data-css=\"tve-u-1621adea58b\"] > .tcb-flex-col > .tcb-col { min-height: 1px; justify-content: center; }[data-css=\"tve-u-1621ae0bec7\"] { height: calc(100% - -22px); background-image: linear-gradient(rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.14)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; margin-left: 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621adea58b\"] > .tcb-flex-col { padding-left: 50px; }[data-css=\"tve-u-1621adea58b\"] { margin-left: -50px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-1621ade6172\"] { max-width: 100%; float: none; width: 100%; margin: 0px auto !important; }[data-css=\"tve-u-1621adba9ef\"] { clip-path: url(\"#clip-top-52d5a36c151aa\"); -webkit-clip-path: url(\"#clip-top-52d5a36c151aa\");  background-image: linear-gradient(rgba(15, 29, 123, 0.65), rgba(15, 29, 123, 0.65)), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-cta-bg.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-1621ada1e7f\"] { padding: 0px 40px !important; }[data-css=\"tve-u-1621ad46076\"] { padding: 100px 40px !important; margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1621ad420c4\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-1621a9076ef\"] { padding-top: 2px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-1621acf64fb\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621acf47d2\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1621acf0289\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621a8e11f3\"] { padding-top: 2px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-1621a8e5625\"] { padding-top: 2px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-1621ace4de9\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1621ace1b08\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1621a9a2867\"] strong { font-weight: 700; }#tve_editor [data-css=\"tve-u-1621a9a2867\"] { font-weight: 300; color: rgb(15, 29, 123) !important; font-family: Poppins !important; }[data-css=\"tve-u-1621a9750ae\"] { font-size: 18.36px !important; line-height: 18.36px !important; }[data-css=\"tve-u-1621a9a2867\"] { font-size: 64.8px !important; line-height: 64.8px !important; }[data-css=\"tve-u-1621a9a2866\"] { margin-top: 54px !important; }[data-css=\"tve-u-1621a9a2862\"] { width: 216px !important; height: 216px !important; background-color: rgb(137, 141, 167) !important; }[data-css=\"tve-u-1621a98b602\"] { stroke-dasharray: 678.584, 678.584; }[data-css=\"tve-u-1621a983587\"] { float: none; border: 30px solid rgba(137, 141, 167, 0.24); z-index: 3; position: relative; margin: 30px auto 0px !important; padding: 0px !important; }[data-css=\"tve-u-1621a9750ae\"] strong { font-weight: 700; }#tve_editor [data-css=\"tve-u-1621a9750ae\"] { color: rgb(255, 255, 255) !important; font-family: Monda !important; }[data-css=\"tve-u-1621a96b190\"] { background-color: rgb(101, 114, 203); width: 194.4px !important; height: 194.4px !important; top: 10.8px !important; bottom: 10.8px !important; left: 10.8px !important; right: 10.8px !important; }[data-css=\"tve-u-1621a9685d4\"] { stroke: rgb(248, 251, 253) !important; stroke-width: 22.6px !important; }[data-css=\"tve-u-1621a8a804b\"] > .tcb-flex-col > .tcb-col { min-height: 445px; justify-content: center; }[data-css=\"tve-u-1621a90a46f\"] { background-image: radial-gradient(rgba(255, 255, 255, 0.51) 16%, rgb(255, 255, 255) 73%), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-100-clean.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }#tve_editor [data-css=\"tve-u-1621a9076ef\"] > :first-child { color: rgb(15, 29, 123); }#tve_editor [data-css=\"tve-u-1621a8e5625\"] > :first-child { color: rgb(15, 29, 123); }#tve_editor [data-css=\"tve-u-1621a8e11f3\"] > :first-child { color: rgb(15, 29, 123); }[data-css=\"tve-u-1621a8c4313\"] { padding: 0px !important; margin-bottom: 60px !important; }[data-css=\"tve-u-1621a8b2488\"] { float: none; max-width: 100%; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621a8a804b\"] { min-height: inherit; margin-left: -60px; padding: 0px !important; }[data-css=\"tve-u-1621a2e0d5b\"] { line-height: 1em !important; }[data-css=\"tve-u-1621a2247ba\"] { max-width: 100%; float: none; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; }#tve_editor [data-css=\"tve-u-1620af7eb3f\"] .tcb-button-link { font-size: 18px; color: rgb(15, 29, 123) !important; }#tve_editor [data-css=\"tve-u-1620af7eb3f\"]:hover strong { font-weight: 700 !important; }[data-css=\"tve-u-1620af7eb3f\"] { width: 268px; float: left; z-index: 3; position: relative; display: block; max-width: 268px; margin-bottom: 0px !important; margin-top: 0px !important; margin-left: 3px !important; }#tve_editor [data-css=\"tve-u-1620af7eb3f\"]:hover .tcb-button-link { color: rgb(255, 255, 255) !important; border-radius: 200px !important; overflow: hidden !important; font-family: Monda !important; font-weight: 400 !important; text-shadow: none !important; background-image: none !important; background-color: rgb(15, 29, 123) !important; }[data-css=\"tve-u-1620af7eb3f\"] .tcb-button-link { border-radius: 200px; min-height: 54.7619px; font-size: 1.33333em; padding-top: 0px; padding-bottom: 0px; background-image: none !important; background-color: rgb(255, 255, 255) !important; padding-right: 15px !important; }#tcb_landing_page a:not(.tcb-button-link).tve_state_hover { color: rgb(35, 55, 188); }#tcb_landing_page a:not(.tcb-button-link):hover { color: rgb(35, 55, 188); }#tcb_landing_page a:not(.tcb-button-link) { color: rgb(255, 255, 255); }#tcb_landing_page input strong { font-weight: 700; }#tcb_landing_page .tcb-button-link strong { font-weight: 700; }#tcb_landing_page p strong, #tcb_landing_page li strong { font-weight: 700; }#tcb_landing_page input { font-family: Merriweather; font-weight: 400; }#tcb_landing_page .tcb-button-link { font-family: Merriweather; font-weight: 400; }#tcb_landing_page p, #tcb_landing_page li { color: rgb(12, 12, 12); font-family: Merriweather; font-weight: 400; line-height: 1.5em; font-size: 16px; }#tcb_landing_page h6 { text-transform: uppercase; font-size: 14px; color: rgb(0, 0, 0); font-family: \"Special Elite\"; font-weight: 400; letter-spacing: 1px; line-height: 1.3em; }#tcb_landing_page h5 { font-size: 22px; color: rgb(12, 12, 12); font-family: \"Special Elite\"; font-weight: 400; line-height: 1.3em; }#tcb_landing_page h4 { font-size: 24px; color: rgb(12, 12, 12); font-family: \"Special Elite\"; font-weight: 400; line-height: 1.3em; }#tcb_landing_page h3 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(12, 12, 12); font-size: 26px; line-height: 1.3em; }#tcb_landing_page h2 { color: rgb(0, 0, 0); font-size: 30px; letter-spacing: 2px; text-transform: uppercase; line-height: 1.3em; font-family: \"Special Elite\"; font-weight: 400; }#tcb_landing_page h1 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(0, 0, 0); font-size: 42px; line-height: 1.3em; }[data-css=\"tve-u-15e09c94f7d\"] { background-color: rgb(255, 255, 255); }[data-css=\"tve-u-1621b01355a\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621b01355a\"] { max-width: 274px; position: relative; float: left; z-index: 3; width: 100%; padding: 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-1621b028939\"] .tcb-button-link { font-size: 18px; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1621b028939\"]:hover strong { font-weight: 700 !important; }[data-css=\"tve-u-1621b028939\"] { display: block; max-width: 268px; width: 268px; top: 0px; left: 0px; float: left; z-index: 3; position: relative; margin-bottom: 0px !important; margin-top: 0px !important; }#tve_editor [data-css=\"tve-u-1621b028939\"]:hover .tcb-button-link { background-color: rgb(255, 255, 255) !important; color: rgb(15, 29, 123) !important; overflow: hidden !important; font-family: Monda !important; background-image: none !important; text-align: center !important; }[data-css=\"tve-u-1621b028939\"] .tcb-button-link { min-height: 54.7619px; font-size: 1.33333em; padding-top: 0px; padding-bottom: 0px; border: 1px solid rgb(255, 255, 255); border-radius: 30px; overflow: hidden; background-color: rgba(26, 188, 156, 0.01) !important; padding-right: 15px !important; color: rgb(26, 188, 156) !important; }[data-css=\"tve-u-1621b08fdde\"] { border-radius: 200px; overflow: hidden; border: 1px solid rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1621b01355a\"]:hover [data-css=\"tve-u-1621b08fdde\"] { border: 1px solid rgba(255, 255, 255, 0.4) !important; }[data-css=\"tve-u-1621b30ca74\"]::after { clear: both; }#tve_editor [data-css=\"tve-u-1621e942b65\"] { font-weight: 400; letter-spacing: 0px; color: rgb(255, 255, 255) !important; font-family: Poppins !important; font-size: 30px !important; }[data-css=\"tve-u-1621e94cb4e\"] { float: none; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621eaaedd8\"] { clip-path: url(\"#clip-bottom-a2b9cf3198d6f\"); -webkit-clip-path: url(\"#clip-bottom-a2b9cf3198d6f\");  background-image: none !important; background-color: rgb(5, 10, 42) !important; }[data-css=\"tve-u-1621eab272c\"] { border-radius: 200px; overflow: hidden; background-image: none !important; border: 3px solid rgb(255, 255, 255) !important; background-color: rgb(5, 10, 42) !important; }[data-css=\"tve-u-1621eacf6af\"] { max-width: 230px; float: none; z-index: 3; position: relative; padding: 0px !important; margin: 0px auto !important; }[data-css=\"tve-u-1621eb3eb9f\"] { clip-path: url(\"#clip-bottom-ac98bb0e54b3b\"); -webkit-clip-path: url(\"#clip-bottom-ac98bb0e54b3b\");  background-image: none !important; background-color: rgb(45, 51, 89) !important; }[data-css=\"tve-u-1621eb43d8d\"] { border-radius: 200px; overflow: hidden; background-image: none !important; border: 3px solid rgb(255, 255, 255) !important; background-color: rgb(45, 51, 89) !important; }[data-css=\"tve-u-1621eb7ccb0\"] { min-height: 530px; }[data-css=\"tve-u-1621eb81205\"] { padding: 0px 0px 20px !important; margin-top: -25px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621ebbbb6d\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621ebbbb6d\"] { max-width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1621ebf340c\"] { max-width: 230px; float: none; z-index: 3; position: relative; width: 100%; padding: 0px !important; margin: 0px auto !important; }[data-css=\"tve-u-1621ebfa746\"] { padding: 0px !important; margin-top: 0px !important; margin-bottom: 30px !important; }#tve_editor [data-css=\"tve-u-1621ebfe4ce\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ebff867\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ec009a8\"] { font-size: 16px !important; }[data-css=\"tve-u-1621ec09a3c\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; margin: 0px !important; }#tve_editor [data-css=\"tve-u-1621ec09a3c\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ec0c5bd\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; margin: 0px !important; }#tve_editor [data-css=\"tve-u-1621ec0c5bd\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ec15f6e\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ec15f6e\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ec204df\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ec204df\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ec20f68\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ec20f68\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ec21a31\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ec21a31\"] > :first-child { color: rgb(137, 141, 167); }#tve_editor [data-css=\"tve-u-1621ec241aa\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ec2704c\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ec298ab\"] { font-size: 16px !important; }[data-css=\"tve-u-1621ec6c39b\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621ec6c39b\"] { float: none; max-width: 110px; z-index: 4; padding: 0px !important; margin: -60px auto 30px !important; }[data-css=\"tve-u-1621ec752da\"] { min-height: 110px; }[data-css=\"tve-u-1621ec78d2c\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621ec78d2c\"] { float: none; max-width: 110px; z-index: 4; padding: 0px !important; margin: -60px auto 30px !important; }[data-css=\"tve-u-1621ec79a7d\"] { min-height: 110px; }[data-css=\"tve-u-1621ec7f21a\"] { min-height: 160px; }[data-css=\"tve-u-1621f154231\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-1621f154231\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin: 0px 0px -1px !important; }[data-css=\"tve-u-1621f15b521\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-1621f15b521\"] { float: right; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin-top: -1px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621f4ceaf7\"] { color: rgb(15, 29, 123) !important; }[data-css=\"tve-u-1621fb65556\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-1621fb65556\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-1621fb65556\"] { min-height: inherit; margin-left: -20px; padding: 0px !important; }[data-css=\"tve-u-1621fb68b97\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-1621fb68b97\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-1621fb68b97\"] { min-height: inherit; margin-left: -30px; padding: 30px !important; }[data-css=\"tve-u-1621fbacc60\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621fbcad8c\"] { padding: 0px !important; }[data-css=\"tve-u-1621fc0ce17\"] { padding: 0px !important; margin-bottom: 15px !important; }[data-css=\"tve-u-1621fd84d7b\"] { min-height: 480px; }[data-css=\"tve-u-1621fd8766c\"] { min-height: 150px; }[data-css=\"tve-u-1621fd9c946\"] { padding: 0px 0px 20px !important; margin-top: 0px !important; margin-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-1621fe1587d\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1621fe1725e\"] strong { font-weight: 800; }#tve_editor [data-css=\"tve-u-1621fe1725e\"] { font-weight: 400; letter-spacing: 0px; color: rgb(255, 255, 255) !important; font-family: Poppins !important; font-size: 30px !important; }#tve_editor [data-css=\"tve-u-1621fe1a1af\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1621fe1bd18\"] strong { font-weight: 800; }#tve_editor [data-css=\"tve-u-1621fe1bd18\"] { font-weight: 400; letter-spacing: 0px; color: rgb(255, 255, 255) !important; font-family: Poppins !important; font-size: 30px !important; }[data-css=\"tve-u-16223b080b0\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-16223b080b0\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-16223f02c16\"] { min-height: 62px; }[data-css=\"tve-u-16223fe5f5b\"] { padding: 0px !important; }[data-css=\"tve-u-16224439be1\"] { padding: 0px !important; }#tve_editor [data-css=\"tve-u-1622444fb11\"] { letter-spacing: 1px; color: rgb(137, 141, 167) !important; font-size: 14px !important; }#tve_editor [data-css=\"tve-u-16228c764b2\"] { font-size: 18px !important; }[data-css=\"tve-u-16229f6175c\"] { border: none; margin: 80px 0px 0px !important; background-image: none !important; }[data-css=\"tve-u-16229fa6a26\"] { border: none; box-shadow: none; padding: 0px 30px 30px !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-16229fa8c68\"] { border: none; padding: 0px 30px 30px !important; background-image: none !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col > .tcb-col { min-height: 244px; }[data-css=\"tve-u-16229ffbb7b\"] { margin-left: -30px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16248fc42a1\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-16248fc42a1\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-16248fc71c8\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-16249355087\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-16249355087\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-16249358652\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-16249358652\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-1624935a201\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-1624935a201\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-16249367114\"] { border: none; margin: 30px 0px 0px !important; background-image: none !important; }[data-css=\"tve-u-16249373b25\"] { border: none; padding: 0px 30px 30px !important; background-image: linear-gradient(rgb(248, 249, 251), rgb(248, 249, 251)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1624939a960\"] { border: none; box-shadow: none; padding: 0px 30px 30px !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-162493a03b0\"] > .tcb-flex-col > .tcb-col { min-height: 244px; }[data-css=\"tve-u-162493a03b0\"] { margin-left: -30px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-162493a03b0\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-162493b6b63\"] { border: none; background-image: none !important; padding: 0px 30px 30px !important; background-color: rgb(248, 249, 251) !important; }#tve_editor [data-css=\"tve-u-162493d5f13\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-162493d5f13\"] { font-size: 30px; width: 30px; height: 30px; top: 0px; left: 0px; display: block; position: static; z-index: 8; border-bottom: 1px solid rgb(10, 93, 165); border-top: none; border-right: none; border-left: none; border-image: initial; margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-162494b490e\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-162494b7ad0\"] { padding: 0px !important; margin-top: 25px !important; margin-left: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-1625389a3d5\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-1625389a3d5\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-1625389b4ed\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-1625389b4ed\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-162539ac577\"] { max-width: 39%; }[data-css=\"tve-u-162539ac57d\"] { max-width: 61%; }#tve_editor [data-css=\"tve-u-162539c17ec\"] { font-size: 16px !important; color: rgba(12, 12, 12, 0.7) !important; }[data-css=\"tve-u-16260c39a7e\"] { float: none; max-width: 100%; border-left: 1px solid rgba(15, 29, 123, 0.7); border-right: 1px solid rgba(15, 29, 123, 0.7); margin: 0px auto !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-16260c433e9\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-Rosie.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16260c5ff07\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-16260c5ff07\"] { float: right; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin: -1px 0px 0px !important; }[data-css=\"tve-u-16260c5ff0c\"]::after { clear: both; }[data-css=\"tve-u-16260d01208\"] { max-width: 37%; }[data-css=\"tve-u-16260d0120e\"] { max-width: 63%; }[data-css=\"tve-u-16260d39b83\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-16260d39b83\"] { float: right; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin-top: -1px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-16260d3b97e\"]::after { clear: both; }[data-css=\"tve-u-16260d3f4aa\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16260d3f4aa\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-16260d3f4aa\"] { min-height: inherit; margin-left: -30px; padding: 30px !important; }[data-css=\"tve-u-16260d3f4af\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-16260d3f4af\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-16260d3f4af\"] { min-height: inherit; margin-left: -20px; padding: 0px !important; }[data-css=\"tve-u-16260d5e4b8\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-Shawn.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16260d73672\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-16260d73672\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin-top: 0px !important; margin-bottom: -1px !important; }[data-css=\"tve-u-16260d8392c\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16260d8392c\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-16260d8392c\"] { min-height: inherit; margin-left: -30px; padding: 30px !important; }[data-css=\"tve-u-16260d8396c\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-16260d8396c\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-16260d8396c\"] { min-height: inherit; margin-left: -20px; padding: 0px !important; }[data-css=\"tve-u-16260da3aa7\"] { float: none; max-width: 100%; border-left: 1px solid rgba(15, 29, 123, 0.7); border-right: 1px solid rgba(15, 29, 123, 0.7); margin: 0px auto !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-162717cb600\"] { max-width: 58.2%; }[data-css=\"tve-u-162717cb601\"] { max-width: 41.8%; }[data-css=\"tve-u-162717cb609\"]::after { clear: both; }[data-css=\"tve-u-162717cb60a\"] { padding-right: 50px !important; padding-bottom: 80px !important; padding-top: 20px !important; }[data-css=\"tve-u-162717cb60b\"]::after { clear: both; }[data-css=\"tve-u-162717cb60b\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-162717cb60f\"] { padding: 0px !important; margin-bottom: 25px !important; }[data-css=\"tve-u-162717cb610\"] { padding: 0px !important; margin-bottom: 35px !important; box-shadow: none !important; }#tve_editor [data-css=\"tve-u-162717cb616\"] { text-transform: none !important; color: rgb(255, 255, 255) !important; text-shadow: rgb(0, 0, 0) 2px 2px 2px; }[data-css=\"tve-u-162717cb617\"] { margin-left: 0px; padding: 0px !important; }[data-css=\"tve-u-162717cb618\"] { max-width: none; margin-top: 0px !important; }[data-css=\"tve-u-162717cb620\"] { clip-path: url(\"#clip-bottom-c883ac5175045\"); -webkit-clip-path: url(\"#clip-bottom-c883ac5175045\");  background-image: linear-gradient(rgba(0, 0, 0, 0.46), rgba(0, 0, 0, 0.46)), url(\"https://bestcerakoteflorida.com/wp-content/uploads/2018/05/FTYS6743.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, fixed !important; background-repeat: no-repeat, no-repeat !important; opacity: 1; filter: grayscale(0%) blur(0px); }[data-css=\"tve-u-162717cb609\"] { max-width: 1200px; min-height: 630px !important; }[data-css=\"tve-u-162717cb621\"] { z-index: 1; padding: 125px 40px 0px !important; margin-top: -130px !important; }[data-css=\"tve-u-162717d1bb6\"] { border-right: 1px solid rgba(255, 255, 255, 0.2); }[data-css=\"tve-u-162717d1bb7\"] { max-width: 23.7%; }[data-css=\"tve-u-162717d1bb9\"] { max-width: 42.9%; }[data-css=\"tve-u-162717d1bbc\"] { border-left: none; padding: 0px !important; }[data-css=\"tve-u-162717d1bbe\"] { border-bottom: 1px solid rgba(255, 255, 255, 0.2); float: none; width: 100%; position: relative; z-index: 10; max-width: 1600px; margin: 0px auto !important; }[data-css=\"tve-u-162717d1bbf\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-162717d1bbf\"] > .tcb-flex-col { padding-left: 17px; }[data-css=\"tve-u-162717d1bbf\"] { margin-left: -17px; min-height: inherit; padding: 5px 0px 0px 40px !important; }#tve_editor [data-css=\"tve-u-162717d1bbe\"] p, #tve_editor [data-css=\"tve-u-162717d1bbe\"] li, #tve_editor [data-css=\"tve-u-162717d1bbe\"] blockquote, #tve_editor [data-css=\"tve-u-162717d1bbe\"] address { font-size: 16px; }#tve_editor [data-css=\"tve-u-16271adf6cf\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-16271adf6cf\"] { font-size: 30px; width: 30px; height: 30px; top: 22px; left: 20px; border-bottom: 1px solid rgb(10, 93, 165); margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1641367e553\"] > :first-child { color: rgba(15, 29, 123, 0.12); }[data-css=\"tve-u-1641367e553\"] { font-size: 60px; float: none; box-shadow: none; width: 60px; height: 60px; margin: -55px auto 60px !important; padding-right: 17px !important; }[data-css=\"tve-u-16416e4fafd\"] { box-shadow: rgba(0, 0, 0, 0.02) 0px 2px 22px 0px; background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16416e603ab\"] { box-shadow: rgba(0, 0, 0, 0.12) 0px 3px 44px 0px; background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-164179a84b8\"] > .tve-cb { display: block; }[data-css=\"tve-u-164179a84b8\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-164179bced9\"] { border-right: none; padding: 3px 0px 0px !important; position: static !important; }[data-css=\"tve-u-16417b4cb9e\"] { padding: 0px 0px 50px !important; }[data-css=\"tve-u-16417b62c09\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-16417b662bf\"] { margin-top: 0px !important; margin-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-16417e5bd95\"] > :first-child { color: rgb(255, 255, 255); }[data-css=\"tve-u-16417e5bd95\"] { font-size: 25px !important; width: 25px !important; height: 25px !important; z-index: 4; position: relative; float: left; margin: 3px 15px 0px 0px !important; padding-left: 0px !important; }[data-css=\"tve-u-1641c1af44d\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1641c1b01a6\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1641c1b0a67\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1641c1b12d8\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }#tve_editor [data-css=\"tve-u-1641c1b33f9\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-1641c1b33f9\"] { font-size: 30px; width: 30px; height: 30px; top: 22px; left: 20px; border-bottom: 1px solid rgb(10, 93, 165); margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1641c1b456a\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-1641c1b456a\"] { font-size: 30px; width: 30px; height: 30px; top: 22px; left: 20px; border-bottom: 1px solid rgb(10, 93, 165); margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1641c1b52d3\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-1641c1b52d3\"] { font-size: 30px; width: 30px; height: 30px; top: 22px; left: 20px; border-bottom: 1px solid rgb(10, 93, 165); margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1641c1b60b4\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-1641c1b60b4\"] { font-size: 30px; width: 30px; height: 30px; top: 22px; left: 20px; border-bottom: 1px solid rgb(10, 93, 165); margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-16422a1ce91\"] { float: none; width: 100%; max-width: 227px; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; }#tve_editor [data-css=\"tve-u-16422a1ce92\"] { font-size: 16px !important; color: rgb(12, 12, 12) !important; }#tve_editor [data-css=\"tve-u-16422a1ce93\"] { font-size: 16px !important; color: rgb(18, 18, 18) !important; }[data-css=\"tve-u-16422a1ce92\"] { line-height: 1.7em !important; }[data-css=\"tve-u-16422a1ce93\"] { line-height: 1.7em !important; }#tve_editor [data-css=\"tve-u-16422a1ce94\"] { font-size: 16px !important; color: rgb(29, 26, 31) !important; }[data-css=\"tve-u-16422a1ce94\"] { line-height: 1.7em !important; }#tcb_landing_page .tcb-plain-text { color: rgb(0, 0, 0); font-family: Merriweather; font-weight: 400; }#tcb_landing_page .tcb-plain-text strong { font-weight: 700; }[data-css=\"tve-u-162717d1bbe\"] p { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-162717d1bbe\"] h3 { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-1695981e7bb\"] { max-width: 33.3545%; }[data-css=\"tve-u-16959822de2\"] { width: 291px; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-16959846d3d\"] { margin-top: 0px !important; }[data-css=\"tve-u-16959cd1e7a\"] { margin-top: 10px !important; }[data-css=\"tve-u-1695a3002e2\"] .tcb-button-link { border-radius: 4px; border-bottom: 4px solid rgb(117, 0, 23); background-image: none !important; background-color: rgb(143, 2, 32) !important; border-top-color: rgb(198, 225, 224); border-right-color: rgb(198, 225, 224); border-left-color: rgb(198, 225, 224); padding-right: 25px !important; }#tve_editor [data-css=\"tve-u-1695a3002e2\"]:hover .tcb-button-link { background-color: rgb(132, 1, 28) !important; }#tve_editor [data-css=\"tve-u-1695a36117b\"] { color: rgb(255, 255, 255) !important; }}@media (max-width: 1023px){[data-css=\"tve-u-1621ebfa746\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621eb037bb\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621ec78d2c\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621ec6c39b\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621b064668\"] { max-width: 49%; }[data-css=\"tve-u-1621b064646\"] { max-width: 51%; }[data-css=\"tve-u-1621b3c74d9\"] { max-width: 100%; }[data-css=\"tve-u-1621f0b0088\"] { min-height: 100px !important; }[data-css=\"tve-u-1621ee3afec\"] > .tve-cb { display: block; }[data-css=\"tve-u-1621e7ceab3\"] > .tve-cb { display: block; }[data-css=\"tve-u-1621ea50702\"] { float: none; width: 100%; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621ae4fd21\"] > .tve-cb { display: block; }[data-css=\"tve-u-162717cb60f\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-162717cb610\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-16223dad661\"] { padding-top: 20px !important; }[data-css=\"tve-u-1641367127b\"] { float: none; font-size: 50px; width: 50px; height: 50px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1641367e553\"] { float: none; font-size: 50px; width: 50px; height: 50px; margin: -44px auto 40px !important; padding-right: 12px !important; }[data-css=\"tve-u-1621e7b695a\"] { margin-bottom: 50px !important; }[data-css=\"tve-u-1621ee37f4a\"] { min-height: 262px; }[data-css=\"tve-u-1621ada1e7f\"] { padding: 50px 30px 50px 0px !important; }[data-css=\"tve-u-1621b072b4e\"] { max-width: 100%; }[data-css=\"tve-u-1621a2247ba\"] { margin-bottom: 60px !important; }[data-css=\"tve-u-16229f6175c\"] { margin-top: 0px !important; }[data-css=\"tve-u-162717cb60b\"] { height: calc(100% - -85px); margin-top: -85px !important; }[data-css=\"tve-u-162717cb617\"] .tcb-flex-col { flex-basis: 560px !important; }#tcb_landing_page h5 { line-height: 1.3em; }#tcb_landing_page h6 { line-height: 1.4em; }#tcb_landing_page p, #tcb_landing_page li { line-height: 1.5em; }[data-css=\"tve-u-1628a146aef\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1628a12f675\"] { margin-bottom: 40px !important; }[data-css=\"tve-u-1628a10d3b4\"] { margin-bottom: 40px !important; }[data-css=\"tve-u-162718bd0c0\"] { clip-path: url(\"#clip-tablet-top-a3b25e1c9221a\"); -webkit-clip-path: url(\"#clip-tablet-top-a3b25e1c9221a\");  background-color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-162717cb621\"] { z-index: 6; padding-top: 60px !important; margin-top: -90px !important; }[data-css=\"tve-u-162718a3b40\"] { max-width: 100%; min-height: 1px !important; }[data-css=\"tve-u-16271adf6cf\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-162493d5f13\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-162717fcf9d\"] { margin-top: -40px !important; padding-top: 90px !important; padding-left: 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-16260d3f4af\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16260d3f4aa\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1621fb65556\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1621fb68b97\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16260d8396c\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16260d8392c\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16260d39b83\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-16260c5ff07\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-16260ba2fa4\"] { padding: 50px 40px !important; }[data-css=\"tve-u-16260be7104\"] { max-width: 100%; }[data-css=\"tve-u-1621ebbbb6d\"] { margin-top: -1px !important; }[data-css=\"tve-u-1621eaaedd8\"] { clip-path: url(\"#clip-tablet-bottom-a2b9cf3198d6f\"); -webkit-clip-path: url(\"#clip-tablet-bottom-a2b9cf3198d6f\");  }[data-css=\"tve-u-1621e7e9950\"] { margin-top: -1px !important; }[data-css=\"tve-u-16229fa8c68\"] { padding: 0px 20px 20px !important; }[data-css=\"tve-u-1622f65ba70\"] { padding: 0px 20px 20px !important; }[data-css=\"tve-u-16249373b25\"] { padding-left: 20px !important; padding-right: 20px !important; padding-bottom: 20px !important; }[data-css=\"tve-u-162493b6b63\"] { padding-left: 20px !important; padding-bottom: 20px !important; padding-right: 20px !important; }[data-css=\"tve-u-16249367114\"] { margin-top: 20px !important; }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-1624935a201\"] { line-height: 1.3em !important; }[data-css=\"tve-u-16249358652\"] { line-height: 1.3em !important; }[data-css=\"tve-u-16249355087\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1625389b4ed\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1625389a3d5\"] { line-height: 1.3em !important; }[data-css=\"tve-u-16248fc42a1\"] { line-height: 1.3em !important; }[data-css=\"tve-u-162493a03b0\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-162493a03b0\"] .tcb-flex-col { flex-basis: 145px !important; }[data-css=\"tve-u-1622a159bcb\"] { float: none; max-width: 85%; margin: 0px auto !important; padding-top: 0px !important; }[data-css=\"tve-u-16229fa6a26\"] { margin-bottom: 20px !important; padding: 0px 20px 20px !important; }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16229ffbb7b\"] { min-height: inherit; margin-left: -20px; }[data-css=\"tve-u-1621ad46076\"] { margin-bottom: 0px !important; margin-top: 0px !important; padding: 50px 40px !important; }#tve_editor [data-css=\"tve-u-1621b028939\"] .tcb-button-link { font-size: 18px; }[data-css=\"tve-u-16223f02c16\"] { min-height: 54px; }[data-css=\"tve-u-1621b01355a\"] { max-width: 304px; padding: 2px !important; }[data-css=\"tve-u-1620af7eb3f\"] { float: none; z-index: 3; position: relative; display: block; max-width: 300px; width: 300px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621afda4fa\"] { max-width: 100%; margin-bottom: 30px !important; }[data-css=\"tve-u-16224716d62\"]::after { clear: both; }[data-css=\"tve-u-1621f0aa8f7\"] { margin-top: 0px !important; }[data-css=\"tve-u-1621e7e6c1d\"] { min-height: 150px; }[data-css=\"tve-u-1621e7edfd9\"] { clip-path: url(\"#clip-tablet-bottom-10ffac3b28f1d\"); -webkit-clip-path: url(\"#clip-tablet-bottom-10ffac3b28f1d\");  }[data-css=\"tve-u-1621ebf340c\"] { float: none; width: 100%; padding: 0px !important; margin-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621e7d5094\"] { min-height: 455px; }[data-css=\"tve-u-1621adea58b\"] > .tcb-flex-col > .tcb-col { justify-content: center; }[data-css=\"tve-u-16223dad661\"]::after { clear: both; }[data-css=\"tve-u-1621e8107f3\"] { float: none; margin-left: auto !important; margin-right: auto !important; margin-bottom: 20px !important; }[data-css=\"tve-u-16223b080b0\"] { float: none; margin-left: auto !important; margin-right: auto !important; margin-top: -1px !important; }[data-css=\"tve-u-1621eb3eb9f\"] { clip-path: url(\"#clip-tablet-bottom-ac98bb0e54b3b\"); -webkit-clip-path: url(\"#clip-tablet-bottom-ac98bb0e54b3b\");  }[data-css=\"tve-u-1621fe78878\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1621fe78878\"] { min-height: inherit; }#tve_editor [data-css=\"tve-u-1621e92e97f\"] { font-size: 22px !important; }#tve_editor [data-css=\"tve-u-1621e942b65\"] { letter-spacing: 0px; font-size: 1.5em !important; }#tve_editor [data-css=\"tve-u-1621fe1bd18\"] { letter-spacing: 0px; font-size: 1.5em !important; }#tve_editor [data-css=\"tve-u-1621fe1a1af\"] { font-size: 22px !important; }#tve_editor [data-css=\"tve-u-1621fe1725e\"] { letter-spacing: 0px; font-size: 1.5em !important; }#tve_editor [data-css=\"tve-u-1621fe1587d\"] { font-size: 22px !important; }[data-css=\"tve-u-1621ef118dc\"] { position: relative; top: -50px; left: 30px; width: 100%; }[data-css=\"tve-u-1621ee3afec\"] { padding: 40px 0px 0px !important; }[data-css=\"tve-u-1621ee63e1c\"] { max-width: none; margin-bottom: 30px !important; }[data-css=\"tve-u-1621ee74a24\"] { top: 0px; right: 0px; font-size: 45px; width: 45px; height: 45px; float: none; padding-left: 0px !important; margin: 0px auto !important; }[data-css=\"tve-u-1621ee18a1c\"] { margin-top: 40px !important; margin-left: 20px !important; margin-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-1621fdcb4ea\"] { letter-spacing: 1px; font-size: 1.5em !important; }[data-css=\"tve-u-1621ec7f21a\"] { min-height: 150px; }[data-css=\"tve-u-1621eacf6af\"] { float: none; max-width: 230px; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621fd9c946\"] { max-width: 380px; float: none; width: 100%; margin: 0px auto !important; padding-left: 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-1621eb81205\"] { margin-top: 0px !important; }[data-css=\"tve-u-1621eb7ccb0\"] { min-height: 455px; }[data-css=\"tve-u-1621fd8766c\"] { min-height: 150px; }[data-css=\"tve-u-1621fd84d7b\"] { min-height: 430px; }[data-css=\"tve-u-1621e7c7aa1\"] .tcb-flex-col { flex-basis: 300px !important; }#tve_editor [data-css=\"tve-u-1621e7a7350\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621e7c899a\"] { float: none; max-width: 100%; margin-left: auto !important; margin-right: auto !important; margin-top: 0px !important; }[data-css=\"tve-u-1621e7c7aa1\"] { margin-left: -20px; flex-direction: row; }[data-css=\"tve-u-1621e7c7aa1\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-1621b3c8c52\"] { padding: 50px 40px !important; }[data-css=\"tve-u-1621fc0ce17\"] { margin-top: 10px !important; margin-bottom: 7px !important; }[data-css=\"tve-u-1621fbcad8c\"] { padding-left: 0px !important; padding-right: 30px !important; }[data-css=\"tve-u-1621fbacc60\"] { max-width: 177px; }[data-css=\"tve-u-1621fb68b97\"] { margin-left: -15px; min-height: inherit; padding: 20px !important; }[data-css=\"tve-u-1621fb68b97\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-1621fb65556\"] { margin-left: -15px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-1621fb65556\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-1621b200375\"] { float: none; max-width: 100%; margin: 0px auto !important; }[data-css=\"tve-u-1621b0e4fb7\"] { max-width: 100%; float: none; z-index: 3; position: relative; margin-right: auto !important; margin-left: auto !important; margin-bottom: 20px !important; }#tve_editor [data-css=\"tve-u-1621b10fccf\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621ae0bec7\"] { background-image: none !important; margin-top: 0px !important; }[data-css=\"tve-u-1621ae6c8da\"] { clip-path: url(\"#clip-tablet-top-aa2c3e3c70555\"); -webkit-clip-path: url(\"#clip-tablet-top-aa2c3e3c70555\");  }[data-css=\"tve-u-1621adba9ef\"] { clip-path: url(\"#clip-tablet-top-52d5a36c151aa\"); -webkit-clip-path: url(\"#clip-tablet-top-52d5a36c151aa\");  }[data-css=\"tve-u-1621ad420c4\"] { max-width: 100%; min-height: 1px !important; }[data-css=\"tve-u-1621f45bed3\"] { padding: 0px !important; }[data-css=\"tve-u-1621ae4fd21\"] { max-width: 100%; left: 0px; top: 0px; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621ae4db6e\"] { min-height: 300px; }#tve_editor [data-css=\"tve-u-1621afd8c98\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621afcc0bf\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621afceb00\"] { max-width: 100%; margin-bottom: 30px !important; }[data-css=\"tve-u-1621a98b602\"] { stroke-dasharray: 534.071, 534.071; }[data-css=\"tve-u-1621a9750ae\"] { font-size: 14.45px !important; line-height: 14.45px !important; }[data-css=\"tve-u-1621a9a2867\"] { font-size: 51px !important; line-height: 51px !important; }[data-css=\"tve-u-1621a9a2866\"] { margin-top: 42.5px !important; }[data-css=\"tve-u-1621a96b190\"] { width: 153px !important; height: 153px !important; top: 8.5px !important; bottom: 8.5px !important; left: 8.5px !important; right: 8.5px !important; }[data-css=\"tve-u-1621a9685d4\"] { stroke-width: 18px !important; }[data-css=\"tve-u-1621a9a2862\"] { width: 170px !important; height: 170px !important; }[data-css=\"tve-u-1621a983587\"] { float: none; border: 20px solid rgba(137, 141, 167, 0.24); margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621a8b2488\"] { float: none; max-width: 100%; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621a8a804b\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1621a8a804b\"] { margin-left: -24px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-1621a8a804b\"] > .tcb-flex-col { padding-left: 24px; }#tve_editor [data-css=\"tve-u-1621a2e0d5b\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621b028939\"] { position: relative; float: left; z-index: 3; display: block; max-width: 300px; width: 300px; margin-top: 15px !important; }[data-css=\"tve-u-1621adea58b\"] { margin-left: -30px; }[data-css=\"tve-u-1621adea58b\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-1621ade6172\"] { max-width: 100%; position: static; }#tve_editor [data-css=\"tve-u-16248fc42a1\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-16249355087\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-16249358652\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-1624935a201\"] { font-size: 18px !important; }[data-css=\"tve-u-1624939a960\"] { margin-bottom: 0px !important; padding-bottom: 20px !important; padding-left: 20px !important; padding-right: 20px !important; }[data-css=\"tve-u-162493a03b0\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-162493a03b0\"] { min-height: inherit; margin-left: -20px; }#tve_editor [data-css=\"tve-u-1625389a3d5\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-1625389b4ed\"] { font-size: 18px !important; }[data-css=\"tve-u-16260c39a7e\"] { float: none; max-width: 100%; margin: 0px auto !important; }[data-css=\"tve-u-16260d3f4aa\"] { margin-left: -15px; min-height: inherit; padding: 20px !important; }[data-css=\"tve-u-16260d3f4aa\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-16260d3f4af\"] { margin-left: -15px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-16260d3f4af\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-16260d8392c\"] { margin-left: -15px; min-height: inherit; padding: 20px !important; }[data-css=\"tve-u-16260d8392c\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-16260d8396c\"] { margin-left: -15px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-16260d8396c\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-16260da3aa7\"] { float: none; max-width: 100%; margin: 0px !important; }[data-css=\"tve-u-162717cb609\"] { max-width: 100%; min-height: 1px !important; }[data-css=\"tve-u-162717cb60a\"] { padding: 0px !important; }[data-css=\"tve-u-162717cb618\"] { float: none; max-width: 100%; margin-top: 60px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-162717cb620\"] { clip-path: url(\"#clip-tablet-bottom-c883ac5175045\"); -webkit-clip-path: url(\"#clip-tablet-bottom-c883ac5175045\");  }[data-css=\"tve-u-162717d1bbf\"] { margin-left: 0px; padding: 25px 25px 0px !important; }[data-css=\"tve-u-162717d1bbf\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-162717d1bb7\"] { max-width: 51.3%; }[data-css=\"tve-u-162717d1bb9\"] { max-width: 15.3%; }[data-css=\"tve-u-162717d1bb6\"] { padding-left: 0px !important; }[data-css=\"tve-u-162717d1bbc\"] { border-left: none; border-right: none; padding-left: 30px !important; padding-bottom: 10px !important; }[data-css=\"tve-u-162717d1bbe\"] { max-width: 100%; margin-left: 0px !important; margin-right: 30px !important; }[data-css=\"tve-u-164179bced9\"] { border-right: none; padding-left: 30px !important; padding-right: 0px !important; }[data-css=\"tve-u-16417b62c09\"] { max-width: 177px; }[data-css=\"tve-u-16417b662bf\"] { max-width: 177px; }[data-css=\"tve-u-16417e5bd95\"] { font-size: 14px; width: 14px; height: 14px; margin-bottom: -14px !important; margin-left: 0px !important; }[data-css=\"tve-u-1641c1b33f9\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-1641c1b456a\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-1641c1b52d3\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-1641c1b60b4\"] { font-size: 25px; width: 25px; height: 25px; }#tve_editor [data-css=\"tve-u-16422a1ce94\"] { font-size: 16px !important; }[data-css=\"tve-u-16959822de2\"] { margin-right: 1px !important; padding-right: 10px !important; padding-top: 10px !important; }[data-css=\"tve-u-16959cd1e7a\"] { margin-top: 30px !important; margin-bottom: 10px !important; }[data-css=\"tve-u-1695a3002e2\"] { margin-top: 15px !important; }}@media (max-width: 767px){[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-16417e9d24e\"]::after { clear: both; }[data-css=\"tve-u-16417b70f47\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 0px !important; }[data-css=\"tve-u-1621e819c52\"] { min-height: 100px; }[data-css=\"tve-u-1621e8107f3\"] { max-width: 100px; }[data-css=\"tve-u-1621fd8766c\"] { min-height: 144px; }[data-css=\"tve-u-1621ec79a7d\"] { min-height: 100px; }[data-css=\"tve-u-1621ec78d2c\"] { max-width: 100px; }[data-css=\"tve-u-1621ec7f21a\"] { min-height: 144px; }[data-css=\"tve-u-1621e7e6c1d\"] { min-height: 144px; }[data-css=\"tve-u-16417b4cb9e\"] { padding-bottom: 30px !important; }[data-css=\"tve-u-1621ec752da\"] { min-height: 100px; }[data-css=\"tve-u-1621ec6c39b\"] { max-width: 100px; }[data-css=\"tve-u-1621fd84d7b\"] { min-height: 430px; }[data-css=\"tve-u-1621e7c7aa1\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16223dad661\"] { padding-top: 0px !important; }[data-css=\"tve-u-1621b3c74d9\"] { max-width: 100%; }[data-css=\"tve-u-1621eb81205\"] { max-width: 100%; margin-bottom: 20px !important; }[data-css=\"tve-u-1621e7ceab3\"] { max-width: 100%; margin-bottom: 20px !important; }[data-css=\"tve-u-1621f0b0088\"] { min-height: 120px !important; }[data-css=\"tve-u-1621f0da775\"] { float: none; width: 100%; max-width: 280px; margin: 0px auto 20px !important; }[data-css=\"tve-u-1621ee37f4a\"] { min-height: 260px; }[data-css=\"tve-u-1621ee3afec\"] > .tve-cb { display: flex; justify-content: center; flex-direction: column; }[data-css=\"tve-u-1621ee63e1c\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1641367127b\"] { font-size: 30px; width: 30px; height: 30px; }[data-css=\"tve-u-1641367e553\"] { float: none; font-size: 30px; width: 30px; height: 30px; margin: -30px auto 30px !important; padding-right: 10px !important; }[data-css=\"tve-u-1621ada1e7f\"] { padding: 0px !important; }[data-css=\"tve-u-162717cb617\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-162717cb617\"] { min-height: inherit; }[data-css=\"tve-u-16229fa6a26\"] { height: calc(100% - 21px); margin-bottom: 0px !important; margin-top: 21px !important; }[data-css=\"tve-u-1624939a960\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-162493a03b0\"] .tcb-flex-col { flex-basis: 400px !important; }[data-css=\"tve-u-1621a2247ba\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-162717cb60f\"] { margin-bottom: 25px !important; }[data-css=\"tve-u-162717d1bbf\"] .tcb-flex-col { flex-basis: 225px !important; }[data-css=\"tve-u-1621ee3afec\"] { max-width: 100%; padding: 0px !important; position: static !important; }#tve_editor [data-css=\"tve-u-1641333d7d1\"] { font-size: 14px !important; }[data-css=\"tve-u-162717cb60b\"] { margin-top: 0px !important; }[data-css=\"tve-u-162717cb621\"] { z-index: 2; padding-left: 20px !important; padding-right: 20px !important; margin-top: -160px !important; padding-top: 35px !important; }[data-css=\"tve-u-162717cb617\"] .tcb-flex-col { flex-basis: 435px !important; }[data-css=\"tve-u-16369305186\"] { float: none; width: 100%; max-width: 279px; z-index: 3; position: relative; margin: 0px auto !important; }#tcb_landing_page h6 { line-height: 1.4em; }#tcb_landing_page h5 { line-height: 1.3em; }#tcb_landing_page p, #tcb_landing_page li { font-size: 14px; }#tcb_landing_page h2 { font-size: 28px; }#tcb_landing_page h1 { font-size: 35px; }[data-css=\"tve-u-16260ba2fa4\"] { padding-bottom: 40px !important; padding-left: 20px !important; padding-right: 20px !important; }[data-css=\"tve-u-1628a10d3b4\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-1628a12f675\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-162717cb610\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-16271bfe70c\"] { padding: 0px !important; }[data-css=\"tve-u-162717fcf9d\"] { z-index: 1; margin-top: 0px !important; padding-top: 75px !important; padding-left: 20px !important; padding-right: 20px !important; }[data-css=\"tve-u-162718bd0c0\"] { clip-path: url(\"#clip-mobile-top-a3b25e1c9221a\"); -webkit-clip-path: url(\"#clip-mobile-top-a3b25e1c9221a\");  }[data-css=\"tve-u-1621eb3eb9f\"] { clip-path: url(\"#clip-mobile-bottom-ac98bb0e54b3b\"); -webkit-clip-path: url(\"#clip-mobile-bottom-ac98bb0e54b3b\");  }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col > .tcb-col { min-height: 155px; }[data-css=\"tve-u-16229ffbb7b\"] { min-height: inherit; margin-left: 0px; }[data-css=\"tve-u-16229fa8c68\"] { height: calc(100% - 28px); margin-bottom: 0px !important; margin-top: 20px !important; }[data-css=\"tve-u-1622f65ba70\"] { height: calc(100% - 20px); margin-bottom: 0px !important; margin-top: 20px !important; }[data-css=\"tve-u-16229f6175c\"] { margin-top: 0px !important; }[data-css=\"tve-u-1622a159bcb\"] { float: none; max-width: 100%; margin-left: auto !important; margin-right: auto !important; padding-top: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-16229ae62a7\"] { border-right: none; }#tve_editor [data-css=\"tve-u-16228c764b2\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-16228c75500\"] { font-size: 18px !important; }[data-css=\"tve-u-1621fb65556\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-1621a983587\"] { border: 20px solid rgba(137, 141, 167, 0.32); }[data-css=\"tve-u-1621ee74a24\"] { float: none; margin-left: auto !important; margin-right: auto !important; margin-bottom: 10px !important; }[data-css=\"tve-u-1621afda4fa\"] { max-width: 100%; margin-bottom: 20px !important; }[data-css=\"tve-u-16223f02c16\"] { min-height: 54px; }[data-css=\"tve-u-1621f0aa8f7\"] { margin-top: 0px !important; }#tve_editor [data-css=\"tve-u-1622444fb11\"] { letter-spacing: 0px; }[data-css=\"tve-u-16224439be1\"] { padding: 0px !important; }[data-css=\"tve-u-1621fb68b97\"] { padding: 0px !important; }[data-css=\"tve-u-1621afceb00\"] { max-width: 100%; margin-bottom: 30px !important; }[data-css=\"tve-u-1621b0e4fb7\"] { float: none; margin-right: auto !important; margin-bottom: 30px !important; padding-left: 0px !important; margin-left: auto !important; }[data-css=\"tve-u-1621ebf340c\"] { padding-bottom: 40px !important; }[data-css=\"tve-u-1621ea50702\"] { float: none; width: 100%; padding: 0px !important; margin-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621e7d5094\"] { min-height: 430px; }[data-css=\"tve-u-1621eb7ccb0\"] { min-height: 430px; }[data-css=\"tve-u-1621ee03000\"] { flex-direction: column; }[data-css=\"tve-u-16223fe5f5b\"] { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621f0d2c1a\"] { margin-left: 25px !important; margin-right: 25px !important; }[data-css=\"tve-u-1621ee18a1c\"] { margin: 0px 20px 20px 0px !important; }[data-css=\"tve-u-1621ef118dc\"] { top: 0px; width: 245px; position: relative; float: none; z-index: 5; left: 0px; margin: -22px auto 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-1621fd9c946\"] { max-width: 100%; margin-top: 0px !important; margin-left: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-16223fc9f23\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-1621e7c899a\"] { max-width: none; float: none; margin-top: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621b3c8c52\"] { padding: 40px 20px !important; }[data-css=\"tve-u-1621fbcad8c\"] { padding: 20px !important; }[data-css=\"tve-u-1621fb65556\"] { margin-left: 0px; padding: 0px !important; }[data-css=\"tve-u-1621fbacc60\"] { max-width: 126px; float: none; margin-left: auto !important; margin-right: auto !important; margin-top: 20px !important; }[data-css=\"tve-u-1621b200375\"] { float: none; margin-top: 0px !important; margin-left: auto !important; margin-right: auto !important; }#tve_editor [data-css=\"tve-u-1621b10fccf\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621b028939\"] { display: block; max-width: 100%; width: 100%; float: none; min-width: 100%; margin-left: auto !important; margin-right: auto !important; margin-top: 0px !important; }[data-css=\"tve-u-1621ae4db6e\"] { min-height: 270px; }[data-css=\"tve-u-1621ae6c8da\"] { clip-path: url(\"#clip-mobile-top-aa2c3e3c70555\"); -webkit-clip-path: url(\"#clip-mobile-top-aa2c3e3c70555\");  }[data-css=\"tve-u-1621adba9ef\"] { clip-path: url(\"#clip-mobile-top-52d5a36c151aa\"); -webkit-clip-path: url(\"#clip-mobile-top-52d5a36c151aa\");  }[data-css=\"tve-u-16223f02c16\"]::after { clear: both; }[data-css=\"tve-u-1621b01355a\"] { max-width: 100%; float: none; margin-left: auto !important; margin-right: auto !important; margin-bottom: 15px !important; }[data-css=\"tve-u-1620af7eb3f\"] { float: none; display: block; max-width: 100%; width: 100%; min-width: 100%; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621ae0bec7\"]::after { clear: both; }[data-css=\"tve-u-1621f45bed3\"] { padding: 40px 20px 0px !important; }[data-css=\"tve-u-1621ad46076\"] { margin: 0px !important; padding: 30px 20px !important; }[data-css=\"tve-u-1621adea58b\"] { flex-flow: row-reverse wrap-reverse !important; }[data-css=\"tve-u-1621ae4fd21\"] { margin-top: 0px !important; position: static !important; }[data-css=\"tve-u-1621a8b2488\"] { float: none; max-width: 100%; margin-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621a8a804b\"] { padding-left: 0px !important; padding-right: 0px !important; }#tve_editor [data-css=\"tve-u-1621a2e0d5b\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621e7c7aa1\"] { flex-direction: column; min-height: inherit; }[data-css=\"tve-u-16249367114\"] { margin-top: 0px !important; }[data-css=\"tve-u-16249373b25\"] { height: calc(100% - 20px); margin-bottom: 0px !important; background-image: linear-gradient(rgb(248, 249, 251), rgb(248, 249, 251)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; margin-top: 20px !important; }[data-css=\"tve-u-162493a03b0\"] > .tcb-flex-col > .tcb-col { min-height: 155px; }[data-css=\"tve-u-162493a03b0\"] { min-height: inherit; }[data-css=\"tve-u-162493b6b63\"] { height: calc(100% - 20px); margin-bottom: 0px !important; margin-top: 20px !important; }[data-css=\"tve-u-16260c39a7e\"] { float: none; margin-top: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-16260d3f4aa\"] { padding: 0px !important; }[data-css=\"tve-u-16260d3f4af\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-16260d3f4af\"] { margin-left: 0px; padding: 0px !important; }[data-css=\"tve-u-16260d8392c\"] { padding: 0px !important; }[data-css=\"tve-u-16260d8396c\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-16260d8396c\"] { margin-left: 0px; padding: 0px !important; }[data-css=\"tve-u-16260da3aa7\"] { float: none; margin-top: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-162717cb618\"] { margin: 140px 0px 0px !important; }[data-css=\"tve-u-162717cb620\"] { clip-path: url(\"#clip-mobile-bottom-c883ac5175045\"); -webkit-clip-path: url(\"#clip-mobile-bottom-c883ac5175045\");  background-image: linear-gradient(rgba(0, 0, 0, 0.51), rgba(0, 0, 0, 0.51)), url(\"https://bestcerakoteflorida.com/wp-content/uploads/2018/05/FTYS6743.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; opacity: 1; filter: grayscale(0%) blur(0px); }[data-css=\"tve-u-162717cb60a\"] { padding: 0px !important; }#tve_editor [data-css=\"tve-u-162717cb616\"] { font-size: 27px !important; }[data-css=\"tve-u-162717d1bbf\"] > .tcb-flex-col { padding-left: 18px; }[data-css=\"tve-u-162717d1bbf\"] { margin-left: -18px; padding: 10px !important; flex-flow: row wrap !important; }[data-css=\"tve-u-162717d1bbe\"] { border-bottom: 1px solid rgba(255, 255, 255, 0.2); border-right: none; margin-left: auto !important; margin-right: auto !important; float: none; }[data-css=\"tve-u-162717d1bbc\"] { border: none; padding-left: 0px !important; padding-right: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-162717d1bb6\"] { border: none; padding-top: 0px !important; padding-left: 0px !important; margin-bottom: 1px !important; margin-top: -5px !important; padding-bottom: 10px !important; }[data-css=\"tve-u-164179a84b8\"] { float: none; width: 100%; max-width: 155px; z-index: 3; position: relative; margin-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-164179bced9\"] { border-right: none; position: relative; padding-left: 0px !important; padding-right: 0px !important; margin-top: 0px !important; max-width: 250px; margin-left: auto !important; margin-right: auto !important; float: none; }[data-css=\"tve-u-16417b62c09\"] { max-width: 126px; float: none; margin-left: auto !important; margin-right: auto !important; margin-top: 20px !important; }[data-css=\"tve-u-16417b662bf\"] { max-width: 126px; float: none; margin-left: auto !important; margin-right: auto !important; margin-top: 20px !important; }[data-css=\"tve-u-16417e5bd95\"] { margin: 3px 10px 0px 0px !important; }#tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] p, #tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] li, #tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] blockquote, #tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] address, #tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] .tcb-plain-text, #tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] label { font-size: 18px; }[data-css=\"tve-u-16959822de2\"] { padding-top: 10px !important; margin-left: auto !important; margin-right: auto !important; float: none; }}'),(6848,569,'tve_revision_tve_user_custom_css',''),(6849,569,'tve_revision_tve_page_events','a:0:{}'),(6850,569,'tve_revision_tve_globals','a:2:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";s:8:\"font_cls\";a:0:{}}'),(6851,569,'tve_revision_tve_global_scripts',''),(6852,569,'tve_revision_thrive_icon_pack','0'),(6853,569,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(6854,569,'tve_revision_tve_has_masonry','0'),(6855,569,'tve_revision_tve_has_typefocus','0');
INSERT INTO `wpbe_postmeta` VALUES (6856,569,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-162717d1bbe\" wfd-id=\"433\"><div class=\"tcb-flex-row tcb-medium-no-wrap v-2 tcb--cols--3 m-edit tcb-mobile-wrap tcb-resized\" data-css=\"tve-u-162717d1bbf\" wfd-id=\"434\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1695981e7bb\" wfd-id=\"455\"><div class=\"tcb-col\" data-css=\"tve-u-16959846d3d\" wfd-id=\"457\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16959822de2\" wfd-id=\"458\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"459\"><img class=\"tve_image wp-image-465\" alt=\"\" width=\"384\" height=\"62\" title=\"Blackhawk_custom_header\" data-id=\"465\" src=\"https://bestcerakoteflorida.com/wp-content/uploads/2019/01/Blackhawk_custom_header.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717d1bb9\" style=\"\" wfd-id=\"448\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717d1bb6\" wfd-id=\"450\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-164179a84b8\" wfd-id=\"451\">\n<div class=\"tve-content-box-background\" wfd-id=\"454\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"452\"><div class=\"tcb-clear\" wfd-id=\"453\"></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717d1bb7\" style=\"\" wfd-id=\"435\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717d1bbc\" wfd-id=\"437\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16369305186\" wfd-id=\"438\">\n<div class=\"tve-content-box-background\" wfd-id=\"447\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16417e9d24e\" wfd-id=\"439\"><div class=\"tcb-clear\" wfd-id=\"445\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-16417e5bd95\" data-float=\"1\" wfd-id=\"446\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-envelope-regular\" data-name=\"\">\n            <path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path>\n        </svg></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-164179bced9\" wfd-id=\"440\"><p data-css=\"tve-u-1641333d7d1\"><a href=\"mailto:info@bestcerkoteflorida.com\" target=\"_blank\">info@bestcerakoteflorida.com</a></p></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-162717cb621\" data-value-type=\"percent\" wfd-id=\"390\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-162717cb620\" data-clip-id=\"c883ac5175045\" wfd-id=\"432\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-c883ac5175045\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9125, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-c883ac5175045\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9476, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-c883ac5175045\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9651, 1 1, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-162717cb609\" wfd-id=\"391\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-162717cb618\" wfd-id=\"392\"><div class=\"tcb-flex-row tcb-medium-wrap tcb-resized v-2 tcb--cols--2\" data-css=\"tve-u-162717cb617\" wfd-id=\"393\"><div class=\"tcb-flex-col\" data-css=\"tve-u-162717cb601\" style=\"\" wfd-id=\"408\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717cb60a\" wfd-id=\"410\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h1\" data-css=\"tve-u-162717cb610\" wfd-id=\"422\"><h1 data-css=\"tve-u-162717cb616\" style=\"text-align: center;\">&nbsp;Protect What\'s Important To You! With The Toughest Ceramic Finish In The World!<span data-css=\"tve-u-16271ca808e\" style=\"color: rgb(0, 229, 255);\" wfd-id=\"431\"></span></h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162717cb60f\" wfd-id=\"411\"><p data-css=\"tve-u-1695a36117b\" style=\"text-align: center;\">Heat, Water, Salt and Sand just some of the conditions you face. And any one of them is just waiting to get a hold of your firearm and leave it a pile of rusted, pitted junk.</p><p data-css=\"tve-u-16413112747\" style=\"text-align: center;\">Unfortunately there wasn\'t much you could do other than keep cleaning and lubricating your firearms...till NOW!</p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717cb600\" style=\"\" wfd-id=\"394\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717cb60b\" wfd-id=\"396\"><div class=\"thrv_responsive_video thrv_wrapper rv_style_lifted_style2\" data-type=\"youtube\" data-rel=\"0\" data-url=\"https://www.youtube.com/watch?v=a1nyu9ZJiEk\" data-css=\"tve-u-16959cd1e7a\" data-modestbranding=\"1\" wfd-id=\"405\">\n	\n\n	<div class=\"tve_responsive_video_container\" wfd-id=\"406\">\n		<div class=\"video_overlay\" wfd-id=\"407\"></div>\n	<iframe data-code=\"TEOqV1Q16lU\" data-provider=\"youtube\" src=\"https://www.youtube.com/embed/TEOqV1Q16lU?rel=0&amp;modestbranding=1&amp;controls=1&amp;showinfo=1&amp;fs=1&amp;wmode=transparent\" data-src=\"https://www.youtube.com/embed/TEOqV1Q16lU?rel=0&amp;modestbranding=1&amp;controls=1&amp;showinfo=1&amp;fs=1&amp;wmode=transparent\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\n</div><div class=\"thrv_wrapper thrv-button tcb-with-icon\" data-css=\"tve-u-1695a3002e2\" data-tcb_hover_state_parent=\"\" data-button-style=\"border_1\" wfd-id=\"397\">\n	<a href=\"tel:1-954-848-1911\" class=\"tcb-button-link\" target=\"_blank\" rel=\"\"><span class=\"tcb-button-icon\" wfd-id=\"403\">\n	<div class=\"thrv_wrapper thrv_icon tve_no_drag tve_no_icons tcb-icon-inherit-style tcb-icon-display\" wfd-id=\"404\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-phone-plus-light\" data-name=\"\">\n            <path d=\"M8 128h88v88c0 4.4 3.6 8 8 8h16c4.4 0 8-3.6 8-8v-88h88c4.4 0 8-3.6 8-8v-16c0-4.4-3.6-8-8-8h-88V8c0-4.4-3.6-8-8-8h-16c-4.4 0-8 3.6-8 8v88H8c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8zM487.8 24.1L387 .8c-14.7-3.4-29.8 4.2-35.8 18.1l-46.5 108.5c-5.5 12.7-1.8 27.7 8.9 36.5l53.9 44.1c-34 69.2-90.3 125.6-159.6 159.6l-44.1-53.9c-8.8-10.7-23.8-14.4-36.5-8.9L18.9 351.3c-13.9 6-21.5 21-18.1 35.8L24 487.9C27.3 502 39.9 512 54.5 512 306.7 512 512 307.8 512 54.5c0-14.6-10-27.2-24.2-30.4zM55.1 480l-23-99.6 107.4-46 59.5 72.8c103.6-48.6 159.7-104.9 208.1-208.1l-72.8-59.5 46-107.4 99.6 23C479.7 289.7 289.6 479.7 55.1 480z\"></path>\n        </svg></div>\n</span>\n\n		<span class=\"tcb-button-texts\" wfd-id=\"398\"><span class=\"tcb-button-text thrv-inline-text\" wfd-id=\"399\">CALL NOW</span></span>\n	</a>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-162717fcf9d\" data-value-type=\"percent\" wfd-id=\"325\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-162718bd0c0\" data-clip-id=\"a3b25e1c9221a\" wfd-id=\"389\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0875\"></polygon></clipPath><clipPath id=\"clip-tablet-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"6\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.1051\"></polygon></clipPath><clipPath id=\"clip-mobile-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"1\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0175\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-162718a3b40\" wfd-id=\"326\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622a159bcb\" wfd-id=\"327\">\n<div class=\"tve-content-box-background\" wfd-id=\"388\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"328\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621a2247ba\" wfd-id=\"381\"><h2 data-css=\"tve-u-1621a2e0d5b\">our services</h2></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16229f6175c\" wfd-id=\"352\"><div class=\"tcb-flex-row tcb-medium-no-wrap tcb--cols--3 v-2\" data-css=\"tve-u-162493a03b0\" wfd-id=\"353\"><div class=\"tcb-flex-col\" wfd-id=\"370\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1624939a960\" data-tcb_hover_state_parent=\"\" wfd-id=\"372\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-162493d5f13\" data-float=\"1\" wfd-id=\"380\"><svg class=\"tcb-icon\" viewBox=\"0 0 14 28\" data-name=\"bolt\">\n<path d=\"M13.828 8.844c0.172 0.187 0.219 0.453 0.109 0.688l-8.437 18.078c-0.125 0.234-0.375 0.391-0.656 0.391-0.063 0-0.141-0.016-0.219-0.031-0.344-0.109-0.547-0.438-0.469-0.766l3.078-12.625-6.344 1.578c-0.063 0.016-0.125 0.016-0.187 0.016-0.172 0-0.359-0.063-0.484-0.172-0.187-0.156-0.25-0.391-0.203-0.609l3.141-12.891c0.078-0.297 0.359-0.5 0.688-0.5h5.125c0.391 0 0.703 0.297 0.703 0.656 0 0.094-0.031 0.187-0.078 0.281l-2.672 7.234 6.188-1.531c0.063-0.016 0.125-0.031 0.187-0.031 0.203 0 0.391 0.094 0.531 0.234z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"376\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-162494b490e\" wfd-id=\"377\"><h4 data-css=\"tve-u-16249355087\" style=\"text-align: left;\">Express exterior</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162494b7ad0\" wfd-id=\"373\"><p data-css=\"tve-u-162492e70ad\">Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"361\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162493b6b63\" data-tcb_hover_state_parent=\"\" wfd-id=\"363\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b456a\" wfd-id=\"369\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"adjust\">\n<path d=\"M12 22.5v-17c-4.688 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"367\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1af44d\" wfd-id=\"368\"><h4 data-css=\"tve-u-16249358652\" style=\"text-align: left;\">Interior clean</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"364\"><p data-css=\"tve-u-162492e70ad\">Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"354\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16249373b25\" wfd-id=\"356\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b52d3\" wfd-id=\"360\"><svg class=\"tcb-icon\" viewBox=\"0 0 26 28\" data-name=\"umbrella\">\n<path d=\"M14 12.938v9.063c0 2.172-1.828 4-4 4s-4-1.828-4-4c0-0.547 0.453-1 1-1s1 0.453 1 1c0 1.047 0.953 2 2 2s2-0.953 2-2v-9.063c0.328-0.109 0.656-0.172 1-0.172s0.672 0.063 1 0.172zM26 13.359c0 0.266-0.234 0.5-0.5 0.5-0.141 0-0.25-0.063-0.359-0.156-0.906-0.844-1.75-1.437-3.047-1.437-1.484 0-2.766 0.922-3.609 2.094-0.187 0.266-0.328 0.547-0.5 0.812-0.109 0.172-0.234 0.266-0.438 0.266-0.219 0-0.344-0.094-0.453-0.266-0.172-0.266-0.313-0.547-0.5-0.812-0.844-1.172-2.109-2.094-3.594-2.094s-2.75 0.922-3.594 2.094c-0.187 0.266-0.328 0.547-0.5 0.812-0.109 0.172-0.234 0.266-0.453 0.266-0.203 0-0.328-0.094-0.438-0.266-0.172-0.266-0.313-0.547-0.5-0.812-0.844-1.172-2.125-2.094-3.609-2.094-1.297 0-2.141 0.594-3.047 1.437-0.109 0.094-0.219 0.156-0.359 0.156-0.266 0-0.5-0.234-0.5-0.5 0-0.047 0-0.078 0.016-0.109 1.437-5.906 7.141-9.25 12.984-9.25 5.812 0 11.578 3.344 12.984 9.25 0.016 0.031 0.016 0.063 0.016 0.109zM14 2v1.531c-0.328-0.016-0.672-0.031-1-0.031s-0.672 0.016-1 0.031v-1.531c0-0.547 0.453-1 1-1s1 0.453 1 1z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"358\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b01a6\" wfd-id=\"359\"><h4 data-css=\"tve-u-1624935a201\" style=\"text-align: left;\">Wax protection</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"357\"><p data-css=\"tve-u-162492e70ad\">Etiam pharetra, erat sed fermentum feugiat, velit mauris</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16249367114\" wfd-id=\"329\"><div class=\"tcb-flex-row tcb-medium-no-wrap tcb--cols--3 v-2\" data-css=\"tve-u-16229ffbb7b\" wfd-id=\"330\"><div class=\"tcb-flex-col\" wfd-id=\"345\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229fa6a26\" wfd-id=\"347\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b33f9\" wfd-id=\"351\"><svg class=\"tcb-icon\" viewBox=\"0 0 26 28\" data-name=\"magic\">\n<path d=\"M18.594 9.078l4.578-4.578-1.672-1.672-4.578 4.578zM25.578 4.5c0 0.266-0.094 0.516-0.281 0.703l-20.094 20.094c-0.187 0.187-0.438 0.281-0.703 0.281s-0.516-0.094-0.703-0.281l-3.094-3.094c-0.187-0.187-0.281-0.438-0.281-0.703s0.094-0.516 0.281-0.703l20.094-20.094c0.187-0.187 0.438-0.281 0.703-0.281s0.516 0.094 0.703 0.281l3.094 3.094c0.187 0.187 0.281 0.438 0.281 0.703zM4.469 1.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531zM9.938 4.062l3.063 0.938-3.063 0.938-0.938 3.063-0.938-3.063-3.063-0.938 3.063-0.938 0.938-3.063zM24.469 11.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531zM14.469 1.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"349\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b0a67\" wfd-id=\"350\"><h4 data-css=\"tve-u-16248fc42a1\" style=\"text-align: left;\">Dust &amp; Dash Console</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"348\"><p data-css=\"tve-u-162492e70ad\">Duis sed odio sit amet nibh vulputate cursus a sit amet mauris.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"338\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1622f65ba70\" wfd-id=\"340\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b60b4\" wfd-id=\"344\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"certificate\">\n<path d=\"M21.5 14l2.156 2.109c0.297 0.281 0.406 0.703 0.313 1.094-0.109 0.391-0.422 0.703-0.812 0.797l-2.938 0.75 0.828 2.906c0.109 0.391 0 0.812-0.297 1.094-0.281 0.297-0.703 0.406-1.094 0.297l-2.906-0.828-0.75 2.938c-0.094 0.391-0.406 0.703-0.797 0.812-0.094 0.016-0.203 0.031-0.297 0.031-0.297 0-0.594-0.125-0.797-0.344l-2.109-2.156-2.109 2.156c-0.281 0.297-0.703 0.406-1.094 0.313-0.406-0.109-0.703-0.422-0.797-0.812l-0.75-2.938-2.906 0.828c-0.391 0.109-0.812 0-1.094-0.297-0.297-0.281-0.406-0.703-0.297-1.094l0.828-2.906-2.938-0.75c-0.391-0.094-0.703-0.406-0.812-0.797-0.094-0.391 0.016-0.812 0.313-1.094l2.156-2.109-2.156-2.109c-0.297-0.281-0.406-0.703-0.313-1.094 0.109-0.391 0.422-0.703 0.812-0.797l2.938-0.75-0.828-2.906c-0.109-0.391 0-0.812 0.297-1.094 0.281-0.297 0.703-0.406 1.094-0.297l2.906 0.828 0.75-2.938c0.094-0.391 0.406-0.703 0.797-0.797 0.391-0.109 0.812 0 1.094 0.297l2.109 2.172 2.109-2.172c0.281-0.297 0.688-0.406 1.094-0.297 0.391 0.094 0.703 0.406 0.797 0.797l0.75 2.938 2.906-0.828c0.391-0.109 0.812 0 1.094 0.297 0.297 0.281 0.406 0.703 0.297 1.094l-0.828 2.906 2.938 0.75c0.391 0.094 0.703 0.406 0.812 0.797 0.094 0.391-0.016 0.812-0.313 1.094z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"342\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b12d8\" wfd-id=\"343\"><h4 data-css=\"tve-u-1625389a3d5\" style=\"text-align: left;\">Triple Foam Polish</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"341\"><p data-css=\"tve-u-162492e70ad\">Class aptent taciti sociosqu ad litora torquent</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"331\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229fa8c68\" wfd-id=\"333\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-16271adf6cf\" wfd-id=\"337\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"bullseye\">\n<path d=\"M16 14c0 2.203-1.797 4-4 4s-4-1.797-4-4 1.797-4 4-4 4 1.797 4 4zM18 14c0-3.313-2.688-6-6-6s-6 2.688-6 6 2.688 6 6 6 6-2.688 6-6zM20 14c0 4.422-3.578 8-8 8s-8-3.578-8-8 3.578-8 8-8 8 3.578 8 8zM22 14c0-5.516-4.484-10-10-10s-10 4.484-10 10 4.484 10 10 10 10-4.484 10-10zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"335\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-16248fc71c8\" wfd-id=\"336\"><h4 data-css=\"tve-u-1625389b4ed\" style=\"text-align: left;\">Tire dressing</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"334\"><p data-css=\"tve-u-162492e70ad\">Etiam pharetra, erat sed fermentum feugiat, velit mauris</p></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621ad46076\" wfd-id=\"293\">\n<div class=\"tve-page-section-out\" wfd-id=\"324\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621b072b4e\" wfd-id=\"294\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621a8b2488\" wfd-id=\"295\"><div class=\"tcb-flex-row tcb--cols--2 v-2\" data-css=\"tve-u-1621a8a804b\" wfd-id=\"296\"><div class=\"tcb-flex-col\" wfd-id=\"306\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16271bfe70c\" wfd-id=\"308\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h3\" data-css=\"tve-u-1621a8c4313\" wfd-id=\"323\"><h3><strong>Complete cleaning services for yoâ€‹ur car</strong></h3></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-16417b70f47\" wfd-id=\"309\"><ul class=\"tcb-styled-list\" wfd-id=\"310\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621acf0289\" wfd-id=\"319\"><div class=\"tcb-styled-list-icon\" wfd-id=\"321\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a8e11f3\" wfd-id=\"322\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ace1b08\" wfd-id=\"320\">We are a small business delivering professional cleaning services for all vehicles</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621acf64fb\" wfd-id=\"315\"><div class=\"tcb-styled-list-icon\" wfd-id=\"317\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a8e5625\" wfd-id=\"318\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ace4de9\" wfd-id=\"316\">Our services are convenient for individuals and corporate fleets</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"311\"><div class=\"tcb-styled-list-icon\" wfd-id=\"313\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a9076ef\" wfd-id=\"314\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621acf47d2\" wfd-id=\"312\">We use eco-friendly products that actually clean, protect and maintain your car better than the traditional cleaning substances</span></li></ul></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"297\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621a90a46f\" wfd-id=\"299\"><div class=\"thrv_wrapper thrv-fill-counter tve_red tve_normalfc thrv_data_element\" data-css=\"tve-u-1621a983587\" wfd-id=\"300\">\n<div class=\"tve_fill_counter_n\" style=\"\" data-fill=\"100\" data-css=\"tve-u-1621a98b602\" wfd-id=\"301\">\n<svg viewBox=\"0 0 170 170\" class=\"tve_fill_counter_circle\" shape-rendering=\"optimizeSpeed\" data-css=\"tve-u-1621a9a2862\">\n<circle class=\"tve_fill_counter_circle_inner\" r=\"85\" cx=\"85\" cy=\"85\" data-css=\"tve-u-1621a9685d4\"></circle>\n</svg>\n<div class=\"tve_fill_text_in\" data-css=\"tve-u-1621a96b190\" wfd-id=\"302\">\n<div class=\"tve_fill_text_value\" data-css=\"tve-u-1621a9a2866\" wfd-id=\"304\">\n<div class=\"thrv-inline-text tve_fill_text tve_editable\" data-css=\"tve-u-1621a9a2867\" wfd-id=\"305\"><strong>100%â€‹</strong></div>\n</div>\n<div class=\"thrv-inline-text tve_editable tve_data_element_label\" data-css=\"tve-u-1621a9750ae\" wfd-id=\"303\">Clean car</div>\n</div>\n</div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621ada1e7f\" data-value-type=\"percent\" wfd-id=\"257\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621adba9ef\" data-clip-id=\"52d5a36c151aa\" wfd-id=\"292\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-52d5a36c151aa\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0875\"></polygon></clipPath><clipPath id=\"clip-tablet-top-52d5a36c151aa\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0524\"></polygon></clipPath><clipPath id=\"clip-mobile-top-52d5a36c151aa\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0349\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621ad420c4\" wfd-id=\"258\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621ade6172\" wfd-id=\"259\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2 tcb-row-reversed-mobile tcb-mobile-edit v-2\" data-css=\"tve-u-1621adea58b\" wfd-id=\"260\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621b064646\" style=\"\" wfd-id=\"286\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ae0bec7\" wfd-id=\"288\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ae4fd21\" data-value-type=\"percent\" data-float=\"1\" wfd-id=\"289\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621ae6c8da\" data-clip-id=\"aa2c3e3c70555\" wfd-id=\"291\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0349\"></polygon></clipPath><clipPath id=\"clip-tablet-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"4\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0699\"></polygon></clipPath><clipPath id=\"clip-mobile-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"4\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0699\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb\" data-css=\"tve-u-1621ae4db6e\" wfd-id=\"290\"></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621b064668\" style=\"\" wfd-id=\"261\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621f45bed3\" wfd-id=\"263\"><div class=\"tcb-clear\" data-css=\"tve-u-16224848ee5\" wfd-id=\"284\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621afceb00\" wfd-id=\"285\"><h2 data-css=\"tve-u-1621afcc0bf\">Check Out Our Special Offer!</h2></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621afda4fa\" wfd-id=\"283\"><p data-css=\"tve-u-1621afd8c98\">Donâ€™t miss the opportunity to get 50% discount on a complete cleaning just by recommending us to a friend. Bring someone you know with you and clean you car half price!</p></div><div class=\"tcb-clear\" data-css=\"tve-u-16224834cab\" wfd-id=\"264\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621fe85996\" wfd-id=\"265\"><div class=\"tcb-flex-row tcb--cols--2 tcb-resized tcb-medium-wrap tcb-desktop-wrap\" data-css=\"tve-u-1621fe78878\" wfd-id=\"266\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621fe94086\" style=\"\" wfd-id=\"274\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"276\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621b01355a\" wfd-id=\"277\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621b08fdde\" data-tcb_hover_state_parent=\"1\" wfd-id=\"282\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16223f02c16\" wfd-id=\"278\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-1620af7eb3f\" data-tcb_hover_state_parent=\"\" data-button-style=\"full_rounded\" wfd-id=\"279\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"280\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-16228c75500\" wfd-id=\"281\"><strong>Request an appointment</strong></span></span>\n</a>\n</div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621fe940b9\" style=\"\" wfd-id=\"267\"><div class=\"tcb-col\" wfd-id=\"269\"><div class=\"tcb-clear\" data-css=\"tve-u-16224716d62\" wfd-id=\"270\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-1621b028939\" data-tcb_hover_state_parent=\"\" data-button-style=\"ghost\" wfd-id=\"271\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"272\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-16228c764b2\" wfd-id=\"273\"><strong>Call Now: 0400-700-682</strong></span></span>\n</a>\n</div></div></div></div></div></div></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16260ba2fa4\" wfd-id=\"164\">\n<div class=\"tve-page-section-out\" wfd-id=\"256\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16260be7104\" wfd-id=\"165\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621b0e4fb7\" wfd-id=\"255\"><h2 data-css=\"tve-u-1621b10fccf\" style=\"text-align: center;\">our happy clients</h2></div><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641367127b\" data-float=\"1\" wfd-id=\"254\"><svg class=\"tcb-icon\" viewBox=\"0 0 30 32\" data-name=\"quote-left\">\n<path d=\"M13.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429zM29.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641367e553\" wfd-id=\"253\"><svg class=\"tcb-icon\" viewBox=\"0 0 30 32\" data-name=\"quote-left\">\n<path d=\"M13.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429zM29.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a10d3b4\" wfd-id=\"224\">\n<div class=\"tve-content-box-background\" wfd-id=\"252\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"225\"><div class=\"tcb-clear\" data-css=\"tve-u-1621b300a64\" wfd-id=\"250\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-1621f154231\" wfd-id=\"251\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621b200375\" wfd-id=\"228\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-16260d8392c\" wfd-id=\"229\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"234\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"236\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16417b62c09\" wfd-id=\"237\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-16260d8396c\" wfd-id=\"238\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16260d01208\" style=\"\" wfd-id=\"244\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"246\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"247\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16225617da3\" wfd-id=\"249\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"248\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16260d0120e\" style=\"\" wfd-id=\"239\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"241\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"243\"><h5>Brett Graham, 28</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"242\"><h6 class=\"\">Architect</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"230\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"232\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"233\"><p data-css=\"tve-u-162539c17ec\">Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit. Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit.&nbsp;</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-16260c5ff0c\" wfd-id=\"226\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260c5ff07\" wfd-id=\"227\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a12f675\" wfd-id=\"195\">\n<div class=\"tve-content-box-background\" wfd-id=\"223\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"196\"><div class=\"tcb-clear\" data-css=\"tve-u-16260cd7683\" wfd-id=\"221\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260d73672\" wfd-id=\"222\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16260da3aa7\" wfd-id=\"199\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-1621fb68b97\" wfd-id=\"200\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"205\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"207\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16417b662bf\" wfd-id=\"208\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-1621fb65556\" wfd-id=\"209\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16229915e1a\" style=\"\" wfd-id=\"215\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"217\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"218\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16260c433e9\" wfd-id=\"220\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"219\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16229915e4e\" style=\"\" wfd-id=\"210\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"212\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"214\"><h5>Rosie Hanson, 24</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"213\"><h6 class=\"\">Real estate Associate</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"201\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"203\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"204\"><p data-css=\"tve-u-162539c17ec\">Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo.</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-16260d3b97e\" wfd-id=\"197\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260d39b83\" wfd-id=\"198\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a146aef\" wfd-id=\"166\">\n<div class=\"tve-content-box-background\" wfd-id=\"194\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"167\"><div class=\"tcb-clear\" data-css=\"tve-u-16260cd7683\" wfd-id=\"192\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260cd622f\" wfd-id=\"193\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16260c39a7e\" wfd-id=\"170\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-16260d3f4aa\" wfd-id=\"171\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"176\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"178\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621fbacc60\" wfd-id=\"179\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-16260d3f4af\" wfd-id=\"180\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16229915e1a\" style=\"\" wfd-id=\"186\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"188\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"189\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16260d5e4b8\" wfd-id=\"191\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"190\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16229915e4e\" style=\"\" wfd-id=\"181\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"183\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"185\"><h5>Shawn Mattews, 35</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"184\"><h6 class=\"\">project manager</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"172\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"174\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"175\"><p data-css=\"tve-u-162539c17ec\">Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo. Nullam ac urna eu felis.Sed non neque elit. Sed ut imperdiet nisi. Proin condimentum</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1621b30ca74\" wfd-id=\"168\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-1621f15b521\" wfd-id=\"169\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621b3c8c52\" wfd-id=\"60\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621b3cfc7b\" wfd-id=\"163\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621b3c74d9\" wfd-id=\"61\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621e7b695a\" wfd-id=\"162\"><h2 data-css=\"tve-u-1621e7a7350\" style=\"text-align: center;\">our offers</h2></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621e7c899a\" wfd-id=\"62\"><div class=\"tcb-flex-row tcb--cols--3 tcb-medium-wrap v-2\" data-css=\"tve-u-1621e7c7aa1\" wfd-id=\"63\"><div class=\"tcb-flex-col\" wfd-id=\"126\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16223fc9f23\" wfd-id=\"128\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e7ceab3\" style=\"\" wfd-id=\"129\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16416e4fafd\" wfd-id=\"161\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e7d5094\" wfd-id=\"130\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e7e9950\" data-value-type=\"percent\" style=\"\" wfd-id=\"157\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e7edfd9\" data-clip-id=\"10ffac3b28f1d\" wfd-id=\"160\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-10ffac3b28f1d\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-10ffac3b28f1d\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e7e6c1d\" wfd-id=\"158\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-16417b4cb9e\" wfd-id=\"159\"><h4 data-css=\"tve-u-1621fe1a1af\" style=\"text-align: center;\"><strong>Basic Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ec6c39b\" data-float=\"1\" wfd-id=\"153\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e81f424\" wfd-id=\"156\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec752da\" wfd-id=\"154\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"155\"><h4 data-css=\"tve-u-1621fe1bd18\" style=\"text-align: center;\"><strong>15$</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621ea50702\" wfd-id=\"131\"><ul class=\"tcb-styled-list\" wfd-id=\"132\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec3a5c0\" wfd-id=\"149\"><div class=\"tcb-styled-list-icon\" wfd-id=\"151\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec204df\" wfd-id=\"152\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec241aa\" wfd-id=\"150\">Interior vacuum</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"145\"><div class=\"tcb-styled-list-icon\" wfd-id=\"147\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec20f68\" wfd-id=\"148\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec2704c\" wfd-id=\"146\">Dust &amp;dash console</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec42aa7\" wfd-id=\"141\"><div class=\"tcb-styled-list-icon\" wfd-id=\"143\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec21a31\" wfd-id=\"144\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec298ab\" wfd-id=\"142\">Hand towel dry</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec43fe2\" wfd-id=\"137\"><div class=\"tcb-styled-list-icon\" wfd-id=\"139\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ea1fba7\" wfd-id=\"140\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea23322\" wfd-id=\"138\">Clean windows</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec454d9\" wfd-id=\"133\"><div class=\"tcb-styled-list-icon\" wfd-id=\"135\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ea295c0\" wfd-id=\"136\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea2c69a\" wfd-id=\"134\">Soft cloth wash</span></li></ul></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"95\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"97\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621eb81205\" style=\"\" wfd-id=\"98\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16416e603ab\" wfd-id=\"125\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621eb7ccb0\" wfd-id=\"99\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ebbbb6d\" data-value-type=\"percent\" wfd-id=\"121\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eaaedd8\" data-clip-id=\"a2b9cf3198d6f\" wfd-id=\"124\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-a2b9cf3198d6f\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-a2b9cf3198d6f\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec7f21a\" wfd-id=\"122\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e930bd7\" wfd-id=\"123\"><h4 data-css=\"tve-u-1621e92e97f\" style=\"text-align: center;\"><strong>Ultimate Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ec78d2c\" data-float=\"1\" wfd-id=\"117\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eab272c\" wfd-id=\"120\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec79a7d\" wfd-id=\"118\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"119\"><h4 data-css=\"tve-u-1621e942b65\" style=\"text-align: center;\"><strong>22 $</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621ebfa746\" wfd-id=\"114\"><p data-css=\"tve-u-1621f4ceaf6\" style=\"text-align: center;\">Includes basic service <span data-css=\"tve-u-1621f4ceaf7\" style=\"color: rgb(15, 29, 123);\" wfd-id=\"115\"><strong class=\"\"><span data-css=\"tve-u-1621f4ceafb\" wfd-id=\"116\">+</span></strong></span></p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621ebf340c\" wfd-id=\"100\"><ul class=\"tcb-styled-list\" wfd-id=\"101\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-164137a0b1f\" wfd-id=\"110\"><div class=\"tcb-styled-list-icon\" wfd-id=\"112\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec0c5bd\" wfd-id=\"113\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ebfe4ce\" wfd-id=\"111\">Triple foam conditiner</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec04541\" wfd-id=\"106\"><div class=\"tcb-styled-list-icon\" wfd-id=\"108\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec09a3c\" wfd-id=\"109\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ebff867\" wfd-id=\"107\">Tire dressing</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec05cc3\" wfd-id=\"102\"><div class=\"tcb-styled-list-icon\" wfd-id=\"104\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec15f6e\" wfd-id=\"105\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec009a8\" wfd-id=\"103\">Air freshner</span></li></ul></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"64\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16223dad661\" wfd-id=\"66\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621fd9c946\" style=\"\" wfd-id=\"67\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e7d234c\" wfd-id=\"94\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621fd84d7b\" wfd-id=\"68\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16223b080b0\" data-value-type=\"percent\" wfd-id=\"90\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eb3eb9f\" data-clip-id=\"ac98bb0e54b3b\" wfd-id=\"93\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621fd8766c\" wfd-id=\"91\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e930bd7\" wfd-id=\"92\"><h4 data-css=\"tve-u-1621fe1587d\" style=\"text-align: center;\"><strong>Supreme Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e8107f3\" wfd-id=\"86\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eb43d8d\" wfd-id=\"89\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e819c52\" wfd-id=\"87\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"88\"><h4 data-css=\"tve-u-1621fe1725e\" style=\"text-align: center;\"><strong>30 $</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621eb037bb\" wfd-id=\"83\"><p data-css=\"tve-u-1621f4d0451\" style=\"text-align: center;\">Includes ultimate service <span data-css=\"tve-u-1621eaff572\" style=\"color: rgb(15, 29, 123);\" wfd-id=\"84\"><strong class=\"\"><span data-css=\"tve-u-1621eb01b60\" wfd-id=\"85\">+</span></strong></span></p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621eacf6af\" wfd-id=\"69\"><ul class=\"tcb-styled-list\" wfd-id=\"70\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec36a4d\" wfd-id=\"79\"><div class=\"tcb-styled-list-icon\" wfd-id=\"81\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e9993aa\" wfd-id=\"82\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea1a5d7\" wfd-id=\"80\">Exterior trim dressing</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"75\"><div class=\"tcb-styled-list-icon\" wfd-id=\"77\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e99b1db\" wfd-id=\"78\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea19a06\" wfd-id=\"76\">Hand applied spray wax</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec37ea5\" wfd-id=\"71\"><div class=\"tcb-styled-list-icon\" wfd-id=\"73\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e99c314\" wfd-id=\"74\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea18c5d\" wfd-id=\"72\">Interior conditioner</span></li></ul></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621efddaaf\" wfd-id=\"39\">\n<div class=\"tve-page-section-out\" wfd-id=\"59\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621edf8048\" wfd-id=\"40\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621f114214\" wfd-id=\"41\"><div class=\"tcb-flex-row tcb-resized tcb-mobile-edit tcb--cols--2\" data-css=\"tve-u-1621ee03000\" wfd-id=\"42\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621ee4be21\" style=\"\" wfd-id=\"47\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ee093d4\" wfd-id=\"49\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ee3afec\" wfd-id=\"53\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621ee58e74\" wfd-id=\"58\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ee37f4a\" wfd-id=\"54\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1621ee74a24\" wfd-id=\"57\"><svg class=\"tcb-icon\" viewBox=\"0 0 16 28\" data-name=\"map-marker\">\n<path d=\"M12 10c0-2.203-1.797-4-4-4s-4 1.797-4 4 1.797 4 4 4 4-1.797 4-4zM16 10c0 0.953-0.109 1.937-0.516 2.797l-5.688 12.094c-0.328 0.688-1.047 1.109-1.797 1.109s-1.469-0.422-1.781-1.109l-5.703-12.094c-0.406-0.859-0.516-1.844-0.516-2.797 0-4.422 3.578-8 8-8s8 3.578 8 8z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621ee63e1c\" wfd-id=\"56\"><h2 data-css=\"tve-u-1621fdcb4ea\" style=\"text-align: center;\">contact us</h2></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16422a1ce91\" wfd-id=\"55\"><p data-css=\"tve-u-16422a1ce94\" style=\"text-align: left;\">Your adress goes here</p><p data-css=\"tve-u-16422a1ce93\" style=\"text-align: left;\">Phone: 0400 - 700 - 682</p><p data-css=\"tve-u-16422a1ce92\" style=\"text-align: left;\">Email: our_office@gmail.com</p></div></div>\n</div><div class=\"tcb-clear\" data-css=\"tve-u-16417c828be\" wfd-id=\"50\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_slide_left\" data-css=\"tve-u-1621ef118dc\" style=\"\" wfd-id=\"51\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"52\"><img class=\"tve_image tve_evt_manager_listen tve_et_tve-viewport wp-image-21388\" alt=\"\" width=\"567\" height=\"384\" title=\"Car wash img footer\" data-id=\"21388\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-img-footer.png\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_left&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" style=\"width: 100%;\"></span></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621ee4be73\" style=\"\" wfd-id=\"43\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ee22c43\" wfd-id=\"45\"><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-1621ee18a1c\" wfd-id=\"46\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=New York&amp;t=m&amp;z=5&amp;output=embed&amp;iwloc=near\"></iframe>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621f0aa8f7\" wfd-id=\"26\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621f0ada0e\" wfd-id=\"38\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621f0b0088\" wfd-id=\"27\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621f0d2c1a\" wfd-id=\"28\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-1621f0cbe40\" wfd-id=\"29\"><div class=\"tcb-flex-col\" wfd-id=\"34\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"36\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621f0da775\" wfd-id=\"37\"><p data-css=\"tve-u-1622444fb11\">Â© 2018, Your company name . All rights reserved.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"30\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"32\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16223fe5f5b\" wfd-id=\"33\"><p data-css=\"tve-u-1621f0d874c\" style=\"text-align: right;\">Made with <a href=\"https://thrivethemes.com/\" target=\"_blank\">Thrive Architect</a></p></div></div></div></div></div></div>\n</div>\n\n'),(6857,569,'tve_revision_tve_has_wistia_popover','0'),(6858,570,'tve_revision_tve_landing_page','tcb2-thrivebiz-car-wash'),(6859,570,'tve_revision_tve_landing_set',''),(6860,570,'tve_revision_tve_disable_theme_dependency','1'),(6861,570,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-162717d1bbe\" wfd-id=\"436\"><div class=\"tcb-flex-row tcb-medium-no-wrap v-2 tcb--cols--3 m-edit tcb-mobile-wrap tcb-resized\" data-css=\"tve-u-162717d1bbf\" wfd-id=\"437\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1695981e7bb\" wfd-id=\"458\"><div class=\"tcb-col\" data-css=\"tve-u-16959846d3d\" wfd-id=\"460\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16959822de2\" wfd-id=\"461\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"462\"><img class=\"tve_image wp-image-465\" alt=\"\" width=\"384\" height=\"62\" title=\"Blackhawk_custom_header\" data-id=\"465\" src=\"https://bestcerakoteflorida.com/wp-content/uploads/2019/01/Blackhawk_custom_header.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717d1bb9\" style=\"\" wfd-id=\"451\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717d1bb6\" wfd-id=\"453\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-164179a84b8\" wfd-id=\"454\">\n<div class=\"tve-content-box-background\" wfd-id=\"457\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"455\"><div class=\"tcb-clear\" wfd-id=\"456\"></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717d1bb7\" style=\"\" wfd-id=\"438\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717d1bbc\" wfd-id=\"440\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16369305186\" wfd-id=\"441\">\n<div class=\"tve-content-box-background\" wfd-id=\"450\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16417e9d24e\" wfd-id=\"442\"><div class=\"tcb-clear\" wfd-id=\"448\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-16417e5bd95\" data-float=\"1\" wfd-id=\"449\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-envelope-regular\" data-name=\"\">\n            <path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path>\n        </svg></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-164179bced9\" wfd-id=\"443\"><p data-css=\"tve-u-1641333d7d1\"><a href=\"mailto:info@bestcerkoteflorida.com\" target=\"_blank\">info@bestcerakoteflorida.com</a></p></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-162717cb621\" data-value-type=\"percent\" wfd-id=\"393\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-162717cb620\" data-clip-id=\"c883ac5175045\" wfd-id=\"435\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-c883ac5175045\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9125, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-c883ac5175045\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9476, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-c883ac5175045\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9651, 1 1, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-162717cb609\" wfd-id=\"394\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-162717cb618\" wfd-id=\"395\"><div class=\"tcb-flex-row tcb-medium-wrap tcb-resized v-2 tcb--cols--2\" data-css=\"tve-u-162717cb617\" wfd-id=\"396\"><div class=\"tcb-flex-col\" data-css=\"tve-u-162717cb601\" style=\"\" wfd-id=\"411\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717cb60a\" wfd-id=\"413\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h1\" data-css=\"tve-u-162717cb610\" wfd-id=\"425\"><h1 data-css=\"tve-u-162717cb616\" style=\"text-align: center;\">&nbsp;Protect What\'s Important To You! With The Toughest Ceramic Finish In The World!<span data-css=\"tve-u-16271ca808e\" style=\"color: rgb(0, 229, 255);\" wfd-id=\"434\"></span></h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162717cb60f\" wfd-id=\"414\"><p data-css=\"tve-u-1695a36117b\" style=\"text-align: center;\">Heat, Water, Salt and Sand just some of the conditions you face. And any one of them is just waiting to get a hold of your firearm and leave it a pile of rusted, pitted junk.</p><p data-css=\"tve-u-16413112747\" style=\"text-align: center;\">Unfortunately there wasn\'t much you could do other than keep cleaning and lubricating your firearms...till NOW!</p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717cb600\" style=\"\" wfd-id=\"397\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717cb60b\" wfd-id=\"399\"><div class=\"thrv_responsive_video thrv_wrapper rv_style_lifted_style2\" data-type=\"youtube\" data-rel=\"0\" data-url=\"https://www.youtube.com/watch?v=a1nyu9ZJiEk\" data-css=\"tve-u-16959cd1e7a\" data-modestbranding=\"1\" wfd-id=\"408\">\n	\n\n	<div class=\"tve_responsive_video_container\" wfd-id=\"409\">\n		<div class=\"video_overlay\" wfd-id=\"410\"></div>\n	<iframe data-code=\"TEOqV1Q16lU\" data-provider=\"youtube\" src=\"https://www.youtube.com/embed/TEOqV1Q16lU?rel=0&amp;modestbranding=1&amp;controls=1&amp;showinfo=1&amp;fs=1&amp;wmode=transparent\" data-src=\"https://www.youtube.com/embed/TEOqV1Q16lU?rel=0&amp;modestbranding=1&amp;controls=1&amp;showinfo=1&amp;fs=1&amp;wmode=transparent\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\n</div><div class=\"thrv_wrapper thrv-button tcb-with-icon\" data-css=\"tve-u-1695a3002e2\" data-tcb_hover_state_parent=\"\" data-button-style=\"border_1\" wfd-id=\"400\">\n	<a href=\"tel:1-954-848-1911\" class=\"tcb-button-link\" target=\"_blank\" rel=\"\"><span class=\"tcb-button-icon\" wfd-id=\"406\">\n	<div class=\"thrv_wrapper thrv_icon tve_no_drag tve_no_icons tcb-icon-inherit-style tcb-icon-display\" wfd-id=\"407\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-phone-plus-light\" data-name=\"\">\n            <path d=\"M8 128h88v88c0 4.4 3.6 8 8 8h16c4.4 0 8-3.6 8-8v-88h88c4.4 0 8-3.6 8-8v-16c0-4.4-3.6-8-8-8h-88V8c0-4.4-3.6-8-8-8h-16c-4.4 0-8 3.6-8 8v88H8c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8zM487.8 24.1L387 .8c-14.7-3.4-29.8 4.2-35.8 18.1l-46.5 108.5c-5.5 12.7-1.8 27.7 8.9 36.5l53.9 44.1c-34 69.2-90.3 125.6-159.6 159.6l-44.1-53.9c-8.8-10.7-23.8-14.4-36.5-8.9L18.9 351.3c-13.9 6-21.5 21-18.1 35.8L24 487.9C27.3 502 39.9 512 54.5 512 306.7 512 512 307.8 512 54.5c0-14.6-10-27.2-24.2-30.4zM55.1 480l-23-99.6 107.4-46 59.5 72.8c103.6-48.6 159.7-104.9 208.1-208.1l-72.8-59.5 46-107.4 99.6 23C479.7 289.7 289.6 479.7 55.1 480z\"></path>\n        </svg></div>\n</span>\n\n		<span class=\"tcb-button-texts\" wfd-id=\"401\"><span class=\"tcb-button-text thrv-inline-text\" wfd-id=\"402\">CALL NOW</span></span>\n	</a>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-162717fcf9d\" data-value-type=\"percent\" wfd-id=\"328\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-162718bd0c0\" data-clip-id=\"a3b25e1c9221a\" wfd-id=\"392\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0875\"></polygon></clipPath><clipPath id=\"clip-tablet-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"6\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.1051\"></polygon></clipPath><clipPath id=\"clip-mobile-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"1\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0175\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-162718a3b40\" wfd-id=\"329\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622a159bcb\" wfd-id=\"330\">\n<div class=\"tve-content-box-background\" wfd-id=\"391\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"331\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621a2247ba\" wfd-id=\"384\"><h2 data-css=\"tve-u-1621a2e0d5b\">our services</h2></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16229f6175c\" wfd-id=\"355\"><div class=\"tcb-flex-row tcb-medium-no-wrap tcb--cols--3 v-2\" data-css=\"tve-u-162493a03b0\" wfd-id=\"356\"><div class=\"tcb-flex-col\" wfd-id=\"373\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1624939a960\" data-tcb_hover_state_parent=\"\" wfd-id=\"375\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-162493d5f13\" data-float=\"1\" wfd-id=\"383\"><svg class=\"tcb-icon\" viewBox=\"0 0 14 28\" data-name=\"bolt\">\n<path d=\"M13.828 8.844c0.172 0.187 0.219 0.453 0.109 0.688l-8.437 18.078c-0.125 0.234-0.375 0.391-0.656 0.391-0.063 0-0.141-0.016-0.219-0.031-0.344-0.109-0.547-0.438-0.469-0.766l3.078-12.625-6.344 1.578c-0.063 0.016-0.125 0.016-0.187 0.016-0.172 0-0.359-0.063-0.484-0.172-0.187-0.156-0.25-0.391-0.203-0.609l3.141-12.891c0.078-0.297 0.359-0.5 0.688-0.5h5.125c0.391 0 0.703 0.297 0.703 0.656 0 0.094-0.031 0.187-0.078 0.281l-2.672 7.234 6.188-1.531c0.063-0.016 0.125-0.031 0.187-0.031 0.203 0 0.391 0.094 0.531 0.234z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"379\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-162494b490e\" wfd-id=\"380\"><h4 data-css=\"tve-u-16249355087\" style=\"text-align: left;\">Express exterior</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162494b7ad0\" wfd-id=\"376\"><p data-css=\"tve-u-162492e70ad\">Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"364\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162493b6b63\" data-tcb_hover_state_parent=\"\" wfd-id=\"366\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b456a\" wfd-id=\"372\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"adjust\">\n<path d=\"M12 22.5v-17c-4.688 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"370\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1af44d\" wfd-id=\"371\"><h4 data-css=\"tve-u-16249358652\" style=\"text-align: left;\">Interior clean</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"367\"><p data-css=\"tve-u-162492e70ad\">Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"357\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16249373b25\" wfd-id=\"359\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b52d3\" wfd-id=\"363\"><svg class=\"tcb-icon\" viewBox=\"0 0 26 28\" data-name=\"umbrella\">\n<path d=\"M14 12.938v9.063c0 2.172-1.828 4-4 4s-4-1.828-4-4c0-0.547 0.453-1 1-1s1 0.453 1 1c0 1.047 0.953 2 2 2s2-0.953 2-2v-9.063c0.328-0.109 0.656-0.172 1-0.172s0.672 0.063 1 0.172zM26 13.359c0 0.266-0.234 0.5-0.5 0.5-0.141 0-0.25-0.063-0.359-0.156-0.906-0.844-1.75-1.437-3.047-1.437-1.484 0-2.766 0.922-3.609 2.094-0.187 0.266-0.328 0.547-0.5 0.812-0.109 0.172-0.234 0.266-0.438 0.266-0.219 0-0.344-0.094-0.453-0.266-0.172-0.266-0.313-0.547-0.5-0.812-0.844-1.172-2.109-2.094-3.594-2.094s-2.75 0.922-3.594 2.094c-0.187 0.266-0.328 0.547-0.5 0.812-0.109 0.172-0.234 0.266-0.453 0.266-0.203 0-0.328-0.094-0.438-0.266-0.172-0.266-0.313-0.547-0.5-0.812-0.844-1.172-2.125-2.094-3.609-2.094-1.297 0-2.141 0.594-3.047 1.437-0.109 0.094-0.219 0.156-0.359 0.156-0.266 0-0.5-0.234-0.5-0.5 0-0.047 0-0.078 0.016-0.109 1.437-5.906 7.141-9.25 12.984-9.25 5.812 0 11.578 3.344 12.984 9.25 0.016 0.031 0.016 0.063 0.016 0.109zM14 2v1.531c-0.328-0.016-0.672-0.031-1-0.031s-0.672 0.016-1 0.031v-1.531c0-0.547 0.453-1 1-1s1 0.453 1 1z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"361\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b01a6\" wfd-id=\"362\"><h4 data-css=\"tve-u-1624935a201\" style=\"text-align: left;\">Wax protection</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"360\"><p data-css=\"tve-u-162492e70ad\">Etiam pharetra, erat sed fermentum feugiat, velit mauris</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16249367114\" wfd-id=\"332\"><div class=\"tcb-flex-row tcb-medium-no-wrap tcb--cols--3 v-2\" data-css=\"tve-u-16229ffbb7b\" wfd-id=\"333\"><div class=\"tcb-flex-col\" wfd-id=\"348\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229fa6a26\" wfd-id=\"350\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b33f9\" wfd-id=\"354\"><svg class=\"tcb-icon\" viewBox=\"0 0 26 28\" data-name=\"magic\">\n<path d=\"M18.594 9.078l4.578-4.578-1.672-1.672-4.578 4.578zM25.578 4.5c0 0.266-0.094 0.516-0.281 0.703l-20.094 20.094c-0.187 0.187-0.438 0.281-0.703 0.281s-0.516-0.094-0.703-0.281l-3.094-3.094c-0.187-0.187-0.281-0.438-0.281-0.703s0.094-0.516 0.281-0.703l20.094-20.094c0.187-0.187 0.438-0.281 0.703-0.281s0.516 0.094 0.703 0.281l3.094 3.094c0.187 0.187 0.281 0.438 0.281 0.703zM4.469 1.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531zM9.938 4.062l3.063 0.938-3.063 0.938-0.938 3.063-0.938-3.063-3.063-0.938 3.063-0.938 0.938-3.063zM24.469 11.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531zM14.469 1.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"352\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b0a67\" wfd-id=\"353\"><h4 data-css=\"tve-u-16248fc42a1\" style=\"text-align: left;\">Dust &amp; Dash Console</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"351\"><p data-css=\"tve-u-162492e70ad\">Duis sed odio sit amet nibh vulputate cursus a sit amet mauris.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"341\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1622f65ba70\" wfd-id=\"343\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b60b4\" wfd-id=\"347\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"certificate\">\n<path d=\"M21.5 14l2.156 2.109c0.297 0.281 0.406 0.703 0.313 1.094-0.109 0.391-0.422 0.703-0.812 0.797l-2.938 0.75 0.828 2.906c0.109 0.391 0 0.812-0.297 1.094-0.281 0.297-0.703 0.406-1.094 0.297l-2.906-0.828-0.75 2.938c-0.094 0.391-0.406 0.703-0.797 0.812-0.094 0.016-0.203 0.031-0.297 0.031-0.297 0-0.594-0.125-0.797-0.344l-2.109-2.156-2.109 2.156c-0.281 0.297-0.703 0.406-1.094 0.313-0.406-0.109-0.703-0.422-0.797-0.812l-0.75-2.938-2.906 0.828c-0.391 0.109-0.812 0-1.094-0.297-0.297-0.281-0.406-0.703-0.297-1.094l0.828-2.906-2.938-0.75c-0.391-0.094-0.703-0.406-0.812-0.797-0.094-0.391 0.016-0.812 0.313-1.094l2.156-2.109-2.156-2.109c-0.297-0.281-0.406-0.703-0.313-1.094 0.109-0.391 0.422-0.703 0.812-0.797l2.938-0.75-0.828-2.906c-0.109-0.391 0-0.812 0.297-1.094 0.281-0.297 0.703-0.406 1.094-0.297l2.906 0.828 0.75-2.938c0.094-0.391 0.406-0.703 0.797-0.797 0.391-0.109 0.812 0 1.094 0.297l2.109 2.172 2.109-2.172c0.281-0.297 0.688-0.406 1.094-0.297 0.391 0.094 0.703 0.406 0.797 0.797l0.75 2.938 2.906-0.828c0.391-0.109 0.812 0 1.094 0.297 0.297 0.281 0.406 0.703 0.297 1.094l-0.828 2.906 2.938 0.75c0.391 0.094 0.703 0.406 0.812 0.797 0.094 0.391-0.016 0.812-0.313 1.094z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"345\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b12d8\" wfd-id=\"346\"><h4 data-css=\"tve-u-1625389a3d5\" style=\"text-align: left;\">Triple Foam Polish</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"344\"><p data-css=\"tve-u-162492e70ad\">Class aptent taciti sociosqu ad litora torquent</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"334\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229fa8c68\" wfd-id=\"336\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-16271adf6cf\" wfd-id=\"340\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"bullseye\">\n<path d=\"M16 14c0 2.203-1.797 4-4 4s-4-1.797-4-4 1.797-4 4-4 4 1.797 4 4zM18 14c0-3.313-2.688-6-6-6s-6 2.688-6 6 2.688 6 6 6 6-2.688 6-6zM20 14c0 4.422-3.578 8-8 8s-8-3.578-8-8 3.578-8 8-8 8 3.578 8 8zM22 14c0-5.516-4.484-10-10-10s-10 4.484-10 10 4.484 10 10 10 10-4.484 10-10zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"338\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-16248fc71c8\" wfd-id=\"339\"><h4 data-css=\"tve-u-1625389b4ed\" style=\"text-align: left;\">Tire dressing</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"337\"><p data-css=\"tve-u-162492e70ad\">Etiam pharetra, erat sed fermentum feugiat, velit mauris</p></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621ad46076\" wfd-id=\"296\">\n<div class=\"tve-page-section-out\" wfd-id=\"327\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621b072b4e\" wfd-id=\"297\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621a8b2488\" wfd-id=\"298\"><div class=\"tcb-flex-row tcb--cols--2 v-2\" data-css=\"tve-u-1621a8a804b\" wfd-id=\"299\"><div class=\"tcb-flex-col\" wfd-id=\"309\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16271bfe70c\" wfd-id=\"311\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h3\" data-css=\"tve-u-1621a8c4313\" wfd-id=\"326\"><h3><strong>Complete cleaning services for yoâ€‹ur car</strong></h3></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-16417b70f47\" wfd-id=\"312\"><ul class=\"tcb-styled-list\" wfd-id=\"313\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621acf0289\" wfd-id=\"322\"><div class=\"tcb-styled-list-icon\" wfd-id=\"324\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a8e11f3\" wfd-id=\"325\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ace1b08\" wfd-id=\"323\">We are a small business delivering professional cleaning services for all vehicles</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621acf64fb\" wfd-id=\"318\"><div class=\"tcb-styled-list-icon\" wfd-id=\"320\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a8e5625\" wfd-id=\"321\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ace4de9\" wfd-id=\"319\">Our services are convenient for individuals and corporate fleets</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"314\"><div class=\"tcb-styled-list-icon\" wfd-id=\"316\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a9076ef\" wfd-id=\"317\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621acf47d2\" wfd-id=\"315\">We use eco-friendly products that actually clean, protect and maintain your car better than the traditional cleaning substances</span></li></ul></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"300\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621a90a46f\" wfd-id=\"302\"><div class=\"thrv_wrapper thrv-fill-counter tve_red tve_normalfc thrv_data_element\" data-css=\"tve-u-1621a983587\" wfd-id=\"303\">\n<div class=\"tve_fill_counter_n\" style=\"\" data-fill=\"100\" data-css=\"tve-u-1621a98b602\" wfd-id=\"304\">\n<svg viewBox=\"0 0 170 170\" class=\"tve_fill_counter_circle\" shape-rendering=\"optimizeSpeed\" data-css=\"tve-u-1621a9a2862\">\n<circle class=\"tve_fill_counter_circle_inner\" r=\"85\" cx=\"85\" cy=\"85\" data-css=\"tve-u-1621a9685d4\"></circle>\n</svg>\n<div class=\"tve_fill_text_in\" data-css=\"tve-u-1621a96b190\" wfd-id=\"305\">\n<div class=\"tve_fill_text_value\" data-css=\"tve-u-1621a9a2866\" wfd-id=\"307\">\n<div class=\"thrv-inline-text tve_fill_text tve_editable\" data-css=\"tve-u-1621a9a2867\" wfd-id=\"308\"><strong>100%â€‹</strong></div>\n</div>\n<div class=\"thrv-inline-text tve_editable tve_data_element_label\" data-css=\"tve-u-1621a9750ae\" wfd-id=\"306\">Clean car</div>\n</div>\n</div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621ada1e7f\" data-value-type=\"percent\" wfd-id=\"260\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621adba9ef\" data-clip-id=\"52d5a36c151aa\" wfd-id=\"295\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-52d5a36c151aa\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0875\"></polygon></clipPath><clipPath id=\"clip-tablet-top-52d5a36c151aa\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0524\"></polygon></clipPath><clipPath id=\"clip-mobile-top-52d5a36c151aa\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0349\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621ad420c4\" wfd-id=\"261\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621ade6172\" wfd-id=\"262\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2 tcb-row-reversed-mobile tcb-mobile-edit v-2\" data-css=\"tve-u-1621adea58b\" wfd-id=\"263\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621b064646\" style=\"\" wfd-id=\"289\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ae0bec7\" wfd-id=\"291\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ae4fd21\" data-value-type=\"percent\" data-float=\"1\" wfd-id=\"292\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621ae6c8da\" data-clip-id=\"aa2c3e3c70555\" wfd-id=\"294\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0349\"></polygon></clipPath><clipPath id=\"clip-tablet-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"4\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0699\"></polygon></clipPath><clipPath id=\"clip-mobile-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"4\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0699\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb\" data-css=\"tve-u-1621ae4db6e\" wfd-id=\"293\"></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621b064668\" style=\"\" wfd-id=\"264\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621f45bed3\" wfd-id=\"266\"><div class=\"tcb-clear\" data-css=\"tve-u-16224848ee5\" wfd-id=\"287\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621afceb00\" wfd-id=\"288\"><h2 data-css=\"tve-u-1621afcc0bf\">Check Out Our Special Offer!</h2></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621afda4fa\" wfd-id=\"286\"><p data-css=\"tve-u-1621afd8c98\">Donâ€™t miss the opportunity to get 50% discount on a complete cleaning just by recommending us to a friend. Bring someone you know with you and clean you car half price!</p></div><div class=\"tcb-clear\" data-css=\"tve-u-16224834cab\" wfd-id=\"267\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621fe85996\" wfd-id=\"268\"><div class=\"tcb-flex-row tcb--cols--2 tcb-resized tcb-medium-wrap tcb-desktop-wrap\" data-css=\"tve-u-1621fe78878\" wfd-id=\"269\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621fe94086\" style=\"\" wfd-id=\"277\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"279\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621b01355a\" wfd-id=\"280\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621b08fdde\" data-tcb_hover_state_parent=\"1\" wfd-id=\"285\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16223f02c16\" wfd-id=\"281\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-1620af7eb3f\" data-tcb_hover_state_parent=\"\" data-button-style=\"full_rounded\" wfd-id=\"282\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"283\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-16228c75500\" wfd-id=\"284\"><strong>Request an appointment</strong></span></span>\n</a>\n</div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621fe940b9\" style=\"\" wfd-id=\"270\"><div class=\"tcb-col\" wfd-id=\"272\"><div class=\"tcb-clear\" data-css=\"tve-u-16224716d62\" wfd-id=\"273\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-1621b028939\" data-tcb_hover_state_parent=\"\" data-button-style=\"ghost\" wfd-id=\"274\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"275\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-16228c764b2\" wfd-id=\"276\"><strong>Call Now: 0400-700-682</strong></span></span>\n</a>\n</div></div></div></div></div></div></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16260ba2fa4\" wfd-id=\"167\">\n<div class=\"tve-page-section-out\" wfd-id=\"259\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16260be7104\" wfd-id=\"168\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621b0e4fb7\" wfd-id=\"258\"><h2 data-css=\"tve-u-1621b10fccf\" style=\"text-align: center;\">our happy clients</h2></div><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641367127b\" data-float=\"1\" wfd-id=\"257\"><svg class=\"tcb-icon\" viewBox=\"0 0 30 32\" data-name=\"quote-left\">\n<path d=\"M13.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429zM29.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641367e553\" wfd-id=\"256\"><svg class=\"tcb-icon\" viewBox=\"0 0 30 32\" data-name=\"quote-left\">\n<path d=\"M13.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429zM29.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a10d3b4\" wfd-id=\"227\">\n<div class=\"tve-content-box-background\" wfd-id=\"255\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"228\"><div class=\"tcb-clear\" data-css=\"tve-u-1621b300a64\" wfd-id=\"253\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-1621f154231\" wfd-id=\"254\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621b200375\" wfd-id=\"231\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-16260d8392c\" wfd-id=\"232\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"237\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"239\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16417b62c09\" wfd-id=\"240\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-16260d8396c\" wfd-id=\"241\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16260d01208\" style=\"\" wfd-id=\"247\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"249\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"250\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16225617da3\" wfd-id=\"252\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"251\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16260d0120e\" style=\"\" wfd-id=\"242\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"244\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"246\"><h5>Brett Graham, 28</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"245\"><h6 class=\"\">Architect</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"233\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"235\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"236\"><p data-css=\"tve-u-162539c17ec\">Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit. Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit.&nbsp;</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-16260c5ff0c\" wfd-id=\"229\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260c5ff07\" wfd-id=\"230\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a12f675\" wfd-id=\"198\">\n<div class=\"tve-content-box-background\" wfd-id=\"226\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"199\"><div class=\"tcb-clear\" data-css=\"tve-u-16260cd7683\" wfd-id=\"224\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260d73672\" wfd-id=\"225\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16260da3aa7\" wfd-id=\"202\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-1621fb68b97\" wfd-id=\"203\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"208\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"210\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16417b662bf\" wfd-id=\"211\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-1621fb65556\" wfd-id=\"212\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16229915e1a\" style=\"\" wfd-id=\"218\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"220\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"221\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16260c433e9\" wfd-id=\"223\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"222\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16229915e4e\" style=\"\" wfd-id=\"213\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"215\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"217\"><h5>Rosie Hanson, 24</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"216\"><h6 class=\"\">Real estate Associate</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"204\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"206\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"207\"><p data-css=\"tve-u-162539c17ec\">Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo.</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-16260d3b97e\" wfd-id=\"200\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260d39b83\" wfd-id=\"201\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a146aef\" wfd-id=\"169\">\n<div class=\"tve-content-box-background\" wfd-id=\"197\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"170\"><div class=\"tcb-clear\" data-css=\"tve-u-16260cd7683\" wfd-id=\"195\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260cd622f\" wfd-id=\"196\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16260c39a7e\" wfd-id=\"173\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-16260d3f4aa\" wfd-id=\"174\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"179\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"181\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621fbacc60\" wfd-id=\"182\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-16260d3f4af\" wfd-id=\"183\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16229915e1a\" style=\"\" wfd-id=\"189\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"191\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"192\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16260d5e4b8\" wfd-id=\"194\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"193\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16229915e4e\" style=\"\" wfd-id=\"184\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"186\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"188\"><h5>Shawn Mattews, 35</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"187\"><h6 class=\"\">project manager</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"175\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"177\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"178\"><p data-css=\"tve-u-162539c17ec\">Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo. Nullam ac urna eu felis.Sed non neque elit. Sed ut imperdiet nisi. Proin condimentum</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1621b30ca74\" wfd-id=\"171\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-1621f15b521\" wfd-id=\"172\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621b3c8c52\" wfd-id=\"63\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621b3cfc7b\" wfd-id=\"166\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621b3c74d9\" wfd-id=\"64\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621e7b695a\" wfd-id=\"165\"><h2 data-css=\"tve-u-1621e7a7350\" style=\"text-align: center;\">our offers</h2></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621e7c899a\" wfd-id=\"65\"><div class=\"tcb-flex-row tcb--cols--3 tcb-medium-wrap v-2\" data-css=\"tve-u-1621e7c7aa1\" wfd-id=\"66\"><div class=\"tcb-flex-col\" wfd-id=\"129\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16223fc9f23\" wfd-id=\"131\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e7ceab3\" style=\"\" wfd-id=\"132\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16416e4fafd\" wfd-id=\"164\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e7d5094\" wfd-id=\"133\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e7e9950\" data-value-type=\"percent\" style=\"\" wfd-id=\"160\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e7edfd9\" data-clip-id=\"10ffac3b28f1d\" wfd-id=\"163\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-10ffac3b28f1d\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-10ffac3b28f1d\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e7e6c1d\" wfd-id=\"161\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-16417b4cb9e\" wfd-id=\"162\"><h4 data-css=\"tve-u-1621fe1a1af\" style=\"text-align: center;\"><strong>Basic Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ec6c39b\" data-float=\"1\" wfd-id=\"156\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e81f424\" wfd-id=\"159\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec752da\" wfd-id=\"157\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"158\"><h4 data-css=\"tve-u-1621fe1bd18\" style=\"text-align: center;\"><strong>15$</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621ea50702\" wfd-id=\"134\"><ul class=\"tcb-styled-list\" wfd-id=\"135\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec3a5c0\" wfd-id=\"152\"><div class=\"tcb-styled-list-icon\" wfd-id=\"154\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec204df\" wfd-id=\"155\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec241aa\" wfd-id=\"153\">Interior vacuum</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"148\"><div class=\"tcb-styled-list-icon\" wfd-id=\"150\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec20f68\" wfd-id=\"151\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec2704c\" wfd-id=\"149\">Dust &amp;dash console</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec42aa7\" wfd-id=\"144\"><div class=\"tcb-styled-list-icon\" wfd-id=\"146\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec21a31\" wfd-id=\"147\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec298ab\" wfd-id=\"145\">Hand towel dry</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec43fe2\" wfd-id=\"140\"><div class=\"tcb-styled-list-icon\" wfd-id=\"142\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ea1fba7\" wfd-id=\"143\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea23322\" wfd-id=\"141\">Clean windows</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec454d9\" wfd-id=\"136\"><div class=\"tcb-styled-list-icon\" wfd-id=\"138\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ea295c0\" wfd-id=\"139\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea2c69a\" wfd-id=\"137\">Soft cloth wash</span></li></ul></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"98\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"100\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621eb81205\" style=\"\" wfd-id=\"101\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16416e603ab\" wfd-id=\"128\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621eb7ccb0\" wfd-id=\"102\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ebbbb6d\" data-value-type=\"percent\" wfd-id=\"124\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eaaedd8\" data-clip-id=\"a2b9cf3198d6f\" wfd-id=\"127\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-a2b9cf3198d6f\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-a2b9cf3198d6f\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec7f21a\" wfd-id=\"125\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e930bd7\" wfd-id=\"126\"><h4 data-css=\"tve-u-1621e92e97f\" style=\"text-align: center;\"><strong>Ultimate Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ec78d2c\" data-float=\"1\" wfd-id=\"120\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eab272c\" wfd-id=\"123\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec79a7d\" wfd-id=\"121\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"122\"><h4 data-css=\"tve-u-1621e942b65\" style=\"text-align: center;\"><strong>22 $</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621ebfa746\" wfd-id=\"117\"><p data-css=\"tve-u-1621f4ceaf6\" style=\"text-align: center;\">Includes basic service <span data-css=\"tve-u-1621f4ceaf7\" style=\"color: rgb(15, 29, 123);\" wfd-id=\"118\"><strong class=\"\"><span data-css=\"tve-u-1621f4ceafb\" wfd-id=\"119\">+</span></strong></span></p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621ebf340c\" wfd-id=\"103\"><ul class=\"tcb-styled-list\" wfd-id=\"104\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-164137a0b1f\" wfd-id=\"113\"><div class=\"tcb-styled-list-icon\" wfd-id=\"115\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec0c5bd\" wfd-id=\"116\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ebfe4ce\" wfd-id=\"114\">Triple foam conditiner</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec04541\" wfd-id=\"109\"><div class=\"tcb-styled-list-icon\" wfd-id=\"111\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec09a3c\" wfd-id=\"112\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ebff867\" wfd-id=\"110\">Tire dressing</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec05cc3\" wfd-id=\"105\"><div class=\"tcb-styled-list-icon\" wfd-id=\"107\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec15f6e\" wfd-id=\"108\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec009a8\" wfd-id=\"106\">Air freshner</span></li></ul></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"67\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16223dad661\" wfd-id=\"69\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621fd9c946\" style=\"\" wfd-id=\"70\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e7d234c\" wfd-id=\"97\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621fd84d7b\" wfd-id=\"71\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16223b080b0\" data-value-type=\"percent\" wfd-id=\"93\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eb3eb9f\" data-clip-id=\"ac98bb0e54b3b\" wfd-id=\"96\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621fd8766c\" wfd-id=\"94\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e930bd7\" wfd-id=\"95\"><h4 data-css=\"tve-u-1621fe1587d\" style=\"text-align: center;\"><strong>Supreme Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e8107f3\" wfd-id=\"89\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eb43d8d\" wfd-id=\"92\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e819c52\" wfd-id=\"90\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"91\"><h4 data-css=\"tve-u-1621fe1725e\" style=\"text-align: center;\"><strong>30 $</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621eb037bb\" wfd-id=\"86\"><p data-css=\"tve-u-1621f4d0451\" style=\"text-align: center;\">Includes ultimate service <span data-css=\"tve-u-1621eaff572\" style=\"color: rgb(15, 29, 123);\" wfd-id=\"87\"><strong class=\"\"><span data-css=\"tve-u-1621eb01b60\" wfd-id=\"88\">+</span></strong></span></p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621eacf6af\" wfd-id=\"72\"><ul class=\"tcb-styled-list\" wfd-id=\"73\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec36a4d\" wfd-id=\"82\"><div class=\"tcb-styled-list-icon\" wfd-id=\"84\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e9993aa\" wfd-id=\"85\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea1a5d7\" wfd-id=\"83\">Exterior trim dressing</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"78\"><div class=\"tcb-styled-list-icon\" wfd-id=\"80\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e99b1db\" wfd-id=\"81\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea19a06\" wfd-id=\"79\">Hand applied spray wax</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec37ea5\" wfd-id=\"74\"><div class=\"tcb-styled-list-icon\" wfd-id=\"76\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e99c314\" wfd-id=\"77\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea18c5d\" wfd-id=\"75\">Interior conditioner</span></li></ul></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621efddaaf\" wfd-id=\"42\">\n<div class=\"tve-page-section-out\" wfd-id=\"62\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621edf8048\" wfd-id=\"43\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621f114214\" wfd-id=\"44\"><div class=\"tcb-flex-row tcb-resized tcb-mobile-edit tcb--cols--2\" data-css=\"tve-u-1621ee03000\" wfd-id=\"45\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621ee4be21\" style=\"\" wfd-id=\"50\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ee093d4\" wfd-id=\"52\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ee3afec\" wfd-id=\"56\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621ee58e74\" wfd-id=\"61\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ee37f4a\" wfd-id=\"57\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1621ee74a24\" wfd-id=\"60\"><svg class=\"tcb-icon\" viewBox=\"0 0 16 28\" data-name=\"map-marker\">\n<path d=\"M12 10c0-2.203-1.797-4-4-4s-4 1.797-4 4 1.797 4 4 4 4-1.797 4-4zM16 10c0 0.953-0.109 1.937-0.516 2.797l-5.688 12.094c-0.328 0.688-1.047 1.109-1.797 1.109s-1.469-0.422-1.781-1.109l-5.703-12.094c-0.406-0.859-0.516-1.844-0.516-2.797 0-4.422 3.578-8 8-8s8 3.578 8 8z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621ee63e1c\" wfd-id=\"59\"><h2 data-css=\"tve-u-1621fdcb4ea\" style=\"text-align: center;\">contact us</h2></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16422a1ce91\" wfd-id=\"58\"><p data-css=\"tve-u-16422a1ce94\" style=\"text-align: left;\">Your adress goes here</p><p data-css=\"tve-u-16422a1ce93\" style=\"text-align: left;\">Phone: 0400 - 700 - 682</p><p data-css=\"tve-u-16422a1ce92\" style=\"text-align: left;\">Email: our_office@gmail.com</p></div></div>\n</div><div class=\"tcb-clear\" data-css=\"tve-u-16417c828be\" wfd-id=\"53\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_slide_left\" data-css=\"tve-u-1621ef118dc\" style=\"\" wfd-id=\"54\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"55\"><img class=\"tve_image tve_evt_manager_listen tve_et_tve-viewport wp-image-21388\" alt=\"\" width=\"567\" height=\"384\" title=\"Car wash img footer\" data-id=\"21388\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-img-footer.png\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_left&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" style=\"width: 100%;\"></span></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621ee4be73\" style=\"\" wfd-id=\"46\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ee22c43\" wfd-id=\"48\"><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-1621ee18a1c\" wfd-id=\"49\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=New York&amp;t=m&amp;z=5&amp;output=embed&amp;iwloc=near\"></iframe>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621f0aa8f7\" wfd-id=\"29\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621f0ada0e\" wfd-id=\"41\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621f0b0088\" wfd-id=\"30\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621f0d2c1a\" wfd-id=\"31\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-1621f0cbe40\" wfd-id=\"32\"><div class=\"tcb-flex-col\" wfd-id=\"37\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"39\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621f0da775\" wfd-id=\"40\"><p data-css=\"tve-u-1622444fb11\">Â© 2018, Your company name . All rights reserved.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"33\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"35\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16223fe5f5b\" wfd-id=\"36\"><p data-css=\"tve-u-1621f0d874c\" style=\"text-align: right;\">Made with <a href=\"https://thrivethemes.com/\" target=\"_blank\">Thrive Architect</a></p></div></div></div></div></div></div>\n</div>\n\n'),(6862,570,'tve_revision_tve_content_more_found',''),(6863,570,'tve_revision_tve_save_post',''),(6864,570,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Merriweather:400,700&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Special+Elite:400&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Poppins:400,800,900,300,700,&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Monda:400,700,&subset=latin\");@media (min-width: 300px){.tcb-plain-text { font-family: Monda; font-weight: 400; font-size: 14px; }#tve_editor [data-css=\"tve-u-1621b072b4e\"] p, #tve_editor [data-css=\"tve-u-1621b072b4e\"] li, #tve_editor [data-css=\"tve-u-1621b072b4e\"] blockquote, #tve_editor [data-css=\"tve-u-1621b072b4e\"] address, #tve_editor [data-css=\"tve-u-1621b072b4e\"] .tcb-plain-text, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h1, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h2, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h3, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h4, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h5, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h6 { color: rgb(18, 18, 18); }[data-css=\"tve-u-16417c828be\"]::after { clear: both; }[data-css=\"tve-u-1621fe78878\"] .tcb-flex-col { flex-basis: 160px !important; }[data-css=\"tve-u-16417b70f47\"] { padding: 0px !important; margin: 0px !important; }#tve_editor [data-css=\"tve-u-1621fdcb4ea\"] { color: rgb(15, 29, 123) !important; }#tve_editor [data-css=\"tve-u-1641367127b\"] > :first-child { color: rgb(15, 29, 123); }[data-css=\"tve-u-1641367127b\"] { font-size: 60px; float: none; box-shadow: none; position: relative; z-index: 5; margin: 0px auto !important; }#tve_editor [data-css=\"tve-u-1641333d7d1\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-162717cb617\"] > .tcb-flex-col { padding-left: 0px; }#tve_editor [data-css=\"tve-u-16413112747\"] { color: rgba(255, 255, 255, 0.85) !important; }[data-css=\"tve-u-16369305186\"] > .tve-cb { display: block; }#tve_editor [data-css=\"tve-u-162717cb609\"] p, #tve_editor [data-css=\"tve-u-162717cb609\"] li, #tve_editor [data-css=\"tve-u-162717cb609\"] blockquote, #tve_editor [data-css=\"tve-u-162717cb609\"] address, #tve_editor [data-css=\"tve-u-162717cb609\"] h1, #tve_editor [data-css=\"tve-u-162717cb609\"] h2, #tve_editor [data-css=\"tve-u-162717cb609\"] h3, #tve_editor [data-css=\"tve-u-162717cb609\"] h4, #tve_editor [data-css=\"tve-u-162717cb609\"] h5, #tve_editor [data-css=\"tve-u-162717cb609\"] h6 { color: rgb(255, 255, 255); }[data-css=\"tve-u-16369305186\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-162717cb621\"] .tve-page-section-in { display: flex; justify-content: center; flex-direction: column; }[data-css=\"tve-u-162717fcf9d\"] .tve-page-section-in { display: block; }[data-css=\"tve-u-1628a146aef\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1628a12f675\"] { padding: 0px !important; margin: 0px 0px 60px !important; }[data-css=\"tve-u-1628a10d3b4\"] { max-width: 100%; padding: 0px !important; margin: 0px 0px 60px !important; }[data-css=\"tve-u-16271ca808e\"] { color: rgb(0, 229, 255) !important; }#tve_editor [data-css=\"tve-u-162717cb618\"] p, #tve_editor [data-css=\"tve-u-162717cb618\"] li, #tve_editor [data-css=\"tve-u-162717cb618\"] blockquote, #tve_editor [data-css=\"tve-u-162717cb618\"] address, #tve_editor [data-css=\"tve-u-162717cb618\"] h1, #tve_editor [data-css=\"tve-u-162717cb618\"] h2, #tve_editor [data-css=\"tve-u-162717cb618\"] h3, #tve_editor [data-css=\"tve-u-162717cb618\"] h4, #tve_editor [data-css=\"tve-u-162717cb618\"] h5, #tve_editor [data-css=\"tve-u-162717cb618\"] h6 { color: rgb(0, 229, 255); }[data-css=\"tve-u-162718bd0c0\"] { clip-path: url(\"#clip-top-a3b25e1c9221a\"); -webkit-clip-path: url(\"#clip-top-a3b25e1c9221a\");  }[data-css=\"tve-u-162718a3b40\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-162717fcf9d\"] { z-index: 5; padding: 170px 40px 0px !important; margin-top: -80px !important; }[data-css=\"tve-u-16260cd622f\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-16260cd7683\"]::after { clear: both; }[data-css=\"tve-u-16260cd622f\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin-top: 0px !important; margin-bottom: -1px !important; }[data-css=\"tve-u-16260be7104\"] { max-width: 1200px; }[data-css=\"tve-u-16260ba2fa4\"] { padding: 100px 40px !important; }[data-css=\"tve-u-162539c17ec\"] { line-height: 1.6em !important; }#tve_editor [data-css=\"tve-u-162493b6b63\"]:hover { background-color: rgb(248, 249, 251) !important; }#tve_editor [data-css=\"tve-u-1624939a960\"]:hover { background-color: rgb(248, 249, 251) !important; background-image: none !important; }#tve_editor [data-css=\"tve-u-162492e70ad\"] { color: rgb(137, 141, 167) !important; }[data-css=\"tve-u-162492815ba\"] { padding: 0px !important; margin-top: 25px !important; }[data-css=\"tve-u-162491e8e1f\"]::after { clear: both; }[data-css=\"tve-u-1622f65ba70\"] { border: none; background-image: none !important; padding: 0px 30px 30px !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-1622a159bcb\"] { max-width: 100%; float: none; z-index: 6; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; margin-top: 0px !important; }[data-css=\"tve-u-16229915e4e\"] { max-width: 62.8%; }[data-css=\"tve-u-16229915e1a\"] { max-width: 37.2%; }[data-css=\"tve-u-16225617da3\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-Brett.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16225611edb\"] { min-height: 127px; }[data-css=\"tve-u-1622561121b\"] { max-width: 127px; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-16224848ee5\"]::after { clear: both; }[data-css=\"tve-u-16224834cab\"]::after { clear: both; }[data-css=\"tve-u-1621ee3afec\"] > .tve-cb { display: block; }[data-css=\"tve-u-1621fe78878\"] > .tcb-flex-col { padding-left: 5px; }[data-css=\"tve-u-1621fe940b9\"] { max-width: 50%; }[data-css=\"tve-u-1621fe94086\"] { max-width: 50%; }[data-css=\"tve-u-1621fe85996\"] { max-width: 585px; float: left; z-index: 3; position: relative; width: 100%; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621fe78878\"] > .tcb-flex-col > .tcb-col { min-height: 65px; justify-content: center; }[data-css=\"tve-u-1621fe78878\"] { min-height: inherit; margin-left: -5px; padding: 0px !important; flex-wrap: wrap !important; }#tve_editor [data-css=\"tve-u-1621f4d0451\"] { font-size: 20px !important; }#tve_editor [data-css=\"tve-u-1621f4ceaf6\"] { font-size: 20px !important; color: rgb(12, 12, 12) !important; }[data-css=\"tve-u-1621f45bed3\"] { padding: 0px !important; }[data-css=\"tve-u-1621f114214\"] { float: none; max-width: 100%; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621f0da775\"] { padding: 0px !important; }#tve_editor [data-css=\"tve-u-1621f0d874c\"] { letter-spacing: 1px; color: rgb(137, 141, 167) !important; font-size: 14px !important; }[data-css=\"tve-u-1621f0d2c1a\"] { max-width: 100%; margin-left: 60px !important; margin-right: 60px !important; }[data-css=\"tve-u-1621f0aa8f7\"] .tve-page-section-in { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621f0cbe40\"] { margin-left: 0px; padding: 0px !important; }[data-css=\"tve-u-1621f0cbe40\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-1621f0b0088\"] { max-width: 100%; min-height: 140px !important; }[data-css=\"tve-u-1621f0ada0e\"] { background-image: linear-gradient(rgb(22, 22, 24), rgb(22, 22, 24)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1621f0aa8f7\"] { padding: 0px !important; }[data-css=\"tve-u-1621efddaaf\"] { padding: 0px !important; }[data-css=\"tve-u-1621ef118dc\"] { width: 567px; position: relative; right: -50px; top: -104px; float: right; z-index: 3; margin-top: 0px !important; margin-bottom: 0px !important; padding-left: 0px !important; }#tve_editor [data-css=\"tve-u-1621ee74a24\"] > :first-child { color: rgb(15, 29, 123); }[data-css=\"tve-u-1621ee74a24\"] { font-size: 60px; float: none; z-index: 3; position: relative; margin: 0px auto 10px !important; padding-top: 0px !important; }[data-css=\"tve-u-1621ee63e1c\"] { float: none; z-index: 3; position: relative; max-width: none; width: 100%; padding: 0px !important; margin: 0px auto 30px !important; }[data-css=\"tve-u-1621ee58e74\"] { background-color: rgb(224, 226, 236) !important; }[data-css=\"tve-u-1621ee4be73\"] { max-width: 61%; }[data-css=\"tve-u-1621ee4be21\"] { max-width: 39%; }[data-css=\"tve-u-1621ee3afec\"] { padding: 60px 0px 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621ee37f4a\"] { min-height: 380px; }[data-css=\"tve-u-1621ee22c43\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding-top: 0px !important; padding-left: 0px !important; }[data-css=\"tve-u-1621ee18a1c\"] { margin: 80px 0px 0px 122px !important; }[data-css=\"tve-u-1621ee093d4\"] { margin-top: 0px !important; }[data-css=\"tve-u-1621ee03000\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1621ee03000\"] { margin-left: 0px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-1621ee03000\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-1621edf8048\"] { max-width: 100%; min-height: 1px !important; }[data-css=\"tve-u-1621ec454d9\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec43fe2\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec42aa7\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec3a5c0\"] { margin-top: 0px !important; margin-bottom: 10px !important; }[data-css=\"tve-u-1621ec37ea5\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec36a4d\"] { margin-bottom: 10px !important; }[data-css=\"tve-u-1621ea18c5d\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ea19a06\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ea1a5d7\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ea2c69a\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ea23322\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ec298ab\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ec2704c\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ec241aa\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ec05cc3\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec04541\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec009a8\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ebff867\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ebfe4ce\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621eb037bb\"] { padding: 0px !important; margin-top: 0px !important; margin-bottom: 30px !important; }[data-css=\"tve-u-1621eaff572\"] { color: rgb(15, 29, 123) !important; }[data-css=\"tve-u-1621ea50702\"] { max-width: 230px; float: none; z-index: 3; position: relative; width: 100%; padding: 0px !important; margin: 0px auto !important; }#tve_editor [data-css=\"tve-u-1621ea2c69a\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ea295c0\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ea295c0\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ea1fba7\"] > :first-child { color: rgb(137, 141, 167); }#tve_editor [data-css=\"tve-u-1621ea23322\"] { font-size: 16px !important; }[data-css=\"tve-u-1621ea1fba7\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }[data-css=\"tve-u-1621e99c314\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }[data-css=\"tve-u-1621e99b1db\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }[data-css=\"tve-u-1621e9993aa\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ea1a5d7\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ea19a06\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ea18c5d\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621e99c314\"] > :first-child { color: rgb(137, 141, 167); }#tve_editor [data-css=\"tve-u-1621e99b1db\"] > :first-child { color: rgb(137, 141, 167); }#tve_editor [data-css=\"tve-u-1621e9993aa\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621e8107f3\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621e942b65\"] strong { font-weight: 800; }[data-css=\"tve-u-1621e7e9950\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621e930bd7\"] { padding: 0px 0px 50px !important; }#tve_editor [data-css=\"tve-u-1621e92e97f\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1621e81f424\"] { border-radius: 200px; overflow: hidden; background-image: none !important; border: 3px solid rgb(255, 255, 255) !important; background-color: rgb(144, 147, 168) !important; }[data-css=\"tve-u-1621e819c52\"] { min-height: 110px; }[data-css=\"tve-u-1621e8107f3\"] { float: none; max-width: 110px; z-index: 4; padding: 0px !important; margin: -60px auto 30px !important; }[data-css=\"tve-u-1621e7edfd9\"] { clip-path: url(\"#clip-bottom-10ffac3b28f1d\"); -webkit-clip-path: url(\"#clip-bottom-10ffac3b28f1d\");  background-image: none !important; background-color: rgb(144, 147, 168) !important; }[data-css=\"tve-u-1621e7e9950\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1621e7e6c1d\"] { min-height: 150px; }[data-css=\"tve-u-1621e7c7aa1\"] > .tcb-flex-col { padding-left: 60px; }[data-css=\"tve-u-1621e7d5094\"] { min-height: 480px; }[data-css=\"tve-u-1621e7d234c\"] { box-shadow: rgba(0, 0, 0, 0.02) 0px 2px 22px 0px; background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1621e7ceab3\"] { float: none; width: 100%; padding: 0px 0px 20px !important; margin: 0px auto !important; }[data-css=\"tve-u-1621e7c899a\"] { float: none; max-width: 100%; margin: 0px auto !important; }[data-css=\"tve-u-1621e7c7aa1\"] { margin-left: -60px; padding: 0px !important; }[data-css=\"tve-u-1621e7b695a\"] { padding: 0px !important; margin-bottom: 100px !important; }#tve_editor [data-css=\"tve-u-1621e7a7350\"] { color: rgb(15, 29, 123) !important; }[data-css=\"tve-u-1621b3cfc7b\"] { filter: blur(0px); opacity: 1; background-image: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(220, 224, 246) 38%) !important; background-color: rgb(212, 212, 212) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1621b3c8c52\"] { padding: 100px 40px !important; }[data-css=\"tve-u-1621b3c74d9\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-1621b300a64\"]::after { clear: both; }[data-css=\"tve-u-1621b24a89d\"] { padding: 0px !important; }[data-css=\"tve-u-1621b22a018\"] { background-image: none !important; padding: 0px !important; }[data-css=\"tve-u-1621b200375\"] { float: none; max-width: 100%; border-left: 1px solid rgba(15, 29, 123, 0.7); border-right: 1px solid rgba(15, 29, 123, 0.7); background-color: rgb(248, 249, 251) !important; margin: 0px auto !important; }[data-css=\"tve-u-1621b10fccf\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621b0e4fb7\"] { border-right: none; max-width: 100%; padding: 0px !important; margin-bottom: 40px !important; margin-right: 0px !important; }[data-css=\"tve-u-1621b072b4e\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-1621b064668\"] { max-width: 52%; }[data-css=\"tve-u-1621b064646\"] { max-width: 48%; }[data-css=\"tve-u-1621afda4fa\"] { max-width: none; padding: 0px !important; margin-bottom: 40px !important; }#tve_editor [data-css=\"tve-u-1621afd8c98\"] { color: rgb(255, 255, 255) !important; font-size: 20px !important; }[data-css=\"tve-u-1621afceb00\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 80%; padding: 0px !important; margin-bottom: 50px !important; }#tve_editor [data-css=\"tve-u-1621afcc0bf\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1621a8a804b\"] > .tcb-flex-col { padding-left: 60px; }[data-css=\"tve-u-1621ae6c8da\"] { clip-path: url(\"#clip-top-aa2c3e3c70555\"); -webkit-clip-path: url(\"#clip-top-aa2c3e3c70555\");  background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-Cta-2.jpg\") !important; background-size: cover !important; background-position: 0% 100% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1621ae4fd21\"] { max-width: 100%; top: -70px; z-index: 5; left: -60px; position: relative !important; padding: 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-1621ae4db6e\"] { min-height: 524px; }[data-css=\"tve-u-1621ada1e7f\"] .tve-page-section-in { display: flex; flex-direction: column; justify-content: center; }[data-css=\"tve-u-1621adea58b\"] > .tcb-flex-col > .tcb-col { min-height: 1px; justify-content: center; }[data-css=\"tve-u-1621ae0bec7\"] { height: calc(100% - -22px); background-image: linear-gradient(rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.14)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; margin-left: 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621adea58b\"] > .tcb-flex-col { padding-left: 50px; }[data-css=\"tve-u-1621adea58b\"] { margin-left: -50px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-1621ade6172\"] { max-width: 100%; float: none; width: 100%; margin: 0px auto !important; }[data-css=\"tve-u-1621adba9ef\"] { clip-path: url(\"#clip-top-52d5a36c151aa\"); -webkit-clip-path: url(\"#clip-top-52d5a36c151aa\");  background-image: linear-gradient(rgba(15, 29, 123, 0.65), rgba(15, 29, 123, 0.65)), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-cta-bg.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-1621ada1e7f\"] { padding: 0px 40px !important; }[data-css=\"tve-u-1621ad46076\"] { padding: 100px 40px !important; margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1621ad420c4\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-1621a9076ef\"] { padding-top: 2px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-1621acf64fb\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621acf47d2\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1621acf0289\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621a8e11f3\"] { padding-top: 2px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-1621a8e5625\"] { padding-top: 2px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-1621ace4de9\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1621ace1b08\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1621a9a2867\"] strong { font-weight: 700; }#tve_editor [data-css=\"tve-u-1621a9a2867\"] { font-weight: 300; color: rgb(15, 29, 123) !important; font-family: Poppins !important; }[data-css=\"tve-u-1621a9750ae\"] { font-size: 18.36px !important; line-height: 18.36px !important; }[data-css=\"tve-u-1621a9a2867\"] { font-size: 64.8px !important; line-height: 64.8px !important; }[data-css=\"tve-u-1621a9a2866\"] { margin-top: 54px !important; }[data-css=\"tve-u-1621a9a2862\"] { width: 216px !important; height: 216px !important; background-color: rgb(137, 141, 167) !important; }[data-css=\"tve-u-1621a98b602\"] { stroke-dasharray: 678.584, 678.584; }[data-css=\"tve-u-1621a983587\"] { float: none; border: 30px solid rgba(137, 141, 167, 0.24); z-index: 3; position: relative; margin: 30px auto 0px !important; padding: 0px !important; }[data-css=\"tve-u-1621a9750ae\"] strong { font-weight: 700; }#tve_editor [data-css=\"tve-u-1621a9750ae\"] { color: rgb(255, 255, 255) !important; font-family: Monda !important; }[data-css=\"tve-u-1621a96b190\"] { background-color: rgb(101, 114, 203); width: 194.4px !important; height: 194.4px !important; top: 10.8px !important; bottom: 10.8px !important; left: 10.8px !important; right: 10.8px !important; }[data-css=\"tve-u-1621a9685d4\"] { stroke: rgb(248, 251, 253) !important; stroke-width: 22.6px !important; }[data-css=\"tve-u-1621a8a804b\"] > .tcb-flex-col > .tcb-col { min-height: 445px; justify-content: center; }[data-css=\"tve-u-1621a90a46f\"] { background-image: radial-gradient(rgba(255, 255, 255, 0.51) 16%, rgb(255, 255, 255) 73%), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-100-clean.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }#tve_editor [data-css=\"tve-u-1621a9076ef\"] > :first-child { color: rgb(15, 29, 123); }#tve_editor [data-css=\"tve-u-1621a8e5625\"] > :first-child { color: rgb(15, 29, 123); }#tve_editor [data-css=\"tve-u-1621a8e11f3\"] > :first-child { color: rgb(15, 29, 123); }[data-css=\"tve-u-1621a8c4313\"] { padding: 0px !important; margin-bottom: 60px !important; }[data-css=\"tve-u-1621a8b2488\"] { float: none; max-width: 100%; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621a8a804b\"] { min-height: inherit; margin-left: -60px; padding: 0px !important; }[data-css=\"tve-u-1621a2e0d5b\"] { line-height: 1em !important; }[data-css=\"tve-u-1621a2247ba\"] { max-width: 100%; float: none; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; }#tve_editor [data-css=\"tve-u-1620af7eb3f\"] .tcb-button-link { font-size: 18px; color: rgb(15, 29, 123) !important; }#tve_editor [data-css=\"tve-u-1620af7eb3f\"]:hover strong { font-weight: 700 !important; }[data-css=\"tve-u-1620af7eb3f\"] { width: 268px; float: left; z-index: 3; position: relative; display: block; max-width: 268px; margin-bottom: 0px !important; margin-top: 0px !important; margin-left: 3px !important; }#tve_editor [data-css=\"tve-u-1620af7eb3f\"]:hover .tcb-button-link { color: rgb(255, 255, 255) !important; border-radius: 200px !important; overflow: hidden !important; font-family: Monda !important; font-weight: 400 !important; text-shadow: none !important; background-image: none !important; background-color: rgb(15, 29, 123) !important; }[data-css=\"tve-u-1620af7eb3f\"] .tcb-button-link { border-radius: 200px; min-height: 54.7619px; font-size: 1.33333em; padding-top: 0px; padding-bottom: 0px; background-image: none !important; background-color: rgb(255, 255, 255) !important; padding-right: 15px !important; }#tcb_landing_page a:not(.tcb-button-link).tve_state_hover { color: rgb(35, 55, 188); }#tcb_landing_page a:not(.tcb-button-link):hover { color: rgb(35, 55, 188); }#tcb_landing_page a:not(.tcb-button-link) { color: rgb(255, 255, 255); }#tcb_landing_page input strong { font-weight: 700; }#tcb_landing_page .tcb-button-link strong { font-weight: 700; }#tcb_landing_page p strong, #tcb_landing_page li strong { font-weight: 700; }#tcb_landing_page input { font-family: Merriweather; font-weight: 400; }#tcb_landing_page .tcb-button-link { font-family: Merriweather; font-weight: 400; }#tcb_landing_page p, #tcb_landing_page li { color: rgb(12, 12, 12); font-family: Merriweather; font-weight: 400; line-height: 1.5em; font-size: 16px; }#tcb_landing_page h6 { text-transform: uppercase; font-size: 14px; color: rgb(0, 0, 0); font-family: \"Special Elite\"; font-weight: 400; letter-spacing: 1px; line-height: 1.3em; }#tcb_landing_page h5 { font-size: 22px; color: rgb(12, 12, 12); font-family: \"Special Elite\"; font-weight: 400; line-height: 1.3em; }#tcb_landing_page h4 { font-size: 24px; color: rgb(12, 12, 12); font-family: \"Special Elite\"; font-weight: 400; line-height: 1.3em; }#tcb_landing_page h3 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(12, 12, 12); font-size: 26px; line-height: 1.3em; }#tcb_landing_page h2 { color: rgb(0, 0, 0); font-size: 30px; letter-spacing: 2px; text-transform: uppercase; line-height: 1.3em; font-family: \"Special Elite\"; font-weight: 400; }#tcb_landing_page h1 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(0, 0, 0); font-size: 42px; line-height: 1.3em; }[data-css=\"tve-u-15e09c94f7d\"] { background-color: rgb(255, 255, 255); }[data-css=\"tve-u-1621b01355a\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621b01355a\"] { max-width: 274px; position: relative; float: left; z-index: 3; width: 100%; padding: 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-1621b028939\"] .tcb-button-link { font-size: 18px; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1621b028939\"]:hover strong { font-weight: 700 !important; }[data-css=\"tve-u-1621b028939\"] { display: block; max-width: 268px; width: 268px; top: 0px; left: 0px; float: left; z-index: 3; position: relative; margin-bottom: 0px !important; margin-top: 0px !important; }#tve_editor [data-css=\"tve-u-1621b028939\"]:hover .tcb-button-link { background-color: rgb(255, 255, 255) !important; color: rgb(15, 29, 123) !important; overflow: hidden !important; font-family: Monda !important; background-image: none !important; text-align: center !important; }[data-css=\"tve-u-1621b028939\"] .tcb-button-link { min-height: 54.7619px; font-size: 1.33333em; padding-top: 0px; padding-bottom: 0px; border: 1px solid rgb(255, 255, 255); border-radius: 30px; overflow: hidden; background-color: rgba(26, 188, 156, 0.01) !important; padding-right: 15px !important; color: rgb(26, 188, 156) !important; }[data-css=\"tve-u-1621b08fdde\"] { border-radius: 200px; overflow: hidden; border: 1px solid rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1621b01355a\"]:hover [data-css=\"tve-u-1621b08fdde\"] { border: 1px solid rgba(255, 255, 255, 0.4) !important; }[data-css=\"tve-u-1621b30ca74\"]::after { clear: both; }#tve_editor [data-css=\"tve-u-1621e942b65\"] { font-weight: 400; letter-spacing: 0px; color: rgb(255, 255, 255) !important; font-family: Poppins !important; font-size: 30px !important; }[data-css=\"tve-u-1621e94cb4e\"] { float: none; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621eaaedd8\"] { clip-path: url(\"#clip-bottom-a2b9cf3198d6f\"); -webkit-clip-path: url(\"#clip-bottom-a2b9cf3198d6f\");  background-image: none !important; background-color: rgb(5, 10, 42) !important; }[data-css=\"tve-u-1621eab272c\"] { border-radius: 200px; overflow: hidden; background-image: none !important; border: 3px solid rgb(255, 255, 255) !important; background-color: rgb(5, 10, 42) !important; }[data-css=\"tve-u-1621eacf6af\"] { max-width: 230px; float: none; z-index: 3; position: relative; padding: 0px !important; margin: 0px auto !important; }[data-css=\"tve-u-1621eb3eb9f\"] { clip-path: url(\"#clip-bottom-ac98bb0e54b3b\"); -webkit-clip-path: url(\"#clip-bottom-ac98bb0e54b3b\");  background-image: none !important; background-color: rgb(45, 51, 89) !important; }[data-css=\"tve-u-1621eb43d8d\"] { border-radius: 200px; overflow: hidden; background-image: none !important; border: 3px solid rgb(255, 255, 255) !important; background-color: rgb(45, 51, 89) !important; }[data-css=\"tve-u-1621eb7ccb0\"] { min-height: 530px; }[data-css=\"tve-u-1621eb81205\"] { padding: 0px 0px 20px !important; margin-top: -25px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621ebbbb6d\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621ebbbb6d\"] { max-width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1621ebf340c\"] { max-width: 230px; float: none; z-index: 3; position: relative; width: 100%; padding: 0px !important; margin: 0px auto !important; }[data-css=\"tve-u-1621ebfa746\"] { padding: 0px !important; margin-top: 0px !important; margin-bottom: 30px !important; }#tve_editor [data-css=\"tve-u-1621ebfe4ce\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ebff867\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ec009a8\"] { font-size: 16px !important; }[data-css=\"tve-u-1621ec09a3c\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; margin: 0px !important; }#tve_editor [data-css=\"tve-u-1621ec09a3c\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ec0c5bd\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; margin: 0px !important; }#tve_editor [data-css=\"tve-u-1621ec0c5bd\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ec15f6e\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ec15f6e\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ec204df\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ec204df\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ec20f68\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ec20f68\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ec21a31\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ec21a31\"] > :first-child { color: rgb(137, 141, 167); }#tve_editor [data-css=\"tve-u-1621ec241aa\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ec2704c\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ec298ab\"] { font-size: 16px !important; }[data-css=\"tve-u-1621ec6c39b\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621ec6c39b\"] { float: none; max-width: 110px; z-index: 4; padding: 0px !important; margin: -60px auto 30px !important; }[data-css=\"tve-u-1621ec752da\"] { min-height: 110px; }[data-css=\"tve-u-1621ec78d2c\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621ec78d2c\"] { float: none; max-width: 110px; z-index: 4; padding: 0px !important; margin: -60px auto 30px !important; }[data-css=\"tve-u-1621ec79a7d\"] { min-height: 110px; }[data-css=\"tve-u-1621ec7f21a\"] { min-height: 160px; }[data-css=\"tve-u-1621f154231\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-1621f154231\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin: 0px 0px -1px !important; }[data-css=\"tve-u-1621f15b521\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-1621f15b521\"] { float: right; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin-top: -1px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621f4ceaf7\"] { color: rgb(15, 29, 123) !important; }[data-css=\"tve-u-1621fb65556\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-1621fb65556\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-1621fb65556\"] { min-height: inherit; margin-left: -20px; padding: 0px !important; }[data-css=\"tve-u-1621fb68b97\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-1621fb68b97\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-1621fb68b97\"] { min-height: inherit; margin-left: -30px; padding: 30px !important; }[data-css=\"tve-u-1621fbacc60\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621fbcad8c\"] { padding: 0px !important; }[data-css=\"tve-u-1621fc0ce17\"] { padding: 0px !important; margin-bottom: 15px !important; }[data-css=\"tve-u-1621fd84d7b\"] { min-height: 480px; }[data-css=\"tve-u-1621fd8766c\"] { min-height: 150px; }[data-css=\"tve-u-1621fd9c946\"] { padding: 0px 0px 20px !important; margin-top: 0px !important; margin-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-1621fe1587d\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1621fe1725e\"] strong { font-weight: 800; }#tve_editor [data-css=\"tve-u-1621fe1725e\"] { font-weight: 400; letter-spacing: 0px; color: rgb(255, 255, 255) !important; font-family: Poppins !important; font-size: 30px !important; }#tve_editor [data-css=\"tve-u-1621fe1a1af\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1621fe1bd18\"] strong { font-weight: 800; }#tve_editor [data-css=\"tve-u-1621fe1bd18\"] { font-weight: 400; letter-spacing: 0px; color: rgb(255, 255, 255) !important; font-family: Poppins !important; font-size: 30px !important; }[data-css=\"tve-u-16223b080b0\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-16223b080b0\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-16223f02c16\"] { min-height: 62px; }[data-css=\"tve-u-16223fe5f5b\"] { padding: 0px !important; }[data-css=\"tve-u-16224439be1\"] { padding: 0px !important; }#tve_editor [data-css=\"tve-u-1622444fb11\"] { letter-spacing: 1px; color: rgb(137, 141, 167) !important; font-size: 14px !important; }#tve_editor [data-css=\"tve-u-16228c764b2\"] { font-size: 18px !important; }[data-css=\"tve-u-16229f6175c\"] { border: none; margin: 80px 0px 0px !important; background-image: none !important; }[data-css=\"tve-u-16229fa6a26\"] { border: none; box-shadow: none; padding: 0px 30px 30px !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-16229fa8c68\"] { border: none; padding: 0px 30px 30px !important; background-image: none !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col > .tcb-col { min-height: 244px; }[data-css=\"tve-u-16229ffbb7b\"] { margin-left: -30px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16248fc42a1\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-16248fc42a1\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-16248fc71c8\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-16249355087\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-16249355087\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-16249358652\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-16249358652\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-1624935a201\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-1624935a201\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-16249367114\"] { border: none; margin: 30px 0px 0px !important; background-image: none !important; }[data-css=\"tve-u-16249373b25\"] { border: none; padding: 0px 30px 30px !important; background-image: linear-gradient(rgb(248, 249, 251), rgb(248, 249, 251)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1624939a960\"] { border: none; box-shadow: none; padding: 0px 30px 30px !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-162493a03b0\"] > .tcb-flex-col > .tcb-col { min-height: 244px; }[data-css=\"tve-u-162493a03b0\"] { margin-left: -30px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-162493a03b0\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-162493b6b63\"] { border: none; background-image: none !important; padding: 0px 30px 30px !important; background-color: rgb(248, 249, 251) !important; }#tve_editor [data-css=\"tve-u-162493d5f13\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-162493d5f13\"] { font-size: 30px; width: 30px; height: 30px; top: 0px; left: 0px; display: block; position: static; z-index: 8; border-bottom: 1px solid rgb(10, 93, 165); border-top: none; border-right: none; border-left: none; border-image: initial; margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-162494b490e\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-162494b7ad0\"] { padding: 0px !important; margin-top: 25px !important; margin-left: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-1625389a3d5\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-1625389a3d5\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-1625389b4ed\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-1625389b4ed\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-162539ac577\"] { max-width: 39%; }[data-css=\"tve-u-162539ac57d\"] { max-width: 61%; }#tve_editor [data-css=\"tve-u-162539c17ec\"] { font-size: 16px !important; color: rgba(12, 12, 12, 0.7) !important; }[data-css=\"tve-u-16260c39a7e\"] { float: none; max-width: 100%; border-left: 1px solid rgba(15, 29, 123, 0.7); border-right: 1px solid rgba(15, 29, 123, 0.7); margin: 0px auto !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-16260c433e9\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-Rosie.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16260c5ff07\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-16260c5ff07\"] { float: right; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin: -1px 0px 0px !important; }[data-css=\"tve-u-16260c5ff0c\"]::after { clear: both; }[data-css=\"tve-u-16260d01208\"] { max-width: 37%; }[data-css=\"tve-u-16260d0120e\"] { max-width: 63%; }[data-css=\"tve-u-16260d39b83\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-16260d39b83\"] { float: right; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin-top: -1px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-16260d3b97e\"]::after { clear: both; }[data-css=\"tve-u-16260d3f4aa\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16260d3f4aa\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-16260d3f4aa\"] { min-height: inherit; margin-left: -30px; padding: 30px !important; }[data-css=\"tve-u-16260d3f4af\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-16260d3f4af\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-16260d3f4af\"] { min-height: inherit; margin-left: -20px; padding: 0px !important; }[data-css=\"tve-u-16260d5e4b8\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-Shawn.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16260d73672\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-16260d73672\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin-top: 0px !important; margin-bottom: -1px !important; }[data-css=\"tve-u-16260d8392c\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16260d8392c\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-16260d8392c\"] { min-height: inherit; margin-left: -30px; padding: 30px !important; }[data-css=\"tve-u-16260d8396c\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-16260d8396c\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-16260d8396c\"] { min-height: inherit; margin-left: -20px; padding: 0px !important; }[data-css=\"tve-u-16260da3aa7\"] { float: none; max-width: 100%; border-left: 1px solid rgba(15, 29, 123, 0.7); border-right: 1px solid rgba(15, 29, 123, 0.7); margin: 0px auto !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-162717cb600\"] { max-width: 58.2%; }[data-css=\"tve-u-162717cb601\"] { max-width: 41.8%; }[data-css=\"tve-u-162717cb609\"]::after { clear: both; }[data-css=\"tve-u-162717cb60a\"] { padding-right: 50px !important; padding-bottom: 80px !important; padding-top: 20px !important; }[data-css=\"tve-u-162717cb60b\"]::after { clear: both; }[data-css=\"tve-u-162717cb60b\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-162717cb60f\"] { padding: 0px !important; margin-bottom: 25px !important; }[data-css=\"tve-u-162717cb610\"] { padding: 0px !important; margin-bottom: 35px !important; box-shadow: none !important; }#tve_editor [data-css=\"tve-u-162717cb616\"] { text-transform: none !important; color: rgb(255, 255, 255) !important; text-shadow: rgb(0, 0, 0) 2px 2px 2px; }[data-css=\"tve-u-162717cb617\"] { margin-left: 0px; padding: 0px !important; }[data-css=\"tve-u-162717cb618\"] { max-width: none; margin-top: 0px !important; }[data-css=\"tve-u-162717cb620\"] { clip-path: url(\"#clip-bottom-c883ac5175045\"); -webkit-clip-path: url(\"#clip-bottom-c883ac5175045\");  background-image: linear-gradient(rgba(0, 0, 0, 0.46), rgba(0, 0, 0, 0.46)), url(\"https://bestcerakoteflorida.com/wp-content/uploads/2018/05/FTYS6743.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, fixed !important; background-repeat: no-repeat, no-repeat !important; opacity: 1; filter: grayscale(0%) blur(0px); }[data-css=\"tve-u-162717cb609\"] { max-width: 1200px; min-height: 630px !important; }[data-css=\"tve-u-162717cb621\"] { z-index: 1; padding: 125px 40px 0px !important; margin-top: -130px !important; }[data-css=\"tve-u-162717d1bb6\"] { border-right: 1px solid rgba(255, 255, 255, 0.2); }[data-css=\"tve-u-162717d1bb7\"] { max-width: 23.7%; }[data-css=\"tve-u-162717d1bb9\"] { max-width: 42.9%; }[data-css=\"tve-u-162717d1bbc\"] { border-left: none; padding: 0px !important; }[data-css=\"tve-u-162717d1bbe\"] { border-bottom: 1px solid rgba(255, 255, 255, 0.2); float: none; width: 100%; position: relative; z-index: 10; max-width: 1600px; margin: 0px auto !important; }[data-css=\"tve-u-162717d1bbf\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-162717d1bbf\"] > .tcb-flex-col { padding-left: 17px; }[data-css=\"tve-u-162717d1bbf\"] { margin-left: -17px; min-height: inherit; padding: 5px 0px 0px 40px !important; }#tve_editor [data-css=\"tve-u-162717d1bbe\"] p, #tve_editor [data-css=\"tve-u-162717d1bbe\"] li, #tve_editor [data-css=\"tve-u-162717d1bbe\"] blockquote, #tve_editor [data-css=\"tve-u-162717d1bbe\"] address { font-size: 16px; }#tve_editor [data-css=\"tve-u-16271adf6cf\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-16271adf6cf\"] { font-size: 30px; width: 30px; height: 30px; top: 22px; left: 20px; border-bottom: 1px solid rgb(10, 93, 165); margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1641367e553\"] > :first-child { color: rgba(15, 29, 123, 0.12); }[data-css=\"tve-u-1641367e553\"] { font-size: 60px; float: none; box-shadow: none; width: 60px; height: 60px; margin: -55px auto 60px !important; padding-right: 17px !important; }[data-css=\"tve-u-16416e4fafd\"] { box-shadow: rgba(0, 0, 0, 0.02) 0px 2px 22px 0px; background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16416e603ab\"] { box-shadow: rgba(0, 0, 0, 0.12) 0px 3px 44px 0px; background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-164179a84b8\"] > .tve-cb { display: block; }[data-css=\"tve-u-164179a84b8\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-164179bced9\"] { border-right: none; padding: 3px 0px 0px !important; position: static !important; }[data-css=\"tve-u-16417b4cb9e\"] { padding: 0px 0px 50px !important; }[data-css=\"tve-u-16417b62c09\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-16417b662bf\"] { margin-top: 0px !important; margin-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-16417e5bd95\"] > :first-child { color: rgb(255, 255, 255); }[data-css=\"tve-u-16417e5bd95\"] { font-size: 25px !important; width: 25px !important; height: 25px !important; z-index: 4; position: relative; float: left; margin: 3px 15px 0px 0px !important; padding-left: 0px !important; }[data-css=\"tve-u-1641c1af44d\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1641c1b01a6\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1641c1b0a67\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1641c1b12d8\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }#tve_editor [data-css=\"tve-u-1641c1b33f9\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-1641c1b33f9\"] { font-size: 30px; width: 30px; height: 30px; top: 22px; left: 20px; border-bottom: 1px solid rgb(10, 93, 165); margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1641c1b456a\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-1641c1b456a\"] { font-size: 30px; width: 30px; height: 30px; top: 22px; left: 20px; border-bottom: 1px solid rgb(10, 93, 165); margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1641c1b52d3\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-1641c1b52d3\"] { font-size: 30px; width: 30px; height: 30px; top: 22px; left: 20px; border-bottom: 1px solid rgb(10, 93, 165); margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1641c1b60b4\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-1641c1b60b4\"] { font-size: 30px; width: 30px; height: 30px; top: 22px; left: 20px; border-bottom: 1px solid rgb(10, 93, 165); margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-16422a1ce91\"] { float: none; width: 100%; max-width: 227px; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; }#tve_editor [data-css=\"tve-u-16422a1ce92\"] { font-size: 16px !important; color: rgb(12, 12, 12) !important; }#tve_editor [data-css=\"tve-u-16422a1ce93\"] { font-size: 16px !important; color: rgb(18, 18, 18) !important; }[data-css=\"tve-u-16422a1ce92\"] { line-height: 1.7em !important; }[data-css=\"tve-u-16422a1ce93\"] { line-height: 1.7em !important; }#tve_editor [data-css=\"tve-u-16422a1ce94\"] { font-size: 16px !important; color: rgb(29, 26, 31) !important; }[data-css=\"tve-u-16422a1ce94\"] { line-height: 1.7em !important; }#tcb_landing_page .tcb-plain-text { color: rgb(0, 0, 0); font-family: Merriweather; font-weight: 400; }#tcb_landing_page .tcb-plain-text strong { font-weight: 700; }[data-css=\"tve-u-162717d1bbe\"] p { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-162717d1bbe\"] h3 { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-1695981e7bb\"] { max-width: 33.3545%; }[data-css=\"tve-u-16959822de2\"] { width: 291px; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-16959846d3d\"] { margin-top: 0px !important; }[data-css=\"tve-u-16959cd1e7a\"] { margin-top: 10px !important; }[data-css=\"tve-u-1695a3002e2\"] .tcb-button-link { border-radius: 4px; border-bottom: 4px solid rgb(117, 0, 23); background-image: none !important; background-color: rgb(143, 2, 32) !important; border-top-color: rgb(198, 225, 224); border-right-color: rgb(198, 225, 224); border-left-color: rgb(198, 225, 224); padding-right: 25px !important; }#tve_editor [data-css=\"tve-u-1695a3002e2\"]:hover .tcb-button-link { background-color: rgb(132, 1, 28) !important; }#tve_editor [data-css=\"tve-u-1695a36117b\"] { color: rgb(255, 255, 255) !important; }}@media (max-width: 1023px){[data-css=\"tve-u-1621ebfa746\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621eb037bb\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621ec78d2c\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621ec6c39b\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621b064668\"] { max-width: 49%; }[data-css=\"tve-u-1621b064646\"] { max-width: 51%; }[data-css=\"tve-u-1621b3c74d9\"] { max-width: 100%; }[data-css=\"tve-u-1621f0b0088\"] { min-height: 100px !important; }[data-css=\"tve-u-1621ee3afec\"] > .tve-cb { display: block; }[data-css=\"tve-u-1621e7ceab3\"] > .tve-cb { display: block; }[data-css=\"tve-u-1621ea50702\"] { float: none; width: 100%; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621ae4fd21\"] > .tve-cb { display: block; }[data-css=\"tve-u-162717cb60f\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-162717cb610\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-16223dad661\"] { padding-top: 20px !important; }[data-css=\"tve-u-1641367127b\"] { float: none; font-size: 50px; width: 50px; height: 50px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1641367e553\"] { float: none; font-size: 50px; width: 50px; height: 50px; margin: -44px auto 40px !important; padding-right: 12px !important; }[data-css=\"tve-u-1621e7b695a\"] { margin-bottom: 50px !important; }[data-css=\"tve-u-1621ee37f4a\"] { min-height: 262px; }[data-css=\"tve-u-1621ada1e7f\"] { padding: 50px 30px 50px 0px !important; }[data-css=\"tve-u-1621b072b4e\"] { max-width: 100%; }[data-css=\"tve-u-1621a2247ba\"] { margin-bottom: 60px !important; }[data-css=\"tve-u-16229f6175c\"] { margin-top: 0px !important; }[data-css=\"tve-u-162717cb60b\"] { height: calc(100% - -85px); margin-top: -85px !important; }[data-css=\"tve-u-162717cb617\"] .tcb-flex-col { flex-basis: 560px !important; }#tcb_landing_page h5 { line-height: 1.3em; }#tcb_landing_page h6 { line-height: 1.4em; }#tcb_landing_page p, #tcb_landing_page li { line-height: 1.5em; }[data-css=\"tve-u-1628a146aef\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1628a12f675\"] { margin-bottom: 40px !important; }[data-css=\"tve-u-1628a10d3b4\"] { margin-bottom: 40px !important; }[data-css=\"tve-u-162718bd0c0\"] { clip-path: url(\"#clip-tablet-top-a3b25e1c9221a\"); -webkit-clip-path: url(\"#clip-tablet-top-a3b25e1c9221a\");  background-color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-162717cb621\"] { z-index: 6; padding-top: 60px !important; margin-top: -90px !important; }[data-css=\"tve-u-162718a3b40\"] { max-width: 100%; min-height: 1px !important; }[data-css=\"tve-u-16271adf6cf\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-162493d5f13\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-162717fcf9d\"] { margin-top: -40px !important; padding-top: 90px !important; padding-left: 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-16260d3f4af\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16260d3f4aa\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1621fb65556\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1621fb68b97\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16260d8396c\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16260d8392c\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16260d39b83\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-16260c5ff07\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-16260ba2fa4\"] { padding: 50px 40px !important; }[data-css=\"tve-u-16260be7104\"] { max-width: 100%; }[data-css=\"tve-u-1621ebbbb6d\"] { margin-top: -1px !important; }[data-css=\"tve-u-1621eaaedd8\"] { clip-path: url(\"#clip-tablet-bottom-a2b9cf3198d6f\"); -webkit-clip-path: url(\"#clip-tablet-bottom-a2b9cf3198d6f\");  }[data-css=\"tve-u-1621e7e9950\"] { margin-top: -1px !important; }[data-css=\"tve-u-16229fa8c68\"] { padding: 0px 20px 20px !important; }[data-css=\"tve-u-1622f65ba70\"] { padding: 0px 20px 20px !important; }[data-css=\"tve-u-16249373b25\"] { padding-left: 20px !important; padding-right: 20px !important; padding-bottom: 20px !important; }[data-css=\"tve-u-162493b6b63\"] { padding-left: 20px !important; padding-bottom: 20px !important; padding-right: 20px !important; }[data-css=\"tve-u-16249367114\"] { margin-top: 20px !important; }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-1624935a201\"] { line-height: 1.3em !important; }[data-css=\"tve-u-16249358652\"] { line-height: 1.3em !important; }[data-css=\"tve-u-16249355087\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1625389b4ed\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1625389a3d5\"] { line-height: 1.3em !important; }[data-css=\"tve-u-16248fc42a1\"] { line-height: 1.3em !important; }[data-css=\"tve-u-162493a03b0\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-162493a03b0\"] .tcb-flex-col { flex-basis: 145px !important; }[data-css=\"tve-u-1622a159bcb\"] { float: none; max-width: 85%; margin: 0px auto !important; padding-top: 0px !important; }[data-css=\"tve-u-16229fa6a26\"] { margin-bottom: 20px !important; padding: 0px 20px 20px !important; }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16229ffbb7b\"] { min-height: inherit; margin-left: -20px; }[data-css=\"tve-u-1621ad46076\"] { margin-bottom: 0px !important; margin-top: 0px !important; padding: 50px 40px !important; }#tve_editor [data-css=\"tve-u-1621b028939\"] .tcb-button-link { font-size: 18px; }[data-css=\"tve-u-16223f02c16\"] { min-height: 54px; }[data-css=\"tve-u-1621b01355a\"] { max-width: 304px; padding: 2px !important; }[data-css=\"tve-u-1620af7eb3f\"] { float: none; z-index: 3; position: relative; display: block; max-width: 300px; width: 300px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621afda4fa\"] { max-width: 100%; margin-bottom: 30px !important; }[data-css=\"tve-u-16224716d62\"]::after { clear: both; }[data-css=\"tve-u-1621f0aa8f7\"] { margin-top: 0px !important; }[data-css=\"tve-u-1621e7e6c1d\"] { min-height: 150px; }[data-css=\"tve-u-1621e7edfd9\"] { clip-path: url(\"#clip-tablet-bottom-10ffac3b28f1d\"); -webkit-clip-path: url(\"#clip-tablet-bottom-10ffac3b28f1d\");  }[data-css=\"tve-u-1621ebf340c\"] { float: none; width: 100%; padding: 0px !important; margin-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621e7d5094\"] { min-height: 455px; }[data-css=\"tve-u-1621adea58b\"] > .tcb-flex-col > .tcb-col { justify-content: center; }[data-css=\"tve-u-16223dad661\"]::after { clear: both; }[data-css=\"tve-u-1621e8107f3\"] { float: none; margin-left: auto !important; margin-right: auto !important; margin-bottom: 20px !important; }[data-css=\"tve-u-16223b080b0\"] { float: none; margin-left: auto !important; margin-right: auto !important; margin-top: -1px !important; }[data-css=\"tve-u-1621eb3eb9f\"] { clip-path: url(\"#clip-tablet-bottom-ac98bb0e54b3b\"); -webkit-clip-path: url(\"#clip-tablet-bottom-ac98bb0e54b3b\");  }[data-css=\"tve-u-1621fe78878\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1621fe78878\"] { min-height: inherit; }#tve_editor [data-css=\"tve-u-1621e92e97f\"] { font-size: 22px !important; }#tve_editor [data-css=\"tve-u-1621e942b65\"] { letter-spacing: 0px; font-size: 1.5em !important; }#tve_editor [data-css=\"tve-u-1621fe1bd18\"] { letter-spacing: 0px; font-size: 1.5em !important; }#tve_editor [data-css=\"tve-u-1621fe1a1af\"] { font-size: 22px !important; }#tve_editor [data-css=\"tve-u-1621fe1725e\"] { letter-spacing: 0px; font-size: 1.5em !important; }#tve_editor [data-css=\"tve-u-1621fe1587d\"] { font-size: 22px !important; }[data-css=\"tve-u-1621ef118dc\"] { position: relative; top: -50px; left: 30px; width: 100%; }[data-css=\"tve-u-1621ee3afec\"] { padding: 40px 0px 0px !important; }[data-css=\"tve-u-1621ee63e1c\"] { max-width: none; margin-bottom: 30px !important; }[data-css=\"tve-u-1621ee74a24\"] { top: 0px; right: 0px; font-size: 45px; width: 45px; height: 45px; float: none; padding-left: 0px !important; margin: 0px auto !important; }[data-css=\"tve-u-1621ee18a1c\"] { margin-top: 40px !important; margin-left: 20px !important; margin-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-1621fdcb4ea\"] { letter-spacing: 1px; font-size: 1.5em !important; }[data-css=\"tve-u-1621ec7f21a\"] { min-height: 150px; }[data-css=\"tve-u-1621eacf6af\"] { float: none; max-width: 230px; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621fd9c946\"] { max-width: 380px; float: none; width: 100%; margin: 0px auto !important; padding-left: 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-1621eb81205\"] { margin-top: 0px !important; }[data-css=\"tve-u-1621eb7ccb0\"] { min-height: 455px; }[data-css=\"tve-u-1621fd8766c\"] { min-height: 150px; }[data-css=\"tve-u-1621fd84d7b\"] { min-height: 430px; }[data-css=\"tve-u-1621e7c7aa1\"] .tcb-flex-col { flex-basis: 300px !important; }#tve_editor [data-css=\"tve-u-1621e7a7350\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621e7c899a\"] { float: none; max-width: 100%; margin-left: auto !important; margin-right: auto !important; margin-top: 0px !important; }[data-css=\"tve-u-1621e7c7aa1\"] { margin-left: -20px; flex-direction: row; }[data-css=\"tve-u-1621e7c7aa1\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-1621b3c8c52\"] { padding: 50px 40px !important; }[data-css=\"tve-u-1621fc0ce17\"] { margin-top: 10px !important; margin-bottom: 7px !important; }[data-css=\"tve-u-1621fbcad8c\"] { padding-left: 0px !important; padding-right: 30px !important; }[data-css=\"tve-u-1621fbacc60\"] { max-width: 177px; }[data-css=\"tve-u-1621fb68b97\"] { margin-left: -15px; min-height: inherit; padding: 20px !important; }[data-css=\"tve-u-1621fb68b97\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-1621fb65556\"] { margin-left: -15px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-1621fb65556\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-1621b200375\"] { float: none; max-width: 100%; margin: 0px auto !important; }[data-css=\"tve-u-1621b0e4fb7\"] { max-width: 100%; float: none; z-index: 3; position: relative; margin-right: auto !important; margin-left: auto !important; margin-bottom: 20px !important; }#tve_editor [data-css=\"tve-u-1621b10fccf\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621ae0bec7\"] { background-image: none !important; margin-top: 0px !important; }[data-css=\"tve-u-1621ae6c8da\"] { clip-path: url(\"#clip-tablet-top-aa2c3e3c70555\"); -webkit-clip-path: url(\"#clip-tablet-top-aa2c3e3c70555\");  }[data-css=\"tve-u-1621adba9ef\"] { clip-path: url(\"#clip-tablet-top-52d5a36c151aa\"); -webkit-clip-path: url(\"#clip-tablet-top-52d5a36c151aa\");  }[data-css=\"tve-u-1621ad420c4\"] { max-width: 100%; min-height: 1px !important; }[data-css=\"tve-u-1621f45bed3\"] { padding: 0px !important; }[data-css=\"tve-u-1621ae4fd21\"] { max-width: 100%; left: 0px; top: 0px; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621ae4db6e\"] { min-height: 300px; }#tve_editor [data-css=\"tve-u-1621afd8c98\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621afcc0bf\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621afceb00\"] { max-width: 100%; margin-bottom: 30px !important; }[data-css=\"tve-u-1621a98b602\"] { stroke-dasharray: 534.071, 534.071; }[data-css=\"tve-u-1621a9750ae\"] { font-size: 14.45px !important; line-height: 14.45px !important; }[data-css=\"tve-u-1621a9a2867\"] { font-size: 51px !important; line-height: 51px !important; }[data-css=\"tve-u-1621a9a2866\"] { margin-top: 42.5px !important; }[data-css=\"tve-u-1621a96b190\"] { width: 153px !important; height: 153px !important; top: 8.5px !important; bottom: 8.5px !important; left: 8.5px !important; right: 8.5px !important; }[data-css=\"tve-u-1621a9685d4\"] { stroke-width: 18px !important; }[data-css=\"tve-u-1621a9a2862\"] { width: 170px !important; height: 170px !important; }[data-css=\"tve-u-1621a983587\"] { float: none; border: 20px solid rgba(137, 141, 167, 0.24); margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621a8b2488\"] { float: none; max-width: 100%; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621a8a804b\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1621a8a804b\"] { margin-left: -24px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-1621a8a804b\"] > .tcb-flex-col { padding-left: 24px; }#tve_editor [data-css=\"tve-u-1621a2e0d5b\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621b028939\"] { position: relative; float: left; z-index: 3; display: block; max-width: 300px; width: 300px; margin-top: 15px !important; }[data-css=\"tve-u-1621adea58b\"] { margin-left: -30px; }[data-css=\"tve-u-1621adea58b\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-1621ade6172\"] { max-width: 100%; position: static; }#tve_editor [data-css=\"tve-u-16248fc42a1\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-16249355087\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-16249358652\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-1624935a201\"] { font-size: 18px !important; }[data-css=\"tve-u-1624939a960\"] { margin-bottom: 0px !important; padding-bottom: 20px !important; padding-left: 20px !important; padding-right: 20px !important; }[data-css=\"tve-u-162493a03b0\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-162493a03b0\"] { min-height: inherit; margin-left: -20px; }#tve_editor [data-css=\"tve-u-1625389a3d5\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-1625389b4ed\"] { font-size: 18px !important; }[data-css=\"tve-u-16260c39a7e\"] { float: none; max-width: 100%; margin: 0px auto !important; }[data-css=\"tve-u-16260d3f4aa\"] { margin-left: -15px; min-height: inherit; padding: 20px !important; }[data-css=\"tve-u-16260d3f4aa\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-16260d3f4af\"] { margin-left: -15px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-16260d3f4af\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-16260d8392c\"] { margin-left: -15px; min-height: inherit; padding: 20px !important; }[data-css=\"tve-u-16260d8392c\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-16260d8396c\"] { margin-left: -15px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-16260d8396c\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-16260da3aa7\"] { float: none; max-width: 100%; margin: 0px !important; }[data-css=\"tve-u-162717cb609\"] { max-width: 100%; min-height: 1px !important; }[data-css=\"tve-u-162717cb60a\"] { padding: 0px !important; }[data-css=\"tve-u-162717cb618\"] { float: none; max-width: 100%; margin-top: 60px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-162717cb620\"] { clip-path: url(\"#clip-tablet-bottom-c883ac5175045\"); -webkit-clip-path: url(\"#clip-tablet-bottom-c883ac5175045\");  }[data-css=\"tve-u-162717d1bbf\"] { margin-left: 0px; padding: 25px 25px 0px !important; }[data-css=\"tve-u-162717d1bbf\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-162717d1bb7\"] { max-width: 51.3%; }[data-css=\"tve-u-162717d1bb9\"] { max-width: 15.3%; }[data-css=\"tve-u-162717d1bb6\"] { padding-left: 0px !important; }[data-css=\"tve-u-162717d1bbc\"] { border-left: none; border-right: none; padding-left: 30px !important; padding-bottom: 10px !important; }[data-css=\"tve-u-162717d1bbe\"] { max-width: 100%; margin-left: 0px !important; margin-right: 30px !important; }[data-css=\"tve-u-164179bced9\"] { border-right: none; padding-left: 30px !important; padding-right: 0px !important; }[data-css=\"tve-u-16417b62c09\"] { max-width: 177px; }[data-css=\"tve-u-16417b662bf\"] { max-width: 177px; }[data-css=\"tve-u-16417e5bd95\"] { font-size: 14px; width: 14px; height: 14px; margin-bottom: -14px !important; margin-left: 0px !important; }[data-css=\"tve-u-1641c1b33f9\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-1641c1b456a\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-1641c1b52d3\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-1641c1b60b4\"] { font-size: 25px; width: 25px; height: 25px; }#tve_editor [data-css=\"tve-u-16422a1ce94\"] { font-size: 16px !important; }[data-css=\"tve-u-16959822de2\"] { margin-right: 1px !important; padding-right: 10px !important; padding-top: 10px !important; }[data-css=\"tve-u-16959cd1e7a\"] { margin-top: 30px !important; margin-bottom: 10px !important; }[data-css=\"tve-u-1695a3002e2\"] { margin-top: 15px !important; }}@media (max-width: 767px){[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-16417e9d24e\"]::after { clear: both; }[data-css=\"tve-u-16417b70f47\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 0px !important; }[data-css=\"tve-u-1621e819c52\"] { min-height: 100px; }[data-css=\"tve-u-1621e8107f3\"] { max-width: 100px; }[data-css=\"tve-u-1621fd8766c\"] { min-height: 144px; }[data-css=\"tve-u-1621ec79a7d\"] { min-height: 100px; }[data-css=\"tve-u-1621ec78d2c\"] { max-width: 100px; }[data-css=\"tve-u-1621ec7f21a\"] { min-height: 144px; }[data-css=\"tve-u-1621e7e6c1d\"] { min-height: 144px; }[data-css=\"tve-u-16417b4cb9e\"] { padding-bottom: 30px !important; }[data-css=\"tve-u-1621ec752da\"] { min-height: 100px; }[data-css=\"tve-u-1621ec6c39b\"] { max-width: 100px; }[data-css=\"tve-u-1621fd84d7b\"] { min-height: 430px; }[data-css=\"tve-u-1621e7c7aa1\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16223dad661\"] { padding-top: 0px !important; }[data-css=\"tve-u-1621b3c74d9\"] { max-width: 100%; }[data-css=\"tve-u-1621eb81205\"] { max-width: 100%; margin-bottom: 20px !important; }[data-css=\"tve-u-1621e7ceab3\"] { max-width: 100%; margin-bottom: 20px !important; }[data-css=\"tve-u-1621f0b0088\"] { min-height: 120px !important; }[data-css=\"tve-u-1621f0da775\"] { float: none; width: 100%; max-width: 280px; margin: 0px auto 20px !important; }[data-css=\"tve-u-1621ee37f4a\"] { min-height: 260px; }[data-css=\"tve-u-1621ee3afec\"] > .tve-cb { display: flex; justify-content: center; flex-direction: column; }[data-css=\"tve-u-1621ee63e1c\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1641367127b\"] { font-size: 30px; width: 30px; height: 30px; }[data-css=\"tve-u-1641367e553\"] { float: none; font-size: 30px; width: 30px; height: 30px; margin: -30px auto 30px !important; padding-right: 10px !important; }[data-css=\"tve-u-1621ada1e7f\"] { padding: 0px !important; }[data-css=\"tve-u-162717cb617\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-162717cb617\"] { min-height: inherit; }[data-css=\"tve-u-16229fa6a26\"] { height: calc(100% - 21px); margin-bottom: 0px !important; margin-top: 21px !important; }[data-css=\"tve-u-1624939a960\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-162493a03b0\"] .tcb-flex-col { flex-basis: 400px !important; }[data-css=\"tve-u-1621a2247ba\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-162717cb60f\"] { margin-bottom: 25px !important; }[data-css=\"tve-u-162717d1bbf\"] .tcb-flex-col { flex-basis: 225px !important; }[data-css=\"tve-u-1621ee3afec\"] { max-width: 100%; padding: 0px !important; position: static !important; }#tve_editor [data-css=\"tve-u-1641333d7d1\"] { font-size: 14px !important; }[data-css=\"tve-u-162717cb60b\"] { margin-top: 0px !important; }[data-css=\"tve-u-162717cb621\"] { z-index: 2; padding-left: 20px !important; padding-right: 20px !important; margin-top: -160px !important; padding-top: 35px !important; }[data-css=\"tve-u-162717cb617\"] .tcb-flex-col { flex-basis: 435px !important; }[data-css=\"tve-u-16369305186\"] { float: none; width: 100%; max-width: 279px; z-index: 3; position: relative; margin: 0px auto !important; }#tcb_landing_page h6 { line-height: 1.4em; }#tcb_landing_page h5 { line-height: 1.3em; }#tcb_landing_page p, #tcb_landing_page li { font-size: 14px; }#tcb_landing_page h2 { font-size: 28px; }#tcb_landing_page h1 { font-size: 35px; }[data-css=\"tve-u-16260ba2fa4\"] { padding-bottom: 40px !important; padding-left: 20px !important; padding-right: 20px !important; }[data-css=\"tve-u-1628a10d3b4\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-1628a12f675\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-162717cb610\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-16271bfe70c\"] { padding: 0px !important; }[data-css=\"tve-u-162717fcf9d\"] { z-index: 1; margin-top: 0px !important; padding-top: 75px !important; padding-left: 20px !important; padding-right: 20px !important; }[data-css=\"tve-u-162718bd0c0\"] { clip-path: url(\"#clip-mobile-top-a3b25e1c9221a\"); -webkit-clip-path: url(\"#clip-mobile-top-a3b25e1c9221a\");  }[data-css=\"tve-u-1621eb3eb9f\"] { clip-path: url(\"#clip-mobile-bottom-ac98bb0e54b3b\"); -webkit-clip-path: url(\"#clip-mobile-bottom-ac98bb0e54b3b\");  }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col > .tcb-col { min-height: 155px; }[data-css=\"tve-u-16229ffbb7b\"] { min-height: inherit; margin-left: 0px; }[data-css=\"tve-u-16229fa8c68\"] { height: calc(100% - 28px); margin-bottom: 0px !important; margin-top: 20px !important; }[data-css=\"tve-u-1622f65ba70\"] { height: calc(100% - 20px); margin-bottom: 0px !important; margin-top: 20px !important; }[data-css=\"tve-u-16229f6175c\"] { margin-top: 0px !important; }[data-css=\"tve-u-1622a159bcb\"] { float: none; max-width: 100%; margin-left: auto !important; margin-right: auto !important; padding-top: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-16229ae62a7\"] { border-right: none; }#tve_editor [data-css=\"tve-u-16228c764b2\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-16228c75500\"] { font-size: 18px !important; }[data-css=\"tve-u-1621fb65556\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-1621a983587\"] { border: 20px solid rgba(137, 141, 167, 0.32); }[data-css=\"tve-u-1621ee74a24\"] { float: none; margin-left: auto !important; margin-right: auto !important; margin-bottom: 10px !important; }[data-css=\"tve-u-1621afda4fa\"] { max-width: 100%; margin-bottom: 20px !important; }[data-css=\"tve-u-16223f02c16\"] { min-height: 54px; }[data-css=\"tve-u-1621f0aa8f7\"] { margin-top: 0px !important; }#tve_editor [data-css=\"tve-u-1622444fb11\"] { letter-spacing: 0px; }[data-css=\"tve-u-16224439be1\"] { padding: 0px !important; }[data-css=\"tve-u-1621fb68b97\"] { padding: 0px !important; }[data-css=\"tve-u-1621afceb00\"] { max-width: 100%; margin-bottom: 30px !important; }[data-css=\"tve-u-1621b0e4fb7\"] { float: none; margin-right: auto !important; margin-bottom: 30px !important; padding-left: 0px !important; margin-left: auto !important; }[data-css=\"tve-u-1621ebf340c\"] { padding-bottom: 40px !important; }[data-css=\"tve-u-1621ea50702\"] { float: none; width: 100%; padding: 0px !important; margin-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621e7d5094\"] { min-height: 430px; }[data-css=\"tve-u-1621eb7ccb0\"] { min-height: 430px; }[data-css=\"tve-u-1621ee03000\"] { flex-direction: column; }[data-css=\"tve-u-16223fe5f5b\"] { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621f0d2c1a\"] { margin-left: 25px !important; margin-right: 25px !important; }[data-css=\"tve-u-1621ee18a1c\"] { margin: 0px 20px 20px 0px !important; }[data-css=\"tve-u-1621ef118dc\"] { top: 0px; width: 245px; position: relative; float: none; z-index: 5; left: 0px; margin: -22px auto 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-1621fd9c946\"] { max-width: 100%; margin-top: 0px !important; margin-left: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-16223fc9f23\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-1621e7c899a\"] { max-width: none; float: none; margin-top: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621b3c8c52\"] { padding: 40px 20px !important; }[data-css=\"tve-u-1621fbcad8c\"] { padding: 20px !important; }[data-css=\"tve-u-1621fb65556\"] { margin-left: 0px; padding: 0px !important; }[data-css=\"tve-u-1621fbacc60\"] { max-width: 126px; float: none; margin-left: auto !important; margin-right: auto !important; margin-top: 20px !important; }[data-css=\"tve-u-1621b200375\"] { float: none; margin-top: 0px !important; margin-left: auto !important; margin-right: auto !important; }#tve_editor [data-css=\"tve-u-1621b10fccf\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621b028939\"] { display: block; max-width: 100%; width: 100%; float: none; min-width: 100%; margin-left: auto !important; margin-right: auto !important; margin-top: 0px !important; }[data-css=\"tve-u-1621ae4db6e\"] { min-height: 270px; }[data-css=\"tve-u-1621ae6c8da\"] { clip-path: url(\"#clip-mobile-top-aa2c3e3c70555\"); -webkit-clip-path: url(\"#clip-mobile-top-aa2c3e3c70555\");  }[data-css=\"tve-u-1621adba9ef\"] { clip-path: url(\"#clip-mobile-top-52d5a36c151aa\"); -webkit-clip-path: url(\"#clip-mobile-top-52d5a36c151aa\");  }[data-css=\"tve-u-16223f02c16\"]::after { clear: both; }[data-css=\"tve-u-1621b01355a\"] { max-width: 100%; float: none; margin-left: auto !important; margin-right: auto !important; margin-bottom: 15px !important; }[data-css=\"tve-u-1620af7eb3f\"] { float: none; display: block; max-width: 100%; width: 100%; min-width: 100%; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621ae0bec7\"]::after { clear: both; }[data-css=\"tve-u-1621f45bed3\"] { padding: 40px 20px 0px !important; }[data-css=\"tve-u-1621ad46076\"] { margin: 0px !important; padding: 30px 20px !important; }[data-css=\"tve-u-1621adea58b\"] { flex-flow: row-reverse wrap-reverse !important; }[data-css=\"tve-u-1621ae4fd21\"] { margin-top: 0px !important; position: static !important; }[data-css=\"tve-u-1621a8b2488\"] { float: none; max-width: 100%; margin-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621a8a804b\"] { padding-left: 0px !important; padding-right: 0px !important; }#tve_editor [data-css=\"tve-u-1621a2e0d5b\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621e7c7aa1\"] { flex-direction: column; min-height: inherit; }[data-css=\"tve-u-16249367114\"] { margin-top: 0px !important; }[data-css=\"tve-u-16249373b25\"] { height: calc(100% - 20px); margin-bottom: 0px !important; background-image: linear-gradient(rgb(248, 249, 251), rgb(248, 249, 251)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; margin-top: 20px !important; }[data-css=\"tve-u-162493a03b0\"] > .tcb-flex-col > .tcb-col { min-height: 155px; }[data-css=\"tve-u-162493a03b0\"] { min-height: inherit; }[data-css=\"tve-u-162493b6b63\"] { height: calc(100% - 20px); margin-bottom: 0px !important; margin-top: 20px !important; }[data-css=\"tve-u-16260c39a7e\"] { float: none; margin-top: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-16260d3f4aa\"] { padding: 0px !important; }[data-css=\"tve-u-16260d3f4af\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-16260d3f4af\"] { margin-left: 0px; padding: 0px !important; }[data-css=\"tve-u-16260d8392c\"] { padding: 0px !important; }[data-css=\"tve-u-16260d8396c\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-16260d8396c\"] { margin-left: 0px; padding: 0px !important; }[data-css=\"tve-u-16260da3aa7\"] { float: none; margin-top: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-162717cb618\"] { margin: 140px 0px 0px !important; }[data-css=\"tve-u-162717cb620\"] { clip-path: url(\"#clip-mobile-bottom-c883ac5175045\"); -webkit-clip-path: url(\"#clip-mobile-bottom-c883ac5175045\");  background-image: linear-gradient(rgba(0, 0, 0, 0.51), rgba(0, 0, 0, 0.51)), url(\"https://bestcerakoteflorida.com/wp-content/uploads/2018/05/FTYS6743.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; opacity: 1; filter: grayscale(0%) blur(0px); }[data-css=\"tve-u-162717cb60a\"] { padding: 0px !important; }#tve_editor [data-css=\"tve-u-162717cb616\"] { font-size: 27px !important; }[data-css=\"tve-u-162717d1bbf\"] > .tcb-flex-col { padding-left: 18px; }[data-css=\"tve-u-162717d1bbf\"] { margin-left: -18px; padding: 10px !important; flex-flow: row wrap !important; }[data-css=\"tve-u-162717d1bbe\"] { border-bottom: 1px solid rgba(255, 255, 255, 0.2); border-right: none; margin-left: auto !important; margin-right: auto !important; float: none; }[data-css=\"tve-u-162717d1bbc\"] { border: none; padding-left: 0px !important; padding-right: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-162717d1bb6\"] { border: none; padding-top: 0px !important; padding-left: 0px !important; margin-bottom: 1px !important; margin-top: -5px !important; padding-bottom: 10px !important; }[data-css=\"tve-u-164179a84b8\"] { float: none; width: 100%; max-width: 155px; z-index: 3; position: relative; margin-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-164179bced9\"] { border-right: none; position: relative; padding-left: 0px !important; padding-right: 0px !important; margin-top: 0px !important; max-width: 250px; margin-left: auto !important; margin-right: auto !important; float: none; }[data-css=\"tve-u-16417b62c09\"] { max-width: 126px; float: none; margin-left: auto !important; margin-right: auto !important; margin-top: 20px !important; }[data-css=\"tve-u-16417b662bf\"] { max-width: 126px; float: none; margin-left: auto !important; margin-right: auto !important; margin-top: 20px !important; }[data-css=\"tve-u-16417e5bd95\"] { margin: 3px 10px 0px 0px !important; }#tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] p, #tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] li, #tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] blockquote, #tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] address, #tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] .tcb-plain-text, #tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] label { font-size: 18px; }[data-css=\"tve-u-16959822de2\"] { padding-top: 10px !important; margin-left: auto !important; margin-right: auto !important; float: none; }}'),(6865,570,'tve_revision_tve_user_custom_css',''),(6866,570,'tve_revision_tve_page_events','a:0:{}'),(6867,570,'tve_revision_tve_globals','a:2:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";s:8:\"font_cls\";a:0:{}}'),(6868,570,'tve_revision_tve_global_scripts',''),(6869,570,'tve_revision_thrive_icon_pack','0'),(6870,570,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(6871,570,'tve_revision_tve_has_masonry','0'),(6872,570,'tve_revision_tve_has_typefocus','0'),(6873,570,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-162717d1bbe\" wfd-id=\"436\"><div class=\"tcb-flex-row tcb-medium-no-wrap v-2 tcb--cols--3 m-edit tcb-mobile-wrap tcb-resized\" data-css=\"tve-u-162717d1bbf\" wfd-id=\"437\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1695981e7bb\" wfd-id=\"458\"><div class=\"tcb-col\" data-css=\"tve-u-16959846d3d\" wfd-id=\"460\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16959822de2\" wfd-id=\"461\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"462\"><img class=\"tve_image wp-image-465\" alt=\"\" width=\"384\" height=\"62\" title=\"Blackhawk_custom_header\" data-id=\"465\" src=\"https://bestcerakoteflorida.com/wp-content/uploads/2019/01/Blackhawk_custom_header.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717d1bb9\" style=\"\" wfd-id=\"451\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717d1bb6\" wfd-id=\"453\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-164179a84b8\" wfd-id=\"454\">\n<div class=\"tve-content-box-background\" wfd-id=\"457\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"455\"><div class=\"tcb-clear\" wfd-id=\"456\"></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717d1bb7\" style=\"\" wfd-id=\"438\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717d1bbc\" wfd-id=\"440\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16369305186\" wfd-id=\"441\">\n<div class=\"tve-content-box-background\" wfd-id=\"450\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16417e9d24e\" wfd-id=\"442\"><div class=\"tcb-clear\" wfd-id=\"448\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-16417e5bd95\" data-float=\"1\" wfd-id=\"449\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-envelope-regular\" data-name=\"\">\n            <path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path>\n        </svg></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-164179bced9\" wfd-id=\"443\"><p data-css=\"tve-u-1641333d7d1\"><a href=\"mailto:info@bestcerkoteflorida.com\" target=\"_blank\">info@bestcerakoteflorida.com</a></p></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-162717cb621\" data-value-type=\"percent\" wfd-id=\"393\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-162717cb620\" data-clip-id=\"c883ac5175045\" wfd-id=\"435\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-c883ac5175045\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9125, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-c883ac5175045\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9476, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-c883ac5175045\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9651, 1 1, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-162717cb609\" wfd-id=\"394\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-162717cb618\" wfd-id=\"395\"><div class=\"tcb-flex-row tcb-medium-wrap tcb-resized v-2 tcb--cols--2\" data-css=\"tve-u-162717cb617\" wfd-id=\"396\"><div class=\"tcb-flex-col\" data-css=\"tve-u-162717cb601\" style=\"\" wfd-id=\"411\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717cb60a\" wfd-id=\"413\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h1\" data-css=\"tve-u-162717cb610\" wfd-id=\"425\"><h1 data-css=\"tve-u-162717cb616\" style=\"text-align: center;\">&nbsp;Protect What\'s Important To You! With The Toughest Ceramic Finish In The World!<span data-css=\"tve-u-16271ca808e\" style=\"color: rgb(0, 229, 255);\" wfd-id=\"434\"></span></h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162717cb60f\" wfd-id=\"414\"><p data-css=\"tve-u-1695a36117b\" style=\"text-align: center;\">Heat, Water, Salt and Sand just some of the conditions you face. And any one of them is just waiting to get a hold of your firearm and leave it a pile of rusted, pitted junk.</p><p data-css=\"tve-u-16413112747\" style=\"text-align: center;\">Unfortunately there wasn\'t much you could do other than keep cleaning and lubricating your firearms...till NOW!</p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717cb600\" style=\"\" wfd-id=\"397\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717cb60b\" wfd-id=\"399\"><div class=\"thrv_responsive_video thrv_wrapper rv_style_lifted_style2\" data-type=\"youtube\" data-rel=\"0\" data-url=\"https://www.youtube.com/watch?v=a1nyu9ZJiEk\" data-css=\"tve-u-16959cd1e7a\" data-modestbranding=\"1\" wfd-id=\"408\">\n	\n\n	<div class=\"tve_responsive_video_container\" wfd-id=\"409\">\n		<div class=\"video_overlay\" wfd-id=\"410\"></div>\n	<iframe data-code=\"TEOqV1Q16lU\" data-provider=\"youtube\" src=\"https://www.youtube.com/embed/TEOqV1Q16lU?rel=0&amp;modestbranding=1&amp;controls=1&amp;showinfo=1&amp;fs=1&amp;wmode=transparent\" data-src=\"https://www.youtube.com/embed/TEOqV1Q16lU?rel=0&amp;modestbranding=1&amp;controls=1&amp;showinfo=1&amp;fs=1&amp;wmode=transparent\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\n</div><div class=\"thrv_wrapper thrv-button tcb-with-icon\" data-css=\"tve-u-1695a3002e2\" data-tcb_hover_state_parent=\"\" data-button-style=\"border_1\" wfd-id=\"400\">\n	<a href=\"tel:1-954-848-1911\" class=\"tcb-button-link\" target=\"_blank\" rel=\"\"><span class=\"tcb-button-icon\" wfd-id=\"406\">\n	<div class=\"thrv_wrapper thrv_icon tve_no_drag tve_no_icons tcb-icon-inherit-style tcb-icon-display\" wfd-id=\"407\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-phone-plus-light\" data-name=\"\">\n            <path d=\"M8 128h88v88c0 4.4 3.6 8 8 8h16c4.4 0 8-3.6 8-8v-88h88c4.4 0 8-3.6 8-8v-16c0-4.4-3.6-8-8-8h-88V8c0-4.4-3.6-8-8-8h-16c-4.4 0-8 3.6-8 8v88H8c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8zM487.8 24.1L387 .8c-14.7-3.4-29.8 4.2-35.8 18.1l-46.5 108.5c-5.5 12.7-1.8 27.7 8.9 36.5l53.9 44.1c-34 69.2-90.3 125.6-159.6 159.6l-44.1-53.9c-8.8-10.7-23.8-14.4-36.5-8.9L18.9 351.3c-13.9 6-21.5 21-18.1 35.8L24 487.9C27.3 502 39.9 512 54.5 512 306.7 512 512 307.8 512 54.5c0-14.6-10-27.2-24.2-30.4zM55.1 480l-23-99.6 107.4-46 59.5 72.8c103.6-48.6 159.7-104.9 208.1-208.1l-72.8-59.5 46-107.4 99.6 23C479.7 289.7 289.6 479.7 55.1 480z\"></path>\n        </svg></div>\n</span>\n\n		<span class=\"tcb-button-texts\" wfd-id=\"401\"><span class=\"tcb-button-text thrv-inline-text\" wfd-id=\"402\">CALL NOW</span></span>\n	</a>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-162717fcf9d\" data-value-type=\"percent\" wfd-id=\"328\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-162718bd0c0\" data-clip-id=\"a3b25e1c9221a\" wfd-id=\"392\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0875\"></polygon></clipPath><clipPath id=\"clip-tablet-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"6\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.1051\"></polygon></clipPath><clipPath id=\"clip-mobile-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"1\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0175\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-162718a3b40\" wfd-id=\"329\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622a159bcb\" wfd-id=\"330\">\n<div class=\"tve-content-box-background\" wfd-id=\"391\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"331\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621a2247ba\" wfd-id=\"384\"><h2 data-css=\"tve-u-1621a2e0d5b\">our services</h2></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16229f6175c\" wfd-id=\"355\"><div class=\"tcb-flex-row tcb-medium-no-wrap tcb--cols--3 v-2\" data-css=\"tve-u-162493a03b0\" wfd-id=\"356\"><div class=\"tcb-flex-col\" wfd-id=\"373\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1624939a960\" data-tcb_hover_state_parent=\"\" wfd-id=\"375\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-162493d5f13\" data-float=\"1\" wfd-id=\"383\"><svg class=\"tcb-icon\" viewBox=\"0 0 14 28\" data-name=\"bolt\">\n<path d=\"M13.828 8.844c0.172 0.187 0.219 0.453 0.109 0.688l-8.437 18.078c-0.125 0.234-0.375 0.391-0.656 0.391-0.063 0-0.141-0.016-0.219-0.031-0.344-0.109-0.547-0.438-0.469-0.766l3.078-12.625-6.344 1.578c-0.063 0.016-0.125 0.016-0.187 0.016-0.172 0-0.359-0.063-0.484-0.172-0.187-0.156-0.25-0.391-0.203-0.609l3.141-12.891c0.078-0.297 0.359-0.5 0.688-0.5h5.125c0.391 0 0.703 0.297 0.703 0.656 0 0.094-0.031 0.187-0.078 0.281l-2.672 7.234 6.188-1.531c0.063-0.016 0.125-0.031 0.187-0.031 0.203 0 0.391 0.094 0.531 0.234z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"379\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-162494b490e\" wfd-id=\"380\"><h4 data-css=\"tve-u-16249355087\" style=\"text-align: left;\">Express exterior</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162494b7ad0\" wfd-id=\"376\"><p data-css=\"tve-u-162492e70ad\">Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"364\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162493b6b63\" data-tcb_hover_state_parent=\"\" wfd-id=\"366\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b456a\" wfd-id=\"372\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"adjust\">\n<path d=\"M12 22.5v-17c-4.688 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"370\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1af44d\" wfd-id=\"371\"><h4 data-css=\"tve-u-16249358652\" style=\"text-align: left;\">Interior clean</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"367\"><p data-css=\"tve-u-162492e70ad\">Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"357\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16249373b25\" wfd-id=\"359\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b52d3\" wfd-id=\"363\"><svg class=\"tcb-icon\" viewBox=\"0 0 26 28\" data-name=\"umbrella\">\n<path d=\"M14 12.938v9.063c0 2.172-1.828 4-4 4s-4-1.828-4-4c0-0.547 0.453-1 1-1s1 0.453 1 1c0 1.047 0.953 2 2 2s2-0.953 2-2v-9.063c0.328-0.109 0.656-0.172 1-0.172s0.672 0.063 1 0.172zM26 13.359c0 0.266-0.234 0.5-0.5 0.5-0.141 0-0.25-0.063-0.359-0.156-0.906-0.844-1.75-1.437-3.047-1.437-1.484 0-2.766 0.922-3.609 2.094-0.187 0.266-0.328 0.547-0.5 0.812-0.109 0.172-0.234 0.266-0.438 0.266-0.219 0-0.344-0.094-0.453-0.266-0.172-0.266-0.313-0.547-0.5-0.812-0.844-1.172-2.109-2.094-3.594-2.094s-2.75 0.922-3.594 2.094c-0.187 0.266-0.328 0.547-0.5 0.812-0.109 0.172-0.234 0.266-0.453 0.266-0.203 0-0.328-0.094-0.438-0.266-0.172-0.266-0.313-0.547-0.5-0.812-0.844-1.172-2.125-2.094-3.609-2.094-1.297 0-2.141 0.594-3.047 1.437-0.109 0.094-0.219 0.156-0.359 0.156-0.266 0-0.5-0.234-0.5-0.5 0-0.047 0-0.078 0.016-0.109 1.437-5.906 7.141-9.25 12.984-9.25 5.812 0 11.578 3.344 12.984 9.25 0.016 0.031 0.016 0.063 0.016 0.109zM14 2v1.531c-0.328-0.016-0.672-0.031-1-0.031s-0.672 0.016-1 0.031v-1.531c0-0.547 0.453-1 1-1s1 0.453 1 1z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"361\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b01a6\" wfd-id=\"362\"><h4 data-css=\"tve-u-1624935a201\" style=\"text-align: left;\">Wax protection</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"360\"><p data-css=\"tve-u-162492e70ad\">Etiam pharetra, erat sed fermentum feugiat, velit mauris</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16249367114\" wfd-id=\"332\"><div class=\"tcb-flex-row tcb-medium-no-wrap tcb--cols--3 v-2\" data-css=\"tve-u-16229ffbb7b\" wfd-id=\"333\"><div class=\"tcb-flex-col\" wfd-id=\"348\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229fa6a26\" wfd-id=\"350\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b33f9\" wfd-id=\"354\"><svg class=\"tcb-icon\" viewBox=\"0 0 26 28\" data-name=\"magic\">\n<path d=\"M18.594 9.078l4.578-4.578-1.672-1.672-4.578 4.578zM25.578 4.5c0 0.266-0.094 0.516-0.281 0.703l-20.094 20.094c-0.187 0.187-0.438 0.281-0.703 0.281s-0.516-0.094-0.703-0.281l-3.094-3.094c-0.187-0.187-0.281-0.438-0.281-0.703s0.094-0.516 0.281-0.703l20.094-20.094c0.187-0.187 0.438-0.281 0.703-0.281s0.516 0.094 0.703 0.281l3.094 3.094c0.187 0.187 0.281 0.438 0.281 0.703zM4.469 1.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531zM9.938 4.062l3.063 0.938-3.063 0.938-0.938 3.063-0.938-3.063-3.063-0.938 3.063-0.938 0.938-3.063zM24.469 11.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531zM14.469 1.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"352\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b0a67\" wfd-id=\"353\"><h4 data-css=\"tve-u-16248fc42a1\" style=\"text-align: left;\">Dust &amp; Dash Console</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"351\"><p data-css=\"tve-u-162492e70ad\">Duis sed odio sit amet nibh vulputate cursus a sit amet mauris.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"341\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1622f65ba70\" wfd-id=\"343\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b60b4\" wfd-id=\"347\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"certificate\">\n<path d=\"M21.5 14l2.156 2.109c0.297 0.281 0.406 0.703 0.313 1.094-0.109 0.391-0.422 0.703-0.812 0.797l-2.938 0.75 0.828 2.906c0.109 0.391 0 0.812-0.297 1.094-0.281 0.297-0.703 0.406-1.094 0.297l-2.906-0.828-0.75 2.938c-0.094 0.391-0.406 0.703-0.797 0.812-0.094 0.016-0.203 0.031-0.297 0.031-0.297 0-0.594-0.125-0.797-0.344l-2.109-2.156-2.109 2.156c-0.281 0.297-0.703 0.406-1.094 0.313-0.406-0.109-0.703-0.422-0.797-0.812l-0.75-2.938-2.906 0.828c-0.391 0.109-0.812 0-1.094-0.297-0.297-0.281-0.406-0.703-0.297-1.094l0.828-2.906-2.938-0.75c-0.391-0.094-0.703-0.406-0.812-0.797-0.094-0.391 0.016-0.812 0.313-1.094l2.156-2.109-2.156-2.109c-0.297-0.281-0.406-0.703-0.313-1.094 0.109-0.391 0.422-0.703 0.812-0.797l2.938-0.75-0.828-2.906c-0.109-0.391 0-0.812 0.297-1.094 0.281-0.297 0.703-0.406 1.094-0.297l2.906 0.828 0.75-2.938c0.094-0.391 0.406-0.703 0.797-0.797 0.391-0.109 0.812 0 1.094 0.297l2.109 2.172 2.109-2.172c0.281-0.297 0.688-0.406 1.094-0.297 0.391 0.094 0.703 0.406 0.797 0.797l0.75 2.938 2.906-0.828c0.391-0.109 0.812 0 1.094 0.297 0.297 0.281 0.406 0.703 0.297 1.094l-0.828 2.906 2.938 0.75c0.391 0.094 0.703 0.406 0.812 0.797 0.094 0.391-0.016 0.812-0.313 1.094z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"345\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b12d8\" wfd-id=\"346\"><h4 data-css=\"tve-u-1625389a3d5\" style=\"text-align: left;\">Triple Foam Polish</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"344\"><p data-css=\"tve-u-162492e70ad\">Class aptent taciti sociosqu ad litora torquent</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"334\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229fa8c68\" wfd-id=\"336\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-16271adf6cf\" wfd-id=\"340\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"bullseye\">\n<path d=\"M16 14c0 2.203-1.797 4-4 4s-4-1.797-4-4 1.797-4 4-4 4 1.797 4 4zM18 14c0-3.313-2.688-6-6-6s-6 2.688-6 6 2.688 6 6 6 6-2.688 6-6zM20 14c0 4.422-3.578 8-8 8s-8-3.578-8-8 3.578-8 8-8 8 3.578 8 8zM22 14c0-5.516-4.484-10-10-10s-10 4.484-10 10 4.484 10 10 10 10-4.484 10-10zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"338\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-16248fc71c8\" wfd-id=\"339\"><h4 data-css=\"tve-u-1625389b4ed\" style=\"text-align: left;\">Tire dressing</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"337\"><p data-css=\"tve-u-162492e70ad\">Etiam pharetra, erat sed fermentum feugiat, velit mauris</p></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621ad46076\" wfd-id=\"296\">\n<div class=\"tve-page-section-out\" wfd-id=\"327\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621b072b4e\" wfd-id=\"297\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621a8b2488\" wfd-id=\"298\"><div class=\"tcb-flex-row tcb--cols--2 v-2\" data-css=\"tve-u-1621a8a804b\" wfd-id=\"299\"><div class=\"tcb-flex-col\" wfd-id=\"309\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16271bfe70c\" wfd-id=\"311\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h3\" data-css=\"tve-u-1621a8c4313\" wfd-id=\"326\"><h3><strong>Complete cleaning services for yoâ€‹ur car</strong></h3></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-16417b70f47\" wfd-id=\"312\"><ul class=\"tcb-styled-list\" wfd-id=\"313\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621acf0289\" wfd-id=\"322\"><div class=\"tcb-styled-list-icon\" wfd-id=\"324\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a8e11f3\" wfd-id=\"325\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ace1b08\" wfd-id=\"323\">We are a small business delivering professional cleaning services for all vehicles</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621acf64fb\" wfd-id=\"318\"><div class=\"tcb-styled-list-icon\" wfd-id=\"320\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a8e5625\" wfd-id=\"321\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ace4de9\" wfd-id=\"319\">Our services are convenient for individuals and corporate fleets</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"314\"><div class=\"tcb-styled-list-icon\" wfd-id=\"316\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a9076ef\" wfd-id=\"317\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621acf47d2\" wfd-id=\"315\">We use eco-friendly products that actually clean, protect and maintain your car better than the traditional cleaning substances</span></li></ul></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"300\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621a90a46f\" wfd-id=\"302\"><div class=\"thrv_wrapper thrv-fill-counter tve_red tve_normalfc thrv_data_element\" data-css=\"tve-u-1621a983587\" wfd-id=\"303\">\n<div class=\"tve_fill_counter_n\" style=\"\" data-fill=\"100\" data-css=\"tve-u-1621a98b602\" wfd-id=\"304\">\n<svg viewBox=\"0 0 170 170\" class=\"tve_fill_counter_circle\" shape-rendering=\"optimizeSpeed\" data-css=\"tve-u-1621a9a2862\">\n<circle class=\"tve_fill_counter_circle_inner\" r=\"85\" cx=\"85\" cy=\"85\" data-css=\"tve-u-1621a9685d4\"></circle>\n</svg>\n<div class=\"tve_fill_text_in\" data-css=\"tve-u-1621a96b190\" wfd-id=\"305\">\n<div class=\"tve_fill_text_value\" data-css=\"tve-u-1621a9a2866\" wfd-id=\"307\">\n<div class=\"thrv-inline-text tve_fill_text tve_editable\" data-css=\"tve-u-1621a9a2867\" wfd-id=\"308\"><strong>100%â€‹</strong></div>\n</div>\n<div class=\"thrv-inline-text tve_editable tve_data_element_label\" data-css=\"tve-u-1621a9750ae\" wfd-id=\"306\">Clean car</div>\n</div>\n</div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621ada1e7f\" data-value-type=\"percent\" wfd-id=\"260\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621adba9ef\" data-clip-id=\"52d5a36c151aa\" wfd-id=\"295\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-52d5a36c151aa\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0875\"></polygon></clipPath><clipPath id=\"clip-tablet-top-52d5a36c151aa\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0524\"></polygon></clipPath><clipPath id=\"clip-mobile-top-52d5a36c151aa\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0349\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621ad420c4\" wfd-id=\"261\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621ade6172\" wfd-id=\"262\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2 tcb-row-reversed-mobile tcb-mobile-edit v-2\" data-css=\"tve-u-1621adea58b\" wfd-id=\"263\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621b064646\" style=\"\" wfd-id=\"289\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ae0bec7\" wfd-id=\"291\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ae4fd21\" data-value-type=\"percent\" data-float=\"1\" wfd-id=\"292\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621ae6c8da\" data-clip-id=\"aa2c3e3c70555\" wfd-id=\"294\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0349\"></polygon></clipPath><clipPath id=\"clip-tablet-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"4\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0699\"></polygon></clipPath><clipPath id=\"clip-mobile-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"4\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0699\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb\" data-css=\"tve-u-1621ae4db6e\" wfd-id=\"293\"></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621b064668\" style=\"\" wfd-id=\"264\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621f45bed3\" wfd-id=\"266\"><div class=\"tcb-clear\" data-css=\"tve-u-16224848ee5\" wfd-id=\"287\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621afceb00\" wfd-id=\"288\"><h2 data-css=\"tve-u-1621afcc0bf\">Check Out Our Special Offer!</h2></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621afda4fa\" wfd-id=\"286\"><p data-css=\"tve-u-1621afd8c98\">Donâ€™t miss the opportunity to get 50% discount on a complete cleaning just by recommending us to a friend. Bring someone you know with you and clean you car half price!</p></div><div class=\"tcb-clear\" data-css=\"tve-u-16224834cab\" wfd-id=\"267\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621fe85996\" wfd-id=\"268\"><div class=\"tcb-flex-row tcb--cols--2 tcb-resized tcb-medium-wrap tcb-desktop-wrap\" data-css=\"tve-u-1621fe78878\" wfd-id=\"269\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621fe94086\" style=\"\" wfd-id=\"277\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"279\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621b01355a\" wfd-id=\"280\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621b08fdde\" data-tcb_hover_state_parent=\"1\" wfd-id=\"285\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16223f02c16\" wfd-id=\"281\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-1620af7eb3f\" data-tcb_hover_state_parent=\"\" data-button-style=\"full_rounded\" wfd-id=\"282\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"283\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-16228c75500\" wfd-id=\"284\"><strong>Request an appointment</strong></span></span>\n</a>\n</div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621fe940b9\" style=\"\" wfd-id=\"270\"><div class=\"tcb-col\" wfd-id=\"272\"><div class=\"tcb-clear\" data-css=\"tve-u-16224716d62\" wfd-id=\"273\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-1621b028939\" data-tcb_hover_state_parent=\"\" data-button-style=\"ghost\" wfd-id=\"274\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"275\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-16228c764b2\" wfd-id=\"276\"><strong>Call Now: 0400-700-682</strong></span></span>\n</a>\n</div></div></div></div></div></div></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16260ba2fa4\" wfd-id=\"167\">\n<div class=\"tve-page-section-out\" wfd-id=\"259\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16260be7104\" wfd-id=\"168\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621b0e4fb7\" wfd-id=\"258\"><h2 data-css=\"tve-u-1621b10fccf\" style=\"text-align: center;\">our happy clients</h2></div><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641367127b\" data-float=\"1\" wfd-id=\"257\"><svg class=\"tcb-icon\" viewBox=\"0 0 30 32\" data-name=\"quote-left\">\n<path d=\"M13.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429zM29.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641367e553\" wfd-id=\"256\"><svg class=\"tcb-icon\" viewBox=\"0 0 30 32\" data-name=\"quote-left\">\n<path d=\"M13.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429zM29.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a10d3b4\" wfd-id=\"227\">\n<div class=\"tve-content-box-background\" wfd-id=\"255\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"228\"><div class=\"tcb-clear\" data-css=\"tve-u-1621b300a64\" wfd-id=\"253\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-1621f154231\" wfd-id=\"254\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621b200375\" wfd-id=\"231\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-16260d8392c\" wfd-id=\"232\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"237\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"239\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16417b62c09\" wfd-id=\"240\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-16260d8396c\" wfd-id=\"241\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16260d01208\" style=\"\" wfd-id=\"247\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"249\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"250\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16225617da3\" wfd-id=\"252\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"251\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16260d0120e\" style=\"\" wfd-id=\"242\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"244\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"246\"><h5>Brett Graham, 28</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"245\"><h6 class=\"\">Architect</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"233\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"235\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"236\"><p data-css=\"tve-u-162539c17ec\">Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit. Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit.&nbsp;</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-16260c5ff0c\" wfd-id=\"229\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260c5ff07\" wfd-id=\"230\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a12f675\" wfd-id=\"198\">\n<div class=\"tve-content-box-background\" wfd-id=\"226\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"199\"><div class=\"tcb-clear\" data-css=\"tve-u-16260cd7683\" wfd-id=\"224\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260d73672\" wfd-id=\"225\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16260da3aa7\" wfd-id=\"202\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-1621fb68b97\" wfd-id=\"203\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"208\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"210\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16417b662bf\" wfd-id=\"211\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-1621fb65556\" wfd-id=\"212\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16229915e1a\" style=\"\" wfd-id=\"218\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"220\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"221\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16260c433e9\" wfd-id=\"223\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"222\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16229915e4e\" style=\"\" wfd-id=\"213\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"215\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"217\"><h5>Rosie Hanson, 24</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"216\"><h6 class=\"\">Real estate Associate</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"204\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"206\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"207\"><p data-css=\"tve-u-162539c17ec\">Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo.</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-16260d3b97e\" wfd-id=\"200\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260d39b83\" wfd-id=\"201\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a146aef\" wfd-id=\"169\">\n<div class=\"tve-content-box-background\" wfd-id=\"197\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"170\"><div class=\"tcb-clear\" data-css=\"tve-u-16260cd7683\" wfd-id=\"195\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260cd622f\" wfd-id=\"196\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16260c39a7e\" wfd-id=\"173\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-16260d3f4aa\" wfd-id=\"174\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"179\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"181\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621fbacc60\" wfd-id=\"182\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-16260d3f4af\" wfd-id=\"183\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16229915e1a\" style=\"\" wfd-id=\"189\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"191\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"192\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16260d5e4b8\" wfd-id=\"194\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"193\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16229915e4e\" style=\"\" wfd-id=\"184\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"186\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"188\"><h5>Shawn Mattews, 35</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"187\"><h6 class=\"\">project manager</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"175\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"177\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"178\"><p data-css=\"tve-u-162539c17ec\">Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo. Nullam ac urna eu felis.Sed non neque elit. Sed ut imperdiet nisi. Proin condimentum</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1621b30ca74\" wfd-id=\"171\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-1621f15b521\" wfd-id=\"172\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621b3c8c52\" wfd-id=\"63\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621b3cfc7b\" wfd-id=\"166\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621b3c74d9\" wfd-id=\"64\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621e7b695a\" wfd-id=\"165\"><h2 data-css=\"tve-u-1621e7a7350\" style=\"text-align: center;\">our offers</h2></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621e7c899a\" wfd-id=\"65\"><div class=\"tcb-flex-row tcb--cols--3 tcb-medium-wrap v-2\" data-css=\"tve-u-1621e7c7aa1\" wfd-id=\"66\"><div class=\"tcb-flex-col\" wfd-id=\"129\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16223fc9f23\" wfd-id=\"131\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e7ceab3\" style=\"\" wfd-id=\"132\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16416e4fafd\" wfd-id=\"164\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e7d5094\" wfd-id=\"133\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e7e9950\" data-value-type=\"percent\" style=\"\" wfd-id=\"160\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e7edfd9\" data-clip-id=\"10ffac3b28f1d\" wfd-id=\"163\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-10ffac3b28f1d\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-10ffac3b28f1d\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e7e6c1d\" wfd-id=\"161\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-16417b4cb9e\" wfd-id=\"162\"><h4 data-css=\"tve-u-1621fe1a1af\" style=\"text-align: center;\"><strong>Basic Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ec6c39b\" data-float=\"1\" wfd-id=\"156\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e81f424\" wfd-id=\"159\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec752da\" wfd-id=\"157\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"158\"><h4 data-css=\"tve-u-1621fe1bd18\" style=\"text-align: center;\"><strong>15$</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621ea50702\" wfd-id=\"134\"><ul class=\"tcb-styled-list\" wfd-id=\"135\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec3a5c0\" wfd-id=\"152\"><div class=\"tcb-styled-list-icon\" wfd-id=\"154\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec204df\" wfd-id=\"155\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec241aa\" wfd-id=\"153\">Interior vacuum</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"148\"><div class=\"tcb-styled-list-icon\" wfd-id=\"150\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec20f68\" wfd-id=\"151\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec2704c\" wfd-id=\"149\">Dust &amp;dash console</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec42aa7\" wfd-id=\"144\"><div class=\"tcb-styled-list-icon\" wfd-id=\"146\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec21a31\" wfd-id=\"147\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec298ab\" wfd-id=\"145\">Hand towel dry</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec43fe2\" wfd-id=\"140\"><div class=\"tcb-styled-list-icon\" wfd-id=\"142\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ea1fba7\" wfd-id=\"143\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea23322\" wfd-id=\"141\">Clean windows</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec454d9\" wfd-id=\"136\"><div class=\"tcb-styled-list-icon\" wfd-id=\"138\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ea295c0\" wfd-id=\"139\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea2c69a\" wfd-id=\"137\">Soft cloth wash</span></li></ul></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"98\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"100\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621eb81205\" style=\"\" wfd-id=\"101\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16416e603ab\" wfd-id=\"128\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621eb7ccb0\" wfd-id=\"102\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ebbbb6d\" data-value-type=\"percent\" wfd-id=\"124\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eaaedd8\" data-clip-id=\"a2b9cf3198d6f\" wfd-id=\"127\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-a2b9cf3198d6f\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-a2b9cf3198d6f\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec7f21a\" wfd-id=\"125\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e930bd7\" wfd-id=\"126\"><h4 data-css=\"tve-u-1621e92e97f\" style=\"text-align: center;\"><strong>Ultimate Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ec78d2c\" data-float=\"1\" wfd-id=\"120\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eab272c\" wfd-id=\"123\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec79a7d\" wfd-id=\"121\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"122\"><h4 data-css=\"tve-u-1621e942b65\" style=\"text-align: center;\"><strong>22 $</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621ebfa746\" wfd-id=\"117\"><p data-css=\"tve-u-1621f4ceaf6\" style=\"text-align: center;\">Includes basic service <span data-css=\"tve-u-1621f4ceaf7\" style=\"color: rgb(15, 29, 123);\" wfd-id=\"118\"><strong class=\"\"><span data-css=\"tve-u-1621f4ceafb\" wfd-id=\"119\">+</span></strong></span></p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621ebf340c\" wfd-id=\"103\"><ul class=\"tcb-styled-list\" wfd-id=\"104\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-164137a0b1f\" wfd-id=\"113\"><div class=\"tcb-styled-list-icon\" wfd-id=\"115\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec0c5bd\" wfd-id=\"116\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ebfe4ce\" wfd-id=\"114\">Triple foam conditiner</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec04541\" wfd-id=\"109\"><div class=\"tcb-styled-list-icon\" wfd-id=\"111\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec09a3c\" wfd-id=\"112\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ebff867\" wfd-id=\"110\">Tire dressing</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec05cc3\" wfd-id=\"105\"><div class=\"tcb-styled-list-icon\" wfd-id=\"107\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec15f6e\" wfd-id=\"108\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec009a8\" wfd-id=\"106\">Air freshner</span></li></ul></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"67\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16223dad661\" wfd-id=\"69\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621fd9c946\" style=\"\" wfd-id=\"70\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e7d234c\" wfd-id=\"97\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621fd84d7b\" wfd-id=\"71\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16223b080b0\" data-value-type=\"percent\" wfd-id=\"93\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eb3eb9f\" data-clip-id=\"ac98bb0e54b3b\" wfd-id=\"96\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621fd8766c\" wfd-id=\"94\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e930bd7\" wfd-id=\"95\"><h4 data-css=\"tve-u-1621fe1587d\" style=\"text-align: center;\"><strong>Supreme Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e8107f3\" wfd-id=\"89\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eb43d8d\" wfd-id=\"92\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e819c52\" wfd-id=\"90\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"91\"><h4 data-css=\"tve-u-1621fe1725e\" style=\"text-align: center;\"><strong>30 $</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621eb037bb\" wfd-id=\"86\"><p data-css=\"tve-u-1621f4d0451\" style=\"text-align: center;\">Includes ultimate service <span data-css=\"tve-u-1621eaff572\" style=\"color: rgb(15, 29, 123);\" wfd-id=\"87\"><strong class=\"\"><span data-css=\"tve-u-1621eb01b60\" wfd-id=\"88\">+</span></strong></span></p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621eacf6af\" wfd-id=\"72\"><ul class=\"tcb-styled-list\" wfd-id=\"73\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec36a4d\" wfd-id=\"82\"><div class=\"tcb-styled-list-icon\" wfd-id=\"84\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e9993aa\" wfd-id=\"85\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea1a5d7\" wfd-id=\"83\">Exterior trim dressing</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"78\"><div class=\"tcb-styled-list-icon\" wfd-id=\"80\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e99b1db\" wfd-id=\"81\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea19a06\" wfd-id=\"79\">Hand applied spray wax</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec37ea5\" wfd-id=\"74\"><div class=\"tcb-styled-list-icon\" wfd-id=\"76\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e99c314\" wfd-id=\"77\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea18c5d\" wfd-id=\"75\">Interior conditioner</span></li></ul></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621efddaaf\" wfd-id=\"42\">\n<div class=\"tve-page-section-out\" wfd-id=\"62\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621edf8048\" wfd-id=\"43\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621f114214\" wfd-id=\"44\"><div class=\"tcb-flex-row tcb-resized tcb-mobile-edit tcb--cols--2\" data-css=\"tve-u-1621ee03000\" wfd-id=\"45\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621ee4be21\" style=\"\" wfd-id=\"50\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ee093d4\" wfd-id=\"52\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ee3afec\" wfd-id=\"56\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621ee58e74\" wfd-id=\"61\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ee37f4a\" wfd-id=\"57\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1621ee74a24\" wfd-id=\"60\"><svg class=\"tcb-icon\" viewBox=\"0 0 16 28\" data-name=\"map-marker\">\n<path d=\"M12 10c0-2.203-1.797-4-4-4s-4 1.797-4 4 1.797 4 4 4 4-1.797 4-4zM16 10c0 0.953-0.109 1.937-0.516 2.797l-5.688 12.094c-0.328 0.688-1.047 1.109-1.797 1.109s-1.469-0.422-1.781-1.109l-5.703-12.094c-0.406-0.859-0.516-1.844-0.516-2.797 0-4.422 3.578-8 8-8s8 3.578 8 8z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621ee63e1c\" wfd-id=\"59\"><h2 data-css=\"tve-u-1621fdcb4ea\" style=\"text-align: center;\">contact us</h2></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16422a1ce91\" wfd-id=\"58\"><p data-css=\"tve-u-16422a1ce94\" style=\"text-align: left;\">Your adress goes here</p><p data-css=\"tve-u-16422a1ce93\" style=\"text-align: left;\">Phone: 0400 - 700 - 682</p><p data-css=\"tve-u-16422a1ce92\" style=\"text-align: left;\">Email: our_office@gmail.com</p></div></div>\n</div><div class=\"tcb-clear\" data-css=\"tve-u-16417c828be\" wfd-id=\"53\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_slide_left\" data-css=\"tve-u-1621ef118dc\" style=\"\" wfd-id=\"54\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"55\"><img class=\"tve_image tve_evt_manager_listen tve_et_tve-viewport wp-image-21388\" alt=\"\" width=\"567\" height=\"384\" title=\"Car wash img footer\" data-id=\"21388\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-img-footer.png\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_left&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" style=\"width: 100%;\"></span></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621ee4be73\" style=\"\" wfd-id=\"46\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ee22c43\" wfd-id=\"48\"><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-1621ee18a1c\" wfd-id=\"49\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=New York&amp;t=m&amp;z=5&amp;output=embed&amp;iwloc=near\"></iframe>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621f0aa8f7\" wfd-id=\"29\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621f0ada0e\" wfd-id=\"41\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621f0b0088\" wfd-id=\"30\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621f0d2c1a\" wfd-id=\"31\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-1621f0cbe40\" wfd-id=\"32\"><div class=\"tcb-flex-col\" wfd-id=\"37\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"39\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621f0da775\" wfd-id=\"40\"><p data-css=\"tve-u-1622444fb11\">Â© 2018, Your company name . All rights reserved.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"33\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"35\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16223fe5f5b\" wfd-id=\"36\"><p data-css=\"tve-u-1621f0d874c\" style=\"text-align: right;\">Made with <a href=\"https://thrivethemes.com/\" target=\"_blank\">Thrive Architect</a></p></div></div></div></div></div></div>\n</div>\n\n'),(6874,570,'tve_revision_tve_has_wistia_popover','0'),(6879,571,'tve_revision_tve_content_more_found',''),(6880,571,'tve_revision_tve_save_post',''),(6881,571,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Merriweather:400,700&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Special+Elite:400&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Poppins:400,800,900,300,700,&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Monda:400,700,&subset=latin\");@media (min-width: 300px){.tcb-plain-text { font-family: Monda; font-weight: 400; font-size: 14px; }#tve_editor [data-css=\"tve-u-1621b072b4e\"] p, #tve_editor [data-css=\"tve-u-1621b072b4e\"] li, #tve_editor [data-css=\"tve-u-1621b072b4e\"] blockquote, #tve_editor [data-css=\"tve-u-1621b072b4e\"] address, #tve_editor [data-css=\"tve-u-1621b072b4e\"] .tcb-plain-text, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h1, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h2, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h3, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h4, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h5, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h6 { color: rgb(18, 18, 18); }[data-css=\"tve-u-16417c828be\"]::after { clear: both; }[data-css=\"tve-u-1621fe78878\"] .tcb-flex-col { flex-basis: 160px !important; }[data-css=\"tve-u-16417b70f47\"] { padding: 0px !important; margin: 0px !important; }#tve_editor [data-css=\"tve-u-1621fdcb4ea\"] { color: rgb(15, 29, 123) !important; }#tve_editor [data-css=\"tve-u-1641367127b\"] > :first-child { color: rgb(15, 29, 123); }[data-css=\"tve-u-1641367127b\"] { font-size: 60px; float: none; box-shadow: none; position: relative; z-index: 5; margin: 0px auto !important; }#tve_editor [data-css=\"tve-u-1641333d7d1\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-162717cb617\"] > .tcb-flex-col { padding-left: 0px; }#tve_editor [data-css=\"tve-u-16413112747\"] { color: rgba(255, 255, 255, 0.85) !important; }[data-css=\"tve-u-16369305186\"] > .tve-cb { display: block; }#tve_editor [data-css=\"tve-u-162717cb609\"] p, #tve_editor [data-css=\"tve-u-162717cb609\"] li, #tve_editor [data-css=\"tve-u-162717cb609\"] blockquote, #tve_editor [data-css=\"tve-u-162717cb609\"] address, #tve_editor [data-css=\"tve-u-162717cb609\"] h1, #tve_editor [data-css=\"tve-u-162717cb609\"] h2, #tve_editor [data-css=\"tve-u-162717cb609\"] h3, #tve_editor [data-css=\"tve-u-162717cb609\"] h4, #tve_editor [data-css=\"tve-u-162717cb609\"] h5, #tve_editor [data-css=\"tve-u-162717cb609\"] h6 { color: rgb(255, 255, 255); }[data-css=\"tve-u-16369305186\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-162717cb621\"] .tve-page-section-in { display: flex; justify-content: center; flex-direction: column; }[data-css=\"tve-u-162717fcf9d\"] .tve-page-section-in { display: block; }[data-css=\"tve-u-1628a146aef\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1628a12f675\"] { padding: 0px !important; margin: 0px 0px 60px !important; }[data-css=\"tve-u-1628a10d3b4\"] { max-width: 100%; padding: 0px !important; margin: 0px 0px 60px !important; }[data-css=\"tve-u-16271ca808e\"] { color: rgb(0, 229, 255) !important; }#tve_editor [data-css=\"tve-u-162717cb618\"] p, #tve_editor [data-css=\"tve-u-162717cb618\"] li, #tve_editor [data-css=\"tve-u-162717cb618\"] blockquote, #tve_editor [data-css=\"tve-u-162717cb618\"] address, #tve_editor [data-css=\"tve-u-162717cb618\"] h1, #tve_editor [data-css=\"tve-u-162717cb618\"] h2, #tve_editor [data-css=\"tve-u-162717cb618\"] h3, #tve_editor [data-css=\"tve-u-162717cb618\"] h4, #tve_editor [data-css=\"tve-u-162717cb618\"] h5, #tve_editor [data-css=\"tve-u-162717cb618\"] h6 { color: rgb(0, 229, 255); }[data-css=\"tve-u-162718bd0c0\"] { clip-path: url(\"#clip-top-a3b25e1c9221a\"); -webkit-clip-path: url(\"#clip-top-a3b25e1c9221a\");  }[data-css=\"tve-u-162718a3b40\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-162717fcf9d\"] { z-index: 5; padding: 170px 40px 0px !important; margin-top: -80px !important; }[data-css=\"tve-u-16260cd622f\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-16260cd7683\"]::after { clear: both; }[data-css=\"tve-u-16260cd622f\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin-top: 0px !important; margin-bottom: -1px !important; }[data-css=\"tve-u-16260be7104\"] { max-width: 1200px; }[data-css=\"tve-u-16260ba2fa4\"] { padding: 100px 40px !important; }[data-css=\"tve-u-162539c17ec\"] { line-height: 1.6em !important; }#tve_editor [data-css=\"tve-u-162493b6b63\"]:hover { background-color: rgb(248, 249, 251) !important; }#tve_editor [data-css=\"tve-u-1624939a960\"]:hover { background-color: rgb(248, 249, 251) !important; background-image: none !important; }#tve_editor [data-css=\"tve-u-162492e70ad\"] { color: rgb(137, 141, 167) !important; }[data-css=\"tve-u-162492815ba\"] { padding: 0px !important; margin-top: 25px !important; }[data-css=\"tve-u-162491e8e1f\"]::after { clear: both; }[data-css=\"tve-u-1622f65ba70\"] { border: none; background-image: none !important; padding: 0px 30px 30px !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-1622a159bcb\"] { max-width: 100%; float: none; z-index: 6; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; margin-top: 0px !important; }[data-css=\"tve-u-16229915e4e\"] { max-width: 62.8%; }[data-css=\"tve-u-16229915e1a\"] { max-width: 37.2%; }[data-css=\"tve-u-16225617da3\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-Brett.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16225611edb\"] { min-height: 127px; }[data-css=\"tve-u-1622561121b\"] { max-width: 127px; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-16224848ee5\"]::after { clear: both; }[data-css=\"tve-u-16224834cab\"]::after { clear: both; }[data-css=\"tve-u-1621ee3afec\"] > .tve-cb { display: block; }[data-css=\"tve-u-1621fe78878\"] > .tcb-flex-col { padding-left: 5px; }[data-css=\"tve-u-1621fe940b9\"] { max-width: 50%; }[data-css=\"tve-u-1621fe94086\"] { max-width: 50%; }[data-css=\"tve-u-1621fe85996\"] { max-width: 585px; float: left; z-index: 3; position: relative; width: 100%; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621fe78878\"] > .tcb-flex-col > .tcb-col { min-height: 65px; justify-content: center; }[data-css=\"tve-u-1621fe78878\"] { min-height: inherit; margin-left: -5px; padding: 0px !important; flex-wrap: wrap !important; }#tve_editor [data-css=\"tve-u-1621f4d0451\"] { font-size: 20px !important; }#tve_editor [data-css=\"tve-u-1621f4ceaf6\"] { font-size: 20px !important; color: rgb(12, 12, 12) !important; }[data-css=\"tve-u-1621f45bed3\"] { padding: 0px !important; }[data-css=\"tve-u-1621f114214\"] { float: none; max-width: 100%; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621f0da775\"] { padding: 0px !important; }#tve_editor [data-css=\"tve-u-1621f0d874c\"] { letter-spacing: 1px; color: rgb(137, 141, 167) !important; font-size: 14px !important; }[data-css=\"tve-u-1621f0d2c1a\"] { max-width: 100%; margin-left: 60px !important; margin-right: 60px !important; }[data-css=\"tve-u-1621f0aa8f7\"] .tve-page-section-in { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621f0cbe40\"] { margin-left: 0px; padding: 0px !important; }[data-css=\"tve-u-1621f0cbe40\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-1621f0b0088\"] { max-width: 100%; min-height: 140px !important; }[data-css=\"tve-u-1621f0ada0e\"] { background-image: linear-gradient(rgb(22, 22, 24), rgb(22, 22, 24)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1621f0aa8f7\"] { padding: 0px !important; }[data-css=\"tve-u-1621efddaaf\"] { padding: 0px !important; }[data-css=\"tve-u-1621ef118dc\"] { width: 567px; position: relative; right: -50px; top: -104px; float: right; z-index: 3; margin-top: 0px !important; margin-bottom: 0px !important; padding-left: 0px !important; }#tve_editor [data-css=\"tve-u-1621ee74a24\"] > :first-child { color: rgb(15, 29, 123); }[data-css=\"tve-u-1621ee74a24\"] { font-size: 60px; float: none; z-index: 3; position: relative; margin: 0px auto 10px !important; padding-top: 0px !important; }[data-css=\"tve-u-1621ee63e1c\"] { float: none; z-index: 3; position: relative; max-width: none; width: 100%; padding: 0px !important; margin: 0px auto 30px !important; }[data-css=\"tve-u-1621ee58e74\"] { background-color: rgb(224, 226, 236) !important; }[data-css=\"tve-u-1621ee4be73\"] { max-width: 61%; }[data-css=\"tve-u-1621ee4be21\"] { max-width: 39%; }[data-css=\"tve-u-1621ee3afec\"] { padding: 60px 0px 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621ee37f4a\"] { min-height: 380px; }[data-css=\"tve-u-1621ee22c43\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding-top: 0px !important; padding-left: 0px !important; }[data-css=\"tve-u-1621ee18a1c\"] { margin: 80px 0px 0px 122px !important; }[data-css=\"tve-u-1621ee093d4\"] { margin-top: 0px !important; }[data-css=\"tve-u-1621ee03000\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1621ee03000\"] { margin-left: 0px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-1621ee03000\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-1621edf8048\"] { max-width: 100%; min-height: 1px !important; }[data-css=\"tve-u-1621ec454d9\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec43fe2\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec42aa7\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec3a5c0\"] { margin-top: 0px !important; margin-bottom: 10px !important; }[data-css=\"tve-u-1621ec37ea5\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec36a4d\"] { margin-bottom: 10px !important; }[data-css=\"tve-u-1621ea18c5d\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ea19a06\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ea1a5d7\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ea2c69a\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ea23322\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ec298ab\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ec2704c\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ec241aa\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ec05cc3\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec04541\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec009a8\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ebff867\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ebfe4ce\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621eb037bb\"] { padding: 0px !important; margin-top: 0px !important; margin-bottom: 30px !important; }[data-css=\"tve-u-1621eaff572\"] { color: rgb(15, 29, 123) !important; }[data-css=\"tve-u-1621ea50702\"] { max-width: 230px; float: none; z-index: 3; position: relative; width: 100%; padding: 0px !important; margin: 0px auto !important; }#tve_editor [data-css=\"tve-u-1621ea2c69a\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ea295c0\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ea295c0\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ea1fba7\"] > :first-child { color: rgb(137, 141, 167); }#tve_editor [data-css=\"tve-u-1621ea23322\"] { font-size: 16px !important; }[data-css=\"tve-u-1621ea1fba7\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }[data-css=\"tve-u-1621e99c314\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }[data-css=\"tve-u-1621e99b1db\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }[data-css=\"tve-u-1621e9993aa\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ea1a5d7\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ea19a06\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ea18c5d\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621e99c314\"] > :first-child { color: rgb(137, 141, 167); }#tve_editor [data-css=\"tve-u-1621e99b1db\"] > :first-child { color: rgb(137, 141, 167); }#tve_editor [data-css=\"tve-u-1621e9993aa\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621e8107f3\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621e942b65\"] strong { font-weight: 800; }[data-css=\"tve-u-1621e7e9950\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621e930bd7\"] { padding: 0px 0px 50px !important; }#tve_editor [data-css=\"tve-u-1621e92e97f\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1621e81f424\"] { border-radius: 200px; overflow: hidden; background-image: none !important; border: 3px solid rgb(255, 255, 255) !important; background-color: rgb(144, 147, 168) !important; }[data-css=\"tve-u-1621e819c52\"] { min-height: 110px; }[data-css=\"tve-u-1621e8107f3\"] { float: none; max-width: 110px; z-index: 4; padding: 0px !important; margin: -60px auto 30px !important; }[data-css=\"tve-u-1621e7edfd9\"] { clip-path: url(\"#clip-bottom-10ffac3b28f1d\"); -webkit-clip-path: url(\"#clip-bottom-10ffac3b28f1d\");  background-image: none !important; background-color: rgb(144, 147, 168) !important; }[data-css=\"tve-u-1621e7e9950\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1621e7e6c1d\"] { min-height: 150px; }[data-css=\"tve-u-1621e7c7aa1\"] > .tcb-flex-col { padding-left: 60px; }[data-css=\"tve-u-1621e7d5094\"] { min-height: 480px; }[data-css=\"tve-u-1621e7d234c\"] { box-shadow: rgba(0, 0, 0, 0.02) 0px 2px 22px 0px; background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1621e7ceab3\"] { float: none; width: 100%; padding: 0px 0px 20px !important; margin: 0px auto !important; }[data-css=\"tve-u-1621e7c899a\"] { float: none; max-width: 100%; margin: 0px auto !important; }[data-css=\"tve-u-1621e7c7aa1\"] { margin-left: -60px; padding: 0px !important; }[data-css=\"tve-u-1621e7b695a\"] { padding: 0px !important; margin-bottom: 100px !important; }#tve_editor [data-css=\"tve-u-1621e7a7350\"] { color: rgb(15, 29, 123) !important; }[data-css=\"tve-u-1621b3cfc7b\"] { filter: blur(0px); opacity: 1; background-image: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(220, 224, 246) 38%) !important; background-color: rgb(212, 212, 212) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1621b3c8c52\"] { padding: 100px 40px !important; }[data-css=\"tve-u-1621b3c74d9\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-1621b300a64\"]::after { clear: both; }[data-css=\"tve-u-1621b24a89d\"] { padding: 0px !important; }[data-css=\"tve-u-1621b22a018\"] { background-image: none !important; padding: 0px !important; }[data-css=\"tve-u-1621b200375\"] { float: none; max-width: 100%; border-left: 1px solid rgba(15, 29, 123, 0.7); border-right: 1px solid rgba(15, 29, 123, 0.7); background-color: rgb(248, 249, 251) !important; margin: 0px auto !important; }[data-css=\"tve-u-1621b10fccf\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621b0e4fb7\"] { border-right: none; max-width: 100%; padding: 0px !important; margin-bottom: 40px !important; margin-right: 0px !important; }[data-css=\"tve-u-1621b072b4e\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-1621b064668\"] { max-width: 52%; }[data-css=\"tve-u-1621b064646\"] { max-width: 48%; }[data-css=\"tve-u-1621afda4fa\"] { max-width: none; padding: 0px !important; margin-bottom: 40px !important; }#tve_editor [data-css=\"tve-u-1621afd8c98\"] { color: rgb(255, 255, 255) !important; font-size: 20px !important; }[data-css=\"tve-u-1621afceb00\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 80%; padding: 0px !important; margin-bottom: 50px !important; }#tve_editor [data-css=\"tve-u-1621afcc0bf\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1621a8a804b\"] > .tcb-flex-col { padding-left: 60px; }[data-css=\"tve-u-1621ae6c8da\"] { clip-path: url(\"#clip-top-aa2c3e3c70555\"); -webkit-clip-path: url(\"#clip-top-aa2c3e3c70555\");  background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-Cta-2.jpg\") !important; background-size: cover !important; background-position: 0% 100% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1621ae4fd21\"] { max-width: 100%; top: -70px; z-index: 5; left: -60px; position: relative !important; padding: 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-1621ae4db6e\"] { min-height: 524px; }[data-css=\"tve-u-1621ada1e7f\"] .tve-page-section-in { display: flex; flex-direction: column; justify-content: center; }[data-css=\"tve-u-1621adea58b\"] > .tcb-flex-col > .tcb-col { min-height: 1px; justify-content: center; }[data-css=\"tve-u-1621ae0bec7\"] { height: calc(100% - -22px); background-image: linear-gradient(rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.14)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; margin-left: 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621adea58b\"] > .tcb-flex-col { padding-left: 50px; }[data-css=\"tve-u-1621adea58b\"] { margin-left: -50px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-1621ade6172\"] { max-width: 100%; float: none; width: 100%; margin: 0px auto !important; }[data-css=\"tve-u-1621adba9ef\"] { clip-path: url(\"#clip-top-52d5a36c151aa\"); -webkit-clip-path: url(\"#clip-top-52d5a36c151aa\");  background-image: linear-gradient(rgba(15, 29, 123, 0.65), rgba(15, 29, 123, 0.65)), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-cta-bg.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-1621ada1e7f\"] { padding: 0px 40px !important; }[data-css=\"tve-u-1621ad46076\"] { padding: 100px 40px !important; margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1621ad420c4\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-1621a9076ef\"] { padding-top: 2px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-1621acf64fb\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621acf47d2\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1621acf0289\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621a8e11f3\"] { padding-top: 2px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-1621a8e5625\"] { padding-top: 2px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-1621ace4de9\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1621ace1b08\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1621a9a2867\"] strong { font-weight: 700; }#tve_editor [data-css=\"tve-u-1621a9a2867\"] { font-weight: 300; color: rgb(15, 29, 123) !important; font-family: Poppins !important; }[data-css=\"tve-u-1621a9750ae\"] { font-size: 18.36px !important; line-height: 18.36px !important; }[data-css=\"tve-u-1621a9a2867\"] { font-size: 64.8px !important; line-height: 64.8px !important; }[data-css=\"tve-u-1621a9a2866\"] { margin-top: 54px !important; }[data-css=\"tve-u-1621a9a2862\"] { width: 216px !important; height: 216px !important; background-color: rgb(137, 141, 167) !important; }[data-css=\"tve-u-1621a98b602\"] { stroke-dasharray: 678.584, 678.584; }[data-css=\"tve-u-1621a983587\"] { float: none; border: 30px solid rgba(137, 141, 167, 0.24); z-index: 3; position: relative; margin: 30px auto 0px !important; padding: 0px !important; }[data-css=\"tve-u-1621a9750ae\"] strong { font-weight: 700; }#tve_editor [data-css=\"tve-u-1621a9750ae\"] { color: rgb(255, 255, 255) !important; font-family: Monda !important; }[data-css=\"tve-u-1621a96b190\"] { background-color: rgb(101, 114, 203); width: 194.4px !important; height: 194.4px !important; top: 10.8px !important; bottom: 10.8px !important; left: 10.8px !important; right: 10.8px !important; }[data-css=\"tve-u-1621a9685d4\"] { stroke: rgb(248, 251, 253) !important; stroke-width: 22.6px !important; }[data-css=\"tve-u-1621a8a804b\"] > .tcb-flex-col > .tcb-col { min-height: 445px; justify-content: center; }[data-css=\"tve-u-1621a90a46f\"] { background-image: radial-gradient(rgba(255, 255, 255, 0.51) 16%, rgb(255, 255, 255) 73%), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-100-clean.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }#tve_editor [data-css=\"tve-u-1621a9076ef\"] > :first-child { color: rgb(15, 29, 123); }#tve_editor [data-css=\"tve-u-1621a8e5625\"] > :first-child { color: rgb(15, 29, 123); }#tve_editor [data-css=\"tve-u-1621a8e11f3\"] > :first-child { color: rgb(15, 29, 123); }[data-css=\"tve-u-1621a8c4313\"] { padding: 0px !important; margin-bottom: 60px !important; }[data-css=\"tve-u-1621a8b2488\"] { float: none; max-width: 100%; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621a8a804b\"] { min-height: inherit; margin-left: -60px; padding: 0px !important; }[data-css=\"tve-u-1621a2e0d5b\"] { line-height: 1em !important; }[data-css=\"tve-u-1621a2247ba\"] { max-width: 100%; float: none; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; }#tve_editor [data-css=\"tve-u-1620af7eb3f\"] .tcb-button-link { font-size: 18px; color: rgb(15, 29, 123) !important; }#tve_editor [data-css=\"tve-u-1620af7eb3f\"]:hover strong { font-weight: 700 !important; }[data-css=\"tve-u-1620af7eb3f\"] { width: 268px; float: left; z-index: 3; position: relative; display: block; max-width: 268px; margin-bottom: 0px !important; margin-top: 0px !important; margin-left: 3px !important; }#tve_editor [data-css=\"tve-u-1620af7eb3f\"]:hover .tcb-button-link { color: rgb(255, 255, 255) !important; border-radius: 200px !important; overflow: hidden !important; font-family: Monda !important; font-weight: 400 !important; text-shadow: none !important; background-image: none !important; background-color: rgb(15, 29, 123) !important; }[data-css=\"tve-u-1620af7eb3f\"] .tcb-button-link { border-radius: 200px; min-height: 54.7619px; font-size: 1.33333em; padding-top: 0px; padding-bottom: 0px; background-image: none !important; background-color: rgb(255, 255, 255) !important; padding-right: 15px !important; }#tcb_landing_page a:not(.tcb-button-link).tve_state_hover { color: rgb(35, 55, 188); }#tcb_landing_page a:not(.tcb-button-link):hover { color: rgb(35, 55, 188); }#tcb_landing_page a:not(.tcb-button-link) { color: rgb(255, 255, 255); }#tcb_landing_page input strong { font-weight: 700; }#tcb_landing_page .tcb-button-link strong { font-weight: 700; }#tcb_landing_page p strong, #tcb_landing_page li strong { font-weight: 700; }#tcb_landing_page input { font-family: Merriweather; font-weight: 400; }#tcb_landing_page .tcb-button-link { font-family: Merriweather; font-weight: 400; }#tcb_landing_page p, #tcb_landing_page li { color: rgb(12, 12, 12); font-family: Merriweather; font-weight: 400; line-height: 1.5em; font-size: 16px; }#tcb_landing_page h6 { text-transform: uppercase; font-size: 14px; color: rgb(0, 0, 0); font-family: \"Special Elite\"; font-weight: 400; letter-spacing: 1px; line-height: 1.3em; }#tcb_landing_page h5 { font-size: 22px; color: rgb(12, 12, 12); font-family: \"Special Elite\"; font-weight: 400; line-height: 1.3em; }#tcb_landing_page h4 { font-size: 24px; color: rgb(12, 12, 12); font-family: \"Special Elite\"; font-weight: 400; line-height: 1.3em; }#tcb_landing_page h3 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(12, 12, 12); font-size: 26px; line-height: 1.3em; }#tcb_landing_page h2 { color: rgb(0, 0, 0); font-size: 30px; letter-spacing: 2px; text-transform: uppercase; line-height: 1.3em; font-family: \"Special Elite\"; font-weight: 400; }#tcb_landing_page h1 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(0, 0, 0); font-size: 42px; line-height: 1.3em; }[data-css=\"tve-u-15e09c94f7d\"] { background-color: rgb(231, 229, 229) !important; }[data-css=\"tve-u-1621b01355a\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621b01355a\"] { max-width: 274px; position: relative; float: left; z-index: 3; width: 100%; padding: 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-1621b028939\"] .tcb-button-link { font-size: 18px; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1621b028939\"]:hover strong { font-weight: 700 !important; }[data-css=\"tve-u-1621b028939\"] { display: block; max-width: 268px; width: 268px; top: 0px; left: 0px; float: left; z-index: 3; position: relative; margin-bottom: 0px !important; margin-top: 0px !important; }#tve_editor [data-css=\"tve-u-1621b028939\"]:hover .tcb-button-link { background-color: rgb(255, 255, 255) !important; color: rgb(15, 29, 123) !important; overflow: hidden !important; font-family: Monda !important; background-image: none !important; text-align: center !important; }[data-css=\"tve-u-1621b028939\"] .tcb-button-link { min-height: 54.7619px; font-size: 1.33333em; padding-top: 0px; padding-bottom: 0px; border: 1px solid rgb(255, 255, 255); border-radius: 30px; overflow: hidden; background-color: rgba(26, 188, 156, 0.01) !important; padding-right: 15px !important; color: rgb(26, 188, 156) !important; }[data-css=\"tve-u-1621b08fdde\"] { border-radius: 200px; overflow: hidden; border: 1px solid rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1621b01355a\"]:hover [data-css=\"tve-u-1621b08fdde\"] { border: 1px solid rgba(255, 255, 255, 0.4) !important; }[data-css=\"tve-u-1621b30ca74\"]::after { clear: both; }#tve_editor [data-css=\"tve-u-1621e942b65\"] { font-weight: 400; letter-spacing: 0px; color: rgb(255, 255, 255) !important; font-family: Poppins !important; font-size: 30px !important; }[data-css=\"tve-u-1621e94cb4e\"] { float: none; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621eaaedd8\"] { clip-path: url(\"#clip-bottom-a2b9cf3198d6f\"); -webkit-clip-path: url(\"#clip-bottom-a2b9cf3198d6f\");  background-image: none !important; background-color: rgb(5, 10, 42) !important; }[data-css=\"tve-u-1621eab272c\"] { border-radius: 200px; overflow: hidden; background-image: none !important; border: 3px solid rgb(255, 255, 255) !important; background-color: rgb(5, 10, 42) !important; }[data-css=\"tve-u-1621eacf6af\"] { max-width: 230px; float: none; z-index: 3; position: relative; padding: 0px !important; margin: 0px auto !important; }[data-css=\"tve-u-1621eb3eb9f\"] { clip-path: url(\"#clip-bottom-ac98bb0e54b3b\"); -webkit-clip-path: url(\"#clip-bottom-ac98bb0e54b3b\");  background-image: none !important; background-color: rgb(45, 51, 89) !important; }[data-css=\"tve-u-1621eb43d8d\"] { border-radius: 200px; overflow: hidden; background-image: none !important; border: 3px solid rgb(255, 255, 255) !important; background-color: rgb(45, 51, 89) !important; }[data-css=\"tve-u-1621eb7ccb0\"] { min-height: 530px; }[data-css=\"tve-u-1621eb81205\"] { padding: 0px 0px 20px !important; margin-top: -25px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621ebbbb6d\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621ebbbb6d\"] { max-width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1621ebf340c\"] { max-width: 230px; float: none; z-index: 3; position: relative; width: 100%; padding: 0px !important; margin: 0px auto !important; }[data-css=\"tve-u-1621ebfa746\"] { padding: 0px !important; margin-top: 0px !important; margin-bottom: 30px !important; }#tve_editor [data-css=\"tve-u-1621ebfe4ce\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ebff867\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ec009a8\"] { font-size: 16px !important; }[data-css=\"tve-u-1621ec09a3c\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; margin: 0px !important; }#tve_editor [data-css=\"tve-u-1621ec09a3c\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ec0c5bd\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; margin: 0px !important; }#tve_editor [data-css=\"tve-u-1621ec0c5bd\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ec15f6e\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ec15f6e\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ec204df\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ec204df\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ec20f68\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ec20f68\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ec21a31\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ec21a31\"] > :first-child { color: rgb(137, 141, 167); }#tve_editor [data-css=\"tve-u-1621ec241aa\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ec2704c\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ec298ab\"] { font-size: 16px !important; }[data-css=\"tve-u-1621ec6c39b\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621ec6c39b\"] { float: none; max-width: 110px; z-index: 4; padding: 0px !important; margin: -60px auto 30px !important; }[data-css=\"tve-u-1621ec752da\"] { min-height: 110px; }[data-css=\"tve-u-1621ec78d2c\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621ec78d2c\"] { float: none; max-width: 110px; z-index: 4; padding: 0px !important; margin: -60px auto 30px !important; }[data-css=\"tve-u-1621ec79a7d\"] { min-height: 110px; }[data-css=\"tve-u-1621ec7f21a\"] { min-height: 160px; }[data-css=\"tve-u-1621f154231\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-1621f154231\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin: 0px 0px -1px !important; }[data-css=\"tve-u-1621f15b521\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-1621f15b521\"] { float: right; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin-top: -1px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621f4ceaf7\"] { color: rgb(15, 29, 123) !important; }[data-css=\"tve-u-1621fb65556\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-1621fb65556\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-1621fb65556\"] { min-height: inherit; margin-left: -20px; padding: 0px !important; }[data-css=\"tve-u-1621fb68b97\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-1621fb68b97\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-1621fb68b97\"] { min-height: inherit; margin-left: -30px; padding: 30px !important; }[data-css=\"tve-u-1621fbacc60\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621fbcad8c\"] { padding: 0px !important; }[data-css=\"tve-u-1621fc0ce17\"] { padding: 0px !important; margin-bottom: 15px !important; }[data-css=\"tve-u-1621fd84d7b\"] { min-height: 480px; }[data-css=\"tve-u-1621fd8766c\"] { min-height: 150px; }[data-css=\"tve-u-1621fd9c946\"] { padding: 0px 0px 20px !important; margin-top: 0px !important; margin-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-1621fe1587d\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1621fe1725e\"] strong { font-weight: 800; }#tve_editor [data-css=\"tve-u-1621fe1725e\"] { font-weight: 400; letter-spacing: 0px; color: rgb(255, 255, 255) !important; font-family: Poppins !important; font-size: 30px !important; }#tve_editor [data-css=\"tve-u-1621fe1a1af\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1621fe1bd18\"] strong { font-weight: 800; }#tve_editor [data-css=\"tve-u-1621fe1bd18\"] { font-weight: 400; letter-spacing: 0px; color: rgb(255, 255, 255) !important; font-family: Poppins !important; font-size: 30px !important; }[data-css=\"tve-u-16223b080b0\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-16223b080b0\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-16223f02c16\"] { min-height: 62px; }[data-css=\"tve-u-16223fe5f5b\"] { padding: 0px !important; }[data-css=\"tve-u-16224439be1\"] { padding: 0px !important; }#tve_editor [data-css=\"tve-u-1622444fb11\"] { letter-spacing: 1px; color: rgb(137, 141, 167) !important; font-size: 14px !important; }#tve_editor [data-css=\"tve-u-16228c764b2\"] { font-size: 18px !important; }[data-css=\"tve-u-16229f6175c\"] { border: none; margin: 80px 0px 0px !important; background-image: none !important; }[data-css=\"tve-u-16229fa6a26\"] { border: none; box-shadow: none; padding: 0px 30px 30px !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-16229fa8c68\"] { border: none; padding: 0px 30px 30px !important; background-image: none !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col > .tcb-col { min-height: 244px; }[data-css=\"tve-u-16229ffbb7b\"] { margin-left: -30px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16248fc42a1\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-16248fc42a1\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-16248fc71c8\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-16249355087\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-16249355087\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-16249358652\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-16249358652\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-1624935a201\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-1624935a201\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-16249367114\"] { border: none; margin: 30px 0px 0px !important; background-image: none !important; }[data-css=\"tve-u-16249373b25\"] { border: none; padding: 0px 30px 30px !important; background-image: linear-gradient(rgb(248, 249, 251), rgb(248, 249, 251)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1624939a960\"] { border: none; box-shadow: none; padding: 0px 30px 30px !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-162493a03b0\"] > .tcb-flex-col > .tcb-col { min-height: 244px; }[data-css=\"tve-u-162493a03b0\"] { margin-left: -30px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-162493a03b0\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-162493b6b63\"] { border: none; background-image: none !important; padding: 0px 30px 30px !important; background-color: rgb(248, 249, 251) !important; }#tve_editor [data-css=\"tve-u-162493d5f13\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-162493d5f13\"] { font-size: 30px; width: 30px; height: 30px; top: 0px; left: 0px; display: block; position: static; z-index: 8; border-bottom: 1px solid rgb(10, 93, 165); border-top: none; border-right: none; border-left: none; border-image: initial; margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-162494b490e\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-162494b7ad0\"] { padding: 0px !important; margin-top: 25px !important; margin-left: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-1625389a3d5\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-1625389a3d5\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-1625389b4ed\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-1625389b4ed\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-162539ac577\"] { max-width: 39%; }[data-css=\"tve-u-162539ac57d\"] { max-width: 61%; }#tve_editor [data-css=\"tve-u-162539c17ec\"] { font-size: 16px !important; color: rgba(12, 12, 12, 0.7) !important; }[data-css=\"tve-u-16260c39a7e\"] { float: none; max-width: 100%; border-left: 1px solid rgba(15, 29, 123, 0.7); border-right: 1px solid rgba(15, 29, 123, 0.7); margin: 0px auto !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-16260c433e9\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-Rosie.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16260c5ff07\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-16260c5ff07\"] { float: right; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin: -1px 0px 0px !important; }[data-css=\"tve-u-16260c5ff0c\"]::after { clear: both; }[data-css=\"tve-u-16260d01208\"] { max-width: 37%; }[data-css=\"tve-u-16260d0120e\"] { max-width: 63%; }[data-css=\"tve-u-16260d39b83\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-16260d39b83\"] { float: right; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin-top: -1px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-16260d3b97e\"]::after { clear: both; }[data-css=\"tve-u-16260d3f4aa\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16260d3f4aa\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-16260d3f4aa\"] { min-height: inherit; margin-left: -30px; padding: 30px !important; }[data-css=\"tve-u-16260d3f4af\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-16260d3f4af\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-16260d3f4af\"] { min-height: inherit; margin-left: -20px; padding: 0px !important; }[data-css=\"tve-u-16260d5e4b8\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-Shawn.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16260d73672\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-16260d73672\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin-top: 0px !important; margin-bottom: -1px !important; }[data-css=\"tve-u-16260d8392c\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16260d8392c\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-16260d8392c\"] { min-height: inherit; margin-left: -30px; padding: 30px !important; }[data-css=\"tve-u-16260d8396c\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-16260d8396c\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-16260d8396c\"] { min-height: inherit; margin-left: -20px; padding: 0px !important; }[data-css=\"tve-u-16260da3aa7\"] { float: none; max-width: 100%; border-left: 1px solid rgba(15, 29, 123, 0.7); border-right: 1px solid rgba(15, 29, 123, 0.7); margin: 0px auto !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-162717cb600\"] { max-width: 58.2%; }[data-css=\"tve-u-162717cb601\"] { max-width: 41.8%; }[data-css=\"tve-u-162717cb609\"]::after { clear: both; }[data-css=\"tve-u-162717cb60a\"] { padding-right: 50px !important; padding-bottom: 80px !important; padding-top: 20px !important; }[data-css=\"tve-u-162717cb60b\"]::after { clear: both; }[data-css=\"tve-u-162717cb60b\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-162717cb60f\"] { padding: 0px !important; margin-bottom: 25px !important; }[data-css=\"tve-u-162717cb610\"] { padding: 0px !important; margin-bottom: 35px !important; box-shadow: none !important; }#tve_editor [data-css=\"tve-u-162717cb616\"] { text-shadow: rgb(0, 0, 0) 2px 2px 2px; text-transform: none !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-162717cb617\"] { margin-left: 0px; padding: 0px !important; }[data-css=\"tve-u-162717cb618\"] { max-width: none; margin-top: 0px !important; }[data-css=\"tve-u-162717cb620\"] { clip-path: url(\"#clip-bottom-c883ac5175045\"); -webkit-clip-path: url(\"#clip-bottom-c883ac5175045\");  opacity: 1; filter: grayscale(0%) blur(0px); background-image: linear-gradient(rgba(0, 0, 0, 0.46), rgba(0, 0, 0, 0.46)), url(\"https://bestcerakoteflorida.com/wp-content/uploads/2018/05/FTYS6743.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, fixed !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-162717cb609\"] { max-width: 1200px; min-height: 630px !important; }[data-css=\"tve-u-162717cb621\"] { z-index: 1; padding: 125px 40px 0px !important; margin-top: -130px !important; }[data-css=\"tve-u-162717d1bb6\"] { border-right: 1px solid rgba(255, 255, 255, 0.2); }[data-css=\"tve-u-162717d1bb7\"] { max-width: 23.7%; }[data-css=\"tve-u-162717d1bb9\"] { max-width: 42.9%; }[data-css=\"tve-u-162717d1bbc\"] { border-left: none; padding: 0px !important; }[data-css=\"tve-u-162717d1bbe\"] { border-bottom: 1px solid rgba(255, 255, 255, 0.2); float: none; width: 100%; position: relative; z-index: 10; max-width: 1600px; margin: 0px auto !important; }[data-css=\"tve-u-162717d1bbf\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-162717d1bbf\"] > .tcb-flex-col { padding-left: 17px; }[data-css=\"tve-u-162717d1bbf\"] { margin-left: -17px; min-height: inherit; padding: 5px 0px 0px 40px !important; }#tve_editor [data-css=\"tve-u-162717d1bbe\"] p, #tve_editor [data-css=\"tve-u-162717d1bbe\"] li, #tve_editor [data-css=\"tve-u-162717d1bbe\"] blockquote, #tve_editor [data-css=\"tve-u-162717d1bbe\"] address { font-size: 16px; }#tve_editor [data-css=\"tve-u-16271adf6cf\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-16271adf6cf\"] { font-size: 30px; width: 30px; height: 30px; top: 22px; left: 20px; border-bottom: 1px solid rgb(10, 93, 165); margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1641367e553\"] > :first-child { color: rgba(15, 29, 123, 0.12); }[data-css=\"tve-u-1641367e553\"] { font-size: 60px; float: none; box-shadow: none; width: 60px; height: 60px; margin: -55px auto 60px !important; padding-right: 17px !important; }[data-css=\"tve-u-16416e4fafd\"] { box-shadow: rgba(0, 0, 0, 0.02) 0px 2px 22px 0px; background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16416e603ab\"] { box-shadow: rgba(0, 0, 0, 0.12) 0px 3px 44px 0px; background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-164179a84b8\"] > .tve-cb { display: block; }[data-css=\"tve-u-164179a84b8\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-164179bced9\"] { border-right: none; padding: 3px 0px 0px !important; position: static !important; }[data-css=\"tve-u-16417b4cb9e\"] { padding: 0px 0px 50px !important; }[data-css=\"tve-u-16417b62c09\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-16417b662bf\"] { margin-top: 0px !important; margin-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-16417e5bd95\"] > :first-child { color: rgb(255, 255, 255); }[data-css=\"tve-u-16417e5bd95\"] { z-index: 4; position: relative; float: left; font-size: 25px !important; width: 25px !important; height: 25px !important; margin: 3px 15px 0px 0px !important; padding-left: 0px !important; }[data-css=\"tve-u-1641c1af44d\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1641c1b01a6\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1641c1b0a67\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1641c1b12d8\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }#tve_editor [data-css=\"tve-u-1641c1b33f9\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-1641c1b33f9\"] { font-size: 30px; width: 30px; height: 30px; top: 22px; left: 20px; border-bottom: 1px solid rgb(10, 93, 165); margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1641c1b456a\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-1641c1b456a\"] { font-size: 30px; width: 30px; height: 30px; top: 22px; left: 20px; border-bottom: 1px solid rgb(10, 93, 165); margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1641c1b52d3\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-1641c1b52d3\"] { font-size: 30px; width: 30px; height: 30px; top: 22px; left: 20px; border-bottom: 1px solid rgb(10, 93, 165); margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1641c1b60b4\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-1641c1b60b4\"] { font-size: 30px; width: 30px; height: 30px; top: 22px; left: 20px; border-bottom: 1px solid rgb(10, 93, 165); margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-16422a1ce91\"] { float: none; width: 100%; max-width: 227px; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; }#tve_editor [data-css=\"tve-u-16422a1ce92\"] { font-size: 16px !important; color: rgb(12, 12, 12) !important; }#tve_editor [data-css=\"tve-u-16422a1ce93\"] { font-size: 16px !important; color: rgb(18, 18, 18) !important; }[data-css=\"tve-u-16422a1ce92\"] { line-height: 1.7em !important; }[data-css=\"tve-u-16422a1ce93\"] { line-height: 1.7em !important; }#tve_editor [data-css=\"tve-u-16422a1ce94\"] { font-size: 16px !important; color: rgb(29, 26, 31) !important; }[data-css=\"tve-u-16422a1ce94\"] { line-height: 1.7em !important; }#tcb_landing_page .tcb-plain-text { color: rgb(0, 0, 0); font-family: Merriweather; font-weight: 400; }#tcb_landing_page .tcb-plain-text strong { font-weight: 700; }[data-css=\"tve-u-162717d1bbe\"] p { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-162717d1bbe\"] h3 { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-1695981e7bb\"] { max-width: 33.3545%; }[data-css=\"tve-u-16959822de2\"] { width: 291px; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-16959846d3d\"] { margin-top: 0px !important; }[data-css=\"tve-u-16959cd1e7a\"] { margin-top: 10px !important; }[data-css=\"tve-u-1695a3002e2\"] .tcb-button-link { border-radius: 4px; border-bottom: 4px solid rgb(117, 0, 23); border-top-color: rgb(198, 225, 224); border-right-color: rgb(198, 225, 224); border-left-color: rgb(198, 225, 224); background-image: none !important; background-color: rgb(143, 2, 32) !important; padding-right: 25px !important; }#tve_editor [data-css=\"tve-u-1695a3002e2\"]:hover .tcb-button-link { background-color: rgb(132, 1, 28) !important; }#tve_editor [data-css=\"tve-u-1695a36117b\"] { color: rgb(255, 255, 255) !important; }}@media (max-width: 1023px){[data-css=\"tve-u-1621ebfa746\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621eb037bb\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621ec78d2c\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621ec6c39b\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621b064668\"] { max-width: 49%; }[data-css=\"tve-u-1621b064646\"] { max-width: 51%; }[data-css=\"tve-u-1621b3c74d9\"] { max-width: 100%; }[data-css=\"tve-u-1621f0b0088\"] { min-height: 100px !important; }[data-css=\"tve-u-1621ee3afec\"] > .tve-cb { display: block; }[data-css=\"tve-u-1621e7ceab3\"] > .tve-cb { display: block; }[data-css=\"tve-u-1621ea50702\"] { float: none; width: 100%; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621ae4fd21\"] > .tve-cb { display: block; }[data-css=\"tve-u-162717cb60f\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-162717cb610\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-16223dad661\"] { padding-top: 20px !important; }[data-css=\"tve-u-1641367127b\"] { float: none; font-size: 50px; width: 50px; height: 50px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1641367e553\"] { float: none; font-size: 50px; width: 50px; height: 50px; margin: -44px auto 40px !important; padding-right: 12px !important; }[data-css=\"tve-u-1621e7b695a\"] { margin-bottom: 50px !important; }[data-css=\"tve-u-1621ee37f4a\"] { min-height: 262px; }[data-css=\"tve-u-1621ada1e7f\"] { padding: 50px 30px 50px 0px !important; }[data-css=\"tve-u-1621b072b4e\"] { max-width: 100%; }[data-css=\"tve-u-1621a2247ba\"] { margin-bottom: 60px !important; }[data-css=\"tve-u-16229f6175c\"] { margin-top: 0px !important; }[data-css=\"tve-u-162717cb60b\"] { height: calc(100% - -85px); margin-top: -85px !important; }[data-css=\"tve-u-162717cb617\"] .tcb-flex-col { flex-basis: 560px !important; }#tcb_landing_page h5 { line-height: 1.3em; }#tcb_landing_page h6 { line-height: 1.4em; }#tcb_landing_page p, #tcb_landing_page li { line-height: 1.5em; }[data-css=\"tve-u-1628a146aef\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1628a12f675\"] { margin-bottom: 40px !important; }[data-css=\"tve-u-1628a10d3b4\"] { margin-bottom: 40px !important; }[data-css=\"tve-u-162718bd0c0\"] { clip-path: url(\"#clip-tablet-top-a3b25e1c9221a\"); -webkit-clip-path: url(\"#clip-tablet-top-a3b25e1c9221a\");  background-color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-162717cb621\"] { z-index: 6; padding-top: 60px !important; margin-top: -90px !important; }[data-css=\"tve-u-162718a3b40\"] { max-width: 100%; min-height: 1px !important; }[data-css=\"tve-u-16271adf6cf\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-162493d5f13\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-162717fcf9d\"] { margin-top: -40px !important; padding-top: 90px !important; padding-left: 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-16260d3f4af\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16260d3f4aa\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1621fb65556\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1621fb68b97\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16260d8396c\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16260d8392c\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16260d39b83\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-16260c5ff07\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-16260ba2fa4\"] { padding: 50px 40px !important; }[data-css=\"tve-u-16260be7104\"] { max-width: 100%; }[data-css=\"tve-u-1621ebbbb6d\"] { margin-top: -1px !important; }[data-css=\"tve-u-1621eaaedd8\"] { clip-path: url(\"#clip-tablet-bottom-a2b9cf3198d6f\"); -webkit-clip-path: url(\"#clip-tablet-bottom-a2b9cf3198d6f\");  }[data-css=\"tve-u-1621e7e9950\"] { margin-top: -1px !important; }[data-css=\"tve-u-16229fa8c68\"] { padding: 0px 20px 20px !important; }[data-css=\"tve-u-1622f65ba70\"] { padding: 0px 20px 20px !important; }[data-css=\"tve-u-16249373b25\"] { padding-left: 20px !important; padding-right: 20px !important; padding-bottom: 20px !important; }[data-css=\"tve-u-162493b6b63\"] { padding-left: 20px !important; padding-bottom: 20px !important; padding-right: 20px !important; }[data-css=\"tve-u-16249367114\"] { margin-top: 20px !important; }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-1624935a201\"] { line-height: 1.3em !important; }[data-css=\"tve-u-16249358652\"] { line-height: 1.3em !important; }[data-css=\"tve-u-16249355087\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1625389b4ed\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1625389a3d5\"] { line-height: 1.3em !important; }[data-css=\"tve-u-16248fc42a1\"] { line-height: 1.3em !important; }[data-css=\"tve-u-162493a03b0\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-162493a03b0\"] .tcb-flex-col { flex-basis: 145px !important; }[data-css=\"tve-u-1622a159bcb\"] { float: none; max-width: 85%; margin: 0px auto !important; padding-top: 0px !important; }[data-css=\"tve-u-16229fa6a26\"] { margin-bottom: 20px !important; padding: 0px 20px 20px !important; }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16229ffbb7b\"] { min-height: inherit; margin-left: -20px; }[data-css=\"tve-u-1621ad46076\"] { margin-bottom: 0px !important; margin-top: 0px !important; padding: 50px 40px !important; }#tve_editor [data-css=\"tve-u-1621b028939\"] .tcb-button-link { font-size: 18px; }[data-css=\"tve-u-16223f02c16\"] { min-height: 54px; }[data-css=\"tve-u-1621b01355a\"] { max-width: 304px; padding: 2px !important; }[data-css=\"tve-u-1620af7eb3f\"] { float: none; z-index: 3; position: relative; display: block; max-width: 300px; width: 300px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621afda4fa\"] { max-width: 100%; margin-bottom: 30px !important; }[data-css=\"tve-u-16224716d62\"]::after { clear: both; }[data-css=\"tve-u-1621f0aa8f7\"] { margin-top: 0px !important; }[data-css=\"tve-u-1621e7e6c1d\"] { min-height: 150px; }[data-css=\"tve-u-1621e7edfd9\"] { clip-path: url(\"#clip-tablet-bottom-10ffac3b28f1d\"); -webkit-clip-path: url(\"#clip-tablet-bottom-10ffac3b28f1d\");  }[data-css=\"tve-u-1621ebf340c\"] { float: none; width: 100%; padding: 0px !important; margin-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621e7d5094\"] { min-height: 455px; }[data-css=\"tve-u-1621adea58b\"] > .tcb-flex-col > .tcb-col { justify-content: center; }[data-css=\"tve-u-16223dad661\"]::after { clear: both; }[data-css=\"tve-u-1621e8107f3\"] { float: none; margin-left: auto !important; margin-right: auto !important; margin-bottom: 20px !important; }[data-css=\"tve-u-16223b080b0\"] { float: none; margin-left: auto !important; margin-right: auto !important; margin-top: -1px !important; }[data-css=\"tve-u-1621eb3eb9f\"] { clip-path: url(\"#clip-tablet-bottom-ac98bb0e54b3b\"); -webkit-clip-path: url(\"#clip-tablet-bottom-ac98bb0e54b3b\");  }[data-css=\"tve-u-1621fe78878\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1621fe78878\"] { min-height: inherit; }#tve_editor [data-css=\"tve-u-1621e92e97f\"] { font-size: 22px !important; }#tve_editor [data-css=\"tve-u-1621e942b65\"] { letter-spacing: 0px; font-size: 1.5em !important; }#tve_editor [data-css=\"tve-u-1621fe1bd18\"] { letter-spacing: 0px; font-size: 1.5em !important; }#tve_editor [data-css=\"tve-u-1621fe1a1af\"] { font-size: 22px !important; }#tve_editor [data-css=\"tve-u-1621fe1725e\"] { letter-spacing: 0px; font-size: 1.5em !important; }#tve_editor [data-css=\"tve-u-1621fe1587d\"] { font-size: 22px !important; }[data-css=\"tve-u-1621ef118dc\"] { position: relative; top: -50px; left: 30px; width: 100%; }[data-css=\"tve-u-1621ee3afec\"] { padding: 40px 0px 0px !important; }[data-css=\"tve-u-1621ee63e1c\"] { max-width: none; margin-bottom: 30px !important; }[data-css=\"tve-u-1621ee74a24\"] { top: 0px; right: 0px; font-size: 45px; width: 45px; height: 45px; float: none; padding-left: 0px !important; margin: 0px auto !important; }[data-css=\"tve-u-1621ee18a1c\"] { margin-top: 40px !important; margin-left: 20px !important; margin-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-1621fdcb4ea\"] { letter-spacing: 1px; font-size: 1.5em !important; }[data-css=\"tve-u-1621ec7f21a\"] { min-height: 150px; }[data-css=\"tve-u-1621eacf6af\"] { float: none; max-width: 230px; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621fd9c946\"] { max-width: 380px; float: none; width: 100%; margin: 0px auto !important; padding-left: 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-1621eb81205\"] { margin-top: 0px !important; }[data-css=\"tve-u-1621eb7ccb0\"] { min-height: 455px; }[data-css=\"tve-u-1621fd8766c\"] { min-height: 150px; }[data-css=\"tve-u-1621fd84d7b\"] { min-height: 430px; }[data-css=\"tve-u-1621e7c7aa1\"] .tcb-flex-col { flex-basis: 300px !important; }#tve_editor [data-css=\"tve-u-1621e7a7350\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621e7c899a\"] { float: none; max-width: 100%; margin-left: auto !important; margin-right: auto !important; margin-top: 0px !important; }[data-css=\"tve-u-1621e7c7aa1\"] { margin-left: -20px; flex-direction: row; }[data-css=\"tve-u-1621e7c7aa1\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-1621b3c8c52\"] { padding: 50px 40px !important; }[data-css=\"tve-u-1621fc0ce17\"] { margin-top: 10px !important; margin-bottom: 7px !important; }[data-css=\"tve-u-1621fbcad8c\"] { padding-left: 0px !important; padding-right: 30px !important; }[data-css=\"tve-u-1621fbacc60\"] { max-width: 177px; }[data-css=\"tve-u-1621fb68b97\"] { margin-left: -15px; min-height: inherit; padding: 20px !important; }[data-css=\"tve-u-1621fb68b97\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-1621fb65556\"] { margin-left: -15px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-1621fb65556\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-1621b200375\"] { float: none; max-width: 100%; margin: 0px auto !important; }[data-css=\"tve-u-1621b0e4fb7\"] { max-width: 100%; float: none; z-index: 3; position: relative; margin-right: auto !important; margin-left: auto !important; margin-bottom: 20px !important; }#tve_editor [data-css=\"tve-u-1621b10fccf\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621ae0bec7\"] { background-image: none !important; margin-top: 0px !important; }[data-css=\"tve-u-1621ae6c8da\"] { clip-path: url(\"#clip-tablet-top-aa2c3e3c70555\"); -webkit-clip-path: url(\"#clip-tablet-top-aa2c3e3c70555\");  }[data-css=\"tve-u-1621adba9ef\"] { clip-path: url(\"#clip-tablet-top-52d5a36c151aa\"); -webkit-clip-path: url(\"#clip-tablet-top-52d5a36c151aa\");  }[data-css=\"tve-u-1621ad420c4\"] { max-width: 100%; min-height: 1px !important; }[data-css=\"tve-u-1621f45bed3\"] { padding: 0px !important; }[data-css=\"tve-u-1621ae4fd21\"] { max-width: 100%; left: 0px; top: 0px; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621ae4db6e\"] { min-height: 300px; }#tve_editor [data-css=\"tve-u-1621afd8c98\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621afcc0bf\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621afceb00\"] { max-width: 100%; margin-bottom: 30px !important; }[data-css=\"tve-u-1621a98b602\"] { stroke-dasharray: 534.071, 534.071; }[data-css=\"tve-u-1621a9750ae\"] { font-size: 14.45px !important; line-height: 14.45px !important; }[data-css=\"tve-u-1621a9a2867\"] { font-size: 51px !important; line-height: 51px !important; }[data-css=\"tve-u-1621a9a2866\"] { margin-top: 42.5px !important; }[data-css=\"tve-u-1621a96b190\"] { width: 153px !important; height: 153px !important; top: 8.5px !important; bottom: 8.5px !important; left: 8.5px !important; right: 8.5px !important; }[data-css=\"tve-u-1621a9685d4\"] { stroke-width: 18px !important; }[data-css=\"tve-u-1621a9a2862\"] { width: 170px !important; height: 170px !important; }[data-css=\"tve-u-1621a983587\"] { float: none; border: 20px solid rgba(137, 141, 167, 0.24); margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621a8b2488\"] { float: none; max-width: 100%; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621a8a804b\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1621a8a804b\"] { margin-left: -24px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-1621a8a804b\"] > .tcb-flex-col { padding-left: 24px; }#tve_editor [data-css=\"tve-u-1621a2e0d5b\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621b028939\"] { position: relative; float: left; z-index: 3; display: block; max-width: 300px; width: 300px; margin-top: 15px !important; }[data-css=\"tve-u-1621adea58b\"] { margin-left: -30px; }[data-css=\"tve-u-1621adea58b\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-1621ade6172\"] { max-width: 100%; position: static; }#tve_editor [data-css=\"tve-u-16248fc42a1\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-16249355087\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-16249358652\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-1624935a201\"] { font-size: 18px !important; }[data-css=\"tve-u-1624939a960\"] { margin-bottom: 0px !important; padding-bottom: 20px !important; padding-left: 20px !important; padding-right: 20px !important; }[data-css=\"tve-u-162493a03b0\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-162493a03b0\"] { min-height: inherit; margin-left: -20px; }#tve_editor [data-css=\"tve-u-1625389a3d5\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-1625389b4ed\"] { font-size: 18px !important; }[data-css=\"tve-u-16260c39a7e\"] { float: none; max-width: 100%; margin: 0px auto !important; }[data-css=\"tve-u-16260d3f4aa\"] { margin-left: -15px; min-height: inherit; padding: 20px !important; }[data-css=\"tve-u-16260d3f4aa\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-16260d3f4af\"] { margin-left: -15px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-16260d3f4af\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-16260d8392c\"] { margin-left: -15px; min-height: inherit; padding: 20px !important; }[data-css=\"tve-u-16260d8392c\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-16260d8396c\"] { margin-left: -15px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-16260d8396c\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-16260da3aa7\"] { float: none; max-width: 100%; margin: 0px !important; }[data-css=\"tve-u-162717cb609\"] { max-width: 100%; min-height: 1px !important; }[data-css=\"tve-u-162717cb60a\"] { padding: 0px !important; }[data-css=\"tve-u-162717cb618\"] { float: none; max-width: 100%; margin-top: 60px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-162717cb620\"] { clip-path: url(\"#clip-tablet-bottom-c883ac5175045\"); -webkit-clip-path: url(\"#clip-tablet-bottom-c883ac5175045\");  }[data-css=\"tve-u-162717d1bbf\"] { margin-left: 0px; padding: 25px 25px 0px !important; }[data-css=\"tve-u-162717d1bbf\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-162717d1bb7\"] { max-width: 51.3%; }[data-css=\"tve-u-162717d1bb9\"] { max-width: 15.3%; }[data-css=\"tve-u-162717d1bb6\"] { padding-left: 0px !important; }[data-css=\"tve-u-162717d1bbc\"] { border-left: none; border-right: none; padding-left: 30px !important; padding-bottom: 10px !important; }[data-css=\"tve-u-162717d1bbe\"] { max-width: 100%; margin-left: 0px !important; margin-right: 30px !important; }[data-css=\"tve-u-164179bced9\"] { border-right: none; padding-left: 30px !important; padding-right: 0px !important; }[data-css=\"tve-u-16417b62c09\"] { max-width: 177px; }[data-css=\"tve-u-16417b662bf\"] { max-width: 177px; }[data-css=\"tve-u-16417e5bd95\"] { font-size: 14px; width: 14px; height: 14px; margin-bottom: -14px !important; margin-left: 0px !important; }[data-css=\"tve-u-1641c1b33f9\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-1641c1b456a\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-1641c1b52d3\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-1641c1b60b4\"] { font-size: 25px; width: 25px; height: 25px; }#tve_editor [data-css=\"tve-u-16422a1ce94\"] { font-size: 16px !important; }[data-css=\"tve-u-16959822de2\"] { margin-right: 1px !important; padding-right: 10px !important; padding-top: 10px !important; }[data-css=\"tve-u-16959cd1e7a\"] { margin-top: 30px !important; margin-bottom: 10px !important; }[data-css=\"tve-u-1695a3002e2\"] { margin-top: 15px !important; }}@media (max-width: 767px){[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-16417e9d24e\"]::after { clear: both; }[data-css=\"tve-u-16417b70f47\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 0px !important; }[data-css=\"tve-u-1621e819c52\"] { min-height: 100px; }[data-css=\"tve-u-1621e8107f3\"] { max-width: 100px; }[data-css=\"tve-u-1621fd8766c\"] { min-height: 144px; }[data-css=\"tve-u-1621ec79a7d\"] { min-height: 100px; }[data-css=\"tve-u-1621ec78d2c\"] { max-width: 100px; }[data-css=\"tve-u-1621ec7f21a\"] { min-height: 144px; }[data-css=\"tve-u-1621e7e6c1d\"] { min-height: 144px; }[data-css=\"tve-u-16417b4cb9e\"] { padding-bottom: 30px !important; }[data-css=\"tve-u-1621ec752da\"] { min-height: 100px; }[data-css=\"tve-u-1621ec6c39b\"] { max-width: 100px; }[data-css=\"tve-u-1621fd84d7b\"] { min-height: 430px; }[data-css=\"tve-u-1621e7c7aa1\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16223dad661\"] { padding-top: 0px !important; }[data-css=\"tve-u-1621b3c74d9\"] { max-width: 100%; }[data-css=\"tve-u-1621eb81205\"] { max-width: 100%; margin-bottom: 20px !important; }[data-css=\"tve-u-1621e7ceab3\"] { max-width: 100%; margin-bottom: 20px !important; }[data-css=\"tve-u-1621f0b0088\"] { min-height: 120px !important; }[data-css=\"tve-u-1621f0da775\"] { float: none; width: 100%; max-width: 280px; margin: 0px auto 20px !important; }[data-css=\"tve-u-1621ee37f4a\"] { min-height: 260px; }[data-css=\"tve-u-1621ee3afec\"] > .tve-cb { display: flex; justify-content: center; flex-direction: column; }[data-css=\"tve-u-1621ee63e1c\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1641367127b\"] { font-size: 30px; width: 30px; height: 30px; }[data-css=\"tve-u-1641367e553\"] { float: none; font-size: 30px; width: 30px; height: 30px; margin: -30px auto 30px !important; padding-right: 10px !important; }[data-css=\"tve-u-1621ada1e7f\"] { padding: 0px !important; }[data-css=\"tve-u-162717cb617\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-162717cb617\"] { min-height: inherit; }[data-css=\"tve-u-16229fa6a26\"] { height: calc(100% - 21px); margin-bottom: 0px !important; margin-top: 21px !important; }[data-css=\"tve-u-1624939a960\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-162493a03b0\"] .tcb-flex-col { flex-basis: 400px !important; }[data-css=\"tve-u-1621a2247ba\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-162717cb60f\"] { margin-bottom: 25px !important; }[data-css=\"tve-u-162717d1bbf\"] .tcb-flex-col { flex-basis: 225px !important; }[data-css=\"tve-u-1621ee3afec\"] { max-width: 100%; padding: 0px !important; position: static !important; }#tve_editor [data-css=\"tve-u-1641333d7d1\"] { font-size: 14px !important; }[data-css=\"tve-u-162717cb60b\"] { margin-top: 0px !important; }[data-css=\"tve-u-162717cb621\"] { z-index: 2; padding-left: 20px !important; padding-right: 20px !important; margin-top: -160px !important; padding-top: 35px !important; }[data-css=\"tve-u-162717cb617\"] .tcb-flex-col { flex-basis: 435px !important; }[data-css=\"tve-u-16369305186\"] { float: none; width: 100%; max-width: 279px; z-index: 3; position: relative; margin: 0px auto !important; }#tcb_landing_page h6 { line-height: 1.4em; }#tcb_landing_page h5 { line-height: 1.3em; }#tcb_landing_page p, #tcb_landing_page li { font-size: 14px; }#tcb_landing_page h2 { font-size: 28px; }#tcb_landing_page h1 { font-size: 35px; }[data-css=\"tve-u-16260ba2fa4\"] { padding-bottom: 40px !important; padding-left: 20px !important; padding-right: 20px !important; }[data-css=\"tve-u-1628a10d3b4\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-1628a12f675\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-162717cb610\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-16271bfe70c\"] { padding: 0px !important; }[data-css=\"tve-u-162717fcf9d\"] { z-index: 1; margin-top: 0px !important; padding-top: 75px !important; padding-left: 20px !important; padding-right: 20px !important; }[data-css=\"tve-u-162718bd0c0\"] { clip-path: url(\"#clip-mobile-top-a3b25e1c9221a\"); -webkit-clip-path: url(\"#clip-mobile-top-a3b25e1c9221a\");  }[data-css=\"tve-u-1621eb3eb9f\"] { clip-path: url(\"#clip-mobile-bottom-ac98bb0e54b3b\"); -webkit-clip-path: url(\"#clip-mobile-bottom-ac98bb0e54b3b\");  }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col > .tcb-col { min-height: 155px; }[data-css=\"tve-u-16229ffbb7b\"] { min-height: inherit; margin-left: 0px; }[data-css=\"tve-u-16229fa8c68\"] { height: calc(100% - 28px); margin-bottom: 0px !important; margin-top: 20px !important; }[data-css=\"tve-u-1622f65ba70\"] { height: calc(100% - 20px); margin-bottom: 0px !important; margin-top: 20px !important; }[data-css=\"tve-u-16229f6175c\"] { margin-top: 0px !important; }[data-css=\"tve-u-1622a159bcb\"] { float: none; max-width: 100%; margin-left: auto !important; margin-right: auto !important; padding-top: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-16229ae62a7\"] { border-right: none; }#tve_editor [data-css=\"tve-u-16228c764b2\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-16228c75500\"] { font-size: 18px !important; }[data-css=\"tve-u-1621fb65556\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-1621a983587\"] { border: 20px solid rgba(137, 141, 167, 0.32); }[data-css=\"tve-u-1621ee74a24\"] { float: none; margin-left: auto !important; margin-right: auto !important; margin-bottom: 10px !important; }[data-css=\"tve-u-1621afda4fa\"] { max-width: 100%; margin-bottom: 20px !important; }[data-css=\"tve-u-16223f02c16\"] { min-height: 54px; }[data-css=\"tve-u-1621f0aa8f7\"] { margin-top: 0px !important; }#tve_editor [data-css=\"tve-u-1622444fb11\"] { letter-spacing: 0px; }[data-css=\"tve-u-16224439be1\"] { padding: 0px !important; }[data-css=\"tve-u-1621fb68b97\"] { padding: 0px !important; }[data-css=\"tve-u-1621afceb00\"] { max-width: 100%; margin-bottom: 30px !important; }[data-css=\"tve-u-1621b0e4fb7\"] { float: none; margin-right: auto !important; margin-bottom: 30px !important; padding-left: 0px !important; margin-left: auto !important; }[data-css=\"tve-u-1621ebf340c\"] { padding-bottom: 40px !important; }[data-css=\"tve-u-1621ea50702\"] { float: none; width: 100%; padding: 0px !important; margin-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621e7d5094\"] { min-height: 430px; }[data-css=\"tve-u-1621eb7ccb0\"] { min-height: 430px; }[data-css=\"tve-u-1621ee03000\"] { flex-direction: column; }[data-css=\"tve-u-16223fe5f5b\"] { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621f0d2c1a\"] { margin-left: 25px !important; margin-right: 25px !important; }[data-css=\"tve-u-1621ee18a1c\"] { margin: 0px 20px 20px 0px !important; }[data-css=\"tve-u-1621ef118dc\"] { top: 0px; width: 245px; position: relative; float: none; z-index: 5; left: 0px; margin: -22px auto 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-1621fd9c946\"] { max-width: 100%; margin-top: 0px !important; margin-left: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-16223fc9f23\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-1621e7c899a\"] { max-width: none; float: none; margin-top: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621b3c8c52\"] { padding: 40px 20px !important; }[data-css=\"tve-u-1621fbcad8c\"] { padding: 20px !important; }[data-css=\"tve-u-1621fb65556\"] { margin-left: 0px; padding: 0px !important; }[data-css=\"tve-u-1621fbacc60\"] { max-width: 126px; float: none; margin-left: auto !important; margin-right: auto !important; margin-top: 20px !important; }[data-css=\"tve-u-1621b200375\"] { float: none; margin-top: 0px !important; margin-left: auto !important; margin-right: auto !important; }#tve_editor [data-css=\"tve-u-1621b10fccf\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621b028939\"] { display: block; max-width: 100%; width: 100%; float: none; min-width: 100%; margin-left: auto !important; margin-right: auto !important; margin-top: 0px !important; }[data-css=\"tve-u-1621ae4db6e\"] { min-height: 270px; }[data-css=\"tve-u-1621ae6c8da\"] { clip-path: url(\"#clip-mobile-top-aa2c3e3c70555\"); -webkit-clip-path: url(\"#clip-mobile-top-aa2c3e3c70555\");  }[data-css=\"tve-u-1621adba9ef\"] { clip-path: url(\"#clip-mobile-top-52d5a36c151aa\"); -webkit-clip-path: url(\"#clip-mobile-top-52d5a36c151aa\");  }[data-css=\"tve-u-16223f02c16\"]::after { clear: both; }[data-css=\"tve-u-1621b01355a\"] { max-width: 100%; float: none; margin-left: auto !important; margin-right: auto !important; margin-bottom: 15px !important; }[data-css=\"tve-u-1620af7eb3f\"] { float: none; display: block; max-width: 100%; width: 100%; min-width: 100%; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621ae0bec7\"]::after { clear: both; }[data-css=\"tve-u-1621f45bed3\"] { padding: 40px 20px 0px !important; }[data-css=\"tve-u-1621ad46076\"] { margin: 0px !important; padding: 30px 20px !important; }[data-css=\"tve-u-1621adea58b\"] { flex-flow: row-reverse wrap-reverse !important; }[data-css=\"tve-u-1621ae4fd21\"] { margin-top: 0px !important; position: static !important; }[data-css=\"tve-u-1621a8b2488\"] { float: none; max-width: 100%; margin-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621a8a804b\"] { padding-left: 0px !important; padding-right: 0px !important; }#tve_editor [data-css=\"tve-u-1621a2e0d5b\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621e7c7aa1\"] { flex-direction: column; min-height: inherit; }[data-css=\"tve-u-16249367114\"] { margin-top: 0px !important; }[data-css=\"tve-u-16249373b25\"] { height: calc(100% - 20px); margin-bottom: 0px !important; background-image: linear-gradient(rgb(248, 249, 251), rgb(248, 249, 251)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; margin-top: 20px !important; }[data-css=\"tve-u-162493a03b0\"] > .tcb-flex-col > .tcb-col { min-height: 155px; }[data-css=\"tve-u-162493a03b0\"] { min-height: inherit; }[data-css=\"tve-u-162493b6b63\"] { height: calc(100% - 20px); margin-bottom: 0px !important; margin-top: 20px !important; }[data-css=\"tve-u-16260c39a7e\"] { float: none; margin-top: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-16260d3f4aa\"] { padding: 0px !important; }[data-css=\"tve-u-16260d3f4af\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-16260d3f4af\"] { margin-left: 0px; padding: 0px !important; }[data-css=\"tve-u-16260d8392c\"] { padding: 0px !important; }[data-css=\"tve-u-16260d8396c\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-16260d8396c\"] { margin-left: 0px; padding: 0px !important; }[data-css=\"tve-u-16260da3aa7\"] { float: none; margin-top: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-162717cb618\"] { margin: 140px 0px 0px !important; }[data-css=\"tve-u-162717cb620\"] { clip-path: url(\"#clip-mobile-bottom-c883ac5175045\"); -webkit-clip-path: url(\"#clip-mobile-bottom-c883ac5175045\");  opacity: 1; filter: grayscale(0%) blur(0px); background-image: linear-gradient(rgba(0, 0, 0, 0.51), rgba(0, 0, 0, 0.51)), url(\"https://bestcerakoteflorida.com/wp-content/uploads/2018/05/FTYS6743.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-162717cb60a\"] { padding: 0px !important; }#tve_editor [data-css=\"tve-u-162717cb616\"] { font-size: 27px !important; }[data-css=\"tve-u-162717d1bbf\"] > .tcb-flex-col { padding-left: 18px; }[data-css=\"tve-u-162717d1bbf\"] { margin-left: -18px; padding: 10px !important; flex-flow: row wrap !important; }[data-css=\"tve-u-162717d1bbe\"] { border-bottom: 1px solid rgba(255, 255, 255, 0.2); border-right: none; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-162717d1bbc\"] { border: none; padding-left: 0px !important; padding-right: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-162717d1bb6\"] { border: none; padding-top: 0px !important; padding-left: 0px !important; margin-bottom: 1px !important; margin-top: -5px !important; padding-bottom: 10px !important; }[data-css=\"tve-u-164179a84b8\"] { float: none; width: 100%; max-width: 155px; z-index: 3; position: relative; margin-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-164179bced9\"] { border-right: none; position: relative; max-width: 250px; float: none; padding-left: 0px !important; padding-right: 0px !important; margin-top: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-16417b62c09\"] { max-width: 126px; float: none; margin-left: auto !important; margin-right: auto !important; margin-top: 20px !important; }[data-css=\"tve-u-16417b662bf\"] { max-width: 126px; float: none; margin-left: auto !important; margin-right: auto !important; margin-top: 20px !important; }[data-css=\"tve-u-16417e5bd95\"] { margin: 3px 10px 0px 0px !important; }#tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] p, #tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] li, #tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] blockquote, #tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] address, #tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] .tcb-plain-text, #tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] label { font-size: 18px; }[data-css=\"tve-u-16959822de2\"] { float: none; padding-top: 10px !important; margin-left: auto !important; margin-right: auto !important; }}'),(6882,571,'tve_revision_tve_user_custom_css',''),(6883,571,'tve_revision_tve_page_events','a:0:{}'),(6884,571,'tve_revision_tve_globals','a:2:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";s:8:\"font_cls\";a:0:{}}'),(6885,571,'tve_revision_tve_global_scripts',''),(6886,571,'tve_revision_thrive_icon_pack','0'),(6887,571,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(6888,571,'tve_revision_tve_has_masonry','0'),(6889,571,'tve_revision_tve_has_typefocus','0'),(6890,571,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-162717d1bbe\" wfd-id=\"420\"><div class=\"tcb-flex-row tcb-medium-no-wrap v-2 tcb--cols--3 m-edit tcb-mobile-wrap tcb-resized\" data-css=\"tve-u-162717d1bbf\" wfd-id=\"421\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1695981e7bb\" wfd-id=\"440\"><div class=\"tcb-col\" data-css=\"tve-u-16959846d3d\" wfd-id=\"442\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16959822de2\" wfd-id=\"443\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"444\"><img class=\"tve_image wp-image-465\" alt=\"\" width=\"384\" height=\"62\" title=\"Blackhawk_custom_header\" data-id=\"465\" src=\"https://bestcerakoteflorida.com/wp-content/uploads/2019/01/Blackhawk_custom_header.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717d1bb9\" style=\"\" wfd-id=\"433\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717d1bb6\" wfd-id=\"435\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-164179a84b8\" wfd-id=\"436\">\n<div class=\"tve-content-box-background\" wfd-id=\"439\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"437\"><div class=\"tcb-clear\" wfd-id=\"438\"></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717d1bb7\" style=\"\" wfd-id=\"422\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717d1bbc\" wfd-id=\"424\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16369305186\" wfd-id=\"425\">\n<div class=\"tve-content-box-background\" wfd-id=\"432\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16417e9d24e\" wfd-id=\"426\"><div class=\"tcb-clear\" wfd-id=\"430\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-16417e5bd95\" data-float=\"1\" wfd-id=\"431\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-envelope-regular\" data-name=\"\">\n            <path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path>\n        </svg></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-164179bced9\" wfd-id=\"427\"><p data-css=\"tve-u-1641333d7d1\"><a href=\"mailto:info@bestcerkoteflorida.com\" target=\"_blank\">info@bestcerakoteflorida.com</a></p></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-162717cb621\" data-value-type=\"percent\" wfd-id=\"394\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-162717cb620\" data-clip-id=\"c883ac5175045\" wfd-id=\"419\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-c883ac5175045\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9125, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-c883ac5175045\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9476, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-c883ac5175045\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9651, 1 1, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-162717cb609\" wfd-id=\"395\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-162717cb618\" wfd-id=\"396\"><div class=\"tcb-flex-row tcb-medium-wrap tcb-resized v-2 tcb--cols--2\" data-css=\"tve-u-162717cb617\" wfd-id=\"397\"><div class=\"tcb-flex-col\" data-css=\"tve-u-162717cb601\" style=\"\" wfd-id=\"409\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717cb60a\" wfd-id=\"411\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h1\" data-css=\"tve-u-162717cb610\" wfd-id=\"415\"><h1 data-css=\"tve-u-162717cb616\" style=\"text-align: center;\">&nbsp;Protect What\'s Important To You! With The Toughest Ceramic Finish In The World!<span data-css=\"tve-u-16271ca808e\" style=\"color: rgb(0, 229, 255);\" wfd-id=\"418\"></span></h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162717cb60f\" wfd-id=\"412\"><p data-css=\"tve-u-1695a36117b\" style=\"text-align: center;\">Heat, Water, Salt and Sand just some of the conditions you face. And any one of them is just waiting to get a hold of your firearm and leave it a pile of rusted, pitted junk.</p><p data-css=\"tve-u-16413112747\" style=\"text-align: center;\">Unfortunately there wasn\'t much you could do other than keep cleaning and lubricating your firearms...till NOW!</p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717cb600\" style=\"\" wfd-id=\"398\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717cb60b\" wfd-id=\"400\"><div class=\"thrv_responsive_video thrv_wrapper rv_style_lifted_style2\" data-type=\"youtube\" data-rel=\"0\" data-url=\"https://www.youtube.com/watch?v=a1nyu9ZJiEk\" data-css=\"tve-u-16959cd1e7a\" data-modestbranding=\"1\" wfd-id=\"406\">\n	\n\n	<div class=\"tve_responsive_video_container\" wfd-id=\"407\">\n		<div class=\"video_overlay\" wfd-id=\"408\"></div>\n	<iframe data-code=\"TEOqV1Q16lU\" data-provider=\"youtube\" src=\"https://www.youtube.com/embed/TEOqV1Q16lU?rel=0&amp;modestbranding=1&amp;controls=1&amp;showinfo=1&amp;fs=1&amp;wmode=transparent\" data-src=\"https://www.youtube.com/embed/TEOqV1Q16lU?rel=0&amp;modestbranding=1&amp;controls=1&amp;showinfo=1&amp;fs=1&amp;wmode=transparent\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\n</div><div class=\"thrv_wrapper thrv-button tcb-with-icon\" data-css=\"tve-u-1695a3002e2\" data-tcb_hover_state_parent=\"\" data-button-style=\"border_1\" wfd-id=\"401\">\n	<a href=\"tel:1-954-848-1911\" class=\"tcb-button-link\" target=\"_blank\" rel=\"\"><span class=\"tcb-button-icon\" wfd-id=\"404\">\n	<div class=\"thrv_wrapper thrv_icon tve_no_drag tve_no_icons tcb-icon-inherit-style tcb-icon-display\" wfd-id=\"405\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-phone-plus-light\" data-name=\"\">\n            <path d=\"M8 128h88v88c0 4.4 3.6 8 8 8h16c4.4 0 8-3.6 8-8v-88h88c4.4 0 8-3.6 8-8v-16c0-4.4-3.6-8-8-8h-88V8c0-4.4-3.6-8-8-8h-16c-4.4 0-8 3.6-8 8v88H8c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8zM487.8 24.1L387 .8c-14.7-3.4-29.8 4.2-35.8 18.1l-46.5 108.5c-5.5 12.7-1.8 27.7 8.9 36.5l53.9 44.1c-34 69.2-90.3 125.6-159.6 159.6l-44.1-53.9c-8.8-10.7-23.8-14.4-36.5-8.9L18.9 351.3c-13.9 6-21.5 21-18.1 35.8L24 487.9C27.3 502 39.9 512 54.5 512 306.7 512 512 307.8 512 54.5c0-14.6-10-27.2-24.2-30.4zM55.1 480l-23-99.6 107.4-46 59.5 72.8c103.6-48.6 159.7-104.9 208.1-208.1l-72.8-59.5 46-107.4 99.6 23C479.7 289.7 289.6 479.7 55.1 480z\"></path>\n        </svg></div>\n</span>\n\n		<span class=\"tcb-button-texts\" wfd-id=\"402\"><span class=\"tcb-button-text thrv-inline-text\" wfd-id=\"403\">CALL NOW</span></span>\n	</a>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-162717fcf9d\" data-value-type=\"percent\" wfd-id=\"337\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-162718bd0c0\" data-clip-id=\"a3b25e1c9221a\" wfd-id=\"393\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0875\"></polygon></clipPath><clipPath id=\"clip-tablet-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"6\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.1051\"></polygon></clipPath><clipPath id=\"clip-mobile-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"1\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0175\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-162718a3b40\" wfd-id=\"338\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622a159bcb\" wfd-id=\"339\">\n<div class=\"tve-content-box-background\" wfd-id=\"392\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"340\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621a2247ba\" wfd-id=\"389\"><h2 data-css=\"tve-u-1621a2e0d5b\">our services</h2></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16229f6175c\" wfd-id=\"364\"><div class=\"tcb-flex-row tcb-medium-no-wrap tcb--cols--3 v-2\" data-css=\"tve-u-162493a03b0\" wfd-id=\"365\"><div class=\"tcb-flex-col\" wfd-id=\"382\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1624939a960\" data-tcb_hover_state_parent=\"\" wfd-id=\"384\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-162493d5f13\" data-float=\"1\" wfd-id=\"388\"><svg class=\"tcb-icon\" viewBox=\"0 0 14 28\" data-name=\"bolt\">\n<path d=\"M13.828 8.844c0.172 0.187 0.219 0.453 0.109 0.688l-8.437 18.078c-0.125 0.234-0.375 0.391-0.656 0.391-0.063 0-0.141-0.016-0.219-0.031-0.344-0.109-0.547-0.438-0.469-0.766l3.078-12.625-6.344 1.578c-0.063 0.016-0.125 0.016-0.187 0.016-0.172 0-0.359-0.063-0.484-0.172-0.187-0.156-0.25-0.391-0.203-0.609l3.141-12.891c0.078-0.297 0.359-0.5 0.688-0.5h5.125c0.391 0 0.703 0.297 0.703 0.656 0 0.094-0.031 0.187-0.078 0.281l-2.672 7.234 6.188-1.531c0.063-0.016 0.125-0.031 0.187-0.031 0.203 0 0.391 0.094 0.531 0.234z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"386\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-162494b490e\" wfd-id=\"387\"><h4 data-css=\"tve-u-16249355087\" style=\"text-align: left;\">Express exterior</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162494b7ad0\" wfd-id=\"385\"><p data-css=\"tve-u-162492e70ad\">Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"373\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162493b6b63\" data-tcb_hover_state_parent=\"\" wfd-id=\"375\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b456a\" wfd-id=\"381\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"adjust\">\n<path d=\"M12 22.5v-17c-4.688 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"379\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1af44d\" wfd-id=\"380\"><h4 data-css=\"tve-u-16249358652\" style=\"text-align: left;\">Interior clean</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"376\"><p data-css=\"tve-u-162492e70ad\">Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"366\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16249373b25\" wfd-id=\"368\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b52d3\" wfd-id=\"372\"><svg class=\"tcb-icon\" viewBox=\"0 0 26 28\" data-name=\"umbrella\">\n<path d=\"M14 12.938v9.063c0 2.172-1.828 4-4 4s-4-1.828-4-4c0-0.547 0.453-1 1-1s1 0.453 1 1c0 1.047 0.953 2 2 2s2-0.953 2-2v-9.063c0.328-0.109 0.656-0.172 1-0.172s0.672 0.063 1 0.172zM26 13.359c0 0.266-0.234 0.5-0.5 0.5-0.141 0-0.25-0.063-0.359-0.156-0.906-0.844-1.75-1.437-3.047-1.437-1.484 0-2.766 0.922-3.609 2.094-0.187 0.266-0.328 0.547-0.5 0.812-0.109 0.172-0.234 0.266-0.438 0.266-0.219 0-0.344-0.094-0.453-0.266-0.172-0.266-0.313-0.547-0.5-0.812-0.844-1.172-2.109-2.094-3.594-2.094s-2.75 0.922-3.594 2.094c-0.187 0.266-0.328 0.547-0.5 0.812-0.109 0.172-0.234 0.266-0.453 0.266-0.203 0-0.328-0.094-0.438-0.266-0.172-0.266-0.313-0.547-0.5-0.812-0.844-1.172-2.125-2.094-3.609-2.094-1.297 0-2.141 0.594-3.047 1.437-0.109 0.094-0.219 0.156-0.359 0.156-0.266 0-0.5-0.234-0.5-0.5 0-0.047 0-0.078 0.016-0.109 1.437-5.906 7.141-9.25 12.984-9.25 5.812 0 11.578 3.344 12.984 9.25 0.016 0.031 0.016 0.063 0.016 0.109zM14 2v1.531c-0.328-0.016-0.672-0.031-1-0.031s-0.672 0.016-1 0.031v-1.531c0-0.547 0.453-1 1-1s1 0.453 1 1z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"370\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b01a6\" wfd-id=\"371\"><h4 data-css=\"tve-u-1624935a201\" style=\"text-align: left;\">Wax protection</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"369\"><p data-css=\"tve-u-162492e70ad\">Etiam pharetra, erat sed fermentum feugiat, velit mauris</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16249367114\" wfd-id=\"341\"><div class=\"tcb-flex-row tcb-medium-no-wrap tcb--cols--3 v-2\" data-css=\"tve-u-16229ffbb7b\" wfd-id=\"342\"><div class=\"tcb-flex-col\" wfd-id=\"357\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229fa6a26\" wfd-id=\"359\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b33f9\" wfd-id=\"363\"><svg class=\"tcb-icon\" viewBox=\"0 0 26 28\" data-name=\"magic\">\n<path d=\"M18.594 9.078l4.578-4.578-1.672-1.672-4.578 4.578zM25.578 4.5c0 0.266-0.094 0.516-0.281 0.703l-20.094 20.094c-0.187 0.187-0.438 0.281-0.703 0.281s-0.516-0.094-0.703-0.281l-3.094-3.094c-0.187-0.187-0.281-0.438-0.281-0.703s0.094-0.516 0.281-0.703l20.094-20.094c0.187-0.187 0.438-0.281 0.703-0.281s0.516 0.094 0.703 0.281l3.094 3.094c0.187 0.187 0.281 0.438 0.281 0.703zM4.469 1.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531zM9.938 4.062l3.063 0.938-3.063 0.938-0.938 3.063-0.938-3.063-3.063-0.938 3.063-0.938 0.938-3.063zM24.469 11.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531zM14.469 1.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"361\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b0a67\" wfd-id=\"362\"><h4 data-css=\"tve-u-16248fc42a1\" style=\"text-align: left;\">Dust &amp; Dash Console</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"360\"><p data-css=\"tve-u-162492e70ad\">Duis sed odio sit amet nibh vulputate cursus a sit amet mauris.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"350\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1622f65ba70\" wfd-id=\"352\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b60b4\" wfd-id=\"356\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"certificate\">\n<path d=\"M21.5 14l2.156 2.109c0.297 0.281 0.406 0.703 0.313 1.094-0.109 0.391-0.422 0.703-0.812 0.797l-2.938 0.75 0.828 2.906c0.109 0.391 0 0.812-0.297 1.094-0.281 0.297-0.703 0.406-1.094 0.297l-2.906-0.828-0.75 2.938c-0.094 0.391-0.406 0.703-0.797 0.812-0.094 0.016-0.203 0.031-0.297 0.031-0.297 0-0.594-0.125-0.797-0.344l-2.109-2.156-2.109 2.156c-0.281 0.297-0.703 0.406-1.094 0.313-0.406-0.109-0.703-0.422-0.797-0.812l-0.75-2.938-2.906 0.828c-0.391 0.109-0.812 0-1.094-0.297-0.297-0.281-0.406-0.703-0.297-1.094l0.828-2.906-2.938-0.75c-0.391-0.094-0.703-0.406-0.812-0.797-0.094-0.391 0.016-0.812 0.313-1.094l2.156-2.109-2.156-2.109c-0.297-0.281-0.406-0.703-0.313-1.094 0.109-0.391 0.422-0.703 0.812-0.797l2.938-0.75-0.828-2.906c-0.109-0.391 0-0.812 0.297-1.094 0.281-0.297 0.703-0.406 1.094-0.297l2.906 0.828 0.75-2.938c0.094-0.391 0.406-0.703 0.797-0.797 0.391-0.109 0.812 0 1.094 0.297l2.109 2.172 2.109-2.172c0.281-0.297 0.688-0.406 1.094-0.297 0.391 0.094 0.703 0.406 0.797 0.797l0.75 2.938 2.906-0.828c0.391-0.109 0.812 0 1.094 0.297 0.297 0.281 0.406 0.703 0.297 1.094l-0.828 2.906 2.938 0.75c0.391 0.094 0.703 0.406 0.812 0.797 0.094 0.391-0.016 0.812-0.313 1.094z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"354\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b12d8\" wfd-id=\"355\"><h4 data-css=\"tve-u-1625389a3d5\" style=\"text-align: left;\">Triple Foam Polish</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"353\"><p data-css=\"tve-u-162492e70ad\">Class aptent taciti sociosqu ad litora torquent</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"343\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229fa8c68\" wfd-id=\"345\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-16271adf6cf\" wfd-id=\"349\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"bullseye\">\n<path d=\"M16 14c0 2.203-1.797 4-4 4s-4-1.797-4-4 1.797-4 4-4 4 1.797 4 4zM18 14c0-3.313-2.688-6-6-6s-6 2.688-6 6 2.688 6 6 6 6-2.688 6-6zM20 14c0 4.422-3.578 8-8 8s-8-3.578-8-8 3.578-8 8-8 8 3.578 8 8zM22 14c0-5.516-4.484-10-10-10s-10 4.484-10 10 4.484 10 10 10 10-4.484 10-10zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"347\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-16248fc71c8\" wfd-id=\"348\"><h4 data-css=\"tve-u-1625389b4ed\" style=\"text-align: left;\">Tire dressing</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"346\"><p data-css=\"tve-u-162492e70ad\">Etiam pharetra, erat sed fermentum feugiat, velit mauris</p></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621ad46076\" wfd-id=\"299\">\n<div class=\"tve-page-section-out\" wfd-id=\"336\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621b072b4e\" wfd-id=\"300\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621a8b2488\" wfd-id=\"301\"><div class=\"tcb-flex-row tcb--cols--2 v-2\" data-css=\"tve-u-1621a8a804b\" wfd-id=\"302\"><div class=\"tcb-flex-col\" wfd-id=\"312\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16271bfe70c\" wfd-id=\"314\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h3\" data-css=\"tve-u-1621a8c4313\" wfd-id=\"333\"><h3><strong>Complete cleaning services for yoâ€‹ur car</strong></h3></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-16417b70f47\" wfd-id=\"315\"><ul class=\"tcb-styled-list\" wfd-id=\"316\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621acf0289\" wfd-id=\"327\"><div class=\"tcb-styled-list-icon\" wfd-id=\"331\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a8e11f3\" wfd-id=\"332\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ace1b08\" wfd-id=\"328\">We are a small business delivering professional cleaning services for all vehicles</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621acf64fb\" wfd-id=\"323\"><div class=\"tcb-styled-list-icon\" wfd-id=\"325\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a8e5625\" wfd-id=\"326\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ace4de9\" wfd-id=\"324\">Our services are convenient for individuals and corporate fleets</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"317\"><div class=\"tcb-styled-list-icon\" wfd-id=\"321\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a9076ef\" wfd-id=\"322\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621acf47d2\" wfd-id=\"318\">We use eco-friendly products that actually clean, protect and maintain your car better than the traditional cleaning substances</span></li></ul></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"303\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621a90a46f\" wfd-id=\"305\"><div class=\"thrv_wrapper thrv-fill-counter tve_red tve_normalfc thrv_data_element\" data-css=\"tve-u-1621a983587\" wfd-id=\"306\">\n<div class=\"tve_fill_counter_n\" style=\"\" data-fill=\"100\" data-css=\"tve-u-1621a98b602\" wfd-id=\"307\">\n<svg viewBox=\"0 0 170 170\" class=\"tve_fill_counter_circle\" shape-rendering=\"optimizeSpeed\" data-css=\"tve-u-1621a9a2862\">\n<circle class=\"tve_fill_counter_circle_inner\" r=\"85\" cx=\"85\" cy=\"85\" data-css=\"tve-u-1621a9685d4\"></circle>\n</svg>\n<div class=\"tve_fill_text_in\" data-css=\"tve-u-1621a96b190\" wfd-id=\"308\">\n<div class=\"tve_fill_text_value\" data-css=\"tve-u-1621a9a2866\" wfd-id=\"310\">\n<div class=\"thrv-inline-text tve_fill_text tve_editable\" data-css=\"tve-u-1621a9a2867\" wfd-id=\"311\"><strong>100%â€‹</strong></div>\n</div>\n<div class=\"thrv-inline-text tve_editable tve_data_element_label\" data-css=\"tve-u-1621a9750ae\" wfd-id=\"309\">Clean car</div>\n</div>\n</div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621ada1e7f\" data-value-type=\"percent\" wfd-id=\"263\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621adba9ef\" data-clip-id=\"52d5a36c151aa\" wfd-id=\"298\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-52d5a36c151aa\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0875\"></polygon></clipPath><clipPath id=\"clip-tablet-top-52d5a36c151aa\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0524\"></polygon></clipPath><clipPath id=\"clip-mobile-top-52d5a36c151aa\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0349\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621ad420c4\" wfd-id=\"264\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621ade6172\" wfd-id=\"265\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2 tcb-row-reversed-mobile tcb-mobile-edit v-2\" data-css=\"tve-u-1621adea58b\" wfd-id=\"266\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621b064646\" style=\"\" wfd-id=\"292\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ae0bec7\" wfd-id=\"294\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ae4fd21\" data-value-type=\"percent\" data-float=\"1\" wfd-id=\"295\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621ae6c8da\" data-clip-id=\"aa2c3e3c70555\" wfd-id=\"297\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0349\"></polygon></clipPath><clipPath id=\"clip-tablet-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"4\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0699\"></polygon></clipPath><clipPath id=\"clip-mobile-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"4\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0699\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb\" data-css=\"tve-u-1621ae4db6e\" wfd-id=\"296\"></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621b064668\" style=\"\" wfd-id=\"267\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621f45bed3\" wfd-id=\"269\"><div class=\"tcb-clear\" data-css=\"tve-u-16224848ee5\" wfd-id=\"290\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621afceb00\" wfd-id=\"291\"><h2 data-css=\"tve-u-1621afcc0bf\">Check Out Our Special Offer!</h2></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621afda4fa\" wfd-id=\"289\"><p data-css=\"tve-u-1621afd8c98\">Donâ€™t miss the opportunity to get 50% discount on a complete cleaning just by recommending us to a friend. Bring someone you know with you and clean you car half price!</p></div><div class=\"tcb-clear\" data-css=\"tve-u-16224834cab\" wfd-id=\"270\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621fe85996\" wfd-id=\"271\"><div class=\"tcb-flex-row tcb--cols--2 tcb-resized tcb-medium-wrap tcb-desktop-wrap\" data-css=\"tve-u-1621fe78878\" wfd-id=\"272\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621fe94086\" style=\"\" wfd-id=\"280\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"282\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621b01355a\" wfd-id=\"283\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621b08fdde\" data-tcb_hover_state_parent=\"1\" wfd-id=\"288\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16223f02c16\" wfd-id=\"284\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-1620af7eb3f\" data-tcb_hover_state_parent=\"\" data-button-style=\"full_rounded\" wfd-id=\"285\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"286\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-16228c75500\" wfd-id=\"287\"><strong>Request an appointment</strong></span></span>\n</a>\n</div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621fe940b9\" style=\"\" wfd-id=\"273\"><div class=\"tcb-col\" wfd-id=\"275\"><div class=\"tcb-clear\" data-css=\"tve-u-16224716d62\" wfd-id=\"276\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-1621b028939\" data-tcb_hover_state_parent=\"\" data-button-style=\"ghost\" wfd-id=\"277\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"278\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-16228c764b2\" wfd-id=\"279\"><strong>Call Now: 0400-700-682</strong></span></span>\n</a>\n</div></div></div></div></div></div></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16260ba2fa4\" wfd-id=\"170\">\n<div class=\"tve-page-section-out\" wfd-id=\"262\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16260be7104\" wfd-id=\"171\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621b0e4fb7\" wfd-id=\"261\"><h2 data-css=\"tve-u-1621b10fccf\" style=\"text-align: center;\">our happy clients</h2></div><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641367127b\" data-float=\"1\" wfd-id=\"260\"><svg class=\"tcb-icon\" viewBox=\"0 0 30 32\" data-name=\"quote-left\">\n<path d=\"M13.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429zM29.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641367e553\" wfd-id=\"259\"><svg class=\"tcb-icon\" viewBox=\"0 0 30 32\" data-name=\"quote-left\">\n<path d=\"M13.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429zM29.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a10d3b4\" wfd-id=\"230\">\n<div class=\"tve-content-box-background\" wfd-id=\"258\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"231\"><div class=\"tcb-clear\" data-css=\"tve-u-1621b300a64\" wfd-id=\"256\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-1621f154231\" wfd-id=\"257\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621b200375\" wfd-id=\"234\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-16260d8392c\" wfd-id=\"235\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"240\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"242\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16417b62c09\" wfd-id=\"243\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-16260d8396c\" wfd-id=\"244\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16260d01208\" style=\"\" wfd-id=\"250\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"252\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"253\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16225617da3\" wfd-id=\"255\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"254\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16260d0120e\" style=\"\" wfd-id=\"245\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"247\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"249\"><h5>Brett Graham, 28</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"248\"><h6 class=\"\">Architect</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"236\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"238\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"239\"><p data-css=\"tve-u-162539c17ec\">Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit. Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit.&nbsp;</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-16260c5ff0c\" wfd-id=\"232\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260c5ff07\" wfd-id=\"233\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a12f675\" wfd-id=\"201\">\n<div class=\"tve-content-box-background\" wfd-id=\"229\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"202\"><div class=\"tcb-clear\" data-css=\"tve-u-16260cd7683\" wfd-id=\"227\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260d73672\" wfd-id=\"228\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16260da3aa7\" wfd-id=\"205\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-1621fb68b97\" wfd-id=\"206\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"211\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"213\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16417b662bf\" wfd-id=\"214\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-1621fb65556\" wfd-id=\"215\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16229915e1a\" style=\"\" wfd-id=\"221\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"223\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"224\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16260c433e9\" wfd-id=\"226\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"225\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16229915e4e\" style=\"\" wfd-id=\"216\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"218\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"220\"><h5>Rosie Hanson, 24</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"219\"><h6 class=\"\">Real estate Associate</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"207\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"209\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"210\"><p data-css=\"tve-u-162539c17ec\">Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo.</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-16260d3b97e\" wfd-id=\"203\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260d39b83\" wfd-id=\"204\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a146aef\" wfd-id=\"172\">\n<div class=\"tve-content-box-background\" wfd-id=\"200\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"173\"><div class=\"tcb-clear\" data-css=\"tve-u-16260cd7683\" wfd-id=\"198\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260cd622f\" wfd-id=\"199\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16260c39a7e\" wfd-id=\"176\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-16260d3f4aa\" wfd-id=\"177\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"182\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"184\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621fbacc60\" wfd-id=\"185\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-16260d3f4af\" wfd-id=\"186\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16229915e1a\" style=\"\" wfd-id=\"192\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"194\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"195\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16260d5e4b8\" wfd-id=\"197\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"196\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16229915e4e\" style=\"\" wfd-id=\"187\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"189\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"191\"><h5>Shawn Mattews, 35</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"190\"><h6 class=\"\">project manager</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"178\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"180\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"181\"><p data-css=\"tve-u-162539c17ec\">Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo. Nullam ac urna eu felis.Sed non neque elit. Sed ut imperdiet nisi. Proin condimentum</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1621b30ca74\" wfd-id=\"174\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-1621f15b521\" wfd-id=\"175\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621b3c8c52\" wfd-id=\"66\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621b3cfc7b\" wfd-id=\"169\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621b3c74d9\" wfd-id=\"67\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621e7b695a\" wfd-id=\"168\"><h2 data-css=\"tve-u-1621e7a7350\" style=\"text-align: center;\">our offers</h2></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621e7c899a\" wfd-id=\"68\"><div class=\"tcb-flex-row tcb--cols--3 tcb-medium-wrap v-2\" data-css=\"tve-u-1621e7c7aa1\" wfd-id=\"69\"><div class=\"tcb-flex-col\" wfd-id=\"132\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16223fc9f23\" wfd-id=\"134\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e7ceab3\" style=\"\" wfd-id=\"135\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16416e4fafd\" wfd-id=\"167\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e7d5094\" wfd-id=\"136\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e7e9950\" data-value-type=\"percent\" style=\"\" wfd-id=\"163\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e7edfd9\" data-clip-id=\"10ffac3b28f1d\" wfd-id=\"166\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-10ffac3b28f1d\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-10ffac3b28f1d\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e7e6c1d\" wfd-id=\"164\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-16417b4cb9e\" wfd-id=\"165\"><h4 data-css=\"tve-u-1621fe1a1af\" style=\"text-align: center;\"><strong>Basic Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ec6c39b\" data-float=\"1\" wfd-id=\"159\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e81f424\" wfd-id=\"162\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec752da\" wfd-id=\"160\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"161\"><h4 data-css=\"tve-u-1621fe1bd18\" style=\"text-align: center;\"><strong>15$</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621ea50702\" wfd-id=\"137\"><ul class=\"tcb-styled-list\" wfd-id=\"138\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec3a5c0\" wfd-id=\"155\"><div class=\"tcb-styled-list-icon\" wfd-id=\"157\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec204df\" wfd-id=\"158\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec241aa\" wfd-id=\"156\">Interior vacuum</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"151\"><div class=\"tcb-styled-list-icon\" wfd-id=\"153\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec20f68\" wfd-id=\"154\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec2704c\" wfd-id=\"152\">Dust &amp;dash console</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec42aa7\" wfd-id=\"147\"><div class=\"tcb-styled-list-icon\" wfd-id=\"149\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec21a31\" wfd-id=\"150\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec298ab\" wfd-id=\"148\">Hand towel dry</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec43fe2\" wfd-id=\"143\"><div class=\"tcb-styled-list-icon\" wfd-id=\"145\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ea1fba7\" wfd-id=\"146\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea23322\" wfd-id=\"144\">Clean windows</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec454d9\" wfd-id=\"139\"><div class=\"tcb-styled-list-icon\" wfd-id=\"141\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ea295c0\" wfd-id=\"142\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea2c69a\" wfd-id=\"140\">Soft cloth wash</span></li></ul></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"101\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"103\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621eb81205\" style=\"\" wfd-id=\"104\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16416e603ab\" wfd-id=\"131\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621eb7ccb0\" wfd-id=\"105\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ebbbb6d\" data-value-type=\"percent\" wfd-id=\"127\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eaaedd8\" data-clip-id=\"a2b9cf3198d6f\" wfd-id=\"130\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-a2b9cf3198d6f\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-a2b9cf3198d6f\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec7f21a\" wfd-id=\"128\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e930bd7\" wfd-id=\"129\"><h4 data-css=\"tve-u-1621e92e97f\" style=\"text-align: center;\"><strong>Ultimate Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ec78d2c\" data-float=\"1\" wfd-id=\"123\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eab272c\" wfd-id=\"126\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec79a7d\" wfd-id=\"124\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"125\"><h4 data-css=\"tve-u-1621e942b65\" style=\"text-align: center;\"><strong>22 $</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621ebfa746\" wfd-id=\"120\"><p data-css=\"tve-u-1621f4ceaf6\" style=\"text-align: center;\">Includes basic service <span data-css=\"tve-u-1621f4ceaf7\" style=\"color: rgb(15, 29, 123);\" wfd-id=\"121\"><strong class=\"\"><span data-css=\"tve-u-1621f4ceafb\" wfd-id=\"122\">+</span></strong></span></p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621ebf340c\" wfd-id=\"106\"><ul class=\"tcb-styled-list\" wfd-id=\"107\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-164137a0b1f\" wfd-id=\"116\"><div class=\"tcb-styled-list-icon\" wfd-id=\"118\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec0c5bd\" wfd-id=\"119\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ebfe4ce\" wfd-id=\"117\">Triple foam conditiner</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec04541\" wfd-id=\"112\"><div class=\"tcb-styled-list-icon\" wfd-id=\"114\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec09a3c\" wfd-id=\"115\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ebff867\" wfd-id=\"113\">Tire dressing</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec05cc3\" wfd-id=\"108\"><div class=\"tcb-styled-list-icon\" wfd-id=\"110\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec15f6e\" wfd-id=\"111\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec009a8\" wfd-id=\"109\">Air freshner</span></li></ul></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"70\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16223dad661\" wfd-id=\"72\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621fd9c946\" style=\"\" wfd-id=\"73\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e7d234c\" wfd-id=\"100\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621fd84d7b\" wfd-id=\"74\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16223b080b0\" data-value-type=\"percent\" wfd-id=\"96\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eb3eb9f\" data-clip-id=\"ac98bb0e54b3b\" wfd-id=\"99\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621fd8766c\" wfd-id=\"97\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e930bd7\" wfd-id=\"98\"><h4 data-css=\"tve-u-1621fe1587d\" style=\"text-align: center;\"><strong>Supreme Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e8107f3\" wfd-id=\"92\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eb43d8d\" wfd-id=\"95\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e819c52\" wfd-id=\"93\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"94\"><h4 data-css=\"tve-u-1621fe1725e\" style=\"text-align: center;\"><strong>30 $</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621eb037bb\" wfd-id=\"89\"><p data-css=\"tve-u-1621f4d0451\" style=\"text-align: center;\">Includes ultimate service <span data-css=\"tve-u-1621eaff572\" style=\"color: rgb(15, 29, 123);\" wfd-id=\"90\"><strong class=\"\"><span data-css=\"tve-u-1621eb01b60\" wfd-id=\"91\">+</span></strong></span></p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621eacf6af\" wfd-id=\"75\"><ul class=\"tcb-styled-list\" wfd-id=\"76\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec36a4d\" wfd-id=\"85\"><div class=\"tcb-styled-list-icon\" wfd-id=\"87\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e9993aa\" wfd-id=\"88\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea1a5d7\" wfd-id=\"86\">Exterior trim dressing</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"81\"><div class=\"tcb-styled-list-icon\" wfd-id=\"83\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e99b1db\" wfd-id=\"84\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea19a06\" wfd-id=\"82\">Hand applied spray wax</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec37ea5\" wfd-id=\"77\"><div class=\"tcb-styled-list-icon\" wfd-id=\"79\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e99c314\" wfd-id=\"80\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea18c5d\" wfd-id=\"78\">Interior conditioner</span></li></ul></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621efddaaf\" wfd-id=\"45\">\n<div class=\"tve-page-section-out\" wfd-id=\"65\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621edf8048\" wfd-id=\"46\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621f114214\" wfd-id=\"47\"><div class=\"tcb-flex-row tcb-resized tcb-mobile-edit tcb--cols--2\" data-css=\"tve-u-1621ee03000\" wfd-id=\"48\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621ee4be21\" style=\"\" wfd-id=\"53\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ee093d4\" wfd-id=\"55\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ee3afec\" wfd-id=\"59\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621ee58e74\" wfd-id=\"64\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ee37f4a\" wfd-id=\"60\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1621ee74a24\" wfd-id=\"63\"><svg class=\"tcb-icon\" viewBox=\"0 0 16 28\" data-name=\"map-marker\">\n<path d=\"M12 10c0-2.203-1.797-4-4-4s-4 1.797-4 4 1.797 4 4 4 4-1.797 4-4zM16 10c0 0.953-0.109 1.937-0.516 2.797l-5.688 12.094c-0.328 0.688-1.047 1.109-1.797 1.109s-1.469-0.422-1.781-1.109l-5.703-12.094c-0.406-0.859-0.516-1.844-0.516-2.797 0-4.422 3.578-8 8-8s8 3.578 8 8z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621ee63e1c\" wfd-id=\"62\"><h2 data-css=\"tve-u-1621fdcb4ea\" style=\"text-align: center;\">contact us</h2></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16422a1ce91\" wfd-id=\"61\"><p data-css=\"tve-u-16422a1ce94\" style=\"text-align: left;\">Your adress goes here</p><p data-css=\"tve-u-16422a1ce93\" style=\"text-align: left;\">Phone: 0400 - 700 - 682</p><p data-css=\"tve-u-16422a1ce92\" style=\"text-align: left;\">Email: our_office@gmail.com</p></div></div>\n</div><div class=\"tcb-clear\" data-css=\"tve-u-16417c828be\" wfd-id=\"56\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_slide_left\" data-css=\"tve-u-1621ef118dc\" style=\"\" wfd-id=\"57\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"58\"><img class=\"tve_image tve_evt_manager_listen tve_et_tve-viewport wp-image-21388\" alt=\"\" width=\"567\" height=\"384\" title=\"Car wash img footer\" data-id=\"21388\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-img-footer.png\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_left&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" style=\"width: 100%;\"></span></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621ee4be73\" style=\"\" wfd-id=\"49\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ee22c43\" wfd-id=\"51\"><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-1621ee18a1c\" wfd-id=\"52\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=New York&amp;t=m&amp;z=5&amp;output=embed&amp;iwloc=near\"></iframe>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621f0aa8f7\" wfd-id=\"32\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621f0ada0e\" wfd-id=\"44\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621f0b0088\" wfd-id=\"33\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621f0d2c1a\" wfd-id=\"34\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-1621f0cbe40\" wfd-id=\"35\"><div class=\"tcb-flex-col\" wfd-id=\"40\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"42\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621f0da775\" wfd-id=\"43\"><p data-css=\"tve-u-1622444fb11\">Â© 2018, Your company name . All rights reserved.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"36\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"38\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16223fe5f5b\" wfd-id=\"39\"><p data-css=\"tve-u-1621f0d874c\" style=\"text-align: right;\">Made with <a href=\"https://thrivethemes.com/\" target=\"_blank\">Thrive Architect</a></p></div></div></div></div></div></div>\n</div>\n\n'),(6891,571,'tve_revision_tve_has_wistia_popover','0'),(6926,574,'tve_revision_tve_landing_page','tcb2-thrivebiz-car-wash'),(6892,572,'tve_revision_tve_landing_page','tcb2-thrivebiz-car-wash'),(6893,572,'tve_revision_tve_landing_set',''),(6894,572,'tve_revision_tve_disable_theme_dependency','1'),(6895,572,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-162717d1bbe\" wfd-id=\"446\"><div class=\"tcb-flex-row tcb-medium-no-wrap v-2 tcb--cols--3 m-edit tcb-mobile-wrap tcb-resized\" data-css=\"tve-u-162717d1bbf\" wfd-id=\"447\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1695981e7bb\" wfd-id=\"466\"><div class=\"tcb-col\" data-css=\"tve-u-16959846d3d\" wfd-id=\"468\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16959822de2\" wfd-id=\"469\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"470\"><img class=\"tve_image wp-image-465\" alt=\"\" width=\"384\" height=\"62\" title=\"Blackhawk_custom_header\" data-id=\"465\" src=\"https://bestcerakoteflorida.com/wp-content/uploads/2019/01/Blackhawk_custom_header.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717d1bb9\" style=\"\" wfd-id=\"459\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717d1bb6\" wfd-id=\"461\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-164179a84b8\" wfd-id=\"462\">\n<div class=\"tve-content-box-background\" wfd-id=\"465\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"463\"><div class=\"tcb-clear\" wfd-id=\"464\"></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717d1bb7\" style=\"\" wfd-id=\"448\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717d1bbc\" wfd-id=\"450\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16369305186\" wfd-id=\"451\">\n<div class=\"tve-content-box-background\" wfd-id=\"458\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16417e9d24e\" wfd-id=\"452\"><div class=\"tcb-clear\" wfd-id=\"456\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-16417e5bd95\" data-float=\"1\" wfd-id=\"457\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-envelope-regular\" data-name=\"\">\n            <path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path>\n        </svg></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-164179bced9\" wfd-id=\"453\"><p data-css=\"tve-u-1641333d7d1\"><a href=\"mailto:info@bestcerkoteflorida.com\" target=\"_blank\">info@bestcerakoteflorida.com</a></p></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-162717cb621\" data-value-type=\"percent\" wfd-id=\"418\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-162717cb620\" data-clip-id=\"c883ac5175045\" wfd-id=\"445\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-c883ac5175045\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"6\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.8949, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-c883ac5175045\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9476, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-c883ac5175045\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9651, 1 1, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-162717cb609\" wfd-id=\"419\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-162717cb618\" wfd-id=\"420\"><div class=\"tcb-flex-row tcb-medium-wrap tcb-resized v-2 tcb--cols--2\" data-css=\"tve-u-162717cb617\" wfd-id=\"421\"><div class=\"tcb-flex-col\" data-css=\"tve-u-162717cb601\" style=\"\" wfd-id=\"435\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717cb60a\" wfd-id=\"437\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h1\" data-css=\"tve-u-162717cb610\" wfd-id=\"441\"><h1 data-css=\"tve-u-162717cb616\" style=\"text-align: center;\">&nbsp;Protect What\'s Important To You! With The Toughest Ceramic Finish In The World!<span data-css=\"tve-u-16271ca808e\" style=\"color: rgb(0, 229, 255);\" wfd-id=\"444\"></span></h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162717cb60f\" wfd-id=\"438\"><p data-css=\"tve-u-1695a36117b\" style=\"text-align: center;\">Heat, Water, Salt and Sand just some of the conditions you face. And any one of them is just waiting to get a hold of your firearm and leave it a pile of rusted, pitted junk.</p><p data-css=\"tve-u-16413112747\" style=\"text-align: center;\">Unfortunately there wasn\'t much you could do other than keep cleaning and lubricating your firearms...till NOW!</p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717cb600\" style=\"\" wfd-id=\"422\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717cb60b\" wfd-id=\"424\"><div class=\"thrv_responsive_video thrv_wrapper rv_style_lifted_style2\" data-type=\"youtube\" data-rel=\"0\" data-url=\"https://www.youtube.com/watch?v=a1nyu9ZJiEk\" data-css=\"tve-u-16959cd1e7a\" data-modestbranding=\"1\" wfd-id=\"432\">\n	\n\n	<div class=\"tve_responsive_video_container\" wfd-id=\"433\">\n		<div class=\"video_overlay\" wfd-id=\"434\"></div>\n	<iframe data-code=\"TEOqV1Q16lU\" data-provider=\"youtube\" src=\"https://www.youtube.com/embed/TEOqV1Q16lU?rel=0&amp;modestbranding=1&amp;controls=1&amp;showinfo=1&amp;fs=1&amp;wmode=transparent\" data-src=\"https://www.youtube.com/embed/TEOqV1Q16lU?rel=0&amp;modestbranding=1&amp;controls=1&amp;showinfo=1&amp;fs=1&amp;wmode=transparent\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\n</div><div class=\"thrv_wrapper thrv-button tcb-with-icon\" data-css=\"tve-u-1695a3002e2\" data-tcb_hover_state_parent=\"\" data-button-style=\"border_1\" wfd-id=\"425\">\n	<a href=\"tel:1-954-848-1911\" class=\"tcb-button-link\" target=\"_blank\" rel=\"\"><span class=\"tcb-button-icon\" wfd-id=\"430\">\n	<div class=\"thrv_wrapper thrv_icon tve_no_drag tve_no_icons tcb-icon-inherit-style tcb-icon-display\" wfd-id=\"431\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-phone-plus-light\" data-name=\"\">\n            <path d=\"M8 128h88v88c0 4.4 3.6 8 8 8h16c4.4 0 8-3.6 8-8v-88h88c4.4 0 8-3.6 8-8v-16c0-4.4-3.6-8-8-8h-88V8c0-4.4-3.6-8-8-8h-16c-4.4 0-8 3.6-8 8v88H8c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8zM487.8 24.1L387 .8c-14.7-3.4-29.8 4.2-35.8 18.1l-46.5 108.5c-5.5 12.7-1.8 27.7 8.9 36.5l53.9 44.1c-34 69.2-90.3 125.6-159.6 159.6l-44.1-53.9c-8.8-10.7-23.8-14.4-36.5-8.9L18.9 351.3c-13.9 6-21.5 21-18.1 35.8L24 487.9C27.3 502 39.9 512 54.5 512 306.7 512 512 307.8 512 54.5c0-14.6-10-27.2-24.2-30.4zM55.1 480l-23-99.6 107.4-46 59.5 72.8c103.6-48.6 159.7-104.9 208.1-208.1l-72.8-59.5 46-107.4 99.6 23C479.7 289.7 289.6 479.7 55.1 480z\"></path>\n        </svg></div>\n</span>\n\n		<span class=\"tcb-button-texts\" wfd-id=\"426\"><span class=\"tcb-button-text thrv-inline-text\" wfd-id=\"427\">CALL NOW</span></span>\n	</a>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-162717fcf9d\" data-value-type=\"percent\" wfd-id=\"363\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-162718bd0c0\" data-clip-id=\"a3b25e1c9221a\" wfd-id=\"417\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0875\"></polygon></clipPath><clipPath id=\"clip-tablet-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"6\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.1051\"></polygon></clipPath><clipPath id=\"clip-mobile-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"1\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0175\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-162718a3b40\" wfd-id=\"364\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622a159bcb\" wfd-id=\"365\">\n<div class=\"tve-content-box-background\" wfd-id=\"416\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"366\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621a2247ba\" wfd-id=\"413\"><h2 data-css=\"tve-u-1621a2e0d5b\">our services</h2></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16229f6175c\" wfd-id=\"390\"><div class=\"tcb-flex-row tcb-medium-no-wrap tcb--cols--3 v-2\" data-css=\"tve-u-162493a03b0\" wfd-id=\"391\"><div class=\"tcb-flex-col\" wfd-id=\"406\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1624939a960\" data-tcb_hover_state_parent=\"\" wfd-id=\"408\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-162493d5f13\" data-float=\"1\" wfd-id=\"412\"><svg class=\"tcb-icon\" viewBox=\"0 0 14 28\" data-name=\"bolt\">\n<path d=\"M13.828 8.844c0.172 0.187 0.219 0.453 0.109 0.688l-8.437 18.078c-0.125 0.234-0.375 0.391-0.656 0.391-0.063 0-0.141-0.016-0.219-0.031-0.344-0.109-0.547-0.438-0.469-0.766l3.078-12.625-6.344 1.578c-0.063 0.016-0.125 0.016-0.187 0.016-0.172 0-0.359-0.063-0.484-0.172-0.187-0.156-0.25-0.391-0.203-0.609l3.141-12.891c0.078-0.297 0.359-0.5 0.688-0.5h5.125c0.391 0 0.703 0.297 0.703 0.656 0 0.094-0.031 0.187-0.078 0.281l-2.672 7.234 6.188-1.531c0.063-0.016 0.125-0.031 0.187-0.031 0.203 0 0.391 0.094 0.531 0.234z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"410\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-162494b490e\" wfd-id=\"411\"><h4 data-css=\"tve-u-16249355087\" style=\"text-align: left;\">Express exterior</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162494b7ad0\" wfd-id=\"409\"><p data-css=\"tve-u-162492e70ad\">Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"399\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162493b6b63\" data-tcb_hover_state_parent=\"\" wfd-id=\"401\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b456a\" wfd-id=\"405\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"adjust\">\n<path d=\"M12 22.5v-17c-4.688 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"403\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1af44d\" wfd-id=\"404\"><h4 data-css=\"tve-u-16249358652\" style=\"text-align: left;\">Interior clean</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"402\"><p data-css=\"tve-u-162492e70ad\">Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"392\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16249373b25\" wfd-id=\"394\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b52d3\" wfd-id=\"398\"><svg class=\"tcb-icon\" viewBox=\"0 0 26 28\" data-name=\"umbrella\">\n<path d=\"M14 12.938v9.063c0 2.172-1.828 4-4 4s-4-1.828-4-4c0-0.547 0.453-1 1-1s1 0.453 1 1c0 1.047 0.953 2 2 2s2-0.953 2-2v-9.063c0.328-0.109 0.656-0.172 1-0.172s0.672 0.063 1 0.172zM26 13.359c0 0.266-0.234 0.5-0.5 0.5-0.141 0-0.25-0.063-0.359-0.156-0.906-0.844-1.75-1.437-3.047-1.437-1.484 0-2.766 0.922-3.609 2.094-0.187 0.266-0.328 0.547-0.5 0.812-0.109 0.172-0.234 0.266-0.438 0.266-0.219 0-0.344-0.094-0.453-0.266-0.172-0.266-0.313-0.547-0.5-0.812-0.844-1.172-2.109-2.094-3.594-2.094s-2.75 0.922-3.594 2.094c-0.187 0.266-0.328 0.547-0.5 0.812-0.109 0.172-0.234 0.266-0.453 0.266-0.203 0-0.328-0.094-0.438-0.266-0.172-0.266-0.313-0.547-0.5-0.812-0.844-1.172-2.125-2.094-3.609-2.094-1.297 0-2.141 0.594-3.047 1.437-0.109 0.094-0.219 0.156-0.359 0.156-0.266 0-0.5-0.234-0.5-0.5 0-0.047 0-0.078 0.016-0.109 1.437-5.906 7.141-9.25 12.984-9.25 5.812 0 11.578 3.344 12.984 9.25 0.016 0.031 0.016 0.063 0.016 0.109zM14 2v1.531c-0.328-0.016-0.672-0.031-1-0.031s-0.672 0.016-1 0.031v-1.531c0-0.547 0.453-1 1-1s1 0.453 1 1z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"396\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b01a6\" wfd-id=\"397\"><h4 data-css=\"tve-u-1624935a201\" style=\"text-align: left;\">Wax protection</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"395\"><p data-css=\"tve-u-162492e70ad\">Etiam pharetra, erat sed fermentum feugiat, velit mauris</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16249367114\" wfd-id=\"367\"><div class=\"tcb-flex-row tcb-medium-no-wrap tcb--cols--3 v-2\" data-css=\"tve-u-16229ffbb7b\" wfd-id=\"368\"><div class=\"tcb-flex-col\" wfd-id=\"383\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229fa6a26\" wfd-id=\"385\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b33f9\" wfd-id=\"389\"><svg class=\"tcb-icon\" viewBox=\"0 0 26 28\" data-name=\"magic\">\n<path d=\"M18.594 9.078l4.578-4.578-1.672-1.672-4.578 4.578zM25.578 4.5c0 0.266-0.094 0.516-0.281 0.703l-20.094 20.094c-0.187 0.187-0.438 0.281-0.703 0.281s-0.516-0.094-0.703-0.281l-3.094-3.094c-0.187-0.187-0.281-0.438-0.281-0.703s0.094-0.516 0.281-0.703l20.094-20.094c0.187-0.187 0.438-0.281 0.703-0.281s0.516 0.094 0.703 0.281l3.094 3.094c0.187 0.187 0.281 0.438 0.281 0.703zM4.469 1.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531zM9.938 4.062l3.063 0.938-3.063 0.938-0.938 3.063-0.938-3.063-3.063-0.938 3.063-0.938 0.938-3.063zM24.469 11.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531zM14.469 1.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"387\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b0a67\" wfd-id=\"388\"><h4 data-css=\"tve-u-16248fc42a1\" style=\"text-align: left;\">Dust &amp; Dash Console</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"386\"><p data-css=\"tve-u-162492e70ad\">Duis sed odio sit amet nibh vulputate cursus a sit amet mauris.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"376\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1622f65ba70\" wfd-id=\"378\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b60b4\" wfd-id=\"382\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"certificate\">\n<path d=\"M21.5 14l2.156 2.109c0.297 0.281 0.406 0.703 0.313 1.094-0.109 0.391-0.422 0.703-0.812 0.797l-2.938 0.75 0.828 2.906c0.109 0.391 0 0.812-0.297 1.094-0.281 0.297-0.703 0.406-1.094 0.297l-2.906-0.828-0.75 2.938c-0.094 0.391-0.406 0.703-0.797 0.812-0.094 0.016-0.203 0.031-0.297 0.031-0.297 0-0.594-0.125-0.797-0.344l-2.109-2.156-2.109 2.156c-0.281 0.297-0.703 0.406-1.094 0.313-0.406-0.109-0.703-0.422-0.797-0.812l-0.75-2.938-2.906 0.828c-0.391 0.109-0.812 0-1.094-0.297-0.297-0.281-0.406-0.703-0.297-1.094l0.828-2.906-2.938-0.75c-0.391-0.094-0.703-0.406-0.812-0.797-0.094-0.391 0.016-0.812 0.313-1.094l2.156-2.109-2.156-2.109c-0.297-0.281-0.406-0.703-0.313-1.094 0.109-0.391 0.422-0.703 0.812-0.797l2.938-0.75-0.828-2.906c-0.109-0.391 0-0.812 0.297-1.094 0.281-0.297 0.703-0.406 1.094-0.297l2.906 0.828 0.75-2.938c0.094-0.391 0.406-0.703 0.797-0.797 0.391-0.109 0.812 0 1.094 0.297l2.109 2.172 2.109-2.172c0.281-0.297 0.688-0.406 1.094-0.297 0.391 0.094 0.703 0.406 0.797 0.797l0.75 2.938 2.906-0.828c0.391-0.109 0.812 0 1.094 0.297 0.297 0.281 0.406 0.703 0.297 1.094l-0.828 2.906 2.938 0.75c0.391 0.094 0.703 0.406 0.812 0.797 0.094 0.391-0.016 0.812-0.313 1.094z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"380\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b12d8\" wfd-id=\"381\"><h4 data-css=\"tve-u-1625389a3d5\" style=\"text-align: left;\">Triple Foam Polish</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"379\"><p data-css=\"tve-u-162492e70ad\">Class aptent taciti sociosqu ad litora torquent</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"369\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229fa8c68\" wfd-id=\"371\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-16271adf6cf\" wfd-id=\"375\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"bullseye\">\n<path d=\"M16 14c0 2.203-1.797 4-4 4s-4-1.797-4-4 1.797-4 4-4 4 1.797 4 4zM18 14c0-3.313-2.688-6-6-6s-6 2.688-6 6 2.688 6 6 6 6-2.688 6-6zM20 14c0 4.422-3.578 8-8 8s-8-3.578-8-8 3.578-8 8-8 8 3.578 8 8zM22 14c0-5.516-4.484-10-10-10s-10 4.484-10 10 4.484 10 10 10 10-4.484 10-10zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"373\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-16248fc71c8\" wfd-id=\"374\"><h4 data-css=\"tve-u-1625389b4ed\" style=\"text-align: left;\">Tire dressing</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"372\"><p data-css=\"tve-u-162492e70ad\">Etiam pharetra, erat sed fermentum feugiat, velit mauris</p></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621ad46076\" wfd-id=\"323\">\n<div class=\"tve-page-section-out\" wfd-id=\"362\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621b072b4e\" wfd-id=\"324\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621a8b2488\" wfd-id=\"325\"><div class=\"tcb-flex-row tcb--cols--2 v-2\" data-css=\"tve-u-1621a8a804b\" wfd-id=\"326\"><div class=\"tcb-flex-col\" wfd-id=\"338\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16271bfe70c\" wfd-id=\"340\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h3\" data-css=\"tve-u-1621a8c4313\" wfd-id=\"359\"><h3><strong>Complete cleaning services for yoâ€‹ur car</strong></h3></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-16417b70f47\" wfd-id=\"341\"><ul class=\"tcb-styled-list\" wfd-id=\"342\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621acf0289\" wfd-id=\"353\"><div class=\"tcb-styled-list-icon\" wfd-id=\"357\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a8e11f3\" wfd-id=\"358\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ace1b08\" wfd-id=\"354\">We are a small business delivering professional cleaning services for all vehicles</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621acf64fb\" wfd-id=\"349\"><div class=\"tcb-styled-list-icon\" wfd-id=\"351\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a8e5625\" wfd-id=\"352\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ace4de9\" wfd-id=\"350\">Our services are convenient for individuals and corporate fleets</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"343\"><div class=\"tcb-styled-list-icon\" wfd-id=\"347\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a9076ef\" wfd-id=\"348\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621acf47d2\" wfd-id=\"344\">We use eco-friendly products that actually clean, protect and maintain your car better than the traditional cleaning substances</span></li></ul></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"327\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621a90a46f\" wfd-id=\"329\"><div class=\"thrv_wrapper thrv-fill-counter tve_red tve_normalfc thrv_data_element\" data-css=\"tve-u-1621a983587\" wfd-id=\"330\">\n<div class=\"tve_fill_counter_n\" style=\"\" data-fill=\"100\" data-css=\"tve-u-1621a98b602\" wfd-id=\"331\">\n<svg viewBox=\"0 0 160 160\" class=\"tve_fill_counter_circle\" shape-rendering=\"optimizeSpeed\" data-css=\"tve-u-1621a9a2862\">\n<circle class=\"tve_fill_counter_circle_inner\" r=\"80\" cx=\"80\" cy=\"80\" data-css=\"tve-u-1621a9685d4\"></circle>\n</svg>\n<div class=\"tve_fill_text_in\" data-css=\"tve-u-1621a96b190\" wfd-id=\"332\">\n<div class=\"tve_fill_text_value\" data-css=\"tve-u-1621a9a2866\" wfd-id=\"334\">\n<div class=\"thrv-inline-text tve_fill_text tve_editable\" data-css=\"tve-u-1621a9a2867\" wfd-id=\"335\"><strong>100%â€‹</strong></div>\n</div>\n<div class=\"thrv-inline-text tve_editable tve_data_element_label\" data-css=\"tve-u-1621a9750ae\" wfd-id=\"333\">Clean car</div>\n</div>\n</div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621ada1e7f\" data-value-type=\"percent\" wfd-id=\"285\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621adba9ef\" data-clip-id=\"52d5a36c151aa\" wfd-id=\"322\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-52d5a36c151aa\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0875\"></polygon></clipPath><clipPath id=\"clip-tablet-top-52d5a36c151aa\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0524\"></polygon></clipPath><clipPath id=\"clip-mobile-top-52d5a36c151aa\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0349\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621ad420c4\" wfd-id=\"286\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621ade6172\" wfd-id=\"287\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2 tcb-row-reversed-mobile tcb-mobile-edit v-2\" data-css=\"tve-u-1621adea58b\" wfd-id=\"288\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621b064646\" style=\"\" wfd-id=\"316\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ae0bec7\" wfd-id=\"318\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ae4fd21\" data-value-type=\"percent\" data-float=\"1\" wfd-id=\"319\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621ae6c8da\" data-clip-id=\"aa2c3e3c70555\" wfd-id=\"321\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0349\"></polygon></clipPath><clipPath id=\"clip-tablet-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"4\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0699\"></polygon></clipPath><clipPath id=\"clip-mobile-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"4\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0699\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb\" data-css=\"tve-u-1621ae4db6e\" wfd-id=\"320\"></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621b064668\" style=\"\" wfd-id=\"289\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621f45bed3\" wfd-id=\"291\"><div class=\"tcb-clear\" data-css=\"tve-u-16224848ee5\" wfd-id=\"312\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621afceb00\" wfd-id=\"313\"><h2 data-css=\"tve-u-1621afcc0bf\">Check Out Our Special Offer!</h2></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621afda4fa\" wfd-id=\"311\"><p data-css=\"tve-u-1621afd8c98\">Donâ€™t miss the opportunity to get 50% discount on a complete cleaning just by recommending us to a friend. Bring someone you know with you and clean you car half price!</p></div><div class=\"tcb-clear\" data-css=\"tve-u-16224834cab\" wfd-id=\"292\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621fe85996\" wfd-id=\"293\"><div class=\"tcb-flex-row tcb--cols--2 tcb-resized tcb-medium-wrap tcb-desktop-wrap\" data-css=\"tve-u-1621fe78878\" wfd-id=\"294\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621fe94086\" style=\"\" wfd-id=\"302\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"304\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621b01355a\" wfd-id=\"305\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621b08fdde\" data-tcb_hover_state_parent=\"1\" wfd-id=\"310\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16223f02c16\" wfd-id=\"306\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-1620af7eb3f\" data-tcb_hover_state_parent=\"\" data-button-style=\"full_rounded\" wfd-id=\"307\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"308\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-16228c75500\" wfd-id=\"309\"><strong>Request an appointment</strong></span></span>\n</a>\n</div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621fe940b9\" style=\"\" wfd-id=\"295\"><div class=\"tcb-col\" wfd-id=\"297\"><div class=\"tcb-clear\" data-css=\"tve-u-16224716d62\" wfd-id=\"298\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-1621b028939\" data-tcb_hover_state_parent=\"\" data-button-style=\"ghost\" wfd-id=\"299\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"300\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-16228c764b2\" wfd-id=\"301\"><strong>Call Now: 0400-700-682</strong></span></span>\n</a>\n</div></div></div></div></div></div></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16260ba2fa4\" wfd-id=\"192\">\n<div class=\"tve-page-section-out\" wfd-id=\"284\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16260be7104\" wfd-id=\"193\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621b0e4fb7\" wfd-id=\"283\"><h2 data-css=\"tve-u-1621b10fccf\" style=\"text-align: center;\">our happy clients</h2></div><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641367127b\" data-float=\"1\" wfd-id=\"282\"><svg class=\"tcb-icon\" viewBox=\"0 0 30 32\" data-name=\"quote-left\">\n<path d=\"M13.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429zM29.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641367e553\" wfd-id=\"281\"><svg class=\"tcb-icon\" viewBox=\"0 0 30 32\" data-name=\"quote-left\">\n<path d=\"M13.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429zM29.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a10d3b4\" wfd-id=\"252\">\n<div class=\"tve-content-box-background\" wfd-id=\"280\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"253\"><div class=\"tcb-clear\" data-css=\"tve-u-1621b300a64\" wfd-id=\"278\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-1621f154231\" wfd-id=\"279\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621b200375\" wfd-id=\"256\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-16260d8392c\" wfd-id=\"257\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"262\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"264\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16417b62c09\" wfd-id=\"265\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-16260d8396c\" wfd-id=\"266\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16260d01208\" style=\"\" wfd-id=\"272\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"274\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"275\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16225617da3\" wfd-id=\"277\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"276\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16260d0120e\" style=\"\" wfd-id=\"267\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"269\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"271\"><h5>Brett Graham, 28</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"270\"><h6 class=\"\">Architect</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"258\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"260\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"261\"><p data-css=\"tve-u-162539c17ec\">Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit. Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit.&nbsp;</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-16260c5ff0c\" wfd-id=\"254\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260c5ff07\" wfd-id=\"255\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a12f675\" wfd-id=\"223\">\n<div class=\"tve-content-box-background\" wfd-id=\"251\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"224\"><div class=\"tcb-clear\" data-css=\"tve-u-16260cd7683\" wfd-id=\"249\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260d73672\" wfd-id=\"250\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16260da3aa7\" wfd-id=\"227\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-1621fb68b97\" wfd-id=\"228\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"233\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"235\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16417b662bf\" wfd-id=\"236\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-1621fb65556\" wfd-id=\"237\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16229915e1a\" style=\"\" wfd-id=\"243\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"245\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"246\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16260c433e9\" wfd-id=\"248\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"247\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16229915e4e\" style=\"\" wfd-id=\"238\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"240\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"242\"><h5>Rosie Hanson, 24</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"241\"><h6 class=\"\">Real estate Associate</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"229\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"231\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"232\"><p data-css=\"tve-u-162539c17ec\">Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo.</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-16260d3b97e\" wfd-id=\"225\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260d39b83\" wfd-id=\"226\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a146aef\" wfd-id=\"194\">\n<div class=\"tve-content-box-background\" wfd-id=\"222\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"195\"><div class=\"tcb-clear\" data-css=\"tve-u-16260cd7683\" wfd-id=\"220\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260cd622f\" wfd-id=\"221\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16260c39a7e\" wfd-id=\"198\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-16260d3f4aa\" wfd-id=\"199\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"204\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"206\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621fbacc60\" wfd-id=\"207\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-16260d3f4af\" wfd-id=\"208\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16229915e1a\" style=\"\" wfd-id=\"214\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"216\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"217\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16260d5e4b8\" wfd-id=\"219\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"218\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16229915e4e\" style=\"\" wfd-id=\"209\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"211\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"213\"><h5>Shawn Mattews, 35</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"212\"><h6 class=\"\">project manager</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"200\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"202\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"203\"><p data-css=\"tve-u-162539c17ec\">Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo. Nullam ac urna eu felis.Sed non neque elit. Sed ut imperdiet nisi. Proin condimentum</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1621b30ca74\" wfd-id=\"196\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-1621f15b521\" wfd-id=\"197\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621b3c8c52\" wfd-id=\"88\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621b3cfc7b\" wfd-id=\"191\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621b3c74d9\" wfd-id=\"89\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621e7b695a\" wfd-id=\"190\"><h2 data-css=\"tve-u-1621e7a7350\" style=\"text-align: center;\">our offers</h2></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621e7c899a\" wfd-id=\"90\"><div class=\"tcb-flex-row tcb--cols--3 tcb-medium-wrap v-2\" data-css=\"tve-u-1621e7c7aa1\" wfd-id=\"91\"><div class=\"tcb-flex-col\" wfd-id=\"154\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16223fc9f23\" wfd-id=\"156\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e7ceab3\" style=\"\" wfd-id=\"157\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16416e4fafd\" wfd-id=\"189\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e7d5094\" wfd-id=\"158\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e7e9950\" data-value-type=\"percent\" style=\"\" wfd-id=\"185\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e7edfd9\" data-clip-id=\"10ffac3b28f1d\" wfd-id=\"188\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-10ffac3b28f1d\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-10ffac3b28f1d\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e7e6c1d\" wfd-id=\"186\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-16417b4cb9e\" wfd-id=\"187\"><h4 data-css=\"tve-u-1621fe1a1af\" style=\"text-align: center;\"><strong>Basic Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ec6c39b\" data-float=\"1\" wfd-id=\"181\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e81f424\" wfd-id=\"184\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec752da\" wfd-id=\"182\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"183\"><h4 data-css=\"tve-u-1621fe1bd18\" style=\"text-align: center;\"><strong>15$</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621ea50702\" wfd-id=\"159\"><ul class=\"tcb-styled-list\" wfd-id=\"160\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec3a5c0\" wfd-id=\"177\"><div class=\"tcb-styled-list-icon\" wfd-id=\"179\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec204df\" wfd-id=\"180\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec241aa\" wfd-id=\"178\">Interior vacuum</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"173\"><div class=\"tcb-styled-list-icon\" wfd-id=\"175\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec20f68\" wfd-id=\"176\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec2704c\" wfd-id=\"174\">Dust &amp;dash console</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec42aa7\" wfd-id=\"169\"><div class=\"tcb-styled-list-icon\" wfd-id=\"171\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec21a31\" wfd-id=\"172\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec298ab\" wfd-id=\"170\">Hand towel dry</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec43fe2\" wfd-id=\"165\"><div class=\"tcb-styled-list-icon\" wfd-id=\"167\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ea1fba7\" wfd-id=\"168\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea23322\" wfd-id=\"166\">Clean windows</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec454d9\" wfd-id=\"161\"><div class=\"tcb-styled-list-icon\" wfd-id=\"163\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ea295c0\" wfd-id=\"164\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea2c69a\" wfd-id=\"162\">Soft cloth wash</span></li></ul></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"123\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"125\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621eb81205\" style=\"\" wfd-id=\"126\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16416e603ab\" wfd-id=\"153\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621eb7ccb0\" wfd-id=\"127\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ebbbb6d\" data-value-type=\"percent\" wfd-id=\"149\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eaaedd8\" data-clip-id=\"a2b9cf3198d6f\" wfd-id=\"152\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-a2b9cf3198d6f\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-a2b9cf3198d6f\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec7f21a\" wfd-id=\"150\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e930bd7\" wfd-id=\"151\"><h4 data-css=\"tve-u-1621e92e97f\" style=\"text-align: center;\"><strong>Ultimate Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ec78d2c\" data-float=\"1\" wfd-id=\"145\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eab272c\" wfd-id=\"148\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec79a7d\" wfd-id=\"146\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"147\"><h4 data-css=\"tve-u-1621e942b65\" style=\"text-align: center;\"><strong>22 $</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621ebfa746\" wfd-id=\"142\"><p data-css=\"tve-u-1621f4ceaf6\" style=\"text-align: center;\">Includes basic service <span data-css=\"tve-u-1621f4ceaf7\" style=\"color: rgb(15, 29, 123);\" wfd-id=\"143\"><strong class=\"\"><span data-css=\"tve-u-1621f4ceafb\" wfd-id=\"144\">+</span></strong></span></p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621ebf340c\" wfd-id=\"128\"><ul class=\"tcb-styled-list\" wfd-id=\"129\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-164137a0b1f\" wfd-id=\"138\"><div class=\"tcb-styled-list-icon\" wfd-id=\"140\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec0c5bd\" wfd-id=\"141\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ebfe4ce\" wfd-id=\"139\">Triple foam conditiner</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec04541\" wfd-id=\"134\"><div class=\"tcb-styled-list-icon\" wfd-id=\"136\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec09a3c\" wfd-id=\"137\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ebff867\" wfd-id=\"135\">Tire dressing</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec05cc3\" wfd-id=\"130\"><div class=\"tcb-styled-list-icon\" wfd-id=\"132\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec15f6e\" wfd-id=\"133\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec009a8\" wfd-id=\"131\">Air freshner</span></li></ul></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"92\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16223dad661\" wfd-id=\"94\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621fd9c946\" style=\"\" wfd-id=\"95\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e7d234c\" wfd-id=\"122\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621fd84d7b\" wfd-id=\"96\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16223b080b0\" data-value-type=\"percent\" wfd-id=\"118\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eb3eb9f\" data-clip-id=\"ac98bb0e54b3b\" wfd-id=\"121\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621fd8766c\" wfd-id=\"119\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e930bd7\" wfd-id=\"120\"><h4 data-css=\"tve-u-1621fe1587d\" style=\"text-align: center;\"><strong>Supreme Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e8107f3\" wfd-id=\"114\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eb43d8d\" wfd-id=\"117\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e819c52\" wfd-id=\"115\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"116\"><h4 data-css=\"tve-u-1621fe1725e\" style=\"text-align: center;\"><strong>30 $</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621eb037bb\" wfd-id=\"111\"><p data-css=\"tve-u-1621f4d0451\" style=\"text-align: center;\">Includes ultimate service <span data-css=\"tve-u-1621eaff572\" style=\"color: rgb(15, 29, 123);\" wfd-id=\"112\"><strong class=\"\"><span data-css=\"tve-u-1621eb01b60\" wfd-id=\"113\">+</span></strong></span></p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621eacf6af\" wfd-id=\"97\"><ul class=\"tcb-styled-list\" wfd-id=\"98\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec36a4d\" wfd-id=\"107\"><div class=\"tcb-styled-list-icon\" wfd-id=\"109\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e9993aa\" wfd-id=\"110\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea1a5d7\" wfd-id=\"108\">Exterior trim dressing</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"103\"><div class=\"tcb-styled-list-icon\" wfd-id=\"105\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e99b1db\" wfd-id=\"106\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea19a06\" wfd-id=\"104\">Hand applied spray wax</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec37ea5\" wfd-id=\"99\"><div class=\"tcb-styled-list-icon\" wfd-id=\"101\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e99c314\" wfd-id=\"102\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea18c5d\" wfd-id=\"100\">Interior conditioner</span></li></ul></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621efddaaf\" wfd-id=\"44\">\n<div class=\"tve-page-section-out\" wfd-id=\"87\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621edf8048\" wfd-id=\"45\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621f114214\" wfd-id=\"49\"><div class=\"tcb-flex-row tcb-resized tcb-mobile-edit tcb--cols--2\" data-css=\"tve-u-1621ee03000\" wfd-id=\"50\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621ee4be21\" style=\"\" wfd-id=\"55\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ee093d4\" wfd-id=\"57\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ee3afec\" wfd-id=\"58\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621ee58e74\" wfd-id=\"86\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ee37f4a\" wfd-id=\"59\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1621ee74a24\" wfd-id=\"85\"><svg class=\"tcb-icon\" viewBox=\"0 0 16 28\" data-name=\"map-marker\">\n<path d=\"M12 10c0-2.203-1.797-4-4-4s-4 1.797-4 4 1.797 4 4 4 4-1.797 4-4zM16 10c0 0.953-0.109 1.937-0.516 2.797l-5.688 12.094c-0.328 0.688-1.047 1.109-1.797 1.109s-1.469-0.422-1.781-1.109l-5.703-12.094c-0.406-0.859-0.516-1.844-0.516-2.797 0-4.422 3.578-8 8-8s8 3.578 8 8z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621ee63e1c\" wfd-id=\"82\"><h2 data-css=\"tve-u-1621fdcb4ea\" style=\"text-align: center;\">contact us</h2></div><div class=\"thrv_wrapper thrv-contact-form\" data-ct=\"contact_form-21969\" data-css=\"tve-u-1695d7c4d62\" wfd-id=\"60\">\n	<form action=\"\" method=\"post\" novalidate=\"\" sourceindex=\"1156\" wfd-id=\"61\">\n		<div class=\"tve-cf-item-wrapper\" wfd-id=\"65\">\n			<div class=\"tve-cf-item\" data-css=\"tve-u-1695d7d2659\" wfd-id=\"78\">\n				<div class=\"thrv-cf-input-wrapper\" data-type=\"first_name\" wfd-id=\"79\">\n					<label class=\"tve-cf-item-required-mark\" wfd-id=\"81\">First Name</label>\n					<div class=\"tve-cf-input\" data-css=\"tve-u-1695d7e44c1\" wfd-id=\"80\">\n						<input placeholder=\"John\" data-placeholder=\"John\" type=\"text\" name=\"first_name\" required=\"required\" sourceindex=\"1157\" wfd-id=\"475\">\n					</div>\n				</div>\n			</div>\n			<div class=\"tve-cf-item\" data-css=\"tve-u-1695d7d2659\" wfd-id=\"74\">\n				<div class=\"thrv-cf-input-wrapper\" data-type=\"email\" wfd-id=\"75\">\n					<label class=\"tve-cf-item-required-mark\" wfd-id=\"77\">Email Address</label>\n					<div class=\"tve-cf-input\" data-css=\"tve-u-1695d7e44c1\" wfd-id=\"76\">\n						<input placeholder=\"j.doe@inbox.com\" data-placeholder=\"j.doe@inbox.com\" type=\"email\" name=\"email\" required=\"required\" sourceindex=\"1158\" wfd-id=\"474\">\n					</div>\n				</div>\n			</div>\n			<div class=\"tve-cf-item\" data-css=\"tve-u-1695d7d2659\" wfd-id=\"70\">\n	<div class=\"thrv-cf-input-wrapper\" data-type=\"phone\" wfd-id=\"71\">\n		<label class=\"\" wfd-id=\"73\">Phone Number</label>\n		<div class=\"tve-cf-input\" data-css=\"tve-u-1695d7e44c1\" wfd-id=\"72\">\n			<input placeholder=\"1- 555-555-2368\" type=\"tel\" name=\"phone\" data-placeholder=\"1- 555-555-2368\" wfd-id=\"473\">\n		</div>\n	</div>\n</div>\n		<div class=\"tve-cf-item tcb-excluded-from-group-item\" data-css=\"tve-u-1695d7d93a4\" wfd-id=\"66\">\n				<div class=\"thrv-cf-input-wrapper\" data-type=\"message\" wfd-id=\"67\">\n					<label class=\"tve-cf-item-required-mark\" wfd-id=\"69\">Message</label>\n					<div class=\"tve-cf-input\" data-css=\"tve-u-1695d7e44c1\" wfd-id=\"68\">\n						<textarea placeholder=\"Type your message here...\" data-placeholder=\"Type your message here...\" name=\"message\" required=\"required\" sourceindex=\"1159\" wfd-id=\"476\"></textarea>\n					</div>\n				</div>\n			</div></div>\n		<div class=\"tve-cf-submit\" data-css=\"tve-u-1695d7e0325\" data-tcb_hover_state_parent=\"\" data-button-style=\"ghost\" wfd-id=\"62\">\n			<button class=\"tve_btn_txt\" type=\"submit\" sourceindex=\"1160\" wfd-id=\"489\">Send message</button>\n		</div>\n	<input type=\"hidden\" name=\"config\" value=\"YTozOntzOjE0OiJlcnJvcl9tZXNzYWdlcyI7YTo0OntzOjU6ImVtYWlsIjtzOjIxOiJFbWFpbCBhZGRyZXNzIGludmFsaWQiO3M6NToicGhvbmUiO3M6MjA6IlBob25lIG51bWJlciBpbnZhbGlkIjtzOjM6InVybCI7czoxMToiVVJMIGludmFsaWQiO3M6ODoicmVxdWlyZWQiO3M6MjA6IlJlcXVpcmVkIGZpZWxkIGVtcHR5Ijt9czo4OiJ0b19lbWFpbCI7YToyOntzOjI6InRvIjtzOjI5OiJhZG1pbkBiZXN0Y2VyYWtvdGVmbG9yaWRhLmNvbSI7czo3OiJzdWJqZWN0IjtzOjE4OiJOZXcgbWVzc2FnZSBmcm9tOiAiO31zOjY6InN1Ym1pdCI7YToxMDp7czo2OiJhY3Rpb24iO3M6NjoicmVsb2FkIjtzOjIzOiJzZW5kX2NvbmZpcm1hdGlvbl9lbWFpbCI7YjowO3M6MTk6InNlbmRlcl9wZXJzb25hbGl6ZWQiO2I6MDtzOjIwOiJjb25maXJtYXRpb25fc3ViamVjdCI7czozNjoiQ29udGFjdCBGb3JtIHN1Ym1pc3Npb24gY29uZmlybWF0aW9uIjtzOjIwOiJjb25maXJtYXRpb25fbWVzc2FnZSI7czoxMzk6IkhlbGxvLCAKClRoYW5rcyBmb3IgY29udGFjdGluZyB1cy4gV2UnbGwgZ2V0IGJhY2sgdG8geW91IGFzIHNvb24gYXMgcG9zc2libGUgd2l0aCB0aGUgaW5mb3JtYXRpb24geW91IG5lZWQuIAoKQmVzdCByZWdhcmRzLApbd3Bfc2l0ZV90aXRsZV0iO3M6OToiZnJvbV9uYW1lIjtzOjI4OiJUaGUgQmVzdCBDZXJha290ZSBJbiBGbG9yaWRhIjtzOjEwOiJmcm9tX2VtYWlsIjtzOjI5OiJhZG1pbkBiZXN0Y2VyYWtvdGVmbG9yaWRhLmNvbSI7czo4OiJyZXBseV90byI7czoyOToiYWRtaW5AYmVzdGNlcmFrb3RlZmxvcmlkYS5jb20iO3M6MzoidXJsIjtzOjA6IiI7czoxMjoibm90aWZpY2F0aW9uIjtzOjM4OiJZb3VyIG1lc3NhZ2UgaGFzIGJlZW4gc2VudCwgdGhhbmsgeW91ISI7fX0=\" wfd-id=\"472\"></form>\n</div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621ee4be73\" style=\"\" wfd-id=\"51\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ee22c43\" wfd-id=\"53\"><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-1621ee18a1c\" wfd-id=\"54\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=825 South Kings Highway, Fort Pierce&amp;t=m&amp;z=8&amp;output=embed&amp;iwloc=near\"></iframe>\n</div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-16417c828be\" wfd-id=\"46\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_slide_left\" data-css=\"tve-u-1621ef118dc\" style=\"\" wfd-id=\"47\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"48\"><img class=\"tve_image tve_evt_manager_listen tve_et_tve-viewport wp-image-21388\" alt=\"\" width=\"567\" height=\"384\" title=\"Car wash img footer\" data-id=\"21388\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-img-footer.png\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_left&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" style=\"width: 100%;\"></span></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621f0aa8f7\" wfd-id=\"31\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621f0ada0e\" wfd-id=\"43\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621f0b0088\" wfd-id=\"32\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621f0d2c1a\" wfd-id=\"33\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-1621f0cbe40\" wfd-id=\"34\"><div class=\"tcb-flex-col\" wfd-id=\"39\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"41\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621f0da775\" wfd-id=\"42\"><p data-css=\"tve-u-1622444fb11\">Â© 2018, Your company name . All rights reserved.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"35\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"37\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16223fe5f5b\" wfd-id=\"38\"><p data-css=\"tve-u-1621f0d874c\" style=\"text-align: right;\">Made with <a href=\"https://thrivethemes.com/\" target=\"_blank\">Thrive Architect</a></p></div></div></div></div></div></div>\n</div>\n\n'),(6896,572,'tve_revision_tve_content_more_found',''),(6897,572,'tve_revision_tve_save_post',''),(6898,572,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Merriweather:400,700&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Special+Elite:400&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Poppins:400,800,900,300,700,&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Monda:400,700,&subset=latin\");@media (min-width: 300px){.tcb-plain-text { font-family: Monda; font-weight: 400; font-size: 14px; }#tve_editor [data-css=\"tve-u-1621b072b4e\"] p, #tve_editor [data-css=\"tve-u-1621b072b4e\"] li, #tve_editor [data-css=\"tve-u-1621b072b4e\"] blockquote, #tve_editor [data-css=\"tve-u-1621b072b4e\"] address, #tve_editor [data-css=\"tve-u-1621b072b4e\"] .tcb-plain-text, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h1, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h2, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h3, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h4, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h5, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h6 { color: rgb(18, 18, 18); }[data-css=\"tve-u-16417c828be\"]::after { clear: both; }[data-css=\"tve-u-1621fe78878\"] .tcb-flex-col { flex-basis: 160px !important; }[data-css=\"tve-u-16417b70f47\"] { padding: 0px !important; margin: 0px !important; }#tve_editor [data-css=\"tve-u-1621fdcb4ea\"] { color: rgb(15, 29, 123) !important; }#tve_editor [data-css=\"tve-u-1641367127b\"] > :first-child { color: rgb(15, 29, 123); }[data-css=\"tve-u-1641367127b\"] { font-size: 60px; float: none; box-shadow: none; position: relative; z-index: 5; margin: 0px auto !important; }#tve_editor [data-css=\"tve-u-1641333d7d1\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-162717cb617\"] > .tcb-flex-col { padding-left: 0px; }#tve_editor [data-css=\"tve-u-16413112747\"] { color: rgba(255, 255, 255, 0.85) !important; }[data-css=\"tve-u-16369305186\"] > .tve-cb { display: block; }#tve_editor [data-css=\"tve-u-162717cb609\"] p, #tve_editor [data-css=\"tve-u-162717cb609\"] li, #tve_editor [data-css=\"tve-u-162717cb609\"] blockquote, #tve_editor [data-css=\"tve-u-162717cb609\"] address, #tve_editor [data-css=\"tve-u-162717cb609\"] h1, #tve_editor [data-css=\"tve-u-162717cb609\"] h2, #tve_editor [data-css=\"tve-u-162717cb609\"] h3, #tve_editor [data-css=\"tve-u-162717cb609\"] h4, #tve_editor [data-css=\"tve-u-162717cb609\"] h5, #tve_editor [data-css=\"tve-u-162717cb609\"] h6 { color: rgb(255, 255, 255); }[data-css=\"tve-u-16369305186\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-162717cb621\"] .tve-page-section-in { display: flex; justify-content: center; flex-direction: column; }[data-css=\"tve-u-162717fcf9d\"] .tve-page-section-in { display: block; }[data-css=\"tve-u-1628a146aef\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1628a12f675\"] { padding: 0px !important; margin: 0px 0px 60px !important; }[data-css=\"tve-u-1628a10d3b4\"] { max-width: 100%; padding: 0px !important; margin: 0px 0px 60px !important; }[data-css=\"tve-u-16271ca808e\"] { color: rgb(0, 229, 255) !important; }#tve_editor [data-css=\"tve-u-162717cb618\"] p, #tve_editor [data-css=\"tve-u-162717cb618\"] li, #tve_editor [data-css=\"tve-u-162717cb618\"] blockquote, #tve_editor [data-css=\"tve-u-162717cb618\"] address, #tve_editor [data-css=\"tve-u-162717cb618\"] h1, #tve_editor [data-css=\"tve-u-162717cb618\"] h2, #tve_editor [data-css=\"tve-u-162717cb618\"] h3, #tve_editor [data-css=\"tve-u-162717cb618\"] h4, #tve_editor [data-css=\"tve-u-162717cb618\"] h5, #tve_editor [data-css=\"tve-u-162717cb618\"] h6 { color: rgb(0, 229, 255); }[data-css=\"tve-u-162718bd0c0\"] { clip-path: url(\"#clip-top-a3b25e1c9221a\"); -webkit-clip-path: url(\"#clip-top-a3b25e1c9221a\");  background-image: none !important; opacity: 1; filter: grayscale(0%) blur(0px); }[data-css=\"tve-u-162718a3b40\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-162717fcf9d\"] { z-index: 5; padding: 170px 40px 0px !important; margin-top: -80px !important; }[data-css=\"tve-u-16260cd622f\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-16260cd7683\"]::after { clear: both; }[data-css=\"tve-u-16260cd622f\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin-top: 0px !important; margin-bottom: -1px !important; }[data-css=\"tve-u-16260be7104\"] { max-width: 1200px; }[data-css=\"tve-u-16260ba2fa4\"] { padding: 100px 40px !important; }[data-css=\"tve-u-162539c17ec\"] { line-height: 1.6em !important; }#tve_editor [data-css=\"tve-u-162493b6b63\"]:hover { background-color: rgb(248, 249, 251) !important; }#tve_editor [data-css=\"tve-u-1624939a960\"]:hover { background-color: rgb(248, 249, 251) !important; background-image: none !important; }#tve_editor [data-css=\"tve-u-162492e70ad\"] { color: rgb(137, 141, 167) !important; }[data-css=\"tve-u-162492815ba\"] { padding: 0px !important; margin-top: 25px !important; }[data-css=\"tve-u-162491e8e1f\"]::after { clear: both; }[data-css=\"tve-u-1622f65ba70\"] { border: none; background-image: none !important; padding: 0px 30px 30px !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-1622a159bcb\"] { max-width: 100%; float: none; z-index: 6; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; margin-top: 0px !important; }[data-css=\"tve-u-16229915e4e\"] { max-width: 62.8%; }[data-css=\"tve-u-16229915e1a\"] { max-width: 37.2%; }[data-css=\"tve-u-16225617da3\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-Brett.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16225611edb\"] { min-height: 127px; }[data-css=\"tve-u-1622561121b\"] { max-width: 127px; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-16224848ee5\"]::after { clear: both; }[data-css=\"tve-u-16224834cab\"]::after { clear: both; }[data-css=\"tve-u-1621ee3afec\"] > .tve-cb { display: block; }[data-css=\"tve-u-1621fe78878\"] > .tcb-flex-col { padding-left: 5px; }[data-css=\"tve-u-1621fe940b9\"] { max-width: 50%; }[data-css=\"tve-u-1621fe94086\"] { max-width: 50%; }[data-css=\"tve-u-1621fe85996\"] { max-width: 585px; float: left; z-index: 3; position: relative; width: 100%; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621fe78878\"] > .tcb-flex-col > .tcb-col { min-height: 65px; justify-content: center; }[data-css=\"tve-u-1621fe78878\"] { min-height: inherit; margin-left: -5px; padding: 0px !important; flex-wrap: wrap !important; }#tve_editor [data-css=\"tve-u-1621f4d0451\"] { font-size: 20px !important; }#tve_editor [data-css=\"tve-u-1621f4ceaf6\"] { font-size: 20px !important; color: rgb(12, 12, 12) !important; }[data-css=\"tve-u-1621f45bed3\"] { padding: 0px !important; }[data-css=\"tve-u-1621f114214\"] { float: none; max-width: 100%; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621f0da775\"] { padding: 0px !important; }#tve_editor [data-css=\"tve-u-1621f0d874c\"] { letter-spacing: 1px; color: rgb(137, 141, 167) !important; font-size: 14px !important; }[data-css=\"tve-u-1621f0d2c1a\"] { max-width: 100%; margin-left: 60px !important; margin-right: 60px !important; }[data-css=\"tve-u-1621f0aa8f7\"] .tve-page-section-in { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621f0cbe40\"] { margin-left: 0px; padding: 0px !important; }[data-css=\"tve-u-1621f0cbe40\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-1621f0b0088\"] { max-width: 100%; min-height: 140px !important; }[data-css=\"tve-u-1621f0ada0e\"] { background-image: linear-gradient(rgb(22, 22, 24), rgb(22, 22, 24)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1621f0aa8f7\"] { padding: 0px !important; }[data-css=\"tve-u-1621efddaaf\"] { padding: 0px !important; }[data-css=\"tve-u-1621ef118dc\"] { width: 422px; position: relative; right: -50px; top: -104px; float: right; z-index: 3; margin-top: 0px !important; margin-bottom: 0px !important; padding-left: 0px !important; }#tve_editor [data-css=\"tve-u-1621ee74a24\"] > :first-child { color: rgb(255, 255, 255); }[data-css=\"tve-u-1621ee74a24\"] { font-size: 60px; float: none; z-index: 3; position: relative; margin: 0px auto 10px !important; padding-top: 0px !important; box-shadow: none; }[data-css=\"tve-u-1621ee63e1c\"] { float: none; z-index: 3; position: relative; max-width: none; width: 100%; padding: 0px !important; margin: 0px auto 30px !important; }[data-css=\"tve-u-1621ee58e74\"] { background-color: rgb(224, 226, 236) !important; }[data-css=\"tve-u-1621ee4be73\"] { max-width: 61%; }[data-css=\"tve-u-1621ee4be21\"] { max-width: 39%; }[data-css=\"tve-u-1621ee3afec\"] { padding: 60px 0px 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621ee37f4a\"] { min-height: 380px; }[data-css=\"tve-u-1621ee22c43\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding-top: 0px !important; padding-left: 0px !important; }[data-css=\"tve-u-1621ee18a1c\"] { margin: 80px 0px 0px 122px !important; box-shadow: none; }[data-css=\"tve-u-1621ee093d4\"] { margin-top: 0px !important; }[data-css=\"tve-u-1621ee03000\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1621ee03000\"] { margin-left: 0px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-1621ee03000\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-1621edf8048\"] { max-width: 100%; min-height: 1px !important; }[data-css=\"tve-u-1621ec454d9\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec43fe2\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec42aa7\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec3a5c0\"] { margin-top: 0px !important; margin-bottom: 10px !important; }[data-css=\"tve-u-1621ec37ea5\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec36a4d\"] { margin-bottom: 10px !important; }[data-css=\"tve-u-1621ea18c5d\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ea19a06\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ea1a5d7\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ea2c69a\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ea23322\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ec298ab\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ec2704c\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ec241aa\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ec05cc3\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec04541\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec009a8\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ebff867\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ebfe4ce\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621eb037bb\"] { padding: 0px !important; margin-top: 0px !important; margin-bottom: 30px !important; }[data-css=\"tve-u-1621eaff572\"] { color: rgb(15, 29, 123) !important; }[data-css=\"tve-u-1621ea50702\"] { max-width: 230px; float: none; z-index: 3; position: relative; width: 100%; padding: 0px !important; margin: 0px auto !important; }#tve_editor [data-css=\"tve-u-1621ea2c69a\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ea295c0\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ea295c0\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ea1fba7\"] > :first-child { color: rgb(137, 141, 167); }#tve_editor [data-css=\"tve-u-1621ea23322\"] { font-size: 16px !important; }[data-css=\"tve-u-1621ea1fba7\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }[data-css=\"tve-u-1621e99c314\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }[data-css=\"tve-u-1621e99b1db\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }[data-css=\"tve-u-1621e9993aa\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ea1a5d7\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ea19a06\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ea18c5d\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621e99c314\"] > :first-child { color: rgb(137, 141, 167); }#tve_editor [data-css=\"tve-u-1621e99b1db\"] > :first-child { color: rgb(137, 141, 167); }#tve_editor [data-css=\"tve-u-1621e9993aa\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621e8107f3\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621e942b65\"] strong { font-weight: 800; }[data-css=\"tve-u-1621e7e9950\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621e930bd7\"] { padding: 0px 0px 50px !important; }#tve_editor [data-css=\"tve-u-1621e92e97f\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1621e81f424\"] { border-radius: 200px; overflow: hidden; background-image: none !important; border: 3px solid rgb(255, 255, 255) !important; background-color: rgb(144, 147, 168) !important; }[data-css=\"tve-u-1621e819c52\"] { min-height: 110px; }[data-css=\"tve-u-1621e8107f3\"] { float: none; max-width: 110px; z-index: 4; padding: 0px !important; margin: -60px auto 30px !important; }[data-css=\"tve-u-1621e7edfd9\"] { clip-path: url(\"#clip-bottom-10ffac3b28f1d\"); -webkit-clip-path: url(\"#clip-bottom-10ffac3b28f1d\");  background-image: none !important; background-color: rgb(144, 147, 168) !important; }[data-css=\"tve-u-1621e7e9950\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1621e7e6c1d\"] { min-height: 150px; }[data-css=\"tve-u-1621e7c7aa1\"] > .tcb-flex-col { padding-left: 60px; }[data-css=\"tve-u-1621e7d5094\"] { min-height: 480px; }[data-css=\"tve-u-1621e7d234c\"] { box-shadow: rgba(0, 0, 0, 0.02) 0px 2px 22px 0px; background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1621e7ceab3\"] { float: none; width: 100%; padding: 0px 0px 20px !important; margin: 0px auto !important; }[data-css=\"tve-u-1621e7c899a\"] { float: none; max-width: 100%; margin: 0px auto !important; }[data-css=\"tve-u-1621e7c7aa1\"] { margin-left: -60px; padding: 0px !important; }[data-css=\"tve-u-1621e7b695a\"] { padding: 0px !important; margin-bottom: 100px !important; }#tve_editor [data-css=\"tve-u-1621e7a7350\"] { color: rgb(15, 29, 123) !important; }[data-css=\"tve-u-1621b3cfc7b\"] { filter: blur(0px); opacity: 1; background-image: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(220, 224, 246) 38%) !important; background-color: rgb(212, 212, 212) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1621b3c8c52\"] { padding: 100px 40px !important; }[data-css=\"tve-u-1621b3c74d9\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-1621b300a64\"]::after { clear: both; }[data-css=\"tve-u-1621b24a89d\"] { padding: 0px !important; }[data-css=\"tve-u-1621b22a018\"] { background-image: none !important; padding: 0px !important; }[data-css=\"tve-u-1621b200375\"] { float: none; max-width: 100%; border-left: 1px solid rgba(15, 29, 123, 0.7); border-right: 1px solid rgba(15, 29, 123, 0.7); background-color: rgb(248, 249, 251) !important; margin: 0px auto !important; }[data-css=\"tve-u-1621b10fccf\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621b0e4fb7\"] { border-right: none; max-width: 100%; padding: 0px !important; margin-bottom: 40px !important; margin-right: 0px !important; }[data-css=\"tve-u-1621b072b4e\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-1621b064668\"] { max-width: 52%; }[data-css=\"tve-u-1621b064646\"] { max-width: 48%; }[data-css=\"tve-u-1621afda4fa\"] { max-width: none; padding: 0px !important; margin-bottom: 40px !important; }#tve_editor [data-css=\"tve-u-1621afd8c98\"] { color: rgb(255, 255, 255) !important; font-size: 20px !important; }[data-css=\"tve-u-1621afceb00\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 80%; padding: 0px !important; margin-bottom: 50px !important; }#tve_editor [data-css=\"tve-u-1621afcc0bf\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1621a8a804b\"] > .tcb-flex-col { padding-left: 60px; }[data-css=\"tve-u-1621ae6c8da\"] { clip-path: url(\"#clip-top-aa2c3e3c70555\"); -webkit-clip-path: url(\"#clip-top-aa2c3e3c70555\");  background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-Cta-2.jpg\") !important; background-size: cover !important; background-position: 0% 100% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1621ae4fd21\"] { max-width: 100%; top: -70px; z-index: 5; left: -60px; position: relative !important; padding: 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-1621ae4db6e\"] { min-height: 524px; }[data-css=\"tve-u-1621ada1e7f\"] .tve-page-section-in { display: flex; flex-direction: column; justify-content: center; }[data-css=\"tve-u-1621adea58b\"] > .tcb-flex-col > .tcb-col { min-height: 1px; justify-content: center; }[data-css=\"tve-u-1621ae0bec7\"] { height: calc(100% - -22px); background-image: linear-gradient(rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.14)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; margin-left: 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621adea58b\"] > .tcb-flex-col { padding-left: 50px; }[data-css=\"tve-u-1621adea58b\"] { margin-left: -50px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-1621ade6172\"] { max-width: 100%; float: none; width: 100%; margin: 0px auto !important; }[data-css=\"tve-u-1621adba9ef\"] { clip-path: url(\"#clip-top-52d5a36c151aa\"); -webkit-clip-path: url(\"#clip-top-52d5a36c151aa\");  background-image: linear-gradient(rgba(15, 29, 123, 0.65), rgba(15, 29, 123, 0.65)), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-cta-bg.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-1621ada1e7f\"] { padding: 0px 40px !important; }[data-css=\"tve-u-1621ad46076\"] { padding: 100px 40px !important; margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1621ad420c4\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-1621a9076ef\"] { padding-top: 2px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-1621acf64fb\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621acf47d2\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1621acf0289\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621a8e11f3\"] { padding-top: 2px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-1621a8e5625\"] { padding-top: 2px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-1621ace4de9\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1621ace1b08\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1621a9a2867\"] strong { font-weight: 700; }#tve_editor [data-css=\"tve-u-1621a9a2867\"] { font-weight: 300; color: rgb(15, 29, 123) !important; font-family: Poppins !important; }[data-css=\"tve-u-1621a9750ae\"] { font-size: 13.6px !important; line-height: 13.6px !important; }[data-css=\"tve-u-1621a9a2867\"] { font-size: 48px !important; line-height: 48px !important; }[data-css=\"tve-u-1621a9a2866\"] { margin-top: 40px !important; }[data-css=\"tve-u-1621a9a2862\"] { width: 160px !important; height: 160px !important; background-color: rgb(137, 141, 167) !important; }[data-css=\"tve-u-1621a98b602\"] { stroke-dasharray: 502.655, 502.655; }[data-css=\"tve-u-1621a983587\"] { float: none; border: 30px solid rgba(137, 141, 167, 0.24); z-index: 3; position: relative; margin: 30px auto 0px !important; padding: 0px !important; }[data-css=\"tve-u-1621a9750ae\"] strong { font-weight: 700; }#tve_editor [data-css=\"tve-u-1621a9750ae\"] { color: rgb(255, 255, 255) !important; font-family: Monda !important; }[data-css=\"tve-u-1621a96b190\"] { background-color: rgb(231, 229, 229); width: 144px !important; height: 144px !important; top: 8px !important; bottom: 8px !important; left: 8px !important; right: 8px !important; }[data-css=\"tve-u-1621a9685d4\"] { stroke: rgb(248, 251, 253) !important; stroke-width: 17px !important; }[data-css=\"tve-u-1621a8a804b\"] > .tcb-flex-col > .tcb-col { min-height: 445px; justify-content: center; }[data-css=\"tve-u-1621a90a46f\"] { background-image: radial-gradient(rgba(255, 255, 255, 0.51) 16%, rgb(255, 255, 255) 73%), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-100-clean.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }#tve_editor [data-css=\"tve-u-1621a9076ef\"] > :first-child { color: rgb(15, 29, 123); }#tve_editor [data-css=\"tve-u-1621a8e5625\"] > :first-child { color: rgb(15, 29, 123); }#tve_editor [data-css=\"tve-u-1621a8e11f3\"] > :first-child { color: rgb(15, 29, 123); }[data-css=\"tve-u-1621a8c4313\"] { padding: 0px !important; margin-bottom: 60px !important; }[data-css=\"tve-u-1621a8b2488\"] { float: none; max-width: 100%; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621a8a804b\"] { min-height: inherit; margin-left: -60px; padding: 0px !important; }[data-css=\"tve-u-1621a2e0d5b\"] { line-height: 1em !important; }[data-css=\"tve-u-1621a2247ba\"] { max-width: 100%; float: none; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; }#tve_editor [data-css=\"tve-u-1620af7eb3f\"] .tcb-button-link { font-size: 18px; color: rgb(15, 29, 123) !important; }#tve_editor [data-css=\"tve-u-1620af7eb3f\"]:hover strong { font-weight: 700 !important; }[data-css=\"tve-u-1620af7eb3f\"] { width: 268px; float: left; z-index: 3; position: relative; display: block; max-width: 268px; margin-bottom: 0px !important; margin-top: 0px !important; margin-left: 3px !important; }#tve_editor [data-css=\"tve-u-1620af7eb3f\"]:hover .tcb-button-link { color: rgb(255, 255, 255) !important; border-radius: 200px !important; overflow: hidden !important; font-family: Monda !important; font-weight: 400 !important; text-shadow: none !important; background-image: none !important; background-color: rgb(15, 29, 123) !important; }[data-css=\"tve-u-1620af7eb3f\"] .tcb-button-link { border-radius: 200px; min-height: 54.7619px; font-size: 1.33333em; padding-top: 0px; padding-bottom: 0px; background-image: none !important; background-color: rgb(255, 255, 255) !important; padding-right: 15px !important; }#tcb_landing_page a:not(.tcb-button-link).tve_state_hover { color: rgb(35, 55, 188); }#tcb_landing_page a:not(.tcb-button-link):hover { color: rgb(35, 55, 188); }#tcb_landing_page a:not(.tcb-button-link) { color: rgb(255, 255, 255); }#tcb_landing_page input strong { font-weight: 700; }#tcb_landing_page .tcb-button-link strong { font-weight: 700; }#tcb_landing_page p strong, #tcb_landing_page li strong { font-weight: 700; }#tcb_landing_page input { font-family: Merriweather; font-weight: 400; }#tcb_landing_page .tcb-button-link { font-family: Merriweather; font-weight: 400; }#tcb_landing_page p, #tcb_landing_page li { color: rgb(12, 12, 12); font-family: Merriweather; font-weight: 400; line-height: 1.5em; font-size: 16px; }#tcb_landing_page h6 { text-transform: uppercase; font-size: 14px; color: rgb(0, 0, 0); font-family: \"Special Elite\"; font-weight: 400; letter-spacing: 1px; line-height: 1.3em; }#tcb_landing_page h5 { font-size: 22px; color: rgb(12, 12, 12); font-family: \"Special Elite\"; font-weight: 400; line-height: 1.3em; }#tcb_landing_page h4 { font-size: 24px; color: rgb(12, 12, 12); font-family: \"Special Elite\"; font-weight: 400; line-height: 1.3em; }#tcb_landing_page h3 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(12, 12, 12); font-size: 26px; line-height: 1.3em; }#tcb_landing_page h2 { color: rgb(0, 0, 0); font-size: 30px; letter-spacing: 2px; text-transform: uppercase; line-height: 1.3em; font-family: \"Special Elite\"; font-weight: 400; }#tcb_landing_page h1 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(0, 0, 0); font-size: 42px; line-height: 1.3em; }[data-css=\"tve-u-15e09c94f7d\"] { background-color: rgb(231, 229, 229) !important; }[data-css=\"tve-u-1621b01355a\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621b01355a\"] { max-width: 274px; position: relative; float: left; z-index: 3; width: 100%; padding: 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-1621b028939\"] .tcb-button-link { font-size: 18px; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1621b028939\"]:hover strong { font-weight: 700 !important; }[data-css=\"tve-u-1621b028939\"] { display: block; max-width: 268px; width: 268px; top: 0px; left: 0px; float: left; z-index: 3; position: relative; margin-bottom: 0px !important; margin-top: 0px !important; }#tve_editor [data-css=\"tve-u-1621b028939\"]:hover .tcb-button-link { background-color: rgb(255, 255, 255) !important; color: rgb(15, 29, 123) !important; overflow: hidden !important; font-family: Monda !important; background-image: none !important; text-align: center !important; }[data-css=\"tve-u-1621b028939\"] .tcb-button-link { min-height: 54.7619px; font-size: 1.33333em; padding-top: 0px; padding-bottom: 0px; border: 1px solid rgb(255, 255, 255); border-radius: 30px; overflow: hidden; background-color: rgba(26, 188, 156, 0.01) !important; padding-right: 15px !important; color: rgb(26, 188, 156) !important; }[data-css=\"tve-u-1621b08fdde\"] { border-radius: 200px; overflow: hidden; border: 1px solid rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1621b01355a\"]:hover [data-css=\"tve-u-1621b08fdde\"] { border: 1px solid rgba(255, 255, 255, 0.4) !important; }[data-css=\"tve-u-1621b30ca74\"]::after { clear: both; }#tve_editor [data-css=\"tve-u-1621e942b65\"] { font-weight: 400; letter-spacing: 0px; color: rgb(255, 255, 255) !important; font-family: Poppins !important; font-size: 30px !important; }[data-css=\"tve-u-1621e94cb4e\"] { float: none; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621eaaedd8\"] { clip-path: url(\"#clip-bottom-a2b9cf3198d6f\"); -webkit-clip-path: url(\"#clip-bottom-a2b9cf3198d6f\");  background-image: none !important; background-color: rgb(5, 10, 42) !important; }[data-css=\"tve-u-1621eab272c\"] { border-radius: 200px; overflow: hidden; background-image: none !important; border: 3px solid rgb(255, 255, 255) !important; background-color: rgb(5, 10, 42) !important; }[data-css=\"tve-u-1621eacf6af\"] { max-width: 230px; float: none; z-index: 3; position: relative; padding: 0px !important; margin: 0px auto !important; }[data-css=\"tve-u-1621eb3eb9f\"] { clip-path: url(\"#clip-bottom-ac98bb0e54b3b\"); -webkit-clip-path: url(\"#clip-bottom-ac98bb0e54b3b\");  background-image: none !important; background-color: rgb(45, 51, 89) !important; }[data-css=\"tve-u-1621eb43d8d\"] { border-radius: 200px; overflow: hidden; background-image: none !important; border: 3px solid rgb(255, 255, 255) !important; background-color: rgb(45, 51, 89) !important; }[data-css=\"tve-u-1621eb7ccb0\"] { min-height: 530px; }[data-css=\"tve-u-1621eb81205\"] { padding: 0px 0px 20px !important; margin-top: -25px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621ebbbb6d\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621ebbbb6d\"] { max-width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1621ebf340c\"] { max-width: 230px; float: none; z-index: 3; position: relative; width: 100%; padding: 0px !important; margin: 0px auto !important; }[data-css=\"tve-u-1621ebfa746\"] { padding: 0px !important; margin-top: 0px !important; margin-bottom: 30px !important; }#tve_editor [data-css=\"tve-u-1621ebfe4ce\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ebff867\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ec009a8\"] { font-size: 16px !important; }[data-css=\"tve-u-1621ec09a3c\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; margin: 0px !important; }#tve_editor [data-css=\"tve-u-1621ec09a3c\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ec0c5bd\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; margin: 0px !important; }#tve_editor [data-css=\"tve-u-1621ec0c5bd\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ec15f6e\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ec15f6e\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ec204df\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ec204df\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ec20f68\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ec20f68\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ec21a31\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ec21a31\"] > :first-child { color: rgb(137, 141, 167); }#tve_editor [data-css=\"tve-u-1621ec241aa\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ec2704c\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ec298ab\"] { font-size: 16px !important; }[data-css=\"tve-u-1621ec6c39b\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621ec6c39b\"] { float: none; max-width: 110px; z-index: 4; padding: 0px !important; margin: -60px auto 30px !important; }[data-css=\"tve-u-1621ec752da\"] { min-height: 110px; }[data-css=\"tve-u-1621ec78d2c\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621ec78d2c\"] { float: none; max-width: 110px; z-index: 4; padding: 0px !important; margin: -60px auto 30px !important; }[data-css=\"tve-u-1621ec79a7d\"] { min-height: 110px; }[data-css=\"tve-u-1621ec7f21a\"] { min-height: 160px; }[data-css=\"tve-u-1621f154231\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-1621f154231\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin: 0px 0px -1px !important; }[data-css=\"tve-u-1621f15b521\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-1621f15b521\"] { float: right; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin-top: -1px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621f4ceaf7\"] { color: rgb(15, 29, 123) !important; }[data-css=\"tve-u-1621fb65556\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-1621fb65556\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-1621fb65556\"] { min-height: inherit; margin-left: -20px; padding: 0px !important; }[data-css=\"tve-u-1621fb68b97\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-1621fb68b97\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-1621fb68b97\"] { min-height: inherit; margin-left: -30px; padding: 30px !important; }[data-css=\"tve-u-1621fbacc60\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621fbcad8c\"] { padding: 0px !important; }[data-css=\"tve-u-1621fc0ce17\"] { padding: 0px !important; margin-bottom: 15px !important; }[data-css=\"tve-u-1621fd84d7b\"] { min-height: 480px; }[data-css=\"tve-u-1621fd8766c\"] { min-height: 150px; }[data-css=\"tve-u-1621fd9c946\"] { padding: 0px 0px 20px !important; margin-top: 0px !important; margin-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-1621fe1587d\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1621fe1725e\"] strong { font-weight: 800; }#tve_editor [data-css=\"tve-u-1621fe1725e\"] { font-weight: 400; letter-spacing: 0px; color: rgb(255, 255, 255) !important; font-family: Poppins !important; font-size: 30px !important; }#tve_editor [data-css=\"tve-u-1621fe1a1af\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1621fe1bd18\"] strong { font-weight: 800; }#tve_editor [data-css=\"tve-u-1621fe1bd18\"] { font-weight: 400; letter-spacing: 0px; color: rgb(255, 255, 255) !important; font-family: Poppins !important; font-size: 30px !important; }[data-css=\"tve-u-16223b080b0\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-16223b080b0\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-16223f02c16\"] { min-height: 62px; }[data-css=\"tve-u-16223fe5f5b\"] { padding: 0px !important; }[data-css=\"tve-u-16224439be1\"] { padding: 0px !important; }#tve_editor [data-css=\"tve-u-1622444fb11\"] { letter-spacing: 1px; color: rgb(137, 141, 167) !important; font-size: 14px !important; }#tve_editor [data-css=\"tve-u-16228c764b2\"] { font-size: 18px !important; }[data-css=\"tve-u-16229f6175c\"] { border: none; margin: 80px 0px 0px !important; background-image: none !important; }[data-css=\"tve-u-16229fa6a26\"] { border: none; box-shadow: none; padding: 0px 30px 30px !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-16229fa8c68\"] { border: none; padding: 0px 30px 30px !important; background-image: none !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col > .tcb-col { min-height: 244px; }[data-css=\"tve-u-16229ffbb7b\"] { margin-left: -30px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16248fc42a1\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-16248fc42a1\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-16248fc71c8\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-16249355087\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-16249355087\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-16249358652\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-16249358652\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-1624935a201\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-1624935a201\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-16249367114\"] { border: none; margin: 30px 0px 0px !important; background-image: none !important; }[data-css=\"tve-u-16249373b25\"] { border: none; padding: 0px 30px 30px !important; background-image: linear-gradient(rgb(248, 249, 251), rgb(248, 249, 251)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1624939a960\"] { border: none; box-shadow: none; padding: 0px 30px 30px !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-162493a03b0\"] > .tcb-flex-col > .tcb-col { min-height: 244px; }[data-css=\"tve-u-162493a03b0\"] { margin-left: -30px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-162493a03b0\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-162493b6b63\"] { border: none; background-image: none !important; padding: 0px 30px 30px !important; background-color: rgb(248, 249, 251) !important; }#tve_editor [data-css=\"tve-u-162493d5f13\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-162493d5f13\"] { font-size: 30px; width: 30px; height: 30px; top: 0px; left: 0px; display: block; position: static; z-index: 8; border-bottom: 1px solid rgb(10, 93, 165); border-top: none; border-right: none; border-left: none; border-image: initial; margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-162494b490e\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-162494b7ad0\"] { padding: 0px !important; margin-top: 25px !important; margin-left: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-1625389a3d5\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-1625389a3d5\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-1625389b4ed\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-1625389b4ed\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-162539ac577\"] { max-width: 39%; }[data-css=\"tve-u-162539ac57d\"] { max-width: 61%; }#tve_editor [data-css=\"tve-u-162539c17ec\"] { font-size: 16px !important; color: rgba(12, 12, 12, 0.7) !important; }[data-css=\"tve-u-16260c39a7e\"] { float: none; max-width: 100%; border-left: 1px solid rgba(15, 29, 123, 0.7); border-right: 1px solid rgba(15, 29, 123, 0.7); margin: 0px auto !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-16260c433e9\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-Rosie.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16260c5ff07\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-16260c5ff07\"] { float: right; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin: -1px 0px 0px !important; }[data-css=\"tve-u-16260c5ff0c\"]::after { clear: both; }[data-css=\"tve-u-16260d01208\"] { max-width: 37%; }[data-css=\"tve-u-16260d0120e\"] { max-width: 63%; }[data-css=\"tve-u-16260d39b83\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-16260d39b83\"] { float: right; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin-top: -1px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-16260d3b97e\"]::after { clear: both; }[data-css=\"tve-u-16260d3f4aa\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16260d3f4aa\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-16260d3f4aa\"] { min-height: inherit; margin-left: -30px; padding: 30px !important; }[data-css=\"tve-u-16260d3f4af\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-16260d3f4af\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-16260d3f4af\"] { min-height: inherit; margin-left: -20px; padding: 0px !important; }[data-css=\"tve-u-16260d5e4b8\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-Shawn.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16260d73672\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-16260d73672\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin-top: 0px !important; margin-bottom: -1px !important; }[data-css=\"tve-u-16260d8392c\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16260d8392c\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-16260d8392c\"] { min-height: inherit; margin-left: -30px; padding: 30px !important; }[data-css=\"tve-u-16260d8396c\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-16260d8396c\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-16260d8396c\"] { min-height: inherit; margin-left: -20px; padding: 0px !important; }[data-css=\"tve-u-16260da3aa7\"] { float: none; max-width: 100%; border-left: 1px solid rgba(15, 29, 123, 0.7); border-right: 1px solid rgba(15, 29, 123, 0.7); margin: 0px auto !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-162717cb600\"] { max-width: 58.2%; }[data-css=\"tve-u-162717cb601\"] { max-width: 41.8%; }[data-css=\"tve-u-162717cb609\"]::after { clear: both; }[data-css=\"tve-u-162717cb60a\"] { padding-right: 50px !important; padding-bottom: 80px !important; padding-top: 20px !important; }[data-css=\"tve-u-162717cb60b\"]::after { clear: both; }[data-css=\"tve-u-162717cb60b\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-162717cb60f\"] { padding: 0px !important; margin-bottom: 25px !important; }[data-css=\"tve-u-162717cb610\"] { padding: 0px !important; margin-bottom: 35px !important; box-shadow: none !important; }#tve_editor [data-css=\"tve-u-162717cb616\"] { text-shadow: rgb(0, 0, 0) 2px 2px 2px; text-transform: none !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-162717cb617\"] { margin-left: 0px; padding: 0px !important; }[data-css=\"tve-u-162717cb618\"] { max-width: none; margin-top: 0px !important; }[data-css=\"tve-u-162717cb620\"] { clip-path: url(\"#clip-bottom-c883ac5175045\"); -webkit-clip-path: url(\"#clip-bottom-c883ac5175045\");  opacity: 1; filter: grayscale(0%) blur(0px); background-image: linear-gradient(rgba(0, 0, 0, 0.46), rgba(0, 0, 0, 0.46)), url(\"https://bestcerakoteflorida.com/wp-content/uploads/2018/05/FTYS6743.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, fixed !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-162717cb609\"] { max-width: 1200px; min-height: 630px !important; }[data-css=\"tve-u-162717cb621\"] { z-index: 1; padding: 125px 40px 0px !important; margin-top: -130px !important; }[data-css=\"tve-u-162717d1bb6\"] { border-right: 1px solid rgba(255, 255, 255, 0.2); }[data-css=\"tve-u-162717d1bb7\"] { max-width: 23.7%; }[data-css=\"tve-u-162717d1bb9\"] { max-width: 42.9%; }[data-css=\"tve-u-162717d1bbc\"] { border-left: none; padding: 0px !important; }[data-css=\"tve-u-162717d1bbe\"] { border-bottom: 1px solid rgba(255, 255, 255, 0.2); float: none; width: 100%; position: relative; z-index: 10; max-width: 1600px; margin: 0px auto !important; }[data-css=\"tve-u-162717d1bbf\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-162717d1bbf\"] > .tcb-flex-col { padding-left: 17px; }[data-css=\"tve-u-162717d1bbf\"] { margin-left: -17px; min-height: inherit; padding: 5px 0px 0px 40px !important; }#tve_editor [data-css=\"tve-u-162717d1bbe\"] p, #tve_editor [data-css=\"tve-u-162717d1bbe\"] li, #tve_editor [data-css=\"tve-u-162717d1bbe\"] blockquote, #tve_editor [data-css=\"tve-u-162717d1bbe\"] address { font-size: 16px; }#tve_editor [data-css=\"tve-u-16271adf6cf\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-16271adf6cf\"] { font-size: 30px; width: 30px; height: 30px; top: 22px; left: 20px; border-bottom: 1px solid rgb(10, 93, 165); margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1641367e553\"] > :first-child { color: rgba(15, 29, 123, 0.12); }[data-css=\"tve-u-1641367e553\"] { font-size: 60px; float: none; box-shadow: none; width: 60px; height: 60px; margin: -55px auto 60px !important; padding-right: 17px !important; }[data-css=\"tve-u-16416e4fafd\"] { box-shadow: rgba(0, 0, 0, 0.02) 0px 2px 22px 0px; background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16416e603ab\"] { box-shadow: rgba(0, 0, 0, 0.12) 0px 3px 44px 0px; background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-164179a84b8\"] > .tve-cb { display: block; }[data-css=\"tve-u-164179a84b8\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-164179bced9\"] { border-right: none; padding: 3px 0px 0px !important; position: static !important; }[data-css=\"tve-u-16417b4cb9e\"] { padding: 0px 0px 50px !important; }[data-css=\"tve-u-16417b62c09\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-16417b662bf\"] { margin-top: 0px !important; margin-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-16417e5bd95\"] > :first-child { color: rgb(255, 255, 255); }[data-css=\"tve-u-16417e5bd95\"] { z-index: 4; position: relative; float: left; font-size: 25px !important; width: 25px !important; height: 25px !important; margin: 3px 15px 0px 0px !important; padding-left: 0px !important; }[data-css=\"tve-u-1641c1af44d\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1641c1b01a6\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1641c1b0a67\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1641c1b12d8\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }#tve_editor [data-css=\"tve-u-1641c1b33f9\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-1641c1b33f9\"] { font-size: 30px; width: 30px; height: 30px; top: 22px; left: 20px; border-bottom: 1px solid rgb(10, 93, 165); margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1641c1b456a\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-1641c1b456a\"] { font-size: 30px; width: 30px; height: 30px; top: 22px; left: 20px; border-bottom: 1px solid rgb(10, 93, 165); margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1641c1b52d3\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-1641c1b52d3\"] { font-size: 30px; width: 30px; height: 30px; top: 22px; left: 20px; border-bottom: 1px solid rgb(10, 93, 165); margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1641c1b60b4\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-1641c1b60b4\"] { font-size: 30px; width: 30px; height: 30px; top: 22px; left: 20px; border-bottom: 1px solid rgb(10, 93, 165); margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }#tcb_landing_page .tcb-plain-text { color: rgb(0, 0, 0); font-family: Merriweather; font-weight: 400; }#tcb_landing_page .tcb-plain-text strong { font-weight: 700; }[data-css=\"tve-u-162717d1bbe\"] p { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-162717d1bbe\"] h3 { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-1695981e7bb\"] { max-width: 33.3545%; }[data-css=\"tve-u-16959822de2\"] { width: 291px; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-16959846d3d\"] { margin-top: 0px !important; }[data-css=\"tve-u-16959cd1e7a\"] { margin-top: 10px !important; }[data-css=\"tve-u-1695a3002e2\"] .tcb-button-link { border-radius: 4px; border-bottom: 4px solid rgb(117, 0, 23); border-top-color: rgb(198, 225, 224); border-right-color: rgb(198, 225, 224); border-left-color: rgb(198, 225, 224); background-image: none !important; background-color: rgb(143, 2, 32) !important; padding-right: 25px !important; }#tve_editor [data-css=\"tve-u-1695a3002e2\"]:hover .tcb-button-link { background-color: rgb(132, 1, 28) !important; }#tve_editor [data-css=\"tve-u-1695a36117b\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1695d7c4d62\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1695d7d2659\"] { margin-bottom: 5px !important; }[data-css=\"tve-u-1695d7d93a4\"] { margin-bottom: 5px !important; }#tve_editor [data-css=\"tve-u-1695d7e0325\"] button { background-color: rgb(143, 2, 32) !important; color: rgb(255, 255, 255); border-width: 1px; border-style: solid; border-color: rgb(143, 2, 32); background-image: none !important; font-weight: 400 !important; font-family: Merriweather; text-transform: uppercase; border-radius: 4px; overflow: hidden; }#tve_editor [data-css=\"tve-u-1695d7e0325\"]:hover button { background-color: rgba(143, 2, 32, 0.76) !important; color: rgb(255, 255, 255) !important; border-color: rgba(0, 0, 0, 0.76) !important; background-image: none !important; }#tve_editor [data-css=\"tve-u-1695d7e44c1\"] input, #tve_editor [data-css=\"tve-u-1695d7e44c1\"] input::placeholder, #tve_editor [data-css=\"tve-u-1695d7e44c1\"] textarea, #tve_editor [data-css=\"tve-u-1695d7e44c1\"] textarea::placeholder { font-size: 15px; }[data-css=\"tve-u-1695d7e44c1\"] input, [data-css=\"tve-u-1695d7e44c1\"] textarea { padding: 12px 10px !important; }#tve_editor [data-css=\"tve-u-1695d7e0325\"] { max-width: 43%; width: 43%; }[data-css=\"tve-u-1695d7e0325\"] { margin-left: auto !important; margin-right: auto !important; float: none; }#tve_editor [data-css=\"tve-u-1695d7e0325\"] strong { font-weight: 700; }}@media (max-width: 1023px){[data-css=\"tve-u-1621ebfa746\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621eb037bb\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621ec78d2c\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621ec6c39b\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621b064668\"] { max-width: 49%; }[data-css=\"tve-u-1621b064646\"] { max-width: 51%; }[data-css=\"tve-u-1621b3c74d9\"] { max-width: 100%; }[data-css=\"tve-u-1621f0b0088\"] { min-height: 100px !important; }[data-css=\"tve-u-1621ee3afec\"] > .tve-cb { display: block; }[data-css=\"tve-u-1621e7ceab3\"] > .tve-cb { display: block; }[data-css=\"tve-u-1621ea50702\"] { float: none; width: 100%; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621ae4fd21\"] > .tve-cb { display: block; }[data-css=\"tve-u-162717cb60f\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-162717cb610\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-16223dad661\"] { padding-top: 20px !important; }[data-css=\"tve-u-1641367127b\"] { float: none; font-size: 50px; width: 50px; height: 50px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1641367e553\"] { float: none; font-size: 50px; width: 50px; height: 50px; margin: -44px auto 40px !important; padding-right: 12px !important; }[data-css=\"tve-u-1621e7b695a\"] { margin-bottom: 50px !important; }[data-css=\"tve-u-1621ee37f4a\"] { min-height: 262px; }[data-css=\"tve-u-1621ada1e7f\"] { padding: 50px 30px 50px 0px !important; }[data-css=\"tve-u-1621b072b4e\"] { max-width: 100%; }[data-css=\"tve-u-1621a2247ba\"] { margin-bottom: 60px !important; }[data-css=\"tve-u-16229f6175c\"] { margin-top: 0px !important; }[data-css=\"tve-u-162717cb60b\"] { height: calc(100% - -85px); margin-top: -85px !important; }[data-css=\"tve-u-162717cb617\"] .tcb-flex-col { flex-basis: 560px !important; }#tcb_landing_page h5 { line-height: 1.3em; }#tcb_landing_page h6 { line-height: 1.4em; }#tcb_landing_page p, #tcb_landing_page li { line-height: 1.5em; }[data-css=\"tve-u-1628a146aef\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1628a12f675\"] { margin-bottom: 40px !important; }[data-css=\"tve-u-1628a10d3b4\"] { margin-bottom: 40px !important; }[data-css=\"tve-u-162718bd0c0\"] { clip-path: url(\"#clip-tablet-top-a3b25e1c9221a\"); -webkit-clip-path: url(\"#clip-tablet-top-a3b25e1c9221a\");  background-color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-162717cb621\"] { z-index: 6; padding-top: 60px !important; margin-top: -90px !important; }[data-css=\"tve-u-162718a3b40\"] { max-width: 100%; min-height: 1px !important; }[data-css=\"tve-u-16271adf6cf\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-162493d5f13\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-162717fcf9d\"] { margin-top: -40px !important; padding-top: 90px !important; padding-left: 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-16260d3f4af\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16260d3f4aa\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1621fb65556\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1621fb68b97\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16260d8396c\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16260d8392c\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16260d39b83\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-16260c5ff07\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-16260ba2fa4\"] { padding: 50px 40px !important; }[data-css=\"tve-u-16260be7104\"] { max-width: 100%; }[data-css=\"tve-u-1621ebbbb6d\"] { margin-top: -1px !important; }[data-css=\"tve-u-1621eaaedd8\"] { clip-path: url(\"#clip-tablet-bottom-a2b9cf3198d6f\"); -webkit-clip-path: url(\"#clip-tablet-bottom-a2b9cf3198d6f\");  }[data-css=\"tve-u-1621e7e9950\"] { margin-top: -1px !important; }[data-css=\"tve-u-16229fa8c68\"] { padding: 0px 20px 20px !important; }[data-css=\"tve-u-1622f65ba70\"] { padding: 0px 20px 20px !important; }[data-css=\"tve-u-16249373b25\"] { padding-left: 20px !important; padding-right: 20px !important; padding-bottom: 20px !important; }[data-css=\"tve-u-162493b6b63\"] { padding-left: 20px !important; padding-bottom: 20px !important; padding-right: 20px !important; }[data-css=\"tve-u-16249367114\"] { margin-top: 20px !important; }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-1624935a201\"] { line-height: 1.3em !important; }[data-css=\"tve-u-16249358652\"] { line-height: 1.3em !important; }[data-css=\"tve-u-16249355087\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1625389b4ed\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1625389a3d5\"] { line-height: 1.3em !important; }[data-css=\"tve-u-16248fc42a1\"] { line-height: 1.3em !important; }[data-css=\"tve-u-162493a03b0\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-162493a03b0\"] .tcb-flex-col { flex-basis: 145px !important; }[data-css=\"tve-u-1622a159bcb\"] { float: none; max-width: 85%; margin: 0px auto !important; padding-top: 0px !important; }[data-css=\"tve-u-16229fa6a26\"] { margin-bottom: 20px !important; padding: 0px 20px 20px !important; }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16229ffbb7b\"] { min-height: inherit; margin-left: -20px; }[data-css=\"tve-u-1621ad46076\"] { margin-bottom: 0px !important; margin-top: 0px !important; padding: 50px 40px !important; }#tve_editor [data-css=\"tve-u-1621b028939\"] .tcb-button-link { font-size: 18px; }[data-css=\"tve-u-16223f02c16\"] { min-height: 54px; }[data-css=\"tve-u-1621b01355a\"] { max-width: 304px; padding: 2px !important; }[data-css=\"tve-u-1620af7eb3f\"] { float: none; z-index: 3; position: relative; display: block; max-width: 300px; width: 300px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621afda4fa\"] { max-width: 100%; margin-bottom: 30px !important; }[data-css=\"tve-u-16224716d62\"]::after { clear: both; }[data-css=\"tve-u-1621f0aa8f7\"] { margin-top: 0px !important; }[data-css=\"tve-u-1621e7e6c1d\"] { min-height: 150px; }[data-css=\"tve-u-1621e7edfd9\"] { clip-path: url(\"#clip-tablet-bottom-10ffac3b28f1d\"); -webkit-clip-path: url(\"#clip-tablet-bottom-10ffac3b28f1d\");  }[data-css=\"tve-u-1621ebf340c\"] { float: none; width: 100%; padding: 0px !important; margin-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621e7d5094\"] { min-height: 455px; }[data-css=\"tve-u-1621adea58b\"] > .tcb-flex-col > .tcb-col { justify-content: center; }[data-css=\"tve-u-16223dad661\"]::after { clear: both; }[data-css=\"tve-u-1621e8107f3\"] { float: none; margin-left: auto !important; margin-right: auto !important; margin-bottom: 20px !important; }[data-css=\"tve-u-16223b080b0\"] { float: none; margin-left: auto !important; margin-right: auto !important; margin-top: -1px !important; }[data-css=\"tve-u-1621eb3eb9f\"] { clip-path: url(\"#clip-tablet-bottom-ac98bb0e54b3b\"); -webkit-clip-path: url(\"#clip-tablet-bottom-ac98bb0e54b3b\");  }[data-css=\"tve-u-1621fe78878\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1621fe78878\"] { min-height: inherit; }#tve_editor [data-css=\"tve-u-1621e92e97f\"] { font-size: 22px !important; }#tve_editor [data-css=\"tve-u-1621e942b65\"] { letter-spacing: 0px; font-size: 1.5em !important; }#tve_editor [data-css=\"tve-u-1621fe1bd18\"] { letter-spacing: 0px; font-size: 1.5em !important; }#tve_editor [data-css=\"tve-u-1621fe1a1af\"] { font-size: 22px !important; }#tve_editor [data-css=\"tve-u-1621fe1725e\"] { letter-spacing: 0px; font-size: 1.5em !important; }#tve_editor [data-css=\"tve-u-1621fe1587d\"] { font-size: 22px !important; }[data-css=\"tve-u-1621ef118dc\"] { position: relative; top: -50px; left: 30px; width: 100%; }[data-css=\"tve-u-1621ee3afec\"] { padding: 40px 0px 0px !important; }[data-css=\"tve-u-1621ee63e1c\"] { max-width: none; margin-bottom: 30px !important; }[data-css=\"tve-u-1621ee74a24\"] { top: 0px; right: 0px; font-size: 45px; width: 45px; height: 45px; float: none; padding-left: 0px !important; margin: 0px auto !important; }[data-css=\"tve-u-1621ee18a1c\"] { margin-top: 40px !important; margin-left: 20px !important; margin-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-1621fdcb4ea\"] { letter-spacing: 1px; font-size: 1.5em !important; }[data-css=\"tve-u-1621ec7f21a\"] { min-height: 150px; }[data-css=\"tve-u-1621eacf6af\"] { float: none; max-width: 230px; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621fd9c946\"] { max-width: 380px; float: none; width: 100%; margin: 0px auto !important; padding-left: 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-1621eb81205\"] { margin-top: 0px !important; }[data-css=\"tve-u-1621eb7ccb0\"] { min-height: 455px; }[data-css=\"tve-u-1621fd8766c\"] { min-height: 150px; }[data-css=\"tve-u-1621fd84d7b\"] { min-height: 430px; }[data-css=\"tve-u-1621e7c7aa1\"] .tcb-flex-col { flex-basis: 300px !important; }#tve_editor [data-css=\"tve-u-1621e7a7350\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621e7c899a\"] { float: none; max-width: 100%; margin-left: auto !important; margin-right: auto !important; margin-top: 0px !important; }[data-css=\"tve-u-1621e7c7aa1\"] { margin-left: -20px; flex-direction: row; }[data-css=\"tve-u-1621e7c7aa1\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-1621b3c8c52\"] { padding: 50px 40px !important; }[data-css=\"tve-u-1621fc0ce17\"] { margin-top: 10px !important; margin-bottom: 7px !important; }[data-css=\"tve-u-1621fbcad8c\"] { padding-left: 0px !important; padding-right: 30px !important; }[data-css=\"tve-u-1621fbacc60\"] { max-width: 177px; }[data-css=\"tve-u-1621fb68b97\"] { margin-left: -15px; min-height: inherit; padding: 20px !important; }[data-css=\"tve-u-1621fb68b97\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-1621fb65556\"] { margin-left: -15px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-1621fb65556\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-1621b200375\"] { float: none; max-width: 100%; margin: 0px auto !important; }[data-css=\"tve-u-1621b0e4fb7\"] { max-width: 100%; float: none; z-index: 3; position: relative; margin-right: auto !important; margin-left: auto !important; margin-bottom: 20px !important; }#tve_editor [data-css=\"tve-u-1621b10fccf\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621ae0bec7\"] { background-image: none !important; margin-top: 0px !important; }[data-css=\"tve-u-1621ae6c8da\"] { clip-path: url(\"#clip-tablet-top-aa2c3e3c70555\"); -webkit-clip-path: url(\"#clip-tablet-top-aa2c3e3c70555\");  }[data-css=\"tve-u-1621adba9ef\"] { clip-path: url(\"#clip-tablet-top-52d5a36c151aa\"); -webkit-clip-path: url(\"#clip-tablet-top-52d5a36c151aa\");  }[data-css=\"tve-u-1621ad420c4\"] { max-width: 100%; min-height: 1px !important; }[data-css=\"tve-u-1621f45bed3\"] { padding: 0px !important; }[data-css=\"tve-u-1621ae4fd21\"] { max-width: 100%; left: 0px; top: 0px; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621ae4db6e\"] { min-height: 300px; }#tve_editor [data-css=\"tve-u-1621afd8c98\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621afcc0bf\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621afceb00\"] { max-width: 100%; margin-bottom: 30px !important; }[data-css=\"tve-u-1621a98b602\"] { stroke-dasharray: 534.071, 534.071; }[data-css=\"tve-u-1621a9750ae\"] { font-size: 14.45px !important; line-height: 14.45px !important; }[data-css=\"tve-u-1621a9a2867\"] { font-size: 51px !important; line-height: 51px !important; }[data-css=\"tve-u-1621a9a2866\"] { margin-top: 42.5px !important; }[data-css=\"tve-u-1621a96b190\"] { width: 153px !important; height: 153px !important; top: 8.5px !important; bottom: 8.5px !important; left: 8.5px !important; right: 8.5px !important; }[data-css=\"tve-u-1621a9685d4\"] { stroke-width: 18px !important; }[data-css=\"tve-u-1621a9a2862\"] { width: 170px !important; height: 170px !important; }[data-css=\"tve-u-1621a983587\"] { float: none; border: 20px solid rgba(137, 141, 167, 0.24); margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621a8b2488\"] { float: none; max-width: 100%; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621a8a804b\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1621a8a804b\"] { margin-left: -24px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-1621a8a804b\"] > .tcb-flex-col { padding-left: 24px; }#tve_editor [data-css=\"tve-u-1621a2e0d5b\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621b028939\"] { position: relative; float: left; z-index: 3; display: block; max-width: 300px; width: 300px; margin-top: 15px !important; }[data-css=\"tve-u-1621adea58b\"] { margin-left: -30px; }[data-css=\"tve-u-1621adea58b\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-1621ade6172\"] { max-width: 100%; position: static; }#tve_editor [data-css=\"tve-u-16248fc42a1\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-16249355087\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-16249358652\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-1624935a201\"] { font-size: 18px !important; }[data-css=\"tve-u-1624939a960\"] { margin-bottom: 0px !important; padding-bottom: 20px !important; padding-left: 20px !important; padding-right: 20px !important; }[data-css=\"tve-u-162493a03b0\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-162493a03b0\"] { min-height: inherit; margin-left: -20px; }#tve_editor [data-css=\"tve-u-1625389a3d5\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-1625389b4ed\"] { font-size: 18px !important; }[data-css=\"tve-u-16260c39a7e\"] { float: none; max-width: 100%; margin: 0px auto !important; }[data-css=\"tve-u-16260d3f4aa\"] { margin-left: -15px; min-height: inherit; padding: 20px !important; }[data-css=\"tve-u-16260d3f4aa\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-16260d3f4af\"] { margin-left: -15px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-16260d3f4af\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-16260d8392c\"] { margin-left: -15px; min-height: inherit; padding: 20px !important; }[data-css=\"tve-u-16260d8392c\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-16260d8396c\"] { margin-left: -15px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-16260d8396c\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-16260da3aa7\"] { float: none; max-width: 100%; margin: 0px !important; }[data-css=\"tve-u-162717cb609\"] { max-width: 100%; min-height: 1px !important; }[data-css=\"tve-u-162717cb60a\"] { padding: 0px !important; }[data-css=\"tve-u-162717cb618\"] { float: none; max-width: 100%; margin-top: 60px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-162717cb620\"] { clip-path: url(\"#clip-tablet-bottom-c883ac5175045\"); -webkit-clip-path: url(\"#clip-tablet-bottom-c883ac5175045\");  }[data-css=\"tve-u-162717d1bbf\"] { margin-left: 0px; padding: 25px 25px 0px !important; }[data-css=\"tve-u-162717d1bbf\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-162717d1bb7\"] { max-width: 51.3%; }[data-css=\"tve-u-162717d1bb9\"] { max-width: 15.3%; }[data-css=\"tve-u-162717d1bb6\"] { padding-left: 0px !important; }[data-css=\"tve-u-162717d1bbc\"] { border-left: none; border-right: none; padding-left: 30px !important; padding-bottom: 10px !important; }[data-css=\"tve-u-162717d1bbe\"] { max-width: 100%; margin-left: 0px !important; margin-right: 30px !important; }[data-css=\"tve-u-164179bced9\"] { border-right: none; padding-left: 30px !important; padding-right: 0px !important; }[data-css=\"tve-u-16417b62c09\"] { max-width: 177px; }[data-css=\"tve-u-16417b662bf\"] { max-width: 177px; }[data-css=\"tve-u-16417e5bd95\"] { font-size: 14px; width: 14px; height: 14px; margin-bottom: -14px !important; margin-left: 0px !important; }[data-css=\"tve-u-1641c1b33f9\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-1641c1b456a\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-1641c1b52d3\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-1641c1b60b4\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-16959822de2\"] { margin-right: 1px !important; padding-right: 10px !important; padding-top: 10px !important; }[data-css=\"tve-u-16959cd1e7a\"] { margin-top: 30px !important; margin-bottom: 10px !important; }[data-css=\"tve-u-1695a3002e2\"] { margin-top: 15px !important; }}@media (max-width: 767px){[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-16417e9d24e\"]::after { clear: both; }[data-css=\"tve-u-16417b70f47\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 0px !important; }[data-css=\"tve-u-1621e819c52\"] { min-height: 100px; }[data-css=\"tve-u-1621e8107f3\"] { max-width: 100px; }[data-css=\"tve-u-1621fd8766c\"] { min-height: 144px; }[data-css=\"tve-u-1621ec79a7d\"] { min-height: 100px; }[data-css=\"tve-u-1621ec78d2c\"] { max-width: 100px; }[data-css=\"tve-u-1621ec7f21a\"] { min-height: 144px; }[data-css=\"tve-u-1621e7e6c1d\"] { min-height: 144px; }[data-css=\"tve-u-16417b4cb9e\"] { padding-bottom: 30px !important; }[data-css=\"tve-u-1621ec752da\"] { min-height: 100px; }[data-css=\"tve-u-1621ec6c39b\"] { max-width: 100px; }[data-css=\"tve-u-1621fd84d7b\"] { min-height: 430px; }[data-css=\"tve-u-1621e7c7aa1\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16223dad661\"] { padding-top: 0px !important; }[data-css=\"tve-u-1621b3c74d9\"] { max-width: 100%; }[data-css=\"tve-u-1621eb81205\"] { max-width: 100%; margin-bottom: 20px !important; }[data-css=\"tve-u-1621e7ceab3\"] { max-width: 100%; margin-bottom: 20px !important; }[data-css=\"tve-u-1621f0b0088\"] { min-height: 120px !important; }[data-css=\"tve-u-1621f0da775\"] { float: none; width: 100%; max-width: 280px; margin: 0px auto 20px !important; }[data-css=\"tve-u-1621ee37f4a\"] { min-height: 260px; }[data-css=\"tve-u-1621ee3afec\"] > .tve-cb { display: flex; justify-content: center; flex-direction: column; }[data-css=\"tve-u-1621ee63e1c\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1641367127b\"] { font-size: 30px; width: 30px; height: 30px; }[data-css=\"tve-u-1641367e553\"] { float: none; font-size: 30px; width: 30px; height: 30px; margin: -30px auto 30px !important; padding-right: 10px !important; }[data-css=\"tve-u-1621ada1e7f\"] { padding: 0px !important; }[data-css=\"tve-u-162717cb617\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-162717cb617\"] { min-height: inherit; }[data-css=\"tve-u-16229fa6a26\"] { height: calc(100% - 21px); margin-bottom: 0px !important; margin-top: 21px !important; }[data-css=\"tve-u-1624939a960\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-162493a03b0\"] .tcb-flex-col { flex-basis: 400px !important; }[data-css=\"tve-u-1621a2247ba\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-162717cb60f\"] { margin-bottom: 25px !important; }[data-css=\"tve-u-162717d1bbf\"] .tcb-flex-col { flex-basis: 225px !important; }[data-css=\"tve-u-1621ee3afec\"] { max-width: 100%; padding: 0px !important; position: static !important; }#tve_editor [data-css=\"tve-u-1641333d7d1\"] { font-size: 14px !important; }[data-css=\"tve-u-162717cb60b\"] { margin-top: 0px !important; }[data-css=\"tve-u-162717cb621\"] { z-index: 2; padding-left: 20px !important; padding-right: 20px !important; margin-top: -160px !important; padding-top: 35px !important; }[data-css=\"tve-u-162717cb617\"] .tcb-flex-col { flex-basis: 435px !important; }[data-css=\"tve-u-16369305186\"] { float: none; width: 100%; max-width: 279px; z-index: 3; position: relative; margin: 0px auto !important; }#tcb_landing_page h6 { line-height: 1.4em; }#tcb_landing_page h5 { line-height: 1.3em; }#tcb_landing_page p, #tcb_landing_page li { font-size: 14px; }#tcb_landing_page h2 { font-size: 28px; }#tcb_landing_page h1 { font-size: 35px; }[data-css=\"tve-u-16260ba2fa4\"] { padding-bottom: 40px !important; padding-left: 20px !important; padding-right: 20px !important; }[data-css=\"tve-u-1628a10d3b4\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-1628a12f675\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-162717cb610\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-16271bfe70c\"] { padding: 0px !important; }[data-css=\"tve-u-162717fcf9d\"] { z-index: 1; margin-top: 0px !important; padding-top: 75px !important; padding-left: 20px !important; padding-right: 20px !important; border: none; }[data-css=\"tve-u-162718bd0c0\"] { clip-path: url(\"#clip-mobile-top-a3b25e1c9221a\"); -webkit-clip-path: url(\"#clip-mobile-top-a3b25e1c9221a\");  }[data-css=\"tve-u-1621eb3eb9f\"] { clip-path: url(\"#clip-mobile-bottom-ac98bb0e54b3b\"); -webkit-clip-path: url(\"#clip-mobile-bottom-ac98bb0e54b3b\");  }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col > .tcb-col { min-height: 155px; }[data-css=\"tve-u-16229ffbb7b\"] { min-height: inherit; margin-left: 0px; }[data-css=\"tve-u-16229fa8c68\"] { height: calc(100% - 28px); margin-bottom: 0px !important; margin-top: 20px !important; }[data-css=\"tve-u-1622f65ba70\"] { height: calc(100% - 20px); margin-bottom: 0px !important; margin-top: 20px !important; }[data-css=\"tve-u-16229f6175c\"] { margin-top: 0px !important; }[data-css=\"tve-u-1622a159bcb\"] { float: none; max-width: 100%; margin-left: auto !important; margin-right: auto !important; padding-top: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-16229ae62a7\"] { border-right: none; }#tve_editor [data-css=\"tve-u-16228c764b2\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-16228c75500\"] { font-size: 18px !important; }[data-css=\"tve-u-1621fb65556\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-1621a983587\"] { border: 20px solid rgba(137, 141, 167, 0.32); }[data-css=\"tve-u-1621ee74a24\"] { float: none; margin-left: auto !important; margin-right: auto !important; margin-bottom: 10px !important; }[data-css=\"tve-u-1621afda4fa\"] { max-width: 100%; margin-bottom: 20px !important; }[data-css=\"tve-u-16223f02c16\"] { min-height: 54px; }[data-css=\"tve-u-1621f0aa8f7\"] { margin-top: 0px !important; }#tve_editor [data-css=\"tve-u-1622444fb11\"] { letter-spacing: 0px; }[data-css=\"tve-u-16224439be1\"] { padding: 0px !important; }[data-css=\"tve-u-1621fb68b97\"] { padding: 0px !important; }[data-css=\"tve-u-1621afceb00\"] { max-width: 100%; margin-bottom: 30px !important; }[data-css=\"tve-u-1621b0e4fb7\"] { float: none; margin-right: auto !important; margin-bottom: 30px !important; padding-left: 0px !important; margin-left: auto !important; }[data-css=\"tve-u-1621ebf340c\"] { padding-bottom: 40px !important; }[data-css=\"tve-u-1621ea50702\"] { float: none; width: 100%; padding: 0px !important; margin-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621e7d5094\"] { min-height: 430px; }[data-css=\"tve-u-1621eb7ccb0\"] { min-height: 430px; }[data-css=\"tve-u-1621ee03000\"] { flex-direction: column; }[data-css=\"tve-u-16223fe5f5b\"] { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621f0d2c1a\"] { margin-left: 25px !important; margin-right: 25px !important; }[data-css=\"tve-u-1621ee18a1c\"] { margin: 0px 20px 20px 0px !important; }[data-css=\"tve-u-1621ef118dc\"] { top: 0px; width: 245px; position: relative; float: none; z-index: 5; left: 0px; margin: -22px auto 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-1621fd9c946\"] { max-width: 100%; margin-top: 0px !important; margin-left: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-16223fc9f23\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-1621e7c899a\"] { max-width: none; float: none; margin-top: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621b3c8c52\"] { padding: 40px 20px !important; }[data-css=\"tve-u-1621fbcad8c\"] { padding: 20px !important; }[data-css=\"tve-u-1621fb65556\"] { margin-left: 0px; padding: 0px !important; }[data-css=\"tve-u-1621fbacc60\"] { max-width: 126px; float: none; margin-left: auto !important; margin-right: auto !important; margin-top: 20px !important; }[data-css=\"tve-u-1621b200375\"] { float: none; margin-top: 0px !important; margin-left: auto !important; margin-right: auto !important; }#tve_editor [data-css=\"tve-u-1621b10fccf\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621b028939\"] { display: block; max-width: 100%; width: 100%; float: none; min-width: 100%; margin-left: auto !important; margin-right: auto !important; margin-top: 0px !important; }[data-css=\"tve-u-1621ae4db6e\"] { min-height: 270px; }[data-css=\"tve-u-1621ae6c8da\"] { clip-path: url(\"#clip-mobile-top-aa2c3e3c70555\"); -webkit-clip-path: url(\"#clip-mobile-top-aa2c3e3c70555\");  }[data-css=\"tve-u-1621adba9ef\"] { clip-path: url(\"#clip-mobile-top-52d5a36c151aa\"); -webkit-clip-path: url(\"#clip-mobile-top-52d5a36c151aa\");  }[data-css=\"tve-u-16223f02c16\"]::after { clear: both; }[data-css=\"tve-u-1621b01355a\"] { max-width: 100%; float: none; margin-left: auto !important; margin-right: auto !important; margin-bottom: 15px !important; }[data-css=\"tve-u-1620af7eb3f\"] { float: none; display: block; max-width: 100%; width: 100%; min-width: 100%; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621ae0bec7\"]::after { clear: both; }[data-css=\"tve-u-1621f45bed3\"] { padding: 40px 20px 0px !important; }[data-css=\"tve-u-1621ad46076\"] { margin: 0px !important; padding: 30px 20px !important; }[data-css=\"tve-u-1621adea58b\"] { flex-flow: row-reverse wrap-reverse !important; }[data-css=\"tve-u-1621ae4fd21\"] { margin-top: 0px !important; position: static !important; }[data-css=\"tve-u-1621a8b2488\"] { float: none; max-width: 100%; margin-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621a8a804b\"] { padding-left: 0px !important; padding-right: 0px !important; }#tve_editor [data-css=\"tve-u-1621a2e0d5b\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621e7c7aa1\"] { flex-direction: column; min-height: inherit; }[data-css=\"tve-u-16249367114\"] { margin-top: 0px !important; }[data-css=\"tve-u-16249373b25\"] { height: calc(100% - 20px); margin-bottom: 0px !important; background-image: linear-gradient(rgb(248, 249, 251), rgb(248, 249, 251)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; margin-top: 20px !important; }[data-css=\"tve-u-162493a03b0\"] > .tcb-flex-col > .tcb-col { min-height: 155px; }[data-css=\"tve-u-162493a03b0\"] { min-height: inherit; }[data-css=\"tve-u-162493b6b63\"] { height: calc(100% - 20px); margin-bottom: 0px !important; margin-top: 20px !important; }[data-css=\"tve-u-16260c39a7e\"] { float: none; margin-top: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-16260d3f4aa\"] { padding: 0px !important; }[data-css=\"tve-u-16260d3f4af\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-16260d3f4af\"] { margin-left: 0px; padding: 0px !important; }[data-css=\"tve-u-16260d8392c\"] { padding: 0px !important; }[data-css=\"tve-u-16260d8396c\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-16260d8396c\"] { margin-left: 0px; padding: 0px !important; }[data-css=\"tve-u-16260da3aa7\"] { float: none; margin-top: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-162717cb618\"] { margin: 140px 0px 0px !important; }[data-css=\"tve-u-162717cb620\"] { clip-path: url(\"#clip-mobile-bottom-c883ac5175045\"); -webkit-clip-path: url(\"#clip-mobile-bottom-c883ac5175045\");  opacity: 1; filter: grayscale(0%) blur(0px); background-image: linear-gradient(rgba(0, 0, 0, 0.51), rgba(0, 0, 0, 0.51)), url(\"https://bestcerakoteflorida.com/wp-content/uploads/2018/05/FTYS6743.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-162717cb60a\"] { padding: 0px !important; }#tve_editor [data-css=\"tve-u-162717cb616\"] { font-size: 27px !important; }[data-css=\"tve-u-162717d1bbf\"] > .tcb-flex-col { padding-left: 18px; }[data-css=\"tve-u-162717d1bbf\"] { margin-left: -18px; padding: 10px !important; flex-flow: row wrap !important; }[data-css=\"tve-u-162717d1bbe\"] { border-bottom: 1px solid rgba(255, 255, 255, 0.2); border-right: none; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-162717d1bbc\"] { border: none; padding-left: 0px !important; padding-right: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-162717d1bb6\"] { border: none; padding-top: 0px !important; padding-left: 0px !important; margin-bottom: 1px !important; margin-top: -5px !important; padding-bottom: 10px !important; }[data-css=\"tve-u-164179a84b8\"] { float: none; width: 100%; max-width: 155px; z-index: 3; position: relative; margin-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-164179bced9\"] { border-right: none; position: relative; max-width: 250px; float: none; padding-left: 0px !important; padding-right: 0px !important; margin-top: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-16417b62c09\"] { max-width: 126px; float: none; margin-left: auto !important; margin-right: auto !important; margin-top: 20px !important; }[data-css=\"tve-u-16417b662bf\"] { max-width: 126px; float: none; margin-left: auto !important; margin-right: auto !important; margin-top: 20px !important; }[data-css=\"tve-u-16417e5bd95\"] { margin: 3px 10px 0px 0px !important; }#tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] p, #tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] li, #tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] blockquote, #tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] address, #tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] .tcb-plain-text, #tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] label { font-size: 18px; }[data-css=\"tve-u-16959822de2\"] { float: none; padding-top: 10px !important; margin-left: auto !important; margin-right: auto !important; }}'),(6899,572,'tve_revision_tve_user_custom_css',''),(6900,572,'tve_revision_tve_page_events','a:0:{}'),(6901,572,'tve_revision_tve_globals','a:2:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";s:8:\"font_cls\";a:0:{}}'),(6902,572,'tve_revision_tve_global_scripts',''),(6903,572,'tve_revision_thrive_icon_pack','0'),(6904,572,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(6905,572,'tve_revision_tve_has_masonry','0'),(6906,572,'tve_revision_tve_has_typefocus','0'),(6907,572,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-162717d1bbe\" wfd-id=\"446\"><div class=\"tcb-flex-row tcb-medium-no-wrap v-2 tcb--cols--3 m-edit tcb-mobile-wrap tcb-resized\" data-css=\"tve-u-162717d1bbf\" wfd-id=\"447\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1695981e7bb\" wfd-id=\"466\"><div class=\"tcb-col\" data-css=\"tve-u-16959846d3d\" wfd-id=\"468\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16959822de2\" wfd-id=\"469\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"470\"><img class=\"tve_image wp-image-465\" alt=\"\" width=\"384\" height=\"62\" title=\"Blackhawk_custom_header\" data-id=\"465\" src=\"https://bestcerakoteflorida.com/wp-content/uploads/2019/01/Blackhawk_custom_header.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717d1bb9\" style=\"\" wfd-id=\"459\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717d1bb6\" wfd-id=\"461\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-164179a84b8\" wfd-id=\"462\">\n<div class=\"tve-content-box-background\" wfd-id=\"465\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"463\"><div class=\"tcb-clear\" wfd-id=\"464\"></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717d1bb7\" style=\"\" wfd-id=\"448\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717d1bbc\" wfd-id=\"450\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16369305186\" wfd-id=\"451\">\n<div class=\"tve-content-box-background\" wfd-id=\"458\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16417e9d24e\" wfd-id=\"452\"><div class=\"tcb-clear\" wfd-id=\"456\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-16417e5bd95\" data-float=\"1\" wfd-id=\"457\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-envelope-regular\" data-name=\"\">\n            <path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path>\n        </svg></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-164179bced9\" wfd-id=\"453\"><p data-css=\"tve-u-1641333d7d1\"><a href=\"mailto:info@bestcerkoteflorida.com\" target=\"_blank\">info@bestcerakoteflorida.com</a></p></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-162717cb621\" data-value-type=\"percent\" wfd-id=\"418\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-162717cb620\" data-clip-id=\"c883ac5175045\" wfd-id=\"445\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-c883ac5175045\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"6\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.8949, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-c883ac5175045\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9476, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-c883ac5175045\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9651, 1 1, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-162717cb609\" wfd-id=\"419\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-162717cb618\" wfd-id=\"420\"><div class=\"tcb-flex-row tcb-medium-wrap tcb-resized v-2 tcb--cols--2\" data-css=\"tve-u-162717cb617\" wfd-id=\"421\"><div class=\"tcb-flex-col\" data-css=\"tve-u-162717cb601\" style=\"\" wfd-id=\"435\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717cb60a\" wfd-id=\"437\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h1\" data-css=\"tve-u-162717cb610\" wfd-id=\"441\"><h1 data-css=\"tve-u-162717cb616\" style=\"text-align: center;\">&nbsp;Protect What\'s Important To You! With The Toughest Ceramic Finish In The World!<span data-css=\"tve-u-16271ca808e\" style=\"color: rgb(0, 229, 255);\" wfd-id=\"444\"></span></h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162717cb60f\" wfd-id=\"438\"><p data-css=\"tve-u-1695a36117b\" style=\"text-align: center;\">Heat, Water, Salt and Sand just some of the conditions you face. And any one of them is just waiting to get a hold of your firearm and leave it a pile of rusted, pitted junk.</p><p data-css=\"tve-u-16413112747\" style=\"text-align: center;\">Unfortunately there wasn\'t much you could do other than keep cleaning and lubricating your firearms...till NOW!</p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717cb600\" style=\"\" wfd-id=\"422\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717cb60b\" wfd-id=\"424\"><div class=\"thrv_responsive_video thrv_wrapper rv_style_lifted_style2\" data-type=\"youtube\" data-rel=\"0\" data-url=\"https://www.youtube.com/watch?v=a1nyu9ZJiEk\" data-css=\"tve-u-16959cd1e7a\" data-modestbranding=\"1\" wfd-id=\"432\">\n	\n\n	<div class=\"tve_responsive_video_container\" wfd-id=\"433\">\n		<div class=\"video_overlay\" wfd-id=\"434\"></div>\n	<iframe data-code=\"TEOqV1Q16lU\" data-provider=\"youtube\" src=\"https://www.youtube.com/embed/TEOqV1Q16lU?rel=0&amp;modestbranding=1&amp;controls=1&amp;showinfo=1&amp;fs=1&amp;wmode=transparent\" data-src=\"https://www.youtube.com/embed/TEOqV1Q16lU?rel=0&amp;modestbranding=1&amp;controls=1&amp;showinfo=1&amp;fs=1&amp;wmode=transparent\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\n</div><div class=\"thrv_wrapper thrv-button tcb-with-icon\" data-css=\"tve-u-1695a3002e2\" data-tcb_hover_state_parent=\"\" data-button-style=\"border_1\" wfd-id=\"425\">\n	<a href=\"tel:1-954-848-1911\" class=\"tcb-button-link\" target=\"_blank\" rel=\"\"><span class=\"tcb-button-icon\" wfd-id=\"430\">\n	<div class=\"thrv_wrapper thrv_icon tve_no_drag tve_no_icons tcb-icon-inherit-style tcb-icon-display\" wfd-id=\"431\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-phone-plus-light\" data-name=\"\">\n            <path d=\"M8 128h88v88c0 4.4 3.6 8 8 8h16c4.4 0 8-3.6 8-8v-88h88c4.4 0 8-3.6 8-8v-16c0-4.4-3.6-8-8-8h-88V8c0-4.4-3.6-8-8-8h-16c-4.4 0-8 3.6-8 8v88H8c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8zM487.8 24.1L387 .8c-14.7-3.4-29.8 4.2-35.8 18.1l-46.5 108.5c-5.5 12.7-1.8 27.7 8.9 36.5l53.9 44.1c-34 69.2-90.3 125.6-159.6 159.6l-44.1-53.9c-8.8-10.7-23.8-14.4-36.5-8.9L18.9 351.3c-13.9 6-21.5 21-18.1 35.8L24 487.9C27.3 502 39.9 512 54.5 512 306.7 512 512 307.8 512 54.5c0-14.6-10-27.2-24.2-30.4zM55.1 480l-23-99.6 107.4-46 59.5 72.8c103.6-48.6 159.7-104.9 208.1-208.1l-72.8-59.5 46-107.4 99.6 23C479.7 289.7 289.6 479.7 55.1 480z\"></path>\n        </svg></div>\n</span>\n\n		<span class=\"tcb-button-texts\" wfd-id=\"426\"><span class=\"tcb-button-text thrv-inline-text\" wfd-id=\"427\">CALL NOW</span></span>\n	</a>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-162717fcf9d\" data-value-type=\"percent\" wfd-id=\"363\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-162718bd0c0\" data-clip-id=\"a3b25e1c9221a\" wfd-id=\"417\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0875\"></polygon></clipPath><clipPath id=\"clip-tablet-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"6\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.1051\"></polygon></clipPath><clipPath id=\"clip-mobile-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"1\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0175\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-162718a3b40\" wfd-id=\"364\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622a159bcb\" wfd-id=\"365\">\n<div class=\"tve-content-box-background\" wfd-id=\"416\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"366\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621a2247ba\" wfd-id=\"413\"><h2 data-css=\"tve-u-1621a2e0d5b\">our services</h2></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16229f6175c\" wfd-id=\"390\"><div class=\"tcb-flex-row tcb-medium-no-wrap tcb--cols--3 v-2\" data-css=\"tve-u-162493a03b0\" wfd-id=\"391\"><div class=\"tcb-flex-col\" wfd-id=\"406\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1624939a960\" data-tcb_hover_state_parent=\"\" wfd-id=\"408\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-162493d5f13\" data-float=\"1\" wfd-id=\"412\"><svg class=\"tcb-icon\" viewBox=\"0 0 14 28\" data-name=\"bolt\">\n<path d=\"M13.828 8.844c0.172 0.187 0.219 0.453 0.109 0.688l-8.437 18.078c-0.125 0.234-0.375 0.391-0.656 0.391-0.063 0-0.141-0.016-0.219-0.031-0.344-0.109-0.547-0.438-0.469-0.766l3.078-12.625-6.344 1.578c-0.063 0.016-0.125 0.016-0.187 0.016-0.172 0-0.359-0.063-0.484-0.172-0.187-0.156-0.25-0.391-0.203-0.609l3.141-12.891c0.078-0.297 0.359-0.5 0.688-0.5h5.125c0.391 0 0.703 0.297 0.703 0.656 0 0.094-0.031 0.187-0.078 0.281l-2.672 7.234 6.188-1.531c0.063-0.016 0.125-0.031 0.187-0.031 0.203 0 0.391 0.094 0.531 0.234z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"410\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-162494b490e\" wfd-id=\"411\"><h4 data-css=\"tve-u-16249355087\" style=\"text-align: left;\">Express exterior</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162494b7ad0\" wfd-id=\"409\"><p data-css=\"tve-u-162492e70ad\">Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"399\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162493b6b63\" data-tcb_hover_state_parent=\"\" wfd-id=\"401\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b456a\" wfd-id=\"405\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"adjust\">\n<path d=\"M12 22.5v-17c-4.688 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"403\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1af44d\" wfd-id=\"404\"><h4 data-css=\"tve-u-16249358652\" style=\"text-align: left;\">Interior clean</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"402\"><p data-css=\"tve-u-162492e70ad\">Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"392\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16249373b25\" wfd-id=\"394\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b52d3\" wfd-id=\"398\"><svg class=\"tcb-icon\" viewBox=\"0 0 26 28\" data-name=\"umbrella\">\n<path d=\"M14 12.938v9.063c0 2.172-1.828 4-4 4s-4-1.828-4-4c0-0.547 0.453-1 1-1s1 0.453 1 1c0 1.047 0.953 2 2 2s2-0.953 2-2v-9.063c0.328-0.109 0.656-0.172 1-0.172s0.672 0.063 1 0.172zM26 13.359c0 0.266-0.234 0.5-0.5 0.5-0.141 0-0.25-0.063-0.359-0.156-0.906-0.844-1.75-1.437-3.047-1.437-1.484 0-2.766 0.922-3.609 2.094-0.187 0.266-0.328 0.547-0.5 0.812-0.109 0.172-0.234 0.266-0.438 0.266-0.219 0-0.344-0.094-0.453-0.266-0.172-0.266-0.313-0.547-0.5-0.812-0.844-1.172-2.109-2.094-3.594-2.094s-2.75 0.922-3.594 2.094c-0.187 0.266-0.328 0.547-0.5 0.812-0.109 0.172-0.234 0.266-0.453 0.266-0.203 0-0.328-0.094-0.438-0.266-0.172-0.266-0.313-0.547-0.5-0.812-0.844-1.172-2.125-2.094-3.609-2.094-1.297 0-2.141 0.594-3.047 1.437-0.109 0.094-0.219 0.156-0.359 0.156-0.266 0-0.5-0.234-0.5-0.5 0-0.047 0-0.078 0.016-0.109 1.437-5.906 7.141-9.25 12.984-9.25 5.812 0 11.578 3.344 12.984 9.25 0.016 0.031 0.016 0.063 0.016 0.109zM14 2v1.531c-0.328-0.016-0.672-0.031-1-0.031s-0.672 0.016-1 0.031v-1.531c0-0.547 0.453-1 1-1s1 0.453 1 1z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"396\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b01a6\" wfd-id=\"397\"><h4 data-css=\"tve-u-1624935a201\" style=\"text-align: left;\">Wax protection</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"395\"><p data-css=\"tve-u-162492e70ad\">Etiam pharetra, erat sed fermentum feugiat, velit mauris</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16249367114\" wfd-id=\"367\"><div class=\"tcb-flex-row tcb-medium-no-wrap tcb--cols--3 v-2\" data-css=\"tve-u-16229ffbb7b\" wfd-id=\"368\"><div class=\"tcb-flex-col\" wfd-id=\"383\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229fa6a26\" wfd-id=\"385\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b33f9\" wfd-id=\"389\"><svg class=\"tcb-icon\" viewBox=\"0 0 26 28\" data-name=\"magic\">\n<path d=\"M18.594 9.078l4.578-4.578-1.672-1.672-4.578 4.578zM25.578 4.5c0 0.266-0.094 0.516-0.281 0.703l-20.094 20.094c-0.187 0.187-0.438 0.281-0.703 0.281s-0.516-0.094-0.703-0.281l-3.094-3.094c-0.187-0.187-0.281-0.438-0.281-0.703s0.094-0.516 0.281-0.703l20.094-20.094c0.187-0.187 0.438-0.281 0.703-0.281s0.516 0.094 0.703 0.281l3.094 3.094c0.187 0.187 0.281 0.438 0.281 0.703zM4.469 1.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531zM9.938 4.062l3.063 0.938-3.063 0.938-0.938 3.063-0.938-3.063-3.063-0.938 3.063-0.938 0.938-3.063zM24.469 11.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531zM14.469 1.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"387\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b0a67\" wfd-id=\"388\"><h4 data-css=\"tve-u-16248fc42a1\" style=\"text-align: left;\">Dust &amp; Dash Console</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"386\"><p data-css=\"tve-u-162492e70ad\">Duis sed odio sit amet nibh vulputate cursus a sit amet mauris.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"376\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1622f65ba70\" wfd-id=\"378\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b60b4\" wfd-id=\"382\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"certificate\">\n<path d=\"M21.5 14l2.156 2.109c0.297 0.281 0.406 0.703 0.313 1.094-0.109 0.391-0.422 0.703-0.812 0.797l-2.938 0.75 0.828 2.906c0.109 0.391 0 0.812-0.297 1.094-0.281 0.297-0.703 0.406-1.094 0.297l-2.906-0.828-0.75 2.938c-0.094 0.391-0.406 0.703-0.797 0.812-0.094 0.016-0.203 0.031-0.297 0.031-0.297 0-0.594-0.125-0.797-0.344l-2.109-2.156-2.109 2.156c-0.281 0.297-0.703 0.406-1.094 0.313-0.406-0.109-0.703-0.422-0.797-0.812l-0.75-2.938-2.906 0.828c-0.391 0.109-0.812 0-1.094-0.297-0.297-0.281-0.406-0.703-0.297-1.094l0.828-2.906-2.938-0.75c-0.391-0.094-0.703-0.406-0.812-0.797-0.094-0.391 0.016-0.812 0.313-1.094l2.156-2.109-2.156-2.109c-0.297-0.281-0.406-0.703-0.313-1.094 0.109-0.391 0.422-0.703 0.812-0.797l2.938-0.75-0.828-2.906c-0.109-0.391 0-0.812 0.297-1.094 0.281-0.297 0.703-0.406 1.094-0.297l2.906 0.828 0.75-2.938c0.094-0.391 0.406-0.703 0.797-0.797 0.391-0.109 0.812 0 1.094 0.297l2.109 2.172 2.109-2.172c0.281-0.297 0.688-0.406 1.094-0.297 0.391 0.094 0.703 0.406 0.797 0.797l0.75 2.938 2.906-0.828c0.391-0.109 0.812 0 1.094 0.297 0.297 0.281 0.406 0.703 0.297 1.094l-0.828 2.906 2.938 0.75c0.391 0.094 0.703 0.406 0.812 0.797 0.094 0.391-0.016 0.812-0.313 1.094z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"380\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b12d8\" wfd-id=\"381\"><h4 data-css=\"tve-u-1625389a3d5\" style=\"text-align: left;\">Triple Foam Polish</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"379\"><p data-css=\"tve-u-162492e70ad\">Class aptent taciti sociosqu ad litora torquent</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"369\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229fa8c68\" wfd-id=\"371\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-16271adf6cf\" wfd-id=\"375\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"bullseye\">\n<path d=\"M16 14c0 2.203-1.797 4-4 4s-4-1.797-4-4 1.797-4 4-4 4 1.797 4 4zM18 14c0-3.313-2.688-6-6-6s-6 2.688-6 6 2.688 6 6 6 6-2.688 6-6zM20 14c0 4.422-3.578 8-8 8s-8-3.578-8-8 3.578-8 8-8 8 3.578 8 8zM22 14c0-5.516-4.484-10-10-10s-10 4.484-10 10 4.484 10 10 10 10-4.484 10-10zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"373\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-16248fc71c8\" wfd-id=\"374\"><h4 data-css=\"tve-u-1625389b4ed\" style=\"text-align: left;\">Tire dressing</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"372\"><p data-css=\"tve-u-162492e70ad\">Etiam pharetra, erat sed fermentum feugiat, velit mauris</p></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621ad46076\" wfd-id=\"323\">\n<div class=\"tve-page-section-out\" wfd-id=\"362\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621b072b4e\" wfd-id=\"324\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621a8b2488\" wfd-id=\"325\"><div class=\"tcb-flex-row tcb--cols--2 v-2\" data-css=\"tve-u-1621a8a804b\" wfd-id=\"326\"><div class=\"tcb-flex-col\" wfd-id=\"338\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16271bfe70c\" wfd-id=\"340\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h3\" data-css=\"tve-u-1621a8c4313\" wfd-id=\"359\"><h3><strong>Complete cleaning services for yoâ€‹ur car</strong></h3></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-16417b70f47\" wfd-id=\"341\"><ul class=\"tcb-styled-list\" wfd-id=\"342\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621acf0289\" wfd-id=\"353\"><div class=\"tcb-styled-list-icon\" wfd-id=\"357\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a8e11f3\" wfd-id=\"358\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ace1b08\" wfd-id=\"354\">We are a small business delivering professional cleaning services for all vehicles</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621acf64fb\" wfd-id=\"349\"><div class=\"tcb-styled-list-icon\" wfd-id=\"351\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a8e5625\" wfd-id=\"352\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ace4de9\" wfd-id=\"350\">Our services are convenient for individuals and corporate fleets</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"343\"><div class=\"tcb-styled-list-icon\" wfd-id=\"347\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a9076ef\" wfd-id=\"348\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621acf47d2\" wfd-id=\"344\">We use eco-friendly products that actually clean, protect and maintain your car better than the traditional cleaning substances</span></li></ul></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"327\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621a90a46f\" wfd-id=\"329\"><div class=\"thrv_wrapper thrv-fill-counter tve_red tve_normalfc thrv_data_element\" data-css=\"tve-u-1621a983587\" wfd-id=\"330\">\n<div class=\"tve_fill_counter_n\" style=\"\" data-fill=\"100\" data-css=\"tve-u-1621a98b602\" wfd-id=\"331\">\n<svg viewBox=\"0 0 160 160\" class=\"tve_fill_counter_circle\" shape-rendering=\"optimizeSpeed\" data-css=\"tve-u-1621a9a2862\">\n<circle class=\"tve_fill_counter_circle_inner\" r=\"80\" cx=\"80\" cy=\"80\" data-css=\"tve-u-1621a9685d4\"></circle>\n</svg>\n<div class=\"tve_fill_text_in\" data-css=\"tve-u-1621a96b190\" wfd-id=\"332\">\n<div class=\"tve_fill_text_value\" data-css=\"tve-u-1621a9a2866\" wfd-id=\"334\">\n<div class=\"thrv-inline-text tve_fill_text tve_editable\" data-css=\"tve-u-1621a9a2867\" wfd-id=\"335\"><strong>100%â€‹</strong></div>\n</div>\n<div class=\"thrv-inline-text tve_editable tve_data_element_label\" data-css=\"tve-u-1621a9750ae\" wfd-id=\"333\">Clean car</div>\n</div>\n</div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621ada1e7f\" data-value-type=\"percent\" wfd-id=\"285\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621adba9ef\" data-clip-id=\"52d5a36c151aa\" wfd-id=\"322\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-52d5a36c151aa\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0875\"></polygon></clipPath><clipPath id=\"clip-tablet-top-52d5a36c151aa\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0524\"></polygon></clipPath><clipPath id=\"clip-mobile-top-52d5a36c151aa\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0349\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621ad420c4\" wfd-id=\"286\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621ade6172\" wfd-id=\"287\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2 tcb-row-reversed-mobile tcb-mobile-edit v-2\" data-css=\"tve-u-1621adea58b\" wfd-id=\"288\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621b064646\" style=\"\" wfd-id=\"316\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ae0bec7\" wfd-id=\"318\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ae4fd21\" data-value-type=\"percent\" data-float=\"1\" wfd-id=\"319\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621ae6c8da\" data-clip-id=\"aa2c3e3c70555\" wfd-id=\"321\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0349\"></polygon></clipPath><clipPath id=\"clip-tablet-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"4\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0699\"></polygon></clipPath><clipPath id=\"clip-mobile-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"4\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0699\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb\" data-css=\"tve-u-1621ae4db6e\" wfd-id=\"320\"></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621b064668\" style=\"\" wfd-id=\"289\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621f45bed3\" wfd-id=\"291\"><div class=\"tcb-clear\" data-css=\"tve-u-16224848ee5\" wfd-id=\"312\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621afceb00\" wfd-id=\"313\"><h2 data-css=\"tve-u-1621afcc0bf\">Check Out Our Special Offer!</h2></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621afda4fa\" wfd-id=\"311\"><p data-css=\"tve-u-1621afd8c98\">Donâ€™t miss the opportunity to get 50% discount on a complete cleaning just by recommending us to a friend. Bring someone you know with you and clean you car half price!</p></div><div class=\"tcb-clear\" data-css=\"tve-u-16224834cab\" wfd-id=\"292\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621fe85996\" wfd-id=\"293\"><div class=\"tcb-flex-row tcb--cols--2 tcb-resized tcb-medium-wrap tcb-desktop-wrap\" data-css=\"tve-u-1621fe78878\" wfd-id=\"294\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621fe94086\" style=\"\" wfd-id=\"302\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"304\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621b01355a\" wfd-id=\"305\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621b08fdde\" data-tcb_hover_state_parent=\"1\" wfd-id=\"310\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16223f02c16\" wfd-id=\"306\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-1620af7eb3f\" data-tcb_hover_state_parent=\"\" data-button-style=\"full_rounded\" wfd-id=\"307\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"308\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-16228c75500\" wfd-id=\"309\"><strong>Request an appointment</strong></span></span>\n</a>\n</div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621fe940b9\" style=\"\" wfd-id=\"295\"><div class=\"tcb-col\" wfd-id=\"297\"><div class=\"tcb-clear\" data-css=\"tve-u-16224716d62\" wfd-id=\"298\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-1621b028939\" data-tcb_hover_state_parent=\"\" data-button-style=\"ghost\" wfd-id=\"299\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"300\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-16228c764b2\" wfd-id=\"301\"><strong>Call Now: 0400-700-682</strong></span></span>\n</a>\n</div></div></div></div></div></div></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16260ba2fa4\" wfd-id=\"192\">\n<div class=\"tve-page-section-out\" wfd-id=\"284\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16260be7104\" wfd-id=\"193\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621b0e4fb7\" wfd-id=\"283\"><h2 data-css=\"tve-u-1621b10fccf\" style=\"text-align: center;\">our happy clients</h2></div><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641367127b\" data-float=\"1\" wfd-id=\"282\"><svg class=\"tcb-icon\" viewBox=\"0 0 30 32\" data-name=\"quote-left\">\n<path d=\"M13.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429zM29.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641367e553\" wfd-id=\"281\"><svg class=\"tcb-icon\" viewBox=\"0 0 30 32\" data-name=\"quote-left\">\n<path d=\"M13.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429zM29.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a10d3b4\" wfd-id=\"252\">\n<div class=\"tve-content-box-background\" wfd-id=\"280\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"253\"><div class=\"tcb-clear\" data-css=\"tve-u-1621b300a64\" wfd-id=\"278\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-1621f154231\" wfd-id=\"279\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621b200375\" wfd-id=\"256\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-16260d8392c\" wfd-id=\"257\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"262\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"264\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16417b62c09\" wfd-id=\"265\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-16260d8396c\" wfd-id=\"266\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16260d01208\" style=\"\" wfd-id=\"272\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"274\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"275\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16225617da3\" wfd-id=\"277\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"276\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16260d0120e\" style=\"\" wfd-id=\"267\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"269\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"271\"><h5>Brett Graham, 28</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"270\"><h6 class=\"\">Architect</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"258\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"260\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"261\"><p data-css=\"tve-u-162539c17ec\">Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit. Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit.&nbsp;</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-16260c5ff0c\" wfd-id=\"254\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260c5ff07\" wfd-id=\"255\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a12f675\" wfd-id=\"223\">\n<div class=\"tve-content-box-background\" wfd-id=\"251\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"224\"><div class=\"tcb-clear\" data-css=\"tve-u-16260cd7683\" wfd-id=\"249\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260d73672\" wfd-id=\"250\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16260da3aa7\" wfd-id=\"227\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-1621fb68b97\" wfd-id=\"228\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"233\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"235\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16417b662bf\" wfd-id=\"236\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-1621fb65556\" wfd-id=\"237\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16229915e1a\" style=\"\" wfd-id=\"243\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"245\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"246\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16260c433e9\" wfd-id=\"248\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"247\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16229915e4e\" style=\"\" wfd-id=\"238\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"240\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"242\"><h5>Rosie Hanson, 24</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"241\"><h6 class=\"\">Real estate Associate</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"229\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"231\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"232\"><p data-css=\"tve-u-162539c17ec\">Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo.</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-16260d3b97e\" wfd-id=\"225\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260d39b83\" wfd-id=\"226\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a146aef\" wfd-id=\"194\">\n<div class=\"tve-content-box-background\" wfd-id=\"222\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"195\"><div class=\"tcb-clear\" data-css=\"tve-u-16260cd7683\" wfd-id=\"220\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260cd622f\" wfd-id=\"221\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16260c39a7e\" wfd-id=\"198\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-16260d3f4aa\" wfd-id=\"199\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"204\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"206\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621fbacc60\" wfd-id=\"207\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-16260d3f4af\" wfd-id=\"208\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16229915e1a\" style=\"\" wfd-id=\"214\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"216\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"217\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16260d5e4b8\" wfd-id=\"219\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"218\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16229915e4e\" style=\"\" wfd-id=\"209\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"211\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"213\"><h5>Shawn Mattews, 35</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"212\"><h6 class=\"\">project manager</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"200\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"202\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"203\"><p data-css=\"tve-u-162539c17ec\">Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo. Nullam ac urna eu felis.Sed non neque elit. Sed ut imperdiet nisi. Proin condimentum</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1621b30ca74\" wfd-id=\"196\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-1621f15b521\" wfd-id=\"197\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621b3c8c52\" wfd-id=\"88\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621b3cfc7b\" wfd-id=\"191\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621b3c74d9\" wfd-id=\"89\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621e7b695a\" wfd-id=\"190\"><h2 data-css=\"tve-u-1621e7a7350\" style=\"text-align: center;\">our offers</h2></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621e7c899a\" wfd-id=\"90\"><div class=\"tcb-flex-row tcb--cols--3 tcb-medium-wrap v-2\" data-css=\"tve-u-1621e7c7aa1\" wfd-id=\"91\"><div class=\"tcb-flex-col\" wfd-id=\"154\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16223fc9f23\" wfd-id=\"156\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e7ceab3\" style=\"\" wfd-id=\"157\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16416e4fafd\" wfd-id=\"189\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e7d5094\" wfd-id=\"158\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e7e9950\" data-value-type=\"percent\" style=\"\" wfd-id=\"185\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e7edfd9\" data-clip-id=\"10ffac3b28f1d\" wfd-id=\"188\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-10ffac3b28f1d\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-10ffac3b28f1d\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e7e6c1d\" wfd-id=\"186\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-16417b4cb9e\" wfd-id=\"187\"><h4 data-css=\"tve-u-1621fe1a1af\" style=\"text-align: center;\"><strong>Basic Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ec6c39b\" data-float=\"1\" wfd-id=\"181\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e81f424\" wfd-id=\"184\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec752da\" wfd-id=\"182\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"183\"><h4 data-css=\"tve-u-1621fe1bd18\" style=\"text-align: center;\"><strong>15$</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621ea50702\" wfd-id=\"159\"><ul class=\"tcb-styled-list\" wfd-id=\"160\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec3a5c0\" wfd-id=\"177\"><div class=\"tcb-styled-list-icon\" wfd-id=\"179\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec204df\" wfd-id=\"180\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec241aa\" wfd-id=\"178\">Interior vacuum</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"173\"><div class=\"tcb-styled-list-icon\" wfd-id=\"175\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec20f68\" wfd-id=\"176\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec2704c\" wfd-id=\"174\">Dust &amp;dash console</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec42aa7\" wfd-id=\"169\"><div class=\"tcb-styled-list-icon\" wfd-id=\"171\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec21a31\" wfd-id=\"172\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec298ab\" wfd-id=\"170\">Hand towel dry</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec43fe2\" wfd-id=\"165\"><div class=\"tcb-styled-list-icon\" wfd-id=\"167\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ea1fba7\" wfd-id=\"168\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea23322\" wfd-id=\"166\">Clean windows</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec454d9\" wfd-id=\"161\"><div class=\"tcb-styled-list-icon\" wfd-id=\"163\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ea295c0\" wfd-id=\"164\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea2c69a\" wfd-id=\"162\">Soft cloth wash</span></li></ul></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"123\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"125\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621eb81205\" style=\"\" wfd-id=\"126\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16416e603ab\" wfd-id=\"153\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621eb7ccb0\" wfd-id=\"127\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ebbbb6d\" data-value-type=\"percent\" wfd-id=\"149\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eaaedd8\" data-clip-id=\"a2b9cf3198d6f\" wfd-id=\"152\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-a2b9cf3198d6f\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-a2b9cf3198d6f\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec7f21a\" wfd-id=\"150\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e930bd7\" wfd-id=\"151\"><h4 data-css=\"tve-u-1621e92e97f\" style=\"text-align: center;\"><strong>Ultimate Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ec78d2c\" data-float=\"1\" wfd-id=\"145\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eab272c\" wfd-id=\"148\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec79a7d\" wfd-id=\"146\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"147\"><h4 data-css=\"tve-u-1621e942b65\" style=\"text-align: center;\"><strong>22 $</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621ebfa746\" wfd-id=\"142\"><p data-css=\"tve-u-1621f4ceaf6\" style=\"text-align: center;\">Includes basic service <span data-css=\"tve-u-1621f4ceaf7\" style=\"color: rgb(15, 29, 123);\" wfd-id=\"143\"><strong class=\"\"><span data-css=\"tve-u-1621f4ceafb\" wfd-id=\"144\">+</span></strong></span></p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621ebf340c\" wfd-id=\"128\"><ul class=\"tcb-styled-list\" wfd-id=\"129\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-164137a0b1f\" wfd-id=\"138\"><div class=\"tcb-styled-list-icon\" wfd-id=\"140\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec0c5bd\" wfd-id=\"141\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ebfe4ce\" wfd-id=\"139\">Triple foam conditiner</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec04541\" wfd-id=\"134\"><div class=\"tcb-styled-list-icon\" wfd-id=\"136\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec09a3c\" wfd-id=\"137\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ebff867\" wfd-id=\"135\">Tire dressing</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec05cc3\" wfd-id=\"130\"><div class=\"tcb-styled-list-icon\" wfd-id=\"132\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec15f6e\" wfd-id=\"133\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec009a8\" wfd-id=\"131\">Air freshner</span></li></ul></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"92\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16223dad661\" wfd-id=\"94\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621fd9c946\" style=\"\" wfd-id=\"95\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e7d234c\" wfd-id=\"122\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621fd84d7b\" wfd-id=\"96\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16223b080b0\" data-value-type=\"percent\" wfd-id=\"118\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eb3eb9f\" data-clip-id=\"ac98bb0e54b3b\" wfd-id=\"121\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621fd8766c\" wfd-id=\"119\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e930bd7\" wfd-id=\"120\"><h4 data-css=\"tve-u-1621fe1587d\" style=\"text-align: center;\"><strong>Supreme Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e8107f3\" wfd-id=\"114\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eb43d8d\" wfd-id=\"117\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e819c52\" wfd-id=\"115\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"116\"><h4 data-css=\"tve-u-1621fe1725e\" style=\"text-align: center;\"><strong>30 $</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621eb037bb\" wfd-id=\"111\"><p data-css=\"tve-u-1621f4d0451\" style=\"text-align: center;\">Includes ultimate service <span data-css=\"tve-u-1621eaff572\" style=\"color: rgb(15, 29, 123);\" wfd-id=\"112\"><strong class=\"\"><span data-css=\"tve-u-1621eb01b60\" wfd-id=\"113\">+</span></strong></span></p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621eacf6af\" wfd-id=\"97\"><ul class=\"tcb-styled-list\" wfd-id=\"98\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec36a4d\" wfd-id=\"107\"><div class=\"tcb-styled-list-icon\" wfd-id=\"109\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e9993aa\" wfd-id=\"110\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea1a5d7\" wfd-id=\"108\">Exterior trim dressing</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"103\"><div class=\"tcb-styled-list-icon\" wfd-id=\"105\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e99b1db\" wfd-id=\"106\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea19a06\" wfd-id=\"104\">Hand applied spray wax</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec37ea5\" wfd-id=\"99\"><div class=\"tcb-styled-list-icon\" wfd-id=\"101\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e99c314\" wfd-id=\"102\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea18c5d\" wfd-id=\"100\">Interior conditioner</span></li></ul></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621efddaaf\" wfd-id=\"44\">\n<div class=\"tve-page-section-out\" wfd-id=\"87\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621edf8048\" wfd-id=\"45\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621f114214\" wfd-id=\"49\"><div class=\"tcb-flex-row tcb-resized tcb-mobile-edit tcb--cols--2\" data-css=\"tve-u-1621ee03000\" wfd-id=\"50\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621ee4be21\" style=\"\" wfd-id=\"55\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ee093d4\" wfd-id=\"57\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ee3afec\" wfd-id=\"58\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621ee58e74\" wfd-id=\"86\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ee37f4a\" wfd-id=\"59\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1621ee74a24\" wfd-id=\"85\"><svg class=\"tcb-icon\" viewBox=\"0 0 16 28\" data-name=\"map-marker\">\n<path d=\"M12 10c0-2.203-1.797-4-4-4s-4 1.797-4 4 1.797 4 4 4 4-1.797 4-4zM16 10c0 0.953-0.109 1.937-0.516 2.797l-5.688 12.094c-0.328 0.688-1.047 1.109-1.797 1.109s-1.469-0.422-1.781-1.109l-5.703-12.094c-0.406-0.859-0.516-1.844-0.516-2.797 0-4.422 3.578-8 8-8s8 3.578 8 8z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621ee63e1c\" wfd-id=\"82\"><h2 data-css=\"tve-u-1621fdcb4ea\" style=\"text-align: center;\">contact us</h2></div><div class=\"thrv_wrapper thrv-contact-form\" data-ct=\"contact_form-21969\" data-css=\"tve-u-1695d7c4d62\" wfd-id=\"60\">\n	<form action=\"\" method=\"post\" novalidate=\"\" sourceindex=\"1156\" wfd-id=\"61\">\n		<div class=\"tve-cf-item-wrapper\" wfd-id=\"65\">\n			<div class=\"tve-cf-item\" data-css=\"tve-u-1695d7d2659\" wfd-id=\"78\">\n				<div class=\"thrv-cf-input-wrapper\" data-type=\"first_name\" wfd-id=\"79\">\n					<label class=\"tve-cf-item-required-mark\" wfd-id=\"81\">First Name</label>\n					<div class=\"tve-cf-input\" data-css=\"tve-u-1695d7e44c1\" wfd-id=\"80\">\n						<input placeholder=\"John\" data-placeholder=\"John\" type=\"text\" name=\"first_name\" required=\"required\" sourceindex=\"1157\" wfd-id=\"475\">\n					</div>\n				</div>\n			</div>\n			<div class=\"tve-cf-item\" data-css=\"tve-u-1695d7d2659\" wfd-id=\"74\">\n				<div class=\"thrv-cf-input-wrapper\" data-type=\"email\" wfd-id=\"75\">\n					<label class=\"tve-cf-item-required-mark\" wfd-id=\"77\">Email Address</label>\n					<div class=\"tve-cf-input\" data-css=\"tve-u-1695d7e44c1\" wfd-id=\"76\">\n						<input placeholder=\"j.doe@inbox.com\" data-placeholder=\"j.doe@inbox.com\" type=\"email\" name=\"email\" required=\"required\" sourceindex=\"1158\" wfd-id=\"474\">\n					</div>\n				</div>\n			</div>\n			<div class=\"tve-cf-item\" data-css=\"tve-u-1695d7d2659\" wfd-id=\"70\">\n	<div class=\"thrv-cf-input-wrapper\" data-type=\"phone\" wfd-id=\"71\">\n		<label class=\"\" wfd-id=\"73\">Phone Number</label>\n		<div class=\"tve-cf-input\" data-css=\"tve-u-1695d7e44c1\" wfd-id=\"72\">\n			<input placeholder=\"1- 555-555-2368\" type=\"tel\" name=\"phone\" data-placeholder=\"1- 555-555-2368\" wfd-id=\"473\">\n		</div>\n	</div>\n</div>\n		<div class=\"tve-cf-item tcb-excluded-from-group-item\" data-css=\"tve-u-1695d7d93a4\" wfd-id=\"66\">\n				<div class=\"thrv-cf-input-wrapper\" data-type=\"message\" wfd-id=\"67\">\n					<label class=\"tve-cf-item-required-mark\" wfd-id=\"69\">Message</label>\n					<div class=\"tve-cf-input\" data-css=\"tve-u-1695d7e44c1\" wfd-id=\"68\">\n						<textarea placeholder=\"Type your message here...\" data-placeholder=\"Type your message here...\" name=\"message\" required=\"required\" sourceindex=\"1159\" wfd-id=\"476\"></textarea>\n					</div>\n				</div>\n			</div></div>\n		<div class=\"tve-cf-submit\" data-css=\"tve-u-1695d7e0325\" data-tcb_hover_state_parent=\"\" data-button-style=\"ghost\" wfd-id=\"62\">\n			<button class=\"tve_btn_txt\" type=\"submit\" sourceindex=\"1160\" wfd-id=\"489\">Send message</button>\n		</div>\n	<input type=\"hidden\" name=\"config\" value=\"YTozOntzOjE0OiJlcnJvcl9tZXNzYWdlcyI7YTo0OntzOjU6ImVtYWlsIjtzOjIxOiJFbWFpbCBhZGRyZXNzIGludmFsaWQiO3M6NToicGhvbmUiO3M6MjA6IlBob25lIG51bWJlciBpbnZhbGlkIjtzOjM6InVybCI7czoxMToiVVJMIGludmFsaWQiO3M6ODoicmVxdWlyZWQiO3M6MjA6IlJlcXVpcmVkIGZpZWxkIGVtcHR5Ijt9czo4OiJ0b19lbWFpbCI7YToyOntzOjI6InRvIjtzOjI5OiJhZG1pbkBiZXN0Y2VyYWtvdGVmbG9yaWRhLmNvbSI7czo3OiJzdWJqZWN0IjtzOjE4OiJOZXcgbWVzc2FnZSBmcm9tOiAiO31zOjY6InN1Ym1pdCI7YToxMDp7czo2OiJhY3Rpb24iO3M6NjoicmVsb2FkIjtzOjIzOiJzZW5kX2NvbmZpcm1hdGlvbl9lbWFpbCI7YjowO3M6MTk6InNlbmRlcl9wZXJzb25hbGl6ZWQiO2I6MDtzOjIwOiJjb25maXJtYXRpb25fc3ViamVjdCI7czozNjoiQ29udGFjdCBGb3JtIHN1Ym1pc3Npb24gY29uZmlybWF0aW9uIjtzOjIwOiJjb25maXJtYXRpb25fbWVzc2FnZSI7czoxMzk6IkhlbGxvLCAKClRoYW5rcyBmb3IgY29udGFjdGluZyB1cy4gV2UnbGwgZ2V0IGJhY2sgdG8geW91IGFzIHNvb24gYXMgcG9zc2libGUgd2l0aCB0aGUgaW5mb3JtYXRpb24geW91IG5lZWQuIAoKQmVzdCByZWdhcmRzLApbd3Bfc2l0ZV90aXRsZV0iO3M6OToiZnJvbV9uYW1lIjtzOjI4OiJUaGUgQmVzdCBDZXJha290ZSBJbiBGbG9yaWRhIjtzOjEwOiJmcm9tX2VtYWlsIjtzOjI5OiJhZG1pbkBiZXN0Y2VyYWtvdGVmbG9yaWRhLmNvbSI7czo4OiJyZXBseV90byI7czoyOToiYWRtaW5AYmVzdGNlcmFrb3RlZmxvcmlkYS5jb20iO3M6MzoidXJsIjtzOjA6IiI7czoxMjoibm90aWZpY2F0aW9uIjtzOjM4OiJZb3VyIG1lc3NhZ2UgaGFzIGJlZW4gc2VudCwgdGhhbmsgeW91ISI7fX0=\" wfd-id=\"472\"></form>\n</div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621ee4be73\" style=\"\" wfd-id=\"51\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ee22c43\" wfd-id=\"53\"><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-1621ee18a1c\" wfd-id=\"54\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=825 South Kings Highway, Fort Pierce&amp;t=m&amp;z=8&amp;output=embed&amp;iwloc=near\"></iframe>\n</div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-16417c828be\" wfd-id=\"46\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_slide_left\" data-css=\"tve-u-1621ef118dc\" style=\"\" wfd-id=\"47\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"48\"><img class=\"tve_image tve_evt_manager_listen tve_et_tve-viewport wp-image-21388\" alt=\"\" width=\"567\" height=\"384\" title=\"Car wash img footer\" data-id=\"21388\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-img-footer.png\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_left&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" style=\"width: 100%;\"></span></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621f0aa8f7\" wfd-id=\"31\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621f0ada0e\" wfd-id=\"43\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621f0b0088\" wfd-id=\"32\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621f0d2c1a\" wfd-id=\"33\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-1621f0cbe40\" wfd-id=\"34\"><div class=\"tcb-flex-col\" wfd-id=\"39\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"41\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621f0da775\" wfd-id=\"42\"><p data-css=\"tve-u-1622444fb11\">Â© 2018, Your company name . All rights reserved.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"35\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"37\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16223fe5f5b\" wfd-id=\"38\"><p data-css=\"tve-u-1621f0d874c\" style=\"text-align: right;\">Made with <a href=\"https://thrivethemes.com/\" target=\"_blank\">Thrive Architect</a></p></div></div></div></div></div></div>\n</div>\n\n'),(6908,572,'tve_revision_tve_has_wistia_popover','0'),(6909,573,'tve_revision_tve_landing_page','tcb2-thrivebiz-car-wash'),(6910,573,'tve_revision_tve_landing_set',''),(6911,573,'tve_revision_tve_disable_theme_dependency','1'),(6912,573,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-162717d1bbe\" wfd-id=\"443\"><div class=\"tcb-flex-row tcb-medium-no-wrap v-2 tcb--cols--3 m-edit tcb-mobile-wrap tcb-resized\" data-css=\"tve-u-162717d1bbf\" wfd-id=\"444\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1695981e7bb\" wfd-id=\"463\"><div class=\"tcb-col\" data-css=\"tve-u-16959846d3d\" wfd-id=\"465\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16959822de2\" wfd-id=\"466\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"467\"><img class=\"tve_image wp-image-465\" alt=\"\" width=\"384\" height=\"62\" title=\"Blackhawk_custom_header\" data-id=\"465\" src=\"https://bestcerakoteflorida.com/wp-content/uploads/2019/01/Blackhawk_custom_header.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717d1bb9\" style=\"\" wfd-id=\"456\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717d1bb6\" wfd-id=\"458\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-164179a84b8\" wfd-id=\"459\">\n<div class=\"tve-content-box-background\" wfd-id=\"462\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"460\"><div class=\"tcb-clear\" wfd-id=\"461\"></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717d1bb7\" style=\"\" wfd-id=\"445\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717d1bbc\" wfd-id=\"447\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16369305186\" wfd-id=\"448\">\n<div class=\"tve-content-box-background\" wfd-id=\"455\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16417e9d24e\" wfd-id=\"449\"><div class=\"tcb-clear\" wfd-id=\"453\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-16417e5bd95\" data-float=\"1\" wfd-id=\"454\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-envelope-regular\" data-name=\"\">\n            <path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path>\n        </svg></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-164179bced9\" wfd-id=\"450\"><p data-css=\"tve-u-1641333d7d1\"><a href=\"mailto:info@bestcerkoteflorida.com\" target=\"_blank\">info@bestcerakoteflorida.com</a></p></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-162717cb621\" data-value-type=\"percent\" wfd-id=\"415\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-162717cb620\" data-clip-id=\"c883ac5175045\" wfd-id=\"442\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-c883ac5175045\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"6\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.8949, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-c883ac5175045\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9476, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-c883ac5175045\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9651, 1 1, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-162717cb609\" wfd-id=\"416\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-162717cb618\" wfd-id=\"417\"><div class=\"tcb-flex-row tcb-medium-wrap tcb-resized v-2 tcb--cols--2\" data-css=\"tve-u-162717cb617\" wfd-id=\"418\"><div class=\"tcb-flex-col\" data-css=\"tve-u-162717cb601\" style=\"\" wfd-id=\"432\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717cb60a\" wfd-id=\"434\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h1\" data-css=\"tve-u-162717cb610\" wfd-id=\"438\"><h1 data-css=\"tve-u-162717cb616\" style=\"text-align: center;\">&nbsp;Protect What\'s Important To You! With The Toughest Ceramic Finish In The World!<span data-css=\"tve-u-16271ca808e\" style=\"color: rgb(0, 229, 255);\" wfd-id=\"441\"></span></h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162717cb60f\" wfd-id=\"435\"><p data-css=\"tve-u-1695a36117b\" style=\"text-align: center;\">Heat, Water, Salt and Sand just some of the conditions you face. And any one of them is just waiting to get a hold of your firearm and leave it a pile of rusted, pitted junk.</p><p data-css=\"tve-u-16413112747\" style=\"text-align: center;\">Unfortunately there wasn\'t much you could do other than keep cleaning and lubricating your firearms...till NOW!</p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717cb600\" style=\"\" wfd-id=\"419\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717cb60b\" wfd-id=\"421\"><div class=\"thrv_responsive_video thrv_wrapper rv_style_lifted_style2\" data-type=\"youtube\" data-rel=\"0\" data-url=\"https://www.youtube.com/watch?v=a1nyu9ZJiEk\" data-css=\"tve-u-16959cd1e7a\" data-modestbranding=\"1\" wfd-id=\"429\">\n	\n\n	<div class=\"tve_responsive_video_container\" wfd-id=\"430\">\n		<div class=\"video_overlay\" wfd-id=\"431\"></div>\n	<iframe data-code=\"TEOqV1Q16lU\" data-provider=\"youtube\" src=\"https://www.youtube.com/embed/TEOqV1Q16lU?rel=0&amp;modestbranding=1&amp;controls=1&amp;showinfo=1&amp;fs=1&amp;wmode=transparent\" data-src=\"https://www.youtube.com/embed/TEOqV1Q16lU?rel=0&amp;modestbranding=1&amp;controls=1&amp;showinfo=1&amp;fs=1&amp;wmode=transparent\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\n</div><div class=\"thrv_wrapper thrv-button tcb-with-icon\" data-css=\"tve-u-1695a3002e2\" data-tcb_hover_state_parent=\"\" data-button-style=\"border_1\" wfd-id=\"422\">\n	<a href=\"tel:1-954-848-1911\" class=\"tcb-button-link\" target=\"_blank\" rel=\"\"><span class=\"tcb-button-icon\" wfd-id=\"427\">\n	<div class=\"thrv_wrapper thrv_icon tve_no_drag tve_no_icons tcb-icon-inherit-style tcb-icon-display\" wfd-id=\"428\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-phone-plus-light\" data-name=\"\">\n            <path d=\"M8 128h88v88c0 4.4 3.6 8 8 8h16c4.4 0 8-3.6 8-8v-88h88c4.4 0 8-3.6 8-8v-16c0-4.4-3.6-8-8-8h-88V8c0-4.4-3.6-8-8-8h-16c-4.4 0-8 3.6-8 8v88H8c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8zM487.8 24.1L387 .8c-14.7-3.4-29.8 4.2-35.8 18.1l-46.5 108.5c-5.5 12.7-1.8 27.7 8.9 36.5l53.9 44.1c-34 69.2-90.3 125.6-159.6 159.6l-44.1-53.9c-8.8-10.7-23.8-14.4-36.5-8.9L18.9 351.3c-13.9 6-21.5 21-18.1 35.8L24 487.9C27.3 502 39.9 512 54.5 512 306.7 512 512 307.8 512 54.5c0-14.6-10-27.2-24.2-30.4zM55.1 480l-23-99.6 107.4-46 59.5 72.8c103.6-48.6 159.7-104.9 208.1-208.1l-72.8-59.5 46-107.4 99.6 23C479.7 289.7 289.6 479.7 55.1 480z\"></path>\n        </svg></div>\n</span>\n\n		<span class=\"tcb-button-texts\" wfd-id=\"423\"><span class=\"tcb-button-text thrv-inline-text\" wfd-id=\"424\">CALL NOW</span></span>\n	</a>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-162717fcf9d\" data-value-type=\"percent\" wfd-id=\"360\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-162718bd0c0\" data-clip-id=\"a3b25e1c9221a\" wfd-id=\"414\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0875\"></polygon></clipPath><clipPath id=\"clip-tablet-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"6\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.1051\"></polygon></clipPath><clipPath id=\"clip-mobile-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"1\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0175\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-162718a3b40\" wfd-id=\"361\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622a159bcb\" wfd-id=\"362\">\n<div class=\"tve-content-box-background\" wfd-id=\"413\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"363\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621a2247ba\" wfd-id=\"410\"><h2 data-css=\"tve-u-1621a2e0d5b\">our services</h2></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16229f6175c\" wfd-id=\"387\"><div class=\"tcb-flex-row tcb-medium-no-wrap tcb--cols--3 v-2\" data-css=\"tve-u-162493a03b0\" wfd-id=\"388\"><div class=\"tcb-flex-col\" wfd-id=\"403\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1624939a960\" data-tcb_hover_state_parent=\"\" wfd-id=\"405\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-162493d5f13\" data-float=\"1\" wfd-id=\"409\"><svg class=\"tcb-icon\" viewBox=\"0 0 14 28\" data-name=\"bolt\">\n<path d=\"M13.828 8.844c0.172 0.187 0.219 0.453 0.109 0.688l-8.437 18.078c-0.125 0.234-0.375 0.391-0.656 0.391-0.063 0-0.141-0.016-0.219-0.031-0.344-0.109-0.547-0.438-0.469-0.766l3.078-12.625-6.344 1.578c-0.063 0.016-0.125 0.016-0.187 0.016-0.172 0-0.359-0.063-0.484-0.172-0.187-0.156-0.25-0.391-0.203-0.609l3.141-12.891c0.078-0.297 0.359-0.5 0.688-0.5h5.125c0.391 0 0.703 0.297 0.703 0.656 0 0.094-0.031 0.187-0.078 0.281l-2.672 7.234 6.188-1.531c0.063-0.016 0.125-0.031 0.187-0.031 0.203 0 0.391 0.094 0.531 0.234z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"407\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-162494b490e\" wfd-id=\"408\"><h4 data-css=\"tve-u-16249355087\" style=\"text-align: left;\">Express exterior</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162494b7ad0\" wfd-id=\"406\"><p data-css=\"tve-u-162492e70ad\">Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"396\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162493b6b63\" data-tcb_hover_state_parent=\"\" wfd-id=\"398\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b456a\" wfd-id=\"402\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"adjust\">\n<path d=\"M12 22.5v-17c-4.688 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"400\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1af44d\" wfd-id=\"401\"><h4 data-css=\"tve-u-16249358652\" style=\"text-align: left;\">Interior clean</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"399\"><p data-css=\"tve-u-162492e70ad\">Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"389\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16249373b25\" wfd-id=\"391\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b52d3\" wfd-id=\"395\"><svg class=\"tcb-icon\" viewBox=\"0 0 26 28\" data-name=\"umbrella\">\n<path d=\"M14 12.938v9.063c0 2.172-1.828 4-4 4s-4-1.828-4-4c0-0.547 0.453-1 1-1s1 0.453 1 1c0 1.047 0.953 2 2 2s2-0.953 2-2v-9.063c0.328-0.109 0.656-0.172 1-0.172s0.672 0.063 1 0.172zM26 13.359c0 0.266-0.234 0.5-0.5 0.5-0.141 0-0.25-0.063-0.359-0.156-0.906-0.844-1.75-1.437-3.047-1.437-1.484 0-2.766 0.922-3.609 2.094-0.187 0.266-0.328 0.547-0.5 0.812-0.109 0.172-0.234 0.266-0.438 0.266-0.219 0-0.344-0.094-0.453-0.266-0.172-0.266-0.313-0.547-0.5-0.812-0.844-1.172-2.109-2.094-3.594-2.094s-2.75 0.922-3.594 2.094c-0.187 0.266-0.328 0.547-0.5 0.812-0.109 0.172-0.234 0.266-0.453 0.266-0.203 0-0.328-0.094-0.438-0.266-0.172-0.266-0.313-0.547-0.5-0.812-0.844-1.172-2.125-2.094-3.609-2.094-1.297 0-2.141 0.594-3.047 1.437-0.109 0.094-0.219 0.156-0.359 0.156-0.266 0-0.5-0.234-0.5-0.5 0-0.047 0-0.078 0.016-0.109 1.437-5.906 7.141-9.25 12.984-9.25 5.812 0 11.578 3.344 12.984 9.25 0.016 0.031 0.016 0.063 0.016 0.109zM14 2v1.531c-0.328-0.016-0.672-0.031-1-0.031s-0.672 0.016-1 0.031v-1.531c0-0.547 0.453-1 1-1s1 0.453 1 1z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"393\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b01a6\" wfd-id=\"394\"><h4 data-css=\"tve-u-1624935a201\" style=\"text-align: left;\">Wax protection</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"392\"><p data-css=\"tve-u-162492e70ad\">Etiam pharetra, erat sed fermentum feugiat, velit mauris</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16249367114\" wfd-id=\"364\"><div class=\"tcb-flex-row tcb-medium-no-wrap tcb--cols--3 v-2\" data-css=\"tve-u-16229ffbb7b\" wfd-id=\"365\"><div class=\"tcb-flex-col\" wfd-id=\"380\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229fa6a26\" wfd-id=\"382\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b33f9\" wfd-id=\"386\"><svg class=\"tcb-icon\" viewBox=\"0 0 26 28\" data-name=\"magic\">\n<path d=\"M18.594 9.078l4.578-4.578-1.672-1.672-4.578 4.578zM25.578 4.5c0 0.266-0.094 0.516-0.281 0.703l-20.094 20.094c-0.187 0.187-0.438 0.281-0.703 0.281s-0.516-0.094-0.703-0.281l-3.094-3.094c-0.187-0.187-0.281-0.438-0.281-0.703s0.094-0.516 0.281-0.703l20.094-20.094c0.187-0.187 0.438-0.281 0.703-0.281s0.516 0.094 0.703 0.281l3.094 3.094c0.187 0.187 0.281 0.438 0.281 0.703zM4.469 1.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531zM9.938 4.062l3.063 0.938-3.063 0.938-0.938 3.063-0.938-3.063-3.063-0.938 3.063-0.938 0.938-3.063zM24.469 11.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531zM14.469 1.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"384\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b0a67\" wfd-id=\"385\"><h4 data-css=\"tve-u-16248fc42a1\" style=\"text-align: left;\">Dust &amp; Dash Console</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"383\"><p data-css=\"tve-u-162492e70ad\">Duis sed odio sit amet nibh vulputate cursus a sit amet mauris.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"373\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1622f65ba70\" wfd-id=\"375\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b60b4\" wfd-id=\"379\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"certificate\">\n<path d=\"M21.5 14l2.156 2.109c0.297 0.281 0.406 0.703 0.313 1.094-0.109 0.391-0.422 0.703-0.812 0.797l-2.938 0.75 0.828 2.906c0.109 0.391 0 0.812-0.297 1.094-0.281 0.297-0.703 0.406-1.094 0.297l-2.906-0.828-0.75 2.938c-0.094 0.391-0.406 0.703-0.797 0.812-0.094 0.016-0.203 0.031-0.297 0.031-0.297 0-0.594-0.125-0.797-0.344l-2.109-2.156-2.109 2.156c-0.281 0.297-0.703 0.406-1.094 0.313-0.406-0.109-0.703-0.422-0.797-0.812l-0.75-2.938-2.906 0.828c-0.391 0.109-0.812 0-1.094-0.297-0.297-0.281-0.406-0.703-0.297-1.094l0.828-2.906-2.938-0.75c-0.391-0.094-0.703-0.406-0.812-0.797-0.094-0.391 0.016-0.812 0.313-1.094l2.156-2.109-2.156-2.109c-0.297-0.281-0.406-0.703-0.313-1.094 0.109-0.391 0.422-0.703 0.812-0.797l2.938-0.75-0.828-2.906c-0.109-0.391 0-0.812 0.297-1.094 0.281-0.297 0.703-0.406 1.094-0.297l2.906 0.828 0.75-2.938c0.094-0.391 0.406-0.703 0.797-0.797 0.391-0.109 0.812 0 1.094 0.297l2.109 2.172 2.109-2.172c0.281-0.297 0.688-0.406 1.094-0.297 0.391 0.094 0.703 0.406 0.797 0.797l0.75 2.938 2.906-0.828c0.391-0.109 0.812 0 1.094 0.297 0.297 0.281 0.406 0.703 0.297 1.094l-0.828 2.906 2.938 0.75c0.391 0.094 0.703 0.406 0.812 0.797 0.094 0.391-0.016 0.812-0.313 1.094z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"377\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b12d8\" wfd-id=\"378\"><h4 data-css=\"tve-u-1625389a3d5\" style=\"text-align: left;\">Triple Foam Polish</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"376\"><p data-css=\"tve-u-162492e70ad\">Class aptent taciti sociosqu ad litora torquent</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"366\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229fa8c68\" wfd-id=\"368\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-16271adf6cf\" wfd-id=\"372\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"bullseye\">\n<path d=\"M16 14c0 2.203-1.797 4-4 4s-4-1.797-4-4 1.797-4 4-4 4 1.797 4 4zM18 14c0-3.313-2.688-6-6-6s-6 2.688-6 6 2.688 6 6 6 6-2.688 6-6zM20 14c0 4.422-3.578 8-8 8s-8-3.578-8-8 3.578-8 8-8 8 3.578 8 8zM22 14c0-5.516-4.484-10-10-10s-10 4.484-10 10 4.484 10 10 10 10-4.484 10-10zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"370\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-16248fc71c8\" wfd-id=\"371\"><h4 data-css=\"tve-u-1625389b4ed\" style=\"text-align: left;\">Tire dressing</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"369\"><p data-css=\"tve-u-162492e70ad\">Etiam pharetra, erat sed fermentum feugiat, velit mauris</p></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621ad46076\" wfd-id=\"320\">\n<div class=\"tve-page-section-out\" wfd-id=\"359\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621b072b4e\" wfd-id=\"321\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621a8b2488\" wfd-id=\"322\"><div class=\"tcb-flex-row tcb--cols--2 v-2\" data-css=\"tve-u-1621a8a804b\" wfd-id=\"323\"><div class=\"tcb-flex-col\" wfd-id=\"335\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16271bfe70c\" wfd-id=\"337\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h3\" data-css=\"tve-u-1621a8c4313\" wfd-id=\"356\"><h3><strong>Complete cleaning services for yoâ€‹ur car</strong></h3></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-16417b70f47\" wfd-id=\"338\"><ul class=\"tcb-styled-list\" wfd-id=\"339\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621acf0289\" wfd-id=\"350\"><div class=\"tcb-styled-list-icon\" wfd-id=\"354\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a8e11f3\" wfd-id=\"355\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ace1b08\" wfd-id=\"351\">We are a small business delivering professional cleaning services for all vehicles</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621acf64fb\" wfd-id=\"346\"><div class=\"tcb-styled-list-icon\" wfd-id=\"348\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a8e5625\" wfd-id=\"349\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ace4de9\" wfd-id=\"347\">Our services are convenient for individuals and corporate fleets</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"340\"><div class=\"tcb-styled-list-icon\" wfd-id=\"344\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a9076ef\" wfd-id=\"345\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621acf47d2\" wfd-id=\"341\">We use eco-friendly products that actually clean, protect and maintain your car better than the traditional cleaning substances</span></li></ul></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"324\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621a90a46f\" wfd-id=\"326\"><div class=\"thrv_wrapper thrv-fill-counter tve_red tve_normalfc thrv_data_element\" data-css=\"tve-u-1621a983587\" wfd-id=\"327\">\n<div class=\"tve_fill_counter_n\" style=\"\" data-fill=\"100\" data-css=\"tve-u-1621a98b602\" wfd-id=\"328\">\n<svg viewBox=\"0 0 160 160\" class=\"tve_fill_counter_circle\" shape-rendering=\"optimizeSpeed\" data-css=\"tve-u-1621a9a2862\">\n<circle class=\"tve_fill_counter_circle_inner\" r=\"80\" cx=\"80\" cy=\"80\" data-css=\"tve-u-1621a9685d4\"></circle>\n</svg>\n<div class=\"tve_fill_text_in\" data-css=\"tve-u-1621a96b190\" wfd-id=\"329\">\n<div class=\"tve_fill_text_value\" data-css=\"tve-u-1621a9a2866\" wfd-id=\"331\">\n<div class=\"thrv-inline-text tve_fill_text tve_editable\" data-css=\"tve-u-1621a9a2867\" wfd-id=\"332\"><strong>100%â€‹</strong></div>\n</div>\n<div class=\"thrv-inline-text tve_editable tve_data_element_label\" data-css=\"tve-u-1621a9750ae\" wfd-id=\"330\">Clean car</div>\n</div>\n</div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621ada1e7f\" data-value-type=\"percent\" wfd-id=\"282\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621adba9ef\" data-clip-id=\"52d5a36c151aa\" wfd-id=\"319\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-52d5a36c151aa\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0875\"></polygon></clipPath><clipPath id=\"clip-tablet-top-52d5a36c151aa\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0524\"></polygon></clipPath><clipPath id=\"clip-mobile-top-52d5a36c151aa\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0349\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621ad420c4\" wfd-id=\"283\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621ade6172\" wfd-id=\"284\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2 tcb-row-reversed-mobile tcb-mobile-edit v-2\" data-css=\"tve-u-1621adea58b\" wfd-id=\"285\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621b064646\" style=\"\" wfd-id=\"313\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ae0bec7\" wfd-id=\"315\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ae4fd21\" data-value-type=\"percent\" data-float=\"1\" wfd-id=\"316\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621ae6c8da\" data-clip-id=\"aa2c3e3c70555\" wfd-id=\"318\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0349\"></polygon></clipPath><clipPath id=\"clip-tablet-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"4\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0699\"></polygon></clipPath><clipPath id=\"clip-mobile-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"4\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0699\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb\" data-css=\"tve-u-1621ae4db6e\" wfd-id=\"317\"></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621b064668\" style=\"\" wfd-id=\"286\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621f45bed3\" wfd-id=\"288\"><div class=\"tcb-clear\" data-css=\"tve-u-16224848ee5\" wfd-id=\"309\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621afceb00\" wfd-id=\"310\"><h2 data-css=\"tve-u-1621afcc0bf\">Check Out Our Special Offer!</h2></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621afda4fa\" wfd-id=\"308\"><p data-css=\"tve-u-1621afd8c98\">Donâ€™t miss the opportunity to get 50% discount on a complete cleaning just by recommending us to a friend. Bring someone you know with you and clean you car half price!</p></div><div class=\"tcb-clear\" data-css=\"tve-u-16224834cab\" wfd-id=\"289\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621fe85996\" wfd-id=\"290\"><div class=\"tcb-flex-row tcb--cols--2 tcb-resized tcb-medium-wrap tcb-desktop-wrap\" data-css=\"tve-u-1621fe78878\" wfd-id=\"291\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621fe94086\" style=\"\" wfd-id=\"299\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"301\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621b01355a\" wfd-id=\"302\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621b08fdde\" data-tcb_hover_state_parent=\"1\" wfd-id=\"307\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16223f02c16\" wfd-id=\"303\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-1620af7eb3f\" data-tcb_hover_state_parent=\"\" data-button-style=\"full_rounded\" wfd-id=\"304\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"305\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-16228c75500\" wfd-id=\"306\"><strong>Request an appointment</strong></span></span>\n</a>\n</div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621fe940b9\" style=\"\" wfd-id=\"292\"><div class=\"tcb-col\" wfd-id=\"294\"><div class=\"tcb-clear\" data-css=\"tve-u-16224716d62\" wfd-id=\"295\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-1621b028939\" data-tcb_hover_state_parent=\"\" data-button-style=\"ghost\" wfd-id=\"296\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"297\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-16228c764b2\" wfd-id=\"298\"><strong>Call Now: 0400-700-682</strong></span></span>\n</a>\n</div></div></div></div></div></div></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16260ba2fa4\" wfd-id=\"189\">\n<div class=\"tve-page-section-out\" wfd-id=\"281\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16260be7104\" wfd-id=\"190\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621b0e4fb7\" wfd-id=\"280\"><h2 data-css=\"tve-u-1621b10fccf\" style=\"text-align: center;\">our happy clients</h2></div><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641367127b\" data-float=\"1\" wfd-id=\"279\"><svg class=\"tcb-icon\" viewBox=\"0 0 30 32\" data-name=\"quote-left\">\n<path d=\"M13.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429zM29.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641367e553\" wfd-id=\"278\"><svg class=\"tcb-icon\" viewBox=\"0 0 30 32\" data-name=\"quote-left\">\n<path d=\"M13.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429zM29.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a10d3b4\" wfd-id=\"249\">\n<div class=\"tve-content-box-background\" wfd-id=\"277\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"250\"><div class=\"tcb-clear\" data-css=\"tve-u-1621b300a64\" wfd-id=\"275\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-1621f154231\" wfd-id=\"276\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621b200375\" wfd-id=\"253\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-16260d8392c\" wfd-id=\"254\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"259\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"261\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16417b62c09\" wfd-id=\"262\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-16260d8396c\" wfd-id=\"263\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16260d01208\" style=\"\" wfd-id=\"269\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"271\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"272\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16225617da3\" wfd-id=\"274\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"273\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16260d0120e\" style=\"\" wfd-id=\"264\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"266\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"268\"><h5>Brett Graham, 28</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"267\"><h6 class=\"\">Architect</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"255\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"257\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"258\"><p data-css=\"tve-u-162539c17ec\">Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit. Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit.&nbsp;</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-16260c5ff0c\" wfd-id=\"251\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260c5ff07\" wfd-id=\"252\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a12f675\" wfd-id=\"220\">\n<div class=\"tve-content-box-background\" wfd-id=\"248\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"221\"><div class=\"tcb-clear\" data-css=\"tve-u-16260cd7683\" wfd-id=\"246\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260d73672\" wfd-id=\"247\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16260da3aa7\" wfd-id=\"224\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-1621fb68b97\" wfd-id=\"225\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"230\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"232\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16417b662bf\" wfd-id=\"233\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-1621fb65556\" wfd-id=\"234\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16229915e1a\" style=\"\" wfd-id=\"240\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"242\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"243\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16260c433e9\" wfd-id=\"245\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"244\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16229915e4e\" style=\"\" wfd-id=\"235\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"237\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"239\"><h5>Rosie Hanson, 24</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"238\"><h6 class=\"\">Real estate Associate</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"226\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"228\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"229\"><p data-css=\"tve-u-162539c17ec\">Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo.</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-16260d3b97e\" wfd-id=\"222\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260d39b83\" wfd-id=\"223\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a146aef\" wfd-id=\"191\">\n<div class=\"tve-content-box-background\" wfd-id=\"219\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"192\"><div class=\"tcb-clear\" data-css=\"tve-u-16260cd7683\" wfd-id=\"217\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260cd622f\" wfd-id=\"218\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16260c39a7e\" wfd-id=\"195\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-16260d3f4aa\" wfd-id=\"196\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"201\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"203\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621fbacc60\" wfd-id=\"204\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-16260d3f4af\" wfd-id=\"205\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16229915e1a\" style=\"\" wfd-id=\"211\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"213\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"214\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16260d5e4b8\" wfd-id=\"216\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"215\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16229915e4e\" style=\"\" wfd-id=\"206\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"208\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"210\"><h5>Shawn Mattews, 35</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"209\"><h6 class=\"\">project manager</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"197\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"199\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"200\"><p data-css=\"tve-u-162539c17ec\">Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo. Nullam ac urna eu felis.Sed non neque elit. Sed ut imperdiet nisi. Proin condimentum</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1621b30ca74\" wfd-id=\"193\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-1621f15b521\" wfd-id=\"194\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621b3c8c52\" wfd-id=\"85\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621b3cfc7b\" wfd-id=\"188\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621b3c74d9\" wfd-id=\"86\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621e7b695a\" wfd-id=\"187\"><h2 data-css=\"tve-u-1621e7a7350\" style=\"text-align: center;\">our offers</h2></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621e7c899a\" wfd-id=\"87\"><div class=\"tcb-flex-row tcb--cols--3 tcb-medium-wrap v-2\" data-css=\"tve-u-1621e7c7aa1\" wfd-id=\"88\"><div class=\"tcb-flex-col\" wfd-id=\"151\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16223fc9f23\" wfd-id=\"153\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e7ceab3\" style=\"\" wfd-id=\"154\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16416e4fafd\" wfd-id=\"186\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e7d5094\" wfd-id=\"155\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e7e9950\" data-value-type=\"percent\" style=\"\" wfd-id=\"182\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e7edfd9\" data-clip-id=\"10ffac3b28f1d\" wfd-id=\"185\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-10ffac3b28f1d\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-10ffac3b28f1d\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e7e6c1d\" wfd-id=\"183\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-16417b4cb9e\" wfd-id=\"184\"><h4 data-css=\"tve-u-1621fe1a1af\" style=\"text-align: center;\"><strong>Basic Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ec6c39b\" data-float=\"1\" wfd-id=\"178\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e81f424\" wfd-id=\"181\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec752da\" wfd-id=\"179\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"180\"><h4 data-css=\"tve-u-1621fe1bd18\" style=\"text-align: center;\"><strong>15$</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621ea50702\" wfd-id=\"156\"><ul class=\"tcb-styled-list\" wfd-id=\"157\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec3a5c0\" wfd-id=\"174\"><div class=\"tcb-styled-list-icon\" wfd-id=\"176\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec204df\" wfd-id=\"177\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec241aa\" wfd-id=\"175\">Interior vacuum</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"170\"><div class=\"tcb-styled-list-icon\" wfd-id=\"172\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec20f68\" wfd-id=\"173\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec2704c\" wfd-id=\"171\">Dust &amp;dash console</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec42aa7\" wfd-id=\"166\"><div class=\"tcb-styled-list-icon\" wfd-id=\"168\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec21a31\" wfd-id=\"169\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec298ab\" wfd-id=\"167\">Hand towel dry</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec43fe2\" wfd-id=\"162\"><div class=\"tcb-styled-list-icon\" wfd-id=\"164\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ea1fba7\" wfd-id=\"165\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea23322\" wfd-id=\"163\">Clean windows</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec454d9\" wfd-id=\"158\"><div class=\"tcb-styled-list-icon\" wfd-id=\"160\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ea295c0\" wfd-id=\"161\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea2c69a\" wfd-id=\"159\">Soft cloth wash</span></li></ul></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"120\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"122\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621eb81205\" style=\"\" wfd-id=\"123\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16416e603ab\" wfd-id=\"150\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621eb7ccb0\" wfd-id=\"124\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ebbbb6d\" data-value-type=\"percent\" wfd-id=\"146\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eaaedd8\" data-clip-id=\"a2b9cf3198d6f\" wfd-id=\"149\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-a2b9cf3198d6f\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-a2b9cf3198d6f\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec7f21a\" wfd-id=\"147\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e930bd7\" wfd-id=\"148\"><h4 data-css=\"tve-u-1621e92e97f\" style=\"text-align: center;\"><strong>Ultimate Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ec78d2c\" data-float=\"1\" wfd-id=\"142\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eab272c\" wfd-id=\"145\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec79a7d\" wfd-id=\"143\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"144\"><h4 data-css=\"tve-u-1621e942b65\" style=\"text-align: center;\"><strong>22 $</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621ebfa746\" wfd-id=\"139\"><p data-css=\"tve-u-1621f4ceaf6\" style=\"text-align: center;\">Includes basic service <span data-css=\"tve-u-1621f4ceaf7\" style=\"color: rgb(15, 29, 123);\" wfd-id=\"140\"><strong class=\"\"><span data-css=\"tve-u-1621f4ceafb\" wfd-id=\"141\">+</span></strong></span></p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621ebf340c\" wfd-id=\"125\"><ul class=\"tcb-styled-list\" wfd-id=\"126\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-164137a0b1f\" wfd-id=\"135\"><div class=\"tcb-styled-list-icon\" wfd-id=\"137\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec0c5bd\" wfd-id=\"138\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ebfe4ce\" wfd-id=\"136\">Triple foam conditiner</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec04541\" wfd-id=\"131\"><div class=\"tcb-styled-list-icon\" wfd-id=\"133\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec09a3c\" wfd-id=\"134\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ebff867\" wfd-id=\"132\">Tire dressing</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec05cc3\" wfd-id=\"127\"><div class=\"tcb-styled-list-icon\" wfd-id=\"129\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec15f6e\" wfd-id=\"130\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec009a8\" wfd-id=\"128\">Air freshner</span></li></ul></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"89\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16223dad661\" wfd-id=\"91\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621fd9c946\" style=\"\" wfd-id=\"92\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e7d234c\" wfd-id=\"119\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621fd84d7b\" wfd-id=\"93\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16223b080b0\" data-value-type=\"percent\" wfd-id=\"115\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eb3eb9f\" data-clip-id=\"ac98bb0e54b3b\" wfd-id=\"118\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621fd8766c\" wfd-id=\"116\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e930bd7\" wfd-id=\"117\"><h4 data-css=\"tve-u-1621fe1587d\" style=\"text-align: center;\"><strong>Supreme Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e8107f3\" wfd-id=\"111\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eb43d8d\" wfd-id=\"114\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e819c52\" wfd-id=\"112\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"113\"><h4 data-css=\"tve-u-1621fe1725e\" style=\"text-align: center;\"><strong>30 $</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621eb037bb\" wfd-id=\"108\"><p data-css=\"tve-u-1621f4d0451\" style=\"text-align: center;\">Includes ultimate service <span data-css=\"tve-u-1621eaff572\" style=\"color: rgb(15, 29, 123);\" wfd-id=\"109\"><strong class=\"\"><span data-css=\"tve-u-1621eb01b60\" wfd-id=\"110\">+</span></strong></span></p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621eacf6af\" wfd-id=\"94\"><ul class=\"tcb-styled-list\" wfd-id=\"95\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec36a4d\" wfd-id=\"104\"><div class=\"tcb-styled-list-icon\" wfd-id=\"106\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e9993aa\" wfd-id=\"107\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea1a5d7\" wfd-id=\"105\">Exterior trim dressing</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"100\"><div class=\"tcb-styled-list-icon\" wfd-id=\"102\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e99b1db\" wfd-id=\"103\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea19a06\" wfd-id=\"101\">Hand applied spray wax</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec37ea5\" wfd-id=\"96\"><div class=\"tcb-styled-list-icon\" wfd-id=\"98\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e99c314\" wfd-id=\"99\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea18c5d\" wfd-id=\"97\">Interior conditioner</span></li></ul></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621efddaaf\" wfd-id=\"41\">\n<div class=\"tve-page-section-out\" wfd-id=\"84\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621edf8048\" wfd-id=\"42\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621f114214\" wfd-id=\"46\"><div class=\"tcb-flex-row tcb-resized tcb-mobile-edit tcb--cols--2\" data-css=\"tve-u-1621ee03000\" wfd-id=\"47\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621ee4be21\" style=\"\" wfd-id=\"52\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ee093d4\" wfd-id=\"54\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ee3afec\" wfd-id=\"55\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621ee58e74\" wfd-id=\"83\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ee37f4a\" wfd-id=\"56\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1621ee74a24\" wfd-id=\"82\"><svg class=\"tcb-icon\" viewBox=\"0 0 16 28\" data-name=\"map-marker\">\n<path d=\"M12 10c0-2.203-1.797-4-4-4s-4 1.797-4 4 1.797 4 4 4 4-1.797 4-4zM16 10c0 0.953-0.109 1.937-0.516 2.797l-5.688 12.094c-0.328 0.688-1.047 1.109-1.797 1.109s-1.469-0.422-1.781-1.109l-5.703-12.094c-0.406-0.859-0.516-1.844-0.516-2.797 0-4.422 3.578-8 8-8s8 3.578 8 8z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621ee63e1c\" wfd-id=\"79\"><h2 data-css=\"tve-u-1621fdcb4ea\" style=\"text-align: center;\">contact us</h2></div><div class=\"thrv_wrapper thrv-contact-form\" data-ct=\"contact_form-21969\" data-css=\"tve-u-1695d7c4d62\" wfd-id=\"57\">\n	<form action=\"\" method=\"post\" novalidate=\"\" sourceindex=\"1156\" wfd-id=\"58\">\n		<div class=\"tve-cf-item-wrapper\" wfd-id=\"62\">\n			<div class=\"tve-cf-item\" data-css=\"tve-u-1695d7d2659\" wfd-id=\"75\">\n				<div class=\"thrv-cf-input-wrapper\" data-type=\"first_name\" wfd-id=\"76\">\n					<label class=\"tve-cf-item-required-mark\" wfd-id=\"78\">First Name</label>\n					<div class=\"tve-cf-input\" data-css=\"tve-u-1695d7e44c1\" wfd-id=\"77\">\n						<input placeholder=\"John\" data-placeholder=\"John\" type=\"text\" name=\"first_name\" required=\"required\" sourceindex=\"1157\" wfd-id=\"476\">\n					</div>\n				</div>\n			</div>\n			<div class=\"tve-cf-item\" data-css=\"tve-u-1695d7d2659\" wfd-id=\"71\">\n				<div class=\"thrv-cf-input-wrapper\" data-type=\"email\" wfd-id=\"72\">\n					<label class=\"tve-cf-item-required-mark\" wfd-id=\"74\">Email Address</label>\n					<div class=\"tve-cf-input\" data-css=\"tve-u-1695d7e44c1\" wfd-id=\"73\">\n						<input placeholder=\"j.doe@inbox.com\" data-placeholder=\"j.doe@inbox.com\" type=\"email\" name=\"email\" required=\"required\" sourceindex=\"1158\" wfd-id=\"475\">\n					</div>\n				</div>\n			</div>\n			<div class=\"tve-cf-item\" data-css=\"tve-u-1695d7d2659\" wfd-id=\"67\">\n	<div class=\"thrv-cf-input-wrapper\" data-type=\"phone\" wfd-id=\"68\">\n		<label class=\"\" wfd-id=\"70\">Phone Number</label>\n		<div class=\"tve-cf-input\" data-css=\"tve-u-1695d7e44c1\" wfd-id=\"69\">\n			<input placeholder=\"1- 555-555-2368\" type=\"tel\" name=\"phone\" data-placeholder=\"1- 555-555-2368\" wfd-id=\"474\">\n		</div>\n	</div>\n</div>\n		<div class=\"tve-cf-item tcb-excluded-from-group-item\" data-css=\"tve-u-1695d7d93a4\" wfd-id=\"63\">\n				<div class=\"thrv-cf-input-wrapper\" data-type=\"message\" wfd-id=\"64\">\n					<label class=\"tve-cf-item-required-mark\" wfd-id=\"66\">Message</label>\n					<div class=\"tve-cf-input\" data-css=\"tve-u-1695d7e44c1\" wfd-id=\"65\">\n						<textarea placeholder=\"Type your message here...\" data-placeholder=\"Type your message here...\" name=\"message\" required=\"required\" sourceindex=\"1159\" wfd-id=\"478\"></textarea>\n					</div>\n				</div>\n			</div></div>\n		<div class=\"tve-cf-submit\" data-css=\"tve-u-1695d7e0325\" data-tcb_hover_state_parent=\"\" data-button-style=\"ghost\" wfd-id=\"59\">\n			<button class=\"tve_btn_txt\" type=\"submit\" sourceindex=\"1160\" wfd-id=\"491\">Send message</button>\n		</div>\n	<input type=\"hidden\" name=\"config\" value=\"YTozOntzOjE0OiJlcnJvcl9tZXNzYWdlcyI7YTo0OntzOjU6ImVtYWlsIjtzOjIxOiJFbWFpbCBhZGRyZXNzIGludmFsaWQiO3M6NToicGhvbmUiO3M6MjA6IlBob25lIG51bWJlciBpbnZhbGlkIjtzOjM6InVybCI7czoxMToiVVJMIGludmFsaWQiO3M6ODoicmVxdWlyZWQiO3M6MjA6IlJlcXVpcmVkIGZpZWxkIGVtcHR5Ijt9czo4OiJ0b19lbWFpbCI7YToyOntzOjI6InRvIjtzOjI5OiJhZG1pbkBiZXN0Y2VyYWtvdGVmbG9yaWRhLmNvbSI7czo3OiJzdWJqZWN0IjtzOjE4OiJOZXcgbWVzc2FnZSBmcm9tOiAiO31zOjY6InN1Ym1pdCI7YToxMDp7czo2OiJhY3Rpb24iO3M6NjoicmVsb2FkIjtzOjIzOiJzZW5kX2NvbmZpcm1hdGlvbl9lbWFpbCI7YjowO3M6MTk6InNlbmRlcl9wZXJzb25hbGl6ZWQiO2I6MDtzOjIwOiJjb25maXJtYXRpb25fc3ViamVjdCI7czozNjoiQ29udGFjdCBGb3JtIHN1Ym1pc3Npb24gY29uZmlybWF0aW9uIjtzOjIwOiJjb25maXJtYXRpb25fbWVzc2FnZSI7czoxMzk6IkhlbGxvLCAKClRoYW5rcyBmb3IgY29udGFjdGluZyB1cy4gV2UnbGwgZ2V0IGJhY2sgdG8geW91IGFzIHNvb24gYXMgcG9zc2libGUgd2l0aCB0aGUgaW5mb3JtYXRpb24geW91IG5lZWQuIAoKQmVzdCByZWdhcmRzLApbd3Bfc2l0ZV90aXRsZV0iO3M6OToiZnJvbV9uYW1lIjtzOjI4OiJUaGUgQmVzdCBDZXJha290ZSBJbiBGbG9yaWRhIjtzOjEwOiJmcm9tX2VtYWlsIjtzOjI5OiJhZG1pbkBiZXN0Y2VyYWtvdGVmbG9yaWRhLmNvbSI7czo4OiJyZXBseV90byI7czoyOToiYWRtaW5AYmVzdGNlcmFrb3RlZmxvcmlkYS5jb20iO3M6MzoidXJsIjtzOjA6IiI7czoxMjoibm90aWZpY2F0aW9uIjtzOjM4OiJZb3VyIG1lc3NhZ2UgaGFzIGJlZW4gc2VudCwgdGhhbmsgeW91ISI7fX0=\" wfd-id=\"473\"></form>\n</div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621ee4be73\" style=\"\" wfd-id=\"48\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ee22c43\" wfd-id=\"50\"><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-1621ee18a1c\" wfd-id=\"51\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=825 South Kings Highway, Fort Pierce&amp;t=m&amp;z=8&amp;output=embed&amp;iwloc=near\"></iframe>\n</div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-16417c828be\" wfd-id=\"43\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_slide_left\" data-css=\"tve-u-1621ef118dc\" style=\"\" wfd-id=\"44\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"45\"><img class=\"tve_image tve_evt_manager_listen tve_et_tve-viewport wp-image-21388\" alt=\"\" width=\"567\" height=\"384\" title=\"Car wash img footer\" data-id=\"21388\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-img-footer.png\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_left&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" style=\"width: 100%;\"></span></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621f0aa8f7\" wfd-id=\"28\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621f0ada0e\" wfd-id=\"40\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621f0b0088\" wfd-id=\"29\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621f0d2c1a\" wfd-id=\"30\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-1621f0cbe40\" wfd-id=\"31\"><div class=\"tcb-flex-col\" wfd-id=\"36\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"38\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621f0da775\" wfd-id=\"39\"><p data-css=\"tve-u-1622444fb11\">Â© 2018, Your company name . All rights reserved.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"32\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"34\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16223fe5f5b\" wfd-id=\"35\"><p data-css=\"tve-u-1621f0d874c\" style=\"text-align: right;\">Made with <a href=\"https://thrivethemes.com/\" target=\"_blank\">Thrive Architect</a></p></div></div></div></div></div></div>\n</div>\n\n'),(6913,573,'tve_revision_tve_content_more_found',''),(6914,573,'tve_revision_tve_save_post',''),(6915,573,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Merriweather:400,700&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Special+Elite:400&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Poppins:400,800,900,300,700,&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Monda:400,700,&subset=latin\");@media (min-width: 300px){.tcb-plain-text { font-family: Monda; font-weight: 400; font-size: 14px; }#tve_editor [data-css=\"tve-u-1621b072b4e\"] p, #tve_editor [data-css=\"tve-u-1621b072b4e\"] li, #tve_editor [data-css=\"tve-u-1621b072b4e\"] blockquote, #tve_editor [data-css=\"tve-u-1621b072b4e\"] address, #tve_editor [data-css=\"tve-u-1621b072b4e\"] .tcb-plain-text, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h1, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h2, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h3, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h4, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h5, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h6 { color: rgb(18, 18, 18); }[data-css=\"tve-u-16417c828be\"]::after { clear: both; }[data-css=\"tve-u-1621fe78878\"] .tcb-flex-col { flex-basis: 160px !important; }[data-css=\"tve-u-16417b70f47\"] { padding: 0px !important; margin: 0px !important; }#tve_editor [data-css=\"tve-u-1621fdcb4ea\"] { color: rgb(15, 29, 123) !important; }#tve_editor [data-css=\"tve-u-1641367127b\"] > :first-child { color: rgb(15, 29, 123); }[data-css=\"tve-u-1641367127b\"] { font-size: 60px; float: none; box-shadow: none; position: relative; z-index: 5; margin: 0px auto !important; }#tve_editor [data-css=\"tve-u-1641333d7d1\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-162717cb617\"] > .tcb-flex-col { padding-left: 0px; }#tve_editor [data-css=\"tve-u-16413112747\"] { color: rgba(255, 255, 255, 0.85) !important; }[data-css=\"tve-u-16369305186\"] > .tve-cb { display: block; }#tve_editor [data-css=\"tve-u-162717cb609\"] p, #tve_editor [data-css=\"tve-u-162717cb609\"] li, #tve_editor [data-css=\"tve-u-162717cb609\"] blockquote, #tve_editor [data-css=\"tve-u-162717cb609\"] address, #tve_editor [data-css=\"tve-u-162717cb609\"] h1, #tve_editor [data-css=\"tve-u-162717cb609\"] h2, #tve_editor [data-css=\"tve-u-162717cb609\"] h3, #tve_editor [data-css=\"tve-u-162717cb609\"] h4, #tve_editor [data-css=\"tve-u-162717cb609\"] h5, #tve_editor [data-css=\"tve-u-162717cb609\"] h6 { color: rgb(255, 255, 255); }[data-css=\"tve-u-16369305186\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-162717cb621\"] .tve-page-section-in { display: flex; justify-content: center; flex-direction: column; }[data-css=\"tve-u-162717fcf9d\"] .tve-page-section-in { display: block; }[data-css=\"tve-u-1628a146aef\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1628a12f675\"] { padding: 0px !important; margin: 0px 0px 60px !important; }[data-css=\"tve-u-1628a10d3b4\"] { max-width: 100%; padding: 0px !important; margin: 0px 0px 60px !important; }[data-css=\"tve-u-16271ca808e\"] { color: rgb(0, 229, 255) !important; }#tve_editor [data-css=\"tve-u-162717cb618\"] p, #tve_editor [data-css=\"tve-u-162717cb618\"] li, #tve_editor [data-css=\"tve-u-162717cb618\"] blockquote, #tve_editor [data-css=\"tve-u-162717cb618\"] address, #tve_editor [data-css=\"tve-u-162717cb618\"] h1, #tve_editor [data-css=\"tve-u-162717cb618\"] h2, #tve_editor [data-css=\"tve-u-162717cb618\"] h3, #tve_editor [data-css=\"tve-u-162717cb618\"] h4, #tve_editor [data-css=\"tve-u-162717cb618\"] h5, #tve_editor [data-css=\"tve-u-162717cb618\"] h6 { color: rgb(0, 229, 255); }[data-css=\"tve-u-162718bd0c0\"] { clip-path: url(\"#clip-top-a3b25e1c9221a\"); -webkit-clip-path: url(\"#clip-top-a3b25e1c9221a\");  background-image: none !important; opacity: 1; filter: grayscale(0%) blur(0px); }[data-css=\"tve-u-162718a3b40\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-162717fcf9d\"] { z-index: 5; padding: 170px 40px 0px !important; margin-top: -80px !important; }[data-css=\"tve-u-16260cd622f\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-16260cd7683\"]::after { clear: both; }[data-css=\"tve-u-16260cd622f\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin-top: 0px !important; margin-bottom: -1px !important; }[data-css=\"tve-u-16260be7104\"] { max-width: 1200px; }[data-css=\"tve-u-16260ba2fa4\"] { padding: 100px 40px !important; }[data-css=\"tve-u-162539c17ec\"] { line-height: 1.6em !important; }#tve_editor [data-css=\"tve-u-162493b6b63\"]:hover { background-color: rgb(248, 249, 251) !important; }#tve_editor [data-css=\"tve-u-1624939a960\"]:hover { background-color: rgb(248, 249, 251) !important; background-image: none !important; }#tve_editor [data-css=\"tve-u-162492e70ad\"] { color: rgb(137, 141, 167) !important; }[data-css=\"tve-u-162492815ba\"] { padding: 0px !important; margin-top: 25px !important; }[data-css=\"tve-u-162491e8e1f\"]::after { clear: both; }[data-css=\"tve-u-1622f65ba70\"] { border: none; background-image: none !important; padding: 0px 30px 30px !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-1622a159bcb\"] { max-width: 100%; float: none; z-index: 6; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; margin-top: 0px !important; }[data-css=\"tve-u-16229915e4e\"] { max-width: 62.8%; }[data-css=\"tve-u-16229915e1a\"] { max-width: 37.2%; }[data-css=\"tve-u-16225617da3\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-Brett.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16225611edb\"] { min-height: 127px; }[data-css=\"tve-u-1622561121b\"] { max-width: 127px; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-16224848ee5\"]::after { clear: both; }[data-css=\"tve-u-16224834cab\"]::after { clear: both; }[data-css=\"tve-u-1621ee3afec\"] > .tve-cb { display: block; }[data-css=\"tve-u-1621fe78878\"] > .tcb-flex-col { padding-left: 5px; }[data-css=\"tve-u-1621fe940b9\"] { max-width: 50%; }[data-css=\"tve-u-1621fe94086\"] { max-width: 50%; }[data-css=\"tve-u-1621fe85996\"] { max-width: 585px; float: left; z-index: 3; position: relative; width: 100%; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621fe78878\"] > .tcb-flex-col > .tcb-col { min-height: 65px; justify-content: center; }[data-css=\"tve-u-1621fe78878\"] { min-height: inherit; margin-left: -5px; padding: 0px !important; flex-wrap: wrap !important; }#tve_editor [data-css=\"tve-u-1621f4d0451\"] { font-size: 20px !important; }#tve_editor [data-css=\"tve-u-1621f4ceaf6\"] { font-size: 20px !important; color: rgb(12, 12, 12) !important; }[data-css=\"tve-u-1621f45bed3\"] { padding: 0px !important; }[data-css=\"tve-u-1621f114214\"] { float: none; max-width: 100%; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621f0da775\"] { padding: 0px !important; }#tve_editor [data-css=\"tve-u-1621f0d874c\"] { letter-spacing: 1px; color: rgb(137, 141, 167) !important; font-size: 14px !important; }[data-css=\"tve-u-1621f0d2c1a\"] { max-width: 100%; margin-left: 60px !important; margin-right: 60px !important; }[data-css=\"tve-u-1621f0aa8f7\"] .tve-page-section-in { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621f0cbe40\"] { margin-left: 0px; padding: 0px !important; }[data-css=\"tve-u-1621f0cbe40\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-1621f0b0088\"] { max-width: 100%; min-height: 140px !important; }[data-css=\"tve-u-1621f0ada0e\"] { background-image: linear-gradient(rgb(22, 22, 24), rgb(22, 22, 24)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1621f0aa8f7\"] { padding: 0px !important; }[data-css=\"tve-u-1621efddaaf\"] { padding: 0px !important; }[data-css=\"tve-u-1621ef118dc\"] { width: 422px; position: relative; right: -50px; top: -104px; float: right; z-index: 3; margin-top: 0px !important; margin-bottom: 0px !important; padding-left: 0px !important; }#tve_editor [data-css=\"tve-u-1621ee74a24\"] > :first-child { color: rgb(255, 255, 255); }[data-css=\"tve-u-1621ee74a24\"] { font-size: 60px; float: none; z-index: 3; position: relative; margin: 0px auto 10px !important; padding-top: 0px !important; box-shadow: none; }[data-css=\"tve-u-1621ee63e1c\"] { float: none; z-index: 3; position: relative; max-width: none; width: 100%; padding: 0px !important; margin: 0px auto 30px !important; }[data-css=\"tve-u-1621ee58e74\"] { background-color: rgb(224, 226, 236) !important; border-right: 2px dotted rgb(0, 0, 0) !important; }[data-css=\"tve-u-1621ee4be73\"] { max-width: 61%; }[data-css=\"tve-u-1621ee4be21\"] { max-width: 39%; }[data-css=\"tve-u-1621ee3afec\"] { padding: 60px 10px 0px 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621ee37f4a\"] { min-height: 380px; }[data-css=\"tve-u-1621ee22c43\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding-top: 0px !important; padding-left: 0px !important; }[data-css=\"tve-u-1621ee18a1c\"] { margin: 80px 0px 0px 122px !important; box-shadow: none; }[data-css=\"tve-u-1621ee093d4\"] { margin-top: 0px !important; }[data-css=\"tve-u-1621ee03000\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1621ee03000\"] { margin-left: 0px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-1621ee03000\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-1621edf8048\"] { max-width: 100%; min-height: 1px !important; }[data-css=\"tve-u-1621ec454d9\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec43fe2\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec42aa7\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec3a5c0\"] { margin-top: 0px !important; margin-bottom: 10px !important; }[data-css=\"tve-u-1621ec37ea5\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec36a4d\"] { margin-bottom: 10px !important; }[data-css=\"tve-u-1621ea18c5d\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ea19a06\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ea1a5d7\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ea2c69a\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ea23322\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ec298ab\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ec2704c\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ec241aa\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ec05cc3\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec04541\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec009a8\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ebff867\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ebfe4ce\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621eb037bb\"] { padding: 0px !important; margin-top: 0px !important; margin-bottom: 30px !important; }[data-css=\"tve-u-1621eaff572\"] { color: rgb(15, 29, 123) !important; }[data-css=\"tve-u-1621ea50702\"] { max-width: 230px; float: none; z-index: 3; position: relative; width: 100%; padding: 0px !important; margin: 0px auto !important; }#tve_editor [data-css=\"tve-u-1621ea2c69a\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ea295c0\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ea295c0\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ea1fba7\"] > :first-child { color: rgb(137, 141, 167); }#tve_editor [data-css=\"tve-u-1621ea23322\"] { font-size: 16px !important; }[data-css=\"tve-u-1621ea1fba7\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }[data-css=\"tve-u-1621e99c314\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }[data-css=\"tve-u-1621e99b1db\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }[data-css=\"tve-u-1621e9993aa\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ea1a5d7\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ea19a06\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ea18c5d\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621e99c314\"] > :first-child { color: rgb(137, 141, 167); }#tve_editor [data-css=\"tve-u-1621e99b1db\"] > :first-child { color: rgb(137, 141, 167); }#tve_editor [data-css=\"tve-u-1621e9993aa\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621e8107f3\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621e942b65\"] strong { font-weight: 800; }[data-css=\"tve-u-1621e7e9950\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621e930bd7\"] { padding: 0px 0px 50px !important; }#tve_editor [data-css=\"tve-u-1621e92e97f\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1621e81f424\"] { border-radius: 200px; overflow: hidden; background-image: none !important; border: 3px solid rgb(255, 255, 255) !important; background-color: rgb(144, 147, 168) !important; }[data-css=\"tve-u-1621e819c52\"] { min-height: 110px; }[data-css=\"tve-u-1621e8107f3\"] { float: none; max-width: 110px; z-index: 4; padding: 0px !important; margin: -60px auto 30px !important; }[data-css=\"tve-u-1621e7edfd9\"] { clip-path: url(\"#clip-bottom-10ffac3b28f1d\"); -webkit-clip-path: url(\"#clip-bottom-10ffac3b28f1d\");  background-image: none !important; background-color: rgb(144, 147, 168) !important; }[data-css=\"tve-u-1621e7e9950\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1621e7e6c1d\"] { min-height: 150px; }[data-css=\"tve-u-1621e7c7aa1\"] > .tcb-flex-col { padding-left: 60px; }[data-css=\"tve-u-1621e7d5094\"] { min-height: 480px; }[data-css=\"tve-u-1621e7d234c\"] { box-shadow: rgba(0, 0, 0, 0.02) 0px 2px 22px 0px; background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1621e7ceab3\"] { float: none; width: 100%; padding: 0px 0px 20px !important; margin: 0px auto !important; }[data-css=\"tve-u-1621e7c899a\"] { float: none; max-width: 100%; margin: 0px auto !important; }[data-css=\"tve-u-1621e7c7aa1\"] { margin-left: -60px; padding: 0px !important; }[data-css=\"tve-u-1621e7b695a\"] { padding: 0px !important; margin-bottom: 100px !important; }#tve_editor [data-css=\"tve-u-1621e7a7350\"] { color: rgb(15, 29, 123) !important; }[data-css=\"tve-u-1621b3cfc7b\"] { filter: blur(0px); opacity: 1; background-image: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(220, 224, 246) 38%) !important; background-color: rgb(212, 212, 212) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1621b3c8c52\"] { padding: 100px 40px !important; }[data-css=\"tve-u-1621b3c74d9\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-1621b300a64\"]::after { clear: both; }[data-css=\"tve-u-1621b24a89d\"] { padding: 0px !important; }[data-css=\"tve-u-1621b22a018\"] { background-image: none !important; padding: 0px !important; }[data-css=\"tve-u-1621b200375\"] { float: none; max-width: 100%; border-left: 1px solid rgba(15, 29, 123, 0.7); border-right: 1px solid rgba(15, 29, 123, 0.7); background-color: rgb(248, 249, 251) !important; margin: 0px auto !important; }[data-css=\"tve-u-1621b10fccf\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621b0e4fb7\"] { border-right: none; max-width: 100%; padding: 0px !important; margin-bottom: 40px !important; margin-right: 0px !important; }[data-css=\"tve-u-1621b072b4e\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-1621b064668\"] { max-width: 52%; }[data-css=\"tve-u-1621b064646\"] { max-width: 48%; }[data-css=\"tve-u-1621afda4fa\"] { max-width: none; padding: 0px !important; margin-bottom: 40px !important; }#tve_editor [data-css=\"tve-u-1621afd8c98\"] { color: rgb(255, 255, 255) !important; font-size: 20px !important; }[data-css=\"tve-u-1621afceb00\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 80%; padding: 0px !important; margin-bottom: 50px !important; }#tve_editor [data-css=\"tve-u-1621afcc0bf\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1621a8a804b\"] > .tcb-flex-col { padding-left: 60px; }[data-css=\"tve-u-1621ae6c8da\"] { clip-path: url(\"#clip-top-aa2c3e3c70555\"); -webkit-clip-path: url(\"#clip-top-aa2c3e3c70555\");  background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-Cta-2.jpg\") !important; background-size: cover !important; background-position: 0% 100% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1621ae4fd21\"] { max-width: 100%; top: -70px; z-index: 5; left: -60px; position: relative !important; padding: 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-1621ae4db6e\"] { min-height: 524px; }[data-css=\"tve-u-1621ada1e7f\"] .tve-page-section-in { display: flex; flex-direction: column; justify-content: center; }[data-css=\"tve-u-1621adea58b\"] > .tcb-flex-col > .tcb-col { min-height: 1px; justify-content: center; }[data-css=\"tve-u-1621ae0bec7\"] { height: calc(100% - -22px); background-image: linear-gradient(rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.14)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; margin-left: 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621adea58b\"] > .tcb-flex-col { padding-left: 50px; }[data-css=\"tve-u-1621adea58b\"] { margin-left: -50px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-1621ade6172\"] { max-width: 100%; float: none; width: 100%; margin: 0px auto !important; }[data-css=\"tve-u-1621adba9ef\"] { clip-path: url(\"#clip-top-52d5a36c151aa\"); -webkit-clip-path: url(\"#clip-top-52d5a36c151aa\");  background-image: linear-gradient(rgba(15, 29, 123, 0.65), rgba(15, 29, 123, 0.65)), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-cta-bg.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-1621ada1e7f\"] { padding: 0px 40px !important; }[data-css=\"tve-u-1621ad46076\"] { padding: 100px 40px !important; margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1621ad420c4\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-1621a9076ef\"] { padding-top: 2px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-1621acf64fb\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621acf47d2\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1621acf0289\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621a8e11f3\"] { padding-top: 2px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-1621a8e5625\"] { padding-top: 2px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-1621ace4de9\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1621ace1b08\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1621a9a2867\"] strong { font-weight: 700; }#tve_editor [data-css=\"tve-u-1621a9a2867\"] { font-weight: 300; color: rgb(15, 29, 123) !important; font-family: Poppins !important; }[data-css=\"tve-u-1621a9750ae\"] { font-size: 13.6px !important; line-height: 13.6px !important; }[data-css=\"tve-u-1621a9a2867\"] { font-size: 48px !important; line-height: 48px !important; }[data-css=\"tve-u-1621a9a2866\"] { margin-top: 40px !important; }[data-css=\"tve-u-1621a9a2862\"] { width: 160px !important; height: 160px !important; background-color: rgb(137, 141, 167) !important; }[data-css=\"tve-u-1621a98b602\"] { stroke-dasharray: 502.655, 502.655; }[data-css=\"tve-u-1621a983587\"] { float: none; border: 30px solid rgba(137, 141, 167, 0.24); z-index: 3; position: relative; margin: 30px auto 0px !important; padding: 0px !important; }[data-css=\"tve-u-1621a9750ae\"] strong { font-weight: 700; }#tve_editor [data-css=\"tve-u-1621a9750ae\"] { color: rgb(255, 255, 255) !important; font-family: Monda !important; }[data-css=\"tve-u-1621a96b190\"] { background-color: rgb(231, 229, 229); width: 144px !important; height: 144px !important; top: 8px !important; bottom: 8px !important; left: 8px !important; right: 8px !important; }[data-css=\"tve-u-1621a9685d4\"] { stroke: rgb(248, 251, 253) !important; stroke-width: 17px !important; }[data-css=\"tve-u-1621a8a804b\"] > .tcb-flex-col > .tcb-col { min-height: 445px; justify-content: center; }[data-css=\"tve-u-1621a90a46f\"] { background-image: radial-gradient(rgba(255, 255, 255, 0.51) 16%, rgb(255, 255, 255) 73%), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-100-clean.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }#tve_editor [data-css=\"tve-u-1621a9076ef\"] > :first-child { color: rgb(15, 29, 123); }#tve_editor [data-css=\"tve-u-1621a8e5625\"] > :first-child { color: rgb(15, 29, 123); }#tve_editor [data-css=\"tve-u-1621a8e11f3\"] > :first-child { color: rgb(15, 29, 123); }[data-css=\"tve-u-1621a8c4313\"] { padding: 0px !important; margin-bottom: 60px !important; }[data-css=\"tve-u-1621a8b2488\"] { float: none; max-width: 100%; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621a8a804b\"] { min-height: inherit; margin-left: -60px; padding: 0px !important; }[data-css=\"tve-u-1621a2e0d5b\"] { line-height: 1em !important; }[data-css=\"tve-u-1621a2247ba\"] { max-width: 100%; float: none; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; }#tve_editor [data-css=\"tve-u-1620af7eb3f\"] .tcb-button-link { font-size: 18px; color: rgb(15, 29, 123) !important; }#tve_editor [data-css=\"tve-u-1620af7eb3f\"]:hover strong { font-weight: 700 !important; }[data-css=\"tve-u-1620af7eb3f\"] { width: 268px; float: left; z-index: 3; position: relative; display: block; max-width: 268px; margin-bottom: 0px !important; margin-top: 0px !important; margin-left: 3px !important; }#tve_editor [data-css=\"tve-u-1620af7eb3f\"]:hover .tcb-button-link { color: rgb(255, 255, 255) !important; border-radius: 200px !important; overflow: hidden !important; font-family: Monda !important; font-weight: 400 !important; text-shadow: none !important; background-image: none !important; background-color: rgb(15, 29, 123) !important; }[data-css=\"tve-u-1620af7eb3f\"] .tcb-button-link { border-radius: 200px; min-height: 54.7619px; font-size: 1.33333em; padding-top: 0px; padding-bottom: 0px; background-image: none !important; background-color: rgb(255, 255, 255) !important; padding-right: 15px !important; }#tcb_landing_page a:not(.tcb-button-link).tve_state_hover { color: rgb(35, 55, 188); }#tcb_landing_page a:not(.tcb-button-link):hover { color: rgb(35, 55, 188); }#tcb_landing_page a:not(.tcb-button-link) { color: rgb(255, 255, 255); }#tcb_landing_page input strong { font-weight: 700; }#tcb_landing_page .tcb-button-link strong { font-weight: 700; }#tcb_landing_page p strong, #tcb_landing_page li strong { font-weight: 700; }#tcb_landing_page input { font-family: Merriweather; font-weight: 400; }#tcb_landing_page .tcb-button-link { font-family: Merriweather; font-weight: 400; }#tcb_landing_page p, #tcb_landing_page li { color: rgb(12, 12, 12); font-family: Merriweather; font-weight: 400; line-height: 1.5em; font-size: 16px; }#tcb_landing_page h6 { text-transform: uppercase; font-size: 14px; color: rgb(0, 0, 0); font-family: \"Special Elite\"; font-weight: 400; letter-spacing: 1px; line-height: 1.3em; }#tcb_landing_page h5 { font-size: 22px; color: rgb(12, 12, 12); font-family: \"Special Elite\"; font-weight: 400; line-height: 1.3em; }#tcb_landing_page h4 { font-size: 24px; color: rgb(12, 12, 12); font-family: \"Special Elite\"; font-weight: 400; line-height: 1.3em; }#tcb_landing_page h3 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(12, 12, 12); font-size: 26px; line-height: 1.3em; }#tcb_landing_page h2 { color: rgb(0, 0, 0); font-size: 30px; letter-spacing: 2px; text-transform: uppercase; line-height: 1.3em; font-family: \"Special Elite\"; font-weight: 400; }#tcb_landing_page h1 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(0, 0, 0); font-size: 42px; line-height: 1.3em; }[data-css=\"tve-u-15e09c94f7d\"] { background-color: rgb(231, 229, 229) !important; }[data-css=\"tve-u-1621b01355a\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621b01355a\"] { max-width: 274px; position: relative; float: left; z-index: 3; width: 100%; padding: 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-1621b028939\"] .tcb-button-link { font-size: 18px; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1621b028939\"]:hover strong { font-weight: 700 !important; }[data-css=\"tve-u-1621b028939\"] { display: block; max-width: 268px; width: 268px; top: 0px; left: 0px; float: left; z-index: 3; position: relative; margin-bottom: 0px !important; margin-top: 0px !important; }#tve_editor [data-css=\"tve-u-1621b028939\"]:hover .tcb-button-link { background-color: rgb(255, 255, 255) !important; color: rgb(15, 29, 123) !important; overflow: hidden !important; font-family: Monda !important; background-image: none !important; text-align: center !important; }[data-css=\"tve-u-1621b028939\"] .tcb-button-link { min-height: 54.7619px; font-size: 1.33333em; padding-top: 0px; padding-bottom: 0px; border: 1px solid rgb(255, 255, 255); border-radius: 30px; overflow: hidden; background-color: rgba(26, 188, 156, 0.01) !important; padding-right: 15px !important; color: rgb(26, 188, 156) !important; }[data-css=\"tve-u-1621b08fdde\"] { border-radius: 200px; overflow: hidden; border: 1px solid rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1621b01355a\"]:hover [data-css=\"tve-u-1621b08fdde\"] { border: 1px solid rgba(255, 255, 255, 0.4) !important; }[data-css=\"tve-u-1621b30ca74\"]::after { clear: both; }#tve_editor [data-css=\"tve-u-1621e942b65\"] { font-weight: 400; letter-spacing: 0px; color: rgb(255, 255, 255) !important; font-family: Poppins !important; font-size: 30px !important; }[data-css=\"tve-u-1621e94cb4e\"] { float: none; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621eaaedd8\"] { clip-path: url(\"#clip-bottom-a2b9cf3198d6f\"); -webkit-clip-path: url(\"#clip-bottom-a2b9cf3198d6f\");  background-image: none !important; background-color: rgb(5, 10, 42) !important; }[data-css=\"tve-u-1621eab272c\"] { border-radius: 200px; overflow: hidden; background-image: none !important; border: 3px solid rgb(255, 255, 255) !important; background-color: rgb(5, 10, 42) !important; }[data-css=\"tve-u-1621eacf6af\"] { max-width: 230px; float: none; z-index: 3; position: relative; padding: 0px !important; margin: 0px auto !important; }[data-css=\"tve-u-1621eb3eb9f\"] { clip-path: url(\"#clip-bottom-ac98bb0e54b3b\"); -webkit-clip-path: url(\"#clip-bottom-ac98bb0e54b3b\");  background-image: none !important; background-color: rgb(45, 51, 89) !important; }[data-css=\"tve-u-1621eb43d8d\"] { border-radius: 200px; overflow: hidden; background-image: none !important; border: 3px solid rgb(255, 255, 255) !important; background-color: rgb(45, 51, 89) !important; }[data-css=\"tve-u-1621eb7ccb0\"] { min-height: 530px; }[data-css=\"tve-u-1621eb81205\"] { padding: 0px 0px 20px !important; margin-top: -25px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621ebbbb6d\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621ebbbb6d\"] { max-width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1621ebf340c\"] { max-width: 230px; float: none; z-index: 3; position: relative; width: 100%; padding: 0px !important; margin: 0px auto !important; }[data-css=\"tve-u-1621ebfa746\"] { padding: 0px !important; margin-top: 0px !important; margin-bottom: 30px !important; }#tve_editor [data-css=\"tve-u-1621ebfe4ce\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ebff867\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ec009a8\"] { font-size: 16px !important; }[data-css=\"tve-u-1621ec09a3c\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; margin: 0px !important; }#tve_editor [data-css=\"tve-u-1621ec09a3c\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ec0c5bd\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; margin: 0px !important; }#tve_editor [data-css=\"tve-u-1621ec0c5bd\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ec15f6e\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ec15f6e\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ec204df\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ec204df\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ec20f68\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ec20f68\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ec21a31\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ec21a31\"] > :first-child { color: rgb(137, 141, 167); }#tve_editor [data-css=\"tve-u-1621ec241aa\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ec2704c\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ec298ab\"] { font-size: 16px !important; }[data-css=\"tve-u-1621ec6c39b\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621ec6c39b\"] { float: none; max-width: 110px; z-index: 4; padding: 0px !important; margin: -60px auto 30px !important; }[data-css=\"tve-u-1621ec752da\"] { min-height: 110px; }[data-css=\"tve-u-1621ec78d2c\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621ec78d2c\"] { float: none; max-width: 110px; z-index: 4; padding: 0px !important; margin: -60px auto 30px !important; }[data-css=\"tve-u-1621ec79a7d\"] { min-height: 110px; }[data-css=\"tve-u-1621ec7f21a\"] { min-height: 160px; }[data-css=\"tve-u-1621f154231\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-1621f154231\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin: 0px 0px -1px !important; }[data-css=\"tve-u-1621f15b521\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-1621f15b521\"] { float: right; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin-top: -1px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621f4ceaf7\"] { color: rgb(15, 29, 123) !important; }[data-css=\"tve-u-1621fb65556\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-1621fb65556\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-1621fb65556\"] { min-height: inherit; margin-left: -20px; padding: 0px !important; }[data-css=\"tve-u-1621fb68b97\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-1621fb68b97\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-1621fb68b97\"] { min-height: inherit; margin-left: -30px; padding: 30px !important; }[data-css=\"tve-u-1621fbacc60\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621fbcad8c\"] { padding: 0px !important; }[data-css=\"tve-u-1621fc0ce17\"] { padding: 0px !important; margin-bottom: 15px !important; }[data-css=\"tve-u-1621fd84d7b\"] { min-height: 480px; }[data-css=\"tve-u-1621fd8766c\"] { min-height: 150px; }[data-css=\"tve-u-1621fd9c946\"] { padding: 0px 0px 20px !important; margin-top: 0px !important; margin-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-1621fe1587d\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1621fe1725e\"] strong { font-weight: 800; }#tve_editor [data-css=\"tve-u-1621fe1725e\"] { font-weight: 400; letter-spacing: 0px; color: rgb(255, 255, 255) !important; font-family: Poppins !important; font-size: 30px !important; }#tve_editor [data-css=\"tve-u-1621fe1a1af\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1621fe1bd18\"] strong { font-weight: 800; }#tve_editor [data-css=\"tve-u-1621fe1bd18\"] { font-weight: 400; letter-spacing: 0px; color: rgb(255, 255, 255) !important; font-family: Poppins !important; font-size: 30px !important; }[data-css=\"tve-u-16223b080b0\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-16223b080b0\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-16223f02c16\"] { min-height: 62px; }[data-css=\"tve-u-16223fe5f5b\"] { padding: 0px !important; }[data-css=\"tve-u-16224439be1\"] { padding: 0px !important; }#tve_editor [data-css=\"tve-u-1622444fb11\"] { letter-spacing: 1px; color: rgb(137, 141, 167) !important; font-size: 14px !important; }#tve_editor [data-css=\"tve-u-16228c764b2\"] { font-size: 18px !important; }[data-css=\"tve-u-16229f6175c\"] { border: none; margin: 80px 0px 0px !important; background-image: none !important; }[data-css=\"tve-u-16229fa6a26\"] { border: none; box-shadow: none; padding: 0px 30px 30px !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-16229fa8c68\"] { border: none; padding: 0px 30px 30px !important; background-image: none !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col > .tcb-col { min-height: 244px; }[data-css=\"tve-u-16229ffbb7b\"] { margin-left: -30px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16248fc42a1\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-16248fc42a1\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-16248fc71c8\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-16249355087\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-16249355087\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-16249358652\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-16249358652\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-1624935a201\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-1624935a201\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-16249367114\"] { border: none; margin: 30px 0px 0px !important; background-image: none !important; }[data-css=\"tve-u-16249373b25\"] { border: none; padding: 0px 30px 30px !important; background-image: linear-gradient(rgb(248, 249, 251), rgb(248, 249, 251)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1624939a960\"] { border: none; box-shadow: none; padding: 0px 30px 30px !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-162493a03b0\"] > .tcb-flex-col > .tcb-col { min-height: 244px; }[data-css=\"tve-u-162493a03b0\"] { margin-left: -30px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-162493a03b0\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-162493b6b63\"] { border: none; background-image: none !important; padding: 0px 30px 30px !important; background-color: rgb(248, 249, 251) !important; }#tve_editor [data-css=\"tve-u-162493d5f13\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-162493d5f13\"] { font-size: 30px; width: 30px; height: 30px; top: 0px; left: 0px; display: block; position: static; z-index: 8; border-bottom: 1px solid rgb(10, 93, 165); border-top: none; border-right: none; border-left: none; border-image: initial; margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-162494b490e\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-162494b7ad0\"] { padding: 0px !important; margin-top: 25px !important; margin-left: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-1625389a3d5\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-1625389a3d5\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-1625389b4ed\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-1625389b4ed\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-162539ac577\"] { max-width: 39%; }[data-css=\"tve-u-162539ac57d\"] { max-width: 61%; }#tve_editor [data-css=\"tve-u-162539c17ec\"] { font-size: 16px !important; color: rgba(12, 12, 12, 0.7) !important; }[data-css=\"tve-u-16260c39a7e\"] { float: none; max-width: 100%; border-left: 1px solid rgba(15, 29, 123, 0.7); border-right: 1px solid rgba(15, 29, 123, 0.7); margin: 0px auto !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-16260c433e9\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-Rosie.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16260c5ff07\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-16260c5ff07\"] { float: right; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin: -1px 0px 0px !important; }[data-css=\"tve-u-16260c5ff0c\"]::after { clear: both; }[data-css=\"tve-u-16260d01208\"] { max-width: 37%; }[data-css=\"tve-u-16260d0120e\"] { max-width: 63%; }[data-css=\"tve-u-16260d39b83\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-16260d39b83\"] { float: right; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin-top: -1px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-16260d3b97e\"]::after { clear: both; }[data-css=\"tve-u-16260d3f4aa\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16260d3f4aa\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-16260d3f4aa\"] { min-height: inherit; margin-left: -30px; padding: 30px !important; }[data-css=\"tve-u-16260d3f4af\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-16260d3f4af\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-16260d3f4af\"] { min-height: inherit; margin-left: -20px; padding: 0px !important; }[data-css=\"tve-u-16260d5e4b8\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-Shawn.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16260d73672\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-16260d73672\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin-top: 0px !important; margin-bottom: -1px !important; }[data-css=\"tve-u-16260d8392c\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16260d8392c\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-16260d8392c\"] { min-height: inherit; margin-left: -30px; padding: 30px !important; }[data-css=\"tve-u-16260d8396c\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-16260d8396c\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-16260d8396c\"] { min-height: inherit; margin-left: -20px; padding: 0px !important; }[data-css=\"tve-u-16260da3aa7\"] { float: none; max-width: 100%; border-left: 1px solid rgba(15, 29, 123, 0.7); border-right: 1px solid rgba(15, 29, 123, 0.7); margin: 0px auto !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-162717cb600\"] { max-width: 58.2%; }[data-css=\"tve-u-162717cb601\"] { max-width: 41.8%; }[data-css=\"tve-u-162717cb609\"]::after { clear: both; }[data-css=\"tve-u-162717cb60a\"] { padding-right: 50px !important; padding-bottom: 80px !important; padding-top: 20px !important; }[data-css=\"tve-u-162717cb60b\"]::after { clear: both; }[data-css=\"tve-u-162717cb60b\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-162717cb60f\"] { padding: 0px !important; margin-bottom: 25px !important; }[data-css=\"tve-u-162717cb610\"] { padding: 0px !important; margin-bottom: 35px !important; box-shadow: none !important; }#tve_editor [data-css=\"tve-u-162717cb616\"] { text-shadow: rgb(0, 0, 0) 2px 2px 2px; text-transform: none !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-162717cb617\"] { margin-left: 0px; padding: 0px !important; }[data-css=\"tve-u-162717cb618\"] { max-width: none; margin-top: 0px !important; }[data-css=\"tve-u-162717cb620\"] { clip-path: url(\"#clip-bottom-c883ac5175045\"); -webkit-clip-path: url(\"#clip-bottom-c883ac5175045\");  opacity: 1; filter: grayscale(0%) blur(0px); background-image: linear-gradient(rgba(0, 0, 0, 0.46), rgba(0, 0, 0, 0.46)), url(\"https://bestcerakoteflorida.com/wp-content/uploads/2018/05/FTYS6743.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, fixed !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-162717cb609\"] { max-width: 1200px; min-height: 630px !important; }[data-css=\"tve-u-162717cb621\"] { z-index: 1; padding: 125px 40px 0px !important; margin-top: -130px !important; }[data-css=\"tve-u-162717d1bb6\"] { border-right: 1px solid rgba(255, 255, 255, 0.2); }[data-css=\"tve-u-162717d1bb7\"] { max-width: 23.7%; }[data-css=\"tve-u-162717d1bb9\"] { max-width: 42.9%; }[data-css=\"tve-u-162717d1bbc\"] { border-left: none; padding: 0px !important; }[data-css=\"tve-u-162717d1bbe\"] { border-bottom: 1px solid rgba(255, 255, 255, 0.2); float: none; width: 100%; position: relative; z-index: 10; max-width: 1600px; margin: 0px auto !important; }[data-css=\"tve-u-162717d1bbf\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-162717d1bbf\"] > .tcb-flex-col { padding-left: 17px; }[data-css=\"tve-u-162717d1bbf\"] { margin-left: -17px; min-height: inherit; padding: 5px 0px 0px 40px !important; }#tve_editor [data-css=\"tve-u-162717d1bbe\"] p, #tve_editor [data-css=\"tve-u-162717d1bbe\"] li, #tve_editor [data-css=\"tve-u-162717d1bbe\"] blockquote, #tve_editor [data-css=\"tve-u-162717d1bbe\"] address { font-size: 16px; }#tve_editor [data-css=\"tve-u-16271adf6cf\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-16271adf6cf\"] { font-size: 30px; width: 30px; height: 30px; top: 22px; left: 20px; border-bottom: 1px solid rgb(10, 93, 165); margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1641367e553\"] > :first-child { color: rgba(15, 29, 123, 0.12); }[data-css=\"tve-u-1641367e553\"] { font-size: 60px; float: none; box-shadow: none; width: 60px; height: 60px; margin: -55px auto 60px !important; padding-right: 17px !important; }[data-css=\"tve-u-16416e4fafd\"] { box-shadow: rgba(0, 0, 0, 0.02) 0px 2px 22px 0px; background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16416e603ab\"] { box-shadow: rgba(0, 0, 0, 0.12) 0px 3px 44px 0px; background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-164179a84b8\"] > .tve-cb { display: block; }[data-css=\"tve-u-164179a84b8\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-164179bced9\"] { border-right: none; padding: 3px 0px 0px !important; position: static !important; }[data-css=\"tve-u-16417b4cb9e\"] { padding: 0px 0px 50px !important; }[data-css=\"tve-u-16417b62c09\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-16417b662bf\"] { margin-top: 0px !important; margin-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-16417e5bd95\"] > :first-child { color: rgb(255, 255, 255); }[data-css=\"tve-u-16417e5bd95\"] { z-index: 4; position: relative; float: left; font-size: 25px !important; width: 25px !important; height: 25px !important; margin: 3px 15px 0px 0px !important; padding-left: 0px !important; }[data-css=\"tve-u-1641c1af44d\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1641c1b01a6\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1641c1b0a67\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1641c1b12d8\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }#tve_editor [data-css=\"tve-u-1641c1b33f9\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-1641c1b33f9\"] { font-size: 30px; width: 30px; height: 30px; top: 22px; left: 20px; border-bottom: 1px solid rgb(10, 93, 165); margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1641c1b456a\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-1641c1b456a\"] { font-size: 30px; width: 30px; height: 30px; top: 22px; left: 20px; border-bottom: 1px solid rgb(10, 93, 165); margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1641c1b52d3\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-1641c1b52d3\"] { font-size: 30px; width: 30px; height: 30px; top: 22px; left: 20px; border-bottom: 1px solid rgb(10, 93, 165); margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1641c1b60b4\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-1641c1b60b4\"] { font-size: 30px; width: 30px; height: 30px; top: 22px; left: 20px; border-bottom: 1px solid rgb(10, 93, 165); margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }#tcb_landing_page .tcb-plain-text { color: rgb(0, 0, 0); font-family: Merriweather; font-weight: 400; }#tcb_landing_page .tcb-plain-text strong { font-weight: 700; }[data-css=\"tve-u-162717d1bbe\"] p { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-162717d1bbe\"] h3 { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-1695981e7bb\"] { max-width: 33.3545%; }[data-css=\"tve-u-16959822de2\"] { width: 291px; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-16959846d3d\"] { margin-top: 0px !important; }[data-css=\"tve-u-16959cd1e7a\"] { margin-top: 10px !important; }[data-css=\"tve-u-1695a3002e2\"] .tcb-button-link { border-radius: 4px; border-bottom: 4px solid rgb(117, 0, 23); border-top-color: rgb(198, 225, 224); border-right-color: rgb(198, 225, 224); border-left-color: rgb(198, 225, 224); background-image: none !important; background-color: rgb(143, 2, 32) !important; padding-right: 25px !important; }#tve_editor [data-css=\"tve-u-1695a3002e2\"]:hover .tcb-button-link { background-color: rgb(132, 1, 28) !important; }#tve_editor [data-css=\"tve-u-1695a36117b\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1695d7c4d62\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1695d7d2659\"] { margin-bottom: 5px !important; }[data-css=\"tve-u-1695d7d93a4\"] { margin-bottom: 5px !important; }#tve_editor [data-css=\"tve-u-1695d7e0325\"] button { background-color: rgb(143, 2, 32) !important; color: rgb(255, 255, 255); border-width: 1px; border-style: solid; border-color: rgb(143, 2, 32); background-image: none !important; font-weight: 400 !important; font-family: Merriweather; text-transform: uppercase; border-radius: 4px; overflow: hidden; }#tve_editor [data-css=\"tve-u-1695d7e0325\"]:hover button { background-color: rgba(143, 2, 32, 0.76) !important; color: rgb(255, 255, 255) !important; border-color: rgba(0, 0, 0, 0.76) !important; background-image: none !important; }#tve_editor [data-css=\"tve-u-1695d7e44c1\"] input, #tve_editor [data-css=\"tve-u-1695d7e44c1\"] input::placeholder, #tve_editor [data-css=\"tve-u-1695d7e44c1\"] textarea, #tve_editor [data-css=\"tve-u-1695d7e44c1\"] textarea::placeholder { font-size: 15px; }[data-css=\"tve-u-1695d7e44c1\"] input, [data-css=\"tve-u-1695d7e44c1\"] textarea { padding: 12px 10px !important; }#tve_editor [data-css=\"tve-u-1695d7e0325\"] { max-width: 43%; width: 43%; }[data-css=\"tve-u-1695d7e0325\"] { margin-left: auto !important; margin-right: auto !important; float: none; }#tve_editor [data-css=\"tve-u-1695d7e0325\"] strong { font-weight: 700; }}@media (max-width: 1023px){[data-css=\"tve-u-1621ebfa746\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621eb037bb\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621ec78d2c\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621ec6c39b\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621b064668\"] { max-width: 49%; }[data-css=\"tve-u-1621b064646\"] { max-width: 51%; }[data-css=\"tve-u-1621b3c74d9\"] { max-width: 100%; }[data-css=\"tve-u-1621f0b0088\"] { min-height: 100px !important; }[data-css=\"tve-u-1621ee3afec\"] > .tve-cb { display: block; }[data-css=\"tve-u-1621e7ceab3\"] > .tve-cb { display: block; }[data-css=\"tve-u-1621ea50702\"] { float: none; width: 100%; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621ae4fd21\"] > .tve-cb { display: block; }[data-css=\"tve-u-162717cb60f\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-162717cb610\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-16223dad661\"] { padding-top: 20px !important; }[data-css=\"tve-u-1641367127b\"] { float: none; font-size: 50px; width: 50px; height: 50px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1641367e553\"] { float: none; font-size: 50px; width: 50px; height: 50px; margin: -44px auto 40px !important; padding-right: 12px !important; }[data-css=\"tve-u-1621e7b695a\"] { margin-bottom: 50px !important; }[data-css=\"tve-u-1621ee37f4a\"] { min-height: 262px; }[data-css=\"tve-u-1621ada1e7f\"] { padding: 50px 30px 50px 0px !important; }[data-css=\"tve-u-1621b072b4e\"] { max-width: 100%; }[data-css=\"tve-u-1621a2247ba\"] { margin-bottom: 60px !important; }[data-css=\"tve-u-16229f6175c\"] { margin-top: 0px !important; }[data-css=\"tve-u-162717cb60b\"] { height: calc(100% - -85px); margin-top: -85px !important; }[data-css=\"tve-u-162717cb617\"] .tcb-flex-col { flex-basis: 560px !important; }#tcb_landing_page h5 { line-height: 1.3em; }#tcb_landing_page h6 { line-height: 1.4em; }#tcb_landing_page p, #tcb_landing_page li { line-height: 1.5em; }[data-css=\"tve-u-1628a146aef\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1628a12f675\"] { margin-bottom: 40px !important; }[data-css=\"tve-u-1628a10d3b4\"] { margin-bottom: 40px !important; }[data-css=\"tve-u-162718bd0c0\"] { clip-path: url(\"#clip-tablet-top-a3b25e1c9221a\"); -webkit-clip-path: url(\"#clip-tablet-top-a3b25e1c9221a\");  background-color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-162717cb621\"] { z-index: 6; padding-top: 60px !important; margin-top: -90px !important; }[data-css=\"tve-u-162718a3b40\"] { max-width: 100%; min-height: 1px !important; }[data-css=\"tve-u-16271adf6cf\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-162493d5f13\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-162717fcf9d\"] { margin-top: -40px !important; padding-top: 90px !important; padding-left: 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-16260d3f4af\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16260d3f4aa\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1621fb65556\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1621fb68b97\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16260d8396c\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16260d8392c\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16260d39b83\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-16260c5ff07\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-16260ba2fa4\"] { padding: 50px 40px !important; }[data-css=\"tve-u-16260be7104\"] { max-width: 100%; }[data-css=\"tve-u-1621ebbbb6d\"] { margin-top: -1px !important; }[data-css=\"tve-u-1621eaaedd8\"] { clip-path: url(\"#clip-tablet-bottom-a2b9cf3198d6f\"); -webkit-clip-path: url(\"#clip-tablet-bottom-a2b9cf3198d6f\");  }[data-css=\"tve-u-1621e7e9950\"] { margin-top: -1px !important; }[data-css=\"tve-u-16229fa8c68\"] { padding: 0px 20px 20px !important; }[data-css=\"tve-u-1622f65ba70\"] { padding: 0px 20px 20px !important; }[data-css=\"tve-u-16249373b25\"] { padding-left: 20px !important; padding-right: 20px !important; padding-bottom: 20px !important; }[data-css=\"tve-u-162493b6b63\"] { padding-left: 20px !important; padding-bottom: 20px !important; padding-right: 20px !important; }[data-css=\"tve-u-16249367114\"] { margin-top: 20px !important; }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-1624935a201\"] { line-height: 1.3em !important; }[data-css=\"tve-u-16249358652\"] { line-height: 1.3em !important; }[data-css=\"tve-u-16249355087\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1625389b4ed\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1625389a3d5\"] { line-height: 1.3em !important; }[data-css=\"tve-u-16248fc42a1\"] { line-height: 1.3em !important; }[data-css=\"tve-u-162493a03b0\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-162493a03b0\"] .tcb-flex-col { flex-basis: 145px !important; }[data-css=\"tve-u-1622a159bcb\"] { float: none; max-width: 85%; margin: 0px auto !important; padding-top: 0px !important; }[data-css=\"tve-u-16229fa6a26\"] { margin-bottom: 20px !important; padding: 0px 20px 20px !important; }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16229ffbb7b\"] { min-height: inherit; margin-left: -20px; }[data-css=\"tve-u-1621ad46076\"] { margin-bottom: 0px !important; margin-top: 0px !important; padding: 50px 40px !important; }#tve_editor [data-css=\"tve-u-1621b028939\"] .tcb-button-link { font-size: 18px; }[data-css=\"tve-u-16223f02c16\"] { min-height: 54px; }[data-css=\"tve-u-1621b01355a\"] { max-width: 304px; padding: 2px !important; }[data-css=\"tve-u-1620af7eb3f\"] { float: none; z-index: 3; position: relative; display: block; max-width: 300px; width: 300px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621afda4fa\"] { max-width: 100%; margin-bottom: 30px !important; }[data-css=\"tve-u-16224716d62\"]::after { clear: both; }[data-css=\"tve-u-1621f0aa8f7\"] { margin-top: 0px !important; }[data-css=\"tve-u-1621e7e6c1d\"] { min-height: 150px; }[data-css=\"tve-u-1621e7edfd9\"] { clip-path: url(\"#clip-tablet-bottom-10ffac3b28f1d\"); -webkit-clip-path: url(\"#clip-tablet-bottom-10ffac3b28f1d\");  }[data-css=\"tve-u-1621ebf340c\"] { float: none; width: 100%; padding: 0px !important; margin-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621e7d5094\"] { min-height: 455px; }[data-css=\"tve-u-1621adea58b\"] > .tcb-flex-col > .tcb-col { justify-content: center; }[data-css=\"tve-u-16223dad661\"]::after { clear: both; }[data-css=\"tve-u-1621e8107f3\"] { float: none; margin-left: auto !important; margin-right: auto !important; margin-bottom: 20px !important; }[data-css=\"tve-u-16223b080b0\"] { float: none; margin-left: auto !important; margin-right: auto !important; margin-top: -1px !important; }[data-css=\"tve-u-1621eb3eb9f\"] { clip-path: url(\"#clip-tablet-bottom-ac98bb0e54b3b\"); -webkit-clip-path: url(\"#clip-tablet-bottom-ac98bb0e54b3b\");  }[data-css=\"tve-u-1621fe78878\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1621fe78878\"] { min-height: inherit; }#tve_editor [data-css=\"tve-u-1621e92e97f\"] { font-size: 22px !important; }#tve_editor [data-css=\"tve-u-1621e942b65\"] { letter-spacing: 0px; font-size: 1.5em !important; }#tve_editor [data-css=\"tve-u-1621fe1bd18\"] { letter-spacing: 0px; font-size: 1.5em !important; }#tve_editor [data-css=\"tve-u-1621fe1a1af\"] { font-size: 22px !important; }#tve_editor [data-css=\"tve-u-1621fe1725e\"] { letter-spacing: 0px; font-size: 1.5em !important; }#tve_editor [data-css=\"tve-u-1621fe1587d\"] { font-size: 22px !important; }[data-css=\"tve-u-1621ef118dc\"] { position: relative; top: -50px; left: 30px; width: 100%; }[data-css=\"tve-u-1621ee3afec\"] { padding: 40px 0px 0px !important; }[data-css=\"tve-u-1621ee63e1c\"] { max-width: none; margin-bottom: 30px !important; }[data-css=\"tve-u-1621ee74a24\"] { top: 0px; right: 0px; font-size: 45px; width: 45px; height: 45px; float: none; padding-left: 0px !important; margin: 0px auto !important; }[data-css=\"tve-u-1621ee18a1c\"] { margin-top: 40px !important; margin-left: 20px !important; margin-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-1621fdcb4ea\"] { letter-spacing: 1px; font-size: 1.5em !important; }[data-css=\"tve-u-1621ec7f21a\"] { min-height: 150px; }[data-css=\"tve-u-1621eacf6af\"] { float: none; max-width: 230px; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621fd9c946\"] { max-width: 380px; float: none; width: 100%; margin: 0px auto !important; padding-left: 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-1621eb81205\"] { margin-top: 0px !important; }[data-css=\"tve-u-1621eb7ccb0\"] { min-height: 455px; }[data-css=\"tve-u-1621fd8766c\"] { min-height: 150px; }[data-css=\"tve-u-1621fd84d7b\"] { min-height: 430px; }[data-css=\"tve-u-1621e7c7aa1\"] .tcb-flex-col { flex-basis: 300px !important; }#tve_editor [data-css=\"tve-u-1621e7a7350\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621e7c899a\"] { float: none; max-width: 100%; margin-left: auto !important; margin-right: auto !important; margin-top: 0px !important; }[data-css=\"tve-u-1621e7c7aa1\"] { margin-left: -20px; flex-direction: row; }[data-css=\"tve-u-1621e7c7aa1\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-1621b3c8c52\"] { padding: 50px 40px !important; }[data-css=\"tve-u-1621fc0ce17\"] { margin-top: 10px !important; margin-bottom: 7px !important; }[data-css=\"tve-u-1621fbcad8c\"] { padding-left: 0px !important; padding-right: 30px !important; }[data-css=\"tve-u-1621fbacc60\"] { max-width: 177px; }[data-css=\"tve-u-1621fb68b97\"] { margin-left: -15px; min-height: inherit; padding: 20px !important; }[data-css=\"tve-u-1621fb68b97\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-1621fb65556\"] { margin-left: -15px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-1621fb65556\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-1621b200375\"] { float: none; max-width: 100%; margin: 0px auto !important; }[data-css=\"tve-u-1621b0e4fb7\"] { max-width: 100%; float: none; z-index: 3; position: relative; margin-right: auto !important; margin-left: auto !important; margin-bottom: 20px !important; }#tve_editor [data-css=\"tve-u-1621b10fccf\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621ae0bec7\"] { background-image: none !important; margin-top: 0px !important; }[data-css=\"tve-u-1621ae6c8da\"] { clip-path: url(\"#clip-tablet-top-aa2c3e3c70555\"); -webkit-clip-path: url(\"#clip-tablet-top-aa2c3e3c70555\");  }[data-css=\"tve-u-1621adba9ef\"] { clip-path: url(\"#clip-tablet-top-52d5a36c151aa\"); -webkit-clip-path: url(\"#clip-tablet-top-52d5a36c151aa\");  }[data-css=\"tve-u-1621ad420c4\"] { max-width: 100%; min-height: 1px !important; }[data-css=\"tve-u-1621f45bed3\"] { padding: 0px !important; }[data-css=\"tve-u-1621ae4fd21\"] { max-width: 100%; left: 0px; top: 0px; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621ae4db6e\"] { min-height: 300px; }#tve_editor [data-css=\"tve-u-1621afd8c98\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621afcc0bf\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621afceb00\"] { max-width: 100%; margin-bottom: 30px !important; }[data-css=\"tve-u-1621a98b602\"] { stroke-dasharray: 534.071, 534.071; }[data-css=\"tve-u-1621a9750ae\"] { font-size: 14.45px !important; line-height: 14.45px !important; }[data-css=\"tve-u-1621a9a2867\"] { font-size: 51px !important; line-height: 51px !important; }[data-css=\"tve-u-1621a9a2866\"] { margin-top: 42.5px !important; }[data-css=\"tve-u-1621a96b190\"] { width: 153px !important; height: 153px !important; top: 8.5px !important; bottom: 8.5px !important; left: 8.5px !important; right: 8.5px !important; }[data-css=\"tve-u-1621a9685d4\"] { stroke-width: 18px !important; }[data-css=\"tve-u-1621a9a2862\"] { width: 170px !important; height: 170px !important; }[data-css=\"tve-u-1621a983587\"] { float: none; border: 20px solid rgba(137, 141, 167, 0.24); margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621a8b2488\"] { float: none; max-width: 100%; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621a8a804b\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1621a8a804b\"] { margin-left: -24px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-1621a8a804b\"] > .tcb-flex-col { padding-left: 24px; }#tve_editor [data-css=\"tve-u-1621a2e0d5b\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621b028939\"] { position: relative; float: left; z-index: 3; display: block; max-width: 300px; width: 300px; margin-top: 15px !important; }[data-css=\"tve-u-1621adea58b\"] { margin-left: -30px; }[data-css=\"tve-u-1621adea58b\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-1621ade6172\"] { max-width: 100%; position: static; }#tve_editor [data-css=\"tve-u-16248fc42a1\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-16249355087\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-16249358652\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-1624935a201\"] { font-size: 18px !important; }[data-css=\"tve-u-1624939a960\"] { margin-bottom: 0px !important; padding-bottom: 20px !important; padding-left: 20px !important; padding-right: 20px !important; }[data-css=\"tve-u-162493a03b0\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-162493a03b0\"] { min-height: inherit; margin-left: -20px; }#tve_editor [data-css=\"tve-u-1625389a3d5\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-1625389b4ed\"] { font-size: 18px !important; }[data-css=\"tve-u-16260c39a7e\"] { float: none; max-width: 100%; margin: 0px auto !important; }[data-css=\"tve-u-16260d3f4aa\"] { margin-left: -15px; min-height: inherit; padding: 20px !important; }[data-css=\"tve-u-16260d3f4aa\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-16260d3f4af\"] { margin-left: -15px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-16260d3f4af\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-16260d8392c\"] { margin-left: -15px; min-height: inherit; padding: 20px !important; }[data-css=\"tve-u-16260d8392c\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-16260d8396c\"] { margin-left: -15px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-16260d8396c\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-16260da3aa7\"] { float: none; max-width: 100%; margin: 0px !important; }[data-css=\"tve-u-162717cb609\"] { max-width: 100%; min-height: 1px !important; }[data-css=\"tve-u-162717cb60a\"] { padding: 0px !important; }[data-css=\"tve-u-162717cb618\"] { float: none; max-width: 100%; margin-top: 60px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-162717cb620\"] { clip-path: url(\"#clip-tablet-bottom-c883ac5175045\"); -webkit-clip-path: url(\"#clip-tablet-bottom-c883ac5175045\");  }[data-css=\"tve-u-162717d1bbf\"] { margin-left: 0px; padding: 25px 25px 0px !important; }[data-css=\"tve-u-162717d1bbf\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-162717d1bb7\"] { max-width: 51.3%; }[data-css=\"tve-u-162717d1bb9\"] { max-width: 15.3%; }[data-css=\"tve-u-162717d1bb6\"] { padding-left: 0px !important; }[data-css=\"tve-u-162717d1bbc\"] { border-left: none; border-right: none; padding-left: 30px !important; padding-bottom: 10px !important; }[data-css=\"tve-u-162717d1bbe\"] { max-width: 100%; margin-left: 0px !important; margin-right: 30px !important; }[data-css=\"tve-u-164179bced9\"] { border-right: none; padding-left: 30px !important; padding-right: 0px !important; }[data-css=\"tve-u-16417b62c09\"] { max-width: 177px; }[data-css=\"tve-u-16417b662bf\"] { max-width: 177px; }[data-css=\"tve-u-16417e5bd95\"] { font-size: 14px; width: 14px; height: 14px; margin-bottom: -14px !important; margin-left: 0px !important; }[data-css=\"tve-u-1641c1b33f9\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-1641c1b456a\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-1641c1b52d3\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-1641c1b60b4\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-16959822de2\"] { margin-right: 1px !important; padding-right: 10px !important; padding-top: 10px !important; }[data-css=\"tve-u-16959cd1e7a\"] { margin-top: 30px !important; margin-bottom: 10px !important; }[data-css=\"tve-u-1695a3002e2\"] { margin-top: 15px !important; }}@media (max-width: 767px){[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-16417e9d24e\"]::after { clear: both; }[data-css=\"tve-u-16417b70f47\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 0px !important; }[data-css=\"tve-u-1621e819c52\"] { min-height: 100px; }[data-css=\"tve-u-1621e8107f3\"] { max-width: 100px; }[data-css=\"tve-u-1621fd8766c\"] { min-height: 144px; }[data-css=\"tve-u-1621ec79a7d\"] { min-height: 100px; }[data-css=\"tve-u-1621ec78d2c\"] { max-width: 100px; }[data-css=\"tve-u-1621ec7f21a\"] { min-height: 144px; }[data-css=\"tve-u-1621e7e6c1d\"] { min-height: 144px; }[data-css=\"tve-u-16417b4cb9e\"] { padding-bottom: 30px !important; }[data-css=\"tve-u-1621ec752da\"] { min-height: 100px; }[data-css=\"tve-u-1621ec6c39b\"] { max-width: 100px; }[data-css=\"tve-u-1621fd84d7b\"] { min-height: 430px; }[data-css=\"tve-u-1621e7c7aa1\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16223dad661\"] { padding-top: 0px !important; }[data-css=\"tve-u-1621b3c74d9\"] { max-width: 100%; }[data-css=\"tve-u-1621eb81205\"] { max-width: 100%; margin-bottom: 20px !important; }[data-css=\"tve-u-1621e7ceab3\"] { max-width: 100%; margin-bottom: 20px !important; }[data-css=\"tve-u-1621f0b0088\"] { min-height: 120px !important; }[data-css=\"tve-u-1621f0da775\"] { float: none; width: 100%; max-width: 280px; margin: 0px auto 20px !important; }[data-css=\"tve-u-1621ee37f4a\"] { min-height: 260px; }[data-css=\"tve-u-1621ee3afec\"] > .tve-cb { display: flex; justify-content: center; flex-direction: column; }[data-css=\"tve-u-1621ee63e1c\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1641367127b\"] { font-size: 30px; width: 30px; height: 30px; }[data-css=\"tve-u-1641367e553\"] { float: none; font-size: 30px; width: 30px; height: 30px; margin: -30px auto 30px !important; padding-right: 10px !important; }[data-css=\"tve-u-1621ada1e7f\"] { padding: 0px !important; }[data-css=\"tve-u-162717cb617\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-162717cb617\"] { min-height: inherit; }[data-css=\"tve-u-16229fa6a26\"] { height: calc(100% - 21px); margin-bottom: 0px !important; margin-top: 21px !important; }[data-css=\"tve-u-1624939a960\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-162493a03b0\"] .tcb-flex-col { flex-basis: 400px !important; }[data-css=\"tve-u-1621a2247ba\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-162717cb60f\"] { margin-bottom: 25px !important; }[data-css=\"tve-u-162717d1bbf\"] .tcb-flex-col { flex-basis: 225px !important; }[data-css=\"tve-u-1621ee3afec\"] { max-width: 100%; padding: 0px !important; position: static !important; }#tve_editor [data-css=\"tve-u-1641333d7d1\"] { font-size: 14px !important; }[data-css=\"tve-u-162717cb60b\"] { margin-top: 0px !important; }[data-css=\"tve-u-162717cb621\"] { z-index: 2; padding-left: 20px !important; padding-right: 20px !important; margin-top: -160px !important; padding-top: 35px !important; }[data-css=\"tve-u-162717cb617\"] .tcb-flex-col { flex-basis: 435px !important; }[data-css=\"tve-u-16369305186\"] { float: none; width: 100%; max-width: 279px; z-index: 3; position: relative; margin: 0px auto !important; }#tcb_landing_page h6 { line-height: 1.4em; }#tcb_landing_page h5 { line-height: 1.3em; }#tcb_landing_page p, #tcb_landing_page li { font-size: 14px; }#tcb_landing_page h2 { font-size: 28px; }#tcb_landing_page h1 { font-size: 35px; }[data-css=\"tve-u-16260ba2fa4\"] { padding-bottom: 40px !important; padding-left: 20px !important; padding-right: 20px !important; }[data-css=\"tve-u-1628a10d3b4\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-1628a12f675\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-162717cb610\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-16271bfe70c\"] { padding: 0px !important; }[data-css=\"tve-u-162717fcf9d\"] { z-index: 1; margin-top: 0px !important; padding-top: 75px !important; padding-left: 20px !important; padding-right: 20px !important; border: none; }[data-css=\"tve-u-162718bd0c0\"] { clip-path: url(\"#clip-mobile-top-a3b25e1c9221a\"); -webkit-clip-path: url(\"#clip-mobile-top-a3b25e1c9221a\");  }[data-css=\"tve-u-1621eb3eb9f\"] { clip-path: url(\"#clip-mobile-bottom-ac98bb0e54b3b\"); -webkit-clip-path: url(\"#clip-mobile-bottom-ac98bb0e54b3b\");  }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col > .tcb-col { min-height: 155px; }[data-css=\"tve-u-16229ffbb7b\"] { min-height: inherit; margin-left: 0px; }[data-css=\"tve-u-16229fa8c68\"] { height: calc(100% - 28px); margin-bottom: 0px !important; margin-top: 20px !important; }[data-css=\"tve-u-1622f65ba70\"] { height: calc(100% - 20px); margin-bottom: 0px !important; margin-top: 20px !important; }[data-css=\"tve-u-16229f6175c\"] { margin-top: 0px !important; }[data-css=\"tve-u-1622a159bcb\"] { float: none; max-width: 100%; margin-left: auto !important; margin-right: auto !important; padding-top: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-16229ae62a7\"] { border-right: none; }#tve_editor [data-css=\"tve-u-16228c764b2\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-16228c75500\"] { font-size: 18px !important; }[data-css=\"tve-u-1621fb65556\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-1621a983587\"] { border: 20px solid rgba(137, 141, 167, 0.32); }[data-css=\"tve-u-1621ee74a24\"] { float: none; margin-left: auto !important; margin-right: auto !important; margin-bottom: 10px !important; }[data-css=\"tve-u-1621afda4fa\"] { max-width: 100%; margin-bottom: 20px !important; }[data-css=\"tve-u-16223f02c16\"] { min-height: 54px; }[data-css=\"tve-u-1621f0aa8f7\"] { margin-top: 0px !important; }#tve_editor [data-css=\"tve-u-1622444fb11\"] { letter-spacing: 0px; }[data-css=\"tve-u-16224439be1\"] { padding: 0px !important; }[data-css=\"tve-u-1621fb68b97\"] { padding: 0px !important; }[data-css=\"tve-u-1621afceb00\"] { max-width: 100%; margin-bottom: 30px !important; }[data-css=\"tve-u-1621b0e4fb7\"] { float: none; margin-right: auto !important; margin-bottom: 30px !important; padding-left: 0px !important; margin-left: auto !important; }[data-css=\"tve-u-1621ebf340c\"] { padding-bottom: 40px !important; }[data-css=\"tve-u-1621ea50702\"] { float: none; width: 100%; padding: 0px !important; margin-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621e7d5094\"] { min-height: 430px; }[data-css=\"tve-u-1621eb7ccb0\"] { min-height: 430px; }[data-css=\"tve-u-1621ee03000\"] { flex-direction: column; }[data-css=\"tve-u-16223fe5f5b\"] { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621f0d2c1a\"] { margin-left: 25px !important; margin-right: 25px !important; }[data-css=\"tve-u-1621ee18a1c\"] { margin: 0px 20px 20px 0px !important; }[data-css=\"tve-u-1621ef118dc\"] { top: 0px; width: 245px; position: relative; float: none; z-index: 5; left: 0px; margin: -22px auto 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-1621fd9c946\"] { max-width: 100%; margin-top: 0px !important; margin-left: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-16223fc9f23\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-1621e7c899a\"] { max-width: none; float: none; margin-top: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621b3c8c52\"] { padding: 40px 20px !important; }[data-css=\"tve-u-1621fbcad8c\"] { padding: 20px !important; }[data-css=\"tve-u-1621fb65556\"] { margin-left: 0px; padding: 0px !important; }[data-css=\"tve-u-1621fbacc60\"] { max-width: 126px; float: none; margin-left: auto !important; margin-right: auto !important; margin-top: 20px !important; }[data-css=\"tve-u-1621b200375\"] { float: none; margin-top: 0px !important; margin-left: auto !important; margin-right: auto !important; }#tve_editor [data-css=\"tve-u-1621b10fccf\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621b028939\"] { display: block; max-width: 100%; width: 100%; float: none; min-width: 100%; margin-left: auto !important; margin-right: auto !important; margin-top: 0px !important; }[data-css=\"tve-u-1621ae4db6e\"] { min-height: 270px; }[data-css=\"tve-u-1621ae6c8da\"] { clip-path: url(\"#clip-mobile-top-aa2c3e3c70555\"); -webkit-clip-path: url(\"#clip-mobile-top-aa2c3e3c70555\");  }[data-css=\"tve-u-1621adba9ef\"] { clip-path: url(\"#clip-mobile-top-52d5a36c151aa\"); -webkit-clip-path: url(\"#clip-mobile-top-52d5a36c151aa\");  }[data-css=\"tve-u-16223f02c16\"]::after { clear: both; }[data-css=\"tve-u-1621b01355a\"] { max-width: 100%; float: none; margin-left: auto !important; margin-right: auto !important; margin-bottom: 15px !important; }[data-css=\"tve-u-1620af7eb3f\"] { float: none; display: block; max-width: 100%; width: 100%; min-width: 100%; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621ae0bec7\"]::after { clear: both; }[data-css=\"tve-u-1621f45bed3\"] { padding: 40px 20px 0px !important; }[data-css=\"tve-u-1621ad46076\"] { margin: 0px !important; padding: 30px 20px !important; }[data-css=\"tve-u-1621adea58b\"] { flex-flow: row-reverse wrap-reverse !important; }[data-css=\"tve-u-1621ae4fd21\"] { margin-top: 0px !important; position: static !important; }[data-css=\"tve-u-1621a8b2488\"] { float: none; max-width: 100%; margin-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621a8a804b\"] { padding-left: 0px !important; padding-right: 0px !important; }#tve_editor [data-css=\"tve-u-1621a2e0d5b\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621e7c7aa1\"] { flex-direction: column; min-height: inherit; }[data-css=\"tve-u-16249367114\"] { margin-top: 0px !important; }[data-css=\"tve-u-16249373b25\"] { height: calc(100% - 20px); margin-bottom: 0px !important; background-image: linear-gradient(rgb(248, 249, 251), rgb(248, 249, 251)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; margin-top: 20px !important; }[data-css=\"tve-u-162493a03b0\"] > .tcb-flex-col > .tcb-col { min-height: 155px; }[data-css=\"tve-u-162493a03b0\"] { min-height: inherit; }[data-css=\"tve-u-162493b6b63\"] { height: calc(100% - 20px); margin-bottom: 0px !important; margin-top: 20px !important; }[data-css=\"tve-u-16260c39a7e\"] { float: none; margin-top: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-16260d3f4aa\"] { padding: 0px !important; }[data-css=\"tve-u-16260d3f4af\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-16260d3f4af\"] { margin-left: 0px; padding: 0px !important; }[data-css=\"tve-u-16260d8392c\"] { padding: 0px !important; }[data-css=\"tve-u-16260d8396c\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-16260d8396c\"] { margin-left: 0px; padding: 0px !important; }[data-css=\"tve-u-16260da3aa7\"] { float: none; margin-top: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-162717cb618\"] { margin: 140px 0px 0px !important; }[data-css=\"tve-u-162717cb620\"] { clip-path: url(\"#clip-mobile-bottom-c883ac5175045\"); -webkit-clip-path: url(\"#clip-mobile-bottom-c883ac5175045\");  opacity: 1; filter: grayscale(0%) blur(0px); background-image: linear-gradient(rgba(0, 0, 0, 0.51), rgba(0, 0, 0, 0.51)), url(\"https://bestcerakoteflorida.com/wp-content/uploads/2018/05/FTYS6743.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-162717cb60a\"] { padding: 0px !important; }#tve_editor [data-css=\"tve-u-162717cb616\"] { font-size: 27px !important; }[data-css=\"tve-u-162717d1bbf\"] > .tcb-flex-col { padding-left: 18px; }[data-css=\"tve-u-162717d1bbf\"] { margin-left: -18px; padding: 10px !important; flex-flow: row wrap !important; }[data-css=\"tve-u-162717d1bbe\"] { border-bottom: 1px solid rgba(255, 255, 255, 0.2); border-right: none; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-162717d1bbc\"] { border: none; padding-left: 0px !important; padding-right: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-162717d1bb6\"] { border: none; padding-top: 0px !important; padding-left: 0px !important; margin-bottom: 1px !important; margin-top: -5px !important; padding-bottom: 10px !important; }[data-css=\"tve-u-164179a84b8\"] { float: none; width: 100%; max-width: 155px; z-index: 3; position: relative; margin-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-164179bced9\"] { border-right: none; position: relative; max-width: 250px; float: none; padding-left: 0px !important; padding-right: 0px !important; margin-top: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-16417b62c09\"] { max-width: 126px; float: none; margin-left: auto !important; margin-right: auto !important; margin-top: 20px !important; }[data-css=\"tve-u-16417b662bf\"] { max-width: 126px; float: none; margin-left: auto !important; margin-right: auto !important; margin-top: 20px !important; }[data-css=\"tve-u-16417e5bd95\"] { margin: 3px 10px 0px 0px !important; }#tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] p, #tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] li, #tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] blockquote, #tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] address, #tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] .tcb-plain-text, #tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] label { font-size: 18px; }[data-css=\"tve-u-16959822de2\"] { float: none; padding-top: 10px !important; margin-left: auto !important; margin-right: auto !important; }}'),(6916,573,'tve_revision_tve_user_custom_css',''),(6917,573,'tve_revision_tve_page_events','a:0:{}'),(6918,573,'tve_revision_tve_globals','a:2:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";s:8:\"font_cls\";a:0:{}}'),(6919,573,'tve_revision_tve_global_scripts',''),(6920,573,'tve_revision_thrive_icon_pack','0'),(6921,573,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(6922,573,'tve_revision_tve_has_masonry','0'),(6923,573,'tve_revision_tve_has_typefocus','0'),(6924,573,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-162717d1bbe\" wfd-id=\"443\"><div class=\"tcb-flex-row tcb-medium-no-wrap v-2 tcb--cols--3 m-edit tcb-mobile-wrap tcb-resized\" data-css=\"tve-u-162717d1bbf\" wfd-id=\"444\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1695981e7bb\" wfd-id=\"463\"><div class=\"tcb-col\" data-css=\"tve-u-16959846d3d\" wfd-id=\"465\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16959822de2\" wfd-id=\"466\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"467\"><img class=\"tve_image wp-image-465\" alt=\"\" width=\"384\" height=\"62\" title=\"Blackhawk_custom_header\" data-id=\"465\" src=\"https://bestcerakoteflorida.com/wp-content/uploads/2019/01/Blackhawk_custom_header.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717d1bb9\" style=\"\" wfd-id=\"456\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717d1bb6\" wfd-id=\"458\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-164179a84b8\" wfd-id=\"459\">\n<div class=\"tve-content-box-background\" wfd-id=\"462\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"460\"><div class=\"tcb-clear\" wfd-id=\"461\"></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717d1bb7\" style=\"\" wfd-id=\"445\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717d1bbc\" wfd-id=\"447\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16369305186\" wfd-id=\"448\">\n<div class=\"tve-content-box-background\" wfd-id=\"455\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16417e9d24e\" wfd-id=\"449\"><div class=\"tcb-clear\" wfd-id=\"453\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-16417e5bd95\" data-float=\"1\" wfd-id=\"454\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-envelope-regular\" data-name=\"\">\n            <path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path>\n        </svg></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-164179bced9\" wfd-id=\"450\"><p data-css=\"tve-u-1641333d7d1\"><a href=\"mailto:info@bestcerkoteflorida.com\" target=\"_blank\">info@bestcerakoteflorida.com</a></p></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-162717cb621\" data-value-type=\"percent\" wfd-id=\"415\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-162717cb620\" data-clip-id=\"c883ac5175045\" wfd-id=\"442\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-c883ac5175045\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"6\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.8949, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-c883ac5175045\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9476, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-c883ac5175045\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9651, 1 1, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-162717cb609\" wfd-id=\"416\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-162717cb618\" wfd-id=\"417\"><div class=\"tcb-flex-row tcb-medium-wrap tcb-resized v-2 tcb--cols--2\" data-css=\"tve-u-162717cb617\" wfd-id=\"418\"><div class=\"tcb-flex-col\" data-css=\"tve-u-162717cb601\" style=\"\" wfd-id=\"432\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717cb60a\" wfd-id=\"434\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h1\" data-css=\"tve-u-162717cb610\" wfd-id=\"438\"><h1 data-css=\"tve-u-162717cb616\" style=\"text-align: center;\">&nbsp;Protect What\'s Important To You! With The Toughest Ceramic Finish In The World!<span data-css=\"tve-u-16271ca808e\" style=\"color: rgb(0, 229, 255);\" wfd-id=\"441\"></span></h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162717cb60f\" wfd-id=\"435\"><p data-css=\"tve-u-1695a36117b\" style=\"text-align: center;\">Heat, Water, Salt and Sand just some of the conditions you face. And any one of them is just waiting to get a hold of your firearm and leave it a pile of rusted, pitted junk.</p><p data-css=\"tve-u-16413112747\" style=\"text-align: center;\">Unfortunately there wasn\'t much you could do other than keep cleaning and lubricating your firearms...till NOW!</p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717cb600\" style=\"\" wfd-id=\"419\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717cb60b\" wfd-id=\"421\"><div class=\"thrv_responsive_video thrv_wrapper rv_style_lifted_style2\" data-type=\"youtube\" data-rel=\"0\" data-url=\"https://www.youtube.com/watch?v=a1nyu9ZJiEk\" data-css=\"tve-u-16959cd1e7a\" data-modestbranding=\"1\" wfd-id=\"429\">\n	\n\n	<div class=\"tve_responsive_video_container\" wfd-id=\"430\">\n		<div class=\"video_overlay\" wfd-id=\"431\"></div>\n	<iframe data-code=\"TEOqV1Q16lU\" data-provider=\"youtube\" src=\"https://www.youtube.com/embed/TEOqV1Q16lU?rel=0&amp;modestbranding=1&amp;controls=1&amp;showinfo=1&amp;fs=1&amp;wmode=transparent\" data-src=\"https://www.youtube.com/embed/TEOqV1Q16lU?rel=0&amp;modestbranding=1&amp;controls=1&amp;showinfo=1&amp;fs=1&amp;wmode=transparent\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\n</div><div class=\"thrv_wrapper thrv-button tcb-with-icon\" data-css=\"tve-u-1695a3002e2\" data-tcb_hover_state_parent=\"\" data-button-style=\"border_1\" wfd-id=\"422\">\n	<a href=\"tel:1-954-848-1911\" class=\"tcb-button-link\" target=\"_blank\" rel=\"\"><span class=\"tcb-button-icon\" wfd-id=\"427\">\n	<div class=\"thrv_wrapper thrv_icon tve_no_drag tve_no_icons tcb-icon-inherit-style tcb-icon-display\" wfd-id=\"428\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-phone-plus-light\" data-name=\"\">\n            <path d=\"M8 128h88v88c0 4.4 3.6 8 8 8h16c4.4 0 8-3.6 8-8v-88h88c4.4 0 8-3.6 8-8v-16c0-4.4-3.6-8-8-8h-88V8c0-4.4-3.6-8-8-8h-16c-4.4 0-8 3.6-8 8v88H8c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8zM487.8 24.1L387 .8c-14.7-3.4-29.8 4.2-35.8 18.1l-46.5 108.5c-5.5 12.7-1.8 27.7 8.9 36.5l53.9 44.1c-34 69.2-90.3 125.6-159.6 159.6l-44.1-53.9c-8.8-10.7-23.8-14.4-36.5-8.9L18.9 351.3c-13.9 6-21.5 21-18.1 35.8L24 487.9C27.3 502 39.9 512 54.5 512 306.7 512 512 307.8 512 54.5c0-14.6-10-27.2-24.2-30.4zM55.1 480l-23-99.6 107.4-46 59.5 72.8c103.6-48.6 159.7-104.9 208.1-208.1l-72.8-59.5 46-107.4 99.6 23C479.7 289.7 289.6 479.7 55.1 480z\"></path>\n        </svg></div>\n</span>\n\n		<span class=\"tcb-button-texts\" wfd-id=\"423\"><span class=\"tcb-button-text thrv-inline-text\" wfd-id=\"424\">CALL NOW</span></span>\n	</a>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-162717fcf9d\" data-value-type=\"percent\" wfd-id=\"360\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-162718bd0c0\" data-clip-id=\"a3b25e1c9221a\" wfd-id=\"414\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0875\"></polygon></clipPath><clipPath id=\"clip-tablet-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"6\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.1051\"></polygon></clipPath><clipPath id=\"clip-mobile-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"1\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0175\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-162718a3b40\" wfd-id=\"361\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622a159bcb\" wfd-id=\"362\">\n<div class=\"tve-content-box-background\" wfd-id=\"413\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"363\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621a2247ba\" wfd-id=\"410\"><h2 data-css=\"tve-u-1621a2e0d5b\">our services</h2></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16229f6175c\" wfd-id=\"387\"><div class=\"tcb-flex-row tcb-medium-no-wrap tcb--cols--3 v-2\" data-css=\"tve-u-162493a03b0\" wfd-id=\"388\"><div class=\"tcb-flex-col\" wfd-id=\"403\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1624939a960\" data-tcb_hover_state_parent=\"\" wfd-id=\"405\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-162493d5f13\" data-float=\"1\" wfd-id=\"409\"><svg class=\"tcb-icon\" viewBox=\"0 0 14 28\" data-name=\"bolt\">\n<path d=\"M13.828 8.844c0.172 0.187 0.219 0.453 0.109 0.688l-8.437 18.078c-0.125 0.234-0.375 0.391-0.656 0.391-0.063 0-0.141-0.016-0.219-0.031-0.344-0.109-0.547-0.438-0.469-0.766l3.078-12.625-6.344 1.578c-0.063 0.016-0.125 0.016-0.187 0.016-0.172 0-0.359-0.063-0.484-0.172-0.187-0.156-0.25-0.391-0.203-0.609l3.141-12.891c0.078-0.297 0.359-0.5 0.688-0.5h5.125c0.391 0 0.703 0.297 0.703 0.656 0 0.094-0.031 0.187-0.078 0.281l-2.672 7.234 6.188-1.531c0.063-0.016 0.125-0.031 0.187-0.031 0.203 0 0.391 0.094 0.531 0.234z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"407\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-162494b490e\" wfd-id=\"408\"><h4 data-css=\"tve-u-16249355087\" style=\"text-align: left;\">Express exterior</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162494b7ad0\" wfd-id=\"406\"><p data-css=\"tve-u-162492e70ad\">Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"396\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162493b6b63\" data-tcb_hover_state_parent=\"\" wfd-id=\"398\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b456a\" wfd-id=\"402\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"adjust\">\n<path d=\"M12 22.5v-17c-4.688 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"400\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1af44d\" wfd-id=\"401\"><h4 data-css=\"tve-u-16249358652\" style=\"text-align: left;\">Interior clean</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"399\"><p data-css=\"tve-u-162492e70ad\">Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"389\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16249373b25\" wfd-id=\"391\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b52d3\" wfd-id=\"395\"><svg class=\"tcb-icon\" viewBox=\"0 0 26 28\" data-name=\"umbrella\">\n<path d=\"M14 12.938v9.063c0 2.172-1.828 4-4 4s-4-1.828-4-4c0-0.547 0.453-1 1-1s1 0.453 1 1c0 1.047 0.953 2 2 2s2-0.953 2-2v-9.063c0.328-0.109 0.656-0.172 1-0.172s0.672 0.063 1 0.172zM26 13.359c0 0.266-0.234 0.5-0.5 0.5-0.141 0-0.25-0.063-0.359-0.156-0.906-0.844-1.75-1.437-3.047-1.437-1.484 0-2.766 0.922-3.609 2.094-0.187 0.266-0.328 0.547-0.5 0.812-0.109 0.172-0.234 0.266-0.438 0.266-0.219 0-0.344-0.094-0.453-0.266-0.172-0.266-0.313-0.547-0.5-0.812-0.844-1.172-2.109-2.094-3.594-2.094s-2.75 0.922-3.594 2.094c-0.187 0.266-0.328 0.547-0.5 0.812-0.109 0.172-0.234 0.266-0.453 0.266-0.203 0-0.328-0.094-0.438-0.266-0.172-0.266-0.313-0.547-0.5-0.812-0.844-1.172-2.125-2.094-3.609-2.094-1.297 0-2.141 0.594-3.047 1.437-0.109 0.094-0.219 0.156-0.359 0.156-0.266 0-0.5-0.234-0.5-0.5 0-0.047 0-0.078 0.016-0.109 1.437-5.906 7.141-9.25 12.984-9.25 5.812 0 11.578 3.344 12.984 9.25 0.016 0.031 0.016 0.063 0.016 0.109zM14 2v1.531c-0.328-0.016-0.672-0.031-1-0.031s-0.672 0.016-1 0.031v-1.531c0-0.547 0.453-1 1-1s1 0.453 1 1z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"393\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b01a6\" wfd-id=\"394\"><h4 data-css=\"tve-u-1624935a201\" style=\"text-align: left;\">Wax protection</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"392\"><p data-css=\"tve-u-162492e70ad\">Etiam pharetra, erat sed fermentum feugiat, velit mauris</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16249367114\" wfd-id=\"364\"><div class=\"tcb-flex-row tcb-medium-no-wrap tcb--cols--3 v-2\" data-css=\"tve-u-16229ffbb7b\" wfd-id=\"365\"><div class=\"tcb-flex-col\" wfd-id=\"380\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229fa6a26\" wfd-id=\"382\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b33f9\" wfd-id=\"386\"><svg class=\"tcb-icon\" viewBox=\"0 0 26 28\" data-name=\"magic\">\n<path d=\"M18.594 9.078l4.578-4.578-1.672-1.672-4.578 4.578zM25.578 4.5c0 0.266-0.094 0.516-0.281 0.703l-20.094 20.094c-0.187 0.187-0.438 0.281-0.703 0.281s-0.516-0.094-0.703-0.281l-3.094-3.094c-0.187-0.187-0.281-0.438-0.281-0.703s0.094-0.516 0.281-0.703l20.094-20.094c0.187-0.187 0.438-0.281 0.703-0.281s0.516 0.094 0.703 0.281l3.094 3.094c0.187 0.187 0.281 0.438 0.281 0.703zM4.469 1.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531zM9.938 4.062l3.063 0.938-3.063 0.938-0.938 3.063-0.938-3.063-3.063-0.938 3.063-0.938 0.938-3.063zM24.469 11.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531zM14.469 1.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"384\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b0a67\" wfd-id=\"385\"><h4 data-css=\"tve-u-16248fc42a1\" style=\"text-align: left;\">Dust &amp; Dash Console</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"383\"><p data-css=\"tve-u-162492e70ad\">Duis sed odio sit amet nibh vulputate cursus a sit amet mauris.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"373\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1622f65ba70\" wfd-id=\"375\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b60b4\" wfd-id=\"379\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"certificate\">\n<path d=\"M21.5 14l2.156 2.109c0.297 0.281 0.406 0.703 0.313 1.094-0.109 0.391-0.422 0.703-0.812 0.797l-2.938 0.75 0.828 2.906c0.109 0.391 0 0.812-0.297 1.094-0.281 0.297-0.703 0.406-1.094 0.297l-2.906-0.828-0.75 2.938c-0.094 0.391-0.406 0.703-0.797 0.812-0.094 0.016-0.203 0.031-0.297 0.031-0.297 0-0.594-0.125-0.797-0.344l-2.109-2.156-2.109 2.156c-0.281 0.297-0.703 0.406-1.094 0.313-0.406-0.109-0.703-0.422-0.797-0.812l-0.75-2.938-2.906 0.828c-0.391 0.109-0.812 0-1.094-0.297-0.297-0.281-0.406-0.703-0.297-1.094l0.828-2.906-2.938-0.75c-0.391-0.094-0.703-0.406-0.812-0.797-0.094-0.391 0.016-0.812 0.313-1.094l2.156-2.109-2.156-2.109c-0.297-0.281-0.406-0.703-0.313-1.094 0.109-0.391 0.422-0.703 0.812-0.797l2.938-0.75-0.828-2.906c-0.109-0.391 0-0.812 0.297-1.094 0.281-0.297 0.703-0.406 1.094-0.297l2.906 0.828 0.75-2.938c0.094-0.391 0.406-0.703 0.797-0.797 0.391-0.109 0.812 0 1.094 0.297l2.109 2.172 2.109-2.172c0.281-0.297 0.688-0.406 1.094-0.297 0.391 0.094 0.703 0.406 0.797 0.797l0.75 2.938 2.906-0.828c0.391-0.109 0.812 0 1.094 0.297 0.297 0.281 0.406 0.703 0.297 1.094l-0.828 2.906 2.938 0.75c0.391 0.094 0.703 0.406 0.812 0.797 0.094 0.391-0.016 0.812-0.313 1.094z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"377\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b12d8\" wfd-id=\"378\"><h4 data-css=\"tve-u-1625389a3d5\" style=\"text-align: left;\">Triple Foam Polish</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"376\"><p data-css=\"tve-u-162492e70ad\">Class aptent taciti sociosqu ad litora torquent</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"366\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229fa8c68\" wfd-id=\"368\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-16271adf6cf\" wfd-id=\"372\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"bullseye\">\n<path d=\"M16 14c0 2.203-1.797 4-4 4s-4-1.797-4-4 1.797-4 4-4 4 1.797 4 4zM18 14c0-3.313-2.688-6-6-6s-6 2.688-6 6 2.688 6 6 6 6-2.688 6-6zM20 14c0 4.422-3.578 8-8 8s-8-3.578-8-8 3.578-8 8-8 8 3.578 8 8zM22 14c0-5.516-4.484-10-10-10s-10 4.484-10 10 4.484 10 10 10 10-4.484 10-10zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"370\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-16248fc71c8\" wfd-id=\"371\"><h4 data-css=\"tve-u-1625389b4ed\" style=\"text-align: left;\">Tire dressing</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"369\"><p data-css=\"tve-u-162492e70ad\">Etiam pharetra, erat sed fermentum feugiat, velit mauris</p></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621ad46076\" wfd-id=\"320\">\n<div class=\"tve-page-section-out\" wfd-id=\"359\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621b072b4e\" wfd-id=\"321\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621a8b2488\" wfd-id=\"322\"><div class=\"tcb-flex-row tcb--cols--2 v-2\" data-css=\"tve-u-1621a8a804b\" wfd-id=\"323\"><div class=\"tcb-flex-col\" wfd-id=\"335\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16271bfe70c\" wfd-id=\"337\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h3\" data-css=\"tve-u-1621a8c4313\" wfd-id=\"356\"><h3><strong>Complete cleaning services for yoâ€‹ur car</strong></h3></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-16417b70f47\" wfd-id=\"338\"><ul class=\"tcb-styled-list\" wfd-id=\"339\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621acf0289\" wfd-id=\"350\"><div class=\"tcb-styled-list-icon\" wfd-id=\"354\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a8e11f3\" wfd-id=\"355\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ace1b08\" wfd-id=\"351\">We are a small business delivering professional cleaning services for all vehicles</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621acf64fb\" wfd-id=\"346\"><div class=\"tcb-styled-list-icon\" wfd-id=\"348\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a8e5625\" wfd-id=\"349\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ace4de9\" wfd-id=\"347\">Our services are convenient for individuals and corporate fleets</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"340\"><div class=\"tcb-styled-list-icon\" wfd-id=\"344\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a9076ef\" wfd-id=\"345\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621acf47d2\" wfd-id=\"341\">We use eco-friendly products that actually clean, protect and maintain your car better than the traditional cleaning substances</span></li></ul></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"324\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621a90a46f\" wfd-id=\"326\"><div class=\"thrv_wrapper thrv-fill-counter tve_red tve_normalfc thrv_data_element\" data-css=\"tve-u-1621a983587\" wfd-id=\"327\">\n<div class=\"tve_fill_counter_n\" style=\"\" data-fill=\"100\" data-css=\"tve-u-1621a98b602\" wfd-id=\"328\">\n<svg viewBox=\"0 0 160 160\" class=\"tve_fill_counter_circle\" shape-rendering=\"optimizeSpeed\" data-css=\"tve-u-1621a9a2862\">\n<circle class=\"tve_fill_counter_circle_inner\" r=\"80\" cx=\"80\" cy=\"80\" data-css=\"tve-u-1621a9685d4\"></circle>\n</svg>\n<div class=\"tve_fill_text_in\" data-css=\"tve-u-1621a96b190\" wfd-id=\"329\">\n<div class=\"tve_fill_text_value\" data-css=\"tve-u-1621a9a2866\" wfd-id=\"331\">\n<div class=\"thrv-inline-text tve_fill_text tve_editable\" data-css=\"tve-u-1621a9a2867\" wfd-id=\"332\"><strong>100%â€‹</strong></div>\n</div>\n<div class=\"thrv-inline-text tve_editable tve_data_element_label\" data-css=\"tve-u-1621a9750ae\" wfd-id=\"330\">Clean car</div>\n</div>\n</div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621ada1e7f\" data-value-type=\"percent\" wfd-id=\"282\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621adba9ef\" data-clip-id=\"52d5a36c151aa\" wfd-id=\"319\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-52d5a36c151aa\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0875\"></polygon></clipPath><clipPath id=\"clip-tablet-top-52d5a36c151aa\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0524\"></polygon></clipPath><clipPath id=\"clip-mobile-top-52d5a36c151aa\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0349\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621ad420c4\" wfd-id=\"283\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621ade6172\" wfd-id=\"284\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2 tcb-row-reversed-mobile tcb-mobile-edit v-2\" data-css=\"tve-u-1621adea58b\" wfd-id=\"285\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621b064646\" style=\"\" wfd-id=\"313\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ae0bec7\" wfd-id=\"315\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ae4fd21\" data-value-type=\"percent\" data-float=\"1\" wfd-id=\"316\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621ae6c8da\" data-clip-id=\"aa2c3e3c70555\" wfd-id=\"318\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0349\"></polygon></clipPath><clipPath id=\"clip-tablet-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"4\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0699\"></polygon></clipPath><clipPath id=\"clip-mobile-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"4\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0699\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb\" data-css=\"tve-u-1621ae4db6e\" wfd-id=\"317\"></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621b064668\" style=\"\" wfd-id=\"286\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621f45bed3\" wfd-id=\"288\"><div class=\"tcb-clear\" data-css=\"tve-u-16224848ee5\" wfd-id=\"309\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621afceb00\" wfd-id=\"310\"><h2 data-css=\"tve-u-1621afcc0bf\">Check Out Our Special Offer!</h2></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621afda4fa\" wfd-id=\"308\"><p data-css=\"tve-u-1621afd8c98\">Donâ€™t miss the opportunity to get 50% discount on a complete cleaning just by recommending us to a friend. Bring someone you know with you and clean you car half price!</p></div><div class=\"tcb-clear\" data-css=\"tve-u-16224834cab\" wfd-id=\"289\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621fe85996\" wfd-id=\"290\"><div class=\"tcb-flex-row tcb--cols--2 tcb-resized tcb-medium-wrap tcb-desktop-wrap\" data-css=\"tve-u-1621fe78878\" wfd-id=\"291\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621fe94086\" style=\"\" wfd-id=\"299\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"301\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621b01355a\" wfd-id=\"302\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621b08fdde\" data-tcb_hover_state_parent=\"1\" wfd-id=\"307\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16223f02c16\" wfd-id=\"303\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-1620af7eb3f\" data-tcb_hover_state_parent=\"\" data-button-style=\"full_rounded\" wfd-id=\"304\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"305\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-16228c75500\" wfd-id=\"306\"><strong>Request an appointment</strong></span></span>\n</a>\n</div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621fe940b9\" style=\"\" wfd-id=\"292\"><div class=\"tcb-col\" wfd-id=\"294\"><div class=\"tcb-clear\" data-css=\"tve-u-16224716d62\" wfd-id=\"295\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-1621b028939\" data-tcb_hover_state_parent=\"\" data-button-style=\"ghost\" wfd-id=\"296\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"297\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-16228c764b2\" wfd-id=\"298\"><strong>Call Now: 0400-700-682</strong></span></span>\n</a>\n</div></div></div></div></div></div></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16260ba2fa4\" wfd-id=\"189\">\n<div class=\"tve-page-section-out\" wfd-id=\"281\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16260be7104\" wfd-id=\"190\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621b0e4fb7\" wfd-id=\"280\"><h2 data-css=\"tve-u-1621b10fccf\" style=\"text-align: center;\">our happy clients</h2></div><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641367127b\" data-float=\"1\" wfd-id=\"279\"><svg class=\"tcb-icon\" viewBox=\"0 0 30 32\" data-name=\"quote-left\">\n<path d=\"M13.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429zM29.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641367e553\" wfd-id=\"278\"><svg class=\"tcb-icon\" viewBox=\"0 0 30 32\" data-name=\"quote-left\">\n<path d=\"M13.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429zM29.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a10d3b4\" wfd-id=\"249\">\n<div class=\"tve-content-box-background\" wfd-id=\"277\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"250\"><div class=\"tcb-clear\" data-css=\"tve-u-1621b300a64\" wfd-id=\"275\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-1621f154231\" wfd-id=\"276\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621b200375\" wfd-id=\"253\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-16260d8392c\" wfd-id=\"254\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"259\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"261\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16417b62c09\" wfd-id=\"262\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-16260d8396c\" wfd-id=\"263\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16260d01208\" style=\"\" wfd-id=\"269\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"271\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"272\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16225617da3\" wfd-id=\"274\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"273\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16260d0120e\" style=\"\" wfd-id=\"264\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"266\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"268\"><h5>Brett Graham, 28</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"267\"><h6 class=\"\">Architect</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"255\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"257\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"258\"><p data-css=\"tve-u-162539c17ec\">Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit. Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit.&nbsp;</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-16260c5ff0c\" wfd-id=\"251\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260c5ff07\" wfd-id=\"252\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a12f675\" wfd-id=\"220\">\n<div class=\"tve-content-box-background\" wfd-id=\"248\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"221\"><div class=\"tcb-clear\" data-css=\"tve-u-16260cd7683\" wfd-id=\"246\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260d73672\" wfd-id=\"247\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16260da3aa7\" wfd-id=\"224\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-1621fb68b97\" wfd-id=\"225\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"230\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"232\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16417b662bf\" wfd-id=\"233\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-1621fb65556\" wfd-id=\"234\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16229915e1a\" style=\"\" wfd-id=\"240\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"242\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"243\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16260c433e9\" wfd-id=\"245\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"244\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16229915e4e\" style=\"\" wfd-id=\"235\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"237\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"239\"><h5>Rosie Hanson, 24</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"238\"><h6 class=\"\">Real estate Associate</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"226\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"228\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"229\"><p data-css=\"tve-u-162539c17ec\">Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo.</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-16260d3b97e\" wfd-id=\"222\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260d39b83\" wfd-id=\"223\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a146aef\" wfd-id=\"191\">\n<div class=\"tve-content-box-background\" wfd-id=\"219\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"192\"><div class=\"tcb-clear\" data-css=\"tve-u-16260cd7683\" wfd-id=\"217\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260cd622f\" wfd-id=\"218\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16260c39a7e\" wfd-id=\"195\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-16260d3f4aa\" wfd-id=\"196\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"201\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"203\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621fbacc60\" wfd-id=\"204\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-16260d3f4af\" wfd-id=\"205\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16229915e1a\" style=\"\" wfd-id=\"211\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"213\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"214\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16260d5e4b8\" wfd-id=\"216\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"215\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16229915e4e\" style=\"\" wfd-id=\"206\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"208\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"210\"><h5>Shawn Mattews, 35</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"209\"><h6 class=\"\">project manager</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"197\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"199\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"200\"><p data-css=\"tve-u-162539c17ec\">Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo. Nullam ac urna eu felis.Sed non neque elit. Sed ut imperdiet nisi. Proin condimentum</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1621b30ca74\" wfd-id=\"193\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-1621f15b521\" wfd-id=\"194\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621b3c8c52\" wfd-id=\"85\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621b3cfc7b\" wfd-id=\"188\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621b3c74d9\" wfd-id=\"86\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621e7b695a\" wfd-id=\"187\"><h2 data-css=\"tve-u-1621e7a7350\" style=\"text-align: center;\">our offers</h2></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621e7c899a\" wfd-id=\"87\"><div class=\"tcb-flex-row tcb--cols--3 tcb-medium-wrap v-2\" data-css=\"tve-u-1621e7c7aa1\" wfd-id=\"88\"><div class=\"tcb-flex-col\" wfd-id=\"151\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16223fc9f23\" wfd-id=\"153\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e7ceab3\" style=\"\" wfd-id=\"154\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16416e4fafd\" wfd-id=\"186\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e7d5094\" wfd-id=\"155\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e7e9950\" data-value-type=\"percent\" style=\"\" wfd-id=\"182\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e7edfd9\" data-clip-id=\"10ffac3b28f1d\" wfd-id=\"185\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-10ffac3b28f1d\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-10ffac3b28f1d\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e7e6c1d\" wfd-id=\"183\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-16417b4cb9e\" wfd-id=\"184\"><h4 data-css=\"tve-u-1621fe1a1af\" style=\"text-align: center;\"><strong>Basic Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ec6c39b\" data-float=\"1\" wfd-id=\"178\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e81f424\" wfd-id=\"181\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec752da\" wfd-id=\"179\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"180\"><h4 data-css=\"tve-u-1621fe1bd18\" style=\"text-align: center;\"><strong>15$</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621ea50702\" wfd-id=\"156\"><ul class=\"tcb-styled-list\" wfd-id=\"157\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec3a5c0\" wfd-id=\"174\"><div class=\"tcb-styled-list-icon\" wfd-id=\"176\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec204df\" wfd-id=\"177\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec241aa\" wfd-id=\"175\">Interior vacuum</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"170\"><div class=\"tcb-styled-list-icon\" wfd-id=\"172\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec20f68\" wfd-id=\"173\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec2704c\" wfd-id=\"171\">Dust &amp;dash console</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec42aa7\" wfd-id=\"166\"><div class=\"tcb-styled-list-icon\" wfd-id=\"168\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec21a31\" wfd-id=\"169\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec298ab\" wfd-id=\"167\">Hand towel dry</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec43fe2\" wfd-id=\"162\"><div class=\"tcb-styled-list-icon\" wfd-id=\"164\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ea1fba7\" wfd-id=\"165\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea23322\" wfd-id=\"163\">Clean windows</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec454d9\" wfd-id=\"158\"><div class=\"tcb-styled-list-icon\" wfd-id=\"160\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ea295c0\" wfd-id=\"161\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea2c69a\" wfd-id=\"159\">Soft cloth wash</span></li></ul></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"120\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"122\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621eb81205\" style=\"\" wfd-id=\"123\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16416e603ab\" wfd-id=\"150\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621eb7ccb0\" wfd-id=\"124\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ebbbb6d\" data-value-type=\"percent\" wfd-id=\"146\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eaaedd8\" data-clip-id=\"a2b9cf3198d6f\" wfd-id=\"149\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-a2b9cf3198d6f\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-a2b9cf3198d6f\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec7f21a\" wfd-id=\"147\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e930bd7\" wfd-id=\"148\"><h4 data-css=\"tve-u-1621e92e97f\" style=\"text-align: center;\"><strong>Ultimate Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ec78d2c\" data-float=\"1\" wfd-id=\"142\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eab272c\" wfd-id=\"145\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec79a7d\" wfd-id=\"143\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"144\"><h4 data-css=\"tve-u-1621e942b65\" style=\"text-align: center;\"><strong>22 $</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621ebfa746\" wfd-id=\"139\"><p data-css=\"tve-u-1621f4ceaf6\" style=\"text-align: center;\">Includes basic service <span data-css=\"tve-u-1621f4ceaf7\" style=\"color: rgb(15, 29, 123);\" wfd-id=\"140\"><strong class=\"\"><span data-css=\"tve-u-1621f4ceafb\" wfd-id=\"141\">+</span></strong></span></p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621ebf340c\" wfd-id=\"125\"><ul class=\"tcb-styled-list\" wfd-id=\"126\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-164137a0b1f\" wfd-id=\"135\"><div class=\"tcb-styled-list-icon\" wfd-id=\"137\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec0c5bd\" wfd-id=\"138\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ebfe4ce\" wfd-id=\"136\">Triple foam conditiner</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec04541\" wfd-id=\"131\"><div class=\"tcb-styled-list-icon\" wfd-id=\"133\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec09a3c\" wfd-id=\"134\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ebff867\" wfd-id=\"132\">Tire dressing</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec05cc3\" wfd-id=\"127\"><div class=\"tcb-styled-list-icon\" wfd-id=\"129\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec15f6e\" wfd-id=\"130\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec009a8\" wfd-id=\"128\">Air freshner</span></li></ul></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"89\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16223dad661\" wfd-id=\"91\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621fd9c946\" style=\"\" wfd-id=\"92\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e7d234c\" wfd-id=\"119\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621fd84d7b\" wfd-id=\"93\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16223b080b0\" data-value-type=\"percent\" wfd-id=\"115\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eb3eb9f\" data-clip-id=\"ac98bb0e54b3b\" wfd-id=\"118\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621fd8766c\" wfd-id=\"116\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e930bd7\" wfd-id=\"117\"><h4 data-css=\"tve-u-1621fe1587d\" style=\"text-align: center;\"><strong>Supreme Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e8107f3\" wfd-id=\"111\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eb43d8d\" wfd-id=\"114\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e819c52\" wfd-id=\"112\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"113\"><h4 data-css=\"tve-u-1621fe1725e\" style=\"text-align: center;\"><strong>30 $</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621eb037bb\" wfd-id=\"108\"><p data-css=\"tve-u-1621f4d0451\" style=\"text-align: center;\">Includes ultimate service <span data-css=\"tve-u-1621eaff572\" style=\"color: rgb(15, 29, 123);\" wfd-id=\"109\"><strong class=\"\"><span data-css=\"tve-u-1621eb01b60\" wfd-id=\"110\">+</span></strong></span></p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621eacf6af\" wfd-id=\"94\"><ul class=\"tcb-styled-list\" wfd-id=\"95\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec36a4d\" wfd-id=\"104\"><div class=\"tcb-styled-list-icon\" wfd-id=\"106\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e9993aa\" wfd-id=\"107\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea1a5d7\" wfd-id=\"105\">Exterior trim dressing</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"100\"><div class=\"tcb-styled-list-icon\" wfd-id=\"102\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e99b1db\" wfd-id=\"103\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea19a06\" wfd-id=\"101\">Hand applied spray wax</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec37ea5\" wfd-id=\"96\"><div class=\"tcb-styled-list-icon\" wfd-id=\"98\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e99c314\" wfd-id=\"99\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea18c5d\" wfd-id=\"97\">Interior conditioner</span></li></ul></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621efddaaf\" wfd-id=\"41\">\n<div class=\"tve-page-section-out\" wfd-id=\"84\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621edf8048\" wfd-id=\"42\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621f114214\" wfd-id=\"46\"><div class=\"tcb-flex-row tcb-resized tcb-mobile-edit tcb--cols--2\" data-css=\"tve-u-1621ee03000\" wfd-id=\"47\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621ee4be21\" style=\"\" wfd-id=\"52\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ee093d4\" wfd-id=\"54\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ee3afec\" wfd-id=\"55\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621ee58e74\" wfd-id=\"83\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ee37f4a\" wfd-id=\"56\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1621ee74a24\" wfd-id=\"82\"><svg class=\"tcb-icon\" viewBox=\"0 0 16 28\" data-name=\"map-marker\">\n<path d=\"M12 10c0-2.203-1.797-4-4-4s-4 1.797-4 4 1.797 4 4 4 4-1.797 4-4zM16 10c0 0.953-0.109 1.937-0.516 2.797l-5.688 12.094c-0.328 0.688-1.047 1.109-1.797 1.109s-1.469-0.422-1.781-1.109l-5.703-12.094c-0.406-0.859-0.516-1.844-0.516-2.797 0-4.422 3.578-8 8-8s8 3.578 8 8z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621ee63e1c\" wfd-id=\"79\"><h2 data-css=\"tve-u-1621fdcb4ea\" style=\"text-align: center;\">contact us</h2></div><div class=\"thrv_wrapper thrv-contact-form\" data-ct=\"contact_form-21969\" data-css=\"tve-u-1695d7c4d62\" wfd-id=\"57\">\n	<form action=\"\" method=\"post\" novalidate=\"\" sourceindex=\"1156\" wfd-id=\"58\">\n		<div class=\"tve-cf-item-wrapper\" wfd-id=\"62\">\n			<div class=\"tve-cf-item\" data-css=\"tve-u-1695d7d2659\" wfd-id=\"75\">\n				<div class=\"thrv-cf-input-wrapper\" data-type=\"first_name\" wfd-id=\"76\">\n					<label class=\"tve-cf-item-required-mark\" wfd-id=\"78\">First Name</label>\n					<div class=\"tve-cf-input\" data-css=\"tve-u-1695d7e44c1\" wfd-id=\"77\">\n						<input placeholder=\"John\" data-placeholder=\"John\" type=\"text\" name=\"first_name\" required=\"required\" sourceindex=\"1157\" wfd-id=\"476\">\n					</div>\n				</div>\n			</div>\n			<div class=\"tve-cf-item\" data-css=\"tve-u-1695d7d2659\" wfd-id=\"71\">\n				<div class=\"thrv-cf-input-wrapper\" data-type=\"email\" wfd-id=\"72\">\n					<label class=\"tve-cf-item-required-mark\" wfd-id=\"74\">Email Address</label>\n					<div class=\"tve-cf-input\" data-css=\"tve-u-1695d7e44c1\" wfd-id=\"73\">\n						<input placeholder=\"j.doe@inbox.com\" data-placeholder=\"j.doe@inbox.com\" type=\"email\" name=\"email\" required=\"required\" sourceindex=\"1158\" wfd-id=\"475\">\n					</div>\n				</div>\n			</div>\n			<div class=\"tve-cf-item\" data-css=\"tve-u-1695d7d2659\" wfd-id=\"67\">\n	<div class=\"thrv-cf-input-wrapper\" data-type=\"phone\" wfd-id=\"68\">\n		<label class=\"\" wfd-id=\"70\">Phone Number</label>\n		<div class=\"tve-cf-input\" data-css=\"tve-u-1695d7e44c1\" wfd-id=\"69\">\n			<input placeholder=\"1- 555-555-2368\" type=\"tel\" name=\"phone\" data-placeholder=\"1- 555-555-2368\" wfd-id=\"474\">\n		</div>\n	</div>\n</div>\n		<div class=\"tve-cf-item tcb-excluded-from-group-item\" data-css=\"tve-u-1695d7d93a4\" wfd-id=\"63\">\n				<div class=\"thrv-cf-input-wrapper\" data-type=\"message\" wfd-id=\"64\">\n					<label class=\"tve-cf-item-required-mark\" wfd-id=\"66\">Message</label>\n					<div class=\"tve-cf-input\" data-css=\"tve-u-1695d7e44c1\" wfd-id=\"65\">\n						<textarea placeholder=\"Type your message here...\" data-placeholder=\"Type your message here...\" name=\"message\" required=\"required\" sourceindex=\"1159\" wfd-id=\"478\"></textarea>\n					</div>\n				</div>\n			</div></div>\n		<div class=\"tve-cf-submit\" data-css=\"tve-u-1695d7e0325\" data-tcb_hover_state_parent=\"\" data-button-style=\"ghost\" wfd-id=\"59\">\n			<button class=\"tve_btn_txt\" type=\"submit\" sourceindex=\"1160\" wfd-id=\"491\">Send message</button>\n		</div>\n	<input type=\"hidden\" name=\"config\" value=\"YTozOntzOjE0OiJlcnJvcl9tZXNzYWdlcyI7YTo0OntzOjU6ImVtYWlsIjtzOjIxOiJFbWFpbCBhZGRyZXNzIGludmFsaWQiO3M6NToicGhvbmUiO3M6MjA6IlBob25lIG51bWJlciBpbnZhbGlkIjtzOjM6InVybCI7czoxMToiVVJMIGludmFsaWQiO3M6ODoicmVxdWlyZWQiO3M6MjA6IlJlcXVpcmVkIGZpZWxkIGVtcHR5Ijt9czo4OiJ0b19lbWFpbCI7YToyOntzOjI6InRvIjtzOjI5OiJhZG1pbkBiZXN0Y2VyYWtvdGVmbG9yaWRhLmNvbSI7czo3OiJzdWJqZWN0IjtzOjE4OiJOZXcgbWVzc2FnZSBmcm9tOiAiO31zOjY6InN1Ym1pdCI7YToxMDp7czo2OiJhY3Rpb24iO3M6NjoicmVsb2FkIjtzOjIzOiJzZW5kX2NvbmZpcm1hdGlvbl9lbWFpbCI7YjowO3M6MTk6InNlbmRlcl9wZXJzb25hbGl6ZWQiO2I6MDtzOjIwOiJjb25maXJtYXRpb25fc3ViamVjdCI7czozNjoiQ29udGFjdCBGb3JtIHN1Ym1pc3Npb24gY29uZmlybWF0aW9uIjtzOjIwOiJjb25maXJtYXRpb25fbWVzc2FnZSI7czoxMzk6IkhlbGxvLCAKClRoYW5rcyBmb3IgY29udGFjdGluZyB1cy4gV2UnbGwgZ2V0IGJhY2sgdG8geW91IGFzIHNvb24gYXMgcG9zc2libGUgd2l0aCB0aGUgaW5mb3JtYXRpb24geW91IG5lZWQuIAoKQmVzdCByZWdhcmRzLApbd3Bfc2l0ZV90aXRsZV0iO3M6OToiZnJvbV9uYW1lIjtzOjI4OiJUaGUgQmVzdCBDZXJha290ZSBJbiBGbG9yaWRhIjtzOjEwOiJmcm9tX2VtYWlsIjtzOjI5OiJhZG1pbkBiZXN0Y2VyYWtvdGVmbG9yaWRhLmNvbSI7czo4OiJyZXBseV90byI7czoyOToiYWRtaW5AYmVzdGNlcmFrb3RlZmxvcmlkYS5jb20iO3M6MzoidXJsIjtzOjA6IiI7czoxMjoibm90aWZpY2F0aW9uIjtzOjM4OiJZb3VyIG1lc3NhZ2UgaGFzIGJlZW4gc2VudCwgdGhhbmsgeW91ISI7fX0=\" wfd-id=\"473\"></form>\n</div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621ee4be73\" style=\"\" wfd-id=\"48\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ee22c43\" wfd-id=\"50\"><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-1621ee18a1c\" wfd-id=\"51\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=825 South Kings Highway, Fort Pierce&amp;t=m&amp;z=8&amp;output=embed&amp;iwloc=near\"></iframe>\n</div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-16417c828be\" wfd-id=\"43\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_slide_left\" data-css=\"tve-u-1621ef118dc\" style=\"\" wfd-id=\"44\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"45\"><img class=\"tve_image tve_evt_manager_listen tve_et_tve-viewport wp-image-21388\" alt=\"\" width=\"567\" height=\"384\" title=\"Car wash img footer\" data-id=\"21388\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-img-footer.png\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_left&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" style=\"width: 100%;\"></span></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621f0aa8f7\" wfd-id=\"28\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621f0ada0e\" wfd-id=\"40\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621f0b0088\" wfd-id=\"29\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621f0d2c1a\" wfd-id=\"30\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-1621f0cbe40\" wfd-id=\"31\"><div class=\"tcb-flex-col\" wfd-id=\"36\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"38\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621f0da775\" wfd-id=\"39\"><p data-css=\"tve-u-1622444fb11\">Â© 2018, Your company name . All rights reserved.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"32\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"34\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16223fe5f5b\" wfd-id=\"35\"><p data-css=\"tve-u-1621f0d874c\" style=\"text-align: right;\">Made with <a href=\"https://thrivethemes.com/\" target=\"_blank\">Thrive Architect</a></p></div></div></div></div></div></div>\n</div>\n\n'),(6925,573,'tve_revision_tve_has_wistia_popover','0'),(6967,578,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-162717d1bbe\" wfd-id=\"464\"><div class=\"tcb-flex-row tcb-medium-no-wrap v-2 tcb--cols--3 m-edit tcb-mobile-wrap tcb-resized\" data-css=\"tve-u-162717d1bbf\" wfd-id=\"465\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1695981e7bb\" wfd-id=\"484\"><div class=\"tcb-col\" data-css=\"tve-u-16959846d3d\" wfd-id=\"486\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16959822de2\" wfd-id=\"487\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"488\"><img class=\"tve_image wp-image-465\" alt=\"\" width=\"384\" height=\"62\" title=\"Blackhawk_custom_header\" data-id=\"465\" src=\"https://bestcerakoteflorida.com/wp-content/uploads/2019/01/Blackhawk_custom_header.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717d1bb9\" style=\"\" wfd-id=\"477\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717d1bb6\" wfd-id=\"479\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-164179a84b8\" wfd-id=\"480\">\n<div class=\"tve-content-box-background\" wfd-id=\"483\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"481\"><div class=\"tcb-clear\" wfd-id=\"482\"></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717d1bb7\" style=\"\" wfd-id=\"466\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717d1bbc\" wfd-id=\"468\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16369305186\" wfd-id=\"469\">\n<div class=\"tve-content-box-background\" wfd-id=\"476\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16417e9d24e\" wfd-id=\"470\"><div class=\"tcb-clear\" wfd-id=\"474\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-16417e5bd95\" data-float=\"1\" wfd-id=\"475\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-envelope-regular\" data-name=\"\">\n            <path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path>\n        </svg></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-164179bced9\" wfd-id=\"471\"><p data-css=\"tve-u-1641333d7d1\"><a href=\"mailto:info@bestcerkoteflorida.com\" target=\"_blank\">info@bestcerakoteflorida.com</a></p></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-162717cb621\" data-value-type=\"percent\" wfd-id=\"436\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-162717cb620\" data-clip-id=\"c883ac5175045\" wfd-id=\"463\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-c883ac5175045\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"6\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.8949, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-c883ac5175045\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9476, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-c883ac5175045\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9651, 1 1, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-162717cb609\" wfd-id=\"437\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-162717cb618\" wfd-id=\"438\"><div class=\"tcb-flex-row tcb-medium-wrap tcb-resized v-2 tcb--cols--2\" data-css=\"tve-u-162717cb617\" wfd-id=\"439\"><div class=\"tcb-flex-col\" data-css=\"tve-u-162717cb601\" style=\"\" wfd-id=\"453\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717cb60a\" wfd-id=\"455\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h1\" data-css=\"tve-u-162717cb610\" wfd-id=\"459\"><h1 data-css=\"tve-u-162717cb616\" style=\"text-align: center;\">&nbsp;Protect What\'s Important To You! With The Toughest Ceramic Finish In The World!<span data-css=\"tve-u-16271ca808e\" style=\"color: rgb(0, 229, 255);\" wfd-id=\"462\"></span></h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162717cb60f\" wfd-id=\"456\"><p data-css=\"tve-u-1695a36117b\" style=\"text-align: center;\">Heat, Water, Salt and Sand just some of the conditions you face. And any one of them is just waiting to get a hold of your firearm and leave it a pile of rusted, pitted junk.</p><p data-css=\"tve-u-16413112747\" style=\"text-align: center;\">Unfortunately there wasn\'t much you could do other than keep cleaning and lubricating your firearms...till NOW!</p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717cb600\" style=\"\" wfd-id=\"440\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717cb60b\" wfd-id=\"442\"><div class=\"thrv_responsive_video thrv_wrapper rv_style_lifted_style2\" data-type=\"youtube\" data-rel=\"0\" data-url=\"https://www.youtube.com/watch?v=a1nyu9ZJiEk\" data-css=\"tve-u-16959cd1e7a\" data-modestbranding=\"1\" wfd-id=\"450\">\n	\n\n	<div class=\"tve_responsive_video_container\" wfd-id=\"451\">\n		<div class=\"video_overlay\" wfd-id=\"452\"></div>\n	<iframe data-code=\"TEOqV1Q16lU\" data-provider=\"youtube\" src=\"https://www.youtube.com/embed/TEOqV1Q16lU?rel=0&amp;modestbranding=1&amp;controls=1&amp;showinfo=1&amp;fs=1&amp;wmode=transparent\" data-src=\"https://www.youtube.com/embed/TEOqV1Q16lU?rel=0&amp;modestbranding=1&amp;controls=1&amp;showinfo=1&amp;fs=1&amp;wmode=transparent\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\n</div><div class=\"thrv_wrapper thrv-button tcb-with-icon\" data-css=\"tve-u-1695a3002e2\" data-tcb_hover_state_parent=\"\" data-button-style=\"border_1\" wfd-id=\"443\">\n	<a href=\"tel:1-954-848-1911\" class=\"tcb-button-link\" target=\"_blank\" rel=\"\"><span class=\"tcb-button-icon\" wfd-id=\"448\">\n	<div class=\"thrv_wrapper thrv_icon tve_no_drag tve_no_icons tcb-icon-inherit-style tcb-icon-display\" wfd-id=\"449\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-phone-plus-light\" data-name=\"\">\n            <path d=\"M8 128h88v88c0 4.4 3.6 8 8 8h16c4.4 0 8-3.6 8-8v-88h88c4.4 0 8-3.6 8-8v-16c0-4.4-3.6-8-8-8h-88V8c0-4.4-3.6-8-8-8h-16c-4.4 0-8 3.6-8 8v88H8c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8zM487.8 24.1L387 .8c-14.7-3.4-29.8 4.2-35.8 18.1l-46.5 108.5c-5.5 12.7-1.8 27.7 8.9 36.5l53.9 44.1c-34 69.2-90.3 125.6-159.6 159.6l-44.1-53.9c-8.8-10.7-23.8-14.4-36.5-8.9L18.9 351.3c-13.9 6-21.5 21-18.1 35.8L24 487.9C27.3 502 39.9 512 54.5 512 306.7 512 512 307.8 512 54.5c0-14.6-10-27.2-24.2-30.4zM55.1 480l-23-99.6 107.4-46 59.5 72.8c103.6-48.6 159.7-104.9 208.1-208.1l-72.8-59.5 46-107.4 99.6 23C479.7 289.7 289.6 479.7 55.1 480z\"></path>\n        </svg></div>\n</span>\n\n		<span class=\"tcb-button-texts\" wfd-id=\"444\"><span class=\"tcb-button-text thrv-inline-text\" wfd-id=\"445\">CALL NOW</span></span>\n	</a>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-162717fcf9d\" data-value-type=\"percent\" wfd-id=\"379\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-162718bd0c0\" data-clip-id=\"a3b25e1c9221a\" wfd-id=\"435\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0875\"></polygon></clipPath><clipPath id=\"clip-tablet-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"6\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.1051\"></polygon></clipPath><clipPath id=\"clip-mobile-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"1\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0175\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-162718a3b40\" wfd-id=\"380\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622a159bcb\" wfd-id=\"381\">\n<div class=\"tve-content-box-background\" wfd-id=\"434\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"382\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621a2247ba\" wfd-id=\"431\"><h2 data-css=\"tve-u-1621a2e0d5b\">our services</h2></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16229f6175c\" wfd-id=\"406\"><div class=\"tcb-flex-row tcb-medium-no-wrap tcb--cols--3 v-2\" data-css=\"tve-u-162493a03b0\" wfd-id=\"407\"><div class=\"tcb-flex-col\" wfd-id=\"422\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1624939a960\" data-tcb_hover_state_parent=\"\" wfd-id=\"424\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-162493d5f13\" data-float=\"1\" wfd-id=\"430\"><svg class=\"tcb-icon\" viewBox=\"0 0 14 28\" data-name=\"bolt\">\n<path d=\"M13.828 8.844c0.172 0.187 0.219 0.453 0.109 0.688l-8.437 18.078c-0.125 0.234-0.375 0.391-0.656 0.391-0.063 0-0.141-0.016-0.219-0.031-0.344-0.109-0.547-0.438-0.469-0.766l3.078-12.625-6.344 1.578c-0.063 0.016-0.125 0.016-0.187 0.016-0.172 0-0.359-0.063-0.484-0.172-0.187-0.156-0.25-0.391-0.203-0.609l3.141-12.891c0.078-0.297 0.359-0.5 0.688-0.5h5.125c0.391 0 0.703 0.297 0.703 0.656 0 0.094-0.031 0.187-0.078 0.281l-2.672 7.234 6.188-1.531c0.063-0.016 0.125-0.031 0.187-0.031 0.203 0 0.391 0.094 0.531 0.234z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"426\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-162494b490e\" wfd-id=\"427\"><h4 data-css=\"tve-u-16249355087\" style=\"text-align: left;\">Express exterior</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162494b7ad0\" wfd-id=\"425\"><p data-css=\"tve-u-162492e70ad\">Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"415\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162493b6b63\" data-tcb_hover_state_parent=\"\" wfd-id=\"417\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b456a\" wfd-id=\"421\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"adjust\">\n<path d=\"M12 22.5v-17c-4.688 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"419\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1af44d\" wfd-id=\"420\"><h4 data-css=\"tve-u-16249358652\" style=\"text-align: left;\">Interior clean</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"418\"><p data-css=\"tve-u-162492e70ad\">Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"408\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16249373b25\" wfd-id=\"410\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b52d3\" wfd-id=\"414\"><svg class=\"tcb-icon\" viewBox=\"0 0 26 28\" data-name=\"umbrella\">\n<path d=\"M14 12.938v9.063c0 2.172-1.828 4-4 4s-4-1.828-4-4c0-0.547 0.453-1 1-1s1 0.453 1 1c0 1.047 0.953 2 2 2s2-0.953 2-2v-9.063c0.328-0.109 0.656-0.172 1-0.172s0.672 0.063 1 0.172zM26 13.359c0 0.266-0.234 0.5-0.5 0.5-0.141 0-0.25-0.063-0.359-0.156-0.906-0.844-1.75-1.437-3.047-1.437-1.484 0-2.766 0.922-3.609 2.094-0.187 0.266-0.328 0.547-0.5 0.812-0.109 0.172-0.234 0.266-0.438 0.266-0.219 0-0.344-0.094-0.453-0.266-0.172-0.266-0.313-0.547-0.5-0.812-0.844-1.172-2.109-2.094-3.594-2.094s-2.75 0.922-3.594 2.094c-0.187 0.266-0.328 0.547-0.5 0.812-0.109 0.172-0.234 0.266-0.453 0.266-0.203 0-0.328-0.094-0.438-0.266-0.172-0.266-0.313-0.547-0.5-0.812-0.844-1.172-2.125-2.094-3.609-2.094-1.297 0-2.141 0.594-3.047 1.437-0.109 0.094-0.219 0.156-0.359 0.156-0.266 0-0.5-0.234-0.5-0.5 0-0.047 0-0.078 0.016-0.109 1.437-5.906 7.141-9.25 12.984-9.25 5.812 0 11.578 3.344 12.984 9.25 0.016 0.031 0.016 0.063 0.016 0.109zM14 2v1.531c-0.328-0.016-0.672-0.031-1-0.031s-0.672 0.016-1 0.031v-1.531c0-0.547 0.453-1 1-1s1 0.453 1 1z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"412\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b01a6\" wfd-id=\"413\"><h4 data-css=\"tve-u-1624935a201\" style=\"text-align: left;\">Wax protection</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"411\"><p data-css=\"tve-u-162492e70ad\">Etiam pharetra, erat sed fermentum feugiat, velit mauris</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16249367114\" wfd-id=\"383\"><div class=\"tcb-flex-row tcb-medium-no-wrap tcb--cols--3 v-2\" data-css=\"tve-u-16229ffbb7b\" wfd-id=\"384\"><div class=\"tcb-flex-col\" wfd-id=\"399\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229fa6a26\" wfd-id=\"401\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b33f9\" wfd-id=\"405\"><svg class=\"tcb-icon\" viewBox=\"0 0 26 28\" data-name=\"magic\">\n<path d=\"M18.594 9.078l4.578-4.578-1.672-1.672-4.578 4.578zM25.578 4.5c0 0.266-0.094 0.516-0.281 0.703l-20.094 20.094c-0.187 0.187-0.438 0.281-0.703 0.281s-0.516-0.094-0.703-0.281l-3.094-3.094c-0.187-0.187-0.281-0.438-0.281-0.703s0.094-0.516 0.281-0.703l20.094-20.094c0.187-0.187 0.438-0.281 0.703-0.281s0.516 0.094 0.703 0.281l3.094 3.094c0.187 0.187 0.281 0.438 0.281 0.703zM4.469 1.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531zM9.938 4.062l3.063 0.938-3.063 0.938-0.938 3.063-0.938-3.063-3.063-0.938 3.063-0.938 0.938-3.063zM24.469 11.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531zM14.469 1.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"403\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b0a67\" wfd-id=\"404\"><h4 data-css=\"tve-u-16248fc42a1\" style=\"text-align: left;\">Dust &amp; Dash Console</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"402\"><p data-css=\"tve-u-162492e70ad\">Duis sed odio sit amet nibh vulputate cursus a sit amet mauris.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"392\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1622f65ba70\" wfd-id=\"394\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b60b4\" wfd-id=\"398\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"certificate\">\n<path d=\"M21.5 14l2.156 2.109c0.297 0.281 0.406 0.703 0.313 1.094-0.109 0.391-0.422 0.703-0.812 0.797l-2.938 0.75 0.828 2.906c0.109 0.391 0 0.812-0.297 1.094-0.281 0.297-0.703 0.406-1.094 0.297l-2.906-0.828-0.75 2.938c-0.094 0.391-0.406 0.703-0.797 0.812-0.094 0.016-0.203 0.031-0.297 0.031-0.297 0-0.594-0.125-0.797-0.344l-2.109-2.156-2.109 2.156c-0.281 0.297-0.703 0.406-1.094 0.313-0.406-0.109-0.703-0.422-0.797-0.812l-0.75-2.938-2.906 0.828c-0.391 0.109-0.812 0-1.094-0.297-0.297-0.281-0.406-0.703-0.297-1.094l0.828-2.906-2.938-0.75c-0.391-0.094-0.703-0.406-0.812-0.797-0.094-0.391 0.016-0.812 0.313-1.094l2.156-2.109-2.156-2.109c-0.297-0.281-0.406-0.703-0.313-1.094 0.109-0.391 0.422-0.703 0.812-0.797l2.938-0.75-0.828-2.906c-0.109-0.391 0-0.812 0.297-1.094 0.281-0.297 0.703-0.406 1.094-0.297l2.906 0.828 0.75-2.938c0.094-0.391 0.406-0.703 0.797-0.797 0.391-0.109 0.812 0 1.094 0.297l2.109 2.172 2.109-2.172c0.281-0.297 0.688-0.406 1.094-0.297 0.391 0.094 0.703 0.406 0.797 0.797l0.75 2.938 2.906-0.828c0.391-0.109 0.812 0 1.094 0.297 0.297 0.281 0.406 0.703 0.297 1.094l-0.828 2.906 2.938 0.75c0.391 0.094 0.703 0.406 0.812 0.797 0.094 0.391-0.016 0.812-0.313 1.094z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"396\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b12d8\" wfd-id=\"397\"><h4 data-css=\"tve-u-1625389a3d5\" style=\"text-align: left;\">Triple Foam Polish</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"395\"><p data-css=\"tve-u-162492e70ad\">Class aptent taciti sociosqu ad litora torquent</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"385\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229fa8c68\" wfd-id=\"387\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-16271adf6cf\" wfd-id=\"391\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"bullseye\">\n<path d=\"M16 14c0 2.203-1.797 4-4 4s-4-1.797-4-4 1.797-4 4-4 4 1.797 4 4zM18 14c0-3.313-2.688-6-6-6s-6 2.688-6 6 2.688 6 6 6 6-2.688 6-6zM20 14c0 4.422-3.578 8-8 8s-8-3.578-8-8 3.578-8 8-8 8 3.578 8 8zM22 14c0-5.516-4.484-10-10-10s-10 4.484-10 10 4.484 10 10 10 10-4.484 10-10zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"389\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-16248fc71c8\" wfd-id=\"390\"><h4 data-css=\"tve-u-1625389b4ed\" style=\"text-align: left;\">Tire dressing</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"388\"><p data-css=\"tve-u-162492e70ad\">Etiam pharetra, erat sed fermentum feugiat, velit mauris</p></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621ad46076\" wfd-id=\"339\">\n<div class=\"tve-page-section-out\" wfd-id=\"378\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621b072b4e\" wfd-id=\"340\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621a8b2488\" wfd-id=\"341\"><div class=\"tcb-flex-row tcb--cols--2 v-2\" data-css=\"tve-u-1621a8a804b\" wfd-id=\"342\"><div class=\"tcb-flex-col\" wfd-id=\"354\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16271bfe70c\" wfd-id=\"356\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h3\" data-css=\"tve-u-1621a8c4313\" wfd-id=\"375\"><h3><strong>Complete cleaning services for yoâ€‹ur car</strong></h3></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-16417b70f47\" wfd-id=\"357\"><ul class=\"tcb-styled-list\" wfd-id=\"358\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621acf0289\" wfd-id=\"369\"><div class=\"tcb-styled-list-icon\" wfd-id=\"373\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a8e11f3\" wfd-id=\"374\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ace1b08\" wfd-id=\"370\">We are a small business delivering professional cleaning services for all vehicles</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621acf64fb\" wfd-id=\"365\"><div class=\"tcb-styled-list-icon\" wfd-id=\"367\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a8e5625\" wfd-id=\"368\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ace4de9\" wfd-id=\"366\">Our services are convenient for individuals and corporate fleets</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"359\"><div class=\"tcb-styled-list-icon\" wfd-id=\"363\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a9076ef\" wfd-id=\"364\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621acf47d2\" wfd-id=\"360\">We use eco-friendly products that actually clean, protect and maintain your car better than the traditional cleaning substances</span></li></ul></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"343\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621a90a46f\" wfd-id=\"345\"><div class=\"thrv_wrapper thrv-fill-counter tve_red tve_normalfc thrv_data_element\" data-css=\"tve-u-1621a983587\" wfd-id=\"346\">\n<div class=\"tve_fill_counter_n\" style=\"\" data-fill=\"100\" data-css=\"tve-u-1621a98b602\" wfd-id=\"347\">\n<svg viewBox=\"0 0 160 160\" class=\"tve_fill_counter_circle\" shape-rendering=\"optimizeSpeed\" data-css=\"tve-u-1621a9a2862\">\n<circle class=\"tve_fill_counter_circle_inner\" r=\"80\" cx=\"80\" cy=\"80\" data-css=\"tve-u-1621a9685d4\"></circle>\n</svg>\n<div class=\"tve_fill_text_in\" data-css=\"tve-u-1621a96b190\" wfd-id=\"348\">\n<div class=\"tve_fill_text_value\" data-css=\"tve-u-1621a9a2866\" wfd-id=\"350\">\n<div class=\"thrv-inline-text tve_fill_text tve_editable\" data-css=\"tve-u-1621a9a2867\" wfd-id=\"351\"><strong>100%â€‹</strong></div>\n</div>\n<div class=\"thrv-inline-text tve_editable tve_data_element_label\" data-css=\"tve-u-1621a9750ae\" wfd-id=\"349\">Clean car</div>\n</div>\n</div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621ada1e7f\" data-value-type=\"percent\" wfd-id=\"301\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621adba9ef\" data-clip-id=\"52d5a36c151aa\" wfd-id=\"338\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-52d5a36c151aa\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0875\"></polygon></clipPath><clipPath id=\"clip-tablet-top-52d5a36c151aa\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0524\"></polygon></clipPath><clipPath id=\"clip-mobile-top-52d5a36c151aa\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0349\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621ad420c4\" wfd-id=\"302\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621ade6172\" wfd-id=\"303\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2 tcb-row-reversed-mobile tcb-mobile-edit v-2\" data-css=\"tve-u-1621adea58b\" wfd-id=\"304\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621b064646\" style=\"\" wfd-id=\"332\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ae0bec7\" wfd-id=\"334\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ae4fd21\" data-value-type=\"percent\" data-float=\"1\" wfd-id=\"335\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621ae6c8da\" data-clip-id=\"aa2c3e3c70555\" wfd-id=\"337\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0349\"></polygon></clipPath><clipPath id=\"clip-tablet-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"4\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0699\"></polygon></clipPath><clipPath id=\"clip-mobile-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"4\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0699\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb\" data-css=\"tve-u-1621ae4db6e\" wfd-id=\"336\"></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621b064668\" style=\"\" wfd-id=\"305\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621f45bed3\" wfd-id=\"307\"><div class=\"tcb-clear\" data-css=\"tve-u-16224848ee5\" wfd-id=\"328\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621afceb00\" wfd-id=\"329\"><h2 data-css=\"tve-u-1621afcc0bf\">Check Out Our Special Offer!</h2></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621afda4fa\" wfd-id=\"327\"><p data-css=\"tve-u-1621afd8c98\">Donâ€™t miss the opportunity to get 50% discount on a complete cleaning just by recommending us to a friend. Bring someone you know with you and clean you car half price!</p></div><div class=\"tcb-clear\" data-css=\"tve-u-16224834cab\" wfd-id=\"308\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621fe85996\" wfd-id=\"309\"><div class=\"tcb-flex-row tcb--cols--2 tcb-resized tcb-medium-wrap tcb-desktop-wrap\" data-css=\"tve-u-1621fe78878\" wfd-id=\"310\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621fe94086\" style=\"\" wfd-id=\"318\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"320\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621b01355a\" wfd-id=\"321\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621b08fdde\" data-tcb_hover_state_parent=\"1\" wfd-id=\"326\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16223f02c16\" wfd-id=\"322\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-1620af7eb3f\" data-tcb_hover_state_parent=\"\" data-button-style=\"full_rounded\" wfd-id=\"323\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"324\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-16228c75500\" wfd-id=\"325\"><strong>Request an appointment</strong></span></span>\n</a>\n</div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621fe940b9\" style=\"\" wfd-id=\"311\"><div class=\"tcb-col\" wfd-id=\"313\"><div class=\"tcb-clear\" data-css=\"tve-u-16224716d62\" wfd-id=\"314\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-1621b028939\" data-tcb_hover_state_parent=\"\" data-button-style=\"ghost\" wfd-id=\"315\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"316\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-16228c764b2\" wfd-id=\"317\"><strong>Call Now: 0400-700-682</strong></span></span>\n</a>\n</div></div></div></div></div></div></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16260ba2fa4\" wfd-id=\"202\">\n<div class=\"tve-page-section-out\" wfd-id=\"300\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16260be7104\" wfd-id=\"203\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621b0e4fb7\" wfd-id=\"299\"><h2 data-css=\"tve-u-1621b10fccf\" style=\"text-align: center;\">our happy clients</h2></div><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641367127b\" data-float=\"1\" wfd-id=\"298\"><svg class=\"tcb-icon\" viewBox=\"0 0 30 32\" data-name=\"quote-left\">\n<path d=\"M13.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429zM29.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641367e553\" wfd-id=\"297\"><svg class=\"tcb-icon\" viewBox=\"0 0 30 32\" data-name=\"quote-left\">\n<path d=\"M13.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429zM29.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a10d3b4\" wfd-id=\"268\">\n<div class=\"tve-content-box-background\" wfd-id=\"296\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"269\"><div class=\"tcb-clear\" data-css=\"tve-u-1621b300a64\" wfd-id=\"294\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-1621f154231\" wfd-id=\"295\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621b200375\" wfd-id=\"272\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-16260d8392c\" wfd-id=\"273\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"278\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"280\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16417b62c09\" wfd-id=\"281\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-16260d8396c\" wfd-id=\"282\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16260d01208\" style=\"\" wfd-id=\"288\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"290\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"291\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16225617da3\" wfd-id=\"293\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"292\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16260d0120e\" style=\"\" wfd-id=\"283\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"285\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"287\"><h5>Brett Graham, 28</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"286\"><h6 class=\"\">Architect</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"274\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"276\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"277\"><p data-css=\"tve-u-162539c17ec\">Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit. Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit.&nbsp;</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-16260c5ff0c\" wfd-id=\"270\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260c5ff07\" wfd-id=\"271\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a12f675\" wfd-id=\"237\">\n<div class=\"tve-content-box-background\" wfd-id=\"267\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"238\"><div class=\"tcb-clear\" data-css=\"tve-u-16260cd7683\" wfd-id=\"265\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260d73672\" wfd-id=\"266\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16260da3aa7\" wfd-id=\"241\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-1621fb68b97\" wfd-id=\"242\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"249\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"251\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16417b662bf\" wfd-id=\"252\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-1621fb65556\" wfd-id=\"253\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16229915e1a\" style=\"\" wfd-id=\"259\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"261\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"262\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16260c433e9\" wfd-id=\"264\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"263\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16229915e4e\" style=\"\" wfd-id=\"254\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"256\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"258\"><h5>Rosie Hanson, 24</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"257\"><h6 class=\"\">Real estate Associate</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"243\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"245\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"246\"><p data-css=\"tve-u-162539c17ec\">Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo.</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-16260d3b97e\" wfd-id=\"239\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260d39b83\" wfd-id=\"240\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a146aef\" wfd-id=\"204\">\n<div class=\"tve-content-box-background\" wfd-id=\"236\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"205\"><div class=\"tcb-clear\" data-css=\"tve-u-16260cd7683\" wfd-id=\"234\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260cd622f\" wfd-id=\"235\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16260c39a7e\" wfd-id=\"208\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-16260d3f4aa\" wfd-id=\"209\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"216\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"218\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621fbacc60\" wfd-id=\"219\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-16260d3f4af\" wfd-id=\"220\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16229915e1a\" style=\"\" wfd-id=\"228\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"230\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"231\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16260d5e4b8\" wfd-id=\"233\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"232\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16229915e4e\" style=\"\" wfd-id=\"221\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"223\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"227\"><h5>Shawn Mattews, 35</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"224\"><h6 class=\"\">project manager</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"210\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"212\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"213\"><p data-css=\"tve-u-162539c17ec\">Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo. Nullam ac urna eu felis.Sed non neque elit. Sed ut imperdiet nisi. Proin condimentum</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1621b30ca74\" wfd-id=\"206\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-1621f15b521\" wfd-id=\"207\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621b3c8c52\" wfd-id=\"90\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621b3cfc7b\" wfd-id=\"201\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621b3c74d9\" wfd-id=\"91\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621e7b695a\" wfd-id=\"198\"><h2 data-css=\"tve-u-1621e7a7350\" style=\"text-align: center;\">our offers</h2></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621e7c899a\" wfd-id=\"92\"><div class=\"tcb-flex-row tcb--cols--3 tcb-medium-wrap v-2\" data-css=\"tve-u-1621e7c7aa1\" wfd-id=\"93\"><div class=\"tcb-flex-col\" wfd-id=\"160\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16223fc9f23\" wfd-id=\"162\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e7ceab3\" style=\"\" wfd-id=\"163\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16416e4fafd\" wfd-id=\"197\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e7d5094\" wfd-id=\"164\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e7e9950\" data-value-type=\"percent\" style=\"\" wfd-id=\"193\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e7edfd9\" data-clip-id=\"10ffac3b28f1d\" wfd-id=\"196\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-10ffac3b28f1d\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-10ffac3b28f1d\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e7e6c1d\" wfd-id=\"194\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-16417b4cb9e\" wfd-id=\"195\"><h4 data-css=\"tve-u-1621fe1a1af\" style=\"text-align: center;\"><strong>Basic Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ec6c39b\" data-float=\"1\" wfd-id=\"189\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e81f424\" wfd-id=\"192\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec752da\" wfd-id=\"190\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"191\"><h4 data-css=\"tve-u-1621fe1bd18\" style=\"text-align: center;\"><strong>15$</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621ea50702\" wfd-id=\"165\"><ul class=\"tcb-styled-list\" wfd-id=\"166\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec3a5c0\" wfd-id=\"185\"><div class=\"tcb-styled-list-icon\" wfd-id=\"187\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec204df\" wfd-id=\"188\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec241aa\" wfd-id=\"186\">Interior vacuum</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"181\"><div class=\"tcb-styled-list-icon\" wfd-id=\"183\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec20f68\" wfd-id=\"184\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec2704c\" wfd-id=\"182\">Dust &amp;dash console</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec42aa7\" wfd-id=\"175\"><div class=\"tcb-styled-list-icon\" wfd-id=\"179\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec21a31\" wfd-id=\"180\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec298ab\" wfd-id=\"176\">Hand towel dry</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec43fe2\" wfd-id=\"171\"><div class=\"tcb-styled-list-icon\" wfd-id=\"173\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ea1fba7\" wfd-id=\"174\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea23322\" wfd-id=\"172\">Clean windows</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec454d9\" wfd-id=\"167\"><div class=\"tcb-styled-list-icon\" wfd-id=\"169\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ea295c0\" wfd-id=\"170\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea2c69a\" wfd-id=\"168\">Soft cloth wash</span></li></ul></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"127\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"129\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621eb81205\" style=\"\" wfd-id=\"130\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16416e603ab\" wfd-id=\"159\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621eb7ccb0\" wfd-id=\"131\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ebbbb6d\" data-value-type=\"percent\" wfd-id=\"155\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eaaedd8\" data-clip-id=\"a2b9cf3198d6f\" wfd-id=\"158\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-a2b9cf3198d6f\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-a2b9cf3198d6f\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec7f21a\" wfd-id=\"156\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e930bd7\" wfd-id=\"157\"><h4 data-css=\"tve-u-1621e92e97f\" style=\"text-align: center;\"><strong>Ultimate Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ec78d2c\" data-float=\"1\" wfd-id=\"151\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eab272c\" wfd-id=\"154\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec79a7d\" wfd-id=\"152\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"153\"><h4 data-css=\"tve-u-1621e942b65\" style=\"text-align: center;\"><strong>22 $</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621ebfa746\" wfd-id=\"148\"><p data-css=\"tve-u-1621f4ceaf6\" style=\"text-align: center;\">Includes basic service <span data-css=\"tve-u-1621f4ceaf7\" style=\"color: rgb(15, 29, 123);\" wfd-id=\"149\"><strong class=\"\"><span data-css=\"tve-u-1621f4ceafb\" wfd-id=\"150\">+</span></strong></span></p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621ebf340c\" wfd-id=\"132\"><ul class=\"tcb-styled-list\" wfd-id=\"133\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-164137a0b1f\" wfd-id=\"142\"><div class=\"tcb-styled-list-icon\" wfd-id=\"146\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec0c5bd\" wfd-id=\"147\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ebfe4ce\" wfd-id=\"143\">Triple foam conditiner</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec04541\" wfd-id=\"138\"><div class=\"tcb-styled-list-icon\" wfd-id=\"140\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec09a3c\" wfd-id=\"141\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ebff867\" wfd-id=\"139\">Tire dressing</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec05cc3\" wfd-id=\"134\"><div class=\"tcb-styled-list-icon\" wfd-id=\"136\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec15f6e\" wfd-id=\"137\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec009a8\" wfd-id=\"135\">Air freshner</span></li></ul></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"94\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16223dad661\" wfd-id=\"96\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621fd9c946\" style=\"\" wfd-id=\"97\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e7d234c\" wfd-id=\"126\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621fd84d7b\" wfd-id=\"98\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16223b080b0\" data-value-type=\"percent\" wfd-id=\"120\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eb3eb9f\" data-clip-id=\"ac98bb0e54b3b\" wfd-id=\"125\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621fd8766c\" wfd-id=\"121\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e930bd7\" wfd-id=\"122\"><h4 data-css=\"tve-u-1621fe1587d\" style=\"text-align: center;\"><strong>Supreme Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e8107f3\" wfd-id=\"116\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eb43d8d\" wfd-id=\"119\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e819c52\" wfd-id=\"117\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"118\"><h4 data-css=\"tve-u-1621fe1725e\" style=\"text-align: center;\"><strong>30 $</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621eb037bb\" wfd-id=\"113\"><p data-css=\"tve-u-1621f4d0451\" style=\"text-align: center;\">Includes ultimate service <span data-css=\"tve-u-1621eaff572\" style=\"color: rgb(15, 29, 123);\" wfd-id=\"114\"><strong class=\"\"><span data-css=\"tve-u-1621eb01b60\" wfd-id=\"115\">+</span></strong></span></p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621eacf6af\" wfd-id=\"99\"><ul class=\"tcb-styled-list\" wfd-id=\"100\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec36a4d\" wfd-id=\"109\"><div class=\"tcb-styled-list-icon\" wfd-id=\"111\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e9993aa\" wfd-id=\"112\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea1a5d7\" wfd-id=\"110\">Exterior trim dressing</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"105\"><div class=\"tcb-styled-list-icon\" wfd-id=\"107\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e99b1db\" wfd-id=\"108\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea19a06\" wfd-id=\"106\">Hand applied spray wax</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec37ea5\" wfd-id=\"101\"><div class=\"tcb-styled-list-icon\" wfd-id=\"103\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e99c314\" wfd-id=\"104\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea18c5d\" wfd-id=\"102\">Interior conditioner</span></li></ul></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621efddaaf\" wfd-id=\"49\">\n<div class=\"tve-page-section-out\" wfd-id=\"89\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621edf8048\" wfd-id=\"50\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621f114214\" wfd-id=\"51\"><div class=\"tcb-flex-row tcb-mobile-edit tcb--cols--2\" data-css=\"tve-u-1621ee03000\" wfd-id=\"52\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621ee4be21\" style=\"\" wfd-id=\"58\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ee093d4\" wfd-id=\"60\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ee3afec\" wfd-id=\"61\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621ee58e74\" wfd-id=\"88\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ee37f4a\" wfd-id=\"62\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1621ee74a24\" wfd-id=\"87\"><svg class=\"tcb-icon\" viewBox=\"0 0 16 28\" data-name=\"map-marker\">\n<path d=\"M12 10c0-2.203-1.797-4-4-4s-4 1.797-4 4 1.797 4 4 4 4-1.797 4-4zM16 10c0 0.953-0.109 1.937-0.516 2.797l-5.688 12.094c-0.328 0.688-1.047 1.109-1.797 1.109s-1.469-0.422-1.781-1.109l-5.703-12.094c-0.406-0.859-0.516-1.844-0.516-2.797 0-4.422 3.578-8 8-8s8 3.578 8 8z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621ee63e1c\" wfd-id=\"82\"><h2 data-css=\"tve-u-1621fdcb4ea\" style=\"text-align: center;\">contact us</h2></div><div class=\"thrv_wrapper thrv-contact-form\" data-ct=\"contact_form-22343\" style=\"\" data-css=\"tve-u-16465071dea\" data-ct-name=\"Rounded Shadow\" wfd-id=\"65\">\n<form action=\"\" method=\"post\" novalidate=\"\" wfd-id=\"66\">\n<div class=\"tve-cf-item-wrapper\" wfd-id=\"69\">\n<div class=\"tve-cf-item\" wfd-id=\"78\">\n<div class=\"thrv-cf-input-wrapper\" data-type=\"first_name\" wfd-id=\"79\">\n<label data-css=\"tve-u-1695d9d6525\" class=\"\" wfd-id=\"81\">First Name</label>\n<div class=\"tve-cf-input\" data-css=\"tve-u-1695d9d6526\" data-tcb_hover_state_parent=\"\" wfd-id=\"80\">\n<input placeholder=\"\" type=\"text\" name=\"first_name\" data-placeholder=\"\" wfd-id=\"496\">\n</div>\n</div>\n</div>\n<div class=\"tve-cf-item\" wfd-id=\"74\">\n<div class=\"thrv-cf-input-wrapper\" data-type=\"email\" wfd-id=\"75\">\n<label data-css=\"tve-u-1695d9d6527\" class=\"\" wfd-id=\"77\">Email Address</label>\n<div class=\"tve-cf-input\" data-css=\"tve-u-1695d9d6528\" data-tcb_hover_state_parent=\"\" wfd-id=\"76\">\n<input placeholder=\"\" type=\"email\" name=\"email\" data-placeholder=\"\" wfd-id=\"495\">\n</div>\n</div>\n</div>\n<div class=\"tve-cf-item\" wfd-id=\"70\">\n<div class=\"thrv-cf-input-wrapper\" data-type=\"message\" wfd-id=\"71\">\n<label data-css=\"tve-u-1695d9d6529\" class=\"\" wfd-id=\"73\">Message</label>\n<div class=\"tve-cf-input\" data-css=\"tve-u-1695d9d652a\" data-tcb_hover_state_parent=\"\" wfd-id=\"72\">\n<textarea placeholder=\"\" data-placeholder=\"\" name=\"message\" wfd-id=\"498\"></textarea>\n</div>\n</div>\n</div>\n</div>\n<div class=\"tcb-clear\" data-css=\"tve-u-1695d9d652b\" wfd-id=\"67\"><div class=\"tve-cf-submit\" data-css=\"tve-u-1695d9d652c\" data-tcb_hover_state_parent=\"\" data-button-style=\"ghost\" wfd-id=\"68\">\n<button class=\"tve_btn_txt tve-froala\" type=\"submit\" wfd-id=\"511\">Submit Message</button>\n</div></div>\n<input type=\"hidden\" name=\"config\" value=\"YTozOntzOjE0OiJlcnJvcl9tZXNzYWdlcyI7YTo0OntzOjU6ImVtYWlsIjtzOjIxOiJFbWFpbCBhZGRyZXNzIGludmFsaWQiO3M6NToicGhvbmUiO3M6MjA6IlBob25lIG51bWJlciBpbnZhbGlkIjtzOjM6InVybCI7czoxMToiVVJMIGludmFsaWQiO3M6ODoicmVxdWlyZWQiO3M6MjA6IlJlcXVpcmVkIGZpZWxkIGVtcHR5Ijt9czo4OiJ0b19lbWFpbCI7YToyOntzOjI6InRvIjtzOjI5OiJhZG1pbkBiZXN0Y2VyYWtvdGVmbG9yaWRhLmNvbSI7czo3OiJzdWJqZWN0IjtzOjE4OiJOZXcgbWVzc2FnZSBmcm9tOiAiO31zOjY6InN1Ym1pdCI7YToxMDp7czo2OiJhY3Rpb24iO3M6NjoicmVsb2FkIjtzOjIzOiJzZW5kX2NvbmZpcm1hdGlvbl9lbWFpbCI7YjowO3M6MTk6InNlbmRlcl9wZXJzb25hbGl6ZWQiO2I6MDtzOjIwOiJjb25maXJtYXRpb25fc3ViamVjdCI7czozNjoiQ29udGFjdCBGb3JtIHN1Ym1pc3Npb24gY29uZmlybWF0aW9uIjtzOjIwOiJjb25maXJtYXRpb25fbWVzc2FnZSI7czoxMzk6IkhlbGxvLCAKClRoYW5rcyBmb3IgY29udGFjdGluZyB1cy4gV2UnbGwgZ2V0IGJhY2sgdG8geW91IGFzIHNvb24gYXMgcG9zc2libGUgd2l0aCB0aGUgaW5mb3JtYXRpb24geW91IG5lZWQuIAoKQmVzdCByZWdhcmRzLApbd3Bfc2l0ZV90aXRsZV0iO3M6OToiZnJvbV9uYW1lIjtzOjI4OiJUaGUgQmVzdCBDZXJha290ZSBJbiBGbG9yaWRhIjtzOjEwOiJmcm9tX2VtYWlsIjtzOjI5OiJhZG1pbkBiZXN0Y2VyYWtvdGVmbG9yaWRhLmNvbSI7czo4OiJyZXBseV90byI7czoyOToiYWRtaW5AYmVzdGNlcmFrb3RlZmxvcmlkYS5jb20iO3M6MzoidXJsIjtzOjA6IiI7czoxMjoibm90aWZpY2F0aW9uIjtzOjM4OiJZb3VyIG1lc3NhZ2UgaGFzIGJlZW4gc2VudCwgdGhhbmsgeW91ISI7fX0=\" wfd-id=\"494\"></form>\n</div><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_slide_left\" data-css=\"tve-u-1621ef118dc\" style=\"\" wfd-id=\"63\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"64\"><img class=\"tve_image tve_evt_manager_listen tve_et_tve-viewport wp-image-282\" alt=\"Cerakote Certified Logo\" width=\"2148\" height=\"1968\" title=\"Cerakote Certified Logo\" data-id=\"282\" src=\"https://bestcerakoteflorida.com/wp-content/uploads/2018/09/CertifiedLogo.png\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_left&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" style=\"width: 100%;\"></span></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621ee4be73\" style=\"\" wfd-id=\"53\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ee22c43\" wfd-id=\"55\"><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-1695d995f33\" wfd-id=\"57\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=825 South Kings Highway, Fort Pierce&amp;t=m&amp;z=11&amp;output=embed&amp;iwloc=near\"></iframe>\n</div><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-1621ee18a1c\" wfd-id=\"56\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=davie, Florida 33317&amp;t=m&amp;z=11&amp;output=embed&amp;iwloc=near\"></iframe>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621f0aa8f7\" wfd-id=\"28\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621f0ada0e\" wfd-id=\"48\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621f0b0088\" wfd-id=\"29\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621f0d2c1a\" wfd-id=\"30\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-1621f0cbe40\" wfd-id=\"31\"><div class=\"tcb-flex-col\" wfd-id=\"40\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"42\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621f0da775\" wfd-id=\"43\"><p data-css=\"tve-u-1622444fb11\">Â© 2018, Your company name . All rights reserved.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"32\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"34\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16223fe5f5b\" wfd-id=\"35\"><p data-css=\"tve-u-1621f0d874c\" style=\"text-align: right;\">Made with <a href=\"https://thrivethemes.com/\" target=\"_blank\">Thrive Architect</a></p></div></div></div></div></div></div>\n</div>\n\n'),(6927,574,'tve_revision_tve_landing_set',''),(6928,574,'tve_revision_tve_disable_theme_dependency','1'),(6929,574,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-162717d1bbe\" wfd-id=\"462\"><div class=\"tcb-flex-row tcb-medium-no-wrap v-2 tcb--cols--3 m-edit tcb-mobile-wrap tcb-resized\" data-css=\"tve-u-162717d1bbf\" wfd-id=\"463\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1695981e7bb\" wfd-id=\"482\"><div class=\"tcb-col\" data-css=\"tve-u-16959846d3d\" wfd-id=\"484\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16959822de2\" wfd-id=\"485\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"486\"><img class=\"tve_image wp-image-465\" alt=\"\" width=\"384\" height=\"62\" title=\"Blackhawk_custom_header\" data-id=\"465\" src=\"https://bestcerakoteflorida.com/wp-content/uploads/2019/01/Blackhawk_custom_header.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717d1bb9\" style=\"\" wfd-id=\"475\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717d1bb6\" wfd-id=\"477\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-164179a84b8\" wfd-id=\"478\">\n<div class=\"tve-content-box-background\" wfd-id=\"481\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"479\"><div class=\"tcb-clear\" wfd-id=\"480\"></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717d1bb7\" style=\"\" wfd-id=\"464\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717d1bbc\" wfd-id=\"466\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16369305186\" wfd-id=\"467\">\n<div class=\"tve-content-box-background\" wfd-id=\"474\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16417e9d24e\" wfd-id=\"468\"><div class=\"tcb-clear\" wfd-id=\"472\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-16417e5bd95\" data-float=\"1\" wfd-id=\"473\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-envelope-regular\" data-name=\"\">\n            <path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path>\n        </svg></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-164179bced9\" wfd-id=\"469\"><p data-css=\"tve-u-1641333d7d1\"><a href=\"mailto:info@bestcerkoteflorida.com\" target=\"_blank\">info@bestcerakoteflorida.com</a></p></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-162717cb621\" data-value-type=\"percent\" wfd-id=\"434\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-162717cb620\" data-clip-id=\"c883ac5175045\" wfd-id=\"461\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-c883ac5175045\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"6\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.8949, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-c883ac5175045\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9476, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-c883ac5175045\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9651, 1 1, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-162717cb609\" wfd-id=\"435\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-162717cb618\" wfd-id=\"436\"><div class=\"tcb-flex-row tcb-medium-wrap tcb-resized v-2 tcb--cols--2\" data-css=\"tve-u-162717cb617\" wfd-id=\"437\"><div class=\"tcb-flex-col\" data-css=\"tve-u-162717cb601\" style=\"\" wfd-id=\"451\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717cb60a\" wfd-id=\"453\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h1\" data-css=\"tve-u-162717cb610\" wfd-id=\"457\"><h1 data-css=\"tve-u-162717cb616\" style=\"text-align: center;\">&nbsp;Protect What\'s Important To You! With The Toughest Ceramic Finish In The World!<span data-css=\"tve-u-16271ca808e\" style=\"color: rgb(0, 229, 255);\" wfd-id=\"460\"></span></h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162717cb60f\" wfd-id=\"454\"><p data-css=\"tve-u-1695a36117b\" style=\"text-align: center;\">Heat, Water, Salt and Sand just some of the conditions you face. And any one of them is just waiting to get a hold of your firearm and leave it a pile of rusted, pitted junk.</p><p data-css=\"tve-u-16413112747\" style=\"text-align: center;\">Unfortunately there wasn\'t much you could do other than keep cleaning and lubricating your firearms...till NOW!</p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717cb600\" style=\"\" wfd-id=\"438\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717cb60b\" wfd-id=\"440\"><div class=\"thrv_responsive_video thrv_wrapper rv_style_lifted_style2\" data-type=\"youtube\" data-rel=\"0\" data-url=\"https://www.youtube.com/watch?v=a1nyu9ZJiEk\" data-css=\"tve-u-16959cd1e7a\" data-modestbranding=\"1\" wfd-id=\"448\">\n	\n\n	<div class=\"tve_responsive_video_container\" wfd-id=\"449\">\n		<div class=\"video_overlay\" wfd-id=\"450\"></div>\n	<iframe data-code=\"TEOqV1Q16lU\" data-provider=\"youtube\" src=\"https://www.youtube.com/embed/TEOqV1Q16lU?rel=0&amp;modestbranding=1&amp;controls=1&amp;showinfo=1&amp;fs=1&amp;wmode=transparent\" data-src=\"https://www.youtube.com/embed/TEOqV1Q16lU?rel=0&amp;modestbranding=1&amp;controls=1&amp;showinfo=1&amp;fs=1&amp;wmode=transparent\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\n</div><div class=\"thrv_wrapper thrv-button tcb-with-icon\" data-css=\"tve-u-1695a3002e2\" data-tcb_hover_state_parent=\"\" data-button-style=\"border_1\" wfd-id=\"441\">\n	<a href=\"tel:1-954-848-1911\" class=\"tcb-button-link\" target=\"_blank\" rel=\"\"><span class=\"tcb-button-icon\" wfd-id=\"446\">\n	<div class=\"thrv_wrapper thrv_icon tve_no_drag tve_no_icons tcb-icon-inherit-style tcb-icon-display\" wfd-id=\"447\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-phone-plus-light\" data-name=\"\">\n            <path d=\"M8 128h88v88c0 4.4 3.6 8 8 8h16c4.4 0 8-3.6 8-8v-88h88c4.4 0 8-3.6 8-8v-16c0-4.4-3.6-8-8-8h-88V8c0-4.4-3.6-8-8-8h-16c-4.4 0-8 3.6-8 8v88H8c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8zM487.8 24.1L387 .8c-14.7-3.4-29.8 4.2-35.8 18.1l-46.5 108.5c-5.5 12.7-1.8 27.7 8.9 36.5l53.9 44.1c-34 69.2-90.3 125.6-159.6 159.6l-44.1-53.9c-8.8-10.7-23.8-14.4-36.5-8.9L18.9 351.3c-13.9 6-21.5 21-18.1 35.8L24 487.9C27.3 502 39.9 512 54.5 512 306.7 512 512 307.8 512 54.5c0-14.6-10-27.2-24.2-30.4zM55.1 480l-23-99.6 107.4-46 59.5 72.8c103.6-48.6 159.7-104.9 208.1-208.1l-72.8-59.5 46-107.4 99.6 23C479.7 289.7 289.6 479.7 55.1 480z\"></path>\n        </svg></div>\n</span>\n\n		<span class=\"tcb-button-texts\" wfd-id=\"442\"><span class=\"tcb-button-text thrv-inline-text\" wfd-id=\"443\">CALL NOW</span></span>\n	</a>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-162717fcf9d\" data-value-type=\"percent\" wfd-id=\"377\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-162718bd0c0\" data-clip-id=\"a3b25e1c9221a\" wfd-id=\"433\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0875\"></polygon></clipPath><clipPath id=\"clip-tablet-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"6\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.1051\"></polygon></clipPath><clipPath id=\"clip-mobile-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"1\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0175\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-162718a3b40\" wfd-id=\"378\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622a159bcb\" wfd-id=\"379\">\n<div class=\"tve-content-box-background\" wfd-id=\"432\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"380\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621a2247ba\" wfd-id=\"429\"><h2 data-css=\"tve-u-1621a2e0d5b\">our services</h2></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16229f6175c\" wfd-id=\"404\"><div class=\"tcb-flex-row tcb-medium-no-wrap tcb--cols--3 v-2\" data-css=\"tve-u-162493a03b0\" wfd-id=\"405\"><div class=\"tcb-flex-col\" wfd-id=\"420\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1624939a960\" data-tcb_hover_state_parent=\"\" wfd-id=\"422\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-162493d5f13\" data-float=\"1\" wfd-id=\"428\"><svg class=\"tcb-icon\" viewBox=\"0 0 14 28\" data-name=\"bolt\">\n<path d=\"M13.828 8.844c0.172 0.187 0.219 0.453 0.109 0.688l-8.437 18.078c-0.125 0.234-0.375 0.391-0.656 0.391-0.063 0-0.141-0.016-0.219-0.031-0.344-0.109-0.547-0.438-0.469-0.766l3.078-12.625-6.344 1.578c-0.063 0.016-0.125 0.016-0.187 0.016-0.172 0-0.359-0.063-0.484-0.172-0.187-0.156-0.25-0.391-0.203-0.609l3.141-12.891c0.078-0.297 0.359-0.5 0.688-0.5h5.125c0.391 0 0.703 0.297 0.703 0.656 0 0.094-0.031 0.187-0.078 0.281l-2.672 7.234 6.188-1.531c0.063-0.016 0.125-0.031 0.187-0.031 0.203 0 0.391 0.094 0.531 0.234z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"424\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-162494b490e\" wfd-id=\"425\"><h4 data-css=\"tve-u-16249355087\" style=\"text-align: left;\">Express exterior</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162494b7ad0\" wfd-id=\"423\"><p data-css=\"tve-u-162492e70ad\">Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"413\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162493b6b63\" data-tcb_hover_state_parent=\"\" wfd-id=\"415\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b456a\" wfd-id=\"419\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"adjust\">\n<path d=\"M12 22.5v-17c-4.688 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"417\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1af44d\" wfd-id=\"418\"><h4 data-css=\"tve-u-16249358652\" style=\"text-align: left;\">Interior clean</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"416\"><p data-css=\"tve-u-162492e70ad\">Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"406\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16249373b25\" wfd-id=\"408\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b52d3\" wfd-id=\"412\"><svg class=\"tcb-icon\" viewBox=\"0 0 26 28\" data-name=\"umbrella\">\n<path d=\"M14 12.938v9.063c0 2.172-1.828 4-4 4s-4-1.828-4-4c0-0.547 0.453-1 1-1s1 0.453 1 1c0 1.047 0.953 2 2 2s2-0.953 2-2v-9.063c0.328-0.109 0.656-0.172 1-0.172s0.672 0.063 1 0.172zM26 13.359c0 0.266-0.234 0.5-0.5 0.5-0.141 0-0.25-0.063-0.359-0.156-0.906-0.844-1.75-1.437-3.047-1.437-1.484 0-2.766 0.922-3.609 2.094-0.187 0.266-0.328 0.547-0.5 0.812-0.109 0.172-0.234 0.266-0.438 0.266-0.219 0-0.344-0.094-0.453-0.266-0.172-0.266-0.313-0.547-0.5-0.812-0.844-1.172-2.109-2.094-3.594-2.094s-2.75 0.922-3.594 2.094c-0.187 0.266-0.328 0.547-0.5 0.812-0.109 0.172-0.234 0.266-0.453 0.266-0.203 0-0.328-0.094-0.438-0.266-0.172-0.266-0.313-0.547-0.5-0.812-0.844-1.172-2.125-2.094-3.609-2.094-1.297 0-2.141 0.594-3.047 1.437-0.109 0.094-0.219 0.156-0.359 0.156-0.266 0-0.5-0.234-0.5-0.5 0-0.047 0-0.078 0.016-0.109 1.437-5.906 7.141-9.25 12.984-9.25 5.812 0 11.578 3.344 12.984 9.25 0.016 0.031 0.016 0.063 0.016 0.109zM14 2v1.531c-0.328-0.016-0.672-0.031-1-0.031s-0.672 0.016-1 0.031v-1.531c0-0.547 0.453-1 1-1s1 0.453 1 1z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"410\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b01a6\" wfd-id=\"411\"><h4 data-css=\"tve-u-1624935a201\" style=\"text-align: left;\">Wax protection</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"409\"><p data-css=\"tve-u-162492e70ad\">Etiam pharetra, erat sed fermentum feugiat, velit mauris</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16249367114\" wfd-id=\"381\"><div class=\"tcb-flex-row tcb-medium-no-wrap tcb--cols--3 v-2\" data-css=\"tve-u-16229ffbb7b\" wfd-id=\"382\"><div class=\"tcb-flex-col\" wfd-id=\"397\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229fa6a26\" wfd-id=\"399\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b33f9\" wfd-id=\"403\"><svg class=\"tcb-icon\" viewBox=\"0 0 26 28\" data-name=\"magic\">\n<path d=\"M18.594 9.078l4.578-4.578-1.672-1.672-4.578 4.578zM25.578 4.5c0 0.266-0.094 0.516-0.281 0.703l-20.094 20.094c-0.187 0.187-0.438 0.281-0.703 0.281s-0.516-0.094-0.703-0.281l-3.094-3.094c-0.187-0.187-0.281-0.438-0.281-0.703s0.094-0.516 0.281-0.703l20.094-20.094c0.187-0.187 0.438-0.281 0.703-0.281s0.516 0.094 0.703 0.281l3.094 3.094c0.187 0.187 0.281 0.438 0.281 0.703zM4.469 1.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531zM9.938 4.062l3.063 0.938-3.063 0.938-0.938 3.063-0.938-3.063-3.063-0.938 3.063-0.938 0.938-3.063zM24.469 11.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531zM14.469 1.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"401\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b0a67\" wfd-id=\"402\"><h4 data-css=\"tve-u-16248fc42a1\" style=\"text-align: left;\">Dust &amp; Dash Console</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"400\"><p data-css=\"tve-u-162492e70ad\">Duis sed odio sit amet nibh vulputate cursus a sit amet mauris.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"390\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1622f65ba70\" wfd-id=\"392\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b60b4\" wfd-id=\"396\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"certificate\">\n<path d=\"M21.5 14l2.156 2.109c0.297 0.281 0.406 0.703 0.313 1.094-0.109 0.391-0.422 0.703-0.812 0.797l-2.938 0.75 0.828 2.906c0.109 0.391 0 0.812-0.297 1.094-0.281 0.297-0.703 0.406-1.094 0.297l-2.906-0.828-0.75 2.938c-0.094 0.391-0.406 0.703-0.797 0.812-0.094 0.016-0.203 0.031-0.297 0.031-0.297 0-0.594-0.125-0.797-0.344l-2.109-2.156-2.109 2.156c-0.281 0.297-0.703 0.406-1.094 0.313-0.406-0.109-0.703-0.422-0.797-0.812l-0.75-2.938-2.906 0.828c-0.391 0.109-0.812 0-1.094-0.297-0.297-0.281-0.406-0.703-0.297-1.094l0.828-2.906-2.938-0.75c-0.391-0.094-0.703-0.406-0.812-0.797-0.094-0.391 0.016-0.812 0.313-1.094l2.156-2.109-2.156-2.109c-0.297-0.281-0.406-0.703-0.313-1.094 0.109-0.391 0.422-0.703 0.812-0.797l2.938-0.75-0.828-2.906c-0.109-0.391 0-0.812 0.297-1.094 0.281-0.297 0.703-0.406 1.094-0.297l2.906 0.828 0.75-2.938c0.094-0.391 0.406-0.703 0.797-0.797 0.391-0.109 0.812 0 1.094 0.297l2.109 2.172 2.109-2.172c0.281-0.297 0.688-0.406 1.094-0.297 0.391 0.094 0.703 0.406 0.797 0.797l0.75 2.938 2.906-0.828c0.391-0.109 0.812 0 1.094 0.297 0.297 0.281 0.406 0.703 0.297 1.094l-0.828 2.906 2.938 0.75c0.391 0.094 0.703 0.406 0.812 0.797 0.094 0.391-0.016 0.812-0.313 1.094z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"394\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b12d8\" wfd-id=\"395\"><h4 data-css=\"tve-u-1625389a3d5\" style=\"text-align: left;\">Triple Foam Polish</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"393\"><p data-css=\"tve-u-162492e70ad\">Class aptent taciti sociosqu ad litora torquent</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"383\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229fa8c68\" wfd-id=\"385\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-16271adf6cf\" wfd-id=\"389\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"bullseye\">\n<path d=\"M16 14c0 2.203-1.797 4-4 4s-4-1.797-4-4 1.797-4 4-4 4 1.797 4 4zM18 14c0-3.313-2.688-6-6-6s-6 2.688-6 6 2.688 6 6 6 6-2.688 6-6zM20 14c0 4.422-3.578 8-8 8s-8-3.578-8-8 3.578-8 8-8 8 3.578 8 8zM22 14c0-5.516-4.484-10-10-10s-10 4.484-10 10 4.484 10 10 10 10-4.484 10-10zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"387\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-16248fc71c8\" wfd-id=\"388\"><h4 data-css=\"tve-u-1625389b4ed\" style=\"text-align: left;\">Tire dressing</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"386\"><p data-css=\"tve-u-162492e70ad\">Etiam pharetra, erat sed fermentum feugiat, velit mauris</p></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621ad46076\" wfd-id=\"337\">\n<div class=\"tve-page-section-out\" wfd-id=\"376\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621b072b4e\" wfd-id=\"338\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621a8b2488\" wfd-id=\"339\"><div class=\"tcb-flex-row tcb--cols--2 v-2\" data-css=\"tve-u-1621a8a804b\" wfd-id=\"340\"><div class=\"tcb-flex-col\" wfd-id=\"352\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16271bfe70c\" wfd-id=\"354\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h3\" data-css=\"tve-u-1621a8c4313\" wfd-id=\"373\"><h3><strong>Complete cleaning services for yoâ€‹ur car</strong></h3></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-16417b70f47\" wfd-id=\"355\"><ul class=\"tcb-styled-list\" wfd-id=\"356\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621acf0289\" wfd-id=\"367\"><div class=\"tcb-styled-list-icon\" wfd-id=\"371\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a8e11f3\" wfd-id=\"372\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ace1b08\" wfd-id=\"368\">We are a small business delivering professional cleaning services for all vehicles</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621acf64fb\" wfd-id=\"363\"><div class=\"tcb-styled-list-icon\" wfd-id=\"365\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a8e5625\" wfd-id=\"366\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ace4de9\" wfd-id=\"364\">Our services are convenient for individuals and corporate fleets</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"357\"><div class=\"tcb-styled-list-icon\" wfd-id=\"361\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a9076ef\" wfd-id=\"362\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621acf47d2\" wfd-id=\"358\">We use eco-friendly products that actually clean, protect and maintain your car better than the traditional cleaning substances</span></li></ul></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"341\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621a90a46f\" wfd-id=\"343\"><div class=\"thrv_wrapper thrv-fill-counter tve_red tve_normalfc thrv_data_element\" data-css=\"tve-u-1621a983587\" wfd-id=\"344\">\n<div class=\"tve_fill_counter_n\" style=\"\" data-fill=\"100\" data-css=\"tve-u-1621a98b602\" wfd-id=\"345\">\n<svg viewBox=\"0 0 160 160\" class=\"tve_fill_counter_circle\" shape-rendering=\"optimizeSpeed\" data-css=\"tve-u-1621a9a2862\">\n<circle class=\"tve_fill_counter_circle_inner\" r=\"80\" cx=\"80\" cy=\"80\" data-css=\"tve-u-1621a9685d4\"></circle>\n</svg>\n<div class=\"tve_fill_text_in\" data-css=\"tve-u-1621a96b190\" wfd-id=\"346\">\n<div class=\"tve_fill_text_value\" data-css=\"tve-u-1621a9a2866\" wfd-id=\"348\">\n<div class=\"thrv-inline-text tve_fill_text tve_editable\" data-css=\"tve-u-1621a9a2867\" wfd-id=\"349\"><strong>100%â€‹</strong></div>\n</div>\n<div class=\"thrv-inline-text tve_editable tve_data_element_label\" data-css=\"tve-u-1621a9750ae\" wfd-id=\"347\">Clean car</div>\n</div>\n</div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621ada1e7f\" data-value-type=\"percent\" wfd-id=\"299\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621adba9ef\" data-clip-id=\"52d5a36c151aa\" wfd-id=\"336\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-52d5a36c151aa\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0875\"></polygon></clipPath><clipPath id=\"clip-tablet-top-52d5a36c151aa\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0524\"></polygon></clipPath><clipPath id=\"clip-mobile-top-52d5a36c151aa\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0349\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621ad420c4\" wfd-id=\"300\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621ade6172\" wfd-id=\"301\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2 tcb-row-reversed-mobile tcb-mobile-edit v-2\" data-css=\"tve-u-1621adea58b\" wfd-id=\"302\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621b064646\" style=\"\" wfd-id=\"330\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ae0bec7\" wfd-id=\"332\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ae4fd21\" data-value-type=\"percent\" data-float=\"1\" wfd-id=\"333\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621ae6c8da\" data-clip-id=\"aa2c3e3c70555\" wfd-id=\"335\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0349\"></polygon></clipPath><clipPath id=\"clip-tablet-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"4\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0699\"></polygon></clipPath><clipPath id=\"clip-mobile-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"4\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0699\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb\" data-css=\"tve-u-1621ae4db6e\" wfd-id=\"334\"></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621b064668\" style=\"\" wfd-id=\"303\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621f45bed3\" wfd-id=\"305\"><div class=\"tcb-clear\" data-css=\"tve-u-16224848ee5\" wfd-id=\"326\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621afceb00\" wfd-id=\"327\"><h2 data-css=\"tve-u-1621afcc0bf\">Check Out Our Special Offer!</h2></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621afda4fa\" wfd-id=\"325\"><p data-css=\"tve-u-1621afd8c98\">Donâ€™t miss the opportunity to get 50% discount on a complete cleaning just by recommending us to a friend. Bring someone you know with you and clean you car half price!</p></div><div class=\"tcb-clear\" data-css=\"tve-u-16224834cab\" wfd-id=\"306\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621fe85996\" wfd-id=\"307\"><div class=\"tcb-flex-row tcb--cols--2 tcb-resized tcb-medium-wrap tcb-desktop-wrap\" data-css=\"tve-u-1621fe78878\" wfd-id=\"308\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621fe94086\" style=\"\" wfd-id=\"316\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"318\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621b01355a\" wfd-id=\"319\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621b08fdde\" data-tcb_hover_state_parent=\"1\" wfd-id=\"324\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16223f02c16\" wfd-id=\"320\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-1620af7eb3f\" data-tcb_hover_state_parent=\"\" data-button-style=\"full_rounded\" wfd-id=\"321\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"322\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-16228c75500\" wfd-id=\"323\"><strong>Request an appointment</strong></span></span>\n</a>\n</div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621fe940b9\" style=\"\" wfd-id=\"309\"><div class=\"tcb-col\" wfd-id=\"311\"><div class=\"tcb-clear\" data-css=\"tve-u-16224716d62\" wfd-id=\"312\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-1621b028939\" data-tcb_hover_state_parent=\"\" data-button-style=\"ghost\" wfd-id=\"313\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"314\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-16228c764b2\" wfd-id=\"315\"><strong>Call Now: 0400-700-682</strong></span></span>\n</a>\n</div></div></div></div></div></div></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16260ba2fa4\" wfd-id=\"200\">\n<div class=\"tve-page-section-out\" wfd-id=\"298\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16260be7104\" wfd-id=\"201\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621b0e4fb7\" wfd-id=\"297\"><h2 data-css=\"tve-u-1621b10fccf\" style=\"text-align: center;\">our happy clients</h2></div><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641367127b\" data-float=\"1\" wfd-id=\"296\"><svg class=\"tcb-icon\" viewBox=\"0 0 30 32\" data-name=\"quote-left\">\n<path d=\"M13.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429zM29.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641367e553\" wfd-id=\"295\"><svg class=\"tcb-icon\" viewBox=\"0 0 30 32\" data-name=\"quote-left\">\n<path d=\"M13.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429zM29.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a10d3b4\" wfd-id=\"266\">\n<div class=\"tve-content-box-background\" wfd-id=\"294\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"267\"><div class=\"tcb-clear\" data-css=\"tve-u-1621b300a64\" wfd-id=\"292\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-1621f154231\" wfd-id=\"293\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621b200375\" wfd-id=\"270\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-16260d8392c\" wfd-id=\"271\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"276\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"278\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16417b62c09\" wfd-id=\"279\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-16260d8396c\" wfd-id=\"280\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16260d01208\" style=\"\" wfd-id=\"286\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"288\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"289\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16225617da3\" wfd-id=\"291\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"290\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16260d0120e\" style=\"\" wfd-id=\"281\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"283\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"285\"><h5>Brett Graham, 28</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"284\"><h6 class=\"\">Architect</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"272\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"274\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"275\"><p data-css=\"tve-u-162539c17ec\">Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit. Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit.&nbsp;</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-16260c5ff0c\" wfd-id=\"268\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260c5ff07\" wfd-id=\"269\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a12f675\" wfd-id=\"235\">\n<div class=\"tve-content-box-background\" wfd-id=\"265\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"236\"><div class=\"tcb-clear\" data-css=\"tve-u-16260cd7683\" wfd-id=\"263\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260d73672\" wfd-id=\"264\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16260da3aa7\" wfd-id=\"239\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-1621fb68b97\" wfd-id=\"240\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"247\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"249\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16417b662bf\" wfd-id=\"250\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-1621fb65556\" wfd-id=\"251\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16229915e1a\" style=\"\" wfd-id=\"257\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"259\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"260\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16260c433e9\" wfd-id=\"262\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"261\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16229915e4e\" style=\"\" wfd-id=\"252\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"254\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"256\"><h5>Rosie Hanson, 24</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"255\"><h6 class=\"\">Real estate Associate</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"241\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"243\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"244\"><p data-css=\"tve-u-162539c17ec\">Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo.</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-16260d3b97e\" wfd-id=\"237\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260d39b83\" wfd-id=\"238\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a146aef\" wfd-id=\"202\">\n<div class=\"tve-content-box-background\" wfd-id=\"234\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"203\"><div class=\"tcb-clear\" data-css=\"tve-u-16260cd7683\" wfd-id=\"232\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260cd622f\" wfd-id=\"233\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16260c39a7e\" wfd-id=\"206\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-16260d3f4aa\" wfd-id=\"207\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"214\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"216\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621fbacc60\" wfd-id=\"217\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-16260d3f4af\" wfd-id=\"218\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16229915e1a\" style=\"\" wfd-id=\"226\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"228\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"229\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16260d5e4b8\" wfd-id=\"231\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"230\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16229915e4e\" style=\"\" wfd-id=\"219\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"221\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"225\"><h5>Shawn Mattews, 35</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"222\"><h6 class=\"\">project manager</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"208\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"210\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"211\"><p data-css=\"tve-u-162539c17ec\">Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo. Nullam ac urna eu felis.Sed non neque elit. Sed ut imperdiet nisi. Proin condimentum</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1621b30ca74\" wfd-id=\"204\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-1621f15b521\" wfd-id=\"205\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621b3c8c52\" wfd-id=\"88\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621b3cfc7b\" wfd-id=\"199\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621b3c74d9\" wfd-id=\"89\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621e7b695a\" wfd-id=\"196\"><h2 data-css=\"tve-u-1621e7a7350\" style=\"text-align: center;\">our offers</h2></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621e7c899a\" wfd-id=\"90\"><div class=\"tcb-flex-row tcb--cols--3 tcb-medium-wrap v-2\" data-css=\"tve-u-1621e7c7aa1\" wfd-id=\"91\"><div class=\"tcb-flex-col\" wfd-id=\"158\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16223fc9f23\" wfd-id=\"160\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e7ceab3\" style=\"\" wfd-id=\"161\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16416e4fafd\" wfd-id=\"195\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e7d5094\" wfd-id=\"162\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e7e9950\" data-value-type=\"percent\" style=\"\" wfd-id=\"191\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e7edfd9\" data-clip-id=\"10ffac3b28f1d\" wfd-id=\"194\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-10ffac3b28f1d\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-10ffac3b28f1d\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e7e6c1d\" wfd-id=\"192\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-16417b4cb9e\" wfd-id=\"193\"><h4 data-css=\"tve-u-1621fe1a1af\" style=\"text-align: center;\"><strong>Basic Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ec6c39b\" data-float=\"1\" wfd-id=\"187\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e81f424\" wfd-id=\"190\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec752da\" wfd-id=\"188\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"189\"><h4 data-css=\"tve-u-1621fe1bd18\" style=\"text-align: center;\"><strong>15$</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621ea50702\" wfd-id=\"163\"><ul class=\"tcb-styled-list\" wfd-id=\"164\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec3a5c0\" wfd-id=\"183\"><div class=\"tcb-styled-list-icon\" wfd-id=\"185\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec204df\" wfd-id=\"186\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec241aa\" wfd-id=\"184\">Interior vacuum</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"179\"><div class=\"tcb-styled-list-icon\" wfd-id=\"181\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec20f68\" wfd-id=\"182\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec2704c\" wfd-id=\"180\">Dust &amp;dash console</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec42aa7\" wfd-id=\"173\"><div class=\"tcb-styled-list-icon\" wfd-id=\"177\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec21a31\" wfd-id=\"178\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec298ab\" wfd-id=\"174\">Hand towel dry</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec43fe2\" wfd-id=\"169\"><div class=\"tcb-styled-list-icon\" wfd-id=\"171\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ea1fba7\" wfd-id=\"172\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea23322\" wfd-id=\"170\">Clean windows</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec454d9\" wfd-id=\"165\"><div class=\"tcb-styled-list-icon\" wfd-id=\"167\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ea295c0\" wfd-id=\"168\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea2c69a\" wfd-id=\"166\">Soft cloth wash</span></li></ul></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"125\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"127\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621eb81205\" style=\"\" wfd-id=\"128\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16416e603ab\" wfd-id=\"157\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621eb7ccb0\" wfd-id=\"129\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ebbbb6d\" data-value-type=\"percent\" wfd-id=\"153\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eaaedd8\" data-clip-id=\"a2b9cf3198d6f\" wfd-id=\"156\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-a2b9cf3198d6f\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-a2b9cf3198d6f\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec7f21a\" wfd-id=\"154\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e930bd7\" wfd-id=\"155\"><h4 data-css=\"tve-u-1621e92e97f\" style=\"text-align: center;\"><strong>Ultimate Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ec78d2c\" data-float=\"1\" wfd-id=\"149\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eab272c\" wfd-id=\"152\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec79a7d\" wfd-id=\"150\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"151\"><h4 data-css=\"tve-u-1621e942b65\" style=\"text-align: center;\"><strong>22 $</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621ebfa746\" wfd-id=\"146\"><p data-css=\"tve-u-1621f4ceaf6\" style=\"text-align: center;\">Includes basic service <span data-css=\"tve-u-1621f4ceaf7\" style=\"color: rgb(15, 29, 123);\" wfd-id=\"147\"><strong class=\"\"><span data-css=\"tve-u-1621f4ceafb\" wfd-id=\"148\">+</span></strong></span></p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621ebf340c\" wfd-id=\"130\"><ul class=\"tcb-styled-list\" wfd-id=\"131\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-164137a0b1f\" wfd-id=\"140\"><div class=\"tcb-styled-list-icon\" wfd-id=\"144\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec0c5bd\" wfd-id=\"145\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ebfe4ce\" wfd-id=\"141\">Triple foam conditiner</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec04541\" wfd-id=\"136\"><div class=\"tcb-styled-list-icon\" wfd-id=\"138\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec09a3c\" wfd-id=\"139\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ebff867\" wfd-id=\"137\">Tire dressing</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec05cc3\" wfd-id=\"132\"><div class=\"tcb-styled-list-icon\" wfd-id=\"134\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec15f6e\" wfd-id=\"135\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec009a8\" wfd-id=\"133\">Air freshner</span></li></ul></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"92\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16223dad661\" wfd-id=\"94\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621fd9c946\" style=\"\" wfd-id=\"95\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e7d234c\" wfd-id=\"124\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621fd84d7b\" wfd-id=\"96\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16223b080b0\" data-value-type=\"percent\" wfd-id=\"118\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eb3eb9f\" data-clip-id=\"ac98bb0e54b3b\" wfd-id=\"123\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621fd8766c\" wfd-id=\"119\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e930bd7\" wfd-id=\"120\"><h4 data-css=\"tve-u-1621fe1587d\" style=\"text-align: center;\"><strong>Supreme Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e8107f3\" wfd-id=\"114\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eb43d8d\" wfd-id=\"117\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e819c52\" wfd-id=\"115\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"116\"><h4 data-css=\"tve-u-1621fe1725e\" style=\"text-align: center;\"><strong>30 $</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621eb037bb\" wfd-id=\"111\"><p data-css=\"tve-u-1621f4d0451\" style=\"text-align: center;\">Includes ultimate service <span data-css=\"tve-u-1621eaff572\" style=\"color: rgb(15, 29, 123);\" wfd-id=\"112\"><strong class=\"\"><span data-css=\"tve-u-1621eb01b60\" wfd-id=\"113\">+</span></strong></span></p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621eacf6af\" wfd-id=\"97\"><ul class=\"tcb-styled-list\" wfd-id=\"98\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec36a4d\" wfd-id=\"107\"><div class=\"tcb-styled-list-icon\" wfd-id=\"109\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e9993aa\" wfd-id=\"110\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea1a5d7\" wfd-id=\"108\">Exterior trim dressing</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"103\"><div class=\"tcb-styled-list-icon\" wfd-id=\"105\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e99b1db\" wfd-id=\"106\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea19a06\" wfd-id=\"104\">Hand applied spray wax</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec37ea5\" wfd-id=\"99\"><div class=\"tcb-styled-list-icon\" wfd-id=\"101\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e99c314\" wfd-id=\"102\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea18c5d\" wfd-id=\"100\">Interior conditioner</span></li></ul></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621efddaaf\" wfd-id=\"45\">\n<div class=\"tve-page-section-out\" wfd-id=\"87\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621edf8048\" wfd-id=\"46\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621f114214\" wfd-id=\"47\"><div class=\"tcb-flex-row tcb-resized tcb-mobile-edit tcb--cols--2\" data-css=\"tve-u-1621ee03000\" wfd-id=\"48\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621ee4be21\" style=\"\" wfd-id=\"53\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ee093d4\" wfd-id=\"55\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ee3afec\" wfd-id=\"56\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621ee58e74\" wfd-id=\"86\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ee37f4a\" wfd-id=\"57\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1621ee74a24\" wfd-id=\"85\"><svg class=\"tcb-icon\" viewBox=\"0 0 16 28\" data-name=\"map-marker\">\n<path d=\"M12 10c0-2.203-1.797-4-4-4s-4 1.797-4 4 1.797 4 4 4 4-1.797 4-4zM16 10c0 0.953-0.109 1.937-0.516 2.797l-5.688 12.094c-0.328 0.688-1.047 1.109-1.797 1.109s-1.469-0.422-1.781-1.109l-5.703-12.094c-0.406-0.859-0.516-1.844-0.516-2.797 0-4.422 3.578-8 8-8s8 3.578 8 8z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621ee63e1c\" wfd-id=\"82\"><h2 data-css=\"tve-u-1621fdcb4ea\" style=\"text-align: center;\">contact us</h2></div><div class=\"thrv_wrapper thrv-contact-form\" data-ct=\"contact_form-21969\" data-css=\"tve-u-1695d7c4d62\" wfd-id=\"60\">\n	<form action=\"\" method=\"post\" novalidate=\"\" sourceindex=\"1156\" wfd-id=\"61\">\n		<div class=\"tve-cf-item-wrapper\" wfd-id=\"65\">\n			<div class=\"tve-cf-item\" data-css=\"tve-u-1695d7d2659\" wfd-id=\"78\">\n				<div class=\"thrv-cf-input-wrapper\" data-type=\"first_name\" wfd-id=\"79\">\n					<label class=\"tve-cf-item-required-mark\" wfd-id=\"81\">First Name</label>\n					<div class=\"tve-cf-input\" data-css=\"tve-u-1695d7e44c1\" wfd-id=\"80\">\n						<input placeholder=\"John\" data-placeholder=\"John\" type=\"text\" name=\"first_name\" required=\"required\" sourceindex=\"1157\" wfd-id=\"495\">\n					</div>\n				</div>\n			</div>\n			<div class=\"tve-cf-item\" data-css=\"tve-u-1695d7d2659\" wfd-id=\"74\">\n				<div class=\"thrv-cf-input-wrapper\" data-type=\"email\" wfd-id=\"75\">\n					<label class=\"tve-cf-item-required-mark\" wfd-id=\"77\">Email Address</label>\n					<div class=\"tve-cf-input\" data-css=\"tve-u-1695d7e44c1\" wfd-id=\"76\">\n						<input placeholder=\"j.doe@inbox.com\" data-placeholder=\"j.doe@inbox.com\" type=\"email\" name=\"email\" required=\"required\" sourceindex=\"1158\" wfd-id=\"494\">\n					</div>\n				</div>\n			</div>\n			<div class=\"tve-cf-item\" data-css=\"tve-u-1695d7d2659\" wfd-id=\"70\">\n	<div class=\"thrv-cf-input-wrapper\" data-type=\"phone\" wfd-id=\"71\">\n		<label class=\"\" wfd-id=\"73\">Phone Number</label>\n		<div class=\"tve-cf-input\" data-css=\"tve-u-1695d7e44c1\" wfd-id=\"72\">\n			<input placeholder=\"1- 555-555-2368\" type=\"tel\" name=\"phone\" data-placeholder=\"1- 555-555-2368\" wfd-id=\"493\">\n		</div>\n	</div>\n</div>\n		<div class=\"tve-cf-item tcb-excluded-from-group-item\" data-css=\"tve-u-1695d7d93a4\" wfd-id=\"66\">\n				<div class=\"thrv-cf-input-wrapper\" data-type=\"message\" wfd-id=\"67\">\n					<label class=\"tve-cf-item-required-mark\" wfd-id=\"69\">Message</label>\n					<div class=\"tve-cf-input\" data-css=\"tve-u-1695d7e44c1\" wfd-id=\"68\">\n						<textarea placeholder=\"Type your message here...\" data-placeholder=\"Type your message here...\" name=\"message\" required=\"required\" sourceindex=\"1159\" wfd-id=\"497\"></textarea>\n					</div>\n				</div>\n			</div></div>\n		<div class=\"tve-cf-submit\" data-css=\"tve-u-1695d7e0325\" data-tcb_hover_state_parent=\"\" data-button-style=\"ghost\" wfd-id=\"62\">\n			<button class=\"tve_btn_txt\" type=\"submit\" sourceindex=\"1160\" wfd-id=\"510\">Send message</button>\n		</div>\n	<input type=\"hidden\" name=\"config\" value=\"YTozOntzOjE0OiJlcnJvcl9tZXNzYWdlcyI7YTo0OntzOjU6ImVtYWlsIjtzOjIxOiJFbWFpbCBhZGRyZXNzIGludmFsaWQiO3M6NToicGhvbmUiO3M6MjA6IlBob25lIG51bWJlciBpbnZhbGlkIjtzOjM6InVybCI7czoxMToiVVJMIGludmFsaWQiO3M6ODoicmVxdWlyZWQiO3M6MjA6IlJlcXVpcmVkIGZpZWxkIGVtcHR5Ijt9czo4OiJ0b19lbWFpbCI7YToyOntzOjI6InRvIjtzOjI5OiJhZG1pbkBiZXN0Y2VyYWtvdGVmbG9yaWRhLmNvbSI7czo3OiJzdWJqZWN0IjtzOjE4OiJOZXcgbWVzc2FnZSBmcm9tOiAiO31zOjY6InN1Ym1pdCI7YToxMDp7czo2OiJhY3Rpb24iO3M6NjoicmVsb2FkIjtzOjIzOiJzZW5kX2NvbmZpcm1hdGlvbl9lbWFpbCI7YjowO3M6MTk6InNlbmRlcl9wZXJzb25hbGl6ZWQiO2I6MDtzOjIwOiJjb25maXJtYXRpb25fc3ViamVjdCI7czozNjoiQ29udGFjdCBGb3JtIHN1Ym1pc3Npb24gY29uZmlybWF0aW9uIjtzOjIwOiJjb25maXJtYXRpb25fbWVzc2FnZSI7czoxMzk6IkhlbGxvLCAKClRoYW5rcyBmb3IgY29udGFjdGluZyB1cy4gV2UnbGwgZ2V0IGJhY2sgdG8geW91IGFzIHNvb24gYXMgcG9zc2libGUgd2l0aCB0aGUgaW5mb3JtYXRpb24geW91IG5lZWQuIAoKQmVzdCByZWdhcmRzLApbd3Bfc2l0ZV90aXRsZV0iO3M6OToiZnJvbV9uYW1lIjtzOjI4OiJUaGUgQmVzdCBDZXJha290ZSBJbiBGbG9yaWRhIjtzOjEwOiJmcm9tX2VtYWlsIjtzOjI5OiJhZG1pbkBiZXN0Y2VyYWtvdGVmbG9yaWRhLmNvbSI7czo4OiJyZXBseV90byI7czoyOToiYWRtaW5AYmVzdGNlcmFrb3RlZmxvcmlkYS5jb20iO3M6MzoidXJsIjtzOjA6IiI7czoxMjoibm90aWZpY2F0aW9uIjtzOjM4OiJZb3VyIG1lc3NhZ2UgaGFzIGJlZW4gc2VudCwgdGhhbmsgeW91ISI7fX0=\" wfd-id=\"492\"></form>\n</div><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_slide_left\" data-css=\"tve-u-1621ef118dc\" style=\"\" wfd-id=\"58\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"59\"><img class=\"tve_image tve_evt_manager_listen tve_et_tve-viewport wp-image-282\" alt=\"Cerakote Certified Logo\" width=\"2148\" height=\"1968\" title=\"Cerakote Certified Logo\" data-id=\"282\" src=\"https://bestcerakoteflorida.com/wp-content/uploads/2018/09/CertifiedLogo.png\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_left&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" style=\"width: 100%;\"></span></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621ee4be73\" style=\"\" wfd-id=\"49\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ee22c43\" wfd-id=\"51\"><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-1621ee18a1c\" wfd-id=\"52\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=825 South Kings Highway, Fort Pierce&amp;t=m&amp;z=11&amp;output=embed&amp;iwloc=near\"></iframe>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621f0aa8f7\" wfd-id=\"28\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621f0ada0e\" wfd-id=\"44\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621f0b0088\" wfd-id=\"29\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621f0d2c1a\" wfd-id=\"30\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-1621f0cbe40\" wfd-id=\"31\"><div class=\"tcb-flex-col\" wfd-id=\"38\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"40\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621f0da775\" wfd-id=\"41\"><p data-css=\"tve-u-1622444fb11\">Â© 2018, Your company name . All rights reserved.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"32\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"34\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16223fe5f5b\" wfd-id=\"35\"><p data-css=\"tve-u-1621f0d874c\" style=\"text-align: right;\">Made with <a href=\"https://thrivethemes.com/\" target=\"_blank\">Thrive Architect</a></p></div></div></div></div></div></div>\n</div>\n\n'),(6930,574,'tve_revision_tve_content_more_found',''),(6931,574,'tve_revision_tve_save_post','');
INSERT INTO `wpbe_postmeta` VALUES (6932,574,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Merriweather:400,700&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Special+Elite:400&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Poppins:400,800,900,300,700,&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Monda:400,700,&subset=latin\");@media (min-width: 300px){.tcb-plain-text { font-family: Monda; font-weight: 400; font-size: 14px; }#tve_editor [data-css=\"tve-u-1621b072b4e\"] p, #tve_editor [data-css=\"tve-u-1621b072b4e\"] li, #tve_editor [data-css=\"tve-u-1621b072b4e\"] blockquote, #tve_editor [data-css=\"tve-u-1621b072b4e\"] address, #tve_editor [data-css=\"tve-u-1621b072b4e\"] .tcb-plain-text, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h1, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h2, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h3, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h4, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h5, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h6 { color: rgb(18, 18, 18); }[data-css=\"tve-u-1621fe78878\"] .tcb-flex-col { flex-basis: 160px !important; }[data-css=\"tve-u-16417b70f47\"] { padding: 0px !important; margin: 0px !important; }#tve_editor [data-css=\"tve-u-1621fdcb4ea\"] { color: rgb(15, 29, 123) !important; }#tve_editor [data-css=\"tve-u-1641367127b\"] > :first-child { color: rgb(15, 29, 123); }[data-css=\"tve-u-1641367127b\"] { font-size: 60px; float: none; box-shadow: none; position: relative; z-index: 5; margin: 0px auto !important; }#tve_editor [data-css=\"tve-u-1641333d7d1\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-162717cb617\"] > .tcb-flex-col { padding-left: 0px; }#tve_editor [data-css=\"tve-u-16413112747\"] { color: rgba(255, 255, 255, 0.85) !important; }[data-css=\"tve-u-16369305186\"] > .tve-cb { display: block; }#tve_editor [data-css=\"tve-u-162717cb609\"] p, #tve_editor [data-css=\"tve-u-162717cb609\"] li, #tve_editor [data-css=\"tve-u-162717cb609\"] blockquote, #tve_editor [data-css=\"tve-u-162717cb609\"] address, #tve_editor [data-css=\"tve-u-162717cb609\"] h1, #tve_editor [data-css=\"tve-u-162717cb609\"] h2, #tve_editor [data-css=\"tve-u-162717cb609\"] h3, #tve_editor [data-css=\"tve-u-162717cb609\"] h4, #tve_editor [data-css=\"tve-u-162717cb609\"] h5, #tve_editor [data-css=\"tve-u-162717cb609\"] h6 { color: rgb(255, 255, 255); }[data-css=\"tve-u-16369305186\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-162717cb621\"] .tve-page-section-in { display: flex; justify-content: center; flex-direction: column; }[data-css=\"tve-u-162717fcf9d\"] .tve-page-section-in { display: block; }[data-css=\"tve-u-1628a146aef\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1628a12f675\"] { padding: 0px !important; margin: 0px 0px 60px !important; }[data-css=\"tve-u-1628a10d3b4\"] { max-width: 100%; padding: 0px !important; margin: 0px 0px 60px !important; }[data-css=\"tve-u-16271ca808e\"] { color: rgb(0, 229, 255) !important; }#tve_editor [data-css=\"tve-u-162717cb618\"] p, #tve_editor [data-css=\"tve-u-162717cb618\"] li, #tve_editor [data-css=\"tve-u-162717cb618\"] blockquote, #tve_editor [data-css=\"tve-u-162717cb618\"] address, #tve_editor [data-css=\"tve-u-162717cb618\"] h1, #tve_editor [data-css=\"tve-u-162717cb618\"] h2, #tve_editor [data-css=\"tve-u-162717cb618\"] h3, #tve_editor [data-css=\"tve-u-162717cb618\"] h4, #tve_editor [data-css=\"tve-u-162717cb618\"] h5, #tve_editor [data-css=\"tve-u-162717cb618\"] h6 { color: rgb(0, 229, 255); }[data-css=\"tve-u-162718bd0c0\"] { clip-path: url(\"#clip-top-a3b25e1c9221a\"); -webkit-clip-path: url(\"#clip-top-a3b25e1c9221a\");  background-image: none !important; opacity: 1; filter: grayscale(0%) blur(0px); }[data-css=\"tve-u-162718a3b40\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-162717fcf9d\"] { z-index: 5; padding: 170px 40px 0px !important; margin-top: -80px !important; }[data-css=\"tve-u-16260cd622f\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-16260cd7683\"]::after { clear: both; }[data-css=\"tve-u-16260cd622f\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin-top: 0px !important; margin-bottom: -1px !important; }[data-css=\"tve-u-16260be7104\"] { max-width: 1200px; }[data-css=\"tve-u-16260ba2fa4\"] { padding: 100px 40px !important; }[data-css=\"tve-u-162539c17ec\"] { line-height: 1.6em !important; }#tve_editor [data-css=\"tve-u-162493b6b63\"]:hover { background-color: rgb(248, 249, 251) !important; }#tve_editor [data-css=\"tve-u-1624939a960\"]:hover { background-color: rgb(248, 249, 251) !important; background-image: none !important; }#tve_editor [data-css=\"tve-u-162492e70ad\"] { color: rgb(137, 141, 167) !important; }[data-css=\"tve-u-162492815ba\"] { padding: 0px !important; margin-top: 25px !important; }[data-css=\"tve-u-162491e8e1f\"]::after { clear: both; }[data-css=\"tve-u-1622f65ba70\"] { border: none; background-image: none !important; padding: 0px 30px 30px !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-1622a159bcb\"] { max-width: 100%; float: none; z-index: 6; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; margin-top: 0px !important; }[data-css=\"tve-u-16229915e4e\"] { max-width: 62.8%; }[data-css=\"tve-u-16229915e1a\"] { max-width: 37.2%; }[data-css=\"tve-u-16225617da3\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-Brett.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16225611edb\"] { min-height: 127px; }[data-css=\"tve-u-1622561121b\"] { max-width: 127px; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-16224848ee5\"]::after { clear: both; }[data-css=\"tve-u-16224834cab\"]::after { clear: both; }[data-css=\"tve-u-1621ee3afec\"] > .tve-cb { display: block; }[data-css=\"tve-u-1621fe78878\"] > .tcb-flex-col { padding-left: 5px; }[data-css=\"tve-u-1621fe940b9\"] { max-width: 50%; }[data-css=\"tve-u-1621fe94086\"] { max-width: 50%; }[data-css=\"tve-u-1621fe85996\"] { max-width: 585px; float: left; z-index: 3; position: relative; width: 100%; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621fe78878\"] > .tcb-flex-col > .tcb-col { min-height: 65px; justify-content: center; }[data-css=\"tve-u-1621fe78878\"] { min-height: inherit; margin-left: -5px; padding: 0px !important; flex-wrap: wrap !important; }#tve_editor [data-css=\"tve-u-1621f4d0451\"] { font-size: 20px !important; }#tve_editor [data-css=\"tve-u-1621f4ceaf6\"] { font-size: 20px !important; color: rgb(12, 12, 12) !important; }[data-css=\"tve-u-1621f45bed3\"] { padding: 0px !important; }[data-css=\"tve-u-1621f114214\"] { float: none; max-width: 100%; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621f0da775\"] { padding: 0px !important; }#tve_editor [data-css=\"tve-u-1621f0d874c\"] { letter-spacing: 1px; color: rgb(137, 141, 167) !important; font-size: 14px !important; }[data-css=\"tve-u-1621f0d2c1a\"] { max-width: 100%; margin-left: 60px !important; margin-right: 60px !important; }[data-css=\"tve-u-1621f0aa8f7\"] .tve-page-section-in { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621f0cbe40\"] { margin-left: 0px; padding: 0px !important; }[data-css=\"tve-u-1621f0cbe40\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-1621f0b0088\"] { max-width: 100%; min-height: 140px !important; }[data-css=\"tve-u-1621f0ada0e\"] { background-image: linear-gradient(rgb(22, 22, 24), rgb(22, 22, 24)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1621f0aa8f7\"] { padding: 0px !important; }[data-css=\"tve-u-1621efddaaf\"] { padding: 0px !important; }[data-css=\"tve-u-1621ef118dc\"] { width: 191px; position: relative; right: -50px; top: 0px; float: left; z-index: 3; margin-top: 0px !important; margin-bottom: 0px !important; padding-left: 0px !important; left: 10px; }#tve_editor [data-css=\"tve-u-1621ee74a24\"] > :first-child { color: rgb(255, 255, 255); }[data-css=\"tve-u-1621ee74a24\"] { font-size: 60px; float: none; z-index: 3; position: relative; margin: 0px auto 10px !important; padding-top: 0px !important; box-shadow: none; }[data-css=\"tve-u-1621ee63e1c\"] { float: none; z-index: 3; position: relative; max-width: none; width: 100%; padding: 0px !important; margin: 0px auto 30px !important; }[data-css=\"tve-u-1621ee58e74\"] { background-color: rgb(224, 226, 236) !important; border-right: 2px dotted rgb(0, 0, 0) !important; }[data-css=\"tve-u-1621ee4be73\"] { max-width: 61%; }[data-css=\"tve-u-1621ee4be21\"] { max-width: 39%; }[data-css=\"tve-u-1621ee3afec\"] { padding: 60px 10px 0px 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621ee37f4a\"] { min-height: 380px; }[data-css=\"tve-u-1621ee22c43\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding-top: 0px !important; padding-left: 0px !important; }[data-css=\"tve-u-1621ee18a1c\"] { margin: 80px 0px 0px 122px !important; box-shadow: none; }[data-css=\"tve-u-1621ee093d4\"] { margin-top: 0px !important; }[data-css=\"tve-u-1621ee03000\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1621ee03000\"] { margin-left: 0px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-1621ee03000\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-1621edf8048\"] { max-width: 100%; min-height: 1px !important; }[data-css=\"tve-u-1621ec454d9\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec43fe2\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec42aa7\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec3a5c0\"] { margin-top: 0px !important; margin-bottom: 10px !important; }[data-css=\"tve-u-1621ec37ea5\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec36a4d\"] { margin-bottom: 10px !important; }[data-css=\"tve-u-1621ea18c5d\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ea19a06\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ea1a5d7\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ea2c69a\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ea23322\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ec298ab\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ec2704c\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ec241aa\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ec05cc3\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec04541\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec009a8\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ebff867\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ebfe4ce\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621eb037bb\"] { padding: 0px !important; margin-top: 0px !important; margin-bottom: 30px !important; }[data-css=\"tve-u-1621eaff572\"] { color: rgb(15, 29, 123) !important; }[data-css=\"tve-u-1621ea50702\"] { max-width: 230px; float: none; z-index: 3; position: relative; width: 100%; padding: 0px !important; margin: 0px auto !important; }#tve_editor [data-css=\"tve-u-1621ea2c69a\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ea295c0\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ea295c0\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ea1fba7\"] > :first-child { color: rgb(137, 141, 167); }#tve_editor [data-css=\"tve-u-1621ea23322\"] { font-size: 16px !important; }[data-css=\"tve-u-1621ea1fba7\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }[data-css=\"tve-u-1621e99c314\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }[data-css=\"tve-u-1621e99b1db\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }[data-css=\"tve-u-1621e9993aa\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ea1a5d7\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ea19a06\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ea18c5d\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621e99c314\"] > :first-child { color: rgb(137, 141, 167); }#tve_editor [data-css=\"tve-u-1621e99b1db\"] > :first-child { color: rgb(137, 141, 167); }#tve_editor [data-css=\"tve-u-1621e9993aa\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621e8107f3\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621e942b65\"] strong { font-weight: 800; }[data-css=\"tve-u-1621e7e9950\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621e930bd7\"] { padding: 0px 0px 50px !important; }#tve_editor [data-css=\"tve-u-1621e92e97f\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1621e81f424\"] { border-radius: 200px; overflow: hidden; background-image: none !important; border: 3px solid rgb(255, 255, 255) !important; background-color: rgb(144, 147, 168) !important; }[data-css=\"tve-u-1621e819c52\"] { min-height: 110px; }[data-css=\"tve-u-1621e8107f3\"] { float: none; max-width: 110px; z-index: 4; padding: 0px !important; margin: -60px auto 30px !important; }[data-css=\"tve-u-1621e7edfd9\"] { clip-path: url(\"#clip-bottom-10ffac3b28f1d\"); -webkit-clip-path: url(\"#clip-bottom-10ffac3b28f1d\");  background-image: none !important; background-color: rgb(144, 147, 168) !important; }[data-css=\"tve-u-1621e7e9950\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1621e7e6c1d\"] { min-height: 150px; }[data-css=\"tve-u-1621e7c7aa1\"] > .tcb-flex-col { padding-left: 60px; }[data-css=\"tve-u-1621e7d5094\"] { min-height: 480px; }[data-css=\"tve-u-1621e7d234c\"] { box-shadow: rgba(0, 0, 0, 0.02) 0px 2px 22px 0px; background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1621e7ceab3\"] { float: none; width: 100%; padding: 0px 0px 20px !important; margin: 0px auto !important; }[data-css=\"tve-u-1621e7c899a\"] { float: none; max-width: 100%; margin: 0px auto !important; }[data-css=\"tve-u-1621e7c7aa1\"] { margin-left: -60px; padding: 0px !important; }[data-css=\"tve-u-1621e7b695a\"] { padding: 0px !important; margin-bottom: 100px !important; }#tve_editor [data-css=\"tve-u-1621e7a7350\"] { color: rgb(15, 29, 123) !important; }[data-css=\"tve-u-1621b3cfc7b\"] { filter: blur(0px); opacity: 1; background-image: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(220, 224, 246) 38%) !important; background-color: rgb(212, 212, 212) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1621b3c8c52\"] { padding: 100px 40px !important; }[data-css=\"tve-u-1621b3c74d9\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-1621b300a64\"]::after { clear: both; }[data-css=\"tve-u-1621b24a89d\"] { padding: 0px !important; }[data-css=\"tve-u-1621b22a018\"] { background-image: none !important; padding: 0px !important; }[data-css=\"tve-u-1621b200375\"] { float: none; max-width: 100%; border-left: 1px solid rgba(15, 29, 123, 0.7); border-right: 1px solid rgba(15, 29, 123, 0.7); background-color: rgb(248, 249, 251) !important; margin: 0px auto !important; }[data-css=\"tve-u-1621b10fccf\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621b0e4fb7\"] { border-right: none; max-width: 100%; padding: 0px !important; margin-bottom: 40px !important; margin-right: 0px !important; }[data-css=\"tve-u-1621b072b4e\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-1621b064668\"] { max-width: 52%; }[data-css=\"tve-u-1621b064646\"] { max-width: 48%; }[data-css=\"tve-u-1621afda4fa\"] { max-width: none; padding: 0px !important; margin-bottom: 40px !important; }#tve_editor [data-css=\"tve-u-1621afd8c98\"] { color: rgb(255, 255, 255) !important; font-size: 20px !important; }[data-css=\"tve-u-1621afceb00\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 80%; padding: 0px !important; margin-bottom: 50px !important; }#tve_editor [data-css=\"tve-u-1621afcc0bf\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1621a8a804b\"] > .tcb-flex-col { padding-left: 60px; }[data-css=\"tve-u-1621ae6c8da\"] { clip-path: url(\"#clip-top-aa2c3e3c70555\"); -webkit-clip-path: url(\"#clip-top-aa2c3e3c70555\");  background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-Cta-2.jpg\") !important; background-size: cover !important; background-position: 0% 100% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1621ae4fd21\"] { max-width: 100%; top: -70px; z-index: 5; left: -60px; position: relative !important; padding: 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-1621ae4db6e\"] { min-height: 524px; }[data-css=\"tve-u-1621ada1e7f\"] .tve-page-section-in { display: flex; flex-direction: column; justify-content: center; }[data-css=\"tve-u-1621adea58b\"] > .tcb-flex-col > .tcb-col { min-height: 1px; justify-content: center; }[data-css=\"tve-u-1621ae0bec7\"] { height: calc(100% - -22px); background-image: linear-gradient(rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.14)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; margin-left: 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621adea58b\"] > .tcb-flex-col { padding-left: 50px; }[data-css=\"tve-u-1621adea58b\"] { margin-left: -50px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-1621ade6172\"] { max-width: 100%; float: none; width: 100%; margin: 0px auto !important; }[data-css=\"tve-u-1621adba9ef\"] { clip-path: url(\"#clip-top-52d5a36c151aa\"); -webkit-clip-path: url(\"#clip-top-52d5a36c151aa\");  background-image: linear-gradient(rgba(15, 29, 123, 0.65), rgba(15, 29, 123, 0.65)), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-cta-bg.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-1621ada1e7f\"] { padding: 0px 40px !important; }[data-css=\"tve-u-1621ad46076\"] { padding: 100px 40px !important; margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1621ad420c4\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-1621a9076ef\"] { padding-top: 2px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-1621acf64fb\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621acf47d2\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1621acf0289\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621a8e11f3\"] { padding-top: 2px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-1621a8e5625\"] { padding-top: 2px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-1621ace4de9\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1621ace1b08\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1621a9a2867\"] strong { font-weight: 700; }#tve_editor [data-css=\"tve-u-1621a9a2867\"] { font-weight: 300; color: rgb(15, 29, 123) !important; font-family: Poppins !important; }[data-css=\"tve-u-1621a9750ae\"] { font-size: 13.6px !important; line-height: 13.6px !important; }[data-css=\"tve-u-1621a9a2867\"] { font-size: 48px !important; line-height: 48px !important; }[data-css=\"tve-u-1621a9a2866\"] { margin-top: 40px !important; }[data-css=\"tve-u-1621a9a2862\"] { width: 160px !important; height: 160px !important; background-color: rgb(137, 141, 167) !important; }[data-css=\"tve-u-1621a98b602\"] { stroke-dasharray: 502.655, 502.655; }[data-css=\"tve-u-1621a983587\"] { float: none; border: 30px solid rgba(137, 141, 167, 0.24); z-index: 3; position: relative; margin: 30px auto 0px !important; padding: 0px !important; }[data-css=\"tve-u-1621a9750ae\"] strong { font-weight: 700; }#tve_editor [data-css=\"tve-u-1621a9750ae\"] { color: rgb(255, 255, 255) !important; font-family: Monda !important; }[data-css=\"tve-u-1621a96b190\"] { background-color: rgb(231, 229, 229); width: 144px !important; height: 144px !important; top: 8px !important; bottom: 8px !important; left: 8px !important; right: 8px !important; }[data-css=\"tve-u-1621a9685d4\"] { stroke: rgb(248, 251, 253) !important; stroke-width: 17px !important; }[data-css=\"tve-u-1621a8a804b\"] > .tcb-flex-col > .tcb-col { min-height: 445px; justify-content: center; }[data-css=\"tve-u-1621a90a46f\"] { background-image: radial-gradient(rgba(255, 255, 255, 0.51) 16%, rgb(255, 255, 255) 73%), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-100-clean.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }#tve_editor [data-css=\"tve-u-1621a9076ef\"] > :first-child { color: rgb(15, 29, 123); }#tve_editor [data-css=\"tve-u-1621a8e5625\"] > :first-child { color: rgb(15, 29, 123); }#tve_editor [data-css=\"tve-u-1621a8e11f3\"] > :first-child { color: rgb(15, 29, 123); }[data-css=\"tve-u-1621a8c4313\"] { padding: 0px !important; margin-bottom: 60px !important; }[data-css=\"tve-u-1621a8b2488\"] { float: none; max-width: 100%; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621a8a804b\"] { min-height: inherit; margin-left: -60px; padding: 0px !important; }[data-css=\"tve-u-1621a2e0d5b\"] { line-height: 1em !important; }[data-css=\"tve-u-1621a2247ba\"] { max-width: 100%; float: none; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; }#tve_editor [data-css=\"tve-u-1620af7eb3f\"] .tcb-button-link { font-size: 18px; color: rgb(15, 29, 123) !important; }#tve_editor [data-css=\"tve-u-1620af7eb3f\"]:hover strong { font-weight: 700 !important; }[data-css=\"tve-u-1620af7eb3f\"] { width: 268px; float: left; z-index: 3; position: relative; display: block; max-width: 268px; margin-bottom: 0px !important; margin-top: 0px !important; margin-left: 3px !important; }#tve_editor [data-css=\"tve-u-1620af7eb3f\"]:hover .tcb-button-link { color: rgb(255, 255, 255) !important; border-radius: 200px !important; overflow: hidden !important; font-family: Monda !important; font-weight: 400 !important; text-shadow: none !important; background-image: none !important; background-color: rgb(15, 29, 123) !important; }[data-css=\"tve-u-1620af7eb3f\"] .tcb-button-link { border-radius: 200px; min-height: 54.7619px; font-size: 1.33333em; padding-top: 0px; padding-bottom: 0px; background-image: none !important; background-color: rgb(255, 255, 255) !important; padding-right: 15px !important; }#tcb_landing_page a:not(.tcb-button-link).tve_state_hover { color: rgb(35, 55, 188); }#tcb_landing_page a:not(.tcb-button-link):hover { color: rgb(35, 55, 188); }#tcb_landing_page a:not(.tcb-button-link) { color: rgb(255, 255, 255); }#tcb_landing_page input strong { font-weight: 700; }#tcb_landing_page .tcb-button-link strong { font-weight: 700; }#tcb_landing_page p strong, #tcb_landing_page li strong { font-weight: 700; }#tcb_landing_page input { font-family: Merriweather; font-weight: 400; }#tcb_landing_page .tcb-button-link { font-family: Merriweather; font-weight: 400; }#tcb_landing_page p, #tcb_landing_page li { color: rgb(12, 12, 12); font-family: Merriweather; font-weight: 400; line-height: 1.5em; font-size: 16px; }#tcb_landing_page h6 { text-transform: uppercase; font-size: 14px; color: rgb(0, 0, 0); font-family: \"Special Elite\"; font-weight: 400; letter-spacing: 1px; line-height: 1.3em; }#tcb_landing_page h5 { font-size: 22px; color: rgb(12, 12, 12); font-family: \"Special Elite\"; font-weight: 400; line-height: 1.3em; }#tcb_landing_page h4 { font-size: 24px; color: rgb(12, 12, 12); font-family: \"Special Elite\"; font-weight: 400; line-height: 1.3em; }#tcb_landing_page h3 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(12, 12, 12); font-size: 26px; line-height: 1.3em; }#tcb_landing_page h2 { color: rgb(0, 0, 0); font-size: 30px; letter-spacing: 2px; text-transform: uppercase; line-height: 1.3em; font-family: \"Special Elite\"; font-weight: 400; }#tcb_landing_page h1 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(0, 0, 0); font-size: 42px; line-height: 1.3em; }[data-css=\"tve-u-15e09c94f7d\"] { background-color: rgb(231, 229, 229) !important; }[data-css=\"tve-u-1621b01355a\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621b01355a\"] { max-width: 274px; position: relative; float: left; z-index: 3; width: 100%; padding: 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-1621b028939\"] .tcb-button-link { font-size: 18px; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1621b028939\"]:hover strong { font-weight: 700 !important; }[data-css=\"tve-u-1621b028939\"] { display: block; max-width: 268px; width: 268px; top: 0px; left: 0px; float: left; z-index: 3; position: relative; margin-bottom: 0px !important; margin-top: 0px !important; }#tve_editor [data-css=\"tve-u-1621b028939\"]:hover .tcb-button-link { background-color: rgb(255, 255, 255) !important; color: rgb(15, 29, 123) !important; overflow: hidden !important; font-family: Monda !important; background-image: none !important; text-align: center !important; }[data-css=\"tve-u-1621b028939\"] .tcb-button-link { min-height: 54.7619px; font-size: 1.33333em; padding-top: 0px; padding-bottom: 0px; border: 1px solid rgb(255, 255, 255); border-radius: 30px; overflow: hidden; background-color: rgba(26, 188, 156, 0.01) !important; padding-right: 15px !important; color: rgb(26, 188, 156) !important; }[data-css=\"tve-u-1621b08fdde\"] { border-radius: 200px; overflow: hidden; border: 1px solid rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1621b01355a\"]:hover [data-css=\"tve-u-1621b08fdde\"] { border: 1px solid rgba(255, 255, 255, 0.4) !important; }[data-css=\"tve-u-1621b30ca74\"]::after { clear: both; }#tve_editor [data-css=\"tve-u-1621e942b65\"] { font-weight: 400; letter-spacing: 0px; color: rgb(255, 255, 255) !important; font-family: Poppins !important; font-size: 30px !important; }[data-css=\"tve-u-1621e94cb4e\"] { float: none; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621eaaedd8\"] { clip-path: url(\"#clip-bottom-a2b9cf3198d6f\"); -webkit-clip-path: url(\"#clip-bottom-a2b9cf3198d6f\");  background-image: none !important; background-color: rgb(5, 10, 42) !important; }[data-css=\"tve-u-1621eab272c\"] { border-radius: 200px; overflow: hidden; background-image: none !important; border: 3px solid rgb(255, 255, 255) !important; background-color: rgb(5, 10, 42) !important; }[data-css=\"tve-u-1621eacf6af\"] { max-width: 230px; float: none; z-index: 3; position: relative; padding: 0px !important; margin: 0px auto !important; }[data-css=\"tve-u-1621eb3eb9f\"] { clip-path: url(\"#clip-bottom-ac98bb0e54b3b\"); -webkit-clip-path: url(\"#clip-bottom-ac98bb0e54b3b\");  background-image: none !important; background-color: rgb(45, 51, 89) !important; }[data-css=\"tve-u-1621eb43d8d\"] { border-radius: 200px; overflow: hidden; background-image: none !important; border: 3px solid rgb(255, 255, 255) !important; background-color: rgb(45, 51, 89) !important; }[data-css=\"tve-u-1621eb7ccb0\"] { min-height: 530px; }[data-css=\"tve-u-1621eb81205\"] { padding: 0px 0px 20px !important; margin-top: -25px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621ebbbb6d\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621ebbbb6d\"] { max-width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1621ebf340c\"] { max-width: 230px; float: none; z-index: 3; position: relative; width: 100%; padding: 0px !important; margin: 0px auto !important; }[data-css=\"tve-u-1621ebfa746\"] { padding: 0px !important; margin-top: 0px !important; margin-bottom: 30px !important; }#tve_editor [data-css=\"tve-u-1621ebfe4ce\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ebff867\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ec009a8\"] { font-size: 16px !important; }[data-css=\"tve-u-1621ec09a3c\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; margin: 0px !important; }#tve_editor [data-css=\"tve-u-1621ec09a3c\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ec0c5bd\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; margin: 0px !important; }#tve_editor [data-css=\"tve-u-1621ec0c5bd\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ec15f6e\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ec15f6e\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ec204df\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ec204df\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ec20f68\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ec20f68\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ec21a31\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ec21a31\"] > :first-child { color: rgb(137, 141, 167); }#tve_editor [data-css=\"tve-u-1621ec241aa\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ec2704c\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ec298ab\"] { font-size: 16px !important; }[data-css=\"tve-u-1621ec6c39b\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621ec6c39b\"] { float: none; max-width: 110px; z-index: 4; padding: 0px !important; margin: -60px auto 30px !important; }[data-css=\"tve-u-1621ec752da\"] { min-height: 110px; }[data-css=\"tve-u-1621ec78d2c\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621ec78d2c\"] { float: none; max-width: 110px; z-index: 4; padding: 0px !important; margin: -60px auto 30px !important; }[data-css=\"tve-u-1621ec79a7d\"] { min-height: 110px; }[data-css=\"tve-u-1621ec7f21a\"] { min-height: 160px; }[data-css=\"tve-u-1621f154231\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-1621f154231\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin: 0px 0px -1px !important; }[data-css=\"tve-u-1621f15b521\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-1621f15b521\"] { float: right; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin-top: -1px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621f4ceaf7\"] { color: rgb(15, 29, 123) !important; }[data-css=\"tve-u-1621fb65556\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-1621fb65556\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-1621fb65556\"] { min-height: inherit; margin-left: -20px; padding: 0px !important; }[data-css=\"tve-u-1621fb68b97\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-1621fb68b97\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-1621fb68b97\"] { min-height: inherit; margin-left: -30px; padding: 30px !important; }[data-css=\"tve-u-1621fbacc60\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621fbcad8c\"] { padding: 0px !important; }[data-css=\"tve-u-1621fc0ce17\"] { padding: 0px !important; margin-bottom: 15px !important; }[data-css=\"tve-u-1621fd84d7b\"] { min-height: 480px; }[data-css=\"tve-u-1621fd8766c\"] { min-height: 150px; }[data-css=\"tve-u-1621fd9c946\"] { padding: 0px 0px 20px !important; margin-top: 0px !important; margin-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-1621fe1587d\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1621fe1725e\"] strong { font-weight: 800; }#tve_editor [data-css=\"tve-u-1621fe1725e\"] { font-weight: 400; letter-spacing: 0px; color: rgb(255, 255, 255) !important; font-family: Poppins !important; font-size: 30px !important; }#tve_editor [data-css=\"tve-u-1621fe1a1af\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1621fe1bd18\"] strong { font-weight: 800; }#tve_editor [data-css=\"tve-u-1621fe1bd18\"] { font-weight: 400; letter-spacing: 0px; color: rgb(255, 255, 255) !important; font-family: Poppins !important; font-size: 30px !important; }[data-css=\"tve-u-16223b080b0\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-16223b080b0\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-16223f02c16\"] { min-height: 62px; }[data-css=\"tve-u-16223fe5f5b\"] { padding: 0px !important; }[data-css=\"tve-u-16224439be1\"] { padding: 0px !important; }#tve_editor [data-css=\"tve-u-1622444fb11\"] { letter-spacing: 1px; color: rgb(137, 141, 167) !important; font-size: 14px !important; }#tve_editor [data-css=\"tve-u-16228c764b2\"] { font-size: 18px !important; }[data-css=\"tve-u-16229f6175c\"] { border: none; margin: 80px 0px 0px !important; background-image: none !important; }[data-css=\"tve-u-16229fa6a26\"] { border: none; box-shadow: none; padding: 0px 30px 30px !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-16229fa8c68\"] { border: none; padding: 0px 30px 30px !important; background-image: none !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col > .tcb-col { min-height: 244px; }[data-css=\"tve-u-16229ffbb7b\"] { margin-left: -30px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16248fc42a1\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-16248fc42a1\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-16248fc71c8\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-16249355087\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-16249355087\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-16249358652\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-16249358652\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-1624935a201\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-1624935a201\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-16249367114\"] { border: none; margin: 30px 0px 0px !important; background-image: none !important; }[data-css=\"tve-u-16249373b25\"] { border: none; padding: 0px 30px 30px !important; background-image: linear-gradient(rgb(248, 249, 251), rgb(248, 249, 251)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1624939a960\"] { border: none; box-shadow: none; padding: 0px 30px 30px !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-162493a03b0\"] > .tcb-flex-col > .tcb-col { min-height: 244px; }[data-css=\"tve-u-162493a03b0\"] { margin-left: -30px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-162493a03b0\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-162493b6b63\"] { border: none; background-image: none !important; padding: 0px 30px 30px !important; background-color: rgb(248, 249, 251) !important; }#tve_editor [data-css=\"tve-u-162493d5f13\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-162493d5f13\"] { font-size: 30px; width: 30px; height: 30px; top: 0px; left: 0px; display: block; position: static; z-index: 8; border-bottom: 1px solid rgb(10, 93, 165); border-top: none; border-right: none; border-left: none; border-image: initial; margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-162494b490e\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-162494b7ad0\"] { padding: 0px !important; margin-top: 25px !important; margin-left: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-1625389a3d5\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-1625389a3d5\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-1625389b4ed\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-1625389b4ed\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-162539ac577\"] { max-width: 39%; }[data-css=\"tve-u-162539ac57d\"] { max-width: 61%; }#tve_editor [data-css=\"tve-u-162539c17ec\"] { font-size: 16px !important; color: rgba(12, 12, 12, 0.7) !important; }[data-css=\"tve-u-16260c39a7e\"] { float: none; max-width: 100%; border-left: 1px solid rgba(15, 29, 123, 0.7); border-right: 1px solid rgba(15, 29, 123, 0.7); margin: 0px auto !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-16260c433e9\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-Rosie.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16260c5ff07\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-16260c5ff07\"] { float: right; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin: -1px 0px 0px !important; }[data-css=\"tve-u-16260c5ff0c\"]::after { clear: both; }[data-css=\"tve-u-16260d01208\"] { max-width: 37%; }[data-css=\"tve-u-16260d0120e\"] { max-width: 63%; }[data-css=\"tve-u-16260d39b83\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-16260d39b83\"] { float: right; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin-top: -1px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-16260d3b97e\"]::after { clear: both; }[data-css=\"tve-u-16260d3f4aa\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16260d3f4aa\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-16260d3f4aa\"] { min-height: inherit; margin-left: -30px; padding: 30px !important; }[data-css=\"tve-u-16260d3f4af\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-16260d3f4af\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-16260d3f4af\"] { min-height: inherit; margin-left: -20px; padding: 0px !important; }[data-css=\"tve-u-16260d5e4b8\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-Shawn.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16260d73672\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-16260d73672\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin-top: 0px !important; margin-bottom: -1px !important; }[data-css=\"tve-u-16260d8392c\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16260d8392c\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-16260d8392c\"] { min-height: inherit; margin-left: -30px; padding: 30px !important; }[data-css=\"tve-u-16260d8396c\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-16260d8396c\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-16260d8396c\"] { min-height: inherit; margin-left: -20px; padding: 0px !important; }[data-css=\"tve-u-16260da3aa7\"] { float: none; max-width: 100%; border-left: 1px solid rgba(15, 29, 123, 0.7); border-right: 1px solid rgba(15, 29, 123, 0.7); margin: 0px auto !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-162717cb600\"] { max-width: 58.2%; }[data-css=\"tve-u-162717cb601\"] { max-width: 41.8%; }[data-css=\"tve-u-162717cb609\"]::after { clear: both; }[data-css=\"tve-u-162717cb60a\"] { padding-right: 50px !important; padding-bottom: 80px !important; padding-top: 20px !important; }[data-css=\"tve-u-162717cb60b\"]::after { clear: both; }[data-css=\"tve-u-162717cb60b\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-162717cb60f\"] { padding: 0px !important; margin-bottom: 25px !important; }[data-css=\"tve-u-162717cb610\"] { padding: 0px !important; margin-bottom: 35px !important; box-shadow: none !important; }#tve_editor [data-css=\"tve-u-162717cb616\"] { text-shadow: rgb(0, 0, 0) 2px 2px 2px; text-transform: none !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-162717cb617\"] { margin-left: 0px; padding: 0px !important; }[data-css=\"tve-u-162717cb618\"] { max-width: none; margin-top: 0px !important; }[data-css=\"tve-u-162717cb620\"] { clip-path: url(\"#clip-bottom-c883ac5175045\"); -webkit-clip-path: url(\"#clip-bottom-c883ac5175045\");  opacity: 1; filter: grayscale(0%) blur(0px); background-image: linear-gradient(rgba(0, 0, 0, 0.46), rgba(0, 0, 0, 0.46)), url(\"https://bestcerakoteflorida.com/wp-content/uploads/2018/05/FTYS6743.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, fixed !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-162717cb609\"] { max-width: 1200px; min-height: 630px !important; }[data-css=\"tve-u-162717cb621\"] { z-index: 1; padding: 125px 40px 0px !important; margin-top: -130px !important; }[data-css=\"tve-u-162717d1bb6\"] { border-right: 1px solid rgba(255, 255, 255, 0.2); }[data-css=\"tve-u-162717d1bb7\"] { max-width: 23.7%; }[data-css=\"tve-u-162717d1bb9\"] { max-width: 42.9%; }[data-css=\"tve-u-162717d1bbc\"] { border-left: none; padding: 0px !important; }[data-css=\"tve-u-162717d1bbe\"] { border-bottom: 1px solid rgba(255, 255, 255, 0.2); float: none; width: 100%; position: relative; z-index: 10; max-width: 1600px; margin: 0px auto !important; }[data-css=\"tve-u-162717d1bbf\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-162717d1bbf\"] > .tcb-flex-col { padding-left: 17px; }[data-css=\"tve-u-162717d1bbf\"] { margin-left: -17px; min-height: inherit; padding: 5px 0px 0px 40px !important; }#tve_editor [data-css=\"tve-u-162717d1bbe\"] p, #tve_editor [data-css=\"tve-u-162717d1bbe\"] li, #tve_editor [data-css=\"tve-u-162717d1bbe\"] blockquote, #tve_editor [data-css=\"tve-u-162717d1bbe\"] address { font-size: 16px; }#tve_editor [data-css=\"tve-u-16271adf6cf\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-16271adf6cf\"] { font-size: 30px; width: 30px; height: 30px; top: 22px; left: 20px; border-bottom: 1px solid rgb(10, 93, 165); margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1641367e553\"] > :first-child { color: rgba(15, 29, 123, 0.12); }[data-css=\"tve-u-1641367e553\"] { font-size: 60px; float: none; box-shadow: none; width: 60px; height: 60px; margin: -55px auto 60px !important; padding-right: 17px !important; }[data-css=\"tve-u-16416e4fafd\"] { box-shadow: rgba(0, 0, 0, 0.02) 0px 2px 22px 0px; background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16416e603ab\"] { box-shadow: rgba(0, 0, 0, 0.12) 0px 3px 44px 0px; background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-164179a84b8\"] > .tve-cb { display: block; }[data-css=\"tve-u-164179a84b8\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-164179bced9\"] { border-right: none; padding: 3px 0px 0px !important; position: static !important; }[data-css=\"tve-u-16417b4cb9e\"] { padding: 0px 0px 50px !important; }[data-css=\"tve-u-16417b62c09\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-16417b662bf\"] { margin-top: 0px !important; margin-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-16417e5bd95\"] > :first-child { color: rgb(255, 255, 255); }[data-css=\"tve-u-16417e5bd95\"] { z-index: 4; position: relative; float: left; font-size: 25px !important; width: 25px !important; height: 25px !important; margin: 3px 15px 0px 0px !important; padding-left: 0px !important; }[data-css=\"tve-u-1641c1af44d\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1641c1b01a6\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1641c1b0a67\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1641c1b12d8\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }#tve_editor [data-css=\"tve-u-1641c1b33f9\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-1641c1b33f9\"] { font-size: 30px; width: 30px; height: 30px; top: 22px; left: 20px; border-bottom: 1px solid rgb(10, 93, 165); margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1641c1b456a\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-1641c1b456a\"] { font-size: 30px; width: 30px; height: 30px; top: 22px; left: 20px; border-bottom: 1px solid rgb(10, 93, 165); margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1641c1b52d3\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-1641c1b52d3\"] { font-size: 30px; width: 30px; height: 30px; top: 22px; left: 20px; border-bottom: 1px solid rgb(10, 93, 165); margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1641c1b60b4\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-1641c1b60b4\"] { font-size: 30px; width: 30px; height: 30px; top: 22px; left: 20px; border-bottom: 1px solid rgb(10, 93, 165); margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }#tcb_landing_page .tcb-plain-text { color: rgb(0, 0, 0); font-family: Merriweather; font-weight: 400; }#tcb_landing_page .tcb-plain-text strong { font-weight: 700; }[data-css=\"tve-u-162717d1bbe\"] p { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-162717d1bbe\"] h3 { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-1695981e7bb\"] { max-width: 33.3545%; }[data-css=\"tve-u-16959822de2\"] { width: 291px; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-16959846d3d\"] { margin-top: 0px !important; }[data-css=\"tve-u-16959cd1e7a\"] { margin-top: 10px !important; }[data-css=\"tve-u-1695a3002e2\"] .tcb-button-link { border-radius: 4px; border-bottom: 4px solid rgb(117, 0, 23); border-top-color: rgb(198, 225, 224); border-right-color: rgb(198, 225, 224); border-left-color: rgb(198, 225, 224); background-image: none !important; background-color: rgb(143, 2, 32) !important; padding-right: 25px !important; }#tve_editor [data-css=\"tve-u-1695a3002e2\"]:hover .tcb-button-link { background-color: rgb(132, 1, 28) !important; }#tve_editor [data-css=\"tve-u-1695a36117b\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1695d7c4d62\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1695d7d2659\"] { margin-bottom: 5px !important; }[data-css=\"tve-u-1695d7d93a4\"] { margin-bottom: 5px !important; }#tve_editor [data-css=\"tve-u-1695d7e0325\"] button { background-color: rgb(143, 2, 32) !important; color: rgb(255, 255, 255); border-width: 1px; border-style: solid; border-color: rgb(143, 2, 32); background-image: none !important; font-weight: 400 !important; font-family: Merriweather; text-transform: uppercase; border-radius: 4px; overflow: hidden; }#tve_editor [data-css=\"tve-u-1695d7e0325\"]:hover button { background-color: rgba(143, 2, 32, 0.76) !important; color: rgb(255, 255, 255) !important; border-color: rgba(0, 0, 0, 0.76) !important; background-image: none !important; }#tve_editor [data-css=\"tve-u-1695d7e44c1\"] input, #tve_editor [data-css=\"tve-u-1695d7e44c1\"] input::placeholder, #tve_editor [data-css=\"tve-u-1695d7e44c1\"] textarea, #tve_editor [data-css=\"tve-u-1695d7e44c1\"] textarea::placeholder { font-size: 15px; }[data-css=\"tve-u-1695d7e44c1\"] input, [data-css=\"tve-u-1695d7e44c1\"] textarea { padding: 12px 10px !important; }#tve_editor [data-css=\"tve-u-1695d7e0325\"] { max-width: 43%; width: 43%; }[data-css=\"tve-u-1695d7e0325\"] { margin-left: auto !important; margin-right: auto !important; float: none; }#tve_editor [data-css=\"tve-u-1695d7e0325\"] strong { font-weight: 700; }}@media (max-width: 1023px){[data-css=\"tve-u-1621ebfa746\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621eb037bb\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621ec78d2c\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621ec6c39b\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621b064668\"] { max-width: 49%; }[data-css=\"tve-u-1621b064646\"] { max-width: 51%; }[data-css=\"tve-u-1621b3c74d9\"] { max-width: 100%; }[data-css=\"tve-u-1621f0b0088\"] { min-height: 100px !important; }[data-css=\"tve-u-1621ee3afec\"] > .tve-cb { display: block; }[data-css=\"tve-u-1621e7ceab3\"] > .tve-cb { display: block; }[data-css=\"tve-u-1621ea50702\"] { float: none; width: 100%; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621ae4fd21\"] > .tve-cb { display: block; }[data-css=\"tve-u-162717cb60f\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-162717cb610\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-16223dad661\"] { padding-top: 20px !important; }[data-css=\"tve-u-1641367127b\"] { float: none; font-size: 50px; width: 50px; height: 50px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1641367e553\"] { float: none; font-size: 50px; width: 50px; height: 50px; margin: -44px auto 40px !important; padding-right: 12px !important; }[data-css=\"tve-u-1621e7b695a\"] { margin-bottom: 50px !important; }[data-css=\"tve-u-1621ee37f4a\"] { min-height: 262px; }[data-css=\"tve-u-1621ada1e7f\"] { padding: 50px 30px 50px 0px !important; }[data-css=\"tve-u-1621b072b4e\"] { max-width: 100%; }[data-css=\"tve-u-1621a2247ba\"] { margin-bottom: 60px !important; }[data-css=\"tve-u-16229f6175c\"] { margin-top: 0px !important; }[data-css=\"tve-u-162717cb60b\"] { height: calc(100% - -85px); margin-top: -85px !important; }[data-css=\"tve-u-162717cb617\"] .tcb-flex-col { flex-basis: 560px !important; }#tcb_landing_page h5 { line-height: 1.3em; }#tcb_landing_page h6 { line-height: 1.4em; }#tcb_landing_page p, #tcb_landing_page li { line-height: 1.5em; }[data-css=\"tve-u-1628a146aef\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1628a12f675\"] { margin-bottom: 40px !important; }[data-css=\"tve-u-1628a10d3b4\"] { margin-bottom: 40px !important; }[data-css=\"tve-u-162718bd0c0\"] { clip-path: url(\"#clip-tablet-top-a3b25e1c9221a\"); -webkit-clip-path: url(\"#clip-tablet-top-a3b25e1c9221a\");  background-color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-162717cb621\"] { z-index: 6; padding-top: 60px !important; margin-top: -90px !important; }[data-css=\"tve-u-162718a3b40\"] { max-width: 100%; min-height: 1px !important; }[data-css=\"tve-u-16271adf6cf\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-162493d5f13\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-162717fcf9d\"] { margin-top: -40px !important; padding-top: 90px !important; padding-left: 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-16260d3f4af\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16260d3f4aa\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1621fb65556\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1621fb68b97\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16260d8396c\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16260d8392c\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16260d39b83\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-16260c5ff07\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-16260ba2fa4\"] { padding: 50px 40px !important; }[data-css=\"tve-u-16260be7104\"] { max-width: 100%; }[data-css=\"tve-u-1621ebbbb6d\"] { margin-top: -1px !important; }[data-css=\"tve-u-1621eaaedd8\"] { clip-path: url(\"#clip-tablet-bottom-a2b9cf3198d6f\"); -webkit-clip-path: url(\"#clip-tablet-bottom-a2b9cf3198d6f\");  }[data-css=\"tve-u-1621e7e9950\"] { margin-top: -1px !important; }[data-css=\"tve-u-16229fa8c68\"] { padding: 0px 20px 20px !important; }[data-css=\"tve-u-1622f65ba70\"] { padding: 0px 20px 20px !important; }[data-css=\"tve-u-16249373b25\"] { padding-left: 20px !important; padding-right: 20px !important; padding-bottom: 20px !important; }[data-css=\"tve-u-162493b6b63\"] { padding-left: 20px !important; padding-bottom: 20px !important; padding-right: 20px !important; }[data-css=\"tve-u-16249367114\"] { margin-top: 20px !important; }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-1624935a201\"] { line-height: 1.3em !important; }[data-css=\"tve-u-16249358652\"] { line-height: 1.3em !important; }[data-css=\"tve-u-16249355087\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1625389b4ed\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1625389a3d5\"] { line-height: 1.3em !important; }[data-css=\"tve-u-16248fc42a1\"] { line-height: 1.3em !important; }[data-css=\"tve-u-162493a03b0\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-162493a03b0\"] .tcb-flex-col { flex-basis: 145px !important; }[data-css=\"tve-u-1622a159bcb\"] { float: none; max-width: 85%; margin: 0px auto !important; padding-top: 0px !important; }[data-css=\"tve-u-16229fa6a26\"] { margin-bottom: 20px !important; padding: 0px 20px 20px !important; }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16229ffbb7b\"] { min-height: inherit; margin-left: -20px; }[data-css=\"tve-u-1621ad46076\"] { margin-bottom: 0px !important; margin-top: 0px !important; padding: 50px 40px !important; }#tve_editor [data-css=\"tve-u-1621b028939\"] .tcb-button-link { font-size: 18px; }[data-css=\"tve-u-16223f02c16\"] { min-height: 54px; }[data-css=\"tve-u-1621b01355a\"] { max-width: 304px; padding: 2px !important; }[data-css=\"tve-u-1620af7eb3f\"] { float: none; z-index: 3; position: relative; display: block; max-width: 300px; width: 300px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621afda4fa\"] { max-width: 100%; margin-bottom: 30px !important; }[data-css=\"tve-u-16224716d62\"]::after { clear: both; }[data-css=\"tve-u-1621f0aa8f7\"] { margin-top: 0px !important; }[data-css=\"tve-u-1621e7e6c1d\"] { min-height: 150px; }[data-css=\"tve-u-1621e7edfd9\"] { clip-path: url(\"#clip-tablet-bottom-10ffac3b28f1d\"); -webkit-clip-path: url(\"#clip-tablet-bottom-10ffac3b28f1d\");  }[data-css=\"tve-u-1621ebf340c\"] { float: none; width: 100%; padding: 0px !important; margin-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621e7d5094\"] { min-height: 455px; }[data-css=\"tve-u-1621adea58b\"] > .tcb-flex-col > .tcb-col { justify-content: center; }[data-css=\"tve-u-16223dad661\"]::after { clear: both; }[data-css=\"tve-u-1621e8107f3\"] { float: none; margin-left: auto !important; margin-right: auto !important; margin-bottom: 20px !important; }[data-css=\"tve-u-16223b080b0\"] { float: none; margin-left: auto !important; margin-right: auto !important; margin-top: -1px !important; }[data-css=\"tve-u-1621eb3eb9f\"] { clip-path: url(\"#clip-tablet-bottom-ac98bb0e54b3b\"); -webkit-clip-path: url(\"#clip-tablet-bottom-ac98bb0e54b3b\");  }[data-css=\"tve-u-1621fe78878\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1621fe78878\"] { min-height: inherit; }#tve_editor [data-css=\"tve-u-1621e92e97f\"] { font-size: 22px !important; }#tve_editor [data-css=\"tve-u-1621e942b65\"] { letter-spacing: 0px; font-size: 1.5em !important; }#tve_editor [data-css=\"tve-u-1621fe1bd18\"] { letter-spacing: 0px; font-size: 1.5em !important; }#tve_editor [data-css=\"tve-u-1621fe1a1af\"] { font-size: 22px !important; }#tve_editor [data-css=\"tve-u-1621fe1725e\"] { letter-spacing: 0px; font-size: 1.5em !important; }#tve_editor [data-css=\"tve-u-1621fe1587d\"] { font-size: 22px !important; }[data-css=\"tve-u-1621ef118dc\"] { position: relative; top: 0px; left: 0px; width: 51%; margin-left: auto !important; margin-right: auto !important; float: none; }[data-css=\"tve-u-1621ee3afec\"] { padding: 25px 10px 5px !important; }[data-css=\"tve-u-1621ee63e1c\"] { max-width: none; margin-bottom: 5px !important; }[data-css=\"tve-u-1621ee74a24\"] { top: 0px; right: 0px; font-size: 45px; width: 45px; height: 45px; float: none; padding-left: 0px !important; margin: 0px auto !important; }[data-css=\"tve-u-1621ee18a1c\"] { margin-top: 40px !important; margin-left: 20px !important; margin-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-1621fdcb4ea\"] { letter-spacing: 1px; font-size: 1.5em !important; }[data-css=\"tve-u-1621ec7f21a\"] { min-height: 150px; }[data-css=\"tve-u-1621eacf6af\"] { float: none; max-width: 230px; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621fd9c946\"] { max-width: 380px; float: none; width: 100%; margin: 0px auto !important; padding-left: 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-1621eb81205\"] { margin-top: 0px !important; }[data-css=\"tve-u-1621eb7ccb0\"] { min-height: 455px; }[data-css=\"tve-u-1621fd8766c\"] { min-height: 150px; }[data-css=\"tve-u-1621fd84d7b\"] { min-height: 430px; }[data-css=\"tve-u-1621e7c7aa1\"] .tcb-flex-col { flex-basis: 300px !important; }#tve_editor [data-css=\"tve-u-1621e7a7350\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621e7c899a\"] { float: none; max-width: 100%; margin-left: auto !important; margin-right: auto !important; margin-top: 0px !important; }[data-css=\"tve-u-1621e7c7aa1\"] { margin-left: -20px; flex-direction: row; }[data-css=\"tve-u-1621e7c7aa1\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-1621b3c8c52\"] { padding: 50px 40px !important; }[data-css=\"tve-u-1621fc0ce17\"] { margin-top: 10px !important; margin-bottom: 7px !important; }[data-css=\"tve-u-1621fbcad8c\"] { padding-left: 0px !important; padding-right: 30px !important; }[data-css=\"tve-u-1621fbacc60\"] { max-width: 177px; }[data-css=\"tve-u-1621fb68b97\"] { margin-left: -15px; min-height: inherit; padding: 20px !important; }[data-css=\"tve-u-1621fb68b97\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-1621fb65556\"] { margin-left: -15px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-1621fb65556\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-1621b200375\"] { float: none; max-width: 100%; margin: 0px auto !important; }[data-css=\"tve-u-1621b0e4fb7\"] { max-width: 100%; float: none; z-index: 3; position: relative; margin-right: auto !important; margin-left: auto !important; margin-bottom: 20px !important; }#tve_editor [data-css=\"tve-u-1621b10fccf\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621ae0bec7\"] { background-image: none !important; margin-top: 0px !important; }[data-css=\"tve-u-1621ae6c8da\"] { clip-path: url(\"#clip-tablet-top-aa2c3e3c70555\"); -webkit-clip-path: url(\"#clip-tablet-top-aa2c3e3c70555\");  }[data-css=\"tve-u-1621adba9ef\"] { clip-path: url(\"#clip-tablet-top-52d5a36c151aa\"); -webkit-clip-path: url(\"#clip-tablet-top-52d5a36c151aa\");  }[data-css=\"tve-u-1621ad420c4\"] { max-width: 100%; min-height: 1px !important; }[data-css=\"tve-u-1621f45bed3\"] { padding: 0px !important; }[data-css=\"tve-u-1621ae4fd21\"] { max-width: 100%; left: 0px; top: 0px; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621ae4db6e\"] { min-height: 300px; }#tve_editor [data-css=\"tve-u-1621afd8c98\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621afcc0bf\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621afceb00\"] { max-width: 100%; margin-bottom: 30px !important; }[data-css=\"tve-u-1621a98b602\"] { stroke-dasharray: 534.071, 534.071; }[data-css=\"tve-u-1621a9750ae\"] { font-size: 14.45px !important; line-height: 14.45px !important; }[data-css=\"tve-u-1621a9a2867\"] { font-size: 51px !important; line-height: 51px !important; }[data-css=\"tve-u-1621a9a2866\"] { margin-top: 42.5px !important; }[data-css=\"tve-u-1621a96b190\"] { width: 153px !important; height: 153px !important; top: 8.5px !important; bottom: 8.5px !important; left: 8.5px !important; right: 8.5px !important; }[data-css=\"tve-u-1621a9685d4\"] { stroke-width: 18px !important; }[data-css=\"tve-u-1621a9a2862\"] { width: 170px !important; height: 170px !important; }[data-css=\"tve-u-1621a983587\"] { float: none; border: 20px solid rgba(137, 141, 167, 0.24); margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621a8b2488\"] { float: none; max-width: 100%; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621a8a804b\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1621a8a804b\"] { margin-left: -24px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-1621a8a804b\"] > .tcb-flex-col { padding-left: 24px; }#tve_editor [data-css=\"tve-u-1621a2e0d5b\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621b028939\"] { position: relative; float: left; z-index: 3; display: block; max-width: 300px; width: 300px; margin-top: 15px !important; }[data-css=\"tve-u-1621adea58b\"] { margin-left: -30px; }[data-css=\"tve-u-1621adea58b\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-1621ade6172\"] { max-width: 100%; position: static; }#tve_editor [data-css=\"tve-u-16248fc42a1\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-16249355087\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-16249358652\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-1624935a201\"] { font-size: 18px !important; }[data-css=\"tve-u-1624939a960\"] { margin-bottom: 0px !important; padding-bottom: 20px !important; padding-left: 20px !important; padding-right: 20px !important; }[data-css=\"tve-u-162493a03b0\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-162493a03b0\"] { min-height: inherit; margin-left: -20px; }#tve_editor [data-css=\"tve-u-1625389a3d5\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-1625389b4ed\"] { font-size: 18px !important; }[data-css=\"tve-u-16260c39a7e\"] { float: none; max-width: 100%; margin: 0px auto !important; }[data-css=\"tve-u-16260d3f4aa\"] { margin-left: -15px; min-height: inherit; padding: 20px !important; }[data-css=\"tve-u-16260d3f4aa\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-16260d3f4af\"] { margin-left: -15px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-16260d3f4af\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-16260d8392c\"] { margin-left: -15px; min-height: inherit; padding: 20px !important; }[data-css=\"tve-u-16260d8392c\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-16260d8396c\"] { margin-left: -15px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-16260d8396c\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-16260da3aa7\"] { float: none; max-width: 100%; margin: 0px !important; }[data-css=\"tve-u-162717cb609\"] { max-width: 100%; min-height: 1px !important; }[data-css=\"tve-u-162717cb60a\"] { padding: 0px !important; }[data-css=\"tve-u-162717cb618\"] { float: none; max-width: 100%; margin-top: 60px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-162717cb620\"] { clip-path: url(\"#clip-tablet-bottom-c883ac5175045\"); -webkit-clip-path: url(\"#clip-tablet-bottom-c883ac5175045\");  }[data-css=\"tve-u-162717d1bbf\"] { margin-left: 0px; padding: 25px 25px 0px !important; }[data-css=\"tve-u-162717d1bbf\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-162717d1bb7\"] { max-width: 51.3%; }[data-css=\"tve-u-162717d1bb9\"] { max-width: 15.3%; }[data-css=\"tve-u-162717d1bb6\"] { padding-left: 0px !important; }[data-css=\"tve-u-162717d1bbc\"] { border-left: none; border-right: none; padding-left: 30px !important; padding-bottom: 10px !important; }[data-css=\"tve-u-162717d1bbe\"] { max-width: 100%; margin-left: 0px !important; margin-right: 30px !important; }[data-css=\"tve-u-164179bced9\"] { border-right: none; padding-left: 30px !important; padding-right: 0px !important; }[data-css=\"tve-u-16417b62c09\"] { max-width: 177px; }[data-css=\"tve-u-16417b662bf\"] { max-width: 177px; }[data-css=\"tve-u-16417e5bd95\"] { font-size: 14px; width: 14px; height: 14px; margin-bottom: -14px !important; margin-left: 0px !important; }[data-css=\"tve-u-1641c1b33f9\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-1641c1b456a\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-1641c1b52d3\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-1641c1b60b4\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-16959822de2\"] { margin-right: 1px !important; padding-right: 10px !important; padding-top: 10px !important; }[data-css=\"tve-u-16959cd1e7a\"] { margin-top: 30px !important; margin-bottom: 10px !important; }[data-css=\"tve-u-1695a3002e2\"] { margin-top: 15px !important; }#tve_editor [data-css=\"tve-u-1695d7e0325\"] { max-width: 71%; width: 71%; }#tve_editor [data-css=\"tve-u-1695d7e0325\"] button { padding-bottom: 15px !important; margin-bottom: 10px !important; }}@media (max-width: 767px){[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-16417e9d24e\"]::after { clear: both; }[data-css=\"tve-u-16417b70f47\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 0px !important; }[data-css=\"tve-u-1621e819c52\"] { min-height: 100px; }[data-css=\"tve-u-1621e8107f3\"] { max-width: 100px; }[data-css=\"tve-u-1621fd8766c\"] { min-height: 144px; }[data-css=\"tve-u-1621ec79a7d\"] { min-height: 100px; }[data-css=\"tve-u-1621ec78d2c\"] { max-width: 100px; }[data-css=\"tve-u-1621ec7f21a\"] { min-height: 144px; }[data-css=\"tve-u-1621e7e6c1d\"] { min-height: 144px; }[data-css=\"tve-u-16417b4cb9e\"] { padding-bottom: 30px !important; }[data-css=\"tve-u-1621ec752da\"] { min-height: 100px; }[data-css=\"tve-u-1621ec6c39b\"] { max-width: 100px; }[data-css=\"tve-u-1621fd84d7b\"] { min-height: 430px; }[data-css=\"tve-u-1621e7c7aa1\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16223dad661\"] { padding-top: 0px !important; }[data-css=\"tve-u-1621b3c74d9\"] { max-width: 100%; }[data-css=\"tve-u-1621eb81205\"] { max-width: 100%; margin-bottom: 20px !important; }[data-css=\"tve-u-1621e7ceab3\"] { max-width: 100%; margin-bottom: 20px !important; }[data-css=\"tve-u-1621f0b0088\"] { min-height: 120px !important; }[data-css=\"tve-u-1621f0da775\"] { float: none; width: 100%; max-width: 280px; margin: 0px auto 20px !important; }[data-css=\"tve-u-1621ee37f4a\"] { min-height: 260px; }[data-css=\"tve-u-1621ee3afec\"] > .tve-cb { display: flex; justify-content: center; flex-direction: column; }[data-css=\"tve-u-1621ee63e1c\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1641367127b\"] { font-size: 30px; width: 30px; height: 30px; }[data-css=\"tve-u-1641367e553\"] { float: none; font-size: 30px; width: 30px; height: 30px; margin: -30px auto 30px !important; padding-right: 10px !important; }[data-css=\"tve-u-1621ada1e7f\"] { padding: 0px !important; }[data-css=\"tve-u-162717cb617\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-162717cb617\"] { min-height: inherit; }[data-css=\"tve-u-16229fa6a26\"] { height: calc(100% - 21px); margin-bottom: 0px !important; margin-top: 21px !important; }[data-css=\"tve-u-1624939a960\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-162493a03b0\"] .tcb-flex-col { flex-basis: 400px !important; }[data-css=\"tve-u-1621a2247ba\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-162717cb60f\"] { margin-bottom: 25px !important; }[data-css=\"tve-u-162717d1bbf\"] .tcb-flex-col { flex-basis: 225px !important; }[data-css=\"tve-u-1621ee3afec\"] { max-width: 100%; padding: 10px !important; position: static !important; }#tve_editor [data-css=\"tve-u-1641333d7d1\"] { font-size: 14px !important; }[data-css=\"tve-u-162717cb60b\"] { margin-top: 0px !important; }[data-css=\"tve-u-162717cb621\"] { z-index: 2; padding-left: 20px !important; padding-right: 20px !important; margin-top: -160px !important; padding-top: 35px !important; }[data-css=\"tve-u-162717cb617\"] .tcb-flex-col { flex-basis: 435px !important; }[data-css=\"tve-u-16369305186\"] { float: none; width: 100%; max-width: 279px; z-index: 3; position: relative; margin: 0px auto !important; }#tcb_landing_page h6 { line-height: 1.4em; }#tcb_landing_page h5 { line-height: 1.3em; }#tcb_landing_page p, #tcb_landing_page li { font-size: 14px; }#tcb_landing_page h2 { font-size: 28px; }#tcb_landing_page h1 { font-size: 35px; }[data-css=\"tve-u-16260ba2fa4\"] { padding-bottom: 40px !important; padding-left: 20px !important; padding-right: 20px !important; }[data-css=\"tve-u-1628a10d3b4\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-1628a12f675\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-162717cb610\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-16271bfe70c\"] { padding: 0px !important; }[data-css=\"tve-u-162717fcf9d\"] { z-index: 1; margin-top: 0px !important; padding-top: 75px !important; padding-left: 20px !important; padding-right: 20px !important; border: none; }[data-css=\"tve-u-162718bd0c0\"] { clip-path: url(\"#clip-mobile-top-a3b25e1c9221a\"); -webkit-clip-path: url(\"#clip-mobile-top-a3b25e1c9221a\");  }[data-css=\"tve-u-1621eb3eb9f\"] { clip-path: url(\"#clip-mobile-bottom-ac98bb0e54b3b\"); -webkit-clip-path: url(\"#clip-mobile-bottom-ac98bb0e54b3b\");  }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col > .tcb-col { min-height: 155px; }[data-css=\"tve-u-16229ffbb7b\"] { min-height: inherit; margin-left: 0px; }[data-css=\"tve-u-16229fa8c68\"] { height: calc(100% - 28px); margin-bottom: 0px !important; margin-top: 20px !important; }[data-css=\"tve-u-1622f65ba70\"] { height: calc(100% - 20px); margin-bottom: 0px !important; margin-top: 20px !important; }[data-css=\"tve-u-16229f6175c\"] { margin-top: 0px !important; }[data-css=\"tve-u-1622a159bcb\"] { float: none; max-width: 100%; margin-left: auto !important; margin-right: auto !important; padding-top: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-16229ae62a7\"] { border-right: none; }#tve_editor [data-css=\"tve-u-16228c764b2\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-16228c75500\"] { font-size: 18px !important; }[data-css=\"tve-u-1621fb65556\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-1621a983587\"] { border: 20px solid rgba(137, 141, 167, 0.32); }[data-css=\"tve-u-1621ee74a24\"] { float: none; margin-left: auto !important; margin-right: auto !important; margin-bottom: 10px !important; }[data-css=\"tve-u-1621afda4fa\"] { max-width: 100%; margin-bottom: 20px !important; }[data-css=\"tve-u-16223f02c16\"] { min-height: 54px; }[data-css=\"tve-u-1621f0aa8f7\"] { margin-top: 0px !important; }#tve_editor [data-css=\"tve-u-1622444fb11\"] { letter-spacing: 0px; }[data-css=\"tve-u-16224439be1\"] { padding: 0px !important; }[data-css=\"tve-u-1621fb68b97\"] { padding: 0px !important; }[data-css=\"tve-u-1621afceb00\"] { max-width: 100%; margin-bottom: 30px !important; }[data-css=\"tve-u-1621b0e4fb7\"] { float: none; margin-right: auto !important; margin-bottom: 30px !important; padding-left: 0px !important; margin-left: auto !important; }[data-css=\"tve-u-1621ebf340c\"] { padding-bottom: 40px !important; }[data-css=\"tve-u-1621ea50702\"] { float: none; width: 100%; padding: 0px !important; margin-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621e7d5094\"] { min-height: 430px; }[data-css=\"tve-u-1621eb7ccb0\"] { min-height: 430px; }[data-css=\"tve-u-1621ee03000\"] { flex-direction: column; }[data-css=\"tve-u-16223fe5f5b\"] { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621f0d2c1a\"] { margin-left: 25px !important; margin-right: 25px !important; }[data-css=\"tve-u-1621ee18a1c\"] { margin: 0px 20px 20px 0px !important; }[data-css=\"tve-u-1621ef118dc\"] { top: 0px; width: 154px; position: relative; float: none; z-index: 5; left: 0px; margin: 5px auto 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-1621fd9c946\"] { max-width: 100%; margin-top: 0px !important; margin-left: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-16223fc9f23\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-1621e7c899a\"] { max-width: none; float: none; margin-top: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621b3c8c52\"] { padding: 40px 20px !important; }[data-css=\"tve-u-1621fbcad8c\"] { padding: 20px !important; }[data-css=\"tve-u-1621fb65556\"] { margin-left: 0px; padding: 0px !important; }[data-css=\"tve-u-1621fbacc60\"] { max-width: 126px; float: none; margin-left: auto !important; margin-right: auto !important; margin-top: 20px !important; }[data-css=\"tve-u-1621b200375\"] { float: none; margin-top: 0px !important; margin-left: auto !important; margin-right: auto !important; }#tve_editor [data-css=\"tve-u-1621b10fccf\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621b028939\"] { display: block; max-width: 100%; width: 100%; float: none; min-width: 100%; margin-left: auto !important; margin-right: auto !important; margin-top: 0px !important; }[data-css=\"tve-u-1621ae4db6e\"] { min-height: 270px; }[data-css=\"tve-u-1621ae6c8da\"] { clip-path: url(\"#clip-mobile-top-aa2c3e3c70555\"); -webkit-clip-path: url(\"#clip-mobile-top-aa2c3e3c70555\");  }[data-css=\"tve-u-1621adba9ef\"] { clip-path: url(\"#clip-mobile-top-52d5a36c151aa\"); -webkit-clip-path: url(\"#clip-mobile-top-52d5a36c151aa\");  }[data-css=\"tve-u-16223f02c16\"]::after { clear: both; }[data-css=\"tve-u-1621b01355a\"] { max-width: 100%; float: none; margin-left: auto !important; margin-right: auto !important; margin-bottom: 15px !important; }[data-css=\"tve-u-1620af7eb3f\"] { float: none; display: block; max-width: 100%; width: 100%; min-width: 100%; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621ae0bec7\"]::after { clear: both; }[data-css=\"tve-u-1621f45bed3\"] { padding: 40px 20px 0px !important; }[data-css=\"tve-u-1621ad46076\"] { margin: 0px !important; padding: 30px 20px !important; }[data-css=\"tve-u-1621adea58b\"] { flex-flow: row-reverse wrap-reverse !important; }[data-css=\"tve-u-1621ae4fd21\"] { margin-top: 0px !important; position: static !important; }[data-css=\"tve-u-1621a8b2488\"] { float: none; max-width: 100%; margin-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621a8a804b\"] { padding-left: 0px !important; padding-right: 0px !important; }#tve_editor [data-css=\"tve-u-1621a2e0d5b\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621e7c7aa1\"] { flex-direction: column; min-height: inherit; }[data-css=\"tve-u-16249367114\"] { margin-top: 0px !important; }[data-css=\"tve-u-16249373b25\"] { height: calc(100% - 20px); margin-bottom: 0px !important; background-image: linear-gradient(rgb(248, 249, 251), rgb(248, 249, 251)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; margin-top: 20px !important; }[data-css=\"tve-u-162493a03b0\"] > .tcb-flex-col > .tcb-col { min-height: 155px; }[data-css=\"tve-u-162493a03b0\"] { min-height: inherit; }[data-css=\"tve-u-162493b6b63\"] { height: calc(100% - 20px); margin-bottom: 0px !important; margin-top: 20px !important; }[data-css=\"tve-u-16260c39a7e\"] { float: none; margin-top: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-16260d3f4aa\"] { padding: 0px !important; }[data-css=\"tve-u-16260d3f4af\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-16260d3f4af\"] { margin-left: 0px; padding: 0px !important; }[data-css=\"tve-u-16260d8392c\"] { padding: 0px !important; }[data-css=\"tve-u-16260d8396c\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-16260d8396c\"] { margin-left: 0px; padding: 0px !important; }[data-css=\"tve-u-16260da3aa7\"] { float: none; margin-top: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-162717cb618\"] { margin: 140px 0px 0px !important; }[data-css=\"tve-u-162717cb620\"] { clip-path: url(\"#clip-mobile-bottom-c883ac5175045\"); -webkit-clip-path: url(\"#clip-mobile-bottom-c883ac5175045\");  opacity: 1; filter: grayscale(0%) blur(0px); background-image: linear-gradient(rgba(0, 0, 0, 0.51), rgba(0, 0, 0, 0.51)), url(\"https://bestcerakoteflorida.com/wp-content/uploads/2018/05/FTYS6743.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-162717cb60a\"] { padding: 0px !important; }#tve_editor [data-css=\"tve-u-162717cb616\"] { font-size: 27px !important; }[data-css=\"tve-u-162717d1bbf\"] > .tcb-flex-col { padding-left: 18px; }[data-css=\"tve-u-162717d1bbf\"] { margin-left: -18px; padding: 10px !important; flex-flow: row wrap !important; }[data-css=\"tve-u-162717d1bbe\"] { border-bottom: 1px solid rgba(255, 255, 255, 0.2); border-right: none; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-162717d1bbc\"] { border: none; padding-left: 0px !important; padding-right: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-162717d1bb6\"] { border: none; padding-top: 0px !important; padding-left: 0px !important; margin-bottom: 1px !important; margin-top: -5px !important; padding-bottom: 10px !important; }[data-css=\"tve-u-164179a84b8\"] { float: none; width: 100%; max-width: 155px; z-index: 3; position: relative; margin-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-164179bced9\"] { border-right: none; position: relative; max-width: 250px; float: none; padding-left: 0px !important; padding-right: 0px !important; margin-top: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-16417b62c09\"] { max-width: 126px; float: none; margin-left: auto !important; margin-right: auto !important; margin-top: 20px !important; }[data-css=\"tve-u-16417b662bf\"] { max-width: 126px; float: none; margin-left: auto !important; margin-right: auto !important; margin-top: 20px !important; }[data-css=\"tve-u-16417e5bd95\"] { margin: 3px 10px 0px 0px !important; }#tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] p, #tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] li, #tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] blockquote, #tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] address, #tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] .tcb-plain-text, #tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] label { font-size: 18px; }[data-css=\"tve-u-16959822de2\"] { float: none; padding-top: 10px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621ee58e74\"] { border-right: none !important; }}'),(6933,574,'tve_revision_tve_user_custom_css',''),(6934,574,'tve_revision_tve_page_events','a:0:{}'),(6935,574,'tve_revision_tve_globals','a:2:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";s:8:\"font_cls\";a:0:{}}'),(6936,574,'tve_revision_tve_global_scripts',''),(6937,574,'tve_revision_thrive_icon_pack','0'),(6938,574,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(6939,574,'tve_revision_tve_has_masonry','0'),(6940,574,'tve_revision_tve_has_typefocus','0'),(6941,574,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-162717d1bbe\" wfd-id=\"462\"><div class=\"tcb-flex-row tcb-medium-no-wrap v-2 tcb--cols--3 m-edit tcb-mobile-wrap tcb-resized\" data-css=\"tve-u-162717d1bbf\" wfd-id=\"463\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1695981e7bb\" wfd-id=\"482\"><div class=\"tcb-col\" data-css=\"tve-u-16959846d3d\" wfd-id=\"484\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16959822de2\" wfd-id=\"485\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"486\"><img class=\"tve_image wp-image-465\" alt=\"\" width=\"384\" height=\"62\" title=\"Blackhawk_custom_header\" data-id=\"465\" src=\"https://bestcerakoteflorida.com/wp-content/uploads/2019/01/Blackhawk_custom_header.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717d1bb9\" style=\"\" wfd-id=\"475\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717d1bb6\" wfd-id=\"477\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-164179a84b8\" wfd-id=\"478\">\n<div class=\"tve-content-box-background\" wfd-id=\"481\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"479\"><div class=\"tcb-clear\" wfd-id=\"480\"></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717d1bb7\" style=\"\" wfd-id=\"464\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717d1bbc\" wfd-id=\"466\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16369305186\" wfd-id=\"467\">\n<div class=\"tve-content-box-background\" wfd-id=\"474\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16417e9d24e\" wfd-id=\"468\"><div class=\"tcb-clear\" wfd-id=\"472\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-16417e5bd95\" data-float=\"1\" wfd-id=\"473\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-envelope-regular\" data-name=\"\">\n            <path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path>\n        </svg></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-164179bced9\" wfd-id=\"469\"><p data-css=\"tve-u-1641333d7d1\"><a href=\"mailto:info@bestcerkoteflorida.com\" target=\"_blank\">info@bestcerakoteflorida.com</a></p></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-162717cb621\" data-value-type=\"percent\" wfd-id=\"434\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-162717cb620\" data-clip-id=\"c883ac5175045\" wfd-id=\"461\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-c883ac5175045\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"6\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.8949, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-c883ac5175045\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9476, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-c883ac5175045\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9651, 1 1, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-162717cb609\" wfd-id=\"435\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-162717cb618\" wfd-id=\"436\"><div class=\"tcb-flex-row tcb-medium-wrap tcb-resized v-2 tcb--cols--2\" data-css=\"tve-u-162717cb617\" wfd-id=\"437\"><div class=\"tcb-flex-col\" data-css=\"tve-u-162717cb601\" style=\"\" wfd-id=\"451\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717cb60a\" wfd-id=\"453\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h1\" data-css=\"tve-u-162717cb610\" wfd-id=\"457\"><h1 data-css=\"tve-u-162717cb616\" style=\"text-align: center;\">&nbsp;Protect What\'s Important To You! With The Toughest Ceramic Finish In The World!<span data-css=\"tve-u-16271ca808e\" style=\"color: rgb(0, 229, 255);\" wfd-id=\"460\"></span></h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162717cb60f\" wfd-id=\"454\"><p data-css=\"tve-u-1695a36117b\" style=\"text-align: center;\">Heat, Water, Salt and Sand just some of the conditions you face. And any one of them is just waiting to get a hold of your firearm and leave it a pile of rusted, pitted junk.</p><p data-css=\"tve-u-16413112747\" style=\"text-align: center;\">Unfortunately there wasn\'t much you could do other than keep cleaning and lubricating your firearms...till NOW!</p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717cb600\" style=\"\" wfd-id=\"438\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717cb60b\" wfd-id=\"440\"><div class=\"thrv_responsive_video thrv_wrapper rv_style_lifted_style2\" data-type=\"youtube\" data-rel=\"0\" data-url=\"https://www.youtube.com/watch?v=a1nyu9ZJiEk\" data-css=\"tve-u-16959cd1e7a\" data-modestbranding=\"1\" wfd-id=\"448\">\n	\n\n	<div class=\"tve_responsive_video_container\" wfd-id=\"449\">\n		<div class=\"video_overlay\" wfd-id=\"450\"></div>\n	<iframe data-code=\"TEOqV1Q16lU\" data-provider=\"youtube\" src=\"https://www.youtube.com/embed/TEOqV1Q16lU?rel=0&amp;modestbranding=1&amp;controls=1&amp;showinfo=1&amp;fs=1&amp;wmode=transparent\" data-src=\"https://www.youtube.com/embed/TEOqV1Q16lU?rel=0&amp;modestbranding=1&amp;controls=1&amp;showinfo=1&amp;fs=1&amp;wmode=transparent\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\n</div><div class=\"thrv_wrapper thrv-button tcb-with-icon\" data-css=\"tve-u-1695a3002e2\" data-tcb_hover_state_parent=\"\" data-button-style=\"border_1\" wfd-id=\"441\">\n	<a href=\"tel:1-954-848-1911\" class=\"tcb-button-link\" target=\"_blank\" rel=\"\"><span class=\"tcb-button-icon\" wfd-id=\"446\">\n	<div class=\"thrv_wrapper thrv_icon tve_no_drag tve_no_icons tcb-icon-inherit-style tcb-icon-display\" wfd-id=\"447\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-phone-plus-light\" data-name=\"\">\n            <path d=\"M8 128h88v88c0 4.4 3.6 8 8 8h16c4.4 0 8-3.6 8-8v-88h88c4.4 0 8-3.6 8-8v-16c0-4.4-3.6-8-8-8h-88V8c0-4.4-3.6-8-8-8h-16c-4.4 0-8 3.6-8 8v88H8c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8zM487.8 24.1L387 .8c-14.7-3.4-29.8 4.2-35.8 18.1l-46.5 108.5c-5.5 12.7-1.8 27.7 8.9 36.5l53.9 44.1c-34 69.2-90.3 125.6-159.6 159.6l-44.1-53.9c-8.8-10.7-23.8-14.4-36.5-8.9L18.9 351.3c-13.9 6-21.5 21-18.1 35.8L24 487.9C27.3 502 39.9 512 54.5 512 306.7 512 512 307.8 512 54.5c0-14.6-10-27.2-24.2-30.4zM55.1 480l-23-99.6 107.4-46 59.5 72.8c103.6-48.6 159.7-104.9 208.1-208.1l-72.8-59.5 46-107.4 99.6 23C479.7 289.7 289.6 479.7 55.1 480z\"></path>\n        </svg></div>\n</span>\n\n		<span class=\"tcb-button-texts\" wfd-id=\"442\"><span class=\"tcb-button-text thrv-inline-text\" wfd-id=\"443\">CALL NOW</span></span>\n	</a>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-162717fcf9d\" data-value-type=\"percent\" wfd-id=\"377\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-162718bd0c0\" data-clip-id=\"a3b25e1c9221a\" wfd-id=\"433\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0875\"></polygon></clipPath><clipPath id=\"clip-tablet-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"6\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.1051\"></polygon></clipPath><clipPath id=\"clip-mobile-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"1\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0175\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-162718a3b40\" wfd-id=\"378\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622a159bcb\" wfd-id=\"379\">\n<div class=\"tve-content-box-background\" wfd-id=\"432\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"380\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621a2247ba\" wfd-id=\"429\"><h2 data-css=\"tve-u-1621a2e0d5b\">our services</h2></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16229f6175c\" wfd-id=\"404\"><div class=\"tcb-flex-row tcb-medium-no-wrap tcb--cols--3 v-2\" data-css=\"tve-u-162493a03b0\" wfd-id=\"405\"><div class=\"tcb-flex-col\" wfd-id=\"420\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1624939a960\" data-tcb_hover_state_parent=\"\" wfd-id=\"422\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-162493d5f13\" data-float=\"1\" wfd-id=\"428\"><svg class=\"tcb-icon\" viewBox=\"0 0 14 28\" data-name=\"bolt\">\n<path d=\"M13.828 8.844c0.172 0.187 0.219 0.453 0.109 0.688l-8.437 18.078c-0.125 0.234-0.375 0.391-0.656 0.391-0.063 0-0.141-0.016-0.219-0.031-0.344-0.109-0.547-0.438-0.469-0.766l3.078-12.625-6.344 1.578c-0.063 0.016-0.125 0.016-0.187 0.016-0.172 0-0.359-0.063-0.484-0.172-0.187-0.156-0.25-0.391-0.203-0.609l3.141-12.891c0.078-0.297 0.359-0.5 0.688-0.5h5.125c0.391 0 0.703 0.297 0.703 0.656 0 0.094-0.031 0.187-0.078 0.281l-2.672 7.234 6.188-1.531c0.063-0.016 0.125-0.031 0.187-0.031 0.203 0 0.391 0.094 0.531 0.234z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"424\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-162494b490e\" wfd-id=\"425\"><h4 data-css=\"tve-u-16249355087\" style=\"text-align: left;\">Express exterior</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162494b7ad0\" wfd-id=\"423\"><p data-css=\"tve-u-162492e70ad\">Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"413\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162493b6b63\" data-tcb_hover_state_parent=\"\" wfd-id=\"415\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b456a\" wfd-id=\"419\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"adjust\">\n<path d=\"M12 22.5v-17c-4.688 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"417\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1af44d\" wfd-id=\"418\"><h4 data-css=\"tve-u-16249358652\" style=\"text-align: left;\">Interior clean</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"416\"><p data-css=\"tve-u-162492e70ad\">Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"406\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16249373b25\" wfd-id=\"408\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b52d3\" wfd-id=\"412\"><svg class=\"tcb-icon\" viewBox=\"0 0 26 28\" data-name=\"umbrella\">\n<path d=\"M14 12.938v9.063c0 2.172-1.828 4-4 4s-4-1.828-4-4c0-0.547 0.453-1 1-1s1 0.453 1 1c0 1.047 0.953 2 2 2s2-0.953 2-2v-9.063c0.328-0.109 0.656-0.172 1-0.172s0.672 0.063 1 0.172zM26 13.359c0 0.266-0.234 0.5-0.5 0.5-0.141 0-0.25-0.063-0.359-0.156-0.906-0.844-1.75-1.437-3.047-1.437-1.484 0-2.766 0.922-3.609 2.094-0.187 0.266-0.328 0.547-0.5 0.812-0.109 0.172-0.234 0.266-0.438 0.266-0.219 0-0.344-0.094-0.453-0.266-0.172-0.266-0.313-0.547-0.5-0.812-0.844-1.172-2.109-2.094-3.594-2.094s-2.75 0.922-3.594 2.094c-0.187 0.266-0.328 0.547-0.5 0.812-0.109 0.172-0.234 0.266-0.453 0.266-0.203 0-0.328-0.094-0.438-0.266-0.172-0.266-0.313-0.547-0.5-0.812-0.844-1.172-2.125-2.094-3.609-2.094-1.297 0-2.141 0.594-3.047 1.437-0.109 0.094-0.219 0.156-0.359 0.156-0.266 0-0.5-0.234-0.5-0.5 0-0.047 0-0.078 0.016-0.109 1.437-5.906 7.141-9.25 12.984-9.25 5.812 0 11.578 3.344 12.984 9.25 0.016 0.031 0.016 0.063 0.016 0.109zM14 2v1.531c-0.328-0.016-0.672-0.031-1-0.031s-0.672 0.016-1 0.031v-1.531c0-0.547 0.453-1 1-1s1 0.453 1 1z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"410\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b01a6\" wfd-id=\"411\"><h4 data-css=\"tve-u-1624935a201\" style=\"text-align: left;\">Wax protection</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"409\"><p data-css=\"tve-u-162492e70ad\">Etiam pharetra, erat sed fermentum feugiat, velit mauris</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16249367114\" wfd-id=\"381\"><div class=\"tcb-flex-row tcb-medium-no-wrap tcb--cols--3 v-2\" data-css=\"tve-u-16229ffbb7b\" wfd-id=\"382\"><div class=\"tcb-flex-col\" wfd-id=\"397\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229fa6a26\" wfd-id=\"399\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b33f9\" wfd-id=\"403\"><svg class=\"tcb-icon\" viewBox=\"0 0 26 28\" data-name=\"magic\">\n<path d=\"M18.594 9.078l4.578-4.578-1.672-1.672-4.578 4.578zM25.578 4.5c0 0.266-0.094 0.516-0.281 0.703l-20.094 20.094c-0.187 0.187-0.438 0.281-0.703 0.281s-0.516-0.094-0.703-0.281l-3.094-3.094c-0.187-0.187-0.281-0.438-0.281-0.703s0.094-0.516 0.281-0.703l20.094-20.094c0.187-0.187 0.438-0.281 0.703-0.281s0.516 0.094 0.703 0.281l3.094 3.094c0.187 0.187 0.281 0.438 0.281 0.703zM4.469 1.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531zM9.938 4.062l3.063 0.938-3.063 0.938-0.938 3.063-0.938-3.063-3.063-0.938 3.063-0.938 0.938-3.063zM24.469 11.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531zM14.469 1.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"401\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b0a67\" wfd-id=\"402\"><h4 data-css=\"tve-u-16248fc42a1\" style=\"text-align: left;\">Dust &amp; Dash Console</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"400\"><p data-css=\"tve-u-162492e70ad\">Duis sed odio sit amet nibh vulputate cursus a sit amet mauris.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"390\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1622f65ba70\" wfd-id=\"392\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b60b4\" wfd-id=\"396\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"certificate\">\n<path d=\"M21.5 14l2.156 2.109c0.297 0.281 0.406 0.703 0.313 1.094-0.109 0.391-0.422 0.703-0.812 0.797l-2.938 0.75 0.828 2.906c0.109 0.391 0 0.812-0.297 1.094-0.281 0.297-0.703 0.406-1.094 0.297l-2.906-0.828-0.75 2.938c-0.094 0.391-0.406 0.703-0.797 0.812-0.094 0.016-0.203 0.031-0.297 0.031-0.297 0-0.594-0.125-0.797-0.344l-2.109-2.156-2.109 2.156c-0.281 0.297-0.703 0.406-1.094 0.313-0.406-0.109-0.703-0.422-0.797-0.812l-0.75-2.938-2.906 0.828c-0.391 0.109-0.812 0-1.094-0.297-0.297-0.281-0.406-0.703-0.297-1.094l0.828-2.906-2.938-0.75c-0.391-0.094-0.703-0.406-0.812-0.797-0.094-0.391 0.016-0.812 0.313-1.094l2.156-2.109-2.156-2.109c-0.297-0.281-0.406-0.703-0.313-1.094 0.109-0.391 0.422-0.703 0.812-0.797l2.938-0.75-0.828-2.906c-0.109-0.391 0-0.812 0.297-1.094 0.281-0.297 0.703-0.406 1.094-0.297l2.906 0.828 0.75-2.938c0.094-0.391 0.406-0.703 0.797-0.797 0.391-0.109 0.812 0 1.094 0.297l2.109 2.172 2.109-2.172c0.281-0.297 0.688-0.406 1.094-0.297 0.391 0.094 0.703 0.406 0.797 0.797l0.75 2.938 2.906-0.828c0.391-0.109 0.812 0 1.094 0.297 0.297 0.281 0.406 0.703 0.297 1.094l-0.828 2.906 2.938 0.75c0.391 0.094 0.703 0.406 0.812 0.797 0.094 0.391-0.016 0.812-0.313 1.094z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"394\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b12d8\" wfd-id=\"395\"><h4 data-css=\"tve-u-1625389a3d5\" style=\"text-align: left;\">Triple Foam Polish</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"393\"><p data-css=\"tve-u-162492e70ad\">Class aptent taciti sociosqu ad litora torquent</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"383\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229fa8c68\" wfd-id=\"385\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-16271adf6cf\" wfd-id=\"389\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"bullseye\">\n<path d=\"M16 14c0 2.203-1.797 4-4 4s-4-1.797-4-4 1.797-4 4-4 4 1.797 4 4zM18 14c0-3.313-2.688-6-6-6s-6 2.688-6 6 2.688 6 6 6 6-2.688 6-6zM20 14c0 4.422-3.578 8-8 8s-8-3.578-8-8 3.578-8 8-8 8 3.578 8 8zM22 14c0-5.516-4.484-10-10-10s-10 4.484-10 10 4.484 10 10 10 10-4.484 10-10zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"387\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-16248fc71c8\" wfd-id=\"388\"><h4 data-css=\"tve-u-1625389b4ed\" style=\"text-align: left;\">Tire dressing</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"386\"><p data-css=\"tve-u-162492e70ad\">Etiam pharetra, erat sed fermentum feugiat, velit mauris</p></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621ad46076\" wfd-id=\"337\">\n<div class=\"tve-page-section-out\" wfd-id=\"376\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621b072b4e\" wfd-id=\"338\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621a8b2488\" wfd-id=\"339\"><div class=\"tcb-flex-row tcb--cols--2 v-2\" data-css=\"tve-u-1621a8a804b\" wfd-id=\"340\"><div class=\"tcb-flex-col\" wfd-id=\"352\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16271bfe70c\" wfd-id=\"354\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h3\" data-css=\"tve-u-1621a8c4313\" wfd-id=\"373\"><h3><strong>Complete cleaning services for yoâ€‹ur car</strong></h3></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-16417b70f47\" wfd-id=\"355\"><ul class=\"tcb-styled-list\" wfd-id=\"356\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621acf0289\" wfd-id=\"367\"><div class=\"tcb-styled-list-icon\" wfd-id=\"371\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a8e11f3\" wfd-id=\"372\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ace1b08\" wfd-id=\"368\">We are a small business delivering professional cleaning services for all vehicles</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621acf64fb\" wfd-id=\"363\"><div class=\"tcb-styled-list-icon\" wfd-id=\"365\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a8e5625\" wfd-id=\"366\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ace4de9\" wfd-id=\"364\">Our services are convenient for individuals and corporate fleets</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"357\"><div class=\"tcb-styled-list-icon\" wfd-id=\"361\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a9076ef\" wfd-id=\"362\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621acf47d2\" wfd-id=\"358\">We use eco-friendly products that actually clean, protect and maintain your car better than the traditional cleaning substances</span></li></ul></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"341\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621a90a46f\" wfd-id=\"343\"><div class=\"thrv_wrapper thrv-fill-counter tve_red tve_normalfc thrv_data_element\" data-css=\"tve-u-1621a983587\" wfd-id=\"344\">\n<div class=\"tve_fill_counter_n\" style=\"\" data-fill=\"100\" data-css=\"tve-u-1621a98b602\" wfd-id=\"345\">\n<svg viewBox=\"0 0 160 160\" class=\"tve_fill_counter_circle\" shape-rendering=\"optimizeSpeed\" data-css=\"tve-u-1621a9a2862\">\n<circle class=\"tve_fill_counter_circle_inner\" r=\"80\" cx=\"80\" cy=\"80\" data-css=\"tve-u-1621a9685d4\"></circle>\n</svg>\n<div class=\"tve_fill_text_in\" data-css=\"tve-u-1621a96b190\" wfd-id=\"346\">\n<div class=\"tve_fill_text_value\" data-css=\"tve-u-1621a9a2866\" wfd-id=\"348\">\n<div class=\"thrv-inline-text tve_fill_text tve_editable\" data-css=\"tve-u-1621a9a2867\" wfd-id=\"349\"><strong>100%â€‹</strong></div>\n</div>\n<div class=\"thrv-inline-text tve_editable tve_data_element_label\" data-css=\"tve-u-1621a9750ae\" wfd-id=\"347\">Clean car</div>\n</div>\n</div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621ada1e7f\" data-value-type=\"percent\" wfd-id=\"299\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621adba9ef\" data-clip-id=\"52d5a36c151aa\" wfd-id=\"336\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-52d5a36c151aa\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0875\"></polygon></clipPath><clipPath id=\"clip-tablet-top-52d5a36c151aa\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0524\"></polygon></clipPath><clipPath id=\"clip-mobile-top-52d5a36c151aa\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0349\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621ad420c4\" wfd-id=\"300\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621ade6172\" wfd-id=\"301\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2 tcb-row-reversed-mobile tcb-mobile-edit v-2\" data-css=\"tve-u-1621adea58b\" wfd-id=\"302\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621b064646\" style=\"\" wfd-id=\"330\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ae0bec7\" wfd-id=\"332\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ae4fd21\" data-value-type=\"percent\" data-float=\"1\" wfd-id=\"333\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621ae6c8da\" data-clip-id=\"aa2c3e3c70555\" wfd-id=\"335\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0349\"></polygon></clipPath><clipPath id=\"clip-tablet-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"4\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0699\"></polygon></clipPath><clipPath id=\"clip-mobile-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"4\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0699\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb\" data-css=\"tve-u-1621ae4db6e\" wfd-id=\"334\"></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621b064668\" style=\"\" wfd-id=\"303\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621f45bed3\" wfd-id=\"305\"><div class=\"tcb-clear\" data-css=\"tve-u-16224848ee5\" wfd-id=\"326\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621afceb00\" wfd-id=\"327\"><h2 data-css=\"tve-u-1621afcc0bf\">Check Out Our Special Offer!</h2></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621afda4fa\" wfd-id=\"325\"><p data-css=\"tve-u-1621afd8c98\">Donâ€™t miss the opportunity to get 50% discount on a complete cleaning just by recommending us to a friend. Bring someone you know with you and clean you car half price!</p></div><div class=\"tcb-clear\" data-css=\"tve-u-16224834cab\" wfd-id=\"306\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621fe85996\" wfd-id=\"307\"><div class=\"tcb-flex-row tcb--cols--2 tcb-resized tcb-medium-wrap tcb-desktop-wrap\" data-css=\"tve-u-1621fe78878\" wfd-id=\"308\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621fe94086\" style=\"\" wfd-id=\"316\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"318\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621b01355a\" wfd-id=\"319\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621b08fdde\" data-tcb_hover_state_parent=\"1\" wfd-id=\"324\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16223f02c16\" wfd-id=\"320\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-1620af7eb3f\" data-tcb_hover_state_parent=\"\" data-button-style=\"full_rounded\" wfd-id=\"321\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"322\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-16228c75500\" wfd-id=\"323\"><strong>Request an appointment</strong></span></span>\n</a>\n</div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621fe940b9\" style=\"\" wfd-id=\"309\"><div class=\"tcb-col\" wfd-id=\"311\"><div class=\"tcb-clear\" data-css=\"tve-u-16224716d62\" wfd-id=\"312\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-1621b028939\" data-tcb_hover_state_parent=\"\" data-button-style=\"ghost\" wfd-id=\"313\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"314\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-16228c764b2\" wfd-id=\"315\"><strong>Call Now: 0400-700-682</strong></span></span>\n</a>\n</div></div></div></div></div></div></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16260ba2fa4\" wfd-id=\"200\">\n<div class=\"tve-page-section-out\" wfd-id=\"298\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16260be7104\" wfd-id=\"201\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621b0e4fb7\" wfd-id=\"297\"><h2 data-css=\"tve-u-1621b10fccf\" style=\"text-align: center;\">our happy clients</h2></div><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641367127b\" data-float=\"1\" wfd-id=\"296\"><svg class=\"tcb-icon\" viewBox=\"0 0 30 32\" data-name=\"quote-left\">\n<path d=\"M13.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429zM29.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641367e553\" wfd-id=\"295\"><svg class=\"tcb-icon\" viewBox=\"0 0 30 32\" data-name=\"quote-left\">\n<path d=\"M13.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429zM29.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a10d3b4\" wfd-id=\"266\">\n<div class=\"tve-content-box-background\" wfd-id=\"294\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"267\"><div class=\"tcb-clear\" data-css=\"tve-u-1621b300a64\" wfd-id=\"292\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-1621f154231\" wfd-id=\"293\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621b200375\" wfd-id=\"270\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-16260d8392c\" wfd-id=\"271\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"276\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"278\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16417b62c09\" wfd-id=\"279\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-16260d8396c\" wfd-id=\"280\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16260d01208\" style=\"\" wfd-id=\"286\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"288\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"289\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16225617da3\" wfd-id=\"291\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"290\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16260d0120e\" style=\"\" wfd-id=\"281\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"283\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"285\"><h5>Brett Graham, 28</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"284\"><h6 class=\"\">Architect</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"272\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"274\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"275\"><p data-css=\"tve-u-162539c17ec\">Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit. Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit.&nbsp;</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-16260c5ff0c\" wfd-id=\"268\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260c5ff07\" wfd-id=\"269\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a12f675\" wfd-id=\"235\">\n<div class=\"tve-content-box-background\" wfd-id=\"265\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"236\"><div class=\"tcb-clear\" data-css=\"tve-u-16260cd7683\" wfd-id=\"263\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260d73672\" wfd-id=\"264\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16260da3aa7\" wfd-id=\"239\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-1621fb68b97\" wfd-id=\"240\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"247\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"249\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16417b662bf\" wfd-id=\"250\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-1621fb65556\" wfd-id=\"251\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16229915e1a\" style=\"\" wfd-id=\"257\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"259\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"260\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16260c433e9\" wfd-id=\"262\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"261\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16229915e4e\" style=\"\" wfd-id=\"252\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"254\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"256\"><h5>Rosie Hanson, 24</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"255\"><h6 class=\"\">Real estate Associate</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"241\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"243\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"244\"><p data-css=\"tve-u-162539c17ec\">Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo.</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-16260d3b97e\" wfd-id=\"237\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260d39b83\" wfd-id=\"238\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a146aef\" wfd-id=\"202\">\n<div class=\"tve-content-box-background\" wfd-id=\"234\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"203\"><div class=\"tcb-clear\" data-css=\"tve-u-16260cd7683\" wfd-id=\"232\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260cd622f\" wfd-id=\"233\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16260c39a7e\" wfd-id=\"206\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-16260d3f4aa\" wfd-id=\"207\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"214\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"216\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621fbacc60\" wfd-id=\"217\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-16260d3f4af\" wfd-id=\"218\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16229915e1a\" style=\"\" wfd-id=\"226\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"228\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"229\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16260d5e4b8\" wfd-id=\"231\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"230\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16229915e4e\" style=\"\" wfd-id=\"219\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"221\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"225\"><h5>Shawn Mattews, 35</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"222\"><h6 class=\"\">project manager</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"208\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"210\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"211\"><p data-css=\"tve-u-162539c17ec\">Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo. Nullam ac urna eu felis.Sed non neque elit. Sed ut imperdiet nisi. Proin condimentum</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1621b30ca74\" wfd-id=\"204\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-1621f15b521\" wfd-id=\"205\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621b3c8c52\" wfd-id=\"88\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621b3cfc7b\" wfd-id=\"199\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621b3c74d9\" wfd-id=\"89\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621e7b695a\" wfd-id=\"196\"><h2 data-css=\"tve-u-1621e7a7350\" style=\"text-align: center;\">our offers</h2></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621e7c899a\" wfd-id=\"90\"><div class=\"tcb-flex-row tcb--cols--3 tcb-medium-wrap v-2\" data-css=\"tve-u-1621e7c7aa1\" wfd-id=\"91\"><div class=\"tcb-flex-col\" wfd-id=\"158\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16223fc9f23\" wfd-id=\"160\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e7ceab3\" style=\"\" wfd-id=\"161\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16416e4fafd\" wfd-id=\"195\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e7d5094\" wfd-id=\"162\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e7e9950\" data-value-type=\"percent\" style=\"\" wfd-id=\"191\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e7edfd9\" data-clip-id=\"10ffac3b28f1d\" wfd-id=\"194\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-10ffac3b28f1d\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-10ffac3b28f1d\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e7e6c1d\" wfd-id=\"192\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-16417b4cb9e\" wfd-id=\"193\"><h4 data-css=\"tve-u-1621fe1a1af\" style=\"text-align: center;\"><strong>Basic Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ec6c39b\" data-float=\"1\" wfd-id=\"187\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e81f424\" wfd-id=\"190\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec752da\" wfd-id=\"188\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"189\"><h4 data-css=\"tve-u-1621fe1bd18\" style=\"text-align: center;\"><strong>15$</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621ea50702\" wfd-id=\"163\"><ul class=\"tcb-styled-list\" wfd-id=\"164\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec3a5c0\" wfd-id=\"183\"><div class=\"tcb-styled-list-icon\" wfd-id=\"185\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec204df\" wfd-id=\"186\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec241aa\" wfd-id=\"184\">Interior vacuum</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"179\"><div class=\"tcb-styled-list-icon\" wfd-id=\"181\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec20f68\" wfd-id=\"182\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec2704c\" wfd-id=\"180\">Dust &amp;dash console</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec42aa7\" wfd-id=\"173\"><div class=\"tcb-styled-list-icon\" wfd-id=\"177\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec21a31\" wfd-id=\"178\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec298ab\" wfd-id=\"174\">Hand towel dry</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec43fe2\" wfd-id=\"169\"><div class=\"tcb-styled-list-icon\" wfd-id=\"171\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ea1fba7\" wfd-id=\"172\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea23322\" wfd-id=\"170\">Clean windows</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec454d9\" wfd-id=\"165\"><div class=\"tcb-styled-list-icon\" wfd-id=\"167\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ea295c0\" wfd-id=\"168\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea2c69a\" wfd-id=\"166\">Soft cloth wash</span></li></ul></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"125\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"127\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621eb81205\" style=\"\" wfd-id=\"128\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16416e603ab\" wfd-id=\"157\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621eb7ccb0\" wfd-id=\"129\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ebbbb6d\" data-value-type=\"percent\" wfd-id=\"153\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eaaedd8\" data-clip-id=\"a2b9cf3198d6f\" wfd-id=\"156\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-a2b9cf3198d6f\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-a2b9cf3198d6f\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec7f21a\" wfd-id=\"154\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e930bd7\" wfd-id=\"155\"><h4 data-css=\"tve-u-1621e92e97f\" style=\"text-align: center;\"><strong>Ultimate Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ec78d2c\" data-float=\"1\" wfd-id=\"149\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eab272c\" wfd-id=\"152\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec79a7d\" wfd-id=\"150\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"151\"><h4 data-css=\"tve-u-1621e942b65\" style=\"text-align: center;\"><strong>22 $</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621ebfa746\" wfd-id=\"146\"><p data-css=\"tve-u-1621f4ceaf6\" style=\"text-align: center;\">Includes basic service <span data-css=\"tve-u-1621f4ceaf7\" style=\"color: rgb(15, 29, 123);\" wfd-id=\"147\"><strong class=\"\"><span data-css=\"tve-u-1621f4ceafb\" wfd-id=\"148\">+</span></strong></span></p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621ebf340c\" wfd-id=\"130\"><ul class=\"tcb-styled-list\" wfd-id=\"131\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-164137a0b1f\" wfd-id=\"140\"><div class=\"tcb-styled-list-icon\" wfd-id=\"144\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec0c5bd\" wfd-id=\"145\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ebfe4ce\" wfd-id=\"141\">Triple foam conditiner</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec04541\" wfd-id=\"136\"><div class=\"tcb-styled-list-icon\" wfd-id=\"138\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec09a3c\" wfd-id=\"139\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ebff867\" wfd-id=\"137\">Tire dressing</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec05cc3\" wfd-id=\"132\"><div class=\"tcb-styled-list-icon\" wfd-id=\"134\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec15f6e\" wfd-id=\"135\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec009a8\" wfd-id=\"133\">Air freshner</span></li></ul></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"92\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16223dad661\" wfd-id=\"94\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621fd9c946\" style=\"\" wfd-id=\"95\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e7d234c\" wfd-id=\"124\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621fd84d7b\" wfd-id=\"96\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16223b080b0\" data-value-type=\"percent\" wfd-id=\"118\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eb3eb9f\" data-clip-id=\"ac98bb0e54b3b\" wfd-id=\"123\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621fd8766c\" wfd-id=\"119\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e930bd7\" wfd-id=\"120\"><h4 data-css=\"tve-u-1621fe1587d\" style=\"text-align: center;\"><strong>Supreme Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e8107f3\" wfd-id=\"114\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eb43d8d\" wfd-id=\"117\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e819c52\" wfd-id=\"115\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"116\"><h4 data-css=\"tve-u-1621fe1725e\" style=\"text-align: center;\"><strong>30 $</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621eb037bb\" wfd-id=\"111\"><p data-css=\"tve-u-1621f4d0451\" style=\"text-align: center;\">Includes ultimate service <span data-css=\"tve-u-1621eaff572\" style=\"color: rgb(15, 29, 123);\" wfd-id=\"112\"><strong class=\"\"><span data-css=\"tve-u-1621eb01b60\" wfd-id=\"113\">+</span></strong></span></p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621eacf6af\" wfd-id=\"97\"><ul class=\"tcb-styled-list\" wfd-id=\"98\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec36a4d\" wfd-id=\"107\"><div class=\"tcb-styled-list-icon\" wfd-id=\"109\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e9993aa\" wfd-id=\"110\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea1a5d7\" wfd-id=\"108\">Exterior trim dressing</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"103\"><div class=\"tcb-styled-list-icon\" wfd-id=\"105\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e99b1db\" wfd-id=\"106\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea19a06\" wfd-id=\"104\">Hand applied spray wax</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec37ea5\" wfd-id=\"99\"><div class=\"tcb-styled-list-icon\" wfd-id=\"101\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e99c314\" wfd-id=\"102\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea18c5d\" wfd-id=\"100\">Interior conditioner</span></li></ul></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621efddaaf\" wfd-id=\"45\">\n<div class=\"tve-page-section-out\" wfd-id=\"87\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621edf8048\" wfd-id=\"46\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621f114214\" wfd-id=\"47\"><div class=\"tcb-flex-row tcb-resized tcb-mobile-edit tcb--cols--2\" data-css=\"tve-u-1621ee03000\" wfd-id=\"48\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621ee4be21\" style=\"\" wfd-id=\"53\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ee093d4\" wfd-id=\"55\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ee3afec\" wfd-id=\"56\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621ee58e74\" wfd-id=\"86\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ee37f4a\" wfd-id=\"57\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1621ee74a24\" wfd-id=\"85\"><svg class=\"tcb-icon\" viewBox=\"0 0 16 28\" data-name=\"map-marker\">\n<path d=\"M12 10c0-2.203-1.797-4-4-4s-4 1.797-4 4 1.797 4 4 4 4-1.797 4-4zM16 10c0 0.953-0.109 1.937-0.516 2.797l-5.688 12.094c-0.328 0.688-1.047 1.109-1.797 1.109s-1.469-0.422-1.781-1.109l-5.703-12.094c-0.406-0.859-0.516-1.844-0.516-2.797 0-4.422 3.578-8 8-8s8 3.578 8 8z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621ee63e1c\" wfd-id=\"82\"><h2 data-css=\"tve-u-1621fdcb4ea\" style=\"text-align: center;\">contact us</h2></div><div class=\"thrv_wrapper thrv-contact-form\" data-ct=\"contact_form-21969\" data-css=\"tve-u-1695d7c4d62\" wfd-id=\"60\">\n	<form action=\"\" method=\"post\" novalidate=\"\" sourceindex=\"1156\" wfd-id=\"61\">\n		<div class=\"tve-cf-item-wrapper\" wfd-id=\"65\">\n			<div class=\"tve-cf-item\" data-css=\"tve-u-1695d7d2659\" wfd-id=\"78\">\n				<div class=\"thrv-cf-input-wrapper\" data-type=\"first_name\" wfd-id=\"79\">\n					<label class=\"tve-cf-item-required-mark\" wfd-id=\"81\">First Name</label>\n					<div class=\"tve-cf-input\" data-css=\"tve-u-1695d7e44c1\" wfd-id=\"80\">\n						<input placeholder=\"John\" data-placeholder=\"John\" type=\"text\" name=\"first_name\" required=\"required\" sourceindex=\"1157\" wfd-id=\"495\">\n					</div>\n				</div>\n			</div>\n			<div class=\"tve-cf-item\" data-css=\"tve-u-1695d7d2659\" wfd-id=\"74\">\n				<div class=\"thrv-cf-input-wrapper\" data-type=\"email\" wfd-id=\"75\">\n					<label class=\"tve-cf-item-required-mark\" wfd-id=\"77\">Email Address</label>\n					<div class=\"tve-cf-input\" data-css=\"tve-u-1695d7e44c1\" wfd-id=\"76\">\n						<input placeholder=\"j.doe@inbox.com\" data-placeholder=\"j.doe@inbox.com\" type=\"email\" name=\"email\" required=\"required\" sourceindex=\"1158\" wfd-id=\"494\">\n					</div>\n				</div>\n			</div>\n			<div class=\"tve-cf-item\" data-css=\"tve-u-1695d7d2659\" wfd-id=\"70\">\n	<div class=\"thrv-cf-input-wrapper\" data-type=\"phone\" wfd-id=\"71\">\n		<label class=\"\" wfd-id=\"73\">Phone Number</label>\n		<div class=\"tve-cf-input\" data-css=\"tve-u-1695d7e44c1\" wfd-id=\"72\">\n			<input placeholder=\"1- 555-555-2368\" type=\"tel\" name=\"phone\" data-placeholder=\"1- 555-555-2368\" wfd-id=\"493\">\n		</div>\n	</div>\n</div>\n		<div class=\"tve-cf-item tcb-excluded-from-group-item\" data-css=\"tve-u-1695d7d93a4\" wfd-id=\"66\">\n				<div class=\"thrv-cf-input-wrapper\" data-type=\"message\" wfd-id=\"67\">\n					<label class=\"tve-cf-item-required-mark\" wfd-id=\"69\">Message</label>\n					<div class=\"tve-cf-input\" data-css=\"tve-u-1695d7e44c1\" wfd-id=\"68\">\n						<textarea placeholder=\"Type your message here...\" data-placeholder=\"Type your message here...\" name=\"message\" required=\"required\" sourceindex=\"1159\" wfd-id=\"497\"></textarea>\n					</div>\n				</div>\n			</div></div>\n		<div class=\"tve-cf-submit\" data-css=\"tve-u-1695d7e0325\" data-tcb_hover_state_parent=\"\" data-button-style=\"ghost\" wfd-id=\"62\">\n			<button class=\"tve_btn_txt\" type=\"submit\" sourceindex=\"1160\" wfd-id=\"510\">Send message</button>\n		</div>\n	<input type=\"hidden\" name=\"config\" value=\"YTozOntzOjE0OiJlcnJvcl9tZXNzYWdlcyI7YTo0OntzOjU6ImVtYWlsIjtzOjIxOiJFbWFpbCBhZGRyZXNzIGludmFsaWQiO3M6NToicGhvbmUiO3M6MjA6IlBob25lIG51bWJlciBpbnZhbGlkIjtzOjM6InVybCI7czoxMToiVVJMIGludmFsaWQiO3M6ODoicmVxdWlyZWQiO3M6MjA6IlJlcXVpcmVkIGZpZWxkIGVtcHR5Ijt9czo4OiJ0b19lbWFpbCI7YToyOntzOjI6InRvIjtzOjI5OiJhZG1pbkBiZXN0Y2VyYWtvdGVmbG9yaWRhLmNvbSI7czo3OiJzdWJqZWN0IjtzOjE4OiJOZXcgbWVzc2FnZSBmcm9tOiAiO31zOjY6InN1Ym1pdCI7YToxMDp7czo2OiJhY3Rpb24iO3M6NjoicmVsb2FkIjtzOjIzOiJzZW5kX2NvbmZpcm1hdGlvbl9lbWFpbCI7YjowO3M6MTk6InNlbmRlcl9wZXJzb25hbGl6ZWQiO2I6MDtzOjIwOiJjb25maXJtYXRpb25fc3ViamVjdCI7czozNjoiQ29udGFjdCBGb3JtIHN1Ym1pc3Npb24gY29uZmlybWF0aW9uIjtzOjIwOiJjb25maXJtYXRpb25fbWVzc2FnZSI7czoxMzk6IkhlbGxvLCAKClRoYW5rcyBmb3IgY29udGFjdGluZyB1cy4gV2UnbGwgZ2V0IGJhY2sgdG8geW91IGFzIHNvb24gYXMgcG9zc2libGUgd2l0aCB0aGUgaW5mb3JtYXRpb24geW91IG5lZWQuIAoKQmVzdCByZWdhcmRzLApbd3Bfc2l0ZV90aXRsZV0iO3M6OToiZnJvbV9uYW1lIjtzOjI4OiJUaGUgQmVzdCBDZXJha290ZSBJbiBGbG9yaWRhIjtzOjEwOiJmcm9tX2VtYWlsIjtzOjI5OiJhZG1pbkBiZXN0Y2VyYWtvdGVmbG9yaWRhLmNvbSI7czo4OiJyZXBseV90byI7czoyOToiYWRtaW5AYmVzdGNlcmFrb3RlZmxvcmlkYS5jb20iO3M6MzoidXJsIjtzOjA6IiI7czoxMjoibm90aWZpY2F0aW9uIjtzOjM4OiJZb3VyIG1lc3NhZ2UgaGFzIGJlZW4gc2VudCwgdGhhbmsgeW91ISI7fX0=\" wfd-id=\"492\"></form>\n</div><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_slide_left\" data-css=\"tve-u-1621ef118dc\" style=\"\" wfd-id=\"58\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"59\"><img class=\"tve_image tve_evt_manager_listen tve_et_tve-viewport wp-image-282\" alt=\"Cerakote Certified Logo\" width=\"2148\" height=\"1968\" title=\"Cerakote Certified Logo\" data-id=\"282\" src=\"https://bestcerakoteflorida.com/wp-content/uploads/2018/09/CertifiedLogo.png\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_left&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" style=\"width: 100%;\"></span></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621ee4be73\" style=\"\" wfd-id=\"49\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ee22c43\" wfd-id=\"51\"><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-1621ee18a1c\" wfd-id=\"52\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=825 South Kings Highway, Fort Pierce&amp;t=m&amp;z=11&amp;output=embed&amp;iwloc=near\"></iframe>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621f0aa8f7\" wfd-id=\"28\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621f0ada0e\" wfd-id=\"44\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621f0b0088\" wfd-id=\"29\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621f0d2c1a\" wfd-id=\"30\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-1621f0cbe40\" wfd-id=\"31\"><div class=\"tcb-flex-col\" wfd-id=\"38\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"40\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621f0da775\" wfd-id=\"41\"><p data-css=\"tve-u-1622444fb11\">Â© 2018, Your company name . All rights reserved.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"32\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"34\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16223fe5f5b\" wfd-id=\"35\"><p data-css=\"tve-u-1621f0d874c\" style=\"text-align: right;\">Made with <a href=\"https://thrivethemes.com/\" target=\"_blank\">Thrive Architect</a></p></div></div></div></div></div></div>\n</div>\n\n'),(6942,574,'tve_revision_tve_has_wistia_popover','0'),(6964,578,'tve_revision_tve_landing_page','tcb2-thrivebiz-car-wash'),(6965,578,'tve_revision_tve_landing_set',''),(6966,578,'tve_revision_tve_disable_theme_dependency','1'),(6943,575,'tve_revision_tve_landing_page','tcb2-thrivebiz-car-wash'),(6944,575,'tve_revision_tve_landing_set',''),(6945,575,'tve_revision_tve_disable_theme_dependency','1'),(6946,575,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-162717d1bbe\" wfd-id=\"467\"><div class=\"tcb-flex-row tcb-medium-no-wrap v-2 tcb--cols--3 m-edit tcb-mobile-wrap tcb-resized\" data-css=\"tve-u-162717d1bbf\" wfd-id=\"468\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1695981e7bb\" wfd-id=\"487\"><div class=\"tcb-col\" data-css=\"tve-u-16959846d3d\" wfd-id=\"489\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16959822de2\" wfd-id=\"490\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"491\"><img class=\"tve_image wp-image-465\" alt=\"\" width=\"384\" height=\"62\" title=\"Blackhawk_custom_header\" data-id=\"465\" src=\"https://bestcerakoteflorida.com/wp-content/uploads/2019/01/Blackhawk_custom_header.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717d1bb9\" style=\"\" wfd-id=\"480\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717d1bb6\" wfd-id=\"482\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-164179a84b8\" wfd-id=\"483\">\n<div class=\"tve-content-box-background\" wfd-id=\"486\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"484\"><div class=\"tcb-clear\" wfd-id=\"485\"></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717d1bb7\" style=\"\" wfd-id=\"469\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717d1bbc\" wfd-id=\"471\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16369305186\" wfd-id=\"472\">\n<div class=\"tve-content-box-background\" wfd-id=\"479\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16417e9d24e\" wfd-id=\"473\"><div class=\"tcb-clear\" wfd-id=\"477\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-16417e5bd95\" data-float=\"1\" wfd-id=\"478\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-envelope-regular\" data-name=\"\">\n            <path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path>\n        </svg></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-164179bced9\" wfd-id=\"474\"><p data-css=\"tve-u-1641333d7d1\"><a href=\"mailto:info@bestcerkoteflorida.com\" target=\"_blank\">info@bestcerakoteflorida.com</a></p></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-162717cb621\" data-value-type=\"percent\" wfd-id=\"439\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-162717cb620\" data-clip-id=\"c883ac5175045\" wfd-id=\"466\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-c883ac5175045\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"6\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.8949, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-c883ac5175045\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9476, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-c883ac5175045\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9651, 1 1, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-162717cb609\" wfd-id=\"440\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-162717cb618\" wfd-id=\"441\"><div class=\"tcb-flex-row tcb-medium-wrap tcb-resized v-2 tcb--cols--2\" data-css=\"tve-u-162717cb617\" wfd-id=\"442\"><div class=\"tcb-flex-col\" data-css=\"tve-u-162717cb601\" style=\"\" wfd-id=\"456\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717cb60a\" wfd-id=\"458\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h1\" data-css=\"tve-u-162717cb610\" wfd-id=\"462\"><h1 data-css=\"tve-u-162717cb616\" style=\"text-align: center;\">&nbsp;Protect What\'s Important To You! With The Toughest Ceramic Finish In The World!<span data-css=\"tve-u-16271ca808e\" style=\"color: rgb(0, 229, 255);\" wfd-id=\"465\"></span></h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162717cb60f\" wfd-id=\"459\"><p data-css=\"tve-u-1695a36117b\" style=\"text-align: center;\">Heat, Water, Salt and Sand just some of the conditions you face. And any one of them is just waiting to get a hold of your firearm and leave it a pile of rusted, pitted junk.</p><p data-css=\"tve-u-16413112747\" style=\"text-align: center;\">Unfortunately there wasn\'t much you could do other than keep cleaning and lubricating your firearms...till NOW!</p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717cb600\" style=\"\" wfd-id=\"443\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717cb60b\" wfd-id=\"445\"><div class=\"thrv_responsive_video thrv_wrapper rv_style_lifted_style2\" data-type=\"youtube\" data-rel=\"0\" data-url=\"https://www.youtube.com/watch?v=a1nyu9ZJiEk\" data-css=\"tve-u-16959cd1e7a\" data-modestbranding=\"1\" wfd-id=\"453\">\n	\n\n	<div class=\"tve_responsive_video_container\" wfd-id=\"454\">\n		<div class=\"video_overlay\" wfd-id=\"455\"></div>\n	<iframe data-code=\"TEOqV1Q16lU\" data-provider=\"youtube\" src=\"https://www.youtube.com/embed/TEOqV1Q16lU?rel=0&amp;modestbranding=1&amp;controls=1&amp;showinfo=1&amp;fs=1&amp;wmode=transparent\" data-src=\"https://www.youtube.com/embed/TEOqV1Q16lU?rel=0&amp;modestbranding=1&amp;controls=1&amp;showinfo=1&amp;fs=1&amp;wmode=transparent\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\n</div><div class=\"thrv_wrapper thrv-button tcb-with-icon\" data-css=\"tve-u-1695a3002e2\" data-tcb_hover_state_parent=\"\" data-button-style=\"border_1\" wfd-id=\"446\">\n	<a href=\"tel:1-954-848-1911\" class=\"tcb-button-link\" target=\"_blank\" rel=\"\"><span class=\"tcb-button-icon\" wfd-id=\"451\">\n	<div class=\"thrv_wrapper thrv_icon tve_no_drag tve_no_icons tcb-icon-inherit-style tcb-icon-display\" wfd-id=\"452\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-phone-plus-light\" data-name=\"\">\n            <path d=\"M8 128h88v88c0 4.4 3.6 8 8 8h16c4.4 0 8-3.6 8-8v-88h88c4.4 0 8-3.6 8-8v-16c0-4.4-3.6-8-8-8h-88V8c0-4.4-3.6-8-8-8h-16c-4.4 0-8 3.6-8 8v88H8c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8zM487.8 24.1L387 .8c-14.7-3.4-29.8 4.2-35.8 18.1l-46.5 108.5c-5.5 12.7-1.8 27.7 8.9 36.5l53.9 44.1c-34 69.2-90.3 125.6-159.6 159.6l-44.1-53.9c-8.8-10.7-23.8-14.4-36.5-8.9L18.9 351.3c-13.9 6-21.5 21-18.1 35.8L24 487.9C27.3 502 39.9 512 54.5 512 306.7 512 512 307.8 512 54.5c0-14.6-10-27.2-24.2-30.4zM55.1 480l-23-99.6 107.4-46 59.5 72.8c103.6-48.6 159.7-104.9 208.1-208.1l-72.8-59.5 46-107.4 99.6 23C479.7 289.7 289.6 479.7 55.1 480z\"></path>\n        </svg></div>\n</span>\n\n		<span class=\"tcb-button-texts\" wfd-id=\"447\"><span class=\"tcb-button-text thrv-inline-text\" wfd-id=\"448\">CALL NOW</span></span>\n	</a>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-162717fcf9d\" data-value-type=\"percent\" wfd-id=\"382\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-162718bd0c0\" data-clip-id=\"a3b25e1c9221a\" wfd-id=\"438\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0875\"></polygon></clipPath><clipPath id=\"clip-tablet-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"6\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.1051\"></polygon></clipPath><clipPath id=\"clip-mobile-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"1\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0175\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-162718a3b40\" wfd-id=\"383\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622a159bcb\" wfd-id=\"384\">\n<div class=\"tve-content-box-background\" wfd-id=\"437\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"385\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621a2247ba\" wfd-id=\"434\"><h2 data-css=\"tve-u-1621a2e0d5b\">our services</h2></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16229f6175c\" wfd-id=\"409\"><div class=\"tcb-flex-row tcb-medium-no-wrap tcb--cols--3 v-2\" data-css=\"tve-u-162493a03b0\" wfd-id=\"410\"><div class=\"tcb-flex-col\" wfd-id=\"425\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1624939a960\" data-tcb_hover_state_parent=\"\" wfd-id=\"427\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-162493d5f13\" data-float=\"1\" wfd-id=\"433\"><svg class=\"tcb-icon\" viewBox=\"0 0 14 28\" data-name=\"bolt\">\n<path d=\"M13.828 8.844c0.172 0.187 0.219 0.453 0.109 0.688l-8.437 18.078c-0.125 0.234-0.375 0.391-0.656 0.391-0.063 0-0.141-0.016-0.219-0.031-0.344-0.109-0.547-0.438-0.469-0.766l3.078-12.625-6.344 1.578c-0.063 0.016-0.125 0.016-0.187 0.016-0.172 0-0.359-0.063-0.484-0.172-0.187-0.156-0.25-0.391-0.203-0.609l3.141-12.891c0.078-0.297 0.359-0.5 0.688-0.5h5.125c0.391 0 0.703 0.297 0.703 0.656 0 0.094-0.031 0.187-0.078 0.281l-2.672 7.234 6.188-1.531c0.063-0.016 0.125-0.031 0.187-0.031 0.203 0 0.391 0.094 0.531 0.234z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"429\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-162494b490e\" wfd-id=\"430\"><h4 data-css=\"tve-u-16249355087\" style=\"text-align: left;\">Express exterior</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162494b7ad0\" wfd-id=\"428\"><p data-css=\"tve-u-162492e70ad\">Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"418\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162493b6b63\" data-tcb_hover_state_parent=\"\" wfd-id=\"420\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b456a\" wfd-id=\"424\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"adjust\">\n<path d=\"M12 22.5v-17c-4.688 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"422\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1af44d\" wfd-id=\"423\"><h4 data-css=\"tve-u-16249358652\" style=\"text-align: left;\">Interior clean</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"421\"><p data-css=\"tve-u-162492e70ad\">Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"411\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16249373b25\" wfd-id=\"413\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b52d3\" wfd-id=\"417\"><svg class=\"tcb-icon\" viewBox=\"0 0 26 28\" data-name=\"umbrella\">\n<path d=\"M14 12.938v9.063c0 2.172-1.828 4-4 4s-4-1.828-4-4c0-0.547 0.453-1 1-1s1 0.453 1 1c0 1.047 0.953 2 2 2s2-0.953 2-2v-9.063c0.328-0.109 0.656-0.172 1-0.172s0.672 0.063 1 0.172zM26 13.359c0 0.266-0.234 0.5-0.5 0.5-0.141 0-0.25-0.063-0.359-0.156-0.906-0.844-1.75-1.437-3.047-1.437-1.484 0-2.766 0.922-3.609 2.094-0.187 0.266-0.328 0.547-0.5 0.812-0.109 0.172-0.234 0.266-0.438 0.266-0.219 0-0.344-0.094-0.453-0.266-0.172-0.266-0.313-0.547-0.5-0.812-0.844-1.172-2.109-2.094-3.594-2.094s-2.75 0.922-3.594 2.094c-0.187 0.266-0.328 0.547-0.5 0.812-0.109 0.172-0.234 0.266-0.453 0.266-0.203 0-0.328-0.094-0.438-0.266-0.172-0.266-0.313-0.547-0.5-0.812-0.844-1.172-2.125-2.094-3.609-2.094-1.297 0-2.141 0.594-3.047 1.437-0.109 0.094-0.219 0.156-0.359 0.156-0.266 0-0.5-0.234-0.5-0.5 0-0.047 0-0.078 0.016-0.109 1.437-5.906 7.141-9.25 12.984-9.25 5.812 0 11.578 3.344 12.984 9.25 0.016 0.031 0.016 0.063 0.016 0.109zM14 2v1.531c-0.328-0.016-0.672-0.031-1-0.031s-0.672 0.016-1 0.031v-1.531c0-0.547 0.453-1 1-1s1 0.453 1 1z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"415\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b01a6\" wfd-id=\"416\"><h4 data-css=\"tve-u-1624935a201\" style=\"text-align: left;\">Wax protection</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"414\"><p data-css=\"tve-u-162492e70ad\">Etiam pharetra, erat sed fermentum feugiat, velit mauris</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16249367114\" wfd-id=\"386\"><div class=\"tcb-flex-row tcb-medium-no-wrap tcb--cols--3 v-2\" data-css=\"tve-u-16229ffbb7b\" wfd-id=\"387\"><div class=\"tcb-flex-col\" wfd-id=\"402\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229fa6a26\" wfd-id=\"404\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b33f9\" wfd-id=\"408\"><svg class=\"tcb-icon\" viewBox=\"0 0 26 28\" data-name=\"magic\">\n<path d=\"M18.594 9.078l4.578-4.578-1.672-1.672-4.578 4.578zM25.578 4.5c0 0.266-0.094 0.516-0.281 0.703l-20.094 20.094c-0.187 0.187-0.438 0.281-0.703 0.281s-0.516-0.094-0.703-0.281l-3.094-3.094c-0.187-0.187-0.281-0.438-0.281-0.703s0.094-0.516 0.281-0.703l20.094-20.094c0.187-0.187 0.438-0.281 0.703-0.281s0.516 0.094 0.703 0.281l3.094 3.094c0.187 0.187 0.281 0.438 0.281 0.703zM4.469 1.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531zM9.938 4.062l3.063 0.938-3.063 0.938-0.938 3.063-0.938-3.063-3.063-0.938 3.063-0.938 0.938-3.063zM24.469 11.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531zM14.469 1.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"406\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b0a67\" wfd-id=\"407\"><h4 data-css=\"tve-u-16248fc42a1\" style=\"text-align: left;\">Dust &amp; Dash Console</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"405\"><p data-css=\"tve-u-162492e70ad\">Duis sed odio sit amet nibh vulputate cursus a sit amet mauris.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"395\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1622f65ba70\" wfd-id=\"397\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b60b4\" wfd-id=\"401\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"certificate\">\n<path d=\"M21.5 14l2.156 2.109c0.297 0.281 0.406 0.703 0.313 1.094-0.109 0.391-0.422 0.703-0.812 0.797l-2.938 0.75 0.828 2.906c0.109 0.391 0 0.812-0.297 1.094-0.281 0.297-0.703 0.406-1.094 0.297l-2.906-0.828-0.75 2.938c-0.094 0.391-0.406 0.703-0.797 0.812-0.094 0.016-0.203 0.031-0.297 0.031-0.297 0-0.594-0.125-0.797-0.344l-2.109-2.156-2.109 2.156c-0.281 0.297-0.703 0.406-1.094 0.313-0.406-0.109-0.703-0.422-0.797-0.812l-0.75-2.938-2.906 0.828c-0.391 0.109-0.812 0-1.094-0.297-0.297-0.281-0.406-0.703-0.297-1.094l0.828-2.906-2.938-0.75c-0.391-0.094-0.703-0.406-0.812-0.797-0.094-0.391 0.016-0.812 0.313-1.094l2.156-2.109-2.156-2.109c-0.297-0.281-0.406-0.703-0.313-1.094 0.109-0.391 0.422-0.703 0.812-0.797l2.938-0.75-0.828-2.906c-0.109-0.391 0-0.812 0.297-1.094 0.281-0.297 0.703-0.406 1.094-0.297l2.906 0.828 0.75-2.938c0.094-0.391 0.406-0.703 0.797-0.797 0.391-0.109 0.812 0 1.094 0.297l2.109 2.172 2.109-2.172c0.281-0.297 0.688-0.406 1.094-0.297 0.391 0.094 0.703 0.406 0.797 0.797l0.75 2.938 2.906-0.828c0.391-0.109 0.812 0 1.094 0.297 0.297 0.281 0.406 0.703 0.297 1.094l-0.828 2.906 2.938 0.75c0.391 0.094 0.703 0.406 0.812 0.797 0.094 0.391-0.016 0.812-0.313 1.094z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"399\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b12d8\" wfd-id=\"400\"><h4 data-css=\"tve-u-1625389a3d5\" style=\"text-align: left;\">Triple Foam Polish</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"398\"><p data-css=\"tve-u-162492e70ad\">Class aptent taciti sociosqu ad litora torquent</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"388\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229fa8c68\" wfd-id=\"390\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-16271adf6cf\" wfd-id=\"394\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"bullseye\">\n<path d=\"M16 14c0 2.203-1.797 4-4 4s-4-1.797-4-4 1.797-4 4-4 4 1.797 4 4zM18 14c0-3.313-2.688-6-6-6s-6 2.688-6 6 2.688 6 6 6 6-2.688 6-6zM20 14c0 4.422-3.578 8-8 8s-8-3.578-8-8 3.578-8 8-8 8 3.578 8 8zM22 14c0-5.516-4.484-10-10-10s-10 4.484-10 10 4.484 10 10 10 10-4.484 10-10zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"392\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-16248fc71c8\" wfd-id=\"393\"><h4 data-css=\"tve-u-1625389b4ed\" style=\"text-align: left;\">Tire dressing</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"391\"><p data-css=\"tve-u-162492e70ad\">Etiam pharetra, erat sed fermentum feugiat, velit mauris</p></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621ad46076\" wfd-id=\"342\">\n<div class=\"tve-page-section-out\" wfd-id=\"381\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621b072b4e\" wfd-id=\"343\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621a8b2488\" wfd-id=\"344\"><div class=\"tcb-flex-row tcb--cols--2 v-2\" data-css=\"tve-u-1621a8a804b\" wfd-id=\"345\"><div class=\"tcb-flex-col\" wfd-id=\"357\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16271bfe70c\" wfd-id=\"359\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h3\" data-css=\"tve-u-1621a8c4313\" wfd-id=\"378\"><h3><strong>Complete cleaning services for yoâ€‹ur car</strong></h3></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-16417b70f47\" wfd-id=\"360\"><ul class=\"tcb-styled-list\" wfd-id=\"361\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621acf0289\" wfd-id=\"372\"><div class=\"tcb-styled-list-icon\" wfd-id=\"376\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a8e11f3\" wfd-id=\"377\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ace1b08\" wfd-id=\"373\">We are a small business delivering professional cleaning services for all vehicles</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621acf64fb\" wfd-id=\"368\"><div class=\"tcb-styled-list-icon\" wfd-id=\"370\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a8e5625\" wfd-id=\"371\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ace4de9\" wfd-id=\"369\">Our services are convenient for individuals and corporate fleets</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"362\"><div class=\"tcb-styled-list-icon\" wfd-id=\"366\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a9076ef\" wfd-id=\"367\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621acf47d2\" wfd-id=\"363\">We use eco-friendly products that actually clean, protect and maintain your car better than the traditional cleaning substances</span></li></ul></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"346\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621a90a46f\" wfd-id=\"348\"><div class=\"thrv_wrapper thrv-fill-counter tve_red tve_normalfc thrv_data_element\" data-css=\"tve-u-1621a983587\" wfd-id=\"349\">\n<div class=\"tve_fill_counter_n\" style=\"\" data-fill=\"100\" data-css=\"tve-u-1621a98b602\" wfd-id=\"350\">\n<svg viewBox=\"0 0 160 160\" class=\"tve_fill_counter_circle\" shape-rendering=\"optimizeSpeed\" data-css=\"tve-u-1621a9a2862\">\n<circle class=\"tve_fill_counter_circle_inner\" r=\"80\" cx=\"80\" cy=\"80\" data-css=\"tve-u-1621a9685d4\"></circle>\n</svg>\n<div class=\"tve_fill_text_in\" data-css=\"tve-u-1621a96b190\" wfd-id=\"351\">\n<div class=\"tve_fill_text_value\" data-css=\"tve-u-1621a9a2866\" wfd-id=\"353\">\n<div class=\"thrv-inline-text tve_fill_text tve_editable\" data-css=\"tve-u-1621a9a2867\" wfd-id=\"354\"><strong>100%â€‹</strong></div>\n</div>\n<div class=\"thrv-inline-text tve_editable tve_data_element_label\" data-css=\"tve-u-1621a9750ae\" wfd-id=\"352\">Clean car</div>\n</div>\n</div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621ada1e7f\" data-value-type=\"percent\" wfd-id=\"304\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621adba9ef\" data-clip-id=\"52d5a36c151aa\" wfd-id=\"341\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-52d5a36c151aa\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0875\"></polygon></clipPath><clipPath id=\"clip-tablet-top-52d5a36c151aa\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0524\"></polygon></clipPath><clipPath id=\"clip-mobile-top-52d5a36c151aa\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0349\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621ad420c4\" wfd-id=\"305\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621ade6172\" wfd-id=\"306\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2 tcb-row-reversed-mobile tcb-mobile-edit v-2\" data-css=\"tve-u-1621adea58b\" wfd-id=\"307\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621b064646\" style=\"\" wfd-id=\"335\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ae0bec7\" wfd-id=\"337\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ae4fd21\" data-value-type=\"percent\" data-float=\"1\" wfd-id=\"338\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621ae6c8da\" data-clip-id=\"aa2c3e3c70555\" wfd-id=\"340\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0349\"></polygon></clipPath><clipPath id=\"clip-tablet-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"4\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0699\"></polygon></clipPath><clipPath id=\"clip-mobile-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"4\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0699\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb\" data-css=\"tve-u-1621ae4db6e\" wfd-id=\"339\"></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621b064668\" style=\"\" wfd-id=\"308\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621f45bed3\" wfd-id=\"310\"><div class=\"tcb-clear\" data-css=\"tve-u-16224848ee5\" wfd-id=\"331\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621afceb00\" wfd-id=\"332\"><h2 data-css=\"tve-u-1621afcc0bf\">Check Out Our Special Offer!</h2></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621afda4fa\" wfd-id=\"330\"><p data-css=\"tve-u-1621afd8c98\">Donâ€™t miss the opportunity to get 50% discount on a complete cleaning just by recommending us to a friend. Bring someone you know with you and clean you car half price!</p></div><div class=\"tcb-clear\" data-css=\"tve-u-16224834cab\" wfd-id=\"311\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621fe85996\" wfd-id=\"312\"><div class=\"tcb-flex-row tcb--cols--2 tcb-resized tcb-medium-wrap tcb-desktop-wrap\" data-css=\"tve-u-1621fe78878\" wfd-id=\"313\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621fe94086\" style=\"\" wfd-id=\"321\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"323\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621b01355a\" wfd-id=\"324\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621b08fdde\" data-tcb_hover_state_parent=\"1\" wfd-id=\"329\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16223f02c16\" wfd-id=\"325\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-1620af7eb3f\" data-tcb_hover_state_parent=\"\" data-button-style=\"full_rounded\" wfd-id=\"326\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"327\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-16228c75500\" wfd-id=\"328\"><strong>Request an appointment</strong></span></span>\n</a>\n</div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621fe940b9\" style=\"\" wfd-id=\"314\"><div class=\"tcb-col\" wfd-id=\"316\"><div class=\"tcb-clear\" data-css=\"tve-u-16224716d62\" wfd-id=\"317\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-1621b028939\" data-tcb_hover_state_parent=\"\" data-button-style=\"ghost\" wfd-id=\"318\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"319\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-16228c764b2\" wfd-id=\"320\"><strong>Call Now: 0400-700-682</strong></span></span>\n</a>\n</div></div></div></div></div></div></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16260ba2fa4\" wfd-id=\"205\">\n<div class=\"tve-page-section-out\" wfd-id=\"303\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16260be7104\" wfd-id=\"206\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621b0e4fb7\" wfd-id=\"302\"><h2 data-css=\"tve-u-1621b10fccf\" style=\"text-align: center;\">our happy clients</h2></div><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641367127b\" data-float=\"1\" wfd-id=\"301\"><svg class=\"tcb-icon\" viewBox=\"0 0 30 32\" data-name=\"quote-left\">\n<path d=\"M13.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429zM29.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641367e553\" wfd-id=\"300\"><svg class=\"tcb-icon\" viewBox=\"0 0 30 32\" data-name=\"quote-left\">\n<path d=\"M13.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429zM29.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a10d3b4\" wfd-id=\"271\">\n<div class=\"tve-content-box-background\" wfd-id=\"299\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"272\"><div class=\"tcb-clear\" data-css=\"tve-u-1621b300a64\" wfd-id=\"297\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-1621f154231\" wfd-id=\"298\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621b200375\" wfd-id=\"275\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-16260d8392c\" wfd-id=\"276\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"281\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"283\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16417b62c09\" wfd-id=\"284\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-16260d8396c\" wfd-id=\"285\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16260d01208\" style=\"\" wfd-id=\"291\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"293\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"294\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16225617da3\" wfd-id=\"296\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"295\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16260d0120e\" style=\"\" wfd-id=\"286\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"288\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"290\"><h5>Brett Graham, 28</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"289\"><h6 class=\"\">Architect</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"277\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"279\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"280\"><p data-css=\"tve-u-162539c17ec\">Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit. Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit.&nbsp;</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-16260c5ff0c\" wfd-id=\"273\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260c5ff07\" wfd-id=\"274\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a12f675\" wfd-id=\"240\">\n<div class=\"tve-content-box-background\" wfd-id=\"270\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"241\"><div class=\"tcb-clear\" data-css=\"tve-u-16260cd7683\" wfd-id=\"268\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260d73672\" wfd-id=\"269\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16260da3aa7\" wfd-id=\"244\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-1621fb68b97\" wfd-id=\"245\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"252\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"254\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16417b662bf\" wfd-id=\"255\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-1621fb65556\" wfd-id=\"256\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16229915e1a\" style=\"\" wfd-id=\"262\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"264\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"265\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16260c433e9\" wfd-id=\"267\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"266\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16229915e4e\" style=\"\" wfd-id=\"257\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"259\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"261\"><h5>Rosie Hanson, 24</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"260\"><h6 class=\"\">Real estate Associate</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"246\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"248\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"249\"><p data-css=\"tve-u-162539c17ec\">Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo.</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-16260d3b97e\" wfd-id=\"242\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260d39b83\" wfd-id=\"243\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a146aef\" wfd-id=\"207\">\n<div class=\"tve-content-box-background\" wfd-id=\"239\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"208\"><div class=\"tcb-clear\" data-css=\"tve-u-16260cd7683\" wfd-id=\"237\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260cd622f\" wfd-id=\"238\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16260c39a7e\" wfd-id=\"211\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-16260d3f4aa\" wfd-id=\"212\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"219\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"221\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621fbacc60\" wfd-id=\"222\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-16260d3f4af\" wfd-id=\"223\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16229915e1a\" style=\"\" wfd-id=\"231\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"233\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"234\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16260d5e4b8\" wfd-id=\"236\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"235\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16229915e4e\" style=\"\" wfd-id=\"224\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"226\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"230\"><h5>Shawn Mattews, 35</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"227\"><h6 class=\"\">project manager</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"213\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"215\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"216\"><p data-css=\"tve-u-162539c17ec\">Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo. Nullam ac urna eu felis.Sed non neque elit. Sed ut imperdiet nisi. Proin condimentum</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1621b30ca74\" wfd-id=\"209\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-1621f15b521\" wfd-id=\"210\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621b3c8c52\" wfd-id=\"93\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621b3cfc7b\" wfd-id=\"204\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621b3c74d9\" wfd-id=\"94\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621e7b695a\" wfd-id=\"201\"><h2 data-css=\"tve-u-1621e7a7350\" style=\"text-align: center;\">our offers</h2></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621e7c899a\" wfd-id=\"95\"><div class=\"tcb-flex-row tcb--cols--3 tcb-medium-wrap v-2\" data-css=\"tve-u-1621e7c7aa1\" wfd-id=\"96\"><div class=\"tcb-flex-col\" wfd-id=\"163\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16223fc9f23\" wfd-id=\"165\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e7ceab3\" style=\"\" wfd-id=\"166\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16416e4fafd\" wfd-id=\"200\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e7d5094\" wfd-id=\"167\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e7e9950\" data-value-type=\"percent\" style=\"\" wfd-id=\"196\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e7edfd9\" data-clip-id=\"10ffac3b28f1d\" wfd-id=\"199\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-10ffac3b28f1d\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-10ffac3b28f1d\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e7e6c1d\" wfd-id=\"197\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-16417b4cb9e\" wfd-id=\"198\"><h4 data-css=\"tve-u-1621fe1a1af\" style=\"text-align: center;\"><strong>Basic Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ec6c39b\" data-float=\"1\" wfd-id=\"192\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e81f424\" wfd-id=\"195\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec752da\" wfd-id=\"193\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"194\"><h4 data-css=\"tve-u-1621fe1bd18\" style=\"text-align: center;\"><strong>15$</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621ea50702\" wfd-id=\"168\"><ul class=\"tcb-styled-list\" wfd-id=\"169\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec3a5c0\" wfd-id=\"188\"><div class=\"tcb-styled-list-icon\" wfd-id=\"190\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec204df\" wfd-id=\"191\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec241aa\" wfd-id=\"189\">Interior vacuum</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"184\"><div class=\"tcb-styled-list-icon\" wfd-id=\"186\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec20f68\" wfd-id=\"187\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec2704c\" wfd-id=\"185\">Dust &amp;dash console</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec42aa7\" wfd-id=\"178\"><div class=\"tcb-styled-list-icon\" wfd-id=\"182\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec21a31\" wfd-id=\"183\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec298ab\" wfd-id=\"179\">Hand towel dry</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec43fe2\" wfd-id=\"174\"><div class=\"tcb-styled-list-icon\" wfd-id=\"176\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ea1fba7\" wfd-id=\"177\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea23322\" wfd-id=\"175\">Clean windows</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec454d9\" wfd-id=\"170\"><div class=\"tcb-styled-list-icon\" wfd-id=\"172\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ea295c0\" wfd-id=\"173\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea2c69a\" wfd-id=\"171\">Soft cloth wash</span></li></ul></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"130\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"132\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621eb81205\" style=\"\" wfd-id=\"133\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16416e603ab\" wfd-id=\"162\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621eb7ccb0\" wfd-id=\"134\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ebbbb6d\" data-value-type=\"percent\" wfd-id=\"158\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eaaedd8\" data-clip-id=\"a2b9cf3198d6f\" wfd-id=\"161\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-a2b9cf3198d6f\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-a2b9cf3198d6f\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec7f21a\" wfd-id=\"159\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e930bd7\" wfd-id=\"160\"><h4 data-css=\"tve-u-1621e92e97f\" style=\"text-align: center;\"><strong>Ultimate Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ec78d2c\" data-float=\"1\" wfd-id=\"154\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eab272c\" wfd-id=\"157\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec79a7d\" wfd-id=\"155\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"156\"><h4 data-css=\"tve-u-1621e942b65\" style=\"text-align: center;\"><strong>22 $</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621ebfa746\" wfd-id=\"151\"><p data-css=\"tve-u-1621f4ceaf6\" style=\"text-align: center;\">Includes basic service <span data-css=\"tve-u-1621f4ceaf7\" style=\"color: rgb(15, 29, 123);\" wfd-id=\"152\"><strong class=\"\"><span data-css=\"tve-u-1621f4ceafb\" wfd-id=\"153\">+</span></strong></span></p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621ebf340c\" wfd-id=\"135\"><ul class=\"tcb-styled-list\" wfd-id=\"136\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-164137a0b1f\" wfd-id=\"145\"><div class=\"tcb-styled-list-icon\" wfd-id=\"149\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec0c5bd\" wfd-id=\"150\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ebfe4ce\" wfd-id=\"146\">Triple foam conditiner</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec04541\" wfd-id=\"141\"><div class=\"tcb-styled-list-icon\" wfd-id=\"143\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec09a3c\" wfd-id=\"144\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ebff867\" wfd-id=\"142\">Tire dressing</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec05cc3\" wfd-id=\"137\"><div class=\"tcb-styled-list-icon\" wfd-id=\"139\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec15f6e\" wfd-id=\"140\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec009a8\" wfd-id=\"138\">Air freshner</span></li></ul></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"97\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16223dad661\" wfd-id=\"99\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621fd9c946\" style=\"\" wfd-id=\"100\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e7d234c\" wfd-id=\"129\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621fd84d7b\" wfd-id=\"101\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16223b080b0\" data-value-type=\"percent\" wfd-id=\"123\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eb3eb9f\" data-clip-id=\"ac98bb0e54b3b\" wfd-id=\"128\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621fd8766c\" wfd-id=\"124\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e930bd7\" wfd-id=\"125\"><h4 data-css=\"tve-u-1621fe1587d\" style=\"text-align: center;\"><strong>Supreme Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e8107f3\" wfd-id=\"119\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eb43d8d\" wfd-id=\"122\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e819c52\" wfd-id=\"120\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"121\"><h4 data-css=\"tve-u-1621fe1725e\" style=\"text-align: center;\"><strong>30 $</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621eb037bb\" wfd-id=\"116\"><p data-css=\"tve-u-1621f4d0451\" style=\"text-align: center;\">Includes ultimate service <span data-css=\"tve-u-1621eaff572\" style=\"color: rgb(15, 29, 123);\" wfd-id=\"117\"><strong class=\"\"><span data-css=\"tve-u-1621eb01b60\" wfd-id=\"118\">+</span></strong></span></p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621eacf6af\" wfd-id=\"102\"><ul class=\"tcb-styled-list\" wfd-id=\"103\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec36a4d\" wfd-id=\"112\"><div class=\"tcb-styled-list-icon\" wfd-id=\"114\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e9993aa\" wfd-id=\"115\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea1a5d7\" wfd-id=\"113\">Exterior trim dressing</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"108\"><div class=\"tcb-styled-list-icon\" wfd-id=\"110\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e99b1db\" wfd-id=\"111\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea19a06\" wfd-id=\"109\">Hand applied spray wax</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec37ea5\" wfd-id=\"104\"><div class=\"tcb-styled-list-icon\" wfd-id=\"106\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e99c314\" wfd-id=\"107\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea18c5d\" wfd-id=\"105\">Interior conditioner</span></li></ul></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621efddaaf\" wfd-id=\"49\">\n<div class=\"tve-page-section-out\" wfd-id=\"92\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621edf8048\" wfd-id=\"50\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621f114214\" wfd-id=\"51\"><div class=\"tcb-flex-row tcb-mobile-edit tcb--cols--2\" data-css=\"tve-u-1621ee03000\" wfd-id=\"52\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621ee4be21\" style=\"\" wfd-id=\"58\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ee093d4\" wfd-id=\"60\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ee3afec\" wfd-id=\"61\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621ee58e74\" wfd-id=\"91\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ee37f4a\" wfd-id=\"62\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1621ee74a24\" wfd-id=\"90\"><svg class=\"tcb-icon\" viewBox=\"0 0 16 28\" data-name=\"map-marker\">\n<path d=\"M12 10c0-2.203-1.797-4-4-4s-4 1.797-4 4 1.797 4 4 4 4-1.797 4-4zM16 10c0 0.953-0.109 1.937-0.516 2.797l-5.688 12.094c-0.328 0.688-1.047 1.109-1.797 1.109s-1.469-0.422-1.781-1.109l-5.703-12.094c-0.406-0.859-0.516-1.844-0.516-2.797 0-4.422 3.578-8 8-8s8 3.578 8 8z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621ee63e1c\" wfd-id=\"87\"><h2 data-css=\"tve-u-1621fdcb4ea\" style=\"text-align: center;\">contact us</h2></div><div class=\"thrv_wrapper thrv-contact-form\" data-ct=\"contact_form-21969\" data-css=\"tve-u-1695d7c4d62\" wfd-id=\"65\">\n	<form action=\"\" method=\"post\" novalidate=\"\" sourceindex=\"1156\" wfd-id=\"66\">\n		<div class=\"tve-cf-item-wrapper\" wfd-id=\"70\">\n			<div class=\"tve-cf-item\" data-css=\"tve-u-1695d7d2659\" wfd-id=\"83\">\n				<div class=\"thrv-cf-input-wrapper\" data-type=\"first_name\" wfd-id=\"84\">\n					<label class=\"tve-cf-item-required-mark\" wfd-id=\"86\">First Name</label>\n					<div class=\"tve-cf-input\" data-css=\"tve-u-1695d7e44c1\" wfd-id=\"85\">\n						<input placeholder=\"John\" data-placeholder=\"John\" type=\"text\" name=\"first_name\" required=\"required\" sourceindex=\"1157\" wfd-id=\"500\">\n					</div>\n				</div>\n			</div>\n			<div class=\"tve-cf-item\" data-css=\"tve-u-1695d7d2659\" wfd-id=\"79\">\n				<div class=\"thrv-cf-input-wrapper\" data-type=\"email\" wfd-id=\"80\">\n					<label class=\"tve-cf-item-required-mark\" wfd-id=\"82\">Email Address</label>\n					<div class=\"tve-cf-input\" data-css=\"tve-u-1695d7e44c1\" wfd-id=\"81\">\n						<input placeholder=\"j.doe@inbox.com\" data-placeholder=\"j.doe@inbox.com\" type=\"email\" name=\"email\" required=\"required\" sourceindex=\"1158\" wfd-id=\"499\">\n					</div>\n				</div>\n			</div>\n			<div class=\"tve-cf-item\" data-css=\"tve-u-1695d7d2659\" wfd-id=\"75\">\n	<div class=\"thrv-cf-input-wrapper\" data-type=\"phone\" wfd-id=\"76\">\n		<label class=\"\" wfd-id=\"78\">Phone Number</label>\n		<div class=\"tve-cf-input\" data-css=\"tve-u-1695d7e44c1\" wfd-id=\"77\">\n			<input placeholder=\"1- 555-555-2368\" type=\"tel\" name=\"phone\" data-placeholder=\"1- 555-555-2368\" wfd-id=\"498\">\n		</div>\n	</div>\n</div>\n		<div class=\"tve-cf-item tcb-excluded-from-group-item\" data-css=\"tve-u-1695d7d93a4\" wfd-id=\"71\">\n				<div class=\"thrv-cf-input-wrapper\" data-type=\"message\" wfd-id=\"72\">\n					<label class=\"tve-cf-item-required-mark\" wfd-id=\"74\">Message</label>\n					<div class=\"tve-cf-input\" data-css=\"tve-u-1695d7e44c1\" wfd-id=\"73\">\n						<textarea placeholder=\"Type your message here...\" data-placeholder=\"Type your message here...\" name=\"message\" required=\"required\" sourceindex=\"1159\" wfd-id=\"502\"></textarea>\n					</div>\n				</div>\n			</div></div>\n		<div class=\"tve-cf-submit\" data-css=\"tve-u-1695d7e0325\" data-tcb_hover_state_parent=\"\" data-button-style=\"ghost\" wfd-id=\"67\">\n			<button class=\"tve_btn_txt\" type=\"submit\" sourceindex=\"1160\" wfd-id=\"515\">Send message</button>\n		</div>\n	<input type=\"hidden\" name=\"config\" value=\"YTozOntzOjE0OiJlcnJvcl9tZXNzYWdlcyI7YTo0OntzOjU6ImVtYWlsIjtzOjIxOiJFbWFpbCBhZGRyZXNzIGludmFsaWQiO3M6NToicGhvbmUiO3M6MjA6IlBob25lIG51bWJlciBpbnZhbGlkIjtzOjM6InVybCI7czoxMToiVVJMIGludmFsaWQiO3M6ODoicmVxdWlyZWQiO3M6MjA6IlJlcXVpcmVkIGZpZWxkIGVtcHR5Ijt9czo4OiJ0b19lbWFpbCI7YToyOntzOjI6InRvIjtzOjI5OiJhZG1pbkBiZXN0Y2VyYWtvdGVmbG9yaWRhLmNvbSI7czo3OiJzdWJqZWN0IjtzOjE4OiJOZXcgbWVzc2FnZSBmcm9tOiAiO31zOjY6InN1Ym1pdCI7YToxMDp7czo2OiJhY3Rpb24iO3M6NjoicmVsb2FkIjtzOjIzOiJzZW5kX2NvbmZpcm1hdGlvbl9lbWFpbCI7YjowO3M6MTk6InNlbmRlcl9wZXJzb25hbGl6ZWQiO2I6MDtzOjIwOiJjb25maXJtYXRpb25fc3ViamVjdCI7czozNjoiQ29udGFjdCBGb3JtIHN1Ym1pc3Npb24gY29uZmlybWF0aW9uIjtzOjIwOiJjb25maXJtYXRpb25fbWVzc2FnZSI7czoxMzk6IkhlbGxvLCAKClRoYW5rcyBmb3IgY29udGFjdGluZyB1cy4gV2UnbGwgZ2V0IGJhY2sgdG8geW91IGFzIHNvb24gYXMgcG9zc2libGUgd2l0aCB0aGUgaW5mb3JtYXRpb24geW91IG5lZWQuIAoKQmVzdCByZWdhcmRzLApbd3Bfc2l0ZV90aXRsZV0iO3M6OToiZnJvbV9uYW1lIjtzOjI4OiJUaGUgQmVzdCBDZXJha290ZSBJbiBGbG9yaWRhIjtzOjEwOiJmcm9tX2VtYWlsIjtzOjI5OiJhZG1pbkBiZXN0Y2VyYWtvdGVmbG9yaWRhLmNvbSI7czo4OiJyZXBseV90byI7czoyOToiYWRtaW5AYmVzdGNlcmFrb3RlZmxvcmlkYS5jb20iO3M6MzoidXJsIjtzOjA6IiI7czoxMjoibm90aWZpY2F0aW9uIjtzOjM4OiJZb3VyIG1lc3NhZ2UgaGFzIGJlZW4gc2VudCwgdGhhbmsgeW91ISI7fX0=\" wfd-id=\"497\"></form>\n</div><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_slide_left\" data-css=\"tve-u-1621ef118dc\" style=\"\" wfd-id=\"63\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"64\"><img class=\"tve_image tve_evt_manager_listen tve_et_tve-viewport wp-image-282\" alt=\"Cerakote Certified Logo\" width=\"2148\" height=\"1968\" title=\"Cerakote Certified Logo\" data-id=\"282\" src=\"https://bestcerakoteflorida.com/wp-content/uploads/2018/09/CertifiedLogo.png\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_left&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" style=\"width: 100%;\"></span></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621ee4be73\" style=\"\" wfd-id=\"53\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ee22c43\" wfd-id=\"55\"><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-1621ee18a1c\" wfd-id=\"57\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=825 South Kings Highway, Fort Pierce&amp;t=m&amp;z=11&amp;output=embed&amp;iwloc=near\"></iframe>\n</div><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-1621ee18a1c\" wfd-id=\"56\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=davie, Florida 33317&amp;t=m&amp;z=11&amp;output=embed&amp;iwloc=near\"></iframe>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621f0aa8f7\" wfd-id=\"28\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621f0ada0e\" wfd-id=\"48\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621f0b0088\" wfd-id=\"29\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621f0d2c1a\" wfd-id=\"30\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-1621f0cbe40\" wfd-id=\"31\"><div class=\"tcb-flex-col\" wfd-id=\"40\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"42\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621f0da775\" wfd-id=\"43\"><p data-css=\"tve-u-1622444fb11\">Â© 2018, Your company name . All rights reserved.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"32\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"34\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16223fe5f5b\" wfd-id=\"35\"><p data-css=\"tve-u-1621f0d874c\" style=\"text-align: right;\">Made with <a href=\"https://thrivethemes.com/\" target=\"_blank\">Thrive Architect</a></p></div></div></div></div></div></div>\n</div>\n\n'),(6947,575,'tve_revision_tve_content_more_found',''),(6948,575,'tve_revision_tve_save_post',''),(6949,575,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Merriweather:400,700&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Special+Elite:400&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Poppins:400,800,900,300,700,&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Monda:400,700,&subset=latin\");@media (min-width: 300px){.tcb-plain-text { font-family: Monda; font-weight: 400; font-size: 14px; }#tve_editor [data-css=\"tve-u-1621b072b4e\"] p, #tve_editor [data-css=\"tve-u-1621b072b4e\"] li, #tve_editor [data-css=\"tve-u-1621b072b4e\"] blockquote, #tve_editor [data-css=\"tve-u-1621b072b4e\"] address, #tve_editor [data-css=\"tve-u-1621b072b4e\"] .tcb-plain-text, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h1, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h2, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h3, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h4, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h5, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h6 { color: rgb(18, 18, 18); }[data-css=\"tve-u-1621fe78878\"] .tcb-flex-col { flex-basis: 160px !important; }[data-css=\"tve-u-16417b70f47\"] { padding: 0px !important; margin: 0px !important; }#tve_editor [data-css=\"tve-u-1621fdcb4ea\"] { color: rgb(15, 29, 123) !important; }#tve_editor [data-css=\"tve-u-1641367127b\"] > :first-child { color: rgb(15, 29, 123); }[data-css=\"tve-u-1641367127b\"] { font-size: 60px; float: none; box-shadow: none; position: relative; z-index: 5; margin: 0px auto !important; }#tve_editor [data-css=\"tve-u-1641333d7d1\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-162717cb617\"] > .tcb-flex-col { padding-left: 0px; }#tve_editor [data-css=\"tve-u-16413112747\"] { color: rgba(255, 255, 255, 0.85) !important; }[data-css=\"tve-u-16369305186\"] > .tve-cb { display: block; }#tve_editor [data-css=\"tve-u-162717cb609\"] p, #tve_editor [data-css=\"tve-u-162717cb609\"] li, #tve_editor [data-css=\"tve-u-162717cb609\"] blockquote, #tve_editor [data-css=\"tve-u-162717cb609\"] address, #tve_editor [data-css=\"tve-u-162717cb609\"] h1, #tve_editor [data-css=\"tve-u-162717cb609\"] h2, #tve_editor [data-css=\"tve-u-162717cb609\"] h3, #tve_editor [data-css=\"tve-u-162717cb609\"] h4, #tve_editor [data-css=\"tve-u-162717cb609\"] h5, #tve_editor [data-css=\"tve-u-162717cb609\"] h6 { color: rgb(255, 255, 255); }[data-css=\"tve-u-16369305186\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-162717cb621\"] .tve-page-section-in { display: flex; justify-content: center; flex-direction: column; }[data-css=\"tve-u-162717fcf9d\"] .tve-page-section-in { display: block; }[data-css=\"tve-u-1628a146aef\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1628a12f675\"] { padding: 0px !important; margin: 0px 0px 60px !important; }[data-css=\"tve-u-1628a10d3b4\"] { max-width: 100%; padding: 0px !important; margin: 0px 0px 60px !important; }[data-css=\"tve-u-16271ca808e\"] { color: rgb(0, 229, 255) !important; }#tve_editor [data-css=\"tve-u-162717cb618\"] p, #tve_editor [data-css=\"tve-u-162717cb618\"] li, #tve_editor [data-css=\"tve-u-162717cb618\"] blockquote, #tve_editor [data-css=\"tve-u-162717cb618\"] address, #tve_editor [data-css=\"tve-u-162717cb618\"] h1, #tve_editor [data-css=\"tve-u-162717cb618\"] h2, #tve_editor [data-css=\"tve-u-162717cb618\"] h3, #tve_editor [data-css=\"tve-u-162717cb618\"] h4, #tve_editor [data-css=\"tve-u-162717cb618\"] h5, #tve_editor [data-css=\"tve-u-162717cb618\"] h6 { color: rgb(0, 229, 255); }[data-css=\"tve-u-162718bd0c0\"] { clip-path: url(\"#clip-top-a3b25e1c9221a\"); -webkit-clip-path: url(\"#clip-top-a3b25e1c9221a\");  background-image: none !important; opacity: 1; filter: grayscale(0%) blur(0px); }[data-css=\"tve-u-162718a3b40\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-162717fcf9d\"] { z-index: 5; padding: 170px 40px 0px !important; margin-top: -80px !important; }[data-css=\"tve-u-16260cd622f\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-16260cd7683\"]::after { clear: both; }[data-css=\"tve-u-16260cd622f\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin-top: 0px !important; margin-bottom: -1px !important; }[data-css=\"tve-u-16260be7104\"] { max-width: 1200px; }[data-css=\"tve-u-16260ba2fa4\"] { padding: 100px 40px !important; }[data-css=\"tve-u-162539c17ec\"] { line-height: 1.6em !important; }#tve_editor [data-css=\"tve-u-162493b6b63\"]:hover { background-color: rgb(248, 249, 251) !important; }#tve_editor [data-css=\"tve-u-1624939a960\"]:hover { background-color: rgb(248, 249, 251) !important; background-image: none !important; }#tve_editor [data-css=\"tve-u-162492e70ad\"] { color: rgb(137, 141, 167) !important; }[data-css=\"tve-u-162492815ba\"] { padding: 0px !important; margin-top: 25px !important; }[data-css=\"tve-u-162491e8e1f\"]::after { clear: both; }[data-css=\"tve-u-1622f65ba70\"] { border: none; background-image: none !important; padding: 0px 30px 30px !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-1622a159bcb\"] { max-width: 100%; float: none; z-index: 6; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; margin-top: 0px !important; }[data-css=\"tve-u-16229915e4e\"] { max-width: 62.8%; }[data-css=\"tve-u-16229915e1a\"] { max-width: 37.2%; }[data-css=\"tve-u-16225617da3\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-Brett.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16225611edb\"] { min-height: 127px; }[data-css=\"tve-u-1622561121b\"] { max-width: 127px; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-16224848ee5\"]::after { clear: both; }[data-css=\"tve-u-16224834cab\"]::after { clear: both; }[data-css=\"tve-u-1621ee3afec\"] > .tve-cb { display: block; }[data-css=\"tve-u-1621fe78878\"] > .tcb-flex-col { padding-left: 5px; }[data-css=\"tve-u-1621fe940b9\"] { max-width: 50%; }[data-css=\"tve-u-1621fe94086\"] { max-width: 50%; }[data-css=\"tve-u-1621fe85996\"] { max-width: 585px; float: left; z-index: 3; position: relative; width: 100%; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621fe78878\"] > .tcb-flex-col > .tcb-col { min-height: 65px; justify-content: center; }[data-css=\"tve-u-1621fe78878\"] { min-height: inherit; margin-left: -5px; padding: 0px !important; flex-wrap: wrap !important; }#tve_editor [data-css=\"tve-u-1621f4d0451\"] { font-size: 20px !important; }#tve_editor [data-css=\"tve-u-1621f4ceaf6\"] { font-size: 20px !important; color: rgb(12, 12, 12) !important; }[data-css=\"tve-u-1621f45bed3\"] { padding: 0px !important; }[data-css=\"tve-u-1621f114214\"] { float: none; max-width: 100%; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621f0da775\"] { padding: 0px !important; }#tve_editor [data-css=\"tve-u-1621f0d874c\"] { letter-spacing: 1px; color: rgb(137, 141, 167) !important; font-size: 14px !important; }[data-css=\"tve-u-1621f0d2c1a\"] { max-width: 100%; margin-left: 60px !important; margin-right: 60px !important; }[data-css=\"tve-u-1621f0aa8f7\"] .tve-page-section-in { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621f0cbe40\"] { margin-left: 0px; padding: 0px !important; }[data-css=\"tve-u-1621f0cbe40\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-1621f0b0088\"] { max-width: 100%; min-height: 140px !important; }[data-css=\"tve-u-1621f0ada0e\"] { background-image: linear-gradient(rgb(22, 22, 24), rgb(22, 22, 24)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1621f0aa8f7\"] { padding: 0px !important; }[data-css=\"tve-u-1621efddaaf\"] { padding: 0px !important; }[data-css=\"tve-u-1621ef118dc\"] { width: 191px; position: relative; right: -50px; top: 0px; float: none; z-index: 3; margin: 0px auto !important; padding-left: 0px !important; left: 10px; }#tve_editor [data-css=\"tve-u-1621ee74a24\"] > :first-child { color: rgb(255, 255, 255); }[data-css=\"tve-u-1621ee74a24\"] { font-size: 60px; float: none; z-index: 3; position: relative; margin: 0px auto 10px !important; padding-top: 0px !important; box-shadow: none; }[data-css=\"tve-u-1621ee63e1c\"] { float: none; z-index: 3; position: relative; max-width: none; width: 100%; padding: 0px !important; margin: 0px auto 30px !important; }[data-css=\"tve-u-1621ee58e74\"] { background-color: rgb(224, 226, 236) !important; border-right: 2px dotted rgb(0, 0, 0) !important; }[data-css=\"tve-u-1621ee3afec\"] { padding: 60px 10px 0px 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621ee37f4a\"] { min-height: 380px; }[data-css=\"tve-u-1621ee22c43\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding-top: 0px !important; padding-left: 0px !important; }[data-css=\"tve-u-1621ee18a1c\"] { margin: 20px 20px 0px !important; box-shadow: none; }[data-css=\"tve-u-1621ee093d4\"] { margin-top: 0px !important; }[data-css=\"tve-u-1621ee03000\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1621ee03000\"] { margin-left: 0px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-1621ee03000\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-1621edf8048\"] { max-width: 100%; min-height: 1px !important; }[data-css=\"tve-u-1621ec454d9\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec43fe2\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec42aa7\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec3a5c0\"] { margin-top: 0px !important; margin-bottom: 10px !important; }[data-css=\"tve-u-1621ec37ea5\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec36a4d\"] { margin-bottom: 10px !important; }[data-css=\"tve-u-1621ea18c5d\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ea19a06\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ea1a5d7\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ea2c69a\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ea23322\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ec298ab\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ec2704c\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ec241aa\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ec05cc3\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec04541\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec009a8\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ebff867\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ebfe4ce\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621eb037bb\"] { padding: 0px !important; margin-top: 0px !important; margin-bottom: 30px !important; }[data-css=\"tve-u-1621eaff572\"] { color: rgb(15, 29, 123) !important; }[data-css=\"tve-u-1621ea50702\"] { max-width: 230px; float: none; z-index: 3; position: relative; width: 100%; padding: 0px !important; margin: 0px auto !important; }#tve_editor [data-css=\"tve-u-1621ea2c69a\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ea295c0\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ea295c0\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ea1fba7\"] > :first-child { color: rgb(137, 141, 167); }#tve_editor [data-css=\"tve-u-1621ea23322\"] { font-size: 16px !important; }[data-css=\"tve-u-1621ea1fba7\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }[data-css=\"tve-u-1621e99c314\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }[data-css=\"tve-u-1621e99b1db\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }[data-css=\"tve-u-1621e9993aa\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ea1a5d7\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ea19a06\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ea18c5d\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621e99c314\"] > :first-child { color: rgb(137, 141, 167); }#tve_editor [data-css=\"tve-u-1621e99b1db\"] > :first-child { color: rgb(137, 141, 167); }#tve_editor [data-css=\"tve-u-1621e9993aa\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621e8107f3\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621e942b65\"] strong { font-weight: 800; }[data-css=\"tve-u-1621e7e9950\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621e930bd7\"] { padding: 0px 0px 50px !important; }#tve_editor [data-css=\"tve-u-1621e92e97f\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1621e81f424\"] { border-radius: 200px; overflow: hidden; background-image: none !important; border: 3px solid rgb(255, 255, 255) !important; background-color: rgb(144, 147, 168) !important; }[data-css=\"tve-u-1621e819c52\"] { min-height: 110px; }[data-css=\"tve-u-1621e8107f3\"] { float: none; max-width: 110px; z-index: 4; padding: 0px !important; margin: -60px auto 30px !important; }[data-css=\"tve-u-1621e7edfd9\"] { clip-path: url(\"#clip-bottom-10ffac3b28f1d\"); -webkit-clip-path: url(\"#clip-bottom-10ffac3b28f1d\");  background-image: none !important; background-color: rgb(144, 147, 168) !important; }[data-css=\"tve-u-1621e7e9950\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1621e7e6c1d\"] { min-height: 150px; }[data-css=\"tve-u-1621e7c7aa1\"] > .tcb-flex-col { padding-left: 60px; }[data-css=\"tve-u-1621e7d5094\"] { min-height: 480px; }[data-css=\"tve-u-1621e7d234c\"] { box-shadow: rgba(0, 0, 0, 0.02) 0px 2px 22px 0px; background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1621e7ceab3\"] { float: none; width: 100%; padding: 0px 0px 20px !important; margin: 0px auto !important; }[data-css=\"tve-u-1621e7c899a\"] { float: none; max-width: 100%; margin: 0px auto !important; }[data-css=\"tve-u-1621e7c7aa1\"] { margin-left: -60px; padding: 0px !important; }[data-css=\"tve-u-1621e7b695a\"] { padding: 0px !important; margin-bottom: 100px !important; }#tve_editor [data-css=\"tve-u-1621e7a7350\"] { color: rgb(15, 29, 123) !important; }[data-css=\"tve-u-1621b3cfc7b\"] { filter: blur(0px); opacity: 1; background-image: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(220, 224, 246) 38%) !important; background-color: rgb(212, 212, 212) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1621b3c8c52\"] { padding: 100px 40px !important; }[data-css=\"tve-u-1621b3c74d9\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-1621b300a64\"]::after { clear: both; }[data-css=\"tve-u-1621b24a89d\"] { padding: 0px !important; }[data-css=\"tve-u-1621b22a018\"] { background-image: none !important; padding: 0px !important; }[data-css=\"tve-u-1621b200375\"] { float: none; max-width: 100%; border-left: 1px solid rgba(15, 29, 123, 0.7); border-right: 1px solid rgba(15, 29, 123, 0.7); background-color: rgb(248, 249, 251) !important; margin: 0px auto !important; }[data-css=\"tve-u-1621b10fccf\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621b0e4fb7\"] { border-right: none; max-width: 100%; padding: 0px !important; margin-bottom: 40px !important; margin-right: 0px !important; }[data-css=\"tve-u-1621b072b4e\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-1621b064668\"] { max-width: 52%; }[data-css=\"tve-u-1621b064646\"] { max-width: 48%; }[data-css=\"tve-u-1621afda4fa\"] { max-width: none; padding: 0px !important; margin-bottom: 40px !important; }#tve_editor [data-css=\"tve-u-1621afd8c98\"] { color: rgb(255, 255, 255) !important; font-size: 20px !important; }[data-css=\"tve-u-1621afceb00\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 80%; padding: 0px !important; margin-bottom: 50px !important; }#tve_editor [data-css=\"tve-u-1621afcc0bf\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1621a8a804b\"] > .tcb-flex-col { padding-left: 60px; }[data-css=\"tve-u-1621ae6c8da\"] { clip-path: url(\"#clip-top-aa2c3e3c70555\"); -webkit-clip-path: url(\"#clip-top-aa2c3e3c70555\");  background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-Cta-2.jpg\") !important; background-size: cover !important; background-position: 0% 100% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1621ae4fd21\"] { max-width: 100%; top: -70px; z-index: 5; left: -60px; position: relative !important; padding: 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-1621ae4db6e\"] { min-height: 524px; }[data-css=\"tve-u-1621ada1e7f\"] .tve-page-section-in { display: flex; flex-direction: column; justify-content: center; }[data-css=\"tve-u-1621adea58b\"] > .tcb-flex-col > .tcb-col { min-height: 1px; justify-content: center; }[data-css=\"tve-u-1621ae0bec7\"] { height: calc(100% - -22px); background-image: linear-gradient(rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.14)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; margin-left: 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621adea58b\"] > .tcb-flex-col { padding-left: 50px; }[data-css=\"tve-u-1621adea58b\"] { margin-left: -50px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-1621ade6172\"] { max-width: 100%; float: none; width: 100%; margin: 0px auto !important; }[data-css=\"tve-u-1621adba9ef\"] { clip-path: url(\"#clip-top-52d5a36c151aa\"); -webkit-clip-path: url(\"#clip-top-52d5a36c151aa\");  background-image: linear-gradient(rgba(15, 29, 123, 0.65), rgba(15, 29, 123, 0.65)), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-cta-bg.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-1621ada1e7f\"] { padding: 0px 40px !important; }[data-css=\"tve-u-1621ad46076\"] { padding: 100px 40px !important; margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1621ad420c4\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-1621a9076ef\"] { padding-top: 2px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-1621acf64fb\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621acf47d2\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1621acf0289\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621a8e11f3\"] { padding-top: 2px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-1621a8e5625\"] { padding-top: 2px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-1621ace4de9\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1621ace1b08\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1621a9a2867\"] strong { font-weight: 700; }#tve_editor [data-css=\"tve-u-1621a9a2867\"] { font-weight: 300; color: rgb(15, 29, 123) !important; font-family: Poppins !important; }[data-css=\"tve-u-1621a9750ae\"] { font-size: 13.6px !important; line-height: 13.6px !important; }[data-css=\"tve-u-1621a9a2867\"] { font-size: 48px !important; line-height: 48px !important; }[data-css=\"tve-u-1621a9a2866\"] { margin-top: 40px !important; }[data-css=\"tve-u-1621a9a2862\"] { width: 160px !important; height: 160px !important; background-color: rgb(137, 141, 167) !important; }[data-css=\"tve-u-1621a98b602\"] { stroke-dasharray: 502.655, 502.655; }[data-css=\"tve-u-1621a983587\"] { float: none; border: 30px solid rgba(137, 141, 167, 0.24); z-index: 3; position: relative; margin: 30px auto 0px !important; padding: 0px !important; }[data-css=\"tve-u-1621a9750ae\"] strong { font-weight: 700; }#tve_editor [data-css=\"tve-u-1621a9750ae\"] { color: rgb(255, 255, 255) !important; font-family: Monda !important; }[data-css=\"tve-u-1621a96b190\"] { background-color: rgb(231, 229, 229); width: 144px !important; height: 144px !important; top: 8px !important; bottom: 8px !important; left: 8px !important; right: 8px !important; }[data-css=\"tve-u-1621a9685d4\"] { stroke: rgb(248, 251, 253) !important; stroke-width: 17px !important; }[data-css=\"tve-u-1621a8a804b\"] > .tcb-flex-col > .tcb-col { min-height: 445px; justify-content: center; }[data-css=\"tve-u-1621a90a46f\"] { background-image: radial-gradient(rgba(255, 255, 255, 0.51) 16%, rgb(255, 255, 255) 73%), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-100-clean.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }#tve_editor [data-css=\"tve-u-1621a9076ef\"] > :first-child { color: rgb(15, 29, 123); }#tve_editor [data-css=\"tve-u-1621a8e5625\"] > :first-child { color: rgb(15, 29, 123); }#tve_editor [data-css=\"tve-u-1621a8e11f3\"] > :first-child { color: rgb(15, 29, 123); }[data-css=\"tve-u-1621a8c4313\"] { padding: 0px !important; margin-bottom: 60px !important; }[data-css=\"tve-u-1621a8b2488\"] { float: none; max-width: 100%; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621a8a804b\"] { min-height: inherit; margin-left: -60px; padding: 0px !important; }[data-css=\"tve-u-1621a2e0d5b\"] { line-height: 1em !important; }[data-css=\"tve-u-1621a2247ba\"] { max-width: 100%; float: none; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; }#tve_editor [data-css=\"tve-u-1620af7eb3f\"] .tcb-button-link { font-size: 18px; color: rgb(15, 29, 123) !important; }#tve_editor [data-css=\"tve-u-1620af7eb3f\"]:hover strong { font-weight: 700 !important; }[data-css=\"tve-u-1620af7eb3f\"] { width: 268px; float: left; z-index: 3; position: relative; display: block; max-width: 268px; margin-bottom: 0px !important; margin-top: 0px !important; margin-left: 3px !important; }#tve_editor [data-css=\"tve-u-1620af7eb3f\"]:hover .tcb-button-link { color: rgb(255, 255, 255) !important; border-radius: 200px !important; overflow: hidden !important; font-family: Monda !important; font-weight: 400 !important; text-shadow: none !important; background-image: none !important; background-color: rgb(15, 29, 123) !important; }[data-css=\"tve-u-1620af7eb3f\"] .tcb-button-link { border-radius: 200px; min-height: 54.7619px; font-size: 1.33333em; padding-top: 0px; padding-bottom: 0px; background-image: none !important; background-color: rgb(255, 255, 255) !important; padding-right: 15px !important; }#tcb_landing_page a:not(.tcb-button-link).tve_state_hover { color: rgb(35, 55, 188); }#tcb_landing_page a:not(.tcb-button-link):hover { color: rgb(35, 55, 188); }#tcb_landing_page a:not(.tcb-button-link) { color: rgb(255, 255, 255); }#tcb_landing_page input strong { font-weight: 700; }#tcb_landing_page .tcb-button-link strong { font-weight: 700; }#tcb_landing_page p strong, #tcb_landing_page li strong { font-weight: 700; }#tcb_landing_page input { font-family: Merriweather; font-weight: 400; }#tcb_landing_page .tcb-button-link { font-family: Merriweather; font-weight: 400; }#tcb_landing_page p, #tcb_landing_page li { color: rgb(12, 12, 12); font-family: Merriweather; font-weight: 400; line-height: 1.5em; font-size: 16px; }#tcb_landing_page h6 { text-transform: uppercase; font-size: 14px; color: rgb(0, 0, 0); font-family: \"Special Elite\"; font-weight: 400; letter-spacing: 1px; line-height: 1.3em; }#tcb_landing_page h5 { font-size: 22px; color: rgb(12, 12, 12); font-family: \"Special Elite\"; font-weight: 400; line-height: 1.3em; }#tcb_landing_page h4 { font-size: 24px; color: rgb(12, 12, 12); font-family: \"Special Elite\"; font-weight: 400; line-height: 1.3em; }#tcb_landing_page h3 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(12, 12, 12); font-size: 26px; line-height: 1.3em; }#tcb_landing_page h2 { color: rgb(0, 0, 0); font-size: 30px; letter-spacing: 2px; text-transform: uppercase; line-height: 1.3em; font-family: \"Special Elite\"; font-weight: 400; }#tcb_landing_page h1 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(0, 0, 0); font-size: 42px; line-height: 1.3em; }[data-css=\"tve-u-15e09c94f7d\"] { background-color: rgb(231, 229, 229) !important; }[data-css=\"tve-u-1621b01355a\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621b01355a\"] { max-width: 274px; position: relative; float: left; z-index: 3; width: 100%; padding: 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-1621b028939\"] .tcb-button-link { font-size: 18px; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1621b028939\"]:hover strong { font-weight: 700 !important; }[data-css=\"tve-u-1621b028939\"] { display: block; max-width: 268px; width: 268px; top: 0px; left: 0px; float: left; z-index: 3; position: relative; margin-bottom: 0px !important; margin-top: 0px !important; }#tve_editor [data-css=\"tve-u-1621b028939\"]:hover .tcb-button-link { background-color: rgb(255, 255, 255) !important; color: rgb(15, 29, 123) !important; overflow: hidden !important; font-family: Monda !important; background-image: none !important; text-align: center !important; }[data-css=\"tve-u-1621b028939\"] .tcb-button-link { min-height: 54.7619px; font-size: 1.33333em; padding-top: 0px; padding-bottom: 0px; border: 1px solid rgb(255, 255, 255); border-radius: 30px; overflow: hidden; background-color: rgba(26, 188, 156, 0.01) !important; padding-right: 15px !important; color: rgb(26, 188, 156) !important; }[data-css=\"tve-u-1621b08fdde\"] { border-radius: 200px; overflow: hidden; border: 1px solid rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1621b01355a\"]:hover [data-css=\"tve-u-1621b08fdde\"] { border: 1px solid rgba(255, 255, 255, 0.4) !important; }[data-css=\"tve-u-1621b30ca74\"]::after { clear: both; }#tve_editor [data-css=\"tve-u-1621e942b65\"] { font-weight: 400; letter-spacing: 0px; color: rgb(255, 255, 255) !important; font-family: Poppins !important; font-size: 30px !important; }[data-css=\"tve-u-1621e94cb4e\"] { float: none; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621eaaedd8\"] { clip-path: url(\"#clip-bottom-a2b9cf3198d6f\"); -webkit-clip-path: url(\"#clip-bottom-a2b9cf3198d6f\");  background-image: none !important; background-color: rgb(5, 10, 42) !important; }[data-css=\"tve-u-1621eab272c\"] { border-radius: 200px; overflow: hidden; background-image: none !important; border: 3px solid rgb(255, 255, 255) !important; background-color: rgb(5, 10, 42) !important; }[data-css=\"tve-u-1621eacf6af\"] { max-width: 230px; float: none; z-index: 3; position: relative; padding: 0px !important; margin: 0px auto !important; }[data-css=\"tve-u-1621eb3eb9f\"] { clip-path: url(\"#clip-bottom-ac98bb0e54b3b\"); -webkit-clip-path: url(\"#clip-bottom-ac98bb0e54b3b\");  background-image: none !important; background-color: rgb(45, 51, 89) !important; }[data-css=\"tve-u-1621eb43d8d\"] { border-radius: 200px; overflow: hidden; background-image: none !important; border: 3px solid rgb(255, 255, 255) !important; background-color: rgb(45, 51, 89) !important; }[data-css=\"tve-u-1621eb7ccb0\"] { min-height: 530px; }[data-css=\"tve-u-1621eb81205\"] { padding: 0px 0px 20px !important; margin-top: -25px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621ebbbb6d\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621ebbbb6d\"] { max-width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1621ebf340c\"] { max-width: 230px; float: none; z-index: 3; position: relative; width: 100%; padding: 0px !important; margin: 0px auto !important; }[data-css=\"tve-u-1621ebfa746\"] { padding: 0px !important; margin-top: 0px !important; margin-bottom: 30px !important; }#tve_editor [data-css=\"tve-u-1621ebfe4ce\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ebff867\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ec009a8\"] { font-size: 16px !important; }[data-css=\"tve-u-1621ec09a3c\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; margin: 0px !important; }#tve_editor [data-css=\"tve-u-1621ec09a3c\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ec0c5bd\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; margin: 0px !important; }#tve_editor [data-css=\"tve-u-1621ec0c5bd\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ec15f6e\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ec15f6e\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ec204df\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ec204df\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ec20f68\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ec20f68\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ec21a31\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ec21a31\"] > :first-child { color: rgb(137, 141, 167); }#tve_editor [data-css=\"tve-u-1621ec241aa\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ec2704c\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ec298ab\"] { font-size: 16px !important; }[data-css=\"tve-u-1621ec6c39b\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621ec6c39b\"] { float: none; max-width: 110px; z-index: 4; padding: 0px !important; margin: -60px auto 30px !important; }[data-css=\"tve-u-1621ec752da\"] { min-height: 110px; }[data-css=\"tve-u-1621ec78d2c\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621ec78d2c\"] { float: none; max-width: 110px; z-index: 4; padding: 0px !important; margin: -60px auto 30px !important; }[data-css=\"tve-u-1621ec79a7d\"] { min-height: 110px; }[data-css=\"tve-u-1621ec7f21a\"] { min-height: 160px; }[data-css=\"tve-u-1621f154231\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-1621f154231\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin: 0px 0px -1px !important; }[data-css=\"tve-u-1621f15b521\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-1621f15b521\"] { float: right; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin-top: -1px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621f4ceaf7\"] { color: rgb(15, 29, 123) !important; }[data-css=\"tve-u-1621fb65556\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-1621fb65556\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-1621fb65556\"] { min-height: inherit; margin-left: -20px; padding: 0px !important; }[data-css=\"tve-u-1621fb68b97\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-1621fb68b97\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-1621fb68b97\"] { min-height: inherit; margin-left: -30px; padding: 30px !important; }[data-css=\"tve-u-1621fbacc60\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621fbcad8c\"] { padding: 0px !important; }[data-css=\"tve-u-1621fc0ce17\"] { padding: 0px !important; margin-bottom: 15px !important; }[data-css=\"tve-u-1621fd84d7b\"] { min-height: 480px; }[data-css=\"tve-u-1621fd8766c\"] { min-height: 150px; }[data-css=\"tve-u-1621fd9c946\"] { padding: 0px 0px 20px !important; margin-top: 0px !important; margin-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-1621fe1587d\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1621fe1725e\"] strong { font-weight: 800; }#tve_editor [data-css=\"tve-u-1621fe1725e\"] { font-weight: 400; letter-spacing: 0px; color: rgb(255, 255, 255) !important; font-family: Poppins !important; font-size: 30px !important; }#tve_editor [data-css=\"tve-u-1621fe1a1af\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1621fe1bd18\"] strong { font-weight: 800; }#tve_editor [data-css=\"tve-u-1621fe1bd18\"] { font-weight: 400; letter-spacing: 0px; color: rgb(255, 255, 255) !important; font-family: Poppins !important; font-size: 30px !important; }[data-css=\"tve-u-16223b080b0\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-16223b080b0\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-16223f02c16\"] { min-height: 62px; }[data-css=\"tve-u-16223fe5f5b\"] { padding: 0px !important; }[data-css=\"tve-u-16224439be1\"] { padding: 0px !important; }#tve_editor [data-css=\"tve-u-1622444fb11\"] { letter-spacing: 1px; color: rgb(137, 141, 167) !important; font-size: 14px !important; }#tve_editor [data-css=\"tve-u-16228c764b2\"] { font-size: 18px !important; }[data-css=\"tve-u-16229f6175c\"] { border: none; margin: 80px 0px 0px !important; background-image: none !important; }[data-css=\"tve-u-16229fa6a26\"] { border: none; box-shadow: none; padding: 0px 30px 30px !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-16229fa8c68\"] { border: none; padding: 0px 30px 30px !important; background-image: none !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col > .tcb-col { min-height: 244px; }[data-css=\"tve-u-16229ffbb7b\"] { margin-left: -30px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16248fc42a1\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-16248fc42a1\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-16248fc71c8\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-16249355087\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-16249355087\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-16249358652\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-16249358652\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-1624935a201\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-1624935a201\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-16249367114\"] { border: none; margin: 30px 0px 0px !important; background-image: none !important; }[data-css=\"tve-u-16249373b25\"] { border: none; padding: 0px 30px 30px !important; background-image: linear-gradient(rgb(248, 249, 251), rgb(248, 249, 251)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1624939a960\"] { border: none; box-shadow: none; padding: 0px 30px 30px !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-162493a03b0\"] > .tcb-flex-col > .tcb-col { min-height: 244px; }[data-css=\"tve-u-162493a03b0\"] { margin-left: -30px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-162493a03b0\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-162493b6b63\"] { border: none; background-image: none !important; padding: 0px 30px 30px !important; background-color: rgb(248, 249, 251) !important; }#tve_editor [data-css=\"tve-u-162493d5f13\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-162493d5f13\"] { font-size: 30px; width: 30px; height: 30px; top: 0px; left: 0px; display: block; position: static; z-index: 8; border-bottom: 1px solid rgb(10, 93, 165); border-top: none; border-right: none; border-left: none; border-image: initial; margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-162494b490e\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-162494b7ad0\"] { padding: 0px !important; margin-top: 25px !important; margin-left: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-1625389a3d5\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-1625389a3d5\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-1625389b4ed\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-1625389b4ed\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-162539ac577\"] { max-width: 39%; }[data-css=\"tve-u-162539ac57d\"] { max-width: 61%; }#tve_editor [data-css=\"tve-u-162539c17ec\"] { font-size: 16px !important; color: rgba(12, 12, 12, 0.7) !important; }[data-css=\"tve-u-16260c39a7e\"] { float: none; max-width: 100%; border-left: 1px solid rgba(15, 29, 123, 0.7); border-right: 1px solid rgba(15, 29, 123, 0.7); margin: 0px auto !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-16260c433e9\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-Rosie.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16260c5ff07\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-16260c5ff07\"] { float: right; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin: -1px 0px 0px !important; }[data-css=\"tve-u-16260c5ff0c\"]::after { clear: both; }[data-css=\"tve-u-16260d01208\"] { max-width: 37%; }[data-css=\"tve-u-16260d0120e\"] { max-width: 63%; }[data-css=\"tve-u-16260d39b83\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-16260d39b83\"] { float: right; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin-top: -1px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-16260d3b97e\"]::after { clear: both; }[data-css=\"tve-u-16260d3f4aa\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16260d3f4aa\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-16260d3f4aa\"] { min-height: inherit; margin-left: -30px; padding: 30px !important; }[data-css=\"tve-u-16260d3f4af\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-16260d3f4af\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-16260d3f4af\"] { min-height: inherit; margin-left: -20px; padding: 0px !important; }[data-css=\"tve-u-16260d5e4b8\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-Shawn.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16260d73672\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-16260d73672\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin-top: 0px !important; margin-bottom: -1px !important; }[data-css=\"tve-u-16260d8392c\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16260d8392c\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-16260d8392c\"] { min-height: inherit; margin-left: -30px; padding: 30px !important; }[data-css=\"tve-u-16260d8396c\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-16260d8396c\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-16260d8396c\"] { min-height: inherit; margin-left: -20px; padding: 0px !important; }[data-css=\"tve-u-16260da3aa7\"] { float: none; max-width: 100%; border-left: 1px solid rgba(15, 29, 123, 0.7); border-right: 1px solid rgba(15, 29, 123, 0.7); margin: 0px auto !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-162717cb600\"] { max-width: 58.2%; }[data-css=\"tve-u-162717cb601\"] { max-width: 41.8%; }[data-css=\"tve-u-162717cb609\"]::after { clear: both; }[data-css=\"tve-u-162717cb60a\"] { padding-right: 50px !important; padding-bottom: 80px !important; padding-top: 20px !important; }[data-css=\"tve-u-162717cb60b\"]::after { clear: both; }[data-css=\"tve-u-162717cb60b\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-162717cb60f\"] { padding: 0px !important; margin-bottom: 25px !important; }[data-css=\"tve-u-162717cb610\"] { padding: 0px !important; margin-bottom: 35px !important; box-shadow: none !important; }#tve_editor [data-css=\"tve-u-162717cb616\"] { text-shadow: rgb(0, 0, 0) 2px 2px 2px; text-transform: none !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-162717cb617\"] { margin-left: 0px; padding: 0px !important; }[data-css=\"tve-u-162717cb618\"] { max-width: none; margin-top: 0px !important; }[data-css=\"tve-u-162717cb620\"] { clip-path: url(\"#clip-bottom-c883ac5175045\"); -webkit-clip-path: url(\"#clip-bottom-c883ac5175045\");  opacity: 1; filter: grayscale(0%) blur(0px); background-image: linear-gradient(rgba(0, 0, 0, 0.46), rgba(0, 0, 0, 0.46)), url(\"https://bestcerakoteflorida.com/wp-content/uploads/2018/05/FTYS6743.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, fixed !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-162717cb609\"] { max-width: 1200px; min-height: 630px !important; }[data-css=\"tve-u-162717cb621\"] { z-index: 1; padding: 125px 40px 0px !important; margin-top: -130px !important; }[data-css=\"tve-u-162717d1bb6\"] { border-right: 1px solid rgba(255, 255, 255, 0.2); }[data-css=\"tve-u-162717d1bb7\"] { max-width: 23.7%; }[data-css=\"tve-u-162717d1bb9\"] { max-width: 42.9%; }[data-css=\"tve-u-162717d1bbc\"] { border-left: none; padding: 0px !important; }[data-css=\"tve-u-162717d1bbe\"] { border-bottom: 1px solid rgba(255, 255, 255, 0.2); float: none; width: 100%; position: relative; z-index: 10; max-width: 1600px; margin: 0px auto !important; }[data-css=\"tve-u-162717d1bbf\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-162717d1bbf\"] > .tcb-flex-col { padding-left: 17px; }[data-css=\"tve-u-162717d1bbf\"] { margin-left: -17px; min-height: inherit; padding: 5px 0px 0px 40px !important; }#tve_editor [data-css=\"tve-u-162717d1bbe\"] p, #tve_editor [data-css=\"tve-u-162717d1bbe\"] li, #tve_editor [data-css=\"tve-u-162717d1bbe\"] blockquote, #tve_editor [data-css=\"tve-u-162717d1bbe\"] address { font-size: 16px; }#tve_editor [data-css=\"tve-u-16271adf6cf\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-16271adf6cf\"] { font-size: 30px; width: 30px; height: 30px; top: 22px; left: 20px; border-bottom: 1px solid rgb(10, 93, 165); margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1641367e553\"] > :first-child { color: rgba(15, 29, 123, 0.12); }[data-css=\"tve-u-1641367e553\"] { font-size: 60px; float: none; box-shadow: none; width: 60px; height: 60px; margin: -55px auto 60px !important; padding-right: 17px !important; }[data-css=\"tve-u-16416e4fafd\"] { box-shadow: rgba(0, 0, 0, 0.02) 0px 2px 22px 0px; background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16416e603ab\"] { box-shadow: rgba(0, 0, 0, 0.12) 0px 3px 44px 0px; background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-164179a84b8\"] > .tve-cb { display: block; }[data-css=\"tve-u-164179a84b8\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-164179bced9\"] { border-right: none; padding: 3px 0px 0px !important; position: static !important; }[data-css=\"tve-u-16417b4cb9e\"] { padding: 0px 0px 50px !important; }[data-css=\"tve-u-16417b62c09\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-16417b662bf\"] { margin-top: 0px !important; margin-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-16417e5bd95\"] > :first-child { color: rgb(255, 255, 255); }[data-css=\"tve-u-16417e5bd95\"] { z-index: 4; position: relative; float: left; font-size: 25px !important; width: 25px !important; height: 25px !important; margin: 3px 15px 0px 0px !important; padding-left: 0px !important; }[data-css=\"tve-u-1641c1af44d\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1641c1b01a6\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1641c1b0a67\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1641c1b12d8\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }#tve_editor [data-css=\"tve-u-1641c1b33f9\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-1641c1b33f9\"] { font-size: 30px; width: 30px; height: 30px; top: 22px; left: 20px; border-bottom: 1px solid rgb(10, 93, 165); margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1641c1b456a\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-1641c1b456a\"] { font-size: 30px; width: 30px; height: 30px; top: 22px; left: 20px; border-bottom: 1px solid rgb(10, 93, 165); margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1641c1b52d3\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-1641c1b52d3\"] { font-size: 30px; width: 30px; height: 30px; top: 22px; left: 20px; border-bottom: 1px solid rgb(10, 93, 165); margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1641c1b60b4\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-1641c1b60b4\"] { font-size: 30px; width: 30px; height: 30px; top: 22px; left: 20px; border-bottom: 1px solid rgb(10, 93, 165); margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }#tcb_landing_page .tcb-plain-text { color: rgb(0, 0, 0); font-family: Merriweather; font-weight: 400; }#tcb_landing_page .tcb-plain-text strong { font-weight: 700; }[data-css=\"tve-u-162717d1bbe\"] p { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-162717d1bbe\"] h3 { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-1695981e7bb\"] { max-width: 33.3545%; }[data-css=\"tve-u-16959822de2\"] { width: 291px; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-16959846d3d\"] { margin-top: 0px !important; }[data-css=\"tve-u-16959cd1e7a\"] { margin-top: 10px !important; }[data-css=\"tve-u-1695a3002e2\"] .tcb-button-link { border-radius: 4px; border-bottom: 4px solid rgb(117, 0, 23); border-top-color: rgb(198, 225, 224); border-right-color: rgb(198, 225, 224); border-left-color: rgb(198, 225, 224); background-image: none !important; background-color: rgb(143, 2, 32) !important; padding-right: 25px !important; }#tve_editor [data-css=\"tve-u-1695a3002e2\"]:hover .tcb-button-link { background-color: rgb(132, 1, 28) !important; }#tve_editor [data-css=\"tve-u-1695a36117b\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1695d7c4d62\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1695d7d2659\"] { margin-bottom: 5px !important; }[data-css=\"tve-u-1695d7d93a4\"] { margin-bottom: 5px !important; }#tve_editor [data-css=\"tve-u-1695d7e0325\"] button { background-color: rgb(143, 2, 32) !important; color: rgb(255, 255, 255); border-width: 1px; border-style: solid; border-color: rgb(143, 2, 32); background-image: none !important; font-weight: 400 !important; font-family: Merriweather; text-transform: uppercase; border-radius: 4px; overflow: hidden; }#tve_editor [data-css=\"tve-u-1695d7e0325\"]:hover button { background-color: rgba(143, 2, 32, 0.76) !important; color: rgb(255, 255, 255) !important; border-color: rgba(0, 0, 0, 0.76) !important; background-image: none !important; }#tve_editor [data-css=\"tve-u-1695d7e44c1\"] input, #tve_editor [data-css=\"tve-u-1695d7e44c1\"] input::placeholder, #tve_editor [data-css=\"tve-u-1695d7e44c1\"] textarea, #tve_editor [data-css=\"tve-u-1695d7e44c1\"] textarea::placeholder { font-size: 15px; }[data-css=\"tve-u-1695d7e44c1\"] input, [data-css=\"tve-u-1695d7e44c1\"] textarea { padding: 12px 10px !important; }#tve_editor [data-css=\"tve-u-1695d7e0325\"] { max-width: 43%; width: 43%; }[data-css=\"tve-u-1695d7e0325\"] { margin-left: auto !important; margin-right: auto !important; float: none; }#tve_editor [data-css=\"tve-u-1695d7e0325\"] strong { font-weight: 700; }}@media (max-width: 1023px){[data-css=\"tve-u-1621ebfa746\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621eb037bb\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621ec78d2c\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621ec6c39b\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621b064668\"] { max-width: 49%; }[data-css=\"tve-u-1621b064646\"] { max-width: 51%; }[data-css=\"tve-u-1621b3c74d9\"] { max-width: 100%; }[data-css=\"tve-u-1621f0b0088\"] { min-height: 100px !important; }[data-css=\"tve-u-1621ee3afec\"] > .tve-cb { display: block; }[data-css=\"tve-u-1621e7ceab3\"] > .tve-cb { display: block; }[data-css=\"tve-u-1621ea50702\"] { float: none; width: 100%; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621ae4fd21\"] > .tve-cb { display: block; }[data-css=\"tve-u-162717cb60f\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-162717cb610\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-16223dad661\"] { padding-top: 20px !important; }[data-css=\"tve-u-1641367127b\"] { float: none; font-size: 50px; width: 50px; height: 50px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1641367e553\"] { float: none; font-size: 50px; width: 50px; height: 50px; margin: -44px auto 40px !important; padding-right: 12px !important; }[data-css=\"tve-u-1621e7b695a\"] { margin-bottom: 50px !important; }[data-css=\"tve-u-1621ee37f4a\"] { min-height: 262px; }[data-css=\"tve-u-1621ada1e7f\"] { padding: 50px 30px 50px 0px !important; }[data-css=\"tve-u-1621b072b4e\"] { max-width: 100%; }[data-css=\"tve-u-1621a2247ba\"] { margin-bottom: 60px !important; }[data-css=\"tve-u-16229f6175c\"] { margin-top: 0px !important; }[data-css=\"tve-u-162717cb60b\"] { height: calc(100% - -85px); margin-top: -85px !important; }[data-css=\"tve-u-162717cb617\"] .tcb-flex-col { flex-basis: 560px !important; }#tcb_landing_page h5 { line-height: 1.3em; }#tcb_landing_page h6 { line-height: 1.4em; }#tcb_landing_page p, #tcb_landing_page li { line-height: 1.5em; }[data-css=\"tve-u-1628a146aef\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1628a12f675\"] { margin-bottom: 40px !important; }[data-css=\"tve-u-1628a10d3b4\"] { margin-bottom: 40px !important; }[data-css=\"tve-u-162718bd0c0\"] { clip-path: url(\"#clip-tablet-top-a3b25e1c9221a\"); -webkit-clip-path: url(\"#clip-tablet-top-a3b25e1c9221a\");  background-color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-162717cb621\"] { z-index: 6; padding-top: 60px !important; margin-top: -90px !important; }[data-css=\"tve-u-162718a3b40\"] { max-width: 100%; min-height: 1px !important; }[data-css=\"tve-u-16271adf6cf\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-162493d5f13\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-162717fcf9d\"] { margin-top: -40px !important; padding-top: 90px !important; padding-left: 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-16260d3f4af\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16260d3f4aa\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1621fb65556\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1621fb68b97\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16260d8396c\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16260d8392c\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16260d39b83\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-16260c5ff07\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-16260ba2fa4\"] { padding: 50px 40px !important; }[data-css=\"tve-u-16260be7104\"] { max-width: 100%; }[data-css=\"tve-u-1621ebbbb6d\"] { margin-top: -1px !important; }[data-css=\"tve-u-1621eaaedd8\"] { clip-path: url(\"#clip-tablet-bottom-a2b9cf3198d6f\"); -webkit-clip-path: url(\"#clip-tablet-bottom-a2b9cf3198d6f\");  }[data-css=\"tve-u-1621e7e9950\"] { margin-top: -1px !important; }[data-css=\"tve-u-16229fa8c68\"] { padding: 0px 20px 20px !important; }[data-css=\"tve-u-1622f65ba70\"] { padding: 0px 20px 20px !important; }[data-css=\"tve-u-16249373b25\"] { padding-left: 20px !important; padding-right: 20px !important; padding-bottom: 20px !important; }[data-css=\"tve-u-162493b6b63\"] { padding-left: 20px !important; padding-bottom: 20px !important; padding-right: 20px !important; }[data-css=\"tve-u-16249367114\"] { margin-top: 20px !important; }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-1624935a201\"] { line-height: 1.3em !important; }[data-css=\"tve-u-16249358652\"] { line-height: 1.3em !important; }[data-css=\"tve-u-16249355087\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1625389b4ed\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1625389a3d5\"] { line-height: 1.3em !important; }[data-css=\"tve-u-16248fc42a1\"] { line-height: 1.3em !important; }[data-css=\"tve-u-162493a03b0\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-162493a03b0\"] .tcb-flex-col { flex-basis: 145px !important; }[data-css=\"tve-u-1622a159bcb\"] { float: none; max-width: 85%; margin: 0px auto !important; padding-top: 0px !important; }[data-css=\"tve-u-16229fa6a26\"] { margin-bottom: 20px !important; padding: 0px 20px 20px !important; }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16229ffbb7b\"] { min-height: inherit; margin-left: -20px; }[data-css=\"tve-u-1621ad46076\"] { margin-bottom: 0px !important; margin-top: 0px !important; padding: 50px 40px !important; }#tve_editor [data-css=\"tve-u-1621b028939\"] .tcb-button-link { font-size: 18px; }[data-css=\"tve-u-16223f02c16\"] { min-height: 54px; }[data-css=\"tve-u-1621b01355a\"] { max-width: 304px; padding: 2px !important; }[data-css=\"tve-u-1620af7eb3f\"] { float: none; z-index: 3; position: relative; display: block; max-width: 300px; width: 300px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621afda4fa\"] { max-width: 100%; margin-bottom: 30px !important; }[data-css=\"tve-u-16224716d62\"]::after { clear: both; }[data-css=\"tve-u-1621f0aa8f7\"] { margin-top: 0px !important; }[data-css=\"tve-u-1621e7e6c1d\"] { min-height: 150px; }[data-css=\"tve-u-1621e7edfd9\"] { clip-path: url(\"#clip-tablet-bottom-10ffac3b28f1d\"); -webkit-clip-path: url(\"#clip-tablet-bottom-10ffac3b28f1d\");  }[data-css=\"tve-u-1621ebf340c\"] { float: none; width: 100%; padding: 0px !important; margin-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621e7d5094\"] { min-height: 455px; }[data-css=\"tve-u-1621adea58b\"] > .tcb-flex-col > .tcb-col { justify-content: center; }[data-css=\"tve-u-16223dad661\"]::after { clear: both; }[data-css=\"tve-u-1621e8107f3\"] { float: none; margin-left: auto !important; margin-right: auto !important; margin-bottom: 20px !important; }[data-css=\"tve-u-16223b080b0\"] { float: none; margin-left: auto !important; margin-right: auto !important; margin-top: -1px !important; }[data-css=\"tve-u-1621eb3eb9f\"] { clip-path: url(\"#clip-tablet-bottom-ac98bb0e54b3b\"); -webkit-clip-path: url(\"#clip-tablet-bottom-ac98bb0e54b3b\");  }[data-css=\"tve-u-1621fe78878\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1621fe78878\"] { min-height: inherit; }#tve_editor [data-css=\"tve-u-1621e92e97f\"] { font-size: 22px !important; }#tve_editor [data-css=\"tve-u-1621e942b65\"] { letter-spacing: 0px; font-size: 1.5em !important; }#tve_editor [data-css=\"tve-u-1621fe1bd18\"] { letter-spacing: 0px; font-size: 1.5em !important; }#tve_editor [data-css=\"tve-u-1621fe1a1af\"] { font-size: 22px !important; }#tve_editor [data-css=\"tve-u-1621fe1725e\"] { letter-spacing: 0px; font-size: 1.5em !important; }#tve_editor [data-css=\"tve-u-1621fe1587d\"] { font-size: 22px !important; }[data-css=\"tve-u-1621ef118dc\"] { position: relative; top: 0px; left: 0px; width: 51%; margin-left: auto !important; margin-right: auto !important; float: none; }[data-css=\"tve-u-1621ee3afec\"] { padding: 25px 10px 5px !important; }[data-css=\"tve-u-1621ee63e1c\"] { max-width: none; margin-bottom: 5px !important; }[data-css=\"tve-u-1621ee74a24\"] { top: 0px; right: 0px; font-size: 45px; width: 45px; height: 45px; float: none; padding-left: 0px !important; margin: 0px auto !important; }[data-css=\"tve-u-1621ee18a1c\"] { margin-top: 40px !important; margin-left: 20px !important; margin-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-1621fdcb4ea\"] { letter-spacing: 1px; font-size: 1.5em !important; }[data-css=\"tve-u-1621ec7f21a\"] { min-height: 150px; }[data-css=\"tve-u-1621eacf6af\"] { float: none; max-width: 230px; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621fd9c946\"] { max-width: 380px; float: none; width: 100%; margin: 0px auto !important; padding-left: 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-1621eb81205\"] { margin-top: 0px !important; }[data-css=\"tve-u-1621eb7ccb0\"] { min-height: 455px; }[data-css=\"tve-u-1621fd8766c\"] { min-height: 150px; }[data-css=\"tve-u-1621fd84d7b\"] { min-height: 430px; }[data-css=\"tve-u-1621e7c7aa1\"] .tcb-flex-col { flex-basis: 300px !important; }#tve_editor [data-css=\"tve-u-1621e7a7350\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621e7c899a\"] { float: none; max-width: 100%; margin-left: auto !important; margin-right: auto !important; margin-top: 0px !important; }[data-css=\"tve-u-1621e7c7aa1\"] { margin-left: -20px; flex-direction: row; }[data-css=\"tve-u-1621e7c7aa1\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-1621b3c8c52\"] { padding: 50px 40px !important; }[data-css=\"tve-u-1621fc0ce17\"] { margin-top: 10px !important; margin-bottom: 7px !important; }[data-css=\"tve-u-1621fbcad8c\"] { padding-left: 0px !important; padding-right: 30px !important; }[data-css=\"tve-u-1621fbacc60\"] { max-width: 177px; }[data-css=\"tve-u-1621fb68b97\"] { margin-left: -15px; min-height: inherit; padding: 20px !important; }[data-css=\"tve-u-1621fb68b97\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-1621fb65556\"] { margin-left: -15px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-1621fb65556\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-1621b200375\"] { float: none; max-width: 100%; margin: 0px auto !important; }[data-css=\"tve-u-1621b0e4fb7\"] { max-width: 100%; float: none; z-index: 3; position: relative; margin-right: auto !important; margin-left: auto !important; margin-bottom: 20px !important; }#tve_editor [data-css=\"tve-u-1621b10fccf\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621ae0bec7\"] { background-image: none !important; margin-top: 0px !important; }[data-css=\"tve-u-1621ae6c8da\"] { clip-path: url(\"#clip-tablet-top-aa2c3e3c70555\"); -webkit-clip-path: url(\"#clip-tablet-top-aa2c3e3c70555\");  }[data-css=\"tve-u-1621adba9ef\"] { clip-path: url(\"#clip-tablet-top-52d5a36c151aa\"); -webkit-clip-path: url(\"#clip-tablet-top-52d5a36c151aa\");  }[data-css=\"tve-u-1621ad420c4\"] { max-width: 100%; min-height: 1px !important; }[data-css=\"tve-u-1621f45bed3\"] { padding: 0px !important; }[data-css=\"tve-u-1621ae4fd21\"] { max-width: 100%; left: 0px; top: 0px; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621ae4db6e\"] { min-height: 300px; }#tve_editor [data-css=\"tve-u-1621afd8c98\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621afcc0bf\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621afceb00\"] { max-width: 100%; margin-bottom: 30px !important; }[data-css=\"tve-u-1621a98b602\"] { stroke-dasharray: 534.071, 534.071; }[data-css=\"tve-u-1621a9750ae\"] { font-size: 14.45px !important; line-height: 14.45px !important; }[data-css=\"tve-u-1621a9a2867\"] { font-size: 51px !important; line-height: 51px !important; }[data-css=\"tve-u-1621a9a2866\"] { margin-top: 42.5px !important; }[data-css=\"tve-u-1621a96b190\"] { width: 153px !important; height: 153px !important; top: 8.5px !important; bottom: 8.5px !important; left: 8.5px !important; right: 8.5px !important; }[data-css=\"tve-u-1621a9685d4\"] { stroke-width: 18px !important; }[data-css=\"tve-u-1621a9a2862\"] { width: 170px !important; height: 170px !important; }[data-css=\"tve-u-1621a983587\"] { float: none; border: 20px solid rgba(137, 141, 167, 0.24); margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621a8b2488\"] { float: none; max-width: 100%; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621a8a804b\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1621a8a804b\"] { margin-left: -24px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-1621a8a804b\"] > .tcb-flex-col { padding-left: 24px; }#tve_editor [data-css=\"tve-u-1621a2e0d5b\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621b028939\"] { position: relative; float: left; z-index: 3; display: block; max-width: 300px; width: 300px; margin-top: 15px !important; }[data-css=\"tve-u-1621adea58b\"] { margin-left: -30px; }[data-css=\"tve-u-1621adea58b\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-1621ade6172\"] { max-width: 100%; position: static; }#tve_editor [data-css=\"tve-u-16248fc42a1\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-16249355087\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-16249358652\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-1624935a201\"] { font-size: 18px !important; }[data-css=\"tve-u-1624939a960\"] { margin-bottom: 0px !important; padding-bottom: 20px !important; padding-left: 20px !important; padding-right: 20px !important; }[data-css=\"tve-u-162493a03b0\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-162493a03b0\"] { min-height: inherit; margin-left: -20px; }#tve_editor [data-css=\"tve-u-1625389a3d5\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-1625389b4ed\"] { font-size: 18px !important; }[data-css=\"tve-u-16260c39a7e\"] { float: none; max-width: 100%; margin: 0px auto !important; }[data-css=\"tve-u-16260d3f4aa\"] { margin-left: -15px; min-height: inherit; padding: 20px !important; }[data-css=\"tve-u-16260d3f4aa\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-16260d3f4af\"] { margin-left: -15px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-16260d3f4af\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-16260d8392c\"] { margin-left: -15px; min-height: inherit; padding: 20px !important; }[data-css=\"tve-u-16260d8392c\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-16260d8396c\"] { margin-left: -15px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-16260d8396c\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-16260da3aa7\"] { float: none; max-width: 100%; margin: 0px !important; }[data-css=\"tve-u-162717cb609\"] { max-width: 100%; min-height: 1px !important; }[data-css=\"tve-u-162717cb60a\"] { padding: 0px !important; }[data-css=\"tve-u-162717cb618\"] { float: none; max-width: 100%; margin-top: 60px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-162717cb620\"] { clip-path: url(\"#clip-tablet-bottom-c883ac5175045\"); -webkit-clip-path: url(\"#clip-tablet-bottom-c883ac5175045\");  }[data-css=\"tve-u-162717d1bbf\"] { margin-left: 0px; padding: 25px 25px 0px !important; }[data-css=\"tve-u-162717d1bbf\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-162717d1bb7\"] { max-width: 51.3%; }[data-css=\"tve-u-162717d1bb9\"] { max-width: 15.3%; }[data-css=\"tve-u-162717d1bb6\"] { padding-left: 0px !important; }[data-css=\"tve-u-162717d1bbc\"] { border-left: none; border-right: none; padding-left: 30px !important; padding-bottom: 10px !important; }[data-css=\"tve-u-162717d1bbe\"] { max-width: 100%; margin-left: 0px !important; margin-right: 30px !important; }[data-css=\"tve-u-164179bced9\"] { border-right: none; padding-left: 30px !important; padding-right: 0px !important; }[data-css=\"tve-u-16417b62c09\"] { max-width: 177px; }[data-css=\"tve-u-16417b662bf\"] { max-width: 177px; }[data-css=\"tve-u-16417e5bd95\"] { font-size: 14px; width: 14px; height: 14px; margin-bottom: -14px !important; margin-left: 0px !important; }[data-css=\"tve-u-1641c1b33f9\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-1641c1b456a\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-1641c1b52d3\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-1641c1b60b4\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-16959822de2\"] { margin-right: 1px !important; padding-right: 10px !important; padding-top: 10px !important; }[data-css=\"tve-u-16959cd1e7a\"] { margin-top: 30px !important; margin-bottom: 10px !important; }[data-css=\"tve-u-1695a3002e2\"] { margin-top: 15px !important; }#tve_editor [data-css=\"tve-u-1695d7e0325\"] { max-width: 71%; width: 71%; }#tve_editor [data-css=\"tve-u-1695d7e0325\"] button { padding-bottom: 15px !important; margin-bottom: 10px !important; }}@media (max-width: 767px){[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-16417e9d24e\"]::after { clear: both; }[data-css=\"tve-u-16417b70f47\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 0px !important; }[data-css=\"tve-u-1621e819c52\"] { min-height: 100px; }[data-css=\"tve-u-1621e8107f3\"] { max-width: 100px; }[data-css=\"tve-u-1621fd8766c\"] { min-height: 144px; }[data-css=\"tve-u-1621ec79a7d\"] { min-height: 100px; }[data-css=\"tve-u-1621ec78d2c\"] { max-width: 100px; }[data-css=\"tve-u-1621ec7f21a\"] { min-height: 144px; }[data-css=\"tve-u-1621e7e6c1d\"] { min-height: 144px; }[data-css=\"tve-u-16417b4cb9e\"] { padding-bottom: 30px !important; }[data-css=\"tve-u-1621ec752da\"] { min-height: 100px; }[data-css=\"tve-u-1621ec6c39b\"] { max-width: 100px; }[data-css=\"tve-u-1621fd84d7b\"] { min-height: 430px; }[data-css=\"tve-u-1621e7c7aa1\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16223dad661\"] { padding-top: 0px !important; }[data-css=\"tve-u-1621b3c74d9\"] { max-width: 100%; }[data-css=\"tve-u-1621eb81205\"] { max-width: 100%; margin-bottom: 20px !important; }[data-css=\"tve-u-1621e7ceab3\"] { max-width: 100%; margin-bottom: 20px !important; }[data-css=\"tve-u-1621f0b0088\"] { min-height: 120px !important; }[data-css=\"tve-u-1621f0da775\"] { float: none; width: 100%; max-width: 280px; margin: 0px auto 20px !important; }[data-css=\"tve-u-1621ee37f4a\"] { min-height: 260px; }[data-css=\"tve-u-1621ee3afec\"] > .tve-cb { display: flex; justify-content: center; flex-direction: column; }[data-css=\"tve-u-1621ee63e1c\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1641367127b\"] { font-size: 30px; width: 30px; height: 30px; }[data-css=\"tve-u-1641367e553\"] { float: none; font-size: 30px; width: 30px; height: 30px; margin: -30px auto 30px !important; padding-right: 10px !important; }[data-css=\"tve-u-1621ada1e7f\"] { padding: 0px !important; }[data-css=\"tve-u-162717cb617\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-162717cb617\"] { min-height: inherit; }[data-css=\"tve-u-16229fa6a26\"] { height: calc(100% - 21px); margin-bottom: 0px !important; margin-top: 21px !important; }[data-css=\"tve-u-1624939a960\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-162493a03b0\"] .tcb-flex-col { flex-basis: 400px !important; }[data-css=\"tve-u-1621a2247ba\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-162717cb60f\"] { margin-bottom: 25px !important; }[data-css=\"tve-u-162717d1bbf\"] .tcb-flex-col { flex-basis: 225px !important; }[data-css=\"tve-u-1621ee3afec\"] { max-width: 100%; padding: 10px !important; position: static !important; }#tve_editor [data-css=\"tve-u-1641333d7d1\"] { font-size: 14px !important; }[data-css=\"tve-u-162717cb60b\"] { margin-top: 0px !important; }[data-css=\"tve-u-162717cb621\"] { z-index: 2; padding-left: 20px !important; padding-right: 20px !important; margin-top: -160px !important; padding-top: 35px !important; }[data-css=\"tve-u-162717cb617\"] .tcb-flex-col { flex-basis: 435px !important; }[data-css=\"tve-u-16369305186\"] { float: none; width: 100%; max-width: 279px; z-index: 3; position: relative; margin: 0px auto !important; }#tcb_landing_page h6 { line-height: 1.4em; }#tcb_landing_page h5 { line-height: 1.3em; }#tcb_landing_page p, #tcb_landing_page li { font-size: 14px; }#tcb_landing_page h2 { font-size: 28px; }#tcb_landing_page h1 { font-size: 35px; }[data-css=\"tve-u-16260ba2fa4\"] { padding-bottom: 40px !important; padding-left: 20px !important; padding-right: 20px !important; }[data-css=\"tve-u-1628a10d3b4\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-1628a12f675\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-162717cb610\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-16271bfe70c\"] { padding: 0px !important; }[data-css=\"tve-u-162717fcf9d\"] { z-index: 1; margin-top: 0px !important; padding-top: 75px !important; padding-left: 20px !important; padding-right: 20px !important; border: none; }[data-css=\"tve-u-162718bd0c0\"] { clip-path: url(\"#clip-mobile-top-a3b25e1c9221a\"); -webkit-clip-path: url(\"#clip-mobile-top-a3b25e1c9221a\");  }[data-css=\"tve-u-1621eb3eb9f\"] { clip-path: url(\"#clip-mobile-bottom-ac98bb0e54b3b\"); -webkit-clip-path: url(\"#clip-mobile-bottom-ac98bb0e54b3b\");  }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col > .tcb-col { min-height: 155px; }[data-css=\"tve-u-16229ffbb7b\"] { min-height: inherit; margin-left: 0px; }[data-css=\"tve-u-16229fa8c68\"] { height: calc(100% - 28px); margin-bottom: 0px !important; margin-top: 20px !important; }[data-css=\"tve-u-1622f65ba70\"] { height: calc(100% - 20px); margin-bottom: 0px !important; margin-top: 20px !important; }[data-css=\"tve-u-16229f6175c\"] { margin-top: 0px !important; }[data-css=\"tve-u-1622a159bcb\"] { float: none; max-width: 100%; margin-left: auto !important; margin-right: auto !important; padding-top: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-16229ae62a7\"] { border-right: none; }#tve_editor [data-css=\"tve-u-16228c764b2\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-16228c75500\"] { font-size: 18px !important; }[data-css=\"tve-u-1621fb65556\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-1621a983587\"] { border: 20px solid rgba(137, 141, 167, 0.32); }[data-css=\"tve-u-1621ee74a24\"] { float: none; margin-left: auto !important; margin-right: auto !important; margin-bottom: 10px !important; }[data-css=\"tve-u-1621afda4fa\"] { max-width: 100%; margin-bottom: 20px !important; }[data-css=\"tve-u-16223f02c16\"] { min-height: 54px; }[data-css=\"tve-u-1621f0aa8f7\"] { margin-top: 0px !important; }#tve_editor [data-css=\"tve-u-1622444fb11\"] { letter-spacing: 0px; }[data-css=\"tve-u-16224439be1\"] { padding: 0px !important; }[data-css=\"tve-u-1621fb68b97\"] { padding: 0px !important; }[data-css=\"tve-u-1621afceb00\"] { max-width: 100%; margin-bottom: 30px !important; }[data-css=\"tve-u-1621b0e4fb7\"] { float: none; margin-right: auto !important; margin-bottom: 30px !important; padding-left: 0px !important; margin-left: auto !important; }[data-css=\"tve-u-1621ebf340c\"] { padding-bottom: 40px !important; }[data-css=\"tve-u-1621ea50702\"] { float: none; width: 100%; padding: 0px !important; margin-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621e7d5094\"] { min-height: 430px; }[data-css=\"tve-u-1621eb7ccb0\"] { min-height: 430px; }[data-css=\"tve-u-1621ee03000\"] { flex-direction: column; }[data-css=\"tve-u-16223fe5f5b\"] { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621f0d2c1a\"] { margin-left: 25px !important; margin-right: 25px !important; }[data-css=\"tve-u-1621ee18a1c\"] { margin: 0px 20px 20px 0px !important; }[data-css=\"tve-u-1621ef118dc\"] { top: 0px; width: 154px; position: relative; float: none; z-index: 5; left: 0px; margin: 5px auto 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-1621fd9c946\"] { max-width: 100%; margin-top: 0px !important; margin-left: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-16223fc9f23\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-1621e7c899a\"] { max-width: none; float: none; margin-top: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621b3c8c52\"] { padding: 40px 20px !important; }[data-css=\"tve-u-1621fbcad8c\"] { padding: 20px !important; }[data-css=\"tve-u-1621fb65556\"] { margin-left: 0px; padding: 0px !important; }[data-css=\"tve-u-1621fbacc60\"] { max-width: 126px; float: none; margin-left: auto !important; margin-right: auto !important; margin-top: 20px !important; }[data-css=\"tve-u-1621b200375\"] { float: none; margin-top: 0px !important; margin-left: auto !important; margin-right: auto !important; }#tve_editor [data-css=\"tve-u-1621b10fccf\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621b028939\"] { display: block; max-width: 100%; width: 100%; float: none; min-width: 100%; margin-left: auto !important; margin-right: auto !important; margin-top: 0px !important; }[data-css=\"tve-u-1621ae4db6e\"] { min-height: 270px; }[data-css=\"tve-u-1621ae6c8da\"] { clip-path: url(\"#clip-mobile-top-aa2c3e3c70555\"); -webkit-clip-path: url(\"#clip-mobile-top-aa2c3e3c70555\");  }[data-css=\"tve-u-1621adba9ef\"] { clip-path: url(\"#clip-mobile-top-52d5a36c151aa\"); -webkit-clip-path: url(\"#clip-mobile-top-52d5a36c151aa\");  }[data-css=\"tve-u-16223f02c16\"]::after { clear: both; }[data-css=\"tve-u-1621b01355a\"] { max-width: 100%; float: none; margin-left: auto !important; margin-right: auto !important; margin-bottom: 15px !important; }[data-css=\"tve-u-1620af7eb3f\"] { float: none; display: block; max-width: 100%; width: 100%; min-width: 100%; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621ae0bec7\"]::after { clear: both; }[data-css=\"tve-u-1621f45bed3\"] { padding: 40px 20px 0px !important; }[data-css=\"tve-u-1621ad46076\"] { margin: 0px !important; padding: 30px 20px !important; }[data-css=\"tve-u-1621adea58b\"] { flex-flow: row-reverse wrap-reverse !important; }[data-css=\"tve-u-1621ae4fd21\"] { margin-top: 0px !important; position: static !important; }[data-css=\"tve-u-1621a8b2488\"] { float: none; max-width: 100%; margin-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621a8a804b\"] { padding-left: 0px !important; padding-right: 0px !important; }#tve_editor [data-css=\"tve-u-1621a2e0d5b\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621e7c7aa1\"] { flex-direction: column; min-height: inherit; }[data-css=\"tve-u-16249367114\"] { margin-top: 0px !important; }[data-css=\"tve-u-16249373b25\"] { height: calc(100% - 20px); margin-bottom: 0px !important; background-image: linear-gradient(rgb(248, 249, 251), rgb(248, 249, 251)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; margin-top: 20px !important; }[data-css=\"tve-u-162493a03b0\"] > .tcb-flex-col > .tcb-col { min-height: 155px; }[data-css=\"tve-u-162493a03b0\"] { min-height: inherit; }[data-css=\"tve-u-162493b6b63\"] { height: calc(100% - 20px); margin-bottom: 0px !important; margin-top: 20px !important; }[data-css=\"tve-u-16260c39a7e\"] { float: none; margin-top: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-16260d3f4aa\"] { padding: 0px !important; }[data-css=\"tve-u-16260d3f4af\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-16260d3f4af\"] { margin-left: 0px; padding: 0px !important; }[data-css=\"tve-u-16260d8392c\"] { padding: 0px !important; }[data-css=\"tve-u-16260d8396c\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-16260d8396c\"] { margin-left: 0px; padding: 0px !important; }[data-css=\"tve-u-16260da3aa7\"] { float: none; margin-top: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-162717cb618\"] { margin: 140px 0px 0px !important; }[data-css=\"tve-u-162717cb620\"] { clip-path: url(\"#clip-mobile-bottom-c883ac5175045\"); -webkit-clip-path: url(\"#clip-mobile-bottom-c883ac5175045\");  opacity: 1; filter: grayscale(0%) blur(0px); background-image: linear-gradient(rgba(0, 0, 0, 0.51), rgba(0, 0, 0, 0.51)), url(\"https://bestcerakoteflorida.com/wp-content/uploads/2018/05/FTYS6743.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-162717cb60a\"] { padding: 0px !important; }#tve_editor [data-css=\"tve-u-162717cb616\"] { font-size: 27px !important; }[data-css=\"tve-u-162717d1bbf\"] > .tcb-flex-col { padding-left: 18px; }[data-css=\"tve-u-162717d1bbf\"] { margin-left: -18px; padding: 10px !important; flex-flow: row wrap !important; }[data-css=\"tve-u-162717d1bbe\"] { border-bottom: 1px solid rgba(255, 255, 255, 0.2); border-right: none; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-162717d1bbc\"] { border: none; padding-left: 0px !important; padding-right: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-162717d1bb6\"] { border: none; padding-top: 0px !important; padding-left: 0px !important; margin-bottom: 1px !important; margin-top: -5px !important; padding-bottom: 10px !important; }[data-css=\"tve-u-164179a84b8\"] { float: none; width: 100%; max-width: 155px; z-index: 3; position: relative; margin-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-164179bced9\"] { border-right: none; position: relative; max-width: 250px; float: none; padding-left: 0px !important; padding-right: 0px !important; margin-top: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-16417b62c09\"] { max-width: 126px; float: none; margin-left: auto !important; margin-right: auto !important; margin-top: 20px !important; }[data-css=\"tve-u-16417b662bf\"] { max-width: 126px; float: none; margin-left: auto !important; margin-right: auto !important; margin-top: 20px !important; }[data-css=\"tve-u-16417e5bd95\"] { margin: 3px 10px 0px 0px !important; }#tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] p, #tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] li, #tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] blockquote, #tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] address, #tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] .tcb-plain-text, #tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] label { font-size: 18px; }[data-css=\"tve-u-16959822de2\"] { float: none; padding-top: 10px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621ee58e74\"] { border-right: none !important; }}'),(6950,575,'tve_revision_tve_user_custom_css',''),(6951,575,'tve_revision_tve_page_events','a:0:{}'),(6952,575,'tve_revision_tve_globals','a:2:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";s:8:\"font_cls\";a:0:{}}'),(6953,575,'tve_revision_tve_global_scripts',''),(6954,575,'tve_revision_thrive_icon_pack','0'),(6955,575,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(6956,575,'tve_revision_tve_has_masonry','0'),(6957,575,'tve_revision_tve_has_typefocus','0'),(6958,575,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-162717d1bbe\" wfd-id=\"467\"><div class=\"tcb-flex-row tcb-medium-no-wrap v-2 tcb--cols--3 m-edit tcb-mobile-wrap tcb-resized\" data-css=\"tve-u-162717d1bbf\" wfd-id=\"468\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1695981e7bb\" wfd-id=\"487\"><div class=\"tcb-col\" data-css=\"tve-u-16959846d3d\" wfd-id=\"489\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16959822de2\" wfd-id=\"490\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"491\"><img class=\"tve_image wp-image-465\" alt=\"\" width=\"384\" height=\"62\" title=\"Blackhawk_custom_header\" data-id=\"465\" src=\"https://bestcerakoteflorida.com/wp-content/uploads/2019/01/Blackhawk_custom_header.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717d1bb9\" style=\"\" wfd-id=\"480\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717d1bb6\" wfd-id=\"482\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-164179a84b8\" wfd-id=\"483\">\n<div class=\"tve-content-box-background\" wfd-id=\"486\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"484\"><div class=\"tcb-clear\" wfd-id=\"485\"></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717d1bb7\" style=\"\" wfd-id=\"469\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717d1bbc\" wfd-id=\"471\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16369305186\" wfd-id=\"472\">\n<div class=\"tve-content-box-background\" wfd-id=\"479\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16417e9d24e\" wfd-id=\"473\"><div class=\"tcb-clear\" wfd-id=\"477\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-16417e5bd95\" data-float=\"1\" wfd-id=\"478\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-envelope-regular\" data-name=\"\">\n            <path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path>\n        </svg></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-164179bced9\" wfd-id=\"474\"><p data-css=\"tve-u-1641333d7d1\"><a href=\"mailto:info@bestcerkoteflorida.com\" target=\"_blank\">info@bestcerakoteflorida.com</a></p></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-162717cb621\" data-value-type=\"percent\" wfd-id=\"439\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-162717cb620\" data-clip-id=\"c883ac5175045\" wfd-id=\"466\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-c883ac5175045\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"6\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.8949, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-c883ac5175045\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9476, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-c883ac5175045\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9651, 1 1, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-162717cb609\" wfd-id=\"440\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-162717cb618\" wfd-id=\"441\"><div class=\"tcb-flex-row tcb-medium-wrap tcb-resized v-2 tcb--cols--2\" data-css=\"tve-u-162717cb617\" wfd-id=\"442\"><div class=\"tcb-flex-col\" data-css=\"tve-u-162717cb601\" style=\"\" wfd-id=\"456\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717cb60a\" wfd-id=\"458\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h1\" data-css=\"tve-u-162717cb610\" wfd-id=\"462\"><h1 data-css=\"tve-u-162717cb616\" style=\"text-align: center;\">&nbsp;Protect What\'s Important To You! With The Toughest Ceramic Finish In The World!<span data-css=\"tve-u-16271ca808e\" style=\"color: rgb(0, 229, 255);\" wfd-id=\"465\"></span></h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162717cb60f\" wfd-id=\"459\"><p data-css=\"tve-u-1695a36117b\" style=\"text-align: center;\">Heat, Water, Salt and Sand just some of the conditions you face. And any one of them is just waiting to get a hold of your firearm and leave it a pile of rusted, pitted junk.</p><p data-css=\"tve-u-16413112747\" style=\"text-align: center;\">Unfortunately there wasn\'t much you could do other than keep cleaning and lubricating your firearms...till NOW!</p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717cb600\" style=\"\" wfd-id=\"443\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717cb60b\" wfd-id=\"445\"><div class=\"thrv_responsive_video thrv_wrapper rv_style_lifted_style2\" data-type=\"youtube\" data-rel=\"0\" data-url=\"https://www.youtube.com/watch?v=a1nyu9ZJiEk\" data-css=\"tve-u-16959cd1e7a\" data-modestbranding=\"1\" wfd-id=\"453\">\n	\n\n	<div class=\"tve_responsive_video_container\" wfd-id=\"454\">\n		<div class=\"video_overlay\" wfd-id=\"455\"></div>\n	<iframe data-code=\"TEOqV1Q16lU\" data-provider=\"youtube\" src=\"https://www.youtube.com/embed/TEOqV1Q16lU?rel=0&amp;modestbranding=1&amp;controls=1&amp;showinfo=1&amp;fs=1&amp;wmode=transparent\" data-src=\"https://www.youtube.com/embed/TEOqV1Q16lU?rel=0&amp;modestbranding=1&amp;controls=1&amp;showinfo=1&amp;fs=1&amp;wmode=transparent\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\n</div><div class=\"thrv_wrapper thrv-button tcb-with-icon\" data-css=\"tve-u-1695a3002e2\" data-tcb_hover_state_parent=\"\" data-button-style=\"border_1\" wfd-id=\"446\">\n	<a href=\"tel:1-954-848-1911\" class=\"tcb-button-link\" target=\"_blank\" rel=\"\"><span class=\"tcb-button-icon\" wfd-id=\"451\">\n	<div class=\"thrv_wrapper thrv_icon tve_no_drag tve_no_icons tcb-icon-inherit-style tcb-icon-display\" wfd-id=\"452\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-phone-plus-light\" data-name=\"\">\n            <path d=\"M8 128h88v88c0 4.4 3.6 8 8 8h16c4.4 0 8-3.6 8-8v-88h88c4.4 0 8-3.6 8-8v-16c0-4.4-3.6-8-8-8h-88V8c0-4.4-3.6-8-8-8h-16c-4.4 0-8 3.6-8 8v88H8c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8zM487.8 24.1L387 .8c-14.7-3.4-29.8 4.2-35.8 18.1l-46.5 108.5c-5.5 12.7-1.8 27.7 8.9 36.5l53.9 44.1c-34 69.2-90.3 125.6-159.6 159.6l-44.1-53.9c-8.8-10.7-23.8-14.4-36.5-8.9L18.9 351.3c-13.9 6-21.5 21-18.1 35.8L24 487.9C27.3 502 39.9 512 54.5 512 306.7 512 512 307.8 512 54.5c0-14.6-10-27.2-24.2-30.4zM55.1 480l-23-99.6 107.4-46 59.5 72.8c103.6-48.6 159.7-104.9 208.1-208.1l-72.8-59.5 46-107.4 99.6 23C479.7 289.7 289.6 479.7 55.1 480z\"></path>\n        </svg></div>\n</span>\n\n		<span class=\"tcb-button-texts\" wfd-id=\"447\"><span class=\"tcb-button-text thrv-inline-text\" wfd-id=\"448\">CALL NOW</span></span>\n	</a>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-162717fcf9d\" data-value-type=\"percent\" wfd-id=\"382\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-162718bd0c0\" data-clip-id=\"a3b25e1c9221a\" wfd-id=\"438\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0875\"></polygon></clipPath><clipPath id=\"clip-tablet-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"6\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.1051\"></polygon></clipPath><clipPath id=\"clip-mobile-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"1\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0175\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-162718a3b40\" wfd-id=\"383\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622a159bcb\" wfd-id=\"384\">\n<div class=\"tve-content-box-background\" wfd-id=\"437\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"385\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621a2247ba\" wfd-id=\"434\"><h2 data-css=\"tve-u-1621a2e0d5b\">our services</h2></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16229f6175c\" wfd-id=\"409\"><div class=\"tcb-flex-row tcb-medium-no-wrap tcb--cols--3 v-2\" data-css=\"tve-u-162493a03b0\" wfd-id=\"410\"><div class=\"tcb-flex-col\" wfd-id=\"425\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1624939a960\" data-tcb_hover_state_parent=\"\" wfd-id=\"427\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-162493d5f13\" data-float=\"1\" wfd-id=\"433\"><svg class=\"tcb-icon\" viewBox=\"0 0 14 28\" data-name=\"bolt\">\n<path d=\"M13.828 8.844c0.172 0.187 0.219 0.453 0.109 0.688l-8.437 18.078c-0.125 0.234-0.375 0.391-0.656 0.391-0.063 0-0.141-0.016-0.219-0.031-0.344-0.109-0.547-0.438-0.469-0.766l3.078-12.625-6.344 1.578c-0.063 0.016-0.125 0.016-0.187 0.016-0.172 0-0.359-0.063-0.484-0.172-0.187-0.156-0.25-0.391-0.203-0.609l3.141-12.891c0.078-0.297 0.359-0.5 0.688-0.5h5.125c0.391 0 0.703 0.297 0.703 0.656 0 0.094-0.031 0.187-0.078 0.281l-2.672 7.234 6.188-1.531c0.063-0.016 0.125-0.031 0.187-0.031 0.203 0 0.391 0.094 0.531 0.234z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"429\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-162494b490e\" wfd-id=\"430\"><h4 data-css=\"tve-u-16249355087\" style=\"text-align: left;\">Express exterior</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162494b7ad0\" wfd-id=\"428\"><p data-css=\"tve-u-162492e70ad\">Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"418\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162493b6b63\" data-tcb_hover_state_parent=\"\" wfd-id=\"420\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b456a\" wfd-id=\"424\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"adjust\">\n<path d=\"M12 22.5v-17c-4.688 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"422\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1af44d\" wfd-id=\"423\"><h4 data-css=\"tve-u-16249358652\" style=\"text-align: left;\">Interior clean</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"421\"><p data-css=\"tve-u-162492e70ad\">Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"411\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16249373b25\" wfd-id=\"413\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b52d3\" wfd-id=\"417\"><svg class=\"tcb-icon\" viewBox=\"0 0 26 28\" data-name=\"umbrella\">\n<path d=\"M14 12.938v9.063c0 2.172-1.828 4-4 4s-4-1.828-4-4c0-0.547 0.453-1 1-1s1 0.453 1 1c0 1.047 0.953 2 2 2s2-0.953 2-2v-9.063c0.328-0.109 0.656-0.172 1-0.172s0.672 0.063 1 0.172zM26 13.359c0 0.266-0.234 0.5-0.5 0.5-0.141 0-0.25-0.063-0.359-0.156-0.906-0.844-1.75-1.437-3.047-1.437-1.484 0-2.766 0.922-3.609 2.094-0.187 0.266-0.328 0.547-0.5 0.812-0.109 0.172-0.234 0.266-0.438 0.266-0.219 0-0.344-0.094-0.453-0.266-0.172-0.266-0.313-0.547-0.5-0.812-0.844-1.172-2.109-2.094-3.594-2.094s-2.75 0.922-3.594 2.094c-0.187 0.266-0.328 0.547-0.5 0.812-0.109 0.172-0.234 0.266-0.453 0.266-0.203 0-0.328-0.094-0.438-0.266-0.172-0.266-0.313-0.547-0.5-0.812-0.844-1.172-2.125-2.094-3.609-2.094-1.297 0-2.141 0.594-3.047 1.437-0.109 0.094-0.219 0.156-0.359 0.156-0.266 0-0.5-0.234-0.5-0.5 0-0.047 0-0.078 0.016-0.109 1.437-5.906 7.141-9.25 12.984-9.25 5.812 0 11.578 3.344 12.984 9.25 0.016 0.031 0.016 0.063 0.016 0.109zM14 2v1.531c-0.328-0.016-0.672-0.031-1-0.031s-0.672 0.016-1 0.031v-1.531c0-0.547 0.453-1 1-1s1 0.453 1 1z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"415\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b01a6\" wfd-id=\"416\"><h4 data-css=\"tve-u-1624935a201\" style=\"text-align: left;\">Wax protection</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"414\"><p data-css=\"tve-u-162492e70ad\">Etiam pharetra, erat sed fermentum feugiat, velit mauris</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16249367114\" wfd-id=\"386\"><div class=\"tcb-flex-row tcb-medium-no-wrap tcb--cols--3 v-2\" data-css=\"tve-u-16229ffbb7b\" wfd-id=\"387\"><div class=\"tcb-flex-col\" wfd-id=\"402\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229fa6a26\" wfd-id=\"404\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b33f9\" wfd-id=\"408\"><svg class=\"tcb-icon\" viewBox=\"0 0 26 28\" data-name=\"magic\">\n<path d=\"M18.594 9.078l4.578-4.578-1.672-1.672-4.578 4.578zM25.578 4.5c0 0.266-0.094 0.516-0.281 0.703l-20.094 20.094c-0.187 0.187-0.438 0.281-0.703 0.281s-0.516-0.094-0.703-0.281l-3.094-3.094c-0.187-0.187-0.281-0.438-0.281-0.703s0.094-0.516 0.281-0.703l20.094-20.094c0.187-0.187 0.438-0.281 0.703-0.281s0.516 0.094 0.703 0.281l3.094 3.094c0.187 0.187 0.281 0.438 0.281 0.703zM4.469 1.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531zM9.938 4.062l3.063 0.938-3.063 0.938-0.938 3.063-0.938-3.063-3.063-0.938 3.063-0.938 0.938-3.063zM24.469 11.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531zM14.469 1.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"406\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b0a67\" wfd-id=\"407\"><h4 data-css=\"tve-u-16248fc42a1\" style=\"text-align: left;\">Dust &amp; Dash Console</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"405\"><p data-css=\"tve-u-162492e70ad\">Duis sed odio sit amet nibh vulputate cursus a sit amet mauris.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"395\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1622f65ba70\" wfd-id=\"397\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b60b4\" wfd-id=\"401\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"certificate\">\n<path d=\"M21.5 14l2.156 2.109c0.297 0.281 0.406 0.703 0.313 1.094-0.109 0.391-0.422 0.703-0.812 0.797l-2.938 0.75 0.828 2.906c0.109 0.391 0 0.812-0.297 1.094-0.281 0.297-0.703 0.406-1.094 0.297l-2.906-0.828-0.75 2.938c-0.094 0.391-0.406 0.703-0.797 0.812-0.094 0.016-0.203 0.031-0.297 0.031-0.297 0-0.594-0.125-0.797-0.344l-2.109-2.156-2.109 2.156c-0.281 0.297-0.703 0.406-1.094 0.313-0.406-0.109-0.703-0.422-0.797-0.812l-0.75-2.938-2.906 0.828c-0.391 0.109-0.812 0-1.094-0.297-0.297-0.281-0.406-0.703-0.297-1.094l0.828-2.906-2.938-0.75c-0.391-0.094-0.703-0.406-0.812-0.797-0.094-0.391 0.016-0.812 0.313-1.094l2.156-2.109-2.156-2.109c-0.297-0.281-0.406-0.703-0.313-1.094 0.109-0.391 0.422-0.703 0.812-0.797l2.938-0.75-0.828-2.906c-0.109-0.391 0-0.812 0.297-1.094 0.281-0.297 0.703-0.406 1.094-0.297l2.906 0.828 0.75-2.938c0.094-0.391 0.406-0.703 0.797-0.797 0.391-0.109 0.812 0 1.094 0.297l2.109 2.172 2.109-2.172c0.281-0.297 0.688-0.406 1.094-0.297 0.391 0.094 0.703 0.406 0.797 0.797l0.75 2.938 2.906-0.828c0.391-0.109 0.812 0 1.094 0.297 0.297 0.281 0.406 0.703 0.297 1.094l-0.828 2.906 2.938 0.75c0.391 0.094 0.703 0.406 0.812 0.797 0.094 0.391-0.016 0.812-0.313 1.094z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"399\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b12d8\" wfd-id=\"400\"><h4 data-css=\"tve-u-1625389a3d5\" style=\"text-align: left;\">Triple Foam Polish</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"398\"><p data-css=\"tve-u-162492e70ad\">Class aptent taciti sociosqu ad litora torquent</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"388\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229fa8c68\" wfd-id=\"390\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-16271adf6cf\" wfd-id=\"394\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"bullseye\">\n<path d=\"M16 14c0 2.203-1.797 4-4 4s-4-1.797-4-4 1.797-4 4-4 4 1.797 4 4zM18 14c0-3.313-2.688-6-6-6s-6 2.688-6 6 2.688 6 6 6 6-2.688 6-6zM20 14c0 4.422-3.578 8-8 8s-8-3.578-8-8 3.578-8 8-8 8 3.578 8 8zM22 14c0-5.516-4.484-10-10-10s-10 4.484-10 10 4.484 10 10 10 10-4.484 10-10zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"392\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-16248fc71c8\" wfd-id=\"393\"><h4 data-css=\"tve-u-1625389b4ed\" style=\"text-align: left;\">Tire dressing</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"391\"><p data-css=\"tve-u-162492e70ad\">Etiam pharetra, erat sed fermentum feugiat, velit mauris</p></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621ad46076\" wfd-id=\"342\">\n<div class=\"tve-page-section-out\" wfd-id=\"381\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621b072b4e\" wfd-id=\"343\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621a8b2488\" wfd-id=\"344\"><div class=\"tcb-flex-row tcb--cols--2 v-2\" data-css=\"tve-u-1621a8a804b\" wfd-id=\"345\"><div class=\"tcb-flex-col\" wfd-id=\"357\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16271bfe70c\" wfd-id=\"359\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h3\" data-css=\"tve-u-1621a8c4313\" wfd-id=\"378\"><h3><strong>Complete cleaning services for yoâ€‹ur car</strong></h3></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-16417b70f47\" wfd-id=\"360\"><ul class=\"tcb-styled-list\" wfd-id=\"361\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621acf0289\" wfd-id=\"372\"><div class=\"tcb-styled-list-icon\" wfd-id=\"376\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a8e11f3\" wfd-id=\"377\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ace1b08\" wfd-id=\"373\">We are a small business delivering professional cleaning services for all vehicles</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621acf64fb\" wfd-id=\"368\"><div class=\"tcb-styled-list-icon\" wfd-id=\"370\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a8e5625\" wfd-id=\"371\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ace4de9\" wfd-id=\"369\">Our services are convenient for individuals and corporate fleets</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"362\"><div class=\"tcb-styled-list-icon\" wfd-id=\"366\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a9076ef\" wfd-id=\"367\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621acf47d2\" wfd-id=\"363\">We use eco-friendly products that actually clean, protect and maintain your car better than the traditional cleaning substances</span></li></ul></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"346\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621a90a46f\" wfd-id=\"348\"><div class=\"thrv_wrapper thrv-fill-counter tve_red tve_normalfc thrv_data_element\" data-css=\"tve-u-1621a983587\" wfd-id=\"349\">\n<div class=\"tve_fill_counter_n\" style=\"\" data-fill=\"100\" data-css=\"tve-u-1621a98b602\" wfd-id=\"350\">\n<svg viewBox=\"0 0 160 160\" class=\"tve_fill_counter_circle\" shape-rendering=\"optimizeSpeed\" data-css=\"tve-u-1621a9a2862\">\n<circle class=\"tve_fill_counter_circle_inner\" r=\"80\" cx=\"80\" cy=\"80\" data-css=\"tve-u-1621a9685d4\"></circle>\n</svg>\n<div class=\"tve_fill_text_in\" data-css=\"tve-u-1621a96b190\" wfd-id=\"351\">\n<div class=\"tve_fill_text_value\" data-css=\"tve-u-1621a9a2866\" wfd-id=\"353\">\n<div class=\"thrv-inline-text tve_fill_text tve_editable\" data-css=\"tve-u-1621a9a2867\" wfd-id=\"354\"><strong>100%â€‹</strong></div>\n</div>\n<div class=\"thrv-inline-text tve_editable tve_data_element_label\" data-css=\"tve-u-1621a9750ae\" wfd-id=\"352\">Clean car</div>\n</div>\n</div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621ada1e7f\" data-value-type=\"percent\" wfd-id=\"304\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621adba9ef\" data-clip-id=\"52d5a36c151aa\" wfd-id=\"341\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-52d5a36c151aa\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0875\"></polygon></clipPath><clipPath id=\"clip-tablet-top-52d5a36c151aa\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0524\"></polygon></clipPath><clipPath id=\"clip-mobile-top-52d5a36c151aa\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0349\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621ad420c4\" wfd-id=\"305\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621ade6172\" wfd-id=\"306\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2 tcb-row-reversed-mobile tcb-mobile-edit v-2\" data-css=\"tve-u-1621adea58b\" wfd-id=\"307\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621b064646\" style=\"\" wfd-id=\"335\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ae0bec7\" wfd-id=\"337\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ae4fd21\" data-value-type=\"percent\" data-float=\"1\" wfd-id=\"338\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621ae6c8da\" data-clip-id=\"aa2c3e3c70555\" wfd-id=\"340\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0349\"></polygon></clipPath><clipPath id=\"clip-tablet-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"4\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0699\"></polygon></clipPath><clipPath id=\"clip-mobile-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"4\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0699\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb\" data-css=\"tve-u-1621ae4db6e\" wfd-id=\"339\"></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621b064668\" style=\"\" wfd-id=\"308\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621f45bed3\" wfd-id=\"310\"><div class=\"tcb-clear\" data-css=\"tve-u-16224848ee5\" wfd-id=\"331\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621afceb00\" wfd-id=\"332\"><h2 data-css=\"tve-u-1621afcc0bf\">Check Out Our Special Offer!</h2></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621afda4fa\" wfd-id=\"330\"><p data-css=\"tve-u-1621afd8c98\">Donâ€™t miss the opportunity to get 50% discount on a complete cleaning just by recommending us to a friend. Bring someone you know with you and clean you car half price!</p></div><div class=\"tcb-clear\" data-css=\"tve-u-16224834cab\" wfd-id=\"311\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621fe85996\" wfd-id=\"312\"><div class=\"tcb-flex-row tcb--cols--2 tcb-resized tcb-medium-wrap tcb-desktop-wrap\" data-css=\"tve-u-1621fe78878\" wfd-id=\"313\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621fe94086\" style=\"\" wfd-id=\"321\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"323\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621b01355a\" wfd-id=\"324\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621b08fdde\" data-tcb_hover_state_parent=\"1\" wfd-id=\"329\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16223f02c16\" wfd-id=\"325\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-1620af7eb3f\" data-tcb_hover_state_parent=\"\" data-button-style=\"full_rounded\" wfd-id=\"326\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"327\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-16228c75500\" wfd-id=\"328\"><strong>Request an appointment</strong></span></span>\n</a>\n</div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621fe940b9\" style=\"\" wfd-id=\"314\"><div class=\"tcb-col\" wfd-id=\"316\"><div class=\"tcb-clear\" data-css=\"tve-u-16224716d62\" wfd-id=\"317\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-1621b028939\" data-tcb_hover_state_parent=\"\" data-button-style=\"ghost\" wfd-id=\"318\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"319\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-16228c764b2\" wfd-id=\"320\"><strong>Call Now: 0400-700-682</strong></span></span>\n</a>\n</div></div></div></div></div></div></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16260ba2fa4\" wfd-id=\"205\">\n<div class=\"tve-page-section-out\" wfd-id=\"303\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16260be7104\" wfd-id=\"206\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621b0e4fb7\" wfd-id=\"302\"><h2 data-css=\"tve-u-1621b10fccf\" style=\"text-align: center;\">our happy clients</h2></div><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641367127b\" data-float=\"1\" wfd-id=\"301\"><svg class=\"tcb-icon\" viewBox=\"0 0 30 32\" data-name=\"quote-left\">\n<path d=\"M13.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429zM29.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641367e553\" wfd-id=\"300\"><svg class=\"tcb-icon\" viewBox=\"0 0 30 32\" data-name=\"quote-left\">\n<path d=\"M13.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429zM29.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a10d3b4\" wfd-id=\"271\">\n<div class=\"tve-content-box-background\" wfd-id=\"299\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"272\"><div class=\"tcb-clear\" data-css=\"tve-u-1621b300a64\" wfd-id=\"297\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-1621f154231\" wfd-id=\"298\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621b200375\" wfd-id=\"275\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-16260d8392c\" wfd-id=\"276\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"281\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"283\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16417b62c09\" wfd-id=\"284\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-16260d8396c\" wfd-id=\"285\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16260d01208\" style=\"\" wfd-id=\"291\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"293\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"294\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16225617da3\" wfd-id=\"296\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"295\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16260d0120e\" style=\"\" wfd-id=\"286\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"288\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"290\"><h5>Brett Graham, 28</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"289\"><h6 class=\"\">Architect</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"277\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"279\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"280\"><p data-css=\"tve-u-162539c17ec\">Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit. Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit.&nbsp;</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-16260c5ff0c\" wfd-id=\"273\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260c5ff07\" wfd-id=\"274\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a12f675\" wfd-id=\"240\">\n<div class=\"tve-content-box-background\" wfd-id=\"270\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"241\"><div class=\"tcb-clear\" data-css=\"tve-u-16260cd7683\" wfd-id=\"268\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260d73672\" wfd-id=\"269\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16260da3aa7\" wfd-id=\"244\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-1621fb68b97\" wfd-id=\"245\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"252\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"254\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16417b662bf\" wfd-id=\"255\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-1621fb65556\" wfd-id=\"256\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16229915e1a\" style=\"\" wfd-id=\"262\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"264\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"265\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16260c433e9\" wfd-id=\"267\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"266\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16229915e4e\" style=\"\" wfd-id=\"257\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"259\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"261\"><h5>Rosie Hanson, 24</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"260\"><h6 class=\"\">Real estate Associate</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"246\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"248\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"249\"><p data-css=\"tve-u-162539c17ec\">Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo.</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-16260d3b97e\" wfd-id=\"242\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260d39b83\" wfd-id=\"243\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a146aef\" wfd-id=\"207\">\n<div class=\"tve-content-box-background\" wfd-id=\"239\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"208\"><div class=\"tcb-clear\" data-css=\"tve-u-16260cd7683\" wfd-id=\"237\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260cd622f\" wfd-id=\"238\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16260c39a7e\" wfd-id=\"211\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-16260d3f4aa\" wfd-id=\"212\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"219\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"221\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621fbacc60\" wfd-id=\"222\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-16260d3f4af\" wfd-id=\"223\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16229915e1a\" style=\"\" wfd-id=\"231\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"233\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"234\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16260d5e4b8\" wfd-id=\"236\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"235\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16229915e4e\" style=\"\" wfd-id=\"224\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"226\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"230\"><h5>Shawn Mattews, 35</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"227\"><h6 class=\"\">project manager</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"213\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"215\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"216\"><p data-css=\"tve-u-162539c17ec\">Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo. Nullam ac urna eu felis.Sed non neque elit. Sed ut imperdiet nisi. Proin condimentum</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1621b30ca74\" wfd-id=\"209\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-1621f15b521\" wfd-id=\"210\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621b3c8c52\" wfd-id=\"93\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621b3cfc7b\" wfd-id=\"204\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621b3c74d9\" wfd-id=\"94\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621e7b695a\" wfd-id=\"201\"><h2 data-css=\"tve-u-1621e7a7350\" style=\"text-align: center;\">our offers</h2></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621e7c899a\" wfd-id=\"95\"><div class=\"tcb-flex-row tcb--cols--3 tcb-medium-wrap v-2\" data-css=\"tve-u-1621e7c7aa1\" wfd-id=\"96\"><div class=\"tcb-flex-col\" wfd-id=\"163\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16223fc9f23\" wfd-id=\"165\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e7ceab3\" style=\"\" wfd-id=\"166\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16416e4fafd\" wfd-id=\"200\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e7d5094\" wfd-id=\"167\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e7e9950\" data-value-type=\"percent\" style=\"\" wfd-id=\"196\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e7edfd9\" data-clip-id=\"10ffac3b28f1d\" wfd-id=\"199\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-10ffac3b28f1d\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-10ffac3b28f1d\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e7e6c1d\" wfd-id=\"197\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-16417b4cb9e\" wfd-id=\"198\"><h4 data-css=\"tve-u-1621fe1a1af\" style=\"text-align: center;\"><strong>Basic Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ec6c39b\" data-float=\"1\" wfd-id=\"192\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e81f424\" wfd-id=\"195\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec752da\" wfd-id=\"193\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"194\"><h4 data-css=\"tve-u-1621fe1bd18\" style=\"text-align: center;\"><strong>15$</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621ea50702\" wfd-id=\"168\"><ul class=\"tcb-styled-list\" wfd-id=\"169\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec3a5c0\" wfd-id=\"188\"><div class=\"tcb-styled-list-icon\" wfd-id=\"190\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec204df\" wfd-id=\"191\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec241aa\" wfd-id=\"189\">Interior vacuum</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"184\"><div class=\"tcb-styled-list-icon\" wfd-id=\"186\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec20f68\" wfd-id=\"187\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec2704c\" wfd-id=\"185\">Dust &amp;dash console</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec42aa7\" wfd-id=\"178\"><div class=\"tcb-styled-list-icon\" wfd-id=\"182\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec21a31\" wfd-id=\"183\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec298ab\" wfd-id=\"179\">Hand towel dry</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec43fe2\" wfd-id=\"174\"><div class=\"tcb-styled-list-icon\" wfd-id=\"176\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ea1fba7\" wfd-id=\"177\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea23322\" wfd-id=\"175\">Clean windows</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec454d9\" wfd-id=\"170\"><div class=\"tcb-styled-list-icon\" wfd-id=\"172\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ea295c0\" wfd-id=\"173\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea2c69a\" wfd-id=\"171\">Soft cloth wash</span></li></ul></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"130\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"132\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621eb81205\" style=\"\" wfd-id=\"133\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16416e603ab\" wfd-id=\"162\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621eb7ccb0\" wfd-id=\"134\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ebbbb6d\" data-value-type=\"percent\" wfd-id=\"158\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eaaedd8\" data-clip-id=\"a2b9cf3198d6f\" wfd-id=\"161\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-a2b9cf3198d6f\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-a2b9cf3198d6f\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec7f21a\" wfd-id=\"159\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e930bd7\" wfd-id=\"160\"><h4 data-css=\"tve-u-1621e92e97f\" style=\"text-align: center;\"><strong>Ultimate Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ec78d2c\" data-float=\"1\" wfd-id=\"154\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eab272c\" wfd-id=\"157\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec79a7d\" wfd-id=\"155\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"156\"><h4 data-css=\"tve-u-1621e942b65\" style=\"text-align: center;\"><strong>22 $</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621ebfa746\" wfd-id=\"151\"><p data-css=\"tve-u-1621f4ceaf6\" style=\"text-align: center;\">Includes basic service <span data-css=\"tve-u-1621f4ceaf7\" style=\"color: rgb(15, 29, 123);\" wfd-id=\"152\"><strong class=\"\"><span data-css=\"tve-u-1621f4ceafb\" wfd-id=\"153\">+</span></strong></span></p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621ebf340c\" wfd-id=\"135\"><ul class=\"tcb-styled-list\" wfd-id=\"136\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-164137a0b1f\" wfd-id=\"145\"><div class=\"tcb-styled-list-icon\" wfd-id=\"149\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec0c5bd\" wfd-id=\"150\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ebfe4ce\" wfd-id=\"146\">Triple foam conditiner</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec04541\" wfd-id=\"141\"><div class=\"tcb-styled-list-icon\" wfd-id=\"143\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec09a3c\" wfd-id=\"144\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ebff867\" wfd-id=\"142\">Tire dressing</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec05cc3\" wfd-id=\"137\"><div class=\"tcb-styled-list-icon\" wfd-id=\"139\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec15f6e\" wfd-id=\"140\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec009a8\" wfd-id=\"138\">Air freshner</span></li></ul></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"97\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16223dad661\" wfd-id=\"99\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621fd9c946\" style=\"\" wfd-id=\"100\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e7d234c\" wfd-id=\"129\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621fd84d7b\" wfd-id=\"101\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16223b080b0\" data-value-type=\"percent\" wfd-id=\"123\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eb3eb9f\" data-clip-id=\"ac98bb0e54b3b\" wfd-id=\"128\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621fd8766c\" wfd-id=\"124\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e930bd7\" wfd-id=\"125\"><h4 data-css=\"tve-u-1621fe1587d\" style=\"text-align: center;\"><strong>Supreme Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e8107f3\" wfd-id=\"119\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eb43d8d\" wfd-id=\"122\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e819c52\" wfd-id=\"120\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"121\"><h4 data-css=\"tve-u-1621fe1725e\" style=\"text-align: center;\"><strong>30 $</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621eb037bb\" wfd-id=\"116\"><p data-css=\"tve-u-1621f4d0451\" style=\"text-align: center;\">Includes ultimate service <span data-css=\"tve-u-1621eaff572\" style=\"color: rgb(15, 29, 123);\" wfd-id=\"117\"><strong class=\"\"><span data-css=\"tve-u-1621eb01b60\" wfd-id=\"118\">+</span></strong></span></p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621eacf6af\" wfd-id=\"102\"><ul class=\"tcb-styled-list\" wfd-id=\"103\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec36a4d\" wfd-id=\"112\"><div class=\"tcb-styled-list-icon\" wfd-id=\"114\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e9993aa\" wfd-id=\"115\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea1a5d7\" wfd-id=\"113\">Exterior trim dressing</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"108\"><div class=\"tcb-styled-list-icon\" wfd-id=\"110\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e99b1db\" wfd-id=\"111\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea19a06\" wfd-id=\"109\">Hand applied spray wax</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec37ea5\" wfd-id=\"104\"><div class=\"tcb-styled-list-icon\" wfd-id=\"106\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e99c314\" wfd-id=\"107\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea18c5d\" wfd-id=\"105\">Interior conditioner</span></li></ul></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621efddaaf\" wfd-id=\"49\">\n<div class=\"tve-page-section-out\" wfd-id=\"92\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621edf8048\" wfd-id=\"50\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621f114214\" wfd-id=\"51\"><div class=\"tcb-flex-row tcb-mobile-edit tcb--cols--2\" data-css=\"tve-u-1621ee03000\" wfd-id=\"52\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621ee4be21\" style=\"\" wfd-id=\"58\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ee093d4\" wfd-id=\"60\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ee3afec\" wfd-id=\"61\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621ee58e74\" wfd-id=\"91\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ee37f4a\" wfd-id=\"62\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1621ee74a24\" wfd-id=\"90\"><svg class=\"tcb-icon\" viewBox=\"0 0 16 28\" data-name=\"map-marker\">\n<path d=\"M12 10c0-2.203-1.797-4-4-4s-4 1.797-4 4 1.797 4 4 4 4-1.797 4-4zM16 10c0 0.953-0.109 1.937-0.516 2.797l-5.688 12.094c-0.328 0.688-1.047 1.109-1.797 1.109s-1.469-0.422-1.781-1.109l-5.703-12.094c-0.406-0.859-0.516-1.844-0.516-2.797 0-4.422 3.578-8 8-8s8 3.578 8 8z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621ee63e1c\" wfd-id=\"87\"><h2 data-css=\"tve-u-1621fdcb4ea\" style=\"text-align: center;\">contact us</h2></div><div class=\"thrv_wrapper thrv-contact-form\" data-ct=\"contact_form-21969\" data-css=\"tve-u-1695d7c4d62\" wfd-id=\"65\">\n	<form action=\"\" method=\"post\" novalidate=\"\" sourceindex=\"1156\" wfd-id=\"66\">\n		<div class=\"tve-cf-item-wrapper\" wfd-id=\"70\">\n			<div class=\"tve-cf-item\" data-css=\"tve-u-1695d7d2659\" wfd-id=\"83\">\n				<div class=\"thrv-cf-input-wrapper\" data-type=\"first_name\" wfd-id=\"84\">\n					<label class=\"tve-cf-item-required-mark\" wfd-id=\"86\">First Name</label>\n					<div class=\"tve-cf-input\" data-css=\"tve-u-1695d7e44c1\" wfd-id=\"85\">\n						<input placeholder=\"John\" data-placeholder=\"John\" type=\"text\" name=\"first_name\" required=\"required\" sourceindex=\"1157\" wfd-id=\"500\">\n					</div>\n				</div>\n			</div>\n			<div class=\"tve-cf-item\" data-css=\"tve-u-1695d7d2659\" wfd-id=\"79\">\n				<div class=\"thrv-cf-input-wrapper\" data-type=\"email\" wfd-id=\"80\">\n					<label class=\"tve-cf-item-required-mark\" wfd-id=\"82\">Email Address</label>\n					<div class=\"tve-cf-input\" data-css=\"tve-u-1695d7e44c1\" wfd-id=\"81\">\n						<input placeholder=\"j.doe@inbox.com\" data-placeholder=\"j.doe@inbox.com\" type=\"email\" name=\"email\" required=\"required\" sourceindex=\"1158\" wfd-id=\"499\">\n					</div>\n				</div>\n			</div>\n			<div class=\"tve-cf-item\" data-css=\"tve-u-1695d7d2659\" wfd-id=\"75\">\n	<div class=\"thrv-cf-input-wrapper\" data-type=\"phone\" wfd-id=\"76\">\n		<label class=\"\" wfd-id=\"78\">Phone Number</label>\n		<div class=\"tve-cf-input\" data-css=\"tve-u-1695d7e44c1\" wfd-id=\"77\">\n			<input placeholder=\"1- 555-555-2368\" type=\"tel\" name=\"phone\" data-placeholder=\"1- 555-555-2368\" wfd-id=\"498\">\n		</div>\n	</div>\n</div>\n		<div class=\"tve-cf-item tcb-excluded-from-group-item\" data-css=\"tve-u-1695d7d93a4\" wfd-id=\"71\">\n				<div class=\"thrv-cf-input-wrapper\" data-type=\"message\" wfd-id=\"72\">\n					<label class=\"tve-cf-item-required-mark\" wfd-id=\"74\">Message</label>\n					<div class=\"tve-cf-input\" data-css=\"tve-u-1695d7e44c1\" wfd-id=\"73\">\n						<textarea placeholder=\"Type your message here...\" data-placeholder=\"Type your message here...\" name=\"message\" required=\"required\" sourceindex=\"1159\" wfd-id=\"502\"></textarea>\n					</div>\n				</div>\n			</div></div>\n		<div class=\"tve-cf-submit\" data-css=\"tve-u-1695d7e0325\" data-tcb_hover_state_parent=\"\" data-button-style=\"ghost\" wfd-id=\"67\">\n			<button class=\"tve_btn_txt\" type=\"submit\" sourceindex=\"1160\" wfd-id=\"515\">Send message</button>\n		</div>\n	<input type=\"hidden\" name=\"config\" value=\"YTozOntzOjE0OiJlcnJvcl9tZXNzYWdlcyI7YTo0OntzOjU6ImVtYWlsIjtzOjIxOiJFbWFpbCBhZGRyZXNzIGludmFsaWQiO3M6NToicGhvbmUiO3M6MjA6IlBob25lIG51bWJlciBpbnZhbGlkIjtzOjM6InVybCI7czoxMToiVVJMIGludmFsaWQiO3M6ODoicmVxdWlyZWQiO3M6MjA6IlJlcXVpcmVkIGZpZWxkIGVtcHR5Ijt9czo4OiJ0b19lbWFpbCI7YToyOntzOjI6InRvIjtzOjI5OiJhZG1pbkBiZXN0Y2VyYWtvdGVmbG9yaWRhLmNvbSI7czo3OiJzdWJqZWN0IjtzOjE4OiJOZXcgbWVzc2FnZSBmcm9tOiAiO31zOjY6InN1Ym1pdCI7YToxMDp7czo2OiJhY3Rpb24iO3M6NjoicmVsb2FkIjtzOjIzOiJzZW5kX2NvbmZpcm1hdGlvbl9lbWFpbCI7YjowO3M6MTk6InNlbmRlcl9wZXJzb25hbGl6ZWQiO2I6MDtzOjIwOiJjb25maXJtYXRpb25fc3ViamVjdCI7czozNjoiQ29udGFjdCBGb3JtIHN1Ym1pc3Npb24gY29uZmlybWF0aW9uIjtzOjIwOiJjb25maXJtYXRpb25fbWVzc2FnZSI7czoxMzk6IkhlbGxvLCAKClRoYW5rcyBmb3IgY29udGFjdGluZyB1cy4gV2UnbGwgZ2V0IGJhY2sgdG8geW91IGFzIHNvb24gYXMgcG9zc2libGUgd2l0aCB0aGUgaW5mb3JtYXRpb24geW91IG5lZWQuIAoKQmVzdCByZWdhcmRzLApbd3Bfc2l0ZV90aXRsZV0iO3M6OToiZnJvbV9uYW1lIjtzOjI4OiJUaGUgQmVzdCBDZXJha290ZSBJbiBGbG9yaWRhIjtzOjEwOiJmcm9tX2VtYWlsIjtzOjI5OiJhZG1pbkBiZXN0Y2VyYWtvdGVmbG9yaWRhLmNvbSI7czo4OiJyZXBseV90byI7czoyOToiYWRtaW5AYmVzdGNlcmFrb3RlZmxvcmlkYS5jb20iO3M6MzoidXJsIjtzOjA6IiI7czoxMjoibm90aWZpY2F0aW9uIjtzOjM4OiJZb3VyIG1lc3NhZ2UgaGFzIGJlZW4gc2VudCwgdGhhbmsgeW91ISI7fX0=\" wfd-id=\"497\"></form>\n</div><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_slide_left\" data-css=\"tve-u-1621ef118dc\" style=\"\" wfd-id=\"63\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"64\"><img class=\"tve_image tve_evt_manager_listen tve_et_tve-viewport wp-image-282\" alt=\"Cerakote Certified Logo\" width=\"2148\" height=\"1968\" title=\"Cerakote Certified Logo\" data-id=\"282\" src=\"https://bestcerakoteflorida.com/wp-content/uploads/2018/09/CertifiedLogo.png\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_left&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" style=\"width: 100%;\"></span></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621ee4be73\" style=\"\" wfd-id=\"53\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ee22c43\" wfd-id=\"55\"><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-1621ee18a1c\" wfd-id=\"57\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=825 South Kings Highway, Fort Pierce&amp;t=m&amp;z=11&amp;output=embed&amp;iwloc=near\"></iframe>\n</div><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-1621ee18a1c\" wfd-id=\"56\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=davie, Florida 33317&amp;t=m&amp;z=11&amp;output=embed&amp;iwloc=near\"></iframe>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621f0aa8f7\" wfd-id=\"28\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621f0ada0e\" wfd-id=\"48\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621f0b0088\" wfd-id=\"29\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621f0d2c1a\" wfd-id=\"30\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-1621f0cbe40\" wfd-id=\"31\"><div class=\"tcb-flex-col\" wfd-id=\"40\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"42\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621f0da775\" wfd-id=\"43\"><p data-css=\"tve-u-1622444fb11\">Â© 2018, Your company name . All rights reserved.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"32\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"34\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16223fe5f5b\" wfd-id=\"35\"><p data-css=\"tve-u-1621f0d874c\" style=\"text-align: right;\">Made with <a href=\"https://thrivethemes.com/\" target=\"_blank\">Thrive Architect</a></p></div></div></div></div></div></div>\n</div>\n\n'),(6959,575,'tve_revision_tve_has_wistia_popover','0'),(6960,576,'tcb_ct_id','22194'),(6961,576,'tcb_ct_meta','a:4:{s:1:\"v\";s:1:\"2\";s:4:\"type\";s:12:\"contact_form\";s:8:\"head_css\";s:7462:\"@import url(\"//fonts.googleapis.com/css?family=Hind:400,&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Playfair+Display:400,900,700&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-1645b1dfc0a\"] { padding-right: 4px !important; }[data-css=\"tve-u-1645b3656d8\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1645b3656d6\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1645b13db61\"] input, [data-css=\"tve-u-1645b13db61\"] textarea { background-image: none !important; background-color: rgba(191, 153, 144, 0.05) !important; }[data-css=\"tve-u-1645b13db60\"] input, [data-css=\"tve-u-1645b13db60\"] textarea { background-image: none !important; background-color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1645b13db5f\"] input, [data-css=\"tve-u-1645b13db5f\"] textarea { background-image: none !important; background-color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1645b232b50\"] { padding-left: 15px !important; }[data-css=\"tve-u-1645b227d30\"] { padding-right: 0px !important; background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_content_templates/contact_form/images/Chic_contact_form.jpg\") !important; background-size: cover !important; background-position: 0% 100% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; margin-right: 15px !important; }[data-css=\"tve-u-1645b22377c\"] { max-width: 57%; }[data-css=\"tve-u-1645b22376e\"] { max-width: 43%; }[data-css=\"tve-u-1645b1fda14\"] { padding-right: 15px !important; }[data-css=\"tve-u-1645b1fc63b\"] { padding-left: 15px !important; }[data-css=\"tve-u-1645b1f7552\"] { max-width: 57%; }[data-css=\"tve-u-1645b1f7546\"] { max-width: 43%; }#tve_editor [data-css=\"tve-u-1645b171a9e\"] { max-width: 100%; width: 100%; }[data-css=\"tve-u-1645b171a9e\"] { float: none; z-index: 3; position: relative; margin-left: 0px; margin-right: 0px; max-width: 100%; }#tve_editor [data-css=\"tve-u-1645b1dfc0a\"] > :first-child { color: rgb(255, 255, 255); }[data-css=\"tve-u-1645b1b582f\"] { margin-bottom: 50px !important; margin-top: 0px !important; }#tve_editor [data-css=\"tve-u-1645b13db61\"]:hover input, #tve_editor [data-css=\"tve-u-1645b13db61\"]:hover input::placeholder, #tve_editor [data-css=\"tve-u-1645b13db61\"]:hover textarea, #tve_editor [data-css=\"tve-u-1645b13db61\"]:hover textarea::placeholder { color: rgb(191, 153, 144) !important; }#tve_editor [data-css=\"tve-u-1645b13db60\"]:hover input, #tve_editor [data-css=\"tve-u-1645b13db60\"]:hover input::placeholder, #tve_editor [data-css=\"tve-u-1645b13db60\"]:hover textarea, #tve_editor [data-css=\"tve-u-1645b13db60\"]:hover textarea::placeholder { color: rgb(191, 153, 144) !important; }#tve_editor [data-css=\"tve-u-1645b13db5f\"]:hover input, #tve_editor [data-css=\"tve-u-1645b13db5f\"]:hover input::placeholder, #tve_editor [data-css=\"tve-u-1645b13db5f\"]:hover textarea, #tve_editor [data-css=\"tve-u-1645b13db5f\"]:hover textarea::placeholder { color: rgb(191, 153, 144) !important; }[data-css=\"tve-u-1645b15ff0d\"] { font-style: italic !important; }[data-css=\"tve-u-1645b15ff0c\"] { font-style: italic !important; }[data-css=\"tve-u-1645b15ff0b\"] { font-style: italic !important; }#tve_editor [data-css=\"tve-u-1645b171a9e\"]:hover button { background-color: rgb(191, 153, 144) !important; border: none !important; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1645b171a9e\"] button { border-color: rgb(227, 227, 227); font-family: Hind; font-size: 20px; letter-spacing: 2px; background-image: none !important; background-color: rgb(0, 0, 0) !important; font-weight: normal !important; }#tve_editor [data-css=\"tve-u-1645b13db61\"] input, #tve_editor [data-css=\"tve-u-1645b13db61\"] input::placeholder, #tve_editor [data-css=\"tve-u-1645b13db61\"] textarea, #tve_editor [data-css=\"tve-u-1645b13db61\"] textarea::placeholder { color: rgb(171, 171, 171); }#tve_editor [data-css=\"tve-u-1645b13db60\"] input, #tve_editor [data-css=\"tve-u-1645b13db60\"] input::placeholder, #tve_editor [data-css=\"tve-u-1645b13db60\"] textarea, #tve_editor [data-css=\"tve-u-1645b13db60\"] textarea::placeholder { color: rgb(171, 171, 171); }#tve_editor [data-css=\"tve-u-1645b13db5f\"] input, #tve_editor [data-css=\"tve-u-1645b13db5f\"] input::placeholder, #tve_editor [data-css=\"tve-u-1645b13db5f\"] textarea, #tve_editor [data-css=\"tve-u-1645b13db5f\"] textarea::placeholder { color: rgb(171, 171, 171); }#tve_editor [data-css=\"tve-u-1645b15ff0d\"] strong { font-weight: 900; }#tve_editor [data-css=\"tve-u-1645b15ff0c\"] strong { font-weight: 900; }#tve_editor [data-css=\"tve-u-1645b15ff0b\"] strong { font-weight: 900; }#tve_editor [data-css=\"tve-u-1645b15ff0d\"] { font-family: \"Playfair Display\"; font-weight: 400; font-size: 18px; }#tve_editor [data-css=\"tve-u-1645b15ff0c\"] { font-family: \"Playfair Display\"; font-weight: 400; font-size: 18px; }#tve_editor [data-css=\"tve-u-1645b15ff0b\"] { font-family: \"Playfair Display\"; font-weight: 400; font-size: 18px; }#tve_editor [data-css=\"tve-u-1645b13db61\"] input, #tve_editor [data-css=\"tve-u-1645b13db61\"] textarea { border-top: none; border-right: none; border-bottom: 2px solid rgb(191, 153, 144); border-left: none; border-image: initial; }#tve_editor [data-css=\"tve-u-1645b13db60\"] input, #tve_editor [data-css=\"tve-u-1645b13db60\"] textarea { border-top: none; border-right: none; border-bottom: 2px solid rgb(191, 153, 144); border-left: none; border-image: initial; }#tve_editor [data-css=\"tve-u-1645b13db5f\"] input, #tve_editor [data-css=\"tve-u-1645b13db5f\"] textarea { border-top: none; border-right: none; border-bottom: 2px solid rgb(191, 153, 144); border-left: none; border-image: initial; }}@media (max-width: 1023px){[data-css=\"tve-u-1645b1dfc0a\"] { padding-right: 4px !important; }}@media (max-width: 767px){[data-css=\"tve-u-1645b1dfc0a\"] { padding-right: 4px !important; }[data-css=\"tve-u-1645b3656d8\"] { margin-top: 0px !important; }#tve_editor [data-css=\"tve-u-1645b171a9e\"] button { font-size: 18px; }[data-css=\"tve-u-1645b1b582f\"] { margin-bottom: 20px !important; margin-top: 0px !important; }#tve_editor [data-css=\"tve-u-1645b15ff0d\"] { font-size: 17px; }#tve_editor [data-css=\"tve-u-1645b15ff0c\"] { font-size: 17px; }#tve_editor [data-css=\"tve-u-1645b15ff0b\"] { font-size: 17px; }#tve_editor [data-css=\"tve-u-1645b13db60\"] input, #tve_editor [data-css=\"tve-u-1645b13db60\"] input::placeholder, #tve_editor [data-css=\"tve-u-1645b13db60\"] textarea, #tve_editor [data-css=\"tve-u-1645b13db60\"] textarea::placeholder { font-size: 16px; }#tve_editor [data-css=\"tve-u-1645b13db5f\"] input, #tve_editor [data-css=\"tve-u-1645b13db5f\"] input::placeholder, #tve_editor [data-css=\"tve-u-1645b13db5f\"] textarea, #tve_editor [data-css=\"tve-u-1645b13db5f\"] textarea::placeholder { font-size: 16px; }[data-css=\"tve-u-1645b13db60\"] input, [data-css=\"tve-u-1645b13db60\"] textarea { padding: 15px !important; }[data-css=\"tve-u-1645b13db5f\"] input, [data-css=\"tve-u-1645b13db5f\"] textarea { padding: 15px !important; }[data-css=\"tve-u-1645b3656d6\"] { margin-bottom: 20px !important; margin-top: 0px !important; }[data-css=\"tve-u-1645b3c3438\"] { margin-top: 5px !important; margin-bottom: 5px !important; }[data-css=\"tve-u-1645b1fc63b\"] { padding-left: 0px !important; }[data-css=\"tve-u-1645b1fda14\"] { padding-right: 0px !important; }[data-css=\"tve-u-1645b232b50\"] { padding-left: 0px !important; }[data-css=\"tve-u-1645b227d30\"] { background-image: none !important; margin-right: 0px !important; }}\";s:10:\"custom_css\";s:0:\"\";}'),(6962,577,'tcb_ct_id','22343'),(6963,577,'tcb_ct_meta','a:4:{s:1:\"v\";s:1:\"3\";s:4:\"type\";s:12:\"contact_form\";s:8:\"head_css\";s:3052:\"@media (min-width: 300px){#tve_editor [data-css=\"tve-u-1645f76986c\"]:hover input, #tve_editor [data-css=\"tve-u-1645f76986c\"]:hover textarea { box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 9px -3px !important; }#tve_editor [data-css=\"tve-u-1645f76986d\"]:hover input, #tve_editor [data-css=\"tve-u-1645f76986d\"]:hover textarea { box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 9px -3px !important; }#tve_editor [data-css=\"tve-u-1645f76986f\"]:hover input, #tve_editor [data-css=\"tve-u-1645f76986f\"]:hover textarea { box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 9px -3px !important; }#tve_editor [data-css=\"tve-u-1645f769869\"] { font-family: \"Courier New\", Courier, monospace; font-weight: 700; font-size: 13px; }#tve_editor [data-css=\"tve-u-1645f76986a\"] { font-family: \"Courier New\", Courier, monospace; font-weight: 700; font-size: 13px; }#tve_editor [data-css=\"tve-u-1645f76986b\"] { font-family: \"Courier New\", Courier, monospace; font-weight: 700; font-size: 13px; }[data-css=\"tve-u-1645f76986c\"] input, [data-css=\"tve-u-1645f76986c\"] textarea { box-shadow: rgba(0, 0, 0, 0.25) 0px 2px 9px -6px; background-image: none !important; }[data-css=\"tve-u-1645f76986d\"] input, [data-css=\"tve-u-1645f76986d\"] textarea { box-shadow: rgba(0, 0, 0, 0.25) 0px 2px 9px -6px; background-image: none !important; }[data-css=\"tve-u-1645f76986f\"] input, [data-css=\"tve-u-1645f76986f\"] textarea { box-shadow: rgba(0, 0, 0, 0.25) 0px 2px 9px -6px; background-image: none !important; }[data-css=\"tve-u-1645f76e7a3\"]::after { clear: both; }[data-css=\"tve-u-1645f769870\"] { float: right; z-index: 3; position: relative; }[data-css=\"tve-u-1645f769869\"] { text-transform: capitalize; letter-spacing: 1px; font-weight: normal !important; }[data-css=\"tve-u-1645f76986a\"] { text-transform: capitalize; letter-spacing: 1px; font-weight: normal !important; }[data-css=\"tve-u-1645f76986b\"] { text-transform: capitalize; letter-spacing: 1px; font-weight: normal !important; }#tve_editor [data-css=\"tve-u-1645f76986c\"] input, #tve_editor [data-css=\"tve-u-1645f76986c\"] textarea { border-radius: 4px; overflow: hidden; border: 1px solid rgb(237, 240, 243); }#tve_editor [data-css=\"tve-u-1645f76986d\"] input, #tve_editor [data-css=\"tve-u-1645f76986d\"] textarea { border-radius: 4px; overflow: hidden; border: 1px solid rgb(237, 240, 243); }#tve_editor [data-css=\"tve-u-1645f76986f\"] input, #tve_editor [data-css=\"tve-u-1645f76986f\"] textarea { border-radius: 4px; overflow: hidden; border: 1px solid rgb(237, 240, 243); }#tve_editor [data-css=\"tve-u-1645f769870\"] { max-width: 22%; width: 22%; }#tve_editor [data-css=\"tve-u-1645f769870\"]:hover button { background-color: rgb(29, 165, 229) !important; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1645f769870\"] button { color: rgb(29, 165, 229); border: 1px solid rgb(29, 165, 229); border-radius: 30px; overflow: hidden; text-transform: none; font-family: \"Courier New\", Courier, monospace; letter-spacing: 1px; background-color: rgba(26, 188, 156, 0.01) !important; font-weight: normal !important; background-image: none !important; }}\";s:10:\"custom_css\";s:0:\"\";}'),(6968,578,'tve_revision_tve_content_more_found',''),(6969,578,'tve_revision_tve_save_post',''),(6970,578,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Merriweather:400,700&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Special+Elite:400&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Poppins:400,800,900,300,700,&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Monda:400,700,&subset=latin\");@media (min-width: 300px){.tcb-plain-text { font-family: Monda; font-weight: 400; font-size: 14px; }#tve_editor [data-css=\"tve-u-1621b072b4e\"] p, #tve_editor [data-css=\"tve-u-1621b072b4e\"] li, #tve_editor [data-css=\"tve-u-1621b072b4e\"] blockquote, #tve_editor [data-css=\"tve-u-1621b072b4e\"] address, #tve_editor [data-css=\"tve-u-1621b072b4e\"] .tcb-plain-text, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h1, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h2, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h3, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h4, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h5, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h6 { color: rgb(18, 18, 18); }[data-css=\"tve-u-1621fe78878\"] .tcb-flex-col { flex-basis: 160px !important; }[data-css=\"tve-u-16417b70f47\"] { padding: 0px !important; margin: 0px !important; }#tve_editor [data-css=\"tve-u-1621fdcb4ea\"] { color: rgb(15, 29, 123) !important; }#tve_editor [data-css=\"tve-u-1641367127b\"] > :first-child { color: rgb(15, 29, 123); }[data-css=\"tve-u-1641367127b\"] { font-size: 60px; float: none; box-shadow: none; position: relative; z-index: 5; margin: 0px auto !important; }#tve_editor [data-css=\"tve-u-1641333d7d1\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-162717cb617\"] > .tcb-flex-col { padding-left: 0px; }#tve_editor [data-css=\"tve-u-16413112747\"] { color: rgba(255, 255, 255, 0.85) !important; }[data-css=\"tve-u-16369305186\"] > .tve-cb { display: block; }#tve_editor [data-css=\"tve-u-162717cb609\"] p, #tve_editor [data-css=\"tve-u-162717cb609\"] li, #tve_editor [data-css=\"tve-u-162717cb609\"] blockquote, #tve_editor [data-css=\"tve-u-162717cb609\"] address, #tve_editor [data-css=\"tve-u-162717cb609\"] h1, #tve_editor [data-css=\"tve-u-162717cb609\"] h2, #tve_editor [data-css=\"tve-u-162717cb609\"] h3, #tve_editor [data-css=\"tve-u-162717cb609\"] h4, #tve_editor [data-css=\"tve-u-162717cb609\"] h5, #tve_editor [data-css=\"tve-u-162717cb609\"] h6 { color: rgb(255, 255, 255); }[data-css=\"tve-u-16369305186\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-162717cb621\"] .tve-page-section-in { display: flex; justify-content: center; flex-direction: column; }[data-css=\"tve-u-162717fcf9d\"] .tve-page-section-in { display: block; }[data-css=\"tve-u-1628a146aef\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1628a12f675\"] { padding: 0px !important; margin: 0px 0px 60px !important; }[data-css=\"tve-u-1628a10d3b4\"] { max-width: 100%; padding: 0px !important; margin: 0px 0px 60px !important; }[data-css=\"tve-u-16271ca808e\"] { color: rgb(0, 229, 255) !important; }#tve_editor [data-css=\"tve-u-162717cb618\"] p, #tve_editor [data-css=\"tve-u-162717cb618\"] li, #tve_editor [data-css=\"tve-u-162717cb618\"] blockquote, #tve_editor [data-css=\"tve-u-162717cb618\"] address, #tve_editor [data-css=\"tve-u-162717cb618\"] h1, #tve_editor [data-css=\"tve-u-162717cb618\"] h2, #tve_editor [data-css=\"tve-u-162717cb618\"] h3, #tve_editor [data-css=\"tve-u-162717cb618\"] h4, #tve_editor [data-css=\"tve-u-162717cb618\"] h5, #tve_editor [data-css=\"tve-u-162717cb618\"] h6 { color: rgb(0, 229, 255); }[data-css=\"tve-u-162718bd0c0\"] { clip-path: url(\"#clip-top-a3b25e1c9221a\"); -webkit-clip-path: url(\"#clip-top-a3b25e1c9221a\");  background-image: none !important; opacity: 1; filter: grayscale(0%) blur(0px); }[data-css=\"tve-u-162718a3b40\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-162717fcf9d\"] { z-index: 5; padding: 170px 40px 0px !important; margin-top: -80px !important; }[data-css=\"tve-u-16260cd622f\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-16260cd7683\"]::after { clear: both; }[data-css=\"tve-u-16260cd622f\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin-top: 0px !important; margin-bottom: -1px !important; }[data-css=\"tve-u-16260be7104\"] { max-width: 1200px; }[data-css=\"tve-u-16260ba2fa4\"] { padding: 100px 40px !important; }[data-css=\"tve-u-162539c17ec\"] { line-height: 1.6em !important; }#tve_editor [data-css=\"tve-u-162493b6b63\"]:hover { background-color: rgb(248, 249, 251) !important; }#tve_editor [data-css=\"tve-u-1624939a960\"]:hover { background-color: rgb(248, 249, 251) !important; background-image: none !important; }#tve_editor [data-css=\"tve-u-162492e70ad\"] { color: rgb(137, 141, 167) !important; }[data-css=\"tve-u-162492815ba\"] { padding: 0px !important; margin-top: 25px !important; }[data-css=\"tve-u-162491e8e1f\"]::after { clear: both; }[data-css=\"tve-u-1622f65ba70\"] { border: none; background-image: none !important; padding: 0px 30px 30px !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-1622a159bcb\"] { max-width: 100%; float: none; z-index: 6; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; margin-top: 0px !important; }[data-css=\"tve-u-16229915e4e\"] { max-width: 62.8%; }[data-css=\"tve-u-16229915e1a\"] { max-width: 37.2%; }[data-css=\"tve-u-16225617da3\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-Brett.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16225611edb\"] { min-height: 127px; }[data-css=\"tve-u-1622561121b\"] { max-width: 127px; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-16224848ee5\"]::after { clear: both; }[data-css=\"tve-u-16224834cab\"]::after { clear: both; }[data-css=\"tve-u-1621ee3afec\"] > .tve-cb { display: block; }[data-css=\"tve-u-1621fe78878\"] > .tcb-flex-col { padding-left: 5px; }[data-css=\"tve-u-1621fe940b9\"] { max-width: 50%; }[data-css=\"tve-u-1621fe94086\"] { max-width: 50%; }[data-css=\"tve-u-1621fe85996\"] { max-width: 585px; float: left; z-index: 3; position: relative; width: 100%; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621fe78878\"] > .tcb-flex-col > .tcb-col { min-height: 65px; justify-content: center; }[data-css=\"tve-u-1621fe78878\"] { min-height: inherit; margin-left: -5px; padding: 0px !important; flex-wrap: wrap !important; }#tve_editor [data-css=\"tve-u-1621f4d0451\"] { font-size: 20px !important; }#tve_editor [data-css=\"tve-u-1621f4ceaf6\"] { font-size: 20px !important; color: rgb(12, 12, 12) !important; }[data-css=\"tve-u-1621f45bed3\"] { padding: 0px !important; }[data-css=\"tve-u-1621f114214\"] { float: none; max-width: 100%; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621f0da775\"] { padding: 0px !important; }#tve_editor [data-css=\"tve-u-1621f0d874c\"] { letter-spacing: 1px; color: rgb(137, 141, 167) !important; font-size: 14px !important; }[data-css=\"tve-u-1621f0d2c1a\"] { max-width: 100%; margin-left: 60px !important; margin-right: 60px !important; }[data-css=\"tve-u-1621f0aa8f7\"] .tve-page-section-in { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621f0cbe40\"] { margin-left: 0px; padding: 0px !important; }[data-css=\"tve-u-1621f0cbe40\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-1621f0b0088\"] { max-width: 100%; min-height: 140px !important; }[data-css=\"tve-u-1621f0ada0e\"] { background-image: linear-gradient(rgb(22, 22, 24), rgb(22, 22, 24)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1621f0aa8f7\"] { padding: 0px !important; }[data-css=\"tve-u-1621efddaaf\"] { padding: 0px !important; }[data-css=\"tve-u-1621ef118dc\"] { width: 191px; position: relative; right: -50px; top: 0px; float: none; z-index: 3; margin: 0px auto !important; padding-left: 0px !important; left: 10px; }#tve_editor [data-css=\"tve-u-1621ee74a24\"] > :first-child { color: rgb(255, 255, 255); }[data-css=\"tve-u-1621ee74a24\"] { font-size: 60px; float: none; z-index: 3; position: relative; margin: 0px auto 10px !important; padding-top: 0px !important; box-shadow: none; }[data-css=\"tve-u-1621ee63e1c\"] { float: none; z-index: 3; position: relative; max-width: none; width: 100%; padding: 0px !important; margin: 0px auto 30px !important; }[data-css=\"tve-u-1621ee58e74\"] { background-color: rgb(224, 226, 236) !important; border-right: 2px dotted rgb(0, 0, 0) !important; }[data-css=\"tve-u-1621ee3afec\"] { padding: 60px 10px 0px 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621ee22c43\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding-top: 0px !important; padding-left: 0px !important; }[data-css=\"tve-u-1621ee18a1c\"] { margin: 1px 20px 0px !important; box-shadow: none; }[data-css=\"tve-u-1621ee093d4\"] { margin-top: 0px !important; }[data-css=\"tve-u-1621ee03000\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1621ee03000\"] { margin-left: 0px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-1621ee03000\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-1621edf8048\"] { max-width: 100%; min-height: 1px !important; }[data-css=\"tve-u-1621ec454d9\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec43fe2\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec42aa7\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec3a5c0\"] { margin-top: 0px !important; margin-bottom: 10px !important; }[data-css=\"tve-u-1621ec37ea5\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec36a4d\"] { margin-bottom: 10px !important; }[data-css=\"tve-u-1621ea18c5d\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ea19a06\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ea1a5d7\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ea2c69a\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ea23322\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ec298ab\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ec2704c\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ec241aa\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ec05cc3\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec04541\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec009a8\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ebff867\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ebfe4ce\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621eb037bb\"] { padding: 0px !important; margin-top: 0px !important; margin-bottom: 30px !important; }[data-css=\"tve-u-1621eaff572\"] { color: rgb(15, 29, 123) !important; }[data-css=\"tve-u-1621ea50702\"] { max-width: 230px; float: none; z-index: 3; position: relative; width: 100%; padding: 0px !important; margin: 0px auto !important; }#tve_editor [data-css=\"tve-u-1621ea2c69a\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ea295c0\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ea295c0\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ea1fba7\"] > :first-child { color: rgb(137, 141, 167); }#tve_editor [data-css=\"tve-u-1621ea23322\"] { font-size: 16px !important; }[data-css=\"tve-u-1621ea1fba7\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }[data-css=\"tve-u-1621e99c314\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }[data-css=\"tve-u-1621e99b1db\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }[data-css=\"tve-u-1621e9993aa\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ea1a5d7\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ea19a06\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ea18c5d\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621e99c314\"] > :first-child { color: rgb(137, 141, 167); }#tve_editor [data-css=\"tve-u-1621e99b1db\"] > :first-child { color: rgb(137, 141, 167); }#tve_editor [data-css=\"tve-u-1621e9993aa\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621e8107f3\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621e942b65\"] strong { font-weight: 800; }[data-css=\"tve-u-1621e7e9950\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621e930bd7\"] { padding: 0px 0px 50px !important; }#tve_editor [data-css=\"tve-u-1621e92e97f\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1621e81f424\"] { border-radius: 200px; overflow: hidden; background-image: none !important; border: 3px solid rgb(255, 255, 255) !important; background-color: rgb(144, 147, 168) !important; }[data-css=\"tve-u-1621e819c52\"] { min-height: 110px; }[data-css=\"tve-u-1621e8107f3\"] { float: none; max-width: 110px; z-index: 4; padding: 0px !important; margin: -60px auto 30px !important; }[data-css=\"tve-u-1621e7edfd9\"] { clip-path: url(\"#clip-bottom-10ffac3b28f1d\"); -webkit-clip-path: url(\"#clip-bottom-10ffac3b28f1d\");  background-image: none !important; background-color: rgb(144, 147, 168) !important; }[data-css=\"tve-u-1621e7e9950\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1621e7e6c1d\"] { min-height: 150px; }[data-css=\"tve-u-1621e7c7aa1\"] > .tcb-flex-col { padding-left: 60px; }[data-css=\"tve-u-1621e7d5094\"] { min-height: 480px; }[data-css=\"tve-u-1621e7d234c\"] { box-shadow: rgba(0, 0, 0, 0.02) 0px 2px 22px 0px; background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1621e7ceab3\"] { float: none; width: 100%; padding: 0px 0px 20px !important; margin: 0px auto !important; }[data-css=\"tve-u-1621e7c899a\"] { float: none; max-width: 100%; margin: 0px auto !important; }[data-css=\"tve-u-1621e7c7aa1\"] { margin-left: -60px; padding: 0px !important; }[data-css=\"tve-u-1621e7b695a\"] { padding: 0px !important; margin-bottom: 100px !important; }#tve_editor [data-css=\"tve-u-1621e7a7350\"] { color: rgb(15, 29, 123) !important; }[data-css=\"tve-u-1621b3cfc7b\"] { filter: blur(0px); opacity: 1; background-image: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(220, 224, 246) 38%) !important; background-color: rgb(212, 212, 212) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1621b3c8c52\"] { padding: 100px 40px !important; }[data-css=\"tve-u-1621b3c74d9\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-1621b300a64\"]::after { clear: both; }[data-css=\"tve-u-1621b24a89d\"] { padding: 0px !important; }[data-css=\"tve-u-1621b22a018\"] { background-image: none !important; padding: 0px !important; }[data-css=\"tve-u-1621b200375\"] { float: none; max-width: 100%; border-left: 1px solid rgba(15, 29, 123, 0.7); border-right: 1px solid rgba(15, 29, 123, 0.7); background-color: rgb(248, 249, 251) !important; margin: 0px auto !important; }[data-css=\"tve-u-1621b10fccf\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621b0e4fb7\"] { border-right: none; max-width: 100%; padding: 0px !important; margin-bottom: 40px !important; margin-right: 0px !important; }[data-css=\"tve-u-1621b072b4e\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-1621b064668\"] { max-width: 52%; }[data-css=\"tve-u-1621b064646\"] { max-width: 48%; }[data-css=\"tve-u-1621afda4fa\"] { max-width: none; padding: 0px !important; margin-bottom: 40px !important; }#tve_editor [data-css=\"tve-u-1621afd8c98\"] { color: rgb(255, 255, 255) !important; font-size: 20px !important; }[data-css=\"tve-u-1621afceb00\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 80%; padding: 0px !important; margin-bottom: 50px !important; }#tve_editor [data-css=\"tve-u-1621afcc0bf\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1621a8a804b\"] > .tcb-flex-col { padding-left: 60px; }[data-css=\"tve-u-1621ae6c8da\"] { clip-path: url(\"#clip-top-aa2c3e3c70555\"); -webkit-clip-path: url(\"#clip-top-aa2c3e3c70555\");  background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-Cta-2.jpg\") !important; background-size: cover !important; background-position: 0% 100% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1621ae4fd21\"] { max-width: 100%; top: -70px; z-index: 5; left: -60px; position: relative !important; padding: 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-1621ae4db6e\"] { min-height: 524px; }[data-css=\"tve-u-1621ada1e7f\"] .tve-page-section-in { display: flex; flex-direction: column; justify-content: center; }[data-css=\"tve-u-1621adea58b\"] > .tcb-flex-col > .tcb-col { min-height: 1px; justify-content: center; }[data-css=\"tve-u-1621ae0bec7\"] { height: calc(100% - -22px); background-image: linear-gradient(rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.14)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; margin-left: 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621adea58b\"] > .tcb-flex-col { padding-left: 50px; }[data-css=\"tve-u-1621adea58b\"] { margin-left: -50px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-1621ade6172\"] { max-width: 100%; float: none; width: 100%; margin: 0px auto !important; }[data-css=\"tve-u-1621adba9ef\"] { clip-path: url(\"#clip-top-52d5a36c151aa\"); -webkit-clip-path: url(\"#clip-top-52d5a36c151aa\");  background-image: linear-gradient(rgba(15, 29, 123, 0.65), rgba(15, 29, 123, 0.65)), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-cta-bg.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-1621ada1e7f\"] { padding: 0px 40px !important; }[data-css=\"tve-u-1621ad46076\"] { padding: 100px 40px !important; margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1621ad420c4\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-1621a9076ef\"] { padding-top: 2px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-1621acf64fb\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621acf47d2\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1621acf0289\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621a8e11f3\"] { padding-top: 2px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-1621a8e5625\"] { padding-top: 2px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-1621ace4de9\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1621ace1b08\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1621a9a2867\"] strong { font-weight: 700; }#tve_editor [data-css=\"tve-u-1621a9a2867\"] { font-weight: 300; color: rgb(15, 29, 123) !important; font-family: Poppins !important; }[data-css=\"tve-u-1621a9750ae\"] { font-size: 13.6px !important; line-height: 13.6px !important; }[data-css=\"tve-u-1621a9a2867\"] { font-size: 48px !important; line-height: 48px !important; }[data-css=\"tve-u-1621a9a2866\"] { margin-top: 40px !important; }[data-css=\"tve-u-1621a9a2862\"] { width: 160px !important; height: 160px !important; background-color: rgb(137, 141, 167) !important; }[data-css=\"tve-u-1621a98b602\"] { stroke-dasharray: 502.655, 502.655; }[data-css=\"tve-u-1621a983587\"] { float: none; border: 30px solid rgba(137, 141, 167, 0.24); z-index: 3; position: relative; margin: 30px auto 0px !important; padding: 0px !important; }[data-css=\"tve-u-1621a9750ae\"] strong { font-weight: 700; }#tve_editor [data-css=\"tve-u-1621a9750ae\"] { color: rgb(255, 255, 255) !important; font-family: Monda !important; }[data-css=\"tve-u-1621a96b190\"] { background-color: rgb(231, 229, 229); width: 144px !important; height: 144px !important; top: 8px !important; bottom: 8px !important; left: 8px !important; right: 8px !important; }[data-css=\"tve-u-1621a9685d4\"] { stroke: rgb(248, 251, 253) !important; stroke-width: 17px !important; }[data-css=\"tve-u-1621a8a804b\"] > .tcb-flex-col > .tcb-col { min-height: 445px; justify-content: center; }[data-css=\"tve-u-1621a90a46f\"] { background-image: radial-gradient(rgba(255, 255, 255, 0.51) 16%, rgb(255, 255, 255) 73%), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-100-clean.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }#tve_editor [data-css=\"tve-u-1621a9076ef\"] > :first-child { color: rgb(15, 29, 123); }#tve_editor [data-css=\"tve-u-1621a8e5625\"] > :first-child { color: rgb(15, 29, 123); }#tve_editor [data-css=\"tve-u-1621a8e11f3\"] > :first-child { color: rgb(15, 29, 123); }[data-css=\"tve-u-1621a8c4313\"] { padding: 0px !important; margin-bottom: 60px !important; }[data-css=\"tve-u-1621a8b2488\"] { float: none; max-width: 100%; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621a8a804b\"] { min-height: inherit; margin-left: -60px; padding: 0px !important; }[data-css=\"tve-u-1621a2e0d5b\"] { line-height: 1em !important; }[data-css=\"tve-u-1621a2247ba\"] { max-width: 100%; float: none; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; }#tve_editor [data-css=\"tve-u-1620af7eb3f\"] .tcb-button-link { font-size: 18px; color: rgb(15, 29, 123) !important; }#tve_editor [data-css=\"tve-u-1620af7eb3f\"]:hover strong { font-weight: 700 !important; }[data-css=\"tve-u-1620af7eb3f\"] { width: 268px; float: left; z-index: 3; position: relative; display: block; max-width: 268px; margin-bottom: 0px !important; margin-top: 0px !important; margin-left: 3px !important; }#tve_editor [data-css=\"tve-u-1620af7eb3f\"]:hover .tcb-button-link { color: rgb(255, 255, 255) !important; border-radius: 200px !important; overflow: hidden !important; font-family: Monda !important; font-weight: 400 !important; text-shadow: none !important; background-image: none !important; background-color: rgb(15, 29, 123) !important; }[data-css=\"tve-u-1620af7eb3f\"] .tcb-button-link { border-radius: 200px; min-height: 54.7619px; font-size: 1.33333em; padding-top: 0px; padding-bottom: 0px; background-image: none !important; background-color: rgb(255, 255, 255) !important; padding-right: 15px !important; }#tcb_landing_page a:not(.tcb-button-link).tve_state_hover { color: rgb(35, 55, 188); }#tcb_landing_page a:not(.tcb-button-link):hover { color: rgb(35, 55, 188); }#tcb_landing_page a:not(.tcb-button-link) { color: rgb(255, 255, 255); }#tcb_landing_page input strong { font-weight: 700; }#tcb_landing_page .tcb-button-link strong { font-weight: 700; }#tcb_landing_page p strong, #tcb_landing_page li strong { font-weight: 700; }#tcb_landing_page input { font-family: Merriweather; font-weight: 400; }#tcb_landing_page .tcb-button-link { font-family: Merriweather; font-weight: 400; }#tcb_landing_page p, #tcb_landing_page li { color: rgb(12, 12, 12); font-family: Merriweather; font-weight: 400; line-height: 1.5em; font-size: 16px; }#tcb_landing_page h6 { text-transform: uppercase; font-size: 14px; color: rgb(0, 0, 0); font-family: \"Special Elite\"; font-weight: 400; letter-spacing: 1px; line-height: 1.3em; }#tcb_landing_page h5 { font-size: 22px; color: rgb(12, 12, 12); font-family: \"Special Elite\"; font-weight: 400; line-height: 1.3em; }#tcb_landing_page h4 { font-size: 24px; color: rgb(12, 12, 12); font-family: \"Special Elite\"; font-weight: 400; line-height: 1.3em; }#tcb_landing_page h3 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(12, 12, 12); font-size: 26px; line-height: 1.3em; }#tcb_landing_page h2 { color: rgb(0, 0, 0); font-size: 30px; letter-spacing: 2px; text-transform: uppercase; line-height: 1.3em; font-family: \"Special Elite\"; font-weight: 400; }#tcb_landing_page h1 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(0, 0, 0); font-size: 42px; line-height: 1.3em; }[data-css=\"tve-u-15e09c94f7d\"] { background-color: rgb(231, 229, 229) !important; }[data-css=\"tve-u-1621b01355a\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621b01355a\"] { max-width: 274px; position: relative; float: left; z-index: 3; width: 100%; padding: 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-1621b028939\"] .tcb-button-link { font-size: 18px; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1621b028939\"]:hover strong { font-weight: 700 !important; }[data-css=\"tve-u-1621b028939\"] { display: block; max-width: 268px; width: 268px; top: 0px; left: 0px; float: left; z-index: 3; position: relative; margin-bottom: 0px !important; margin-top: 0px !important; }#tve_editor [data-css=\"tve-u-1621b028939\"]:hover .tcb-button-link { background-color: rgb(255, 255, 255) !important; color: rgb(15, 29, 123) !important; overflow: hidden !important; font-family: Monda !important; background-image: none !important; text-align: center !important; }[data-css=\"tve-u-1621b028939\"] .tcb-button-link { min-height: 54.7619px; font-size: 1.33333em; padding-top: 0px; padding-bottom: 0px; border: 1px solid rgb(255, 255, 255); border-radius: 30px; overflow: hidden; background-color: rgba(26, 188, 156, 0.01) !important; padding-right: 15px !important; color: rgb(26, 188, 156) !important; }[data-css=\"tve-u-1621b08fdde\"] { border-radius: 200px; overflow: hidden; border: 1px solid rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1621b01355a\"]:hover [data-css=\"tve-u-1621b08fdde\"] { border: 1px solid rgba(255, 255, 255, 0.4) !important; }[data-css=\"tve-u-1621b30ca74\"]::after { clear: both; }#tve_editor [data-css=\"tve-u-1621e942b65\"] { font-weight: 400; letter-spacing: 0px; color: rgb(255, 255, 255) !important; font-family: Poppins !important; font-size: 30px !important; }[data-css=\"tve-u-1621e94cb4e\"] { float: none; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621eaaedd8\"] { clip-path: url(\"#clip-bottom-a2b9cf3198d6f\"); -webkit-clip-path: url(\"#clip-bottom-a2b9cf3198d6f\");  background-image: none !important; background-color: rgb(5, 10, 42) !important; }[data-css=\"tve-u-1621eab272c\"] { border-radius: 200px; overflow: hidden; background-image: none !important; border: 3px solid rgb(255, 255, 255) !important; background-color: rgb(5, 10, 42) !important; }[data-css=\"tve-u-1621eacf6af\"] { max-width: 230px; float: none; z-index: 3; position: relative; padding: 0px !important; margin: 0px auto !important; }[data-css=\"tve-u-1621eb3eb9f\"] { clip-path: url(\"#clip-bottom-ac98bb0e54b3b\"); -webkit-clip-path: url(\"#clip-bottom-ac98bb0e54b3b\");  background-image: none !important; background-color: rgb(45, 51, 89) !important; }[data-css=\"tve-u-1621eb43d8d\"] { border-radius: 200px; overflow: hidden; background-image: none !important; border: 3px solid rgb(255, 255, 255) !important; background-color: rgb(45, 51, 89) !important; }[data-css=\"tve-u-1621eb7ccb0\"] { min-height: 530px; }[data-css=\"tve-u-1621eb81205\"] { padding: 0px 0px 20px !important; margin-top: -25px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621ebbbb6d\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621ebbbb6d\"] { max-width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1621ebf340c\"] { max-width: 230px; float: none; z-index: 3; position: relative; width: 100%; padding: 0px !important; margin: 0px auto !important; }[data-css=\"tve-u-1621ebfa746\"] { padding: 0px !important; margin-top: 0px !important; margin-bottom: 30px !important; }#tve_editor [data-css=\"tve-u-1621ebfe4ce\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ebff867\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ec009a8\"] { font-size: 16px !important; }[data-css=\"tve-u-1621ec09a3c\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; margin: 0px !important; }#tve_editor [data-css=\"tve-u-1621ec09a3c\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ec0c5bd\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; margin: 0px !important; }#tve_editor [data-css=\"tve-u-1621ec0c5bd\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ec15f6e\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ec15f6e\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ec204df\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ec204df\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ec20f68\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ec20f68\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ec21a31\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ec21a31\"] > :first-child { color: rgb(137, 141, 167); }#tve_editor [data-css=\"tve-u-1621ec241aa\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ec2704c\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ec298ab\"] { font-size: 16px !important; }[data-css=\"tve-u-1621ec6c39b\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621ec6c39b\"] { float: none; max-width: 110px; z-index: 4; padding: 0px !important; margin: -60px auto 30px !important; }[data-css=\"tve-u-1621ec752da\"] { min-height: 110px; }[data-css=\"tve-u-1621ec78d2c\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621ec78d2c\"] { float: none; max-width: 110px; z-index: 4; padding: 0px !important; margin: -60px auto 30px !important; }[data-css=\"tve-u-1621ec79a7d\"] { min-height: 110px; }[data-css=\"tve-u-1621ec7f21a\"] { min-height: 160px; }[data-css=\"tve-u-1621f154231\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-1621f154231\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin: 0px 0px -1px !important; }[data-css=\"tve-u-1621f15b521\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-1621f15b521\"] { float: right; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin-top: -1px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621f4ceaf7\"] { color: rgb(15, 29, 123) !important; }[data-css=\"tve-u-1621fb65556\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-1621fb65556\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-1621fb65556\"] { min-height: inherit; margin-left: -20px; padding: 0px !important; }[data-css=\"tve-u-1621fb68b97\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-1621fb68b97\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-1621fb68b97\"] { min-height: inherit; margin-left: -30px; padding: 30px !important; }[data-css=\"tve-u-1621fbacc60\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621fbcad8c\"] { padding: 0px !important; }[data-css=\"tve-u-1621fc0ce17\"] { padding: 0px !important; margin-bottom: 15px !important; }[data-css=\"tve-u-1621fd84d7b\"] { min-height: 480px; }[data-css=\"tve-u-1621fd8766c\"] { min-height: 150px; }[data-css=\"tve-u-1621fd9c946\"] { padding: 0px 0px 20px !important; margin-top: 0px !important; margin-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-1621fe1587d\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1621fe1725e\"] strong { font-weight: 800; }#tve_editor [data-css=\"tve-u-1621fe1725e\"] { font-weight: 400; letter-spacing: 0px; color: rgb(255, 255, 255) !important; font-family: Poppins !important; font-size: 30px !important; }#tve_editor [data-css=\"tve-u-1621fe1a1af\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1621fe1bd18\"] strong { font-weight: 800; }#tve_editor [data-css=\"tve-u-1621fe1bd18\"] { font-weight: 400; letter-spacing: 0px; color: rgb(255, 255, 255) !important; font-family: Poppins !important; font-size: 30px !important; }[data-css=\"tve-u-16223b080b0\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-16223b080b0\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-16223f02c16\"] { min-height: 62px; }[data-css=\"tve-u-16223fe5f5b\"] { padding: 0px !important; }[data-css=\"tve-u-16224439be1\"] { padding: 0px !important; }#tve_editor [data-css=\"tve-u-1622444fb11\"] { letter-spacing: 1px; color: rgb(137, 141, 167) !important; font-size: 14px !important; }#tve_editor [data-css=\"tve-u-16228c764b2\"] { font-size: 18px !important; }[data-css=\"tve-u-16229f6175c\"] { border: none; margin: 80px 0px 0px !important; background-image: none !important; }[data-css=\"tve-u-16229fa6a26\"] { border: none; box-shadow: none; padding: 0px 30px 30px !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-16229fa8c68\"] { border: none; padding: 0px 30px 30px !important; background-image: none !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col > .tcb-col { min-height: 244px; }[data-css=\"tve-u-16229ffbb7b\"] { margin-left: -30px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16248fc42a1\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-16248fc42a1\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-16248fc71c8\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-16249355087\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-16249355087\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-16249358652\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-16249358652\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-1624935a201\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-1624935a201\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-16249367114\"] { border: none; margin: 30px 0px 0px !important; background-image: none !important; }[data-css=\"tve-u-16249373b25\"] { border: none; padding: 0px 30px 30px !important; background-image: linear-gradient(rgb(248, 249, 251), rgb(248, 249, 251)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1624939a960\"] { border: none; box-shadow: none; padding: 0px 30px 30px !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-162493a03b0\"] > .tcb-flex-col > .tcb-col { min-height: 244px; }[data-css=\"tve-u-162493a03b0\"] { margin-left: -30px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-162493a03b0\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-162493b6b63\"] { border: none; background-image: none !important; padding: 0px 30px 30px !important; background-color: rgb(248, 249, 251) !important; }#tve_editor [data-css=\"tve-u-162493d5f13\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-162493d5f13\"] { font-size: 30px; width: 30px; height: 30px; top: 0px; left: 0px; display: block; position: static; z-index: 8; border-bottom: 1px solid rgb(10, 93, 165); border-top: none; border-right: none; border-left: none; border-image: initial; margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-162494b490e\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-162494b7ad0\"] { padding: 0px !important; margin-top: 25px !important; margin-left: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-1625389a3d5\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-1625389a3d5\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-1625389b4ed\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-1625389b4ed\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-162539ac577\"] { max-width: 39%; }[data-css=\"tve-u-162539ac57d\"] { max-width: 61%; }#tve_editor [data-css=\"tve-u-162539c17ec\"] { font-size: 16px !important; color: rgba(12, 12, 12, 0.7) !important; }[data-css=\"tve-u-16260c39a7e\"] { float: none; max-width: 100%; border-left: 1px solid rgba(15, 29, 123, 0.7); border-right: 1px solid rgba(15, 29, 123, 0.7); margin: 0px auto !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-16260c433e9\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-Rosie.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16260c5ff07\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-16260c5ff07\"] { float: right; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin: -1px 0px 0px !important; }[data-css=\"tve-u-16260c5ff0c\"]::after { clear: both; }[data-css=\"tve-u-16260d01208\"] { max-width: 37%; }[data-css=\"tve-u-16260d0120e\"] { max-width: 63%; }[data-css=\"tve-u-16260d39b83\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-16260d39b83\"] { float: right; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin-top: -1px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-16260d3b97e\"]::after { clear: both; }[data-css=\"tve-u-16260d3f4aa\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16260d3f4aa\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-16260d3f4aa\"] { min-height: inherit; margin-left: -30px; padding: 30px !important; }[data-css=\"tve-u-16260d3f4af\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-16260d3f4af\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-16260d3f4af\"] { min-height: inherit; margin-left: -20px; padding: 0px !important; }[data-css=\"tve-u-16260d5e4b8\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-Shawn.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16260d73672\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-16260d73672\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin-top: 0px !important; margin-bottom: -1px !important; }[data-css=\"tve-u-16260d8392c\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16260d8392c\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-16260d8392c\"] { min-height: inherit; margin-left: -30px; padding: 30px !important; }[data-css=\"tve-u-16260d8396c\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-16260d8396c\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-16260d8396c\"] { min-height: inherit; margin-left: -20px; padding: 0px !important; }[data-css=\"tve-u-16260da3aa7\"] { float: none; max-width: 100%; border-left: 1px solid rgba(15, 29, 123, 0.7); border-right: 1px solid rgba(15, 29, 123, 0.7); margin: 0px auto !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-162717cb600\"] { max-width: 58.2%; }[data-css=\"tve-u-162717cb601\"] { max-width: 41.8%; }[data-css=\"tve-u-162717cb609\"]::after { clear: both; }[data-css=\"tve-u-162717cb60a\"] { padding-right: 50px !important; padding-bottom: 80px !important; padding-top: 20px !important; }[data-css=\"tve-u-162717cb60b\"]::after { clear: both; }[data-css=\"tve-u-162717cb60b\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-162717cb60f\"] { padding: 0px !important; margin-bottom: 25px !important; }[data-css=\"tve-u-162717cb610\"] { padding: 0px !important; margin-bottom: 35px !important; box-shadow: none !important; }#tve_editor [data-css=\"tve-u-162717cb616\"] { text-shadow: rgb(0, 0, 0) 2px 2px 2px; text-transform: none !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-162717cb617\"] { margin-left: 0px; padding: 0px !important; }[data-css=\"tve-u-162717cb618\"] { max-width: none; margin-top: 0px !important; }[data-css=\"tve-u-162717cb620\"] { clip-path: url(\"#clip-bottom-c883ac5175045\"); -webkit-clip-path: url(\"#clip-bottom-c883ac5175045\");  opacity: 1; filter: grayscale(0%) blur(0px); background-image: linear-gradient(rgba(0, 0, 0, 0.46), rgba(0, 0, 0, 0.46)), url(\"https://bestcerakoteflorida.com/wp-content/uploads/2018/05/FTYS6743.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, fixed !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-162717cb609\"] { max-width: 1200px; min-height: 630px !important; }[data-css=\"tve-u-162717cb621\"] { z-index: 1; padding: 125px 40px 0px !important; margin-top: -130px !important; }[data-css=\"tve-u-162717d1bb6\"] { border-right: 1px solid rgba(255, 255, 255, 0.2); }[data-css=\"tve-u-162717d1bb7\"] { max-width: 23.7%; }[data-css=\"tve-u-162717d1bb9\"] { max-width: 42.9%; }[data-css=\"tve-u-162717d1bbc\"] { border-left: none; padding: 0px !important; }[data-css=\"tve-u-162717d1bbe\"] { border-bottom: 1px solid rgba(255, 255, 255, 0.2); float: none; width: 100%; position: relative; z-index: 10; max-width: 1600px; margin: 0px auto !important; }[data-css=\"tve-u-162717d1bbf\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-162717d1bbf\"] > .tcb-flex-col { padding-left: 17px; }[data-css=\"tve-u-162717d1bbf\"] { margin-left: -17px; min-height: inherit; padding: 5px 0px 0px 40px !important; }#tve_editor [data-css=\"tve-u-162717d1bbe\"] p, #tve_editor [data-css=\"tve-u-162717d1bbe\"] li, #tve_editor [data-css=\"tve-u-162717d1bbe\"] blockquote, #tve_editor [data-css=\"tve-u-162717d1bbe\"] address { font-size: 16px; }#tve_editor [data-css=\"tve-u-16271adf6cf\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-16271adf6cf\"] { font-size: 30px; width: 30px; height: 30px; top: 22px; left: 20px; border-bottom: 1px solid rgb(10, 93, 165); margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1641367e553\"] > :first-child { color: rgba(15, 29, 123, 0.12); }[data-css=\"tve-u-1641367e553\"] { font-size: 60px; float: none; box-shadow: none; width: 60px; height: 60px; margin: -55px auto 60px !important; padding-right: 17px !important; }[data-css=\"tve-u-16416e4fafd\"] { box-shadow: rgba(0, 0, 0, 0.02) 0px 2px 22px 0px; background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16416e603ab\"] { box-shadow: rgba(0, 0, 0, 0.12) 0px 3px 44px 0px; background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-164179a84b8\"] > .tve-cb { display: block; }[data-css=\"tve-u-164179a84b8\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-164179bced9\"] { border-right: none; padding: 3px 0px 0px !important; position: static !important; }[data-css=\"tve-u-16417b4cb9e\"] { padding: 0px 0px 50px !important; }[data-css=\"tve-u-16417b62c09\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-16417b662bf\"] { margin-top: 0px !important; margin-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-16417e5bd95\"] > :first-child { color: rgb(255, 255, 255); }[data-css=\"tve-u-16417e5bd95\"] { z-index: 4; position: relative; float: left; font-size: 25px !important; width: 25px !important; height: 25px !important; margin: 3px 15px 0px 0px !important; padding-left: 0px !important; }[data-css=\"tve-u-1641c1af44d\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1641c1b01a6\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1641c1b0a67\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1641c1b12d8\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }#tve_editor [data-css=\"tve-u-1641c1b33f9\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-1641c1b33f9\"] { font-size: 30px; width: 30px; height: 30px; top: 22px; left: 20px; border-bottom: 1px solid rgb(10, 93, 165); margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1641c1b456a\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-1641c1b456a\"] { font-size: 30px; width: 30px; height: 30px; top: 22px; left: 20px; border-bottom: 1px solid rgb(10, 93, 165); margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1641c1b52d3\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-1641c1b52d3\"] { font-size: 30px; width: 30px; height: 30px; top: 22px; left: 20px; border-bottom: 1px solid rgb(10, 93, 165); margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1641c1b60b4\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-1641c1b60b4\"] { font-size: 30px; width: 30px; height: 30px; top: 22px; left: 20px; border-bottom: 1px solid rgb(10, 93, 165); margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }#tcb_landing_page .tcb-plain-text { color: rgb(0, 0, 0); font-family: Merriweather; font-weight: 400; }#tcb_landing_page .tcb-plain-text strong { font-weight: 700; }[data-css=\"tve-u-162717d1bbe\"] p { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-162717d1bbe\"] h3 { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-1695981e7bb\"] { max-width: 33.3545%; }[data-css=\"tve-u-16959822de2\"] { width: 291px; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-16959846d3d\"] { margin-top: 0px !important; }[data-css=\"tve-u-16959cd1e7a\"] { margin-top: 10px !important; }[data-css=\"tve-u-1695a3002e2\"] .tcb-button-link { border-radius: 4px; border-bottom: 4px solid rgb(117, 0, 23); border-top-color: rgb(198, 225, 224); border-right-color: rgb(198, 225, 224); border-left-color: rgb(198, 225, 224); background-image: none !important; background-color: rgb(143, 2, 32) !important; padding-right: 25px !important; }#tve_editor [data-css=\"tve-u-1695a3002e2\"]:hover .tcb-button-link { background-color: rgb(132, 1, 28) !important; }#tve_editor [data-css=\"tve-u-1695a36117b\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1695d995f33\"] { box-shadow: none; margin: 0px 20px -25px !important; }#tve_editor [data-css=\"tve-u-1695d9d652a\"]:hover input, #tve_editor [data-css=\"tve-u-1695d9d652a\"]:hover textarea { box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 9px -3px !important; }#tve_editor [data-css=\"tve-u-1695d9d6528\"]:hover input, #tve_editor [data-css=\"tve-u-1695d9d6528\"]:hover textarea { box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 9px -3px !important; }#tve_editor [data-css=\"tve-u-1695d9d6526\"]:hover input, #tve_editor [data-css=\"tve-u-1695d9d6526\"]:hover textarea { box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 9px -3px !important; }#tve_editor [data-css=\"tve-u-1695d9d6529\"] { font-family: \"Courier New\", Courier, monospace; font-weight: 700; font-size: 13px; }#tve_editor [data-css=\"tve-u-1695d9d6527\"] { font-family: \"Courier New\", Courier, monospace; font-weight: 700; font-size: 13px; }#tve_editor [data-css=\"tve-u-1695d9d6525\"] { font-family: \"Courier New\", Courier, monospace; font-weight: 700; font-size: 13px; }[data-css=\"tve-u-1695d9d652a\"] input, [data-css=\"tve-u-1695d9d652a\"] textarea { box-shadow: rgba(0, 0, 0, 0.25) 0px 2px 9px -6px; background-image: none !important; }[data-css=\"tve-u-1695d9d6528\"] input, [data-css=\"tve-u-1695d9d6528\"] textarea { box-shadow: rgba(0, 0, 0, 0.25) 0px 2px 9px -6px; background-image: none !important; }[data-css=\"tve-u-1695d9d6526\"] input, [data-css=\"tve-u-1695d9d6526\"] textarea { box-shadow: rgba(0, 0, 0, 0.25) 0px 2px 9px -6px; background-image: none !important; }[data-css=\"tve-u-1695d9d652b\"]::after { clear: both; }[data-css=\"tve-u-1695d9d652c\"] { float: right; z-index: 3; position: relative; }[data-css=\"tve-u-1695d9d6529\"] { text-transform: capitalize; letter-spacing: 1px; font-weight: normal !important; }[data-css=\"tve-u-1695d9d6527\"] { text-transform: capitalize; letter-spacing: 1px; font-weight: normal !important; }[data-css=\"tve-u-1695d9d6525\"] { text-transform: capitalize; letter-spacing: 1px; font-weight: normal !important; }#tve_editor [data-css=\"tve-u-1695d9d652a\"] input, #tve_editor [data-css=\"tve-u-1695d9d652a\"] textarea { border-radius: 4px; overflow: hidden; border: 1px solid rgb(237, 240, 243); }#tve_editor [data-css=\"tve-u-1695d9d6528\"] input, #tve_editor [data-css=\"tve-u-1695d9d6528\"] textarea { border-radius: 4px; overflow: hidden; border: 1px solid rgb(237, 240, 243); }#tve_editor [data-css=\"tve-u-1695d9d6526\"] input, #tve_editor [data-css=\"tve-u-1695d9d6526\"] textarea { border-radius: 4px; overflow: hidden; border: 1px solid rgb(237, 240, 243); }#tve_editor [data-css=\"tve-u-1695d9d652c\"] { max-width: 22%; width: 22%; }#tve_editor [data-css=\"tve-u-1695d9d652c\"]:hover button { background-color: rgb(29, 165, 229) !important; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1695d9d652c\"] button { color: rgb(29, 165, 229); border: 1px solid rgb(29, 165, 229); border-radius: 30px; overflow: hidden; text-transform: none; font-family: \"Courier New\", Courier, monospace; letter-spacing: 1px; background-color: rgba(26, 188, 156, 0.01) !important; font-weight: normal !important; background-image: none !important; }}@media (max-width: 1023px){[data-css=\"tve-u-1621ebfa746\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621eb037bb\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621ec78d2c\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621ec6c39b\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621b064668\"] { max-width: 49%; }[data-css=\"tve-u-1621b064646\"] { max-width: 51%; }[data-css=\"tve-u-1621b3c74d9\"] { max-width: 100%; }[data-css=\"tve-u-1621f0b0088\"] { min-height: 100px !important; }[data-css=\"tve-u-1621ee3afec\"] > .tve-cb { display: block; }[data-css=\"tve-u-1621e7ceab3\"] > .tve-cb { display: block; }[data-css=\"tve-u-1621ea50702\"] { float: none; width: 100%; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621ae4fd21\"] > .tve-cb { display: block; }[data-css=\"tve-u-162717cb60f\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-162717cb610\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-16223dad661\"] { padding-top: 20px !important; }[data-css=\"tve-u-1641367127b\"] { float: none; font-size: 50px; width: 50px; height: 50px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1641367e553\"] { float: none; font-size: 50px; width: 50px; height: 50px; margin: -44px auto 40px !important; padding-right: 12px !important; }[data-css=\"tve-u-1621e7b695a\"] { margin-bottom: 50px !important; }[data-css=\"tve-u-1621ee37f4a\"] { min-height: 262px; }[data-css=\"tve-u-1621ada1e7f\"] { padding: 50px 30px 50px 0px !important; }[data-css=\"tve-u-1621b072b4e\"] { max-width: 100%; }[data-css=\"tve-u-1621a2247ba\"] { margin-bottom: 60px !important; }[data-css=\"tve-u-16229f6175c\"] { margin-top: 0px !important; }[data-css=\"tve-u-162717cb60b\"] { height: calc(100% - -85px); margin-top: -85px !important; }[data-css=\"tve-u-162717cb617\"] .tcb-flex-col { flex-basis: 560px !important; }#tcb_landing_page h5 { line-height: 1.3em; }#tcb_landing_page h6 { line-height: 1.4em; }#tcb_landing_page p, #tcb_landing_page li { line-height: 1.5em; }[data-css=\"tve-u-1628a146aef\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1628a12f675\"] { margin-bottom: 40px !important; }[data-css=\"tve-u-1628a10d3b4\"] { margin-bottom: 40px !important; }[data-css=\"tve-u-162718bd0c0\"] { clip-path: url(\"#clip-tablet-top-a3b25e1c9221a\"); -webkit-clip-path: url(\"#clip-tablet-top-a3b25e1c9221a\");  background-color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-162717cb621\"] { z-index: 6; padding-top: 60px !important; margin-top: -90px !important; }[data-css=\"tve-u-162718a3b40\"] { max-width: 100%; min-height: 1px !important; }[data-css=\"tve-u-16271adf6cf\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-162493d5f13\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-162717fcf9d\"] { margin-top: -40px !important; padding-top: 90px !important; padding-left: 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-16260d3f4af\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16260d3f4aa\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1621fb65556\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1621fb68b97\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16260d8396c\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16260d8392c\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16260d39b83\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-16260c5ff07\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-16260ba2fa4\"] { padding: 50px 40px !important; }[data-css=\"tve-u-16260be7104\"] { max-width: 100%; }[data-css=\"tve-u-1621ebbbb6d\"] { margin-top: -1px !important; }[data-css=\"tve-u-1621eaaedd8\"] { clip-path: url(\"#clip-tablet-bottom-a2b9cf3198d6f\"); -webkit-clip-path: url(\"#clip-tablet-bottom-a2b9cf3198d6f\");  }[data-css=\"tve-u-1621e7e9950\"] { margin-top: -1px !important; }[data-css=\"tve-u-16229fa8c68\"] { padding: 0px 20px 20px !important; }[data-css=\"tve-u-1622f65ba70\"] { padding: 0px 20px 20px !important; }[data-css=\"tve-u-16249373b25\"] { padding-left: 20px !important; padding-right: 20px !important; padding-bottom: 20px !important; }[data-css=\"tve-u-162493b6b63\"] { padding-left: 20px !important; padding-bottom: 20px !important; padding-right: 20px !important; }[data-css=\"tve-u-16249367114\"] { margin-top: 20px !important; }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-1624935a201\"] { line-height: 1.3em !important; }[data-css=\"tve-u-16249358652\"] { line-height: 1.3em !important; }[data-css=\"tve-u-16249355087\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1625389b4ed\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1625389a3d5\"] { line-height: 1.3em !important; }[data-css=\"tve-u-16248fc42a1\"] { line-height: 1.3em !important; }[data-css=\"tve-u-162493a03b0\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-162493a03b0\"] .tcb-flex-col { flex-basis: 145px !important; }[data-css=\"tve-u-1622a159bcb\"] { float: none; max-width: 85%; margin: 0px auto !important; padding-top: 0px !important; }[data-css=\"tve-u-16229fa6a26\"] { margin-bottom: 20px !important; padding: 0px 20px 20px !important; }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16229ffbb7b\"] { min-height: inherit; margin-left: -20px; }[data-css=\"tve-u-1621ad46076\"] { margin-bottom: 0px !important; margin-top: 0px !important; padding: 50px 40px !important; }#tve_editor [data-css=\"tve-u-1621b028939\"] .tcb-button-link { font-size: 18px; }[data-css=\"tve-u-16223f02c16\"] { min-height: 54px; }[data-css=\"tve-u-1621b01355a\"] { max-width: 304px; padding: 2px !important; }[data-css=\"tve-u-1620af7eb3f\"] { float: none; z-index: 3; position: relative; display: block; max-width: 300px; width: 300px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621afda4fa\"] { max-width: 100%; margin-bottom: 30px !important; }[data-css=\"tve-u-16224716d62\"]::after { clear: both; }[data-css=\"tve-u-1621f0aa8f7\"] { margin-top: 0px !important; }[data-css=\"tve-u-1621e7e6c1d\"] { min-height: 150px; }[data-css=\"tve-u-1621e7edfd9\"] { clip-path: url(\"#clip-tablet-bottom-10ffac3b28f1d\"); -webkit-clip-path: url(\"#clip-tablet-bottom-10ffac3b28f1d\");  }[data-css=\"tve-u-1621ebf340c\"] { float: none; width: 100%; padding: 0px !important; margin-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621e7d5094\"] { min-height: 455px; }[data-css=\"tve-u-1621adea58b\"] > .tcb-flex-col > .tcb-col { justify-content: center; }[data-css=\"tve-u-16223dad661\"]::after { clear: both; }[data-css=\"tve-u-1621e8107f3\"] { float: none; margin-left: auto !important; margin-right: auto !important; margin-bottom: 20px !important; }[data-css=\"tve-u-16223b080b0\"] { float: none; margin-left: auto !important; margin-right: auto !important; margin-top: -1px !important; }[data-css=\"tve-u-1621eb3eb9f\"] { clip-path: url(\"#clip-tablet-bottom-ac98bb0e54b3b\"); -webkit-clip-path: url(\"#clip-tablet-bottom-ac98bb0e54b3b\");  }[data-css=\"tve-u-1621fe78878\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1621fe78878\"] { min-height: inherit; }#tve_editor [data-css=\"tve-u-1621e92e97f\"] { font-size: 22px !important; }#tve_editor [data-css=\"tve-u-1621e942b65\"] { letter-spacing: 0px; font-size: 1.5em !important; }#tve_editor [data-css=\"tve-u-1621fe1bd18\"] { letter-spacing: 0px; font-size: 1.5em !important; }#tve_editor [data-css=\"tve-u-1621fe1a1af\"] { font-size: 22px !important; }#tve_editor [data-css=\"tve-u-1621fe1725e\"] { letter-spacing: 0px; font-size: 1.5em !important; }#tve_editor [data-css=\"tve-u-1621fe1587d\"] { font-size: 22px !important; }[data-css=\"tve-u-1621ef118dc\"] { position: relative; top: 0px; left: 0px; width: 51%; margin-left: auto !important; margin-right: auto !important; float: none; }[data-css=\"tve-u-1621ee3afec\"] { padding: 25px 10px 5px !important; }[data-css=\"tve-u-1621ee63e1c\"] { max-width: none; margin-bottom: 5px !important; }[data-css=\"tve-u-1621ee74a24\"] { top: 0px; right: 0px; font-size: 45px; width: 45px; height: 45px; float: none; padding-left: 0px !important; margin: 0px auto !important; }[data-css=\"tve-u-1621ee18a1c\"] { margin-top: 40px !important; margin-left: 20px !important; margin-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-1621fdcb4ea\"] { letter-spacing: 1px; font-size: 1.5em !important; }[data-css=\"tve-u-1621ec7f21a\"] { min-height: 150px; }[data-css=\"tve-u-1621eacf6af\"] { float: none; max-width: 230px; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621fd9c946\"] { max-width: 380px; float: none; width: 100%; margin: 0px auto !important; padding-left: 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-1621eb81205\"] { margin-top: 0px !important; }[data-css=\"tve-u-1621eb7ccb0\"] { min-height: 455px; }[data-css=\"tve-u-1621fd8766c\"] { min-height: 150px; }[data-css=\"tve-u-1621fd84d7b\"] { min-height: 430px; }[data-css=\"tve-u-1621e7c7aa1\"] .tcb-flex-col { flex-basis: 300px !important; }#tve_editor [data-css=\"tve-u-1621e7a7350\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621e7c899a\"] { float: none; max-width: 100%; margin-left: auto !important; margin-right: auto !important; margin-top: 0px !important; }[data-css=\"tve-u-1621e7c7aa1\"] { margin-left: -20px; flex-direction: row; }[data-css=\"tve-u-1621e7c7aa1\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-1621b3c8c52\"] { padding: 50px 40px !important; }[data-css=\"tve-u-1621fc0ce17\"] { margin-top: 10px !important; margin-bottom: 7px !important; }[data-css=\"tve-u-1621fbcad8c\"] { padding-left: 0px !important; padding-right: 30px !important; }[data-css=\"tve-u-1621fbacc60\"] { max-width: 177px; }[data-css=\"tve-u-1621fb68b97\"] { margin-left: -15px; min-height: inherit; padding: 20px !important; }[data-css=\"tve-u-1621fb68b97\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-1621fb65556\"] { margin-left: -15px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-1621fb65556\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-1621b200375\"] { float: none; max-width: 100%; margin: 0px auto !important; }[data-css=\"tve-u-1621b0e4fb7\"] { max-width: 100%; float: none; z-index: 3; position: relative; margin-right: auto !important; margin-left: auto !important; margin-bottom: 20px !important; }#tve_editor [data-css=\"tve-u-1621b10fccf\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621ae0bec7\"] { background-image: none !important; margin-top: 0px !important; }[data-css=\"tve-u-1621ae6c8da\"] { clip-path: url(\"#clip-tablet-top-aa2c3e3c70555\"); -webkit-clip-path: url(\"#clip-tablet-top-aa2c3e3c70555\");  }[data-css=\"tve-u-1621adba9ef\"] { clip-path: url(\"#clip-tablet-top-52d5a36c151aa\"); -webkit-clip-path: url(\"#clip-tablet-top-52d5a36c151aa\");  }[data-css=\"tve-u-1621ad420c4\"] { max-width: 100%; min-height: 1px !important; }[data-css=\"tve-u-1621f45bed3\"] { padding: 0px !important; }[data-css=\"tve-u-1621ae4fd21\"] { max-width: 100%; left: 0px; top: 0px; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621ae4db6e\"] { min-height: 300px; }#tve_editor [data-css=\"tve-u-1621afd8c98\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621afcc0bf\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621afceb00\"] { max-width: 100%; margin-bottom: 30px !important; }[data-css=\"tve-u-1621a98b602\"] { stroke-dasharray: 534.071, 534.071; }[data-css=\"tve-u-1621a9750ae\"] { font-size: 14.45px !important; line-height: 14.45px !important; }[data-css=\"tve-u-1621a9a2867\"] { font-size: 51px !important; line-height: 51px !important; }[data-css=\"tve-u-1621a9a2866\"] { margin-top: 42.5px !important; }[data-css=\"tve-u-1621a96b190\"] { width: 153px !important; height: 153px !important; top: 8.5px !important; bottom: 8.5px !important; left: 8.5px !important; right: 8.5px !important; }[data-css=\"tve-u-1621a9685d4\"] { stroke-width: 18px !important; }[data-css=\"tve-u-1621a9a2862\"] { width: 170px !important; height: 170px !important; }[data-css=\"tve-u-1621a983587\"] { float: none; border: 20px solid rgba(137, 141, 167, 0.24); margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621a8b2488\"] { float: none; max-width: 100%; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621a8a804b\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1621a8a804b\"] { margin-left: -24px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-1621a8a804b\"] > .tcb-flex-col { padding-left: 24px; }#tve_editor [data-css=\"tve-u-1621a2e0d5b\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621b028939\"] { position: relative; float: left; z-index: 3; display: block; max-width: 300px; width: 300px; margin-top: 15px !important; }[data-css=\"tve-u-1621adea58b\"] { margin-left: -30px; }[data-css=\"tve-u-1621adea58b\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-1621ade6172\"] { max-width: 100%; position: static; }#tve_editor [data-css=\"tve-u-16248fc42a1\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-16249355087\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-16249358652\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-1624935a201\"] { font-size: 18px !important; }[data-css=\"tve-u-1624939a960\"] { margin-bottom: 0px !important; padding-bottom: 20px !important; padding-left: 20px !important; padding-right: 20px !important; }[data-css=\"tve-u-162493a03b0\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-162493a03b0\"] { min-height: inherit; margin-left: -20px; }#tve_editor [data-css=\"tve-u-1625389a3d5\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-1625389b4ed\"] { font-size: 18px !important; }[data-css=\"tve-u-16260c39a7e\"] { float: none; max-width: 100%; margin: 0px auto !important; }[data-css=\"tve-u-16260d3f4aa\"] { margin-left: -15px; min-height: inherit; padding: 20px !important; }[data-css=\"tve-u-16260d3f4aa\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-16260d3f4af\"] { margin-left: -15px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-16260d3f4af\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-16260d8392c\"] { margin-left: -15px; min-height: inherit; padding: 20px !important; }[data-css=\"tve-u-16260d8392c\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-16260d8396c\"] { margin-left: -15px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-16260d8396c\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-16260da3aa7\"] { float: none; max-width: 100%; margin: 0px !important; }[data-css=\"tve-u-162717cb609\"] { max-width: 100%; min-height: 1px !important; }[data-css=\"tve-u-162717cb60a\"] { padding: 0px !important; }[data-css=\"tve-u-162717cb618\"] { float: none; max-width: 100%; margin-top: 60px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-162717cb620\"] { clip-path: url(\"#clip-tablet-bottom-c883ac5175045\"); -webkit-clip-path: url(\"#clip-tablet-bottom-c883ac5175045\");  }[data-css=\"tve-u-162717d1bbf\"] { margin-left: 0px; padding: 25px 25px 0px !important; }[data-css=\"tve-u-162717d1bbf\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-162717d1bb7\"] { max-width: 51.3%; }[data-css=\"tve-u-162717d1bb9\"] { max-width: 15.3%; }[data-css=\"tve-u-162717d1bb6\"] { padding-left: 0px !important; }[data-css=\"tve-u-162717d1bbc\"] { border-left: none; border-right: none; padding-left: 30px !important; padding-bottom: 10px !important; }[data-css=\"tve-u-162717d1bbe\"] { max-width: 100%; margin-left: 0px !important; margin-right: 30px !important; }[data-css=\"tve-u-164179bced9\"] { border-right: none; padding-left: 30px !important; padding-right: 0px !important; }[data-css=\"tve-u-16417b62c09\"] { max-width: 177px; }[data-css=\"tve-u-16417b662bf\"] { max-width: 177px; }[data-css=\"tve-u-16417e5bd95\"] { font-size: 14px; width: 14px; height: 14px; margin-bottom: -14px !important; margin-left: 0px !important; }[data-css=\"tve-u-1641c1b33f9\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-1641c1b456a\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-1641c1b52d3\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-1641c1b60b4\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-16959822de2\"] { margin-right: 1px !important; padding-right: 10px !important; padding-top: 10px !important; }[data-css=\"tve-u-16959cd1e7a\"] { margin-top: 30px !important; margin-bottom: 10px !important; }[data-css=\"tve-u-1695a3002e2\"] { margin-top: 15px !important; }[data-css=\"tve-u-1695d995f33\"] { margin-top: 40px !important; margin-left: 20px !important; margin-bottom: 0px !important; }}@media (max-width: 767px){[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-16417e9d24e\"]::after { clear: both; }[data-css=\"tve-u-16417b70f47\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 0px !important; }[data-css=\"tve-u-1621e819c52\"] { min-height: 100px; }[data-css=\"tve-u-1621e8107f3\"] { max-width: 100px; }[data-css=\"tve-u-1621fd8766c\"] { min-height: 144px; }[data-css=\"tve-u-1621ec79a7d\"] { min-height: 100px; }[data-css=\"tve-u-1621ec78d2c\"] { max-width: 100px; }[data-css=\"tve-u-1621ec7f21a\"] { min-height: 144px; }[data-css=\"tve-u-1621e7e6c1d\"] { min-height: 144px; }[data-css=\"tve-u-16417b4cb9e\"] { padding-bottom: 30px !important; }[data-css=\"tve-u-1621ec752da\"] { min-height: 100px; }[data-css=\"tve-u-1621ec6c39b\"] { max-width: 100px; }[data-css=\"tve-u-1621fd84d7b\"] { min-height: 430px; }[data-css=\"tve-u-1621e7c7aa1\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16223dad661\"] { padding-top: 0px !important; }[data-css=\"tve-u-1621b3c74d9\"] { max-width: 100%; }[data-css=\"tve-u-1621eb81205\"] { max-width: 100%; margin-bottom: 20px !important; }[data-css=\"tve-u-1621e7ceab3\"] { max-width: 100%; margin-bottom: 20px !important; }[data-css=\"tve-u-1621f0b0088\"] { min-height: 120px !important; }[data-css=\"tve-u-1621f0da775\"] { float: none; width: 100%; max-width: 280px; margin: 0px auto 20px !important; }[data-css=\"tve-u-1621ee37f4a\"] { min-height: 260px; }[data-css=\"tve-u-1621ee3afec\"] > .tve-cb { display: flex; justify-content: center; flex-direction: column; }[data-css=\"tve-u-1621ee63e1c\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1641367127b\"] { font-size: 30px; width: 30px; height: 30px; }[data-css=\"tve-u-1641367e553\"] { float: none; font-size: 30px; width: 30px; height: 30px; margin: -30px auto 30px !important; padding-right: 10px !important; }[data-css=\"tve-u-1621ada1e7f\"] { padding: 0px !important; }[data-css=\"tve-u-162717cb617\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-162717cb617\"] { min-height: inherit; }[data-css=\"tve-u-16229fa6a26\"] { height: calc(100% - 21px); margin-bottom: 0px !important; margin-top: 21px !important; }[data-css=\"tve-u-1624939a960\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-162493a03b0\"] .tcb-flex-col { flex-basis: 400px !important; }[data-css=\"tve-u-1621a2247ba\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-162717cb60f\"] { margin-bottom: 25px !important; }[data-css=\"tve-u-162717d1bbf\"] .tcb-flex-col { flex-basis: 225px !important; }[data-css=\"tve-u-1621ee3afec\"] { max-width: 100%; padding: 10px !important; position: static !important; }#tve_editor [data-css=\"tve-u-1641333d7d1\"] { font-size: 14px !important; }[data-css=\"tve-u-162717cb60b\"] { margin-top: 0px !important; }[data-css=\"tve-u-162717cb621\"] { z-index: 2; padding-left: 20px !important; padding-right: 20px !important; margin-top: -160px !important; padding-top: 35px !important; }[data-css=\"tve-u-162717cb617\"] .tcb-flex-col { flex-basis: 435px !important; }[data-css=\"tve-u-16369305186\"] { float: none; width: 100%; max-width: 279px; z-index: 3; position: relative; margin: 0px auto !important; }#tcb_landing_page h6 { line-height: 1.4em; }#tcb_landing_page h5 { line-height: 1.3em; }#tcb_landing_page p, #tcb_landing_page li { font-size: 14px; }#tcb_landing_page h2 { font-size: 28px; }#tcb_landing_page h1 { font-size: 35px; }[data-css=\"tve-u-16260ba2fa4\"] { padding-bottom: 40px !important; padding-left: 20px !important; padding-right: 20px !important; }[data-css=\"tve-u-1628a10d3b4\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-1628a12f675\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-162717cb610\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-16271bfe70c\"] { padding: 0px !important; }[data-css=\"tve-u-162717fcf9d\"] { z-index: 1; margin-top: 0px !important; padding-top: 75px !important; padding-left: 20px !important; padding-right: 20px !important; border: none; }[data-css=\"tve-u-162718bd0c0\"] { clip-path: url(\"#clip-mobile-top-a3b25e1c9221a\"); -webkit-clip-path: url(\"#clip-mobile-top-a3b25e1c9221a\");  }[data-css=\"tve-u-1621eb3eb9f\"] { clip-path: url(\"#clip-mobile-bottom-ac98bb0e54b3b\"); -webkit-clip-path: url(\"#clip-mobile-bottom-ac98bb0e54b3b\");  }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col > .tcb-col { min-height: 155px; }[data-css=\"tve-u-16229ffbb7b\"] { min-height: inherit; margin-left: 0px; }[data-css=\"tve-u-16229fa8c68\"] { height: calc(100% - 28px); margin-bottom: 0px !important; margin-top: 20px !important; }[data-css=\"tve-u-1622f65ba70\"] { height: calc(100% - 20px); margin-bottom: 0px !important; margin-top: 20px !important; }[data-css=\"tve-u-16229f6175c\"] { margin-top: 0px !important; }[data-css=\"tve-u-1622a159bcb\"] { float: none; max-width: 100%; margin-left: auto !important; margin-right: auto !important; padding-top: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-16229ae62a7\"] { border-right: none; }#tve_editor [data-css=\"tve-u-16228c764b2\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-16228c75500\"] { font-size: 18px !important; }[data-css=\"tve-u-1621fb65556\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-1621a983587\"] { border: 20px solid rgba(137, 141, 167, 0.32); }[data-css=\"tve-u-1621ee74a24\"] { float: none; margin-left: auto !important; margin-right: auto !important; margin-bottom: 10px !important; }[data-css=\"tve-u-1621afda4fa\"] { max-width: 100%; margin-bottom: 20px !important; }[data-css=\"tve-u-16223f02c16\"] { min-height: 54px; }[data-css=\"tve-u-1621f0aa8f7\"] { margin-top: 0px !important; }#tve_editor [data-css=\"tve-u-1622444fb11\"] { letter-spacing: 0px; }[data-css=\"tve-u-16224439be1\"] { padding: 0px !important; }[data-css=\"tve-u-1621fb68b97\"] { padding: 0px !important; }[data-css=\"tve-u-1621afceb00\"] { max-width: 100%; margin-bottom: 30px !important; }[data-css=\"tve-u-1621b0e4fb7\"] { float: none; margin-right: auto !important; margin-bottom: 30px !important; padding-left: 0px !important; margin-left: auto !important; }[data-css=\"tve-u-1621ebf340c\"] { padding-bottom: 40px !important; }[data-css=\"tve-u-1621ea50702\"] { float: none; width: 100%; padding: 0px !important; margin-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621e7d5094\"] { min-height: 430px; }[data-css=\"tve-u-1621eb7ccb0\"] { min-height: 430px; }[data-css=\"tve-u-1621ee03000\"] { flex-direction: column; }[data-css=\"tve-u-16223fe5f5b\"] { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621f0d2c1a\"] { margin-left: 25px !important; margin-right: 25px !important; }[data-css=\"tve-u-1621ee18a1c\"] { margin: 0px 20px 20px 0px !important; }[data-css=\"tve-u-1621ef118dc\"] { top: 0px; width: 154px; position: relative; float: none; z-index: 5; left: 0px; margin: 5px auto 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-1621fd9c946\"] { max-width: 100%; margin-top: 0px !important; margin-left: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-16223fc9f23\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-1621e7c899a\"] { max-width: none; float: none; margin-top: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621b3c8c52\"] { padding: 40px 20px !important; }[data-css=\"tve-u-1621fbcad8c\"] { padding: 20px !important; }[data-css=\"tve-u-1621fb65556\"] { margin-left: 0px; padding: 0px !important; }[data-css=\"tve-u-1621fbacc60\"] { max-width: 126px; float: none; margin-left: auto !important; margin-right: auto !important; margin-top: 20px !important; }[data-css=\"tve-u-1621b200375\"] { float: none; margin-top: 0px !important; margin-left: auto !important; margin-right: auto !important; }#tve_editor [data-css=\"tve-u-1621b10fccf\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621b028939\"] { display: block; max-width: 100%; width: 100%; float: none; min-width: 100%; margin-left: auto !important; margin-right: auto !important; margin-top: 0px !important; }[data-css=\"tve-u-1621ae4db6e\"] { min-height: 270px; }[data-css=\"tve-u-1621ae6c8da\"] { clip-path: url(\"#clip-mobile-top-aa2c3e3c70555\"); -webkit-clip-path: url(\"#clip-mobile-top-aa2c3e3c70555\");  }[data-css=\"tve-u-1621adba9ef\"] { clip-path: url(\"#clip-mobile-top-52d5a36c151aa\"); -webkit-clip-path: url(\"#clip-mobile-top-52d5a36c151aa\");  }[data-css=\"tve-u-16223f02c16\"]::after { clear: both; }[data-css=\"tve-u-1621b01355a\"] { max-width: 100%; float: none; margin-left: auto !important; margin-right: auto !important; margin-bottom: 15px !important; }[data-css=\"tve-u-1620af7eb3f\"] { float: none; display: block; max-width: 100%; width: 100%; min-width: 100%; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621ae0bec7\"]::after { clear: both; }[data-css=\"tve-u-1621f45bed3\"] { padding: 40px 20px 0px !important; }[data-css=\"tve-u-1621ad46076\"] { margin: 0px !important; padding: 30px 20px !important; }[data-css=\"tve-u-1621adea58b\"] { flex-flow: row-reverse wrap-reverse !important; }[data-css=\"tve-u-1621ae4fd21\"] { margin-top: 0px !important; position: static !important; }[data-css=\"tve-u-1621a8b2488\"] { float: none; max-width: 100%; margin-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621a8a804b\"] { padding-left: 0px !important; padding-right: 0px !important; }#tve_editor [data-css=\"tve-u-1621a2e0d5b\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621e7c7aa1\"] { flex-direction: column; min-height: inherit; }[data-css=\"tve-u-16249367114\"] { margin-top: 0px !important; }[data-css=\"tve-u-16249373b25\"] { height: calc(100% - 20px); margin-bottom: 0px !important; background-image: linear-gradient(rgb(248, 249, 251), rgb(248, 249, 251)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; margin-top: 20px !important; }[data-css=\"tve-u-162493a03b0\"] > .tcb-flex-col > .tcb-col { min-height: 155px; }[data-css=\"tve-u-162493a03b0\"] { min-height: inherit; }[data-css=\"tve-u-162493b6b63\"] { height: calc(100% - 20px); margin-bottom: 0px !important; margin-top: 20px !important; }[data-css=\"tve-u-16260c39a7e\"] { float: none; margin-top: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-16260d3f4aa\"] { padding: 0px !important; }[data-css=\"tve-u-16260d3f4af\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-16260d3f4af\"] { margin-left: 0px; padding: 0px !important; }[data-css=\"tve-u-16260d8392c\"] { padding: 0px !important; }[data-css=\"tve-u-16260d8396c\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-16260d8396c\"] { margin-left: 0px; padding: 0px !important; }[data-css=\"tve-u-16260da3aa7\"] { float: none; margin-top: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-162717cb618\"] { margin: 140px 0px 0px !important; }[data-css=\"tve-u-162717cb620\"] { clip-path: url(\"#clip-mobile-bottom-c883ac5175045\"); -webkit-clip-path: url(\"#clip-mobile-bottom-c883ac5175045\");  opacity: 1; filter: grayscale(0%) blur(0px); background-image: linear-gradient(rgba(0, 0, 0, 0.51), rgba(0, 0, 0, 0.51)), url(\"https://bestcerakoteflorida.com/wp-content/uploads/2018/05/FTYS6743.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-162717cb60a\"] { padding: 0px !important; }#tve_editor [data-css=\"tve-u-162717cb616\"] { font-size: 27px !important; }[data-css=\"tve-u-162717d1bbf\"] > .tcb-flex-col { padding-left: 18px; }[data-css=\"tve-u-162717d1bbf\"] { margin-left: -18px; padding: 10px !important; flex-flow: row wrap !important; }[data-css=\"tve-u-162717d1bbe\"] { border-bottom: 1px solid rgba(255, 255, 255, 0.2); border-right: none; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-162717d1bbc\"] { border: none; padding-left: 0px !important; padding-right: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-162717d1bb6\"] { border: none; padding-top: 0px !important; padding-left: 0px !important; margin-bottom: 1px !important; margin-top: -5px !important; padding-bottom: 10px !important; }[data-css=\"tve-u-164179a84b8\"] { float: none; width: 100%; max-width: 155px; z-index: 3; position: relative; margin-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-164179bced9\"] { border-right: none; position: relative; max-width: 250px; float: none; padding-left: 0px !important; padding-right: 0px !important; margin-top: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-16417b62c09\"] { max-width: 126px; float: none; margin-left: auto !important; margin-right: auto !important; margin-top: 20px !important; }[data-css=\"tve-u-16417b662bf\"] { max-width: 126px; float: none; margin-left: auto !important; margin-right: auto !important; margin-top: 20px !important; }[data-css=\"tve-u-16417e5bd95\"] { margin: 3px 10px 0px 0px !important; }#tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] p, #tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] li, #tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] blockquote, #tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] address, #tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] .tcb-plain-text, #tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] label { font-size: 18px; }[data-css=\"tve-u-16959822de2\"] { float: none; padding-top: 10px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621ee58e74\"] { border-right: none !important; }[data-css=\"tve-u-1695d995f33\"] { margin: 0px 20px 20px 0px !important; }}'),(6971,578,'tve_revision_tve_user_custom_css',''),(6972,578,'tve_revision_tve_page_events','a:0:{}'),(6973,578,'tve_revision_tve_globals','a:2:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";s:8:\"font_cls\";a:0:{}}'),(6974,578,'tve_revision_tve_global_scripts',''),(6975,578,'tve_revision_thrive_icon_pack','0'),(6976,578,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(6977,578,'tve_revision_tve_has_masonry','0'),(6978,578,'tve_revision_tve_has_typefocus','0'),(6979,578,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-162717d1bbe\" wfd-id=\"464\"><div class=\"tcb-flex-row tcb-medium-no-wrap v-2 tcb--cols--3 m-edit tcb-mobile-wrap tcb-resized\" data-css=\"tve-u-162717d1bbf\" wfd-id=\"465\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1695981e7bb\" wfd-id=\"484\"><div class=\"tcb-col\" data-css=\"tve-u-16959846d3d\" wfd-id=\"486\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16959822de2\" wfd-id=\"487\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"488\"><img class=\"tve_image wp-image-465\" alt=\"\" width=\"384\" height=\"62\" title=\"Blackhawk_custom_header\" data-id=\"465\" src=\"https://bestcerakoteflorida.com/wp-content/uploads/2019/01/Blackhawk_custom_header.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717d1bb9\" style=\"\" wfd-id=\"477\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717d1bb6\" wfd-id=\"479\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-164179a84b8\" wfd-id=\"480\">\n<div class=\"tve-content-box-background\" wfd-id=\"483\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"481\"><div class=\"tcb-clear\" wfd-id=\"482\"></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717d1bb7\" style=\"\" wfd-id=\"466\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717d1bbc\" wfd-id=\"468\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16369305186\" wfd-id=\"469\">\n<div class=\"tve-content-box-background\" wfd-id=\"476\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16417e9d24e\" wfd-id=\"470\"><div class=\"tcb-clear\" wfd-id=\"474\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-16417e5bd95\" data-float=\"1\" wfd-id=\"475\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-envelope-regular\" data-name=\"\">\n            <path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path>\n        </svg></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-164179bced9\" wfd-id=\"471\"><p data-css=\"tve-u-1641333d7d1\"><a href=\"mailto:info@bestcerkoteflorida.com\" target=\"_blank\">info@bestcerakoteflorida.com</a></p></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-162717cb621\" data-value-type=\"percent\" wfd-id=\"436\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-162717cb620\" data-clip-id=\"c883ac5175045\" wfd-id=\"463\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-c883ac5175045\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"6\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.8949, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-c883ac5175045\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9476, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-c883ac5175045\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9651, 1 1, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-162717cb609\" wfd-id=\"437\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-162717cb618\" wfd-id=\"438\"><div class=\"tcb-flex-row tcb-medium-wrap tcb-resized v-2 tcb--cols--2\" data-css=\"tve-u-162717cb617\" wfd-id=\"439\"><div class=\"tcb-flex-col\" data-css=\"tve-u-162717cb601\" style=\"\" wfd-id=\"453\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717cb60a\" wfd-id=\"455\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h1\" data-css=\"tve-u-162717cb610\" wfd-id=\"459\"><h1 data-css=\"tve-u-162717cb616\" style=\"text-align: center;\">&nbsp;Protect What\'s Important To You! With The Toughest Ceramic Finish In The World!<span data-css=\"tve-u-16271ca808e\" style=\"color: rgb(0, 229, 255);\" wfd-id=\"462\"></span></h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162717cb60f\" wfd-id=\"456\"><p data-css=\"tve-u-1695a36117b\" style=\"text-align: center;\">Heat, Water, Salt and Sand just some of the conditions you face. And any one of them is just waiting to get a hold of your firearm and leave it a pile of rusted, pitted junk.</p><p data-css=\"tve-u-16413112747\" style=\"text-align: center;\">Unfortunately there wasn\'t much you could do other than keep cleaning and lubricating your firearms...till NOW!</p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717cb600\" style=\"\" wfd-id=\"440\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717cb60b\" wfd-id=\"442\"><div class=\"thrv_responsive_video thrv_wrapper rv_style_lifted_style2\" data-type=\"youtube\" data-rel=\"0\" data-url=\"https://www.youtube.com/watch?v=a1nyu9ZJiEk\" data-css=\"tve-u-16959cd1e7a\" data-modestbranding=\"1\" wfd-id=\"450\">\n	\n\n	<div class=\"tve_responsive_video_container\" wfd-id=\"451\">\n		<div class=\"video_overlay\" wfd-id=\"452\"></div>\n	<iframe data-code=\"TEOqV1Q16lU\" data-provider=\"youtube\" src=\"https://www.youtube.com/embed/TEOqV1Q16lU?rel=0&amp;modestbranding=1&amp;controls=1&amp;showinfo=1&amp;fs=1&amp;wmode=transparent\" data-src=\"https://www.youtube.com/embed/TEOqV1Q16lU?rel=0&amp;modestbranding=1&amp;controls=1&amp;showinfo=1&amp;fs=1&amp;wmode=transparent\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\n</div><div class=\"thrv_wrapper thrv-button tcb-with-icon\" data-css=\"tve-u-1695a3002e2\" data-tcb_hover_state_parent=\"\" data-button-style=\"border_1\" wfd-id=\"443\">\n	<a href=\"tel:1-954-848-1911\" class=\"tcb-button-link\" target=\"_blank\" rel=\"\"><span class=\"tcb-button-icon\" wfd-id=\"448\">\n	<div class=\"thrv_wrapper thrv_icon tve_no_drag tve_no_icons tcb-icon-inherit-style tcb-icon-display\" wfd-id=\"449\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-phone-plus-light\" data-name=\"\">\n            <path d=\"M8 128h88v88c0 4.4 3.6 8 8 8h16c4.4 0 8-3.6 8-8v-88h88c4.4 0 8-3.6 8-8v-16c0-4.4-3.6-8-8-8h-88V8c0-4.4-3.6-8-8-8h-16c-4.4 0-8 3.6-8 8v88H8c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8zM487.8 24.1L387 .8c-14.7-3.4-29.8 4.2-35.8 18.1l-46.5 108.5c-5.5 12.7-1.8 27.7 8.9 36.5l53.9 44.1c-34 69.2-90.3 125.6-159.6 159.6l-44.1-53.9c-8.8-10.7-23.8-14.4-36.5-8.9L18.9 351.3c-13.9 6-21.5 21-18.1 35.8L24 487.9C27.3 502 39.9 512 54.5 512 306.7 512 512 307.8 512 54.5c0-14.6-10-27.2-24.2-30.4zM55.1 480l-23-99.6 107.4-46 59.5 72.8c103.6-48.6 159.7-104.9 208.1-208.1l-72.8-59.5 46-107.4 99.6 23C479.7 289.7 289.6 479.7 55.1 480z\"></path>\n        </svg></div>\n</span>\n\n		<span class=\"tcb-button-texts\" wfd-id=\"444\"><span class=\"tcb-button-text thrv-inline-text\" wfd-id=\"445\">CALL NOW</span></span>\n	</a>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-162717fcf9d\" data-value-type=\"percent\" wfd-id=\"379\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-162718bd0c0\" data-clip-id=\"a3b25e1c9221a\" wfd-id=\"435\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0875\"></polygon></clipPath><clipPath id=\"clip-tablet-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"6\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.1051\"></polygon></clipPath><clipPath id=\"clip-mobile-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"1\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0175\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-162718a3b40\" wfd-id=\"380\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622a159bcb\" wfd-id=\"381\">\n<div class=\"tve-content-box-background\" wfd-id=\"434\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"382\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621a2247ba\" wfd-id=\"431\"><h2 data-css=\"tve-u-1621a2e0d5b\">our services</h2></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16229f6175c\" wfd-id=\"406\"><div class=\"tcb-flex-row tcb-medium-no-wrap tcb--cols--3 v-2\" data-css=\"tve-u-162493a03b0\" wfd-id=\"407\"><div class=\"tcb-flex-col\" wfd-id=\"422\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1624939a960\" data-tcb_hover_state_parent=\"\" wfd-id=\"424\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-162493d5f13\" data-float=\"1\" wfd-id=\"430\"><svg class=\"tcb-icon\" viewBox=\"0 0 14 28\" data-name=\"bolt\">\n<path d=\"M13.828 8.844c0.172 0.187 0.219 0.453 0.109 0.688l-8.437 18.078c-0.125 0.234-0.375 0.391-0.656 0.391-0.063 0-0.141-0.016-0.219-0.031-0.344-0.109-0.547-0.438-0.469-0.766l3.078-12.625-6.344 1.578c-0.063 0.016-0.125 0.016-0.187 0.016-0.172 0-0.359-0.063-0.484-0.172-0.187-0.156-0.25-0.391-0.203-0.609l3.141-12.891c0.078-0.297 0.359-0.5 0.688-0.5h5.125c0.391 0 0.703 0.297 0.703 0.656 0 0.094-0.031 0.187-0.078 0.281l-2.672 7.234 6.188-1.531c0.063-0.016 0.125-0.031 0.187-0.031 0.203 0 0.391 0.094 0.531 0.234z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"426\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-162494b490e\" wfd-id=\"427\"><h4 data-css=\"tve-u-16249355087\" style=\"text-align: left;\">Express exterior</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162494b7ad0\" wfd-id=\"425\"><p data-css=\"tve-u-162492e70ad\">Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"415\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162493b6b63\" data-tcb_hover_state_parent=\"\" wfd-id=\"417\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b456a\" wfd-id=\"421\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"adjust\">\n<path d=\"M12 22.5v-17c-4.688 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"419\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1af44d\" wfd-id=\"420\"><h4 data-css=\"tve-u-16249358652\" style=\"text-align: left;\">Interior clean</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"418\"><p data-css=\"tve-u-162492e70ad\">Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"408\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16249373b25\" wfd-id=\"410\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b52d3\" wfd-id=\"414\"><svg class=\"tcb-icon\" viewBox=\"0 0 26 28\" data-name=\"umbrella\">\n<path d=\"M14 12.938v9.063c0 2.172-1.828 4-4 4s-4-1.828-4-4c0-0.547 0.453-1 1-1s1 0.453 1 1c0 1.047 0.953 2 2 2s2-0.953 2-2v-9.063c0.328-0.109 0.656-0.172 1-0.172s0.672 0.063 1 0.172zM26 13.359c0 0.266-0.234 0.5-0.5 0.5-0.141 0-0.25-0.063-0.359-0.156-0.906-0.844-1.75-1.437-3.047-1.437-1.484 0-2.766 0.922-3.609 2.094-0.187 0.266-0.328 0.547-0.5 0.812-0.109 0.172-0.234 0.266-0.438 0.266-0.219 0-0.344-0.094-0.453-0.266-0.172-0.266-0.313-0.547-0.5-0.812-0.844-1.172-2.109-2.094-3.594-2.094s-2.75 0.922-3.594 2.094c-0.187 0.266-0.328 0.547-0.5 0.812-0.109 0.172-0.234 0.266-0.453 0.266-0.203 0-0.328-0.094-0.438-0.266-0.172-0.266-0.313-0.547-0.5-0.812-0.844-1.172-2.125-2.094-3.609-2.094-1.297 0-2.141 0.594-3.047 1.437-0.109 0.094-0.219 0.156-0.359 0.156-0.266 0-0.5-0.234-0.5-0.5 0-0.047 0-0.078 0.016-0.109 1.437-5.906 7.141-9.25 12.984-9.25 5.812 0 11.578 3.344 12.984 9.25 0.016 0.031 0.016 0.063 0.016 0.109zM14 2v1.531c-0.328-0.016-0.672-0.031-1-0.031s-0.672 0.016-1 0.031v-1.531c0-0.547 0.453-1 1-1s1 0.453 1 1z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"412\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b01a6\" wfd-id=\"413\"><h4 data-css=\"tve-u-1624935a201\" style=\"text-align: left;\">Wax protection</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"411\"><p data-css=\"tve-u-162492e70ad\">Etiam pharetra, erat sed fermentum feugiat, velit mauris</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16249367114\" wfd-id=\"383\"><div class=\"tcb-flex-row tcb-medium-no-wrap tcb--cols--3 v-2\" data-css=\"tve-u-16229ffbb7b\" wfd-id=\"384\"><div class=\"tcb-flex-col\" wfd-id=\"399\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229fa6a26\" wfd-id=\"401\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b33f9\" wfd-id=\"405\"><svg class=\"tcb-icon\" viewBox=\"0 0 26 28\" data-name=\"magic\">\n<path d=\"M18.594 9.078l4.578-4.578-1.672-1.672-4.578 4.578zM25.578 4.5c0 0.266-0.094 0.516-0.281 0.703l-20.094 20.094c-0.187 0.187-0.438 0.281-0.703 0.281s-0.516-0.094-0.703-0.281l-3.094-3.094c-0.187-0.187-0.281-0.438-0.281-0.703s0.094-0.516 0.281-0.703l20.094-20.094c0.187-0.187 0.438-0.281 0.703-0.281s0.516 0.094 0.703 0.281l3.094 3.094c0.187 0.187 0.281 0.438 0.281 0.703zM4.469 1.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531zM9.938 4.062l3.063 0.938-3.063 0.938-0.938 3.063-0.938-3.063-3.063-0.938 3.063-0.938 0.938-3.063zM24.469 11.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531zM14.469 1.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"403\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b0a67\" wfd-id=\"404\"><h4 data-css=\"tve-u-16248fc42a1\" style=\"text-align: left;\">Dust &amp; Dash Console</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"402\"><p data-css=\"tve-u-162492e70ad\">Duis sed odio sit amet nibh vulputate cursus a sit amet mauris.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"392\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1622f65ba70\" wfd-id=\"394\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b60b4\" wfd-id=\"398\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"certificate\">\n<path d=\"M21.5 14l2.156 2.109c0.297 0.281 0.406 0.703 0.313 1.094-0.109 0.391-0.422 0.703-0.812 0.797l-2.938 0.75 0.828 2.906c0.109 0.391 0 0.812-0.297 1.094-0.281 0.297-0.703 0.406-1.094 0.297l-2.906-0.828-0.75 2.938c-0.094 0.391-0.406 0.703-0.797 0.812-0.094 0.016-0.203 0.031-0.297 0.031-0.297 0-0.594-0.125-0.797-0.344l-2.109-2.156-2.109 2.156c-0.281 0.297-0.703 0.406-1.094 0.313-0.406-0.109-0.703-0.422-0.797-0.812l-0.75-2.938-2.906 0.828c-0.391 0.109-0.812 0-1.094-0.297-0.297-0.281-0.406-0.703-0.297-1.094l0.828-2.906-2.938-0.75c-0.391-0.094-0.703-0.406-0.812-0.797-0.094-0.391 0.016-0.812 0.313-1.094l2.156-2.109-2.156-2.109c-0.297-0.281-0.406-0.703-0.313-1.094 0.109-0.391 0.422-0.703 0.812-0.797l2.938-0.75-0.828-2.906c-0.109-0.391 0-0.812 0.297-1.094 0.281-0.297 0.703-0.406 1.094-0.297l2.906 0.828 0.75-2.938c0.094-0.391 0.406-0.703 0.797-0.797 0.391-0.109 0.812 0 1.094 0.297l2.109 2.172 2.109-2.172c0.281-0.297 0.688-0.406 1.094-0.297 0.391 0.094 0.703 0.406 0.797 0.797l0.75 2.938 2.906-0.828c0.391-0.109 0.812 0 1.094 0.297 0.297 0.281 0.406 0.703 0.297 1.094l-0.828 2.906 2.938 0.75c0.391 0.094 0.703 0.406 0.812 0.797 0.094 0.391-0.016 0.812-0.313 1.094z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"396\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b12d8\" wfd-id=\"397\"><h4 data-css=\"tve-u-1625389a3d5\" style=\"text-align: left;\">Triple Foam Polish</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"395\"><p data-css=\"tve-u-162492e70ad\">Class aptent taciti sociosqu ad litora torquent</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"385\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229fa8c68\" wfd-id=\"387\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-16271adf6cf\" wfd-id=\"391\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"bullseye\">\n<path d=\"M16 14c0 2.203-1.797 4-4 4s-4-1.797-4-4 1.797-4 4-4 4 1.797 4 4zM18 14c0-3.313-2.688-6-6-6s-6 2.688-6 6 2.688 6 6 6 6-2.688 6-6zM20 14c0 4.422-3.578 8-8 8s-8-3.578-8-8 3.578-8 8-8 8 3.578 8 8zM22 14c0-5.516-4.484-10-10-10s-10 4.484-10 10 4.484 10 10 10 10-4.484 10-10zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"389\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-16248fc71c8\" wfd-id=\"390\"><h4 data-css=\"tve-u-1625389b4ed\" style=\"text-align: left;\">Tire dressing</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"388\"><p data-css=\"tve-u-162492e70ad\">Etiam pharetra, erat sed fermentum feugiat, velit mauris</p></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621ad46076\" wfd-id=\"339\">\n<div class=\"tve-page-section-out\" wfd-id=\"378\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621b072b4e\" wfd-id=\"340\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621a8b2488\" wfd-id=\"341\"><div class=\"tcb-flex-row tcb--cols--2 v-2\" data-css=\"tve-u-1621a8a804b\" wfd-id=\"342\"><div class=\"tcb-flex-col\" wfd-id=\"354\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16271bfe70c\" wfd-id=\"356\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h3\" data-css=\"tve-u-1621a8c4313\" wfd-id=\"375\"><h3><strong>Complete cleaning services for yoâ€‹ur car</strong></h3></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-16417b70f47\" wfd-id=\"357\"><ul class=\"tcb-styled-list\" wfd-id=\"358\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621acf0289\" wfd-id=\"369\"><div class=\"tcb-styled-list-icon\" wfd-id=\"373\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a8e11f3\" wfd-id=\"374\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ace1b08\" wfd-id=\"370\">We are a small business delivering professional cleaning services for all vehicles</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621acf64fb\" wfd-id=\"365\"><div class=\"tcb-styled-list-icon\" wfd-id=\"367\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a8e5625\" wfd-id=\"368\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ace4de9\" wfd-id=\"366\">Our services are convenient for individuals and corporate fleets</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"359\"><div class=\"tcb-styled-list-icon\" wfd-id=\"363\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a9076ef\" wfd-id=\"364\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621acf47d2\" wfd-id=\"360\">We use eco-friendly products that actually clean, protect and maintain your car better than the traditional cleaning substances</span></li></ul></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"343\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621a90a46f\" wfd-id=\"345\"><div class=\"thrv_wrapper thrv-fill-counter tve_red tve_normalfc thrv_data_element\" data-css=\"tve-u-1621a983587\" wfd-id=\"346\">\n<div class=\"tve_fill_counter_n\" style=\"\" data-fill=\"100\" data-css=\"tve-u-1621a98b602\" wfd-id=\"347\">\n<svg viewBox=\"0 0 160 160\" class=\"tve_fill_counter_circle\" shape-rendering=\"optimizeSpeed\" data-css=\"tve-u-1621a9a2862\">\n<circle class=\"tve_fill_counter_circle_inner\" r=\"80\" cx=\"80\" cy=\"80\" data-css=\"tve-u-1621a9685d4\"></circle>\n</svg>\n<div class=\"tve_fill_text_in\" data-css=\"tve-u-1621a96b190\" wfd-id=\"348\">\n<div class=\"tve_fill_text_value\" data-css=\"tve-u-1621a9a2866\" wfd-id=\"350\">\n<div class=\"thrv-inline-text tve_fill_text tve_editable\" data-css=\"tve-u-1621a9a2867\" wfd-id=\"351\"><strong>100%â€‹</strong></div>\n</div>\n<div class=\"thrv-inline-text tve_editable tve_data_element_label\" data-css=\"tve-u-1621a9750ae\" wfd-id=\"349\">Clean car</div>\n</div>\n</div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621ada1e7f\" data-value-type=\"percent\" wfd-id=\"301\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621adba9ef\" data-clip-id=\"52d5a36c151aa\" wfd-id=\"338\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-52d5a36c151aa\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0875\"></polygon></clipPath><clipPath id=\"clip-tablet-top-52d5a36c151aa\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0524\"></polygon></clipPath><clipPath id=\"clip-mobile-top-52d5a36c151aa\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0349\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621ad420c4\" wfd-id=\"302\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621ade6172\" wfd-id=\"303\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2 tcb-row-reversed-mobile tcb-mobile-edit v-2\" data-css=\"tve-u-1621adea58b\" wfd-id=\"304\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621b064646\" style=\"\" wfd-id=\"332\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ae0bec7\" wfd-id=\"334\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ae4fd21\" data-value-type=\"percent\" data-float=\"1\" wfd-id=\"335\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621ae6c8da\" data-clip-id=\"aa2c3e3c70555\" wfd-id=\"337\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0349\"></polygon></clipPath><clipPath id=\"clip-tablet-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"4\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0699\"></polygon></clipPath><clipPath id=\"clip-mobile-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"4\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0699\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb\" data-css=\"tve-u-1621ae4db6e\" wfd-id=\"336\"></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621b064668\" style=\"\" wfd-id=\"305\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621f45bed3\" wfd-id=\"307\"><div class=\"tcb-clear\" data-css=\"tve-u-16224848ee5\" wfd-id=\"328\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621afceb00\" wfd-id=\"329\"><h2 data-css=\"tve-u-1621afcc0bf\">Check Out Our Special Offer!</h2></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621afda4fa\" wfd-id=\"327\"><p data-css=\"tve-u-1621afd8c98\">Donâ€™t miss the opportunity to get 50% discount on a complete cleaning just by recommending us to a friend. Bring someone you know with you and clean you car half price!</p></div><div class=\"tcb-clear\" data-css=\"tve-u-16224834cab\" wfd-id=\"308\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621fe85996\" wfd-id=\"309\"><div class=\"tcb-flex-row tcb--cols--2 tcb-resized tcb-medium-wrap tcb-desktop-wrap\" data-css=\"tve-u-1621fe78878\" wfd-id=\"310\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621fe94086\" style=\"\" wfd-id=\"318\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"320\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621b01355a\" wfd-id=\"321\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621b08fdde\" data-tcb_hover_state_parent=\"1\" wfd-id=\"326\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16223f02c16\" wfd-id=\"322\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-1620af7eb3f\" data-tcb_hover_state_parent=\"\" data-button-style=\"full_rounded\" wfd-id=\"323\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"324\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-16228c75500\" wfd-id=\"325\"><strong>Request an appointment</strong></span></span>\n</a>\n</div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621fe940b9\" style=\"\" wfd-id=\"311\"><div class=\"tcb-col\" wfd-id=\"313\"><div class=\"tcb-clear\" data-css=\"tve-u-16224716d62\" wfd-id=\"314\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-1621b028939\" data-tcb_hover_state_parent=\"\" data-button-style=\"ghost\" wfd-id=\"315\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"316\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-16228c764b2\" wfd-id=\"317\"><strong>Call Now: 0400-700-682</strong></span></span>\n</a>\n</div></div></div></div></div></div></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16260ba2fa4\" wfd-id=\"202\">\n<div class=\"tve-page-section-out\" wfd-id=\"300\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16260be7104\" wfd-id=\"203\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621b0e4fb7\" wfd-id=\"299\"><h2 data-css=\"tve-u-1621b10fccf\" style=\"text-align: center;\">our happy clients</h2></div><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641367127b\" data-float=\"1\" wfd-id=\"298\"><svg class=\"tcb-icon\" viewBox=\"0 0 30 32\" data-name=\"quote-left\">\n<path d=\"M13.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429zM29.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641367e553\" wfd-id=\"297\"><svg class=\"tcb-icon\" viewBox=\"0 0 30 32\" data-name=\"quote-left\">\n<path d=\"M13.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429zM29.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a10d3b4\" wfd-id=\"268\">\n<div class=\"tve-content-box-background\" wfd-id=\"296\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"269\"><div class=\"tcb-clear\" data-css=\"tve-u-1621b300a64\" wfd-id=\"294\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-1621f154231\" wfd-id=\"295\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621b200375\" wfd-id=\"272\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-16260d8392c\" wfd-id=\"273\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"278\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"280\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16417b62c09\" wfd-id=\"281\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-16260d8396c\" wfd-id=\"282\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16260d01208\" style=\"\" wfd-id=\"288\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"290\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"291\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16225617da3\" wfd-id=\"293\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"292\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16260d0120e\" style=\"\" wfd-id=\"283\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"285\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"287\"><h5>Brett Graham, 28</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"286\"><h6 class=\"\">Architect</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"274\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"276\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"277\"><p data-css=\"tve-u-162539c17ec\">Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit. Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit.&nbsp;</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-16260c5ff0c\" wfd-id=\"270\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260c5ff07\" wfd-id=\"271\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a12f675\" wfd-id=\"237\">\n<div class=\"tve-content-box-background\" wfd-id=\"267\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"238\"><div class=\"tcb-clear\" data-css=\"tve-u-16260cd7683\" wfd-id=\"265\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260d73672\" wfd-id=\"266\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16260da3aa7\" wfd-id=\"241\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-1621fb68b97\" wfd-id=\"242\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"249\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"251\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16417b662bf\" wfd-id=\"252\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-1621fb65556\" wfd-id=\"253\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16229915e1a\" style=\"\" wfd-id=\"259\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"261\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"262\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16260c433e9\" wfd-id=\"264\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"263\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16229915e4e\" style=\"\" wfd-id=\"254\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"256\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"258\"><h5>Rosie Hanson, 24</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"257\"><h6 class=\"\">Real estate Associate</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"243\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"245\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"246\"><p data-css=\"tve-u-162539c17ec\">Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo.</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-16260d3b97e\" wfd-id=\"239\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260d39b83\" wfd-id=\"240\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a146aef\" wfd-id=\"204\">\n<div class=\"tve-content-box-background\" wfd-id=\"236\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"205\"><div class=\"tcb-clear\" data-css=\"tve-u-16260cd7683\" wfd-id=\"234\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260cd622f\" wfd-id=\"235\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16260c39a7e\" wfd-id=\"208\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-16260d3f4aa\" wfd-id=\"209\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"216\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"218\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621fbacc60\" wfd-id=\"219\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-16260d3f4af\" wfd-id=\"220\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16229915e1a\" style=\"\" wfd-id=\"228\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"230\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"231\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16260d5e4b8\" wfd-id=\"233\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"232\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16229915e4e\" style=\"\" wfd-id=\"221\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"223\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"227\"><h5>Shawn Mattews, 35</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"224\"><h6 class=\"\">project manager</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"210\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"212\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"213\"><p data-css=\"tve-u-162539c17ec\">Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo. Nullam ac urna eu felis.Sed non neque elit. Sed ut imperdiet nisi. Proin condimentum</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1621b30ca74\" wfd-id=\"206\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-1621f15b521\" wfd-id=\"207\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621b3c8c52\" wfd-id=\"90\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621b3cfc7b\" wfd-id=\"201\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621b3c74d9\" wfd-id=\"91\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621e7b695a\" wfd-id=\"198\"><h2 data-css=\"tve-u-1621e7a7350\" style=\"text-align: center;\">our offers</h2></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621e7c899a\" wfd-id=\"92\"><div class=\"tcb-flex-row tcb--cols--3 tcb-medium-wrap v-2\" data-css=\"tve-u-1621e7c7aa1\" wfd-id=\"93\"><div class=\"tcb-flex-col\" wfd-id=\"160\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16223fc9f23\" wfd-id=\"162\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e7ceab3\" style=\"\" wfd-id=\"163\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16416e4fafd\" wfd-id=\"197\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e7d5094\" wfd-id=\"164\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e7e9950\" data-value-type=\"percent\" style=\"\" wfd-id=\"193\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e7edfd9\" data-clip-id=\"10ffac3b28f1d\" wfd-id=\"196\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-10ffac3b28f1d\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-10ffac3b28f1d\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e7e6c1d\" wfd-id=\"194\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-16417b4cb9e\" wfd-id=\"195\"><h4 data-css=\"tve-u-1621fe1a1af\" style=\"text-align: center;\"><strong>Basic Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ec6c39b\" data-float=\"1\" wfd-id=\"189\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e81f424\" wfd-id=\"192\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec752da\" wfd-id=\"190\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"191\"><h4 data-css=\"tve-u-1621fe1bd18\" style=\"text-align: center;\"><strong>15$</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621ea50702\" wfd-id=\"165\"><ul class=\"tcb-styled-list\" wfd-id=\"166\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec3a5c0\" wfd-id=\"185\"><div class=\"tcb-styled-list-icon\" wfd-id=\"187\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec204df\" wfd-id=\"188\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec241aa\" wfd-id=\"186\">Interior vacuum</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"181\"><div class=\"tcb-styled-list-icon\" wfd-id=\"183\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec20f68\" wfd-id=\"184\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec2704c\" wfd-id=\"182\">Dust &amp;dash console</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec42aa7\" wfd-id=\"175\"><div class=\"tcb-styled-list-icon\" wfd-id=\"179\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec21a31\" wfd-id=\"180\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec298ab\" wfd-id=\"176\">Hand towel dry</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec43fe2\" wfd-id=\"171\"><div class=\"tcb-styled-list-icon\" wfd-id=\"173\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ea1fba7\" wfd-id=\"174\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea23322\" wfd-id=\"172\">Clean windows</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec454d9\" wfd-id=\"167\"><div class=\"tcb-styled-list-icon\" wfd-id=\"169\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ea295c0\" wfd-id=\"170\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea2c69a\" wfd-id=\"168\">Soft cloth wash</span></li></ul></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"127\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"129\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621eb81205\" style=\"\" wfd-id=\"130\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16416e603ab\" wfd-id=\"159\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621eb7ccb0\" wfd-id=\"131\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ebbbb6d\" data-value-type=\"percent\" wfd-id=\"155\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eaaedd8\" data-clip-id=\"a2b9cf3198d6f\" wfd-id=\"158\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-a2b9cf3198d6f\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-a2b9cf3198d6f\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec7f21a\" wfd-id=\"156\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e930bd7\" wfd-id=\"157\"><h4 data-css=\"tve-u-1621e92e97f\" style=\"text-align: center;\"><strong>Ultimate Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ec78d2c\" data-float=\"1\" wfd-id=\"151\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eab272c\" wfd-id=\"154\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec79a7d\" wfd-id=\"152\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"153\"><h4 data-css=\"tve-u-1621e942b65\" style=\"text-align: center;\"><strong>22 $</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621ebfa746\" wfd-id=\"148\"><p data-css=\"tve-u-1621f4ceaf6\" style=\"text-align: center;\">Includes basic service <span data-css=\"tve-u-1621f4ceaf7\" style=\"color: rgb(15, 29, 123);\" wfd-id=\"149\"><strong class=\"\"><span data-css=\"tve-u-1621f4ceafb\" wfd-id=\"150\">+</span></strong></span></p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621ebf340c\" wfd-id=\"132\"><ul class=\"tcb-styled-list\" wfd-id=\"133\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-164137a0b1f\" wfd-id=\"142\"><div class=\"tcb-styled-list-icon\" wfd-id=\"146\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec0c5bd\" wfd-id=\"147\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ebfe4ce\" wfd-id=\"143\">Triple foam conditiner</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec04541\" wfd-id=\"138\"><div class=\"tcb-styled-list-icon\" wfd-id=\"140\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec09a3c\" wfd-id=\"141\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ebff867\" wfd-id=\"139\">Tire dressing</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec05cc3\" wfd-id=\"134\"><div class=\"tcb-styled-list-icon\" wfd-id=\"136\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec15f6e\" wfd-id=\"137\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec009a8\" wfd-id=\"135\">Air freshner</span></li></ul></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"94\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16223dad661\" wfd-id=\"96\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621fd9c946\" style=\"\" wfd-id=\"97\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e7d234c\" wfd-id=\"126\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621fd84d7b\" wfd-id=\"98\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16223b080b0\" data-value-type=\"percent\" wfd-id=\"120\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eb3eb9f\" data-clip-id=\"ac98bb0e54b3b\" wfd-id=\"125\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621fd8766c\" wfd-id=\"121\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e930bd7\" wfd-id=\"122\"><h4 data-css=\"tve-u-1621fe1587d\" style=\"text-align: center;\"><strong>Supreme Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e8107f3\" wfd-id=\"116\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eb43d8d\" wfd-id=\"119\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e819c52\" wfd-id=\"117\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"118\"><h4 data-css=\"tve-u-1621fe1725e\" style=\"text-align: center;\"><strong>30 $</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621eb037bb\" wfd-id=\"113\"><p data-css=\"tve-u-1621f4d0451\" style=\"text-align: center;\">Includes ultimate service <span data-css=\"tve-u-1621eaff572\" style=\"color: rgb(15, 29, 123);\" wfd-id=\"114\"><strong class=\"\"><span data-css=\"tve-u-1621eb01b60\" wfd-id=\"115\">+</span></strong></span></p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621eacf6af\" wfd-id=\"99\"><ul class=\"tcb-styled-list\" wfd-id=\"100\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec36a4d\" wfd-id=\"109\"><div class=\"tcb-styled-list-icon\" wfd-id=\"111\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e9993aa\" wfd-id=\"112\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea1a5d7\" wfd-id=\"110\">Exterior trim dressing</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"105\"><div class=\"tcb-styled-list-icon\" wfd-id=\"107\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e99b1db\" wfd-id=\"108\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea19a06\" wfd-id=\"106\">Hand applied spray wax</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec37ea5\" wfd-id=\"101\"><div class=\"tcb-styled-list-icon\" wfd-id=\"103\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e99c314\" wfd-id=\"104\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea18c5d\" wfd-id=\"102\">Interior conditioner</span></li></ul></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621efddaaf\" wfd-id=\"49\">\n<div class=\"tve-page-section-out\" wfd-id=\"89\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621edf8048\" wfd-id=\"50\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621f114214\" wfd-id=\"51\"><div class=\"tcb-flex-row tcb-mobile-edit tcb--cols--2\" data-css=\"tve-u-1621ee03000\" wfd-id=\"52\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621ee4be21\" style=\"\" wfd-id=\"58\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ee093d4\" wfd-id=\"60\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ee3afec\" wfd-id=\"61\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621ee58e74\" wfd-id=\"88\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ee37f4a\" wfd-id=\"62\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1621ee74a24\" wfd-id=\"87\"><svg class=\"tcb-icon\" viewBox=\"0 0 16 28\" data-name=\"map-marker\">\n<path d=\"M12 10c0-2.203-1.797-4-4-4s-4 1.797-4 4 1.797 4 4 4 4-1.797 4-4zM16 10c0 0.953-0.109 1.937-0.516 2.797l-5.688 12.094c-0.328 0.688-1.047 1.109-1.797 1.109s-1.469-0.422-1.781-1.109l-5.703-12.094c-0.406-0.859-0.516-1.844-0.516-2.797 0-4.422 3.578-8 8-8s8 3.578 8 8z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621ee63e1c\" wfd-id=\"82\"><h2 data-css=\"tve-u-1621fdcb4ea\" style=\"text-align: center;\">contact us</h2></div><div class=\"thrv_wrapper thrv-contact-form\" data-ct=\"contact_form-22343\" style=\"\" data-css=\"tve-u-16465071dea\" data-ct-name=\"Rounded Shadow\" wfd-id=\"65\">\n<form action=\"\" method=\"post\" novalidate=\"\" wfd-id=\"66\">\n<div class=\"tve-cf-item-wrapper\" wfd-id=\"69\">\n<div class=\"tve-cf-item\" wfd-id=\"78\">\n<div class=\"thrv-cf-input-wrapper\" data-type=\"first_name\" wfd-id=\"79\">\n<label data-css=\"tve-u-1695d9d6525\" class=\"\" wfd-id=\"81\">First Name</label>\n<div class=\"tve-cf-input\" data-css=\"tve-u-1695d9d6526\" data-tcb_hover_state_parent=\"\" wfd-id=\"80\">\n<input placeholder=\"\" type=\"text\" name=\"first_name\" data-placeholder=\"\" wfd-id=\"496\">\n</div>\n</div>\n</div>\n<div class=\"tve-cf-item\" wfd-id=\"74\">\n<div class=\"thrv-cf-input-wrapper\" data-type=\"email\" wfd-id=\"75\">\n<label data-css=\"tve-u-1695d9d6527\" class=\"\" wfd-id=\"77\">Email Address</label>\n<div class=\"tve-cf-input\" data-css=\"tve-u-1695d9d6528\" data-tcb_hover_state_parent=\"\" wfd-id=\"76\">\n<input placeholder=\"\" type=\"email\" name=\"email\" data-placeholder=\"\" wfd-id=\"495\">\n</div>\n</div>\n</div>\n<div class=\"tve-cf-item\" wfd-id=\"70\">\n<div class=\"thrv-cf-input-wrapper\" data-type=\"message\" wfd-id=\"71\">\n<label data-css=\"tve-u-1695d9d6529\" class=\"\" wfd-id=\"73\">Message</label>\n<div class=\"tve-cf-input\" data-css=\"tve-u-1695d9d652a\" data-tcb_hover_state_parent=\"\" wfd-id=\"72\">\n<textarea placeholder=\"\" data-placeholder=\"\" name=\"message\" wfd-id=\"498\"></textarea>\n</div>\n</div>\n</div>\n</div>\n<div class=\"tcb-clear\" data-css=\"tve-u-1695d9d652b\" wfd-id=\"67\"><div class=\"tve-cf-submit\" data-css=\"tve-u-1695d9d652c\" data-tcb_hover_state_parent=\"\" data-button-style=\"ghost\" wfd-id=\"68\">\n<button class=\"tve_btn_txt tve-froala\" type=\"submit\" wfd-id=\"511\">Submit Message</button>\n</div></div>\n<input type=\"hidden\" name=\"config\" value=\"YTozOntzOjE0OiJlcnJvcl9tZXNzYWdlcyI7YTo0OntzOjU6ImVtYWlsIjtzOjIxOiJFbWFpbCBhZGRyZXNzIGludmFsaWQiO3M6NToicGhvbmUiO3M6MjA6IlBob25lIG51bWJlciBpbnZhbGlkIjtzOjM6InVybCI7czoxMToiVVJMIGludmFsaWQiO3M6ODoicmVxdWlyZWQiO3M6MjA6IlJlcXVpcmVkIGZpZWxkIGVtcHR5Ijt9czo4OiJ0b19lbWFpbCI7YToyOntzOjI6InRvIjtzOjI5OiJhZG1pbkBiZXN0Y2VyYWtvdGVmbG9yaWRhLmNvbSI7czo3OiJzdWJqZWN0IjtzOjE4OiJOZXcgbWVzc2FnZSBmcm9tOiAiO31zOjY6InN1Ym1pdCI7YToxMDp7czo2OiJhY3Rpb24iO3M6NjoicmVsb2FkIjtzOjIzOiJzZW5kX2NvbmZpcm1hdGlvbl9lbWFpbCI7YjowO3M6MTk6InNlbmRlcl9wZXJzb25hbGl6ZWQiO2I6MDtzOjIwOiJjb25maXJtYXRpb25fc3ViamVjdCI7czozNjoiQ29udGFjdCBGb3JtIHN1Ym1pc3Npb24gY29uZmlybWF0aW9uIjtzOjIwOiJjb25maXJtYXRpb25fbWVzc2FnZSI7czoxMzk6IkhlbGxvLCAKClRoYW5rcyBmb3IgY29udGFjdGluZyB1cy4gV2UnbGwgZ2V0IGJhY2sgdG8geW91IGFzIHNvb24gYXMgcG9zc2libGUgd2l0aCB0aGUgaW5mb3JtYXRpb24geW91IG5lZWQuIAoKQmVzdCByZWdhcmRzLApbd3Bfc2l0ZV90aXRsZV0iO3M6OToiZnJvbV9uYW1lIjtzOjI4OiJUaGUgQmVzdCBDZXJha290ZSBJbiBGbG9yaWRhIjtzOjEwOiJmcm9tX2VtYWlsIjtzOjI5OiJhZG1pbkBiZXN0Y2VyYWtvdGVmbG9yaWRhLmNvbSI7czo4OiJyZXBseV90byI7czoyOToiYWRtaW5AYmVzdGNlcmFrb3RlZmxvcmlkYS5jb20iO3M6MzoidXJsIjtzOjA6IiI7czoxMjoibm90aWZpY2F0aW9uIjtzOjM4OiJZb3VyIG1lc3NhZ2UgaGFzIGJlZW4gc2VudCwgdGhhbmsgeW91ISI7fX0=\" wfd-id=\"494\"></form>\n</div><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_slide_left\" data-css=\"tve-u-1621ef118dc\" style=\"\" wfd-id=\"63\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"64\"><img class=\"tve_image tve_evt_manager_listen tve_et_tve-viewport wp-image-282\" alt=\"Cerakote Certified Logo\" width=\"2148\" height=\"1968\" title=\"Cerakote Certified Logo\" data-id=\"282\" src=\"https://bestcerakoteflorida.com/wp-content/uploads/2018/09/CertifiedLogo.png\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_left&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" style=\"width: 100%;\"></span></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621ee4be73\" style=\"\" wfd-id=\"53\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ee22c43\" wfd-id=\"55\"><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-1695d995f33\" wfd-id=\"57\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=825 South Kings Highway, Fort Pierce&amp;t=m&amp;z=11&amp;output=embed&amp;iwloc=near\"></iframe>\n</div><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-1621ee18a1c\" wfd-id=\"56\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=davie, Florida 33317&amp;t=m&amp;z=11&amp;output=embed&amp;iwloc=near\"></iframe>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621f0aa8f7\" wfd-id=\"28\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621f0ada0e\" wfd-id=\"48\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621f0b0088\" wfd-id=\"29\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621f0d2c1a\" wfd-id=\"30\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-1621f0cbe40\" wfd-id=\"31\"><div class=\"tcb-flex-col\" wfd-id=\"40\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"42\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621f0da775\" wfd-id=\"43\"><p data-css=\"tve-u-1622444fb11\">Â© 2018, Your company name . All rights reserved.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"32\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"34\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16223fe5f5b\" wfd-id=\"35\"><p data-css=\"tve-u-1621f0d874c\" style=\"text-align: right;\">Made with <a href=\"https://thrivethemes.com/\" target=\"_blank\">Thrive Architect</a></p></div></div></div></div></div></div>\n</div>\n\n'),(6980,578,'tve_revision_tve_has_wistia_popover','0'),(6981,579,'tve_revision_tve_landing_page','tcb2-thrivebiz-car-wash'),(6982,579,'tve_revision_tve_landing_set',''),(6983,579,'tve_revision_tve_disable_theme_dependency','1'),(6984,579,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-162717d1bbe\" wfd-id=\"470\"><div class=\"tcb-flex-row tcb-medium-no-wrap v-2 tcb--cols--3 m-edit tcb-mobile-wrap tcb-resized\" data-css=\"tve-u-162717d1bbf\" wfd-id=\"471\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1695981e7bb\" wfd-id=\"490\"><div class=\"tcb-col\" data-css=\"tve-u-16959846d3d\" wfd-id=\"492\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16959822de2\" wfd-id=\"493\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"494\"><img class=\"tve_image wp-image-465\" alt=\"\" width=\"384\" height=\"62\" title=\"Blackhawk_custom_header\" data-id=\"465\" src=\"https://bestcerakoteflorida.com/wp-content/uploads/2019/01/Blackhawk_custom_header.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717d1bb9\" style=\"\" wfd-id=\"483\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717d1bb6\" wfd-id=\"485\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-164179a84b8\" wfd-id=\"486\">\n<div class=\"tve-content-box-background\" wfd-id=\"489\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"487\"><div class=\"tcb-clear\" wfd-id=\"488\"></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717d1bb7\" style=\"\" wfd-id=\"472\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717d1bbc\" wfd-id=\"474\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16369305186\" wfd-id=\"475\">\n<div class=\"tve-content-box-background\" wfd-id=\"482\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16417e9d24e\" wfd-id=\"476\"><div class=\"tcb-clear\" wfd-id=\"480\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-16417e5bd95\" data-float=\"1\" wfd-id=\"481\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-envelope-regular\" data-name=\"\">\n            <path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path>\n        </svg></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-164179bced9\" wfd-id=\"477\"><p data-css=\"tve-u-1641333d7d1\"><a href=\"mailto:info@bestcerkoteflorida.com\" target=\"_blank\">info@bestcerakoteflorida.com</a></p></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-162717cb621\" data-value-type=\"percent\" wfd-id=\"442\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-162717cb620\" data-clip-id=\"c883ac5175045\" wfd-id=\"469\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-c883ac5175045\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"6\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.8949, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-c883ac5175045\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9476, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-c883ac5175045\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9651, 1 1, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-162717cb609\" wfd-id=\"443\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-162717cb618\" wfd-id=\"444\"><div class=\"tcb-flex-row tcb-medium-wrap tcb-resized v-2 tcb--cols--2\" data-css=\"tve-u-162717cb617\" wfd-id=\"445\"><div class=\"tcb-flex-col\" data-css=\"tve-u-162717cb601\" style=\"\" wfd-id=\"459\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717cb60a\" wfd-id=\"461\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h1\" data-css=\"tve-u-162717cb610\" wfd-id=\"465\"><h1 data-css=\"tve-u-162717cb616\" style=\"text-align: center;\">&nbsp;Protect What\'s Important To You! With The Toughest Ceramic Finish In The World!<span data-css=\"tve-u-16271ca808e\" style=\"color: rgb(0, 229, 255);\" wfd-id=\"468\"></span></h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162717cb60f\" wfd-id=\"462\"><p data-css=\"tve-u-1695a36117b\" style=\"text-align: center;\">Heat, Water, Salt and Sand just some of the conditions you face. And any one of them is just waiting to get a hold of your firearm and leave it a pile of rusted, pitted junk.</p><p data-css=\"tve-u-16413112747\" style=\"text-align: center;\">Unfortunately there wasn\'t much you could do other than keep cleaning and lubricating your firearms...till NOW!</p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717cb600\" style=\"\" wfd-id=\"446\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717cb60b\" wfd-id=\"448\"><div class=\"thrv_responsive_video thrv_wrapper rv_style_lifted_style2\" data-type=\"youtube\" data-rel=\"0\" data-url=\"https://www.youtube.com/watch?v=a1nyu9ZJiEk\" data-css=\"tve-u-16959cd1e7a\" data-modestbranding=\"1\" wfd-id=\"456\">\n	\n\n	<div class=\"tve_responsive_video_container\" wfd-id=\"457\">\n		<div class=\"video_overlay\" wfd-id=\"458\"></div>\n	<iframe data-code=\"TEOqV1Q16lU\" data-provider=\"youtube\" src=\"https://www.youtube.com/embed/TEOqV1Q16lU?rel=0&amp;modestbranding=1&amp;controls=1&amp;showinfo=1&amp;fs=1&amp;wmode=transparent\" data-src=\"https://www.youtube.com/embed/TEOqV1Q16lU?rel=0&amp;modestbranding=1&amp;controls=1&amp;showinfo=1&amp;fs=1&amp;wmode=transparent\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\n</div><div class=\"thrv_wrapper thrv-button tcb-with-icon\" data-css=\"tve-u-1695a3002e2\" data-tcb_hover_state_parent=\"\" data-button-style=\"border_1\" wfd-id=\"449\">\n	<a href=\"tel:1-954-848-1911\" class=\"tcb-button-link\" target=\"_blank\" rel=\"\"><span class=\"tcb-button-icon\" wfd-id=\"454\">\n	<div class=\"thrv_wrapper thrv_icon tve_no_drag tve_no_icons tcb-icon-inherit-style tcb-icon-display\" wfd-id=\"455\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-phone-plus-light\" data-name=\"\">\n            <path d=\"M8 128h88v88c0 4.4 3.6 8 8 8h16c4.4 0 8-3.6 8-8v-88h88c4.4 0 8-3.6 8-8v-16c0-4.4-3.6-8-8-8h-88V8c0-4.4-3.6-8-8-8h-16c-4.4 0-8 3.6-8 8v88H8c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8zM487.8 24.1L387 .8c-14.7-3.4-29.8 4.2-35.8 18.1l-46.5 108.5c-5.5 12.7-1.8 27.7 8.9 36.5l53.9 44.1c-34 69.2-90.3 125.6-159.6 159.6l-44.1-53.9c-8.8-10.7-23.8-14.4-36.5-8.9L18.9 351.3c-13.9 6-21.5 21-18.1 35.8L24 487.9C27.3 502 39.9 512 54.5 512 306.7 512 512 307.8 512 54.5c0-14.6-10-27.2-24.2-30.4zM55.1 480l-23-99.6 107.4-46 59.5 72.8c103.6-48.6 159.7-104.9 208.1-208.1l-72.8-59.5 46-107.4 99.6 23C479.7 289.7 289.6 479.7 55.1 480z\"></path>\n        </svg></div>\n</span>\n\n		<span class=\"tcb-button-texts\" wfd-id=\"450\"><span class=\"tcb-button-text thrv-inline-text\" wfd-id=\"451\">CALL NOW</span></span>\n	</a>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-162717fcf9d\" data-value-type=\"percent\" wfd-id=\"385\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-162718bd0c0\" data-clip-id=\"a3b25e1c9221a\" wfd-id=\"441\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0875\"></polygon></clipPath><clipPath id=\"clip-tablet-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"6\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.1051\"></polygon></clipPath><clipPath id=\"clip-mobile-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"1\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0175\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-162718a3b40\" wfd-id=\"386\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622a159bcb\" wfd-id=\"387\">\n<div class=\"tve-content-box-background\" wfd-id=\"440\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"388\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621a2247ba\" wfd-id=\"437\"><h2 data-css=\"tve-u-1621a2e0d5b\">our services</h2></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16229f6175c\" wfd-id=\"412\"><div class=\"tcb-flex-row tcb-medium-no-wrap tcb--cols--3 v-2\" data-css=\"tve-u-162493a03b0\" wfd-id=\"413\"><div class=\"tcb-flex-col\" wfd-id=\"428\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1624939a960\" data-tcb_hover_state_parent=\"\" wfd-id=\"430\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-162493d5f13\" data-float=\"1\" wfd-id=\"436\"><svg class=\"tcb-icon\" viewBox=\"0 0 14 28\" data-name=\"bolt\">\n<path d=\"M13.828 8.844c0.172 0.187 0.219 0.453 0.109 0.688l-8.437 18.078c-0.125 0.234-0.375 0.391-0.656 0.391-0.063 0-0.141-0.016-0.219-0.031-0.344-0.109-0.547-0.438-0.469-0.766l3.078-12.625-6.344 1.578c-0.063 0.016-0.125 0.016-0.187 0.016-0.172 0-0.359-0.063-0.484-0.172-0.187-0.156-0.25-0.391-0.203-0.609l3.141-12.891c0.078-0.297 0.359-0.5 0.688-0.5h5.125c0.391 0 0.703 0.297 0.703 0.656 0 0.094-0.031 0.187-0.078 0.281l-2.672 7.234 6.188-1.531c0.063-0.016 0.125-0.031 0.187-0.031 0.203 0 0.391 0.094 0.531 0.234z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"432\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-162494b490e\" wfd-id=\"433\"><h4 data-css=\"tve-u-16249355087\" style=\"text-align: left;\">Express exterior</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162494b7ad0\" wfd-id=\"431\"><p data-css=\"tve-u-162492e70ad\">Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"421\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162493b6b63\" data-tcb_hover_state_parent=\"\" wfd-id=\"423\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b456a\" wfd-id=\"427\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"adjust\">\n<path d=\"M12 22.5v-17c-4.688 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"425\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1af44d\" wfd-id=\"426\"><h4 data-css=\"tve-u-16249358652\" style=\"text-align: left;\">Interior clean</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"424\"><p data-css=\"tve-u-162492e70ad\">Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"414\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16249373b25\" wfd-id=\"416\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b52d3\" wfd-id=\"420\"><svg class=\"tcb-icon\" viewBox=\"0 0 26 28\" data-name=\"umbrella\">\n<path d=\"M14 12.938v9.063c0 2.172-1.828 4-4 4s-4-1.828-4-4c0-0.547 0.453-1 1-1s1 0.453 1 1c0 1.047 0.953 2 2 2s2-0.953 2-2v-9.063c0.328-0.109 0.656-0.172 1-0.172s0.672 0.063 1 0.172zM26 13.359c0 0.266-0.234 0.5-0.5 0.5-0.141 0-0.25-0.063-0.359-0.156-0.906-0.844-1.75-1.437-3.047-1.437-1.484 0-2.766 0.922-3.609 2.094-0.187 0.266-0.328 0.547-0.5 0.812-0.109 0.172-0.234 0.266-0.438 0.266-0.219 0-0.344-0.094-0.453-0.266-0.172-0.266-0.313-0.547-0.5-0.812-0.844-1.172-2.109-2.094-3.594-2.094s-2.75 0.922-3.594 2.094c-0.187 0.266-0.328 0.547-0.5 0.812-0.109 0.172-0.234 0.266-0.453 0.266-0.203 0-0.328-0.094-0.438-0.266-0.172-0.266-0.313-0.547-0.5-0.812-0.844-1.172-2.125-2.094-3.609-2.094-1.297 0-2.141 0.594-3.047 1.437-0.109 0.094-0.219 0.156-0.359 0.156-0.266 0-0.5-0.234-0.5-0.5 0-0.047 0-0.078 0.016-0.109 1.437-5.906 7.141-9.25 12.984-9.25 5.812 0 11.578 3.344 12.984 9.25 0.016 0.031 0.016 0.063 0.016 0.109zM14 2v1.531c-0.328-0.016-0.672-0.031-1-0.031s-0.672 0.016-1 0.031v-1.531c0-0.547 0.453-1 1-1s1 0.453 1 1z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"418\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b01a6\" wfd-id=\"419\"><h4 data-css=\"tve-u-1624935a201\" style=\"text-align: left;\">Wax protection</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"417\"><p data-css=\"tve-u-162492e70ad\">Etiam pharetra, erat sed fermentum feugiat, velit mauris</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16249367114\" wfd-id=\"389\"><div class=\"tcb-flex-row tcb-medium-no-wrap tcb--cols--3 v-2\" data-css=\"tve-u-16229ffbb7b\" wfd-id=\"390\"><div class=\"tcb-flex-col\" wfd-id=\"405\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229fa6a26\" wfd-id=\"407\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b33f9\" wfd-id=\"411\"><svg class=\"tcb-icon\" viewBox=\"0 0 26 28\" data-name=\"magic\">\n<path d=\"M18.594 9.078l4.578-4.578-1.672-1.672-4.578 4.578zM25.578 4.5c0 0.266-0.094 0.516-0.281 0.703l-20.094 20.094c-0.187 0.187-0.438 0.281-0.703 0.281s-0.516-0.094-0.703-0.281l-3.094-3.094c-0.187-0.187-0.281-0.438-0.281-0.703s0.094-0.516 0.281-0.703l20.094-20.094c0.187-0.187 0.438-0.281 0.703-0.281s0.516 0.094 0.703 0.281l3.094 3.094c0.187 0.187 0.281 0.438 0.281 0.703zM4.469 1.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531zM9.938 4.062l3.063 0.938-3.063 0.938-0.938 3.063-0.938-3.063-3.063-0.938 3.063-0.938 0.938-3.063zM24.469 11.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531zM14.469 1.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"409\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b0a67\" wfd-id=\"410\"><h4 data-css=\"tve-u-16248fc42a1\" style=\"text-align: left;\">Dust &amp; Dash Console</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"408\"><p data-css=\"tve-u-162492e70ad\">Duis sed odio sit amet nibh vulputate cursus a sit amet mauris.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"398\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1622f65ba70\" wfd-id=\"400\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b60b4\" wfd-id=\"404\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"certificate\">\n<path d=\"M21.5 14l2.156 2.109c0.297 0.281 0.406 0.703 0.313 1.094-0.109 0.391-0.422 0.703-0.812 0.797l-2.938 0.75 0.828 2.906c0.109 0.391 0 0.812-0.297 1.094-0.281 0.297-0.703 0.406-1.094 0.297l-2.906-0.828-0.75 2.938c-0.094 0.391-0.406 0.703-0.797 0.812-0.094 0.016-0.203 0.031-0.297 0.031-0.297 0-0.594-0.125-0.797-0.344l-2.109-2.156-2.109 2.156c-0.281 0.297-0.703 0.406-1.094 0.313-0.406-0.109-0.703-0.422-0.797-0.812l-0.75-2.938-2.906 0.828c-0.391 0.109-0.812 0-1.094-0.297-0.297-0.281-0.406-0.703-0.297-1.094l0.828-2.906-2.938-0.75c-0.391-0.094-0.703-0.406-0.812-0.797-0.094-0.391 0.016-0.812 0.313-1.094l2.156-2.109-2.156-2.109c-0.297-0.281-0.406-0.703-0.313-1.094 0.109-0.391 0.422-0.703 0.812-0.797l2.938-0.75-0.828-2.906c-0.109-0.391 0-0.812 0.297-1.094 0.281-0.297 0.703-0.406 1.094-0.297l2.906 0.828 0.75-2.938c0.094-0.391 0.406-0.703 0.797-0.797 0.391-0.109 0.812 0 1.094 0.297l2.109 2.172 2.109-2.172c0.281-0.297 0.688-0.406 1.094-0.297 0.391 0.094 0.703 0.406 0.797 0.797l0.75 2.938 2.906-0.828c0.391-0.109 0.812 0 1.094 0.297 0.297 0.281 0.406 0.703 0.297 1.094l-0.828 2.906 2.938 0.75c0.391 0.094 0.703 0.406 0.812 0.797 0.094 0.391-0.016 0.812-0.313 1.094z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"402\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b12d8\" wfd-id=\"403\"><h4 data-css=\"tve-u-1625389a3d5\" style=\"text-align: left;\">Triple Foam Polish</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"401\"><p data-css=\"tve-u-162492e70ad\">Class aptent taciti sociosqu ad litora torquent</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"391\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229fa8c68\" wfd-id=\"393\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-16271adf6cf\" wfd-id=\"397\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"bullseye\">\n<path d=\"M16 14c0 2.203-1.797 4-4 4s-4-1.797-4-4 1.797-4 4-4 4 1.797 4 4zM18 14c0-3.313-2.688-6-6-6s-6 2.688-6 6 2.688 6 6 6 6-2.688 6-6zM20 14c0 4.422-3.578 8-8 8s-8-3.578-8-8 3.578-8 8-8 8 3.578 8 8zM22 14c0-5.516-4.484-10-10-10s-10 4.484-10 10 4.484 10 10 10 10-4.484 10-10zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"395\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-16248fc71c8\" wfd-id=\"396\"><h4 data-css=\"tve-u-1625389b4ed\" style=\"text-align: left;\">Tire dressing</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"394\"><p data-css=\"tve-u-162492e70ad\">Etiam pharetra, erat sed fermentum feugiat, velit mauris</p></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621ad46076\" wfd-id=\"345\">\n<div class=\"tve-page-section-out\" wfd-id=\"384\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621b072b4e\" wfd-id=\"346\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621a8b2488\" wfd-id=\"347\"><div class=\"tcb-flex-row tcb--cols--2 v-2\" data-css=\"tve-u-1621a8a804b\" wfd-id=\"348\"><div class=\"tcb-flex-col\" wfd-id=\"360\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16271bfe70c\" wfd-id=\"362\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h3\" data-css=\"tve-u-1621a8c4313\" wfd-id=\"381\"><h3><strong>Complete cleaning services for yoâ€‹ur car</strong></h3></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-16417b70f47\" wfd-id=\"363\"><ul class=\"tcb-styled-list\" wfd-id=\"364\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621acf0289\" wfd-id=\"375\"><div class=\"tcb-styled-list-icon\" wfd-id=\"379\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a8e11f3\" wfd-id=\"380\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ace1b08\" wfd-id=\"376\">We are a small business delivering professional cleaning services for all vehicles</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621acf64fb\" wfd-id=\"371\"><div class=\"tcb-styled-list-icon\" wfd-id=\"373\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a8e5625\" wfd-id=\"374\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ace4de9\" wfd-id=\"372\">Our services are convenient for individuals and corporate fleets</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"365\"><div class=\"tcb-styled-list-icon\" wfd-id=\"369\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a9076ef\" wfd-id=\"370\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621acf47d2\" wfd-id=\"366\">We use eco-friendly products that actually clean, protect and maintain your car better than the traditional cleaning substances</span></li></ul></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"349\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621a90a46f\" wfd-id=\"351\"><div class=\"thrv_wrapper thrv-fill-counter tve_red tve_normalfc thrv_data_element\" data-css=\"tve-u-1621a983587\" wfd-id=\"352\">\n<div class=\"tve_fill_counter_n\" style=\"\" data-fill=\"100\" data-css=\"tve-u-1621a98b602\" wfd-id=\"353\">\n<svg viewBox=\"0 0 160 160\" class=\"tve_fill_counter_circle\" shape-rendering=\"optimizeSpeed\" data-css=\"tve-u-1621a9a2862\">\n<circle class=\"tve_fill_counter_circle_inner\" r=\"80\" cx=\"80\" cy=\"80\" data-css=\"tve-u-1621a9685d4\"></circle>\n</svg>\n<div class=\"tve_fill_text_in\" data-css=\"tve-u-1621a96b190\" wfd-id=\"354\">\n<div class=\"tve_fill_text_value\" data-css=\"tve-u-1621a9a2866\" wfd-id=\"356\">\n<div class=\"thrv-inline-text tve_fill_text tve_editable\" data-css=\"tve-u-1621a9a2867\" wfd-id=\"357\"><strong>100%â€‹</strong></div>\n</div>\n<div class=\"thrv-inline-text tve_editable tve_data_element_label\" data-css=\"tve-u-1621a9750ae\" wfd-id=\"355\">Clean car</div>\n</div>\n</div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621ada1e7f\" data-value-type=\"percent\" wfd-id=\"307\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621adba9ef\" data-clip-id=\"52d5a36c151aa\" wfd-id=\"344\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-52d5a36c151aa\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0875\"></polygon></clipPath><clipPath id=\"clip-tablet-top-52d5a36c151aa\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0524\"></polygon></clipPath><clipPath id=\"clip-mobile-top-52d5a36c151aa\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0349\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621ad420c4\" wfd-id=\"308\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621ade6172\" wfd-id=\"309\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2 tcb-row-reversed-mobile tcb-mobile-edit v-2\" data-css=\"tve-u-1621adea58b\" wfd-id=\"310\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621b064646\" style=\"\" wfd-id=\"338\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ae0bec7\" wfd-id=\"340\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ae4fd21\" data-value-type=\"percent\" data-float=\"1\" wfd-id=\"341\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621ae6c8da\" data-clip-id=\"aa2c3e3c70555\" wfd-id=\"343\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0349\"></polygon></clipPath><clipPath id=\"clip-tablet-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"4\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0699\"></polygon></clipPath><clipPath id=\"clip-mobile-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"4\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0699\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb\" data-css=\"tve-u-1621ae4db6e\" wfd-id=\"342\"></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621b064668\" style=\"\" wfd-id=\"311\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621f45bed3\" wfd-id=\"313\"><div class=\"tcb-clear\" data-css=\"tve-u-16224848ee5\" wfd-id=\"334\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621afceb00\" wfd-id=\"335\"><h2 data-css=\"tve-u-1621afcc0bf\">Check Out Our Special Offer!</h2></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621afda4fa\" wfd-id=\"333\"><p data-css=\"tve-u-1621afd8c98\">Donâ€™t miss the opportunity to get 50% discount on a complete cleaning just by recommending us to a friend. Bring someone you know with you and clean you car half price!</p></div><div class=\"tcb-clear\" data-css=\"tve-u-16224834cab\" wfd-id=\"314\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621fe85996\" wfd-id=\"315\"><div class=\"tcb-flex-row tcb--cols--2 tcb-resized tcb-medium-wrap tcb-desktop-wrap\" data-css=\"tve-u-1621fe78878\" wfd-id=\"316\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621fe94086\" style=\"\" wfd-id=\"324\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"326\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621b01355a\" wfd-id=\"327\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621b08fdde\" data-tcb_hover_state_parent=\"1\" wfd-id=\"332\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16223f02c16\" wfd-id=\"328\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-1620af7eb3f\" data-tcb_hover_state_parent=\"\" data-button-style=\"full_rounded\" wfd-id=\"329\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"330\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-16228c75500\" wfd-id=\"331\"><strong>Request an appointment</strong></span></span>\n</a>\n</div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621fe940b9\" style=\"\" wfd-id=\"317\"><div class=\"tcb-col\" wfd-id=\"319\"><div class=\"tcb-clear\" data-css=\"tve-u-16224716d62\" wfd-id=\"320\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-1621b028939\" data-tcb_hover_state_parent=\"\" data-button-style=\"ghost\" wfd-id=\"321\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"322\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-16228c764b2\" wfd-id=\"323\"><strong>Call Now: 0400-700-682</strong></span></span>\n</a>\n</div></div></div></div></div></div></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16260ba2fa4\" wfd-id=\"208\">\n<div class=\"tve-page-section-out\" wfd-id=\"306\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16260be7104\" wfd-id=\"209\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621b0e4fb7\" wfd-id=\"305\"><h2 data-css=\"tve-u-1621b10fccf\" style=\"text-align: center;\">our happy clients</h2></div><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641367127b\" data-float=\"1\" wfd-id=\"304\"><svg class=\"tcb-icon\" viewBox=\"0 0 30 32\" data-name=\"quote-left\">\n<path d=\"M13.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429zM29.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641367e553\" wfd-id=\"303\"><svg class=\"tcb-icon\" viewBox=\"0 0 30 32\" data-name=\"quote-left\">\n<path d=\"M13.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429zM29.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a10d3b4\" wfd-id=\"274\">\n<div class=\"tve-content-box-background\" wfd-id=\"302\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"275\"><div class=\"tcb-clear\" data-css=\"tve-u-1621b300a64\" wfd-id=\"300\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-1621f154231\" wfd-id=\"301\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621b200375\" wfd-id=\"278\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-16260d8392c\" wfd-id=\"279\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"284\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"286\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16417b62c09\" wfd-id=\"287\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-16260d8396c\" wfd-id=\"288\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16260d01208\" style=\"\" wfd-id=\"294\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"296\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"297\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16225617da3\" wfd-id=\"299\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"298\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16260d0120e\" style=\"\" wfd-id=\"289\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"291\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"293\"><h5>Brett Graham, 28</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"292\"><h6 class=\"\">Architect</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"280\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"282\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"283\"><p data-css=\"tve-u-162539c17ec\">Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit. Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit.&nbsp;</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-16260c5ff0c\" wfd-id=\"276\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260c5ff07\" wfd-id=\"277\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a12f675\" wfd-id=\"243\">\n<div class=\"tve-content-box-background\" wfd-id=\"273\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"244\"><div class=\"tcb-clear\" data-css=\"tve-u-16260cd7683\" wfd-id=\"271\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260d73672\" wfd-id=\"272\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16260da3aa7\" wfd-id=\"247\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-1621fb68b97\" wfd-id=\"248\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"255\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"257\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16417b662bf\" wfd-id=\"258\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-1621fb65556\" wfd-id=\"259\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16229915e1a\" style=\"\" wfd-id=\"265\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"267\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"268\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16260c433e9\" wfd-id=\"270\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"269\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16229915e4e\" style=\"\" wfd-id=\"260\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"262\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"264\"><h5>Rosie Hanson, 24</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"263\"><h6 class=\"\">Real estate Associate</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"249\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"251\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"252\"><p data-css=\"tve-u-162539c17ec\">Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo.</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-16260d3b97e\" wfd-id=\"245\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260d39b83\" wfd-id=\"246\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a146aef\" wfd-id=\"210\">\n<div class=\"tve-content-box-background\" wfd-id=\"242\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"211\"><div class=\"tcb-clear\" data-css=\"tve-u-16260cd7683\" wfd-id=\"240\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260cd622f\" wfd-id=\"241\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16260c39a7e\" wfd-id=\"214\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-16260d3f4aa\" wfd-id=\"215\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"222\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"224\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621fbacc60\" wfd-id=\"225\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-16260d3f4af\" wfd-id=\"226\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16229915e1a\" style=\"\" wfd-id=\"234\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"236\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"237\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16260d5e4b8\" wfd-id=\"239\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"238\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16229915e4e\" style=\"\" wfd-id=\"227\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"229\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"233\"><h5>Shawn Mattews, 35</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"230\"><h6 class=\"\">project manager</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"216\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"218\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"219\"><p data-css=\"tve-u-162539c17ec\">Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo. Nullam ac urna eu felis.Sed non neque elit. Sed ut imperdiet nisi. Proin condimentum</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1621b30ca74\" wfd-id=\"212\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-1621f15b521\" wfd-id=\"213\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621b3c8c52\" wfd-id=\"96\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621b3cfc7b\" wfd-id=\"207\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621b3c74d9\" wfd-id=\"97\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621e7b695a\" wfd-id=\"204\"><h2 data-css=\"tve-u-1621e7a7350\" style=\"text-align: center;\">our offers</h2></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621e7c899a\" wfd-id=\"98\"><div class=\"tcb-flex-row tcb--cols--3 tcb-medium-wrap v-2\" data-css=\"tve-u-1621e7c7aa1\" wfd-id=\"99\"><div class=\"tcb-flex-col\" wfd-id=\"166\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16223fc9f23\" wfd-id=\"168\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e7ceab3\" style=\"\" wfd-id=\"169\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16416e4fafd\" wfd-id=\"203\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e7d5094\" wfd-id=\"170\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e7e9950\" data-value-type=\"percent\" style=\"\" wfd-id=\"199\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e7edfd9\" data-clip-id=\"10ffac3b28f1d\" wfd-id=\"202\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-10ffac3b28f1d\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-10ffac3b28f1d\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e7e6c1d\" wfd-id=\"200\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-16417b4cb9e\" wfd-id=\"201\"><h4 data-css=\"tve-u-1621fe1a1af\" style=\"text-align: center;\"><strong>Basic Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ec6c39b\" data-float=\"1\" wfd-id=\"195\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e81f424\" wfd-id=\"198\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec752da\" wfd-id=\"196\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"197\"><h4 data-css=\"tve-u-1621fe1bd18\" style=\"text-align: center;\"><strong>15$</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621ea50702\" wfd-id=\"171\"><ul class=\"tcb-styled-list\" wfd-id=\"172\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec3a5c0\" wfd-id=\"191\"><div class=\"tcb-styled-list-icon\" wfd-id=\"193\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec204df\" wfd-id=\"194\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec241aa\" wfd-id=\"192\">Interior vacuum</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"187\"><div class=\"tcb-styled-list-icon\" wfd-id=\"189\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec20f68\" wfd-id=\"190\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec2704c\" wfd-id=\"188\">Dust &amp;dash console</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec42aa7\" wfd-id=\"181\"><div class=\"tcb-styled-list-icon\" wfd-id=\"185\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec21a31\" wfd-id=\"186\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec298ab\" wfd-id=\"182\">Hand towel dry</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec43fe2\" wfd-id=\"177\"><div class=\"tcb-styled-list-icon\" wfd-id=\"179\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ea1fba7\" wfd-id=\"180\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea23322\" wfd-id=\"178\">Clean windows</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec454d9\" wfd-id=\"173\"><div class=\"tcb-styled-list-icon\" wfd-id=\"175\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ea295c0\" wfd-id=\"176\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea2c69a\" wfd-id=\"174\">Soft cloth wash</span></li></ul></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"133\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"135\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621eb81205\" style=\"\" wfd-id=\"136\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16416e603ab\" wfd-id=\"165\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621eb7ccb0\" wfd-id=\"137\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ebbbb6d\" data-value-type=\"percent\" wfd-id=\"161\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eaaedd8\" data-clip-id=\"a2b9cf3198d6f\" wfd-id=\"164\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-a2b9cf3198d6f\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-a2b9cf3198d6f\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec7f21a\" wfd-id=\"162\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e930bd7\" wfd-id=\"163\"><h4 data-css=\"tve-u-1621e92e97f\" style=\"text-align: center;\"><strong>Ultimate Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ec78d2c\" data-float=\"1\" wfd-id=\"157\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eab272c\" wfd-id=\"160\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec79a7d\" wfd-id=\"158\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"159\"><h4 data-css=\"tve-u-1621e942b65\" style=\"text-align: center;\"><strong>22 $</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621ebfa746\" wfd-id=\"154\"><p data-css=\"tve-u-1621f4ceaf6\" style=\"text-align: center;\">Includes basic service <span data-css=\"tve-u-1621f4ceaf7\" style=\"color: rgb(15, 29, 123);\" wfd-id=\"155\"><strong class=\"\"><span data-css=\"tve-u-1621f4ceafb\" wfd-id=\"156\">+</span></strong></span></p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621ebf340c\" wfd-id=\"138\"><ul class=\"tcb-styled-list\" wfd-id=\"139\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-164137a0b1f\" wfd-id=\"148\"><div class=\"tcb-styled-list-icon\" wfd-id=\"152\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec0c5bd\" wfd-id=\"153\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ebfe4ce\" wfd-id=\"149\">Triple foam conditiner</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec04541\" wfd-id=\"144\"><div class=\"tcb-styled-list-icon\" wfd-id=\"146\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec09a3c\" wfd-id=\"147\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ebff867\" wfd-id=\"145\">Tire dressing</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec05cc3\" wfd-id=\"140\"><div class=\"tcb-styled-list-icon\" wfd-id=\"142\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec15f6e\" wfd-id=\"143\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec009a8\" wfd-id=\"141\">Air freshner</span></li></ul></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"100\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16223dad661\" wfd-id=\"102\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621fd9c946\" style=\"\" wfd-id=\"103\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e7d234c\" wfd-id=\"132\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621fd84d7b\" wfd-id=\"104\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16223b080b0\" data-value-type=\"percent\" wfd-id=\"126\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eb3eb9f\" data-clip-id=\"ac98bb0e54b3b\" wfd-id=\"131\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621fd8766c\" wfd-id=\"127\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e930bd7\" wfd-id=\"128\"><h4 data-css=\"tve-u-1621fe1587d\" style=\"text-align: center;\"><strong>Supreme Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e8107f3\" wfd-id=\"122\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eb43d8d\" wfd-id=\"125\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e819c52\" wfd-id=\"123\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"124\"><h4 data-css=\"tve-u-1621fe1725e\" style=\"text-align: center;\"><strong>30 $</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621eb037bb\" wfd-id=\"119\"><p data-css=\"tve-u-1621f4d0451\" style=\"text-align: center;\">Includes ultimate service <span data-css=\"tve-u-1621eaff572\" style=\"color: rgb(15, 29, 123);\" wfd-id=\"120\"><strong class=\"\"><span data-css=\"tve-u-1621eb01b60\" wfd-id=\"121\">+</span></strong></span></p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621eacf6af\" wfd-id=\"105\"><ul class=\"tcb-styled-list\" wfd-id=\"106\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec36a4d\" wfd-id=\"115\"><div class=\"tcb-styled-list-icon\" wfd-id=\"117\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e9993aa\" wfd-id=\"118\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea1a5d7\" wfd-id=\"116\">Exterior trim dressing</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"111\"><div class=\"tcb-styled-list-icon\" wfd-id=\"113\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e99b1db\" wfd-id=\"114\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea19a06\" wfd-id=\"112\">Hand applied spray wax</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec37ea5\" wfd-id=\"107\"><div class=\"tcb-styled-list-icon\" wfd-id=\"109\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e99c314\" wfd-id=\"110\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea18c5d\" wfd-id=\"108\">Interior conditioner</span></li></ul></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621efddaaf\" wfd-id=\"50\">\n<div class=\"tve-page-section-out\" wfd-id=\"95\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621edf8048\" wfd-id=\"51\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621f114214\" wfd-id=\"52\"><div class=\"tcb-flex-row tcb-mobile-edit tcb--cols--2\" data-css=\"tve-u-1621ee03000\" wfd-id=\"53\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621ee4be21\" style=\"\" wfd-id=\"59\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ee093d4\" wfd-id=\"61\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ee3afec\" wfd-id=\"62\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621ee58e74\" wfd-id=\"94\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ee37f4a\" wfd-id=\"63\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1621ee74a24\" wfd-id=\"93\"><svg class=\"tcb-icon\" viewBox=\"0 0 16 28\" data-name=\"map-marker\">\n<path d=\"M12 10c0-2.203-1.797-4-4-4s-4 1.797-4 4 1.797 4 4 4 4-1.797 4-4zM16 10c0 0.953-0.109 1.937-0.516 2.797l-5.688 12.094c-0.328 0.688-1.047 1.109-1.797 1.109s-1.469-0.422-1.781-1.109l-5.703-12.094c-0.406-0.859-0.516-1.844-0.516-2.797 0-4.422 3.578-8 8-8s8 3.578 8 8z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621ee63e1c\" wfd-id=\"88\"><h2 data-css=\"tve-u-1621fdcb4ea\" style=\"text-align: center;\">contact us</h2></div><div class=\"thrv_wrapper thrv-contact-form\" data-ct=\"contact_form-22343\" style=\"\" data-css=\"tve-u-16465071dea\" data-ct-name=\"Rounded Shadow\" wfd-id=\"66\">\n<form action=\"\" method=\"post\" novalidate=\"\" wfd-id=\"67\">\n<div class=\"tve-cf-item-wrapper\" wfd-id=\"71\">\n<div class=\"tve-cf-item\" data-css=\"tve-u-1695dd04208\" wfd-id=\"84\">\n<div class=\"thrv-cf-input-wrapper\" data-type=\"first_name\" wfd-id=\"85\">\n<label data-css=\"tve-u-1695d9d6525\" class=\"\" wfd-id=\"87\">First Name</label>\n<div class=\"tve-cf-input\" data-css=\"tve-u-1695d9d6526\" data-tcb_hover_state_parent=\"\" wfd-id=\"86\">\n<input placeholder=\"\" type=\"text\" name=\"first_name\" data-placeholder=\"\" wfd-id=\"499\">\n</div>\n</div>\n</div>\n<div class=\"tve-cf-item\" data-css=\"tve-u-1695dd04208\" wfd-id=\"80\">\n<div class=\"thrv-cf-input-wrapper\" data-type=\"email\" wfd-id=\"81\">\n<label data-css=\"tve-u-1695d9d6527\" class=\"\" wfd-id=\"83\">Email Address</label>\n<div class=\"tve-cf-input\" data-css=\"tve-u-1695d9d6528\" data-tcb_hover_state_parent=\"\" wfd-id=\"82\">\n<input placeholder=\"\" type=\"email\" name=\"email\" data-placeholder=\"\" wfd-id=\"498\">\n</div>\n</div>\n</div>\n<div class=\"tve-cf-item\" data-css=\"tve-u-1695dd484d7\" wfd-id=\"76\">\n<div class=\"thrv-cf-input-wrapper\" data-type=\"message\" wfd-id=\"77\">\n<label data-css=\"tve-u-1695d9d6529\" class=\"\" wfd-id=\"79\">Message</label>\n<div class=\"tve-cf-input\" data-css=\"tve-u-1695d9d652a\" data-tcb_hover_state_parent=\"\" wfd-id=\"78\">\n<textarea placeholder=\"\" data-placeholder=\"\" name=\"message\" wfd-id=\"500\"></textarea>\n</div>\n</div>\n</div>\n<div class=\"tve-cf-item\" data-css=\"tve-u-1695dd04208\" wfd-id=\"72\">\n	<div class=\"thrv-cf-input-wrapper\" data-type=\"phone\" wfd-id=\"73\">\n		<label data-css=\"tve-u-1695d9d6525\" class=\"\" wfd-id=\"75\">Phone Number</label>\n		<div class=\"tve-cf-input\" data-css=\"tve-u-1695d9d6526\" wfd-id=\"74\">\n			<input placeholder=\"+1-555-555-2368\" type=\"tel\" name=\"phone\" data-placeholder=\"+1-555-555-2368\" wfd-id=\"497\">\n		</div>\n	</div>\n</div></div>\n<div class=\"tve-cf-submit\" data-tcb_hover_state_parent=\"\" data-button-style=\"rounded\" data-css=\"tve-u-1695dd27f6a\" wfd-id=\"68\">\n<button class=\"tve_btn_txt\" type=\"submit\" wfd-id=\"513\">Submit Message</button>\n</div>\n<input type=\"hidden\" name=\"config\" value=\"YTozOntzOjE0OiJlcnJvcl9tZXNzYWdlcyI7YTo0OntzOjU6ImVtYWlsIjtzOjIxOiJFbWFpbCBhZGRyZXNzIGludmFsaWQiO3M6NToicGhvbmUiO3M6MjA6IlBob25lIG51bWJlciBpbnZhbGlkIjtzOjM6InVybCI7czoxMToiVVJMIGludmFsaWQiO3M6ODoicmVxdWlyZWQiO3M6MjA6IlJlcXVpcmVkIGZpZWxkIGVtcHR5Ijt9czo4OiJ0b19lbWFpbCI7YToyOntzOjI6InRvIjtzOjI5OiJhZG1pbkBiZXN0Y2VyYWtvdGVmbG9yaWRhLmNvbSI7czo3OiJzdWJqZWN0IjtzOjE4OiJOZXcgbWVzc2FnZSBmcm9tOiAiO31zOjY6InN1Ym1pdCI7YToxMDp7czo2OiJhY3Rpb24iO3M6NjoicmVsb2FkIjtzOjIzOiJzZW5kX2NvbmZpcm1hdGlvbl9lbWFpbCI7YjowO3M6MTk6InNlbmRlcl9wZXJzb25hbGl6ZWQiO2I6MDtzOjIwOiJjb25maXJtYXRpb25fc3ViamVjdCI7czozNjoiQ29udGFjdCBGb3JtIHN1Ym1pc3Npb24gY29uZmlybWF0aW9uIjtzOjIwOiJjb25maXJtYXRpb25fbWVzc2FnZSI7czoxMzk6IkhlbGxvLCAKClRoYW5rcyBmb3IgY29udGFjdGluZyB1cy4gV2UnbGwgZ2V0IGJhY2sgdG8geW91IGFzIHNvb24gYXMgcG9zc2libGUgd2l0aCB0aGUgaW5mb3JtYXRpb24geW91IG5lZWQuIAoKQmVzdCByZWdhcmRzLApbd3Bfc2l0ZV90aXRsZV0iO3M6OToiZnJvbV9uYW1lIjtzOjI4OiJUaGUgQmVzdCBDZXJha290ZSBJbiBGbG9yaWRhIjtzOjEwOiJmcm9tX2VtYWlsIjtzOjI5OiJhZG1pbkBiZXN0Y2VyYWtvdGVmbG9yaWRhLmNvbSI7czo4OiJyZXBseV90byI7czoyOToiYWRtaW5AYmVzdGNlcmFrb3RlZmxvcmlkYS5jb20iO3M6MzoidXJsIjtzOjA6IiI7czoxMjoibm90aWZpY2F0aW9uIjtzOjM4OiJZb3VyIG1lc3NhZ2UgaGFzIGJlZW4gc2VudCwgdGhhbmsgeW91ISI7fX0=\" wfd-id=\"496\"></form>\n</div><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_slide_left\" data-css=\"tve-u-1621ef118dc\" style=\"\" wfd-id=\"64\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"65\"><img class=\"tve_image tve_evt_manager_listen tve_et_tve-viewport wp-image-282\" alt=\"Cerakote Certified Logo\" width=\"2148\" height=\"1968\" title=\"Cerakote Certified Logo\" data-id=\"282\" src=\"https://bestcerakoteflorida.com/wp-content/uploads/2018/09/CertifiedLogo.png\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_left&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" style=\"width: 100%;\"></span></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621ee4be73\" style=\"\" wfd-id=\"54\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ee22c43\" wfd-id=\"56\"><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-1695d995f33\" wfd-id=\"58\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=825 South Kings Highway, Fort Pierce&amp;t=m&amp;z=11&amp;output=embed&amp;iwloc=near\"></iframe>\n</div><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-1621ee18a1c\" wfd-id=\"57\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=davie, Florida 33317&amp;t=m&amp;z=11&amp;output=embed&amp;iwloc=near\"></iframe>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621f0aa8f7\" wfd-id=\"29\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621f0ada0e\" wfd-id=\"49\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621f0b0088\" wfd-id=\"30\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621f0d2c1a\" wfd-id=\"31\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-1621f0cbe40\" wfd-id=\"32\"><div class=\"tcb-flex-col\" wfd-id=\"41\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"43\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621f0da775\" wfd-id=\"44\"><p data-css=\"tve-u-1622444fb11\">Â© 2018, Your company name . All rights reserved.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"33\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"35\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16223fe5f5b\" wfd-id=\"36\"><p data-css=\"tve-u-1621f0d874c\" style=\"text-align: right;\">Made with <a href=\"https://thrivethemes.com/\" target=\"_blank\">Thrive Architect</a></p></div></div></div></div></div></div>\n</div>\n\n'),(6985,579,'tve_revision_tve_content_more_found',''),(6986,579,'tve_revision_tve_save_post',''),(6987,579,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Special+Elite:400&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Merriweather:400,700&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Poppins:400,800,900,300,700,&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Monda:400,700,&subset=latin\");@media (min-width: 300px){.tcb-plain-text { font-family: Monda; font-weight: 400; font-size: 14px; }#tve_editor [data-css=\"tve-u-1621b072b4e\"] p, #tve_editor [data-css=\"tve-u-1621b072b4e\"] li, #tve_editor [data-css=\"tve-u-1621b072b4e\"] blockquote, #tve_editor [data-css=\"tve-u-1621b072b4e\"] address, #tve_editor [data-css=\"tve-u-1621b072b4e\"] .tcb-plain-text, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h1, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h2, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h3, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h4, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h5, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h6 { color: rgb(18, 18, 18); }[data-css=\"tve-u-1621fe78878\"] .tcb-flex-col { flex-basis: 160px !important; }[data-css=\"tve-u-16417b70f47\"] { padding: 0px !important; margin: 0px !important; }#tve_editor [data-css=\"tve-u-1621fdcb4ea\"] { color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1641367127b\"] > :first-child { color: rgb(15, 29, 123); }[data-css=\"tve-u-1641367127b\"] { font-size: 60px; float: none; box-shadow: none; position: relative; z-index: 5; margin: 0px auto !important; }#tve_editor [data-css=\"tve-u-1641333d7d1\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-162717cb617\"] > .tcb-flex-col { padding-left: 0px; }#tve_editor [data-css=\"tve-u-16413112747\"] { color: rgba(255, 255, 255, 0.85) !important; }[data-css=\"tve-u-16369305186\"] > .tve-cb { display: block; }#tve_editor [data-css=\"tve-u-162717cb609\"] p, #tve_editor [data-css=\"tve-u-162717cb609\"] li, #tve_editor [data-css=\"tve-u-162717cb609\"] blockquote, #tve_editor [data-css=\"tve-u-162717cb609\"] address, #tve_editor [data-css=\"tve-u-162717cb609\"] h1, #tve_editor [data-css=\"tve-u-162717cb609\"] h2, #tve_editor [data-css=\"tve-u-162717cb609\"] h3, #tve_editor [data-css=\"tve-u-162717cb609\"] h4, #tve_editor [data-css=\"tve-u-162717cb609\"] h5, #tve_editor [data-css=\"tve-u-162717cb609\"] h6 { color: rgb(255, 255, 255); }[data-css=\"tve-u-16369305186\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-162717cb621\"] .tve-page-section-in { display: flex; justify-content: center; flex-direction: column; }[data-css=\"tve-u-162717fcf9d\"] .tve-page-section-in { display: block; }[data-css=\"tve-u-1628a146aef\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1628a12f675\"] { padding: 0px !important; margin: 0px 0px 60px !important; }[data-css=\"tve-u-1628a10d3b4\"] { max-width: 100%; padding: 0px !important; margin: 0px 0px 60px !important; }[data-css=\"tve-u-16271ca808e\"] { color: rgb(0, 229, 255) !important; }#tve_editor [data-css=\"tve-u-162717cb618\"] p, #tve_editor [data-css=\"tve-u-162717cb618\"] li, #tve_editor [data-css=\"tve-u-162717cb618\"] blockquote, #tve_editor [data-css=\"tve-u-162717cb618\"] address, #tve_editor [data-css=\"tve-u-162717cb618\"] h1, #tve_editor [data-css=\"tve-u-162717cb618\"] h2, #tve_editor [data-css=\"tve-u-162717cb618\"] h3, #tve_editor [data-css=\"tve-u-162717cb618\"] h4, #tve_editor [data-css=\"tve-u-162717cb618\"] h5, #tve_editor [data-css=\"tve-u-162717cb618\"] h6 { color: rgb(0, 229, 255); }[data-css=\"tve-u-162718bd0c0\"] { clip-path: url(\"#clip-top-a3b25e1c9221a\"); -webkit-clip-path: url(\"#clip-top-a3b25e1c9221a\");  background-image: none !important; opacity: 1; filter: grayscale(0%) blur(0px); }[data-css=\"tve-u-162718a3b40\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-162717fcf9d\"] { z-index: 5; padding: 170px 40px 0px !important; margin-top: -80px !important; }[data-css=\"tve-u-16260cd622f\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-16260cd7683\"]::after { clear: both; }[data-css=\"tve-u-16260cd622f\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin-top: 0px !important; margin-bottom: -1px !important; }[data-css=\"tve-u-16260be7104\"] { max-width: 1200px; }[data-css=\"tve-u-16260ba2fa4\"] { padding: 100px 40px !important; }[data-css=\"tve-u-162539c17ec\"] { line-height: 1.6em !important; }#tve_editor [data-css=\"tve-u-162493b6b63\"]:hover { background-color: rgb(248, 249, 251) !important; }#tve_editor [data-css=\"tve-u-1624939a960\"]:hover { background-color: rgb(248, 249, 251) !important; background-image: none !important; }#tve_editor [data-css=\"tve-u-162492e70ad\"] { color: rgb(137, 141, 167) !important; }[data-css=\"tve-u-162492815ba\"] { padding: 0px !important; margin-top: 25px !important; }[data-css=\"tve-u-162491e8e1f\"]::after { clear: both; }[data-css=\"tve-u-1622f65ba70\"] { border: none; background-image: none !important; padding: 0px 30px 30px !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-1622a159bcb\"] { max-width: 100%; float: none; z-index: 6; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; margin-top: 0px !important; }[data-css=\"tve-u-16229915e4e\"] { max-width: 62.8%; }[data-css=\"tve-u-16229915e1a\"] { max-width: 37.2%; }[data-css=\"tve-u-16225617da3\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-Brett.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16225611edb\"] { min-height: 127px; }[data-css=\"tve-u-1622561121b\"] { max-width: 127px; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-16224848ee5\"]::after { clear: both; }[data-css=\"tve-u-16224834cab\"]::after { clear: both; }[data-css=\"tve-u-1621ee3afec\"] > .tve-cb { display: block; }[data-css=\"tve-u-1621fe78878\"] > .tcb-flex-col { padding-left: 5px; }[data-css=\"tve-u-1621fe940b9\"] { max-width: 50%; }[data-css=\"tve-u-1621fe94086\"] { max-width: 50%; }[data-css=\"tve-u-1621fe85996\"] { max-width: 585px; float: left; z-index: 3; position: relative; width: 100%; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621fe78878\"] > .tcb-flex-col > .tcb-col { min-height: 65px; justify-content: center; }[data-css=\"tve-u-1621fe78878\"] { min-height: inherit; margin-left: -5px; padding: 0px !important; flex-wrap: wrap !important; }#tve_editor [data-css=\"tve-u-1621f4d0451\"] { font-size: 20px !important; }#tve_editor [data-css=\"tve-u-1621f4ceaf6\"] { font-size: 20px !important; color: rgb(12, 12, 12) !important; }[data-css=\"tve-u-1621f45bed3\"] { padding: 0px !important; }[data-css=\"tve-u-1621f114214\"] { float: none; max-width: 100%; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621f0da775\"] { padding: 0px !important; }#tve_editor [data-css=\"tve-u-1621f0d874c\"] { letter-spacing: 1px; color: rgb(137, 141, 167) !important; font-size: 14px !important; }[data-css=\"tve-u-1621f0d2c1a\"] { max-width: 100%; margin-left: 60px !important; margin-right: 60px !important; }[data-css=\"tve-u-1621f0aa8f7\"] .tve-page-section-in { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621f0cbe40\"] { margin-left: 0px; padding: 0px !important; }[data-css=\"tve-u-1621f0cbe40\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-1621f0b0088\"] { max-width: 100%; min-height: 140px !important; }[data-css=\"tve-u-1621f0ada0e\"] { background-image: linear-gradient(rgb(22, 22, 24), rgb(22, 22, 24)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1621f0aa8f7\"] { padding: 0px !important; }[data-css=\"tve-u-1621efddaaf\"] { padding: 0px !important; }[data-css=\"tve-u-1621ef118dc\"] { width: 191px; position: relative; right: -50px; top: 0px; float: none; z-index: 3; margin: 0px auto !important; padding-left: 0px !important; left: 10px; }#tve_editor [data-css=\"tve-u-1621ee74a24\"] > :first-child { color: rgb(255, 255, 255); }[data-css=\"tve-u-1621ee74a24\"] { font-size: 60px; float: none; z-index: 3; position: relative; margin: 0px auto 10px !important; padding-top: 0px !important; box-shadow: none; }[data-css=\"tve-u-1621ee63e1c\"] { float: none; z-index: 3; position: relative; max-width: none; width: 100%; padding: 0px !important; margin: 0px auto 30px !important; }[data-css=\"tve-u-1621ee58e74\"] { background-color: rgba(0, 0, 0, 0.77) !important; border-right: 2px dotted rgb(0, 0, 0) !important; }[data-css=\"tve-u-1621ee3afec\"] { padding: 60px 10px 0px 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621ee22c43\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding-top: 0px !important; padding-left: 0px !important; }[data-css=\"tve-u-1621ee18a1c\"] { margin: 1px 20px 0px !important; box-shadow: none; }[data-css=\"tve-u-1621ee093d4\"] { margin-top: 0px !important; }[data-css=\"tve-u-1621ee03000\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1621ee03000\"] { margin-left: 0px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-1621ee03000\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-1621edf8048\"] { max-width: 100%; min-height: 1px !important; }[data-css=\"tve-u-1621ec454d9\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec43fe2\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec42aa7\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec3a5c0\"] { margin-top: 0px !important; margin-bottom: 10px !important; }[data-css=\"tve-u-1621ec37ea5\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec36a4d\"] { margin-bottom: 10px !important; }[data-css=\"tve-u-1621ea18c5d\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ea19a06\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ea1a5d7\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ea2c69a\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ea23322\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ec298ab\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ec2704c\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ec241aa\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ec05cc3\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec04541\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec009a8\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ebff867\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ebfe4ce\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621eb037bb\"] { padding: 0px !important; margin-top: 0px !important; margin-bottom: 30px !important; }[data-css=\"tve-u-1621eaff572\"] { color: rgb(15, 29, 123) !important; }[data-css=\"tve-u-1621ea50702\"] { max-width: 230px; float: none; z-index: 3; position: relative; width: 100%; padding: 0px !important; margin: 0px auto !important; }#tve_editor [data-css=\"tve-u-1621ea2c69a\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ea295c0\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ea295c0\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ea1fba7\"] > :first-child { color: rgb(137, 141, 167); }#tve_editor [data-css=\"tve-u-1621ea23322\"] { font-size: 16px !important; }[data-css=\"tve-u-1621ea1fba7\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }[data-css=\"tve-u-1621e99c314\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }[data-css=\"tve-u-1621e99b1db\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }[data-css=\"tve-u-1621e9993aa\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ea1a5d7\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ea19a06\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ea18c5d\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621e99c314\"] > :first-child { color: rgb(137, 141, 167); }#tve_editor [data-css=\"tve-u-1621e99b1db\"] > :first-child { color: rgb(137, 141, 167); }#tve_editor [data-css=\"tve-u-1621e9993aa\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621e8107f3\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621e942b65\"] strong { font-weight: 800; }[data-css=\"tve-u-1621e7e9950\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621e930bd7\"] { padding: 0px 0px 50px !important; }#tve_editor [data-css=\"tve-u-1621e92e97f\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1621e81f424\"] { border-radius: 200px; overflow: hidden; background-image: none !important; border: 3px solid rgb(255, 255, 255) !important; background-color: rgb(144, 147, 168) !important; }[data-css=\"tve-u-1621e819c52\"] { min-height: 110px; }[data-css=\"tve-u-1621e8107f3\"] { float: none; max-width: 110px; z-index: 4; padding: 0px !important; margin: -60px auto 30px !important; }[data-css=\"tve-u-1621e7edfd9\"] { clip-path: url(\"#clip-bottom-10ffac3b28f1d\"); -webkit-clip-path: url(\"#clip-bottom-10ffac3b28f1d\");  background-image: none !important; background-color: rgb(144, 147, 168) !important; }[data-css=\"tve-u-1621e7e9950\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1621e7e6c1d\"] { min-height: 150px; }[data-css=\"tve-u-1621e7c7aa1\"] > .tcb-flex-col { padding-left: 60px; }[data-css=\"tve-u-1621e7d5094\"] { min-height: 480px; }[data-css=\"tve-u-1621e7d234c\"] { box-shadow: rgba(0, 0, 0, 0.02) 0px 2px 22px 0px; background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1621e7ceab3\"] { float: none; width: 100%; padding: 0px 0px 20px !important; margin: 0px auto !important; }[data-css=\"tve-u-1621e7c899a\"] { float: none; max-width: 100%; margin: 0px auto !important; }[data-css=\"tve-u-1621e7c7aa1\"] { margin-left: -60px; padding: 0px !important; }[data-css=\"tve-u-1621e7b695a\"] { padding: 0px !important; margin-bottom: 100px !important; }#tve_editor [data-css=\"tve-u-1621e7a7350\"] { color: rgb(15, 29, 123) !important; }[data-css=\"tve-u-1621b3cfc7b\"] { filter: blur(0px); opacity: 1; background-image: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(220, 224, 246) 38%) !important; background-color: rgb(212, 212, 212) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1621b3c8c52\"] { padding: 100px 40px !important; }[data-css=\"tve-u-1621b3c74d9\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-1621b300a64\"]::after { clear: both; }[data-css=\"tve-u-1621b24a89d\"] { padding: 0px !important; }[data-css=\"tve-u-1621b22a018\"] { background-image: none !important; padding: 0px !important; }[data-css=\"tve-u-1621b200375\"] { float: none; max-width: 100%; border-left: 1px solid rgba(15, 29, 123, 0.7); border-right: 1px solid rgba(15, 29, 123, 0.7); background-color: rgb(248, 249, 251) !important; margin: 0px auto !important; }[data-css=\"tve-u-1621b10fccf\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621b0e4fb7\"] { border-right: none; max-width: 100%; padding: 0px !important; margin-bottom: 40px !important; margin-right: 0px !important; }[data-css=\"tve-u-1621b072b4e\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-1621b064668\"] { max-width: 52%; }[data-css=\"tve-u-1621b064646\"] { max-width: 48%; }[data-css=\"tve-u-1621afda4fa\"] { max-width: none; padding: 0px !important; margin-bottom: 40px !important; }#tve_editor [data-css=\"tve-u-1621afd8c98\"] { color: rgb(255, 255, 255) !important; font-size: 20px !important; }[data-css=\"tve-u-1621afceb00\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 80%; padding: 0px !important; margin-bottom: 50px !important; }#tve_editor [data-css=\"tve-u-1621afcc0bf\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1621a8a804b\"] > .tcb-flex-col { padding-left: 60px; }[data-css=\"tve-u-1621ae6c8da\"] { clip-path: url(\"#clip-top-aa2c3e3c70555\"); -webkit-clip-path: url(\"#clip-top-aa2c3e3c70555\");  background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-Cta-2.jpg\") !important; background-size: cover !important; background-position: 0% 100% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1621ae4fd21\"] { max-width: 100%; top: -70px; z-index: 5; left: -60px; position: relative !important; padding: 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-1621ae4db6e\"] { min-height: 524px; }[data-css=\"tve-u-1621ada1e7f\"] .tve-page-section-in { display: flex; flex-direction: column; justify-content: center; }[data-css=\"tve-u-1621adea58b\"] > .tcb-flex-col > .tcb-col { min-height: 1px; justify-content: center; }[data-css=\"tve-u-1621ae0bec7\"] { height: calc(100% - -22px); background-image: linear-gradient(rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.14)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; margin-left: 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621adea58b\"] > .tcb-flex-col { padding-left: 50px; }[data-css=\"tve-u-1621adea58b\"] { margin-left: -50px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-1621ade6172\"] { max-width: 100%; float: none; width: 100%; margin: 0px auto !important; }[data-css=\"tve-u-1621adba9ef\"] { clip-path: url(\"#clip-top-52d5a36c151aa\"); -webkit-clip-path: url(\"#clip-top-52d5a36c151aa\");  background-image: linear-gradient(rgba(15, 29, 123, 0.65), rgba(15, 29, 123, 0.65)), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-cta-bg.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-1621ada1e7f\"] { padding: 0px 40px !important; }[data-css=\"tve-u-1621ad46076\"] { padding: 100px 40px !important; margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1621ad420c4\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-1621a9076ef\"] { padding-top: 2px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-1621acf64fb\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621acf47d2\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1621acf0289\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621a8e11f3\"] { padding-top: 2px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-1621a8e5625\"] { padding-top: 2px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-1621ace4de9\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1621ace1b08\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1621a9a2867\"] strong { font-weight: 700; }#tve_editor [data-css=\"tve-u-1621a9a2867\"] { font-weight: 300; color: rgb(15, 29, 123) !important; font-family: Poppins !important; }[data-css=\"tve-u-1621a9750ae\"] { font-size: 13.6px !important; line-height: 13.6px !important; }[data-css=\"tve-u-1621a9a2867\"] { font-size: 48px !important; line-height: 48px !important; }[data-css=\"tve-u-1621a9a2866\"] { margin-top: 40px !important; }[data-css=\"tve-u-1621a9a2862\"] { width: 160px !important; height: 160px !important; background-color: rgb(137, 141, 167) !important; }[data-css=\"tve-u-1621a98b602\"] { stroke-dasharray: 502.655, 502.655; }[data-css=\"tve-u-1621a983587\"] { float: none; border: 30px solid rgba(137, 141, 167, 0.24); z-index: 3; position: relative; margin: 30px auto 0px !important; padding: 0px !important; }[data-css=\"tve-u-1621a9750ae\"] strong { font-weight: 700; }#tve_editor [data-css=\"tve-u-1621a9750ae\"] { color: rgb(255, 255, 255) !important; font-family: Monda !important; }[data-css=\"tve-u-1621a96b190\"] { background-color: rgb(231, 229, 229); width: 144px !important; height: 144px !important; top: 8px !important; bottom: 8px !important; left: 8px !important; right: 8px !important; }[data-css=\"tve-u-1621a9685d4\"] { stroke: rgb(248, 251, 253) !important; stroke-width: 17px !important; }[data-css=\"tve-u-1621a8a804b\"] > .tcb-flex-col > .tcb-col { min-height: 445px; justify-content: center; }[data-css=\"tve-u-1621a90a46f\"] { background-image: radial-gradient(rgba(255, 255, 255, 0.51) 16%, rgb(255, 255, 255) 73%), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-100-clean.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }#tve_editor [data-css=\"tve-u-1621a9076ef\"] > :first-child { color: rgb(15, 29, 123); }#tve_editor [data-css=\"tve-u-1621a8e5625\"] > :first-child { color: rgb(15, 29, 123); }#tve_editor [data-css=\"tve-u-1621a8e11f3\"] > :first-child { color: rgb(15, 29, 123); }[data-css=\"tve-u-1621a8c4313\"] { padding: 0px !important; margin-bottom: 60px !important; }[data-css=\"tve-u-1621a8b2488\"] { float: none; max-width: 100%; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621a8a804b\"] { min-height: inherit; margin-left: -60px; padding: 0px !important; }[data-css=\"tve-u-1621a2e0d5b\"] { line-height: 1em !important; }[data-css=\"tve-u-1621a2247ba\"] { max-width: 100%; float: none; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; }#tve_editor [data-css=\"tve-u-1620af7eb3f\"] .tcb-button-link { font-size: 18px; color: rgb(15, 29, 123) !important; }#tve_editor [data-css=\"tve-u-1620af7eb3f\"]:hover strong { font-weight: 700 !important; }[data-css=\"tve-u-1620af7eb3f\"] { width: 268px; float: left; z-index: 3; position: relative; display: block; max-width: 268px; margin-bottom: 0px !important; margin-top: 0px !important; margin-left: 3px !important; }#tve_editor [data-css=\"tve-u-1620af7eb3f\"]:hover .tcb-button-link { color: rgb(255, 255, 255) !important; border-radius: 200px !important; overflow: hidden !important; font-family: Monda !important; font-weight: 400 !important; text-shadow: none !important; background-image: none !important; background-color: rgb(15, 29, 123) !important; }[data-css=\"tve-u-1620af7eb3f\"] .tcb-button-link { border-radius: 200px; min-height: 54.7619px; font-size: 1.33333em; padding-top: 0px; padding-bottom: 0px; background-image: none !important; background-color: rgb(255, 255, 255) !important; padding-right: 15px !important; }#tcb_landing_page a:not(.tcb-button-link).tve_state_hover { color: rgb(35, 55, 188); }#tcb_landing_page a:not(.tcb-button-link):hover { color: rgb(35, 55, 188); }#tcb_landing_page a:not(.tcb-button-link) { color: rgb(255, 255, 255); }#tcb_landing_page input strong { font-weight: 700; }#tcb_landing_page .tcb-button-link strong { font-weight: 700; }#tcb_landing_page p strong, #tcb_landing_page li strong { font-weight: 700; }#tcb_landing_page input { font-family: Merriweather; font-weight: 400; }#tcb_landing_page .tcb-button-link { font-family: Merriweather; font-weight: 400; }#tcb_landing_page p, #tcb_landing_page li { color: rgb(12, 12, 12); font-family: Merriweather; font-weight: 400; line-height: 1.5em; font-size: 16px; }#tcb_landing_page h6 { text-transform: uppercase; font-size: 14px; color: rgb(0, 0, 0); font-family: \"Special Elite\"; font-weight: 400; letter-spacing: 1px; line-height: 1.3em; }#tcb_landing_page h5 { font-size: 22px; color: rgb(12, 12, 12); font-family: \"Special Elite\"; font-weight: 400; line-height: 1.3em; }#tcb_landing_page h4 { font-size: 24px; color: rgb(12, 12, 12); font-family: \"Special Elite\"; font-weight: 400; line-height: 1.3em; }#tcb_landing_page h3 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(12, 12, 12); font-size: 26px; line-height: 1.3em; }#tcb_landing_page h2 { color: rgb(0, 0, 0); font-size: 30px; letter-spacing: 2px; text-transform: uppercase; line-height: 1.3em; font-family: \"Special Elite\"; font-weight: 400; }#tcb_landing_page h1 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(0, 0, 0); font-size: 42px; line-height: 1.3em; }[data-css=\"tve-u-15e09c94f7d\"] { background-color: rgb(231, 229, 229) !important; }[data-css=\"tve-u-1621b01355a\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621b01355a\"] { max-width: 274px; position: relative; float: left; z-index: 3; width: 100%; padding: 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-1621b028939\"] .tcb-button-link { font-size: 18px; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1621b028939\"]:hover strong { font-weight: 700 !important; }[data-css=\"tve-u-1621b028939\"] { display: block; max-width: 268px; width: 268px; top: 0px; left: 0px; float: left; z-index: 3; position: relative; margin-bottom: 0px !important; margin-top: 0px !important; }#tve_editor [data-css=\"tve-u-1621b028939\"]:hover .tcb-button-link { background-color: rgb(255, 255, 255) !important; color: rgb(15, 29, 123) !important; overflow: hidden !important; font-family: Monda !important; background-image: none !important; text-align: center !important; }[data-css=\"tve-u-1621b028939\"] .tcb-button-link { min-height: 54.7619px; font-size: 1.33333em; padding-top: 0px; padding-bottom: 0px; border: 1px solid rgb(255, 255, 255); border-radius: 30px; overflow: hidden; background-color: rgba(26, 188, 156, 0.01) !important; padding-right: 15px !important; color: rgb(26, 188, 156) !important; }[data-css=\"tve-u-1621b08fdde\"] { border-radius: 200px; overflow: hidden; border: 1px solid rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1621b01355a\"]:hover [data-css=\"tve-u-1621b08fdde\"] { border: 1px solid rgba(255, 255, 255, 0.4) !important; }[data-css=\"tve-u-1621b30ca74\"]::after { clear: both; }#tve_editor [data-css=\"tve-u-1621e942b65\"] { font-weight: 400; letter-spacing: 0px; color: rgb(255, 255, 255) !important; font-family: Poppins !important; font-size: 30px !important; }[data-css=\"tve-u-1621e94cb4e\"] { float: none; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621eaaedd8\"] { clip-path: url(\"#clip-bottom-a2b9cf3198d6f\"); -webkit-clip-path: url(\"#clip-bottom-a2b9cf3198d6f\");  background-image: none !important; background-color: rgb(5, 10, 42) !important; }[data-css=\"tve-u-1621eab272c\"] { border-radius: 200px; overflow: hidden; background-image: none !important; border: 3px solid rgb(255, 255, 255) !important; background-color: rgb(5, 10, 42) !important; }[data-css=\"tve-u-1621eacf6af\"] { max-width: 230px; float: none; z-index: 3; position: relative; padding: 0px !important; margin: 0px auto !important; }[data-css=\"tve-u-1621eb3eb9f\"] { clip-path: url(\"#clip-bottom-ac98bb0e54b3b\"); -webkit-clip-path: url(\"#clip-bottom-ac98bb0e54b3b\");  background-image: none !important; background-color: rgb(45, 51, 89) !important; }[data-css=\"tve-u-1621eb43d8d\"] { border-radius: 200px; overflow: hidden; background-image: none !important; border: 3px solid rgb(255, 255, 255) !important; background-color: rgb(45, 51, 89) !important; }[data-css=\"tve-u-1621eb7ccb0\"] { min-height: 530px; }[data-css=\"tve-u-1621eb81205\"] { padding: 0px 0px 20px !important; margin-top: -25px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621ebbbb6d\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621ebbbb6d\"] { max-width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1621ebf340c\"] { max-width: 230px; float: none; z-index: 3; position: relative; width: 100%; padding: 0px !important; margin: 0px auto !important; }[data-css=\"tve-u-1621ebfa746\"] { padding: 0px !important; margin-top: 0px !important; margin-bottom: 30px !important; }#tve_editor [data-css=\"tve-u-1621ebfe4ce\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ebff867\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ec009a8\"] { font-size: 16px !important; }[data-css=\"tve-u-1621ec09a3c\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; margin: 0px !important; }#tve_editor [data-css=\"tve-u-1621ec09a3c\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ec0c5bd\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; margin: 0px !important; }#tve_editor [data-css=\"tve-u-1621ec0c5bd\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ec15f6e\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ec15f6e\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ec204df\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ec204df\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ec20f68\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ec20f68\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ec21a31\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ec21a31\"] > :first-child { color: rgb(137, 141, 167); }#tve_editor [data-css=\"tve-u-1621ec241aa\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ec2704c\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ec298ab\"] { font-size: 16px !important; }[data-css=\"tve-u-1621ec6c39b\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621ec6c39b\"] { float: none; max-width: 110px; z-index: 4; padding: 0px !important; margin: -60px auto 30px !important; }[data-css=\"tve-u-1621ec752da\"] { min-height: 110px; }[data-css=\"tve-u-1621ec78d2c\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621ec78d2c\"] { float: none; max-width: 110px; z-index: 4; padding: 0px !important; margin: -60px auto 30px !important; }[data-css=\"tve-u-1621ec79a7d\"] { min-height: 110px; }[data-css=\"tve-u-1621ec7f21a\"] { min-height: 160px; }[data-css=\"tve-u-1621f154231\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-1621f154231\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin: 0px 0px -1px !important; }[data-css=\"tve-u-1621f15b521\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-1621f15b521\"] { float: right; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin-top: -1px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621f4ceaf7\"] { color: rgb(15, 29, 123) !important; }[data-css=\"tve-u-1621fb65556\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-1621fb65556\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-1621fb65556\"] { min-height: inherit; margin-left: -20px; padding: 0px !important; }[data-css=\"tve-u-1621fb68b97\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-1621fb68b97\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-1621fb68b97\"] { min-height: inherit; margin-left: -30px; padding: 30px !important; }[data-css=\"tve-u-1621fbacc60\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621fbcad8c\"] { padding: 0px !important; }[data-css=\"tve-u-1621fc0ce17\"] { padding: 0px !important; margin-bottom: 15px !important; }[data-css=\"tve-u-1621fd84d7b\"] { min-height: 480px; }[data-css=\"tve-u-1621fd8766c\"] { min-height: 150px; }[data-css=\"tve-u-1621fd9c946\"] { padding: 0px 0px 20px !important; margin-top: 0px !important; margin-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-1621fe1587d\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1621fe1725e\"] strong { font-weight: 800; }#tve_editor [data-css=\"tve-u-1621fe1725e\"] { font-weight: 400; letter-spacing: 0px; color: rgb(255, 255, 255) !important; font-family: Poppins !important; font-size: 30px !important; }#tve_editor [data-css=\"tve-u-1621fe1a1af\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1621fe1bd18\"] strong { font-weight: 800; }#tve_editor [data-css=\"tve-u-1621fe1bd18\"] { font-weight: 400; letter-spacing: 0px; color: rgb(255, 255, 255) !important; font-family: Poppins !important; font-size: 30px !important; }[data-css=\"tve-u-16223b080b0\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-16223b080b0\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-16223f02c16\"] { min-height: 62px; }[data-css=\"tve-u-16223fe5f5b\"] { padding: 0px !important; }[data-css=\"tve-u-16224439be1\"] { padding: 0px !important; }#tve_editor [data-css=\"tve-u-1622444fb11\"] { letter-spacing: 1px; color: rgb(137, 141, 167) !important; font-size: 14px !important; }#tve_editor [data-css=\"tve-u-16228c764b2\"] { font-size: 18px !important; }[data-css=\"tve-u-16229f6175c\"] { border: none; margin: 80px 0px 0px !important; background-image: none !important; }[data-css=\"tve-u-16229fa6a26\"] { border: none; box-shadow: none; padding: 0px 30px 30px !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-16229fa8c68\"] { border: none; padding: 0px 30px 30px !important; background-image: none !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col > .tcb-col { min-height: 244px; }[data-css=\"tve-u-16229ffbb7b\"] { margin-left: -30px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16248fc42a1\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-16248fc42a1\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-16248fc71c8\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-16249355087\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-16249355087\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-16249358652\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-16249358652\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-1624935a201\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-1624935a201\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-16249367114\"] { border: none; margin: 30px 0px 0px !important; background-image: none !important; }[data-css=\"tve-u-16249373b25\"] { border: none; padding: 0px 30px 30px !important; background-image: linear-gradient(rgb(248, 249, 251), rgb(248, 249, 251)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1624939a960\"] { border: none; box-shadow: none; padding: 0px 30px 30px !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-162493a03b0\"] > .tcb-flex-col > .tcb-col { min-height: 244px; }[data-css=\"tve-u-162493a03b0\"] { margin-left: -30px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-162493a03b0\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-162493b6b63\"] { border: none; background-image: none !important; padding: 0px 30px 30px !important; background-color: rgb(248, 249, 251) !important; }#tve_editor [data-css=\"tve-u-162493d5f13\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-162493d5f13\"] { font-size: 30px; width: 30px; height: 30px; top: 0px; left: 0px; display: block; position: static; z-index: 8; border-bottom: 1px solid rgb(10, 93, 165); border-top: none; border-right: none; border-left: none; border-image: initial; margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-162494b490e\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-162494b7ad0\"] { padding: 0px !important; margin-top: 25px !important; margin-left: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-1625389a3d5\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-1625389a3d5\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-1625389b4ed\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-1625389b4ed\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-162539ac577\"] { max-width: 39%; }[data-css=\"tve-u-162539ac57d\"] { max-width: 61%; }#tve_editor [data-css=\"tve-u-162539c17ec\"] { font-size: 16px !important; color: rgba(12, 12, 12, 0.7) !important; }[data-css=\"tve-u-16260c39a7e\"] { float: none; max-width: 100%; border-left: 1px solid rgba(15, 29, 123, 0.7); border-right: 1px solid rgba(15, 29, 123, 0.7); margin: 0px auto !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-16260c433e9\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-Rosie.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16260c5ff07\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-16260c5ff07\"] { float: right; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin: -1px 0px 0px !important; }[data-css=\"tve-u-16260c5ff0c\"]::after { clear: both; }[data-css=\"tve-u-16260d01208\"] { max-width: 37%; }[data-css=\"tve-u-16260d0120e\"] { max-width: 63%; }[data-css=\"tve-u-16260d39b83\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-16260d39b83\"] { float: right; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin-top: -1px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-16260d3b97e\"]::after { clear: both; }[data-css=\"tve-u-16260d3f4aa\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16260d3f4aa\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-16260d3f4aa\"] { min-height: inherit; margin-left: -30px; padding: 30px !important; }[data-css=\"tve-u-16260d3f4af\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-16260d3f4af\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-16260d3f4af\"] { min-height: inherit; margin-left: -20px; padding: 0px !important; }[data-css=\"tve-u-16260d5e4b8\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-Shawn.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16260d73672\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-16260d73672\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin-top: 0px !important; margin-bottom: -1px !important; }[data-css=\"tve-u-16260d8392c\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16260d8392c\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-16260d8392c\"] { min-height: inherit; margin-left: -30px; padding: 30px !important; }[data-css=\"tve-u-16260d8396c\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-16260d8396c\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-16260d8396c\"] { min-height: inherit; margin-left: -20px; padding: 0px !important; }[data-css=\"tve-u-16260da3aa7\"] { float: none; max-width: 100%; border-left: 1px solid rgba(15, 29, 123, 0.7); border-right: 1px solid rgba(15, 29, 123, 0.7); margin: 0px auto !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-162717cb600\"] { max-width: 58.2%; }[data-css=\"tve-u-162717cb601\"] { max-width: 41.8%; }[data-css=\"tve-u-162717cb609\"]::after { clear: both; }[data-css=\"tve-u-162717cb60a\"] { padding-right: 50px !important; padding-bottom: 80px !important; padding-top: 20px !important; }[data-css=\"tve-u-162717cb60b\"]::after { clear: both; }[data-css=\"tve-u-162717cb60b\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-162717cb60f\"] { padding: 0px !important; margin-bottom: 25px !important; }[data-css=\"tve-u-162717cb610\"] { padding: 0px !important; margin-bottom: 35px !important; box-shadow: none !important; }#tve_editor [data-css=\"tve-u-162717cb616\"] { text-shadow: rgb(0, 0, 0) 2px 2px 2px; text-transform: none !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-162717cb617\"] { margin-left: 0px; padding: 0px !important; }[data-css=\"tve-u-162717cb618\"] { max-width: none; margin-top: 0px !important; }[data-css=\"tve-u-162717cb620\"] { clip-path: url(\"#clip-bottom-c883ac5175045\"); -webkit-clip-path: url(\"#clip-bottom-c883ac5175045\");  opacity: 1; filter: grayscale(0%) blur(0px); background-image: linear-gradient(rgba(0, 0, 0, 0.46), rgba(0, 0, 0, 0.46)), url(\"https://bestcerakoteflorida.com/wp-content/uploads/2018/05/FTYS6743.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, fixed !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-162717cb609\"] { max-width: 1200px; min-height: 630px !important; }[data-css=\"tve-u-162717cb621\"] { z-index: 1; padding: 125px 40px 0px !important; margin-top: -130px !important; }[data-css=\"tve-u-162717d1bb6\"] { border-right: 1px solid rgba(255, 255, 255, 0.2); }[data-css=\"tve-u-162717d1bb7\"] { max-width: 23.7%; }[data-css=\"tve-u-162717d1bb9\"] { max-width: 42.9%; }[data-css=\"tve-u-162717d1bbc\"] { border-left: none; padding: 0px !important; }[data-css=\"tve-u-162717d1bbe\"] { border-bottom: 1px solid rgba(255, 255, 255, 0.2); float: none; width: 100%; position: relative; z-index: 10; max-width: 1600px; margin: 0px auto !important; }[data-css=\"tve-u-162717d1bbf\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-162717d1bbf\"] > .tcb-flex-col { padding-left: 17px; }[data-css=\"tve-u-162717d1bbf\"] { margin-left: -17px; min-height: inherit; padding: 5px 0px 0px 40px !important; }#tve_editor [data-css=\"tve-u-162717d1bbe\"] p, #tve_editor [data-css=\"tve-u-162717d1bbe\"] li, #tve_editor [data-css=\"tve-u-162717d1bbe\"] blockquote, #tve_editor [data-css=\"tve-u-162717d1bbe\"] address { font-size: 16px; }#tve_editor [data-css=\"tve-u-16271adf6cf\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-16271adf6cf\"] { font-size: 30px; width: 30px; height: 30px; top: 22px; left: 20px; border-bottom: 1px solid rgb(10, 93, 165); margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1641367e553\"] > :first-child { color: rgba(15, 29, 123, 0.12); }[data-css=\"tve-u-1641367e553\"] { font-size: 60px; float: none; box-shadow: none; width: 60px; height: 60px; margin: -55px auto 60px !important; padding-right: 17px !important; }[data-css=\"tve-u-16416e4fafd\"] { box-shadow: rgba(0, 0, 0, 0.02) 0px 2px 22px 0px; background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16416e603ab\"] { box-shadow: rgba(0, 0, 0, 0.12) 0px 3px 44px 0px; background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-164179a84b8\"] > .tve-cb { display: block; }[data-css=\"tve-u-164179a84b8\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-164179bced9\"] { border-right: none; padding: 3px 0px 0px !important; position: static !important; }[data-css=\"tve-u-16417b4cb9e\"] { padding: 0px 0px 50px !important; }[data-css=\"tve-u-16417b62c09\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-16417b662bf\"] { margin-top: 0px !important; margin-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-16417e5bd95\"] > :first-child { color: rgb(255, 255, 255); }[data-css=\"tve-u-16417e5bd95\"] { z-index: 4; position: relative; float: left; font-size: 25px !important; width: 25px !important; height: 25px !important; margin: 3px 15px 0px 0px !important; padding-left: 0px !important; }[data-css=\"tve-u-1641c1af44d\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1641c1b01a6\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1641c1b0a67\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1641c1b12d8\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }#tve_editor [data-css=\"tve-u-1641c1b33f9\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-1641c1b33f9\"] { font-size: 30px; width: 30px; height: 30px; top: 22px; left: 20px; border-bottom: 1px solid rgb(10, 93, 165); margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1641c1b456a\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-1641c1b456a\"] { font-size: 30px; width: 30px; height: 30px; top: 22px; left: 20px; border-bottom: 1px solid rgb(10, 93, 165); margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1641c1b52d3\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-1641c1b52d3\"] { font-size: 30px; width: 30px; height: 30px; top: 22px; left: 20px; border-bottom: 1px solid rgb(10, 93, 165); margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1641c1b60b4\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-1641c1b60b4\"] { font-size: 30px; width: 30px; height: 30px; top: 22px; left: 20px; border-bottom: 1px solid rgb(10, 93, 165); margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }#tcb_landing_page .tcb-plain-text { color: rgb(0, 0, 0); font-family: Merriweather; font-weight: 400; }#tcb_landing_page .tcb-plain-text strong { font-weight: 700; }[data-css=\"tve-u-162717d1bbe\"] p { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-162717d1bbe\"] h3 { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-1695981e7bb\"] { max-width: 33.3545%; }[data-css=\"tve-u-16959822de2\"] { width: 291px; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-16959846d3d\"] { margin-top: 0px !important; }[data-css=\"tve-u-16959cd1e7a\"] { margin-top: 10px !important; }[data-css=\"tve-u-1695a3002e2\"] .tcb-button-link { border-radius: 4px; border-bottom: 4px solid rgb(117, 0, 23); border-top-color: rgb(198, 225, 224); border-right-color: rgb(198, 225, 224); border-left-color: rgb(198, 225, 224); background-image: none !important; background-color: rgb(143, 2, 32) !important; padding-right: 25px !important; }#tve_editor [data-css=\"tve-u-1695a3002e2\"]:hover .tcb-button-link { background-color: rgb(132, 1, 28) !important; }#tve_editor [data-css=\"tve-u-1695a36117b\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1695d995f33\"] { box-shadow: none; margin: 0px 20px -25px !important; }#tve_editor [data-css=\"tve-u-1695d9d652a\"]:hover input, #tve_editor [data-css=\"tve-u-1695d9d652a\"]:hover textarea { box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 9px -3px !important; }#tve_editor [data-css=\"tve-u-1695d9d6528\"]:hover input, #tve_editor [data-css=\"tve-u-1695d9d6528\"]:hover textarea { box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 9px -3px !important; }#tve_editor [data-css=\"tve-u-1695d9d6526\"]:hover input, #tve_editor [data-css=\"tve-u-1695d9d6526\"]:hover textarea { box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 9px -3px !important; }#tve_editor [data-css=\"tve-u-1695d9d6529\"] { font-family: \"Courier New\", Courier, monospace; font-weight: 700; font-size: 13px; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1695d9d6527\"] { font-family: \"Courier New\", Courier, monospace; font-weight: 700; font-size: 13px; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1695d9d6525\"] { font-family: \"Courier New\", Courier, monospace; font-weight: 700; font-size: 13px; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1695d9d652a\"] input, [data-css=\"tve-u-1695d9d652a\"] textarea { box-shadow: rgba(0, 0, 0, 0.25) 0px 2px 9px -6px; background-image: none !important; }[data-css=\"tve-u-1695d9d6528\"] input, [data-css=\"tve-u-1695d9d6528\"] textarea { box-shadow: rgba(0, 0, 0, 0.25) 0px 2px 9px -6px; background-image: none !important; }[data-css=\"tve-u-1695d9d6526\"] input, [data-css=\"tve-u-1695d9d6526\"] textarea { box-shadow: rgba(0, 0, 0, 0.25) 0px 2px 9px -6px; background-image: none !important; }[data-css=\"tve-u-1695d9d6529\"] { text-transform: capitalize; letter-spacing: 1px; font-weight: normal !important; }[data-css=\"tve-u-1695d9d6527\"] { text-transform: capitalize; letter-spacing: 1px; font-weight: normal !important; }[data-css=\"tve-u-1695d9d6525\"] { text-transform: capitalize; letter-spacing: 1px; font-weight: normal !important; }#tve_editor [data-css=\"tve-u-1695d9d652a\"] input, #tve_editor [data-css=\"tve-u-1695d9d652a\"] textarea { border-radius: 4px; overflow: hidden; border: 1px solid rgb(237, 240, 243); }#tve_editor [data-css=\"tve-u-1695d9d6528\"] input, #tve_editor [data-css=\"tve-u-1695d9d6528\"] textarea { border-radius: 4px; overflow: hidden; border: 1px solid rgb(237, 240, 243); }#tve_editor [data-css=\"tve-u-1695d9d6526\"] input, #tve_editor [data-css=\"tve-u-1695d9d6526\"] textarea { border-radius: 4px; overflow: hidden; border: 1px solid rgb(237, 240, 243); }[data-css=\"tve-u-1695dd04208\"] { margin-bottom: 10px !important; border-radius: 11px; overflow: hidden; }#tve_editor [data-css=\"tve-u-1695dd27f6a\"] button { border-radius: 8px; background-image: none !important; background-color: rgb(143, 2, 32) !important; border-color: rgb(131, 148, 139); padding: 10px !important; font-weight: 400 !important; font-family: \"Special Elite\"; text-transform: uppercase; font-size: 17px; }#tve_editor [data-css=\"tve-u-1695dd27f6a\"]:hover button { background-color: rgb(75, 105, 89) !important; border-color: rgb(1, 2, 2) rgb(0, 0, 0) rgb(1, 2, 2) rgb(1, 2, 2) !important; }#tve_editor [data-css=\"tve-u-1695dd27f6a\"] { max-width: 30%; width: 30%; }[data-css=\"tve-u-1695dd27f6a\"] { margin-left: auto !important; margin-right: auto !important; float: none; }[data-css=\"tve-u-1695dd484d7\"] { border-radius: 11px; overflow: hidden; margin-bottom: 10px !important; }#tve_editor .thrv-content-box [data-css=\"tve-u-1621ee37f4a\"] p, #tve_editor .thrv-content-box [data-css=\"tve-u-1621ee37f4a\"] li, #tve_editor .thrv-content-box [data-css=\"tve-u-1621ee37f4a\"] blockquote, #tve_editor .thrv-content-box [data-css=\"tve-u-1621ee37f4a\"] address, #tve_editor .thrv-content-box [data-css=\"tve-u-1621ee37f4a\"] .tcb-plain-text, #tve_editor .thrv-content-box [data-css=\"tve-u-1621ee37f4a\"] label, #tve_editor .thrv-content-box [data-css=\"tve-u-1621ee37f4a\"] h1, #tve_editor .thrv-content-box [data-css=\"tve-u-1621ee37f4a\"] h2, #tve_editor .thrv-content-box [data-css=\"tve-u-1621ee37f4a\"] h3, #tve_editor .thrv-content-box [data-css=\"tve-u-1621ee37f4a\"] h4, #tve_editor .thrv-content-box [data-css=\"tve-u-1621ee37f4a\"] h5, #tve_editor .thrv-content-box [data-css=\"tve-u-1621ee37f4a\"] h6 { color: rgb(255, 255, 255); }#tve_editor [data-css=\"tve-u-1695d9d6526\"] input, #tve_editor [data-css=\"tve-u-1695d9d6526\"] input::placeholder, #tve_editor [data-css=\"tve-u-1695d9d6526\"] textarea, #tve_editor [data-css=\"tve-u-1695d9d6526\"] textarea::placeholder { color: rgb(0, 0, 0); }#tve_editor [data-css=\"tve-u-1695d9d6528\"] input, #tve_editor [data-css=\"tve-u-1695d9d6528\"] input::placeholder, #tve_editor [data-css=\"tve-u-1695d9d6528\"] textarea, #tve_editor [data-css=\"tve-u-1695d9d6528\"] textarea::placeholder { color: rgb(0, 0, 0); }#tve_editor [data-css=\"tve-u-1695d9d652a\"] input, #tve_editor [data-css=\"tve-u-1695d9d652a\"] input::placeholder, #tve_editor [data-css=\"tve-u-1695d9d652a\"] textarea, #tve_editor [data-css=\"tve-u-1695d9d652a\"] textarea::placeholder { color: rgb(0, 0, 0); }}@media (max-width: 1023px){[data-css=\"tve-u-1621ebfa746\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621eb037bb\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621ec78d2c\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621ec6c39b\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621b064668\"] { max-width: 49%; }[data-css=\"tve-u-1621b064646\"] { max-width: 51%; }[data-css=\"tve-u-1621b3c74d9\"] { max-width: 100%; }[data-css=\"tve-u-1621f0b0088\"] { min-height: 100px !important; }[data-css=\"tve-u-1621ee3afec\"] > .tve-cb { display: block; }[data-css=\"tve-u-1621e7ceab3\"] > .tve-cb { display: block; }[data-css=\"tve-u-1621ea50702\"] { float: none; width: 100%; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621ae4fd21\"] > .tve-cb { display: block; }[data-css=\"tve-u-162717cb60f\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-162717cb610\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-16223dad661\"] { padding-top: 20px !important; }[data-css=\"tve-u-1641367127b\"] { float: none; font-size: 50px; width: 50px; height: 50px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1641367e553\"] { float: none; font-size: 50px; width: 50px; height: 50px; margin: -44px auto 40px !important; padding-right: 12px !important; }[data-css=\"tve-u-1621e7b695a\"] { margin-bottom: 50px !important; }[data-css=\"tve-u-1621ee37f4a\"] { min-height: 262px; }[data-css=\"tve-u-1621ada1e7f\"] { padding: 50px 30px 50px 0px !important; }[data-css=\"tve-u-1621b072b4e\"] { max-width: 100%; }[data-css=\"tve-u-1621a2247ba\"] { margin-bottom: 60px !important; }[data-css=\"tve-u-16229f6175c\"] { margin-top: 0px !important; }[data-css=\"tve-u-162717cb60b\"] { height: calc(100% - -85px); margin-top: -85px !important; }[data-css=\"tve-u-162717cb617\"] .tcb-flex-col { flex-basis: 560px !important; }#tcb_landing_page h5 { line-height: 1.3em; }#tcb_landing_page h6 { line-height: 1.4em; }#tcb_landing_page p, #tcb_landing_page li { line-height: 1.5em; }[data-css=\"tve-u-1628a146aef\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1628a12f675\"] { margin-bottom: 40px !important; }[data-css=\"tve-u-1628a10d3b4\"] { margin-bottom: 40px !important; }[data-css=\"tve-u-162718bd0c0\"] { clip-path: url(\"#clip-tablet-top-a3b25e1c9221a\"); -webkit-clip-path: url(\"#clip-tablet-top-a3b25e1c9221a\");  background-color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-162717cb621\"] { z-index: 6; padding-top: 60px !important; margin-top: -90px !important; }[data-css=\"tve-u-162718a3b40\"] { max-width: 100%; min-height: 1px !important; }[data-css=\"tve-u-16271adf6cf\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-162493d5f13\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-162717fcf9d\"] { margin-top: -40px !important; padding-top: 90px !important; padding-left: 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-16260d3f4af\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16260d3f4aa\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1621fb65556\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1621fb68b97\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16260d8396c\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16260d8392c\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16260d39b83\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-16260c5ff07\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-16260ba2fa4\"] { padding: 50px 40px !important; }[data-css=\"tve-u-16260be7104\"] { max-width: 100%; }[data-css=\"tve-u-1621ebbbb6d\"] { margin-top: -1px !important; }[data-css=\"tve-u-1621eaaedd8\"] { clip-path: url(\"#clip-tablet-bottom-a2b9cf3198d6f\"); -webkit-clip-path: url(\"#clip-tablet-bottom-a2b9cf3198d6f\");  }[data-css=\"tve-u-1621e7e9950\"] { margin-top: -1px !important; }[data-css=\"tve-u-16229fa8c68\"] { padding: 0px 20px 20px !important; }[data-css=\"tve-u-1622f65ba70\"] { padding: 0px 20px 20px !important; }[data-css=\"tve-u-16249373b25\"] { padding-left: 20px !important; padding-right: 20px !important; padding-bottom: 20px !important; }[data-css=\"tve-u-162493b6b63\"] { padding-left: 20px !important; padding-bottom: 20px !important; padding-right: 20px !important; }[data-css=\"tve-u-16249367114\"] { margin-top: 20px !important; }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-1624935a201\"] { line-height: 1.3em !important; }[data-css=\"tve-u-16249358652\"] { line-height: 1.3em !important; }[data-css=\"tve-u-16249355087\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1625389b4ed\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1625389a3d5\"] { line-height: 1.3em !important; }[data-css=\"tve-u-16248fc42a1\"] { line-height: 1.3em !important; }[data-css=\"tve-u-162493a03b0\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-162493a03b0\"] .tcb-flex-col { flex-basis: 145px !important; }[data-css=\"tve-u-1622a159bcb\"] { float: none; max-width: 85%; margin: 0px auto !important; padding-top: 0px !important; }[data-css=\"tve-u-16229fa6a26\"] { margin-bottom: 20px !important; padding: 0px 20px 20px !important; }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16229ffbb7b\"] { min-height: inherit; margin-left: -20px; }[data-css=\"tve-u-1621ad46076\"] { margin-bottom: 0px !important; margin-top: 0px !important; padding: 50px 40px !important; }#tve_editor [data-css=\"tve-u-1621b028939\"] .tcb-button-link { font-size: 18px; }[data-css=\"tve-u-16223f02c16\"] { min-height: 54px; }[data-css=\"tve-u-1621b01355a\"] { max-width: 304px; padding: 2px !important; }[data-css=\"tve-u-1620af7eb3f\"] { float: none; z-index: 3; position: relative; display: block; max-width: 300px; width: 300px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621afda4fa\"] { max-width: 100%; margin-bottom: 30px !important; }[data-css=\"tve-u-16224716d62\"]::after { clear: both; }[data-css=\"tve-u-1621f0aa8f7\"] { margin-top: 0px !important; }[data-css=\"tve-u-1621e7e6c1d\"] { min-height: 150px; }[data-css=\"tve-u-1621e7edfd9\"] { clip-path: url(\"#clip-tablet-bottom-10ffac3b28f1d\"); -webkit-clip-path: url(\"#clip-tablet-bottom-10ffac3b28f1d\");  }[data-css=\"tve-u-1621ebf340c\"] { float: none; width: 100%; padding: 0px !important; margin-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621e7d5094\"] { min-height: 455px; }[data-css=\"tve-u-1621adea58b\"] > .tcb-flex-col > .tcb-col { justify-content: center; }[data-css=\"tve-u-16223dad661\"]::after { clear: both; }[data-css=\"tve-u-1621e8107f3\"] { float: none; margin-left: auto !important; margin-right: auto !important; margin-bottom: 20px !important; }[data-css=\"tve-u-16223b080b0\"] { float: none; margin-left: auto !important; margin-right: auto !important; margin-top: -1px !important; }[data-css=\"tve-u-1621eb3eb9f\"] { clip-path: url(\"#clip-tablet-bottom-ac98bb0e54b3b\"); -webkit-clip-path: url(\"#clip-tablet-bottom-ac98bb0e54b3b\");  }[data-css=\"tve-u-1621fe78878\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1621fe78878\"] { min-height: inherit; }#tve_editor [data-css=\"tve-u-1621e92e97f\"] { font-size: 22px !important; }#tve_editor [data-css=\"tve-u-1621e942b65\"] { letter-spacing: 0px; font-size: 1.5em !important; }#tve_editor [data-css=\"tve-u-1621fe1bd18\"] { letter-spacing: 0px; font-size: 1.5em !important; }#tve_editor [data-css=\"tve-u-1621fe1a1af\"] { font-size: 22px !important; }#tve_editor [data-css=\"tve-u-1621fe1725e\"] { letter-spacing: 0px; font-size: 1.5em !important; }#tve_editor [data-css=\"tve-u-1621fe1587d\"] { font-size: 22px !important; }[data-css=\"tve-u-1621ef118dc\"] { position: relative; top: 0px; left: 0px; width: 51%; margin-left: auto !important; margin-right: auto !important; float: none; }[data-css=\"tve-u-1621ee3afec\"] { padding: 25px 10px 5px !important; }[data-css=\"tve-u-1621ee63e1c\"] { max-width: none; margin-bottom: 5px !important; }[data-css=\"tve-u-1621ee74a24\"] { top: 0px; right: 0px; font-size: 45px; width: 45px; height: 45px; float: none; padding-left: 0px !important; margin: 0px auto !important; }[data-css=\"tve-u-1621ee18a1c\"] { margin-top: 40px !important; margin-left: 20px !important; margin-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-1621fdcb4ea\"] { letter-spacing: 1px; font-size: 1.5em !important; }[data-css=\"tve-u-1621ec7f21a\"] { min-height: 150px; }[data-css=\"tve-u-1621eacf6af\"] { float: none; max-width: 230px; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621fd9c946\"] { max-width: 380px; float: none; width: 100%; margin: 0px auto !important; padding-left: 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-1621eb81205\"] { margin-top: 0px !important; }[data-css=\"tve-u-1621eb7ccb0\"] { min-height: 455px; }[data-css=\"tve-u-1621fd8766c\"] { min-height: 150px; }[data-css=\"tve-u-1621fd84d7b\"] { min-height: 430px; }[data-css=\"tve-u-1621e7c7aa1\"] .tcb-flex-col { flex-basis: 300px !important; }#tve_editor [data-css=\"tve-u-1621e7a7350\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621e7c899a\"] { float: none; max-width: 100%; margin-left: auto !important; margin-right: auto !important; margin-top: 0px !important; }[data-css=\"tve-u-1621e7c7aa1\"] { margin-left: -20px; flex-direction: row; }[data-css=\"tve-u-1621e7c7aa1\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-1621b3c8c52\"] { padding: 50px 40px !important; }[data-css=\"tve-u-1621fc0ce17\"] { margin-top: 10px !important; margin-bottom: 7px !important; }[data-css=\"tve-u-1621fbcad8c\"] { padding-left: 0px !important; padding-right: 30px !important; }[data-css=\"tve-u-1621fbacc60\"] { max-width: 177px; }[data-css=\"tve-u-1621fb68b97\"] { margin-left: -15px; min-height: inherit; padding: 20px !important; }[data-css=\"tve-u-1621fb68b97\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-1621fb65556\"] { margin-left: -15px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-1621fb65556\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-1621b200375\"] { float: none; max-width: 100%; margin: 0px auto !important; }[data-css=\"tve-u-1621b0e4fb7\"] { max-width: 100%; float: none; z-index: 3; position: relative; margin-right: auto !important; margin-left: auto !important; margin-bottom: 20px !important; }#tve_editor [data-css=\"tve-u-1621b10fccf\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621ae0bec7\"] { background-image: none !important; margin-top: 0px !important; }[data-css=\"tve-u-1621ae6c8da\"] { clip-path: url(\"#clip-tablet-top-aa2c3e3c70555\"); -webkit-clip-path: url(\"#clip-tablet-top-aa2c3e3c70555\");  }[data-css=\"tve-u-1621adba9ef\"] { clip-path: url(\"#clip-tablet-top-52d5a36c151aa\"); -webkit-clip-path: url(\"#clip-tablet-top-52d5a36c151aa\");  }[data-css=\"tve-u-1621ad420c4\"] { max-width: 100%; min-height: 1px !important; }[data-css=\"tve-u-1621f45bed3\"] { padding: 0px !important; }[data-css=\"tve-u-1621ae4fd21\"] { max-width: 100%; left: 0px; top: 0px; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621ae4db6e\"] { min-height: 300px; }#tve_editor [data-css=\"tve-u-1621afd8c98\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621afcc0bf\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621afceb00\"] { max-width: 100%; margin-bottom: 30px !important; }[data-css=\"tve-u-1621a98b602\"] { stroke-dasharray: 534.071, 534.071; }[data-css=\"tve-u-1621a9750ae\"] { font-size: 14.45px !important; line-height: 14.45px !important; }[data-css=\"tve-u-1621a9a2867\"] { font-size: 51px !important; line-height: 51px !important; }[data-css=\"tve-u-1621a9a2866\"] { margin-top: 42.5px !important; }[data-css=\"tve-u-1621a96b190\"] { width: 153px !important; height: 153px !important; top: 8.5px !important; bottom: 8.5px !important; left: 8.5px !important; right: 8.5px !important; }[data-css=\"tve-u-1621a9685d4\"] { stroke-width: 18px !important; }[data-css=\"tve-u-1621a9a2862\"] { width: 170px !important; height: 170px !important; }[data-css=\"tve-u-1621a983587\"] { float: none; border: 20px solid rgba(137, 141, 167, 0.24); margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621a8b2488\"] { float: none; max-width: 100%; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621a8a804b\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1621a8a804b\"] { margin-left: -24px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-1621a8a804b\"] > .tcb-flex-col { padding-left: 24px; }#tve_editor [data-css=\"tve-u-1621a2e0d5b\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621b028939\"] { position: relative; float: left; z-index: 3; display: block; max-width: 300px; width: 300px; margin-top: 15px !important; }[data-css=\"tve-u-1621adea58b\"] { margin-left: -30px; }[data-css=\"tve-u-1621adea58b\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-1621ade6172\"] { max-width: 100%; position: static; }#tve_editor [data-css=\"tve-u-16248fc42a1\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-16249355087\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-16249358652\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-1624935a201\"] { font-size: 18px !important; }[data-css=\"tve-u-1624939a960\"] { margin-bottom: 0px !important; padding-bottom: 20px !important; padding-left: 20px !important; padding-right: 20px !important; }[data-css=\"tve-u-162493a03b0\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-162493a03b0\"] { min-height: inherit; margin-left: -20px; }#tve_editor [data-css=\"tve-u-1625389a3d5\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-1625389b4ed\"] { font-size: 18px !important; }[data-css=\"tve-u-16260c39a7e\"] { float: none; max-width: 100%; margin: 0px auto !important; }[data-css=\"tve-u-16260d3f4aa\"] { margin-left: -15px; min-height: inherit; padding: 20px !important; }[data-css=\"tve-u-16260d3f4aa\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-16260d3f4af\"] { margin-left: -15px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-16260d3f4af\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-16260d8392c\"] { margin-left: -15px; min-height: inherit; padding: 20px !important; }[data-css=\"tve-u-16260d8392c\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-16260d8396c\"] { margin-left: -15px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-16260d8396c\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-16260da3aa7\"] { float: none; max-width: 100%; margin: 0px !important; }[data-css=\"tve-u-162717cb609\"] { max-width: 100%; min-height: 1px !important; }[data-css=\"tve-u-162717cb60a\"] { padding: 0px !important; }[data-css=\"tve-u-162717cb618\"] { float: none; max-width: 100%; margin-top: 60px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-162717cb620\"] { clip-path: url(\"#clip-tablet-bottom-c883ac5175045\"); -webkit-clip-path: url(\"#clip-tablet-bottom-c883ac5175045\");  }[data-css=\"tve-u-162717d1bbf\"] { margin-left: 0px; padding: 25px 25px 0px !important; }[data-css=\"tve-u-162717d1bbf\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-162717d1bb7\"] { max-width: 51.3%; }[data-css=\"tve-u-162717d1bb9\"] { max-width: 15.3%; }[data-css=\"tve-u-162717d1bb6\"] { padding-left: 0px !important; }[data-css=\"tve-u-162717d1bbc\"] { border-left: none; border-right: none; padding-left: 30px !important; padding-bottom: 10px !important; }[data-css=\"tve-u-162717d1bbe\"] { max-width: 100%; margin-left: 0px !important; margin-right: 30px !important; }[data-css=\"tve-u-164179bced9\"] { border-right: none; padding-left: 30px !important; padding-right: 0px !important; }[data-css=\"tve-u-16417b62c09\"] { max-width: 177px; }[data-css=\"tve-u-16417b662bf\"] { max-width: 177px; }[data-css=\"tve-u-16417e5bd95\"] { font-size: 14px; width: 14px; height: 14px; margin-bottom: -14px !important; margin-left: 0px !important; }[data-css=\"tve-u-1641c1b33f9\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-1641c1b456a\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-1641c1b52d3\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-1641c1b60b4\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-16959822de2\"] { margin-right: 1px !important; padding-right: 10px !important; padding-top: 10px !important; }[data-css=\"tve-u-16959cd1e7a\"] { margin-top: 30px !important; margin-bottom: 10px !important; }[data-css=\"tve-u-1695a3002e2\"] { margin-top: 15px !important; }[data-css=\"tve-u-1695d995f33\"] { margin-top: 40px !important; margin-left: 20px !important; margin-bottom: 0px !important; }}@media (max-width: 767px){[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-16417e9d24e\"]::after { clear: both; }[data-css=\"tve-u-16417b70f47\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 0px !important; }[data-css=\"tve-u-1621e819c52\"] { min-height: 100px; }[data-css=\"tve-u-1621e8107f3\"] { max-width: 100px; }[data-css=\"tve-u-1621fd8766c\"] { min-height: 144px; }[data-css=\"tve-u-1621ec79a7d\"] { min-height: 100px; }[data-css=\"tve-u-1621ec78d2c\"] { max-width: 100px; }[data-css=\"tve-u-1621ec7f21a\"] { min-height: 144px; }[data-css=\"tve-u-1621e7e6c1d\"] { min-height: 144px; }[data-css=\"tve-u-16417b4cb9e\"] { padding-bottom: 30px !important; }[data-css=\"tve-u-1621ec752da\"] { min-height: 100px; }[data-css=\"tve-u-1621ec6c39b\"] { max-width: 100px; }[data-css=\"tve-u-1621fd84d7b\"] { min-height: 430px; }[data-css=\"tve-u-1621e7c7aa1\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16223dad661\"] { padding-top: 0px !important; }[data-css=\"tve-u-1621b3c74d9\"] { max-width: 100%; }[data-css=\"tve-u-1621eb81205\"] { max-width: 100%; margin-bottom: 20px !important; }[data-css=\"tve-u-1621e7ceab3\"] { max-width: 100%; margin-bottom: 20px !important; }[data-css=\"tve-u-1621f0b0088\"] { min-height: 120px !important; }[data-css=\"tve-u-1621f0da775\"] { float: none; width: 100%; max-width: 280px; margin: 0px auto 20px !important; }[data-css=\"tve-u-1621ee37f4a\"] { min-height: 260px; }[data-css=\"tve-u-1621ee3afec\"] > .tve-cb { display: flex; justify-content: center; flex-direction: column; }[data-css=\"tve-u-1621ee63e1c\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1641367127b\"] { font-size: 30px; width: 30px; height: 30px; }[data-css=\"tve-u-1641367e553\"] { float: none; font-size: 30px; width: 30px; height: 30px; margin: -30px auto 30px !important; padding-right: 10px !important; }[data-css=\"tve-u-1621ada1e7f\"] { padding: 0px !important; }[data-css=\"tve-u-162717cb617\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-162717cb617\"] { min-height: inherit; }[data-css=\"tve-u-16229fa6a26\"] { height: calc(100% - 21px); margin-bottom: 0px !important; margin-top: 21px !important; }[data-css=\"tve-u-1624939a960\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-162493a03b0\"] .tcb-flex-col { flex-basis: 400px !important; }[data-css=\"tve-u-1621a2247ba\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-162717cb60f\"] { margin-bottom: 25px !important; }[data-css=\"tve-u-162717d1bbf\"] .tcb-flex-col { flex-basis: 225px !important; }[data-css=\"tve-u-1621ee3afec\"] { max-width: 100%; padding: 10px !important; position: static !important; }#tve_editor [data-css=\"tve-u-1641333d7d1\"] { font-size: 14px !important; }[data-css=\"tve-u-162717cb60b\"] { margin-top: 0px !important; }[data-css=\"tve-u-162717cb621\"] { z-index: 2; padding-left: 20px !important; padding-right: 20px !important; margin-top: -160px !important; padding-top: 35px !important; }[data-css=\"tve-u-162717cb617\"] .tcb-flex-col { flex-basis: 435px !important; }[data-css=\"tve-u-16369305186\"] { float: none; width: 100%; max-width: 279px; z-index: 3; position: relative; margin: 0px auto !important; }#tcb_landing_page h6 { line-height: 1.4em; }#tcb_landing_page h5 { line-height: 1.3em; }#tcb_landing_page p, #tcb_landing_page li { font-size: 14px; }#tcb_landing_page h2 { font-size: 28px; }#tcb_landing_page h1 { font-size: 35px; }[data-css=\"tve-u-16260ba2fa4\"] { padding-bottom: 40px !important; padding-left: 20px !important; padding-right: 20px !important; }[data-css=\"tve-u-1628a10d3b4\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-1628a12f675\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-162717cb610\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-16271bfe70c\"] { padding: 0px !important; }[data-css=\"tve-u-162717fcf9d\"] { z-index: 1; margin-top: 0px !important; padding-top: 75px !important; padding-left: 20px !important; padding-right: 20px !important; border: none; }[data-css=\"tve-u-162718bd0c0\"] { clip-path: url(\"#clip-mobile-top-a3b25e1c9221a\"); -webkit-clip-path: url(\"#clip-mobile-top-a3b25e1c9221a\");  }[data-css=\"tve-u-1621eb3eb9f\"] { clip-path: url(\"#clip-mobile-bottom-ac98bb0e54b3b\"); -webkit-clip-path: url(\"#clip-mobile-bottom-ac98bb0e54b3b\");  }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col > .tcb-col { min-height: 155px; }[data-css=\"tve-u-16229ffbb7b\"] { min-height: inherit; margin-left: 0px; }[data-css=\"tve-u-16229fa8c68\"] { height: calc(100% - 28px); margin-bottom: 0px !important; margin-top: 20px !important; }[data-css=\"tve-u-1622f65ba70\"] { height: calc(100% - 20px); margin-bottom: 0px !important; margin-top: 20px !important; }[data-css=\"tve-u-16229f6175c\"] { margin-top: 0px !important; }[data-css=\"tve-u-1622a159bcb\"] { float: none; max-width: 100%; margin-left: auto !important; margin-right: auto !important; padding-top: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-16229ae62a7\"] { border-right: none; }#tve_editor [data-css=\"tve-u-16228c764b2\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-16228c75500\"] { font-size: 18px !important; }[data-css=\"tve-u-1621fb65556\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-1621a983587\"] { border: 20px solid rgba(137, 141, 167, 0.32); }[data-css=\"tve-u-1621ee74a24\"] { float: none; margin-left: auto !important; margin-right: auto !important; margin-bottom: 10px !important; }[data-css=\"tve-u-1621afda4fa\"] { max-width: 100%; margin-bottom: 20px !important; }[data-css=\"tve-u-16223f02c16\"] { min-height: 54px; }[data-css=\"tve-u-1621f0aa8f7\"] { margin-top: 0px !important; }#tve_editor [data-css=\"tve-u-1622444fb11\"] { letter-spacing: 0px; }[data-css=\"tve-u-16224439be1\"] { padding: 0px !important; }[data-css=\"tve-u-1621fb68b97\"] { padding: 0px !important; }[data-css=\"tve-u-1621afceb00\"] { max-width: 100%; margin-bottom: 30px !important; }[data-css=\"tve-u-1621b0e4fb7\"] { float: none; margin-right: auto !important; margin-bottom: 30px !important; padding-left: 0px !important; margin-left: auto !important; }[data-css=\"tve-u-1621ebf340c\"] { padding-bottom: 40px !important; }[data-css=\"tve-u-1621ea50702\"] { float: none; width: 100%; padding: 0px !important; margin-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621e7d5094\"] { min-height: 430px; }[data-css=\"tve-u-1621eb7ccb0\"] { min-height: 430px; }[data-css=\"tve-u-1621ee03000\"] { flex-direction: column; }[data-css=\"tve-u-16223fe5f5b\"] { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621f0d2c1a\"] { margin-left: 25px !important; margin-right: 25px !important; }[data-css=\"tve-u-1621ee18a1c\"] { margin: 0px 20px 20px 0px !important; }[data-css=\"tve-u-1621ef118dc\"] { top: 0px; width: 154px; position: relative; float: none; z-index: 5; left: 0px; margin: 5px auto 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-1621fd9c946\"] { max-width: 100%; margin-top: 0px !important; margin-left: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-16223fc9f23\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-1621e7c899a\"] { max-width: none; float: none; margin-top: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621b3c8c52\"] { padding: 40px 20px !important; }[data-css=\"tve-u-1621fbcad8c\"] { padding: 20px !important; }[data-css=\"tve-u-1621fb65556\"] { margin-left: 0px; padding: 0px !important; }[data-css=\"tve-u-1621fbacc60\"] { max-width: 126px; float: none; margin-left: auto !important; margin-right: auto !important; margin-top: 20px !important; }[data-css=\"tve-u-1621b200375\"] { float: none; margin-top: 0px !important; margin-left: auto !important; margin-right: auto !important; }#tve_editor [data-css=\"tve-u-1621b10fccf\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621b028939\"] { display: block; max-width: 100%; width: 100%; float: none; min-width: 100%; margin-left: auto !important; margin-right: auto !important; margin-top: 0px !important; }[data-css=\"tve-u-1621ae4db6e\"] { min-height: 270px; }[data-css=\"tve-u-1621ae6c8da\"] { clip-path: url(\"#clip-mobile-top-aa2c3e3c70555\"); -webkit-clip-path: url(\"#clip-mobile-top-aa2c3e3c70555\");  }[data-css=\"tve-u-1621adba9ef\"] { clip-path: url(\"#clip-mobile-top-52d5a36c151aa\"); -webkit-clip-path: url(\"#clip-mobile-top-52d5a36c151aa\");  }[data-css=\"tve-u-16223f02c16\"]::after { clear: both; }[data-css=\"tve-u-1621b01355a\"] { max-width: 100%; float: none; margin-left: auto !important; margin-right: auto !important; margin-bottom: 15px !important; }[data-css=\"tve-u-1620af7eb3f\"] { float: none; display: block; max-width: 100%; width: 100%; min-width: 100%; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621ae0bec7\"]::after { clear: both; }[data-css=\"tve-u-1621f45bed3\"] { padding: 40px 20px 0px !important; }[data-css=\"tve-u-1621ad46076\"] { margin: 0px !important; padding: 30px 20px !important; }[data-css=\"tve-u-1621adea58b\"] { flex-flow: row-reverse wrap-reverse !important; }[data-css=\"tve-u-1621ae4fd21\"] { margin-top: 0px !important; position: static !important; }[data-css=\"tve-u-1621a8b2488\"] { float: none; max-width: 100%; margin-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621a8a804b\"] { padding-left: 0px !important; padding-right: 0px !important; }#tve_editor [data-css=\"tve-u-1621a2e0d5b\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621e7c7aa1\"] { flex-direction: column; min-height: inherit; }[data-css=\"tve-u-16249367114\"] { margin-top: 0px !important; }[data-css=\"tve-u-16249373b25\"] { height: calc(100% - 20px); margin-bottom: 0px !important; background-image: linear-gradient(rgb(248, 249, 251), rgb(248, 249, 251)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; margin-top: 20px !important; }[data-css=\"tve-u-162493a03b0\"] > .tcb-flex-col > .tcb-col { min-height: 155px; }[data-css=\"tve-u-162493a03b0\"] { min-height: inherit; }[data-css=\"tve-u-162493b6b63\"] { height: calc(100% - 20px); margin-bottom: 0px !important; margin-top: 20px !important; }[data-css=\"tve-u-16260c39a7e\"] { float: none; margin-top: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-16260d3f4aa\"] { padding: 0px !important; }[data-css=\"tve-u-16260d3f4af\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-16260d3f4af\"] { margin-left: 0px; padding: 0px !important; }[data-css=\"tve-u-16260d8392c\"] { padding: 0px !important; }[data-css=\"tve-u-16260d8396c\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-16260d8396c\"] { margin-left: 0px; padding: 0px !important; }[data-css=\"tve-u-16260da3aa7\"] { float: none; margin-top: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-162717cb618\"] { margin: 140px 0px 0px !important; }[data-css=\"tve-u-162717cb620\"] { clip-path: url(\"#clip-mobile-bottom-c883ac5175045\"); -webkit-clip-path: url(\"#clip-mobile-bottom-c883ac5175045\");  opacity: 1; filter: grayscale(0%) blur(0px); background-image: linear-gradient(rgba(0, 0, 0, 0.51), rgba(0, 0, 0, 0.51)), url(\"https://bestcerakoteflorida.com/wp-content/uploads/2018/05/FTYS6743.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-162717cb60a\"] { padding: 0px !important; }#tve_editor [data-css=\"tve-u-162717cb616\"] { font-size: 27px !important; }[data-css=\"tve-u-162717d1bbf\"] > .tcb-flex-col { padding-left: 18px; }[data-css=\"tve-u-162717d1bbf\"] { margin-left: -18px; padding: 10px !important; flex-flow: row wrap !important; }[data-css=\"tve-u-162717d1bbe\"] { border-bottom: 1px solid rgba(255, 255, 255, 0.2); border-right: none; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-162717d1bbc\"] { border: none; padding-left: 0px !important; padding-right: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-162717d1bb6\"] { border: none; padding-top: 0px !important; padding-left: 0px !important; margin-bottom: 1px !important; margin-top: -5px !important; padding-bottom: 10px !important; }[data-css=\"tve-u-164179a84b8\"] { float: none; width: 100%; max-width: 155px; z-index: 3; position: relative; margin-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-164179bced9\"] { border-right: none; position: relative; max-width: 250px; float: none; padding-left: 0px !important; padding-right: 0px !important; margin-top: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-16417b62c09\"] { max-width: 126px; float: none; margin-left: auto !important; margin-right: auto !important; margin-top: 20px !important; }[data-css=\"tve-u-16417b662bf\"] { max-width: 126px; float: none; margin-left: auto !important; margin-right: auto !important; margin-top: 20px !important; }[data-css=\"tve-u-16417e5bd95\"] { margin: 3px 10px 0px 0px !important; }#tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] p, #tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] li, #tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] blockquote, #tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] address, #tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] .tcb-plain-text, #tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] label { font-size: 18px; }[data-css=\"tve-u-16959822de2\"] { float: none; padding-top: 10px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621ee58e74\"] { border-right: none !important; }[data-css=\"tve-u-1695d995f33\"] { margin: 0px 20px 20px 0px !important; }}'),(6988,579,'tve_revision_tve_user_custom_css',''),(6989,579,'tve_revision_tve_page_events','a:0:{}'),(6990,579,'tve_revision_tve_globals','a:2:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";s:8:\"font_cls\";a:0:{}}'),(6991,579,'tve_revision_tve_global_scripts',''),(6992,579,'tve_revision_thrive_icon_pack','0'),(6993,579,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(6994,579,'tve_revision_tve_has_masonry','0'),(6995,579,'tve_revision_tve_has_typefocus','0'),(6996,579,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-162717d1bbe\" wfd-id=\"470\"><div class=\"tcb-flex-row tcb-medium-no-wrap v-2 tcb--cols--3 m-edit tcb-mobile-wrap tcb-resized\" data-css=\"tve-u-162717d1bbf\" wfd-id=\"471\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1695981e7bb\" wfd-id=\"490\"><div class=\"tcb-col\" data-css=\"tve-u-16959846d3d\" wfd-id=\"492\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16959822de2\" wfd-id=\"493\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"494\"><img class=\"tve_image wp-image-465\" alt=\"\" width=\"384\" height=\"62\" title=\"Blackhawk_custom_header\" data-id=\"465\" src=\"https://bestcerakoteflorida.com/wp-content/uploads/2019/01/Blackhawk_custom_header.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717d1bb9\" style=\"\" wfd-id=\"483\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717d1bb6\" wfd-id=\"485\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-164179a84b8\" wfd-id=\"486\">\n<div class=\"tve-content-box-background\" wfd-id=\"489\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"487\"><div class=\"tcb-clear\" wfd-id=\"488\"></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717d1bb7\" style=\"\" wfd-id=\"472\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717d1bbc\" wfd-id=\"474\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16369305186\" wfd-id=\"475\">\n<div class=\"tve-content-box-background\" wfd-id=\"482\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16417e9d24e\" wfd-id=\"476\"><div class=\"tcb-clear\" wfd-id=\"480\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-16417e5bd95\" data-float=\"1\" wfd-id=\"481\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-envelope-regular\" data-name=\"\">\n            <path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path>\n        </svg></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-164179bced9\" wfd-id=\"477\"><p data-css=\"tve-u-1641333d7d1\"><a href=\"mailto:info@bestcerkoteflorida.com\" target=\"_blank\">info@bestcerakoteflorida.com</a></p></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-162717cb621\" data-value-type=\"percent\" wfd-id=\"442\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-162717cb620\" data-clip-id=\"c883ac5175045\" wfd-id=\"469\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-c883ac5175045\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"6\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.8949, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-c883ac5175045\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9476, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-c883ac5175045\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9651, 1 1, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-162717cb609\" wfd-id=\"443\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-162717cb618\" wfd-id=\"444\"><div class=\"tcb-flex-row tcb-medium-wrap tcb-resized v-2 tcb--cols--2\" data-css=\"tve-u-162717cb617\" wfd-id=\"445\"><div class=\"tcb-flex-col\" data-css=\"tve-u-162717cb601\" style=\"\" wfd-id=\"459\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717cb60a\" wfd-id=\"461\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h1\" data-css=\"tve-u-162717cb610\" wfd-id=\"465\"><h1 data-css=\"tve-u-162717cb616\" style=\"text-align: center;\">&nbsp;Protect What\'s Important To You! With The Toughest Ceramic Finish In The World!<span data-css=\"tve-u-16271ca808e\" style=\"color: rgb(0, 229, 255);\" wfd-id=\"468\"></span></h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162717cb60f\" wfd-id=\"462\"><p data-css=\"tve-u-1695a36117b\" style=\"text-align: center;\">Heat, Water, Salt and Sand just some of the conditions you face. And any one of them is just waiting to get a hold of your firearm and leave it a pile of rusted, pitted junk.</p><p data-css=\"tve-u-16413112747\" style=\"text-align: center;\">Unfortunately there wasn\'t much you could do other than keep cleaning and lubricating your firearms...till NOW!</p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717cb600\" style=\"\" wfd-id=\"446\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717cb60b\" wfd-id=\"448\"><div class=\"thrv_responsive_video thrv_wrapper rv_style_lifted_style2\" data-type=\"youtube\" data-rel=\"0\" data-url=\"https://www.youtube.com/watch?v=a1nyu9ZJiEk\" data-css=\"tve-u-16959cd1e7a\" data-modestbranding=\"1\" wfd-id=\"456\">\n	\n\n	<div class=\"tve_responsive_video_container\" wfd-id=\"457\">\n		<div class=\"video_overlay\" wfd-id=\"458\"></div>\n	<iframe data-code=\"TEOqV1Q16lU\" data-provider=\"youtube\" src=\"https://www.youtube.com/embed/TEOqV1Q16lU?rel=0&amp;modestbranding=1&amp;controls=1&amp;showinfo=1&amp;fs=1&amp;wmode=transparent\" data-src=\"https://www.youtube.com/embed/TEOqV1Q16lU?rel=0&amp;modestbranding=1&amp;controls=1&amp;showinfo=1&amp;fs=1&amp;wmode=transparent\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\n</div><div class=\"thrv_wrapper thrv-button tcb-with-icon\" data-css=\"tve-u-1695a3002e2\" data-tcb_hover_state_parent=\"\" data-button-style=\"border_1\" wfd-id=\"449\">\n	<a href=\"tel:1-954-848-1911\" class=\"tcb-button-link\" target=\"_blank\" rel=\"\"><span class=\"tcb-button-icon\" wfd-id=\"454\">\n	<div class=\"thrv_wrapper thrv_icon tve_no_drag tve_no_icons tcb-icon-inherit-style tcb-icon-display\" wfd-id=\"455\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-phone-plus-light\" data-name=\"\">\n            <path d=\"M8 128h88v88c0 4.4 3.6 8 8 8h16c4.4 0 8-3.6 8-8v-88h88c4.4 0 8-3.6 8-8v-16c0-4.4-3.6-8-8-8h-88V8c0-4.4-3.6-8-8-8h-16c-4.4 0-8 3.6-8 8v88H8c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8zM487.8 24.1L387 .8c-14.7-3.4-29.8 4.2-35.8 18.1l-46.5 108.5c-5.5 12.7-1.8 27.7 8.9 36.5l53.9 44.1c-34 69.2-90.3 125.6-159.6 159.6l-44.1-53.9c-8.8-10.7-23.8-14.4-36.5-8.9L18.9 351.3c-13.9 6-21.5 21-18.1 35.8L24 487.9C27.3 502 39.9 512 54.5 512 306.7 512 512 307.8 512 54.5c0-14.6-10-27.2-24.2-30.4zM55.1 480l-23-99.6 107.4-46 59.5 72.8c103.6-48.6 159.7-104.9 208.1-208.1l-72.8-59.5 46-107.4 99.6 23C479.7 289.7 289.6 479.7 55.1 480z\"></path>\n        </svg></div>\n</span>\n\n		<span class=\"tcb-button-texts\" wfd-id=\"450\"><span class=\"tcb-button-text thrv-inline-text\" wfd-id=\"451\">CALL NOW</span></span>\n	</a>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-162717fcf9d\" data-value-type=\"percent\" wfd-id=\"385\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-162718bd0c0\" data-clip-id=\"a3b25e1c9221a\" wfd-id=\"441\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0875\"></polygon></clipPath><clipPath id=\"clip-tablet-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"6\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.1051\"></polygon></clipPath><clipPath id=\"clip-mobile-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"1\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0175\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-162718a3b40\" wfd-id=\"386\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622a159bcb\" wfd-id=\"387\">\n<div class=\"tve-content-box-background\" wfd-id=\"440\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"388\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621a2247ba\" wfd-id=\"437\"><h2 data-css=\"tve-u-1621a2e0d5b\">our services</h2></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16229f6175c\" wfd-id=\"412\"><div class=\"tcb-flex-row tcb-medium-no-wrap tcb--cols--3 v-2\" data-css=\"tve-u-162493a03b0\" wfd-id=\"413\"><div class=\"tcb-flex-col\" wfd-id=\"428\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1624939a960\" data-tcb_hover_state_parent=\"\" wfd-id=\"430\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-162493d5f13\" data-float=\"1\" wfd-id=\"436\"><svg class=\"tcb-icon\" viewBox=\"0 0 14 28\" data-name=\"bolt\">\n<path d=\"M13.828 8.844c0.172 0.187 0.219 0.453 0.109 0.688l-8.437 18.078c-0.125 0.234-0.375 0.391-0.656 0.391-0.063 0-0.141-0.016-0.219-0.031-0.344-0.109-0.547-0.438-0.469-0.766l3.078-12.625-6.344 1.578c-0.063 0.016-0.125 0.016-0.187 0.016-0.172 0-0.359-0.063-0.484-0.172-0.187-0.156-0.25-0.391-0.203-0.609l3.141-12.891c0.078-0.297 0.359-0.5 0.688-0.5h5.125c0.391 0 0.703 0.297 0.703 0.656 0 0.094-0.031 0.187-0.078 0.281l-2.672 7.234 6.188-1.531c0.063-0.016 0.125-0.031 0.187-0.031 0.203 0 0.391 0.094 0.531 0.234z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"432\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-162494b490e\" wfd-id=\"433\"><h4 data-css=\"tve-u-16249355087\" style=\"text-align: left;\">Express exterior</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162494b7ad0\" wfd-id=\"431\"><p data-css=\"tve-u-162492e70ad\">Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"421\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162493b6b63\" data-tcb_hover_state_parent=\"\" wfd-id=\"423\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b456a\" wfd-id=\"427\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"adjust\">\n<path d=\"M12 22.5v-17c-4.688 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"425\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1af44d\" wfd-id=\"426\"><h4 data-css=\"tve-u-16249358652\" style=\"text-align: left;\">Interior clean</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"424\"><p data-css=\"tve-u-162492e70ad\">Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"414\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16249373b25\" wfd-id=\"416\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b52d3\" wfd-id=\"420\"><svg class=\"tcb-icon\" viewBox=\"0 0 26 28\" data-name=\"umbrella\">\n<path d=\"M14 12.938v9.063c0 2.172-1.828 4-4 4s-4-1.828-4-4c0-0.547 0.453-1 1-1s1 0.453 1 1c0 1.047 0.953 2 2 2s2-0.953 2-2v-9.063c0.328-0.109 0.656-0.172 1-0.172s0.672 0.063 1 0.172zM26 13.359c0 0.266-0.234 0.5-0.5 0.5-0.141 0-0.25-0.063-0.359-0.156-0.906-0.844-1.75-1.437-3.047-1.437-1.484 0-2.766 0.922-3.609 2.094-0.187 0.266-0.328 0.547-0.5 0.812-0.109 0.172-0.234 0.266-0.438 0.266-0.219 0-0.344-0.094-0.453-0.266-0.172-0.266-0.313-0.547-0.5-0.812-0.844-1.172-2.109-2.094-3.594-2.094s-2.75 0.922-3.594 2.094c-0.187 0.266-0.328 0.547-0.5 0.812-0.109 0.172-0.234 0.266-0.453 0.266-0.203 0-0.328-0.094-0.438-0.266-0.172-0.266-0.313-0.547-0.5-0.812-0.844-1.172-2.125-2.094-3.609-2.094-1.297 0-2.141 0.594-3.047 1.437-0.109 0.094-0.219 0.156-0.359 0.156-0.266 0-0.5-0.234-0.5-0.5 0-0.047 0-0.078 0.016-0.109 1.437-5.906 7.141-9.25 12.984-9.25 5.812 0 11.578 3.344 12.984 9.25 0.016 0.031 0.016 0.063 0.016 0.109zM14 2v1.531c-0.328-0.016-0.672-0.031-1-0.031s-0.672 0.016-1 0.031v-1.531c0-0.547 0.453-1 1-1s1 0.453 1 1z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"418\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b01a6\" wfd-id=\"419\"><h4 data-css=\"tve-u-1624935a201\" style=\"text-align: left;\">Wax protection</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"417\"><p data-css=\"tve-u-162492e70ad\">Etiam pharetra, erat sed fermentum feugiat, velit mauris</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16249367114\" wfd-id=\"389\"><div class=\"tcb-flex-row tcb-medium-no-wrap tcb--cols--3 v-2\" data-css=\"tve-u-16229ffbb7b\" wfd-id=\"390\"><div class=\"tcb-flex-col\" wfd-id=\"405\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229fa6a26\" wfd-id=\"407\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b33f9\" wfd-id=\"411\"><svg class=\"tcb-icon\" viewBox=\"0 0 26 28\" data-name=\"magic\">\n<path d=\"M18.594 9.078l4.578-4.578-1.672-1.672-4.578 4.578zM25.578 4.5c0 0.266-0.094 0.516-0.281 0.703l-20.094 20.094c-0.187 0.187-0.438 0.281-0.703 0.281s-0.516-0.094-0.703-0.281l-3.094-3.094c-0.187-0.187-0.281-0.438-0.281-0.703s0.094-0.516 0.281-0.703l20.094-20.094c0.187-0.187 0.438-0.281 0.703-0.281s0.516 0.094 0.703 0.281l3.094 3.094c0.187 0.187 0.281 0.438 0.281 0.703zM4.469 1.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531zM9.938 4.062l3.063 0.938-3.063 0.938-0.938 3.063-0.938-3.063-3.063-0.938 3.063-0.938 0.938-3.063zM24.469 11.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531zM14.469 1.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"409\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b0a67\" wfd-id=\"410\"><h4 data-css=\"tve-u-16248fc42a1\" style=\"text-align: left;\">Dust &amp; Dash Console</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"408\"><p data-css=\"tve-u-162492e70ad\">Duis sed odio sit amet nibh vulputate cursus a sit amet mauris.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"398\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1622f65ba70\" wfd-id=\"400\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b60b4\" wfd-id=\"404\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"certificate\">\n<path d=\"M21.5 14l2.156 2.109c0.297 0.281 0.406 0.703 0.313 1.094-0.109 0.391-0.422 0.703-0.812 0.797l-2.938 0.75 0.828 2.906c0.109 0.391 0 0.812-0.297 1.094-0.281 0.297-0.703 0.406-1.094 0.297l-2.906-0.828-0.75 2.938c-0.094 0.391-0.406 0.703-0.797 0.812-0.094 0.016-0.203 0.031-0.297 0.031-0.297 0-0.594-0.125-0.797-0.344l-2.109-2.156-2.109 2.156c-0.281 0.297-0.703 0.406-1.094 0.313-0.406-0.109-0.703-0.422-0.797-0.812l-0.75-2.938-2.906 0.828c-0.391 0.109-0.812 0-1.094-0.297-0.297-0.281-0.406-0.703-0.297-1.094l0.828-2.906-2.938-0.75c-0.391-0.094-0.703-0.406-0.812-0.797-0.094-0.391 0.016-0.812 0.313-1.094l2.156-2.109-2.156-2.109c-0.297-0.281-0.406-0.703-0.313-1.094 0.109-0.391 0.422-0.703 0.812-0.797l2.938-0.75-0.828-2.906c-0.109-0.391 0-0.812 0.297-1.094 0.281-0.297 0.703-0.406 1.094-0.297l2.906 0.828 0.75-2.938c0.094-0.391 0.406-0.703 0.797-0.797 0.391-0.109 0.812 0 1.094 0.297l2.109 2.172 2.109-2.172c0.281-0.297 0.688-0.406 1.094-0.297 0.391 0.094 0.703 0.406 0.797 0.797l0.75 2.938 2.906-0.828c0.391-0.109 0.812 0 1.094 0.297 0.297 0.281 0.406 0.703 0.297 1.094l-0.828 2.906 2.938 0.75c0.391 0.094 0.703 0.406 0.812 0.797 0.094 0.391-0.016 0.812-0.313 1.094z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"402\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b12d8\" wfd-id=\"403\"><h4 data-css=\"tve-u-1625389a3d5\" style=\"text-align: left;\">Triple Foam Polish</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"401\"><p data-css=\"tve-u-162492e70ad\">Class aptent taciti sociosqu ad litora torquent</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"391\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229fa8c68\" wfd-id=\"393\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-16271adf6cf\" wfd-id=\"397\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"bullseye\">\n<path d=\"M16 14c0 2.203-1.797 4-4 4s-4-1.797-4-4 1.797-4 4-4 4 1.797 4 4zM18 14c0-3.313-2.688-6-6-6s-6 2.688-6 6 2.688 6 6 6 6-2.688 6-6zM20 14c0 4.422-3.578 8-8 8s-8-3.578-8-8 3.578-8 8-8 8 3.578 8 8zM22 14c0-5.516-4.484-10-10-10s-10 4.484-10 10 4.484 10 10 10 10-4.484 10-10zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"395\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-16248fc71c8\" wfd-id=\"396\"><h4 data-css=\"tve-u-1625389b4ed\" style=\"text-align: left;\">Tire dressing</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"394\"><p data-css=\"tve-u-162492e70ad\">Etiam pharetra, erat sed fermentum feugiat, velit mauris</p></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621ad46076\" wfd-id=\"345\">\n<div class=\"tve-page-section-out\" wfd-id=\"384\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621b072b4e\" wfd-id=\"346\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621a8b2488\" wfd-id=\"347\"><div class=\"tcb-flex-row tcb--cols--2 v-2\" data-css=\"tve-u-1621a8a804b\" wfd-id=\"348\"><div class=\"tcb-flex-col\" wfd-id=\"360\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16271bfe70c\" wfd-id=\"362\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h3\" data-css=\"tve-u-1621a8c4313\" wfd-id=\"381\"><h3><strong>Complete cleaning services for yoâ€‹ur car</strong></h3></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-16417b70f47\" wfd-id=\"363\"><ul class=\"tcb-styled-list\" wfd-id=\"364\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621acf0289\" wfd-id=\"375\"><div class=\"tcb-styled-list-icon\" wfd-id=\"379\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a8e11f3\" wfd-id=\"380\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ace1b08\" wfd-id=\"376\">We are a small business delivering professional cleaning services for all vehicles</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621acf64fb\" wfd-id=\"371\"><div class=\"tcb-styled-list-icon\" wfd-id=\"373\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a8e5625\" wfd-id=\"374\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ace4de9\" wfd-id=\"372\">Our services are convenient for individuals and corporate fleets</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"365\"><div class=\"tcb-styled-list-icon\" wfd-id=\"369\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a9076ef\" wfd-id=\"370\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621acf47d2\" wfd-id=\"366\">We use eco-friendly products that actually clean, protect and maintain your car better than the traditional cleaning substances</span></li></ul></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"349\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621a90a46f\" wfd-id=\"351\"><div class=\"thrv_wrapper thrv-fill-counter tve_red tve_normalfc thrv_data_element\" data-css=\"tve-u-1621a983587\" wfd-id=\"352\">\n<div class=\"tve_fill_counter_n\" style=\"\" data-fill=\"100\" data-css=\"tve-u-1621a98b602\" wfd-id=\"353\">\n<svg viewBox=\"0 0 160 160\" class=\"tve_fill_counter_circle\" shape-rendering=\"optimizeSpeed\" data-css=\"tve-u-1621a9a2862\">\n<circle class=\"tve_fill_counter_circle_inner\" r=\"80\" cx=\"80\" cy=\"80\" data-css=\"tve-u-1621a9685d4\"></circle>\n</svg>\n<div class=\"tve_fill_text_in\" data-css=\"tve-u-1621a96b190\" wfd-id=\"354\">\n<div class=\"tve_fill_text_value\" data-css=\"tve-u-1621a9a2866\" wfd-id=\"356\">\n<div class=\"thrv-inline-text tve_fill_text tve_editable\" data-css=\"tve-u-1621a9a2867\" wfd-id=\"357\"><strong>100%â€‹</strong></div>\n</div>\n<div class=\"thrv-inline-text tve_editable tve_data_element_label\" data-css=\"tve-u-1621a9750ae\" wfd-id=\"355\">Clean car</div>\n</div>\n</div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621ada1e7f\" data-value-type=\"percent\" wfd-id=\"307\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621adba9ef\" data-clip-id=\"52d5a36c151aa\" wfd-id=\"344\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-52d5a36c151aa\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0875\"></polygon></clipPath><clipPath id=\"clip-tablet-top-52d5a36c151aa\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0524\"></polygon></clipPath><clipPath id=\"clip-mobile-top-52d5a36c151aa\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0349\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621ad420c4\" wfd-id=\"308\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621ade6172\" wfd-id=\"309\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2 tcb-row-reversed-mobile tcb-mobile-edit v-2\" data-css=\"tve-u-1621adea58b\" wfd-id=\"310\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621b064646\" style=\"\" wfd-id=\"338\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ae0bec7\" wfd-id=\"340\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ae4fd21\" data-value-type=\"percent\" data-float=\"1\" wfd-id=\"341\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621ae6c8da\" data-clip-id=\"aa2c3e3c70555\" wfd-id=\"343\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0349\"></polygon></clipPath><clipPath id=\"clip-tablet-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"4\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0699\"></polygon></clipPath><clipPath id=\"clip-mobile-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"4\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0699\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb\" data-css=\"tve-u-1621ae4db6e\" wfd-id=\"342\"></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621b064668\" style=\"\" wfd-id=\"311\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621f45bed3\" wfd-id=\"313\"><div class=\"tcb-clear\" data-css=\"tve-u-16224848ee5\" wfd-id=\"334\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621afceb00\" wfd-id=\"335\"><h2 data-css=\"tve-u-1621afcc0bf\">Check Out Our Special Offer!</h2></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621afda4fa\" wfd-id=\"333\"><p data-css=\"tve-u-1621afd8c98\">Donâ€™t miss the opportunity to get 50% discount on a complete cleaning just by recommending us to a friend. Bring someone you know with you and clean you car half price!</p></div><div class=\"tcb-clear\" data-css=\"tve-u-16224834cab\" wfd-id=\"314\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621fe85996\" wfd-id=\"315\"><div class=\"tcb-flex-row tcb--cols--2 tcb-resized tcb-medium-wrap tcb-desktop-wrap\" data-css=\"tve-u-1621fe78878\" wfd-id=\"316\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621fe94086\" style=\"\" wfd-id=\"324\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"326\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621b01355a\" wfd-id=\"327\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621b08fdde\" data-tcb_hover_state_parent=\"1\" wfd-id=\"332\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16223f02c16\" wfd-id=\"328\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-1620af7eb3f\" data-tcb_hover_state_parent=\"\" data-button-style=\"full_rounded\" wfd-id=\"329\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"330\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-16228c75500\" wfd-id=\"331\"><strong>Request an appointment</strong></span></span>\n</a>\n</div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621fe940b9\" style=\"\" wfd-id=\"317\"><div class=\"tcb-col\" wfd-id=\"319\"><div class=\"tcb-clear\" data-css=\"tve-u-16224716d62\" wfd-id=\"320\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-1621b028939\" data-tcb_hover_state_parent=\"\" data-button-style=\"ghost\" wfd-id=\"321\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"322\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-16228c764b2\" wfd-id=\"323\"><strong>Call Now: 0400-700-682</strong></span></span>\n</a>\n</div></div></div></div></div></div></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16260ba2fa4\" wfd-id=\"208\">\n<div class=\"tve-page-section-out\" wfd-id=\"306\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16260be7104\" wfd-id=\"209\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621b0e4fb7\" wfd-id=\"305\"><h2 data-css=\"tve-u-1621b10fccf\" style=\"text-align: center;\">our happy clients</h2></div><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641367127b\" data-float=\"1\" wfd-id=\"304\"><svg class=\"tcb-icon\" viewBox=\"0 0 30 32\" data-name=\"quote-left\">\n<path d=\"M13.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429zM29.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641367e553\" wfd-id=\"303\"><svg class=\"tcb-icon\" viewBox=\"0 0 30 32\" data-name=\"quote-left\">\n<path d=\"M13.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429zM29.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a10d3b4\" wfd-id=\"274\">\n<div class=\"tve-content-box-background\" wfd-id=\"302\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"275\"><div class=\"tcb-clear\" data-css=\"tve-u-1621b300a64\" wfd-id=\"300\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-1621f154231\" wfd-id=\"301\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621b200375\" wfd-id=\"278\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-16260d8392c\" wfd-id=\"279\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"284\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"286\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16417b62c09\" wfd-id=\"287\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-16260d8396c\" wfd-id=\"288\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16260d01208\" style=\"\" wfd-id=\"294\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"296\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"297\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16225617da3\" wfd-id=\"299\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"298\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16260d0120e\" style=\"\" wfd-id=\"289\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"291\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"293\"><h5>Brett Graham, 28</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"292\"><h6 class=\"\">Architect</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"280\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"282\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"283\"><p data-css=\"tve-u-162539c17ec\">Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit. Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit.&nbsp;</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-16260c5ff0c\" wfd-id=\"276\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260c5ff07\" wfd-id=\"277\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a12f675\" wfd-id=\"243\">\n<div class=\"tve-content-box-background\" wfd-id=\"273\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"244\"><div class=\"tcb-clear\" data-css=\"tve-u-16260cd7683\" wfd-id=\"271\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260d73672\" wfd-id=\"272\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16260da3aa7\" wfd-id=\"247\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-1621fb68b97\" wfd-id=\"248\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"255\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"257\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16417b662bf\" wfd-id=\"258\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-1621fb65556\" wfd-id=\"259\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16229915e1a\" style=\"\" wfd-id=\"265\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"267\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"268\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16260c433e9\" wfd-id=\"270\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"269\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16229915e4e\" style=\"\" wfd-id=\"260\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"262\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"264\"><h5>Rosie Hanson, 24</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"263\"><h6 class=\"\">Real estate Associate</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"249\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"251\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"252\"><p data-css=\"tve-u-162539c17ec\">Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo.</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-16260d3b97e\" wfd-id=\"245\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260d39b83\" wfd-id=\"246\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a146aef\" wfd-id=\"210\">\n<div class=\"tve-content-box-background\" wfd-id=\"242\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"211\"><div class=\"tcb-clear\" data-css=\"tve-u-16260cd7683\" wfd-id=\"240\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260cd622f\" wfd-id=\"241\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16260c39a7e\" wfd-id=\"214\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-16260d3f4aa\" wfd-id=\"215\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"222\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"224\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621fbacc60\" wfd-id=\"225\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-16260d3f4af\" wfd-id=\"226\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16229915e1a\" style=\"\" wfd-id=\"234\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"236\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"237\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16260d5e4b8\" wfd-id=\"239\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"238\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16229915e4e\" style=\"\" wfd-id=\"227\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"229\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"233\"><h5>Shawn Mattews, 35</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"230\"><h6 class=\"\">project manager</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"216\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"218\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"219\"><p data-css=\"tve-u-162539c17ec\">Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo. Nullam ac urna eu felis.Sed non neque elit. Sed ut imperdiet nisi. Proin condimentum</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1621b30ca74\" wfd-id=\"212\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-1621f15b521\" wfd-id=\"213\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621b3c8c52\" wfd-id=\"96\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621b3cfc7b\" wfd-id=\"207\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621b3c74d9\" wfd-id=\"97\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621e7b695a\" wfd-id=\"204\"><h2 data-css=\"tve-u-1621e7a7350\" style=\"text-align: center;\">our offers</h2></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621e7c899a\" wfd-id=\"98\"><div class=\"tcb-flex-row tcb--cols--3 tcb-medium-wrap v-2\" data-css=\"tve-u-1621e7c7aa1\" wfd-id=\"99\"><div class=\"tcb-flex-col\" wfd-id=\"166\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16223fc9f23\" wfd-id=\"168\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e7ceab3\" style=\"\" wfd-id=\"169\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16416e4fafd\" wfd-id=\"203\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e7d5094\" wfd-id=\"170\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e7e9950\" data-value-type=\"percent\" style=\"\" wfd-id=\"199\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e7edfd9\" data-clip-id=\"10ffac3b28f1d\" wfd-id=\"202\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-10ffac3b28f1d\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-10ffac3b28f1d\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e7e6c1d\" wfd-id=\"200\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-16417b4cb9e\" wfd-id=\"201\"><h4 data-css=\"tve-u-1621fe1a1af\" style=\"text-align: center;\"><strong>Basic Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ec6c39b\" data-float=\"1\" wfd-id=\"195\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e81f424\" wfd-id=\"198\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec752da\" wfd-id=\"196\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"197\"><h4 data-css=\"tve-u-1621fe1bd18\" style=\"text-align: center;\"><strong>15$</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621ea50702\" wfd-id=\"171\"><ul class=\"tcb-styled-list\" wfd-id=\"172\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec3a5c0\" wfd-id=\"191\"><div class=\"tcb-styled-list-icon\" wfd-id=\"193\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec204df\" wfd-id=\"194\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec241aa\" wfd-id=\"192\">Interior vacuum</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"187\"><div class=\"tcb-styled-list-icon\" wfd-id=\"189\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec20f68\" wfd-id=\"190\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec2704c\" wfd-id=\"188\">Dust &amp;dash console</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec42aa7\" wfd-id=\"181\"><div class=\"tcb-styled-list-icon\" wfd-id=\"185\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec21a31\" wfd-id=\"186\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec298ab\" wfd-id=\"182\">Hand towel dry</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec43fe2\" wfd-id=\"177\"><div class=\"tcb-styled-list-icon\" wfd-id=\"179\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ea1fba7\" wfd-id=\"180\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea23322\" wfd-id=\"178\">Clean windows</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec454d9\" wfd-id=\"173\"><div class=\"tcb-styled-list-icon\" wfd-id=\"175\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ea295c0\" wfd-id=\"176\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea2c69a\" wfd-id=\"174\">Soft cloth wash</span></li></ul></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"133\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"135\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621eb81205\" style=\"\" wfd-id=\"136\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16416e603ab\" wfd-id=\"165\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621eb7ccb0\" wfd-id=\"137\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ebbbb6d\" data-value-type=\"percent\" wfd-id=\"161\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eaaedd8\" data-clip-id=\"a2b9cf3198d6f\" wfd-id=\"164\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-a2b9cf3198d6f\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-a2b9cf3198d6f\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec7f21a\" wfd-id=\"162\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e930bd7\" wfd-id=\"163\"><h4 data-css=\"tve-u-1621e92e97f\" style=\"text-align: center;\"><strong>Ultimate Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ec78d2c\" data-float=\"1\" wfd-id=\"157\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eab272c\" wfd-id=\"160\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec79a7d\" wfd-id=\"158\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"159\"><h4 data-css=\"tve-u-1621e942b65\" style=\"text-align: center;\"><strong>22 $</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621ebfa746\" wfd-id=\"154\"><p data-css=\"tve-u-1621f4ceaf6\" style=\"text-align: center;\">Includes basic service <span data-css=\"tve-u-1621f4ceaf7\" style=\"color: rgb(15, 29, 123);\" wfd-id=\"155\"><strong class=\"\"><span data-css=\"tve-u-1621f4ceafb\" wfd-id=\"156\">+</span></strong></span></p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621ebf340c\" wfd-id=\"138\"><ul class=\"tcb-styled-list\" wfd-id=\"139\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-164137a0b1f\" wfd-id=\"148\"><div class=\"tcb-styled-list-icon\" wfd-id=\"152\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec0c5bd\" wfd-id=\"153\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ebfe4ce\" wfd-id=\"149\">Triple foam conditiner</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec04541\" wfd-id=\"144\"><div class=\"tcb-styled-list-icon\" wfd-id=\"146\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec09a3c\" wfd-id=\"147\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ebff867\" wfd-id=\"145\">Tire dressing</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec05cc3\" wfd-id=\"140\"><div class=\"tcb-styled-list-icon\" wfd-id=\"142\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec15f6e\" wfd-id=\"143\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec009a8\" wfd-id=\"141\">Air freshner</span></li></ul></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"100\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16223dad661\" wfd-id=\"102\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621fd9c946\" style=\"\" wfd-id=\"103\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e7d234c\" wfd-id=\"132\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621fd84d7b\" wfd-id=\"104\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16223b080b0\" data-value-type=\"percent\" wfd-id=\"126\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eb3eb9f\" data-clip-id=\"ac98bb0e54b3b\" wfd-id=\"131\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621fd8766c\" wfd-id=\"127\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e930bd7\" wfd-id=\"128\"><h4 data-css=\"tve-u-1621fe1587d\" style=\"text-align: center;\"><strong>Supreme Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e8107f3\" wfd-id=\"122\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eb43d8d\" wfd-id=\"125\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e819c52\" wfd-id=\"123\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"124\"><h4 data-css=\"tve-u-1621fe1725e\" style=\"text-align: center;\"><strong>30 $</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621eb037bb\" wfd-id=\"119\"><p data-css=\"tve-u-1621f4d0451\" style=\"text-align: center;\">Includes ultimate service <span data-css=\"tve-u-1621eaff572\" style=\"color: rgb(15, 29, 123);\" wfd-id=\"120\"><strong class=\"\"><span data-css=\"tve-u-1621eb01b60\" wfd-id=\"121\">+</span></strong></span></p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621eacf6af\" wfd-id=\"105\"><ul class=\"tcb-styled-list\" wfd-id=\"106\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec36a4d\" wfd-id=\"115\"><div class=\"tcb-styled-list-icon\" wfd-id=\"117\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e9993aa\" wfd-id=\"118\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea1a5d7\" wfd-id=\"116\">Exterior trim dressing</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"111\"><div class=\"tcb-styled-list-icon\" wfd-id=\"113\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e99b1db\" wfd-id=\"114\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea19a06\" wfd-id=\"112\">Hand applied spray wax</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec37ea5\" wfd-id=\"107\"><div class=\"tcb-styled-list-icon\" wfd-id=\"109\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e99c314\" wfd-id=\"110\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea18c5d\" wfd-id=\"108\">Interior conditioner</span></li></ul></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621efddaaf\" wfd-id=\"50\">\n<div class=\"tve-page-section-out\" wfd-id=\"95\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621edf8048\" wfd-id=\"51\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621f114214\" wfd-id=\"52\"><div class=\"tcb-flex-row tcb-mobile-edit tcb--cols--2\" data-css=\"tve-u-1621ee03000\" wfd-id=\"53\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621ee4be21\" style=\"\" wfd-id=\"59\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ee093d4\" wfd-id=\"61\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ee3afec\" wfd-id=\"62\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621ee58e74\" wfd-id=\"94\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ee37f4a\" wfd-id=\"63\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1621ee74a24\" wfd-id=\"93\"><svg class=\"tcb-icon\" viewBox=\"0 0 16 28\" data-name=\"map-marker\">\n<path d=\"M12 10c0-2.203-1.797-4-4-4s-4 1.797-4 4 1.797 4 4 4 4-1.797 4-4zM16 10c0 0.953-0.109 1.937-0.516 2.797l-5.688 12.094c-0.328 0.688-1.047 1.109-1.797 1.109s-1.469-0.422-1.781-1.109l-5.703-12.094c-0.406-0.859-0.516-1.844-0.516-2.797 0-4.422 3.578-8 8-8s8 3.578 8 8z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621ee63e1c\" wfd-id=\"88\"><h2 data-css=\"tve-u-1621fdcb4ea\" style=\"text-align: center;\">contact us</h2></div><div class=\"thrv_wrapper thrv-contact-form\" data-ct=\"contact_form-22343\" style=\"\" data-css=\"tve-u-16465071dea\" data-ct-name=\"Rounded Shadow\" wfd-id=\"66\">\n<form action=\"\" method=\"post\" novalidate=\"\" wfd-id=\"67\">\n<div class=\"tve-cf-item-wrapper\" wfd-id=\"71\">\n<div class=\"tve-cf-item\" data-css=\"tve-u-1695dd04208\" wfd-id=\"84\">\n<div class=\"thrv-cf-input-wrapper\" data-type=\"first_name\" wfd-id=\"85\">\n<label data-css=\"tve-u-1695d9d6525\" class=\"\" wfd-id=\"87\">First Name</label>\n<div class=\"tve-cf-input\" data-css=\"tve-u-1695d9d6526\" data-tcb_hover_state_parent=\"\" wfd-id=\"86\">\n<input placeholder=\"\" type=\"text\" name=\"first_name\" data-placeholder=\"\" wfd-id=\"499\">\n</div>\n</div>\n</div>\n<div class=\"tve-cf-item\" data-css=\"tve-u-1695dd04208\" wfd-id=\"80\">\n<div class=\"thrv-cf-input-wrapper\" data-type=\"email\" wfd-id=\"81\">\n<label data-css=\"tve-u-1695d9d6527\" class=\"\" wfd-id=\"83\">Email Address</label>\n<div class=\"tve-cf-input\" data-css=\"tve-u-1695d9d6528\" data-tcb_hover_state_parent=\"\" wfd-id=\"82\">\n<input placeholder=\"\" type=\"email\" name=\"email\" data-placeholder=\"\" wfd-id=\"498\">\n</div>\n</div>\n</div>\n<div class=\"tve-cf-item\" data-css=\"tve-u-1695dd484d7\" wfd-id=\"76\">\n<div class=\"thrv-cf-input-wrapper\" data-type=\"message\" wfd-id=\"77\">\n<label data-css=\"tve-u-1695d9d6529\" class=\"\" wfd-id=\"79\">Message</label>\n<div class=\"tve-cf-input\" data-css=\"tve-u-1695d9d652a\" data-tcb_hover_state_parent=\"\" wfd-id=\"78\">\n<textarea placeholder=\"\" data-placeholder=\"\" name=\"message\" wfd-id=\"500\"></textarea>\n</div>\n</div>\n</div>\n<div class=\"tve-cf-item\" data-css=\"tve-u-1695dd04208\" wfd-id=\"72\">\n	<div class=\"thrv-cf-input-wrapper\" data-type=\"phone\" wfd-id=\"73\">\n		<label data-css=\"tve-u-1695d9d6525\" class=\"\" wfd-id=\"75\">Phone Number</label>\n		<div class=\"tve-cf-input\" data-css=\"tve-u-1695d9d6526\" wfd-id=\"74\">\n			<input placeholder=\"+1-555-555-2368\" type=\"tel\" name=\"phone\" data-placeholder=\"+1-555-555-2368\" wfd-id=\"497\">\n		</div>\n	</div>\n</div></div>\n<div class=\"tve-cf-submit\" data-tcb_hover_state_parent=\"\" data-button-style=\"rounded\" data-css=\"tve-u-1695dd27f6a\" wfd-id=\"68\">\n<button class=\"tve_btn_txt\" type=\"submit\" wfd-id=\"513\">Submit Message</button>\n</div>\n<input type=\"hidden\" name=\"config\" value=\"YTozOntzOjE0OiJlcnJvcl9tZXNzYWdlcyI7YTo0OntzOjU6ImVtYWlsIjtzOjIxOiJFbWFpbCBhZGRyZXNzIGludmFsaWQiO3M6NToicGhvbmUiO3M6MjA6IlBob25lIG51bWJlciBpbnZhbGlkIjtzOjM6InVybCI7czoxMToiVVJMIGludmFsaWQiO3M6ODoicmVxdWlyZWQiO3M6MjA6IlJlcXVpcmVkIGZpZWxkIGVtcHR5Ijt9czo4OiJ0b19lbWFpbCI7YToyOntzOjI6InRvIjtzOjI5OiJhZG1pbkBiZXN0Y2VyYWtvdGVmbG9yaWRhLmNvbSI7czo3OiJzdWJqZWN0IjtzOjE4OiJOZXcgbWVzc2FnZSBmcm9tOiAiO31zOjY6InN1Ym1pdCI7YToxMDp7czo2OiJhY3Rpb24iO3M6NjoicmVsb2FkIjtzOjIzOiJzZW5kX2NvbmZpcm1hdGlvbl9lbWFpbCI7YjowO3M6MTk6InNlbmRlcl9wZXJzb25hbGl6ZWQiO2I6MDtzOjIwOiJjb25maXJtYXRpb25fc3ViamVjdCI7czozNjoiQ29udGFjdCBGb3JtIHN1Ym1pc3Npb24gY29uZmlybWF0aW9uIjtzOjIwOiJjb25maXJtYXRpb25fbWVzc2FnZSI7czoxMzk6IkhlbGxvLCAKClRoYW5rcyBmb3IgY29udGFjdGluZyB1cy4gV2UnbGwgZ2V0IGJhY2sgdG8geW91IGFzIHNvb24gYXMgcG9zc2libGUgd2l0aCB0aGUgaW5mb3JtYXRpb24geW91IG5lZWQuIAoKQmVzdCByZWdhcmRzLApbd3Bfc2l0ZV90aXRsZV0iO3M6OToiZnJvbV9uYW1lIjtzOjI4OiJUaGUgQmVzdCBDZXJha290ZSBJbiBGbG9yaWRhIjtzOjEwOiJmcm9tX2VtYWlsIjtzOjI5OiJhZG1pbkBiZXN0Y2VyYWtvdGVmbG9yaWRhLmNvbSI7czo4OiJyZXBseV90byI7czoyOToiYWRtaW5AYmVzdGNlcmFrb3RlZmxvcmlkYS5jb20iO3M6MzoidXJsIjtzOjA6IiI7czoxMjoibm90aWZpY2F0aW9uIjtzOjM4OiJZb3VyIG1lc3NhZ2UgaGFzIGJlZW4gc2VudCwgdGhhbmsgeW91ISI7fX0=\" wfd-id=\"496\"></form>\n</div><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_slide_left\" data-css=\"tve-u-1621ef118dc\" style=\"\" wfd-id=\"64\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"65\"><img class=\"tve_image tve_evt_manager_listen tve_et_tve-viewport wp-image-282\" alt=\"Cerakote Certified Logo\" width=\"2148\" height=\"1968\" title=\"Cerakote Certified Logo\" data-id=\"282\" src=\"https://bestcerakoteflorida.com/wp-content/uploads/2018/09/CertifiedLogo.png\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_left&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" style=\"width: 100%;\"></span></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621ee4be73\" style=\"\" wfd-id=\"54\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ee22c43\" wfd-id=\"56\"><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-1695d995f33\" wfd-id=\"58\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=825 South Kings Highway, Fort Pierce&amp;t=m&amp;z=11&amp;output=embed&amp;iwloc=near\"></iframe>\n</div><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-1621ee18a1c\" wfd-id=\"57\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=davie, Florida 33317&amp;t=m&amp;z=11&amp;output=embed&amp;iwloc=near\"></iframe>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621f0aa8f7\" wfd-id=\"29\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621f0ada0e\" wfd-id=\"49\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621f0b0088\" wfd-id=\"30\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621f0d2c1a\" wfd-id=\"31\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-1621f0cbe40\" wfd-id=\"32\"><div class=\"tcb-flex-col\" wfd-id=\"41\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"43\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621f0da775\" wfd-id=\"44\"><p data-css=\"tve-u-1622444fb11\">Â© 2018, Your company name . All rights reserved.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"33\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"35\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16223fe5f5b\" wfd-id=\"36\"><p data-css=\"tve-u-1621f0d874c\" style=\"text-align: right;\">Made with <a href=\"https://thrivethemes.com/\" target=\"_blank\">Thrive Architect</a></p></div></div></div></div></div></div>\n</div>\n\n'),(6997,579,'tve_revision_tve_has_wistia_popover','0'),(6998,580,'tve_revision_tve_landing_page','tcb2-thrivebiz-car-wash'),(6999,580,'tve_revision_tve_landing_set',''),(7000,580,'tve_revision_tve_disable_theme_dependency','1'),(7001,580,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-162717d1bbe\" wfd-id=\"472\"><div class=\"tcb-flex-row tcb-medium-no-wrap v-2 tcb--cols--3 m-edit tcb-mobile-wrap tcb-resized\" data-css=\"tve-u-162717d1bbf\" wfd-id=\"473\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1695981e7bb\" wfd-id=\"492\"><div class=\"tcb-col\" data-css=\"tve-u-16959846d3d\" wfd-id=\"494\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16959822de2\" wfd-id=\"495\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"496\"><img class=\"tve_image wp-image-465\" alt=\"\" width=\"384\" height=\"62\" title=\"Blackhawk_custom_header\" data-id=\"465\" src=\"https://bestcerakoteflorida.com/wp-content/uploads/2019/01/Blackhawk_custom_header.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717d1bb9\" style=\"\" wfd-id=\"485\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717d1bb6\" wfd-id=\"487\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-164179a84b8\" wfd-id=\"488\">\n<div class=\"tve-content-box-background\" wfd-id=\"491\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"489\"><div class=\"tcb-clear\" wfd-id=\"490\"></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717d1bb7\" style=\"\" wfd-id=\"474\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717d1bbc\" wfd-id=\"476\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16369305186\" wfd-id=\"477\">\n<div class=\"tve-content-box-background\" wfd-id=\"484\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16417e9d24e\" wfd-id=\"478\"><div class=\"tcb-clear\" wfd-id=\"482\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-16417e5bd95\" data-float=\"1\" wfd-id=\"483\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-envelope-regular\" data-name=\"\">\n            <path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path>\n        </svg></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-164179bced9\" wfd-id=\"479\"><p data-css=\"tve-u-1641333d7d1\"><a href=\"mailto:info@bestcerkoteflorida.com\" target=\"_blank\">info@bestcerakoteflorida.com</a></p></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-162717cb621\" data-value-type=\"percent\" wfd-id=\"444\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-162717cb620\" data-clip-id=\"c883ac5175045\" wfd-id=\"471\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-c883ac5175045\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"6\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.8949, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-c883ac5175045\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9476, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-c883ac5175045\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9651, 1 1, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-162717cb609\" wfd-id=\"445\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-162717cb618\" wfd-id=\"446\"><div class=\"tcb-flex-row tcb-medium-wrap tcb-resized v-2 tcb--cols--2\" data-css=\"tve-u-162717cb617\" wfd-id=\"447\"><div class=\"tcb-flex-col\" data-css=\"tve-u-162717cb601\" style=\"\" wfd-id=\"461\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717cb60a\" wfd-id=\"463\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h1\" data-css=\"tve-u-162717cb610\" wfd-id=\"467\"><h1 data-css=\"tve-u-162717cb616\" style=\"text-align: center;\">&nbsp;Protect What\'s Important To You! With The Toughest Ceramic Finish In The World!<span data-css=\"tve-u-16271ca808e\" style=\"color: rgb(0, 229, 255);\" wfd-id=\"470\"></span></h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162717cb60f\" wfd-id=\"464\"><p data-css=\"tve-u-1695a36117b\" style=\"text-align: center;\">Heat, Water, Salt and Sand just some of the conditions you face. And any one of them is just waiting to get a hold of your firearm and leave it a pile of rusted, pitted junk.</p><p data-css=\"tve-u-16413112747\" style=\"text-align: center;\">Unfortunately there wasn\'t much you could do other than keep cleaning and lubricating your firearms...till NOW!</p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717cb600\" style=\"\" wfd-id=\"448\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717cb60b\" wfd-id=\"450\"><div class=\"thrv_responsive_video thrv_wrapper rv_style_lifted_style2\" data-type=\"youtube\" data-rel=\"0\" data-url=\"https://www.youtube.com/watch?v=a1nyu9ZJiEk\" data-css=\"tve-u-16959cd1e7a\" data-modestbranding=\"1\" wfd-id=\"458\">\n	\n\n	<div class=\"tve_responsive_video_container\" wfd-id=\"459\">\n		<div class=\"video_overlay\" wfd-id=\"460\"></div>\n	<iframe data-code=\"TEOqV1Q16lU\" data-provider=\"youtube\" src=\"https://www.youtube.com/embed/TEOqV1Q16lU?rel=0&amp;modestbranding=1&amp;controls=1&amp;showinfo=1&amp;fs=1&amp;wmode=transparent\" data-src=\"https://www.youtube.com/embed/TEOqV1Q16lU?rel=0&amp;modestbranding=1&amp;controls=1&amp;showinfo=1&amp;fs=1&amp;wmode=transparent\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\n</div><div class=\"thrv_wrapper thrv-button tcb-with-icon\" data-css=\"tve-u-1695a3002e2\" data-tcb_hover_state_parent=\"\" data-button-style=\"border_1\" wfd-id=\"451\">\n	<a href=\"tel:1-954-848-1911\" class=\"tcb-button-link\" target=\"_blank\" rel=\"\"><span class=\"tcb-button-icon\" wfd-id=\"456\">\n	<div class=\"thrv_wrapper thrv_icon tve_no_drag tve_no_icons tcb-icon-inherit-style tcb-icon-display\" wfd-id=\"457\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-phone-plus-light\" data-name=\"\">\n            <path d=\"M8 128h88v88c0 4.4 3.6 8 8 8h16c4.4 0 8-3.6 8-8v-88h88c4.4 0 8-3.6 8-8v-16c0-4.4-3.6-8-8-8h-88V8c0-4.4-3.6-8-8-8h-16c-4.4 0-8 3.6-8 8v88H8c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8zM487.8 24.1L387 .8c-14.7-3.4-29.8 4.2-35.8 18.1l-46.5 108.5c-5.5 12.7-1.8 27.7 8.9 36.5l53.9 44.1c-34 69.2-90.3 125.6-159.6 159.6l-44.1-53.9c-8.8-10.7-23.8-14.4-36.5-8.9L18.9 351.3c-13.9 6-21.5 21-18.1 35.8L24 487.9C27.3 502 39.9 512 54.5 512 306.7 512 512 307.8 512 54.5c0-14.6-10-27.2-24.2-30.4zM55.1 480l-23-99.6 107.4-46 59.5 72.8c103.6-48.6 159.7-104.9 208.1-208.1l-72.8-59.5 46-107.4 99.6 23C479.7 289.7 289.6 479.7 55.1 480z\"></path>\n        </svg></div>\n</span>\n\n		<span class=\"tcb-button-texts\" wfd-id=\"452\"><span class=\"tcb-button-text thrv-inline-text\" wfd-id=\"453\">CALL NOW</span></span>\n	</a>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-162717fcf9d\" data-value-type=\"percent\" wfd-id=\"387\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-162718bd0c0\" data-clip-id=\"a3b25e1c9221a\" wfd-id=\"443\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0875\"></polygon></clipPath><clipPath id=\"clip-tablet-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"6\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.1051\"></polygon></clipPath><clipPath id=\"clip-mobile-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"1\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0175\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-162718a3b40\" wfd-id=\"388\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622a159bcb\" wfd-id=\"389\">\n<div class=\"tve-content-box-background\" wfd-id=\"442\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"390\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621a2247ba\" wfd-id=\"439\"><h2 data-css=\"tve-u-1621a2e0d5b\">our services</h2></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16229f6175c\" wfd-id=\"414\"><div class=\"tcb-flex-row tcb-medium-no-wrap tcb--cols--3 v-2\" data-css=\"tve-u-162493a03b0\" wfd-id=\"415\"><div class=\"tcb-flex-col\" wfd-id=\"430\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1624939a960\" data-tcb_hover_state_parent=\"\" wfd-id=\"432\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-162493d5f13\" data-float=\"1\" wfd-id=\"438\"><svg class=\"tcb-icon\" viewBox=\"0 0 14 28\" data-name=\"bolt\">\n<path d=\"M13.828 8.844c0.172 0.187 0.219 0.453 0.109 0.688l-8.437 18.078c-0.125 0.234-0.375 0.391-0.656 0.391-0.063 0-0.141-0.016-0.219-0.031-0.344-0.109-0.547-0.438-0.469-0.766l3.078-12.625-6.344 1.578c-0.063 0.016-0.125 0.016-0.187 0.016-0.172 0-0.359-0.063-0.484-0.172-0.187-0.156-0.25-0.391-0.203-0.609l3.141-12.891c0.078-0.297 0.359-0.5 0.688-0.5h5.125c0.391 0 0.703 0.297 0.703 0.656 0 0.094-0.031 0.187-0.078 0.281l-2.672 7.234 6.188-1.531c0.063-0.016 0.125-0.031 0.187-0.031 0.203 0 0.391 0.094 0.531 0.234z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"434\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-162494b490e\" wfd-id=\"435\"><h4 data-css=\"tve-u-16249355087\" style=\"text-align: left;\">Express exterior</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162494b7ad0\" wfd-id=\"433\"><p data-css=\"tve-u-162492e70ad\">Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"423\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162493b6b63\" data-tcb_hover_state_parent=\"\" wfd-id=\"425\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b456a\" wfd-id=\"429\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"adjust\">\n<path d=\"M12 22.5v-17c-4.688 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"427\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1af44d\" wfd-id=\"428\"><h4 data-css=\"tve-u-16249358652\" style=\"text-align: left;\">Interior clean</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"426\"><p data-css=\"tve-u-162492e70ad\">Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"416\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16249373b25\" wfd-id=\"418\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b52d3\" wfd-id=\"422\"><svg class=\"tcb-icon\" viewBox=\"0 0 26 28\" data-name=\"umbrella\">\n<path d=\"M14 12.938v9.063c0 2.172-1.828 4-4 4s-4-1.828-4-4c0-0.547 0.453-1 1-1s1 0.453 1 1c0 1.047 0.953 2 2 2s2-0.953 2-2v-9.063c0.328-0.109 0.656-0.172 1-0.172s0.672 0.063 1 0.172zM26 13.359c0 0.266-0.234 0.5-0.5 0.5-0.141 0-0.25-0.063-0.359-0.156-0.906-0.844-1.75-1.437-3.047-1.437-1.484 0-2.766 0.922-3.609 2.094-0.187 0.266-0.328 0.547-0.5 0.812-0.109 0.172-0.234 0.266-0.438 0.266-0.219 0-0.344-0.094-0.453-0.266-0.172-0.266-0.313-0.547-0.5-0.812-0.844-1.172-2.109-2.094-3.594-2.094s-2.75 0.922-3.594 2.094c-0.187 0.266-0.328 0.547-0.5 0.812-0.109 0.172-0.234 0.266-0.453 0.266-0.203 0-0.328-0.094-0.438-0.266-0.172-0.266-0.313-0.547-0.5-0.812-0.844-1.172-2.125-2.094-3.609-2.094-1.297 0-2.141 0.594-3.047 1.437-0.109 0.094-0.219 0.156-0.359 0.156-0.266 0-0.5-0.234-0.5-0.5 0-0.047 0-0.078 0.016-0.109 1.437-5.906 7.141-9.25 12.984-9.25 5.812 0 11.578 3.344 12.984 9.25 0.016 0.031 0.016 0.063 0.016 0.109zM14 2v1.531c-0.328-0.016-0.672-0.031-1-0.031s-0.672 0.016-1 0.031v-1.531c0-0.547 0.453-1 1-1s1 0.453 1 1z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"420\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b01a6\" wfd-id=\"421\"><h4 data-css=\"tve-u-1624935a201\" style=\"text-align: left;\">Wax protection</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"419\"><p data-css=\"tve-u-162492e70ad\">Etiam pharetra, erat sed fermentum feugiat, velit mauris</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16249367114\" wfd-id=\"391\"><div class=\"tcb-flex-row tcb-medium-no-wrap tcb--cols--3 v-2\" data-css=\"tve-u-16229ffbb7b\" wfd-id=\"392\"><div class=\"tcb-flex-col\" wfd-id=\"407\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229fa6a26\" wfd-id=\"409\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b33f9\" wfd-id=\"413\"><svg class=\"tcb-icon\" viewBox=\"0 0 26 28\" data-name=\"magic\">\n<path d=\"M18.594 9.078l4.578-4.578-1.672-1.672-4.578 4.578zM25.578 4.5c0 0.266-0.094 0.516-0.281 0.703l-20.094 20.094c-0.187 0.187-0.438 0.281-0.703 0.281s-0.516-0.094-0.703-0.281l-3.094-3.094c-0.187-0.187-0.281-0.438-0.281-0.703s0.094-0.516 0.281-0.703l20.094-20.094c0.187-0.187 0.438-0.281 0.703-0.281s0.516 0.094 0.703 0.281l3.094 3.094c0.187 0.187 0.281 0.438 0.281 0.703zM4.469 1.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531zM9.938 4.062l3.063 0.938-3.063 0.938-0.938 3.063-0.938-3.063-3.063-0.938 3.063-0.938 0.938-3.063zM24.469 11.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531zM14.469 1.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"411\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b0a67\" wfd-id=\"412\"><h4 data-css=\"tve-u-16248fc42a1\" style=\"text-align: left;\">Dust &amp; Dash Console</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"410\"><p data-css=\"tve-u-162492e70ad\">Duis sed odio sit amet nibh vulputate cursus a sit amet mauris.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"400\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1622f65ba70\" wfd-id=\"402\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b60b4\" wfd-id=\"406\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"certificate\">\n<path d=\"M21.5 14l2.156 2.109c0.297 0.281 0.406 0.703 0.313 1.094-0.109 0.391-0.422 0.703-0.812 0.797l-2.938 0.75 0.828 2.906c0.109 0.391 0 0.812-0.297 1.094-0.281 0.297-0.703 0.406-1.094 0.297l-2.906-0.828-0.75 2.938c-0.094 0.391-0.406 0.703-0.797 0.812-0.094 0.016-0.203 0.031-0.297 0.031-0.297 0-0.594-0.125-0.797-0.344l-2.109-2.156-2.109 2.156c-0.281 0.297-0.703 0.406-1.094 0.313-0.406-0.109-0.703-0.422-0.797-0.812l-0.75-2.938-2.906 0.828c-0.391 0.109-0.812 0-1.094-0.297-0.297-0.281-0.406-0.703-0.297-1.094l0.828-2.906-2.938-0.75c-0.391-0.094-0.703-0.406-0.812-0.797-0.094-0.391 0.016-0.812 0.313-1.094l2.156-2.109-2.156-2.109c-0.297-0.281-0.406-0.703-0.313-1.094 0.109-0.391 0.422-0.703 0.812-0.797l2.938-0.75-0.828-2.906c-0.109-0.391 0-0.812 0.297-1.094 0.281-0.297 0.703-0.406 1.094-0.297l2.906 0.828 0.75-2.938c0.094-0.391 0.406-0.703 0.797-0.797 0.391-0.109 0.812 0 1.094 0.297l2.109 2.172 2.109-2.172c0.281-0.297 0.688-0.406 1.094-0.297 0.391 0.094 0.703 0.406 0.797 0.797l0.75 2.938 2.906-0.828c0.391-0.109 0.812 0 1.094 0.297 0.297 0.281 0.406 0.703 0.297 1.094l-0.828 2.906 2.938 0.75c0.391 0.094 0.703 0.406 0.812 0.797 0.094 0.391-0.016 0.812-0.313 1.094z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"404\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b12d8\" wfd-id=\"405\"><h4 data-css=\"tve-u-1625389a3d5\" style=\"text-align: left;\">Triple Foam Polish</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"403\"><p data-css=\"tve-u-162492e70ad\">Class aptent taciti sociosqu ad litora torquent</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"393\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229fa8c68\" wfd-id=\"395\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-16271adf6cf\" wfd-id=\"399\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"bullseye\">\n<path d=\"M16 14c0 2.203-1.797 4-4 4s-4-1.797-4-4 1.797-4 4-4 4 1.797 4 4zM18 14c0-3.313-2.688-6-6-6s-6 2.688-6 6 2.688 6 6 6 6-2.688 6-6zM20 14c0 4.422-3.578 8-8 8s-8-3.578-8-8 3.578-8 8-8 8 3.578 8 8zM22 14c0-5.516-4.484-10-10-10s-10 4.484-10 10 4.484 10 10 10 10-4.484 10-10zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"397\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-16248fc71c8\" wfd-id=\"398\"><h4 data-css=\"tve-u-1625389b4ed\" style=\"text-align: left;\">Tire dressing</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"396\"><p data-css=\"tve-u-162492e70ad\">Etiam pharetra, erat sed fermentum feugiat, velit mauris</p></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621ad46076\" wfd-id=\"347\">\n<div class=\"tve-page-section-out\" wfd-id=\"386\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621b072b4e\" wfd-id=\"348\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621a8b2488\" wfd-id=\"349\"><div class=\"tcb-flex-row tcb--cols--2 v-2\" data-css=\"tve-u-1621a8a804b\" wfd-id=\"350\"><div class=\"tcb-flex-col\" wfd-id=\"362\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16271bfe70c\" wfd-id=\"364\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h3\" data-css=\"tve-u-1621a8c4313\" wfd-id=\"383\"><h3><strong>Complete cleaning services for yoâ€‹ur car</strong></h3></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-16417b70f47\" wfd-id=\"365\"><ul class=\"tcb-styled-list\" wfd-id=\"366\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621acf0289\" wfd-id=\"377\"><div class=\"tcb-styled-list-icon\" wfd-id=\"381\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a8e11f3\" wfd-id=\"382\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ace1b08\" wfd-id=\"378\">We are a small business delivering professional cleaning services for all vehicles</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621acf64fb\" wfd-id=\"373\"><div class=\"tcb-styled-list-icon\" wfd-id=\"375\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a8e5625\" wfd-id=\"376\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ace4de9\" wfd-id=\"374\">Our services are convenient for individuals and corporate fleets</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"367\"><div class=\"tcb-styled-list-icon\" wfd-id=\"371\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a9076ef\" wfd-id=\"372\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621acf47d2\" wfd-id=\"368\">We use eco-friendly products that actually clean, protect and maintain your car better than the traditional cleaning substances</span></li></ul></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"351\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621a90a46f\" wfd-id=\"353\"><div class=\"thrv_wrapper thrv-fill-counter tve_red tve_normalfc thrv_data_element\" data-css=\"tve-u-1621a983587\" wfd-id=\"354\">\n<div class=\"tve_fill_counter_n\" style=\"\" data-fill=\"100\" data-css=\"tve-u-1621a98b602\" wfd-id=\"355\">\n<svg viewBox=\"0 0 160 160\" class=\"tve_fill_counter_circle\" shape-rendering=\"optimizeSpeed\" data-css=\"tve-u-1621a9a2862\">\n<circle class=\"tve_fill_counter_circle_inner\" r=\"80\" cx=\"80\" cy=\"80\" data-css=\"tve-u-1621a9685d4\"></circle>\n</svg>\n<div class=\"tve_fill_text_in\" data-css=\"tve-u-1621a96b190\" wfd-id=\"356\">\n<div class=\"tve_fill_text_value\" data-css=\"tve-u-1621a9a2866\" wfd-id=\"358\">\n<div class=\"thrv-inline-text tve_fill_text tve_editable\" data-css=\"tve-u-1621a9a2867\" wfd-id=\"359\"><strong>100%â€‹</strong></div>\n</div>\n<div class=\"thrv-inline-text tve_editable tve_data_element_label\" data-css=\"tve-u-1621a9750ae\" wfd-id=\"357\">Clean car</div>\n</div>\n</div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621ada1e7f\" data-value-type=\"percent\" wfd-id=\"309\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621adba9ef\" data-clip-id=\"52d5a36c151aa\" wfd-id=\"346\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-52d5a36c151aa\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0875\"></polygon></clipPath><clipPath id=\"clip-tablet-top-52d5a36c151aa\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0524\"></polygon></clipPath><clipPath id=\"clip-mobile-top-52d5a36c151aa\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0349\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621ad420c4\" wfd-id=\"310\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621ade6172\" wfd-id=\"311\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2 tcb-row-reversed-mobile tcb-mobile-edit v-2\" data-css=\"tve-u-1621adea58b\" wfd-id=\"312\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621b064646\" style=\"\" wfd-id=\"340\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ae0bec7\" wfd-id=\"342\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ae4fd21\" data-value-type=\"percent\" data-float=\"1\" wfd-id=\"343\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621ae6c8da\" data-clip-id=\"aa2c3e3c70555\" wfd-id=\"345\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0349\"></polygon></clipPath><clipPath id=\"clip-tablet-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"4\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0699\"></polygon></clipPath><clipPath id=\"clip-mobile-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"4\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0699\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb\" data-css=\"tve-u-1621ae4db6e\" wfd-id=\"344\"></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621b064668\" style=\"\" wfd-id=\"313\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621f45bed3\" wfd-id=\"315\"><div class=\"tcb-clear\" data-css=\"tve-u-16224848ee5\" wfd-id=\"336\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621afceb00\" wfd-id=\"337\"><h2 data-css=\"tve-u-1621afcc0bf\">Check Out Our Special Offer!</h2></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621afda4fa\" wfd-id=\"335\"><p data-css=\"tve-u-1621afd8c98\">Donâ€™t miss the opportunity to get 50% discount on a complete cleaning just by recommending us to a friend. Bring someone you know with you and clean you car half price!</p></div><div class=\"tcb-clear\" data-css=\"tve-u-16224834cab\" wfd-id=\"316\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621fe85996\" wfd-id=\"317\"><div class=\"tcb-flex-row tcb--cols--2 tcb-resized tcb-medium-wrap tcb-desktop-wrap\" data-css=\"tve-u-1621fe78878\" wfd-id=\"318\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621fe94086\" style=\"\" wfd-id=\"326\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"328\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621b01355a\" wfd-id=\"329\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621b08fdde\" data-tcb_hover_state_parent=\"1\" wfd-id=\"334\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16223f02c16\" wfd-id=\"330\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-1620af7eb3f\" data-tcb_hover_state_parent=\"\" data-button-style=\"full_rounded\" wfd-id=\"331\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"332\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-16228c75500\" wfd-id=\"333\"><strong>Request an appointment</strong></span></span>\n</a>\n</div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621fe940b9\" style=\"\" wfd-id=\"319\"><div class=\"tcb-col\" wfd-id=\"321\"><div class=\"tcb-clear\" data-css=\"tve-u-16224716d62\" wfd-id=\"322\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-1621b028939\" data-tcb_hover_state_parent=\"\" data-button-style=\"ghost\" wfd-id=\"323\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"324\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-16228c764b2\" wfd-id=\"325\"><strong>Call Now: 0400-700-682</strong></span></span>\n</a>\n</div></div></div></div></div></div></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16260ba2fa4\" wfd-id=\"210\">\n<div class=\"tve-page-section-out\" wfd-id=\"308\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16260be7104\" wfd-id=\"211\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621b0e4fb7\" wfd-id=\"307\"><h2 data-css=\"tve-u-1621b10fccf\" style=\"text-align: center;\">our happy clients</h2></div><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641367127b\" data-float=\"1\" wfd-id=\"306\"><svg class=\"tcb-icon\" viewBox=\"0 0 30 32\" data-name=\"quote-left\">\n<path d=\"M13.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429zM29.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641367e553\" wfd-id=\"305\"><svg class=\"tcb-icon\" viewBox=\"0 0 30 32\" data-name=\"quote-left\">\n<path d=\"M13.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429zM29.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a10d3b4\" wfd-id=\"276\">\n<div class=\"tve-content-box-background\" wfd-id=\"304\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"277\"><div class=\"tcb-clear\" data-css=\"tve-u-1621b300a64\" wfd-id=\"302\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-1621f154231\" wfd-id=\"303\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621b200375\" wfd-id=\"280\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-16260d8392c\" wfd-id=\"281\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"286\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"288\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16417b62c09\" wfd-id=\"289\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-16260d8396c\" wfd-id=\"290\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16260d01208\" style=\"\" wfd-id=\"296\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"298\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"299\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16225617da3\" wfd-id=\"301\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"300\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16260d0120e\" style=\"\" wfd-id=\"291\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"293\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"295\"><h5>Brett Graham, 28</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"294\"><h6 class=\"\">Architect</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"282\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"284\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"285\"><p data-css=\"tve-u-162539c17ec\">Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit. Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit.&nbsp;</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-16260c5ff0c\" wfd-id=\"278\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260c5ff07\" wfd-id=\"279\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a12f675\" wfd-id=\"245\">\n<div class=\"tve-content-box-background\" wfd-id=\"275\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"246\"><div class=\"tcb-clear\" data-css=\"tve-u-16260cd7683\" wfd-id=\"273\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260d73672\" wfd-id=\"274\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16260da3aa7\" wfd-id=\"249\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-1621fb68b97\" wfd-id=\"250\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"257\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"259\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16417b662bf\" wfd-id=\"260\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-1621fb65556\" wfd-id=\"261\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16229915e1a\" style=\"\" wfd-id=\"267\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"269\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"270\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16260c433e9\" wfd-id=\"272\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"271\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16229915e4e\" style=\"\" wfd-id=\"262\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"264\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"266\"><h5>Rosie Hanson, 24</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"265\"><h6 class=\"\">Real estate Associate</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"251\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"253\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"254\"><p data-css=\"tve-u-162539c17ec\">Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo.</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-16260d3b97e\" wfd-id=\"247\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260d39b83\" wfd-id=\"248\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a146aef\" wfd-id=\"212\">\n<div class=\"tve-content-box-background\" wfd-id=\"244\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"213\"><div class=\"tcb-clear\" data-css=\"tve-u-16260cd7683\" wfd-id=\"242\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260cd622f\" wfd-id=\"243\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16260c39a7e\" wfd-id=\"216\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-16260d3f4aa\" wfd-id=\"217\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"224\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"226\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621fbacc60\" wfd-id=\"227\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-16260d3f4af\" wfd-id=\"228\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16229915e1a\" style=\"\" wfd-id=\"236\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"238\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"239\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16260d5e4b8\" wfd-id=\"241\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"240\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16229915e4e\" style=\"\" wfd-id=\"229\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"231\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"235\"><h5>Shawn Mattews, 35</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"232\"><h6 class=\"\">project manager</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"218\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"220\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"221\"><p data-css=\"tve-u-162539c17ec\">Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo. Nullam ac urna eu felis.Sed non neque elit. Sed ut imperdiet nisi. Proin condimentum</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1621b30ca74\" wfd-id=\"214\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-1621f15b521\" wfd-id=\"215\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621b3c8c52\" wfd-id=\"98\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621b3cfc7b\" wfd-id=\"209\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621b3c74d9\" wfd-id=\"99\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621e7b695a\" wfd-id=\"206\"><h2 data-css=\"tve-u-1621e7a7350\" style=\"text-align: center;\">our offers</h2></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621e7c899a\" wfd-id=\"100\"><div class=\"tcb-flex-row tcb--cols--3 tcb-medium-wrap v-2\" data-css=\"tve-u-1621e7c7aa1\" wfd-id=\"101\"><div class=\"tcb-flex-col\" wfd-id=\"168\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16223fc9f23\" wfd-id=\"170\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e7ceab3\" style=\"\" wfd-id=\"171\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16416e4fafd\" wfd-id=\"205\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e7d5094\" wfd-id=\"172\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e7e9950\" data-value-type=\"percent\" style=\"\" wfd-id=\"201\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e7edfd9\" data-clip-id=\"10ffac3b28f1d\" wfd-id=\"204\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-10ffac3b28f1d\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-10ffac3b28f1d\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e7e6c1d\" wfd-id=\"202\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-16417b4cb9e\" wfd-id=\"203\"><h4 data-css=\"tve-u-1621fe1a1af\" style=\"text-align: center;\"><strong>Basic Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ec6c39b\" data-float=\"1\" wfd-id=\"197\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e81f424\" wfd-id=\"200\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec752da\" wfd-id=\"198\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"199\"><h4 data-css=\"tve-u-1621fe1bd18\" style=\"text-align: center;\"><strong>15$</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621ea50702\" wfd-id=\"173\"><ul class=\"tcb-styled-list\" wfd-id=\"174\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec3a5c0\" wfd-id=\"193\"><div class=\"tcb-styled-list-icon\" wfd-id=\"195\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec204df\" wfd-id=\"196\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec241aa\" wfd-id=\"194\">Interior vacuum</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"189\"><div class=\"tcb-styled-list-icon\" wfd-id=\"191\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec20f68\" wfd-id=\"192\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec2704c\" wfd-id=\"190\">Dust &amp;dash console</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec42aa7\" wfd-id=\"183\"><div class=\"tcb-styled-list-icon\" wfd-id=\"187\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec21a31\" wfd-id=\"188\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec298ab\" wfd-id=\"184\">Hand towel dry</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec43fe2\" wfd-id=\"179\"><div class=\"tcb-styled-list-icon\" wfd-id=\"181\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ea1fba7\" wfd-id=\"182\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea23322\" wfd-id=\"180\">Clean windows</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec454d9\" wfd-id=\"175\"><div class=\"tcb-styled-list-icon\" wfd-id=\"177\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ea295c0\" wfd-id=\"178\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea2c69a\" wfd-id=\"176\">Soft cloth wash</span></li></ul></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"135\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"137\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621eb81205\" style=\"\" wfd-id=\"138\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16416e603ab\" wfd-id=\"167\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621eb7ccb0\" wfd-id=\"139\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ebbbb6d\" data-value-type=\"percent\" wfd-id=\"163\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eaaedd8\" data-clip-id=\"a2b9cf3198d6f\" wfd-id=\"166\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-a2b9cf3198d6f\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-a2b9cf3198d6f\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec7f21a\" wfd-id=\"164\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e930bd7\" wfd-id=\"165\"><h4 data-css=\"tve-u-1621e92e97f\" style=\"text-align: center;\"><strong>Ultimate Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ec78d2c\" data-float=\"1\" wfd-id=\"159\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eab272c\" wfd-id=\"162\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec79a7d\" wfd-id=\"160\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"161\"><h4 data-css=\"tve-u-1621e942b65\" style=\"text-align: center;\"><strong>22 $</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621ebfa746\" wfd-id=\"156\"><p data-css=\"tve-u-1621f4ceaf6\" style=\"text-align: center;\">Includes basic service <span data-css=\"tve-u-1621f4ceaf7\" style=\"color: rgb(15, 29, 123);\" wfd-id=\"157\"><strong class=\"\"><span data-css=\"tve-u-1621f4ceafb\" wfd-id=\"158\">+</span></strong></span></p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621ebf340c\" wfd-id=\"140\"><ul class=\"tcb-styled-list\" wfd-id=\"141\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-164137a0b1f\" wfd-id=\"150\"><div class=\"tcb-styled-list-icon\" wfd-id=\"154\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec0c5bd\" wfd-id=\"155\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ebfe4ce\" wfd-id=\"151\">Triple foam conditiner</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec04541\" wfd-id=\"146\"><div class=\"tcb-styled-list-icon\" wfd-id=\"148\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec09a3c\" wfd-id=\"149\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ebff867\" wfd-id=\"147\">Tire dressing</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec05cc3\" wfd-id=\"142\"><div class=\"tcb-styled-list-icon\" wfd-id=\"144\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec15f6e\" wfd-id=\"145\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec009a8\" wfd-id=\"143\">Air freshner</span></li></ul></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"102\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16223dad661\" wfd-id=\"104\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621fd9c946\" style=\"\" wfd-id=\"105\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e7d234c\" wfd-id=\"134\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621fd84d7b\" wfd-id=\"106\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16223b080b0\" data-value-type=\"percent\" wfd-id=\"128\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eb3eb9f\" data-clip-id=\"ac98bb0e54b3b\" wfd-id=\"133\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621fd8766c\" wfd-id=\"129\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e930bd7\" wfd-id=\"130\"><h4 data-css=\"tve-u-1621fe1587d\" style=\"text-align: center;\"><strong>Supreme Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e8107f3\" wfd-id=\"124\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eb43d8d\" wfd-id=\"127\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e819c52\" wfd-id=\"125\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"126\"><h4 data-css=\"tve-u-1621fe1725e\" style=\"text-align: center;\"><strong>30 $</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621eb037bb\" wfd-id=\"121\"><p data-css=\"tve-u-1621f4d0451\" style=\"text-align: center;\">Includes ultimate service <span data-css=\"tve-u-1621eaff572\" style=\"color: rgb(15, 29, 123);\" wfd-id=\"122\"><strong class=\"\"><span data-css=\"tve-u-1621eb01b60\" wfd-id=\"123\">+</span></strong></span></p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621eacf6af\" wfd-id=\"107\"><ul class=\"tcb-styled-list\" wfd-id=\"108\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec36a4d\" wfd-id=\"117\"><div class=\"tcb-styled-list-icon\" wfd-id=\"119\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e9993aa\" wfd-id=\"120\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea1a5d7\" wfd-id=\"118\">Exterior trim dressing</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"113\"><div class=\"tcb-styled-list-icon\" wfd-id=\"115\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e99b1db\" wfd-id=\"116\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea19a06\" wfd-id=\"114\">Hand applied spray wax</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec37ea5\" wfd-id=\"109\"><div class=\"tcb-styled-list-icon\" wfd-id=\"111\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e99c314\" wfd-id=\"112\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea18c5d\" wfd-id=\"110\">Interior conditioner</span></li></ul></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621efddaaf\" wfd-id=\"52\">\n<div class=\"tve-page-section-out\" wfd-id=\"97\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621edf8048\" wfd-id=\"53\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621f114214\" wfd-id=\"54\"><div class=\"tcb-flex-row tcb-mobile-edit tcb--cols--2\" data-css=\"tve-u-1621ee03000\" wfd-id=\"55\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621ee4be21\" style=\"\" wfd-id=\"61\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ee093d4\" wfd-id=\"63\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ee3afec\" wfd-id=\"64\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621ee58e74\" wfd-id=\"96\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ee37f4a\" wfd-id=\"65\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1621ee74a24\" wfd-id=\"95\"><svg class=\"tcb-icon\" viewBox=\"0 0 16 28\" data-name=\"map-marker\">\n<path d=\"M12 10c0-2.203-1.797-4-4-4s-4 1.797-4 4 1.797 4 4 4 4-1.797 4-4zM16 10c0 0.953-0.109 1.937-0.516 2.797l-5.688 12.094c-0.328 0.688-1.047 1.109-1.797 1.109s-1.469-0.422-1.781-1.109l-5.703-12.094c-0.406-0.859-0.516-1.844-0.516-2.797 0-4.422 3.578-8 8-8s8 3.578 8 8z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621ee63e1c\" wfd-id=\"90\"><h2 data-css=\"tve-u-1621fdcb4ea\" style=\"text-align: center;\">contact us</h2></div><div class=\"thrv_wrapper thrv-contact-form\" data-ct=\"contact_form-22343\" style=\"\" data-css=\"tve-u-16465071dea\" data-ct-name=\"Rounded Shadow\" wfd-id=\"68\">\n<form action=\"\" method=\"post\" novalidate=\"\" wfd-id=\"69\">\n<div class=\"tve-cf-item-wrapper\" wfd-id=\"73\">\n<div class=\"tve-cf-item\" data-css=\"tve-u-1695dd04208\" wfd-id=\"86\">\n<div class=\"thrv-cf-input-wrapper\" data-type=\"first_name\" wfd-id=\"87\">\n<label data-css=\"tve-u-1695d9d6525\" class=\"\" wfd-id=\"89\">First Name</label>\n<div class=\"tve-cf-input\" data-css=\"tve-u-1695d9d6526\" data-tcb_hover_state_parent=\"\" wfd-id=\"88\">\n<input placeholder=\"\" type=\"text\" name=\"first_name\" data-placeholder=\"\" wfd-id=\"505\">\n</div>\n</div>\n</div>\n<div class=\"tve-cf-item\" data-css=\"tve-u-1695dd04208\" wfd-id=\"82\">\n<div class=\"thrv-cf-input-wrapper\" data-type=\"email\" wfd-id=\"83\">\n<label data-css=\"tve-u-1695d9d6527\" class=\"\" wfd-id=\"85\">Email Address</label>\n<div class=\"tve-cf-input\" data-css=\"tve-u-1695d9d6528\" data-tcb_hover_state_parent=\"\" wfd-id=\"84\">\n<input placeholder=\"\" type=\"email\" name=\"email\" data-placeholder=\"\" wfd-id=\"504\">\n</div>\n</div>\n</div>\n<div class=\"tve-cf-item\" data-css=\"tve-u-1695dd484d7\" wfd-id=\"78\">\n<div class=\"thrv-cf-input-wrapper\" data-type=\"message\" wfd-id=\"79\">\n<label data-css=\"tve-u-1695d9d6529\" class=\"\" wfd-id=\"81\">Message</label>\n<div class=\"tve-cf-input\" data-css=\"tve-u-1695d9d652a\" data-tcb_hover_state_parent=\"\" wfd-id=\"80\">\n<textarea placeholder=\"\" data-placeholder=\"\" name=\"message\" wfd-id=\"507\"></textarea>\n</div>\n</div>\n</div>\n<div class=\"tve-cf-item\" data-css=\"tve-u-1695dd04208\" wfd-id=\"74\">\n	<div class=\"thrv-cf-input-wrapper\" data-type=\"phone\" wfd-id=\"75\">\n		<label data-css=\"tve-u-1695d9d6525\" class=\"\" wfd-id=\"77\">Phone Number</label>\n		<div class=\"tve-cf-input\" data-css=\"tve-u-1695d9d6526\" wfd-id=\"76\">\n			<input placeholder=\"+1-555-555-2368\" type=\"tel\" name=\"phone\" data-placeholder=\"+1-555-555-2368\" wfd-id=\"503\">\n		</div>\n	</div>\n</div></div>\n<div class=\"tve-cf-submit\" data-tcb_hover_state_parent=\"\" data-button-style=\"rounded\" data-css=\"tve-u-1695dd27f6a\" wfd-id=\"70\">\n<button class=\"tve_btn_txt\" type=\"submit\" wfd-id=\"520\">Submit Message</button>\n</div>\n<input type=\"hidden\" name=\"config\" value=\"YTozOntzOjE0OiJlcnJvcl9tZXNzYWdlcyI7YTo0OntzOjU6ImVtYWlsIjtzOjIxOiJFbWFpbCBhZGRyZXNzIGludmFsaWQiO3M6NToicGhvbmUiO3M6MjA6IlBob25lIG51bWJlciBpbnZhbGlkIjtzOjM6InVybCI7czoxMToiVVJMIGludmFsaWQiO3M6ODoicmVxdWlyZWQiO3M6MjA6IlJlcXVpcmVkIGZpZWxkIGVtcHR5Ijt9czo4OiJ0b19lbWFpbCI7YToyOntzOjI6InRvIjtzOjI4OiJpbmZvQGJlc3RjZXJha290ZWZsb3JpZGEuY29tIjtzOjc6InN1YmplY3QiO3M6MTg6Ik5ldyBtZXNzYWdlIGZyb206ICI7fXM6Njoic3VibWl0IjthOjEwOntzOjY6ImFjdGlvbiI7czoxMjoibm90aWZpY2F0aW9uIjtzOjIzOiJzZW5kX2NvbmZpcm1hdGlvbl9lbWFpbCI7YjoxO3M6MTk6InNlbmRlcl9wZXJzb25hbGl6ZWQiO2I6MDtzOjIwOiJjb25maXJtYXRpb25fc3ViamVjdCI7czozNjoiQ29udGFjdCBGb3JtIHN1Ym1pc3Npb24gY29uZmlybWF0aW9uIjtzOjIwOiJjb25maXJtYXRpb25fbWVzc2FnZSI7czoxMzk6IkhlbGxvLCAKClRoYW5rcyBmb3IgY29udGFjdGluZyB1cy4gV2UnbGwgZ2V0IGJhY2sgdG8geW91IGFzIHNvb24gYXMgcG9zc2libGUgd2l0aCB0aGUgaW5mb3JtYXRpb24geW91IG5lZWQuIAoKQmVzdCByZWdhcmRzLApbd3Bfc2l0ZV90aXRsZV0iO3M6OToiZnJvbV9uYW1lIjtzOjI4OiJUaGUgQmVzdCBDZXJha290ZSBJbiBGbG9yaWRhIjtzOjEwOiJmcm9tX2VtYWlsIjtzOjI5OiJhZG1pbkBiZXN0Y2VyYWtvdGVmbG9yaWRhLmNvbSI7czo4OiJyZXBseV90byI7czoyOToiYWRtaW5AYmVzdGNlcmFrb3RlZmxvcmlkYS5jb20iO3M6MzoidXJsIjtzOjA6IiI7czoxMjoibm90aWZpY2F0aW9uIjtzOjgxOiJZb3VyIG1lc3NhZ2UgaGFzIGJlZW4gc2VudCwgdGhhbmsgeW91ISBZb3UnbGwgaGVhciBmcm9tIHVzIHdpdGhpbiB0aGUgbmV4dCAyNCBocnMiO319\" wfd-id=\"502\"></form>\n</div><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_slide_left\" data-css=\"tve-u-1621ef118dc\" style=\"\" wfd-id=\"66\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"67\"><img class=\"tve_image tve_evt_manager_listen tve_et_tve-viewport wp-image-282\" alt=\"Cerakote Certified Logo\" width=\"2148\" height=\"1968\" title=\"Cerakote Certified Logo\" data-id=\"282\" src=\"https://bestcerakoteflorida.com/wp-content/uploads/2018/09/CertifiedLogo.png\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_left&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" style=\"width: 100%;\"></span></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621ee4be73\" style=\"\" wfd-id=\"56\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ee22c43\" wfd-id=\"58\"><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-1695d995f33\" wfd-id=\"60\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=825 South Kings Highway, Fort Pierce&amp;t=m&amp;z=11&amp;output=embed&amp;iwloc=near\"></iframe>\n</div><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-1621ee18a1c\" wfd-id=\"59\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=davie, Florida 33317&amp;t=m&amp;z=11&amp;output=embed&amp;iwloc=near\"></iframe>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621f0aa8f7\" wfd-id=\"31\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621f0ada0e\" wfd-id=\"51\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621f0b0088\" wfd-id=\"32\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621f0d2c1a\" wfd-id=\"33\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-1621f0cbe40\" wfd-id=\"34\"><div class=\"tcb-flex-col\" wfd-id=\"43\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"45\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621f0da775\" wfd-id=\"46\"><p data-css=\"tve-u-1622444fb11\">Â© 2018, Your company name . All rights reserved.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"35\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"37\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16223fe5f5b\" wfd-id=\"38\"><p data-css=\"tve-u-1621f0d874c\" style=\"text-align: right;\">Made with <a href=\"https://thrivethemes.com/\" target=\"_blank\">Thrive Architect</a></p></div></div></div></div></div></div>\n</div>\n\n'),(7002,580,'tve_revision_tve_content_more_found',''),(7003,580,'tve_revision_tve_save_post',''),(7004,580,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Special+Elite:400&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Merriweather:400,700&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Poppins:400,800,900,300,700,&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Monda:400,700,&subset=latin\");@media (min-width: 300px){.tcb-plain-text { font-family: Monda; font-weight: 400; font-size: 14px; }#tve_editor [data-css=\"tve-u-1621b072b4e\"] p, #tve_editor [data-css=\"tve-u-1621b072b4e\"] li, #tve_editor [data-css=\"tve-u-1621b072b4e\"] blockquote, #tve_editor [data-css=\"tve-u-1621b072b4e\"] address, #tve_editor [data-css=\"tve-u-1621b072b4e\"] .tcb-plain-text, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h1, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h2, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h3, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h4, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h5, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h6 { color: rgb(18, 18, 18); }[data-css=\"tve-u-1621fe78878\"] .tcb-flex-col { flex-basis: 160px !important; }[data-css=\"tve-u-16417b70f47\"] { padding: 0px !important; margin: 0px !important; }#tve_editor [data-css=\"tve-u-1621fdcb4ea\"] { color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1641367127b\"] > :first-child { color: rgb(15, 29, 123); }[data-css=\"tve-u-1641367127b\"] { font-size: 60px; float: none; box-shadow: none; position: relative; z-index: 5; margin: 0px auto !important; }#tve_editor [data-css=\"tve-u-1641333d7d1\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-162717cb617\"] > .tcb-flex-col { padding-left: 0px; }#tve_editor [data-css=\"tve-u-16413112747\"] { color: rgba(255, 255, 255, 0.85) !important; }[data-css=\"tve-u-16369305186\"] > .tve-cb { display: block; }#tve_editor [data-css=\"tve-u-162717cb609\"] p, #tve_editor [data-css=\"tve-u-162717cb609\"] li, #tve_editor [data-css=\"tve-u-162717cb609\"] blockquote, #tve_editor [data-css=\"tve-u-162717cb609\"] address, #tve_editor [data-css=\"tve-u-162717cb609\"] h1, #tve_editor [data-css=\"tve-u-162717cb609\"] h2, #tve_editor [data-css=\"tve-u-162717cb609\"] h3, #tve_editor [data-css=\"tve-u-162717cb609\"] h4, #tve_editor [data-css=\"tve-u-162717cb609\"] h5, #tve_editor [data-css=\"tve-u-162717cb609\"] h6 { color: rgb(255, 255, 255); }[data-css=\"tve-u-16369305186\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-162717cb621\"] .tve-page-section-in { display: flex; justify-content: center; flex-direction: column; }[data-css=\"tve-u-162717fcf9d\"] .tve-page-section-in { display: block; }[data-css=\"tve-u-1628a146aef\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1628a12f675\"] { padding: 0px !important; margin: 0px 0px 60px !important; }[data-css=\"tve-u-1628a10d3b4\"] { max-width: 100%; padding: 0px !important; margin: 0px 0px 60px !important; }[data-css=\"tve-u-16271ca808e\"] { color: rgb(0, 229, 255) !important; }#tve_editor [data-css=\"tve-u-162717cb618\"] p, #tve_editor [data-css=\"tve-u-162717cb618\"] li, #tve_editor [data-css=\"tve-u-162717cb618\"] blockquote, #tve_editor [data-css=\"tve-u-162717cb618\"] address, #tve_editor [data-css=\"tve-u-162717cb618\"] h1, #tve_editor [data-css=\"tve-u-162717cb618\"] h2, #tve_editor [data-css=\"tve-u-162717cb618\"] h3, #tve_editor [data-css=\"tve-u-162717cb618\"] h4, #tve_editor [data-css=\"tve-u-162717cb618\"] h5, #tve_editor [data-css=\"tve-u-162717cb618\"] h6 { color: rgb(0, 229, 255); }[data-css=\"tve-u-162718bd0c0\"] { clip-path: url(\"#clip-top-a3b25e1c9221a\"); -webkit-clip-path: url(\"#clip-top-a3b25e1c9221a\");  background-image: none !important; opacity: 1; filter: grayscale(0%) blur(0px); }[data-css=\"tve-u-162718a3b40\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-162717fcf9d\"] { z-index: 5; padding: 170px 40px 0px !important; margin-top: -80px !important; }[data-css=\"tve-u-16260cd622f\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-16260cd7683\"]::after { clear: both; }[data-css=\"tve-u-16260cd622f\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin-top: 0px !important; margin-bottom: -1px !important; }[data-css=\"tve-u-16260be7104\"] { max-width: 1200px; }[data-css=\"tve-u-16260ba2fa4\"] { padding: 100px 40px !important; }[data-css=\"tve-u-162539c17ec\"] { line-height: 1.6em !important; }#tve_editor [data-css=\"tve-u-162493b6b63\"]:hover { background-color: rgb(248, 249, 251) !important; }#tve_editor [data-css=\"tve-u-1624939a960\"]:hover { background-color: rgb(248, 249, 251) !important; background-image: none !important; }#tve_editor [data-css=\"tve-u-162492e70ad\"] { color: rgb(137, 141, 167) !important; }[data-css=\"tve-u-162492815ba\"] { padding: 0px !important; margin-top: 25px !important; }[data-css=\"tve-u-162491e8e1f\"]::after { clear: both; }[data-css=\"tve-u-1622f65ba70\"] { border: none; background-image: none !important; padding: 0px 30px 30px !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-1622a159bcb\"] { max-width: 100%; float: none; z-index: 6; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; margin-top: 0px !important; }[data-css=\"tve-u-16229915e4e\"] { max-width: 62.8%; }[data-css=\"tve-u-16229915e1a\"] { max-width: 37.2%; }[data-css=\"tve-u-16225617da3\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-Brett.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16225611edb\"] { min-height: 127px; }[data-css=\"tve-u-1622561121b\"] { max-width: 127px; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-16224848ee5\"]::after { clear: both; }[data-css=\"tve-u-16224834cab\"]::after { clear: both; }[data-css=\"tve-u-1621ee3afec\"] > .tve-cb { display: block; }[data-css=\"tve-u-1621fe78878\"] > .tcb-flex-col { padding-left: 5px; }[data-css=\"tve-u-1621fe940b9\"] { max-width: 50%; }[data-css=\"tve-u-1621fe94086\"] { max-width: 50%; }[data-css=\"tve-u-1621fe85996\"] { max-width: 585px; float: left; z-index: 3; position: relative; width: 100%; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621fe78878\"] > .tcb-flex-col > .tcb-col { min-height: 65px; justify-content: center; }[data-css=\"tve-u-1621fe78878\"] { min-height: inherit; margin-left: -5px; padding: 0px !important; flex-wrap: wrap !important; }#tve_editor [data-css=\"tve-u-1621f4d0451\"] { font-size: 20px !important; }#tve_editor [data-css=\"tve-u-1621f4ceaf6\"] { font-size: 20px !important; color: rgb(12, 12, 12) !important; }[data-css=\"tve-u-1621f45bed3\"] { padding: 0px !important; }[data-css=\"tve-u-1621f114214\"] { float: none; max-width: 100%; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621f0da775\"] { padding: 0px !important; }#tve_editor [data-css=\"tve-u-1621f0d874c\"] { letter-spacing: 1px; color: rgb(137, 141, 167) !important; font-size: 14px !important; }[data-css=\"tve-u-1621f0d2c1a\"] { max-width: 100%; margin-left: 60px !important; margin-right: 60px !important; }[data-css=\"tve-u-1621f0aa8f7\"] .tve-page-section-in { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621f0cbe40\"] { margin-left: 0px; padding: 0px !important; }[data-css=\"tve-u-1621f0cbe40\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-1621f0b0088\"] { max-width: 100%; min-height: 140px !important; }[data-css=\"tve-u-1621f0ada0e\"] { background-image: linear-gradient(rgb(22, 22, 24), rgb(22, 22, 24)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1621f0aa8f7\"] { padding: 0px !important; }[data-css=\"tve-u-1621efddaaf\"] { padding: 0px !important; }[data-css=\"tve-u-1621ef118dc\"] { width: 191px; position: relative; right: -50px; top: 0px; float: none; z-index: 3; margin: 0px auto !important; padding-left: 0px !important; left: 10px; }#tve_editor [data-css=\"tve-u-1621ee74a24\"] > :first-child { color: rgb(255, 255, 255); }[data-css=\"tve-u-1621ee74a24\"] { font-size: 60px; float: none; z-index: 3; position: relative; margin: 0px auto 10px !important; padding-top: 0px !important; box-shadow: none; }[data-css=\"tve-u-1621ee63e1c\"] { float: none; z-index: 3; position: relative; max-width: none; width: 100%; padding: 0px !important; margin: 0px auto 30px !important; }[data-css=\"tve-u-1621ee58e74\"] { background-color: rgba(0, 0, 0, 0.77) !important; border-right: 2px dotted rgb(0, 0, 0) !important; }[data-css=\"tve-u-1621ee3afec\"] { padding: 60px 10px 0px 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621ee22c43\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding-top: 0px !important; padding-left: 0px !important; }[data-css=\"tve-u-1621ee18a1c\"] { margin: 1px 20px 0px !important; box-shadow: none; }[data-css=\"tve-u-1621ee093d4\"] { margin-top: 0px !important; }[data-css=\"tve-u-1621ee03000\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1621ee03000\"] { margin-left: 0px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-1621ee03000\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-1621edf8048\"] { max-width: 100%; min-height: 1px !important; }[data-css=\"tve-u-1621ec454d9\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec43fe2\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec42aa7\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec3a5c0\"] { margin-top: 0px !important; margin-bottom: 10px !important; }[data-css=\"tve-u-1621ec37ea5\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec36a4d\"] { margin-bottom: 10px !important; }[data-css=\"tve-u-1621ea18c5d\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ea19a06\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ea1a5d7\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ea2c69a\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ea23322\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ec298ab\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ec2704c\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ec241aa\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ec05cc3\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec04541\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec009a8\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ebff867\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ebfe4ce\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621eb037bb\"] { padding: 0px !important; margin-top: 0px !important; margin-bottom: 30px !important; }[data-css=\"tve-u-1621eaff572\"] { color: rgb(15, 29, 123) !important; }[data-css=\"tve-u-1621ea50702\"] { max-width: 230px; float: none; z-index: 3; position: relative; width: 100%; padding: 0px !important; margin: 0px auto !important; }#tve_editor [data-css=\"tve-u-1621ea2c69a\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ea295c0\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ea295c0\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ea1fba7\"] > :first-child { color: rgb(137, 141, 167); }#tve_editor [data-css=\"tve-u-1621ea23322\"] { font-size: 16px !important; }[data-css=\"tve-u-1621ea1fba7\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }[data-css=\"tve-u-1621e99c314\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }[data-css=\"tve-u-1621e99b1db\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }[data-css=\"tve-u-1621e9993aa\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ea1a5d7\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ea19a06\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ea18c5d\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621e99c314\"] > :first-child { color: rgb(137, 141, 167); }#tve_editor [data-css=\"tve-u-1621e99b1db\"] > :first-child { color: rgb(137, 141, 167); }#tve_editor [data-css=\"tve-u-1621e9993aa\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621e8107f3\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621e942b65\"] strong { font-weight: 800; }[data-css=\"tve-u-1621e7e9950\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621e930bd7\"] { padding: 0px 0px 50px !important; }#tve_editor [data-css=\"tve-u-1621e92e97f\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1621e81f424\"] { border-radius: 200px; overflow: hidden; background-image: none !important; border: 3px solid rgb(255, 255, 255) !important; background-color: rgb(144, 147, 168) !important; }[data-css=\"tve-u-1621e819c52\"] { min-height: 110px; }[data-css=\"tve-u-1621e8107f3\"] { float: none; max-width: 110px; z-index: 4; padding: 0px !important; margin: -60px auto 30px !important; }[data-css=\"tve-u-1621e7edfd9\"] { clip-path: url(\"#clip-bottom-10ffac3b28f1d\"); -webkit-clip-path: url(\"#clip-bottom-10ffac3b28f1d\");  background-image: none !important; background-color: rgb(144, 147, 168) !important; }[data-css=\"tve-u-1621e7e9950\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1621e7e6c1d\"] { min-height: 150px; }[data-css=\"tve-u-1621e7c7aa1\"] > .tcb-flex-col { padding-left: 60px; }[data-css=\"tve-u-1621e7d5094\"] { min-height: 480px; }[data-css=\"tve-u-1621e7d234c\"] { box-shadow: rgba(0, 0, 0, 0.02) 0px 2px 22px 0px; background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1621e7ceab3\"] { float: none; width: 100%; padding: 0px 0px 20px !important; margin: 0px auto !important; }[data-css=\"tve-u-1621e7c899a\"] { float: none; max-width: 100%; margin: 0px auto !important; }[data-css=\"tve-u-1621e7c7aa1\"] { margin-left: -60px; padding: 0px !important; }[data-css=\"tve-u-1621e7b695a\"] { padding: 0px !important; margin-bottom: 100px !important; }#tve_editor [data-css=\"tve-u-1621e7a7350\"] { color: rgb(15, 29, 123) !important; }[data-css=\"tve-u-1621b3cfc7b\"] { filter: blur(0px); opacity: 1; background-image: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(220, 224, 246) 38%) !important; background-color: rgb(212, 212, 212) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1621b3c8c52\"] { padding: 100px 40px !important; }[data-css=\"tve-u-1621b3c74d9\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-1621b300a64\"]::after { clear: both; }[data-css=\"tve-u-1621b24a89d\"] { padding: 0px !important; }[data-css=\"tve-u-1621b22a018\"] { background-image: none !important; padding: 0px !important; }[data-css=\"tve-u-1621b200375\"] { float: none; max-width: 100%; border-left: 1px solid rgba(15, 29, 123, 0.7); border-right: 1px solid rgba(15, 29, 123, 0.7); background-color: rgb(248, 249, 251) !important; margin: 0px auto !important; }[data-css=\"tve-u-1621b10fccf\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621b0e4fb7\"] { border-right: none; max-width: 100%; padding: 0px !important; margin-bottom: 40px !important; margin-right: 0px !important; }[data-css=\"tve-u-1621b072b4e\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-1621b064668\"] { max-width: 52%; }[data-css=\"tve-u-1621b064646\"] { max-width: 48%; }[data-css=\"tve-u-1621afda4fa\"] { max-width: none; padding: 0px !important; margin-bottom: 40px !important; }#tve_editor [data-css=\"tve-u-1621afd8c98\"] { color: rgb(255, 255, 255) !important; font-size: 20px !important; }[data-css=\"tve-u-1621afceb00\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 80%; padding: 0px !important; margin-bottom: 50px !important; }#tve_editor [data-css=\"tve-u-1621afcc0bf\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1621a8a804b\"] > .tcb-flex-col { padding-left: 60px; }[data-css=\"tve-u-1621ae6c8da\"] { clip-path: url(\"#clip-top-aa2c3e3c70555\"); -webkit-clip-path: url(\"#clip-top-aa2c3e3c70555\");  background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-Cta-2.jpg\") !important; background-size: cover !important; background-position: 0% 100% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1621ae4fd21\"] { max-width: 100%; top: -70px; z-index: 5; left: -60px; position: relative !important; padding: 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-1621ae4db6e\"] { min-height: 524px; }[data-css=\"tve-u-1621ada1e7f\"] .tve-page-section-in { display: flex; flex-direction: column; justify-content: center; }[data-css=\"tve-u-1621adea58b\"] > .tcb-flex-col > .tcb-col { min-height: 1px; justify-content: center; }[data-css=\"tve-u-1621ae0bec7\"] { height: calc(100% - -22px); background-image: linear-gradient(rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.14)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; margin-left: 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621adea58b\"] > .tcb-flex-col { padding-left: 50px; }[data-css=\"tve-u-1621adea58b\"] { margin-left: -50px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-1621ade6172\"] { max-width: 100%; float: none; width: 100%; margin: 0px auto !important; }[data-css=\"tve-u-1621adba9ef\"] { clip-path: url(\"#clip-top-52d5a36c151aa\"); -webkit-clip-path: url(\"#clip-top-52d5a36c151aa\");  background-image: linear-gradient(rgba(15, 29, 123, 0.65), rgba(15, 29, 123, 0.65)), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-cta-bg.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-1621ada1e7f\"] { padding: 0px 40px !important; }[data-css=\"tve-u-1621ad46076\"] { padding: 100px 40px !important; margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1621ad420c4\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-1621a9076ef\"] { padding-top: 2px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-1621acf64fb\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621acf47d2\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1621acf0289\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621a8e11f3\"] { padding-top: 2px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-1621a8e5625\"] { padding-top: 2px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-1621ace4de9\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1621ace1b08\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1621a9a2867\"] strong { font-weight: 700; }#tve_editor [data-css=\"tve-u-1621a9a2867\"] { font-weight: 300; color: rgb(15, 29, 123) !important; font-family: Poppins !important; }[data-css=\"tve-u-1621a9750ae\"] { font-size: 13.6px !important; line-height: 13.6px !important; }[data-css=\"tve-u-1621a9a2867\"] { font-size: 48px !important; line-height: 48px !important; }[data-css=\"tve-u-1621a9a2866\"] { margin-top: 40px !important; }[data-css=\"tve-u-1621a9a2862\"] { width: 160px !important; height: 160px !important; background-color: rgb(137, 141, 167) !important; }[data-css=\"tve-u-1621a98b602\"] { stroke-dasharray: 502.655, 502.655; }[data-css=\"tve-u-1621a983587\"] { float: none; border: 30px solid rgba(137, 141, 167, 0.24); z-index: 3; position: relative; margin: 30px auto 0px !important; padding: 0px !important; }[data-css=\"tve-u-1621a9750ae\"] strong { font-weight: 700; }#tve_editor [data-css=\"tve-u-1621a9750ae\"] { color: rgb(255, 255, 255) !important; font-family: Monda !important; }[data-css=\"tve-u-1621a96b190\"] { background-color: rgb(231, 229, 229); width: 144px !important; height: 144px !important; top: 8px !important; bottom: 8px !important; left: 8px !important; right: 8px !important; }[data-css=\"tve-u-1621a9685d4\"] { stroke: rgb(248, 251, 253) !important; stroke-width: 17px !important; }[data-css=\"tve-u-1621a8a804b\"] > .tcb-flex-col > .tcb-col { min-height: 445px; justify-content: center; }[data-css=\"tve-u-1621a90a46f\"] { background-image: radial-gradient(rgba(255, 255, 255, 0.51) 16%, rgb(255, 255, 255) 73%), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-100-clean.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }#tve_editor [data-css=\"tve-u-1621a9076ef\"] > :first-child { color: rgb(15, 29, 123); }#tve_editor [data-css=\"tve-u-1621a8e5625\"] > :first-child { color: rgb(15, 29, 123); }#tve_editor [data-css=\"tve-u-1621a8e11f3\"] > :first-child { color: rgb(15, 29, 123); }[data-css=\"tve-u-1621a8c4313\"] { padding: 0px !important; margin-bottom: 60px !important; }[data-css=\"tve-u-1621a8b2488\"] { float: none; max-width: 100%; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621a8a804b\"] { min-height: inherit; margin-left: -60px; padding: 0px !important; }[data-css=\"tve-u-1621a2e0d5b\"] { line-height: 1em !important; }[data-css=\"tve-u-1621a2247ba\"] { max-width: 100%; float: none; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; }#tve_editor [data-css=\"tve-u-1620af7eb3f\"] .tcb-button-link { font-size: 18px; color: rgb(15, 29, 123) !important; }#tve_editor [data-css=\"tve-u-1620af7eb3f\"]:hover strong { font-weight: 700 !important; }[data-css=\"tve-u-1620af7eb3f\"] { width: 268px; float: left; z-index: 3; position: relative; display: block; max-width: 268px; margin-bottom: 0px !important; margin-top: 0px !important; margin-left: 3px !important; }#tve_editor [data-css=\"tve-u-1620af7eb3f\"]:hover .tcb-button-link { color: rgb(255, 255, 255) !important; border-radius: 200px !important; overflow: hidden !important; font-family: Monda !important; font-weight: 400 !important; text-shadow: none !important; background-image: none !important; background-color: rgb(15, 29, 123) !important; }[data-css=\"tve-u-1620af7eb3f\"] .tcb-button-link { border-radius: 200px; min-height: 54.7619px; font-size: 1.33333em; padding-top: 0px; padding-bottom: 0px; background-image: none !important; background-color: rgb(255, 255, 255) !important; padding-right: 15px !important; }#tcb_landing_page a:not(.tcb-button-link).tve_state_hover { color: rgb(35, 55, 188); }#tcb_landing_page a:not(.tcb-button-link):hover { color: rgb(35, 55, 188); }#tcb_landing_page a:not(.tcb-button-link) { color: rgb(255, 255, 255); }#tcb_landing_page input strong { font-weight: 700; }#tcb_landing_page .tcb-button-link strong { font-weight: 700; }#tcb_landing_page p strong, #tcb_landing_page li strong { font-weight: 700; }#tcb_landing_page input { font-family: Merriweather; font-weight: 400; }#tcb_landing_page .tcb-button-link { font-family: Merriweather; font-weight: 400; }#tcb_landing_page p, #tcb_landing_page li { color: rgb(12, 12, 12); font-family: Merriweather; font-weight: 400; line-height: 1.5em; font-size: 16px; }#tcb_landing_page h6 { text-transform: uppercase; font-size: 14px; color: rgb(0, 0, 0); font-family: \"Special Elite\"; font-weight: 400; letter-spacing: 1px; line-height: 1.3em; }#tcb_landing_page h5 { font-size: 22px; color: rgb(12, 12, 12); font-family: \"Special Elite\"; font-weight: 400; line-height: 1.3em; }#tcb_landing_page h4 { font-size: 24px; color: rgb(12, 12, 12); font-family: \"Special Elite\"; font-weight: 400; line-height: 1.3em; }#tcb_landing_page h3 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(12, 12, 12); font-size: 26px; line-height: 1.3em; }#tcb_landing_page h2 { color: rgb(0, 0, 0); font-size: 30px; letter-spacing: 2px; text-transform: uppercase; line-height: 1.3em; font-family: \"Special Elite\"; font-weight: 400; }#tcb_landing_page h1 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(0, 0, 0); font-size: 42px; line-height: 1.3em; }[data-css=\"tve-u-15e09c94f7d\"] { background-color: rgb(231, 229, 229) !important; }[data-css=\"tve-u-1621b01355a\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621b01355a\"] { max-width: 274px; position: relative; float: left; z-index: 3; width: 100%; padding: 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-1621b028939\"] .tcb-button-link { font-size: 18px; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1621b028939\"]:hover strong { font-weight: 700 !important; }[data-css=\"tve-u-1621b028939\"] { display: block; max-width: 268px; width: 268px; top: 0px; left: 0px; float: left; z-index: 3; position: relative; margin-bottom: 0px !important; margin-top: 0px !important; }#tve_editor [data-css=\"tve-u-1621b028939\"]:hover .tcb-button-link { background-color: rgb(255, 255, 255) !important; color: rgb(15, 29, 123) !important; overflow: hidden !important; font-family: Monda !important; background-image: none !important; text-align: center !important; }[data-css=\"tve-u-1621b028939\"] .tcb-button-link { min-height: 54.7619px; font-size: 1.33333em; padding-top: 0px; padding-bottom: 0px; border: 1px solid rgb(255, 255, 255); border-radius: 30px; overflow: hidden; background-color: rgba(26, 188, 156, 0.01) !important; padding-right: 15px !important; color: rgb(26, 188, 156) !important; }[data-css=\"tve-u-1621b08fdde\"] { border-radius: 200px; overflow: hidden; border: 1px solid rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1621b01355a\"]:hover [data-css=\"tve-u-1621b08fdde\"] { border: 1px solid rgba(255, 255, 255, 0.4) !important; }[data-css=\"tve-u-1621b30ca74\"]::after { clear: both; }#tve_editor [data-css=\"tve-u-1621e942b65\"] { font-weight: 400; letter-spacing: 0px; color: rgb(255, 255, 255) !important; font-family: Poppins !important; font-size: 30px !important; }[data-css=\"tve-u-1621e94cb4e\"] { float: none; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621eaaedd8\"] { clip-path: url(\"#clip-bottom-a2b9cf3198d6f\"); -webkit-clip-path: url(\"#clip-bottom-a2b9cf3198d6f\");  background-image: none !important; background-color: rgb(5, 10, 42) !important; }[data-css=\"tve-u-1621eab272c\"] { border-radius: 200px; overflow: hidden; background-image: none !important; border: 3px solid rgb(255, 255, 255) !important; background-color: rgb(5, 10, 42) !important; }[data-css=\"tve-u-1621eacf6af\"] { max-width: 230px; float: none; z-index: 3; position: relative; padding: 0px !important; margin: 0px auto !important; }[data-css=\"tve-u-1621eb3eb9f\"] { clip-path: url(\"#clip-bottom-ac98bb0e54b3b\"); -webkit-clip-path: url(\"#clip-bottom-ac98bb0e54b3b\");  background-image: none !important; background-color: rgb(45, 51, 89) !important; }[data-css=\"tve-u-1621eb43d8d\"] { border-radius: 200px; overflow: hidden; background-image: none !important; border: 3px solid rgb(255, 255, 255) !important; background-color: rgb(45, 51, 89) !important; }[data-css=\"tve-u-1621eb7ccb0\"] { min-height: 530px; }[data-css=\"tve-u-1621eb81205\"] { padding: 0px 0px 20px !important; margin-top: -25px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621ebbbb6d\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621ebbbb6d\"] { max-width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1621ebf340c\"] { max-width: 230px; float: none; z-index: 3; position: relative; width: 100%; padding: 0px !important; margin: 0px auto !important; }[data-css=\"tve-u-1621ebfa746\"] { padding: 0px !important; margin-top: 0px !important; margin-bottom: 30px !important; }#tve_editor [data-css=\"tve-u-1621ebfe4ce\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ebff867\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ec009a8\"] { font-size: 16px !important; }[data-css=\"tve-u-1621ec09a3c\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; margin: 0px !important; }#tve_editor [data-css=\"tve-u-1621ec09a3c\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ec0c5bd\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; margin: 0px !important; }#tve_editor [data-css=\"tve-u-1621ec0c5bd\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ec15f6e\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ec15f6e\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ec204df\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ec204df\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ec20f68\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ec20f68\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ec21a31\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ec21a31\"] > :first-child { color: rgb(137, 141, 167); }#tve_editor [data-css=\"tve-u-1621ec241aa\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ec2704c\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ec298ab\"] { font-size: 16px !important; }[data-css=\"tve-u-1621ec6c39b\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621ec6c39b\"] { float: none; max-width: 110px; z-index: 4; padding: 0px !important; margin: -60px auto 30px !important; }[data-css=\"tve-u-1621ec752da\"] { min-height: 110px; }[data-css=\"tve-u-1621ec78d2c\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621ec78d2c\"] { float: none; max-width: 110px; z-index: 4; padding: 0px !important; margin: -60px auto 30px !important; }[data-css=\"tve-u-1621ec79a7d\"] { min-height: 110px; }[data-css=\"tve-u-1621ec7f21a\"] { min-height: 160px; }[data-css=\"tve-u-1621f154231\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-1621f154231\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin: 0px 0px -1px !important; }[data-css=\"tve-u-1621f15b521\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-1621f15b521\"] { float: right; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin-top: -1px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621f4ceaf7\"] { color: rgb(15, 29, 123) !important; }[data-css=\"tve-u-1621fb65556\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-1621fb65556\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-1621fb65556\"] { min-height: inherit; margin-left: -20px; padding: 0px !important; }[data-css=\"tve-u-1621fb68b97\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-1621fb68b97\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-1621fb68b97\"] { min-height: inherit; margin-left: -30px; padding: 30px !important; }[data-css=\"tve-u-1621fbacc60\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621fbcad8c\"] { padding: 0px !important; }[data-css=\"tve-u-1621fc0ce17\"] { padding: 0px !important; margin-bottom: 15px !important; }[data-css=\"tve-u-1621fd84d7b\"] { min-height: 480px; }[data-css=\"tve-u-1621fd8766c\"] { min-height: 150px; }[data-css=\"tve-u-1621fd9c946\"] { padding: 0px 0px 20px !important; margin-top: 0px !important; margin-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-1621fe1587d\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1621fe1725e\"] strong { font-weight: 800; }#tve_editor [data-css=\"tve-u-1621fe1725e\"] { font-weight: 400; letter-spacing: 0px; color: rgb(255, 255, 255) !important; font-family: Poppins !important; font-size: 30px !important; }#tve_editor [data-css=\"tve-u-1621fe1a1af\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1621fe1bd18\"] strong { font-weight: 800; }#tve_editor [data-css=\"tve-u-1621fe1bd18\"] { font-weight: 400; letter-spacing: 0px; color: rgb(255, 255, 255) !important; font-family: Poppins !important; font-size: 30px !important; }[data-css=\"tve-u-16223b080b0\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-16223b080b0\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-16223f02c16\"] { min-height: 62px; }[data-css=\"tve-u-16223fe5f5b\"] { padding: 0px !important; }[data-css=\"tve-u-16224439be1\"] { padding: 0px !important; }#tve_editor [data-css=\"tve-u-1622444fb11\"] { letter-spacing: 1px; color: rgb(137, 141, 167) !important; font-size: 14px !important; }#tve_editor [data-css=\"tve-u-16228c764b2\"] { font-size: 18px !important; }[data-css=\"tve-u-16229f6175c\"] { border: none; margin: 80px 0px 0px !important; background-image: none !important; }[data-css=\"tve-u-16229fa6a26\"] { border: none; box-shadow: none; padding: 0px 30px 30px !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-16229fa8c68\"] { border: none; padding: 0px 30px 30px !important; background-image: none !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col > .tcb-col { min-height: 244px; }[data-css=\"tve-u-16229ffbb7b\"] { margin-left: -30px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16248fc42a1\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-16248fc42a1\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-16248fc71c8\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-16249355087\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-16249355087\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-16249358652\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-16249358652\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-1624935a201\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-1624935a201\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-16249367114\"] { border: none; margin: 30px 0px 0px !important; background-image: none !important; }[data-css=\"tve-u-16249373b25\"] { border: none; padding: 0px 30px 30px !important; background-image: linear-gradient(rgb(248, 249, 251), rgb(248, 249, 251)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1624939a960\"] { border: none; box-shadow: none; padding: 0px 30px 30px !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-162493a03b0\"] > .tcb-flex-col > .tcb-col { min-height: 244px; }[data-css=\"tve-u-162493a03b0\"] { margin-left: -30px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-162493a03b0\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-162493b6b63\"] { border: none; background-image: none !important; padding: 0px 30px 30px !important; background-color: rgb(248, 249, 251) !important; }#tve_editor [data-css=\"tve-u-162493d5f13\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-162493d5f13\"] { font-size: 30px; width: 30px; height: 30px; top: 0px; left: 0px; display: block; position: static; z-index: 8; border-bottom: 1px solid rgb(10, 93, 165); border-top: none; border-right: none; border-left: none; border-image: initial; margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-162494b490e\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-162494b7ad0\"] { padding: 0px !important; margin-top: 25px !important; margin-left: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-1625389a3d5\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-1625389a3d5\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-1625389b4ed\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-1625389b4ed\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-162539ac577\"] { max-width: 39%; }[data-css=\"tve-u-162539ac57d\"] { max-width: 61%; }#tve_editor [data-css=\"tve-u-162539c17ec\"] { font-size: 16px !important; color: rgba(12, 12, 12, 0.7) !important; }[data-css=\"tve-u-16260c39a7e\"] { float: none; max-width: 100%; border-left: 1px solid rgba(15, 29, 123, 0.7); border-right: 1px solid rgba(15, 29, 123, 0.7); margin: 0px auto !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-16260c433e9\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-Rosie.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16260c5ff07\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-16260c5ff07\"] { float: right; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin: -1px 0px 0px !important; }[data-css=\"tve-u-16260c5ff0c\"]::after { clear: both; }[data-css=\"tve-u-16260d01208\"] { max-width: 37%; }[data-css=\"tve-u-16260d0120e\"] { max-width: 63%; }[data-css=\"tve-u-16260d39b83\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-16260d39b83\"] { float: right; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin-top: -1px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-16260d3b97e\"]::after { clear: both; }[data-css=\"tve-u-16260d3f4aa\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16260d3f4aa\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-16260d3f4aa\"] { min-height: inherit; margin-left: -30px; padding: 30px !important; }[data-css=\"tve-u-16260d3f4af\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-16260d3f4af\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-16260d3f4af\"] { min-height: inherit; margin-left: -20px; padding: 0px !important; }[data-css=\"tve-u-16260d5e4b8\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-Shawn.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16260d73672\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-16260d73672\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin-top: 0px !important; margin-bottom: -1px !important; }[data-css=\"tve-u-16260d8392c\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16260d8392c\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-16260d8392c\"] { min-height: inherit; margin-left: -30px; padding: 30px !important; }[data-css=\"tve-u-16260d8396c\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-16260d8396c\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-16260d8396c\"] { min-height: inherit; margin-left: -20px; padding: 0px !important; }[data-css=\"tve-u-16260da3aa7\"] { float: none; max-width: 100%; border-left: 1px solid rgba(15, 29, 123, 0.7); border-right: 1px solid rgba(15, 29, 123, 0.7); margin: 0px auto !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-162717cb600\"] { max-width: 58.2%; }[data-css=\"tve-u-162717cb601\"] { max-width: 41.8%; }[data-css=\"tve-u-162717cb609\"]::after { clear: both; }[data-css=\"tve-u-162717cb60a\"] { padding-right: 50px !important; padding-bottom: 80px !important; padding-top: 20px !important; }[data-css=\"tve-u-162717cb60b\"]::after { clear: both; }[data-css=\"tve-u-162717cb60b\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-162717cb60f\"] { padding: 0px !important; margin-bottom: 25px !important; }[data-css=\"tve-u-162717cb610\"] { padding: 0px !important; margin-bottom: 35px !important; box-shadow: none !important; }#tve_editor [data-css=\"tve-u-162717cb616\"] { text-shadow: rgb(0, 0, 0) 2px 2px 2px; text-transform: none !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-162717cb617\"] { margin-left: 0px; padding: 0px !important; }[data-css=\"tve-u-162717cb618\"] { max-width: none; margin-top: 0px !important; }[data-css=\"tve-u-162717cb620\"] { clip-path: url(\"#clip-bottom-c883ac5175045\"); -webkit-clip-path: url(\"#clip-bottom-c883ac5175045\");  opacity: 1; filter: grayscale(0%) blur(0px); background-image: linear-gradient(rgba(0, 0, 0, 0.46), rgba(0, 0, 0, 0.46)), url(\"https://bestcerakoteflorida.com/wp-content/uploads/2018/05/FTYS6743.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, fixed !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-162717cb609\"] { max-width: 1200px; min-height: 630px !important; }[data-css=\"tve-u-162717cb621\"] { z-index: 1; padding: 125px 40px 0px !important; margin-top: -130px !important; }[data-css=\"tve-u-162717d1bb6\"] { border-right: 1px solid rgba(255, 255, 255, 0.2); }[data-css=\"tve-u-162717d1bb7\"] { max-width: 23.7%; }[data-css=\"tve-u-162717d1bb9\"] { max-width: 42.9%; }[data-css=\"tve-u-162717d1bbc\"] { border-left: none; padding: 0px !important; }[data-css=\"tve-u-162717d1bbe\"] { border-bottom: 1px solid rgba(255, 255, 255, 0.2); float: none; width: 100%; position: relative; z-index: 10; max-width: 1600px; margin: 0px auto !important; }[data-css=\"tve-u-162717d1bbf\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-162717d1bbf\"] > .tcb-flex-col { padding-left: 17px; }[data-css=\"tve-u-162717d1bbf\"] { margin-left: -17px; min-height: inherit; padding: 5px 0px 0px 40px !important; }#tve_editor [data-css=\"tve-u-162717d1bbe\"] p, #tve_editor [data-css=\"tve-u-162717d1bbe\"] li, #tve_editor [data-css=\"tve-u-162717d1bbe\"] blockquote, #tve_editor [data-css=\"tve-u-162717d1bbe\"] address { font-size: 16px; }#tve_editor [data-css=\"tve-u-16271adf6cf\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-16271adf6cf\"] { font-size: 30px; width: 30px; height: 30px; top: 22px; left: 20px; border-bottom: 1px solid rgb(10, 93, 165); margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1641367e553\"] > :first-child { color: rgba(15, 29, 123, 0.12); }[data-css=\"tve-u-1641367e553\"] { font-size: 60px; float: none; box-shadow: none; width: 60px; height: 60px; margin: -55px auto 60px !important; padding-right: 17px !important; }[data-css=\"tve-u-16416e4fafd\"] { box-shadow: rgba(0, 0, 0, 0.02) 0px 2px 22px 0px; background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16416e603ab\"] { box-shadow: rgba(0, 0, 0, 0.12) 0px 3px 44px 0px; background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-164179a84b8\"] > .tve-cb { display: block; }[data-css=\"tve-u-164179a84b8\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-164179bced9\"] { border-right: none; padding: 3px 0px 0px !important; position: static !important; }[data-css=\"tve-u-16417b4cb9e\"] { padding: 0px 0px 50px !important; }[data-css=\"tve-u-16417b62c09\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-16417b662bf\"] { margin-top: 0px !important; margin-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-16417e5bd95\"] > :first-child { color: rgb(255, 255, 255); }[data-css=\"tve-u-16417e5bd95\"] { z-index: 4; position: relative; float: left; font-size: 25px !important; width: 25px !important; height: 25px !important; margin: 3px 15px 0px 0px !important; padding-left: 0px !important; }[data-css=\"tve-u-1641c1af44d\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1641c1b01a6\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1641c1b0a67\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1641c1b12d8\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }#tve_editor [data-css=\"tve-u-1641c1b33f9\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-1641c1b33f9\"] { font-size: 30px; width: 30px; height: 30px; top: 22px; left: 20px; border-bottom: 1px solid rgb(10, 93, 165); margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1641c1b456a\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-1641c1b456a\"] { font-size: 30px; width: 30px; height: 30px; top: 22px; left: 20px; border-bottom: 1px solid rgb(10, 93, 165); margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1641c1b52d3\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-1641c1b52d3\"] { font-size: 30px; width: 30px; height: 30px; top: 22px; left: 20px; border-bottom: 1px solid rgb(10, 93, 165); margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1641c1b60b4\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-1641c1b60b4\"] { font-size: 30px; width: 30px; height: 30px; top: 22px; left: 20px; border-bottom: 1px solid rgb(10, 93, 165); margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }#tcb_landing_page .tcb-plain-text { color: rgb(0, 0, 0); font-family: Merriweather; font-weight: 400; }#tcb_landing_page .tcb-plain-text strong { font-weight: 700; }[data-css=\"tve-u-162717d1bbe\"] p { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-162717d1bbe\"] h3 { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-1695981e7bb\"] { max-width: 33.3545%; }[data-css=\"tve-u-16959822de2\"] { width: 291px; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-16959846d3d\"] { margin-top: 0px !important; }[data-css=\"tve-u-16959cd1e7a\"] { margin-top: 10px !important; }[data-css=\"tve-u-1695a3002e2\"] .tcb-button-link { border-radius: 4px; border-bottom: 4px solid rgb(117, 0, 23); border-top-color: rgb(198, 225, 224); border-right-color: rgb(198, 225, 224); border-left-color: rgb(198, 225, 224); background-image: none !important; background-color: rgb(143, 2, 32) !important; padding-right: 25px !important; }#tve_editor [data-css=\"tve-u-1695a3002e2\"]:hover .tcb-button-link { background-color: rgb(132, 1, 28) !important; }#tve_editor [data-css=\"tve-u-1695a36117b\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1695d995f33\"] { box-shadow: none; margin: 0px 20px -25px !important; }#tve_editor [data-css=\"tve-u-1695d9d652a\"]:hover input, #tve_editor [data-css=\"tve-u-1695d9d652a\"]:hover textarea { box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 9px -3px !important; }#tve_editor [data-css=\"tve-u-1695d9d6528\"]:hover input, #tve_editor [data-css=\"tve-u-1695d9d6528\"]:hover textarea { box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 9px -3px !important; }#tve_editor [data-css=\"tve-u-1695d9d6526\"]:hover input, #tve_editor [data-css=\"tve-u-1695d9d6526\"]:hover textarea { box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 9px -3px !important; }#tve_editor [data-css=\"tve-u-1695d9d6529\"] { font-family: \"Courier New\", Courier, monospace; font-weight: 700; font-size: 13px; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1695d9d6527\"] { font-family: \"Courier New\", Courier, monospace; font-weight: 700; font-size: 13px; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1695d9d6525\"] { font-family: \"Courier New\", Courier, monospace; font-weight: 700; font-size: 13px; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1695d9d652a\"] input, [data-css=\"tve-u-1695d9d652a\"] textarea { box-shadow: rgba(0, 0, 0, 0.25) 0px 2px 9px -6px; background-image: none !important; }[data-css=\"tve-u-1695d9d6528\"] input, [data-css=\"tve-u-1695d9d6528\"] textarea { box-shadow: rgba(0, 0, 0, 0.25) 0px 2px 9px -6px; background-image: none !important; }[data-css=\"tve-u-1695d9d6526\"] input, [data-css=\"tve-u-1695d9d6526\"] textarea { box-shadow: rgba(0, 0, 0, 0.25) 0px 2px 9px -6px; background-image: none !important; }[data-css=\"tve-u-1695d9d6529\"] { text-transform: capitalize; letter-spacing: 1px; font-weight: normal !important; }[data-css=\"tve-u-1695d9d6527\"] { text-transform: capitalize; letter-spacing: 1px; font-weight: normal !important; }[data-css=\"tve-u-1695d9d6525\"] { text-transform: capitalize; letter-spacing: 1px; font-weight: normal !important; }#tve_editor [data-css=\"tve-u-1695d9d652a\"] input, #tve_editor [data-css=\"tve-u-1695d9d652a\"] textarea { border-radius: 4px; overflow: hidden; border: 1px solid rgb(237, 240, 243); }#tve_editor [data-css=\"tve-u-1695d9d6528\"] input, #tve_editor [data-css=\"tve-u-1695d9d6528\"] textarea { border-radius: 4px; overflow: hidden; border: 1px solid rgb(237, 240, 243); }#tve_editor [data-css=\"tve-u-1695d9d6526\"] input, #tve_editor [data-css=\"tve-u-1695d9d6526\"] textarea { border-radius: 4px; overflow: hidden; border: 1px solid rgb(237, 240, 243); }[data-css=\"tve-u-1695dd04208\"] { margin-bottom: 10px !important; border-radius: 11px; overflow: hidden; }#tve_editor [data-css=\"tve-u-1695dd27f6a\"] button { border-radius: 8px; background-image: none !important; background-color: rgb(143, 2, 32) !important; border-color: rgb(131, 148, 139); padding: 10px !important; font-weight: 400 !important; font-family: \"Special Elite\"; text-transform: uppercase; font-size: 17px; }#tve_editor [data-css=\"tve-u-1695dd27f6a\"]:hover button { background-color: rgb(75, 105, 89) !important; border-color: rgb(1, 2, 2) rgb(0, 0, 0) rgb(1, 2, 2) rgb(1, 2, 2) !important; }#tve_editor [data-css=\"tve-u-1695dd27f6a\"] { max-width: 30%; width: 30%; }[data-css=\"tve-u-1695dd27f6a\"] { margin-left: auto !important; margin-right: auto !important; float: none; }[data-css=\"tve-u-1695dd484d7\"] { border-radius: 11px; overflow: hidden; margin-bottom: 10px !important; }#tve_editor .thrv-content-box [data-css=\"tve-u-1621ee37f4a\"] p, #tve_editor .thrv-content-box [data-css=\"tve-u-1621ee37f4a\"] li, #tve_editor .thrv-content-box [data-css=\"tve-u-1621ee37f4a\"] blockquote, #tve_editor .thrv-content-box [data-css=\"tve-u-1621ee37f4a\"] address, #tve_editor .thrv-content-box [data-css=\"tve-u-1621ee37f4a\"] .tcb-plain-text, #tve_editor .thrv-content-box [data-css=\"tve-u-1621ee37f4a\"] label, #tve_editor .thrv-content-box [data-css=\"tve-u-1621ee37f4a\"] h1, #tve_editor .thrv-content-box [data-css=\"tve-u-1621ee37f4a\"] h2, #tve_editor .thrv-content-box [data-css=\"tve-u-1621ee37f4a\"] h3, #tve_editor .thrv-content-box [data-css=\"tve-u-1621ee37f4a\"] h4, #tve_editor .thrv-content-box [data-css=\"tve-u-1621ee37f4a\"] h5, #tve_editor .thrv-content-box [data-css=\"tve-u-1621ee37f4a\"] h6 { color: rgb(255, 255, 255); }#tve_editor [data-css=\"tve-u-1695d9d6526\"] input, #tve_editor [data-css=\"tve-u-1695d9d6526\"] input::placeholder, #tve_editor [data-css=\"tve-u-1695d9d6526\"] textarea, #tve_editor [data-css=\"tve-u-1695d9d6526\"] textarea::placeholder { color: rgb(0, 0, 0); }#tve_editor [data-css=\"tve-u-1695d9d6528\"] input, #tve_editor [data-css=\"tve-u-1695d9d6528\"] input::placeholder, #tve_editor [data-css=\"tve-u-1695d9d6528\"] textarea, #tve_editor [data-css=\"tve-u-1695d9d6528\"] textarea::placeholder { color: rgb(0, 0, 0); }#tve_editor [data-css=\"tve-u-1695d9d652a\"] input, #tve_editor [data-css=\"tve-u-1695d9d652a\"] input::placeholder, #tve_editor [data-css=\"tve-u-1695d9d652a\"] textarea, #tve_editor [data-css=\"tve-u-1695d9d652a\"] textarea::placeholder { color: rgb(0, 0, 0); }}@media (max-width: 1023px){[data-css=\"tve-u-1621ebfa746\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621eb037bb\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621ec78d2c\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621ec6c39b\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621b064668\"] { max-width: 49%; }[data-css=\"tve-u-1621b064646\"] { max-width: 51%; }[data-css=\"tve-u-1621b3c74d9\"] { max-width: 100%; }[data-css=\"tve-u-1621f0b0088\"] { min-height: 100px !important; }[data-css=\"tve-u-1621ee3afec\"] > .tve-cb { display: block; }[data-css=\"tve-u-1621e7ceab3\"] > .tve-cb { display: block; }[data-css=\"tve-u-1621ea50702\"] { float: none; width: 100%; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621ae4fd21\"] > .tve-cb { display: block; }[data-css=\"tve-u-162717cb60f\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-162717cb610\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-16223dad661\"] { padding-top: 20px !important; }[data-css=\"tve-u-1641367127b\"] { float: none; font-size: 50px; width: 50px; height: 50px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1641367e553\"] { float: none; font-size: 50px; width: 50px; height: 50px; margin: -44px auto 40px !important; padding-right: 12px !important; }[data-css=\"tve-u-1621e7b695a\"] { margin-bottom: 50px !important; }[data-css=\"tve-u-1621ee37f4a\"] { min-height: 262px; }[data-css=\"tve-u-1621ada1e7f\"] { padding: 50px 30px 50px 0px !important; }[data-css=\"tve-u-1621b072b4e\"] { max-width: 100%; }[data-css=\"tve-u-1621a2247ba\"] { margin-bottom: 60px !important; }[data-css=\"tve-u-16229f6175c\"] { margin-top: 0px !important; }[data-css=\"tve-u-162717cb60b\"] { height: calc(100% - -85px); margin-top: -85px !important; }[data-css=\"tve-u-162717cb617\"] .tcb-flex-col { flex-basis: 560px !important; }#tcb_landing_page h5 { line-height: 1.3em; }#tcb_landing_page h6 { line-height: 1.4em; }#tcb_landing_page p, #tcb_landing_page li { line-height: 1.5em; }[data-css=\"tve-u-1628a146aef\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1628a12f675\"] { margin-bottom: 40px !important; }[data-css=\"tve-u-1628a10d3b4\"] { margin-bottom: 40px !important; }[data-css=\"tve-u-162718bd0c0\"] { clip-path: url(\"#clip-tablet-top-a3b25e1c9221a\"); -webkit-clip-path: url(\"#clip-tablet-top-a3b25e1c9221a\");  background-color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-162717cb621\"] { z-index: 6; padding-top: 60px !important; margin-top: -90px !important; }[data-css=\"tve-u-162718a3b40\"] { max-width: 100%; min-height: 1px !important; }[data-css=\"tve-u-16271adf6cf\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-162493d5f13\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-162717fcf9d\"] { margin-top: -40px !important; padding-top: 90px !important; padding-left: 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-16260d3f4af\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16260d3f4aa\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1621fb65556\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1621fb68b97\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16260d8396c\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16260d8392c\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16260d39b83\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-16260c5ff07\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-16260ba2fa4\"] { padding: 50px 40px !important; }[data-css=\"tve-u-16260be7104\"] { max-width: 100%; }[data-css=\"tve-u-1621ebbbb6d\"] { margin-top: -1px !important; }[data-css=\"tve-u-1621eaaedd8\"] { clip-path: url(\"#clip-tablet-bottom-a2b9cf3198d6f\"); -webkit-clip-path: url(\"#clip-tablet-bottom-a2b9cf3198d6f\");  }[data-css=\"tve-u-1621e7e9950\"] { margin-top: -1px !important; }[data-css=\"tve-u-16229fa8c68\"] { padding: 0px 20px 20px !important; }[data-css=\"tve-u-1622f65ba70\"] { padding: 0px 20px 20px !important; }[data-css=\"tve-u-16249373b25\"] { padding-left: 20px !important; padding-right: 20px !important; padding-bottom: 20px !important; }[data-css=\"tve-u-162493b6b63\"] { padding-left: 20px !important; padding-bottom: 20px !important; padding-right: 20px !important; }[data-css=\"tve-u-16249367114\"] { margin-top: 20px !important; }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-1624935a201\"] { line-height: 1.3em !important; }[data-css=\"tve-u-16249358652\"] { line-height: 1.3em !important; }[data-css=\"tve-u-16249355087\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1625389b4ed\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1625389a3d5\"] { line-height: 1.3em !important; }[data-css=\"tve-u-16248fc42a1\"] { line-height: 1.3em !important; }[data-css=\"tve-u-162493a03b0\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-162493a03b0\"] .tcb-flex-col { flex-basis: 145px !important; }[data-css=\"tve-u-1622a159bcb\"] { float: none; max-width: 85%; margin: 0px auto !important; padding-top: 0px !important; }[data-css=\"tve-u-16229fa6a26\"] { margin-bottom: 20px !important; padding: 0px 20px 20px !important; }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16229ffbb7b\"] { min-height: inherit; margin-left: -20px; }[data-css=\"tve-u-1621ad46076\"] { margin-bottom: 0px !important; margin-top: 0px !important; padding: 50px 40px !important; }#tve_editor [data-css=\"tve-u-1621b028939\"] .tcb-button-link { font-size: 18px; }[data-css=\"tve-u-16223f02c16\"] { min-height: 54px; }[data-css=\"tve-u-1621b01355a\"] { max-width: 304px; padding: 2px !important; }[data-css=\"tve-u-1620af7eb3f\"] { float: none; z-index: 3; position: relative; display: block; max-width: 300px; width: 300px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621afda4fa\"] { max-width: 100%; margin-bottom: 30px !important; }[data-css=\"tve-u-16224716d62\"]::after { clear: both; }[data-css=\"tve-u-1621f0aa8f7\"] { margin-top: 0px !important; }[data-css=\"tve-u-1621e7e6c1d\"] { min-height: 150px; }[data-css=\"tve-u-1621e7edfd9\"] { clip-path: url(\"#clip-tablet-bottom-10ffac3b28f1d\"); -webkit-clip-path: url(\"#clip-tablet-bottom-10ffac3b28f1d\");  }[data-css=\"tve-u-1621ebf340c\"] { float: none; width: 100%; padding: 0px !important; margin-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621e7d5094\"] { min-height: 455px; }[data-css=\"tve-u-1621adea58b\"] > .tcb-flex-col > .tcb-col { justify-content: center; }[data-css=\"tve-u-16223dad661\"]::after { clear: both; }[data-css=\"tve-u-1621e8107f3\"] { float: none; margin-left: auto !important; margin-right: auto !important; margin-bottom: 20px !important; }[data-css=\"tve-u-16223b080b0\"] { float: none; margin-left: auto !important; margin-right: auto !important; margin-top: -1px !important; }[data-css=\"tve-u-1621eb3eb9f\"] { clip-path: url(\"#clip-tablet-bottom-ac98bb0e54b3b\"); -webkit-clip-path: url(\"#clip-tablet-bottom-ac98bb0e54b3b\");  }[data-css=\"tve-u-1621fe78878\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1621fe78878\"] { min-height: inherit; }#tve_editor [data-css=\"tve-u-1621e92e97f\"] { font-size: 22px !important; }#tve_editor [data-css=\"tve-u-1621e942b65\"] { letter-spacing: 0px; font-size: 1.5em !important; }#tve_editor [data-css=\"tve-u-1621fe1bd18\"] { letter-spacing: 0px; font-size: 1.5em !important; }#tve_editor [data-css=\"tve-u-1621fe1a1af\"] { font-size: 22px !important; }#tve_editor [data-css=\"tve-u-1621fe1725e\"] { letter-spacing: 0px; font-size: 1.5em !important; }#tve_editor [data-css=\"tve-u-1621fe1587d\"] { font-size: 22px !important; }[data-css=\"tve-u-1621ef118dc\"] { position: relative; top: 0px; left: 0px; width: 51%; margin-left: auto !important; margin-right: auto !important; float: none; }[data-css=\"tve-u-1621ee3afec\"] { padding: 25px 10px 5px !important; }[data-css=\"tve-u-1621ee63e1c\"] { max-width: none; margin-bottom: 5px !important; }[data-css=\"tve-u-1621ee74a24\"] { top: 0px; right: 0px; font-size: 45px; width: 45px; height: 45px; float: none; padding-left: 0px !important; margin: 0px auto !important; }[data-css=\"tve-u-1621ee18a1c\"] { margin-top: 40px !important; margin-left: 20px !important; margin-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-1621fdcb4ea\"] { letter-spacing: 1px; font-size: 1.5em !important; }[data-css=\"tve-u-1621ec7f21a\"] { min-height: 150px; }[data-css=\"tve-u-1621eacf6af\"] { float: none; max-width: 230px; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621fd9c946\"] { max-width: 380px; float: none; width: 100%; margin: 0px auto !important; padding-left: 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-1621eb81205\"] { margin-top: 0px !important; }[data-css=\"tve-u-1621eb7ccb0\"] { min-height: 455px; }[data-css=\"tve-u-1621fd8766c\"] { min-height: 150px; }[data-css=\"tve-u-1621fd84d7b\"] { min-height: 430px; }[data-css=\"tve-u-1621e7c7aa1\"] .tcb-flex-col { flex-basis: 300px !important; }#tve_editor [data-css=\"tve-u-1621e7a7350\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621e7c899a\"] { float: none; max-width: 100%; margin-left: auto !important; margin-right: auto !important; margin-top: 0px !important; }[data-css=\"tve-u-1621e7c7aa1\"] { margin-left: -20px; flex-direction: row; }[data-css=\"tve-u-1621e7c7aa1\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-1621b3c8c52\"] { padding: 50px 40px !important; }[data-css=\"tve-u-1621fc0ce17\"] { margin-top: 10px !important; margin-bottom: 7px !important; }[data-css=\"tve-u-1621fbcad8c\"] { padding-left: 0px !important; padding-right: 30px !important; }[data-css=\"tve-u-1621fbacc60\"] { max-width: 177px; }[data-css=\"tve-u-1621fb68b97\"] { margin-left: -15px; min-height: inherit; padding: 20px !important; }[data-css=\"tve-u-1621fb68b97\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-1621fb65556\"] { margin-left: -15px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-1621fb65556\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-1621b200375\"] { float: none; max-width: 100%; margin: 0px auto !important; }[data-css=\"tve-u-1621b0e4fb7\"] { max-width: 100%; float: none; z-index: 3; position: relative; margin-right: auto !important; margin-left: auto !important; margin-bottom: 20px !important; }#tve_editor [data-css=\"tve-u-1621b10fccf\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621ae0bec7\"] { background-image: none !important; margin-top: 0px !important; }[data-css=\"tve-u-1621ae6c8da\"] { clip-path: url(\"#clip-tablet-top-aa2c3e3c70555\"); -webkit-clip-path: url(\"#clip-tablet-top-aa2c3e3c70555\");  }[data-css=\"tve-u-1621adba9ef\"] { clip-path: url(\"#clip-tablet-top-52d5a36c151aa\"); -webkit-clip-path: url(\"#clip-tablet-top-52d5a36c151aa\");  }[data-css=\"tve-u-1621ad420c4\"] { max-width: 100%; min-height: 1px !important; }[data-css=\"tve-u-1621f45bed3\"] { padding: 0px !important; }[data-css=\"tve-u-1621ae4fd21\"] { max-width: 100%; left: 0px; top: 0px; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621ae4db6e\"] { min-height: 300px; }#tve_editor [data-css=\"tve-u-1621afd8c98\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621afcc0bf\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621afceb00\"] { max-width: 100%; margin-bottom: 30px !important; }[data-css=\"tve-u-1621a98b602\"] { stroke-dasharray: 534.071, 534.071; }[data-css=\"tve-u-1621a9750ae\"] { font-size: 14.45px !important; line-height: 14.45px !important; }[data-css=\"tve-u-1621a9a2867\"] { font-size: 51px !important; line-height: 51px !important; }[data-css=\"tve-u-1621a9a2866\"] { margin-top: 42.5px !important; }[data-css=\"tve-u-1621a96b190\"] { width: 153px !important; height: 153px !important; top: 8.5px !important; bottom: 8.5px !important; left: 8.5px !important; right: 8.5px !important; }[data-css=\"tve-u-1621a9685d4\"] { stroke-width: 18px !important; }[data-css=\"tve-u-1621a9a2862\"] { width: 170px !important; height: 170px !important; }[data-css=\"tve-u-1621a983587\"] { float: none; border: 20px solid rgba(137, 141, 167, 0.24); margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621a8b2488\"] { float: none; max-width: 100%; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621a8a804b\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1621a8a804b\"] { margin-left: -24px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-1621a8a804b\"] > .tcb-flex-col { padding-left: 24px; }#tve_editor [data-css=\"tve-u-1621a2e0d5b\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621b028939\"] { position: relative; float: left; z-index: 3; display: block; max-width: 300px; width: 300px; margin-top: 15px !important; }[data-css=\"tve-u-1621adea58b\"] { margin-left: -30px; }[data-css=\"tve-u-1621adea58b\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-1621ade6172\"] { max-width: 100%; position: static; }#tve_editor [data-css=\"tve-u-16248fc42a1\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-16249355087\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-16249358652\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-1624935a201\"] { font-size: 18px !important; }[data-css=\"tve-u-1624939a960\"] { margin-bottom: 0px !important; padding-bottom: 20px !important; padding-left: 20px !important; padding-right: 20px !important; }[data-css=\"tve-u-162493a03b0\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-162493a03b0\"] { min-height: inherit; margin-left: -20px; }#tve_editor [data-css=\"tve-u-1625389a3d5\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-1625389b4ed\"] { font-size: 18px !important; }[data-css=\"tve-u-16260c39a7e\"] { float: none; max-width: 100%; margin: 0px auto !important; }[data-css=\"tve-u-16260d3f4aa\"] { margin-left: -15px; min-height: inherit; padding: 20px !important; }[data-css=\"tve-u-16260d3f4aa\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-16260d3f4af\"] { margin-left: -15px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-16260d3f4af\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-16260d8392c\"] { margin-left: -15px; min-height: inherit; padding: 20px !important; }[data-css=\"tve-u-16260d8392c\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-16260d8396c\"] { margin-left: -15px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-16260d8396c\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-16260da3aa7\"] { float: none; max-width: 100%; margin: 0px !important; }[data-css=\"tve-u-162717cb609\"] { max-width: 100%; min-height: 1px !important; }[data-css=\"tve-u-162717cb60a\"] { padding: 0px !important; }[data-css=\"tve-u-162717cb618\"] { float: none; max-width: 100%; margin-top: 60px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-162717cb620\"] { clip-path: url(\"#clip-tablet-bottom-c883ac5175045\"); -webkit-clip-path: url(\"#clip-tablet-bottom-c883ac5175045\");  }[data-css=\"tve-u-162717d1bbf\"] { margin-left: 0px; padding: 25px 25px 0px !important; }[data-css=\"tve-u-162717d1bbf\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-162717d1bb7\"] { max-width: 51.3%; }[data-css=\"tve-u-162717d1bb9\"] { max-width: 15.3%; }[data-css=\"tve-u-162717d1bb6\"] { padding-left: 0px !important; }[data-css=\"tve-u-162717d1bbc\"] { border-left: none; border-right: none; padding-left: 30px !important; padding-bottom: 10px !important; }[data-css=\"tve-u-162717d1bbe\"] { max-width: 100%; margin-left: 0px !important; margin-right: 30px !important; }[data-css=\"tve-u-164179bced9\"] { border-right: none; padding-left: 30px !important; padding-right: 0px !important; }[data-css=\"tve-u-16417b62c09\"] { max-width: 177px; }[data-css=\"tve-u-16417b662bf\"] { max-width: 177px; }[data-css=\"tve-u-16417e5bd95\"] { font-size: 14px; width: 14px; height: 14px; margin-bottom: -14px !important; margin-left: 0px !important; }[data-css=\"tve-u-1641c1b33f9\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-1641c1b456a\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-1641c1b52d3\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-1641c1b60b4\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-16959822de2\"] { margin-right: 1px !important; padding-right: 10px !important; padding-top: 10px !important; }[data-css=\"tve-u-16959cd1e7a\"] { margin-top: 30px !important; margin-bottom: 10px !important; }[data-css=\"tve-u-1695a3002e2\"] { margin-top: 15px !important; }[data-css=\"tve-u-1695d995f33\"] { margin-top: 40px !important; margin-left: 20px !important; margin-bottom: 0px !important; }}@media (max-width: 767px){[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-16417e9d24e\"]::after { clear: both; }[data-css=\"tve-u-16417b70f47\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 0px !important; }[data-css=\"tve-u-1621e819c52\"] { min-height: 100px; }[data-css=\"tve-u-1621e8107f3\"] { max-width: 100px; }[data-css=\"tve-u-1621fd8766c\"] { min-height: 144px; }[data-css=\"tve-u-1621ec79a7d\"] { min-height: 100px; }[data-css=\"tve-u-1621ec78d2c\"] { max-width: 100px; }[data-css=\"tve-u-1621ec7f21a\"] { min-height: 144px; }[data-css=\"tve-u-1621e7e6c1d\"] { min-height: 144px; }[data-css=\"tve-u-16417b4cb9e\"] { padding-bottom: 30px !important; }[data-css=\"tve-u-1621ec752da\"] { min-height: 100px; }[data-css=\"tve-u-1621ec6c39b\"] { max-width: 100px; }[data-css=\"tve-u-1621fd84d7b\"] { min-height: 430px; }[data-css=\"tve-u-1621e7c7aa1\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16223dad661\"] { padding-top: 0px !important; }[data-css=\"tve-u-1621b3c74d9\"] { max-width: 100%; }[data-css=\"tve-u-1621eb81205\"] { max-width: 100%; margin-bottom: 20px !important; }[data-css=\"tve-u-1621e7ceab3\"] { max-width: 100%; margin-bottom: 20px !important; }[data-css=\"tve-u-1621f0b0088\"] { min-height: 120px !important; }[data-css=\"tve-u-1621f0da775\"] { float: none; width: 100%; max-width: 280px; margin: 0px auto 20px !important; }[data-css=\"tve-u-1621ee37f4a\"] { min-height: 260px; }[data-css=\"tve-u-1621ee3afec\"] > .tve-cb { display: flex; justify-content: center; flex-direction: column; }[data-css=\"tve-u-1621ee63e1c\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1641367127b\"] { font-size: 30px; width: 30px; height: 30px; }[data-css=\"tve-u-1641367e553\"] { float: none; font-size: 30px; width: 30px; height: 30px; margin: -30px auto 30px !important; padding-right: 10px !important; }[data-css=\"tve-u-1621ada1e7f\"] { padding: 0px !important; }[data-css=\"tve-u-162717cb617\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-162717cb617\"] { min-height: inherit; }[data-css=\"tve-u-16229fa6a26\"] { height: calc(100% - 21px); margin-bottom: 0px !important; margin-top: 21px !important; }[data-css=\"tve-u-1624939a960\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-162493a03b0\"] .tcb-flex-col { flex-basis: 400px !important; }[data-css=\"tve-u-1621a2247ba\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-162717cb60f\"] { margin-bottom: 25px !important; }[data-css=\"tve-u-162717d1bbf\"] .tcb-flex-col { flex-basis: 225px !important; }[data-css=\"tve-u-1621ee3afec\"] { max-width: 100%; padding: 10px !important; position: static !important; }#tve_editor [data-css=\"tve-u-1641333d7d1\"] { font-size: 14px !important; }[data-css=\"tve-u-162717cb60b\"] { margin-top: 0px !important; }[data-css=\"tve-u-162717cb621\"] { z-index: 2; padding-left: 20px !important; padding-right: 20px !important; margin-top: -160px !important; padding-top: 35px !important; }[data-css=\"tve-u-162717cb617\"] .tcb-flex-col { flex-basis: 435px !important; }[data-css=\"tve-u-16369305186\"] { float: none; width: 100%; max-width: 279px; z-index: 3; position: relative; margin: 0px auto !important; }#tcb_landing_page h6 { line-height: 1.4em; }#tcb_landing_page h5 { line-height: 1.3em; }#tcb_landing_page p, #tcb_landing_page li { font-size: 14px; }#tcb_landing_page h2 { font-size: 28px; }#tcb_landing_page h1 { font-size: 35px; }[data-css=\"tve-u-16260ba2fa4\"] { padding-bottom: 40px !important; padding-left: 20px !important; padding-right: 20px !important; }[data-css=\"tve-u-1628a10d3b4\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-1628a12f675\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-162717cb610\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-16271bfe70c\"] { padding: 0px !important; }[data-css=\"tve-u-162717fcf9d\"] { z-index: 1; margin-top: 0px !important; padding-top: 75px !important; padding-left: 20px !important; padding-right: 20px !important; border: none; }[data-css=\"tve-u-162718bd0c0\"] { clip-path: url(\"#clip-mobile-top-a3b25e1c9221a\"); -webkit-clip-path: url(\"#clip-mobile-top-a3b25e1c9221a\");  }[data-css=\"tve-u-1621eb3eb9f\"] { clip-path: url(\"#clip-mobile-bottom-ac98bb0e54b3b\"); -webkit-clip-path: url(\"#clip-mobile-bottom-ac98bb0e54b3b\");  }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col > .tcb-col { min-height: 155px; }[data-css=\"tve-u-16229ffbb7b\"] { min-height: inherit; margin-left: 0px; }[data-css=\"tve-u-16229fa8c68\"] { height: calc(100% - 28px); margin-bottom: 0px !important; margin-top: 20px !important; }[data-css=\"tve-u-1622f65ba70\"] { height: calc(100% - 20px); margin-bottom: 0px !important; margin-top: 20px !important; }[data-css=\"tve-u-16229f6175c\"] { margin-top: 0px !important; }[data-css=\"tve-u-1622a159bcb\"] { float: none; max-width: 100%; margin-left: auto !important; margin-right: auto !important; padding-top: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-16229ae62a7\"] { border-right: none; }#tve_editor [data-css=\"tve-u-16228c764b2\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-16228c75500\"] { font-size: 18px !important; }[data-css=\"tve-u-1621fb65556\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-1621a983587\"] { border: 20px solid rgba(137, 141, 167, 0.32); }[data-css=\"tve-u-1621ee74a24\"] { float: none; margin-left: auto !important; margin-right: auto !important; margin-bottom: 10px !important; }[data-css=\"tve-u-1621afda4fa\"] { max-width: 100%; margin-bottom: 20px !important; }[data-css=\"tve-u-16223f02c16\"] { min-height: 54px; }[data-css=\"tve-u-1621f0aa8f7\"] { margin-top: 0px !important; }#tve_editor [data-css=\"tve-u-1622444fb11\"] { letter-spacing: 0px; }[data-css=\"tve-u-16224439be1\"] { padding: 0px !important; }[data-css=\"tve-u-1621fb68b97\"] { padding: 0px !important; }[data-css=\"tve-u-1621afceb00\"] { max-width: 100%; margin-bottom: 30px !important; }[data-css=\"tve-u-1621b0e4fb7\"] { float: none; margin-right: auto !important; margin-bottom: 30px !important; padding-left: 0px !important; margin-left: auto !important; }[data-css=\"tve-u-1621ebf340c\"] { padding-bottom: 40px !important; }[data-css=\"tve-u-1621ea50702\"] { float: none; width: 100%; padding: 0px !important; margin-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621e7d5094\"] { min-height: 430px; }[data-css=\"tve-u-1621eb7ccb0\"] { min-height: 430px; }[data-css=\"tve-u-1621ee03000\"] { flex-direction: column; }[data-css=\"tve-u-16223fe5f5b\"] { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621f0d2c1a\"] { margin-left: 25px !important; margin-right: 25px !important; }[data-css=\"tve-u-1621ee18a1c\"] { margin: 0px 20px 20px 0px !important; }[data-css=\"tve-u-1621ef118dc\"] { top: 0px; width: 154px; position: relative; float: none; z-index: 5; left: 0px; margin: 5px auto 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-1621fd9c946\"] { max-width: 100%; margin-top: 0px !important; margin-left: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-16223fc9f23\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-1621e7c899a\"] { max-width: none; float: none; margin-top: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621b3c8c52\"] { padding: 40px 20px !important; }[data-css=\"tve-u-1621fbcad8c\"] { padding: 20px !important; }[data-css=\"tve-u-1621fb65556\"] { margin-left: 0px; padding: 0px !important; }[data-css=\"tve-u-1621fbacc60\"] { max-width: 126px; float: none; margin-left: auto !important; margin-right: auto !important; margin-top: 20px !important; }[data-css=\"tve-u-1621b200375\"] { float: none; margin-top: 0px !important; margin-left: auto !important; margin-right: auto !important; }#tve_editor [data-css=\"tve-u-1621b10fccf\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621b028939\"] { display: block; max-width: 100%; width: 100%; float: none; min-width: 100%; margin-left: auto !important; margin-right: auto !important; margin-top: 0px !important; }[data-css=\"tve-u-1621ae4db6e\"] { min-height: 270px; }[data-css=\"tve-u-1621ae6c8da\"] { clip-path: url(\"#clip-mobile-top-aa2c3e3c70555\"); -webkit-clip-path: url(\"#clip-mobile-top-aa2c3e3c70555\");  }[data-css=\"tve-u-1621adba9ef\"] { clip-path: url(\"#clip-mobile-top-52d5a36c151aa\"); -webkit-clip-path: url(\"#clip-mobile-top-52d5a36c151aa\");  }[data-css=\"tve-u-16223f02c16\"]::after { clear: both; }[data-css=\"tve-u-1621b01355a\"] { max-width: 100%; float: none; margin-left: auto !important; margin-right: auto !important; margin-bottom: 15px !important; }[data-css=\"tve-u-1620af7eb3f\"] { float: none; display: block; max-width: 100%; width: 100%; min-width: 100%; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621ae0bec7\"]::after { clear: both; }[data-css=\"tve-u-1621f45bed3\"] { padding: 40px 20px 0px !important; }[data-css=\"tve-u-1621ad46076\"] { margin: 0px !important; padding: 30px 20px !important; }[data-css=\"tve-u-1621adea58b\"] { flex-flow: row-reverse wrap-reverse !important; }[data-css=\"tve-u-1621ae4fd21\"] { margin-top: 0px !important; position: static !important; }[data-css=\"tve-u-1621a8b2488\"] { float: none; max-width: 100%; margin-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621a8a804b\"] { padding-left: 0px !important; padding-right: 0px !important; }#tve_editor [data-css=\"tve-u-1621a2e0d5b\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621e7c7aa1\"] { flex-direction: column; min-height: inherit; }[data-css=\"tve-u-16249367114\"] { margin-top: 0px !important; }[data-css=\"tve-u-16249373b25\"] { height: calc(100% - 20px); margin-bottom: 0px !important; background-image: linear-gradient(rgb(248, 249, 251), rgb(248, 249, 251)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; margin-top: 20px !important; }[data-css=\"tve-u-162493a03b0\"] > .tcb-flex-col > .tcb-col { min-height: 155px; }[data-css=\"tve-u-162493a03b0\"] { min-height: inherit; }[data-css=\"tve-u-162493b6b63\"] { height: calc(100% - 20px); margin-bottom: 0px !important; margin-top: 20px !important; }[data-css=\"tve-u-16260c39a7e\"] { float: none; margin-top: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-16260d3f4aa\"] { padding: 0px !important; }[data-css=\"tve-u-16260d3f4af\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-16260d3f4af\"] { margin-left: 0px; padding: 0px !important; }[data-css=\"tve-u-16260d8392c\"] { padding: 0px !important; }[data-css=\"tve-u-16260d8396c\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-16260d8396c\"] { margin-left: 0px; padding: 0px !important; }[data-css=\"tve-u-16260da3aa7\"] { float: none; margin-top: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-162717cb618\"] { margin: 140px 0px 0px !important; }[data-css=\"tve-u-162717cb620\"] { clip-path: url(\"#clip-mobile-bottom-c883ac5175045\"); -webkit-clip-path: url(\"#clip-mobile-bottom-c883ac5175045\");  opacity: 1; filter: grayscale(0%) blur(0px); background-image: linear-gradient(rgba(0, 0, 0, 0.51), rgba(0, 0, 0, 0.51)), url(\"https://bestcerakoteflorida.com/wp-content/uploads/2018/05/FTYS6743.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-162717cb60a\"] { padding: 0px !important; }#tve_editor [data-css=\"tve-u-162717cb616\"] { font-size: 27px !important; }[data-css=\"tve-u-162717d1bbf\"] > .tcb-flex-col { padding-left: 18px; }[data-css=\"tve-u-162717d1bbf\"] { margin-left: -18px; padding: 10px !important; flex-flow: row wrap !important; }[data-css=\"tve-u-162717d1bbe\"] { border-bottom: 1px solid rgba(255, 255, 255, 0.2); border-right: none; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-162717d1bbc\"] { border: none; padding-left: 0px !important; padding-right: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-162717d1bb6\"] { border: none; padding-top: 0px !important; padding-left: 0px !important; margin-bottom: 1px !important; margin-top: -5px !important; padding-bottom: 10px !important; }[data-css=\"tve-u-164179a84b8\"] { float: none; width: 100%; max-width: 155px; z-index: 3; position: relative; margin-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-164179bced9\"] { border-right: none; position: relative; max-width: 250px; float: none; padding-left: 0px !important; padding-right: 0px !important; margin-top: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-16417b62c09\"] { max-width: 126px; float: none; margin-left: auto !important; margin-right: auto !important; margin-top: 20px !important; }[data-css=\"tve-u-16417b662bf\"] { max-width: 126px; float: none; margin-left: auto !important; margin-right: auto !important; margin-top: 20px !important; }[data-css=\"tve-u-16417e5bd95\"] { margin: 3px 10px 0px 0px !important; }#tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] p, #tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] li, #tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] blockquote, #tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] address, #tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] .tcb-plain-text, #tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] label { font-size: 18px; }[data-css=\"tve-u-16959822de2\"] { float: none; padding-top: 10px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621ee58e74\"] { border-right: none !important; }[data-css=\"tve-u-1695d995f33\"] { margin: 0px 20px 20px 0px !important; }}'),(7005,580,'tve_revision_tve_user_custom_css',''),(7006,580,'tve_revision_tve_page_events','a:0:{}'),(7007,580,'tve_revision_tve_globals','a:2:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";s:8:\"font_cls\";a:0:{}}'),(7008,580,'tve_revision_tve_global_scripts',''),(7009,580,'tve_revision_thrive_icon_pack','0'),(7010,580,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(7011,580,'tve_revision_tve_has_masonry','0'),(7012,580,'tve_revision_tve_has_typefocus','0'),(7013,580,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-162717d1bbe\" wfd-id=\"472\"><div class=\"tcb-flex-row tcb-medium-no-wrap v-2 tcb--cols--3 m-edit tcb-mobile-wrap tcb-resized\" data-css=\"tve-u-162717d1bbf\" wfd-id=\"473\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1695981e7bb\" wfd-id=\"492\"><div class=\"tcb-col\" data-css=\"tve-u-16959846d3d\" wfd-id=\"494\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16959822de2\" wfd-id=\"495\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"496\"><img class=\"tve_image wp-image-465\" alt=\"\" width=\"384\" height=\"62\" title=\"Blackhawk_custom_header\" data-id=\"465\" src=\"https://bestcerakoteflorida.com/wp-content/uploads/2019/01/Blackhawk_custom_header.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717d1bb9\" style=\"\" wfd-id=\"485\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717d1bb6\" wfd-id=\"487\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-164179a84b8\" wfd-id=\"488\">\n<div class=\"tve-content-box-background\" wfd-id=\"491\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"489\"><div class=\"tcb-clear\" wfd-id=\"490\"></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717d1bb7\" style=\"\" wfd-id=\"474\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717d1bbc\" wfd-id=\"476\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16369305186\" wfd-id=\"477\">\n<div class=\"tve-content-box-background\" wfd-id=\"484\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16417e9d24e\" wfd-id=\"478\"><div class=\"tcb-clear\" wfd-id=\"482\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-16417e5bd95\" data-float=\"1\" wfd-id=\"483\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-envelope-regular\" data-name=\"\">\n            <path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path>\n        </svg></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-164179bced9\" wfd-id=\"479\"><p data-css=\"tve-u-1641333d7d1\"><a href=\"mailto:info@bestcerkoteflorida.com\" target=\"_blank\">info@bestcerakoteflorida.com</a></p></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-162717cb621\" data-value-type=\"percent\" wfd-id=\"444\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-162717cb620\" data-clip-id=\"c883ac5175045\" wfd-id=\"471\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-c883ac5175045\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"6\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.8949, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-c883ac5175045\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9476, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-c883ac5175045\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9651, 1 1, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-162717cb609\" wfd-id=\"445\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-162717cb618\" wfd-id=\"446\"><div class=\"tcb-flex-row tcb-medium-wrap tcb-resized v-2 tcb--cols--2\" data-css=\"tve-u-162717cb617\" wfd-id=\"447\"><div class=\"tcb-flex-col\" data-css=\"tve-u-162717cb601\" style=\"\" wfd-id=\"461\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717cb60a\" wfd-id=\"463\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h1\" data-css=\"tve-u-162717cb610\" wfd-id=\"467\"><h1 data-css=\"tve-u-162717cb616\" style=\"text-align: center;\">&nbsp;Protect What\'s Important To You! With The Toughest Ceramic Finish In The World!<span data-css=\"tve-u-16271ca808e\" style=\"color: rgb(0, 229, 255);\" wfd-id=\"470\"></span></h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162717cb60f\" wfd-id=\"464\"><p data-css=\"tve-u-1695a36117b\" style=\"text-align: center;\">Heat, Water, Salt and Sand just some of the conditions you face. And any one of them is just waiting to get a hold of your firearm and leave it a pile of rusted, pitted junk.</p><p data-css=\"tve-u-16413112747\" style=\"text-align: center;\">Unfortunately there wasn\'t much you could do other than keep cleaning and lubricating your firearms...till NOW!</p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717cb600\" style=\"\" wfd-id=\"448\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717cb60b\" wfd-id=\"450\"><div class=\"thrv_responsive_video thrv_wrapper rv_style_lifted_style2\" data-type=\"youtube\" data-rel=\"0\" data-url=\"https://www.youtube.com/watch?v=a1nyu9ZJiEk\" data-css=\"tve-u-16959cd1e7a\" data-modestbranding=\"1\" wfd-id=\"458\">\n	\n\n	<div class=\"tve_responsive_video_container\" wfd-id=\"459\">\n		<div class=\"video_overlay\" wfd-id=\"460\"></div>\n	<iframe data-code=\"TEOqV1Q16lU\" data-provider=\"youtube\" src=\"https://www.youtube.com/embed/TEOqV1Q16lU?rel=0&amp;modestbranding=1&amp;controls=1&amp;showinfo=1&amp;fs=1&amp;wmode=transparent\" data-src=\"https://www.youtube.com/embed/TEOqV1Q16lU?rel=0&amp;modestbranding=1&amp;controls=1&amp;showinfo=1&amp;fs=1&amp;wmode=transparent\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\n</div><div class=\"thrv_wrapper thrv-button tcb-with-icon\" data-css=\"tve-u-1695a3002e2\" data-tcb_hover_state_parent=\"\" data-button-style=\"border_1\" wfd-id=\"451\">\n	<a href=\"tel:1-954-848-1911\" class=\"tcb-button-link\" target=\"_blank\" rel=\"\"><span class=\"tcb-button-icon\" wfd-id=\"456\">\n	<div class=\"thrv_wrapper thrv_icon tve_no_drag tve_no_icons tcb-icon-inherit-style tcb-icon-display\" wfd-id=\"457\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-phone-plus-light\" data-name=\"\">\n            <path d=\"M8 128h88v88c0 4.4 3.6 8 8 8h16c4.4 0 8-3.6 8-8v-88h88c4.4 0 8-3.6 8-8v-16c0-4.4-3.6-8-8-8h-88V8c0-4.4-3.6-8-8-8h-16c-4.4 0-8 3.6-8 8v88H8c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8zM487.8 24.1L387 .8c-14.7-3.4-29.8 4.2-35.8 18.1l-46.5 108.5c-5.5 12.7-1.8 27.7 8.9 36.5l53.9 44.1c-34 69.2-90.3 125.6-159.6 159.6l-44.1-53.9c-8.8-10.7-23.8-14.4-36.5-8.9L18.9 351.3c-13.9 6-21.5 21-18.1 35.8L24 487.9C27.3 502 39.9 512 54.5 512 306.7 512 512 307.8 512 54.5c0-14.6-10-27.2-24.2-30.4zM55.1 480l-23-99.6 107.4-46 59.5 72.8c103.6-48.6 159.7-104.9 208.1-208.1l-72.8-59.5 46-107.4 99.6 23C479.7 289.7 289.6 479.7 55.1 480z\"></path>\n        </svg></div>\n</span>\n\n		<span class=\"tcb-button-texts\" wfd-id=\"452\"><span class=\"tcb-button-text thrv-inline-text\" wfd-id=\"453\">CALL NOW</span></span>\n	</a>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-162717fcf9d\" data-value-type=\"percent\" wfd-id=\"387\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-162718bd0c0\" data-clip-id=\"a3b25e1c9221a\" wfd-id=\"443\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0875\"></polygon></clipPath><clipPath id=\"clip-tablet-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"6\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.1051\"></polygon></clipPath><clipPath id=\"clip-mobile-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"1\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0175\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-162718a3b40\" wfd-id=\"388\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622a159bcb\" wfd-id=\"389\">\n<div class=\"tve-content-box-background\" wfd-id=\"442\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"390\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621a2247ba\" wfd-id=\"439\"><h2 data-css=\"tve-u-1621a2e0d5b\">our services</h2></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16229f6175c\" wfd-id=\"414\"><div class=\"tcb-flex-row tcb-medium-no-wrap tcb--cols--3 v-2\" data-css=\"tve-u-162493a03b0\" wfd-id=\"415\"><div class=\"tcb-flex-col\" wfd-id=\"430\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1624939a960\" data-tcb_hover_state_parent=\"\" wfd-id=\"432\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-162493d5f13\" data-float=\"1\" wfd-id=\"438\"><svg class=\"tcb-icon\" viewBox=\"0 0 14 28\" data-name=\"bolt\">\n<path d=\"M13.828 8.844c0.172 0.187 0.219 0.453 0.109 0.688l-8.437 18.078c-0.125 0.234-0.375 0.391-0.656 0.391-0.063 0-0.141-0.016-0.219-0.031-0.344-0.109-0.547-0.438-0.469-0.766l3.078-12.625-6.344 1.578c-0.063 0.016-0.125 0.016-0.187 0.016-0.172 0-0.359-0.063-0.484-0.172-0.187-0.156-0.25-0.391-0.203-0.609l3.141-12.891c0.078-0.297 0.359-0.5 0.688-0.5h5.125c0.391 0 0.703 0.297 0.703 0.656 0 0.094-0.031 0.187-0.078 0.281l-2.672 7.234 6.188-1.531c0.063-0.016 0.125-0.031 0.187-0.031 0.203 0 0.391 0.094 0.531 0.234z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"434\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-162494b490e\" wfd-id=\"435\"><h4 data-css=\"tve-u-16249355087\" style=\"text-align: left;\">Express exterior</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162494b7ad0\" wfd-id=\"433\"><p data-css=\"tve-u-162492e70ad\">Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"423\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162493b6b63\" data-tcb_hover_state_parent=\"\" wfd-id=\"425\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b456a\" wfd-id=\"429\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"adjust\">\n<path d=\"M12 22.5v-17c-4.688 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"427\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1af44d\" wfd-id=\"428\"><h4 data-css=\"tve-u-16249358652\" style=\"text-align: left;\">Interior clean</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"426\"><p data-css=\"tve-u-162492e70ad\">Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"416\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16249373b25\" wfd-id=\"418\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b52d3\" wfd-id=\"422\"><svg class=\"tcb-icon\" viewBox=\"0 0 26 28\" data-name=\"umbrella\">\n<path d=\"M14 12.938v9.063c0 2.172-1.828 4-4 4s-4-1.828-4-4c0-0.547 0.453-1 1-1s1 0.453 1 1c0 1.047 0.953 2 2 2s2-0.953 2-2v-9.063c0.328-0.109 0.656-0.172 1-0.172s0.672 0.063 1 0.172zM26 13.359c0 0.266-0.234 0.5-0.5 0.5-0.141 0-0.25-0.063-0.359-0.156-0.906-0.844-1.75-1.437-3.047-1.437-1.484 0-2.766 0.922-3.609 2.094-0.187 0.266-0.328 0.547-0.5 0.812-0.109 0.172-0.234 0.266-0.438 0.266-0.219 0-0.344-0.094-0.453-0.266-0.172-0.266-0.313-0.547-0.5-0.812-0.844-1.172-2.109-2.094-3.594-2.094s-2.75 0.922-3.594 2.094c-0.187 0.266-0.328 0.547-0.5 0.812-0.109 0.172-0.234 0.266-0.453 0.266-0.203 0-0.328-0.094-0.438-0.266-0.172-0.266-0.313-0.547-0.5-0.812-0.844-1.172-2.125-2.094-3.609-2.094-1.297 0-2.141 0.594-3.047 1.437-0.109 0.094-0.219 0.156-0.359 0.156-0.266 0-0.5-0.234-0.5-0.5 0-0.047 0-0.078 0.016-0.109 1.437-5.906 7.141-9.25 12.984-9.25 5.812 0 11.578 3.344 12.984 9.25 0.016 0.031 0.016 0.063 0.016 0.109zM14 2v1.531c-0.328-0.016-0.672-0.031-1-0.031s-0.672 0.016-1 0.031v-1.531c0-0.547 0.453-1 1-1s1 0.453 1 1z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"420\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b01a6\" wfd-id=\"421\"><h4 data-css=\"tve-u-1624935a201\" style=\"text-align: left;\">Wax protection</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"419\"><p data-css=\"tve-u-162492e70ad\">Etiam pharetra, erat sed fermentum feugiat, velit mauris</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16249367114\" wfd-id=\"391\"><div class=\"tcb-flex-row tcb-medium-no-wrap tcb--cols--3 v-2\" data-css=\"tve-u-16229ffbb7b\" wfd-id=\"392\"><div class=\"tcb-flex-col\" wfd-id=\"407\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229fa6a26\" wfd-id=\"409\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b33f9\" wfd-id=\"413\"><svg class=\"tcb-icon\" viewBox=\"0 0 26 28\" data-name=\"magic\">\n<path d=\"M18.594 9.078l4.578-4.578-1.672-1.672-4.578 4.578zM25.578 4.5c0 0.266-0.094 0.516-0.281 0.703l-20.094 20.094c-0.187 0.187-0.438 0.281-0.703 0.281s-0.516-0.094-0.703-0.281l-3.094-3.094c-0.187-0.187-0.281-0.438-0.281-0.703s0.094-0.516 0.281-0.703l20.094-20.094c0.187-0.187 0.438-0.281 0.703-0.281s0.516 0.094 0.703 0.281l3.094 3.094c0.187 0.187 0.281 0.438 0.281 0.703zM4.469 1.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531zM9.938 4.062l3.063 0.938-3.063 0.938-0.938 3.063-0.938-3.063-3.063-0.938 3.063-0.938 0.938-3.063zM24.469 11.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531zM14.469 1.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"411\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b0a67\" wfd-id=\"412\"><h4 data-css=\"tve-u-16248fc42a1\" style=\"text-align: left;\">Dust &amp; Dash Console</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"410\"><p data-css=\"tve-u-162492e70ad\">Duis sed odio sit amet nibh vulputate cursus a sit amet mauris.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"400\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1622f65ba70\" wfd-id=\"402\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b60b4\" wfd-id=\"406\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"certificate\">\n<path d=\"M21.5 14l2.156 2.109c0.297 0.281 0.406 0.703 0.313 1.094-0.109 0.391-0.422 0.703-0.812 0.797l-2.938 0.75 0.828 2.906c0.109 0.391 0 0.812-0.297 1.094-0.281 0.297-0.703 0.406-1.094 0.297l-2.906-0.828-0.75 2.938c-0.094 0.391-0.406 0.703-0.797 0.812-0.094 0.016-0.203 0.031-0.297 0.031-0.297 0-0.594-0.125-0.797-0.344l-2.109-2.156-2.109 2.156c-0.281 0.297-0.703 0.406-1.094 0.313-0.406-0.109-0.703-0.422-0.797-0.812l-0.75-2.938-2.906 0.828c-0.391 0.109-0.812 0-1.094-0.297-0.297-0.281-0.406-0.703-0.297-1.094l0.828-2.906-2.938-0.75c-0.391-0.094-0.703-0.406-0.812-0.797-0.094-0.391 0.016-0.812 0.313-1.094l2.156-2.109-2.156-2.109c-0.297-0.281-0.406-0.703-0.313-1.094 0.109-0.391 0.422-0.703 0.812-0.797l2.938-0.75-0.828-2.906c-0.109-0.391 0-0.812 0.297-1.094 0.281-0.297 0.703-0.406 1.094-0.297l2.906 0.828 0.75-2.938c0.094-0.391 0.406-0.703 0.797-0.797 0.391-0.109 0.812 0 1.094 0.297l2.109 2.172 2.109-2.172c0.281-0.297 0.688-0.406 1.094-0.297 0.391 0.094 0.703 0.406 0.797 0.797l0.75 2.938 2.906-0.828c0.391-0.109 0.812 0 1.094 0.297 0.297 0.281 0.406 0.703 0.297 1.094l-0.828 2.906 2.938 0.75c0.391 0.094 0.703 0.406 0.812 0.797 0.094 0.391-0.016 0.812-0.313 1.094z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"404\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b12d8\" wfd-id=\"405\"><h4 data-css=\"tve-u-1625389a3d5\" style=\"text-align: left;\">Triple Foam Polish</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"403\"><p data-css=\"tve-u-162492e70ad\">Class aptent taciti sociosqu ad litora torquent</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"393\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229fa8c68\" wfd-id=\"395\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-16271adf6cf\" wfd-id=\"399\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"bullseye\">\n<path d=\"M16 14c0 2.203-1.797 4-4 4s-4-1.797-4-4 1.797-4 4-4 4 1.797 4 4zM18 14c0-3.313-2.688-6-6-6s-6 2.688-6 6 2.688 6 6 6 6-2.688 6-6zM20 14c0 4.422-3.578 8-8 8s-8-3.578-8-8 3.578-8 8-8 8 3.578 8 8zM22 14c0-5.516-4.484-10-10-10s-10 4.484-10 10 4.484 10 10 10 10-4.484 10-10zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"397\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-16248fc71c8\" wfd-id=\"398\"><h4 data-css=\"tve-u-1625389b4ed\" style=\"text-align: left;\">Tire dressing</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"396\"><p data-css=\"tve-u-162492e70ad\">Etiam pharetra, erat sed fermentum feugiat, velit mauris</p></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621ad46076\" wfd-id=\"347\">\n<div class=\"tve-page-section-out\" wfd-id=\"386\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621b072b4e\" wfd-id=\"348\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621a8b2488\" wfd-id=\"349\"><div class=\"tcb-flex-row tcb--cols--2 v-2\" data-css=\"tve-u-1621a8a804b\" wfd-id=\"350\"><div class=\"tcb-flex-col\" wfd-id=\"362\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16271bfe70c\" wfd-id=\"364\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h3\" data-css=\"tve-u-1621a8c4313\" wfd-id=\"383\"><h3><strong>Complete cleaning services for yoâ€‹ur car</strong></h3></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-16417b70f47\" wfd-id=\"365\"><ul class=\"tcb-styled-list\" wfd-id=\"366\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621acf0289\" wfd-id=\"377\"><div class=\"tcb-styled-list-icon\" wfd-id=\"381\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a8e11f3\" wfd-id=\"382\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ace1b08\" wfd-id=\"378\">We are a small business delivering professional cleaning services for all vehicles</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621acf64fb\" wfd-id=\"373\"><div class=\"tcb-styled-list-icon\" wfd-id=\"375\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a8e5625\" wfd-id=\"376\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ace4de9\" wfd-id=\"374\">Our services are convenient for individuals and corporate fleets</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"367\"><div class=\"tcb-styled-list-icon\" wfd-id=\"371\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a9076ef\" wfd-id=\"372\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621acf47d2\" wfd-id=\"368\">We use eco-friendly products that actually clean, protect and maintain your car better than the traditional cleaning substances</span></li></ul></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"351\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621a90a46f\" wfd-id=\"353\"><div class=\"thrv_wrapper thrv-fill-counter tve_red tve_normalfc thrv_data_element\" data-css=\"tve-u-1621a983587\" wfd-id=\"354\">\n<div class=\"tve_fill_counter_n\" style=\"\" data-fill=\"100\" data-css=\"tve-u-1621a98b602\" wfd-id=\"355\">\n<svg viewBox=\"0 0 160 160\" class=\"tve_fill_counter_circle\" shape-rendering=\"optimizeSpeed\" data-css=\"tve-u-1621a9a2862\">\n<circle class=\"tve_fill_counter_circle_inner\" r=\"80\" cx=\"80\" cy=\"80\" data-css=\"tve-u-1621a9685d4\"></circle>\n</svg>\n<div class=\"tve_fill_text_in\" data-css=\"tve-u-1621a96b190\" wfd-id=\"356\">\n<div class=\"tve_fill_text_value\" data-css=\"tve-u-1621a9a2866\" wfd-id=\"358\">\n<div class=\"thrv-inline-text tve_fill_text tve_editable\" data-css=\"tve-u-1621a9a2867\" wfd-id=\"359\"><strong>100%â€‹</strong></div>\n</div>\n<div class=\"thrv-inline-text tve_editable tve_data_element_label\" data-css=\"tve-u-1621a9750ae\" wfd-id=\"357\">Clean car</div>\n</div>\n</div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621ada1e7f\" data-value-type=\"percent\" wfd-id=\"309\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621adba9ef\" data-clip-id=\"52d5a36c151aa\" wfd-id=\"346\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-52d5a36c151aa\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0875\"></polygon></clipPath><clipPath id=\"clip-tablet-top-52d5a36c151aa\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0524\"></polygon></clipPath><clipPath id=\"clip-mobile-top-52d5a36c151aa\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0349\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621ad420c4\" wfd-id=\"310\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621ade6172\" wfd-id=\"311\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2 tcb-row-reversed-mobile tcb-mobile-edit v-2\" data-css=\"tve-u-1621adea58b\" wfd-id=\"312\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621b064646\" style=\"\" wfd-id=\"340\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ae0bec7\" wfd-id=\"342\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ae4fd21\" data-value-type=\"percent\" data-float=\"1\" wfd-id=\"343\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621ae6c8da\" data-clip-id=\"aa2c3e3c70555\" wfd-id=\"345\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0349\"></polygon></clipPath><clipPath id=\"clip-tablet-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"4\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0699\"></polygon></clipPath><clipPath id=\"clip-mobile-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"4\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0699\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb\" data-css=\"tve-u-1621ae4db6e\" wfd-id=\"344\"></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621b064668\" style=\"\" wfd-id=\"313\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621f45bed3\" wfd-id=\"315\"><div class=\"tcb-clear\" data-css=\"tve-u-16224848ee5\" wfd-id=\"336\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621afceb00\" wfd-id=\"337\"><h2 data-css=\"tve-u-1621afcc0bf\">Check Out Our Special Offer!</h2></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621afda4fa\" wfd-id=\"335\"><p data-css=\"tve-u-1621afd8c98\">Donâ€™t miss the opportunity to get 50% discount on a complete cleaning just by recommending us to a friend. Bring someone you know with you and clean you car half price!</p></div><div class=\"tcb-clear\" data-css=\"tve-u-16224834cab\" wfd-id=\"316\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621fe85996\" wfd-id=\"317\"><div class=\"tcb-flex-row tcb--cols--2 tcb-resized tcb-medium-wrap tcb-desktop-wrap\" data-css=\"tve-u-1621fe78878\" wfd-id=\"318\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621fe94086\" style=\"\" wfd-id=\"326\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"328\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621b01355a\" wfd-id=\"329\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621b08fdde\" data-tcb_hover_state_parent=\"1\" wfd-id=\"334\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16223f02c16\" wfd-id=\"330\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-1620af7eb3f\" data-tcb_hover_state_parent=\"\" data-button-style=\"full_rounded\" wfd-id=\"331\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"332\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-16228c75500\" wfd-id=\"333\"><strong>Request an appointment</strong></span></span>\n</a>\n</div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621fe940b9\" style=\"\" wfd-id=\"319\"><div class=\"tcb-col\" wfd-id=\"321\"><div class=\"tcb-clear\" data-css=\"tve-u-16224716d62\" wfd-id=\"322\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-1621b028939\" data-tcb_hover_state_parent=\"\" data-button-style=\"ghost\" wfd-id=\"323\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"324\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-16228c764b2\" wfd-id=\"325\"><strong>Call Now: 0400-700-682</strong></span></span>\n</a>\n</div></div></div></div></div></div></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16260ba2fa4\" wfd-id=\"210\">\n<div class=\"tve-page-section-out\" wfd-id=\"308\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16260be7104\" wfd-id=\"211\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621b0e4fb7\" wfd-id=\"307\"><h2 data-css=\"tve-u-1621b10fccf\" style=\"text-align: center;\">our happy clients</h2></div><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641367127b\" data-float=\"1\" wfd-id=\"306\"><svg class=\"tcb-icon\" viewBox=\"0 0 30 32\" data-name=\"quote-left\">\n<path d=\"M13.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429zM29.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641367e553\" wfd-id=\"305\"><svg class=\"tcb-icon\" viewBox=\"0 0 30 32\" data-name=\"quote-left\">\n<path d=\"M13.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429zM29.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a10d3b4\" wfd-id=\"276\">\n<div class=\"tve-content-box-background\" wfd-id=\"304\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"277\"><div class=\"tcb-clear\" data-css=\"tve-u-1621b300a64\" wfd-id=\"302\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-1621f154231\" wfd-id=\"303\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621b200375\" wfd-id=\"280\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-16260d8392c\" wfd-id=\"281\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"286\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"288\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16417b62c09\" wfd-id=\"289\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-16260d8396c\" wfd-id=\"290\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16260d01208\" style=\"\" wfd-id=\"296\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"298\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"299\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16225617da3\" wfd-id=\"301\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"300\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16260d0120e\" style=\"\" wfd-id=\"291\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"293\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"295\"><h5>Brett Graham, 28</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"294\"><h6 class=\"\">Architect</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"282\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"284\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"285\"><p data-css=\"tve-u-162539c17ec\">Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit. Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit.&nbsp;</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-16260c5ff0c\" wfd-id=\"278\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260c5ff07\" wfd-id=\"279\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a12f675\" wfd-id=\"245\">\n<div class=\"tve-content-box-background\" wfd-id=\"275\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"246\"><div class=\"tcb-clear\" data-css=\"tve-u-16260cd7683\" wfd-id=\"273\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260d73672\" wfd-id=\"274\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16260da3aa7\" wfd-id=\"249\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-1621fb68b97\" wfd-id=\"250\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"257\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"259\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16417b662bf\" wfd-id=\"260\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-1621fb65556\" wfd-id=\"261\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16229915e1a\" style=\"\" wfd-id=\"267\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"269\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"270\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16260c433e9\" wfd-id=\"272\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"271\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16229915e4e\" style=\"\" wfd-id=\"262\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"264\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"266\"><h5>Rosie Hanson, 24</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"265\"><h6 class=\"\">Real estate Associate</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"251\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"253\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"254\"><p data-css=\"tve-u-162539c17ec\">Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo.</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-16260d3b97e\" wfd-id=\"247\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260d39b83\" wfd-id=\"248\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a146aef\" wfd-id=\"212\">\n<div class=\"tve-content-box-background\" wfd-id=\"244\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"213\"><div class=\"tcb-clear\" data-css=\"tve-u-16260cd7683\" wfd-id=\"242\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260cd622f\" wfd-id=\"243\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16260c39a7e\" wfd-id=\"216\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-16260d3f4aa\" wfd-id=\"217\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"224\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"226\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621fbacc60\" wfd-id=\"227\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-16260d3f4af\" wfd-id=\"228\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16229915e1a\" style=\"\" wfd-id=\"236\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"238\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"239\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16260d5e4b8\" wfd-id=\"241\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"240\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16229915e4e\" style=\"\" wfd-id=\"229\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"231\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"235\"><h5>Shawn Mattews, 35</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"232\"><h6 class=\"\">project manager</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"218\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"220\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"221\"><p data-css=\"tve-u-162539c17ec\">Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo. Nullam ac urna eu felis.Sed non neque elit. Sed ut imperdiet nisi. Proin condimentum</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1621b30ca74\" wfd-id=\"214\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-1621f15b521\" wfd-id=\"215\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621b3c8c52\" wfd-id=\"98\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621b3cfc7b\" wfd-id=\"209\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621b3c74d9\" wfd-id=\"99\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621e7b695a\" wfd-id=\"206\"><h2 data-css=\"tve-u-1621e7a7350\" style=\"text-align: center;\">our offers</h2></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621e7c899a\" wfd-id=\"100\"><div class=\"tcb-flex-row tcb--cols--3 tcb-medium-wrap v-2\" data-css=\"tve-u-1621e7c7aa1\" wfd-id=\"101\"><div class=\"tcb-flex-col\" wfd-id=\"168\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16223fc9f23\" wfd-id=\"170\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e7ceab3\" style=\"\" wfd-id=\"171\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16416e4fafd\" wfd-id=\"205\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e7d5094\" wfd-id=\"172\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e7e9950\" data-value-type=\"percent\" style=\"\" wfd-id=\"201\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e7edfd9\" data-clip-id=\"10ffac3b28f1d\" wfd-id=\"204\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-10ffac3b28f1d\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-10ffac3b28f1d\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e7e6c1d\" wfd-id=\"202\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-16417b4cb9e\" wfd-id=\"203\"><h4 data-css=\"tve-u-1621fe1a1af\" style=\"text-align: center;\"><strong>Basic Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ec6c39b\" data-float=\"1\" wfd-id=\"197\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e81f424\" wfd-id=\"200\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec752da\" wfd-id=\"198\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"199\"><h4 data-css=\"tve-u-1621fe1bd18\" style=\"text-align: center;\"><strong>15$</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621ea50702\" wfd-id=\"173\"><ul class=\"tcb-styled-list\" wfd-id=\"174\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec3a5c0\" wfd-id=\"193\"><div class=\"tcb-styled-list-icon\" wfd-id=\"195\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec204df\" wfd-id=\"196\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec241aa\" wfd-id=\"194\">Interior vacuum</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"189\"><div class=\"tcb-styled-list-icon\" wfd-id=\"191\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec20f68\" wfd-id=\"192\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec2704c\" wfd-id=\"190\">Dust &amp;dash console</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec42aa7\" wfd-id=\"183\"><div class=\"tcb-styled-list-icon\" wfd-id=\"187\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec21a31\" wfd-id=\"188\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec298ab\" wfd-id=\"184\">Hand towel dry</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec43fe2\" wfd-id=\"179\"><div class=\"tcb-styled-list-icon\" wfd-id=\"181\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ea1fba7\" wfd-id=\"182\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea23322\" wfd-id=\"180\">Clean windows</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec454d9\" wfd-id=\"175\"><div class=\"tcb-styled-list-icon\" wfd-id=\"177\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ea295c0\" wfd-id=\"178\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea2c69a\" wfd-id=\"176\">Soft cloth wash</span></li></ul></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"135\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"137\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621eb81205\" style=\"\" wfd-id=\"138\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16416e603ab\" wfd-id=\"167\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621eb7ccb0\" wfd-id=\"139\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ebbbb6d\" data-value-type=\"percent\" wfd-id=\"163\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eaaedd8\" data-clip-id=\"a2b9cf3198d6f\" wfd-id=\"166\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-a2b9cf3198d6f\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-a2b9cf3198d6f\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec7f21a\" wfd-id=\"164\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e930bd7\" wfd-id=\"165\"><h4 data-css=\"tve-u-1621e92e97f\" style=\"text-align: center;\"><strong>Ultimate Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ec78d2c\" data-float=\"1\" wfd-id=\"159\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eab272c\" wfd-id=\"162\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec79a7d\" wfd-id=\"160\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"161\"><h4 data-css=\"tve-u-1621e942b65\" style=\"text-align: center;\"><strong>22 $</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621ebfa746\" wfd-id=\"156\"><p data-css=\"tve-u-1621f4ceaf6\" style=\"text-align: center;\">Includes basic service <span data-css=\"tve-u-1621f4ceaf7\" style=\"color: rgb(15, 29, 123);\" wfd-id=\"157\"><strong class=\"\"><span data-css=\"tve-u-1621f4ceafb\" wfd-id=\"158\">+</span></strong></span></p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621ebf340c\" wfd-id=\"140\"><ul class=\"tcb-styled-list\" wfd-id=\"141\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-164137a0b1f\" wfd-id=\"150\"><div class=\"tcb-styled-list-icon\" wfd-id=\"154\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec0c5bd\" wfd-id=\"155\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ebfe4ce\" wfd-id=\"151\">Triple foam conditiner</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec04541\" wfd-id=\"146\"><div class=\"tcb-styled-list-icon\" wfd-id=\"148\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec09a3c\" wfd-id=\"149\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ebff867\" wfd-id=\"147\">Tire dressing</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec05cc3\" wfd-id=\"142\"><div class=\"tcb-styled-list-icon\" wfd-id=\"144\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec15f6e\" wfd-id=\"145\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec009a8\" wfd-id=\"143\">Air freshner</span></li></ul></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"102\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16223dad661\" wfd-id=\"104\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621fd9c946\" style=\"\" wfd-id=\"105\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e7d234c\" wfd-id=\"134\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621fd84d7b\" wfd-id=\"106\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16223b080b0\" data-value-type=\"percent\" wfd-id=\"128\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eb3eb9f\" data-clip-id=\"ac98bb0e54b3b\" wfd-id=\"133\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621fd8766c\" wfd-id=\"129\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e930bd7\" wfd-id=\"130\"><h4 data-css=\"tve-u-1621fe1587d\" style=\"text-align: center;\"><strong>Supreme Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e8107f3\" wfd-id=\"124\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eb43d8d\" wfd-id=\"127\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e819c52\" wfd-id=\"125\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"126\"><h4 data-css=\"tve-u-1621fe1725e\" style=\"text-align: center;\"><strong>30 $</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621eb037bb\" wfd-id=\"121\"><p data-css=\"tve-u-1621f4d0451\" style=\"text-align: center;\">Includes ultimate service <span data-css=\"tve-u-1621eaff572\" style=\"color: rgb(15, 29, 123);\" wfd-id=\"122\"><strong class=\"\"><span data-css=\"tve-u-1621eb01b60\" wfd-id=\"123\">+</span></strong></span></p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621eacf6af\" wfd-id=\"107\"><ul class=\"tcb-styled-list\" wfd-id=\"108\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec36a4d\" wfd-id=\"117\"><div class=\"tcb-styled-list-icon\" wfd-id=\"119\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e9993aa\" wfd-id=\"120\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea1a5d7\" wfd-id=\"118\">Exterior trim dressing</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"113\"><div class=\"tcb-styled-list-icon\" wfd-id=\"115\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e99b1db\" wfd-id=\"116\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea19a06\" wfd-id=\"114\">Hand applied spray wax</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec37ea5\" wfd-id=\"109\"><div class=\"tcb-styled-list-icon\" wfd-id=\"111\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e99c314\" wfd-id=\"112\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea18c5d\" wfd-id=\"110\">Interior conditioner</span></li></ul></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621efddaaf\" wfd-id=\"52\">\n<div class=\"tve-page-section-out\" wfd-id=\"97\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621edf8048\" wfd-id=\"53\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621f114214\" wfd-id=\"54\"><div class=\"tcb-flex-row tcb-mobile-edit tcb--cols--2\" data-css=\"tve-u-1621ee03000\" wfd-id=\"55\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621ee4be21\" style=\"\" wfd-id=\"61\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ee093d4\" wfd-id=\"63\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ee3afec\" wfd-id=\"64\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621ee58e74\" wfd-id=\"96\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ee37f4a\" wfd-id=\"65\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1621ee74a24\" wfd-id=\"95\"><svg class=\"tcb-icon\" viewBox=\"0 0 16 28\" data-name=\"map-marker\">\n<path d=\"M12 10c0-2.203-1.797-4-4-4s-4 1.797-4 4 1.797 4 4 4 4-1.797 4-4zM16 10c0 0.953-0.109 1.937-0.516 2.797l-5.688 12.094c-0.328 0.688-1.047 1.109-1.797 1.109s-1.469-0.422-1.781-1.109l-5.703-12.094c-0.406-0.859-0.516-1.844-0.516-2.797 0-4.422 3.578-8 8-8s8 3.578 8 8z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621ee63e1c\" wfd-id=\"90\"><h2 data-css=\"tve-u-1621fdcb4ea\" style=\"text-align: center;\">contact us</h2></div><div class=\"thrv_wrapper thrv-contact-form\" data-ct=\"contact_form-22343\" style=\"\" data-css=\"tve-u-16465071dea\" data-ct-name=\"Rounded Shadow\" wfd-id=\"68\">\n<form action=\"\" method=\"post\" novalidate=\"\" wfd-id=\"69\">\n<div class=\"tve-cf-item-wrapper\" wfd-id=\"73\">\n<div class=\"tve-cf-item\" data-css=\"tve-u-1695dd04208\" wfd-id=\"86\">\n<div class=\"thrv-cf-input-wrapper\" data-type=\"first_name\" wfd-id=\"87\">\n<label data-css=\"tve-u-1695d9d6525\" class=\"\" wfd-id=\"89\">First Name</label>\n<div class=\"tve-cf-input\" data-css=\"tve-u-1695d9d6526\" data-tcb_hover_state_parent=\"\" wfd-id=\"88\">\n<input placeholder=\"\" type=\"text\" name=\"first_name\" data-placeholder=\"\" wfd-id=\"505\">\n</div>\n</div>\n</div>\n<div class=\"tve-cf-item\" data-css=\"tve-u-1695dd04208\" wfd-id=\"82\">\n<div class=\"thrv-cf-input-wrapper\" data-type=\"email\" wfd-id=\"83\">\n<label data-css=\"tve-u-1695d9d6527\" class=\"\" wfd-id=\"85\">Email Address</label>\n<div class=\"tve-cf-input\" data-css=\"tve-u-1695d9d6528\" data-tcb_hover_state_parent=\"\" wfd-id=\"84\">\n<input placeholder=\"\" type=\"email\" name=\"email\" data-placeholder=\"\" wfd-id=\"504\">\n</div>\n</div>\n</div>\n<div class=\"tve-cf-item\" data-css=\"tve-u-1695dd484d7\" wfd-id=\"78\">\n<div class=\"thrv-cf-input-wrapper\" data-type=\"message\" wfd-id=\"79\">\n<label data-css=\"tve-u-1695d9d6529\" class=\"\" wfd-id=\"81\">Message</label>\n<div class=\"tve-cf-input\" data-css=\"tve-u-1695d9d652a\" data-tcb_hover_state_parent=\"\" wfd-id=\"80\">\n<textarea placeholder=\"\" data-placeholder=\"\" name=\"message\" wfd-id=\"507\"></textarea>\n</div>\n</div>\n</div>\n<div class=\"tve-cf-item\" data-css=\"tve-u-1695dd04208\" wfd-id=\"74\">\n	<div class=\"thrv-cf-input-wrapper\" data-type=\"phone\" wfd-id=\"75\">\n		<label data-css=\"tve-u-1695d9d6525\" class=\"\" wfd-id=\"77\">Phone Number</label>\n		<div class=\"tve-cf-input\" data-css=\"tve-u-1695d9d6526\" wfd-id=\"76\">\n			<input placeholder=\"+1-555-555-2368\" type=\"tel\" name=\"phone\" data-placeholder=\"+1-555-555-2368\" wfd-id=\"503\">\n		</div>\n	</div>\n</div></div>\n<div class=\"tve-cf-submit\" data-tcb_hover_state_parent=\"\" data-button-style=\"rounded\" data-css=\"tve-u-1695dd27f6a\" wfd-id=\"70\">\n<button class=\"tve_btn_txt\" type=\"submit\" wfd-id=\"520\">Submit Message</button>\n</div>\n<input type=\"hidden\" name=\"config\" value=\"YTozOntzOjE0OiJlcnJvcl9tZXNzYWdlcyI7YTo0OntzOjU6ImVtYWlsIjtzOjIxOiJFbWFpbCBhZGRyZXNzIGludmFsaWQiO3M6NToicGhvbmUiO3M6MjA6IlBob25lIG51bWJlciBpbnZhbGlkIjtzOjM6InVybCI7czoxMToiVVJMIGludmFsaWQiO3M6ODoicmVxdWlyZWQiO3M6MjA6IlJlcXVpcmVkIGZpZWxkIGVtcHR5Ijt9czo4OiJ0b19lbWFpbCI7YToyOntzOjI6InRvIjtzOjI4OiJpbmZvQGJlc3RjZXJha290ZWZsb3JpZGEuY29tIjtzOjc6InN1YmplY3QiO3M6MTg6Ik5ldyBtZXNzYWdlIGZyb206ICI7fXM6Njoic3VibWl0IjthOjEwOntzOjY6ImFjdGlvbiI7czoxMjoibm90aWZpY2F0aW9uIjtzOjIzOiJzZW5kX2NvbmZpcm1hdGlvbl9lbWFpbCI7YjoxO3M6MTk6InNlbmRlcl9wZXJzb25hbGl6ZWQiO2I6MDtzOjIwOiJjb25maXJtYXRpb25fc3ViamVjdCI7czozNjoiQ29udGFjdCBGb3JtIHN1Ym1pc3Npb24gY29uZmlybWF0aW9uIjtzOjIwOiJjb25maXJtYXRpb25fbWVzc2FnZSI7czoxMzk6IkhlbGxvLCAKClRoYW5rcyBmb3IgY29udGFjdGluZyB1cy4gV2UnbGwgZ2V0IGJhY2sgdG8geW91IGFzIHNvb24gYXMgcG9zc2libGUgd2l0aCB0aGUgaW5mb3JtYXRpb24geW91IG5lZWQuIAoKQmVzdCByZWdhcmRzLApbd3Bfc2l0ZV90aXRsZV0iO3M6OToiZnJvbV9uYW1lIjtzOjI4OiJUaGUgQmVzdCBDZXJha290ZSBJbiBGbG9yaWRhIjtzOjEwOiJmcm9tX2VtYWlsIjtzOjI5OiJhZG1pbkBiZXN0Y2VyYWtvdGVmbG9yaWRhLmNvbSI7czo4OiJyZXBseV90byI7czoyOToiYWRtaW5AYmVzdGNlcmFrb3RlZmxvcmlkYS5jb20iO3M6MzoidXJsIjtzOjA6IiI7czoxMjoibm90aWZpY2F0aW9uIjtzOjgxOiJZb3VyIG1lc3NhZ2UgaGFzIGJlZW4gc2VudCwgdGhhbmsgeW91ISBZb3UnbGwgaGVhciBmcm9tIHVzIHdpdGhpbiB0aGUgbmV4dCAyNCBocnMiO319\" wfd-id=\"502\"></form>\n</div><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_slide_left\" data-css=\"tve-u-1621ef118dc\" style=\"\" wfd-id=\"66\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"67\"><img class=\"tve_image tve_evt_manager_listen tve_et_tve-viewport wp-image-282\" alt=\"Cerakote Certified Logo\" width=\"2148\" height=\"1968\" title=\"Cerakote Certified Logo\" data-id=\"282\" src=\"https://bestcerakoteflorida.com/wp-content/uploads/2018/09/CertifiedLogo.png\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_left&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" style=\"width: 100%;\"></span></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621ee4be73\" style=\"\" wfd-id=\"56\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ee22c43\" wfd-id=\"58\"><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-1695d995f33\" wfd-id=\"60\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=825 South Kings Highway, Fort Pierce&amp;t=m&amp;z=11&amp;output=embed&amp;iwloc=near\"></iframe>\n</div><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-1621ee18a1c\" wfd-id=\"59\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=davie, Florida 33317&amp;t=m&amp;z=11&amp;output=embed&amp;iwloc=near\"></iframe>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621f0aa8f7\" wfd-id=\"31\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621f0ada0e\" wfd-id=\"51\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621f0b0088\" wfd-id=\"32\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621f0d2c1a\" wfd-id=\"33\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-1621f0cbe40\" wfd-id=\"34\"><div class=\"tcb-flex-col\" wfd-id=\"43\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"45\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621f0da775\" wfd-id=\"46\"><p data-css=\"tve-u-1622444fb11\">Â© 2018, Your company name . All rights reserved.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"35\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"37\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16223fe5f5b\" wfd-id=\"38\"><p data-css=\"tve-u-1621f0d874c\" style=\"text-align: right;\">Made with <a href=\"https://thrivethemes.com/\" target=\"_blank\">Thrive Architect</a></p></div></div></div></div></div></div>\n</div>\n\n'),(7014,580,'tve_revision_tve_has_wistia_popover','0'),(7015,581,'tve_revision_tve_landing_page','tcb2-thrivebiz-car-wash'),(7016,581,'tve_revision_tve_landing_set',''),(7017,581,'tve_revision_tve_disable_theme_dependency','1');
INSERT INTO `wpbe_postmeta` VALUES (7018,581,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-162717d1bbe\" wfd-id=\"463\"><div class=\"tcb-flex-row tcb-medium-no-wrap v-2 tcb--cols--3 m-edit tcb-mobile-wrap tcb-resized\" data-css=\"tve-u-162717d1bbf\" wfd-id=\"464\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1695981e7bb\" wfd-id=\"483\"><div class=\"tcb-col\" data-css=\"tve-u-16959846d3d\" wfd-id=\"485\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16959822de2\" wfd-id=\"486\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"487\"><img class=\"tve_image wp-image-465\" alt=\"\" width=\"384\" height=\"62\" title=\"Blackhawk_custom_header\" data-id=\"465\" src=\"https://bestcerakoteflorida.com/wp-content/uploads/2019/01/Blackhawk_custom_header.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717d1bb9\" style=\"\" wfd-id=\"476\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717d1bb6\" wfd-id=\"478\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-164179a84b8\" wfd-id=\"479\">\n<div class=\"tve-content-box-background\" wfd-id=\"482\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"480\"><div class=\"tcb-clear\" wfd-id=\"481\"></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717d1bb7\" style=\"\" wfd-id=\"465\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717d1bbc\" wfd-id=\"467\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16369305186\" wfd-id=\"468\">\n<div class=\"tve-content-box-background\" wfd-id=\"475\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16417e9d24e\" wfd-id=\"469\"><div class=\"tcb-clear\" wfd-id=\"473\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-16417e5bd95\" data-float=\"1\" wfd-id=\"474\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-envelope-regular\" data-name=\"\">\n            <path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path>\n        </svg></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-164179bced9\" wfd-id=\"470\"><p data-css=\"tve-u-1641333d7d1\"><a href=\"mailto:info@bestcerkoteflorida.com\" target=\"_blank\">info@bestcerakoteflorida.com</a></p></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-162717cb621\" data-value-type=\"percent\" wfd-id=\"433\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-162717cb620\" data-clip-id=\"c883ac5175045\" wfd-id=\"462\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-c883ac5175045\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"6\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.8949, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-c883ac5175045\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9476, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-c883ac5175045\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9651, 1 1, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-162717cb609\" wfd-id=\"434\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-162717cb618\" wfd-id=\"435\"><div class=\"tcb-flex-row tcb-medium-wrap tcb-resized v-2 tcb--cols--2\" data-css=\"tve-u-162717cb617\" wfd-id=\"436\"><div class=\"tcb-flex-col\" data-css=\"tve-u-162717cb601\" style=\"\" wfd-id=\"450\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717cb60a\" wfd-id=\"452\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h1\" data-css=\"tve-u-162717cb610\" wfd-id=\"458\"><h1 data-css=\"tve-u-162717cb616\" style=\"text-align: center;\">&nbsp;Protect What\'s Important To You! With The Toughest Ceramic Finish In The World!<span data-css=\"tve-u-16271ca808e\" style=\"color: rgb(0, 229, 255);\" wfd-id=\"461\"></span></h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162717cb60f\" wfd-id=\"453\"><p data-css=\"tve-u-1695a36117b\" style=\"text-align: center;\">Heat, Water, Salt and Sand just some of the conditions you face. And any one of them is just waiting to get a hold of your firearm and leave it a pile of rusted, pitted junk.</p><p data-css=\"tve-u-16413112747\" style=\"text-align: center;\">Unfortunately there wasn\'t much you could do other than keep cleaning and lubricating your firearms...till NOW!</p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717cb600\" style=\"\" wfd-id=\"437\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717cb60b\" wfd-id=\"439\"><div class=\"thrv_responsive_video thrv_wrapper rv_style_lifted_style2\" data-type=\"youtube\" data-rel=\"0\" data-url=\"https://www.youtube.com/watch?v=a1nyu9ZJiEk\" data-css=\"tve-u-16959cd1e7a\" data-modestbranding=\"1\" wfd-id=\"447\">\n	\n\n	<div class=\"tve_responsive_video_container\" wfd-id=\"448\">\n		<div class=\"video_overlay\" wfd-id=\"449\"></div>\n	<iframe data-code=\"TEOqV1Q16lU\" data-provider=\"youtube\" src=\"https://www.youtube.com/embed/TEOqV1Q16lU?rel=0&amp;modestbranding=1&amp;controls=1&amp;showinfo=1&amp;fs=1&amp;wmode=transparent\" data-src=\"https://www.youtube.com/embed/TEOqV1Q16lU?rel=0&amp;modestbranding=1&amp;controls=1&amp;showinfo=1&amp;fs=1&amp;wmode=transparent\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\n</div><div class=\"thrv_wrapper thrv-button tcb-with-icon\" data-css=\"tve-u-1695a3002e2\" data-tcb_hover_state_parent=\"\" data-button-style=\"border_1\" wfd-id=\"440\">\n	<a href=\"tel:1-954-848-1911\" class=\"tcb-button-link\" target=\"_blank\" rel=\"\"><span class=\"tcb-button-icon\" wfd-id=\"445\">\n	<div class=\"thrv_wrapper thrv_icon tve_no_drag tve_no_icons tcb-icon-inherit-style tcb-icon-display\" wfd-id=\"446\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-phone-plus-light\" data-name=\"\">\n            <path d=\"M8 128h88v88c0 4.4 3.6 8 8 8h16c4.4 0 8-3.6 8-8v-88h88c4.4 0 8-3.6 8-8v-16c0-4.4-3.6-8-8-8h-88V8c0-4.4-3.6-8-8-8h-16c-4.4 0-8 3.6-8 8v88H8c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8zM487.8 24.1L387 .8c-14.7-3.4-29.8 4.2-35.8 18.1l-46.5 108.5c-5.5 12.7-1.8 27.7 8.9 36.5l53.9 44.1c-34 69.2-90.3 125.6-159.6 159.6l-44.1-53.9c-8.8-10.7-23.8-14.4-36.5-8.9L18.9 351.3c-13.9 6-21.5 21-18.1 35.8L24 487.9C27.3 502 39.9 512 54.5 512 306.7 512 512 307.8 512 54.5c0-14.6-10-27.2-24.2-30.4zM55.1 480l-23-99.6 107.4-46 59.5 72.8c103.6-48.6 159.7-104.9 208.1-208.1l-72.8-59.5 46-107.4 99.6 23C479.7 289.7 289.6 479.7 55.1 480z\"></path>\n        </svg></div>\n</span>\n\n		<span class=\"tcb-button-texts\" wfd-id=\"441\"><span class=\"tcb-button-text thrv-inline-text\" wfd-id=\"442\">CALL NOW</span></span>\n	</a>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-162717fcf9d\" data-value-type=\"percent\" wfd-id=\"376\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-162718bd0c0\" data-clip-id=\"a3b25e1c9221a\" wfd-id=\"432\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0875\"></polygon></clipPath><clipPath id=\"clip-tablet-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"6\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.1051\"></polygon></clipPath><clipPath id=\"clip-mobile-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"1\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0175\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-162718a3b40\" wfd-id=\"377\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622a159bcb\" wfd-id=\"378\">\n<div class=\"tve-content-box-background\" wfd-id=\"431\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"379\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621a2247ba\" wfd-id=\"428\"><h2 data-css=\"tve-u-1621a2e0d5b\">our services</h2></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16229f6175c\" wfd-id=\"403\"><div class=\"tcb-flex-row tcb-medium-no-wrap tcb--cols--3 v-2\" data-css=\"tve-u-162493a03b0\" wfd-id=\"404\"><div class=\"tcb-flex-col\" wfd-id=\"419\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1624939a960\" data-tcb_hover_state_parent=\"\" wfd-id=\"421\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-162493d5f13\" data-float=\"1\" wfd-id=\"427\"><svg class=\"tcb-icon\" viewBox=\"0 0 14 28\" data-name=\"bolt\">\n<path d=\"M13.828 8.844c0.172 0.187 0.219 0.453 0.109 0.688l-8.437 18.078c-0.125 0.234-0.375 0.391-0.656 0.391-0.063 0-0.141-0.016-0.219-0.031-0.344-0.109-0.547-0.438-0.469-0.766l3.078-12.625-6.344 1.578c-0.063 0.016-0.125 0.016-0.187 0.016-0.172 0-0.359-0.063-0.484-0.172-0.187-0.156-0.25-0.391-0.203-0.609l3.141-12.891c0.078-0.297 0.359-0.5 0.688-0.5h5.125c0.391 0 0.703 0.297 0.703 0.656 0 0.094-0.031 0.187-0.078 0.281l-2.672 7.234 6.188-1.531c0.063-0.016 0.125-0.031 0.187-0.031 0.203 0 0.391 0.094 0.531 0.234z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"423\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-162494b490e\" wfd-id=\"424\"><h4 data-css=\"tve-u-16249355087\" style=\"text-align: left;\">Express exterior</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162494b7ad0\" wfd-id=\"422\"><p data-css=\"tve-u-162492e70ad\">Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"412\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162493b6b63\" data-tcb_hover_state_parent=\"\" wfd-id=\"414\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b456a\" wfd-id=\"418\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"adjust\">\n<path d=\"M12 22.5v-17c-4.688 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"416\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1af44d\" wfd-id=\"417\"><h4 data-css=\"tve-u-16249358652\" style=\"text-align: left;\">Interior clean</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"415\"><p data-css=\"tve-u-162492e70ad\">Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"405\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16249373b25\" wfd-id=\"407\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b52d3\" wfd-id=\"411\"><svg class=\"tcb-icon\" viewBox=\"0 0 26 28\" data-name=\"umbrella\">\n<path d=\"M14 12.938v9.063c0 2.172-1.828 4-4 4s-4-1.828-4-4c0-0.547 0.453-1 1-1s1 0.453 1 1c0 1.047 0.953 2 2 2s2-0.953 2-2v-9.063c0.328-0.109 0.656-0.172 1-0.172s0.672 0.063 1 0.172zM26 13.359c0 0.266-0.234 0.5-0.5 0.5-0.141 0-0.25-0.063-0.359-0.156-0.906-0.844-1.75-1.437-3.047-1.437-1.484 0-2.766 0.922-3.609 2.094-0.187 0.266-0.328 0.547-0.5 0.812-0.109 0.172-0.234 0.266-0.438 0.266-0.219 0-0.344-0.094-0.453-0.266-0.172-0.266-0.313-0.547-0.5-0.812-0.844-1.172-2.109-2.094-3.594-2.094s-2.75 0.922-3.594 2.094c-0.187 0.266-0.328 0.547-0.5 0.812-0.109 0.172-0.234 0.266-0.453 0.266-0.203 0-0.328-0.094-0.438-0.266-0.172-0.266-0.313-0.547-0.5-0.812-0.844-1.172-2.125-2.094-3.609-2.094-1.297 0-2.141 0.594-3.047 1.437-0.109 0.094-0.219 0.156-0.359 0.156-0.266 0-0.5-0.234-0.5-0.5 0-0.047 0-0.078 0.016-0.109 1.437-5.906 7.141-9.25 12.984-9.25 5.812 0 11.578 3.344 12.984 9.25 0.016 0.031 0.016 0.063 0.016 0.109zM14 2v1.531c-0.328-0.016-0.672-0.031-1-0.031s-0.672 0.016-1 0.031v-1.531c0-0.547 0.453-1 1-1s1 0.453 1 1z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"409\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b01a6\" wfd-id=\"410\"><h4 data-css=\"tve-u-1624935a201\" style=\"text-align: left;\">Wax protection</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"408\"><p data-css=\"tve-u-162492e70ad\">Etiam pharetra, erat sed fermentum feugiat, velit mauris</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16249367114\" wfd-id=\"380\"><div class=\"tcb-flex-row tcb-medium-no-wrap tcb--cols--3 v-2\" data-css=\"tve-u-16229ffbb7b\" wfd-id=\"381\"><div class=\"tcb-flex-col\" wfd-id=\"396\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229fa6a26\" wfd-id=\"398\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b33f9\" wfd-id=\"402\"><svg class=\"tcb-icon\" viewBox=\"0 0 26 28\" data-name=\"magic\">\n<path d=\"M18.594 9.078l4.578-4.578-1.672-1.672-4.578 4.578zM25.578 4.5c0 0.266-0.094 0.516-0.281 0.703l-20.094 20.094c-0.187 0.187-0.438 0.281-0.703 0.281s-0.516-0.094-0.703-0.281l-3.094-3.094c-0.187-0.187-0.281-0.438-0.281-0.703s0.094-0.516 0.281-0.703l20.094-20.094c0.187-0.187 0.438-0.281 0.703-0.281s0.516 0.094 0.703 0.281l3.094 3.094c0.187 0.187 0.281 0.438 0.281 0.703zM4.469 1.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531zM9.938 4.062l3.063 0.938-3.063 0.938-0.938 3.063-0.938-3.063-3.063-0.938 3.063-0.938 0.938-3.063zM24.469 11.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531zM14.469 1.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"400\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b0a67\" wfd-id=\"401\"><h4 data-css=\"tve-u-16248fc42a1\" style=\"text-align: left;\">Dust &amp; Dash Console</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"399\"><p data-css=\"tve-u-162492e70ad\">Duis sed odio sit amet nibh vulputate cursus a sit amet mauris.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"389\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1622f65ba70\" wfd-id=\"391\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b60b4\" wfd-id=\"395\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"certificate\">\n<path d=\"M21.5 14l2.156 2.109c0.297 0.281 0.406 0.703 0.313 1.094-0.109 0.391-0.422 0.703-0.812 0.797l-2.938 0.75 0.828 2.906c0.109 0.391 0 0.812-0.297 1.094-0.281 0.297-0.703 0.406-1.094 0.297l-2.906-0.828-0.75 2.938c-0.094 0.391-0.406 0.703-0.797 0.812-0.094 0.016-0.203 0.031-0.297 0.031-0.297 0-0.594-0.125-0.797-0.344l-2.109-2.156-2.109 2.156c-0.281 0.297-0.703 0.406-1.094 0.313-0.406-0.109-0.703-0.422-0.797-0.812l-0.75-2.938-2.906 0.828c-0.391 0.109-0.812 0-1.094-0.297-0.297-0.281-0.406-0.703-0.297-1.094l0.828-2.906-2.938-0.75c-0.391-0.094-0.703-0.406-0.812-0.797-0.094-0.391 0.016-0.812 0.313-1.094l2.156-2.109-2.156-2.109c-0.297-0.281-0.406-0.703-0.313-1.094 0.109-0.391 0.422-0.703 0.812-0.797l2.938-0.75-0.828-2.906c-0.109-0.391 0-0.812 0.297-1.094 0.281-0.297 0.703-0.406 1.094-0.297l2.906 0.828 0.75-2.938c0.094-0.391 0.406-0.703 0.797-0.797 0.391-0.109 0.812 0 1.094 0.297l2.109 2.172 2.109-2.172c0.281-0.297 0.688-0.406 1.094-0.297 0.391 0.094 0.703 0.406 0.797 0.797l0.75 2.938 2.906-0.828c0.391-0.109 0.812 0 1.094 0.297 0.297 0.281 0.406 0.703 0.297 1.094l-0.828 2.906 2.938 0.75c0.391 0.094 0.703 0.406 0.812 0.797 0.094 0.391-0.016 0.812-0.313 1.094z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"393\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b12d8\" wfd-id=\"394\"><h4 data-css=\"tve-u-1625389a3d5\" style=\"text-align: left;\">Triple Foam Polish</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"392\"><p data-css=\"tve-u-162492e70ad\">Class aptent taciti sociosqu ad litora torquent</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"382\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229fa8c68\" wfd-id=\"384\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-16271adf6cf\" wfd-id=\"388\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"bullseye\">\n<path d=\"M16 14c0 2.203-1.797 4-4 4s-4-1.797-4-4 1.797-4 4-4 4 1.797 4 4zM18 14c0-3.313-2.688-6-6-6s-6 2.688-6 6 2.688 6 6 6 6-2.688 6-6zM20 14c0 4.422-3.578 8-8 8s-8-3.578-8-8 3.578-8 8-8 8 3.578 8 8zM22 14c0-5.516-4.484-10-10-10s-10 4.484-10 10 4.484 10 10 10 10-4.484 10-10zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"386\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-16248fc71c8\" wfd-id=\"387\"><h4 data-css=\"tve-u-1625389b4ed\" style=\"text-align: left;\">Tire dressing</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"385\"><p data-css=\"tve-u-162492e70ad\">Etiam pharetra, erat sed fermentum feugiat, velit mauris</p></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621ad46076\" wfd-id=\"336\">\n<div class=\"tve-page-section-out\" wfd-id=\"375\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621b072b4e\" wfd-id=\"337\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621a8b2488\" wfd-id=\"338\"><div class=\"tcb-flex-row tcb--cols--2 v-2\" data-css=\"tve-u-1621a8a804b\" wfd-id=\"339\"><div class=\"tcb-flex-col\" wfd-id=\"351\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16271bfe70c\" wfd-id=\"353\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h3\" data-css=\"tve-u-1621a8c4313\" wfd-id=\"372\"><h3><strong>Complete cleaning services for yoâ€‹ur car</strong></h3></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-16417b70f47\" wfd-id=\"354\"><ul class=\"tcb-styled-list\" wfd-id=\"355\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621acf0289\" wfd-id=\"366\"><div class=\"tcb-styled-list-icon\" wfd-id=\"370\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a8e11f3\" wfd-id=\"371\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ace1b08\" wfd-id=\"367\">We are a small business delivering professional cleaning services for all vehicles</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621acf64fb\" wfd-id=\"362\"><div class=\"tcb-styled-list-icon\" wfd-id=\"364\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a8e5625\" wfd-id=\"365\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ace4de9\" wfd-id=\"363\">Our services are convenient for individuals and corporate fleets</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"356\"><div class=\"tcb-styled-list-icon\" wfd-id=\"360\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a9076ef\" wfd-id=\"361\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621acf47d2\" wfd-id=\"357\">We use eco-friendly products that actually clean, protect and maintain your car better than the traditional cleaning substances</span></li></ul></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"340\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621a90a46f\" wfd-id=\"342\"><div class=\"thrv_wrapper thrv-fill-counter tve_red tve_normalfc thrv_data_element\" data-css=\"tve-u-1621a983587\" wfd-id=\"343\">\n<div class=\"tve_fill_counter_n\" style=\"\" data-fill=\"100\" data-css=\"tve-u-1621a98b602\" wfd-id=\"344\">\n<svg viewBox=\"0 0 160 160\" class=\"tve_fill_counter_circle\" shape-rendering=\"optimizeSpeed\" data-css=\"tve-u-1621a9a2862\">\n<circle class=\"tve_fill_counter_circle_inner\" r=\"80\" cx=\"80\" cy=\"80\" data-css=\"tve-u-1621a9685d4\"></circle>\n</svg>\n<div class=\"tve_fill_text_in\" data-css=\"tve-u-1621a96b190\" wfd-id=\"345\">\n<div class=\"tve_fill_text_value\" data-css=\"tve-u-1621a9a2866\" wfd-id=\"347\">\n<div class=\"thrv-inline-text tve_fill_text tve_editable\" data-css=\"tve-u-1621a9a2867\" wfd-id=\"348\"><strong>100%â€‹</strong></div>\n</div>\n<div class=\"thrv-inline-text tve_editable tve_data_element_label\" data-css=\"tve-u-1621a9750ae\" wfd-id=\"346\">Clean car</div>\n</div>\n</div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621ada1e7f\" data-value-type=\"percent\" wfd-id=\"298\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621adba9ef\" data-clip-id=\"52d5a36c151aa\" wfd-id=\"335\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-52d5a36c151aa\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0875\"></polygon></clipPath><clipPath id=\"clip-tablet-top-52d5a36c151aa\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0524\"></polygon></clipPath><clipPath id=\"clip-mobile-top-52d5a36c151aa\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0349\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621ad420c4\" wfd-id=\"299\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621ade6172\" wfd-id=\"300\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2 tcb-row-reversed-mobile tcb-mobile-edit v-2\" data-css=\"tve-u-1621adea58b\" wfd-id=\"301\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621b064646\" style=\"\" wfd-id=\"329\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ae0bec7\" wfd-id=\"331\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ae4fd21\" data-value-type=\"percent\" data-float=\"1\" wfd-id=\"332\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621ae6c8da\" data-clip-id=\"aa2c3e3c70555\" wfd-id=\"334\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0349\"></polygon></clipPath><clipPath id=\"clip-tablet-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"4\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0699\"></polygon></clipPath><clipPath id=\"clip-mobile-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"4\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0699\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb\" data-css=\"tve-u-1621ae4db6e\" wfd-id=\"333\"></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621b064668\" style=\"\" wfd-id=\"302\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621f45bed3\" wfd-id=\"304\"><div class=\"tcb-clear\" data-css=\"tve-u-16224848ee5\" wfd-id=\"325\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621afceb00\" wfd-id=\"326\"><h2 data-css=\"tve-u-1621afcc0bf\">Check Out Our Special Offer!</h2></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621afda4fa\" wfd-id=\"324\"><p data-css=\"tve-u-1621afd8c98\">Donâ€™t miss the opportunity to get 50% discount on a complete cleaning just by recommending us to a friend. Bring someone you know with you and clean you car half price!</p></div><div class=\"tcb-clear\" data-css=\"tve-u-16224834cab\" wfd-id=\"305\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621fe85996\" wfd-id=\"306\"><div class=\"tcb-flex-row tcb--cols--2 tcb-resized tcb-medium-wrap tcb-desktop-wrap\" data-css=\"tve-u-1621fe78878\" wfd-id=\"307\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621fe94086\" style=\"\" wfd-id=\"315\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"317\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621b01355a\" wfd-id=\"318\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621b08fdde\" data-tcb_hover_state_parent=\"1\" wfd-id=\"323\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16223f02c16\" wfd-id=\"319\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-1620af7eb3f\" data-tcb_hover_state_parent=\"\" data-button-style=\"full_rounded\" wfd-id=\"320\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"321\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-16228c75500\" wfd-id=\"322\"><strong>Request an appointment</strong></span></span>\n</a>\n</div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621fe940b9\" style=\"\" wfd-id=\"308\"><div class=\"tcb-col\" wfd-id=\"310\"><div class=\"tcb-clear\" data-css=\"tve-u-16224716d62\" wfd-id=\"311\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-1621b028939\" data-tcb_hover_state_parent=\"\" data-button-style=\"ghost\" wfd-id=\"312\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"313\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-16228c764b2\" wfd-id=\"314\"><strong>Call Now: 0400-700-682</strong></span></span>\n</a>\n</div></div></div></div></div></div></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16260ba2fa4\" wfd-id=\"197\">\n<div class=\"tve-page-section-out\" wfd-id=\"297\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16260be7104\" wfd-id=\"198\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621b0e4fb7\" wfd-id=\"296\"><h2 data-css=\"tve-u-1621b10fccf\" style=\"text-align: center;\">our happy clients</h2></div><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641367127b\" data-float=\"1\" wfd-id=\"295\"><svg class=\"tcb-icon\" viewBox=\"0 0 30 32\" data-name=\"quote-left\">\n<path d=\"M13.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429zM29.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641367e553\" wfd-id=\"294\"><svg class=\"tcb-icon\" viewBox=\"0 0 30 32\" data-name=\"quote-left\">\n<path d=\"M13.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429zM29.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a10d3b4\" wfd-id=\"265\">\n<div class=\"tve-content-box-background\" wfd-id=\"293\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"266\"><div class=\"tcb-clear\" data-css=\"tve-u-1621b300a64\" wfd-id=\"291\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-1621f154231\" wfd-id=\"292\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621b200375\" wfd-id=\"269\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-16260d8392c\" wfd-id=\"270\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"275\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"277\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16417b62c09\" wfd-id=\"278\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-16260d8396c\" wfd-id=\"279\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16260d01208\" style=\"\" wfd-id=\"285\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"287\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"288\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16225617da3\" wfd-id=\"290\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"289\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16260d0120e\" style=\"\" wfd-id=\"280\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"282\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"284\"><h5>Brett Graham, 28</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"283\"><h6 class=\"\">Architect</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"271\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"273\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"274\"><p data-css=\"tve-u-162539c17ec\">Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit. Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit.&nbsp;</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-16260c5ff0c\" wfd-id=\"267\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260c5ff07\" wfd-id=\"268\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a12f675\" wfd-id=\"232\">\n<div class=\"tve-content-box-background\" wfd-id=\"264\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"233\"><div class=\"tcb-clear\" data-css=\"tve-u-16260cd7683\" wfd-id=\"262\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260d73672\" wfd-id=\"263\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16260da3aa7\" wfd-id=\"236\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-1621fb68b97\" wfd-id=\"237\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"246\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"248\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16417b662bf\" wfd-id=\"249\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-1621fb65556\" wfd-id=\"250\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16229915e1a\" style=\"\" wfd-id=\"256\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"258\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"259\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16260c433e9\" wfd-id=\"261\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"260\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16229915e4e\" style=\"\" wfd-id=\"251\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"253\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"255\"><h5>Rosie Hanson, 24</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"254\"><h6 class=\"\">Real estate Associate</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"238\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"240\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"241\"><p data-css=\"tve-u-162539c17ec\">Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo.</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-16260d3b97e\" wfd-id=\"234\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260d39b83\" wfd-id=\"235\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a146aef\" wfd-id=\"199\">\n<div class=\"tve-content-box-background\" wfd-id=\"231\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"200\"><div class=\"tcb-clear\" data-css=\"tve-u-16260cd7683\" wfd-id=\"229\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260cd622f\" wfd-id=\"230\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16260c39a7e\" wfd-id=\"203\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-16260d3f4aa\" wfd-id=\"204\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"211\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"213\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621fbacc60\" wfd-id=\"214\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-16260d3f4af\" wfd-id=\"215\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16229915e1a\" style=\"\" wfd-id=\"223\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"225\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"226\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16260d5e4b8\" wfd-id=\"228\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"227\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16229915e4e\" style=\"\" wfd-id=\"216\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"218\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"222\"><h5>Shawn Mattews, 35</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"219\"><h6 class=\"\">project manager</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"205\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"207\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"208\"><p data-css=\"tve-u-162539c17ec\">Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo. Nullam ac urna eu felis.Sed non neque elit. Sed ut imperdiet nisi. Proin condimentum</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1621b30ca74\" wfd-id=\"201\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-1621f15b521\" wfd-id=\"202\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621b3c8c52\" wfd-id=\"85\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621b3cfc7b\" wfd-id=\"196\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621b3c74d9\" wfd-id=\"86\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621e7b695a\" wfd-id=\"193\"><h2 data-css=\"tve-u-1621e7a7350\" style=\"text-align: center;\">our offers</h2></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621e7c899a\" wfd-id=\"87\"><div class=\"tcb-flex-row tcb--cols--3 tcb-medium-wrap v-2\" data-css=\"tve-u-1621e7c7aa1\" wfd-id=\"88\"><div class=\"tcb-flex-col\" wfd-id=\"155\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16223fc9f23\" wfd-id=\"157\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e7ceab3\" style=\"\" wfd-id=\"158\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16416e4fafd\" wfd-id=\"192\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e7d5094\" wfd-id=\"159\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e7e9950\" data-value-type=\"percent\" style=\"\" wfd-id=\"188\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e7edfd9\" data-clip-id=\"10ffac3b28f1d\" wfd-id=\"191\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-10ffac3b28f1d\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-10ffac3b28f1d\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e7e6c1d\" wfd-id=\"189\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-16417b4cb9e\" wfd-id=\"190\"><h4 data-css=\"tve-u-1621fe1a1af\" style=\"text-align: center;\"><strong>Basic Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ec6c39b\" data-float=\"1\" wfd-id=\"184\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e81f424\" wfd-id=\"187\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec752da\" wfd-id=\"185\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"186\"><h4 data-css=\"tve-u-1621fe1bd18\" style=\"text-align: center;\"><strong>15$</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621ea50702\" wfd-id=\"160\"><ul class=\"tcb-styled-list\" wfd-id=\"161\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec3a5c0\" wfd-id=\"180\"><div class=\"tcb-styled-list-icon\" wfd-id=\"182\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec204df\" wfd-id=\"183\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec241aa\" wfd-id=\"181\">Interior vacuum</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"176\"><div class=\"tcb-styled-list-icon\" wfd-id=\"178\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec20f68\" wfd-id=\"179\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec2704c\" wfd-id=\"177\">Dust &amp;dash console</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec42aa7\" wfd-id=\"170\"><div class=\"tcb-styled-list-icon\" wfd-id=\"174\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec21a31\" wfd-id=\"175\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec298ab\" wfd-id=\"171\">Hand towel dry</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec43fe2\" wfd-id=\"166\"><div class=\"tcb-styled-list-icon\" wfd-id=\"168\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ea1fba7\" wfd-id=\"169\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea23322\" wfd-id=\"167\">Clean windows</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec454d9\" wfd-id=\"162\"><div class=\"tcb-styled-list-icon\" wfd-id=\"164\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ea295c0\" wfd-id=\"165\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea2c69a\" wfd-id=\"163\">Soft cloth wash</span></li></ul></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"122\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"124\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621eb81205\" style=\"\" wfd-id=\"125\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16416e603ab\" wfd-id=\"154\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621eb7ccb0\" wfd-id=\"126\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ebbbb6d\" data-value-type=\"percent\" wfd-id=\"150\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eaaedd8\" data-clip-id=\"a2b9cf3198d6f\" wfd-id=\"153\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-a2b9cf3198d6f\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-a2b9cf3198d6f\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec7f21a\" wfd-id=\"151\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e930bd7\" wfd-id=\"152\"><h4 data-css=\"tve-u-1621e92e97f\" style=\"text-align: center;\"><strong>Ultimate Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ec78d2c\" data-float=\"1\" wfd-id=\"146\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eab272c\" wfd-id=\"149\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec79a7d\" wfd-id=\"147\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"148\"><h4 data-css=\"tve-u-1621e942b65\" style=\"text-align: center;\"><strong>22 $</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621ebfa746\" wfd-id=\"143\"><p data-css=\"tve-u-1621f4ceaf6\" style=\"text-align: center;\">Includes basic service <span data-css=\"tve-u-1621f4ceaf7\" style=\"color: rgb(15, 29, 123);\" wfd-id=\"144\"><strong class=\"\"><span data-css=\"tve-u-1621f4ceafb\" wfd-id=\"145\">+</span></strong></span></p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621ebf340c\" wfd-id=\"127\"><ul class=\"tcb-styled-list\" wfd-id=\"128\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-164137a0b1f\" wfd-id=\"137\"><div class=\"tcb-styled-list-icon\" wfd-id=\"141\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec0c5bd\" wfd-id=\"142\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ebfe4ce\" wfd-id=\"138\">Triple foam conditiner</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec04541\" wfd-id=\"133\"><div class=\"tcb-styled-list-icon\" wfd-id=\"135\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec09a3c\" wfd-id=\"136\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ebff867\" wfd-id=\"134\">Tire dressing</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec05cc3\" wfd-id=\"129\"><div class=\"tcb-styled-list-icon\" wfd-id=\"131\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec15f6e\" wfd-id=\"132\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec009a8\" wfd-id=\"130\">Air freshner</span></li></ul></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"89\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16223dad661\" wfd-id=\"91\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621fd9c946\" style=\"\" wfd-id=\"92\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e7d234c\" wfd-id=\"121\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621fd84d7b\" wfd-id=\"93\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16223b080b0\" data-value-type=\"percent\" wfd-id=\"115\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eb3eb9f\" data-clip-id=\"ac98bb0e54b3b\" wfd-id=\"120\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621fd8766c\" wfd-id=\"116\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e930bd7\" wfd-id=\"117\"><h4 data-css=\"tve-u-1621fe1587d\" style=\"text-align: center;\"><strong>Supreme Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e8107f3\" wfd-id=\"111\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eb43d8d\" wfd-id=\"114\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e819c52\" wfd-id=\"112\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"113\"><h4 data-css=\"tve-u-1621fe1725e\" style=\"text-align: center;\"><strong>30 $</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621eb037bb\" wfd-id=\"108\"><p data-css=\"tve-u-1621f4d0451\" style=\"text-align: center;\">Includes ultimate service <span data-css=\"tve-u-1621eaff572\" style=\"color: rgb(15, 29, 123);\" wfd-id=\"109\"><strong class=\"\"><span data-css=\"tve-u-1621eb01b60\" wfd-id=\"110\">+</span></strong></span></p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621eacf6af\" wfd-id=\"94\"><ul class=\"tcb-styled-list\" wfd-id=\"95\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec36a4d\" wfd-id=\"104\"><div class=\"tcb-styled-list-icon\" wfd-id=\"106\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e9993aa\" wfd-id=\"107\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea1a5d7\" wfd-id=\"105\">Exterior trim dressing</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"100\"><div class=\"tcb-styled-list-icon\" wfd-id=\"102\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e99b1db\" wfd-id=\"103\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea19a06\" wfd-id=\"101\">Hand applied spray wax</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec37ea5\" wfd-id=\"96\"><div class=\"tcb-styled-list-icon\" wfd-id=\"98\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e99c314\" wfd-id=\"99\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea18c5d\" wfd-id=\"97\">Interior conditioner</span></li></ul></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621efddaaf\" wfd-id=\"39\">\n<div class=\"tve-page-section-out\" wfd-id=\"84\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621edf8048\" wfd-id=\"40\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621f114214\" wfd-id=\"41\"><div class=\"tcb-flex-row tcb-mobile-edit tcb--cols--2\" data-css=\"tve-u-1621ee03000\" wfd-id=\"42\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621ee4be21\" style=\"\" wfd-id=\"48\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ee093d4\" wfd-id=\"50\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ee3afec\" wfd-id=\"51\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621ee58e74\" wfd-id=\"83\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ee37f4a\" wfd-id=\"52\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1621ee74a24\" wfd-id=\"82\"><svg class=\"tcb-icon\" viewBox=\"0 0 16 28\" data-name=\"map-marker\">\n<path d=\"M12 10c0-2.203-1.797-4-4-4s-4 1.797-4 4 1.797 4 4 4 4-1.797 4-4zM16 10c0 0.953-0.109 1.937-0.516 2.797l-5.688 12.094c-0.328 0.688-1.047 1.109-1.797 1.109s-1.469-0.422-1.781-1.109l-5.703-12.094c-0.406-0.859-0.516-1.844-0.516-2.797 0-4.422 3.578-8 8-8s8 3.578 8 8z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621ee63e1c\" wfd-id=\"77\"><h2 data-css=\"tve-u-1621fdcb4ea\" style=\"text-align: center;\">contact us</h2></div><div class=\"thrv_wrapper thrv-contact-form\" data-ct=\"contact_form-22343\" style=\"\" data-css=\"tve-u-16465071dea\" data-ct-name=\"Rounded Shadow\" wfd-id=\"55\">\n<form action=\"\" method=\"post\" novalidate=\"\" wfd-id=\"56\">\n<div class=\"tve-cf-item-wrapper\" wfd-id=\"60\">\n<div class=\"tve-cf-item\" data-css=\"tve-u-1695dd04208\" wfd-id=\"73\">\n<div class=\"thrv-cf-input-wrapper\" data-type=\"first_name\" wfd-id=\"74\">\n<label data-css=\"tve-u-1695d9d6525\" class=\"\" wfd-id=\"76\">First Name</label>\n<div class=\"tve-cf-input\" data-css=\"tve-u-1695d9d6526\" data-tcb_hover_state_parent=\"\" wfd-id=\"75\">\n<input placeholder=\"\" type=\"text\" name=\"first_name\" data-placeholder=\"\" wfd-id=\"492\">\n</div>\n</div>\n</div>\n<div class=\"tve-cf-item\" data-css=\"tve-u-1695dd04208\" wfd-id=\"69\">\n<div class=\"thrv-cf-input-wrapper\" data-type=\"email\" wfd-id=\"70\">\n<label data-css=\"tve-u-1695d9d6527\" class=\"\" wfd-id=\"72\">Email Address</label>\n<div class=\"tve-cf-input\" data-css=\"tve-u-1695d9d6528\" data-tcb_hover_state_parent=\"\" wfd-id=\"71\">\n<input placeholder=\"\" type=\"email\" name=\"email\" data-placeholder=\"\" wfd-id=\"491\">\n</div>\n</div>\n</div>\n<div class=\"tve-cf-item\" data-css=\"tve-u-1695dd484d7\" wfd-id=\"65\">\n<div class=\"thrv-cf-input-wrapper\" data-type=\"message\" wfd-id=\"66\">\n<label data-css=\"tve-u-1695d9d6529\" class=\"\" wfd-id=\"68\">Message</label>\n<div class=\"tve-cf-input\" data-css=\"tve-u-1695d9d652a\" data-tcb_hover_state_parent=\"\" wfd-id=\"67\">\n<textarea placeholder=\"\" data-placeholder=\"\" name=\"message\" wfd-id=\"493\"></textarea>\n</div>\n</div>\n</div>\n<div class=\"tve-cf-item\" data-css=\"tve-u-1695dd04208\" wfd-id=\"61\">\n	<div class=\"thrv-cf-input-wrapper\" data-type=\"phone\" wfd-id=\"62\">\n		<label data-css=\"tve-u-1695d9d6525\" class=\"\" wfd-id=\"64\">Phone Number</label>\n		<div class=\"tve-cf-input\" data-css=\"tve-u-1695d9d6526\" wfd-id=\"63\">\n			<input placeholder=\"+1-555-555-2368\" type=\"tel\" name=\"phone\" data-placeholder=\"+1-555-555-2368\" wfd-id=\"490\">\n		</div>\n	</div>\n</div></div>\n<div class=\"tve-cf-submit\" data-tcb_hover_state_parent=\"\" data-button-style=\"rounded\" data-css=\"tve-u-1695dd27f6a\" wfd-id=\"57\">\n<button class=\"tve_btn_txt\" type=\"submit\" wfd-id=\"505\">Submit Message</button>\n</div>\n<input type=\"hidden\" name=\"config\" value=\"YTozOntzOjE0OiJlcnJvcl9tZXNzYWdlcyI7YTo0OntzOjU6ImVtYWlsIjtzOjIxOiJFbWFpbCBhZGRyZXNzIGludmFsaWQiO3M6NToicGhvbmUiO3M6MjA6IlBob25lIG51bWJlciBpbnZhbGlkIjtzOjM6InVybCI7czoxMToiVVJMIGludmFsaWQiO3M6ODoicmVxdWlyZWQiO3M6MjA6IlJlcXVpcmVkIGZpZWxkIGVtcHR5Ijt9czo4OiJ0b19lbWFpbCI7YToyOntzOjI6InRvIjtzOjI4OiJpbmZvQGJlc3RjZXJha290ZWZsb3JpZGEuY29tIjtzOjc6InN1YmplY3QiO3M6MTg6Ik5ldyBtZXNzYWdlIGZyb206ICI7fXM6Njoic3VibWl0IjthOjEwOntzOjY6ImFjdGlvbiI7czoxMjoibm90aWZpY2F0aW9uIjtzOjIzOiJzZW5kX2NvbmZpcm1hdGlvbl9lbWFpbCI7YjoxO3M6MTk6InNlbmRlcl9wZXJzb25hbGl6ZWQiO2I6MDtzOjIwOiJjb25maXJtYXRpb25fc3ViamVjdCI7czozNjoiQ29udGFjdCBGb3JtIHN1Ym1pc3Npb24gY29uZmlybWF0aW9uIjtzOjIwOiJjb25maXJtYXRpb25fbWVzc2FnZSI7czoxMzk6IkhlbGxvLCAKClRoYW5rcyBmb3IgY29udGFjdGluZyB1cy4gV2UnbGwgZ2V0IGJhY2sgdG8geW91IGFzIHNvb24gYXMgcG9zc2libGUgd2l0aCB0aGUgaW5mb3JtYXRpb24geW91IG5lZWQuIAoKQmVzdCByZWdhcmRzLApbd3Bfc2l0ZV90aXRsZV0iO3M6OToiZnJvbV9uYW1lIjtzOjI4OiJUaGUgQmVzdCBDZXJha290ZSBJbiBGbG9yaWRhIjtzOjEwOiJmcm9tX2VtYWlsIjtzOjI5OiJhZG1pbkBiZXN0Y2VyYWtvdGVmbG9yaWRhLmNvbSI7czo4OiJyZXBseV90byI7czoyOToiYWRtaW5AYmVzdGNlcmFrb3RlZmxvcmlkYS5jb20iO3M6MzoidXJsIjtzOjA6IiI7czoxMjoibm90aWZpY2F0aW9uIjtzOjgxOiJZb3VyIG1lc3NhZ2UgaGFzIGJlZW4gc2VudCwgdGhhbmsgeW91ISBZb3UnbGwgaGVhciBmcm9tIHVzIHdpdGhpbiB0aGUgbmV4dCAyNCBocnMiO319\" wfd-id=\"489\"></form>\n</div><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_slide_left\" data-css=\"tve-u-1621ef118dc\" style=\"\" wfd-id=\"53\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"54\"><img class=\"tve_image tve_evt_manager_listen tve_et_tve-viewport wp-image-282\" alt=\"Cerakote Certified Logo\" width=\"2148\" height=\"1968\" title=\"Cerakote Certified Logo\" data-id=\"282\" src=\"https://bestcerakoteflorida.com/wp-content/uploads/2018/09/CertifiedLogo.png\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_left&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" style=\"width: 100%;\"></span></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621ee4be73\" style=\"\" wfd-id=\"43\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ee22c43\" wfd-id=\"45\"><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-1695d995f33\" wfd-id=\"47\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=825 South Kings Highway, Fort Pierce&amp;t=m&amp;z=11&amp;output=embed&amp;iwloc=near\"></iframe>\n</div><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-1621ee18a1c\" wfd-id=\"46\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=davie, Florida 33317&amp;t=m&amp;z=11&amp;output=embed&amp;iwloc=near\"></iframe>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621f0aa8f7\" wfd-id=\"24\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621f0ada0e\" wfd-id=\"38\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621f0b0088\" wfd-id=\"25\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621f0d2c1a\" wfd-id=\"26\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-1621f0cbe40\" wfd-id=\"27\"><div class=\"tcb-flex-col\" wfd-id=\"33\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"34\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621f0da775\" wfd-id=\"35\"><p data-css=\"tve-u-1622444fb11\">Â© 2018, BLACKHAWK CUSTOM, LLC . All rights reserved.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"28\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"29\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16223fe5f5b\" wfd-id=\"30\"><p data-css=\"tve-u-1621f0d874c\" style=\"text-align: right;\">Made with <a href=\"https://thrivethemes.com/\" target=\"_blank\">Thrive Architect</a></p></div></div></div></div></div></div>\n</div>\n\n'),(7019,581,'tve_revision_tve_content_more_found',''),(7020,581,'tve_revision_tve_save_post',''),(7021,581,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Special+Elite:400&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Merriweather:400,700&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Poppins:400,800,900,300,700,&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Monda:400,700,&subset=latin\");@media (min-width: 300px){.tcb-plain-text { font-family: Monda; font-weight: 400; font-size: 14px; }#tve_editor [data-css=\"tve-u-1621b072b4e\"] p, #tve_editor [data-css=\"tve-u-1621b072b4e\"] li, #tve_editor [data-css=\"tve-u-1621b072b4e\"] blockquote, #tve_editor [data-css=\"tve-u-1621b072b4e\"] address, #tve_editor [data-css=\"tve-u-1621b072b4e\"] .tcb-plain-text, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h1, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h2, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h3, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h4, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h5, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h6 { color: rgb(18, 18, 18); }[data-css=\"tve-u-1621fe78878\"] .tcb-flex-col { flex-basis: 160px !important; }[data-css=\"tve-u-16417b70f47\"] { padding: 0px !important; margin: 0px !important; }#tve_editor [data-css=\"tve-u-1621fdcb4ea\"] { color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1641367127b\"] > :first-child { color: rgb(15, 29, 123); }[data-css=\"tve-u-1641367127b\"] { font-size: 60px; float: none; box-shadow: none; position: relative; z-index: 5; margin: 0px auto !important; }#tve_editor [data-css=\"tve-u-1641333d7d1\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-162717cb617\"] > .tcb-flex-col { padding-left: 0px; }#tve_editor [data-css=\"tve-u-16413112747\"] { color: rgba(255, 255, 255, 0.85) !important; }[data-css=\"tve-u-16369305186\"] > .tve-cb { display: block; }#tve_editor [data-css=\"tve-u-162717cb609\"] p, #tve_editor [data-css=\"tve-u-162717cb609\"] li, #tve_editor [data-css=\"tve-u-162717cb609\"] blockquote, #tve_editor [data-css=\"tve-u-162717cb609\"] address, #tve_editor [data-css=\"tve-u-162717cb609\"] h1, #tve_editor [data-css=\"tve-u-162717cb609\"] h2, #tve_editor [data-css=\"tve-u-162717cb609\"] h3, #tve_editor [data-css=\"tve-u-162717cb609\"] h4, #tve_editor [data-css=\"tve-u-162717cb609\"] h5, #tve_editor [data-css=\"tve-u-162717cb609\"] h6 { color: rgb(255, 255, 255); }[data-css=\"tve-u-16369305186\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-162717cb621\"] .tve-page-section-in { display: flex; justify-content: center; flex-direction: column; }[data-css=\"tve-u-162717fcf9d\"] .tve-page-section-in { display: block; }[data-css=\"tve-u-1628a146aef\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1628a12f675\"] { padding: 0px !important; margin: 0px 0px 60px !important; }[data-css=\"tve-u-1628a10d3b4\"] { max-width: 100%; padding: 0px !important; margin: 0px 0px 60px !important; }[data-css=\"tve-u-16271ca808e\"] { color: rgb(0, 229, 255) !important; }#tve_editor [data-css=\"tve-u-162717cb618\"] p, #tve_editor [data-css=\"tve-u-162717cb618\"] li, #tve_editor [data-css=\"tve-u-162717cb618\"] blockquote, #tve_editor [data-css=\"tve-u-162717cb618\"] address, #tve_editor [data-css=\"tve-u-162717cb618\"] h1, #tve_editor [data-css=\"tve-u-162717cb618\"] h2, #tve_editor [data-css=\"tve-u-162717cb618\"] h3, #tve_editor [data-css=\"tve-u-162717cb618\"] h4, #tve_editor [data-css=\"tve-u-162717cb618\"] h5, #tve_editor [data-css=\"tve-u-162717cb618\"] h6 { color: rgb(0, 229, 255); }[data-css=\"tve-u-162718bd0c0\"] { clip-path: url(\"#clip-top-a3b25e1c9221a\"); -webkit-clip-path: url(\"#clip-top-a3b25e1c9221a\");  background-image: none !important; opacity: 1; filter: grayscale(0%) blur(0px); }[data-css=\"tve-u-162718a3b40\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-162717fcf9d\"] { z-index: 5; padding: 170px 40px 0px !important; margin-top: -80px !important; }[data-css=\"tve-u-16260cd622f\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-16260cd7683\"]::after { clear: both; }[data-css=\"tve-u-16260cd622f\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin-top: 0px !important; margin-bottom: -1px !important; }[data-css=\"tve-u-16260be7104\"] { max-width: 1200px; }[data-css=\"tve-u-16260ba2fa4\"] { padding: 100px 40px !important; }[data-css=\"tve-u-162539c17ec\"] { line-height: 1.6em !important; }#tve_editor [data-css=\"tve-u-162493b6b63\"]:hover { background-color: rgb(248, 249, 251) !important; }#tve_editor [data-css=\"tve-u-1624939a960\"]:hover { background-color: rgb(248, 249, 251) !important; background-image: none !important; }#tve_editor [data-css=\"tve-u-162492e70ad\"] { color: rgb(137, 141, 167) !important; }[data-css=\"tve-u-162492815ba\"] { padding: 0px !important; margin-top: 25px !important; }[data-css=\"tve-u-162491e8e1f\"]::after { clear: both; }[data-css=\"tve-u-1622f65ba70\"] { border: none; background-image: none !important; padding: 0px 30px 30px !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-1622a159bcb\"] { max-width: 100%; float: none; z-index: 6; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; margin-top: 0px !important; }[data-css=\"tve-u-16229915e4e\"] { max-width: 62.8%; }[data-css=\"tve-u-16229915e1a\"] { max-width: 37.2%; }[data-css=\"tve-u-16225617da3\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-Brett.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16225611edb\"] { min-height: 127px; }[data-css=\"tve-u-1622561121b\"] { max-width: 127px; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-16224848ee5\"]::after { clear: both; }[data-css=\"tve-u-16224834cab\"]::after { clear: both; }[data-css=\"tve-u-1621ee3afec\"] > .tve-cb { display: block; }[data-css=\"tve-u-1621fe78878\"] > .tcb-flex-col { padding-left: 5px; }[data-css=\"tve-u-1621fe940b9\"] { max-width: 50%; }[data-css=\"tve-u-1621fe94086\"] { max-width: 50%; }[data-css=\"tve-u-1621fe85996\"] { max-width: 585px; float: left; z-index: 3; position: relative; width: 100%; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621fe78878\"] > .tcb-flex-col > .tcb-col { min-height: 65px; justify-content: center; }[data-css=\"tve-u-1621fe78878\"] { min-height: inherit; margin-left: -5px; padding: 0px !important; flex-wrap: wrap !important; }#tve_editor [data-css=\"tve-u-1621f4d0451\"] { font-size: 20px !important; }#tve_editor [data-css=\"tve-u-1621f4ceaf6\"] { font-size: 20px !important; color: rgb(12, 12, 12) !important; }[data-css=\"tve-u-1621f45bed3\"] { padding: 0px !important; }[data-css=\"tve-u-1621f114214\"] { float: none; max-width: 100%; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621f0da775\"] { padding: 0px !important; }#tve_editor [data-css=\"tve-u-1621f0d874c\"] { letter-spacing: 1px; color: rgb(137, 141, 167) !important; font-size: 14px !important; }[data-css=\"tve-u-1621f0d2c1a\"] { max-width: 100%; margin-left: 60px !important; margin-right: 60px !important; }[data-css=\"tve-u-1621f0aa8f7\"] .tve-page-section-in { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621f0cbe40\"] { margin-left: 0px; padding: 0px !important; }[data-css=\"tve-u-1621f0cbe40\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-1621f0b0088\"] { max-width: 100%; min-height: 140px !important; }[data-css=\"tve-u-1621f0ada0e\"] { background-image: linear-gradient(rgb(22, 22, 24), rgb(22, 22, 24)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1621f0aa8f7\"] { padding: 0px !important; }[data-css=\"tve-u-1621efddaaf\"] { padding: 0px !important; }[data-css=\"tve-u-1621ef118dc\"] { width: 191px; position: relative; right: -50px; top: 0px; float: none; z-index: 3; margin: 0px auto !important; padding-left: 0px !important; left: 10px; }#tve_editor [data-css=\"tve-u-1621ee74a24\"] > :first-child { color: rgb(255, 255, 255); }[data-css=\"tve-u-1621ee74a24\"] { font-size: 60px; float: none; z-index: 3; position: relative; margin: 0px auto 10px !important; padding-top: 0px !important; box-shadow: none; }[data-css=\"tve-u-1621ee63e1c\"] { float: none; z-index: 3; position: relative; max-width: none; width: 100%; padding: 0px !important; margin: 0px auto 30px !important; }[data-css=\"tve-u-1621ee58e74\"] { background-color: rgba(0, 0, 0, 0.77) !important; border-right: 2px dotted rgb(0, 0, 0) !important; }[data-css=\"tve-u-1621ee3afec\"] { padding: 60px 10px 0px 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621ee22c43\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding-top: 0px !important; padding-left: 0px !important; }[data-css=\"tve-u-1621ee18a1c\"] { margin: 1px 20px 0px !important; box-shadow: none; }[data-css=\"tve-u-1621ee093d4\"] { margin-top: 0px !important; }[data-css=\"tve-u-1621ee03000\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1621ee03000\"] { margin-left: 0px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-1621ee03000\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-1621edf8048\"] { max-width: 100%; min-height: 1px !important; }[data-css=\"tve-u-1621ec454d9\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec43fe2\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec42aa7\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec3a5c0\"] { margin-top: 0px !important; margin-bottom: 10px !important; }[data-css=\"tve-u-1621ec37ea5\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec36a4d\"] { margin-bottom: 10px !important; }[data-css=\"tve-u-1621ea18c5d\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ea19a06\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ea1a5d7\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ea2c69a\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ea23322\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ec298ab\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ec2704c\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ec241aa\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ec05cc3\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec04541\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec009a8\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ebff867\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ebfe4ce\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621eb037bb\"] { padding: 0px !important; margin-top: 0px !important; margin-bottom: 30px !important; }[data-css=\"tve-u-1621eaff572\"] { color: rgb(15, 29, 123) !important; }[data-css=\"tve-u-1621ea50702\"] { max-width: 230px; float: none; z-index: 3; position: relative; width: 100%; padding: 0px !important; margin: 0px auto !important; }#tve_editor [data-css=\"tve-u-1621ea2c69a\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ea295c0\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ea295c0\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ea1fba7\"] > :first-child { color: rgb(137, 141, 167); }#tve_editor [data-css=\"tve-u-1621ea23322\"] { font-size: 16px !important; }[data-css=\"tve-u-1621ea1fba7\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }[data-css=\"tve-u-1621e99c314\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }[data-css=\"tve-u-1621e99b1db\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }[data-css=\"tve-u-1621e9993aa\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ea1a5d7\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ea19a06\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ea18c5d\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621e99c314\"] > :first-child { color: rgb(137, 141, 167); }#tve_editor [data-css=\"tve-u-1621e99b1db\"] > :first-child { color: rgb(137, 141, 167); }#tve_editor [data-css=\"tve-u-1621e9993aa\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621e8107f3\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621e942b65\"] strong { font-weight: 800; }[data-css=\"tve-u-1621e7e9950\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621e930bd7\"] { padding: 0px 0px 50px !important; }#tve_editor [data-css=\"tve-u-1621e92e97f\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1621e81f424\"] { border-radius: 200px; overflow: hidden; background-image: none !important; border: 3px solid rgb(255, 255, 255) !important; background-color: rgb(144, 147, 168) !important; }[data-css=\"tve-u-1621e819c52\"] { min-height: 110px; }[data-css=\"tve-u-1621e8107f3\"] { float: none; max-width: 110px; z-index: 4; padding: 0px !important; margin: -60px auto 30px !important; }[data-css=\"tve-u-1621e7edfd9\"] { clip-path: url(\"#clip-bottom-10ffac3b28f1d\"); -webkit-clip-path: url(\"#clip-bottom-10ffac3b28f1d\");  background-image: none !important; background-color: rgb(144, 147, 168) !important; }[data-css=\"tve-u-1621e7e9950\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1621e7e6c1d\"] { min-height: 150px; }[data-css=\"tve-u-1621e7c7aa1\"] > .tcb-flex-col { padding-left: 60px; }[data-css=\"tve-u-1621e7d5094\"] { min-height: 480px; }[data-css=\"tve-u-1621e7d234c\"] { box-shadow: rgba(0, 0, 0, 0.02) 0px 2px 22px 0px; background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1621e7ceab3\"] { float: none; width: 100%; padding: 0px 0px 20px !important; margin: 0px auto !important; }[data-css=\"tve-u-1621e7c899a\"] { float: none; max-width: 100%; margin: 0px auto !important; }[data-css=\"tve-u-1621e7c7aa1\"] { margin-left: -60px; padding: 0px !important; }[data-css=\"tve-u-1621e7b695a\"] { padding: 0px !important; margin-bottom: 100px !important; }#tve_editor [data-css=\"tve-u-1621e7a7350\"] { color: rgb(15, 29, 123) !important; }[data-css=\"tve-u-1621b3cfc7b\"] { filter: blur(0px); opacity: 1; background-image: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(220, 224, 246) 38%) !important; background-color: rgb(212, 212, 212) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1621b3c8c52\"] { padding: 100px 40px !important; }[data-css=\"tve-u-1621b3c74d9\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-1621b300a64\"]::after { clear: both; }[data-css=\"tve-u-1621b24a89d\"] { padding: 0px !important; }[data-css=\"tve-u-1621b22a018\"] { background-image: none !important; padding: 0px !important; }[data-css=\"tve-u-1621b200375\"] { float: none; max-width: 100%; border-left: 1px solid rgba(15, 29, 123, 0.7); border-right: 1px solid rgba(15, 29, 123, 0.7); background-color: rgb(248, 249, 251) !important; margin: 0px auto !important; }[data-css=\"tve-u-1621b10fccf\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621b0e4fb7\"] { border-right: none; max-width: 100%; padding: 0px !important; margin-bottom: 40px !important; margin-right: 0px !important; }[data-css=\"tve-u-1621b072b4e\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-1621b064668\"] { max-width: 52%; }[data-css=\"tve-u-1621b064646\"] { max-width: 48%; }[data-css=\"tve-u-1621afda4fa\"] { max-width: none; padding: 0px !important; margin-bottom: 40px !important; }#tve_editor [data-css=\"tve-u-1621afd8c98\"] { color: rgb(255, 255, 255) !important; font-size: 20px !important; }[data-css=\"tve-u-1621afceb00\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 80%; padding: 0px !important; margin-bottom: 50px !important; }#tve_editor [data-css=\"tve-u-1621afcc0bf\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1621a8a804b\"] > .tcb-flex-col { padding-left: 60px; }[data-css=\"tve-u-1621ae6c8da\"] { clip-path: url(\"#clip-top-aa2c3e3c70555\"); -webkit-clip-path: url(\"#clip-top-aa2c3e3c70555\");  background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-Cta-2.jpg\") !important; background-size: cover !important; background-position: 0% 100% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1621ae4fd21\"] { max-width: 100%; top: -70px; z-index: 5; left: -60px; position: relative !important; padding: 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-1621ae4db6e\"] { min-height: 524px; }[data-css=\"tve-u-1621ada1e7f\"] .tve-page-section-in { display: flex; flex-direction: column; justify-content: center; }[data-css=\"tve-u-1621adea58b\"] > .tcb-flex-col > .tcb-col { min-height: 1px; justify-content: center; }[data-css=\"tve-u-1621ae0bec7\"] { height: calc(100% - -22px); background-image: linear-gradient(rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.14)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; margin-left: 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621adea58b\"] > .tcb-flex-col { padding-left: 50px; }[data-css=\"tve-u-1621adea58b\"] { margin-left: -50px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-1621ade6172\"] { max-width: 100%; float: none; width: 100%; margin: 0px auto !important; }[data-css=\"tve-u-1621adba9ef\"] { clip-path: url(\"#clip-top-52d5a36c151aa\"); -webkit-clip-path: url(\"#clip-top-52d5a36c151aa\");  background-image: linear-gradient(rgba(15, 29, 123, 0.65), rgba(15, 29, 123, 0.65)), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-cta-bg.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-1621ada1e7f\"] { padding: 0px 40px !important; }[data-css=\"tve-u-1621ad46076\"] { padding: 100px 40px !important; margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1621ad420c4\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-1621a9076ef\"] { padding-top: 2px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-1621acf64fb\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621acf47d2\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1621acf0289\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621a8e11f3\"] { padding-top: 2px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-1621a8e5625\"] { padding-top: 2px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-1621ace4de9\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1621ace1b08\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1621a9a2867\"] strong { font-weight: 700; }#tve_editor [data-css=\"tve-u-1621a9a2867\"] { font-weight: 300; color: rgb(15, 29, 123) !important; font-family: Poppins !important; }[data-css=\"tve-u-1621a9750ae\"] { font-size: 13.6px !important; line-height: 13.6px !important; }[data-css=\"tve-u-1621a9a2867\"] { font-size: 48px !important; line-height: 48px !important; }[data-css=\"tve-u-1621a9a2866\"] { margin-top: 40px !important; }[data-css=\"tve-u-1621a9a2862\"] { width: 160px !important; height: 160px !important; background-color: rgb(137, 141, 167) !important; }[data-css=\"tve-u-1621a98b602\"] { stroke-dasharray: 502.655, 502.655; }[data-css=\"tve-u-1621a983587\"] { float: none; border: 30px solid rgba(137, 141, 167, 0.24); z-index: 3; position: relative; margin: 30px auto 0px !important; padding: 0px !important; }[data-css=\"tve-u-1621a9750ae\"] strong { font-weight: 700; }#tve_editor [data-css=\"tve-u-1621a9750ae\"] { color: rgb(255, 255, 255) !important; font-family: Monda !important; }[data-css=\"tve-u-1621a96b190\"] { background-color: rgb(231, 229, 229); width: 144px !important; height: 144px !important; top: 8px !important; bottom: 8px !important; left: 8px !important; right: 8px !important; }[data-css=\"tve-u-1621a9685d4\"] { stroke: rgb(248, 251, 253) !important; stroke-width: 17px !important; }[data-css=\"tve-u-1621a8a804b\"] > .tcb-flex-col > .tcb-col { min-height: 445px; justify-content: center; }[data-css=\"tve-u-1621a90a46f\"] { background-image: radial-gradient(rgba(255, 255, 255, 0.51) 16%, rgb(255, 255, 255) 73%), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-100-clean.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }#tve_editor [data-css=\"tve-u-1621a9076ef\"] > :first-child { color: rgb(15, 29, 123); }#tve_editor [data-css=\"tve-u-1621a8e5625\"] > :first-child { color: rgb(15, 29, 123); }#tve_editor [data-css=\"tve-u-1621a8e11f3\"] > :first-child { color: rgb(15, 29, 123); }[data-css=\"tve-u-1621a8c4313\"] { padding: 0px !important; margin-bottom: 60px !important; }[data-css=\"tve-u-1621a8b2488\"] { float: none; max-width: 100%; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621a8a804b\"] { min-height: inherit; margin-left: -60px; padding: 0px !important; }[data-css=\"tve-u-1621a2e0d5b\"] { line-height: 1em !important; }[data-css=\"tve-u-1621a2247ba\"] { max-width: 100%; float: none; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; }#tve_editor [data-css=\"tve-u-1620af7eb3f\"] .tcb-button-link { font-size: 18px; color: rgb(15, 29, 123) !important; }#tve_editor [data-css=\"tve-u-1620af7eb3f\"]:hover strong { font-weight: 700 !important; }[data-css=\"tve-u-1620af7eb3f\"] { width: 268px; float: left; z-index: 3; position: relative; display: block; max-width: 268px; margin-bottom: 0px !important; margin-top: 0px !important; margin-left: 3px !important; }#tve_editor [data-css=\"tve-u-1620af7eb3f\"]:hover .tcb-button-link { color: rgb(255, 255, 255) !important; border-radius: 200px !important; overflow: hidden !important; font-family: Monda !important; font-weight: 400 !important; text-shadow: none !important; background-image: none !important; background-color: rgb(15, 29, 123) !important; }[data-css=\"tve-u-1620af7eb3f\"] .tcb-button-link { border-radius: 200px; min-height: 54.7619px; font-size: 1.33333em; padding-top: 0px; padding-bottom: 0px; background-image: none !important; background-color: rgb(255, 255, 255) !important; padding-right: 15px !important; }#tcb_landing_page a:not(.tcb-button-link).tve_state_hover { color: rgb(35, 55, 188); }#tcb_landing_page a:not(.tcb-button-link):hover { color: rgb(35, 55, 188); }#tcb_landing_page a:not(.tcb-button-link) { color: rgb(255, 255, 255); }#tcb_landing_page input strong { font-weight: 700; }#tcb_landing_page .tcb-button-link strong { font-weight: 700; }#tcb_landing_page p strong, #tcb_landing_page li strong { font-weight: 700; }#tcb_landing_page input { font-family: Merriweather; font-weight: 400; }#tcb_landing_page .tcb-button-link { font-family: Merriweather; font-weight: 400; }#tcb_landing_page p, #tcb_landing_page li { color: rgb(12, 12, 12); font-family: Merriweather; font-weight: 400; line-height: 1.5em; font-size: 16px; }#tcb_landing_page h6 { text-transform: uppercase; font-size: 14px; color: rgb(0, 0, 0); font-family: \"Special Elite\"; font-weight: 400; letter-spacing: 1px; line-height: 1.3em; }#tcb_landing_page h5 { font-size: 22px; color: rgb(12, 12, 12); font-family: \"Special Elite\"; font-weight: 400; line-height: 1.3em; }#tcb_landing_page h4 { font-size: 24px; color: rgb(12, 12, 12); font-family: \"Special Elite\"; font-weight: 400; line-height: 1.3em; }#tcb_landing_page h3 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(12, 12, 12); font-size: 26px; line-height: 1.3em; }#tcb_landing_page h2 { color: rgb(0, 0, 0); font-size: 30px; letter-spacing: 2px; text-transform: uppercase; line-height: 1.3em; font-family: \"Special Elite\"; font-weight: 400; }#tcb_landing_page h1 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(0, 0, 0); font-size: 42px; line-height: 1.3em; }[data-css=\"tve-u-15e09c94f7d\"] { background-color: rgb(231, 229, 229) !important; }[data-css=\"tve-u-1621b01355a\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621b01355a\"] { max-width: 274px; position: relative; float: left; z-index: 3; width: 100%; padding: 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-1621b028939\"] .tcb-button-link { font-size: 18px; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1621b028939\"]:hover strong { font-weight: 700 !important; }[data-css=\"tve-u-1621b028939\"] { display: block; max-width: 268px; width: 268px; top: 0px; left: 0px; float: left; z-index: 3; position: relative; margin-bottom: 0px !important; margin-top: 0px !important; }#tve_editor [data-css=\"tve-u-1621b028939\"]:hover .tcb-button-link { background-color: rgb(255, 255, 255) !important; color: rgb(15, 29, 123) !important; overflow: hidden !important; font-family: Monda !important; background-image: none !important; text-align: center !important; }[data-css=\"tve-u-1621b028939\"] .tcb-button-link { min-height: 54.7619px; font-size: 1.33333em; padding-top: 0px; padding-bottom: 0px; border: 1px solid rgb(255, 255, 255); border-radius: 30px; overflow: hidden; background-color: rgba(26, 188, 156, 0.01) !important; padding-right: 15px !important; color: rgb(26, 188, 156) !important; }[data-css=\"tve-u-1621b08fdde\"] { border-radius: 200px; overflow: hidden; border: 1px solid rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1621b01355a\"]:hover [data-css=\"tve-u-1621b08fdde\"] { border: 1px solid rgba(255, 255, 255, 0.4) !important; }[data-css=\"tve-u-1621b30ca74\"]::after { clear: both; }#tve_editor [data-css=\"tve-u-1621e942b65\"] { font-weight: 400; letter-spacing: 0px; color: rgb(255, 255, 255) !important; font-family: Poppins !important; font-size: 30px !important; }[data-css=\"tve-u-1621e94cb4e\"] { float: none; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621eaaedd8\"] { clip-path: url(\"#clip-bottom-a2b9cf3198d6f\"); -webkit-clip-path: url(\"#clip-bottom-a2b9cf3198d6f\");  background-image: none !important; background-color: rgb(5, 10, 42) !important; }[data-css=\"tve-u-1621eab272c\"] { border-radius: 200px; overflow: hidden; background-image: none !important; border: 3px solid rgb(255, 255, 255) !important; background-color: rgb(5, 10, 42) !important; }[data-css=\"tve-u-1621eacf6af\"] { max-width: 230px; float: none; z-index: 3; position: relative; padding: 0px !important; margin: 0px auto !important; }[data-css=\"tve-u-1621eb3eb9f\"] { clip-path: url(\"#clip-bottom-ac98bb0e54b3b\"); -webkit-clip-path: url(\"#clip-bottom-ac98bb0e54b3b\");  background-image: none !important; background-color: rgb(45, 51, 89) !important; }[data-css=\"tve-u-1621eb43d8d\"] { border-radius: 200px; overflow: hidden; background-image: none !important; border: 3px solid rgb(255, 255, 255) !important; background-color: rgb(45, 51, 89) !important; }[data-css=\"tve-u-1621eb7ccb0\"] { min-height: 530px; }[data-css=\"tve-u-1621eb81205\"] { padding: 0px 0px 20px !important; margin-top: -25px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621ebbbb6d\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621ebbbb6d\"] { max-width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1621ebf340c\"] { max-width: 230px; float: none; z-index: 3; position: relative; width: 100%; padding: 0px !important; margin: 0px auto !important; }[data-css=\"tve-u-1621ebfa746\"] { padding: 0px !important; margin-top: 0px !important; margin-bottom: 30px !important; }#tve_editor [data-css=\"tve-u-1621ebfe4ce\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ebff867\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ec009a8\"] { font-size: 16px !important; }[data-css=\"tve-u-1621ec09a3c\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; margin: 0px !important; }#tve_editor [data-css=\"tve-u-1621ec09a3c\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ec0c5bd\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; margin: 0px !important; }#tve_editor [data-css=\"tve-u-1621ec0c5bd\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ec15f6e\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ec15f6e\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ec204df\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ec204df\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ec20f68\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ec20f68\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ec21a31\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ec21a31\"] > :first-child { color: rgb(137, 141, 167); }#tve_editor [data-css=\"tve-u-1621ec241aa\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ec2704c\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ec298ab\"] { font-size: 16px !important; }[data-css=\"tve-u-1621ec6c39b\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621ec6c39b\"] { float: none; max-width: 110px; z-index: 4; padding: 0px !important; margin: -60px auto 30px !important; }[data-css=\"tve-u-1621ec752da\"] { min-height: 110px; }[data-css=\"tve-u-1621ec78d2c\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621ec78d2c\"] { float: none; max-width: 110px; z-index: 4; padding: 0px !important; margin: -60px auto 30px !important; }[data-css=\"tve-u-1621ec79a7d\"] { min-height: 110px; }[data-css=\"tve-u-1621ec7f21a\"] { min-height: 160px; }[data-css=\"tve-u-1621f154231\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-1621f154231\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin: 0px 0px -1px !important; }[data-css=\"tve-u-1621f15b521\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-1621f15b521\"] { float: right; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin-top: -1px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621f4ceaf7\"] { color: rgb(15, 29, 123) !important; }[data-css=\"tve-u-1621fb65556\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-1621fb65556\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-1621fb65556\"] { min-height: inherit; margin-left: -20px; padding: 0px !important; }[data-css=\"tve-u-1621fb68b97\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-1621fb68b97\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-1621fb68b97\"] { min-height: inherit; margin-left: -30px; padding: 30px !important; }[data-css=\"tve-u-1621fbacc60\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621fbcad8c\"] { padding: 0px !important; }[data-css=\"tve-u-1621fc0ce17\"] { padding: 0px !important; margin-bottom: 15px !important; }[data-css=\"tve-u-1621fd84d7b\"] { min-height: 480px; }[data-css=\"tve-u-1621fd8766c\"] { min-height: 150px; }[data-css=\"tve-u-1621fd9c946\"] { padding: 0px 0px 20px !important; margin-top: 0px !important; margin-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-1621fe1587d\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1621fe1725e\"] strong { font-weight: 800; }#tve_editor [data-css=\"tve-u-1621fe1725e\"] { font-weight: 400; letter-spacing: 0px; color: rgb(255, 255, 255) !important; font-family: Poppins !important; font-size: 30px !important; }#tve_editor [data-css=\"tve-u-1621fe1a1af\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1621fe1bd18\"] strong { font-weight: 800; }#tve_editor [data-css=\"tve-u-1621fe1bd18\"] { font-weight: 400; letter-spacing: 0px; color: rgb(255, 255, 255) !important; font-family: Poppins !important; font-size: 30px !important; }[data-css=\"tve-u-16223b080b0\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-16223b080b0\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-16223f02c16\"] { min-height: 62px; }[data-css=\"tve-u-16223fe5f5b\"] { padding: 0px !important; }[data-css=\"tve-u-16224439be1\"] { padding: 0px !important; }#tve_editor [data-css=\"tve-u-1622444fb11\"] { letter-spacing: 1px; color: rgb(137, 141, 167) !important; font-size: 14px !important; }#tve_editor [data-css=\"tve-u-16228c764b2\"] { font-size: 18px !important; }[data-css=\"tve-u-16229f6175c\"] { border: none; margin: 80px 0px 0px !important; background-image: none !important; }[data-css=\"tve-u-16229fa6a26\"] { border: none; box-shadow: none; padding: 0px 30px 30px !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-16229fa8c68\"] { border: none; padding: 0px 30px 30px !important; background-image: none !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col > .tcb-col { min-height: 244px; }[data-css=\"tve-u-16229ffbb7b\"] { margin-left: -30px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16248fc42a1\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-16248fc42a1\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-16248fc71c8\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-16249355087\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-16249355087\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-16249358652\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-16249358652\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-1624935a201\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-1624935a201\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-16249367114\"] { border: none; margin: 30px 0px 0px !important; background-image: none !important; }[data-css=\"tve-u-16249373b25\"] { border: none; padding: 0px 30px 30px !important; background-image: linear-gradient(rgb(248, 249, 251), rgb(248, 249, 251)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1624939a960\"] { border: none; box-shadow: none; padding: 0px 30px 30px !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-162493a03b0\"] > .tcb-flex-col > .tcb-col { min-height: 244px; }[data-css=\"tve-u-162493a03b0\"] { margin-left: -30px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-162493a03b0\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-162493b6b63\"] { border: none; background-image: none !important; padding: 0px 30px 30px !important; background-color: rgb(248, 249, 251) !important; }#tve_editor [data-css=\"tve-u-162493d5f13\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-162493d5f13\"] { font-size: 30px; width: 30px; height: 30px; top: 0px; left: 0px; display: block; position: static; z-index: 8; border-bottom: 1px solid rgb(10, 93, 165); border-top: none; border-right: none; border-left: none; border-image: initial; margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-162494b490e\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-162494b7ad0\"] { padding: 0px !important; margin-top: 25px !important; margin-left: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-1625389a3d5\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-1625389a3d5\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-1625389b4ed\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-1625389b4ed\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-162539ac577\"] { max-width: 39%; }[data-css=\"tve-u-162539ac57d\"] { max-width: 61%; }#tve_editor [data-css=\"tve-u-162539c17ec\"] { font-size: 16px !important; color: rgba(12, 12, 12, 0.7) !important; }[data-css=\"tve-u-16260c39a7e\"] { float: none; max-width: 100%; border-left: 1px solid rgba(15, 29, 123, 0.7); border-right: 1px solid rgba(15, 29, 123, 0.7); margin: 0px auto !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-16260c433e9\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-Rosie.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16260c5ff07\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-16260c5ff07\"] { float: right; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin: -1px 0px 0px !important; }[data-css=\"tve-u-16260c5ff0c\"]::after { clear: both; }[data-css=\"tve-u-16260d01208\"] { max-width: 37%; }[data-css=\"tve-u-16260d0120e\"] { max-width: 63%; }[data-css=\"tve-u-16260d39b83\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-16260d39b83\"] { float: right; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin-top: -1px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-16260d3b97e\"]::after { clear: both; }[data-css=\"tve-u-16260d3f4aa\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16260d3f4aa\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-16260d3f4aa\"] { min-height: inherit; margin-left: -30px; padding: 30px !important; }[data-css=\"tve-u-16260d3f4af\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-16260d3f4af\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-16260d3f4af\"] { min-height: inherit; margin-left: -20px; padding: 0px !important; }[data-css=\"tve-u-16260d5e4b8\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-Shawn.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16260d73672\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-16260d73672\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin-top: 0px !important; margin-bottom: -1px !important; }[data-css=\"tve-u-16260d8392c\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16260d8392c\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-16260d8392c\"] { min-height: inherit; margin-left: -30px; padding: 30px !important; }[data-css=\"tve-u-16260d8396c\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-16260d8396c\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-16260d8396c\"] { min-height: inherit; margin-left: -20px; padding: 0px !important; }[data-css=\"tve-u-16260da3aa7\"] { float: none; max-width: 100%; border-left: 1px solid rgba(15, 29, 123, 0.7); border-right: 1px solid rgba(15, 29, 123, 0.7); margin: 0px auto !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-162717cb600\"] { max-width: 58.2%; }[data-css=\"tve-u-162717cb601\"] { max-width: 41.8%; }[data-css=\"tve-u-162717cb609\"]::after { clear: both; }[data-css=\"tve-u-162717cb60a\"] { padding-right: 50px !important; padding-bottom: 80px !important; padding-top: 20px !important; }[data-css=\"tve-u-162717cb60b\"]::after { clear: both; }[data-css=\"tve-u-162717cb60b\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-162717cb60f\"] { padding: 0px !important; margin-bottom: 25px !important; }[data-css=\"tve-u-162717cb610\"] { padding: 0px !important; margin-bottom: 35px !important; box-shadow: none !important; }#tve_editor [data-css=\"tve-u-162717cb616\"] { text-shadow: rgb(0, 0, 0) 2px 2px 2px; text-transform: none !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-162717cb617\"] { margin-left: 0px; padding: 0px !important; }[data-css=\"tve-u-162717cb618\"] { max-width: none; margin-top: 0px !important; }[data-css=\"tve-u-162717cb620\"] { clip-path: url(\"#clip-bottom-c883ac5175045\"); -webkit-clip-path: url(\"#clip-bottom-c883ac5175045\");  opacity: 1; filter: grayscale(0%) blur(0px); background-image: linear-gradient(rgba(0, 0, 0, 0.46), rgba(0, 0, 0, 0.46)), url(\"https://bestcerakoteflorida.com/wp-content/uploads/2018/05/FTYS6743.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, fixed !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-162717cb609\"] { max-width: 1200px; min-height: 630px !important; }[data-css=\"tve-u-162717cb621\"] { z-index: 1; padding: 125px 40px 0px !important; margin-top: -130px !important; }[data-css=\"tve-u-162717d1bb6\"] { border-right: 1px solid rgba(255, 255, 255, 0.2); }[data-css=\"tve-u-162717d1bb7\"] { max-width: 23.7%; }[data-css=\"tve-u-162717d1bb9\"] { max-width: 42.9%; }[data-css=\"tve-u-162717d1bbc\"] { border-left: none; padding: 0px !important; }[data-css=\"tve-u-162717d1bbe\"] { border-bottom: 1px solid rgba(255, 255, 255, 0.2); float: none; width: 100%; position: relative; z-index: 10; max-width: 1600px; margin: 0px auto !important; }[data-css=\"tve-u-162717d1bbf\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-162717d1bbf\"] > .tcb-flex-col { padding-left: 17px; }[data-css=\"tve-u-162717d1bbf\"] { margin-left: -17px; min-height: inherit; padding: 5px 0px 0px 40px !important; }#tve_editor [data-css=\"tve-u-162717d1bbe\"] p, #tve_editor [data-css=\"tve-u-162717d1bbe\"] li, #tve_editor [data-css=\"tve-u-162717d1bbe\"] blockquote, #tve_editor [data-css=\"tve-u-162717d1bbe\"] address { font-size: 16px; }#tve_editor [data-css=\"tve-u-16271adf6cf\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-16271adf6cf\"] { font-size: 30px; width: 30px; height: 30px; top: 22px; left: 20px; border-bottom: 1px solid rgb(10, 93, 165); margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1641367e553\"] > :first-child { color: rgba(15, 29, 123, 0.12); }[data-css=\"tve-u-1641367e553\"] { font-size: 60px; float: none; box-shadow: none; width: 60px; height: 60px; margin: -55px auto 60px !important; padding-right: 17px !important; }[data-css=\"tve-u-16416e4fafd\"] { box-shadow: rgba(0, 0, 0, 0.02) 0px 2px 22px 0px; background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16416e603ab\"] { box-shadow: rgba(0, 0, 0, 0.12) 0px 3px 44px 0px; background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-164179a84b8\"] > .tve-cb { display: block; }[data-css=\"tve-u-164179a84b8\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-164179bced9\"] { border-right: none; padding: 3px 0px 0px !important; position: static !important; }[data-css=\"tve-u-16417b4cb9e\"] { padding: 0px 0px 50px !important; }[data-css=\"tve-u-16417b62c09\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-16417b662bf\"] { margin-top: 0px !important; margin-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-16417e5bd95\"] > :first-child { color: rgb(255, 255, 255); }[data-css=\"tve-u-16417e5bd95\"] { z-index: 4; position: relative; float: left; font-size: 25px !important; width: 25px !important; height: 25px !important; margin: 3px 15px 0px 0px !important; padding-left: 0px !important; }[data-css=\"tve-u-1641c1af44d\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1641c1b01a6\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1641c1b0a67\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1641c1b12d8\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }#tve_editor [data-css=\"tve-u-1641c1b33f9\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-1641c1b33f9\"] { font-size: 30px; width: 30px; height: 30px; top: 22px; left: 20px; border-bottom: 1px solid rgb(10, 93, 165); margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1641c1b456a\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-1641c1b456a\"] { font-size: 30px; width: 30px; height: 30px; top: 22px; left: 20px; border-bottom: 1px solid rgb(10, 93, 165); margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1641c1b52d3\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-1641c1b52d3\"] { font-size: 30px; width: 30px; height: 30px; top: 22px; left: 20px; border-bottom: 1px solid rgb(10, 93, 165); margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1641c1b60b4\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-1641c1b60b4\"] { font-size: 30px; width: 30px; height: 30px; top: 22px; left: 20px; border-bottom: 1px solid rgb(10, 93, 165); margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }#tcb_landing_page .tcb-plain-text { color: rgb(0, 0, 0); font-family: Merriweather; font-weight: 400; }#tcb_landing_page .tcb-plain-text strong { font-weight: 700; }[data-css=\"tve-u-162717d1bbe\"] p { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-162717d1bbe\"] h3 { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-1695981e7bb\"] { max-width: 33.3545%; }[data-css=\"tve-u-16959822de2\"] { width: 291px; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-16959846d3d\"] { margin-top: 0px !important; }[data-css=\"tve-u-16959cd1e7a\"] { margin-top: 10px !important; }[data-css=\"tve-u-1695a3002e2\"] .tcb-button-link { border-radius: 4px; border-bottom: 4px solid rgb(117, 0, 23); border-top-color: rgb(198, 225, 224); border-right-color: rgb(198, 225, 224); border-left-color: rgb(198, 225, 224); background-image: none !important; background-color: rgb(143, 2, 32) !important; padding-right: 25px !important; }#tve_editor [data-css=\"tve-u-1695a3002e2\"]:hover .tcb-button-link { background-color: rgb(132, 1, 28) !important; }#tve_editor [data-css=\"tve-u-1695a36117b\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1695d995f33\"] { box-shadow: none; margin: 0px 20px -25px !important; }#tve_editor [data-css=\"tve-u-1695d9d652a\"]:hover input, #tve_editor [data-css=\"tve-u-1695d9d652a\"]:hover textarea { box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 9px -3px !important; }#tve_editor [data-css=\"tve-u-1695d9d6528\"]:hover input, #tve_editor [data-css=\"tve-u-1695d9d6528\"]:hover textarea { box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 9px -3px !important; }#tve_editor [data-css=\"tve-u-1695d9d6526\"]:hover input, #tve_editor [data-css=\"tve-u-1695d9d6526\"]:hover textarea { box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 9px -3px !important; }#tve_editor [data-css=\"tve-u-1695d9d6529\"] { font-family: \"Courier New\", Courier, monospace; font-weight: 700; font-size: 13px; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1695d9d6527\"] { font-family: \"Courier New\", Courier, monospace; font-weight: 700; font-size: 13px; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1695d9d6525\"] { font-family: \"Courier New\", Courier, monospace; font-weight: 700; font-size: 13px; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1695d9d652a\"] input, [data-css=\"tve-u-1695d9d652a\"] textarea { box-shadow: rgba(0, 0, 0, 0.25) 0px 2px 9px -6px; background-image: none !important; }[data-css=\"tve-u-1695d9d6528\"] input, [data-css=\"tve-u-1695d9d6528\"] textarea { box-shadow: rgba(0, 0, 0, 0.25) 0px 2px 9px -6px; background-image: none !important; }[data-css=\"tve-u-1695d9d6526\"] input, [data-css=\"tve-u-1695d9d6526\"] textarea { box-shadow: rgba(0, 0, 0, 0.25) 0px 2px 9px -6px; background-image: none !important; }[data-css=\"tve-u-1695d9d6529\"] { text-transform: capitalize; letter-spacing: 1px; font-weight: normal !important; }[data-css=\"tve-u-1695d9d6527\"] { text-transform: capitalize; letter-spacing: 1px; font-weight: normal !important; }[data-css=\"tve-u-1695d9d6525\"] { text-transform: capitalize; letter-spacing: 1px; font-weight: normal !important; }#tve_editor [data-css=\"tve-u-1695d9d652a\"] input, #tve_editor [data-css=\"tve-u-1695d9d652a\"] textarea { border-radius: 4px; overflow: hidden; border: 1px solid rgb(237, 240, 243); }#tve_editor [data-css=\"tve-u-1695d9d6528\"] input, #tve_editor [data-css=\"tve-u-1695d9d6528\"] textarea { border-radius: 4px; overflow: hidden; border: 1px solid rgb(237, 240, 243); }#tve_editor [data-css=\"tve-u-1695d9d6526\"] input, #tve_editor [data-css=\"tve-u-1695d9d6526\"] textarea { border-radius: 4px; overflow: hidden; border: 1px solid rgb(237, 240, 243); }[data-css=\"tve-u-1695dd04208\"] { margin-bottom: 10px !important; border-radius: 11px; overflow: hidden; }#tve_editor [data-css=\"tve-u-1695dd27f6a\"] button { border-radius: 8px; background-image: none !important; background-color: rgb(143, 2, 32) !important; border-color: rgb(131, 148, 139); padding: 10px !important; font-weight: 400 !important; font-family: \"Special Elite\"; text-transform: uppercase; font-size: 17px; }#tve_editor [data-css=\"tve-u-1695dd27f6a\"]:hover button { background-color: rgb(75, 105, 89) !important; border-color: rgb(1, 2, 2) rgb(0, 0, 0) rgb(1, 2, 2) rgb(1, 2, 2) !important; }#tve_editor [data-css=\"tve-u-1695dd27f6a\"] { max-width: 30%; width: 30%; }[data-css=\"tve-u-1695dd27f6a\"] { margin-left: auto !important; margin-right: auto !important; float: none; }[data-css=\"tve-u-1695dd484d7\"] { border-radius: 11px; overflow: hidden; margin-bottom: 10px !important; }#tve_editor .thrv-content-box [data-css=\"tve-u-1621ee37f4a\"] p, #tve_editor .thrv-content-box [data-css=\"tve-u-1621ee37f4a\"] li, #tve_editor .thrv-content-box [data-css=\"tve-u-1621ee37f4a\"] blockquote, #tve_editor .thrv-content-box [data-css=\"tve-u-1621ee37f4a\"] address, #tve_editor .thrv-content-box [data-css=\"tve-u-1621ee37f4a\"] .tcb-plain-text, #tve_editor .thrv-content-box [data-css=\"tve-u-1621ee37f4a\"] label, #tve_editor .thrv-content-box [data-css=\"tve-u-1621ee37f4a\"] h1, #tve_editor .thrv-content-box [data-css=\"tve-u-1621ee37f4a\"] h2, #tve_editor .thrv-content-box [data-css=\"tve-u-1621ee37f4a\"] h3, #tve_editor .thrv-content-box [data-css=\"tve-u-1621ee37f4a\"] h4, #tve_editor .thrv-content-box [data-css=\"tve-u-1621ee37f4a\"] h5, #tve_editor .thrv-content-box [data-css=\"tve-u-1621ee37f4a\"] h6 { color: rgb(255, 255, 255); }#tve_editor [data-css=\"tve-u-1695d9d6526\"] input, #tve_editor [data-css=\"tve-u-1695d9d6526\"] input::placeholder, #tve_editor [data-css=\"tve-u-1695d9d6526\"] textarea, #tve_editor [data-css=\"tve-u-1695d9d6526\"] textarea::placeholder { color: rgb(0, 0, 0); }#tve_editor [data-css=\"tve-u-1695d9d6528\"] input, #tve_editor [data-css=\"tve-u-1695d9d6528\"] input::placeholder, #tve_editor [data-css=\"tve-u-1695d9d6528\"] textarea, #tve_editor [data-css=\"tve-u-1695d9d6528\"] textarea::placeholder { color: rgb(0, 0, 0); }#tve_editor [data-css=\"tve-u-1695d9d652a\"] input, #tve_editor [data-css=\"tve-u-1695d9d652a\"] input::placeholder, #tve_editor [data-css=\"tve-u-1695d9d652a\"] textarea, #tve_editor [data-css=\"tve-u-1695d9d652a\"] textarea::placeholder { color: rgb(0, 0, 0); }}@media (max-width: 1023px){[data-css=\"tve-u-1621ebfa746\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621eb037bb\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621ec78d2c\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621ec6c39b\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621b064668\"] { max-width: 49%; }[data-css=\"tve-u-1621b064646\"] { max-width: 51%; }[data-css=\"tve-u-1621b3c74d9\"] { max-width: 100%; }[data-css=\"tve-u-1621f0b0088\"] { min-height: 100px !important; }[data-css=\"tve-u-1621ee3afec\"] > .tve-cb { display: block; }[data-css=\"tve-u-1621e7ceab3\"] > .tve-cb { display: block; }[data-css=\"tve-u-1621ea50702\"] { float: none; width: 100%; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621ae4fd21\"] > .tve-cb { display: block; }[data-css=\"tve-u-162717cb60f\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-162717cb610\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-16223dad661\"] { padding-top: 20px !important; }[data-css=\"tve-u-1641367127b\"] { float: none; font-size: 50px; width: 50px; height: 50px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1641367e553\"] { float: none; font-size: 50px; width: 50px; height: 50px; margin: -44px auto 40px !important; padding-right: 12px !important; }[data-css=\"tve-u-1621e7b695a\"] { margin-bottom: 50px !important; }[data-css=\"tve-u-1621ee37f4a\"] { min-height: 262px; }[data-css=\"tve-u-1621ada1e7f\"] { padding: 50px 30px 50px 0px !important; }[data-css=\"tve-u-1621b072b4e\"] { max-width: 100%; }[data-css=\"tve-u-1621a2247ba\"] { margin-bottom: 60px !important; }[data-css=\"tve-u-16229f6175c\"] { margin-top: 0px !important; }[data-css=\"tve-u-162717cb60b\"] { height: calc(100% - -85px); margin-top: -85px !important; }[data-css=\"tve-u-162717cb617\"] .tcb-flex-col { flex-basis: 560px !important; }#tcb_landing_page h5 { line-height: 1.3em; }#tcb_landing_page h6 { line-height: 1.4em; }#tcb_landing_page p, #tcb_landing_page li { line-height: 1.5em; }[data-css=\"tve-u-1628a146aef\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1628a12f675\"] { margin-bottom: 40px !important; }[data-css=\"tve-u-1628a10d3b4\"] { margin-bottom: 40px !important; }[data-css=\"tve-u-162718bd0c0\"] { clip-path: url(\"#clip-tablet-top-a3b25e1c9221a\"); -webkit-clip-path: url(\"#clip-tablet-top-a3b25e1c9221a\");  background-color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-162717cb621\"] { z-index: 6; padding-top: 60px !important; margin-top: -90px !important; }[data-css=\"tve-u-162718a3b40\"] { max-width: 100%; min-height: 1px !important; }[data-css=\"tve-u-16271adf6cf\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-162493d5f13\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-162717fcf9d\"] { margin-top: -40px !important; padding-top: 90px !important; padding-left: 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-16260d3f4af\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16260d3f4aa\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1621fb65556\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1621fb68b97\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16260d8396c\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16260d8392c\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16260d39b83\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-16260c5ff07\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-16260ba2fa4\"] { padding: 50px 40px !important; }[data-css=\"tve-u-16260be7104\"] { max-width: 100%; }[data-css=\"tve-u-1621ebbbb6d\"] { margin-top: -1px !important; }[data-css=\"tve-u-1621eaaedd8\"] { clip-path: url(\"#clip-tablet-bottom-a2b9cf3198d6f\"); -webkit-clip-path: url(\"#clip-tablet-bottom-a2b9cf3198d6f\");  }[data-css=\"tve-u-1621e7e9950\"] { margin-top: -1px !important; }[data-css=\"tve-u-16229fa8c68\"] { padding: 0px 20px 20px !important; }[data-css=\"tve-u-1622f65ba70\"] { padding: 0px 20px 20px !important; }[data-css=\"tve-u-16249373b25\"] { padding-left: 20px !important; padding-right: 20px !important; padding-bottom: 20px !important; }[data-css=\"tve-u-162493b6b63\"] { padding-left: 20px !important; padding-bottom: 20px !important; padding-right: 20px !important; }[data-css=\"tve-u-16249367114\"] { margin-top: 20px !important; }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-1624935a201\"] { line-height: 1.3em !important; }[data-css=\"tve-u-16249358652\"] { line-height: 1.3em !important; }[data-css=\"tve-u-16249355087\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1625389b4ed\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1625389a3d5\"] { line-height: 1.3em !important; }[data-css=\"tve-u-16248fc42a1\"] { line-height: 1.3em !important; }[data-css=\"tve-u-162493a03b0\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-162493a03b0\"] .tcb-flex-col { flex-basis: 145px !important; }[data-css=\"tve-u-1622a159bcb\"] { float: none; max-width: 85%; margin: 0px auto !important; padding-top: 0px !important; }[data-css=\"tve-u-16229fa6a26\"] { margin-bottom: 20px !important; padding: 0px 20px 20px !important; }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16229ffbb7b\"] { min-height: inherit; margin-left: -20px; }[data-css=\"tve-u-1621ad46076\"] { margin-bottom: 0px !important; margin-top: 0px !important; padding: 50px 40px !important; }#tve_editor [data-css=\"tve-u-1621b028939\"] .tcb-button-link { font-size: 18px; }[data-css=\"tve-u-16223f02c16\"] { min-height: 54px; }[data-css=\"tve-u-1621b01355a\"] { max-width: 304px; padding: 2px !important; }[data-css=\"tve-u-1620af7eb3f\"] { float: none; z-index: 3; position: relative; display: block; max-width: 300px; width: 300px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621afda4fa\"] { max-width: 100%; margin-bottom: 30px !important; }[data-css=\"tve-u-16224716d62\"]::after { clear: both; }[data-css=\"tve-u-1621f0aa8f7\"] { margin-top: 0px !important; }[data-css=\"tve-u-1621e7e6c1d\"] { min-height: 150px; }[data-css=\"tve-u-1621e7edfd9\"] { clip-path: url(\"#clip-tablet-bottom-10ffac3b28f1d\"); -webkit-clip-path: url(\"#clip-tablet-bottom-10ffac3b28f1d\");  }[data-css=\"tve-u-1621ebf340c\"] { float: none; width: 100%; padding: 0px !important; margin-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621e7d5094\"] { min-height: 455px; }[data-css=\"tve-u-1621adea58b\"] > .tcb-flex-col > .tcb-col { justify-content: center; }[data-css=\"tve-u-16223dad661\"]::after { clear: both; }[data-css=\"tve-u-1621e8107f3\"] { float: none; margin-left: auto !important; margin-right: auto !important; margin-bottom: 20px !important; }[data-css=\"tve-u-16223b080b0\"] { float: none; margin-left: auto !important; margin-right: auto !important; margin-top: -1px !important; }[data-css=\"tve-u-1621eb3eb9f\"] { clip-path: url(\"#clip-tablet-bottom-ac98bb0e54b3b\"); -webkit-clip-path: url(\"#clip-tablet-bottom-ac98bb0e54b3b\");  }[data-css=\"tve-u-1621fe78878\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1621fe78878\"] { min-height: inherit; }#tve_editor [data-css=\"tve-u-1621e92e97f\"] { font-size: 22px !important; }#tve_editor [data-css=\"tve-u-1621e942b65\"] { letter-spacing: 0px; font-size: 1.5em !important; }#tve_editor [data-css=\"tve-u-1621fe1bd18\"] { letter-spacing: 0px; font-size: 1.5em !important; }#tve_editor [data-css=\"tve-u-1621fe1a1af\"] { font-size: 22px !important; }#tve_editor [data-css=\"tve-u-1621fe1725e\"] { letter-spacing: 0px; font-size: 1.5em !important; }#tve_editor [data-css=\"tve-u-1621fe1587d\"] { font-size: 22px !important; }[data-css=\"tve-u-1621ef118dc\"] { position: relative; top: 0px; left: 0px; width: 51%; margin-left: auto !important; margin-right: auto !important; float: none; }[data-css=\"tve-u-1621ee3afec\"] { padding: 25px 10px 5px !important; }[data-css=\"tve-u-1621ee63e1c\"] { max-width: none; margin-bottom: 5px !important; }[data-css=\"tve-u-1621ee74a24\"] { top: 0px; right: 0px; font-size: 45px; width: 45px; height: 45px; float: none; padding-left: 0px !important; margin: 0px auto !important; }[data-css=\"tve-u-1621ee18a1c\"] { margin-top: 40px !important; margin-left: 20px !important; margin-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-1621fdcb4ea\"] { letter-spacing: 1px; font-size: 1.5em !important; }[data-css=\"tve-u-1621ec7f21a\"] { min-height: 150px; }[data-css=\"tve-u-1621eacf6af\"] { float: none; max-width: 230px; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621fd9c946\"] { max-width: 380px; float: none; width: 100%; margin: 0px auto !important; padding-left: 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-1621eb81205\"] { margin-top: 0px !important; }[data-css=\"tve-u-1621eb7ccb0\"] { min-height: 455px; }[data-css=\"tve-u-1621fd8766c\"] { min-height: 150px; }[data-css=\"tve-u-1621fd84d7b\"] { min-height: 430px; }[data-css=\"tve-u-1621e7c7aa1\"] .tcb-flex-col { flex-basis: 300px !important; }#tve_editor [data-css=\"tve-u-1621e7a7350\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621e7c899a\"] { float: none; max-width: 100%; margin-left: auto !important; margin-right: auto !important; margin-top: 0px !important; }[data-css=\"tve-u-1621e7c7aa1\"] { margin-left: -20px; flex-direction: row; }[data-css=\"tve-u-1621e7c7aa1\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-1621b3c8c52\"] { padding: 50px 40px !important; }[data-css=\"tve-u-1621fc0ce17\"] { margin-top: 10px !important; margin-bottom: 7px !important; }[data-css=\"tve-u-1621fbcad8c\"] { padding-left: 0px !important; padding-right: 30px !important; }[data-css=\"tve-u-1621fbacc60\"] { max-width: 177px; }[data-css=\"tve-u-1621fb68b97\"] { margin-left: -15px; min-height: inherit; padding: 20px !important; }[data-css=\"tve-u-1621fb68b97\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-1621fb65556\"] { margin-left: -15px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-1621fb65556\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-1621b200375\"] { float: none; max-width: 100%; margin: 0px auto !important; }[data-css=\"tve-u-1621b0e4fb7\"] { max-width: 100%; float: none; z-index: 3; position: relative; margin-right: auto !important; margin-left: auto !important; margin-bottom: 20px !important; }#tve_editor [data-css=\"tve-u-1621b10fccf\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621ae0bec7\"] { background-image: none !important; margin-top: 0px !important; }[data-css=\"tve-u-1621ae6c8da\"] { clip-path: url(\"#clip-tablet-top-aa2c3e3c70555\"); -webkit-clip-path: url(\"#clip-tablet-top-aa2c3e3c70555\");  }[data-css=\"tve-u-1621adba9ef\"] { clip-path: url(\"#clip-tablet-top-52d5a36c151aa\"); -webkit-clip-path: url(\"#clip-tablet-top-52d5a36c151aa\");  }[data-css=\"tve-u-1621ad420c4\"] { max-width: 100%; min-height: 1px !important; }[data-css=\"tve-u-1621f45bed3\"] { padding: 0px !important; }[data-css=\"tve-u-1621ae4fd21\"] { max-width: 100%; left: 0px; top: 0px; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621ae4db6e\"] { min-height: 300px; }#tve_editor [data-css=\"tve-u-1621afd8c98\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621afcc0bf\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621afceb00\"] { max-width: 100%; margin-bottom: 30px !important; }[data-css=\"tve-u-1621a98b602\"] { stroke-dasharray: 534.071, 534.071; }[data-css=\"tve-u-1621a9750ae\"] { font-size: 14.45px !important; line-height: 14.45px !important; }[data-css=\"tve-u-1621a9a2867\"] { font-size: 51px !important; line-height: 51px !important; }[data-css=\"tve-u-1621a9a2866\"] { margin-top: 42.5px !important; }[data-css=\"tve-u-1621a96b190\"] { width: 153px !important; height: 153px !important; top: 8.5px !important; bottom: 8.5px !important; left: 8.5px !important; right: 8.5px !important; }[data-css=\"tve-u-1621a9685d4\"] { stroke-width: 18px !important; }[data-css=\"tve-u-1621a9a2862\"] { width: 170px !important; height: 170px !important; }[data-css=\"tve-u-1621a983587\"] { float: none; border: 20px solid rgba(137, 141, 167, 0.24); margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621a8b2488\"] { float: none; max-width: 100%; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621a8a804b\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1621a8a804b\"] { margin-left: -24px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-1621a8a804b\"] > .tcb-flex-col { padding-left: 24px; }#tve_editor [data-css=\"tve-u-1621a2e0d5b\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621b028939\"] { position: relative; float: left; z-index: 3; display: block; max-width: 300px; width: 300px; margin-top: 15px !important; }[data-css=\"tve-u-1621adea58b\"] { margin-left: -30px; }[data-css=\"tve-u-1621adea58b\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-1621ade6172\"] { max-width: 100%; position: static; }#tve_editor [data-css=\"tve-u-16248fc42a1\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-16249355087\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-16249358652\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-1624935a201\"] { font-size: 18px !important; }[data-css=\"tve-u-1624939a960\"] { margin-bottom: 0px !important; padding-bottom: 20px !important; padding-left: 20px !important; padding-right: 20px !important; }[data-css=\"tve-u-162493a03b0\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-162493a03b0\"] { min-height: inherit; margin-left: -20px; }#tve_editor [data-css=\"tve-u-1625389a3d5\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-1625389b4ed\"] { font-size: 18px !important; }[data-css=\"tve-u-16260c39a7e\"] { float: none; max-width: 100%; margin: 0px auto !important; }[data-css=\"tve-u-16260d3f4aa\"] { margin-left: -15px; min-height: inherit; padding: 20px !important; }[data-css=\"tve-u-16260d3f4aa\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-16260d3f4af\"] { margin-left: -15px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-16260d3f4af\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-16260d8392c\"] { margin-left: -15px; min-height: inherit; padding: 20px !important; }[data-css=\"tve-u-16260d8392c\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-16260d8396c\"] { margin-left: -15px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-16260d8396c\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-16260da3aa7\"] { float: none; max-width: 100%; margin: 0px !important; }[data-css=\"tve-u-162717cb609\"] { max-width: 100%; min-height: 1px !important; }[data-css=\"tve-u-162717cb60a\"] { padding: 0px !important; }[data-css=\"tve-u-162717cb618\"] { float: none; max-width: 100%; margin-top: 60px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-162717cb620\"] { clip-path: url(\"#clip-tablet-bottom-c883ac5175045\"); -webkit-clip-path: url(\"#clip-tablet-bottom-c883ac5175045\");  }[data-css=\"tve-u-162717d1bbf\"] { margin-left: 0px; padding: 25px 25px 0px !important; }[data-css=\"tve-u-162717d1bbf\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-162717d1bb7\"] { max-width: 51.3%; }[data-css=\"tve-u-162717d1bb9\"] { max-width: 15.3%; }[data-css=\"tve-u-162717d1bb6\"] { padding-left: 0px !important; }[data-css=\"tve-u-162717d1bbc\"] { border-left: none; border-right: none; padding-left: 30px !important; padding-bottom: 10px !important; }[data-css=\"tve-u-162717d1bbe\"] { max-width: 100%; margin-left: 0px !important; margin-right: 30px !important; }[data-css=\"tve-u-164179bced9\"] { border-right: none; padding-left: 30px !important; padding-right: 0px !important; }[data-css=\"tve-u-16417b62c09\"] { max-width: 177px; }[data-css=\"tve-u-16417b662bf\"] { max-width: 177px; }[data-css=\"tve-u-16417e5bd95\"] { font-size: 14px; width: 14px; height: 14px; margin-bottom: -14px !important; margin-left: 0px !important; }[data-css=\"tve-u-1641c1b33f9\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-1641c1b456a\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-1641c1b52d3\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-1641c1b60b4\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-16959822de2\"] { margin-right: 1px !important; padding-right: 10px !important; padding-top: 10px !important; }[data-css=\"tve-u-16959cd1e7a\"] { margin-top: 30px !important; margin-bottom: 10px !important; }[data-css=\"tve-u-1695a3002e2\"] { margin-top: 15px !important; }[data-css=\"tve-u-1695d995f33\"] { margin-top: 40px !important; margin-left: 20px !important; margin-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-1695dd27f6a\"] { max-width: 60%; width: 60%; }}@media (max-width: 767px){[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-16417e9d24e\"]::after { clear: both; }[data-css=\"tve-u-16417b70f47\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 0px !important; }[data-css=\"tve-u-1621e819c52\"] { min-height: 100px; }[data-css=\"tve-u-1621e8107f3\"] { max-width: 100px; }[data-css=\"tve-u-1621fd8766c\"] { min-height: 144px; }[data-css=\"tve-u-1621ec79a7d\"] { min-height: 100px; }[data-css=\"tve-u-1621ec78d2c\"] { max-width: 100px; }[data-css=\"tve-u-1621ec7f21a\"] { min-height: 144px; }[data-css=\"tve-u-1621e7e6c1d\"] { min-height: 144px; }[data-css=\"tve-u-16417b4cb9e\"] { padding-bottom: 30px !important; }[data-css=\"tve-u-1621ec752da\"] { min-height: 100px; }[data-css=\"tve-u-1621ec6c39b\"] { max-width: 100px; }[data-css=\"tve-u-1621fd84d7b\"] { min-height: 430px; }[data-css=\"tve-u-1621e7c7aa1\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16223dad661\"] { padding-top: 0px !important; }[data-css=\"tve-u-1621b3c74d9\"] { max-width: 100%; }[data-css=\"tve-u-1621eb81205\"] { max-width: 100%; margin-bottom: 20px !important; }[data-css=\"tve-u-1621e7ceab3\"] { max-width: 100%; margin-bottom: 20px !important; }[data-css=\"tve-u-1621f0b0088\"] { min-height: 120px !important; }[data-css=\"tve-u-1621f0da775\"] { float: none; width: 100%; max-width: 280px; margin: 0px auto 20px !important; }[data-css=\"tve-u-1621ee37f4a\"] { min-height: 260px; }[data-css=\"tve-u-1621ee3afec\"] > .tve-cb { display: flex; justify-content: center; flex-direction: column; }[data-css=\"tve-u-1621ee63e1c\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1641367127b\"] { font-size: 30px; width: 30px; height: 30px; }[data-css=\"tve-u-1641367e553\"] { float: none; font-size: 30px; width: 30px; height: 30px; margin: -30px auto 30px !important; padding-right: 10px !important; }[data-css=\"tve-u-1621ada1e7f\"] { padding: 0px !important; }[data-css=\"tve-u-162717cb617\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-162717cb617\"] { min-height: inherit; }[data-css=\"tve-u-16229fa6a26\"] { height: calc(100% - 21px); margin-bottom: 0px !important; margin-top: 21px !important; }[data-css=\"tve-u-1624939a960\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-162493a03b0\"] .tcb-flex-col { flex-basis: 400px !important; }[data-css=\"tve-u-1621a2247ba\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-162717cb60f\"] { margin-bottom: 25px !important; }[data-css=\"tve-u-162717d1bbf\"] .tcb-flex-col { flex-basis: 225px !important; }[data-css=\"tve-u-1621ee3afec\"] { max-width: 100%; padding: 10px !important; position: static !important; }#tve_editor [data-css=\"tve-u-1641333d7d1\"] { font-size: 14px !important; }[data-css=\"tve-u-162717cb60b\"] { margin-top: 0px !important; }[data-css=\"tve-u-162717cb621\"] { z-index: 2; padding-left: 20px !important; padding-right: 20px !important; margin-top: -160px !important; padding-top: 35px !important; }[data-css=\"tve-u-162717cb617\"] .tcb-flex-col { flex-basis: 435px !important; }[data-css=\"tve-u-16369305186\"] { float: none; width: 100%; max-width: 279px; z-index: 3; position: relative; margin: 0px auto !important; }#tcb_landing_page h6 { line-height: 1.4em; }#tcb_landing_page h5 { line-height: 1.3em; }#tcb_landing_page p, #tcb_landing_page li { font-size: 14px; }#tcb_landing_page h2 { font-size: 28px; }#tcb_landing_page h1 { font-size: 35px; }[data-css=\"tve-u-16260ba2fa4\"] { padding-bottom: 40px !important; padding-left: 20px !important; padding-right: 20px !important; }[data-css=\"tve-u-1628a10d3b4\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-1628a12f675\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-162717cb610\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-16271bfe70c\"] { padding: 0px !important; }[data-css=\"tve-u-162717fcf9d\"] { z-index: 1; margin-top: 0px !important; padding-top: 75px !important; padding-left: 20px !important; padding-right: 20px !important; border: none; }[data-css=\"tve-u-162718bd0c0\"] { clip-path: url(\"#clip-mobile-top-a3b25e1c9221a\"); -webkit-clip-path: url(\"#clip-mobile-top-a3b25e1c9221a\");  }[data-css=\"tve-u-1621eb3eb9f\"] { clip-path: url(\"#clip-mobile-bottom-ac98bb0e54b3b\"); -webkit-clip-path: url(\"#clip-mobile-bottom-ac98bb0e54b3b\");  }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col > .tcb-col { min-height: 155px; }[data-css=\"tve-u-16229ffbb7b\"] { min-height: inherit; margin-left: 0px; }[data-css=\"tve-u-16229fa8c68\"] { height: calc(100% - 28px); margin-bottom: 0px !important; margin-top: 20px !important; }[data-css=\"tve-u-1622f65ba70\"] { height: calc(100% - 20px); margin-bottom: 0px !important; margin-top: 20px !important; }[data-css=\"tve-u-16229f6175c\"] { margin-top: 0px !important; }[data-css=\"tve-u-1622a159bcb\"] { float: none; max-width: 100%; margin-left: auto !important; margin-right: auto !important; padding-top: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-16229ae62a7\"] { border-right: none; }#tve_editor [data-css=\"tve-u-16228c764b2\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-16228c75500\"] { font-size: 18px !important; }[data-css=\"tve-u-1621fb65556\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-1621a983587\"] { border: 20px solid rgba(137, 141, 167, 0.32); }[data-css=\"tve-u-1621ee74a24\"] { float: none; margin-left: auto !important; margin-right: auto !important; margin-bottom: 10px !important; }[data-css=\"tve-u-1621afda4fa\"] { max-width: 100%; margin-bottom: 20px !important; }[data-css=\"tve-u-16223f02c16\"] { min-height: 54px; }[data-css=\"tve-u-1621f0aa8f7\"] { margin-top: 0px !important; }#tve_editor [data-css=\"tve-u-1622444fb11\"] { letter-spacing: 0px; }[data-css=\"tve-u-16224439be1\"] { padding: 0px !important; }[data-css=\"tve-u-1621fb68b97\"] { padding: 0px !important; }[data-css=\"tve-u-1621afceb00\"] { max-width: 100%; margin-bottom: 30px !important; }[data-css=\"tve-u-1621b0e4fb7\"] { float: none; margin-right: auto !important; margin-bottom: 30px !important; padding-left: 0px !important; margin-left: auto !important; }[data-css=\"tve-u-1621ebf340c\"] { padding-bottom: 40px !important; }[data-css=\"tve-u-1621ea50702\"] { float: none; width: 100%; padding: 0px !important; margin-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621e7d5094\"] { min-height: 430px; }[data-css=\"tve-u-1621eb7ccb0\"] { min-height: 430px; }[data-css=\"tve-u-1621ee03000\"] { flex-direction: column; }[data-css=\"tve-u-16223fe5f5b\"] { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621f0d2c1a\"] { margin-left: 25px !important; margin-right: 25px !important; }[data-css=\"tve-u-1621ee18a1c\"] { margin: 0px 20px 20px 0px !important; }[data-css=\"tve-u-1621ef118dc\"] { top: 0px; width: 154px; position: relative; float: none; z-index: 5; left: 0px; margin: 5px auto 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-1621fd9c946\"] { max-width: 100%; margin-top: 0px !important; margin-left: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-16223fc9f23\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-1621e7c899a\"] { max-width: none; float: none; margin-top: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621b3c8c52\"] { padding: 40px 20px !important; }[data-css=\"tve-u-1621fbcad8c\"] { padding: 20px !important; }[data-css=\"tve-u-1621fb65556\"] { margin-left: 0px; padding: 0px !important; }[data-css=\"tve-u-1621fbacc60\"] { max-width: 126px; float: none; margin-left: auto !important; margin-right: auto !important; margin-top: 20px !important; }[data-css=\"tve-u-1621b200375\"] { float: none; margin-top: 0px !important; margin-left: auto !important; margin-right: auto !important; }#tve_editor [data-css=\"tve-u-1621b10fccf\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621b028939\"] { display: block; max-width: 100%; width: 100%; float: none; min-width: 100%; margin-left: auto !important; margin-right: auto !important; margin-top: 0px !important; }[data-css=\"tve-u-1621ae4db6e\"] { min-height: 270px; }[data-css=\"tve-u-1621ae6c8da\"] { clip-path: url(\"#clip-mobile-top-aa2c3e3c70555\"); -webkit-clip-path: url(\"#clip-mobile-top-aa2c3e3c70555\");  }[data-css=\"tve-u-1621adba9ef\"] { clip-path: url(\"#clip-mobile-top-52d5a36c151aa\"); -webkit-clip-path: url(\"#clip-mobile-top-52d5a36c151aa\");  }[data-css=\"tve-u-16223f02c16\"]::after { clear: both; }[data-css=\"tve-u-1621b01355a\"] { max-width: 100%; float: none; margin-left: auto !important; margin-right: auto !important; margin-bottom: 15px !important; }[data-css=\"tve-u-1620af7eb3f\"] { float: none; display: block; max-width: 100%; width: 100%; min-width: 100%; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621ae0bec7\"]::after { clear: both; }[data-css=\"tve-u-1621f45bed3\"] { padding: 40px 20px 0px !important; }[data-css=\"tve-u-1621ad46076\"] { margin: 0px !important; padding: 30px 20px !important; }[data-css=\"tve-u-1621adea58b\"] { flex-flow: row-reverse wrap-reverse !important; }[data-css=\"tve-u-1621ae4fd21\"] { margin-top: 0px !important; position: static !important; }[data-css=\"tve-u-1621a8b2488\"] { float: none; max-width: 100%; margin-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621a8a804b\"] { padding-left: 0px !important; padding-right: 0px !important; }#tve_editor [data-css=\"tve-u-1621a2e0d5b\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621e7c7aa1\"] { flex-direction: column; min-height: inherit; }[data-css=\"tve-u-16249367114\"] { margin-top: 0px !important; }[data-css=\"tve-u-16249373b25\"] { height: calc(100% - 20px); margin-bottom: 0px !important; background-image: linear-gradient(rgb(248, 249, 251), rgb(248, 249, 251)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; margin-top: 20px !important; }[data-css=\"tve-u-162493a03b0\"] > .tcb-flex-col > .tcb-col { min-height: 155px; }[data-css=\"tve-u-162493a03b0\"] { min-height: inherit; }[data-css=\"tve-u-162493b6b63\"] { height: calc(100% - 20px); margin-bottom: 0px !important; margin-top: 20px !important; }[data-css=\"tve-u-16260c39a7e\"] { float: none; margin-top: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-16260d3f4aa\"] { padding: 0px !important; }[data-css=\"tve-u-16260d3f4af\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-16260d3f4af\"] { margin-left: 0px; padding: 0px !important; }[data-css=\"tve-u-16260d8392c\"] { padding: 0px !important; }[data-css=\"tve-u-16260d8396c\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-16260d8396c\"] { margin-left: 0px; padding: 0px !important; }[data-css=\"tve-u-16260da3aa7\"] { float: none; margin-top: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-162717cb618\"] { margin: 140px 0px 0px !important; }[data-css=\"tve-u-162717cb620\"] { clip-path: url(\"#clip-mobile-bottom-c883ac5175045\"); -webkit-clip-path: url(\"#clip-mobile-bottom-c883ac5175045\");  opacity: 1; filter: grayscale(0%) blur(0px); background-image: linear-gradient(rgba(0, 0, 0, 0.51), rgba(0, 0, 0, 0.51)), url(\"https://bestcerakoteflorida.com/wp-content/uploads/2018/05/FTYS6743.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-162717cb60a\"] { padding: 0px !important; }#tve_editor [data-css=\"tve-u-162717cb616\"] { font-size: 27px !important; }[data-css=\"tve-u-162717d1bbf\"] > .tcb-flex-col { padding-left: 18px; }[data-css=\"tve-u-162717d1bbf\"] { margin-left: -18px; padding: 10px !important; flex-flow: row wrap !important; }[data-css=\"tve-u-162717d1bbe\"] { border-bottom: 1px solid rgba(255, 255, 255, 0.2); border-right: none; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-162717d1bbc\"] { border: none; padding-left: 0px !important; padding-right: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-162717d1bb6\"] { border: none; padding-top: 0px !important; padding-left: 0px !important; margin-bottom: 1px !important; margin-top: -5px !important; padding-bottom: 10px !important; }[data-css=\"tve-u-164179a84b8\"] { float: none; width: 100%; max-width: 155px; z-index: 3; position: relative; margin-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-164179bced9\"] { border-right: none; position: relative; max-width: 250px; float: none; padding-left: 0px !important; padding-right: 0px !important; margin-top: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-16417b62c09\"] { max-width: 126px; float: none; margin-left: auto !important; margin-right: auto !important; margin-top: 20px !important; }[data-css=\"tve-u-16417b662bf\"] { max-width: 126px; float: none; margin-left: auto !important; margin-right: auto !important; margin-top: 20px !important; }[data-css=\"tve-u-16417e5bd95\"] { margin: 3px 10px 0px 0px !important; }#tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] p, #tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] li, #tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] blockquote, #tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] address, #tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] .tcb-plain-text, #tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] label { font-size: 18px; }[data-css=\"tve-u-16959822de2\"] { float: none; padding-top: 10px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621ee58e74\"] { border-right: none !important; }[data-css=\"tve-u-1695d995f33\"] { margin: 0px 20px 20px 0px !important; }}'),(7022,581,'tve_revision_tve_user_custom_css',''),(7023,581,'tve_revision_tve_page_events','a:0:{}'),(7024,581,'tve_revision_tve_globals','a:2:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";s:8:\"font_cls\";a:0:{}}'),(7025,581,'tve_revision_tve_global_scripts',''),(7026,581,'tve_revision_thrive_icon_pack','0'),(7027,581,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(7028,581,'tve_revision_tve_has_masonry','0'),(7029,581,'tve_revision_tve_has_typefocus','0'),(7030,581,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-162717d1bbe\" wfd-id=\"463\"><div class=\"tcb-flex-row tcb-medium-no-wrap v-2 tcb--cols--3 m-edit tcb-mobile-wrap tcb-resized\" data-css=\"tve-u-162717d1bbf\" wfd-id=\"464\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1695981e7bb\" wfd-id=\"483\"><div class=\"tcb-col\" data-css=\"tve-u-16959846d3d\" wfd-id=\"485\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16959822de2\" wfd-id=\"486\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"487\"><img class=\"tve_image wp-image-465\" alt=\"\" width=\"384\" height=\"62\" title=\"Blackhawk_custom_header\" data-id=\"465\" src=\"https://bestcerakoteflorida.com/wp-content/uploads/2019/01/Blackhawk_custom_header.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717d1bb9\" style=\"\" wfd-id=\"476\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717d1bb6\" wfd-id=\"478\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-164179a84b8\" wfd-id=\"479\">\n<div class=\"tve-content-box-background\" wfd-id=\"482\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"480\"><div class=\"tcb-clear\" wfd-id=\"481\"></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717d1bb7\" style=\"\" wfd-id=\"465\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717d1bbc\" wfd-id=\"467\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16369305186\" wfd-id=\"468\">\n<div class=\"tve-content-box-background\" wfd-id=\"475\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16417e9d24e\" wfd-id=\"469\"><div class=\"tcb-clear\" wfd-id=\"473\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-16417e5bd95\" data-float=\"1\" wfd-id=\"474\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-envelope-regular\" data-name=\"\">\n            <path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path>\n        </svg></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-164179bced9\" wfd-id=\"470\"><p data-css=\"tve-u-1641333d7d1\"><a href=\"mailto:info@bestcerkoteflorida.com\" target=\"_blank\">info@bestcerakoteflorida.com</a></p></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-162717cb621\" data-value-type=\"percent\" wfd-id=\"433\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-162717cb620\" data-clip-id=\"c883ac5175045\" wfd-id=\"462\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-c883ac5175045\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"6\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.8949, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-c883ac5175045\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9476, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-c883ac5175045\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9651, 1 1, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-162717cb609\" wfd-id=\"434\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-162717cb618\" wfd-id=\"435\"><div class=\"tcb-flex-row tcb-medium-wrap tcb-resized v-2 tcb--cols--2\" data-css=\"tve-u-162717cb617\" wfd-id=\"436\"><div class=\"tcb-flex-col\" data-css=\"tve-u-162717cb601\" style=\"\" wfd-id=\"450\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717cb60a\" wfd-id=\"452\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h1\" data-css=\"tve-u-162717cb610\" wfd-id=\"458\"><h1 data-css=\"tve-u-162717cb616\" style=\"text-align: center;\">&nbsp;Protect What\'s Important To You! With The Toughest Ceramic Finish In The World!<span data-css=\"tve-u-16271ca808e\" style=\"color: rgb(0, 229, 255);\" wfd-id=\"461\"></span></h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162717cb60f\" wfd-id=\"453\"><p data-css=\"tve-u-1695a36117b\" style=\"text-align: center;\">Heat, Water, Salt and Sand just some of the conditions you face. And any one of them is just waiting to get a hold of your firearm and leave it a pile of rusted, pitted junk.</p><p data-css=\"tve-u-16413112747\" style=\"text-align: center;\">Unfortunately there wasn\'t much you could do other than keep cleaning and lubricating your firearms...till NOW!</p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717cb600\" style=\"\" wfd-id=\"437\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717cb60b\" wfd-id=\"439\"><div class=\"thrv_responsive_video thrv_wrapper rv_style_lifted_style2\" data-type=\"youtube\" data-rel=\"0\" data-url=\"https://www.youtube.com/watch?v=a1nyu9ZJiEk\" data-css=\"tve-u-16959cd1e7a\" data-modestbranding=\"1\" wfd-id=\"447\">\n	\n\n	<div class=\"tve_responsive_video_container\" wfd-id=\"448\">\n		<div class=\"video_overlay\" wfd-id=\"449\"></div>\n	<iframe data-code=\"TEOqV1Q16lU\" data-provider=\"youtube\" src=\"https://www.youtube.com/embed/TEOqV1Q16lU?rel=0&amp;modestbranding=1&amp;controls=1&amp;showinfo=1&amp;fs=1&amp;wmode=transparent\" data-src=\"https://www.youtube.com/embed/TEOqV1Q16lU?rel=0&amp;modestbranding=1&amp;controls=1&amp;showinfo=1&amp;fs=1&amp;wmode=transparent\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\n</div><div class=\"thrv_wrapper thrv-button tcb-with-icon\" data-css=\"tve-u-1695a3002e2\" data-tcb_hover_state_parent=\"\" data-button-style=\"border_1\" wfd-id=\"440\">\n	<a href=\"tel:1-954-848-1911\" class=\"tcb-button-link\" target=\"_blank\" rel=\"\"><span class=\"tcb-button-icon\" wfd-id=\"445\">\n	<div class=\"thrv_wrapper thrv_icon tve_no_drag tve_no_icons tcb-icon-inherit-style tcb-icon-display\" wfd-id=\"446\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-phone-plus-light\" data-name=\"\">\n            <path d=\"M8 128h88v88c0 4.4 3.6 8 8 8h16c4.4 0 8-3.6 8-8v-88h88c4.4 0 8-3.6 8-8v-16c0-4.4-3.6-8-8-8h-88V8c0-4.4-3.6-8-8-8h-16c-4.4 0-8 3.6-8 8v88H8c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8zM487.8 24.1L387 .8c-14.7-3.4-29.8 4.2-35.8 18.1l-46.5 108.5c-5.5 12.7-1.8 27.7 8.9 36.5l53.9 44.1c-34 69.2-90.3 125.6-159.6 159.6l-44.1-53.9c-8.8-10.7-23.8-14.4-36.5-8.9L18.9 351.3c-13.9 6-21.5 21-18.1 35.8L24 487.9C27.3 502 39.9 512 54.5 512 306.7 512 512 307.8 512 54.5c0-14.6-10-27.2-24.2-30.4zM55.1 480l-23-99.6 107.4-46 59.5 72.8c103.6-48.6 159.7-104.9 208.1-208.1l-72.8-59.5 46-107.4 99.6 23C479.7 289.7 289.6 479.7 55.1 480z\"></path>\n        </svg></div>\n</span>\n\n		<span class=\"tcb-button-texts\" wfd-id=\"441\"><span class=\"tcb-button-text thrv-inline-text\" wfd-id=\"442\">CALL NOW</span></span>\n	</a>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-162717fcf9d\" data-value-type=\"percent\" wfd-id=\"376\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-162718bd0c0\" data-clip-id=\"a3b25e1c9221a\" wfd-id=\"432\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0875\"></polygon></clipPath><clipPath id=\"clip-tablet-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"6\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.1051\"></polygon></clipPath><clipPath id=\"clip-mobile-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"1\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0175\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-162718a3b40\" wfd-id=\"377\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622a159bcb\" wfd-id=\"378\">\n<div class=\"tve-content-box-background\" wfd-id=\"431\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"379\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621a2247ba\" wfd-id=\"428\"><h2 data-css=\"tve-u-1621a2e0d5b\">our services</h2></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16229f6175c\" wfd-id=\"403\"><div class=\"tcb-flex-row tcb-medium-no-wrap tcb--cols--3 v-2\" data-css=\"tve-u-162493a03b0\" wfd-id=\"404\"><div class=\"tcb-flex-col\" wfd-id=\"419\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1624939a960\" data-tcb_hover_state_parent=\"\" wfd-id=\"421\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-162493d5f13\" data-float=\"1\" wfd-id=\"427\"><svg class=\"tcb-icon\" viewBox=\"0 0 14 28\" data-name=\"bolt\">\n<path d=\"M13.828 8.844c0.172 0.187 0.219 0.453 0.109 0.688l-8.437 18.078c-0.125 0.234-0.375 0.391-0.656 0.391-0.063 0-0.141-0.016-0.219-0.031-0.344-0.109-0.547-0.438-0.469-0.766l3.078-12.625-6.344 1.578c-0.063 0.016-0.125 0.016-0.187 0.016-0.172 0-0.359-0.063-0.484-0.172-0.187-0.156-0.25-0.391-0.203-0.609l3.141-12.891c0.078-0.297 0.359-0.5 0.688-0.5h5.125c0.391 0 0.703 0.297 0.703 0.656 0 0.094-0.031 0.187-0.078 0.281l-2.672 7.234 6.188-1.531c0.063-0.016 0.125-0.031 0.187-0.031 0.203 0 0.391 0.094 0.531 0.234z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"423\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-162494b490e\" wfd-id=\"424\"><h4 data-css=\"tve-u-16249355087\" style=\"text-align: left;\">Express exterior</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162494b7ad0\" wfd-id=\"422\"><p data-css=\"tve-u-162492e70ad\">Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"412\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162493b6b63\" data-tcb_hover_state_parent=\"\" wfd-id=\"414\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b456a\" wfd-id=\"418\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"adjust\">\n<path d=\"M12 22.5v-17c-4.688 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"416\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1af44d\" wfd-id=\"417\"><h4 data-css=\"tve-u-16249358652\" style=\"text-align: left;\">Interior clean</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"415\"><p data-css=\"tve-u-162492e70ad\">Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"405\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16249373b25\" wfd-id=\"407\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b52d3\" wfd-id=\"411\"><svg class=\"tcb-icon\" viewBox=\"0 0 26 28\" data-name=\"umbrella\">\n<path d=\"M14 12.938v9.063c0 2.172-1.828 4-4 4s-4-1.828-4-4c0-0.547 0.453-1 1-1s1 0.453 1 1c0 1.047 0.953 2 2 2s2-0.953 2-2v-9.063c0.328-0.109 0.656-0.172 1-0.172s0.672 0.063 1 0.172zM26 13.359c0 0.266-0.234 0.5-0.5 0.5-0.141 0-0.25-0.063-0.359-0.156-0.906-0.844-1.75-1.437-3.047-1.437-1.484 0-2.766 0.922-3.609 2.094-0.187 0.266-0.328 0.547-0.5 0.812-0.109 0.172-0.234 0.266-0.438 0.266-0.219 0-0.344-0.094-0.453-0.266-0.172-0.266-0.313-0.547-0.5-0.812-0.844-1.172-2.109-2.094-3.594-2.094s-2.75 0.922-3.594 2.094c-0.187 0.266-0.328 0.547-0.5 0.812-0.109 0.172-0.234 0.266-0.453 0.266-0.203 0-0.328-0.094-0.438-0.266-0.172-0.266-0.313-0.547-0.5-0.812-0.844-1.172-2.125-2.094-3.609-2.094-1.297 0-2.141 0.594-3.047 1.437-0.109 0.094-0.219 0.156-0.359 0.156-0.266 0-0.5-0.234-0.5-0.5 0-0.047 0-0.078 0.016-0.109 1.437-5.906 7.141-9.25 12.984-9.25 5.812 0 11.578 3.344 12.984 9.25 0.016 0.031 0.016 0.063 0.016 0.109zM14 2v1.531c-0.328-0.016-0.672-0.031-1-0.031s-0.672 0.016-1 0.031v-1.531c0-0.547 0.453-1 1-1s1 0.453 1 1z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"409\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b01a6\" wfd-id=\"410\"><h4 data-css=\"tve-u-1624935a201\" style=\"text-align: left;\">Wax protection</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"408\"><p data-css=\"tve-u-162492e70ad\">Etiam pharetra, erat sed fermentum feugiat, velit mauris</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16249367114\" wfd-id=\"380\"><div class=\"tcb-flex-row tcb-medium-no-wrap tcb--cols--3 v-2\" data-css=\"tve-u-16229ffbb7b\" wfd-id=\"381\"><div class=\"tcb-flex-col\" wfd-id=\"396\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229fa6a26\" wfd-id=\"398\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b33f9\" wfd-id=\"402\"><svg class=\"tcb-icon\" viewBox=\"0 0 26 28\" data-name=\"magic\">\n<path d=\"M18.594 9.078l4.578-4.578-1.672-1.672-4.578 4.578zM25.578 4.5c0 0.266-0.094 0.516-0.281 0.703l-20.094 20.094c-0.187 0.187-0.438 0.281-0.703 0.281s-0.516-0.094-0.703-0.281l-3.094-3.094c-0.187-0.187-0.281-0.438-0.281-0.703s0.094-0.516 0.281-0.703l20.094-20.094c0.187-0.187 0.438-0.281 0.703-0.281s0.516 0.094 0.703 0.281l3.094 3.094c0.187 0.187 0.281 0.438 0.281 0.703zM4.469 1.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531zM9.938 4.062l3.063 0.938-3.063 0.938-0.938 3.063-0.938-3.063-3.063-0.938 3.063-0.938 0.938-3.063zM24.469 11.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531zM14.469 1.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"400\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b0a67\" wfd-id=\"401\"><h4 data-css=\"tve-u-16248fc42a1\" style=\"text-align: left;\">Dust &amp; Dash Console</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"399\"><p data-css=\"tve-u-162492e70ad\">Duis sed odio sit amet nibh vulputate cursus a sit amet mauris.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"389\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1622f65ba70\" wfd-id=\"391\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b60b4\" wfd-id=\"395\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"certificate\">\n<path d=\"M21.5 14l2.156 2.109c0.297 0.281 0.406 0.703 0.313 1.094-0.109 0.391-0.422 0.703-0.812 0.797l-2.938 0.75 0.828 2.906c0.109 0.391 0 0.812-0.297 1.094-0.281 0.297-0.703 0.406-1.094 0.297l-2.906-0.828-0.75 2.938c-0.094 0.391-0.406 0.703-0.797 0.812-0.094 0.016-0.203 0.031-0.297 0.031-0.297 0-0.594-0.125-0.797-0.344l-2.109-2.156-2.109 2.156c-0.281 0.297-0.703 0.406-1.094 0.313-0.406-0.109-0.703-0.422-0.797-0.812l-0.75-2.938-2.906 0.828c-0.391 0.109-0.812 0-1.094-0.297-0.297-0.281-0.406-0.703-0.297-1.094l0.828-2.906-2.938-0.75c-0.391-0.094-0.703-0.406-0.812-0.797-0.094-0.391 0.016-0.812 0.313-1.094l2.156-2.109-2.156-2.109c-0.297-0.281-0.406-0.703-0.313-1.094 0.109-0.391 0.422-0.703 0.812-0.797l2.938-0.75-0.828-2.906c-0.109-0.391 0-0.812 0.297-1.094 0.281-0.297 0.703-0.406 1.094-0.297l2.906 0.828 0.75-2.938c0.094-0.391 0.406-0.703 0.797-0.797 0.391-0.109 0.812 0 1.094 0.297l2.109 2.172 2.109-2.172c0.281-0.297 0.688-0.406 1.094-0.297 0.391 0.094 0.703 0.406 0.797 0.797l0.75 2.938 2.906-0.828c0.391-0.109 0.812 0 1.094 0.297 0.297 0.281 0.406 0.703 0.297 1.094l-0.828 2.906 2.938 0.75c0.391 0.094 0.703 0.406 0.812 0.797 0.094 0.391-0.016 0.812-0.313 1.094z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"393\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b12d8\" wfd-id=\"394\"><h4 data-css=\"tve-u-1625389a3d5\" style=\"text-align: left;\">Triple Foam Polish</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"392\"><p data-css=\"tve-u-162492e70ad\">Class aptent taciti sociosqu ad litora torquent</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"382\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229fa8c68\" wfd-id=\"384\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-16271adf6cf\" wfd-id=\"388\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"bullseye\">\n<path d=\"M16 14c0 2.203-1.797 4-4 4s-4-1.797-4-4 1.797-4 4-4 4 1.797 4 4zM18 14c0-3.313-2.688-6-6-6s-6 2.688-6 6 2.688 6 6 6 6-2.688 6-6zM20 14c0 4.422-3.578 8-8 8s-8-3.578-8-8 3.578-8 8-8 8 3.578 8 8zM22 14c0-5.516-4.484-10-10-10s-10 4.484-10 10 4.484 10 10 10 10-4.484 10-10zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"386\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-16248fc71c8\" wfd-id=\"387\"><h4 data-css=\"tve-u-1625389b4ed\" style=\"text-align: left;\">Tire dressing</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"385\"><p data-css=\"tve-u-162492e70ad\">Etiam pharetra, erat sed fermentum feugiat, velit mauris</p></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621ad46076\" wfd-id=\"336\">\n<div class=\"tve-page-section-out\" wfd-id=\"375\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621b072b4e\" wfd-id=\"337\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621a8b2488\" wfd-id=\"338\"><div class=\"tcb-flex-row tcb--cols--2 v-2\" data-css=\"tve-u-1621a8a804b\" wfd-id=\"339\"><div class=\"tcb-flex-col\" wfd-id=\"351\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16271bfe70c\" wfd-id=\"353\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h3\" data-css=\"tve-u-1621a8c4313\" wfd-id=\"372\"><h3><strong>Complete cleaning services for yoâ€‹ur car</strong></h3></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-16417b70f47\" wfd-id=\"354\"><ul class=\"tcb-styled-list\" wfd-id=\"355\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621acf0289\" wfd-id=\"366\"><div class=\"tcb-styled-list-icon\" wfd-id=\"370\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a8e11f3\" wfd-id=\"371\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ace1b08\" wfd-id=\"367\">We are a small business delivering professional cleaning services for all vehicles</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621acf64fb\" wfd-id=\"362\"><div class=\"tcb-styled-list-icon\" wfd-id=\"364\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a8e5625\" wfd-id=\"365\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ace4de9\" wfd-id=\"363\">Our services are convenient for individuals and corporate fleets</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"356\"><div class=\"tcb-styled-list-icon\" wfd-id=\"360\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a9076ef\" wfd-id=\"361\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621acf47d2\" wfd-id=\"357\">We use eco-friendly products that actually clean, protect and maintain your car better than the traditional cleaning substances</span></li></ul></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"340\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621a90a46f\" wfd-id=\"342\"><div class=\"thrv_wrapper thrv-fill-counter tve_red tve_normalfc thrv_data_element\" data-css=\"tve-u-1621a983587\" wfd-id=\"343\">\n<div class=\"tve_fill_counter_n\" style=\"\" data-fill=\"100\" data-css=\"tve-u-1621a98b602\" wfd-id=\"344\">\n<svg viewBox=\"0 0 160 160\" class=\"tve_fill_counter_circle\" shape-rendering=\"optimizeSpeed\" data-css=\"tve-u-1621a9a2862\">\n<circle class=\"tve_fill_counter_circle_inner\" r=\"80\" cx=\"80\" cy=\"80\" data-css=\"tve-u-1621a9685d4\"></circle>\n</svg>\n<div class=\"tve_fill_text_in\" data-css=\"tve-u-1621a96b190\" wfd-id=\"345\">\n<div class=\"tve_fill_text_value\" data-css=\"tve-u-1621a9a2866\" wfd-id=\"347\">\n<div class=\"thrv-inline-text tve_fill_text tve_editable\" data-css=\"tve-u-1621a9a2867\" wfd-id=\"348\"><strong>100%â€‹</strong></div>\n</div>\n<div class=\"thrv-inline-text tve_editable tve_data_element_label\" data-css=\"tve-u-1621a9750ae\" wfd-id=\"346\">Clean car</div>\n</div>\n</div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621ada1e7f\" data-value-type=\"percent\" wfd-id=\"298\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621adba9ef\" data-clip-id=\"52d5a36c151aa\" wfd-id=\"335\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-52d5a36c151aa\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0875\"></polygon></clipPath><clipPath id=\"clip-tablet-top-52d5a36c151aa\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0524\"></polygon></clipPath><clipPath id=\"clip-mobile-top-52d5a36c151aa\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0349\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621ad420c4\" wfd-id=\"299\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621ade6172\" wfd-id=\"300\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2 tcb-row-reversed-mobile tcb-mobile-edit v-2\" data-css=\"tve-u-1621adea58b\" wfd-id=\"301\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621b064646\" style=\"\" wfd-id=\"329\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ae0bec7\" wfd-id=\"331\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ae4fd21\" data-value-type=\"percent\" data-float=\"1\" wfd-id=\"332\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621ae6c8da\" data-clip-id=\"aa2c3e3c70555\" wfd-id=\"334\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0349\"></polygon></clipPath><clipPath id=\"clip-tablet-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"4\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0699\"></polygon></clipPath><clipPath id=\"clip-mobile-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"4\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0699\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb\" data-css=\"tve-u-1621ae4db6e\" wfd-id=\"333\"></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621b064668\" style=\"\" wfd-id=\"302\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621f45bed3\" wfd-id=\"304\"><div class=\"tcb-clear\" data-css=\"tve-u-16224848ee5\" wfd-id=\"325\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621afceb00\" wfd-id=\"326\"><h2 data-css=\"tve-u-1621afcc0bf\">Check Out Our Special Offer!</h2></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621afda4fa\" wfd-id=\"324\"><p data-css=\"tve-u-1621afd8c98\">Donâ€™t miss the opportunity to get 50% discount on a complete cleaning just by recommending us to a friend. Bring someone you know with you and clean you car half price!</p></div><div class=\"tcb-clear\" data-css=\"tve-u-16224834cab\" wfd-id=\"305\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621fe85996\" wfd-id=\"306\"><div class=\"tcb-flex-row tcb--cols--2 tcb-resized tcb-medium-wrap tcb-desktop-wrap\" data-css=\"tve-u-1621fe78878\" wfd-id=\"307\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621fe94086\" style=\"\" wfd-id=\"315\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"317\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621b01355a\" wfd-id=\"318\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621b08fdde\" data-tcb_hover_state_parent=\"1\" wfd-id=\"323\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16223f02c16\" wfd-id=\"319\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-1620af7eb3f\" data-tcb_hover_state_parent=\"\" data-button-style=\"full_rounded\" wfd-id=\"320\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"321\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-16228c75500\" wfd-id=\"322\"><strong>Request an appointment</strong></span></span>\n</a>\n</div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621fe940b9\" style=\"\" wfd-id=\"308\"><div class=\"tcb-col\" wfd-id=\"310\"><div class=\"tcb-clear\" data-css=\"tve-u-16224716d62\" wfd-id=\"311\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-1621b028939\" data-tcb_hover_state_parent=\"\" data-button-style=\"ghost\" wfd-id=\"312\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"313\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-16228c764b2\" wfd-id=\"314\"><strong>Call Now: 0400-700-682</strong></span></span>\n</a>\n</div></div></div></div></div></div></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16260ba2fa4\" wfd-id=\"197\">\n<div class=\"tve-page-section-out\" wfd-id=\"297\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16260be7104\" wfd-id=\"198\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621b0e4fb7\" wfd-id=\"296\"><h2 data-css=\"tve-u-1621b10fccf\" style=\"text-align: center;\">our happy clients</h2></div><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641367127b\" data-float=\"1\" wfd-id=\"295\"><svg class=\"tcb-icon\" viewBox=\"0 0 30 32\" data-name=\"quote-left\">\n<path d=\"M13.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429zM29.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641367e553\" wfd-id=\"294\"><svg class=\"tcb-icon\" viewBox=\"0 0 30 32\" data-name=\"quote-left\">\n<path d=\"M13.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429zM29.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a10d3b4\" wfd-id=\"265\">\n<div class=\"tve-content-box-background\" wfd-id=\"293\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"266\"><div class=\"tcb-clear\" data-css=\"tve-u-1621b300a64\" wfd-id=\"291\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-1621f154231\" wfd-id=\"292\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621b200375\" wfd-id=\"269\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-16260d8392c\" wfd-id=\"270\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"275\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"277\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16417b62c09\" wfd-id=\"278\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-16260d8396c\" wfd-id=\"279\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16260d01208\" style=\"\" wfd-id=\"285\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"287\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"288\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16225617da3\" wfd-id=\"290\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"289\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16260d0120e\" style=\"\" wfd-id=\"280\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"282\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"284\"><h5>Brett Graham, 28</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"283\"><h6 class=\"\">Architect</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"271\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"273\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"274\"><p data-css=\"tve-u-162539c17ec\">Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit. Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit.&nbsp;</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-16260c5ff0c\" wfd-id=\"267\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260c5ff07\" wfd-id=\"268\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a12f675\" wfd-id=\"232\">\n<div class=\"tve-content-box-background\" wfd-id=\"264\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"233\"><div class=\"tcb-clear\" data-css=\"tve-u-16260cd7683\" wfd-id=\"262\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260d73672\" wfd-id=\"263\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16260da3aa7\" wfd-id=\"236\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-1621fb68b97\" wfd-id=\"237\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"246\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"248\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16417b662bf\" wfd-id=\"249\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-1621fb65556\" wfd-id=\"250\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16229915e1a\" style=\"\" wfd-id=\"256\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"258\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"259\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16260c433e9\" wfd-id=\"261\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"260\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16229915e4e\" style=\"\" wfd-id=\"251\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"253\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"255\"><h5>Rosie Hanson, 24</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"254\"><h6 class=\"\">Real estate Associate</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"238\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"240\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"241\"><p data-css=\"tve-u-162539c17ec\">Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo.</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-16260d3b97e\" wfd-id=\"234\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260d39b83\" wfd-id=\"235\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a146aef\" wfd-id=\"199\">\n<div class=\"tve-content-box-background\" wfd-id=\"231\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"200\"><div class=\"tcb-clear\" data-css=\"tve-u-16260cd7683\" wfd-id=\"229\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260cd622f\" wfd-id=\"230\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16260c39a7e\" wfd-id=\"203\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-16260d3f4aa\" wfd-id=\"204\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"211\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"213\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621fbacc60\" wfd-id=\"214\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-16260d3f4af\" wfd-id=\"215\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16229915e1a\" style=\"\" wfd-id=\"223\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"225\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"226\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16260d5e4b8\" wfd-id=\"228\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"227\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16229915e4e\" style=\"\" wfd-id=\"216\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"218\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"222\"><h5>Shawn Mattews, 35</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"219\"><h6 class=\"\">project manager</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"205\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"207\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"208\"><p data-css=\"tve-u-162539c17ec\">Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo. Nullam ac urna eu felis.Sed non neque elit. Sed ut imperdiet nisi. Proin condimentum</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1621b30ca74\" wfd-id=\"201\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-1621f15b521\" wfd-id=\"202\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621b3c8c52\" wfd-id=\"85\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621b3cfc7b\" wfd-id=\"196\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621b3c74d9\" wfd-id=\"86\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621e7b695a\" wfd-id=\"193\"><h2 data-css=\"tve-u-1621e7a7350\" style=\"text-align: center;\">our offers</h2></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621e7c899a\" wfd-id=\"87\"><div class=\"tcb-flex-row tcb--cols--3 tcb-medium-wrap v-2\" data-css=\"tve-u-1621e7c7aa1\" wfd-id=\"88\"><div class=\"tcb-flex-col\" wfd-id=\"155\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16223fc9f23\" wfd-id=\"157\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e7ceab3\" style=\"\" wfd-id=\"158\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16416e4fafd\" wfd-id=\"192\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e7d5094\" wfd-id=\"159\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e7e9950\" data-value-type=\"percent\" style=\"\" wfd-id=\"188\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e7edfd9\" data-clip-id=\"10ffac3b28f1d\" wfd-id=\"191\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-10ffac3b28f1d\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-10ffac3b28f1d\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e7e6c1d\" wfd-id=\"189\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-16417b4cb9e\" wfd-id=\"190\"><h4 data-css=\"tve-u-1621fe1a1af\" style=\"text-align: center;\"><strong>Basic Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ec6c39b\" data-float=\"1\" wfd-id=\"184\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e81f424\" wfd-id=\"187\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec752da\" wfd-id=\"185\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"186\"><h4 data-css=\"tve-u-1621fe1bd18\" style=\"text-align: center;\"><strong>15$</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621ea50702\" wfd-id=\"160\"><ul class=\"tcb-styled-list\" wfd-id=\"161\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec3a5c0\" wfd-id=\"180\"><div class=\"tcb-styled-list-icon\" wfd-id=\"182\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec204df\" wfd-id=\"183\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec241aa\" wfd-id=\"181\">Interior vacuum</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"176\"><div class=\"tcb-styled-list-icon\" wfd-id=\"178\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec20f68\" wfd-id=\"179\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec2704c\" wfd-id=\"177\">Dust &amp;dash console</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec42aa7\" wfd-id=\"170\"><div class=\"tcb-styled-list-icon\" wfd-id=\"174\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec21a31\" wfd-id=\"175\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec298ab\" wfd-id=\"171\">Hand towel dry</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec43fe2\" wfd-id=\"166\"><div class=\"tcb-styled-list-icon\" wfd-id=\"168\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ea1fba7\" wfd-id=\"169\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea23322\" wfd-id=\"167\">Clean windows</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec454d9\" wfd-id=\"162\"><div class=\"tcb-styled-list-icon\" wfd-id=\"164\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ea295c0\" wfd-id=\"165\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea2c69a\" wfd-id=\"163\">Soft cloth wash</span></li></ul></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"122\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"124\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621eb81205\" style=\"\" wfd-id=\"125\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16416e603ab\" wfd-id=\"154\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621eb7ccb0\" wfd-id=\"126\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ebbbb6d\" data-value-type=\"percent\" wfd-id=\"150\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eaaedd8\" data-clip-id=\"a2b9cf3198d6f\" wfd-id=\"153\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-a2b9cf3198d6f\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-a2b9cf3198d6f\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec7f21a\" wfd-id=\"151\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e930bd7\" wfd-id=\"152\"><h4 data-css=\"tve-u-1621e92e97f\" style=\"text-align: center;\"><strong>Ultimate Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ec78d2c\" data-float=\"1\" wfd-id=\"146\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eab272c\" wfd-id=\"149\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec79a7d\" wfd-id=\"147\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"148\"><h4 data-css=\"tve-u-1621e942b65\" style=\"text-align: center;\"><strong>22 $</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621ebfa746\" wfd-id=\"143\"><p data-css=\"tve-u-1621f4ceaf6\" style=\"text-align: center;\">Includes basic service <span data-css=\"tve-u-1621f4ceaf7\" style=\"color: rgb(15, 29, 123);\" wfd-id=\"144\"><strong class=\"\"><span data-css=\"tve-u-1621f4ceafb\" wfd-id=\"145\">+</span></strong></span></p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621ebf340c\" wfd-id=\"127\"><ul class=\"tcb-styled-list\" wfd-id=\"128\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-164137a0b1f\" wfd-id=\"137\"><div class=\"tcb-styled-list-icon\" wfd-id=\"141\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec0c5bd\" wfd-id=\"142\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ebfe4ce\" wfd-id=\"138\">Triple foam conditiner</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec04541\" wfd-id=\"133\"><div class=\"tcb-styled-list-icon\" wfd-id=\"135\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec09a3c\" wfd-id=\"136\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ebff867\" wfd-id=\"134\">Tire dressing</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec05cc3\" wfd-id=\"129\"><div class=\"tcb-styled-list-icon\" wfd-id=\"131\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec15f6e\" wfd-id=\"132\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec009a8\" wfd-id=\"130\">Air freshner</span></li></ul></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"89\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16223dad661\" wfd-id=\"91\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621fd9c946\" style=\"\" wfd-id=\"92\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e7d234c\" wfd-id=\"121\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621fd84d7b\" wfd-id=\"93\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16223b080b0\" data-value-type=\"percent\" wfd-id=\"115\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eb3eb9f\" data-clip-id=\"ac98bb0e54b3b\" wfd-id=\"120\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621fd8766c\" wfd-id=\"116\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e930bd7\" wfd-id=\"117\"><h4 data-css=\"tve-u-1621fe1587d\" style=\"text-align: center;\"><strong>Supreme Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e8107f3\" wfd-id=\"111\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eb43d8d\" wfd-id=\"114\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e819c52\" wfd-id=\"112\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"113\"><h4 data-css=\"tve-u-1621fe1725e\" style=\"text-align: center;\"><strong>30 $</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621eb037bb\" wfd-id=\"108\"><p data-css=\"tve-u-1621f4d0451\" style=\"text-align: center;\">Includes ultimate service <span data-css=\"tve-u-1621eaff572\" style=\"color: rgb(15, 29, 123);\" wfd-id=\"109\"><strong class=\"\"><span data-css=\"tve-u-1621eb01b60\" wfd-id=\"110\">+</span></strong></span></p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621eacf6af\" wfd-id=\"94\"><ul class=\"tcb-styled-list\" wfd-id=\"95\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec36a4d\" wfd-id=\"104\"><div class=\"tcb-styled-list-icon\" wfd-id=\"106\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e9993aa\" wfd-id=\"107\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea1a5d7\" wfd-id=\"105\">Exterior trim dressing</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"100\"><div class=\"tcb-styled-list-icon\" wfd-id=\"102\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e99b1db\" wfd-id=\"103\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea19a06\" wfd-id=\"101\">Hand applied spray wax</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec37ea5\" wfd-id=\"96\"><div class=\"tcb-styled-list-icon\" wfd-id=\"98\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e99c314\" wfd-id=\"99\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea18c5d\" wfd-id=\"97\">Interior conditioner</span></li></ul></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621efddaaf\" wfd-id=\"39\">\n<div class=\"tve-page-section-out\" wfd-id=\"84\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621edf8048\" wfd-id=\"40\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621f114214\" wfd-id=\"41\"><div class=\"tcb-flex-row tcb-mobile-edit tcb--cols--2\" data-css=\"tve-u-1621ee03000\" wfd-id=\"42\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621ee4be21\" style=\"\" wfd-id=\"48\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ee093d4\" wfd-id=\"50\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ee3afec\" wfd-id=\"51\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621ee58e74\" wfd-id=\"83\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ee37f4a\" wfd-id=\"52\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1621ee74a24\" wfd-id=\"82\"><svg class=\"tcb-icon\" viewBox=\"0 0 16 28\" data-name=\"map-marker\">\n<path d=\"M12 10c0-2.203-1.797-4-4-4s-4 1.797-4 4 1.797 4 4 4 4-1.797 4-4zM16 10c0 0.953-0.109 1.937-0.516 2.797l-5.688 12.094c-0.328 0.688-1.047 1.109-1.797 1.109s-1.469-0.422-1.781-1.109l-5.703-12.094c-0.406-0.859-0.516-1.844-0.516-2.797 0-4.422 3.578-8 8-8s8 3.578 8 8z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621ee63e1c\" wfd-id=\"77\"><h2 data-css=\"tve-u-1621fdcb4ea\" style=\"text-align: center;\">contact us</h2></div><div class=\"thrv_wrapper thrv-contact-form\" data-ct=\"contact_form-22343\" style=\"\" data-css=\"tve-u-16465071dea\" data-ct-name=\"Rounded Shadow\" wfd-id=\"55\">\n<form action=\"\" method=\"post\" novalidate=\"\" wfd-id=\"56\">\n<div class=\"tve-cf-item-wrapper\" wfd-id=\"60\">\n<div class=\"tve-cf-item\" data-css=\"tve-u-1695dd04208\" wfd-id=\"73\">\n<div class=\"thrv-cf-input-wrapper\" data-type=\"first_name\" wfd-id=\"74\">\n<label data-css=\"tve-u-1695d9d6525\" class=\"\" wfd-id=\"76\">First Name</label>\n<div class=\"tve-cf-input\" data-css=\"tve-u-1695d9d6526\" data-tcb_hover_state_parent=\"\" wfd-id=\"75\">\n<input placeholder=\"\" type=\"text\" name=\"first_name\" data-placeholder=\"\" wfd-id=\"492\">\n</div>\n</div>\n</div>\n<div class=\"tve-cf-item\" data-css=\"tve-u-1695dd04208\" wfd-id=\"69\">\n<div class=\"thrv-cf-input-wrapper\" data-type=\"email\" wfd-id=\"70\">\n<label data-css=\"tve-u-1695d9d6527\" class=\"\" wfd-id=\"72\">Email Address</label>\n<div class=\"tve-cf-input\" data-css=\"tve-u-1695d9d6528\" data-tcb_hover_state_parent=\"\" wfd-id=\"71\">\n<input placeholder=\"\" type=\"email\" name=\"email\" data-placeholder=\"\" wfd-id=\"491\">\n</div>\n</div>\n</div>\n<div class=\"tve-cf-item\" data-css=\"tve-u-1695dd484d7\" wfd-id=\"65\">\n<div class=\"thrv-cf-input-wrapper\" data-type=\"message\" wfd-id=\"66\">\n<label data-css=\"tve-u-1695d9d6529\" class=\"\" wfd-id=\"68\">Message</label>\n<div class=\"tve-cf-input\" data-css=\"tve-u-1695d9d652a\" data-tcb_hover_state_parent=\"\" wfd-id=\"67\">\n<textarea placeholder=\"\" data-placeholder=\"\" name=\"message\" wfd-id=\"493\"></textarea>\n</div>\n</div>\n</div>\n<div class=\"tve-cf-item\" data-css=\"tve-u-1695dd04208\" wfd-id=\"61\">\n	<div class=\"thrv-cf-input-wrapper\" data-type=\"phone\" wfd-id=\"62\">\n		<label data-css=\"tve-u-1695d9d6525\" class=\"\" wfd-id=\"64\">Phone Number</label>\n		<div class=\"tve-cf-input\" data-css=\"tve-u-1695d9d6526\" wfd-id=\"63\">\n			<input placeholder=\"+1-555-555-2368\" type=\"tel\" name=\"phone\" data-placeholder=\"+1-555-555-2368\" wfd-id=\"490\">\n		</div>\n	</div>\n</div></div>\n<div class=\"tve-cf-submit\" data-tcb_hover_state_parent=\"\" data-button-style=\"rounded\" data-css=\"tve-u-1695dd27f6a\" wfd-id=\"57\">\n<button class=\"tve_btn_txt\" type=\"submit\" wfd-id=\"505\">Submit Message</button>\n</div>\n<input type=\"hidden\" name=\"config\" value=\"YTozOntzOjE0OiJlcnJvcl9tZXNzYWdlcyI7YTo0OntzOjU6ImVtYWlsIjtzOjIxOiJFbWFpbCBhZGRyZXNzIGludmFsaWQiO3M6NToicGhvbmUiO3M6MjA6IlBob25lIG51bWJlciBpbnZhbGlkIjtzOjM6InVybCI7czoxMToiVVJMIGludmFsaWQiO3M6ODoicmVxdWlyZWQiO3M6MjA6IlJlcXVpcmVkIGZpZWxkIGVtcHR5Ijt9czo4OiJ0b19lbWFpbCI7YToyOntzOjI6InRvIjtzOjI4OiJpbmZvQGJlc3RjZXJha290ZWZsb3JpZGEuY29tIjtzOjc6InN1YmplY3QiO3M6MTg6Ik5ldyBtZXNzYWdlIGZyb206ICI7fXM6Njoic3VibWl0IjthOjEwOntzOjY6ImFjdGlvbiI7czoxMjoibm90aWZpY2F0aW9uIjtzOjIzOiJzZW5kX2NvbmZpcm1hdGlvbl9lbWFpbCI7YjoxO3M6MTk6InNlbmRlcl9wZXJzb25hbGl6ZWQiO2I6MDtzOjIwOiJjb25maXJtYXRpb25fc3ViamVjdCI7czozNjoiQ29udGFjdCBGb3JtIHN1Ym1pc3Npb24gY29uZmlybWF0aW9uIjtzOjIwOiJjb25maXJtYXRpb25fbWVzc2FnZSI7czoxMzk6IkhlbGxvLCAKClRoYW5rcyBmb3IgY29udGFjdGluZyB1cy4gV2UnbGwgZ2V0IGJhY2sgdG8geW91IGFzIHNvb24gYXMgcG9zc2libGUgd2l0aCB0aGUgaW5mb3JtYXRpb24geW91IG5lZWQuIAoKQmVzdCByZWdhcmRzLApbd3Bfc2l0ZV90aXRsZV0iO3M6OToiZnJvbV9uYW1lIjtzOjI4OiJUaGUgQmVzdCBDZXJha290ZSBJbiBGbG9yaWRhIjtzOjEwOiJmcm9tX2VtYWlsIjtzOjI5OiJhZG1pbkBiZXN0Y2VyYWtvdGVmbG9yaWRhLmNvbSI7czo4OiJyZXBseV90byI7czoyOToiYWRtaW5AYmVzdGNlcmFrb3RlZmxvcmlkYS5jb20iO3M6MzoidXJsIjtzOjA6IiI7czoxMjoibm90aWZpY2F0aW9uIjtzOjgxOiJZb3VyIG1lc3NhZ2UgaGFzIGJlZW4gc2VudCwgdGhhbmsgeW91ISBZb3UnbGwgaGVhciBmcm9tIHVzIHdpdGhpbiB0aGUgbmV4dCAyNCBocnMiO319\" wfd-id=\"489\"></form>\n</div><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_slide_left\" data-css=\"tve-u-1621ef118dc\" style=\"\" wfd-id=\"53\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"54\"><img class=\"tve_image tve_evt_manager_listen tve_et_tve-viewport wp-image-282\" alt=\"Cerakote Certified Logo\" width=\"2148\" height=\"1968\" title=\"Cerakote Certified Logo\" data-id=\"282\" src=\"https://bestcerakoteflorida.com/wp-content/uploads/2018/09/CertifiedLogo.png\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_left&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" style=\"width: 100%;\"></span></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621ee4be73\" style=\"\" wfd-id=\"43\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ee22c43\" wfd-id=\"45\"><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-1695d995f33\" wfd-id=\"47\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=825 South Kings Highway, Fort Pierce&amp;t=m&amp;z=11&amp;output=embed&amp;iwloc=near\"></iframe>\n</div><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-1621ee18a1c\" wfd-id=\"46\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=davie, Florida 33317&amp;t=m&amp;z=11&amp;output=embed&amp;iwloc=near\"></iframe>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621f0aa8f7\" wfd-id=\"24\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621f0ada0e\" wfd-id=\"38\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621f0b0088\" wfd-id=\"25\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621f0d2c1a\" wfd-id=\"26\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-1621f0cbe40\" wfd-id=\"27\"><div class=\"tcb-flex-col\" wfd-id=\"33\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"34\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621f0da775\" wfd-id=\"35\"><p data-css=\"tve-u-1622444fb11\">Â© 2018, BLACKHAWK CUSTOM, LLC . All rights reserved.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"28\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"29\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16223fe5f5b\" wfd-id=\"30\"><p data-css=\"tve-u-1621f0d874c\" style=\"text-align: right;\">Made with <a href=\"https://thrivethemes.com/\" target=\"_blank\">Thrive Architect</a></p></div></div></div></div></div></div>\n</div>\n\n'),(7031,581,'tve_revision_tve_has_wistia_popover','0'),(7032,582,'tve_revision_tve_landing_page','tcb2-thrivebiz-car-wash'),(7033,582,'tve_revision_tve_landing_set',''),(7034,582,'tve_revision_tve_disable_theme_dependency','1'),(7035,582,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-162717d1bbe\" wfd-id=\"464\"><div class=\"tcb-flex-row tcb-medium-no-wrap v-2 tcb--cols--3 m-edit tcb-mobile-wrap tcb-resized\" data-css=\"tve-u-162717d1bbf\" wfd-id=\"465\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1695981e7bb\" wfd-id=\"484\"><div class=\"tcb-col\" data-css=\"tve-u-16959846d3d\" wfd-id=\"486\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16959822de2\" wfd-id=\"487\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"488\"><img class=\"tve_image wp-image-465\" alt=\"\" width=\"384\" height=\"62\" title=\"Blackhawk_custom_header\" data-id=\"465\" src=\"https://bestcerakoteflorida.com/wp-content/uploads/2019/01/Blackhawk_custom_header.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717d1bb9\" style=\"\" wfd-id=\"477\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717d1bb6\" wfd-id=\"479\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-164179a84b8\" wfd-id=\"480\">\n<div class=\"tve-content-box-background\" wfd-id=\"483\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"481\"><div class=\"tcb-clear\" wfd-id=\"482\"></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717d1bb7\" style=\"\" wfd-id=\"466\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717d1bbc\" wfd-id=\"468\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16369305186\" wfd-id=\"469\">\n<div class=\"tve-content-box-background\" wfd-id=\"476\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16417e9d24e\" wfd-id=\"470\"><div class=\"tcb-clear\" wfd-id=\"474\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-16417e5bd95\" data-float=\"1\" wfd-id=\"475\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-envelope-regular\" data-name=\"\">\n            <path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path>\n        </svg></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-164179bced9\" wfd-id=\"471\"><p data-css=\"tve-u-1641333d7d1\"><a href=\"mailto:info@bestcerkoteflorida.com\" target=\"_blank\">info@bestcerakoteflorida.com</a></p></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-162717cb621\" data-value-type=\"percent\" wfd-id=\"434\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-162717cb620\" data-clip-id=\"c883ac5175045\" wfd-id=\"463\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-c883ac5175045\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"6\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.8949, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-c883ac5175045\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9476, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-c883ac5175045\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9651, 1 1, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-162717cb609\" wfd-id=\"435\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-162717cb618\" wfd-id=\"436\"><div class=\"tcb-flex-row tcb-medium-wrap tcb-resized v-2 tcb--cols--2\" data-css=\"tve-u-162717cb617\" wfd-id=\"437\"><div class=\"tcb-flex-col\" data-css=\"tve-u-162717cb601\" style=\"\" wfd-id=\"451\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717cb60a\" wfd-id=\"453\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h1\" data-css=\"tve-u-162717cb610\" wfd-id=\"459\"><h1 data-css=\"tve-u-162717cb616\" style=\"text-align: center;\">&nbsp;Protect What\'s Important To You! With The Toughest Ceramic Finish In The World!<span data-css=\"tve-u-16271ca808e\" style=\"color: rgb(0, 229, 255);\" wfd-id=\"462\"></span></h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162717cb60f\" wfd-id=\"454\"><p data-css=\"tve-u-1695a36117b\" style=\"text-align: center;\">Heat, Water, Salt and Sand just some of the conditions you face. And any one of them is just waiting to get a hold of your firearm and leave it a pile of rusted, pitted junk.</p><p data-css=\"tve-u-16413112747\" style=\"text-align: center;\">Unfortunately there wasn\'t much you could do other than keep cleaning and lubricating your firearms...till NOW!</p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717cb600\" style=\"\" wfd-id=\"438\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717cb60b\" wfd-id=\"440\"><div class=\"thrv_responsive_video thrv_wrapper rv_style_lifted_style2\" data-type=\"youtube\" data-rel=\"0\" data-url=\"https://www.youtube.com/watch?v=a1nyu9ZJiEk\" data-css=\"tve-u-16959cd1e7a\" data-modestbranding=\"1\" wfd-id=\"448\">\n	\n\n	<div class=\"tve_responsive_video_container\" wfd-id=\"449\">\n		<div class=\"video_overlay\" wfd-id=\"450\"></div>\n	<iframe data-code=\"TEOqV1Q16lU\" data-provider=\"youtube\" src=\"https://www.youtube.com/embed/TEOqV1Q16lU?rel=0&amp;modestbranding=1&amp;controls=1&amp;showinfo=1&amp;fs=1&amp;wmode=transparent\" data-src=\"https://www.youtube.com/embed/TEOqV1Q16lU?rel=0&amp;modestbranding=1&amp;controls=1&amp;showinfo=1&amp;fs=1&amp;wmode=transparent\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\n</div><div class=\"thrv_wrapper thrv-button tcb-with-icon\" data-css=\"tve-u-1695a3002e2\" data-tcb_hover_state_parent=\"\" data-button-style=\"border_1\" wfd-id=\"441\">\n	<a href=\"tel:1-954-848-1911\" class=\"tcb-button-link\" target=\"_blank\" rel=\"\"><span class=\"tcb-button-icon\" wfd-id=\"446\">\n	<div class=\"thrv_wrapper thrv_icon tve_no_drag tve_no_icons tcb-icon-inherit-style tcb-icon-display\" wfd-id=\"447\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-phone-plus-light\" data-name=\"\">\n            <path d=\"M8 128h88v88c0 4.4 3.6 8 8 8h16c4.4 0 8-3.6 8-8v-88h88c4.4 0 8-3.6 8-8v-16c0-4.4-3.6-8-8-8h-88V8c0-4.4-3.6-8-8-8h-16c-4.4 0-8 3.6-8 8v88H8c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8zM487.8 24.1L387 .8c-14.7-3.4-29.8 4.2-35.8 18.1l-46.5 108.5c-5.5 12.7-1.8 27.7 8.9 36.5l53.9 44.1c-34 69.2-90.3 125.6-159.6 159.6l-44.1-53.9c-8.8-10.7-23.8-14.4-36.5-8.9L18.9 351.3c-13.9 6-21.5 21-18.1 35.8L24 487.9C27.3 502 39.9 512 54.5 512 306.7 512 512 307.8 512 54.5c0-14.6-10-27.2-24.2-30.4zM55.1 480l-23-99.6 107.4-46 59.5 72.8c103.6-48.6 159.7-104.9 208.1-208.1l-72.8-59.5 46-107.4 99.6 23C479.7 289.7 289.6 479.7 55.1 480z\"></path>\n        </svg></div>\n</span>\n\n		<span class=\"tcb-button-texts\" wfd-id=\"442\"><span class=\"tcb-button-text thrv-inline-text\" wfd-id=\"443\">CALL NOW</span></span>\n	</a>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-162717fcf9d\" data-value-type=\"percent\" wfd-id=\"377\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-162718bd0c0\" data-clip-id=\"a3b25e1c9221a\" wfd-id=\"433\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0875\"></polygon></clipPath><clipPath id=\"clip-tablet-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"6\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.1051\"></polygon></clipPath><clipPath id=\"clip-mobile-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"1\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0175\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-162718a3b40\" wfd-id=\"378\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622a159bcb\" wfd-id=\"379\">\n<div class=\"tve-content-box-background\" wfd-id=\"432\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"380\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621a2247ba\" wfd-id=\"429\"><h2 data-css=\"tve-u-1621a2e0d5b\">our services</h2></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16229f6175c\" wfd-id=\"404\"><div class=\"tcb-flex-row tcb-medium-no-wrap tcb--cols--3 v-2\" data-css=\"tve-u-162493a03b0\" wfd-id=\"405\"><div class=\"tcb-flex-col\" wfd-id=\"420\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1624939a960\" data-tcb_hover_state_parent=\"\" wfd-id=\"422\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-162493d5f13\" data-float=\"1\" wfd-id=\"428\"><svg class=\"tcb-icon\" viewBox=\"0 0 14 28\" data-name=\"bolt\">\n<path d=\"M13.828 8.844c0.172 0.187 0.219 0.453 0.109 0.688l-8.437 18.078c-0.125 0.234-0.375 0.391-0.656 0.391-0.063 0-0.141-0.016-0.219-0.031-0.344-0.109-0.547-0.438-0.469-0.766l3.078-12.625-6.344 1.578c-0.063 0.016-0.125 0.016-0.187 0.016-0.172 0-0.359-0.063-0.484-0.172-0.187-0.156-0.25-0.391-0.203-0.609l3.141-12.891c0.078-0.297 0.359-0.5 0.688-0.5h5.125c0.391 0 0.703 0.297 0.703 0.656 0 0.094-0.031 0.187-0.078 0.281l-2.672 7.234 6.188-1.531c0.063-0.016 0.125-0.031 0.187-0.031 0.203 0 0.391 0.094 0.531 0.234z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"424\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-162494b490e\" wfd-id=\"425\"><h4 data-css=\"tve-u-16249355087\" style=\"text-align: left;\">Express exterior</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162494b7ad0\" wfd-id=\"423\"><p data-css=\"tve-u-162492e70ad\">Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"413\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162493b6b63\" data-tcb_hover_state_parent=\"\" wfd-id=\"415\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b456a\" wfd-id=\"419\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"adjust\">\n<path d=\"M12 22.5v-17c-4.688 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"417\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1af44d\" wfd-id=\"418\"><h4 data-css=\"tve-u-16249358652\" style=\"text-align: left;\">Interior clean</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"416\"><p data-css=\"tve-u-162492e70ad\">Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"406\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16249373b25\" wfd-id=\"408\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b52d3\" wfd-id=\"412\"><svg class=\"tcb-icon\" viewBox=\"0 0 26 28\" data-name=\"umbrella\">\n<path d=\"M14 12.938v9.063c0 2.172-1.828 4-4 4s-4-1.828-4-4c0-0.547 0.453-1 1-1s1 0.453 1 1c0 1.047 0.953 2 2 2s2-0.953 2-2v-9.063c0.328-0.109 0.656-0.172 1-0.172s0.672 0.063 1 0.172zM26 13.359c0 0.266-0.234 0.5-0.5 0.5-0.141 0-0.25-0.063-0.359-0.156-0.906-0.844-1.75-1.437-3.047-1.437-1.484 0-2.766 0.922-3.609 2.094-0.187 0.266-0.328 0.547-0.5 0.812-0.109 0.172-0.234 0.266-0.438 0.266-0.219 0-0.344-0.094-0.453-0.266-0.172-0.266-0.313-0.547-0.5-0.812-0.844-1.172-2.109-2.094-3.594-2.094s-2.75 0.922-3.594 2.094c-0.187 0.266-0.328 0.547-0.5 0.812-0.109 0.172-0.234 0.266-0.453 0.266-0.203 0-0.328-0.094-0.438-0.266-0.172-0.266-0.313-0.547-0.5-0.812-0.844-1.172-2.125-2.094-3.609-2.094-1.297 0-2.141 0.594-3.047 1.437-0.109 0.094-0.219 0.156-0.359 0.156-0.266 0-0.5-0.234-0.5-0.5 0-0.047 0-0.078 0.016-0.109 1.437-5.906 7.141-9.25 12.984-9.25 5.812 0 11.578 3.344 12.984 9.25 0.016 0.031 0.016 0.063 0.016 0.109zM14 2v1.531c-0.328-0.016-0.672-0.031-1-0.031s-0.672 0.016-1 0.031v-1.531c0-0.547 0.453-1 1-1s1 0.453 1 1z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"410\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b01a6\" wfd-id=\"411\"><h4 data-css=\"tve-u-1624935a201\" style=\"text-align: left;\">Wax protection</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"409\"><p data-css=\"tve-u-162492e70ad\">Etiam pharetra, erat sed fermentum feugiat, velit mauris</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16249367114\" wfd-id=\"381\"><div class=\"tcb-flex-row tcb-medium-no-wrap tcb--cols--3 v-2\" data-css=\"tve-u-16229ffbb7b\" wfd-id=\"382\"><div class=\"tcb-flex-col\" wfd-id=\"397\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229fa6a26\" wfd-id=\"399\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b33f9\" wfd-id=\"403\"><svg class=\"tcb-icon\" viewBox=\"0 0 26 28\" data-name=\"magic\">\n<path d=\"M18.594 9.078l4.578-4.578-1.672-1.672-4.578 4.578zM25.578 4.5c0 0.266-0.094 0.516-0.281 0.703l-20.094 20.094c-0.187 0.187-0.438 0.281-0.703 0.281s-0.516-0.094-0.703-0.281l-3.094-3.094c-0.187-0.187-0.281-0.438-0.281-0.703s0.094-0.516 0.281-0.703l20.094-20.094c0.187-0.187 0.438-0.281 0.703-0.281s0.516 0.094 0.703 0.281l3.094 3.094c0.187 0.187 0.281 0.438 0.281 0.703zM4.469 1.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531zM9.938 4.062l3.063 0.938-3.063 0.938-0.938 3.063-0.938-3.063-3.063-0.938 3.063-0.938 0.938-3.063zM24.469 11.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531zM14.469 1.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"401\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b0a67\" wfd-id=\"402\"><h4 data-css=\"tve-u-16248fc42a1\" style=\"text-align: left;\">Dust &amp; Dash Console</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"400\"><p data-css=\"tve-u-162492e70ad\">Duis sed odio sit amet nibh vulputate cursus a sit amet mauris.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"390\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1622f65ba70\" wfd-id=\"392\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b60b4\" wfd-id=\"396\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"certificate\">\n<path d=\"M21.5 14l2.156 2.109c0.297 0.281 0.406 0.703 0.313 1.094-0.109 0.391-0.422 0.703-0.812 0.797l-2.938 0.75 0.828 2.906c0.109 0.391 0 0.812-0.297 1.094-0.281 0.297-0.703 0.406-1.094 0.297l-2.906-0.828-0.75 2.938c-0.094 0.391-0.406 0.703-0.797 0.812-0.094 0.016-0.203 0.031-0.297 0.031-0.297 0-0.594-0.125-0.797-0.344l-2.109-2.156-2.109 2.156c-0.281 0.297-0.703 0.406-1.094 0.313-0.406-0.109-0.703-0.422-0.797-0.812l-0.75-2.938-2.906 0.828c-0.391 0.109-0.812 0-1.094-0.297-0.297-0.281-0.406-0.703-0.297-1.094l0.828-2.906-2.938-0.75c-0.391-0.094-0.703-0.406-0.812-0.797-0.094-0.391 0.016-0.812 0.313-1.094l2.156-2.109-2.156-2.109c-0.297-0.281-0.406-0.703-0.313-1.094 0.109-0.391 0.422-0.703 0.812-0.797l2.938-0.75-0.828-2.906c-0.109-0.391 0-0.812 0.297-1.094 0.281-0.297 0.703-0.406 1.094-0.297l2.906 0.828 0.75-2.938c0.094-0.391 0.406-0.703 0.797-0.797 0.391-0.109 0.812 0 1.094 0.297l2.109 2.172 2.109-2.172c0.281-0.297 0.688-0.406 1.094-0.297 0.391 0.094 0.703 0.406 0.797 0.797l0.75 2.938 2.906-0.828c0.391-0.109 0.812 0 1.094 0.297 0.297 0.281 0.406 0.703 0.297 1.094l-0.828 2.906 2.938 0.75c0.391 0.094 0.703 0.406 0.812 0.797 0.094 0.391-0.016 0.812-0.313 1.094z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"394\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b12d8\" wfd-id=\"395\"><h4 data-css=\"tve-u-1625389a3d5\" style=\"text-align: left;\">Triple Foam Polish</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"393\"><p data-css=\"tve-u-162492e70ad\">Class aptent taciti sociosqu ad litora torquent</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"383\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229fa8c68\" wfd-id=\"385\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-16271adf6cf\" wfd-id=\"389\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"bullseye\">\n<path d=\"M16 14c0 2.203-1.797 4-4 4s-4-1.797-4-4 1.797-4 4-4 4 1.797 4 4zM18 14c0-3.313-2.688-6-6-6s-6 2.688-6 6 2.688 6 6 6 6-2.688 6-6zM20 14c0 4.422-3.578 8-8 8s-8-3.578-8-8 3.578-8 8-8 8 3.578 8 8zM22 14c0-5.516-4.484-10-10-10s-10 4.484-10 10 4.484 10 10 10 10-4.484 10-10zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"387\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-16248fc71c8\" wfd-id=\"388\"><h4 data-css=\"tve-u-1625389b4ed\" style=\"text-align: left;\">Tire dressing</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"386\"><p data-css=\"tve-u-162492e70ad\">Etiam pharetra, erat sed fermentum feugiat, velit mauris</p></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621ad46076\" wfd-id=\"337\">\n<div class=\"tve-page-section-out\" wfd-id=\"376\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621b072b4e\" wfd-id=\"338\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621a8b2488\" wfd-id=\"339\"><div class=\"tcb-flex-row tcb--cols--2 v-2\" data-css=\"tve-u-1621a8a804b\" wfd-id=\"340\"><div class=\"tcb-flex-col\" wfd-id=\"352\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16271bfe70c\" wfd-id=\"354\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h3\" data-css=\"tve-u-1621a8c4313\" wfd-id=\"373\"><h3><strong>Complete cleaning services for yoâ€‹ur car</strong></h3></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-16417b70f47\" wfd-id=\"355\"><ul class=\"tcb-styled-list\" wfd-id=\"356\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621acf0289\" wfd-id=\"367\"><div class=\"tcb-styled-list-icon\" wfd-id=\"371\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a8e11f3\" wfd-id=\"372\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ace1b08\" wfd-id=\"368\">We are a small business delivering professional cleaning services for all vehicles</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621acf64fb\" wfd-id=\"363\"><div class=\"tcb-styled-list-icon\" wfd-id=\"365\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a8e5625\" wfd-id=\"366\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ace4de9\" wfd-id=\"364\">Our services are convenient for individuals and corporate fleets</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"357\"><div class=\"tcb-styled-list-icon\" wfd-id=\"361\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a9076ef\" wfd-id=\"362\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621acf47d2\" wfd-id=\"358\">We use eco-friendly products that actually clean, protect and maintain your car better than the traditional cleaning substances</span></li></ul></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"341\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621a90a46f\" wfd-id=\"343\"><div class=\"thrv_wrapper thrv-fill-counter tve_red tve_normalfc thrv_data_element\" data-css=\"tve-u-1621a983587\" wfd-id=\"344\">\n<div class=\"tve_fill_counter_n\" style=\"\" data-fill=\"100\" data-css=\"tve-u-1621a98b602\" wfd-id=\"345\">\n<svg viewBox=\"0 0 160 160\" class=\"tve_fill_counter_circle\" shape-rendering=\"optimizeSpeed\" data-css=\"tve-u-1621a9a2862\">\n<circle class=\"tve_fill_counter_circle_inner\" r=\"80\" cx=\"80\" cy=\"80\" data-css=\"tve-u-1621a9685d4\"></circle>\n</svg>\n<div class=\"tve_fill_text_in\" data-css=\"tve-u-1621a96b190\" wfd-id=\"346\">\n<div class=\"tve_fill_text_value\" data-css=\"tve-u-1621a9a2866\" wfd-id=\"348\">\n<div class=\"thrv-inline-text tve_fill_text tve_editable\" data-css=\"tve-u-1621a9a2867\" wfd-id=\"349\"><strong>100%â€‹</strong></div>\n</div>\n<div class=\"thrv-inline-text tve_editable tve_data_element_label\" data-css=\"tve-u-1621a9750ae\" wfd-id=\"347\">Clean car</div>\n</div>\n</div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621ada1e7f\" data-value-type=\"percent\" wfd-id=\"299\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621adba9ef\" data-clip-id=\"52d5a36c151aa\" wfd-id=\"336\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-52d5a36c151aa\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0875\"></polygon></clipPath><clipPath id=\"clip-tablet-top-52d5a36c151aa\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0524\"></polygon></clipPath><clipPath id=\"clip-mobile-top-52d5a36c151aa\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0349\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621ad420c4\" wfd-id=\"300\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621ade6172\" wfd-id=\"301\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2 tcb-row-reversed-mobile tcb-mobile-edit v-2\" data-css=\"tve-u-1621adea58b\" wfd-id=\"302\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621b064646\" style=\"\" wfd-id=\"330\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ae0bec7\" wfd-id=\"332\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ae4fd21\" data-value-type=\"percent\" data-float=\"1\" wfd-id=\"333\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621ae6c8da\" data-clip-id=\"aa2c3e3c70555\" wfd-id=\"335\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0349\"></polygon></clipPath><clipPath id=\"clip-tablet-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"4\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0699\"></polygon></clipPath><clipPath id=\"clip-mobile-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"4\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0699\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb\" data-css=\"tve-u-1621ae4db6e\" wfd-id=\"334\"></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621b064668\" style=\"\" wfd-id=\"303\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621f45bed3\" wfd-id=\"305\"><div class=\"tcb-clear\" data-css=\"tve-u-16224848ee5\" wfd-id=\"326\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621afceb00\" wfd-id=\"327\"><h2 data-css=\"tve-u-1621afcc0bf\">Check Out Our Special Offer!</h2></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621afda4fa\" wfd-id=\"325\"><p data-css=\"tve-u-1621afd8c98\">Donâ€™t miss the opportunity to get 50% discount on a complete cleaning just by recommending us to a friend. Bring someone you know with you and clean you car half price!</p></div><div class=\"tcb-clear\" data-css=\"tve-u-16224834cab\" wfd-id=\"306\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621fe85996\" wfd-id=\"307\"><div class=\"tcb-flex-row tcb--cols--2 tcb-resized tcb-medium-wrap tcb-desktop-wrap\" data-css=\"tve-u-1621fe78878\" wfd-id=\"308\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621fe94086\" style=\"\" wfd-id=\"316\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"318\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621b01355a\" wfd-id=\"319\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621b08fdde\" data-tcb_hover_state_parent=\"1\" wfd-id=\"324\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16223f02c16\" wfd-id=\"320\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-1620af7eb3f\" data-tcb_hover_state_parent=\"\" data-button-style=\"full_rounded\" wfd-id=\"321\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"322\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-16228c75500\" wfd-id=\"323\"><strong>Request an appointment</strong></span></span>\n</a>\n</div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621fe940b9\" style=\"\" wfd-id=\"309\"><div class=\"tcb-col\" wfd-id=\"311\"><div class=\"tcb-clear\" data-css=\"tve-u-16224716d62\" wfd-id=\"312\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-1621b028939\" data-tcb_hover_state_parent=\"\" data-button-style=\"ghost\" wfd-id=\"313\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"314\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-16228c764b2\" wfd-id=\"315\"><strong>Call Now: 0400-700-682</strong></span></span>\n</a>\n</div></div></div></div></div></div></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16260ba2fa4\" wfd-id=\"198\">\n<div class=\"tve-page-section-out\" wfd-id=\"298\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16260be7104\" wfd-id=\"199\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621b0e4fb7\" wfd-id=\"297\"><h2 data-css=\"tve-u-1621b10fccf\" style=\"text-align: center;\">our happy clients</h2></div><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641367127b\" data-float=\"1\" wfd-id=\"296\"><svg class=\"tcb-icon\" viewBox=\"0 0 30 32\" data-name=\"quote-left\">\n<path d=\"M13.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429zM29.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641367e553\" wfd-id=\"295\"><svg class=\"tcb-icon\" viewBox=\"0 0 30 32\" data-name=\"quote-left\">\n<path d=\"M13.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429zM29.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a10d3b4\" wfd-id=\"266\">\n<div class=\"tve-content-box-background\" wfd-id=\"294\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"267\"><div class=\"tcb-clear\" data-css=\"tve-u-1621b300a64\" wfd-id=\"292\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-1621f154231\" wfd-id=\"293\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621b200375\" wfd-id=\"270\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-16260d8392c\" wfd-id=\"271\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"276\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"278\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16417b62c09\" wfd-id=\"279\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-16260d8396c\" wfd-id=\"280\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16260d01208\" style=\"\" wfd-id=\"286\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"288\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"289\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16225617da3\" wfd-id=\"291\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"290\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16260d0120e\" style=\"\" wfd-id=\"281\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"283\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"285\"><h5>Brett Graham, 28</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"284\"><h6 class=\"\">Architect</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"272\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"274\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"275\"><p data-css=\"tve-u-162539c17ec\">Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit. Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit.&nbsp;</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-16260c5ff0c\" wfd-id=\"268\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260c5ff07\" wfd-id=\"269\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a12f675\" wfd-id=\"233\">\n<div class=\"tve-content-box-background\" wfd-id=\"265\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"234\"><div class=\"tcb-clear\" data-css=\"tve-u-16260cd7683\" wfd-id=\"263\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260d73672\" wfd-id=\"264\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16260da3aa7\" wfd-id=\"237\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-1621fb68b97\" wfd-id=\"238\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"247\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"249\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16417b662bf\" wfd-id=\"250\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-1621fb65556\" wfd-id=\"251\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16229915e1a\" style=\"\" wfd-id=\"257\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"259\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"260\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16260c433e9\" wfd-id=\"262\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"261\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16229915e4e\" style=\"\" wfd-id=\"252\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"254\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"256\"><h5>Rosie Hanson, 24</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"255\"><h6 class=\"\">Real estate Associate</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"239\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"241\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"242\"><p data-css=\"tve-u-162539c17ec\">Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo.</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-16260d3b97e\" wfd-id=\"235\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260d39b83\" wfd-id=\"236\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a146aef\" wfd-id=\"200\">\n<div class=\"tve-content-box-background\" wfd-id=\"232\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"201\"><div class=\"tcb-clear\" data-css=\"tve-u-16260cd7683\" wfd-id=\"230\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260cd622f\" wfd-id=\"231\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16260c39a7e\" wfd-id=\"204\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-16260d3f4aa\" wfd-id=\"205\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"212\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"214\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621fbacc60\" wfd-id=\"215\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-16260d3f4af\" wfd-id=\"216\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16229915e1a\" style=\"\" wfd-id=\"224\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"226\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"227\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16260d5e4b8\" wfd-id=\"229\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"228\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16229915e4e\" style=\"\" wfd-id=\"217\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"219\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"223\"><h5>Shawn Mattews, 35</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"220\"><h6 class=\"\">project manager</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"206\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"208\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"209\"><p data-css=\"tve-u-162539c17ec\">Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo. Nullam ac urna eu felis.Sed non neque elit. Sed ut imperdiet nisi. Proin condimentum</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1621b30ca74\" wfd-id=\"202\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-1621f15b521\" wfd-id=\"203\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621b3c8c52\" wfd-id=\"86\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621b3cfc7b\" wfd-id=\"197\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621b3c74d9\" wfd-id=\"87\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621e7b695a\" wfd-id=\"194\"><h2 data-css=\"tve-u-1621e7a7350\" style=\"text-align: center;\">our offers</h2></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621e7c899a\" wfd-id=\"88\"><div class=\"tcb-flex-row tcb--cols--3 tcb-medium-wrap v-2\" data-css=\"tve-u-1621e7c7aa1\" wfd-id=\"89\"><div class=\"tcb-flex-col\" wfd-id=\"156\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16223fc9f23\" wfd-id=\"158\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e7ceab3\" style=\"\" wfd-id=\"159\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16416e4fafd\" wfd-id=\"193\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e7d5094\" wfd-id=\"160\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e7e9950\" data-value-type=\"percent\" style=\"\" wfd-id=\"189\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e7edfd9\" data-clip-id=\"10ffac3b28f1d\" wfd-id=\"192\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-10ffac3b28f1d\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-10ffac3b28f1d\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e7e6c1d\" wfd-id=\"190\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-16417b4cb9e\" wfd-id=\"191\"><h4 data-css=\"tve-u-1621fe1a1af\" style=\"text-align: center;\"><strong>Basic Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ec6c39b\" data-float=\"1\" wfd-id=\"185\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e81f424\" wfd-id=\"188\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec752da\" wfd-id=\"186\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"187\"><h4 data-css=\"tve-u-1621fe1bd18\" style=\"text-align: center;\"><strong>15$</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621ea50702\" wfd-id=\"161\"><ul class=\"tcb-styled-list\" wfd-id=\"162\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec3a5c0\" wfd-id=\"181\"><div class=\"tcb-styled-list-icon\" wfd-id=\"183\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec204df\" wfd-id=\"184\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec241aa\" wfd-id=\"182\">Interior vacuum</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"177\"><div class=\"tcb-styled-list-icon\" wfd-id=\"179\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec20f68\" wfd-id=\"180\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec2704c\" wfd-id=\"178\">Dust &amp;dash console</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec42aa7\" wfd-id=\"171\"><div class=\"tcb-styled-list-icon\" wfd-id=\"175\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec21a31\" wfd-id=\"176\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec298ab\" wfd-id=\"172\">Hand towel dry</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec43fe2\" wfd-id=\"167\"><div class=\"tcb-styled-list-icon\" wfd-id=\"169\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ea1fba7\" wfd-id=\"170\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea23322\" wfd-id=\"168\">Clean windows</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec454d9\" wfd-id=\"163\"><div class=\"tcb-styled-list-icon\" wfd-id=\"165\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ea295c0\" wfd-id=\"166\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea2c69a\" wfd-id=\"164\">Soft cloth wash</span></li></ul></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"123\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"125\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621eb81205\" style=\"\" wfd-id=\"126\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16416e603ab\" wfd-id=\"155\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621eb7ccb0\" wfd-id=\"127\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ebbbb6d\" data-value-type=\"percent\" wfd-id=\"151\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eaaedd8\" data-clip-id=\"a2b9cf3198d6f\" wfd-id=\"154\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-a2b9cf3198d6f\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-a2b9cf3198d6f\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec7f21a\" wfd-id=\"152\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e930bd7\" wfd-id=\"153\"><h4 data-css=\"tve-u-1621e92e97f\" style=\"text-align: center;\"><strong>Ultimate Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ec78d2c\" data-float=\"1\" wfd-id=\"147\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eab272c\" wfd-id=\"150\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec79a7d\" wfd-id=\"148\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"149\"><h4 data-css=\"tve-u-1621e942b65\" style=\"text-align: center;\"><strong>22 $</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621ebfa746\" wfd-id=\"144\"><p data-css=\"tve-u-1621f4ceaf6\" style=\"text-align: center;\">Includes basic service <span data-css=\"tve-u-1621f4ceaf7\" style=\"color: rgb(15, 29, 123);\" wfd-id=\"145\"><strong class=\"\"><span data-css=\"tve-u-1621f4ceafb\" wfd-id=\"146\">+</span></strong></span></p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621ebf340c\" wfd-id=\"128\"><ul class=\"tcb-styled-list\" wfd-id=\"129\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-164137a0b1f\" wfd-id=\"138\"><div class=\"tcb-styled-list-icon\" wfd-id=\"142\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec0c5bd\" wfd-id=\"143\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ebfe4ce\" wfd-id=\"139\">Triple foam conditiner</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec04541\" wfd-id=\"134\"><div class=\"tcb-styled-list-icon\" wfd-id=\"136\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec09a3c\" wfd-id=\"137\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ebff867\" wfd-id=\"135\">Tire dressing</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec05cc3\" wfd-id=\"130\"><div class=\"tcb-styled-list-icon\" wfd-id=\"132\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec15f6e\" wfd-id=\"133\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec009a8\" wfd-id=\"131\">Air freshner</span></li></ul></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"90\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16223dad661\" wfd-id=\"92\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621fd9c946\" style=\"\" wfd-id=\"93\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e7d234c\" wfd-id=\"122\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621fd84d7b\" wfd-id=\"94\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16223b080b0\" data-value-type=\"percent\" wfd-id=\"116\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eb3eb9f\" data-clip-id=\"ac98bb0e54b3b\" wfd-id=\"121\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621fd8766c\" wfd-id=\"117\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e930bd7\" wfd-id=\"118\"><h4 data-css=\"tve-u-1621fe1587d\" style=\"text-align: center;\"><strong>Supreme Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e8107f3\" wfd-id=\"112\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eb43d8d\" wfd-id=\"115\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e819c52\" wfd-id=\"113\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"114\"><h4 data-css=\"tve-u-1621fe1725e\" style=\"text-align: center;\"><strong>30 $</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621eb037bb\" wfd-id=\"109\"><p data-css=\"tve-u-1621f4d0451\" style=\"text-align: center;\">Includes ultimate service <span data-css=\"tve-u-1621eaff572\" style=\"color: rgb(15, 29, 123);\" wfd-id=\"110\"><strong class=\"\"><span data-css=\"tve-u-1621eb01b60\" wfd-id=\"111\">+</span></strong></span></p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621eacf6af\" wfd-id=\"95\"><ul class=\"tcb-styled-list\" wfd-id=\"96\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec36a4d\" wfd-id=\"105\"><div class=\"tcb-styled-list-icon\" wfd-id=\"107\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e9993aa\" wfd-id=\"108\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea1a5d7\" wfd-id=\"106\">Exterior trim dressing</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"101\"><div class=\"tcb-styled-list-icon\" wfd-id=\"103\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e99b1db\" wfd-id=\"104\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea19a06\" wfd-id=\"102\">Hand applied spray wax</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec37ea5\" wfd-id=\"97\"><div class=\"tcb-styled-list-icon\" wfd-id=\"99\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e99c314\" wfd-id=\"100\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea18c5d\" wfd-id=\"98\">Interior conditioner</span></li></ul></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621efddaaf\" wfd-id=\"40\">\n<div class=\"tve-page-section-out\" wfd-id=\"85\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621edf8048\" wfd-id=\"41\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621f114214\" wfd-id=\"42\"><div class=\"tcb-flex-row tcb-mobile-edit tcb--cols--2\" data-css=\"tve-u-1621ee03000\" wfd-id=\"43\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621ee4be21\" style=\"\" wfd-id=\"49\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ee093d4\" wfd-id=\"51\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ee3afec\" wfd-id=\"52\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621ee58e74\" wfd-id=\"84\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ee37f4a\" wfd-id=\"53\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1621ee74a24\" wfd-id=\"83\"><svg class=\"tcb-icon\" viewBox=\"0 0 16 28\" data-name=\"map-marker\">\n<path d=\"M12 10c0-2.203-1.797-4-4-4s-4 1.797-4 4 1.797 4 4 4 4-1.797 4-4zM16 10c0 0.953-0.109 1.937-0.516 2.797l-5.688 12.094c-0.328 0.688-1.047 1.109-1.797 1.109s-1.469-0.422-1.781-1.109l-5.703-12.094c-0.406-0.859-0.516-1.844-0.516-2.797 0-4.422 3.578-8 8-8s8 3.578 8 8z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621ee63e1c\" wfd-id=\"78\"><h2 data-css=\"tve-u-1621fdcb4ea\" style=\"text-align: center;\">contact us</h2></div><div class=\"thrv_wrapper thrv-contact-form\" data-ct=\"contact_form-22343\" style=\"\" data-css=\"tve-u-16465071dea\" data-ct-name=\"Rounded Shadow\" wfd-id=\"56\">\n<form action=\"\" method=\"post\" novalidate=\"\" wfd-id=\"57\">\n<div class=\"tve-cf-item-wrapper\" wfd-id=\"61\">\n<div class=\"tve-cf-item\" data-css=\"tve-u-1695dd04208\" wfd-id=\"74\">\n<div class=\"thrv-cf-input-wrapper\" data-type=\"first_name\" wfd-id=\"75\">\n<label data-css=\"tve-u-1695d9d6525\" class=\"\" wfd-id=\"77\">First Name</label>\n<div class=\"tve-cf-input\" data-css=\"tve-u-1695d9d6526\" data-tcb_hover_state_parent=\"\" wfd-id=\"76\">\n<input placeholder=\"\" type=\"text\" name=\"first_name\" data-placeholder=\"\" wfd-id=\"497\">\n</div>\n</div>\n</div>\n<div class=\"tve-cf-item\" data-css=\"tve-u-1695dd04208\" wfd-id=\"70\">\n<div class=\"thrv-cf-input-wrapper\" data-type=\"email\" wfd-id=\"71\">\n<label data-css=\"tve-u-1695d9d6527\" class=\"\" wfd-id=\"73\">Email Address</label>\n<div class=\"tve-cf-input\" data-css=\"tve-u-1695d9d6528\" data-tcb_hover_state_parent=\"\" wfd-id=\"72\">\n<input placeholder=\"\" type=\"email\" name=\"email\" data-placeholder=\"\" wfd-id=\"496\">\n</div>\n</div>\n</div>\n<div class=\"tve-cf-item\" data-css=\"tve-u-1695dd484d7\" wfd-id=\"66\">\n<div class=\"thrv-cf-input-wrapper\" data-type=\"message\" wfd-id=\"67\">\n<label data-css=\"tve-u-1695d9d6529\" class=\"\" wfd-id=\"69\">Message</label>\n<div class=\"tve-cf-input\" data-css=\"tve-u-1695d9d652a\" data-tcb_hover_state_parent=\"\" wfd-id=\"68\">\n<textarea placeholder=\"\" data-placeholder=\"\" name=\"message\" wfd-id=\"499\"></textarea>\n</div>\n</div>\n</div>\n<div class=\"tve-cf-item\" data-css=\"tve-u-1695dd04208\" wfd-id=\"62\">\n	<div class=\"thrv-cf-input-wrapper\" data-type=\"phone\" wfd-id=\"63\">\n		<label data-css=\"tve-u-1695d9d6525\" class=\"\" wfd-id=\"65\">Phone Number</label>\n		<div class=\"tve-cf-input\" data-css=\"tve-u-1695d9d6526\" wfd-id=\"64\">\n			<input placeholder=\"+1-555-555-2368\" type=\"tel\" name=\"phone\" data-placeholder=\"+1-555-555-2368\" wfd-id=\"495\">\n		</div>\n	</div>\n</div></div>\n<div class=\"tve-cf-submit\" data-tcb_hover_state_parent=\"\" data-button-style=\"rounded\" data-css=\"tve-u-1695dd27f6a\" wfd-id=\"58\">\n<button class=\"tve_btn_txt\" type=\"submit\" wfd-id=\"512\">Submit Message</button>\n</div>\n<input type=\"hidden\" name=\"config\" value=\"YTozOntzOjE0OiJlcnJvcl9tZXNzYWdlcyI7YTo0OntzOjU6ImVtYWlsIjtzOjIxOiJFbWFpbCBhZGRyZXNzIGludmFsaWQiO3M6NToicGhvbmUiO3M6MjA6IlBob25lIG51bWJlciBpbnZhbGlkIjtzOjM6InVybCI7czoxMToiVVJMIGludmFsaWQiO3M6ODoicmVxdWlyZWQiO3M6MjA6IlJlcXVpcmVkIGZpZWxkIGVtcHR5Ijt9czo4OiJ0b19lbWFpbCI7YToyOntzOjI6InRvIjtzOjI4OiJpbmZvQGJlc3RjZXJha290ZWZsb3JpZGEuY29tIjtzOjc6InN1YmplY3QiO3M6MTg6Ik5ldyBtZXNzYWdlIGZyb206ICI7fXM6Njoic3VibWl0IjthOjEwOntzOjY6ImFjdGlvbiI7czoxMjoibm90aWZpY2F0aW9uIjtzOjIzOiJzZW5kX2NvbmZpcm1hdGlvbl9lbWFpbCI7YjoxO3M6MTk6InNlbmRlcl9wZXJzb25hbGl6ZWQiO2I6MDtzOjIwOiJjb25maXJtYXRpb25fc3ViamVjdCI7czozNjoiQ29udGFjdCBGb3JtIHN1Ym1pc3Npb24gY29uZmlybWF0aW9uIjtzOjIwOiJjb25maXJtYXRpb25fbWVzc2FnZSI7czoxMzk6IkhlbGxvLCAKClRoYW5rcyBmb3IgY29udGFjdGluZyB1cy4gV2UnbGwgZ2V0IGJhY2sgdG8geW91IGFzIHNvb24gYXMgcG9zc2libGUgd2l0aCB0aGUgaW5mb3JtYXRpb24geW91IG5lZWQuIAoKQmVzdCByZWdhcmRzLApbd3Bfc2l0ZV90aXRsZV0iO3M6OToiZnJvbV9uYW1lIjtzOjI4OiJUaGUgQmVzdCBDZXJha290ZSBJbiBGbG9yaWRhIjtzOjEwOiJmcm9tX2VtYWlsIjtzOjI5OiJhZG1pbkBiZXN0Y2VyYWtvdGVmbG9yaWRhLmNvbSI7czo4OiJyZXBseV90byI7czoyOToiYWRtaW5AYmVzdGNlcmFrb3RlZmxvcmlkYS5jb20iO3M6MzoidXJsIjtzOjA6IiI7czoxMjoibm90aWZpY2F0aW9uIjtzOjgxOiJZb3VyIG1lc3NhZ2UgaGFzIGJlZW4gc2VudCwgdGhhbmsgeW91ISBZb3UnbGwgaGVhciBmcm9tIHVzIHdpdGhpbiB0aGUgbmV4dCAyNCBocnMiO319\" wfd-id=\"494\"></form>\n</div><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_slide_left\" data-css=\"tve-u-1621ef118dc\" style=\"\" wfd-id=\"54\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"55\"><img class=\"tve_image tve_evt_manager_listen tve_et_tve-viewport wp-image-282\" alt=\"Cerakote Certified Logo\" width=\"2148\" height=\"1968\" title=\"Cerakote Certified Logo\" data-id=\"282\" src=\"https://bestcerakoteflorida.com/wp-content/uploads/2018/09/CertifiedLogo.png\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_left&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" style=\"width: 100%;\"></span></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621ee4be73\" style=\"\" wfd-id=\"44\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ee22c43\" wfd-id=\"46\"><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-1695d995f33\" wfd-id=\"48\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=825 South Kings Highway, Fort Pierce&amp;t=m&amp;z=11&amp;output=embed&amp;iwloc=near\"></iframe>\n</div><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-1621ee18a1c\" wfd-id=\"47\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=davie, Florida 33317&amp;t=m&amp;z=11&amp;output=embed&amp;iwloc=near\"></iframe>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621f0aa8f7\" wfd-id=\"25\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621f0ada0e\" wfd-id=\"39\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621f0b0088\" wfd-id=\"26\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621f0d2c1a\" wfd-id=\"27\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-1621f0cbe40\" wfd-id=\"28\"><div class=\"tcb-flex-col\" wfd-id=\"34\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"35\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621f0da775\" wfd-id=\"36\"><p data-css=\"tve-u-1622444fb11\">Â© 2018, BLACKHAWK CUSTOM, LLC . All rights reserved.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"29\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"30\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16223fe5f5b\" wfd-id=\"31\"><p data-css=\"tve-u-1621f0d874c\" style=\"text-align: right;\">Made with <a href=\"https://thrivethemes.com/\" target=\"_blank\">Thrive Architect</a></p></div></div></div></div></div></div>\n</div>\n\n'),(7036,582,'tve_revision_tve_content_more_found',''),(7037,582,'tve_revision_tve_save_post',''),(7038,582,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Special+Elite:400&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Merriweather:400,700&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Poppins:400,800,900,300,700,&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Monda:400,700,&subset=latin\");@media (min-width: 300px){.tcb-plain-text { font-family: Monda; font-weight: 400; font-size: 14px; }#tve_editor [data-css=\"tve-u-1621b072b4e\"] p, #tve_editor [data-css=\"tve-u-1621b072b4e\"] li, #tve_editor [data-css=\"tve-u-1621b072b4e\"] blockquote, #tve_editor [data-css=\"tve-u-1621b072b4e\"] address, #tve_editor [data-css=\"tve-u-1621b072b4e\"] .tcb-plain-text, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h1, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h2, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h3, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h4, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h5, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h6 { color: rgb(18, 18, 18); }[data-css=\"tve-u-1621fe78878\"] .tcb-flex-col { flex-basis: 160px !important; }[data-css=\"tve-u-16417b70f47\"] { padding: 0px !important; margin: 0px !important; }#tve_editor [data-css=\"tve-u-1621fdcb4ea\"] { color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1641367127b\"] > :first-child { color: rgb(15, 29, 123); }[data-css=\"tve-u-1641367127b\"] { font-size: 60px; float: none; box-shadow: none; position: relative; z-index: 5; margin: 0px auto !important; }#tve_editor [data-css=\"tve-u-1641333d7d1\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-162717cb617\"] > .tcb-flex-col { padding-left: 0px; }#tve_editor [data-css=\"tve-u-16413112747\"] { color: rgba(255, 255, 255, 0.85) !important; }[data-css=\"tve-u-16369305186\"] > .tve-cb { display: block; }#tve_editor [data-css=\"tve-u-162717cb609\"] p, #tve_editor [data-css=\"tve-u-162717cb609\"] li, #tve_editor [data-css=\"tve-u-162717cb609\"] blockquote, #tve_editor [data-css=\"tve-u-162717cb609\"] address, #tve_editor [data-css=\"tve-u-162717cb609\"] h1, #tve_editor [data-css=\"tve-u-162717cb609\"] h2, #tve_editor [data-css=\"tve-u-162717cb609\"] h3, #tve_editor [data-css=\"tve-u-162717cb609\"] h4, #tve_editor [data-css=\"tve-u-162717cb609\"] h5, #tve_editor [data-css=\"tve-u-162717cb609\"] h6 { color: rgb(255, 255, 255); }[data-css=\"tve-u-16369305186\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-162717cb621\"] .tve-page-section-in { display: flex; justify-content: center; flex-direction: column; }[data-css=\"tve-u-162717fcf9d\"] .tve-page-section-in { display: block; }[data-css=\"tve-u-1628a146aef\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1628a12f675\"] { padding: 0px !important; margin: 0px 0px 60px !important; }[data-css=\"tve-u-1628a10d3b4\"] { max-width: 100%; padding: 0px !important; margin: 0px 0px 60px !important; }[data-css=\"tve-u-16271ca808e\"] { color: rgb(0, 229, 255) !important; }#tve_editor [data-css=\"tve-u-162717cb618\"] p, #tve_editor [data-css=\"tve-u-162717cb618\"] li, #tve_editor [data-css=\"tve-u-162717cb618\"] blockquote, #tve_editor [data-css=\"tve-u-162717cb618\"] address, #tve_editor [data-css=\"tve-u-162717cb618\"] h1, #tve_editor [data-css=\"tve-u-162717cb618\"] h2, #tve_editor [data-css=\"tve-u-162717cb618\"] h3, #tve_editor [data-css=\"tve-u-162717cb618\"] h4, #tve_editor [data-css=\"tve-u-162717cb618\"] h5, #tve_editor [data-css=\"tve-u-162717cb618\"] h6 { color: rgb(0, 229, 255); }[data-css=\"tve-u-162718bd0c0\"] { clip-path: url(\"#clip-top-a3b25e1c9221a\"); -webkit-clip-path: url(\"#clip-top-a3b25e1c9221a\");  background-image: none !important; opacity: 1; filter: grayscale(0%) blur(0px); }[data-css=\"tve-u-162718a3b40\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-162717fcf9d\"] { z-index: 5; padding: 170px 40px 0px !important; margin-top: -80px !important; }[data-css=\"tve-u-16260cd622f\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-16260cd7683\"]::after { clear: both; }[data-css=\"tve-u-16260cd622f\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin-top: 0px !important; margin-bottom: -1px !important; }[data-css=\"tve-u-16260be7104\"] { max-width: 1200px; }[data-css=\"tve-u-16260ba2fa4\"] { padding: 100px 40px !important; }[data-css=\"tve-u-162539c17ec\"] { line-height: 1.6em !important; }#tve_editor [data-css=\"tve-u-162493b6b63\"]:hover { background-color: rgb(248, 249, 251) !important; }#tve_editor [data-css=\"tve-u-1624939a960\"]:hover { background-color: rgb(248, 249, 251) !important; background-image: none !important; }#tve_editor [data-css=\"tve-u-162492e70ad\"] { color: rgb(137, 141, 167) !important; }[data-css=\"tve-u-162492815ba\"] { padding: 0px !important; margin-top: 25px !important; }[data-css=\"tve-u-162491e8e1f\"]::after { clear: both; }[data-css=\"tve-u-1622f65ba70\"] { border: none; background-image: none !important; padding: 0px 30px 30px !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-1622a159bcb\"] { max-width: 100%; float: none; z-index: 6; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; margin-top: 0px !important; }[data-css=\"tve-u-16229915e4e\"] { max-width: 62.8%; }[data-css=\"tve-u-16229915e1a\"] { max-width: 37.2%; }[data-css=\"tve-u-16225617da3\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-Brett.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16225611edb\"] { min-height: 127px; }[data-css=\"tve-u-1622561121b\"] { max-width: 127px; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-16224848ee5\"]::after { clear: both; }[data-css=\"tve-u-16224834cab\"]::after { clear: both; }[data-css=\"tve-u-1621ee3afec\"] > .tve-cb { display: block; }[data-css=\"tve-u-1621fe78878\"] > .tcb-flex-col { padding-left: 5px; }[data-css=\"tve-u-1621fe940b9\"] { max-width: 50%; }[data-css=\"tve-u-1621fe94086\"] { max-width: 50%; }[data-css=\"tve-u-1621fe85996\"] { max-width: 585px; float: left; z-index: 3; position: relative; width: 100%; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621fe78878\"] > .tcb-flex-col > .tcb-col { min-height: 65px; justify-content: center; }[data-css=\"tve-u-1621fe78878\"] { min-height: inherit; margin-left: -5px; padding: 0px !important; flex-wrap: wrap !important; }#tve_editor [data-css=\"tve-u-1621f4d0451\"] { font-size: 20px !important; }#tve_editor [data-css=\"tve-u-1621f4ceaf6\"] { font-size: 20px !important; color: rgb(12, 12, 12) !important; }[data-css=\"tve-u-1621f45bed3\"] { padding: 0px !important; }[data-css=\"tve-u-1621f114214\"] { float: none; max-width: 100%; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621f0da775\"] { padding: 0px !important; }#tve_editor [data-css=\"tve-u-1621f0d874c\"] { letter-spacing: 1px; color: rgb(137, 141, 167) !important; font-size: 14px !important; }[data-css=\"tve-u-1621f0d2c1a\"] { max-width: 100%; margin-left: 60px !important; margin-right: 60px !important; }[data-css=\"tve-u-1621f0aa8f7\"] .tve-page-section-in { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621f0cbe40\"] { margin-left: 0px; padding: 0px !important; }[data-css=\"tve-u-1621f0cbe40\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-1621f0b0088\"] { max-width: 100%; min-height: 140px !important; }[data-css=\"tve-u-1621f0ada0e\"] { background-image: linear-gradient(rgb(22, 22, 24), rgb(22, 22, 24)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1621f0aa8f7\"] { padding: 0px !important; }[data-css=\"tve-u-1621efddaaf\"] { padding: 0px !important; }[data-css=\"tve-u-1621ef118dc\"] { width: 191px; position: relative; right: -50px; top: 0px; float: none; z-index: 3; margin: 0px auto !important; padding-left: 0px !important; left: 10px; }#tve_editor [data-css=\"tve-u-1621ee74a24\"] > :first-child { color: rgb(255, 255, 255); }[data-css=\"tve-u-1621ee74a24\"] { font-size: 60px; float: none; z-index: 3; position: relative; margin: 0px auto 10px !important; padding-top: 0px !important; box-shadow: none; }[data-css=\"tve-u-1621ee63e1c\"] { float: none; z-index: 3; position: relative; max-width: none; width: 100%; padding: 0px !important; margin: 0px auto 30px !important; }[data-css=\"tve-u-1621ee58e74\"] { background-color: rgba(0, 0, 0, 0.77) !important; border-right: 2px dotted rgb(0, 0, 0) !important; }[data-css=\"tve-u-1621ee3afec\"] { padding: 60px 10px 0px 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621ee22c43\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding-top: 0px !important; padding-left: 0px !important; }[data-css=\"tve-u-1621ee18a1c\"] { margin: 1px 20px 0px !important; box-shadow: none; }[data-css=\"tve-u-1621ee093d4\"] { margin-top: 0px !important; }[data-css=\"tve-u-1621ee03000\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1621ee03000\"] { margin-left: 0px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-1621ee03000\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-1621edf8048\"] { max-width: 100%; min-height: 1px !important; }[data-css=\"tve-u-1621ec454d9\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec43fe2\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec42aa7\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec3a5c0\"] { margin-top: 0px !important; margin-bottom: 10px !important; }[data-css=\"tve-u-1621ec37ea5\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec36a4d\"] { margin-bottom: 10px !important; }[data-css=\"tve-u-1621ea18c5d\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ea19a06\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ea1a5d7\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ea2c69a\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ea23322\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ec298ab\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ec2704c\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ec241aa\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ec05cc3\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec04541\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec009a8\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ebff867\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ebfe4ce\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621eb037bb\"] { padding: 0px !important; margin-top: 0px !important; margin-bottom: 30px !important; }[data-css=\"tve-u-1621eaff572\"] { color: rgb(15, 29, 123) !important; }[data-css=\"tve-u-1621ea50702\"] { max-width: 230px; float: none; z-index: 3; position: relative; width: 100%; padding: 0px !important; margin: 0px auto !important; }#tve_editor [data-css=\"tve-u-1621ea2c69a\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ea295c0\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ea295c0\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ea1fba7\"] > :first-child { color: rgb(137, 141, 167); }#tve_editor [data-css=\"tve-u-1621ea23322\"] { font-size: 16px !important; }[data-css=\"tve-u-1621ea1fba7\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }[data-css=\"tve-u-1621e99c314\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }[data-css=\"tve-u-1621e99b1db\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }[data-css=\"tve-u-1621e9993aa\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ea1a5d7\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ea19a06\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ea18c5d\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621e99c314\"] > :first-child { color: rgb(137, 141, 167); }#tve_editor [data-css=\"tve-u-1621e99b1db\"] > :first-child { color: rgb(137, 141, 167); }#tve_editor [data-css=\"tve-u-1621e9993aa\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621e8107f3\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621e942b65\"] strong { font-weight: 800; }[data-css=\"tve-u-1621e7e9950\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621e930bd7\"] { padding: 0px 0px 50px !important; }#tve_editor [data-css=\"tve-u-1621e92e97f\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1621e81f424\"] { border-radius: 200px; overflow: hidden; background-image: none !important; border: 3px solid rgb(255, 255, 255) !important; background-color: rgb(144, 147, 168) !important; }[data-css=\"tve-u-1621e819c52\"] { min-height: 110px; }[data-css=\"tve-u-1621e8107f3\"] { float: none; max-width: 110px; z-index: 4; padding: 0px !important; margin: -60px auto 30px !important; }[data-css=\"tve-u-1621e7edfd9\"] { clip-path: url(\"#clip-bottom-10ffac3b28f1d\"); -webkit-clip-path: url(\"#clip-bottom-10ffac3b28f1d\");  background-image: none !important; background-color: rgb(144, 147, 168) !important; }[data-css=\"tve-u-1621e7e9950\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1621e7e6c1d\"] { min-height: 150px; }[data-css=\"tve-u-1621e7c7aa1\"] > .tcb-flex-col { padding-left: 60px; }[data-css=\"tve-u-1621e7d5094\"] { min-height: 480px; }[data-css=\"tve-u-1621e7d234c\"] { box-shadow: rgba(0, 0, 0, 0.02) 0px 2px 22px 0px; background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1621e7ceab3\"] { float: none; width: 100%; padding: 0px 0px 20px !important; margin: 0px auto !important; }[data-css=\"tve-u-1621e7c899a\"] { float: none; max-width: 100%; margin: 0px auto !important; }[data-css=\"tve-u-1621e7c7aa1\"] { margin-left: -60px; padding: 0px !important; }[data-css=\"tve-u-1621e7b695a\"] { padding: 0px !important; margin-bottom: 100px !important; }#tve_editor [data-css=\"tve-u-1621e7a7350\"] { color: rgb(15, 29, 123) !important; }[data-css=\"tve-u-1621b3cfc7b\"] { filter: blur(0px); opacity: 1; background-image: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(220, 224, 246) 38%) !important; background-color: rgb(212, 212, 212) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1621b3c8c52\"] { padding: 100px 40px !important; }[data-css=\"tve-u-1621b3c74d9\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-1621b300a64\"]::after { clear: both; }[data-css=\"tve-u-1621b24a89d\"] { padding: 0px !important; }[data-css=\"tve-u-1621b22a018\"] { background-image: none !important; padding: 0px !important; }[data-css=\"tve-u-1621b200375\"] { float: none; max-width: 100%; border-left: 1px solid rgba(15, 29, 123, 0.7); border-right: 1px solid rgba(15, 29, 123, 0.7); background-color: rgb(248, 249, 251) !important; margin: 0px auto !important; }[data-css=\"tve-u-1621b10fccf\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621b0e4fb7\"] { border-right: none; max-width: 100%; padding: 0px !important; margin-bottom: 40px !important; margin-right: 0px !important; }[data-css=\"tve-u-1621b072b4e\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-1621b064668\"] { max-width: 52%; }[data-css=\"tve-u-1621b064646\"] { max-width: 48%; }[data-css=\"tve-u-1621afda4fa\"] { max-width: none; padding: 0px !important; margin-bottom: 40px !important; }#tve_editor [data-css=\"tve-u-1621afd8c98\"] { color: rgb(255, 255, 255) !important; font-size: 20px !important; }[data-css=\"tve-u-1621afceb00\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 80%; padding: 0px !important; margin-bottom: 50px !important; }#tve_editor [data-css=\"tve-u-1621afcc0bf\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1621a8a804b\"] > .tcb-flex-col { padding-left: 60px; }[data-css=\"tve-u-1621ae6c8da\"] { clip-path: url(\"#clip-top-aa2c3e3c70555\"); -webkit-clip-path: url(\"#clip-top-aa2c3e3c70555\");  background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-Cta-2.jpg\") !important; background-size: cover !important; background-position: 0% 100% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1621ae4fd21\"] { max-width: 100%; top: -70px; z-index: 5; left: -60px; position: relative !important; padding: 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-1621ae4db6e\"] { min-height: 524px; }[data-css=\"tve-u-1621ada1e7f\"] .tve-page-section-in { display: flex; flex-direction: column; justify-content: center; }[data-css=\"tve-u-1621adea58b\"] > .tcb-flex-col > .tcb-col { min-height: 1px; justify-content: center; }[data-css=\"tve-u-1621ae0bec7\"] { height: calc(100% - -22px); background-image: linear-gradient(rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.14)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; margin-left: 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621adea58b\"] > .tcb-flex-col { padding-left: 50px; }[data-css=\"tve-u-1621adea58b\"] { margin-left: -50px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-1621ade6172\"] { max-width: 100%; float: none; width: 100%; margin: 0px auto !important; }[data-css=\"tve-u-1621adba9ef\"] { clip-path: url(\"#clip-top-52d5a36c151aa\"); -webkit-clip-path: url(\"#clip-top-52d5a36c151aa\");  background-image: linear-gradient(rgba(15, 29, 123, 0.65), rgba(15, 29, 123, 0.65)), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-cta-bg.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-1621ada1e7f\"] { padding: 0px 40px !important; }[data-css=\"tve-u-1621ad46076\"] { padding: 100px 40px !important; margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1621ad420c4\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-1621a9076ef\"] { padding-top: 2px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-1621acf64fb\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621acf47d2\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1621acf0289\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621a8e11f3\"] { padding-top: 2px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-1621a8e5625\"] { padding-top: 2px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-1621ace4de9\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1621ace1b08\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1621a9a2867\"] strong { font-weight: 700; }#tve_editor [data-css=\"tve-u-1621a9a2867\"] { font-weight: 300; color: rgb(15, 29, 123) !important; font-family: Poppins !important; }[data-css=\"tve-u-1621a9750ae\"] { font-size: 13.6px !important; line-height: 13.6px !important; }[data-css=\"tve-u-1621a9a2867\"] { font-size: 48px !important; line-height: 48px !important; }[data-css=\"tve-u-1621a9a2866\"] { margin-top: 40px !important; }[data-css=\"tve-u-1621a9a2862\"] { width: 160px !important; height: 160px !important; background-color: rgb(137, 141, 167) !important; }[data-css=\"tve-u-1621a98b602\"] { stroke-dasharray: 502.655, 502.655; }[data-css=\"tve-u-1621a983587\"] { float: none; border: 30px solid rgba(137, 141, 167, 0.24); z-index: 3; position: relative; margin: 30px auto 0px !important; padding: 0px !important; }[data-css=\"tve-u-1621a9750ae\"] strong { font-weight: 700; }#tve_editor [data-css=\"tve-u-1621a9750ae\"] { color: rgb(255, 255, 255) !important; font-family: Monda !important; }[data-css=\"tve-u-1621a96b190\"] { background-color: rgb(231, 229, 229); width: 144px !important; height: 144px !important; top: 8px !important; bottom: 8px !important; left: 8px !important; right: 8px !important; }[data-css=\"tve-u-1621a9685d4\"] { stroke: rgb(248, 251, 253) !important; stroke-width: 17px !important; }[data-css=\"tve-u-1621a8a804b\"] > .tcb-flex-col > .tcb-col { min-height: 445px; justify-content: center; }[data-css=\"tve-u-1621a90a46f\"] { background-image: radial-gradient(rgba(255, 255, 255, 0.51) 16%, rgb(255, 255, 255) 73%), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-100-clean.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }#tve_editor [data-css=\"tve-u-1621a9076ef\"] > :first-child { color: rgb(15, 29, 123); }#tve_editor [data-css=\"tve-u-1621a8e5625\"] > :first-child { color: rgb(15, 29, 123); }#tve_editor [data-css=\"tve-u-1621a8e11f3\"] > :first-child { color: rgb(15, 29, 123); }[data-css=\"tve-u-1621a8c4313\"] { padding: 0px !important; margin-bottom: 60px !important; }[data-css=\"tve-u-1621a8b2488\"] { float: none; max-width: 100%; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621a8a804b\"] { min-height: inherit; margin-left: -60px; padding: 0px !important; }[data-css=\"tve-u-1621a2e0d5b\"] { line-height: 1em !important; }[data-css=\"tve-u-1621a2247ba\"] { max-width: 100%; float: none; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; }#tve_editor [data-css=\"tve-u-1620af7eb3f\"] .tcb-button-link { font-size: 18px; color: rgb(15, 29, 123) !important; }#tve_editor [data-css=\"tve-u-1620af7eb3f\"]:hover strong { font-weight: 700 !important; }[data-css=\"tve-u-1620af7eb3f\"] { width: 268px; float: left; z-index: 3; position: relative; display: block; max-width: 268px; margin-bottom: 0px !important; margin-top: 0px !important; margin-left: 3px !important; }#tve_editor [data-css=\"tve-u-1620af7eb3f\"]:hover .tcb-button-link { color: rgb(255, 255, 255) !important; border-radius: 200px !important; overflow: hidden !important; font-family: Monda !important; font-weight: 400 !important; text-shadow: none !important; background-image: none !important; background-color: rgb(15, 29, 123) !important; }[data-css=\"tve-u-1620af7eb3f\"] .tcb-button-link { border-radius: 200px; min-height: 54.7619px; font-size: 1.33333em; padding-top: 0px; padding-bottom: 0px; background-image: none !important; background-color: rgb(255, 255, 255) !important; padding-right: 15px !important; }#tcb_landing_page a:not(.tcb-button-link).tve_state_hover { color: rgb(35, 55, 188); }#tcb_landing_page a:not(.tcb-button-link):hover { color: rgb(35, 55, 188); }#tcb_landing_page a:not(.tcb-button-link) { color: rgb(255, 255, 255); }#tcb_landing_page input strong { font-weight: 700; }#tcb_landing_page .tcb-button-link strong { font-weight: 700; }#tcb_landing_page p strong, #tcb_landing_page li strong { font-weight: 700; }#tcb_landing_page input { font-family: Merriweather; font-weight: 400; }#tcb_landing_page .tcb-button-link { font-family: Merriweather; font-weight: 400; }#tcb_landing_page p, #tcb_landing_page li { color: rgb(12, 12, 12); font-family: Merriweather; font-weight: 400; line-height: 1.5em; font-size: 16px; }#tcb_landing_page h6 { text-transform: uppercase; font-size: 14px; color: rgb(0, 0, 0); font-family: \"Special Elite\"; font-weight: 400; letter-spacing: 1px; line-height: 1.3em; }#tcb_landing_page h5 { font-size: 22px; color: rgb(12, 12, 12); font-family: \"Special Elite\"; font-weight: 400; line-height: 1.3em; }#tcb_landing_page h4 { font-size: 24px; color: rgb(12, 12, 12); font-family: \"Special Elite\"; font-weight: 400; line-height: 1.3em; }#tcb_landing_page h3 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(12, 12, 12); font-size: 26px; line-height: 1.3em; }#tcb_landing_page h2 { color: rgb(0, 0, 0); font-size: 30px; letter-spacing: 2px; text-transform: uppercase; line-height: 1.3em; font-family: \"Special Elite\"; font-weight: 400; }#tcb_landing_page h1 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(0, 0, 0); font-size: 42px; line-height: 1.3em; }[data-css=\"tve-u-15e09c94f7d\"] { background-color: rgb(231, 229, 229) !important; }[data-css=\"tve-u-1621b01355a\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621b01355a\"] { max-width: 274px; position: relative; float: left; z-index: 3; width: 100%; padding: 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-1621b028939\"] .tcb-button-link { font-size: 18px; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1621b028939\"]:hover strong { font-weight: 700 !important; }[data-css=\"tve-u-1621b028939\"] { display: block; max-width: 268px; width: 268px; top: 0px; left: 0px; float: left; z-index: 3; position: relative; margin-bottom: 0px !important; margin-top: 0px !important; }#tve_editor [data-css=\"tve-u-1621b028939\"]:hover .tcb-button-link { background-color: rgb(255, 255, 255) !important; color: rgb(15, 29, 123) !important; overflow: hidden !important; font-family: Monda !important; background-image: none !important; text-align: center !important; }[data-css=\"tve-u-1621b028939\"] .tcb-button-link { min-height: 54.7619px; font-size: 1.33333em; padding-top: 0px; padding-bottom: 0px; border: 1px solid rgb(255, 255, 255); border-radius: 30px; overflow: hidden; background-color: rgba(26, 188, 156, 0.01) !important; padding-right: 15px !important; color: rgb(26, 188, 156) !important; }[data-css=\"tve-u-1621b08fdde\"] { border-radius: 200px; overflow: hidden; border: 1px solid rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1621b01355a\"]:hover [data-css=\"tve-u-1621b08fdde\"] { border: 1px solid rgba(255, 255, 255, 0.4) !important; }[data-css=\"tve-u-1621b30ca74\"]::after { clear: both; }#tve_editor [data-css=\"tve-u-1621e942b65\"] { font-weight: 400; letter-spacing: 0px; color: rgb(255, 255, 255) !important; font-family: Poppins !important; font-size: 30px !important; }[data-css=\"tve-u-1621e94cb4e\"] { float: none; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621eaaedd8\"] { clip-path: url(\"#clip-bottom-a2b9cf3198d6f\"); -webkit-clip-path: url(\"#clip-bottom-a2b9cf3198d6f\");  background-image: none !important; background-color: rgb(5, 10, 42) !important; }[data-css=\"tve-u-1621eab272c\"] { border-radius: 200px; overflow: hidden; background-image: none !important; border: 3px solid rgb(255, 255, 255) !important; background-color: rgb(5, 10, 42) !important; }[data-css=\"tve-u-1621eacf6af\"] { max-width: 230px; float: none; z-index: 3; position: relative; padding: 0px !important; margin: 0px auto !important; }[data-css=\"tve-u-1621eb3eb9f\"] { clip-path: url(\"#clip-bottom-ac98bb0e54b3b\"); -webkit-clip-path: url(\"#clip-bottom-ac98bb0e54b3b\");  background-image: none !important; background-color: rgb(45, 51, 89) !important; }[data-css=\"tve-u-1621eb43d8d\"] { border-radius: 200px; overflow: hidden; background-image: none !important; border: 3px solid rgb(255, 255, 255) !important; background-color: rgb(45, 51, 89) !important; }[data-css=\"tve-u-1621eb7ccb0\"] { min-height: 530px; }[data-css=\"tve-u-1621eb81205\"] { padding: 0px 0px 20px !important; margin-top: -25px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621ebbbb6d\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621ebbbb6d\"] { max-width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1621ebf340c\"] { max-width: 230px; float: none; z-index: 3; position: relative; width: 100%; padding: 0px !important; margin: 0px auto !important; }[data-css=\"tve-u-1621ebfa746\"] { padding: 0px !important; margin-top: 0px !important; margin-bottom: 30px !important; }#tve_editor [data-css=\"tve-u-1621ebfe4ce\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ebff867\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ec009a8\"] { font-size: 16px !important; }[data-css=\"tve-u-1621ec09a3c\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; margin: 0px !important; }#tve_editor [data-css=\"tve-u-1621ec09a3c\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ec0c5bd\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; margin: 0px !important; }#tve_editor [data-css=\"tve-u-1621ec0c5bd\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ec15f6e\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ec15f6e\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ec204df\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ec204df\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ec20f68\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ec20f68\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ec21a31\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ec21a31\"] > :first-child { color: rgb(137, 141, 167); }#tve_editor [data-css=\"tve-u-1621ec241aa\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ec2704c\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ec298ab\"] { font-size: 16px !important; }[data-css=\"tve-u-1621ec6c39b\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621ec6c39b\"] { float: none; max-width: 110px; z-index: 4; padding: 0px !important; margin: -60px auto 30px !important; }[data-css=\"tve-u-1621ec752da\"] { min-height: 110px; }[data-css=\"tve-u-1621ec78d2c\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621ec78d2c\"] { float: none; max-width: 110px; z-index: 4; padding: 0px !important; margin: -60px auto 30px !important; }[data-css=\"tve-u-1621ec79a7d\"] { min-height: 110px; }[data-css=\"tve-u-1621ec7f21a\"] { min-height: 160px; }[data-css=\"tve-u-1621f154231\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-1621f154231\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin: 0px 0px -1px !important; }[data-css=\"tve-u-1621f15b521\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-1621f15b521\"] { float: right; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin-top: -1px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621f4ceaf7\"] { color: rgb(15, 29, 123) !important; }[data-css=\"tve-u-1621fb65556\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-1621fb65556\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-1621fb65556\"] { min-height: inherit; margin-left: -20px; padding: 0px !important; }[data-css=\"tve-u-1621fb68b97\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-1621fb68b97\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-1621fb68b97\"] { min-height: inherit; margin-left: -30px; padding: 30px !important; }[data-css=\"tve-u-1621fbacc60\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621fbcad8c\"] { padding: 0px !important; }[data-css=\"tve-u-1621fc0ce17\"] { padding: 0px !important; margin-bottom: 15px !important; }[data-css=\"tve-u-1621fd84d7b\"] { min-height: 480px; }[data-css=\"tve-u-1621fd8766c\"] { min-height: 150px; }[data-css=\"tve-u-1621fd9c946\"] { padding: 0px 0px 20px !important; margin-top: 0px !important; margin-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-1621fe1587d\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1621fe1725e\"] strong { font-weight: 800; }#tve_editor [data-css=\"tve-u-1621fe1725e\"] { font-weight: 400; letter-spacing: 0px; color: rgb(255, 255, 255) !important; font-family: Poppins !important; font-size: 30px !important; }#tve_editor [data-css=\"tve-u-1621fe1a1af\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1621fe1bd18\"] strong { font-weight: 800; }#tve_editor [data-css=\"tve-u-1621fe1bd18\"] { font-weight: 400; letter-spacing: 0px; color: rgb(255, 255, 255) !important; font-family: Poppins !important; font-size: 30px !important; }[data-css=\"tve-u-16223b080b0\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-16223b080b0\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-16223f02c16\"] { min-height: 62px; }[data-css=\"tve-u-16223fe5f5b\"] { padding: 0px !important; }[data-css=\"tve-u-16224439be1\"] { padding: 0px !important; }#tve_editor [data-css=\"tve-u-1622444fb11\"] { letter-spacing: 1px; color: rgb(137, 141, 167) !important; font-size: 14px !important; }#tve_editor [data-css=\"tve-u-16228c764b2\"] { font-size: 18px !important; }[data-css=\"tve-u-16229f6175c\"] { border: none; margin: 80px 0px 0px !important; background-image: none !important; }[data-css=\"tve-u-16229fa6a26\"] { border: none; box-shadow: none; padding: 0px 30px 30px !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-16229fa8c68\"] { border: none; padding: 0px 30px 30px !important; background-image: none !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col > .tcb-col { min-height: 244px; }[data-css=\"tve-u-16229ffbb7b\"] { margin-left: -30px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16248fc42a1\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-16248fc42a1\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-16248fc71c8\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-16249355087\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-16249355087\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-16249358652\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-16249358652\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-1624935a201\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-1624935a201\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-16249367114\"] { border: none; margin: 30px 0px 0px !important; background-image: none !important; }[data-css=\"tve-u-16249373b25\"] { border: none; padding: 0px 30px 30px !important; background-image: linear-gradient(rgb(248, 249, 251), rgb(248, 249, 251)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1624939a960\"] { border: none; box-shadow: none; padding: 0px 30px 30px !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-162493a03b0\"] > .tcb-flex-col > .tcb-col { min-height: 244px; }[data-css=\"tve-u-162493a03b0\"] { margin-left: -30px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-162493a03b0\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-162493b6b63\"] { border: none; background-image: none !important; padding: 0px 30px 30px !important; background-color: rgb(248, 249, 251) !important; }#tve_editor [data-css=\"tve-u-162493d5f13\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-162493d5f13\"] { font-size: 30px; width: 30px; height: 30px; top: 0px; left: 0px; display: block; position: static; z-index: 8; border-bottom: 1px solid rgb(10, 93, 165); border-top: none; border-right: none; border-left: none; border-image: initial; margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-162494b490e\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-162494b7ad0\"] { padding: 0px !important; margin-top: 25px !important; margin-left: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-1625389a3d5\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-1625389a3d5\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-1625389b4ed\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-1625389b4ed\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-162539ac577\"] { max-width: 39%; }[data-css=\"tve-u-162539ac57d\"] { max-width: 61%; }#tve_editor [data-css=\"tve-u-162539c17ec\"] { font-size: 16px !important; color: rgba(12, 12, 12, 0.7) !important; }[data-css=\"tve-u-16260c39a7e\"] { float: none; max-width: 100%; border-left: 1px solid rgba(15, 29, 123, 0.7); border-right: 1px solid rgba(15, 29, 123, 0.7); margin: 0px auto !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-16260c433e9\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-Rosie.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16260c5ff07\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-16260c5ff07\"] { float: right; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin: -1px 0px 0px !important; }[data-css=\"tve-u-16260c5ff0c\"]::after { clear: both; }[data-css=\"tve-u-16260d01208\"] { max-width: 37%; }[data-css=\"tve-u-16260d0120e\"] { max-width: 63%; }[data-css=\"tve-u-16260d39b83\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-16260d39b83\"] { float: right; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin-top: -1px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-16260d3b97e\"]::after { clear: both; }[data-css=\"tve-u-16260d3f4aa\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16260d3f4aa\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-16260d3f4aa\"] { min-height: inherit; margin-left: -30px; padding: 30px !important; }[data-css=\"tve-u-16260d3f4af\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-16260d3f4af\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-16260d3f4af\"] { min-height: inherit; margin-left: -20px; padding: 0px !important; }[data-css=\"tve-u-16260d5e4b8\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-Shawn.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16260d73672\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-16260d73672\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin-top: 0px !important; margin-bottom: -1px !important; }[data-css=\"tve-u-16260d8392c\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16260d8392c\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-16260d8392c\"] { min-height: inherit; margin-left: -30px; padding: 30px !important; }[data-css=\"tve-u-16260d8396c\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-16260d8396c\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-16260d8396c\"] { min-height: inherit; margin-left: -20px; padding: 0px !important; }[data-css=\"tve-u-16260da3aa7\"] { float: none; max-width: 100%; border-left: 1px solid rgba(15, 29, 123, 0.7); border-right: 1px solid rgba(15, 29, 123, 0.7); margin: 0px auto !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-162717cb600\"] { max-width: 58.2%; }[data-css=\"tve-u-162717cb601\"] { max-width: 41.8%; }[data-css=\"tve-u-162717cb609\"]::after { clear: both; }[data-css=\"tve-u-162717cb60a\"] { padding-right: 50px !important; padding-bottom: 80px !important; padding-top: 20px !important; }[data-css=\"tve-u-162717cb60b\"]::after { clear: both; }[data-css=\"tve-u-162717cb60b\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-162717cb60f\"] { padding: 0px !important; margin-bottom: 25px !important; }[data-css=\"tve-u-162717cb610\"] { padding: 0px !important; margin-bottom: 35px !important; box-shadow: none !important; }#tve_editor [data-css=\"tve-u-162717cb616\"] { text-shadow: rgb(0, 0, 0) 2px 2px 2px; text-transform: none !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-162717cb617\"] { margin-left: 0px; padding: 0px !important; }[data-css=\"tve-u-162717cb618\"] { max-width: none; margin-top: 0px !important; }[data-css=\"tve-u-162717cb620\"] { clip-path: url(\"#clip-bottom-c883ac5175045\"); -webkit-clip-path: url(\"#clip-bottom-c883ac5175045\");  opacity: 1; filter: grayscale(0%) blur(0px); background-image: linear-gradient(rgba(0, 0, 0, 0.46), rgba(0, 0, 0, 0.46)), url(\"https://bestcerakoteflorida.com/wp-content/uploads/2018/05/FTYS6743.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, fixed !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-162717cb609\"] { max-width: 1200px; min-height: 630px !important; }[data-css=\"tve-u-162717cb621\"] { z-index: 1; padding: 125px 40px 0px !important; margin-top: -130px !important; }[data-css=\"tve-u-162717d1bb6\"] { border-right: 1px solid rgba(255, 255, 255, 0.2); }[data-css=\"tve-u-162717d1bb7\"] { max-width: 23.7%; }[data-css=\"tve-u-162717d1bb9\"] { max-width: 42.9%; }[data-css=\"tve-u-162717d1bbc\"] { border-left: none; padding: 0px !important; }[data-css=\"tve-u-162717d1bbe\"] { border-bottom: 1px solid rgba(255, 255, 255, 0.2); float: none; width: 100%; position: relative; z-index: 10; max-width: 1600px; margin: 0px auto !important; }[data-css=\"tve-u-162717d1bbf\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-162717d1bbf\"] > .tcb-flex-col { padding-left: 17px; }[data-css=\"tve-u-162717d1bbf\"] { margin-left: -17px; min-height: inherit; padding: 5px 0px 0px 40px !important; }#tve_editor [data-css=\"tve-u-162717d1bbe\"] p, #tve_editor [data-css=\"tve-u-162717d1bbe\"] li, #tve_editor [data-css=\"tve-u-162717d1bbe\"] blockquote, #tve_editor [data-css=\"tve-u-162717d1bbe\"] address { font-size: 16px; }#tve_editor [data-css=\"tve-u-16271adf6cf\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-16271adf6cf\"] { font-size: 30px; width: 30px; height: 30px; top: 22px; left: 20px; border-bottom: 1px solid rgb(10, 93, 165); margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1641367e553\"] > :first-child { color: rgba(15, 29, 123, 0.12); }[data-css=\"tve-u-1641367e553\"] { font-size: 60px; float: none; box-shadow: none; width: 60px; height: 60px; margin: -55px auto 60px !important; padding-right: 17px !important; }[data-css=\"tve-u-16416e4fafd\"] { box-shadow: rgba(0, 0, 0, 0.02) 0px 2px 22px 0px; background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16416e603ab\"] { box-shadow: rgba(0, 0, 0, 0.12) 0px 3px 44px 0px; background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-164179a84b8\"] > .tve-cb { display: block; }[data-css=\"tve-u-164179a84b8\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-164179bced9\"] { border-right: none; padding: 3px 0px 0px !important; position: static !important; }[data-css=\"tve-u-16417b4cb9e\"] { padding: 0px 0px 50px !important; }[data-css=\"tve-u-16417b62c09\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-16417b662bf\"] { margin-top: 0px !important; margin-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-16417e5bd95\"] > :first-child { color: rgb(255, 255, 255); }[data-css=\"tve-u-16417e5bd95\"] { z-index: 4; position: relative; float: left; font-size: 25px !important; width: 25px !important; height: 25px !important; margin: 3px 15px 0px 0px !important; padding-left: 0px !important; }[data-css=\"tve-u-1641c1af44d\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1641c1b01a6\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1641c1b0a67\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1641c1b12d8\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }#tve_editor [data-css=\"tve-u-1641c1b33f9\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-1641c1b33f9\"] { font-size: 30px; width: 30px; height: 30px; top: 22px; left: 20px; border-bottom: 1px solid rgb(10, 93, 165); margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1641c1b456a\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-1641c1b456a\"] { font-size: 30px; width: 30px; height: 30px; top: 22px; left: 20px; border-bottom: 1px solid rgb(10, 93, 165); margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1641c1b52d3\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-1641c1b52d3\"] { font-size: 30px; width: 30px; height: 30px; top: 22px; left: 20px; border-bottom: 1px solid rgb(10, 93, 165); margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1641c1b60b4\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-1641c1b60b4\"] { font-size: 30px; width: 30px; height: 30px; top: 22px; left: 20px; border-bottom: 1px solid rgb(10, 93, 165); margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }#tcb_landing_page .tcb-plain-text { color: rgb(0, 0, 0); font-family: Merriweather; font-weight: 400; }#tcb_landing_page .tcb-plain-text strong { font-weight: 700; }[data-css=\"tve-u-162717d1bbe\"] p { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-162717d1bbe\"] h3 { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-1695981e7bb\"] { max-width: 33.3545%; }[data-css=\"tve-u-16959822de2\"] { width: 291px; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-16959846d3d\"] { margin-top: 0px !important; }[data-css=\"tve-u-16959cd1e7a\"] { margin-top: 10px !important; }[data-css=\"tve-u-1695a3002e2\"] .tcb-button-link { border-radius: 4px; border-bottom: 4px solid rgb(117, 0, 23); border-top-color: rgb(198, 225, 224); border-right-color: rgb(198, 225, 224); border-left-color: rgb(198, 225, 224); background-image: none !important; background-color: rgb(143, 2, 32) !important; padding-right: 25px !important; }#tve_editor [data-css=\"tve-u-1695a3002e2\"]:hover .tcb-button-link { background-color: rgb(132, 1, 28) !important; }#tve_editor [data-css=\"tve-u-1695a36117b\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1695d995f33\"] { box-shadow: none; margin: 0px 20px -25px !important; }#tve_editor [data-css=\"tve-u-1695d9d652a\"]:hover input, #tve_editor [data-css=\"tve-u-1695d9d652a\"]:hover textarea { box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 9px -3px !important; }#tve_editor [data-css=\"tve-u-1695d9d6528\"]:hover input, #tve_editor [data-css=\"tve-u-1695d9d6528\"]:hover textarea { box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 9px -3px !important; }#tve_editor [data-css=\"tve-u-1695d9d6526\"]:hover input, #tve_editor [data-css=\"tve-u-1695d9d6526\"]:hover textarea { box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 9px -3px !important; }#tve_editor [data-css=\"tve-u-1695d9d6529\"] { font-family: \"Courier New\", Courier, monospace; font-weight: 700; font-size: 13px; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1695d9d6527\"] { font-family: \"Courier New\", Courier, monospace; font-weight: 700; font-size: 13px; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1695d9d6525\"] { font-family: \"Courier New\", Courier, monospace; font-weight: 700; font-size: 13px; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1695d9d652a\"] input, [data-css=\"tve-u-1695d9d652a\"] textarea { box-shadow: rgba(0, 0, 0, 0.25) 0px 2px 9px -6px; background-image: none !important; }[data-css=\"tve-u-1695d9d6528\"] input, [data-css=\"tve-u-1695d9d6528\"] textarea { box-shadow: rgba(0, 0, 0, 0.25) 0px 2px 9px -6px; background-image: none !important; }[data-css=\"tve-u-1695d9d6526\"] input, [data-css=\"tve-u-1695d9d6526\"] textarea { box-shadow: rgba(0, 0, 0, 0.25) 0px 2px 9px -6px; background-image: none !important; }[data-css=\"tve-u-1695d9d6529\"] { text-transform: capitalize; letter-spacing: 1px; font-weight: normal !important; }[data-css=\"tve-u-1695d9d6527\"] { text-transform: capitalize; letter-spacing: 1px; font-weight: normal !important; }[data-css=\"tve-u-1695d9d6525\"] { text-transform: capitalize; letter-spacing: 1px; font-weight: normal !important; }#tve_editor [data-css=\"tve-u-1695d9d652a\"] input, #tve_editor [data-css=\"tve-u-1695d9d652a\"] textarea { border-radius: 4px; overflow: hidden; border: 1px solid rgb(237, 240, 243); }#tve_editor [data-css=\"tve-u-1695d9d6528\"] input, #tve_editor [data-css=\"tve-u-1695d9d6528\"] textarea { border-radius: 4px; overflow: hidden; border: 1px solid rgb(237, 240, 243); }#tve_editor [data-css=\"tve-u-1695d9d6526\"] input, #tve_editor [data-css=\"tve-u-1695d9d6526\"] textarea { border-radius: 4px; overflow: hidden; border: 1px solid rgb(237, 240, 243); }[data-css=\"tve-u-1695dd04208\"] { margin-bottom: 10px !important; border-radius: 11px; overflow: hidden; }#tve_editor [data-css=\"tve-u-1695dd27f6a\"] button { border-radius: 8px; background-image: none !important; background-color: rgb(143, 2, 32) !important; border-color: rgb(131, 148, 139); padding: 10px !important; font-weight: 400 !important; font-family: \"Special Elite\"; text-transform: uppercase; font-size: 17px; }#tve_editor [data-css=\"tve-u-1695dd27f6a\"].tve-state-hover button { background-color: rgb(75, 105, 89) !important; border-color: rgb(1, 2, 2) rgb(0, 0, 0) rgb(1, 2, 2) rgb(1, 2, 2) !important; }#tve_editor [data-css=\"tve-u-1695dd27f6a\"]:hover button { background-color: rgb(75, 105, 89) !important; border-color: rgb(1, 2, 2) rgb(0, 0, 0) rgb(1, 2, 2) rgb(1, 2, 2) !important; }#tve_editor [data-css=\"tve-u-1695dd27f6a\"] { max-width: 30%; width: 30%; }[data-css=\"tve-u-1695dd27f6a\"] { margin-left: auto !important; margin-right: auto !important; float: none; }[data-css=\"tve-u-1695dd484d7\"] { border-radius: 11px; overflow: hidden; margin-bottom: 10px !important; }#tve_editor .thrv-content-box [data-css=\"tve-u-1621ee37f4a\"] p, #tve_editor .thrv-content-box [data-css=\"tve-u-1621ee37f4a\"] li, #tve_editor .thrv-content-box [data-css=\"tve-u-1621ee37f4a\"] blockquote, #tve_editor .thrv-content-box [data-css=\"tve-u-1621ee37f4a\"] address, #tve_editor .thrv-content-box [data-css=\"tve-u-1621ee37f4a\"] .tcb-plain-text, #tve_editor .thrv-content-box [data-css=\"tve-u-1621ee37f4a\"] label, #tve_editor .thrv-content-box [data-css=\"tve-u-1621ee37f4a\"] h1, #tve_editor .thrv-content-box [data-css=\"tve-u-1621ee37f4a\"] h2, #tve_editor .thrv-content-box [data-css=\"tve-u-1621ee37f4a\"] h3, #tve_editor .thrv-content-box [data-css=\"tve-u-1621ee37f4a\"] h4, #tve_editor .thrv-content-box [data-css=\"tve-u-1621ee37f4a\"] h5, #tve_editor .thrv-content-box [data-css=\"tve-u-1621ee37f4a\"] h6 { color: rgb(255, 255, 255); }#tve_editor [data-css=\"tve-u-1695d9d6526\"] input, #tve_editor [data-css=\"tve-u-1695d9d6526\"] input::placeholder, #tve_editor [data-css=\"tve-u-1695d9d6526\"] textarea, #tve_editor [data-css=\"tve-u-1695d9d6526\"] textarea::placeholder { color: rgb(0, 0, 0); }#tve_editor [data-css=\"tve-u-1695d9d6528\"] input, #tve_editor [data-css=\"tve-u-1695d9d6528\"] input::placeholder, #tve_editor [data-css=\"tve-u-1695d9d6528\"] textarea, #tve_editor [data-css=\"tve-u-1695d9d6528\"] textarea::placeholder { color: rgb(0, 0, 0); }#tve_editor [data-css=\"tve-u-1695d9d652a\"] input, #tve_editor [data-css=\"tve-u-1695d9d652a\"] input::placeholder, #tve_editor [data-css=\"tve-u-1695d9d652a\"] textarea, #tve_editor [data-css=\"tve-u-1695d9d652a\"] textarea::placeholder { color: rgb(0, 0, 0); }}@media (max-width: 1023px){[data-css=\"tve-u-1621ebfa746\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621eb037bb\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621ec78d2c\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621ec6c39b\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621b064668\"] { max-width: 49%; }[data-css=\"tve-u-1621b064646\"] { max-width: 51%; }[data-css=\"tve-u-1621b3c74d9\"] { max-width: 100%; }[data-css=\"tve-u-1621f0b0088\"] { min-height: 100px !important; }[data-css=\"tve-u-1621ee3afec\"] > .tve-cb { display: block; }[data-css=\"tve-u-1621e7ceab3\"] > .tve-cb { display: block; }[data-css=\"tve-u-1621ea50702\"] { float: none; width: 100%; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621ae4fd21\"] > .tve-cb { display: block; }[data-css=\"tve-u-162717cb60f\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-162717cb610\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-16223dad661\"] { padding-top: 20px !important; }[data-css=\"tve-u-1641367127b\"] { float: none; font-size: 50px; width: 50px; height: 50px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1641367e553\"] { float: none; font-size: 50px; width: 50px; height: 50px; margin: -44px auto 40px !important; padding-right: 12px !important; }[data-css=\"tve-u-1621e7b695a\"] { margin-bottom: 50px !important; }[data-css=\"tve-u-1621ee37f4a\"] { min-height: 262px; }[data-css=\"tve-u-1621ada1e7f\"] { padding: 50px 30px 50px 0px !important; }[data-css=\"tve-u-1621b072b4e\"] { max-width: 100%; }[data-css=\"tve-u-1621a2247ba\"] { margin-bottom: 60px !important; }[data-css=\"tve-u-16229f6175c\"] { margin-top: 0px !important; }[data-css=\"tve-u-162717cb60b\"] { height: calc(100% - -85px); margin-top: -85px !important; }[data-css=\"tve-u-162717cb617\"] .tcb-flex-col { flex-basis: 560px !important; }#tcb_landing_page h5 { line-height: 1.3em; }#tcb_landing_page h6 { line-height: 1.4em; }#tcb_landing_page p, #tcb_landing_page li { line-height: 1.5em; }[data-css=\"tve-u-1628a146aef\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1628a12f675\"] { margin-bottom: 40px !important; }[data-css=\"tve-u-1628a10d3b4\"] { margin-bottom: 40px !important; }[data-css=\"tve-u-162718bd0c0\"] { clip-path: url(\"#clip-tablet-top-a3b25e1c9221a\"); -webkit-clip-path: url(\"#clip-tablet-top-a3b25e1c9221a\");  background-color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-162717cb621\"] { z-index: 6; padding-top: 60px !important; margin-top: -90px !important; }[data-css=\"tve-u-162718a3b40\"] { max-width: 100%; min-height: 1px !important; }[data-css=\"tve-u-16271adf6cf\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-162493d5f13\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-162717fcf9d\"] { margin-top: -40px !important; padding-top: 90px !important; padding-left: 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-16260d3f4af\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16260d3f4aa\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1621fb65556\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1621fb68b97\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16260d8396c\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16260d8392c\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16260d39b83\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-16260c5ff07\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-16260ba2fa4\"] { padding: 50px 40px !important; }[data-css=\"tve-u-16260be7104\"] { max-width: 100%; }[data-css=\"tve-u-1621ebbbb6d\"] { margin-top: -1px !important; }[data-css=\"tve-u-1621eaaedd8\"] { clip-path: url(\"#clip-tablet-bottom-a2b9cf3198d6f\"); -webkit-clip-path: url(\"#clip-tablet-bottom-a2b9cf3198d6f\");  }[data-css=\"tve-u-1621e7e9950\"] { margin-top: -1px !important; }[data-css=\"tve-u-16229fa8c68\"] { padding: 0px 20px 20px !important; }[data-css=\"tve-u-1622f65ba70\"] { padding: 0px 20px 20px !important; }[data-css=\"tve-u-16249373b25\"] { padding-left: 20px !important; padding-right: 20px !important; padding-bottom: 20px !important; }[data-css=\"tve-u-162493b6b63\"] { padding-left: 20px !important; padding-bottom: 20px !important; padding-right: 20px !important; }[data-css=\"tve-u-16249367114\"] { margin-top: 20px !important; }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-1624935a201\"] { line-height: 1.3em !important; }[data-css=\"tve-u-16249358652\"] { line-height: 1.3em !important; }[data-css=\"tve-u-16249355087\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1625389b4ed\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1625389a3d5\"] { line-height: 1.3em !important; }[data-css=\"tve-u-16248fc42a1\"] { line-height: 1.3em !important; }[data-css=\"tve-u-162493a03b0\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-162493a03b0\"] .tcb-flex-col { flex-basis: 145px !important; }[data-css=\"tve-u-1622a159bcb\"] { float: none; max-width: 85%; margin: 0px auto !important; padding-top: 0px !important; }[data-css=\"tve-u-16229fa6a26\"] { margin-bottom: 20px !important; padding: 0px 20px 20px !important; }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16229ffbb7b\"] { min-height: inherit; margin-left: -20px; }[data-css=\"tve-u-1621ad46076\"] { margin-bottom: 0px !important; margin-top: 0px !important; padding: 50px 40px !important; }#tve_editor [data-css=\"tve-u-1621b028939\"] .tcb-button-link { font-size: 18px; }[data-css=\"tve-u-16223f02c16\"] { min-height: 54px; }[data-css=\"tve-u-1621b01355a\"] { max-width: 304px; padding: 2px !important; }[data-css=\"tve-u-1620af7eb3f\"] { float: none; z-index: 3; position: relative; display: block; max-width: 300px; width: 300px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621afda4fa\"] { max-width: 100%; margin-bottom: 30px !important; }[data-css=\"tve-u-16224716d62\"]::after { clear: both; }[data-css=\"tve-u-1621f0aa8f7\"] { margin-top: 0px !important; }[data-css=\"tve-u-1621e7e6c1d\"] { min-height: 150px; }[data-css=\"tve-u-1621e7edfd9\"] { clip-path: url(\"#clip-tablet-bottom-10ffac3b28f1d\"); -webkit-clip-path: url(\"#clip-tablet-bottom-10ffac3b28f1d\");  }[data-css=\"tve-u-1621ebf340c\"] { float: none; width: 100%; padding: 0px !important; margin-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621e7d5094\"] { min-height: 455px; }[data-css=\"tve-u-1621adea58b\"] > .tcb-flex-col > .tcb-col { justify-content: center; }[data-css=\"tve-u-16223dad661\"]::after { clear: both; }[data-css=\"tve-u-1621e8107f3\"] { float: none; margin-left: auto !important; margin-right: auto !important; margin-bottom: 20px !important; }[data-css=\"tve-u-16223b080b0\"] { float: none; margin-left: auto !important; margin-right: auto !important; margin-top: -1px !important; }[data-css=\"tve-u-1621eb3eb9f\"] { clip-path: url(\"#clip-tablet-bottom-ac98bb0e54b3b\"); -webkit-clip-path: url(\"#clip-tablet-bottom-ac98bb0e54b3b\");  }[data-css=\"tve-u-1621fe78878\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1621fe78878\"] { min-height: inherit; }#tve_editor [data-css=\"tve-u-1621e92e97f\"] { font-size: 22px !important; }#tve_editor [data-css=\"tve-u-1621e942b65\"] { letter-spacing: 0px; font-size: 1.5em !important; }#tve_editor [data-css=\"tve-u-1621fe1bd18\"] { letter-spacing: 0px; font-size: 1.5em !important; }#tve_editor [data-css=\"tve-u-1621fe1a1af\"] { font-size: 22px !important; }#tve_editor [data-css=\"tve-u-1621fe1725e\"] { letter-spacing: 0px; font-size: 1.5em !important; }#tve_editor [data-css=\"tve-u-1621fe1587d\"] { font-size: 22px !important; }[data-css=\"tve-u-1621ef118dc\"] { position: relative; top: 0px; left: 0px; width: 51%; margin-left: auto !important; margin-right: auto !important; float: none; }[data-css=\"tve-u-1621ee3afec\"] { padding: 25px 10px 5px !important; }[data-css=\"tve-u-1621ee63e1c\"] { max-width: none; margin-bottom: 5px !important; }[data-css=\"tve-u-1621ee74a24\"] { top: 0px; right: 0px; font-size: 45px; width: 45px; height: 45px; float: none; padding-left: 0px !important; margin: 0px auto !important; }[data-css=\"tve-u-1621ee18a1c\"] { margin-top: 40px !important; margin-left: 20px !important; margin-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-1621fdcb4ea\"] { letter-spacing: 1px; font-size: 1.5em !important; }[data-css=\"tve-u-1621ec7f21a\"] { min-height: 150px; }[data-css=\"tve-u-1621eacf6af\"] { float: none; max-width: 230px; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621fd9c946\"] { max-width: 380px; float: none; width: 100%; margin: 0px auto !important; padding-left: 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-1621eb81205\"] { margin-top: 0px !important; }[data-css=\"tve-u-1621eb7ccb0\"] { min-height: 455px; }[data-css=\"tve-u-1621fd8766c\"] { min-height: 150px; }[data-css=\"tve-u-1621fd84d7b\"] { min-height: 430px; }[data-css=\"tve-u-1621e7c7aa1\"] .tcb-flex-col { flex-basis: 300px !important; }#tve_editor [data-css=\"tve-u-1621e7a7350\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621e7c899a\"] { float: none; max-width: 100%; margin-left: auto !important; margin-right: auto !important; margin-top: 0px !important; }[data-css=\"tve-u-1621e7c7aa1\"] { margin-left: -20px; flex-direction: row; }[data-css=\"tve-u-1621e7c7aa1\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-1621b3c8c52\"] { padding: 50px 40px !important; }[data-css=\"tve-u-1621fc0ce17\"] { margin-top: 10px !important; margin-bottom: 7px !important; }[data-css=\"tve-u-1621fbcad8c\"] { padding-left: 0px !important; padding-right: 30px !important; }[data-css=\"tve-u-1621fbacc60\"] { max-width: 177px; }[data-css=\"tve-u-1621fb68b97\"] { margin-left: -15px; min-height: inherit; padding: 20px !important; }[data-css=\"tve-u-1621fb68b97\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-1621fb65556\"] { margin-left: -15px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-1621fb65556\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-1621b200375\"] { float: none; max-width: 100%; margin: 0px auto !important; }[data-css=\"tve-u-1621b0e4fb7\"] { max-width: 100%; float: none; z-index: 3; position: relative; margin-right: auto !important; margin-left: auto !important; margin-bottom: 20px !important; }#tve_editor [data-css=\"tve-u-1621b10fccf\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621ae0bec7\"] { background-image: none !important; margin-top: 0px !important; }[data-css=\"tve-u-1621ae6c8da\"] { clip-path: url(\"#clip-tablet-top-aa2c3e3c70555\"); -webkit-clip-path: url(\"#clip-tablet-top-aa2c3e3c70555\");  }[data-css=\"tve-u-1621adba9ef\"] { clip-path: url(\"#clip-tablet-top-52d5a36c151aa\"); -webkit-clip-path: url(\"#clip-tablet-top-52d5a36c151aa\");  }[data-css=\"tve-u-1621ad420c4\"] { max-width: 100%; min-height: 1px !important; }[data-css=\"tve-u-1621f45bed3\"] { padding: 0px !important; }[data-css=\"tve-u-1621ae4fd21\"] { max-width: 100%; left: 0px; top: 0px; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621ae4db6e\"] { min-height: 300px; }#tve_editor [data-css=\"tve-u-1621afd8c98\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621afcc0bf\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621afceb00\"] { max-width: 100%; margin-bottom: 30px !important; }[data-css=\"tve-u-1621a98b602\"] { stroke-dasharray: 534.071, 534.071; }[data-css=\"tve-u-1621a9750ae\"] { font-size: 14.45px !important; line-height: 14.45px !important; }[data-css=\"tve-u-1621a9a2867\"] { font-size: 51px !important; line-height: 51px !important; }[data-css=\"tve-u-1621a9a2866\"] { margin-top: 42.5px !important; }[data-css=\"tve-u-1621a96b190\"] { width: 153px !important; height: 153px !important; top: 8.5px !important; bottom: 8.5px !important; left: 8.5px !important; right: 8.5px !important; }[data-css=\"tve-u-1621a9685d4\"] { stroke-width: 18px !important; }[data-css=\"tve-u-1621a9a2862\"] { width: 170px !important; height: 170px !important; }[data-css=\"tve-u-1621a983587\"] { float: none; border: 20px solid rgba(137, 141, 167, 0.24); margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621a8b2488\"] { float: none; max-width: 100%; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621a8a804b\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1621a8a804b\"] { margin-left: -24px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-1621a8a804b\"] > .tcb-flex-col { padding-left: 24px; }#tve_editor [data-css=\"tve-u-1621a2e0d5b\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621b028939\"] { position: relative; float: left; z-index: 3; display: block; max-width: 300px; width: 300px; margin-top: 15px !important; }[data-css=\"tve-u-1621adea58b\"] { margin-left: -30px; }[data-css=\"tve-u-1621adea58b\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-1621ade6172\"] { max-width: 100%; position: static; }#tve_editor [data-css=\"tve-u-16248fc42a1\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-16249355087\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-16249358652\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-1624935a201\"] { font-size: 18px !important; }[data-css=\"tve-u-1624939a960\"] { margin-bottom: 0px !important; padding-bottom: 20px !important; padding-left: 20px !important; padding-right: 20px !important; }[data-css=\"tve-u-162493a03b0\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-162493a03b0\"] { min-height: inherit; margin-left: -20px; }#tve_editor [data-css=\"tve-u-1625389a3d5\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-1625389b4ed\"] { font-size: 18px !important; }[data-css=\"tve-u-16260c39a7e\"] { float: none; max-width: 100%; margin: 0px auto !important; }[data-css=\"tve-u-16260d3f4aa\"] { margin-left: -15px; min-height: inherit; padding: 20px !important; }[data-css=\"tve-u-16260d3f4aa\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-16260d3f4af\"] { margin-left: -15px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-16260d3f4af\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-16260d8392c\"] { margin-left: -15px; min-height: inherit; padding: 20px !important; }[data-css=\"tve-u-16260d8392c\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-16260d8396c\"] { margin-left: -15px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-16260d8396c\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-16260da3aa7\"] { float: none; max-width: 100%; margin: 0px !important; }[data-css=\"tve-u-162717cb609\"] { max-width: 100%; min-height: 1px !important; }[data-css=\"tve-u-162717cb60a\"] { padding: 0px !important; }[data-css=\"tve-u-162717cb618\"] { float: none; max-width: 100%; margin-top: 60px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-162717cb620\"] { clip-path: url(\"#clip-tablet-bottom-c883ac5175045\"); -webkit-clip-path: url(\"#clip-tablet-bottom-c883ac5175045\");  }[data-css=\"tve-u-162717d1bbf\"] { margin-left: 0px; padding: 25px 25px 0px !important; }[data-css=\"tve-u-162717d1bbf\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-162717d1bb7\"] { max-width: 51.3%; }[data-css=\"tve-u-162717d1bb9\"] { max-width: 15.3%; }[data-css=\"tve-u-162717d1bb6\"] { padding-left: 0px !important; }[data-css=\"tve-u-162717d1bbc\"] { border-left: none; border-right: none; padding-left: 30px !important; padding-bottom: 10px !important; }[data-css=\"tve-u-162717d1bbe\"] { max-width: 100%; margin-left: 0px !important; margin-right: 30px !important; }[data-css=\"tve-u-164179bced9\"] { border-right: none; padding-left: 30px !important; padding-right: 0px !important; }[data-css=\"tve-u-16417b62c09\"] { max-width: 177px; }[data-css=\"tve-u-16417b662bf\"] { max-width: 177px; }[data-css=\"tve-u-16417e5bd95\"] { font-size: 14px; width: 14px; height: 14px; margin-bottom: -14px !important; margin-left: 0px !important; }[data-css=\"tve-u-1641c1b33f9\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-1641c1b456a\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-1641c1b52d3\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-1641c1b60b4\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-16959822de2\"] { margin-right: 1px !important; padding-right: 10px !important; padding-top: 10px !important; }[data-css=\"tve-u-16959cd1e7a\"] { margin-top: 30px !important; margin-bottom: 10px !important; }[data-css=\"tve-u-1695a3002e2\"] { margin-top: 15px !important; }[data-css=\"tve-u-1695d995f33\"] { margin-top: 40px !important; margin-left: 20px !important; margin-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-1695dd27f6a\"] { max-width: 60%; width: 60%; }}@media (max-width: 767px){[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-16417e9d24e\"]::after { clear: both; }[data-css=\"tve-u-16417b70f47\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 0px !important; }[data-css=\"tve-u-1621e819c52\"] { min-height: 100px; }[data-css=\"tve-u-1621e8107f3\"] { max-width: 100px; }[data-css=\"tve-u-1621fd8766c\"] { min-height: 144px; }[data-css=\"tve-u-1621ec79a7d\"] { min-height: 100px; }[data-css=\"tve-u-1621ec78d2c\"] { max-width: 100px; }[data-css=\"tve-u-1621ec7f21a\"] { min-height: 144px; }[data-css=\"tve-u-1621e7e6c1d\"] { min-height: 144px; }[data-css=\"tve-u-16417b4cb9e\"] { padding-bottom: 30px !important; }[data-css=\"tve-u-1621ec752da\"] { min-height: 100px; }[data-css=\"tve-u-1621ec6c39b\"] { max-width: 100px; }[data-css=\"tve-u-1621fd84d7b\"] { min-height: 430px; }[data-css=\"tve-u-1621e7c7aa1\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16223dad661\"] { padding-top: 0px !important; }[data-css=\"tve-u-1621b3c74d9\"] { max-width: 100%; }[data-css=\"tve-u-1621eb81205\"] { max-width: 100%; margin-bottom: 20px !important; }[data-css=\"tve-u-1621e7ceab3\"] { max-width: 100%; margin-bottom: 20px !important; }[data-css=\"tve-u-1621f0b0088\"] { min-height: 120px !important; }[data-css=\"tve-u-1621f0da775\"] { float: none; width: 100%; max-width: 280px; margin: 0px auto 20px !important; }[data-css=\"tve-u-1621ee37f4a\"] { min-height: 260px; }[data-css=\"tve-u-1621ee3afec\"] > .tve-cb { display: flex; justify-content: center; flex-direction: column; }[data-css=\"tve-u-1621ee63e1c\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1641367127b\"] { font-size: 30px; width: 30px; height: 30px; }[data-css=\"tve-u-1641367e553\"] { float: none; font-size: 30px; width: 30px; height: 30px; margin: -30px auto 30px !important; padding-right: 10px !important; }[data-css=\"tve-u-1621ada1e7f\"] { padding: 0px !important; }[data-css=\"tve-u-162717cb617\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-162717cb617\"] { min-height: inherit; }[data-css=\"tve-u-16229fa6a26\"] { height: calc(100% - 21px); margin-bottom: 0px !important; margin-top: 21px !important; }[data-css=\"tve-u-1624939a960\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-162493a03b0\"] .tcb-flex-col { flex-basis: 400px !important; }[data-css=\"tve-u-1621a2247ba\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-162717cb60f\"] { margin-bottom: 25px !important; }[data-css=\"tve-u-162717d1bbf\"] .tcb-flex-col { flex-basis: 225px !important; }[data-css=\"tve-u-1621ee3afec\"] { max-width: 100%; padding: 10px !important; position: static !important; }#tve_editor [data-css=\"tve-u-1641333d7d1\"] { font-size: 14px !important; }[data-css=\"tve-u-162717cb60b\"] { margin-top: 0px !important; }[data-css=\"tve-u-162717cb621\"] { z-index: 2; padding-left: 20px !important; padding-right: 20px !important; margin-top: -160px !important; padding-top: 35px !important; }[data-css=\"tve-u-162717cb617\"] .tcb-flex-col { flex-basis: 435px !important; }[data-css=\"tve-u-16369305186\"] { float: none; width: 100%; max-width: 279px; z-index: 3; position: relative; margin: 0px auto !important; }#tcb_landing_page h6 { line-height: 1.4em; }#tcb_landing_page h5 { line-height: 1.3em; }#tcb_landing_page p, #tcb_landing_page li { font-size: 14px; }#tcb_landing_page h2 { font-size: 28px; }#tcb_landing_page h1 { font-size: 35px; }[data-css=\"tve-u-16260ba2fa4\"] { padding-bottom: 40px !important; padding-left: 20px !important; padding-right: 20px !important; }[data-css=\"tve-u-1628a10d3b4\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-1628a12f675\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-162717cb610\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-16271bfe70c\"] { padding: 0px !important; }[data-css=\"tve-u-162717fcf9d\"] { z-index: 1; margin-top: 0px !important; padding-top: 75px !important; padding-left: 20px !important; padding-right: 20px !important; border: none; }[data-css=\"tve-u-162718bd0c0\"] { clip-path: url(\"#clip-mobile-top-a3b25e1c9221a\"); -webkit-clip-path: url(\"#clip-mobile-top-a3b25e1c9221a\");  }[data-css=\"tve-u-1621eb3eb9f\"] { clip-path: url(\"#clip-mobile-bottom-ac98bb0e54b3b\"); -webkit-clip-path: url(\"#clip-mobile-bottom-ac98bb0e54b3b\");  }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col > .tcb-col { min-height: 155px; }[data-css=\"tve-u-16229ffbb7b\"] { min-height: inherit; margin-left: 0px; }[data-css=\"tve-u-16229fa8c68\"] { height: calc(100% - 28px); margin-bottom: 0px !important; margin-top: 20px !important; }[data-css=\"tve-u-1622f65ba70\"] { height: calc(100% - 20px); margin-bottom: 0px !important; margin-top: 20px !important; }[data-css=\"tve-u-16229f6175c\"] { margin-top: 0px !important; }[data-css=\"tve-u-1622a159bcb\"] { float: none; max-width: 100%; margin-left: auto !important; margin-right: auto !important; padding-top: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-16229ae62a7\"] { border-right: none; }#tve_editor [data-css=\"tve-u-16228c764b2\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-16228c75500\"] { font-size: 18px !important; }[data-css=\"tve-u-1621fb65556\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-1621a983587\"] { border: 20px solid rgba(137, 141, 167, 0.32); }[data-css=\"tve-u-1621ee74a24\"] { float: none; margin-left: auto !important; margin-right: auto !important; margin-bottom: 10px !important; }[data-css=\"tve-u-1621afda4fa\"] { max-width: 100%; margin-bottom: 20px !important; }[data-css=\"tve-u-16223f02c16\"] { min-height: 54px; }[data-css=\"tve-u-1621f0aa8f7\"] { margin-top: 0px !important; }#tve_editor [data-css=\"tve-u-1622444fb11\"] { letter-spacing: 0px; }[data-css=\"tve-u-16224439be1\"] { padding: 0px !important; }[data-css=\"tve-u-1621fb68b97\"] { padding: 0px !important; }[data-css=\"tve-u-1621afceb00\"] { max-width: 100%; margin-bottom: 30px !important; }[data-css=\"tve-u-1621b0e4fb7\"] { float: none; margin-right: auto !important; margin-bottom: 30px !important; padding-left: 0px !important; margin-left: auto !important; }[data-css=\"tve-u-1621ebf340c\"] { padding-bottom: 40px !important; }[data-css=\"tve-u-1621ea50702\"] { float: none; width: 100%; padding: 0px !important; margin-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621e7d5094\"] { min-height: 430px; }[data-css=\"tve-u-1621eb7ccb0\"] { min-height: 430px; }[data-css=\"tve-u-1621ee03000\"] { flex-direction: column; }[data-css=\"tve-u-16223fe5f5b\"] { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621f0d2c1a\"] { margin-left: 25px !important; margin-right: 25px !important; }[data-css=\"tve-u-1621ee18a1c\"] { margin: 0px 20px 20px 0px !important; }[data-css=\"tve-u-1621ef118dc\"] { top: 0px; width: 154px; position: relative; float: none; z-index: 5; left: 0px; margin: 5px auto 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-1621fd9c946\"] { max-width: 100%; margin-top: 0px !important; margin-left: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-16223fc9f23\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-1621e7c899a\"] { max-width: none; float: none; margin-top: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621b3c8c52\"] { padding: 40px 20px !important; }[data-css=\"tve-u-1621fbcad8c\"] { padding: 20px !important; }[data-css=\"tve-u-1621fb65556\"] { margin-left: 0px; padding: 0px !important; }[data-css=\"tve-u-1621fbacc60\"] { max-width: 126px; float: none; margin-left: auto !important; margin-right: auto !important; margin-top: 20px !important; }[data-css=\"tve-u-1621b200375\"] { float: none; margin-top: 0px !important; margin-left: auto !important; margin-right: auto !important; }#tve_editor [data-css=\"tve-u-1621b10fccf\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621b028939\"] { display: block; max-width: 100%; width: 100%; float: none; min-width: 100%; margin-left: auto !important; margin-right: auto !important; margin-top: 0px !important; }[data-css=\"tve-u-1621ae4db6e\"] { min-height: 270px; }[data-css=\"tve-u-1621ae6c8da\"] { clip-path: url(\"#clip-mobile-top-aa2c3e3c70555\"); -webkit-clip-path: url(\"#clip-mobile-top-aa2c3e3c70555\");  }[data-css=\"tve-u-1621adba9ef\"] { clip-path: url(\"#clip-mobile-top-52d5a36c151aa\"); -webkit-clip-path: url(\"#clip-mobile-top-52d5a36c151aa\");  }[data-css=\"tve-u-16223f02c16\"]::after { clear: both; }[data-css=\"tve-u-1621b01355a\"] { max-width: 100%; float: none; margin-left: auto !important; margin-right: auto !important; margin-bottom: 15px !important; }[data-css=\"tve-u-1620af7eb3f\"] { float: none; display: block; max-width: 100%; width: 100%; min-width: 100%; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621ae0bec7\"]::after { clear: both; }[data-css=\"tve-u-1621f45bed3\"] { padding: 40px 20px 0px !important; }[data-css=\"tve-u-1621ad46076\"] { margin: 0px !important; padding: 30px 20px !important; }[data-css=\"tve-u-1621adea58b\"] { flex-flow: row-reverse wrap-reverse !important; }[data-css=\"tve-u-1621ae4fd21\"] { margin-top: 0px !important; position: static !important; }[data-css=\"tve-u-1621a8b2488\"] { float: none; max-width: 100%; margin-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621a8a804b\"] { padding-left: 0px !important; padding-right: 0px !important; }#tve_editor [data-css=\"tve-u-1621a2e0d5b\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621e7c7aa1\"] { flex-direction: column; min-height: inherit; }[data-css=\"tve-u-16249367114\"] { margin-top: 0px !important; }[data-css=\"tve-u-16249373b25\"] { height: calc(100% - 20px); margin-bottom: 0px !important; background-image: linear-gradient(rgb(248, 249, 251), rgb(248, 249, 251)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; margin-top: 20px !important; }[data-css=\"tve-u-162493a03b0\"] > .tcb-flex-col > .tcb-col { min-height: 155px; }[data-css=\"tve-u-162493a03b0\"] { min-height: inherit; }[data-css=\"tve-u-162493b6b63\"] { height: calc(100% - 20px); margin-bottom: 0px !important; margin-top: 20px !important; }[data-css=\"tve-u-16260c39a7e\"] { float: none; margin-top: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-16260d3f4aa\"] { padding: 0px !important; }[data-css=\"tve-u-16260d3f4af\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-16260d3f4af\"] { margin-left: 0px; padding: 0px !important; }[data-css=\"tve-u-16260d8392c\"] { padding: 0px !important; }[data-css=\"tve-u-16260d8396c\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-16260d8396c\"] { margin-left: 0px; padding: 0px !important; }[data-css=\"tve-u-16260da3aa7\"] { float: none; margin-top: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-162717cb618\"] { margin: 140px 0px 0px !important; }[data-css=\"tve-u-162717cb620\"] { clip-path: url(\"#clip-mobile-bottom-c883ac5175045\"); -webkit-clip-path: url(\"#clip-mobile-bottom-c883ac5175045\");  opacity: 1; filter: grayscale(0%) blur(0px); background-image: linear-gradient(rgba(0, 0, 0, 0.51), rgba(0, 0, 0, 0.51)), url(\"https://bestcerakoteflorida.com/wp-content/uploads/2018/05/FTYS6743.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-162717cb60a\"] { padding: 0px !important; }#tve_editor [data-css=\"tve-u-162717cb616\"] { font-size: 27px !important; }[data-css=\"tve-u-162717d1bbf\"] > .tcb-flex-col { padding-left: 18px; }[data-css=\"tve-u-162717d1bbf\"] { margin-left: -18px; padding: 10px !important; flex-flow: row wrap !important; }[data-css=\"tve-u-162717d1bbe\"] { border-bottom: 1px solid rgba(255, 255, 255, 0.2); border-right: none; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-162717d1bbc\"] { border: none; padding-left: 0px !important; padding-right: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-162717d1bb6\"] { border: none; padding-top: 0px !important; padding-left: 0px !important; margin-bottom: 1px !important; margin-top: -5px !important; padding-bottom: 10px !important; }[data-css=\"tve-u-164179a84b8\"] { float: none; width: 100%; max-width: 155px; z-index: 3; position: relative; margin-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-164179bced9\"] { border-right: none; position: relative; max-width: 250px; float: none; padding-left: 0px !important; padding-right: 0px !important; margin-top: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-16417b62c09\"] { max-width: 126px; float: none; margin-left: auto !important; margin-right: auto !important; margin-top: 20px !important; }[data-css=\"tve-u-16417b662bf\"] { max-width: 126px; float: none; margin-left: auto !important; margin-right: auto !important; margin-top: 20px !important; }[data-css=\"tve-u-16417e5bd95\"] { margin: 3px 10px 0px 0px !important; }#tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] p, #tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] li, #tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] blockquote, #tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] address, #tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] .tcb-plain-text, #tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] label { font-size: 18px; }[data-css=\"tve-u-16959822de2\"] { float: none; padding-top: 10px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621ee58e74\"] { border-right: none !important; }[data-css=\"tve-u-1695d995f33\"] { margin: 0px 20px 20px 0px !important; }}'),(7039,582,'tve_revision_tve_user_custom_css',''),(7040,582,'tve_revision_tve_page_events','a:0:{}'),(7041,582,'tve_revision_tve_globals','a:2:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";s:8:\"font_cls\";a:0:{}}'),(7042,582,'tve_revision_tve_global_scripts',''),(7043,582,'tve_revision_thrive_icon_pack','0'),(7044,582,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(7045,582,'tve_revision_tve_has_masonry','0'),(7046,582,'tve_revision_tve_has_typefocus','0'),(7047,582,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-162717d1bbe\" wfd-id=\"464\"><div class=\"tcb-flex-row tcb-medium-no-wrap v-2 tcb--cols--3 m-edit tcb-mobile-wrap tcb-resized\" data-css=\"tve-u-162717d1bbf\" wfd-id=\"465\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1695981e7bb\" wfd-id=\"484\"><div class=\"tcb-col\" data-css=\"tve-u-16959846d3d\" wfd-id=\"486\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16959822de2\" wfd-id=\"487\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"488\"><img class=\"tve_image wp-image-465\" alt=\"\" width=\"384\" height=\"62\" title=\"Blackhawk_custom_header\" data-id=\"465\" src=\"https://bestcerakoteflorida.com/wp-content/uploads/2019/01/Blackhawk_custom_header.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717d1bb9\" style=\"\" wfd-id=\"477\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717d1bb6\" wfd-id=\"479\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-164179a84b8\" wfd-id=\"480\">\n<div class=\"tve-content-box-background\" wfd-id=\"483\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"481\"><div class=\"tcb-clear\" wfd-id=\"482\"></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717d1bb7\" style=\"\" wfd-id=\"466\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717d1bbc\" wfd-id=\"468\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16369305186\" wfd-id=\"469\">\n<div class=\"tve-content-box-background\" wfd-id=\"476\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16417e9d24e\" wfd-id=\"470\"><div class=\"tcb-clear\" wfd-id=\"474\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-16417e5bd95\" data-float=\"1\" wfd-id=\"475\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-envelope-regular\" data-name=\"\">\n            <path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path>\n        </svg></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-164179bced9\" wfd-id=\"471\"><p data-css=\"tve-u-1641333d7d1\"><a href=\"mailto:info@bestcerkoteflorida.com\" target=\"_blank\">info@bestcerakoteflorida.com</a></p></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-162717cb621\" data-value-type=\"percent\" wfd-id=\"434\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-162717cb620\" data-clip-id=\"c883ac5175045\" wfd-id=\"463\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-c883ac5175045\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"6\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.8949, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-c883ac5175045\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9476, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-c883ac5175045\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9651, 1 1, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-162717cb609\" wfd-id=\"435\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-162717cb618\" wfd-id=\"436\"><div class=\"tcb-flex-row tcb-medium-wrap tcb-resized v-2 tcb--cols--2\" data-css=\"tve-u-162717cb617\" wfd-id=\"437\"><div class=\"tcb-flex-col\" data-css=\"tve-u-162717cb601\" style=\"\" wfd-id=\"451\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717cb60a\" wfd-id=\"453\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h1\" data-css=\"tve-u-162717cb610\" wfd-id=\"459\"><h1 data-css=\"tve-u-162717cb616\" style=\"text-align: center;\">&nbsp;Protect What\'s Important To You! With The Toughest Ceramic Finish In The World!<span data-css=\"tve-u-16271ca808e\" style=\"color: rgb(0, 229, 255);\" wfd-id=\"462\"></span></h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162717cb60f\" wfd-id=\"454\"><p data-css=\"tve-u-1695a36117b\" style=\"text-align: center;\">Heat, Water, Salt and Sand just some of the conditions you face. And any one of them is just waiting to get a hold of your firearm and leave it a pile of rusted, pitted junk.</p><p data-css=\"tve-u-16413112747\" style=\"text-align: center;\">Unfortunately there wasn\'t much you could do other than keep cleaning and lubricating your firearms...till NOW!</p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717cb600\" style=\"\" wfd-id=\"438\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717cb60b\" wfd-id=\"440\"><div class=\"thrv_responsive_video thrv_wrapper rv_style_lifted_style2\" data-type=\"youtube\" data-rel=\"0\" data-url=\"https://www.youtube.com/watch?v=a1nyu9ZJiEk\" data-css=\"tve-u-16959cd1e7a\" data-modestbranding=\"1\" wfd-id=\"448\">\n	\n\n	<div class=\"tve_responsive_video_container\" wfd-id=\"449\">\n		<div class=\"video_overlay\" wfd-id=\"450\"></div>\n	<iframe data-code=\"TEOqV1Q16lU\" data-provider=\"youtube\" src=\"https://www.youtube.com/embed/TEOqV1Q16lU?rel=0&amp;modestbranding=1&amp;controls=1&amp;showinfo=1&amp;fs=1&amp;wmode=transparent\" data-src=\"https://www.youtube.com/embed/TEOqV1Q16lU?rel=0&amp;modestbranding=1&amp;controls=1&amp;showinfo=1&amp;fs=1&amp;wmode=transparent\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\n</div><div class=\"thrv_wrapper thrv-button tcb-with-icon\" data-css=\"tve-u-1695a3002e2\" data-tcb_hover_state_parent=\"\" data-button-style=\"border_1\" wfd-id=\"441\">\n	<a href=\"tel:1-954-848-1911\" class=\"tcb-button-link\" target=\"_blank\" rel=\"\"><span class=\"tcb-button-icon\" wfd-id=\"446\">\n	<div class=\"thrv_wrapper thrv_icon tve_no_drag tve_no_icons tcb-icon-inherit-style tcb-icon-display\" wfd-id=\"447\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-phone-plus-light\" data-name=\"\">\n            <path d=\"M8 128h88v88c0 4.4 3.6 8 8 8h16c4.4 0 8-3.6 8-8v-88h88c4.4 0 8-3.6 8-8v-16c0-4.4-3.6-8-8-8h-88V8c0-4.4-3.6-8-8-8h-16c-4.4 0-8 3.6-8 8v88H8c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8zM487.8 24.1L387 .8c-14.7-3.4-29.8 4.2-35.8 18.1l-46.5 108.5c-5.5 12.7-1.8 27.7 8.9 36.5l53.9 44.1c-34 69.2-90.3 125.6-159.6 159.6l-44.1-53.9c-8.8-10.7-23.8-14.4-36.5-8.9L18.9 351.3c-13.9 6-21.5 21-18.1 35.8L24 487.9C27.3 502 39.9 512 54.5 512 306.7 512 512 307.8 512 54.5c0-14.6-10-27.2-24.2-30.4zM55.1 480l-23-99.6 107.4-46 59.5 72.8c103.6-48.6 159.7-104.9 208.1-208.1l-72.8-59.5 46-107.4 99.6 23C479.7 289.7 289.6 479.7 55.1 480z\"></path>\n        </svg></div>\n</span>\n\n		<span class=\"tcb-button-texts\" wfd-id=\"442\"><span class=\"tcb-button-text thrv-inline-text\" wfd-id=\"443\">CALL NOW</span></span>\n	</a>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-162717fcf9d\" data-value-type=\"percent\" wfd-id=\"377\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-162718bd0c0\" data-clip-id=\"a3b25e1c9221a\" wfd-id=\"433\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0875\"></polygon></clipPath><clipPath id=\"clip-tablet-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"6\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.1051\"></polygon></clipPath><clipPath id=\"clip-mobile-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"1\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0175\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-162718a3b40\" wfd-id=\"378\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622a159bcb\" wfd-id=\"379\">\n<div class=\"tve-content-box-background\" wfd-id=\"432\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"380\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621a2247ba\" wfd-id=\"429\"><h2 data-css=\"tve-u-1621a2e0d5b\">our services</h2></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16229f6175c\" wfd-id=\"404\"><div class=\"tcb-flex-row tcb-medium-no-wrap tcb--cols--3 v-2\" data-css=\"tve-u-162493a03b0\" wfd-id=\"405\"><div class=\"tcb-flex-col\" wfd-id=\"420\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1624939a960\" data-tcb_hover_state_parent=\"\" wfd-id=\"422\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-162493d5f13\" data-float=\"1\" wfd-id=\"428\"><svg class=\"tcb-icon\" viewBox=\"0 0 14 28\" data-name=\"bolt\">\n<path d=\"M13.828 8.844c0.172 0.187 0.219 0.453 0.109 0.688l-8.437 18.078c-0.125 0.234-0.375 0.391-0.656 0.391-0.063 0-0.141-0.016-0.219-0.031-0.344-0.109-0.547-0.438-0.469-0.766l3.078-12.625-6.344 1.578c-0.063 0.016-0.125 0.016-0.187 0.016-0.172 0-0.359-0.063-0.484-0.172-0.187-0.156-0.25-0.391-0.203-0.609l3.141-12.891c0.078-0.297 0.359-0.5 0.688-0.5h5.125c0.391 0 0.703 0.297 0.703 0.656 0 0.094-0.031 0.187-0.078 0.281l-2.672 7.234 6.188-1.531c0.063-0.016 0.125-0.031 0.187-0.031 0.203 0 0.391 0.094 0.531 0.234z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"424\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-162494b490e\" wfd-id=\"425\"><h4 data-css=\"tve-u-16249355087\" style=\"text-align: left;\">Express exterior</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162494b7ad0\" wfd-id=\"423\"><p data-css=\"tve-u-162492e70ad\">Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"413\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162493b6b63\" data-tcb_hover_state_parent=\"\" wfd-id=\"415\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b456a\" wfd-id=\"419\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"adjust\">\n<path d=\"M12 22.5v-17c-4.688 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"417\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1af44d\" wfd-id=\"418\"><h4 data-css=\"tve-u-16249358652\" style=\"text-align: left;\">Interior clean</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"416\"><p data-css=\"tve-u-162492e70ad\">Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"406\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16249373b25\" wfd-id=\"408\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b52d3\" wfd-id=\"412\"><svg class=\"tcb-icon\" viewBox=\"0 0 26 28\" data-name=\"umbrella\">\n<path d=\"M14 12.938v9.063c0 2.172-1.828 4-4 4s-4-1.828-4-4c0-0.547 0.453-1 1-1s1 0.453 1 1c0 1.047 0.953 2 2 2s2-0.953 2-2v-9.063c0.328-0.109 0.656-0.172 1-0.172s0.672 0.063 1 0.172zM26 13.359c0 0.266-0.234 0.5-0.5 0.5-0.141 0-0.25-0.063-0.359-0.156-0.906-0.844-1.75-1.437-3.047-1.437-1.484 0-2.766 0.922-3.609 2.094-0.187 0.266-0.328 0.547-0.5 0.812-0.109 0.172-0.234 0.266-0.438 0.266-0.219 0-0.344-0.094-0.453-0.266-0.172-0.266-0.313-0.547-0.5-0.812-0.844-1.172-2.109-2.094-3.594-2.094s-2.75 0.922-3.594 2.094c-0.187 0.266-0.328 0.547-0.5 0.812-0.109 0.172-0.234 0.266-0.453 0.266-0.203 0-0.328-0.094-0.438-0.266-0.172-0.266-0.313-0.547-0.5-0.812-0.844-1.172-2.125-2.094-3.609-2.094-1.297 0-2.141 0.594-3.047 1.437-0.109 0.094-0.219 0.156-0.359 0.156-0.266 0-0.5-0.234-0.5-0.5 0-0.047 0-0.078 0.016-0.109 1.437-5.906 7.141-9.25 12.984-9.25 5.812 0 11.578 3.344 12.984 9.25 0.016 0.031 0.016 0.063 0.016 0.109zM14 2v1.531c-0.328-0.016-0.672-0.031-1-0.031s-0.672 0.016-1 0.031v-1.531c0-0.547 0.453-1 1-1s1 0.453 1 1z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"410\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b01a6\" wfd-id=\"411\"><h4 data-css=\"tve-u-1624935a201\" style=\"text-align: left;\">Wax protection</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"409\"><p data-css=\"tve-u-162492e70ad\">Etiam pharetra, erat sed fermentum feugiat, velit mauris</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16249367114\" wfd-id=\"381\"><div class=\"tcb-flex-row tcb-medium-no-wrap tcb--cols--3 v-2\" data-css=\"tve-u-16229ffbb7b\" wfd-id=\"382\"><div class=\"tcb-flex-col\" wfd-id=\"397\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229fa6a26\" wfd-id=\"399\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b33f9\" wfd-id=\"403\"><svg class=\"tcb-icon\" viewBox=\"0 0 26 28\" data-name=\"magic\">\n<path d=\"M18.594 9.078l4.578-4.578-1.672-1.672-4.578 4.578zM25.578 4.5c0 0.266-0.094 0.516-0.281 0.703l-20.094 20.094c-0.187 0.187-0.438 0.281-0.703 0.281s-0.516-0.094-0.703-0.281l-3.094-3.094c-0.187-0.187-0.281-0.438-0.281-0.703s0.094-0.516 0.281-0.703l20.094-20.094c0.187-0.187 0.438-0.281 0.703-0.281s0.516 0.094 0.703 0.281l3.094 3.094c0.187 0.187 0.281 0.438 0.281 0.703zM4.469 1.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531zM9.938 4.062l3.063 0.938-3.063 0.938-0.938 3.063-0.938-3.063-3.063-0.938 3.063-0.938 0.938-3.063zM24.469 11.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531zM14.469 1.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"401\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b0a67\" wfd-id=\"402\"><h4 data-css=\"tve-u-16248fc42a1\" style=\"text-align: left;\">Dust &amp; Dash Console</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"400\"><p data-css=\"tve-u-162492e70ad\">Duis sed odio sit amet nibh vulputate cursus a sit amet mauris.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"390\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1622f65ba70\" wfd-id=\"392\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b60b4\" wfd-id=\"396\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"certificate\">\n<path d=\"M21.5 14l2.156 2.109c0.297 0.281 0.406 0.703 0.313 1.094-0.109 0.391-0.422 0.703-0.812 0.797l-2.938 0.75 0.828 2.906c0.109 0.391 0 0.812-0.297 1.094-0.281 0.297-0.703 0.406-1.094 0.297l-2.906-0.828-0.75 2.938c-0.094 0.391-0.406 0.703-0.797 0.812-0.094 0.016-0.203 0.031-0.297 0.031-0.297 0-0.594-0.125-0.797-0.344l-2.109-2.156-2.109 2.156c-0.281 0.297-0.703 0.406-1.094 0.313-0.406-0.109-0.703-0.422-0.797-0.812l-0.75-2.938-2.906 0.828c-0.391 0.109-0.812 0-1.094-0.297-0.297-0.281-0.406-0.703-0.297-1.094l0.828-2.906-2.938-0.75c-0.391-0.094-0.703-0.406-0.812-0.797-0.094-0.391 0.016-0.812 0.313-1.094l2.156-2.109-2.156-2.109c-0.297-0.281-0.406-0.703-0.313-1.094 0.109-0.391 0.422-0.703 0.812-0.797l2.938-0.75-0.828-2.906c-0.109-0.391 0-0.812 0.297-1.094 0.281-0.297 0.703-0.406 1.094-0.297l2.906 0.828 0.75-2.938c0.094-0.391 0.406-0.703 0.797-0.797 0.391-0.109 0.812 0 1.094 0.297l2.109 2.172 2.109-2.172c0.281-0.297 0.688-0.406 1.094-0.297 0.391 0.094 0.703 0.406 0.797 0.797l0.75 2.938 2.906-0.828c0.391-0.109 0.812 0 1.094 0.297 0.297 0.281 0.406 0.703 0.297 1.094l-0.828 2.906 2.938 0.75c0.391 0.094 0.703 0.406 0.812 0.797 0.094 0.391-0.016 0.812-0.313 1.094z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"394\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b12d8\" wfd-id=\"395\"><h4 data-css=\"tve-u-1625389a3d5\" style=\"text-align: left;\">Triple Foam Polish</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"393\"><p data-css=\"tve-u-162492e70ad\">Class aptent taciti sociosqu ad litora torquent</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"383\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229fa8c68\" wfd-id=\"385\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-16271adf6cf\" wfd-id=\"389\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"bullseye\">\n<path d=\"M16 14c0 2.203-1.797 4-4 4s-4-1.797-4-4 1.797-4 4-4 4 1.797 4 4zM18 14c0-3.313-2.688-6-6-6s-6 2.688-6 6 2.688 6 6 6 6-2.688 6-6zM20 14c0 4.422-3.578 8-8 8s-8-3.578-8-8 3.578-8 8-8 8 3.578 8 8zM22 14c0-5.516-4.484-10-10-10s-10 4.484-10 10 4.484 10 10 10 10-4.484 10-10zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"387\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-16248fc71c8\" wfd-id=\"388\"><h4 data-css=\"tve-u-1625389b4ed\" style=\"text-align: left;\">Tire dressing</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"386\"><p data-css=\"tve-u-162492e70ad\">Etiam pharetra, erat sed fermentum feugiat, velit mauris</p></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621ad46076\" wfd-id=\"337\">\n<div class=\"tve-page-section-out\" wfd-id=\"376\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621b072b4e\" wfd-id=\"338\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621a8b2488\" wfd-id=\"339\"><div class=\"tcb-flex-row tcb--cols--2 v-2\" data-css=\"tve-u-1621a8a804b\" wfd-id=\"340\"><div class=\"tcb-flex-col\" wfd-id=\"352\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16271bfe70c\" wfd-id=\"354\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h3\" data-css=\"tve-u-1621a8c4313\" wfd-id=\"373\"><h3><strong>Complete cleaning services for yoâ€‹ur car</strong></h3></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-16417b70f47\" wfd-id=\"355\"><ul class=\"tcb-styled-list\" wfd-id=\"356\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621acf0289\" wfd-id=\"367\"><div class=\"tcb-styled-list-icon\" wfd-id=\"371\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a8e11f3\" wfd-id=\"372\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ace1b08\" wfd-id=\"368\">We are a small business delivering professional cleaning services for all vehicles</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621acf64fb\" wfd-id=\"363\"><div class=\"tcb-styled-list-icon\" wfd-id=\"365\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a8e5625\" wfd-id=\"366\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ace4de9\" wfd-id=\"364\">Our services are convenient for individuals and corporate fleets</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"357\"><div class=\"tcb-styled-list-icon\" wfd-id=\"361\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a9076ef\" wfd-id=\"362\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621acf47d2\" wfd-id=\"358\">We use eco-friendly products that actually clean, protect and maintain your car better than the traditional cleaning substances</span></li></ul></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"341\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621a90a46f\" wfd-id=\"343\"><div class=\"thrv_wrapper thrv-fill-counter tve_red tve_normalfc thrv_data_element\" data-css=\"tve-u-1621a983587\" wfd-id=\"344\">\n<div class=\"tve_fill_counter_n\" style=\"\" data-fill=\"100\" data-css=\"tve-u-1621a98b602\" wfd-id=\"345\">\n<svg viewBox=\"0 0 160 160\" class=\"tve_fill_counter_circle\" shape-rendering=\"optimizeSpeed\" data-css=\"tve-u-1621a9a2862\">\n<circle class=\"tve_fill_counter_circle_inner\" r=\"80\" cx=\"80\" cy=\"80\" data-css=\"tve-u-1621a9685d4\"></circle>\n</svg>\n<div class=\"tve_fill_text_in\" data-css=\"tve-u-1621a96b190\" wfd-id=\"346\">\n<div class=\"tve_fill_text_value\" data-css=\"tve-u-1621a9a2866\" wfd-id=\"348\">\n<div class=\"thrv-inline-text tve_fill_text tve_editable\" data-css=\"tve-u-1621a9a2867\" wfd-id=\"349\"><strong>100%â€‹</strong></div>\n</div>\n<div class=\"thrv-inline-text tve_editable tve_data_element_label\" data-css=\"tve-u-1621a9750ae\" wfd-id=\"347\">Clean car</div>\n</div>\n</div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621ada1e7f\" data-value-type=\"percent\" wfd-id=\"299\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621adba9ef\" data-clip-id=\"52d5a36c151aa\" wfd-id=\"336\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-52d5a36c151aa\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0875\"></polygon></clipPath><clipPath id=\"clip-tablet-top-52d5a36c151aa\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0524\"></polygon></clipPath><clipPath id=\"clip-mobile-top-52d5a36c151aa\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0349\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621ad420c4\" wfd-id=\"300\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621ade6172\" wfd-id=\"301\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2 tcb-row-reversed-mobile tcb-mobile-edit v-2\" data-css=\"tve-u-1621adea58b\" wfd-id=\"302\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621b064646\" style=\"\" wfd-id=\"330\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ae0bec7\" wfd-id=\"332\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ae4fd21\" data-value-type=\"percent\" data-float=\"1\" wfd-id=\"333\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621ae6c8da\" data-clip-id=\"aa2c3e3c70555\" wfd-id=\"335\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0349\"></polygon></clipPath><clipPath id=\"clip-tablet-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"4\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0699\"></polygon></clipPath><clipPath id=\"clip-mobile-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"4\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0699\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb\" data-css=\"tve-u-1621ae4db6e\" wfd-id=\"334\"></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621b064668\" style=\"\" wfd-id=\"303\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621f45bed3\" wfd-id=\"305\"><div class=\"tcb-clear\" data-css=\"tve-u-16224848ee5\" wfd-id=\"326\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621afceb00\" wfd-id=\"327\"><h2 data-css=\"tve-u-1621afcc0bf\">Check Out Our Special Offer!</h2></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621afda4fa\" wfd-id=\"325\"><p data-css=\"tve-u-1621afd8c98\">Donâ€™t miss the opportunity to get 50% discount on a complete cleaning just by recommending us to a friend. Bring someone you know with you and clean you car half price!</p></div><div class=\"tcb-clear\" data-css=\"tve-u-16224834cab\" wfd-id=\"306\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621fe85996\" wfd-id=\"307\"><div class=\"tcb-flex-row tcb--cols--2 tcb-resized tcb-medium-wrap tcb-desktop-wrap\" data-css=\"tve-u-1621fe78878\" wfd-id=\"308\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621fe94086\" style=\"\" wfd-id=\"316\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"318\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621b01355a\" wfd-id=\"319\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621b08fdde\" data-tcb_hover_state_parent=\"1\" wfd-id=\"324\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16223f02c16\" wfd-id=\"320\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-1620af7eb3f\" data-tcb_hover_state_parent=\"\" data-button-style=\"full_rounded\" wfd-id=\"321\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"322\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-16228c75500\" wfd-id=\"323\"><strong>Request an appointment</strong></span></span>\n</a>\n</div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621fe940b9\" style=\"\" wfd-id=\"309\"><div class=\"tcb-col\" wfd-id=\"311\"><div class=\"tcb-clear\" data-css=\"tve-u-16224716d62\" wfd-id=\"312\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-1621b028939\" data-tcb_hover_state_parent=\"\" data-button-style=\"ghost\" wfd-id=\"313\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"314\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-16228c764b2\" wfd-id=\"315\"><strong>Call Now: 0400-700-682</strong></span></span>\n</a>\n</div></div></div></div></div></div></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16260ba2fa4\" wfd-id=\"198\">\n<div class=\"tve-page-section-out\" wfd-id=\"298\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16260be7104\" wfd-id=\"199\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621b0e4fb7\" wfd-id=\"297\"><h2 data-css=\"tve-u-1621b10fccf\" style=\"text-align: center;\">our happy clients</h2></div><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641367127b\" data-float=\"1\" wfd-id=\"296\"><svg class=\"tcb-icon\" viewBox=\"0 0 30 32\" data-name=\"quote-left\">\n<path d=\"M13.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429zM29.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641367e553\" wfd-id=\"295\"><svg class=\"tcb-icon\" viewBox=\"0 0 30 32\" data-name=\"quote-left\">\n<path d=\"M13.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429zM29.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a10d3b4\" wfd-id=\"266\">\n<div class=\"tve-content-box-background\" wfd-id=\"294\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"267\"><div class=\"tcb-clear\" data-css=\"tve-u-1621b300a64\" wfd-id=\"292\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-1621f154231\" wfd-id=\"293\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621b200375\" wfd-id=\"270\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-16260d8392c\" wfd-id=\"271\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"276\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"278\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16417b62c09\" wfd-id=\"279\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-16260d8396c\" wfd-id=\"280\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16260d01208\" style=\"\" wfd-id=\"286\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"288\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"289\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16225617da3\" wfd-id=\"291\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"290\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16260d0120e\" style=\"\" wfd-id=\"281\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"283\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"285\"><h5>Brett Graham, 28</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"284\"><h6 class=\"\">Architect</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"272\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"274\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"275\"><p data-css=\"tve-u-162539c17ec\">Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit. Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit.&nbsp;</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-16260c5ff0c\" wfd-id=\"268\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260c5ff07\" wfd-id=\"269\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a12f675\" wfd-id=\"233\">\n<div class=\"tve-content-box-background\" wfd-id=\"265\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"234\"><div class=\"tcb-clear\" data-css=\"tve-u-16260cd7683\" wfd-id=\"263\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260d73672\" wfd-id=\"264\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16260da3aa7\" wfd-id=\"237\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-1621fb68b97\" wfd-id=\"238\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"247\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"249\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16417b662bf\" wfd-id=\"250\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-1621fb65556\" wfd-id=\"251\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16229915e1a\" style=\"\" wfd-id=\"257\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"259\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"260\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16260c433e9\" wfd-id=\"262\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"261\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16229915e4e\" style=\"\" wfd-id=\"252\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"254\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"256\"><h5>Rosie Hanson, 24</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"255\"><h6 class=\"\">Real estate Associate</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"239\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"241\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"242\"><p data-css=\"tve-u-162539c17ec\">Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo.</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-16260d3b97e\" wfd-id=\"235\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260d39b83\" wfd-id=\"236\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a146aef\" wfd-id=\"200\">\n<div class=\"tve-content-box-background\" wfd-id=\"232\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"201\"><div class=\"tcb-clear\" data-css=\"tve-u-16260cd7683\" wfd-id=\"230\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260cd622f\" wfd-id=\"231\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16260c39a7e\" wfd-id=\"204\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-16260d3f4aa\" wfd-id=\"205\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"212\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"214\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621fbacc60\" wfd-id=\"215\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-16260d3f4af\" wfd-id=\"216\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16229915e1a\" style=\"\" wfd-id=\"224\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"226\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"227\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16260d5e4b8\" wfd-id=\"229\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"228\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16229915e4e\" style=\"\" wfd-id=\"217\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"219\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"223\"><h5>Shawn Mattews, 35</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"220\"><h6 class=\"\">project manager</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"206\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"208\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"209\"><p data-css=\"tve-u-162539c17ec\">Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo. Nullam ac urna eu felis.Sed non neque elit. Sed ut imperdiet nisi. Proin condimentum</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1621b30ca74\" wfd-id=\"202\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-1621f15b521\" wfd-id=\"203\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621b3c8c52\" wfd-id=\"86\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621b3cfc7b\" wfd-id=\"197\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621b3c74d9\" wfd-id=\"87\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621e7b695a\" wfd-id=\"194\"><h2 data-css=\"tve-u-1621e7a7350\" style=\"text-align: center;\">our offers</h2></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621e7c899a\" wfd-id=\"88\"><div class=\"tcb-flex-row tcb--cols--3 tcb-medium-wrap v-2\" data-css=\"tve-u-1621e7c7aa1\" wfd-id=\"89\"><div class=\"tcb-flex-col\" wfd-id=\"156\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16223fc9f23\" wfd-id=\"158\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e7ceab3\" style=\"\" wfd-id=\"159\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16416e4fafd\" wfd-id=\"193\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e7d5094\" wfd-id=\"160\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e7e9950\" data-value-type=\"percent\" style=\"\" wfd-id=\"189\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e7edfd9\" data-clip-id=\"10ffac3b28f1d\" wfd-id=\"192\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-10ffac3b28f1d\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-10ffac3b28f1d\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e7e6c1d\" wfd-id=\"190\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-16417b4cb9e\" wfd-id=\"191\"><h4 data-css=\"tve-u-1621fe1a1af\" style=\"text-align: center;\"><strong>Basic Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ec6c39b\" data-float=\"1\" wfd-id=\"185\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e81f424\" wfd-id=\"188\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec752da\" wfd-id=\"186\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"187\"><h4 data-css=\"tve-u-1621fe1bd18\" style=\"text-align: center;\"><strong>15$</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621ea50702\" wfd-id=\"161\"><ul class=\"tcb-styled-list\" wfd-id=\"162\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec3a5c0\" wfd-id=\"181\"><div class=\"tcb-styled-list-icon\" wfd-id=\"183\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec204df\" wfd-id=\"184\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec241aa\" wfd-id=\"182\">Interior vacuum</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"177\"><div class=\"tcb-styled-list-icon\" wfd-id=\"179\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec20f68\" wfd-id=\"180\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec2704c\" wfd-id=\"178\">Dust &amp;dash console</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec42aa7\" wfd-id=\"171\"><div class=\"tcb-styled-list-icon\" wfd-id=\"175\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec21a31\" wfd-id=\"176\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec298ab\" wfd-id=\"172\">Hand towel dry</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec43fe2\" wfd-id=\"167\"><div class=\"tcb-styled-list-icon\" wfd-id=\"169\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ea1fba7\" wfd-id=\"170\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea23322\" wfd-id=\"168\">Clean windows</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec454d9\" wfd-id=\"163\"><div class=\"tcb-styled-list-icon\" wfd-id=\"165\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ea295c0\" wfd-id=\"166\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea2c69a\" wfd-id=\"164\">Soft cloth wash</span></li></ul></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"123\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"125\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621eb81205\" style=\"\" wfd-id=\"126\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16416e603ab\" wfd-id=\"155\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621eb7ccb0\" wfd-id=\"127\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ebbbb6d\" data-value-type=\"percent\" wfd-id=\"151\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eaaedd8\" data-clip-id=\"a2b9cf3198d6f\" wfd-id=\"154\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-a2b9cf3198d6f\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-a2b9cf3198d6f\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec7f21a\" wfd-id=\"152\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e930bd7\" wfd-id=\"153\"><h4 data-css=\"tve-u-1621e92e97f\" style=\"text-align: center;\"><strong>Ultimate Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ec78d2c\" data-float=\"1\" wfd-id=\"147\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eab272c\" wfd-id=\"150\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec79a7d\" wfd-id=\"148\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"149\"><h4 data-css=\"tve-u-1621e942b65\" style=\"text-align: center;\"><strong>22 $</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621ebfa746\" wfd-id=\"144\"><p data-css=\"tve-u-1621f4ceaf6\" style=\"text-align: center;\">Includes basic service <span data-css=\"tve-u-1621f4ceaf7\" style=\"color: rgb(15, 29, 123);\" wfd-id=\"145\"><strong class=\"\"><span data-css=\"tve-u-1621f4ceafb\" wfd-id=\"146\">+</span></strong></span></p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621ebf340c\" wfd-id=\"128\"><ul class=\"tcb-styled-list\" wfd-id=\"129\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-164137a0b1f\" wfd-id=\"138\"><div class=\"tcb-styled-list-icon\" wfd-id=\"142\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec0c5bd\" wfd-id=\"143\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ebfe4ce\" wfd-id=\"139\">Triple foam conditiner</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec04541\" wfd-id=\"134\"><div class=\"tcb-styled-list-icon\" wfd-id=\"136\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec09a3c\" wfd-id=\"137\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ebff867\" wfd-id=\"135\">Tire dressing</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec05cc3\" wfd-id=\"130\"><div class=\"tcb-styled-list-icon\" wfd-id=\"132\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec15f6e\" wfd-id=\"133\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec009a8\" wfd-id=\"131\">Air freshner</span></li></ul></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"90\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16223dad661\" wfd-id=\"92\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621fd9c946\" style=\"\" wfd-id=\"93\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e7d234c\" wfd-id=\"122\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621fd84d7b\" wfd-id=\"94\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16223b080b0\" data-value-type=\"percent\" wfd-id=\"116\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eb3eb9f\" data-clip-id=\"ac98bb0e54b3b\" wfd-id=\"121\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621fd8766c\" wfd-id=\"117\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e930bd7\" wfd-id=\"118\"><h4 data-css=\"tve-u-1621fe1587d\" style=\"text-align: center;\"><strong>Supreme Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e8107f3\" wfd-id=\"112\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eb43d8d\" wfd-id=\"115\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e819c52\" wfd-id=\"113\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"114\"><h4 data-css=\"tve-u-1621fe1725e\" style=\"text-align: center;\"><strong>30 $</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621eb037bb\" wfd-id=\"109\"><p data-css=\"tve-u-1621f4d0451\" style=\"text-align: center;\">Includes ultimate service <span data-css=\"tve-u-1621eaff572\" style=\"color: rgb(15, 29, 123);\" wfd-id=\"110\"><strong class=\"\"><span data-css=\"tve-u-1621eb01b60\" wfd-id=\"111\">+</span></strong></span></p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621eacf6af\" wfd-id=\"95\"><ul class=\"tcb-styled-list\" wfd-id=\"96\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec36a4d\" wfd-id=\"105\"><div class=\"tcb-styled-list-icon\" wfd-id=\"107\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e9993aa\" wfd-id=\"108\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea1a5d7\" wfd-id=\"106\">Exterior trim dressing</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"101\"><div class=\"tcb-styled-list-icon\" wfd-id=\"103\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e99b1db\" wfd-id=\"104\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea19a06\" wfd-id=\"102\">Hand applied spray wax</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec37ea5\" wfd-id=\"97\"><div class=\"tcb-styled-list-icon\" wfd-id=\"99\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e99c314\" wfd-id=\"100\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea18c5d\" wfd-id=\"98\">Interior conditioner</span></li></ul></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621efddaaf\" wfd-id=\"40\">\n<div class=\"tve-page-section-out\" wfd-id=\"85\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621edf8048\" wfd-id=\"41\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621f114214\" wfd-id=\"42\"><div class=\"tcb-flex-row tcb-mobile-edit tcb--cols--2\" data-css=\"tve-u-1621ee03000\" wfd-id=\"43\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621ee4be21\" style=\"\" wfd-id=\"49\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ee093d4\" wfd-id=\"51\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ee3afec\" wfd-id=\"52\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621ee58e74\" wfd-id=\"84\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ee37f4a\" wfd-id=\"53\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1621ee74a24\" wfd-id=\"83\"><svg class=\"tcb-icon\" viewBox=\"0 0 16 28\" data-name=\"map-marker\">\n<path d=\"M12 10c0-2.203-1.797-4-4-4s-4 1.797-4 4 1.797 4 4 4 4-1.797 4-4zM16 10c0 0.953-0.109 1.937-0.516 2.797l-5.688 12.094c-0.328 0.688-1.047 1.109-1.797 1.109s-1.469-0.422-1.781-1.109l-5.703-12.094c-0.406-0.859-0.516-1.844-0.516-2.797 0-4.422 3.578-8 8-8s8 3.578 8 8z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621ee63e1c\" wfd-id=\"78\"><h2 data-css=\"tve-u-1621fdcb4ea\" style=\"text-align: center;\">contact us</h2></div><div class=\"thrv_wrapper thrv-contact-form\" data-ct=\"contact_form-22343\" style=\"\" data-css=\"tve-u-16465071dea\" data-ct-name=\"Rounded Shadow\" wfd-id=\"56\">\n<form action=\"\" method=\"post\" novalidate=\"\" wfd-id=\"57\">\n<div class=\"tve-cf-item-wrapper\" wfd-id=\"61\">\n<div class=\"tve-cf-item\" data-css=\"tve-u-1695dd04208\" wfd-id=\"74\">\n<div class=\"thrv-cf-input-wrapper\" data-type=\"first_name\" wfd-id=\"75\">\n<label data-css=\"tve-u-1695d9d6525\" class=\"\" wfd-id=\"77\">First Name</label>\n<div class=\"tve-cf-input\" data-css=\"tve-u-1695d9d6526\" data-tcb_hover_state_parent=\"\" wfd-id=\"76\">\n<input placeholder=\"\" type=\"text\" name=\"first_name\" data-placeholder=\"\" wfd-id=\"497\">\n</div>\n</div>\n</div>\n<div class=\"tve-cf-item\" data-css=\"tve-u-1695dd04208\" wfd-id=\"70\">\n<div class=\"thrv-cf-input-wrapper\" data-type=\"email\" wfd-id=\"71\">\n<label data-css=\"tve-u-1695d9d6527\" class=\"\" wfd-id=\"73\">Email Address</label>\n<div class=\"tve-cf-input\" data-css=\"tve-u-1695d9d6528\" data-tcb_hover_state_parent=\"\" wfd-id=\"72\">\n<input placeholder=\"\" type=\"email\" name=\"email\" data-placeholder=\"\" wfd-id=\"496\">\n</div>\n</div>\n</div>\n<div class=\"tve-cf-item\" data-css=\"tve-u-1695dd484d7\" wfd-id=\"66\">\n<div class=\"thrv-cf-input-wrapper\" data-type=\"message\" wfd-id=\"67\">\n<label data-css=\"tve-u-1695d9d6529\" class=\"\" wfd-id=\"69\">Message</label>\n<div class=\"tve-cf-input\" data-css=\"tve-u-1695d9d652a\" data-tcb_hover_state_parent=\"\" wfd-id=\"68\">\n<textarea placeholder=\"\" data-placeholder=\"\" name=\"message\" wfd-id=\"499\"></textarea>\n</div>\n</div>\n</div>\n<div class=\"tve-cf-item\" data-css=\"tve-u-1695dd04208\" wfd-id=\"62\">\n	<div class=\"thrv-cf-input-wrapper\" data-type=\"phone\" wfd-id=\"63\">\n		<label data-css=\"tve-u-1695d9d6525\" class=\"\" wfd-id=\"65\">Phone Number</label>\n		<div class=\"tve-cf-input\" data-css=\"tve-u-1695d9d6526\" wfd-id=\"64\">\n			<input placeholder=\"+1-555-555-2368\" type=\"tel\" name=\"phone\" data-placeholder=\"+1-555-555-2368\" wfd-id=\"495\">\n		</div>\n	</div>\n</div></div>\n<div class=\"tve-cf-submit\" data-tcb_hover_state_parent=\"\" data-button-style=\"rounded\" data-css=\"tve-u-1695dd27f6a\" wfd-id=\"58\">\n<button class=\"tve_btn_txt\" type=\"submit\" wfd-id=\"512\">Submit Message</button>\n</div>\n<input type=\"hidden\" name=\"config\" value=\"YTozOntzOjE0OiJlcnJvcl9tZXNzYWdlcyI7YTo0OntzOjU6ImVtYWlsIjtzOjIxOiJFbWFpbCBhZGRyZXNzIGludmFsaWQiO3M6NToicGhvbmUiO3M6MjA6IlBob25lIG51bWJlciBpbnZhbGlkIjtzOjM6InVybCI7czoxMToiVVJMIGludmFsaWQiO3M6ODoicmVxdWlyZWQiO3M6MjA6IlJlcXVpcmVkIGZpZWxkIGVtcHR5Ijt9czo4OiJ0b19lbWFpbCI7YToyOntzOjI6InRvIjtzOjI4OiJpbmZvQGJlc3RjZXJha290ZWZsb3JpZGEuY29tIjtzOjc6InN1YmplY3QiO3M6MTg6Ik5ldyBtZXNzYWdlIGZyb206ICI7fXM6Njoic3VibWl0IjthOjEwOntzOjY6ImFjdGlvbiI7czoxMjoibm90aWZpY2F0aW9uIjtzOjIzOiJzZW5kX2NvbmZpcm1hdGlvbl9lbWFpbCI7YjoxO3M6MTk6InNlbmRlcl9wZXJzb25hbGl6ZWQiO2I6MDtzOjIwOiJjb25maXJtYXRpb25fc3ViamVjdCI7czozNjoiQ29udGFjdCBGb3JtIHN1Ym1pc3Npb24gY29uZmlybWF0aW9uIjtzOjIwOiJjb25maXJtYXRpb25fbWVzc2FnZSI7czoxMzk6IkhlbGxvLCAKClRoYW5rcyBmb3IgY29udGFjdGluZyB1cy4gV2UnbGwgZ2V0IGJhY2sgdG8geW91IGFzIHNvb24gYXMgcG9zc2libGUgd2l0aCB0aGUgaW5mb3JtYXRpb24geW91IG5lZWQuIAoKQmVzdCByZWdhcmRzLApbd3Bfc2l0ZV90aXRsZV0iO3M6OToiZnJvbV9uYW1lIjtzOjI4OiJUaGUgQmVzdCBDZXJha290ZSBJbiBGbG9yaWRhIjtzOjEwOiJmcm9tX2VtYWlsIjtzOjI5OiJhZG1pbkBiZXN0Y2VyYWtvdGVmbG9yaWRhLmNvbSI7czo4OiJyZXBseV90byI7czoyOToiYWRtaW5AYmVzdGNlcmFrb3RlZmxvcmlkYS5jb20iO3M6MzoidXJsIjtzOjA6IiI7czoxMjoibm90aWZpY2F0aW9uIjtzOjgxOiJZb3VyIG1lc3NhZ2UgaGFzIGJlZW4gc2VudCwgdGhhbmsgeW91ISBZb3UnbGwgaGVhciBmcm9tIHVzIHdpdGhpbiB0aGUgbmV4dCAyNCBocnMiO319\" wfd-id=\"494\"></form>\n</div><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_slide_left\" data-css=\"tve-u-1621ef118dc\" style=\"\" wfd-id=\"54\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"55\"><img class=\"tve_image tve_evt_manager_listen tve_et_tve-viewport wp-image-282\" alt=\"Cerakote Certified Logo\" width=\"2148\" height=\"1968\" title=\"Cerakote Certified Logo\" data-id=\"282\" src=\"https://bestcerakoteflorida.com/wp-content/uploads/2018/09/CertifiedLogo.png\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_left&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" style=\"width: 100%;\"></span></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621ee4be73\" style=\"\" wfd-id=\"44\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ee22c43\" wfd-id=\"46\"><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-1695d995f33\" wfd-id=\"48\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=825 South Kings Highway, Fort Pierce&amp;t=m&amp;z=11&amp;output=embed&amp;iwloc=near\"></iframe>\n</div><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-1621ee18a1c\" wfd-id=\"47\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=davie, Florida 33317&amp;t=m&amp;z=11&amp;output=embed&amp;iwloc=near\"></iframe>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621f0aa8f7\" wfd-id=\"25\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621f0ada0e\" wfd-id=\"39\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621f0b0088\" wfd-id=\"26\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621f0d2c1a\" wfd-id=\"27\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-1621f0cbe40\" wfd-id=\"28\"><div class=\"tcb-flex-col\" wfd-id=\"34\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"35\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621f0da775\" wfd-id=\"36\"><p data-css=\"tve-u-1622444fb11\">Â© 2018, BLACKHAWK CUSTOM, LLC . All rights reserved.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"29\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"30\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16223fe5f5b\" wfd-id=\"31\"><p data-css=\"tve-u-1621f0d874c\" style=\"text-align: right;\">Made with <a href=\"https://thrivethemes.com/\" target=\"_blank\">Thrive Architect</a></p></div></div></div></div></div></div>\n</div>\n\n'),(7048,582,'tve_revision_tve_has_wistia_popover','0'),(7049,583,'tve_revision_tve_landing_page','tcb2-thrivebiz-car-wash'),(7050,583,'tve_revision_tve_landing_set',''),(7051,583,'tve_revision_tve_disable_theme_dependency','1'),(7052,583,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-162717d1bbe\" wfd-id=\"469\"><div class=\"tcb-flex-row tcb-medium-no-wrap v-2 tcb--cols--3 m-edit tcb-mobile-wrap tcb-resized\" data-css=\"tve-u-162717d1bbf\" wfd-id=\"470\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1695981e7bb\" wfd-id=\"489\"><div class=\"tcb-col\" data-css=\"tve-u-16959846d3d\" wfd-id=\"491\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16959822de2\" wfd-id=\"492\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"493\"><img class=\"tve_image wp-image-465\" alt=\"\" width=\"384\" height=\"62\" title=\"Blackhawk_custom_header\" data-id=\"465\" src=\"https://bestcerakoteflorida.com/wp-content/uploads/2019/01/Blackhawk_custom_header.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717d1bb9\" style=\"\" wfd-id=\"482\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717d1bb6\" wfd-id=\"484\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-164179a84b8\" wfd-id=\"485\">\n<div class=\"tve-content-box-background\" wfd-id=\"488\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"486\"><div class=\"tcb-clear\" wfd-id=\"487\"></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717d1bb7\" style=\"\" wfd-id=\"471\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717d1bbc\" wfd-id=\"473\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16369305186\" wfd-id=\"474\">\n<div class=\"tve-content-box-background\" wfd-id=\"481\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16417e9d24e\" wfd-id=\"475\"><div class=\"tcb-clear\" wfd-id=\"479\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-16417e5bd95\" data-float=\"1\" wfd-id=\"480\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-envelope-regular\" data-name=\"\">\n            <path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path>\n        </svg></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-164179bced9\" wfd-id=\"476\"><p data-css=\"tve-u-1641333d7d1\"><a href=\"mailto:info@bestcerkoteflorida.com\" target=\"_blank\">info@bestcerakoteflorida.com</a></p></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-162717cb621\" data-value-type=\"percent\" wfd-id=\"437\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-162717cb620\" data-clip-id=\"c883ac5175045\" wfd-id=\"468\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-c883ac5175045\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"6\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.8949, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-c883ac5175045\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9476, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-c883ac5175045\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9651, 1 1, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-162717cb609\" wfd-id=\"438\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-162717cb618\" wfd-id=\"439\"><div class=\"tcb-flex-row tcb-medium-wrap tcb-resized v-2 tcb--cols--2\" data-css=\"tve-u-162717cb617\" wfd-id=\"440\"><div class=\"tcb-flex-col\" data-css=\"tve-u-162717cb601\" style=\"\" wfd-id=\"454\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717cb60a\" wfd-id=\"456\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h1\" data-css=\"tve-u-162717cb610\" wfd-id=\"462\"><h1 data-css=\"tve-u-162717cb616\" style=\"text-align: center;\">&nbsp;Protect What\'s Important To You! With The Toughest Ceramic Finish In The World!<span data-css=\"tve-u-16271ca808e\" style=\"color: rgb(0, 229, 255);\" wfd-id=\"467\"></span></h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162717cb60f\" wfd-id=\"457\"><p data-css=\"tve-u-1695a36117b\" style=\"text-align: center;\">Heat, Water, Salt and Sand just some of the conditions you face. And any one of them is just waiting to get a hold of your firearm and leave it a pile of rusted, pitted junk.</p><p data-css=\"tve-u-16413112747\" style=\"text-align: center;\">Unfortunately there wasn\'t much you could do other than keep cleaning and lubricating your firearms...till NOW!</p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717cb600\" style=\"\" wfd-id=\"441\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717cb60b\" wfd-id=\"443\"><div class=\"thrv_responsive_video thrv_wrapper rv_style_lifted_style2\" data-type=\"youtube\" data-rel=\"0\" data-url=\"https://www.youtube.com/watch?v=a1nyu9ZJiEk\" data-css=\"tve-u-16959cd1e7a\" data-modestbranding=\"1\" wfd-id=\"451\">\n	\n\n	<div class=\"tve_responsive_video_container\" wfd-id=\"452\">\n		<div class=\"video_overlay\" wfd-id=\"453\"></div>\n	<iframe data-code=\"TEOqV1Q16lU\" data-provider=\"youtube\" src=\"https://www.youtube.com/embed/TEOqV1Q16lU?rel=0&amp;modestbranding=1&amp;controls=1&amp;showinfo=1&amp;fs=1&amp;wmode=transparent\" data-src=\"https://www.youtube.com/embed/TEOqV1Q16lU?rel=0&amp;modestbranding=1&amp;controls=1&amp;showinfo=1&amp;fs=1&amp;wmode=transparent\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\n</div><div class=\"thrv_wrapper thrv-button tcb-with-icon\" data-css=\"tve-u-1695a3002e2\" data-tcb_hover_state_parent=\"\" data-button-style=\"border_1\" wfd-id=\"444\">\n	<a href=\"tel:1-954-848-1911\" class=\"tcb-button-link\" target=\"_blank\" rel=\"\"><span class=\"tcb-button-icon\" wfd-id=\"449\">\n	<div class=\"thrv_wrapper thrv_icon tve_no_drag tve_no_icons tcb-icon-inherit-style tcb-icon-display\" wfd-id=\"450\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-phone-plus-light\" data-name=\"\">\n            <path d=\"M8 128h88v88c0 4.4 3.6 8 8 8h16c4.4 0 8-3.6 8-8v-88h88c4.4 0 8-3.6 8-8v-16c0-4.4-3.6-8-8-8h-88V8c0-4.4-3.6-8-8-8h-16c-4.4 0-8 3.6-8 8v88H8c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8zM487.8 24.1L387 .8c-14.7-3.4-29.8 4.2-35.8 18.1l-46.5 108.5c-5.5 12.7-1.8 27.7 8.9 36.5l53.9 44.1c-34 69.2-90.3 125.6-159.6 159.6l-44.1-53.9c-8.8-10.7-23.8-14.4-36.5-8.9L18.9 351.3c-13.9 6-21.5 21-18.1 35.8L24 487.9C27.3 502 39.9 512 54.5 512 306.7 512 512 307.8 512 54.5c0-14.6-10-27.2-24.2-30.4zM55.1 480l-23-99.6 107.4-46 59.5 72.8c103.6-48.6 159.7-104.9 208.1-208.1l-72.8-59.5 46-107.4 99.6 23C479.7 289.7 289.6 479.7 55.1 480z\"></path>\n        </svg></div>\n</span>\n\n		<span class=\"tcb-button-texts\" wfd-id=\"445\"><span class=\"tcb-button-text thrv-inline-text\" wfd-id=\"446\">CALL NOW</span></span>\n	</a>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-162717fcf9d\" data-value-type=\"percent\" wfd-id=\"378\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-162718bd0c0\" data-clip-id=\"a3b25e1c9221a\" wfd-id=\"436\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0875\"></polygon></clipPath><clipPath id=\"clip-tablet-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"6\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.1051\"></polygon></clipPath><clipPath id=\"clip-mobile-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"1\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0175\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-162718a3b40\" wfd-id=\"379\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622a159bcb\" wfd-id=\"380\">\n<div class=\"tve-content-box-background\" wfd-id=\"435\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"381\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621a2247ba\" wfd-id=\"432\"><h2 data-css=\"tve-u-1621a2e0d5b\">our services</h2></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16229f6175c\" wfd-id=\"407\"><div class=\"tcb-flex-row tcb-medium-no-wrap tcb--cols--3 v-2\" data-css=\"tve-u-162493a03b0\" wfd-id=\"408\"><div class=\"tcb-flex-col\" wfd-id=\"423\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1624939a960\" data-tcb_hover_state_parent=\"\" wfd-id=\"425\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-162493d5f13\" data-float=\"1\" wfd-id=\"431\"><svg class=\"tcb-icon\" viewBox=\"0 0 14 28\" data-name=\"bolt\">\n<path d=\"M13.828 8.844c0.172 0.187 0.219 0.453 0.109 0.688l-8.437 18.078c-0.125 0.234-0.375 0.391-0.656 0.391-0.063 0-0.141-0.016-0.219-0.031-0.344-0.109-0.547-0.438-0.469-0.766l3.078-12.625-6.344 1.578c-0.063 0.016-0.125 0.016-0.187 0.016-0.172 0-0.359-0.063-0.484-0.172-0.187-0.156-0.25-0.391-0.203-0.609l3.141-12.891c0.078-0.297 0.359-0.5 0.688-0.5h5.125c0.391 0 0.703 0.297 0.703 0.656 0 0.094-0.031 0.187-0.078 0.281l-2.672 7.234 6.188-1.531c0.063-0.016 0.125-0.031 0.187-0.031 0.203 0 0.391 0.094 0.531 0.234z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"427\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-162494b490e\" wfd-id=\"428\"><h4 data-css=\"tve-u-16249355087\" style=\"text-align: left;\">Express exterior</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162494b7ad0\" wfd-id=\"426\"><p data-css=\"tve-u-162492e70ad\">Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"416\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162493b6b63\" data-tcb_hover_state_parent=\"\" wfd-id=\"418\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b456a\" wfd-id=\"422\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"adjust\">\n<path d=\"M12 22.5v-17c-4.688 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"420\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1af44d\" wfd-id=\"421\"><h4 data-css=\"tve-u-16249358652\" style=\"text-align: left;\">Interior clean</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"419\"><p data-css=\"tve-u-162492e70ad\">Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"409\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16249373b25\" wfd-id=\"411\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b52d3\" wfd-id=\"415\"><svg class=\"tcb-icon\" viewBox=\"0 0 26 28\" data-name=\"umbrella\">\n<path d=\"M14 12.938v9.063c0 2.172-1.828 4-4 4s-4-1.828-4-4c0-0.547 0.453-1 1-1s1 0.453 1 1c0 1.047 0.953 2 2 2s2-0.953 2-2v-9.063c0.328-0.109 0.656-0.172 1-0.172s0.672 0.063 1 0.172zM26 13.359c0 0.266-0.234 0.5-0.5 0.5-0.141 0-0.25-0.063-0.359-0.156-0.906-0.844-1.75-1.437-3.047-1.437-1.484 0-2.766 0.922-3.609 2.094-0.187 0.266-0.328 0.547-0.5 0.812-0.109 0.172-0.234 0.266-0.438 0.266-0.219 0-0.344-0.094-0.453-0.266-0.172-0.266-0.313-0.547-0.5-0.812-0.844-1.172-2.109-2.094-3.594-2.094s-2.75 0.922-3.594 2.094c-0.187 0.266-0.328 0.547-0.5 0.812-0.109 0.172-0.234 0.266-0.453 0.266-0.203 0-0.328-0.094-0.438-0.266-0.172-0.266-0.313-0.547-0.5-0.812-0.844-1.172-2.125-2.094-3.609-2.094-1.297 0-2.141 0.594-3.047 1.437-0.109 0.094-0.219 0.156-0.359 0.156-0.266 0-0.5-0.234-0.5-0.5 0-0.047 0-0.078 0.016-0.109 1.437-5.906 7.141-9.25 12.984-9.25 5.812 0 11.578 3.344 12.984 9.25 0.016 0.031 0.016 0.063 0.016 0.109zM14 2v1.531c-0.328-0.016-0.672-0.031-1-0.031s-0.672 0.016-1 0.031v-1.531c0-0.547 0.453-1 1-1s1 0.453 1 1z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"413\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b01a6\" wfd-id=\"414\"><h4 data-css=\"tve-u-1624935a201\" style=\"text-align: left;\">Wax protection</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"412\"><p data-css=\"tve-u-162492e70ad\">Etiam pharetra, erat sed fermentum feugiat, velit mauris</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16249367114\" wfd-id=\"382\"><div class=\"tcb-flex-row tcb-medium-no-wrap tcb--cols--3 v-2\" data-css=\"tve-u-16229ffbb7b\" wfd-id=\"383\"><div class=\"tcb-flex-col\" wfd-id=\"400\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229fa6a26\" wfd-id=\"402\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b33f9\" wfd-id=\"406\"><svg class=\"tcb-icon\" viewBox=\"0 0 26 28\" data-name=\"magic\">\n<path d=\"M18.594 9.078l4.578-4.578-1.672-1.672-4.578 4.578zM25.578 4.5c0 0.266-0.094 0.516-0.281 0.703l-20.094 20.094c-0.187 0.187-0.438 0.281-0.703 0.281s-0.516-0.094-0.703-0.281l-3.094-3.094c-0.187-0.187-0.281-0.438-0.281-0.703s0.094-0.516 0.281-0.703l20.094-20.094c0.187-0.187 0.438-0.281 0.703-0.281s0.516 0.094 0.703 0.281l3.094 3.094c0.187 0.187 0.281 0.438 0.281 0.703zM4.469 1.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531zM9.938 4.062l3.063 0.938-3.063 0.938-0.938 3.063-0.938-3.063-3.063-0.938 3.063-0.938 0.938-3.063zM24.469 11.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531zM14.469 1.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"404\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b0a67\" wfd-id=\"405\"><h4 data-css=\"tve-u-16248fc42a1\" style=\"text-align: left;\">Dust &amp; Dash Console</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"403\"><p data-css=\"tve-u-162492e70ad\">Duis sed odio sit amet nibh vulputate cursus a sit amet mauris.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"391\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1622f65ba70\" wfd-id=\"393\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b60b4\" wfd-id=\"399\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"certificate\">\n<path d=\"M21.5 14l2.156 2.109c0.297 0.281 0.406 0.703 0.313 1.094-0.109 0.391-0.422 0.703-0.812 0.797l-2.938 0.75 0.828 2.906c0.109 0.391 0 0.812-0.297 1.094-0.281 0.297-0.703 0.406-1.094 0.297l-2.906-0.828-0.75 2.938c-0.094 0.391-0.406 0.703-0.797 0.812-0.094 0.016-0.203 0.031-0.297 0.031-0.297 0-0.594-0.125-0.797-0.344l-2.109-2.156-2.109 2.156c-0.281 0.297-0.703 0.406-1.094 0.313-0.406-0.109-0.703-0.422-0.797-0.812l-0.75-2.938-2.906 0.828c-0.391 0.109-0.812 0-1.094-0.297-0.297-0.281-0.406-0.703-0.297-1.094l0.828-2.906-2.938-0.75c-0.391-0.094-0.703-0.406-0.812-0.797-0.094-0.391 0.016-0.812 0.313-1.094l2.156-2.109-2.156-2.109c-0.297-0.281-0.406-0.703-0.313-1.094 0.109-0.391 0.422-0.703 0.812-0.797l2.938-0.75-0.828-2.906c-0.109-0.391 0-0.812 0.297-1.094 0.281-0.297 0.703-0.406 1.094-0.297l2.906 0.828 0.75-2.938c0.094-0.391 0.406-0.703 0.797-0.797 0.391-0.109 0.812 0 1.094 0.297l2.109 2.172 2.109-2.172c0.281-0.297 0.688-0.406 1.094-0.297 0.391 0.094 0.703 0.406 0.797 0.797l0.75 2.938 2.906-0.828c0.391-0.109 0.812 0 1.094 0.297 0.297 0.281 0.406 0.703 0.297 1.094l-0.828 2.906 2.938 0.75c0.391 0.094 0.703 0.406 0.812 0.797 0.094 0.391-0.016 0.812-0.313 1.094z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"397\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b12d8\" wfd-id=\"398\"><h4 data-css=\"tve-u-1625389a3d5\" style=\"text-align: left;\">Triple Foam Polish</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"394\"><p data-css=\"tve-u-162492e70ad\">Class aptent taciti sociosqu ad litora torquent</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"384\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229fa8c68\" wfd-id=\"386\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-16271adf6cf\" wfd-id=\"390\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"bullseye\">\n<path d=\"M16 14c0 2.203-1.797 4-4 4s-4-1.797-4-4 1.797-4 4-4 4 1.797 4 4zM18 14c0-3.313-2.688-6-6-6s-6 2.688-6 6 2.688 6 6 6 6-2.688 6-6zM20 14c0 4.422-3.578 8-8 8s-8-3.578-8-8 3.578-8 8-8 8 3.578 8 8zM22 14c0-5.516-4.484-10-10-10s-10 4.484-10 10 4.484 10 10 10 10-4.484 10-10zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"388\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-16248fc71c8\" wfd-id=\"389\"><h4 data-css=\"tve-u-1625389b4ed\" style=\"text-align: left;\">Tire dressing</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"387\"><p data-css=\"tve-u-162492e70ad\">Etiam pharetra, erat sed fermentum feugiat, velit mauris</p></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621ad46076\" wfd-id=\"338\">\n<div class=\"tve-page-section-out\" wfd-id=\"377\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621b072b4e\" wfd-id=\"339\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621a8b2488\" wfd-id=\"340\"><div class=\"tcb-flex-row tcb--cols--2 v-2\" data-css=\"tve-u-1621a8a804b\" wfd-id=\"341\"><div class=\"tcb-flex-col\" wfd-id=\"353\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16271bfe70c\" wfd-id=\"355\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h3\" data-css=\"tve-u-1621a8c4313\" wfd-id=\"374\"><h3><strong>Complete cleaning services for yoâ€‹ur car</strong></h3></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-16417b70f47\" wfd-id=\"356\"><ul class=\"tcb-styled-list\" wfd-id=\"357\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621acf0289\" wfd-id=\"368\"><div class=\"tcb-styled-list-icon\" wfd-id=\"372\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a8e11f3\" wfd-id=\"373\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ace1b08\" wfd-id=\"369\">We are a small business delivering professional cleaning services for all vehicles</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621acf64fb\" wfd-id=\"364\"><div class=\"tcb-styled-list-icon\" wfd-id=\"366\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a8e5625\" wfd-id=\"367\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ace4de9\" wfd-id=\"365\">Our services are convenient for individuals and corporate fleets</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"358\"><div class=\"tcb-styled-list-icon\" wfd-id=\"362\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a9076ef\" wfd-id=\"363\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621acf47d2\" wfd-id=\"359\">We use eco-friendly products that actually clean, protect and maintain your car better than the traditional cleaning substances</span></li></ul></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"342\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621a90a46f\" wfd-id=\"344\"><div class=\"thrv_wrapper thrv-fill-counter tve_red tve_normalfc thrv_data_element\" data-css=\"tve-u-1621a983587\" wfd-id=\"345\">\n<div class=\"tve_fill_counter_n\" style=\"\" data-fill=\"100\" data-css=\"tve-u-1621a98b602\" wfd-id=\"346\">\n<svg viewBox=\"0 0 160 160\" class=\"tve_fill_counter_circle\" shape-rendering=\"optimizeSpeed\" data-css=\"tve-u-1621a9a2862\">\n<circle class=\"tve_fill_counter_circle_inner\" r=\"80\" cx=\"80\" cy=\"80\" data-css=\"tve-u-1621a9685d4\"></circle>\n</svg>\n<div class=\"tve_fill_text_in\" data-css=\"tve-u-1621a96b190\" wfd-id=\"347\">\n<div class=\"tve_fill_text_value\" data-css=\"tve-u-1621a9a2866\" wfd-id=\"349\">\n<div class=\"thrv-inline-text tve_fill_text tve_editable\" data-css=\"tve-u-1621a9a2867\" wfd-id=\"350\"><strong>100%â€‹</strong></div>\n</div>\n<div class=\"thrv-inline-text tve_editable tve_data_element_label\" data-css=\"tve-u-1621a9750ae\" wfd-id=\"348\">Clean car</div>\n</div>\n</div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621ada1e7f\" data-value-type=\"percent\" wfd-id=\"300\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621adba9ef\" data-clip-id=\"52d5a36c151aa\" wfd-id=\"337\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-52d5a36c151aa\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0875\"></polygon></clipPath><clipPath id=\"clip-tablet-top-52d5a36c151aa\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0524\"></polygon></clipPath><clipPath id=\"clip-mobile-top-52d5a36c151aa\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0349\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621ad420c4\" wfd-id=\"301\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621ade6172\" wfd-id=\"302\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2 tcb-row-reversed-mobile tcb-mobile-edit v-2\" data-css=\"tve-u-1621adea58b\" wfd-id=\"303\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621b064646\" style=\"\" wfd-id=\"331\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ae0bec7\" wfd-id=\"333\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ae4fd21\" data-value-type=\"percent\" data-float=\"1\" wfd-id=\"334\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621ae6c8da\" data-clip-id=\"aa2c3e3c70555\" wfd-id=\"336\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0349\"></polygon></clipPath><clipPath id=\"clip-tablet-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"4\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0699\"></polygon></clipPath><clipPath id=\"clip-mobile-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"4\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0699\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb\" data-css=\"tve-u-1621ae4db6e\" wfd-id=\"335\"></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621b064668\" style=\"\" wfd-id=\"304\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621f45bed3\" wfd-id=\"306\"><div class=\"tcb-clear\" data-css=\"tve-u-16224848ee5\" wfd-id=\"327\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621afceb00\" wfd-id=\"328\"><h2 data-css=\"tve-u-1621afcc0bf\">Check Out Our Special Offer!</h2></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621afda4fa\" wfd-id=\"326\"><p data-css=\"tve-u-1621afd8c98\">Donâ€™t miss the opportunity to get 50% discount on a complete cleaning just by recommending us to a friend. Bring someone you know with you and clean you car half price!</p></div><div class=\"tcb-clear\" data-css=\"tve-u-16224834cab\" wfd-id=\"307\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621fe85996\" wfd-id=\"308\"><div class=\"tcb-flex-row tcb--cols--2 tcb-resized tcb-medium-wrap tcb-desktop-wrap\" data-css=\"tve-u-1621fe78878\" wfd-id=\"309\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621fe94086\" style=\"\" wfd-id=\"317\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"319\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621b01355a\" wfd-id=\"320\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621b08fdde\" data-tcb_hover_state_parent=\"1\" wfd-id=\"325\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16223f02c16\" wfd-id=\"321\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-1620af7eb3f\" data-tcb_hover_state_parent=\"\" data-button-style=\"full_rounded\" wfd-id=\"322\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"323\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-16228c75500\" wfd-id=\"324\"><strong>Request an appointment</strong></span></span>\n</a>\n</div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621fe940b9\" style=\"\" wfd-id=\"310\"><div class=\"tcb-col\" wfd-id=\"312\"><div class=\"tcb-clear\" data-css=\"tve-u-16224716d62\" wfd-id=\"313\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-1621b028939\" data-tcb_hover_state_parent=\"\" data-button-style=\"ghost\" wfd-id=\"314\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"315\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-16228c764b2\" wfd-id=\"316\"><strong>Call Now: 0400-700-682</strong></span></span>\n</a>\n</div></div></div></div></div></div></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16260ba2fa4\" wfd-id=\"199\">\n<div class=\"tve-page-section-out\" wfd-id=\"299\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16260be7104\" wfd-id=\"200\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621b0e4fb7\" wfd-id=\"298\"><h2 data-css=\"tve-u-1621b10fccf\" style=\"text-align: center;\">our happy clients</h2></div><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641367127b\" data-float=\"1\" wfd-id=\"297\"><svg class=\"tcb-icon\" viewBox=\"0 0 30 32\" data-name=\"quote-left\">\n<path d=\"M13.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429zM29.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641367e553\" wfd-id=\"296\"><svg class=\"tcb-icon\" viewBox=\"0 0 30 32\" data-name=\"quote-left\">\n<path d=\"M13.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429zM29.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a10d3b4\" wfd-id=\"267\">\n<div class=\"tve-content-box-background\" wfd-id=\"295\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"268\"><div class=\"tcb-clear\" data-css=\"tve-u-1621b300a64\" wfd-id=\"293\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-1621f154231\" wfd-id=\"294\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621b200375\" wfd-id=\"271\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-16260d8392c\" wfd-id=\"272\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"277\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"279\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16417b62c09\" wfd-id=\"280\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-16260d8396c\" wfd-id=\"281\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16260d01208\" style=\"\" wfd-id=\"287\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"289\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"290\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16225617da3\" wfd-id=\"292\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"291\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16260d0120e\" style=\"\" wfd-id=\"282\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"284\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"286\"><h5>Brett Graham, 28</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"285\"><h6 class=\"\">Architect</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"273\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"275\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"276\"><p data-css=\"tve-u-162539c17ec\">Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit. Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit.&nbsp;</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-16260c5ff0c\" wfd-id=\"269\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260c5ff07\" wfd-id=\"270\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a12f675\" wfd-id=\"234\">\n<div class=\"tve-content-box-background\" wfd-id=\"266\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"235\"><div class=\"tcb-clear\" data-css=\"tve-u-16260cd7683\" wfd-id=\"264\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260d73672\" wfd-id=\"265\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16260da3aa7\" wfd-id=\"238\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-1621fb68b97\" wfd-id=\"239\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"248\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"250\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16417b662bf\" wfd-id=\"251\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-1621fb65556\" wfd-id=\"252\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16229915e1a\" style=\"\" wfd-id=\"258\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"260\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"261\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16260c433e9\" wfd-id=\"263\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"262\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16229915e4e\" style=\"\" wfd-id=\"253\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"255\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"257\"><h5>Rosie Hanson, 24</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"256\"><h6 class=\"\">Real estate Associate</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"240\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"242\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"243\"><p data-css=\"tve-u-162539c17ec\">Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo.</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-16260d3b97e\" wfd-id=\"236\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260d39b83\" wfd-id=\"237\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a146aef\" wfd-id=\"201\">\n<div class=\"tve-content-box-background\" wfd-id=\"233\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"202\"><div class=\"tcb-clear\" data-css=\"tve-u-16260cd7683\" wfd-id=\"231\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260cd622f\" wfd-id=\"232\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16260c39a7e\" wfd-id=\"205\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-16260d3f4aa\" wfd-id=\"206\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"213\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"215\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621fbacc60\" wfd-id=\"216\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-16260d3f4af\" wfd-id=\"217\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16229915e1a\" style=\"\" wfd-id=\"225\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"227\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"228\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16260d5e4b8\" wfd-id=\"230\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"229\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16229915e4e\" style=\"\" wfd-id=\"218\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"220\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"224\"><h5>Shawn Mattews, 35</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"221\"><h6 class=\"\">project manager</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"207\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"209\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"210\"><p data-css=\"tve-u-162539c17ec\">Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo. Nullam ac urna eu felis.Sed non neque elit. Sed ut imperdiet nisi. Proin condimentum</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1621b30ca74\" wfd-id=\"203\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-1621f15b521\" wfd-id=\"204\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621b3c8c52\" wfd-id=\"85\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621b3cfc7b\" wfd-id=\"198\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621b3c74d9\" wfd-id=\"86\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621e7b695a\" wfd-id=\"195\"><h2 data-css=\"tve-u-1621e7a7350\" style=\"text-align: center;\">our offers</h2></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621e7c899a\" wfd-id=\"87\"><div class=\"tcb-flex-row tcb--cols--3 tcb-medium-wrap v-2\" data-css=\"tve-u-1621e7c7aa1\" wfd-id=\"88\"><div class=\"tcb-flex-col\" wfd-id=\"155\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16223fc9f23\" wfd-id=\"157\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e7ceab3\" style=\"\" wfd-id=\"158\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16416e4fafd\" wfd-id=\"194\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e7d5094\" wfd-id=\"159\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e7e9950\" data-value-type=\"percent\" style=\"\" wfd-id=\"188\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e7edfd9\" data-clip-id=\"10ffac3b28f1d\" wfd-id=\"193\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-10ffac3b28f1d\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-10ffac3b28f1d\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e7e6c1d\" wfd-id=\"189\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-16417b4cb9e\" wfd-id=\"190\"><h4 data-css=\"tve-u-1621fe1a1af\" style=\"text-align: center;\"><strong>Basic Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ec6c39b\" data-float=\"1\" wfd-id=\"184\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e81f424\" wfd-id=\"187\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec752da\" wfd-id=\"185\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"186\"><h4 data-css=\"tve-u-1621fe1bd18\" style=\"text-align: center;\"><strong>15$</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621ea50702\" wfd-id=\"160\"><ul class=\"tcb-styled-list\" wfd-id=\"161\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec3a5c0\" wfd-id=\"180\"><div class=\"tcb-styled-list-icon\" wfd-id=\"182\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec204df\" wfd-id=\"183\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec241aa\" wfd-id=\"181\">Interior vacuum</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"176\"><div class=\"tcb-styled-list-icon\" wfd-id=\"178\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec20f68\" wfd-id=\"179\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec2704c\" wfd-id=\"177\">Dust &amp;dash console</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec42aa7\" wfd-id=\"170\"><div class=\"tcb-styled-list-icon\" wfd-id=\"174\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec21a31\" wfd-id=\"175\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec298ab\" wfd-id=\"171\">Hand towel dry</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec43fe2\" wfd-id=\"166\"><div class=\"tcb-styled-list-icon\" wfd-id=\"168\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ea1fba7\" wfd-id=\"169\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea23322\" wfd-id=\"167\">Clean windows</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec454d9\" wfd-id=\"162\"><div class=\"tcb-styled-list-icon\" wfd-id=\"164\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ea295c0\" wfd-id=\"165\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea2c69a\" wfd-id=\"163\">Soft cloth wash</span></li></ul></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"122\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"124\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621eb81205\" style=\"\" wfd-id=\"125\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16416e603ab\" wfd-id=\"154\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621eb7ccb0\" wfd-id=\"126\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ebbbb6d\" data-value-type=\"percent\" wfd-id=\"150\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eaaedd8\" data-clip-id=\"a2b9cf3198d6f\" wfd-id=\"153\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-a2b9cf3198d6f\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-a2b9cf3198d6f\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec7f21a\" wfd-id=\"151\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e930bd7\" wfd-id=\"152\"><h4 data-css=\"tve-u-1621e92e97f\" style=\"text-align: center;\"><strong>Ultimate Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ec78d2c\" data-float=\"1\" wfd-id=\"146\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eab272c\" wfd-id=\"149\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec79a7d\" wfd-id=\"147\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"148\"><h4 data-css=\"tve-u-1621e942b65\" style=\"text-align: center;\"><strong>22 $</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621ebfa746\" wfd-id=\"143\"><p data-css=\"tve-u-1621f4ceaf6\" style=\"text-align: center;\">Includes basic service <span data-css=\"tve-u-1621f4ceaf7\" style=\"color: rgb(15, 29, 123);\" wfd-id=\"144\"><strong class=\"\"><span data-css=\"tve-u-1621f4ceafb\" wfd-id=\"145\">+</span></strong></span></p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621ebf340c\" wfd-id=\"127\"><ul class=\"tcb-styled-list\" wfd-id=\"128\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-164137a0b1f\" wfd-id=\"137\"><div class=\"tcb-styled-list-icon\" wfd-id=\"141\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec0c5bd\" wfd-id=\"142\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ebfe4ce\" wfd-id=\"138\">Triple foam conditiner</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec04541\" wfd-id=\"133\"><div class=\"tcb-styled-list-icon\" wfd-id=\"135\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec09a3c\" wfd-id=\"136\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ebff867\" wfd-id=\"134\">Tire dressing</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec05cc3\" wfd-id=\"129\"><div class=\"tcb-styled-list-icon\" wfd-id=\"131\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec15f6e\" wfd-id=\"132\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec009a8\" wfd-id=\"130\">Air freshner</span></li></ul></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"89\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16223dad661\" wfd-id=\"91\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621fd9c946\" style=\"\" wfd-id=\"92\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e7d234c\" wfd-id=\"121\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621fd84d7b\" wfd-id=\"93\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16223b080b0\" data-value-type=\"percent\" wfd-id=\"115\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eb3eb9f\" data-clip-id=\"ac98bb0e54b3b\" wfd-id=\"120\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621fd8766c\" wfd-id=\"116\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e930bd7\" wfd-id=\"117\"><h4 data-css=\"tve-u-1621fe1587d\" style=\"text-align: center;\"><strong>Supreme Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e8107f3\" wfd-id=\"111\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eb43d8d\" wfd-id=\"114\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e819c52\" wfd-id=\"112\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"113\"><h4 data-css=\"tve-u-1621fe1725e\" style=\"text-align: center;\"><strong>30 $</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621eb037bb\" wfd-id=\"108\"><p data-css=\"tve-u-1621f4d0451\" style=\"text-align: center;\">Includes ultimate service <span data-css=\"tve-u-1621eaff572\" style=\"color: rgb(15, 29, 123);\" wfd-id=\"109\"><strong class=\"\"><span data-css=\"tve-u-1621eb01b60\" wfd-id=\"110\">+</span></strong></span></p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621eacf6af\" wfd-id=\"94\"><ul class=\"tcb-styled-list\" wfd-id=\"95\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec36a4d\" wfd-id=\"104\"><div class=\"tcb-styled-list-icon\" wfd-id=\"106\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e9993aa\" wfd-id=\"107\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea1a5d7\" wfd-id=\"105\">Exterior trim dressing</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"100\"><div class=\"tcb-styled-list-icon\" wfd-id=\"102\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e99b1db\" wfd-id=\"103\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea19a06\" wfd-id=\"101\">Hand applied spray wax</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec37ea5\" wfd-id=\"96\"><div class=\"tcb-styled-list-icon\" wfd-id=\"98\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e99c314\" wfd-id=\"99\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea18c5d\" wfd-id=\"97\">Interior conditioner</span></li></ul></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621efddaaf\" wfd-id=\"39\">\n<div class=\"tve-page-section-out\" wfd-id=\"84\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621edf8048\" wfd-id=\"40\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621f114214\" wfd-id=\"41\"><div class=\"tcb-flex-row tcb-mobile-edit tcb--cols--2\" data-css=\"tve-u-1621ee03000\" wfd-id=\"42\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621ee4be21\" style=\"\" wfd-id=\"48\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ee093d4\" wfd-id=\"50\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ee3afec\" wfd-id=\"51\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621ee58e74\" wfd-id=\"83\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ee37f4a\" wfd-id=\"52\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1621ee74a24\" wfd-id=\"82\"><svg class=\"tcb-icon\" viewBox=\"0 0 16 28\" data-name=\"map-marker\">\n<path d=\"M12 10c0-2.203-1.797-4-4-4s-4 1.797-4 4 1.797 4 4 4 4-1.797 4-4zM16 10c0 0.953-0.109 1.937-0.516 2.797l-5.688 12.094c-0.328 0.688-1.047 1.109-1.797 1.109s-1.469-0.422-1.781-1.109l-5.703-12.094c-0.406-0.859-0.516-1.844-0.516-2.797 0-4.422 3.578-8 8-8s8 3.578 8 8z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621ee63e1c\" wfd-id=\"77\"><h2 data-css=\"tve-u-1621fdcb4ea\" style=\"text-align: center;\">contact us</h2></div><div class=\"thrv_wrapper thrv-contact-form\" data-ct=\"contact_form-22343\" style=\"\" data-css=\"tve-u-16465071dea\" data-ct-name=\"Rounded Shadow\" wfd-id=\"55\">\n<form action=\"\" method=\"post\" novalidate=\"\" wfd-id=\"56\">\n<div class=\"tve-cf-item-wrapper\" wfd-id=\"60\">\n<div class=\"tve-cf-item\" data-css=\"tve-u-1695dd04208\" wfd-id=\"73\">\n<div class=\"thrv-cf-input-wrapper\" data-type=\"first_name\" wfd-id=\"74\">\n<label data-css=\"tve-u-1695d9d6525\" class=\"\" wfd-id=\"76\">First Name</label>\n<div class=\"tve-cf-input\" data-css=\"tve-u-1695d9d6526\" data-tcb_hover_state_parent=\"\" wfd-id=\"75\">\n<input placeholder=\"\" type=\"text\" name=\"first_name\" data-placeholder=\"\" wfd-id=\"502\">\n</div>\n</div>\n</div>\n<div class=\"tve-cf-item\" data-css=\"tve-u-1695dd04208\" wfd-id=\"69\">\n<div class=\"thrv-cf-input-wrapper\" data-type=\"email\" wfd-id=\"70\">\n<label data-css=\"tve-u-1695d9d6527\" class=\"\" wfd-id=\"72\">Email Address</label>\n<div class=\"tve-cf-input\" data-css=\"tve-u-1695d9d6528\" data-tcb_hover_state_parent=\"\" wfd-id=\"71\">\n<input placeholder=\"\" type=\"email\" name=\"email\" data-placeholder=\"\" wfd-id=\"501\">\n</div>\n</div>\n</div>\n<div class=\"tve-cf-item\" data-css=\"tve-u-1695dd484d7\" wfd-id=\"65\">\n<div class=\"thrv-cf-input-wrapper\" data-type=\"message\" wfd-id=\"66\">\n<label data-css=\"tve-u-1695d9d6529\" class=\"\" wfd-id=\"68\">Message</label>\n<div class=\"tve-cf-input\" data-css=\"tve-u-1695d9d652a\" data-tcb_hover_state_parent=\"\" wfd-id=\"67\">\n<textarea placeholder=\"\" data-placeholder=\"\" name=\"message\" wfd-id=\"504\"></textarea>\n</div>\n</div>\n</div>\n<div class=\"tve-cf-item\" data-css=\"tve-u-1695dd04208\" wfd-id=\"61\">\n	<div class=\"thrv-cf-input-wrapper\" data-type=\"phone\" wfd-id=\"62\">\n		<label data-css=\"tve-u-1695d9d6525\" class=\"\" wfd-id=\"64\">Phone Number</label>\n		<div class=\"tve-cf-input\" data-css=\"tve-u-1695d9d6526\" wfd-id=\"63\">\n			<input placeholder=\"+1-555-555-2368\" type=\"tel\" name=\"phone\" data-placeholder=\"+1-555-555-2368\" wfd-id=\"500\">\n		</div>\n	</div>\n</div></div>\n<div class=\"tve-cf-submit\" data-tcb_hover_state_parent=\"\" data-button-style=\"rounded\" data-css=\"tve-u-1695dd27f6a\" wfd-id=\"57\">\n<button class=\"tve_btn_txt\" type=\"submit\" wfd-id=\"517\">Submit Message</button>\n</div>\n<input type=\"hidden\" name=\"config\" value=\"YTozOntzOjE0OiJlcnJvcl9tZXNzYWdlcyI7YTo0OntzOjU6ImVtYWlsIjtzOjIxOiJFbWFpbCBhZGRyZXNzIGludmFsaWQiO3M6NToicGhvbmUiO3M6MjA6IlBob25lIG51bWJlciBpbnZhbGlkIjtzOjM6InVybCI7czoxMToiVVJMIGludmFsaWQiO3M6ODoicmVxdWlyZWQiO3M6MjA6IlJlcXVpcmVkIGZpZWxkIGVtcHR5Ijt9czo4OiJ0b19lbWFpbCI7YToyOntzOjI6InRvIjtzOjI4OiJpbmZvQGJlc3RjZXJha290ZWZsb3JpZGEuY29tIjtzOjc6InN1YmplY3QiO3M6MTg6Ik5ldyBtZXNzYWdlIGZyb206ICI7fXM6Njoic3VibWl0IjthOjEwOntzOjY6ImFjdGlvbiI7czoxMjoibm90aWZpY2F0aW9uIjtzOjIzOiJzZW5kX2NvbmZpcm1hdGlvbl9lbWFpbCI7YjoxO3M6MTk6InNlbmRlcl9wZXJzb25hbGl6ZWQiO2I6MDtzOjIwOiJjb25maXJtYXRpb25fc3ViamVjdCI7czozNjoiQ29udGFjdCBGb3JtIHN1Ym1pc3Npb24gY29uZmlybWF0aW9uIjtzOjIwOiJjb25maXJtYXRpb25fbWVzc2FnZSI7czoxMzk6IkhlbGxvLCAKClRoYW5rcyBmb3IgY29udGFjdGluZyB1cy4gV2UnbGwgZ2V0IGJhY2sgdG8geW91IGFzIHNvb24gYXMgcG9zc2libGUgd2l0aCB0aGUgaW5mb3JtYXRpb24geW91IG5lZWQuIAoKQmVzdCByZWdhcmRzLApbd3Bfc2l0ZV90aXRsZV0iO3M6OToiZnJvbV9uYW1lIjtzOjI4OiJUaGUgQmVzdCBDZXJha290ZSBJbiBGbG9yaWRhIjtzOjEwOiJmcm9tX2VtYWlsIjtzOjI5OiJhZG1pbkBiZXN0Y2VyYWtvdGVmbG9yaWRhLmNvbSI7czo4OiJyZXBseV90byI7czoyOToiYWRtaW5AYmVzdGNlcmFrb3RlZmxvcmlkYS5jb20iO3M6MzoidXJsIjtzOjA6IiI7czoxMjoibm90aWZpY2F0aW9uIjtzOjgxOiJZb3VyIG1lc3NhZ2UgaGFzIGJlZW4gc2VudCwgdGhhbmsgeW91ISBZb3UnbGwgaGVhciBmcm9tIHVzIHdpdGhpbiB0aGUgbmV4dCAyNCBocnMiO319\" wfd-id=\"499\"></form>\n</div><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_slide_left\" data-css=\"tve-u-1621ef118dc\" style=\"\" wfd-id=\"53\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"54\"><img class=\"tve_image tve_evt_manager_listen tve_et_tve-viewport wp-image-282\" alt=\"Cerakote Certified Logo\" width=\"2148\" height=\"1968\" title=\"Cerakote Certified Logo\" data-id=\"282\" src=\"https://bestcerakoteflorida.com/wp-content/uploads/2018/09/CertifiedLogo.png\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_left&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" style=\"width: 100%;\"></span></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621ee4be73\" style=\"\" wfd-id=\"43\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ee22c43\" wfd-id=\"45\"><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-1695d995f33\" wfd-id=\"47\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=825 South Kings Highway, Fort Pierce&amp;t=m&amp;z=11&amp;output=embed&amp;iwloc=near\"></iframe>\n</div><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-1621ee18a1c\" wfd-id=\"46\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=davie, Florida 33317&amp;t=m&amp;z=11&amp;output=embed&amp;iwloc=near\"></iframe>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621f0aa8f7\" wfd-id=\"24\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621f0ada0e\" wfd-id=\"38\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621f0b0088\" wfd-id=\"25\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621f0d2c1a\" wfd-id=\"26\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-1621f0cbe40\" wfd-id=\"27\"><div class=\"tcb-flex-col\" wfd-id=\"33\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"34\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621f0da775\" wfd-id=\"35\"><p data-css=\"tve-u-1622444fb11\">Â© 2018, BLACKHAWK CUSTOM, LLC . All rights reserved.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"28\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"29\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16223fe5f5b\" wfd-id=\"30\"><p data-css=\"tve-u-1621f0d874c\" style=\"text-align: right;\">Made with <a href=\"https://thrivethemes.com/\" target=\"_blank\">Thrive Architect</a></p></div></div></div></div></div></div>\n</div>\n\n'),(7053,583,'tve_revision_tve_content_more_found',''),(7054,583,'tve_revision_tve_save_post',''),(7055,583,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Special+Elite:400&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Merriweather:400,700&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Poppins:400,800,900,300,700,&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Monda:400,700,&subset=latin\");@media (min-width: 300px){.tcb-plain-text { font-family: Monda; font-weight: 400; font-size: 14px; }#tve_editor [data-css=\"tve-u-1621b072b4e\"] p, #tve_editor [data-css=\"tve-u-1621b072b4e\"] li, #tve_editor [data-css=\"tve-u-1621b072b4e\"] blockquote, #tve_editor [data-css=\"tve-u-1621b072b4e\"] address, #tve_editor [data-css=\"tve-u-1621b072b4e\"] .tcb-plain-text, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h1, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h2, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h3, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h4, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h5, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h6 { color: rgb(18, 18, 18); }[data-css=\"tve-u-1621fe78878\"] .tcb-flex-col { flex-basis: 160px !important; }[data-css=\"tve-u-16417b70f47\"] { padding: 0px !important; margin: 0px !important; }#tve_editor [data-css=\"tve-u-1621fdcb4ea\"] { color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1641367127b\"] > :first-child { color: rgb(15, 29, 123); }[data-css=\"tve-u-1641367127b\"] { font-size: 60px; float: none; box-shadow: none; position: relative; z-index: 5; margin: 0px auto !important; }#tve_editor [data-css=\"tve-u-1641333d7d1\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-162717cb617\"] > .tcb-flex-col { padding-left: 0px; }#tve_editor [data-css=\"tve-u-16413112747\"] { color: rgba(255, 255, 255, 0.85) !important; }[data-css=\"tve-u-16369305186\"] > .tve-cb { display: block; }#tve_editor [data-css=\"tve-u-162717cb609\"] p, #tve_editor [data-css=\"tve-u-162717cb609\"] li, #tve_editor [data-css=\"tve-u-162717cb609\"] blockquote, #tve_editor [data-css=\"tve-u-162717cb609\"] address, #tve_editor [data-css=\"tve-u-162717cb609\"] h1, #tve_editor [data-css=\"tve-u-162717cb609\"] h2, #tve_editor [data-css=\"tve-u-162717cb609\"] h3, #tve_editor [data-css=\"tve-u-162717cb609\"] h4, #tve_editor [data-css=\"tve-u-162717cb609\"] h5, #tve_editor [data-css=\"tve-u-162717cb609\"] h6 { color: rgb(255, 255, 255); }[data-css=\"tve-u-16369305186\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-162717cb621\"] .tve-page-section-in { display: flex; justify-content: center; flex-direction: column; }[data-css=\"tve-u-162717fcf9d\"] .tve-page-section-in { display: block; }[data-css=\"tve-u-1628a146aef\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1628a12f675\"] { padding: 0px !important; margin: 0px 0px 60px !important; }[data-css=\"tve-u-1628a10d3b4\"] { max-width: 100%; padding: 0px !important; margin: 0px 0px 60px !important; }[data-css=\"tve-u-16271ca808e\"] { color: rgb(0, 229, 255) !important; }#tve_editor [data-css=\"tve-u-162717cb618\"] p, #tve_editor [data-css=\"tve-u-162717cb618\"] li, #tve_editor [data-css=\"tve-u-162717cb618\"] blockquote, #tve_editor [data-css=\"tve-u-162717cb618\"] address, #tve_editor [data-css=\"tve-u-162717cb618\"] h1, #tve_editor [data-css=\"tve-u-162717cb618\"] h2, #tve_editor [data-css=\"tve-u-162717cb618\"] h3, #tve_editor [data-css=\"tve-u-162717cb618\"] h4, #tve_editor [data-css=\"tve-u-162717cb618\"] h5, #tve_editor [data-css=\"tve-u-162717cb618\"] h6 { color: rgb(0, 229, 255); }[data-css=\"tve-u-162718bd0c0\"] { clip-path: url(\"#clip-top-a3b25e1c9221a\"); -webkit-clip-path: url(\"#clip-top-a3b25e1c9221a\");  background-image: none !important; opacity: 1; filter: grayscale(0%) blur(0px); }[data-css=\"tve-u-162718a3b40\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-162717fcf9d\"] { z-index: 5; padding: 170px 40px 0px !important; margin-top: -80px !important; }[data-css=\"tve-u-16260cd622f\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-16260cd7683\"]::after { clear: both; }[data-css=\"tve-u-16260cd622f\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin-top: 0px !important; margin-bottom: -1px !important; }[data-css=\"tve-u-16260be7104\"] { max-width: 1200px; }[data-css=\"tve-u-16260ba2fa4\"] { padding: 100px 40px !important; }[data-css=\"tve-u-162539c17ec\"] { line-height: 1.6em !important; }#tve_editor [data-css=\"tve-u-162493b6b63\"]:hover { background-color: rgb(248, 249, 251) !important; }#tve_editor [data-css=\"tve-u-1624939a960\"]:hover { background-color: rgb(248, 249, 251) !important; background-image: none !important; }#tve_editor [data-css=\"tve-u-162492e70ad\"] { color: rgb(137, 141, 167) !important; }[data-css=\"tve-u-162492815ba\"] { padding: 0px !important; margin-top: 25px !important; }[data-css=\"tve-u-162491e8e1f\"]::after { clear: both; }[data-css=\"tve-u-1622f65ba70\"] { border: none; background-image: none !important; padding: 0px 30px 30px !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-1622a159bcb\"] { max-width: 100%; float: none; z-index: 6; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; margin-top: 0px !important; }[data-css=\"tve-u-16229915e4e\"] { max-width: 62.8%; }[data-css=\"tve-u-16229915e1a\"] { max-width: 37.2%; }[data-css=\"tve-u-16225617da3\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-Brett.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16225611edb\"] { min-height: 127px; }[data-css=\"tve-u-1622561121b\"] { max-width: 127px; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-16224848ee5\"]::after { clear: both; }[data-css=\"tve-u-16224834cab\"]::after { clear: both; }[data-css=\"tve-u-1621ee3afec\"] > .tve-cb { display: block; }[data-css=\"tve-u-1621fe78878\"] > .tcb-flex-col { padding-left: 5px; }[data-css=\"tve-u-1621fe940b9\"] { max-width: 50%; }[data-css=\"tve-u-1621fe94086\"] { max-width: 50%; }[data-css=\"tve-u-1621fe85996\"] { max-width: 585px; float: left; z-index: 3; position: relative; width: 100%; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621fe78878\"] > .tcb-flex-col > .tcb-col { min-height: 65px; justify-content: center; }[data-css=\"tve-u-1621fe78878\"] { min-height: inherit; margin-left: -5px; padding: 0px !important; flex-wrap: wrap !important; }#tve_editor [data-css=\"tve-u-1621f4d0451\"] { font-size: 20px !important; }#tve_editor [data-css=\"tve-u-1621f4ceaf6\"] { font-size: 20px !important; color: rgb(12, 12, 12) !important; }[data-css=\"tve-u-1621f45bed3\"] { padding: 0px !important; }[data-css=\"tve-u-1621f114214\"] { float: none; max-width: 100%; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621f0da775\"] { padding: 0px !important; }#tve_editor [data-css=\"tve-u-1621f0d874c\"] { letter-spacing: 1px; color: rgb(137, 141, 167) !important; font-size: 14px !important; }[data-css=\"tve-u-1621f0d2c1a\"] { max-width: 100%; margin-left: 60px !important; margin-right: 60px !important; }[data-css=\"tve-u-1621f0aa8f7\"] .tve-page-section-in { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621f0cbe40\"] { margin-left: 0px; padding: 0px !important; }[data-css=\"tve-u-1621f0cbe40\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-1621f0b0088\"] { max-width: 100%; min-height: 140px !important; }[data-css=\"tve-u-1621f0ada0e\"] { background-image: linear-gradient(rgb(22, 22, 24), rgb(22, 22, 24)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1621f0aa8f7\"] { padding: 0px !important; }[data-css=\"tve-u-1621efddaaf\"] { padding: 0px !important; }[data-css=\"tve-u-1621ef118dc\"] { width: 191px; position: relative; right: -50px; top: 0px; float: none; z-index: 3; margin: 0px auto !important; padding-left: 0px !important; left: 10px; }#tve_editor [data-css=\"tve-u-1621ee74a24\"] > :first-child { color: rgb(255, 255, 255); }[data-css=\"tve-u-1621ee74a24\"] { font-size: 60px; float: none; z-index: 3; position: relative; margin: 0px auto 10px !important; padding-top: 0px !important; box-shadow: none; }[data-css=\"tve-u-1621ee63e1c\"] { float: none; z-index: 3; position: relative; max-width: none; width: 100%; padding: 0px !important; margin: 0px auto 30px !important; }[data-css=\"tve-u-1621ee58e74\"] { background-color: rgba(0, 0, 0, 0.77) !important; border-right: 2px dotted rgb(0, 0, 0) !important; }[data-css=\"tve-u-1621ee3afec\"] { padding: 60px 10px 0px 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621ee22c43\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding-top: 0px !important; padding-left: 0px !important; }[data-css=\"tve-u-1621ee18a1c\"] { margin: 1px 20px 0px !important; box-shadow: none; }[data-css=\"tve-u-1621ee093d4\"] { margin-top: 0px !important; }[data-css=\"tve-u-1621ee03000\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1621ee03000\"] { margin-left: 0px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-1621ee03000\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-1621edf8048\"] { max-width: 100%; min-height: 1px !important; }[data-css=\"tve-u-1621ec454d9\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec43fe2\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec42aa7\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec3a5c0\"] { margin-top: 0px !important; margin-bottom: 10px !important; }[data-css=\"tve-u-1621ec37ea5\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec36a4d\"] { margin-bottom: 10px !important; }[data-css=\"tve-u-1621ea18c5d\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ea19a06\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ea1a5d7\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ea2c69a\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ea23322\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ec298ab\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ec2704c\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ec241aa\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ec05cc3\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec04541\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec009a8\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ebff867\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ebfe4ce\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621eb037bb\"] { padding: 0px !important; margin-top: 0px !important; margin-bottom: 30px !important; }[data-css=\"tve-u-1621eaff572\"] { color: rgb(15, 29, 123) !important; }[data-css=\"tve-u-1621ea50702\"] { max-width: 230px; float: none; z-index: 3; position: relative; width: 100%; padding: 0px !important; margin: 0px auto !important; }#tve_editor [data-css=\"tve-u-1621ea2c69a\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ea295c0\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ea295c0\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ea1fba7\"] > :first-child { color: rgb(137, 141, 167); }#tve_editor [data-css=\"tve-u-1621ea23322\"] { font-size: 16px !important; }[data-css=\"tve-u-1621ea1fba7\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }[data-css=\"tve-u-1621e99c314\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }[data-css=\"tve-u-1621e99b1db\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }[data-css=\"tve-u-1621e9993aa\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ea1a5d7\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ea19a06\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ea18c5d\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621e99c314\"] > :first-child { color: rgb(137, 141, 167); }#tve_editor [data-css=\"tve-u-1621e99b1db\"] > :first-child { color: rgb(137, 141, 167); }#tve_editor [data-css=\"tve-u-1621e9993aa\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621e8107f3\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621e942b65\"] strong { font-weight: 800; }[data-css=\"tve-u-1621e7e9950\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621e930bd7\"] { padding: 0px 0px 50px !important; }#tve_editor [data-css=\"tve-u-1621e92e97f\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1621e81f424\"] { border-radius: 200px; overflow: hidden; background-image: none !important; border: 3px solid rgb(255, 255, 255) !important; background-color: rgb(144, 147, 168) !important; }[data-css=\"tve-u-1621e819c52\"] { min-height: 110px; }[data-css=\"tve-u-1621e8107f3\"] { float: none; max-width: 110px; z-index: 4; padding: 0px !important; margin: -60px auto 30px !important; }[data-css=\"tve-u-1621e7edfd9\"] { clip-path: url(\"#clip-bottom-10ffac3b28f1d\"); -webkit-clip-path: url(\"#clip-bottom-10ffac3b28f1d\");  background-image: none !important; background-color: rgb(144, 147, 168) !important; }[data-css=\"tve-u-1621e7e9950\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1621e7e6c1d\"] { min-height: 150px; }[data-css=\"tve-u-1621e7c7aa1\"] > .tcb-flex-col { padding-left: 60px; }[data-css=\"tve-u-1621e7d5094\"] { min-height: 480px; }[data-css=\"tve-u-1621e7d234c\"] { box-shadow: rgba(0, 0, 0, 0.02) 0px 2px 22px 0px; background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1621e7ceab3\"] { float: none; width: 100%; padding: 0px 0px 20px !important; margin: 0px auto !important; }[data-css=\"tve-u-1621e7c899a\"] { float: none; max-width: 100%; margin: 0px auto !important; }[data-css=\"tve-u-1621e7c7aa1\"] { margin-left: -60px; padding: 0px !important; }[data-css=\"tve-u-1621e7b695a\"] { padding: 0px !important; margin-bottom: 100px !important; }#tve_editor [data-css=\"tve-u-1621e7a7350\"] { color: rgb(15, 29, 123) !important; }[data-css=\"tve-u-1621b3cfc7b\"] { filter: blur(0px); opacity: 1; background-image: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(220, 224, 246) 38%) !important; background-color: rgb(212, 212, 212) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1621b3c8c52\"] { padding: 100px 40px !important; }[data-css=\"tve-u-1621b3c74d9\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-1621b300a64\"]::after { clear: both; }[data-css=\"tve-u-1621b24a89d\"] { padding: 0px !important; }[data-css=\"tve-u-1621b22a018\"] { background-image: none !important; padding: 0px !important; }[data-css=\"tve-u-1621b200375\"] { float: none; max-width: 100%; border-left: 1px solid rgba(15, 29, 123, 0.7); border-right: 1px solid rgba(15, 29, 123, 0.7); background-color: rgb(248, 249, 251) !important; margin: 0px auto !important; }[data-css=\"tve-u-1621b10fccf\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621b0e4fb7\"] { border-right: none; max-width: 100%; padding: 0px !important; margin-bottom: 40px !important; margin-right: 0px !important; }[data-css=\"tve-u-1621b072b4e\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-1621b064668\"] { max-width: 52%; }[data-css=\"tve-u-1621b064646\"] { max-width: 48%; }[data-css=\"tve-u-1621afda4fa\"] { max-width: none; padding: 0px !important; margin-bottom: 40px !important; }#tve_editor [data-css=\"tve-u-1621afd8c98\"] { color: rgb(255, 255, 255) !important; font-size: 20px !important; }[data-css=\"tve-u-1621afceb00\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 80%; padding: 0px !important; margin-bottom: 50px !important; }#tve_editor [data-css=\"tve-u-1621afcc0bf\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1621a8a804b\"] > .tcb-flex-col { padding-left: 60px; }[data-css=\"tve-u-1621ae6c8da\"] { clip-path: url(\"#clip-top-aa2c3e3c70555\"); -webkit-clip-path: url(\"#clip-top-aa2c3e3c70555\");  background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-Cta-2.jpg\") !important; background-size: cover !important; background-position: 0% 100% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1621ae4fd21\"] { max-width: 100%; top: -70px; z-index: 5; left: -60px; position: relative !important; padding: 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-1621ae4db6e\"] { min-height: 524px; }[data-css=\"tve-u-1621ada1e7f\"] .tve-page-section-in { display: flex; flex-direction: column; justify-content: center; }[data-css=\"tve-u-1621adea58b\"] > .tcb-flex-col > .tcb-col { min-height: 1px; justify-content: center; }[data-css=\"tve-u-1621ae0bec7\"] { height: calc(100% - -22px); background-image: linear-gradient(rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.14)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; margin-left: 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621adea58b\"] > .tcb-flex-col { padding-left: 50px; }[data-css=\"tve-u-1621adea58b\"] { margin-left: -50px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-1621ade6172\"] { max-width: 100%; float: none; width: 100%; margin: 0px auto !important; }[data-css=\"tve-u-1621adba9ef\"] { clip-path: url(\"#clip-top-52d5a36c151aa\"); -webkit-clip-path: url(\"#clip-top-52d5a36c151aa\");  background-image: linear-gradient(rgba(15, 29, 123, 0.65), rgba(15, 29, 123, 0.65)), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-cta-bg.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-1621ada1e7f\"] { padding: 0px 40px !important; }[data-css=\"tve-u-1621ad46076\"] { padding: 100px 40px !important; margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1621ad420c4\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-1621a9076ef\"] { padding-top: 2px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-1621acf64fb\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621acf47d2\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1621acf0289\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621a8e11f3\"] { padding-top: 2px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-1621a8e5625\"] { padding-top: 2px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-1621ace4de9\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1621ace1b08\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1621a9a2867\"] strong { font-weight: 700; }#tve_editor [data-css=\"tve-u-1621a9a2867\"] { font-weight: 300; color: rgb(15, 29, 123) !important; font-family: Poppins !important; }[data-css=\"tve-u-1621a9750ae\"] { font-size: 13.6px !important; line-height: 13.6px !important; }[data-css=\"tve-u-1621a9a2867\"] { font-size: 48px !important; line-height: 48px !important; }[data-css=\"tve-u-1621a9a2866\"] { margin-top: 40px !important; }[data-css=\"tve-u-1621a9a2862\"] { width: 160px !important; height: 160px !important; background-color: rgb(137, 141, 167) !important; }[data-css=\"tve-u-1621a98b602\"] { stroke-dasharray: 502.655, 502.655; }[data-css=\"tve-u-1621a983587\"] { float: none; border: 30px solid rgba(137, 141, 167, 0.24); z-index: 3; position: relative; margin: 30px auto 0px !important; padding: 0px !important; }[data-css=\"tve-u-1621a9750ae\"] strong { font-weight: 700; }#tve_editor [data-css=\"tve-u-1621a9750ae\"] { color: rgb(255, 255, 255) !important; font-family: Monda !important; }[data-css=\"tve-u-1621a96b190\"] { background-color: rgb(231, 229, 229); width: 144px !important; height: 144px !important; top: 8px !important; bottom: 8px !important; left: 8px !important; right: 8px !important; }[data-css=\"tve-u-1621a9685d4\"] { stroke: rgb(248, 251, 253) !important; stroke-width: 17px !important; }[data-css=\"tve-u-1621a8a804b\"] > .tcb-flex-col > .tcb-col { min-height: 445px; justify-content: center; }[data-css=\"tve-u-1621a90a46f\"] { background-image: radial-gradient(rgba(255, 255, 255, 0.51) 16%, rgb(255, 255, 255) 73%), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-100-clean.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }#tve_editor [data-css=\"tve-u-1621a9076ef\"] > :first-child { color: rgb(15, 29, 123); }#tve_editor [data-css=\"tve-u-1621a8e5625\"] > :first-child { color: rgb(15, 29, 123); }#tve_editor [data-css=\"tve-u-1621a8e11f3\"] > :first-child { color: rgb(15, 29, 123); }[data-css=\"tve-u-1621a8c4313\"] { padding: 0px !important; margin-bottom: 60px !important; }[data-css=\"tve-u-1621a8b2488\"] { float: none; max-width: 100%; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621a8a804b\"] { min-height: inherit; margin-left: -60px; padding: 0px !important; }[data-css=\"tve-u-1621a2e0d5b\"] { line-height: 1em !important; }[data-css=\"tve-u-1621a2247ba\"] { max-width: 100%; float: none; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; }#tve_editor [data-css=\"tve-u-1620af7eb3f\"] .tcb-button-link { font-size: 18px; color: rgb(15, 29, 123) !important; }#tve_editor [data-css=\"tve-u-1620af7eb3f\"]:hover strong { font-weight: 700 !important; }[data-css=\"tve-u-1620af7eb3f\"] { width: 268px; float: left; z-index: 3; position: relative; display: block; max-width: 268px; margin-bottom: 0px !important; margin-top: 0px !important; margin-left: 3px !important; }#tve_editor [data-css=\"tve-u-1620af7eb3f\"]:hover .tcb-button-link { color: rgb(255, 255, 255) !important; border-radius: 200px !important; overflow: hidden !important; font-family: Monda !important; font-weight: 400 !important; text-shadow: none !important; background-image: none !important; background-color: rgb(15, 29, 123) !important; }[data-css=\"tve-u-1620af7eb3f\"] .tcb-button-link { border-radius: 200px; min-height: 54.7619px; font-size: 1.33333em; padding-top: 0px; padding-bottom: 0px; background-image: none !important; background-color: rgb(255, 255, 255) !important; padding-right: 15px !important; }#tcb_landing_page a:not(.tcb-button-link).tve_state_hover { color: rgb(35, 55, 188); }#tcb_landing_page a:not(.tcb-button-link):hover { color: rgb(35, 55, 188); }#tcb_landing_page a:not(.tcb-button-link) { color: rgb(255, 255, 255); }#tcb_landing_page input strong { font-weight: 700; }#tcb_landing_page .tcb-button-link strong { font-weight: 700; }#tcb_landing_page p strong, #tcb_landing_page li strong { font-weight: 700; }#tcb_landing_page input { font-family: Merriweather; font-weight: 400; }#tcb_landing_page .tcb-button-link { font-family: Merriweather; font-weight: 400; }#tcb_landing_page p, #tcb_landing_page li { color: rgb(12, 12, 12); font-family: Merriweather; font-weight: 400; line-height: 1.5em; font-size: 16px; }#tcb_landing_page h6 { text-transform: uppercase; font-size: 14px; color: rgb(0, 0, 0); font-family: \"Special Elite\"; font-weight: 400; letter-spacing: 1px; line-height: 1.3em; }#tcb_landing_page h5 { font-size: 22px; color: rgb(12, 12, 12); font-family: \"Special Elite\"; font-weight: 400; line-height: 1.3em; }#tcb_landing_page h4 { font-size: 24px; color: rgb(12, 12, 12); font-family: \"Special Elite\"; font-weight: 400; line-height: 1.3em; }#tcb_landing_page h3 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(12, 12, 12); font-size: 26px; line-height: 1.3em; }#tcb_landing_page h2 { color: rgb(0, 0, 0); font-size: 30px; letter-spacing: 2px; text-transform: uppercase; line-height: 1.3em; font-family: \"Special Elite\"; font-weight: 400; }#tcb_landing_page h1 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(0, 0, 0); font-size: 42px; line-height: 1.3em; }[data-css=\"tve-u-15e09c94f7d\"] { background-color: rgb(231, 229, 229) !important; }[data-css=\"tve-u-1621b01355a\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621b01355a\"] { max-width: 274px; position: relative; float: left; z-index: 3; width: 100%; padding: 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-1621b028939\"] .tcb-button-link { font-size: 18px; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1621b028939\"]:hover strong { font-weight: 700 !important; }[data-css=\"tve-u-1621b028939\"] { display: block; max-width: 268px; width: 268px; top: 0px; left: 0px; float: left; z-index: 3; position: relative; margin-bottom: 0px !important; margin-top: 0px !important; }#tve_editor [data-css=\"tve-u-1621b028939\"]:hover .tcb-button-link { background-color: rgb(255, 255, 255) !important; color: rgb(15, 29, 123) !important; overflow: hidden !important; font-family: Monda !important; background-image: none !important; text-align: center !important; }[data-css=\"tve-u-1621b028939\"] .tcb-button-link { min-height: 54.7619px; font-size: 1.33333em; padding-top: 0px; padding-bottom: 0px; border: 1px solid rgb(255, 255, 255); border-radius: 30px; overflow: hidden; background-color: rgba(26, 188, 156, 0.01) !important; padding-right: 15px !important; color: rgb(26, 188, 156) !important; }[data-css=\"tve-u-1621b08fdde\"] { border-radius: 200px; overflow: hidden; border: 1px solid rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1621b01355a\"]:hover [data-css=\"tve-u-1621b08fdde\"] { border: 1px solid rgba(255, 255, 255, 0.4) !important; }[data-css=\"tve-u-1621b30ca74\"]::after { clear: both; }#tve_editor [data-css=\"tve-u-1621e942b65\"] { font-weight: 400; letter-spacing: 0px; color: rgb(255, 255, 255) !important; font-family: Poppins !important; font-size: 30px !important; }[data-css=\"tve-u-1621e94cb4e\"] { float: none; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621eaaedd8\"] { clip-path: url(\"#clip-bottom-a2b9cf3198d6f\"); -webkit-clip-path: url(\"#clip-bottom-a2b9cf3198d6f\");  background-image: none !important; background-color: rgb(5, 10, 42) !important; }[data-css=\"tve-u-1621eab272c\"] { border-radius: 200px; overflow: hidden; background-image: none !important; border: 3px solid rgb(255, 255, 255) !important; background-color: rgb(5, 10, 42) !important; }[data-css=\"tve-u-1621eacf6af\"] { max-width: 230px; float: none; z-index: 3; position: relative; padding: 0px !important; margin: 0px auto !important; }[data-css=\"tve-u-1621eb3eb9f\"] { clip-path: url(\"#clip-bottom-ac98bb0e54b3b\"); -webkit-clip-path: url(\"#clip-bottom-ac98bb0e54b3b\");  background-image: none !important; background-color: rgb(45, 51, 89) !important; }[data-css=\"tve-u-1621eb43d8d\"] { border-radius: 200px; overflow: hidden; background-image: none !important; border: 3px solid rgb(255, 255, 255) !important; background-color: rgb(45, 51, 89) !important; }[data-css=\"tve-u-1621eb7ccb0\"] { min-height: 530px; }[data-css=\"tve-u-1621eb81205\"] { padding: 0px 0px 20px !important; margin-top: -25px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621ebbbb6d\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621ebbbb6d\"] { max-width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1621ebf340c\"] { max-width: 230px; float: none; z-index: 3; position: relative; width: 100%; padding: 0px !important; margin: 0px auto !important; }[data-css=\"tve-u-1621ebfa746\"] { padding: 0px !important; margin-top: 0px !important; margin-bottom: 30px !important; }#tve_editor [data-css=\"tve-u-1621ebfe4ce\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ebff867\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ec009a8\"] { font-size: 16px !important; }[data-css=\"tve-u-1621ec09a3c\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; margin: 0px !important; }#tve_editor [data-css=\"tve-u-1621ec09a3c\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ec0c5bd\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; margin: 0px !important; }#tve_editor [data-css=\"tve-u-1621ec0c5bd\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ec15f6e\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ec15f6e\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ec204df\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ec204df\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ec20f68\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ec20f68\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ec21a31\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ec21a31\"] > :first-child { color: rgb(137, 141, 167); }#tve_editor [data-css=\"tve-u-1621ec241aa\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ec2704c\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ec298ab\"] { font-size: 16px !important; }[data-css=\"tve-u-1621ec6c39b\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621ec6c39b\"] { float: none; max-width: 110px; z-index: 4; padding: 0px !important; margin: -60px auto 30px !important; }[data-css=\"tve-u-1621ec752da\"] { min-height: 110px; }[data-css=\"tve-u-1621ec78d2c\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621ec78d2c\"] { float: none; max-width: 110px; z-index: 4; padding: 0px !important; margin: -60px auto 30px !important; }[data-css=\"tve-u-1621ec79a7d\"] { min-height: 110px; }[data-css=\"tve-u-1621ec7f21a\"] { min-height: 160px; }[data-css=\"tve-u-1621f154231\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-1621f154231\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin: 0px 0px -1px !important; }[data-css=\"tve-u-1621f15b521\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-1621f15b521\"] { float: right; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin-top: -1px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621f4ceaf7\"] { color: rgb(15, 29, 123) !important; }[data-css=\"tve-u-1621fb65556\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-1621fb65556\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-1621fb65556\"] { min-height: inherit; margin-left: -20px; padding: 0px !important; }[data-css=\"tve-u-1621fb68b97\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-1621fb68b97\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-1621fb68b97\"] { min-height: inherit; margin-left: -30px; padding: 30px !important; }[data-css=\"tve-u-1621fbacc60\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621fbcad8c\"] { padding: 0px !important; }[data-css=\"tve-u-1621fc0ce17\"] { padding: 0px !important; margin-bottom: 15px !important; }[data-css=\"tve-u-1621fd84d7b\"] { min-height: 480px; }[data-css=\"tve-u-1621fd8766c\"] { min-height: 150px; }[data-css=\"tve-u-1621fd9c946\"] { padding: 0px 0px 20px !important; margin-top: 0px !important; margin-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-1621fe1587d\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1621fe1725e\"] strong { font-weight: 800; }#tve_editor [data-css=\"tve-u-1621fe1725e\"] { font-weight: 400; letter-spacing: 0px; color: rgb(255, 255, 255) !important; font-family: Poppins !important; font-size: 30px !important; }#tve_editor [data-css=\"tve-u-1621fe1a1af\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1621fe1bd18\"] strong { font-weight: 800; }#tve_editor [data-css=\"tve-u-1621fe1bd18\"] { font-weight: 400; letter-spacing: 0px; color: rgb(255, 255, 255) !important; font-family: Poppins !important; font-size: 30px !important; }[data-css=\"tve-u-16223b080b0\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-16223b080b0\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-16223f02c16\"] { min-height: 62px; }[data-css=\"tve-u-16223fe5f5b\"] { padding: 0px !important; }[data-css=\"tve-u-16224439be1\"] { padding: 0px !important; }#tve_editor [data-css=\"tve-u-1622444fb11\"] { letter-spacing: 1px; color: rgb(137, 141, 167) !important; font-size: 14px !important; }#tve_editor [data-css=\"tve-u-16228c764b2\"] { font-size: 18px !important; }[data-css=\"tve-u-16229f6175c\"] { border: none; margin: 80px 0px 0px !important; background-image: none !important; }[data-css=\"tve-u-16229fa6a26\"] { border: none; box-shadow: none; padding: 0px 30px 30px !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-16229fa8c68\"] { border: none; padding: 0px 30px 30px !important; background-image: none !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col > .tcb-col { min-height: 244px; }[data-css=\"tve-u-16229ffbb7b\"] { margin-left: -30px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16248fc42a1\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-16248fc42a1\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-16248fc71c8\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-16249355087\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-16249355087\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-16249358652\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-16249358652\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-1624935a201\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-1624935a201\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-16249367114\"] { border: none; margin: 30px 0px 0px !important; background-image: none !important; }[data-css=\"tve-u-16249373b25\"] { border: none; padding: 0px 30px 30px !important; background-image: linear-gradient(rgb(248, 249, 251), rgb(248, 249, 251)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1624939a960\"] { border: none; box-shadow: none; padding: 0px 30px 30px !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-162493a03b0\"] > .tcb-flex-col > .tcb-col { min-height: 244px; }[data-css=\"tve-u-162493a03b0\"] { margin-left: -30px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-162493a03b0\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-162493b6b63\"] { border: none; background-image: none !important; padding: 0px 30px 30px !important; background-color: rgb(248, 249, 251) !important; }#tve_editor [data-css=\"tve-u-162493d5f13\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-162493d5f13\"] { font-size: 30px; width: 30px; height: 30px; top: 0px; left: 0px; display: block; position: static; z-index: 8; border-bottom: 1px solid rgb(10, 93, 165); border-top: none; border-right: none; border-left: none; border-image: initial; margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-162494b490e\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-162494b7ad0\"] { padding: 0px !important; margin-top: 25px !important; margin-left: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-1625389a3d5\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-1625389a3d5\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-1625389b4ed\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-1625389b4ed\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-162539ac577\"] { max-width: 39%; }[data-css=\"tve-u-162539ac57d\"] { max-width: 61%; }#tve_editor [data-css=\"tve-u-162539c17ec\"] { font-size: 16px !important; color: rgba(12, 12, 12, 0.7) !important; }[data-css=\"tve-u-16260c39a7e\"] { float: none; max-width: 100%; border-left: 1px solid rgba(15, 29, 123, 0.7); border-right: 1px solid rgba(15, 29, 123, 0.7); margin: 0px auto !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-16260c433e9\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-Rosie.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16260c5ff07\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-16260c5ff07\"] { float: right; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin: -1px 0px 0px !important; }[data-css=\"tve-u-16260c5ff0c\"]::after { clear: both; }[data-css=\"tve-u-16260d01208\"] { max-width: 37%; }[data-css=\"tve-u-16260d0120e\"] { max-width: 63%; }[data-css=\"tve-u-16260d39b83\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-16260d39b83\"] { float: right; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin-top: -1px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-16260d3b97e\"]::after { clear: both; }[data-css=\"tve-u-16260d3f4aa\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16260d3f4aa\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-16260d3f4aa\"] { min-height: inherit; margin-left: -30px; padding: 30px !important; }[data-css=\"tve-u-16260d3f4af\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-16260d3f4af\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-16260d3f4af\"] { min-height: inherit; margin-left: -20px; padding: 0px !important; }[data-css=\"tve-u-16260d5e4b8\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-Shawn.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16260d73672\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-16260d73672\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin-top: 0px !important; margin-bottom: -1px !important; }[data-css=\"tve-u-16260d8392c\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16260d8392c\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-16260d8392c\"] { min-height: inherit; margin-left: -30px; padding: 30px !important; }[data-css=\"tve-u-16260d8396c\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-16260d8396c\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-16260d8396c\"] { min-height: inherit; margin-left: -20px; padding: 0px !important; }[data-css=\"tve-u-16260da3aa7\"] { float: none; max-width: 100%; border-left: 1px solid rgba(15, 29, 123, 0.7); border-right: 1px solid rgba(15, 29, 123, 0.7); margin: 0px auto !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-162717cb600\"] { max-width: 58.2%; }[data-css=\"tve-u-162717cb601\"] { max-width: 41.8%; }[data-css=\"tve-u-162717cb609\"]::after { clear: both; }[data-css=\"tve-u-162717cb60a\"] { padding-right: 50px !important; padding-bottom: 80px !important; padding-top: 20px !important; }[data-css=\"tve-u-162717cb60b\"]::after { clear: both; }[data-css=\"tve-u-162717cb60b\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-162717cb60f\"] { padding: 0px !important; margin-bottom: 25px !important; }[data-css=\"tve-u-162717cb610\"] { padding: 0px !important; margin-bottom: 35px !important; box-shadow: none !important; }#tve_editor [data-css=\"tve-u-162717cb616\"] { text-shadow: rgb(0, 0, 0) 2px 2px 2px; text-transform: none !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-162717cb617\"] { margin-left: 0px; padding: 0px !important; }[data-css=\"tve-u-162717cb618\"] { max-width: none; margin-top: 0px !important; }[data-css=\"tve-u-162717cb620\"] { clip-path: url(\"#clip-bottom-c883ac5175045\"); -webkit-clip-path: url(\"#clip-bottom-c883ac5175045\");  opacity: 1; filter: grayscale(0%) blur(0px); background-image: linear-gradient(rgba(0, 0, 0, 0.46), rgba(0, 0, 0, 0.46)), url(\"https://bestcerakoteflorida.com/wp-content/uploads/2018/05/FTYS6743.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, fixed !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-162717cb609\"] { max-width: 1200px; min-height: 630px !important; }[data-css=\"tve-u-162717cb621\"] { z-index: 1; padding: 125px 40px 0px !important; margin-top: -130px !important; }[data-css=\"tve-u-162717d1bb6\"] { border-right: 1px solid rgba(255, 255, 255, 0.2); }[data-css=\"tve-u-162717d1bb7\"] { max-width: 23.7%; }[data-css=\"tve-u-162717d1bb9\"] { max-width: 42.9%; }[data-css=\"tve-u-162717d1bbc\"] { border-left: none; padding: 0px !important; }[data-css=\"tve-u-162717d1bbe\"] { border-bottom: 1px solid rgba(255, 255, 255, 0.2); float: none; width: 100%; position: relative; z-index: 10; max-width: 1600px; margin: 0px auto !important; }[data-css=\"tve-u-162717d1bbf\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-162717d1bbf\"] > .tcb-flex-col { padding-left: 17px; }[data-css=\"tve-u-162717d1bbf\"] { margin-left: -17px; min-height: inherit; padding: 5px 0px 0px 40px !important; }#tve_editor [data-css=\"tve-u-162717d1bbe\"] p, #tve_editor [data-css=\"tve-u-162717d1bbe\"] li, #tve_editor [data-css=\"tve-u-162717d1bbe\"] blockquote, #tve_editor [data-css=\"tve-u-162717d1bbe\"] address { font-size: 16px; }#tve_editor [data-css=\"tve-u-16271adf6cf\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-16271adf6cf\"] { font-size: 30px; width: 30px; height: 30px; top: 22px; left: 20px; border-bottom: 1px solid rgb(10, 93, 165); margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1641367e553\"] > :first-child { color: rgba(15, 29, 123, 0.12); }[data-css=\"tve-u-1641367e553\"] { font-size: 60px; float: none; box-shadow: none; width: 60px; height: 60px; margin: -55px auto 60px !important; padding-right: 17px !important; }[data-css=\"tve-u-16416e4fafd\"] { box-shadow: rgba(0, 0, 0, 0.02) 0px 2px 22px 0px; background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16416e603ab\"] { box-shadow: rgba(0, 0, 0, 0.12) 0px 3px 44px 0px; background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-164179a84b8\"] > .tve-cb { display: block; }[data-css=\"tve-u-164179a84b8\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-164179bced9\"] { border-right: none; padding: 3px 0px 0px !important; position: static !important; }[data-css=\"tve-u-16417b4cb9e\"] { padding: 0px 0px 50px !important; }[data-css=\"tve-u-16417b62c09\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-16417b662bf\"] { margin-top: 0px !important; margin-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-16417e5bd95\"] > :first-child { color: rgb(255, 255, 255); }[data-css=\"tve-u-16417e5bd95\"] { z-index: 4; position: relative; float: left; font-size: 25px !important; width: 25px !important; height: 25px !important; margin: 3px 15px 0px 0px !important; padding-left: 0px !important; }[data-css=\"tve-u-1641c1af44d\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1641c1b01a6\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1641c1b0a67\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1641c1b12d8\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }#tve_editor [data-css=\"tve-u-1641c1b33f9\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-1641c1b33f9\"] { font-size: 30px; width: 30px; height: 30px; top: 22px; left: 20px; border-bottom: 1px solid rgb(10, 93, 165); margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1641c1b456a\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-1641c1b456a\"] { font-size: 30px; width: 30px; height: 30px; top: 22px; left: 20px; border-bottom: 1px solid rgb(10, 93, 165); margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1641c1b52d3\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-1641c1b52d3\"] { font-size: 30px; width: 30px; height: 30px; top: 22px; left: 20px; border-bottom: 1px solid rgb(10, 93, 165); margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1641c1b60b4\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-1641c1b60b4\"] { font-size: 30px; width: 30px; height: 30px; top: 22px; left: 20px; border-bottom: 1px solid rgb(10, 93, 165); margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }#tcb_landing_page .tcb-plain-text { color: rgb(0, 0, 0); font-family: Merriweather; font-weight: 400; }#tcb_landing_page .tcb-plain-text strong { font-weight: 700; }[data-css=\"tve-u-162717d1bbe\"] p { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-162717d1bbe\"] h3 { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-1695981e7bb\"] { max-width: 33.3545%; }[data-css=\"tve-u-16959822de2\"] { width: 291px; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-16959846d3d\"] { margin-top: 0px !important; }[data-css=\"tve-u-16959cd1e7a\"] { margin-top: 10px !important; }[data-css=\"tve-u-1695a3002e2\"] .tcb-button-link { border-radius: 4px; border-bottom: 4px solid rgb(117, 0, 23); border-top-color: rgb(198, 225, 224); border-right-color: rgb(198, 225, 224); border-left-color: rgb(198, 225, 224); background-image: none !important; background-color: rgb(143, 2, 32) !important; padding-right: 25px !important; }#tve_editor [data-css=\"tve-u-1695a3002e2\"]:hover .tcb-button-link { background-color: rgb(132, 1, 28) !important; }#tve_editor [data-css=\"tve-u-1695a36117b\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1695d995f33\"] { box-shadow: none; margin: 0px 20px -25px !important; }#tve_editor [data-css=\"tve-u-1695d9d652a\"]:hover input, #tve_editor [data-css=\"tve-u-1695d9d652a\"]:hover textarea { box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 9px -3px !important; }#tve_editor [data-css=\"tve-u-1695d9d6528\"]:hover input, #tve_editor [data-css=\"tve-u-1695d9d6528\"]:hover textarea { box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 9px -3px !important; }#tve_editor [data-css=\"tve-u-1695d9d6526\"]:hover input, #tve_editor [data-css=\"tve-u-1695d9d6526\"]:hover textarea { box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 9px -3px !important; }#tve_editor [data-css=\"tve-u-1695d9d6529\"] { font-family: \"Courier New\", Courier, monospace; font-weight: 700; font-size: 13px; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1695d9d6527\"] { font-family: \"Courier New\", Courier, monospace; font-weight: 700; font-size: 13px; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1695d9d6525\"] { font-family: \"Courier New\", Courier, monospace; font-weight: 700; font-size: 13px; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1695d9d652a\"] input, [data-css=\"tve-u-1695d9d652a\"] textarea { box-shadow: rgba(0, 0, 0, 0.25) 0px 2px 9px -6px; background-image: none !important; }[data-css=\"tve-u-1695d9d6528\"] input, [data-css=\"tve-u-1695d9d6528\"] textarea { box-shadow: rgba(0, 0, 0, 0.25) 0px 2px 9px -6px; background-image: none !important; }[data-css=\"tve-u-1695d9d6526\"] input, [data-css=\"tve-u-1695d9d6526\"] textarea { box-shadow: rgba(0, 0, 0, 0.25) 0px 2px 9px -6px; background-image: none !important; }[data-css=\"tve-u-1695d9d6529\"] { text-transform: capitalize; letter-spacing: 1px; font-weight: normal !important; }[data-css=\"tve-u-1695d9d6527\"] { text-transform: capitalize; letter-spacing: 1px; font-weight: normal !important; }[data-css=\"tve-u-1695d9d6525\"] { text-transform: capitalize; letter-spacing: 1px; font-weight: normal !important; }#tve_editor [data-css=\"tve-u-1695d9d652a\"] input, #tve_editor [data-css=\"tve-u-1695d9d652a\"] textarea { border-radius: 4px; overflow: hidden; border: 1px solid rgb(237, 240, 243); }#tve_editor [data-css=\"tve-u-1695d9d6528\"] input, #tve_editor [data-css=\"tve-u-1695d9d6528\"] textarea { border-radius: 4px; overflow: hidden; border: 1px solid rgb(237, 240, 243); }#tve_editor [data-css=\"tve-u-1695d9d6526\"] input, #tve_editor [data-css=\"tve-u-1695d9d6526\"] textarea { border-radius: 4px; overflow: hidden; border: 1px solid rgb(237, 240, 243); }[data-css=\"tve-u-1695dd04208\"] { margin-bottom: 10px !important; border-radius: 11px; overflow: hidden; }#tve_editor [data-css=\"tve-u-1695dd27f6a\"] button { border-radius: 8px; background-image: none !important; background-color: rgb(143, 2, 32) !important; border-color: rgb(131, 148, 139); padding: 10px !important; font-weight: 400 !important; font-family: \"Special Elite\"; text-transform: uppercase; font-size: 17px; }#tve_editor [data-css=\"tve-u-1695dd27f6a\"]:hover button { background-color: rgb(75, 105, 89) !important; border-color: rgb(1, 2, 2) rgb(0, 0, 0) rgb(1, 2, 2) rgb(1, 2, 2) !important; }#tve_editor [data-css=\"tve-u-1695dd27f6a\"] { max-width: 30%; width: 30%; }[data-css=\"tve-u-1695dd27f6a\"] { margin-left: auto !important; margin-right: auto !important; float: none; }[data-css=\"tve-u-1695dd484d7\"] { border-radius: 11px; overflow: hidden; margin-bottom: 10px !important; }#tve_editor .thrv-content-box [data-css=\"tve-u-1621ee37f4a\"] p, #tve_editor .thrv-content-box [data-css=\"tve-u-1621ee37f4a\"] li, #tve_editor .thrv-content-box [data-css=\"tve-u-1621ee37f4a\"] blockquote, #tve_editor .thrv-content-box [data-css=\"tve-u-1621ee37f4a\"] address, #tve_editor .thrv-content-box [data-css=\"tve-u-1621ee37f4a\"] .tcb-plain-text, #tve_editor .thrv-content-box [data-css=\"tve-u-1621ee37f4a\"] label, #tve_editor .thrv-content-box [data-css=\"tve-u-1621ee37f4a\"] h1, #tve_editor .thrv-content-box [data-css=\"tve-u-1621ee37f4a\"] h2, #tve_editor .thrv-content-box [data-css=\"tve-u-1621ee37f4a\"] h3, #tve_editor .thrv-content-box [data-css=\"tve-u-1621ee37f4a\"] h4, #tve_editor .thrv-content-box [data-css=\"tve-u-1621ee37f4a\"] h5, #tve_editor .thrv-content-box [data-css=\"tve-u-1621ee37f4a\"] h6 { color: rgb(255, 255, 255); }#tve_editor [data-css=\"tve-u-1695d9d6526\"] input, #tve_editor [data-css=\"tve-u-1695d9d6526\"] input::placeholder, #tve_editor [data-css=\"tve-u-1695d9d6526\"] textarea, #tve_editor [data-css=\"tve-u-1695d9d6526\"] textarea::placeholder { color: rgb(0, 0, 0); }#tve_editor [data-css=\"tve-u-1695d9d6528\"] input, #tve_editor [data-css=\"tve-u-1695d9d6528\"] input::placeholder, #tve_editor [data-css=\"tve-u-1695d9d6528\"] textarea, #tve_editor [data-css=\"tve-u-1695d9d6528\"] textarea::placeholder { color: rgb(0, 0, 0); }#tve_editor [data-css=\"tve-u-1695d9d652a\"] input, #tve_editor [data-css=\"tve-u-1695d9d652a\"] input::placeholder, #tve_editor [data-css=\"tve-u-1695d9d652a\"] textarea, #tve_editor [data-css=\"tve-u-1695d9d652a\"] textarea::placeholder { color: rgb(0, 0, 0); }}@media (max-width: 1023px){[data-css=\"tve-u-1621ebfa746\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621eb037bb\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621ec78d2c\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621ec6c39b\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621b064668\"] { max-width: 49%; }[data-css=\"tve-u-1621b064646\"] { max-width: 51%; }[data-css=\"tve-u-1621b3c74d9\"] { max-width: 100%; }[data-css=\"tve-u-1621f0b0088\"] { min-height: 100px !important; }[data-css=\"tve-u-1621ee3afec\"] > .tve-cb { display: block; }[data-css=\"tve-u-1621e7ceab3\"] > .tve-cb { display: block; }[data-css=\"tve-u-1621ea50702\"] { float: none; width: 100%; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621ae4fd21\"] > .tve-cb { display: block; }[data-css=\"tve-u-162717cb60f\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-162717cb610\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-16223dad661\"] { padding-top: 20px !important; }[data-css=\"tve-u-1641367127b\"] { float: none; font-size: 50px; width: 50px; height: 50px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1641367e553\"] { float: none; font-size: 50px; width: 50px; height: 50px; margin: -44px auto 40px !important; padding-right: 12px !important; }[data-css=\"tve-u-1621e7b695a\"] { margin-bottom: 50px !important; }[data-css=\"tve-u-1621ee37f4a\"] { min-height: 262px; }[data-css=\"tve-u-1621ada1e7f\"] { padding: 50px 30px 50px 0px !important; }[data-css=\"tve-u-1621b072b4e\"] { max-width: 100%; }[data-css=\"tve-u-1621a2247ba\"] { margin-bottom: 60px !important; }[data-css=\"tve-u-16229f6175c\"] { margin-top: 0px !important; }[data-css=\"tve-u-162717cb60b\"] { height: calc(100% - -85px); margin-top: -85px !important; }[data-css=\"tve-u-162717cb617\"] .tcb-flex-col { flex-basis: 560px !important; }#tcb_landing_page h5 { line-height: 1.3em; }#tcb_landing_page h6 { line-height: 1.4em; }#tcb_landing_page p, #tcb_landing_page li { line-height: 1.5em; }[data-css=\"tve-u-1628a146aef\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1628a12f675\"] { margin-bottom: 40px !important; }[data-css=\"tve-u-1628a10d3b4\"] { margin-bottom: 40px !important; }[data-css=\"tve-u-162718bd0c0\"] { clip-path: url(\"#clip-tablet-top-a3b25e1c9221a\"); -webkit-clip-path: url(\"#clip-tablet-top-a3b25e1c9221a\");  background-color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-162717cb621\"] { z-index: 6; padding-top: 60px !important; margin-top: -90px !important; }[data-css=\"tve-u-162718a3b40\"] { max-width: 100%; min-height: 1px !important; }[data-css=\"tve-u-16271adf6cf\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-162493d5f13\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-162717fcf9d\"] { margin-top: -40px !important; padding-top: 90px !important; padding-left: 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-16260d3f4af\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16260d3f4aa\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1621fb65556\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1621fb68b97\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16260d8396c\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16260d8392c\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16260d39b83\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-16260c5ff07\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-16260ba2fa4\"] { padding: 50px 40px !important; }[data-css=\"tve-u-16260be7104\"] { max-width: 100%; }[data-css=\"tve-u-1621ebbbb6d\"] { margin-top: -1px !important; }[data-css=\"tve-u-1621eaaedd8\"] { clip-path: url(\"#clip-tablet-bottom-a2b9cf3198d6f\"); -webkit-clip-path: url(\"#clip-tablet-bottom-a2b9cf3198d6f\");  }[data-css=\"tve-u-1621e7e9950\"] { margin-top: -1px !important; }[data-css=\"tve-u-16229fa8c68\"] { padding: 0px 20px 20px !important; }[data-css=\"tve-u-1622f65ba70\"] { padding: 0px 20px 20px !important; }[data-css=\"tve-u-16249373b25\"] { padding-left: 20px !important; padding-right: 20px !important; padding-bottom: 20px !important; }[data-css=\"tve-u-162493b6b63\"] { padding-left: 20px !important; padding-bottom: 20px !important; padding-right: 20px !important; }[data-css=\"tve-u-16249367114\"] { margin-top: 20px !important; }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-1624935a201\"] { line-height: 1.3em !important; }[data-css=\"tve-u-16249358652\"] { line-height: 1.3em !important; }[data-css=\"tve-u-16249355087\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1625389b4ed\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1625389a3d5\"] { line-height: 1.3em !important; }[data-css=\"tve-u-16248fc42a1\"] { line-height: 1.3em !important; }[data-css=\"tve-u-162493a03b0\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-162493a03b0\"] .tcb-flex-col { flex-basis: 145px !important; }[data-css=\"tve-u-1622a159bcb\"] { float: none; max-width: 85%; margin: 0px auto !important; padding-top: 0px !important; }[data-css=\"tve-u-16229fa6a26\"] { margin-bottom: 20px !important; padding: 0px 20px 20px !important; }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16229ffbb7b\"] { min-height: inherit; margin-left: -20px; }[data-css=\"tve-u-1621ad46076\"] { margin-bottom: 0px !important; margin-top: 0px !important; padding: 50px 40px !important; }#tve_editor [data-css=\"tve-u-1621b028939\"] .tcb-button-link { font-size: 18px; }[data-css=\"tve-u-16223f02c16\"] { min-height: 54px; }[data-css=\"tve-u-1621b01355a\"] { max-width: 304px; padding: 2px !important; }[data-css=\"tve-u-1620af7eb3f\"] { float: none; z-index: 3; position: relative; display: block; max-width: 300px; width: 300px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621afda4fa\"] { max-width: 100%; margin-bottom: 30px !important; }[data-css=\"tve-u-16224716d62\"]::after { clear: both; }[data-css=\"tve-u-1621f0aa8f7\"] { margin-top: 0px !important; }[data-css=\"tve-u-1621e7e6c1d\"] { min-height: 150px; }[data-css=\"tve-u-1621e7edfd9\"] { clip-path: url(\"#clip-tablet-bottom-10ffac3b28f1d\"); -webkit-clip-path: url(\"#clip-tablet-bottom-10ffac3b28f1d\");  }[data-css=\"tve-u-1621ebf340c\"] { float: none; width: 100%; padding: 0px !important; margin-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621e7d5094\"] { min-height: 455px; }[data-css=\"tve-u-1621adea58b\"] > .tcb-flex-col > .tcb-col { justify-content: center; }[data-css=\"tve-u-16223dad661\"]::after { clear: both; }[data-css=\"tve-u-1621e8107f3\"] { float: none; margin-left: auto !important; margin-right: auto !important; margin-bottom: 20px !important; }[data-css=\"tve-u-16223b080b0\"] { float: none; margin-left: auto !important; margin-right: auto !important; margin-top: -1px !important; }[data-css=\"tve-u-1621eb3eb9f\"] { clip-path: url(\"#clip-tablet-bottom-ac98bb0e54b3b\"); -webkit-clip-path: url(\"#clip-tablet-bottom-ac98bb0e54b3b\");  }[data-css=\"tve-u-1621fe78878\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1621fe78878\"] { min-height: inherit; }#tve_editor [data-css=\"tve-u-1621e92e97f\"] { font-size: 22px !important; }#tve_editor [data-css=\"tve-u-1621e942b65\"] { letter-spacing: 0px; font-size: 1.5em !important; }#tve_editor [data-css=\"tve-u-1621fe1bd18\"] { letter-spacing: 0px; font-size: 1.5em !important; }#tve_editor [data-css=\"tve-u-1621fe1a1af\"] { font-size: 22px !important; }#tve_editor [data-css=\"tve-u-1621fe1725e\"] { letter-spacing: 0px; font-size: 1.5em !important; }#tve_editor [data-css=\"tve-u-1621fe1587d\"] { font-size: 22px !important; }[data-css=\"tve-u-1621ef118dc\"] { position: relative; top: 0px; left: 0px; width: 51%; margin-left: auto !important; margin-right: auto !important; float: none; }[data-css=\"tve-u-1621ee3afec\"] { padding: 25px 10px 5px !important; }[data-css=\"tve-u-1621ee63e1c\"] { max-width: none; margin-bottom: 5px !important; }[data-css=\"tve-u-1621ee74a24\"] { top: 0px; right: 0px; font-size: 45px; width: 45px; height: 45px; float: none; padding-left: 0px !important; margin: 0px auto !important; }[data-css=\"tve-u-1621ee18a1c\"] { margin-top: 40px !important; margin-left: 20px !important; margin-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-1621fdcb4ea\"] { letter-spacing: 1px; font-size: 1.5em !important; }[data-css=\"tve-u-1621ec7f21a\"] { min-height: 150px; }[data-css=\"tve-u-1621eacf6af\"] { float: none; max-width: 230px; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621fd9c946\"] { max-width: 380px; float: none; width: 100%; margin: 0px auto !important; padding-left: 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-1621eb81205\"] { margin-top: 0px !important; }[data-css=\"tve-u-1621eb7ccb0\"] { min-height: 455px; }[data-css=\"tve-u-1621fd8766c\"] { min-height: 150px; }[data-css=\"tve-u-1621fd84d7b\"] { min-height: 430px; }[data-css=\"tve-u-1621e7c7aa1\"] .tcb-flex-col { flex-basis: 300px !important; }#tve_editor [data-css=\"tve-u-1621e7a7350\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621e7c899a\"] { float: none; max-width: 100%; margin-left: auto !important; margin-right: auto !important; margin-top: 0px !important; }[data-css=\"tve-u-1621e7c7aa1\"] { margin-left: -20px; flex-direction: row; }[data-css=\"tve-u-1621e7c7aa1\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-1621b3c8c52\"] { padding: 50px 40px !important; }[data-css=\"tve-u-1621fc0ce17\"] { margin-top: 10px !important; margin-bottom: 7px !important; }[data-css=\"tve-u-1621fbcad8c\"] { padding-left: 0px !important; padding-right: 30px !important; }[data-css=\"tve-u-1621fbacc60\"] { max-width: 177px; }[data-css=\"tve-u-1621fb68b97\"] { margin-left: -15px; min-height: inherit; padding: 20px !important; }[data-css=\"tve-u-1621fb68b97\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-1621fb65556\"] { margin-left: -15px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-1621fb65556\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-1621b200375\"] { float: none; max-width: 100%; margin: 0px auto !important; }[data-css=\"tve-u-1621b0e4fb7\"] { max-width: 100%; float: none; z-index: 3; position: relative; margin-right: auto !important; margin-left: auto !important; margin-bottom: 20px !important; }#tve_editor [data-css=\"tve-u-1621b10fccf\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621ae0bec7\"] { background-image: none !important; margin-top: 0px !important; }[data-css=\"tve-u-1621ae6c8da\"] { clip-path: url(\"#clip-tablet-top-aa2c3e3c70555\"); -webkit-clip-path: url(\"#clip-tablet-top-aa2c3e3c70555\");  }[data-css=\"tve-u-1621adba9ef\"] { clip-path: url(\"#clip-tablet-top-52d5a36c151aa\"); -webkit-clip-path: url(\"#clip-tablet-top-52d5a36c151aa\");  }[data-css=\"tve-u-1621ad420c4\"] { max-width: 100%; min-height: 1px !important; }[data-css=\"tve-u-1621f45bed3\"] { padding: 0px !important; }[data-css=\"tve-u-1621ae4fd21\"] { max-width: 100%; left: 0px; top: 0px; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621ae4db6e\"] { min-height: 300px; }#tve_editor [data-css=\"tve-u-1621afd8c98\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621afcc0bf\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621afceb00\"] { max-width: 100%; margin-bottom: 30px !important; }[data-css=\"tve-u-1621a98b602\"] { stroke-dasharray: 534.071, 534.071; }[data-css=\"tve-u-1621a9750ae\"] { font-size: 14.45px !important; line-height: 14.45px !important; }[data-css=\"tve-u-1621a9a2867\"] { font-size: 51px !important; line-height: 51px !important; }[data-css=\"tve-u-1621a9a2866\"] { margin-top: 42.5px !important; }[data-css=\"tve-u-1621a96b190\"] { width: 153px !important; height: 153px !important; top: 8.5px !important; bottom: 8.5px !important; left: 8.5px !important; right: 8.5px !important; }[data-css=\"tve-u-1621a9685d4\"] { stroke-width: 18px !important; }[data-css=\"tve-u-1621a9a2862\"] { width: 170px !important; height: 170px !important; }[data-css=\"tve-u-1621a983587\"] { float: none; border: 20px solid rgba(137, 141, 167, 0.24); margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621a8b2488\"] { float: none; max-width: 100%; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621a8a804b\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1621a8a804b\"] { margin-left: -24px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-1621a8a804b\"] > .tcb-flex-col { padding-left: 24px; }#tve_editor [data-css=\"tve-u-1621a2e0d5b\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621b028939\"] { position: relative; float: left; z-index: 3; display: block; max-width: 300px; width: 300px; margin-top: 15px !important; }[data-css=\"tve-u-1621adea58b\"] { margin-left: -30px; }[data-css=\"tve-u-1621adea58b\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-1621ade6172\"] { max-width: 100%; position: static; }#tve_editor [data-css=\"tve-u-16248fc42a1\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-16249355087\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-16249358652\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-1624935a201\"] { font-size: 18px !important; }[data-css=\"tve-u-1624939a960\"] { margin-bottom: 0px !important; padding-bottom: 20px !important; padding-left: 20px !important; padding-right: 20px !important; }[data-css=\"tve-u-162493a03b0\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-162493a03b0\"] { min-height: inherit; margin-left: -20px; }#tve_editor [data-css=\"tve-u-1625389a3d5\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-1625389b4ed\"] { font-size: 18px !important; }[data-css=\"tve-u-16260c39a7e\"] { float: none; max-width: 100%; margin: 0px auto !important; }[data-css=\"tve-u-16260d3f4aa\"] { margin-left: -15px; min-height: inherit; padding: 20px !important; }[data-css=\"tve-u-16260d3f4aa\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-16260d3f4af\"] { margin-left: -15px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-16260d3f4af\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-16260d8392c\"] { margin-left: -15px; min-height: inherit; padding: 20px !important; }[data-css=\"tve-u-16260d8392c\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-16260d8396c\"] { margin-left: -15px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-16260d8396c\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-16260da3aa7\"] { float: none; max-width: 100%; margin: 0px !important; }[data-css=\"tve-u-162717cb609\"] { max-width: 100%; min-height: 1px !important; }[data-css=\"tve-u-162717cb60a\"] { padding: 0px !important; }[data-css=\"tve-u-162717cb618\"] { float: none; max-width: 100%; margin-top: 60px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-162717cb620\"] { clip-path: url(\"#clip-tablet-bottom-c883ac5175045\"); -webkit-clip-path: url(\"#clip-tablet-bottom-c883ac5175045\");  background-attachment: scroll, fixed !important; background-image: linear-gradient(rgba(0, 0, 0, 0.46), rgba(0, 0, 0, 0.46)), url(\"https://bestcerakoteflorida.com/wp-content/uploads/2018/05/FTYS6743.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-162717d1bbf\"] { margin-left: 0px; padding: 25px 25px 0px !important; }[data-css=\"tve-u-162717d1bbf\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-162717d1bb7\"] { max-width: 51.3%; }[data-css=\"tve-u-162717d1bb9\"] { max-width: 15.3%; }[data-css=\"tve-u-162717d1bb6\"] { padding-left: 0px !important; }[data-css=\"tve-u-162717d1bbc\"] { border-left: none; border-right: none; padding-left: 30px !important; padding-bottom: 10px !important; }[data-css=\"tve-u-162717d1bbe\"] { max-width: 100%; margin-left: 0px !important; margin-right: 30px !important; }[data-css=\"tve-u-164179bced9\"] { border-right: none; padding-left: 30px !important; padding-right: 0px !important; }[data-css=\"tve-u-16417b62c09\"] { max-width: 177px; }[data-css=\"tve-u-16417b662bf\"] { max-width: 177px; }[data-css=\"tve-u-16417e5bd95\"] { font-size: 14px; width: 14px; height: 14px; margin-bottom: -14px !important; margin-left: 0px !important; }[data-css=\"tve-u-1641c1b33f9\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-1641c1b456a\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-1641c1b52d3\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-1641c1b60b4\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-16959822de2\"] { margin-right: 1px !important; padding-right: 10px !important; padding-top: 10px !important; }[data-css=\"tve-u-16959cd1e7a\"] { margin-top: 30px !important; margin-bottom: 10px !important; }[data-css=\"tve-u-1695a3002e2\"] { margin-top: 15px !important; }[data-css=\"tve-u-1695d995f33\"] { margin-top: 40px !important; margin-left: 20px !important; margin-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-1695dd27f6a\"] { max-width: 60%; width: 60%; }}@media (max-width: 767px){[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-16417e9d24e\"]::after { clear: both; }[data-css=\"tve-u-16417b70f47\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 0px !important; }[data-css=\"tve-u-1621e819c52\"] { min-height: 100px; }[data-css=\"tve-u-1621e8107f3\"] { max-width: 100px; }[data-css=\"tve-u-1621fd8766c\"] { min-height: 144px; }[data-css=\"tve-u-1621ec79a7d\"] { min-height: 100px; }[data-css=\"tve-u-1621ec78d2c\"] { max-width: 100px; }[data-css=\"tve-u-1621ec7f21a\"] { min-height: 144px; }[data-css=\"tve-u-1621e7e6c1d\"] { min-height: 144px; }[data-css=\"tve-u-16417b4cb9e\"] { padding-bottom: 30px !important; }[data-css=\"tve-u-1621ec752da\"] { min-height: 100px; }[data-css=\"tve-u-1621ec6c39b\"] { max-width: 100px; }[data-css=\"tve-u-1621fd84d7b\"] { min-height: 430px; }[data-css=\"tve-u-1621e7c7aa1\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16223dad661\"] { padding-top: 0px !important; }[data-css=\"tve-u-1621b3c74d9\"] { max-width: 100%; }[data-css=\"tve-u-1621eb81205\"] { max-width: 100%; margin-bottom: 20px !important; }[data-css=\"tve-u-1621e7ceab3\"] { max-width: 100%; margin-bottom: 20px !important; }[data-css=\"tve-u-1621f0b0088\"] { min-height: 120px !important; }[data-css=\"tve-u-1621f0da775\"] { float: none; width: 100%; max-width: 280px; margin: 0px auto 20px !important; }[data-css=\"tve-u-1621ee37f4a\"] { min-height: 260px; }[data-css=\"tve-u-1621ee3afec\"] > .tve-cb { display: flex; justify-content: center; flex-direction: column; }[data-css=\"tve-u-1621ee63e1c\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1641367127b\"] { font-size: 30px; width: 30px; height: 30px; }[data-css=\"tve-u-1641367e553\"] { float: none; font-size: 30px; width: 30px; height: 30px; margin: -30px auto 30px !important; padding-right: 10px !important; }[data-css=\"tve-u-1621ada1e7f\"] { padding: 0px !important; }[data-css=\"tve-u-162717cb617\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-162717cb617\"] { min-height: inherit; }[data-css=\"tve-u-16229fa6a26\"] { height: calc(100% - 21px); margin-bottom: 0px !important; margin-top: 21px !important; }[data-css=\"tve-u-1624939a960\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-162493a03b0\"] .tcb-flex-col { flex-basis: 400px !important; }[data-css=\"tve-u-1621a2247ba\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-162717cb60f\"] { margin-bottom: 25px !important; }[data-css=\"tve-u-162717d1bbf\"] .tcb-flex-col { flex-basis: 225px !important; }[data-css=\"tve-u-1621ee3afec\"] { max-width: 100%; padding: 10px !important; position: static !important; }#tve_editor [data-css=\"tve-u-1641333d7d1\"] { font-size: 14px !important; }[data-css=\"tve-u-162717cb60b\"] { margin-top: 0px !important; }[data-css=\"tve-u-162717cb621\"] { z-index: 2; padding-left: 20px !important; padding-right: 20px !important; margin-top: -160px !important; padding-top: 35px !important; }[data-css=\"tve-u-162717cb617\"] .tcb-flex-col { flex-basis: 435px !important; }[data-css=\"tve-u-16369305186\"] { float: none; width: 100%; max-width: 279px; z-index: 3; position: relative; margin: 0px auto !important; }#tcb_landing_page h6 { line-height: 1.4em; }#tcb_landing_page h5 { line-height: 1.3em; }#tcb_landing_page p, #tcb_landing_page li { font-size: 14px; }#tcb_landing_page h2 { font-size: 28px; }#tcb_landing_page h1 { font-size: 35px; }[data-css=\"tve-u-16260ba2fa4\"] { padding-bottom: 40px !important; padding-left: 20px !important; padding-right: 20px !important; }[data-css=\"tve-u-1628a10d3b4\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-1628a12f675\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-162717cb610\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-16271bfe70c\"] { padding: 0px !important; }[data-css=\"tve-u-162717fcf9d\"] { z-index: 1; margin-top: 0px !important; padding-top: 75px !important; padding-left: 20px !important; padding-right: 20px !important; border: none; }[data-css=\"tve-u-162718bd0c0\"] { clip-path: url(\"#clip-mobile-top-a3b25e1c9221a\"); -webkit-clip-path: url(\"#clip-mobile-top-a3b25e1c9221a\");  }[data-css=\"tve-u-1621eb3eb9f\"] { clip-path: url(\"#clip-mobile-bottom-ac98bb0e54b3b\"); -webkit-clip-path: url(\"#clip-mobile-bottom-ac98bb0e54b3b\");  }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col > .tcb-col { min-height: 155px; }[data-css=\"tve-u-16229ffbb7b\"] { min-height: inherit; margin-left: 0px; }[data-css=\"tve-u-16229fa8c68\"] { height: calc(100% - 28px); margin-bottom: 0px !important; margin-top: 20px !important; }[data-css=\"tve-u-1622f65ba70\"] { height: calc(100% - 20px); margin-bottom: 0px !important; margin-top: 20px !important; }[data-css=\"tve-u-16229f6175c\"] { margin-top: 0px !important; }[data-css=\"tve-u-1622a159bcb\"] { float: none; max-width: 100%; margin-left: auto !important; margin-right: auto !important; padding-top: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-16229ae62a7\"] { border-right: none; }#tve_editor [data-css=\"tve-u-16228c764b2\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-16228c75500\"] { font-size: 18px !important; }[data-css=\"tve-u-1621fb65556\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-1621a983587\"] { border: 20px solid rgba(137, 141, 167, 0.32); }[data-css=\"tve-u-1621ee74a24\"] { float: none; margin-left: auto !important; margin-right: auto !important; margin-bottom: 10px !important; }[data-css=\"tve-u-1621afda4fa\"] { max-width: 100%; margin-bottom: 20px !important; }[data-css=\"tve-u-16223f02c16\"] { min-height: 54px; }[data-css=\"tve-u-1621f0aa8f7\"] { margin-top: 0px !important; }#tve_editor [data-css=\"tve-u-1622444fb11\"] { letter-spacing: 0px; }[data-css=\"tve-u-16224439be1\"] { padding: 0px !important; }[data-css=\"tve-u-1621fb68b97\"] { padding: 0px !important; }[data-css=\"tve-u-1621afceb00\"] { max-width: 100%; margin-bottom: 30px !important; }[data-css=\"tve-u-1621b0e4fb7\"] { float: none; margin-right: auto !important; margin-bottom: 30px !important; padding-left: 0px !important; margin-left: auto !important; }[data-css=\"tve-u-1621ebf340c\"] { padding-bottom: 40px !important; }[data-css=\"tve-u-1621ea50702\"] { float: none; width: 100%; padding: 0px !important; margin-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621e7d5094\"] { min-height: 430px; }[data-css=\"tve-u-1621eb7ccb0\"] { min-height: 430px; }[data-css=\"tve-u-1621ee03000\"] { flex-direction: column; }[data-css=\"tve-u-16223fe5f5b\"] { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621f0d2c1a\"] { margin-left: 25px !important; margin-right: 25px !important; }[data-css=\"tve-u-1621ee18a1c\"] { margin: 0px 20px 20px 0px !important; }[data-css=\"tve-u-1621ef118dc\"] { top: 0px; width: 154px; position: relative; float: none; z-index: 5; left: 0px; margin: 5px auto 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-1621fd9c946\"] { max-width: 100%; margin-top: 0px !important; margin-left: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-16223fc9f23\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-1621e7c899a\"] { max-width: none; float: none; margin-top: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621b3c8c52\"] { padding: 40px 20px !important; }[data-css=\"tve-u-1621fbcad8c\"] { padding: 20px !important; }[data-css=\"tve-u-1621fb65556\"] { margin-left: 0px; padding: 0px !important; }[data-css=\"tve-u-1621fbacc60\"] { max-width: 126px; float: none; margin-left: auto !important; margin-right: auto !important; margin-top: 20px !important; }[data-css=\"tve-u-1621b200375\"] { float: none; margin-top: 0px !important; margin-left: auto !important; margin-right: auto !important; }#tve_editor [data-css=\"tve-u-1621b10fccf\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621b028939\"] { display: block; max-width: 100%; width: 100%; float: none; min-width: 100%; margin-left: auto !important; margin-right: auto !important; margin-top: 0px !important; }[data-css=\"tve-u-1621ae4db6e\"] { min-height: 270px; }[data-css=\"tve-u-1621ae6c8da\"] { clip-path: url(\"#clip-mobile-top-aa2c3e3c70555\"); -webkit-clip-path: url(\"#clip-mobile-top-aa2c3e3c70555\");  }[data-css=\"tve-u-1621adba9ef\"] { clip-path: url(\"#clip-mobile-top-52d5a36c151aa\"); -webkit-clip-path: url(\"#clip-mobile-top-52d5a36c151aa\");  }[data-css=\"tve-u-16223f02c16\"]::after { clear: both; }[data-css=\"tve-u-1621b01355a\"] { max-width: 100%; float: none; margin-left: auto !important; margin-right: auto !important; margin-bottom: 15px !important; }[data-css=\"tve-u-1620af7eb3f\"] { float: none; display: block; max-width: 100%; width: 100%; min-width: 100%; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621ae0bec7\"]::after { clear: both; }[data-css=\"tve-u-1621f45bed3\"] { padding: 40px 20px 0px !important; }[data-css=\"tve-u-1621ad46076\"] { margin: 0px !important; padding: 30px 20px !important; }[data-css=\"tve-u-1621adea58b\"] { flex-flow: row-reverse wrap-reverse !important; }[data-css=\"tve-u-1621ae4fd21\"] { margin-top: 0px !important; position: static !important; }[data-css=\"tve-u-1621a8b2488\"] { float: none; max-width: 100%; margin-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621a8a804b\"] { padding-left: 0px !important; padding-right: 0px !important; }#tve_editor [data-css=\"tve-u-1621a2e0d5b\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621e7c7aa1\"] { flex-direction: column; min-height: inherit; }[data-css=\"tve-u-16249367114\"] { margin-top: 0px !important; }[data-css=\"tve-u-16249373b25\"] { height: calc(100% - 20px); margin-bottom: 0px !important; background-image: linear-gradient(rgb(248, 249, 251), rgb(248, 249, 251)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; margin-top: 20px !important; }[data-css=\"tve-u-162493a03b0\"] > .tcb-flex-col > .tcb-col { min-height: 155px; }[data-css=\"tve-u-162493a03b0\"] { min-height: inherit; }[data-css=\"tve-u-162493b6b63\"] { height: calc(100% - 20px); margin-bottom: 0px !important; margin-top: 20px !important; }[data-css=\"tve-u-16260c39a7e\"] { float: none; margin-top: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-16260d3f4aa\"] { padding: 0px !important; }[data-css=\"tve-u-16260d3f4af\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-16260d3f4af\"] { margin-left: 0px; padding: 0px !important; }[data-css=\"tve-u-16260d8392c\"] { padding: 0px !important; }[data-css=\"tve-u-16260d8396c\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-16260d8396c\"] { margin-left: 0px; padding: 0px !important; }[data-css=\"tve-u-16260da3aa7\"] { float: none; margin-top: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-162717cb618\"] { margin: 140px 0px 0px !important; }[data-css=\"tve-u-162717cb620\"] { clip-path: url(\"#clip-mobile-bottom-c883ac5175045\"); -webkit-clip-path: url(\"#clip-mobile-bottom-c883ac5175045\");  opacity: 1; filter: grayscale(0%) blur(0px); background-image: linear-gradient(rgba(0, 0, 0, 0.51), rgba(0, 0, 0, 0.51)), url(\"https://bestcerakoteflorida.com/wp-content/uploads/2018/05/FTYS6743.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-162717cb60a\"] { padding: 0px !important; }#tve_editor [data-css=\"tve-u-162717cb616\"] { font-size: 27px !important; }[data-css=\"tve-u-162717d1bbf\"] > .tcb-flex-col { padding-left: 18px; }[data-css=\"tve-u-162717d1bbf\"] { margin-left: -18px; padding: 10px !important; flex-flow: row wrap !important; }[data-css=\"tve-u-162717d1bbe\"] { border-bottom: 1px solid rgba(255, 255, 255, 0.2); border-right: none; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-162717d1bbc\"] { border: none; padding-left: 0px !important; padding-right: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-162717d1bb6\"] { border: none; padding-top: 0px !important; padding-left: 0px !important; margin-bottom: 1px !important; margin-top: -5px !important; padding-bottom: 10px !important; }[data-css=\"tve-u-164179a84b8\"] { float: none; width: 100%; max-width: 155px; z-index: 3; position: relative; margin-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-164179bced9\"] { border-right: none; position: relative; max-width: 250px; float: none; padding-left: 0px !important; padding-right: 0px !important; margin-top: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-16417b62c09\"] { max-width: 126px; float: none; margin-left: auto !important; margin-right: auto !important; margin-top: 20px !important; }[data-css=\"tve-u-16417b662bf\"] { max-width: 126px; float: none; margin-left: auto !important; margin-right: auto !important; margin-top: 20px !important; }[data-css=\"tve-u-16417e5bd95\"] { margin: 3px 10px 0px 0px !important; }#tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] p, #tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] li, #tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] blockquote, #tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] address, #tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] .tcb-plain-text, #tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] label { font-size: 18px; }[data-css=\"tve-u-16959822de2\"] { float: none; padding-top: 10px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621ee58e74\"] { border-right: none !important; }[data-css=\"tve-u-1695d995f33\"] { margin: 0px 20px 20px 0px !important; }}'),(7056,583,'tve_revision_tve_user_custom_css',''),(7057,583,'tve_revision_tve_page_events','a:0:{}'),(7058,583,'tve_revision_tve_globals','a:2:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";s:8:\"font_cls\";a:0:{}}'),(7059,583,'tve_revision_tve_global_scripts',''),(7060,583,'tve_revision_thrive_icon_pack','0'),(7061,583,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(7062,583,'tve_revision_tve_has_masonry','0'),(7063,583,'tve_revision_tve_has_typefocus','0'),(7064,583,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-162717d1bbe\" wfd-id=\"469\"><div class=\"tcb-flex-row tcb-medium-no-wrap v-2 tcb--cols--3 m-edit tcb-mobile-wrap tcb-resized\" data-css=\"tve-u-162717d1bbf\" wfd-id=\"470\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1695981e7bb\" wfd-id=\"489\"><div class=\"tcb-col\" data-css=\"tve-u-16959846d3d\" wfd-id=\"491\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16959822de2\" wfd-id=\"492\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"493\"><img class=\"tve_image wp-image-465\" alt=\"\" width=\"384\" height=\"62\" title=\"Blackhawk_custom_header\" data-id=\"465\" src=\"https://bestcerakoteflorida.com/wp-content/uploads/2019/01/Blackhawk_custom_header.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717d1bb9\" style=\"\" wfd-id=\"482\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717d1bb6\" wfd-id=\"484\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-164179a84b8\" wfd-id=\"485\">\n<div class=\"tve-content-box-background\" wfd-id=\"488\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"486\"><div class=\"tcb-clear\" wfd-id=\"487\"></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717d1bb7\" style=\"\" wfd-id=\"471\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717d1bbc\" wfd-id=\"473\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16369305186\" wfd-id=\"474\">\n<div class=\"tve-content-box-background\" wfd-id=\"481\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16417e9d24e\" wfd-id=\"475\"><div class=\"tcb-clear\" wfd-id=\"479\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-16417e5bd95\" data-float=\"1\" wfd-id=\"480\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-envelope-regular\" data-name=\"\">\n            <path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path>\n        </svg></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-164179bced9\" wfd-id=\"476\"><p data-css=\"tve-u-1641333d7d1\"><a href=\"mailto:info@bestcerkoteflorida.com\" target=\"_blank\">info@bestcerakoteflorida.com</a></p></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-162717cb621\" data-value-type=\"percent\" wfd-id=\"437\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-162717cb620\" data-clip-id=\"c883ac5175045\" wfd-id=\"468\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-c883ac5175045\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"6\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.8949, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-c883ac5175045\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9476, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-c883ac5175045\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9651, 1 1, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-162717cb609\" wfd-id=\"438\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-162717cb618\" wfd-id=\"439\"><div class=\"tcb-flex-row tcb-medium-wrap tcb-resized v-2 tcb--cols--2\" data-css=\"tve-u-162717cb617\" wfd-id=\"440\"><div class=\"tcb-flex-col\" data-css=\"tve-u-162717cb601\" style=\"\" wfd-id=\"454\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717cb60a\" wfd-id=\"456\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h1\" data-css=\"tve-u-162717cb610\" wfd-id=\"462\"><h1 data-css=\"tve-u-162717cb616\" style=\"text-align: center;\">&nbsp;Protect What\'s Important To You! With The Toughest Ceramic Finish In The World!<span data-css=\"tve-u-16271ca808e\" style=\"color: rgb(0, 229, 255);\" wfd-id=\"467\"></span></h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162717cb60f\" wfd-id=\"457\"><p data-css=\"tve-u-1695a36117b\" style=\"text-align: center;\">Heat, Water, Salt and Sand just some of the conditions you face. And any one of them is just waiting to get a hold of your firearm and leave it a pile of rusted, pitted junk.</p><p data-css=\"tve-u-16413112747\" style=\"text-align: center;\">Unfortunately there wasn\'t much you could do other than keep cleaning and lubricating your firearms...till NOW!</p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717cb600\" style=\"\" wfd-id=\"441\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717cb60b\" wfd-id=\"443\"><div class=\"thrv_responsive_video thrv_wrapper rv_style_lifted_style2\" data-type=\"youtube\" data-rel=\"0\" data-url=\"https://www.youtube.com/watch?v=a1nyu9ZJiEk\" data-css=\"tve-u-16959cd1e7a\" data-modestbranding=\"1\" wfd-id=\"451\">\n	\n\n	<div class=\"tve_responsive_video_container\" wfd-id=\"452\">\n		<div class=\"video_overlay\" wfd-id=\"453\"></div>\n	<iframe data-code=\"TEOqV1Q16lU\" data-provider=\"youtube\" src=\"https://www.youtube.com/embed/TEOqV1Q16lU?rel=0&amp;modestbranding=1&amp;controls=1&amp;showinfo=1&amp;fs=1&amp;wmode=transparent\" data-src=\"https://www.youtube.com/embed/TEOqV1Q16lU?rel=0&amp;modestbranding=1&amp;controls=1&amp;showinfo=1&amp;fs=1&amp;wmode=transparent\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\n</div><div class=\"thrv_wrapper thrv-button tcb-with-icon\" data-css=\"tve-u-1695a3002e2\" data-tcb_hover_state_parent=\"\" data-button-style=\"border_1\" wfd-id=\"444\">\n	<a href=\"tel:1-954-848-1911\" class=\"tcb-button-link\" target=\"_blank\" rel=\"\"><span class=\"tcb-button-icon\" wfd-id=\"449\">\n	<div class=\"thrv_wrapper thrv_icon tve_no_drag tve_no_icons tcb-icon-inherit-style tcb-icon-display\" wfd-id=\"450\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-phone-plus-light\" data-name=\"\">\n            <path d=\"M8 128h88v88c0 4.4 3.6 8 8 8h16c4.4 0 8-3.6 8-8v-88h88c4.4 0 8-3.6 8-8v-16c0-4.4-3.6-8-8-8h-88V8c0-4.4-3.6-8-8-8h-16c-4.4 0-8 3.6-8 8v88H8c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8zM487.8 24.1L387 .8c-14.7-3.4-29.8 4.2-35.8 18.1l-46.5 108.5c-5.5 12.7-1.8 27.7 8.9 36.5l53.9 44.1c-34 69.2-90.3 125.6-159.6 159.6l-44.1-53.9c-8.8-10.7-23.8-14.4-36.5-8.9L18.9 351.3c-13.9 6-21.5 21-18.1 35.8L24 487.9C27.3 502 39.9 512 54.5 512 306.7 512 512 307.8 512 54.5c0-14.6-10-27.2-24.2-30.4zM55.1 480l-23-99.6 107.4-46 59.5 72.8c103.6-48.6 159.7-104.9 208.1-208.1l-72.8-59.5 46-107.4 99.6 23C479.7 289.7 289.6 479.7 55.1 480z\"></path>\n        </svg></div>\n</span>\n\n		<span class=\"tcb-button-texts\" wfd-id=\"445\"><span class=\"tcb-button-text thrv-inline-text\" wfd-id=\"446\">CALL NOW</span></span>\n	</a>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-162717fcf9d\" data-value-type=\"percent\" wfd-id=\"378\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-162718bd0c0\" data-clip-id=\"a3b25e1c9221a\" wfd-id=\"436\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0875\"></polygon></clipPath><clipPath id=\"clip-tablet-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"6\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.1051\"></polygon></clipPath><clipPath id=\"clip-mobile-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"1\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0175\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-162718a3b40\" wfd-id=\"379\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622a159bcb\" wfd-id=\"380\">\n<div class=\"tve-content-box-background\" wfd-id=\"435\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"381\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621a2247ba\" wfd-id=\"432\"><h2 data-css=\"tve-u-1621a2e0d5b\">our services</h2></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16229f6175c\" wfd-id=\"407\"><div class=\"tcb-flex-row tcb-medium-no-wrap tcb--cols--3 v-2\" data-css=\"tve-u-162493a03b0\" wfd-id=\"408\"><div class=\"tcb-flex-col\" wfd-id=\"423\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1624939a960\" data-tcb_hover_state_parent=\"\" wfd-id=\"425\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-162493d5f13\" data-float=\"1\" wfd-id=\"431\"><svg class=\"tcb-icon\" viewBox=\"0 0 14 28\" data-name=\"bolt\">\n<path d=\"M13.828 8.844c0.172 0.187 0.219 0.453 0.109 0.688l-8.437 18.078c-0.125 0.234-0.375 0.391-0.656 0.391-0.063 0-0.141-0.016-0.219-0.031-0.344-0.109-0.547-0.438-0.469-0.766l3.078-12.625-6.344 1.578c-0.063 0.016-0.125 0.016-0.187 0.016-0.172 0-0.359-0.063-0.484-0.172-0.187-0.156-0.25-0.391-0.203-0.609l3.141-12.891c0.078-0.297 0.359-0.5 0.688-0.5h5.125c0.391 0 0.703 0.297 0.703 0.656 0 0.094-0.031 0.187-0.078 0.281l-2.672 7.234 6.188-1.531c0.063-0.016 0.125-0.031 0.187-0.031 0.203 0 0.391 0.094 0.531 0.234z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"427\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-162494b490e\" wfd-id=\"428\"><h4 data-css=\"tve-u-16249355087\" style=\"text-align: left;\">Express exterior</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162494b7ad0\" wfd-id=\"426\"><p data-css=\"tve-u-162492e70ad\">Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"416\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162493b6b63\" data-tcb_hover_state_parent=\"\" wfd-id=\"418\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b456a\" wfd-id=\"422\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"adjust\">\n<path d=\"M12 22.5v-17c-4.688 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"420\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1af44d\" wfd-id=\"421\"><h4 data-css=\"tve-u-16249358652\" style=\"text-align: left;\">Interior clean</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"419\"><p data-css=\"tve-u-162492e70ad\">Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"409\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16249373b25\" wfd-id=\"411\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b52d3\" wfd-id=\"415\"><svg class=\"tcb-icon\" viewBox=\"0 0 26 28\" data-name=\"umbrella\">\n<path d=\"M14 12.938v9.063c0 2.172-1.828 4-4 4s-4-1.828-4-4c0-0.547 0.453-1 1-1s1 0.453 1 1c0 1.047 0.953 2 2 2s2-0.953 2-2v-9.063c0.328-0.109 0.656-0.172 1-0.172s0.672 0.063 1 0.172zM26 13.359c0 0.266-0.234 0.5-0.5 0.5-0.141 0-0.25-0.063-0.359-0.156-0.906-0.844-1.75-1.437-3.047-1.437-1.484 0-2.766 0.922-3.609 2.094-0.187 0.266-0.328 0.547-0.5 0.812-0.109 0.172-0.234 0.266-0.438 0.266-0.219 0-0.344-0.094-0.453-0.266-0.172-0.266-0.313-0.547-0.5-0.812-0.844-1.172-2.109-2.094-3.594-2.094s-2.75 0.922-3.594 2.094c-0.187 0.266-0.328 0.547-0.5 0.812-0.109 0.172-0.234 0.266-0.453 0.266-0.203 0-0.328-0.094-0.438-0.266-0.172-0.266-0.313-0.547-0.5-0.812-0.844-1.172-2.125-2.094-3.609-2.094-1.297 0-2.141 0.594-3.047 1.437-0.109 0.094-0.219 0.156-0.359 0.156-0.266 0-0.5-0.234-0.5-0.5 0-0.047 0-0.078 0.016-0.109 1.437-5.906 7.141-9.25 12.984-9.25 5.812 0 11.578 3.344 12.984 9.25 0.016 0.031 0.016 0.063 0.016 0.109zM14 2v1.531c-0.328-0.016-0.672-0.031-1-0.031s-0.672 0.016-1 0.031v-1.531c0-0.547 0.453-1 1-1s1 0.453 1 1z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"413\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b01a6\" wfd-id=\"414\"><h4 data-css=\"tve-u-1624935a201\" style=\"text-align: left;\">Wax protection</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"412\"><p data-css=\"tve-u-162492e70ad\">Etiam pharetra, erat sed fermentum feugiat, velit mauris</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16249367114\" wfd-id=\"382\"><div class=\"tcb-flex-row tcb-medium-no-wrap tcb--cols--3 v-2\" data-css=\"tve-u-16229ffbb7b\" wfd-id=\"383\"><div class=\"tcb-flex-col\" wfd-id=\"400\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229fa6a26\" wfd-id=\"402\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b33f9\" wfd-id=\"406\"><svg class=\"tcb-icon\" viewBox=\"0 0 26 28\" data-name=\"magic\">\n<path d=\"M18.594 9.078l4.578-4.578-1.672-1.672-4.578 4.578zM25.578 4.5c0 0.266-0.094 0.516-0.281 0.703l-20.094 20.094c-0.187 0.187-0.438 0.281-0.703 0.281s-0.516-0.094-0.703-0.281l-3.094-3.094c-0.187-0.187-0.281-0.438-0.281-0.703s0.094-0.516 0.281-0.703l20.094-20.094c0.187-0.187 0.438-0.281 0.703-0.281s0.516 0.094 0.703 0.281l3.094 3.094c0.187 0.187 0.281 0.438 0.281 0.703zM4.469 1.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531zM9.938 4.062l3.063 0.938-3.063 0.938-0.938 3.063-0.938-3.063-3.063-0.938 3.063-0.938 0.938-3.063zM24.469 11.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531zM14.469 1.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"404\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b0a67\" wfd-id=\"405\"><h4 data-css=\"tve-u-16248fc42a1\" style=\"text-align: left;\">Dust &amp; Dash Console</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"403\"><p data-css=\"tve-u-162492e70ad\">Duis sed odio sit amet nibh vulputate cursus a sit amet mauris.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"391\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1622f65ba70\" wfd-id=\"393\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b60b4\" wfd-id=\"399\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"certificate\">\n<path d=\"M21.5 14l2.156 2.109c0.297 0.281 0.406 0.703 0.313 1.094-0.109 0.391-0.422 0.703-0.812 0.797l-2.938 0.75 0.828 2.906c0.109 0.391 0 0.812-0.297 1.094-0.281 0.297-0.703 0.406-1.094 0.297l-2.906-0.828-0.75 2.938c-0.094 0.391-0.406 0.703-0.797 0.812-0.094 0.016-0.203 0.031-0.297 0.031-0.297 0-0.594-0.125-0.797-0.344l-2.109-2.156-2.109 2.156c-0.281 0.297-0.703 0.406-1.094 0.313-0.406-0.109-0.703-0.422-0.797-0.812l-0.75-2.938-2.906 0.828c-0.391 0.109-0.812 0-1.094-0.297-0.297-0.281-0.406-0.703-0.297-1.094l0.828-2.906-2.938-0.75c-0.391-0.094-0.703-0.406-0.812-0.797-0.094-0.391 0.016-0.812 0.313-1.094l2.156-2.109-2.156-2.109c-0.297-0.281-0.406-0.703-0.313-1.094 0.109-0.391 0.422-0.703 0.812-0.797l2.938-0.75-0.828-2.906c-0.109-0.391 0-0.812 0.297-1.094 0.281-0.297 0.703-0.406 1.094-0.297l2.906 0.828 0.75-2.938c0.094-0.391 0.406-0.703 0.797-0.797 0.391-0.109 0.812 0 1.094 0.297l2.109 2.172 2.109-2.172c0.281-0.297 0.688-0.406 1.094-0.297 0.391 0.094 0.703 0.406 0.797 0.797l0.75 2.938 2.906-0.828c0.391-0.109 0.812 0 1.094 0.297 0.297 0.281 0.406 0.703 0.297 1.094l-0.828 2.906 2.938 0.75c0.391 0.094 0.703 0.406 0.812 0.797 0.094 0.391-0.016 0.812-0.313 1.094z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"397\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b12d8\" wfd-id=\"398\"><h4 data-css=\"tve-u-1625389a3d5\" style=\"text-align: left;\">Triple Foam Polish</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"394\"><p data-css=\"tve-u-162492e70ad\">Class aptent taciti sociosqu ad litora torquent</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"384\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229fa8c68\" wfd-id=\"386\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-16271adf6cf\" wfd-id=\"390\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"bullseye\">\n<path d=\"M16 14c0 2.203-1.797 4-4 4s-4-1.797-4-4 1.797-4 4-4 4 1.797 4 4zM18 14c0-3.313-2.688-6-6-6s-6 2.688-6 6 2.688 6 6 6 6-2.688 6-6zM20 14c0 4.422-3.578 8-8 8s-8-3.578-8-8 3.578-8 8-8 8 3.578 8 8zM22 14c0-5.516-4.484-10-10-10s-10 4.484-10 10 4.484 10 10 10 10-4.484 10-10zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"388\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-16248fc71c8\" wfd-id=\"389\"><h4 data-css=\"tve-u-1625389b4ed\" style=\"text-align: left;\">Tire dressing</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"387\"><p data-css=\"tve-u-162492e70ad\">Etiam pharetra, erat sed fermentum feugiat, velit mauris</p></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621ad46076\" wfd-id=\"338\">\n<div class=\"tve-page-section-out\" wfd-id=\"377\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621b072b4e\" wfd-id=\"339\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621a8b2488\" wfd-id=\"340\"><div class=\"tcb-flex-row tcb--cols--2 v-2\" data-css=\"tve-u-1621a8a804b\" wfd-id=\"341\"><div class=\"tcb-flex-col\" wfd-id=\"353\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16271bfe70c\" wfd-id=\"355\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h3\" data-css=\"tve-u-1621a8c4313\" wfd-id=\"374\"><h3><strong>Complete cleaning services for yoâ€‹ur car</strong></h3></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-16417b70f47\" wfd-id=\"356\"><ul class=\"tcb-styled-list\" wfd-id=\"357\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621acf0289\" wfd-id=\"368\"><div class=\"tcb-styled-list-icon\" wfd-id=\"372\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a8e11f3\" wfd-id=\"373\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ace1b08\" wfd-id=\"369\">We are a small business delivering professional cleaning services for all vehicles</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621acf64fb\" wfd-id=\"364\"><div class=\"tcb-styled-list-icon\" wfd-id=\"366\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a8e5625\" wfd-id=\"367\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ace4de9\" wfd-id=\"365\">Our services are convenient for individuals and corporate fleets</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"358\"><div class=\"tcb-styled-list-icon\" wfd-id=\"362\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a9076ef\" wfd-id=\"363\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621acf47d2\" wfd-id=\"359\">We use eco-friendly products that actually clean, protect and maintain your car better than the traditional cleaning substances</span></li></ul></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"342\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621a90a46f\" wfd-id=\"344\"><div class=\"thrv_wrapper thrv-fill-counter tve_red tve_normalfc thrv_data_element\" data-css=\"tve-u-1621a983587\" wfd-id=\"345\">\n<div class=\"tve_fill_counter_n\" style=\"\" data-fill=\"100\" data-css=\"tve-u-1621a98b602\" wfd-id=\"346\">\n<svg viewBox=\"0 0 160 160\" class=\"tve_fill_counter_circle\" shape-rendering=\"optimizeSpeed\" data-css=\"tve-u-1621a9a2862\">\n<circle class=\"tve_fill_counter_circle_inner\" r=\"80\" cx=\"80\" cy=\"80\" data-css=\"tve-u-1621a9685d4\"></circle>\n</svg>\n<div class=\"tve_fill_text_in\" data-css=\"tve-u-1621a96b190\" wfd-id=\"347\">\n<div class=\"tve_fill_text_value\" data-css=\"tve-u-1621a9a2866\" wfd-id=\"349\">\n<div class=\"thrv-inline-text tve_fill_text tve_editable\" data-css=\"tve-u-1621a9a2867\" wfd-id=\"350\"><strong>100%â€‹</strong></div>\n</div>\n<div class=\"thrv-inline-text tve_editable tve_data_element_label\" data-css=\"tve-u-1621a9750ae\" wfd-id=\"348\">Clean car</div>\n</div>\n</div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621ada1e7f\" data-value-type=\"percent\" wfd-id=\"300\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621adba9ef\" data-clip-id=\"52d5a36c151aa\" wfd-id=\"337\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-52d5a36c151aa\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0875\"></polygon></clipPath><clipPath id=\"clip-tablet-top-52d5a36c151aa\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0524\"></polygon></clipPath><clipPath id=\"clip-mobile-top-52d5a36c151aa\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0349\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621ad420c4\" wfd-id=\"301\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621ade6172\" wfd-id=\"302\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2 tcb-row-reversed-mobile tcb-mobile-edit v-2\" data-css=\"tve-u-1621adea58b\" wfd-id=\"303\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621b064646\" style=\"\" wfd-id=\"331\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ae0bec7\" wfd-id=\"333\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ae4fd21\" data-value-type=\"percent\" data-float=\"1\" wfd-id=\"334\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621ae6c8da\" data-clip-id=\"aa2c3e3c70555\" wfd-id=\"336\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0349\"></polygon></clipPath><clipPath id=\"clip-tablet-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"4\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0699\"></polygon></clipPath><clipPath id=\"clip-mobile-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"4\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0699\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb\" data-css=\"tve-u-1621ae4db6e\" wfd-id=\"335\"></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621b064668\" style=\"\" wfd-id=\"304\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621f45bed3\" wfd-id=\"306\"><div class=\"tcb-clear\" data-css=\"tve-u-16224848ee5\" wfd-id=\"327\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621afceb00\" wfd-id=\"328\"><h2 data-css=\"tve-u-1621afcc0bf\">Check Out Our Special Offer!</h2></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621afda4fa\" wfd-id=\"326\"><p data-css=\"tve-u-1621afd8c98\">Donâ€™t miss the opportunity to get 50% discount on a complete cleaning just by recommending us to a friend. Bring someone you know with you and clean you car half price!</p></div><div class=\"tcb-clear\" data-css=\"tve-u-16224834cab\" wfd-id=\"307\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621fe85996\" wfd-id=\"308\"><div class=\"tcb-flex-row tcb--cols--2 tcb-resized tcb-medium-wrap tcb-desktop-wrap\" data-css=\"tve-u-1621fe78878\" wfd-id=\"309\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621fe94086\" style=\"\" wfd-id=\"317\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"319\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621b01355a\" wfd-id=\"320\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621b08fdde\" data-tcb_hover_state_parent=\"1\" wfd-id=\"325\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16223f02c16\" wfd-id=\"321\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-1620af7eb3f\" data-tcb_hover_state_parent=\"\" data-button-style=\"full_rounded\" wfd-id=\"322\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"323\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-16228c75500\" wfd-id=\"324\"><strong>Request an appointment</strong></span></span>\n</a>\n</div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621fe940b9\" style=\"\" wfd-id=\"310\"><div class=\"tcb-col\" wfd-id=\"312\"><div class=\"tcb-clear\" data-css=\"tve-u-16224716d62\" wfd-id=\"313\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-1621b028939\" data-tcb_hover_state_parent=\"\" data-button-style=\"ghost\" wfd-id=\"314\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"315\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-16228c764b2\" wfd-id=\"316\"><strong>Call Now: 0400-700-682</strong></span></span>\n</a>\n</div></div></div></div></div></div></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16260ba2fa4\" wfd-id=\"199\">\n<div class=\"tve-page-section-out\" wfd-id=\"299\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16260be7104\" wfd-id=\"200\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621b0e4fb7\" wfd-id=\"298\"><h2 data-css=\"tve-u-1621b10fccf\" style=\"text-align: center;\">our happy clients</h2></div><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641367127b\" data-float=\"1\" wfd-id=\"297\"><svg class=\"tcb-icon\" viewBox=\"0 0 30 32\" data-name=\"quote-left\">\n<path d=\"M13.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429zM29.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641367e553\" wfd-id=\"296\"><svg class=\"tcb-icon\" viewBox=\"0 0 30 32\" data-name=\"quote-left\">\n<path d=\"M13.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429zM29.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a10d3b4\" wfd-id=\"267\">\n<div class=\"tve-content-box-background\" wfd-id=\"295\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"268\"><div class=\"tcb-clear\" data-css=\"tve-u-1621b300a64\" wfd-id=\"293\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-1621f154231\" wfd-id=\"294\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621b200375\" wfd-id=\"271\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-16260d8392c\" wfd-id=\"272\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"277\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"279\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16417b62c09\" wfd-id=\"280\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-16260d8396c\" wfd-id=\"281\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16260d01208\" style=\"\" wfd-id=\"287\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"289\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"290\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16225617da3\" wfd-id=\"292\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"291\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16260d0120e\" style=\"\" wfd-id=\"282\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"284\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"286\"><h5>Brett Graham, 28</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"285\"><h6 class=\"\">Architect</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"273\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"275\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"276\"><p data-css=\"tve-u-162539c17ec\">Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit. Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit.&nbsp;</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-16260c5ff0c\" wfd-id=\"269\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260c5ff07\" wfd-id=\"270\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a12f675\" wfd-id=\"234\">\n<div class=\"tve-content-box-background\" wfd-id=\"266\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"235\"><div class=\"tcb-clear\" data-css=\"tve-u-16260cd7683\" wfd-id=\"264\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260d73672\" wfd-id=\"265\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16260da3aa7\" wfd-id=\"238\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-1621fb68b97\" wfd-id=\"239\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"248\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"250\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16417b662bf\" wfd-id=\"251\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-1621fb65556\" wfd-id=\"252\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16229915e1a\" style=\"\" wfd-id=\"258\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"260\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"261\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16260c433e9\" wfd-id=\"263\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"262\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16229915e4e\" style=\"\" wfd-id=\"253\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"255\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"257\"><h5>Rosie Hanson, 24</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"256\"><h6 class=\"\">Real estate Associate</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"240\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"242\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"243\"><p data-css=\"tve-u-162539c17ec\">Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo.</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-16260d3b97e\" wfd-id=\"236\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260d39b83\" wfd-id=\"237\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a146aef\" wfd-id=\"201\">\n<div class=\"tve-content-box-background\" wfd-id=\"233\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"202\"><div class=\"tcb-clear\" data-css=\"tve-u-16260cd7683\" wfd-id=\"231\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260cd622f\" wfd-id=\"232\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16260c39a7e\" wfd-id=\"205\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-16260d3f4aa\" wfd-id=\"206\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"213\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"215\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621fbacc60\" wfd-id=\"216\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-16260d3f4af\" wfd-id=\"217\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16229915e1a\" style=\"\" wfd-id=\"225\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"227\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"228\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16260d5e4b8\" wfd-id=\"230\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"229\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16229915e4e\" style=\"\" wfd-id=\"218\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"220\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"224\"><h5>Shawn Mattews, 35</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"221\"><h6 class=\"\">project manager</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"207\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"209\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"210\"><p data-css=\"tve-u-162539c17ec\">Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo. Nullam ac urna eu felis.Sed non neque elit. Sed ut imperdiet nisi. Proin condimentum</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1621b30ca74\" wfd-id=\"203\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-1621f15b521\" wfd-id=\"204\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621b3c8c52\" wfd-id=\"85\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621b3cfc7b\" wfd-id=\"198\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621b3c74d9\" wfd-id=\"86\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621e7b695a\" wfd-id=\"195\"><h2 data-css=\"tve-u-1621e7a7350\" style=\"text-align: center;\">our offers</h2></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621e7c899a\" wfd-id=\"87\"><div class=\"tcb-flex-row tcb--cols--3 tcb-medium-wrap v-2\" data-css=\"tve-u-1621e7c7aa1\" wfd-id=\"88\"><div class=\"tcb-flex-col\" wfd-id=\"155\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16223fc9f23\" wfd-id=\"157\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e7ceab3\" style=\"\" wfd-id=\"158\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16416e4fafd\" wfd-id=\"194\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e7d5094\" wfd-id=\"159\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e7e9950\" data-value-type=\"percent\" style=\"\" wfd-id=\"188\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e7edfd9\" data-clip-id=\"10ffac3b28f1d\" wfd-id=\"193\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-10ffac3b28f1d\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-10ffac3b28f1d\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e7e6c1d\" wfd-id=\"189\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-16417b4cb9e\" wfd-id=\"190\"><h4 data-css=\"tve-u-1621fe1a1af\" style=\"text-align: center;\"><strong>Basic Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ec6c39b\" data-float=\"1\" wfd-id=\"184\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e81f424\" wfd-id=\"187\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec752da\" wfd-id=\"185\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"186\"><h4 data-css=\"tve-u-1621fe1bd18\" style=\"text-align: center;\"><strong>15$</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621ea50702\" wfd-id=\"160\"><ul class=\"tcb-styled-list\" wfd-id=\"161\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec3a5c0\" wfd-id=\"180\"><div class=\"tcb-styled-list-icon\" wfd-id=\"182\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec204df\" wfd-id=\"183\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec241aa\" wfd-id=\"181\">Interior vacuum</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"176\"><div class=\"tcb-styled-list-icon\" wfd-id=\"178\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec20f68\" wfd-id=\"179\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec2704c\" wfd-id=\"177\">Dust &amp;dash console</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec42aa7\" wfd-id=\"170\"><div class=\"tcb-styled-list-icon\" wfd-id=\"174\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec21a31\" wfd-id=\"175\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec298ab\" wfd-id=\"171\">Hand towel dry</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec43fe2\" wfd-id=\"166\"><div class=\"tcb-styled-list-icon\" wfd-id=\"168\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ea1fba7\" wfd-id=\"169\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea23322\" wfd-id=\"167\">Clean windows</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec454d9\" wfd-id=\"162\"><div class=\"tcb-styled-list-icon\" wfd-id=\"164\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ea295c0\" wfd-id=\"165\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea2c69a\" wfd-id=\"163\">Soft cloth wash</span></li></ul></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"122\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"124\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621eb81205\" style=\"\" wfd-id=\"125\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16416e603ab\" wfd-id=\"154\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621eb7ccb0\" wfd-id=\"126\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ebbbb6d\" data-value-type=\"percent\" wfd-id=\"150\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eaaedd8\" data-clip-id=\"a2b9cf3198d6f\" wfd-id=\"153\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-a2b9cf3198d6f\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-a2b9cf3198d6f\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec7f21a\" wfd-id=\"151\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e930bd7\" wfd-id=\"152\"><h4 data-css=\"tve-u-1621e92e97f\" style=\"text-align: center;\"><strong>Ultimate Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ec78d2c\" data-float=\"1\" wfd-id=\"146\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eab272c\" wfd-id=\"149\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec79a7d\" wfd-id=\"147\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"148\"><h4 data-css=\"tve-u-1621e942b65\" style=\"text-align: center;\"><strong>22 $</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621ebfa746\" wfd-id=\"143\"><p data-css=\"tve-u-1621f4ceaf6\" style=\"text-align: center;\">Includes basic service <span data-css=\"tve-u-1621f4ceaf7\" style=\"color: rgb(15, 29, 123);\" wfd-id=\"144\"><strong class=\"\"><span data-css=\"tve-u-1621f4ceafb\" wfd-id=\"145\">+</span></strong></span></p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621ebf340c\" wfd-id=\"127\"><ul class=\"tcb-styled-list\" wfd-id=\"128\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-164137a0b1f\" wfd-id=\"137\"><div class=\"tcb-styled-list-icon\" wfd-id=\"141\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec0c5bd\" wfd-id=\"142\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ebfe4ce\" wfd-id=\"138\">Triple foam conditiner</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec04541\" wfd-id=\"133\"><div class=\"tcb-styled-list-icon\" wfd-id=\"135\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec09a3c\" wfd-id=\"136\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ebff867\" wfd-id=\"134\">Tire dressing</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec05cc3\" wfd-id=\"129\"><div class=\"tcb-styled-list-icon\" wfd-id=\"131\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec15f6e\" wfd-id=\"132\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec009a8\" wfd-id=\"130\">Air freshner</span></li></ul></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"89\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16223dad661\" wfd-id=\"91\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621fd9c946\" style=\"\" wfd-id=\"92\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e7d234c\" wfd-id=\"121\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621fd84d7b\" wfd-id=\"93\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16223b080b0\" data-value-type=\"percent\" wfd-id=\"115\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eb3eb9f\" data-clip-id=\"ac98bb0e54b3b\" wfd-id=\"120\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621fd8766c\" wfd-id=\"116\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e930bd7\" wfd-id=\"117\"><h4 data-css=\"tve-u-1621fe1587d\" style=\"text-align: center;\"><strong>Supreme Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e8107f3\" wfd-id=\"111\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eb43d8d\" wfd-id=\"114\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e819c52\" wfd-id=\"112\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"113\"><h4 data-css=\"tve-u-1621fe1725e\" style=\"text-align: center;\"><strong>30 $</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621eb037bb\" wfd-id=\"108\"><p data-css=\"tve-u-1621f4d0451\" style=\"text-align: center;\">Includes ultimate service <span data-css=\"tve-u-1621eaff572\" style=\"color: rgb(15, 29, 123);\" wfd-id=\"109\"><strong class=\"\"><span data-css=\"tve-u-1621eb01b60\" wfd-id=\"110\">+</span></strong></span></p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621eacf6af\" wfd-id=\"94\"><ul class=\"tcb-styled-list\" wfd-id=\"95\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec36a4d\" wfd-id=\"104\"><div class=\"tcb-styled-list-icon\" wfd-id=\"106\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e9993aa\" wfd-id=\"107\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea1a5d7\" wfd-id=\"105\">Exterior trim dressing</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"100\"><div class=\"tcb-styled-list-icon\" wfd-id=\"102\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e99b1db\" wfd-id=\"103\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea19a06\" wfd-id=\"101\">Hand applied spray wax</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec37ea5\" wfd-id=\"96\"><div class=\"tcb-styled-list-icon\" wfd-id=\"98\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e99c314\" wfd-id=\"99\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea18c5d\" wfd-id=\"97\">Interior conditioner</span></li></ul></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621efddaaf\" wfd-id=\"39\">\n<div class=\"tve-page-section-out\" wfd-id=\"84\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621edf8048\" wfd-id=\"40\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621f114214\" wfd-id=\"41\"><div class=\"tcb-flex-row tcb-mobile-edit tcb--cols--2\" data-css=\"tve-u-1621ee03000\" wfd-id=\"42\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621ee4be21\" style=\"\" wfd-id=\"48\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ee093d4\" wfd-id=\"50\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ee3afec\" wfd-id=\"51\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621ee58e74\" wfd-id=\"83\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ee37f4a\" wfd-id=\"52\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1621ee74a24\" wfd-id=\"82\"><svg class=\"tcb-icon\" viewBox=\"0 0 16 28\" data-name=\"map-marker\">\n<path d=\"M12 10c0-2.203-1.797-4-4-4s-4 1.797-4 4 1.797 4 4 4 4-1.797 4-4zM16 10c0 0.953-0.109 1.937-0.516 2.797l-5.688 12.094c-0.328 0.688-1.047 1.109-1.797 1.109s-1.469-0.422-1.781-1.109l-5.703-12.094c-0.406-0.859-0.516-1.844-0.516-2.797 0-4.422 3.578-8 8-8s8 3.578 8 8z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621ee63e1c\" wfd-id=\"77\"><h2 data-css=\"tve-u-1621fdcb4ea\" style=\"text-align: center;\">contact us</h2></div><div class=\"thrv_wrapper thrv-contact-form\" data-ct=\"contact_form-22343\" style=\"\" data-css=\"tve-u-16465071dea\" data-ct-name=\"Rounded Shadow\" wfd-id=\"55\">\n<form action=\"\" method=\"post\" novalidate=\"\" wfd-id=\"56\">\n<div class=\"tve-cf-item-wrapper\" wfd-id=\"60\">\n<div class=\"tve-cf-item\" data-css=\"tve-u-1695dd04208\" wfd-id=\"73\">\n<div class=\"thrv-cf-input-wrapper\" data-type=\"first_name\" wfd-id=\"74\">\n<label data-css=\"tve-u-1695d9d6525\" class=\"\" wfd-id=\"76\">First Name</label>\n<div class=\"tve-cf-input\" data-css=\"tve-u-1695d9d6526\" data-tcb_hover_state_parent=\"\" wfd-id=\"75\">\n<input placeholder=\"\" type=\"text\" name=\"first_name\" data-placeholder=\"\" wfd-id=\"502\">\n</div>\n</div>\n</div>\n<div class=\"tve-cf-item\" data-css=\"tve-u-1695dd04208\" wfd-id=\"69\">\n<div class=\"thrv-cf-input-wrapper\" data-type=\"email\" wfd-id=\"70\">\n<label data-css=\"tve-u-1695d9d6527\" class=\"\" wfd-id=\"72\">Email Address</label>\n<div class=\"tve-cf-input\" data-css=\"tve-u-1695d9d6528\" data-tcb_hover_state_parent=\"\" wfd-id=\"71\">\n<input placeholder=\"\" type=\"email\" name=\"email\" data-placeholder=\"\" wfd-id=\"501\">\n</div>\n</div>\n</div>\n<div class=\"tve-cf-item\" data-css=\"tve-u-1695dd484d7\" wfd-id=\"65\">\n<div class=\"thrv-cf-input-wrapper\" data-type=\"message\" wfd-id=\"66\">\n<label data-css=\"tve-u-1695d9d6529\" class=\"\" wfd-id=\"68\">Message</label>\n<div class=\"tve-cf-input\" data-css=\"tve-u-1695d9d652a\" data-tcb_hover_state_parent=\"\" wfd-id=\"67\">\n<textarea placeholder=\"\" data-placeholder=\"\" name=\"message\" wfd-id=\"504\"></textarea>\n</div>\n</div>\n</div>\n<div class=\"tve-cf-item\" data-css=\"tve-u-1695dd04208\" wfd-id=\"61\">\n	<div class=\"thrv-cf-input-wrapper\" data-type=\"phone\" wfd-id=\"62\">\n		<label data-css=\"tve-u-1695d9d6525\" class=\"\" wfd-id=\"64\">Phone Number</label>\n		<div class=\"tve-cf-input\" data-css=\"tve-u-1695d9d6526\" wfd-id=\"63\">\n			<input placeholder=\"+1-555-555-2368\" type=\"tel\" name=\"phone\" data-placeholder=\"+1-555-555-2368\" wfd-id=\"500\">\n		</div>\n	</div>\n</div></div>\n<div class=\"tve-cf-submit\" data-tcb_hover_state_parent=\"\" data-button-style=\"rounded\" data-css=\"tve-u-1695dd27f6a\" wfd-id=\"57\">\n<button class=\"tve_btn_txt\" type=\"submit\" wfd-id=\"517\">Submit Message</button>\n</div>\n<input type=\"hidden\" name=\"config\" value=\"YTozOntzOjE0OiJlcnJvcl9tZXNzYWdlcyI7YTo0OntzOjU6ImVtYWlsIjtzOjIxOiJFbWFpbCBhZGRyZXNzIGludmFsaWQiO3M6NToicGhvbmUiO3M6MjA6IlBob25lIG51bWJlciBpbnZhbGlkIjtzOjM6InVybCI7czoxMToiVVJMIGludmFsaWQiO3M6ODoicmVxdWlyZWQiO3M6MjA6IlJlcXVpcmVkIGZpZWxkIGVtcHR5Ijt9czo4OiJ0b19lbWFpbCI7YToyOntzOjI6InRvIjtzOjI4OiJpbmZvQGJlc3RjZXJha290ZWZsb3JpZGEuY29tIjtzOjc6InN1YmplY3QiO3M6MTg6Ik5ldyBtZXNzYWdlIGZyb206ICI7fXM6Njoic3VibWl0IjthOjEwOntzOjY6ImFjdGlvbiI7czoxMjoibm90aWZpY2F0aW9uIjtzOjIzOiJzZW5kX2NvbmZpcm1hdGlvbl9lbWFpbCI7YjoxO3M6MTk6InNlbmRlcl9wZXJzb25hbGl6ZWQiO2I6MDtzOjIwOiJjb25maXJtYXRpb25fc3ViamVjdCI7czozNjoiQ29udGFjdCBGb3JtIHN1Ym1pc3Npb24gY29uZmlybWF0aW9uIjtzOjIwOiJjb25maXJtYXRpb25fbWVzc2FnZSI7czoxMzk6IkhlbGxvLCAKClRoYW5rcyBmb3IgY29udGFjdGluZyB1cy4gV2UnbGwgZ2V0IGJhY2sgdG8geW91IGFzIHNvb24gYXMgcG9zc2libGUgd2l0aCB0aGUgaW5mb3JtYXRpb24geW91IG5lZWQuIAoKQmVzdCByZWdhcmRzLApbd3Bfc2l0ZV90aXRsZV0iO3M6OToiZnJvbV9uYW1lIjtzOjI4OiJUaGUgQmVzdCBDZXJha290ZSBJbiBGbG9yaWRhIjtzOjEwOiJmcm9tX2VtYWlsIjtzOjI5OiJhZG1pbkBiZXN0Y2VyYWtvdGVmbG9yaWRhLmNvbSI7czo4OiJyZXBseV90byI7czoyOToiYWRtaW5AYmVzdGNlcmFrb3RlZmxvcmlkYS5jb20iO3M6MzoidXJsIjtzOjA6IiI7czoxMjoibm90aWZpY2F0aW9uIjtzOjgxOiJZb3VyIG1lc3NhZ2UgaGFzIGJlZW4gc2VudCwgdGhhbmsgeW91ISBZb3UnbGwgaGVhciBmcm9tIHVzIHdpdGhpbiB0aGUgbmV4dCAyNCBocnMiO319\" wfd-id=\"499\"></form>\n</div><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_slide_left\" data-css=\"tve-u-1621ef118dc\" style=\"\" wfd-id=\"53\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"54\"><img class=\"tve_image tve_evt_manager_listen tve_et_tve-viewport wp-image-282\" alt=\"Cerakote Certified Logo\" width=\"2148\" height=\"1968\" title=\"Cerakote Certified Logo\" data-id=\"282\" src=\"https://bestcerakoteflorida.com/wp-content/uploads/2018/09/CertifiedLogo.png\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_left&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" style=\"width: 100%;\"></span></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621ee4be73\" style=\"\" wfd-id=\"43\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ee22c43\" wfd-id=\"45\"><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-1695d995f33\" wfd-id=\"47\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=825 South Kings Highway, Fort Pierce&amp;t=m&amp;z=11&amp;output=embed&amp;iwloc=near\"></iframe>\n</div><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-1621ee18a1c\" wfd-id=\"46\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=davie, Florida 33317&amp;t=m&amp;z=11&amp;output=embed&amp;iwloc=near\"></iframe>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621f0aa8f7\" wfd-id=\"24\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621f0ada0e\" wfd-id=\"38\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621f0b0088\" wfd-id=\"25\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621f0d2c1a\" wfd-id=\"26\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-1621f0cbe40\" wfd-id=\"27\"><div class=\"tcb-flex-col\" wfd-id=\"33\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"34\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621f0da775\" wfd-id=\"35\"><p data-css=\"tve-u-1622444fb11\">Â© 2018, BLACKHAWK CUSTOM, LLC . All rights reserved.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"28\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"29\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16223fe5f5b\" wfd-id=\"30\"><p data-css=\"tve-u-1621f0d874c\" style=\"text-align: right;\">Made with <a href=\"https://thrivethemes.com/\" target=\"_blank\">Thrive Architect</a></p></div></div></div></div></div></div>\n</div>\n\n'),(7065,583,'tve_revision_tve_has_wistia_popover','0'),(7066,584,'tve_revision_tve_landing_page','tcb2-thrivebiz-car-wash'),(7067,584,'tve_revision_tve_landing_set',''),(7068,584,'tve_revision_tve_disable_theme_dependency','1'),(7069,584,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-162717d1bbe\" wfd-id=\"472\"><div class=\"tcb-flex-row tcb-medium-no-wrap v-2 tcb--cols--3 m-edit tcb-mobile-wrap tcb-resized\" data-css=\"tve-u-162717d1bbf\" wfd-id=\"473\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1695981e7bb\" wfd-id=\"492\"><div class=\"tcb-col\" data-css=\"tve-u-16959846d3d\" wfd-id=\"494\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16959822de2\" wfd-id=\"495\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"496\"><img class=\"tve_image wp-image-465\" alt=\"\" width=\"384\" height=\"62\" title=\"Blackhawk_custom_header\" data-id=\"465\" src=\"https://bestcerakoteflorida.com/wp-content/uploads/2019/01/Blackhawk_custom_header.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717d1bb9\" style=\"\" wfd-id=\"485\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717d1bb6\" wfd-id=\"487\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-164179a84b8\" wfd-id=\"488\">\n<div class=\"tve-content-box-background\" wfd-id=\"491\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"489\"><div class=\"tcb-clear\" wfd-id=\"490\"></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717d1bb7\" style=\"\" wfd-id=\"474\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717d1bbc\" wfd-id=\"476\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16369305186\" wfd-id=\"477\">\n<div class=\"tve-content-box-background\" wfd-id=\"484\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16417e9d24e\" wfd-id=\"478\"><div class=\"tcb-clear\" wfd-id=\"482\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-16417e5bd95\" data-float=\"1\" wfd-id=\"483\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-envelope-regular\" data-name=\"\">\n            <path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path>\n        </svg></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-164179bced9\" wfd-id=\"479\"><p data-css=\"tve-u-1641333d7d1\"><a href=\"mailto:info@bestcerkoteflorida.com\" target=\"_blank\">info@bestcerakoteflorida.com</a></p></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-162717cb621\" data-value-type=\"percent\" wfd-id=\"441\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-162717cb620\" data-clip-id=\"c883ac5175045\" wfd-id=\"471\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-c883ac5175045\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"6\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.8949, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-c883ac5175045\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9476, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-c883ac5175045\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9651, 1 1, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-162717cb609\" wfd-id=\"442\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-162717cb618\" wfd-id=\"443\"><div class=\"tcb-flex-row tcb-medium-wrap tcb-resized v-2 tcb--cols--2\" data-css=\"tve-u-162717cb617\" wfd-id=\"444\"><div class=\"tcb-flex-col\" data-css=\"tve-u-162717cb601\" style=\"\" wfd-id=\"458\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717cb60a\" wfd-id=\"460\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h1\" data-css=\"tve-u-162717cb610\" wfd-id=\"466\"><h1 data-css=\"tve-u-162717cb616\" style=\"text-align: center;\">&nbsp;<strong>â€‹</strong><strong>Protect What\'s Important To You! With The Toughest Ceramic Finish In The World!</strong></h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162717cb60f\" wfd-id=\"461\"><h2 class=\"\" data-css=\"tve-u-1695a36117b\" style=\"text-align: center;\"><strong>Heat, Water, Salt and Sand just some of the conditions you face. And any one of them is just waiting, to get a hold of your firearm and leave it a pile of rusted, pitted junk.</strong></h2><h2 class=\"\" data-css=\"tve-u-16413112747\" style=\"text-align: center;\"><strong>Unfortunately, there wasn\'t much you could do other than keep cleaning and lubricating your firearms...till NOW!</strong></h2></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717cb600\" style=\"\" wfd-id=\"445\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717cb60b\" wfd-id=\"447\"><div class=\"thrv_responsive_video thrv_wrapper rv_style_lifted_style2\" data-type=\"youtube\" data-rel=\"0\" data-url=\"https://www.youtube.com/watch?v=a1nyu9ZJiEk\" data-css=\"tve-u-16959cd1e7a\" data-modestbranding=\"1\" wfd-id=\"455\">\n	\n\n	<div class=\"tve_responsive_video_container\" wfd-id=\"456\">\n		<div class=\"video_overlay\" wfd-id=\"457\"></div>\n	<iframe data-code=\"TEOqV1Q16lU\" data-provider=\"youtube\" src=\"https://www.youtube.com/embed/TEOqV1Q16lU?rel=0&amp;modestbranding=1&amp;controls=1&amp;showinfo=1&amp;fs=1&amp;wmode=transparent\" data-src=\"https://www.youtube.com/embed/TEOqV1Q16lU?rel=0&amp;modestbranding=1&amp;controls=1&amp;showinfo=1&amp;fs=1&amp;wmode=transparent\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\n</div><div class=\"thrv_wrapper thrv-button tcb-with-icon\" data-css=\"tve-u-1695a3002e2\" data-tcb_hover_state_parent=\"\" data-button-style=\"border_1\" wfd-id=\"448\">\n	<a href=\"tel:1-954-848-1911\" class=\"tcb-button-link\" target=\"_blank\" rel=\"\"><span class=\"tcb-button-icon\" wfd-id=\"453\">\n	<div class=\"thrv_wrapper thrv_icon tve_no_drag tve_no_icons tcb-icon-inherit-style tcb-icon-display\" wfd-id=\"454\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-phone-plus-light\" data-name=\"\">\n            <path d=\"M8 128h88v88c0 4.4 3.6 8 8 8h16c4.4 0 8-3.6 8-8v-88h88c4.4 0 8-3.6 8-8v-16c0-4.4-3.6-8-8-8h-88V8c0-4.4-3.6-8-8-8h-16c-4.4 0-8 3.6-8 8v88H8c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8zM487.8 24.1L387 .8c-14.7-3.4-29.8 4.2-35.8 18.1l-46.5 108.5c-5.5 12.7-1.8 27.7 8.9 36.5l53.9 44.1c-34 69.2-90.3 125.6-159.6 159.6l-44.1-53.9c-8.8-10.7-23.8-14.4-36.5-8.9L18.9 351.3c-13.9 6-21.5 21-18.1 35.8L24 487.9C27.3 502 39.9 512 54.5 512 306.7 512 512 307.8 512 54.5c0-14.6-10-27.2-24.2-30.4zM55.1 480l-23-99.6 107.4-46 59.5 72.8c103.6-48.6 159.7-104.9 208.1-208.1l-72.8-59.5 46-107.4 99.6 23C479.7 289.7 289.6 479.7 55.1 480z\"></path>\n        </svg></div>\n</span>\n\n		<span class=\"tcb-button-texts\" wfd-id=\"449\"><span class=\"tcb-button-text thrv-inline-text\" wfd-id=\"450\">CALL NOW</span></span>\n	</a>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-162717fcf9d\" data-value-type=\"percent\" wfd-id=\"382\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-162718bd0c0\" data-clip-id=\"a3b25e1c9221a\" wfd-id=\"440\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0875\"></polygon></clipPath><clipPath id=\"clip-tablet-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"6\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.1051\"></polygon></clipPath><clipPath id=\"clip-mobile-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"1\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0175\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-162718a3b40\" wfd-id=\"383\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622a159bcb\" wfd-id=\"384\">\n<div class=\"tve-content-box-background\" wfd-id=\"439\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"385\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621a2247ba\" wfd-id=\"436\"><h2 data-css=\"tve-u-1621a2e0d5b\">our services</h2></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16229f6175c\" wfd-id=\"411\"><div class=\"tcb-flex-row tcb-medium-no-wrap tcb--cols--3 v-2\" data-css=\"tve-u-162493a03b0\" wfd-id=\"412\"><div class=\"tcb-flex-col\" wfd-id=\"427\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1624939a960\" data-tcb_hover_state_parent=\"\" wfd-id=\"429\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-162493d5f13\" data-float=\"1\" wfd-id=\"435\"><svg class=\"tcb-icon\" viewBox=\"0 0 14 28\" data-name=\"bolt\">\n<path d=\"M13.828 8.844c0.172 0.187 0.219 0.453 0.109 0.688l-8.437 18.078c-0.125 0.234-0.375 0.391-0.656 0.391-0.063 0-0.141-0.016-0.219-0.031-0.344-0.109-0.547-0.438-0.469-0.766l3.078-12.625-6.344 1.578c-0.063 0.016-0.125 0.016-0.187 0.016-0.172 0-0.359-0.063-0.484-0.172-0.187-0.156-0.25-0.391-0.203-0.609l3.141-12.891c0.078-0.297 0.359-0.5 0.688-0.5h5.125c0.391 0 0.703 0.297 0.703 0.656 0 0.094-0.031 0.187-0.078 0.281l-2.672 7.234 6.188-1.531c0.063-0.016 0.125-0.031 0.187-0.031 0.203 0 0.391 0.094 0.531 0.234z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"431\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-162494b490e\" wfd-id=\"432\"><h4 data-css=\"tve-u-16249355087\" style=\"text-align: left;\">Express exterior</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162494b7ad0\" wfd-id=\"430\"><p data-css=\"tve-u-162492e70ad\">Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"420\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162493b6b63\" data-tcb_hover_state_parent=\"\" wfd-id=\"422\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b456a\" wfd-id=\"426\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"adjust\">\n<path d=\"M12 22.5v-17c-4.688 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"424\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1af44d\" wfd-id=\"425\"><h4 data-css=\"tve-u-16249358652\" style=\"text-align: left;\">Interior clean</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"423\"><p data-css=\"tve-u-162492e70ad\">Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"413\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16249373b25\" wfd-id=\"415\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b52d3\" wfd-id=\"419\"><svg class=\"tcb-icon\" viewBox=\"0 0 26 28\" data-name=\"umbrella\">\n<path d=\"M14 12.938v9.063c0 2.172-1.828 4-4 4s-4-1.828-4-4c0-0.547 0.453-1 1-1s1 0.453 1 1c0 1.047 0.953 2 2 2s2-0.953 2-2v-9.063c0.328-0.109 0.656-0.172 1-0.172s0.672 0.063 1 0.172zM26 13.359c0 0.266-0.234 0.5-0.5 0.5-0.141 0-0.25-0.063-0.359-0.156-0.906-0.844-1.75-1.437-3.047-1.437-1.484 0-2.766 0.922-3.609 2.094-0.187 0.266-0.328 0.547-0.5 0.812-0.109 0.172-0.234 0.266-0.438 0.266-0.219 0-0.344-0.094-0.453-0.266-0.172-0.266-0.313-0.547-0.5-0.812-0.844-1.172-2.109-2.094-3.594-2.094s-2.75 0.922-3.594 2.094c-0.187 0.266-0.328 0.547-0.5 0.812-0.109 0.172-0.234 0.266-0.453 0.266-0.203 0-0.328-0.094-0.438-0.266-0.172-0.266-0.313-0.547-0.5-0.812-0.844-1.172-2.125-2.094-3.609-2.094-1.297 0-2.141 0.594-3.047 1.437-0.109 0.094-0.219 0.156-0.359 0.156-0.266 0-0.5-0.234-0.5-0.5 0-0.047 0-0.078 0.016-0.109 1.437-5.906 7.141-9.25 12.984-9.25 5.812 0 11.578 3.344 12.984 9.25 0.016 0.031 0.016 0.063 0.016 0.109zM14 2v1.531c-0.328-0.016-0.672-0.031-1-0.031s-0.672 0.016-1 0.031v-1.531c0-0.547 0.453-1 1-1s1 0.453 1 1z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"417\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b01a6\" wfd-id=\"418\"><h4 data-css=\"tve-u-1624935a201\" style=\"text-align: left;\">Wax protection</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"416\"><p data-css=\"tve-u-162492e70ad\">Etiam pharetra, erat sed fermentum feugiat, velit mauris</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16249367114\" wfd-id=\"386\"><div class=\"tcb-flex-row tcb-medium-no-wrap tcb--cols--3 v-2\" data-css=\"tve-u-16229ffbb7b\" wfd-id=\"387\"><div class=\"tcb-flex-col\" wfd-id=\"404\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229fa6a26\" wfd-id=\"406\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b33f9\" wfd-id=\"410\"><svg class=\"tcb-icon\" viewBox=\"0 0 26 28\" data-name=\"magic\">\n<path d=\"M18.594 9.078l4.578-4.578-1.672-1.672-4.578 4.578zM25.578 4.5c0 0.266-0.094 0.516-0.281 0.703l-20.094 20.094c-0.187 0.187-0.438 0.281-0.703 0.281s-0.516-0.094-0.703-0.281l-3.094-3.094c-0.187-0.187-0.281-0.438-0.281-0.703s0.094-0.516 0.281-0.703l20.094-20.094c0.187-0.187 0.438-0.281 0.703-0.281s0.516 0.094 0.703 0.281l3.094 3.094c0.187 0.187 0.281 0.438 0.281 0.703zM4.469 1.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531zM9.938 4.062l3.063 0.938-3.063 0.938-0.938 3.063-0.938-3.063-3.063-0.938 3.063-0.938 0.938-3.063zM24.469 11.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531zM14.469 1.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"408\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b0a67\" wfd-id=\"409\"><h4 data-css=\"tve-u-16248fc42a1\" style=\"text-align: left;\">Dust &amp; Dash Console</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"407\"><p data-css=\"tve-u-162492e70ad\">Duis sed odio sit amet nibh vulputate cursus a sit amet mauris.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"395\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1622f65ba70\" wfd-id=\"397\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b60b4\" wfd-id=\"403\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"certificate\">\n<path d=\"M21.5 14l2.156 2.109c0.297 0.281 0.406 0.703 0.313 1.094-0.109 0.391-0.422 0.703-0.812 0.797l-2.938 0.75 0.828 2.906c0.109 0.391 0 0.812-0.297 1.094-0.281 0.297-0.703 0.406-1.094 0.297l-2.906-0.828-0.75 2.938c-0.094 0.391-0.406 0.703-0.797 0.812-0.094 0.016-0.203 0.031-0.297 0.031-0.297 0-0.594-0.125-0.797-0.344l-2.109-2.156-2.109 2.156c-0.281 0.297-0.703 0.406-1.094 0.313-0.406-0.109-0.703-0.422-0.797-0.812l-0.75-2.938-2.906 0.828c-0.391 0.109-0.812 0-1.094-0.297-0.297-0.281-0.406-0.703-0.297-1.094l0.828-2.906-2.938-0.75c-0.391-0.094-0.703-0.406-0.812-0.797-0.094-0.391 0.016-0.812 0.313-1.094l2.156-2.109-2.156-2.109c-0.297-0.281-0.406-0.703-0.313-1.094 0.109-0.391 0.422-0.703 0.812-0.797l2.938-0.75-0.828-2.906c-0.109-0.391 0-0.812 0.297-1.094 0.281-0.297 0.703-0.406 1.094-0.297l2.906 0.828 0.75-2.938c0.094-0.391 0.406-0.703 0.797-0.797 0.391-0.109 0.812 0 1.094 0.297l2.109 2.172 2.109-2.172c0.281-0.297 0.688-0.406 1.094-0.297 0.391 0.094 0.703 0.406 0.797 0.797l0.75 2.938 2.906-0.828c0.391-0.109 0.812 0 1.094 0.297 0.297 0.281 0.406 0.703 0.297 1.094l-0.828 2.906 2.938 0.75c0.391 0.094 0.703 0.406 0.812 0.797 0.094 0.391-0.016 0.812-0.313 1.094z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"401\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b12d8\" wfd-id=\"402\"><h4 data-css=\"tve-u-1625389a3d5\" style=\"text-align: left;\">Triple Foam Polish</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"398\"><p data-css=\"tve-u-162492e70ad\">Class aptent taciti sociosqu ad litora torquent</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"388\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229fa8c68\" wfd-id=\"390\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-16271adf6cf\" wfd-id=\"394\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"bullseye\">\n<path d=\"M16 14c0 2.203-1.797 4-4 4s-4-1.797-4-4 1.797-4 4-4 4 1.797 4 4zM18 14c0-3.313-2.688-6-6-6s-6 2.688-6 6 2.688 6 6 6 6-2.688 6-6zM20 14c0 4.422-3.578 8-8 8s-8-3.578-8-8 3.578-8 8-8 8 3.578 8 8zM22 14c0-5.516-4.484-10-10-10s-10 4.484-10 10 4.484 10 10 10 10-4.484 10-10zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"392\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-16248fc71c8\" wfd-id=\"393\"><h4 data-css=\"tve-u-1625389b4ed\" style=\"text-align: left;\">Tire dressing</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"391\"><p data-css=\"tve-u-162492e70ad\">Etiam pharetra, erat sed fermentum feugiat, velit mauris</p></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621ad46076\" wfd-id=\"342\">\n<div class=\"tve-page-section-out\" wfd-id=\"381\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621b072b4e\" wfd-id=\"343\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621a8b2488\" wfd-id=\"344\"><div class=\"tcb-flex-row tcb--cols--2 v-2\" data-css=\"tve-u-1621a8a804b\" wfd-id=\"345\"><div class=\"tcb-flex-col\" wfd-id=\"357\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16271bfe70c\" wfd-id=\"359\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h3\" data-css=\"tve-u-1621a8c4313\" wfd-id=\"378\"><h3><strong>Complete cleaning services for yoâ€‹ur car</strong></h3></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-16417b70f47\" wfd-id=\"360\"><ul class=\"tcb-styled-list\" wfd-id=\"361\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621acf0289\" wfd-id=\"372\"><div class=\"tcb-styled-list-icon\" wfd-id=\"376\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a8e11f3\" wfd-id=\"377\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ace1b08\" wfd-id=\"373\">We are a small business delivering professional cleaning services for all vehicles</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621acf64fb\" wfd-id=\"368\"><div class=\"tcb-styled-list-icon\" wfd-id=\"370\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a8e5625\" wfd-id=\"371\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ace4de9\" wfd-id=\"369\">Our services are convenient for individuals and corporate fleets</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"362\"><div class=\"tcb-styled-list-icon\" wfd-id=\"366\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a9076ef\" wfd-id=\"367\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621acf47d2\" wfd-id=\"363\">We use eco-friendly products that actually clean, protect and maintain your car better than the traditional cleaning substances</span></li></ul></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"346\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621a90a46f\" wfd-id=\"348\"><div class=\"thrv_wrapper thrv-fill-counter tve_red tve_normalfc thrv_data_element\" data-css=\"tve-u-1621a983587\" wfd-id=\"349\">\n<div class=\"tve_fill_counter_n\" style=\"\" data-fill=\"100\" data-css=\"tve-u-1621a98b602\" wfd-id=\"350\">\n<svg viewBox=\"0 0 160 160\" class=\"tve_fill_counter_circle\" shape-rendering=\"optimizeSpeed\" data-css=\"tve-u-1621a9a2862\">\n<circle class=\"tve_fill_counter_circle_inner\" r=\"80\" cx=\"80\" cy=\"80\" data-css=\"tve-u-1621a9685d4\"></circle>\n</svg>\n<div class=\"tve_fill_text_in\" data-css=\"tve-u-1621a96b190\" wfd-id=\"351\">\n<div class=\"tve_fill_text_value\" data-css=\"tve-u-1621a9a2866\" wfd-id=\"353\">\n<div class=\"thrv-inline-text tve_fill_text tve_editable\" data-css=\"tve-u-1621a9a2867\" wfd-id=\"354\"><strong>100%â€‹</strong></div>\n</div>\n<div class=\"thrv-inline-text tve_editable tve_data_element_label\" data-css=\"tve-u-1621a9750ae\" wfd-id=\"352\">Clean car</div>\n</div>\n</div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621ada1e7f\" data-value-type=\"percent\" wfd-id=\"304\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621adba9ef\" data-clip-id=\"52d5a36c151aa\" wfd-id=\"341\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-52d5a36c151aa\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0875\"></polygon></clipPath><clipPath id=\"clip-tablet-top-52d5a36c151aa\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0524\"></polygon></clipPath><clipPath id=\"clip-mobile-top-52d5a36c151aa\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0349\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621ad420c4\" wfd-id=\"305\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621ade6172\" wfd-id=\"306\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2 tcb-row-reversed-mobile tcb-mobile-edit v-2\" data-css=\"tve-u-1621adea58b\" wfd-id=\"307\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621b064646\" style=\"\" wfd-id=\"335\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ae0bec7\" wfd-id=\"337\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ae4fd21\" data-value-type=\"percent\" data-float=\"1\" wfd-id=\"338\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621ae6c8da\" data-clip-id=\"aa2c3e3c70555\" wfd-id=\"340\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0349\"></polygon></clipPath><clipPath id=\"clip-tablet-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"4\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0699\"></polygon></clipPath><clipPath id=\"clip-mobile-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"4\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0699\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb\" data-css=\"tve-u-1621ae4db6e\" wfd-id=\"339\"></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621b064668\" style=\"\" wfd-id=\"308\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621f45bed3\" wfd-id=\"310\"><div class=\"tcb-clear\" data-css=\"tve-u-16224848ee5\" wfd-id=\"331\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621afceb00\" wfd-id=\"332\"><h2 data-css=\"tve-u-1621afcc0bf\">Check Out Our Special Offer!</h2></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621afda4fa\" wfd-id=\"330\"><p data-css=\"tve-u-1621afd8c98\">Donâ€™t miss the opportunity to get 50% discount on a complete cleaning just by recommending us to a friend. Bring someone you know with you and clean you car half price!</p></div><div class=\"tcb-clear\" data-css=\"tve-u-16224834cab\" wfd-id=\"311\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621fe85996\" wfd-id=\"312\"><div class=\"tcb-flex-row tcb--cols--2 tcb-resized tcb-medium-wrap tcb-desktop-wrap\" data-css=\"tve-u-1621fe78878\" wfd-id=\"313\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621fe94086\" style=\"\" wfd-id=\"321\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"323\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621b01355a\" wfd-id=\"324\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621b08fdde\" data-tcb_hover_state_parent=\"1\" wfd-id=\"329\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16223f02c16\" wfd-id=\"325\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-1620af7eb3f\" data-tcb_hover_state_parent=\"\" data-button-style=\"full_rounded\" wfd-id=\"326\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"327\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-16228c75500\" wfd-id=\"328\"><strong>Request an appointment</strong></span></span>\n</a>\n</div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621fe940b9\" style=\"\" wfd-id=\"314\"><div class=\"tcb-col\" wfd-id=\"316\"><div class=\"tcb-clear\" data-css=\"tve-u-16224716d62\" wfd-id=\"317\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-1621b028939\" data-tcb_hover_state_parent=\"\" data-button-style=\"ghost\" wfd-id=\"318\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"319\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-16228c764b2\" wfd-id=\"320\"><strong>Call Now: 0400-700-682</strong></span></span>\n</a>\n</div></div></div></div></div></div></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16260ba2fa4\" wfd-id=\"203\">\n<div class=\"tve-page-section-out\" wfd-id=\"303\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16260be7104\" wfd-id=\"204\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621b0e4fb7\" wfd-id=\"302\"><h2 data-css=\"tve-u-1621b10fccf\" style=\"text-align: center;\">our happy clients</h2></div><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641367127b\" data-float=\"1\" wfd-id=\"301\"><svg class=\"tcb-icon\" viewBox=\"0 0 30 32\" data-name=\"quote-left\">\n<path d=\"M13.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429zM29.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641367e553\" wfd-id=\"300\"><svg class=\"tcb-icon\" viewBox=\"0 0 30 32\" data-name=\"quote-left\">\n<path d=\"M13.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429zM29.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a10d3b4\" wfd-id=\"271\">\n<div class=\"tve-content-box-background\" wfd-id=\"299\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"272\"><div class=\"tcb-clear\" data-css=\"tve-u-1621b300a64\" wfd-id=\"297\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-1621f154231\" wfd-id=\"298\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621b200375\" wfd-id=\"275\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-16260d8392c\" wfd-id=\"276\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"281\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"283\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16417b62c09\" wfd-id=\"284\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-16260d8396c\" wfd-id=\"285\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16260d01208\" style=\"\" wfd-id=\"291\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"293\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"294\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16225617da3\" wfd-id=\"296\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"295\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16260d0120e\" style=\"\" wfd-id=\"286\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"288\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"290\"><h5>Brett Graham, 28</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"289\"><h6 class=\"\">Architect</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"277\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"279\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"280\"><p data-css=\"tve-u-162539c17ec\">Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit. Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit.&nbsp;</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-16260c5ff0c\" wfd-id=\"273\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260c5ff07\" wfd-id=\"274\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a12f675\" wfd-id=\"238\">\n<div class=\"tve-content-box-background\" wfd-id=\"270\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"239\"><div class=\"tcb-clear\" data-css=\"tve-u-16260cd7683\" wfd-id=\"268\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260d73672\" wfd-id=\"269\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16260da3aa7\" wfd-id=\"242\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-1621fb68b97\" wfd-id=\"243\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"252\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"254\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16417b662bf\" wfd-id=\"255\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-1621fb65556\" wfd-id=\"256\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16229915e1a\" style=\"\" wfd-id=\"262\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"264\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"265\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16260c433e9\" wfd-id=\"267\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"266\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16229915e4e\" style=\"\" wfd-id=\"257\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"259\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"261\"><h5>Rosie Hanson, 24</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"260\"><h6 class=\"\">Real estate Associate</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"244\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"246\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"247\"><p data-css=\"tve-u-162539c17ec\">Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo.</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-16260d3b97e\" wfd-id=\"240\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260d39b83\" wfd-id=\"241\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a146aef\" wfd-id=\"205\">\n<div class=\"tve-content-box-background\" wfd-id=\"237\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"206\"><div class=\"tcb-clear\" data-css=\"tve-u-16260cd7683\" wfd-id=\"235\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260cd622f\" wfd-id=\"236\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16260c39a7e\" wfd-id=\"209\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-16260d3f4aa\" wfd-id=\"210\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"217\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"219\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621fbacc60\" wfd-id=\"220\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-16260d3f4af\" wfd-id=\"221\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16229915e1a\" style=\"\" wfd-id=\"229\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"231\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"232\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16260d5e4b8\" wfd-id=\"234\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"233\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16229915e4e\" style=\"\" wfd-id=\"222\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"224\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"228\"><h5>Shawn Mattews, 35</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"225\"><h6 class=\"\">project manager</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"211\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"213\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"214\"><p data-css=\"tve-u-162539c17ec\">Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo. Nullam ac urna eu felis.Sed non neque elit. Sed ut imperdiet nisi. Proin condimentum</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1621b30ca74\" wfd-id=\"207\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-1621f15b521\" wfd-id=\"208\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621b3c8c52\" wfd-id=\"89\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621b3cfc7b\" wfd-id=\"202\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621b3c74d9\" wfd-id=\"90\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621e7b695a\" wfd-id=\"199\"><h2 data-css=\"tve-u-1621e7a7350\" style=\"text-align: center;\">our offers</h2></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621e7c899a\" wfd-id=\"91\"><div class=\"tcb-flex-row tcb--cols--3 tcb-medium-wrap v-2\" data-css=\"tve-u-1621e7c7aa1\" wfd-id=\"92\"><div class=\"tcb-flex-col\" wfd-id=\"159\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16223fc9f23\" wfd-id=\"161\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e7ceab3\" style=\"\" wfd-id=\"162\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16416e4fafd\" wfd-id=\"198\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e7d5094\" wfd-id=\"163\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e7e9950\" data-value-type=\"percent\" style=\"\" wfd-id=\"192\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e7edfd9\" data-clip-id=\"10ffac3b28f1d\" wfd-id=\"197\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-10ffac3b28f1d\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-10ffac3b28f1d\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e7e6c1d\" wfd-id=\"193\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-16417b4cb9e\" wfd-id=\"194\"><h4 data-css=\"tve-u-1621fe1a1af\" style=\"text-align: center;\"><strong>Basic Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ec6c39b\" data-float=\"1\" wfd-id=\"188\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e81f424\" wfd-id=\"191\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec752da\" wfd-id=\"189\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"190\"><h4 data-css=\"tve-u-1621fe1bd18\" style=\"text-align: center;\"><strong>15$</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621ea50702\" wfd-id=\"164\"><ul class=\"tcb-styled-list\" wfd-id=\"165\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec3a5c0\" wfd-id=\"184\"><div class=\"tcb-styled-list-icon\" wfd-id=\"186\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec204df\" wfd-id=\"187\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec241aa\" wfd-id=\"185\">Interior vacuum</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"180\"><div class=\"tcb-styled-list-icon\" wfd-id=\"182\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec20f68\" wfd-id=\"183\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec2704c\" wfd-id=\"181\">Dust &amp;dash console</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec42aa7\" wfd-id=\"174\"><div class=\"tcb-styled-list-icon\" wfd-id=\"178\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec21a31\" wfd-id=\"179\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec298ab\" wfd-id=\"175\">Hand towel dry</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec43fe2\" wfd-id=\"170\"><div class=\"tcb-styled-list-icon\" wfd-id=\"172\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ea1fba7\" wfd-id=\"173\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea23322\" wfd-id=\"171\">Clean windows</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec454d9\" wfd-id=\"166\"><div class=\"tcb-styled-list-icon\" wfd-id=\"168\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ea295c0\" wfd-id=\"169\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea2c69a\" wfd-id=\"167\">Soft cloth wash</span></li></ul></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"126\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"128\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621eb81205\" style=\"\" wfd-id=\"129\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16416e603ab\" wfd-id=\"158\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621eb7ccb0\" wfd-id=\"130\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ebbbb6d\" data-value-type=\"percent\" wfd-id=\"154\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eaaedd8\" data-clip-id=\"a2b9cf3198d6f\" wfd-id=\"157\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-a2b9cf3198d6f\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-a2b9cf3198d6f\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec7f21a\" wfd-id=\"155\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e930bd7\" wfd-id=\"156\"><h4 data-css=\"tve-u-1621e92e97f\" style=\"text-align: center;\"><strong>Ultimate Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ec78d2c\" data-float=\"1\" wfd-id=\"150\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eab272c\" wfd-id=\"153\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec79a7d\" wfd-id=\"151\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"152\"><h4 data-css=\"tve-u-1621e942b65\" style=\"text-align: center;\"><strong>22 $</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621ebfa746\" wfd-id=\"147\"><p data-css=\"tve-u-1621f4ceaf6\" style=\"text-align: center;\">Includes basic service <span data-css=\"tve-u-1621f4ceaf7\" style=\"color: rgb(15, 29, 123);\" wfd-id=\"148\"><strong class=\"\"><span data-css=\"tve-u-1621f4ceafb\" wfd-id=\"149\">+</span></strong></span></p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621ebf340c\" wfd-id=\"131\"><ul class=\"tcb-styled-list\" wfd-id=\"132\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-164137a0b1f\" wfd-id=\"141\"><div class=\"tcb-styled-list-icon\" wfd-id=\"145\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec0c5bd\" wfd-id=\"146\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ebfe4ce\" wfd-id=\"142\">Triple foam conditiner</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec04541\" wfd-id=\"137\"><div class=\"tcb-styled-list-icon\" wfd-id=\"139\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec09a3c\" wfd-id=\"140\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ebff867\" wfd-id=\"138\">Tire dressing</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec05cc3\" wfd-id=\"133\"><div class=\"tcb-styled-list-icon\" wfd-id=\"135\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec15f6e\" wfd-id=\"136\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec009a8\" wfd-id=\"134\">Air freshner</span></li></ul></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"93\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16223dad661\" wfd-id=\"95\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621fd9c946\" style=\"\" wfd-id=\"96\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e7d234c\" wfd-id=\"125\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621fd84d7b\" wfd-id=\"97\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16223b080b0\" data-value-type=\"percent\" wfd-id=\"119\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eb3eb9f\" data-clip-id=\"ac98bb0e54b3b\" wfd-id=\"124\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621fd8766c\" wfd-id=\"120\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e930bd7\" wfd-id=\"121\"><h4 data-css=\"tve-u-1621fe1587d\" style=\"text-align: center;\"><strong>Supreme Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e8107f3\" wfd-id=\"115\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eb43d8d\" wfd-id=\"118\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e819c52\" wfd-id=\"116\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"117\"><h4 data-css=\"tve-u-1621fe1725e\" style=\"text-align: center;\"><strong>30 $</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621eb037bb\" wfd-id=\"112\"><p data-css=\"tve-u-1621f4d0451\" style=\"text-align: center;\">Includes ultimate service <span data-css=\"tve-u-1621eaff572\" style=\"color: rgb(15, 29, 123);\" wfd-id=\"113\"><strong class=\"\"><span data-css=\"tve-u-1621eb01b60\" wfd-id=\"114\">+</span></strong></span></p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621eacf6af\" wfd-id=\"98\"><ul class=\"tcb-styled-list\" wfd-id=\"99\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec36a4d\" wfd-id=\"108\"><div class=\"tcb-styled-list-icon\" wfd-id=\"110\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e9993aa\" wfd-id=\"111\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea1a5d7\" wfd-id=\"109\">Exterior trim dressing</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"104\"><div class=\"tcb-styled-list-icon\" wfd-id=\"106\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e99b1db\" wfd-id=\"107\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea19a06\" wfd-id=\"105\">Hand applied spray wax</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec37ea5\" wfd-id=\"100\"><div class=\"tcb-styled-list-icon\" wfd-id=\"102\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e99c314\" wfd-id=\"103\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea18c5d\" wfd-id=\"101\">Interior conditioner</span></li></ul></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621efddaaf\" wfd-id=\"43\">\n<div class=\"tve-page-section-out\" wfd-id=\"88\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621edf8048\" wfd-id=\"44\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621f114214\" wfd-id=\"45\"><div class=\"tcb-flex-row tcb-mobile-edit tcb--cols--2\" data-css=\"tve-u-1621ee03000\" wfd-id=\"46\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621ee4be21\" style=\"\" wfd-id=\"52\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ee093d4\" wfd-id=\"54\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ee3afec\" wfd-id=\"55\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621ee58e74\" wfd-id=\"87\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ee37f4a\" wfd-id=\"56\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1621ee74a24\" wfd-id=\"86\"><svg class=\"tcb-icon\" viewBox=\"0 0 16 28\" data-name=\"map-marker\">\n<path d=\"M12 10c0-2.203-1.797-4-4-4s-4 1.797-4 4 1.797 4 4 4 4-1.797 4-4zM16 10c0 0.953-0.109 1.937-0.516 2.797l-5.688 12.094c-0.328 0.688-1.047 1.109-1.797 1.109s-1.469-0.422-1.781-1.109l-5.703-12.094c-0.406-0.859-0.516-1.844-0.516-2.797 0-4.422 3.578-8 8-8s8 3.578 8 8z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621ee63e1c\" wfd-id=\"81\"><h2 data-css=\"tve-u-1621fdcb4ea\" style=\"text-align: center;\">contact us</h2></div><div class=\"thrv_wrapper thrv-contact-form\" data-ct=\"contact_form-22343\" style=\"\" data-css=\"tve-u-16465071dea\" data-ct-name=\"Rounded Shadow\" wfd-id=\"59\">\n<form action=\"\" method=\"post\" novalidate=\"\" wfd-id=\"60\">\n<div class=\"tve-cf-item-wrapper\" wfd-id=\"64\">\n<div class=\"tve-cf-item\" data-css=\"tve-u-1695dd04208\" wfd-id=\"77\">\n<div class=\"thrv-cf-input-wrapper\" data-type=\"first_name\" wfd-id=\"78\">\n<label data-css=\"tve-u-1695d9d6525\" class=\"\" wfd-id=\"80\">First Name</label>\n<div class=\"tve-cf-input\" data-css=\"tve-u-1695d9d6526\" data-tcb_hover_state_parent=\"\" wfd-id=\"79\">\n<input placeholder=\"\" type=\"text\" name=\"first_name\" data-placeholder=\"\" wfd-id=\"505\">\n</div>\n</div>\n</div>\n<div class=\"tve-cf-item\" data-css=\"tve-u-1695dd04208\" wfd-id=\"73\">\n<div class=\"thrv-cf-input-wrapper\" data-type=\"email\" wfd-id=\"74\">\n<label data-css=\"tve-u-1695d9d6527\" class=\"\" wfd-id=\"76\">Email Address</label>\n<div class=\"tve-cf-input\" data-css=\"tve-u-1695d9d6528\" data-tcb_hover_state_parent=\"\" wfd-id=\"75\">\n<input placeholder=\"\" type=\"email\" name=\"email\" data-placeholder=\"\" wfd-id=\"504\">\n</div>\n</div>\n</div>\n<div class=\"tve-cf-item\" data-css=\"tve-u-1695dd484d7\" wfd-id=\"69\">\n<div class=\"thrv-cf-input-wrapper\" data-type=\"message\" wfd-id=\"70\">\n<label data-css=\"tve-u-1695d9d6529\" class=\"\" wfd-id=\"72\">Message</label>\n<div class=\"tve-cf-input\" data-css=\"tve-u-1695d9d652a\" data-tcb_hover_state_parent=\"\" wfd-id=\"71\">\n<textarea placeholder=\"\" data-placeholder=\"\" name=\"message\" wfd-id=\"507\"></textarea>\n</div>\n</div>\n</div>\n<div class=\"tve-cf-item\" data-css=\"tve-u-1695dd04208\" wfd-id=\"65\">\n	<div class=\"thrv-cf-input-wrapper\" data-type=\"phone\" wfd-id=\"66\">\n		<label data-css=\"tve-u-1695d9d6525\" class=\"\" wfd-id=\"68\">Phone Number</label>\n		<div class=\"tve-cf-input\" data-css=\"tve-u-1695d9d6526\" wfd-id=\"67\">\n			<input placeholder=\"+1-555-555-2368\" type=\"tel\" name=\"phone\" data-placeholder=\"+1-555-555-2368\" wfd-id=\"503\">\n		</div>\n	</div>\n</div></div>\n<div class=\"tve-cf-submit\" data-tcb_hover_state_parent=\"\" data-button-style=\"rounded\" data-css=\"tve-u-1695dd27f6a\" wfd-id=\"61\">\n<button class=\"tve_btn_txt\" type=\"submit\" wfd-id=\"520\">Submit Message</button>\n</div>\n<input type=\"hidden\" name=\"config\" value=\"YTozOntzOjE0OiJlcnJvcl9tZXNzYWdlcyI7YTo0OntzOjU6ImVtYWlsIjtzOjIxOiJFbWFpbCBhZGRyZXNzIGludmFsaWQiO3M6NToicGhvbmUiO3M6MjA6IlBob25lIG51bWJlciBpbnZhbGlkIjtzOjM6InVybCI7czoxMToiVVJMIGludmFsaWQiO3M6ODoicmVxdWlyZWQiO3M6MjA6IlJlcXVpcmVkIGZpZWxkIGVtcHR5Ijt9czo4OiJ0b19lbWFpbCI7YToyOntzOjI6InRvIjtzOjI4OiJpbmZvQGJlc3RjZXJha290ZWZsb3JpZGEuY29tIjtzOjc6InN1YmplY3QiO3M6MTg6Ik5ldyBtZXNzYWdlIGZyb206ICI7fXM6Njoic3VibWl0IjthOjEwOntzOjY6ImFjdGlvbiI7czoxMjoibm90aWZpY2F0aW9uIjtzOjIzOiJzZW5kX2NvbmZpcm1hdGlvbl9lbWFpbCI7YjoxO3M6MTk6InNlbmRlcl9wZXJzb25hbGl6ZWQiO2I6MDtzOjIwOiJjb25maXJtYXRpb25fc3ViamVjdCI7czozNjoiQ29udGFjdCBGb3JtIHN1Ym1pc3Npb24gY29uZmlybWF0aW9uIjtzOjIwOiJjb25maXJtYXRpb25fbWVzc2FnZSI7czoxMzk6IkhlbGxvLCAKClRoYW5rcyBmb3IgY29udGFjdGluZyB1cy4gV2UnbGwgZ2V0IGJhY2sgdG8geW91IGFzIHNvb24gYXMgcG9zc2libGUgd2l0aCB0aGUgaW5mb3JtYXRpb24geW91IG5lZWQuIAoKQmVzdCByZWdhcmRzLApbd3Bfc2l0ZV90aXRsZV0iO3M6OToiZnJvbV9uYW1lIjtzOjI4OiJUaGUgQmVzdCBDZXJha290ZSBJbiBGbG9yaWRhIjtzOjEwOiJmcm9tX2VtYWlsIjtzOjI5OiJhZG1pbkBiZXN0Y2VyYWtvdGVmbG9yaWRhLmNvbSI7czo4OiJyZXBseV90byI7czoyOToiYWRtaW5AYmVzdGNlcmFrb3RlZmxvcmlkYS5jb20iO3M6MzoidXJsIjtzOjA6IiI7czoxMjoibm90aWZpY2F0aW9uIjtzOjgxOiJZb3VyIG1lc3NhZ2UgaGFzIGJlZW4gc2VudCwgdGhhbmsgeW91ISBZb3UnbGwgaGVhciBmcm9tIHVzIHdpdGhpbiB0aGUgbmV4dCAyNCBocnMiO319\" wfd-id=\"502\"></form>\n</div><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_slide_left\" data-css=\"tve-u-1621ef118dc\" style=\"\" wfd-id=\"57\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"58\"><img class=\"tve_image tve_evt_manager_listen tve_et_tve-viewport wp-image-282\" alt=\"Cerakote Certified Logo\" width=\"2148\" height=\"1968\" title=\"Cerakote Certified Logo\" data-id=\"282\" src=\"https://bestcerakoteflorida.com/wp-content/uploads/2018/09/CertifiedLogo.png\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_left&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" style=\"width: 100%;\"></span></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621ee4be73\" style=\"\" wfd-id=\"47\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ee22c43\" wfd-id=\"49\"><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-1695d995f33\" wfd-id=\"51\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=825 South Kings Highway, Fort Pierce&amp;t=m&amp;z=11&amp;output=embed&amp;iwloc=near\"></iframe>\n</div><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-1621ee18a1c\" wfd-id=\"50\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=davie, Florida 33317&amp;t=m&amp;z=11&amp;output=embed&amp;iwloc=near\"></iframe>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621f0aa8f7\" wfd-id=\"28\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621f0ada0e\" wfd-id=\"42\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621f0b0088\" wfd-id=\"29\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621f0d2c1a\" wfd-id=\"30\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-1621f0cbe40\" wfd-id=\"31\"><div class=\"tcb-flex-col\" wfd-id=\"37\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"38\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621f0da775\" wfd-id=\"39\"><p data-css=\"tve-u-1622444fb11\">Â© 2018, BLACKHAWK CUSTOM, LLC . All rights reserved.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"32\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"33\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16223fe5f5b\" wfd-id=\"34\"><p data-css=\"tve-u-1621f0d874c\" style=\"text-align: right;\">Made with <a href=\"https://thrivethemes.com/\" target=\"_blank\">Thrive Architect</a></p></div></div></div></div></div></div>\n</div>\n\n'),(7070,584,'tve_revision_tve_content_more_found',''),(7071,584,'tve_revision_tve_save_post',''),(7072,584,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Merriweather:400,700&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Special+Elite:400&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Poppins:400,800,900,300,700,&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Monda:400,700,&subset=latin\");@media (min-width: 300px){.tcb-plain-text { font-family: Monda; font-weight: 400; font-size: 14px; }#tve_editor [data-css=\"tve-u-1621b072b4e\"] p, #tve_editor [data-css=\"tve-u-1621b072b4e\"] li, #tve_editor [data-css=\"tve-u-1621b072b4e\"] blockquote, #tve_editor [data-css=\"tve-u-1621b072b4e\"] address, #tve_editor [data-css=\"tve-u-1621b072b4e\"] .tcb-plain-text, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h1, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h2, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h3, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h4, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h5, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h6 { color: rgb(18, 18, 18); }[data-css=\"tve-u-1621fe78878\"] .tcb-flex-col { flex-basis: 160px !important; }[data-css=\"tve-u-16417b70f47\"] { padding: 0px !important; margin: 0px !important; }#tve_editor [data-css=\"tve-u-1621fdcb4ea\"] { color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1641367127b\"] > :first-child { color: rgb(15, 29, 123); }[data-css=\"tve-u-1641367127b\"] { font-size: 60px; float: none; box-shadow: none; position: relative; z-index: 5; margin: 0px auto !important; }#tve_editor [data-css=\"tve-u-1641333d7d1\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-162717cb617\"] > .tcb-flex-col { padding-left: 0px; }#tve_editor [data-css=\"tve-u-16413112747\"] { color: rgba(255, 255, 255, 0.85) !important; font-size: 15px !important; text-transform: capitalize !important; letter-spacing: 3px; font-family: Merriweather !important; font-weight: 400 !important; }[data-css=\"tve-u-16369305186\"] > .tve-cb { display: block; }#tve_editor [data-css=\"tve-u-162717cb609\"] p, #tve_editor [data-css=\"tve-u-162717cb609\"] li, #tve_editor [data-css=\"tve-u-162717cb609\"] blockquote, #tve_editor [data-css=\"tve-u-162717cb609\"] address, #tve_editor [data-css=\"tve-u-162717cb609\"] h1, #tve_editor [data-css=\"tve-u-162717cb609\"] h2, #tve_editor [data-css=\"tve-u-162717cb609\"] h3, #tve_editor [data-css=\"tve-u-162717cb609\"] h4, #tve_editor [data-css=\"tve-u-162717cb609\"] h5, #tve_editor [data-css=\"tve-u-162717cb609\"] h6 { color: rgb(255, 255, 255); }[data-css=\"tve-u-16369305186\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-162717cb621\"] .tve-page-section-in { display: flex; justify-content: center; flex-direction: column; }[data-css=\"tve-u-162717fcf9d\"] .tve-page-section-in { display: block; }[data-css=\"tve-u-1628a146aef\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1628a12f675\"] { padding: 0px !important; margin: 0px 0px 60px !important; }[data-css=\"tve-u-1628a10d3b4\"] { max-width: 100%; padding: 0px !important; margin: 0px 0px 60px !important; }#tve_editor [data-css=\"tve-u-162717cb618\"] p, #tve_editor [data-css=\"tve-u-162717cb618\"] li, #tve_editor [data-css=\"tve-u-162717cb618\"] blockquote, #tve_editor [data-css=\"tve-u-162717cb618\"] address, #tve_editor [data-css=\"tve-u-162717cb618\"] h1, #tve_editor [data-css=\"tve-u-162717cb618\"] h2, #tve_editor [data-css=\"tve-u-162717cb618\"] h3, #tve_editor [data-css=\"tve-u-162717cb618\"] h4, #tve_editor [data-css=\"tve-u-162717cb618\"] h5, #tve_editor [data-css=\"tve-u-162717cb618\"] h6 { color: rgb(0, 229, 255); }[data-css=\"tve-u-162718bd0c0\"] { clip-path: url(\"#clip-top-a3b25e1c9221a\"); -webkit-clip-path: url(\"#clip-top-a3b25e1c9221a\");  background-image: none !important; opacity: 1; filter: grayscale(0%) blur(0px); }[data-css=\"tve-u-162718a3b40\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-162717fcf9d\"] { z-index: 5; padding: 170px 40px 0px !important; margin-top: -80px !important; }[data-css=\"tve-u-16260cd622f\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-16260cd7683\"]::after { clear: both; }[data-css=\"tve-u-16260cd622f\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin-top: 0px !important; margin-bottom: -1px !important; }[data-css=\"tve-u-16260be7104\"] { max-width: 1200px; }[data-css=\"tve-u-16260ba2fa4\"] { padding: 100px 40px !important; }[data-css=\"tve-u-162539c17ec\"] { line-height: 1.6em !important; }#tve_editor [data-css=\"tve-u-162493b6b63\"]:hover { background-color: rgb(248, 249, 251) !important; }#tve_editor [data-css=\"tve-u-1624939a960\"]:hover { background-color: rgb(248, 249, 251) !important; background-image: none !important; }#tve_editor [data-css=\"tve-u-162492e70ad\"] { color: rgb(137, 141, 167) !important; }[data-css=\"tve-u-162492815ba\"] { padding: 0px !important; margin-top: 25px !important; }[data-css=\"tve-u-162491e8e1f\"]::after { clear: both; }[data-css=\"tve-u-1622f65ba70\"] { border: none; background-image: none !important; padding: 0px 30px 30px !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-1622a159bcb\"] { max-width: 100%; float: none; z-index: 6; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; margin-top: 0px !important; }[data-css=\"tve-u-16229915e4e\"] { max-width: 62.8%; }[data-css=\"tve-u-16229915e1a\"] { max-width: 37.2%; }[data-css=\"tve-u-16225617da3\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-Brett.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16225611edb\"] { min-height: 127px; }[data-css=\"tve-u-1622561121b\"] { max-width: 127px; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-16224848ee5\"]::after { clear: both; }[data-css=\"tve-u-16224834cab\"]::after { clear: both; }[data-css=\"tve-u-1621ee3afec\"] > .tve-cb { display: block; }[data-css=\"tve-u-1621fe78878\"] > .tcb-flex-col { padding-left: 5px; }[data-css=\"tve-u-1621fe940b9\"] { max-width: 50%; }[data-css=\"tve-u-1621fe94086\"] { max-width: 50%; }[data-css=\"tve-u-1621fe85996\"] { max-width: 585px; float: left; z-index: 3; position: relative; width: 100%; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621fe78878\"] > .tcb-flex-col > .tcb-col { min-height: 65px; justify-content: center; }[data-css=\"tve-u-1621fe78878\"] { min-height: inherit; margin-left: -5px; padding: 0px !important; flex-wrap: wrap !important; }#tve_editor [data-css=\"tve-u-1621f4d0451\"] { font-size: 20px !important; }#tve_editor [data-css=\"tve-u-1621f4ceaf6\"] { font-size: 20px !important; color: rgb(12, 12, 12) !important; }[data-css=\"tve-u-1621f45bed3\"] { padding: 0px !important; }[data-css=\"tve-u-1621f114214\"] { float: none; max-width: 100%; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621f0da775\"] { padding: 0px !important; }#tve_editor [data-css=\"tve-u-1621f0d874c\"] { letter-spacing: 1px; color: rgb(137, 141, 167) !important; font-size: 14px !important; }[data-css=\"tve-u-1621f0d2c1a\"] { max-width: 100%; margin-left: 60px !important; margin-right: 60px !important; }[data-css=\"tve-u-1621f0aa8f7\"] .tve-page-section-in { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621f0cbe40\"] { margin-left: 0px; padding: 0px !important; }[data-css=\"tve-u-1621f0cbe40\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-1621f0b0088\"] { max-width: 100%; min-height: 140px !important; }[data-css=\"tve-u-1621f0ada0e\"] { background-image: linear-gradient(rgb(22, 22, 24), rgb(22, 22, 24)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1621f0aa8f7\"] { padding: 0px !important; }[data-css=\"tve-u-1621efddaaf\"] { padding: 0px !important; }[data-css=\"tve-u-1621ef118dc\"] { width: 191px; position: relative; right: -50px; top: 0px; float: none; z-index: 3; margin: 0px auto !important; padding-left: 0px !important; left: 10px; }#tve_editor [data-css=\"tve-u-1621ee74a24\"] > :first-child { color: rgb(255, 255, 255); }[data-css=\"tve-u-1621ee74a24\"] { font-size: 60px; float: none; z-index: 3; position: relative; margin: 0px auto 10px !important; padding-top: 0px !important; box-shadow: none; }[data-css=\"tve-u-1621ee63e1c\"] { float: none; z-index: 3; position: relative; max-width: none; width: 100%; padding: 0px !important; margin: 0px auto 30px !important; }[data-css=\"tve-u-1621ee58e74\"] { background-color: rgba(0, 0, 0, 0.77) !important; border-right: 2px dotted rgb(0, 0, 0) !important; }[data-css=\"tve-u-1621ee3afec\"] { padding: 60px 10px 0px 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621ee22c43\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding-top: 0px !important; padding-left: 0px !important; }[data-css=\"tve-u-1621ee18a1c\"] { margin: 1px 20px 0px !important; box-shadow: none; }[data-css=\"tve-u-1621ee093d4\"] { margin-top: 0px !important; }[data-css=\"tve-u-1621ee03000\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1621ee03000\"] { margin-left: 0px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-1621ee03000\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-1621edf8048\"] { max-width: 100%; min-height: 1px !important; }[data-css=\"tve-u-1621ec454d9\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec43fe2\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec42aa7\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec3a5c0\"] { margin-top: 0px !important; margin-bottom: 10px !important; }[data-css=\"tve-u-1621ec37ea5\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec36a4d\"] { margin-bottom: 10px !important; }[data-css=\"tve-u-1621ea18c5d\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ea19a06\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ea1a5d7\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ea2c69a\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ea23322\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ec298ab\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ec2704c\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ec241aa\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ec05cc3\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec04541\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec009a8\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ebff867\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ebfe4ce\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621eb037bb\"] { padding: 0px !important; margin-top: 0px !important; margin-bottom: 30px !important; }[data-css=\"tve-u-1621eaff572\"] { color: rgb(15, 29, 123) !important; }[data-css=\"tve-u-1621ea50702\"] { max-width: 230px; float: none; z-index: 3; position: relative; width: 100%; padding: 0px !important; margin: 0px auto !important; }#tve_editor [data-css=\"tve-u-1621ea2c69a\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ea295c0\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ea295c0\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ea1fba7\"] > :first-child { color: rgb(137, 141, 167); }#tve_editor [data-css=\"tve-u-1621ea23322\"] { font-size: 16px !important; }[data-css=\"tve-u-1621ea1fba7\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }[data-css=\"tve-u-1621e99c314\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }[data-css=\"tve-u-1621e99b1db\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }[data-css=\"tve-u-1621e9993aa\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ea1a5d7\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ea19a06\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ea18c5d\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621e99c314\"] > :first-child { color: rgb(137, 141, 167); }#tve_editor [data-css=\"tve-u-1621e99b1db\"] > :first-child { color: rgb(137, 141, 167); }#tve_editor [data-css=\"tve-u-1621e9993aa\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621e8107f3\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621e942b65\"] strong { font-weight: 800; }[data-css=\"tve-u-1621e7e9950\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621e930bd7\"] { padding: 0px 0px 50px !important; }#tve_editor [data-css=\"tve-u-1621e92e97f\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1621e81f424\"] { border-radius: 200px; overflow: hidden; background-image: none !important; border: 3px solid rgb(255, 255, 255) !important; background-color: rgb(144, 147, 168) !important; }[data-css=\"tve-u-1621e819c52\"] { min-height: 110px; }[data-css=\"tve-u-1621e8107f3\"] { float: none; max-width: 110px; z-index: 4; padding: 0px !important; margin: -60px auto 30px !important; }[data-css=\"tve-u-1621e7edfd9\"] { clip-path: url(\"#clip-bottom-10ffac3b28f1d\"); -webkit-clip-path: url(\"#clip-bottom-10ffac3b28f1d\");  background-image: none !important; background-color: rgb(144, 147, 168) !important; }[data-css=\"tve-u-1621e7e9950\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1621e7e6c1d\"] { min-height: 150px; }[data-css=\"tve-u-1621e7c7aa1\"] > .tcb-flex-col { padding-left: 60px; }[data-css=\"tve-u-1621e7d5094\"] { min-height: 480px; }[data-css=\"tve-u-1621e7d234c\"] { box-shadow: rgba(0, 0, 0, 0.02) 0px 2px 22px 0px; background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1621e7ceab3\"] { float: none; width: 100%; padding: 0px 0px 20px !important; margin: 0px auto !important; }[data-css=\"tve-u-1621e7c899a\"] { float: none; max-width: 100%; margin: 0px auto !important; }[data-css=\"tve-u-1621e7c7aa1\"] { margin-left: -60px; padding: 0px !important; }[data-css=\"tve-u-1621e7b695a\"] { padding: 0px !important; margin-bottom: 100px !important; }#tve_editor [data-css=\"tve-u-1621e7a7350\"] { color: rgb(15, 29, 123) !important; }[data-css=\"tve-u-1621b3cfc7b\"] { filter: blur(0px); opacity: 1; background-image: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(220, 224, 246) 38%) !important; background-color: rgb(212, 212, 212) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1621b3c8c52\"] { padding: 100px 40px !important; }[data-css=\"tve-u-1621b3c74d9\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-1621b300a64\"]::after { clear: both; }[data-css=\"tve-u-1621b24a89d\"] { padding: 0px !important; }[data-css=\"tve-u-1621b22a018\"] { background-image: none !important; padding: 0px !important; }[data-css=\"tve-u-1621b200375\"] { float: none; max-width: 100%; border-left: 1px solid rgba(15, 29, 123, 0.7); border-right: 1px solid rgba(15, 29, 123, 0.7); background-color: rgb(248, 249, 251) !important; margin: 0px auto !important; }[data-css=\"tve-u-1621b10fccf\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621b0e4fb7\"] { border-right: none; max-width: 100%; padding: 0px !important; margin-bottom: 40px !important; margin-right: 0px !important; }[data-css=\"tve-u-1621b072b4e\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-1621b064668\"] { max-width: 52%; }[data-css=\"tve-u-1621b064646\"] { max-width: 48%; }[data-css=\"tve-u-1621afda4fa\"] { max-width: none; padding: 0px !important; margin-bottom: 40px !important; }#tve_editor [data-css=\"tve-u-1621afd8c98\"] { color: rgb(255, 255, 255) !important; font-size: 20px !important; }[data-css=\"tve-u-1621afceb00\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 80%; padding: 0px !important; margin-bottom: 50px !important; }#tve_editor [data-css=\"tve-u-1621afcc0bf\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1621a8a804b\"] > .tcb-flex-col { padding-left: 60px; }[data-css=\"tve-u-1621ae6c8da\"] { clip-path: url(\"#clip-top-aa2c3e3c70555\"); -webkit-clip-path: url(\"#clip-top-aa2c3e3c70555\");  background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-Cta-2.jpg\") !important; background-size: cover !important; background-position: 0% 100% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1621ae4fd21\"] { max-width: 100%; top: -70px; z-index: 5; left: -60px; position: relative !important; padding: 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-1621ae4db6e\"] { min-height: 524px; }[data-css=\"tve-u-1621ada1e7f\"] .tve-page-section-in { display: flex; flex-direction: column; justify-content: center; }[data-css=\"tve-u-1621adea58b\"] > .tcb-flex-col > .tcb-col { min-height: 1px; justify-content: center; }[data-css=\"tve-u-1621ae0bec7\"] { height: calc(100% - -22px); background-image: linear-gradient(rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.14)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; margin-left: 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621adea58b\"] > .tcb-flex-col { padding-left: 50px; }[data-css=\"tve-u-1621adea58b\"] { margin-left: -50px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-1621ade6172\"] { max-width: 100%; float: none; width: 100%; margin: 0px auto !important; }[data-css=\"tve-u-1621adba9ef\"] { clip-path: url(\"#clip-top-52d5a36c151aa\"); -webkit-clip-path: url(\"#clip-top-52d5a36c151aa\");  background-image: linear-gradient(rgba(15, 29, 123, 0.65), rgba(15, 29, 123, 0.65)), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-cta-bg.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-1621ada1e7f\"] { padding: 0px 40px !important; }[data-css=\"tve-u-1621ad46076\"] { padding: 100px 40px !important; margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1621ad420c4\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-1621a9076ef\"] { padding-top: 2px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-1621acf64fb\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621acf47d2\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1621acf0289\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621a8e11f3\"] { padding-top: 2px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-1621a8e5625\"] { padding-top: 2px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-1621ace4de9\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1621ace1b08\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1621a9a2867\"] strong { font-weight: 700; }#tve_editor [data-css=\"tve-u-1621a9a2867\"] { font-weight: 300; color: rgb(15, 29, 123) !important; font-family: Poppins !important; }[data-css=\"tve-u-1621a9750ae\"] { font-size: 13.6px !important; line-height: 13.6px !important; }[data-css=\"tve-u-1621a9a2867\"] { font-size: 48px !important; line-height: 48px !important; }[data-css=\"tve-u-1621a9a2866\"] { margin-top: 40px !important; }[data-css=\"tve-u-1621a9a2862\"] { width: 160px !important; height: 160px !important; background-color: rgb(137, 141, 167) !important; }[data-css=\"tve-u-1621a98b602\"] { stroke-dasharray: 502.655, 502.655; }[data-css=\"tve-u-1621a983587\"] { float: none; border: 30px solid rgba(137, 141, 167, 0.24); z-index: 3; position: relative; margin: 30px auto 0px !important; padding: 0px !important; }[data-css=\"tve-u-1621a9750ae\"] strong { font-weight: 700; }#tve_editor [data-css=\"tve-u-1621a9750ae\"] { color: rgb(255, 255, 255) !important; font-family: Monda !important; }[data-css=\"tve-u-1621a96b190\"] { background-color: rgb(231, 229, 229); width: 144px !important; height: 144px !important; top: 8px !important; bottom: 8px !important; left: 8px !important; right: 8px !important; }[data-css=\"tve-u-1621a9685d4\"] { stroke: rgb(248, 251, 253) !important; stroke-width: 17px !important; }[data-css=\"tve-u-1621a8a804b\"] > .tcb-flex-col > .tcb-col { min-height: 445px; justify-content: center; }[data-css=\"tve-u-1621a90a46f\"] { background-image: radial-gradient(rgba(255, 255, 255, 0.51) 16%, rgb(255, 255, 255) 73%), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-100-clean.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }#tve_editor [data-css=\"tve-u-1621a9076ef\"] > :first-child { color: rgb(15, 29, 123); }#tve_editor [data-css=\"tve-u-1621a8e5625\"] > :first-child { color: rgb(15, 29, 123); }#tve_editor [data-css=\"tve-u-1621a8e11f3\"] > :first-child { color: rgb(15, 29, 123); }[data-css=\"tve-u-1621a8c4313\"] { padding: 0px !important; margin-bottom: 60px !important; }[data-css=\"tve-u-1621a8b2488\"] { float: none; max-width: 100%; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621a8a804b\"] { min-height: inherit; margin-left: -60px; padding: 0px !important; }[data-css=\"tve-u-1621a2e0d5b\"] { line-height: 1em !important; }[data-css=\"tve-u-1621a2247ba\"] { max-width: 100%; float: none; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; }#tve_editor [data-css=\"tve-u-1620af7eb3f\"] .tcb-button-link { font-size: 18px; color: rgb(15, 29, 123) !important; }#tve_editor [data-css=\"tve-u-1620af7eb3f\"]:hover strong { font-weight: 700 !important; }[data-css=\"tve-u-1620af7eb3f\"] { width: 268px; float: left; z-index: 3; position: relative; display: block; max-width: 268px; margin-bottom: 0px !important; margin-top: 0px !important; margin-left: 3px !important; }#tve_editor [data-css=\"tve-u-1620af7eb3f\"]:hover .tcb-button-link { color: rgb(255, 255, 255) !important; border-radius: 200px !important; overflow: hidden !important; font-family: Monda !important; font-weight: 400 !important; text-shadow: none !important; background-image: none !important; background-color: rgb(15, 29, 123) !important; }[data-css=\"tve-u-1620af7eb3f\"] .tcb-button-link { border-radius: 200px; min-height: 54.7619px; font-size: 1.33333em; padding-top: 0px; padding-bottom: 0px; background-image: none !important; background-color: rgb(255, 255, 255) !important; padding-right: 15px !important; }#tcb_landing_page a:not(.tcb-button-link).tve_state_hover { color: rgb(35, 55, 188); }#tcb_landing_page a:not(.tcb-button-link):hover { color: rgb(35, 55, 188); }#tcb_landing_page a:not(.tcb-button-link) { color: rgb(255, 255, 255); }#tcb_landing_page input strong { font-weight: 700; }#tcb_landing_page .tcb-button-link strong { font-weight: 700; }#tcb_landing_page p strong, #tcb_landing_page li strong { font-weight: 700; }#tcb_landing_page input { font-family: Merriweather; font-weight: 400; }#tcb_landing_page .tcb-button-link { font-family: Merriweather; font-weight: 400; }#tcb_landing_page p, #tcb_landing_page li { color: rgb(12, 12, 12); font-family: Merriweather; font-weight: 400; line-height: 1.5em; font-size: 16px; }#tcb_landing_page h6 { text-transform: uppercase; font-size: 14px; color: rgb(0, 0, 0); font-family: \"Special Elite\"; font-weight: 400; letter-spacing: 1px; line-height: 1.3em; }#tcb_landing_page h5 { font-size: 22px; color: rgb(12, 12, 12); font-family: \"Special Elite\"; font-weight: 400; line-height: 1.3em; }#tcb_landing_page h4 { font-size: 24px; color: rgb(12, 12, 12); font-family: \"Special Elite\"; font-weight: 400; line-height: 1.3em; }#tcb_landing_page h3 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(12, 12, 12); font-size: 26px; line-height: 1.3em; }#tcb_landing_page h2 { color: rgb(0, 0, 0); font-size: 30px; letter-spacing: 2px; text-transform: uppercase; line-height: 1.3em; font-family: \"Special Elite\"; font-weight: 400; }#tcb_landing_page h1 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(0, 0, 0); font-size: 42px; line-height: 1.3em; }[data-css=\"tve-u-15e09c94f7d\"] { background-color: rgb(231, 229, 229) !important; }[data-css=\"tve-u-1621b01355a\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621b01355a\"] { max-width: 274px; position: relative; float: left; z-index: 3; width: 100%; padding: 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-1621b028939\"] .tcb-button-link { font-size: 18px; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1621b028939\"]:hover strong { font-weight: 700 !important; }[data-css=\"tve-u-1621b028939\"] { display: block; max-width: 268px; width: 268px; top: 0px; left: 0px; float: left; z-index: 3; position: relative; margin-bottom: 0px !important; margin-top: 0px !important; }#tve_editor [data-css=\"tve-u-1621b028939\"]:hover .tcb-button-link { background-color: rgb(255, 255, 255) !important; color: rgb(15, 29, 123) !important; overflow: hidden !important; font-family: Monda !important; background-image: none !important; text-align: center !important; }[data-css=\"tve-u-1621b028939\"] .tcb-button-link { min-height: 54.7619px; font-size: 1.33333em; padding-top: 0px; padding-bottom: 0px; border: 1px solid rgb(255, 255, 255); border-radius: 30px; overflow: hidden; background-color: rgba(26, 188, 156, 0.01) !important; padding-right: 15px !important; color: rgb(26, 188, 156) !important; }[data-css=\"tve-u-1621b08fdde\"] { border-radius: 200px; overflow: hidden; border: 1px solid rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1621b01355a\"]:hover [data-css=\"tve-u-1621b08fdde\"] { border: 1px solid rgba(255, 255, 255, 0.4) !important; }[data-css=\"tve-u-1621b30ca74\"]::after { clear: both; }#tve_editor [data-css=\"tve-u-1621e942b65\"] { font-weight: 400; letter-spacing: 0px; color: rgb(255, 255, 255) !important; font-family: Poppins !important; font-size: 30px !important; }[data-css=\"tve-u-1621e94cb4e\"] { float: none; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621eaaedd8\"] { clip-path: url(\"#clip-bottom-a2b9cf3198d6f\"); -webkit-clip-path: url(\"#clip-bottom-a2b9cf3198d6f\");  background-image: none !important; background-color: rgb(5, 10, 42) !important; }[data-css=\"tve-u-1621eab272c\"] { border-radius: 200px; overflow: hidden; background-image: none !important; border: 3px solid rgb(255, 255, 255) !important; background-color: rgb(5, 10, 42) !important; }[data-css=\"tve-u-1621eacf6af\"] { max-width: 230px; float: none; z-index: 3; position: relative; padding: 0px !important; margin: 0px auto !important; }[data-css=\"tve-u-1621eb3eb9f\"] { clip-path: url(\"#clip-bottom-ac98bb0e54b3b\"); -webkit-clip-path: url(\"#clip-bottom-ac98bb0e54b3b\");  background-image: none !important; background-color: rgb(45, 51, 89) !important; }[data-css=\"tve-u-1621eb43d8d\"] { border-radius: 200px; overflow: hidden; background-image: none !important; border: 3px solid rgb(255, 255, 255) !important; background-color: rgb(45, 51, 89) !important; }[data-css=\"tve-u-1621eb7ccb0\"] { min-height: 530px; }[data-css=\"tve-u-1621eb81205\"] { padding: 0px 0px 20px !important; margin-top: -25px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621ebbbb6d\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621ebbbb6d\"] { max-width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1621ebf340c\"] { max-width: 230px; float: none; z-index: 3; position: relative; width: 100%; padding: 0px !important; margin: 0px auto !important; }[data-css=\"tve-u-1621ebfa746\"] { padding: 0px !important; margin-top: 0px !important; margin-bottom: 30px !important; }#tve_editor [data-css=\"tve-u-1621ebfe4ce\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ebff867\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ec009a8\"] { font-size: 16px !important; }[data-css=\"tve-u-1621ec09a3c\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; margin: 0px !important; }#tve_editor [data-css=\"tve-u-1621ec09a3c\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ec0c5bd\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; margin: 0px !important; }#tve_editor [data-css=\"tve-u-1621ec0c5bd\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ec15f6e\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ec15f6e\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ec204df\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ec204df\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ec20f68\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ec20f68\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ec21a31\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ec21a31\"] > :first-child { color: rgb(137, 141, 167); }#tve_editor [data-css=\"tve-u-1621ec241aa\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ec2704c\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ec298ab\"] { font-size: 16px !important; }[data-css=\"tve-u-1621ec6c39b\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621ec6c39b\"] { float: none; max-width: 110px; z-index: 4; padding: 0px !important; margin: -60px auto 30px !important; }[data-css=\"tve-u-1621ec752da\"] { min-height: 110px; }[data-css=\"tve-u-1621ec78d2c\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621ec78d2c\"] { float: none; max-width: 110px; z-index: 4; padding: 0px !important; margin: -60px auto 30px !important; }[data-css=\"tve-u-1621ec79a7d\"] { min-height: 110px; }[data-css=\"tve-u-1621ec7f21a\"] { min-height: 160px; }[data-css=\"tve-u-1621f154231\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-1621f154231\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin: 0px 0px -1px !important; }[data-css=\"tve-u-1621f15b521\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-1621f15b521\"] { float: right; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin-top: -1px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621f4ceaf7\"] { color: rgb(15, 29, 123) !important; }[data-css=\"tve-u-1621fb65556\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-1621fb65556\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-1621fb65556\"] { min-height: inherit; margin-left: -20px; padding: 0px !important; }[data-css=\"tve-u-1621fb68b97\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-1621fb68b97\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-1621fb68b97\"] { min-height: inherit; margin-left: -30px; padding: 30px !important; }[data-css=\"tve-u-1621fbacc60\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621fbcad8c\"] { padding: 0px !important; }[data-css=\"tve-u-1621fc0ce17\"] { padding: 0px !important; margin-bottom: 15px !important; }[data-css=\"tve-u-1621fd84d7b\"] { min-height: 480px; }[data-css=\"tve-u-1621fd8766c\"] { min-height: 150px; }[data-css=\"tve-u-1621fd9c946\"] { padding: 0px 0px 20px !important; margin-top: 0px !important; margin-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-1621fe1587d\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1621fe1725e\"] strong { font-weight: 800; }#tve_editor [data-css=\"tve-u-1621fe1725e\"] { font-weight: 400; letter-spacing: 0px; color: rgb(255, 255, 255) !important; font-family: Poppins !important; font-size: 30px !important; }#tve_editor [data-css=\"tve-u-1621fe1a1af\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1621fe1bd18\"] strong { font-weight: 800; }#tve_editor [data-css=\"tve-u-1621fe1bd18\"] { font-weight: 400; letter-spacing: 0px; color: rgb(255, 255, 255) !important; font-family: Poppins !important; font-size: 30px !important; }[data-css=\"tve-u-16223b080b0\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-16223b080b0\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-16223f02c16\"] { min-height: 62px; }[data-css=\"tve-u-16223fe5f5b\"] { padding: 0px !important; }[data-css=\"tve-u-16224439be1\"] { padding: 0px !important; }#tve_editor [data-css=\"tve-u-1622444fb11\"] { letter-spacing: 1px; color: rgb(137, 141, 167) !important; font-size: 14px !important; }#tve_editor [data-css=\"tve-u-16228c764b2\"] { font-size: 18px !important; }[data-css=\"tve-u-16229f6175c\"] { border: none; margin: 80px 0px 0px !important; background-image: none !important; }[data-css=\"tve-u-16229fa6a26\"] { border: none; box-shadow: none; padding: 0px 30px 30px !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-16229fa8c68\"] { border: none; padding: 0px 30px 30px !important; background-image: none !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col > .tcb-col { min-height: 244px; }[data-css=\"tve-u-16229ffbb7b\"] { margin-left: -30px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16248fc42a1\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-16248fc42a1\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-16248fc71c8\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-16249355087\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-16249355087\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-16249358652\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-16249358652\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-1624935a201\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-1624935a201\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-16249367114\"] { border: none; margin: 30px 0px 0px !important; background-image: none !important; }[data-css=\"tve-u-16249373b25\"] { border: none; padding: 0px 30px 30px !important; background-image: linear-gradient(rgb(248, 249, 251), rgb(248, 249, 251)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1624939a960\"] { border: none; box-shadow: none; padding: 0px 30px 30px !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-162493a03b0\"] > .tcb-flex-col > .tcb-col { min-height: 244px; }[data-css=\"tve-u-162493a03b0\"] { margin-left: -30px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-162493a03b0\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-162493b6b63\"] { border: none; background-image: none !important; padding: 0px 30px 30px !important; background-color: rgb(248, 249, 251) !important; }#tve_editor [data-css=\"tve-u-162493d5f13\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-162493d5f13\"] { font-size: 30px; width: 30px; height: 30px; top: 0px; left: 0px; display: block; position: static; z-index: 8; border-bottom: 1px solid rgb(10, 93, 165); border-top: none; border-right: none; border-left: none; border-image: initial; margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-162494b490e\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-162494b7ad0\"] { padding: 0px !important; margin-top: 25px !important; margin-left: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-1625389a3d5\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-1625389a3d5\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-1625389b4ed\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-1625389b4ed\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-162539ac577\"] { max-width: 39%; }[data-css=\"tve-u-162539ac57d\"] { max-width: 61%; }#tve_editor [data-css=\"tve-u-162539c17ec\"] { font-size: 16px !important; color: rgba(12, 12, 12, 0.7) !important; }[data-css=\"tve-u-16260c39a7e\"] { float: none; max-width: 100%; border-left: 1px solid rgba(15, 29, 123, 0.7); border-right: 1px solid rgba(15, 29, 123, 0.7); margin: 0px auto !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-16260c433e9\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-Rosie.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16260c5ff07\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-16260c5ff07\"] { float: right; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin: -1px 0px 0px !important; }[data-css=\"tve-u-16260c5ff0c\"]::after { clear: both; }[data-css=\"tve-u-16260d01208\"] { max-width: 37%; }[data-css=\"tve-u-16260d0120e\"] { max-width: 63%; }[data-css=\"tve-u-16260d39b83\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-16260d39b83\"] { float: right; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin-top: -1px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-16260d3b97e\"]::after { clear: both; }[data-css=\"tve-u-16260d3f4aa\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16260d3f4aa\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-16260d3f4aa\"] { min-height: inherit; margin-left: -30px; padding: 30px !important; }[data-css=\"tve-u-16260d3f4af\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-16260d3f4af\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-16260d3f4af\"] { min-height: inherit; margin-left: -20px; padding: 0px !important; }[data-css=\"tve-u-16260d5e4b8\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-Shawn.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16260d73672\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-16260d73672\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin-top: 0px !important; margin-bottom: -1px !important; }[data-css=\"tve-u-16260d8392c\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16260d8392c\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-16260d8392c\"] { min-height: inherit; margin-left: -30px; padding: 30px !important; }[data-css=\"tve-u-16260d8396c\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-16260d8396c\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-16260d8396c\"] { min-height: inherit; margin-left: -20px; padding: 0px !important; }[data-css=\"tve-u-16260da3aa7\"] { float: none; max-width: 100%; border-left: 1px solid rgba(15, 29, 123, 0.7); border-right: 1px solid rgba(15, 29, 123, 0.7); margin: 0px auto !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-162717cb600\"] { max-width: 58.2%; }[data-css=\"tve-u-162717cb601\"] { max-width: 41.8%; }[data-css=\"tve-u-162717cb609\"]::after { clear: both; }[data-css=\"tve-u-162717cb60a\"] { padding-right: 50px !important; padding-bottom: 80px !important; padding-top: 20px !important; }[data-css=\"tve-u-162717cb60b\"]::after { clear: both; }[data-css=\"tve-u-162717cb60b\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-162717cb60f\"] { padding: 0px !important; margin-bottom: 25px !important; }[data-css=\"tve-u-162717cb610\"] { padding: 0px !important; margin-bottom: 35px !important; box-shadow: none !important; }#tve_editor [data-css=\"tve-u-162717cb616\"] { text-shadow: rgb(0, 0, 0) 2px 2px 2px; text-transform: none !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-162717cb617\"] { margin-left: 0px; padding: 0px !important; }[data-css=\"tve-u-162717cb618\"] { max-width: none; margin-top: 0px !important; }[data-css=\"tve-u-162717cb620\"] { clip-path: url(\"#clip-bottom-c883ac5175045\"); -webkit-clip-path: url(\"#clip-bottom-c883ac5175045\");  opacity: 1; filter: grayscale(0%) blur(0px); background-image: linear-gradient(rgba(0, 0, 0, 0.57), rgba(0, 0, 0, 0.57)), url(\"https://bestcerakoteflorida.com/wp-content/uploads/2018/05/FTYS6743.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, fixed !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-162717cb609\"] { max-width: 1200px; min-height: 630px !important; }[data-css=\"tve-u-162717cb621\"] { z-index: 1; padding: 125px 40px 0px !important; margin-top: -130px !important; }[data-css=\"tve-u-162717d1bb6\"] { border-right: 1px solid rgba(255, 255, 255, 0.2); }[data-css=\"tve-u-162717d1bb7\"] { max-width: 23.7%; }[data-css=\"tve-u-162717d1bb9\"] { max-width: 42.9%; }[data-css=\"tve-u-162717d1bbc\"] { border-left: none; padding: 0px !important; }[data-css=\"tve-u-162717d1bbe\"] { border-bottom: 1px solid rgba(255, 255, 255, 0.2); float: none; width: 100%; position: relative; z-index: 10; max-width: 1600px; margin: 0px auto !important; }[data-css=\"tve-u-162717d1bbf\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-162717d1bbf\"] > .tcb-flex-col { padding-left: 17px; }[data-css=\"tve-u-162717d1bbf\"] { margin-left: -17px; min-height: inherit; padding: 5px 0px 0px 40px !important; }#tve_editor [data-css=\"tve-u-162717d1bbe\"] p, #tve_editor [data-css=\"tve-u-162717d1bbe\"] li, #tve_editor [data-css=\"tve-u-162717d1bbe\"] blockquote, #tve_editor [data-css=\"tve-u-162717d1bbe\"] address { font-size: 16px; }#tve_editor [data-css=\"tve-u-16271adf6cf\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-16271adf6cf\"] { font-size: 30px; width: 30px; height: 30px; top: 22px; left: 20px; border-bottom: 1px solid rgb(10, 93, 165); margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1641367e553\"] > :first-child { color: rgba(15, 29, 123, 0.12); }[data-css=\"tve-u-1641367e553\"] { font-size: 60px; float: none; box-shadow: none; width: 60px; height: 60px; margin: -55px auto 60px !important; padding-right: 17px !important; }[data-css=\"tve-u-16416e4fafd\"] { box-shadow: rgba(0, 0, 0, 0.02) 0px 2px 22px 0px; background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16416e603ab\"] { box-shadow: rgba(0, 0, 0, 0.12) 0px 3px 44px 0px; background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-164179a84b8\"] > .tve-cb { display: block; }[data-css=\"tve-u-164179a84b8\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-164179bced9\"] { border-right: none; padding: 3px 0px 0px !important; position: static !important; }[data-css=\"tve-u-16417b4cb9e\"] { padding: 0px 0px 50px !important; }[data-css=\"tve-u-16417b62c09\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-16417b662bf\"] { margin-top: 0px !important; margin-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-16417e5bd95\"] > :first-child { color: rgb(255, 255, 255); }[data-css=\"tve-u-16417e5bd95\"] { z-index: 4; position: relative; float: left; font-size: 25px !important; width: 25px !important; height: 25px !important; margin: 3px 15px 0px 0px !important; padding-left: 0px !important; }[data-css=\"tve-u-1641c1af44d\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1641c1b01a6\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1641c1b0a67\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1641c1b12d8\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }#tve_editor [data-css=\"tve-u-1641c1b33f9\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-1641c1b33f9\"] { font-size: 30px; width: 30px; height: 30px; top: 22px; left: 20px; border-bottom: 1px solid rgb(10, 93, 165); margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1641c1b456a\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-1641c1b456a\"] { font-size: 30px; width: 30px; height: 30px; top: 22px; left: 20px; border-bottom: 1px solid rgb(10, 93, 165); margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1641c1b52d3\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-1641c1b52d3\"] { font-size: 30px; width: 30px; height: 30px; top: 22px; left: 20px; border-bottom: 1px solid rgb(10, 93, 165); margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1641c1b60b4\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-1641c1b60b4\"] { font-size: 30px; width: 30px; height: 30px; top: 22px; left: 20px; border-bottom: 1px solid rgb(10, 93, 165); margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }#tcb_landing_page .tcb-plain-text { color: rgb(0, 0, 0); font-family: Merriweather; font-weight: 400; }#tcb_landing_page .tcb-plain-text strong { font-weight: 700; }[data-css=\"tve-u-162717d1bbe\"] p { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-162717d1bbe\"] h3 { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-1695981e7bb\"] { max-width: 33.3545%; }[data-css=\"tve-u-16959822de2\"] { width: 291px; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-16959846d3d\"] { margin-top: 0px !important; }[data-css=\"tve-u-16959cd1e7a\"] { margin-top: 10px !important; }[data-css=\"tve-u-1695a3002e2\"] .tcb-button-link { border-radius: 4px; border-bottom: 4px solid rgb(117, 0, 23); border-top-color: rgb(198, 225, 224); border-right-color: rgb(198, 225, 224); border-left-color: rgb(198, 225, 224); background-image: none !important; background-color: rgb(143, 2, 32) !important; padding-right: 25px !important; }#tve_editor [data-css=\"tve-u-1695a3002e2\"]:hover .tcb-button-link { background-color: rgb(132, 1, 28) !important; }#tve_editor [data-css=\"tve-u-1695a36117b\"] { color: rgb(255, 255, 255) !important; font-size: 15px !important; text-transform: capitalize !important; letter-spacing: 3px; font-family: Merriweather !important; font-weight: 400 !important; }[data-css=\"tve-u-1695d995f33\"] { box-shadow: none; margin: 0px 20px -25px !important; }#tve_editor [data-css=\"tve-u-1695d9d652a\"]:hover input, #tve_editor [data-css=\"tve-u-1695d9d652a\"]:hover textarea { box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 9px -3px !important; }#tve_editor [data-css=\"tve-u-1695d9d6528\"]:hover input, #tve_editor [data-css=\"tve-u-1695d9d6528\"]:hover textarea { box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 9px -3px !important; }#tve_editor [data-css=\"tve-u-1695d9d6526\"]:hover input, #tve_editor [data-css=\"tve-u-1695d9d6526\"]:hover textarea { box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 9px -3px !important; }#tve_editor [data-css=\"tve-u-1695d9d6529\"] { font-family: \"Courier New\", Courier, monospace; font-weight: 700; font-size: 13px; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1695d9d6527\"] { font-family: \"Courier New\", Courier, monospace; font-weight: 700; font-size: 13px; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1695d9d6525\"] { font-family: \"Courier New\", Courier, monospace; font-weight: 700; font-size: 13px; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1695d9d652a\"] input, [data-css=\"tve-u-1695d9d652a\"] textarea { box-shadow: rgba(0, 0, 0, 0.25) 0px 2px 9px -6px; background-image: none !important; }[data-css=\"tve-u-1695d9d6528\"] input, [data-css=\"tve-u-1695d9d6528\"] textarea { box-shadow: rgba(0, 0, 0, 0.25) 0px 2px 9px -6px; background-image: none !important; }[data-css=\"tve-u-1695d9d6526\"] input, [data-css=\"tve-u-1695d9d6526\"] textarea { box-shadow: rgba(0, 0, 0, 0.25) 0px 2px 9px -6px; background-image: none !important; }[data-css=\"tve-u-1695d9d6529\"] { text-transform: capitalize; letter-spacing: 1px; font-weight: normal !important; }[data-css=\"tve-u-1695d9d6527\"] { text-transform: capitalize; letter-spacing: 1px; font-weight: normal !important; }[data-css=\"tve-u-1695d9d6525\"] { text-transform: capitalize; letter-spacing: 1px; font-weight: normal !important; }#tve_editor [data-css=\"tve-u-1695d9d652a\"] input, #tve_editor [data-css=\"tve-u-1695d9d652a\"] textarea { border-radius: 4px; overflow: hidden; border: 1px solid rgb(237, 240, 243); }#tve_editor [data-css=\"tve-u-1695d9d6528\"] input, #tve_editor [data-css=\"tve-u-1695d9d6528\"] textarea { border-radius: 4px; overflow: hidden; border: 1px solid rgb(237, 240, 243); }#tve_editor [data-css=\"tve-u-1695d9d6526\"] input, #tve_editor [data-css=\"tve-u-1695d9d6526\"] textarea { border-radius: 4px; overflow: hidden; border: 1px solid rgb(237, 240, 243); }[data-css=\"tve-u-1695dd04208\"] { margin-bottom: 10px !important; border-radius: 11px; overflow: hidden; }#tve_editor [data-css=\"tve-u-1695dd27f6a\"] button { border-radius: 8px; background-image: none !important; background-color: rgb(143, 2, 32) !important; border-color: rgb(131, 148, 139); padding: 10px !important; font-weight: 400 !important; font-family: \"Special Elite\"; text-transform: uppercase; font-size: 17px; }#tve_editor [data-css=\"tve-u-1695dd27f6a\"]:hover button { background-color: rgb(75, 105, 89) !important; border-color: rgb(1, 2, 2) rgb(0, 0, 0) rgb(1, 2, 2) rgb(1, 2, 2) !important; }#tve_editor [data-css=\"tve-u-1695dd27f6a\"] { max-width: 30%; width: 30%; }[data-css=\"tve-u-1695dd27f6a\"] { margin-left: auto !important; margin-right: auto !important; float: none; }[data-css=\"tve-u-1695dd484d7\"] { border-radius: 11px; overflow: hidden; margin-bottom: 10px !important; }#tve_editor .thrv-content-box [data-css=\"tve-u-1621ee37f4a\"] p, #tve_editor .thrv-content-box [data-css=\"tve-u-1621ee37f4a\"] li, #tve_editor .thrv-content-box [data-css=\"tve-u-1621ee37f4a\"] blockquote, #tve_editor .thrv-content-box [data-css=\"tve-u-1621ee37f4a\"] address, #tve_editor .thrv-content-box [data-css=\"tve-u-1621ee37f4a\"] .tcb-plain-text, #tve_editor .thrv-content-box [data-css=\"tve-u-1621ee37f4a\"] label, #tve_editor .thrv-content-box [data-css=\"tve-u-1621ee37f4a\"] h1, #tve_editor .thrv-content-box [data-css=\"tve-u-1621ee37f4a\"] h2, #tve_editor .thrv-content-box [data-css=\"tve-u-1621ee37f4a\"] h3, #tve_editor .thrv-content-box [data-css=\"tve-u-1621ee37f4a\"] h4, #tve_editor .thrv-content-box [data-css=\"tve-u-1621ee37f4a\"] h5, #tve_editor .thrv-content-box [data-css=\"tve-u-1621ee37f4a\"] h6 { color: rgb(255, 255, 255); }#tve_editor [data-css=\"tve-u-1695d9d6526\"] input, #tve_editor [data-css=\"tve-u-1695d9d6526\"] input::placeholder, #tve_editor [data-css=\"tve-u-1695d9d6526\"] textarea, #tve_editor [data-css=\"tve-u-1695d9d6526\"] textarea::placeholder { color: rgb(0, 0, 0); }#tve_editor [data-css=\"tve-u-1695d9d6528\"] input, #tve_editor [data-css=\"tve-u-1695d9d6528\"] input::placeholder, #tve_editor [data-css=\"tve-u-1695d9d6528\"] textarea, #tve_editor [data-css=\"tve-u-1695d9d6528\"] textarea::placeholder { color: rgb(0, 0, 0); }#tve_editor [data-css=\"tve-u-1695d9d652a\"] input, #tve_editor [data-css=\"tve-u-1695d9d652a\"] input::placeholder, #tve_editor [data-css=\"tve-u-1695d9d652a\"] textarea, #tve_editor [data-css=\"tve-u-1695d9d652a\"] textarea::placeholder { color: rgb(0, 0, 0); }#tve_editor [data-css=\"tve-u-1695de16011\"] { font-size: 16px !important; text-transform: capitalize !important; letter-spacing: 3px; }[data-css=\"tve-u-1695de16011\"] { line-height: 1.35em !important; }[data-css=\"tve-u-1695a36117b\"] { line-height: 1.35em !important; }[data-css=\"tve-u-16413112747\"] { line-height: 1.35em !important; }[data-css=\"tve-u-1695a36117b\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-16413112747\"] strong { font-weight: 700 !important; }}@media (max-width: 1023px){[data-css=\"tve-u-1621ebfa746\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621eb037bb\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621ec78d2c\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621ec6c39b\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621b064668\"] { max-width: 49%; }[data-css=\"tve-u-1621b064646\"] { max-width: 51%; }[data-css=\"tve-u-1621b3c74d9\"] { max-width: 100%; }[data-css=\"tve-u-1621f0b0088\"] { min-height: 100px !important; }[data-css=\"tve-u-1621ee3afec\"] > .tve-cb { display: block; }[data-css=\"tve-u-1621e7ceab3\"] > .tve-cb { display: block; }[data-css=\"tve-u-1621ea50702\"] { float: none; width: 100%; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621ae4fd21\"] > .tve-cb { display: block; }[data-css=\"tve-u-162717cb60f\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-162717cb610\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-16223dad661\"] { padding-top: 20px !important; }[data-css=\"tve-u-1641367127b\"] { float: none; font-size: 50px; width: 50px; height: 50px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1641367e553\"] { float: none; font-size: 50px; width: 50px; height: 50px; margin: -44px auto 40px !important; padding-right: 12px !important; }[data-css=\"tve-u-1621e7b695a\"] { margin-bottom: 50px !important; }[data-css=\"tve-u-1621ee37f4a\"] { min-height: 262px; }[data-css=\"tve-u-1621ada1e7f\"] { padding: 50px 30px 50px 0px !important; }[data-css=\"tve-u-1621b072b4e\"] { max-width: 100%; }[data-css=\"tve-u-1621a2247ba\"] { margin-bottom: 60px !important; }[data-css=\"tve-u-16229f6175c\"] { margin-top: 0px !important; }[data-css=\"tve-u-162717cb60b\"] { height: calc(100% - -85px); margin-top: -85px !important; }[data-css=\"tve-u-162717cb617\"] .tcb-flex-col { flex-basis: 560px !important; }#tcb_landing_page h5 { line-height: 1.3em; }#tcb_landing_page h6 { line-height: 1.4em; }#tcb_landing_page p, #tcb_landing_page li { line-height: 1.5em; }[data-css=\"tve-u-1628a146aef\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1628a12f675\"] { margin-bottom: 40px !important; }[data-css=\"tve-u-1628a10d3b4\"] { margin-bottom: 40px !important; }[data-css=\"tve-u-162718bd0c0\"] { clip-path: url(\"#clip-tablet-top-a3b25e1c9221a\"); -webkit-clip-path: url(\"#clip-tablet-top-a3b25e1c9221a\");  background-color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-162717cb621\"] { z-index: 6; padding-top: 60px !important; margin-top: -90px !important; }[data-css=\"tve-u-162718a3b40\"] { max-width: 100%; min-height: 1px !important; }[data-css=\"tve-u-16271adf6cf\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-162493d5f13\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-162717fcf9d\"] { margin-top: -40px !important; padding-top: 90px !important; padding-left: 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-16260d3f4af\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16260d3f4aa\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1621fb65556\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1621fb68b97\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16260d8396c\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16260d8392c\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16260d39b83\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-16260c5ff07\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-16260ba2fa4\"] { padding: 50px 40px !important; }[data-css=\"tve-u-16260be7104\"] { max-width: 100%; }[data-css=\"tve-u-1621ebbbb6d\"] { margin-top: -1px !important; }[data-css=\"tve-u-1621eaaedd8\"] { clip-path: url(\"#clip-tablet-bottom-a2b9cf3198d6f\"); -webkit-clip-path: url(\"#clip-tablet-bottom-a2b9cf3198d6f\");  }[data-css=\"tve-u-1621e7e9950\"] { margin-top: -1px !important; }[data-css=\"tve-u-16229fa8c68\"] { padding: 0px 20px 20px !important; }[data-css=\"tve-u-1622f65ba70\"] { padding: 0px 20px 20px !important; }[data-css=\"tve-u-16249373b25\"] { padding-left: 20px !important; padding-right: 20px !important; padding-bottom: 20px !important; }[data-css=\"tve-u-162493b6b63\"] { padding-left: 20px !important; padding-bottom: 20px !important; padding-right: 20px !important; }[data-css=\"tve-u-16249367114\"] { margin-top: 20px !important; }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-1624935a201\"] { line-height: 1.3em !important; }[data-css=\"tve-u-16249358652\"] { line-height: 1.3em !important; }[data-css=\"tve-u-16249355087\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1625389b4ed\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1625389a3d5\"] { line-height: 1.3em !important; }[data-css=\"tve-u-16248fc42a1\"] { line-height: 1.3em !important; }[data-css=\"tve-u-162493a03b0\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-162493a03b0\"] .tcb-flex-col { flex-basis: 145px !important; }[data-css=\"tve-u-1622a159bcb\"] { float: none; max-width: 85%; margin: 0px auto !important; padding-top: 0px !important; }[data-css=\"tve-u-16229fa6a26\"] { margin-bottom: 20px !important; padding: 0px 20px 20px !important; }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16229ffbb7b\"] { min-height: inherit; margin-left: -20px; }[data-css=\"tve-u-1621ad46076\"] { margin-bottom: 0px !important; margin-top: 0px !important; padding: 50px 40px !important; }#tve_editor [data-css=\"tve-u-1621b028939\"] .tcb-button-link { font-size: 18px; }[data-css=\"tve-u-16223f02c16\"] { min-height: 54px; }[data-css=\"tve-u-1621b01355a\"] { max-width: 304px; padding: 2px !important; }[data-css=\"tve-u-1620af7eb3f\"] { float: none; z-index: 3; position: relative; display: block; max-width: 300px; width: 300px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621afda4fa\"] { max-width: 100%; margin-bottom: 30px !important; }[data-css=\"tve-u-16224716d62\"]::after { clear: both; }[data-css=\"tve-u-1621f0aa8f7\"] { margin-top: 0px !important; }[data-css=\"tve-u-1621e7e6c1d\"] { min-height: 150px; }[data-css=\"tve-u-1621e7edfd9\"] { clip-path: url(\"#clip-tablet-bottom-10ffac3b28f1d\"); -webkit-clip-path: url(\"#clip-tablet-bottom-10ffac3b28f1d\");  }[data-css=\"tve-u-1621ebf340c\"] { float: none; width: 100%; padding: 0px !important; margin-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621e7d5094\"] { min-height: 455px; }[data-css=\"tve-u-1621adea58b\"] > .tcb-flex-col > .tcb-col { justify-content: center; }[data-css=\"tve-u-16223dad661\"]::after { clear: both; }[data-css=\"tve-u-1621e8107f3\"] { float: none; margin-left: auto !important; margin-right: auto !important; margin-bottom: 20px !important; }[data-css=\"tve-u-16223b080b0\"] { float: none; margin-left: auto !important; margin-right: auto !important; margin-top: -1px !important; }[data-css=\"tve-u-1621eb3eb9f\"] { clip-path: url(\"#clip-tablet-bottom-ac98bb0e54b3b\"); -webkit-clip-path: url(\"#clip-tablet-bottom-ac98bb0e54b3b\");  }[data-css=\"tve-u-1621fe78878\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1621fe78878\"] { min-height: inherit; }#tve_editor [data-css=\"tve-u-1621e92e97f\"] { font-size: 22px !important; }#tve_editor [data-css=\"tve-u-1621e942b65\"] { letter-spacing: 0px; font-size: 1.5em !important; }#tve_editor [data-css=\"tve-u-1621fe1bd18\"] { letter-spacing: 0px; font-size: 1.5em !important; }#tve_editor [data-css=\"tve-u-1621fe1a1af\"] { font-size: 22px !important; }#tve_editor [data-css=\"tve-u-1621fe1725e\"] { letter-spacing: 0px; font-size: 1.5em !important; }#tve_editor [data-css=\"tve-u-1621fe1587d\"] { font-size: 22px !important; }[data-css=\"tve-u-1621ef118dc\"] { position: relative; top: 0px; left: 0px; width: 51%; margin-left: auto !important; margin-right: auto !important; float: none; }[data-css=\"tve-u-1621ee3afec\"] { padding: 25px 10px 5px !important; }[data-css=\"tve-u-1621ee63e1c\"] { max-width: none; margin-bottom: 5px !important; }[data-css=\"tve-u-1621ee74a24\"] { top: 0px; right: 0px; font-size: 45px; width: 45px; height: 45px; float: none; padding-left: 0px !important; margin: 0px auto !important; }[data-css=\"tve-u-1621ee18a1c\"] { margin-top: 40px !important; margin-left: 20px !important; margin-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-1621fdcb4ea\"] { letter-spacing: 1px; font-size: 1.5em !important; }[data-css=\"tve-u-1621ec7f21a\"] { min-height: 150px; }[data-css=\"tve-u-1621eacf6af\"] { float: none; max-width: 230px; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621fd9c946\"] { max-width: 380px; float: none; width: 100%; margin: 0px auto !important; padding-left: 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-1621eb81205\"] { margin-top: 0px !important; }[data-css=\"tve-u-1621eb7ccb0\"] { min-height: 455px; }[data-css=\"tve-u-1621fd8766c\"] { min-height: 150px; }[data-css=\"tve-u-1621fd84d7b\"] { min-height: 430px; }[data-css=\"tve-u-1621e7c7aa1\"] .tcb-flex-col { flex-basis: 300px !important; }#tve_editor [data-css=\"tve-u-1621e7a7350\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621e7c899a\"] { float: none; max-width: 100%; margin-left: auto !important; margin-right: auto !important; margin-top: 0px !important; }[data-css=\"tve-u-1621e7c7aa1\"] { margin-left: -20px; flex-direction: row; }[data-css=\"tve-u-1621e7c7aa1\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-1621b3c8c52\"] { padding: 50px 40px !important; }[data-css=\"tve-u-1621fc0ce17\"] { margin-top: 10px !important; margin-bottom: 7px !important; }[data-css=\"tve-u-1621fbcad8c\"] { padding-left: 0px !important; padding-right: 30px !important; }[data-css=\"tve-u-1621fbacc60\"] { max-width: 177px; }[data-css=\"tve-u-1621fb68b97\"] { margin-left: -15px; min-height: inherit; padding: 20px !important; }[data-css=\"tve-u-1621fb68b97\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-1621fb65556\"] { margin-left: -15px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-1621fb65556\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-1621b200375\"] { float: none; max-width: 100%; margin: 0px auto !important; }[data-css=\"tve-u-1621b0e4fb7\"] { max-width: 100%; float: none; z-index: 3; position: relative; margin-right: auto !important; margin-left: auto !important; margin-bottom: 20px !important; }#tve_editor [data-css=\"tve-u-1621b10fccf\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621ae0bec7\"] { background-image: none !important; margin-top: 0px !important; }[data-css=\"tve-u-1621ae6c8da\"] { clip-path: url(\"#clip-tablet-top-aa2c3e3c70555\"); -webkit-clip-path: url(\"#clip-tablet-top-aa2c3e3c70555\");  }[data-css=\"tve-u-1621adba9ef\"] { clip-path: url(\"#clip-tablet-top-52d5a36c151aa\"); -webkit-clip-path: url(\"#clip-tablet-top-52d5a36c151aa\");  }[data-css=\"tve-u-1621ad420c4\"] { max-width: 100%; min-height: 1px !important; }[data-css=\"tve-u-1621f45bed3\"] { padding: 0px !important; }[data-css=\"tve-u-1621ae4fd21\"] { max-width: 100%; left: 0px; top: 0px; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621ae4db6e\"] { min-height: 300px; }#tve_editor [data-css=\"tve-u-1621afd8c98\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621afcc0bf\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621afceb00\"] { max-width: 100%; margin-bottom: 30px !important; }[data-css=\"tve-u-1621a98b602\"] { stroke-dasharray: 534.071, 534.071; }[data-css=\"tve-u-1621a9750ae\"] { font-size: 14.45px !important; line-height: 14.45px !important; }[data-css=\"tve-u-1621a9a2867\"] { font-size: 51px !important; line-height: 51px !important; }[data-css=\"tve-u-1621a9a2866\"] { margin-top: 42.5px !important; }[data-css=\"tve-u-1621a96b190\"] { width: 153px !important; height: 153px !important; top: 8.5px !important; bottom: 8.5px !important; left: 8.5px !important; right: 8.5px !important; }[data-css=\"tve-u-1621a9685d4\"] { stroke-width: 18px !important; }[data-css=\"tve-u-1621a9a2862\"] { width: 170px !important; height: 170px !important; }[data-css=\"tve-u-1621a983587\"] { float: none; border: 20px solid rgba(137, 141, 167, 0.24); margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621a8b2488\"] { float: none; max-width: 100%; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621a8a804b\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1621a8a804b\"] { margin-left: -24px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-1621a8a804b\"] > .tcb-flex-col { padding-left: 24px; }#tve_editor [data-css=\"tve-u-1621a2e0d5b\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621b028939\"] { position: relative; float: left; z-index: 3; display: block; max-width: 300px; width: 300px; margin-top: 15px !important; }[data-css=\"tve-u-1621adea58b\"] { margin-left: -30px; }[data-css=\"tve-u-1621adea58b\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-1621ade6172\"] { max-width: 100%; position: static; }#tve_editor [data-css=\"tve-u-16248fc42a1\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-16249355087\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-16249358652\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-1624935a201\"] { font-size: 18px !important; }[data-css=\"tve-u-1624939a960\"] { margin-bottom: 0px !important; padding-bottom: 20px !important; padding-left: 20px !important; padding-right: 20px !important; }[data-css=\"tve-u-162493a03b0\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-162493a03b0\"] { min-height: inherit; margin-left: -20px; }#tve_editor [data-css=\"tve-u-1625389a3d5\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-1625389b4ed\"] { font-size: 18px !important; }[data-css=\"tve-u-16260c39a7e\"] { float: none; max-width: 100%; margin: 0px auto !important; }[data-css=\"tve-u-16260d3f4aa\"] { margin-left: -15px; min-height: inherit; padding: 20px !important; }[data-css=\"tve-u-16260d3f4aa\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-16260d3f4af\"] { margin-left: -15px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-16260d3f4af\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-16260d8392c\"] { margin-left: -15px; min-height: inherit; padding: 20px !important; }[data-css=\"tve-u-16260d8392c\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-16260d8396c\"] { margin-left: -15px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-16260d8396c\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-16260da3aa7\"] { float: none; max-width: 100%; margin: 0px !important; }[data-css=\"tve-u-162717cb609\"] { max-width: 100%; min-height: 1px !important; }[data-css=\"tve-u-162717cb60a\"] { padding: 0px !important; }[data-css=\"tve-u-162717cb618\"] { float: none; max-width: 100%; margin-top: 60px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-162717cb620\"] { clip-path: url(\"#clip-tablet-bottom-c883ac5175045\"); -webkit-clip-path: url(\"#clip-tablet-bottom-c883ac5175045\");  background-attachment: scroll, fixed !important; background-image: linear-gradient(rgba(0, 0, 0, 0.46), rgba(0, 0, 0, 0.46)), url(\"https://bestcerakoteflorida.com/wp-content/uploads/2018/05/FTYS6743.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-162717d1bbf\"] { margin-left: 0px; padding: 25px 25px 0px !important; }[data-css=\"tve-u-162717d1bbf\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-162717d1bb7\"] { max-width: 51.3%; }[data-css=\"tve-u-162717d1bb9\"] { max-width: 15.3%; }[data-css=\"tve-u-162717d1bb6\"] { padding-left: 0px !important; }[data-css=\"tve-u-162717d1bbc\"] { border-left: none; border-right: none; padding-left: 30px !important; padding-bottom: 10px !important; }[data-css=\"tve-u-162717d1bbe\"] { max-width: 100%; margin-left: 0px !important; margin-right: 30px !important; }[data-css=\"tve-u-164179bced9\"] { border-right: none; padding-left: 30px !important; padding-right: 0px !important; }[data-css=\"tve-u-16417b62c09\"] { max-width: 177px; }[data-css=\"tve-u-16417b662bf\"] { max-width: 177px; }[data-css=\"tve-u-16417e5bd95\"] { font-size: 14px; width: 14px; height: 14px; margin-bottom: -14px !important; margin-left: 0px !important; }[data-css=\"tve-u-1641c1b33f9\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-1641c1b456a\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-1641c1b52d3\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-1641c1b60b4\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-16959822de2\"] { margin-right: 1px !important; padding-right: 10px !important; padding-top: 10px !important; }[data-css=\"tve-u-16959cd1e7a\"] { margin-top: 30px !important; margin-bottom: 10px !important; }[data-css=\"tve-u-1695a3002e2\"] { margin-top: 15px !important; }[data-css=\"tve-u-1695d995f33\"] { margin-top: 40px !important; margin-left: 20px !important; margin-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-1695dd27f6a\"] { max-width: 60%; width: 60%; }[data-css=\"tve-u-16413112747\"] { line-height: 1.3em !important; }}@media (max-width: 767px){[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-16417e9d24e\"]::after { clear: both; }[data-css=\"tve-u-16417b70f47\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 0px !important; }[data-css=\"tve-u-1621e819c52\"] { min-height: 100px; }[data-css=\"tve-u-1621e8107f3\"] { max-width: 100px; }[data-css=\"tve-u-1621fd8766c\"] { min-height: 144px; }[data-css=\"tve-u-1621ec79a7d\"] { min-height: 100px; }[data-css=\"tve-u-1621ec78d2c\"] { max-width: 100px; }[data-css=\"tve-u-1621ec7f21a\"] { min-height: 144px; }[data-css=\"tve-u-1621e7e6c1d\"] { min-height: 144px; }[data-css=\"tve-u-16417b4cb9e\"] { padding-bottom: 30px !important; }[data-css=\"tve-u-1621ec752da\"] { min-height: 100px; }[data-css=\"tve-u-1621ec6c39b\"] { max-width: 100px; }[data-css=\"tve-u-1621fd84d7b\"] { min-height: 430px; }[data-css=\"tve-u-1621e7c7aa1\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16223dad661\"] { padding-top: 0px !important; }[data-css=\"tve-u-1621b3c74d9\"] { max-width: 100%; }[data-css=\"tve-u-1621eb81205\"] { max-width: 100%; margin-bottom: 20px !important; }[data-css=\"tve-u-1621e7ceab3\"] { max-width: 100%; margin-bottom: 20px !important; }[data-css=\"tve-u-1621f0b0088\"] { min-height: 120px !important; }[data-css=\"tve-u-1621f0da775\"] { float: none; width: 100%; max-width: 280px; margin: 0px auto 20px !important; }[data-css=\"tve-u-1621ee37f4a\"] { min-height: 260px; }[data-css=\"tve-u-1621ee3afec\"] > .tve-cb { display: flex; justify-content: center; flex-direction: column; }[data-css=\"tve-u-1621ee63e1c\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1641367127b\"] { font-size: 30px; width: 30px; height: 30px; }[data-css=\"tve-u-1641367e553\"] { float: none; font-size: 30px; width: 30px; height: 30px; margin: -30px auto 30px !important; padding-right: 10px !important; }[data-css=\"tve-u-1621ada1e7f\"] { padding: 0px !important; }[data-css=\"tve-u-162717cb617\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-162717cb617\"] { min-height: inherit; }[data-css=\"tve-u-16229fa6a26\"] { height: calc(100% - 21px); margin-bottom: 0px !important; margin-top: 21px !important; }[data-css=\"tve-u-1624939a960\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-162493a03b0\"] .tcb-flex-col { flex-basis: 400px !important; }[data-css=\"tve-u-1621a2247ba\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-162717cb60f\"] { margin-bottom: 25px !important; }[data-css=\"tve-u-162717d1bbf\"] .tcb-flex-col { flex-basis: 225px !important; }[data-css=\"tve-u-1621ee3afec\"] { max-width: 100%; padding: 10px !important; position: static !important; }#tve_editor [data-css=\"tve-u-1641333d7d1\"] { font-size: 14px !important; }[data-css=\"tve-u-162717cb60b\"] { margin-top: 0px !important; }[data-css=\"tve-u-162717cb621\"] { z-index: 2; padding-left: 20px !important; padding-right: 20px !important; margin-top: -160px !important; padding-top: 35px !important; }[data-css=\"tve-u-162717cb617\"] .tcb-flex-col { flex-basis: 435px !important; }[data-css=\"tve-u-16369305186\"] { float: none; width: 100%; max-width: 279px; z-index: 3; position: relative; margin: 0px auto !important; }#tcb_landing_page h6 { line-height: 1.4em; }#tcb_landing_page h5 { line-height: 1.3em; }#tcb_landing_page p, #tcb_landing_page li { font-size: 14px; }#tcb_landing_page h2 { font-size: 28px; }#tcb_landing_page h1 { font-size: 35px; }[data-css=\"tve-u-16260ba2fa4\"] { padding-bottom: 40px !important; padding-left: 20px !important; padding-right: 20px !important; }[data-css=\"tve-u-1628a10d3b4\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-1628a12f675\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-162717cb610\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-16271bfe70c\"] { padding: 0px !important; }[data-css=\"tve-u-162717fcf9d\"] { z-index: 1; margin-top: 0px !important; padding-top: 75px !important; padding-left: 20px !important; padding-right: 20px !important; border: none; }[data-css=\"tve-u-162718bd0c0\"] { clip-path: url(\"#clip-mobile-top-a3b25e1c9221a\"); -webkit-clip-path: url(\"#clip-mobile-top-a3b25e1c9221a\");  }[data-css=\"tve-u-1621eb3eb9f\"] { clip-path: url(\"#clip-mobile-bottom-ac98bb0e54b3b\"); -webkit-clip-path: url(\"#clip-mobile-bottom-ac98bb0e54b3b\");  }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col > .tcb-col { min-height: 155px; }[data-css=\"tve-u-16229ffbb7b\"] { min-height: inherit; margin-left: 0px; }[data-css=\"tve-u-16229fa8c68\"] { height: calc(100% - 28px); margin-bottom: 0px !important; margin-top: 20px !important; }[data-css=\"tve-u-1622f65ba70\"] { height: calc(100% - 20px); margin-bottom: 0px !important; margin-top: 20px !important; }[data-css=\"tve-u-16229f6175c\"] { margin-top: 0px !important; }[data-css=\"tve-u-1622a159bcb\"] { float: none; max-width: 100%; margin-left: auto !important; margin-right: auto !important; padding-top: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-16229ae62a7\"] { border-right: none; }#tve_editor [data-css=\"tve-u-16228c764b2\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-16228c75500\"] { font-size: 18px !important; }[data-css=\"tve-u-1621fb65556\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-1621a983587\"] { border: 20px solid rgba(137, 141, 167, 0.32); }[data-css=\"tve-u-1621ee74a24\"] { float: none; margin-left: auto !important; margin-right: auto !important; margin-bottom: 10px !important; }[data-css=\"tve-u-1621afda4fa\"] { max-width: 100%; margin-bottom: 20px !important; }[data-css=\"tve-u-16223f02c16\"] { min-height: 54px; }[data-css=\"tve-u-1621f0aa8f7\"] { margin-top: 0px !important; }#tve_editor [data-css=\"tve-u-1622444fb11\"] { letter-spacing: 0px; }[data-css=\"tve-u-16224439be1\"] { padding: 0px !important; }[data-css=\"tve-u-1621fb68b97\"] { padding: 0px !important; }[data-css=\"tve-u-1621afceb00\"] { max-width: 100%; margin-bottom: 30px !important; }[data-css=\"tve-u-1621b0e4fb7\"] { float: none; margin-right: auto !important; margin-bottom: 30px !important; padding-left: 0px !important; margin-left: auto !important; }[data-css=\"tve-u-1621ebf340c\"] { padding-bottom: 40px !important; }[data-css=\"tve-u-1621ea50702\"] { float: none; width: 100%; padding: 0px !important; margin-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621e7d5094\"] { min-height: 430px; }[data-css=\"tve-u-1621eb7ccb0\"] { min-height: 430px; }[data-css=\"tve-u-1621ee03000\"] { flex-direction: column; }[data-css=\"tve-u-16223fe5f5b\"] { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621f0d2c1a\"] { margin-left: 25px !important; margin-right: 25px !important; }[data-css=\"tve-u-1621ee18a1c\"] { margin: 0px 20px 20px 0px !important; }[data-css=\"tve-u-1621ef118dc\"] { top: 0px; width: 154px; position: relative; float: none; z-index: 5; left: 0px; margin: 5px auto 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-1621fd9c946\"] { max-width: 100%; margin-top: 0px !important; margin-left: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-16223fc9f23\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-1621e7c899a\"] { max-width: none; float: none; margin-top: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621b3c8c52\"] { padding: 40px 20px !important; }[data-css=\"tve-u-1621fbcad8c\"] { padding: 20px !important; }[data-css=\"tve-u-1621fb65556\"] { margin-left: 0px; padding: 0px !important; }[data-css=\"tve-u-1621fbacc60\"] { max-width: 126px; float: none; margin-left: auto !important; margin-right: auto !important; margin-top: 20px !important; }[data-css=\"tve-u-1621b200375\"] { float: none; margin-top: 0px !important; margin-left: auto !important; margin-right: auto !important; }#tve_editor [data-css=\"tve-u-1621b10fccf\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621b028939\"] { display: block; max-width: 100%; width: 100%; float: none; min-width: 100%; margin-left: auto !important; margin-right: auto !important; margin-top: 0px !important; }[data-css=\"tve-u-1621ae4db6e\"] { min-height: 270px; }[data-css=\"tve-u-1621ae6c8da\"] { clip-path: url(\"#clip-mobile-top-aa2c3e3c70555\"); -webkit-clip-path: url(\"#clip-mobile-top-aa2c3e3c70555\");  }[data-css=\"tve-u-1621adba9ef\"] { clip-path: url(\"#clip-mobile-top-52d5a36c151aa\"); -webkit-clip-path: url(\"#clip-mobile-top-52d5a36c151aa\");  }[data-css=\"tve-u-16223f02c16\"]::after { clear: both; }[data-css=\"tve-u-1621b01355a\"] { max-width: 100%; float: none; margin-left: auto !important; margin-right: auto !important; margin-bottom: 15px !important; }[data-css=\"tve-u-1620af7eb3f\"] { float: none; display: block; max-width: 100%; width: 100%; min-width: 100%; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621ae0bec7\"]::after { clear: both; }[data-css=\"tve-u-1621f45bed3\"] { padding: 40px 20px 0px !important; }[data-css=\"tve-u-1621ad46076\"] { margin: 0px !important; padding: 30px 20px !important; }[data-css=\"tve-u-1621adea58b\"] { flex-flow: row-reverse wrap-reverse !important; }[data-css=\"tve-u-1621ae4fd21\"] { margin-top: 0px !important; position: static !important; }[data-css=\"tve-u-1621a8b2488\"] { float: none; max-width: 100%; margin-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621a8a804b\"] { padding-left: 0px !important; padding-right: 0px !important; }#tve_editor [data-css=\"tve-u-1621a2e0d5b\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621e7c7aa1\"] { flex-direction: column; min-height: inherit; }[data-css=\"tve-u-16249367114\"] { margin-top: 0px !important; }[data-css=\"tve-u-16249373b25\"] { height: calc(100% - 20px); margin-bottom: 0px !important; background-image: linear-gradient(rgb(248, 249, 251), rgb(248, 249, 251)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; margin-top: 20px !important; }[data-css=\"tve-u-162493a03b0\"] > .tcb-flex-col > .tcb-col { min-height: 155px; }[data-css=\"tve-u-162493a03b0\"] { min-height: inherit; }[data-css=\"tve-u-162493b6b63\"] { height: calc(100% - 20px); margin-bottom: 0px !important; margin-top: 20px !important; }[data-css=\"tve-u-16260c39a7e\"] { float: none; margin-top: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-16260d3f4aa\"] { padding: 0px !important; }[data-css=\"tve-u-16260d3f4af\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-16260d3f4af\"] { margin-left: 0px; padding: 0px !important; }[data-css=\"tve-u-16260d8392c\"] { padding: 0px !important; }[data-css=\"tve-u-16260d8396c\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-16260d8396c\"] { margin-left: 0px; padding: 0px !important; }[data-css=\"tve-u-16260da3aa7\"] { float: none; margin-top: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-162717cb618\"] { margin: 140px 0px 0px !important; }[data-css=\"tve-u-162717cb620\"] { clip-path: url(\"#clip-mobile-bottom-c883ac5175045\"); -webkit-clip-path: url(\"#clip-mobile-bottom-c883ac5175045\");  opacity: 1; filter: grayscale(0%) blur(0px); background-image: linear-gradient(rgba(0, 0, 0, 0.51), rgba(0, 0, 0, 0.51)), url(\"https://bestcerakoteflorida.com/wp-content/uploads/2018/05/FTYS6743.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-162717cb60a\"] { padding: 0px !important; }#tve_editor [data-css=\"tve-u-162717cb616\"] { font-size: 27px !important; }[data-css=\"tve-u-162717d1bbf\"] > .tcb-flex-col { padding-left: 18px; }[data-css=\"tve-u-162717d1bbf\"] { margin-left: -18px; padding: 10px !important; flex-flow: row wrap !important; }[data-css=\"tve-u-162717d1bbe\"] { border-bottom: 1px solid rgba(255, 255, 255, 0.2); border-right: none; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-162717d1bbc\"] { border: none; padding-left: 0px !important; padding-right: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-162717d1bb6\"] { border: none; padding-top: 0px !important; padding-left: 0px !important; margin-bottom: 1px !important; margin-top: -5px !important; padding-bottom: 10px !important; }[data-css=\"tve-u-164179a84b8\"] { float: none; width: 100%; max-width: 155px; z-index: 3; position: relative; margin-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-164179bced9\"] { border-right: none; position: relative; max-width: 250px; float: none; padding-left: 0px !important; padding-right: 0px !important; margin-top: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-16417b62c09\"] { max-width: 126px; float: none; margin-left: auto !important; margin-right: auto !important; margin-top: 20px !important; }[data-css=\"tve-u-16417b662bf\"] { max-width: 126px; float: none; margin-left: auto !important; margin-right: auto !important; margin-top: 20px !important; }[data-css=\"tve-u-16417e5bd95\"] { margin: 3px 10px 0px 0px !important; }#tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] p, #tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] li, #tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] blockquote, #tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] address, #tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] .tcb-plain-text, #tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] label { font-size: 18px; }[data-css=\"tve-u-16959822de2\"] { float: none; padding-top: 10px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621ee58e74\"] { border-right: none !important; }[data-css=\"tve-u-1695d995f33\"] { margin: 0px 20px 20px 0px !important; }}'),(7073,584,'tve_revision_tve_user_custom_css',''),(7074,584,'tve_revision_tve_page_events','a:0:{}'),(7075,584,'tve_revision_tve_globals','a:2:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";s:8:\"font_cls\";a:0:{}}'),(7076,584,'tve_revision_tve_global_scripts',''),(7077,584,'tve_revision_thrive_icon_pack','0'),(7078,584,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(7079,584,'tve_revision_tve_has_masonry','0'),(7080,584,'tve_revision_tve_has_typefocus','0'),(7081,584,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-162717d1bbe\" wfd-id=\"472\"><div class=\"tcb-flex-row tcb-medium-no-wrap v-2 tcb--cols--3 m-edit tcb-mobile-wrap tcb-resized\" data-css=\"tve-u-162717d1bbf\" wfd-id=\"473\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1695981e7bb\" wfd-id=\"492\"><div class=\"tcb-col\" data-css=\"tve-u-16959846d3d\" wfd-id=\"494\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16959822de2\" wfd-id=\"495\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"496\"><img class=\"tve_image wp-image-465\" alt=\"\" width=\"384\" height=\"62\" title=\"Blackhawk_custom_header\" data-id=\"465\" src=\"https://bestcerakoteflorida.com/wp-content/uploads/2019/01/Blackhawk_custom_header.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717d1bb9\" style=\"\" wfd-id=\"485\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717d1bb6\" wfd-id=\"487\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-164179a84b8\" wfd-id=\"488\">\n<div class=\"tve-content-box-background\" wfd-id=\"491\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"489\"><div class=\"tcb-clear\" wfd-id=\"490\"></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717d1bb7\" style=\"\" wfd-id=\"474\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717d1bbc\" wfd-id=\"476\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16369305186\" wfd-id=\"477\">\n<div class=\"tve-content-box-background\" wfd-id=\"484\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16417e9d24e\" wfd-id=\"478\"><div class=\"tcb-clear\" wfd-id=\"482\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-16417e5bd95\" data-float=\"1\" wfd-id=\"483\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-envelope-regular\" data-name=\"\">\n            <path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path>\n        </svg></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-164179bced9\" wfd-id=\"479\"><p data-css=\"tve-u-1641333d7d1\"><a href=\"mailto:info@bestcerkoteflorida.com\" target=\"_blank\">info@bestcerakoteflorida.com</a></p></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-162717cb621\" data-value-type=\"percent\" wfd-id=\"441\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-162717cb620\" data-clip-id=\"c883ac5175045\" wfd-id=\"471\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-c883ac5175045\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"6\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.8949, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-c883ac5175045\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9476, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-c883ac5175045\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9651, 1 1, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-162717cb609\" wfd-id=\"442\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-162717cb618\" wfd-id=\"443\"><div class=\"tcb-flex-row tcb-medium-wrap tcb-resized v-2 tcb--cols--2\" data-css=\"tve-u-162717cb617\" wfd-id=\"444\"><div class=\"tcb-flex-col\" data-css=\"tve-u-162717cb601\" style=\"\" wfd-id=\"458\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717cb60a\" wfd-id=\"460\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h1\" data-css=\"tve-u-162717cb610\" wfd-id=\"466\"><h1 data-css=\"tve-u-162717cb616\" style=\"text-align: center;\">&nbsp;<strong>â€‹</strong><strong>Protect What\'s Important To You! With The Toughest Ceramic Finish In The World!</strong></h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162717cb60f\" wfd-id=\"461\"><h2 class=\"\" data-css=\"tve-u-1695a36117b\" style=\"text-align: center;\"><strong>Heat, Water, Salt and Sand just some of the conditions you face. And any one of them is just waiting, to get a hold of your firearm and leave it a pile of rusted, pitted junk.</strong></h2><h2 class=\"\" data-css=\"tve-u-16413112747\" style=\"text-align: center;\"><strong>Unfortunately, there wasn\'t much you could do other than keep cleaning and lubricating your firearms...till NOW!</strong></h2></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717cb600\" style=\"\" wfd-id=\"445\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717cb60b\" wfd-id=\"447\"><div class=\"thrv_responsive_video thrv_wrapper rv_style_lifted_style2\" data-type=\"youtube\" data-rel=\"0\" data-url=\"https://www.youtube.com/watch?v=a1nyu9ZJiEk\" data-css=\"tve-u-16959cd1e7a\" data-modestbranding=\"1\" wfd-id=\"455\">\n	\n\n	<div class=\"tve_responsive_video_container\" wfd-id=\"456\">\n		<div class=\"video_overlay\" wfd-id=\"457\"></div>\n	<iframe data-code=\"TEOqV1Q16lU\" data-provider=\"youtube\" src=\"https://www.youtube.com/embed/TEOqV1Q16lU?rel=0&amp;modestbranding=1&amp;controls=1&amp;showinfo=1&amp;fs=1&amp;wmode=transparent\" data-src=\"https://www.youtube.com/embed/TEOqV1Q16lU?rel=0&amp;modestbranding=1&amp;controls=1&amp;showinfo=1&amp;fs=1&amp;wmode=transparent\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\n</div><div class=\"thrv_wrapper thrv-button tcb-with-icon\" data-css=\"tve-u-1695a3002e2\" data-tcb_hover_state_parent=\"\" data-button-style=\"border_1\" wfd-id=\"448\">\n	<a href=\"tel:1-954-848-1911\" class=\"tcb-button-link\" target=\"_blank\" rel=\"\"><span class=\"tcb-button-icon\" wfd-id=\"453\">\n	<div class=\"thrv_wrapper thrv_icon tve_no_drag tve_no_icons tcb-icon-inherit-style tcb-icon-display\" wfd-id=\"454\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-phone-plus-light\" data-name=\"\">\n            <path d=\"M8 128h88v88c0 4.4 3.6 8 8 8h16c4.4 0 8-3.6 8-8v-88h88c4.4 0 8-3.6 8-8v-16c0-4.4-3.6-8-8-8h-88V8c0-4.4-3.6-8-8-8h-16c-4.4 0-8 3.6-8 8v88H8c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8zM487.8 24.1L387 .8c-14.7-3.4-29.8 4.2-35.8 18.1l-46.5 108.5c-5.5 12.7-1.8 27.7 8.9 36.5l53.9 44.1c-34 69.2-90.3 125.6-159.6 159.6l-44.1-53.9c-8.8-10.7-23.8-14.4-36.5-8.9L18.9 351.3c-13.9 6-21.5 21-18.1 35.8L24 487.9C27.3 502 39.9 512 54.5 512 306.7 512 512 307.8 512 54.5c0-14.6-10-27.2-24.2-30.4zM55.1 480l-23-99.6 107.4-46 59.5 72.8c103.6-48.6 159.7-104.9 208.1-208.1l-72.8-59.5 46-107.4 99.6 23C479.7 289.7 289.6 479.7 55.1 480z\"></path>\n        </svg></div>\n</span>\n\n		<span class=\"tcb-button-texts\" wfd-id=\"449\"><span class=\"tcb-button-text thrv-inline-text\" wfd-id=\"450\">CALL NOW</span></span>\n	</a>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-162717fcf9d\" data-value-type=\"percent\" wfd-id=\"382\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-162718bd0c0\" data-clip-id=\"a3b25e1c9221a\" wfd-id=\"440\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0875\"></polygon></clipPath><clipPath id=\"clip-tablet-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"6\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.1051\"></polygon></clipPath><clipPath id=\"clip-mobile-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"1\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0175\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-162718a3b40\" wfd-id=\"383\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622a159bcb\" wfd-id=\"384\">\n<div class=\"tve-content-box-background\" wfd-id=\"439\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"385\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621a2247ba\" wfd-id=\"436\"><h2 data-css=\"tve-u-1621a2e0d5b\">our services</h2></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16229f6175c\" wfd-id=\"411\"><div class=\"tcb-flex-row tcb-medium-no-wrap tcb--cols--3 v-2\" data-css=\"tve-u-162493a03b0\" wfd-id=\"412\"><div class=\"tcb-flex-col\" wfd-id=\"427\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1624939a960\" data-tcb_hover_state_parent=\"\" wfd-id=\"429\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-162493d5f13\" data-float=\"1\" wfd-id=\"435\"><svg class=\"tcb-icon\" viewBox=\"0 0 14 28\" data-name=\"bolt\">\n<path d=\"M13.828 8.844c0.172 0.187 0.219 0.453 0.109 0.688l-8.437 18.078c-0.125 0.234-0.375 0.391-0.656 0.391-0.063 0-0.141-0.016-0.219-0.031-0.344-0.109-0.547-0.438-0.469-0.766l3.078-12.625-6.344 1.578c-0.063 0.016-0.125 0.016-0.187 0.016-0.172 0-0.359-0.063-0.484-0.172-0.187-0.156-0.25-0.391-0.203-0.609l3.141-12.891c0.078-0.297 0.359-0.5 0.688-0.5h5.125c0.391 0 0.703 0.297 0.703 0.656 0 0.094-0.031 0.187-0.078 0.281l-2.672 7.234 6.188-1.531c0.063-0.016 0.125-0.031 0.187-0.031 0.203 0 0.391 0.094 0.531 0.234z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"431\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-162494b490e\" wfd-id=\"432\"><h4 data-css=\"tve-u-16249355087\" style=\"text-align: left;\">Express exterior</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162494b7ad0\" wfd-id=\"430\"><p data-css=\"tve-u-162492e70ad\">Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"420\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162493b6b63\" data-tcb_hover_state_parent=\"\" wfd-id=\"422\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b456a\" wfd-id=\"426\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"adjust\">\n<path d=\"M12 22.5v-17c-4.688 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"424\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1af44d\" wfd-id=\"425\"><h4 data-css=\"tve-u-16249358652\" style=\"text-align: left;\">Interior clean</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"423\"><p data-css=\"tve-u-162492e70ad\">Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"413\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16249373b25\" wfd-id=\"415\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b52d3\" wfd-id=\"419\"><svg class=\"tcb-icon\" viewBox=\"0 0 26 28\" data-name=\"umbrella\">\n<path d=\"M14 12.938v9.063c0 2.172-1.828 4-4 4s-4-1.828-4-4c0-0.547 0.453-1 1-1s1 0.453 1 1c0 1.047 0.953 2 2 2s2-0.953 2-2v-9.063c0.328-0.109 0.656-0.172 1-0.172s0.672 0.063 1 0.172zM26 13.359c0 0.266-0.234 0.5-0.5 0.5-0.141 0-0.25-0.063-0.359-0.156-0.906-0.844-1.75-1.437-3.047-1.437-1.484 0-2.766 0.922-3.609 2.094-0.187 0.266-0.328 0.547-0.5 0.812-0.109 0.172-0.234 0.266-0.438 0.266-0.219 0-0.344-0.094-0.453-0.266-0.172-0.266-0.313-0.547-0.5-0.812-0.844-1.172-2.109-2.094-3.594-2.094s-2.75 0.922-3.594 2.094c-0.187 0.266-0.328 0.547-0.5 0.812-0.109 0.172-0.234 0.266-0.453 0.266-0.203 0-0.328-0.094-0.438-0.266-0.172-0.266-0.313-0.547-0.5-0.812-0.844-1.172-2.125-2.094-3.609-2.094-1.297 0-2.141 0.594-3.047 1.437-0.109 0.094-0.219 0.156-0.359 0.156-0.266 0-0.5-0.234-0.5-0.5 0-0.047 0-0.078 0.016-0.109 1.437-5.906 7.141-9.25 12.984-9.25 5.812 0 11.578 3.344 12.984 9.25 0.016 0.031 0.016 0.063 0.016 0.109zM14 2v1.531c-0.328-0.016-0.672-0.031-1-0.031s-0.672 0.016-1 0.031v-1.531c0-0.547 0.453-1 1-1s1 0.453 1 1z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"417\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b01a6\" wfd-id=\"418\"><h4 data-css=\"tve-u-1624935a201\" style=\"text-align: left;\">Wax protection</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"416\"><p data-css=\"tve-u-162492e70ad\">Etiam pharetra, erat sed fermentum feugiat, velit mauris</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16249367114\" wfd-id=\"386\"><div class=\"tcb-flex-row tcb-medium-no-wrap tcb--cols--3 v-2\" data-css=\"tve-u-16229ffbb7b\" wfd-id=\"387\"><div class=\"tcb-flex-col\" wfd-id=\"404\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229fa6a26\" wfd-id=\"406\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b33f9\" wfd-id=\"410\"><svg class=\"tcb-icon\" viewBox=\"0 0 26 28\" data-name=\"magic\">\n<path d=\"M18.594 9.078l4.578-4.578-1.672-1.672-4.578 4.578zM25.578 4.5c0 0.266-0.094 0.516-0.281 0.703l-20.094 20.094c-0.187 0.187-0.438 0.281-0.703 0.281s-0.516-0.094-0.703-0.281l-3.094-3.094c-0.187-0.187-0.281-0.438-0.281-0.703s0.094-0.516 0.281-0.703l20.094-20.094c0.187-0.187 0.438-0.281 0.703-0.281s0.516 0.094 0.703 0.281l3.094 3.094c0.187 0.187 0.281 0.438 0.281 0.703zM4.469 1.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531zM9.938 4.062l3.063 0.938-3.063 0.938-0.938 3.063-0.938-3.063-3.063-0.938 3.063-0.938 0.938-3.063zM24.469 11.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531zM14.469 1.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"408\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b0a67\" wfd-id=\"409\"><h4 data-css=\"tve-u-16248fc42a1\" style=\"text-align: left;\">Dust &amp; Dash Console</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"407\"><p data-css=\"tve-u-162492e70ad\">Duis sed odio sit amet nibh vulputate cursus a sit amet mauris.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"395\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1622f65ba70\" wfd-id=\"397\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b60b4\" wfd-id=\"403\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"certificate\">\n<path d=\"M21.5 14l2.156 2.109c0.297 0.281 0.406 0.703 0.313 1.094-0.109 0.391-0.422 0.703-0.812 0.797l-2.938 0.75 0.828 2.906c0.109 0.391 0 0.812-0.297 1.094-0.281 0.297-0.703 0.406-1.094 0.297l-2.906-0.828-0.75 2.938c-0.094 0.391-0.406 0.703-0.797 0.812-0.094 0.016-0.203 0.031-0.297 0.031-0.297 0-0.594-0.125-0.797-0.344l-2.109-2.156-2.109 2.156c-0.281 0.297-0.703 0.406-1.094 0.313-0.406-0.109-0.703-0.422-0.797-0.812l-0.75-2.938-2.906 0.828c-0.391 0.109-0.812 0-1.094-0.297-0.297-0.281-0.406-0.703-0.297-1.094l0.828-2.906-2.938-0.75c-0.391-0.094-0.703-0.406-0.812-0.797-0.094-0.391 0.016-0.812 0.313-1.094l2.156-2.109-2.156-2.109c-0.297-0.281-0.406-0.703-0.313-1.094 0.109-0.391 0.422-0.703 0.812-0.797l2.938-0.75-0.828-2.906c-0.109-0.391 0-0.812 0.297-1.094 0.281-0.297 0.703-0.406 1.094-0.297l2.906 0.828 0.75-2.938c0.094-0.391 0.406-0.703 0.797-0.797 0.391-0.109 0.812 0 1.094 0.297l2.109 2.172 2.109-2.172c0.281-0.297 0.688-0.406 1.094-0.297 0.391 0.094 0.703 0.406 0.797 0.797l0.75 2.938 2.906-0.828c0.391-0.109 0.812 0 1.094 0.297 0.297 0.281 0.406 0.703 0.297 1.094l-0.828 2.906 2.938 0.75c0.391 0.094 0.703 0.406 0.812 0.797 0.094 0.391-0.016 0.812-0.313 1.094z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"401\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b12d8\" wfd-id=\"402\"><h4 data-css=\"tve-u-1625389a3d5\" style=\"text-align: left;\">Triple Foam Polish</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"398\"><p data-css=\"tve-u-162492e70ad\">Class aptent taciti sociosqu ad litora torquent</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"388\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229fa8c68\" wfd-id=\"390\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-16271adf6cf\" wfd-id=\"394\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"bullseye\">\n<path d=\"M16 14c0 2.203-1.797 4-4 4s-4-1.797-4-4 1.797-4 4-4 4 1.797 4 4zM18 14c0-3.313-2.688-6-6-6s-6 2.688-6 6 2.688 6 6 6 6-2.688 6-6zM20 14c0 4.422-3.578 8-8 8s-8-3.578-8-8 3.578-8 8-8 8 3.578 8 8zM22 14c0-5.516-4.484-10-10-10s-10 4.484-10 10 4.484 10 10 10 10-4.484 10-10zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"392\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-16248fc71c8\" wfd-id=\"393\"><h4 data-css=\"tve-u-1625389b4ed\" style=\"text-align: left;\">Tire dressing</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"391\"><p data-css=\"tve-u-162492e70ad\">Etiam pharetra, erat sed fermentum feugiat, velit mauris</p></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621ad46076\" wfd-id=\"342\">\n<div class=\"tve-page-section-out\" wfd-id=\"381\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621b072b4e\" wfd-id=\"343\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621a8b2488\" wfd-id=\"344\"><div class=\"tcb-flex-row tcb--cols--2 v-2\" data-css=\"tve-u-1621a8a804b\" wfd-id=\"345\"><div class=\"tcb-flex-col\" wfd-id=\"357\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16271bfe70c\" wfd-id=\"359\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h3\" data-css=\"tve-u-1621a8c4313\" wfd-id=\"378\"><h3><strong>Complete cleaning services for yoâ€‹ur car</strong></h3></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-16417b70f47\" wfd-id=\"360\"><ul class=\"tcb-styled-list\" wfd-id=\"361\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621acf0289\" wfd-id=\"372\"><div class=\"tcb-styled-list-icon\" wfd-id=\"376\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a8e11f3\" wfd-id=\"377\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ace1b08\" wfd-id=\"373\">We are a small business delivering professional cleaning services for all vehicles</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621acf64fb\" wfd-id=\"368\"><div class=\"tcb-styled-list-icon\" wfd-id=\"370\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a8e5625\" wfd-id=\"371\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ace4de9\" wfd-id=\"369\">Our services are convenient for individuals and corporate fleets</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"362\"><div class=\"tcb-styled-list-icon\" wfd-id=\"366\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a9076ef\" wfd-id=\"367\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621acf47d2\" wfd-id=\"363\">We use eco-friendly products that actually clean, protect and maintain your car better than the traditional cleaning substances</span></li></ul></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"346\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621a90a46f\" wfd-id=\"348\"><div class=\"thrv_wrapper thrv-fill-counter tve_red tve_normalfc thrv_data_element\" data-css=\"tve-u-1621a983587\" wfd-id=\"349\">\n<div class=\"tve_fill_counter_n\" style=\"\" data-fill=\"100\" data-css=\"tve-u-1621a98b602\" wfd-id=\"350\">\n<svg viewBox=\"0 0 160 160\" class=\"tve_fill_counter_circle\" shape-rendering=\"optimizeSpeed\" data-css=\"tve-u-1621a9a2862\">\n<circle class=\"tve_fill_counter_circle_inner\" r=\"80\" cx=\"80\" cy=\"80\" data-css=\"tve-u-1621a9685d4\"></circle>\n</svg>\n<div class=\"tve_fill_text_in\" data-css=\"tve-u-1621a96b190\" wfd-id=\"351\">\n<div class=\"tve_fill_text_value\" data-css=\"tve-u-1621a9a2866\" wfd-id=\"353\">\n<div class=\"thrv-inline-text tve_fill_text tve_editable\" data-css=\"tve-u-1621a9a2867\" wfd-id=\"354\"><strong>100%â€‹</strong></div>\n</div>\n<div class=\"thrv-inline-text tve_editable tve_data_element_label\" data-css=\"tve-u-1621a9750ae\" wfd-id=\"352\">Clean car</div>\n</div>\n</div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621ada1e7f\" data-value-type=\"percent\" wfd-id=\"304\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621adba9ef\" data-clip-id=\"52d5a36c151aa\" wfd-id=\"341\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-52d5a36c151aa\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0875\"></polygon></clipPath><clipPath id=\"clip-tablet-top-52d5a36c151aa\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0524\"></polygon></clipPath><clipPath id=\"clip-mobile-top-52d5a36c151aa\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0349\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621ad420c4\" wfd-id=\"305\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621ade6172\" wfd-id=\"306\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2 tcb-row-reversed-mobile tcb-mobile-edit v-2\" data-css=\"tve-u-1621adea58b\" wfd-id=\"307\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621b064646\" style=\"\" wfd-id=\"335\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ae0bec7\" wfd-id=\"337\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ae4fd21\" data-value-type=\"percent\" data-float=\"1\" wfd-id=\"338\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621ae6c8da\" data-clip-id=\"aa2c3e3c70555\" wfd-id=\"340\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0349\"></polygon></clipPath><clipPath id=\"clip-tablet-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"4\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0699\"></polygon></clipPath><clipPath id=\"clip-mobile-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"4\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0699\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb\" data-css=\"tve-u-1621ae4db6e\" wfd-id=\"339\"></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621b064668\" style=\"\" wfd-id=\"308\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621f45bed3\" wfd-id=\"310\"><div class=\"tcb-clear\" data-css=\"tve-u-16224848ee5\" wfd-id=\"331\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621afceb00\" wfd-id=\"332\"><h2 data-css=\"tve-u-1621afcc0bf\">Check Out Our Special Offer!</h2></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621afda4fa\" wfd-id=\"330\"><p data-css=\"tve-u-1621afd8c98\">Donâ€™t miss the opportunity to get 50% discount on a complete cleaning just by recommending us to a friend. Bring someone you know with you and clean you car half price!</p></div><div class=\"tcb-clear\" data-css=\"tve-u-16224834cab\" wfd-id=\"311\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621fe85996\" wfd-id=\"312\"><div class=\"tcb-flex-row tcb--cols--2 tcb-resized tcb-medium-wrap tcb-desktop-wrap\" data-css=\"tve-u-1621fe78878\" wfd-id=\"313\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621fe94086\" style=\"\" wfd-id=\"321\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"323\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621b01355a\" wfd-id=\"324\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621b08fdde\" data-tcb_hover_state_parent=\"1\" wfd-id=\"329\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16223f02c16\" wfd-id=\"325\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-1620af7eb3f\" data-tcb_hover_state_parent=\"\" data-button-style=\"full_rounded\" wfd-id=\"326\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"327\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-16228c75500\" wfd-id=\"328\"><strong>Request an appointment</strong></span></span>\n</a>\n</div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621fe940b9\" style=\"\" wfd-id=\"314\"><div class=\"tcb-col\" wfd-id=\"316\"><div class=\"tcb-clear\" data-css=\"tve-u-16224716d62\" wfd-id=\"317\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-1621b028939\" data-tcb_hover_state_parent=\"\" data-button-style=\"ghost\" wfd-id=\"318\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"319\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-16228c764b2\" wfd-id=\"320\"><strong>Call Now: 0400-700-682</strong></span></span>\n</a>\n</div></div></div></div></div></div></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16260ba2fa4\" wfd-id=\"203\">\n<div class=\"tve-page-section-out\" wfd-id=\"303\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16260be7104\" wfd-id=\"204\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621b0e4fb7\" wfd-id=\"302\"><h2 data-css=\"tve-u-1621b10fccf\" style=\"text-align: center;\">our happy clients</h2></div><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641367127b\" data-float=\"1\" wfd-id=\"301\"><svg class=\"tcb-icon\" viewBox=\"0 0 30 32\" data-name=\"quote-left\">\n<path d=\"M13.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429zM29.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641367e553\" wfd-id=\"300\"><svg class=\"tcb-icon\" viewBox=\"0 0 30 32\" data-name=\"quote-left\">\n<path d=\"M13.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429zM29.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a10d3b4\" wfd-id=\"271\">\n<div class=\"tve-content-box-background\" wfd-id=\"299\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"272\"><div class=\"tcb-clear\" data-css=\"tve-u-1621b300a64\" wfd-id=\"297\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-1621f154231\" wfd-id=\"298\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621b200375\" wfd-id=\"275\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-16260d8392c\" wfd-id=\"276\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"281\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"283\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16417b62c09\" wfd-id=\"284\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-16260d8396c\" wfd-id=\"285\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16260d01208\" style=\"\" wfd-id=\"291\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"293\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"294\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16225617da3\" wfd-id=\"296\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"295\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16260d0120e\" style=\"\" wfd-id=\"286\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"288\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"290\"><h5>Brett Graham, 28</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"289\"><h6 class=\"\">Architect</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"277\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"279\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"280\"><p data-css=\"tve-u-162539c17ec\">Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit. Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit.&nbsp;</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-16260c5ff0c\" wfd-id=\"273\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260c5ff07\" wfd-id=\"274\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a12f675\" wfd-id=\"238\">\n<div class=\"tve-content-box-background\" wfd-id=\"270\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"239\"><div class=\"tcb-clear\" data-css=\"tve-u-16260cd7683\" wfd-id=\"268\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260d73672\" wfd-id=\"269\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16260da3aa7\" wfd-id=\"242\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-1621fb68b97\" wfd-id=\"243\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"252\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"254\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16417b662bf\" wfd-id=\"255\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-1621fb65556\" wfd-id=\"256\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16229915e1a\" style=\"\" wfd-id=\"262\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"264\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"265\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16260c433e9\" wfd-id=\"267\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"266\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16229915e4e\" style=\"\" wfd-id=\"257\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"259\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"261\"><h5>Rosie Hanson, 24</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"260\"><h6 class=\"\">Real estate Associate</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"244\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"246\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"247\"><p data-css=\"tve-u-162539c17ec\">Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo.</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-16260d3b97e\" wfd-id=\"240\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260d39b83\" wfd-id=\"241\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a146aef\" wfd-id=\"205\">\n<div class=\"tve-content-box-background\" wfd-id=\"237\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"206\"><div class=\"tcb-clear\" data-css=\"tve-u-16260cd7683\" wfd-id=\"235\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260cd622f\" wfd-id=\"236\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16260c39a7e\" wfd-id=\"209\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-16260d3f4aa\" wfd-id=\"210\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"217\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"219\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621fbacc60\" wfd-id=\"220\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-16260d3f4af\" wfd-id=\"221\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16229915e1a\" style=\"\" wfd-id=\"229\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"231\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"232\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16260d5e4b8\" wfd-id=\"234\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"233\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16229915e4e\" style=\"\" wfd-id=\"222\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"224\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"228\"><h5>Shawn Mattews, 35</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"225\"><h6 class=\"\">project manager</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"211\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"213\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"214\"><p data-css=\"tve-u-162539c17ec\">Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo. Nullam ac urna eu felis.Sed non neque elit. Sed ut imperdiet nisi. Proin condimentum</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1621b30ca74\" wfd-id=\"207\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-1621f15b521\" wfd-id=\"208\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621b3c8c52\" wfd-id=\"89\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621b3cfc7b\" wfd-id=\"202\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621b3c74d9\" wfd-id=\"90\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621e7b695a\" wfd-id=\"199\"><h2 data-css=\"tve-u-1621e7a7350\" style=\"text-align: center;\">our offers</h2></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621e7c899a\" wfd-id=\"91\"><div class=\"tcb-flex-row tcb--cols--3 tcb-medium-wrap v-2\" data-css=\"tve-u-1621e7c7aa1\" wfd-id=\"92\"><div class=\"tcb-flex-col\" wfd-id=\"159\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16223fc9f23\" wfd-id=\"161\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e7ceab3\" style=\"\" wfd-id=\"162\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16416e4fafd\" wfd-id=\"198\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e7d5094\" wfd-id=\"163\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e7e9950\" data-value-type=\"percent\" style=\"\" wfd-id=\"192\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e7edfd9\" data-clip-id=\"10ffac3b28f1d\" wfd-id=\"197\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-10ffac3b28f1d\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-10ffac3b28f1d\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e7e6c1d\" wfd-id=\"193\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-16417b4cb9e\" wfd-id=\"194\"><h4 data-css=\"tve-u-1621fe1a1af\" style=\"text-align: center;\"><strong>Basic Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ec6c39b\" data-float=\"1\" wfd-id=\"188\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e81f424\" wfd-id=\"191\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec752da\" wfd-id=\"189\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"190\"><h4 data-css=\"tve-u-1621fe1bd18\" style=\"text-align: center;\"><strong>15$</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621ea50702\" wfd-id=\"164\"><ul class=\"tcb-styled-list\" wfd-id=\"165\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec3a5c0\" wfd-id=\"184\"><div class=\"tcb-styled-list-icon\" wfd-id=\"186\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec204df\" wfd-id=\"187\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec241aa\" wfd-id=\"185\">Interior vacuum</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"180\"><div class=\"tcb-styled-list-icon\" wfd-id=\"182\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec20f68\" wfd-id=\"183\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec2704c\" wfd-id=\"181\">Dust &amp;dash console</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec42aa7\" wfd-id=\"174\"><div class=\"tcb-styled-list-icon\" wfd-id=\"178\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec21a31\" wfd-id=\"179\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec298ab\" wfd-id=\"175\">Hand towel dry</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec43fe2\" wfd-id=\"170\"><div class=\"tcb-styled-list-icon\" wfd-id=\"172\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ea1fba7\" wfd-id=\"173\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea23322\" wfd-id=\"171\">Clean windows</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec454d9\" wfd-id=\"166\"><div class=\"tcb-styled-list-icon\" wfd-id=\"168\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ea295c0\" wfd-id=\"169\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea2c69a\" wfd-id=\"167\">Soft cloth wash</span></li></ul></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"126\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"128\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621eb81205\" style=\"\" wfd-id=\"129\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16416e603ab\" wfd-id=\"158\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621eb7ccb0\" wfd-id=\"130\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ebbbb6d\" data-value-type=\"percent\" wfd-id=\"154\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eaaedd8\" data-clip-id=\"a2b9cf3198d6f\" wfd-id=\"157\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-a2b9cf3198d6f\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-a2b9cf3198d6f\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec7f21a\" wfd-id=\"155\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e930bd7\" wfd-id=\"156\"><h4 data-css=\"tve-u-1621e92e97f\" style=\"text-align: center;\"><strong>Ultimate Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ec78d2c\" data-float=\"1\" wfd-id=\"150\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eab272c\" wfd-id=\"153\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec79a7d\" wfd-id=\"151\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"152\"><h4 data-css=\"tve-u-1621e942b65\" style=\"text-align: center;\"><strong>22 $</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621ebfa746\" wfd-id=\"147\"><p data-css=\"tve-u-1621f4ceaf6\" style=\"text-align: center;\">Includes basic service <span data-css=\"tve-u-1621f4ceaf7\" style=\"color: rgb(15, 29, 123);\" wfd-id=\"148\"><strong class=\"\"><span data-css=\"tve-u-1621f4ceafb\" wfd-id=\"149\">+</span></strong></span></p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621ebf340c\" wfd-id=\"131\"><ul class=\"tcb-styled-list\" wfd-id=\"132\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-164137a0b1f\" wfd-id=\"141\"><div class=\"tcb-styled-list-icon\" wfd-id=\"145\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec0c5bd\" wfd-id=\"146\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ebfe4ce\" wfd-id=\"142\">Triple foam conditiner</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec04541\" wfd-id=\"137\"><div class=\"tcb-styled-list-icon\" wfd-id=\"139\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec09a3c\" wfd-id=\"140\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ebff867\" wfd-id=\"138\">Tire dressing</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec05cc3\" wfd-id=\"133\"><div class=\"tcb-styled-list-icon\" wfd-id=\"135\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec15f6e\" wfd-id=\"136\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec009a8\" wfd-id=\"134\">Air freshner</span></li></ul></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"93\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16223dad661\" wfd-id=\"95\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621fd9c946\" style=\"\" wfd-id=\"96\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e7d234c\" wfd-id=\"125\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621fd84d7b\" wfd-id=\"97\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16223b080b0\" data-value-type=\"percent\" wfd-id=\"119\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eb3eb9f\" data-clip-id=\"ac98bb0e54b3b\" wfd-id=\"124\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621fd8766c\" wfd-id=\"120\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e930bd7\" wfd-id=\"121\"><h4 data-css=\"tve-u-1621fe1587d\" style=\"text-align: center;\"><strong>Supreme Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e8107f3\" wfd-id=\"115\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eb43d8d\" wfd-id=\"118\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e819c52\" wfd-id=\"116\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"117\"><h4 data-css=\"tve-u-1621fe1725e\" style=\"text-align: center;\"><strong>30 $</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621eb037bb\" wfd-id=\"112\"><p data-css=\"tve-u-1621f4d0451\" style=\"text-align: center;\">Includes ultimate service <span data-css=\"tve-u-1621eaff572\" style=\"color: rgb(15, 29, 123);\" wfd-id=\"113\"><strong class=\"\"><span data-css=\"tve-u-1621eb01b60\" wfd-id=\"114\">+</span></strong></span></p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621eacf6af\" wfd-id=\"98\"><ul class=\"tcb-styled-list\" wfd-id=\"99\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec36a4d\" wfd-id=\"108\"><div class=\"tcb-styled-list-icon\" wfd-id=\"110\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e9993aa\" wfd-id=\"111\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea1a5d7\" wfd-id=\"109\">Exterior trim dressing</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"104\"><div class=\"tcb-styled-list-icon\" wfd-id=\"106\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e99b1db\" wfd-id=\"107\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea19a06\" wfd-id=\"105\">Hand applied spray wax</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec37ea5\" wfd-id=\"100\"><div class=\"tcb-styled-list-icon\" wfd-id=\"102\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e99c314\" wfd-id=\"103\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea18c5d\" wfd-id=\"101\">Interior conditioner</span></li></ul></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621efddaaf\" wfd-id=\"43\">\n<div class=\"tve-page-section-out\" wfd-id=\"88\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621edf8048\" wfd-id=\"44\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621f114214\" wfd-id=\"45\"><div class=\"tcb-flex-row tcb-mobile-edit tcb--cols--2\" data-css=\"tve-u-1621ee03000\" wfd-id=\"46\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621ee4be21\" style=\"\" wfd-id=\"52\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ee093d4\" wfd-id=\"54\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ee3afec\" wfd-id=\"55\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621ee58e74\" wfd-id=\"87\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ee37f4a\" wfd-id=\"56\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1621ee74a24\" wfd-id=\"86\"><svg class=\"tcb-icon\" viewBox=\"0 0 16 28\" data-name=\"map-marker\">\n<path d=\"M12 10c0-2.203-1.797-4-4-4s-4 1.797-4 4 1.797 4 4 4 4-1.797 4-4zM16 10c0 0.953-0.109 1.937-0.516 2.797l-5.688 12.094c-0.328 0.688-1.047 1.109-1.797 1.109s-1.469-0.422-1.781-1.109l-5.703-12.094c-0.406-0.859-0.516-1.844-0.516-2.797 0-4.422 3.578-8 8-8s8 3.578 8 8z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621ee63e1c\" wfd-id=\"81\"><h2 data-css=\"tve-u-1621fdcb4ea\" style=\"text-align: center;\">contact us</h2></div><div class=\"thrv_wrapper thrv-contact-form\" data-ct=\"contact_form-22343\" style=\"\" data-css=\"tve-u-16465071dea\" data-ct-name=\"Rounded Shadow\" wfd-id=\"59\">\n<form action=\"\" method=\"post\" novalidate=\"\" wfd-id=\"60\">\n<div class=\"tve-cf-item-wrapper\" wfd-id=\"64\">\n<div class=\"tve-cf-item\" data-css=\"tve-u-1695dd04208\" wfd-id=\"77\">\n<div class=\"thrv-cf-input-wrapper\" data-type=\"first_name\" wfd-id=\"78\">\n<label data-css=\"tve-u-1695d9d6525\" class=\"\" wfd-id=\"80\">First Name</label>\n<div class=\"tve-cf-input\" data-css=\"tve-u-1695d9d6526\" data-tcb_hover_state_parent=\"\" wfd-id=\"79\">\n<input placeholder=\"\" type=\"text\" name=\"first_name\" data-placeholder=\"\" wfd-id=\"505\">\n</div>\n</div>\n</div>\n<div class=\"tve-cf-item\" data-css=\"tve-u-1695dd04208\" wfd-id=\"73\">\n<div class=\"thrv-cf-input-wrapper\" data-type=\"email\" wfd-id=\"74\">\n<label data-css=\"tve-u-1695d9d6527\" class=\"\" wfd-id=\"76\">Email Address</label>\n<div class=\"tve-cf-input\" data-css=\"tve-u-1695d9d6528\" data-tcb_hover_state_parent=\"\" wfd-id=\"75\">\n<input placeholder=\"\" type=\"email\" name=\"email\" data-placeholder=\"\" wfd-id=\"504\">\n</div>\n</div>\n</div>\n<div class=\"tve-cf-item\" data-css=\"tve-u-1695dd484d7\" wfd-id=\"69\">\n<div class=\"thrv-cf-input-wrapper\" data-type=\"message\" wfd-id=\"70\">\n<label data-css=\"tve-u-1695d9d6529\" class=\"\" wfd-id=\"72\">Message</label>\n<div class=\"tve-cf-input\" data-css=\"tve-u-1695d9d652a\" data-tcb_hover_state_parent=\"\" wfd-id=\"71\">\n<textarea placeholder=\"\" data-placeholder=\"\" name=\"message\" wfd-id=\"507\"></textarea>\n</div>\n</div>\n</div>\n<div class=\"tve-cf-item\" data-css=\"tve-u-1695dd04208\" wfd-id=\"65\">\n	<div class=\"thrv-cf-input-wrapper\" data-type=\"phone\" wfd-id=\"66\">\n		<label data-css=\"tve-u-1695d9d6525\" class=\"\" wfd-id=\"68\">Phone Number</label>\n		<div class=\"tve-cf-input\" data-css=\"tve-u-1695d9d6526\" wfd-id=\"67\">\n			<input placeholder=\"+1-555-555-2368\" type=\"tel\" name=\"phone\" data-placeholder=\"+1-555-555-2368\" wfd-id=\"503\">\n		</div>\n	</div>\n</div></div>\n<div class=\"tve-cf-submit\" data-tcb_hover_state_parent=\"\" data-button-style=\"rounded\" data-css=\"tve-u-1695dd27f6a\" wfd-id=\"61\">\n<button class=\"tve_btn_txt\" type=\"submit\" wfd-id=\"520\">Submit Message</button>\n</div>\n<input type=\"hidden\" name=\"config\" value=\"YTozOntzOjE0OiJlcnJvcl9tZXNzYWdlcyI7YTo0OntzOjU6ImVtYWlsIjtzOjIxOiJFbWFpbCBhZGRyZXNzIGludmFsaWQiO3M6NToicGhvbmUiO3M6MjA6IlBob25lIG51bWJlciBpbnZhbGlkIjtzOjM6InVybCI7czoxMToiVVJMIGludmFsaWQiO3M6ODoicmVxdWlyZWQiO3M6MjA6IlJlcXVpcmVkIGZpZWxkIGVtcHR5Ijt9czo4OiJ0b19lbWFpbCI7YToyOntzOjI6InRvIjtzOjI4OiJpbmZvQGJlc3RjZXJha290ZWZsb3JpZGEuY29tIjtzOjc6InN1YmplY3QiO3M6MTg6Ik5ldyBtZXNzYWdlIGZyb206ICI7fXM6Njoic3VibWl0IjthOjEwOntzOjY6ImFjdGlvbiI7czoxMjoibm90aWZpY2F0aW9uIjtzOjIzOiJzZW5kX2NvbmZpcm1hdGlvbl9lbWFpbCI7YjoxO3M6MTk6InNlbmRlcl9wZXJzb25hbGl6ZWQiO2I6MDtzOjIwOiJjb25maXJtYXRpb25fc3ViamVjdCI7czozNjoiQ29udGFjdCBGb3JtIHN1Ym1pc3Npb24gY29uZmlybWF0aW9uIjtzOjIwOiJjb25maXJtYXRpb25fbWVzc2FnZSI7czoxMzk6IkhlbGxvLCAKClRoYW5rcyBmb3IgY29udGFjdGluZyB1cy4gV2UnbGwgZ2V0IGJhY2sgdG8geW91IGFzIHNvb24gYXMgcG9zc2libGUgd2l0aCB0aGUgaW5mb3JtYXRpb24geW91IG5lZWQuIAoKQmVzdCByZWdhcmRzLApbd3Bfc2l0ZV90aXRsZV0iO3M6OToiZnJvbV9uYW1lIjtzOjI4OiJUaGUgQmVzdCBDZXJha290ZSBJbiBGbG9yaWRhIjtzOjEwOiJmcm9tX2VtYWlsIjtzOjI5OiJhZG1pbkBiZXN0Y2VyYWtvdGVmbG9yaWRhLmNvbSI7czo4OiJyZXBseV90byI7czoyOToiYWRtaW5AYmVzdGNlcmFrb3RlZmxvcmlkYS5jb20iO3M6MzoidXJsIjtzOjA6IiI7czoxMjoibm90aWZpY2F0aW9uIjtzOjgxOiJZb3VyIG1lc3NhZ2UgaGFzIGJlZW4gc2VudCwgdGhhbmsgeW91ISBZb3UnbGwgaGVhciBmcm9tIHVzIHdpdGhpbiB0aGUgbmV4dCAyNCBocnMiO319\" wfd-id=\"502\"></form>\n</div><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_slide_left\" data-css=\"tve-u-1621ef118dc\" style=\"\" wfd-id=\"57\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"58\"><img class=\"tve_image tve_evt_manager_listen tve_et_tve-viewport wp-image-282\" alt=\"Cerakote Certified Logo\" width=\"2148\" height=\"1968\" title=\"Cerakote Certified Logo\" data-id=\"282\" src=\"https://bestcerakoteflorida.com/wp-content/uploads/2018/09/CertifiedLogo.png\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_left&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" style=\"width: 100%;\"></span></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621ee4be73\" style=\"\" wfd-id=\"47\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ee22c43\" wfd-id=\"49\"><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-1695d995f33\" wfd-id=\"51\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=825 South Kings Highway, Fort Pierce&amp;t=m&amp;z=11&amp;output=embed&amp;iwloc=near\"></iframe>\n</div><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-1621ee18a1c\" wfd-id=\"50\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=davie, Florida 33317&amp;t=m&amp;z=11&amp;output=embed&amp;iwloc=near\"></iframe>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621f0aa8f7\" wfd-id=\"28\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621f0ada0e\" wfd-id=\"42\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621f0b0088\" wfd-id=\"29\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621f0d2c1a\" wfd-id=\"30\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-1621f0cbe40\" wfd-id=\"31\"><div class=\"tcb-flex-col\" wfd-id=\"37\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"38\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621f0da775\" wfd-id=\"39\"><p data-css=\"tve-u-1622444fb11\">Â© 2018, BLACKHAWK CUSTOM, LLC . All rights reserved.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"32\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"33\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16223fe5f5b\" wfd-id=\"34\"><p data-css=\"tve-u-1621f0d874c\" style=\"text-align: right;\">Made with <a href=\"https://thrivethemes.com/\" target=\"_blank\">Thrive Architect</a></p></div></div></div></div></div></div>\n</div>\n\n'),(7082,584,'tve_revision_tve_has_wistia_popover','0'),(7083,585,'tve_revision_tve_landing_page','tcb2-thrivebiz-car-wash'),(7084,585,'tve_revision_tve_landing_set',''),(7085,585,'tve_revision_tve_disable_theme_dependency','1'),(7086,585,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-162717d1bbe\" wfd-id=\"498\"><div class=\"tcb-flex-row tcb-medium-no-wrap v-2 tcb--cols--3 m-edit tcb-mobile-wrap tcb-resized\" data-css=\"tve-u-162717d1bbf\" wfd-id=\"499\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1695981e7bb\" wfd-id=\"518\"><div class=\"tcb-col\" data-css=\"tve-u-16959846d3d\" wfd-id=\"520\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16959822de2\" wfd-id=\"521\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"522\"><img class=\"tve_image wp-image-465\" alt=\"\" width=\"384\" height=\"62\" title=\"Blackhawk_custom_header\" data-id=\"465\" src=\"https://bestcerakoteflorida.com/wp-content/uploads/2019/01/Blackhawk_custom_header.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717d1bb9\" style=\"\" wfd-id=\"511\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717d1bb6\" wfd-id=\"513\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-164179a84b8\" wfd-id=\"514\">\n<div class=\"tve-content-box-background\" wfd-id=\"517\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"515\"><div class=\"tcb-clear\" wfd-id=\"516\"></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717d1bb7\" style=\"\" wfd-id=\"500\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717d1bbc\" wfd-id=\"502\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16369305186\" wfd-id=\"503\">\n<div class=\"tve-content-box-background\" wfd-id=\"510\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16417e9d24e\" wfd-id=\"504\"><div class=\"tcb-clear\" wfd-id=\"508\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-16417e5bd95\" data-float=\"1\" wfd-id=\"509\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-envelope-regular\" data-name=\"\">\n            <path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path>\n        </svg></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-164179bced9\" wfd-id=\"505\"><p data-css=\"tve-u-1641333d7d1\"><a href=\"mailto:info@bestcerkoteflorida.com\" target=\"_blank\">info@bestcerakoteflorida.com</a></p></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-162717cb621\" data-value-type=\"percent\" wfd-id=\"465\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-162717cb620\" data-clip-id=\"c883ac5175045\" wfd-id=\"497\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-c883ac5175045\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"6\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.8949, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-c883ac5175045\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9476, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-c883ac5175045\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9651, 1 1, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-162717cb609\" wfd-id=\"466\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-162717cb618\" wfd-id=\"467\"><div class=\"tcb-flex-row tcb-medium-wrap tcb-resized v-2 tcb--cols--2\" data-css=\"tve-u-162717cb617\" wfd-id=\"468\"><div class=\"tcb-flex-col\" data-css=\"tve-u-162717cb601\" style=\"\" wfd-id=\"484\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717cb60a\" wfd-id=\"486\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h1\" data-css=\"tve-u-162717cb610\" wfd-id=\"492\"><h1 data-css=\"tve-u-162717cb616\" style=\"text-align: center;\">&nbsp;<strong>â€‹</strong><strong>Protect What\'s Important To You! With The Toughest Ceramic Finish In The World!</strong></h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162717cb60f\" wfd-id=\"487\"><h2 class=\"\" data-css=\"tve-u-1695a36117b\" style=\"text-align: center;\"><strong>Heat, Water, Salt and Sand just some of the conditions you face. And any one of them is just waiting, to get a hold of your firearm and leave it a pile of rusted, pitted junk.</strong></h2><h2 class=\"\" data-css=\"tve-u-16413112747\" style=\"text-align: center;\"><strong>Unfortunately, there wasn\'t much you could do other than keep cleaning and lubricating your firearms...till NOW!</strong></h2></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717cb600\" style=\"\" wfd-id=\"469\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717cb60b\" wfd-id=\"471\"><div class=\"thrv_responsive_video thrv_wrapper rv_style_lifted_style2\" data-type=\"youtube\" data-rel=\"0\" data-url=\"https://www.youtube.com/watch?v=a1nyu9ZJiEk\" data-css=\"tve-u-16959cd1e7a\" data-modestbranding=\"1\" wfd-id=\"481\">\n	\n\n	<div class=\"tve_responsive_video_container\" wfd-id=\"482\">\n		<div class=\"video_overlay\" wfd-id=\"483\"></div>\n	<iframe data-code=\"TEOqV1Q16lU\" data-provider=\"youtube\" src=\"https://www.youtube.com/embed/TEOqV1Q16lU?rel=0&amp;modestbranding=1&amp;controls=1&amp;showinfo=1&amp;fs=1&amp;wmode=transparent\" data-src=\"https://www.youtube.com/embed/TEOqV1Q16lU?rel=0&amp;modestbranding=1&amp;controls=1&amp;showinfo=1&amp;fs=1&amp;wmode=transparent\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\n</div><div class=\"thrv_wrapper thrv-button tcb-with-icon\" data-css=\"tve-u-1695a3002e2\" data-tcb_hover_state_parent=\"\" data-button-style=\"border_1\" wfd-id=\"472\">\n	<a href=\"tel:1-954-848-1911\" class=\"tcb-button-link\" target=\"_blank\" rel=\"\"><span class=\"tcb-button-icon\" wfd-id=\"479\">\n	<div class=\"thrv_wrapper thrv_icon tve_no_drag tve_no_icons tcb-icon-inherit-style tcb-icon-display\" wfd-id=\"480\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-phone-plus-light\" data-name=\"\">\n            <path d=\"M8 128h88v88c0 4.4 3.6 8 8 8h16c4.4 0 8-3.6 8-8v-88h88c4.4 0 8-3.6 8-8v-16c0-4.4-3.6-8-8-8h-88V8c0-4.4-3.6-8-8-8h-16c-4.4 0-8 3.6-8 8v88H8c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8zM487.8 24.1L387 .8c-14.7-3.4-29.8 4.2-35.8 18.1l-46.5 108.5c-5.5 12.7-1.8 27.7 8.9 36.5l53.9 44.1c-34 69.2-90.3 125.6-159.6 159.6l-44.1-53.9c-8.8-10.7-23.8-14.4-36.5-8.9L18.9 351.3c-13.9 6-21.5 21-18.1 35.8L24 487.9C27.3 502 39.9 512 54.5 512 306.7 512 512 307.8 512 54.5c0-14.6-10-27.2-24.2-30.4zM55.1 480l-23-99.6 107.4-46 59.5 72.8c103.6-48.6 159.7-104.9 208.1-208.1l-72.8-59.5 46-107.4 99.6 23C479.7 289.7 289.6 479.7 55.1 480z\"></path>\n        </svg></div>\n</span>\n\n		<span class=\"tcb-button-texts\" wfd-id=\"473\"><span class=\"tcb-button-text thrv-inline-text\" wfd-id=\"474\">CALL NOW</span></span>\n	</a>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-162717fcf9d\" data-value-type=\"percent\" wfd-id=\"384\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-162718bd0c0\" data-clip-id=\"a3b25e1c9221a\" wfd-id=\"464\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0875\"></polygon></clipPath><clipPath id=\"clip-tablet-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"6\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.1051\"></polygon></clipPath><clipPath id=\"clip-mobile-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"1\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0175\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-162718a3b40\" wfd-id=\"385\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622a159bcb\" wfd-id=\"386\">\n<div class=\"tve-content-box-background\" wfd-id=\"463\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"387\"><div class=\"thrv_wrapper thrv-columns\" wfd-id=\"449\"><div class=\"tcb-flex-row tcb--cols--2\" wfd-id=\"450\"><div class=\"tcb-flex-col\" wfd-id=\"457\"><div class=\"tcb-col\" wfd-id=\"459\"><div class=\"thrv_wrapper thrv_text_element\" wfd-id=\"460\"><p>Enter your text here...</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"451\"><div class=\"tcb-col\" wfd-id=\"453\"><div class=\"thrv_wrapper thrv_text_element\" wfd-id=\"454\"><p>Enter your text here...</p></div></div></div></div></div><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621a2247ba\" wfd-id=\"442\"><h2 data-css=\"tve-u-1621a2e0d5b\">our services</h2></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16229f6175c\" wfd-id=\"417\"><div class=\"tcb-flex-row tcb-medium-no-wrap tcb--cols--3 v-2\" data-css=\"tve-u-162493a03b0\" wfd-id=\"418\"><div class=\"tcb-flex-col\" wfd-id=\"433\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1624939a960\" data-tcb_hover_state_parent=\"\" wfd-id=\"435\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-162493d5f13\" data-float=\"1\" wfd-id=\"441\"><svg class=\"tcb-icon\" viewBox=\"0 0 14 28\" data-name=\"bolt\">\n<path d=\"M13.828 8.844c0.172 0.187 0.219 0.453 0.109 0.688l-8.437 18.078c-0.125 0.234-0.375 0.391-0.656 0.391-0.063 0-0.141-0.016-0.219-0.031-0.344-0.109-0.547-0.438-0.469-0.766l3.078-12.625-6.344 1.578c-0.063 0.016-0.125 0.016-0.187 0.016-0.172 0-0.359-0.063-0.484-0.172-0.187-0.156-0.25-0.391-0.203-0.609l3.141-12.891c0.078-0.297 0.359-0.5 0.688-0.5h5.125c0.391 0 0.703 0.297 0.703 0.656 0 0.094-0.031 0.187-0.078 0.281l-2.672 7.234 6.188-1.531c0.063-0.016 0.125-0.031 0.187-0.031 0.203 0 0.391 0.094 0.531 0.234z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"437\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-162494b490e\" wfd-id=\"438\"><h4 data-css=\"tve-u-16249355087\" style=\"text-align: left;\">Express exterior</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162494b7ad0\" wfd-id=\"436\"><p data-css=\"tve-u-162492e70ad\">Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"426\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162493b6b63\" data-tcb_hover_state_parent=\"\" wfd-id=\"428\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b456a\" wfd-id=\"432\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"adjust\">\n<path d=\"M12 22.5v-17c-4.688 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"430\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1af44d\" wfd-id=\"431\"><h4 data-css=\"tve-u-16249358652\" style=\"text-align: left;\">Interior clean</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"429\"><p data-css=\"tve-u-162492e70ad\">Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"419\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16249373b25\" wfd-id=\"421\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b52d3\" wfd-id=\"425\"><svg class=\"tcb-icon\" viewBox=\"0 0 26 28\" data-name=\"umbrella\">\n<path d=\"M14 12.938v9.063c0 2.172-1.828 4-4 4s-4-1.828-4-4c0-0.547 0.453-1 1-1s1 0.453 1 1c0 1.047 0.953 2 2 2s2-0.953 2-2v-9.063c0.328-0.109 0.656-0.172 1-0.172s0.672 0.063 1 0.172zM26 13.359c0 0.266-0.234 0.5-0.5 0.5-0.141 0-0.25-0.063-0.359-0.156-0.906-0.844-1.75-1.437-3.047-1.437-1.484 0-2.766 0.922-3.609 2.094-0.187 0.266-0.328 0.547-0.5 0.812-0.109 0.172-0.234 0.266-0.438 0.266-0.219 0-0.344-0.094-0.453-0.266-0.172-0.266-0.313-0.547-0.5-0.812-0.844-1.172-2.109-2.094-3.594-2.094s-2.75 0.922-3.594 2.094c-0.187 0.266-0.328 0.547-0.5 0.812-0.109 0.172-0.234 0.266-0.453 0.266-0.203 0-0.328-0.094-0.438-0.266-0.172-0.266-0.313-0.547-0.5-0.812-0.844-1.172-2.125-2.094-3.609-2.094-1.297 0-2.141 0.594-3.047 1.437-0.109 0.094-0.219 0.156-0.359 0.156-0.266 0-0.5-0.234-0.5-0.5 0-0.047 0-0.078 0.016-0.109 1.437-5.906 7.141-9.25 12.984-9.25 5.812 0 11.578 3.344 12.984 9.25 0.016 0.031 0.016 0.063 0.016 0.109zM14 2v1.531c-0.328-0.016-0.672-0.031-1-0.031s-0.672 0.016-1 0.031v-1.531c0-0.547 0.453-1 1-1s1 0.453 1 1z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"423\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b01a6\" wfd-id=\"424\"><h4 data-css=\"tve-u-1624935a201\" style=\"text-align: left;\">Wax protection</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"422\"><p data-css=\"tve-u-162492e70ad\">Etiam pharetra, erat sed fermentum feugiat, velit mauris</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16249367114\" wfd-id=\"388\"><div class=\"tcb-flex-row tcb-medium-no-wrap tcb--cols--3 v-2\" data-css=\"tve-u-16229ffbb7b\" wfd-id=\"389\"><div class=\"tcb-flex-col\" wfd-id=\"408\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229fa6a26\" wfd-id=\"410\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b33f9\" wfd-id=\"416\"><svg class=\"tcb-icon\" viewBox=\"0 0 26 28\" data-name=\"magic\">\n<path d=\"M18.594 9.078l4.578-4.578-1.672-1.672-4.578 4.578zM25.578 4.5c0 0.266-0.094 0.516-0.281 0.703l-20.094 20.094c-0.187 0.187-0.438 0.281-0.703 0.281s-0.516-0.094-0.703-0.281l-3.094-3.094c-0.187-0.187-0.281-0.438-0.281-0.703s0.094-0.516 0.281-0.703l20.094-20.094c0.187-0.187 0.438-0.281 0.703-0.281s0.516 0.094 0.703 0.281l3.094 3.094c0.187 0.187 0.281 0.438 0.281 0.703zM4.469 1.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531zM9.938 4.062l3.063 0.938-3.063 0.938-0.938 3.063-0.938-3.063-3.063-0.938 3.063-0.938 0.938-3.063zM24.469 11.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531zM14.469 1.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"414\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b0a67\" wfd-id=\"415\"><h4 data-css=\"tve-u-16248fc42a1\" style=\"text-align: left;\">Dust &amp; Dash Console</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"411\"><p data-css=\"tve-u-162492e70ad\">Duis sed odio sit amet nibh vulputate cursus a sit amet mauris.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"397\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1622f65ba70\" wfd-id=\"399\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b60b4\" wfd-id=\"407\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"certificate\">\n<path d=\"M21.5 14l2.156 2.109c0.297 0.281 0.406 0.703 0.313 1.094-0.109 0.391-0.422 0.703-0.812 0.797l-2.938 0.75 0.828 2.906c0.109 0.391 0 0.812-0.297 1.094-0.281 0.297-0.703 0.406-1.094 0.297l-2.906-0.828-0.75 2.938c-0.094 0.391-0.406 0.703-0.797 0.812-0.094 0.016-0.203 0.031-0.297 0.031-0.297 0-0.594-0.125-0.797-0.344l-2.109-2.156-2.109 2.156c-0.281 0.297-0.703 0.406-1.094 0.313-0.406-0.109-0.703-0.422-0.797-0.812l-0.75-2.938-2.906 0.828c-0.391 0.109-0.812 0-1.094-0.297-0.297-0.281-0.406-0.703-0.297-1.094l0.828-2.906-2.938-0.75c-0.391-0.094-0.703-0.406-0.812-0.797-0.094-0.391 0.016-0.812 0.313-1.094l2.156-2.109-2.156-2.109c-0.297-0.281-0.406-0.703-0.313-1.094 0.109-0.391 0.422-0.703 0.812-0.797l2.938-0.75-0.828-2.906c-0.109-0.391 0-0.812 0.297-1.094 0.281-0.297 0.703-0.406 1.094-0.297l2.906 0.828 0.75-2.938c0.094-0.391 0.406-0.703 0.797-0.797 0.391-0.109 0.812 0 1.094 0.297l2.109 2.172 2.109-2.172c0.281-0.297 0.688-0.406 1.094-0.297 0.391 0.094 0.703 0.406 0.797 0.797l0.75 2.938 2.906-0.828c0.391-0.109 0.812 0 1.094 0.297 0.297 0.281 0.406 0.703 0.297 1.094l-0.828 2.906 2.938 0.75c0.391 0.094 0.703 0.406 0.812 0.797 0.094 0.391-0.016 0.812-0.313 1.094z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"405\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b12d8\" wfd-id=\"406\"><h4 data-css=\"tve-u-1625389a3d5\" style=\"text-align: left;\">Triple Foam Polish</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"400\"><p data-css=\"tve-u-162492e70ad\">Class aptent taciti sociosqu ad litora torquent</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"390\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229fa8c68\" wfd-id=\"392\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-16271adf6cf\" wfd-id=\"396\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"bullseye\">\n<path d=\"M16 14c0 2.203-1.797 4-4 4s-4-1.797-4-4 1.797-4 4-4 4 1.797 4 4zM18 14c0-3.313-2.688-6-6-6s-6 2.688-6 6 2.688 6 6 6 6-2.688 6-6zM20 14c0 4.422-3.578 8-8 8s-8-3.578-8-8 3.578-8 8-8 8 3.578 8 8zM22 14c0-5.516-4.484-10-10-10s-10 4.484-10 10 4.484 10 10 10 10-4.484 10-10zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"394\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-16248fc71c8\" wfd-id=\"395\"><h4 data-css=\"tve-u-1625389b4ed\" style=\"text-align: left;\">Tire dressing</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"393\"><p data-css=\"tve-u-162492e70ad\">Etiam pharetra, erat sed fermentum feugiat, velit mauris</p></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621ad46076\" wfd-id=\"344\">\n<div class=\"tve-page-section-out\" wfd-id=\"383\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621b072b4e\" wfd-id=\"345\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621a8b2488\" wfd-id=\"346\"><div class=\"tcb-flex-row tcb--cols--2 v-2\" data-css=\"tve-u-1621a8a804b\" wfd-id=\"347\"><div class=\"tcb-flex-col\" wfd-id=\"359\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16271bfe70c\" wfd-id=\"361\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h3\" data-css=\"tve-u-1621a8c4313\" wfd-id=\"380\"><h3><strong>Complete cleaning services for yoâ€‹ur car</strong></h3></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-16417b70f47\" wfd-id=\"362\"><ul class=\"tcb-styled-list\" wfd-id=\"363\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621acf0289\" wfd-id=\"374\"><div class=\"tcb-styled-list-icon\" wfd-id=\"378\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a8e11f3\" wfd-id=\"379\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ace1b08\" wfd-id=\"375\">We are a small business delivering professional cleaning services for all vehicles</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621acf64fb\" wfd-id=\"370\"><div class=\"tcb-styled-list-icon\" wfd-id=\"372\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a8e5625\" wfd-id=\"373\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ace4de9\" wfd-id=\"371\">Our services are convenient for individuals and corporate fleets</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"364\"><div class=\"tcb-styled-list-icon\" wfd-id=\"368\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a9076ef\" wfd-id=\"369\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621acf47d2\" wfd-id=\"365\">We use eco-friendly products that actually clean, protect and maintain your car better than the traditional cleaning substances</span></li></ul></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"348\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621a90a46f\" wfd-id=\"350\"><div class=\"thrv_wrapper thrv-fill-counter tve_red tve_normalfc thrv_data_element\" data-css=\"tve-u-1621a983587\" wfd-id=\"351\">\n<div class=\"tve_fill_counter_n\" style=\"\" data-fill=\"100\" data-css=\"tve-u-1621a98b602\" wfd-id=\"352\">\n<svg viewBox=\"0 0 160 160\" class=\"tve_fill_counter_circle\" shape-rendering=\"optimizeSpeed\" data-css=\"tve-u-1621a9a2862\">\n<circle class=\"tve_fill_counter_circle_inner\" r=\"80\" cx=\"80\" cy=\"80\" data-css=\"tve-u-1621a9685d4\"></circle>\n</svg>\n<div class=\"tve_fill_text_in\" data-css=\"tve-u-1621a96b190\" wfd-id=\"353\">\n<div class=\"tve_fill_text_value\" data-css=\"tve-u-1621a9a2866\" wfd-id=\"355\">\n<div class=\"thrv-inline-text tve_fill_text tve_editable\" data-css=\"tve-u-1621a9a2867\" wfd-id=\"356\"><strong>100%â€‹</strong></div>\n</div>\n<div class=\"thrv-inline-text tve_editable tve_data_element_label\" data-css=\"tve-u-1621a9750ae\" wfd-id=\"354\">Clean car</div>\n</div>\n</div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621ada1e7f\" data-value-type=\"percent\" wfd-id=\"306\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621adba9ef\" data-clip-id=\"52d5a36c151aa\" wfd-id=\"343\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-52d5a36c151aa\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0875\"></polygon></clipPath><clipPath id=\"clip-tablet-top-52d5a36c151aa\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0524\"></polygon></clipPath><clipPath id=\"clip-mobile-top-52d5a36c151aa\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0349\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621ad420c4\" wfd-id=\"307\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621ade6172\" wfd-id=\"308\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2 tcb-row-reversed-mobile tcb-mobile-edit v-2\" data-css=\"tve-u-1621adea58b\" wfd-id=\"309\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621b064646\" style=\"\" wfd-id=\"337\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ae0bec7\" wfd-id=\"339\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ae4fd21\" data-value-type=\"percent\" data-float=\"1\" wfd-id=\"340\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621ae6c8da\" data-clip-id=\"aa2c3e3c70555\" wfd-id=\"342\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0349\"></polygon></clipPath><clipPath id=\"clip-tablet-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"4\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0699\"></polygon></clipPath><clipPath id=\"clip-mobile-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"4\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0699\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb\" data-css=\"tve-u-1621ae4db6e\" wfd-id=\"341\"></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621b064668\" style=\"\" wfd-id=\"310\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621f45bed3\" wfd-id=\"312\"><div class=\"tcb-clear\" data-css=\"tve-u-16224848ee5\" wfd-id=\"333\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621afceb00\" wfd-id=\"334\"><h2 data-css=\"tve-u-1621afcc0bf\">Check Out Our Special Offer!</h2></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621afda4fa\" wfd-id=\"332\"><p data-css=\"tve-u-1621afd8c98\">Donâ€™t miss the opportunity to get 50% discount on a complete cleaning just by recommending us to a friend. Bring someone you know with you and clean you car half price!</p></div><div class=\"tcb-clear\" data-css=\"tve-u-16224834cab\" wfd-id=\"313\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621fe85996\" wfd-id=\"314\"><div class=\"tcb-flex-row tcb--cols--2 tcb-resized tcb-medium-wrap tcb-desktop-wrap\" data-css=\"tve-u-1621fe78878\" wfd-id=\"315\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621fe94086\" style=\"\" wfd-id=\"323\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"325\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621b01355a\" wfd-id=\"326\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621b08fdde\" data-tcb_hover_state_parent=\"1\" wfd-id=\"331\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16223f02c16\" wfd-id=\"327\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-1620af7eb3f\" data-tcb_hover_state_parent=\"\" data-button-style=\"full_rounded\" wfd-id=\"328\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"329\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-16228c75500\" wfd-id=\"330\"><strong>Request an appointment</strong></span></span>\n</a>\n</div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621fe940b9\" style=\"\" wfd-id=\"316\"><div class=\"tcb-col\" wfd-id=\"318\"><div class=\"tcb-clear\" data-css=\"tve-u-16224716d62\" wfd-id=\"319\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-1621b028939\" data-tcb_hover_state_parent=\"\" data-button-style=\"ghost\" wfd-id=\"320\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"321\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-16228c764b2\" wfd-id=\"322\"><strong>Call Now: 0400-700-682</strong></span></span>\n</a>\n</div></div></div></div></div></div></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16260ba2fa4\" wfd-id=\"205\">\n<div class=\"tve-page-section-out\" wfd-id=\"305\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16260be7104\" wfd-id=\"206\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621b0e4fb7\" wfd-id=\"304\"><h2 data-css=\"tve-u-1621b10fccf\" style=\"text-align: center;\">our happy clients</h2></div><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641367127b\" data-float=\"1\" wfd-id=\"303\"><svg class=\"tcb-icon\" viewBox=\"0 0 30 32\" data-name=\"quote-left\">\n<path d=\"M13.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429zM29.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641367e553\" wfd-id=\"302\"><svg class=\"tcb-icon\" viewBox=\"0 0 30 32\" data-name=\"quote-left\">\n<path d=\"M13.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429zM29.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a10d3b4\" wfd-id=\"273\">\n<div class=\"tve-content-box-background\" wfd-id=\"301\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"274\"><div class=\"tcb-clear\" data-css=\"tve-u-1621b300a64\" wfd-id=\"299\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-1621f154231\" wfd-id=\"300\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621b200375\" wfd-id=\"277\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-16260d8392c\" wfd-id=\"278\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"283\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"285\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16417b62c09\" wfd-id=\"286\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-16260d8396c\" wfd-id=\"287\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16260d01208\" style=\"\" wfd-id=\"293\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"295\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"296\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16225617da3\" wfd-id=\"298\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"297\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16260d0120e\" style=\"\" wfd-id=\"288\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"290\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"292\"><h5>Brett Graham, 28</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"291\"><h6 class=\"\">Architect</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"279\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"281\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"282\"><p data-css=\"tve-u-162539c17ec\">Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit. Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit.&nbsp;</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-16260c5ff0c\" wfd-id=\"275\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260c5ff07\" wfd-id=\"276\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a12f675\" wfd-id=\"240\">\n<div class=\"tve-content-box-background\" wfd-id=\"272\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"241\"><div class=\"tcb-clear\" data-css=\"tve-u-16260cd7683\" wfd-id=\"270\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260d73672\" wfd-id=\"271\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16260da3aa7\" wfd-id=\"244\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-1621fb68b97\" wfd-id=\"245\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"254\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"256\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16417b662bf\" wfd-id=\"257\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-1621fb65556\" wfd-id=\"258\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16229915e1a\" style=\"\" wfd-id=\"264\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"266\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"267\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16260c433e9\" wfd-id=\"269\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"268\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16229915e4e\" style=\"\" wfd-id=\"259\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"261\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"263\"><h5>Rosie Hanson, 24</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"262\"><h6 class=\"\">Real estate Associate</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"246\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"248\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"249\"><p data-css=\"tve-u-162539c17ec\">Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo.</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-16260d3b97e\" wfd-id=\"242\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260d39b83\" wfd-id=\"243\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a146aef\" wfd-id=\"207\">\n<div class=\"tve-content-box-background\" wfd-id=\"239\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"208\"><div class=\"tcb-clear\" data-css=\"tve-u-16260cd7683\" wfd-id=\"237\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260cd622f\" wfd-id=\"238\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16260c39a7e\" wfd-id=\"211\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-16260d3f4aa\" wfd-id=\"212\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"219\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"221\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621fbacc60\" wfd-id=\"222\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-16260d3f4af\" wfd-id=\"223\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16229915e1a\" style=\"\" wfd-id=\"231\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"233\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"234\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16260d5e4b8\" wfd-id=\"236\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"235\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16229915e4e\" style=\"\" wfd-id=\"224\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"226\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"230\"><h5>Shawn Mattews, 35</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"227\"><h6 class=\"\">project manager</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"213\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"215\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"216\"><p data-css=\"tve-u-162539c17ec\">Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo. Nullam ac urna eu felis.Sed non neque elit. Sed ut imperdiet nisi. Proin condimentum</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1621b30ca74\" wfd-id=\"209\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-1621f15b521\" wfd-id=\"210\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621b3c8c52\" wfd-id=\"91\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621b3cfc7b\" wfd-id=\"204\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621b3c74d9\" wfd-id=\"92\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621e7b695a\" wfd-id=\"201\"><h2 data-css=\"tve-u-1621e7a7350\" style=\"text-align: center;\">our offers</h2></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621e7c899a\" wfd-id=\"93\"><div class=\"tcb-flex-row tcb--cols--3 tcb-medium-wrap v-2\" data-css=\"tve-u-1621e7c7aa1\" wfd-id=\"94\"><div class=\"tcb-flex-col\" wfd-id=\"161\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16223fc9f23\" wfd-id=\"163\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e7ceab3\" style=\"\" wfd-id=\"164\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16416e4fafd\" wfd-id=\"200\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e7d5094\" wfd-id=\"165\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e7e9950\" data-value-type=\"percent\" style=\"\" wfd-id=\"194\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e7edfd9\" data-clip-id=\"10ffac3b28f1d\" wfd-id=\"199\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-10ffac3b28f1d\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-10ffac3b28f1d\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e7e6c1d\" wfd-id=\"195\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-16417b4cb9e\" wfd-id=\"196\"><h4 data-css=\"tve-u-1621fe1a1af\" style=\"text-align: center;\"><strong>Basic Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ec6c39b\" data-float=\"1\" wfd-id=\"190\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e81f424\" wfd-id=\"193\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec752da\" wfd-id=\"191\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"192\"><h4 data-css=\"tve-u-1621fe1bd18\" style=\"text-align: center;\"><strong>15$</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621ea50702\" wfd-id=\"166\"><ul class=\"tcb-styled-list\" wfd-id=\"167\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec3a5c0\" wfd-id=\"186\"><div class=\"tcb-styled-list-icon\" wfd-id=\"188\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec204df\" wfd-id=\"189\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec241aa\" wfd-id=\"187\">Interior vacuum</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"182\"><div class=\"tcb-styled-list-icon\" wfd-id=\"184\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec20f68\" wfd-id=\"185\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec2704c\" wfd-id=\"183\">Dust &amp;dash console</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec42aa7\" wfd-id=\"176\"><div class=\"tcb-styled-list-icon\" wfd-id=\"180\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec21a31\" wfd-id=\"181\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec298ab\" wfd-id=\"177\">Hand towel dry</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec43fe2\" wfd-id=\"172\"><div class=\"tcb-styled-list-icon\" wfd-id=\"174\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ea1fba7\" wfd-id=\"175\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea23322\" wfd-id=\"173\">Clean windows</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec454d9\" wfd-id=\"168\"><div class=\"tcb-styled-list-icon\" wfd-id=\"170\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ea295c0\" wfd-id=\"171\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea2c69a\" wfd-id=\"169\">Soft cloth wash</span></li></ul></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"128\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"130\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621eb81205\" style=\"\" wfd-id=\"131\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16416e603ab\" wfd-id=\"160\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621eb7ccb0\" wfd-id=\"132\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ebbbb6d\" data-value-type=\"percent\" wfd-id=\"156\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eaaedd8\" data-clip-id=\"a2b9cf3198d6f\" wfd-id=\"159\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-a2b9cf3198d6f\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-a2b9cf3198d6f\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec7f21a\" wfd-id=\"157\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e930bd7\" wfd-id=\"158\"><h4 data-css=\"tve-u-1621e92e97f\" style=\"text-align: center;\"><strong>Ultimate Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ec78d2c\" data-float=\"1\" wfd-id=\"152\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eab272c\" wfd-id=\"155\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec79a7d\" wfd-id=\"153\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"154\"><h4 data-css=\"tve-u-1621e942b65\" style=\"text-align: center;\"><strong>22 $</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621ebfa746\" wfd-id=\"149\"><p data-css=\"tve-u-1621f4ceaf6\" style=\"text-align: center;\">Includes basic service <span data-css=\"tve-u-1621f4ceaf7\" style=\"color: rgb(15, 29, 123);\" wfd-id=\"150\"><strong class=\"\"><span data-css=\"tve-u-1621f4ceafb\" wfd-id=\"151\">+</span></strong></span></p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621ebf340c\" wfd-id=\"133\"><ul class=\"tcb-styled-list\" wfd-id=\"134\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-164137a0b1f\" wfd-id=\"143\"><div class=\"tcb-styled-list-icon\" wfd-id=\"147\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec0c5bd\" wfd-id=\"148\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ebfe4ce\" wfd-id=\"144\">Triple foam conditiner</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec04541\" wfd-id=\"139\"><div class=\"tcb-styled-list-icon\" wfd-id=\"141\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec09a3c\" wfd-id=\"142\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ebff867\" wfd-id=\"140\">Tire dressing</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec05cc3\" wfd-id=\"135\"><div class=\"tcb-styled-list-icon\" wfd-id=\"137\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec15f6e\" wfd-id=\"138\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec009a8\" wfd-id=\"136\">Air freshner</span></li></ul></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"95\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16223dad661\" wfd-id=\"97\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621fd9c946\" style=\"\" wfd-id=\"98\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e7d234c\" wfd-id=\"127\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621fd84d7b\" wfd-id=\"99\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16223b080b0\" data-value-type=\"percent\" wfd-id=\"121\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eb3eb9f\" data-clip-id=\"ac98bb0e54b3b\" wfd-id=\"126\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621fd8766c\" wfd-id=\"122\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e930bd7\" wfd-id=\"123\"><h4 data-css=\"tve-u-1621fe1587d\" style=\"text-align: center;\"><strong>Supreme Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e8107f3\" wfd-id=\"117\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eb43d8d\" wfd-id=\"120\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e819c52\" wfd-id=\"118\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"119\"><h4 data-css=\"tve-u-1621fe1725e\" style=\"text-align: center;\"><strong>30 $</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621eb037bb\" wfd-id=\"114\"><p data-css=\"tve-u-1621f4d0451\" style=\"text-align: center;\">Includes ultimate service <span data-css=\"tve-u-1621eaff572\" style=\"color: rgb(15, 29, 123);\" wfd-id=\"115\"><strong class=\"\"><span data-css=\"tve-u-1621eb01b60\" wfd-id=\"116\">+</span></strong></span></p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621eacf6af\" wfd-id=\"100\"><ul class=\"tcb-styled-list\" wfd-id=\"101\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec36a4d\" wfd-id=\"110\"><div class=\"tcb-styled-list-icon\" wfd-id=\"112\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e9993aa\" wfd-id=\"113\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea1a5d7\" wfd-id=\"111\">Exterior trim dressing</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"106\"><div class=\"tcb-styled-list-icon\" wfd-id=\"108\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e99b1db\" wfd-id=\"109\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea19a06\" wfd-id=\"107\">Hand applied spray wax</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec37ea5\" wfd-id=\"102\"><div class=\"tcb-styled-list-icon\" wfd-id=\"104\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e99c314\" wfd-id=\"105\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea18c5d\" wfd-id=\"103\">Interior conditioner</span></li></ul></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621efddaaf\" wfd-id=\"45\">\n<div class=\"tve-page-section-out\" wfd-id=\"90\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621edf8048\" wfd-id=\"46\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621f114214\" wfd-id=\"47\"><div class=\"tcb-flex-row tcb-mobile-edit tcb--cols--2\" data-css=\"tve-u-1621ee03000\" wfd-id=\"48\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621ee4be21\" style=\"\" wfd-id=\"54\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ee093d4\" wfd-id=\"56\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ee3afec\" wfd-id=\"57\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621ee58e74\" wfd-id=\"89\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ee37f4a\" wfd-id=\"58\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1621ee74a24\" wfd-id=\"88\"><svg class=\"tcb-icon\" viewBox=\"0 0 16 28\" data-name=\"map-marker\">\n<path d=\"M12 10c0-2.203-1.797-4-4-4s-4 1.797-4 4 1.797 4 4 4 4-1.797 4-4zM16 10c0 0.953-0.109 1.937-0.516 2.797l-5.688 12.094c-0.328 0.688-1.047 1.109-1.797 1.109s-1.469-0.422-1.781-1.109l-5.703-12.094c-0.406-0.859-0.516-1.844-0.516-2.797 0-4.422 3.578-8 8-8s8 3.578 8 8z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621ee63e1c\" wfd-id=\"83\"><h2 data-css=\"tve-u-1621fdcb4ea\" style=\"text-align: center;\">contact us</h2></div><div class=\"thrv_wrapper thrv-contact-form\" data-ct=\"contact_form-22343\" style=\"\" data-css=\"tve-u-16465071dea\" data-ct-name=\"Rounded Shadow\" wfd-id=\"61\">\n<form action=\"\" method=\"post\" novalidate=\"\" wfd-id=\"62\">\n<div class=\"tve-cf-item-wrapper\" wfd-id=\"66\">\n<div class=\"tve-cf-item\" data-css=\"tve-u-1695dd04208\" wfd-id=\"79\">\n<div class=\"thrv-cf-input-wrapper\" data-type=\"first_name\" wfd-id=\"80\">\n<label data-css=\"tve-u-1695d9d6525\" class=\"\" wfd-id=\"82\">First Name</label>\n<div class=\"tve-cf-input\" data-css=\"tve-u-1695d9d6526\" data-tcb_hover_state_parent=\"\" wfd-id=\"81\">\n<input placeholder=\"\" type=\"text\" name=\"first_name\" data-placeholder=\"\" wfd-id=\"531\">\n</div>\n</div>\n</div>\n<div class=\"tve-cf-item\" data-css=\"tve-u-1695dd04208\" wfd-id=\"75\">\n<div class=\"thrv-cf-input-wrapper\" data-type=\"email\" wfd-id=\"76\">\n<label data-css=\"tve-u-1695d9d6527\" class=\"\" wfd-id=\"78\">Email Address</label>\n<div class=\"tve-cf-input\" data-css=\"tve-u-1695d9d6528\" data-tcb_hover_state_parent=\"\" wfd-id=\"77\">\n<input placeholder=\"\" type=\"email\" name=\"email\" data-placeholder=\"\" wfd-id=\"530\">\n</div>\n</div>\n</div>\n<div class=\"tve-cf-item\" data-css=\"tve-u-1695dd484d7\" wfd-id=\"71\">\n<div class=\"thrv-cf-input-wrapper\" data-type=\"message\" wfd-id=\"72\">\n<label data-css=\"tve-u-1695d9d6529\" class=\"\" wfd-id=\"74\">Message</label>\n<div class=\"tve-cf-input\" data-css=\"tve-u-1695d9d652a\" data-tcb_hover_state_parent=\"\" wfd-id=\"73\">\n<textarea placeholder=\"\" data-placeholder=\"\" name=\"message\" wfd-id=\"533\"></textarea>\n</div>\n</div>\n</div>\n<div class=\"tve-cf-item\" data-css=\"tve-u-1695dd04208\" wfd-id=\"67\">\n	<div class=\"thrv-cf-input-wrapper\" data-type=\"phone\" wfd-id=\"68\">\n		<label data-css=\"tve-u-1695d9d6525\" class=\"\" wfd-id=\"70\">Phone Number</label>\n		<div class=\"tve-cf-input\" data-css=\"tve-u-1695d9d6526\" wfd-id=\"69\">\n			<input placeholder=\"+1-555-555-2368\" type=\"tel\" name=\"phone\" data-placeholder=\"+1-555-555-2368\" wfd-id=\"529\">\n		</div>\n	</div>\n</div></div>\n<div class=\"tve-cf-submit\" data-tcb_hover_state_parent=\"\" data-button-style=\"rounded\" data-css=\"tve-u-1695dd27f6a\" wfd-id=\"63\">\n<button class=\"tve_btn_txt\" type=\"submit\" wfd-id=\"546\">Submit Message</button>\n</div>\n<input type=\"hidden\" name=\"config\" value=\"YTozOntzOjE0OiJlcnJvcl9tZXNzYWdlcyI7YTo0OntzOjU6ImVtYWlsIjtzOjIxOiJFbWFpbCBhZGRyZXNzIGludmFsaWQiO3M6NToicGhvbmUiO3M6MjA6IlBob25lIG51bWJlciBpbnZhbGlkIjtzOjM6InVybCI7czoxMToiVVJMIGludmFsaWQiO3M6ODoicmVxdWlyZWQiO3M6MjA6IlJlcXVpcmVkIGZpZWxkIGVtcHR5Ijt9czo4OiJ0b19lbWFpbCI7YToyOntzOjI6InRvIjtzOjI4OiJpbmZvQGJlc3RjZXJha290ZWZsb3JpZGEuY29tIjtzOjc6InN1YmplY3QiO3M6MTg6Ik5ldyBtZXNzYWdlIGZyb206ICI7fXM6Njoic3VibWl0IjthOjEwOntzOjY6ImFjdGlvbiI7czoxMjoibm90aWZpY2F0aW9uIjtzOjIzOiJzZW5kX2NvbmZpcm1hdGlvbl9lbWFpbCI7YjoxO3M6MTk6InNlbmRlcl9wZXJzb25hbGl6ZWQiO2I6MDtzOjIwOiJjb25maXJtYXRpb25fc3ViamVjdCI7czozNjoiQ29udGFjdCBGb3JtIHN1Ym1pc3Npb24gY29uZmlybWF0aW9uIjtzOjIwOiJjb25maXJtYXRpb25fbWVzc2FnZSI7czoxMzk6IkhlbGxvLCAKClRoYW5rcyBmb3IgY29udGFjdGluZyB1cy4gV2UnbGwgZ2V0IGJhY2sgdG8geW91IGFzIHNvb24gYXMgcG9zc2libGUgd2l0aCB0aGUgaW5mb3JtYXRpb24geW91IG5lZWQuIAoKQmVzdCByZWdhcmRzLApbd3Bfc2l0ZV90aXRsZV0iO3M6OToiZnJvbV9uYW1lIjtzOjI4OiJUaGUgQmVzdCBDZXJha290ZSBJbiBGbG9yaWRhIjtzOjEwOiJmcm9tX2VtYWlsIjtzOjI5OiJhZG1pbkBiZXN0Y2VyYWtvdGVmbG9yaWRhLmNvbSI7czo4OiJyZXBseV90byI7czoyOToiYWRtaW5AYmVzdGNlcmFrb3RlZmxvcmlkYS5jb20iO3M6MzoidXJsIjtzOjA6IiI7czoxMjoibm90aWZpY2F0aW9uIjtzOjgxOiJZb3VyIG1lc3NhZ2UgaGFzIGJlZW4gc2VudCwgdGhhbmsgeW91ISBZb3UnbGwgaGVhciBmcm9tIHVzIHdpdGhpbiB0aGUgbmV4dCAyNCBocnMiO319\" wfd-id=\"528\"></form>\n</div><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_slide_left\" data-css=\"tve-u-1621ef118dc\" style=\"\" wfd-id=\"59\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"60\"><img class=\"tve_image tve_evt_manager_listen tve_et_tve-viewport wp-image-282\" alt=\"Cerakote Certified Logo\" width=\"2148\" height=\"1968\" title=\"Cerakote Certified Logo\" data-id=\"282\" src=\"https://bestcerakoteflorida.com/wp-content/uploads/2018/09/CertifiedLogo.png\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_left&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" style=\"width: 100%;\"></span></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621ee4be73\" style=\"\" wfd-id=\"49\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ee22c43\" wfd-id=\"51\"><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-1695d995f33\" wfd-id=\"53\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=825 South Kings Highway, Fort Pierce&amp;t=m&amp;z=11&amp;output=embed&amp;iwloc=near\"></iframe>\n</div><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-1621ee18a1c\" wfd-id=\"52\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=davie, Florida 33317&amp;t=m&amp;z=11&amp;output=embed&amp;iwloc=near\"></iframe>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621f0aa8f7\" wfd-id=\"28\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621f0ada0e\" wfd-id=\"44\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621f0b0088\" wfd-id=\"29\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621f0d2c1a\" wfd-id=\"30\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-1621f0cbe40\" wfd-id=\"31\"><div class=\"tcb-flex-col\" wfd-id=\"38\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"40\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621f0da775\" wfd-id=\"41\"><p data-css=\"tve-u-1622444fb11\">Â© 2018, BLACKHAWK CUSTOM, LLC . All rights reserved.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"32\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"34\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16223fe5f5b\" wfd-id=\"35\"><p data-css=\"tve-u-1621f0d874c\" style=\"text-align: right;\">Made with <a href=\"https://thrivethemes.com/\" target=\"_blank\">Thrive Architect</a></p></div></div></div></div></div></div>\n</div>\n\n'),(7087,585,'tve_revision_tve_content_more_found',''),(7088,585,'tve_revision_tve_save_post','');
INSERT INTO `wpbe_postmeta` VALUES (7089,585,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Merriweather:400,700&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Special+Elite:400&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Poppins:400,800,900,300,700,&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Monda:400,700,&subset=latin\");@media (min-width: 300px){.tcb-plain-text { font-family: Monda; font-weight: 400; font-size: 14px; }#tve_editor [data-css=\"tve-u-1621b072b4e\"] p, #tve_editor [data-css=\"tve-u-1621b072b4e\"] li, #tve_editor [data-css=\"tve-u-1621b072b4e\"] blockquote, #tve_editor [data-css=\"tve-u-1621b072b4e\"] address, #tve_editor [data-css=\"tve-u-1621b072b4e\"] .tcb-plain-text, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h1, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h2, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h3, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h4, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h5, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h6 { color: rgb(18, 18, 18); }[data-css=\"tve-u-1621fe78878\"] .tcb-flex-col { flex-basis: 160px !important; }[data-css=\"tve-u-16417b70f47\"] { padding: 0px !important; margin: 0px !important; }#tve_editor [data-css=\"tve-u-1621fdcb4ea\"] { color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1641367127b\"] > :first-child { color: rgb(15, 29, 123); }[data-css=\"tve-u-1641367127b\"] { font-size: 60px; float: none; box-shadow: none; position: relative; z-index: 5; margin: 0px auto !important; }#tve_editor [data-css=\"tve-u-1641333d7d1\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-162717cb617\"] > .tcb-flex-col { padding-left: 0px; }#tve_editor [data-css=\"tve-u-16413112747\"] { color: rgba(255, 255, 255, 0.85) !important; font-size: 15px !important; text-transform: capitalize !important; letter-spacing: 3px; font-family: Merriweather !important; font-weight: 400 !important; }[data-css=\"tve-u-16369305186\"] > .tve-cb { display: block; }#tve_editor [data-css=\"tve-u-162717cb609\"] p, #tve_editor [data-css=\"tve-u-162717cb609\"] li, #tve_editor [data-css=\"tve-u-162717cb609\"] blockquote, #tve_editor [data-css=\"tve-u-162717cb609\"] address, #tve_editor [data-css=\"tve-u-162717cb609\"] h1, #tve_editor [data-css=\"tve-u-162717cb609\"] h2, #tve_editor [data-css=\"tve-u-162717cb609\"] h3, #tve_editor [data-css=\"tve-u-162717cb609\"] h4, #tve_editor [data-css=\"tve-u-162717cb609\"] h5, #tve_editor [data-css=\"tve-u-162717cb609\"] h6 { color: rgb(255, 255, 255); }[data-css=\"tve-u-16369305186\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-162717cb621\"] .tve-page-section-in { display: flex; justify-content: center; flex-direction: column; }[data-css=\"tve-u-162717fcf9d\"] .tve-page-section-in { display: block; }[data-css=\"tve-u-1628a146aef\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1628a12f675\"] { padding: 0px !important; margin: 0px 0px 60px !important; }[data-css=\"tve-u-1628a10d3b4\"] { max-width: 100%; padding: 0px !important; margin: 0px 0px 60px !important; }#tve_editor [data-css=\"tve-u-162717cb618\"] p, #tve_editor [data-css=\"tve-u-162717cb618\"] li, #tve_editor [data-css=\"tve-u-162717cb618\"] blockquote, #tve_editor [data-css=\"tve-u-162717cb618\"] address, #tve_editor [data-css=\"tve-u-162717cb618\"] h1, #tve_editor [data-css=\"tve-u-162717cb618\"] h2, #tve_editor [data-css=\"tve-u-162717cb618\"] h3, #tve_editor [data-css=\"tve-u-162717cb618\"] h4, #tve_editor [data-css=\"tve-u-162717cb618\"] h5, #tve_editor [data-css=\"tve-u-162717cb618\"] h6 { color: rgb(0, 229, 255); }[data-css=\"tve-u-162718bd0c0\"] { clip-path: url(\"#clip-top-a3b25e1c9221a\"); -webkit-clip-path: url(\"#clip-top-a3b25e1c9221a\");  background-image: none !important; opacity: 1; filter: grayscale(0%) blur(0px); }[data-css=\"tve-u-162718a3b40\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-162717fcf9d\"] { z-index: 5; padding: 170px 40px 0px !important; margin-top: -80px !important; }[data-css=\"tve-u-16260cd622f\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-16260cd7683\"]::after { clear: both; }[data-css=\"tve-u-16260cd622f\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin-top: 0px !important; margin-bottom: -1px !important; }[data-css=\"tve-u-16260be7104\"] { max-width: 1200px; }[data-css=\"tve-u-16260ba2fa4\"] { padding: 100px 40px !important; }[data-css=\"tve-u-162539c17ec\"] { line-height: 1.6em !important; }#tve_editor [data-css=\"tve-u-162493b6b63\"]:hover { background-color: rgb(248, 249, 251) !important; }#tve_editor [data-css=\"tve-u-1624939a960\"]:hover { background-color: rgb(248, 249, 251) !important; background-image: none !important; }#tve_editor [data-css=\"tve-u-162492e70ad\"] { color: rgb(137, 141, 167) !important; }[data-css=\"tve-u-162492815ba\"] { padding: 0px !important; margin-top: 25px !important; }[data-css=\"tve-u-162491e8e1f\"]::after { clear: both; }[data-css=\"tve-u-1622f65ba70\"] { border: none; background-image: none !important; padding: 0px 30px 30px !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-1622a159bcb\"] { max-width: 100%; float: none; z-index: 6; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; margin-top: 0px !important; }[data-css=\"tve-u-16229915e4e\"] { max-width: 62.8%; }[data-css=\"tve-u-16229915e1a\"] { max-width: 37.2%; }[data-css=\"tve-u-16225617da3\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-Brett.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16225611edb\"] { min-height: 127px; }[data-css=\"tve-u-1622561121b\"] { max-width: 127px; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-16224848ee5\"]::after { clear: both; }[data-css=\"tve-u-16224834cab\"]::after { clear: both; }[data-css=\"tve-u-1621ee3afec\"] > .tve-cb { display: block; }[data-css=\"tve-u-1621fe78878\"] > .tcb-flex-col { padding-left: 5px; }[data-css=\"tve-u-1621fe940b9\"] { max-width: 50%; }[data-css=\"tve-u-1621fe94086\"] { max-width: 50%; }[data-css=\"tve-u-1621fe85996\"] { max-width: 585px; float: left; z-index: 3; position: relative; width: 100%; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621fe78878\"] > .tcb-flex-col > .tcb-col { min-height: 65px; justify-content: center; }[data-css=\"tve-u-1621fe78878\"] { min-height: inherit; margin-left: -5px; padding: 0px !important; flex-wrap: wrap !important; }#tve_editor [data-css=\"tve-u-1621f4d0451\"] { font-size: 20px !important; }#tve_editor [data-css=\"tve-u-1621f4ceaf6\"] { font-size: 20px !important; color: rgb(12, 12, 12) !important; }[data-css=\"tve-u-1621f45bed3\"] { padding: 0px !important; }[data-css=\"tve-u-1621f114214\"] { float: none; max-width: 100%; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621f0da775\"] { padding: 0px !important; }#tve_editor [data-css=\"tve-u-1621f0d874c\"] { letter-spacing: 1px; color: rgb(137, 141, 167) !important; font-size: 14px !important; }[data-css=\"tve-u-1621f0d2c1a\"] { max-width: 100%; margin-left: 60px !important; margin-right: 60px !important; }[data-css=\"tve-u-1621f0aa8f7\"] .tve-page-section-in { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621f0cbe40\"] { margin-left: 0px; padding: 0px !important; }[data-css=\"tve-u-1621f0cbe40\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-1621f0b0088\"] { max-width: 100%; min-height: 140px !important; }[data-css=\"tve-u-1621f0ada0e\"] { background-image: linear-gradient(rgb(22, 22, 24), rgb(22, 22, 24)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1621f0aa8f7\"] { padding: 0px !important; }[data-css=\"tve-u-1621efddaaf\"] { padding: 0px !important; }[data-css=\"tve-u-1621ef118dc\"] { width: 191px; position: relative; right: -50px; top: 0px; float: none; z-index: 3; margin: 0px auto !important; padding-left: 0px !important; left: 10px; }#tve_editor [data-css=\"tve-u-1621ee74a24\"] > :first-child { color: rgb(255, 255, 255); }[data-css=\"tve-u-1621ee74a24\"] { font-size: 60px; float: none; z-index: 3; position: relative; margin: 0px auto 10px !important; padding-top: 0px !important; box-shadow: none; }[data-css=\"tve-u-1621ee63e1c\"] { float: none; z-index: 3; position: relative; max-width: none; width: 100%; padding: 0px !important; margin: 0px auto 30px !important; }[data-css=\"tve-u-1621ee58e74\"] { background-color: rgba(0, 0, 0, 0.77) !important; border-right: 2px dotted rgb(0, 0, 0) !important; }[data-css=\"tve-u-1621ee3afec\"] { padding: 60px 10px 0px 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621ee22c43\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding-top: 0px !important; padding-left: 0px !important; }[data-css=\"tve-u-1621ee18a1c\"] { margin: 1px 20px 0px !important; box-shadow: none; }[data-css=\"tve-u-1621ee093d4\"] { margin-top: 0px !important; }[data-css=\"tve-u-1621ee03000\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1621ee03000\"] { margin-left: 0px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-1621ee03000\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-1621edf8048\"] { max-width: 100%; min-height: 1px !important; }[data-css=\"tve-u-1621ec454d9\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec43fe2\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec42aa7\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec3a5c0\"] { margin-top: 0px !important; margin-bottom: 10px !important; }[data-css=\"tve-u-1621ec37ea5\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec36a4d\"] { margin-bottom: 10px !important; }[data-css=\"tve-u-1621ea18c5d\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ea19a06\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ea1a5d7\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ea2c69a\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ea23322\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ec298ab\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ec2704c\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ec241aa\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ec05cc3\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec04541\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec009a8\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ebff867\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ebfe4ce\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621eb037bb\"] { padding: 0px !important; margin-top: 0px !important; margin-bottom: 30px !important; }[data-css=\"tve-u-1621eaff572\"] { color: rgb(15, 29, 123) !important; }[data-css=\"tve-u-1621ea50702\"] { max-width: 230px; float: none; z-index: 3; position: relative; width: 100%; padding: 0px !important; margin: 0px auto !important; }#tve_editor [data-css=\"tve-u-1621ea2c69a\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ea295c0\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ea295c0\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ea1fba7\"] > :first-child { color: rgb(137, 141, 167); }#tve_editor [data-css=\"tve-u-1621ea23322\"] { font-size: 16px !important; }[data-css=\"tve-u-1621ea1fba7\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }[data-css=\"tve-u-1621e99c314\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }[data-css=\"tve-u-1621e99b1db\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }[data-css=\"tve-u-1621e9993aa\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ea1a5d7\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ea19a06\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ea18c5d\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621e99c314\"] > :first-child { color: rgb(137, 141, 167); }#tve_editor [data-css=\"tve-u-1621e99b1db\"] > :first-child { color: rgb(137, 141, 167); }#tve_editor [data-css=\"tve-u-1621e9993aa\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621e8107f3\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621e942b65\"] strong { font-weight: 800; }[data-css=\"tve-u-1621e7e9950\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621e930bd7\"] { padding: 0px 0px 50px !important; }#tve_editor [data-css=\"tve-u-1621e92e97f\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1621e81f424\"] { border-radius: 200px; overflow: hidden; background-image: none !important; border: 3px solid rgb(255, 255, 255) !important; background-color: rgb(144, 147, 168) !important; }[data-css=\"tve-u-1621e819c52\"] { min-height: 110px; }[data-css=\"tve-u-1621e8107f3\"] { float: none; max-width: 110px; z-index: 4; padding: 0px !important; margin: -60px auto 30px !important; }[data-css=\"tve-u-1621e7edfd9\"] { clip-path: url(\"#clip-bottom-10ffac3b28f1d\"); -webkit-clip-path: url(\"#clip-bottom-10ffac3b28f1d\");  background-image: none !important; background-color: rgb(144, 147, 168) !important; }[data-css=\"tve-u-1621e7e9950\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1621e7e6c1d\"] { min-height: 150px; }[data-css=\"tve-u-1621e7c7aa1\"] > .tcb-flex-col { padding-left: 60px; }[data-css=\"tve-u-1621e7d5094\"] { min-height: 480px; }[data-css=\"tve-u-1621e7d234c\"] { box-shadow: rgba(0, 0, 0, 0.02) 0px 2px 22px 0px; background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1621e7ceab3\"] { float: none; width: 100%; padding: 0px 0px 20px !important; margin: 0px auto !important; }[data-css=\"tve-u-1621e7c899a\"] { float: none; max-width: 100%; margin: 0px auto !important; }[data-css=\"tve-u-1621e7c7aa1\"] { margin-left: -60px; padding: 0px !important; }[data-css=\"tve-u-1621e7b695a\"] { padding: 0px !important; margin-bottom: 100px !important; }#tve_editor [data-css=\"tve-u-1621e7a7350\"] { color: rgb(15, 29, 123) !important; }[data-css=\"tve-u-1621b3cfc7b\"] { filter: blur(0px); opacity: 1; background-image: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(220, 224, 246) 38%) !important; background-color: rgb(212, 212, 212) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1621b3c8c52\"] { padding: 100px 40px !important; }[data-css=\"tve-u-1621b3c74d9\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-1621b300a64\"]::after { clear: both; }[data-css=\"tve-u-1621b24a89d\"] { padding: 0px !important; }[data-css=\"tve-u-1621b22a018\"] { background-image: none !important; padding: 0px !important; }[data-css=\"tve-u-1621b200375\"] { float: none; max-width: 100%; border-left: 1px solid rgba(15, 29, 123, 0.7); border-right: 1px solid rgba(15, 29, 123, 0.7); background-color: rgb(248, 249, 251) !important; margin: 0px auto !important; }[data-css=\"tve-u-1621b10fccf\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621b0e4fb7\"] { border-right: none; max-width: 100%; padding: 0px !important; margin-bottom: 40px !important; margin-right: 0px !important; }[data-css=\"tve-u-1621b072b4e\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-1621b064668\"] { max-width: 52%; }[data-css=\"tve-u-1621b064646\"] { max-width: 48%; }[data-css=\"tve-u-1621afda4fa\"] { max-width: none; padding: 0px !important; margin-bottom: 40px !important; }#tve_editor [data-css=\"tve-u-1621afd8c98\"] { color: rgb(255, 255, 255) !important; font-size: 20px !important; }[data-css=\"tve-u-1621afceb00\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 80%; padding: 0px !important; margin-bottom: 50px !important; }#tve_editor [data-css=\"tve-u-1621afcc0bf\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1621a8a804b\"] > .tcb-flex-col { padding-left: 60px; }[data-css=\"tve-u-1621ae6c8da\"] { clip-path: url(\"#clip-top-aa2c3e3c70555\"); -webkit-clip-path: url(\"#clip-top-aa2c3e3c70555\");  background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-Cta-2.jpg\") !important; background-size: cover !important; background-position: 0% 100% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1621ae4fd21\"] { max-width: 100%; top: -70px; z-index: 5; left: -60px; position: relative !important; padding: 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-1621ae4db6e\"] { min-height: 524px; }[data-css=\"tve-u-1621ada1e7f\"] .tve-page-section-in { display: flex; flex-direction: column; justify-content: center; }[data-css=\"tve-u-1621adea58b\"] > .tcb-flex-col > .tcb-col { min-height: 1px; justify-content: center; }[data-css=\"tve-u-1621ae0bec7\"] { height: calc(100% - -22px); background-image: linear-gradient(rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.14)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; margin-left: 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621adea58b\"] > .tcb-flex-col { padding-left: 50px; }[data-css=\"tve-u-1621adea58b\"] { margin-left: -50px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-1621ade6172\"] { max-width: 100%; float: none; width: 100%; margin: 0px auto !important; }[data-css=\"tve-u-1621adba9ef\"] { clip-path: url(\"#clip-top-52d5a36c151aa\"); -webkit-clip-path: url(\"#clip-top-52d5a36c151aa\");  background-image: linear-gradient(rgba(15, 29, 123, 0.65), rgba(15, 29, 123, 0.65)), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-cta-bg.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-1621ada1e7f\"] { padding: 0px 40px !important; }[data-css=\"tve-u-1621ad46076\"] { padding: 100px 40px !important; margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1621ad420c4\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-1621a9076ef\"] { padding-top: 2px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-1621acf64fb\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621acf47d2\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1621acf0289\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621a8e11f3\"] { padding-top: 2px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-1621a8e5625\"] { padding-top: 2px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-1621ace4de9\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1621ace1b08\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1621a9a2867\"] strong { font-weight: 700; }#tve_editor [data-css=\"tve-u-1621a9a2867\"] { font-weight: 300; color: rgb(15, 29, 123) !important; font-family: Poppins !important; }[data-css=\"tve-u-1621a9750ae\"] { font-size: 13.6px !important; line-height: 13.6px !important; }[data-css=\"tve-u-1621a9a2867\"] { font-size: 48px !important; line-height: 48px !important; }[data-css=\"tve-u-1621a9a2866\"] { margin-top: 40px !important; }[data-css=\"tve-u-1621a9a2862\"] { width: 160px !important; height: 160px !important; background-color: rgb(137, 141, 167) !important; }[data-css=\"tve-u-1621a98b602\"] { stroke-dasharray: 502.655, 502.655; }[data-css=\"tve-u-1621a983587\"] { float: none; border: 30px solid rgba(137, 141, 167, 0.24); z-index: 3; position: relative; margin: 30px auto 0px !important; padding: 0px !important; }[data-css=\"tve-u-1621a9750ae\"] strong { font-weight: 700; }#tve_editor [data-css=\"tve-u-1621a9750ae\"] { color: rgb(255, 255, 255) !important; font-family: Monda !important; }[data-css=\"tve-u-1621a96b190\"] { background-color: rgb(231, 229, 229); width: 144px !important; height: 144px !important; top: 8px !important; bottom: 8px !important; left: 8px !important; right: 8px !important; }[data-css=\"tve-u-1621a9685d4\"] { stroke: rgb(248, 251, 253) !important; stroke-width: 17px !important; }[data-css=\"tve-u-1621a8a804b\"] > .tcb-flex-col > .tcb-col { min-height: 445px; justify-content: center; }[data-css=\"tve-u-1621a90a46f\"] { background-image: radial-gradient(rgba(255, 255, 255, 0.51) 16%, rgb(255, 255, 255) 73%), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-100-clean.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }#tve_editor [data-css=\"tve-u-1621a9076ef\"] > :first-child { color: rgb(15, 29, 123); }#tve_editor [data-css=\"tve-u-1621a8e5625\"] > :first-child { color: rgb(15, 29, 123); }#tve_editor [data-css=\"tve-u-1621a8e11f3\"] > :first-child { color: rgb(15, 29, 123); }[data-css=\"tve-u-1621a8c4313\"] { padding: 0px !important; margin-bottom: 60px !important; }[data-css=\"tve-u-1621a8b2488\"] { float: none; max-width: 100%; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621a8a804b\"] { min-height: inherit; margin-left: -60px; padding: 0px !important; }[data-css=\"tve-u-1621a2e0d5b\"] { line-height: 1em !important; }[data-css=\"tve-u-1621a2247ba\"] { max-width: 100%; float: none; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; }#tve_editor [data-css=\"tve-u-1620af7eb3f\"] .tcb-button-link { font-size: 18px; color: rgb(15, 29, 123) !important; }#tve_editor [data-css=\"tve-u-1620af7eb3f\"]:hover strong { font-weight: 700 !important; }[data-css=\"tve-u-1620af7eb3f\"] { width: 268px; float: left; z-index: 3; position: relative; display: block; max-width: 268px; margin-bottom: 0px !important; margin-top: 0px !important; margin-left: 3px !important; }#tve_editor [data-css=\"tve-u-1620af7eb3f\"]:hover .tcb-button-link { color: rgb(255, 255, 255) !important; border-radius: 200px !important; overflow: hidden !important; font-family: Monda !important; font-weight: 400 !important; text-shadow: none !important; background-image: none !important; background-color: rgb(15, 29, 123) !important; }[data-css=\"tve-u-1620af7eb3f\"] .tcb-button-link { border-radius: 200px; min-height: 54.7619px; font-size: 1.33333em; padding-top: 0px; padding-bottom: 0px; background-image: none !important; background-color: rgb(255, 255, 255) !important; padding-right: 15px !important; }#tcb_landing_page a:not(.tcb-button-link).tve_state_hover { color: rgb(35, 55, 188); }#tcb_landing_page a:not(.tcb-button-link):hover { color: rgb(35, 55, 188); }#tcb_landing_page a:not(.tcb-button-link) { color: rgb(255, 255, 255); }#tcb_landing_page input strong { font-weight: 700; }#tcb_landing_page .tcb-button-link strong { font-weight: 700; }#tcb_landing_page p strong, #tcb_landing_page li strong { font-weight: 700; }#tcb_landing_page input { font-family: Merriweather; font-weight: 400; }#tcb_landing_page .tcb-button-link { font-family: Merriweather; font-weight: 400; }#tcb_landing_page p, #tcb_landing_page li { color: rgb(12, 12, 12); font-family: Merriweather; font-weight: 400; line-height: 1.5em; font-size: 16px; }#tcb_landing_page h6 { text-transform: uppercase; font-size: 14px; color: rgb(0, 0, 0); font-family: \"Special Elite\"; font-weight: 400; letter-spacing: 1px; line-height: 1.3em; }#tcb_landing_page h5 { font-size: 22px; color: rgb(12, 12, 12); font-family: \"Special Elite\"; font-weight: 400; line-height: 1.3em; }#tcb_landing_page h4 { font-size: 24px; color: rgb(12, 12, 12); font-family: \"Special Elite\"; font-weight: 400; line-height: 1.3em; }#tcb_landing_page h3 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(12, 12, 12); font-size: 26px; line-height: 1.3em; }#tcb_landing_page h2 { color: rgb(0, 0, 0); font-size: 30px; letter-spacing: 2px; text-transform: uppercase; line-height: 1.3em; font-family: \"Special Elite\"; font-weight: 400; }#tcb_landing_page h1 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(0, 0, 0); font-size: 42px; line-height: 1.3em; }[data-css=\"tve-u-15e09c94f7d\"] { background-color: rgb(231, 229, 229) !important; }[data-css=\"tve-u-1621b01355a\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621b01355a\"] { max-width: 274px; position: relative; float: left; z-index: 3; width: 100%; padding: 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-1621b028939\"] .tcb-button-link { font-size: 18px; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1621b028939\"]:hover strong { font-weight: 700 !important; }[data-css=\"tve-u-1621b028939\"] { display: block; max-width: 268px; width: 268px; top: 0px; left: 0px; float: left; z-index: 3; position: relative; margin-bottom: 0px !important; margin-top: 0px !important; }#tve_editor [data-css=\"tve-u-1621b028939\"]:hover .tcb-button-link { background-color: rgb(255, 255, 255) !important; color: rgb(15, 29, 123) !important; overflow: hidden !important; font-family: Monda !important; background-image: none !important; text-align: center !important; }[data-css=\"tve-u-1621b028939\"] .tcb-button-link { min-height: 54.7619px; font-size: 1.33333em; padding-top: 0px; padding-bottom: 0px; border: 1px solid rgb(255, 255, 255); border-radius: 30px; overflow: hidden; background-color: rgba(26, 188, 156, 0.01) !important; padding-right: 15px !important; color: rgb(26, 188, 156) !important; }[data-css=\"tve-u-1621b08fdde\"] { border-radius: 200px; overflow: hidden; border: 1px solid rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1621b01355a\"]:hover [data-css=\"tve-u-1621b08fdde\"] { border: 1px solid rgba(255, 255, 255, 0.4) !important; }[data-css=\"tve-u-1621b30ca74\"]::after { clear: both; }#tve_editor [data-css=\"tve-u-1621e942b65\"] { font-weight: 400; letter-spacing: 0px; color: rgb(255, 255, 255) !important; font-family: Poppins !important; font-size: 30px !important; }[data-css=\"tve-u-1621e94cb4e\"] { float: none; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621eaaedd8\"] { clip-path: url(\"#clip-bottom-a2b9cf3198d6f\"); -webkit-clip-path: url(\"#clip-bottom-a2b9cf3198d6f\");  background-image: none !important; background-color: rgb(5, 10, 42) !important; }[data-css=\"tve-u-1621eab272c\"] { border-radius: 200px; overflow: hidden; background-image: none !important; border: 3px solid rgb(255, 255, 255) !important; background-color: rgb(5, 10, 42) !important; }[data-css=\"tve-u-1621eacf6af\"] { max-width: 230px; float: none; z-index: 3; position: relative; padding: 0px !important; margin: 0px auto !important; }[data-css=\"tve-u-1621eb3eb9f\"] { clip-path: url(\"#clip-bottom-ac98bb0e54b3b\"); -webkit-clip-path: url(\"#clip-bottom-ac98bb0e54b3b\");  background-image: none !important; background-color: rgb(45, 51, 89) !important; }[data-css=\"tve-u-1621eb43d8d\"] { border-radius: 200px; overflow: hidden; background-image: none !important; border: 3px solid rgb(255, 255, 255) !important; background-color: rgb(45, 51, 89) !important; }[data-css=\"tve-u-1621eb7ccb0\"] { min-height: 530px; }[data-css=\"tve-u-1621eb81205\"] { padding: 0px 0px 20px !important; margin-top: -25px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621ebbbb6d\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621ebbbb6d\"] { max-width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1621ebf340c\"] { max-width: 230px; float: none; z-index: 3; position: relative; width: 100%; padding: 0px !important; margin: 0px auto !important; }[data-css=\"tve-u-1621ebfa746\"] { padding: 0px !important; margin-top: 0px !important; margin-bottom: 30px !important; }#tve_editor [data-css=\"tve-u-1621ebfe4ce\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ebff867\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ec009a8\"] { font-size: 16px !important; }[data-css=\"tve-u-1621ec09a3c\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; margin: 0px !important; }#tve_editor [data-css=\"tve-u-1621ec09a3c\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ec0c5bd\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; margin: 0px !important; }#tve_editor [data-css=\"tve-u-1621ec0c5bd\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ec15f6e\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ec15f6e\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ec204df\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ec204df\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ec20f68\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ec20f68\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ec21a31\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ec21a31\"] > :first-child { color: rgb(137, 141, 167); }#tve_editor [data-css=\"tve-u-1621ec241aa\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ec2704c\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ec298ab\"] { font-size: 16px !important; }[data-css=\"tve-u-1621ec6c39b\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621ec6c39b\"] { float: none; max-width: 110px; z-index: 4; padding: 0px !important; margin: -60px auto 30px !important; }[data-css=\"tve-u-1621ec752da\"] { min-height: 110px; }[data-css=\"tve-u-1621ec78d2c\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621ec78d2c\"] { float: none; max-width: 110px; z-index: 4; padding: 0px !important; margin: -60px auto 30px !important; }[data-css=\"tve-u-1621ec79a7d\"] { min-height: 110px; }[data-css=\"tve-u-1621ec7f21a\"] { min-height: 160px; }[data-css=\"tve-u-1621f154231\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-1621f154231\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin: 0px 0px -1px !important; }[data-css=\"tve-u-1621f15b521\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-1621f15b521\"] { float: right; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin-top: -1px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621f4ceaf7\"] { color: rgb(15, 29, 123) !important; }[data-css=\"tve-u-1621fb65556\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-1621fb65556\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-1621fb65556\"] { min-height: inherit; margin-left: -20px; padding: 0px !important; }[data-css=\"tve-u-1621fb68b97\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-1621fb68b97\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-1621fb68b97\"] { min-height: inherit; margin-left: -30px; padding: 30px !important; }[data-css=\"tve-u-1621fbacc60\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621fbcad8c\"] { padding: 0px !important; }[data-css=\"tve-u-1621fc0ce17\"] { padding: 0px !important; margin-bottom: 15px !important; }[data-css=\"tve-u-1621fd84d7b\"] { min-height: 480px; }[data-css=\"tve-u-1621fd8766c\"] { min-height: 150px; }[data-css=\"tve-u-1621fd9c946\"] { padding: 0px 0px 20px !important; margin-top: 0px !important; margin-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-1621fe1587d\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1621fe1725e\"] strong { font-weight: 800; }#tve_editor [data-css=\"tve-u-1621fe1725e\"] { font-weight: 400; letter-spacing: 0px; color: rgb(255, 255, 255) !important; font-family: Poppins !important; font-size: 30px !important; }#tve_editor [data-css=\"tve-u-1621fe1a1af\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1621fe1bd18\"] strong { font-weight: 800; }#tve_editor [data-css=\"tve-u-1621fe1bd18\"] { font-weight: 400; letter-spacing: 0px; color: rgb(255, 255, 255) !important; font-family: Poppins !important; font-size: 30px !important; }[data-css=\"tve-u-16223b080b0\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-16223b080b0\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-16223f02c16\"] { min-height: 62px; }[data-css=\"tve-u-16223fe5f5b\"] { padding: 0px !important; }[data-css=\"tve-u-16224439be1\"] { padding: 0px !important; }#tve_editor [data-css=\"tve-u-1622444fb11\"] { letter-spacing: 1px; color: rgb(137, 141, 167) !important; font-size: 14px !important; }#tve_editor [data-css=\"tve-u-16228c764b2\"] { font-size: 18px !important; }[data-css=\"tve-u-16229f6175c\"] { border: none; margin: 80px 0px 0px !important; background-image: none !important; }[data-css=\"tve-u-16229fa6a26\"] { border: none; box-shadow: none; padding: 0px 30px 30px !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-16229fa8c68\"] { border: none; padding: 0px 30px 30px !important; background-image: none !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col > .tcb-col { min-height: 244px; }[data-css=\"tve-u-16229ffbb7b\"] { margin-left: -30px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16248fc42a1\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-16248fc42a1\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-16248fc71c8\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-16249355087\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-16249355087\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-16249358652\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-16249358652\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-1624935a201\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-1624935a201\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-16249367114\"] { border: none; margin: 30px 0px 0px !important; background-image: none !important; }[data-css=\"tve-u-16249373b25\"] { border: none; padding: 0px 30px 30px !important; background-image: linear-gradient(rgb(248, 249, 251), rgb(248, 249, 251)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1624939a960\"] { border: none; box-shadow: none; padding: 0px 30px 30px !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-162493a03b0\"] > .tcb-flex-col > .tcb-col { min-height: 244px; }[data-css=\"tve-u-162493a03b0\"] { margin-left: -30px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-162493a03b0\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-162493b6b63\"] { border: none; background-image: none !important; padding: 0px 30px 30px !important; background-color: rgb(248, 249, 251) !important; }#tve_editor [data-css=\"tve-u-162493d5f13\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-162493d5f13\"] { font-size: 30px; width: 30px; height: 30px; top: 0px; left: 0px; display: block; position: static; z-index: 8; border-bottom: 1px solid rgb(10, 93, 165); border-top: none; border-right: none; border-left: none; border-image: initial; margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-162494b490e\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-162494b7ad0\"] { padding: 0px !important; margin-top: 25px !important; margin-left: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-1625389a3d5\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-1625389a3d5\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-1625389b4ed\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-1625389b4ed\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-162539ac577\"] { max-width: 39%; }[data-css=\"tve-u-162539ac57d\"] { max-width: 61%; }#tve_editor [data-css=\"tve-u-162539c17ec\"] { font-size: 16px !important; color: rgba(12, 12, 12, 0.7) !important; }[data-css=\"tve-u-16260c39a7e\"] { float: none; max-width: 100%; border-left: 1px solid rgba(15, 29, 123, 0.7); border-right: 1px solid rgba(15, 29, 123, 0.7); margin: 0px auto !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-16260c433e9\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-Rosie.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16260c5ff07\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-16260c5ff07\"] { float: right; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin: -1px 0px 0px !important; }[data-css=\"tve-u-16260c5ff0c\"]::after { clear: both; }[data-css=\"tve-u-16260d01208\"] { max-width: 37%; }[data-css=\"tve-u-16260d0120e\"] { max-width: 63%; }[data-css=\"tve-u-16260d39b83\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-16260d39b83\"] { float: right; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin-top: -1px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-16260d3b97e\"]::after { clear: both; }[data-css=\"tve-u-16260d3f4aa\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16260d3f4aa\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-16260d3f4aa\"] { min-height: inherit; margin-left: -30px; padding: 30px !important; }[data-css=\"tve-u-16260d3f4af\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-16260d3f4af\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-16260d3f4af\"] { min-height: inherit; margin-left: -20px; padding: 0px !important; }[data-css=\"tve-u-16260d5e4b8\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-Shawn.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16260d73672\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-16260d73672\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin-top: 0px !important; margin-bottom: -1px !important; }[data-css=\"tve-u-16260d8392c\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16260d8392c\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-16260d8392c\"] { min-height: inherit; margin-left: -30px; padding: 30px !important; }[data-css=\"tve-u-16260d8396c\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-16260d8396c\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-16260d8396c\"] { min-height: inherit; margin-left: -20px; padding: 0px !important; }[data-css=\"tve-u-16260da3aa7\"] { float: none; max-width: 100%; border-left: 1px solid rgba(15, 29, 123, 0.7); border-right: 1px solid rgba(15, 29, 123, 0.7); margin: 0px auto !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-162717cb600\"] { max-width: 58.2%; }[data-css=\"tve-u-162717cb601\"] { max-width: 41.8%; }[data-css=\"tve-u-162717cb609\"]::after { clear: both; }[data-css=\"tve-u-162717cb60a\"] { padding-right: 50px !important; padding-bottom: 80px !important; padding-top: 20px !important; }[data-css=\"tve-u-162717cb60b\"]::after { clear: both; }[data-css=\"tve-u-162717cb60b\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-162717cb60f\"] { padding: 0px !important; margin-bottom: 25px !important; }[data-css=\"tve-u-162717cb610\"] { padding: 0px !important; margin-bottom: 35px !important; box-shadow: none !important; }#tve_editor [data-css=\"tve-u-162717cb616\"] { text-shadow: rgb(0, 0, 0) 2px 2px 2px; text-transform: none !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-162717cb617\"] { margin-left: 0px; padding: 0px !important; }[data-css=\"tve-u-162717cb618\"] { max-width: none; margin-top: 0px !important; }[data-css=\"tve-u-162717cb620\"] { clip-path: url(\"#clip-bottom-c883ac5175045\"); -webkit-clip-path: url(\"#clip-bottom-c883ac5175045\");  opacity: 1; filter: grayscale(0%) blur(0px); background-image: linear-gradient(rgba(0, 0, 0, 0.57), rgba(0, 0, 0, 0.57)), url(\"https://bestcerakoteflorida.com/wp-content/uploads/2018/05/FTYS6743.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, fixed !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-162717cb609\"] { max-width: 1200px; min-height: 630px !important; }[data-css=\"tve-u-162717cb621\"] { z-index: 1; padding: 125px 40px 0px !important; margin-top: -130px !important; }[data-css=\"tve-u-162717d1bb6\"] { border-right: 1px solid rgba(255, 255, 255, 0.2); }[data-css=\"tve-u-162717d1bb7\"] { max-width: 23.7%; }[data-css=\"tve-u-162717d1bb9\"] { max-width: 42.9%; }[data-css=\"tve-u-162717d1bbc\"] { border-left: none; padding: 0px !important; }[data-css=\"tve-u-162717d1bbe\"] { border-bottom: 1px solid rgba(255, 255, 255, 0.2); float: none; width: 100%; position: relative; z-index: 10; max-width: 1600px; margin: 0px auto !important; }[data-css=\"tve-u-162717d1bbf\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-162717d1bbf\"] > .tcb-flex-col { padding-left: 17px; }[data-css=\"tve-u-162717d1bbf\"] { margin-left: -17px; min-height: inherit; padding: 5px 0px 0px 40px !important; }#tve_editor [data-css=\"tve-u-162717d1bbe\"] p, #tve_editor [data-css=\"tve-u-162717d1bbe\"] li, #tve_editor [data-css=\"tve-u-162717d1bbe\"] blockquote, #tve_editor [data-css=\"tve-u-162717d1bbe\"] address { font-size: 16px; }#tve_editor [data-css=\"tve-u-16271adf6cf\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-16271adf6cf\"] { font-size: 30px; width: 30px; height: 30px; top: 22px; left: 20px; border-bottom: 1px solid rgb(10, 93, 165); margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1641367e553\"] > :first-child { color: rgba(15, 29, 123, 0.12); }[data-css=\"tve-u-1641367e553\"] { font-size: 60px; float: none; box-shadow: none; width: 60px; height: 60px; margin: -55px auto 60px !important; padding-right: 17px !important; }[data-css=\"tve-u-16416e4fafd\"] { box-shadow: rgba(0, 0, 0, 0.02) 0px 2px 22px 0px; background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16416e603ab\"] { box-shadow: rgba(0, 0, 0, 0.12) 0px 3px 44px 0px; background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-164179a84b8\"] > .tve-cb { display: block; }[data-css=\"tve-u-164179a84b8\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-164179bced9\"] { border-right: none; padding: 3px 0px 0px !important; position: static !important; }[data-css=\"tve-u-16417b4cb9e\"] { padding: 0px 0px 50px !important; }[data-css=\"tve-u-16417b62c09\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-16417b662bf\"] { margin-top: 0px !important; margin-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-16417e5bd95\"] > :first-child { color: rgb(255, 255, 255); }[data-css=\"tve-u-16417e5bd95\"] { z-index: 4; position: relative; float: left; font-size: 25px !important; width: 25px !important; height: 25px !important; margin: 3px 15px 0px 0px !important; padding-left: 0px !important; }[data-css=\"tve-u-1641c1af44d\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1641c1b01a6\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1641c1b0a67\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1641c1b12d8\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }#tve_editor [data-css=\"tve-u-1641c1b33f9\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-1641c1b33f9\"] { font-size: 30px; width: 30px; height: 30px; top: 22px; left: 20px; border-bottom: 1px solid rgb(10, 93, 165); margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1641c1b456a\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-1641c1b456a\"] { font-size: 30px; width: 30px; height: 30px; top: 22px; left: 20px; border-bottom: 1px solid rgb(10, 93, 165); margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1641c1b52d3\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-1641c1b52d3\"] { font-size: 30px; width: 30px; height: 30px; top: 22px; left: 20px; border-bottom: 1px solid rgb(10, 93, 165); margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1641c1b60b4\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-1641c1b60b4\"] { font-size: 30px; width: 30px; height: 30px; top: 22px; left: 20px; border-bottom: 1px solid rgb(10, 93, 165); margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }#tcb_landing_page .tcb-plain-text { color: rgb(0, 0, 0); font-family: Merriweather; font-weight: 400; }#tcb_landing_page .tcb-plain-text strong { font-weight: 700; }[data-css=\"tve-u-162717d1bbe\"] p { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-162717d1bbe\"] h3 { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-1695981e7bb\"] { max-width: 33.3545%; }[data-css=\"tve-u-16959822de2\"] { width: 291px; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-16959846d3d\"] { margin-top: 0px !important; }[data-css=\"tve-u-16959cd1e7a\"] { margin-top: 10px !important; }[data-css=\"tve-u-1695a3002e2\"] .tcb-button-link { border-radius: 4px; border-bottom: 4px solid rgb(117, 0, 23); border-top-color: rgb(198, 225, 224); border-right-color: rgb(198, 225, 224); border-left-color: rgb(198, 225, 224); background-image: none !important; background-color: rgb(143, 2, 32) !important; padding-right: 25px !important; }#tve_editor [data-css=\"tve-u-1695a3002e2\"]:hover .tcb-button-link { background-color: rgb(132, 1, 28) !important; }#tve_editor [data-css=\"tve-u-1695a36117b\"] { color: rgb(255, 255, 255) !important; font-size: 15px !important; text-transform: capitalize !important; letter-spacing: 3px; font-family: Merriweather !important; font-weight: 400 !important; }[data-css=\"tve-u-1695d995f33\"] { box-shadow: none; margin: 0px 20px -25px !important; }#tve_editor [data-css=\"tve-u-1695d9d652a\"]:hover input, #tve_editor [data-css=\"tve-u-1695d9d652a\"]:hover textarea { box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 9px -3px !important; }#tve_editor [data-css=\"tve-u-1695d9d6528\"]:hover input, #tve_editor [data-css=\"tve-u-1695d9d6528\"]:hover textarea { box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 9px -3px !important; }#tve_editor [data-css=\"tve-u-1695d9d6526\"]:hover input, #tve_editor [data-css=\"tve-u-1695d9d6526\"]:hover textarea { box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 9px -3px !important; }#tve_editor [data-css=\"tve-u-1695d9d6529\"] { font-family: \"Courier New\", Courier, monospace; font-weight: 700; font-size: 13px; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1695d9d6527\"] { font-family: \"Courier New\", Courier, monospace; font-weight: 700; font-size: 13px; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1695d9d6525\"] { font-family: \"Courier New\", Courier, monospace; font-weight: 700; font-size: 13px; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1695d9d652a\"] input, [data-css=\"tve-u-1695d9d652a\"] textarea { box-shadow: rgba(0, 0, 0, 0.25) 0px 2px 9px -6px; background-image: none !important; }[data-css=\"tve-u-1695d9d6528\"] input, [data-css=\"tve-u-1695d9d6528\"] textarea { box-shadow: rgba(0, 0, 0, 0.25) 0px 2px 9px -6px; background-image: none !important; }[data-css=\"tve-u-1695d9d6526\"] input, [data-css=\"tve-u-1695d9d6526\"] textarea { box-shadow: rgba(0, 0, 0, 0.25) 0px 2px 9px -6px; background-image: none !important; }[data-css=\"tve-u-1695d9d6529\"] { text-transform: capitalize; letter-spacing: 1px; font-weight: normal !important; }[data-css=\"tve-u-1695d9d6527\"] { text-transform: capitalize; letter-spacing: 1px; font-weight: normal !important; }[data-css=\"tve-u-1695d9d6525\"] { text-transform: capitalize; letter-spacing: 1px; font-weight: normal !important; }#tve_editor [data-css=\"tve-u-1695d9d652a\"] input, #tve_editor [data-css=\"tve-u-1695d9d652a\"] textarea { border-radius: 4px; overflow: hidden; border: 1px solid rgb(237, 240, 243); }#tve_editor [data-css=\"tve-u-1695d9d6528\"] input, #tve_editor [data-css=\"tve-u-1695d9d6528\"] textarea { border-radius: 4px; overflow: hidden; border: 1px solid rgb(237, 240, 243); }#tve_editor [data-css=\"tve-u-1695d9d6526\"] input, #tve_editor [data-css=\"tve-u-1695d9d6526\"] textarea { border-radius: 4px; overflow: hidden; border: 1px solid rgb(237, 240, 243); }[data-css=\"tve-u-1695dd04208\"] { margin-bottom: 10px !important; border-radius: 11px; overflow: hidden; }#tve_editor [data-css=\"tve-u-1695dd27f6a\"] button { border-radius: 8px; background-image: none !important; background-color: rgb(143, 2, 32) !important; border-color: rgb(131, 148, 139); padding: 10px !important; font-weight: 400 !important; font-family: \"Special Elite\"; text-transform: uppercase; font-size: 17px; }#tve_editor [data-css=\"tve-u-1695dd27f6a\"]:hover button { background-color: rgb(75, 105, 89) !important; border-color: rgb(1, 2, 2) rgb(0, 0, 0) rgb(1, 2, 2) rgb(1, 2, 2) !important; }#tve_editor [data-css=\"tve-u-1695dd27f6a\"] { max-width: 30%; width: 30%; }[data-css=\"tve-u-1695dd27f6a\"] { margin-left: auto !important; margin-right: auto !important; float: none; }[data-css=\"tve-u-1695dd484d7\"] { border-radius: 11px; overflow: hidden; margin-bottom: 10px !important; }#tve_editor .thrv-content-box [data-css=\"tve-u-1621ee37f4a\"] p, #tve_editor .thrv-content-box [data-css=\"tve-u-1621ee37f4a\"] li, #tve_editor .thrv-content-box [data-css=\"tve-u-1621ee37f4a\"] blockquote, #tve_editor .thrv-content-box [data-css=\"tve-u-1621ee37f4a\"] address, #tve_editor .thrv-content-box [data-css=\"tve-u-1621ee37f4a\"] .tcb-plain-text, #tve_editor .thrv-content-box [data-css=\"tve-u-1621ee37f4a\"] label, #tve_editor .thrv-content-box [data-css=\"tve-u-1621ee37f4a\"] h1, #tve_editor .thrv-content-box [data-css=\"tve-u-1621ee37f4a\"] h2, #tve_editor .thrv-content-box [data-css=\"tve-u-1621ee37f4a\"] h3, #tve_editor .thrv-content-box [data-css=\"tve-u-1621ee37f4a\"] h4, #tve_editor .thrv-content-box [data-css=\"tve-u-1621ee37f4a\"] h5, #tve_editor .thrv-content-box [data-css=\"tve-u-1621ee37f4a\"] h6 { color: rgb(255, 255, 255); }#tve_editor [data-css=\"tve-u-1695d9d6526\"] input, #tve_editor [data-css=\"tve-u-1695d9d6526\"] input::placeholder, #tve_editor [data-css=\"tve-u-1695d9d6526\"] textarea, #tve_editor [data-css=\"tve-u-1695d9d6526\"] textarea::placeholder { color: rgb(0, 0, 0); }#tve_editor [data-css=\"tve-u-1695d9d6528\"] input, #tve_editor [data-css=\"tve-u-1695d9d6528\"] input::placeholder, #tve_editor [data-css=\"tve-u-1695d9d6528\"] textarea, #tve_editor [data-css=\"tve-u-1695d9d6528\"] textarea::placeholder { color: rgb(0, 0, 0); }#tve_editor [data-css=\"tve-u-1695d9d652a\"] input, #tve_editor [data-css=\"tve-u-1695d9d652a\"] input::placeholder, #tve_editor [data-css=\"tve-u-1695d9d652a\"] textarea, #tve_editor [data-css=\"tve-u-1695d9d652a\"] textarea::placeholder { color: rgb(0, 0, 0); }#tve_editor [data-css=\"tve-u-1695de16011\"] { font-size: 16px !important; text-transform: capitalize !important; letter-spacing: 3px; }[data-css=\"tve-u-1695de16011\"] { line-height: 1.35em !important; }[data-css=\"tve-u-1695a36117b\"] { line-height: 1.35em !important; }[data-css=\"tve-u-16413112747\"] { line-height: 1.35em !important; }[data-css=\"tve-u-1695a36117b\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-16413112747\"] strong { font-weight: 700 !important; }}@media (max-width: 1023px){[data-css=\"tve-u-1621ebfa746\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621eb037bb\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621ec78d2c\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621ec6c39b\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621b064668\"] { max-width: 49%; }[data-css=\"tve-u-1621b064646\"] { max-width: 51%; }[data-css=\"tve-u-1621b3c74d9\"] { max-width: 100%; }[data-css=\"tve-u-1621f0b0088\"] { min-height: 100px !important; }[data-css=\"tve-u-1621ee3afec\"] > .tve-cb { display: block; }[data-css=\"tve-u-1621e7ceab3\"] > .tve-cb { display: block; }[data-css=\"tve-u-1621ea50702\"] { float: none; width: 100%; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621ae4fd21\"] > .tve-cb { display: block; }[data-css=\"tve-u-162717cb60f\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-162717cb610\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-16223dad661\"] { padding-top: 20px !important; }[data-css=\"tve-u-1641367127b\"] { float: none; font-size: 50px; width: 50px; height: 50px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1641367e553\"] { float: none; font-size: 50px; width: 50px; height: 50px; margin: -44px auto 40px !important; padding-right: 12px !important; }[data-css=\"tve-u-1621e7b695a\"] { margin-bottom: 50px !important; }[data-css=\"tve-u-1621ee37f4a\"] { min-height: 262px; }[data-css=\"tve-u-1621ada1e7f\"] { padding: 50px 30px 50px 0px !important; }[data-css=\"tve-u-1621b072b4e\"] { max-width: 100%; }[data-css=\"tve-u-1621a2247ba\"] { margin-bottom: 60px !important; }[data-css=\"tve-u-16229f6175c\"] { margin-top: 0px !important; }[data-css=\"tve-u-162717cb60b\"] { height: calc(100% - -85px); margin-top: -85px !important; }[data-css=\"tve-u-162717cb617\"] .tcb-flex-col { flex-basis: 560px !important; }#tcb_landing_page h5 { line-height: 1.3em; }#tcb_landing_page h6 { line-height: 1.4em; }#tcb_landing_page p, #tcb_landing_page li { line-height: 1.5em; }[data-css=\"tve-u-1628a146aef\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1628a12f675\"] { margin-bottom: 40px !important; }[data-css=\"tve-u-1628a10d3b4\"] { margin-bottom: 40px !important; }[data-css=\"tve-u-162718bd0c0\"] { clip-path: url(\"#clip-tablet-top-a3b25e1c9221a\"); -webkit-clip-path: url(\"#clip-tablet-top-a3b25e1c9221a\");  background-color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-162717cb621\"] { z-index: 6; padding-top: 60px !important; margin-top: -90px !important; }[data-css=\"tve-u-162718a3b40\"] { max-width: 100%; min-height: 1px !important; }[data-css=\"tve-u-16271adf6cf\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-162493d5f13\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-162717fcf9d\"] { margin-top: -40px !important; padding-top: 90px !important; padding-left: 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-16260d3f4af\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16260d3f4aa\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1621fb65556\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1621fb68b97\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16260d8396c\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16260d8392c\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16260d39b83\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-16260c5ff07\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-16260ba2fa4\"] { padding: 50px 40px !important; }[data-css=\"tve-u-16260be7104\"] { max-width: 100%; }[data-css=\"tve-u-1621ebbbb6d\"] { margin-top: -1px !important; }[data-css=\"tve-u-1621eaaedd8\"] { clip-path: url(\"#clip-tablet-bottom-a2b9cf3198d6f\"); -webkit-clip-path: url(\"#clip-tablet-bottom-a2b9cf3198d6f\");  }[data-css=\"tve-u-1621e7e9950\"] { margin-top: -1px !important; }[data-css=\"tve-u-16229fa8c68\"] { padding: 0px 20px 20px !important; }[data-css=\"tve-u-1622f65ba70\"] { padding: 0px 20px 20px !important; }[data-css=\"tve-u-16249373b25\"] { padding-left: 20px !important; padding-right: 20px !important; padding-bottom: 20px !important; }[data-css=\"tve-u-162493b6b63\"] { padding-left: 20px !important; padding-bottom: 20px !important; padding-right: 20px !important; }[data-css=\"tve-u-16249367114\"] { margin-top: 20px !important; }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-1624935a201\"] { line-height: 1.3em !important; }[data-css=\"tve-u-16249358652\"] { line-height: 1.3em !important; }[data-css=\"tve-u-16249355087\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1625389b4ed\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1625389a3d5\"] { line-height: 1.3em !important; }[data-css=\"tve-u-16248fc42a1\"] { line-height: 1.3em !important; }[data-css=\"tve-u-162493a03b0\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-162493a03b0\"] .tcb-flex-col { flex-basis: 145px !important; }[data-css=\"tve-u-1622a159bcb\"] { float: none; max-width: 85%; margin: 0px auto !important; padding-top: 0px !important; }[data-css=\"tve-u-16229fa6a26\"] { margin-bottom: 20px !important; padding: 0px 20px 20px !important; }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16229ffbb7b\"] { min-height: inherit; margin-left: -20px; }[data-css=\"tve-u-1621ad46076\"] { margin-bottom: 0px !important; margin-top: 0px !important; padding: 50px 40px !important; }#tve_editor [data-css=\"tve-u-1621b028939\"] .tcb-button-link { font-size: 18px; }[data-css=\"tve-u-16223f02c16\"] { min-height: 54px; }[data-css=\"tve-u-1621b01355a\"] { max-width: 304px; padding: 2px !important; }[data-css=\"tve-u-1620af7eb3f\"] { float: none; z-index: 3; position: relative; display: block; max-width: 300px; width: 300px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621afda4fa\"] { max-width: 100%; margin-bottom: 30px !important; }[data-css=\"tve-u-16224716d62\"]::after { clear: both; }[data-css=\"tve-u-1621f0aa8f7\"] { margin-top: 0px !important; }[data-css=\"tve-u-1621e7e6c1d\"] { min-height: 150px; }[data-css=\"tve-u-1621e7edfd9\"] { clip-path: url(\"#clip-tablet-bottom-10ffac3b28f1d\"); -webkit-clip-path: url(\"#clip-tablet-bottom-10ffac3b28f1d\");  }[data-css=\"tve-u-1621ebf340c\"] { float: none; width: 100%; padding: 0px !important; margin-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621e7d5094\"] { min-height: 455px; }[data-css=\"tve-u-1621adea58b\"] > .tcb-flex-col > .tcb-col { justify-content: center; }[data-css=\"tve-u-16223dad661\"]::after { clear: both; }[data-css=\"tve-u-1621e8107f3\"] { float: none; margin-left: auto !important; margin-right: auto !important; margin-bottom: 20px !important; }[data-css=\"tve-u-16223b080b0\"] { float: none; margin-left: auto !important; margin-right: auto !important; margin-top: -1px !important; }[data-css=\"tve-u-1621eb3eb9f\"] { clip-path: url(\"#clip-tablet-bottom-ac98bb0e54b3b\"); -webkit-clip-path: url(\"#clip-tablet-bottom-ac98bb0e54b3b\");  }[data-css=\"tve-u-1621fe78878\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1621fe78878\"] { min-height: inherit; }#tve_editor [data-css=\"tve-u-1621e92e97f\"] { font-size: 22px !important; }#tve_editor [data-css=\"tve-u-1621e942b65\"] { letter-spacing: 0px; font-size: 1.5em !important; }#tve_editor [data-css=\"tve-u-1621fe1bd18\"] { letter-spacing: 0px; font-size: 1.5em !important; }#tve_editor [data-css=\"tve-u-1621fe1a1af\"] { font-size: 22px !important; }#tve_editor [data-css=\"tve-u-1621fe1725e\"] { letter-spacing: 0px; font-size: 1.5em !important; }#tve_editor [data-css=\"tve-u-1621fe1587d\"] { font-size: 22px !important; }[data-css=\"tve-u-1621ef118dc\"] { position: relative; top: 0px; left: 0px; width: 51%; margin-left: auto !important; margin-right: auto !important; float: none; }[data-css=\"tve-u-1621ee3afec\"] { padding: 25px 10px 5px !important; }[data-css=\"tve-u-1621ee63e1c\"] { max-width: none; margin-bottom: 5px !important; }[data-css=\"tve-u-1621ee74a24\"] { top: 0px; right: 0px; font-size: 45px; width: 45px; height: 45px; float: none; padding-left: 0px !important; margin: 0px auto !important; }[data-css=\"tve-u-1621ee18a1c\"] { margin-top: 40px !important; margin-left: 20px !important; margin-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-1621fdcb4ea\"] { letter-spacing: 1px; font-size: 1.5em !important; }[data-css=\"tve-u-1621ec7f21a\"] { min-height: 150px; }[data-css=\"tve-u-1621eacf6af\"] { float: none; max-width: 230px; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621fd9c946\"] { max-width: 380px; float: none; width: 100%; margin: 0px auto !important; padding-left: 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-1621eb81205\"] { margin-top: 0px !important; }[data-css=\"tve-u-1621eb7ccb0\"] { min-height: 455px; }[data-css=\"tve-u-1621fd8766c\"] { min-height: 150px; }[data-css=\"tve-u-1621fd84d7b\"] { min-height: 430px; }[data-css=\"tve-u-1621e7c7aa1\"] .tcb-flex-col { flex-basis: 300px !important; }#tve_editor [data-css=\"tve-u-1621e7a7350\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621e7c899a\"] { float: none; max-width: 100%; margin-left: auto !important; margin-right: auto !important; margin-top: 0px !important; }[data-css=\"tve-u-1621e7c7aa1\"] { margin-left: -20px; flex-direction: row; }[data-css=\"tve-u-1621e7c7aa1\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-1621b3c8c52\"] { padding: 50px 40px !important; }[data-css=\"tve-u-1621fc0ce17\"] { margin-top: 10px !important; margin-bottom: 7px !important; }[data-css=\"tve-u-1621fbcad8c\"] { padding-left: 0px !important; padding-right: 30px !important; }[data-css=\"tve-u-1621fbacc60\"] { max-width: 177px; }[data-css=\"tve-u-1621fb68b97\"] { margin-left: -15px; min-height: inherit; padding: 20px !important; }[data-css=\"tve-u-1621fb68b97\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-1621fb65556\"] { margin-left: -15px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-1621fb65556\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-1621b200375\"] { float: none; max-width: 100%; margin: 0px auto !important; }[data-css=\"tve-u-1621b0e4fb7\"] { max-width: 100%; float: none; z-index: 3; position: relative; margin-right: auto !important; margin-left: auto !important; margin-bottom: 20px !important; }#tve_editor [data-css=\"tve-u-1621b10fccf\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621ae0bec7\"] { background-image: none !important; margin-top: 0px !important; }[data-css=\"tve-u-1621ae6c8da\"] { clip-path: url(\"#clip-tablet-top-aa2c3e3c70555\"); -webkit-clip-path: url(\"#clip-tablet-top-aa2c3e3c70555\");  }[data-css=\"tve-u-1621adba9ef\"] { clip-path: url(\"#clip-tablet-top-52d5a36c151aa\"); -webkit-clip-path: url(\"#clip-tablet-top-52d5a36c151aa\");  }[data-css=\"tve-u-1621ad420c4\"] { max-width: 100%; min-height: 1px !important; }[data-css=\"tve-u-1621f45bed3\"] { padding: 0px !important; }[data-css=\"tve-u-1621ae4fd21\"] { max-width: 100%; left: 0px; top: 0px; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621ae4db6e\"] { min-height: 300px; }#tve_editor [data-css=\"tve-u-1621afd8c98\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621afcc0bf\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621afceb00\"] { max-width: 100%; margin-bottom: 30px !important; }[data-css=\"tve-u-1621a98b602\"] { stroke-dasharray: 534.071, 534.071; }[data-css=\"tve-u-1621a9750ae\"] { font-size: 14.45px !important; line-height: 14.45px !important; }[data-css=\"tve-u-1621a9a2867\"] { font-size: 51px !important; line-height: 51px !important; }[data-css=\"tve-u-1621a9a2866\"] { margin-top: 42.5px !important; }[data-css=\"tve-u-1621a96b190\"] { width: 153px !important; height: 153px !important; top: 8.5px !important; bottom: 8.5px !important; left: 8.5px !important; right: 8.5px !important; }[data-css=\"tve-u-1621a9685d4\"] { stroke-width: 18px !important; }[data-css=\"tve-u-1621a9a2862\"] { width: 170px !important; height: 170px !important; }[data-css=\"tve-u-1621a983587\"] { float: none; border: 20px solid rgba(137, 141, 167, 0.24); margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621a8b2488\"] { float: none; max-width: 100%; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621a8a804b\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1621a8a804b\"] { margin-left: -24px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-1621a8a804b\"] > .tcb-flex-col { padding-left: 24px; }#tve_editor [data-css=\"tve-u-1621a2e0d5b\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621b028939\"] { position: relative; float: left; z-index: 3; display: block; max-width: 300px; width: 300px; margin-top: 15px !important; }[data-css=\"tve-u-1621adea58b\"] { margin-left: -30px; }[data-css=\"tve-u-1621adea58b\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-1621ade6172\"] { max-width: 100%; position: static; }#tve_editor [data-css=\"tve-u-16248fc42a1\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-16249355087\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-16249358652\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-1624935a201\"] { font-size: 18px !important; }[data-css=\"tve-u-1624939a960\"] { margin-bottom: 0px !important; padding-bottom: 20px !important; padding-left: 20px !important; padding-right: 20px !important; }[data-css=\"tve-u-162493a03b0\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-162493a03b0\"] { min-height: inherit; margin-left: -20px; }#tve_editor [data-css=\"tve-u-1625389a3d5\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-1625389b4ed\"] { font-size: 18px !important; }[data-css=\"tve-u-16260c39a7e\"] { float: none; max-width: 100%; margin: 0px auto !important; }[data-css=\"tve-u-16260d3f4aa\"] { margin-left: -15px; min-height: inherit; padding: 20px !important; }[data-css=\"tve-u-16260d3f4aa\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-16260d3f4af\"] { margin-left: -15px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-16260d3f4af\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-16260d8392c\"] { margin-left: -15px; min-height: inherit; padding: 20px !important; }[data-css=\"tve-u-16260d8392c\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-16260d8396c\"] { margin-left: -15px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-16260d8396c\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-16260da3aa7\"] { float: none; max-width: 100%; margin: 0px !important; }[data-css=\"tve-u-162717cb609\"] { max-width: 100%; min-height: 1px !important; }[data-css=\"tve-u-162717cb60a\"] { padding: 0px !important; }[data-css=\"tve-u-162717cb618\"] { float: none; max-width: 100%; margin-top: 60px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-162717cb620\"] { clip-path: url(\"#clip-tablet-bottom-c883ac5175045\"); -webkit-clip-path: url(\"#clip-tablet-bottom-c883ac5175045\");  background-attachment: scroll, fixed !important; background-image: linear-gradient(rgba(0, 0, 0, 0.46), rgba(0, 0, 0, 0.46)), url(\"https://bestcerakoteflorida.com/wp-content/uploads/2018/05/FTYS6743.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-162717d1bbf\"] { margin-left: 0px; padding: 25px 25px 0px !important; }[data-css=\"tve-u-162717d1bbf\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-162717d1bb7\"] { max-width: 51.3%; }[data-css=\"tve-u-162717d1bb9\"] { max-width: 15.3%; }[data-css=\"tve-u-162717d1bb6\"] { padding-left: 0px !important; }[data-css=\"tve-u-162717d1bbc\"] { border-left: none; border-right: none; padding-left: 30px !important; padding-bottom: 10px !important; }[data-css=\"tve-u-162717d1bbe\"] { max-width: 100%; margin-left: 0px !important; margin-right: 30px !important; }[data-css=\"tve-u-164179bced9\"] { border-right: none; padding-left: 30px !important; padding-right: 0px !important; }[data-css=\"tve-u-16417b62c09\"] { max-width: 177px; }[data-css=\"tve-u-16417b662bf\"] { max-width: 177px; }[data-css=\"tve-u-16417e5bd95\"] { font-size: 14px; width: 14px; height: 14px; margin-bottom: -14px !important; margin-left: 0px !important; }[data-css=\"tve-u-1641c1b33f9\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-1641c1b456a\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-1641c1b52d3\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-1641c1b60b4\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-16959822de2\"] { margin-right: 1px !important; padding-right: 10px !important; padding-top: 10px !important; }[data-css=\"tve-u-16959cd1e7a\"] { margin-top: 30px !important; margin-bottom: 10px !important; }[data-css=\"tve-u-1695a3002e2\"] { margin-top: 15px !important; }[data-css=\"tve-u-1695d995f33\"] { margin-top: 40px !important; margin-left: 20px !important; margin-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-1695dd27f6a\"] { max-width: 60%; width: 60%; }[data-css=\"tve-u-16413112747\"] { line-height: 1.3em !important; }}@media (max-width: 767px){[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-16417e9d24e\"]::after { clear: both; }[data-css=\"tve-u-16417b70f47\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 0px !important; }[data-css=\"tve-u-1621e819c52\"] { min-height: 100px; }[data-css=\"tve-u-1621e8107f3\"] { max-width: 100px; }[data-css=\"tve-u-1621fd8766c\"] { min-height: 144px; }[data-css=\"tve-u-1621ec79a7d\"] { min-height: 100px; }[data-css=\"tve-u-1621ec78d2c\"] { max-width: 100px; }[data-css=\"tve-u-1621ec7f21a\"] { min-height: 144px; }[data-css=\"tve-u-1621e7e6c1d\"] { min-height: 144px; }[data-css=\"tve-u-16417b4cb9e\"] { padding-bottom: 30px !important; }[data-css=\"tve-u-1621ec752da\"] { min-height: 100px; }[data-css=\"tve-u-1621ec6c39b\"] { max-width: 100px; }[data-css=\"tve-u-1621fd84d7b\"] { min-height: 430px; }[data-css=\"tve-u-1621e7c7aa1\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16223dad661\"] { padding-top: 0px !important; }[data-css=\"tve-u-1621b3c74d9\"] { max-width: 100%; }[data-css=\"tve-u-1621eb81205\"] { max-width: 100%; margin-bottom: 20px !important; }[data-css=\"tve-u-1621e7ceab3\"] { max-width: 100%; margin-bottom: 20px !important; }[data-css=\"tve-u-1621f0b0088\"] { min-height: 120px !important; }[data-css=\"tve-u-1621f0da775\"] { float: none; width: 100%; max-width: 280px; margin: 0px auto 20px !important; }[data-css=\"tve-u-1621ee37f4a\"] { min-height: 260px; }[data-css=\"tve-u-1621ee3afec\"] > .tve-cb { display: flex; justify-content: center; flex-direction: column; }[data-css=\"tve-u-1621ee63e1c\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1641367127b\"] { font-size: 30px; width: 30px; height: 30px; }[data-css=\"tve-u-1641367e553\"] { float: none; font-size: 30px; width: 30px; height: 30px; margin: -30px auto 30px !important; padding-right: 10px !important; }[data-css=\"tve-u-1621ada1e7f\"] { padding: 0px !important; }[data-css=\"tve-u-162717cb617\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-162717cb617\"] { min-height: inherit; }[data-css=\"tve-u-16229fa6a26\"] { height: calc(100% - 21px); margin-bottom: 0px !important; margin-top: 21px !important; }[data-css=\"tve-u-1624939a960\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-162493a03b0\"] .tcb-flex-col { flex-basis: 400px !important; }[data-css=\"tve-u-1621a2247ba\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-162717cb60f\"] { margin-bottom: 25px !important; }[data-css=\"tve-u-162717d1bbf\"] .tcb-flex-col { flex-basis: 225px !important; }[data-css=\"tve-u-1621ee3afec\"] { max-width: 100%; padding: 10px !important; position: static !important; }#tve_editor [data-css=\"tve-u-1641333d7d1\"] { font-size: 14px !important; }[data-css=\"tve-u-162717cb60b\"] { margin-top: 0px !important; }[data-css=\"tve-u-162717cb621\"] { z-index: 2; padding-left: 20px !important; padding-right: 20px !important; margin-top: -160px !important; padding-top: 35px !important; }[data-css=\"tve-u-162717cb617\"] .tcb-flex-col { flex-basis: 435px !important; }[data-css=\"tve-u-16369305186\"] { float: none; width: 100%; max-width: 279px; z-index: 3; position: relative; margin: 0px auto !important; }#tcb_landing_page h6 { line-height: 1.4em; }#tcb_landing_page h5 { line-height: 1.3em; }#tcb_landing_page p, #tcb_landing_page li { font-size: 14px; }#tcb_landing_page h2 { font-size: 28px; }#tcb_landing_page h1 { font-size: 35px; }[data-css=\"tve-u-16260ba2fa4\"] { padding-bottom: 40px !important; padding-left: 20px !important; padding-right: 20px !important; }[data-css=\"tve-u-1628a10d3b4\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-1628a12f675\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-162717cb610\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-16271bfe70c\"] { padding: 0px !important; }[data-css=\"tve-u-162717fcf9d\"] { z-index: 1; margin-top: 0px !important; padding-top: 75px !important; padding-left: 20px !important; padding-right: 20px !important; border: none; }[data-css=\"tve-u-162718bd0c0\"] { clip-path: url(\"#clip-mobile-top-a3b25e1c9221a\"); -webkit-clip-path: url(\"#clip-mobile-top-a3b25e1c9221a\");  }[data-css=\"tve-u-1621eb3eb9f\"] { clip-path: url(\"#clip-mobile-bottom-ac98bb0e54b3b\"); -webkit-clip-path: url(\"#clip-mobile-bottom-ac98bb0e54b3b\");  }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col > .tcb-col { min-height: 155px; }[data-css=\"tve-u-16229ffbb7b\"] { min-height: inherit; margin-left: 0px; }[data-css=\"tve-u-16229fa8c68\"] { height: calc(100% - 28px); margin-bottom: 0px !important; margin-top: 20px !important; }[data-css=\"tve-u-1622f65ba70\"] { height: calc(100% - 20px); margin-bottom: 0px !important; margin-top: 20px !important; }[data-css=\"tve-u-16229f6175c\"] { margin-top: 0px !important; }[data-css=\"tve-u-1622a159bcb\"] { float: none; max-width: 100%; margin-left: auto !important; margin-right: auto !important; padding-top: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-16229ae62a7\"] { border-right: none; }#tve_editor [data-css=\"tve-u-16228c764b2\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-16228c75500\"] { font-size: 18px !important; }[data-css=\"tve-u-1621fb65556\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-1621a983587\"] { border: 20px solid rgba(137, 141, 167, 0.32); }[data-css=\"tve-u-1621ee74a24\"] { float: none; margin-left: auto !important; margin-right: auto !important; margin-bottom: 10px !important; }[data-css=\"tve-u-1621afda4fa\"] { max-width: 100%; margin-bottom: 20px !important; }[data-css=\"tve-u-16223f02c16\"] { min-height: 54px; }[data-css=\"tve-u-1621f0aa8f7\"] { margin-top: 0px !important; }#tve_editor [data-css=\"tve-u-1622444fb11\"] { letter-spacing: 0px; }[data-css=\"tve-u-16224439be1\"] { padding: 0px !important; }[data-css=\"tve-u-1621fb68b97\"] { padding: 0px !important; }[data-css=\"tve-u-1621afceb00\"] { max-width: 100%; margin-bottom: 30px !important; }[data-css=\"tve-u-1621b0e4fb7\"] { float: none; margin-right: auto !important; margin-bottom: 30px !important; padding-left: 0px !important; margin-left: auto !important; }[data-css=\"tve-u-1621ebf340c\"] { padding-bottom: 40px !important; }[data-css=\"tve-u-1621ea50702\"] { float: none; width: 100%; padding: 0px !important; margin-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621e7d5094\"] { min-height: 430px; }[data-css=\"tve-u-1621eb7ccb0\"] { min-height: 430px; }[data-css=\"tve-u-1621ee03000\"] { flex-direction: column; }[data-css=\"tve-u-16223fe5f5b\"] { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621f0d2c1a\"] { margin-left: 25px !important; margin-right: 25px !important; }[data-css=\"tve-u-1621ee18a1c\"] { margin: 0px 20px 20px 0px !important; }[data-css=\"tve-u-1621ef118dc\"] { top: 0px; width: 154px; position: relative; float: none; z-index: 5; left: 0px; margin: 5px auto 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-1621fd9c946\"] { max-width: 100%; margin-top: 0px !important; margin-left: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-16223fc9f23\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-1621e7c899a\"] { max-width: none; float: none; margin-top: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621b3c8c52\"] { padding: 40px 20px !important; }[data-css=\"tve-u-1621fbcad8c\"] { padding: 20px !important; }[data-css=\"tve-u-1621fb65556\"] { margin-left: 0px; padding: 0px !important; }[data-css=\"tve-u-1621fbacc60\"] { max-width: 126px; float: none; margin-left: auto !important; margin-right: auto !important; margin-top: 20px !important; }[data-css=\"tve-u-1621b200375\"] { float: none; margin-top: 0px !important; margin-left: auto !important; margin-right: auto !important; }#tve_editor [data-css=\"tve-u-1621b10fccf\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621b028939\"] { display: block; max-width: 100%; width: 100%; float: none; min-width: 100%; margin-left: auto !important; margin-right: auto !important; margin-top: 0px !important; }[data-css=\"tve-u-1621ae4db6e\"] { min-height: 270px; }[data-css=\"tve-u-1621ae6c8da\"] { clip-path: url(\"#clip-mobile-top-aa2c3e3c70555\"); -webkit-clip-path: url(\"#clip-mobile-top-aa2c3e3c70555\");  }[data-css=\"tve-u-1621adba9ef\"] { clip-path: url(\"#clip-mobile-top-52d5a36c151aa\"); -webkit-clip-path: url(\"#clip-mobile-top-52d5a36c151aa\");  }[data-css=\"tve-u-16223f02c16\"]::after { clear: both; }[data-css=\"tve-u-1621b01355a\"] { max-width: 100%; float: none; margin-left: auto !important; margin-right: auto !important; margin-bottom: 15px !important; }[data-css=\"tve-u-1620af7eb3f\"] { float: none; display: block; max-width: 100%; width: 100%; min-width: 100%; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621ae0bec7\"]::after { clear: both; }[data-css=\"tve-u-1621f45bed3\"] { padding: 40px 20px 0px !important; }[data-css=\"tve-u-1621ad46076\"] { margin: 0px !important; padding: 30px 20px !important; }[data-css=\"tve-u-1621adea58b\"] { flex-flow: row-reverse wrap-reverse !important; }[data-css=\"tve-u-1621ae4fd21\"] { margin-top: 0px !important; position: static !important; }[data-css=\"tve-u-1621a8b2488\"] { float: none; max-width: 100%; margin-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621a8a804b\"] { padding-left: 0px !important; padding-right: 0px !important; }#tve_editor [data-css=\"tve-u-1621a2e0d5b\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621e7c7aa1\"] { flex-direction: column; min-height: inherit; }[data-css=\"tve-u-16249367114\"] { margin-top: 0px !important; }[data-css=\"tve-u-16249373b25\"] { height: calc(100% - 20px); margin-bottom: 0px !important; background-image: linear-gradient(rgb(248, 249, 251), rgb(248, 249, 251)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; margin-top: 20px !important; }[data-css=\"tve-u-162493a03b0\"] > .tcb-flex-col > .tcb-col { min-height: 155px; }[data-css=\"tve-u-162493a03b0\"] { min-height: inherit; }[data-css=\"tve-u-162493b6b63\"] { height: calc(100% - 20px); margin-bottom: 0px !important; margin-top: 20px !important; }[data-css=\"tve-u-16260c39a7e\"] { float: none; margin-top: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-16260d3f4aa\"] { padding: 0px !important; }[data-css=\"tve-u-16260d3f4af\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-16260d3f4af\"] { margin-left: 0px; padding: 0px !important; }[data-css=\"tve-u-16260d8392c\"] { padding: 0px !important; }[data-css=\"tve-u-16260d8396c\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-16260d8396c\"] { margin-left: 0px; padding: 0px !important; }[data-css=\"tve-u-16260da3aa7\"] { float: none; margin-top: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-162717cb618\"] { margin: 140px 0px 0px !important; }[data-css=\"tve-u-162717cb620\"] { clip-path: url(\"#clip-mobile-bottom-c883ac5175045\"); -webkit-clip-path: url(\"#clip-mobile-bottom-c883ac5175045\");  opacity: 1; filter: grayscale(0%) blur(0px); background-image: linear-gradient(rgba(0, 0, 0, 0.51), rgba(0, 0, 0, 0.51)), url(\"https://bestcerakoteflorida.com/wp-content/uploads/2018/05/FTYS6743.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-162717cb60a\"] { padding: 0px !important; }#tve_editor [data-css=\"tve-u-162717cb616\"] { font-size: 27px !important; }[data-css=\"tve-u-162717d1bbf\"] > .tcb-flex-col { padding-left: 18px; }[data-css=\"tve-u-162717d1bbf\"] { margin-left: -18px; padding: 10px !important; flex-flow: row wrap !important; }[data-css=\"tve-u-162717d1bbe\"] { border-bottom: 1px solid rgba(255, 255, 255, 0.2); border-right: none; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-162717d1bbc\"] { border: none; padding-left: 0px !important; padding-right: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-162717d1bb6\"] { border: none; padding-top: 0px !important; padding-left: 0px !important; margin-bottom: 1px !important; margin-top: -5px !important; padding-bottom: 10px !important; }[data-css=\"tve-u-164179a84b8\"] { float: none; width: 100%; max-width: 155px; z-index: 3; position: relative; margin-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-164179bced9\"] { border-right: none; position: relative; max-width: 250px; float: none; padding-left: 0px !important; padding-right: 0px !important; margin-top: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-16417b62c09\"] { max-width: 126px; float: none; margin-left: auto !important; margin-right: auto !important; margin-top: 20px !important; }[data-css=\"tve-u-16417b662bf\"] { max-width: 126px; float: none; margin-left: auto !important; margin-right: auto !important; margin-top: 20px !important; }[data-css=\"tve-u-16417e5bd95\"] { margin: 3px 10px 0px 0px !important; }#tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] p, #tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] li, #tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] blockquote, #tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] address, #tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] .tcb-plain-text, #tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] label { font-size: 18px; }[data-css=\"tve-u-16959822de2\"] { float: none; padding-top: 10px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621ee58e74\"] { border-right: none !important; }[data-css=\"tve-u-1695d995f33\"] { margin: 0px 20px 20px 0px !important; }}'),(7090,585,'tve_revision_tve_user_custom_css',''),(7091,585,'tve_revision_tve_page_events','a:0:{}'),(7092,585,'tve_revision_tve_globals','a:2:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";s:8:\"font_cls\";a:0:{}}'),(7093,585,'tve_revision_tve_global_scripts',''),(7094,585,'tve_revision_thrive_icon_pack','0'),(7095,585,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(7096,585,'tve_revision_tve_has_masonry','0'),(7097,585,'tve_revision_tve_has_typefocus','0'),(7098,585,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-162717d1bbe\" wfd-id=\"498\"><div class=\"tcb-flex-row tcb-medium-no-wrap v-2 tcb--cols--3 m-edit tcb-mobile-wrap tcb-resized\" data-css=\"tve-u-162717d1bbf\" wfd-id=\"499\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1695981e7bb\" wfd-id=\"518\"><div class=\"tcb-col\" data-css=\"tve-u-16959846d3d\" wfd-id=\"520\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16959822de2\" wfd-id=\"521\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"522\"><img class=\"tve_image wp-image-465\" alt=\"\" width=\"384\" height=\"62\" title=\"Blackhawk_custom_header\" data-id=\"465\" src=\"https://bestcerakoteflorida.com/wp-content/uploads/2019/01/Blackhawk_custom_header.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717d1bb9\" style=\"\" wfd-id=\"511\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717d1bb6\" wfd-id=\"513\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-164179a84b8\" wfd-id=\"514\">\n<div class=\"tve-content-box-background\" wfd-id=\"517\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"515\"><div class=\"tcb-clear\" wfd-id=\"516\"></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717d1bb7\" style=\"\" wfd-id=\"500\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717d1bbc\" wfd-id=\"502\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16369305186\" wfd-id=\"503\">\n<div class=\"tve-content-box-background\" wfd-id=\"510\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16417e9d24e\" wfd-id=\"504\"><div class=\"tcb-clear\" wfd-id=\"508\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-16417e5bd95\" data-float=\"1\" wfd-id=\"509\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-envelope-regular\" data-name=\"\">\n            <path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path>\n        </svg></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-164179bced9\" wfd-id=\"505\"><p data-css=\"tve-u-1641333d7d1\"><a href=\"mailto:info@bestcerkoteflorida.com\" target=\"_blank\">info@bestcerakoteflorida.com</a></p></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-162717cb621\" data-value-type=\"percent\" wfd-id=\"465\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-162717cb620\" data-clip-id=\"c883ac5175045\" wfd-id=\"497\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-c883ac5175045\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"6\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.8949, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-c883ac5175045\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9476, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-c883ac5175045\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9651, 1 1, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-162717cb609\" wfd-id=\"466\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-162717cb618\" wfd-id=\"467\"><div class=\"tcb-flex-row tcb-medium-wrap tcb-resized v-2 tcb--cols--2\" data-css=\"tve-u-162717cb617\" wfd-id=\"468\"><div class=\"tcb-flex-col\" data-css=\"tve-u-162717cb601\" style=\"\" wfd-id=\"484\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717cb60a\" wfd-id=\"486\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h1\" data-css=\"tve-u-162717cb610\" wfd-id=\"492\"><h1 data-css=\"tve-u-162717cb616\" style=\"text-align: center;\">&nbsp;<strong>â€‹</strong><strong>Protect What\'s Important To You! With The Toughest Ceramic Finish In The World!</strong></h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162717cb60f\" wfd-id=\"487\"><h2 class=\"\" data-css=\"tve-u-1695a36117b\" style=\"text-align: center;\"><strong>Heat, Water, Salt and Sand just some of the conditions you face. And any one of them is just waiting, to get a hold of your firearm and leave it a pile of rusted, pitted junk.</strong></h2><h2 class=\"\" data-css=\"tve-u-16413112747\" style=\"text-align: center;\"><strong>Unfortunately, there wasn\'t much you could do other than keep cleaning and lubricating your firearms...till NOW!</strong></h2></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717cb600\" style=\"\" wfd-id=\"469\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717cb60b\" wfd-id=\"471\"><div class=\"thrv_responsive_video thrv_wrapper rv_style_lifted_style2\" data-type=\"youtube\" data-rel=\"0\" data-url=\"https://www.youtube.com/watch?v=a1nyu9ZJiEk\" data-css=\"tve-u-16959cd1e7a\" data-modestbranding=\"1\" wfd-id=\"481\">\n	\n\n	<div class=\"tve_responsive_video_container\" wfd-id=\"482\">\n		<div class=\"video_overlay\" wfd-id=\"483\"></div>\n	<iframe data-code=\"TEOqV1Q16lU\" data-provider=\"youtube\" src=\"https://www.youtube.com/embed/TEOqV1Q16lU?rel=0&amp;modestbranding=1&amp;controls=1&amp;showinfo=1&amp;fs=1&amp;wmode=transparent\" data-src=\"https://www.youtube.com/embed/TEOqV1Q16lU?rel=0&amp;modestbranding=1&amp;controls=1&amp;showinfo=1&amp;fs=1&amp;wmode=transparent\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\n</div><div class=\"thrv_wrapper thrv-button tcb-with-icon\" data-css=\"tve-u-1695a3002e2\" data-tcb_hover_state_parent=\"\" data-button-style=\"border_1\" wfd-id=\"472\">\n	<a href=\"tel:1-954-848-1911\" class=\"tcb-button-link\" target=\"_blank\" rel=\"\"><span class=\"tcb-button-icon\" wfd-id=\"479\">\n	<div class=\"thrv_wrapper thrv_icon tve_no_drag tve_no_icons tcb-icon-inherit-style tcb-icon-display\" wfd-id=\"480\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-phone-plus-light\" data-name=\"\">\n            <path d=\"M8 128h88v88c0 4.4 3.6 8 8 8h16c4.4 0 8-3.6 8-8v-88h88c4.4 0 8-3.6 8-8v-16c0-4.4-3.6-8-8-8h-88V8c0-4.4-3.6-8-8-8h-16c-4.4 0-8 3.6-8 8v88H8c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8zM487.8 24.1L387 .8c-14.7-3.4-29.8 4.2-35.8 18.1l-46.5 108.5c-5.5 12.7-1.8 27.7 8.9 36.5l53.9 44.1c-34 69.2-90.3 125.6-159.6 159.6l-44.1-53.9c-8.8-10.7-23.8-14.4-36.5-8.9L18.9 351.3c-13.9 6-21.5 21-18.1 35.8L24 487.9C27.3 502 39.9 512 54.5 512 306.7 512 512 307.8 512 54.5c0-14.6-10-27.2-24.2-30.4zM55.1 480l-23-99.6 107.4-46 59.5 72.8c103.6-48.6 159.7-104.9 208.1-208.1l-72.8-59.5 46-107.4 99.6 23C479.7 289.7 289.6 479.7 55.1 480z\"></path>\n        </svg></div>\n</span>\n\n		<span class=\"tcb-button-texts\" wfd-id=\"473\"><span class=\"tcb-button-text thrv-inline-text\" wfd-id=\"474\">CALL NOW</span></span>\n	</a>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-162717fcf9d\" data-value-type=\"percent\" wfd-id=\"384\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-162718bd0c0\" data-clip-id=\"a3b25e1c9221a\" wfd-id=\"464\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0875\"></polygon></clipPath><clipPath id=\"clip-tablet-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"6\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.1051\"></polygon></clipPath><clipPath id=\"clip-mobile-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"1\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0175\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-162718a3b40\" wfd-id=\"385\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622a159bcb\" wfd-id=\"386\">\n<div class=\"tve-content-box-background\" wfd-id=\"463\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"387\"><div class=\"thrv_wrapper thrv-columns\" wfd-id=\"449\"><div class=\"tcb-flex-row tcb--cols--2\" wfd-id=\"450\"><div class=\"tcb-flex-col\" wfd-id=\"457\"><div class=\"tcb-col\" wfd-id=\"459\"><div class=\"thrv_wrapper thrv_text_element\" wfd-id=\"460\"><p>Enter your text here...</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"451\"><div class=\"tcb-col\" wfd-id=\"453\"><div class=\"thrv_wrapper thrv_text_element\" wfd-id=\"454\"><p>Enter your text here...</p></div></div></div></div></div><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621a2247ba\" wfd-id=\"442\"><h2 data-css=\"tve-u-1621a2e0d5b\">our services</h2></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16229f6175c\" wfd-id=\"417\"><div class=\"tcb-flex-row tcb-medium-no-wrap tcb--cols--3 v-2\" data-css=\"tve-u-162493a03b0\" wfd-id=\"418\"><div class=\"tcb-flex-col\" wfd-id=\"433\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1624939a960\" data-tcb_hover_state_parent=\"\" wfd-id=\"435\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-162493d5f13\" data-float=\"1\" wfd-id=\"441\"><svg class=\"tcb-icon\" viewBox=\"0 0 14 28\" data-name=\"bolt\">\n<path d=\"M13.828 8.844c0.172 0.187 0.219 0.453 0.109 0.688l-8.437 18.078c-0.125 0.234-0.375 0.391-0.656 0.391-0.063 0-0.141-0.016-0.219-0.031-0.344-0.109-0.547-0.438-0.469-0.766l3.078-12.625-6.344 1.578c-0.063 0.016-0.125 0.016-0.187 0.016-0.172 0-0.359-0.063-0.484-0.172-0.187-0.156-0.25-0.391-0.203-0.609l3.141-12.891c0.078-0.297 0.359-0.5 0.688-0.5h5.125c0.391 0 0.703 0.297 0.703 0.656 0 0.094-0.031 0.187-0.078 0.281l-2.672 7.234 6.188-1.531c0.063-0.016 0.125-0.031 0.187-0.031 0.203 0 0.391 0.094 0.531 0.234z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"437\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-162494b490e\" wfd-id=\"438\"><h4 data-css=\"tve-u-16249355087\" style=\"text-align: left;\">Express exterior</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162494b7ad0\" wfd-id=\"436\"><p data-css=\"tve-u-162492e70ad\">Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"426\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162493b6b63\" data-tcb_hover_state_parent=\"\" wfd-id=\"428\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b456a\" wfd-id=\"432\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"adjust\">\n<path d=\"M12 22.5v-17c-4.688 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"430\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1af44d\" wfd-id=\"431\"><h4 data-css=\"tve-u-16249358652\" style=\"text-align: left;\">Interior clean</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"429\"><p data-css=\"tve-u-162492e70ad\">Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"419\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16249373b25\" wfd-id=\"421\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b52d3\" wfd-id=\"425\"><svg class=\"tcb-icon\" viewBox=\"0 0 26 28\" data-name=\"umbrella\">\n<path d=\"M14 12.938v9.063c0 2.172-1.828 4-4 4s-4-1.828-4-4c0-0.547 0.453-1 1-1s1 0.453 1 1c0 1.047 0.953 2 2 2s2-0.953 2-2v-9.063c0.328-0.109 0.656-0.172 1-0.172s0.672 0.063 1 0.172zM26 13.359c0 0.266-0.234 0.5-0.5 0.5-0.141 0-0.25-0.063-0.359-0.156-0.906-0.844-1.75-1.437-3.047-1.437-1.484 0-2.766 0.922-3.609 2.094-0.187 0.266-0.328 0.547-0.5 0.812-0.109 0.172-0.234 0.266-0.438 0.266-0.219 0-0.344-0.094-0.453-0.266-0.172-0.266-0.313-0.547-0.5-0.812-0.844-1.172-2.109-2.094-3.594-2.094s-2.75 0.922-3.594 2.094c-0.187 0.266-0.328 0.547-0.5 0.812-0.109 0.172-0.234 0.266-0.453 0.266-0.203 0-0.328-0.094-0.438-0.266-0.172-0.266-0.313-0.547-0.5-0.812-0.844-1.172-2.125-2.094-3.609-2.094-1.297 0-2.141 0.594-3.047 1.437-0.109 0.094-0.219 0.156-0.359 0.156-0.266 0-0.5-0.234-0.5-0.5 0-0.047 0-0.078 0.016-0.109 1.437-5.906 7.141-9.25 12.984-9.25 5.812 0 11.578 3.344 12.984 9.25 0.016 0.031 0.016 0.063 0.016 0.109zM14 2v1.531c-0.328-0.016-0.672-0.031-1-0.031s-0.672 0.016-1 0.031v-1.531c0-0.547 0.453-1 1-1s1 0.453 1 1z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"423\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b01a6\" wfd-id=\"424\"><h4 data-css=\"tve-u-1624935a201\" style=\"text-align: left;\">Wax protection</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"422\"><p data-css=\"tve-u-162492e70ad\">Etiam pharetra, erat sed fermentum feugiat, velit mauris</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16249367114\" wfd-id=\"388\"><div class=\"tcb-flex-row tcb-medium-no-wrap tcb--cols--3 v-2\" data-css=\"tve-u-16229ffbb7b\" wfd-id=\"389\"><div class=\"tcb-flex-col\" wfd-id=\"408\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229fa6a26\" wfd-id=\"410\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b33f9\" wfd-id=\"416\"><svg class=\"tcb-icon\" viewBox=\"0 0 26 28\" data-name=\"magic\">\n<path d=\"M18.594 9.078l4.578-4.578-1.672-1.672-4.578 4.578zM25.578 4.5c0 0.266-0.094 0.516-0.281 0.703l-20.094 20.094c-0.187 0.187-0.438 0.281-0.703 0.281s-0.516-0.094-0.703-0.281l-3.094-3.094c-0.187-0.187-0.281-0.438-0.281-0.703s0.094-0.516 0.281-0.703l20.094-20.094c0.187-0.187 0.438-0.281 0.703-0.281s0.516 0.094 0.703 0.281l3.094 3.094c0.187 0.187 0.281 0.438 0.281 0.703zM4.469 1.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531zM9.938 4.062l3.063 0.938-3.063 0.938-0.938 3.063-0.938-3.063-3.063-0.938 3.063-0.938 0.938-3.063zM24.469 11.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531zM14.469 1.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"414\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b0a67\" wfd-id=\"415\"><h4 data-css=\"tve-u-16248fc42a1\" style=\"text-align: left;\">Dust &amp; Dash Console</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"411\"><p data-css=\"tve-u-162492e70ad\">Duis sed odio sit amet nibh vulputate cursus a sit amet mauris.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"397\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1622f65ba70\" wfd-id=\"399\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b60b4\" wfd-id=\"407\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"certificate\">\n<path d=\"M21.5 14l2.156 2.109c0.297 0.281 0.406 0.703 0.313 1.094-0.109 0.391-0.422 0.703-0.812 0.797l-2.938 0.75 0.828 2.906c0.109 0.391 0 0.812-0.297 1.094-0.281 0.297-0.703 0.406-1.094 0.297l-2.906-0.828-0.75 2.938c-0.094 0.391-0.406 0.703-0.797 0.812-0.094 0.016-0.203 0.031-0.297 0.031-0.297 0-0.594-0.125-0.797-0.344l-2.109-2.156-2.109 2.156c-0.281 0.297-0.703 0.406-1.094 0.313-0.406-0.109-0.703-0.422-0.797-0.812l-0.75-2.938-2.906 0.828c-0.391 0.109-0.812 0-1.094-0.297-0.297-0.281-0.406-0.703-0.297-1.094l0.828-2.906-2.938-0.75c-0.391-0.094-0.703-0.406-0.812-0.797-0.094-0.391 0.016-0.812 0.313-1.094l2.156-2.109-2.156-2.109c-0.297-0.281-0.406-0.703-0.313-1.094 0.109-0.391 0.422-0.703 0.812-0.797l2.938-0.75-0.828-2.906c-0.109-0.391 0-0.812 0.297-1.094 0.281-0.297 0.703-0.406 1.094-0.297l2.906 0.828 0.75-2.938c0.094-0.391 0.406-0.703 0.797-0.797 0.391-0.109 0.812 0 1.094 0.297l2.109 2.172 2.109-2.172c0.281-0.297 0.688-0.406 1.094-0.297 0.391 0.094 0.703 0.406 0.797 0.797l0.75 2.938 2.906-0.828c0.391-0.109 0.812 0 1.094 0.297 0.297 0.281 0.406 0.703 0.297 1.094l-0.828 2.906 2.938 0.75c0.391 0.094 0.703 0.406 0.812 0.797 0.094 0.391-0.016 0.812-0.313 1.094z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"405\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b12d8\" wfd-id=\"406\"><h4 data-css=\"tve-u-1625389a3d5\" style=\"text-align: left;\">Triple Foam Polish</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"400\"><p data-css=\"tve-u-162492e70ad\">Class aptent taciti sociosqu ad litora torquent</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"390\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229fa8c68\" wfd-id=\"392\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-16271adf6cf\" wfd-id=\"396\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"bullseye\">\n<path d=\"M16 14c0 2.203-1.797 4-4 4s-4-1.797-4-4 1.797-4 4-4 4 1.797 4 4zM18 14c0-3.313-2.688-6-6-6s-6 2.688-6 6 2.688 6 6 6 6-2.688 6-6zM20 14c0 4.422-3.578 8-8 8s-8-3.578-8-8 3.578-8 8-8 8 3.578 8 8zM22 14c0-5.516-4.484-10-10-10s-10 4.484-10 10 4.484 10 10 10 10-4.484 10-10zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"394\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-16248fc71c8\" wfd-id=\"395\"><h4 data-css=\"tve-u-1625389b4ed\" style=\"text-align: left;\">Tire dressing</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"393\"><p data-css=\"tve-u-162492e70ad\">Etiam pharetra, erat sed fermentum feugiat, velit mauris</p></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621ad46076\" wfd-id=\"344\">\n<div class=\"tve-page-section-out\" wfd-id=\"383\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621b072b4e\" wfd-id=\"345\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621a8b2488\" wfd-id=\"346\"><div class=\"tcb-flex-row tcb--cols--2 v-2\" data-css=\"tve-u-1621a8a804b\" wfd-id=\"347\"><div class=\"tcb-flex-col\" wfd-id=\"359\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16271bfe70c\" wfd-id=\"361\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h3\" data-css=\"tve-u-1621a8c4313\" wfd-id=\"380\"><h3><strong>Complete cleaning services for yoâ€‹ur car</strong></h3></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-16417b70f47\" wfd-id=\"362\"><ul class=\"tcb-styled-list\" wfd-id=\"363\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621acf0289\" wfd-id=\"374\"><div class=\"tcb-styled-list-icon\" wfd-id=\"378\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a8e11f3\" wfd-id=\"379\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ace1b08\" wfd-id=\"375\">We are a small business delivering professional cleaning services for all vehicles</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621acf64fb\" wfd-id=\"370\"><div class=\"tcb-styled-list-icon\" wfd-id=\"372\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a8e5625\" wfd-id=\"373\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ace4de9\" wfd-id=\"371\">Our services are convenient for individuals and corporate fleets</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"364\"><div class=\"tcb-styled-list-icon\" wfd-id=\"368\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a9076ef\" wfd-id=\"369\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621acf47d2\" wfd-id=\"365\">We use eco-friendly products that actually clean, protect and maintain your car better than the traditional cleaning substances</span></li></ul></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"348\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621a90a46f\" wfd-id=\"350\"><div class=\"thrv_wrapper thrv-fill-counter tve_red tve_normalfc thrv_data_element\" data-css=\"tve-u-1621a983587\" wfd-id=\"351\">\n<div class=\"tve_fill_counter_n\" style=\"\" data-fill=\"100\" data-css=\"tve-u-1621a98b602\" wfd-id=\"352\">\n<svg viewBox=\"0 0 160 160\" class=\"tve_fill_counter_circle\" shape-rendering=\"optimizeSpeed\" data-css=\"tve-u-1621a9a2862\">\n<circle class=\"tve_fill_counter_circle_inner\" r=\"80\" cx=\"80\" cy=\"80\" data-css=\"tve-u-1621a9685d4\"></circle>\n</svg>\n<div class=\"tve_fill_text_in\" data-css=\"tve-u-1621a96b190\" wfd-id=\"353\">\n<div class=\"tve_fill_text_value\" data-css=\"tve-u-1621a9a2866\" wfd-id=\"355\">\n<div class=\"thrv-inline-text tve_fill_text tve_editable\" data-css=\"tve-u-1621a9a2867\" wfd-id=\"356\"><strong>100%â€‹</strong></div>\n</div>\n<div class=\"thrv-inline-text tve_editable tve_data_element_label\" data-css=\"tve-u-1621a9750ae\" wfd-id=\"354\">Clean car</div>\n</div>\n</div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621ada1e7f\" data-value-type=\"percent\" wfd-id=\"306\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621adba9ef\" data-clip-id=\"52d5a36c151aa\" wfd-id=\"343\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-52d5a36c151aa\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0875\"></polygon></clipPath><clipPath id=\"clip-tablet-top-52d5a36c151aa\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0524\"></polygon></clipPath><clipPath id=\"clip-mobile-top-52d5a36c151aa\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0349\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621ad420c4\" wfd-id=\"307\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621ade6172\" wfd-id=\"308\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2 tcb-row-reversed-mobile tcb-mobile-edit v-2\" data-css=\"tve-u-1621adea58b\" wfd-id=\"309\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621b064646\" style=\"\" wfd-id=\"337\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ae0bec7\" wfd-id=\"339\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ae4fd21\" data-value-type=\"percent\" data-float=\"1\" wfd-id=\"340\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621ae6c8da\" data-clip-id=\"aa2c3e3c70555\" wfd-id=\"342\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0349\"></polygon></clipPath><clipPath id=\"clip-tablet-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"4\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0699\"></polygon></clipPath><clipPath id=\"clip-mobile-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"4\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0699\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb\" data-css=\"tve-u-1621ae4db6e\" wfd-id=\"341\"></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621b064668\" style=\"\" wfd-id=\"310\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621f45bed3\" wfd-id=\"312\"><div class=\"tcb-clear\" data-css=\"tve-u-16224848ee5\" wfd-id=\"333\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621afceb00\" wfd-id=\"334\"><h2 data-css=\"tve-u-1621afcc0bf\">Check Out Our Special Offer!</h2></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621afda4fa\" wfd-id=\"332\"><p data-css=\"tve-u-1621afd8c98\">Donâ€™t miss the opportunity to get 50% discount on a complete cleaning just by recommending us to a friend. Bring someone you know with you and clean you car half price!</p></div><div class=\"tcb-clear\" data-css=\"tve-u-16224834cab\" wfd-id=\"313\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621fe85996\" wfd-id=\"314\"><div class=\"tcb-flex-row tcb--cols--2 tcb-resized tcb-medium-wrap tcb-desktop-wrap\" data-css=\"tve-u-1621fe78878\" wfd-id=\"315\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621fe94086\" style=\"\" wfd-id=\"323\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"325\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621b01355a\" wfd-id=\"326\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621b08fdde\" data-tcb_hover_state_parent=\"1\" wfd-id=\"331\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16223f02c16\" wfd-id=\"327\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-1620af7eb3f\" data-tcb_hover_state_parent=\"\" data-button-style=\"full_rounded\" wfd-id=\"328\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"329\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-16228c75500\" wfd-id=\"330\"><strong>Request an appointment</strong></span></span>\n</a>\n</div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621fe940b9\" style=\"\" wfd-id=\"316\"><div class=\"tcb-col\" wfd-id=\"318\"><div class=\"tcb-clear\" data-css=\"tve-u-16224716d62\" wfd-id=\"319\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-1621b028939\" data-tcb_hover_state_parent=\"\" data-button-style=\"ghost\" wfd-id=\"320\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"321\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-16228c764b2\" wfd-id=\"322\"><strong>Call Now: 0400-700-682</strong></span></span>\n</a>\n</div></div></div></div></div></div></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16260ba2fa4\" wfd-id=\"205\">\n<div class=\"tve-page-section-out\" wfd-id=\"305\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16260be7104\" wfd-id=\"206\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621b0e4fb7\" wfd-id=\"304\"><h2 data-css=\"tve-u-1621b10fccf\" style=\"text-align: center;\">our happy clients</h2></div><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641367127b\" data-float=\"1\" wfd-id=\"303\"><svg class=\"tcb-icon\" viewBox=\"0 0 30 32\" data-name=\"quote-left\">\n<path d=\"M13.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429zM29.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641367e553\" wfd-id=\"302\"><svg class=\"tcb-icon\" viewBox=\"0 0 30 32\" data-name=\"quote-left\">\n<path d=\"M13.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429zM29.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a10d3b4\" wfd-id=\"273\">\n<div class=\"tve-content-box-background\" wfd-id=\"301\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"274\"><div class=\"tcb-clear\" data-css=\"tve-u-1621b300a64\" wfd-id=\"299\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-1621f154231\" wfd-id=\"300\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621b200375\" wfd-id=\"277\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-16260d8392c\" wfd-id=\"278\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"283\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"285\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16417b62c09\" wfd-id=\"286\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-16260d8396c\" wfd-id=\"287\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16260d01208\" style=\"\" wfd-id=\"293\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"295\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"296\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16225617da3\" wfd-id=\"298\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"297\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16260d0120e\" style=\"\" wfd-id=\"288\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"290\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"292\"><h5>Brett Graham, 28</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"291\"><h6 class=\"\">Architect</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"279\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"281\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"282\"><p data-css=\"tve-u-162539c17ec\">Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit. Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit.&nbsp;</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-16260c5ff0c\" wfd-id=\"275\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260c5ff07\" wfd-id=\"276\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a12f675\" wfd-id=\"240\">\n<div class=\"tve-content-box-background\" wfd-id=\"272\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"241\"><div class=\"tcb-clear\" data-css=\"tve-u-16260cd7683\" wfd-id=\"270\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260d73672\" wfd-id=\"271\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16260da3aa7\" wfd-id=\"244\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-1621fb68b97\" wfd-id=\"245\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"254\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"256\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16417b662bf\" wfd-id=\"257\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-1621fb65556\" wfd-id=\"258\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16229915e1a\" style=\"\" wfd-id=\"264\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"266\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"267\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16260c433e9\" wfd-id=\"269\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"268\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16229915e4e\" style=\"\" wfd-id=\"259\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"261\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"263\"><h5>Rosie Hanson, 24</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"262\"><h6 class=\"\">Real estate Associate</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"246\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"248\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"249\"><p data-css=\"tve-u-162539c17ec\">Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo.</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-16260d3b97e\" wfd-id=\"242\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260d39b83\" wfd-id=\"243\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a146aef\" wfd-id=\"207\">\n<div class=\"tve-content-box-background\" wfd-id=\"239\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"208\"><div class=\"tcb-clear\" data-css=\"tve-u-16260cd7683\" wfd-id=\"237\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260cd622f\" wfd-id=\"238\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16260c39a7e\" wfd-id=\"211\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-16260d3f4aa\" wfd-id=\"212\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"219\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"221\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621fbacc60\" wfd-id=\"222\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-16260d3f4af\" wfd-id=\"223\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16229915e1a\" style=\"\" wfd-id=\"231\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"233\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"234\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16260d5e4b8\" wfd-id=\"236\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"235\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16229915e4e\" style=\"\" wfd-id=\"224\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"226\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"230\"><h5>Shawn Mattews, 35</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"227\"><h6 class=\"\">project manager</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"213\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"215\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"216\"><p data-css=\"tve-u-162539c17ec\">Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo. Nullam ac urna eu felis.Sed non neque elit. Sed ut imperdiet nisi. Proin condimentum</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1621b30ca74\" wfd-id=\"209\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-1621f15b521\" wfd-id=\"210\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621b3c8c52\" wfd-id=\"91\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621b3cfc7b\" wfd-id=\"204\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621b3c74d9\" wfd-id=\"92\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621e7b695a\" wfd-id=\"201\"><h2 data-css=\"tve-u-1621e7a7350\" style=\"text-align: center;\">our offers</h2></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621e7c899a\" wfd-id=\"93\"><div class=\"tcb-flex-row tcb--cols--3 tcb-medium-wrap v-2\" data-css=\"tve-u-1621e7c7aa1\" wfd-id=\"94\"><div class=\"tcb-flex-col\" wfd-id=\"161\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16223fc9f23\" wfd-id=\"163\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e7ceab3\" style=\"\" wfd-id=\"164\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16416e4fafd\" wfd-id=\"200\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e7d5094\" wfd-id=\"165\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e7e9950\" data-value-type=\"percent\" style=\"\" wfd-id=\"194\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e7edfd9\" data-clip-id=\"10ffac3b28f1d\" wfd-id=\"199\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-10ffac3b28f1d\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-10ffac3b28f1d\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e7e6c1d\" wfd-id=\"195\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-16417b4cb9e\" wfd-id=\"196\"><h4 data-css=\"tve-u-1621fe1a1af\" style=\"text-align: center;\"><strong>Basic Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ec6c39b\" data-float=\"1\" wfd-id=\"190\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e81f424\" wfd-id=\"193\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec752da\" wfd-id=\"191\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"192\"><h4 data-css=\"tve-u-1621fe1bd18\" style=\"text-align: center;\"><strong>15$</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621ea50702\" wfd-id=\"166\"><ul class=\"tcb-styled-list\" wfd-id=\"167\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec3a5c0\" wfd-id=\"186\"><div class=\"tcb-styled-list-icon\" wfd-id=\"188\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec204df\" wfd-id=\"189\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec241aa\" wfd-id=\"187\">Interior vacuum</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"182\"><div class=\"tcb-styled-list-icon\" wfd-id=\"184\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec20f68\" wfd-id=\"185\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec2704c\" wfd-id=\"183\">Dust &amp;dash console</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec42aa7\" wfd-id=\"176\"><div class=\"tcb-styled-list-icon\" wfd-id=\"180\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec21a31\" wfd-id=\"181\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec298ab\" wfd-id=\"177\">Hand towel dry</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec43fe2\" wfd-id=\"172\"><div class=\"tcb-styled-list-icon\" wfd-id=\"174\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ea1fba7\" wfd-id=\"175\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea23322\" wfd-id=\"173\">Clean windows</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec454d9\" wfd-id=\"168\"><div class=\"tcb-styled-list-icon\" wfd-id=\"170\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ea295c0\" wfd-id=\"171\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea2c69a\" wfd-id=\"169\">Soft cloth wash</span></li></ul></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"128\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"130\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621eb81205\" style=\"\" wfd-id=\"131\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16416e603ab\" wfd-id=\"160\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621eb7ccb0\" wfd-id=\"132\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ebbbb6d\" data-value-type=\"percent\" wfd-id=\"156\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eaaedd8\" data-clip-id=\"a2b9cf3198d6f\" wfd-id=\"159\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-a2b9cf3198d6f\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-a2b9cf3198d6f\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec7f21a\" wfd-id=\"157\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e930bd7\" wfd-id=\"158\"><h4 data-css=\"tve-u-1621e92e97f\" style=\"text-align: center;\"><strong>Ultimate Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ec78d2c\" data-float=\"1\" wfd-id=\"152\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eab272c\" wfd-id=\"155\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec79a7d\" wfd-id=\"153\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"154\"><h4 data-css=\"tve-u-1621e942b65\" style=\"text-align: center;\"><strong>22 $</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621ebfa746\" wfd-id=\"149\"><p data-css=\"tve-u-1621f4ceaf6\" style=\"text-align: center;\">Includes basic service <span data-css=\"tve-u-1621f4ceaf7\" style=\"color: rgb(15, 29, 123);\" wfd-id=\"150\"><strong class=\"\"><span data-css=\"tve-u-1621f4ceafb\" wfd-id=\"151\">+</span></strong></span></p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621ebf340c\" wfd-id=\"133\"><ul class=\"tcb-styled-list\" wfd-id=\"134\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-164137a0b1f\" wfd-id=\"143\"><div class=\"tcb-styled-list-icon\" wfd-id=\"147\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec0c5bd\" wfd-id=\"148\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ebfe4ce\" wfd-id=\"144\">Triple foam conditiner</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec04541\" wfd-id=\"139\"><div class=\"tcb-styled-list-icon\" wfd-id=\"141\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec09a3c\" wfd-id=\"142\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ebff867\" wfd-id=\"140\">Tire dressing</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec05cc3\" wfd-id=\"135\"><div class=\"tcb-styled-list-icon\" wfd-id=\"137\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec15f6e\" wfd-id=\"138\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec009a8\" wfd-id=\"136\">Air freshner</span></li></ul></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"95\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16223dad661\" wfd-id=\"97\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621fd9c946\" style=\"\" wfd-id=\"98\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e7d234c\" wfd-id=\"127\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621fd84d7b\" wfd-id=\"99\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16223b080b0\" data-value-type=\"percent\" wfd-id=\"121\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eb3eb9f\" data-clip-id=\"ac98bb0e54b3b\" wfd-id=\"126\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621fd8766c\" wfd-id=\"122\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e930bd7\" wfd-id=\"123\"><h4 data-css=\"tve-u-1621fe1587d\" style=\"text-align: center;\"><strong>Supreme Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e8107f3\" wfd-id=\"117\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eb43d8d\" wfd-id=\"120\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e819c52\" wfd-id=\"118\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"119\"><h4 data-css=\"tve-u-1621fe1725e\" style=\"text-align: center;\"><strong>30 $</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621eb037bb\" wfd-id=\"114\"><p data-css=\"tve-u-1621f4d0451\" style=\"text-align: center;\">Includes ultimate service <span data-css=\"tve-u-1621eaff572\" style=\"color: rgb(15, 29, 123);\" wfd-id=\"115\"><strong class=\"\"><span data-css=\"tve-u-1621eb01b60\" wfd-id=\"116\">+</span></strong></span></p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621eacf6af\" wfd-id=\"100\"><ul class=\"tcb-styled-list\" wfd-id=\"101\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec36a4d\" wfd-id=\"110\"><div class=\"tcb-styled-list-icon\" wfd-id=\"112\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e9993aa\" wfd-id=\"113\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea1a5d7\" wfd-id=\"111\">Exterior trim dressing</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"106\"><div class=\"tcb-styled-list-icon\" wfd-id=\"108\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e99b1db\" wfd-id=\"109\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea19a06\" wfd-id=\"107\">Hand applied spray wax</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec37ea5\" wfd-id=\"102\"><div class=\"tcb-styled-list-icon\" wfd-id=\"104\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e99c314\" wfd-id=\"105\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea18c5d\" wfd-id=\"103\">Interior conditioner</span></li></ul></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621efddaaf\" wfd-id=\"45\">\n<div class=\"tve-page-section-out\" wfd-id=\"90\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621edf8048\" wfd-id=\"46\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621f114214\" wfd-id=\"47\"><div class=\"tcb-flex-row tcb-mobile-edit tcb--cols--2\" data-css=\"tve-u-1621ee03000\" wfd-id=\"48\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621ee4be21\" style=\"\" wfd-id=\"54\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ee093d4\" wfd-id=\"56\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ee3afec\" wfd-id=\"57\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621ee58e74\" wfd-id=\"89\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ee37f4a\" wfd-id=\"58\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1621ee74a24\" wfd-id=\"88\"><svg class=\"tcb-icon\" viewBox=\"0 0 16 28\" data-name=\"map-marker\">\n<path d=\"M12 10c0-2.203-1.797-4-4-4s-4 1.797-4 4 1.797 4 4 4 4-1.797 4-4zM16 10c0 0.953-0.109 1.937-0.516 2.797l-5.688 12.094c-0.328 0.688-1.047 1.109-1.797 1.109s-1.469-0.422-1.781-1.109l-5.703-12.094c-0.406-0.859-0.516-1.844-0.516-2.797 0-4.422 3.578-8 8-8s8 3.578 8 8z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621ee63e1c\" wfd-id=\"83\"><h2 data-css=\"tve-u-1621fdcb4ea\" style=\"text-align: center;\">contact us</h2></div><div class=\"thrv_wrapper thrv-contact-form\" data-ct=\"contact_form-22343\" style=\"\" data-css=\"tve-u-16465071dea\" data-ct-name=\"Rounded Shadow\" wfd-id=\"61\">\n<form action=\"\" method=\"post\" novalidate=\"\" wfd-id=\"62\">\n<div class=\"tve-cf-item-wrapper\" wfd-id=\"66\">\n<div class=\"tve-cf-item\" data-css=\"tve-u-1695dd04208\" wfd-id=\"79\">\n<div class=\"thrv-cf-input-wrapper\" data-type=\"first_name\" wfd-id=\"80\">\n<label data-css=\"tve-u-1695d9d6525\" class=\"\" wfd-id=\"82\">First Name</label>\n<div class=\"tve-cf-input\" data-css=\"tve-u-1695d9d6526\" data-tcb_hover_state_parent=\"\" wfd-id=\"81\">\n<input placeholder=\"\" type=\"text\" name=\"first_name\" data-placeholder=\"\" wfd-id=\"531\">\n</div>\n</div>\n</div>\n<div class=\"tve-cf-item\" data-css=\"tve-u-1695dd04208\" wfd-id=\"75\">\n<div class=\"thrv-cf-input-wrapper\" data-type=\"email\" wfd-id=\"76\">\n<label data-css=\"tve-u-1695d9d6527\" class=\"\" wfd-id=\"78\">Email Address</label>\n<div class=\"tve-cf-input\" data-css=\"tve-u-1695d9d6528\" data-tcb_hover_state_parent=\"\" wfd-id=\"77\">\n<input placeholder=\"\" type=\"email\" name=\"email\" data-placeholder=\"\" wfd-id=\"530\">\n</div>\n</div>\n</div>\n<div class=\"tve-cf-item\" data-css=\"tve-u-1695dd484d7\" wfd-id=\"71\">\n<div class=\"thrv-cf-input-wrapper\" data-type=\"message\" wfd-id=\"72\">\n<label data-css=\"tve-u-1695d9d6529\" class=\"\" wfd-id=\"74\">Message</label>\n<div class=\"tve-cf-input\" data-css=\"tve-u-1695d9d652a\" data-tcb_hover_state_parent=\"\" wfd-id=\"73\">\n<textarea placeholder=\"\" data-placeholder=\"\" name=\"message\" wfd-id=\"533\"></textarea>\n</div>\n</div>\n</div>\n<div class=\"tve-cf-item\" data-css=\"tve-u-1695dd04208\" wfd-id=\"67\">\n	<div class=\"thrv-cf-input-wrapper\" data-type=\"phone\" wfd-id=\"68\">\n		<label data-css=\"tve-u-1695d9d6525\" class=\"\" wfd-id=\"70\">Phone Number</label>\n		<div class=\"tve-cf-input\" data-css=\"tve-u-1695d9d6526\" wfd-id=\"69\">\n			<input placeholder=\"+1-555-555-2368\" type=\"tel\" name=\"phone\" data-placeholder=\"+1-555-555-2368\" wfd-id=\"529\">\n		</div>\n	</div>\n</div></div>\n<div class=\"tve-cf-submit\" data-tcb_hover_state_parent=\"\" data-button-style=\"rounded\" data-css=\"tve-u-1695dd27f6a\" wfd-id=\"63\">\n<button class=\"tve_btn_txt\" type=\"submit\" wfd-id=\"546\">Submit Message</button>\n</div>\n<input type=\"hidden\" name=\"config\" value=\"YTozOntzOjE0OiJlcnJvcl9tZXNzYWdlcyI7YTo0OntzOjU6ImVtYWlsIjtzOjIxOiJFbWFpbCBhZGRyZXNzIGludmFsaWQiO3M6NToicGhvbmUiO3M6MjA6IlBob25lIG51bWJlciBpbnZhbGlkIjtzOjM6InVybCI7czoxMToiVVJMIGludmFsaWQiO3M6ODoicmVxdWlyZWQiO3M6MjA6IlJlcXVpcmVkIGZpZWxkIGVtcHR5Ijt9czo4OiJ0b19lbWFpbCI7YToyOntzOjI6InRvIjtzOjI4OiJpbmZvQGJlc3RjZXJha290ZWZsb3JpZGEuY29tIjtzOjc6InN1YmplY3QiO3M6MTg6Ik5ldyBtZXNzYWdlIGZyb206ICI7fXM6Njoic3VibWl0IjthOjEwOntzOjY6ImFjdGlvbiI7czoxMjoibm90aWZpY2F0aW9uIjtzOjIzOiJzZW5kX2NvbmZpcm1hdGlvbl9lbWFpbCI7YjoxO3M6MTk6InNlbmRlcl9wZXJzb25hbGl6ZWQiO2I6MDtzOjIwOiJjb25maXJtYXRpb25fc3ViamVjdCI7czozNjoiQ29udGFjdCBGb3JtIHN1Ym1pc3Npb24gY29uZmlybWF0aW9uIjtzOjIwOiJjb25maXJtYXRpb25fbWVzc2FnZSI7czoxMzk6IkhlbGxvLCAKClRoYW5rcyBmb3IgY29udGFjdGluZyB1cy4gV2UnbGwgZ2V0IGJhY2sgdG8geW91IGFzIHNvb24gYXMgcG9zc2libGUgd2l0aCB0aGUgaW5mb3JtYXRpb24geW91IG5lZWQuIAoKQmVzdCByZWdhcmRzLApbd3Bfc2l0ZV90aXRsZV0iO3M6OToiZnJvbV9uYW1lIjtzOjI4OiJUaGUgQmVzdCBDZXJha290ZSBJbiBGbG9yaWRhIjtzOjEwOiJmcm9tX2VtYWlsIjtzOjI5OiJhZG1pbkBiZXN0Y2VyYWtvdGVmbG9yaWRhLmNvbSI7czo4OiJyZXBseV90byI7czoyOToiYWRtaW5AYmVzdGNlcmFrb3RlZmxvcmlkYS5jb20iO3M6MzoidXJsIjtzOjA6IiI7czoxMjoibm90aWZpY2F0aW9uIjtzOjgxOiJZb3VyIG1lc3NhZ2UgaGFzIGJlZW4gc2VudCwgdGhhbmsgeW91ISBZb3UnbGwgaGVhciBmcm9tIHVzIHdpdGhpbiB0aGUgbmV4dCAyNCBocnMiO319\" wfd-id=\"528\"></form>\n</div><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_slide_left\" data-css=\"tve-u-1621ef118dc\" style=\"\" wfd-id=\"59\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"60\"><img class=\"tve_image tve_evt_manager_listen tve_et_tve-viewport wp-image-282\" alt=\"Cerakote Certified Logo\" width=\"2148\" height=\"1968\" title=\"Cerakote Certified Logo\" data-id=\"282\" src=\"https://bestcerakoteflorida.com/wp-content/uploads/2018/09/CertifiedLogo.png\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_left&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" style=\"width: 100%;\"></span></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621ee4be73\" style=\"\" wfd-id=\"49\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ee22c43\" wfd-id=\"51\"><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-1695d995f33\" wfd-id=\"53\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=825 South Kings Highway, Fort Pierce&amp;t=m&amp;z=11&amp;output=embed&amp;iwloc=near\"></iframe>\n</div><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-1621ee18a1c\" wfd-id=\"52\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=davie, Florida 33317&amp;t=m&amp;z=11&amp;output=embed&amp;iwloc=near\"></iframe>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621f0aa8f7\" wfd-id=\"28\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621f0ada0e\" wfd-id=\"44\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621f0b0088\" wfd-id=\"29\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621f0d2c1a\" wfd-id=\"30\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-1621f0cbe40\" wfd-id=\"31\"><div class=\"tcb-flex-col\" wfd-id=\"38\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"40\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621f0da775\" wfd-id=\"41\"><p data-css=\"tve-u-1622444fb11\">Â© 2018, BLACKHAWK CUSTOM, LLC . All rights reserved.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"32\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"34\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16223fe5f5b\" wfd-id=\"35\"><p data-css=\"tve-u-1621f0d874c\" style=\"text-align: right;\">Made with <a href=\"https://thrivethemes.com/\" target=\"_blank\">Thrive Architect</a></p></div></div></div></div></div></div>\n</div>\n\n'),(7099,585,'tve_revision_tve_has_wistia_popover','0'),(7100,586,'tve_revision_tve_landing_page','tcb2-thrivebiz-car-wash'),(7101,586,'tve_revision_tve_landing_set',''),(7102,586,'tve_revision_tve_disable_theme_dependency','1'),(7103,586,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-162717d1bbe\" wfd-id=\"516\"><div class=\"tcb-flex-row tcb-medium-no-wrap v-2 tcb--cols--3 m-edit tcb-mobile-wrap tcb-resized\" data-css=\"tve-u-162717d1bbf\" wfd-id=\"517\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1695981e7bb\" wfd-id=\"536\"><div class=\"tcb-col\" data-css=\"tve-u-16959846d3d\" wfd-id=\"538\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16959822de2\" wfd-id=\"539\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"540\"><img class=\"tve_image wp-image-465\" alt=\"\" width=\"384\" height=\"62\" title=\"Blackhawk_custom_header\" data-id=\"465\" src=\"https://bestcerakoteflorida.com/wp-content/uploads/2019/01/Blackhawk_custom_header.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717d1bb9\" style=\"\" wfd-id=\"529\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717d1bb6\" wfd-id=\"531\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-164179a84b8\" wfd-id=\"532\">\n<div class=\"tve-content-box-background\" wfd-id=\"535\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"533\"><div class=\"tcb-clear\" wfd-id=\"534\"></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717d1bb7\" style=\"\" wfd-id=\"518\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717d1bbc\" wfd-id=\"520\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16369305186\" wfd-id=\"521\">\n<div class=\"tve-content-box-background\" wfd-id=\"528\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16417e9d24e\" wfd-id=\"522\"><div class=\"tcb-clear\" wfd-id=\"526\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-16417e5bd95\" data-float=\"1\" wfd-id=\"527\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-envelope-regular\" data-name=\"\">\n            <path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path>\n        </svg></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-164179bced9\" wfd-id=\"523\"><p data-css=\"tve-u-1641333d7d1\"><a href=\"mailto:info@bestcerkoteflorida.com\" target=\"_blank\">info@bestcerakoteflorida.com</a></p></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-162717cb621\" data-value-type=\"percent\" wfd-id=\"477\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-162717cb620\" data-clip-id=\"c883ac5175045\" wfd-id=\"515\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-c883ac5175045\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"4\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9301, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-c883ac5175045\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9476, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-c883ac5175045\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9651, 1 1, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-162717cb609\" wfd-id=\"478\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-162717cb618\" wfd-id=\"479\"><div class=\"tcb-flex-row tcb-medium-wrap tcb-resized v-2 tcb--cols--2\" data-css=\"tve-u-162717cb617\" wfd-id=\"480\"><div class=\"tcb-flex-col\" data-css=\"tve-u-162717cb601\" style=\"\" wfd-id=\"496\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717cb60a\" wfd-id=\"498\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h1\" data-css=\"tve-u-162717cb610\" wfd-id=\"508\"><h1 data-css=\"tve-u-162717cb616\" style=\"text-align: center;\">&nbsp;<strong>â€‹</strong><strong>Protect What\'s Important To You! With The Toughest Ceramic Finish In The World!</strong></h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162717cb60f\" wfd-id=\"499\"><h2 class=\"\" data-css=\"tve-u-1695a36117b\" style=\"text-align: center;\"><strong>Heat, Water, Salt and Sand just some of the conditions you face. And any one of them is just waiting, to get a hold of your firearm and leave it a pile of rusted, pitted junk.</strong></h2><h2 class=\"\" data-css=\"tve-u-16413112747\" style=\"text-align: center;\"><strong>Unfortunately, there wasn\'t much you could do other than keep cleaning and lubricating your firearms...till NOW!</strong></h2></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717cb600\" style=\"\" wfd-id=\"481\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717cb60b\" wfd-id=\"483\"><div class=\"thrv_responsive_video thrv_wrapper rv_style_lifted_style2\" data-type=\"youtube\" data-rel=\"0\" data-url=\"https://www.youtube.com/watch?v=a1nyu9ZJiEk\" data-css=\"tve-u-16959cd1e7a\" data-modestbranding=\"1\" wfd-id=\"493\">\n	\n\n	<div class=\"tve_responsive_video_container\" wfd-id=\"494\">\n		<div class=\"video_overlay\" wfd-id=\"495\"></div>\n	<iframe data-code=\"TEOqV1Q16lU\" data-provider=\"youtube\" src=\"https://www.youtube.com/embed/TEOqV1Q16lU?rel=0&amp;modestbranding=1&amp;controls=1&amp;showinfo=1&amp;fs=1&amp;wmode=transparent\" data-src=\"https://www.youtube.com/embed/TEOqV1Q16lU?rel=0&amp;modestbranding=1&amp;controls=1&amp;showinfo=1&amp;fs=1&amp;wmode=transparent\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\n</div><div class=\"thrv_wrapper thrv-button tcb-with-icon\" data-css=\"tve-u-1695a3002e2\" data-tcb_hover_state_parent=\"\" data-button-style=\"border_1\" wfd-id=\"484\">\n	<a href=\"tel:1-954-848-1911\" class=\"tcb-button-link\" target=\"_blank\" rel=\"\"><span class=\"tcb-button-icon\" wfd-id=\"491\">\n	<div class=\"thrv_wrapper thrv_icon tve_no_drag tve_no_icons tcb-icon-inherit-style tcb-icon-display\" wfd-id=\"492\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-phone-plus-light\" data-name=\"\">\n            <path d=\"M8 128h88v88c0 4.4 3.6 8 8 8h16c4.4 0 8-3.6 8-8v-88h88c4.4 0 8-3.6 8-8v-16c0-4.4-3.6-8-8-8h-88V8c0-4.4-3.6-8-8-8h-16c-4.4 0-8 3.6-8 8v88H8c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8zM487.8 24.1L387 .8c-14.7-3.4-29.8 4.2-35.8 18.1l-46.5 108.5c-5.5 12.7-1.8 27.7 8.9 36.5l53.9 44.1c-34 69.2-90.3 125.6-159.6 159.6l-44.1-53.9c-8.8-10.7-23.8-14.4-36.5-8.9L18.9 351.3c-13.9 6-21.5 21-18.1 35.8L24 487.9C27.3 502 39.9 512 54.5 512 306.7 512 512 307.8 512 54.5c0-14.6-10-27.2-24.2-30.4zM55.1 480l-23-99.6 107.4-46 59.5 72.8c103.6-48.6 159.7-104.9 208.1-208.1l-72.8-59.5 46-107.4 99.6 23C479.7 289.7 289.6 479.7 55.1 480z\"></path>\n        </svg></div>\n</span>\n\n		<span class=\"tcb-button-texts\" wfd-id=\"485\"><span class=\"tcb-button-text thrv-inline-text\" wfd-id=\"486\">CALL NOW</span></span>\n	</a>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-162717fcf9d\" data-value-type=\"percent\" wfd-id=\"386\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-162718bd0c0\" data-clip-id=\"a3b25e1c9221a\" wfd-id=\"476\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0875\"></polygon></clipPath><clipPath id=\"clip-tablet-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"6\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.1051\"></polygon></clipPath><clipPath id=\"clip-mobile-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"1\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0175\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-162718a3b40\" wfd-id=\"387\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622a159bcb\" wfd-id=\"388\">\n<div class=\"tve-content-box-background\" wfd-id=\"475\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"389\"><div class=\"thrv_wrapper thrv-columns\" wfd-id=\"457\"><div class=\"tcb-flex-row tcb--cols--2\" wfd-id=\"458\"><div class=\"tcb-flex-col\" wfd-id=\"467\"><div class=\"tcb-col\" wfd-id=\"469\"><div class=\"thrv_wrapper thrv_text_element\" wfd-id=\"470\"><p>Enter your text here...</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"459\"><div class=\"tcb-col\" wfd-id=\"461\"><div class=\"thrv_wrapper thrv_text_element\" wfd-id=\"462\"><p>Enter your text here...</p></div></div></div></div></div><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621a2247ba\" wfd-id=\"448\"><h2 data-css=\"tve-u-1621a2e0d5b\">our services</h2></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16229f6175c\" wfd-id=\"421\"><div class=\"tcb-flex-row tcb-medium-no-wrap tcb--cols--3 v-2\" data-css=\"tve-u-162493a03b0\" wfd-id=\"422\"><div class=\"tcb-flex-col\" wfd-id=\"439\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1624939a960\" data-tcb_hover_state_parent=\"\" wfd-id=\"441\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-162493d5f13\" data-float=\"1\" wfd-id=\"447\"><svg class=\"tcb-icon\" viewBox=\"0 0 14 28\" data-name=\"bolt\">\n<path d=\"M13.828 8.844c0.172 0.187 0.219 0.453 0.109 0.688l-8.437 18.078c-0.125 0.234-0.375 0.391-0.656 0.391-0.063 0-0.141-0.016-0.219-0.031-0.344-0.109-0.547-0.438-0.469-0.766l3.078-12.625-6.344 1.578c-0.063 0.016-0.125 0.016-0.187 0.016-0.172 0-0.359-0.063-0.484-0.172-0.187-0.156-0.25-0.391-0.203-0.609l3.141-12.891c0.078-0.297 0.359-0.5 0.688-0.5h5.125c0.391 0 0.703 0.297 0.703 0.656 0 0.094-0.031 0.187-0.078 0.281l-2.672 7.234 6.188-1.531c0.063-0.016 0.125-0.031 0.187-0.031 0.203 0 0.391 0.094 0.531 0.234z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"443\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-162494b490e\" wfd-id=\"444\"><h4 data-css=\"tve-u-16249355087\" style=\"text-align: left;\">Express exterior</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162494b7ad0\" wfd-id=\"442\"><p data-css=\"tve-u-162492e70ad\">Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"430\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162493b6b63\" data-tcb_hover_state_parent=\"\" wfd-id=\"432\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b456a\" wfd-id=\"438\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"adjust\">\n<path d=\"M12 22.5v-17c-4.688 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"434\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1af44d\" wfd-id=\"435\"><h4 data-css=\"tve-u-16249358652\" style=\"text-align: left;\">Interior clean</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"433\"><p data-css=\"tve-u-162492e70ad\">Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"423\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16249373b25\" wfd-id=\"425\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b52d3\" wfd-id=\"429\"><svg class=\"tcb-icon\" viewBox=\"0 0 26 28\" data-name=\"umbrella\">\n<path d=\"M14 12.938v9.063c0 2.172-1.828 4-4 4s-4-1.828-4-4c0-0.547 0.453-1 1-1s1 0.453 1 1c0 1.047 0.953 2 2 2s2-0.953 2-2v-9.063c0.328-0.109 0.656-0.172 1-0.172s0.672 0.063 1 0.172zM26 13.359c0 0.266-0.234 0.5-0.5 0.5-0.141 0-0.25-0.063-0.359-0.156-0.906-0.844-1.75-1.437-3.047-1.437-1.484 0-2.766 0.922-3.609 2.094-0.187 0.266-0.328 0.547-0.5 0.812-0.109 0.172-0.234 0.266-0.438 0.266-0.219 0-0.344-0.094-0.453-0.266-0.172-0.266-0.313-0.547-0.5-0.812-0.844-1.172-2.109-2.094-3.594-2.094s-2.75 0.922-3.594 2.094c-0.187 0.266-0.328 0.547-0.5 0.812-0.109 0.172-0.234 0.266-0.453 0.266-0.203 0-0.328-0.094-0.438-0.266-0.172-0.266-0.313-0.547-0.5-0.812-0.844-1.172-2.125-2.094-3.609-2.094-1.297 0-2.141 0.594-3.047 1.437-0.109 0.094-0.219 0.156-0.359 0.156-0.266 0-0.5-0.234-0.5-0.5 0-0.047 0-0.078 0.016-0.109 1.437-5.906 7.141-9.25 12.984-9.25 5.812 0 11.578 3.344 12.984 9.25 0.016 0.031 0.016 0.063 0.016 0.109zM14 2v1.531c-0.328-0.016-0.672-0.031-1-0.031s-0.672 0.016-1 0.031v-1.531c0-0.547 0.453-1 1-1s1 0.453 1 1z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"427\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b01a6\" wfd-id=\"428\"><h4 data-css=\"tve-u-1624935a201\" style=\"text-align: left;\">Wax protection</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"426\"><p data-css=\"tve-u-162492e70ad\">Etiam pharetra, erat sed fermentum feugiat, velit mauris</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16249367114\" wfd-id=\"390\"><div class=\"tcb-flex-row tcb-medium-no-wrap tcb--cols--3 v-2\" data-css=\"tve-u-16229ffbb7b\" wfd-id=\"391\"><div class=\"tcb-flex-col\" wfd-id=\"410\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229fa6a26\" wfd-id=\"412\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b33f9\" wfd-id=\"420\"><svg class=\"tcb-icon\" viewBox=\"0 0 26 28\" data-name=\"magic\">\n<path d=\"M18.594 9.078l4.578-4.578-1.672-1.672-4.578 4.578zM25.578 4.5c0 0.266-0.094 0.516-0.281 0.703l-20.094 20.094c-0.187 0.187-0.438 0.281-0.703 0.281s-0.516-0.094-0.703-0.281l-3.094-3.094c-0.187-0.187-0.281-0.438-0.281-0.703s0.094-0.516 0.281-0.703l20.094-20.094c0.187-0.187 0.438-0.281 0.703-0.281s0.516 0.094 0.703 0.281l3.094 3.094c0.187 0.187 0.281 0.438 0.281 0.703zM4.469 1.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531zM9.938 4.062l3.063 0.938-3.063 0.938-0.938 3.063-0.938-3.063-3.063-0.938 3.063-0.938 0.938-3.063zM24.469 11.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531zM14.469 1.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"418\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b0a67\" wfd-id=\"419\"><h4 data-css=\"tve-u-16248fc42a1\" style=\"text-align: left;\">Dust &amp; Dash Console</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"413\"><p data-css=\"tve-u-162492e70ad\">Duis sed odio sit amet nibh vulputate cursus a sit amet mauris.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"399\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1622f65ba70\" wfd-id=\"401\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b60b4\" wfd-id=\"409\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"certificate\">\n<path d=\"M21.5 14l2.156 2.109c0.297 0.281 0.406 0.703 0.313 1.094-0.109 0.391-0.422 0.703-0.812 0.797l-2.938 0.75 0.828 2.906c0.109 0.391 0 0.812-0.297 1.094-0.281 0.297-0.703 0.406-1.094 0.297l-2.906-0.828-0.75 2.938c-0.094 0.391-0.406 0.703-0.797 0.812-0.094 0.016-0.203 0.031-0.297 0.031-0.297 0-0.594-0.125-0.797-0.344l-2.109-2.156-2.109 2.156c-0.281 0.297-0.703 0.406-1.094 0.313-0.406-0.109-0.703-0.422-0.797-0.812l-0.75-2.938-2.906 0.828c-0.391 0.109-0.812 0-1.094-0.297-0.297-0.281-0.406-0.703-0.297-1.094l0.828-2.906-2.938-0.75c-0.391-0.094-0.703-0.406-0.812-0.797-0.094-0.391 0.016-0.812 0.313-1.094l2.156-2.109-2.156-2.109c-0.297-0.281-0.406-0.703-0.313-1.094 0.109-0.391 0.422-0.703 0.812-0.797l2.938-0.75-0.828-2.906c-0.109-0.391 0-0.812 0.297-1.094 0.281-0.297 0.703-0.406 1.094-0.297l2.906 0.828 0.75-2.938c0.094-0.391 0.406-0.703 0.797-0.797 0.391-0.109 0.812 0 1.094 0.297l2.109 2.172 2.109-2.172c0.281-0.297 0.688-0.406 1.094-0.297 0.391 0.094 0.703 0.406 0.797 0.797l0.75 2.938 2.906-0.828c0.391-0.109 0.812 0 1.094 0.297 0.297 0.281 0.406 0.703 0.297 1.094l-0.828 2.906 2.938 0.75c0.391 0.094 0.703 0.406 0.812 0.797 0.094 0.391-0.016 0.812-0.313 1.094z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"407\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b12d8\" wfd-id=\"408\"><h4 data-css=\"tve-u-1625389a3d5\" style=\"text-align: left;\">Triple Foam Polish</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"402\"><p data-css=\"tve-u-162492e70ad\">Class aptent taciti sociosqu ad litora torquent</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"392\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229fa8c68\" wfd-id=\"394\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-16271adf6cf\" wfd-id=\"398\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"bullseye\">\n<path d=\"M16 14c0 2.203-1.797 4-4 4s-4-1.797-4-4 1.797-4 4-4 4 1.797 4 4zM18 14c0-3.313-2.688-6-6-6s-6 2.688-6 6 2.688 6 6 6 6-2.688 6-6zM20 14c0 4.422-3.578 8-8 8s-8-3.578-8-8 3.578-8 8-8 8 3.578 8 8zM22 14c0-5.516-4.484-10-10-10s-10 4.484-10 10 4.484 10 10 10 10-4.484 10-10zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"396\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-16248fc71c8\" wfd-id=\"397\"><h4 data-css=\"tve-u-1625389b4ed\" style=\"text-align: left;\">Tire dressing</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"395\"><p data-css=\"tve-u-162492e70ad\">Etiam pharetra, erat sed fermentum feugiat, velit mauris</p></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621ad46076\" wfd-id=\"344\">\n<div class=\"tve-page-section-out\" wfd-id=\"385\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621b072b4e\" wfd-id=\"345\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621a8b2488\" wfd-id=\"346\"><div class=\"tcb-flex-row tcb--cols--2 v-2\" data-css=\"tve-u-1621a8a804b\" wfd-id=\"347\"><div class=\"tcb-flex-col\" wfd-id=\"359\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16271bfe70c\" wfd-id=\"361\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h3\" data-css=\"tve-u-1621a8c4313\" wfd-id=\"380\"><h3><strong>Complete cleaning services for yoâ€‹ur car</strong></h3></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-16417b70f47\" wfd-id=\"362\"><ul class=\"tcb-styled-list\" wfd-id=\"363\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621acf0289\" wfd-id=\"374\"><div class=\"tcb-styled-list-icon\" wfd-id=\"378\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a8e11f3\" wfd-id=\"379\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ace1b08\" wfd-id=\"375\">We are a small business delivering professional cleaning services for all vehicles</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621acf64fb\" wfd-id=\"370\"><div class=\"tcb-styled-list-icon\" wfd-id=\"372\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a8e5625\" wfd-id=\"373\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ace4de9\" wfd-id=\"371\">Our services are convenient for individuals and corporate fleets</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"364\"><div class=\"tcb-styled-list-icon\" wfd-id=\"368\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a9076ef\" wfd-id=\"369\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621acf47d2\" wfd-id=\"365\">We use eco-friendly products that actually clean, protect and maintain your car better than the traditional cleaning substances</span></li></ul></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"348\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621a90a46f\" wfd-id=\"350\"><div class=\"thrv_wrapper thrv-fill-counter tve_red tve_normalfc thrv_data_element\" data-css=\"tve-u-1621a983587\" wfd-id=\"351\">\n<div class=\"tve_fill_counter_n\" style=\"\" data-fill=\"100\" data-css=\"tve-u-1621a98b602\" wfd-id=\"352\">\n<svg viewBox=\"0 0 160 160\" class=\"tve_fill_counter_circle\" shape-rendering=\"optimizeSpeed\" data-css=\"tve-u-1621a9a2862\">\n<circle class=\"tve_fill_counter_circle_inner\" r=\"80\" cx=\"80\" cy=\"80\" data-css=\"tve-u-1621a9685d4\"></circle>\n</svg>\n<div class=\"tve_fill_text_in\" data-css=\"tve-u-1621a96b190\" wfd-id=\"353\">\n<div class=\"tve_fill_text_value\" data-css=\"tve-u-1621a9a2866\" wfd-id=\"355\">\n<div class=\"thrv-inline-text tve_fill_text tve_editable\" data-css=\"tve-u-1621a9a2867\" wfd-id=\"356\"><strong>100%â€‹</strong></div>\n</div>\n<div class=\"thrv-inline-text tve_editable tve_data_element_label\" data-css=\"tve-u-1621a9750ae\" wfd-id=\"354\">Clean car</div>\n</div>\n</div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621ada1e7f\" data-value-type=\"percent\" wfd-id=\"306\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621adba9ef\" data-clip-id=\"52d5a36c151aa\" wfd-id=\"343\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-52d5a36c151aa\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0875\"></polygon></clipPath><clipPath id=\"clip-tablet-top-52d5a36c151aa\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0524\"></polygon></clipPath><clipPath id=\"clip-mobile-top-52d5a36c151aa\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0349\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621ad420c4\" wfd-id=\"307\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621ade6172\" wfd-id=\"308\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2 tcb-row-reversed-mobile tcb-mobile-edit v-2\" data-css=\"tve-u-1621adea58b\" wfd-id=\"309\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621b064646\" style=\"\" wfd-id=\"337\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ae0bec7\" wfd-id=\"339\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ae4fd21\" data-value-type=\"percent\" data-float=\"1\" wfd-id=\"340\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621ae6c8da\" data-clip-id=\"aa2c3e3c70555\" wfd-id=\"342\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0349\"></polygon></clipPath><clipPath id=\"clip-tablet-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"4\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0699\"></polygon></clipPath><clipPath id=\"clip-mobile-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"4\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0699\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb\" data-css=\"tve-u-1621ae4db6e\" wfd-id=\"341\"></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621b064668\" style=\"\" wfd-id=\"310\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621f45bed3\" wfd-id=\"312\"><div class=\"tcb-clear\" data-css=\"tve-u-16224848ee5\" wfd-id=\"333\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621afceb00\" wfd-id=\"334\"><h2 data-css=\"tve-u-1621afcc0bf\">Check Out Our Special Offer!</h2></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621afda4fa\" wfd-id=\"332\"><p data-css=\"tve-u-1621afd8c98\">Donâ€™t miss the opportunity to get 50% discount on a complete cleaning just by recommending us to a friend. Bring someone you know with you and clean you car half price!</p></div><div class=\"tcb-clear\" data-css=\"tve-u-16224834cab\" wfd-id=\"313\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621fe85996\" wfd-id=\"314\"><div class=\"tcb-flex-row tcb--cols--2 tcb-resized tcb-medium-wrap tcb-desktop-wrap\" data-css=\"tve-u-1621fe78878\" wfd-id=\"315\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621fe94086\" style=\"\" wfd-id=\"323\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"325\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621b01355a\" wfd-id=\"326\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621b08fdde\" data-tcb_hover_state_parent=\"1\" wfd-id=\"331\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16223f02c16\" wfd-id=\"327\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-1620af7eb3f\" data-tcb_hover_state_parent=\"\" data-button-style=\"full_rounded\" wfd-id=\"328\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"329\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-16228c75500\" wfd-id=\"330\"><strong>Request an appointment</strong></span></span>\n</a>\n</div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621fe940b9\" style=\"\" wfd-id=\"316\"><div class=\"tcb-col\" wfd-id=\"318\"><div class=\"tcb-clear\" data-css=\"tve-u-16224716d62\" wfd-id=\"319\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-1621b028939\" data-tcb_hover_state_parent=\"\" data-button-style=\"ghost\" wfd-id=\"320\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"321\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-16228c764b2\" wfd-id=\"322\"><strong>Call Now: 0400-700-682</strong></span></span>\n</a>\n</div></div></div></div></div></div></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16260ba2fa4\" wfd-id=\"205\">\n<div class=\"tve-page-section-out\" wfd-id=\"305\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16260be7104\" wfd-id=\"206\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621b0e4fb7\" wfd-id=\"304\"><h2 data-css=\"tve-u-1621b10fccf\" style=\"text-align: center;\">our happy clients</h2></div><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641367127b\" data-float=\"1\" wfd-id=\"303\"><svg class=\"tcb-icon\" viewBox=\"0 0 30 32\" data-name=\"quote-left\">\n<path d=\"M13.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429zM29.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641367e553\" wfd-id=\"302\"><svg class=\"tcb-icon\" viewBox=\"0 0 30 32\" data-name=\"quote-left\">\n<path d=\"M13.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429zM29.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a10d3b4\" wfd-id=\"273\">\n<div class=\"tve-content-box-background\" wfd-id=\"301\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"274\"><div class=\"tcb-clear\" data-css=\"tve-u-1621b300a64\" wfd-id=\"299\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-1621f154231\" wfd-id=\"300\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621b200375\" wfd-id=\"277\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-16260d8392c\" wfd-id=\"278\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"283\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"285\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16417b62c09\" wfd-id=\"286\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-16260d8396c\" wfd-id=\"287\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16260d01208\" style=\"\" wfd-id=\"293\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"295\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"296\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16225617da3\" wfd-id=\"298\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"297\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16260d0120e\" style=\"\" wfd-id=\"288\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"290\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"292\"><h5>Brett Graham, 28</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"291\"><h6 class=\"\">Architect</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"279\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"281\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"282\"><p data-css=\"tve-u-162539c17ec\">Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit. Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit.&nbsp;</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-16260c5ff0c\" wfd-id=\"275\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260c5ff07\" wfd-id=\"276\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a12f675\" wfd-id=\"240\">\n<div class=\"tve-content-box-background\" wfd-id=\"272\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"241\"><div class=\"tcb-clear\" data-css=\"tve-u-16260cd7683\" wfd-id=\"270\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260d73672\" wfd-id=\"271\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16260da3aa7\" wfd-id=\"244\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-1621fb68b97\" wfd-id=\"245\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"254\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"256\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16417b662bf\" wfd-id=\"257\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-1621fb65556\" wfd-id=\"258\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16229915e1a\" style=\"\" wfd-id=\"264\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"266\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"267\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16260c433e9\" wfd-id=\"269\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"268\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16229915e4e\" style=\"\" wfd-id=\"259\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"261\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"263\"><h5>Rosie Hanson, 24</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"262\"><h6 class=\"\">Real estate Associate</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"246\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"248\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"249\"><p data-css=\"tve-u-162539c17ec\">Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo.</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-16260d3b97e\" wfd-id=\"242\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260d39b83\" wfd-id=\"243\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a146aef\" wfd-id=\"207\">\n<div class=\"tve-content-box-background\" wfd-id=\"239\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"208\"><div class=\"tcb-clear\" data-css=\"tve-u-16260cd7683\" wfd-id=\"237\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260cd622f\" wfd-id=\"238\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16260c39a7e\" wfd-id=\"211\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-16260d3f4aa\" wfd-id=\"212\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"219\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"221\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621fbacc60\" wfd-id=\"222\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-16260d3f4af\" wfd-id=\"223\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16229915e1a\" style=\"\" wfd-id=\"231\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"233\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"234\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16260d5e4b8\" wfd-id=\"236\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"235\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16229915e4e\" style=\"\" wfd-id=\"224\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"226\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"230\"><h5>Shawn Mattews, 35</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"227\"><h6 class=\"\">project manager</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"213\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"215\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"216\"><p data-css=\"tve-u-162539c17ec\">Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo. Nullam ac urna eu felis.Sed non neque elit. Sed ut imperdiet nisi. Proin condimentum</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1621b30ca74\" wfd-id=\"209\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-1621f15b521\" wfd-id=\"210\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621b3c8c52\" wfd-id=\"91\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621b3cfc7b\" wfd-id=\"204\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621b3c74d9\" wfd-id=\"92\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621e7b695a\" wfd-id=\"201\"><h2 data-css=\"tve-u-1621e7a7350\" style=\"text-align: center;\">our offers</h2></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621e7c899a\" wfd-id=\"93\"><div class=\"tcb-flex-row tcb--cols--3 tcb-medium-wrap v-2\" data-css=\"tve-u-1621e7c7aa1\" wfd-id=\"94\"><div class=\"tcb-flex-col\" wfd-id=\"161\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16223fc9f23\" wfd-id=\"163\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e7ceab3\" style=\"\" wfd-id=\"164\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16416e4fafd\" wfd-id=\"200\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e7d5094\" wfd-id=\"165\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e7e9950\" data-value-type=\"percent\" style=\"\" wfd-id=\"194\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e7edfd9\" data-clip-id=\"10ffac3b28f1d\" wfd-id=\"199\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-10ffac3b28f1d\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-10ffac3b28f1d\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e7e6c1d\" wfd-id=\"195\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-16417b4cb9e\" wfd-id=\"196\"><h4 data-css=\"tve-u-1621fe1a1af\" style=\"text-align: center;\"><strong>Basic Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ec6c39b\" data-float=\"1\" wfd-id=\"190\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e81f424\" wfd-id=\"193\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec752da\" wfd-id=\"191\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"192\"><h4 data-css=\"tve-u-1621fe1bd18\" style=\"text-align: center;\"><strong>15$</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621ea50702\" wfd-id=\"166\"><ul class=\"tcb-styled-list\" wfd-id=\"167\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec3a5c0\" wfd-id=\"186\"><div class=\"tcb-styled-list-icon\" wfd-id=\"188\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec204df\" wfd-id=\"189\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec241aa\" wfd-id=\"187\">Interior vacuum</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"182\"><div class=\"tcb-styled-list-icon\" wfd-id=\"184\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec20f68\" wfd-id=\"185\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec2704c\" wfd-id=\"183\">Dust &amp;dash console</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec42aa7\" wfd-id=\"176\"><div class=\"tcb-styled-list-icon\" wfd-id=\"180\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec21a31\" wfd-id=\"181\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec298ab\" wfd-id=\"177\">Hand towel dry</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec43fe2\" wfd-id=\"172\"><div class=\"tcb-styled-list-icon\" wfd-id=\"174\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ea1fba7\" wfd-id=\"175\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea23322\" wfd-id=\"173\">Clean windows</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec454d9\" wfd-id=\"168\"><div class=\"tcb-styled-list-icon\" wfd-id=\"170\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ea295c0\" wfd-id=\"171\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea2c69a\" wfd-id=\"169\">Soft cloth wash</span></li></ul></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"128\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"130\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621eb81205\" style=\"\" wfd-id=\"131\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16416e603ab\" wfd-id=\"160\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621eb7ccb0\" wfd-id=\"132\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ebbbb6d\" data-value-type=\"percent\" wfd-id=\"156\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eaaedd8\" data-clip-id=\"a2b9cf3198d6f\" wfd-id=\"159\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-a2b9cf3198d6f\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-a2b9cf3198d6f\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec7f21a\" wfd-id=\"157\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e930bd7\" wfd-id=\"158\"><h4 data-css=\"tve-u-1621e92e97f\" style=\"text-align: center;\"><strong>Ultimate Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ec78d2c\" data-float=\"1\" wfd-id=\"152\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eab272c\" wfd-id=\"155\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec79a7d\" wfd-id=\"153\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"154\"><h4 data-css=\"tve-u-1621e942b65\" style=\"text-align: center;\"><strong>22 $</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621ebfa746\" wfd-id=\"149\"><p data-css=\"tve-u-1621f4ceaf6\" style=\"text-align: center;\">Includes basic service <span data-css=\"tve-u-1621f4ceaf7\" style=\"color: rgb(15, 29, 123);\" wfd-id=\"150\"><strong class=\"\"><span data-css=\"tve-u-1621f4ceafb\" wfd-id=\"151\">+</span></strong></span></p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621ebf340c\" wfd-id=\"133\"><ul class=\"tcb-styled-list\" wfd-id=\"134\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-164137a0b1f\" wfd-id=\"143\"><div class=\"tcb-styled-list-icon\" wfd-id=\"147\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec0c5bd\" wfd-id=\"148\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ebfe4ce\" wfd-id=\"144\">Triple foam conditiner</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec04541\" wfd-id=\"139\"><div class=\"tcb-styled-list-icon\" wfd-id=\"141\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec09a3c\" wfd-id=\"142\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ebff867\" wfd-id=\"140\">Tire dressing</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec05cc3\" wfd-id=\"135\"><div class=\"tcb-styled-list-icon\" wfd-id=\"137\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec15f6e\" wfd-id=\"138\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec009a8\" wfd-id=\"136\">Air freshner</span></li></ul></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"95\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16223dad661\" wfd-id=\"97\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621fd9c946\" style=\"\" wfd-id=\"98\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e7d234c\" wfd-id=\"127\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621fd84d7b\" wfd-id=\"99\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16223b080b0\" data-value-type=\"percent\" wfd-id=\"121\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eb3eb9f\" data-clip-id=\"ac98bb0e54b3b\" wfd-id=\"126\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621fd8766c\" wfd-id=\"122\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e930bd7\" wfd-id=\"123\"><h4 data-css=\"tve-u-1621fe1587d\" style=\"text-align: center;\"><strong>Supreme Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e8107f3\" wfd-id=\"117\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eb43d8d\" wfd-id=\"120\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e819c52\" wfd-id=\"118\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"119\"><h4 data-css=\"tve-u-1621fe1725e\" style=\"text-align: center;\"><strong>30 $</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621eb037bb\" wfd-id=\"114\"><p data-css=\"tve-u-1621f4d0451\" style=\"text-align: center;\">Includes ultimate service <span data-css=\"tve-u-1621eaff572\" style=\"color: rgb(15, 29, 123);\" wfd-id=\"115\"><strong class=\"\"><span data-css=\"tve-u-1621eb01b60\" wfd-id=\"116\">+</span></strong></span></p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621eacf6af\" wfd-id=\"100\"><ul class=\"tcb-styled-list\" wfd-id=\"101\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec36a4d\" wfd-id=\"110\"><div class=\"tcb-styled-list-icon\" wfd-id=\"112\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e9993aa\" wfd-id=\"113\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea1a5d7\" wfd-id=\"111\">Exterior trim dressing</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"106\"><div class=\"tcb-styled-list-icon\" wfd-id=\"108\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e99b1db\" wfd-id=\"109\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea19a06\" wfd-id=\"107\">Hand applied spray wax</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec37ea5\" wfd-id=\"102\"><div class=\"tcb-styled-list-icon\" wfd-id=\"104\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e99c314\" wfd-id=\"105\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea18c5d\" wfd-id=\"103\">Interior conditioner</span></li></ul></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621efddaaf\" wfd-id=\"45\">\n<div class=\"tve-page-section-out\" wfd-id=\"90\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621edf8048\" wfd-id=\"46\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621f114214\" wfd-id=\"47\"><div class=\"tcb-flex-row tcb-mobile-edit tcb--cols--2\" data-css=\"tve-u-1621ee03000\" wfd-id=\"48\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621ee4be21\" style=\"\" wfd-id=\"54\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ee093d4\" wfd-id=\"56\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ee3afec\" wfd-id=\"57\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621ee58e74\" wfd-id=\"89\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ee37f4a\" wfd-id=\"58\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1621ee74a24\" wfd-id=\"88\"><svg class=\"tcb-icon\" viewBox=\"0 0 16 28\" data-name=\"map-marker\">\n<path d=\"M12 10c0-2.203-1.797-4-4-4s-4 1.797-4 4 1.797 4 4 4 4-1.797 4-4zM16 10c0 0.953-0.109 1.937-0.516 2.797l-5.688 12.094c-0.328 0.688-1.047 1.109-1.797 1.109s-1.469-0.422-1.781-1.109l-5.703-12.094c-0.406-0.859-0.516-1.844-0.516-2.797 0-4.422 3.578-8 8-8s8 3.578 8 8z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621ee63e1c\" wfd-id=\"83\"><h2 data-css=\"tve-u-1621fdcb4ea\" style=\"text-align: center;\">contact us</h2></div><div class=\"thrv_wrapper thrv-contact-form\" data-ct=\"contact_form-22343\" style=\"\" data-css=\"tve-u-16465071dea\" data-ct-name=\"Rounded Shadow\" wfd-id=\"61\">\n<form action=\"\" method=\"post\" novalidate=\"\" wfd-id=\"62\">\n<div class=\"tve-cf-item-wrapper\" wfd-id=\"66\">\n<div class=\"tve-cf-item\" data-css=\"tve-u-1695dd04208\" wfd-id=\"79\">\n<div class=\"thrv-cf-input-wrapper\" data-type=\"first_name\" wfd-id=\"80\">\n<label data-css=\"tve-u-1695d9d6525\" class=\"\" wfd-id=\"82\">First Name</label>\n<div class=\"tve-cf-input\" data-css=\"tve-u-1695d9d6526\" data-tcb_hover_state_parent=\"\" wfd-id=\"81\">\n<input placeholder=\"\" type=\"text\" name=\"first_name\" data-placeholder=\"\" wfd-id=\"549\">\n</div>\n</div>\n</div>\n<div class=\"tve-cf-item\" data-css=\"tve-u-1695dd04208\" wfd-id=\"75\">\n<div class=\"thrv-cf-input-wrapper\" data-type=\"email\" wfd-id=\"76\">\n<label data-css=\"tve-u-1695d9d6527\" class=\"\" wfd-id=\"78\">Email Address</label>\n<div class=\"tve-cf-input\" data-css=\"tve-u-1695d9d6528\" data-tcb_hover_state_parent=\"\" wfd-id=\"77\">\n<input placeholder=\"\" type=\"email\" name=\"email\" data-placeholder=\"\" wfd-id=\"548\">\n</div>\n</div>\n</div>\n<div class=\"tve-cf-item\" data-css=\"tve-u-1695dd484d7\" wfd-id=\"71\">\n<div class=\"thrv-cf-input-wrapper\" data-type=\"message\" wfd-id=\"72\">\n<label data-css=\"tve-u-1695d9d6529\" class=\"\" wfd-id=\"74\">Message</label>\n<div class=\"tve-cf-input\" data-css=\"tve-u-1695d9d652a\" data-tcb_hover_state_parent=\"\" wfd-id=\"73\">\n<textarea placeholder=\"\" data-placeholder=\"\" name=\"message\" wfd-id=\"551\"></textarea>\n</div>\n</div>\n</div>\n<div class=\"tve-cf-item\" data-css=\"tve-u-1695dd04208\" wfd-id=\"67\">\n	<div class=\"thrv-cf-input-wrapper\" data-type=\"phone\" wfd-id=\"68\">\n		<label data-css=\"tve-u-1695d9d6525\" class=\"\" wfd-id=\"70\">Phone Number</label>\n		<div class=\"tve-cf-input\" data-css=\"tve-u-1695d9d6526\" wfd-id=\"69\">\n			<input placeholder=\"+1-555-555-2368\" type=\"tel\" name=\"phone\" data-placeholder=\"+1-555-555-2368\" wfd-id=\"547\">\n		</div>\n	</div>\n</div></div>\n<div class=\"tve-cf-submit\" data-tcb_hover_state_parent=\"\" data-button-style=\"rounded\" data-css=\"tve-u-1695dd27f6a\" wfd-id=\"63\">\n<button class=\"tve_btn_txt\" type=\"submit\" wfd-id=\"564\">Submit Message</button>\n</div>\n<input type=\"hidden\" name=\"config\" value=\"YTozOntzOjE0OiJlcnJvcl9tZXNzYWdlcyI7YTo0OntzOjU6ImVtYWlsIjtzOjIxOiJFbWFpbCBhZGRyZXNzIGludmFsaWQiO3M6NToicGhvbmUiO3M6MjA6IlBob25lIG51bWJlciBpbnZhbGlkIjtzOjM6InVybCI7czoxMToiVVJMIGludmFsaWQiO3M6ODoicmVxdWlyZWQiO3M6MjA6IlJlcXVpcmVkIGZpZWxkIGVtcHR5Ijt9czo4OiJ0b19lbWFpbCI7YToyOntzOjI6InRvIjtzOjI4OiJpbmZvQGJlc3RjZXJha290ZWZsb3JpZGEuY29tIjtzOjc6InN1YmplY3QiO3M6MTg6Ik5ldyBtZXNzYWdlIGZyb206ICI7fXM6Njoic3VibWl0IjthOjEwOntzOjY6ImFjdGlvbiI7czoxMjoibm90aWZpY2F0aW9uIjtzOjIzOiJzZW5kX2NvbmZpcm1hdGlvbl9lbWFpbCI7YjoxO3M6MTk6InNlbmRlcl9wZXJzb25hbGl6ZWQiO2I6MDtzOjIwOiJjb25maXJtYXRpb25fc3ViamVjdCI7czozNjoiQ29udGFjdCBGb3JtIHN1Ym1pc3Npb24gY29uZmlybWF0aW9uIjtzOjIwOiJjb25maXJtYXRpb25fbWVzc2FnZSI7czoxMzk6IkhlbGxvLCAKClRoYW5rcyBmb3IgY29udGFjdGluZyB1cy4gV2UnbGwgZ2V0IGJhY2sgdG8geW91IGFzIHNvb24gYXMgcG9zc2libGUgd2l0aCB0aGUgaW5mb3JtYXRpb24geW91IG5lZWQuIAoKQmVzdCByZWdhcmRzLApbd3Bfc2l0ZV90aXRsZV0iO3M6OToiZnJvbV9uYW1lIjtzOjI4OiJUaGUgQmVzdCBDZXJha290ZSBJbiBGbG9yaWRhIjtzOjEwOiJmcm9tX2VtYWlsIjtzOjI5OiJhZG1pbkBiZXN0Y2VyYWtvdGVmbG9yaWRhLmNvbSI7czo4OiJyZXBseV90byI7czoyOToiYWRtaW5AYmVzdGNlcmFrb3RlZmxvcmlkYS5jb20iO3M6MzoidXJsIjtzOjA6IiI7czoxMjoibm90aWZpY2F0aW9uIjtzOjgxOiJZb3VyIG1lc3NhZ2UgaGFzIGJlZW4gc2VudCwgdGhhbmsgeW91ISBZb3UnbGwgaGVhciBmcm9tIHVzIHdpdGhpbiB0aGUgbmV4dCAyNCBocnMiO319\" wfd-id=\"546\"></form>\n</div><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_slide_left\" data-css=\"tve-u-1621ef118dc\" style=\"\" wfd-id=\"59\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"60\"><img class=\"tve_image tve_evt_manager_listen tve_et_tve-viewport wp-image-282\" alt=\"Cerakote Certified Logo\" width=\"2148\" height=\"1968\" title=\"Cerakote Certified Logo\" data-id=\"282\" src=\"https://bestcerakoteflorida.com/wp-content/uploads/2018/09/CertifiedLogo.png\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_left&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" style=\"width: 100%;\"></span></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621ee4be73\" style=\"\" wfd-id=\"49\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ee22c43\" wfd-id=\"51\"><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-1695d995f33\" wfd-id=\"53\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=825 South Kings Highway, Fort Pierce&amp;t=m&amp;z=11&amp;output=embed&amp;iwloc=near\"></iframe>\n</div><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-1621ee18a1c\" wfd-id=\"52\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=davie, Florida 33317&amp;t=m&amp;z=11&amp;output=embed&amp;iwloc=near\"></iframe>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621f0aa8f7\" wfd-id=\"28\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621f0ada0e\" wfd-id=\"44\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621f0b0088\" wfd-id=\"29\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621f0d2c1a\" wfd-id=\"30\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-1621f0cbe40\" wfd-id=\"31\"><div class=\"tcb-flex-col\" wfd-id=\"38\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"40\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621f0da775\" wfd-id=\"41\"><p data-css=\"tve-u-1622444fb11\">Â© 2018, BLACKHAWK CUSTOM, LLC . All rights reserved.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"32\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"34\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16223fe5f5b\" wfd-id=\"35\"><p data-css=\"tve-u-1621f0d874c\" style=\"text-align: right;\">Made with <a href=\"https://thrivethemes.com/\" target=\"_blank\">Thrive Architect</a></p></div></div></div></div></div></div>\n</div>\n\n'),(7104,586,'tve_revision_tve_content_more_found',''),(7105,586,'tve_revision_tve_save_post',''),(7106,586,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Merriweather:400,700&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Special+Elite:400&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Poppins:400,800,900,300,700,&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Monda:400,700,&subset=latin\");@media (min-width: 300px){.tcb-plain-text { font-family: Monda; font-weight: 400; font-size: 14px; }#tve_editor [data-css=\"tve-u-1621b072b4e\"] p, #tve_editor [data-css=\"tve-u-1621b072b4e\"] li, #tve_editor [data-css=\"tve-u-1621b072b4e\"] blockquote, #tve_editor [data-css=\"tve-u-1621b072b4e\"] address, #tve_editor [data-css=\"tve-u-1621b072b4e\"] .tcb-plain-text, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h1, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h2, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h3, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h4, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h5, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h6 { color: rgb(18, 18, 18); }[data-css=\"tve-u-1621fe78878\"] .tcb-flex-col { flex-basis: 160px !important; }[data-css=\"tve-u-16417b70f47\"] { padding: 0px !important; margin: 0px !important; }#tve_editor [data-css=\"tve-u-1621fdcb4ea\"] { color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1641367127b\"] > :first-child { color: rgb(15, 29, 123); }[data-css=\"tve-u-1641367127b\"] { font-size: 60px; float: none; box-shadow: none; position: relative; z-index: 5; margin: 0px auto !important; }#tve_editor [data-css=\"tve-u-1641333d7d1\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-162717cb617\"] > .tcb-flex-col { padding-left: 0px; }#tve_editor [data-css=\"tve-u-16413112747\"] { color: rgb(255, 255, 255) !important; font-size: 15px !important; text-transform: capitalize !important; letter-spacing: 3px; font-family: Merriweather !important; font-weight: 400 !important; }[data-css=\"tve-u-16369305186\"] > .tve-cb { display: block; }#tve_editor [data-css=\"tve-u-162717cb609\"] p, #tve_editor [data-css=\"tve-u-162717cb609\"] li, #tve_editor [data-css=\"tve-u-162717cb609\"] blockquote, #tve_editor [data-css=\"tve-u-162717cb609\"] address, #tve_editor [data-css=\"tve-u-162717cb609\"] h1, #tve_editor [data-css=\"tve-u-162717cb609\"] h2, #tve_editor [data-css=\"tve-u-162717cb609\"] h3, #tve_editor [data-css=\"tve-u-162717cb609\"] h4, #tve_editor [data-css=\"tve-u-162717cb609\"] h5, #tve_editor [data-css=\"tve-u-162717cb609\"] h6 { color: rgb(255, 255, 255); }[data-css=\"tve-u-16369305186\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-162717cb621\"] .tve-page-section-in { display: flex; justify-content: center; flex-direction: column; }[data-css=\"tve-u-162717fcf9d\"] .tve-page-section-in { display: block; }[data-css=\"tve-u-1628a146aef\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1628a12f675\"] { padding: 0px !important; margin: 0px 0px 60px !important; }[data-css=\"tve-u-1628a10d3b4\"] { max-width: 100%; padding: 0px !important; margin: 0px 0px 60px !important; }#tve_editor [data-css=\"tve-u-162717cb618\"] p, #tve_editor [data-css=\"tve-u-162717cb618\"] li, #tve_editor [data-css=\"tve-u-162717cb618\"] blockquote, #tve_editor [data-css=\"tve-u-162717cb618\"] address, #tve_editor [data-css=\"tve-u-162717cb618\"] h1, #tve_editor [data-css=\"tve-u-162717cb618\"] h2, #tve_editor [data-css=\"tve-u-162717cb618\"] h3, #tve_editor [data-css=\"tve-u-162717cb618\"] h4, #tve_editor [data-css=\"tve-u-162717cb618\"] h5, #tve_editor [data-css=\"tve-u-162717cb618\"] h6 { color: rgb(0, 229, 255); }[data-css=\"tve-u-162718bd0c0\"] { clip-path: url(\"#clip-top-a3b25e1c9221a\"); -webkit-clip-path: url(\"#clip-top-a3b25e1c9221a\");  background-image: none !important; opacity: 1; filter: grayscale(0%) blur(0px); background-color: transparent !important; }[data-css=\"tve-u-162718a3b40\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-162717fcf9d\"] { z-index: 0 !important; padding: 170px 40px 0px !important; margin-top: -80px !important; }[data-css=\"tve-u-16260cd622f\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-16260cd7683\"]::after { clear: both; }[data-css=\"tve-u-16260cd622f\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin-top: 0px !important; margin-bottom: -1px !important; }[data-css=\"tve-u-16260be7104\"] { max-width: 1200px; }[data-css=\"tve-u-16260ba2fa4\"] { padding: 100px 40px !important; }[data-css=\"tve-u-162539c17ec\"] { line-height: 1.6em !important; }#tve_editor [data-css=\"tve-u-162493b6b63\"]:hover { background-color: rgb(248, 249, 251) !important; }#tve_editor [data-css=\"tve-u-1624939a960\"]:hover { background-color: rgb(248, 249, 251) !important; background-image: none !important; }#tve_editor [data-css=\"tve-u-162492e70ad\"] { color: rgb(137, 141, 167) !important; }[data-css=\"tve-u-162492815ba\"] { padding: 0px !important; margin-top: 25px !important; }[data-css=\"tve-u-162491e8e1f\"]::after { clear: both; }[data-css=\"tve-u-1622f65ba70\"] { border: none; background-image: none !important; padding: 0px 30px 30px !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-1622a159bcb\"] { max-width: 100%; float: none; z-index: 6; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; margin-top: 0px !important; }[data-css=\"tve-u-16229915e4e\"] { max-width: 62.8%; }[data-css=\"tve-u-16229915e1a\"] { max-width: 37.2%; }[data-css=\"tve-u-16225617da3\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-Brett.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16225611edb\"] { min-height: 127px; }[data-css=\"tve-u-1622561121b\"] { max-width: 127px; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-16224848ee5\"]::after { clear: both; }[data-css=\"tve-u-16224834cab\"]::after { clear: both; }[data-css=\"tve-u-1621ee3afec\"] > .tve-cb { display: block; }[data-css=\"tve-u-1621fe78878\"] > .tcb-flex-col { padding-left: 5px; }[data-css=\"tve-u-1621fe940b9\"] { max-width: 50%; }[data-css=\"tve-u-1621fe94086\"] { max-width: 50%; }[data-css=\"tve-u-1621fe85996\"] { max-width: 585px; float: left; z-index: 3; position: relative; width: 100%; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621fe78878\"] > .tcb-flex-col > .tcb-col { min-height: 65px; justify-content: center; }[data-css=\"tve-u-1621fe78878\"] { min-height: inherit; margin-left: -5px; padding: 0px !important; flex-wrap: wrap !important; }#tve_editor [data-css=\"tve-u-1621f4d0451\"] { font-size: 20px !important; }#tve_editor [data-css=\"tve-u-1621f4ceaf6\"] { font-size: 20px !important; color: rgb(12, 12, 12) !important; }[data-css=\"tve-u-1621f45bed3\"] { padding: 0px !important; }[data-css=\"tve-u-1621f114214\"] { float: none; max-width: 100%; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621f0da775\"] { padding: 0px !important; }#tve_editor [data-css=\"tve-u-1621f0d874c\"] { letter-spacing: 1px; color: rgb(137, 141, 167) !important; font-size: 14px !important; }[data-css=\"tve-u-1621f0d2c1a\"] { max-width: 100%; margin-left: 60px !important; margin-right: 60px !important; }[data-css=\"tve-u-1621f0aa8f7\"] .tve-page-section-in { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621f0cbe40\"] { margin-left: 0px; padding: 0px !important; }[data-css=\"tve-u-1621f0cbe40\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-1621f0b0088\"] { max-width: 100%; min-height: 140px !important; }[data-css=\"tve-u-1621f0ada0e\"] { background-image: linear-gradient(rgb(22, 22, 24), rgb(22, 22, 24)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1621f0aa8f7\"] { padding: 0px !important; }[data-css=\"tve-u-1621efddaaf\"] { padding: 0px !important; }[data-css=\"tve-u-1621ef118dc\"] { width: 191px; position: relative; right: -50px; top: 0px; float: none; z-index: 3; margin: 0px auto !important; padding-left: 0px !important; left: 10px; }#tve_editor [data-css=\"tve-u-1621ee74a24\"] > :first-child { color: rgb(255, 255, 255); }[data-css=\"tve-u-1621ee74a24\"] { font-size: 60px; float: none; z-index: 3; position: relative; margin: 0px auto 10px !important; padding-top: 0px !important; box-shadow: none; }[data-css=\"tve-u-1621ee63e1c\"] { float: none; z-index: 3; position: relative; max-width: none; width: 100%; padding: 0px !important; margin: 0px auto 30px !important; }[data-css=\"tve-u-1621ee58e74\"] { background-color: rgba(0, 0, 0, 0.77) !important; border-right: 2px dotted rgb(0, 0, 0) !important; }[data-css=\"tve-u-1621ee3afec\"] { padding: 60px 10px 0px 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621ee22c43\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding-top: 0px !important; padding-left: 0px !important; }[data-css=\"tve-u-1621ee18a1c\"] { margin: 1px 20px 0px !important; box-shadow: none; }[data-css=\"tve-u-1621ee093d4\"] { margin-top: 0px !important; }[data-css=\"tve-u-1621ee03000\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1621ee03000\"] { margin-left: 0px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-1621ee03000\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-1621edf8048\"] { max-width: 100%; min-height: 1px !important; }[data-css=\"tve-u-1621ec454d9\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec43fe2\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec42aa7\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec3a5c0\"] { margin-top: 0px !important; margin-bottom: 10px !important; }[data-css=\"tve-u-1621ec37ea5\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec36a4d\"] { margin-bottom: 10px !important; }[data-css=\"tve-u-1621ea18c5d\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ea19a06\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ea1a5d7\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ea2c69a\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ea23322\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ec298ab\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ec2704c\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ec241aa\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ec05cc3\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec04541\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec009a8\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ebff867\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ebfe4ce\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621eb037bb\"] { padding: 0px !important; margin-top: 0px !important; margin-bottom: 30px !important; }[data-css=\"tve-u-1621eaff572\"] { color: rgb(15, 29, 123) !important; }[data-css=\"tve-u-1621ea50702\"] { max-width: 230px; float: none; z-index: 3; position: relative; width: 100%; padding: 0px !important; margin: 0px auto !important; }#tve_editor [data-css=\"tve-u-1621ea2c69a\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ea295c0\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ea295c0\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ea1fba7\"] > :first-child { color: rgb(137, 141, 167); }#tve_editor [data-css=\"tve-u-1621ea23322\"] { font-size: 16px !important; }[data-css=\"tve-u-1621ea1fba7\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }[data-css=\"tve-u-1621e99c314\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }[data-css=\"tve-u-1621e99b1db\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }[data-css=\"tve-u-1621e9993aa\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ea1a5d7\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ea19a06\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ea18c5d\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621e99c314\"] > :first-child { color: rgb(137, 141, 167); }#tve_editor [data-css=\"tve-u-1621e99b1db\"] > :first-child { color: rgb(137, 141, 167); }#tve_editor [data-css=\"tve-u-1621e9993aa\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621e8107f3\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621e942b65\"] strong { font-weight: 800; }[data-css=\"tve-u-1621e7e9950\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621e930bd7\"] { padding: 0px 0px 50px !important; }#tve_editor [data-css=\"tve-u-1621e92e97f\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1621e81f424\"] { border-radius: 200px; overflow: hidden; background-image: none !important; border: 3px solid rgb(255, 255, 255) !important; background-color: rgb(144, 147, 168) !important; }[data-css=\"tve-u-1621e819c52\"] { min-height: 110px; }[data-css=\"tve-u-1621e8107f3\"] { float: none; max-width: 110px; z-index: 4; padding: 0px !important; margin: -60px auto 30px !important; }[data-css=\"tve-u-1621e7edfd9\"] { clip-path: url(\"#clip-bottom-10ffac3b28f1d\"); -webkit-clip-path: url(\"#clip-bottom-10ffac3b28f1d\");  background-image: none !important; background-color: rgb(144, 147, 168) !important; }[data-css=\"tve-u-1621e7e9950\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1621e7e6c1d\"] { min-height: 150px; }[data-css=\"tve-u-1621e7c7aa1\"] > .tcb-flex-col { padding-left: 60px; }[data-css=\"tve-u-1621e7d5094\"] { min-height: 480px; }[data-css=\"tve-u-1621e7d234c\"] { box-shadow: rgba(0, 0, 0, 0.02) 0px 2px 22px 0px; background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1621e7ceab3\"] { float: none; width: 100%; padding: 0px 0px 20px !important; margin: 0px auto !important; }[data-css=\"tve-u-1621e7c899a\"] { float: none; max-width: 100%; margin: 0px auto !important; }[data-css=\"tve-u-1621e7c7aa1\"] { margin-left: -60px; padding: 0px !important; }[data-css=\"tve-u-1621e7b695a\"] { padding: 0px !important; margin-bottom: 100px !important; }#tve_editor [data-css=\"tve-u-1621e7a7350\"] { color: rgb(15, 29, 123) !important; }[data-css=\"tve-u-1621b3cfc7b\"] { filter: blur(0px); opacity: 1; background-image: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(220, 224, 246) 38%) !important; background-color: rgb(212, 212, 212) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1621b3c8c52\"] { padding: 100px 40px !important; }[data-css=\"tve-u-1621b3c74d9\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-1621b300a64\"]::after { clear: both; }[data-css=\"tve-u-1621b24a89d\"] { padding: 0px !important; }[data-css=\"tve-u-1621b22a018\"] { background-image: none !important; padding: 0px !important; }[data-css=\"tve-u-1621b200375\"] { float: none; max-width: 100%; border-left: 1px solid rgba(15, 29, 123, 0.7); border-right: 1px solid rgba(15, 29, 123, 0.7); background-color: rgb(248, 249, 251) !important; margin: 0px auto !important; }[data-css=\"tve-u-1621b10fccf\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621b0e4fb7\"] { border-right: none; max-width: 100%; padding: 0px !important; margin-bottom: 40px !important; margin-right: 0px !important; }[data-css=\"tve-u-1621b072b4e\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-1621b064668\"] { max-width: 52%; }[data-css=\"tve-u-1621b064646\"] { max-width: 48%; }[data-css=\"tve-u-1621afda4fa\"] { max-width: none; padding: 0px !important; margin-bottom: 40px !important; }#tve_editor [data-css=\"tve-u-1621afd8c98\"] { color: rgb(255, 255, 255) !important; font-size: 20px !important; }[data-css=\"tve-u-1621afceb00\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 80%; padding: 0px !important; margin-bottom: 50px !important; }#tve_editor [data-css=\"tve-u-1621afcc0bf\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1621a8a804b\"] > .tcb-flex-col { padding-left: 60px; }[data-css=\"tve-u-1621ae6c8da\"] { clip-path: url(\"#clip-top-aa2c3e3c70555\"); -webkit-clip-path: url(\"#clip-top-aa2c3e3c70555\");  background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-Cta-2.jpg\") !important; background-size: cover !important; background-position: 0% 100% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1621ae4fd21\"] { max-width: 100%; top: -70px; z-index: 5; left: -60px; position: relative !important; padding: 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-1621ae4db6e\"] { min-height: 524px; }[data-css=\"tve-u-1621ada1e7f\"] .tve-page-section-in { display: flex; flex-direction: column; justify-content: center; }[data-css=\"tve-u-1621adea58b\"] > .tcb-flex-col > .tcb-col { min-height: 1px; justify-content: center; }[data-css=\"tve-u-1621ae0bec7\"] { height: calc(100% - -22px); background-image: linear-gradient(rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.14)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; margin-left: 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621adea58b\"] > .tcb-flex-col { padding-left: 50px; }[data-css=\"tve-u-1621adea58b\"] { margin-left: -50px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-1621ade6172\"] { max-width: 100%; float: none; width: 100%; margin: 0px auto !important; }[data-css=\"tve-u-1621adba9ef\"] { clip-path: url(\"#clip-top-52d5a36c151aa\"); -webkit-clip-path: url(\"#clip-top-52d5a36c151aa\");  background-image: linear-gradient(rgba(15, 29, 123, 0.65), rgba(15, 29, 123, 0.65)), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-cta-bg.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-1621ada1e7f\"] { padding: 0px 40px !important; }[data-css=\"tve-u-1621ad46076\"] { padding: 100px 40px !important; margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1621ad420c4\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-1621a9076ef\"] { padding-top: 2px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-1621acf64fb\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621acf47d2\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1621acf0289\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621a8e11f3\"] { padding-top: 2px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-1621a8e5625\"] { padding-top: 2px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-1621ace4de9\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1621ace1b08\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1621a9a2867\"] strong { font-weight: 700; }#tve_editor [data-css=\"tve-u-1621a9a2867\"] { font-weight: 300; color: rgb(15, 29, 123) !important; font-family: Poppins !important; }[data-css=\"tve-u-1621a9750ae\"] { font-size: 13.6px !important; line-height: 13.6px !important; }[data-css=\"tve-u-1621a9a2867\"] { font-size: 48px !important; line-height: 48px !important; }[data-css=\"tve-u-1621a9a2866\"] { margin-top: 40px !important; }[data-css=\"tve-u-1621a9a2862\"] { width: 160px !important; height: 160px !important; background-color: rgb(137, 141, 167) !important; }[data-css=\"tve-u-1621a98b602\"] { stroke-dasharray: 502.655, 502.655; }[data-css=\"tve-u-1621a983587\"] { float: none; border: 30px solid rgba(137, 141, 167, 0.24); z-index: 3; position: relative; margin: 30px auto 0px !important; padding: 0px !important; }[data-css=\"tve-u-1621a9750ae\"] strong { font-weight: 700; }#tve_editor [data-css=\"tve-u-1621a9750ae\"] { color: rgb(255, 255, 255) !important; font-family: Monda !important; }[data-css=\"tve-u-1621a96b190\"] { background-color: rgb(231, 229, 229); width: 144px !important; height: 144px !important; top: 8px !important; bottom: 8px !important; left: 8px !important; right: 8px !important; }[data-css=\"tve-u-1621a9685d4\"] { stroke: rgb(248, 251, 253) !important; stroke-width: 17px !important; }[data-css=\"tve-u-1621a8a804b\"] > .tcb-flex-col > .tcb-col { min-height: 445px; justify-content: center; }[data-css=\"tve-u-1621a90a46f\"] { background-image: radial-gradient(rgba(255, 255, 255, 0.51) 16%, rgb(255, 255, 255) 73%), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-100-clean.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }#tve_editor [data-css=\"tve-u-1621a9076ef\"] > :first-child { color: rgb(15, 29, 123); }#tve_editor [data-css=\"tve-u-1621a8e5625\"] > :first-child { color: rgb(15, 29, 123); }#tve_editor [data-css=\"tve-u-1621a8e11f3\"] > :first-child { color: rgb(15, 29, 123); }[data-css=\"tve-u-1621a8c4313\"] { padding: 0px !important; margin-bottom: 60px !important; }[data-css=\"tve-u-1621a8b2488\"] { float: none; max-width: 100%; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621a8a804b\"] { min-height: inherit; margin-left: -60px; padding: 0px !important; }[data-css=\"tve-u-1621a2e0d5b\"] { line-height: 1em !important; }[data-css=\"tve-u-1621a2247ba\"] { max-width: 100%; float: none; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; }#tve_editor [data-css=\"tve-u-1620af7eb3f\"] .tcb-button-link { font-size: 18px; color: rgb(15, 29, 123) !important; }#tve_editor [data-css=\"tve-u-1620af7eb3f\"]:hover strong { font-weight: 700 !important; }[data-css=\"tve-u-1620af7eb3f\"] { width: 268px; float: left; z-index: 3; position: relative; display: block; max-width: 268px; margin-bottom: 0px !important; margin-top: 0px !important; margin-left: 3px !important; }#tve_editor [data-css=\"tve-u-1620af7eb3f\"]:hover .tcb-button-link { color: rgb(255, 255, 255) !important; border-radius: 200px !important; overflow: hidden !important; font-family: Monda !important; font-weight: 400 !important; text-shadow: none !important; background-image: none !important; background-color: rgb(15, 29, 123) !important; }[data-css=\"tve-u-1620af7eb3f\"] .tcb-button-link { border-radius: 200px; min-height: 54.7619px; font-size: 1.33333em; padding-top: 0px; padding-bottom: 0px; background-image: none !important; background-color: rgb(255, 255, 255) !important; padding-right: 15px !important; }#tcb_landing_page a:not(.tcb-button-link).tve_state_hover { color: rgb(35, 55, 188); }#tcb_landing_page a:not(.tcb-button-link):hover { color: rgb(35, 55, 188); }#tcb_landing_page a:not(.tcb-button-link) { color: rgb(255, 255, 255); }#tcb_landing_page input strong { font-weight: 700; }#tcb_landing_page .tcb-button-link strong { font-weight: 700; }#tcb_landing_page p strong, #tcb_landing_page li strong { font-weight: 700; }#tcb_landing_page input { font-family: Merriweather; font-weight: 400; }#tcb_landing_page .tcb-button-link { font-family: Merriweather; font-weight: 400; }#tcb_landing_page p, #tcb_landing_page li { color: rgb(12, 12, 12); font-family: Merriweather; font-weight: 400; line-height: 1.5em; font-size: 16px; }#tcb_landing_page h6 { text-transform: uppercase; font-size: 14px; color: rgb(0, 0, 0); font-family: \"Special Elite\"; font-weight: 400; letter-spacing: 1px; line-height: 1.3em; }#tcb_landing_page h5 { font-size: 22px; color: rgb(12, 12, 12); font-family: \"Special Elite\"; font-weight: 400; line-height: 1.3em; }#tcb_landing_page h4 { font-size: 24px; color: rgb(12, 12, 12); font-family: \"Special Elite\"; font-weight: 400; line-height: 1.3em; }#tcb_landing_page h3 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(12, 12, 12); font-size: 26px; line-height: 1.3em; }#tcb_landing_page h2 { color: rgb(0, 0, 0); font-size: 30px; letter-spacing: 2px; text-transform: uppercase; line-height: 1.3em; font-family: \"Special Elite\"; font-weight: 400; }#tcb_landing_page h1 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(0, 0, 0); font-size: 42px; line-height: 1.3em; }[data-css=\"tve-u-15e09c94f7d\"] { background-color: rgb(231, 229, 229) !important; }[data-css=\"tve-u-1621b01355a\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621b01355a\"] { max-width: 274px; position: relative; float: left; z-index: 3; width: 100%; padding: 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-1621b028939\"] .tcb-button-link { font-size: 18px; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1621b028939\"]:hover strong { font-weight: 700 !important; }[data-css=\"tve-u-1621b028939\"] { display: block; max-width: 268px; width: 268px; top: 0px; left: 0px; float: left; z-index: 3; position: relative; margin-bottom: 0px !important; margin-top: 0px !important; }#tve_editor [data-css=\"tve-u-1621b028939\"]:hover .tcb-button-link { background-color: rgb(255, 255, 255) !important; color: rgb(15, 29, 123) !important; overflow: hidden !important; font-family: Monda !important; background-image: none !important; text-align: center !important; }[data-css=\"tve-u-1621b028939\"] .tcb-button-link { min-height: 54.7619px; font-size: 1.33333em; padding-top: 0px; padding-bottom: 0px; border: 1px solid rgb(255, 255, 255); border-radius: 30px; overflow: hidden; background-color: rgba(26, 188, 156, 0.01) !important; padding-right: 15px !important; color: rgb(26, 188, 156) !important; }[data-css=\"tve-u-1621b08fdde\"] { border-radius: 200px; overflow: hidden; border: 1px solid rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1621b01355a\"]:hover [data-css=\"tve-u-1621b08fdde\"] { border: 1px solid rgba(255, 255, 255, 0.4) !important; }[data-css=\"tve-u-1621b30ca74\"]::after { clear: both; }#tve_editor [data-css=\"tve-u-1621e942b65\"] { font-weight: 400; letter-spacing: 0px; color: rgb(255, 255, 255) !important; font-family: Poppins !important; font-size: 30px !important; }[data-css=\"tve-u-1621e94cb4e\"] { float: none; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621eaaedd8\"] { clip-path: url(\"#clip-bottom-a2b9cf3198d6f\"); -webkit-clip-path: url(\"#clip-bottom-a2b9cf3198d6f\");  background-image: none !important; background-color: rgb(5, 10, 42) !important; }[data-css=\"tve-u-1621eab272c\"] { border-radius: 200px; overflow: hidden; background-image: none !important; border: 3px solid rgb(255, 255, 255) !important; background-color: rgb(5, 10, 42) !important; }[data-css=\"tve-u-1621eacf6af\"] { max-width: 230px; float: none; z-index: 3; position: relative; padding: 0px !important; margin: 0px auto !important; }[data-css=\"tve-u-1621eb3eb9f\"] { clip-path: url(\"#clip-bottom-ac98bb0e54b3b\"); -webkit-clip-path: url(\"#clip-bottom-ac98bb0e54b3b\");  background-image: none !important; background-color: rgb(45, 51, 89) !important; }[data-css=\"tve-u-1621eb43d8d\"] { border-radius: 200px; overflow: hidden; background-image: none !important; border: 3px solid rgb(255, 255, 255) !important; background-color: rgb(45, 51, 89) !important; }[data-css=\"tve-u-1621eb7ccb0\"] { min-height: 530px; }[data-css=\"tve-u-1621eb81205\"] { padding: 0px 0px 20px !important; margin-top: -25px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621ebbbb6d\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621ebbbb6d\"] { max-width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1621ebf340c\"] { max-width: 230px; float: none; z-index: 3; position: relative; width: 100%; padding: 0px !important; margin: 0px auto !important; }[data-css=\"tve-u-1621ebfa746\"] { padding: 0px !important; margin-top: 0px !important; margin-bottom: 30px !important; }#tve_editor [data-css=\"tve-u-1621ebfe4ce\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ebff867\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ec009a8\"] { font-size: 16px !important; }[data-css=\"tve-u-1621ec09a3c\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; margin: 0px !important; }#tve_editor [data-css=\"tve-u-1621ec09a3c\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ec0c5bd\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; margin: 0px !important; }#tve_editor [data-css=\"tve-u-1621ec0c5bd\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ec15f6e\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ec15f6e\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ec204df\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ec204df\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ec20f68\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ec20f68\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ec21a31\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ec21a31\"] > :first-child { color: rgb(137, 141, 167); }#tve_editor [data-css=\"tve-u-1621ec241aa\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ec2704c\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ec298ab\"] { font-size: 16px !important; }[data-css=\"tve-u-1621ec6c39b\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621ec6c39b\"] { float: none; max-width: 110px; z-index: 4; padding: 0px !important; margin: -60px auto 30px !important; }[data-css=\"tve-u-1621ec752da\"] { min-height: 110px; }[data-css=\"tve-u-1621ec78d2c\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621ec78d2c\"] { float: none; max-width: 110px; z-index: 4; padding: 0px !important; margin: -60px auto 30px !important; }[data-css=\"tve-u-1621ec79a7d\"] { min-height: 110px; }[data-css=\"tve-u-1621ec7f21a\"] { min-height: 160px; }[data-css=\"tve-u-1621f154231\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-1621f154231\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin: 0px 0px -1px !important; }[data-css=\"tve-u-1621f15b521\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-1621f15b521\"] { float: right; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin-top: -1px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621f4ceaf7\"] { color: rgb(15, 29, 123) !important; }[data-css=\"tve-u-1621fb65556\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-1621fb65556\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-1621fb65556\"] { min-height: inherit; margin-left: -20px; padding: 0px !important; }[data-css=\"tve-u-1621fb68b97\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-1621fb68b97\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-1621fb68b97\"] { min-height: inherit; margin-left: -30px; padding: 30px !important; }[data-css=\"tve-u-1621fbacc60\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621fbcad8c\"] { padding: 0px !important; }[data-css=\"tve-u-1621fc0ce17\"] { padding: 0px !important; margin-bottom: 15px !important; }[data-css=\"tve-u-1621fd84d7b\"] { min-height: 480px; }[data-css=\"tve-u-1621fd8766c\"] { min-height: 150px; }[data-css=\"tve-u-1621fd9c946\"] { padding: 0px 0px 20px !important; margin-top: 0px !important; margin-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-1621fe1587d\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1621fe1725e\"] strong { font-weight: 800; }#tve_editor [data-css=\"tve-u-1621fe1725e\"] { font-weight: 400; letter-spacing: 0px; color: rgb(255, 255, 255) !important; font-family: Poppins !important; font-size: 30px !important; }#tve_editor [data-css=\"tve-u-1621fe1a1af\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1621fe1bd18\"] strong { font-weight: 800; }#tve_editor [data-css=\"tve-u-1621fe1bd18\"] { font-weight: 400; letter-spacing: 0px; color: rgb(255, 255, 255) !important; font-family: Poppins !important; font-size: 30px !important; }[data-css=\"tve-u-16223b080b0\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-16223b080b0\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-16223f02c16\"] { min-height: 62px; }[data-css=\"tve-u-16223fe5f5b\"] { padding: 0px !important; }[data-css=\"tve-u-16224439be1\"] { padding: 0px !important; }#tve_editor [data-css=\"tve-u-1622444fb11\"] { letter-spacing: 1px; color: rgb(137, 141, 167) !important; font-size: 14px !important; }#tve_editor [data-css=\"tve-u-16228c764b2\"] { font-size: 18px !important; }[data-css=\"tve-u-16229f6175c\"] { border: none; margin: 80px 0px 0px !important; background-image: none !important; }[data-css=\"tve-u-16229fa6a26\"] { border: none; box-shadow: none; padding: 0px 30px 30px !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-16229fa8c68\"] { border: none; padding: 0px 30px 30px !important; background-image: none !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col > .tcb-col { min-height: 244px; }[data-css=\"tve-u-16229ffbb7b\"] { margin-left: -30px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16248fc42a1\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-16248fc42a1\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-16248fc71c8\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-16249355087\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-16249355087\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-16249358652\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-16249358652\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-1624935a201\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-1624935a201\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-16249367114\"] { border: none; margin: 30px 0px 0px !important; background-image: none !important; }[data-css=\"tve-u-16249373b25\"] { border: none; padding: 0px 30px 30px !important; background-image: linear-gradient(rgb(248, 249, 251), rgb(248, 249, 251)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1624939a960\"] { border: none; box-shadow: none; padding: 0px 30px 30px !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-162493a03b0\"] > .tcb-flex-col > .tcb-col { min-height: 244px; }[data-css=\"tve-u-162493a03b0\"] { margin-left: -30px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-162493a03b0\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-162493b6b63\"] { border: none; background-image: none !important; padding: 0px 30px 30px !important; background-color: rgb(248, 249, 251) !important; }#tve_editor [data-css=\"tve-u-162493d5f13\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-162493d5f13\"] { font-size: 30px; width: 30px; height: 30px; top: 0px; left: 0px; display: block; position: static; z-index: 8; border-bottom: 1px solid rgb(10, 93, 165); border-top: none; border-right: none; border-left: none; border-image: initial; margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-162494b490e\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-162494b7ad0\"] { padding: 0px !important; margin-top: 25px !important; margin-left: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-1625389a3d5\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-1625389a3d5\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-1625389b4ed\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-1625389b4ed\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-162539ac577\"] { max-width: 39%; }[data-css=\"tve-u-162539ac57d\"] { max-width: 61%; }#tve_editor [data-css=\"tve-u-162539c17ec\"] { font-size: 16px !important; color: rgba(12, 12, 12, 0.7) !important; }[data-css=\"tve-u-16260c39a7e\"] { float: none; max-width: 100%; border-left: 1px solid rgba(15, 29, 123, 0.7); border-right: 1px solid rgba(15, 29, 123, 0.7); margin: 0px auto !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-16260c433e9\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-Rosie.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16260c5ff07\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-16260c5ff07\"] { float: right; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin: -1px 0px 0px !important; }[data-css=\"tve-u-16260c5ff0c\"]::after { clear: both; }[data-css=\"tve-u-16260d01208\"] { max-width: 37%; }[data-css=\"tve-u-16260d0120e\"] { max-width: 63%; }[data-css=\"tve-u-16260d39b83\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-16260d39b83\"] { float: right; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin-top: -1px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-16260d3b97e\"]::after { clear: both; }[data-css=\"tve-u-16260d3f4aa\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16260d3f4aa\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-16260d3f4aa\"] { min-height: inherit; margin-left: -30px; padding: 30px !important; }[data-css=\"tve-u-16260d3f4af\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-16260d3f4af\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-16260d3f4af\"] { min-height: inherit; margin-left: -20px; padding: 0px !important; }[data-css=\"tve-u-16260d5e4b8\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-Shawn.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16260d73672\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-16260d73672\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin-top: 0px !important; margin-bottom: -1px !important; }[data-css=\"tve-u-16260d8392c\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16260d8392c\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-16260d8392c\"] { min-height: inherit; margin-left: -30px; padding: 30px !important; }[data-css=\"tve-u-16260d8396c\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-16260d8396c\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-16260d8396c\"] { min-height: inherit; margin-left: -20px; padding: 0px !important; }[data-css=\"tve-u-16260da3aa7\"] { float: none; max-width: 100%; border-left: 1px solid rgba(15, 29, 123, 0.7); border-right: 1px solid rgba(15, 29, 123, 0.7); margin: 0px auto !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-162717cb600\"] { max-width: 58.2%; }[data-css=\"tve-u-162717cb601\"] { max-width: 41.8%; }[data-css=\"tve-u-162717cb609\"]::after { clear: both; }[data-css=\"tve-u-162717cb60a\"] { padding-right: 50px !important; padding-bottom: 80px !important; padding-top: 20px !important; }[data-css=\"tve-u-162717cb60b\"]::after { clear: both; }[data-css=\"tve-u-162717cb60b\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-162717cb60f\"] { padding: 0px !important; margin-bottom: 25px !important; }[data-css=\"tve-u-162717cb610\"] { padding: 0px !important; margin-bottom: 35px !important; box-shadow: none !important; }#tve_editor [data-css=\"tve-u-162717cb616\"] { text-shadow: rgb(0, 0, 0) 2px 2px 2px; text-transform: none !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-162717cb617\"] { margin-left: 0px; padding: 0px !important; }[data-css=\"tve-u-162717cb618\"] { max-width: none; margin-top: 0px !important; }[data-css=\"tve-u-162717cb620\"] { clip-path: url(\"#clip-bottom-c883ac5175045\"); -webkit-clip-path: url(\"#clip-bottom-c883ac5175045\");  opacity: 1; filter: grayscale(0%) blur(0px); background-image: linear-gradient(rgba(0, 0, 0, 0.57), rgba(0, 0, 0, 0.57)), url(\"https://bestcerakoteflorida.com/wp-content/uploads/2018/05/FTYS6743.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, fixed !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-162717cb609\"] { max-width: 1200px; min-height: 630px !important; }[data-css=\"tve-u-162717cb621\"] { z-index: 1; padding: 125px 40px 0px !important; margin-top: -130px !important; }[data-css=\"tve-u-162717d1bb6\"] { border-right: 1px solid rgba(255, 255, 255, 0.2); }[data-css=\"tve-u-162717d1bb7\"] { max-width: 23.7%; }[data-css=\"tve-u-162717d1bb9\"] { max-width: 42.9%; }[data-css=\"tve-u-162717d1bbc\"] { border-left: none; padding: 0px !important; }[data-css=\"tve-u-162717d1bbe\"] { border-bottom: 1px solid rgba(255, 255, 255, 0.2); float: none; width: 100%; position: relative; z-index: 10; max-width: 1600px; margin: 0px auto !important; }[data-css=\"tve-u-162717d1bbf\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-162717d1bbf\"] > .tcb-flex-col { padding-left: 17px; }[data-css=\"tve-u-162717d1bbf\"] { margin-left: -17px; min-height: inherit; padding: 5px 0px 0px 40px !important; }#tve_editor [data-css=\"tve-u-162717d1bbe\"] p, #tve_editor [data-css=\"tve-u-162717d1bbe\"] li, #tve_editor [data-css=\"tve-u-162717d1bbe\"] blockquote, #tve_editor [data-css=\"tve-u-162717d1bbe\"] address { font-size: 16px; }#tve_editor [data-css=\"tve-u-16271adf6cf\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-16271adf6cf\"] { font-size: 30px; width: 30px; height: 30px; top: 22px; left: 20px; border-bottom: 1px solid rgb(10, 93, 165); margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1641367e553\"] > :first-child { color: rgba(15, 29, 123, 0.12); }[data-css=\"tve-u-1641367e553\"] { font-size: 60px; float: none; box-shadow: none; width: 60px; height: 60px; margin: -55px auto 60px !important; padding-right: 17px !important; }[data-css=\"tve-u-16416e4fafd\"] { box-shadow: rgba(0, 0, 0, 0.02) 0px 2px 22px 0px; background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16416e603ab\"] { box-shadow: rgba(0, 0, 0, 0.12) 0px 3px 44px 0px; background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-164179a84b8\"] > .tve-cb { display: block; }[data-css=\"tve-u-164179a84b8\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-164179bced9\"] { border-right: none; padding: 3px 0px 0px !important; position: static !important; }[data-css=\"tve-u-16417b4cb9e\"] { padding: 0px 0px 50px !important; }[data-css=\"tve-u-16417b62c09\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-16417b662bf\"] { margin-top: 0px !important; margin-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-16417e5bd95\"] > :first-child { color: rgb(255, 255, 255); }[data-css=\"tve-u-16417e5bd95\"] { z-index: 4; position: relative; float: left; font-size: 25px !important; width: 25px !important; height: 25px !important; margin: 3px 15px 0px 0px !important; padding-left: 0px !important; }[data-css=\"tve-u-1641c1af44d\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1641c1b01a6\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1641c1b0a67\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1641c1b12d8\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }#tve_editor [data-css=\"tve-u-1641c1b33f9\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-1641c1b33f9\"] { font-size: 30px; width: 30px; height: 30px; top: 22px; left: 20px; border-bottom: 1px solid rgb(10, 93, 165); margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1641c1b456a\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-1641c1b456a\"] { font-size: 30px; width: 30px; height: 30px; top: 22px; left: 20px; border-bottom: 1px solid rgb(10, 93, 165); margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1641c1b52d3\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-1641c1b52d3\"] { font-size: 30px; width: 30px; height: 30px; top: 22px; left: 20px; border-bottom: 1px solid rgb(10, 93, 165); margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1641c1b60b4\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-1641c1b60b4\"] { font-size: 30px; width: 30px; height: 30px; top: 22px; left: 20px; border-bottom: 1px solid rgb(10, 93, 165); margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }#tcb_landing_page .tcb-plain-text { color: rgb(0, 0, 0); font-family: Merriweather; font-weight: 400; }#tcb_landing_page .tcb-plain-text strong { font-weight: 700; }[data-css=\"tve-u-162717d1bbe\"] p { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-162717d1bbe\"] h3 { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-1695981e7bb\"] { max-width: 33.3545%; }[data-css=\"tve-u-16959822de2\"] { width: 291px; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-16959846d3d\"] { margin-top: 0px !important; }[data-css=\"tve-u-16959cd1e7a\"] { margin-top: 10px !important; }[data-css=\"tve-u-1695a3002e2\"] .tcb-button-link { border-radius: 4px; border-bottom: 4px solid rgb(117, 0, 23); border-top-color: rgb(198, 225, 224); border-right-color: rgb(198, 225, 224); border-left-color: rgb(198, 225, 224); background-image: none !important; background-color: rgb(143, 2, 32) !important; padding-right: 25px !important; }#tve_editor [data-css=\"tve-u-1695a3002e2\"]:hover .tcb-button-link { background-color: rgb(132, 1, 28) !important; }#tve_editor [data-css=\"tve-u-1695a36117b\"] { color: rgb(255, 255, 255) !important; font-size: 15px !important; text-transform: capitalize !important; letter-spacing: 3px; font-family: Merriweather !important; font-weight: 400 !important; }[data-css=\"tve-u-1695d995f33\"] { box-shadow: none; margin: 0px 20px -25px !important; }#tve_editor [data-css=\"tve-u-1695d9d652a\"]:hover input, #tve_editor [data-css=\"tve-u-1695d9d652a\"]:hover textarea { box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 9px -3px !important; }#tve_editor [data-css=\"tve-u-1695d9d6528\"]:hover input, #tve_editor [data-css=\"tve-u-1695d9d6528\"]:hover textarea { box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 9px -3px !important; }#tve_editor [data-css=\"tve-u-1695d9d6526\"]:hover input, #tve_editor [data-css=\"tve-u-1695d9d6526\"]:hover textarea { box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 9px -3px !important; }#tve_editor [data-css=\"tve-u-1695d9d6529\"] { font-family: \"Courier New\", Courier, monospace; font-weight: 700; font-size: 13px; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1695d9d6527\"] { font-family: \"Courier New\", Courier, monospace; font-weight: 700; font-size: 13px; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1695d9d6525\"] { font-family: \"Courier New\", Courier, monospace; font-weight: 700; font-size: 13px; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1695d9d652a\"] input, [data-css=\"tve-u-1695d9d652a\"] textarea { box-shadow: rgba(0, 0, 0, 0.25) 0px 2px 9px -6px; background-image: none !important; }[data-css=\"tve-u-1695d9d6528\"] input, [data-css=\"tve-u-1695d9d6528\"] textarea { box-shadow: rgba(0, 0, 0, 0.25) 0px 2px 9px -6px; background-image: none !important; }[data-css=\"tve-u-1695d9d6526\"] input, [data-css=\"tve-u-1695d9d6526\"] textarea { box-shadow: rgba(0, 0, 0, 0.25) 0px 2px 9px -6px; background-image: none !important; }[data-css=\"tve-u-1695d9d6529\"] { text-transform: capitalize; letter-spacing: 1px; font-weight: normal !important; }[data-css=\"tve-u-1695d9d6527\"] { text-transform: capitalize; letter-spacing: 1px; font-weight: normal !important; }[data-css=\"tve-u-1695d9d6525\"] { text-transform: capitalize; letter-spacing: 1px; font-weight: normal !important; }#tve_editor [data-css=\"tve-u-1695d9d652a\"] input, #tve_editor [data-css=\"tve-u-1695d9d652a\"] textarea { border-radius: 4px; overflow: hidden; border: 1px solid rgb(237, 240, 243); }#tve_editor [data-css=\"tve-u-1695d9d6528\"] input, #tve_editor [data-css=\"tve-u-1695d9d6528\"] textarea { border-radius: 4px; overflow: hidden; border: 1px solid rgb(237, 240, 243); }#tve_editor [data-css=\"tve-u-1695d9d6526\"] input, #tve_editor [data-css=\"tve-u-1695d9d6526\"] textarea { border-radius: 4px; overflow: hidden; border: 1px solid rgb(237, 240, 243); }[data-css=\"tve-u-1695dd04208\"] { margin-bottom: 10px !important; border-radius: 11px; overflow: hidden; }#tve_editor [data-css=\"tve-u-1695dd27f6a\"] button { border-radius: 8px; background-image: none !important; background-color: rgb(143, 2, 32) !important; border-color: rgb(131, 148, 139); padding: 10px !important; font-weight: 400 !important; font-family: \"Special Elite\"; text-transform: uppercase; font-size: 17px; }#tve_editor [data-css=\"tve-u-1695dd27f6a\"]:hover button { background-color: rgb(75, 105, 89) !important; border-color: rgb(1, 2, 2) rgb(0, 0, 0) rgb(1, 2, 2) rgb(1, 2, 2) !important; }#tve_editor [data-css=\"tve-u-1695dd27f6a\"] { max-width: 30%; width: 30%; }[data-css=\"tve-u-1695dd27f6a\"] { margin-left: auto !important; margin-right: auto !important; float: none; }[data-css=\"tve-u-1695dd484d7\"] { border-radius: 11px; overflow: hidden; margin-bottom: 10px !important; }#tve_editor .thrv-content-box [data-css=\"tve-u-1621ee37f4a\"] p, #tve_editor .thrv-content-box [data-css=\"tve-u-1621ee37f4a\"] li, #tve_editor .thrv-content-box [data-css=\"tve-u-1621ee37f4a\"] blockquote, #tve_editor .thrv-content-box [data-css=\"tve-u-1621ee37f4a\"] address, #tve_editor .thrv-content-box [data-css=\"tve-u-1621ee37f4a\"] .tcb-plain-text, #tve_editor .thrv-content-box [data-css=\"tve-u-1621ee37f4a\"] label, #tve_editor .thrv-content-box [data-css=\"tve-u-1621ee37f4a\"] h1, #tve_editor .thrv-content-box [data-css=\"tve-u-1621ee37f4a\"] h2, #tve_editor .thrv-content-box [data-css=\"tve-u-1621ee37f4a\"] h3, #tve_editor .thrv-content-box [data-css=\"tve-u-1621ee37f4a\"] h4, #tve_editor .thrv-content-box [data-css=\"tve-u-1621ee37f4a\"] h5, #tve_editor .thrv-content-box [data-css=\"tve-u-1621ee37f4a\"] h6 { color: rgb(255, 255, 255); }#tve_editor [data-css=\"tve-u-1695d9d6526\"] input, #tve_editor [data-css=\"tve-u-1695d9d6526\"] input::placeholder, #tve_editor [data-css=\"tve-u-1695d9d6526\"] textarea, #tve_editor [data-css=\"tve-u-1695d9d6526\"] textarea::placeholder { color: rgb(0, 0, 0); }#tve_editor [data-css=\"tve-u-1695d9d6528\"] input, #tve_editor [data-css=\"tve-u-1695d9d6528\"] input::placeholder, #tve_editor [data-css=\"tve-u-1695d9d6528\"] textarea, #tve_editor [data-css=\"tve-u-1695d9d6528\"] textarea::placeholder { color: rgb(0, 0, 0); }#tve_editor [data-css=\"tve-u-1695d9d652a\"] input, #tve_editor [data-css=\"tve-u-1695d9d652a\"] input::placeholder, #tve_editor [data-css=\"tve-u-1695d9d652a\"] textarea, #tve_editor [data-css=\"tve-u-1695d9d652a\"] textarea::placeholder { color: rgb(0, 0, 0); }#tve_editor [data-css=\"tve-u-1695de16011\"] { font-size: 16px !important; text-transform: capitalize !important; letter-spacing: 3px; }[data-css=\"tve-u-1695de16011\"] { line-height: 1.35em !important; }[data-css=\"tve-u-1695a36117b\"] { line-height: 1.35em !important; }[data-css=\"tve-u-16413112747\"] { line-height: 1.35em !important; }[data-css=\"tve-u-1695a36117b\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-16413112747\"] strong { font-weight: 700 !important; }}@media (max-width: 1023px){[data-css=\"tve-u-1621ebfa746\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621eb037bb\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621ec78d2c\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621ec6c39b\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621b064668\"] { max-width: 49%; }[data-css=\"tve-u-1621b064646\"] { max-width: 51%; }[data-css=\"tve-u-1621b3c74d9\"] { max-width: 100%; }[data-css=\"tve-u-1621f0b0088\"] { min-height: 100px !important; }[data-css=\"tve-u-1621ee3afec\"] > .tve-cb { display: block; }[data-css=\"tve-u-1621e7ceab3\"] > .tve-cb { display: block; }[data-css=\"tve-u-1621ea50702\"] { float: none; width: 100%; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621ae4fd21\"] > .tve-cb { display: block; }[data-css=\"tve-u-162717cb60f\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-162717cb610\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-16223dad661\"] { padding-top: 20px !important; }[data-css=\"tve-u-1641367127b\"] { float: none; font-size: 50px; width: 50px; height: 50px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1641367e553\"] { float: none; font-size: 50px; width: 50px; height: 50px; margin: -44px auto 40px !important; padding-right: 12px !important; }[data-css=\"tve-u-1621e7b695a\"] { margin-bottom: 50px !important; }[data-css=\"tve-u-1621ee37f4a\"] { min-height: 262px; }[data-css=\"tve-u-1621ada1e7f\"] { padding: 50px 30px 50px 0px !important; }[data-css=\"tve-u-1621b072b4e\"] { max-width: 100%; }[data-css=\"tve-u-1621a2247ba\"] { margin-bottom: 60px !important; }[data-css=\"tve-u-16229f6175c\"] { margin-top: 0px !important; }[data-css=\"tve-u-162717cb60b\"] { height: calc(100% - -85px); margin-top: -85px !important; }[data-css=\"tve-u-162717cb617\"] .tcb-flex-col { flex-basis: 560px !important; }#tcb_landing_page h5 { line-height: 1.3em; }#tcb_landing_page h6 { line-height: 1.4em; }#tcb_landing_page p, #tcb_landing_page li { line-height: 1.5em; }[data-css=\"tve-u-1628a146aef\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1628a12f675\"] { margin-bottom: 40px !important; }[data-css=\"tve-u-1628a10d3b4\"] { margin-bottom: 40px !important; }[data-css=\"tve-u-162718bd0c0\"] { clip-path: url(\"#clip-tablet-top-a3b25e1c9221a\"); -webkit-clip-path: url(\"#clip-tablet-top-a3b25e1c9221a\");  background-color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-162717cb621\"] { z-index: 6; padding-top: 60px !important; margin-top: -90px !important; }[data-css=\"tve-u-162718a3b40\"] { max-width: 100%; min-height: 1px !important; }[data-css=\"tve-u-16271adf6cf\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-162493d5f13\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-162717fcf9d\"] { margin-top: -40px !important; padding-top: 90px !important; padding-left: 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-16260d3f4af\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16260d3f4aa\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1621fb65556\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1621fb68b97\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16260d8396c\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16260d8392c\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16260d39b83\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-16260c5ff07\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-16260ba2fa4\"] { padding: 50px 40px !important; }[data-css=\"tve-u-16260be7104\"] { max-width: 100%; }[data-css=\"tve-u-1621ebbbb6d\"] { margin-top: -1px !important; }[data-css=\"tve-u-1621eaaedd8\"] { clip-path: url(\"#clip-tablet-bottom-a2b9cf3198d6f\"); -webkit-clip-path: url(\"#clip-tablet-bottom-a2b9cf3198d6f\");  }[data-css=\"tve-u-1621e7e9950\"] { margin-top: -1px !important; }[data-css=\"tve-u-16229fa8c68\"] { padding: 0px 20px 20px !important; }[data-css=\"tve-u-1622f65ba70\"] { padding: 0px 20px 20px !important; }[data-css=\"tve-u-16249373b25\"] { padding-left: 20px !important; padding-right: 20px !important; padding-bottom: 20px !important; }[data-css=\"tve-u-162493b6b63\"] { padding-left: 20px !important; padding-bottom: 20px !important; padding-right: 20px !important; }[data-css=\"tve-u-16249367114\"] { margin-top: 20px !important; }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-1624935a201\"] { line-height: 1.3em !important; }[data-css=\"tve-u-16249358652\"] { line-height: 1.3em !important; }[data-css=\"tve-u-16249355087\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1625389b4ed\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1625389a3d5\"] { line-height: 1.3em !important; }[data-css=\"tve-u-16248fc42a1\"] { line-height: 1.3em !important; }[data-css=\"tve-u-162493a03b0\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-162493a03b0\"] .tcb-flex-col { flex-basis: 145px !important; }[data-css=\"tve-u-1622a159bcb\"] { float: none; max-width: 85%; margin: 0px auto !important; padding-top: 0px !important; }[data-css=\"tve-u-16229fa6a26\"] { margin-bottom: 20px !important; padding: 0px 20px 20px !important; }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16229ffbb7b\"] { min-height: inherit; margin-left: -20px; }[data-css=\"tve-u-1621ad46076\"] { margin-bottom: 0px !important; margin-top: 0px !important; padding: 50px 40px !important; }#tve_editor [data-css=\"tve-u-1621b028939\"] .tcb-button-link { font-size: 18px; }[data-css=\"tve-u-16223f02c16\"] { min-height: 54px; }[data-css=\"tve-u-1621b01355a\"] { max-width: 304px; padding: 2px !important; }[data-css=\"tve-u-1620af7eb3f\"] { float: none; z-index: 3; position: relative; display: block; max-width: 300px; width: 300px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621afda4fa\"] { max-width: 100%; margin-bottom: 30px !important; }[data-css=\"tve-u-16224716d62\"]::after { clear: both; }[data-css=\"tve-u-1621f0aa8f7\"] { margin-top: 0px !important; }[data-css=\"tve-u-1621e7e6c1d\"] { min-height: 150px; }[data-css=\"tve-u-1621e7edfd9\"] { clip-path: url(\"#clip-tablet-bottom-10ffac3b28f1d\"); -webkit-clip-path: url(\"#clip-tablet-bottom-10ffac3b28f1d\");  }[data-css=\"tve-u-1621ebf340c\"] { float: none; width: 100%; padding: 0px !important; margin-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621e7d5094\"] { min-height: 455px; }[data-css=\"tve-u-1621adea58b\"] > .tcb-flex-col > .tcb-col { justify-content: center; }[data-css=\"tve-u-16223dad661\"]::after { clear: both; }[data-css=\"tve-u-1621e8107f3\"] { float: none; margin-left: auto !important; margin-right: auto !important; margin-bottom: 20px !important; }[data-css=\"tve-u-16223b080b0\"] { float: none; margin-left: auto !important; margin-right: auto !important; margin-top: -1px !important; }[data-css=\"tve-u-1621eb3eb9f\"] { clip-path: url(\"#clip-tablet-bottom-ac98bb0e54b3b\"); -webkit-clip-path: url(\"#clip-tablet-bottom-ac98bb0e54b3b\");  }[data-css=\"tve-u-1621fe78878\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1621fe78878\"] { min-height: inherit; }#tve_editor [data-css=\"tve-u-1621e92e97f\"] { font-size: 22px !important; }#tve_editor [data-css=\"tve-u-1621e942b65\"] { letter-spacing: 0px; font-size: 1.5em !important; }#tve_editor [data-css=\"tve-u-1621fe1bd18\"] { letter-spacing: 0px; font-size: 1.5em !important; }#tve_editor [data-css=\"tve-u-1621fe1a1af\"] { font-size: 22px !important; }#tve_editor [data-css=\"tve-u-1621fe1725e\"] { letter-spacing: 0px; font-size: 1.5em !important; }#tve_editor [data-css=\"tve-u-1621fe1587d\"] { font-size: 22px !important; }[data-css=\"tve-u-1621ef118dc\"] { position: relative; top: 0px; left: 0px; width: 51%; margin-left: auto !important; margin-right: auto !important; float: none; }[data-css=\"tve-u-1621ee3afec\"] { padding: 25px 10px 5px !important; }[data-css=\"tve-u-1621ee63e1c\"] { max-width: none; margin-bottom: 5px !important; }[data-css=\"tve-u-1621ee74a24\"] { top: 0px; right: 0px; font-size: 45px; width: 45px; height: 45px; float: none; padding-left: 0px !important; margin: 0px auto !important; }[data-css=\"tve-u-1621ee18a1c\"] { margin-top: 40px !important; margin-left: 20px !important; margin-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-1621fdcb4ea\"] { letter-spacing: 1px; font-size: 1.5em !important; }[data-css=\"tve-u-1621ec7f21a\"] { min-height: 150px; }[data-css=\"tve-u-1621eacf6af\"] { float: none; max-width: 230px; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621fd9c946\"] { max-width: 380px; float: none; width: 100%; margin: 0px auto !important; padding-left: 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-1621eb81205\"] { margin-top: 0px !important; }[data-css=\"tve-u-1621eb7ccb0\"] { min-height: 455px; }[data-css=\"tve-u-1621fd8766c\"] { min-height: 150px; }[data-css=\"tve-u-1621fd84d7b\"] { min-height: 430px; }[data-css=\"tve-u-1621e7c7aa1\"] .tcb-flex-col { flex-basis: 300px !important; }#tve_editor [data-css=\"tve-u-1621e7a7350\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621e7c899a\"] { float: none; max-width: 100%; margin-left: auto !important; margin-right: auto !important; margin-top: 0px !important; }[data-css=\"tve-u-1621e7c7aa1\"] { margin-left: -20px; flex-direction: row; }[data-css=\"tve-u-1621e7c7aa1\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-1621b3c8c52\"] { padding: 50px 40px !important; }[data-css=\"tve-u-1621fc0ce17\"] { margin-top: 10px !important; margin-bottom: 7px !important; }[data-css=\"tve-u-1621fbcad8c\"] { padding-left: 0px !important; padding-right: 30px !important; }[data-css=\"tve-u-1621fbacc60\"] { max-width: 177px; }[data-css=\"tve-u-1621fb68b97\"] { margin-left: -15px; min-height: inherit; padding: 20px !important; }[data-css=\"tve-u-1621fb68b97\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-1621fb65556\"] { margin-left: -15px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-1621fb65556\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-1621b200375\"] { float: none; max-width: 100%; margin: 0px auto !important; }[data-css=\"tve-u-1621b0e4fb7\"] { max-width: 100%; float: none; z-index: 3; position: relative; margin-right: auto !important; margin-left: auto !important; margin-bottom: 20px !important; }#tve_editor [data-css=\"tve-u-1621b10fccf\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621ae0bec7\"] { background-image: none !important; margin-top: 0px !important; }[data-css=\"tve-u-1621ae6c8da\"] { clip-path: url(\"#clip-tablet-top-aa2c3e3c70555\"); -webkit-clip-path: url(\"#clip-tablet-top-aa2c3e3c70555\");  }[data-css=\"tve-u-1621adba9ef\"] { clip-path: url(\"#clip-tablet-top-52d5a36c151aa\"); -webkit-clip-path: url(\"#clip-tablet-top-52d5a36c151aa\");  }[data-css=\"tve-u-1621ad420c4\"] { max-width: 100%; min-height: 1px !important; }[data-css=\"tve-u-1621f45bed3\"] { padding: 0px !important; }[data-css=\"tve-u-1621ae4fd21\"] { max-width: 100%; left: 0px; top: 0px; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621ae4db6e\"] { min-height: 300px; }#tve_editor [data-css=\"tve-u-1621afd8c98\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621afcc0bf\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621afceb00\"] { max-width: 100%; margin-bottom: 30px !important; }[data-css=\"tve-u-1621a98b602\"] { stroke-dasharray: 534.071, 534.071; }[data-css=\"tve-u-1621a9750ae\"] { font-size: 14.45px !important; line-height: 14.45px !important; }[data-css=\"tve-u-1621a9a2867\"] { font-size: 51px !important; line-height: 51px !important; }[data-css=\"tve-u-1621a9a2866\"] { margin-top: 42.5px !important; }[data-css=\"tve-u-1621a96b190\"] { width: 153px !important; height: 153px !important; top: 8.5px !important; bottom: 8.5px !important; left: 8.5px !important; right: 8.5px !important; }[data-css=\"tve-u-1621a9685d4\"] { stroke-width: 18px !important; }[data-css=\"tve-u-1621a9a2862\"] { width: 170px !important; height: 170px !important; }[data-css=\"tve-u-1621a983587\"] { float: none; border: 20px solid rgba(137, 141, 167, 0.24); margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621a8b2488\"] { float: none; max-width: 100%; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621a8a804b\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1621a8a804b\"] { margin-left: -24px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-1621a8a804b\"] > .tcb-flex-col { padding-left: 24px; }#tve_editor [data-css=\"tve-u-1621a2e0d5b\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621b028939\"] { position: relative; float: left; z-index: 3; display: block; max-width: 300px; width: 300px; margin-top: 15px !important; }[data-css=\"tve-u-1621adea58b\"] { margin-left: -30px; }[data-css=\"tve-u-1621adea58b\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-1621ade6172\"] { max-width: 100%; position: static; }#tve_editor [data-css=\"tve-u-16248fc42a1\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-16249355087\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-16249358652\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-1624935a201\"] { font-size: 18px !important; }[data-css=\"tve-u-1624939a960\"] { margin-bottom: 0px !important; padding-bottom: 20px !important; padding-left: 20px !important; padding-right: 20px !important; }[data-css=\"tve-u-162493a03b0\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-162493a03b0\"] { min-height: inherit; margin-left: -20px; }#tve_editor [data-css=\"tve-u-1625389a3d5\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-1625389b4ed\"] { font-size: 18px !important; }[data-css=\"tve-u-16260c39a7e\"] { float: none; max-width: 100%; margin: 0px auto !important; }[data-css=\"tve-u-16260d3f4aa\"] { margin-left: -15px; min-height: inherit; padding: 20px !important; }[data-css=\"tve-u-16260d3f4aa\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-16260d3f4af\"] { margin-left: -15px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-16260d3f4af\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-16260d8392c\"] { margin-left: -15px; min-height: inherit; padding: 20px !important; }[data-css=\"tve-u-16260d8392c\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-16260d8396c\"] { margin-left: -15px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-16260d8396c\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-16260da3aa7\"] { float: none; max-width: 100%; margin: 0px !important; }[data-css=\"tve-u-162717cb609\"] { max-width: 100%; min-height: 1px !important; }[data-css=\"tve-u-162717cb60a\"] { padding: 0px !important; }[data-css=\"tve-u-162717cb618\"] { float: none; max-width: 100%; margin-top: 60px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-162717cb620\"] { clip-path: url(\"#clip-tablet-bottom-c883ac5175045\"); -webkit-clip-path: url(\"#clip-tablet-bottom-c883ac5175045\");  background-attachment: scroll, fixed !important; background-image: linear-gradient(rgba(0, 0, 0, 0.46), rgba(0, 0, 0, 0.46)), url(\"https://bestcerakoteflorida.com/wp-content/uploads/2018/05/FTYS6743.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-162717d1bbf\"] { margin-left: 0px; padding: 25px 25px 0px !important; }[data-css=\"tve-u-162717d1bbf\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-162717d1bb7\"] { max-width: 51.3%; }[data-css=\"tve-u-162717d1bb9\"] { max-width: 15.3%; }[data-css=\"tve-u-162717d1bb6\"] { padding-left: 0px !important; }[data-css=\"tve-u-162717d1bbc\"] { border-left: none; border-right: none; padding-left: 30px !important; padding-bottom: 10px !important; }[data-css=\"tve-u-162717d1bbe\"] { max-width: 100%; margin-left: 0px !important; margin-right: 30px !important; }[data-css=\"tve-u-164179bced9\"] { border-right: none; padding-left: 30px !important; padding-right: 0px !important; }[data-css=\"tve-u-16417b62c09\"] { max-width: 177px; }[data-css=\"tve-u-16417b662bf\"] { max-width: 177px; }[data-css=\"tve-u-16417e5bd95\"] { font-size: 14px; width: 14px; height: 14px; margin-bottom: -14px !important; margin-left: 0px !important; }[data-css=\"tve-u-1641c1b33f9\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-1641c1b456a\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-1641c1b52d3\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-1641c1b60b4\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-16959822de2\"] { margin-right: 1px !important; padding-right: 10px !important; padding-top: 10px !important; }[data-css=\"tve-u-16959cd1e7a\"] { margin-top: 30px !important; margin-bottom: 10px !important; }[data-css=\"tve-u-1695a3002e2\"] { margin-top: 15px !important; }[data-css=\"tve-u-1695d995f33\"] { margin-top: 40px !important; margin-left: 20px !important; margin-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-1695dd27f6a\"] { max-width: 60%; width: 60%; }[data-css=\"tve-u-16413112747\"] { line-height: 1.3em !important; }}@media (max-width: 767px){[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-16417e9d24e\"]::after { clear: both; }[data-css=\"tve-u-16417b70f47\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 0px !important; }[data-css=\"tve-u-1621e819c52\"] { min-height: 100px; }[data-css=\"tve-u-1621e8107f3\"] { max-width: 100px; }[data-css=\"tve-u-1621fd8766c\"] { min-height: 144px; }[data-css=\"tve-u-1621ec79a7d\"] { min-height: 100px; }[data-css=\"tve-u-1621ec78d2c\"] { max-width: 100px; }[data-css=\"tve-u-1621ec7f21a\"] { min-height: 144px; }[data-css=\"tve-u-1621e7e6c1d\"] { min-height: 144px; }[data-css=\"tve-u-16417b4cb9e\"] { padding-bottom: 30px !important; }[data-css=\"tve-u-1621ec752da\"] { min-height: 100px; }[data-css=\"tve-u-1621ec6c39b\"] { max-width: 100px; }[data-css=\"tve-u-1621fd84d7b\"] { min-height: 430px; }[data-css=\"tve-u-1621e7c7aa1\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16223dad661\"] { padding-top: 0px !important; }[data-css=\"tve-u-1621b3c74d9\"] { max-width: 100%; }[data-css=\"tve-u-1621eb81205\"] { max-width: 100%; margin-bottom: 20px !important; }[data-css=\"tve-u-1621e7ceab3\"] { max-width: 100%; margin-bottom: 20px !important; }[data-css=\"tve-u-1621f0b0088\"] { min-height: 120px !important; }[data-css=\"tve-u-1621f0da775\"] { float: none; width: 100%; max-width: 280px; margin: 0px auto 20px !important; }[data-css=\"tve-u-1621ee37f4a\"] { min-height: 260px; }[data-css=\"tve-u-1621ee3afec\"] > .tve-cb { display: flex; justify-content: center; flex-direction: column; }[data-css=\"tve-u-1621ee63e1c\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1641367127b\"] { font-size: 30px; width: 30px; height: 30px; }[data-css=\"tve-u-1641367e553\"] { float: none; font-size: 30px; width: 30px; height: 30px; margin: -30px auto 30px !important; padding-right: 10px !important; }[data-css=\"tve-u-1621ada1e7f\"] { padding: 0px !important; }[data-css=\"tve-u-162717cb617\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-162717cb617\"] { min-height: inherit; }[data-css=\"tve-u-16229fa6a26\"] { height: calc(100% - 21px); margin-bottom: 0px !important; margin-top: 21px !important; }[data-css=\"tve-u-1624939a960\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-162493a03b0\"] .tcb-flex-col { flex-basis: 400px !important; }[data-css=\"tve-u-1621a2247ba\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-162717cb60f\"] { margin-bottom: 25px !important; }[data-css=\"tve-u-162717d1bbf\"] .tcb-flex-col { flex-basis: 225px !important; }[data-css=\"tve-u-1621ee3afec\"] { max-width: 100%; padding: 10px !important; position: static !important; }#tve_editor [data-css=\"tve-u-1641333d7d1\"] { font-size: 14px !important; }[data-css=\"tve-u-162717cb60b\"] { margin-top: 0px !important; }[data-css=\"tve-u-162717cb621\"] { z-index: 2; padding-left: 20px !important; padding-right: 20px !important; margin-top: -160px !important; padding-top: 35px !important; }[data-css=\"tve-u-162717cb617\"] .tcb-flex-col { flex-basis: 435px !important; }[data-css=\"tve-u-16369305186\"] { float: none; width: 100%; max-width: 279px; z-index: 3; position: relative; margin: 0px auto !important; }#tcb_landing_page h6 { line-height: 1.4em; }#tcb_landing_page h5 { line-height: 1.3em; }#tcb_landing_page p, #tcb_landing_page li { font-size: 14px; }#tcb_landing_page h2 { font-size: 28px; }#tcb_landing_page h1 { font-size: 35px; }[data-css=\"tve-u-16260ba2fa4\"] { padding-bottom: 40px !important; padding-left: 20px !important; padding-right: 20px !important; }[data-css=\"tve-u-1628a10d3b4\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-1628a12f675\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-162717cb610\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-16271bfe70c\"] { padding: 0px !important; }[data-css=\"tve-u-162717fcf9d\"] { z-index: 1; margin-top: 0px !important; padding-top: 75px !important; padding-left: 20px !important; padding-right: 20px !important; border: none; }[data-css=\"tve-u-162718bd0c0\"] { clip-path: url(\"#clip-mobile-top-a3b25e1c9221a\"); -webkit-clip-path: url(\"#clip-mobile-top-a3b25e1c9221a\");  }[data-css=\"tve-u-1621eb3eb9f\"] { clip-path: url(\"#clip-mobile-bottom-ac98bb0e54b3b\"); -webkit-clip-path: url(\"#clip-mobile-bottom-ac98bb0e54b3b\");  }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col > .tcb-col { min-height: 155px; }[data-css=\"tve-u-16229ffbb7b\"] { min-height: inherit; margin-left: 0px; }[data-css=\"tve-u-16229fa8c68\"] { height: calc(100% - 28px); margin-bottom: 0px !important; margin-top: 20px !important; }[data-css=\"tve-u-1622f65ba70\"] { height: calc(100% - 20px); margin-bottom: 0px !important; margin-top: 20px !important; }[data-css=\"tve-u-16229f6175c\"] { margin-top: 0px !important; }[data-css=\"tve-u-1622a159bcb\"] { float: none; max-width: 100%; margin-left: auto !important; margin-right: auto !important; padding-top: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-16229ae62a7\"] { border-right: none; }#tve_editor [data-css=\"tve-u-16228c764b2\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-16228c75500\"] { font-size: 18px !important; }[data-css=\"tve-u-1621fb65556\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-1621a983587\"] { border: 20px solid rgba(137, 141, 167, 0.32); }[data-css=\"tve-u-1621ee74a24\"] { float: none; margin-left: auto !important; margin-right: auto !important; margin-bottom: 10px !important; }[data-css=\"tve-u-1621afda4fa\"] { max-width: 100%; margin-bottom: 20px !important; }[data-css=\"tve-u-16223f02c16\"] { min-height: 54px; }[data-css=\"tve-u-1621f0aa8f7\"] { margin-top: 0px !important; }#tve_editor [data-css=\"tve-u-1622444fb11\"] { letter-spacing: 0px; }[data-css=\"tve-u-16224439be1\"] { padding: 0px !important; }[data-css=\"tve-u-1621fb68b97\"] { padding: 0px !important; }[data-css=\"tve-u-1621afceb00\"] { max-width: 100%; margin-bottom: 30px !important; }[data-css=\"tve-u-1621b0e4fb7\"] { float: none; margin-right: auto !important; margin-bottom: 30px !important; padding-left: 0px !important; margin-left: auto !important; }[data-css=\"tve-u-1621ebf340c\"] { padding-bottom: 40px !important; }[data-css=\"tve-u-1621ea50702\"] { float: none; width: 100%; padding: 0px !important; margin-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621e7d5094\"] { min-height: 430px; }[data-css=\"tve-u-1621eb7ccb0\"] { min-height: 430px; }[data-css=\"tve-u-1621ee03000\"] { flex-direction: column; }[data-css=\"tve-u-16223fe5f5b\"] { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621f0d2c1a\"] { margin-left: 25px !important; margin-right: 25px !important; }[data-css=\"tve-u-1621ee18a1c\"] { margin: 0px 20px 20px 0px !important; }[data-css=\"tve-u-1621ef118dc\"] { top: 0px; width: 154px; position: relative; float: none; z-index: 5; left: 0px; margin: 5px auto 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-1621fd9c946\"] { max-width: 100%; margin-top: 0px !important; margin-left: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-16223fc9f23\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-1621e7c899a\"] { max-width: none; float: none; margin-top: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621b3c8c52\"] { padding: 40px 20px !important; }[data-css=\"tve-u-1621fbcad8c\"] { padding: 20px !important; }[data-css=\"tve-u-1621fb65556\"] { margin-left: 0px; padding: 0px !important; }[data-css=\"tve-u-1621fbacc60\"] { max-width: 126px; float: none; margin-left: auto !important; margin-right: auto !important; margin-top: 20px !important; }[data-css=\"tve-u-1621b200375\"] { float: none; margin-top: 0px !important; margin-left: auto !important; margin-right: auto !important; }#tve_editor [data-css=\"tve-u-1621b10fccf\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621b028939\"] { display: block; max-width: 100%; width: 100%; float: none; min-width: 100%; margin-left: auto !important; margin-right: auto !important; margin-top: 0px !important; }[data-css=\"tve-u-1621ae4db6e\"] { min-height: 270px; }[data-css=\"tve-u-1621ae6c8da\"] { clip-path: url(\"#clip-mobile-top-aa2c3e3c70555\"); -webkit-clip-path: url(\"#clip-mobile-top-aa2c3e3c70555\");  }[data-css=\"tve-u-1621adba9ef\"] { clip-path: url(\"#clip-mobile-top-52d5a36c151aa\"); -webkit-clip-path: url(\"#clip-mobile-top-52d5a36c151aa\");  }[data-css=\"tve-u-16223f02c16\"]::after { clear: both; }[data-css=\"tve-u-1621b01355a\"] { max-width: 100%; float: none; margin-left: auto !important; margin-right: auto !important; margin-bottom: 15px !important; }[data-css=\"tve-u-1620af7eb3f\"] { float: none; display: block; max-width: 100%; width: 100%; min-width: 100%; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621ae0bec7\"]::after { clear: both; }[data-css=\"tve-u-1621f45bed3\"] { padding: 40px 20px 0px !important; }[data-css=\"tve-u-1621ad46076\"] { margin: 0px !important; padding: 30px 20px !important; }[data-css=\"tve-u-1621adea58b\"] { flex-flow: row-reverse wrap-reverse !important; }[data-css=\"tve-u-1621ae4fd21\"] { margin-top: 0px !important; position: static !important; }[data-css=\"tve-u-1621a8b2488\"] { float: none; max-width: 100%; margin-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621a8a804b\"] { padding-left: 0px !important; padding-right: 0px !important; }#tve_editor [data-css=\"tve-u-1621a2e0d5b\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621e7c7aa1\"] { flex-direction: column; min-height: inherit; }[data-css=\"tve-u-16249367114\"] { margin-top: 0px !important; }[data-css=\"tve-u-16249373b25\"] { height: calc(100% - 20px); margin-bottom: 0px !important; background-image: linear-gradient(rgb(248, 249, 251), rgb(248, 249, 251)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; margin-top: 20px !important; }[data-css=\"tve-u-162493a03b0\"] > .tcb-flex-col > .tcb-col { min-height: 155px; }[data-css=\"tve-u-162493a03b0\"] { min-height: inherit; }[data-css=\"tve-u-162493b6b63\"] { height: calc(100% - 20px); margin-bottom: 0px !important; margin-top: 20px !important; }[data-css=\"tve-u-16260c39a7e\"] { float: none; margin-top: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-16260d3f4aa\"] { padding: 0px !important; }[data-css=\"tve-u-16260d3f4af\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-16260d3f4af\"] { margin-left: 0px; padding: 0px !important; }[data-css=\"tve-u-16260d8392c\"] { padding: 0px !important; }[data-css=\"tve-u-16260d8396c\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-16260d8396c\"] { margin-left: 0px; padding: 0px !important; }[data-css=\"tve-u-16260da3aa7\"] { float: none; margin-top: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-162717cb618\"] { margin: 140px 0px 0px !important; }[data-css=\"tve-u-162717cb620\"] { clip-path: url(\"#clip-mobile-bottom-c883ac5175045\"); -webkit-clip-path: url(\"#clip-mobile-bottom-c883ac5175045\");  opacity: 1; filter: grayscale(0%) blur(0px); background-image: linear-gradient(rgba(0, 0, 0, 0.51), rgba(0, 0, 0, 0.51)), url(\"https://bestcerakoteflorida.com/wp-content/uploads/2018/05/FTYS6743.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-162717cb60a\"] { padding: 0px !important; }#tve_editor [data-css=\"tve-u-162717cb616\"] { font-size: 27px !important; }[data-css=\"tve-u-162717d1bbf\"] > .tcb-flex-col { padding-left: 18px; }[data-css=\"tve-u-162717d1bbf\"] { margin-left: -18px; padding: 10px !important; flex-flow: row wrap !important; }[data-css=\"tve-u-162717d1bbe\"] { border-bottom: 1px solid rgba(255, 255, 255, 0.2); border-right: none; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-162717d1bbc\"] { border: none; padding-left: 0px !important; padding-right: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-162717d1bb6\"] { border: none; padding-top: 0px !important; padding-left: 0px !important; margin-bottom: 1px !important; margin-top: -5px !important; padding-bottom: 10px !important; }[data-css=\"tve-u-164179a84b8\"] { float: none; width: 100%; max-width: 155px; z-index: 3; position: relative; margin-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-164179bced9\"] { border-right: none; position: relative; max-width: 250px; float: none; padding-left: 0px !important; padding-right: 0px !important; margin-top: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-16417b62c09\"] { max-width: 126px; float: none; margin-left: auto !important; margin-right: auto !important; margin-top: 20px !important; }[data-css=\"tve-u-16417b662bf\"] { max-width: 126px; float: none; margin-left: auto !important; margin-right: auto !important; margin-top: 20px !important; }[data-css=\"tve-u-16417e5bd95\"] { margin: 3px 10px 0px 0px !important; }#tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] p, #tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] li, #tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] blockquote, #tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] address, #tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] .tcb-plain-text, #tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] label { font-size: 18px; }[data-css=\"tve-u-16959822de2\"] { float: none; padding-top: 10px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621ee58e74\"] { border-right: none !important; }[data-css=\"tve-u-1695d995f33\"] { margin: 0px 20px 20px 0px !important; }}'),(7107,586,'tve_revision_tve_user_custom_css',''),(7108,586,'tve_revision_tve_page_events','a:0:{}'),(7109,586,'tve_revision_tve_globals','a:2:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";s:8:\"font_cls\";a:0:{}}'),(7110,586,'tve_revision_tve_global_scripts',''),(7111,586,'tve_revision_thrive_icon_pack','0'),(7112,586,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(7113,586,'tve_revision_tve_has_masonry','0'),(7114,586,'tve_revision_tve_has_typefocus','0'),(7115,586,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-162717d1bbe\" wfd-id=\"516\"><div class=\"tcb-flex-row tcb-medium-no-wrap v-2 tcb--cols--3 m-edit tcb-mobile-wrap tcb-resized\" data-css=\"tve-u-162717d1bbf\" wfd-id=\"517\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1695981e7bb\" wfd-id=\"536\"><div class=\"tcb-col\" data-css=\"tve-u-16959846d3d\" wfd-id=\"538\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16959822de2\" wfd-id=\"539\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"540\"><img class=\"tve_image wp-image-465\" alt=\"\" width=\"384\" height=\"62\" title=\"Blackhawk_custom_header\" data-id=\"465\" src=\"https://bestcerakoteflorida.com/wp-content/uploads/2019/01/Blackhawk_custom_header.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717d1bb9\" style=\"\" wfd-id=\"529\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717d1bb6\" wfd-id=\"531\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-164179a84b8\" wfd-id=\"532\">\n<div class=\"tve-content-box-background\" wfd-id=\"535\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"533\"><div class=\"tcb-clear\" wfd-id=\"534\"></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717d1bb7\" style=\"\" wfd-id=\"518\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717d1bbc\" wfd-id=\"520\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16369305186\" wfd-id=\"521\">\n<div class=\"tve-content-box-background\" wfd-id=\"528\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16417e9d24e\" wfd-id=\"522\"><div class=\"tcb-clear\" wfd-id=\"526\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-16417e5bd95\" data-float=\"1\" wfd-id=\"527\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-envelope-regular\" data-name=\"\">\n            <path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path>\n        </svg></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-164179bced9\" wfd-id=\"523\"><p data-css=\"tve-u-1641333d7d1\"><a href=\"mailto:info@bestcerkoteflorida.com\" target=\"_blank\">info@bestcerakoteflorida.com</a></p></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-162717cb621\" data-value-type=\"percent\" wfd-id=\"477\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-162717cb620\" data-clip-id=\"c883ac5175045\" wfd-id=\"515\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-c883ac5175045\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"4\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9301, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-c883ac5175045\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9476, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-c883ac5175045\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9651, 1 1, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-162717cb609\" wfd-id=\"478\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-162717cb618\" wfd-id=\"479\"><div class=\"tcb-flex-row tcb-medium-wrap tcb-resized v-2 tcb--cols--2\" data-css=\"tve-u-162717cb617\" wfd-id=\"480\"><div class=\"tcb-flex-col\" data-css=\"tve-u-162717cb601\" style=\"\" wfd-id=\"496\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717cb60a\" wfd-id=\"498\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h1\" data-css=\"tve-u-162717cb610\" wfd-id=\"508\"><h1 data-css=\"tve-u-162717cb616\" style=\"text-align: center;\">&nbsp;<strong>â€‹</strong><strong>Protect What\'s Important To You! With The Toughest Ceramic Finish In The World!</strong></h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162717cb60f\" wfd-id=\"499\"><h2 class=\"\" data-css=\"tve-u-1695a36117b\" style=\"text-align: center;\"><strong>Heat, Water, Salt and Sand just some of the conditions you face. And any one of them is just waiting, to get a hold of your firearm and leave it a pile of rusted, pitted junk.</strong></h2><h2 class=\"\" data-css=\"tve-u-16413112747\" style=\"text-align: center;\"><strong>Unfortunately, there wasn\'t much you could do other than keep cleaning and lubricating your firearms...till NOW!</strong></h2></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717cb600\" style=\"\" wfd-id=\"481\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717cb60b\" wfd-id=\"483\"><div class=\"thrv_responsive_video thrv_wrapper rv_style_lifted_style2\" data-type=\"youtube\" data-rel=\"0\" data-url=\"https://www.youtube.com/watch?v=a1nyu9ZJiEk\" data-css=\"tve-u-16959cd1e7a\" data-modestbranding=\"1\" wfd-id=\"493\">\n	\n\n	<div class=\"tve_responsive_video_container\" wfd-id=\"494\">\n		<div class=\"video_overlay\" wfd-id=\"495\"></div>\n	<iframe data-code=\"TEOqV1Q16lU\" data-provider=\"youtube\" src=\"https://www.youtube.com/embed/TEOqV1Q16lU?rel=0&amp;modestbranding=1&amp;controls=1&amp;showinfo=1&amp;fs=1&amp;wmode=transparent\" data-src=\"https://www.youtube.com/embed/TEOqV1Q16lU?rel=0&amp;modestbranding=1&amp;controls=1&amp;showinfo=1&amp;fs=1&amp;wmode=transparent\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\n</div><div class=\"thrv_wrapper thrv-button tcb-with-icon\" data-css=\"tve-u-1695a3002e2\" data-tcb_hover_state_parent=\"\" data-button-style=\"border_1\" wfd-id=\"484\">\n	<a href=\"tel:1-954-848-1911\" class=\"tcb-button-link\" target=\"_blank\" rel=\"\"><span class=\"tcb-button-icon\" wfd-id=\"491\">\n	<div class=\"thrv_wrapper thrv_icon tve_no_drag tve_no_icons tcb-icon-inherit-style tcb-icon-display\" wfd-id=\"492\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-phone-plus-light\" data-name=\"\">\n            <path d=\"M8 128h88v88c0 4.4 3.6 8 8 8h16c4.4 0 8-3.6 8-8v-88h88c4.4 0 8-3.6 8-8v-16c0-4.4-3.6-8-8-8h-88V8c0-4.4-3.6-8-8-8h-16c-4.4 0-8 3.6-8 8v88H8c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8zM487.8 24.1L387 .8c-14.7-3.4-29.8 4.2-35.8 18.1l-46.5 108.5c-5.5 12.7-1.8 27.7 8.9 36.5l53.9 44.1c-34 69.2-90.3 125.6-159.6 159.6l-44.1-53.9c-8.8-10.7-23.8-14.4-36.5-8.9L18.9 351.3c-13.9 6-21.5 21-18.1 35.8L24 487.9C27.3 502 39.9 512 54.5 512 306.7 512 512 307.8 512 54.5c0-14.6-10-27.2-24.2-30.4zM55.1 480l-23-99.6 107.4-46 59.5 72.8c103.6-48.6 159.7-104.9 208.1-208.1l-72.8-59.5 46-107.4 99.6 23C479.7 289.7 289.6 479.7 55.1 480z\"></path>\n        </svg></div>\n</span>\n\n		<span class=\"tcb-button-texts\" wfd-id=\"485\"><span class=\"tcb-button-text thrv-inline-text\" wfd-id=\"486\">CALL NOW</span></span>\n	</a>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-162717fcf9d\" data-value-type=\"percent\" wfd-id=\"386\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-162718bd0c0\" data-clip-id=\"a3b25e1c9221a\" wfd-id=\"476\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0875\"></polygon></clipPath><clipPath id=\"clip-tablet-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"6\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.1051\"></polygon></clipPath><clipPath id=\"clip-mobile-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"1\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0175\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-162718a3b40\" wfd-id=\"387\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622a159bcb\" wfd-id=\"388\">\n<div class=\"tve-content-box-background\" wfd-id=\"475\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"389\"><div class=\"thrv_wrapper thrv-columns\" wfd-id=\"457\"><div class=\"tcb-flex-row tcb--cols--2\" wfd-id=\"458\"><div class=\"tcb-flex-col\" wfd-id=\"467\"><div class=\"tcb-col\" wfd-id=\"469\"><div class=\"thrv_wrapper thrv_text_element\" wfd-id=\"470\"><p>Enter your text here...</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"459\"><div class=\"tcb-col\" wfd-id=\"461\"><div class=\"thrv_wrapper thrv_text_element\" wfd-id=\"462\"><p>Enter your text here...</p></div></div></div></div></div><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621a2247ba\" wfd-id=\"448\"><h2 data-css=\"tve-u-1621a2e0d5b\">our services</h2></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16229f6175c\" wfd-id=\"421\"><div class=\"tcb-flex-row tcb-medium-no-wrap tcb--cols--3 v-2\" data-css=\"tve-u-162493a03b0\" wfd-id=\"422\"><div class=\"tcb-flex-col\" wfd-id=\"439\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1624939a960\" data-tcb_hover_state_parent=\"\" wfd-id=\"441\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-162493d5f13\" data-float=\"1\" wfd-id=\"447\"><svg class=\"tcb-icon\" viewBox=\"0 0 14 28\" data-name=\"bolt\">\n<path d=\"M13.828 8.844c0.172 0.187 0.219 0.453 0.109 0.688l-8.437 18.078c-0.125 0.234-0.375 0.391-0.656 0.391-0.063 0-0.141-0.016-0.219-0.031-0.344-0.109-0.547-0.438-0.469-0.766l3.078-12.625-6.344 1.578c-0.063 0.016-0.125 0.016-0.187 0.016-0.172 0-0.359-0.063-0.484-0.172-0.187-0.156-0.25-0.391-0.203-0.609l3.141-12.891c0.078-0.297 0.359-0.5 0.688-0.5h5.125c0.391 0 0.703 0.297 0.703 0.656 0 0.094-0.031 0.187-0.078 0.281l-2.672 7.234 6.188-1.531c0.063-0.016 0.125-0.031 0.187-0.031 0.203 0 0.391 0.094 0.531 0.234z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"443\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-162494b490e\" wfd-id=\"444\"><h4 data-css=\"tve-u-16249355087\" style=\"text-align: left;\">Express exterior</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162494b7ad0\" wfd-id=\"442\"><p data-css=\"tve-u-162492e70ad\">Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"430\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162493b6b63\" data-tcb_hover_state_parent=\"\" wfd-id=\"432\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b456a\" wfd-id=\"438\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"adjust\">\n<path d=\"M12 22.5v-17c-4.688 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"434\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1af44d\" wfd-id=\"435\"><h4 data-css=\"tve-u-16249358652\" style=\"text-align: left;\">Interior clean</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"433\"><p data-css=\"tve-u-162492e70ad\">Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"423\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16249373b25\" wfd-id=\"425\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b52d3\" wfd-id=\"429\"><svg class=\"tcb-icon\" viewBox=\"0 0 26 28\" data-name=\"umbrella\">\n<path d=\"M14 12.938v9.063c0 2.172-1.828 4-4 4s-4-1.828-4-4c0-0.547 0.453-1 1-1s1 0.453 1 1c0 1.047 0.953 2 2 2s2-0.953 2-2v-9.063c0.328-0.109 0.656-0.172 1-0.172s0.672 0.063 1 0.172zM26 13.359c0 0.266-0.234 0.5-0.5 0.5-0.141 0-0.25-0.063-0.359-0.156-0.906-0.844-1.75-1.437-3.047-1.437-1.484 0-2.766 0.922-3.609 2.094-0.187 0.266-0.328 0.547-0.5 0.812-0.109 0.172-0.234 0.266-0.438 0.266-0.219 0-0.344-0.094-0.453-0.266-0.172-0.266-0.313-0.547-0.5-0.812-0.844-1.172-2.109-2.094-3.594-2.094s-2.75 0.922-3.594 2.094c-0.187 0.266-0.328 0.547-0.5 0.812-0.109 0.172-0.234 0.266-0.453 0.266-0.203 0-0.328-0.094-0.438-0.266-0.172-0.266-0.313-0.547-0.5-0.812-0.844-1.172-2.125-2.094-3.609-2.094-1.297 0-2.141 0.594-3.047 1.437-0.109 0.094-0.219 0.156-0.359 0.156-0.266 0-0.5-0.234-0.5-0.5 0-0.047 0-0.078 0.016-0.109 1.437-5.906 7.141-9.25 12.984-9.25 5.812 0 11.578 3.344 12.984 9.25 0.016 0.031 0.016 0.063 0.016 0.109zM14 2v1.531c-0.328-0.016-0.672-0.031-1-0.031s-0.672 0.016-1 0.031v-1.531c0-0.547 0.453-1 1-1s1 0.453 1 1z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"427\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b01a6\" wfd-id=\"428\"><h4 data-css=\"tve-u-1624935a201\" style=\"text-align: left;\">Wax protection</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"426\"><p data-css=\"tve-u-162492e70ad\">Etiam pharetra, erat sed fermentum feugiat, velit mauris</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16249367114\" wfd-id=\"390\"><div class=\"tcb-flex-row tcb-medium-no-wrap tcb--cols--3 v-2\" data-css=\"tve-u-16229ffbb7b\" wfd-id=\"391\"><div class=\"tcb-flex-col\" wfd-id=\"410\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229fa6a26\" wfd-id=\"412\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b33f9\" wfd-id=\"420\"><svg class=\"tcb-icon\" viewBox=\"0 0 26 28\" data-name=\"magic\">\n<path d=\"M18.594 9.078l4.578-4.578-1.672-1.672-4.578 4.578zM25.578 4.5c0 0.266-0.094 0.516-0.281 0.703l-20.094 20.094c-0.187 0.187-0.438 0.281-0.703 0.281s-0.516-0.094-0.703-0.281l-3.094-3.094c-0.187-0.187-0.281-0.438-0.281-0.703s0.094-0.516 0.281-0.703l20.094-20.094c0.187-0.187 0.438-0.281 0.703-0.281s0.516 0.094 0.703 0.281l3.094 3.094c0.187 0.187 0.281 0.438 0.281 0.703zM4.469 1.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531zM9.938 4.062l3.063 0.938-3.063 0.938-0.938 3.063-0.938-3.063-3.063-0.938 3.063-0.938 0.938-3.063zM24.469 11.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531zM14.469 1.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"418\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b0a67\" wfd-id=\"419\"><h4 data-css=\"tve-u-16248fc42a1\" style=\"text-align: left;\">Dust &amp; Dash Console</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"413\"><p data-css=\"tve-u-162492e70ad\">Duis sed odio sit amet nibh vulputate cursus a sit amet mauris.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"399\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1622f65ba70\" wfd-id=\"401\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b60b4\" wfd-id=\"409\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"certificate\">\n<path d=\"M21.5 14l2.156 2.109c0.297 0.281 0.406 0.703 0.313 1.094-0.109 0.391-0.422 0.703-0.812 0.797l-2.938 0.75 0.828 2.906c0.109 0.391 0 0.812-0.297 1.094-0.281 0.297-0.703 0.406-1.094 0.297l-2.906-0.828-0.75 2.938c-0.094 0.391-0.406 0.703-0.797 0.812-0.094 0.016-0.203 0.031-0.297 0.031-0.297 0-0.594-0.125-0.797-0.344l-2.109-2.156-2.109 2.156c-0.281 0.297-0.703 0.406-1.094 0.313-0.406-0.109-0.703-0.422-0.797-0.812l-0.75-2.938-2.906 0.828c-0.391 0.109-0.812 0-1.094-0.297-0.297-0.281-0.406-0.703-0.297-1.094l0.828-2.906-2.938-0.75c-0.391-0.094-0.703-0.406-0.812-0.797-0.094-0.391 0.016-0.812 0.313-1.094l2.156-2.109-2.156-2.109c-0.297-0.281-0.406-0.703-0.313-1.094 0.109-0.391 0.422-0.703 0.812-0.797l2.938-0.75-0.828-2.906c-0.109-0.391 0-0.812 0.297-1.094 0.281-0.297 0.703-0.406 1.094-0.297l2.906 0.828 0.75-2.938c0.094-0.391 0.406-0.703 0.797-0.797 0.391-0.109 0.812 0 1.094 0.297l2.109 2.172 2.109-2.172c0.281-0.297 0.688-0.406 1.094-0.297 0.391 0.094 0.703 0.406 0.797 0.797l0.75 2.938 2.906-0.828c0.391-0.109 0.812 0 1.094 0.297 0.297 0.281 0.406 0.703 0.297 1.094l-0.828 2.906 2.938 0.75c0.391 0.094 0.703 0.406 0.812 0.797 0.094 0.391-0.016 0.812-0.313 1.094z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"407\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b12d8\" wfd-id=\"408\"><h4 data-css=\"tve-u-1625389a3d5\" style=\"text-align: left;\">Triple Foam Polish</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"402\"><p data-css=\"tve-u-162492e70ad\">Class aptent taciti sociosqu ad litora torquent</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"392\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229fa8c68\" wfd-id=\"394\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-16271adf6cf\" wfd-id=\"398\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"bullseye\">\n<path d=\"M16 14c0 2.203-1.797 4-4 4s-4-1.797-4-4 1.797-4 4-4 4 1.797 4 4zM18 14c0-3.313-2.688-6-6-6s-6 2.688-6 6 2.688 6 6 6 6-2.688 6-6zM20 14c0 4.422-3.578 8-8 8s-8-3.578-8-8 3.578-8 8-8 8 3.578 8 8zM22 14c0-5.516-4.484-10-10-10s-10 4.484-10 10 4.484 10 10 10 10-4.484 10-10zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"396\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-16248fc71c8\" wfd-id=\"397\"><h4 data-css=\"tve-u-1625389b4ed\" style=\"text-align: left;\">Tire dressing</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"395\"><p data-css=\"tve-u-162492e70ad\">Etiam pharetra, erat sed fermentum feugiat, velit mauris</p></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621ad46076\" wfd-id=\"344\">\n<div class=\"tve-page-section-out\" wfd-id=\"385\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621b072b4e\" wfd-id=\"345\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621a8b2488\" wfd-id=\"346\"><div class=\"tcb-flex-row tcb--cols--2 v-2\" data-css=\"tve-u-1621a8a804b\" wfd-id=\"347\"><div class=\"tcb-flex-col\" wfd-id=\"359\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16271bfe70c\" wfd-id=\"361\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h3\" data-css=\"tve-u-1621a8c4313\" wfd-id=\"380\"><h3><strong>Complete cleaning services for yoâ€‹ur car</strong></h3></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-16417b70f47\" wfd-id=\"362\"><ul class=\"tcb-styled-list\" wfd-id=\"363\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621acf0289\" wfd-id=\"374\"><div class=\"tcb-styled-list-icon\" wfd-id=\"378\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a8e11f3\" wfd-id=\"379\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ace1b08\" wfd-id=\"375\">We are a small business delivering professional cleaning services for all vehicles</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621acf64fb\" wfd-id=\"370\"><div class=\"tcb-styled-list-icon\" wfd-id=\"372\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a8e5625\" wfd-id=\"373\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ace4de9\" wfd-id=\"371\">Our services are convenient for individuals and corporate fleets</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"364\"><div class=\"tcb-styled-list-icon\" wfd-id=\"368\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a9076ef\" wfd-id=\"369\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621acf47d2\" wfd-id=\"365\">We use eco-friendly products that actually clean, protect and maintain your car better than the traditional cleaning substances</span></li></ul></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"348\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621a90a46f\" wfd-id=\"350\"><div class=\"thrv_wrapper thrv-fill-counter tve_red tve_normalfc thrv_data_element\" data-css=\"tve-u-1621a983587\" wfd-id=\"351\">\n<div class=\"tve_fill_counter_n\" style=\"\" data-fill=\"100\" data-css=\"tve-u-1621a98b602\" wfd-id=\"352\">\n<svg viewBox=\"0 0 160 160\" class=\"tve_fill_counter_circle\" shape-rendering=\"optimizeSpeed\" data-css=\"tve-u-1621a9a2862\">\n<circle class=\"tve_fill_counter_circle_inner\" r=\"80\" cx=\"80\" cy=\"80\" data-css=\"tve-u-1621a9685d4\"></circle>\n</svg>\n<div class=\"tve_fill_text_in\" data-css=\"tve-u-1621a96b190\" wfd-id=\"353\">\n<div class=\"tve_fill_text_value\" data-css=\"tve-u-1621a9a2866\" wfd-id=\"355\">\n<div class=\"thrv-inline-text tve_fill_text tve_editable\" data-css=\"tve-u-1621a9a2867\" wfd-id=\"356\"><strong>100%â€‹</strong></div>\n</div>\n<div class=\"thrv-inline-text tve_editable tve_data_element_label\" data-css=\"tve-u-1621a9750ae\" wfd-id=\"354\">Clean car</div>\n</div>\n</div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621ada1e7f\" data-value-type=\"percent\" wfd-id=\"306\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621adba9ef\" data-clip-id=\"52d5a36c151aa\" wfd-id=\"343\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-52d5a36c151aa\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0875\"></polygon></clipPath><clipPath id=\"clip-tablet-top-52d5a36c151aa\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0524\"></polygon></clipPath><clipPath id=\"clip-mobile-top-52d5a36c151aa\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0349\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621ad420c4\" wfd-id=\"307\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621ade6172\" wfd-id=\"308\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2 tcb-row-reversed-mobile tcb-mobile-edit v-2\" data-css=\"tve-u-1621adea58b\" wfd-id=\"309\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621b064646\" style=\"\" wfd-id=\"337\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ae0bec7\" wfd-id=\"339\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ae4fd21\" data-value-type=\"percent\" data-float=\"1\" wfd-id=\"340\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621ae6c8da\" data-clip-id=\"aa2c3e3c70555\" wfd-id=\"342\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0349\"></polygon></clipPath><clipPath id=\"clip-tablet-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"4\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0699\"></polygon></clipPath><clipPath id=\"clip-mobile-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"4\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0699\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb\" data-css=\"tve-u-1621ae4db6e\" wfd-id=\"341\"></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621b064668\" style=\"\" wfd-id=\"310\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621f45bed3\" wfd-id=\"312\"><div class=\"tcb-clear\" data-css=\"tve-u-16224848ee5\" wfd-id=\"333\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621afceb00\" wfd-id=\"334\"><h2 data-css=\"tve-u-1621afcc0bf\">Check Out Our Special Offer!</h2></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621afda4fa\" wfd-id=\"332\"><p data-css=\"tve-u-1621afd8c98\">Donâ€™t miss the opportunity to get 50% discount on a complete cleaning just by recommending us to a friend. Bring someone you know with you and clean you car half price!</p></div><div class=\"tcb-clear\" data-css=\"tve-u-16224834cab\" wfd-id=\"313\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621fe85996\" wfd-id=\"314\"><div class=\"tcb-flex-row tcb--cols--2 tcb-resized tcb-medium-wrap tcb-desktop-wrap\" data-css=\"tve-u-1621fe78878\" wfd-id=\"315\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621fe94086\" style=\"\" wfd-id=\"323\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"325\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621b01355a\" wfd-id=\"326\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621b08fdde\" data-tcb_hover_state_parent=\"1\" wfd-id=\"331\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16223f02c16\" wfd-id=\"327\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-1620af7eb3f\" data-tcb_hover_state_parent=\"\" data-button-style=\"full_rounded\" wfd-id=\"328\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"329\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-16228c75500\" wfd-id=\"330\"><strong>Request an appointment</strong></span></span>\n</a>\n</div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621fe940b9\" style=\"\" wfd-id=\"316\"><div class=\"tcb-col\" wfd-id=\"318\"><div class=\"tcb-clear\" data-css=\"tve-u-16224716d62\" wfd-id=\"319\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-1621b028939\" data-tcb_hover_state_parent=\"\" data-button-style=\"ghost\" wfd-id=\"320\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"321\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-16228c764b2\" wfd-id=\"322\"><strong>Call Now: 0400-700-682</strong></span></span>\n</a>\n</div></div></div></div></div></div></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16260ba2fa4\" wfd-id=\"205\">\n<div class=\"tve-page-section-out\" wfd-id=\"305\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16260be7104\" wfd-id=\"206\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621b0e4fb7\" wfd-id=\"304\"><h2 data-css=\"tve-u-1621b10fccf\" style=\"text-align: center;\">our happy clients</h2></div><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641367127b\" data-float=\"1\" wfd-id=\"303\"><svg class=\"tcb-icon\" viewBox=\"0 0 30 32\" data-name=\"quote-left\">\n<path d=\"M13.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429zM29.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641367e553\" wfd-id=\"302\"><svg class=\"tcb-icon\" viewBox=\"0 0 30 32\" data-name=\"quote-left\">\n<path d=\"M13.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429zM29.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a10d3b4\" wfd-id=\"273\">\n<div class=\"tve-content-box-background\" wfd-id=\"301\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"274\"><div class=\"tcb-clear\" data-css=\"tve-u-1621b300a64\" wfd-id=\"299\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-1621f154231\" wfd-id=\"300\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621b200375\" wfd-id=\"277\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-16260d8392c\" wfd-id=\"278\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"283\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"285\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16417b62c09\" wfd-id=\"286\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-16260d8396c\" wfd-id=\"287\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16260d01208\" style=\"\" wfd-id=\"293\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"295\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"296\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16225617da3\" wfd-id=\"298\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"297\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16260d0120e\" style=\"\" wfd-id=\"288\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"290\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"292\"><h5>Brett Graham, 28</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"291\"><h6 class=\"\">Architect</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"279\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"281\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"282\"><p data-css=\"tve-u-162539c17ec\">Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit. Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit.&nbsp;</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-16260c5ff0c\" wfd-id=\"275\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260c5ff07\" wfd-id=\"276\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a12f675\" wfd-id=\"240\">\n<div class=\"tve-content-box-background\" wfd-id=\"272\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"241\"><div class=\"tcb-clear\" data-css=\"tve-u-16260cd7683\" wfd-id=\"270\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260d73672\" wfd-id=\"271\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16260da3aa7\" wfd-id=\"244\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-1621fb68b97\" wfd-id=\"245\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"254\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"256\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16417b662bf\" wfd-id=\"257\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-1621fb65556\" wfd-id=\"258\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16229915e1a\" style=\"\" wfd-id=\"264\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"266\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"267\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16260c433e9\" wfd-id=\"269\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"268\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16229915e4e\" style=\"\" wfd-id=\"259\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"261\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"263\"><h5>Rosie Hanson, 24</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"262\"><h6 class=\"\">Real estate Associate</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"246\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"248\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"249\"><p data-css=\"tve-u-162539c17ec\">Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo.</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-16260d3b97e\" wfd-id=\"242\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260d39b83\" wfd-id=\"243\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a146aef\" wfd-id=\"207\">\n<div class=\"tve-content-box-background\" wfd-id=\"239\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"208\"><div class=\"tcb-clear\" data-css=\"tve-u-16260cd7683\" wfd-id=\"237\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260cd622f\" wfd-id=\"238\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16260c39a7e\" wfd-id=\"211\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-16260d3f4aa\" wfd-id=\"212\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"219\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"221\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621fbacc60\" wfd-id=\"222\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-16260d3f4af\" wfd-id=\"223\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16229915e1a\" style=\"\" wfd-id=\"231\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"233\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"234\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16260d5e4b8\" wfd-id=\"236\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"235\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16229915e4e\" style=\"\" wfd-id=\"224\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"226\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"230\"><h5>Shawn Mattews, 35</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"227\"><h6 class=\"\">project manager</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"213\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"215\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"216\"><p data-css=\"tve-u-162539c17ec\">Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo. Nullam ac urna eu felis.Sed non neque elit. Sed ut imperdiet nisi. Proin condimentum</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1621b30ca74\" wfd-id=\"209\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-1621f15b521\" wfd-id=\"210\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621b3c8c52\" wfd-id=\"91\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621b3cfc7b\" wfd-id=\"204\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621b3c74d9\" wfd-id=\"92\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621e7b695a\" wfd-id=\"201\"><h2 data-css=\"tve-u-1621e7a7350\" style=\"text-align: center;\">our offers</h2></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621e7c899a\" wfd-id=\"93\"><div class=\"tcb-flex-row tcb--cols--3 tcb-medium-wrap v-2\" data-css=\"tve-u-1621e7c7aa1\" wfd-id=\"94\"><div class=\"tcb-flex-col\" wfd-id=\"161\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16223fc9f23\" wfd-id=\"163\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e7ceab3\" style=\"\" wfd-id=\"164\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16416e4fafd\" wfd-id=\"200\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e7d5094\" wfd-id=\"165\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e7e9950\" data-value-type=\"percent\" style=\"\" wfd-id=\"194\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e7edfd9\" data-clip-id=\"10ffac3b28f1d\" wfd-id=\"199\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-10ffac3b28f1d\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-10ffac3b28f1d\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e7e6c1d\" wfd-id=\"195\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-16417b4cb9e\" wfd-id=\"196\"><h4 data-css=\"tve-u-1621fe1a1af\" style=\"text-align: center;\"><strong>Basic Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ec6c39b\" data-float=\"1\" wfd-id=\"190\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e81f424\" wfd-id=\"193\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec752da\" wfd-id=\"191\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"192\"><h4 data-css=\"tve-u-1621fe1bd18\" style=\"text-align: center;\"><strong>15$</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621ea50702\" wfd-id=\"166\"><ul class=\"tcb-styled-list\" wfd-id=\"167\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec3a5c0\" wfd-id=\"186\"><div class=\"tcb-styled-list-icon\" wfd-id=\"188\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec204df\" wfd-id=\"189\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec241aa\" wfd-id=\"187\">Interior vacuum</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"182\"><div class=\"tcb-styled-list-icon\" wfd-id=\"184\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec20f68\" wfd-id=\"185\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec2704c\" wfd-id=\"183\">Dust &amp;dash console</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec42aa7\" wfd-id=\"176\"><div class=\"tcb-styled-list-icon\" wfd-id=\"180\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec21a31\" wfd-id=\"181\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec298ab\" wfd-id=\"177\">Hand towel dry</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec43fe2\" wfd-id=\"172\"><div class=\"tcb-styled-list-icon\" wfd-id=\"174\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ea1fba7\" wfd-id=\"175\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea23322\" wfd-id=\"173\">Clean windows</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec454d9\" wfd-id=\"168\"><div class=\"tcb-styled-list-icon\" wfd-id=\"170\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ea295c0\" wfd-id=\"171\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea2c69a\" wfd-id=\"169\">Soft cloth wash</span></li></ul></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"128\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"130\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621eb81205\" style=\"\" wfd-id=\"131\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16416e603ab\" wfd-id=\"160\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621eb7ccb0\" wfd-id=\"132\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ebbbb6d\" data-value-type=\"percent\" wfd-id=\"156\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eaaedd8\" data-clip-id=\"a2b9cf3198d6f\" wfd-id=\"159\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-a2b9cf3198d6f\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-a2b9cf3198d6f\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec7f21a\" wfd-id=\"157\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e930bd7\" wfd-id=\"158\"><h4 data-css=\"tve-u-1621e92e97f\" style=\"text-align: center;\"><strong>Ultimate Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ec78d2c\" data-float=\"1\" wfd-id=\"152\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eab272c\" wfd-id=\"155\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec79a7d\" wfd-id=\"153\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"154\"><h4 data-css=\"tve-u-1621e942b65\" style=\"text-align: center;\"><strong>22 $</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621ebfa746\" wfd-id=\"149\"><p data-css=\"tve-u-1621f4ceaf6\" style=\"text-align: center;\">Includes basic service <span data-css=\"tve-u-1621f4ceaf7\" style=\"color: rgb(15, 29, 123);\" wfd-id=\"150\"><strong class=\"\"><span data-css=\"tve-u-1621f4ceafb\" wfd-id=\"151\">+</span></strong></span></p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621ebf340c\" wfd-id=\"133\"><ul class=\"tcb-styled-list\" wfd-id=\"134\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-164137a0b1f\" wfd-id=\"143\"><div class=\"tcb-styled-list-icon\" wfd-id=\"147\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec0c5bd\" wfd-id=\"148\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ebfe4ce\" wfd-id=\"144\">Triple foam conditiner</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec04541\" wfd-id=\"139\"><div class=\"tcb-styled-list-icon\" wfd-id=\"141\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec09a3c\" wfd-id=\"142\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ebff867\" wfd-id=\"140\">Tire dressing</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec05cc3\" wfd-id=\"135\"><div class=\"tcb-styled-list-icon\" wfd-id=\"137\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec15f6e\" wfd-id=\"138\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec009a8\" wfd-id=\"136\">Air freshner</span></li></ul></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"95\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16223dad661\" wfd-id=\"97\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621fd9c946\" style=\"\" wfd-id=\"98\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e7d234c\" wfd-id=\"127\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621fd84d7b\" wfd-id=\"99\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16223b080b0\" data-value-type=\"percent\" wfd-id=\"121\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eb3eb9f\" data-clip-id=\"ac98bb0e54b3b\" wfd-id=\"126\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621fd8766c\" wfd-id=\"122\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e930bd7\" wfd-id=\"123\"><h4 data-css=\"tve-u-1621fe1587d\" style=\"text-align: center;\"><strong>Supreme Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e8107f3\" wfd-id=\"117\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eb43d8d\" wfd-id=\"120\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e819c52\" wfd-id=\"118\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"119\"><h4 data-css=\"tve-u-1621fe1725e\" style=\"text-align: center;\"><strong>30 $</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621eb037bb\" wfd-id=\"114\"><p data-css=\"tve-u-1621f4d0451\" style=\"text-align: center;\">Includes ultimate service <span data-css=\"tve-u-1621eaff572\" style=\"color: rgb(15, 29, 123);\" wfd-id=\"115\"><strong class=\"\"><span data-css=\"tve-u-1621eb01b60\" wfd-id=\"116\">+</span></strong></span></p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621eacf6af\" wfd-id=\"100\"><ul class=\"tcb-styled-list\" wfd-id=\"101\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec36a4d\" wfd-id=\"110\"><div class=\"tcb-styled-list-icon\" wfd-id=\"112\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e9993aa\" wfd-id=\"113\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea1a5d7\" wfd-id=\"111\">Exterior trim dressing</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"106\"><div class=\"tcb-styled-list-icon\" wfd-id=\"108\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e99b1db\" wfd-id=\"109\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea19a06\" wfd-id=\"107\">Hand applied spray wax</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec37ea5\" wfd-id=\"102\"><div class=\"tcb-styled-list-icon\" wfd-id=\"104\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e99c314\" wfd-id=\"105\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea18c5d\" wfd-id=\"103\">Interior conditioner</span></li></ul></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621efddaaf\" wfd-id=\"45\">\n<div class=\"tve-page-section-out\" wfd-id=\"90\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621edf8048\" wfd-id=\"46\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621f114214\" wfd-id=\"47\"><div class=\"tcb-flex-row tcb-mobile-edit tcb--cols--2\" data-css=\"tve-u-1621ee03000\" wfd-id=\"48\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621ee4be21\" style=\"\" wfd-id=\"54\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ee093d4\" wfd-id=\"56\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ee3afec\" wfd-id=\"57\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621ee58e74\" wfd-id=\"89\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ee37f4a\" wfd-id=\"58\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1621ee74a24\" wfd-id=\"88\"><svg class=\"tcb-icon\" viewBox=\"0 0 16 28\" data-name=\"map-marker\">\n<path d=\"M12 10c0-2.203-1.797-4-4-4s-4 1.797-4 4 1.797 4 4 4 4-1.797 4-4zM16 10c0 0.953-0.109 1.937-0.516 2.797l-5.688 12.094c-0.328 0.688-1.047 1.109-1.797 1.109s-1.469-0.422-1.781-1.109l-5.703-12.094c-0.406-0.859-0.516-1.844-0.516-2.797 0-4.422 3.578-8 8-8s8 3.578 8 8z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621ee63e1c\" wfd-id=\"83\"><h2 data-css=\"tve-u-1621fdcb4ea\" style=\"text-align: center;\">contact us</h2></div><div class=\"thrv_wrapper thrv-contact-form\" data-ct=\"contact_form-22343\" style=\"\" data-css=\"tve-u-16465071dea\" data-ct-name=\"Rounded Shadow\" wfd-id=\"61\">\n<form action=\"\" method=\"post\" novalidate=\"\" wfd-id=\"62\">\n<div class=\"tve-cf-item-wrapper\" wfd-id=\"66\">\n<div class=\"tve-cf-item\" data-css=\"tve-u-1695dd04208\" wfd-id=\"79\">\n<div class=\"thrv-cf-input-wrapper\" data-type=\"first_name\" wfd-id=\"80\">\n<label data-css=\"tve-u-1695d9d6525\" class=\"\" wfd-id=\"82\">First Name</label>\n<div class=\"tve-cf-input\" data-css=\"tve-u-1695d9d6526\" data-tcb_hover_state_parent=\"\" wfd-id=\"81\">\n<input placeholder=\"\" type=\"text\" name=\"first_name\" data-placeholder=\"\" wfd-id=\"549\">\n</div>\n</div>\n</div>\n<div class=\"tve-cf-item\" data-css=\"tve-u-1695dd04208\" wfd-id=\"75\">\n<div class=\"thrv-cf-input-wrapper\" data-type=\"email\" wfd-id=\"76\">\n<label data-css=\"tve-u-1695d9d6527\" class=\"\" wfd-id=\"78\">Email Address</label>\n<div class=\"tve-cf-input\" data-css=\"tve-u-1695d9d6528\" data-tcb_hover_state_parent=\"\" wfd-id=\"77\">\n<input placeholder=\"\" type=\"email\" name=\"email\" data-placeholder=\"\" wfd-id=\"548\">\n</div>\n</div>\n</div>\n<div class=\"tve-cf-item\" data-css=\"tve-u-1695dd484d7\" wfd-id=\"71\">\n<div class=\"thrv-cf-input-wrapper\" data-type=\"message\" wfd-id=\"72\">\n<label data-css=\"tve-u-1695d9d6529\" class=\"\" wfd-id=\"74\">Message</label>\n<div class=\"tve-cf-input\" data-css=\"tve-u-1695d9d652a\" data-tcb_hover_state_parent=\"\" wfd-id=\"73\">\n<textarea placeholder=\"\" data-placeholder=\"\" name=\"message\" wfd-id=\"551\"></textarea>\n</div>\n</div>\n</div>\n<div class=\"tve-cf-item\" data-css=\"tve-u-1695dd04208\" wfd-id=\"67\">\n	<div class=\"thrv-cf-input-wrapper\" data-type=\"phone\" wfd-id=\"68\">\n		<label data-css=\"tve-u-1695d9d6525\" class=\"\" wfd-id=\"70\">Phone Number</label>\n		<div class=\"tve-cf-input\" data-css=\"tve-u-1695d9d6526\" wfd-id=\"69\">\n			<input placeholder=\"+1-555-555-2368\" type=\"tel\" name=\"phone\" data-placeholder=\"+1-555-555-2368\" wfd-id=\"547\">\n		</div>\n	</div>\n</div></div>\n<div class=\"tve-cf-submit\" data-tcb_hover_state_parent=\"\" data-button-style=\"rounded\" data-css=\"tve-u-1695dd27f6a\" wfd-id=\"63\">\n<button class=\"tve_btn_txt\" type=\"submit\" wfd-id=\"564\">Submit Message</button>\n</div>\n<input type=\"hidden\" name=\"config\" value=\"YTozOntzOjE0OiJlcnJvcl9tZXNzYWdlcyI7YTo0OntzOjU6ImVtYWlsIjtzOjIxOiJFbWFpbCBhZGRyZXNzIGludmFsaWQiO3M6NToicGhvbmUiO3M6MjA6IlBob25lIG51bWJlciBpbnZhbGlkIjtzOjM6InVybCI7czoxMToiVVJMIGludmFsaWQiO3M6ODoicmVxdWlyZWQiO3M6MjA6IlJlcXVpcmVkIGZpZWxkIGVtcHR5Ijt9czo4OiJ0b19lbWFpbCI7YToyOntzOjI6InRvIjtzOjI4OiJpbmZvQGJlc3RjZXJha290ZWZsb3JpZGEuY29tIjtzOjc6InN1YmplY3QiO3M6MTg6Ik5ldyBtZXNzYWdlIGZyb206ICI7fXM6Njoic3VibWl0IjthOjEwOntzOjY6ImFjdGlvbiI7czoxMjoibm90aWZpY2F0aW9uIjtzOjIzOiJzZW5kX2NvbmZpcm1hdGlvbl9lbWFpbCI7YjoxO3M6MTk6InNlbmRlcl9wZXJzb25hbGl6ZWQiO2I6MDtzOjIwOiJjb25maXJtYXRpb25fc3ViamVjdCI7czozNjoiQ29udGFjdCBGb3JtIHN1Ym1pc3Npb24gY29uZmlybWF0aW9uIjtzOjIwOiJjb25maXJtYXRpb25fbWVzc2FnZSI7czoxMzk6IkhlbGxvLCAKClRoYW5rcyBmb3IgY29udGFjdGluZyB1cy4gV2UnbGwgZ2V0IGJhY2sgdG8geW91IGFzIHNvb24gYXMgcG9zc2libGUgd2l0aCB0aGUgaW5mb3JtYXRpb24geW91IG5lZWQuIAoKQmVzdCByZWdhcmRzLApbd3Bfc2l0ZV90aXRsZV0iO3M6OToiZnJvbV9uYW1lIjtzOjI4OiJUaGUgQmVzdCBDZXJha290ZSBJbiBGbG9yaWRhIjtzOjEwOiJmcm9tX2VtYWlsIjtzOjI5OiJhZG1pbkBiZXN0Y2VyYWtvdGVmbG9yaWRhLmNvbSI7czo4OiJyZXBseV90byI7czoyOToiYWRtaW5AYmVzdGNlcmFrb3RlZmxvcmlkYS5jb20iO3M6MzoidXJsIjtzOjA6IiI7czoxMjoibm90aWZpY2F0aW9uIjtzOjgxOiJZb3VyIG1lc3NhZ2UgaGFzIGJlZW4gc2VudCwgdGhhbmsgeW91ISBZb3UnbGwgaGVhciBmcm9tIHVzIHdpdGhpbiB0aGUgbmV4dCAyNCBocnMiO319\" wfd-id=\"546\"></form>\n</div><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_slide_left\" data-css=\"tve-u-1621ef118dc\" style=\"\" wfd-id=\"59\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"60\"><img class=\"tve_image tve_evt_manager_listen tve_et_tve-viewport wp-image-282\" alt=\"Cerakote Certified Logo\" width=\"2148\" height=\"1968\" title=\"Cerakote Certified Logo\" data-id=\"282\" src=\"https://bestcerakoteflorida.com/wp-content/uploads/2018/09/CertifiedLogo.png\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_left&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" style=\"width: 100%;\"></span></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621ee4be73\" style=\"\" wfd-id=\"49\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ee22c43\" wfd-id=\"51\"><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-1695d995f33\" wfd-id=\"53\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=825 South Kings Highway, Fort Pierce&amp;t=m&amp;z=11&amp;output=embed&amp;iwloc=near\"></iframe>\n</div><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-1621ee18a1c\" wfd-id=\"52\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=davie, Florida 33317&amp;t=m&amp;z=11&amp;output=embed&amp;iwloc=near\"></iframe>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621f0aa8f7\" wfd-id=\"28\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621f0ada0e\" wfd-id=\"44\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621f0b0088\" wfd-id=\"29\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621f0d2c1a\" wfd-id=\"30\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-1621f0cbe40\" wfd-id=\"31\"><div class=\"tcb-flex-col\" wfd-id=\"38\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"40\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621f0da775\" wfd-id=\"41\"><p data-css=\"tve-u-1622444fb11\">Â© 2018, BLACKHAWK CUSTOM, LLC . All rights reserved.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"32\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"34\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16223fe5f5b\" wfd-id=\"35\"><p data-css=\"tve-u-1621f0d874c\" style=\"text-align: right;\">Made with <a href=\"https://thrivethemes.com/\" target=\"_blank\">Thrive Architect</a></p></div></div></div></div></div></div>\n</div>\n\n'),(7116,586,'tve_revision_tve_has_wistia_popover','0'),(7121,587,'tve_revision_tve_content_more_found',''),(7122,587,'tve_revision_tve_save_post',''),(7123,587,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Special+Elite:400&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Merriweather:400,400i,700,700i&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Montserrat:400,700&subset=latin\");@media (min-width: 300px){#tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] p, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] li, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] blockquote, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] address, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] .tcb-plain-text, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] h1, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] h2, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] h3, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] h4, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] h5, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] h6 { color: rgb(255, 255, 255); }[data-css=\"tve-u-1642b667be5\"] { max-width: 1200px; float: none; width: 100%; padding: 5px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1642b32e2c2\"] { float: none; z-index: 3; position: relative; width: 100%; margin-left: auto !important; margin-right: auto !important; }#tcb_landing_page a.tve_state_hover:not(.tcb-button-link) { color: rgb(179, 144, 57); }[data-css=\"tve-u-1642b25c464\"] { padding: 5px 10px !important; background-image: none !important; }[data-css=\"tve-u-1642b20c920\"] strong { font-weight: 700 !important; }#tve_editor [data-css=\"tve-u-1642b20c920\"] { font-size: 16px !important; font-family: Montserrat !important; font-weight: 400 !important; }#tve_editor [data-css=\"tve-u-16035acf904\"] { font-size: 24px !important; font-family: \"Special Elite\" !important; font-weight: 400 !important; text-transform: capitalize !important; }.tcb-plain-text strong { font-weight: 700; }.tcb-plain-text { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page a strong { font-weight: 700; }#tcb_landing_page h6 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(0, 0, 0); font-size: 20px; }#tcb_landing_page h5 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(0, 0, 0); font-size: 24px; }#tcb_landing_page h4 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(0, 0, 0); font-size: 30px; }#tcb_landing_page a:not(.tcb-button-link) { color: rgb(0, 0, 0); text-decoration: underline; }#tcb_landing_page h3 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(0, 0, 0); font-size: 38px; line-height: 1.3em; }#tcb_landing_page h2 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(0, 0, 0); font-size: 45px; line-height: 1.3em; }#tcb_landing_page h1 { font-family: \"Special Elite\"; font-weight: 400; font-size: 50px; line-height: 1.3em; color: rgb(0, 0, 0); }#tcb_landing_page p strong, #tcb_landing_page li strong { font-weight: 700; }#tcb_landing_page p, #tcb_landing_page li { font-family: Merriweather; font-weight: 400; font-size: 17px; line-height: 1.6em; color: rgb(0, 0, 0); }[data-css=\"tve-u-15e09c94f7d\"] { background-color: rgb(231, 229, 229) !important; }#tcb_landing_page a:hover:not(.tcb-button-link) { text-decoration: none; color: rgb(179, 144, 57); }#tcb_landing_page .tve-state-hovera:not(.tcb-button-link) { text-decoration: none; }#tcb_landing_page a.tve-state-hover:not(.tcb-button-link) { text-decoration: none; }[data-css=\"tve-u-1642b6ef7e6\"]::after { clear: both; }[data-css=\"tve-u-165e6491162\"] strong { font-weight: 700 !important; }#tve_editor [data-css=\"tve-u-165e6491162\"] { font-size: 16px !important; font-family: Montserrat !important; font-weight: 400 !important; }[data-css=\"tve-u-165e6492b04\"] strong { font-weight: 700 !important; }#tve_editor [data-css=\"tve-u-165e6492b04\"] { font-size: 16px !important; font-family: Merriweather !important; font-weight: 400 !important; }[data-css=\"tve-u-1642b6ef7e6\"] p, [data-css=\"tve-u-1642b6ef7e6\"] li, [data-css=\"tve-u-1642b6ef7e6\"] blockquote, [data-css=\"tve-u-1642b6ef7e6\"] address, [data-css=\"tve-u-1642b6ef7e6\"] .tcb-plain-text, [data-css=\"tve-u-1642b6ef7e6\"] label, [data-css=\"tve-u-1642b6ef7e6\"] h1, [data-css=\"tve-u-1642b6ef7e6\"] h2, [data-css=\"tve-u-1642b6ef7e6\"] h3, [data-css=\"tve-u-1642b6ef7e6\"] h4, [data-css=\"tve-u-1642b6ef7e6\"] h5, [data-css=\"tve-u-1642b6ef7e6\"] h6 { font-weight: 400 !important; }#tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] p, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] li, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] blockquote, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] address, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] .tcb-plain-text, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] label { font-family: Merriweather; }#tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] strong { font-weight: 700; }#tcb_landing_page .tcb-plain-text { color: rgb(0, 0, 0); font-family: Merriweather; font-weight: 400; }#tcb_landing_page .tcb-button-link { font-family: Merriweather; font-weight: 400; }#tcb_landing_page input { font-family: Merriweather; font-weight: 400; }#tcb_landing_page .tcb-button-link strong { font-weight: 700; }#tcb_landing_page input strong { font-weight: 700; }#tcb_landing_page .tcb-plain-text strong { font-weight: 700; }[data-css=\"tve-u-165e64c08c2\"] { font-family: Merriweather !important; font-weight: 400 !important; }[data-css=\"tve-u-165e64c08c4\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08c5\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08c6\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08c7\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08c9\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08ca\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08cb\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08cc\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08ce\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08cf\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08d0\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08d1\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08d3\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08d4\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08d5\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08d6\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08d8\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08d9\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08da\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08db\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08dd\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08de\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08df\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08e0\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08e2\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08e3\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08e4\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08e5\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08e7\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08e8\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08e9\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08ea\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08ec\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08ed\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08ee\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08f0\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08f1\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08f2\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08f3\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08f6\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08f7\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08f8\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08f9\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08fa\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08fb\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08fc\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08fe\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08ff\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c0900\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c0901\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c0903\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c0904\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c0905\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c0906\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c0908\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c0909\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c090a\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c090c\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c090d\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c090e\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c0910\"] { font-family: Merriweather !important; font-weight: 400 !important; }[data-css=\"tve-u-165e64c08c2\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-165e64c579a\"] { font-family: Merriweather !important; font-weight: 400 !important; }[data-css=\"tve-u-165e64c579a\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-16954a9c938\"] { margin-left: auto; margin-right: auto; border: 2px solid rgb(0, 0, 0); border-radius: 90px; overflow: hidden; font-size: 29px !important; width: 29px !important; height: 29px !important; margin-bottom: 5px !important; padding: 10px !important; }[data-css=\"tve-u-16954aa12b2\"] > .tcb-flex-col > .tcb-col { justify-content: center; }[data-css=\"tve-u-16954aa12b2\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-16954aa12b2\"] { margin-left: 0px; padding-bottom: 0px !important; padding-top: 0px !important; }[data-css=\"tve-u-16954aa558a\"] { max-width: 10.8%; }[data-css=\"tve-u-16954aa55b5\"] { max-width: 89.2%; }[data-css=\"tve-u-16954aadb7d\"] { margin-bottom: 0px !important; margin-top: 0px !important; }#tve_editor [data-css=\"tve-u-16954a9c938\"] > :first-child { color: rgb(0, 0, 0); }#tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] p, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] li, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] blockquote, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] address, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] .tcb-plain-text, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] label, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] h1, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] h2, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] h3, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] h4, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] h5, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] h6 { color: rgb(0, 0, 0); }}@media (max-width: 1023px){#tcb_landing_page a:not(.tcb-button-link) { color: rgb(0, 0, 0); }.tcb-plain-text { color: rgb(0, 0, 0); }#tcb_landing_page p, #tcb_landing_page li { color: rgb(0, 0, 0); }#tcb_landing_page h6 { color: rgb(0, 0, 0); }#tcb_landing_page h5 { color: rgb(0, 0, 0); }#tcb_landing_page h4 { color: rgb(0, 0, 0); }#tcb_landing_page h3 { color: rgb(0, 0, 0); }#tcb_landing_page h2 { color: rgb(0, 0, 0); }#tcb_landing_page h1 { color: rgb(0, 0, 0); }[data-css=\"tve-u-16954a9c938\"] { margin-left: 20px !important; }}@media (max-width: 767px){#tve_editor [data-css=\"tve-u-16035acf904\"] { font-size: 36px !important; }#tve_editor [data-css=\"tve-u-165e6491162\"] { font-size: 15px !important; }[data-css=\"tve-u-16954a9c938\"] { float: none; z-index: 3; position: relative; display: block; margin-left: 0px !important; margin-right: 0px !important; padding-left: 10px !important; }[data-css=\"tve-u-16954c7c616\"] { display: inline-block; text-align: left; padding-left: 5px !important; margin-left: 1px !important; }[data-css=\"tve-u-16954aadb7d\"] { display: inline-block; float: left; z-index: 3; position: relative; max-width: 150px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-16954cb2bb5\"]::after { clear: both; }[data-css=\"tve-u-1642b32e2c2\"] { float: none; margin-left: auto !important; margin-right: auto !important; }}'),(7124,587,'tve_revision_tve_user_custom_css',''),(7125,587,'tve_revision_tve_page_events','a:0:{}'),(7126,587,'tve_revision_tve_globals','a:2:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";s:8:\"font_cls\";a:0:{}}'),(7127,587,'tve_revision_tve_global_scripts',''),(7128,587,'tve_revision_thrive_icon_pack','0'),(7129,587,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(7130,587,'tve_revision_tve_has_masonry','0'),(7131,587,'tve_revision_tve_has_typefocus','0'),(7132,587,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-custom-menu-inside\" data-css=\"tve-u-1642b667be5\" style=\"z-index: 8;\" wfd-id=\"34\">\n<div class=\"tve-content-box-background\" wfd-id=\"115\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1642b6ef7e6\" style=\"z-index: 8;\" wfd-id=\"35\"><div class=\"tcb-clear\" data-css=\"tve-u-16954cb2bb5\" wfd-id=\"104\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16954aadb7d\" wfd-id=\"105\"><div class=\"tcb-flex-row tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-16954aa12b2\" wfd-id=\"106\"><div class=\"tcb-flex-col\" data-css=\"tve-u-16954aa558a\" style=\"\" wfd-id=\"111\"><div class=\"tcb-col\" data-css=\"tve-u-16954c7c616\" wfd-id=\"113\"><a href=\"https://bestcerakoteflorida.com/\" rel=\"\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-16954a9c938\" data-link-wrap=\"1\" wfd-id=\"114\"><svg class=\"tcb-icon\" viewBox=\"0 0 576 512\" data-id=\"icon-home-regular\" data-name=\"\">\n            <path d=\"M557.1 240.7L512 203.8V104c0-4.4-3.6-8-8-8h-32c-4.4 0-8 3.6-8 8v60.5L313.4 41.1c-14.7-12.1-36-12.1-50.7 0L18.9 240.7c-3.4 2.8-3.9 7.8-1.1 11.3l20.3 24.8c2.8 3.4 7.8 3.9 11.3 1.1l14.7-12V464c0 8.8 7.2 16 16 16h168c4.4 0 8-3.6 8-8V344h64v128c0 4.4 3.6 8 8 8h168c8.8 0 16-7.2 16-16V265.8l14.7 12c3.4 2.8 8.5 2.3 11.3-1.1l20.3-24.8c2.6-3.4 2.1-8.4-1.3-11.2zM464 432h-96V304c0-4.4-3.6-8-8-8H216c-4.4 0-8 3.6-8 8v128h-96V226.5l170.9-140c2.9-2.4 7.2-2.4 10.1 0l170.9 140V432z\"></path>\n        </svg></div></a></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-16954aa55b5\" style=\"\" wfd-id=\"107\"><div class=\"tcb-col\" wfd-id=\"109\"><div class=\"thrv_wrapper thrv_heading\" style=\"\" data-tag=\"h1\" data-css=\"tve-u-1642b32e2c2\" wfd-id=\"110\"><h1 data-css=\"tve-u-16035acf904\" style=\"text-align: center;\"><strong>Privacy</strong></h1></div></div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" data-css=\"tve-u-1642b25c464\" wfd-id=\"36\"><p data-css=\"tve-u-165e6491162\"><span data-css=\"tve-u-165e64c579a\" style=\"font-family: Merriweather; font-weight: 400;\">Privacy Policy</span></p><p data-css=\"tve-u-165e6492b04\"><span data-css=\"tve-u-165e64c08c2\" style=\"font-family: Merriweather; font-weight: 400;\">What personal information do we collect from the people that visit our blog, website or app?<br>When ordering or registering on our site, as appropriate, you may be asked to enter your name, email address, mailing address, phone number, credit card information or other details to help you with your experience.</span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08c4\" style=\"font-weight: 400;\"><span data-css=\"tve-u-165e64c08c5\" style=\"font-family: Merriweather;\">When do we collect information?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08c6\" style=\"font-weight: 400;\"><span data-css=\"tve-u-165e64c08c7\" style=\"font-family: Merriweather;\">We collect information from you when you register on our site, place an order, subscribe to a newsletter, respond to a survey, fill out a form or enter information on our site.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08c9\" style=\"font-weight: 400;\"><span data-css=\"tve-u-165e64c08ca\" style=\"font-family: Merriweather;\">How do we use your information?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08cb\" style=\"font-weight: 400;\"><span data-css=\"tve-u-165e64c08cc\" style=\"font-family: Merriweather;\">We may use the information we collect from you when you register, make a purchase, sign up for our newsletter, respond to a survey or marketing communication, surf the website, or use certain other site features in the following ways:<br>â€¢ To personalize user\'s experience and to allow us to deliver the type of content and product offerings in which you are most interested.<br>â€¢ To improve our website in order to better serve you.<br>â€¢ To allow us to better service you in responding to your customer service requests.<br>â€¢ To administer a contest, promotion, survey or other site feature.<br>â€¢ To quickly process your transactions.<br>â€¢ To send periodic emails regarding your order or other products and services.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08ce\" style=\"font-weight: 400;\"><span data-css=\"tve-u-165e64c08cf\" style=\"font-family: Merriweather;\">How do we protect visitor information?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08d0\" style=\"font-weight: 400;\"><span data-css=\"tve-u-165e64c08d1\" style=\"font-family: Merriweather;\">Our website is scanned on a regular basis for security holes and known vulnerabilities in order to make your visit to our site as safe as possible.<br>We use regular Malware Scanning.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08d3\" style=\"font-weight: 400;\"><span data-css=\"tve-u-165e64c08d4\" style=\"font-family: Merriweather;\">Your personal information is contained behind secured networks and is only accessible by a limited number of persons who have special access rights to such systems, and are required to keep the information confidential. In addition, all sensitive/credit information you supply is encrypted via Secure Socket Layer (SSL) technology.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08d5\" style=\"font-weight: 400;\"><span data-css=\"tve-u-165e64c08d6\" style=\"font-family: Merriweather;\">We implement a variety of security measures when a user places an order, enters, submits, or accesses their information to maintain the safety of your personal information.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08d8\" style=\"font-weight: 400;\"><span data-css=\"tve-u-165e64c08d9\" style=\"font-family: Merriweather;\">All transactions are processed through a gateway provider and are not stored or processed on our servers.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08da\" style=\"font-weight: 400;\"><span data-css=\"tve-u-165e64c08db\" style=\"font-family: Merriweather;\">Do we use \'cookies\'?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08dd\" style=\"font-weight: 400;\"><span data-css=\"tve-u-165e64c08de\" style=\"font-family: Merriweather;\">Yes. Cookies are small files that a site or its service provider transfers to your computer\'s hard drive through your Web browser (if you allow) that enable the site\'s or service provider\'s systems to recognize your browser and capture and remember certain information. For instance, we use cookies to help us remember and process the items in your shopping cart. They are also used to help us understand your preferences based on previous or current site activity, which enables us to provide you with improved services. We also use cookies to help us compile aggregate data about site traffic and site interaction so that we can offer better site experiences and tools in the future.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08df\" style=\"font-weight: 400;\"><span data-css=\"tve-u-165e64c08e0\" style=\"font-family: Merriweather;\">We use cookies to:</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08e2\" style=\"font-weight: 400;\"><span data-css=\"tve-u-165e64c08e3\" style=\"font-family: Merriweather;\">â€¢ Help remember and process the items in the shopping cart.<br>â€¢ Understand and save user\'s preferences for future visits.<br>You can choose to have your computer warn you each time a cookie is being sent, or you can choose to turn off all cookies. You do this through your browser (like Internet Explorer) settings. Each browser is a little different, so look at your browser\'s Help menu to learn the correct way to modify your cookies.<br>If users disable cookies in their browser:<br>If you turn off cookies, some features will be disabled. However, you can still place orders for<br>saved items in your shopping cart over the telephone by contacting customer service.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08e4\" style=\"font-weight: 400;\"><span data-css=\"tve-u-165e64c08e5\" style=\"font-family: Merriweather;\">Third Party Disclosure</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08e7\" style=\"font-weight: 400;\"><span data-css=\"tve-u-165e64c08e8\" style=\"font-family: Merriweather;\">We do not sell, trade, or otherwise transfer to outside parties your personally identifiable information.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08e9\" style=\"font-weight: 400;\"><span data-css=\"tve-u-165e64c08ea\" style=\"font-family: Merriweather;\">Third party links</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08ec\" style=\"font-weight: 400;\"><span data-css=\"tve-u-165e64c08ed\" style=\"font-family: Merriweather;\">Occasionally, at our discretion, we may include or offer third party products or services on our website. These third party sites have separate and independent privacy policies. We therefore have no responsibility or liability for the content and activities of these linked sites. Nonetheless, we seek to protect the integrity of our site and welcome any feedback about these sites.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08ee\" style=\"font-weight: 400;\"><span data-css=\"tve-u-165e64c08f0\" style=\"font-family: Merriweather;\">Google</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08f1\" style=\"font-weight: 400;\"><span data-css=\"tve-u-165e64c08f2\" style=\"font-family: Merriweather;\">Google\'s advertising requirements can be summed up by Google\'s Advertising Principles. They are put in place to provide a positive experience for users. https://support.google.com/adwordspolicy/answer/1316548?hl=en<br>Opting out:<br>Users can set preferences for how Google advertises to you using the Google Ad Settings page. Alternatively, you can opt out by visiting the Network Advertising initiative opt out page or permanently using the Google Analytics Opt Out Browser add on.<br>California Online Privacy Protection Act<br>CalOPPA is the first state law in the nation to require commercial websites and online services to post a privacy policy. The law\'s reach stretches well beyond California to require a person or company in the United States (and conceivably the world) that operates websites collecting personally identifiable information from California consumers to post a conspicuous privacy policy on its website stating exactly the information being collected and those individuals with whom it is being shared, and to comply with this policy.<br>See more at: http://consumercal.org/california-online-privacy-protection-act-caloppa/#sthash.0FdRbT51.dpuf<br>According to CalOPPA we agree to the following:<br>Users can visit our site anonymously<br>Once this privacy policy is created, we will add a link to it on our home page, or as a minimum on the first significant page after entering our website.<br>Our Privacy Policy link includes the word \'Privacy\', and can be easily be found on the page specified above.<br>Users will be notified of any privacy policy changes:<br>â€¢ On our Privacy Policy Page<br>Users are able to change their personal information:<br>â€¢ By emailing us<br>â€¢ By calling us</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08f3\" style=\"font-weight: 400;\"><span data-css=\"tve-u-165e64c08f6\" style=\"font-family: Merriweather;\">How does our site handle do not track signals?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08f7\" style=\"font-weight: 400;\"><span data-css=\"tve-u-165e64c08f8\" style=\"font-family: Merriweather;\">We honor do not track signals and do not track, plant cookies, or use advertising when a Do Not Track (DNT) browser mechanism is in place.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08f9\" style=\"font-weight: 400;\"><span data-css=\"tve-u-165e64c08fa\" style=\"font-family: Merriweather;\">Does our site allow third party behavioral tracking?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08fb\" style=\"font-weight: 400;\"><span data-css=\"tve-u-165e64c08fc\" style=\"font-family: Merriweather;\">It\'s also important to note that we do not allow third party behavioral tracking<br>COPPA (Children Online Privacy Protection Act)<br>When it comes to the collection of personal information from children under 13, the Children\'s Online Privacy Protection Act (COPPA) puts parents in control. The Federal Trade Commission, the nation\'s consumer protection agency, enforces the COPPA Rule, which spells out what operators of websites and online services must do to protect children\'s privacy and safety online.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08fe\" style=\"font-weight: 400;\"><span data-css=\"tve-u-165e64c08ff\" style=\"font-family: Merriweather;\">We do not specifically market to children under 13.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c0900\" style=\"font-weight: 400;\"><span data-css=\"tve-u-165e64c0901\" style=\"font-family: Merriweather;\">Fair Information Practices</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c0903\" style=\"font-weight: 400;\"><span data-css=\"tve-u-165e64c0904\" style=\"font-family: Merriweather;\">The Fair Information Practices Principles form the backbone of privacy law in the United States and the concepts they include have played a significant role in the development of data protection laws around the globe. Understanding the Fair Information Practice Principles and how they should be implemented is critical to comply with the various privacy laws that protect personal information.<br>In order to be in line with Fair Information Practices we will take the following responsive action, should a data breach occur:<br>â€¢ Within 7 business days<br>We will notify the users via in site notification<br>â€¢ Within 7 business days<br>We also agree to the individual redress principle, which requires that individuals have a right to pursue legally enforceable rights against data collectors and processors who fail to adhere to the law. This principle requires not only that individuals have enforceable rights against data users, but also that individuals have recourse to courts or a government agency to investigate and/or prosecute non-compliance by data processors.<br>CAN SPAM Act<br>The CAN-SPAM Act is a law that sets the rules for commercial email, establishes requirements for commercial messages, gives recipients the right to have emails stopped from being sent to them, and spells out tough penalties for violations.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c0905\" style=\"font-weight: 400;\"><span data-css=\"tve-u-165e64c0906\" style=\"font-family: Merriweather;\">We collect your email address in order to:</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c0908\" style=\"font-weight: 400;\"><span data-css=\"tve-u-165e64c0909\" style=\"font-family: Merriweather;\">â€¢ Send information, respond to inquiries, and/or other requests or questions.<br>â€¢ Process orders and to send information and updates pertaining to orders<br>â€¢ Market to our mailing list or continue to send emails to our clients after the original transaction has occurred<br>To be in accordance with CANSPAM we agree to the following:<br>â€¢ NOT use false, or misleading subjects or email addresses<br>â€¢ Identify the message as an advertisement in some reasonable way<br>â€¢ Include the physical address of our business or site headquarters<br>â€¢ Monitor third party email marketing services for compliance, if one is used.<br>â€¢ Honor opt-out/unsubscribe requests quickly<br>â€¢ Allow users to unsubscribe by using the link at the bottom of each email<br>If at any time you would like to unsubscribe from receiving future emails, you can email us at<br>â€¢ Follow the instructions at the bottom of each email. and we will promptly remove you from ALL correspondence.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c090a\" style=\"font-weight: 400;\"><span data-css=\"tve-u-165e64c090c\" style=\"font-family: Merriweather;\">Contacting Us</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c090d\" style=\"font-weight: 400;\"><span data-css=\"tve-u-165e64c090e\" style=\"font-family: Merriweather;\">If there are any questions regarding this privacy policy you may contact us using the information below.<br>Blackhawk Custom, LLC.<br>825 South Kings Highway<br>Fort Pierce, FL 34945<br>United States<br>https://www.blackhawkcustom.com</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c090d\" style=\"font-weight: 400;\"><span data-css=\"tve-u-165e64c090e\" style=\"font-family: Merriweather;\"><br>Conditions of use:</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c090d\" style=\"font-weight: 400;\"><span data-css=\"tve-u-165e64c090e\" style=\"font-family: Merriweather;\">â€‹</span></span><span data-css=\"tve-u-165e64c0910\" style=\"font-family: Merriweather; font-weight: 400;\">By using this website, you agree to all of our terms and conditions of the sale<br>All sales are final (See our refund policy)</span></p></div></div>\n</div>'),(7133,587,'tve_revision_tve_has_wistia_popover','0'),(7134,588,'tve_revision_tve_landing_page','blank_v2'),(7135,588,'tve_revision_tve_landing_set',''),(7136,588,'tve_revision_tve_disable_theme_dependency',''),(7137,588,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-custom-menu-inside\" style=\"z-index: 8;\" data-css=\"tve-u-1642b593fd4\" wfd-id=\"27\">\n<div class=\"tve-content-box-background\" wfd-id=\"36\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" style=\"z-index: 8;\" data-css=\"tve-u-169591dee29\" wfd-id=\"28\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-165e642ffaf\" wfd-id=\"33\"><h2 data-css=\"tve-u-165e62d8c6d\">Terms &amp; Conditions</h2></div><div class=\"tcb-clear\" data-css=\"tve-u-165e6469798\" wfd-id=\"29\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1642b6ab2bb\" wfd-id=\"30\"><p data-css=\"tve-u-165e64714a8\" style=\"text-align: left;\">TERMS OF SERVICE<br><br>-----<br><br>OVERVIEW<br><br>This website is operated by Blackhawk Custom, LLC. Throughout the site, the terms â€œweâ€, â€œusâ€ and â€œourâ€ refer to Blackhawk Custom, LLC. Blackhawk Custom, LLC offers this website, including all information, tools and services available from this site to you, the user, conditioned upon your acceptance of all terms, conditions, policies and notices stated here.<br><br>By visiting our site and/ or purchasing something from us, you engage in our â€œServiceâ€ and agree to be bound by the following terms and conditions (â€œTerms of Serviceâ€, â€œTermsâ€), including those additional terms, conditions, and policies referenced herein and/or available by hyperlink. These Terms of Service apply to all users of the site, including without limitation users who are browsers, vendors, customers, merchants, and/ or contributors of content.<br><br>Please read these Terms of Service carefully before accessing or using our website. By accessing or using any part of the site, you agree to be bound by these Terms of Service. If you do not agree to all the terms and conditions of this agreement, then you may not access the website or use any services. If these Terms of Service are considered an offer, acceptance is expressly limited to these Terms of Service.<br><br>Any new features or tools which are added to the current store shall also be subject to the Terms of Service. You can review the most current version of the Terms of Service at any time on this page. We reserve the right to update, change or replace any part of these Terms of Service by posting updates and/or changes to our website. It is your responsibility to check this page periodically for changes. Your continued use of or access to the website following the posting of any changes constitutes acceptance of those changes.<br><br>SECTION 1 - ONLINE STORE TERMS<br><br>By agreeing to these Terms of Service, you represent that you are at least the age of majority in your state or province of residence, or that you are the age of majority in your state or province of residence and you have given us your consent to allow any of your minor dependents to use this site.<br>You may not use our products for any illegal or unauthorized purpose nor may you, in the use of the Service, violate any laws in your jurisdiction (including but not limited to copyright laws).<br>You must not transmit any worms or viruses or any code of a destructive nature.<br>A breach or violation of any of the Terms will result in an immediate termination of your Services.<br><br>SECTION 2 - GENERAL CONDITIONS<br><br>We reserve the right to refuse service to anyone for any reason at any time.<br>You understand that your content (not including credit card information), may be transferred unencrypted and involve (a) transmissions over various networks; and (b) changes to conform and adapt to technical requirements of connecting networks or devices. Credit card information is always encrypted during transfer over networks.<br>You agree not to reproduce, duplicate, copy, sell, resell or exploit any portion of the Service, use of the Service, or access to the Service or any contact on the website through which the service is provided, without express written permission by us.<br>The headings used in this agreement are included for convenience only and will not limit or otherwise affect these Terms.<br><br>SECTION 3 - ACCURACY, COMPLETENESS AND TIMELINESS OF INFORMATION<br><br>We are not responsible if information made available on this site is not accurate, complete or current. The material on this site is provided for general information only and should not be relied upon or used as the sole basis for making decisions without consulting primary, more accurate, more complete or more timely sources of information. Any reliance on the material on this site is at your own risk.<br>This site may contain certain historical information. Historical information, necessarily, is not current and is provided for your reference only. We reserve the right to modify the contents of this site at any time, but we have no obligation to update any information on our site. You agree that it is your responsibility to monitor changes to our site.<br><br>SECTION 4 - MODIFICATIONS TO THE SERVICE AND PRICES<br><br>The prices for our products are subject to change without notice.<br>We reserve the right at any time to modify or discontinue the Service (or any part or content thereof) without notice at any time.<br>We shall not be liable to you or to any third-party for any modification, price change, suspension or discontinuance of the Service.<br><br>SECTION 5 - PRODUCTS OR SERVICES (if applicable)<br><br>Certain products or services may be available exclusively online through the website. These products or services may have limited quantities and are subject to return or exchange only according to our Return Policy.<br>We have made every effort to display as accurately as possible the colors and images of our products that appear at the store. We cannot guarantee that your computer monitor\'s display of any color will be accurate.<br>We reserve the right, but are not obligated, to limit the sales of our products or Services to any person, geographic region or jurisdiction. We may exercise this right on a case-by-case basis. We reserve the right to limit the quantities of any products or services that we offer. All descriptions of products or product pricing are subject to change at anytime without notice, at the sole discretion of us. We reserve the right to discontinue any product at any time. Any offer for any product or service made on this site is void where prohibited.<br>We do not warrant that the quality of any products, services, information, or other material purchased or obtained by you will meet your expectations, or that any errors in the Service will be corrected.<br><br>SECTION 6 - ACCURACY OF BILLING AND ACCOUNT INFORMATION<br><br>We reserve the right to refuse any order you place with us. We may, in our sole discretion, limit or cancel quantities purchased per person, per household or per order. These restrictions may include orders placed by or under the same customer account, the same credit card, and/or orders that use the same billing and/or shipping address. In the event that we make a change to or cancel an order, we may attempt to notify you by contacting the e-mail and/or billing address/phone number provided at the time the order was made. We reserve the right to limit or prohibit orders that, in our sole judgment, appear to be placed by dealers, resellers or distributors.<br><br>You agree to provide current, complete and accurate purchase and account information for all purchases made at our store. You agree to promptly update your account and other information, including your email address and credit card numbers and expiration dates, so that we can complete your transactions and contact you as needed.<br><br>For more detail, please review our Returns Policy.<br><br>SECTION 7 - OPTIONAL TOOLS<br><br>We may provide you with access to third-party tools over which we neither monitor nor have any control nor input.<br>You acknowledge and agree that we provide access to such tools â€as isâ€ and â€œas availableâ€ without any warranties, representations or conditions of any kind and without any endorsement. We shall have no liability whatsoever arising from or relating to your use of optional third-party tools.<br>Any use by you of optional tools offered through the site is entirely at your own risk and discretion and you should ensure that you are familiar with and approve of the terms on which tools are provided by the relevant third-party provider(s).<br>We may also, in the future, offer new services and/or features through the website (including, the release of new tools and resources). Such new features and/or services shall also be subject to these Terms of Service.<br><br>SECTION 8 - THIRD-PARTY LINKS<br><br>Certain content, products and services available via our Service may include materials from third-parties.<br>Third-party links on this site may direct you to third-party websites that are not affiliated with us. We are not responsible for examining or evaluating the content or accuracy and we do not warrant and will not have any liability or responsibility for any third-party materials or websites, or for any other materials, products, or services of third-parties.<br>We are not liable for any harm or damages related to the purchase or use of goods, services, resources, content, or any other transactions made in connection with any third-party websites. Please review carefully the third-party\'s policies and practices and make sure you understand them before you engage in any transaction. Complaints, claims, concerns, or questions regarding third-party products should be directed to the third-party.<br><br>SECTION 9 - USER COMMENTS, FEEDBACK AND OTHER SUBMISSIONS<br><br>If, at our request, you send certain specific submissions (for example contest entries) or without a request from us you send creative ideas, suggestions, proposals, plans, or other materials, whether online, by email, by postal mail, or otherwise (collectively, \'comments\'), you agree that we may, at any time, without restriction, edit, copy, publish, distribute, translate and otherwise use in any medium any comments that you forward to us. We are and shall be under no obligation (1) to maintain any comments in confidence; (2) to pay compensation for any comments; or (3) to respond to any comments.<br>We may, but have no obligation to, monitor, edit or remove content that we determine in our sole discretion are unlawful, offensive, threatening, libelous, defamatory, pornographic, obscene or otherwise objectionable or violates any partyâ€™s intellectual property or these Terms of Service.<br>You agree that your comments will not violate any right of any third-party, including copyright, trademark, privacy, personality or other personal or proprietary right. You further agree that your comments will not contain libelous or otherwise unlawful, abusive or obscene material, or contain any computer virus or other malware that could in any way affect the operation of the Service or any related website. You may not use a false e-mail address, pretend to be someone other than yourself, or otherwise mislead us or third-parties as to the origin of any comments. You are solely responsible for any comments you make and their accuracy. We take no responsibility and assume no liability for any comments posted by you or any third-party.<br><br>SECTION 10 - PERSONAL INFORMATION<br><br>Your submission of personal information through the store is governed by our Privacy Policy. To view our Privacy Policy.<br><br>SECTION 11 - ERRORS, INACCURACIES AND OMISSIONS<br><br>Occasionally there may be information on our site or in the Service that contains typographical errors, inaccuracies or omissions that may relate to product descriptions, pricing, promotions, offers, product shipping charges, transit times and availability. We reserve the right to correct any errors, inaccuracies or omissions, and to change or update information or cancel orders if any information in the Service or on any related website is inaccurate at any time without prior notice (including after you have submitted your order).<br>We undertake no obligation to update, amend or clarify information in the Service or on any related website, including without limitation, pricing information, except as required by law. No specified update or refresh date applied in the Service or on any related website, should be taken to indicate that all information in the Service or on any related website has been modified or updated.<br><br>SECTION 12 - PROHIBITED USES<br><br>In addition to other prohibitions as set forth in the Terms of Service, you are prohibited from using the site or its content: (a) for any unlawful purpose; (b) to solicit others to perform or participate in any unlawful acts; (c) to violate any international, federal, provincial or state regulations, rules, laws, or local ordinances; (d) to infringe upon or violate our intellectual property rights or the intellectual property rights of others; (e) to harass, abuse, insult, harm, defame, slander, disparage, intimidate, or discriminate based on gender, sexual orientation, religion, ethnicity, race, age, national origin, or disability; (f) to submit false or misleading information; (g) to upload or transmit viruses or any other type of malicious code that will or may be used in any way that will affect the functionality or operation of the Service or of any related website, other websites, or the Internet; (h) to collect or track the personal information of others; (i) to spam, phish, pharm, pretext, spider, crawl, or scrape; (j) for any obscene or immoral purpose; or (k) to interfere with or circumvent the security features of the Service or any related website, other websites, or the Internet. We reserve the right to terminate your use of the Service or any related website for violating any of the prohibited uses.<br><br>SECTION 13 - DISCLAIMER OF WARRANTIES; LIMITATION OF LIABILITY<br><br>We do not guarantee, represent or warrant that your use of our service will be uninterrupted, timely, secure or error-free.<br>We do not warrant that the results that may be obtained from the use of the service will be accurate or reliable.<br>You agree that from time to time we may remove the service for indefinite periods of time or cancel the service at any time, without notice to you.<br>You expressly agree that your use of, or inability to use, the service is at your sole risk. The service and all products and services delivered to you through the service are (except as expressly stated by us) provided \'as is\' and \'as available\' for your use, without any representation, warranties or conditions of any kind, either express or implied, including all implied warranties or conditions of merchantability, merchantable quality, fitness for a particular purpose, durability, title, and non-infringement.<br>In no case shall Blackhawk Custom, LLC, our directors, officers, employees, affiliates, agents, contractors, interns, suppliers, service providers or licensors be liable for any injury, loss, claim, or any direct, indirect, incidental, punitive, special, or consequential damages of any kind, including, without limitation lost profits, lost revenue, lost savings, loss of data, replacement costs, or any similar damages, whether based in contract, tort (including negligence), strict liability or otherwise, arising from your use of any of the service or any products procured using the service, or for any other claim related in any way to your use of the service or any product, including, but not limited to, any errors or omissions in any content, or any loss or damage of any kind incurred as a result of the use of the service or any content (or product) posted, transmitted, or otherwise made available via the service, even if advised of their possibility. Because some states or jurisdictions do not allow the exclusion or the limitation of liability for consequential or incidental damages, in such states or jurisdictions, our liability shall be limited to the maximum extent permitted by law.<br><br>SECTION 14 - INDEMNIFICATION<br><br>You agree to indemnify, defend and hold harmless Blackhawk Custom, LLC and our parent, subsidiaries, affiliates, partners, officers, directors, agents, contractors, licensors, service providers, subcontractors, suppliers, interns and employees, harmless from any claim or demand, including reasonable attorneysâ€™ fees, made by any third-party due to or arising out of your breach of these Terms of Service or the documents they incorporate by reference, or your violation of any law or the rights of a third-party.<br><br>SECTION 15 - SEVERABILITY<br><br>In the event that any provision of these Terms of Service is determined to be unlawful, void or unenforceable, such provision shall nonetheless be enforceable to the fullest extent permitted by applicable law, and the unenforceable portion shall be deemed to be severed from these Terms of Service, such determination shall not affect the validity and enforceability of any other remaining provisions.<br><br>SECTION 16 - TERMINATION<br><br>The obligations and liabilities of the parties incurred prior to the termination date shall survive the termination of this agreement for all purposes.<br>These Terms of Service are effective unless and until terminated by either you or us. You may terminate these Terms of Service at any time by notifying us that you no longer wish to use our Services, or when you cease using our site.<br>If in our sole judgment you fail, or we suspect that you have failed, to comply with any term or provision of these Terms of Service, we also may terminate this agreement at any time without notice and you will remain liable for all amounts due up to and including the date of termination; and/or accordingly may deny you access to our Services (or any part thereof).<br><br>SECTION 17 - ENTIRE AGREEMENT<br><br>The failure of us to exercise or enforce any right or provision of these Terms of Service shall not constitute a waiver of such right or provision.<br>These Terms of Service and any policies or operating rules posted by us on this site or in respect to The Service constitutes the entire agreement and understanding between you and us and govern your use of the Service, superseding any prior or contemporaneous agreements, communications and proposals, whether oral or written, between you and us (including, but not limited to, any prior versions of the Terms of Service).<br>Any ambiguities in the interpretation of these Terms of Service shall not be construed against the drafting party.<br><br>SECTION 18 - GOVERNING LAW<br><br>These Terms of Service and any separate agreements whereby we provide you Services shall be governed by and construed in accordance with the laws of 825 South Kings Highway, Fort Pierce, FL 34945.<br><br>SECTION 19 - CHANGES TO TERMS OF SERVICE<br><br>You can review the most current version of the Terms of Service at any time at this page.<br>We reserve the right, at our sole discretion, to update, change or replace any part of these Terms of Service by posting updates and changes to our website. It is your responsibility to check our website periodically for changes. Your continued use of or access to our website or the Service following the posting of any changes to these Terms of Service constitutes acceptance of those changes.<br><br>SECTION 20 - CONTACT INFORMATION<br><br>Questions about the Terms of Service should be sent to us at <a href=\"mailto:admin@blackhawkcustom.com\" target=\"_blank\">admin@blackhawkcustom.com</a></p></div></div></div>\n</div>'),(7138,588,'tve_revision_tve_content_more_found',''),(7139,588,'tve_revision_tve_save_post',''),(7140,588,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Special+Elite:400&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Merriweather:400,400i,900,900i&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Montserrat:400,900,800,200,100&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-1642b6ab2bb\"] { padding: 5px !important; background-image: url(\"\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1642b593fd4\"] { float: none; width: 100%; padding: 25px 10px 5px !important; margin-left: auto !important; margin-right: auto !important; margin-top: 30px !important; }#tcb_landing_page a:not(.tcb-button-link) { color: rgb(255, 255, 255); }.tcb-plain-text strong { font-weight: 900; }#tcb_landing_page input strong { font-weight: 900; }#tcb_landing_page .tcb-button-link strong { font-weight: 900; }#tcb_landing_page p strong, #tcb_landing_page li strong { font-weight: 900; }#tcb_landing_page input { font-family: Merriweather; font-weight: 400; }#tcb_landing_page .tcb-button-link { font-family: Merriweather; font-weight: 400; }#tcb_landing_page p, #tcb_landing_page li { font-family: Merriweather; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h6 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h5 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h4 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h3 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h2 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page h1 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(255, 255, 255); }.tcb-plain-text { font-size: 20px; color: rgb(255, 255, 255); font-family: Montserrat; font-weight: 400; }[data-css=\"tve-u-15e09c94f7d\"] { background-color: rgb(231, 229, 229) !important; background-image: none !important; }.tve_post_lp > div > #tve_editor { margin-left: auto; margin-right: auto; max-width: 1200px; padding: 0px 20px; }#tve_editor [data-css=\"tve-u-165e62d8c6d\"] { font-family: \"Special Elite\" !important; font-weight: 400 !important; }#tcb_landing_page .tcb-plain-text { color: rgb(255, 255, 255); font-family: Merriweather; font-weight: 400; }#tcb_landing_page .tcb-plain-text strong { font-weight: 900; }[data-css=\"tve-u-165e642ffaf\"] { margin-top: 10px !important; }#tve_editor .thrv-content-box [data-css=\"tve-u-169591dee29\"] p, #tve_editor .thrv-content-box [data-css=\"tve-u-169591dee29\"] li, #tve_editor .thrv-content-box [data-css=\"tve-u-169591dee29\"] blockquote, #tve_editor .thrv-content-box [data-css=\"tve-u-169591dee29\"] address, #tve_editor .thrv-content-box [data-css=\"tve-u-169591dee29\"] .tcb-plain-text, #tve_editor .thrv-content-box [data-css=\"tve-u-169591dee29\"] label, #tve_editor .thrv-content-box [data-css=\"tve-u-169591dee29\"] h1, #tve_editor .thrv-content-box [data-css=\"tve-u-169591dee29\"] h2, #tve_editor .thrv-content-box [data-css=\"tve-u-169591dee29\"] h3, #tve_editor .thrv-content-box [data-css=\"tve-u-169591dee29\"] h4, #tve_editor .thrv-content-box [data-css=\"tve-u-169591dee29\"] h5, #tve_editor .thrv-content-box [data-css=\"tve-u-169591dee29\"] h6 { color: rgb(0, 0, 0); }}@media (max-width: 767px){.tve_post_lp > div > #tve_editor { padding: 0px 10px; }[data-css=\"tve-u-1642b6ab2bb\"] { float: left; width: 100%; z-index: 3; position: relative; padding-left: 10px !important; padding-right: 5px !important; margin-left: auto !important; margin-right: auto !important; padding-bottom: 10px !important; }[data-css=\"tve-u-165e6469798\"]::after { clear: both; }#tve_editor [data-css=\"tve-u-165e64714a8\"] { font-size: 15px !important; }}'),(7141,588,'tve_revision_tve_user_custom_css',''),(7142,588,'tve_revision_tve_page_events','a:0:{}'),(7143,588,'tve_revision_tve_globals','a:2:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";s:8:\"font_cls\";a:0:{}}'),(7144,588,'tve_revision_tve_global_scripts',''),(7145,588,'tve_revision_thrive_icon_pack','0'),(7146,588,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(7147,588,'tve_revision_tve_has_masonry','0'),(7148,588,'tve_revision_tve_has_typefocus','0'),(7149,588,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-custom-menu-inside\" style=\"z-index: 8;\" data-css=\"tve-u-1642b593fd4\" wfd-id=\"27\">\n<div class=\"tve-content-box-background\" wfd-id=\"36\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" style=\"z-index: 8;\" data-css=\"tve-u-169591dee29\" wfd-id=\"28\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-165e642ffaf\" wfd-id=\"33\"><h2 data-css=\"tve-u-165e62d8c6d\">Terms &amp; Conditions</h2></div><div class=\"tcb-clear\" data-css=\"tve-u-165e6469798\" wfd-id=\"29\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1642b6ab2bb\" wfd-id=\"30\"><p data-css=\"tve-u-165e64714a8\" style=\"text-align: left;\">TERMS OF SERVICE<br><br>-----<br><br>OVERVIEW<br><br>This website is operated by Blackhawk Custom, LLC. Throughout the site, the terms â€œweâ€, â€œusâ€ and â€œourâ€ refer to Blackhawk Custom, LLC. Blackhawk Custom, LLC offers this website, including all information, tools and services available from this site to you, the user, conditioned upon your acceptance of all terms, conditions, policies and notices stated here.<br><br>By visiting our site and/ or purchasing something from us, you engage in our â€œServiceâ€ and agree to be bound by the following terms and conditions (â€œTerms of Serviceâ€, â€œTermsâ€), including those additional terms, conditions, and policies referenced herein and/or available by hyperlink. These Terms of Service apply to all users of the site, including without limitation users who are browsers, vendors, customers, merchants, and/ or contributors of content.<br><br>Please read these Terms of Service carefully before accessing or using our website. By accessing or using any part of the site, you agree to be bound by these Terms of Service. If you do not agree to all the terms and conditions of this agreement, then you may not access the website or use any services. If these Terms of Service are considered an offer, acceptance is expressly limited to these Terms of Service.<br><br>Any new features or tools which are added to the current store shall also be subject to the Terms of Service. You can review the most current version of the Terms of Service at any time on this page. We reserve the right to update, change or replace any part of these Terms of Service by posting updates and/or changes to our website. It is your responsibility to check this page periodically for changes. Your continued use of or access to the website following the posting of any changes constitutes acceptance of those changes.<br><br>SECTION 1 - ONLINE STORE TERMS<br><br>By agreeing to these Terms of Service, you represent that you are at least the age of majority in your state or province of residence, or that you are the age of majority in your state or province of residence and you have given us your consent to allow any of your minor dependents to use this site.<br>You may not use our products for any illegal or unauthorized purpose nor may you, in the use of the Service, violate any laws in your jurisdiction (including but not limited to copyright laws).<br>You must not transmit any worms or viruses or any code of a destructive nature.<br>A breach or violation of any of the Terms will result in an immediate termination of your Services.<br><br>SECTION 2 - GENERAL CONDITIONS<br><br>We reserve the right to refuse service to anyone for any reason at any time.<br>You understand that your content (not including credit card information), may be transferred unencrypted and involve (a) transmissions over various networks; and (b) changes to conform and adapt to technical requirements of connecting networks or devices. Credit card information is always encrypted during transfer over networks.<br>You agree not to reproduce, duplicate, copy, sell, resell or exploit any portion of the Service, use of the Service, or access to the Service or any contact on the website through which the service is provided, without express written permission by us.<br>The headings used in this agreement are included for convenience only and will not limit or otherwise affect these Terms.<br><br>SECTION 3 - ACCURACY, COMPLETENESS AND TIMELINESS OF INFORMATION<br><br>We are not responsible if information made available on this site is not accurate, complete or current. The material on this site is provided for general information only and should not be relied upon or used as the sole basis for making decisions without consulting primary, more accurate, more complete or more timely sources of information. Any reliance on the material on this site is at your own risk.<br>This site may contain certain historical information. Historical information, necessarily, is not current and is provided for your reference only. We reserve the right to modify the contents of this site at any time, but we have no obligation to update any information on our site. You agree that it is your responsibility to monitor changes to our site.<br><br>SECTION 4 - MODIFICATIONS TO THE SERVICE AND PRICES<br><br>The prices for our products are subject to change without notice.<br>We reserve the right at any time to modify or discontinue the Service (or any part or content thereof) without notice at any time.<br>We shall not be liable to you or to any third-party for any modification, price change, suspension or discontinuance of the Service.<br><br>SECTION 5 - PRODUCTS OR SERVICES (if applicable)<br><br>Certain products or services may be available exclusively online through the website. These products or services may have limited quantities and are subject to return or exchange only according to our Return Policy.<br>We have made every effort to display as accurately as possible the colors and images of our products that appear at the store. We cannot guarantee that your computer monitor\'s display of any color will be accurate.<br>We reserve the right, but are not obligated, to limit the sales of our products or Services to any person, geographic region or jurisdiction. We may exercise this right on a case-by-case basis. We reserve the right to limit the quantities of any products or services that we offer. All descriptions of products or product pricing are subject to change at anytime without notice, at the sole discretion of us. We reserve the right to discontinue any product at any time. Any offer for any product or service made on this site is void where prohibited.<br>We do not warrant that the quality of any products, services, information, or other material purchased or obtained by you will meet your expectations, or that any errors in the Service will be corrected.<br><br>SECTION 6 - ACCURACY OF BILLING AND ACCOUNT INFORMATION<br><br>We reserve the right to refuse any order you place with us. We may, in our sole discretion, limit or cancel quantities purchased per person, per household or per order. These restrictions may include orders placed by or under the same customer account, the same credit card, and/or orders that use the same billing and/or shipping address. In the event that we make a change to or cancel an order, we may attempt to notify you by contacting the e-mail and/or billing address/phone number provided at the time the order was made. We reserve the right to limit or prohibit orders that, in our sole judgment, appear to be placed by dealers, resellers or distributors.<br><br>You agree to provide current, complete and accurate purchase and account information for all purchases made at our store. You agree to promptly update your account and other information, including your email address and credit card numbers and expiration dates, so that we can complete your transactions and contact you as needed.<br><br>For more detail, please review our Returns Policy.<br><br>SECTION 7 - OPTIONAL TOOLS<br><br>We may provide you with access to third-party tools over which we neither monitor nor have any control nor input.<br>You acknowledge and agree that we provide access to such tools â€as isâ€ and â€œas availableâ€ without any warranties, representations or conditions of any kind and without any endorsement. We shall have no liability whatsoever arising from or relating to your use of optional third-party tools.<br>Any use by you of optional tools offered through the site is entirely at your own risk and discretion and you should ensure that you are familiar with and approve of the terms on which tools are provided by the relevant third-party provider(s).<br>We may also, in the future, offer new services and/or features through the website (including, the release of new tools and resources). Such new features and/or services shall also be subject to these Terms of Service.<br><br>SECTION 8 - THIRD-PARTY LINKS<br><br>Certain content, products and services available via our Service may include materials from third-parties.<br>Third-party links on this site may direct you to third-party websites that are not affiliated with us. We are not responsible for examining or evaluating the content or accuracy and we do not warrant and will not have any liability or responsibility for any third-party materials or websites, or for any other materials, products, or services of third-parties.<br>We are not liable for any harm or damages related to the purchase or use of goods, services, resources, content, or any other transactions made in connection with any third-party websites. Please review carefully the third-party\'s policies and practices and make sure you understand them before you engage in any transaction. Complaints, claims, concerns, or questions regarding third-party products should be directed to the third-party.<br><br>SECTION 9 - USER COMMENTS, FEEDBACK AND OTHER SUBMISSIONS<br><br>If, at our request, you send certain specific submissions (for example contest entries) or without a request from us you send creative ideas, suggestions, proposals, plans, or other materials, whether online, by email, by postal mail, or otherwise (collectively, \'comments\'), you agree that we may, at any time, without restriction, edit, copy, publish, distribute, translate and otherwise use in any medium any comments that you forward to us. We are and shall be under no obligation (1) to maintain any comments in confidence; (2) to pay compensation for any comments; or (3) to respond to any comments.<br>We may, but have no obligation to, monitor, edit or remove content that we determine in our sole discretion are unlawful, offensive, threatening, libelous, defamatory, pornographic, obscene or otherwise objectionable or violates any partyâ€™s intellectual property or these Terms of Service.<br>You agree that your comments will not violate any right of any third-party, including copyright, trademark, privacy, personality or other personal or proprietary right. You further agree that your comments will not contain libelous or otherwise unlawful, abusive or obscene material, or contain any computer virus or other malware that could in any way affect the operation of the Service or any related website. You may not use a false e-mail address, pretend to be someone other than yourself, or otherwise mislead us or third-parties as to the origin of any comments. You are solely responsible for any comments you make and their accuracy. We take no responsibility and assume no liability for any comments posted by you or any third-party.<br><br>SECTION 10 - PERSONAL INFORMATION<br><br>Your submission of personal information through the store is governed by our Privacy Policy. To view our Privacy Policy.<br><br>SECTION 11 - ERRORS, INACCURACIES AND OMISSIONS<br><br>Occasionally there may be information on our site or in the Service that contains typographical errors, inaccuracies or omissions that may relate to product descriptions, pricing, promotions, offers, product shipping charges, transit times and availability. We reserve the right to correct any errors, inaccuracies or omissions, and to change or update information or cancel orders if any information in the Service or on any related website is inaccurate at any time without prior notice (including after you have submitted your order).<br>We undertake no obligation to update, amend or clarify information in the Service or on any related website, including without limitation, pricing information, except as required by law. No specified update or refresh date applied in the Service or on any related website, should be taken to indicate that all information in the Service or on any related website has been modified or updated.<br><br>SECTION 12 - PROHIBITED USES<br><br>In addition to other prohibitions as set forth in the Terms of Service, you are prohibited from using the site or its content: (a) for any unlawful purpose; (b) to solicit others to perform or participate in any unlawful acts; (c) to violate any international, federal, provincial or state regulations, rules, laws, or local ordinances; (d) to infringe upon or violate our intellectual property rights or the intellectual property rights of others; (e) to harass, abuse, insult, harm, defame, slander, disparage, intimidate, or discriminate based on gender, sexual orientation, religion, ethnicity, race, age, national origin, or disability; (f) to submit false or misleading information; (g) to upload or transmit viruses or any other type of malicious code that will or may be used in any way that will affect the functionality or operation of the Service or of any related website, other websites, or the Internet; (h) to collect or track the personal information of others; (i) to spam, phish, pharm, pretext, spider, crawl, or scrape; (j) for any obscene or immoral purpose; or (k) to interfere with or circumvent the security features of the Service or any related website, other websites, or the Internet. We reserve the right to terminate your use of the Service or any related website for violating any of the prohibited uses.<br><br>SECTION 13 - DISCLAIMER OF WARRANTIES; LIMITATION OF LIABILITY<br><br>We do not guarantee, represent or warrant that your use of our service will be uninterrupted, timely, secure or error-free.<br>We do not warrant that the results that may be obtained from the use of the service will be accurate or reliable.<br>You agree that from time to time we may remove the service for indefinite periods of time or cancel the service at any time, without notice to you.<br>You expressly agree that your use of, or inability to use, the service is at your sole risk. The service and all products and services delivered to you through the service are (except as expressly stated by us) provided \'as is\' and \'as available\' for your use, without any representation, warranties or conditions of any kind, either express or implied, including all implied warranties or conditions of merchantability, merchantable quality, fitness for a particular purpose, durability, title, and non-infringement.<br>In no case shall Blackhawk Custom, LLC, our directors, officers, employees, affiliates, agents, contractors, interns, suppliers, service providers or licensors be liable for any injury, loss, claim, or any direct, indirect, incidental, punitive, special, or consequential damages of any kind, including, without limitation lost profits, lost revenue, lost savings, loss of data, replacement costs, or any similar damages, whether based in contract, tort (including negligence), strict liability or otherwise, arising from your use of any of the service or any products procured using the service, or for any other claim related in any way to your use of the service or any product, including, but not limited to, any errors or omissions in any content, or any loss or damage of any kind incurred as a result of the use of the service or any content (or product) posted, transmitted, or otherwise made available via the service, even if advised of their possibility. Because some states or jurisdictions do not allow the exclusion or the limitation of liability for consequential or incidental damages, in such states or jurisdictions, our liability shall be limited to the maximum extent permitted by law.<br><br>SECTION 14 - INDEMNIFICATION<br><br>You agree to indemnify, defend and hold harmless Blackhawk Custom, LLC and our parent, subsidiaries, affiliates, partners, officers, directors, agents, contractors, licensors, service providers, subcontractors, suppliers, interns and employees, harmless from any claim or demand, including reasonable attorneysâ€™ fees, made by any third-party due to or arising out of your breach of these Terms of Service or the documents they incorporate by reference, or your violation of any law or the rights of a third-party.<br><br>SECTION 15 - SEVERABILITY<br><br>In the event that any provision of these Terms of Service is determined to be unlawful, void or unenforceable, such provision shall nonetheless be enforceable to the fullest extent permitted by applicable law, and the unenforceable portion shall be deemed to be severed from these Terms of Service, such determination shall not affect the validity and enforceability of any other remaining provisions.<br><br>SECTION 16 - TERMINATION<br><br>The obligations and liabilities of the parties incurred prior to the termination date shall survive the termination of this agreement for all purposes.<br>These Terms of Service are effective unless and until terminated by either you or us. You may terminate these Terms of Service at any time by notifying us that you no longer wish to use our Services, or when you cease using our site.<br>If in our sole judgment you fail, or we suspect that you have failed, to comply with any term or provision of these Terms of Service, we also may terminate this agreement at any time without notice and you will remain liable for all amounts due up to and including the date of termination; and/or accordingly may deny you access to our Services (or any part thereof).<br><br>SECTION 17 - ENTIRE AGREEMENT<br><br>The failure of us to exercise or enforce any right or provision of these Terms of Service shall not constitute a waiver of such right or provision.<br>These Terms of Service and any policies or operating rules posted by us on this site or in respect to The Service constitutes the entire agreement and understanding between you and us and govern your use of the Service, superseding any prior or contemporaneous agreements, communications and proposals, whether oral or written, between you and us (including, but not limited to, any prior versions of the Terms of Service).<br>Any ambiguities in the interpretation of these Terms of Service shall not be construed against the drafting party.<br><br>SECTION 18 - GOVERNING LAW<br><br>These Terms of Service and any separate agreements whereby we provide you Services shall be governed by and construed in accordance with the laws of 825 South Kings Highway, Fort Pierce, FL 34945.<br><br>SECTION 19 - CHANGES TO TERMS OF SERVICE<br><br>You can review the most current version of the Terms of Service at any time at this page.<br>We reserve the right, at our sole discretion, to update, change or replace any part of these Terms of Service by posting updates and changes to our website. It is your responsibility to check our website periodically for changes. Your continued use of or access to our website or the Service following the posting of any changes to these Terms of Service constitutes acceptance of those changes.<br><br>SECTION 20 - CONTACT INFORMATION<br><br>Questions about the Terms of Service should be sent to us at <a href=\"mailto:admin@blackhawkcustom.com\" target=\"_blank\">admin@blackhawkcustom.com</a></p></div></div></div>\n</div>'),(7150,588,'tve_revision_tve_has_wistia_popover','0'),(7151,589,'tve_revision_tve_landing_page','tcb2-blank-page-styled'),(7152,589,'tve_revision_tve_landing_set',''),(7153,589,'tve_revision_tve_disable_theme_dependency','1'),(7154,589,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-custom-menu-inside\" data-css=\"tve-u-1642b667be5\" style=\"z-index: 8;\" wfd-id=\"27\">\n<div class=\"tve-content-box-background\" wfd-id=\"110\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1642b6ef7e6\" style=\"z-index: 8;\" wfd-id=\"28\"><div class=\"tcb-clear\" data-css=\"tve-u-16954cb2bb5\" wfd-id=\"99\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16954aadb7d\" wfd-id=\"100\"><div class=\"tcb-flex-row tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-16954aa12b2\" wfd-id=\"101\"><div class=\"tcb-flex-col\" data-css=\"tve-u-16954aa558a\" style=\"\" wfd-id=\"106\"><div class=\"tcb-col\" data-css=\"tve-u-16954c7c616\" wfd-id=\"108\"><a href=\"https://bestcerakoteflorida.com/\" rel=\"\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-16954a9c938\" data-link-wrap=\"1\" wfd-id=\"109\"><svg class=\"tcb-icon\" viewBox=\"0 0 576 512\" data-id=\"icon-home-regular\" data-name=\"\">\n            <path d=\"M557.1 240.7L512 203.8V104c0-4.4-3.6-8-8-8h-32c-4.4 0-8 3.6-8 8v60.5L313.4 41.1c-14.7-12.1-36-12.1-50.7 0L18.9 240.7c-3.4 2.8-3.9 7.8-1.1 11.3l20.3 24.8c2.8 3.4 7.8 3.9 11.3 1.1l14.7-12V464c0 8.8 7.2 16 16 16h168c4.4 0 8-3.6 8-8V344h64v128c0 4.4 3.6 8 8 8h168c8.8 0 16-7.2 16-16V265.8l14.7 12c3.4 2.8 8.5 2.3 11.3-1.1l20.3-24.8c2.6-3.4 2.1-8.4-1.3-11.2zM464 432h-96V304c0-4.4-3.6-8-8-8H216c-4.4 0-8 3.6-8 8v128h-96V226.5l170.9-140c2.9-2.4 7.2-2.4 10.1 0l170.9 140V432z\"></path>\n        </svg></div></a></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-16954aa55b5\" style=\"\" wfd-id=\"102\"><div class=\"tcb-col\" wfd-id=\"104\"><div class=\"thrv_wrapper thrv_heading\" style=\"\" data-tag=\"h1\" data-css=\"tve-u-1642b32e2c2\" wfd-id=\"105\"><h1 data-css=\"tve-u-16035acf904\" style=\"text-align: center;\"><strong>Privacy</strong></h1></div></div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" data-css=\"tve-u-1642b25c464\" wfd-id=\"29\"><p data-css=\"tve-u-165e6491162\"><span data-css=\"tve-u-165e64c579a\" style=\"font-family: Merriweather; font-weight: 400;\" wfd-id=\"98\">Privacy Policy</span></p><p data-css=\"tve-u-165e6492b04\"><span data-css=\"tve-u-165e64c08c2\" style=\"font-family: Merriweather; font-weight: 400;\" wfd-id=\"97\">What personal information do we collect from the people that visit our blog, website or app?<br>When ordering or registering on our site, as appropriate, you may be asked to enter your name, email address, mailing address, phone number, credit card information or other details to help you with your experience.</span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08c4\" style=\"font-weight: 400;\" wfd-id=\"95\"><span data-css=\"tve-u-165e64c08c5\" style=\"font-family: Merriweather;\" wfd-id=\"96\">When do we collect information?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08c6\" style=\"font-weight: 400;\" wfd-id=\"93\"><span data-css=\"tve-u-165e64c08c7\" style=\"font-family: Merriweather;\" wfd-id=\"94\">We collect information from you when you register on our site, place an order, subscribe to a newsletter, respond to a survey, fill out a form or enter information on our site.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08c9\" style=\"font-weight: 400;\" wfd-id=\"91\"><span data-css=\"tve-u-165e64c08ca\" style=\"font-family: Merriweather;\" wfd-id=\"92\">How do we use your information?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08cb\" style=\"font-weight: 400;\" wfd-id=\"89\"><span data-css=\"tve-u-165e64c08cc\" style=\"font-family: Merriweather;\" wfd-id=\"90\">We may use the information we collect from you when you register, make a purchase, sign up for our newsletter, respond to a survey or marketing communication, surf the website, or use certain other site features in the following ways:<br>â€¢ To personalize user\'s experience and to allow us to deliver the type of content and product offerings in which you are most interested.<br>â€¢ To improve our website in order to better serve you.<br>â€¢ To allow us to better service you in responding to your customer service requests.<br>â€¢ To administer a contest, promotion, survey or other site feature.<br>â€¢ To quickly process your transactions.<br>â€¢ To send periodic emails regarding your order or other products and services.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08ce\" style=\"font-weight: 400;\" wfd-id=\"87\"><span data-css=\"tve-u-165e64c08cf\" style=\"font-family: Merriweather;\" wfd-id=\"88\">How do we protect visitor information?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08d0\" style=\"font-weight: 400;\" wfd-id=\"85\"><span data-css=\"tve-u-165e64c08d1\" style=\"font-family: Merriweather;\" wfd-id=\"86\">Our website is scanned on a regular basis for security holes and known vulnerabilities in order to make your visit to our site as safe as possible.<br>We use regular Malware Scanning.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08d3\" style=\"font-weight: 400;\" wfd-id=\"83\"><span data-css=\"tve-u-165e64c08d4\" style=\"font-family: Merriweather;\" wfd-id=\"84\">Your personal information is contained behind secured networks and is only accessible by a limited number of persons who have special access rights to such systems, and are required to keep the information confidential. In addition, all sensitive/credit information you supply is encrypted via Secure Socket Layer (SSL) technology.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08d5\" style=\"font-weight: 400;\" wfd-id=\"81\"><span data-css=\"tve-u-165e64c08d6\" style=\"font-family: Merriweather;\" wfd-id=\"82\">We implement a variety of security measures when a user places an order, enters, submits, or accesses their information to maintain the safety of your personal information.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08d8\" style=\"font-weight: 400;\" wfd-id=\"79\"><span data-css=\"tve-u-165e64c08d9\" style=\"font-family: Merriweather;\" wfd-id=\"80\">All transactions are processed through a gateway provider and are not stored or processed on our servers.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08da\" style=\"font-weight: 400;\" wfd-id=\"77\"><span data-css=\"tve-u-165e64c08db\" style=\"font-family: Merriweather;\" wfd-id=\"78\">Do we use \'cookies\'?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08dd\" style=\"font-weight: 400;\" wfd-id=\"75\"><span data-css=\"tve-u-165e64c08de\" style=\"font-family: Merriweather;\" wfd-id=\"76\">Yes. Cookies are small files that a site or its service provider transfers to your computer\'s hard drive through your Web browser (if you allow) that enable the site\'s or service provider\'s systems to recognize your browser and capture and remember certain information. For instance, we use cookies to help us remember and process the items in your shopping cart. They are also used to help us understand your preferences based on previous or current site activity, which enables us to provide you with improved services. We also use cookies to help us compile aggregate data about site traffic and site interaction so that we can offer better site experiences and tools in the future.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08df\" style=\"font-weight: 400;\" wfd-id=\"73\"><span data-css=\"tve-u-165e64c08e0\" style=\"font-family: Merriweather;\" wfd-id=\"74\">We use cookies to:</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08e2\" style=\"font-weight: 400;\" wfd-id=\"71\"><span data-css=\"tve-u-165e64c08e3\" style=\"font-family: Merriweather;\" wfd-id=\"72\">â€¢ Help remember and process the items in the shopping cart.<br>â€¢ Understand and save user\'s preferences for future visits.<br>You can choose to have your computer warn you each time a cookie is being sent, or you can choose to turn off all cookies. You do this through your browser (like Internet Explorer) settings. Each browser is a little different, so look at your browser\'s Help menu to learn the correct way to modify your cookies.<br>If users disable cookies in their browser:<br>If you turn off cookies, some features will be disabled. However, you can still place orders for<br>saved items in your shopping cart over the telephone by contacting customer service.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08e4\" style=\"font-weight: 400;\" wfd-id=\"69\"><span data-css=\"tve-u-165e64c08e5\" style=\"font-family: Merriweather;\" wfd-id=\"70\">Third Party Disclosure</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08e7\" style=\"font-weight: 400;\" wfd-id=\"67\"><span data-css=\"tve-u-165e64c08e8\" style=\"font-family: Merriweather;\" wfd-id=\"68\">We do not sell, trade, or otherwise transfer to outside parties your personally identifiable information.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08e9\" style=\"font-weight: 400;\" wfd-id=\"65\"><span data-css=\"tve-u-165e64c08ea\" style=\"font-family: Merriweather;\" wfd-id=\"66\">Third party links</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08ec\" style=\"font-weight: 400;\" wfd-id=\"63\"><span data-css=\"tve-u-165e64c08ed\" style=\"font-family: Merriweather;\" wfd-id=\"64\">Occasionally, at our discretion, we may include or offer third party products or services on our website. These third party sites have separate and independent privacy policies. We therefore have no responsibility or liability for the content and activities of these linked sites. Nonetheless, we seek to protect the integrity of our site and welcome any feedback about these sites.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08ee\" style=\"font-weight: 400;\" wfd-id=\"61\"><span data-css=\"tve-u-165e64c08f0\" style=\"font-family: Merriweather;\" wfd-id=\"62\">Google</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08f1\" style=\"font-weight: 400;\" wfd-id=\"59\"><span data-css=\"tve-u-165e64c08f2\" style=\"font-family: Merriweather;\" wfd-id=\"60\">Google\'s advertising requirements can be summed up by Google\'s Advertising Principles. They are put in place to provide a positive experience for users. https://support.google.com/adwordspolicy/answer/1316548?hl=en<br>Opting out:<br>Users can set preferences for how Google advertises to you using the Google Ad Settings page. Alternatively, you can opt out by visiting the Network Advertising initiative opt out page or permanently using the Google Analytics Opt Out Browser add on.<br>California Online Privacy Protection Act<br>CalOPPA is the first state law in the nation to require commercial websites and online services to post a privacy policy. The law\'s reach stretches well beyond California to require a person or company in the United States (and conceivably the world) that operates websites collecting personally identifiable information from California consumers to post a conspicuous privacy policy on its website stating exactly the information being collected and those individuals with whom it is being shared, and to comply with this policy.<br>See more at: http://consumercal.org/california-online-privacy-protection-act-caloppa/#sthash.0FdRbT51.dpuf<br>According to CalOPPA we agree to the following:<br>Users can visit our site anonymously<br>Once this privacy policy is created, we will add a link to it on our home page, or as a minimum on the first significant page after entering our website.<br>Our Privacy Policy link includes the word \'Privacy\', and can be easily be found on the page specified above.<br>Users will be notified of any privacy policy changes:<br>â€¢ On our Privacy Policy Page<br>Users are able to change their personal information:<br>â€¢ By emailing us<br>â€¢ By calling us</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08f3\" style=\"font-weight: 400;\" wfd-id=\"57\"><span data-css=\"tve-u-165e64c08f6\" style=\"font-family: Merriweather;\" wfd-id=\"58\">How does our site handle do not track signals?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08f7\" style=\"font-weight: 400;\" wfd-id=\"55\"><span data-css=\"tve-u-165e64c08f8\" style=\"font-family: Merriweather;\" wfd-id=\"56\">We honor do not track signals and do not track, plant cookies, or use advertising when a Do Not Track (DNT) browser mechanism is in place.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08f9\" style=\"font-weight: 400;\" wfd-id=\"53\"><span data-css=\"tve-u-165e64c08fa\" style=\"font-family: Merriweather;\" wfd-id=\"54\">Does our site allow third party behavioral tracking?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08fb\" style=\"font-weight: 400;\" wfd-id=\"51\"><span data-css=\"tve-u-165e64c08fc\" style=\"font-family: Merriweather;\" wfd-id=\"52\">It\'s also important to note that we do not allow third party behavioral tracking<br>COPPA (Children Online Privacy Protection Act)<br>When it comes to the collection of personal information from children under 13, the Children\'s Online Privacy Protection Act (COPPA) puts parents in control. The Federal Trade Commission, the nation\'s consumer protection agency, enforces the COPPA Rule, which spells out what operators of websites and online services must do to protect children\'s privacy and safety online.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08fe\" style=\"font-weight: 400;\" wfd-id=\"49\"><span data-css=\"tve-u-165e64c08ff\" style=\"font-family: Merriweather;\" wfd-id=\"50\">We do not specifically market to children under 13.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c0900\" style=\"font-weight: 400;\" wfd-id=\"47\"><span data-css=\"tve-u-165e64c0901\" style=\"font-family: Merriweather;\" wfd-id=\"48\">Fair Information Practices</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c0903\" style=\"font-weight: 400;\" wfd-id=\"45\"><span data-css=\"tve-u-165e64c0904\" style=\"font-family: Merriweather;\" wfd-id=\"46\">The Fair Information Practices Principles form the backbone of privacy law in the United States and the concepts they include have played a significant role in the development of data protection laws around the globe. Understanding the Fair Information Practice Principles and how they should be implemented is critical to comply with the various privacy laws that protect personal information.<br>In order to be in line with Fair Information Practices we will take the following responsive action, should a data breach occur:<br>â€¢ Within 7 business days<br>We will notify the users via in site notification<br>â€¢ Within 7 business days<br>We also agree to the individual redress principle, which requires that individuals have a right to pursue legally enforceable rights against data collectors and processors who fail to adhere to the law. This principle requires not only that individuals have enforceable rights against data users, but also that individuals have recourse to courts or a government agency to investigate and/or prosecute non-compliance by data processors.<br>CAN SPAM Act<br>The CAN-SPAM Act is a law that sets the rules for commercial email, establishes requirements for commercial messages, gives recipients the right to have emails stopped from being sent to them, and spells out tough penalties for violations.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c0905\" style=\"font-weight: 400;\" wfd-id=\"43\"><span data-css=\"tve-u-165e64c0906\" style=\"font-family: Merriweather;\" wfd-id=\"44\">We collect your email address in order to:</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c0908\" style=\"font-weight: 400;\" wfd-id=\"41\"><span data-css=\"tve-u-165e64c0909\" style=\"font-family: Merriweather;\" wfd-id=\"42\">â€¢ Send information, respond to inquiries, and/or other requests or questions.<br>â€¢ Process orders and to send information and updates pertaining to orders<br>â€¢ Market to our mailing list or continue to send emails to our clients after the original transaction has occurred<br>To be in accordance with CANSPAM we agree to the following:<br>â€¢ NOT use false, or misleading subjects or email addresses<br>â€¢ Identify the message as an advertisement in some reasonable way<br>â€¢ Include the physical address of our business or site headquarters<br>â€¢ Monitor third party email marketing services for compliance, if one is used.<br>â€¢ Honor opt-out/unsubscribe requests quickly<br>â€¢ Allow users to unsubscribe by using the link at the bottom of each email<br>If at any time you would like to unsubscribe from receiving future emails, you can email us at<br>â€¢ Follow the instructions at the bottom of each email. and we will promptly remove you from ALL correspondence.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c090a\" style=\"font-weight: 400;\" wfd-id=\"39\"><span data-css=\"tve-u-165e64c090c\" style=\"font-family: Merriweather;\" wfd-id=\"40\">Contacting Us</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c090d\" style=\"font-weight: 400;\" wfd-id=\"37\"><span data-css=\"tve-u-165e64c090e\" style=\"font-family: Merriweather;\" wfd-id=\"38\">If there are any questions regarding this privacy policy you may contact us using the information below.<br>Blackhawk Custom, LLC.<br>825 South Kings Highway<br>Fort Pierce, FL 34945<br>United States<br>https://www.blackhawkcustom.com</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c090d\" style=\"font-weight: 400;\" wfd-id=\"35\"><span data-css=\"tve-u-165e64c090e\" style=\"font-family: Merriweather;\" wfd-id=\"36\"><br>Conditions of use:</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c090d\" style=\"font-weight: 400;\" wfd-id=\"33\"><span data-css=\"tve-u-165e64c090e\" style=\"font-family: Merriweather;\" wfd-id=\"34\">â€‹</span></span><span data-css=\"tve-u-165e64c0910\" style=\"font-family: Merriweather; font-weight: 400;\" wfd-id=\"32\">By using this website, you agree to all of our terms and conditions of the sale<br>All sales are final (See our refund policy)</span></p></div></div>\n</div>'),(7155,589,'tve_revision_tve_content_more_found',''),(7156,589,'tve_revision_tve_save_post',''),(7157,589,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Special+Elite:400&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Merriweather:400,400i,700,700i&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Montserrat:400,700&subset=latin\");@media (min-width: 300px){#tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] p, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] li, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] blockquote, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] address, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] .tcb-plain-text, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] h1, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] h2, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] h3, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] h4, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] h5, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] h6 { color: rgb(255, 255, 255); }[data-css=\"tve-u-1642b667be5\"] { max-width: 1200px; float: none; width: 100%; padding: 5px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1642b32e2c2\"] { float: none; z-index: 3; position: relative; width: 100%; margin-left: auto !important; margin-right: auto !important; }#tcb_landing_page a.tve_state_hover:not(.tcb-button-link) { color: rgb(179, 144, 57); }[data-css=\"tve-u-1642b25c464\"] { padding: 5px 10px !important; background-image: none !important; }[data-css=\"tve-u-1642b20c920\"] strong { font-weight: 700 !important; }#tve_editor [data-css=\"tve-u-1642b20c920\"] { font-size: 16px !important; font-family: Montserrat !important; font-weight: 400 !important; }#tve_editor [data-css=\"tve-u-16035acf904\"] { font-size: 24px !important; font-family: \"Special Elite\" !important; font-weight: 400 !important; text-transform: capitalize !important; }.tcb-plain-text strong { font-weight: 700; }.tcb-plain-text { font-family: Montserrat; font-weight: 400; color: rgb(255, 255, 255); }#tcb_landing_page a strong { font-weight: 700; }#tcb_landing_page h6 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(0, 0, 0); font-size: 20px; }#tcb_landing_page h5 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(0, 0, 0); font-size: 24px; }#tcb_landing_page h4 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(0, 0, 0); font-size: 30px; }#tcb_landing_page a:not(.tcb-button-link) { color: rgb(0, 0, 0); text-decoration: underline; }#tcb_landing_page h3 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(0, 0, 0); font-size: 38px; line-height: 1.3em; }#tcb_landing_page h2 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(0, 0, 0); font-size: 45px; line-height: 1.3em; }#tcb_landing_page h1 { font-family: \"Special Elite\"; font-weight: 400; font-size: 50px; line-height: 1.3em; color: rgb(0, 0, 0); }#tcb_landing_page p strong, #tcb_landing_page li strong { font-weight: 700; }#tcb_landing_page p, #tcb_landing_page li { font-family: Merriweather; font-weight: 400; font-size: 17px; line-height: 1.6em; color: rgb(0, 0, 0); }[data-css=\"tve-u-15e09c94f7d\"] { background-color: rgb(231, 229, 229) !important; }#tcb_landing_page a:hover:not(.tcb-button-link) { text-decoration: none; color: rgb(179, 144, 57); }#tcb_landing_page .tve-state-hovera:not(.tcb-button-link) { text-decoration: none; }#tcb_landing_page a.tve-state-hover:not(.tcb-button-link) { text-decoration: none; }[data-css=\"tve-u-1642b6ef7e6\"]::after { clear: both; }[data-css=\"tve-u-165e6491162\"] strong { font-weight: 700 !important; }#tve_editor [data-css=\"tve-u-165e6491162\"] { font-size: 16px !important; font-family: Montserrat !important; font-weight: 400 !important; }[data-css=\"tve-u-165e6492b04\"] strong { font-weight: 700 !important; }#tve_editor [data-css=\"tve-u-165e6492b04\"] { font-size: 16px !important; font-family: Merriweather !important; font-weight: 400 !important; }[data-css=\"tve-u-1642b6ef7e6\"] p, [data-css=\"tve-u-1642b6ef7e6\"] li, [data-css=\"tve-u-1642b6ef7e6\"] blockquote, [data-css=\"tve-u-1642b6ef7e6\"] address, [data-css=\"tve-u-1642b6ef7e6\"] .tcb-plain-text, [data-css=\"tve-u-1642b6ef7e6\"] label, [data-css=\"tve-u-1642b6ef7e6\"] h1, [data-css=\"tve-u-1642b6ef7e6\"] h2, [data-css=\"tve-u-1642b6ef7e6\"] h3, [data-css=\"tve-u-1642b6ef7e6\"] h4, [data-css=\"tve-u-1642b6ef7e6\"] h5, [data-css=\"tve-u-1642b6ef7e6\"] h6 { font-weight: 400 !important; }#tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] p, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] li, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] blockquote, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] address, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] .tcb-plain-text, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] label { font-family: Merriweather; }#tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] strong { font-weight: 700; }#tcb_landing_page .tcb-plain-text { color: rgb(0, 0, 0); font-family: Merriweather; font-weight: 400; }#tcb_landing_page .tcb-button-link { font-family: Merriweather; font-weight: 400; }#tcb_landing_page input { font-family: Merriweather; font-weight: 400; }#tcb_landing_page .tcb-button-link strong { font-weight: 700; }#tcb_landing_page input strong { font-weight: 700; }#tcb_landing_page .tcb-plain-text strong { font-weight: 700; }[data-css=\"tve-u-165e64c08c2\"] { font-family: Merriweather !important; font-weight: 400 !important; }[data-css=\"tve-u-165e64c08c4\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08c5\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08c6\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08c7\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08c9\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08ca\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08cb\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08cc\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08ce\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08cf\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08d0\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08d1\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08d3\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08d4\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08d5\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08d6\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08d8\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08d9\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08da\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08db\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08dd\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08de\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08df\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08e0\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08e2\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08e3\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08e4\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08e5\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08e7\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08e8\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08e9\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08ea\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08ec\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08ed\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08ee\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08f0\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08f1\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08f2\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08f3\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08f6\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08f7\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08f8\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08f9\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08fa\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08fb\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08fc\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c08fe\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c08ff\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c0900\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c0901\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c0903\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c0904\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c0905\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c0906\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c0908\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c0909\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c090a\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c090c\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c090d\"] { font-weight: 400 !important; }[data-css=\"tve-u-165e64c090e\"] { font-family: Merriweather !important; }[data-css=\"tve-u-165e64c0910\"] { font-family: Merriweather !important; font-weight: 400 !important; }[data-css=\"tve-u-165e64c08c2\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-165e64c579a\"] { font-family: Merriweather !important; font-weight: 400 !important; }[data-css=\"tve-u-165e64c579a\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-16954a9c938\"] { margin-left: auto; margin-right: auto; border: 2px solid rgb(0, 0, 0); border-radius: 90px; overflow: hidden; font-size: 29px !important; width: 29px !important; height: 29px !important; margin-bottom: 5px !important; padding: 10px !important; }[data-css=\"tve-u-16954aa12b2\"] > .tcb-flex-col > .tcb-col { justify-content: center; }[data-css=\"tve-u-16954aa12b2\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-16954aa12b2\"] { margin-left: 0px; padding-bottom: 0px !important; padding-top: 0px !important; }[data-css=\"tve-u-16954aa558a\"] { max-width: 10.8%; }[data-css=\"tve-u-16954aa55b5\"] { max-width: 89.2%; }[data-css=\"tve-u-16954aadb7d\"] { margin-bottom: 0px !important; margin-top: 0px !important; }#tve_editor [data-css=\"tve-u-16954a9c938\"] > :first-child { color: rgb(0, 0, 0); }#tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] p, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] li, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] blockquote, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] address, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] .tcb-plain-text, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] label, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] h1, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] h2, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] h3, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] h4, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] h5, #tve_editor .thrv-content-box [data-css=\"tve-u-1642b6ef7e6\"] h6 { color: rgb(0, 0, 0); }}@media (max-width: 1023px){#tcb_landing_page a:not(.tcb-button-link) { color: rgb(0, 0, 0); }.tcb-plain-text { color: rgb(0, 0, 0); }#tcb_landing_page p, #tcb_landing_page li { color: rgb(0, 0, 0); }#tcb_landing_page h6 { color: rgb(0, 0, 0); }#tcb_landing_page h5 { color: rgb(0, 0, 0); }#tcb_landing_page h4 { color: rgb(0, 0, 0); }#tcb_landing_page h3 { color: rgb(0, 0, 0); }#tcb_landing_page h2 { color: rgb(0, 0, 0); }#tcb_landing_page h1 { color: rgb(0, 0, 0); }[data-css=\"tve-u-16954a9c938\"] { margin-left: 20px !important; }}@media (max-width: 767px){#tve_editor [data-css=\"tve-u-16035acf904\"] { font-size: 36px !important; }#tve_editor [data-css=\"tve-u-165e6491162\"] { font-size: 15px !important; }[data-css=\"tve-u-16954a9c938\"] { float: none; z-index: 3; position: relative; display: block; margin-left: 0px !important; margin-right: 0px !important; padding-left: 10px !important; }[data-css=\"tve-u-16954c7c616\"] { display: inline-block; text-align: left; padding-left: 5px !important; margin-left: 1px !important; }[data-css=\"tve-u-16954aadb7d\"] { display: inline-block; float: left; z-index: 3; position: relative; max-width: 150px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-16954cb2bb5\"]::after { clear: both; }[data-css=\"tve-u-1642b32e2c2\"] { float: none; margin-left: auto !important; margin-right: auto !important; }}'),(7158,589,'tve_revision_tve_user_custom_css',''),(7159,589,'tve_revision_tve_page_events','a:0:{}'),(7160,589,'tve_revision_tve_globals','a:2:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";s:8:\"font_cls\";a:0:{}}'),(7161,589,'tve_revision_tve_global_scripts',''),(7162,589,'tve_revision_thrive_icon_pack','0'),(7163,589,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(7164,589,'tve_revision_tve_has_masonry','0'),(7165,589,'tve_revision_tve_has_typefocus','0'),(7166,589,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-custom-menu-inside\" data-css=\"tve-u-1642b667be5\" style=\"z-index: 8;\" wfd-id=\"27\">\n<div class=\"tve-content-box-background\" wfd-id=\"110\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1642b6ef7e6\" style=\"z-index: 8;\" wfd-id=\"28\"><div class=\"tcb-clear\" data-css=\"tve-u-16954cb2bb5\" wfd-id=\"99\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16954aadb7d\" wfd-id=\"100\"><div class=\"tcb-flex-row tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-16954aa12b2\" wfd-id=\"101\"><div class=\"tcb-flex-col\" data-css=\"tve-u-16954aa558a\" style=\"\" wfd-id=\"106\"><div class=\"tcb-col\" data-css=\"tve-u-16954c7c616\" wfd-id=\"108\"><a href=\"https://bestcerakoteflorida.com/\" rel=\"\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-16954a9c938\" data-link-wrap=\"1\" wfd-id=\"109\"><svg class=\"tcb-icon\" viewBox=\"0 0 576 512\" data-id=\"icon-home-regular\" data-name=\"\">\n            <path d=\"M557.1 240.7L512 203.8V104c0-4.4-3.6-8-8-8h-32c-4.4 0-8 3.6-8 8v60.5L313.4 41.1c-14.7-12.1-36-12.1-50.7 0L18.9 240.7c-3.4 2.8-3.9 7.8-1.1 11.3l20.3 24.8c2.8 3.4 7.8 3.9 11.3 1.1l14.7-12V464c0 8.8 7.2 16 16 16h168c4.4 0 8-3.6 8-8V344h64v128c0 4.4 3.6 8 8 8h168c8.8 0 16-7.2 16-16V265.8l14.7 12c3.4 2.8 8.5 2.3 11.3-1.1l20.3-24.8c2.6-3.4 2.1-8.4-1.3-11.2zM464 432h-96V304c0-4.4-3.6-8-8-8H216c-4.4 0-8 3.6-8 8v128h-96V226.5l170.9-140c2.9-2.4 7.2-2.4 10.1 0l170.9 140V432z\"></path>\n        </svg></div></a></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-16954aa55b5\" style=\"\" wfd-id=\"102\"><div class=\"tcb-col\" wfd-id=\"104\"><div class=\"thrv_wrapper thrv_heading\" style=\"\" data-tag=\"h1\" data-css=\"tve-u-1642b32e2c2\" wfd-id=\"105\"><h1 data-css=\"tve-u-16035acf904\" style=\"text-align: center;\"><strong>Privacy</strong></h1></div></div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" data-css=\"tve-u-1642b25c464\" wfd-id=\"29\"><p data-css=\"tve-u-165e6491162\"><span data-css=\"tve-u-165e64c579a\" style=\"font-family: Merriweather; font-weight: 400;\" wfd-id=\"98\">Privacy Policy</span></p><p data-css=\"tve-u-165e6492b04\"><span data-css=\"tve-u-165e64c08c2\" style=\"font-family: Merriweather; font-weight: 400;\" wfd-id=\"97\">What personal information do we collect from the people that visit our blog, website or app?<br>When ordering or registering on our site, as appropriate, you may be asked to enter your name, email address, mailing address, phone number, credit card information or other details to help you with your experience.</span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08c4\" style=\"font-weight: 400;\" wfd-id=\"95\"><span data-css=\"tve-u-165e64c08c5\" style=\"font-family: Merriweather;\" wfd-id=\"96\">When do we collect information?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08c6\" style=\"font-weight: 400;\" wfd-id=\"93\"><span data-css=\"tve-u-165e64c08c7\" style=\"font-family: Merriweather;\" wfd-id=\"94\">We collect information from you when you register on our site, place an order, subscribe to a newsletter, respond to a survey, fill out a form or enter information on our site.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08c9\" style=\"font-weight: 400;\" wfd-id=\"91\"><span data-css=\"tve-u-165e64c08ca\" style=\"font-family: Merriweather;\" wfd-id=\"92\">How do we use your information?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08cb\" style=\"font-weight: 400;\" wfd-id=\"89\"><span data-css=\"tve-u-165e64c08cc\" style=\"font-family: Merriweather;\" wfd-id=\"90\">We may use the information we collect from you when you register, make a purchase, sign up for our newsletter, respond to a survey or marketing communication, surf the website, or use certain other site features in the following ways:<br>â€¢ To personalize user\'s experience and to allow us to deliver the type of content and product offerings in which you are most interested.<br>â€¢ To improve our website in order to better serve you.<br>â€¢ To allow us to better service you in responding to your customer service requests.<br>â€¢ To administer a contest, promotion, survey or other site feature.<br>â€¢ To quickly process your transactions.<br>â€¢ To send periodic emails regarding your order or other products and services.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08ce\" style=\"font-weight: 400;\" wfd-id=\"87\"><span data-css=\"tve-u-165e64c08cf\" style=\"font-family: Merriweather;\" wfd-id=\"88\">How do we protect visitor information?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08d0\" style=\"font-weight: 400;\" wfd-id=\"85\"><span data-css=\"tve-u-165e64c08d1\" style=\"font-family: Merriweather;\" wfd-id=\"86\">Our website is scanned on a regular basis for security holes and known vulnerabilities in order to make your visit to our site as safe as possible.<br>We use regular Malware Scanning.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08d3\" style=\"font-weight: 400;\" wfd-id=\"83\"><span data-css=\"tve-u-165e64c08d4\" style=\"font-family: Merriweather;\" wfd-id=\"84\">Your personal information is contained behind secured networks and is only accessible by a limited number of persons who have special access rights to such systems, and are required to keep the information confidential. In addition, all sensitive/credit information you supply is encrypted via Secure Socket Layer (SSL) technology.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08d5\" style=\"font-weight: 400;\" wfd-id=\"81\"><span data-css=\"tve-u-165e64c08d6\" style=\"font-family: Merriweather;\" wfd-id=\"82\">We implement a variety of security measures when a user places an order, enters, submits, or accesses their information to maintain the safety of your personal information.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08d8\" style=\"font-weight: 400;\" wfd-id=\"79\"><span data-css=\"tve-u-165e64c08d9\" style=\"font-family: Merriweather;\" wfd-id=\"80\">All transactions are processed through a gateway provider and are not stored or processed on our servers.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08da\" style=\"font-weight: 400;\" wfd-id=\"77\"><span data-css=\"tve-u-165e64c08db\" style=\"font-family: Merriweather;\" wfd-id=\"78\">Do we use \'cookies\'?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08dd\" style=\"font-weight: 400;\" wfd-id=\"75\"><span data-css=\"tve-u-165e64c08de\" style=\"font-family: Merriweather;\" wfd-id=\"76\">Yes. Cookies are small files that a site or its service provider transfers to your computer\'s hard drive through your Web browser (if you allow) that enable the site\'s or service provider\'s systems to recognize your browser and capture and remember certain information. For instance, we use cookies to help us remember and process the items in your shopping cart. They are also used to help us understand your preferences based on previous or current site activity, which enables us to provide you with improved services. We also use cookies to help us compile aggregate data about site traffic and site interaction so that we can offer better site experiences and tools in the future.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08df\" style=\"font-weight: 400;\" wfd-id=\"73\"><span data-css=\"tve-u-165e64c08e0\" style=\"font-family: Merriweather;\" wfd-id=\"74\">We use cookies to:</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08e2\" style=\"font-weight: 400;\" wfd-id=\"71\"><span data-css=\"tve-u-165e64c08e3\" style=\"font-family: Merriweather;\" wfd-id=\"72\">â€¢ Help remember and process the items in the shopping cart.<br>â€¢ Understand and save user\'s preferences for future visits.<br>You can choose to have your computer warn you each time a cookie is being sent, or you can choose to turn off all cookies. You do this through your browser (like Internet Explorer) settings. Each browser is a little different, so look at your browser\'s Help menu to learn the correct way to modify your cookies.<br>If users disable cookies in their browser:<br>If you turn off cookies, some features will be disabled. However, you can still place orders for<br>saved items in your shopping cart over the telephone by contacting customer service.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08e4\" style=\"font-weight: 400;\" wfd-id=\"69\"><span data-css=\"tve-u-165e64c08e5\" style=\"font-family: Merriweather;\" wfd-id=\"70\">Third Party Disclosure</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08e7\" style=\"font-weight: 400;\" wfd-id=\"67\"><span data-css=\"tve-u-165e64c08e8\" style=\"font-family: Merriweather;\" wfd-id=\"68\">We do not sell, trade, or otherwise transfer to outside parties your personally identifiable information.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08e9\" style=\"font-weight: 400;\" wfd-id=\"65\"><span data-css=\"tve-u-165e64c08ea\" style=\"font-family: Merriweather;\" wfd-id=\"66\">Third party links</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08ec\" style=\"font-weight: 400;\" wfd-id=\"63\"><span data-css=\"tve-u-165e64c08ed\" style=\"font-family: Merriweather;\" wfd-id=\"64\">Occasionally, at our discretion, we may include or offer third party products or services on our website. These third party sites have separate and independent privacy policies. We therefore have no responsibility or liability for the content and activities of these linked sites. Nonetheless, we seek to protect the integrity of our site and welcome any feedback about these sites.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08ee\" style=\"font-weight: 400;\" wfd-id=\"61\"><span data-css=\"tve-u-165e64c08f0\" style=\"font-family: Merriweather;\" wfd-id=\"62\">Google</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08f1\" style=\"font-weight: 400;\" wfd-id=\"59\"><span data-css=\"tve-u-165e64c08f2\" style=\"font-family: Merriweather;\" wfd-id=\"60\">Google\'s advertising requirements can be summed up by Google\'s Advertising Principles. They are put in place to provide a positive experience for users. https://support.google.com/adwordspolicy/answer/1316548?hl=en<br>Opting out:<br>Users can set preferences for how Google advertises to you using the Google Ad Settings page. Alternatively, you can opt out by visiting the Network Advertising initiative opt out page or permanently using the Google Analytics Opt Out Browser add on.<br>California Online Privacy Protection Act<br>CalOPPA is the first state law in the nation to require commercial websites and online services to post a privacy policy. The law\'s reach stretches well beyond California to require a person or company in the United States (and conceivably the world) that operates websites collecting personally identifiable information from California consumers to post a conspicuous privacy policy on its website stating exactly the information being collected and those individuals with whom it is being shared, and to comply with this policy.<br>See more at: http://consumercal.org/california-online-privacy-protection-act-caloppa/#sthash.0FdRbT51.dpuf<br>According to CalOPPA we agree to the following:<br>Users can visit our site anonymously<br>Once this privacy policy is created, we will add a link to it on our home page, or as a minimum on the first significant page after entering our website.<br>Our Privacy Policy link includes the word \'Privacy\', and can be easily be found on the page specified above.<br>Users will be notified of any privacy policy changes:<br>â€¢ On our Privacy Policy Page<br>Users are able to change their personal information:<br>â€¢ By emailing us<br>â€¢ By calling us</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08f3\" style=\"font-weight: 400;\" wfd-id=\"57\"><span data-css=\"tve-u-165e64c08f6\" style=\"font-family: Merriweather;\" wfd-id=\"58\">How does our site handle do not track signals?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08f7\" style=\"font-weight: 400;\" wfd-id=\"55\"><span data-css=\"tve-u-165e64c08f8\" style=\"font-family: Merriweather;\" wfd-id=\"56\">We honor do not track signals and do not track, plant cookies, or use advertising when a Do Not Track (DNT) browser mechanism is in place.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08f9\" style=\"font-weight: 400;\" wfd-id=\"53\"><span data-css=\"tve-u-165e64c08fa\" style=\"font-family: Merriweather;\" wfd-id=\"54\">Does our site allow third party behavioral tracking?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08fb\" style=\"font-weight: 400;\" wfd-id=\"51\"><span data-css=\"tve-u-165e64c08fc\" style=\"font-family: Merriweather;\" wfd-id=\"52\">It\'s also important to note that we do not allow third party behavioral tracking<br>COPPA (Children Online Privacy Protection Act)<br>When it comes to the collection of personal information from children under 13, the Children\'s Online Privacy Protection Act (COPPA) puts parents in control. The Federal Trade Commission, the nation\'s consumer protection agency, enforces the COPPA Rule, which spells out what operators of websites and online services must do to protect children\'s privacy and safety online.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08fe\" style=\"font-weight: 400;\" wfd-id=\"49\"><span data-css=\"tve-u-165e64c08ff\" style=\"font-family: Merriweather;\" wfd-id=\"50\">We do not specifically market to children under 13.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c0900\" style=\"font-weight: 400;\" wfd-id=\"47\"><span data-css=\"tve-u-165e64c0901\" style=\"font-family: Merriweather;\" wfd-id=\"48\">Fair Information Practices</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c0903\" style=\"font-weight: 400;\" wfd-id=\"45\"><span data-css=\"tve-u-165e64c0904\" style=\"font-family: Merriweather;\" wfd-id=\"46\">The Fair Information Practices Principles form the backbone of privacy law in the United States and the concepts they include have played a significant role in the development of data protection laws around the globe. Understanding the Fair Information Practice Principles and how they should be implemented is critical to comply with the various privacy laws that protect personal information.<br>In order to be in line with Fair Information Practices we will take the following responsive action, should a data breach occur:<br>â€¢ Within 7 business days<br>We will notify the users via in site notification<br>â€¢ Within 7 business days<br>We also agree to the individual redress principle, which requires that individuals have a right to pursue legally enforceable rights against data collectors and processors who fail to adhere to the law. This principle requires not only that individuals have enforceable rights against data users, but also that individuals have recourse to courts or a government agency to investigate and/or prosecute non-compliance by data processors.<br>CAN SPAM Act<br>The CAN-SPAM Act is a law that sets the rules for commercial email, establishes requirements for commercial messages, gives recipients the right to have emails stopped from being sent to them, and spells out tough penalties for violations.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c0905\" style=\"font-weight: 400;\" wfd-id=\"43\"><span data-css=\"tve-u-165e64c0906\" style=\"font-family: Merriweather;\" wfd-id=\"44\">We collect your email address in order to:</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c0908\" style=\"font-weight: 400;\" wfd-id=\"41\"><span data-css=\"tve-u-165e64c0909\" style=\"font-family: Merriweather;\" wfd-id=\"42\">â€¢ Send information, respond to inquiries, and/or other requests or questions.<br>â€¢ Process orders and to send information and updates pertaining to orders<br>â€¢ Market to our mailing list or continue to send emails to our clients after the original transaction has occurred<br>To be in accordance with CANSPAM we agree to the following:<br>â€¢ NOT use false, or misleading subjects or email addresses<br>â€¢ Identify the message as an advertisement in some reasonable way<br>â€¢ Include the physical address of our business or site headquarters<br>â€¢ Monitor third party email marketing services for compliance, if one is used.<br>â€¢ Honor opt-out/unsubscribe requests quickly<br>â€¢ Allow users to unsubscribe by using the link at the bottom of each email<br>If at any time you would like to unsubscribe from receiving future emails, you can email us at<br>â€¢ Follow the instructions at the bottom of each email. and we will promptly remove you from ALL correspondence.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c090a\" style=\"font-weight: 400;\" wfd-id=\"39\"><span data-css=\"tve-u-165e64c090c\" style=\"font-family: Merriweather;\" wfd-id=\"40\">Contacting Us</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c090d\" style=\"font-weight: 400;\" wfd-id=\"37\"><span data-css=\"tve-u-165e64c090e\" style=\"font-family: Merriweather;\" wfd-id=\"38\">If there are any questions regarding this privacy policy you may contact us using the information below.<br>Blackhawk Custom, LLC.<br>825 South Kings Highway<br>Fort Pierce, FL 34945<br>United States<br>https://www.blackhawkcustom.com</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c090d\" style=\"font-weight: 400;\" wfd-id=\"35\"><span data-css=\"tve-u-165e64c090e\" style=\"font-family: Merriweather;\" wfd-id=\"36\"><br>Conditions of use:</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c090d\" style=\"font-weight: 400;\" wfd-id=\"33\"><span data-css=\"tve-u-165e64c090e\" style=\"font-family: Merriweather;\" wfd-id=\"34\">â€‹</span></span><span data-css=\"tve-u-165e64c0910\" style=\"font-family: Merriweather; font-weight: 400;\" wfd-id=\"32\">By using this website, you agree to all of our terms and conditions of the sale<br>All sales are final (See our refund policy)</span></p></div></div>\n</div>'),(7167,589,'tve_revision_tve_has_wistia_popover','0'),(7168,528,'tve_revision_tve_landing_page',''),(7169,528,'tve_revision_tve_landing_set',''),(7170,528,'tve_revision_tve_disable_theme_dependency',''),(7171,528,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv-page-section tcb-window-width\" wfd-id=\"43\" style=\"width: 1603px; left: -201.5px;\">\n	<div class=\"tve-page-section-out\" wfd-id=\"67\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16958a6f7cc\" wfd-id=\"44\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16958aae4f1\" wfd-id=\"45\">\n	<div class=\"tve-content-box-background\" wfd-id=\"66\"></div>\n	<div class=\"tve-cb\" data-css=\"tve-u-16958ab69fe\" wfd-id=\"46\"><div class=\"thrv_wrapper thrv_text_element\" wfd-id=\"63\"><p data-css=\"tve-u-16958adfe2e\" style=\"text-align: center;\">WORK ORDER</p></div><div class=\"thrv_wrapper thrv-columns\" wfd-id=\"55\"><div class=\"tcb-flex-row tcb--cols--1\" data-css=\"tve-u-16958b0f96f\" wfd-id=\"56\"><div class=\"tcb-flex-col\" wfd-id=\"57\"><div class=\"tcb-col\" wfd-id=\"59\"><div class=\"thrv_wrapper thrv_text_element\" wfd-id=\"60\"><p data-css=\"tve-u-16958afddb3\" style=\"text-align: center;\">PLEASE PRINT OUT THE FORM BELOW AND SEND A COMPLETED COPY IN WITH YOUR PROJECT.<br>PLEASE CLICK THE LINK BELOW TO DOWNLOAD.&nbsp;</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-16958b1f280\" data-tcb_hover_state_parent=\"\" data-button-style=\"ghost\" wfd-id=\"50\">\n	<a href=\"https://bestcerakoteflorida.com/wp-content/uploads/2019/03/Blackhawk-Order-Form-PDF-fillable-2.pdf\" class=\"tcb-button-link\" target=\"_blank\">\n		<span class=\"tcb-button-texts\" wfd-id=\"51\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-16958b52a26\" wfd-id=\"52\">DOWNLOAD FORM</span></span>\n	</a>\n</div><div class=\"thrv_wrapper thrv_text_element\" wfd-id=\"47\"><p style=\"text-align: center;\">If you have problems downloading the form,<a href=\"mailto:nick@blackhawkcustom.com\" target=\"_blank\"> please contact</a> us and we\'ll email you a copy.â€‹<a href=\"mailto:nick@blackhawkcustom.com\" target=\"_blank\">â€‹</a>â€‹â€‹â€‹</p></div></div>\n</div></div>\n</div>'),(7172,528,'tve_revision_tve_content_more_found',''),(7173,528,'tve_revision_tve_save_post',''),(7174,528,'tve_revision_tve_custom_css','@media (min-width: 300px){[data-css=\"tve-u-16958a6f7cc\"] { min-height: 1px !important; max-width: 1200px; min-width: 100%; }[data-css=\"tve-u-16958aae4f1\"] { padding: 0px !important; }[data-css=\"tve-u-16958ab69fe\"] { min-height: 1px; }[data-css=\"tve-u-16958ab69fe\"] p { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-16958ab69fe\"] h1 { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-16958ab69fe\"] h2 { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-16958ab69fe\"] h3 { margin: 0px !important; padding: 0px !important; }#tve_editor [data-css=\"tve-u-16958a6f7cc\"] p, #tve_editor [data-css=\"tve-u-16958a6f7cc\"] li, #tve_editor [data-css=\"tve-u-16958a6f7cc\"] blockquote, #tve_editor [data-css=\"tve-u-16958a6f7cc\"] address, #tve_editor [data-css=\"tve-u-16958a6f7cc\"] .tcb-plain-text, #tve_editor [data-css=\"tve-u-16958a6f7cc\"] label, #tve_editor [data-css=\"tve-u-16958a6f7cc\"] h1, #tve_editor [data-css=\"tve-u-16958a6f7cc\"] h2, #tve_editor [data-css=\"tve-u-16958a6f7cc\"] h3, #tve_editor [data-css=\"tve-u-16958a6f7cc\"] h4, #tve_editor [data-css=\"tve-u-16958a6f7cc\"] h5, #tve_editor [data-css=\"tve-u-16958a6f7cc\"] h6 { color: rgb(0, 0, 0); }#tve_editor .thrv-content-box [data-css=\"tve-u-16958ab69fe\"] p, #tve_editor .thrv-content-box [data-css=\"tve-u-16958ab69fe\"] li, #tve_editor .thrv-content-box [data-css=\"tve-u-16958ab69fe\"] blockquote, #tve_editor .thrv-content-box [data-css=\"tve-u-16958ab69fe\"] address, #tve_editor .thrv-content-box [data-css=\"tve-u-16958ab69fe\"] .tcb-plain-text, #tve_editor .thrv-content-box [data-css=\"tve-u-16958ab69fe\"] label, #tve_editor .thrv-content-box [data-css=\"tve-u-16958ab69fe\"] h1, #tve_editor .thrv-content-box [data-css=\"tve-u-16958ab69fe\"] h2, #tve_editor .thrv-content-box [data-css=\"tve-u-16958ab69fe\"] h3, #tve_editor .thrv-content-box [data-css=\"tve-u-16958ab69fe\"] h4, #tve_editor .thrv-content-box [data-css=\"tve-u-16958ab69fe\"] h5, #tve_editor .thrv-content-box [data-css=\"tve-u-16958ab69fe\"] h6 { color: rgb(0, 0, 0); }#tve_editor [data-css=\"tve-u-16958adfe2e\"] { font-size: 21px !important; color: rgb(0, 0, 0) !important; }[data-css=\"tve-u-16958afddb3\"] { line-height: 2.25em !important; }#tve_editor [data-css=\"tve-u-16958afddb3\"] { text-transform: capitalize !important; }[data-css=\"tve-u-16958b0f96f\"] { padding-top: 5px !important; }[data-css=\"tve-u-16958b1f280\"] .tcb-button-link { border: 1px solid rgb(0, 0, 0); overflow: hidden; background-color: rgba(26, 188, 156, 0) !important; color: rgb(26, 188, 156) !important; border-radius: 10px; }#tve_editor [data-css=\"tve-u-16958b1f280\"]:hover .tcb-button-link { background-color: rgb(225, 225, 225) !important; color: rgb(255, 255, 255) !important; background-image: none !important; border-color: rgb(37, 37, 37) !important; }#tve_editor [data-css=\"tve-u-16958b1f280\"] .tcb-button-link span { color: rgb(0, 0, 0); }#tve_editor [data-css=\"tve-u-16958b52a26\"] { font-size: 16px !important; }}'),(7175,528,'tve_revision_tve_user_custom_css',''),(7176,528,'tve_revision_tve_page_events','a:0:{}'),(7177,528,'tve_revision_tve_globals','a:2:{s:1:\"e\";s:1:\"1\";s:8:\"font_cls\";a:0:{}}'),(7178,528,'tve_revision_tve_global_scripts',''),(7179,528,'tve_revision_thrive_icon_pack','0'),(7180,528,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(7181,528,'tve_revision_tve_has_masonry','0'),(7182,528,'tve_revision_tve_has_typefocus','0'),(7183,528,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv-page-section tcb-window-width\" wfd-id=\"43\" style=\"width: 1603px; left: -201.5px;\">\n	<div class=\"tve-page-section-out\" wfd-id=\"67\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16958a6f7cc\" wfd-id=\"44\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16958aae4f1\" wfd-id=\"45\">\n	<div class=\"tve-content-box-background\" wfd-id=\"66\"></div>\n	<div class=\"tve-cb\" data-css=\"tve-u-16958ab69fe\" wfd-id=\"46\"><div class=\"thrv_wrapper thrv_text_element\" wfd-id=\"63\"><p data-css=\"tve-u-16958adfe2e\" style=\"text-align: center;\">WORK ORDER</p></div><div class=\"thrv_wrapper thrv-columns\" wfd-id=\"55\"><div class=\"tcb-flex-row tcb--cols--1\" data-css=\"tve-u-16958b0f96f\" wfd-id=\"56\"><div class=\"tcb-flex-col\" wfd-id=\"57\"><div class=\"tcb-col\" wfd-id=\"59\"><div class=\"thrv_wrapper thrv_text_element\" wfd-id=\"60\"><p data-css=\"tve-u-16958afddb3\" style=\"text-align: center;\">PLEASE PRINT OUT THE FORM BELOW AND SEND A COMPLETED COPY IN WITH YOUR PROJECT.<br>PLEASE CLICK THE LINK BELOW TO DOWNLOAD.&nbsp;</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-16958b1f280\" data-tcb_hover_state_parent=\"\" data-button-style=\"ghost\" wfd-id=\"50\">\n	<a href=\"https://bestcerakoteflorida.com/wp-content/uploads/2019/03/Blackhawk-Order-Form-PDF-fillable-2.pdf\" class=\"tcb-button-link\" target=\"_blank\">\n		<span class=\"tcb-button-texts\" wfd-id=\"51\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-16958b52a26\" wfd-id=\"52\">DOWNLOAD FORM</span></span>\n	</a>\n</div><div class=\"thrv_wrapper thrv_text_element\" wfd-id=\"47\"><p style=\"text-align: center;\">If you have problems downloading the form,<a href=\"mailto:nick@blackhawkcustom.com\" target=\"_blank\"> please contact</a> us and we\'ll email you a copy.â€‹<a href=\"mailto:nick@blackhawkcustom.com\" target=\"_blank\">â€‹</a>â€‹â€‹â€‹</p></div></div>\n</div></div>\n</div>'),(7184,528,'tve_revision_tve_has_wistia_popover','0'),(7185,526,'tve_updated_post_blank_v2','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1695e74e8b7\" wfd-id=\"34\">\n	<div class=\"tve-content-box-background\" wfd-id=\"53\"></div>\n	<div class=\"tve-cb\" data-css=\"tve-u-1695e74e8b8\" wfd-id=\"35\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" wfd-id=\"44\">\n	<div class=\"tve-content-box-background\" wfd-id=\"52\"></div>\n	<div class=\"tve-cb\" wfd-id=\"45\"><div class=\"thrv_wrapper thrv_text_element\" wfd-id=\"49\"><p data-css=\"tve-u-1695e74e8bb\" style=\"text-align: center;\">WORK ORDER</p></div><div class=\"thrv_wrapper thrv_text_element\" wfd-id=\"46\"><p data-css=\"tve-u-1695e74e8bc\" style=\"text-align: center;\">PLEASE PRINT OUT THE FORM BELOW AND SEND A COMPLETED COPY IN WITH YOUR PROJECT.<br>PLEASE CLICK THE LINK BELOW TO DOWNLOAD.&nbsp;</p></div></div>\n</div><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-1695e74e8bd\" data-tcb_hover_state_parent=\"\" data-button-style=\"ghost\" wfd-id=\"39\">\n	<a href=\"https://bestcerakoteflorida.com/wp-content/uploads/2019/03/Blackhawk-Order-Form-PDF-fillable-2.pdf\" class=\"tcb-button-link\" target=\"_blank\">\n		<span class=\"tcb-button-texts\" wfd-id=\"40\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-1695e74e8bf\" wfd-id=\"41\">DOWNLOAD FORM</span></span>\n	</a>\n</div><div class=\"thrv_wrapper thrv_text_element\" wfd-id=\"36\"><p style=\"text-align: center;\">If you have problems downloading the form,<a href=\"mailto:nick@blackhawkcustom.com\" target=\"_blank\"> please contact</a> us and we\'ll email you a copy.â€‹<a href=\"mailto:nick@blackhawkcustom.com\" target=\"_blank\">â€‹</a>â€‹â€‹â€‹</p></div></div>\n</div>'),(7186,526,'tve_custom_css_blank_v2','@import url(\"//fonts.googleapis.com/css?family=Special+Elite:400&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-1695e74e8b7\"] { padding: 0px !important; }[data-css=\"tve-u-1695e74e8b8\"] { min-height: 1px; }[data-css=\"tve-u-1695e74e8b8\"] p { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-1695e74e8b8\"] h1 { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-1695e74e8b8\"] h2 { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-1695e74e8b8\"] h3 { margin: 0px !important; padding: 0px !important; }#tve_editor .thrv-content-box [data-css=\"tve-u-1695e74e8b8\"] p, #tve_editor .thrv-content-box [data-css=\"tve-u-1695e74e8b8\"] li, #tve_editor .thrv-content-box [data-css=\"tve-u-1695e74e8b8\"] blockquote, #tve_editor .thrv-content-box [data-css=\"tve-u-1695e74e8b8\"] address, #tve_editor .thrv-content-box [data-css=\"tve-u-1695e74e8b8\"] .tcb-plain-text, #tve_editor .thrv-content-box [data-css=\"tve-u-1695e74e8b8\"] label, #tve_editor .thrv-content-box [data-css=\"tve-u-1695e74e8b8\"] h1, #tve_editor .thrv-content-box [data-css=\"tve-u-1695e74e8b8\"] h2, #tve_editor .thrv-content-box [data-css=\"tve-u-1695e74e8b8\"] h3, #tve_editor .thrv-content-box [data-css=\"tve-u-1695e74e8b8\"] h4, #tve_editor .thrv-content-box [data-css=\"tve-u-1695e74e8b8\"] h5, #tve_editor .thrv-content-box [data-css=\"tve-u-1695e74e8b8\"] h6 { color: rgb(0, 0, 0); }#tve_editor [data-css=\"tve-u-1695e74e8bb\"] { font-size: 21px !important; color: rgb(0, 0, 0) !important; }[data-css=\"tve-u-1695e74e8bc\"] { line-height: 2.25em !important; }#tve_editor [data-css=\"tve-u-1695e74e8bc\"] { text-transform: capitalize !important; }[data-css=\"tve-u-1695e74e8bd\"] .tcb-button-link { border: 1px solid rgb(0, 0, 0); overflow: hidden; border-radius: 10px; background-color: rgb(143, 2, 32) !important; color: rgb(26, 188, 156) !important; background-image: none !important; }#tve_editor [data-css=\"tve-u-1695e74e8bd\"]:hover .tcb-button-link { background-color: rgb(158, 180, 180) !important; color: rgb(255, 255, 255) !important; background-image: none !important; border-color: rgb(0, 0, 0) !important; }#tve_editor [data-css=\"tve-u-1695e74e8bd\"] .tcb-button-link span { color: rgb(255, 255, 255); }#tve_editor [data-css=\"tve-u-1695e74e8bf\"] { font-size: 16px !important; }[data-css=\"tve-u-1695e74e8bd\"] .tcb-button-link span { font-weight: 400 !important; }#tve_editor [data-css=\"tve-u-1695e74e8bd\"] .tcb-button-link { font-family: \"Special Elite\"; }[data-css=\"tve-u-1695e771053\"] { background-color: rgb(231, 229, 229) !important; }}'),(7187,526,'tve_user_custom_css_blank_v2',''),(7188,526,'tve_has_masonry_blank_v2','0'),(7189,526,'tve_has_typefocus_blank_v2','0'),(7190,526,'tve_has_wistia_popover_blank_v2','0'),(7191,526,'tve_page_events_blank_v2','a:0:{}'),(7192,526,'thrive_icon_pack_blank_v2','0'),(7193,526,'tve_globals_blank_v2','a:2:{s:8:\"body_css\";s:17:\"tve-u-1695e771053\";s:8:\"font_cls\";a:0:{}}'),(7195,526,'tve_content_before_more_blank_v2','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1695e74e8b7\" wfd-id=\"34\">\n	<div class=\"tve-content-box-background\" wfd-id=\"53\"></div>\n	<div class=\"tve-cb\" data-css=\"tve-u-1695e74e8b8\" wfd-id=\"35\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" wfd-id=\"44\">\n	<div class=\"tve-content-box-background\" wfd-id=\"52\"></div>\n	<div class=\"tve-cb\" wfd-id=\"45\"><div class=\"thrv_wrapper thrv_text_element\" wfd-id=\"49\"><p data-css=\"tve-u-1695e74e8bb\" style=\"text-align: center;\">WORK ORDER</p></div><div class=\"thrv_wrapper thrv_text_element\" wfd-id=\"46\"><p data-css=\"tve-u-1695e74e8bc\" style=\"text-align: center;\">PLEASE PRINT OUT THE FORM BELOW AND SEND A COMPLETED COPY IN WITH YOUR PROJECT.<br>PLEASE CLICK THE LINK BELOW TO DOWNLOAD.&nbsp;</p></div></div>\n</div><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-1695e74e8bd\" data-tcb_hover_state_parent=\"\" data-button-style=\"ghost\" wfd-id=\"39\">\n	<a href=\"https://bestcerakoteflorida.com/wp-content/uploads/2019/03/Blackhawk-Order-Form-PDF-fillable-2.pdf\" class=\"tcb-button-link\" target=\"_blank\">\n		<span class=\"tcb-button-texts\" wfd-id=\"40\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-1695e74e8bf\" wfd-id=\"41\">DOWNLOAD FORM</span></span>\n	</a>\n</div><div class=\"thrv_wrapper thrv_text_element\" wfd-id=\"36\"><p style=\"text-align: center;\">If you have problems downloading the form,<a href=\"mailto:nick@blackhawkcustom.com\" target=\"_blank\"> please contact</a> us and we\'ll email you a copy.â€‹<a href=\"mailto:nick@blackhawkcustom.com\" target=\"_blank\">â€‹</a>â€‹â€‹â€‹</p></div></div>\n</div>'),(7196,526,'tve_content_more_found_blank_v2',''),(7197,590,'tve_revision_tve_landing_page','blank_v2'),(7198,590,'tve_revision_tve_landing_set',''),(7199,590,'tve_revision_tve_disable_theme_dependency',''),(7200,590,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_heading\" data-tag=\"h1\" wfd-id=\"27\"><h1>My first H1 Heading</h1></div>'),(7201,590,'tve_revision_tve_content_more_found',''),(7202,590,'tve_revision_tve_save_post',''),(7203,590,'tve_revision_tve_custom_css',''),(7204,590,'tve_revision_tve_user_custom_css',''),(7205,590,'tve_revision_tve_page_events','a:0:{}'),(7206,590,'tve_revision_tve_globals','a:2:{s:11:\"lightbox_id\";i:0;s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";}'),(7207,590,'tve_revision_tve_global_scripts',''),(7208,590,'tve_revision_thrive_icon_pack',''),(7209,590,'tve_revision_thrive_tcb_post_fonts',''),(7210,590,'tve_revision_tve_has_masonry',''),(7211,590,'tve_revision_tve_has_typefocus',''),(7212,590,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_heading\" data-tag=\"h1\" wfd-id=\"27\"><h1>My first H1 Heading</h1></div>'),(7213,590,'tve_revision_tve_has_wistia_popover',''),(7214,526,'thrive_tcb_post_fonts_blank_v2','a:0:{}'),(7215,526,'tve_global_scripts','a:2:{s:4:\"head\";s:0:\"\";s:6:\"footer\";s:0:\"\";}'),(7251,526,'tve_landing_page','blank_v2'),(7216,591,'tve_revision_tve_landing_page','blank_v2'),(7217,591,'tve_revision_tve_landing_set',''),(7218,591,'tve_revision_tve_disable_theme_dependency',''),(7219,591,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_heading\" data-tag=\"h1\" wfd-id=\"27\"><h1>My first H1 Heading</h1></div>'),(7220,591,'tve_revision_tve_content_more_found',''),(7221,591,'tve_revision_tve_save_post',''),(7222,591,'tve_revision_tve_custom_css',''),(7223,591,'tve_revision_tve_user_custom_css',''),(7224,591,'tve_revision_tve_page_events','a:0:{}'),(7225,591,'tve_revision_tve_globals','a:2:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";s:8:\"font_cls\";a:0:{}}'),(7226,591,'tve_revision_tve_global_scripts',''),(7227,591,'tve_revision_thrive_icon_pack','0'),(7228,591,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(7229,591,'tve_revision_tve_has_masonry','0'),(7230,591,'tve_revision_tve_has_typefocus','0'),(7231,591,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_heading\" data-tag=\"h1\" wfd-id=\"27\"><h1>My first H1 Heading</h1></div>'),(7232,591,'tve_revision_tve_has_wistia_popover','0'),(7252,592,'tve_revision_tve_landing_page','blank_v2'),(7234,528,'tve_revision_tve_landing_page','blank_v2'),(7235,528,'tve_revision_tve_landing_set',''),(7236,528,'tve_revision_tve_disable_theme_dependency',''),(7237,528,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_heading\" data-tag=\"h1\" wfd-id=\"27\"><h1>My first H1 Heading</h1></div>'),(7238,528,'tve_revision_tve_content_more_found',''),(7239,528,'tve_revision_tve_save_post',''),(7240,528,'tve_revision_tve_custom_css',''),(7241,528,'tve_revision_tve_user_custom_css',''),(7242,528,'tve_revision_tve_page_events','a:0:{}'),(7243,528,'tve_revision_tve_globals','a:2:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";s:8:\"font_cls\";a:0:{}}'),(7244,528,'tve_revision_tve_global_scripts',''),(7245,528,'tve_revision_thrive_icon_pack','0'),(7246,528,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(7247,528,'tve_revision_tve_has_masonry','0'),(7248,528,'tve_revision_tve_has_typefocus','0'),(7249,528,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_heading\" data-tag=\"h1\" wfd-id=\"27\"><h1>My first H1 Heading</h1></div>'),(7250,528,'tve_revision_tve_has_wistia_popover','0'),(7253,592,'tve_revision_tve_landing_set',''),(7254,592,'tve_revision_tve_disable_theme_dependency',''),(7255,592,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_heading\" data-tag=\"h1\" wfd-id=\"27\"><h1>My first H1 Heading</h1></div>'),(7256,592,'tve_revision_tve_content_more_found',''),(7257,592,'tve_revision_tve_save_post',''),(7258,592,'tve_revision_tve_custom_css',''),(7259,592,'tve_revision_tve_user_custom_css',''),(7260,592,'tve_revision_tve_page_events','a:0:{}'),(7261,592,'tve_revision_tve_globals','a:2:{s:11:\"lightbox_id\";i:0;s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";}'),(7262,592,'tve_revision_tve_global_scripts',''),(7263,592,'tve_revision_thrive_icon_pack',''),(7264,592,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(7265,592,'tve_revision_tve_has_masonry',''),(7266,592,'tve_revision_tve_has_typefocus',''),(7267,592,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_heading\" data-tag=\"h1\" wfd-id=\"27\"><h1>My first H1 Heading</h1></div>'),(7268,592,'tve_revision_tve_has_wistia_popover',''),(7269,593,'tve_revision_tve_landing_page','blank_v2'),(7270,593,'tve_revision_tve_landing_set',''),(7271,593,'tve_revision_tve_disable_theme_dependency',''),(7272,593,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_heading\" data-tag=\"h1\" wfd-id=\"27\"><h1>My first H1 Heading</h1></div>'),(7273,593,'tve_revision_tve_content_more_found',''),(7274,593,'tve_revision_tve_save_post',''),(7275,593,'tve_revision_tve_custom_css',''),(7276,593,'tve_revision_tve_user_custom_css',''),(7277,593,'tve_revision_tve_page_events','a:0:{}'),(7278,593,'tve_revision_tve_globals','a:2:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";s:8:\"font_cls\";a:0:{}}'),(7279,593,'tve_revision_tve_global_scripts',''),(7280,593,'tve_revision_thrive_icon_pack','0'),(7281,593,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(7282,593,'tve_revision_tve_has_masonry','0'),(7283,593,'tve_revision_tve_has_typefocus','0'),(7284,593,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_heading\" data-tag=\"h1\" wfd-id=\"27\"><h1>My first H1 Heading</h1></div>'),(7285,593,'tve_revision_tve_has_wistia_popover','0'),(7286,526,'tve_disable_theme_dependency','1'),(7287,594,'tve_revision_tve_landing_page','blank_v2'),(7288,594,'tve_revision_tve_landing_set',''),(7289,594,'tve_revision_tve_disable_theme_dependency',''),(7290,594,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1695e74e8b7\" wfd-id=\"24\">\n	<div class=\"tve-content-box-background\" wfd-id=\"41\"></div>\n	<div class=\"tve-cb\" data-css=\"tve-u-1695e74e8b8\" wfd-id=\"25\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" wfd-id=\"32\">\n	<div class=\"tve-content-box-background\" wfd-id=\"40\"></div>\n	<div class=\"tve-cb\" wfd-id=\"33\"><div class=\"thrv_wrapper thrv_text_element\" wfd-id=\"37\"><p data-css=\"tve-u-1695e74e8bb\" style=\"text-align: center;\">WORK ORDER</p></div><div class=\"thrv_wrapper thrv_text_element\" wfd-id=\"34\"><p data-css=\"tve-u-1695e74e8bc\" style=\"text-align: center;\">PLEASE PRINT OUT THE FORM BELOW AND SEND A COMPLETED COPY IN WITH YOUR PROJECT.<br>PLEASE CLICK THE LINK BELOW TO DOWNLOAD.&nbsp;</p></div></div>\n</div><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-1695e74e8bd\" data-tcb_hover_state_parent=\"\" data-button-style=\"ghost\" wfd-id=\"29\">\n	<a href=\"https://bestcerakoteflorida.com/wp-content/uploads/2019/03/Blackhawk-Order-Form-PDF-fillable-2.pdf\" class=\"tcb-button-link\" target=\"_blank\">\n		<span class=\"tcb-button-texts\" wfd-id=\"30\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-1695e74e8bf\" wfd-id=\"31\">DOWNLOAD FORM</span></span>\n	</a>\n</div><div class=\"thrv_wrapper thrv_text_element\" wfd-id=\"26\"><p style=\"text-align: center;\">If you have problems downloading the form,<a href=\"mailto:nick@blackhawkcustom.com\" target=\"_blank\"> please contact</a> us and we\'ll email you a copy.â€‹<a href=\"mailto:nick@blackhawkcustom.com\" target=\"_blank\">â€‹</a>â€‹â€‹â€‹</p></div></div>\n</div>'),(7291,594,'tve_revision_tve_content_more_found',''),(7292,594,'tve_revision_tve_save_post',''),(7293,594,'tve_revision_tve_custom_css','@media (min-width: 300px){[data-css=\"tve-u-1695e74e8b7\"] { padding: 0px !important; }[data-css=\"tve-u-1695e74e8b8\"] { min-height: 1px; }[data-css=\"tve-u-1695e74e8b8\"] p { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-1695e74e8b8\"] h1 { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-1695e74e8b8\"] h2 { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-1695e74e8b8\"] h3 { margin: 0px !important; padding: 0px !important; }#tve_editor .thrv-content-box [data-css=\"tve-u-1695e74e8b8\"] p, #tve_editor .thrv-content-box [data-css=\"tve-u-1695e74e8b8\"] li, #tve_editor .thrv-content-box [data-css=\"tve-u-1695e74e8b8\"] blockquote, #tve_editor .thrv-content-box [data-css=\"tve-u-1695e74e8b8\"] address, #tve_editor .thrv-content-box [data-css=\"tve-u-1695e74e8b8\"] .tcb-plain-text, #tve_editor .thrv-content-box [data-css=\"tve-u-1695e74e8b8\"] label, #tve_editor .thrv-content-box [data-css=\"tve-u-1695e74e8b8\"] h1, #tve_editor .thrv-content-box [data-css=\"tve-u-1695e74e8b8\"] h2, #tve_editor .thrv-content-box [data-css=\"tve-u-1695e74e8b8\"] h3, #tve_editor .thrv-content-box [data-css=\"tve-u-1695e74e8b8\"] h4, #tve_editor .thrv-content-box [data-css=\"tve-u-1695e74e8b8\"] h5, #tve_editor .thrv-content-box [data-css=\"tve-u-1695e74e8b8\"] h6 { color: rgb(0, 0, 0); }#tve_editor [data-css=\"tve-u-1695e74e8bb\"] { font-size: 21px !important; color: rgb(0, 0, 0) !important; }[data-css=\"tve-u-1695e74e8bc\"] { line-height: 2.25em !important; }#tve_editor [data-css=\"tve-u-1695e74e8bc\"] { text-transform: capitalize !important; }[data-css=\"tve-u-1695e74e8bd\"] .tcb-button-link { border: 1px solid rgb(0, 0, 0); overflow: hidden; border-radius: 10px; background-color: rgba(26, 188, 156, 0) !important; color: rgb(26, 188, 156) !important; }#tve_editor [data-css=\"tve-u-1695e74e8bd\"]:hover .tcb-button-link { background-color: rgb(225, 225, 225) !important; color: rgb(255, 255, 255) !important; background-image: none !important; border-color: rgb(37, 37, 37) !important; }#tve_editor [data-css=\"tve-u-1695e74e8bd\"] .tcb-button-link span { color: rgb(0, 0, 0); }#tve_editor [data-css=\"tve-u-1695e74e8bf\"] { font-size: 16px !important; }}'),(7294,594,'tve_revision_tve_user_custom_css',''),(7295,594,'tve_revision_tve_page_events','a:0:{}'),(7296,594,'tve_revision_tve_globals','a:2:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";s:8:\"font_cls\";a:0:{}}'),(7297,594,'tve_revision_tve_global_scripts',''),(7298,594,'tve_revision_thrive_icon_pack','0'),(7299,594,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(7300,594,'tve_revision_tve_has_masonry','0'),(7301,594,'tve_revision_tve_has_typefocus','0'),(7302,594,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1695e74e8b7\" wfd-id=\"24\">\n	<div class=\"tve-content-box-background\" wfd-id=\"41\"></div>\n	<div class=\"tve-cb\" data-css=\"tve-u-1695e74e8b8\" wfd-id=\"25\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" wfd-id=\"32\">\n	<div class=\"tve-content-box-background\" wfd-id=\"40\"></div>\n	<div class=\"tve-cb\" wfd-id=\"33\"><div class=\"thrv_wrapper thrv_text_element\" wfd-id=\"37\"><p data-css=\"tve-u-1695e74e8bb\" style=\"text-align: center;\">WORK ORDER</p></div><div class=\"thrv_wrapper thrv_text_element\" wfd-id=\"34\"><p data-css=\"tve-u-1695e74e8bc\" style=\"text-align: center;\">PLEASE PRINT OUT THE FORM BELOW AND SEND A COMPLETED COPY IN WITH YOUR PROJECT.<br>PLEASE CLICK THE LINK BELOW TO DOWNLOAD.&nbsp;</p></div></div>\n</div><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-1695e74e8bd\" data-tcb_hover_state_parent=\"\" data-button-style=\"ghost\" wfd-id=\"29\">\n	<a href=\"https://bestcerakoteflorida.com/wp-content/uploads/2019/03/Blackhawk-Order-Form-PDF-fillable-2.pdf\" class=\"tcb-button-link\" target=\"_blank\">\n		<span class=\"tcb-button-texts\" wfd-id=\"30\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-1695e74e8bf\" wfd-id=\"31\">DOWNLOAD FORM</span></span>\n	</a>\n</div><div class=\"thrv_wrapper thrv_text_element\" wfd-id=\"26\"><p style=\"text-align: center;\">If you have problems downloading the form,<a href=\"mailto:nick@blackhawkcustom.com\" target=\"_blank\"> please contact</a> us and we\'ll email you a copy.â€‹<a href=\"mailto:nick@blackhawkcustom.com\" target=\"_blank\">â€‹</a>â€‹â€‹â€‹</p></div></div>\n</div>'),(7303,594,'tve_revision_tve_has_wistia_popover','0'),(7304,595,'tve_revision_tve_landing_page','blank_v2'),(7305,595,'tve_revision_tve_landing_set',''),(7306,595,'tve_revision_tve_disable_theme_dependency',''),(7307,595,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1695e74e8b7\" wfd-id=\"34\">\n	<div class=\"tve-content-box-background\" wfd-id=\"53\"></div>\n	<div class=\"tve-cb\" data-css=\"tve-u-1695e74e8b8\" wfd-id=\"35\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" wfd-id=\"44\">\n	<div class=\"tve-content-box-background\" wfd-id=\"52\"></div>\n	<div class=\"tve-cb\" wfd-id=\"45\"><div class=\"thrv_wrapper thrv_text_element\" wfd-id=\"49\"><p data-css=\"tve-u-1695e74e8bb\" style=\"text-align: center;\">WORK ORDER</p></div><div class=\"thrv_wrapper thrv_text_element\" wfd-id=\"46\"><p data-css=\"tve-u-1695e74e8bc\" style=\"text-align: center;\">PLEASE PRINT OUT THE FORM BELOW AND SEND A COMPLETED COPY IN WITH YOUR PROJECT.<br>PLEASE CLICK THE LINK BELOW TO DOWNLOAD.&nbsp;</p></div></div>\n</div><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-1695e74e8bd\" data-tcb_hover_state_parent=\"\" data-button-style=\"ghost\" wfd-id=\"39\">\n	<a href=\"https://bestcerakoteflorida.com/wp-content/uploads/2019/03/Blackhawk-Order-Form-PDF-fillable-2.pdf\" class=\"tcb-button-link\" target=\"_blank\">\n		<span class=\"tcb-button-texts\" wfd-id=\"40\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-1695e74e8bf\" wfd-id=\"41\">DOWNLOAD FORM</span></span>\n	</a>\n</div><div class=\"thrv_wrapper thrv_text_element\" wfd-id=\"36\"><p style=\"text-align: center;\">If you have problems downloading the form,<a href=\"mailto:nick@blackhawkcustom.com\" target=\"_blank\"> please contact</a> us and we\'ll email you a copy.â€‹<a href=\"mailto:nick@blackhawkcustom.com\" target=\"_blank\">â€‹</a>â€‹â€‹â€‹</p></div></div>\n</div>'),(7308,595,'tve_revision_tve_content_more_found',''),(7309,595,'tve_revision_tve_save_post',''),(7310,595,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Special+Elite:400&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-1695e74e8b7\"] { padding: 0px !important; }[data-css=\"tve-u-1695e74e8b8\"] { min-height: 1px; }[data-css=\"tve-u-1695e74e8b8\"] p { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-1695e74e8b8\"] h1 { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-1695e74e8b8\"] h2 { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-1695e74e8b8\"] h3 { margin: 0px !important; padding: 0px !important; }#tve_editor .thrv-content-box [data-css=\"tve-u-1695e74e8b8\"] p, #tve_editor .thrv-content-box [data-css=\"tve-u-1695e74e8b8\"] li, #tve_editor .thrv-content-box [data-css=\"tve-u-1695e74e8b8\"] blockquote, #tve_editor .thrv-content-box [data-css=\"tve-u-1695e74e8b8\"] address, #tve_editor .thrv-content-box [data-css=\"tve-u-1695e74e8b8\"] .tcb-plain-text, #tve_editor .thrv-content-box [data-css=\"tve-u-1695e74e8b8\"] label, #tve_editor .thrv-content-box [data-css=\"tve-u-1695e74e8b8\"] h1, #tve_editor .thrv-content-box [data-css=\"tve-u-1695e74e8b8\"] h2, #tve_editor .thrv-content-box [data-css=\"tve-u-1695e74e8b8\"] h3, #tve_editor .thrv-content-box [data-css=\"tve-u-1695e74e8b8\"] h4, #tve_editor .thrv-content-box [data-css=\"tve-u-1695e74e8b8\"] h5, #tve_editor .thrv-content-box [data-css=\"tve-u-1695e74e8b8\"] h6 { color: rgb(0, 0, 0); }#tve_editor [data-css=\"tve-u-1695e74e8bb\"] { font-size: 21px !important; color: rgb(0, 0, 0) !important; }[data-css=\"tve-u-1695e74e8bc\"] { line-height: 2.25em !important; }#tve_editor [data-css=\"tve-u-1695e74e8bc\"] { text-transform: capitalize !important; }[data-css=\"tve-u-1695e74e8bd\"] .tcb-button-link { border: 1px solid rgb(0, 0, 0); overflow: hidden; border-radius: 10px; background-color: rgb(143, 2, 32) !important; color: rgb(26, 188, 156) !important; background-image: none !important; }#tve_editor [data-css=\"tve-u-1695e74e8bd\"]:hover .tcb-button-link { background-color: rgb(158, 180, 180) !important; color: rgb(255, 255, 255) !important; background-image: none !important; border-color: rgb(0, 0, 0) !important; }#tve_editor [data-css=\"tve-u-1695e74e8bd\"] .tcb-button-link span { color: rgb(255, 255, 255); }#tve_editor [data-css=\"tve-u-1695e74e8bf\"] { font-size: 16px !important; }[data-css=\"tve-u-1695e74e8bd\"] .tcb-button-link span { font-weight: 400 !important; }#tve_editor [data-css=\"tve-u-1695e74e8bd\"] .tcb-button-link { font-family: \"Special Elite\"; }[data-css=\"tve-u-1695e771053\"] { background-color: rgb(231, 229, 229) !important; }}'),(7311,595,'tve_revision_tve_user_custom_css',''),(7312,595,'tve_revision_tve_page_events','a:0:{}'),(7313,595,'tve_revision_tve_globals','a:2:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";s:8:\"font_cls\";a:0:{}}'),(7314,595,'tve_revision_tve_global_scripts',''),(7315,595,'tve_revision_thrive_icon_pack','0'),(7316,595,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(7317,595,'tve_revision_tve_has_masonry','0'),(7318,595,'tve_revision_tve_has_typefocus','0'),(7319,595,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1695e74e8b7\" wfd-id=\"34\">\n	<div class=\"tve-content-box-background\" wfd-id=\"53\"></div>\n	<div class=\"tve-cb\" data-css=\"tve-u-1695e74e8b8\" wfd-id=\"35\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" wfd-id=\"44\">\n	<div class=\"tve-content-box-background\" wfd-id=\"52\"></div>\n	<div class=\"tve-cb\" wfd-id=\"45\"><div class=\"thrv_wrapper thrv_text_element\" wfd-id=\"49\"><p data-css=\"tve-u-1695e74e8bb\" style=\"text-align: center;\">WORK ORDER</p></div><div class=\"thrv_wrapper thrv_text_element\" wfd-id=\"46\"><p data-css=\"tve-u-1695e74e8bc\" style=\"text-align: center;\">PLEASE PRINT OUT THE FORM BELOW AND SEND A COMPLETED COPY IN WITH YOUR PROJECT.<br>PLEASE CLICK THE LINK BELOW TO DOWNLOAD.&nbsp;</p></div></div>\n</div><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-1695e74e8bd\" data-tcb_hover_state_parent=\"\" data-button-style=\"ghost\" wfd-id=\"39\">\n	<a href=\"https://bestcerakoteflorida.com/wp-content/uploads/2019/03/Blackhawk-Order-Form-PDF-fillable-2.pdf\" class=\"tcb-button-link\" target=\"_blank\">\n		<span class=\"tcb-button-texts\" wfd-id=\"40\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-1695e74e8bf\" wfd-id=\"41\">DOWNLOAD FORM</span></span>\n	</a>\n</div><div class=\"thrv_wrapper thrv_text_element\" wfd-id=\"36\"><p style=\"text-align: center;\">If you have problems downloading the form,<a href=\"mailto:nick@blackhawkcustom.com\" target=\"_blank\"> please contact</a> us and we\'ll email you a copy.â€‹<a href=\"mailto:nick@blackhawkcustom.com\" target=\"_blank\">â€‹</a>â€‹â€‹â€‹</p></div></div>\n</div>'),(7320,595,'tve_revision_tve_has_wistia_popover','0'),(7321,596,'tve_revision_tve_landing_page','blank_v2'),(7322,596,'tve_revision_tve_landing_set',''),(7323,596,'tve_revision_tve_disable_theme_dependency',''),(7324,596,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1695e74e8b7\" wfd-id=\"34\">\n	<div class=\"tve-content-box-background\" wfd-id=\"53\"></div>\n	<div class=\"tve-cb\" data-css=\"tve-u-1695e74e8b8\" wfd-id=\"35\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" wfd-id=\"44\">\n	<div class=\"tve-content-box-background\" wfd-id=\"52\"></div>\n	<div class=\"tve-cb\" wfd-id=\"45\"><div class=\"thrv_wrapper thrv_text_element\" wfd-id=\"49\"><p data-css=\"tve-u-1695e74e8bb\" style=\"text-align: center;\">WORK ORDER</p></div><div class=\"thrv_wrapper thrv_text_element\" wfd-id=\"46\"><p data-css=\"tve-u-1695e74e8bc\" style=\"text-align: center;\">PLEASE PRINT OUT THE FORM BELOW AND SEND A COMPLETED COPY IN WITH YOUR PROJECT.<br>PLEASE CLICK THE LINK BELOW TO DOWNLOAD.&nbsp;</p></div></div>\n</div><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-1695e74e8bd\" data-tcb_hover_state_parent=\"\" data-button-style=\"ghost\" wfd-id=\"39\">\n	<a href=\"https://bestcerakoteflorida.com/wp-content/uploads/2019/03/Blackhawk-Order-Form-PDF-fillable-2.pdf\" class=\"tcb-button-link\" target=\"_blank\">\n		<span class=\"tcb-button-texts\" wfd-id=\"40\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-1695e74e8bf\" wfd-id=\"41\">DOWNLOAD FORM</span></span>\n	</a>\n</div><div class=\"thrv_wrapper thrv_text_element\" wfd-id=\"36\"><p style=\"text-align: center;\">If you have problems downloading the form,<a href=\"mailto:nick@blackhawkcustom.com\" target=\"_blank\"> please contact</a> us and we\'ll email you a copy.â€‹<a href=\"mailto:nick@blackhawkcustom.com\" target=\"_blank\">â€‹</a>â€‹â€‹â€‹</p></div></div>\n</div>'),(7325,596,'tve_revision_tve_content_more_found',''),(7326,596,'tve_revision_tve_save_post',''),(7327,596,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Special+Elite:400&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-1695e74e8b7\"] { padding: 0px !important; }[data-css=\"tve-u-1695e74e8b8\"] { min-height: 1px; }[data-css=\"tve-u-1695e74e8b8\"] p { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-1695e74e8b8\"] h1 { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-1695e74e8b8\"] h2 { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-1695e74e8b8\"] h3 { margin: 0px !important; padding: 0px !important; }#tve_editor .thrv-content-box [data-css=\"tve-u-1695e74e8b8\"] p, #tve_editor .thrv-content-box [data-css=\"tve-u-1695e74e8b8\"] li, #tve_editor .thrv-content-box [data-css=\"tve-u-1695e74e8b8\"] blockquote, #tve_editor .thrv-content-box [data-css=\"tve-u-1695e74e8b8\"] address, #tve_editor .thrv-content-box [data-css=\"tve-u-1695e74e8b8\"] .tcb-plain-text, #tve_editor .thrv-content-box [data-css=\"tve-u-1695e74e8b8\"] label, #tve_editor .thrv-content-box [data-css=\"tve-u-1695e74e8b8\"] h1, #tve_editor .thrv-content-box [data-css=\"tve-u-1695e74e8b8\"] h2, #tve_editor .thrv-content-box [data-css=\"tve-u-1695e74e8b8\"] h3, #tve_editor .thrv-content-box [data-css=\"tve-u-1695e74e8b8\"] h4, #tve_editor .thrv-content-box [data-css=\"tve-u-1695e74e8b8\"] h5, #tve_editor .thrv-content-box [data-css=\"tve-u-1695e74e8b8\"] h6 { color: rgb(0, 0, 0); }#tve_editor [data-css=\"tve-u-1695e74e8bb\"] { font-size: 21px !important; color: rgb(0, 0, 0) !important; }[data-css=\"tve-u-1695e74e8bc\"] { line-height: 2.25em !important; }#tve_editor [data-css=\"tve-u-1695e74e8bc\"] { text-transform: capitalize !important; }[data-css=\"tve-u-1695e74e8bd\"] .tcb-button-link { border: 1px solid rgb(0, 0, 0); overflow: hidden; border-radius: 10px; background-color: rgb(143, 2, 32) !important; color: rgb(26, 188, 156) !important; background-image: none !important; }#tve_editor [data-css=\"tve-u-1695e74e8bd\"]:hover .tcb-button-link { background-color: rgb(158, 180, 180) !important; color: rgb(255, 255, 255) !important; background-image: none !important; border-color: rgb(0, 0, 0) !important; }#tve_editor [data-css=\"tve-u-1695e74e8bd\"] .tcb-button-link span { color: rgb(255, 255, 255); }#tve_editor [data-css=\"tve-u-1695e74e8bf\"] { font-size: 16px !important; }[data-css=\"tve-u-1695e74e8bd\"] .tcb-button-link span { font-weight: 400 !important; }#tve_editor [data-css=\"tve-u-1695e74e8bd\"] .tcb-button-link { font-family: \"Special Elite\"; }[data-css=\"tve-u-1695e771053\"] { background-color: rgb(231, 229, 229) !important; }}'),(7328,596,'tve_revision_tve_user_custom_css',''),(7329,596,'tve_revision_tve_page_events','a:0:{}'),(7330,596,'tve_revision_tve_globals','a:2:{s:8:\"body_css\";s:17:\"tve-u-1695e771053\";s:8:\"font_cls\";a:0:{}}'),(7331,596,'tve_revision_tve_global_scripts',''),(7332,596,'tve_revision_thrive_icon_pack','0'),(7333,596,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(7334,596,'tve_revision_tve_has_masonry','0'),(7335,596,'tve_revision_tve_has_typefocus','0'),(7336,596,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1695e74e8b7\" wfd-id=\"34\">\n	<div class=\"tve-content-box-background\" wfd-id=\"53\"></div>\n	<div class=\"tve-cb\" data-css=\"tve-u-1695e74e8b8\" wfd-id=\"35\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" wfd-id=\"44\">\n	<div class=\"tve-content-box-background\" wfd-id=\"52\"></div>\n	<div class=\"tve-cb\" wfd-id=\"45\"><div class=\"thrv_wrapper thrv_text_element\" wfd-id=\"49\"><p data-css=\"tve-u-1695e74e8bb\" style=\"text-align: center;\">WORK ORDER</p></div><div class=\"thrv_wrapper thrv_text_element\" wfd-id=\"46\"><p data-css=\"tve-u-1695e74e8bc\" style=\"text-align: center;\">PLEASE PRINT OUT THE FORM BELOW AND SEND A COMPLETED COPY IN WITH YOUR PROJECT.<br>PLEASE CLICK THE LINK BELOW TO DOWNLOAD.&nbsp;</p></div></div>\n</div><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-1695e74e8bd\" data-tcb_hover_state_parent=\"\" data-button-style=\"ghost\" wfd-id=\"39\">\n	<a href=\"https://bestcerakoteflorida.com/wp-content/uploads/2019/03/Blackhawk-Order-Form-PDF-fillable-2.pdf\" class=\"tcb-button-link\" target=\"_blank\">\n		<span class=\"tcb-button-texts\" wfd-id=\"40\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-1695e74e8bf\" wfd-id=\"41\">DOWNLOAD FORM</span></span>\n	</a>\n</div><div class=\"thrv_wrapper thrv_text_element\" wfd-id=\"36\"><p style=\"text-align: center;\">If you have problems downloading the form,<a href=\"mailto:nick@blackhawkcustom.com\" target=\"_blank\"> please contact</a> us and we\'ll email you a copy.â€‹<a href=\"mailto:nick@blackhawkcustom.com\" target=\"_blank\">â€‹</a>â€‹â€‹â€‹</p></div></div>\n</div>'),(7337,596,'tve_revision_tve_has_wistia_popover','0'),(7338,597,'tcb_ct_id','28130'),(7339,597,'tcb_ct_meta','a:4:{s:1:\"v\";s:1:\"3\";s:4:\"type\";s:4:\"menu\";s:8:\"head_css\";s:7249:\"@import url(\"//fonts.googleapis.com/css?family=Montserrat:600,400,500,700&subset=latin\");@media (min-width: 300px){#tve_editor [data-css=\"tve-u-165c33de67d\"] #tcb_custom_menu_5402f616 > a { font-family: Montserrat; font-weight: 400; fill: rgb(84, 84, 98) !important; color: rgb(84, 84, 98) !important; font-size: 13px !important; }#tve_editor [data-css=\"tve-u-165c33de67d\"] #tcb_custom_menu_13475a66 > a { font-family: Montserrat; font-weight: 400; fill: rgb(84, 84, 98) !important; color: rgb(84, 84, 98) !important; font-size: 13px !important; }#tve_editor [data-css=\"tve-u-165c33de67d\"] #tcb_custom_menu_a19cc162 > a { font-family: Montserrat; font-weight: 400; fill: rgb(84, 84, 98) !important; color: rgb(84, 84, 98) !important; font-size: 13px !important; }#tve_editor [data-css=\"tve-u-165c33de67d\"] #tcb_custom_menu_10KvNyB1 > a { font-family: Montserrat; font-weight: 400; fill: rgb(84, 84, 98) !important; color: rgb(84, 84, 98) !important; font-size: 13px !important; }#tve_editor [data-css=\"tve-u-165c33de67d\"] #tcb_custom_menu_hgZvKxml > a { font-family: Montserrat; font-weight: 400; fill: rgb(84, 84, 98) !important; color: rgb(84, 84, 98) !important; font-size: 13px !important; }[data-css=\"tve-u-165c33de67d\"] #tcb_custom_menu_5402f616 { text-transform: uppercase; border-bottom: 1px solid rgba(84, 84, 98, 0); border-top: none; border-right: none; border-left: none; border-image: initial; margin-right: 30px !important; padding: 10px 20px !important; margin-left: 30px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-165c33de67d\"] #tcb_custom_menu_13475a66 { text-transform: uppercase; border-bottom: 1px solid rgba(84, 84, 98, 0); border-top: none; border-right: none; border-left: none; border-image: initial; margin-right: 30px !important; padding: 10px 30px !important; margin-left: 30px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-165c33de67d\"] #tcb_custom_menu_a19cc162 { text-transform: uppercase; border-bottom: 1px solid rgba(84, 84, 98, 0); border-top: none; border-right: none; border-left: none; border-image: initial; margin-right: 30px !important; padding: 10px 20px !important; margin-left: 30px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-165c33de67d\"] #tcb_custom_menu_10KvNyB1 { text-transform: uppercase; border-bottom: 1px solid rgba(84, 84, 98, 0); border-top: none; border-right: none; border-left: none; border-image: initial; margin-right: 30px !important; padding: 10px 20px !important; margin-left: 30px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-165c33de67d\"] #tcb_custom_menu_hgZvKxml { text-transform: uppercase; border-bottom: 1px solid rgba(84, 84, 98, 0); border-top: none; border-right: none; border-left: none; border-image: initial; margin-right: 30px !important; padding: 10px 20px !important; margin-left: 30px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-165c33de67d\"] #tcb_custom_menu_5402f616 > a { font-weight: 500 !important; text-decoration: none !important; }[data-css=\"tve-u-165c33de67d\"] #tcb_custom_menu_13475a66 > a { font-weight: 500 !important; text-decoration: none !important; }[data-css=\"tve-u-165c33de67d\"] #tcb_custom_menu_a19cc162 > a { font-weight: 500 !important; text-decoration: none !important; }[data-css=\"tve-u-165c33de67d\"] #tcb_custom_menu_10KvNyB1 > a { font-weight: 500 !important; text-decoration: none !important; }[data-css=\"tve-u-165c33de67d\"] #tcb_custom_menu_hgZvKxml > a { font-weight: 500 !important; text-decoration: none !important; }[data-css=\"tve-u-165c33de67d\"] { border-bottom: 1px solid rgb(200, 233, 248); max-width: 1080px; padding: 0px !important; }#tve_editor [data-css=\"tve-u-165c33de67d\"] #tcb_custom_menu_5402f616:hover { border-bottom: 1px solid rgb(55, 179, 233) !important; }#tve_editor [data-css=\"tve-u-165c33de67d\"] #tcb_custom_menu_13475a66:hover { border-bottom: 1px solid rgb(55, 179, 233) !important; }#tve_editor [data-css=\"tve-u-165c33de67d\"] #tcb_custom_menu_a19cc162:hover { border-bottom: 1px solid rgb(55, 179, 233) !important; }#tve_editor [data-css=\"tve-u-165c33de67d\"] #tcb_custom_menu_10KvNyB1:hover { border-bottom: 1px solid rgb(55, 179, 233) !important; }#tve_editor [data-css=\"tve-u-165c33de67d\"] #tcb_custom_menu_hgZvKxml:hover { border-bottom: 1px solid rgb(55, 179, 233) !important; }#tve_editor [data-css=\"tve-u-165c33de67d\"] #tcb_custom_menu_ed3da1d0 > a { font-family: Montserrat; font-weight: 400; font-size: 12px !important; }#tve_editor [data-css=\"tve-u-165c33de67d\"] #tcb_custom_menu_1f1477da > a { font-family: Montserrat; font-weight: 400; font-size: 12px !important; }[data-css=\"tve-u-165c33de67d\"] #tcb_custom_menu_ed3da1d0 > a { font-weight: 500 !important; }[data-css=\"tve-u-165c33de67d\"] #tcb_custom_menu_1f1477da > a { font-weight: 500 !important; }[data-css=\"tve-u-165c33de67d\"] #tcb_custom_menu_ed3da1d0 { border-bottom: none; padding-top: 10px !important; padding-bottom: 10px !important; }[data-css=\"tve-u-165c33de67d\"] #tcb_custom_menu_1f1477da { border-bottom: none; padding-top: 10px !important; padding-bottom: 10px !important; }#tve_editor [data-css=\"tve-u-165c33de67d\"] #tcb_custom_menu_ed3da1d0:hover { background-color: rgba(55, 179, 233, 0.09) !important; box-shadow: none !important; border-bottom: none !important; border-left: none !important; }#tve_editor [data-css=\"tve-u-165c33de67d\"] #tcb_custom_menu_1f1477da:hover { background-color: rgba(55, 179, 233, 0.09) !important; box-shadow: none !important; border-bottom: none !important; border-left: none !important; }[data-css=\"tve-u-165c33de67d\"] #tcb_custom_menu_13475a66 > ul { border-top: none; border-image: initial; overflow: hidden; border-right: 1px solid rgb(209, 209, 227) !important; border-bottom: 1px solid rgb(209, 209, 227) !important; border-left: 1px solid rgb(209, 209, 227) !important; margin-top: 0px !important; margin-left: 0px !important; background-image: none !important; border-radius: 0px !important; }#tve_editor [data-css=\"tve-u-165c33de67d\"] #tcb_custom_menu_ed3da1d0:hover > a { text-decoration: none !important; }#tve_editor [data-css=\"tve-u-165c33de67d\"] #tcb_custom_menu_1f1477da:hover > a { text-decoration: none !important; }#tve_editor [data-css=\"tve-u-165c33de67d\"] #tcb_custom_menu_JcoNyzI1 > a { font-family: Montserrat; font-weight: 400; fill: rgb(84, 84, 98) !important; color: rgb(84, 84, 98) !important; font-size: 13px !important; }[data-css=\"tve-u-165c33de67d\"] #tcb_custom_menu_JcoNyzI1 { text-transform: uppercase; border-top: 1px solid rgb(55, 179, 233); border-right: 1px solid rgb(55, 179, 233); border-bottom: none; border-left: 1px solid rgb(55, 179, 233); border-image: initial; margin-right: 30px !important; padding: 10px 20px !important; margin-left: 30px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-165c33de67d\"] #tcb_custom_menu_JcoNyzI1 > a { font-weight: 500 !important; text-decoration: none !important; }#tve_editor [data-css=\"tve-u-165c33de67d\"] #tcb_custom_menu_JcoNyzI1:hover { border-bottom: 1px solid rgb(55, 179, 233) !important; box-shadow: none !important; background-color: rgb(24, 145, 198) !important; }#tve_editor [data-css=\"tve-u-165c33de67d\"] #tcb_custom_menu_JcoNyzI1:hover > a { fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; }}\";s:10:\"custom_css\";s:0:\"\";}'),(7395,602,'tve_revision_tve_landing_set',''),(7340,598,'tve_revision_tve_landing_page','tcb2-thrivebiz-car-wash'),(7341,598,'tve_revision_tve_landing_set',''),(7342,598,'tve_revision_tve_disable_theme_dependency','1'),(7343,598,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-162717d1bbe\" wfd-id=\"557\"><div class=\"tcb-flex-row tcb-medium-no-wrap v-2 tcb--cols--3 m-edit tcb-mobile-wrap tcb-resized\" data-css=\"tve-u-162717d1bbf\" wfd-id=\"558\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1695981e7bb\" wfd-id=\"577\"><div class=\"tcb-col\" data-css=\"tve-u-16959846d3d\" wfd-id=\"579\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16959822de2\" wfd-id=\"580\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"581\"><img class=\"tve_image wp-image-465\" alt=\"\" width=\"384\" height=\"62\" title=\"Blackhawk_custom_header\" data-id=\"465\" src=\"https://bestcerakoteflorida.com/wp-content/uploads/2019/01/Blackhawk_custom_header.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717d1bb9\" style=\"\" wfd-id=\"570\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717d1bb6\" wfd-id=\"572\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-164179a84b8\" wfd-id=\"573\">\n<div class=\"tve-content-box-background\" wfd-id=\"576\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"574\"><div class=\"tcb-clear\" wfd-id=\"575\"></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717d1bb7\" style=\"\" wfd-id=\"559\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717d1bbc\" wfd-id=\"561\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16369305186\" wfd-id=\"562\">\n<div class=\"tve-content-box-background\" wfd-id=\"569\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16417e9d24e\" wfd-id=\"563\"><div class=\"tcb-clear\" wfd-id=\"567\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-16417e5bd95\" data-float=\"1\" wfd-id=\"568\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-envelope-regular\" data-name=\"\">\n            <path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path>\n        </svg></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-164179bced9\" wfd-id=\"564\"><p data-css=\"tve-u-1641333d7d1\"><a href=\"mailto:info@bestcerkoteflorida.com\" target=\"_blank\">info@bestcerakoteflorida.com</a></p></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-162717cb621\" data-value-type=\"percent\" wfd-id=\"516\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-162717cb620\" data-clip-id=\"c883ac5175045\" wfd-id=\"556\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-c883ac5175045\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"4\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9301, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-c883ac5175045\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9476, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-c883ac5175045\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9651, 1 1, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-162717cb609\" wfd-id=\"517\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-162717cb618\" wfd-id=\"518\"><div class=\"tcb-flex-row tcb-medium-wrap tcb-resized v-2 tcb--cols--2\" data-css=\"tve-u-162717cb617\" wfd-id=\"519\"><div class=\"tcb-flex-col\" data-css=\"tve-u-162717cb601\" style=\"\" wfd-id=\"535\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717cb60a\" wfd-id=\"537\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h1\" data-css=\"tve-u-162717cb610\" wfd-id=\"547\"><h1 data-css=\"tve-u-162717cb616\" style=\"text-align: center;\">&nbsp;<strong>â€‹</strong><strong>Protect What\'s Important To You! With The Toughest Ceramic Finish In The World!</strong></h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162717cb60f\" wfd-id=\"538\"><h2 class=\"\" data-css=\"tve-u-1695a36117b\" style=\"text-align: center;\"><strong>Heat, Water, Salt and Sand just some of the conditions you face. And any one of them is just waiting, to get a hold of your firearm and leave it a pile of rusted, pitted junk.</strong></h2><h2 class=\"\" data-css=\"tve-u-16413112747\" style=\"text-align: center;\"><strong>Unfortunately, there wasn\'t much you could do other than keep cleaning and lubricating your firearms...till NOW!</strong></h2></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717cb600\" style=\"\" wfd-id=\"520\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717cb60b\" wfd-id=\"522\"><div class=\"thrv_responsive_video thrv_wrapper rv_style_lifted_style2\" data-type=\"youtube\" data-rel=\"0\" data-url=\"https://www.youtube.com/watch?v=a1nyu9ZJiEk\" data-css=\"tve-u-16959cd1e7a\" data-modestbranding=\"1\" wfd-id=\"532\">\n	\n\n	<div class=\"tve_responsive_video_container\" wfd-id=\"533\">\n		<div class=\"video_overlay\" wfd-id=\"534\"></div>\n	<iframe data-code=\"TEOqV1Q16lU\" data-provider=\"youtube\" src=\"https://www.youtube.com/embed/TEOqV1Q16lU?rel=0&amp;modestbranding=1&amp;controls=1&amp;showinfo=1&amp;fs=1&amp;wmode=transparent\" data-src=\"https://www.youtube.com/embed/TEOqV1Q16lU?rel=0&amp;modestbranding=1&amp;controls=1&amp;showinfo=1&amp;fs=1&amp;wmode=transparent\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\n</div><div class=\"thrv_wrapper thrv-button tcb-with-icon\" data-css=\"tve-u-1695a3002e2\" data-tcb_hover_state_parent=\"\" data-button-style=\"border_1\" wfd-id=\"523\">\n	<a href=\"tel:1-954-848-1911\" class=\"tcb-button-link\" target=\"_blank\" rel=\"\"><span class=\"tcb-button-icon\" wfd-id=\"530\">\n	<div class=\"thrv_wrapper thrv_icon tve_no_drag tve_no_icons tcb-icon-inherit-style tcb-icon-display\" wfd-id=\"531\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-phone-plus-light\" data-name=\"\">\n            <path d=\"M8 128h88v88c0 4.4 3.6 8 8 8h16c4.4 0 8-3.6 8-8v-88h88c4.4 0 8-3.6 8-8v-16c0-4.4-3.6-8-8-8h-88V8c0-4.4-3.6-8-8-8h-16c-4.4 0-8 3.6-8 8v88H8c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8zM487.8 24.1L387 .8c-14.7-3.4-29.8 4.2-35.8 18.1l-46.5 108.5c-5.5 12.7-1.8 27.7 8.9 36.5l53.9 44.1c-34 69.2-90.3 125.6-159.6 159.6l-44.1-53.9c-8.8-10.7-23.8-14.4-36.5-8.9L18.9 351.3c-13.9 6-21.5 21-18.1 35.8L24 487.9C27.3 502 39.9 512 54.5 512 306.7 512 512 307.8 512 54.5c0-14.6-10-27.2-24.2-30.4zM55.1 480l-23-99.6 107.4-46 59.5 72.8c103.6-48.6 159.7-104.9 208.1-208.1l-72.8-59.5 46-107.4 99.6 23C479.7 289.7 289.6 479.7 55.1 480z\"></path>\n        </svg></div>\n</span>\n\n		<span class=\"tcb-button-texts\" wfd-id=\"524\"><span class=\"tcb-button-text thrv-inline-text\" wfd-id=\"525\">CALL NOW</span></span>\n	</a>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-162717fcf9d\" data-value-type=\"percent\" wfd-id=\"415\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-162718bd0c0\" data-clip-id=\"a3b25e1c9221a\" wfd-id=\"515\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0875\"></polygon></clipPath><clipPath id=\"clip-tablet-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"6\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.1051\"></polygon></clipPath><clipPath id=\"clip-mobile-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"1\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0175\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-162718a3b40\" wfd-id=\"416\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622a159bcb\" wfd-id=\"417\">\n<div class=\"tve-content-box-background\" wfd-id=\"514\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"418\"><div class=\"thrv_wrapper thrv-columns\" wfd-id=\"496\"><div class=\"tcb-flex-row tcb--cols--2\" wfd-id=\"497\"><div class=\"tcb-flex-col\" wfd-id=\"506\"><div class=\"tcb-col\" wfd-id=\"508\"><div class=\"thrv_wrapper thrv_text_element\" wfd-id=\"509\"><p>Enter your text here...</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"498\"><div class=\"tcb-col\" wfd-id=\"500\"><div class=\"thrv_wrapper thrv_text_element\" wfd-id=\"501\"><p>Enter your text here...</p></div></div></div></div></div><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621a2247ba\" wfd-id=\"487\"><h2 data-css=\"tve-u-1621a2e0d5b\">our services</h2></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16229f6175c\" wfd-id=\"456\"><div class=\"tcb-flex-row tcb-medium-no-wrap tcb--cols--3 v-2\" data-css=\"tve-u-162493a03b0\" wfd-id=\"457\"><div class=\"tcb-flex-col\" wfd-id=\"476\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1624939a960\" data-tcb_hover_state_parent=\"\" wfd-id=\"478\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-162493d5f13\" data-float=\"1\" wfd-id=\"486\"><svg class=\"tcb-icon\" viewBox=\"0 0 14 28\" data-name=\"bolt\">\n<path d=\"M13.828 8.844c0.172 0.187 0.219 0.453 0.109 0.688l-8.437 18.078c-0.125 0.234-0.375 0.391-0.656 0.391-0.063 0-0.141-0.016-0.219-0.031-0.344-0.109-0.547-0.438-0.469-0.766l3.078-12.625-6.344 1.578c-0.063 0.016-0.125 0.016-0.187 0.016-0.172 0-0.359-0.063-0.484-0.172-0.187-0.156-0.25-0.391-0.203-0.609l3.141-12.891c0.078-0.297 0.359-0.5 0.688-0.5h5.125c0.391 0 0.703 0.297 0.703 0.656 0 0.094-0.031 0.187-0.078 0.281l-2.672 7.234 6.188-1.531c0.063-0.016 0.125-0.031 0.187-0.031 0.203 0 0.391 0.094 0.531 0.234z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"482\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-162494b490e\" wfd-id=\"483\"><h4 data-css=\"tve-u-16249355087\" style=\"text-align: left;\">Express exterior</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162494b7ad0\" wfd-id=\"479\"><p data-css=\"tve-u-162492e70ad\">Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"467\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162493b6b63\" data-tcb_hover_state_parent=\"\" wfd-id=\"469\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b456a\" wfd-id=\"475\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"adjust\">\n<path d=\"M12 22.5v-17c-4.688 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"471\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1af44d\" wfd-id=\"472\"><h4 data-css=\"tve-u-16249358652\" style=\"text-align: left;\">Interior clean</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"470\"><p data-css=\"tve-u-162492e70ad\">Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"458\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16249373b25\" wfd-id=\"460\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b52d3\" wfd-id=\"466\"><svg class=\"tcb-icon\" viewBox=\"0 0 26 28\" data-name=\"umbrella\">\n<path d=\"M14 12.938v9.063c0 2.172-1.828 4-4 4s-4-1.828-4-4c0-0.547 0.453-1 1-1s1 0.453 1 1c0 1.047 0.953 2 2 2s2-0.953 2-2v-9.063c0.328-0.109 0.656-0.172 1-0.172s0.672 0.063 1 0.172zM26 13.359c0 0.266-0.234 0.5-0.5 0.5-0.141 0-0.25-0.063-0.359-0.156-0.906-0.844-1.75-1.437-3.047-1.437-1.484 0-2.766 0.922-3.609 2.094-0.187 0.266-0.328 0.547-0.5 0.812-0.109 0.172-0.234 0.266-0.438 0.266-0.219 0-0.344-0.094-0.453-0.266-0.172-0.266-0.313-0.547-0.5-0.812-0.844-1.172-2.109-2.094-3.594-2.094s-2.75 0.922-3.594 2.094c-0.187 0.266-0.328 0.547-0.5 0.812-0.109 0.172-0.234 0.266-0.453 0.266-0.203 0-0.328-0.094-0.438-0.266-0.172-0.266-0.313-0.547-0.5-0.812-0.844-1.172-2.125-2.094-3.609-2.094-1.297 0-2.141 0.594-3.047 1.437-0.109 0.094-0.219 0.156-0.359 0.156-0.266 0-0.5-0.234-0.5-0.5 0-0.047 0-0.078 0.016-0.109 1.437-5.906 7.141-9.25 12.984-9.25 5.812 0 11.578 3.344 12.984 9.25 0.016 0.031 0.016 0.063 0.016 0.109zM14 2v1.531c-0.328-0.016-0.672-0.031-1-0.031s-0.672 0.016-1 0.031v-1.531c0-0.547 0.453-1 1-1s1 0.453 1 1z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"462\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b01a6\" wfd-id=\"463\"><h4 data-css=\"tve-u-1624935a201\" style=\"text-align: left;\">Wax protection</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"461\"><p data-css=\"tve-u-162492e70ad\">Etiam pharetra, erat sed fermentum feugiat, velit mauris</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16249367114\" wfd-id=\"419\"><div class=\"tcb-flex-row tcb-medium-no-wrap tcb--cols--3 v-2\" data-css=\"tve-u-16229ffbb7b\" wfd-id=\"420\"><div class=\"tcb-flex-col\" wfd-id=\"443\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229fa6a26\" wfd-id=\"445\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b33f9\" wfd-id=\"455\"><svg class=\"tcb-icon\" viewBox=\"0 0 26 28\" data-name=\"magic\">\n<path d=\"M18.594 9.078l4.578-4.578-1.672-1.672-4.578 4.578zM25.578 4.5c0 0.266-0.094 0.516-0.281 0.703l-20.094 20.094c-0.187 0.187-0.438 0.281-0.703 0.281s-0.516-0.094-0.703-0.281l-3.094-3.094c-0.187-0.187-0.281-0.438-0.281-0.703s0.094-0.516 0.281-0.703l20.094-20.094c0.187-0.187 0.438-0.281 0.703-0.281s0.516 0.094 0.703 0.281l3.094 3.094c0.187 0.187 0.281 0.438 0.281 0.703zM4.469 1.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531zM9.938 4.062l3.063 0.938-3.063 0.938-0.938 3.063-0.938-3.063-3.063-0.938 3.063-0.938 0.938-3.063zM24.469 11.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531zM14.469 1.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"451\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b0a67\" wfd-id=\"452\"><h4 data-css=\"tve-u-16248fc42a1\" style=\"text-align: left;\">Dust &amp; Dash Console</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"446\"><p data-css=\"tve-u-162492e70ad\">Duis sed odio sit amet nibh vulputate cursus a sit amet mauris.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"428\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1622f65ba70\" wfd-id=\"430\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b60b4\" wfd-id=\"442\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"certificate\">\n<path d=\"M21.5 14l2.156 2.109c0.297 0.281 0.406 0.703 0.313 1.094-0.109 0.391-0.422 0.703-0.812 0.797l-2.938 0.75 0.828 2.906c0.109 0.391 0 0.812-0.297 1.094-0.281 0.297-0.703 0.406-1.094 0.297l-2.906-0.828-0.75 2.938c-0.094 0.391-0.406 0.703-0.797 0.812-0.094 0.016-0.203 0.031-0.297 0.031-0.297 0-0.594-0.125-0.797-0.344l-2.109-2.156-2.109 2.156c-0.281 0.297-0.703 0.406-1.094 0.313-0.406-0.109-0.703-0.422-0.797-0.812l-0.75-2.938-2.906 0.828c-0.391 0.109-0.812 0-1.094-0.297-0.297-0.281-0.406-0.703-0.297-1.094l0.828-2.906-2.938-0.75c-0.391-0.094-0.703-0.406-0.812-0.797-0.094-0.391 0.016-0.812 0.313-1.094l2.156-2.109-2.156-2.109c-0.297-0.281-0.406-0.703-0.313-1.094 0.109-0.391 0.422-0.703 0.812-0.797l2.938-0.75-0.828-2.906c-0.109-0.391 0-0.812 0.297-1.094 0.281-0.297 0.703-0.406 1.094-0.297l2.906 0.828 0.75-2.938c0.094-0.391 0.406-0.703 0.797-0.797 0.391-0.109 0.812 0 1.094 0.297l2.109 2.172 2.109-2.172c0.281-0.297 0.688-0.406 1.094-0.297 0.391 0.094 0.703 0.406 0.797 0.797l0.75 2.938 2.906-0.828c0.391-0.109 0.812 0 1.094 0.297 0.297 0.281 0.406 0.703 0.297 1.094l-0.828 2.906 2.938 0.75c0.391 0.094 0.703 0.406 0.812 0.797 0.094 0.391-0.016 0.812-0.313 1.094z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"438\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b12d8\" wfd-id=\"439\"><h4 data-css=\"tve-u-1625389a3d5\" style=\"text-align: left;\">Triple Foam Polish</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"431\"><p data-css=\"tve-u-162492e70ad\">Class aptent taciti sociosqu ad litora torquent</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"421\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229fa8c68\" wfd-id=\"423\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-16271adf6cf\" wfd-id=\"427\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"bullseye\">\n<path d=\"M16 14c0 2.203-1.797 4-4 4s-4-1.797-4-4 1.797-4 4-4 4 1.797 4 4zM18 14c0-3.313-2.688-6-6-6s-6 2.688-6 6 2.688 6 6 6 6-2.688 6-6zM20 14c0 4.422-3.578 8-8 8s-8-3.578-8-8 3.578-8 8-8 8 3.578 8 8zM22 14c0-5.516-4.484-10-10-10s-10 4.484-10 10 4.484 10 10 10 10-4.484 10-10zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"425\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-16248fc71c8\" wfd-id=\"426\"><h4 data-css=\"tve-u-1625389b4ed\" style=\"text-align: left;\">Tire dressing</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"424\"><p data-css=\"tve-u-162492e70ad\">Etiam pharetra, erat sed fermentum feugiat, velit mauris</p></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621ad46076\" wfd-id=\"371\">\n<div class=\"tve-page-section-out\" wfd-id=\"414\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621b072b4e\" wfd-id=\"372\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621a8b2488\" wfd-id=\"373\"><div class=\"tcb-flex-row tcb--cols--2 v-2\" data-css=\"tve-u-1621a8a804b\" wfd-id=\"374\"><div class=\"tcb-flex-col\" wfd-id=\"386\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16271bfe70c\" wfd-id=\"388\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h3\" data-css=\"tve-u-1621a8c4313\" wfd-id=\"409\"><h3><strong>Complete cleaning services for yoâ€‹ur car</strong></h3></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-16417b70f47\" wfd-id=\"389\"><ul class=\"tcb-styled-list\" wfd-id=\"390\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621acf0289\" wfd-id=\"401\"><div class=\"tcb-styled-list-icon\" wfd-id=\"407\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a8e11f3\" wfd-id=\"408\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ace1b08\" wfd-id=\"402\">We are a small business delivering professional cleaning services for all vehicles</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621acf64fb\" wfd-id=\"397\"><div class=\"tcb-styled-list-icon\" wfd-id=\"399\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a8e5625\" wfd-id=\"400\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ace4de9\" wfd-id=\"398\">Our services are convenient for individuals and corporate fleets</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"391\"><div class=\"tcb-styled-list-icon\" wfd-id=\"395\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a9076ef\" wfd-id=\"396\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621acf47d2\" wfd-id=\"392\">We use eco-friendly products that actually clean, protect and maintain your car better than the traditional cleaning substances</span></li></ul></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"375\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621a90a46f\" wfd-id=\"377\"><div class=\"thrv_wrapper thrv-fill-counter tve_red tve_normalfc thrv_data_element\" data-css=\"tve-u-1621a983587\" wfd-id=\"378\">\n<div class=\"tve_fill_counter_n\" style=\"\" data-fill=\"100\" data-css=\"tve-u-1621a98b602\" wfd-id=\"379\">\n<svg viewBox=\"0 0 160 160\" class=\"tve_fill_counter_circle\" shape-rendering=\"optimizeSpeed\" data-css=\"tve-u-1621a9a2862\">\n<circle class=\"tve_fill_counter_circle_inner\" r=\"80\" cx=\"80\" cy=\"80\" data-css=\"tve-u-1621a9685d4\"></circle>\n</svg>\n<div class=\"tve_fill_text_in\" data-css=\"tve-u-1621a96b190\" wfd-id=\"380\">\n<div class=\"tve_fill_text_value\" data-css=\"tve-u-1621a9a2866\" wfd-id=\"382\">\n<div class=\"thrv-inline-text tve_fill_text tve_editable\" data-css=\"tve-u-1621a9a2867\" wfd-id=\"383\"><strong>100%â€‹</strong></div>\n</div>\n<div class=\"thrv-inline-text tve_editable tve_data_element_label\" data-css=\"tve-u-1621a9750ae\" wfd-id=\"381\">Clean car</div>\n</div>\n</div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621ada1e7f\" data-value-type=\"percent\" wfd-id=\"333\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621adba9ef\" data-clip-id=\"52d5a36c151aa\" wfd-id=\"370\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-52d5a36c151aa\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0875\"></polygon></clipPath><clipPath id=\"clip-tablet-top-52d5a36c151aa\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0524\"></polygon></clipPath><clipPath id=\"clip-mobile-top-52d5a36c151aa\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0349\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621ad420c4\" wfd-id=\"334\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621ade6172\" wfd-id=\"335\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2 tcb-row-reversed-mobile tcb-mobile-edit v-2\" data-css=\"tve-u-1621adea58b\" wfd-id=\"336\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621b064646\" style=\"\" wfd-id=\"364\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ae0bec7\" wfd-id=\"366\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ae4fd21\" data-value-type=\"percent\" data-float=\"1\" wfd-id=\"367\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621ae6c8da\" data-clip-id=\"aa2c3e3c70555\" wfd-id=\"369\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0349\"></polygon></clipPath><clipPath id=\"clip-tablet-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"4\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0699\"></polygon></clipPath><clipPath id=\"clip-mobile-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"4\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0699\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb\" data-css=\"tve-u-1621ae4db6e\" wfd-id=\"368\"></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621b064668\" style=\"\" wfd-id=\"337\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621f45bed3\" wfd-id=\"339\"><div class=\"tcb-clear\" data-css=\"tve-u-16224848ee5\" wfd-id=\"360\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621afceb00\" wfd-id=\"361\"><h2 data-css=\"tve-u-1621afcc0bf\">Check Out Our Special Offer!</h2></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621afda4fa\" wfd-id=\"359\"><p data-css=\"tve-u-1621afd8c98\">Donâ€™t miss the opportunity to get 50% discount on a complete cleaning just by recommending us to a friend. Bring someone you know with you and clean you car half price!</p></div><div class=\"tcb-clear\" data-css=\"tve-u-16224834cab\" wfd-id=\"340\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621fe85996\" wfd-id=\"341\"><div class=\"tcb-flex-row tcb--cols--2 tcb-resized tcb-medium-wrap tcb-desktop-wrap\" data-css=\"tve-u-1621fe78878\" wfd-id=\"342\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621fe94086\" style=\"\" wfd-id=\"350\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"352\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621b01355a\" wfd-id=\"353\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621b08fdde\" data-tcb_hover_state_parent=\"1\" wfd-id=\"358\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16223f02c16\" wfd-id=\"354\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-1620af7eb3f\" data-tcb_hover_state_parent=\"\" data-button-style=\"full_rounded\" wfd-id=\"355\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"356\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-16228c75500\" wfd-id=\"357\"><strong>Request an appointment</strong></span></span>\n</a>\n</div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621fe940b9\" style=\"\" wfd-id=\"343\"><div class=\"tcb-col\" wfd-id=\"345\"><div class=\"tcb-clear\" data-css=\"tve-u-16224716d62\" wfd-id=\"346\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-1621b028939\" data-tcb_hover_state_parent=\"\" data-button-style=\"ghost\" wfd-id=\"347\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"348\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-16228c764b2\" wfd-id=\"349\"><strong>Call Now: 0400-700-682</strong></span></span>\n</a>\n</div></div></div></div></div></div></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16260ba2fa4\" wfd-id=\"232\">\n<div class=\"tve-page-section-out\" wfd-id=\"332\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16260be7104\" wfd-id=\"233\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621b0e4fb7\" wfd-id=\"331\"><h2 data-css=\"tve-u-1621b10fccf\" style=\"text-align: center;\">our happy clients</h2></div><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641367127b\" data-float=\"1\" wfd-id=\"330\"><svg class=\"tcb-icon\" viewBox=\"0 0 30 32\" data-name=\"quote-left\">\n<path d=\"M13.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429zM29.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641367e553\" wfd-id=\"329\"><svg class=\"tcb-icon\" viewBox=\"0 0 30 32\" data-name=\"quote-left\">\n<path d=\"M13.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429zM29.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a10d3b4\" wfd-id=\"300\">\n<div class=\"tve-content-box-background\" wfd-id=\"328\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"301\"><div class=\"tcb-clear\" data-css=\"tve-u-1621b300a64\" wfd-id=\"326\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-1621f154231\" wfd-id=\"327\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621b200375\" wfd-id=\"304\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-16260d8392c\" wfd-id=\"305\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"310\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"312\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16417b62c09\" wfd-id=\"313\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-16260d8396c\" wfd-id=\"314\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16260d01208\" style=\"\" wfd-id=\"320\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"322\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"323\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16225617da3\" wfd-id=\"325\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"324\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16260d0120e\" style=\"\" wfd-id=\"315\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"317\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"319\"><h5>Brett Graham, 28</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"318\"><h6 class=\"\">Architect</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"306\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"308\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"309\"><p data-css=\"tve-u-162539c17ec\">Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit. Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit.&nbsp;</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-16260c5ff0c\" wfd-id=\"302\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260c5ff07\" wfd-id=\"303\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a12f675\" wfd-id=\"267\">\n<div class=\"tve-content-box-background\" wfd-id=\"299\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"268\"><div class=\"tcb-clear\" data-css=\"tve-u-16260cd7683\" wfd-id=\"297\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260d73672\" wfd-id=\"298\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16260da3aa7\" wfd-id=\"271\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-1621fb68b97\" wfd-id=\"272\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"281\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"283\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16417b662bf\" wfd-id=\"284\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-1621fb65556\" wfd-id=\"285\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16229915e1a\" style=\"\" wfd-id=\"291\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"293\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"294\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16260c433e9\" wfd-id=\"296\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"295\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16229915e4e\" style=\"\" wfd-id=\"286\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"288\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"290\"><h5>Rosie Hanson, 24</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"289\"><h6 class=\"\">Real estate Associate</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"273\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"275\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"276\"><p data-css=\"tve-u-162539c17ec\">Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo.</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-16260d3b97e\" wfd-id=\"269\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260d39b83\" wfd-id=\"270\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a146aef\" wfd-id=\"234\">\n<div class=\"tve-content-box-background\" wfd-id=\"266\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"235\"><div class=\"tcb-clear\" data-css=\"tve-u-16260cd7683\" wfd-id=\"264\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260cd622f\" wfd-id=\"265\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16260c39a7e\" wfd-id=\"238\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-16260d3f4aa\" wfd-id=\"239\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"246\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"248\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621fbacc60\" wfd-id=\"249\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-16260d3f4af\" wfd-id=\"250\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16229915e1a\" style=\"\" wfd-id=\"258\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"260\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"261\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16260d5e4b8\" wfd-id=\"263\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"262\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16229915e4e\" style=\"\" wfd-id=\"251\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"253\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"257\"><h5>Shawn Mattews, 35</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"254\"><h6 class=\"\">project manager</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"240\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"242\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"243\"><p data-css=\"tve-u-162539c17ec\">Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo. Nullam ac urna eu felis.Sed non neque elit. Sed ut imperdiet nisi. Proin condimentum</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1621b30ca74\" wfd-id=\"236\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-1621f15b521\" wfd-id=\"237\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621b3c8c52\" wfd-id=\"118\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621b3cfc7b\" wfd-id=\"231\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621b3c74d9\" wfd-id=\"119\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621e7b695a\" wfd-id=\"228\"><h2 data-css=\"tve-u-1621e7a7350\" style=\"text-align: center;\">our offers</h2></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621e7c899a\" wfd-id=\"120\"><div class=\"tcb-flex-row tcb--cols--3 tcb-medium-wrap v-2\" data-css=\"tve-u-1621e7c7aa1\" wfd-id=\"121\"><div class=\"tcb-flex-col\" wfd-id=\"188\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16223fc9f23\" wfd-id=\"190\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e7ceab3\" style=\"\" wfd-id=\"191\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16416e4fafd\" wfd-id=\"227\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e7d5094\" wfd-id=\"192\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e7e9950\" data-value-type=\"percent\" style=\"\" wfd-id=\"221\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e7edfd9\" data-clip-id=\"10ffac3b28f1d\" wfd-id=\"226\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-10ffac3b28f1d\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-10ffac3b28f1d\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e7e6c1d\" wfd-id=\"222\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-16417b4cb9e\" wfd-id=\"223\"><h4 data-css=\"tve-u-1621fe1a1af\" style=\"text-align: center;\"><strong>Basic Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ec6c39b\" data-float=\"1\" wfd-id=\"217\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e81f424\" wfd-id=\"220\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec752da\" wfd-id=\"218\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"219\"><h4 data-css=\"tve-u-1621fe1bd18\" style=\"text-align: center;\"><strong>15$</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621ea50702\" wfd-id=\"193\"><ul class=\"tcb-styled-list\" wfd-id=\"194\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec3a5c0\" wfd-id=\"213\"><div class=\"tcb-styled-list-icon\" wfd-id=\"215\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec204df\" wfd-id=\"216\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec241aa\" wfd-id=\"214\">Interior vacuum</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"209\"><div class=\"tcb-styled-list-icon\" wfd-id=\"211\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec20f68\" wfd-id=\"212\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec2704c\" wfd-id=\"210\">Dust &amp;dash console</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec42aa7\" wfd-id=\"203\"><div class=\"tcb-styled-list-icon\" wfd-id=\"207\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec21a31\" wfd-id=\"208\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec298ab\" wfd-id=\"204\">Hand towel dry</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec43fe2\" wfd-id=\"199\"><div class=\"tcb-styled-list-icon\" wfd-id=\"201\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ea1fba7\" wfd-id=\"202\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea23322\" wfd-id=\"200\">Clean windows</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec454d9\" wfd-id=\"195\"><div class=\"tcb-styled-list-icon\" wfd-id=\"197\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ea295c0\" wfd-id=\"198\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea2c69a\" wfd-id=\"196\">Soft cloth wash</span></li></ul></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"155\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"157\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621eb81205\" style=\"\" wfd-id=\"158\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16416e603ab\" wfd-id=\"187\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621eb7ccb0\" wfd-id=\"159\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ebbbb6d\" data-value-type=\"percent\" wfd-id=\"183\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eaaedd8\" data-clip-id=\"a2b9cf3198d6f\" wfd-id=\"186\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-a2b9cf3198d6f\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-a2b9cf3198d6f\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec7f21a\" wfd-id=\"184\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e930bd7\" wfd-id=\"185\"><h4 data-css=\"tve-u-1621e92e97f\" style=\"text-align: center;\"><strong>Ultimate Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ec78d2c\" data-float=\"1\" wfd-id=\"179\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eab272c\" wfd-id=\"182\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec79a7d\" wfd-id=\"180\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"181\"><h4 data-css=\"tve-u-1621e942b65\" style=\"text-align: center;\"><strong>22 $</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621ebfa746\" wfd-id=\"176\"><p data-css=\"tve-u-1621f4ceaf6\" style=\"text-align: center;\">Includes basic service <span data-css=\"tve-u-1621f4ceaf7\" style=\"color: rgb(15, 29, 123);\" wfd-id=\"177\"><strong class=\"\"><span data-css=\"tve-u-1621f4ceafb\" wfd-id=\"178\">+</span></strong></span></p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621ebf340c\" wfd-id=\"160\"><ul class=\"tcb-styled-list\" wfd-id=\"161\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-164137a0b1f\" wfd-id=\"170\"><div class=\"tcb-styled-list-icon\" wfd-id=\"174\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec0c5bd\" wfd-id=\"175\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ebfe4ce\" wfd-id=\"171\">Triple foam conditiner</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec04541\" wfd-id=\"166\"><div class=\"tcb-styled-list-icon\" wfd-id=\"168\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec09a3c\" wfd-id=\"169\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ebff867\" wfd-id=\"167\">Tire dressing</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec05cc3\" wfd-id=\"162\"><div class=\"tcb-styled-list-icon\" wfd-id=\"164\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec15f6e\" wfd-id=\"165\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec009a8\" wfd-id=\"163\">Air freshner</span></li></ul></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"122\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16223dad661\" wfd-id=\"124\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621fd9c946\" style=\"\" wfd-id=\"125\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e7d234c\" wfd-id=\"154\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621fd84d7b\" wfd-id=\"126\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16223b080b0\" data-value-type=\"percent\" wfd-id=\"148\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eb3eb9f\" data-clip-id=\"ac98bb0e54b3b\" wfd-id=\"153\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621fd8766c\" wfd-id=\"149\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e930bd7\" wfd-id=\"150\"><h4 data-css=\"tve-u-1621fe1587d\" style=\"text-align: center;\"><strong>Supreme Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e8107f3\" wfd-id=\"144\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eb43d8d\" wfd-id=\"147\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e819c52\" wfd-id=\"145\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"146\"><h4 data-css=\"tve-u-1621fe1725e\" style=\"text-align: center;\"><strong>30 $</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621eb037bb\" wfd-id=\"141\"><p data-css=\"tve-u-1621f4d0451\" style=\"text-align: center;\">Includes ultimate service <span data-css=\"tve-u-1621eaff572\" style=\"color: rgb(15, 29, 123);\" wfd-id=\"142\"><strong class=\"\"><span data-css=\"tve-u-1621eb01b60\" wfd-id=\"143\">+</span></strong></span></p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621eacf6af\" wfd-id=\"127\"><ul class=\"tcb-styled-list\" wfd-id=\"128\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec36a4d\" wfd-id=\"137\"><div class=\"tcb-styled-list-icon\" wfd-id=\"139\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e9993aa\" wfd-id=\"140\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea1a5d7\" wfd-id=\"138\">Exterior trim dressing</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"133\"><div class=\"tcb-styled-list-icon\" wfd-id=\"135\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e99b1db\" wfd-id=\"136\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea19a06\" wfd-id=\"134\">Hand applied spray wax</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec37ea5\" wfd-id=\"129\"><div class=\"tcb-styled-list-icon\" wfd-id=\"131\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e99c314\" wfd-id=\"132\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea18c5d\" wfd-id=\"130\">Interior conditioner</span></li></ul></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621efddaaf\" wfd-id=\"70\">\n<div class=\"tve-page-section-out\" wfd-id=\"117\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621edf8048\" wfd-id=\"71\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621f114214\" wfd-id=\"72\"><div class=\"tcb-flex-row tcb-mobile-edit tcb--cols--2\" data-css=\"tve-u-1621ee03000\" wfd-id=\"73\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621ee4be21\" style=\"\" wfd-id=\"79\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ee093d4\" wfd-id=\"81\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ee3afec\" wfd-id=\"82\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621ee58e74\" wfd-id=\"116\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ee37f4a\" wfd-id=\"83\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1621ee74a24\" wfd-id=\"115\"><svg class=\"tcb-icon\" viewBox=\"0 0 16 28\" data-name=\"map-marker\">\n<path d=\"M12 10c0-2.203-1.797-4-4-4s-4 1.797-4 4 1.797 4 4 4 4-1.797 4-4zM16 10c0 0.953-0.109 1.937-0.516 2.797l-5.688 12.094c-0.328 0.688-1.047 1.109-1.797 1.109s-1.469-0.422-1.781-1.109l-5.703-12.094c-0.406-0.859-0.516-1.844-0.516-2.797 0-4.422 3.578-8 8-8s8 3.578 8 8z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621ee63e1c\" wfd-id=\"110\"><h2 data-css=\"tve-u-1621fdcb4ea\" style=\"text-align: center;\">contact us</h2></div><div class=\"thrv_wrapper thrv-contact-form\" data-ct=\"contact_form-22343\" style=\"\" data-css=\"tve-u-16465071dea\" data-ct-name=\"Rounded Shadow\" wfd-id=\"86\">\n<form action=\"\" method=\"post\" novalidate=\"\" wfd-id=\"87\">\n<div class=\"tve-cf-item-wrapper\" wfd-id=\"93\">\n<div class=\"tve-cf-item\" data-css=\"tve-u-1695dd04208\" wfd-id=\"106\">\n<div class=\"thrv-cf-input-wrapper\" data-type=\"first_name\" wfd-id=\"107\">\n<label data-css=\"tve-u-1695d9d6525\" class=\"\" wfd-id=\"109\">First Name</label>\n<div class=\"tve-cf-input\" data-css=\"tve-u-1695d9d6526\" data-tcb_hover_state_parent=\"\" wfd-id=\"108\">\n<input placeholder=\"\" type=\"text\" name=\"first_name\" data-placeholder=\"\" wfd-id=\"590\">\n</div>\n</div>\n</div>\n<div class=\"tve-cf-item\" data-css=\"tve-u-1695dd04208\" wfd-id=\"102\">\n<div class=\"thrv-cf-input-wrapper\" data-type=\"email\" wfd-id=\"103\">\n<label data-css=\"tve-u-1695d9d6527\" class=\"\" wfd-id=\"105\">Email Address</label>\n<div class=\"tve-cf-input\" data-css=\"tve-u-1695d9d6528\" data-tcb_hover_state_parent=\"\" wfd-id=\"104\">\n<input placeholder=\"\" type=\"email\" name=\"email\" data-placeholder=\"\" wfd-id=\"589\">\n</div>\n</div>\n</div>\n<div class=\"tve-cf-item\" data-css=\"tve-u-1695dd484d7\" wfd-id=\"98\">\n<div class=\"thrv-cf-input-wrapper\" data-type=\"message\" wfd-id=\"99\">\n<label data-css=\"tve-u-1695d9d6529\" class=\"\" wfd-id=\"101\">Message</label>\n<div class=\"tve-cf-input\" data-css=\"tve-u-1695d9d652a\" data-tcb_hover_state_parent=\"\" wfd-id=\"100\">\n<textarea placeholder=\"\" data-placeholder=\"\" name=\"message\" wfd-id=\"592\"></textarea>\n</div>\n</div>\n</div>\n<div class=\"tve-cf-item\" data-css=\"tve-u-1695dd04208\" wfd-id=\"94\">\n	<div class=\"thrv-cf-input-wrapper\" data-type=\"phone\" wfd-id=\"95\">\n		<label data-css=\"tve-u-1695d9d6525\" class=\"\" wfd-id=\"97\">Phone Number</label>\n		<div class=\"tve-cf-input\" data-css=\"tve-u-1695d9d6526\" wfd-id=\"96\">\n			<input placeholder=\"+1-555-555-2368\" type=\"tel\" name=\"phone\" data-placeholder=\"+1-555-555-2368\" wfd-id=\"588\">\n		</div>\n	</div>\n</div></div>\n<div class=\"tve-cf-submit\" data-tcb_hover_state_parent=\"\" data-button-style=\"rounded\" data-css=\"tve-u-1695dd27f6a\" wfd-id=\"88\">\n<button class=\"tve_btn_txt\" type=\"submit\" wfd-id=\"605\">Submit Message</button>\n</div>\n<input type=\"hidden\" name=\"config\" value=\"YTozOntzOjE0OiJlcnJvcl9tZXNzYWdlcyI7YTo0OntzOjU6ImVtYWlsIjtzOjIxOiJFbWFpbCBhZGRyZXNzIGludmFsaWQiO3M6NToicGhvbmUiO3M6MjA6IlBob25lIG51bWJlciBpbnZhbGlkIjtzOjM6InVybCI7czoxMToiVVJMIGludmFsaWQiO3M6ODoicmVxdWlyZWQiO3M6MjA6IlJlcXVpcmVkIGZpZWxkIGVtcHR5Ijt9czo4OiJ0b19lbWFpbCI7YToyOntzOjI6InRvIjtzOjI4OiJpbmZvQGJlc3RjZXJha290ZWZsb3JpZGEuY29tIjtzOjc6InN1YmplY3QiO3M6MTg6Ik5ldyBtZXNzYWdlIGZyb206ICI7fXM6Njoic3VibWl0IjthOjEwOntzOjY6ImFjdGlvbiI7czoxMjoibm90aWZpY2F0aW9uIjtzOjIzOiJzZW5kX2NvbmZpcm1hdGlvbl9lbWFpbCI7YjoxO3M6MTk6InNlbmRlcl9wZXJzb25hbGl6ZWQiO2I6MDtzOjIwOiJjb25maXJtYXRpb25fc3ViamVjdCI7czozNjoiQ29udGFjdCBGb3JtIHN1Ym1pc3Npb24gY29uZmlybWF0aW9uIjtzOjIwOiJjb25maXJtYXRpb25fbWVzc2FnZSI7czoxMzk6IkhlbGxvLCAKClRoYW5rcyBmb3IgY29udGFjdGluZyB1cy4gV2UnbGwgZ2V0IGJhY2sgdG8geW91IGFzIHNvb24gYXMgcG9zc2libGUgd2l0aCB0aGUgaW5mb3JtYXRpb24geW91IG5lZWQuIAoKQmVzdCByZWdhcmRzLApbd3Bfc2l0ZV90aXRsZV0iO3M6OToiZnJvbV9uYW1lIjtzOjI4OiJUaGUgQmVzdCBDZXJha290ZSBJbiBGbG9yaWRhIjtzOjEwOiJmcm9tX2VtYWlsIjtzOjI5OiJhZG1pbkBiZXN0Y2VyYWtvdGVmbG9yaWRhLmNvbSI7czo4OiJyZXBseV90byI7czoyOToiYWRtaW5AYmVzdGNlcmFrb3RlZmxvcmlkYS5jb20iO3M6MzoidXJsIjtzOjA6IiI7czoxMjoibm90aWZpY2F0aW9uIjtzOjgxOiJZb3VyIG1lc3NhZ2UgaGFzIGJlZW4gc2VudCwgdGhhbmsgeW91ISBZb3UnbGwgaGVhciBmcm9tIHVzIHdpdGhpbiB0aGUgbmV4dCAyNCBocnMiO319\" wfd-id=\"587\"></form>\n</div><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_slide_left\" data-css=\"tve-u-1621ef118dc\" style=\"\" wfd-id=\"84\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"85\"><img class=\"tve_image tve_evt_manager_listen tve_et_tve-viewport wp-image-282\" alt=\"Cerakote Certified Logo\" width=\"2148\" height=\"1968\" title=\"Cerakote Certified Logo\" data-id=\"282\" src=\"https://bestcerakoteflorida.com/wp-content/uploads/2018/09/CertifiedLogo.png\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_left&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" style=\"width: 100%;\"></span></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621ee4be73\" style=\"\" wfd-id=\"74\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ee22c43\" wfd-id=\"76\"><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-1695d995f33\" wfd-id=\"78\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=825 South Kings Highway, Fort Pierce&amp;t=m&amp;z=11&amp;output=embed&amp;iwloc=near\"></iframe>\n</div><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-1621ee18a1c\" wfd-id=\"77\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=davie, Florida 33317&amp;t=m&amp;z=11&amp;output=embed&amp;iwloc=near\"></iframe>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-custom-menu-inside\" data-css=\"tve-u-1621f0aa8f7\" wfd-id=\"28\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621f0ada0e\" wfd-id=\"69\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621f0b0088\" wfd-id=\"29\"><div class=\"thrv_wrapper thrv-columns tve-custom-menu-inside\" data-css=\"tve-u-1621f0d2c1a\" wfd-id=\"30\"><div class=\"tcb-flex-row tcb--cols--3 tcb-resized\" data-css=\"tve-u-1621f0cbe40\" wfd-id=\"31\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1695e826914\" style=\"\" wfd-id=\"61\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"63\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621f0da775\" wfd-id=\"64\"><p data-css=\"tve-u-1622444fb11\" style=\"text-align: center;\">Â© 2018, BLACKHAWK CUSTOM, LLC . All rights reserved.</p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1695e826ae0\" style=\"\" wfd-id=\"40\"><div class=\"tcb-col\" wfd-id=\"42\"><div class=\"thrv_wrapper thrv_widget_menu tve-custom-menu-upgrade tve-mobile-dropdown tve-menu-style-none tve-dropdown-icon-style_2\" data-tve-style=\"tve_horizontal\" data-tve-switch-icon=\"tablet,mobile\" data-css=\"tve-u-1695e821f4c\" tcb-template-name=\"Simple Underline Light\" tcb-template-id=\"28130\" data-ct=\"menu-28130\" style=\"\" wfd-id=\"43\">	<div class=\"thrive-shortcode-config\" style=\"display: none !important\" wfd-id=\"60\">__CONFIG_widget_menu__{\"menu_id\":\"custom\",\"color\":\"tve_red\",\"dir\":\"tve_horizontal\",\"font_class\":\"\",\"font_size\":\"\",\"ul_attr\":\"\",\"link_attr\":\"\",\"top_link_attr\":\"\",\"trigger_attr\":\"\",\"primary\":\"\",\"head_css\":\"\",\"background_hover\":\"\",\"main_hover\":\"\",\"child_hover\":\"\",\"group_edit\":[{\"css_id\":null,\"class\":\"\"},{\"css_id\":null,\"class\":\"\"},{\"css_id\":null,\"class\":\"\"},{\"css_id\":null,\"class\":\"\"}],\"menu_style\":\"none\",\"dropdown_icon\":\"style_2\",\"mobile_side\":\"\",\"mobile_icon\":\"\",\"switch_to_icon\":\"tablet,mobile\",\"template\":\"28130\",\"template_name\":\"Simple Underline Light\"}__CONFIG_widget_menu__</div>\n<div class=\"thrive-shortcode-html tve-menu-custom-type thrive-shortcode-html-editable tve-custom-menu-type tve_clearfix\" style=\"z-index: 8;\" wfd-id=\"44\">\n<a class=\"tve-m-trigger t_tve_horizontal tve_red\" href=\"javascript:void(0)\"><div class=\"thrv_wrapper thrv_icon tcb-icon-open tve-trigger-active\" data-not-changeable=\"true\" data-selector=\"[data-css=&quot;tve-u-1695e821f4c&quot;] .tcb-icon-open\" wfd-id=\"59\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 24\" data-name=\"align-justify\"><g><g><path class=\"st0\" d=\"M23,13H1c-0.6,0-1-0.4-1-1s0.4-1,1-1h22c0.6,0,1,0.4,1,1S23.6,13,23,13z\"></path></g><g><path class=\"st0\" d=\"M23,6.7H1c-0.6,0-1-0.4-1-1s0.4-1,1-1h22c0.6,0,1,0.4,1,1S23.6,6.7,23,6.7z\"></path></g><g><path class=\"st0\" d=\"M23,19.3H1c-0.6,0-1-0.4-1-1s0.4-1,1-1h22c0.6,0,1,0.4,1,1S23.6,19.3,23,19.3z\"></path></g></g></svg></div><div class=\"thrv_wrapper thrv_icon tcb-icon-close\" data-not-changeable=\"true\" data-selector=\"[data-css=&quot;tve-u-1695e821f4c&quot;] .tcb-icon-close\" wfd-id=\"58\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 24\" data-name=\"close\"><path class=\"st0\" d=\"M13.4,12l7.1-7.1c0.4-0.4,0.4-1,0-1.4s-1-0.4-1.4,0L12,10.6L4.9,3.5c-0.4-0.4-1-0.4-1.4,0s-0.4,1,0,1.4l7.1,7.1 l-7.1,7.1c-0.4,0.4-0.4,1,0,1.4c0.4,0.4,1,0.4,1.4,0l7.1-7.1l7.1,7.1c0.4,0.4,1,0.4,1.4,0c0.4-0.4,0.4-1,0-1.4L13.4,12z\"></path></svg></div></a><ul id=\"menu-main-menu\" class=\"tve_w_menu tve_horizontal tve-m-collapsed\" style=\"z-index: 6;\" wfd-id=\"45\"><li id=\"tcb_custom_menu_5402f616\" class=\"menu-item menu-item-type-post_type menu-item-object-page thrv_wrapper thrv-menu-item-element thrv-custom-menu-item\" data-selector=\"[data-css=&quot;tve-u-1695e821f4c&quot;] #tcb_custom_menu_5402f616\" data-tcb_hover_state_parent=\"\" wfd-id=\"55\"><a href=\"https://bestcerakoteflorida.com/privacy/\"><span class=\"tve-disabled-text-inner\" wfd-id=\"57\">Privacy</span><span class=\"tve-disabled-text-inner tve-item-dropdown-trigger\" wfd-id=\"56\"></span></a></li><li id=\"tcb_custom_menu_13475a66\" class=\"menu-item menu-item-type-post_type menu-item-object-page thrv_wrapper thrv-menu-item-element thrv-custom-menu-item active-expand-children\" data-selector=\"[data-css=&quot;tve-u-1695e821f4c&quot;] #tcb_custom_menu_13475a66\" data-tcb_hover_state_parent=\"\" wfd-id=\"52\"><a href=\"\"><span class=\"tve-disabled-text-inner\" wfd-id=\"54\">NAV#2</span><span class=\"tve-disabled-text-inner tve-item-dropdown-trigger\" wfd-id=\"53\"></span></a></li><li id=\"tcb_custom_menu_a19cc162\" class=\"menu-item menu-item-type-post_type menu-item-object-page thrv_wrapper thrv-menu-item-element thrv-custom-menu-item\" data-selector=\"[data-css=&quot;tve-u-1695e821f4c&quot;] #tcb_custom_menu_a19cc162\" data-tcb_hover_state_parent=\"\" wfd-id=\"49\"><a href=\"\"><span class=\"tve-disabled-text-inner\" wfd-id=\"51\">NAV#3</span><span class=\"tve-disabled-text-inner tve-item-dropdown-trigger\" wfd-id=\"50\"></span></a></li><li id=\"tcb_custom_menu_hgZvKxml\" class=\"menu-item menu-item-type-post_type menu-item-object-page thrv_wrapper thrv-menu-item-element thrv-custom-menu-item\" data-selector=\"[data-css=&quot;tve-u-1695e821f4c&quot;] #tcb_custom_menu_hgZvKxml\" data-tcb_hover_state_parent=\"\" wfd-id=\"46\"><a href=\"\"><span class=\"tve-disabled-text-inner\" wfd-id=\"48\">NAV#5</span><span class=\"tve-disabled-text-inner tve-item-dropdown-trigger\" wfd-id=\"47\"></span></a></li></ul></div>	</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1695e826b67\" wfd-id=\"32\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"34\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16223fe5f5b\" wfd-id=\"35\"><p data-css=\"tve-u-1621f0d874c\" style=\"text-align: center;\">Made with <a href=\"https://thrivethemes.com/\" target=\"_blank\" data-css=\"tve-u-1695e7e070d\">Thrive Architect</a></p></div></div></div></div></div></div>\n</div>\n\n'),(7344,598,'tve_revision_tve_content_more_found',''),(7345,598,'tve_revision_tve_save_post',''),(7346,598,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Montserrat:600,400,500,700&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Merriweather:400,700&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Special+Elite:400&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Poppins:400,800,900,300,700,&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Monda:400,700,&subset=latin\");@media (min-width: 300px){.tcb-plain-text { font-family: Monda; font-weight: 400; font-size: 14px; }#tve_editor [data-css=\"tve-u-1621b072b4e\"] p, #tve_editor [data-css=\"tve-u-1621b072b4e\"] li, #tve_editor [data-css=\"tve-u-1621b072b4e\"] blockquote, #tve_editor [data-css=\"tve-u-1621b072b4e\"] address, #tve_editor [data-css=\"tve-u-1621b072b4e\"] .tcb-plain-text, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h1, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h2, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h3, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h4, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h5, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h6 { color: rgb(18, 18, 18); }[data-css=\"tve-u-1621fe78878\"] .tcb-flex-col { flex-basis: 160px !important; }[data-css=\"tve-u-16417b70f47\"] { padding: 0px !important; margin: 0px !important; }#tve_editor [data-css=\"tve-u-1621fdcb4ea\"] { color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1641367127b\"] > :first-child { color: rgb(15, 29, 123); }[data-css=\"tve-u-1641367127b\"] { font-size: 60px; float: none; box-shadow: none; position: relative; z-index: 5; margin: 0px auto !important; }#tve_editor [data-css=\"tve-u-1641333d7d1\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-162717cb617\"] > .tcb-flex-col { padding-left: 0px; }#tve_editor [data-css=\"tve-u-16413112747\"] { color: rgb(255, 255, 255) !important; font-size: 15px !important; text-transform: capitalize !important; letter-spacing: 3px; font-family: Merriweather !important; font-weight: 400 !important; }[data-css=\"tve-u-16369305186\"] > .tve-cb { display: block; }#tve_editor [data-css=\"tve-u-162717cb609\"] p, #tve_editor [data-css=\"tve-u-162717cb609\"] li, #tve_editor [data-css=\"tve-u-162717cb609\"] blockquote, #tve_editor [data-css=\"tve-u-162717cb609\"] address, #tve_editor [data-css=\"tve-u-162717cb609\"] h1, #tve_editor [data-css=\"tve-u-162717cb609\"] h2, #tve_editor [data-css=\"tve-u-162717cb609\"] h3, #tve_editor [data-css=\"tve-u-162717cb609\"] h4, #tve_editor [data-css=\"tve-u-162717cb609\"] h5, #tve_editor [data-css=\"tve-u-162717cb609\"] h6 { color: rgb(255, 255, 255); }[data-css=\"tve-u-16369305186\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-162717cb621\"] .tve-page-section-in { display: flex; justify-content: center; flex-direction: column; }[data-css=\"tve-u-162717fcf9d\"] .tve-page-section-in { display: block; }[data-css=\"tve-u-1628a146aef\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1628a12f675\"] { padding: 0px !important; margin: 0px 0px 60px !important; }[data-css=\"tve-u-1628a10d3b4\"] { max-width: 100%; padding: 0px !important; margin: 0px 0px 60px !important; }#tve_editor [data-css=\"tve-u-162717cb618\"] p, #tve_editor [data-css=\"tve-u-162717cb618\"] li, #tve_editor [data-css=\"tve-u-162717cb618\"] blockquote, #tve_editor [data-css=\"tve-u-162717cb618\"] address, #tve_editor [data-css=\"tve-u-162717cb618\"] h1, #tve_editor [data-css=\"tve-u-162717cb618\"] h2, #tve_editor [data-css=\"tve-u-162717cb618\"] h3, #tve_editor [data-css=\"tve-u-162717cb618\"] h4, #tve_editor [data-css=\"tve-u-162717cb618\"] h5, #tve_editor [data-css=\"tve-u-162717cb618\"] h6 { color: rgb(0, 229, 255); }[data-css=\"tve-u-162718bd0c0\"] { clip-path: url(\"#clip-top-a3b25e1c9221a\"); -webkit-clip-path: url(\"#clip-top-a3b25e1c9221a\");  background-image: none !important; opacity: 1; filter: grayscale(0%) blur(0px); background-color: transparent !important; }[data-css=\"tve-u-162718a3b40\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-162717fcf9d\"] { z-index: 0 !important; padding: 170px 40px 0px !important; margin-top: -80px !important; }[data-css=\"tve-u-16260cd622f\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-16260cd7683\"]::after { clear: both; }[data-css=\"tve-u-16260cd622f\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin-top: 0px !important; margin-bottom: -1px !important; }[data-css=\"tve-u-16260be7104\"] { max-width: 1200px; }[data-css=\"tve-u-16260ba2fa4\"] { padding: 100px 40px !important; }[data-css=\"tve-u-162539c17ec\"] { line-height: 1.6em !important; }#tve_editor [data-css=\"tve-u-162493b6b63\"]:hover { background-color: rgb(248, 249, 251) !important; }#tve_editor [data-css=\"tve-u-1624939a960\"]:hover { background-color: rgb(248, 249, 251) !important; background-image: none !important; }#tve_editor [data-css=\"tve-u-162492e70ad\"] { color: rgb(137, 141, 167) !important; }[data-css=\"tve-u-162492815ba\"] { padding: 0px !important; margin-top: 25px !important; }[data-css=\"tve-u-162491e8e1f\"]::after { clear: both; }[data-css=\"tve-u-1622f65ba70\"] { border: none; background-image: none !important; padding: 0px 30px 30px !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-1622a159bcb\"] { max-width: 100%; float: none; z-index: 6; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; margin-top: 0px !important; }[data-css=\"tve-u-16229915e4e\"] { max-width: 62.8%; }[data-css=\"tve-u-16229915e1a\"] { max-width: 37.2%; }[data-css=\"tve-u-16225617da3\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-Brett.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16225611edb\"] { min-height: 127px; }[data-css=\"tve-u-1622561121b\"] { max-width: 127px; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-16224848ee5\"]::after { clear: both; }[data-css=\"tve-u-16224834cab\"]::after { clear: both; }[data-css=\"tve-u-1621ee3afec\"] > .tve-cb { display: block; }[data-css=\"tve-u-1621fe78878\"] > .tcb-flex-col { padding-left: 5px; }[data-css=\"tve-u-1621fe940b9\"] { max-width: 50%; }[data-css=\"tve-u-1621fe94086\"] { max-width: 50%; }[data-css=\"tve-u-1621fe85996\"] { max-width: 585px; float: left; z-index: 3; position: relative; width: 100%; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621fe78878\"] > .tcb-flex-col > .tcb-col { min-height: 65px; justify-content: center; }[data-css=\"tve-u-1621fe78878\"] { min-height: inherit; margin-left: -5px; padding: 0px !important; flex-wrap: wrap !important; }#tve_editor [data-css=\"tve-u-1621f4d0451\"] { font-size: 20px !important; }#tve_editor [data-css=\"tve-u-1621f4ceaf6\"] { font-size: 20px !important; color: rgb(12, 12, 12) !important; }[data-css=\"tve-u-1621f45bed3\"] { padding: 0px !important; }[data-css=\"tve-u-1621f114214\"] { float: none; max-width: 100%; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621f0da775\"] { padding: 0px !important; }#tve_editor [data-css=\"tve-u-1621f0d874c\"] { letter-spacing: 1px; color: rgb(255, 255, 255) !important; font-size: 14px !important; }[data-css=\"tve-u-1621f0d2c1a\"] { max-width: 100%; margin-left: 60px !important; margin-right: 60px !important; }[data-css=\"tve-u-1621f0aa8f7\"] .tve-page-section-in { display: flex; justify-content: center; flex-direction: column; }[data-css=\"tve-u-1621f0cbe40\"] { margin-left: 0px; padding: 0px !important; }[data-css=\"tve-u-1621f0cbe40\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-1621f0b0088\"] { max-width: 100%; min-height: 140px !important; }[data-css=\"tve-u-1621f0ada0e\"] { background-image: linear-gradient(rgb(22, 22, 24), rgb(22, 22, 24)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1621f0aa8f7\"] { padding: 0px !important; }[data-css=\"tve-u-1621efddaaf\"] { padding: 0px !important; }[data-css=\"tve-u-1621ef118dc\"] { width: 191px; position: relative; right: -50px; top: 0px; float: none; z-index: 3; margin: 0px auto !important; padding-left: 0px !important; left: 10px; }#tve_editor [data-css=\"tve-u-1621ee74a24\"] > :first-child { color: rgb(255, 255, 255); }[data-css=\"tve-u-1621ee74a24\"] { font-size: 60px; float: none; z-index: 3; position: relative; margin: 0px auto 10px !important; padding-top: 0px !important; box-shadow: none; }[data-css=\"tve-u-1621ee63e1c\"] { float: none; z-index: 3; position: relative; max-width: none; width: 100%; padding: 0px !important; margin: 0px auto 30px !important; }[data-css=\"tve-u-1621ee58e74\"] { background-color: rgba(0, 0, 0, 0.77) !important; border-right: 2px dotted rgb(0, 0, 0) !important; }[data-css=\"tve-u-1621ee3afec\"] { padding: 60px 10px 0px 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621ee22c43\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding-top: 0px !important; padding-left: 0px !important; }[data-css=\"tve-u-1621ee18a1c\"] { margin: 1px 20px 0px !important; box-shadow: none; }[data-css=\"tve-u-1621ee093d4\"] { margin-top: 0px !important; }[data-css=\"tve-u-1621ee03000\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1621ee03000\"] { margin-left: 0px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-1621ee03000\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-1621edf8048\"] { max-width: 100%; min-height: 1px !important; }[data-css=\"tve-u-1621ec454d9\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec43fe2\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec42aa7\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec3a5c0\"] { margin-top: 0px !important; margin-bottom: 10px !important; }[data-css=\"tve-u-1621ec37ea5\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec36a4d\"] { margin-bottom: 10px !important; }[data-css=\"tve-u-1621ea18c5d\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ea19a06\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ea1a5d7\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ea2c69a\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ea23322\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ec298ab\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ec2704c\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ec241aa\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ec05cc3\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec04541\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec009a8\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ebff867\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ebfe4ce\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621eb037bb\"] { padding: 0px !important; margin-top: 0px !important; margin-bottom: 30px !important; }[data-css=\"tve-u-1621eaff572\"] { color: rgb(15, 29, 123) !important; }[data-css=\"tve-u-1621ea50702\"] { max-width: 230px; float: none; z-index: 3; position: relative; width: 100%; padding: 0px !important; margin: 0px auto !important; }#tve_editor [data-css=\"tve-u-1621ea2c69a\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ea295c0\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ea295c0\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ea1fba7\"] > :first-child { color: rgb(137, 141, 167); }#tve_editor [data-css=\"tve-u-1621ea23322\"] { font-size: 16px !important; }[data-css=\"tve-u-1621ea1fba7\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }[data-css=\"tve-u-1621e99c314\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }[data-css=\"tve-u-1621e99b1db\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }[data-css=\"tve-u-1621e9993aa\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ea1a5d7\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ea19a06\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ea18c5d\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621e99c314\"] > :first-child { color: rgb(137, 141, 167); }#tve_editor [data-css=\"tve-u-1621e99b1db\"] > :first-child { color: rgb(137, 141, 167); }#tve_editor [data-css=\"tve-u-1621e9993aa\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621e8107f3\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621e942b65\"] strong { font-weight: 800; }[data-css=\"tve-u-1621e7e9950\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621e930bd7\"] { padding: 0px 0px 50px !important; }#tve_editor [data-css=\"tve-u-1621e92e97f\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1621e81f424\"] { border-radius: 200px; overflow: hidden; background-image: none !important; border: 3px solid rgb(255, 255, 255) !important; background-color: rgb(144, 147, 168) !important; }[data-css=\"tve-u-1621e819c52\"] { min-height: 110px; }[data-css=\"tve-u-1621e8107f3\"] { float: none; max-width: 110px; z-index: 4; padding: 0px !important; margin: -60px auto 30px !important; }[data-css=\"tve-u-1621e7edfd9\"] { clip-path: url(\"#clip-bottom-10ffac3b28f1d\"); -webkit-clip-path: url(\"#clip-bottom-10ffac3b28f1d\");  background-image: none !important; background-color: rgb(144, 147, 168) !important; }[data-css=\"tve-u-1621e7e9950\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1621e7e6c1d\"] { min-height: 150px; }[data-css=\"tve-u-1621e7c7aa1\"] > .tcb-flex-col { padding-left: 60px; }[data-css=\"tve-u-1621e7d5094\"] { min-height: 480px; }[data-css=\"tve-u-1621e7d234c\"] { box-shadow: rgba(0, 0, 0, 0.02) 0px 2px 22px 0px; background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1621e7ceab3\"] { float: none; width: 100%; padding: 0px 0px 20px !important; margin: 0px auto !important; }[data-css=\"tve-u-1621e7c899a\"] { float: none; max-width: 100%; margin: 0px auto !important; }[data-css=\"tve-u-1621e7c7aa1\"] { margin-left: -60px; padding: 0px !important; }[data-css=\"tve-u-1621e7b695a\"] { padding: 0px !important; margin-bottom: 100px !important; }#tve_editor [data-css=\"tve-u-1621e7a7350\"] { color: rgb(15, 29, 123) !important; }[data-css=\"tve-u-1621b3cfc7b\"] { filter: blur(0px); opacity: 1; background-image: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(220, 224, 246) 38%) !important; background-color: rgb(212, 212, 212) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1621b3c8c52\"] { padding: 100px 40px !important; }[data-css=\"tve-u-1621b3c74d9\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-1621b300a64\"]::after { clear: both; }[data-css=\"tve-u-1621b24a89d\"] { padding: 0px !important; }[data-css=\"tve-u-1621b22a018\"] { background-image: none !important; padding: 0px !important; }[data-css=\"tve-u-1621b200375\"] { float: none; max-width: 100%; border-left: 1px solid rgba(15, 29, 123, 0.7); border-right: 1px solid rgba(15, 29, 123, 0.7); background-color: rgb(248, 249, 251) !important; margin: 0px auto !important; }[data-css=\"tve-u-1621b10fccf\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621b0e4fb7\"] { border-right: none; max-width: 100%; padding: 0px !important; margin-bottom: 40px !important; margin-right: 0px !important; }[data-css=\"tve-u-1621b072b4e\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-1621b064668\"] { max-width: 52%; }[data-css=\"tve-u-1621b064646\"] { max-width: 48%; }[data-css=\"tve-u-1621afda4fa\"] { max-width: none; padding: 0px !important; margin-bottom: 40px !important; }#tve_editor [data-css=\"tve-u-1621afd8c98\"] { color: rgb(255, 255, 255) !important; font-size: 20px !important; }[data-css=\"tve-u-1621afceb00\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 80%; padding: 0px !important; margin-bottom: 50px !important; }#tve_editor [data-css=\"tve-u-1621afcc0bf\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1621a8a804b\"] > .tcb-flex-col { padding-left: 60px; }[data-css=\"tve-u-1621ae6c8da\"] { clip-path: url(\"#clip-top-aa2c3e3c70555\"); -webkit-clip-path: url(\"#clip-top-aa2c3e3c70555\");  background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-Cta-2.jpg\") !important; background-size: cover !important; background-position: 0% 100% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1621ae4fd21\"] { max-width: 100%; top: -70px; z-index: 5; left: -60px; position: relative !important; padding: 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-1621ae4db6e\"] { min-height: 524px; }[data-css=\"tve-u-1621ada1e7f\"] .tve-page-section-in { display: flex; flex-direction: column; justify-content: center; }[data-css=\"tve-u-1621adea58b\"] > .tcb-flex-col > .tcb-col { min-height: 1px; justify-content: center; }[data-css=\"tve-u-1621ae0bec7\"] { height: calc(100% - -22px); background-image: linear-gradient(rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.14)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; margin-left: 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621adea58b\"] > .tcb-flex-col { padding-left: 50px; }[data-css=\"tve-u-1621adea58b\"] { margin-left: -50px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-1621ade6172\"] { max-width: 100%; float: none; width: 100%; margin: 0px auto !important; }[data-css=\"tve-u-1621adba9ef\"] { clip-path: url(\"#clip-top-52d5a36c151aa\"); -webkit-clip-path: url(\"#clip-top-52d5a36c151aa\");  background-image: linear-gradient(rgba(15, 29, 123, 0.65), rgba(15, 29, 123, 0.65)), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-cta-bg.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-1621ada1e7f\"] { padding: 0px 40px !important; }[data-css=\"tve-u-1621ad46076\"] { padding: 100px 40px !important; margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1621ad420c4\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-1621a9076ef\"] { padding-top: 2px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-1621acf64fb\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621acf47d2\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1621acf0289\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621a8e11f3\"] { padding-top: 2px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-1621a8e5625\"] { padding-top: 2px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-1621ace4de9\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1621ace1b08\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1621a9a2867\"] strong { font-weight: 700; }#tve_editor [data-css=\"tve-u-1621a9a2867\"] { font-weight: 300; color: rgb(15, 29, 123) !important; font-family: Poppins !important; }[data-css=\"tve-u-1621a9750ae\"] { font-size: 13.6px !important; line-height: 13.6px !important; }[data-css=\"tve-u-1621a9a2867\"] { font-size: 48px !important; line-height: 48px !important; }[data-css=\"tve-u-1621a9a2866\"] { margin-top: 40px !important; }[data-css=\"tve-u-1621a9a2862\"] { width: 160px !important; height: 160px !important; background-color: rgb(137, 141, 167) !important; }[data-css=\"tve-u-1621a98b602\"] { stroke-dasharray: 502.655, 502.655; }[data-css=\"tve-u-1621a983587\"] { float: none; border: 30px solid rgba(137, 141, 167, 0.24); z-index: 3; position: relative; margin: 30px auto 0px !important; padding: 0px !important; }[data-css=\"tve-u-1621a9750ae\"] strong { font-weight: 700; }#tve_editor [data-css=\"tve-u-1621a9750ae\"] { color: rgb(255, 255, 255) !important; font-family: Monda !important; }[data-css=\"tve-u-1621a96b190\"] { background-color: rgb(231, 229, 229); width: 144px !important; height: 144px !important; top: 8px !important; bottom: 8px !important; left: 8px !important; right: 8px !important; }[data-css=\"tve-u-1621a9685d4\"] { stroke: rgb(248, 251, 253) !important; stroke-width: 17px !important; }[data-css=\"tve-u-1621a8a804b\"] > .tcb-flex-col > .tcb-col { min-height: 445px; justify-content: center; }[data-css=\"tve-u-1621a90a46f\"] { background-image: radial-gradient(rgba(255, 255, 255, 0.51) 16%, rgb(255, 255, 255) 73%), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-100-clean.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }#tve_editor [data-css=\"tve-u-1621a9076ef\"] > :first-child { color: rgb(15, 29, 123); }#tve_editor [data-css=\"tve-u-1621a8e5625\"] > :first-child { color: rgb(15, 29, 123); }#tve_editor [data-css=\"tve-u-1621a8e11f3\"] > :first-child { color: rgb(15, 29, 123); }[data-css=\"tve-u-1621a8c4313\"] { padding: 0px !important; margin-bottom: 60px !important; }[data-css=\"tve-u-1621a8b2488\"] { float: none; max-width: 100%; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621a8a804b\"] { min-height: inherit; margin-left: -60px; padding: 0px !important; }[data-css=\"tve-u-1621a2e0d5b\"] { line-height: 1em !important; }[data-css=\"tve-u-1621a2247ba\"] { max-width: 100%; float: none; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; }#tve_editor [data-css=\"tve-u-1620af7eb3f\"] .tcb-button-link { font-size: 18px; color: rgb(15, 29, 123) !important; }#tve_editor [data-css=\"tve-u-1620af7eb3f\"]:hover strong { font-weight: 700 !important; }[data-css=\"tve-u-1620af7eb3f\"] { width: 268px; float: left; z-index: 3; position: relative; display: block; max-width: 268px; margin-bottom: 0px !important; margin-top: 0px !important; margin-left: 3px !important; }#tve_editor [data-css=\"tve-u-1620af7eb3f\"]:hover .tcb-button-link { color: rgb(255, 255, 255) !important; border-radius: 200px !important; overflow: hidden !important; font-family: Monda !important; font-weight: 400 !important; text-shadow: none !important; background-image: none !important; background-color: rgb(15, 29, 123) !important; }[data-css=\"tve-u-1620af7eb3f\"] .tcb-button-link { border-radius: 200px; min-height: 54.7619px; font-size: 1.33333em; padding-top: 0px; padding-bottom: 0px; background-image: none !important; background-color: rgb(255, 255, 255) !important; padding-right: 15px !important; }#tcb_landing_page a:not(.tcb-button-link).tve_state_hover { color: rgb(35, 55, 188); }#tcb_landing_page a:not(.tcb-button-link):hover { color: rgb(35, 55, 188); }#tcb_landing_page a:not(.tcb-button-link) { color: rgb(255, 255, 255); }#tcb_landing_page input strong { font-weight: 700; }#tcb_landing_page .tcb-button-link strong { font-weight: 700; }#tcb_landing_page p strong, #tcb_landing_page li strong { font-weight: 700; }#tcb_landing_page input { font-family: Merriweather; font-weight: 400; }#tcb_landing_page .tcb-button-link { font-family: Merriweather; font-weight: 400; }#tcb_landing_page p, #tcb_landing_page li { color: rgb(12, 12, 12); font-family: Merriweather; font-weight: 400; line-height: 1.5em; font-size: 16px; }#tcb_landing_page h6 { text-transform: uppercase; font-size: 14px; color: rgb(0, 0, 0); font-family: \"Special Elite\"; font-weight: 400; letter-spacing: 1px; line-height: 1.3em; }#tcb_landing_page h5 { font-size: 22px; color: rgb(12, 12, 12); font-family: \"Special Elite\"; font-weight: 400; line-height: 1.3em; }#tcb_landing_page h4 { font-size: 24px; color: rgb(12, 12, 12); font-family: \"Special Elite\"; font-weight: 400; line-height: 1.3em; }#tcb_landing_page h3 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(12, 12, 12); font-size: 26px; line-height: 1.3em; }#tcb_landing_page h2 { color: rgb(0, 0, 0); font-size: 30px; letter-spacing: 2px; text-transform: uppercase; line-height: 1.3em; font-family: \"Special Elite\"; font-weight: 400; }#tcb_landing_page h1 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(0, 0, 0); font-size: 42px; line-height: 1.3em; }[data-css=\"tve-u-15e09c94f7d\"] { background-color: rgb(231, 229, 229) !important; }[data-css=\"tve-u-1621b01355a\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621b01355a\"] { max-width: 274px; position: relative; float: left; z-index: 3; width: 100%; padding: 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-1621b028939\"] .tcb-button-link { font-size: 18px; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1621b028939\"]:hover strong { font-weight: 700 !important; }[data-css=\"tve-u-1621b028939\"] { display: block; max-width: 268px; width: 268px; top: 0px; left: 0px; float: left; z-index: 3; position: relative; margin-bottom: 0px !important; margin-top: 0px !important; }#tve_editor [data-css=\"tve-u-1621b028939\"]:hover .tcb-button-link { background-color: rgb(255, 255, 255) !important; color: rgb(15, 29, 123) !important; overflow: hidden !important; font-family: Monda !important; background-image: none !important; text-align: center !important; }[data-css=\"tve-u-1621b028939\"] .tcb-button-link { min-height: 54.7619px; font-size: 1.33333em; padding-top: 0px; padding-bottom: 0px; border: 1px solid rgb(255, 255, 255); border-radius: 30px; overflow: hidden; background-color: rgba(26, 188, 156, 0.01) !important; padding-right: 15px !important; color: rgb(26, 188, 156) !important; }[data-css=\"tve-u-1621b08fdde\"] { border-radius: 200px; overflow: hidden; border: 1px solid rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1621b01355a\"]:hover [data-css=\"tve-u-1621b08fdde\"] { border: 1px solid rgba(255, 255, 255, 0.4) !important; }[data-css=\"tve-u-1621b30ca74\"]::after { clear: both; }#tve_editor [data-css=\"tve-u-1621e942b65\"] { font-weight: 400; letter-spacing: 0px; color: rgb(255, 255, 255) !important; font-family: Poppins !important; font-size: 30px !important; }[data-css=\"tve-u-1621e94cb4e\"] { float: none; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621eaaedd8\"] { clip-path: url(\"#clip-bottom-a2b9cf3198d6f\"); -webkit-clip-path: url(\"#clip-bottom-a2b9cf3198d6f\");  background-image: none !important; background-color: rgb(5, 10, 42) !important; }[data-css=\"tve-u-1621eab272c\"] { border-radius: 200px; overflow: hidden; background-image: none !important; border: 3px solid rgb(255, 255, 255) !important; background-color: rgb(5, 10, 42) !important; }[data-css=\"tve-u-1621eacf6af\"] { max-width: 230px; float: none; z-index: 3; position: relative; padding: 0px !important; margin: 0px auto !important; }[data-css=\"tve-u-1621eb3eb9f\"] { clip-path: url(\"#clip-bottom-ac98bb0e54b3b\"); -webkit-clip-path: url(\"#clip-bottom-ac98bb0e54b3b\");  background-image: none !important; background-color: rgb(45, 51, 89) !important; }[data-css=\"tve-u-1621eb43d8d\"] { border-radius: 200px; overflow: hidden; background-image: none !important; border: 3px solid rgb(255, 255, 255) !important; background-color: rgb(45, 51, 89) !important; }[data-css=\"tve-u-1621eb7ccb0\"] { min-height: 530px; }[data-css=\"tve-u-1621eb81205\"] { padding: 0px 0px 20px !important; margin-top: -25px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621ebbbb6d\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621ebbbb6d\"] { max-width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1621ebf340c\"] { max-width: 230px; float: none; z-index: 3; position: relative; width: 100%; padding: 0px !important; margin: 0px auto !important; }[data-css=\"tve-u-1621ebfa746\"] { padding: 0px !important; margin-top: 0px !important; margin-bottom: 30px !important; }#tve_editor [data-css=\"tve-u-1621ebfe4ce\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ebff867\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ec009a8\"] { font-size: 16px !important; }[data-css=\"tve-u-1621ec09a3c\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; margin: 0px !important; }#tve_editor [data-css=\"tve-u-1621ec09a3c\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ec0c5bd\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; margin: 0px !important; }#tve_editor [data-css=\"tve-u-1621ec0c5bd\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ec15f6e\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ec15f6e\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ec204df\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ec204df\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ec20f68\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ec20f68\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ec21a31\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ec21a31\"] > :first-child { color: rgb(137, 141, 167); }#tve_editor [data-css=\"tve-u-1621ec241aa\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ec2704c\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ec298ab\"] { font-size: 16px !important; }[data-css=\"tve-u-1621ec6c39b\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621ec6c39b\"] { float: none; max-width: 110px; z-index: 4; padding: 0px !important; margin: -60px auto 30px !important; }[data-css=\"tve-u-1621ec752da\"] { min-height: 110px; }[data-css=\"tve-u-1621ec78d2c\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621ec78d2c\"] { float: none; max-width: 110px; z-index: 4; padding: 0px !important; margin: -60px auto 30px !important; }[data-css=\"tve-u-1621ec79a7d\"] { min-height: 110px; }[data-css=\"tve-u-1621ec7f21a\"] { min-height: 160px; }[data-css=\"tve-u-1621f154231\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-1621f154231\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin: 0px 0px -1px !important; }[data-css=\"tve-u-1621f15b521\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-1621f15b521\"] { float: right; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin-top: -1px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621f4ceaf7\"] { color: rgb(15, 29, 123) !important; }[data-css=\"tve-u-1621fb65556\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-1621fb65556\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-1621fb65556\"] { min-height: inherit; margin-left: -20px; padding: 0px !important; }[data-css=\"tve-u-1621fb68b97\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-1621fb68b97\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-1621fb68b97\"] { min-height: inherit; margin-left: -30px; padding: 30px !important; }[data-css=\"tve-u-1621fbacc60\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621fbcad8c\"] { padding: 0px !important; }[data-css=\"tve-u-1621fc0ce17\"] { padding: 0px !important; margin-bottom: 15px !important; }[data-css=\"tve-u-1621fd84d7b\"] { min-height: 480px; }[data-css=\"tve-u-1621fd8766c\"] { min-height: 150px; }[data-css=\"tve-u-1621fd9c946\"] { padding: 0px 0px 20px !important; margin-top: 0px !important; margin-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-1621fe1587d\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1621fe1725e\"] strong { font-weight: 800; }#tve_editor [data-css=\"tve-u-1621fe1725e\"] { font-weight: 400; letter-spacing: 0px; color: rgb(255, 255, 255) !important; font-family: Poppins !important; font-size: 30px !important; }#tve_editor [data-css=\"tve-u-1621fe1a1af\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1621fe1bd18\"] strong { font-weight: 800; }#tve_editor [data-css=\"tve-u-1621fe1bd18\"] { font-weight: 400; letter-spacing: 0px; color: rgb(255, 255, 255) !important; font-family: Poppins !important; font-size: 30px !important; }[data-css=\"tve-u-16223b080b0\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-16223b080b0\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-16223f02c16\"] { min-height: 62px; }[data-css=\"tve-u-16223fe5f5b\"] { padding: 0px !important; }[data-css=\"tve-u-16224439be1\"] { padding: 0px !important; }#tve_editor [data-css=\"tve-u-1622444fb11\"] { letter-spacing: 1px; color: rgb(137, 141, 167) !important; font-size: 14px !important; }#tve_editor [data-css=\"tve-u-16228c764b2\"] { font-size: 18px !important; }[data-css=\"tve-u-16229f6175c\"] { border: none; margin: 80px 0px 0px !important; background-image: none !important; }[data-css=\"tve-u-16229fa6a26\"] { border: none; box-shadow: none; padding: 0px 30px 30px !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-16229fa8c68\"] { border: none; padding: 0px 30px 30px !important; background-image: none !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col > .tcb-col { min-height: 244px; }[data-css=\"tve-u-16229ffbb7b\"] { margin-left: -30px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16248fc42a1\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-16248fc42a1\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-16248fc71c8\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-16249355087\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-16249355087\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-16249358652\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-16249358652\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-1624935a201\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-1624935a201\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-16249367114\"] { border: none; margin: 30px 0px 0px !important; background-image: none !important; }[data-css=\"tve-u-16249373b25\"] { border: none; padding: 0px 30px 30px !important; background-image: linear-gradient(rgb(248, 249, 251), rgb(248, 249, 251)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1624939a960\"] { border: none; box-shadow: none; padding: 0px 30px 30px !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-162493a03b0\"] > .tcb-flex-col > .tcb-col { min-height: 244px; }[data-css=\"tve-u-162493a03b0\"] { margin-left: -30px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-162493a03b0\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-162493b6b63\"] { border: none; background-image: none !important; padding: 0px 30px 30px !important; background-color: rgb(248, 249, 251) !important; }#tve_editor [data-css=\"tve-u-162493d5f13\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-162493d5f13\"] { font-size: 30px; width: 30px; height: 30px; top: 0px; left: 0px; display: block; position: static; z-index: 8; border-bottom: 1px solid rgb(10, 93, 165); border-top: none; border-right: none; border-left: none; border-image: initial; margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-162494b490e\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-162494b7ad0\"] { padding: 0px !important; margin-top: 25px !important; margin-left: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-1625389a3d5\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-1625389a3d5\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-1625389b4ed\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-1625389b4ed\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-162539ac577\"] { max-width: 39%; }[data-css=\"tve-u-162539ac57d\"] { max-width: 61%; }#tve_editor [data-css=\"tve-u-162539c17ec\"] { font-size: 16px !important; color: rgba(12, 12, 12, 0.7) !important; }[data-css=\"tve-u-16260c39a7e\"] { float: none; max-width: 100%; border-left: 1px solid rgba(15, 29, 123, 0.7); border-right: 1px solid rgba(15, 29, 123, 0.7); margin: 0px auto !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-16260c433e9\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-Rosie.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16260c5ff07\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-16260c5ff07\"] { float: right; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin: -1px 0px 0px !important; }[data-css=\"tve-u-16260c5ff0c\"]::after { clear: both; }[data-css=\"tve-u-16260d01208\"] { max-width: 37%; }[data-css=\"tve-u-16260d0120e\"] { max-width: 63%; }[data-css=\"tve-u-16260d39b83\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-16260d39b83\"] { float: right; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin-top: -1px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-16260d3b97e\"]::after { clear: both; }[data-css=\"tve-u-16260d3f4aa\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16260d3f4aa\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-16260d3f4aa\"] { min-height: inherit; margin-left: -30px; padding: 30px !important; }[data-css=\"tve-u-16260d3f4af\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-16260d3f4af\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-16260d3f4af\"] { min-height: inherit; margin-left: -20px; padding: 0px !important; }[data-css=\"tve-u-16260d5e4b8\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-Shawn.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16260d73672\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-16260d73672\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin-top: 0px !important; margin-bottom: -1px !important; }[data-css=\"tve-u-16260d8392c\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16260d8392c\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-16260d8392c\"] { min-height: inherit; margin-left: -30px; padding: 30px !important; }[data-css=\"tve-u-16260d8396c\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-16260d8396c\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-16260d8396c\"] { min-height: inherit; margin-left: -20px; padding: 0px !important; }[data-css=\"tve-u-16260da3aa7\"] { float: none; max-width: 100%; border-left: 1px solid rgba(15, 29, 123, 0.7); border-right: 1px solid rgba(15, 29, 123, 0.7); margin: 0px auto !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-162717cb600\"] { max-width: 58.2%; }[data-css=\"tve-u-162717cb601\"] { max-width: 41.8%; }[data-css=\"tve-u-162717cb609\"]::after { clear: both; }[data-css=\"tve-u-162717cb60a\"] { padding-right: 50px !important; padding-bottom: 80px !important; padding-top: 20px !important; }[data-css=\"tve-u-162717cb60b\"]::after { clear: both; }[data-css=\"tve-u-162717cb60b\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-162717cb60f\"] { padding: 0px !important; margin-bottom: 25px !important; }[data-css=\"tve-u-162717cb610\"] { padding: 0px !important; margin-bottom: 35px !important; box-shadow: none !important; }#tve_editor [data-css=\"tve-u-162717cb616\"] { text-shadow: rgb(0, 0, 0) 2px 2px 2px; text-transform: none !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-162717cb617\"] { margin-left: 0px; padding: 0px !important; }[data-css=\"tve-u-162717cb618\"] { max-width: none; margin-top: 0px !important; }[data-css=\"tve-u-162717cb620\"] { clip-path: url(\"#clip-bottom-c883ac5175045\"); -webkit-clip-path: url(\"#clip-bottom-c883ac5175045\");  opacity: 1; filter: grayscale(0%) blur(0px); background-image: linear-gradient(rgba(0, 0, 0, 0.57), rgba(0, 0, 0, 0.57)), url(\"https://bestcerakoteflorida.com/wp-content/uploads/2018/05/FTYS6743.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, fixed !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-162717cb609\"] { max-width: 1200px; min-height: 630px !important; }[data-css=\"tve-u-162717cb621\"] { z-index: 1; padding: 125px 40px 0px !important; margin-top: -130px !important; }[data-css=\"tve-u-162717d1bb6\"] { border-right: 1px solid rgba(255, 255, 255, 0.2); }[data-css=\"tve-u-162717d1bb7\"] { max-width: 23.7%; }[data-css=\"tve-u-162717d1bb9\"] { max-width: 42.9%; }[data-css=\"tve-u-162717d1bbc\"] { border-left: none; padding: 0px !important; }[data-css=\"tve-u-162717d1bbe\"] { border-bottom: 1px solid rgba(255, 255, 255, 0.2); float: none; width: 100%; position: relative; z-index: 10; max-width: 1600px; margin: 0px auto !important; }[data-css=\"tve-u-162717d1bbf\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-162717d1bbf\"] > .tcb-flex-col { padding-left: 17px; }[data-css=\"tve-u-162717d1bbf\"] { margin-left: -17px; min-height: inherit; padding: 5px 0px 0px 40px !important; }#tve_editor [data-css=\"tve-u-162717d1bbe\"] p, #tve_editor [data-css=\"tve-u-162717d1bbe\"] li, #tve_editor [data-css=\"tve-u-162717d1bbe\"] blockquote, #tve_editor [data-css=\"tve-u-162717d1bbe\"] address { font-size: 16px; }#tve_editor [data-css=\"tve-u-16271adf6cf\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-16271adf6cf\"] { font-size: 30px; width: 30px; height: 30px; top: 22px; left: 20px; border-bottom: 1px solid rgb(10, 93, 165); margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1641367e553\"] > :first-child { color: rgba(15, 29, 123, 0.12); }[data-css=\"tve-u-1641367e553\"] { font-size: 60px; float: none; box-shadow: none; width: 60px; height: 60px; margin: -55px auto 60px !important; padding-right: 17px !important; }[data-css=\"tve-u-16416e4fafd\"] { box-shadow: rgba(0, 0, 0, 0.02) 0px 2px 22px 0px; background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16416e603ab\"] { box-shadow: rgba(0, 0, 0, 0.12) 0px 3px 44px 0px; background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-164179a84b8\"] > .tve-cb { display: block; }[data-css=\"tve-u-164179a84b8\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-164179bced9\"] { border-right: none; padding: 3px 0px 0px !important; position: static !important; }[data-css=\"tve-u-16417b4cb9e\"] { padding: 0px 0px 50px !important; }[data-css=\"tve-u-16417b62c09\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-16417b662bf\"] { margin-top: 0px !important; margin-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-16417e5bd95\"] > :first-child { color: rgb(255, 255, 255); }[data-css=\"tve-u-16417e5bd95\"] { z-index: 4; position: relative; float: left; font-size: 25px !important; width: 25px !important; height: 25px !important; margin: 3px 15px 0px 0px !important; padding-left: 0px !important; }[data-css=\"tve-u-1641c1af44d\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1641c1b01a6\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1641c1b0a67\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1641c1b12d8\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }#tve_editor [data-css=\"tve-u-1641c1b33f9\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-1641c1b33f9\"] { font-size: 30px; width: 30px; height: 30px; top: 22px; left: 20px; border-bottom: 1px solid rgb(10, 93, 165); margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1641c1b456a\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-1641c1b456a\"] { font-size: 30px; width: 30px; height: 30px; top: 22px; left: 20px; border-bottom: 1px solid rgb(10, 93, 165); margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1641c1b52d3\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-1641c1b52d3\"] { font-size: 30px; width: 30px; height: 30px; top: 22px; left: 20px; border-bottom: 1px solid rgb(10, 93, 165); margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1641c1b60b4\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-1641c1b60b4\"] { font-size: 30px; width: 30px; height: 30px; top: 22px; left: 20px; border-bottom: 1px solid rgb(10, 93, 165); margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }#tcb_landing_page .tcb-plain-text { color: rgb(0, 0, 0); font-family: Merriweather; font-weight: 400; }#tcb_landing_page .tcb-plain-text strong { font-weight: 700; }[data-css=\"tve-u-162717d1bbe\"] p { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-162717d1bbe\"] h3 { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-1695981e7bb\"] { max-width: 33.3545%; }[data-css=\"tve-u-16959822de2\"] { width: 291px; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-16959846d3d\"] { margin-top: 0px !important; }[data-css=\"tve-u-16959cd1e7a\"] { margin-top: 10px !important; }[data-css=\"tve-u-1695a3002e2\"] .tcb-button-link { border-radius: 4px; border-bottom: 4px solid rgb(117, 0, 23); border-top-color: rgb(198, 225, 224); border-right-color: rgb(198, 225, 224); border-left-color: rgb(198, 225, 224); background-image: none !important; background-color: rgb(143, 2, 32) !important; padding-right: 25px !important; }#tve_editor [data-css=\"tve-u-1695a3002e2\"]:hover .tcb-button-link { background-color: rgb(132, 1, 28) !important; }#tve_editor [data-css=\"tve-u-1695a36117b\"] { color: rgb(255, 255, 255) !important; font-size: 15px !important; text-transform: capitalize !important; letter-spacing: 3px; font-family: Merriweather !important; font-weight: 400 !important; }[data-css=\"tve-u-1695d995f33\"] { box-shadow: none; margin: 0px 20px -25px !important; }#tve_editor [data-css=\"tve-u-1695d9d652a\"]:hover input, #tve_editor [data-css=\"tve-u-1695d9d652a\"]:hover textarea { box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 9px -3px !important; }#tve_editor [data-css=\"tve-u-1695d9d6528\"]:hover input, #tve_editor [data-css=\"tve-u-1695d9d6528\"]:hover textarea { box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 9px -3px !important; }#tve_editor [data-css=\"tve-u-1695d9d6526\"]:hover input, #tve_editor [data-css=\"tve-u-1695d9d6526\"]:hover textarea { box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 9px -3px !important; }#tve_editor [data-css=\"tve-u-1695d9d6529\"] { font-family: \"Courier New\", Courier, monospace; font-weight: 700; font-size: 13px; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1695d9d6527\"] { font-family: \"Courier New\", Courier, monospace; font-weight: 700; font-size: 13px; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1695d9d6525\"] { font-family: \"Courier New\", Courier, monospace; font-weight: 700; font-size: 13px; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1695d9d652a\"] input, [data-css=\"tve-u-1695d9d652a\"] textarea { box-shadow: rgba(0, 0, 0, 0.25) 0px 2px 9px -6px; background-image: none !important; }[data-css=\"tve-u-1695d9d6528\"] input, [data-css=\"tve-u-1695d9d6528\"] textarea { box-shadow: rgba(0, 0, 0, 0.25) 0px 2px 9px -6px; background-image: none !important; }[data-css=\"tve-u-1695d9d6526\"] input, [data-css=\"tve-u-1695d9d6526\"] textarea { box-shadow: rgba(0, 0, 0, 0.25) 0px 2px 9px -6px; background-image: none !important; }[data-css=\"tve-u-1695d9d6529\"] { text-transform: capitalize; letter-spacing: 1px; font-weight: normal !important; }[data-css=\"tve-u-1695d9d6527\"] { text-transform: capitalize; letter-spacing: 1px; font-weight: normal !important; }[data-css=\"tve-u-1695d9d6525\"] { text-transform: capitalize; letter-spacing: 1px; font-weight: normal !important; }#tve_editor [data-css=\"tve-u-1695d9d652a\"] input, #tve_editor [data-css=\"tve-u-1695d9d652a\"] textarea { border-radius: 4px; overflow: hidden; border: 1px solid rgb(237, 240, 243); }#tve_editor [data-css=\"tve-u-1695d9d6528\"] input, #tve_editor [data-css=\"tve-u-1695d9d6528\"] textarea { border-radius: 4px; overflow: hidden; border: 1px solid rgb(237, 240, 243); }#tve_editor [data-css=\"tve-u-1695d9d6526\"] input, #tve_editor [data-css=\"tve-u-1695d9d6526\"] textarea { border-radius: 4px; overflow: hidden; border: 1px solid rgb(237, 240, 243); }[data-css=\"tve-u-1695dd04208\"] { margin-bottom: 10px !important; border-radius: 11px; overflow: hidden; }#tve_editor [data-css=\"tve-u-1695dd27f6a\"] button { border-radius: 8px; background-image: none !important; background-color: rgb(143, 2, 32) !important; border-color: rgb(131, 148, 139); padding: 10px !important; font-weight: 400 !important; font-family: \"Special Elite\"; text-transform: uppercase; font-size: 17px; }#tve_editor [data-css=\"tve-u-1695dd27f6a\"]:hover button { background-color: rgb(75, 105, 89) !important; border-color: rgb(1, 2, 2) rgb(0, 0, 0) rgb(1, 2, 2) rgb(1, 2, 2) !important; }#tve_editor [data-css=\"tve-u-1695dd27f6a\"] { max-width: 30%; width: 30%; }[data-css=\"tve-u-1695dd27f6a\"] { margin-left: auto !important; margin-right: auto !important; float: none; }[data-css=\"tve-u-1695dd484d7\"] { border-radius: 11px; overflow: hidden; margin-bottom: 10px !important; }#tve_editor .thrv-content-box [data-css=\"tve-u-1621ee37f4a\"] p, #tve_editor .thrv-content-box [data-css=\"tve-u-1621ee37f4a\"] li, #tve_editor .thrv-content-box [data-css=\"tve-u-1621ee37f4a\"] blockquote, #tve_editor .thrv-content-box [data-css=\"tve-u-1621ee37f4a\"] address, #tve_editor .thrv-content-box [data-css=\"tve-u-1621ee37f4a\"] .tcb-plain-text, #tve_editor .thrv-content-box [data-css=\"tve-u-1621ee37f4a\"] label, #tve_editor .thrv-content-box [data-css=\"tve-u-1621ee37f4a\"] h1, #tve_editor .thrv-content-box [data-css=\"tve-u-1621ee37f4a\"] h2, #tve_editor .thrv-content-box [data-css=\"tve-u-1621ee37f4a\"] h3, #tve_editor .thrv-content-box [data-css=\"tve-u-1621ee37f4a\"] h4, #tve_editor .thrv-content-box [data-css=\"tve-u-1621ee37f4a\"] h5, #tve_editor .thrv-content-box [data-css=\"tve-u-1621ee37f4a\"] h6 { color: rgb(255, 255, 255); }#tve_editor [data-css=\"tve-u-1695d9d6526\"] input, #tve_editor [data-css=\"tve-u-1695d9d6526\"] input::placeholder, #tve_editor [data-css=\"tve-u-1695d9d6526\"] textarea, #tve_editor [data-css=\"tve-u-1695d9d6526\"] textarea::placeholder { color: rgb(0, 0, 0); }#tve_editor [data-css=\"tve-u-1695d9d6528\"] input, #tve_editor [data-css=\"tve-u-1695d9d6528\"] input::placeholder, #tve_editor [data-css=\"tve-u-1695d9d6528\"] textarea, #tve_editor [data-css=\"tve-u-1695d9d6528\"] textarea::placeholder { color: rgb(0, 0, 0); }#tve_editor [data-css=\"tve-u-1695d9d652a\"] input, #tve_editor [data-css=\"tve-u-1695d9d652a\"] input::placeholder, #tve_editor [data-css=\"tve-u-1695d9d652a\"] textarea, #tve_editor [data-css=\"tve-u-1695d9d652a\"] textarea::placeholder { color: rgb(0, 0, 0); }#tve_editor [data-css=\"tve-u-1695de16011\"] { font-size: 16px !important; text-transform: capitalize !important; letter-spacing: 3px; }[data-css=\"tve-u-1695de16011\"] { line-height: 1.35em !important; }[data-css=\"tve-u-1695a36117b\"] { line-height: 1.35em !important; }[data-css=\"tve-u-16413112747\"] { line-height: 1.35em !important; }[data-css=\"tve-u-1695a36117b\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-16413112747\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-1621f0cbe40\"] > .tcb-flex-col > .tcb-col { justify-content: center; }#tve_editor [data-css=\"tve-u-1621f0b0088\"] p, #tve_editor [data-css=\"tve-u-1621f0b0088\"] li, #tve_editor [data-css=\"tve-u-1621f0b0088\"] blockquote, #tve_editor [data-css=\"tve-u-1621f0b0088\"] address, #tve_editor [data-css=\"tve-u-1621f0b0088\"] .tcb-plain-text, #tve_editor [data-css=\"tve-u-1621f0b0088\"] label, #tve_editor [data-css=\"tve-u-1621f0b0088\"] h1, #tve_editor [data-css=\"tve-u-1621f0b0088\"] h2, #tve_editor [data-css=\"tve-u-1621f0b0088\"] h3, #tve_editor [data-css=\"tve-u-1621f0b0088\"] h4, #tve_editor [data-css=\"tve-u-1621f0b0088\"] h5, #tve_editor [data-css=\"tve-u-1621f0b0088\"] h6 { color: rgb(255, 255, 255); }[data-css=\"tve-u-1621f0b0088\"] p { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-1621f0b0088\"] h3 { margin: 0px !important; padding: 0px !important; }#tve_editor [data-css=\"tve-u-1621f0d2c1a\"] p, #tve_editor [data-css=\"tve-u-1621f0d2c1a\"] li, #tve_editor [data-css=\"tve-u-1621f0d2c1a\"] blockquote, #tve_editor [data-css=\"tve-u-1621f0d2c1a\"] address, #tve_editor [data-css=\"tve-u-1621f0d2c1a\"] .tcb-plain-text, #tve_editor [data-css=\"tve-u-1621f0d2c1a\"] label, #tve_editor [data-css=\"tve-u-1621f0d2c1a\"] h1, #tve_editor [data-css=\"tve-u-1621f0d2c1a\"] h2, #tve_editor [data-css=\"tve-u-1621f0d2c1a\"] h3, #tve_editor [data-css=\"tve-u-1621f0d2c1a\"] h4, #tve_editor [data-css=\"tve-u-1621f0d2c1a\"] h5, #tve_editor [data-css=\"tve-u-1621f0d2c1a\"] h6 { color: rgb(255, 255, 255); }#tve_editor [data-css=\"tve-u-1695e7e070d\"] { color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_5402f616 > a { font-family: Montserrat; font-weight: 400; fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; font-size: 13px !important; }#tve_editor [data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_13475a66 > a { font-family: Montserrat; font-weight: 400; fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; font-size: 13px !important; }#tve_editor [data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_a19cc162 > a { font-family: Montserrat; font-weight: 400; fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; font-size: 13px !important; }#tve_editor [data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_hgZvKxml > a { font-family: Montserrat; font-weight: 400; fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; font-size: 13px !important; }[data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_5402f616 { text-transform: uppercase; border-bottom: 1px solid rgba(84, 84, 98, 0); border-top: none; border-right: none; border-left: none; border-image: initial; margin-right: 30px !important; padding: 10px 9px !important; margin-left: 30px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_13475a66 { text-transform: uppercase; border-bottom: 1px solid rgba(84, 84, 98, 0); border-top: none; border-right: none; border-left: none; border-image: initial; margin-right: 30px !important; padding: 10px 9px !important; margin-left: 30px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_a19cc162 { text-transform: uppercase; border-bottom: 1px solid rgba(84, 84, 98, 0); border-top: none; border-right: none; border-left: none; border-image: initial; margin-right: 30px !important; padding: 10px 9px !important; margin-left: 30px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_hgZvKxml { text-transform: uppercase; border-bottom: 1px solid rgba(84, 84, 98, 0); border-top: none; border-right: none; border-left: none; border-image: initial; margin-right: 30px !important; padding: 10px 9px !important; margin-left: 30px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_5402f616 > a { font-weight: 500 !important; text-decoration: none !important; }[data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_13475a66 > a { font-weight: 500 !important; text-decoration: none !important; }[data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_a19cc162 > a { font-weight: 500 !important; text-decoration: none !important; }[data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_hgZvKxml > a { font-weight: 500 !important; text-decoration: none !important; }[data-css=\"tve-u-1695e821f4c\"] { border-bottom: 1px solid rgb(200, 233, 248); max-width: 1080px; padding: 0px !important; }#tve_editor [data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_5402f616:hover { border-bottom: 1px solid rgb(55, 179, 233) !important; }#tve_editor [data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_13475a66:hover { border-bottom: 1px solid rgb(55, 179, 233) !important; }#tve_editor [data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_a19cc162:hover { border-bottom: 1px solid rgb(55, 179, 233) !important; }#tve_editor [data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_hgZvKxml:hover { border-bottom: 1px solid rgb(55, 179, 233) !important; }[data-css=\"tve-u-1695e826914\"] { max-width: 23.9%; }[data-css=\"tve-u-1695e826ae0\"] { max-width: 42.8%; }[data-css=\"tve-u-1695e826b67\"] { max-width: 33.3109%; }[data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_5402f616.menu-item { margin-right: 0px; }[data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_13475a66.menu-item { margin-right: 0px; }[data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_a19cc162.menu-item { margin-right: 0px; }[data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_hgZvKxml.menu-item { margin-right: 0px; }}@media (max-width: 1023px){[data-css=\"tve-u-1621ebfa746\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621eb037bb\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621ec78d2c\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621ec6c39b\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621b064668\"] { max-width: 49%; }[data-css=\"tve-u-1621b064646\"] { max-width: 51%; }[data-css=\"tve-u-1621b3c74d9\"] { max-width: 100%; }[data-css=\"tve-u-1621f0b0088\"] { min-height: 100px !important; }[data-css=\"tve-u-1621ee3afec\"] > .tve-cb { display: block; }[data-css=\"tve-u-1621e7ceab3\"] > .tve-cb { display: block; }[data-css=\"tve-u-1621ea50702\"] { float: none; width: 100%; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621ae4fd21\"] > .tve-cb { display: block; }[data-css=\"tve-u-162717cb60f\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-162717cb610\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-16223dad661\"] { padding-top: 20px !important; }[data-css=\"tve-u-1641367127b\"] { float: none; font-size: 50px; width: 50px; height: 50px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1641367e553\"] { float: none; font-size: 50px; width: 50px; height: 50px; margin: -44px auto 40px !important; padding-right: 12px !important; }[data-css=\"tve-u-1621e7b695a\"] { margin-bottom: 50px !important; }[data-css=\"tve-u-1621ee37f4a\"] { min-height: 262px; }[data-css=\"tve-u-1621ada1e7f\"] { padding: 50px 30px 50px 0px !important; }[data-css=\"tve-u-1621b072b4e\"] { max-width: 100%; }[data-css=\"tve-u-1621a2247ba\"] { margin-bottom: 60px !important; }[data-css=\"tve-u-16229f6175c\"] { margin-top: 0px !important; }[data-css=\"tve-u-162717cb60b\"] { height: calc(100% - -85px); margin-top: -85px !important; }[data-css=\"tve-u-162717cb617\"] .tcb-flex-col { flex-basis: 560px !important; }#tcb_landing_page h5 { line-height: 1.3em; }#tcb_landing_page h6 { line-height: 1.4em; }#tcb_landing_page p, #tcb_landing_page li { line-height: 1.5em; }[data-css=\"tve-u-1628a146aef\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1628a12f675\"] { margin-bottom: 40px !important; }[data-css=\"tve-u-1628a10d3b4\"] { margin-bottom: 40px !important; }[data-css=\"tve-u-162718bd0c0\"] { clip-path: url(\"#clip-tablet-top-a3b25e1c9221a\"); -webkit-clip-path: url(\"#clip-tablet-top-a3b25e1c9221a\");  background-color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-162717cb621\"] { z-index: 6; padding-top: 60px !important; margin-top: -90px !important; }[data-css=\"tve-u-162718a3b40\"] { max-width: 100%; min-height: 1px !important; }[data-css=\"tve-u-16271adf6cf\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-162493d5f13\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-162717fcf9d\"] { margin-top: -40px !important; padding-top: 90px !important; padding-left: 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-16260d3f4af\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16260d3f4aa\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1621fb65556\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1621fb68b97\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16260d8396c\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16260d8392c\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16260d39b83\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-16260c5ff07\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-16260ba2fa4\"] { padding: 50px 40px !important; }[data-css=\"tve-u-16260be7104\"] { max-width: 100%; }[data-css=\"tve-u-1621ebbbb6d\"] { margin-top: -1px !important; }[data-css=\"tve-u-1621eaaedd8\"] { clip-path: url(\"#clip-tablet-bottom-a2b9cf3198d6f\"); -webkit-clip-path: url(\"#clip-tablet-bottom-a2b9cf3198d6f\");  }[data-css=\"tve-u-1621e7e9950\"] { margin-top: -1px !important; }[data-css=\"tve-u-16229fa8c68\"] { padding: 0px 20px 20px !important; }[data-css=\"tve-u-1622f65ba70\"] { padding: 0px 20px 20px !important; }[data-css=\"tve-u-16249373b25\"] { padding-left: 20px !important; padding-right: 20px !important; padding-bottom: 20px !important; }[data-css=\"tve-u-162493b6b63\"] { padding-left: 20px !important; padding-bottom: 20px !important; padding-right: 20px !important; }[data-css=\"tve-u-16249367114\"] { margin-top: 20px !important; }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-1624935a201\"] { line-height: 1.3em !important; }[data-css=\"tve-u-16249358652\"] { line-height: 1.3em !important; }[data-css=\"tve-u-16249355087\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1625389b4ed\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1625389a3d5\"] { line-height: 1.3em !important; }[data-css=\"tve-u-16248fc42a1\"] { line-height: 1.3em !important; }[data-css=\"tve-u-162493a03b0\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-162493a03b0\"] .tcb-flex-col { flex-basis: 145px !important; }[data-css=\"tve-u-1622a159bcb\"] { float: none; max-width: 85%; margin: 0px auto !important; padding-top: 0px !important; }[data-css=\"tve-u-16229fa6a26\"] { margin-bottom: 20px !important; padding: 0px 20px 20px !important; }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16229ffbb7b\"] { min-height: inherit; margin-left: -20px; }[data-css=\"tve-u-1621ad46076\"] { margin-bottom: 0px !important; margin-top: 0px !important; padding: 50px 40px !important; }#tve_editor [data-css=\"tve-u-1621b028939\"] .tcb-button-link { font-size: 18px; }[data-css=\"tve-u-16223f02c16\"] { min-height: 54px; }[data-css=\"tve-u-1621b01355a\"] { max-width: 304px; padding: 2px !important; }[data-css=\"tve-u-1620af7eb3f\"] { float: none; z-index: 3; position: relative; display: block; max-width: 300px; width: 300px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621afda4fa\"] { max-width: 100%; margin-bottom: 30px !important; }[data-css=\"tve-u-16224716d62\"]::after { clear: both; }[data-css=\"tve-u-1621f0aa8f7\"] { margin-top: 0px !important; }[data-css=\"tve-u-1621e7e6c1d\"] { min-height: 150px; }[data-css=\"tve-u-1621e7edfd9\"] { clip-path: url(\"#clip-tablet-bottom-10ffac3b28f1d\"); -webkit-clip-path: url(\"#clip-tablet-bottom-10ffac3b28f1d\");  }[data-css=\"tve-u-1621ebf340c\"] { float: none; width: 100%; padding: 0px !important; margin-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621e7d5094\"] { min-height: 455px; }[data-css=\"tve-u-1621adea58b\"] > .tcb-flex-col > .tcb-col { justify-content: center; }[data-css=\"tve-u-16223dad661\"]::after { clear: both; }[data-css=\"tve-u-1621e8107f3\"] { float: none; margin-left: auto !important; margin-right: auto !important; margin-bottom: 20px !important; }[data-css=\"tve-u-16223b080b0\"] { float: none; margin-left: auto !important; margin-right: auto !important; margin-top: -1px !important; }[data-css=\"tve-u-1621eb3eb9f\"] { clip-path: url(\"#clip-tablet-bottom-ac98bb0e54b3b\"); -webkit-clip-path: url(\"#clip-tablet-bottom-ac98bb0e54b3b\");  }[data-css=\"tve-u-1621fe78878\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1621fe78878\"] { min-height: inherit; }#tve_editor [data-css=\"tve-u-1621e92e97f\"] { font-size: 22px !important; }#tve_editor [data-css=\"tve-u-1621e942b65\"] { letter-spacing: 0px; font-size: 1.5em !important; }#tve_editor [data-css=\"tve-u-1621fe1bd18\"] { letter-spacing: 0px; font-size: 1.5em !important; }#tve_editor [data-css=\"tve-u-1621fe1a1af\"] { font-size: 22px !important; }#tve_editor [data-css=\"tve-u-1621fe1725e\"] { letter-spacing: 0px; font-size: 1.5em !important; }#tve_editor [data-css=\"tve-u-1621fe1587d\"] { font-size: 22px !important; }[data-css=\"tve-u-1621ef118dc\"] { position: relative; top: 0px; left: 0px; width: 51%; margin-left: auto !important; margin-right: auto !important; float: none; }[data-css=\"tve-u-1621ee3afec\"] { padding: 25px 10px 5px !important; }[data-css=\"tve-u-1621ee63e1c\"] { max-width: none; margin-bottom: 5px !important; }[data-css=\"tve-u-1621ee74a24\"] { top: 0px; right: 0px; font-size: 45px; width: 45px; height: 45px; float: none; padding-left: 0px !important; margin: 0px auto !important; }[data-css=\"tve-u-1621ee18a1c\"] { margin-top: 40px !important; margin-left: 20px !important; margin-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-1621fdcb4ea\"] { letter-spacing: 1px; font-size: 1.5em !important; }[data-css=\"tve-u-1621ec7f21a\"] { min-height: 150px; }[data-css=\"tve-u-1621eacf6af\"] { float: none; max-width: 230px; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621fd9c946\"] { max-width: 380px; float: none; width: 100%; margin: 0px auto !important; padding-left: 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-1621eb81205\"] { margin-top: 0px !important; }[data-css=\"tve-u-1621eb7ccb0\"] { min-height: 455px; }[data-css=\"tve-u-1621fd8766c\"] { min-height: 150px; }[data-css=\"tve-u-1621fd84d7b\"] { min-height: 430px; }[data-css=\"tve-u-1621e7c7aa1\"] .tcb-flex-col { flex-basis: 300px !important; }#tve_editor [data-css=\"tve-u-1621e7a7350\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621e7c899a\"] { float: none; max-width: 100%; margin-left: auto !important; margin-right: auto !important; margin-top: 0px !important; }[data-css=\"tve-u-1621e7c7aa1\"] { margin-left: -20px; flex-direction: row; }[data-css=\"tve-u-1621e7c7aa1\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-1621b3c8c52\"] { padding: 50px 40px !important; }[data-css=\"tve-u-1621fc0ce17\"] { margin-top: 10px !important; margin-bottom: 7px !important; }[data-css=\"tve-u-1621fbcad8c\"] { padding-left: 0px !important; padding-right: 30px !important; }[data-css=\"tve-u-1621fbacc60\"] { max-width: 177px; }[data-css=\"tve-u-1621fb68b97\"] { margin-left: -15px; min-height: inherit; padding: 20px !important; }[data-css=\"tve-u-1621fb68b97\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-1621fb65556\"] { margin-left: -15px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-1621fb65556\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-1621b200375\"] { float: none; max-width: 100%; margin: 0px auto !important; }[data-css=\"tve-u-1621b0e4fb7\"] { max-width: 100%; float: none; z-index: 3; position: relative; margin-right: auto !important; margin-left: auto !important; margin-bottom: 20px !important; }#tve_editor [data-css=\"tve-u-1621b10fccf\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621ae0bec7\"] { background-image: none !important; margin-top: 0px !important; }[data-css=\"tve-u-1621ae6c8da\"] { clip-path: url(\"#clip-tablet-top-aa2c3e3c70555\"); -webkit-clip-path: url(\"#clip-tablet-top-aa2c3e3c70555\");  }[data-css=\"tve-u-1621adba9ef\"] { clip-path: url(\"#clip-tablet-top-52d5a36c151aa\"); -webkit-clip-path: url(\"#clip-tablet-top-52d5a36c151aa\");  }[data-css=\"tve-u-1621ad420c4\"] { max-width: 100%; min-height: 1px !important; }[data-css=\"tve-u-1621f45bed3\"] { padding: 0px !important; }[data-css=\"tve-u-1621ae4fd21\"] { max-width: 100%; left: 0px; top: 0px; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621ae4db6e\"] { min-height: 300px; }#tve_editor [data-css=\"tve-u-1621afd8c98\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621afcc0bf\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621afceb00\"] { max-width: 100%; margin-bottom: 30px !important; }[data-css=\"tve-u-1621a98b602\"] { stroke-dasharray: 534.071, 534.071; }[data-css=\"tve-u-1621a9750ae\"] { font-size: 14.45px !important; line-height: 14.45px !important; }[data-css=\"tve-u-1621a9a2867\"] { font-size: 51px !important; line-height: 51px !important; }[data-css=\"tve-u-1621a9a2866\"] { margin-top: 42.5px !important; }[data-css=\"tve-u-1621a96b190\"] { width: 153px !important; height: 153px !important; top: 8.5px !important; bottom: 8.5px !important; left: 8.5px !important; right: 8.5px !important; }[data-css=\"tve-u-1621a9685d4\"] { stroke-width: 18px !important; }[data-css=\"tve-u-1621a9a2862\"] { width: 170px !important; height: 170px !important; }[data-css=\"tve-u-1621a983587\"] { float: none; border: 20px solid rgba(137, 141, 167, 0.24); margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621a8b2488\"] { float: none; max-width: 100%; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621a8a804b\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1621a8a804b\"] { margin-left: -24px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-1621a8a804b\"] > .tcb-flex-col { padding-left: 24px; }#tve_editor [data-css=\"tve-u-1621a2e0d5b\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621b028939\"] { position: relative; float: left; z-index: 3; display: block; max-width: 300px; width: 300px; margin-top: 15px !important; }[data-css=\"tve-u-1621adea58b\"] { margin-left: -30px; }[data-css=\"tve-u-1621adea58b\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-1621ade6172\"] { max-width: 100%; position: static; }#tve_editor [data-css=\"tve-u-16248fc42a1\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-16249355087\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-16249358652\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-1624935a201\"] { font-size: 18px !important; }[data-css=\"tve-u-1624939a960\"] { margin-bottom: 0px !important; padding-bottom: 20px !important; padding-left: 20px !important; padding-right: 20px !important; }[data-css=\"tve-u-162493a03b0\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-162493a03b0\"] { min-height: inherit; margin-left: -20px; }#tve_editor [data-css=\"tve-u-1625389a3d5\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-1625389b4ed\"] { font-size: 18px !important; }[data-css=\"tve-u-16260c39a7e\"] { float: none; max-width: 100%; margin: 0px auto !important; }[data-css=\"tve-u-16260d3f4aa\"] { margin-left: -15px; min-height: inherit; padding: 20px !important; }[data-css=\"tve-u-16260d3f4aa\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-16260d3f4af\"] { margin-left: -15px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-16260d3f4af\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-16260d8392c\"] { margin-left: -15px; min-height: inherit; padding: 20px !important; }[data-css=\"tve-u-16260d8392c\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-16260d8396c\"] { margin-left: -15px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-16260d8396c\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-16260da3aa7\"] { float: none; max-width: 100%; margin: 0px !important; }[data-css=\"tve-u-162717cb609\"] { max-width: 100%; min-height: 1px !important; }[data-css=\"tve-u-162717cb60a\"] { padding: 0px !important; }[data-css=\"tve-u-162717cb618\"] { float: none; max-width: 100%; margin-top: 60px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-162717cb620\"] { clip-path: url(\"#clip-tablet-bottom-c883ac5175045\"); -webkit-clip-path: url(\"#clip-tablet-bottom-c883ac5175045\");  background-attachment: scroll, fixed !important; background-image: linear-gradient(rgba(0, 0, 0, 0.46), rgba(0, 0, 0, 0.46)), url(\"https://bestcerakoteflorida.com/wp-content/uploads/2018/05/FTYS6743.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-162717d1bbf\"] { margin-left: 0px; padding: 25px 25px 0px !important; }[data-css=\"tve-u-162717d1bbf\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-162717d1bb7\"] { max-width: 51.3%; }[data-css=\"tve-u-162717d1bb9\"] { max-width: 15.3%; }[data-css=\"tve-u-162717d1bb6\"] { padding-left: 0px !important; }[data-css=\"tve-u-162717d1bbc\"] { border-left: none; border-right: none; padding-left: 30px !important; padding-bottom: 10px !important; }[data-css=\"tve-u-162717d1bbe\"] { max-width: 100%; margin-left: 0px !important; margin-right: 30px !important; }[data-css=\"tve-u-164179bced9\"] { border-right: none; padding-left: 30px !important; padding-right: 0px !important; }[data-css=\"tve-u-16417b62c09\"] { max-width: 177px; }[data-css=\"tve-u-16417b662bf\"] { max-width: 177px; }[data-css=\"tve-u-16417e5bd95\"] { font-size: 14px; width: 14px; height: 14px; margin-bottom: -14px !important; margin-left: 0px !important; }[data-css=\"tve-u-1641c1b33f9\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-1641c1b456a\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-1641c1b52d3\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-1641c1b60b4\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-16959822de2\"] { margin-right: 1px !important; padding-right: 10px !important; padding-top: 10px !important; }[data-css=\"tve-u-16959cd1e7a\"] { margin-top: 30px !important; margin-bottom: 10px !important; }[data-css=\"tve-u-1695a3002e2\"] { margin-top: 15px !important; }[data-css=\"tve-u-1695d995f33\"] { margin-top: 40px !important; margin-left: 20px !important; margin-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-1695dd27f6a\"] { max-width: 60%; width: 60%; }[data-css=\"tve-u-16413112747\"] { line-height: 1.3em !important; }}@media (max-width: 767px){[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-16417e9d24e\"]::after { clear: both; }[data-css=\"tve-u-16417b70f47\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 0px !important; }[data-css=\"tve-u-1621e819c52\"] { min-height: 100px; }[data-css=\"tve-u-1621e8107f3\"] { max-width: 100px; }[data-css=\"tve-u-1621fd8766c\"] { min-height: 144px; }[data-css=\"tve-u-1621ec79a7d\"] { min-height: 100px; }[data-css=\"tve-u-1621ec78d2c\"] { max-width: 100px; }[data-css=\"tve-u-1621ec7f21a\"] { min-height: 144px; }[data-css=\"tve-u-1621e7e6c1d\"] { min-height: 144px; }[data-css=\"tve-u-16417b4cb9e\"] { padding-bottom: 30px !important; }[data-css=\"tve-u-1621ec752da\"] { min-height: 100px; }[data-css=\"tve-u-1621ec6c39b\"] { max-width: 100px; }[data-css=\"tve-u-1621fd84d7b\"] { min-height: 430px; }[data-css=\"tve-u-1621e7c7aa1\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16223dad661\"] { padding-top: 0px !important; }[data-css=\"tve-u-1621b3c74d9\"] { max-width: 100%; }[data-css=\"tve-u-1621eb81205\"] { max-width: 100%; margin-bottom: 20px !important; }[data-css=\"tve-u-1621e7ceab3\"] { max-width: 100%; margin-bottom: 20px !important; }[data-css=\"tve-u-1621f0b0088\"] { min-height: 120px !important; }[data-css=\"tve-u-1621f0da775\"] { float: none; width: 100%; max-width: 280px; margin: 0px auto 20px !important; }[data-css=\"tve-u-1621ee37f4a\"] { min-height: 260px; }[data-css=\"tve-u-1621ee3afec\"] > .tve-cb { display: flex; justify-content: center; flex-direction: column; }[data-css=\"tve-u-1621ee63e1c\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1641367127b\"] { font-size: 30px; width: 30px; height: 30px; }[data-css=\"tve-u-1641367e553\"] { float: none; font-size: 30px; width: 30px; height: 30px; margin: -30px auto 30px !important; padding-right: 10px !important; }[data-css=\"tve-u-1621ada1e7f\"] { padding: 0px !important; }[data-css=\"tve-u-162717cb617\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-162717cb617\"] { min-height: inherit; }[data-css=\"tve-u-16229fa6a26\"] { height: calc(100% - 21px); margin-bottom: 0px !important; margin-top: 21px !important; }[data-css=\"tve-u-1624939a960\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-162493a03b0\"] .tcb-flex-col { flex-basis: 400px !important; }[data-css=\"tve-u-1621a2247ba\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-162717cb60f\"] { margin-bottom: 25px !important; }[data-css=\"tve-u-162717d1bbf\"] .tcb-flex-col { flex-basis: 225px !important; }[data-css=\"tve-u-1621ee3afec\"] { max-width: 100%; padding: 10px !important; position: static !important; }#tve_editor [data-css=\"tve-u-1641333d7d1\"] { font-size: 14px !important; }[data-css=\"tve-u-162717cb60b\"] { margin-top: 0px !important; }[data-css=\"tve-u-162717cb621\"] { z-index: 2; padding-left: 20px !important; padding-right: 20px !important; margin-top: -160px !important; padding-top: 35px !important; }[data-css=\"tve-u-162717cb617\"] .tcb-flex-col { flex-basis: 435px !important; }[data-css=\"tve-u-16369305186\"] { float: none; width: 100%; max-width: 279px; z-index: 3; position: relative; margin: 0px auto !important; }#tcb_landing_page h6 { line-height: 1.4em; }#tcb_landing_page h5 { line-height: 1.3em; }#tcb_landing_page p, #tcb_landing_page li { font-size: 14px; }#tcb_landing_page h2 { font-size: 28px; }#tcb_landing_page h1 { font-size: 35px; }[data-css=\"tve-u-16260ba2fa4\"] { padding-bottom: 40px !important; padding-left: 20px !important; padding-right: 20px !important; }[data-css=\"tve-u-1628a10d3b4\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-1628a12f675\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-162717cb610\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-16271bfe70c\"] { padding: 0px !important; }[data-css=\"tve-u-162717fcf9d\"] { z-index: 1; margin-top: 0px !important; padding-top: 75px !important; padding-left: 20px !important; padding-right: 20px !important; border: none; }[data-css=\"tve-u-162718bd0c0\"] { clip-path: url(\"#clip-mobile-top-a3b25e1c9221a\"); -webkit-clip-path: url(\"#clip-mobile-top-a3b25e1c9221a\");  }[data-css=\"tve-u-1621eb3eb9f\"] { clip-path: url(\"#clip-mobile-bottom-ac98bb0e54b3b\"); -webkit-clip-path: url(\"#clip-mobile-bottom-ac98bb0e54b3b\");  }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col > .tcb-col { min-height: 155px; }[data-css=\"tve-u-16229ffbb7b\"] { min-height: inherit; margin-left: 0px; }[data-css=\"tve-u-16229fa8c68\"] { height: calc(100% - 28px); margin-bottom: 0px !important; margin-top: 20px !important; }[data-css=\"tve-u-1622f65ba70\"] { height: calc(100% - 20px); margin-bottom: 0px !important; margin-top: 20px !important; }[data-css=\"tve-u-16229f6175c\"] { margin-top: 0px !important; }[data-css=\"tve-u-1622a159bcb\"] { float: none; max-width: 100%; margin-left: auto !important; margin-right: auto !important; padding-top: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-16229ae62a7\"] { border-right: none; }#tve_editor [data-css=\"tve-u-16228c764b2\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-16228c75500\"] { font-size: 18px !important; }[data-css=\"tve-u-1621fb65556\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-1621a983587\"] { border: 20px solid rgba(137, 141, 167, 0.32); }[data-css=\"tve-u-1621ee74a24\"] { float: none; margin-left: auto !important; margin-right: auto !important; margin-bottom: 10px !important; }[data-css=\"tve-u-1621afda4fa\"] { max-width: 100%; margin-bottom: 20px !important; }[data-css=\"tve-u-16223f02c16\"] { min-height: 54px; }[data-css=\"tve-u-1621f0aa8f7\"] { margin-top: 0px !important; }#tve_editor [data-css=\"tve-u-1622444fb11\"] { letter-spacing: 0px; }[data-css=\"tve-u-16224439be1\"] { padding: 0px !important; }[data-css=\"tve-u-1621fb68b97\"] { padding: 0px !important; }[data-css=\"tve-u-1621afceb00\"] { max-width: 100%; margin-bottom: 30px !important; }[data-css=\"tve-u-1621b0e4fb7\"] { float: none; margin-right: auto !important; margin-bottom: 30px !important; padding-left: 0px !important; margin-left: auto !important; }[data-css=\"tve-u-1621ebf340c\"] { padding-bottom: 40px !important; }[data-css=\"tve-u-1621ea50702\"] { float: none; width: 100%; padding: 0px !important; margin-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621e7d5094\"] { min-height: 430px; }[data-css=\"tve-u-1621eb7ccb0\"] { min-height: 430px; }[data-css=\"tve-u-1621ee03000\"] { flex-direction: column; }[data-css=\"tve-u-16223fe5f5b\"] { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621f0d2c1a\"] { margin-left: 25px !important; margin-right: 25px !important; }[data-css=\"tve-u-1621ee18a1c\"] { margin: 0px 20px 20px 0px !important; }[data-css=\"tve-u-1621ef118dc\"] { top: 0px; width: 154px; position: relative; float: none; z-index: 5; left: 0px; margin: 5px auto 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-1621fd9c946\"] { max-width: 100%; margin-top: 0px !important; margin-left: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-16223fc9f23\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-1621e7c899a\"] { max-width: none; float: none; margin-top: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621b3c8c52\"] { padding: 40px 20px !important; }[data-css=\"tve-u-1621fbcad8c\"] { padding: 20px !important; }[data-css=\"tve-u-1621fb65556\"] { margin-left: 0px; padding: 0px !important; }[data-css=\"tve-u-1621fbacc60\"] { max-width: 126px; float: none; margin-left: auto !important; margin-right: auto !important; margin-top: 20px !important; }[data-css=\"tve-u-1621b200375\"] { float: none; margin-top: 0px !important; margin-left: auto !important; margin-right: auto !important; }#tve_editor [data-css=\"tve-u-1621b10fccf\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621b028939\"] { display: block; max-width: 100%; width: 100%; float: none; min-width: 100%; margin-left: auto !important; margin-right: auto !important; margin-top: 0px !important; }[data-css=\"tve-u-1621ae4db6e\"] { min-height: 270px; }[data-css=\"tve-u-1621ae6c8da\"] { clip-path: url(\"#clip-mobile-top-aa2c3e3c70555\"); -webkit-clip-path: url(\"#clip-mobile-top-aa2c3e3c70555\");  }[data-css=\"tve-u-1621adba9ef\"] { clip-path: url(\"#clip-mobile-top-52d5a36c151aa\"); -webkit-clip-path: url(\"#clip-mobile-top-52d5a36c151aa\");  }[data-css=\"tve-u-16223f02c16\"]::after { clear: both; }[data-css=\"tve-u-1621b01355a\"] { max-width: 100%; float: none; margin-left: auto !important; margin-right: auto !important; margin-bottom: 15px !important; }[data-css=\"tve-u-1620af7eb3f\"] { float: none; display: block; max-width: 100%; width: 100%; min-width: 100%; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621ae0bec7\"]::after { clear: both; }[data-css=\"tve-u-1621f45bed3\"] { padding: 40px 20px 0px !important; }[data-css=\"tve-u-1621ad46076\"] { margin: 0px !important; padding: 30px 20px !important; }[data-css=\"tve-u-1621adea58b\"] { flex-flow: row-reverse wrap-reverse !important; }[data-css=\"tve-u-1621ae4fd21\"] { margin-top: 0px !important; position: static !important; }[data-css=\"tve-u-1621a8b2488\"] { float: none; max-width: 100%; margin-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621a8a804b\"] { padding-left: 0px !important; padding-right: 0px !important; }#tve_editor [data-css=\"tve-u-1621a2e0d5b\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621e7c7aa1\"] { flex-direction: column; min-height: inherit; }[data-css=\"tve-u-16249367114\"] { margin-top: 0px !important; }[data-css=\"tve-u-16249373b25\"] { height: calc(100% - 20px); margin-bottom: 0px !important; background-image: linear-gradient(rgb(248, 249, 251), rgb(248, 249, 251)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; margin-top: 20px !important; }[data-css=\"tve-u-162493a03b0\"] > .tcb-flex-col > .tcb-col { min-height: 155px; }[data-css=\"tve-u-162493a03b0\"] { min-height: inherit; }[data-css=\"tve-u-162493b6b63\"] { height: calc(100% - 20px); margin-bottom: 0px !important; margin-top: 20px !important; }[data-css=\"tve-u-16260c39a7e\"] { float: none; margin-top: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-16260d3f4aa\"] { padding: 0px !important; }[data-css=\"tve-u-16260d3f4af\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-16260d3f4af\"] { margin-left: 0px; padding: 0px !important; }[data-css=\"tve-u-16260d8392c\"] { padding: 0px !important; }[data-css=\"tve-u-16260d8396c\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-16260d8396c\"] { margin-left: 0px; padding: 0px !important; }[data-css=\"tve-u-16260da3aa7\"] { float: none; margin-top: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-162717cb618\"] { margin: 140px 0px 0px !important; }[data-css=\"tve-u-162717cb620\"] { clip-path: url(\"#clip-mobile-bottom-c883ac5175045\"); -webkit-clip-path: url(\"#clip-mobile-bottom-c883ac5175045\");  opacity: 1; filter: grayscale(0%) blur(0px); background-image: linear-gradient(rgba(0, 0, 0, 0.51), rgba(0, 0, 0, 0.51)), url(\"https://bestcerakoteflorida.com/wp-content/uploads/2018/05/FTYS6743.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-162717cb60a\"] { padding: 0px !important; }#tve_editor [data-css=\"tve-u-162717cb616\"] { font-size: 27px !important; }[data-css=\"tve-u-162717d1bbf\"] > .tcb-flex-col { padding-left: 18px; }[data-css=\"tve-u-162717d1bbf\"] { margin-left: -18px; padding: 10px !important; flex-flow: row wrap !important; }[data-css=\"tve-u-162717d1bbe\"] { border-bottom: 1px solid rgba(255, 255, 255, 0.2); border-right: none; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-162717d1bbc\"] { border: none; padding-left: 0px !important; padding-right: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-162717d1bb6\"] { border: none; padding-top: 0px !important; padding-left: 0px !important; margin-bottom: 1px !important; margin-top: -5px !important; padding-bottom: 10px !important; }[data-css=\"tve-u-164179a84b8\"] { float: none; width: 100%; max-width: 155px; z-index: 3; position: relative; margin-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-164179bced9\"] { border-right: none; position: relative; max-width: 250px; float: none; padding-left: 0px !important; padding-right: 0px !important; margin-top: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-16417b62c09\"] { max-width: 126px; float: none; margin-left: auto !important; margin-right: auto !important; margin-top: 20px !important; }[data-css=\"tve-u-16417b662bf\"] { max-width: 126px; float: none; margin-left: auto !important; margin-right: auto !important; margin-top: 20px !important; }[data-css=\"tve-u-16417e5bd95\"] { margin: 3px 10px 0px 0px !important; }#tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] p, #tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] li, #tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] blockquote, #tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] address, #tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] .tcb-plain-text, #tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] label { font-size: 18px; }[data-css=\"tve-u-16959822de2\"] { float: none; padding-top: 10px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621ee58e74\"] { border-right: none !important; }[data-css=\"tve-u-1695d995f33\"] { margin: 0px 20px 20px 0px !important; }}'),(7347,598,'tve_revision_tve_user_custom_css',''),(7348,598,'tve_revision_tve_page_events','a:0:{}'),(7349,598,'tve_revision_tve_globals','a:2:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";s:8:\"font_cls\";a:0:{}}'),(7350,598,'tve_revision_tve_global_scripts',''),(7351,598,'tve_revision_thrive_icon_pack','0'),(7352,598,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(7353,598,'tve_revision_tve_has_masonry','0'),(7354,598,'tve_revision_tve_has_typefocus','0'),(7355,598,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-162717d1bbe\" wfd-id=\"557\"><div class=\"tcb-flex-row tcb-medium-no-wrap v-2 tcb--cols--3 m-edit tcb-mobile-wrap tcb-resized\" data-css=\"tve-u-162717d1bbf\" wfd-id=\"558\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1695981e7bb\" wfd-id=\"577\"><div class=\"tcb-col\" data-css=\"tve-u-16959846d3d\" wfd-id=\"579\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16959822de2\" wfd-id=\"580\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"581\"><img class=\"tve_image wp-image-465\" alt=\"\" width=\"384\" height=\"62\" title=\"Blackhawk_custom_header\" data-id=\"465\" src=\"https://bestcerakoteflorida.com/wp-content/uploads/2019/01/Blackhawk_custom_header.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717d1bb9\" style=\"\" wfd-id=\"570\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717d1bb6\" wfd-id=\"572\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-164179a84b8\" wfd-id=\"573\">\n<div class=\"tve-content-box-background\" wfd-id=\"576\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"574\"><div class=\"tcb-clear\" wfd-id=\"575\"></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717d1bb7\" style=\"\" wfd-id=\"559\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717d1bbc\" wfd-id=\"561\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16369305186\" wfd-id=\"562\">\n<div class=\"tve-content-box-background\" wfd-id=\"569\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16417e9d24e\" wfd-id=\"563\"><div class=\"tcb-clear\" wfd-id=\"567\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-16417e5bd95\" data-float=\"1\" wfd-id=\"568\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-envelope-regular\" data-name=\"\">\n            <path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path>\n        </svg></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-164179bced9\" wfd-id=\"564\"><p data-css=\"tve-u-1641333d7d1\"><a href=\"mailto:info@bestcerkoteflorida.com\" target=\"_blank\">info@bestcerakoteflorida.com</a></p></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-162717cb621\" data-value-type=\"percent\" wfd-id=\"516\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-162717cb620\" data-clip-id=\"c883ac5175045\" wfd-id=\"556\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-c883ac5175045\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"4\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9301, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-c883ac5175045\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9476, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-c883ac5175045\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9651, 1 1, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-162717cb609\" wfd-id=\"517\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-162717cb618\" wfd-id=\"518\"><div class=\"tcb-flex-row tcb-medium-wrap tcb-resized v-2 tcb--cols--2\" data-css=\"tve-u-162717cb617\" wfd-id=\"519\"><div class=\"tcb-flex-col\" data-css=\"tve-u-162717cb601\" style=\"\" wfd-id=\"535\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717cb60a\" wfd-id=\"537\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h1\" data-css=\"tve-u-162717cb610\" wfd-id=\"547\"><h1 data-css=\"tve-u-162717cb616\" style=\"text-align: center;\">&nbsp;<strong>â€‹</strong><strong>Protect What\'s Important To You! With The Toughest Ceramic Finish In The World!</strong></h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162717cb60f\" wfd-id=\"538\"><h2 class=\"\" data-css=\"tve-u-1695a36117b\" style=\"text-align: center;\"><strong>Heat, Water, Salt and Sand just some of the conditions you face. And any one of them is just waiting, to get a hold of your firearm and leave it a pile of rusted, pitted junk.</strong></h2><h2 class=\"\" data-css=\"tve-u-16413112747\" style=\"text-align: center;\"><strong>Unfortunately, there wasn\'t much you could do other than keep cleaning and lubricating your firearms...till NOW!</strong></h2></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717cb600\" style=\"\" wfd-id=\"520\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717cb60b\" wfd-id=\"522\"><div class=\"thrv_responsive_video thrv_wrapper rv_style_lifted_style2\" data-type=\"youtube\" data-rel=\"0\" data-url=\"https://www.youtube.com/watch?v=a1nyu9ZJiEk\" data-css=\"tve-u-16959cd1e7a\" data-modestbranding=\"1\" wfd-id=\"532\">\n	\n\n	<div class=\"tve_responsive_video_container\" wfd-id=\"533\">\n		<div class=\"video_overlay\" wfd-id=\"534\"></div>\n	<iframe data-code=\"TEOqV1Q16lU\" data-provider=\"youtube\" src=\"https://www.youtube.com/embed/TEOqV1Q16lU?rel=0&amp;modestbranding=1&amp;controls=1&amp;showinfo=1&amp;fs=1&amp;wmode=transparent\" data-src=\"https://www.youtube.com/embed/TEOqV1Q16lU?rel=0&amp;modestbranding=1&amp;controls=1&amp;showinfo=1&amp;fs=1&amp;wmode=transparent\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\n</div><div class=\"thrv_wrapper thrv-button tcb-with-icon\" data-css=\"tve-u-1695a3002e2\" data-tcb_hover_state_parent=\"\" data-button-style=\"border_1\" wfd-id=\"523\">\n	<a href=\"tel:1-954-848-1911\" class=\"tcb-button-link\" target=\"_blank\" rel=\"\"><span class=\"tcb-button-icon\" wfd-id=\"530\">\n	<div class=\"thrv_wrapper thrv_icon tve_no_drag tve_no_icons tcb-icon-inherit-style tcb-icon-display\" wfd-id=\"531\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-phone-plus-light\" data-name=\"\">\n            <path d=\"M8 128h88v88c0 4.4 3.6 8 8 8h16c4.4 0 8-3.6 8-8v-88h88c4.4 0 8-3.6 8-8v-16c0-4.4-3.6-8-8-8h-88V8c0-4.4-3.6-8-8-8h-16c-4.4 0-8 3.6-8 8v88H8c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8zM487.8 24.1L387 .8c-14.7-3.4-29.8 4.2-35.8 18.1l-46.5 108.5c-5.5 12.7-1.8 27.7 8.9 36.5l53.9 44.1c-34 69.2-90.3 125.6-159.6 159.6l-44.1-53.9c-8.8-10.7-23.8-14.4-36.5-8.9L18.9 351.3c-13.9 6-21.5 21-18.1 35.8L24 487.9C27.3 502 39.9 512 54.5 512 306.7 512 512 307.8 512 54.5c0-14.6-10-27.2-24.2-30.4zM55.1 480l-23-99.6 107.4-46 59.5 72.8c103.6-48.6 159.7-104.9 208.1-208.1l-72.8-59.5 46-107.4 99.6 23C479.7 289.7 289.6 479.7 55.1 480z\"></path>\n        </svg></div>\n</span>\n\n		<span class=\"tcb-button-texts\" wfd-id=\"524\"><span class=\"tcb-button-text thrv-inline-text\" wfd-id=\"525\">CALL NOW</span></span>\n	</a>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-162717fcf9d\" data-value-type=\"percent\" wfd-id=\"415\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-162718bd0c0\" data-clip-id=\"a3b25e1c9221a\" wfd-id=\"515\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0875\"></polygon></clipPath><clipPath id=\"clip-tablet-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"6\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.1051\"></polygon></clipPath><clipPath id=\"clip-mobile-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"1\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0175\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-162718a3b40\" wfd-id=\"416\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622a159bcb\" wfd-id=\"417\">\n<div class=\"tve-content-box-background\" wfd-id=\"514\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"418\"><div class=\"thrv_wrapper thrv-columns\" wfd-id=\"496\"><div class=\"tcb-flex-row tcb--cols--2\" wfd-id=\"497\"><div class=\"tcb-flex-col\" wfd-id=\"506\"><div class=\"tcb-col\" wfd-id=\"508\"><div class=\"thrv_wrapper thrv_text_element\" wfd-id=\"509\"><p>Enter your text here...</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"498\"><div class=\"tcb-col\" wfd-id=\"500\"><div class=\"thrv_wrapper thrv_text_element\" wfd-id=\"501\"><p>Enter your text here...</p></div></div></div></div></div><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621a2247ba\" wfd-id=\"487\"><h2 data-css=\"tve-u-1621a2e0d5b\">our services</h2></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16229f6175c\" wfd-id=\"456\"><div class=\"tcb-flex-row tcb-medium-no-wrap tcb--cols--3 v-2\" data-css=\"tve-u-162493a03b0\" wfd-id=\"457\"><div class=\"tcb-flex-col\" wfd-id=\"476\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1624939a960\" data-tcb_hover_state_parent=\"\" wfd-id=\"478\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-162493d5f13\" data-float=\"1\" wfd-id=\"486\"><svg class=\"tcb-icon\" viewBox=\"0 0 14 28\" data-name=\"bolt\">\n<path d=\"M13.828 8.844c0.172 0.187 0.219 0.453 0.109 0.688l-8.437 18.078c-0.125 0.234-0.375 0.391-0.656 0.391-0.063 0-0.141-0.016-0.219-0.031-0.344-0.109-0.547-0.438-0.469-0.766l3.078-12.625-6.344 1.578c-0.063 0.016-0.125 0.016-0.187 0.016-0.172 0-0.359-0.063-0.484-0.172-0.187-0.156-0.25-0.391-0.203-0.609l3.141-12.891c0.078-0.297 0.359-0.5 0.688-0.5h5.125c0.391 0 0.703 0.297 0.703 0.656 0 0.094-0.031 0.187-0.078 0.281l-2.672 7.234 6.188-1.531c0.063-0.016 0.125-0.031 0.187-0.031 0.203 0 0.391 0.094 0.531 0.234z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"482\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-162494b490e\" wfd-id=\"483\"><h4 data-css=\"tve-u-16249355087\" style=\"text-align: left;\">Express exterior</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162494b7ad0\" wfd-id=\"479\"><p data-css=\"tve-u-162492e70ad\">Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"467\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162493b6b63\" data-tcb_hover_state_parent=\"\" wfd-id=\"469\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b456a\" wfd-id=\"475\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"adjust\">\n<path d=\"M12 22.5v-17c-4.688 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"471\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1af44d\" wfd-id=\"472\"><h4 data-css=\"tve-u-16249358652\" style=\"text-align: left;\">Interior clean</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"470\"><p data-css=\"tve-u-162492e70ad\">Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"458\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16249373b25\" wfd-id=\"460\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b52d3\" wfd-id=\"466\"><svg class=\"tcb-icon\" viewBox=\"0 0 26 28\" data-name=\"umbrella\">\n<path d=\"M14 12.938v9.063c0 2.172-1.828 4-4 4s-4-1.828-4-4c0-0.547 0.453-1 1-1s1 0.453 1 1c0 1.047 0.953 2 2 2s2-0.953 2-2v-9.063c0.328-0.109 0.656-0.172 1-0.172s0.672 0.063 1 0.172zM26 13.359c0 0.266-0.234 0.5-0.5 0.5-0.141 0-0.25-0.063-0.359-0.156-0.906-0.844-1.75-1.437-3.047-1.437-1.484 0-2.766 0.922-3.609 2.094-0.187 0.266-0.328 0.547-0.5 0.812-0.109 0.172-0.234 0.266-0.438 0.266-0.219 0-0.344-0.094-0.453-0.266-0.172-0.266-0.313-0.547-0.5-0.812-0.844-1.172-2.109-2.094-3.594-2.094s-2.75 0.922-3.594 2.094c-0.187 0.266-0.328 0.547-0.5 0.812-0.109 0.172-0.234 0.266-0.453 0.266-0.203 0-0.328-0.094-0.438-0.266-0.172-0.266-0.313-0.547-0.5-0.812-0.844-1.172-2.125-2.094-3.609-2.094-1.297 0-2.141 0.594-3.047 1.437-0.109 0.094-0.219 0.156-0.359 0.156-0.266 0-0.5-0.234-0.5-0.5 0-0.047 0-0.078 0.016-0.109 1.437-5.906 7.141-9.25 12.984-9.25 5.812 0 11.578 3.344 12.984 9.25 0.016 0.031 0.016 0.063 0.016 0.109zM14 2v1.531c-0.328-0.016-0.672-0.031-1-0.031s-0.672 0.016-1 0.031v-1.531c0-0.547 0.453-1 1-1s1 0.453 1 1z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"462\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b01a6\" wfd-id=\"463\"><h4 data-css=\"tve-u-1624935a201\" style=\"text-align: left;\">Wax protection</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"461\"><p data-css=\"tve-u-162492e70ad\">Etiam pharetra, erat sed fermentum feugiat, velit mauris</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16249367114\" wfd-id=\"419\"><div class=\"tcb-flex-row tcb-medium-no-wrap tcb--cols--3 v-2\" data-css=\"tve-u-16229ffbb7b\" wfd-id=\"420\"><div class=\"tcb-flex-col\" wfd-id=\"443\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229fa6a26\" wfd-id=\"445\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b33f9\" wfd-id=\"455\"><svg class=\"tcb-icon\" viewBox=\"0 0 26 28\" data-name=\"magic\">\n<path d=\"M18.594 9.078l4.578-4.578-1.672-1.672-4.578 4.578zM25.578 4.5c0 0.266-0.094 0.516-0.281 0.703l-20.094 20.094c-0.187 0.187-0.438 0.281-0.703 0.281s-0.516-0.094-0.703-0.281l-3.094-3.094c-0.187-0.187-0.281-0.438-0.281-0.703s0.094-0.516 0.281-0.703l20.094-20.094c0.187-0.187 0.438-0.281 0.703-0.281s0.516 0.094 0.703 0.281l3.094 3.094c0.187 0.187 0.281 0.438 0.281 0.703zM4.469 1.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531zM9.938 4.062l3.063 0.938-3.063 0.938-0.938 3.063-0.938-3.063-3.063-0.938 3.063-0.938 0.938-3.063zM24.469 11.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531zM14.469 1.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"451\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b0a67\" wfd-id=\"452\"><h4 data-css=\"tve-u-16248fc42a1\" style=\"text-align: left;\">Dust &amp; Dash Console</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"446\"><p data-css=\"tve-u-162492e70ad\">Duis sed odio sit amet nibh vulputate cursus a sit amet mauris.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"428\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1622f65ba70\" wfd-id=\"430\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b60b4\" wfd-id=\"442\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"certificate\">\n<path d=\"M21.5 14l2.156 2.109c0.297 0.281 0.406 0.703 0.313 1.094-0.109 0.391-0.422 0.703-0.812 0.797l-2.938 0.75 0.828 2.906c0.109 0.391 0 0.812-0.297 1.094-0.281 0.297-0.703 0.406-1.094 0.297l-2.906-0.828-0.75 2.938c-0.094 0.391-0.406 0.703-0.797 0.812-0.094 0.016-0.203 0.031-0.297 0.031-0.297 0-0.594-0.125-0.797-0.344l-2.109-2.156-2.109 2.156c-0.281 0.297-0.703 0.406-1.094 0.313-0.406-0.109-0.703-0.422-0.797-0.812l-0.75-2.938-2.906 0.828c-0.391 0.109-0.812 0-1.094-0.297-0.297-0.281-0.406-0.703-0.297-1.094l0.828-2.906-2.938-0.75c-0.391-0.094-0.703-0.406-0.812-0.797-0.094-0.391 0.016-0.812 0.313-1.094l2.156-2.109-2.156-2.109c-0.297-0.281-0.406-0.703-0.313-1.094 0.109-0.391 0.422-0.703 0.812-0.797l2.938-0.75-0.828-2.906c-0.109-0.391 0-0.812 0.297-1.094 0.281-0.297 0.703-0.406 1.094-0.297l2.906 0.828 0.75-2.938c0.094-0.391 0.406-0.703 0.797-0.797 0.391-0.109 0.812 0 1.094 0.297l2.109 2.172 2.109-2.172c0.281-0.297 0.688-0.406 1.094-0.297 0.391 0.094 0.703 0.406 0.797 0.797l0.75 2.938 2.906-0.828c0.391-0.109 0.812 0 1.094 0.297 0.297 0.281 0.406 0.703 0.297 1.094l-0.828 2.906 2.938 0.75c0.391 0.094 0.703 0.406 0.812 0.797 0.094 0.391-0.016 0.812-0.313 1.094z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"438\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b12d8\" wfd-id=\"439\"><h4 data-css=\"tve-u-1625389a3d5\" style=\"text-align: left;\">Triple Foam Polish</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"431\"><p data-css=\"tve-u-162492e70ad\">Class aptent taciti sociosqu ad litora torquent</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"421\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229fa8c68\" wfd-id=\"423\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-16271adf6cf\" wfd-id=\"427\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"bullseye\">\n<path d=\"M16 14c0 2.203-1.797 4-4 4s-4-1.797-4-4 1.797-4 4-4 4 1.797 4 4zM18 14c0-3.313-2.688-6-6-6s-6 2.688-6 6 2.688 6 6 6 6-2.688 6-6zM20 14c0 4.422-3.578 8-8 8s-8-3.578-8-8 3.578-8 8-8 8 3.578 8 8zM22 14c0-5.516-4.484-10-10-10s-10 4.484-10 10 4.484 10 10 10 10-4.484 10-10zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"425\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-16248fc71c8\" wfd-id=\"426\"><h4 data-css=\"tve-u-1625389b4ed\" style=\"text-align: left;\">Tire dressing</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"424\"><p data-css=\"tve-u-162492e70ad\">Etiam pharetra, erat sed fermentum feugiat, velit mauris</p></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621ad46076\" wfd-id=\"371\">\n<div class=\"tve-page-section-out\" wfd-id=\"414\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621b072b4e\" wfd-id=\"372\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621a8b2488\" wfd-id=\"373\"><div class=\"tcb-flex-row tcb--cols--2 v-2\" data-css=\"tve-u-1621a8a804b\" wfd-id=\"374\"><div class=\"tcb-flex-col\" wfd-id=\"386\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16271bfe70c\" wfd-id=\"388\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h3\" data-css=\"tve-u-1621a8c4313\" wfd-id=\"409\"><h3><strong>Complete cleaning services for yoâ€‹ur car</strong></h3></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-16417b70f47\" wfd-id=\"389\"><ul class=\"tcb-styled-list\" wfd-id=\"390\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621acf0289\" wfd-id=\"401\"><div class=\"tcb-styled-list-icon\" wfd-id=\"407\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a8e11f3\" wfd-id=\"408\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ace1b08\" wfd-id=\"402\">We are a small business delivering professional cleaning services for all vehicles</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621acf64fb\" wfd-id=\"397\"><div class=\"tcb-styled-list-icon\" wfd-id=\"399\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a8e5625\" wfd-id=\"400\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ace4de9\" wfd-id=\"398\">Our services are convenient for individuals and corporate fleets</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"391\"><div class=\"tcb-styled-list-icon\" wfd-id=\"395\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a9076ef\" wfd-id=\"396\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621acf47d2\" wfd-id=\"392\">We use eco-friendly products that actually clean, protect and maintain your car better than the traditional cleaning substances</span></li></ul></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"375\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621a90a46f\" wfd-id=\"377\"><div class=\"thrv_wrapper thrv-fill-counter tve_red tve_normalfc thrv_data_element\" data-css=\"tve-u-1621a983587\" wfd-id=\"378\">\n<div class=\"tve_fill_counter_n\" style=\"\" data-fill=\"100\" data-css=\"tve-u-1621a98b602\" wfd-id=\"379\">\n<svg viewBox=\"0 0 160 160\" class=\"tve_fill_counter_circle\" shape-rendering=\"optimizeSpeed\" data-css=\"tve-u-1621a9a2862\">\n<circle class=\"tve_fill_counter_circle_inner\" r=\"80\" cx=\"80\" cy=\"80\" data-css=\"tve-u-1621a9685d4\"></circle>\n</svg>\n<div class=\"tve_fill_text_in\" data-css=\"tve-u-1621a96b190\" wfd-id=\"380\">\n<div class=\"tve_fill_text_value\" data-css=\"tve-u-1621a9a2866\" wfd-id=\"382\">\n<div class=\"thrv-inline-text tve_fill_text tve_editable\" data-css=\"tve-u-1621a9a2867\" wfd-id=\"383\"><strong>100%â€‹</strong></div>\n</div>\n<div class=\"thrv-inline-text tve_editable tve_data_element_label\" data-css=\"tve-u-1621a9750ae\" wfd-id=\"381\">Clean car</div>\n</div>\n</div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621ada1e7f\" data-value-type=\"percent\" wfd-id=\"333\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621adba9ef\" data-clip-id=\"52d5a36c151aa\" wfd-id=\"370\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-52d5a36c151aa\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0875\"></polygon></clipPath><clipPath id=\"clip-tablet-top-52d5a36c151aa\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0524\"></polygon></clipPath><clipPath id=\"clip-mobile-top-52d5a36c151aa\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0349\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621ad420c4\" wfd-id=\"334\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621ade6172\" wfd-id=\"335\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2 tcb-row-reversed-mobile tcb-mobile-edit v-2\" data-css=\"tve-u-1621adea58b\" wfd-id=\"336\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621b064646\" style=\"\" wfd-id=\"364\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ae0bec7\" wfd-id=\"366\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ae4fd21\" data-value-type=\"percent\" data-float=\"1\" wfd-id=\"367\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621ae6c8da\" data-clip-id=\"aa2c3e3c70555\" wfd-id=\"369\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0349\"></polygon></clipPath><clipPath id=\"clip-tablet-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"4\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0699\"></polygon></clipPath><clipPath id=\"clip-mobile-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"4\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0699\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb\" data-css=\"tve-u-1621ae4db6e\" wfd-id=\"368\"></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621b064668\" style=\"\" wfd-id=\"337\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621f45bed3\" wfd-id=\"339\"><div class=\"tcb-clear\" data-css=\"tve-u-16224848ee5\" wfd-id=\"360\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621afceb00\" wfd-id=\"361\"><h2 data-css=\"tve-u-1621afcc0bf\">Check Out Our Special Offer!</h2></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621afda4fa\" wfd-id=\"359\"><p data-css=\"tve-u-1621afd8c98\">Donâ€™t miss the opportunity to get 50% discount on a complete cleaning just by recommending us to a friend. Bring someone you know with you and clean you car half price!</p></div><div class=\"tcb-clear\" data-css=\"tve-u-16224834cab\" wfd-id=\"340\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621fe85996\" wfd-id=\"341\"><div class=\"tcb-flex-row tcb--cols--2 tcb-resized tcb-medium-wrap tcb-desktop-wrap\" data-css=\"tve-u-1621fe78878\" wfd-id=\"342\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621fe94086\" style=\"\" wfd-id=\"350\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"352\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621b01355a\" wfd-id=\"353\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621b08fdde\" data-tcb_hover_state_parent=\"1\" wfd-id=\"358\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16223f02c16\" wfd-id=\"354\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-1620af7eb3f\" data-tcb_hover_state_parent=\"\" data-button-style=\"full_rounded\" wfd-id=\"355\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"356\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-16228c75500\" wfd-id=\"357\"><strong>Request an appointment</strong></span></span>\n</a>\n</div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621fe940b9\" style=\"\" wfd-id=\"343\"><div class=\"tcb-col\" wfd-id=\"345\"><div class=\"tcb-clear\" data-css=\"tve-u-16224716d62\" wfd-id=\"346\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-1621b028939\" data-tcb_hover_state_parent=\"\" data-button-style=\"ghost\" wfd-id=\"347\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"348\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-16228c764b2\" wfd-id=\"349\"><strong>Call Now: 0400-700-682</strong></span></span>\n</a>\n</div></div></div></div></div></div></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16260ba2fa4\" wfd-id=\"232\">\n<div class=\"tve-page-section-out\" wfd-id=\"332\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16260be7104\" wfd-id=\"233\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621b0e4fb7\" wfd-id=\"331\"><h2 data-css=\"tve-u-1621b10fccf\" style=\"text-align: center;\">our happy clients</h2></div><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641367127b\" data-float=\"1\" wfd-id=\"330\"><svg class=\"tcb-icon\" viewBox=\"0 0 30 32\" data-name=\"quote-left\">\n<path d=\"M13.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429zM29.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641367e553\" wfd-id=\"329\"><svg class=\"tcb-icon\" viewBox=\"0 0 30 32\" data-name=\"quote-left\">\n<path d=\"M13.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429zM29.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a10d3b4\" wfd-id=\"300\">\n<div class=\"tve-content-box-background\" wfd-id=\"328\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"301\"><div class=\"tcb-clear\" data-css=\"tve-u-1621b300a64\" wfd-id=\"326\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-1621f154231\" wfd-id=\"327\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621b200375\" wfd-id=\"304\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-16260d8392c\" wfd-id=\"305\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"310\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"312\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16417b62c09\" wfd-id=\"313\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-16260d8396c\" wfd-id=\"314\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16260d01208\" style=\"\" wfd-id=\"320\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"322\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"323\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16225617da3\" wfd-id=\"325\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"324\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16260d0120e\" style=\"\" wfd-id=\"315\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"317\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"319\"><h5>Brett Graham, 28</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"318\"><h6 class=\"\">Architect</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"306\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"308\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"309\"><p data-css=\"tve-u-162539c17ec\">Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit. Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit.&nbsp;</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-16260c5ff0c\" wfd-id=\"302\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260c5ff07\" wfd-id=\"303\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a12f675\" wfd-id=\"267\">\n<div class=\"tve-content-box-background\" wfd-id=\"299\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"268\"><div class=\"tcb-clear\" data-css=\"tve-u-16260cd7683\" wfd-id=\"297\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260d73672\" wfd-id=\"298\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16260da3aa7\" wfd-id=\"271\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-1621fb68b97\" wfd-id=\"272\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"281\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"283\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16417b662bf\" wfd-id=\"284\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-1621fb65556\" wfd-id=\"285\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16229915e1a\" style=\"\" wfd-id=\"291\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"293\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"294\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16260c433e9\" wfd-id=\"296\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"295\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16229915e4e\" style=\"\" wfd-id=\"286\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"288\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"290\"><h5>Rosie Hanson, 24</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"289\"><h6 class=\"\">Real estate Associate</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"273\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"275\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"276\"><p data-css=\"tve-u-162539c17ec\">Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo.</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-16260d3b97e\" wfd-id=\"269\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260d39b83\" wfd-id=\"270\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a146aef\" wfd-id=\"234\">\n<div class=\"tve-content-box-background\" wfd-id=\"266\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"235\"><div class=\"tcb-clear\" data-css=\"tve-u-16260cd7683\" wfd-id=\"264\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260cd622f\" wfd-id=\"265\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16260c39a7e\" wfd-id=\"238\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-16260d3f4aa\" wfd-id=\"239\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"246\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"248\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621fbacc60\" wfd-id=\"249\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-16260d3f4af\" wfd-id=\"250\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16229915e1a\" style=\"\" wfd-id=\"258\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"260\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"261\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16260d5e4b8\" wfd-id=\"263\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"262\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16229915e4e\" style=\"\" wfd-id=\"251\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"253\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"257\"><h5>Shawn Mattews, 35</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"254\"><h6 class=\"\">project manager</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"240\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"242\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"243\"><p data-css=\"tve-u-162539c17ec\">Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo. Nullam ac urna eu felis.Sed non neque elit. Sed ut imperdiet nisi. Proin condimentum</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1621b30ca74\" wfd-id=\"236\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-1621f15b521\" wfd-id=\"237\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621b3c8c52\" wfd-id=\"118\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621b3cfc7b\" wfd-id=\"231\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621b3c74d9\" wfd-id=\"119\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621e7b695a\" wfd-id=\"228\"><h2 data-css=\"tve-u-1621e7a7350\" style=\"text-align: center;\">our offers</h2></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621e7c899a\" wfd-id=\"120\"><div class=\"tcb-flex-row tcb--cols--3 tcb-medium-wrap v-2\" data-css=\"tve-u-1621e7c7aa1\" wfd-id=\"121\"><div class=\"tcb-flex-col\" wfd-id=\"188\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16223fc9f23\" wfd-id=\"190\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e7ceab3\" style=\"\" wfd-id=\"191\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16416e4fafd\" wfd-id=\"227\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e7d5094\" wfd-id=\"192\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e7e9950\" data-value-type=\"percent\" style=\"\" wfd-id=\"221\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e7edfd9\" data-clip-id=\"10ffac3b28f1d\" wfd-id=\"226\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-10ffac3b28f1d\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-10ffac3b28f1d\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e7e6c1d\" wfd-id=\"222\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-16417b4cb9e\" wfd-id=\"223\"><h4 data-css=\"tve-u-1621fe1a1af\" style=\"text-align: center;\"><strong>Basic Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ec6c39b\" data-float=\"1\" wfd-id=\"217\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e81f424\" wfd-id=\"220\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec752da\" wfd-id=\"218\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"219\"><h4 data-css=\"tve-u-1621fe1bd18\" style=\"text-align: center;\"><strong>15$</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621ea50702\" wfd-id=\"193\"><ul class=\"tcb-styled-list\" wfd-id=\"194\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec3a5c0\" wfd-id=\"213\"><div class=\"tcb-styled-list-icon\" wfd-id=\"215\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec204df\" wfd-id=\"216\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec241aa\" wfd-id=\"214\">Interior vacuum</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"209\"><div class=\"tcb-styled-list-icon\" wfd-id=\"211\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec20f68\" wfd-id=\"212\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec2704c\" wfd-id=\"210\">Dust &amp;dash console</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec42aa7\" wfd-id=\"203\"><div class=\"tcb-styled-list-icon\" wfd-id=\"207\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec21a31\" wfd-id=\"208\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec298ab\" wfd-id=\"204\">Hand towel dry</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec43fe2\" wfd-id=\"199\"><div class=\"tcb-styled-list-icon\" wfd-id=\"201\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ea1fba7\" wfd-id=\"202\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea23322\" wfd-id=\"200\">Clean windows</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec454d9\" wfd-id=\"195\"><div class=\"tcb-styled-list-icon\" wfd-id=\"197\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ea295c0\" wfd-id=\"198\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea2c69a\" wfd-id=\"196\">Soft cloth wash</span></li></ul></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"155\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"157\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621eb81205\" style=\"\" wfd-id=\"158\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16416e603ab\" wfd-id=\"187\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621eb7ccb0\" wfd-id=\"159\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ebbbb6d\" data-value-type=\"percent\" wfd-id=\"183\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eaaedd8\" data-clip-id=\"a2b9cf3198d6f\" wfd-id=\"186\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-a2b9cf3198d6f\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-a2b9cf3198d6f\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec7f21a\" wfd-id=\"184\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e930bd7\" wfd-id=\"185\"><h4 data-css=\"tve-u-1621e92e97f\" style=\"text-align: center;\"><strong>Ultimate Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ec78d2c\" data-float=\"1\" wfd-id=\"179\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eab272c\" wfd-id=\"182\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec79a7d\" wfd-id=\"180\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"181\"><h4 data-css=\"tve-u-1621e942b65\" style=\"text-align: center;\"><strong>22 $</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621ebfa746\" wfd-id=\"176\"><p data-css=\"tve-u-1621f4ceaf6\" style=\"text-align: center;\">Includes basic service <span data-css=\"tve-u-1621f4ceaf7\" style=\"color: rgb(15, 29, 123);\" wfd-id=\"177\"><strong class=\"\"><span data-css=\"tve-u-1621f4ceafb\" wfd-id=\"178\">+</span></strong></span></p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621ebf340c\" wfd-id=\"160\"><ul class=\"tcb-styled-list\" wfd-id=\"161\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-164137a0b1f\" wfd-id=\"170\"><div class=\"tcb-styled-list-icon\" wfd-id=\"174\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec0c5bd\" wfd-id=\"175\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ebfe4ce\" wfd-id=\"171\">Triple foam conditiner</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec04541\" wfd-id=\"166\"><div class=\"tcb-styled-list-icon\" wfd-id=\"168\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec09a3c\" wfd-id=\"169\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ebff867\" wfd-id=\"167\">Tire dressing</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec05cc3\" wfd-id=\"162\"><div class=\"tcb-styled-list-icon\" wfd-id=\"164\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec15f6e\" wfd-id=\"165\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec009a8\" wfd-id=\"163\">Air freshner</span></li></ul></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"122\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16223dad661\" wfd-id=\"124\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621fd9c946\" style=\"\" wfd-id=\"125\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e7d234c\" wfd-id=\"154\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621fd84d7b\" wfd-id=\"126\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16223b080b0\" data-value-type=\"percent\" wfd-id=\"148\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eb3eb9f\" data-clip-id=\"ac98bb0e54b3b\" wfd-id=\"153\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621fd8766c\" wfd-id=\"149\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e930bd7\" wfd-id=\"150\"><h4 data-css=\"tve-u-1621fe1587d\" style=\"text-align: center;\"><strong>Supreme Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e8107f3\" wfd-id=\"144\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eb43d8d\" wfd-id=\"147\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e819c52\" wfd-id=\"145\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"146\"><h4 data-css=\"tve-u-1621fe1725e\" style=\"text-align: center;\"><strong>30 $</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621eb037bb\" wfd-id=\"141\"><p data-css=\"tve-u-1621f4d0451\" style=\"text-align: center;\">Includes ultimate service <span data-css=\"tve-u-1621eaff572\" style=\"color: rgb(15, 29, 123);\" wfd-id=\"142\"><strong class=\"\"><span data-css=\"tve-u-1621eb01b60\" wfd-id=\"143\">+</span></strong></span></p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621eacf6af\" wfd-id=\"127\"><ul class=\"tcb-styled-list\" wfd-id=\"128\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec36a4d\" wfd-id=\"137\"><div class=\"tcb-styled-list-icon\" wfd-id=\"139\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e9993aa\" wfd-id=\"140\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea1a5d7\" wfd-id=\"138\">Exterior trim dressing</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"133\"><div class=\"tcb-styled-list-icon\" wfd-id=\"135\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e99b1db\" wfd-id=\"136\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea19a06\" wfd-id=\"134\">Hand applied spray wax</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec37ea5\" wfd-id=\"129\"><div class=\"tcb-styled-list-icon\" wfd-id=\"131\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e99c314\" wfd-id=\"132\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea18c5d\" wfd-id=\"130\">Interior conditioner</span></li></ul></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621efddaaf\" wfd-id=\"70\">\n<div class=\"tve-page-section-out\" wfd-id=\"117\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621edf8048\" wfd-id=\"71\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621f114214\" wfd-id=\"72\"><div class=\"tcb-flex-row tcb-mobile-edit tcb--cols--2\" data-css=\"tve-u-1621ee03000\" wfd-id=\"73\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621ee4be21\" style=\"\" wfd-id=\"79\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ee093d4\" wfd-id=\"81\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ee3afec\" wfd-id=\"82\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621ee58e74\" wfd-id=\"116\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ee37f4a\" wfd-id=\"83\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1621ee74a24\" wfd-id=\"115\"><svg class=\"tcb-icon\" viewBox=\"0 0 16 28\" data-name=\"map-marker\">\n<path d=\"M12 10c0-2.203-1.797-4-4-4s-4 1.797-4 4 1.797 4 4 4 4-1.797 4-4zM16 10c0 0.953-0.109 1.937-0.516 2.797l-5.688 12.094c-0.328 0.688-1.047 1.109-1.797 1.109s-1.469-0.422-1.781-1.109l-5.703-12.094c-0.406-0.859-0.516-1.844-0.516-2.797 0-4.422 3.578-8 8-8s8 3.578 8 8z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621ee63e1c\" wfd-id=\"110\"><h2 data-css=\"tve-u-1621fdcb4ea\" style=\"text-align: center;\">contact us</h2></div><div class=\"thrv_wrapper thrv-contact-form\" data-ct=\"contact_form-22343\" style=\"\" data-css=\"tve-u-16465071dea\" data-ct-name=\"Rounded Shadow\" wfd-id=\"86\">\n<form action=\"\" method=\"post\" novalidate=\"\" wfd-id=\"87\">\n<div class=\"tve-cf-item-wrapper\" wfd-id=\"93\">\n<div class=\"tve-cf-item\" data-css=\"tve-u-1695dd04208\" wfd-id=\"106\">\n<div class=\"thrv-cf-input-wrapper\" data-type=\"first_name\" wfd-id=\"107\">\n<label data-css=\"tve-u-1695d9d6525\" class=\"\" wfd-id=\"109\">First Name</label>\n<div class=\"tve-cf-input\" data-css=\"tve-u-1695d9d6526\" data-tcb_hover_state_parent=\"\" wfd-id=\"108\">\n<input placeholder=\"\" type=\"text\" name=\"first_name\" data-placeholder=\"\" wfd-id=\"590\">\n</div>\n</div>\n</div>\n<div class=\"tve-cf-item\" data-css=\"tve-u-1695dd04208\" wfd-id=\"102\">\n<div class=\"thrv-cf-input-wrapper\" data-type=\"email\" wfd-id=\"103\">\n<label data-css=\"tve-u-1695d9d6527\" class=\"\" wfd-id=\"105\">Email Address</label>\n<div class=\"tve-cf-input\" data-css=\"tve-u-1695d9d6528\" data-tcb_hover_state_parent=\"\" wfd-id=\"104\">\n<input placeholder=\"\" type=\"email\" name=\"email\" data-placeholder=\"\" wfd-id=\"589\">\n</div>\n</div>\n</div>\n<div class=\"tve-cf-item\" data-css=\"tve-u-1695dd484d7\" wfd-id=\"98\">\n<div class=\"thrv-cf-input-wrapper\" data-type=\"message\" wfd-id=\"99\">\n<label data-css=\"tve-u-1695d9d6529\" class=\"\" wfd-id=\"101\">Message</label>\n<div class=\"tve-cf-input\" data-css=\"tve-u-1695d9d652a\" data-tcb_hover_state_parent=\"\" wfd-id=\"100\">\n<textarea placeholder=\"\" data-placeholder=\"\" name=\"message\" wfd-id=\"592\"></textarea>\n</div>\n</div>\n</div>\n<div class=\"tve-cf-item\" data-css=\"tve-u-1695dd04208\" wfd-id=\"94\">\n	<div class=\"thrv-cf-input-wrapper\" data-type=\"phone\" wfd-id=\"95\">\n		<label data-css=\"tve-u-1695d9d6525\" class=\"\" wfd-id=\"97\">Phone Number</label>\n		<div class=\"tve-cf-input\" data-css=\"tve-u-1695d9d6526\" wfd-id=\"96\">\n			<input placeholder=\"+1-555-555-2368\" type=\"tel\" name=\"phone\" data-placeholder=\"+1-555-555-2368\" wfd-id=\"588\">\n		</div>\n	</div>\n</div></div>\n<div class=\"tve-cf-submit\" data-tcb_hover_state_parent=\"\" data-button-style=\"rounded\" data-css=\"tve-u-1695dd27f6a\" wfd-id=\"88\">\n<button class=\"tve_btn_txt\" type=\"submit\" wfd-id=\"605\">Submit Message</button>\n</div>\n<input type=\"hidden\" name=\"config\" value=\"YTozOntzOjE0OiJlcnJvcl9tZXNzYWdlcyI7YTo0OntzOjU6ImVtYWlsIjtzOjIxOiJFbWFpbCBhZGRyZXNzIGludmFsaWQiO3M6NToicGhvbmUiO3M6MjA6IlBob25lIG51bWJlciBpbnZhbGlkIjtzOjM6InVybCI7czoxMToiVVJMIGludmFsaWQiO3M6ODoicmVxdWlyZWQiO3M6MjA6IlJlcXVpcmVkIGZpZWxkIGVtcHR5Ijt9czo4OiJ0b19lbWFpbCI7YToyOntzOjI6InRvIjtzOjI4OiJpbmZvQGJlc3RjZXJha290ZWZsb3JpZGEuY29tIjtzOjc6InN1YmplY3QiO3M6MTg6Ik5ldyBtZXNzYWdlIGZyb206ICI7fXM6Njoic3VibWl0IjthOjEwOntzOjY6ImFjdGlvbiI7czoxMjoibm90aWZpY2F0aW9uIjtzOjIzOiJzZW5kX2NvbmZpcm1hdGlvbl9lbWFpbCI7YjoxO3M6MTk6InNlbmRlcl9wZXJzb25hbGl6ZWQiO2I6MDtzOjIwOiJjb25maXJtYXRpb25fc3ViamVjdCI7czozNjoiQ29udGFjdCBGb3JtIHN1Ym1pc3Npb24gY29uZmlybWF0aW9uIjtzOjIwOiJjb25maXJtYXRpb25fbWVzc2FnZSI7czoxMzk6IkhlbGxvLCAKClRoYW5rcyBmb3IgY29udGFjdGluZyB1cy4gV2UnbGwgZ2V0IGJhY2sgdG8geW91IGFzIHNvb24gYXMgcG9zc2libGUgd2l0aCB0aGUgaW5mb3JtYXRpb24geW91IG5lZWQuIAoKQmVzdCByZWdhcmRzLApbd3Bfc2l0ZV90aXRsZV0iO3M6OToiZnJvbV9uYW1lIjtzOjI4OiJUaGUgQmVzdCBDZXJha290ZSBJbiBGbG9yaWRhIjtzOjEwOiJmcm9tX2VtYWlsIjtzOjI5OiJhZG1pbkBiZXN0Y2VyYWtvdGVmbG9yaWRhLmNvbSI7czo4OiJyZXBseV90byI7czoyOToiYWRtaW5AYmVzdGNlcmFrb3RlZmxvcmlkYS5jb20iO3M6MzoidXJsIjtzOjA6IiI7czoxMjoibm90aWZpY2F0aW9uIjtzOjgxOiJZb3VyIG1lc3NhZ2UgaGFzIGJlZW4gc2VudCwgdGhhbmsgeW91ISBZb3UnbGwgaGVhciBmcm9tIHVzIHdpdGhpbiB0aGUgbmV4dCAyNCBocnMiO319\" wfd-id=\"587\"></form>\n</div><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_slide_left\" data-css=\"tve-u-1621ef118dc\" style=\"\" wfd-id=\"84\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"85\"><img class=\"tve_image tve_evt_manager_listen tve_et_tve-viewport wp-image-282\" alt=\"Cerakote Certified Logo\" width=\"2148\" height=\"1968\" title=\"Cerakote Certified Logo\" data-id=\"282\" src=\"https://bestcerakoteflorida.com/wp-content/uploads/2018/09/CertifiedLogo.png\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_left&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" style=\"width: 100%;\"></span></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621ee4be73\" style=\"\" wfd-id=\"74\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ee22c43\" wfd-id=\"76\"><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-1695d995f33\" wfd-id=\"78\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=825 South Kings Highway, Fort Pierce&amp;t=m&amp;z=11&amp;output=embed&amp;iwloc=near\"></iframe>\n</div><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-1621ee18a1c\" wfd-id=\"77\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=davie, Florida 33317&amp;t=m&amp;z=11&amp;output=embed&amp;iwloc=near\"></iframe>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-custom-menu-inside\" data-css=\"tve-u-1621f0aa8f7\" wfd-id=\"28\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621f0ada0e\" wfd-id=\"69\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621f0b0088\" wfd-id=\"29\"><div class=\"thrv_wrapper thrv-columns tve-custom-menu-inside\" data-css=\"tve-u-1621f0d2c1a\" wfd-id=\"30\"><div class=\"tcb-flex-row tcb--cols--3 tcb-resized\" data-css=\"tve-u-1621f0cbe40\" wfd-id=\"31\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1695e826914\" style=\"\" wfd-id=\"61\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"63\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621f0da775\" wfd-id=\"64\"><p data-css=\"tve-u-1622444fb11\" style=\"text-align: center;\">Â© 2018, BLACKHAWK CUSTOM, LLC . All rights reserved.</p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1695e826ae0\" style=\"\" wfd-id=\"40\"><div class=\"tcb-col\" wfd-id=\"42\"><div class=\"thrv_wrapper thrv_widget_menu tve-custom-menu-upgrade tve-mobile-dropdown tve-menu-style-none tve-dropdown-icon-style_2\" data-tve-style=\"tve_horizontal\" data-tve-switch-icon=\"tablet,mobile\" data-css=\"tve-u-1695e821f4c\" tcb-template-name=\"Simple Underline Light\" tcb-template-id=\"28130\" data-ct=\"menu-28130\" style=\"\" wfd-id=\"43\">	<div class=\"thrive-shortcode-config\" style=\"display: none !important\" wfd-id=\"60\">__CONFIG_widget_menu__{\"menu_id\":\"custom\",\"color\":\"tve_red\",\"dir\":\"tve_horizontal\",\"font_class\":\"\",\"font_size\":\"\",\"ul_attr\":\"\",\"link_attr\":\"\",\"top_link_attr\":\"\",\"trigger_attr\":\"\",\"primary\":\"\",\"head_css\":\"\",\"background_hover\":\"\",\"main_hover\":\"\",\"child_hover\":\"\",\"group_edit\":[{\"css_id\":null,\"class\":\"\"},{\"css_id\":null,\"class\":\"\"},{\"css_id\":null,\"class\":\"\"},{\"css_id\":null,\"class\":\"\"}],\"menu_style\":\"none\",\"dropdown_icon\":\"style_2\",\"mobile_side\":\"\",\"mobile_icon\":\"\",\"switch_to_icon\":\"tablet,mobile\",\"template\":\"28130\",\"template_name\":\"Simple Underline Light\"}__CONFIG_widget_menu__</div>\n<div class=\"thrive-shortcode-html tve-menu-custom-type thrive-shortcode-html-editable tve-custom-menu-type tve_clearfix\" style=\"z-index: 8;\" wfd-id=\"44\">\n<a class=\"tve-m-trigger t_tve_horizontal tve_red\" href=\"javascript:void(0)\"><div class=\"thrv_wrapper thrv_icon tcb-icon-open tve-trigger-active\" data-not-changeable=\"true\" data-selector=\"[data-css=&quot;tve-u-1695e821f4c&quot;] .tcb-icon-open\" wfd-id=\"59\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 24\" data-name=\"align-justify\"><g><g><path class=\"st0\" d=\"M23,13H1c-0.6,0-1-0.4-1-1s0.4-1,1-1h22c0.6,0,1,0.4,1,1S23.6,13,23,13z\"></path></g><g><path class=\"st0\" d=\"M23,6.7H1c-0.6,0-1-0.4-1-1s0.4-1,1-1h22c0.6,0,1,0.4,1,1S23.6,6.7,23,6.7z\"></path></g><g><path class=\"st0\" d=\"M23,19.3H1c-0.6,0-1-0.4-1-1s0.4-1,1-1h22c0.6,0,1,0.4,1,1S23.6,19.3,23,19.3z\"></path></g></g></svg></div><div class=\"thrv_wrapper thrv_icon tcb-icon-close\" data-not-changeable=\"true\" data-selector=\"[data-css=&quot;tve-u-1695e821f4c&quot;] .tcb-icon-close\" wfd-id=\"58\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 24\" data-name=\"close\"><path class=\"st0\" d=\"M13.4,12l7.1-7.1c0.4-0.4,0.4-1,0-1.4s-1-0.4-1.4,0L12,10.6L4.9,3.5c-0.4-0.4-1-0.4-1.4,0s-0.4,1,0,1.4l7.1,7.1 l-7.1,7.1c-0.4,0.4-0.4,1,0,1.4c0.4,0.4,1,0.4,1.4,0l7.1-7.1l7.1,7.1c0.4,0.4,1,0.4,1.4,0c0.4-0.4,0.4-1,0-1.4L13.4,12z\"></path></svg></div></a><ul id=\"menu-main-menu\" class=\"tve_w_menu tve_horizontal tve-m-collapsed\" style=\"z-index: 6;\" wfd-id=\"45\"><li id=\"tcb_custom_menu_5402f616\" class=\"menu-item menu-item-type-post_type menu-item-object-page thrv_wrapper thrv-menu-item-element thrv-custom-menu-item\" data-selector=\"[data-css=&quot;tve-u-1695e821f4c&quot;] #tcb_custom_menu_5402f616\" data-tcb_hover_state_parent=\"\" wfd-id=\"55\"><a href=\"https://bestcerakoteflorida.com/privacy/\"><span class=\"tve-disabled-text-inner\" wfd-id=\"57\">Privacy</span><span class=\"tve-disabled-text-inner tve-item-dropdown-trigger\" wfd-id=\"56\"></span></a></li><li id=\"tcb_custom_menu_13475a66\" class=\"menu-item menu-item-type-post_type menu-item-object-page thrv_wrapper thrv-menu-item-element thrv-custom-menu-item active-expand-children\" data-selector=\"[data-css=&quot;tve-u-1695e821f4c&quot;] #tcb_custom_menu_13475a66\" data-tcb_hover_state_parent=\"\" wfd-id=\"52\"><a href=\"\"><span class=\"tve-disabled-text-inner\" wfd-id=\"54\">NAV#2</span><span class=\"tve-disabled-text-inner tve-item-dropdown-trigger\" wfd-id=\"53\"></span></a></li><li id=\"tcb_custom_menu_a19cc162\" class=\"menu-item menu-item-type-post_type menu-item-object-page thrv_wrapper thrv-menu-item-element thrv-custom-menu-item\" data-selector=\"[data-css=&quot;tve-u-1695e821f4c&quot;] #tcb_custom_menu_a19cc162\" data-tcb_hover_state_parent=\"\" wfd-id=\"49\"><a href=\"\"><span class=\"tve-disabled-text-inner\" wfd-id=\"51\">NAV#3</span><span class=\"tve-disabled-text-inner tve-item-dropdown-trigger\" wfd-id=\"50\"></span></a></li><li id=\"tcb_custom_menu_hgZvKxml\" class=\"menu-item menu-item-type-post_type menu-item-object-page thrv_wrapper thrv-menu-item-element thrv-custom-menu-item\" data-selector=\"[data-css=&quot;tve-u-1695e821f4c&quot;] #tcb_custom_menu_hgZvKxml\" data-tcb_hover_state_parent=\"\" wfd-id=\"46\"><a href=\"\"><span class=\"tve-disabled-text-inner\" wfd-id=\"48\">NAV#5</span><span class=\"tve-disabled-text-inner tve-item-dropdown-trigger\" wfd-id=\"47\"></span></a></li></ul></div>	</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1695e826b67\" wfd-id=\"32\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"34\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16223fe5f5b\" wfd-id=\"35\"><p data-css=\"tve-u-1621f0d874c\" style=\"text-align: center;\">Made with <a href=\"https://thrivethemes.com/\" target=\"_blank\" data-css=\"tve-u-1695e7e070d\">Thrive Architect</a></p></div></div></div></div></div></div>\n</div>\n\n'),(7356,598,'tve_revision_tve_has_wistia_popover','0'),(7357,599,'tve_revision_tve_landing_page','tcb2-thrivebiz-car-wash'),(7358,599,'tve_revision_tve_landing_set',''),(7359,599,'tve_revision_tve_disable_theme_dependency','1'),(7360,599,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-162717d1bbe\" wfd-id=\"559\"><div class=\"tcb-flex-row tcb-medium-no-wrap v-2 tcb--cols--3 m-edit tcb-mobile-wrap tcb-resized\" data-css=\"tve-u-162717d1bbf\" wfd-id=\"560\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1695981e7bb\" wfd-id=\"579\"><div class=\"tcb-col\" data-css=\"tve-u-16959846d3d\" wfd-id=\"581\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16959822de2\" wfd-id=\"582\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"583\"><img class=\"tve_image wp-image-465\" alt=\"\" width=\"384\" height=\"62\" title=\"Blackhawk_custom_header\" data-id=\"465\" src=\"https://bestcerakoteflorida.com/wp-content/uploads/2019/01/Blackhawk_custom_header.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717d1bb9\" style=\"\" wfd-id=\"572\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717d1bb6\" wfd-id=\"574\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-164179a84b8\" wfd-id=\"575\">\n<div class=\"tve-content-box-background\" wfd-id=\"578\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"576\"><div class=\"tcb-clear\" wfd-id=\"577\"></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717d1bb7\" style=\"\" wfd-id=\"561\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717d1bbc\" wfd-id=\"563\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16369305186\" wfd-id=\"564\">\n<div class=\"tve-content-box-background\" wfd-id=\"571\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16417e9d24e\" wfd-id=\"565\"><div class=\"tcb-clear\" wfd-id=\"569\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-16417e5bd95\" data-float=\"1\" wfd-id=\"570\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-envelope-regular\" data-name=\"\">\n            <path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path>\n        </svg></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-164179bced9\" wfd-id=\"566\"><p data-css=\"tve-u-1641333d7d1\"><a href=\"mailto:info@bestcerkoteflorida.com\" target=\"_blank\">info@bestcerakoteflorida.com</a></p></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-162717cb621\" data-value-type=\"percent\" wfd-id=\"518\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-162717cb620\" data-clip-id=\"c883ac5175045\" wfd-id=\"558\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-c883ac5175045\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"4\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9301, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-c883ac5175045\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9476, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-c883ac5175045\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9651, 1 1, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-162717cb609\" wfd-id=\"519\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-162717cb618\" wfd-id=\"520\"><div class=\"tcb-flex-row tcb-medium-wrap tcb-resized v-2 tcb--cols--2\" data-css=\"tve-u-162717cb617\" wfd-id=\"521\"><div class=\"tcb-flex-col\" data-css=\"tve-u-162717cb601\" style=\"\" wfd-id=\"537\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717cb60a\" wfd-id=\"539\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h1\" data-css=\"tve-u-162717cb610\" wfd-id=\"549\"><h1 data-css=\"tve-u-162717cb616\" style=\"text-align: center;\">&nbsp;<strong>â€‹</strong><strong>Protect What\'s Important To You! With The Toughest Ceramic Finish In The World!</strong></h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162717cb60f\" wfd-id=\"540\"><h2 class=\"\" data-css=\"tve-u-1695a36117b\" style=\"text-align: center;\"><strong>Heat, Water, Salt and Sand just some of the conditions you face. And any one of them is just waiting, to get a hold of your firearm and leave it a pile of rusted, pitted junk.</strong></h2><h2 class=\"\" data-css=\"tve-u-16413112747\" style=\"text-align: center;\"><strong>Unfortunately, there wasn\'t much you could do other than keep cleaning and lubricating your firearms...till NOW!</strong></h2></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717cb600\" style=\"\" wfd-id=\"522\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717cb60b\" wfd-id=\"524\"><div class=\"thrv_responsive_video thrv_wrapper rv_style_lifted_style2\" data-type=\"youtube\" data-rel=\"0\" data-url=\"https://www.youtube.com/watch?v=a1nyu9ZJiEk\" data-css=\"tve-u-16959cd1e7a\" data-modestbranding=\"1\" wfd-id=\"534\">\n	\n\n	<div class=\"tve_responsive_video_container\" wfd-id=\"535\">\n		<div class=\"video_overlay\" wfd-id=\"536\"></div>\n	<iframe data-code=\"TEOqV1Q16lU\" data-provider=\"youtube\" src=\"https://www.youtube.com/embed/TEOqV1Q16lU?rel=0&amp;modestbranding=1&amp;controls=1&amp;showinfo=1&amp;fs=1&amp;wmode=transparent\" data-src=\"https://www.youtube.com/embed/TEOqV1Q16lU?rel=0&amp;modestbranding=1&amp;controls=1&amp;showinfo=1&amp;fs=1&amp;wmode=transparent\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\n</div><div class=\"thrv_wrapper thrv-button tcb-with-icon\" data-css=\"tve-u-1695a3002e2\" data-tcb_hover_state_parent=\"\" data-button-style=\"border_1\" wfd-id=\"525\">\n	<a href=\"tel:1-954-848-1911\" class=\"tcb-button-link\" target=\"_blank\" rel=\"\"><span class=\"tcb-button-icon\" wfd-id=\"532\">\n	<div class=\"thrv_wrapper thrv_icon tve_no_drag tve_no_icons tcb-icon-inherit-style tcb-icon-display\" wfd-id=\"533\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-phone-plus-light\" data-name=\"\">\n            <path d=\"M8 128h88v88c0 4.4 3.6 8 8 8h16c4.4 0 8-3.6 8-8v-88h88c4.4 0 8-3.6 8-8v-16c0-4.4-3.6-8-8-8h-88V8c0-4.4-3.6-8-8-8h-16c-4.4 0-8 3.6-8 8v88H8c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8zM487.8 24.1L387 .8c-14.7-3.4-29.8 4.2-35.8 18.1l-46.5 108.5c-5.5 12.7-1.8 27.7 8.9 36.5l53.9 44.1c-34 69.2-90.3 125.6-159.6 159.6l-44.1-53.9c-8.8-10.7-23.8-14.4-36.5-8.9L18.9 351.3c-13.9 6-21.5 21-18.1 35.8L24 487.9C27.3 502 39.9 512 54.5 512 306.7 512 512 307.8 512 54.5c0-14.6-10-27.2-24.2-30.4zM55.1 480l-23-99.6 107.4-46 59.5 72.8c103.6-48.6 159.7-104.9 208.1-208.1l-72.8-59.5 46-107.4 99.6 23C479.7 289.7 289.6 479.7 55.1 480z\"></path>\n        </svg></div>\n</span>\n\n		<span class=\"tcb-button-texts\" wfd-id=\"526\"><span class=\"tcb-button-text thrv-inline-text\" wfd-id=\"527\">CALL NOW</span></span>\n	</a>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-162717fcf9d\" data-value-type=\"percent\" wfd-id=\"417\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-162718bd0c0\" data-clip-id=\"a3b25e1c9221a\" wfd-id=\"517\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0875\"></polygon></clipPath><clipPath id=\"clip-tablet-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"6\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.1051\"></polygon></clipPath><clipPath id=\"clip-mobile-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"1\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0175\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-162718a3b40\" wfd-id=\"418\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622a159bcb\" wfd-id=\"419\">\n<div class=\"tve-content-box-background\" wfd-id=\"516\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"420\"><div class=\"thrv_wrapper thrv-columns\" wfd-id=\"498\"><div class=\"tcb-flex-row tcb--cols--2\" wfd-id=\"499\"><div class=\"tcb-flex-col\" wfd-id=\"508\"><div class=\"tcb-col\" wfd-id=\"510\"><div class=\"thrv_wrapper thrv_text_element\" wfd-id=\"511\"><p>Enter your text here...</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"500\"><div class=\"tcb-col\" wfd-id=\"502\"><div class=\"thrv_wrapper thrv_text_element\" wfd-id=\"503\"><p>Enter your text here...</p></div></div></div></div></div><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621a2247ba\" wfd-id=\"489\"><h2 data-css=\"tve-u-1621a2e0d5b\">our services</h2></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16229f6175c\" wfd-id=\"458\"><div class=\"tcb-flex-row tcb-medium-no-wrap tcb--cols--3 v-2\" data-css=\"tve-u-162493a03b0\" wfd-id=\"459\"><div class=\"tcb-flex-col\" wfd-id=\"478\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1624939a960\" data-tcb_hover_state_parent=\"\" wfd-id=\"480\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-162493d5f13\" data-float=\"1\" wfd-id=\"488\"><svg class=\"tcb-icon\" viewBox=\"0 0 14 28\" data-name=\"bolt\">\n<path d=\"M13.828 8.844c0.172 0.187 0.219 0.453 0.109 0.688l-8.437 18.078c-0.125 0.234-0.375 0.391-0.656 0.391-0.063 0-0.141-0.016-0.219-0.031-0.344-0.109-0.547-0.438-0.469-0.766l3.078-12.625-6.344 1.578c-0.063 0.016-0.125 0.016-0.187 0.016-0.172 0-0.359-0.063-0.484-0.172-0.187-0.156-0.25-0.391-0.203-0.609l3.141-12.891c0.078-0.297 0.359-0.5 0.688-0.5h5.125c0.391 0 0.703 0.297 0.703 0.656 0 0.094-0.031 0.187-0.078 0.281l-2.672 7.234 6.188-1.531c0.063-0.016 0.125-0.031 0.187-0.031 0.203 0 0.391 0.094 0.531 0.234z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"484\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-162494b490e\" wfd-id=\"485\"><h4 data-css=\"tve-u-16249355087\" style=\"text-align: left;\">Express exterior</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162494b7ad0\" wfd-id=\"481\"><p data-css=\"tve-u-162492e70ad\">Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"469\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162493b6b63\" data-tcb_hover_state_parent=\"\" wfd-id=\"471\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b456a\" wfd-id=\"477\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"adjust\">\n<path d=\"M12 22.5v-17c-4.688 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"473\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1af44d\" wfd-id=\"474\"><h4 data-css=\"tve-u-16249358652\" style=\"text-align: left;\">Interior clean</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"472\"><p data-css=\"tve-u-162492e70ad\">Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"460\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16249373b25\" wfd-id=\"462\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b52d3\" wfd-id=\"468\"><svg class=\"tcb-icon\" viewBox=\"0 0 26 28\" data-name=\"umbrella\">\n<path d=\"M14 12.938v9.063c0 2.172-1.828 4-4 4s-4-1.828-4-4c0-0.547 0.453-1 1-1s1 0.453 1 1c0 1.047 0.953 2 2 2s2-0.953 2-2v-9.063c0.328-0.109 0.656-0.172 1-0.172s0.672 0.063 1 0.172zM26 13.359c0 0.266-0.234 0.5-0.5 0.5-0.141 0-0.25-0.063-0.359-0.156-0.906-0.844-1.75-1.437-3.047-1.437-1.484 0-2.766 0.922-3.609 2.094-0.187 0.266-0.328 0.547-0.5 0.812-0.109 0.172-0.234 0.266-0.438 0.266-0.219 0-0.344-0.094-0.453-0.266-0.172-0.266-0.313-0.547-0.5-0.812-0.844-1.172-2.109-2.094-3.594-2.094s-2.75 0.922-3.594 2.094c-0.187 0.266-0.328 0.547-0.5 0.812-0.109 0.172-0.234 0.266-0.453 0.266-0.203 0-0.328-0.094-0.438-0.266-0.172-0.266-0.313-0.547-0.5-0.812-0.844-1.172-2.125-2.094-3.609-2.094-1.297 0-2.141 0.594-3.047 1.437-0.109 0.094-0.219 0.156-0.359 0.156-0.266 0-0.5-0.234-0.5-0.5 0-0.047 0-0.078 0.016-0.109 1.437-5.906 7.141-9.25 12.984-9.25 5.812 0 11.578 3.344 12.984 9.25 0.016 0.031 0.016 0.063 0.016 0.109zM14 2v1.531c-0.328-0.016-0.672-0.031-1-0.031s-0.672 0.016-1 0.031v-1.531c0-0.547 0.453-1 1-1s1 0.453 1 1z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"464\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b01a6\" wfd-id=\"465\"><h4 data-css=\"tve-u-1624935a201\" style=\"text-align: left;\">Wax protection</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"463\"><p data-css=\"tve-u-162492e70ad\">Etiam pharetra, erat sed fermentum feugiat, velit mauris</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16249367114\" wfd-id=\"421\"><div class=\"tcb-flex-row tcb-medium-no-wrap tcb--cols--3 v-2\" data-css=\"tve-u-16229ffbb7b\" wfd-id=\"422\"><div class=\"tcb-flex-col\" wfd-id=\"445\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229fa6a26\" wfd-id=\"447\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b33f9\" wfd-id=\"457\"><svg class=\"tcb-icon\" viewBox=\"0 0 26 28\" data-name=\"magic\">\n<path d=\"M18.594 9.078l4.578-4.578-1.672-1.672-4.578 4.578zM25.578 4.5c0 0.266-0.094 0.516-0.281 0.703l-20.094 20.094c-0.187 0.187-0.438 0.281-0.703 0.281s-0.516-0.094-0.703-0.281l-3.094-3.094c-0.187-0.187-0.281-0.438-0.281-0.703s0.094-0.516 0.281-0.703l20.094-20.094c0.187-0.187 0.438-0.281 0.703-0.281s0.516 0.094 0.703 0.281l3.094 3.094c0.187 0.187 0.281 0.438 0.281 0.703zM4.469 1.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531zM9.938 4.062l3.063 0.938-3.063 0.938-0.938 3.063-0.938-3.063-3.063-0.938 3.063-0.938 0.938-3.063zM24.469 11.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531zM14.469 1.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"453\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b0a67\" wfd-id=\"454\"><h4 data-css=\"tve-u-16248fc42a1\" style=\"text-align: left;\">Dust &amp; Dash Console</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"448\"><p data-css=\"tve-u-162492e70ad\">Duis sed odio sit amet nibh vulputate cursus a sit amet mauris.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"430\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1622f65ba70\" wfd-id=\"432\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b60b4\" wfd-id=\"444\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"certificate\">\n<path d=\"M21.5 14l2.156 2.109c0.297 0.281 0.406 0.703 0.313 1.094-0.109 0.391-0.422 0.703-0.812 0.797l-2.938 0.75 0.828 2.906c0.109 0.391 0 0.812-0.297 1.094-0.281 0.297-0.703 0.406-1.094 0.297l-2.906-0.828-0.75 2.938c-0.094 0.391-0.406 0.703-0.797 0.812-0.094 0.016-0.203 0.031-0.297 0.031-0.297 0-0.594-0.125-0.797-0.344l-2.109-2.156-2.109 2.156c-0.281 0.297-0.703 0.406-1.094 0.313-0.406-0.109-0.703-0.422-0.797-0.812l-0.75-2.938-2.906 0.828c-0.391 0.109-0.812 0-1.094-0.297-0.297-0.281-0.406-0.703-0.297-1.094l0.828-2.906-2.938-0.75c-0.391-0.094-0.703-0.406-0.812-0.797-0.094-0.391 0.016-0.812 0.313-1.094l2.156-2.109-2.156-2.109c-0.297-0.281-0.406-0.703-0.313-1.094 0.109-0.391 0.422-0.703 0.812-0.797l2.938-0.75-0.828-2.906c-0.109-0.391 0-0.812 0.297-1.094 0.281-0.297 0.703-0.406 1.094-0.297l2.906 0.828 0.75-2.938c0.094-0.391 0.406-0.703 0.797-0.797 0.391-0.109 0.812 0 1.094 0.297l2.109 2.172 2.109-2.172c0.281-0.297 0.688-0.406 1.094-0.297 0.391 0.094 0.703 0.406 0.797 0.797l0.75 2.938 2.906-0.828c0.391-0.109 0.812 0 1.094 0.297 0.297 0.281 0.406 0.703 0.297 1.094l-0.828 2.906 2.938 0.75c0.391 0.094 0.703 0.406 0.812 0.797 0.094 0.391-0.016 0.812-0.313 1.094z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"440\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b12d8\" wfd-id=\"441\"><h4 data-css=\"tve-u-1625389a3d5\" style=\"text-align: left;\">Triple Foam Polish</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"433\"><p data-css=\"tve-u-162492e70ad\">Class aptent taciti sociosqu ad litora torquent</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"423\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229fa8c68\" wfd-id=\"425\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-16271adf6cf\" wfd-id=\"429\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"bullseye\">\n<path d=\"M16 14c0 2.203-1.797 4-4 4s-4-1.797-4-4 1.797-4 4-4 4 1.797 4 4zM18 14c0-3.313-2.688-6-6-6s-6 2.688-6 6 2.688 6 6 6 6-2.688 6-6zM20 14c0 4.422-3.578 8-8 8s-8-3.578-8-8 3.578-8 8-8 8 3.578 8 8zM22 14c0-5.516-4.484-10-10-10s-10 4.484-10 10 4.484 10 10 10 10-4.484 10-10zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"427\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-16248fc71c8\" wfd-id=\"428\"><h4 data-css=\"tve-u-1625389b4ed\" style=\"text-align: left;\">Tire dressing</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"426\"><p data-css=\"tve-u-162492e70ad\">Etiam pharetra, erat sed fermentum feugiat, velit mauris</p></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621ad46076\" wfd-id=\"373\">\n<div class=\"tve-page-section-out\" wfd-id=\"416\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621b072b4e\" wfd-id=\"374\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621a8b2488\" wfd-id=\"375\"><div class=\"tcb-flex-row tcb--cols--2 v-2\" data-css=\"tve-u-1621a8a804b\" wfd-id=\"376\"><div class=\"tcb-flex-col\" wfd-id=\"388\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16271bfe70c\" wfd-id=\"390\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h3\" data-css=\"tve-u-1621a8c4313\" wfd-id=\"411\"><h3><strong>Complete cleaning services for yoâ€‹ur car</strong></h3></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-16417b70f47\" wfd-id=\"391\"><ul class=\"tcb-styled-list\" wfd-id=\"392\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621acf0289\" wfd-id=\"403\"><div class=\"tcb-styled-list-icon\" wfd-id=\"409\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a8e11f3\" wfd-id=\"410\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ace1b08\" wfd-id=\"404\">We are a small business delivering professional cleaning services for all vehicles</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621acf64fb\" wfd-id=\"399\"><div class=\"tcb-styled-list-icon\" wfd-id=\"401\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a8e5625\" wfd-id=\"402\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ace4de9\" wfd-id=\"400\">Our services are convenient for individuals and corporate fleets</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"393\"><div class=\"tcb-styled-list-icon\" wfd-id=\"397\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a9076ef\" wfd-id=\"398\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621acf47d2\" wfd-id=\"394\">We use eco-friendly products that actually clean, protect and maintain your car better than the traditional cleaning substances</span></li></ul></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"377\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621a90a46f\" wfd-id=\"379\"><div class=\"thrv_wrapper thrv-fill-counter tve_red tve_normalfc thrv_data_element\" data-css=\"tve-u-1621a983587\" wfd-id=\"380\">\n<div class=\"tve_fill_counter_n\" style=\"\" data-fill=\"100\" data-css=\"tve-u-1621a98b602\" wfd-id=\"381\">\n<svg viewBox=\"0 0 160 160\" class=\"tve_fill_counter_circle\" shape-rendering=\"optimizeSpeed\" data-css=\"tve-u-1621a9a2862\">\n<circle class=\"tve_fill_counter_circle_inner\" r=\"80\" cx=\"80\" cy=\"80\" data-css=\"tve-u-1621a9685d4\"></circle>\n</svg>\n<div class=\"tve_fill_text_in\" data-css=\"tve-u-1621a96b190\" wfd-id=\"382\">\n<div class=\"tve_fill_text_value\" data-css=\"tve-u-1621a9a2866\" wfd-id=\"384\">\n<div class=\"thrv-inline-text tve_fill_text tve_editable\" data-css=\"tve-u-1621a9a2867\" wfd-id=\"385\"><strong>100%â€‹</strong></div>\n</div>\n<div class=\"thrv-inline-text tve_editable tve_data_element_label\" data-css=\"tve-u-1621a9750ae\" wfd-id=\"383\">Clean car</div>\n</div>\n</div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621ada1e7f\" data-value-type=\"percent\" wfd-id=\"335\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621adba9ef\" data-clip-id=\"52d5a36c151aa\" wfd-id=\"372\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-52d5a36c151aa\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0875\"></polygon></clipPath><clipPath id=\"clip-tablet-top-52d5a36c151aa\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0524\"></polygon></clipPath><clipPath id=\"clip-mobile-top-52d5a36c151aa\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0349\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621ad420c4\" wfd-id=\"336\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621ade6172\" wfd-id=\"337\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2 tcb-row-reversed-mobile tcb-mobile-edit v-2\" data-css=\"tve-u-1621adea58b\" wfd-id=\"338\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621b064646\" style=\"\" wfd-id=\"366\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ae0bec7\" wfd-id=\"368\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ae4fd21\" data-value-type=\"percent\" data-float=\"1\" wfd-id=\"369\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621ae6c8da\" data-clip-id=\"aa2c3e3c70555\" wfd-id=\"371\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0349\"></polygon></clipPath><clipPath id=\"clip-tablet-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"4\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0699\"></polygon></clipPath><clipPath id=\"clip-mobile-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"4\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0699\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb\" data-css=\"tve-u-1621ae4db6e\" wfd-id=\"370\"></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621b064668\" style=\"\" wfd-id=\"339\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621f45bed3\" wfd-id=\"341\"><div class=\"tcb-clear\" data-css=\"tve-u-16224848ee5\" wfd-id=\"362\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621afceb00\" wfd-id=\"363\"><h2 data-css=\"tve-u-1621afcc0bf\">Check Out Our Special Offer!</h2></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621afda4fa\" wfd-id=\"361\"><p data-css=\"tve-u-1621afd8c98\">Donâ€™t miss the opportunity to get 50% discount on a complete cleaning just by recommending us to a friend. Bring someone you know with you and clean you car half price!</p></div><div class=\"tcb-clear\" data-css=\"tve-u-16224834cab\" wfd-id=\"342\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621fe85996\" wfd-id=\"343\"><div class=\"tcb-flex-row tcb--cols--2 tcb-resized tcb-medium-wrap tcb-desktop-wrap\" data-css=\"tve-u-1621fe78878\" wfd-id=\"344\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621fe94086\" style=\"\" wfd-id=\"352\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"354\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621b01355a\" wfd-id=\"355\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621b08fdde\" data-tcb_hover_state_parent=\"1\" wfd-id=\"360\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16223f02c16\" wfd-id=\"356\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-1620af7eb3f\" data-tcb_hover_state_parent=\"\" data-button-style=\"full_rounded\" wfd-id=\"357\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"358\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-16228c75500\" wfd-id=\"359\"><strong>Request an appointment</strong></span></span>\n</a>\n</div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621fe940b9\" style=\"\" wfd-id=\"345\"><div class=\"tcb-col\" wfd-id=\"347\"><div class=\"tcb-clear\" data-css=\"tve-u-16224716d62\" wfd-id=\"348\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-1621b028939\" data-tcb_hover_state_parent=\"\" data-button-style=\"ghost\" wfd-id=\"349\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"350\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-16228c764b2\" wfd-id=\"351\"><strong>Call Now: 0400-700-682</strong></span></span>\n</a>\n</div></div></div></div></div></div></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16260ba2fa4\" wfd-id=\"234\">\n<div class=\"tve-page-section-out\" wfd-id=\"334\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16260be7104\" wfd-id=\"235\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621b0e4fb7\" wfd-id=\"333\"><h2 data-css=\"tve-u-1621b10fccf\" style=\"text-align: center;\">our happy clients</h2></div><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641367127b\" data-float=\"1\" wfd-id=\"332\"><svg class=\"tcb-icon\" viewBox=\"0 0 30 32\" data-name=\"quote-left\">\n<path d=\"M13.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429zM29.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641367e553\" wfd-id=\"331\"><svg class=\"tcb-icon\" viewBox=\"0 0 30 32\" data-name=\"quote-left\">\n<path d=\"M13.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429zM29.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a10d3b4\" wfd-id=\"302\">\n<div class=\"tve-content-box-background\" wfd-id=\"330\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"303\"><div class=\"tcb-clear\" data-css=\"tve-u-1621b300a64\" wfd-id=\"328\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-1621f154231\" wfd-id=\"329\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621b200375\" wfd-id=\"306\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-16260d8392c\" wfd-id=\"307\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"312\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"314\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16417b62c09\" wfd-id=\"315\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-16260d8396c\" wfd-id=\"316\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16260d01208\" style=\"\" wfd-id=\"322\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"324\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"325\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16225617da3\" wfd-id=\"327\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"326\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16260d0120e\" style=\"\" wfd-id=\"317\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"319\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"321\"><h5>Brett Graham, 28</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"320\"><h6 class=\"\">Architect</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"308\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"310\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"311\"><p data-css=\"tve-u-162539c17ec\">Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit. Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit.&nbsp;</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-16260c5ff0c\" wfd-id=\"304\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260c5ff07\" wfd-id=\"305\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a12f675\" wfd-id=\"269\">\n<div class=\"tve-content-box-background\" wfd-id=\"301\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"270\"><div class=\"tcb-clear\" data-css=\"tve-u-16260cd7683\" wfd-id=\"299\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260d73672\" wfd-id=\"300\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16260da3aa7\" wfd-id=\"273\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-1621fb68b97\" wfd-id=\"274\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"283\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"285\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16417b662bf\" wfd-id=\"286\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-1621fb65556\" wfd-id=\"287\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16229915e1a\" style=\"\" wfd-id=\"293\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"295\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"296\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16260c433e9\" wfd-id=\"298\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"297\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16229915e4e\" style=\"\" wfd-id=\"288\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"290\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"292\"><h5>Rosie Hanson, 24</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"291\"><h6 class=\"\">Real estate Associate</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"275\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"277\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"278\"><p data-css=\"tve-u-162539c17ec\">Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo.</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-16260d3b97e\" wfd-id=\"271\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260d39b83\" wfd-id=\"272\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a146aef\" wfd-id=\"236\">\n<div class=\"tve-content-box-background\" wfd-id=\"268\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"237\"><div class=\"tcb-clear\" data-css=\"tve-u-16260cd7683\" wfd-id=\"266\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260cd622f\" wfd-id=\"267\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16260c39a7e\" wfd-id=\"240\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-16260d3f4aa\" wfd-id=\"241\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"248\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"250\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621fbacc60\" wfd-id=\"251\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-16260d3f4af\" wfd-id=\"252\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16229915e1a\" style=\"\" wfd-id=\"260\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"262\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"263\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16260d5e4b8\" wfd-id=\"265\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"264\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16229915e4e\" style=\"\" wfd-id=\"253\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"255\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"259\"><h5>Shawn Mattews, 35</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"256\"><h6 class=\"\">project manager</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"242\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"244\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"245\"><p data-css=\"tve-u-162539c17ec\">Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo. Nullam ac urna eu felis.Sed non neque elit. Sed ut imperdiet nisi. Proin condimentum</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1621b30ca74\" wfd-id=\"238\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-1621f15b521\" wfd-id=\"239\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621b3c8c52\" wfd-id=\"120\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621b3cfc7b\" wfd-id=\"233\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621b3c74d9\" wfd-id=\"121\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621e7b695a\" wfd-id=\"230\"><h2 data-css=\"tve-u-1621e7a7350\" style=\"text-align: center;\">our offers</h2></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621e7c899a\" wfd-id=\"122\"><div class=\"tcb-flex-row tcb--cols--3 tcb-medium-wrap v-2\" data-css=\"tve-u-1621e7c7aa1\" wfd-id=\"123\"><div class=\"tcb-flex-col\" wfd-id=\"190\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16223fc9f23\" wfd-id=\"192\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e7ceab3\" style=\"\" wfd-id=\"193\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16416e4fafd\" wfd-id=\"229\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e7d5094\" wfd-id=\"194\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e7e9950\" data-value-type=\"percent\" style=\"\" wfd-id=\"223\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e7edfd9\" data-clip-id=\"10ffac3b28f1d\" wfd-id=\"228\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-10ffac3b28f1d\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-10ffac3b28f1d\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e7e6c1d\" wfd-id=\"224\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-16417b4cb9e\" wfd-id=\"225\"><h4 data-css=\"tve-u-1621fe1a1af\" style=\"text-align: center;\"><strong>Basic Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ec6c39b\" data-float=\"1\" wfd-id=\"219\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e81f424\" wfd-id=\"222\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec752da\" wfd-id=\"220\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"221\"><h4 data-css=\"tve-u-1621fe1bd18\" style=\"text-align: center;\"><strong>15$</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621ea50702\" wfd-id=\"195\"><ul class=\"tcb-styled-list\" wfd-id=\"196\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec3a5c0\" wfd-id=\"215\"><div class=\"tcb-styled-list-icon\" wfd-id=\"217\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec204df\" wfd-id=\"218\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec241aa\" wfd-id=\"216\">Interior vacuum</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"211\"><div class=\"tcb-styled-list-icon\" wfd-id=\"213\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec20f68\" wfd-id=\"214\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec2704c\" wfd-id=\"212\">Dust &amp;dash console</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec42aa7\" wfd-id=\"205\"><div class=\"tcb-styled-list-icon\" wfd-id=\"209\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec21a31\" wfd-id=\"210\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec298ab\" wfd-id=\"206\">Hand towel dry</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec43fe2\" wfd-id=\"201\"><div class=\"tcb-styled-list-icon\" wfd-id=\"203\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ea1fba7\" wfd-id=\"204\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea23322\" wfd-id=\"202\">Clean windows</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec454d9\" wfd-id=\"197\"><div class=\"tcb-styled-list-icon\" wfd-id=\"199\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ea295c0\" wfd-id=\"200\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea2c69a\" wfd-id=\"198\">Soft cloth wash</span></li></ul></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"157\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"159\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621eb81205\" style=\"\" wfd-id=\"160\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16416e603ab\" wfd-id=\"189\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621eb7ccb0\" wfd-id=\"161\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ebbbb6d\" data-value-type=\"percent\" wfd-id=\"185\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eaaedd8\" data-clip-id=\"a2b9cf3198d6f\" wfd-id=\"188\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-a2b9cf3198d6f\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-a2b9cf3198d6f\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec7f21a\" wfd-id=\"186\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e930bd7\" wfd-id=\"187\"><h4 data-css=\"tve-u-1621e92e97f\" style=\"text-align: center;\"><strong>Ultimate Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ec78d2c\" data-float=\"1\" wfd-id=\"181\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eab272c\" wfd-id=\"184\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec79a7d\" wfd-id=\"182\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"183\"><h4 data-css=\"tve-u-1621e942b65\" style=\"text-align: center;\"><strong>22 $</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621ebfa746\" wfd-id=\"178\"><p data-css=\"tve-u-1621f4ceaf6\" style=\"text-align: center;\">Includes basic service <span data-css=\"tve-u-1621f4ceaf7\" style=\"color: rgb(15, 29, 123);\" wfd-id=\"179\"><strong class=\"\"><span data-css=\"tve-u-1621f4ceafb\" wfd-id=\"180\">+</span></strong></span></p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621ebf340c\" wfd-id=\"162\"><ul class=\"tcb-styled-list\" wfd-id=\"163\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-164137a0b1f\" wfd-id=\"172\"><div class=\"tcb-styled-list-icon\" wfd-id=\"176\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec0c5bd\" wfd-id=\"177\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ebfe4ce\" wfd-id=\"173\">Triple foam conditiner</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec04541\" wfd-id=\"168\"><div class=\"tcb-styled-list-icon\" wfd-id=\"170\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec09a3c\" wfd-id=\"171\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ebff867\" wfd-id=\"169\">Tire dressing</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec05cc3\" wfd-id=\"164\"><div class=\"tcb-styled-list-icon\" wfd-id=\"166\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec15f6e\" wfd-id=\"167\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec009a8\" wfd-id=\"165\">Air freshner</span></li></ul></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"124\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16223dad661\" wfd-id=\"126\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621fd9c946\" style=\"\" wfd-id=\"127\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e7d234c\" wfd-id=\"156\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621fd84d7b\" wfd-id=\"128\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16223b080b0\" data-value-type=\"percent\" wfd-id=\"150\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eb3eb9f\" data-clip-id=\"ac98bb0e54b3b\" wfd-id=\"155\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621fd8766c\" wfd-id=\"151\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e930bd7\" wfd-id=\"152\"><h4 data-css=\"tve-u-1621fe1587d\" style=\"text-align: center;\"><strong>Supreme Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e8107f3\" wfd-id=\"146\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eb43d8d\" wfd-id=\"149\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e819c52\" wfd-id=\"147\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"148\"><h4 data-css=\"tve-u-1621fe1725e\" style=\"text-align: center;\"><strong>30 $</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621eb037bb\" wfd-id=\"143\"><p data-css=\"tve-u-1621f4d0451\" style=\"text-align: center;\">Includes ultimate service <span data-css=\"tve-u-1621eaff572\" style=\"color: rgb(15, 29, 123);\" wfd-id=\"144\"><strong class=\"\"><span data-css=\"tve-u-1621eb01b60\" wfd-id=\"145\">+</span></strong></span></p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621eacf6af\" wfd-id=\"129\"><ul class=\"tcb-styled-list\" wfd-id=\"130\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec36a4d\" wfd-id=\"139\"><div class=\"tcb-styled-list-icon\" wfd-id=\"141\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e9993aa\" wfd-id=\"142\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea1a5d7\" wfd-id=\"140\">Exterior trim dressing</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"135\"><div class=\"tcb-styled-list-icon\" wfd-id=\"137\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e99b1db\" wfd-id=\"138\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea19a06\" wfd-id=\"136\">Hand applied spray wax</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec37ea5\" wfd-id=\"131\"><div class=\"tcb-styled-list-icon\" wfd-id=\"133\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e99c314\" wfd-id=\"134\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea18c5d\" wfd-id=\"132\">Interior conditioner</span></li></ul></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621efddaaf\" wfd-id=\"70\">\n<div class=\"tve-page-section-out\" wfd-id=\"119\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621edf8048\" wfd-id=\"71\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621f114214\" wfd-id=\"72\"><div class=\"tcb-flex-row tcb-mobile-edit tcb--cols--2\" data-css=\"tve-u-1621ee03000\" wfd-id=\"73\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621ee4be21\" style=\"\" wfd-id=\"79\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ee093d4\" wfd-id=\"81\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ee3afec\" wfd-id=\"82\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621ee58e74\" wfd-id=\"118\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ee37f4a\" wfd-id=\"83\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1621ee74a24\" wfd-id=\"117\"><svg class=\"tcb-icon\" viewBox=\"0 0 16 28\" data-name=\"map-marker\">\n<path d=\"M12 10c0-2.203-1.797-4-4-4s-4 1.797-4 4 1.797 4 4 4 4-1.797 4-4zM16 10c0 0.953-0.109 1.937-0.516 2.797l-5.688 12.094c-0.328 0.688-1.047 1.109-1.797 1.109s-1.469-0.422-1.781-1.109l-5.703-12.094c-0.406-0.859-0.516-1.844-0.516-2.797 0-4.422 3.578-8 8-8s8 3.578 8 8z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621ee63e1c\" wfd-id=\"110\"><h2 data-css=\"tve-u-1621fdcb4ea\" style=\"text-align: center;\">contact us</h2></div><div class=\"thrv_wrapper thrv-contact-form\" data-ct=\"contact_form-22343\" style=\"\" data-css=\"tve-u-16465071dea\" data-ct-name=\"Rounded Shadow\" wfd-id=\"86\">\n<form action=\"\" method=\"post\" novalidate=\"\" wfd-id=\"87\">\n<div class=\"tve-cf-item-wrapper\" wfd-id=\"93\">\n<div class=\"tve-cf-item\" data-css=\"tve-u-1695dd04208\" wfd-id=\"106\">\n<div class=\"thrv-cf-input-wrapper\" data-type=\"first_name\" wfd-id=\"107\">\n<label data-css=\"tve-u-1695d9d6525\" class=\"\" wfd-id=\"109\">First Name</label>\n<div class=\"tve-cf-input\" data-css=\"tve-u-1695d9d6526\" data-tcb_hover_state_parent=\"\" wfd-id=\"108\">\n<input placeholder=\"\" type=\"text\" name=\"first_name\" data-placeholder=\"\" wfd-id=\"592\">\n</div>\n</div>\n</div>\n<div class=\"tve-cf-item\" data-css=\"tve-u-1695dd04208\" wfd-id=\"102\">\n<div class=\"thrv-cf-input-wrapper\" data-type=\"email\" wfd-id=\"103\">\n<label data-css=\"tve-u-1695d9d6527\" class=\"\" wfd-id=\"105\">Email Address</label>\n<div class=\"tve-cf-input\" data-css=\"tve-u-1695d9d6528\" data-tcb_hover_state_parent=\"\" wfd-id=\"104\">\n<input placeholder=\"\" type=\"email\" name=\"email\" data-placeholder=\"\" wfd-id=\"591\">\n</div>\n</div>\n</div>\n<div class=\"tve-cf-item\" data-css=\"tve-u-1695dd484d7\" wfd-id=\"98\">\n<div class=\"thrv-cf-input-wrapper\" data-type=\"message\" wfd-id=\"99\">\n<label data-css=\"tve-u-1695d9d6529\" class=\"\" wfd-id=\"101\">Message</label>\n<div class=\"tve-cf-input\" data-css=\"tve-u-1695d9d652a\" data-tcb_hover_state_parent=\"\" wfd-id=\"100\">\n<textarea placeholder=\"\" data-placeholder=\"\" name=\"message\" wfd-id=\"594\"></textarea>\n</div>\n</div>\n</div>\n<div class=\"tve-cf-item\" data-css=\"tve-u-1695dd04208\" wfd-id=\"94\">\n	<div class=\"thrv-cf-input-wrapper\" data-type=\"phone\" wfd-id=\"95\">\n		<label data-css=\"tve-u-1695d9d6525\" class=\"\" wfd-id=\"97\">Phone Number</label>\n		<div class=\"tve-cf-input\" data-css=\"tve-u-1695d9d6526\" wfd-id=\"96\">\n			<input placeholder=\"+1-555-555-2368\" type=\"tel\" name=\"phone\" data-placeholder=\"+1-555-555-2368\" wfd-id=\"590\">\n		</div>\n	</div>\n</div></div>\n<div class=\"tve-cf-submit\" data-tcb_hover_state_parent=\"\" data-button-style=\"rounded\" data-css=\"tve-u-1695dd27f6a\" wfd-id=\"88\">\n<button class=\"tve_btn_txt\" type=\"submit\" wfd-id=\"607\">Submit Message</button>\n</div>\n<input type=\"hidden\" name=\"config\" value=\"YTozOntzOjE0OiJlcnJvcl9tZXNzYWdlcyI7YTo0OntzOjU6ImVtYWlsIjtzOjIxOiJFbWFpbCBhZGRyZXNzIGludmFsaWQiO3M6NToicGhvbmUiO3M6MjA6IlBob25lIG51bWJlciBpbnZhbGlkIjtzOjM6InVybCI7czoxMToiVVJMIGludmFsaWQiO3M6ODoicmVxdWlyZWQiO3M6MjA6IlJlcXVpcmVkIGZpZWxkIGVtcHR5Ijt9czo4OiJ0b19lbWFpbCI7YToyOntzOjI6InRvIjtzOjI4OiJpbmZvQGJlc3RjZXJha290ZWZsb3JpZGEuY29tIjtzOjc6InN1YmplY3QiO3M6MTg6Ik5ldyBtZXNzYWdlIGZyb206ICI7fXM6Njoic3VibWl0IjthOjEwOntzOjY6ImFjdGlvbiI7czoxMjoibm90aWZpY2F0aW9uIjtzOjIzOiJzZW5kX2NvbmZpcm1hdGlvbl9lbWFpbCI7YjoxO3M6MTk6InNlbmRlcl9wZXJzb25hbGl6ZWQiO2I6MDtzOjIwOiJjb25maXJtYXRpb25fc3ViamVjdCI7czozNjoiQ29udGFjdCBGb3JtIHN1Ym1pc3Npb24gY29uZmlybWF0aW9uIjtzOjIwOiJjb25maXJtYXRpb25fbWVzc2FnZSI7czoxMzk6IkhlbGxvLCAKClRoYW5rcyBmb3IgY29udGFjdGluZyB1cy4gV2UnbGwgZ2V0IGJhY2sgdG8geW91IGFzIHNvb24gYXMgcG9zc2libGUgd2l0aCB0aGUgaW5mb3JtYXRpb24geW91IG5lZWQuIAoKQmVzdCByZWdhcmRzLApbd3Bfc2l0ZV90aXRsZV0iO3M6OToiZnJvbV9uYW1lIjtzOjI4OiJUaGUgQmVzdCBDZXJha290ZSBJbiBGbG9yaWRhIjtzOjEwOiJmcm9tX2VtYWlsIjtzOjI5OiJhZG1pbkBiZXN0Y2VyYWtvdGVmbG9yaWRhLmNvbSI7czo4OiJyZXBseV90byI7czoyOToiYWRtaW5AYmVzdGNlcmFrb3RlZmxvcmlkYS5jb20iO3M6MzoidXJsIjtzOjA6IiI7czoxMjoibm90aWZpY2F0aW9uIjtzOjgxOiJZb3VyIG1lc3NhZ2UgaGFzIGJlZW4gc2VudCwgdGhhbmsgeW91ISBZb3UnbGwgaGVhciBmcm9tIHVzIHdpdGhpbiB0aGUgbmV4dCAyNCBocnMiO319\" wfd-id=\"589\"></form>\n</div><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_slide_left\" data-css=\"tve-u-1621ef118dc\" style=\"\" wfd-id=\"84\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"85\"><img class=\"tve_image tve_evt_manager_listen tve_et_tve-viewport wp-image-282\" alt=\"Cerakote Certified Logo\" width=\"2148\" height=\"1968\" title=\"Cerakote Certified Logo\" data-id=\"282\" src=\"https://bestcerakoteflorida.com/wp-content/uploads/2018/09/CertifiedLogo.png\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_left&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" style=\"width: 100%;\"></span></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621ee4be73\" style=\"\" wfd-id=\"74\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ee22c43\" wfd-id=\"76\"><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-1695d995f33\" wfd-id=\"78\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=825 South Kings Highway, Fort Pierce&amp;t=m&amp;z=11&amp;output=embed&amp;iwloc=near\"></iframe>\n</div><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-1621ee18a1c\" wfd-id=\"77\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=davie, Florida 33317&amp;t=m&amp;z=11&amp;output=embed&amp;iwloc=near\"></iframe>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-custom-menu-inside\" data-css=\"tve-u-1621f0aa8f7\" wfd-id=\"28\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621f0ada0e\" wfd-id=\"69\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621f0b0088\" wfd-id=\"29\"><div class=\"thrv_wrapper thrv-columns tve-custom-menu-inside\" data-css=\"tve-u-1621f0d2c1a\" wfd-id=\"30\"><div class=\"tcb-flex-row tcb--cols--3 tcb-resized\" data-css=\"tve-u-1621f0cbe40\" wfd-id=\"31\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1695e826914\" style=\"\" wfd-id=\"61\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"63\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621f0da775\" wfd-id=\"64\"><p data-css=\"tve-u-1622444fb11\" style=\"text-align: center;\">Â© 2018, BLACKHAWK CUSTOM, LLC . All rights reserved.</p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1695e826ae0\" style=\"\" wfd-id=\"40\"><div class=\"tcb-col\" wfd-id=\"42\"><div class=\"thrv_wrapper thrv_widget_menu tve-custom-menu-upgrade tve-mobile-dropdown tve-menu-style-none tve-dropdown-icon-style_2\" data-tve-style=\"tve_horizontal\" data-tve-switch-icon=\"tablet,mobile\" data-css=\"tve-u-1695e821f4c\" tcb-template-name=\"Simple Underline Light\" tcb-template-id=\"28130\" data-ct=\"menu-28130\" style=\"\" wfd-id=\"43\">	<div class=\"thrive-shortcode-config\" style=\"display: none !important\" wfd-id=\"60\">__CONFIG_widget_menu__{\"menu_id\":\"custom\",\"color\":\"tve_red\",\"dir\":\"tve_horizontal\",\"font_class\":\"\",\"font_size\":\"\",\"ul_attr\":\"\",\"link_attr\":\"\",\"top_link_attr\":\"\",\"trigger_attr\":\"\",\"primary\":\"\",\"head_css\":\"\",\"background_hover\":\"\",\"main_hover\":\"\",\"child_hover\":\"\",\"group_edit\":[{\"css_id\":null,\"class\":\"\"},{\"css_id\":null,\"class\":\"\"},{\"css_id\":null,\"class\":\"\"},{\"css_id\":null,\"class\":\"\"}],\"menu_style\":\"none\",\"dropdown_icon\":\"style_2\",\"mobile_side\":\"\",\"mobile_icon\":\"\",\"switch_to_icon\":\"tablet,mobile\",\"template\":\"28130\",\"template_name\":\"Simple Underline Light\"}__CONFIG_widget_menu__</div>\n<div class=\"thrive-shortcode-html tve-menu-custom-type thrive-shortcode-html-editable tve-custom-menu-type tve_clearfix\" style=\"z-index: 8;\" wfd-id=\"44\">\n<a class=\"tve-m-trigger t_tve_horizontal tve_red\" href=\"javascript:void(0)\"><div class=\"thrv_wrapper thrv_icon tcb-icon-open tve-trigger-active\" data-not-changeable=\"true\" data-selector=\"[data-css=&quot;tve-u-1695e821f4c&quot;] .tcb-icon-open\" wfd-id=\"59\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 24\" data-name=\"align-justify\"><g><g><path class=\"st0\" d=\"M23,13H1c-0.6,0-1-0.4-1-1s0.4-1,1-1h22c0.6,0,1,0.4,1,1S23.6,13,23,13z\"></path></g><g><path class=\"st0\" d=\"M23,6.7H1c-0.6,0-1-0.4-1-1s0.4-1,1-1h22c0.6,0,1,0.4,1,1S23.6,6.7,23,6.7z\"></path></g><g><path class=\"st0\" d=\"M23,19.3H1c-0.6,0-1-0.4-1-1s0.4-1,1-1h22c0.6,0,1,0.4,1,1S23.6,19.3,23,19.3z\"></path></g></g></svg></div><div class=\"thrv_wrapper thrv_icon tcb-icon-close\" data-not-changeable=\"true\" data-selector=\"[data-css=&quot;tve-u-1695e821f4c&quot;] .tcb-icon-close\" wfd-id=\"58\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 24\" data-name=\"close\"><path class=\"st0\" d=\"M13.4,12l7.1-7.1c0.4-0.4,0.4-1,0-1.4s-1-0.4-1.4,0L12,10.6L4.9,3.5c-0.4-0.4-1-0.4-1.4,0s-0.4,1,0,1.4l7.1,7.1 l-7.1,7.1c-0.4,0.4-0.4,1,0,1.4c0.4,0.4,1,0.4,1.4,0l7.1-7.1l7.1,7.1c0.4,0.4,1,0.4,1.4,0c0.4-0.4,0.4-1,0-1.4L13.4,12z\"></path></svg></div></a><ul id=\"menu-main-menu\" class=\"tve_w_menu tve_horizontal tve-m-collapsed\" style=\"z-index: 6;\" wfd-id=\"45\"><li id=\"tcb_custom_menu_5402f616\" class=\"menu-item menu-item-type-post_type menu-item-object-page thrv_wrapper thrv-menu-item-element thrv-custom-menu-item\" data-selector=\"[data-css=&quot;tve-u-1695e821f4c&quot;] #tcb_custom_menu_5402f616\" data-tcb_hover_state_parent=\"\" wfd-id=\"55\"><a href=\"https://bestcerakoteflorida.com/privacy/\"><span class=\"tve-disabled-text-inner\" wfd-id=\"57\">Privacy</span><span class=\"tve-disabled-text-inner tve-item-dropdown-trigger\" wfd-id=\"56\"></span></a></li><li id=\"tcb_custom_menu_13475a66\" class=\"menu-item menu-item-type-post_type menu-item-object-page thrv_wrapper thrv-menu-item-element thrv-custom-menu-item active-expand-children\" data-selector=\"[data-css=&quot;tve-u-1695e821f4c&quot;] #tcb_custom_menu_13475a66\" data-tcb_hover_state_parent=\"\" wfd-id=\"52\"><a href=\"\"><span class=\"tve-disabled-text-inner\" wfd-id=\"54\">NAV#2</span><span class=\"tve-disabled-text-inner tve-item-dropdown-trigger\" wfd-id=\"53\"></span></a></li><li id=\"tcb_custom_menu_a19cc162\" class=\"menu-item menu-item-type-post_type menu-item-object-page thrv_wrapper thrv-menu-item-element thrv-custom-menu-item\" data-selector=\"[data-css=&quot;tve-u-1695e821f4c&quot;] #tcb_custom_menu_a19cc162\" data-tcb_hover_state_parent=\"\" wfd-id=\"49\"><a href=\"\"><span class=\"tve-disabled-text-inner\" wfd-id=\"51\">NAV#3</span><span class=\"tve-disabled-text-inner tve-item-dropdown-trigger\" wfd-id=\"50\"></span></a></li><li id=\"tcb_custom_menu_hgZvKxml\" class=\"menu-item menu-item-type-post_type menu-item-object-page thrv_wrapper thrv-menu-item-element thrv-custom-menu-item\" data-selector=\"[data-css=&quot;tve-u-1695e821f4c&quot;] #tcb_custom_menu_hgZvKxml\" data-tcb_hover_state_parent=\"\" wfd-id=\"46\"><a href=\"\"><span class=\"tve-disabled-text-inner\" wfd-id=\"48\">NAV#5</span><span class=\"tve-disabled-text-inner tve-item-dropdown-trigger\" wfd-id=\"47\"></span></a></li></ul></div>	</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1695e826b67\" wfd-id=\"32\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"34\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16223fe5f5b\" wfd-id=\"35\"><p data-css=\"tve-u-1621f0d874c\" style=\"text-align: center;\">Made with <a href=\"https://thrivethemes.com/\" target=\"_blank\" data-css=\"tve-u-1695e7e070d\">Thrive Architect</a></p></div></div></div></div></div></div>\n</div>\n\n'),(7361,599,'tve_revision_tve_content_more_found',''),(7362,599,'tve_revision_tve_save_post',''),(7363,599,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Montserrat:600,400,500,700&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Merriweather:400,700&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Special+Elite:400&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Poppins:400,800,900,300,700,&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Monda:400,700,&subset=latin\");@media (min-width: 300px){.tcb-plain-text { font-family: Monda; font-weight: 400; font-size: 14px; }#tve_editor [data-css=\"tve-u-1621b072b4e\"] p, #tve_editor [data-css=\"tve-u-1621b072b4e\"] li, #tve_editor [data-css=\"tve-u-1621b072b4e\"] blockquote, #tve_editor [data-css=\"tve-u-1621b072b4e\"] address, #tve_editor [data-css=\"tve-u-1621b072b4e\"] .tcb-plain-text, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h1, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h2, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h3, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h4, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h5, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h6 { color: rgb(18, 18, 18); }[data-css=\"tve-u-1621fe78878\"] .tcb-flex-col { flex-basis: 160px !important; }[data-css=\"tve-u-16417b70f47\"] { padding: 0px !important; margin: 0px !important; }#tve_editor [data-css=\"tve-u-1621fdcb4ea\"] { color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1641367127b\"] > :first-child { color: rgb(15, 29, 123); }[data-css=\"tve-u-1641367127b\"] { font-size: 60px; float: none; box-shadow: none; position: relative; z-index: 5; margin: 0px auto !important; }#tve_editor [data-css=\"tve-u-1641333d7d1\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-162717cb617\"] > .tcb-flex-col { padding-left: 0px; }#tve_editor [data-css=\"tve-u-16413112747\"] { color: rgb(255, 255, 255) !important; font-size: 15px !important; text-transform: capitalize !important; letter-spacing: 3px; font-family: Merriweather !important; font-weight: 400 !important; }[data-css=\"tve-u-16369305186\"] > .tve-cb { display: block; }#tve_editor [data-css=\"tve-u-162717cb609\"] p, #tve_editor [data-css=\"tve-u-162717cb609\"] li, #tve_editor [data-css=\"tve-u-162717cb609\"] blockquote, #tve_editor [data-css=\"tve-u-162717cb609\"] address, #tve_editor [data-css=\"tve-u-162717cb609\"] h1, #tve_editor [data-css=\"tve-u-162717cb609\"] h2, #tve_editor [data-css=\"tve-u-162717cb609\"] h3, #tve_editor [data-css=\"tve-u-162717cb609\"] h4, #tve_editor [data-css=\"tve-u-162717cb609\"] h5, #tve_editor [data-css=\"tve-u-162717cb609\"] h6 { color: rgb(255, 255, 255); }[data-css=\"tve-u-16369305186\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-162717cb621\"] .tve-page-section-in { display: flex; justify-content: center; flex-direction: column; }[data-css=\"tve-u-162717fcf9d\"] .tve-page-section-in { display: block; }[data-css=\"tve-u-1628a146aef\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1628a12f675\"] { padding: 0px !important; margin: 0px 0px 60px !important; }[data-css=\"tve-u-1628a10d3b4\"] { max-width: 100%; padding: 0px !important; margin: 0px 0px 60px !important; }#tve_editor [data-css=\"tve-u-162717cb618\"] p, #tve_editor [data-css=\"tve-u-162717cb618\"] li, #tve_editor [data-css=\"tve-u-162717cb618\"] blockquote, #tve_editor [data-css=\"tve-u-162717cb618\"] address, #tve_editor [data-css=\"tve-u-162717cb618\"] h1, #tve_editor [data-css=\"tve-u-162717cb618\"] h2, #tve_editor [data-css=\"tve-u-162717cb618\"] h3, #tve_editor [data-css=\"tve-u-162717cb618\"] h4, #tve_editor [data-css=\"tve-u-162717cb618\"] h5, #tve_editor [data-css=\"tve-u-162717cb618\"] h6 { color: rgb(0, 229, 255); }[data-css=\"tve-u-162718bd0c0\"] { clip-path: url(\"#clip-top-a3b25e1c9221a\"); -webkit-clip-path: url(\"#clip-top-a3b25e1c9221a\");  background-image: none !important; opacity: 1; filter: grayscale(0%) blur(0px); background-color: transparent !important; }[data-css=\"tve-u-162718a3b40\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-162717fcf9d\"] { z-index: 0 !important; padding: 170px 40px 0px !important; margin-top: -80px !important; }[data-css=\"tve-u-16260cd622f\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-16260cd7683\"]::after { clear: both; }[data-css=\"tve-u-16260cd622f\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin-top: 0px !important; margin-bottom: -1px !important; }[data-css=\"tve-u-16260be7104\"] { max-width: 1200px; }[data-css=\"tve-u-16260ba2fa4\"] { padding: 100px 40px !important; }[data-css=\"tve-u-162539c17ec\"] { line-height: 1.6em !important; }#tve_editor [data-css=\"tve-u-162493b6b63\"]:hover { background-color: rgb(248, 249, 251) !important; }#tve_editor [data-css=\"tve-u-1624939a960\"]:hover { background-color: rgb(248, 249, 251) !important; background-image: none !important; }#tve_editor [data-css=\"tve-u-162492e70ad\"] { color: rgb(137, 141, 167) !important; }[data-css=\"tve-u-162492815ba\"] { padding: 0px !important; margin-top: 25px !important; }[data-css=\"tve-u-162491e8e1f\"]::after { clear: both; }[data-css=\"tve-u-1622f65ba70\"] { border: none; background-image: none !important; padding: 0px 30px 30px !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-1622a159bcb\"] { max-width: 100%; float: none; z-index: 6; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; margin-top: 0px !important; }[data-css=\"tve-u-16229915e4e\"] { max-width: 62.8%; }[data-css=\"tve-u-16229915e1a\"] { max-width: 37.2%; }[data-css=\"tve-u-16225617da3\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-Brett.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16225611edb\"] { min-height: 127px; }[data-css=\"tve-u-1622561121b\"] { max-width: 127px; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-16224848ee5\"]::after { clear: both; }[data-css=\"tve-u-16224834cab\"]::after { clear: both; }[data-css=\"tve-u-1621ee3afec\"] > .tve-cb { display: block; }[data-css=\"tve-u-1621fe78878\"] > .tcb-flex-col { padding-left: 5px; }[data-css=\"tve-u-1621fe940b9\"] { max-width: 50%; }[data-css=\"tve-u-1621fe94086\"] { max-width: 50%; }[data-css=\"tve-u-1621fe85996\"] { max-width: 585px; float: left; z-index: 3; position: relative; width: 100%; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621fe78878\"] > .tcb-flex-col > .tcb-col { min-height: 65px; justify-content: center; }[data-css=\"tve-u-1621fe78878\"] { min-height: inherit; margin-left: -5px; padding: 0px !important; flex-wrap: wrap !important; }#tve_editor [data-css=\"tve-u-1621f4d0451\"] { font-size: 20px !important; }#tve_editor [data-css=\"tve-u-1621f4ceaf6\"] { font-size: 20px !important; color: rgb(12, 12, 12) !important; }[data-css=\"tve-u-1621f45bed3\"] { padding: 0px !important; }[data-css=\"tve-u-1621f114214\"] { float: none; max-width: 100%; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621f0da775\"] { padding: 0px !important; }#tve_editor [data-css=\"tve-u-1621f0d874c\"] { letter-spacing: 1px; color: rgb(255, 255, 255) !important; font-size: 14px !important; }[data-css=\"tve-u-1621f0d2c1a\"] { max-width: 100%; margin-left: 60px !important; margin-right: 60px !important; }[data-css=\"tve-u-1621f0aa8f7\"] .tve-page-section-in { display: flex; justify-content: center; flex-direction: column; }[data-css=\"tve-u-1621f0cbe40\"] { margin-left: 0px; padding: 0px !important; }[data-css=\"tve-u-1621f0cbe40\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-1621f0b0088\"] { max-width: 100%; min-height: 140px !important; }[data-css=\"tve-u-1621f0ada0e\"] { background-image: linear-gradient(rgb(22, 22, 24), rgb(22, 22, 24)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1621f0aa8f7\"] { padding: 0px !important; }[data-css=\"tve-u-1621efddaaf\"] { padding: 0px !important; }[data-css=\"tve-u-1621ef118dc\"] { width: 191px; position: relative; right: -50px; top: 0px; float: none; z-index: 3; margin: 0px auto !important; padding-left: 0px !important; left: 10px; }#tve_editor [data-css=\"tve-u-1621ee74a24\"] > :first-child { color: rgb(255, 255, 255); }[data-css=\"tve-u-1621ee74a24\"] { font-size: 60px; float: none; z-index: 3; position: relative; margin: 0px auto 10px !important; padding-top: 0px !important; box-shadow: none; }[data-css=\"tve-u-1621ee63e1c\"] { float: none; z-index: 3; position: relative; max-width: none; width: 100%; padding: 0px !important; margin: 0px auto 30px !important; }[data-css=\"tve-u-1621ee58e74\"] { background-color: rgba(0, 0, 0, 0.77) !important; border-right: 2px dotted rgb(0, 0, 0) !important; }[data-css=\"tve-u-1621ee3afec\"] { padding: 60px 10px 0px 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621ee22c43\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding-top: 0px !important; padding-left: 0px !important; }[data-css=\"tve-u-1621ee18a1c\"] { margin: 1px 20px 0px !important; box-shadow: none; }[data-css=\"tve-u-1621ee093d4\"] { margin-top: 0px !important; }[data-css=\"tve-u-1621ee03000\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1621ee03000\"] { margin-left: 0px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-1621ee03000\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-1621edf8048\"] { max-width: 100%; min-height: 1px !important; }[data-css=\"tve-u-1621ec454d9\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec43fe2\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec42aa7\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec3a5c0\"] { margin-top: 0px !important; margin-bottom: 10px !important; }[data-css=\"tve-u-1621ec37ea5\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec36a4d\"] { margin-bottom: 10px !important; }[data-css=\"tve-u-1621ea18c5d\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ea19a06\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ea1a5d7\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ea2c69a\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ea23322\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ec298ab\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ec2704c\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ec241aa\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ec05cc3\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec04541\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec009a8\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ebff867\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ebfe4ce\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621eb037bb\"] { padding: 0px !important; margin-top: 0px !important; margin-bottom: 30px !important; }[data-css=\"tve-u-1621eaff572\"] { color: rgb(15, 29, 123) !important; }[data-css=\"tve-u-1621ea50702\"] { max-width: 230px; float: none; z-index: 3; position: relative; width: 100%; padding: 0px !important; margin: 0px auto !important; }#tve_editor [data-css=\"tve-u-1621ea2c69a\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ea295c0\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ea295c0\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ea1fba7\"] > :first-child { color: rgb(137, 141, 167); }#tve_editor [data-css=\"tve-u-1621ea23322\"] { font-size: 16px !important; }[data-css=\"tve-u-1621ea1fba7\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }[data-css=\"tve-u-1621e99c314\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }[data-css=\"tve-u-1621e99b1db\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }[data-css=\"tve-u-1621e9993aa\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ea1a5d7\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ea19a06\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ea18c5d\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621e99c314\"] > :first-child { color: rgb(137, 141, 167); }#tve_editor [data-css=\"tve-u-1621e99b1db\"] > :first-child { color: rgb(137, 141, 167); }#tve_editor [data-css=\"tve-u-1621e9993aa\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621e8107f3\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621e942b65\"] strong { font-weight: 800; }[data-css=\"tve-u-1621e7e9950\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621e930bd7\"] { padding: 0px 0px 50px !important; }#tve_editor [data-css=\"tve-u-1621e92e97f\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1621e81f424\"] { border-radius: 200px; overflow: hidden; background-image: none !important; border: 3px solid rgb(255, 255, 255) !important; background-color: rgb(144, 147, 168) !important; }[data-css=\"tve-u-1621e819c52\"] { min-height: 110px; }[data-css=\"tve-u-1621e8107f3\"] { float: none; max-width: 110px; z-index: 4; padding: 0px !important; margin: -60px auto 30px !important; }[data-css=\"tve-u-1621e7edfd9\"] { clip-path: url(\"#clip-bottom-10ffac3b28f1d\"); -webkit-clip-path: url(\"#clip-bottom-10ffac3b28f1d\");  background-image: none !important; background-color: rgb(144, 147, 168) !important; }[data-css=\"tve-u-1621e7e9950\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1621e7e6c1d\"] { min-height: 150px; }[data-css=\"tve-u-1621e7c7aa1\"] > .tcb-flex-col { padding-left: 60px; }[data-css=\"tve-u-1621e7d5094\"] { min-height: 480px; }[data-css=\"tve-u-1621e7d234c\"] { box-shadow: rgba(0, 0, 0, 0.02) 0px 2px 22px 0px; background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1621e7ceab3\"] { float: none; width: 100%; padding: 0px 0px 20px !important; margin: 0px auto !important; }[data-css=\"tve-u-1621e7c899a\"] { float: none; max-width: 100%; margin: 0px auto !important; }[data-css=\"tve-u-1621e7c7aa1\"] { margin-left: -60px; padding: 0px !important; }[data-css=\"tve-u-1621e7b695a\"] { padding: 0px !important; margin-bottom: 100px !important; }#tve_editor [data-css=\"tve-u-1621e7a7350\"] { color: rgb(15, 29, 123) !important; }[data-css=\"tve-u-1621b3cfc7b\"] { filter: blur(0px); opacity: 1; background-image: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(220, 224, 246) 38%) !important; background-color: rgb(212, 212, 212) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1621b3c8c52\"] { padding: 100px 40px !important; }[data-css=\"tve-u-1621b3c74d9\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-1621b300a64\"]::after { clear: both; }[data-css=\"tve-u-1621b24a89d\"] { padding: 0px !important; }[data-css=\"tve-u-1621b22a018\"] { background-image: none !important; padding: 0px !important; }[data-css=\"tve-u-1621b200375\"] { float: none; max-width: 100%; border-left: 1px solid rgba(15, 29, 123, 0.7); border-right: 1px solid rgba(15, 29, 123, 0.7); background-color: rgb(248, 249, 251) !important; margin: 0px auto !important; }[data-css=\"tve-u-1621b10fccf\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621b0e4fb7\"] { border-right: none; max-width: 100%; padding: 0px !important; margin-bottom: 40px !important; margin-right: 0px !important; }[data-css=\"tve-u-1621b072b4e\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-1621b064668\"] { max-width: 52%; }[data-css=\"tve-u-1621b064646\"] { max-width: 48%; }[data-css=\"tve-u-1621afda4fa\"] { max-width: none; padding: 0px !important; margin-bottom: 40px !important; }#tve_editor [data-css=\"tve-u-1621afd8c98\"] { color: rgb(255, 255, 255) !important; font-size: 20px !important; }[data-css=\"tve-u-1621afceb00\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 80%; padding: 0px !important; margin-bottom: 50px !important; }#tve_editor [data-css=\"tve-u-1621afcc0bf\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1621a8a804b\"] > .tcb-flex-col { padding-left: 60px; }[data-css=\"tve-u-1621ae6c8da\"] { clip-path: url(\"#clip-top-aa2c3e3c70555\"); -webkit-clip-path: url(\"#clip-top-aa2c3e3c70555\");  background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-Cta-2.jpg\") !important; background-size: cover !important; background-position: 0% 100% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1621ae4fd21\"] { max-width: 100%; top: -70px; z-index: 5; left: -60px; position: relative !important; padding: 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-1621ae4db6e\"] { min-height: 524px; }[data-css=\"tve-u-1621ada1e7f\"] .tve-page-section-in { display: flex; flex-direction: column; justify-content: center; }[data-css=\"tve-u-1621adea58b\"] > .tcb-flex-col > .tcb-col { min-height: 1px; justify-content: center; }[data-css=\"tve-u-1621ae0bec7\"] { height: calc(100% - -22px); background-image: linear-gradient(rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.14)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; margin-left: 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621adea58b\"] > .tcb-flex-col { padding-left: 50px; }[data-css=\"tve-u-1621adea58b\"] { margin-left: -50px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-1621ade6172\"] { max-width: 100%; float: none; width: 100%; margin: 0px auto !important; }[data-css=\"tve-u-1621adba9ef\"] { clip-path: url(\"#clip-top-52d5a36c151aa\"); -webkit-clip-path: url(\"#clip-top-52d5a36c151aa\");  background-image: linear-gradient(rgba(15, 29, 123, 0.65), rgba(15, 29, 123, 0.65)), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-cta-bg.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-1621ada1e7f\"] { padding: 0px 40px !important; }[data-css=\"tve-u-1621ad46076\"] { padding: 100px 40px !important; margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1621ad420c4\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-1621a9076ef\"] { padding-top: 2px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-1621acf64fb\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621acf47d2\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1621acf0289\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621a8e11f3\"] { padding-top: 2px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-1621a8e5625\"] { padding-top: 2px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-1621ace4de9\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1621ace1b08\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1621a9a2867\"] strong { font-weight: 700; }#tve_editor [data-css=\"tve-u-1621a9a2867\"] { font-weight: 300; color: rgb(15, 29, 123) !important; font-family: Poppins !important; }[data-css=\"tve-u-1621a9750ae\"] { font-size: 13.6px !important; line-height: 13.6px !important; }[data-css=\"tve-u-1621a9a2867\"] { font-size: 48px !important; line-height: 48px !important; }[data-css=\"tve-u-1621a9a2866\"] { margin-top: 40px !important; }[data-css=\"tve-u-1621a9a2862\"] { width: 160px !important; height: 160px !important; background-color: rgb(137, 141, 167) !important; }[data-css=\"tve-u-1621a98b602\"] { stroke-dasharray: 502.655, 502.655; }[data-css=\"tve-u-1621a983587\"] { float: none; border: 30px solid rgba(137, 141, 167, 0.24); z-index: 3; position: relative; margin: 30px auto 0px !important; padding: 0px !important; }[data-css=\"tve-u-1621a9750ae\"] strong { font-weight: 700; }#tve_editor [data-css=\"tve-u-1621a9750ae\"] { color: rgb(255, 255, 255) !important; font-family: Monda !important; }[data-css=\"tve-u-1621a96b190\"] { background-color: rgb(231, 229, 229); width: 144px !important; height: 144px !important; top: 8px !important; bottom: 8px !important; left: 8px !important; right: 8px !important; }[data-css=\"tve-u-1621a9685d4\"] { stroke: rgb(248, 251, 253) !important; stroke-width: 17px !important; }[data-css=\"tve-u-1621a8a804b\"] > .tcb-flex-col > .tcb-col { min-height: 445px; justify-content: center; }[data-css=\"tve-u-1621a90a46f\"] { background-image: radial-gradient(rgba(255, 255, 255, 0.51) 16%, rgb(255, 255, 255) 73%), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-100-clean.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }#tve_editor [data-css=\"tve-u-1621a9076ef\"] > :first-child { color: rgb(15, 29, 123); }#tve_editor [data-css=\"tve-u-1621a8e5625\"] > :first-child { color: rgb(15, 29, 123); }#tve_editor [data-css=\"tve-u-1621a8e11f3\"] > :first-child { color: rgb(15, 29, 123); }[data-css=\"tve-u-1621a8c4313\"] { padding: 0px !important; margin-bottom: 60px !important; }[data-css=\"tve-u-1621a8b2488\"] { float: none; max-width: 100%; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621a8a804b\"] { min-height: inherit; margin-left: -60px; padding: 0px !important; }[data-css=\"tve-u-1621a2e0d5b\"] { line-height: 1em !important; }[data-css=\"tve-u-1621a2247ba\"] { max-width: 100%; float: none; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; }#tve_editor [data-css=\"tve-u-1620af7eb3f\"] .tcb-button-link { font-size: 18px; color: rgb(15, 29, 123) !important; }#tve_editor [data-css=\"tve-u-1620af7eb3f\"]:hover strong { font-weight: 700 !important; }[data-css=\"tve-u-1620af7eb3f\"] { width: 268px; float: left; z-index: 3; position: relative; display: block; max-width: 268px; margin-bottom: 0px !important; margin-top: 0px !important; margin-left: 3px !important; }#tve_editor [data-css=\"tve-u-1620af7eb3f\"]:hover .tcb-button-link { color: rgb(255, 255, 255) !important; border-radius: 200px !important; overflow: hidden !important; font-family: Monda !important; font-weight: 400 !important; text-shadow: none !important; background-image: none !important; background-color: rgb(15, 29, 123) !important; }[data-css=\"tve-u-1620af7eb3f\"] .tcb-button-link { border-radius: 200px; min-height: 54.7619px; font-size: 1.33333em; padding-top: 0px; padding-bottom: 0px; background-image: none !important; background-color: rgb(255, 255, 255) !important; padding-right: 15px !important; }#tcb_landing_page a:not(.tcb-button-link).tve_state_hover { color: rgb(35, 55, 188); }#tcb_landing_page a:not(.tcb-button-link):hover { color: rgb(35, 55, 188); }#tcb_landing_page a:not(.tcb-button-link) { color: rgb(255, 255, 255); }#tcb_landing_page input strong { font-weight: 700; }#tcb_landing_page .tcb-button-link strong { font-weight: 700; }#tcb_landing_page p strong, #tcb_landing_page li strong { font-weight: 700; }#tcb_landing_page input { font-family: Merriweather; font-weight: 400; }#tcb_landing_page .tcb-button-link { font-family: Merriweather; font-weight: 400; }#tcb_landing_page p, #tcb_landing_page li { color: rgb(12, 12, 12); font-family: Merriweather; font-weight: 400; line-height: 1.5em; font-size: 16px; }#tcb_landing_page h6 { text-transform: uppercase; font-size: 14px; color: rgb(0, 0, 0); font-family: \"Special Elite\"; font-weight: 400; letter-spacing: 1px; line-height: 1.3em; }#tcb_landing_page h5 { font-size: 22px; color: rgb(12, 12, 12); font-family: \"Special Elite\"; font-weight: 400; line-height: 1.3em; }#tcb_landing_page h4 { font-size: 24px; color: rgb(12, 12, 12); font-family: \"Special Elite\"; font-weight: 400; line-height: 1.3em; }#tcb_landing_page h3 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(12, 12, 12); font-size: 26px; line-height: 1.3em; }#tcb_landing_page h2 { color: rgb(0, 0, 0); font-size: 30px; letter-spacing: 2px; text-transform: uppercase; line-height: 1.3em; font-family: \"Special Elite\"; font-weight: 400; }#tcb_landing_page h1 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(0, 0, 0); font-size: 42px; line-height: 1.3em; }[data-css=\"tve-u-15e09c94f7d\"] { background-color: rgb(231, 229, 229) !important; }[data-css=\"tve-u-1621b01355a\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621b01355a\"] { max-width: 274px; position: relative; float: left; z-index: 3; width: 100%; padding: 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-1621b028939\"] .tcb-button-link { font-size: 18px; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1621b028939\"]:hover strong { font-weight: 700 !important; }[data-css=\"tve-u-1621b028939\"] { display: block; max-width: 268px; width: 268px; top: 0px; left: 0px; float: left; z-index: 3; position: relative; margin-bottom: 0px !important; margin-top: 0px !important; }#tve_editor [data-css=\"tve-u-1621b028939\"]:hover .tcb-button-link { background-color: rgb(255, 255, 255) !important; color: rgb(15, 29, 123) !important; overflow: hidden !important; font-family: Monda !important; background-image: none !important; text-align: center !important; }[data-css=\"tve-u-1621b028939\"] .tcb-button-link { min-height: 54.7619px; font-size: 1.33333em; padding-top: 0px; padding-bottom: 0px; border: 1px solid rgb(255, 255, 255); border-radius: 30px; overflow: hidden; background-color: rgba(26, 188, 156, 0.01) !important; padding-right: 15px !important; color: rgb(26, 188, 156) !important; }[data-css=\"tve-u-1621b08fdde\"] { border-radius: 200px; overflow: hidden; border: 1px solid rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1621b01355a\"]:hover [data-css=\"tve-u-1621b08fdde\"] { border: 1px solid rgba(255, 255, 255, 0.4) !important; }[data-css=\"tve-u-1621b30ca74\"]::after { clear: both; }#tve_editor [data-css=\"tve-u-1621e942b65\"] { font-weight: 400; letter-spacing: 0px; color: rgb(255, 255, 255) !important; font-family: Poppins !important; font-size: 30px !important; }[data-css=\"tve-u-1621e94cb4e\"] { float: none; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621eaaedd8\"] { clip-path: url(\"#clip-bottom-a2b9cf3198d6f\"); -webkit-clip-path: url(\"#clip-bottom-a2b9cf3198d6f\");  background-image: none !important; background-color: rgb(5, 10, 42) !important; }[data-css=\"tve-u-1621eab272c\"] { border-radius: 200px; overflow: hidden; background-image: none !important; border: 3px solid rgb(255, 255, 255) !important; background-color: rgb(5, 10, 42) !important; }[data-css=\"tve-u-1621eacf6af\"] { max-width: 230px; float: none; z-index: 3; position: relative; padding: 0px !important; margin: 0px auto !important; }[data-css=\"tve-u-1621eb3eb9f\"] { clip-path: url(\"#clip-bottom-ac98bb0e54b3b\"); -webkit-clip-path: url(\"#clip-bottom-ac98bb0e54b3b\");  background-image: none !important; background-color: rgb(45, 51, 89) !important; }[data-css=\"tve-u-1621eb43d8d\"] { border-radius: 200px; overflow: hidden; background-image: none !important; border: 3px solid rgb(255, 255, 255) !important; background-color: rgb(45, 51, 89) !important; }[data-css=\"tve-u-1621eb7ccb0\"] { min-height: 530px; }[data-css=\"tve-u-1621eb81205\"] { padding: 0px 0px 20px !important; margin-top: -25px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621ebbbb6d\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621ebbbb6d\"] { max-width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1621ebf340c\"] { max-width: 230px; float: none; z-index: 3; position: relative; width: 100%; padding: 0px !important; margin: 0px auto !important; }[data-css=\"tve-u-1621ebfa746\"] { padding: 0px !important; margin-top: 0px !important; margin-bottom: 30px !important; }#tve_editor [data-css=\"tve-u-1621ebfe4ce\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ebff867\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ec009a8\"] { font-size: 16px !important; }[data-css=\"tve-u-1621ec09a3c\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; margin: 0px !important; }#tve_editor [data-css=\"tve-u-1621ec09a3c\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ec0c5bd\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; margin: 0px !important; }#tve_editor [data-css=\"tve-u-1621ec0c5bd\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ec15f6e\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ec15f6e\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ec204df\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ec204df\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ec20f68\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ec20f68\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ec21a31\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ec21a31\"] > :first-child { color: rgb(137, 141, 167); }#tve_editor [data-css=\"tve-u-1621ec241aa\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ec2704c\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ec298ab\"] { font-size: 16px !important; }[data-css=\"tve-u-1621ec6c39b\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621ec6c39b\"] { float: none; max-width: 110px; z-index: 4; padding: 0px !important; margin: -60px auto 30px !important; }[data-css=\"tve-u-1621ec752da\"] { min-height: 110px; }[data-css=\"tve-u-1621ec78d2c\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621ec78d2c\"] { float: none; max-width: 110px; z-index: 4; padding: 0px !important; margin: -60px auto 30px !important; }[data-css=\"tve-u-1621ec79a7d\"] { min-height: 110px; }[data-css=\"tve-u-1621ec7f21a\"] { min-height: 160px; }[data-css=\"tve-u-1621f154231\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-1621f154231\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin: 0px 0px -1px !important; }[data-css=\"tve-u-1621f15b521\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-1621f15b521\"] { float: right; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin-top: -1px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621f4ceaf7\"] { color: rgb(15, 29, 123) !important; }[data-css=\"tve-u-1621fb65556\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-1621fb65556\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-1621fb65556\"] { min-height: inherit; margin-left: -20px; padding: 0px !important; }[data-css=\"tve-u-1621fb68b97\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-1621fb68b97\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-1621fb68b97\"] { min-height: inherit; margin-left: -30px; padding: 30px !important; }[data-css=\"tve-u-1621fbacc60\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621fbcad8c\"] { padding: 0px !important; }[data-css=\"tve-u-1621fc0ce17\"] { padding: 0px !important; margin-bottom: 15px !important; }[data-css=\"tve-u-1621fd84d7b\"] { min-height: 480px; }[data-css=\"tve-u-1621fd8766c\"] { min-height: 150px; }[data-css=\"tve-u-1621fd9c946\"] { padding: 0px 0px 20px !important; margin-top: 0px !important; margin-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-1621fe1587d\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1621fe1725e\"] strong { font-weight: 800; }#tve_editor [data-css=\"tve-u-1621fe1725e\"] { font-weight: 400; letter-spacing: 0px; color: rgb(255, 255, 255) !important; font-family: Poppins !important; font-size: 30px !important; }#tve_editor [data-css=\"tve-u-1621fe1a1af\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1621fe1bd18\"] strong { font-weight: 800; }#tve_editor [data-css=\"tve-u-1621fe1bd18\"] { font-weight: 400; letter-spacing: 0px; color: rgb(255, 255, 255) !important; font-family: Poppins !important; font-size: 30px !important; }[data-css=\"tve-u-16223b080b0\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-16223b080b0\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-16223f02c16\"] { min-height: 62px; }[data-css=\"tve-u-16223fe5f5b\"] { padding: 0px !important; }[data-css=\"tve-u-16224439be1\"] { padding: 0px !important; }#tve_editor [data-css=\"tve-u-1622444fb11\"] { letter-spacing: 1px; color: rgb(137, 141, 167) !important; font-size: 14px !important; }#tve_editor [data-css=\"tve-u-16228c764b2\"] { font-size: 18px !important; }[data-css=\"tve-u-16229f6175c\"] { border: none; margin: 80px 0px 0px !important; background-image: none !important; }[data-css=\"tve-u-16229fa6a26\"] { border: none; box-shadow: none; padding: 0px 30px 30px !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-16229fa8c68\"] { border: none; padding: 0px 30px 30px !important; background-image: none !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col > .tcb-col { min-height: 244px; }[data-css=\"tve-u-16229ffbb7b\"] { margin-left: -30px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16248fc42a1\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-16248fc42a1\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-16248fc71c8\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-16249355087\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-16249355087\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-16249358652\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-16249358652\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-1624935a201\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-1624935a201\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-16249367114\"] { border: none; margin: 30px 0px 0px !important; background-image: none !important; }[data-css=\"tve-u-16249373b25\"] { border: none; padding: 0px 30px 30px !important; background-image: linear-gradient(rgb(248, 249, 251), rgb(248, 249, 251)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1624939a960\"] { border: none; box-shadow: none; padding: 0px 30px 30px !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-162493a03b0\"] > .tcb-flex-col > .tcb-col { min-height: 244px; }[data-css=\"tve-u-162493a03b0\"] { margin-left: -30px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-162493a03b0\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-162493b6b63\"] { border: none; background-image: none !important; padding: 0px 30px 30px !important; background-color: rgb(248, 249, 251) !important; }#tve_editor [data-css=\"tve-u-162493d5f13\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-162493d5f13\"] { font-size: 30px; width: 30px; height: 30px; top: 0px; left: 0px; display: block; position: static; z-index: 8; border-bottom: 1px solid rgb(10, 93, 165); border-top: none; border-right: none; border-left: none; border-image: initial; margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-162494b490e\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-162494b7ad0\"] { padding: 0px !important; margin-top: 25px !important; margin-left: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-1625389a3d5\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-1625389a3d5\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-1625389b4ed\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-1625389b4ed\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-162539ac577\"] { max-width: 39%; }[data-css=\"tve-u-162539ac57d\"] { max-width: 61%; }#tve_editor [data-css=\"tve-u-162539c17ec\"] { font-size: 16px !important; color: rgba(12, 12, 12, 0.7) !important; }[data-css=\"tve-u-16260c39a7e\"] { float: none; max-width: 100%; border-left: 1px solid rgba(15, 29, 123, 0.7); border-right: 1px solid rgba(15, 29, 123, 0.7); margin: 0px auto !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-16260c433e9\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-Rosie.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16260c5ff07\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-16260c5ff07\"] { float: right; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin: -1px 0px 0px !important; }[data-css=\"tve-u-16260c5ff0c\"]::after { clear: both; }[data-css=\"tve-u-16260d01208\"] { max-width: 37%; }[data-css=\"tve-u-16260d0120e\"] { max-width: 63%; }[data-css=\"tve-u-16260d39b83\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-16260d39b83\"] { float: right; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin-top: -1px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-16260d3b97e\"]::after { clear: both; }[data-css=\"tve-u-16260d3f4aa\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16260d3f4aa\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-16260d3f4aa\"] { min-height: inherit; margin-left: -30px; padding: 30px !important; }[data-css=\"tve-u-16260d3f4af\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-16260d3f4af\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-16260d3f4af\"] { min-height: inherit; margin-left: -20px; padding: 0px !important; }[data-css=\"tve-u-16260d5e4b8\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-Shawn.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16260d73672\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-16260d73672\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin-top: 0px !important; margin-bottom: -1px !important; }[data-css=\"tve-u-16260d8392c\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16260d8392c\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-16260d8392c\"] { min-height: inherit; margin-left: -30px; padding: 30px !important; }[data-css=\"tve-u-16260d8396c\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-16260d8396c\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-16260d8396c\"] { min-height: inherit; margin-left: -20px; padding: 0px !important; }[data-css=\"tve-u-16260da3aa7\"] { float: none; max-width: 100%; border-left: 1px solid rgba(15, 29, 123, 0.7); border-right: 1px solid rgba(15, 29, 123, 0.7); margin: 0px auto !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-162717cb600\"] { max-width: 58.2%; }[data-css=\"tve-u-162717cb601\"] { max-width: 41.8%; }[data-css=\"tve-u-162717cb609\"]::after { clear: both; }[data-css=\"tve-u-162717cb60a\"] { padding-right: 50px !important; padding-bottom: 80px !important; padding-top: 20px !important; }[data-css=\"tve-u-162717cb60b\"]::after { clear: both; }[data-css=\"tve-u-162717cb60b\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-162717cb60f\"] { padding: 0px !important; margin-bottom: 25px !important; }[data-css=\"tve-u-162717cb610\"] { padding: 0px !important; margin-bottom: 35px !important; box-shadow: none !important; }#tve_editor [data-css=\"tve-u-162717cb616\"] { text-shadow: rgb(0, 0, 0) 2px 2px 2px; text-transform: none !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-162717cb617\"] { margin-left: 0px; padding: 0px !important; }[data-css=\"tve-u-162717cb618\"] { max-width: none; margin-top: 0px !important; }[data-css=\"tve-u-162717cb620\"] { clip-path: url(\"#clip-bottom-c883ac5175045\"); -webkit-clip-path: url(\"#clip-bottom-c883ac5175045\");  opacity: 1; filter: grayscale(0%) blur(0px); background-image: linear-gradient(rgba(0, 0, 0, 0.57), rgba(0, 0, 0, 0.57)), url(\"https://bestcerakoteflorida.com/wp-content/uploads/2018/05/FTYS6743.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, fixed !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-162717cb609\"] { max-width: 1200px; min-height: 630px !important; }[data-css=\"tve-u-162717cb621\"] { z-index: 1; padding: 125px 40px 0px !important; margin-top: -130px !important; }[data-css=\"tve-u-162717d1bb6\"] { border-right: 1px solid rgba(255, 255, 255, 0.2); }[data-css=\"tve-u-162717d1bb7\"] { max-width: 23.7%; }[data-css=\"tve-u-162717d1bb9\"] { max-width: 42.9%; }[data-css=\"tve-u-162717d1bbc\"] { border-left: none; padding: 0px !important; }[data-css=\"tve-u-162717d1bbe\"] { border-bottom: 1px solid rgba(255, 255, 255, 0.2); float: none; width: 100%; position: relative; z-index: 10; max-width: 1600px; margin: 0px auto !important; }[data-css=\"tve-u-162717d1bbf\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-162717d1bbf\"] > .tcb-flex-col { padding-left: 17px; }[data-css=\"tve-u-162717d1bbf\"] { margin-left: -17px; min-height: inherit; padding: 5px 0px 0px 40px !important; }#tve_editor [data-css=\"tve-u-162717d1bbe\"] p, #tve_editor [data-css=\"tve-u-162717d1bbe\"] li, #tve_editor [data-css=\"tve-u-162717d1bbe\"] blockquote, #tve_editor [data-css=\"tve-u-162717d1bbe\"] address { font-size: 16px; }#tve_editor [data-css=\"tve-u-16271adf6cf\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-16271adf6cf\"] { font-size: 30px; width: 30px; height: 30px; top: 22px; left: 20px; border-bottom: 1px solid rgb(10, 93, 165); margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1641367e553\"] > :first-child { color: rgba(15, 29, 123, 0.12); }[data-css=\"tve-u-1641367e553\"] { font-size: 60px; float: none; box-shadow: none; width: 60px; height: 60px; margin: -55px auto 60px !important; padding-right: 17px !important; }[data-css=\"tve-u-16416e4fafd\"] { box-shadow: rgba(0, 0, 0, 0.02) 0px 2px 22px 0px; background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16416e603ab\"] { box-shadow: rgba(0, 0, 0, 0.12) 0px 3px 44px 0px; background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-164179a84b8\"] > .tve-cb { display: block; }[data-css=\"tve-u-164179a84b8\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-164179bced9\"] { border-right: none; padding: 3px 0px 0px !important; position: static !important; }[data-css=\"tve-u-16417b4cb9e\"] { padding: 0px 0px 50px !important; }[data-css=\"tve-u-16417b62c09\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-16417b662bf\"] { margin-top: 0px !important; margin-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-16417e5bd95\"] > :first-child { color: rgb(255, 255, 255); }[data-css=\"tve-u-16417e5bd95\"] { z-index: 4; position: relative; float: left; font-size: 25px !important; width: 25px !important; height: 25px !important; margin: 3px 15px 0px 0px !important; padding-left: 0px !important; }[data-css=\"tve-u-1641c1af44d\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1641c1b01a6\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1641c1b0a67\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1641c1b12d8\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }#tve_editor [data-css=\"tve-u-1641c1b33f9\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-1641c1b33f9\"] { font-size: 30px; width: 30px; height: 30px; top: 22px; left: 20px; border-bottom: 1px solid rgb(10, 93, 165); margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1641c1b456a\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-1641c1b456a\"] { font-size: 30px; width: 30px; height: 30px; top: 22px; left: 20px; border-bottom: 1px solid rgb(10, 93, 165); margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1641c1b52d3\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-1641c1b52d3\"] { font-size: 30px; width: 30px; height: 30px; top: 22px; left: 20px; border-bottom: 1px solid rgb(10, 93, 165); margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1641c1b60b4\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-1641c1b60b4\"] { font-size: 30px; width: 30px; height: 30px; top: 22px; left: 20px; border-bottom: 1px solid rgb(10, 93, 165); margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }#tcb_landing_page .tcb-plain-text { color: rgb(0, 0, 0); font-family: Merriweather; font-weight: 400; }#tcb_landing_page .tcb-plain-text strong { font-weight: 700; }[data-css=\"tve-u-162717d1bbe\"] p { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-162717d1bbe\"] h3 { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-1695981e7bb\"] { max-width: 33.3545%; }[data-css=\"tve-u-16959822de2\"] { width: 291px; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-16959846d3d\"] { margin-top: 0px !important; }[data-css=\"tve-u-16959cd1e7a\"] { margin-top: 10px !important; }[data-css=\"tve-u-1695a3002e2\"] .tcb-button-link { border-radius: 4px; border-bottom: 4px solid rgb(117, 0, 23); border-top-color: rgb(198, 225, 224); border-right-color: rgb(198, 225, 224); border-left-color: rgb(198, 225, 224); background-image: none !important; background-color: rgb(143, 2, 32) !important; padding-right: 25px !important; }#tve_editor [data-css=\"tve-u-1695a3002e2\"]:hover .tcb-button-link { background-color: rgb(132, 1, 28) !important; }#tve_editor [data-css=\"tve-u-1695a36117b\"] { color: rgb(255, 255, 255) !important; font-size: 15px !important; text-transform: capitalize !important; letter-spacing: 3px; font-family: Merriweather !important; font-weight: 400 !important; }[data-css=\"tve-u-1695d995f33\"] { box-shadow: none; margin: 0px 20px -25px !important; }#tve_editor [data-css=\"tve-u-1695d9d652a\"]:hover input, #tve_editor [data-css=\"tve-u-1695d9d652a\"]:hover textarea { box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 9px -3px !important; }#tve_editor [data-css=\"tve-u-1695d9d6528\"]:hover input, #tve_editor [data-css=\"tve-u-1695d9d6528\"]:hover textarea { box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 9px -3px !important; }#tve_editor [data-css=\"tve-u-1695d9d6526\"]:hover input, #tve_editor [data-css=\"tve-u-1695d9d6526\"]:hover textarea { box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 9px -3px !important; }#tve_editor [data-css=\"tve-u-1695d9d6529\"] { font-family: \"Courier New\", Courier, monospace; font-weight: 700; font-size: 13px; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1695d9d6527\"] { font-family: \"Courier New\", Courier, monospace; font-weight: 700; font-size: 13px; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1695d9d6525\"] { font-family: \"Courier New\", Courier, monospace; font-weight: 700; font-size: 13px; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1695d9d652a\"] input, [data-css=\"tve-u-1695d9d652a\"] textarea { box-shadow: rgba(0, 0, 0, 0.25) 0px 2px 9px -6px; background-image: none !important; }[data-css=\"tve-u-1695d9d6528\"] input, [data-css=\"tve-u-1695d9d6528\"] textarea { box-shadow: rgba(0, 0, 0, 0.25) 0px 2px 9px -6px; background-image: none !important; }[data-css=\"tve-u-1695d9d6526\"] input, [data-css=\"tve-u-1695d9d6526\"] textarea { box-shadow: rgba(0, 0, 0, 0.25) 0px 2px 9px -6px; background-image: none !important; }[data-css=\"tve-u-1695d9d6529\"] { text-transform: capitalize; letter-spacing: 1px; font-weight: normal !important; }[data-css=\"tve-u-1695d9d6527\"] { text-transform: capitalize; letter-spacing: 1px; font-weight: normal !important; }[data-css=\"tve-u-1695d9d6525\"] { text-transform: capitalize; letter-spacing: 1px; font-weight: normal !important; }#tve_editor [data-css=\"tve-u-1695d9d652a\"] input, #tve_editor [data-css=\"tve-u-1695d9d652a\"] textarea { border-radius: 4px; overflow: hidden; border: 1px solid rgb(237, 240, 243); }#tve_editor [data-css=\"tve-u-1695d9d6528\"] input, #tve_editor [data-css=\"tve-u-1695d9d6528\"] textarea { border-radius: 4px; overflow: hidden; border: 1px solid rgb(237, 240, 243); }#tve_editor [data-css=\"tve-u-1695d9d6526\"] input, #tve_editor [data-css=\"tve-u-1695d9d6526\"] textarea { border-radius: 4px; overflow: hidden; border: 1px solid rgb(237, 240, 243); }[data-css=\"tve-u-1695dd04208\"] { margin-bottom: 10px !important; border-radius: 11px; overflow: hidden; }#tve_editor [data-css=\"tve-u-1695dd27f6a\"] button { border-radius: 8px; background-image: none !important; background-color: rgb(143, 2, 32) !important; border-color: rgb(131, 148, 139); padding: 10px !important; font-weight: 400 !important; font-family: \"Special Elite\"; text-transform: uppercase; font-size: 17px; }#tve_editor [data-css=\"tve-u-1695dd27f6a\"]:hover button { background-color: rgb(75, 105, 89) !important; border-color: rgb(1, 2, 2) rgb(0, 0, 0) rgb(1, 2, 2) rgb(1, 2, 2) !important; }#tve_editor [data-css=\"tve-u-1695dd27f6a\"] { max-width: 30%; width: 30%; }[data-css=\"tve-u-1695dd27f6a\"] { margin-left: auto !important; margin-right: auto !important; float: none; }[data-css=\"tve-u-1695dd484d7\"] { border-radius: 11px; overflow: hidden; margin-bottom: 10px !important; }#tve_editor .thrv-content-box [data-css=\"tve-u-1621ee37f4a\"] p, #tve_editor .thrv-content-box [data-css=\"tve-u-1621ee37f4a\"] li, #tve_editor .thrv-content-box [data-css=\"tve-u-1621ee37f4a\"] blockquote, #tve_editor .thrv-content-box [data-css=\"tve-u-1621ee37f4a\"] address, #tve_editor .thrv-content-box [data-css=\"tve-u-1621ee37f4a\"] .tcb-plain-text, #tve_editor .thrv-content-box [data-css=\"tve-u-1621ee37f4a\"] label, #tve_editor .thrv-content-box [data-css=\"tve-u-1621ee37f4a\"] h1, #tve_editor .thrv-content-box [data-css=\"tve-u-1621ee37f4a\"] h2, #tve_editor .thrv-content-box [data-css=\"tve-u-1621ee37f4a\"] h3, #tve_editor .thrv-content-box [data-css=\"tve-u-1621ee37f4a\"] h4, #tve_editor .thrv-content-box [data-css=\"tve-u-1621ee37f4a\"] h5, #tve_editor .thrv-content-box [data-css=\"tve-u-1621ee37f4a\"] h6 { color: rgb(255, 255, 255); }#tve_editor [data-css=\"tve-u-1695d9d6526\"] input, #tve_editor [data-css=\"tve-u-1695d9d6526\"] input::placeholder, #tve_editor [data-css=\"tve-u-1695d9d6526\"] textarea, #tve_editor [data-css=\"tve-u-1695d9d6526\"] textarea::placeholder { color: rgb(0, 0, 0); }#tve_editor [data-css=\"tve-u-1695d9d6528\"] input, #tve_editor [data-css=\"tve-u-1695d9d6528\"] input::placeholder, #tve_editor [data-css=\"tve-u-1695d9d6528\"] textarea, #tve_editor [data-css=\"tve-u-1695d9d6528\"] textarea::placeholder { color: rgb(0, 0, 0); }#tve_editor [data-css=\"tve-u-1695d9d652a\"] input, #tve_editor [data-css=\"tve-u-1695d9d652a\"] input::placeholder, #tve_editor [data-css=\"tve-u-1695d9d652a\"] textarea, #tve_editor [data-css=\"tve-u-1695d9d652a\"] textarea::placeholder { color: rgb(0, 0, 0); }#tve_editor [data-css=\"tve-u-1695de16011\"] { font-size: 16px !important; text-transform: capitalize !important; letter-spacing: 3px; }[data-css=\"tve-u-1695de16011\"] { line-height: 1.35em !important; }[data-css=\"tve-u-1695a36117b\"] { line-height: 1.35em !important; }[data-css=\"tve-u-16413112747\"] { line-height: 1.35em !important; }[data-css=\"tve-u-1695a36117b\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-16413112747\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-1621f0cbe40\"] > .tcb-flex-col > .tcb-col { justify-content: center; }#tve_editor [data-css=\"tve-u-1621f0b0088\"] p, #tve_editor [data-css=\"tve-u-1621f0b0088\"] li, #tve_editor [data-css=\"tve-u-1621f0b0088\"] blockquote, #tve_editor [data-css=\"tve-u-1621f0b0088\"] address, #tve_editor [data-css=\"tve-u-1621f0b0088\"] .tcb-plain-text, #tve_editor [data-css=\"tve-u-1621f0b0088\"] label, #tve_editor [data-css=\"tve-u-1621f0b0088\"] h1, #tve_editor [data-css=\"tve-u-1621f0b0088\"] h2, #tve_editor [data-css=\"tve-u-1621f0b0088\"] h3, #tve_editor [data-css=\"tve-u-1621f0b0088\"] h4, #tve_editor [data-css=\"tve-u-1621f0b0088\"] h5, #tve_editor [data-css=\"tve-u-1621f0b0088\"] h6 { color: rgb(255, 255, 255); }[data-css=\"tve-u-1621f0b0088\"] p { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-1621f0b0088\"] h3 { margin: 0px !important; padding: 0px !important; }#tve_editor [data-css=\"tve-u-1621f0d2c1a\"] p, #tve_editor [data-css=\"tve-u-1621f0d2c1a\"] li, #tve_editor [data-css=\"tve-u-1621f0d2c1a\"] blockquote, #tve_editor [data-css=\"tve-u-1621f0d2c1a\"] address, #tve_editor [data-css=\"tve-u-1621f0d2c1a\"] .tcb-plain-text, #tve_editor [data-css=\"tve-u-1621f0d2c1a\"] label, #tve_editor [data-css=\"tve-u-1621f0d2c1a\"] h1, #tve_editor [data-css=\"tve-u-1621f0d2c1a\"] h2, #tve_editor [data-css=\"tve-u-1621f0d2c1a\"] h3, #tve_editor [data-css=\"tve-u-1621f0d2c1a\"] h4, #tve_editor [data-css=\"tve-u-1621f0d2c1a\"] h5, #tve_editor [data-css=\"tve-u-1621f0d2c1a\"] h6 { color: rgb(255, 255, 255); }#tve_editor [data-css=\"tve-u-1695e7e070d\"] { color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_5402f616 > a { font-family: Montserrat; font-weight: 400; fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; font-size: 13px !important; }#tve_editor [data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_13475a66 > a { font-family: Montserrat; font-weight: 400; fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; font-size: 13px !important; }#tve_editor [data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_a19cc162 > a { font-family: Montserrat; font-weight: 400; fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; font-size: 13px !important; }#tve_editor [data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_hgZvKxml > a { font-family: Montserrat; font-weight: 400; fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; font-size: 13px !important; }[data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_5402f616 { text-transform: uppercase; border-bottom: 1px solid rgba(84, 84, 98, 0); border-top: none; border-right: none; border-left: none; border-image: initial; margin-right: 30px !important; padding: 10px 9px !important; margin-left: 30px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_13475a66 { text-transform: uppercase; border-bottom: 1px solid rgba(84, 84, 98, 0); border-top: none; border-right: none; border-left: none; border-image: initial; margin-right: 30px !important; padding: 10px 9px !important; margin-left: 30px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_a19cc162 { text-transform: uppercase; border-bottom: 1px solid rgba(84, 84, 98, 0); border-top: none; border-right: none; border-left: none; border-image: initial; margin-right: 30px !important; padding: 10px 9px !important; margin-left: 30px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_hgZvKxml { text-transform: uppercase; border-bottom: 1px solid rgba(84, 84, 98, 0); border-top: none; border-right: none; border-left: none; border-image: initial; margin-right: 30px !important; padding: 10px 9px !important; margin-left: 30px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_5402f616 > a { font-weight: 500 !important; text-decoration: none !important; }[data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_13475a66 > a { font-weight: 500 !important; text-decoration: none !important; }[data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_a19cc162 > a { font-weight: 500 !important; text-decoration: none !important; }[data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_hgZvKxml > a { font-weight: 500 !important; text-decoration: none !important; }[data-css=\"tve-u-1695e821f4c\"] { border-bottom: 1px solid rgb(200, 233, 248); max-width: 1080px; padding: 0px !important; }#tve_editor [data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_5402f616:hover { border-bottom: 1px solid rgb(55, 179, 233) !important; }#tve_editor [data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_13475a66:hover { border-bottom: 1px solid rgb(55, 179, 233) !important; }#tve_editor [data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_a19cc162:hover { border-bottom: 1px solid rgb(55, 179, 233) !important; }#tve_editor [data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_hgZvKxml:hover { border-bottom: 1px solid rgb(55, 179, 233) !important; }[data-css=\"tve-u-1695e826914\"] { max-width: 23.9%; }[data-css=\"tve-u-1695e826ae0\"] { max-width: 42.8%; }[data-css=\"tve-u-1695e826b67\"] { max-width: 33.3109%; }[data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_5402f616.menu-item { margin-right: 0px; }[data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_13475a66.menu-item { margin-right: 0px; }[data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_a19cc162.menu-item { margin-right: 0px; }[data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_hgZvKxml.menu-item { margin-right: 0px; }}@media (max-width: 1023px){[data-css=\"tve-u-1621ebfa746\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621eb037bb\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621ec78d2c\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621ec6c39b\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621b064668\"] { max-width: 49%; }[data-css=\"tve-u-1621b064646\"] { max-width: 51%; }[data-css=\"tve-u-1621b3c74d9\"] { max-width: 100%; }[data-css=\"tve-u-1621f0b0088\"] { min-height: 100px !important; }[data-css=\"tve-u-1621ee3afec\"] > .tve-cb { display: block; }[data-css=\"tve-u-1621e7ceab3\"] > .tve-cb { display: block; }[data-css=\"tve-u-1621ea50702\"] { float: none; width: 100%; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621ae4fd21\"] > .tve-cb { display: block; }[data-css=\"tve-u-162717cb60f\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-162717cb610\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-16223dad661\"] { padding-top: 20px !important; }[data-css=\"tve-u-1641367127b\"] { float: none; font-size: 50px; width: 50px; height: 50px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1641367e553\"] { float: none; font-size: 50px; width: 50px; height: 50px; margin: -44px auto 40px !important; padding-right: 12px !important; }[data-css=\"tve-u-1621e7b695a\"] { margin-bottom: 50px !important; }[data-css=\"tve-u-1621ee37f4a\"] { min-height: 262px; }[data-css=\"tve-u-1621ada1e7f\"] { padding: 50px 30px 50px 0px !important; }[data-css=\"tve-u-1621b072b4e\"] { max-width: 100%; }[data-css=\"tve-u-1621a2247ba\"] { margin-bottom: 60px !important; }[data-css=\"tve-u-16229f6175c\"] { margin-top: 0px !important; }[data-css=\"tve-u-162717cb60b\"] { height: calc(100% - -85px); margin-top: -85px !important; }[data-css=\"tve-u-162717cb617\"] .tcb-flex-col { flex-basis: 560px !important; }#tcb_landing_page h5 { line-height: 1.3em; }#tcb_landing_page h6 { line-height: 1.4em; }#tcb_landing_page p, #tcb_landing_page li { line-height: 1.5em; }[data-css=\"tve-u-1628a146aef\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1628a12f675\"] { margin-bottom: 40px !important; }[data-css=\"tve-u-1628a10d3b4\"] { margin-bottom: 40px !important; }[data-css=\"tve-u-162718bd0c0\"] { clip-path: url(\"#clip-tablet-top-a3b25e1c9221a\"); -webkit-clip-path: url(\"#clip-tablet-top-a3b25e1c9221a\");  background-color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-162717cb621\"] { z-index: 6; padding-top: 60px !important; margin-top: -90px !important; }[data-css=\"tve-u-162718a3b40\"] { max-width: 100%; min-height: 1px !important; }[data-css=\"tve-u-16271adf6cf\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-162493d5f13\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-162717fcf9d\"] { margin-top: -40px !important; padding-top: 90px !important; padding-left: 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-16260d3f4af\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16260d3f4aa\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1621fb65556\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1621fb68b97\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16260d8396c\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16260d8392c\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16260d39b83\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-16260c5ff07\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-16260ba2fa4\"] { padding: 50px 40px !important; }[data-css=\"tve-u-16260be7104\"] { max-width: 100%; }[data-css=\"tve-u-1621ebbbb6d\"] { margin-top: -1px !important; }[data-css=\"tve-u-1621eaaedd8\"] { clip-path: url(\"#clip-tablet-bottom-a2b9cf3198d6f\"); -webkit-clip-path: url(\"#clip-tablet-bottom-a2b9cf3198d6f\");  }[data-css=\"tve-u-1621e7e9950\"] { margin-top: -1px !important; }[data-css=\"tve-u-16229fa8c68\"] { padding: 0px 20px 20px !important; }[data-css=\"tve-u-1622f65ba70\"] { padding: 0px 20px 20px !important; }[data-css=\"tve-u-16249373b25\"] { padding-left: 20px !important; padding-right: 20px !important; padding-bottom: 20px !important; }[data-css=\"tve-u-162493b6b63\"] { padding-left: 20px !important; padding-bottom: 20px !important; padding-right: 20px !important; }[data-css=\"tve-u-16249367114\"] { margin-top: 20px !important; }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-1624935a201\"] { line-height: 1.3em !important; }[data-css=\"tve-u-16249358652\"] { line-height: 1.3em !important; }[data-css=\"tve-u-16249355087\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1625389b4ed\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1625389a3d5\"] { line-height: 1.3em !important; }[data-css=\"tve-u-16248fc42a1\"] { line-height: 1.3em !important; }[data-css=\"tve-u-162493a03b0\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-162493a03b0\"] .tcb-flex-col { flex-basis: 145px !important; }[data-css=\"tve-u-1622a159bcb\"] { float: none; max-width: 85%; margin: 0px auto !important; padding-top: 0px !important; }[data-css=\"tve-u-16229fa6a26\"] { margin-bottom: 20px !important; padding: 0px 20px 20px !important; }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16229ffbb7b\"] { min-height: inherit; margin-left: -20px; }[data-css=\"tve-u-1621ad46076\"] { margin-bottom: 0px !important; margin-top: 0px !important; padding: 50px 40px !important; }#tve_editor [data-css=\"tve-u-1621b028939\"] .tcb-button-link { font-size: 18px; }[data-css=\"tve-u-16223f02c16\"] { min-height: 54px; }[data-css=\"tve-u-1621b01355a\"] { max-width: 304px; padding: 2px !important; }[data-css=\"tve-u-1620af7eb3f\"] { float: none; z-index: 3; position: relative; display: block; max-width: 300px; width: 300px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621afda4fa\"] { max-width: 100%; margin-bottom: 30px !important; }[data-css=\"tve-u-16224716d62\"]::after { clear: both; }[data-css=\"tve-u-1621f0aa8f7\"] { margin-top: 0px !important; }[data-css=\"tve-u-1621e7e6c1d\"] { min-height: 150px; }[data-css=\"tve-u-1621e7edfd9\"] { clip-path: url(\"#clip-tablet-bottom-10ffac3b28f1d\"); -webkit-clip-path: url(\"#clip-tablet-bottom-10ffac3b28f1d\");  }[data-css=\"tve-u-1621ebf340c\"] { float: none; width: 100%; padding: 0px !important; margin-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621e7d5094\"] { min-height: 455px; }[data-css=\"tve-u-1621adea58b\"] > .tcb-flex-col > .tcb-col { justify-content: center; }[data-css=\"tve-u-16223dad661\"]::after { clear: both; }[data-css=\"tve-u-1621e8107f3\"] { float: none; margin-left: auto !important; margin-right: auto !important; margin-bottom: 20px !important; }[data-css=\"tve-u-16223b080b0\"] { float: none; margin-left: auto !important; margin-right: auto !important; margin-top: -1px !important; }[data-css=\"tve-u-1621eb3eb9f\"] { clip-path: url(\"#clip-tablet-bottom-ac98bb0e54b3b\"); -webkit-clip-path: url(\"#clip-tablet-bottom-ac98bb0e54b3b\");  }[data-css=\"tve-u-1621fe78878\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1621fe78878\"] { min-height: inherit; }#tve_editor [data-css=\"tve-u-1621e92e97f\"] { font-size: 22px !important; }#tve_editor [data-css=\"tve-u-1621e942b65\"] { letter-spacing: 0px; font-size: 1.5em !important; }#tve_editor [data-css=\"tve-u-1621fe1bd18\"] { letter-spacing: 0px; font-size: 1.5em !important; }#tve_editor [data-css=\"tve-u-1621fe1a1af\"] { font-size: 22px !important; }#tve_editor [data-css=\"tve-u-1621fe1725e\"] { letter-spacing: 0px; font-size: 1.5em !important; }#tve_editor [data-css=\"tve-u-1621fe1587d\"] { font-size: 22px !important; }[data-css=\"tve-u-1621ef118dc\"] { position: relative; top: 0px; left: 0px; width: 51%; margin-left: auto !important; margin-right: auto !important; float: none; }[data-css=\"tve-u-1621ee3afec\"] { padding: 25px 10px 5px !important; }[data-css=\"tve-u-1621ee63e1c\"] { max-width: none; margin-bottom: 5px !important; }[data-css=\"tve-u-1621ee74a24\"] { top: 0px; right: 0px; font-size: 45px; width: 45px; height: 45px; float: none; padding-left: 0px !important; margin: 0px auto !important; }[data-css=\"tve-u-1621ee18a1c\"] { margin-top: 40px !important; margin-left: 20px !important; margin-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-1621fdcb4ea\"] { letter-spacing: 1px; font-size: 1.5em !important; }[data-css=\"tve-u-1621ec7f21a\"] { min-height: 150px; }[data-css=\"tve-u-1621eacf6af\"] { float: none; max-width: 230px; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621fd9c946\"] { max-width: 380px; float: none; width: 100%; margin: 0px auto !important; padding-left: 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-1621eb81205\"] { margin-top: 0px !important; }[data-css=\"tve-u-1621eb7ccb0\"] { min-height: 455px; }[data-css=\"tve-u-1621fd8766c\"] { min-height: 150px; }[data-css=\"tve-u-1621fd84d7b\"] { min-height: 430px; }[data-css=\"tve-u-1621e7c7aa1\"] .tcb-flex-col { flex-basis: 300px !important; }#tve_editor [data-css=\"tve-u-1621e7a7350\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621e7c899a\"] { float: none; max-width: 100%; margin-left: auto !important; margin-right: auto !important; margin-top: 0px !important; }[data-css=\"tve-u-1621e7c7aa1\"] { margin-left: -20px; flex-direction: row; }[data-css=\"tve-u-1621e7c7aa1\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-1621b3c8c52\"] { padding: 50px 40px !important; }[data-css=\"tve-u-1621fc0ce17\"] { margin-top: 10px !important; margin-bottom: 7px !important; }[data-css=\"tve-u-1621fbcad8c\"] { padding-left: 0px !important; padding-right: 30px !important; }[data-css=\"tve-u-1621fbacc60\"] { max-width: 177px; }[data-css=\"tve-u-1621fb68b97\"] { margin-left: -15px; min-height: inherit; padding: 20px !important; }[data-css=\"tve-u-1621fb68b97\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-1621fb65556\"] { margin-left: -15px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-1621fb65556\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-1621b200375\"] { float: none; max-width: 100%; margin: 0px auto !important; }[data-css=\"tve-u-1621b0e4fb7\"] { max-width: 100%; float: none; z-index: 3; position: relative; margin-right: auto !important; margin-left: auto !important; margin-bottom: 20px !important; }#tve_editor [data-css=\"tve-u-1621b10fccf\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621ae0bec7\"] { background-image: none !important; margin-top: 0px !important; }[data-css=\"tve-u-1621ae6c8da\"] { clip-path: url(\"#clip-tablet-top-aa2c3e3c70555\"); -webkit-clip-path: url(\"#clip-tablet-top-aa2c3e3c70555\");  }[data-css=\"tve-u-1621adba9ef\"] { clip-path: url(\"#clip-tablet-top-52d5a36c151aa\"); -webkit-clip-path: url(\"#clip-tablet-top-52d5a36c151aa\");  }[data-css=\"tve-u-1621ad420c4\"] { max-width: 100%; min-height: 1px !important; }[data-css=\"tve-u-1621f45bed3\"] { padding: 0px !important; }[data-css=\"tve-u-1621ae4fd21\"] { max-width: 100%; left: 0px; top: 0px; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621ae4db6e\"] { min-height: 300px; }#tve_editor [data-css=\"tve-u-1621afd8c98\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621afcc0bf\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621afceb00\"] { max-width: 100%; margin-bottom: 30px !important; }[data-css=\"tve-u-1621a98b602\"] { stroke-dasharray: 534.071, 534.071; }[data-css=\"tve-u-1621a9750ae\"] { font-size: 14.45px !important; line-height: 14.45px !important; }[data-css=\"tve-u-1621a9a2867\"] { font-size: 51px !important; line-height: 51px !important; }[data-css=\"tve-u-1621a9a2866\"] { margin-top: 42.5px !important; }[data-css=\"tve-u-1621a96b190\"] { width: 153px !important; height: 153px !important; top: 8.5px !important; bottom: 8.5px !important; left: 8.5px !important; right: 8.5px !important; }[data-css=\"tve-u-1621a9685d4\"] { stroke-width: 18px !important; }[data-css=\"tve-u-1621a9a2862\"] { width: 170px !important; height: 170px !important; }[data-css=\"tve-u-1621a983587\"] { float: none; border: 20px solid rgba(137, 141, 167, 0.24); margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621a8b2488\"] { float: none; max-width: 100%; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621a8a804b\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1621a8a804b\"] { margin-left: -24px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-1621a8a804b\"] > .tcb-flex-col { padding-left: 24px; }#tve_editor [data-css=\"tve-u-1621a2e0d5b\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621b028939\"] { position: relative; float: left; z-index: 3; display: block; max-width: 300px; width: 300px; margin-top: 15px !important; }[data-css=\"tve-u-1621adea58b\"] { margin-left: -30px; }[data-css=\"tve-u-1621adea58b\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-1621ade6172\"] { max-width: 100%; position: static; }#tve_editor [data-css=\"tve-u-16248fc42a1\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-16249355087\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-16249358652\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-1624935a201\"] { font-size: 18px !important; }[data-css=\"tve-u-1624939a960\"] { margin-bottom: 0px !important; padding-bottom: 20px !important; padding-left: 20px !important; padding-right: 20px !important; }[data-css=\"tve-u-162493a03b0\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-162493a03b0\"] { min-height: inherit; margin-left: -20px; }#tve_editor [data-css=\"tve-u-1625389a3d5\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-1625389b4ed\"] { font-size: 18px !important; }[data-css=\"tve-u-16260c39a7e\"] { float: none; max-width: 100%; margin: 0px auto !important; }[data-css=\"tve-u-16260d3f4aa\"] { margin-left: -15px; min-height: inherit; padding: 20px !important; }[data-css=\"tve-u-16260d3f4aa\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-16260d3f4af\"] { margin-left: -15px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-16260d3f4af\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-16260d8392c\"] { margin-left: -15px; min-height: inherit; padding: 20px !important; }[data-css=\"tve-u-16260d8392c\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-16260d8396c\"] { margin-left: -15px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-16260d8396c\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-16260da3aa7\"] { float: none; max-width: 100%; margin: 0px !important; }[data-css=\"tve-u-162717cb609\"] { max-width: 100%; min-height: 1px !important; }[data-css=\"tve-u-162717cb60a\"] { padding: 0px !important; }[data-css=\"tve-u-162717cb618\"] { float: none; max-width: 100%; margin-top: 60px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-162717cb620\"] { clip-path: url(\"#clip-tablet-bottom-c883ac5175045\"); -webkit-clip-path: url(\"#clip-tablet-bottom-c883ac5175045\");  background-attachment: scroll, fixed !important; background-image: linear-gradient(rgba(0, 0, 0, 0.46), rgba(0, 0, 0, 0.46)), url(\"https://bestcerakoteflorida.com/wp-content/uploads/2018/05/FTYS6743.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-162717d1bbf\"] { margin-left: 0px; padding: 25px 25px 0px !important; }[data-css=\"tve-u-162717d1bbf\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-162717d1bb7\"] { max-width: 51.3%; }[data-css=\"tve-u-162717d1bb9\"] { max-width: 15.3%; }[data-css=\"tve-u-162717d1bb6\"] { padding-left: 0px !important; }[data-css=\"tve-u-162717d1bbc\"] { border-left: none; border-right: none; padding-left: 30px !important; padding-bottom: 10px !important; }[data-css=\"tve-u-162717d1bbe\"] { max-width: 100%; margin-left: 0px !important; margin-right: 30px !important; }[data-css=\"tve-u-164179bced9\"] { border-right: none; padding-left: 30px !important; padding-right: 0px !important; }[data-css=\"tve-u-16417b62c09\"] { max-width: 177px; }[data-css=\"tve-u-16417b662bf\"] { max-width: 177px; }[data-css=\"tve-u-16417e5bd95\"] { font-size: 14px; width: 14px; height: 14px; margin-bottom: -14px !important; margin-left: 0px !important; }[data-css=\"tve-u-1641c1b33f9\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-1641c1b456a\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-1641c1b52d3\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-1641c1b60b4\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-16959822de2\"] { margin-right: 1px !important; padding-right: 10px !important; padding-top: 10px !important; }[data-css=\"tve-u-16959cd1e7a\"] { margin-top: 30px !important; margin-bottom: 10px !important; }[data-css=\"tve-u-1695a3002e2\"] { margin-top: 15px !important; }[data-css=\"tve-u-1695d995f33\"] { margin-top: 40px !important; margin-left: 20px !important; margin-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-1695dd27f6a\"] { max-width: 60%; width: 60%; }[data-css=\"tve-u-16413112747\"] { line-height: 1.3em !important; }}@media (max-width: 767px){[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-16417e9d24e\"]::after { clear: both; }[data-css=\"tve-u-16417b70f47\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 0px !important; }[data-css=\"tve-u-1621e819c52\"] { min-height: 100px; }[data-css=\"tve-u-1621e8107f3\"] { max-width: 100px; }[data-css=\"tve-u-1621fd8766c\"] { min-height: 144px; }[data-css=\"tve-u-1621ec79a7d\"] { min-height: 100px; }[data-css=\"tve-u-1621ec78d2c\"] { max-width: 100px; }[data-css=\"tve-u-1621ec7f21a\"] { min-height: 144px; }[data-css=\"tve-u-1621e7e6c1d\"] { min-height: 144px; }[data-css=\"tve-u-16417b4cb9e\"] { padding-bottom: 30px !important; }[data-css=\"tve-u-1621ec752da\"] { min-height: 100px; }[data-css=\"tve-u-1621ec6c39b\"] { max-width: 100px; }[data-css=\"tve-u-1621fd84d7b\"] { min-height: 430px; }[data-css=\"tve-u-1621e7c7aa1\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16223dad661\"] { padding-top: 0px !important; }[data-css=\"tve-u-1621b3c74d9\"] { max-width: 100%; }[data-css=\"tve-u-1621eb81205\"] { max-width: 100%; margin-bottom: 20px !important; }[data-css=\"tve-u-1621e7ceab3\"] { max-width: 100%; margin-bottom: 20px !important; }[data-css=\"tve-u-1621f0b0088\"] { min-height: 120px !important; }[data-css=\"tve-u-1621f0da775\"] { float: none; width: 100%; max-width: 280px; margin: 0px auto 20px !important; }[data-css=\"tve-u-1621ee37f4a\"] { min-height: 260px; }[data-css=\"tve-u-1621ee3afec\"] > .tve-cb { display: flex; justify-content: center; flex-direction: column; }[data-css=\"tve-u-1621ee63e1c\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1641367127b\"] { font-size: 30px; width: 30px; height: 30px; }[data-css=\"tve-u-1641367e553\"] { float: none; font-size: 30px; width: 30px; height: 30px; margin: -30px auto 30px !important; padding-right: 10px !important; }[data-css=\"tve-u-1621ada1e7f\"] { padding: 0px !important; }[data-css=\"tve-u-162717cb617\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-162717cb617\"] { min-height: inherit; }[data-css=\"tve-u-16229fa6a26\"] { height: calc(100% - 21px); margin-bottom: 0px !important; margin-top: 21px !important; }[data-css=\"tve-u-1624939a960\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-162493a03b0\"] .tcb-flex-col { flex-basis: 400px !important; }[data-css=\"tve-u-1621a2247ba\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-162717cb60f\"] { margin-bottom: 25px !important; }[data-css=\"tve-u-162717d1bbf\"] .tcb-flex-col { flex-basis: 225px !important; }[data-css=\"tve-u-1621ee3afec\"] { max-width: 100%; padding: 10px !important; position: static !important; }#tve_editor [data-css=\"tve-u-1641333d7d1\"] { font-size: 14px !important; }[data-css=\"tve-u-162717cb60b\"] { margin-top: 0px !important; }[data-css=\"tve-u-162717cb621\"] { z-index: 2; padding-left: 20px !important; padding-right: 20px !important; margin-top: -160px !important; padding-top: 35px !important; }[data-css=\"tve-u-162717cb617\"] .tcb-flex-col { flex-basis: 435px !important; }[data-css=\"tve-u-16369305186\"] { float: none; width: 100%; max-width: 279px; z-index: 3; position: relative; margin: 0px auto !important; }#tcb_landing_page h6 { line-height: 1.4em; }#tcb_landing_page h5 { line-height: 1.3em; }#tcb_landing_page p, #tcb_landing_page li { font-size: 14px; }#tcb_landing_page h2 { font-size: 28px; }#tcb_landing_page h1 { font-size: 35px; }[data-css=\"tve-u-16260ba2fa4\"] { padding-bottom: 40px !important; padding-left: 20px !important; padding-right: 20px !important; }[data-css=\"tve-u-1628a10d3b4\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-1628a12f675\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-162717cb610\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-16271bfe70c\"] { padding: 0px !important; }[data-css=\"tve-u-162717fcf9d\"] { z-index: 1; margin-top: 0px !important; padding-top: 75px !important; padding-left: 20px !important; padding-right: 20px !important; border: none; }[data-css=\"tve-u-162718bd0c0\"] { clip-path: url(\"#clip-mobile-top-a3b25e1c9221a\"); -webkit-clip-path: url(\"#clip-mobile-top-a3b25e1c9221a\");  }[data-css=\"tve-u-1621eb3eb9f\"] { clip-path: url(\"#clip-mobile-bottom-ac98bb0e54b3b\"); -webkit-clip-path: url(\"#clip-mobile-bottom-ac98bb0e54b3b\");  }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col > .tcb-col { min-height: 155px; }[data-css=\"tve-u-16229ffbb7b\"] { min-height: inherit; margin-left: 0px; }[data-css=\"tve-u-16229fa8c68\"] { height: calc(100% - 28px); margin-bottom: 0px !important; margin-top: 20px !important; }[data-css=\"tve-u-1622f65ba70\"] { height: calc(100% - 20px); margin-bottom: 0px !important; margin-top: 20px !important; }[data-css=\"tve-u-16229f6175c\"] { margin-top: 0px !important; }[data-css=\"tve-u-1622a159bcb\"] { float: none; max-width: 100%; margin-left: auto !important; margin-right: auto !important; padding-top: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-16229ae62a7\"] { border-right: none; }#tve_editor [data-css=\"tve-u-16228c764b2\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-16228c75500\"] { font-size: 18px !important; }[data-css=\"tve-u-1621fb65556\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-1621a983587\"] { border: 20px solid rgba(137, 141, 167, 0.32); }[data-css=\"tve-u-1621ee74a24\"] { float: none; margin-left: auto !important; margin-right: auto !important; margin-bottom: 10px !important; }[data-css=\"tve-u-1621afda4fa\"] { max-width: 100%; margin-bottom: 20px !important; }[data-css=\"tve-u-16223f02c16\"] { min-height: 54px; }[data-css=\"tve-u-1621f0aa8f7\"] { margin-top: 0px !important; }#tve_editor [data-css=\"tve-u-1622444fb11\"] { letter-spacing: 0px; }[data-css=\"tve-u-16224439be1\"] { padding: 0px !important; }[data-css=\"tve-u-1621fb68b97\"] { padding: 0px !important; }[data-css=\"tve-u-1621afceb00\"] { max-width: 100%; margin-bottom: 30px !important; }[data-css=\"tve-u-1621b0e4fb7\"] { float: none; margin-right: auto !important; margin-bottom: 30px !important; padding-left: 0px !important; margin-left: auto !important; }[data-css=\"tve-u-1621ebf340c\"] { padding-bottom: 40px !important; }[data-css=\"tve-u-1621ea50702\"] { float: none; width: 100%; padding: 0px !important; margin-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621e7d5094\"] { min-height: 430px; }[data-css=\"tve-u-1621eb7ccb0\"] { min-height: 430px; }[data-css=\"tve-u-1621ee03000\"] { flex-direction: column; }[data-css=\"tve-u-16223fe5f5b\"] { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621f0d2c1a\"] { margin-left: 25px !important; margin-right: 25px !important; }[data-css=\"tve-u-1621ee18a1c\"] { margin: 0px 20px 20px 0px !important; }[data-css=\"tve-u-1621ef118dc\"] { top: 0px; width: 154px; position: relative; float: none; z-index: 5; left: 0px; margin: 5px auto 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-1621fd9c946\"] { max-width: 100%; margin-top: 0px !important; margin-left: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-16223fc9f23\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-1621e7c899a\"] { max-width: none; float: none; margin-top: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621b3c8c52\"] { padding: 40px 20px !important; }[data-css=\"tve-u-1621fbcad8c\"] { padding: 20px !important; }[data-css=\"tve-u-1621fb65556\"] { margin-left: 0px; padding: 0px !important; }[data-css=\"tve-u-1621fbacc60\"] { max-width: 126px; float: none; margin-left: auto !important; margin-right: auto !important; margin-top: 20px !important; }[data-css=\"tve-u-1621b200375\"] { float: none; margin-top: 0px !important; margin-left: auto !important; margin-right: auto !important; }#tve_editor [data-css=\"tve-u-1621b10fccf\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621b028939\"] { display: block; max-width: 100%; width: 100%; float: none; min-width: 100%; margin-left: auto !important; margin-right: auto !important; margin-top: 0px !important; }[data-css=\"tve-u-1621ae4db6e\"] { min-height: 270px; }[data-css=\"tve-u-1621ae6c8da\"] { clip-path: url(\"#clip-mobile-top-aa2c3e3c70555\"); -webkit-clip-path: url(\"#clip-mobile-top-aa2c3e3c70555\");  }[data-css=\"tve-u-1621adba9ef\"] { clip-path: url(\"#clip-mobile-top-52d5a36c151aa\"); -webkit-clip-path: url(\"#clip-mobile-top-52d5a36c151aa\");  }[data-css=\"tve-u-16223f02c16\"]::after { clear: both; }[data-css=\"tve-u-1621b01355a\"] { max-width: 100%; float: none; margin-left: auto !important; margin-right: auto !important; margin-bottom: 15px !important; }[data-css=\"tve-u-1620af7eb3f\"] { float: none; display: block; max-width: 100%; width: 100%; min-width: 100%; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621ae0bec7\"]::after { clear: both; }[data-css=\"tve-u-1621f45bed3\"] { padding: 40px 20px 0px !important; }[data-css=\"tve-u-1621ad46076\"] { margin: 0px !important; padding: 30px 20px !important; }[data-css=\"tve-u-1621adea58b\"] { flex-flow: row-reverse wrap-reverse !important; }[data-css=\"tve-u-1621ae4fd21\"] { margin-top: 0px !important; position: static !important; }[data-css=\"tve-u-1621a8b2488\"] { float: none; max-width: 100%; margin-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621a8a804b\"] { padding-left: 0px !important; padding-right: 0px !important; }#tve_editor [data-css=\"tve-u-1621a2e0d5b\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621e7c7aa1\"] { flex-direction: column; min-height: inherit; }[data-css=\"tve-u-16249367114\"] { margin-top: 0px !important; }[data-css=\"tve-u-16249373b25\"] { height: calc(100% - 20px); margin-bottom: 0px !important; background-image: linear-gradient(rgb(248, 249, 251), rgb(248, 249, 251)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; margin-top: 20px !important; }[data-css=\"tve-u-162493a03b0\"] > .tcb-flex-col > .tcb-col { min-height: 155px; }[data-css=\"tve-u-162493a03b0\"] { min-height: inherit; }[data-css=\"tve-u-162493b6b63\"] { height: calc(100% - 20px); margin-bottom: 0px !important; margin-top: 20px !important; }[data-css=\"tve-u-16260c39a7e\"] { float: none; margin-top: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-16260d3f4aa\"] { padding: 0px !important; }[data-css=\"tve-u-16260d3f4af\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-16260d3f4af\"] { margin-left: 0px; padding: 0px !important; }[data-css=\"tve-u-16260d8392c\"] { padding: 0px !important; }[data-css=\"tve-u-16260d8396c\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-16260d8396c\"] { margin-left: 0px; padding: 0px !important; }[data-css=\"tve-u-16260da3aa7\"] { float: none; margin-top: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-162717cb618\"] { margin: 140px 0px 0px !important; }[data-css=\"tve-u-162717cb620\"] { clip-path: url(\"#clip-mobile-bottom-c883ac5175045\"); -webkit-clip-path: url(\"#clip-mobile-bottom-c883ac5175045\");  opacity: 1; filter: grayscale(0%) blur(0px); background-image: linear-gradient(rgba(0, 0, 0, 0.51), rgba(0, 0, 0, 0.51)), url(\"https://bestcerakoteflorida.com/wp-content/uploads/2018/05/FTYS6743.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-162717cb60a\"] { padding: 0px !important; }#tve_editor [data-css=\"tve-u-162717cb616\"] { font-size: 27px !important; }[data-css=\"tve-u-162717d1bbf\"] > .tcb-flex-col { padding-left: 18px; }[data-css=\"tve-u-162717d1bbf\"] { margin-left: -18px; padding: 10px !important; flex-flow: row wrap !important; }[data-css=\"tve-u-162717d1bbe\"] { border-bottom: 1px solid rgba(255, 255, 255, 0.2); border-right: none; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-162717d1bbc\"] { border: none; padding-left: 0px !important; padding-right: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-162717d1bb6\"] { border: none; padding-top: 0px !important; padding-left: 0px !important; margin-bottom: 1px !important; margin-top: -5px !important; padding-bottom: 10px !important; }[data-css=\"tve-u-164179a84b8\"] { float: none; width: 100%; max-width: 155px; z-index: 3; position: relative; margin-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-164179bced9\"] { border-right: none; position: relative; max-width: 250px; float: none; padding-left: 0px !important; padding-right: 0px !important; margin-top: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-16417b62c09\"] { max-width: 126px; float: none; margin-left: auto !important; margin-right: auto !important; margin-top: 20px !important; }[data-css=\"tve-u-16417b662bf\"] { max-width: 126px; float: none; margin-left: auto !important; margin-right: auto !important; margin-top: 20px !important; }[data-css=\"tve-u-16417e5bd95\"] { margin: 3px 10px 0px 0px !important; }#tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] p, #tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] li, #tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] blockquote, #tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] address, #tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] .tcb-plain-text, #tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] label { font-size: 18px; }[data-css=\"tve-u-16959822de2\"] { float: none; padding-top: 10px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621ee58e74\"] { border-right: none !important; }[data-css=\"tve-u-1695d995f33\"] { margin: 0px 20px 20px 0px !important; }}'),(7364,599,'tve_revision_tve_user_custom_css',''),(7365,599,'tve_revision_tve_page_events','a:0:{}'),(7366,599,'tve_revision_tve_globals','a:2:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";s:8:\"font_cls\";a:0:{}}'),(7367,599,'tve_revision_tve_global_scripts',''),(7368,599,'tve_revision_thrive_icon_pack','0'),(7369,599,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(7370,599,'tve_revision_tve_has_masonry','0'),(7371,599,'tve_revision_tve_has_typefocus','0'),(7372,599,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-162717d1bbe\" wfd-id=\"559\"><div class=\"tcb-flex-row tcb-medium-no-wrap v-2 tcb--cols--3 m-edit tcb-mobile-wrap tcb-resized\" data-css=\"tve-u-162717d1bbf\" wfd-id=\"560\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1695981e7bb\" wfd-id=\"579\"><div class=\"tcb-col\" data-css=\"tve-u-16959846d3d\" wfd-id=\"581\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16959822de2\" wfd-id=\"582\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"583\"><img class=\"tve_image wp-image-465\" alt=\"\" width=\"384\" height=\"62\" title=\"Blackhawk_custom_header\" data-id=\"465\" src=\"https://bestcerakoteflorida.com/wp-content/uploads/2019/01/Blackhawk_custom_header.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717d1bb9\" style=\"\" wfd-id=\"572\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717d1bb6\" wfd-id=\"574\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-164179a84b8\" wfd-id=\"575\">\n<div class=\"tve-content-box-background\" wfd-id=\"578\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"576\"><div class=\"tcb-clear\" wfd-id=\"577\"></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717d1bb7\" style=\"\" wfd-id=\"561\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717d1bbc\" wfd-id=\"563\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16369305186\" wfd-id=\"564\">\n<div class=\"tve-content-box-background\" wfd-id=\"571\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16417e9d24e\" wfd-id=\"565\"><div class=\"tcb-clear\" wfd-id=\"569\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-16417e5bd95\" data-float=\"1\" wfd-id=\"570\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-envelope-regular\" data-name=\"\">\n            <path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path>\n        </svg></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-164179bced9\" wfd-id=\"566\"><p data-css=\"tve-u-1641333d7d1\"><a href=\"mailto:info@bestcerkoteflorida.com\" target=\"_blank\">info@bestcerakoteflorida.com</a></p></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-162717cb621\" data-value-type=\"percent\" wfd-id=\"518\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-162717cb620\" data-clip-id=\"c883ac5175045\" wfd-id=\"558\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-c883ac5175045\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"4\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9301, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-c883ac5175045\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9476, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-c883ac5175045\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9651, 1 1, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-162717cb609\" wfd-id=\"519\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-162717cb618\" wfd-id=\"520\"><div class=\"tcb-flex-row tcb-medium-wrap tcb-resized v-2 tcb--cols--2\" data-css=\"tve-u-162717cb617\" wfd-id=\"521\"><div class=\"tcb-flex-col\" data-css=\"tve-u-162717cb601\" style=\"\" wfd-id=\"537\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717cb60a\" wfd-id=\"539\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h1\" data-css=\"tve-u-162717cb610\" wfd-id=\"549\"><h1 data-css=\"tve-u-162717cb616\" style=\"text-align: center;\">&nbsp;<strong>â€‹</strong><strong>Protect What\'s Important To You! With The Toughest Ceramic Finish In The World!</strong></h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162717cb60f\" wfd-id=\"540\"><h2 class=\"\" data-css=\"tve-u-1695a36117b\" style=\"text-align: center;\"><strong>Heat, Water, Salt and Sand just some of the conditions you face. And any one of them is just waiting, to get a hold of your firearm and leave it a pile of rusted, pitted junk.</strong></h2><h2 class=\"\" data-css=\"tve-u-16413112747\" style=\"text-align: center;\"><strong>Unfortunately, there wasn\'t much you could do other than keep cleaning and lubricating your firearms...till NOW!</strong></h2></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717cb600\" style=\"\" wfd-id=\"522\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717cb60b\" wfd-id=\"524\"><div class=\"thrv_responsive_video thrv_wrapper rv_style_lifted_style2\" data-type=\"youtube\" data-rel=\"0\" data-url=\"https://www.youtube.com/watch?v=a1nyu9ZJiEk\" data-css=\"tve-u-16959cd1e7a\" data-modestbranding=\"1\" wfd-id=\"534\">\n	\n\n	<div class=\"tve_responsive_video_container\" wfd-id=\"535\">\n		<div class=\"video_overlay\" wfd-id=\"536\"></div>\n	<iframe data-code=\"TEOqV1Q16lU\" data-provider=\"youtube\" src=\"https://www.youtube.com/embed/TEOqV1Q16lU?rel=0&amp;modestbranding=1&amp;controls=1&amp;showinfo=1&amp;fs=1&amp;wmode=transparent\" data-src=\"https://www.youtube.com/embed/TEOqV1Q16lU?rel=0&amp;modestbranding=1&amp;controls=1&amp;showinfo=1&amp;fs=1&amp;wmode=transparent\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\n</div><div class=\"thrv_wrapper thrv-button tcb-with-icon\" data-css=\"tve-u-1695a3002e2\" data-tcb_hover_state_parent=\"\" data-button-style=\"border_1\" wfd-id=\"525\">\n	<a href=\"tel:1-954-848-1911\" class=\"tcb-button-link\" target=\"_blank\" rel=\"\"><span class=\"tcb-button-icon\" wfd-id=\"532\">\n	<div class=\"thrv_wrapper thrv_icon tve_no_drag tve_no_icons tcb-icon-inherit-style tcb-icon-display\" wfd-id=\"533\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-phone-plus-light\" data-name=\"\">\n            <path d=\"M8 128h88v88c0 4.4 3.6 8 8 8h16c4.4 0 8-3.6 8-8v-88h88c4.4 0 8-3.6 8-8v-16c0-4.4-3.6-8-8-8h-88V8c0-4.4-3.6-8-8-8h-16c-4.4 0-8 3.6-8 8v88H8c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8zM487.8 24.1L387 .8c-14.7-3.4-29.8 4.2-35.8 18.1l-46.5 108.5c-5.5 12.7-1.8 27.7 8.9 36.5l53.9 44.1c-34 69.2-90.3 125.6-159.6 159.6l-44.1-53.9c-8.8-10.7-23.8-14.4-36.5-8.9L18.9 351.3c-13.9 6-21.5 21-18.1 35.8L24 487.9C27.3 502 39.9 512 54.5 512 306.7 512 512 307.8 512 54.5c0-14.6-10-27.2-24.2-30.4zM55.1 480l-23-99.6 107.4-46 59.5 72.8c103.6-48.6 159.7-104.9 208.1-208.1l-72.8-59.5 46-107.4 99.6 23C479.7 289.7 289.6 479.7 55.1 480z\"></path>\n        </svg></div>\n</span>\n\n		<span class=\"tcb-button-texts\" wfd-id=\"526\"><span class=\"tcb-button-text thrv-inline-text\" wfd-id=\"527\">CALL NOW</span></span>\n	</a>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-162717fcf9d\" data-value-type=\"percent\" wfd-id=\"417\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-162718bd0c0\" data-clip-id=\"a3b25e1c9221a\" wfd-id=\"517\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0875\"></polygon></clipPath><clipPath id=\"clip-tablet-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"6\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.1051\"></polygon></clipPath><clipPath id=\"clip-mobile-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"1\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0175\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-162718a3b40\" wfd-id=\"418\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622a159bcb\" wfd-id=\"419\">\n<div class=\"tve-content-box-background\" wfd-id=\"516\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"420\"><div class=\"thrv_wrapper thrv-columns\" wfd-id=\"498\"><div class=\"tcb-flex-row tcb--cols--2\" wfd-id=\"499\"><div class=\"tcb-flex-col\" wfd-id=\"508\"><div class=\"tcb-col\" wfd-id=\"510\"><div class=\"thrv_wrapper thrv_text_element\" wfd-id=\"511\"><p>Enter your text here...</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"500\"><div class=\"tcb-col\" wfd-id=\"502\"><div class=\"thrv_wrapper thrv_text_element\" wfd-id=\"503\"><p>Enter your text here...</p></div></div></div></div></div><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621a2247ba\" wfd-id=\"489\"><h2 data-css=\"tve-u-1621a2e0d5b\">our services</h2></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16229f6175c\" wfd-id=\"458\"><div class=\"tcb-flex-row tcb-medium-no-wrap tcb--cols--3 v-2\" data-css=\"tve-u-162493a03b0\" wfd-id=\"459\"><div class=\"tcb-flex-col\" wfd-id=\"478\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1624939a960\" data-tcb_hover_state_parent=\"\" wfd-id=\"480\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-162493d5f13\" data-float=\"1\" wfd-id=\"488\"><svg class=\"tcb-icon\" viewBox=\"0 0 14 28\" data-name=\"bolt\">\n<path d=\"M13.828 8.844c0.172 0.187 0.219 0.453 0.109 0.688l-8.437 18.078c-0.125 0.234-0.375 0.391-0.656 0.391-0.063 0-0.141-0.016-0.219-0.031-0.344-0.109-0.547-0.438-0.469-0.766l3.078-12.625-6.344 1.578c-0.063 0.016-0.125 0.016-0.187 0.016-0.172 0-0.359-0.063-0.484-0.172-0.187-0.156-0.25-0.391-0.203-0.609l3.141-12.891c0.078-0.297 0.359-0.5 0.688-0.5h5.125c0.391 0 0.703 0.297 0.703 0.656 0 0.094-0.031 0.187-0.078 0.281l-2.672 7.234 6.188-1.531c0.063-0.016 0.125-0.031 0.187-0.031 0.203 0 0.391 0.094 0.531 0.234z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"484\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-162494b490e\" wfd-id=\"485\"><h4 data-css=\"tve-u-16249355087\" style=\"text-align: left;\">Express exterior</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162494b7ad0\" wfd-id=\"481\"><p data-css=\"tve-u-162492e70ad\">Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"469\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162493b6b63\" data-tcb_hover_state_parent=\"\" wfd-id=\"471\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b456a\" wfd-id=\"477\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"adjust\">\n<path d=\"M12 22.5v-17c-4.688 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"473\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1af44d\" wfd-id=\"474\"><h4 data-css=\"tve-u-16249358652\" style=\"text-align: left;\">Interior clean</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"472\"><p data-css=\"tve-u-162492e70ad\">Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"460\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16249373b25\" wfd-id=\"462\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b52d3\" wfd-id=\"468\"><svg class=\"tcb-icon\" viewBox=\"0 0 26 28\" data-name=\"umbrella\">\n<path d=\"M14 12.938v9.063c0 2.172-1.828 4-4 4s-4-1.828-4-4c0-0.547 0.453-1 1-1s1 0.453 1 1c0 1.047 0.953 2 2 2s2-0.953 2-2v-9.063c0.328-0.109 0.656-0.172 1-0.172s0.672 0.063 1 0.172zM26 13.359c0 0.266-0.234 0.5-0.5 0.5-0.141 0-0.25-0.063-0.359-0.156-0.906-0.844-1.75-1.437-3.047-1.437-1.484 0-2.766 0.922-3.609 2.094-0.187 0.266-0.328 0.547-0.5 0.812-0.109 0.172-0.234 0.266-0.438 0.266-0.219 0-0.344-0.094-0.453-0.266-0.172-0.266-0.313-0.547-0.5-0.812-0.844-1.172-2.109-2.094-3.594-2.094s-2.75 0.922-3.594 2.094c-0.187 0.266-0.328 0.547-0.5 0.812-0.109 0.172-0.234 0.266-0.453 0.266-0.203 0-0.328-0.094-0.438-0.266-0.172-0.266-0.313-0.547-0.5-0.812-0.844-1.172-2.125-2.094-3.609-2.094-1.297 0-2.141 0.594-3.047 1.437-0.109 0.094-0.219 0.156-0.359 0.156-0.266 0-0.5-0.234-0.5-0.5 0-0.047 0-0.078 0.016-0.109 1.437-5.906 7.141-9.25 12.984-9.25 5.812 0 11.578 3.344 12.984 9.25 0.016 0.031 0.016 0.063 0.016 0.109zM14 2v1.531c-0.328-0.016-0.672-0.031-1-0.031s-0.672 0.016-1 0.031v-1.531c0-0.547 0.453-1 1-1s1 0.453 1 1z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"464\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b01a6\" wfd-id=\"465\"><h4 data-css=\"tve-u-1624935a201\" style=\"text-align: left;\">Wax protection</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"463\"><p data-css=\"tve-u-162492e70ad\">Etiam pharetra, erat sed fermentum feugiat, velit mauris</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16249367114\" wfd-id=\"421\"><div class=\"tcb-flex-row tcb-medium-no-wrap tcb--cols--3 v-2\" data-css=\"tve-u-16229ffbb7b\" wfd-id=\"422\"><div class=\"tcb-flex-col\" wfd-id=\"445\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229fa6a26\" wfd-id=\"447\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b33f9\" wfd-id=\"457\"><svg class=\"tcb-icon\" viewBox=\"0 0 26 28\" data-name=\"magic\">\n<path d=\"M18.594 9.078l4.578-4.578-1.672-1.672-4.578 4.578zM25.578 4.5c0 0.266-0.094 0.516-0.281 0.703l-20.094 20.094c-0.187 0.187-0.438 0.281-0.703 0.281s-0.516-0.094-0.703-0.281l-3.094-3.094c-0.187-0.187-0.281-0.438-0.281-0.703s0.094-0.516 0.281-0.703l20.094-20.094c0.187-0.187 0.438-0.281 0.703-0.281s0.516 0.094 0.703 0.281l3.094 3.094c0.187 0.187 0.281 0.438 0.281 0.703zM4.469 1.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531zM9.938 4.062l3.063 0.938-3.063 0.938-0.938 3.063-0.938-3.063-3.063-0.938 3.063-0.938 0.938-3.063zM24.469 11.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531zM14.469 1.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"453\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b0a67\" wfd-id=\"454\"><h4 data-css=\"tve-u-16248fc42a1\" style=\"text-align: left;\">Dust &amp; Dash Console</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"448\"><p data-css=\"tve-u-162492e70ad\">Duis sed odio sit amet nibh vulputate cursus a sit amet mauris.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"430\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1622f65ba70\" wfd-id=\"432\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b60b4\" wfd-id=\"444\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"certificate\">\n<path d=\"M21.5 14l2.156 2.109c0.297 0.281 0.406 0.703 0.313 1.094-0.109 0.391-0.422 0.703-0.812 0.797l-2.938 0.75 0.828 2.906c0.109 0.391 0 0.812-0.297 1.094-0.281 0.297-0.703 0.406-1.094 0.297l-2.906-0.828-0.75 2.938c-0.094 0.391-0.406 0.703-0.797 0.812-0.094 0.016-0.203 0.031-0.297 0.031-0.297 0-0.594-0.125-0.797-0.344l-2.109-2.156-2.109 2.156c-0.281 0.297-0.703 0.406-1.094 0.313-0.406-0.109-0.703-0.422-0.797-0.812l-0.75-2.938-2.906 0.828c-0.391 0.109-0.812 0-1.094-0.297-0.297-0.281-0.406-0.703-0.297-1.094l0.828-2.906-2.938-0.75c-0.391-0.094-0.703-0.406-0.812-0.797-0.094-0.391 0.016-0.812 0.313-1.094l2.156-2.109-2.156-2.109c-0.297-0.281-0.406-0.703-0.313-1.094 0.109-0.391 0.422-0.703 0.812-0.797l2.938-0.75-0.828-2.906c-0.109-0.391 0-0.812 0.297-1.094 0.281-0.297 0.703-0.406 1.094-0.297l2.906 0.828 0.75-2.938c0.094-0.391 0.406-0.703 0.797-0.797 0.391-0.109 0.812 0 1.094 0.297l2.109 2.172 2.109-2.172c0.281-0.297 0.688-0.406 1.094-0.297 0.391 0.094 0.703 0.406 0.797 0.797l0.75 2.938 2.906-0.828c0.391-0.109 0.812 0 1.094 0.297 0.297 0.281 0.406 0.703 0.297 1.094l-0.828 2.906 2.938 0.75c0.391 0.094 0.703 0.406 0.812 0.797 0.094 0.391-0.016 0.812-0.313 1.094z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"440\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b12d8\" wfd-id=\"441\"><h4 data-css=\"tve-u-1625389a3d5\" style=\"text-align: left;\">Triple Foam Polish</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"433\"><p data-css=\"tve-u-162492e70ad\">Class aptent taciti sociosqu ad litora torquent</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"423\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229fa8c68\" wfd-id=\"425\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-16271adf6cf\" wfd-id=\"429\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"bullseye\">\n<path d=\"M16 14c0 2.203-1.797 4-4 4s-4-1.797-4-4 1.797-4 4-4 4 1.797 4 4zM18 14c0-3.313-2.688-6-6-6s-6 2.688-6 6 2.688 6 6 6 6-2.688 6-6zM20 14c0 4.422-3.578 8-8 8s-8-3.578-8-8 3.578-8 8-8 8 3.578 8 8zM22 14c0-5.516-4.484-10-10-10s-10 4.484-10 10 4.484 10 10 10 10-4.484 10-10zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"427\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-16248fc71c8\" wfd-id=\"428\"><h4 data-css=\"tve-u-1625389b4ed\" style=\"text-align: left;\">Tire dressing</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"426\"><p data-css=\"tve-u-162492e70ad\">Etiam pharetra, erat sed fermentum feugiat, velit mauris</p></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621ad46076\" wfd-id=\"373\">\n<div class=\"tve-page-section-out\" wfd-id=\"416\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621b072b4e\" wfd-id=\"374\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621a8b2488\" wfd-id=\"375\"><div class=\"tcb-flex-row tcb--cols--2 v-2\" data-css=\"tve-u-1621a8a804b\" wfd-id=\"376\"><div class=\"tcb-flex-col\" wfd-id=\"388\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16271bfe70c\" wfd-id=\"390\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h3\" data-css=\"tve-u-1621a8c4313\" wfd-id=\"411\"><h3><strong>Complete cleaning services for yoâ€‹ur car</strong></h3></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-16417b70f47\" wfd-id=\"391\"><ul class=\"tcb-styled-list\" wfd-id=\"392\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621acf0289\" wfd-id=\"403\"><div class=\"tcb-styled-list-icon\" wfd-id=\"409\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a8e11f3\" wfd-id=\"410\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ace1b08\" wfd-id=\"404\">We are a small business delivering professional cleaning services for all vehicles</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621acf64fb\" wfd-id=\"399\"><div class=\"tcb-styled-list-icon\" wfd-id=\"401\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a8e5625\" wfd-id=\"402\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ace4de9\" wfd-id=\"400\">Our services are convenient for individuals and corporate fleets</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"393\"><div class=\"tcb-styled-list-icon\" wfd-id=\"397\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a9076ef\" wfd-id=\"398\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621acf47d2\" wfd-id=\"394\">We use eco-friendly products that actually clean, protect and maintain your car better than the traditional cleaning substances</span></li></ul></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"377\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621a90a46f\" wfd-id=\"379\"><div class=\"thrv_wrapper thrv-fill-counter tve_red tve_normalfc thrv_data_element\" data-css=\"tve-u-1621a983587\" wfd-id=\"380\">\n<div class=\"tve_fill_counter_n\" style=\"\" data-fill=\"100\" data-css=\"tve-u-1621a98b602\" wfd-id=\"381\">\n<svg viewBox=\"0 0 160 160\" class=\"tve_fill_counter_circle\" shape-rendering=\"optimizeSpeed\" data-css=\"tve-u-1621a9a2862\">\n<circle class=\"tve_fill_counter_circle_inner\" r=\"80\" cx=\"80\" cy=\"80\" data-css=\"tve-u-1621a9685d4\"></circle>\n</svg>\n<div class=\"tve_fill_text_in\" data-css=\"tve-u-1621a96b190\" wfd-id=\"382\">\n<div class=\"tve_fill_text_value\" data-css=\"tve-u-1621a9a2866\" wfd-id=\"384\">\n<div class=\"thrv-inline-text tve_fill_text tve_editable\" data-css=\"tve-u-1621a9a2867\" wfd-id=\"385\"><strong>100%â€‹</strong></div>\n</div>\n<div class=\"thrv-inline-text tve_editable tve_data_element_label\" data-css=\"tve-u-1621a9750ae\" wfd-id=\"383\">Clean car</div>\n</div>\n</div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621ada1e7f\" data-value-type=\"percent\" wfd-id=\"335\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621adba9ef\" data-clip-id=\"52d5a36c151aa\" wfd-id=\"372\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-52d5a36c151aa\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0875\"></polygon></clipPath><clipPath id=\"clip-tablet-top-52d5a36c151aa\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0524\"></polygon></clipPath><clipPath id=\"clip-mobile-top-52d5a36c151aa\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0349\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621ad420c4\" wfd-id=\"336\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621ade6172\" wfd-id=\"337\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2 tcb-row-reversed-mobile tcb-mobile-edit v-2\" data-css=\"tve-u-1621adea58b\" wfd-id=\"338\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621b064646\" style=\"\" wfd-id=\"366\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ae0bec7\" wfd-id=\"368\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ae4fd21\" data-value-type=\"percent\" data-float=\"1\" wfd-id=\"369\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621ae6c8da\" data-clip-id=\"aa2c3e3c70555\" wfd-id=\"371\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0349\"></polygon></clipPath><clipPath id=\"clip-tablet-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"4\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0699\"></polygon></clipPath><clipPath id=\"clip-mobile-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"4\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0699\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb\" data-css=\"tve-u-1621ae4db6e\" wfd-id=\"370\"></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621b064668\" style=\"\" wfd-id=\"339\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621f45bed3\" wfd-id=\"341\"><div class=\"tcb-clear\" data-css=\"tve-u-16224848ee5\" wfd-id=\"362\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621afceb00\" wfd-id=\"363\"><h2 data-css=\"tve-u-1621afcc0bf\">Check Out Our Special Offer!</h2></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621afda4fa\" wfd-id=\"361\"><p data-css=\"tve-u-1621afd8c98\">Donâ€™t miss the opportunity to get 50% discount on a complete cleaning just by recommending us to a friend. Bring someone you know with you and clean you car half price!</p></div><div class=\"tcb-clear\" data-css=\"tve-u-16224834cab\" wfd-id=\"342\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621fe85996\" wfd-id=\"343\"><div class=\"tcb-flex-row tcb--cols--2 tcb-resized tcb-medium-wrap tcb-desktop-wrap\" data-css=\"tve-u-1621fe78878\" wfd-id=\"344\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621fe94086\" style=\"\" wfd-id=\"352\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"354\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621b01355a\" wfd-id=\"355\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621b08fdde\" data-tcb_hover_state_parent=\"1\" wfd-id=\"360\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16223f02c16\" wfd-id=\"356\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-1620af7eb3f\" data-tcb_hover_state_parent=\"\" data-button-style=\"full_rounded\" wfd-id=\"357\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"358\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-16228c75500\" wfd-id=\"359\"><strong>Request an appointment</strong></span></span>\n</a>\n</div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621fe940b9\" style=\"\" wfd-id=\"345\"><div class=\"tcb-col\" wfd-id=\"347\"><div class=\"tcb-clear\" data-css=\"tve-u-16224716d62\" wfd-id=\"348\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-1621b028939\" data-tcb_hover_state_parent=\"\" data-button-style=\"ghost\" wfd-id=\"349\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"350\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-16228c764b2\" wfd-id=\"351\"><strong>Call Now: 0400-700-682</strong></span></span>\n</a>\n</div></div></div></div></div></div></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16260ba2fa4\" wfd-id=\"234\">\n<div class=\"tve-page-section-out\" wfd-id=\"334\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16260be7104\" wfd-id=\"235\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621b0e4fb7\" wfd-id=\"333\"><h2 data-css=\"tve-u-1621b10fccf\" style=\"text-align: center;\">our happy clients</h2></div><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641367127b\" data-float=\"1\" wfd-id=\"332\"><svg class=\"tcb-icon\" viewBox=\"0 0 30 32\" data-name=\"quote-left\">\n<path d=\"M13.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429zM29.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641367e553\" wfd-id=\"331\"><svg class=\"tcb-icon\" viewBox=\"0 0 30 32\" data-name=\"quote-left\">\n<path d=\"M13.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429zM29.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a10d3b4\" wfd-id=\"302\">\n<div class=\"tve-content-box-background\" wfd-id=\"330\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"303\"><div class=\"tcb-clear\" data-css=\"tve-u-1621b300a64\" wfd-id=\"328\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-1621f154231\" wfd-id=\"329\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621b200375\" wfd-id=\"306\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-16260d8392c\" wfd-id=\"307\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"312\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"314\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16417b62c09\" wfd-id=\"315\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-16260d8396c\" wfd-id=\"316\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16260d01208\" style=\"\" wfd-id=\"322\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"324\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"325\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16225617da3\" wfd-id=\"327\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"326\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16260d0120e\" style=\"\" wfd-id=\"317\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"319\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"321\"><h5>Brett Graham, 28</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"320\"><h6 class=\"\">Architect</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"308\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"310\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"311\"><p data-css=\"tve-u-162539c17ec\">Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit. Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit.&nbsp;</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-16260c5ff0c\" wfd-id=\"304\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260c5ff07\" wfd-id=\"305\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a12f675\" wfd-id=\"269\">\n<div class=\"tve-content-box-background\" wfd-id=\"301\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"270\"><div class=\"tcb-clear\" data-css=\"tve-u-16260cd7683\" wfd-id=\"299\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260d73672\" wfd-id=\"300\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16260da3aa7\" wfd-id=\"273\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-1621fb68b97\" wfd-id=\"274\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"283\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"285\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16417b662bf\" wfd-id=\"286\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-1621fb65556\" wfd-id=\"287\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16229915e1a\" style=\"\" wfd-id=\"293\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"295\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"296\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16260c433e9\" wfd-id=\"298\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"297\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16229915e4e\" style=\"\" wfd-id=\"288\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"290\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"292\"><h5>Rosie Hanson, 24</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"291\"><h6 class=\"\">Real estate Associate</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"275\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"277\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"278\"><p data-css=\"tve-u-162539c17ec\">Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo.</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-16260d3b97e\" wfd-id=\"271\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260d39b83\" wfd-id=\"272\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a146aef\" wfd-id=\"236\">\n<div class=\"tve-content-box-background\" wfd-id=\"268\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"237\"><div class=\"tcb-clear\" data-css=\"tve-u-16260cd7683\" wfd-id=\"266\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260cd622f\" wfd-id=\"267\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16260c39a7e\" wfd-id=\"240\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-16260d3f4aa\" wfd-id=\"241\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"248\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"250\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621fbacc60\" wfd-id=\"251\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-16260d3f4af\" wfd-id=\"252\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16229915e1a\" style=\"\" wfd-id=\"260\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"262\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"263\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16260d5e4b8\" wfd-id=\"265\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"264\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16229915e4e\" style=\"\" wfd-id=\"253\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"255\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"259\"><h5>Shawn Mattews, 35</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"256\"><h6 class=\"\">project manager</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"242\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"244\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"245\"><p data-css=\"tve-u-162539c17ec\">Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo. Nullam ac urna eu felis.Sed non neque elit. Sed ut imperdiet nisi. Proin condimentum</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1621b30ca74\" wfd-id=\"238\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-1621f15b521\" wfd-id=\"239\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621b3c8c52\" wfd-id=\"120\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621b3cfc7b\" wfd-id=\"233\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621b3c74d9\" wfd-id=\"121\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621e7b695a\" wfd-id=\"230\"><h2 data-css=\"tve-u-1621e7a7350\" style=\"text-align: center;\">our offers</h2></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621e7c899a\" wfd-id=\"122\"><div class=\"tcb-flex-row tcb--cols--3 tcb-medium-wrap v-2\" data-css=\"tve-u-1621e7c7aa1\" wfd-id=\"123\"><div class=\"tcb-flex-col\" wfd-id=\"190\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16223fc9f23\" wfd-id=\"192\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e7ceab3\" style=\"\" wfd-id=\"193\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16416e4fafd\" wfd-id=\"229\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e7d5094\" wfd-id=\"194\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e7e9950\" data-value-type=\"percent\" style=\"\" wfd-id=\"223\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e7edfd9\" data-clip-id=\"10ffac3b28f1d\" wfd-id=\"228\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-10ffac3b28f1d\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-10ffac3b28f1d\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e7e6c1d\" wfd-id=\"224\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-16417b4cb9e\" wfd-id=\"225\"><h4 data-css=\"tve-u-1621fe1a1af\" style=\"text-align: center;\"><strong>Basic Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ec6c39b\" data-float=\"1\" wfd-id=\"219\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e81f424\" wfd-id=\"222\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec752da\" wfd-id=\"220\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"221\"><h4 data-css=\"tve-u-1621fe1bd18\" style=\"text-align: center;\"><strong>15$</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621ea50702\" wfd-id=\"195\"><ul class=\"tcb-styled-list\" wfd-id=\"196\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec3a5c0\" wfd-id=\"215\"><div class=\"tcb-styled-list-icon\" wfd-id=\"217\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec204df\" wfd-id=\"218\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec241aa\" wfd-id=\"216\">Interior vacuum</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"211\"><div class=\"tcb-styled-list-icon\" wfd-id=\"213\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec20f68\" wfd-id=\"214\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec2704c\" wfd-id=\"212\">Dust &amp;dash console</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec42aa7\" wfd-id=\"205\"><div class=\"tcb-styled-list-icon\" wfd-id=\"209\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec21a31\" wfd-id=\"210\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec298ab\" wfd-id=\"206\">Hand towel dry</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec43fe2\" wfd-id=\"201\"><div class=\"tcb-styled-list-icon\" wfd-id=\"203\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ea1fba7\" wfd-id=\"204\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea23322\" wfd-id=\"202\">Clean windows</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec454d9\" wfd-id=\"197\"><div class=\"tcb-styled-list-icon\" wfd-id=\"199\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ea295c0\" wfd-id=\"200\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea2c69a\" wfd-id=\"198\">Soft cloth wash</span></li></ul></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"157\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"159\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621eb81205\" style=\"\" wfd-id=\"160\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16416e603ab\" wfd-id=\"189\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621eb7ccb0\" wfd-id=\"161\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ebbbb6d\" data-value-type=\"percent\" wfd-id=\"185\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eaaedd8\" data-clip-id=\"a2b9cf3198d6f\" wfd-id=\"188\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-a2b9cf3198d6f\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-a2b9cf3198d6f\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec7f21a\" wfd-id=\"186\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e930bd7\" wfd-id=\"187\"><h4 data-css=\"tve-u-1621e92e97f\" style=\"text-align: center;\"><strong>Ultimate Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ec78d2c\" data-float=\"1\" wfd-id=\"181\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eab272c\" wfd-id=\"184\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec79a7d\" wfd-id=\"182\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"183\"><h4 data-css=\"tve-u-1621e942b65\" style=\"text-align: center;\"><strong>22 $</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621ebfa746\" wfd-id=\"178\"><p data-css=\"tve-u-1621f4ceaf6\" style=\"text-align: center;\">Includes basic service <span data-css=\"tve-u-1621f4ceaf7\" style=\"color: rgb(15, 29, 123);\" wfd-id=\"179\"><strong class=\"\"><span data-css=\"tve-u-1621f4ceafb\" wfd-id=\"180\">+</span></strong></span></p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621ebf340c\" wfd-id=\"162\"><ul class=\"tcb-styled-list\" wfd-id=\"163\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-164137a0b1f\" wfd-id=\"172\"><div class=\"tcb-styled-list-icon\" wfd-id=\"176\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec0c5bd\" wfd-id=\"177\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ebfe4ce\" wfd-id=\"173\">Triple foam conditiner</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec04541\" wfd-id=\"168\"><div class=\"tcb-styled-list-icon\" wfd-id=\"170\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec09a3c\" wfd-id=\"171\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ebff867\" wfd-id=\"169\">Tire dressing</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec05cc3\" wfd-id=\"164\"><div class=\"tcb-styled-list-icon\" wfd-id=\"166\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec15f6e\" wfd-id=\"167\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec009a8\" wfd-id=\"165\">Air freshner</span></li></ul></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"124\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16223dad661\" wfd-id=\"126\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621fd9c946\" style=\"\" wfd-id=\"127\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e7d234c\" wfd-id=\"156\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621fd84d7b\" wfd-id=\"128\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16223b080b0\" data-value-type=\"percent\" wfd-id=\"150\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eb3eb9f\" data-clip-id=\"ac98bb0e54b3b\" wfd-id=\"155\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621fd8766c\" wfd-id=\"151\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e930bd7\" wfd-id=\"152\"><h4 data-css=\"tve-u-1621fe1587d\" style=\"text-align: center;\"><strong>Supreme Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e8107f3\" wfd-id=\"146\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eb43d8d\" wfd-id=\"149\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e819c52\" wfd-id=\"147\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"148\"><h4 data-css=\"tve-u-1621fe1725e\" style=\"text-align: center;\"><strong>30 $</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621eb037bb\" wfd-id=\"143\"><p data-css=\"tve-u-1621f4d0451\" style=\"text-align: center;\">Includes ultimate service <span data-css=\"tve-u-1621eaff572\" style=\"color: rgb(15, 29, 123);\" wfd-id=\"144\"><strong class=\"\"><span data-css=\"tve-u-1621eb01b60\" wfd-id=\"145\">+</span></strong></span></p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621eacf6af\" wfd-id=\"129\"><ul class=\"tcb-styled-list\" wfd-id=\"130\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec36a4d\" wfd-id=\"139\"><div class=\"tcb-styled-list-icon\" wfd-id=\"141\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e9993aa\" wfd-id=\"142\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea1a5d7\" wfd-id=\"140\">Exterior trim dressing</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"135\"><div class=\"tcb-styled-list-icon\" wfd-id=\"137\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e99b1db\" wfd-id=\"138\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea19a06\" wfd-id=\"136\">Hand applied spray wax</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec37ea5\" wfd-id=\"131\"><div class=\"tcb-styled-list-icon\" wfd-id=\"133\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e99c314\" wfd-id=\"134\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea18c5d\" wfd-id=\"132\">Interior conditioner</span></li></ul></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621efddaaf\" wfd-id=\"70\">\n<div class=\"tve-page-section-out\" wfd-id=\"119\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621edf8048\" wfd-id=\"71\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621f114214\" wfd-id=\"72\"><div class=\"tcb-flex-row tcb-mobile-edit tcb--cols--2\" data-css=\"tve-u-1621ee03000\" wfd-id=\"73\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621ee4be21\" style=\"\" wfd-id=\"79\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ee093d4\" wfd-id=\"81\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ee3afec\" wfd-id=\"82\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621ee58e74\" wfd-id=\"118\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ee37f4a\" wfd-id=\"83\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1621ee74a24\" wfd-id=\"117\"><svg class=\"tcb-icon\" viewBox=\"0 0 16 28\" data-name=\"map-marker\">\n<path d=\"M12 10c0-2.203-1.797-4-4-4s-4 1.797-4 4 1.797 4 4 4 4-1.797 4-4zM16 10c0 0.953-0.109 1.937-0.516 2.797l-5.688 12.094c-0.328 0.688-1.047 1.109-1.797 1.109s-1.469-0.422-1.781-1.109l-5.703-12.094c-0.406-0.859-0.516-1.844-0.516-2.797 0-4.422 3.578-8 8-8s8 3.578 8 8z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621ee63e1c\" wfd-id=\"110\"><h2 data-css=\"tve-u-1621fdcb4ea\" style=\"text-align: center;\">contact us</h2></div><div class=\"thrv_wrapper thrv-contact-form\" data-ct=\"contact_form-22343\" style=\"\" data-css=\"tve-u-16465071dea\" data-ct-name=\"Rounded Shadow\" wfd-id=\"86\">\n<form action=\"\" method=\"post\" novalidate=\"\" wfd-id=\"87\">\n<div class=\"tve-cf-item-wrapper\" wfd-id=\"93\">\n<div class=\"tve-cf-item\" data-css=\"tve-u-1695dd04208\" wfd-id=\"106\">\n<div class=\"thrv-cf-input-wrapper\" data-type=\"first_name\" wfd-id=\"107\">\n<label data-css=\"tve-u-1695d9d6525\" class=\"\" wfd-id=\"109\">First Name</label>\n<div class=\"tve-cf-input\" data-css=\"tve-u-1695d9d6526\" data-tcb_hover_state_parent=\"\" wfd-id=\"108\">\n<input placeholder=\"\" type=\"text\" name=\"first_name\" data-placeholder=\"\" wfd-id=\"592\">\n</div>\n</div>\n</div>\n<div class=\"tve-cf-item\" data-css=\"tve-u-1695dd04208\" wfd-id=\"102\">\n<div class=\"thrv-cf-input-wrapper\" data-type=\"email\" wfd-id=\"103\">\n<label data-css=\"tve-u-1695d9d6527\" class=\"\" wfd-id=\"105\">Email Address</label>\n<div class=\"tve-cf-input\" data-css=\"tve-u-1695d9d6528\" data-tcb_hover_state_parent=\"\" wfd-id=\"104\">\n<input placeholder=\"\" type=\"email\" name=\"email\" data-placeholder=\"\" wfd-id=\"591\">\n</div>\n</div>\n</div>\n<div class=\"tve-cf-item\" data-css=\"tve-u-1695dd484d7\" wfd-id=\"98\">\n<div class=\"thrv-cf-input-wrapper\" data-type=\"message\" wfd-id=\"99\">\n<label data-css=\"tve-u-1695d9d6529\" class=\"\" wfd-id=\"101\">Message</label>\n<div class=\"tve-cf-input\" data-css=\"tve-u-1695d9d652a\" data-tcb_hover_state_parent=\"\" wfd-id=\"100\">\n<textarea placeholder=\"\" data-placeholder=\"\" name=\"message\" wfd-id=\"594\"></textarea>\n</div>\n</div>\n</div>\n<div class=\"tve-cf-item\" data-css=\"tve-u-1695dd04208\" wfd-id=\"94\">\n	<div class=\"thrv-cf-input-wrapper\" data-type=\"phone\" wfd-id=\"95\">\n		<label data-css=\"tve-u-1695d9d6525\" class=\"\" wfd-id=\"97\">Phone Number</label>\n		<div class=\"tve-cf-input\" data-css=\"tve-u-1695d9d6526\" wfd-id=\"96\">\n			<input placeholder=\"+1-555-555-2368\" type=\"tel\" name=\"phone\" data-placeholder=\"+1-555-555-2368\" wfd-id=\"590\">\n		</div>\n	</div>\n</div></div>\n<div class=\"tve-cf-submit\" data-tcb_hover_state_parent=\"\" data-button-style=\"rounded\" data-css=\"tve-u-1695dd27f6a\" wfd-id=\"88\">\n<button class=\"tve_btn_txt\" type=\"submit\" wfd-id=\"607\">Submit Message</button>\n</div>\n<input type=\"hidden\" name=\"config\" value=\"YTozOntzOjE0OiJlcnJvcl9tZXNzYWdlcyI7YTo0OntzOjU6ImVtYWlsIjtzOjIxOiJFbWFpbCBhZGRyZXNzIGludmFsaWQiO3M6NToicGhvbmUiO3M6MjA6IlBob25lIG51bWJlciBpbnZhbGlkIjtzOjM6InVybCI7czoxMToiVVJMIGludmFsaWQiO3M6ODoicmVxdWlyZWQiO3M6MjA6IlJlcXVpcmVkIGZpZWxkIGVtcHR5Ijt9czo4OiJ0b19lbWFpbCI7YToyOntzOjI6InRvIjtzOjI4OiJpbmZvQGJlc3RjZXJha290ZWZsb3JpZGEuY29tIjtzOjc6InN1YmplY3QiO3M6MTg6Ik5ldyBtZXNzYWdlIGZyb206ICI7fXM6Njoic3VibWl0IjthOjEwOntzOjY6ImFjdGlvbiI7czoxMjoibm90aWZpY2F0aW9uIjtzOjIzOiJzZW5kX2NvbmZpcm1hdGlvbl9lbWFpbCI7YjoxO3M6MTk6InNlbmRlcl9wZXJzb25hbGl6ZWQiO2I6MDtzOjIwOiJjb25maXJtYXRpb25fc3ViamVjdCI7czozNjoiQ29udGFjdCBGb3JtIHN1Ym1pc3Npb24gY29uZmlybWF0aW9uIjtzOjIwOiJjb25maXJtYXRpb25fbWVzc2FnZSI7czoxMzk6IkhlbGxvLCAKClRoYW5rcyBmb3IgY29udGFjdGluZyB1cy4gV2UnbGwgZ2V0IGJhY2sgdG8geW91IGFzIHNvb24gYXMgcG9zc2libGUgd2l0aCB0aGUgaW5mb3JtYXRpb24geW91IG5lZWQuIAoKQmVzdCByZWdhcmRzLApbd3Bfc2l0ZV90aXRsZV0iO3M6OToiZnJvbV9uYW1lIjtzOjI4OiJUaGUgQmVzdCBDZXJha290ZSBJbiBGbG9yaWRhIjtzOjEwOiJmcm9tX2VtYWlsIjtzOjI5OiJhZG1pbkBiZXN0Y2VyYWtvdGVmbG9yaWRhLmNvbSI7czo4OiJyZXBseV90byI7czoyOToiYWRtaW5AYmVzdGNlcmFrb3RlZmxvcmlkYS5jb20iO3M6MzoidXJsIjtzOjA6IiI7czoxMjoibm90aWZpY2F0aW9uIjtzOjgxOiJZb3VyIG1lc3NhZ2UgaGFzIGJlZW4gc2VudCwgdGhhbmsgeW91ISBZb3UnbGwgaGVhciBmcm9tIHVzIHdpdGhpbiB0aGUgbmV4dCAyNCBocnMiO319\" wfd-id=\"589\"></form>\n</div><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_slide_left\" data-css=\"tve-u-1621ef118dc\" style=\"\" wfd-id=\"84\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"85\"><img class=\"tve_image tve_evt_manager_listen tve_et_tve-viewport wp-image-282\" alt=\"Cerakote Certified Logo\" width=\"2148\" height=\"1968\" title=\"Cerakote Certified Logo\" data-id=\"282\" src=\"https://bestcerakoteflorida.com/wp-content/uploads/2018/09/CertifiedLogo.png\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_left&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" style=\"width: 100%;\"></span></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621ee4be73\" style=\"\" wfd-id=\"74\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ee22c43\" wfd-id=\"76\"><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-1695d995f33\" wfd-id=\"78\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=825 South Kings Highway, Fort Pierce&amp;t=m&amp;z=11&amp;output=embed&amp;iwloc=near\"></iframe>\n</div><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-1621ee18a1c\" wfd-id=\"77\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=davie, Florida 33317&amp;t=m&amp;z=11&amp;output=embed&amp;iwloc=near\"></iframe>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-custom-menu-inside\" data-css=\"tve-u-1621f0aa8f7\" wfd-id=\"28\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621f0ada0e\" wfd-id=\"69\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621f0b0088\" wfd-id=\"29\"><div class=\"thrv_wrapper thrv-columns tve-custom-menu-inside\" data-css=\"tve-u-1621f0d2c1a\" wfd-id=\"30\"><div class=\"tcb-flex-row tcb--cols--3 tcb-resized\" data-css=\"tve-u-1621f0cbe40\" wfd-id=\"31\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1695e826914\" style=\"\" wfd-id=\"61\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"63\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621f0da775\" wfd-id=\"64\"><p data-css=\"tve-u-1622444fb11\" style=\"text-align: center;\">Â© 2018, BLACKHAWK CUSTOM, LLC . All rights reserved.</p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1695e826ae0\" style=\"\" wfd-id=\"40\"><div class=\"tcb-col\" wfd-id=\"42\"><div class=\"thrv_wrapper thrv_widget_menu tve-custom-menu-upgrade tve-mobile-dropdown tve-menu-style-none tve-dropdown-icon-style_2\" data-tve-style=\"tve_horizontal\" data-tve-switch-icon=\"tablet,mobile\" data-css=\"tve-u-1695e821f4c\" tcb-template-name=\"Simple Underline Light\" tcb-template-id=\"28130\" data-ct=\"menu-28130\" style=\"\" wfd-id=\"43\">	<div class=\"thrive-shortcode-config\" style=\"display: none !important\" wfd-id=\"60\">__CONFIG_widget_menu__{\"menu_id\":\"custom\",\"color\":\"tve_red\",\"dir\":\"tve_horizontal\",\"font_class\":\"\",\"font_size\":\"\",\"ul_attr\":\"\",\"link_attr\":\"\",\"top_link_attr\":\"\",\"trigger_attr\":\"\",\"primary\":\"\",\"head_css\":\"\",\"background_hover\":\"\",\"main_hover\":\"\",\"child_hover\":\"\",\"group_edit\":[{\"css_id\":null,\"class\":\"\"},{\"css_id\":null,\"class\":\"\"},{\"css_id\":null,\"class\":\"\"},{\"css_id\":null,\"class\":\"\"}],\"menu_style\":\"none\",\"dropdown_icon\":\"style_2\",\"mobile_side\":\"\",\"mobile_icon\":\"\",\"switch_to_icon\":\"tablet,mobile\",\"template\":\"28130\",\"template_name\":\"Simple Underline Light\"}__CONFIG_widget_menu__</div>\n<div class=\"thrive-shortcode-html tve-menu-custom-type thrive-shortcode-html-editable tve-custom-menu-type tve_clearfix\" style=\"z-index: 8;\" wfd-id=\"44\">\n<a class=\"tve-m-trigger t_tve_horizontal tve_red\" href=\"javascript:void(0)\"><div class=\"thrv_wrapper thrv_icon tcb-icon-open tve-trigger-active\" data-not-changeable=\"true\" data-selector=\"[data-css=&quot;tve-u-1695e821f4c&quot;] .tcb-icon-open\" wfd-id=\"59\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 24\" data-name=\"align-justify\"><g><g><path class=\"st0\" d=\"M23,13H1c-0.6,0-1-0.4-1-1s0.4-1,1-1h22c0.6,0,1,0.4,1,1S23.6,13,23,13z\"></path></g><g><path class=\"st0\" d=\"M23,6.7H1c-0.6,0-1-0.4-1-1s0.4-1,1-1h22c0.6,0,1,0.4,1,1S23.6,6.7,23,6.7z\"></path></g><g><path class=\"st0\" d=\"M23,19.3H1c-0.6,0-1-0.4-1-1s0.4-1,1-1h22c0.6,0,1,0.4,1,1S23.6,19.3,23,19.3z\"></path></g></g></svg></div><div class=\"thrv_wrapper thrv_icon tcb-icon-close\" data-not-changeable=\"true\" data-selector=\"[data-css=&quot;tve-u-1695e821f4c&quot;] .tcb-icon-close\" wfd-id=\"58\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 24\" data-name=\"close\"><path class=\"st0\" d=\"M13.4,12l7.1-7.1c0.4-0.4,0.4-1,0-1.4s-1-0.4-1.4,0L12,10.6L4.9,3.5c-0.4-0.4-1-0.4-1.4,0s-0.4,1,0,1.4l7.1,7.1 l-7.1,7.1c-0.4,0.4-0.4,1,0,1.4c0.4,0.4,1,0.4,1.4,0l7.1-7.1l7.1,7.1c0.4,0.4,1,0.4,1.4,0c0.4-0.4,0.4-1,0-1.4L13.4,12z\"></path></svg></div></a><ul id=\"menu-main-menu\" class=\"tve_w_menu tve_horizontal tve-m-collapsed\" style=\"z-index: 6;\" wfd-id=\"45\"><li id=\"tcb_custom_menu_5402f616\" class=\"menu-item menu-item-type-post_type menu-item-object-page thrv_wrapper thrv-menu-item-element thrv-custom-menu-item\" data-selector=\"[data-css=&quot;tve-u-1695e821f4c&quot;] #tcb_custom_menu_5402f616\" data-tcb_hover_state_parent=\"\" wfd-id=\"55\"><a href=\"https://bestcerakoteflorida.com/privacy/\"><span class=\"tve-disabled-text-inner\" wfd-id=\"57\">Privacy</span><span class=\"tve-disabled-text-inner tve-item-dropdown-trigger\" wfd-id=\"56\"></span></a></li><li id=\"tcb_custom_menu_13475a66\" class=\"menu-item menu-item-type-post_type menu-item-object-page thrv_wrapper thrv-menu-item-element thrv-custom-menu-item active-expand-children\" data-selector=\"[data-css=&quot;tve-u-1695e821f4c&quot;] #tcb_custom_menu_13475a66\" data-tcb_hover_state_parent=\"\" wfd-id=\"52\"><a href=\"\"><span class=\"tve-disabled-text-inner\" wfd-id=\"54\">NAV#2</span><span class=\"tve-disabled-text-inner tve-item-dropdown-trigger\" wfd-id=\"53\"></span></a></li><li id=\"tcb_custom_menu_a19cc162\" class=\"menu-item menu-item-type-post_type menu-item-object-page thrv_wrapper thrv-menu-item-element thrv-custom-menu-item\" data-selector=\"[data-css=&quot;tve-u-1695e821f4c&quot;] #tcb_custom_menu_a19cc162\" data-tcb_hover_state_parent=\"\" wfd-id=\"49\"><a href=\"\"><span class=\"tve-disabled-text-inner\" wfd-id=\"51\">NAV#3</span><span class=\"tve-disabled-text-inner tve-item-dropdown-trigger\" wfd-id=\"50\"></span></a></li><li id=\"tcb_custom_menu_hgZvKxml\" class=\"menu-item menu-item-type-post_type menu-item-object-page thrv_wrapper thrv-menu-item-element thrv-custom-menu-item\" data-selector=\"[data-css=&quot;tve-u-1695e821f4c&quot;] #tcb_custom_menu_hgZvKxml\" data-tcb_hover_state_parent=\"\" wfd-id=\"46\"><a href=\"\"><span class=\"tve-disabled-text-inner\" wfd-id=\"48\">NAV#5</span><span class=\"tve-disabled-text-inner tve-item-dropdown-trigger\" wfd-id=\"47\"></span></a></li></ul></div>	</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1695e826b67\" wfd-id=\"32\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"34\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16223fe5f5b\" wfd-id=\"35\"><p data-css=\"tve-u-1621f0d874c\" style=\"text-align: center;\">Made with <a href=\"https://thrivethemes.com/\" target=\"_blank\" data-css=\"tve-u-1695e7e070d\">Thrive Architect</a></p></div></div></div></div></div></div>\n</div>\n\n'),(7373,599,'tve_revision_tve_has_wistia_popover','0'),(7374,600,'_wp_attached_file','2019/03/CertifiedLogo_transparent-e1552073635916.png'),(7375,600,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2148;s:6:\"height\";i:1968;s:4:\"file\";s:52:\"2019/03/CertifiedLogo_transparent-e1552073635916.png\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:52:\"CertifiedLogo_transparent-e1552073635916-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:52:\"CertifiedLogo_transparent-e1552073635916-300x275.png\";s:5:\"width\";i:300;s:6:\"height\";i:275;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:52:\"CertifiedLogo_transparent-e1552073635916-768x704.png\";s:5:\"width\";i:768;s:6:\"height\";i:704;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:53:\"CertifiedLogo_transparent-e1552073635916-1024x938.png\";s:5:\"width\";i:1024;s:6:\"height\";i:938;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:4:{s:4:\"file\";s:52:\"CertifiedLogo_transparent-e1552073635916-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:52:\"CertifiedLogo_transparent-e1552073635916-600x550.png\";s:5:\"width\";i:600;s:6:\"height\";i:550;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:52:\"CertifiedLogo_transparent-e1552073635916-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:52:\"CertifiedLogo_transparent-e1552073635916-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:52:\"CertifiedLogo_transparent-e1552073635916-600x550.png\";s:5:\"width\";i:600;s:6:\"height\";i:550;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:52:\"CertifiedLogo_transparent-e1552073635916-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7376,600,'_wp_attachment_backup_sizes','a:11:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:2148;s:6:\"height\";i:1968;s:4:\"file\";s:29:\"CertifiedLogo_transparent.png\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:37:\"CertifiedLogo_transparent-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:37:\"CertifiedLogo_transparent-300x275.png\";s:5:\"width\";i:300;s:6:\"height\";i:275;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:37:\"CertifiedLogo_transparent-768x704.png\";s:5:\"width\";i:768;s:6:\"height\";i:704;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:38:\"CertifiedLogo_transparent-1024x938.png\";s:5:\"width\";i:1024;s:6:\"height\";i:938;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"woocommerce_thumbnail-orig\";a:5:{s:4:\"file\";s:37:\"CertifiedLogo_transparent-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:23:\"woocommerce_single-orig\";a:4:{s:4:\"file\";s:37:\"CertifiedLogo_transparent-600x550.png\";s:5:\"width\";i:600;s:6:\"height\";i:550;s:9:\"mime-type\";s:9:\"image/png\";}s:34:\"woocommerce_gallery_thumbnail-orig\";a:4:{s:4:\"file\";s:37:\"CertifiedLogo_transparent-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"shop_catalog-orig\";a:4:{s:4:\"file\";s:37:\"CertifiedLogo_transparent-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"shop_single-orig\";a:4:{s:4:\"file\";s:37:\"CertifiedLogo_transparent-600x550.png\";s:5:\"width\";i:600;s:6:\"height\";i:550;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"shop_thumbnail-orig\";a:4:{s:4:\"file\";s:37:\"CertifiedLogo_transparent-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}'),(7394,602,'tve_revision_tve_landing_page','tcb2-thrivebiz-car-wash'),(7377,601,'tve_revision_tve_landing_page','tcb2-thrivebiz-car-wash'),(7378,601,'tve_revision_tve_landing_set',''),(7379,601,'tve_revision_tve_disable_theme_dependency','1');
INSERT INTO `wpbe_postmeta` VALUES (7380,601,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-162717d1bbe\" wfd-id=\"559\"><div class=\"tcb-flex-row tcb-medium-no-wrap v-2 tcb--cols--3 m-edit tcb-mobile-wrap tcb-resized\" data-css=\"tve-u-162717d1bbf\" wfd-id=\"560\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1695981e7bb\" wfd-id=\"579\"><div class=\"tcb-col\" data-css=\"tve-u-16959846d3d\" wfd-id=\"581\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16959822de2\" wfd-id=\"582\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"583\"><img class=\"tve_image wp-image-465\" alt=\"\" width=\"384\" height=\"62\" title=\"Blackhawk_custom_header\" data-id=\"465\" src=\"https://bestcerakoteflorida.com/wp-content/uploads/2019/01/Blackhawk_custom_header.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717d1bb9\" style=\"\" wfd-id=\"572\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717d1bb6\" wfd-id=\"574\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-164179a84b8\" wfd-id=\"575\">\n<div class=\"tve-content-box-background\" wfd-id=\"578\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"576\"><div class=\"tcb-clear\" wfd-id=\"577\"></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717d1bb7\" style=\"\" wfd-id=\"561\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717d1bbc\" wfd-id=\"563\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16369305186\" wfd-id=\"564\">\n<div class=\"tve-content-box-background\" wfd-id=\"571\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16417e9d24e\" wfd-id=\"565\"><div class=\"tcb-clear\" wfd-id=\"569\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-16417e5bd95\" data-float=\"1\" wfd-id=\"570\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-envelope-regular\" data-name=\"\">\n            <path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path>\n        </svg></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-164179bced9\" wfd-id=\"566\"><p data-css=\"tve-u-1641333d7d1\"><a href=\"mailto:info@bestcerkoteflorida.com\" target=\"_blank\">info@bestcerakoteflorida.com</a></p></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-162717cb621\" data-value-type=\"percent\" wfd-id=\"518\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-162717cb620\" data-clip-id=\"c883ac5175045\" wfd-id=\"558\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-c883ac5175045\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"4\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9301, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-c883ac5175045\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9476, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-c883ac5175045\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9651, 1 1, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-162717cb609\" wfd-id=\"519\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-162717cb618\" wfd-id=\"520\"><div class=\"tcb-flex-row tcb-medium-wrap tcb-resized v-2 tcb--cols--2\" data-css=\"tve-u-162717cb617\" wfd-id=\"521\"><div class=\"tcb-flex-col\" data-css=\"tve-u-162717cb601\" style=\"\" wfd-id=\"537\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717cb60a\" wfd-id=\"539\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h1\" data-css=\"tve-u-162717cb610\" wfd-id=\"549\"><h1 data-css=\"tve-u-162717cb616\" style=\"text-align: center;\">&nbsp;<strong>â€‹</strong><strong>Protect What\'s Important To You! With The Toughest Ceramic Finish In The World!</strong></h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162717cb60f\" wfd-id=\"540\"><h2 class=\"\" data-css=\"tve-u-1695a36117b\" style=\"text-align: center;\"><strong>Heat, Water, Salt and Sand just some of the conditions you face. And any one of them is just waiting, to get a hold of your firearm and leave it a pile of rusted, pitted junk.</strong></h2><h2 class=\"\" data-css=\"tve-u-16413112747\" style=\"text-align: center;\"><strong>Unfortunately, there wasn\'t much you could do other than keep cleaning and lubricating your firearms...till NOW!</strong></h2></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717cb600\" style=\"\" wfd-id=\"522\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717cb60b\" wfd-id=\"524\"><div class=\"thrv_responsive_video thrv_wrapper rv_style_lifted_style2\" data-type=\"youtube\" data-rel=\"0\" data-url=\"https://www.youtube.com/watch?v=a1nyu9ZJiEk\" data-css=\"tve-u-16959cd1e7a\" data-modestbranding=\"1\" wfd-id=\"534\">\n	\n\n	<div class=\"tve_responsive_video_container\" wfd-id=\"535\">\n		<div class=\"video_overlay\" wfd-id=\"536\"></div>\n	<iframe data-code=\"TEOqV1Q16lU\" data-provider=\"youtube\" src=\"https://www.youtube.com/embed/TEOqV1Q16lU?rel=0&amp;modestbranding=1&amp;controls=1&amp;showinfo=1&amp;fs=1&amp;wmode=transparent\" data-src=\"https://www.youtube.com/embed/TEOqV1Q16lU?rel=0&amp;modestbranding=1&amp;controls=1&amp;showinfo=1&amp;fs=1&amp;wmode=transparent\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\n</div><div class=\"thrv_wrapper thrv-button tcb-with-icon\" data-css=\"tve-u-1695a3002e2\" data-tcb_hover_state_parent=\"\" data-button-style=\"border_1\" wfd-id=\"525\">\n	<a href=\"tel:1-954-848-1911\" class=\"tcb-button-link\" target=\"_blank\" rel=\"\"><span class=\"tcb-button-icon\" wfd-id=\"532\">\n	<div class=\"thrv_wrapper thrv_icon tve_no_drag tve_no_icons tcb-icon-inherit-style tcb-icon-display\" wfd-id=\"533\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-phone-plus-light\" data-name=\"\">\n            <path d=\"M8 128h88v88c0 4.4 3.6 8 8 8h16c4.4 0 8-3.6 8-8v-88h88c4.4 0 8-3.6 8-8v-16c0-4.4-3.6-8-8-8h-88V8c0-4.4-3.6-8-8-8h-16c-4.4 0-8 3.6-8 8v88H8c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8zM487.8 24.1L387 .8c-14.7-3.4-29.8 4.2-35.8 18.1l-46.5 108.5c-5.5 12.7-1.8 27.7 8.9 36.5l53.9 44.1c-34 69.2-90.3 125.6-159.6 159.6l-44.1-53.9c-8.8-10.7-23.8-14.4-36.5-8.9L18.9 351.3c-13.9 6-21.5 21-18.1 35.8L24 487.9C27.3 502 39.9 512 54.5 512 306.7 512 512 307.8 512 54.5c0-14.6-10-27.2-24.2-30.4zM55.1 480l-23-99.6 107.4-46 59.5 72.8c103.6-48.6 159.7-104.9 208.1-208.1l-72.8-59.5 46-107.4 99.6 23C479.7 289.7 289.6 479.7 55.1 480z\"></path>\n        </svg></div>\n</span>\n\n		<span class=\"tcb-button-texts\" wfd-id=\"526\"><span class=\"tcb-button-text thrv-inline-text\" wfd-id=\"527\">CALL NOW</span></span>\n	</a>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-162717fcf9d\" data-value-type=\"percent\" wfd-id=\"417\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-162718bd0c0\" data-clip-id=\"a3b25e1c9221a\" wfd-id=\"517\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0875\"></polygon></clipPath><clipPath id=\"clip-tablet-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"6\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.1051\"></polygon></clipPath><clipPath id=\"clip-mobile-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"1\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0175\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-162718a3b40\" wfd-id=\"418\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622a159bcb\" wfd-id=\"419\">\n<div class=\"tve-content-box-background\" wfd-id=\"516\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"420\"><div class=\"thrv_wrapper thrv-columns\" wfd-id=\"498\"><div class=\"tcb-flex-row tcb--cols--2\" wfd-id=\"499\"><div class=\"tcb-flex-col\" wfd-id=\"508\"><div class=\"tcb-col\" wfd-id=\"510\"><div class=\"thrv_wrapper thrv_text_element\" wfd-id=\"511\"><p>Enter your text here...</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"500\"><div class=\"tcb-col\" wfd-id=\"502\"><div class=\"thrv_wrapper thrv_text_element\" wfd-id=\"503\"><p>Enter your text here...</p></div></div></div></div></div><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621a2247ba\" wfd-id=\"489\"><h2 data-css=\"tve-u-1621a2e0d5b\">our services</h2></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16229f6175c\" wfd-id=\"458\"><div class=\"tcb-flex-row tcb-medium-no-wrap tcb--cols--3 v-2\" data-css=\"tve-u-162493a03b0\" wfd-id=\"459\"><div class=\"tcb-flex-col\" wfd-id=\"478\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1624939a960\" data-tcb_hover_state_parent=\"\" wfd-id=\"480\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-162493d5f13\" data-float=\"1\" wfd-id=\"488\"><svg class=\"tcb-icon\" viewBox=\"0 0 14 28\" data-name=\"bolt\">\n<path d=\"M13.828 8.844c0.172 0.187 0.219 0.453 0.109 0.688l-8.437 18.078c-0.125 0.234-0.375 0.391-0.656 0.391-0.063 0-0.141-0.016-0.219-0.031-0.344-0.109-0.547-0.438-0.469-0.766l3.078-12.625-6.344 1.578c-0.063 0.016-0.125 0.016-0.187 0.016-0.172 0-0.359-0.063-0.484-0.172-0.187-0.156-0.25-0.391-0.203-0.609l3.141-12.891c0.078-0.297 0.359-0.5 0.688-0.5h5.125c0.391 0 0.703 0.297 0.703 0.656 0 0.094-0.031 0.187-0.078 0.281l-2.672 7.234 6.188-1.531c0.063-0.016 0.125-0.031 0.187-0.031 0.203 0 0.391 0.094 0.531 0.234z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"484\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-162494b490e\" wfd-id=\"485\"><h4 data-css=\"tve-u-16249355087\" style=\"text-align: left;\">Express exterior</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162494b7ad0\" wfd-id=\"481\"><p data-css=\"tve-u-162492e70ad\">Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"469\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162493b6b63\" data-tcb_hover_state_parent=\"\" wfd-id=\"471\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b456a\" wfd-id=\"477\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"adjust\">\n<path d=\"M12 22.5v-17c-4.688 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"473\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1af44d\" wfd-id=\"474\"><h4 data-css=\"tve-u-16249358652\" style=\"text-align: left;\">Interior clean</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"472\"><p data-css=\"tve-u-162492e70ad\">Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"460\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16249373b25\" wfd-id=\"462\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b52d3\" wfd-id=\"468\"><svg class=\"tcb-icon\" viewBox=\"0 0 26 28\" data-name=\"umbrella\">\n<path d=\"M14 12.938v9.063c0 2.172-1.828 4-4 4s-4-1.828-4-4c0-0.547 0.453-1 1-1s1 0.453 1 1c0 1.047 0.953 2 2 2s2-0.953 2-2v-9.063c0.328-0.109 0.656-0.172 1-0.172s0.672 0.063 1 0.172zM26 13.359c0 0.266-0.234 0.5-0.5 0.5-0.141 0-0.25-0.063-0.359-0.156-0.906-0.844-1.75-1.437-3.047-1.437-1.484 0-2.766 0.922-3.609 2.094-0.187 0.266-0.328 0.547-0.5 0.812-0.109 0.172-0.234 0.266-0.438 0.266-0.219 0-0.344-0.094-0.453-0.266-0.172-0.266-0.313-0.547-0.5-0.812-0.844-1.172-2.109-2.094-3.594-2.094s-2.75 0.922-3.594 2.094c-0.187 0.266-0.328 0.547-0.5 0.812-0.109 0.172-0.234 0.266-0.453 0.266-0.203 0-0.328-0.094-0.438-0.266-0.172-0.266-0.313-0.547-0.5-0.812-0.844-1.172-2.125-2.094-3.609-2.094-1.297 0-2.141 0.594-3.047 1.437-0.109 0.094-0.219 0.156-0.359 0.156-0.266 0-0.5-0.234-0.5-0.5 0-0.047 0-0.078 0.016-0.109 1.437-5.906 7.141-9.25 12.984-9.25 5.812 0 11.578 3.344 12.984 9.25 0.016 0.031 0.016 0.063 0.016 0.109zM14 2v1.531c-0.328-0.016-0.672-0.031-1-0.031s-0.672 0.016-1 0.031v-1.531c0-0.547 0.453-1 1-1s1 0.453 1 1z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"464\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b01a6\" wfd-id=\"465\"><h4 data-css=\"tve-u-1624935a201\" style=\"text-align: left;\">Wax protection</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"463\"><p data-css=\"tve-u-162492e70ad\">Etiam pharetra, erat sed fermentum feugiat, velit mauris</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16249367114\" wfd-id=\"421\"><div class=\"tcb-flex-row tcb-medium-no-wrap tcb--cols--3 v-2\" data-css=\"tve-u-16229ffbb7b\" wfd-id=\"422\"><div class=\"tcb-flex-col\" wfd-id=\"445\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229fa6a26\" wfd-id=\"447\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b33f9\" wfd-id=\"457\"><svg class=\"tcb-icon\" viewBox=\"0 0 26 28\" data-name=\"magic\">\n<path d=\"M18.594 9.078l4.578-4.578-1.672-1.672-4.578 4.578zM25.578 4.5c0 0.266-0.094 0.516-0.281 0.703l-20.094 20.094c-0.187 0.187-0.438 0.281-0.703 0.281s-0.516-0.094-0.703-0.281l-3.094-3.094c-0.187-0.187-0.281-0.438-0.281-0.703s0.094-0.516 0.281-0.703l20.094-20.094c0.187-0.187 0.438-0.281 0.703-0.281s0.516 0.094 0.703 0.281l3.094 3.094c0.187 0.187 0.281 0.438 0.281 0.703zM4.469 1.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531zM9.938 4.062l3.063 0.938-3.063 0.938-0.938 3.063-0.938-3.063-3.063-0.938 3.063-0.938 0.938-3.063zM24.469 11.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531zM14.469 1.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"453\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b0a67\" wfd-id=\"454\"><h4 data-css=\"tve-u-16248fc42a1\" style=\"text-align: left;\">Dust &amp; Dash Console</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"448\"><p data-css=\"tve-u-162492e70ad\">Duis sed odio sit amet nibh vulputate cursus a sit amet mauris.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"430\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1622f65ba70\" wfd-id=\"432\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b60b4\" wfd-id=\"444\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"certificate\">\n<path d=\"M21.5 14l2.156 2.109c0.297 0.281 0.406 0.703 0.313 1.094-0.109 0.391-0.422 0.703-0.812 0.797l-2.938 0.75 0.828 2.906c0.109 0.391 0 0.812-0.297 1.094-0.281 0.297-0.703 0.406-1.094 0.297l-2.906-0.828-0.75 2.938c-0.094 0.391-0.406 0.703-0.797 0.812-0.094 0.016-0.203 0.031-0.297 0.031-0.297 0-0.594-0.125-0.797-0.344l-2.109-2.156-2.109 2.156c-0.281 0.297-0.703 0.406-1.094 0.313-0.406-0.109-0.703-0.422-0.797-0.812l-0.75-2.938-2.906 0.828c-0.391 0.109-0.812 0-1.094-0.297-0.297-0.281-0.406-0.703-0.297-1.094l0.828-2.906-2.938-0.75c-0.391-0.094-0.703-0.406-0.812-0.797-0.094-0.391 0.016-0.812 0.313-1.094l2.156-2.109-2.156-2.109c-0.297-0.281-0.406-0.703-0.313-1.094 0.109-0.391 0.422-0.703 0.812-0.797l2.938-0.75-0.828-2.906c-0.109-0.391 0-0.812 0.297-1.094 0.281-0.297 0.703-0.406 1.094-0.297l2.906 0.828 0.75-2.938c0.094-0.391 0.406-0.703 0.797-0.797 0.391-0.109 0.812 0 1.094 0.297l2.109 2.172 2.109-2.172c0.281-0.297 0.688-0.406 1.094-0.297 0.391 0.094 0.703 0.406 0.797 0.797l0.75 2.938 2.906-0.828c0.391-0.109 0.812 0 1.094 0.297 0.297 0.281 0.406 0.703 0.297 1.094l-0.828 2.906 2.938 0.75c0.391 0.094 0.703 0.406 0.812 0.797 0.094 0.391-0.016 0.812-0.313 1.094z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"440\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b12d8\" wfd-id=\"441\"><h4 data-css=\"tve-u-1625389a3d5\" style=\"text-align: left;\">Triple Foam Polish</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"433\"><p data-css=\"tve-u-162492e70ad\">Class aptent taciti sociosqu ad litora torquent</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"423\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229fa8c68\" wfd-id=\"425\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-16271adf6cf\" wfd-id=\"429\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"bullseye\">\n<path d=\"M16 14c0 2.203-1.797 4-4 4s-4-1.797-4-4 1.797-4 4-4 4 1.797 4 4zM18 14c0-3.313-2.688-6-6-6s-6 2.688-6 6 2.688 6 6 6 6-2.688 6-6zM20 14c0 4.422-3.578 8-8 8s-8-3.578-8-8 3.578-8 8-8 8 3.578 8 8zM22 14c0-5.516-4.484-10-10-10s-10 4.484-10 10 4.484 10 10 10 10-4.484 10-10zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"427\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-16248fc71c8\" wfd-id=\"428\"><h4 data-css=\"tve-u-1625389b4ed\" style=\"text-align: left;\">Tire dressing</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"426\"><p data-css=\"tve-u-162492e70ad\">Etiam pharetra, erat sed fermentum feugiat, velit mauris</p></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621ad46076\" wfd-id=\"373\">\n<div class=\"tve-page-section-out\" wfd-id=\"416\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621b072b4e\" wfd-id=\"374\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621a8b2488\" wfd-id=\"375\"><div class=\"tcb-flex-row tcb--cols--2 v-2\" data-css=\"tve-u-1621a8a804b\" wfd-id=\"376\"><div class=\"tcb-flex-col\" wfd-id=\"388\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16271bfe70c\" wfd-id=\"390\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h3\" data-css=\"tve-u-1621a8c4313\" wfd-id=\"411\"><h3><strong>Complete cleaning services for yoâ€‹ur car</strong></h3></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-16417b70f47\" wfd-id=\"391\"><ul class=\"tcb-styled-list\" wfd-id=\"392\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621acf0289\" wfd-id=\"403\"><div class=\"tcb-styled-list-icon\" wfd-id=\"409\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a8e11f3\" wfd-id=\"410\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ace1b08\" wfd-id=\"404\">We are a small business delivering professional cleaning services for all vehicles</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621acf64fb\" wfd-id=\"399\"><div class=\"tcb-styled-list-icon\" wfd-id=\"401\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a8e5625\" wfd-id=\"402\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ace4de9\" wfd-id=\"400\">Our services are convenient for individuals and corporate fleets</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"393\"><div class=\"tcb-styled-list-icon\" wfd-id=\"397\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a9076ef\" wfd-id=\"398\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621acf47d2\" wfd-id=\"394\">We use eco-friendly products that actually clean, protect and maintain your car better than the traditional cleaning substances</span></li></ul></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"377\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621a90a46f\" wfd-id=\"379\"><div class=\"thrv_wrapper thrv-fill-counter tve_red tve_normalfc thrv_data_element\" data-css=\"tve-u-1621a983587\" wfd-id=\"380\">\n<div class=\"tve_fill_counter_n\" style=\"\" data-fill=\"100\" data-css=\"tve-u-1621a98b602\" wfd-id=\"381\">\n<svg viewBox=\"0 0 160 160\" class=\"tve_fill_counter_circle\" shape-rendering=\"optimizeSpeed\" data-css=\"tve-u-1621a9a2862\">\n<circle class=\"tve_fill_counter_circle_inner\" r=\"80\" cx=\"80\" cy=\"80\" data-css=\"tve-u-1621a9685d4\"></circle>\n</svg>\n<div class=\"tve_fill_text_in\" data-css=\"tve-u-1621a96b190\" wfd-id=\"382\">\n<div class=\"tve_fill_text_value\" data-css=\"tve-u-1621a9a2866\" wfd-id=\"384\">\n<div class=\"thrv-inline-text tve_fill_text tve_editable\" data-css=\"tve-u-1621a9a2867\" wfd-id=\"385\"><strong>100%â€‹</strong></div>\n</div>\n<div class=\"thrv-inline-text tve_editable tve_data_element_label\" data-css=\"tve-u-1621a9750ae\" wfd-id=\"383\">Clean car</div>\n</div>\n</div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621ada1e7f\" data-value-type=\"percent\" wfd-id=\"335\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621adba9ef\" data-clip-id=\"52d5a36c151aa\" wfd-id=\"372\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-52d5a36c151aa\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0875\"></polygon></clipPath><clipPath id=\"clip-tablet-top-52d5a36c151aa\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0524\"></polygon></clipPath><clipPath id=\"clip-mobile-top-52d5a36c151aa\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0349\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621ad420c4\" wfd-id=\"336\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621ade6172\" wfd-id=\"337\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2 tcb-row-reversed-mobile tcb-mobile-edit v-2\" data-css=\"tve-u-1621adea58b\" wfd-id=\"338\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621b064646\" style=\"\" wfd-id=\"366\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ae0bec7\" wfd-id=\"368\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ae4fd21\" data-value-type=\"percent\" data-float=\"1\" wfd-id=\"369\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621ae6c8da\" data-clip-id=\"aa2c3e3c70555\" wfd-id=\"371\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0349\"></polygon></clipPath><clipPath id=\"clip-tablet-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"4\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0699\"></polygon></clipPath><clipPath id=\"clip-mobile-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"4\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0699\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb\" data-css=\"tve-u-1621ae4db6e\" wfd-id=\"370\"></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621b064668\" style=\"\" wfd-id=\"339\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621f45bed3\" wfd-id=\"341\"><div class=\"tcb-clear\" data-css=\"tve-u-16224848ee5\" wfd-id=\"362\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621afceb00\" wfd-id=\"363\"><h2 data-css=\"tve-u-1621afcc0bf\">Check Out Our Special Offer!</h2></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621afda4fa\" wfd-id=\"361\"><p data-css=\"tve-u-1621afd8c98\">Donâ€™t miss the opportunity to get 50% discount on a complete cleaning just by recommending us to a friend. Bring someone you know with you and clean you car half price!</p></div><div class=\"tcb-clear\" data-css=\"tve-u-16224834cab\" wfd-id=\"342\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621fe85996\" wfd-id=\"343\"><div class=\"tcb-flex-row tcb--cols--2 tcb-resized tcb-medium-wrap tcb-desktop-wrap\" data-css=\"tve-u-1621fe78878\" wfd-id=\"344\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621fe94086\" style=\"\" wfd-id=\"352\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"354\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621b01355a\" wfd-id=\"355\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621b08fdde\" data-tcb_hover_state_parent=\"1\" wfd-id=\"360\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16223f02c16\" wfd-id=\"356\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-1620af7eb3f\" data-tcb_hover_state_parent=\"\" data-button-style=\"full_rounded\" wfd-id=\"357\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"358\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-16228c75500\" wfd-id=\"359\"><strong>Request an appointment</strong></span></span>\n</a>\n</div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621fe940b9\" style=\"\" wfd-id=\"345\"><div class=\"tcb-col\" wfd-id=\"347\"><div class=\"tcb-clear\" data-css=\"tve-u-16224716d62\" wfd-id=\"348\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-1621b028939\" data-tcb_hover_state_parent=\"\" data-button-style=\"ghost\" wfd-id=\"349\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"350\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-16228c764b2\" wfd-id=\"351\"><strong>Call Now: 0400-700-682</strong></span></span>\n</a>\n</div></div></div></div></div></div></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16260ba2fa4\" wfd-id=\"234\">\n<div class=\"tve-page-section-out\" wfd-id=\"334\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16260be7104\" wfd-id=\"235\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621b0e4fb7\" wfd-id=\"333\"><h2 data-css=\"tve-u-1621b10fccf\" style=\"text-align: center;\">our happy clients</h2></div><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641367127b\" data-float=\"1\" wfd-id=\"332\"><svg class=\"tcb-icon\" viewBox=\"0 0 30 32\" data-name=\"quote-left\">\n<path d=\"M13.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429zM29.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641367e553\" wfd-id=\"331\"><svg class=\"tcb-icon\" viewBox=\"0 0 30 32\" data-name=\"quote-left\">\n<path d=\"M13.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429zM29.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a10d3b4\" wfd-id=\"302\">\n<div class=\"tve-content-box-background\" wfd-id=\"330\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"303\"><div class=\"tcb-clear\" data-css=\"tve-u-1621b300a64\" wfd-id=\"328\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-1621f154231\" wfd-id=\"329\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621b200375\" wfd-id=\"306\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-16260d8392c\" wfd-id=\"307\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"312\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"314\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16417b62c09\" wfd-id=\"315\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-16260d8396c\" wfd-id=\"316\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16260d01208\" style=\"\" wfd-id=\"322\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"324\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"325\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16225617da3\" wfd-id=\"327\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"326\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16260d0120e\" style=\"\" wfd-id=\"317\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"319\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"321\"><h5>Brett Graham, 28</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"320\"><h6 class=\"\">Architect</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"308\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"310\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"311\"><p data-css=\"tve-u-162539c17ec\">Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit. Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit.&nbsp;</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-16260c5ff0c\" wfd-id=\"304\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260c5ff07\" wfd-id=\"305\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a12f675\" wfd-id=\"269\">\n<div class=\"tve-content-box-background\" wfd-id=\"301\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"270\"><div class=\"tcb-clear\" data-css=\"tve-u-16260cd7683\" wfd-id=\"299\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260d73672\" wfd-id=\"300\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16260da3aa7\" wfd-id=\"273\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-1621fb68b97\" wfd-id=\"274\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"283\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"285\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16417b662bf\" wfd-id=\"286\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-1621fb65556\" wfd-id=\"287\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16229915e1a\" style=\"\" wfd-id=\"293\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"295\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"296\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16260c433e9\" wfd-id=\"298\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"297\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16229915e4e\" style=\"\" wfd-id=\"288\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"290\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"292\"><h5>Rosie Hanson, 24</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"291\"><h6 class=\"\">Real estate Associate</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"275\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"277\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"278\"><p data-css=\"tve-u-162539c17ec\">Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo.</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-16260d3b97e\" wfd-id=\"271\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260d39b83\" wfd-id=\"272\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a146aef\" wfd-id=\"236\">\n<div class=\"tve-content-box-background\" wfd-id=\"268\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"237\"><div class=\"tcb-clear\" data-css=\"tve-u-16260cd7683\" wfd-id=\"266\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260cd622f\" wfd-id=\"267\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16260c39a7e\" wfd-id=\"240\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-16260d3f4aa\" wfd-id=\"241\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"248\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"250\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621fbacc60\" wfd-id=\"251\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-16260d3f4af\" wfd-id=\"252\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16229915e1a\" style=\"\" wfd-id=\"260\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"262\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"263\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16260d5e4b8\" wfd-id=\"265\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"264\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16229915e4e\" style=\"\" wfd-id=\"253\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"255\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"259\"><h5>Shawn Mattews, 35</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"256\"><h6 class=\"\">project manager</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"242\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"244\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"245\"><p data-css=\"tve-u-162539c17ec\">Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo. Nullam ac urna eu felis.Sed non neque elit. Sed ut imperdiet nisi. Proin condimentum</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1621b30ca74\" wfd-id=\"238\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-1621f15b521\" wfd-id=\"239\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621b3c8c52\" wfd-id=\"120\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621b3cfc7b\" wfd-id=\"233\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621b3c74d9\" wfd-id=\"121\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621e7b695a\" wfd-id=\"230\"><h2 data-css=\"tve-u-1621e7a7350\" style=\"text-align: center;\">our offers</h2></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621e7c899a\" wfd-id=\"122\"><div class=\"tcb-flex-row tcb--cols--3 tcb-medium-wrap v-2\" data-css=\"tve-u-1621e7c7aa1\" wfd-id=\"123\"><div class=\"tcb-flex-col\" wfd-id=\"190\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16223fc9f23\" wfd-id=\"192\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e7ceab3\" style=\"\" wfd-id=\"193\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16416e4fafd\" wfd-id=\"229\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e7d5094\" wfd-id=\"194\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e7e9950\" data-value-type=\"percent\" style=\"\" wfd-id=\"223\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e7edfd9\" data-clip-id=\"10ffac3b28f1d\" wfd-id=\"228\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-10ffac3b28f1d\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-10ffac3b28f1d\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e7e6c1d\" wfd-id=\"224\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-16417b4cb9e\" wfd-id=\"225\"><h4 data-css=\"tve-u-1621fe1a1af\" style=\"text-align: center;\"><strong>Basic Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ec6c39b\" data-float=\"1\" wfd-id=\"219\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e81f424\" wfd-id=\"222\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec752da\" wfd-id=\"220\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"221\"><h4 data-css=\"tve-u-1621fe1bd18\" style=\"text-align: center;\"><strong>15$</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621ea50702\" wfd-id=\"195\"><ul class=\"tcb-styled-list\" wfd-id=\"196\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec3a5c0\" wfd-id=\"215\"><div class=\"tcb-styled-list-icon\" wfd-id=\"217\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec204df\" wfd-id=\"218\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec241aa\" wfd-id=\"216\">Interior vacuum</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"211\"><div class=\"tcb-styled-list-icon\" wfd-id=\"213\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec20f68\" wfd-id=\"214\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec2704c\" wfd-id=\"212\">Dust &amp;dash console</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec42aa7\" wfd-id=\"205\"><div class=\"tcb-styled-list-icon\" wfd-id=\"209\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec21a31\" wfd-id=\"210\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec298ab\" wfd-id=\"206\">Hand towel dry</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec43fe2\" wfd-id=\"201\"><div class=\"tcb-styled-list-icon\" wfd-id=\"203\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ea1fba7\" wfd-id=\"204\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea23322\" wfd-id=\"202\">Clean windows</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec454d9\" wfd-id=\"197\"><div class=\"tcb-styled-list-icon\" wfd-id=\"199\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ea295c0\" wfd-id=\"200\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea2c69a\" wfd-id=\"198\">Soft cloth wash</span></li></ul></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"157\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"159\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621eb81205\" style=\"\" wfd-id=\"160\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16416e603ab\" wfd-id=\"189\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621eb7ccb0\" wfd-id=\"161\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ebbbb6d\" data-value-type=\"percent\" wfd-id=\"185\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eaaedd8\" data-clip-id=\"a2b9cf3198d6f\" wfd-id=\"188\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-a2b9cf3198d6f\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-a2b9cf3198d6f\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec7f21a\" wfd-id=\"186\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e930bd7\" wfd-id=\"187\"><h4 data-css=\"tve-u-1621e92e97f\" style=\"text-align: center;\"><strong>Ultimate Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ec78d2c\" data-float=\"1\" wfd-id=\"181\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eab272c\" wfd-id=\"184\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec79a7d\" wfd-id=\"182\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"183\"><h4 data-css=\"tve-u-1621e942b65\" style=\"text-align: center;\"><strong>22 $</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621ebfa746\" wfd-id=\"178\"><p data-css=\"tve-u-1621f4ceaf6\" style=\"text-align: center;\">Includes basic service <span data-css=\"tve-u-1621f4ceaf7\" style=\"color: rgb(15, 29, 123);\" wfd-id=\"179\"><strong class=\"\"><span data-css=\"tve-u-1621f4ceafb\" wfd-id=\"180\">+</span></strong></span></p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621ebf340c\" wfd-id=\"162\"><ul class=\"tcb-styled-list\" wfd-id=\"163\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-164137a0b1f\" wfd-id=\"172\"><div class=\"tcb-styled-list-icon\" wfd-id=\"176\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec0c5bd\" wfd-id=\"177\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ebfe4ce\" wfd-id=\"173\">Triple foam conditiner</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec04541\" wfd-id=\"168\"><div class=\"tcb-styled-list-icon\" wfd-id=\"170\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec09a3c\" wfd-id=\"171\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ebff867\" wfd-id=\"169\">Tire dressing</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec05cc3\" wfd-id=\"164\"><div class=\"tcb-styled-list-icon\" wfd-id=\"166\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec15f6e\" wfd-id=\"167\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec009a8\" wfd-id=\"165\">Air freshner</span></li></ul></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"124\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16223dad661\" wfd-id=\"126\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621fd9c946\" style=\"\" wfd-id=\"127\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e7d234c\" wfd-id=\"156\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621fd84d7b\" wfd-id=\"128\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16223b080b0\" data-value-type=\"percent\" wfd-id=\"150\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eb3eb9f\" data-clip-id=\"ac98bb0e54b3b\" wfd-id=\"155\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621fd8766c\" wfd-id=\"151\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e930bd7\" wfd-id=\"152\"><h4 data-css=\"tve-u-1621fe1587d\" style=\"text-align: center;\"><strong>Supreme Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e8107f3\" wfd-id=\"146\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eb43d8d\" wfd-id=\"149\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e819c52\" wfd-id=\"147\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"148\"><h4 data-css=\"tve-u-1621fe1725e\" style=\"text-align: center;\"><strong>30 $</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621eb037bb\" wfd-id=\"143\"><p data-css=\"tve-u-1621f4d0451\" style=\"text-align: center;\">Includes ultimate service <span data-css=\"tve-u-1621eaff572\" style=\"color: rgb(15, 29, 123);\" wfd-id=\"144\"><strong class=\"\"><span data-css=\"tve-u-1621eb01b60\" wfd-id=\"145\">+</span></strong></span></p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621eacf6af\" wfd-id=\"129\"><ul class=\"tcb-styled-list\" wfd-id=\"130\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec36a4d\" wfd-id=\"139\"><div class=\"tcb-styled-list-icon\" wfd-id=\"141\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e9993aa\" wfd-id=\"142\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea1a5d7\" wfd-id=\"140\">Exterior trim dressing</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"135\"><div class=\"tcb-styled-list-icon\" wfd-id=\"137\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e99b1db\" wfd-id=\"138\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea19a06\" wfd-id=\"136\">Hand applied spray wax</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec37ea5\" wfd-id=\"131\"><div class=\"tcb-styled-list-icon\" wfd-id=\"133\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e99c314\" wfd-id=\"134\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea18c5d\" wfd-id=\"132\">Interior conditioner</span></li></ul></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621efddaaf\" wfd-id=\"70\">\n<div class=\"tve-page-section-out\" wfd-id=\"119\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621edf8048\" wfd-id=\"71\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621f114214\" wfd-id=\"72\"><div class=\"tcb-flex-row tcb-mobile-edit tcb--cols--2\" data-css=\"tve-u-1621ee03000\" wfd-id=\"73\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621ee4be21\" style=\"\" wfd-id=\"79\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ee093d4\" wfd-id=\"81\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ee3afec\" wfd-id=\"82\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621ee58e74\" wfd-id=\"118\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ee37f4a\" wfd-id=\"83\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1621ee74a24\" wfd-id=\"117\"><svg class=\"tcb-icon\" viewBox=\"0 0 16 28\" data-name=\"map-marker\">\n<path d=\"M12 10c0-2.203-1.797-4-4-4s-4 1.797-4 4 1.797 4 4 4 4-1.797 4-4zM16 10c0 0.953-0.109 1.937-0.516 2.797l-5.688 12.094c-0.328 0.688-1.047 1.109-1.797 1.109s-1.469-0.422-1.781-1.109l-5.703-12.094c-0.406-0.859-0.516-1.844-0.516-2.797 0-4.422 3.578-8 8-8s8 3.578 8 8z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621ee63e1c\" wfd-id=\"110\"><h2 data-css=\"tve-u-1621fdcb4ea\" style=\"text-align: center;\">contact us</h2></div><div class=\"thrv_wrapper thrv-contact-form\" data-ct=\"contact_form-22343\" style=\"\" data-css=\"tve-u-16465071dea\" data-ct-name=\"Rounded Shadow\" wfd-id=\"86\">\n<form action=\"\" method=\"post\" novalidate=\"\" wfd-id=\"87\">\n<div class=\"tve-cf-item-wrapper\" wfd-id=\"93\">\n<div class=\"tve-cf-item\" data-css=\"tve-u-1695dd04208\" wfd-id=\"106\">\n<div class=\"thrv-cf-input-wrapper\" data-type=\"first_name\" wfd-id=\"107\">\n<label data-css=\"tve-u-1695d9d6525\" class=\"\" wfd-id=\"109\">First Name</label>\n<div class=\"tve-cf-input\" data-css=\"tve-u-1695d9d6526\" data-tcb_hover_state_parent=\"\" wfd-id=\"108\">\n<input placeholder=\"\" type=\"text\" name=\"first_name\" data-placeholder=\"\" wfd-id=\"592\">\n</div>\n</div>\n</div>\n<div class=\"tve-cf-item\" data-css=\"tve-u-1695dd04208\" wfd-id=\"102\">\n<div class=\"thrv-cf-input-wrapper\" data-type=\"email\" wfd-id=\"103\">\n<label data-css=\"tve-u-1695d9d6527\" class=\"\" wfd-id=\"105\">Email Address</label>\n<div class=\"tve-cf-input\" data-css=\"tve-u-1695d9d6528\" data-tcb_hover_state_parent=\"\" wfd-id=\"104\">\n<input placeholder=\"\" type=\"email\" name=\"email\" data-placeholder=\"\" wfd-id=\"591\">\n</div>\n</div>\n</div>\n<div class=\"tve-cf-item\" data-css=\"tve-u-1695dd484d7\" wfd-id=\"98\">\n<div class=\"thrv-cf-input-wrapper\" data-type=\"message\" wfd-id=\"99\">\n<label data-css=\"tve-u-1695d9d6529\" class=\"\" wfd-id=\"101\">Message</label>\n<div class=\"tve-cf-input\" data-css=\"tve-u-1695d9d652a\" data-tcb_hover_state_parent=\"\" wfd-id=\"100\">\n<textarea placeholder=\"\" data-placeholder=\"\" name=\"message\" wfd-id=\"594\"></textarea>\n</div>\n</div>\n</div>\n<div class=\"tve-cf-item\" data-css=\"tve-u-1695dd04208\" wfd-id=\"94\">\n	<div class=\"thrv-cf-input-wrapper\" data-type=\"phone\" wfd-id=\"95\">\n		<label data-css=\"tve-u-1695d9d6525\" class=\"\" wfd-id=\"97\">Phone Number</label>\n		<div class=\"tve-cf-input\" data-css=\"tve-u-1695d9d6526\" wfd-id=\"96\">\n			<input placeholder=\"+1-555-555-2368\" type=\"tel\" name=\"phone\" data-placeholder=\"+1-555-555-2368\" wfd-id=\"590\">\n		</div>\n	</div>\n</div></div>\n<div class=\"tve-cf-submit\" data-tcb_hover_state_parent=\"\" data-button-style=\"rounded\" data-css=\"tve-u-1695dd27f6a\" wfd-id=\"88\">\n<button class=\"tve_btn_txt\" type=\"submit\" wfd-id=\"607\">Submit Message</button>\n</div>\n<input type=\"hidden\" name=\"config\" value=\"YTozOntzOjE0OiJlcnJvcl9tZXNzYWdlcyI7YTo0OntzOjU6ImVtYWlsIjtzOjIxOiJFbWFpbCBhZGRyZXNzIGludmFsaWQiO3M6NToicGhvbmUiO3M6MjA6IlBob25lIG51bWJlciBpbnZhbGlkIjtzOjM6InVybCI7czoxMToiVVJMIGludmFsaWQiO3M6ODoicmVxdWlyZWQiO3M6MjA6IlJlcXVpcmVkIGZpZWxkIGVtcHR5Ijt9czo4OiJ0b19lbWFpbCI7YToyOntzOjI6InRvIjtzOjI4OiJpbmZvQGJlc3RjZXJha290ZWZsb3JpZGEuY29tIjtzOjc6InN1YmplY3QiO3M6MTg6Ik5ldyBtZXNzYWdlIGZyb206ICI7fXM6Njoic3VibWl0IjthOjEwOntzOjY6ImFjdGlvbiI7czoxMjoibm90aWZpY2F0aW9uIjtzOjIzOiJzZW5kX2NvbmZpcm1hdGlvbl9lbWFpbCI7YjoxO3M6MTk6InNlbmRlcl9wZXJzb25hbGl6ZWQiO2I6MDtzOjIwOiJjb25maXJtYXRpb25fc3ViamVjdCI7czozNjoiQ29udGFjdCBGb3JtIHN1Ym1pc3Npb24gY29uZmlybWF0aW9uIjtzOjIwOiJjb25maXJtYXRpb25fbWVzc2FnZSI7czoxMzk6IkhlbGxvLCAKClRoYW5rcyBmb3IgY29udGFjdGluZyB1cy4gV2UnbGwgZ2V0IGJhY2sgdG8geW91IGFzIHNvb24gYXMgcG9zc2libGUgd2l0aCB0aGUgaW5mb3JtYXRpb24geW91IG5lZWQuIAoKQmVzdCByZWdhcmRzLApbd3Bfc2l0ZV90aXRsZV0iO3M6OToiZnJvbV9uYW1lIjtzOjI4OiJUaGUgQmVzdCBDZXJha290ZSBJbiBGbG9yaWRhIjtzOjEwOiJmcm9tX2VtYWlsIjtzOjI5OiJhZG1pbkBiZXN0Y2VyYWtvdGVmbG9yaWRhLmNvbSI7czo4OiJyZXBseV90byI7czoyOToiYWRtaW5AYmVzdGNlcmFrb3RlZmxvcmlkYS5jb20iO3M6MzoidXJsIjtzOjA6IiI7czoxMjoibm90aWZpY2F0aW9uIjtzOjgxOiJZb3VyIG1lc3NhZ2UgaGFzIGJlZW4gc2VudCwgdGhhbmsgeW91ISBZb3UnbGwgaGVhciBmcm9tIHVzIHdpdGhpbiB0aGUgbmV4dCAyNCBocnMiO319\" wfd-id=\"589\"></form>\n</div><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_slide_left\" data-css=\"tve-u-1621ef118dc\" style=\"\" wfd-id=\"84\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"85\"><img class=\"tve_image tve_evt_manager_listen tve_et_tve-viewport wp-image-600\" alt=\"\" width=\"2148\" height=\"1968\" title=\"CertifiedLogo_transparent\" data-id=\"600\" src=\"https://bestcerakoteflorida.com/wp-content/uploads/2019/03/CertifiedLogo_transparent-e1552073635916.png\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_left&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" style=\"width: 100%;\"></span></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621ee4be73\" style=\"\" wfd-id=\"74\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ee22c43\" wfd-id=\"76\"><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-1695d995f33\" wfd-id=\"78\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=825 South Kings Highway, Fort Pierce&amp;t=m&amp;z=11&amp;output=embed&amp;iwloc=near\"></iframe>\n</div><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-1621ee18a1c\" wfd-id=\"77\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=davie, Florida 33317&amp;t=m&amp;z=11&amp;output=embed&amp;iwloc=near\"></iframe>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-custom-menu-inside\" data-css=\"tve-u-1621f0aa8f7\" wfd-id=\"28\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621f0ada0e\" wfd-id=\"69\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621f0b0088\" wfd-id=\"29\"><div class=\"thrv_wrapper thrv-columns tve-custom-menu-inside\" data-css=\"tve-u-1621f0d2c1a\" wfd-id=\"30\"><div class=\"tcb-flex-row tcb--cols--3 tcb-resized\" data-css=\"tve-u-1621f0cbe40\" wfd-id=\"31\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1695e826914\" style=\"\" wfd-id=\"61\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"63\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621f0da775\" wfd-id=\"64\"><p data-css=\"tve-u-1622444fb11\" style=\"text-align: center;\">Â© 2018, BLACKHAWK CUSTOM, LLC . All rights reserved.</p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1695e826ae0\" style=\"\" wfd-id=\"40\"><div class=\"tcb-col\" wfd-id=\"42\"><div class=\"thrv_wrapper thrv_widget_menu tve-custom-menu-upgrade tve-mobile-dropdown tve-menu-style-none tve-dropdown-icon-style_2\" data-tve-style=\"tve_horizontal\" data-tve-switch-icon=\"tablet,mobile\" data-css=\"tve-u-1695e821f4c\" tcb-template-name=\"Simple Underline Light\" tcb-template-id=\"28130\" data-ct=\"menu-28130\" style=\"\" wfd-id=\"43\">	<div class=\"thrive-shortcode-config\" style=\"display: none !important\" wfd-id=\"60\">__CONFIG_widget_menu__{\"menu_id\":\"custom\",\"color\":\"tve_red\",\"dir\":\"tve_horizontal\",\"font_class\":\"\",\"font_size\":\"\",\"ul_attr\":\"\",\"link_attr\":\"\",\"top_link_attr\":\"\",\"trigger_attr\":\"\",\"primary\":\"\",\"head_css\":\"\",\"background_hover\":\"\",\"main_hover\":\"\",\"child_hover\":\"\",\"group_edit\":[{\"css_id\":null,\"class\":\"\"},{\"css_id\":null,\"class\":\"\"},{\"css_id\":null,\"class\":\"\"},{\"css_id\":null,\"class\":\"\"}],\"menu_style\":\"none\",\"dropdown_icon\":\"style_2\",\"mobile_side\":\"\",\"mobile_icon\":\"\",\"switch_to_icon\":\"tablet,mobile\",\"template\":\"28130\",\"template_name\":\"Simple Underline Light\"}__CONFIG_widget_menu__</div>\n<div class=\"thrive-shortcode-html tve-menu-custom-type thrive-shortcode-html-editable tve-custom-menu-type tve_clearfix\" style=\"z-index: 8;\" wfd-id=\"44\">\n<a class=\"tve-m-trigger t_tve_horizontal tve_red\" href=\"javascript:void(0)\"><div class=\"thrv_wrapper thrv_icon tcb-icon-open tve-trigger-active\" data-not-changeable=\"true\" data-selector=\"[data-css=&quot;tve-u-1695e821f4c&quot;] .tcb-icon-open\" wfd-id=\"59\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 24\" data-name=\"align-justify\"><g><g><path class=\"st0\" d=\"M23,13H1c-0.6,0-1-0.4-1-1s0.4-1,1-1h22c0.6,0,1,0.4,1,1S23.6,13,23,13z\"></path></g><g><path class=\"st0\" d=\"M23,6.7H1c-0.6,0-1-0.4-1-1s0.4-1,1-1h22c0.6,0,1,0.4,1,1S23.6,6.7,23,6.7z\"></path></g><g><path class=\"st0\" d=\"M23,19.3H1c-0.6,0-1-0.4-1-1s0.4-1,1-1h22c0.6,0,1,0.4,1,1S23.6,19.3,23,19.3z\"></path></g></g></svg></div><div class=\"thrv_wrapper thrv_icon tcb-icon-close\" data-not-changeable=\"true\" data-selector=\"[data-css=&quot;tve-u-1695e821f4c&quot;] .tcb-icon-close\" wfd-id=\"58\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 24\" data-name=\"close\"><path class=\"st0\" d=\"M13.4,12l7.1-7.1c0.4-0.4,0.4-1,0-1.4s-1-0.4-1.4,0L12,10.6L4.9,3.5c-0.4-0.4-1-0.4-1.4,0s-0.4,1,0,1.4l7.1,7.1 l-7.1,7.1c-0.4,0.4-0.4,1,0,1.4c0.4,0.4,1,0.4,1.4,0l7.1-7.1l7.1,7.1c0.4,0.4,1,0.4,1.4,0c0.4-0.4,0.4-1,0-1.4L13.4,12z\"></path></svg></div></a><ul id=\"menu-main-menu\" class=\"tve_w_menu tve_horizontal tve-m-collapsed\" style=\"z-index: 6;\" wfd-id=\"45\"><li id=\"tcb_custom_menu_5402f616\" class=\"menu-item menu-item-type-post_type menu-item-object-page thrv_wrapper thrv-menu-item-element thrv-custom-menu-item\" data-selector=\"[data-css=&quot;tve-u-1695e821f4c&quot;] #tcb_custom_menu_5402f616\" data-tcb_hover_state_parent=\"\" wfd-id=\"55\"><a href=\"https://bestcerakoteflorida.com/privacy/\"><span class=\"tve-disabled-text-inner\" wfd-id=\"57\">Privacy</span><span class=\"tve-disabled-text-inner tve-item-dropdown-trigger\" wfd-id=\"56\"></span></a></li><li id=\"tcb_custom_menu_13475a66\" class=\"menu-item menu-item-type-post_type menu-item-object-page thrv_wrapper thrv-menu-item-element thrv-custom-menu-item active-expand-children\" data-selector=\"[data-css=&quot;tve-u-1695e821f4c&quot;] #tcb_custom_menu_13475a66\" data-tcb_hover_state_parent=\"\" wfd-id=\"52\"><a href=\"https://bestcerakoteflorida.com/privacy-policy/\"><span class=\"tve-disabled-text-inner\" wfd-id=\"54\">TERMS</span><span class=\"tve-disabled-text-inner tve-item-dropdown-trigger\" wfd-id=\"53\"></span></a></li><li id=\"tcb_custom_menu_a19cc162\" class=\"menu-item menu-item-type-post_type menu-item-object-page thrv_wrapper thrv-menu-item-element thrv-custom-menu-item\" data-selector=\"[data-css=&quot;tve-u-1695e821f4c&quot;] #tcb_custom_menu_a19cc162\" data-tcb_hover_state_parent=\"\" wfd-id=\"49\"><a href=\"\"><span class=\"tve-disabled-text-inner\" wfd-id=\"51\">NAV#3</span><span class=\"tve-disabled-text-inner tve-item-dropdown-trigger\" wfd-id=\"50\"></span></a></li><li id=\"tcb_custom_menu_hgZvKxml\" class=\"menu-item menu-item-type-post_type menu-item-object-page thrv_wrapper thrv-menu-item-element thrv-custom-menu-item\" data-selector=\"[data-css=&quot;tve-u-1695e821f4c&quot;] #tcb_custom_menu_hgZvKxml\" data-tcb_hover_state_parent=\"\" wfd-id=\"46\"><a href=\"\"><span class=\"tve-disabled-text-inner\" wfd-id=\"48\">NAV#5</span><span class=\"tve-disabled-text-inner tve-item-dropdown-trigger\" wfd-id=\"47\"></span></a></li></ul></div>	</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1695e826b67\" wfd-id=\"32\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"34\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16223fe5f5b\" wfd-id=\"35\"><p data-css=\"tve-u-1621f0d874c\" style=\"text-align: center;\">Made with <a href=\"https://thrivethemes.com/\" target=\"_blank\" data-css=\"tve-u-1695e7e070d\">Thrive Architect</a></p></div></div></div></div></div></div>\n</div>\n\n'),(7381,601,'tve_revision_tve_content_more_found',''),(7382,601,'tve_revision_tve_save_post',''),(7383,601,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Montserrat:600,400,500,700&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Merriweather:400,700&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Special+Elite:400&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Poppins:400,800,900,300,700,&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Monda:400,700,&subset=latin\");@media (min-width: 300px){.tcb-plain-text { font-family: Monda; font-weight: 400; font-size: 14px; }#tve_editor [data-css=\"tve-u-1621b072b4e\"] p, #tve_editor [data-css=\"tve-u-1621b072b4e\"] li, #tve_editor [data-css=\"tve-u-1621b072b4e\"] blockquote, #tve_editor [data-css=\"tve-u-1621b072b4e\"] address, #tve_editor [data-css=\"tve-u-1621b072b4e\"] .tcb-plain-text, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h1, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h2, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h3, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h4, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h5, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h6 { color: rgb(18, 18, 18); }[data-css=\"tve-u-1621fe78878\"] .tcb-flex-col { flex-basis: 160px !important; }[data-css=\"tve-u-16417b70f47\"] { padding: 0px !important; margin: 0px !important; }#tve_editor [data-css=\"tve-u-1621fdcb4ea\"] { color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1641367127b\"] > :first-child { color: rgb(15, 29, 123); }[data-css=\"tve-u-1641367127b\"] { font-size: 60px; float: none; box-shadow: none; position: relative; z-index: 5; margin: 0px auto !important; }#tve_editor [data-css=\"tve-u-1641333d7d1\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-162717cb617\"] > .tcb-flex-col { padding-left: 0px; }#tve_editor [data-css=\"tve-u-16413112747\"] { color: rgb(255, 255, 255) !important; font-size: 15px !important; text-transform: capitalize !important; letter-spacing: 3px; font-family: Merriweather !important; font-weight: 400 !important; }[data-css=\"tve-u-16369305186\"] > .tve-cb { display: block; }#tve_editor [data-css=\"tve-u-162717cb609\"] p, #tve_editor [data-css=\"tve-u-162717cb609\"] li, #tve_editor [data-css=\"tve-u-162717cb609\"] blockquote, #tve_editor [data-css=\"tve-u-162717cb609\"] address, #tve_editor [data-css=\"tve-u-162717cb609\"] h1, #tve_editor [data-css=\"tve-u-162717cb609\"] h2, #tve_editor [data-css=\"tve-u-162717cb609\"] h3, #tve_editor [data-css=\"tve-u-162717cb609\"] h4, #tve_editor [data-css=\"tve-u-162717cb609\"] h5, #tve_editor [data-css=\"tve-u-162717cb609\"] h6 { color: rgb(255, 255, 255); }[data-css=\"tve-u-16369305186\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-162717cb621\"] .tve-page-section-in { display: flex; justify-content: center; flex-direction: column; }[data-css=\"tve-u-162717fcf9d\"] .tve-page-section-in { display: block; }[data-css=\"tve-u-1628a146aef\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1628a12f675\"] { padding: 0px !important; margin: 0px 0px 60px !important; }[data-css=\"tve-u-1628a10d3b4\"] { max-width: 100%; padding: 0px !important; margin: 0px 0px 60px !important; }#tve_editor [data-css=\"tve-u-162717cb618\"] p, #tve_editor [data-css=\"tve-u-162717cb618\"] li, #tve_editor [data-css=\"tve-u-162717cb618\"] blockquote, #tve_editor [data-css=\"tve-u-162717cb618\"] address, #tve_editor [data-css=\"tve-u-162717cb618\"] h1, #tve_editor [data-css=\"tve-u-162717cb618\"] h2, #tve_editor [data-css=\"tve-u-162717cb618\"] h3, #tve_editor [data-css=\"tve-u-162717cb618\"] h4, #tve_editor [data-css=\"tve-u-162717cb618\"] h5, #tve_editor [data-css=\"tve-u-162717cb618\"] h6 { color: rgb(0, 229, 255); }[data-css=\"tve-u-162718bd0c0\"] { clip-path: url(\"#clip-top-a3b25e1c9221a\"); -webkit-clip-path: url(\"#clip-top-a3b25e1c9221a\");  background-image: none !important; opacity: 1; filter: grayscale(0%) blur(0px); background-color: transparent !important; }[data-css=\"tve-u-162718a3b40\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-162717fcf9d\"] { z-index: 0 !important; padding: 170px 40px 0px !important; margin-top: -80px !important; }[data-css=\"tve-u-16260cd622f\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-16260cd7683\"]::after { clear: both; }[data-css=\"tve-u-16260cd622f\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin-top: 0px !important; margin-bottom: -1px !important; }[data-css=\"tve-u-16260be7104\"] { max-width: 1200px; }[data-css=\"tve-u-16260ba2fa4\"] { padding: 100px 40px !important; }[data-css=\"tve-u-162539c17ec\"] { line-height: 1.6em !important; }#tve_editor [data-css=\"tve-u-162493b6b63\"]:hover { background-color: rgb(248, 249, 251) !important; }#tve_editor [data-css=\"tve-u-1624939a960\"]:hover { background-color: rgb(248, 249, 251) !important; background-image: none !important; }#tve_editor [data-css=\"tve-u-162492e70ad\"] { color: rgb(137, 141, 167) !important; }[data-css=\"tve-u-162492815ba\"] { padding: 0px !important; margin-top: 25px !important; }[data-css=\"tve-u-162491e8e1f\"]::after { clear: both; }[data-css=\"tve-u-1622f65ba70\"] { border: none; background-image: none !important; padding: 0px 30px 30px !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-1622a159bcb\"] { max-width: 100%; float: none; z-index: 6; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; margin-top: 0px !important; }[data-css=\"tve-u-16229915e4e\"] { max-width: 62.8%; }[data-css=\"tve-u-16229915e1a\"] { max-width: 37.2%; }[data-css=\"tve-u-16225617da3\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-Brett.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16225611edb\"] { min-height: 127px; }[data-css=\"tve-u-1622561121b\"] { max-width: 127px; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-16224848ee5\"]::after { clear: both; }[data-css=\"tve-u-16224834cab\"]::after { clear: both; }[data-css=\"tve-u-1621ee3afec\"] > .tve-cb { display: block; }[data-css=\"tve-u-1621fe78878\"] > .tcb-flex-col { padding-left: 5px; }[data-css=\"tve-u-1621fe940b9\"] { max-width: 50%; }[data-css=\"tve-u-1621fe94086\"] { max-width: 50%; }[data-css=\"tve-u-1621fe85996\"] { max-width: 585px; float: left; z-index: 3; position: relative; width: 100%; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621fe78878\"] > .tcb-flex-col > .tcb-col { min-height: 65px; justify-content: center; }[data-css=\"tve-u-1621fe78878\"] { min-height: inherit; margin-left: -5px; padding: 0px !important; flex-wrap: wrap !important; }#tve_editor [data-css=\"tve-u-1621f4d0451\"] { font-size: 20px !important; }#tve_editor [data-css=\"tve-u-1621f4ceaf6\"] { font-size: 20px !important; color: rgb(12, 12, 12) !important; }[data-css=\"tve-u-1621f45bed3\"] { padding: 0px !important; }[data-css=\"tve-u-1621f114214\"] { float: none; max-width: 100%; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621f0da775\"] { padding: 0px !important; }#tve_editor [data-css=\"tve-u-1621f0d874c\"] { letter-spacing: 1px; color: rgb(255, 255, 255) !important; font-size: 14px !important; }[data-css=\"tve-u-1621f0d2c1a\"] { max-width: 100%; margin-left: 60px !important; margin-right: 60px !important; }[data-css=\"tve-u-1621f0aa8f7\"] .tve-page-section-in { display: flex; justify-content: center; flex-direction: column; }[data-css=\"tve-u-1621f0cbe40\"] { margin-left: 0px; padding: 0px !important; }[data-css=\"tve-u-1621f0cbe40\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-1621f0b0088\"] { max-width: 100%; min-height: 140px !important; }[data-css=\"tve-u-1621f0ada0e\"] { background-image: linear-gradient(rgb(22, 22, 24), rgb(22, 22, 24)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1621f0aa8f7\"] { padding: 0px !important; }[data-css=\"tve-u-1621efddaaf\"] { padding: 0px !important; }[data-css=\"tve-u-1621ef118dc\"] { width: 191px; position: relative; right: -50px; top: 0px; float: none; z-index: 3; margin: 0px auto !important; padding-left: 0px !important; left: 10px; }#tve_editor [data-css=\"tve-u-1621ee74a24\"] > :first-child { color: rgb(255, 255, 255); }[data-css=\"tve-u-1621ee74a24\"] { font-size: 60px; float: none; z-index: 3; position: relative; margin: 0px auto 10px !important; padding-top: 0px !important; box-shadow: none; }[data-css=\"tve-u-1621ee63e1c\"] { float: none; z-index: 3; position: relative; max-width: none; width: 100%; padding: 0px !important; margin: 0px auto 30px !important; }[data-css=\"tve-u-1621ee58e74\"] { background-color: rgba(0, 0, 0, 0.77) !important; border-right: 2px dotted rgb(0, 0, 0) !important; }[data-css=\"tve-u-1621ee3afec\"] { padding: 60px 10px 0px 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621ee22c43\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding-top: 0px !important; padding-left: 0px !important; }[data-css=\"tve-u-1621ee18a1c\"] { margin: 1px 20px 0px !important; box-shadow: none; }[data-css=\"tve-u-1621ee093d4\"] { margin-top: 0px !important; }[data-css=\"tve-u-1621ee03000\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1621ee03000\"] { margin-left: 0px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-1621ee03000\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-1621edf8048\"] { max-width: 100%; min-height: 1px !important; }[data-css=\"tve-u-1621ec454d9\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec43fe2\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec42aa7\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec3a5c0\"] { margin-top: 0px !important; margin-bottom: 10px !important; }[data-css=\"tve-u-1621ec37ea5\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec36a4d\"] { margin-bottom: 10px !important; }[data-css=\"tve-u-1621ea18c5d\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ea19a06\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ea1a5d7\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ea2c69a\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ea23322\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ec298ab\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ec2704c\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ec241aa\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ec05cc3\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec04541\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec009a8\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ebff867\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ebfe4ce\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621eb037bb\"] { padding: 0px !important; margin-top: 0px !important; margin-bottom: 30px !important; }[data-css=\"tve-u-1621eaff572\"] { color: rgb(15, 29, 123) !important; }[data-css=\"tve-u-1621ea50702\"] { max-width: 230px; float: none; z-index: 3; position: relative; width: 100%; padding: 0px !important; margin: 0px auto !important; }#tve_editor [data-css=\"tve-u-1621ea2c69a\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ea295c0\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ea295c0\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ea1fba7\"] > :first-child { color: rgb(137, 141, 167); }#tve_editor [data-css=\"tve-u-1621ea23322\"] { font-size: 16px !important; }[data-css=\"tve-u-1621ea1fba7\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }[data-css=\"tve-u-1621e99c314\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }[data-css=\"tve-u-1621e99b1db\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }[data-css=\"tve-u-1621e9993aa\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ea1a5d7\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ea19a06\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ea18c5d\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621e99c314\"] > :first-child { color: rgb(137, 141, 167); }#tve_editor [data-css=\"tve-u-1621e99b1db\"] > :first-child { color: rgb(137, 141, 167); }#tve_editor [data-css=\"tve-u-1621e9993aa\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621e8107f3\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621e942b65\"] strong { font-weight: 800; }[data-css=\"tve-u-1621e7e9950\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621e930bd7\"] { padding: 0px 0px 50px !important; }#tve_editor [data-css=\"tve-u-1621e92e97f\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1621e81f424\"] { border-radius: 200px; overflow: hidden; background-image: none !important; border: 3px solid rgb(255, 255, 255) !important; background-color: rgb(144, 147, 168) !important; }[data-css=\"tve-u-1621e819c52\"] { min-height: 110px; }[data-css=\"tve-u-1621e8107f3\"] { float: none; max-width: 110px; z-index: 4; padding: 0px !important; margin: -60px auto 30px !important; }[data-css=\"tve-u-1621e7edfd9\"] { clip-path: url(\"#clip-bottom-10ffac3b28f1d\"); -webkit-clip-path: url(\"#clip-bottom-10ffac3b28f1d\");  background-image: none !important; background-color: rgb(144, 147, 168) !important; }[data-css=\"tve-u-1621e7e9950\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1621e7e6c1d\"] { min-height: 150px; }[data-css=\"tve-u-1621e7c7aa1\"] > .tcb-flex-col { padding-left: 60px; }[data-css=\"tve-u-1621e7d5094\"] { min-height: 480px; }[data-css=\"tve-u-1621e7d234c\"] { box-shadow: rgba(0, 0, 0, 0.02) 0px 2px 22px 0px; background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1621e7ceab3\"] { float: none; width: 100%; padding: 0px 0px 20px !important; margin: 0px auto !important; }[data-css=\"tve-u-1621e7c899a\"] { float: none; max-width: 100%; margin: 0px auto !important; }[data-css=\"tve-u-1621e7c7aa1\"] { margin-left: -60px; padding: 0px !important; }[data-css=\"tve-u-1621e7b695a\"] { padding: 0px !important; margin-bottom: 100px !important; }#tve_editor [data-css=\"tve-u-1621e7a7350\"] { color: rgb(15, 29, 123) !important; }[data-css=\"tve-u-1621b3cfc7b\"] { filter: blur(0px); opacity: 1; background-image: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(220, 224, 246) 38%) !important; background-color: rgb(212, 212, 212) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1621b3c8c52\"] { padding: 100px 40px !important; }[data-css=\"tve-u-1621b3c74d9\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-1621b300a64\"]::after { clear: both; }[data-css=\"tve-u-1621b24a89d\"] { padding: 0px !important; }[data-css=\"tve-u-1621b22a018\"] { background-image: none !important; padding: 0px !important; }[data-css=\"tve-u-1621b200375\"] { float: none; max-width: 100%; border-left: 1px solid rgba(15, 29, 123, 0.7); border-right: 1px solid rgba(15, 29, 123, 0.7); background-color: rgb(248, 249, 251) !important; margin: 0px auto !important; }[data-css=\"tve-u-1621b10fccf\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621b0e4fb7\"] { border-right: none; max-width: 100%; padding: 0px !important; margin-bottom: 40px !important; margin-right: 0px !important; }[data-css=\"tve-u-1621b072b4e\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-1621b064668\"] { max-width: 52%; }[data-css=\"tve-u-1621b064646\"] { max-width: 48%; }[data-css=\"tve-u-1621afda4fa\"] { max-width: none; padding: 0px !important; margin-bottom: 40px !important; }#tve_editor [data-css=\"tve-u-1621afd8c98\"] { color: rgb(255, 255, 255) !important; font-size: 20px !important; }[data-css=\"tve-u-1621afceb00\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 80%; padding: 0px !important; margin-bottom: 50px !important; }#tve_editor [data-css=\"tve-u-1621afcc0bf\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1621a8a804b\"] > .tcb-flex-col { padding-left: 60px; }[data-css=\"tve-u-1621ae6c8da\"] { clip-path: url(\"#clip-top-aa2c3e3c70555\"); -webkit-clip-path: url(\"#clip-top-aa2c3e3c70555\");  background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-Cta-2.jpg\") !important; background-size: cover !important; background-position: 0% 100% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1621ae4fd21\"] { max-width: 100%; top: -70px; z-index: 5; left: -60px; position: relative !important; padding: 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-1621ae4db6e\"] { min-height: 524px; }[data-css=\"tve-u-1621ada1e7f\"] .tve-page-section-in { display: flex; flex-direction: column; justify-content: center; }[data-css=\"tve-u-1621adea58b\"] > .tcb-flex-col > .tcb-col { min-height: 1px; justify-content: center; }[data-css=\"tve-u-1621ae0bec7\"] { height: calc(100% - -22px); background-image: linear-gradient(rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.14)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; margin-left: 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621adea58b\"] > .tcb-flex-col { padding-left: 50px; }[data-css=\"tve-u-1621adea58b\"] { margin-left: -50px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-1621ade6172\"] { max-width: 100%; float: none; width: 100%; margin: 0px auto !important; }[data-css=\"tve-u-1621adba9ef\"] { clip-path: url(\"#clip-top-52d5a36c151aa\"); -webkit-clip-path: url(\"#clip-top-52d5a36c151aa\");  background-image: linear-gradient(rgba(15, 29, 123, 0.65), rgba(15, 29, 123, 0.65)), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-cta-bg.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-1621ada1e7f\"] { padding: 0px 40px !important; }[data-css=\"tve-u-1621ad46076\"] { padding: 100px 40px !important; margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1621ad420c4\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-1621a9076ef\"] { padding-top: 2px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-1621acf64fb\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621acf47d2\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1621acf0289\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621a8e11f3\"] { padding-top: 2px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-1621a8e5625\"] { padding-top: 2px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-1621ace4de9\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1621ace1b08\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1621a9a2867\"] strong { font-weight: 700; }#tve_editor [data-css=\"tve-u-1621a9a2867\"] { font-weight: 300; color: rgb(15, 29, 123) !important; font-family: Poppins !important; }[data-css=\"tve-u-1621a9750ae\"] { font-size: 13.6px !important; line-height: 13.6px !important; }[data-css=\"tve-u-1621a9a2867\"] { font-size: 48px !important; line-height: 48px !important; }[data-css=\"tve-u-1621a9a2866\"] { margin-top: 40px !important; }[data-css=\"tve-u-1621a9a2862\"] { width: 160px !important; height: 160px !important; background-color: rgb(137, 141, 167) !important; }[data-css=\"tve-u-1621a98b602\"] { stroke-dasharray: 502.655, 502.655; }[data-css=\"tve-u-1621a983587\"] { float: none; border: 30px solid rgba(137, 141, 167, 0.24); z-index: 3; position: relative; margin: 30px auto 0px !important; padding: 0px !important; }[data-css=\"tve-u-1621a9750ae\"] strong { font-weight: 700; }#tve_editor [data-css=\"tve-u-1621a9750ae\"] { color: rgb(255, 255, 255) !important; font-family: Monda !important; }[data-css=\"tve-u-1621a96b190\"] { background-color: rgb(231, 229, 229); width: 144px !important; height: 144px !important; top: 8px !important; bottom: 8px !important; left: 8px !important; right: 8px !important; }[data-css=\"tve-u-1621a9685d4\"] { stroke: rgb(248, 251, 253) !important; stroke-width: 17px !important; }[data-css=\"tve-u-1621a8a804b\"] > .tcb-flex-col > .tcb-col { min-height: 445px; justify-content: center; }[data-css=\"tve-u-1621a90a46f\"] { background-image: radial-gradient(rgba(255, 255, 255, 0.51) 16%, rgb(255, 255, 255) 73%), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-100-clean.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }#tve_editor [data-css=\"tve-u-1621a9076ef\"] > :first-child { color: rgb(15, 29, 123); }#tve_editor [data-css=\"tve-u-1621a8e5625\"] > :first-child { color: rgb(15, 29, 123); }#tve_editor [data-css=\"tve-u-1621a8e11f3\"] > :first-child { color: rgb(15, 29, 123); }[data-css=\"tve-u-1621a8c4313\"] { padding: 0px !important; margin-bottom: 60px !important; }[data-css=\"tve-u-1621a8b2488\"] { float: none; max-width: 100%; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621a8a804b\"] { min-height: inherit; margin-left: -60px; padding: 0px !important; }[data-css=\"tve-u-1621a2e0d5b\"] { line-height: 1em !important; }[data-css=\"tve-u-1621a2247ba\"] { max-width: 100%; float: none; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; }#tve_editor [data-css=\"tve-u-1620af7eb3f\"] .tcb-button-link { font-size: 18px; color: rgb(15, 29, 123) !important; }#tve_editor [data-css=\"tve-u-1620af7eb3f\"]:hover strong { font-weight: 700 !important; }[data-css=\"tve-u-1620af7eb3f\"] { width: 268px; float: left; z-index: 3; position: relative; display: block; max-width: 268px; margin-bottom: 0px !important; margin-top: 0px !important; margin-left: 3px !important; }#tve_editor [data-css=\"tve-u-1620af7eb3f\"]:hover .tcb-button-link { color: rgb(255, 255, 255) !important; border-radius: 200px !important; overflow: hidden !important; font-family: Monda !important; font-weight: 400 !important; text-shadow: none !important; background-image: none !important; background-color: rgb(15, 29, 123) !important; }[data-css=\"tve-u-1620af7eb3f\"] .tcb-button-link { border-radius: 200px; min-height: 54.7619px; font-size: 1.33333em; padding-top: 0px; padding-bottom: 0px; background-image: none !important; background-color: rgb(255, 255, 255) !important; padding-right: 15px !important; }#tcb_landing_page a:not(.tcb-button-link).tve_state_hover { color: rgb(35, 55, 188); }#tcb_landing_page a:not(.tcb-button-link):hover { color: rgb(35, 55, 188); }#tcb_landing_page a:not(.tcb-button-link) { color: rgb(255, 255, 255); }#tcb_landing_page input strong { font-weight: 700; }#tcb_landing_page .tcb-button-link strong { font-weight: 700; }#tcb_landing_page p strong, #tcb_landing_page li strong { font-weight: 700; }#tcb_landing_page input { font-family: Merriweather; font-weight: 400; }#tcb_landing_page .tcb-button-link { font-family: Merriweather; font-weight: 400; }#tcb_landing_page p, #tcb_landing_page li { color: rgb(12, 12, 12); font-family: Merriweather; font-weight: 400; line-height: 1.5em; font-size: 16px; }#tcb_landing_page h6 { text-transform: uppercase; font-size: 14px; color: rgb(0, 0, 0); font-family: \"Special Elite\"; font-weight: 400; letter-spacing: 1px; line-height: 1.3em; }#tcb_landing_page h5 { font-size: 22px; color: rgb(12, 12, 12); font-family: \"Special Elite\"; font-weight: 400; line-height: 1.3em; }#tcb_landing_page h4 { font-size: 24px; color: rgb(12, 12, 12); font-family: \"Special Elite\"; font-weight: 400; line-height: 1.3em; }#tcb_landing_page h3 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(12, 12, 12); font-size: 26px; line-height: 1.3em; }#tcb_landing_page h2 { color: rgb(0, 0, 0); font-size: 30px; letter-spacing: 2px; text-transform: uppercase; line-height: 1.3em; font-family: \"Special Elite\"; font-weight: 400; }#tcb_landing_page h1 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(0, 0, 0); font-size: 42px; line-height: 1.3em; }[data-css=\"tve-u-15e09c94f7d\"] { background-color: rgb(231, 229, 229) !important; }[data-css=\"tve-u-1621b01355a\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621b01355a\"] { max-width: 274px; position: relative; float: left; z-index: 3; width: 100%; padding: 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-1621b028939\"] .tcb-button-link { font-size: 18px; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1621b028939\"]:hover strong { font-weight: 700 !important; }[data-css=\"tve-u-1621b028939\"] { display: block; max-width: 268px; width: 268px; top: 0px; left: 0px; float: left; z-index: 3; position: relative; margin-bottom: 0px !important; margin-top: 0px !important; }#tve_editor [data-css=\"tve-u-1621b028939\"]:hover .tcb-button-link { background-color: rgb(255, 255, 255) !important; color: rgb(15, 29, 123) !important; overflow: hidden !important; font-family: Monda !important; background-image: none !important; text-align: center !important; }[data-css=\"tve-u-1621b028939\"] .tcb-button-link { min-height: 54.7619px; font-size: 1.33333em; padding-top: 0px; padding-bottom: 0px; border: 1px solid rgb(255, 255, 255); border-radius: 30px; overflow: hidden; background-color: rgba(26, 188, 156, 0.01) !important; padding-right: 15px !important; color: rgb(26, 188, 156) !important; }[data-css=\"tve-u-1621b08fdde\"] { border-radius: 200px; overflow: hidden; border: 1px solid rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1621b01355a\"]:hover [data-css=\"tve-u-1621b08fdde\"] { border: 1px solid rgba(255, 255, 255, 0.4) !important; }[data-css=\"tve-u-1621b30ca74\"]::after { clear: both; }#tve_editor [data-css=\"tve-u-1621e942b65\"] { font-weight: 400; letter-spacing: 0px; color: rgb(255, 255, 255) !important; font-family: Poppins !important; font-size: 30px !important; }[data-css=\"tve-u-1621e94cb4e\"] { float: none; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621eaaedd8\"] { clip-path: url(\"#clip-bottom-a2b9cf3198d6f\"); -webkit-clip-path: url(\"#clip-bottom-a2b9cf3198d6f\");  background-image: none !important; background-color: rgb(5, 10, 42) !important; }[data-css=\"tve-u-1621eab272c\"] { border-radius: 200px; overflow: hidden; background-image: none !important; border: 3px solid rgb(255, 255, 255) !important; background-color: rgb(5, 10, 42) !important; }[data-css=\"tve-u-1621eacf6af\"] { max-width: 230px; float: none; z-index: 3; position: relative; padding: 0px !important; margin: 0px auto !important; }[data-css=\"tve-u-1621eb3eb9f\"] { clip-path: url(\"#clip-bottom-ac98bb0e54b3b\"); -webkit-clip-path: url(\"#clip-bottom-ac98bb0e54b3b\");  background-image: none !important; background-color: rgb(45, 51, 89) !important; }[data-css=\"tve-u-1621eb43d8d\"] { border-radius: 200px; overflow: hidden; background-image: none !important; border: 3px solid rgb(255, 255, 255) !important; background-color: rgb(45, 51, 89) !important; }[data-css=\"tve-u-1621eb7ccb0\"] { min-height: 530px; }[data-css=\"tve-u-1621eb81205\"] { padding: 0px 0px 20px !important; margin-top: -25px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621ebbbb6d\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621ebbbb6d\"] { max-width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1621ebf340c\"] { max-width: 230px; float: none; z-index: 3; position: relative; width: 100%; padding: 0px !important; margin: 0px auto !important; }[data-css=\"tve-u-1621ebfa746\"] { padding: 0px !important; margin-top: 0px !important; margin-bottom: 30px !important; }#tve_editor [data-css=\"tve-u-1621ebfe4ce\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ebff867\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ec009a8\"] { font-size: 16px !important; }[data-css=\"tve-u-1621ec09a3c\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; margin: 0px !important; }#tve_editor [data-css=\"tve-u-1621ec09a3c\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ec0c5bd\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; margin: 0px !important; }#tve_editor [data-css=\"tve-u-1621ec0c5bd\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ec15f6e\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ec15f6e\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ec204df\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ec204df\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ec20f68\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ec20f68\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ec21a31\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ec21a31\"] > :first-child { color: rgb(137, 141, 167); }#tve_editor [data-css=\"tve-u-1621ec241aa\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ec2704c\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ec298ab\"] { font-size: 16px !important; }[data-css=\"tve-u-1621ec6c39b\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621ec6c39b\"] { float: none; max-width: 110px; z-index: 4; padding: 0px !important; margin: -60px auto 30px !important; }[data-css=\"tve-u-1621ec752da\"] { min-height: 110px; }[data-css=\"tve-u-1621ec78d2c\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621ec78d2c\"] { float: none; max-width: 110px; z-index: 4; padding: 0px !important; margin: -60px auto 30px !important; }[data-css=\"tve-u-1621ec79a7d\"] { min-height: 110px; }[data-css=\"tve-u-1621ec7f21a\"] { min-height: 160px; }[data-css=\"tve-u-1621f154231\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-1621f154231\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin: 0px 0px -1px !important; }[data-css=\"tve-u-1621f15b521\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-1621f15b521\"] { float: right; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin-top: -1px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621f4ceaf7\"] { color: rgb(15, 29, 123) !important; }[data-css=\"tve-u-1621fb65556\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-1621fb65556\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-1621fb65556\"] { min-height: inherit; margin-left: -20px; padding: 0px !important; }[data-css=\"tve-u-1621fb68b97\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-1621fb68b97\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-1621fb68b97\"] { min-height: inherit; margin-left: -30px; padding: 30px !important; }[data-css=\"tve-u-1621fbacc60\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621fbcad8c\"] { padding: 0px !important; }[data-css=\"tve-u-1621fc0ce17\"] { padding: 0px !important; margin-bottom: 15px !important; }[data-css=\"tve-u-1621fd84d7b\"] { min-height: 480px; }[data-css=\"tve-u-1621fd8766c\"] { min-height: 150px; }[data-css=\"tve-u-1621fd9c946\"] { padding: 0px 0px 20px !important; margin-top: 0px !important; margin-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-1621fe1587d\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1621fe1725e\"] strong { font-weight: 800; }#tve_editor [data-css=\"tve-u-1621fe1725e\"] { font-weight: 400; letter-spacing: 0px; color: rgb(255, 255, 255) !important; font-family: Poppins !important; font-size: 30px !important; }#tve_editor [data-css=\"tve-u-1621fe1a1af\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1621fe1bd18\"] strong { font-weight: 800; }#tve_editor [data-css=\"tve-u-1621fe1bd18\"] { font-weight: 400; letter-spacing: 0px; color: rgb(255, 255, 255) !important; font-family: Poppins !important; font-size: 30px !important; }[data-css=\"tve-u-16223b080b0\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-16223b080b0\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-16223f02c16\"] { min-height: 62px; }[data-css=\"tve-u-16223fe5f5b\"] { padding: 0px !important; }[data-css=\"tve-u-16224439be1\"] { padding: 0px !important; }#tve_editor [data-css=\"tve-u-1622444fb11\"] { letter-spacing: 1px; color: rgb(137, 141, 167) !important; font-size: 14px !important; }#tve_editor [data-css=\"tve-u-16228c764b2\"] { font-size: 18px !important; }[data-css=\"tve-u-16229f6175c\"] { border: none; margin: 80px 0px 0px !important; background-image: none !important; }[data-css=\"tve-u-16229fa6a26\"] { border: none; box-shadow: none; padding: 0px 30px 30px !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-16229fa8c68\"] { border: none; padding: 0px 30px 30px !important; background-image: none !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col > .tcb-col { min-height: 244px; }[data-css=\"tve-u-16229ffbb7b\"] { margin-left: -30px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16248fc42a1\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-16248fc42a1\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-16248fc71c8\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-16249355087\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-16249355087\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-16249358652\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-16249358652\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-1624935a201\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-1624935a201\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-16249367114\"] { border: none; margin: 30px 0px 0px !important; background-image: none !important; }[data-css=\"tve-u-16249373b25\"] { border: none; padding: 0px 30px 30px !important; background-image: linear-gradient(rgb(248, 249, 251), rgb(248, 249, 251)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1624939a960\"] { border: none; box-shadow: none; padding: 0px 30px 30px !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-162493a03b0\"] > .tcb-flex-col > .tcb-col { min-height: 244px; }[data-css=\"tve-u-162493a03b0\"] { margin-left: -30px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-162493a03b0\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-162493b6b63\"] { border: none; background-image: none !important; padding: 0px 30px 30px !important; background-color: rgb(248, 249, 251) !important; }#tve_editor [data-css=\"tve-u-162493d5f13\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-162493d5f13\"] { font-size: 30px; width: 30px; height: 30px; top: 0px; left: 0px; display: block; position: static; z-index: 8; border-bottom: 1px solid rgb(10, 93, 165); border-top: none; border-right: none; border-left: none; border-image: initial; margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-162494b490e\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-162494b7ad0\"] { padding: 0px !important; margin-top: 25px !important; margin-left: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-1625389a3d5\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-1625389a3d5\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-1625389b4ed\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-1625389b4ed\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-162539ac577\"] { max-width: 39%; }[data-css=\"tve-u-162539ac57d\"] { max-width: 61%; }#tve_editor [data-css=\"tve-u-162539c17ec\"] { font-size: 16px !important; color: rgba(12, 12, 12, 0.7) !important; }[data-css=\"tve-u-16260c39a7e\"] { float: none; max-width: 100%; border-left: 1px solid rgba(15, 29, 123, 0.7); border-right: 1px solid rgba(15, 29, 123, 0.7); margin: 0px auto !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-16260c433e9\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-Rosie.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16260c5ff07\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-16260c5ff07\"] { float: right; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin: -1px 0px 0px !important; }[data-css=\"tve-u-16260c5ff0c\"]::after { clear: both; }[data-css=\"tve-u-16260d01208\"] { max-width: 37%; }[data-css=\"tve-u-16260d0120e\"] { max-width: 63%; }[data-css=\"tve-u-16260d39b83\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-16260d39b83\"] { float: right; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin-top: -1px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-16260d3b97e\"]::after { clear: both; }[data-css=\"tve-u-16260d3f4aa\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16260d3f4aa\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-16260d3f4aa\"] { min-height: inherit; margin-left: -30px; padding: 30px !important; }[data-css=\"tve-u-16260d3f4af\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-16260d3f4af\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-16260d3f4af\"] { min-height: inherit; margin-left: -20px; padding: 0px !important; }[data-css=\"tve-u-16260d5e4b8\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-Shawn.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16260d73672\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-16260d73672\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin-top: 0px !important; margin-bottom: -1px !important; }[data-css=\"tve-u-16260d8392c\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16260d8392c\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-16260d8392c\"] { min-height: inherit; margin-left: -30px; padding: 30px !important; }[data-css=\"tve-u-16260d8396c\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-16260d8396c\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-16260d8396c\"] { min-height: inherit; margin-left: -20px; padding: 0px !important; }[data-css=\"tve-u-16260da3aa7\"] { float: none; max-width: 100%; border-left: 1px solid rgba(15, 29, 123, 0.7); border-right: 1px solid rgba(15, 29, 123, 0.7); margin: 0px auto !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-162717cb600\"] { max-width: 58.2%; }[data-css=\"tve-u-162717cb601\"] { max-width: 41.8%; }[data-css=\"tve-u-162717cb609\"]::after { clear: both; }[data-css=\"tve-u-162717cb60a\"] { padding-right: 50px !important; padding-bottom: 80px !important; padding-top: 20px !important; }[data-css=\"tve-u-162717cb60b\"]::after { clear: both; }[data-css=\"tve-u-162717cb60b\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-162717cb60f\"] { padding: 0px !important; margin-bottom: 25px !important; }[data-css=\"tve-u-162717cb610\"] { padding: 0px !important; margin-bottom: 35px !important; box-shadow: none !important; }#tve_editor [data-css=\"tve-u-162717cb616\"] { text-shadow: rgb(0, 0, 0) 2px 2px 2px; text-transform: none !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-162717cb617\"] { margin-left: 0px; padding: 0px !important; }[data-css=\"tve-u-162717cb618\"] { max-width: none; margin-top: 0px !important; }[data-css=\"tve-u-162717cb620\"] { clip-path: url(\"#clip-bottom-c883ac5175045\"); -webkit-clip-path: url(\"#clip-bottom-c883ac5175045\");  opacity: 1; filter: grayscale(0%) blur(0px); background-image: linear-gradient(rgba(0, 0, 0, 0.57), rgba(0, 0, 0, 0.57)), url(\"https://bestcerakoteflorida.com/wp-content/uploads/2018/05/FTYS6743.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, fixed !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-162717cb609\"] { max-width: 1200px; min-height: 630px !important; }[data-css=\"tve-u-162717cb621\"] { z-index: 1; padding: 125px 40px 0px !important; margin-top: -130px !important; }[data-css=\"tve-u-162717d1bb6\"] { border-right: 1px solid rgba(255, 255, 255, 0.2); }[data-css=\"tve-u-162717d1bb7\"] { max-width: 23.7%; }[data-css=\"tve-u-162717d1bb9\"] { max-width: 42.9%; }[data-css=\"tve-u-162717d1bbc\"] { border-left: none; padding: 0px !important; }[data-css=\"tve-u-162717d1bbe\"] { border-bottom: 1px solid rgba(255, 255, 255, 0.2); float: none; width: 100%; position: relative; z-index: 10; max-width: 1600px; margin: 0px auto !important; }[data-css=\"tve-u-162717d1bbf\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-162717d1bbf\"] > .tcb-flex-col { padding-left: 17px; }[data-css=\"tve-u-162717d1bbf\"] { margin-left: -17px; min-height: inherit; padding: 5px 0px 0px 40px !important; }#tve_editor [data-css=\"tve-u-162717d1bbe\"] p, #tve_editor [data-css=\"tve-u-162717d1bbe\"] li, #tve_editor [data-css=\"tve-u-162717d1bbe\"] blockquote, #tve_editor [data-css=\"tve-u-162717d1bbe\"] address { font-size: 16px; }#tve_editor [data-css=\"tve-u-16271adf6cf\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-16271adf6cf\"] { font-size: 30px; width: 30px; height: 30px; top: 22px; left: 20px; border-bottom: 1px solid rgb(10, 93, 165); margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1641367e553\"] > :first-child { color: rgba(15, 29, 123, 0.12); }[data-css=\"tve-u-1641367e553\"] { font-size: 60px; float: none; box-shadow: none; width: 60px; height: 60px; margin: -55px auto 60px !important; padding-right: 17px !important; }[data-css=\"tve-u-16416e4fafd\"] { box-shadow: rgba(0, 0, 0, 0.02) 0px 2px 22px 0px; background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16416e603ab\"] { box-shadow: rgba(0, 0, 0, 0.12) 0px 3px 44px 0px; background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-164179a84b8\"] > .tve-cb { display: block; }[data-css=\"tve-u-164179a84b8\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-164179bced9\"] { border-right: none; padding: 3px 0px 0px !important; position: static !important; }[data-css=\"tve-u-16417b4cb9e\"] { padding: 0px 0px 50px !important; }[data-css=\"tve-u-16417b62c09\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-16417b662bf\"] { margin-top: 0px !important; margin-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-16417e5bd95\"] > :first-child { color: rgb(255, 255, 255); }[data-css=\"tve-u-16417e5bd95\"] { z-index: 4; position: relative; float: left; font-size: 25px !important; width: 25px !important; height: 25px !important; margin: 3px 15px 0px 0px !important; padding-left: 0px !important; }[data-css=\"tve-u-1641c1af44d\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1641c1b01a6\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1641c1b0a67\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1641c1b12d8\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }#tve_editor [data-css=\"tve-u-1641c1b33f9\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-1641c1b33f9\"] { font-size: 30px; width: 30px; height: 30px; top: 22px; left: 20px; border-bottom: 1px solid rgb(10, 93, 165); margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1641c1b456a\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-1641c1b456a\"] { font-size: 30px; width: 30px; height: 30px; top: 22px; left: 20px; border-bottom: 1px solid rgb(10, 93, 165); margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1641c1b52d3\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-1641c1b52d3\"] { font-size: 30px; width: 30px; height: 30px; top: 22px; left: 20px; border-bottom: 1px solid rgb(10, 93, 165); margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1641c1b60b4\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-1641c1b60b4\"] { font-size: 30px; width: 30px; height: 30px; top: 22px; left: 20px; border-bottom: 1px solid rgb(10, 93, 165); margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }#tcb_landing_page .tcb-plain-text { color: rgb(0, 0, 0); font-family: Merriweather; font-weight: 400; }#tcb_landing_page .tcb-plain-text strong { font-weight: 700; }[data-css=\"tve-u-162717d1bbe\"] p { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-162717d1bbe\"] h3 { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-1695981e7bb\"] { max-width: 33.3545%; }[data-css=\"tve-u-16959822de2\"] { width: 291px; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-16959846d3d\"] { margin-top: 0px !important; }[data-css=\"tve-u-16959cd1e7a\"] { margin-top: 10px !important; }[data-css=\"tve-u-1695a3002e2\"] .tcb-button-link { border-radius: 4px; border-bottom: 4px solid rgb(117, 0, 23); border-top-color: rgb(198, 225, 224); border-right-color: rgb(198, 225, 224); border-left-color: rgb(198, 225, 224); background-image: none !important; background-color: rgb(143, 2, 32) !important; padding-right: 25px !important; }#tve_editor [data-css=\"tve-u-1695a3002e2\"]:hover .tcb-button-link { background-color: rgb(132, 1, 28) !important; }#tve_editor [data-css=\"tve-u-1695a36117b\"] { color: rgb(255, 255, 255) !important; font-size: 15px !important; text-transform: capitalize !important; letter-spacing: 3px; font-family: Merriweather !important; font-weight: 400 !important; }[data-css=\"tve-u-1695d995f33\"] { box-shadow: none; margin: 0px 20px -25px !important; }#tve_editor [data-css=\"tve-u-1695d9d652a\"]:hover input, #tve_editor [data-css=\"tve-u-1695d9d652a\"]:hover textarea { box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 9px -3px !important; }#tve_editor [data-css=\"tve-u-1695d9d6528\"]:hover input, #tve_editor [data-css=\"tve-u-1695d9d6528\"]:hover textarea { box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 9px -3px !important; }#tve_editor [data-css=\"tve-u-1695d9d6526\"]:hover input, #tve_editor [data-css=\"tve-u-1695d9d6526\"]:hover textarea { box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 9px -3px !important; }#tve_editor [data-css=\"tve-u-1695d9d6529\"] { font-family: \"Courier New\", Courier, monospace; font-weight: 700; font-size: 13px; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1695d9d6527\"] { font-family: \"Courier New\", Courier, monospace; font-weight: 700; font-size: 13px; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1695d9d6525\"] { font-family: \"Courier New\", Courier, monospace; font-weight: 700; font-size: 13px; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1695d9d652a\"] input, [data-css=\"tve-u-1695d9d652a\"] textarea { box-shadow: rgba(0, 0, 0, 0.25) 0px 2px 9px -6px; background-image: none !important; }[data-css=\"tve-u-1695d9d6528\"] input, [data-css=\"tve-u-1695d9d6528\"] textarea { box-shadow: rgba(0, 0, 0, 0.25) 0px 2px 9px -6px; background-image: none !important; }[data-css=\"tve-u-1695d9d6526\"] input, [data-css=\"tve-u-1695d9d6526\"] textarea { box-shadow: rgba(0, 0, 0, 0.25) 0px 2px 9px -6px; background-image: none !important; }[data-css=\"tve-u-1695d9d6529\"] { text-transform: capitalize; letter-spacing: 1px; font-weight: normal !important; }[data-css=\"tve-u-1695d9d6527\"] { text-transform: capitalize; letter-spacing: 1px; font-weight: normal !important; }[data-css=\"tve-u-1695d9d6525\"] { text-transform: capitalize; letter-spacing: 1px; font-weight: normal !important; }#tve_editor [data-css=\"tve-u-1695d9d652a\"] input, #tve_editor [data-css=\"tve-u-1695d9d652a\"] textarea { border-radius: 4px; overflow: hidden; border: 1px solid rgb(237, 240, 243); }#tve_editor [data-css=\"tve-u-1695d9d6528\"] input, #tve_editor [data-css=\"tve-u-1695d9d6528\"] textarea { border-radius: 4px; overflow: hidden; border: 1px solid rgb(237, 240, 243); }#tve_editor [data-css=\"tve-u-1695d9d6526\"] input, #tve_editor [data-css=\"tve-u-1695d9d6526\"] textarea { border-radius: 4px; overflow: hidden; border: 1px solid rgb(237, 240, 243); }[data-css=\"tve-u-1695dd04208\"] { margin-bottom: 10px !important; border-radius: 11px; overflow: hidden; }#tve_editor [data-css=\"tve-u-1695dd27f6a\"] button { border-radius: 8px; background-image: none !important; background-color: rgb(143, 2, 32) !important; border-color: rgb(131, 148, 139); padding: 10px !important; font-weight: 400 !important; font-family: \"Special Elite\"; text-transform: uppercase; font-size: 17px; }#tve_editor [data-css=\"tve-u-1695dd27f6a\"]:hover button { background-color: rgb(75, 105, 89) !important; border-color: rgb(1, 2, 2) rgb(0, 0, 0) rgb(1, 2, 2) rgb(1, 2, 2) !important; }#tve_editor [data-css=\"tve-u-1695dd27f6a\"] { max-width: 30%; width: 30%; }[data-css=\"tve-u-1695dd27f6a\"] { margin-left: auto !important; margin-right: auto !important; float: none; }[data-css=\"tve-u-1695dd484d7\"] { border-radius: 11px; overflow: hidden; margin-bottom: 10px !important; }#tve_editor .thrv-content-box [data-css=\"tve-u-1621ee37f4a\"] p, #tve_editor .thrv-content-box [data-css=\"tve-u-1621ee37f4a\"] li, #tve_editor .thrv-content-box [data-css=\"tve-u-1621ee37f4a\"] blockquote, #tve_editor .thrv-content-box [data-css=\"tve-u-1621ee37f4a\"] address, #tve_editor .thrv-content-box [data-css=\"tve-u-1621ee37f4a\"] .tcb-plain-text, #tve_editor .thrv-content-box [data-css=\"tve-u-1621ee37f4a\"] label, #tve_editor .thrv-content-box [data-css=\"tve-u-1621ee37f4a\"] h1, #tve_editor .thrv-content-box [data-css=\"tve-u-1621ee37f4a\"] h2, #tve_editor .thrv-content-box [data-css=\"tve-u-1621ee37f4a\"] h3, #tve_editor .thrv-content-box [data-css=\"tve-u-1621ee37f4a\"] h4, #tve_editor .thrv-content-box [data-css=\"tve-u-1621ee37f4a\"] h5, #tve_editor .thrv-content-box [data-css=\"tve-u-1621ee37f4a\"] h6 { color: rgb(255, 255, 255); }#tve_editor [data-css=\"tve-u-1695d9d6526\"] input, #tve_editor [data-css=\"tve-u-1695d9d6526\"] input::placeholder, #tve_editor [data-css=\"tve-u-1695d9d6526\"] textarea, #tve_editor [data-css=\"tve-u-1695d9d6526\"] textarea::placeholder { color: rgb(0, 0, 0); }#tve_editor [data-css=\"tve-u-1695d9d6528\"] input, #tve_editor [data-css=\"tve-u-1695d9d6528\"] input::placeholder, #tve_editor [data-css=\"tve-u-1695d9d6528\"] textarea, #tve_editor [data-css=\"tve-u-1695d9d6528\"] textarea::placeholder { color: rgb(0, 0, 0); }#tve_editor [data-css=\"tve-u-1695d9d652a\"] input, #tve_editor [data-css=\"tve-u-1695d9d652a\"] input::placeholder, #tve_editor [data-css=\"tve-u-1695d9d652a\"] textarea, #tve_editor [data-css=\"tve-u-1695d9d652a\"] textarea::placeholder { color: rgb(0, 0, 0); }#tve_editor [data-css=\"tve-u-1695de16011\"] { font-size: 16px !important; text-transform: capitalize !important; letter-spacing: 3px; }[data-css=\"tve-u-1695de16011\"] { line-height: 1.35em !important; }[data-css=\"tve-u-1695a36117b\"] { line-height: 1.35em !important; }[data-css=\"tve-u-16413112747\"] { line-height: 1.35em !important; }[data-css=\"tve-u-1695a36117b\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-16413112747\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-1621f0cbe40\"] > .tcb-flex-col > .tcb-col { justify-content: center; }#tve_editor [data-css=\"tve-u-1621f0b0088\"] p, #tve_editor [data-css=\"tve-u-1621f0b0088\"] li, #tve_editor [data-css=\"tve-u-1621f0b0088\"] blockquote, #tve_editor [data-css=\"tve-u-1621f0b0088\"] address, #tve_editor [data-css=\"tve-u-1621f0b0088\"] .tcb-plain-text, #tve_editor [data-css=\"tve-u-1621f0b0088\"] label, #tve_editor [data-css=\"tve-u-1621f0b0088\"] h1, #tve_editor [data-css=\"tve-u-1621f0b0088\"] h2, #tve_editor [data-css=\"tve-u-1621f0b0088\"] h3, #tve_editor [data-css=\"tve-u-1621f0b0088\"] h4, #tve_editor [data-css=\"tve-u-1621f0b0088\"] h5, #tve_editor [data-css=\"tve-u-1621f0b0088\"] h6 { color: rgb(255, 255, 255); }[data-css=\"tve-u-1621f0b0088\"] p { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-1621f0b0088\"] h3 { margin: 0px !important; padding: 0px !important; }#tve_editor [data-css=\"tve-u-1621f0d2c1a\"] p, #tve_editor [data-css=\"tve-u-1621f0d2c1a\"] li, #tve_editor [data-css=\"tve-u-1621f0d2c1a\"] blockquote, #tve_editor [data-css=\"tve-u-1621f0d2c1a\"] address, #tve_editor [data-css=\"tve-u-1621f0d2c1a\"] .tcb-plain-text, #tve_editor [data-css=\"tve-u-1621f0d2c1a\"] label, #tve_editor [data-css=\"tve-u-1621f0d2c1a\"] h1, #tve_editor [data-css=\"tve-u-1621f0d2c1a\"] h2, #tve_editor [data-css=\"tve-u-1621f0d2c1a\"] h3, #tve_editor [data-css=\"tve-u-1621f0d2c1a\"] h4, #tve_editor [data-css=\"tve-u-1621f0d2c1a\"] h5, #tve_editor [data-css=\"tve-u-1621f0d2c1a\"] h6 { color: rgb(255, 255, 255); }#tve_editor [data-css=\"tve-u-1695e7e070d\"] { color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_5402f616 > a { font-family: Montserrat; font-weight: 400; fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; font-size: 13px !important; }#tve_editor [data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_13475a66 > a { font-family: Montserrat; font-weight: 400; fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; font-size: 13px !important; }#tve_editor [data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_a19cc162 > a { font-family: Montserrat; font-weight: 400; fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; font-size: 13px !important; }#tve_editor [data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_hgZvKxml > a { font-family: Montserrat; font-weight: 400; fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; font-size: 13px !important; }[data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_5402f616 { text-transform: uppercase; border-bottom: 1px solid rgba(84, 84, 98, 0); border-top: none; border-right: none; border-left: none; border-image: initial; margin-right: 30px !important; padding: 10px 9px !important; margin-left: 30px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_13475a66 { text-transform: uppercase; border-bottom: 1px solid rgba(84, 84, 98, 0); border-top: none; border-right: none; border-left: none; border-image: initial; margin-right: 30px !important; padding: 10px 9px !important; margin-left: 30px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_a19cc162 { text-transform: uppercase; border-bottom: 1px solid rgba(84, 84, 98, 0); border-top: none; border-right: none; border-left: none; border-image: initial; margin-right: 30px !important; padding: 10px 9px !important; margin-left: 30px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_hgZvKxml { text-transform: uppercase; border-bottom: 1px solid rgba(84, 84, 98, 0); border-top: none; border-right: none; border-left: none; border-image: initial; margin-right: 30px !important; padding: 10px 9px !important; margin-left: 30px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_5402f616 > a { font-weight: 500 !important; text-decoration: none !important; }[data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_13475a66 > a { font-weight: 500 !important; text-decoration: none !important; }[data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_a19cc162 > a { font-weight: 500 !important; text-decoration: none !important; }[data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_hgZvKxml > a { font-weight: 500 !important; text-decoration: none !important; }[data-css=\"tve-u-1695e821f4c\"] { border-bottom: 1px solid rgb(200, 233, 248); max-width: 1080px; padding: 0px !important; }#tve_editor [data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_5402f616:hover { border-bottom: 1px solid rgb(55, 179, 233) !important; }#tve_editor [data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_13475a66:hover { border-bottom: 1px solid rgb(55, 179, 233) !important; }#tve_editor [data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_a19cc162:hover { border-bottom: 1px solid rgb(55, 179, 233) !important; }#tve_editor [data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_hgZvKxml:hover { border-bottom: 1px solid rgb(55, 179, 233) !important; }[data-css=\"tve-u-1695e826914\"] { max-width: 23.9%; }[data-css=\"tve-u-1695e826ae0\"] { max-width: 42.8%; }[data-css=\"tve-u-1695e826b67\"] { max-width: 33.3109%; }[data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_5402f616.menu-item { margin-right: 0px; }[data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_13475a66.menu-item { margin-right: 0px; }[data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_a19cc162.menu-item { margin-right: 0px; }[data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_hgZvKxml.menu-item { margin-right: 0px; }}@media (max-width: 1023px){[data-css=\"tve-u-1621ebfa746\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621eb037bb\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621ec78d2c\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621ec6c39b\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621b064668\"] { max-width: 49%; }[data-css=\"tve-u-1621b064646\"] { max-width: 51%; }[data-css=\"tve-u-1621b3c74d9\"] { max-width: 100%; }[data-css=\"tve-u-1621f0b0088\"] { min-height: 100px !important; }[data-css=\"tve-u-1621ee3afec\"] > .tve-cb { display: block; }[data-css=\"tve-u-1621e7ceab3\"] > .tve-cb { display: block; }[data-css=\"tve-u-1621ea50702\"] { float: none; width: 100%; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621ae4fd21\"] > .tve-cb { display: block; }[data-css=\"tve-u-162717cb60f\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-162717cb610\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-16223dad661\"] { padding-top: 20px !important; }[data-css=\"tve-u-1641367127b\"] { float: none; font-size: 50px; width: 50px; height: 50px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1641367e553\"] { float: none; font-size: 50px; width: 50px; height: 50px; margin: -44px auto 40px !important; padding-right: 12px !important; }[data-css=\"tve-u-1621e7b695a\"] { margin-bottom: 50px !important; }[data-css=\"tve-u-1621ee37f4a\"] { min-height: 262px; }[data-css=\"tve-u-1621ada1e7f\"] { padding: 50px 30px 50px 0px !important; }[data-css=\"tve-u-1621b072b4e\"] { max-width: 100%; }[data-css=\"tve-u-1621a2247ba\"] { margin-bottom: 60px !important; }[data-css=\"tve-u-16229f6175c\"] { margin-top: 0px !important; }[data-css=\"tve-u-162717cb60b\"] { height: calc(100% - -85px); margin-top: -85px !important; }[data-css=\"tve-u-162717cb617\"] .tcb-flex-col { flex-basis: 560px !important; }#tcb_landing_page h5 { line-height: 1.3em; }#tcb_landing_page h6 { line-height: 1.4em; }#tcb_landing_page p, #tcb_landing_page li { line-height: 1.5em; }[data-css=\"tve-u-1628a146aef\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1628a12f675\"] { margin-bottom: 40px !important; }[data-css=\"tve-u-1628a10d3b4\"] { margin-bottom: 40px !important; }[data-css=\"tve-u-162718bd0c0\"] { clip-path: url(\"#clip-tablet-top-a3b25e1c9221a\"); -webkit-clip-path: url(\"#clip-tablet-top-a3b25e1c9221a\");  background-color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-162717cb621\"] { z-index: 6; padding-top: 60px !important; margin-top: -90px !important; }[data-css=\"tve-u-162718a3b40\"] { max-width: 100%; min-height: 1px !important; }[data-css=\"tve-u-16271adf6cf\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-162493d5f13\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-162717fcf9d\"] { margin-top: -40px !important; padding-top: 90px !important; padding-left: 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-16260d3f4af\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16260d3f4aa\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1621fb65556\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1621fb68b97\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16260d8396c\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16260d8392c\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16260d39b83\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-16260c5ff07\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-16260ba2fa4\"] { padding: 50px 40px !important; }[data-css=\"tve-u-16260be7104\"] { max-width: 100%; }[data-css=\"tve-u-1621ebbbb6d\"] { margin-top: -1px !important; }[data-css=\"tve-u-1621eaaedd8\"] { clip-path: url(\"#clip-tablet-bottom-a2b9cf3198d6f\"); -webkit-clip-path: url(\"#clip-tablet-bottom-a2b9cf3198d6f\");  }[data-css=\"tve-u-1621e7e9950\"] { margin-top: -1px !important; }[data-css=\"tve-u-16229fa8c68\"] { padding: 0px 20px 20px !important; }[data-css=\"tve-u-1622f65ba70\"] { padding: 0px 20px 20px !important; }[data-css=\"tve-u-16249373b25\"] { padding-left: 20px !important; padding-right: 20px !important; padding-bottom: 20px !important; }[data-css=\"tve-u-162493b6b63\"] { padding-left: 20px !important; padding-bottom: 20px !important; padding-right: 20px !important; }[data-css=\"tve-u-16249367114\"] { margin-top: 20px !important; }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-1624935a201\"] { line-height: 1.3em !important; }[data-css=\"tve-u-16249358652\"] { line-height: 1.3em !important; }[data-css=\"tve-u-16249355087\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1625389b4ed\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1625389a3d5\"] { line-height: 1.3em !important; }[data-css=\"tve-u-16248fc42a1\"] { line-height: 1.3em !important; }[data-css=\"tve-u-162493a03b0\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-162493a03b0\"] .tcb-flex-col { flex-basis: 145px !important; }[data-css=\"tve-u-1622a159bcb\"] { float: none; max-width: 85%; margin: 0px auto !important; padding-top: 0px !important; }[data-css=\"tve-u-16229fa6a26\"] { margin-bottom: 20px !important; padding: 0px 20px 20px !important; }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16229ffbb7b\"] { min-height: inherit; margin-left: -20px; }[data-css=\"tve-u-1621ad46076\"] { margin-bottom: 0px !important; margin-top: 0px !important; padding: 50px 40px !important; }#tve_editor [data-css=\"tve-u-1621b028939\"] .tcb-button-link { font-size: 18px; }[data-css=\"tve-u-16223f02c16\"] { min-height: 54px; }[data-css=\"tve-u-1621b01355a\"] { max-width: 304px; padding: 2px !important; }[data-css=\"tve-u-1620af7eb3f\"] { float: none; z-index: 3; position: relative; display: block; max-width: 300px; width: 300px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621afda4fa\"] { max-width: 100%; margin-bottom: 30px !important; }[data-css=\"tve-u-16224716d62\"]::after { clear: both; }[data-css=\"tve-u-1621f0aa8f7\"] { margin-top: 0px !important; }[data-css=\"tve-u-1621e7e6c1d\"] { min-height: 150px; }[data-css=\"tve-u-1621e7edfd9\"] { clip-path: url(\"#clip-tablet-bottom-10ffac3b28f1d\"); -webkit-clip-path: url(\"#clip-tablet-bottom-10ffac3b28f1d\");  }[data-css=\"tve-u-1621ebf340c\"] { float: none; width: 100%; padding: 0px !important; margin-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621e7d5094\"] { min-height: 455px; }[data-css=\"tve-u-1621adea58b\"] > .tcb-flex-col > .tcb-col { justify-content: center; }[data-css=\"tve-u-16223dad661\"]::after { clear: both; }[data-css=\"tve-u-1621e8107f3\"] { float: none; margin-left: auto !important; margin-right: auto !important; margin-bottom: 20px !important; }[data-css=\"tve-u-16223b080b0\"] { float: none; margin-left: auto !important; margin-right: auto !important; margin-top: -1px !important; }[data-css=\"tve-u-1621eb3eb9f\"] { clip-path: url(\"#clip-tablet-bottom-ac98bb0e54b3b\"); -webkit-clip-path: url(\"#clip-tablet-bottom-ac98bb0e54b3b\");  }[data-css=\"tve-u-1621fe78878\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1621fe78878\"] { min-height: inherit; }#tve_editor [data-css=\"tve-u-1621e92e97f\"] { font-size: 22px !important; }#tve_editor [data-css=\"tve-u-1621e942b65\"] { letter-spacing: 0px; font-size: 1.5em !important; }#tve_editor [data-css=\"tve-u-1621fe1bd18\"] { letter-spacing: 0px; font-size: 1.5em !important; }#tve_editor [data-css=\"tve-u-1621fe1a1af\"] { font-size: 22px !important; }#tve_editor [data-css=\"tve-u-1621fe1725e\"] { letter-spacing: 0px; font-size: 1.5em !important; }#tve_editor [data-css=\"tve-u-1621fe1587d\"] { font-size: 22px !important; }[data-css=\"tve-u-1621ef118dc\"] { position: relative; top: 0px; left: 0px; width: 51%; margin-left: auto !important; margin-right: auto !important; float: none; }[data-css=\"tve-u-1621ee3afec\"] { padding: 25px 10px 5px !important; }[data-css=\"tve-u-1621ee63e1c\"] { max-width: none; margin-bottom: 5px !important; }[data-css=\"tve-u-1621ee74a24\"] { top: 0px; right: 0px; font-size: 45px; width: 45px; height: 45px; float: none; padding-left: 0px !important; margin: 0px auto !important; }[data-css=\"tve-u-1621ee18a1c\"] { margin-top: 40px !important; margin-left: 20px !important; margin-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-1621fdcb4ea\"] { letter-spacing: 1px; font-size: 1.5em !important; }[data-css=\"tve-u-1621ec7f21a\"] { min-height: 150px; }[data-css=\"tve-u-1621eacf6af\"] { float: none; max-width: 230px; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621fd9c946\"] { max-width: 380px; float: none; width: 100%; margin: 0px auto !important; padding-left: 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-1621eb81205\"] { margin-top: 0px !important; }[data-css=\"tve-u-1621eb7ccb0\"] { min-height: 455px; }[data-css=\"tve-u-1621fd8766c\"] { min-height: 150px; }[data-css=\"tve-u-1621fd84d7b\"] { min-height: 430px; }[data-css=\"tve-u-1621e7c7aa1\"] .tcb-flex-col { flex-basis: 300px !important; }#tve_editor [data-css=\"tve-u-1621e7a7350\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621e7c899a\"] { float: none; max-width: 100%; margin-left: auto !important; margin-right: auto !important; margin-top: 0px !important; }[data-css=\"tve-u-1621e7c7aa1\"] { margin-left: -20px; flex-direction: row; }[data-css=\"tve-u-1621e7c7aa1\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-1621b3c8c52\"] { padding: 50px 40px !important; }[data-css=\"tve-u-1621fc0ce17\"] { margin-top: 10px !important; margin-bottom: 7px !important; }[data-css=\"tve-u-1621fbcad8c\"] { padding-left: 0px !important; padding-right: 30px !important; }[data-css=\"tve-u-1621fbacc60\"] { max-width: 177px; }[data-css=\"tve-u-1621fb68b97\"] { margin-left: -15px; min-height: inherit; padding: 20px !important; }[data-css=\"tve-u-1621fb68b97\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-1621fb65556\"] { margin-left: -15px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-1621fb65556\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-1621b200375\"] { float: none; max-width: 100%; margin: 0px auto !important; }[data-css=\"tve-u-1621b0e4fb7\"] { max-width: 100%; float: none; z-index: 3; position: relative; margin-right: auto !important; margin-left: auto !important; margin-bottom: 20px !important; }#tve_editor [data-css=\"tve-u-1621b10fccf\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621ae0bec7\"] { background-image: none !important; margin-top: 0px !important; }[data-css=\"tve-u-1621ae6c8da\"] { clip-path: url(\"#clip-tablet-top-aa2c3e3c70555\"); -webkit-clip-path: url(\"#clip-tablet-top-aa2c3e3c70555\");  }[data-css=\"tve-u-1621adba9ef\"] { clip-path: url(\"#clip-tablet-top-52d5a36c151aa\"); -webkit-clip-path: url(\"#clip-tablet-top-52d5a36c151aa\");  }[data-css=\"tve-u-1621ad420c4\"] { max-width: 100%; min-height: 1px !important; }[data-css=\"tve-u-1621f45bed3\"] { padding: 0px !important; }[data-css=\"tve-u-1621ae4fd21\"] { max-width: 100%; left: 0px; top: 0px; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621ae4db6e\"] { min-height: 300px; }#tve_editor [data-css=\"tve-u-1621afd8c98\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621afcc0bf\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621afceb00\"] { max-width: 100%; margin-bottom: 30px !important; }[data-css=\"tve-u-1621a98b602\"] { stroke-dasharray: 534.071, 534.071; }[data-css=\"tve-u-1621a9750ae\"] { font-size: 14.45px !important; line-height: 14.45px !important; }[data-css=\"tve-u-1621a9a2867\"] { font-size: 51px !important; line-height: 51px !important; }[data-css=\"tve-u-1621a9a2866\"] { margin-top: 42.5px !important; }[data-css=\"tve-u-1621a96b190\"] { width: 153px !important; height: 153px !important; top: 8.5px !important; bottom: 8.5px !important; left: 8.5px !important; right: 8.5px !important; }[data-css=\"tve-u-1621a9685d4\"] { stroke-width: 18px !important; }[data-css=\"tve-u-1621a9a2862\"] { width: 170px !important; height: 170px !important; }[data-css=\"tve-u-1621a983587\"] { float: none; border: 20px solid rgba(137, 141, 167, 0.24); margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621a8b2488\"] { float: none; max-width: 100%; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621a8a804b\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1621a8a804b\"] { margin-left: -24px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-1621a8a804b\"] > .tcb-flex-col { padding-left: 24px; }#tve_editor [data-css=\"tve-u-1621a2e0d5b\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621b028939\"] { position: relative; float: left; z-index: 3; display: block; max-width: 300px; width: 300px; margin-top: 15px !important; }[data-css=\"tve-u-1621adea58b\"] { margin-left: -30px; }[data-css=\"tve-u-1621adea58b\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-1621ade6172\"] { max-width: 100%; position: static; }#tve_editor [data-css=\"tve-u-16248fc42a1\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-16249355087\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-16249358652\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-1624935a201\"] { font-size: 18px !important; }[data-css=\"tve-u-1624939a960\"] { margin-bottom: 0px !important; padding-bottom: 20px !important; padding-left: 20px !important; padding-right: 20px !important; }[data-css=\"tve-u-162493a03b0\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-162493a03b0\"] { min-height: inherit; margin-left: -20px; }#tve_editor [data-css=\"tve-u-1625389a3d5\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-1625389b4ed\"] { font-size: 18px !important; }[data-css=\"tve-u-16260c39a7e\"] { float: none; max-width: 100%; margin: 0px auto !important; }[data-css=\"tve-u-16260d3f4aa\"] { margin-left: -15px; min-height: inherit; padding: 20px !important; }[data-css=\"tve-u-16260d3f4aa\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-16260d3f4af\"] { margin-left: -15px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-16260d3f4af\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-16260d8392c\"] { margin-left: -15px; min-height: inherit; padding: 20px !important; }[data-css=\"tve-u-16260d8392c\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-16260d8396c\"] { margin-left: -15px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-16260d8396c\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-16260da3aa7\"] { float: none; max-width: 100%; margin: 0px !important; }[data-css=\"tve-u-162717cb609\"] { max-width: 100%; min-height: 1px !important; }[data-css=\"tve-u-162717cb60a\"] { padding: 0px !important; }[data-css=\"tve-u-162717cb618\"] { float: none; max-width: 100%; margin-top: 60px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-162717cb620\"] { clip-path: url(\"#clip-tablet-bottom-c883ac5175045\"); -webkit-clip-path: url(\"#clip-tablet-bottom-c883ac5175045\");  background-attachment: scroll, fixed !important; background-image: linear-gradient(rgba(0, 0, 0, 0.46), rgba(0, 0, 0, 0.46)), url(\"https://bestcerakoteflorida.com/wp-content/uploads/2018/05/FTYS6743.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-162717d1bbf\"] { margin-left: 0px; padding: 25px 25px 0px !important; }[data-css=\"tve-u-162717d1bbf\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-162717d1bb7\"] { max-width: 51.3%; }[data-css=\"tve-u-162717d1bb9\"] { max-width: 15.3%; }[data-css=\"tve-u-162717d1bb6\"] { padding-left: 0px !important; }[data-css=\"tve-u-162717d1bbc\"] { border-left: none; border-right: none; padding-left: 30px !important; padding-bottom: 10px !important; }[data-css=\"tve-u-162717d1bbe\"] { max-width: 100%; margin-left: 0px !important; margin-right: 30px !important; }[data-css=\"tve-u-164179bced9\"] { border-right: none; padding-left: 30px !important; padding-right: 0px !important; }[data-css=\"tve-u-16417b62c09\"] { max-width: 177px; }[data-css=\"tve-u-16417b662bf\"] { max-width: 177px; }[data-css=\"tve-u-16417e5bd95\"] { font-size: 14px; width: 14px; height: 14px; margin-bottom: -14px !important; margin-left: 0px !important; }[data-css=\"tve-u-1641c1b33f9\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-1641c1b456a\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-1641c1b52d3\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-1641c1b60b4\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-16959822de2\"] { margin-right: 1px !important; padding-right: 10px !important; padding-top: 10px !important; }[data-css=\"tve-u-16959cd1e7a\"] { margin-top: 30px !important; margin-bottom: 10px !important; }[data-css=\"tve-u-1695a3002e2\"] { margin-top: 15px !important; }[data-css=\"tve-u-1695d995f33\"] { margin-top: 40px !important; margin-left: 20px !important; margin-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-1695dd27f6a\"] { max-width: 60%; width: 60%; }[data-css=\"tve-u-16413112747\"] { line-height: 1.3em !important; }}@media (max-width: 767px){[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-16417e9d24e\"]::after { clear: both; }[data-css=\"tve-u-16417b70f47\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 0px !important; }[data-css=\"tve-u-1621e819c52\"] { min-height: 100px; }[data-css=\"tve-u-1621e8107f3\"] { max-width: 100px; }[data-css=\"tve-u-1621fd8766c\"] { min-height: 144px; }[data-css=\"tve-u-1621ec79a7d\"] { min-height: 100px; }[data-css=\"tve-u-1621ec78d2c\"] { max-width: 100px; }[data-css=\"tve-u-1621ec7f21a\"] { min-height: 144px; }[data-css=\"tve-u-1621e7e6c1d\"] { min-height: 144px; }[data-css=\"tve-u-16417b4cb9e\"] { padding-bottom: 30px !important; }[data-css=\"tve-u-1621ec752da\"] { min-height: 100px; }[data-css=\"tve-u-1621ec6c39b\"] { max-width: 100px; }[data-css=\"tve-u-1621fd84d7b\"] { min-height: 430px; }[data-css=\"tve-u-1621e7c7aa1\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16223dad661\"] { padding-top: 0px !important; }[data-css=\"tve-u-1621b3c74d9\"] { max-width: 100%; }[data-css=\"tve-u-1621eb81205\"] { max-width: 100%; margin-bottom: 20px !important; }[data-css=\"tve-u-1621e7ceab3\"] { max-width: 100%; margin-bottom: 20px !important; }[data-css=\"tve-u-1621f0b0088\"] { min-height: 120px !important; }[data-css=\"tve-u-1621f0da775\"] { float: none; width: 100%; max-width: 280px; margin: 0px auto 20px !important; }[data-css=\"tve-u-1621ee37f4a\"] { min-height: 260px; }[data-css=\"tve-u-1621ee3afec\"] > .tve-cb { display: flex; justify-content: center; flex-direction: column; }[data-css=\"tve-u-1621ee63e1c\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1641367127b\"] { font-size: 30px; width: 30px; height: 30px; }[data-css=\"tve-u-1641367e553\"] { float: none; font-size: 30px; width: 30px; height: 30px; margin: -30px auto 30px !important; padding-right: 10px !important; }[data-css=\"tve-u-1621ada1e7f\"] { padding: 0px !important; }[data-css=\"tve-u-162717cb617\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-162717cb617\"] { min-height: inherit; }[data-css=\"tve-u-16229fa6a26\"] { height: calc(100% - 21px); margin-bottom: 0px !important; margin-top: 21px !important; }[data-css=\"tve-u-1624939a960\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-162493a03b0\"] .tcb-flex-col { flex-basis: 400px !important; }[data-css=\"tve-u-1621a2247ba\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-162717cb60f\"] { margin-bottom: 25px !important; }[data-css=\"tve-u-162717d1bbf\"] .tcb-flex-col { flex-basis: 225px !important; }[data-css=\"tve-u-1621ee3afec\"] { max-width: 100%; padding: 10px !important; position: static !important; }#tve_editor [data-css=\"tve-u-1641333d7d1\"] { font-size: 14px !important; }[data-css=\"tve-u-162717cb60b\"] { margin-top: 0px !important; }[data-css=\"tve-u-162717cb621\"] { z-index: 2; padding-left: 20px !important; padding-right: 20px !important; margin-top: -160px !important; padding-top: 35px !important; }[data-css=\"tve-u-162717cb617\"] .tcb-flex-col { flex-basis: 435px !important; }[data-css=\"tve-u-16369305186\"] { float: none; width: 100%; max-width: 279px; z-index: 3; position: relative; margin: 0px auto !important; }#tcb_landing_page h6 { line-height: 1.4em; }#tcb_landing_page h5 { line-height: 1.3em; }#tcb_landing_page p, #tcb_landing_page li { font-size: 14px; }#tcb_landing_page h2 { font-size: 28px; }#tcb_landing_page h1 { font-size: 35px; }[data-css=\"tve-u-16260ba2fa4\"] { padding-bottom: 40px !important; padding-left: 20px !important; padding-right: 20px !important; }[data-css=\"tve-u-1628a10d3b4\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-1628a12f675\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-162717cb610\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-16271bfe70c\"] { padding: 0px !important; }[data-css=\"tve-u-162717fcf9d\"] { z-index: 1; margin-top: 0px !important; padding-top: 75px !important; padding-left: 20px !important; padding-right: 20px !important; border: none; }[data-css=\"tve-u-162718bd0c0\"] { clip-path: url(\"#clip-mobile-top-a3b25e1c9221a\"); -webkit-clip-path: url(\"#clip-mobile-top-a3b25e1c9221a\");  }[data-css=\"tve-u-1621eb3eb9f\"] { clip-path: url(\"#clip-mobile-bottom-ac98bb0e54b3b\"); -webkit-clip-path: url(\"#clip-mobile-bottom-ac98bb0e54b3b\");  }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col > .tcb-col { min-height: 155px; }[data-css=\"tve-u-16229ffbb7b\"] { min-height: inherit; margin-left: 0px; }[data-css=\"tve-u-16229fa8c68\"] { height: calc(100% - 28px); margin-bottom: 0px !important; margin-top: 20px !important; }[data-css=\"tve-u-1622f65ba70\"] { height: calc(100% - 20px); margin-bottom: 0px !important; margin-top: 20px !important; }[data-css=\"tve-u-16229f6175c\"] { margin-top: 0px !important; }[data-css=\"tve-u-1622a159bcb\"] { float: none; max-width: 100%; margin-left: auto !important; margin-right: auto !important; padding-top: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-16229ae62a7\"] { border-right: none; }#tve_editor [data-css=\"tve-u-16228c764b2\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-16228c75500\"] { font-size: 18px !important; }[data-css=\"tve-u-1621fb65556\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-1621a983587\"] { border: 20px solid rgba(137, 141, 167, 0.32); }[data-css=\"tve-u-1621ee74a24\"] { float: none; margin-left: auto !important; margin-right: auto !important; margin-bottom: 10px !important; }[data-css=\"tve-u-1621afda4fa\"] { max-width: 100%; margin-bottom: 20px !important; }[data-css=\"tve-u-16223f02c16\"] { min-height: 54px; }[data-css=\"tve-u-1621f0aa8f7\"] { margin-top: 0px !important; }#tve_editor [data-css=\"tve-u-1622444fb11\"] { letter-spacing: 0px; }[data-css=\"tve-u-16224439be1\"] { padding: 0px !important; }[data-css=\"tve-u-1621fb68b97\"] { padding: 0px !important; }[data-css=\"tve-u-1621afceb00\"] { max-width: 100%; margin-bottom: 30px !important; }[data-css=\"tve-u-1621b0e4fb7\"] { float: none; margin-right: auto !important; margin-bottom: 30px !important; padding-left: 0px !important; margin-left: auto !important; }[data-css=\"tve-u-1621ebf340c\"] { padding-bottom: 40px !important; }[data-css=\"tve-u-1621ea50702\"] { float: none; width: 100%; padding: 0px !important; margin-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621e7d5094\"] { min-height: 430px; }[data-css=\"tve-u-1621eb7ccb0\"] { min-height: 430px; }[data-css=\"tve-u-1621ee03000\"] { flex-direction: column; }[data-css=\"tve-u-16223fe5f5b\"] { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621f0d2c1a\"] { margin-left: 25px !important; margin-right: 25px !important; }[data-css=\"tve-u-1621ee18a1c\"] { margin: 0px 20px 20px 0px !important; }[data-css=\"tve-u-1621ef118dc\"] { top: 0px; width: 154px; position: relative; float: none; z-index: 5; left: 0px; margin: 5px auto 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-1621fd9c946\"] { max-width: 100%; margin-top: 0px !important; margin-left: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-16223fc9f23\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-1621e7c899a\"] { max-width: none; float: none; margin-top: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621b3c8c52\"] { padding: 40px 20px !important; }[data-css=\"tve-u-1621fbcad8c\"] { padding: 20px !important; }[data-css=\"tve-u-1621fb65556\"] { margin-left: 0px; padding: 0px !important; }[data-css=\"tve-u-1621fbacc60\"] { max-width: 126px; float: none; margin-left: auto !important; margin-right: auto !important; margin-top: 20px !important; }[data-css=\"tve-u-1621b200375\"] { float: none; margin-top: 0px !important; margin-left: auto !important; margin-right: auto !important; }#tve_editor [data-css=\"tve-u-1621b10fccf\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621b028939\"] { display: block; max-width: 100%; width: 100%; float: none; min-width: 100%; margin-left: auto !important; margin-right: auto !important; margin-top: 0px !important; }[data-css=\"tve-u-1621ae4db6e\"] { min-height: 270px; }[data-css=\"tve-u-1621ae6c8da\"] { clip-path: url(\"#clip-mobile-top-aa2c3e3c70555\"); -webkit-clip-path: url(\"#clip-mobile-top-aa2c3e3c70555\");  }[data-css=\"tve-u-1621adba9ef\"] { clip-path: url(\"#clip-mobile-top-52d5a36c151aa\"); -webkit-clip-path: url(\"#clip-mobile-top-52d5a36c151aa\");  }[data-css=\"tve-u-16223f02c16\"]::after { clear: both; }[data-css=\"tve-u-1621b01355a\"] { max-width: 100%; float: none; margin-left: auto !important; margin-right: auto !important; margin-bottom: 15px !important; }[data-css=\"tve-u-1620af7eb3f\"] { float: none; display: block; max-width: 100%; width: 100%; min-width: 100%; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621ae0bec7\"]::after { clear: both; }[data-css=\"tve-u-1621f45bed3\"] { padding: 40px 20px 0px !important; }[data-css=\"tve-u-1621ad46076\"] { margin: 0px !important; padding: 30px 20px !important; }[data-css=\"tve-u-1621adea58b\"] { flex-flow: row-reverse wrap-reverse !important; }[data-css=\"tve-u-1621ae4fd21\"] { margin-top: 0px !important; position: static !important; }[data-css=\"tve-u-1621a8b2488\"] { float: none; max-width: 100%; margin-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621a8a804b\"] { padding-left: 0px !important; padding-right: 0px !important; }#tve_editor [data-css=\"tve-u-1621a2e0d5b\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621e7c7aa1\"] { flex-direction: column; min-height: inherit; }[data-css=\"tve-u-16249367114\"] { margin-top: 0px !important; }[data-css=\"tve-u-16249373b25\"] { height: calc(100% - 20px); margin-bottom: 0px !important; background-image: linear-gradient(rgb(248, 249, 251), rgb(248, 249, 251)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; margin-top: 20px !important; }[data-css=\"tve-u-162493a03b0\"] > .tcb-flex-col > .tcb-col { min-height: 155px; }[data-css=\"tve-u-162493a03b0\"] { min-height: inherit; }[data-css=\"tve-u-162493b6b63\"] { height: calc(100% - 20px); margin-bottom: 0px !important; margin-top: 20px !important; }[data-css=\"tve-u-16260c39a7e\"] { float: none; margin-top: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-16260d3f4aa\"] { padding: 0px !important; }[data-css=\"tve-u-16260d3f4af\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-16260d3f4af\"] { margin-left: 0px; padding: 0px !important; }[data-css=\"tve-u-16260d8392c\"] { padding: 0px !important; }[data-css=\"tve-u-16260d8396c\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-16260d8396c\"] { margin-left: 0px; padding: 0px !important; }[data-css=\"tve-u-16260da3aa7\"] { float: none; margin-top: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-162717cb618\"] { margin: 140px 0px 0px !important; }[data-css=\"tve-u-162717cb620\"] { clip-path: url(\"#clip-mobile-bottom-c883ac5175045\"); -webkit-clip-path: url(\"#clip-mobile-bottom-c883ac5175045\");  opacity: 1; filter: grayscale(0%) blur(0px); background-image: linear-gradient(rgba(0, 0, 0, 0.51), rgba(0, 0, 0, 0.51)), url(\"https://bestcerakoteflorida.com/wp-content/uploads/2018/05/FTYS6743.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-162717cb60a\"] { padding: 0px !important; }#tve_editor [data-css=\"tve-u-162717cb616\"] { font-size: 27px !important; }[data-css=\"tve-u-162717d1bbf\"] > .tcb-flex-col { padding-left: 18px; }[data-css=\"tve-u-162717d1bbf\"] { margin-left: -18px; padding: 10px !important; flex-flow: row wrap !important; }[data-css=\"tve-u-162717d1bbe\"] { border-bottom: 1px solid rgba(255, 255, 255, 0.2); border-right: none; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-162717d1bbc\"] { border: none; padding-left: 0px !important; padding-right: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-162717d1bb6\"] { border: none; padding-top: 0px !important; padding-left: 0px !important; margin-bottom: 1px !important; margin-top: -5px !important; padding-bottom: 10px !important; }[data-css=\"tve-u-164179a84b8\"] { float: none; width: 100%; max-width: 155px; z-index: 3; position: relative; margin-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-164179bced9\"] { border-right: none; position: relative; max-width: 250px; float: none; padding-left: 0px !important; padding-right: 0px !important; margin-top: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-16417b62c09\"] { max-width: 126px; float: none; margin-left: auto !important; margin-right: auto !important; margin-top: 20px !important; }[data-css=\"tve-u-16417b662bf\"] { max-width: 126px; float: none; margin-left: auto !important; margin-right: auto !important; margin-top: 20px !important; }[data-css=\"tve-u-16417e5bd95\"] { margin: 3px 10px 0px 0px !important; }#tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] p, #tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] li, #tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] blockquote, #tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] address, #tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] .tcb-plain-text, #tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] label { font-size: 18px; }[data-css=\"tve-u-16959822de2\"] { float: none; padding-top: 10px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621ee58e74\"] { border-right: none !important; }[data-css=\"tve-u-1695d995f33\"] { margin: 0px 20px 20px 0px !important; }}'),(7384,601,'tve_revision_tve_user_custom_css',''),(7385,601,'tve_revision_tve_page_events','a:0:{}'),(7386,601,'tve_revision_tve_globals','a:2:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";s:8:\"font_cls\";a:0:{}}'),(7387,601,'tve_revision_tve_global_scripts',''),(7388,601,'tve_revision_thrive_icon_pack','0'),(7389,601,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(7390,601,'tve_revision_tve_has_masonry','0'),(7391,601,'tve_revision_tve_has_typefocus','0'),(7392,601,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-162717d1bbe\" wfd-id=\"559\"><div class=\"tcb-flex-row tcb-medium-no-wrap v-2 tcb--cols--3 m-edit tcb-mobile-wrap tcb-resized\" data-css=\"tve-u-162717d1bbf\" wfd-id=\"560\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1695981e7bb\" wfd-id=\"579\"><div class=\"tcb-col\" data-css=\"tve-u-16959846d3d\" wfd-id=\"581\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16959822de2\" wfd-id=\"582\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"583\"><img class=\"tve_image wp-image-465\" alt=\"\" width=\"384\" height=\"62\" title=\"Blackhawk_custom_header\" data-id=\"465\" src=\"https://bestcerakoteflorida.com/wp-content/uploads/2019/01/Blackhawk_custom_header.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717d1bb9\" style=\"\" wfd-id=\"572\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717d1bb6\" wfd-id=\"574\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-164179a84b8\" wfd-id=\"575\">\n<div class=\"tve-content-box-background\" wfd-id=\"578\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"576\"><div class=\"tcb-clear\" wfd-id=\"577\"></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717d1bb7\" style=\"\" wfd-id=\"561\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717d1bbc\" wfd-id=\"563\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16369305186\" wfd-id=\"564\">\n<div class=\"tve-content-box-background\" wfd-id=\"571\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16417e9d24e\" wfd-id=\"565\"><div class=\"tcb-clear\" wfd-id=\"569\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-16417e5bd95\" data-float=\"1\" wfd-id=\"570\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-envelope-regular\" data-name=\"\">\n            <path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path>\n        </svg></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-164179bced9\" wfd-id=\"566\"><p data-css=\"tve-u-1641333d7d1\"><a href=\"mailto:info@bestcerkoteflorida.com\" target=\"_blank\">info@bestcerakoteflorida.com</a></p></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-162717cb621\" data-value-type=\"percent\" wfd-id=\"518\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-162717cb620\" data-clip-id=\"c883ac5175045\" wfd-id=\"558\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-c883ac5175045\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"4\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9301, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-c883ac5175045\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9476, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-c883ac5175045\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9651, 1 1, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-162717cb609\" wfd-id=\"519\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-162717cb618\" wfd-id=\"520\"><div class=\"tcb-flex-row tcb-medium-wrap tcb-resized v-2 tcb--cols--2\" data-css=\"tve-u-162717cb617\" wfd-id=\"521\"><div class=\"tcb-flex-col\" data-css=\"tve-u-162717cb601\" style=\"\" wfd-id=\"537\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717cb60a\" wfd-id=\"539\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h1\" data-css=\"tve-u-162717cb610\" wfd-id=\"549\"><h1 data-css=\"tve-u-162717cb616\" style=\"text-align: center;\">&nbsp;<strong>â€‹</strong><strong>Protect What\'s Important To You! With The Toughest Ceramic Finish In The World!</strong></h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162717cb60f\" wfd-id=\"540\"><h2 class=\"\" data-css=\"tve-u-1695a36117b\" style=\"text-align: center;\"><strong>Heat, Water, Salt and Sand just some of the conditions you face. And any one of them is just waiting, to get a hold of your firearm and leave it a pile of rusted, pitted junk.</strong></h2><h2 class=\"\" data-css=\"tve-u-16413112747\" style=\"text-align: center;\"><strong>Unfortunately, there wasn\'t much you could do other than keep cleaning and lubricating your firearms...till NOW!</strong></h2></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717cb600\" style=\"\" wfd-id=\"522\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717cb60b\" wfd-id=\"524\"><div class=\"thrv_responsive_video thrv_wrapper rv_style_lifted_style2\" data-type=\"youtube\" data-rel=\"0\" data-url=\"https://www.youtube.com/watch?v=a1nyu9ZJiEk\" data-css=\"tve-u-16959cd1e7a\" data-modestbranding=\"1\" wfd-id=\"534\">\n	\n\n	<div class=\"tve_responsive_video_container\" wfd-id=\"535\">\n		<div class=\"video_overlay\" wfd-id=\"536\"></div>\n	<iframe data-code=\"TEOqV1Q16lU\" data-provider=\"youtube\" src=\"https://www.youtube.com/embed/TEOqV1Q16lU?rel=0&amp;modestbranding=1&amp;controls=1&amp;showinfo=1&amp;fs=1&amp;wmode=transparent\" data-src=\"https://www.youtube.com/embed/TEOqV1Q16lU?rel=0&amp;modestbranding=1&amp;controls=1&amp;showinfo=1&amp;fs=1&amp;wmode=transparent\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\n</div><div class=\"thrv_wrapper thrv-button tcb-with-icon\" data-css=\"tve-u-1695a3002e2\" data-tcb_hover_state_parent=\"\" data-button-style=\"border_1\" wfd-id=\"525\">\n	<a href=\"tel:1-954-848-1911\" class=\"tcb-button-link\" target=\"_blank\" rel=\"\"><span class=\"tcb-button-icon\" wfd-id=\"532\">\n	<div class=\"thrv_wrapper thrv_icon tve_no_drag tve_no_icons tcb-icon-inherit-style tcb-icon-display\" wfd-id=\"533\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-phone-plus-light\" data-name=\"\">\n            <path d=\"M8 128h88v88c0 4.4 3.6 8 8 8h16c4.4 0 8-3.6 8-8v-88h88c4.4 0 8-3.6 8-8v-16c0-4.4-3.6-8-8-8h-88V8c0-4.4-3.6-8-8-8h-16c-4.4 0-8 3.6-8 8v88H8c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8zM487.8 24.1L387 .8c-14.7-3.4-29.8 4.2-35.8 18.1l-46.5 108.5c-5.5 12.7-1.8 27.7 8.9 36.5l53.9 44.1c-34 69.2-90.3 125.6-159.6 159.6l-44.1-53.9c-8.8-10.7-23.8-14.4-36.5-8.9L18.9 351.3c-13.9 6-21.5 21-18.1 35.8L24 487.9C27.3 502 39.9 512 54.5 512 306.7 512 512 307.8 512 54.5c0-14.6-10-27.2-24.2-30.4zM55.1 480l-23-99.6 107.4-46 59.5 72.8c103.6-48.6 159.7-104.9 208.1-208.1l-72.8-59.5 46-107.4 99.6 23C479.7 289.7 289.6 479.7 55.1 480z\"></path>\n        </svg></div>\n</span>\n\n		<span class=\"tcb-button-texts\" wfd-id=\"526\"><span class=\"tcb-button-text thrv-inline-text\" wfd-id=\"527\">CALL NOW</span></span>\n	</a>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-162717fcf9d\" data-value-type=\"percent\" wfd-id=\"417\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-162718bd0c0\" data-clip-id=\"a3b25e1c9221a\" wfd-id=\"517\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0875\"></polygon></clipPath><clipPath id=\"clip-tablet-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"6\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.1051\"></polygon></clipPath><clipPath id=\"clip-mobile-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"1\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0175\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-162718a3b40\" wfd-id=\"418\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622a159bcb\" wfd-id=\"419\">\n<div class=\"tve-content-box-background\" wfd-id=\"516\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"420\"><div class=\"thrv_wrapper thrv-columns\" wfd-id=\"498\"><div class=\"tcb-flex-row tcb--cols--2\" wfd-id=\"499\"><div class=\"tcb-flex-col\" wfd-id=\"508\"><div class=\"tcb-col\" wfd-id=\"510\"><div class=\"thrv_wrapper thrv_text_element\" wfd-id=\"511\"><p>Enter your text here...</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"500\"><div class=\"tcb-col\" wfd-id=\"502\"><div class=\"thrv_wrapper thrv_text_element\" wfd-id=\"503\"><p>Enter your text here...</p></div></div></div></div></div><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621a2247ba\" wfd-id=\"489\"><h2 data-css=\"tve-u-1621a2e0d5b\">our services</h2></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16229f6175c\" wfd-id=\"458\"><div class=\"tcb-flex-row tcb-medium-no-wrap tcb--cols--3 v-2\" data-css=\"tve-u-162493a03b0\" wfd-id=\"459\"><div class=\"tcb-flex-col\" wfd-id=\"478\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1624939a960\" data-tcb_hover_state_parent=\"\" wfd-id=\"480\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-162493d5f13\" data-float=\"1\" wfd-id=\"488\"><svg class=\"tcb-icon\" viewBox=\"0 0 14 28\" data-name=\"bolt\">\n<path d=\"M13.828 8.844c0.172 0.187 0.219 0.453 0.109 0.688l-8.437 18.078c-0.125 0.234-0.375 0.391-0.656 0.391-0.063 0-0.141-0.016-0.219-0.031-0.344-0.109-0.547-0.438-0.469-0.766l3.078-12.625-6.344 1.578c-0.063 0.016-0.125 0.016-0.187 0.016-0.172 0-0.359-0.063-0.484-0.172-0.187-0.156-0.25-0.391-0.203-0.609l3.141-12.891c0.078-0.297 0.359-0.5 0.688-0.5h5.125c0.391 0 0.703 0.297 0.703 0.656 0 0.094-0.031 0.187-0.078 0.281l-2.672 7.234 6.188-1.531c0.063-0.016 0.125-0.031 0.187-0.031 0.203 0 0.391 0.094 0.531 0.234z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"484\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-162494b490e\" wfd-id=\"485\"><h4 data-css=\"tve-u-16249355087\" style=\"text-align: left;\">Express exterior</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162494b7ad0\" wfd-id=\"481\"><p data-css=\"tve-u-162492e70ad\">Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"469\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162493b6b63\" data-tcb_hover_state_parent=\"\" wfd-id=\"471\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b456a\" wfd-id=\"477\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"adjust\">\n<path d=\"M12 22.5v-17c-4.688 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"473\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1af44d\" wfd-id=\"474\"><h4 data-css=\"tve-u-16249358652\" style=\"text-align: left;\">Interior clean</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"472\"><p data-css=\"tve-u-162492e70ad\">Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"460\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16249373b25\" wfd-id=\"462\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b52d3\" wfd-id=\"468\"><svg class=\"tcb-icon\" viewBox=\"0 0 26 28\" data-name=\"umbrella\">\n<path d=\"M14 12.938v9.063c0 2.172-1.828 4-4 4s-4-1.828-4-4c0-0.547 0.453-1 1-1s1 0.453 1 1c0 1.047 0.953 2 2 2s2-0.953 2-2v-9.063c0.328-0.109 0.656-0.172 1-0.172s0.672 0.063 1 0.172zM26 13.359c0 0.266-0.234 0.5-0.5 0.5-0.141 0-0.25-0.063-0.359-0.156-0.906-0.844-1.75-1.437-3.047-1.437-1.484 0-2.766 0.922-3.609 2.094-0.187 0.266-0.328 0.547-0.5 0.812-0.109 0.172-0.234 0.266-0.438 0.266-0.219 0-0.344-0.094-0.453-0.266-0.172-0.266-0.313-0.547-0.5-0.812-0.844-1.172-2.109-2.094-3.594-2.094s-2.75 0.922-3.594 2.094c-0.187 0.266-0.328 0.547-0.5 0.812-0.109 0.172-0.234 0.266-0.453 0.266-0.203 0-0.328-0.094-0.438-0.266-0.172-0.266-0.313-0.547-0.5-0.812-0.844-1.172-2.125-2.094-3.609-2.094-1.297 0-2.141 0.594-3.047 1.437-0.109 0.094-0.219 0.156-0.359 0.156-0.266 0-0.5-0.234-0.5-0.5 0-0.047 0-0.078 0.016-0.109 1.437-5.906 7.141-9.25 12.984-9.25 5.812 0 11.578 3.344 12.984 9.25 0.016 0.031 0.016 0.063 0.016 0.109zM14 2v1.531c-0.328-0.016-0.672-0.031-1-0.031s-0.672 0.016-1 0.031v-1.531c0-0.547 0.453-1 1-1s1 0.453 1 1z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"464\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b01a6\" wfd-id=\"465\"><h4 data-css=\"tve-u-1624935a201\" style=\"text-align: left;\">Wax protection</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"463\"><p data-css=\"tve-u-162492e70ad\">Etiam pharetra, erat sed fermentum feugiat, velit mauris</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16249367114\" wfd-id=\"421\"><div class=\"tcb-flex-row tcb-medium-no-wrap tcb--cols--3 v-2\" data-css=\"tve-u-16229ffbb7b\" wfd-id=\"422\"><div class=\"tcb-flex-col\" wfd-id=\"445\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229fa6a26\" wfd-id=\"447\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b33f9\" wfd-id=\"457\"><svg class=\"tcb-icon\" viewBox=\"0 0 26 28\" data-name=\"magic\">\n<path d=\"M18.594 9.078l4.578-4.578-1.672-1.672-4.578 4.578zM25.578 4.5c0 0.266-0.094 0.516-0.281 0.703l-20.094 20.094c-0.187 0.187-0.438 0.281-0.703 0.281s-0.516-0.094-0.703-0.281l-3.094-3.094c-0.187-0.187-0.281-0.438-0.281-0.703s0.094-0.516 0.281-0.703l20.094-20.094c0.187-0.187 0.438-0.281 0.703-0.281s0.516 0.094 0.703 0.281l3.094 3.094c0.187 0.187 0.281 0.438 0.281 0.703zM4.469 1.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531zM9.938 4.062l3.063 0.938-3.063 0.938-0.938 3.063-0.938-3.063-3.063-0.938 3.063-0.938 0.938-3.063zM24.469 11.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531zM14.469 1.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"453\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b0a67\" wfd-id=\"454\"><h4 data-css=\"tve-u-16248fc42a1\" style=\"text-align: left;\">Dust &amp; Dash Console</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"448\"><p data-css=\"tve-u-162492e70ad\">Duis sed odio sit amet nibh vulputate cursus a sit amet mauris.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"430\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1622f65ba70\" wfd-id=\"432\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b60b4\" wfd-id=\"444\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"certificate\">\n<path d=\"M21.5 14l2.156 2.109c0.297 0.281 0.406 0.703 0.313 1.094-0.109 0.391-0.422 0.703-0.812 0.797l-2.938 0.75 0.828 2.906c0.109 0.391 0 0.812-0.297 1.094-0.281 0.297-0.703 0.406-1.094 0.297l-2.906-0.828-0.75 2.938c-0.094 0.391-0.406 0.703-0.797 0.812-0.094 0.016-0.203 0.031-0.297 0.031-0.297 0-0.594-0.125-0.797-0.344l-2.109-2.156-2.109 2.156c-0.281 0.297-0.703 0.406-1.094 0.313-0.406-0.109-0.703-0.422-0.797-0.812l-0.75-2.938-2.906 0.828c-0.391 0.109-0.812 0-1.094-0.297-0.297-0.281-0.406-0.703-0.297-1.094l0.828-2.906-2.938-0.75c-0.391-0.094-0.703-0.406-0.812-0.797-0.094-0.391 0.016-0.812 0.313-1.094l2.156-2.109-2.156-2.109c-0.297-0.281-0.406-0.703-0.313-1.094 0.109-0.391 0.422-0.703 0.812-0.797l2.938-0.75-0.828-2.906c-0.109-0.391 0-0.812 0.297-1.094 0.281-0.297 0.703-0.406 1.094-0.297l2.906 0.828 0.75-2.938c0.094-0.391 0.406-0.703 0.797-0.797 0.391-0.109 0.812 0 1.094 0.297l2.109 2.172 2.109-2.172c0.281-0.297 0.688-0.406 1.094-0.297 0.391 0.094 0.703 0.406 0.797 0.797l0.75 2.938 2.906-0.828c0.391-0.109 0.812 0 1.094 0.297 0.297 0.281 0.406 0.703 0.297 1.094l-0.828 2.906 2.938 0.75c0.391 0.094 0.703 0.406 0.812 0.797 0.094 0.391-0.016 0.812-0.313 1.094z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"440\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b12d8\" wfd-id=\"441\"><h4 data-css=\"tve-u-1625389a3d5\" style=\"text-align: left;\">Triple Foam Polish</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"433\"><p data-css=\"tve-u-162492e70ad\">Class aptent taciti sociosqu ad litora torquent</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"423\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229fa8c68\" wfd-id=\"425\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-16271adf6cf\" wfd-id=\"429\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"bullseye\">\n<path d=\"M16 14c0 2.203-1.797 4-4 4s-4-1.797-4-4 1.797-4 4-4 4 1.797 4 4zM18 14c0-3.313-2.688-6-6-6s-6 2.688-6 6 2.688 6 6 6 6-2.688 6-6zM20 14c0 4.422-3.578 8-8 8s-8-3.578-8-8 3.578-8 8-8 8 3.578 8 8zM22 14c0-5.516-4.484-10-10-10s-10 4.484-10 10 4.484 10 10 10 10-4.484 10-10zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"427\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-16248fc71c8\" wfd-id=\"428\"><h4 data-css=\"tve-u-1625389b4ed\" style=\"text-align: left;\">Tire dressing</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"426\"><p data-css=\"tve-u-162492e70ad\">Etiam pharetra, erat sed fermentum feugiat, velit mauris</p></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621ad46076\" wfd-id=\"373\">\n<div class=\"tve-page-section-out\" wfd-id=\"416\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621b072b4e\" wfd-id=\"374\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621a8b2488\" wfd-id=\"375\"><div class=\"tcb-flex-row tcb--cols--2 v-2\" data-css=\"tve-u-1621a8a804b\" wfd-id=\"376\"><div class=\"tcb-flex-col\" wfd-id=\"388\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16271bfe70c\" wfd-id=\"390\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h3\" data-css=\"tve-u-1621a8c4313\" wfd-id=\"411\"><h3><strong>Complete cleaning services for yoâ€‹ur car</strong></h3></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-16417b70f47\" wfd-id=\"391\"><ul class=\"tcb-styled-list\" wfd-id=\"392\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621acf0289\" wfd-id=\"403\"><div class=\"tcb-styled-list-icon\" wfd-id=\"409\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a8e11f3\" wfd-id=\"410\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ace1b08\" wfd-id=\"404\">We are a small business delivering professional cleaning services for all vehicles</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621acf64fb\" wfd-id=\"399\"><div class=\"tcb-styled-list-icon\" wfd-id=\"401\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a8e5625\" wfd-id=\"402\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ace4de9\" wfd-id=\"400\">Our services are convenient for individuals and corporate fleets</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"393\"><div class=\"tcb-styled-list-icon\" wfd-id=\"397\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a9076ef\" wfd-id=\"398\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621acf47d2\" wfd-id=\"394\">We use eco-friendly products that actually clean, protect and maintain your car better than the traditional cleaning substances</span></li></ul></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"377\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621a90a46f\" wfd-id=\"379\"><div class=\"thrv_wrapper thrv-fill-counter tve_red tve_normalfc thrv_data_element\" data-css=\"tve-u-1621a983587\" wfd-id=\"380\">\n<div class=\"tve_fill_counter_n\" style=\"\" data-fill=\"100\" data-css=\"tve-u-1621a98b602\" wfd-id=\"381\">\n<svg viewBox=\"0 0 160 160\" class=\"tve_fill_counter_circle\" shape-rendering=\"optimizeSpeed\" data-css=\"tve-u-1621a9a2862\">\n<circle class=\"tve_fill_counter_circle_inner\" r=\"80\" cx=\"80\" cy=\"80\" data-css=\"tve-u-1621a9685d4\"></circle>\n</svg>\n<div class=\"tve_fill_text_in\" data-css=\"tve-u-1621a96b190\" wfd-id=\"382\">\n<div class=\"tve_fill_text_value\" data-css=\"tve-u-1621a9a2866\" wfd-id=\"384\">\n<div class=\"thrv-inline-text tve_fill_text tve_editable\" data-css=\"tve-u-1621a9a2867\" wfd-id=\"385\"><strong>100%â€‹</strong></div>\n</div>\n<div class=\"thrv-inline-text tve_editable tve_data_element_label\" data-css=\"tve-u-1621a9750ae\" wfd-id=\"383\">Clean car</div>\n</div>\n</div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621ada1e7f\" data-value-type=\"percent\" wfd-id=\"335\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621adba9ef\" data-clip-id=\"52d5a36c151aa\" wfd-id=\"372\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-52d5a36c151aa\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0875\"></polygon></clipPath><clipPath id=\"clip-tablet-top-52d5a36c151aa\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0524\"></polygon></clipPath><clipPath id=\"clip-mobile-top-52d5a36c151aa\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0349\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621ad420c4\" wfd-id=\"336\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621ade6172\" wfd-id=\"337\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2 tcb-row-reversed-mobile tcb-mobile-edit v-2\" data-css=\"tve-u-1621adea58b\" wfd-id=\"338\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621b064646\" style=\"\" wfd-id=\"366\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ae0bec7\" wfd-id=\"368\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ae4fd21\" data-value-type=\"percent\" data-float=\"1\" wfd-id=\"369\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621ae6c8da\" data-clip-id=\"aa2c3e3c70555\" wfd-id=\"371\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0349\"></polygon></clipPath><clipPath id=\"clip-tablet-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"4\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0699\"></polygon></clipPath><clipPath id=\"clip-mobile-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"4\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0699\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb\" data-css=\"tve-u-1621ae4db6e\" wfd-id=\"370\"></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621b064668\" style=\"\" wfd-id=\"339\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621f45bed3\" wfd-id=\"341\"><div class=\"tcb-clear\" data-css=\"tve-u-16224848ee5\" wfd-id=\"362\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621afceb00\" wfd-id=\"363\"><h2 data-css=\"tve-u-1621afcc0bf\">Check Out Our Special Offer!</h2></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621afda4fa\" wfd-id=\"361\"><p data-css=\"tve-u-1621afd8c98\">Donâ€™t miss the opportunity to get 50% discount on a complete cleaning just by recommending us to a friend. Bring someone you know with you and clean you car half price!</p></div><div class=\"tcb-clear\" data-css=\"tve-u-16224834cab\" wfd-id=\"342\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621fe85996\" wfd-id=\"343\"><div class=\"tcb-flex-row tcb--cols--2 tcb-resized tcb-medium-wrap tcb-desktop-wrap\" data-css=\"tve-u-1621fe78878\" wfd-id=\"344\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621fe94086\" style=\"\" wfd-id=\"352\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"354\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621b01355a\" wfd-id=\"355\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621b08fdde\" data-tcb_hover_state_parent=\"1\" wfd-id=\"360\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16223f02c16\" wfd-id=\"356\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-1620af7eb3f\" data-tcb_hover_state_parent=\"\" data-button-style=\"full_rounded\" wfd-id=\"357\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"358\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-16228c75500\" wfd-id=\"359\"><strong>Request an appointment</strong></span></span>\n</a>\n</div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621fe940b9\" style=\"\" wfd-id=\"345\"><div class=\"tcb-col\" wfd-id=\"347\"><div class=\"tcb-clear\" data-css=\"tve-u-16224716d62\" wfd-id=\"348\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-1621b028939\" data-tcb_hover_state_parent=\"\" data-button-style=\"ghost\" wfd-id=\"349\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"350\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-16228c764b2\" wfd-id=\"351\"><strong>Call Now: 0400-700-682</strong></span></span>\n</a>\n</div></div></div></div></div></div></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16260ba2fa4\" wfd-id=\"234\">\n<div class=\"tve-page-section-out\" wfd-id=\"334\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16260be7104\" wfd-id=\"235\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621b0e4fb7\" wfd-id=\"333\"><h2 data-css=\"tve-u-1621b10fccf\" style=\"text-align: center;\">our happy clients</h2></div><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641367127b\" data-float=\"1\" wfd-id=\"332\"><svg class=\"tcb-icon\" viewBox=\"0 0 30 32\" data-name=\"quote-left\">\n<path d=\"M13.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429zM29.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641367e553\" wfd-id=\"331\"><svg class=\"tcb-icon\" viewBox=\"0 0 30 32\" data-name=\"quote-left\">\n<path d=\"M13.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429zM29.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a10d3b4\" wfd-id=\"302\">\n<div class=\"tve-content-box-background\" wfd-id=\"330\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"303\"><div class=\"tcb-clear\" data-css=\"tve-u-1621b300a64\" wfd-id=\"328\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-1621f154231\" wfd-id=\"329\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621b200375\" wfd-id=\"306\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-16260d8392c\" wfd-id=\"307\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"312\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"314\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16417b62c09\" wfd-id=\"315\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-16260d8396c\" wfd-id=\"316\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16260d01208\" style=\"\" wfd-id=\"322\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"324\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"325\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16225617da3\" wfd-id=\"327\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"326\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16260d0120e\" style=\"\" wfd-id=\"317\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"319\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"321\"><h5>Brett Graham, 28</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"320\"><h6 class=\"\">Architect</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"308\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"310\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"311\"><p data-css=\"tve-u-162539c17ec\">Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit. Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit.&nbsp;</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-16260c5ff0c\" wfd-id=\"304\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260c5ff07\" wfd-id=\"305\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a12f675\" wfd-id=\"269\">\n<div class=\"tve-content-box-background\" wfd-id=\"301\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"270\"><div class=\"tcb-clear\" data-css=\"tve-u-16260cd7683\" wfd-id=\"299\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260d73672\" wfd-id=\"300\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16260da3aa7\" wfd-id=\"273\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-1621fb68b97\" wfd-id=\"274\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"283\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"285\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16417b662bf\" wfd-id=\"286\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-1621fb65556\" wfd-id=\"287\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16229915e1a\" style=\"\" wfd-id=\"293\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"295\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"296\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16260c433e9\" wfd-id=\"298\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"297\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16229915e4e\" style=\"\" wfd-id=\"288\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"290\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"292\"><h5>Rosie Hanson, 24</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"291\"><h6 class=\"\">Real estate Associate</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"275\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"277\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"278\"><p data-css=\"tve-u-162539c17ec\">Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo.</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-16260d3b97e\" wfd-id=\"271\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260d39b83\" wfd-id=\"272\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a146aef\" wfd-id=\"236\">\n<div class=\"tve-content-box-background\" wfd-id=\"268\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"237\"><div class=\"tcb-clear\" data-css=\"tve-u-16260cd7683\" wfd-id=\"266\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260cd622f\" wfd-id=\"267\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16260c39a7e\" wfd-id=\"240\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-16260d3f4aa\" wfd-id=\"241\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"248\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"250\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621fbacc60\" wfd-id=\"251\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-16260d3f4af\" wfd-id=\"252\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16229915e1a\" style=\"\" wfd-id=\"260\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"262\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"263\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16260d5e4b8\" wfd-id=\"265\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"264\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16229915e4e\" style=\"\" wfd-id=\"253\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"255\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"259\"><h5>Shawn Mattews, 35</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"256\"><h6 class=\"\">project manager</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"242\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"244\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"245\"><p data-css=\"tve-u-162539c17ec\">Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo. Nullam ac urna eu felis.Sed non neque elit. Sed ut imperdiet nisi. Proin condimentum</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1621b30ca74\" wfd-id=\"238\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-1621f15b521\" wfd-id=\"239\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621b3c8c52\" wfd-id=\"120\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621b3cfc7b\" wfd-id=\"233\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621b3c74d9\" wfd-id=\"121\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621e7b695a\" wfd-id=\"230\"><h2 data-css=\"tve-u-1621e7a7350\" style=\"text-align: center;\">our offers</h2></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621e7c899a\" wfd-id=\"122\"><div class=\"tcb-flex-row tcb--cols--3 tcb-medium-wrap v-2\" data-css=\"tve-u-1621e7c7aa1\" wfd-id=\"123\"><div class=\"tcb-flex-col\" wfd-id=\"190\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16223fc9f23\" wfd-id=\"192\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e7ceab3\" style=\"\" wfd-id=\"193\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16416e4fafd\" wfd-id=\"229\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e7d5094\" wfd-id=\"194\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e7e9950\" data-value-type=\"percent\" style=\"\" wfd-id=\"223\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e7edfd9\" data-clip-id=\"10ffac3b28f1d\" wfd-id=\"228\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-10ffac3b28f1d\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-10ffac3b28f1d\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e7e6c1d\" wfd-id=\"224\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-16417b4cb9e\" wfd-id=\"225\"><h4 data-css=\"tve-u-1621fe1a1af\" style=\"text-align: center;\"><strong>Basic Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ec6c39b\" data-float=\"1\" wfd-id=\"219\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e81f424\" wfd-id=\"222\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec752da\" wfd-id=\"220\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"221\"><h4 data-css=\"tve-u-1621fe1bd18\" style=\"text-align: center;\"><strong>15$</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621ea50702\" wfd-id=\"195\"><ul class=\"tcb-styled-list\" wfd-id=\"196\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec3a5c0\" wfd-id=\"215\"><div class=\"tcb-styled-list-icon\" wfd-id=\"217\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec204df\" wfd-id=\"218\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec241aa\" wfd-id=\"216\">Interior vacuum</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"211\"><div class=\"tcb-styled-list-icon\" wfd-id=\"213\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec20f68\" wfd-id=\"214\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec2704c\" wfd-id=\"212\">Dust &amp;dash console</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec42aa7\" wfd-id=\"205\"><div class=\"tcb-styled-list-icon\" wfd-id=\"209\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec21a31\" wfd-id=\"210\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec298ab\" wfd-id=\"206\">Hand towel dry</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec43fe2\" wfd-id=\"201\"><div class=\"tcb-styled-list-icon\" wfd-id=\"203\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ea1fba7\" wfd-id=\"204\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea23322\" wfd-id=\"202\">Clean windows</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec454d9\" wfd-id=\"197\"><div class=\"tcb-styled-list-icon\" wfd-id=\"199\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ea295c0\" wfd-id=\"200\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea2c69a\" wfd-id=\"198\">Soft cloth wash</span></li></ul></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"157\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"159\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621eb81205\" style=\"\" wfd-id=\"160\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16416e603ab\" wfd-id=\"189\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621eb7ccb0\" wfd-id=\"161\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ebbbb6d\" data-value-type=\"percent\" wfd-id=\"185\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eaaedd8\" data-clip-id=\"a2b9cf3198d6f\" wfd-id=\"188\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-a2b9cf3198d6f\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-a2b9cf3198d6f\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec7f21a\" wfd-id=\"186\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e930bd7\" wfd-id=\"187\"><h4 data-css=\"tve-u-1621e92e97f\" style=\"text-align: center;\"><strong>Ultimate Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ec78d2c\" data-float=\"1\" wfd-id=\"181\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eab272c\" wfd-id=\"184\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec79a7d\" wfd-id=\"182\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"183\"><h4 data-css=\"tve-u-1621e942b65\" style=\"text-align: center;\"><strong>22 $</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621ebfa746\" wfd-id=\"178\"><p data-css=\"tve-u-1621f4ceaf6\" style=\"text-align: center;\">Includes basic service <span data-css=\"tve-u-1621f4ceaf7\" style=\"color: rgb(15, 29, 123);\" wfd-id=\"179\"><strong class=\"\"><span data-css=\"tve-u-1621f4ceafb\" wfd-id=\"180\">+</span></strong></span></p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621ebf340c\" wfd-id=\"162\"><ul class=\"tcb-styled-list\" wfd-id=\"163\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-164137a0b1f\" wfd-id=\"172\"><div class=\"tcb-styled-list-icon\" wfd-id=\"176\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec0c5bd\" wfd-id=\"177\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ebfe4ce\" wfd-id=\"173\">Triple foam conditiner</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec04541\" wfd-id=\"168\"><div class=\"tcb-styled-list-icon\" wfd-id=\"170\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec09a3c\" wfd-id=\"171\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ebff867\" wfd-id=\"169\">Tire dressing</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec05cc3\" wfd-id=\"164\"><div class=\"tcb-styled-list-icon\" wfd-id=\"166\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec15f6e\" wfd-id=\"167\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec009a8\" wfd-id=\"165\">Air freshner</span></li></ul></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"124\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16223dad661\" wfd-id=\"126\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621fd9c946\" style=\"\" wfd-id=\"127\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e7d234c\" wfd-id=\"156\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621fd84d7b\" wfd-id=\"128\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16223b080b0\" data-value-type=\"percent\" wfd-id=\"150\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eb3eb9f\" data-clip-id=\"ac98bb0e54b3b\" wfd-id=\"155\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621fd8766c\" wfd-id=\"151\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e930bd7\" wfd-id=\"152\"><h4 data-css=\"tve-u-1621fe1587d\" style=\"text-align: center;\"><strong>Supreme Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e8107f3\" wfd-id=\"146\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eb43d8d\" wfd-id=\"149\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e819c52\" wfd-id=\"147\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"148\"><h4 data-css=\"tve-u-1621fe1725e\" style=\"text-align: center;\"><strong>30 $</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621eb037bb\" wfd-id=\"143\"><p data-css=\"tve-u-1621f4d0451\" style=\"text-align: center;\">Includes ultimate service <span data-css=\"tve-u-1621eaff572\" style=\"color: rgb(15, 29, 123);\" wfd-id=\"144\"><strong class=\"\"><span data-css=\"tve-u-1621eb01b60\" wfd-id=\"145\">+</span></strong></span></p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621eacf6af\" wfd-id=\"129\"><ul class=\"tcb-styled-list\" wfd-id=\"130\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec36a4d\" wfd-id=\"139\"><div class=\"tcb-styled-list-icon\" wfd-id=\"141\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e9993aa\" wfd-id=\"142\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea1a5d7\" wfd-id=\"140\">Exterior trim dressing</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"135\"><div class=\"tcb-styled-list-icon\" wfd-id=\"137\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e99b1db\" wfd-id=\"138\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea19a06\" wfd-id=\"136\">Hand applied spray wax</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec37ea5\" wfd-id=\"131\"><div class=\"tcb-styled-list-icon\" wfd-id=\"133\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e99c314\" wfd-id=\"134\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea18c5d\" wfd-id=\"132\">Interior conditioner</span></li></ul></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621efddaaf\" wfd-id=\"70\">\n<div class=\"tve-page-section-out\" wfd-id=\"119\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621edf8048\" wfd-id=\"71\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621f114214\" wfd-id=\"72\"><div class=\"tcb-flex-row tcb-mobile-edit tcb--cols--2\" data-css=\"tve-u-1621ee03000\" wfd-id=\"73\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621ee4be21\" style=\"\" wfd-id=\"79\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ee093d4\" wfd-id=\"81\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ee3afec\" wfd-id=\"82\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621ee58e74\" wfd-id=\"118\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ee37f4a\" wfd-id=\"83\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1621ee74a24\" wfd-id=\"117\"><svg class=\"tcb-icon\" viewBox=\"0 0 16 28\" data-name=\"map-marker\">\n<path d=\"M12 10c0-2.203-1.797-4-4-4s-4 1.797-4 4 1.797 4 4 4 4-1.797 4-4zM16 10c0 0.953-0.109 1.937-0.516 2.797l-5.688 12.094c-0.328 0.688-1.047 1.109-1.797 1.109s-1.469-0.422-1.781-1.109l-5.703-12.094c-0.406-0.859-0.516-1.844-0.516-2.797 0-4.422 3.578-8 8-8s8 3.578 8 8z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621ee63e1c\" wfd-id=\"110\"><h2 data-css=\"tve-u-1621fdcb4ea\" style=\"text-align: center;\">contact us</h2></div><div class=\"thrv_wrapper thrv-contact-form\" data-ct=\"contact_form-22343\" style=\"\" data-css=\"tve-u-16465071dea\" data-ct-name=\"Rounded Shadow\" wfd-id=\"86\">\n<form action=\"\" method=\"post\" novalidate=\"\" wfd-id=\"87\">\n<div class=\"tve-cf-item-wrapper\" wfd-id=\"93\">\n<div class=\"tve-cf-item\" data-css=\"tve-u-1695dd04208\" wfd-id=\"106\">\n<div class=\"thrv-cf-input-wrapper\" data-type=\"first_name\" wfd-id=\"107\">\n<label data-css=\"tve-u-1695d9d6525\" class=\"\" wfd-id=\"109\">First Name</label>\n<div class=\"tve-cf-input\" data-css=\"tve-u-1695d9d6526\" data-tcb_hover_state_parent=\"\" wfd-id=\"108\">\n<input placeholder=\"\" type=\"text\" name=\"first_name\" data-placeholder=\"\" wfd-id=\"592\">\n</div>\n</div>\n</div>\n<div class=\"tve-cf-item\" data-css=\"tve-u-1695dd04208\" wfd-id=\"102\">\n<div class=\"thrv-cf-input-wrapper\" data-type=\"email\" wfd-id=\"103\">\n<label data-css=\"tve-u-1695d9d6527\" class=\"\" wfd-id=\"105\">Email Address</label>\n<div class=\"tve-cf-input\" data-css=\"tve-u-1695d9d6528\" data-tcb_hover_state_parent=\"\" wfd-id=\"104\">\n<input placeholder=\"\" type=\"email\" name=\"email\" data-placeholder=\"\" wfd-id=\"591\">\n</div>\n</div>\n</div>\n<div class=\"tve-cf-item\" data-css=\"tve-u-1695dd484d7\" wfd-id=\"98\">\n<div class=\"thrv-cf-input-wrapper\" data-type=\"message\" wfd-id=\"99\">\n<label data-css=\"tve-u-1695d9d6529\" class=\"\" wfd-id=\"101\">Message</label>\n<div class=\"tve-cf-input\" data-css=\"tve-u-1695d9d652a\" data-tcb_hover_state_parent=\"\" wfd-id=\"100\">\n<textarea placeholder=\"\" data-placeholder=\"\" name=\"message\" wfd-id=\"594\"></textarea>\n</div>\n</div>\n</div>\n<div class=\"tve-cf-item\" data-css=\"tve-u-1695dd04208\" wfd-id=\"94\">\n	<div class=\"thrv-cf-input-wrapper\" data-type=\"phone\" wfd-id=\"95\">\n		<label data-css=\"tve-u-1695d9d6525\" class=\"\" wfd-id=\"97\">Phone Number</label>\n		<div class=\"tve-cf-input\" data-css=\"tve-u-1695d9d6526\" wfd-id=\"96\">\n			<input placeholder=\"+1-555-555-2368\" type=\"tel\" name=\"phone\" data-placeholder=\"+1-555-555-2368\" wfd-id=\"590\">\n		</div>\n	</div>\n</div></div>\n<div class=\"tve-cf-submit\" data-tcb_hover_state_parent=\"\" data-button-style=\"rounded\" data-css=\"tve-u-1695dd27f6a\" wfd-id=\"88\">\n<button class=\"tve_btn_txt\" type=\"submit\" wfd-id=\"607\">Submit Message</button>\n</div>\n<input type=\"hidden\" name=\"config\" value=\"YTozOntzOjE0OiJlcnJvcl9tZXNzYWdlcyI7YTo0OntzOjU6ImVtYWlsIjtzOjIxOiJFbWFpbCBhZGRyZXNzIGludmFsaWQiO3M6NToicGhvbmUiO3M6MjA6IlBob25lIG51bWJlciBpbnZhbGlkIjtzOjM6InVybCI7czoxMToiVVJMIGludmFsaWQiO3M6ODoicmVxdWlyZWQiO3M6MjA6IlJlcXVpcmVkIGZpZWxkIGVtcHR5Ijt9czo4OiJ0b19lbWFpbCI7YToyOntzOjI6InRvIjtzOjI4OiJpbmZvQGJlc3RjZXJha290ZWZsb3JpZGEuY29tIjtzOjc6InN1YmplY3QiO3M6MTg6Ik5ldyBtZXNzYWdlIGZyb206ICI7fXM6Njoic3VibWl0IjthOjEwOntzOjY6ImFjdGlvbiI7czoxMjoibm90aWZpY2F0aW9uIjtzOjIzOiJzZW5kX2NvbmZpcm1hdGlvbl9lbWFpbCI7YjoxO3M6MTk6InNlbmRlcl9wZXJzb25hbGl6ZWQiO2I6MDtzOjIwOiJjb25maXJtYXRpb25fc3ViamVjdCI7czozNjoiQ29udGFjdCBGb3JtIHN1Ym1pc3Npb24gY29uZmlybWF0aW9uIjtzOjIwOiJjb25maXJtYXRpb25fbWVzc2FnZSI7czoxMzk6IkhlbGxvLCAKClRoYW5rcyBmb3IgY29udGFjdGluZyB1cy4gV2UnbGwgZ2V0IGJhY2sgdG8geW91IGFzIHNvb24gYXMgcG9zc2libGUgd2l0aCB0aGUgaW5mb3JtYXRpb24geW91IG5lZWQuIAoKQmVzdCByZWdhcmRzLApbd3Bfc2l0ZV90aXRsZV0iO3M6OToiZnJvbV9uYW1lIjtzOjI4OiJUaGUgQmVzdCBDZXJha290ZSBJbiBGbG9yaWRhIjtzOjEwOiJmcm9tX2VtYWlsIjtzOjI5OiJhZG1pbkBiZXN0Y2VyYWtvdGVmbG9yaWRhLmNvbSI7czo4OiJyZXBseV90byI7czoyOToiYWRtaW5AYmVzdGNlcmFrb3RlZmxvcmlkYS5jb20iO3M6MzoidXJsIjtzOjA6IiI7czoxMjoibm90aWZpY2F0aW9uIjtzOjgxOiJZb3VyIG1lc3NhZ2UgaGFzIGJlZW4gc2VudCwgdGhhbmsgeW91ISBZb3UnbGwgaGVhciBmcm9tIHVzIHdpdGhpbiB0aGUgbmV4dCAyNCBocnMiO319\" wfd-id=\"589\"></form>\n</div><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_slide_left\" data-css=\"tve-u-1621ef118dc\" style=\"\" wfd-id=\"84\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"85\"><img class=\"tve_image tve_evt_manager_listen tve_et_tve-viewport wp-image-600\" alt=\"\" width=\"2148\" height=\"1968\" title=\"CertifiedLogo_transparent\" data-id=\"600\" src=\"https://bestcerakoteflorida.com/wp-content/uploads/2019/03/CertifiedLogo_transparent-e1552073635916.png\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_left&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" style=\"width: 100%;\"></span></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621ee4be73\" style=\"\" wfd-id=\"74\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ee22c43\" wfd-id=\"76\"><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-1695d995f33\" wfd-id=\"78\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=825 South Kings Highway, Fort Pierce&amp;t=m&amp;z=11&amp;output=embed&amp;iwloc=near\"></iframe>\n</div><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-1621ee18a1c\" wfd-id=\"77\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=davie, Florida 33317&amp;t=m&amp;z=11&amp;output=embed&amp;iwloc=near\"></iframe>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-custom-menu-inside\" data-css=\"tve-u-1621f0aa8f7\" wfd-id=\"28\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621f0ada0e\" wfd-id=\"69\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621f0b0088\" wfd-id=\"29\"><div class=\"thrv_wrapper thrv-columns tve-custom-menu-inside\" data-css=\"tve-u-1621f0d2c1a\" wfd-id=\"30\"><div class=\"tcb-flex-row tcb--cols--3 tcb-resized\" data-css=\"tve-u-1621f0cbe40\" wfd-id=\"31\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1695e826914\" style=\"\" wfd-id=\"61\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"63\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621f0da775\" wfd-id=\"64\"><p data-css=\"tve-u-1622444fb11\" style=\"text-align: center;\">Â© 2018, BLACKHAWK CUSTOM, LLC . All rights reserved.</p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1695e826ae0\" style=\"\" wfd-id=\"40\"><div class=\"tcb-col\" wfd-id=\"42\"><div class=\"thrv_wrapper thrv_widget_menu tve-custom-menu-upgrade tve-mobile-dropdown tve-menu-style-none tve-dropdown-icon-style_2\" data-tve-style=\"tve_horizontal\" data-tve-switch-icon=\"tablet,mobile\" data-css=\"tve-u-1695e821f4c\" tcb-template-name=\"Simple Underline Light\" tcb-template-id=\"28130\" data-ct=\"menu-28130\" style=\"\" wfd-id=\"43\">	<div class=\"thrive-shortcode-config\" style=\"display: none !important\" wfd-id=\"60\">__CONFIG_widget_menu__{\"menu_id\":\"custom\",\"color\":\"tve_red\",\"dir\":\"tve_horizontal\",\"font_class\":\"\",\"font_size\":\"\",\"ul_attr\":\"\",\"link_attr\":\"\",\"top_link_attr\":\"\",\"trigger_attr\":\"\",\"primary\":\"\",\"head_css\":\"\",\"background_hover\":\"\",\"main_hover\":\"\",\"child_hover\":\"\",\"group_edit\":[{\"css_id\":null,\"class\":\"\"},{\"css_id\":null,\"class\":\"\"},{\"css_id\":null,\"class\":\"\"},{\"css_id\":null,\"class\":\"\"}],\"menu_style\":\"none\",\"dropdown_icon\":\"style_2\",\"mobile_side\":\"\",\"mobile_icon\":\"\",\"switch_to_icon\":\"tablet,mobile\",\"template\":\"28130\",\"template_name\":\"Simple Underline Light\"}__CONFIG_widget_menu__</div>\n<div class=\"thrive-shortcode-html tve-menu-custom-type thrive-shortcode-html-editable tve-custom-menu-type tve_clearfix\" style=\"z-index: 8;\" wfd-id=\"44\">\n<a class=\"tve-m-trigger t_tve_horizontal tve_red\" href=\"javascript:void(0)\"><div class=\"thrv_wrapper thrv_icon tcb-icon-open tve-trigger-active\" data-not-changeable=\"true\" data-selector=\"[data-css=&quot;tve-u-1695e821f4c&quot;] .tcb-icon-open\" wfd-id=\"59\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 24\" data-name=\"align-justify\"><g><g><path class=\"st0\" d=\"M23,13H1c-0.6,0-1-0.4-1-1s0.4-1,1-1h22c0.6,0,1,0.4,1,1S23.6,13,23,13z\"></path></g><g><path class=\"st0\" d=\"M23,6.7H1c-0.6,0-1-0.4-1-1s0.4-1,1-1h22c0.6,0,1,0.4,1,1S23.6,6.7,23,6.7z\"></path></g><g><path class=\"st0\" d=\"M23,19.3H1c-0.6,0-1-0.4-1-1s0.4-1,1-1h22c0.6,0,1,0.4,1,1S23.6,19.3,23,19.3z\"></path></g></g></svg></div><div class=\"thrv_wrapper thrv_icon tcb-icon-close\" data-not-changeable=\"true\" data-selector=\"[data-css=&quot;tve-u-1695e821f4c&quot;] .tcb-icon-close\" wfd-id=\"58\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 24\" data-name=\"close\"><path class=\"st0\" d=\"M13.4,12l7.1-7.1c0.4-0.4,0.4-1,0-1.4s-1-0.4-1.4,0L12,10.6L4.9,3.5c-0.4-0.4-1-0.4-1.4,0s-0.4,1,0,1.4l7.1,7.1 l-7.1,7.1c-0.4,0.4-0.4,1,0,1.4c0.4,0.4,1,0.4,1.4,0l7.1-7.1l7.1,7.1c0.4,0.4,1,0.4,1.4,0c0.4-0.4,0.4-1,0-1.4L13.4,12z\"></path></svg></div></a><ul id=\"menu-main-menu\" class=\"tve_w_menu tve_horizontal tve-m-collapsed\" style=\"z-index: 6;\" wfd-id=\"45\"><li id=\"tcb_custom_menu_5402f616\" class=\"menu-item menu-item-type-post_type menu-item-object-page thrv_wrapper thrv-menu-item-element thrv-custom-menu-item\" data-selector=\"[data-css=&quot;tve-u-1695e821f4c&quot;] #tcb_custom_menu_5402f616\" data-tcb_hover_state_parent=\"\" wfd-id=\"55\"><a href=\"https://bestcerakoteflorida.com/privacy/\"><span class=\"tve-disabled-text-inner\" wfd-id=\"57\">Privacy</span><span class=\"tve-disabled-text-inner tve-item-dropdown-trigger\" wfd-id=\"56\"></span></a></li><li id=\"tcb_custom_menu_13475a66\" class=\"menu-item menu-item-type-post_type menu-item-object-page thrv_wrapper thrv-menu-item-element thrv-custom-menu-item active-expand-children\" data-selector=\"[data-css=&quot;tve-u-1695e821f4c&quot;] #tcb_custom_menu_13475a66\" data-tcb_hover_state_parent=\"\" wfd-id=\"52\"><a href=\"https://bestcerakoteflorida.com/privacy-policy/\"><span class=\"tve-disabled-text-inner\" wfd-id=\"54\">TERMS</span><span class=\"tve-disabled-text-inner tve-item-dropdown-trigger\" wfd-id=\"53\"></span></a></li><li id=\"tcb_custom_menu_a19cc162\" class=\"menu-item menu-item-type-post_type menu-item-object-page thrv_wrapper thrv-menu-item-element thrv-custom-menu-item\" data-selector=\"[data-css=&quot;tve-u-1695e821f4c&quot;] #tcb_custom_menu_a19cc162\" data-tcb_hover_state_parent=\"\" wfd-id=\"49\"><a href=\"\"><span class=\"tve-disabled-text-inner\" wfd-id=\"51\">NAV#3</span><span class=\"tve-disabled-text-inner tve-item-dropdown-trigger\" wfd-id=\"50\"></span></a></li><li id=\"tcb_custom_menu_hgZvKxml\" class=\"menu-item menu-item-type-post_type menu-item-object-page thrv_wrapper thrv-menu-item-element thrv-custom-menu-item\" data-selector=\"[data-css=&quot;tve-u-1695e821f4c&quot;] #tcb_custom_menu_hgZvKxml\" data-tcb_hover_state_parent=\"\" wfd-id=\"46\"><a href=\"\"><span class=\"tve-disabled-text-inner\" wfd-id=\"48\">NAV#5</span><span class=\"tve-disabled-text-inner tve-item-dropdown-trigger\" wfd-id=\"47\"></span></a></li></ul></div>	</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1695e826b67\" wfd-id=\"32\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"34\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16223fe5f5b\" wfd-id=\"35\"><p data-css=\"tve-u-1621f0d874c\" style=\"text-align: center;\">Made with <a href=\"https://thrivethemes.com/\" target=\"_blank\" data-css=\"tve-u-1695e7e070d\">Thrive Architect</a></p></div></div></div></div></div></div>\n</div>\n\n'),(7393,601,'tve_revision_tve_has_wistia_popover','0'),(7396,602,'tve_revision_tve_disable_theme_dependency','1'),(7397,602,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-162717d1bbe\" wfd-id=\"543\"><div class=\"tcb-flex-row tcb-medium-no-wrap v-2 tcb--cols--3 m-edit tcb-mobile-wrap tcb-resized\" data-css=\"tve-u-162717d1bbf\" wfd-id=\"544\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1695981e7bb\" wfd-id=\"563\"><div class=\"tcb-col\" data-css=\"tve-u-16959846d3d\" wfd-id=\"565\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16959822de2\" wfd-id=\"566\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"567\"><img class=\"tve_image wp-image-465\" alt=\"\" width=\"384\" height=\"62\" title=\"Blackhawk_custom_header\" data-id=\"465\" src=\"https://bestcerakoteflorida.com/wp-content/uploads/2019/01/Blackhawk_custom_header.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717d1bb9\" style=\"\" wfd-id=\"556\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717d1bb6\" wfd-id=\"558\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-164179a84b8\" wfd-id=\"559\">\n<div class=\"tve-content-box-background\" wfd-id=\"562\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"560\"><div class=\"tcb-clear\" wfd-id=\"561\"></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717d1bb7\" style=\"\" wfd-id=\"545\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717d1bbc\" wfd-id=\"547\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16369305186\" wfd-id=\"548\">\n<div class=\"tve-content-box-background\" wfd-id=\"555\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16417e9d24e\" wfd-id=\"549\"><div class=\"tcb-clear\" wfd-id=\"553\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-16417e5bd95\" data-float=\"1\" wfd-id=\"554\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-envelope-regular\" data-name=\"\">\n            <path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path>\n        </svg></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-164179bced9\" wfd-id=\"550\"><p data-css=\"tve-u-1641333d7d1\"><a href=\"mailto:info@bestcerkoteflorida.com\" target=\"_blank\">info@bestcerakoteflorida.com</a></p></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-162717cb621\" data-value-type=\"percent\" wfd-id=\"502\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-162717cb620\" data-clip-id=\"c883ac5175045\" wfd-id=\"542\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-c883ac5175045\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"4\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9301, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-c883ac5175045\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9476, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-c883ac5175045\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9651, 1 1, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-162717cb609\" wfd-id=\"503\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-162717cb618\" wfd-id=\"504\"><div class=\"tcb-flex-row tcb-medium-wrap tcb-resized v-2 tcb--cols--2\" data-css=\"tve-u-162717cb617\" wfd-id=\"505\"><div class=\"tcb-flex-col\" data-css=\"tve-u-162717cb601\" style=\"\" wfd-id=\"521\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717cb60a\" wfd-id=\"523\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h1\" data-css=\"tve-u-162717cb610\" wfd-id=\"533\"><h1 data-css=\"tve-u-162717cb616\" style=\"text-align: center;\">&nbsp;<strong>â€‹</strong><strong>Protect What\'s Important To You! With The Toughest Ceramic Finish In The World!</strong></h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162717cb60f\" wfd-id=\"524\"><h2 class=\"\" data-css=\"tve-u-1695a36117b\" style=\"text-align: center;\"><strong>Heat, Water, Salt and Sand just some of the conditions you face. And any one of them is just waiting, to get a hold of your firearm and leave it a pile of rusted, pitted junk.</strong></h2><h2 class=\"\" data-css=\"tve-u-16413112747\" style=\"text-align: center;\"><strong>Unfortunately, there wasn\'t much you could do other than keep cleaning and lubricating your firearms...till NOW!</strong></h2></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717cb600\" style=\"\" wfd-id=\"506\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717cb60b\" wfd-id=\"508\"><div class=\"thrv_responsive_video thrv_wrapper rv_style_lifted_style2\" data-type=\"youtube\" data-rel=\"0\" data-url=\"https://www.youtube.com/watch?v=a1nyu9ZJiEk\" data-css=\"tve-u-16959cd1e7a\" data-modestbranding=\"1\" wfd-id=\"518\">\n	\n\n	<div class=\"tve_responsive_video_container\" wfd-id=\"519\">\n		<div class=\"video_overlay\" wfd-id=\"520\"></div>\n	<iframe data-code=\"TEOqV1Q16lU\" data-provider=\"youtube\" src=\"https://www.youtube.com/embed/TEOqV1Q16lU?rel=0&amp;modestbranding=1&amp;controls=1&amp;showinfo=1&amp;fs=1&amp;wmode=transparent\" data-src=\"https://www.youtube.com/embed/TEOqV1Q16lU?rel=0&amp;modestbranding=1&amp;controls=1&amp;showinfo=1&amp;fs=1&amp;wmode=transparent\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\n</div><div class=\"thrv_wrapper thrv-button tcb-with-icon\" data-css=\"tve-u-1695a3002e2\" data-tcb_hover_state_parent=\"\" data-button-style=\"border_1\" wfd-id=\"509\">\n	<a href=\"tel:1-954-848-1911\" class=\"tcb-button-link\" target=\"_blank\" rel=\"\"><span class=\"tcb-button-icon\" wfd-id=\"516\">\n	<div class=\"thrv_wrapper thrv_icon tve_no_drag tve_no_icons tcb-icon-inherit-style tcb-icon-display\" wfd-id=\"517\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-phone-plus-light\" data-name=\"\">\n            <path d=\"M8 128h88v88c0 4.4 3.6 8 8 8h16c4.4 0 8-3.6 8-8v-88h88c4.4 0 8-3.6 8-8v-16c0-4.4-3.6-8-8-8h-88V8c0-4.4-3.6-8-8-8h-16c-4.4 0-8 3.6-8 8v88H8c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8zM487.8 24.1L387 .8c-14.7-3.4-29.8 4.2-35.8 18.1l-46.5 108.5c-5.5 12.7-1.8 27.7 8.9 36.5l53.9 44.1c-34 69.2-90.3 125.6-159.6 159.6l-44.1-53.9c-8.8-10.7-23.8-14.4-36.5-8.9L18.9 351.3c-13.9 6-21.5 21-18.1 35.8L24 487.9C27.3 502 39.9 512 54.5 512 306.7 512 512 307.8 512 54.5c0-14.6-10-27.2-24.2-30.4zM55.1 480l-23-99.6 107.4-46 59.5 72.8c103.6-48.6 159.7-104.9 208.1-208.1l-72.8-59.5 46-107.4 99.6 23C479.7 289.7 289.6 479.7 55.1 480z\"></path>\n        </svg></div>\n</span>\n\n		<span class=\"tcb-button-texts\" wfd-id=\"510\"><span class=\"tcb-button-text thrv-inline-text\" wfd-id=\"511\">CALL NOW</span></span>\n	</a>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-162717fcf9d\" data-value-type=\"percent\" wfd-id=\"401\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-162718bd0c0\" data-clip-id=\"a3b25e1c9221a\" wfd-id=\"501\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0875\"></polygon></clipPath><clipPath id=\"clip-tablet-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"6\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.1051\"></polygon></clipPath><clipPath id=\"clip-mobile-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"1\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0175\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-162718a3b40\" wfd-id=\"402\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622a159bcb\" wfd-id=\"403\">\n<div class=\"tve-content-box-background\" wfd-id=\"500\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"404\"><div class=\"thrv_wrapper thrv-columns\" wfd-id=\"482\"><div class=\"tcb-flex-row tcb--cols--2\" wfd-id=\"483\"><div class=\"tcb-flex-col\" wfd-id=\"492\"><div class=\"tcb-col\" wfd-id=\"494\"><div class=\"thrv_wrapper thrv_text_element\" wfd-id=\"495\"><p>Enter your text here...</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"484\"><div class=\"tcb-col\" wfd-id=\"486\"><div class=\"thrv_wrapper thrv_text_element\" wfd-id=\"487\"><p>Enter your text here...</p></div></div></div></div></div><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621a2247ba\" wfd-id=\"473\"><h2 data-css=\"tve-u-1621a2e0d5b\">our services</h2></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16229f6175c\" wfd-id=\"442\"><div class=\"tcb-flex-row tcb-medium-no-wrap tcb--cols--3 v-2\" data-css=\"tve-u-162493a03b0\" wfd-id=\"443\"><div class=\"tcb-flex-col\" wfd-id=\"462\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1624939a960\" data-tcb_hover_state_parent=\"\" wfd-id=\"464\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-162493d5f13\" data-float=\"1\" wfd-id=\"472\"><svg class=\"tcb-icon\" viewBox=\"0 0 14 28\" data-name=\"bolt\">\n<path d=\"M13.828 8.844c0.172 0.187 0.219 0.453 0.109 0.688l-8.437 18.078c-0.125 0.234-0.375 0.391-0.656 0.391-0.063 0-0.141-0.016-0.219-0.031-0.344-0.109-0.547-0.438-0.469-0.766l3.078-12.625-6.344 1.578c-0.063 0.016-0.125 0.016-0.187 0.016-0.172 0-0.359-0.063-0.484-0.172-0.187-0.156-0.25-0.391-0.203-0.609l3.141-12.891c0.078-0.297 0.359-0.5 0.688-0.5h5.125c0.391 0 0.703 0.297 0.703 0.656 0 0.094-0.031 0.187-0.078 0.281l-2.672 7.234 6.188-1.531c0.063-0.016 0.125-0.031 0.187-0.031 0.203 0 0.391 0.094 0.531 0.234z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"468\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-162494b490e\" wfd-id=\"469\"><h4 data-css=\"tve-u-16249355087\" style=\"text-align: left;\">Express exterior</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162494b7ad0\" wfd-id=\"465\"><p data-css=\"tve-u-162492e70ad\">Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"453\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162493b6b63\" data-tcb_hover_state_parent=\"\" wfd-id=\"455\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b456a\" wfd-id=\"461\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"adjust\">\n<path d=\"M12 22.5v-17c-4.688 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"457\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1af44d\" wfd-id=\"458\"><h4 data-css=\"tve-u-16249358652\" style=\"text-align: left;\">Interior clean</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"456\"><p data-css=\"tve-u-162492e70ad\">Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"444\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16249373b25\" wfd-id=\"446\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b52d3\" wfd-id=\"452\"><svg class=\"tcb-icon\" viewBox=\"0 0 26 28\" data-name=\"umbrella\">\n<path d=\"M14 12.938v9.063c0 2.172-1.828 4-4 4s-4-1.828-4-4c0-0.547 0.453-1 1-1s1 0.453 1 1c0 1.047 0.953 2 2 2s2-0.953 2-2v-9.063c0.328-0.109 0.656-0.172 1-0.172s0.672 0.063 1 0.172zM26 13.359c0 0.266-0.234 0.5-0.5 0.5-0.141 0-0.25-0.063-0.359-0.156-0.906-0.844-1.75-1.437-3.047-1.437-1.484 0-2.766 0.922-3.609 2.094-0.187 0.266-0.328 0.547-0.5 0.812-0.109 0.172-0.234 0.266-0.438 0.266-0.219 0-0.344-0.094-0.453-0.266-0.172-0.266-0.313-0.547-0.5-0.812-0.844-1.172-2.109-2.094-3.594-2.094s-2.75 0.922-3.594 2.094c-0.187 0.266-0.328 0.547-0.5 0.812-0.109 0.172-0.234 0.266-0.453 0.266-0.203 0-0.328-0.094-0.438-0.266-0.172-0.266-0.313-0.547-0.5-0.812-0.844-1.172-2.125-2.094-3.609-2.094-1.297 0-2.141 0.594-3.047 1.437-0.109 0.094-0.219 0.156-0.359 0.156-0.266 0-0.5-0.234-0.5-0.5 0-0.047 0-0.078 0.016-0.109 1.437-5.906 7.141-9.25 12.984-9.25 5.812 0 11.578 3.344 12.984 9.25 0.016 0.031 0.016 0.063 0.016 0.109zM14 2v1.531c-0.328-0.016-0.672-0.031-1-0.031s-0.672 0.016-1 0.031v-1.531c0-0.547 0.453-1 1-1s1 0.453 1 1z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"448\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b01a6\" wfd-id=\"449\"><h4 data-css=\"tve-u-1624935a201\" style=\"text-align: left;\">Wax protection</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"447\"><p data-css=\"tve-u-162492e70ad\">Etiam pharetra, erat sed fermentum feugiat, velit mauris</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16249367114\" wfd-id=\"405\"><div class=\"tcb-flex-row tcb-medium-no-wrap tcb--cols--3 v-2\" data-css=\"tve-u-16229ffbb7b\" wfd-id=\"406\"><div class=\"tcb-flex-col\" wfd-id=\"429\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229fa6a26\" wfd-id=\"431\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b33f9\" wfd-id=\"441\"><svg class=\"tcb-icon\" viewBox=\"0 0 26 28\" data-name=\"magic\">\n<path d=\"M18.594 9.078l4.578-4.578-1.672-1.672-4.578 4.578zM25.578 4.5c0 0.266-0.094 0.516-0.281 0.703l-20.094 20.094c-0.187 0.187-0.438 0.281-0.703 0.281s-0.516-0.094-0.703-0.281l-3.094-3.094c-0.187-0.187-0.281-0.438-0.281-0.703s0.094-0.516 0.281-0.703l20.094-20.094c0.187-0.187 0.438-0.281 0.703-0.281s0.516 0.094 0.703 0.281l3.094 3.094c0.187 0.187 0.281 0.438 0.281 0.703zM4.469 1.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531zM9.938 4.062l3.063 0.938-3.063 0.938-0.938 3.063-0.938-3.063-3.063-0.938 3.063-0.938 0.938-3.063zM24.469 11.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531zM14.469 1.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"437\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b0a67\" wfd-id=\"438\"><h4 data-css=\"tve-u-16248fc42a1\" style=\"text-align: left;\">Dust &amp; Dash Console</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"432\"><p data-css=\"tve-u-162492e70ad\">Duis sed odio sit amet nibh vulputate cursus a sit amet mauris.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"414\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1622f65ba70\" wfd-id=\"416\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b60b4\" wfd-id=\"428\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"certificate\">\n<path d=\"M21.5 14l2.156 2.109c0.297 0.281 0.406 0.703 0.313 1.094-0.109 0.391-0.422 0.703-0.812 0.797l-2.938 0.75 0.828 2.906c0.109 0.391 0 0.812-0.297 1.094-0.281 0.297-0.703 0.406-1.094 0.297l-2.906-0.828-0.75 2.938c-0.094 0.391-0.406 0.703-0.797 0.812-0.094 0.016-0.203 0.031-0.297 0.031-0.297 0-0.594-0.125-0.797-0.344l-2.109-2.156-2.109 2.156c-0.281 0.297-0.703 0.406-1.094 0.313-0.406-0.109-0.703-0.422-0.797-0.812l-0.75-2.938-2.906 0.828c-0.391 0.109-0.812 0-1.094-0.297-0.297-0.281-0.406-0.703-0.297-1.094l0.828-2.906-2.938-0.75c-0.391-0.094-0.703-0.406-0.812-0.797-0.094-0.391 0.016-0.812 0.313-1.094l2.156-2.109-2.156-2.109c-0.297-0.281-0.406-0.703-0.313-1.094 0.109-0.391 0.422-0.703 0.812-0.797l2.938-0.75-0.828-2.906c-0.109-0.391 0-0.812 0.297-1.094 0.281-0.297 0.703-0.406 1.094-0.297l2.906 0.828 0.75-2.938c0.094-0.391 0.406-0.703 0.797-0.797 0.391-0.109 0.812 0 1.094 0.297l2.109 2.172 2.109-2.172c0.281-0.297 0.688-0.406 1.094-0.297 0.391 0.094 0.703 0.406 0.797 0.797l0.75 2.938 2.906-0.828c0.391-0.109 0.812 0 1.094 0.297 0.297 0.281 0.406 0.703 0.297 1.094l-0.828 2.906 2.938 0.75c0.391 0.094 0.703 0.406 0.812 0.797 0.094 0.391-0.016 0.812-0.313 1.094z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"424\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b12d8\" wfd-id=\"425\"><h4 data-css=\"tve-u-1625389a3d5\" style=\"text-align: left;\">Triple Foam Polish</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"417\"><p data-css=\"tve-u-162492e70ad\">Class aptent taciti sociosqu ad litora torquent</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"407\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229fa8c68\" wfd-id=\"409\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-16271adf6cf\" wfd-id=\"413\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"bullseye\">\n<path d=\"M16 14c0 2.203-1.797 4-4 4s-4-1.797-4-4 1.797-4 4-4 4 1.797 4 4zM18 14c0-3.313-2.688-6-6-6s-6 2.688-6 6 2.688 6 6 6 6-2.688 6-6zM20 14c0 4.422-3.578 8-8 8s-8-3.578-8-8 3.578-8 8-8 8 3.578 8 8zM22 14c0-5.516-4.484-10-10-10s-10 4.484-10 10 4.484 10 10 10 10-4.484 10-10zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"411\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-16248fc71c8\" wfd-id=\"412\"><h4 data-css=\"tve-u-1625389b4ed\" style=\"text-align: left;\">Tire dressing</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"410\"><p data-css=\"tve-u-162492e70ad\">Etiam pharetra, erat sed fermentum feugiat, velit mauris</p></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621ad46076\" wfd-id=\"357\">\n<div class=\"tve-page-section-out\" wfd-id=\"400\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621b072b4e\" wfd-id=\"358\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621a8b2488\" wfd-id=\"359\"><div class=\"tcb-flex-row tcb--cols--2 v-2\" data-css=\"tve-u-1621a8a804b\" wfd-id=\"360\"><div class=\"tcb-flex-col\" wfd-id=\"372\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16271bfe70c\" wfd-id=\"374\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h3\" data-css=\"tve-u-1621a8c4313\" wfd-id=\"395\"><h3><strong>Complete cleaning services for yoâ€‹ur car</strong></h3></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-16417b70f47\" wfd-id=\"375\"><ul class=\"tcb-styled-list\" wfd-id=\"376\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621acf0289\" wfd-id=\"387\"><div class=\"tcb-styled-list-icon\" wfd-id=\"393\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a8e11f3\" wfd-id=\"394\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ace1b08\" wfd-id=\"388\">We are a small business delivering professional cleaning services for all vehicles</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621acf64fb\" wfd-id=\"383\"><div class=\"tcb-styled-list-icon\" wfd-id=\"385\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a8e5625\" wfd-id=\"386\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ace4de9\" wfd-id=\"384\">Our services are convenient for individuals and corporate fleets</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"377\"><div class=\"tcb-styled-list-icon\" wfd-id=\"381\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a9076ef\" wfd-id=\"382\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621acf47d2\" wfd-id=\"378\">We use eco-friendly products that actually clean, protect and maintain your car better than the traditional cleaning substances</span></li></ul></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"361\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621a90a46f\" wfd-id=\"363\"><div class=\"thrv_wrapper thrv-fill-counter tve_red tve_normalfc thrv_data_element\" data-css=\"tve-u-1621a983587\" wfd-id=\"364\">\n<div class=\"tve_fill_counter_n\" style=\"\" data-fill=\"100\" data-css=\"tve-u-1621a98b602\" wfd-id=\"365\">\n<svg viewBox=\"0 0 160 160\" class=\"tve_fill_counter_circle\" shape-rendering=\"optimizeSpeed\" data-css=\"tve-u-1621a9a2862\">\n<circle class=\"tve_fill_counter_circle_inner\" r=\"80\" cx=\"80\" cy=\"80\" data-css=\"tve-u-1621a9685d4\"></circle>\n</svg>\n<div class=\"tve_fill_text_in\" data-css=\"tve-u-1621a96b190\" wfd-id=\"366\">\n<div class=\"tve_fill_text_value\" data-css=\"tve-u-1621a9a2866\" wfd-id=\"368\">\n<div class=\"thrv-inline-text tve_fill_text tve_editable\" data-css=\"tve-u-1621a9a2867\" wfd-id=\"369\"><strong>100%â€‹</strong></div>\n</div>\n<div class=\"thrv-inline-text tve_editable tve_data_element_label\" data-css=\"tve-u-1621a9750ae\" wfd-id=\"367\">Clean car</div>\n</div>\n</div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621ada1e7f\" data-value-type=\"percent\" wfd-id=\"319\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621adba9ef\" data-clip-id=\"52d5a36c151aa\" wfd-id=\"356\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-52d5a36c151aa\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0875\"></polygon></clipPath><clipPath id=\"clip-tablet-top-52d5a36c151aa\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0524\"></polygon></clipPath><clipPath id=\"clip-mobile-top-52d5a36c151aa\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0349\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621ad420c4\" wfd-id=\"320\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621ade6172\" wfd-id=\"321\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2 tcb-row-reversed-mobile tcb-mobile-edit v-2\" data-css=\"tve-u-1621adea58b\" wfd-id=\"322\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621b064646\" style=\"\" wfd-id=\"350\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ae0bec7\" wfd-id=\"352\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ae4fd21\" data-value-type=\"percent\" data-float=\"1\" wfd-id=\"353\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621ae6c8da\" data-clip-id=\"aa2c3e3c70555\" wfd-id=\"355\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0349\"></polygon></clipPath><clipPath id=\"clip-tablet-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"4\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0699\"></polygon></clipPath><clipPath id=\"clip-mobile-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"4\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0699\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb\" data-css=\"tve-u-1621ae4db6e\" wfd-id=\"354\"></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621b064668\" style=\"\" wfd-id=\"323\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621f45bed3\" wfd-id=\"325\"><div class=\"tcb-clear\" data-css=\"tve-u-16224848ee5\" wfd-id=\"346\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621afceb00\" wfd-id=\"347\"><h2 data-css=\"tve-u-1621afcc0bf\">Check Out Our Special Offer!</h2></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621afda4fa\" wfd-id=\"345\"><p data-css=\"tve-u-1621afd8c98\">Donâ€™t miss the opportunity to get 50% discount on a complete cleaning just by recommending us to a friend. Bring someone you know with you and clean you car half price!</p></div><div class=\"tcb-clear\" data-css=\"tve-u-16224834cab\" wfd-id=\"326\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621fe85996\" wfd-id=\"327\"><div class=\"tcb-flex-row tcb--cols--2 tcb-resized tcb-medium-wrap tcb-desktop-wrap\" data-css=\"tve-u-1621fe78878\" wfd-id=\"328\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621fe94086\" style=\"\" wfd-id=\"336\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"338\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621b01355a\" wfd-id=\"339\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621b08fdde\" data-tcb_hover_state_parent=\"1\" wfd-id=\"344\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16223f02c16\" wfd-id=\"340\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-1620af7eb3f\" data-tcb_hover_state_parent=\"\" data-button-style=\"full_rounded\" wfd-id=\"341\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"342\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-16228c75500\" wfd-id=\"343\"><strong>Request an appointment</strong></span></span>\n</a>\n</div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621fe940b9\" style=\"\" wfd-id=\"329\"><div class=\"tcb-col\" wfd-id=\"331\"><div class=\"tcb-clear\" data-css=\"tve-u-16224716d62\" wfd-id=\"332\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-1621b028939\" data-tcb_hover_state_parent=\"\" data-button-style=\"ghost\" wfd-id=\"333\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"334\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-16228c764b2\" wfd-id=\"335\"><strong>Call Now: 0400-700-682</strong></span></span>\n</a>\n</div></div></div></div></div></div></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16260ba2fa4\" wfd-id=\"218\">\n<div class=\"tve-page-section-out\" wfd-id=\"318\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16260be7104\" wfd-id=\"219\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621b0e4fb7\" wfd-id=\"317\"><h2 data-css=\"tve-u-1621b10fccf\" style=\"text-align: center;\">our happy clients</h2></div><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641367127b\" data-float=\"1\" wfd-id=\"316\"><svg class=\"tcb-icon\" viewBox=\"0 0 30 32\" data-name=\"quote-left\">\n<path d=\"M13.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429zM29.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641367e553\" wfd-id=\"315\"><svg class=\"tcb-icon\" viewBox=\"0 0 30 32\" data-name=\"quote-left\">\n<path d=\"M13.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429zM29.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a10d3b4\" wfd-id=\"286\">\n<div class=\"tve-content-box-background\" wfd-id=\"314\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"287\"><div class=\"tcb-clear\" data-css=\"tve-u-1621b300a64\" wfd-id=\"312\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-1621f154231\" wfd-id=\"313\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621b200375\" wfd-id=\"290\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-16260d8392c\" wfd-id=\"291\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"296\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"298\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16417b62c09\" wfd-id=\"299\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-16260d8396c\" wfd-id=\"300\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16260d01208\" style=\"\" wfd-id=\"306\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"308\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"309\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16225617da3\" wfd-id=\"311\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"310\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16260d0120e\" style=\"\" wfd-id=\"301\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"303\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"305\"><h5>Brett Graham, 28</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"304\"><h6 class=\"\">Architect</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"292\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"294\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"295\"><p data-css=\"tve-u-162539c17ec\">Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit. Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit.&nbsp;</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-16260c5ff0c\" wfd-id=\"288\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260c5ff07\" wfd-id=\"289\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a12f675\" wfd-id=\"253\">\n<div class=\"tve-content-box-background\" wfd-id=\"285\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"254\"><div class=\"tcb-clear\" data-css=\"tve-u-16260cd7683\" wfd-id=\"283\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260d73672\" wfd-id=\"284\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16260da3aa7\" wfd-id=\"257\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-1621fb68b97\" wfd-id=\"258\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"267\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"269\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16417b662bf\" wfd-id=\"270\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-1621fb65556\" wfd-id=\"271\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16229915e1a\" style=\"\" wfd-id=\"277\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"279\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"280\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16260c433e9\" wfd-id=\"282\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"281\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16229915e4e\" style=\"\" wfd-id=\"272\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"274\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"276\"><h5>Rosie Hanson, 24</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"275\"><h6 class=\"\">Real estate Associate</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"259\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"261\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"262\"><p data-css=\"tve-u-162539c17ec\">Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo.</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-16260d3b97e\" wfd-id=\"255\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260d39b83\" wfd-id=\"256\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a146aef\" wfd-id=\"220\">\n<div class=\"tve-content-box-background\" wfd-id=\"252\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"221\"><div class=\"tcb-clear\" data-css=\"tve-u-16260cd7683\" wfd-id=\"250\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260cd622f\" wfd-id=\"251\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16260c39a7e\" wfd-id=\"224\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-16260d3f4aa\" wfd-id=\"225\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"232\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"234\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621fbacc60\" wfd-id=\"235\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-16260d3f4af\" wfd-id=\"236\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16229915e1a\" style=\"\" wfd-id=\"244\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"246\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"247\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16260d5e4b8\" wfd-id=\"249\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"248\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16229915e4e\" style=\"\" wfd-id=\"237\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"239\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"243\"><h5>Shawn Mattews, 35</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"240\"><h6 class=\"\">project manager</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"226\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"228\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"229\"><p data-css=\"tve-u-162539c17ec\">Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo. Nullam ac urna eu felis.Sed non neque elit. Sed ut imperdiet nisi. Proin condimentum</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1621b30ca74\" wfd-id=\"222\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-1621f15b521\" wfd-id=\"223\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621b3c8c52\" wfd-id=\"104\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621b3cfc7b\" wfd-id=\"217\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621b3c74d9\" wfd-id=\"105\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621e7b695a\" wfd-id=\"214\"><h2 data-css=\"tve-u-1621e7a7350\" style=\"text-align: center;\">our offers</h2></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621e7c899a\" wfd-id=\"106\"><div class=\"tcb-flex-row tcb--cols--3 tcb-medium-wrap v-2\" data-css=\"tve-u-1621e7c7aa1\" wfd-id=\"107\"><div class=\"tcb-flex-col\" wfd-id=\"174\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16223fc9f23\" wfd-id=\"176\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e7ceab3\" style=\"\" wfd-id=\"177\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16416e4fafd\" wfd-id=\"213\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e7d5094\" wfd-id=\"178\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e7e9950\" data-value-type=\"percent\" style=\"\" wfd-id=\"207\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e7edfd9\" data-clip-id=\"10ffac3b28f1d\" wfd-id=\"212\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-10ffac3b28f1d\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-10ffac3b28f1d\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e7e6c1d\" wfd-id=\"208\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-16417b4cb9e\" wfd-id=\"209\"><h4 data-css=\"tve-u-1621fe1a1af\" style=\"text-align: center;\"><strong>Basic Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ec6c39b\" data-float=\"1\" wfd-id=\"203\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e81f424\" wfd-id=\"206\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec752da\" wfd-id=\"204\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"205\"><h4 data-css=\"tve-u-1621fe1bd18\" style=\"text-align: center;\"><strong>15$</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621ea50702\" wfd-id=\"179\"><ul class=\"tcb-styled-list\" wfd-id=\"180\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec3a5c0\" wfd-id=\"199\"><div class=\"tcb-styled-list-icon\" wfd-id=\"201\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec204df\" wfd-id=\"202\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec241aa\" wfd-id=\"200\">Interior vacuum</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"195\"><div class=\"tcb-styled-list-icon\" wfd-id=\"197\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec20f68\" wfd-id=\"198\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec2704c\" wfd-id=\"196\">Dust &amp;dash console</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec42aa7\" wfd-id=\"189\"><div class=\"tcb-styled-list-icon\" wfd-id=\"193\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec21a31\" wfd-id=\"194\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec298ab\" wfd-id=\"190\">Hand towel dry</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec43fe2\" wfd-id=\"185\"><div class=\"tcb-styled-list-icon\" wfd-id=\"187\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ea1fba7\" wfd-id=\"188\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea23322\" wfd-id=\"186\">Clean windows</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec454d9\" wfd-id=\"181\"><div class=\"tcb-styled-list-icon\" wfd-id=\"183\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ea295c0\" wfd-id=\"184\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea2c69a\" wfd-id=\"182\">Soft cloth wash</span></li></ul></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"141\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"143\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621eb81205\" style=\"\" wfd-id=\"144\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16416e603ab\" wfd-id=\"173\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621eb7ccb0\" wfd-id=\"145\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ebbbb6d\" data-value-type=\"percent\" wfd-id=\"169\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eaaedd8\" data-clip-id=\"a2b9cf3198d6f\" wfd-id=\"172\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-a2b9cf3198d6f\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-a2b9cf3198d6f\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec7f21a\" wfd-id=\"170\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e930bd7\" wfd-id=\"171\"><h4 data-css=\"tve-u-1621e92e97f\" style=\"text-align: center;\"><strong>Ultimate Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ec78d2c\" data-float=\"1\" wfd-id=\"165\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eab272c\" wfd-id=\"168\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec79a7d\" wfd-id=\"166\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"167\"><h4 data-css=\"tve-u-1621e942b65\" style=\"text-align: center;\"><strong>22 $</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621ebfa746\" wfd-id=\"162\"><p data-css=\"tve-u-1621f4ceaf6\" style=\"text-align: center;\">Includes basic service <span data-css=\"tve-u-1621f4ceaf7\" style=\"color: rgb(15, 29, 123);\" wfd-id=\"163\"><strong class=\"\"><span data-css=\"tve-u-1621f4ceafb\" wfd-id=\"164\">+</span></strong></span></p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621ebf340c\" wfd-id=\"146\"><ul class=\"tcb-styled-list\" wfd-id=\"147\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-164137a0b1f\" wfd-id=\"156\"><div class=\"tcb-styled-list-icon\" wfd-id=\"160\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec0c5bd\" wfd-id=\"161\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ebfe4ce\" wfd-id=\"157\">Triple foam conditiner</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec04541\" wfd-id=\"152\"><div class=\"tcb-styled-list-icon\" wfd-id=\"154\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec09a3c\" wfd-id=\"155\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ebff867\" wfd-id=\"153\">Tire dressing</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec05cc3\" wfd-id=\"148\"><div class=\"tcb-styled-list-icon\" wfd-id=\"150\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec15f6e\" wfd-id=\"151\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec009a8\" wfd-id=\"149\">Air freshner</span></li></ul></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"108\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16223dad661\" wfd-id=\"110\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621fd9c946\" style=\"\" wfd-id=\"111\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e7d234c\" wfd-id=\"140\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621fd84d7b\" wfd-id=\"112\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16223b080b0\" data-value-type=\"percent\" wfd-id=\"134\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eb3eb9f\" data-clip-id=\"ac98bb0e54b3b\" wfd-id=\"139\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621fd8766c\" wfd-id=\"135\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e930bd7\" wfd-id=\"136\"><h4 data-css=\"tve-u-1621fe1587d\" style=\"text-align: center;\"><strong>Supreme Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e8107f3\" wfd-id=\"130\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eb43d8d\" wfd-id=\"133\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e819c52\" wfd-id=\"131\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"132\"><h4 data-css=\"tve-u-1621fe1725e\" style=\"text-align: center;\"><strong>30 $</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621eb037bb\" wfd-id=\"127\"><p data-css=\"tve-u-1621f4d0451\" style=\"text-align: center;\">Includes ultimate service <span data-css=\"tve-u-1621eaff572\" style=\"color: rgb(15, 29, 123);\" wfd-id=\"128\"><strong class=\"\"><span data-css=\"tve-u-1621eb01b60\" wfd-id=\"129\">+</span></strong></span></p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621eacf6af\" wfd-id=\"113\"><ul class=\"tcb-styled-list\" wfd-id=\"114\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec36a4d\" wfd-id=\"123\"><div class=\"tcb-styled-list-icon\" wfd-id=\"125\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e9993aa\" wfd-id=\"126\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea1a5d7\" wfd-id=\"124\">Exterior trim dressing</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"119\"><div class=\"tcb-styled-list-icon\" wfd-id=\"121\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e99b1db\" wfd-id=\"122\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea19a06\" wfd-id=\"120\">Hand applied spray wax</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec37ea5\" wfd-id=\"115\"><div class=\"tcb-styled-list-icon\" wfd-id=\"117\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e99c314\" wfd-id=\"118\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea18c5d\" wfd-id=\"116\">Interior conditioner</span></li></ul></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621efddaaf\" wfd-id=\"54\">\n<div class=\"tve-page-section-out\" wfd-id=\"103\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621edf8048\" wfd-id=\"55\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621f114214\" wfd-id=\"56\"><div class=\"tcb-flex-row tcb-mobile-edit tcb--cols--2\" data-css=\"tve-u-1621ee03000\" wfd-id=\"57\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621ee4be21\" style=\"\" wfd-id=\"63\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ee093d4\" wfd-id=\"65\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ee3afec\" wfd-id=\"66\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621ee58e74\" wfd-id=\"102\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ee37f4a\" wfd-id=\"67\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1621ee74a24\" wfd-id=\"101\"><svg class=\"tcb-icon\" viewBox=\"0 0 16 28\" data-name=\"map-marker\">\n<path d=\"M12 10c0-2.203-1.797-4-4-4s-4 1.797-4 4 1.797 4 4 4 4-1.797 4-4zM16 10c0 0.953-0.109 1.937-0.516 2.797l-5.688 12.094c-0.328 0.688-1.047 1.109-1.797 1.109s-1.469-0.422-1.781-1.109l-5.703-12.094c-0.406-0.859-0.516-1.844-0.516-2.797 0-4.422 3.578-8 8-8s8 3.578 8 8z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621ee63e1c\" wfd-id=\"94\"><h2 data-css=\"tve-u-1621fdcb4ea\" style=\"text-align: center;\">contact us</h2></div><div class=\"thrv_wrapper thrv-contact-form\" data-ct=\"contact_form-22343\" style=\"\" data-css=\"tve-u-16465071dea\" data-ct-name=\"Rounded Shadow\" wfd-id=\"70\">\n<form action=\"\" method=\"post\" novalidate=\"\" wfd-id=\"71\">\n<div class=\"tve-cf-item-wrapper\" wfd-id=\"77\">\n<div class=\"tve-cf-item\" data-css=\"tve-u-1695dd04208\" wfd-id=\"90\">\n<div class=\"thrv-cf-input-wrapper\" data-type=\"first_name\" wfd-id=\"91\">\n<label data-css=\"tve-u-1695d9d6525\" class=\"\" wfd-id=\"93\">First Name</label>\n<div class=\"tve-cf-input\" data-css=\"tve-u-1695d9d6526\" data-tcb_hover_state_parent=\"\" wfd-id=\"92\">\n<input placeholder=\"\" type=\"text\" name=\"first_name\" data-placeholder=\"\" wfd-id=\"576\">\n</div>\n</div>\n</div>\n<div class=\"tve-cf-item\" data-css=\"tve-u-1695dd04208\" wfd-id=\"86\">\n<div class=\"thrv-cf-input-wrapper\" data-type=\"email\" wfd-id=\"87\">\n<label data-css=\"tve-u-1695d9d6527\" class=\"\" wfd-id=\"89\">Email Address</label>\n<div class=\"tve-cf-input\" data-css=\"tve-u-1695d9d6528\" data-tcb_hover_state_parent=\"\" wfd-id=\"88\">\n<input placeholder=\"\" type=\"email\" name=\"email\" data-placeholder=\"\" wfd-id=\"575\">\n</div>\n</div>\n</div>\n<div class=\"tve-cf-item\" data-css=\"tve-u-1695dd484d7\" wfd-id=\"82\">\n<div class=\"thrv-cf-input-wrapper\" data-type=\"message\" wfd-id=\"83\">\n<label data-css=\"tve-u-1695d9d6529\" class=\"\" wfd-id=\"85\">Message</label>\n<div class=\"tve-cf-input\" data-css=\"tve-u-1695d9d652a\" data-tcb_hover_state_parent=\"\" wfd-id=\"84\">\n<textarea placeholder=\"\" data-placeholder=\"\" name=\"message\" wfd-id=\"578\"></textarea>\n</div>\n</div>\n</div>\n<div class=\"tve-cf-item\" data-css=\"tve-u-1695dd04208\" wfd-id=\"78\">\n	<div class=\"thrv-cf-input-wrapper\" data-type=\"phone\" wfd-id=\"79\">\n		<label data-css=\"tve-u-1695d9d6525\" class=\"\" wfd-id=\"81\">Phone Number</label>\n		<div class=\"tve-cf-input\" data-css=\"tve-u-1695d9d6526\" wfd-id=\"80\">\n			<input placeholder=\"+1-555-555-2368\" type=\"tel\" name=\"phone\" data-placeholder=\"+1-555-555-2368\" wfd-id=\"574\">\n		</div>\n	</div>\n</div></div>\n<div class=\"tve-cf-submit\" data-tcb_hover_state_parent=\"\" data-button-style=\"rounded\" data-css=\"tve-u-1695dd27f6a\" wfd-id=\"72\">\n<button class=\"tve_btn_txt\" type=\"submit\" wfd-id=\"591\">Submit Message</button>\n</div>\n<input type=\"hidden\" name=\"config\" value=\"YTozOntzOjE0OiJlcnJvcl9tZXNzYWdlcyI7YTo0OntzOjU6ImVtYWlsIjtzOjIxOiJFbWFpbCBhZGRyZXNzIGludmFsaWQiO3M6NToicGhvbmUiO3M6MjA6IlBob25lIG51bWJlciBpbnZhbGlkIjtzOjM6InVybCI7czoxMToiVVJMIGludmFsaWQiO3M6ODoicmVxdWlyZWQiO3M6MjA6IlJlcXVpcmVkIGZpZWxkIGVtcHR5Ijt9czo4OiJ0b19lbWFpbCI7YToyOntzOjI6InRvIjtzOjI4OiJpbmZvQGJlc3RjZXJha290ZWZsb3JpZGEuY29tIjtzOjc6InN1YmplY3QiO3M6MTg6Ik5ldyBtZXNzYWdlIGZyb206ICI7fXM6Njoic3VibWl0IjthOjEwOntzOjY6ImFjdGlvbiI7czoxMjoibm90aWZpY2F0aW9uIjtzOjIzOiJzZW5kX2NvbmZpcm1hdGlvbl9lbWFpbCI7YjoxO3M6MTk6InNlbmRlcl9wZXJzb25hbGl6ZWQiO2I6MDtzOjIwOiJjb25maXJtYXRpb25fc3ViamVjdCI7czozNjoiQ29udGFjdCBGb3JtIHN1Ym1pc3Npb24gY29uZmlybWF0aW9uIjtzOjIwOiJjb25maXJtYXRpb25fbWVzc2FnZSI7czoxMzk6IkhlbGxvLCAKClRoYW5rcyBmb3IgY29udGFjdGluZyB1cy4gV2UnbGwgZ2V0IGJhY2sgdG8geW91IGFzIHNvb24gYXMgcG9zc2libGUgd2l0aCB0aGUgaW5mb3JtYXRpb24geW91IG5lZWQuIAoKQmVzdCByZWdhcmRzLApbd3Bfc2l0ZV90aXRsZV0iO3M6OToiZnJvbV9uYW1lIjtzOjI4OiJUaGUgQmVzdCBDZXJha290ZSBJbiBGbG9yaWRhIjtzOjEwOiJmcm9tX2VtYWlsIjtzOjI5OiJhZG1pbkBiZXN0Y2VyYWtvdGVmbG9yaWRhLmNvbSI7czo4OiJyZXBseV90byI7czoyOToiYWRtaW5AYmVzdGNlcmFrb3RlZmxvcmlkYS5jb20iO3M6MzoidXJsIjtzOjA6IiI7czoxMjoibm90aWZpY2F0aW9uIjtzOjgxOiJZb3VyIG1lc3NhZ2UgaGFzIGJlZW4gc2VudCwgdGhhbmsgeW91ISBZb3UnbGwgaGVhciBmcm9tIHVzIHdpdGhpbiB0aGUgbmV4dCAyNCBocnMiO319\" wfd-id=\"573\"></form>\n</div><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_slide_left\" data-css=\"tve-u-1621ef118dc\" style=\"\" wfd-id=\"68\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"69\"><img class=\"tve_image tve_evt_manager_listen tve_et_tve-viewport wp-image-600\" alt=\"\" width=\"2148\" height=\"1968\" title=\"CertifiedLogo_transparent\" data-id=\"600\" src=\"https://bestcerakoteflorida.com/wp-content/uploads/2019/03/CertifiedLogo_transparent-e1552073635916.png\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_left&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" style=\"width: 100%;\"></span></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621ee4be73\" style=\"\" wfd-id=\"58\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ee22c43\" wfd-id=\"60\"><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-1695d995f33\" wfd-id=\"62\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=825 South Kings Highway, Fort Pierce&amp;t=m&amp;z=11&amp;output=embed&amp;iwloc=near\"></iframe>\n</div><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-1621ee18a1c\" wfd-id=\"61\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=davie, Florida 33317&amp;t=m&amp;z=11&amp;output=embed&amp;iwloc=near\"></iframe>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-custom-menu-inside\" data-css=\"tve-u-1621f0aa8f7\" wfd-id=\"24\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621f0ada0e\" wfd-id=\"53\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621f0b0088\" wfd-id=\"25\"><div class=\"thrv_wrapper thrv-columns tve-custom-menu-inside\" data-css=\"tve-u-1621f0d2c1a\" wfd-id=\"26\"><div class=\"tcb-flex-row tcb--cols--3 tcb-resized\" data-css=\"tve-u-1621f0cbe40\" wfd-id=\"27\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1695e826914\" style=\"\" wfd-id=\"45\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"47\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621f0da775\" wfd-id=\"48\"><p data-css=\"tve-u-1622444fb11\" style=\"text-align: center;\">Â© 2018, BLACKHAWK CUSTOM, LLC . All rights reserved.</p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1695e826ae0\" style=\"\" wfd-id=\"36\"><div class=\"tcb-col\" wfd-id=\"38\"><div class=\"thrv_wrapper thrv_widget_menu tve-custom-menu-upgrade tve-mobile-dropdown tve-menu-style-none tve-dropdown-icon-style_2\" data-tve-style=\"tve_horizontal\" data-tve-switch-icon=\"tablet,mobile\" data-css=\"tve-u-1695e821f4c\" tcb-template-name=\"Simple Underline Light\" tcb-template-id=\"28130\" data-ct=\"menu-28130\" style=\"\" wfd-id=\"39\">	<div class=\"thrive-shortcode-config\" style=\"display: none !important\" wfd-id=\"44\">__CONFIG_widget_menu__{\"menu_id\":\"custom\",\"color\":\"tve_red\",\"dir\":\"tve_horizontal\",\"font_class\":\"\",\"font_size\":\"\",\"ul_attr\":\"\",\"link_attr\":\"\",\"top_link_attr\":\"\",\"trigger_attr\":\"\",\"primary\":\"\",\"head_css\":\"\",\"background_hover\":\"\",\"main_hover\":\"\",\"child_hover\":\"\",\"group_edit\":[{\"css_id\":null,\"class\":\"\"},{\"css_id\":null,\"class\":\"\"},{\"css_id\":null,\"class\":\"\"},{\"css_id\":null,\"class\":\"\"}],\"menu_style\":\"none\",\"dropdown_icon\":\"style_2\",\"mobile_side\":\"\",\"mobile_icon\":\"\",\"switch_to_icon\":\"tablet,mobile\",\"template\":\"28130\",\"template_name\":\"Simple Underline Light\"}__CONFIG_widget_menu__</div>\n<div class=\"thrive-shortcode-html tve-menu-custom-type thrive-shortcode-html-editable tve-custom-menu-type tve_clearfix\" style=\"z-index: 8;\" wfd-id=\"40\">\n<a class=\"tve-m-trigger t_tve_horizontal tve_red\" href=\"javascript:void(0)\"><div class=\"thrv_wrapper thrv_icon tcb-icon-open tve-trigger-active\" data-not-changeable=\"true\" data-selector=\"[data-css=&quot;tve-u-1695e821f4c&quot;] .tcb-icon-open\" wfd-id=\"43\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 24\" data-name=\"align-justify\"><g><g><path class=\"st0\" d=\"M23,13H1c-0.6,0-1-0.4-1-1s0.4-1,1-1h22c0.6,0,1,0.4,1,1S23.6,13,23,13z\"></path></g><g><path class=\"st0\" d=\"M23,6.7H1c-0.6,0-1-0.4-1-1s0.4-1,1-1h22c0.6,0,1,0.4,1,1S23.6,6.7,23,6.7z\"></path></g><g><path class=\"st0\" d=\"M23,19.3H1c-0.6,0-1-0.4-1-1s0.4-1,1-1h22c0.6,0,1,0.4,1,1S23.6,19.3,23,19.3z\"></path></g></g></svg></div><div class=\"thrv_wrapper thrv_icon tcb-icon-close\" data-not-changeable=\"true\" data-selector=\"[data-css=&quot;tve-u-1695e821f4c&quot;] .tcb-icon-close\" wfd-id=\"42\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 24\" data-name=\"close\"><path class=\"st0\" d=\"M13.4,12l7.1-7.1c0.4-0.4,0.4-1,0-1.4s-1-0.4-1.4,0L12,10.6L4.9,3.5c-0.4-0.4-1-0.4-1.4,0s-0.4,1,0,1.4l7.1,7.1 l-7.1,7.1c-0.4,0.4-0.4,1,0,1.4c0.4,0.4,1,0.4,1.4,0l7.1-7.1l7.1,7.1c0.4,0.4,1,0.4,1.4,0c0.4-0.4,0.4-1,0-1.4L13.4,12z\"></path></svg></div></a><ul id=\"menu-main-menu\" class=\"tve_w_menu tve_horizontal tve-m-collapsed\" style=\"z-index: 6;\" wfd-id=\"41\"><li id=\"tcb_custom_menu_5402f616\" class=\"menu-item menu-item-type-post_type menu-item-object-page thrv_wrapper thrv-menu-item-element thrv-custom-menu-item\" data-selector=\"[data-css=&quot;tve-u-1695e821f4c&quot;] #tcb_custom_menu_5402f616\" data-tcb_hover_state_parent=\"\"><a href=\"https://bestcerakoteflorida.com/privacy/\"><span class=\"tve-disabled-text-inner\">Privacy</span><span class=\"tve-disabled-text-inner tve-item-dropdown-trigger\"></span></a></li><li id=\"tcb_custom_menu_13475a66\" class=\"menu-item menu-item-type-post_type menu-item-object-page thrv_wrapper thrv-menu-item-element thrv-custom-menu-item active-expand-children\" data-selector=\"[data-css=&quot;tve-u-1695e821f4c&quot;] #tcb_custom_menu_13475a66\" data-tcb_hover_state_parent=\"\"><a href=\"https://bestcerakoteflorida.com/privacy-policy/\"><span class=\"tve-disabled-text-inner\">TERMS</span><span class=\"tve-disabled-text-inner tve-item-dropdown-trigger\"></span></a></li><li id=\"tcb_custom_menu_a19cc162\" class=\"menu-item menu-item-type-post_type menu-item-object-page thrv_wrapper thrv-menu-item-element thrv-custom-menu-item\" data-selector=\"[data-css=&quot;tve-u-1695e821f4c&quot;] #tcb_custom_menu_a19cc162\" data-tcb_hover_state_parent=\"\"><a href=\"\"><span class=\"tve-disabled-text-inner\">NAV#3</span><span class=\"tve-disabled-text-inner tve-item-dropdown-trigger\"></span></a></li><li id=\"tcb_custom_menu_hgZvKxml\" class=\"menu-item menu-item-type-post_type menu-item-object-page thrv_wrapper thrv-menu-item-element thrv-custom-menu-item\" data-selector=\"[data-css=&quot;tve-u-1695e821f4c&quot;] #tcb_custom_menu_hgZvKxml\" data-tcb_hover_state_parent=\"\"><a href=\"\"><span class=\"tve-disabled-text-inner\">NAV#5</span><span class=\"tve-disabled-text-inner tve-item-dropdown-trigger\"></span></a></li></ul></div>	</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1695e826b67\" wfd-id=\"28\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"30\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16223fe5f5b\" wfd-id=\"31\"><p data-css=\"tve-u-1621f0d874c\" style=\"text-align: center;\">Made with <a href=\"https://thrivethemes.com/\" target=\"_blank\" data-css=\"tve-u-1695e7e070d\">Thrive Architect</a></p></div></div></div></div></div></div>\n</div>\n\n'),(7398,602,'tve_revision_tve_content_more_found',''),(7399,602,'tve_revision_tve_save_post',''),(7400,602,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Montserrat:600,400,500,700&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Merriweather:400,700&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Special+Elite:400&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Poppins:400,800,900,300,700,&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Monda:400,700,&subset=latin\");@media (min-width: 300px){.tcb-plain-text { font-family: Monda; font-weight: 400; font-size: 14px; }#tve_editor [data-css=\"tve-u-1621b072b4e\"] p, #tve_editor [data-css=\"tve-u-1621b072b4e\"] li, #tve_editor [data-css=\"tve-u-1621b072b4e\"] blockquote, #tve_editor [data-css=\"tve-u-1621b072b4e\"] address, #tve_editor [data-css=\"tve-u-1621b072b4e\"] .tcb-plain-text, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h1, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h2, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h3, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h4, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h5, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h6 { color: rgb(18, 18, 18); }[data-css=\"tve-u-1621fe78878\"] .tcb-flex-col { flex-basis: 160px !important; }[data-css=\"tve-u-16417b70f47\"] { padding: 0px !important; margin: 0px !important; }#tve_editor [data-css=\"tve-u-1621fdcb4ea\"] { color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1641367127b\"] > :first-child { color: rgb(15, 29, 123); }[data-css=\"tve-u-1641367127b\"] { font-size: 60px; float: none; box-shadow: none; position: relative; z-index: 5; margin: 0px auto !important; }#tve_editor [data-css=\"tve-u-1641333d7d1\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-162717cb617\"] > .tcb-flex-col { padding-left: 0px; }#tve_editor [data-css=\"tve-u-16413112747\"] { color: rgb(255, 255, 255) !important; font-size: 15px !important; text-transform: capitalize !important; letter-spacing: 3px; font-family: Merriweather !important; font-weight: 400 !important; }[data-css=\"tve-u-16369305186\"] > .tve-cb { display: block; }#tve_editor [data-css=\"tve-u-162717cb609\"] p, #tve_editor [data-css=\"tve-u-162717cb609\"] li, #tve_editor [data-css=\"tve-u-162717cb609\"] blockquote, #tve_editor [data-css=\"tve-u-162717cb609\"] address, #tve_editor [data-css=\"tve-u-162717cb609\"] h1, #tve_editor [data-css=\"tve-u-162717cb609\"] h2, #tve_editor [data-css=\"tve-u-162717cb609\"] h3, #tve_editor [data-css=\"tve-u-162717cb609\"] h4, #tve_editor [data-css=\"tve-u-162717cb609\"] h5, #tve_editor [data-css=\"tve-u-162717cb609\"] h6 { color: rgb(255, 255, 255); }[data-css=\"tve-u-16369305186\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-162717cb621\"] .tve-page-section-in { display: flex; justify-content: center; flex-direction: column; }[data-css=\"tve-u-162717fcf9d\"] .tve-page-section-in { display: block; }[data-css=\"tve-u-1628a146aef\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1628a12f675\"] { padding: 0px !important; margin: 0px 0px 60px !important; }[data-css=\"tve-u-1628a10d3b4\"] { max-width: 100%; padding: 0px !important; margin: 0px 0px 60px !important; }#tve_editor [data-css=\"tve-u-162717cb618\"] p, #tve_editor [data-css=\"tve-u-162717cb618\"] li, #tve_editor [data-css=\"tve-u-162717cb618\"] blockquote, #tve_editor [data-css=\"tve-u-162717cb618\"] address, #tve_editor [data-css=\"tve-u-162717cb618\"] h1, #tve_editor [data-css=\"tve-u-162717cb618\"] h2, #tve_editor [data-css=\"tve-u-162717cb618\"] h3, #tve_editor [data-css=\"tve-u-162717cb618\"] h4, #tve_editor [data-css=\"tve-u-162717cb618\"] h5, #tve_editor [data-css=\"tve-u-162717cb618\"] h6 { color: rgb(0, 229, 255); }[data-css=\"tve-u-162718bd0c0\"] { clip-path: url(\"#clip-top-a3b25e1c9221a\"); -webkit-clip-path: url(\"#clip-top-a3b25e1c9221a\");  background-image: none !important; opacity: 1; filter: grayscale(0%) blur(0px); background-color: transparent !important; }[data-css=\"tve-u-162718a3b40\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-162717fcf9d\"] { z-index: 0 !important; padding: 170px 40px 0px !important; margin-top: -80px !important; }[data-css=\"tve-u-16260cd622f\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-16260cd7683\"]::after { clear: both; }[data-css=\"tve-u-16260cd622f\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin-top: 0px !important; margin-bottom: -1px !important; }[data-css=\"tve-u-16260be7104\"] { max-width: 1200px; }[data-css=\"tve-u-16260ba2fa4\"] { padding: 100px 40px !important; }[data-css=\"tve-u-162539c17ec\"] { line-height: 1.6em !important; }#tve_editor [data-css=\"tve-u-162493b6b63\"]:hover { background-color: rgb(248, 249, 251) !important; }#tve_editor [data-css=\"tve-u-1624939a960\"]:hover { background-color: rgb(248, 249, 251) !important; background-image: none !important; }#tve_editor [data-css=\"tve-u-162492e70ad\"] { color: rgb(137, 141, 167) !important; }[data-css=\"tve-u-162492815ba\"] { padding: 0px !important; margin-top: 25px !important; }[data-css=\"tve-u-162491e8e1f\"]::after { clear: both; }[data-css=\"tve-u-1622f65ba70\"] { border: none; background-image: none !important; padding: 0px 30px 30px !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-1622a159bcb\"] { max-width: 100%; float: none; z-index: 6; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; margin-top: 0px !important; }[data-css=\"tve-u-16229915e4e\"] { max-width: 62.8%; }[data-css=\"tve-u-16229915e1a\"] { max-width: 37.2%; }[data-css=\"tve-u-16225617da3\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-Brett.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16225611edb\"] { min-height: 127px; }[data-css=\"tve-u-1622561121b\"] { max-width: 127px; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-16224848ee5\"]::after { clear: both; }[data-css=\"tve-u-16224834cab\"]::after { clear: both; }[data-css=\"tve-u-1621ee3afec\"] > .tve-cb { display: block; }[data-css=\"tve-u-1621fe78878\"] > .tcb-flex-col { padding-left: 5px; }[data-css=\"tve-u-1621fe940b9\"] { max-width: 50%; }[data-css=\"tve-u-1621fe94086\"] { max-width: 50%; }[data-css=\"tve-u-1621fe85996\"] { max-width: 585px; float: left; z-index: 3; position: relative; width: 100%; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621fe78878\"] > .tcb-flex-col > .tcb-col { min-height: 65px; justify-content: center; }[data-css=\"tve-u-1621fe78878\"] { min-height: inherit; margin-left: -5px; padding: 0px !important; flex-wrap: wrap !important; }#tve_editor [data-css=\"tve-u-1621f4d0451\"] { font-size: 20px !important; }#tve_editor [data-css=\"tve-u-1621f4ceaf6\"] { font-size: 20px !important; color: rgb(12, 12, 12) !important; }[data-css=\"tve-u-1621f45bed3\"] { padding: 0px !important; }[data-css=\"tve-u-1621f114214\"] { float: none; max-width: 100%; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621f0da775\"] { padding: 0px !important; }#tve_editor [data-css=\"tve-u-1621f0d874c\"] { letter-spacing: 1px; color: rgb(255, 255, 255) !important; font-size: 14px !important; }[data-css=\"tve-u-1621f0d2c1a\"] { max-width: 100%; margin-left: 60px !important; margin-right: 60px !important; }[data-css=\"tve-u-1621f0aa8f7\"] .tve-page-section-in { display: flex; justify-content: center; flex-direction: column; }[data-css=\"tve-u-1621f0cbe40\"] { margin-left: 0px; padding: 0px !important; }[data-css=\"tve-u-1621f0cbe40\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-1621f0b0088\"] { max-width: 100%; min-height: 140px !important; }[data-css=\"tve-u-1621f0ada0e\"] { background-image: linear-gradient(rgb(22, 22, 24), rgb(22, 22, 24)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1621f0aa8f7\"] { padding: 0px !important; }[data-css=\"tve-u-1621efddaaf\"] { padding: 0px !important; }[data-css=\"tve-u-1621ef118dc\"] { width: 191px; position: relative; right: -50px; top: 0px; float: none; z-index: 3; margin: 0px auto !important; padding-left: 0px !important; left: 10px; }#tve_editor [data-css=\"tve-u-1621ee74a24\"] > :first-child { color: rgb(255, 255, 255); }[data-css=\"tve-u-1621ee74a24\"] { font-size: 60px; float: none; z-index: 3; position: relative; margin: 0px auto 10px !important; padding-top: 0px !important; box-shadow: none; }[data-css=\"tve-u-1621ee63e1c\"] { float: none; z-index: 3; position: relative; max-width: none; width: 100%; padding: 0px !important; margin: 0px auto 30px !important; }[data-css=\"tve-u-1621ee58e74\"] { background-color: rgba(0, 0, 0, 0.77) !important; border-right: 2px dotted rgb(0, 0, 0) !important; }[data-css=\"tve-u-1621ee3afec\"] { padding: 60px 10px 0px 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621ee22c43\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding-top: 0px !important; padding-left: 0px !important; }[data-css=\"tve-u-1621ee18a1c\"] { margin: 1px 20px 0px !important; box-shadow: none; }[data-css=\"tve-u-1621ee093d4\"] { margin-top: 0px !important; }[data-css=\"tve-u-1621ee03000\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1621ee03000\"] { margin-left: 0px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-1621ee03000\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-1621edf8048\"] { max-width: 100%; min-height: 1px !important; }[data-css=\"tve-u-1621ec454d9\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec43fe2\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec42aa7\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec3a5c0\"] { margin-top: 0px !important; margin-bottom: 10px !important; }[data-css=\"tve-u-1621ec37ea5\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec36a4d\"] { margin-bottom: 10px !important; }[data-css=\"tve-u-1621ea18c5d\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ea19a06\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ea1a5d7\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ea2c69a\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ea23322\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ec298ab\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ec2704c\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ec241aa\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ec05cc3\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec04541\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec009a8\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ebff867\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ebfe4ce\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621eb037bb\"] { padding: 0px !important; margin-top: 0px !important; margin-bottom: 30px !important; }[data-css=\"tve-u-1621eaff572\"] { color: rgb(15, 29, 123) !important; }[data-css=\"tve-u-1621ea50702\"] { max-width: 230px; float: none; z-index: 3; position: relative; width: 100%; padding: 0px !important; margin: 0px auto !important; }#tve_editor [data-css=\"tve-u-1621ea2c69a\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ea295c0\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ea295c0\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ea1fba7\"] > :first-child { color: rgb(137, 141, 167); }#tve_editor [data-css=\"tve-u-1621ea23322\"] { font-size: 16px !important; }[data-css=\"tve-u-1621ea1fba7\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }[data-css=\"tve-u-1621e99c314\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }[data-css=\"tve-u-1621e99b1db\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }[data-css=\"tve-u-1621e9993aa\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ea1a5d7\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ea19a06\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ea18c5d\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621e99c314\"] > :first-child { color: rgb(137, 141, 167); }#tve_editor [data-css=\"tve-u-1621e99b1db\"] > :first-child { color: rgb(137, 141, 167); }#tve_editor [data-css=\"tve-u-1621e9993aa\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621e8107f3\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621e942b65\"] strong { font-weight: 800; }[data-css=\"tve-u-1621e7e9950\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621e930bd7\"] { padding: 0px 0px 50px !important; }#tve_editor [data-css=\"tve-u-1621e92e97f\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1621e81f424\"] { border-radius: 200px; overflow: hidden; background-image: none !important; border: 3px solid rgb(255, 255, 255) !important; background-color: rgb(144, 147, 168) !important; }[data-css=\"tve-u-1621e819c52\"] { min-height: 110px; }[data-css=\"tve-u-1621e8107f3\"] { float: none; max-width: 110px; z-index: 4; padding: 0px !important; margin: -60px auto 30px !important; }[data-css=\"tve-u-1621e7edfd9\"] { clip-path: url(\"#clip-bottom-10ffac3b28f1d\"); -webkit-clip-path: url(\"#clip-bottom-10ffac3b28f1d\");  background-image: none !important; background-color: rgb(144, 147, 168) !important; }[data-css=\"tve-u-1621e7e9950\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1621e7e6c1d\"] { min-height: 150px; }[data-css=\"tve-u-1621e7c7aa1\"] > .tcb-flex-col { padding-left: 60px; }[data-css=\"tve-u-1621e7d5094\"] { min-height: 480px; }[data-css=\"tve-u-1621e7d234c\"] { box-shadow: rgba(0, 0, 0, 0.02) 0px 2px 22px 0px; background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1621e7ceab3\"] { float: none; width: 100%; padding: 0px 0px 20px !important; margin: 0px auto !important; }[data-css=\"tve-u-1621e7c899a\"] { float: none; max-width: 100%; margin: 0px auto !important; }[data-css=\"tve-u-1621e7c7aa1\"] { margin-left: -60px; padding: 0px !important; }[data-css=\"tve-u-1621e7b695a\"] { padding: 0px !important; margin-bottom: 100px !important; }#tve_editor [data-css=\"tve-u-1621e7a7350\"] { color: rgb(15, 29, 123) !important; }[data-css=\"tve-u-1621b3cfc7b\"] { filter: blur(0px); opacity: 1; background-image: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(220, 224, 246) 38%) !important; background-color: rgb(212, 212, 212) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1621b3c8c52\"] { padding: 100px 40px !important; }[data-css=\"tve-u-1621b3c74d9\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-1621b300a64\"]::after { clear: both; }[data-css=\"tve-u-1621b24a89d\"] { padding: 0px !important; }[data-css=\"tve-u-1621b22a018\"] { background-image: none !important; padding: 0px !important; }[data-css=\"tve-u-1621b200375\"] { float: none; max-width: 100%; border-left: 1px solid rgba(15, 29, 123, 0.7); border-right: 1px solid rgba(15, 29, 123, 0.7); background-color: rgb(248, 249, 251) !important; margin: 0px auto !important; }[data-css=\"tve-u-1621b10fccf\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621b0e4fb7\"] { border-right: none; max-width: 100%; padding: 0px !important; margin-bottom: 40px !important; margin-right: 0px !important; }[data-css=\"tve-u-1621b072b4e\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-1621b064668\"] { max-width: 52%; }[data-css=\"tve-u-1621b064646\"] { max-width: 48%; }[data-css=\"tve-u-1621afda4fa\"] { max-width: none; padding: 0px !important; margin-bottom: 40px !important; }#tve_editor [data-css=\"tve-u-1621afd8c98\"] { color: rgb(255, 255, 255) !important; font-size: 20px !important; }[data-css=\"tve-u-1621afceb00\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 80%; padding: 0px !important; margin-bottom: 50px !important; }#tve_editor [data-css=\"tve-u-1621afcc0bf\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1621a8a804b\"] > .tcb-flex-col { padding-left: 60px; }[data-css=\"tve-u-1621ae6c8da\"] { clip-path: url(\"#clip-top-aa2c3e3c70555\"); -webkit-clip-path: url(\"#clip-top-aa2c3e3c70555\");  background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-Cta-2.jpg\") !important; background-size: cover !important; background-position: 0% 100% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1621ae4fd21\"] { max-width: 100%; top: -70px; z-index: 5; left: -60px; position: relative !important; padding: 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-1621ae4db6e\"] { min-height: 524px; }[data-css=\"tve-u-1621ada1e7f\"] .tve-page-section-in { display: flex; flex-direction: column; justify-content: center; }[data-css=\"tve-u-1621adea58b\"] > .tcb-flex-col > .tcb-col { min-height: 1px; justify-content: center; }[data-css=\"tve-u-1621ae0bec7\"] { height: calc(100% - -22px); background-image: linear-gradient(rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.14)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; margin-left: 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621adea58b\"] > .tcb-flex-col { padding-left: 50px; }[data-css=\"tve-u-1621adea58b\"] { margin-left: -50px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-1621ade6172\"] { max-width: 100%; float: none; width: 100%; margin: 0px auto !important; }[data-css=\"tve-u-1621adba9ef\"] { clip-path: url(\"#clip-top-52d5a36c151aa\"); -webkit-clip-path: url(\"#clip-top-52d5a36c151aa\");  background-image: linear-gradient(rgba(15, 29, 123, 0.65), rgba(15, 29, 123, 0.65)), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-cta-bg.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-1621ada1e7f\"] { padding: 0px 40px !important; }[data-css=\"tve-u-1621ad46076\"] { padding: 100px 40px !important; margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1621ad420c4\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-1621a9076ef\"] { padding-top: 2px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-1621acf64fb\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621acf47d2\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1621acf0289\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621a8e11f3\"] { padding-top: 2px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-1621a8e5625\"] { padding-top: 2px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-1621ace4de9\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1621ace1b08\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1621a9a2867\"] strong { font-weight: 700; }#tve_editor [data-css=\"tve-u-1621a9a2867\"] { font-weight: 300; color: rgb(15, 29, 123) !important; font-family: Poppins !important; }[data-css=\"tve-u-1621a9750ae\"] { font-size: 13.6px !important; line-height: 13.6px !important; }[data-css=\"tve-u-1621a9a2867\"] { font-size: 48px !important; line-height: 48px !important; }[data-css=\"tve-u-1621a9a2866\"] { margin-top: 40px !important; }[data-css=\"tve-u-1621a9a2862\"] { width: 160px !important; height: 160px !important; background-color: rgb(137, 141, 167) !important; }[data-css=\"tve-u-1621a98b602\"] { stroke-dasharray: 502.655, 502.655; }[data-css=\"tve-u-1621a983587\"] { float: none; border: 30px solid rgba(137, 141, 167, 0.24); z-index: 3; position: relative; margin: 30px auto 0px !important; padding: 0px !important; }[data-css=\"tve-u-1621a9750ae\"] strong { font-weight: 700; }#tve_editor [data-css=\"tve-u-1621a9750ae\"] { color: rgb(255, 255, 255) !important; font-family: Monda !important; }[data-css=\"tve-u-1621a96b190\"] { background-color: rgb(231, 229, 229); width: 144px !important; height: 144px !important; top: 8px !important; bottom: 8px !important; left: 8px !important; right: 8px !important; }[data-css=\"tve-u-1621a9685d4\"] { stroke: rgb(248, 251, 253) !important; stroke-width: 17px !important; }[data-css=\"tve-u-1621a8a804b\"] > .tcb-flex-col > .tcb-col { min-height: 445px; justify-content: center; }[data-css=\"tve-u-1621a90a46f\"] { background-image: radial-gradient(rgba(255, 255, 255, 0.51) 16%, rgb(255, 255, 255) 73%), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-100-clean.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }#tve_editor [data-css=\"tve-u-1621a9076ef\"] > :first-child { color: rgb(15, 29, 123); }#tve_editor [data-css=\"tve-u-1621a8e5625\"] > :first-child { color: rgb(15, 29, 123); }#tve_editor [data-css=\"tve-u-1621a8e11f3\"] > :first-child { color: rgb(15, 29, 123); }[data-css=\"tve-u-1621a8c4313\"] { padding: 0px !important; margin-bottom: 60px !important; }[data-css=\"tve-u-1621a8b2488\"] { float: none; max-width: 100%; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621a8a804b\"] { min-height: inherit; margin-left: -60px; padding: 0px !important; }[data-css=\"tve-u-1621a2e0d5b\"] { line-height: 1em !important; }[data-css=\"tve-u-1621a2247ba\"] { max-width: 100%; float: none; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; }#tve_editor [data-css=\"tve-u-1620af7eb3f\"] .tcb-button-link { font-size: 18px; color: rgb(15, 29, 123) !important; }#tve_editor [data-css=\"tve-u-1620af7eb3f\"]:hover strong { font-weight: 700 !important; }[data-css=\"tve-u-1620af7eb3f\"] { width: 268px; float: left; z-index: 3; position: relative; display: block; max-width: 268px; margin-bottom: 0px !important; margin-top: 0px !important; margin-left: 3px !important; }#tve_editor [data-css=\"tve-u-1620af7eb3f\"]:hover .tcb-button-link { color: rgb(255, 255, 255) !important; border-radius: 200px !important; overflow: hidden !important; font-family: Monda !important; font-weight: 400 !important; text-shadow: none !important; background-image: none !important; background-color: rgb(15, 29, 123) !important; }[data-css=\"tve-u-1620af7eb3f\"] .tcb-button-link { border-radius: 200px; min-height: 54.7619px; font-size: 1.33333em; padding-top: 0px; padding-bottom: 0px; background-image: none !important; background-color: rgb(255, 255, 255) !important; padding-right: 15px !important; }#tcb_landing_page a:not(.tcb-button-link).tve_state_hover { color: rgb(35, 55, 188); }#tcb_landing_page a:not(.tcb-button-link):hover { color: rgb(35, 55, 188); }#tcb_landing_page a:not(.tcb-button-link) { color: rgb(255, 255, 255); }#tcb_landing_page input strong { font-weight: 700; }#tcb_landing_page .tcb-button-link strong { font-weight: 700; }#tcb_landing_page p strong, #tcb_landing_page li strong { font-weight: 700; }#tcb_landing_page input { font-family: Merriweather; font-weight: 400; }#tcb_landing_page .tcb-button-link { font-family: Merriweather; font-weight: 400; }#tcb_landing_page p, #tcb_landing_page li { color: rgb(12, 12, 12); font-family: Merriweather; font-weight: 400; line-height: 1.5em; font-size: 16px; }#tcb_landing_page h6 { text-transform: uppercase; font-size: 14px; color: rgb(0, 0, 0); font-family: \"Special Elite\"; font-weight: 400; letter-spacing: 1px; line-height: 1.3em; }#tcb_landing_page h5 { font-size: 22px; color: rgb(12, 12, 12); font-family: \"Special Elite\"; font-weight: 400; line-height: 1.3em; }#tcb_landing_page h4 { font-size: 24px; color: rgb(12, 12, 12); font-family: \"Special Elite\"; font-weight: 400; line-height: 1.3em; }#tcb_landing_page h3 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(12, 12, 12); font-size: 26px; line-height: 1.3em; }#tcb_landing_page h2 { color: rgb(0, 0, 0); font-size: 30px; letter-spacing: 2px; text-transform: uppercase; line-height: 1.3em; font-family: \"Special Elite\"; font-weight: 400; }#tcb_landing_page h1 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(0, 0, 0); font-size: 42px; line-height: 1.3em; }[data-css=\"tve-u-15e09c94f7d\"] { background-color: rgb(231, 229, 229) !important; }[data-css=\"tve-u-1621b01355a\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621b01355a\"] { max-width: 274px; position: relative; float: left; z-index: 3; width: 100%; padding: 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-1621b028939\"] .tcb-button-link { font-size: 18px; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1621b028939\"]:hover strong { font-weight: 700 !important; }[data-css=\"tve-u-1621b028939\"] { display: block; max-width: 268px; width: 268px; top: 0px; left: 0px; float: left; z-index: 3; position: relative; margin-bottom: 0px !important; margin-top: 0px !important; }#tve_editor [data-css=\"tve-u-1621b028939\"]:hover .tcb-button-link { background-color: rgb(255, 255, 255) !important; color: rgb(15, 29, 123) !important; overflow: hidden !important; font-family: Monda !important; background-image: none !important; text-align: center !important; }[data-css=\"tve-u-1621b028939\"] .tcb-button-link { min-height: 54.7619px; font-size: 1.33333em; padding-top: 0px; padding-bottom: 0px; border: 1px solid rgb(255, 255, 255); border-radius: 30px; overflow: hidden; background-color: rgba(26, 188, 156, 0.01) !important; padding-right: 15px !important; color: rgb(26, 188, 156) !important; }[data-css=\"tve-u-1621b08fdde\"] { border-radius: 200px; overflow: hidden; border: 1px solid rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1621b01355a\"]:hover [data-css=\"tve-u-1621b08fdde\"] { border: 1px solid rgba(255, 255, 255, 0.4) !important; }[data-css=\"tve-u-1621b30ca74\"]::after { clear: both; }#tve_editor [data-css=\"tve-u-1621e942b65\"] { font-weight: 400; letter-spacing: 0px; color: rgb(255, 255, 255) !important; font-family: Poppins !important; font-size: 30px !important; }[data-css=\"tve-u-1621e94cb4e\"] { float: none; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621eaaedd8\"] { clip-path: url(\"#clip-bottom-a2b9cf3198d6f\"); -webkit-clip-path: url(\"#clip-bottom-a2b9cf3198d6f\");  background-image: none !important; background-color: rgb(5, 10, 42) !important; }[data-css=\"tve-u-1621eab272c\"] { border-radius: 200px; overflow: hidden; background-image: none !important; border: 3px solid rgb(255, 255, 255) !important; background-color: rgb(5, 10, 42) !important; }[data-css=\"tve-u-1621eacf6af\"] { max-width: 230px; float: none; z-index: 3; position: relative; padding: 0px !important; margin: 0px auto !important; }[data-css=\"tve-u-1621eb3eb9f\"] { clip-path: url(\"#clip-bottom-ac98bb0e54b3b\"); -webkit-clip-path: url(\"#clip-bottom-ac98bb0e54b3b\");  background-image: none !important; background-color: rgb(45, 51, 89) !important; }[data-css=\"tve-u-1621eb43d8d\"] { border-radius: 200px; overflow: hidden; background-image: none !important; border: 3px solid rgb(255, 255, 255) !important; background-color: rgb(45, 51, 89) !important; }[data-css=\"tve-u-1621eb7ccb0\"] { min-height: 530px; }[data-css=\"tve-u-1621eb81205\"] { padding: 0px 0px 20px !important; margin-top: -25px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621ebbbb6d\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621ebbbb6d\"] { max-width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1621ebf340c\"] { max-width: 230px; float: none; z-index: 3; position: relative; width: 100%; padding: 0px !important; margin: 0px auto !important; }[data-css=\"tve-u-1621ebfa746\"] { padding: 0px !important; margin-top: 0px !important; margin-bottom: 30px !important; }#tve_editor [data-css=\"tve-u-1621ebfe4ce\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ebff867\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ec009a8\"] { font-size: 16px !important; }[data-css=\"tve-u-1621ec09a3c\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; margin: 0px !important; }#tve_editor [data-css=\"tve-u-1621ec09a3c\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ec0c5bd\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; margin: 0px !important; }#tve_editor [data-css=\"tve-u-1621ec0c5bd\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ec15f6e\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ec15f6e\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ec204df\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ec204df\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ec20f68\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ec20f68\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ec21a31\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ec21a31\"] > :first-child { color: rgb(137, 141, 167); }#tve_editor [data-css=\"tve-u-1621ec241aa\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ec2704c\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ec298ab\"] { font-size: 16px !important; }[data-css=\"tve-u-1621ec6c39b\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621ec6c39b\"] { float: none; max-width: 110px; z-index: 4; padding: 0px !important; margin: -60px auto 30px !important; }[data-css=\"tve-u-1621ec752da\"] { min-height: 110px; }[data-css=\"tve-u-1621ec78d2c\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621ec78d2c\"] { float: none; max-width: 110px; z-index: 4; padding: 0px !important; margin: -60px auto 30px !important; }[data-css=\"tve-u-1621ec79a7d\"] { min-height: 110px; }[data-css=\"tve-u-1621ec7f21a\"] { min-height: 160px; }[data-css=\"tve-u-1621f154231\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-1621f154231\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin: 0px 0px -1px !important; }[data-css=\"tve-u-1621f15b521\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-1621f15b521\"] { float: right; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin-top: -1px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621f4ceaf7\"] { color: rgb(15, 29, 123) !important; }[data-css=\"tve-u-1621fb65556\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-1621fb65556\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-1621fb65556\"] { min-height: inherit; margin-left: -20px; padding: 0px !important; }[data-css=\"tve-u-1621fb68b97\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-1621fb68b97\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-1621fb68b97\"] { min-height: inherit; margin-left: -30px; padding: 30px !important; }[data-css=\"tve-u-1621fbacc60\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621fbcad8c\"] { padding: 0px !important; }[data-css=\"tve-u-1621fc0ce17\"] { padding: 0px !important; margin-bottom: 15px !important; }[data-css=\"tve-u-1621fd84d7b\"] { min-height: 480px; }[data-css=\"tve-u-1621fd8766c\"] { min-height: 150px; }[data-css=\"tve-u-1621fd9c946\"] { padding: 0px 0px 20px !important; margin-top: 0px !important; margin-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-1621fe1587d\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1621fe1725e\"] strong { font-weight: 800; }#tve_editor [data-css=\"tve-u-1621fe1725e\"] { font-weight: 400; letter-spacing: 0px; color: rgb(255, 255, 255) !important; font-family: Poppins !important; font-size: 30px !important; }#tve_editor [data-css=\"tve-u-1621fe1a1af\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1621fe1bd18\"] strong { font-weight: 800; }#tve_editor [data-css=\"tve-u-1621fe1bd18\"] { font-weight: 400; letter-spacing: 0px; color: rgb(255, 255, 255) !important; font-family: Poppins !important; font-size: 30px !important; }[data-css=\"tve-u-16223b080b0\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-16223b080b0\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-16223f02c16\"] { min-height: 62px; }[data-css=\"tve-u-16223fe5f5b\"] { padding: 0px !important; }[data-css=\"tve-u-16224439be1\"] { padding: 0px !important; }#tve_editor [data-css=\"tve-u-1622444fb11\"] { letter-spacing: 1px; color: rgb(137, 141, 167) !important; font-size: 14px !important; }#tve_editor [data-css=\"tve-u-16228c764b2\"] { font-size: 18px !important; }[data-css=\"tve-u-16229f6175c\"] { border: none; margin: 80px 0px 0px !important; background-image: none !important; }[data-css=\"tve-u-16229fa6a26\"] { border: none; box-shadow: none; padding: 0px 30px 30px !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-16229fa8c68\"] { border: none; padding: 0px 30px 30px !important; background-image: none !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col > .tcb-col { min-height: 244px; }[data-css=\"tve-u-16229ffbb7b\"] { margin-left: -30px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16248fc42a1\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-16248fc42a1\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-16248fc71c8\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-16249355087\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-16249355087\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-16249358652\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-16249358652\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-1624935a201\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-1624935a201\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-16249367114\"] { border: none; margin: 30px 0px 0px !important; background-image: none !important; }[data-css=\"tve-u-16249373b25\"] { border: none; padding: 0px 30px 30px !important; background-image: linear-gradient(rgb(248, 249, 251), rgb(248, 249, 251)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1624939a960\"] { border: none; box-shadow: none; padding: 0px 30px 30px !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-162493a03b0\"] > .tcb-flex-col > .tcb-col { min-height: 244px; }[data-css=\"tve-u-162493a03b0\"] { margin-left: -30px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-162493a03b0\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-162493b6b63\"] { border: none; background-image: none !important; padding: 0px 30px 30px !important; background-color: rgb(248, 249, 251) !important; }#tve_editor [data-css=\"tve-u-162493d5f13\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-162493d5f13\"] { font-size: 30px; width: 30px; height: 30px; top: 0px; left: 0px; display: block; position: static; z-index: 8; border-bottom: 1px solid rgb(10, 93, 165); border-top: none; border-right: none; border-left: none; border-image: initial; margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-162494b490e\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-162494b7ad0\"] { padding: 0px !important; margin-top: 25px !important; margin-left: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-1625389a3d5\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-1625389a3d5\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-1625389b4ed\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-1625389b4ed\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-162539ac577\"] { max-width: 39%; }[data-css=\"tve-u-162539ac57d\"] { max-width: 61%; }#tve_editor [data-css=\"tve-u-162539c17ec\"] { font-size: 16px !important; color: rgba(12, 12, 12, 0.7) !important; }[data-css=\"tve-u-16260c39a7e\"] { float: none; max-width: 100%; border-left: 1px solid rgba(15, 29, 123, 0.7); border-right: 1px solid rgba(15, 29, 123, 0.7); margin: 0px auto !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-16260c433e9\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-Rosie.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16260c5ff07\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-16260c5ff07\"] { float: right; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin: -1px 0px 0px !important; }[data-css=\"tve-u-16260c5ff0c\"]::after { clear: both; }[data-css=\"tve-u-16260d01208\"] { max-width: 37%; }[data-css=\"tve-u-16260d0120e\"] { max-width: 63%; }[data-css=\"tve-u-16260d39b83\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-16260d39b83\"] { float: right; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin-top: -1px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-16260d3b97e\"]::after { clear: both; }[data-css=\"tve-u-16260d3f4aa\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16260d3f4aa\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-16260d3f4aa\"] { min-height: inherit; margin-left: -30px; padding: 30px !important; }[data-css=\"tve-u-16260d3f4af\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-16260d3f4af\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-16260d3f4af\"] { min-height: inherit; margin-left: -20px; padding: 0px !important; }[data-css=\"tve-u-16260d5e4b8\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-Shawn.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16260d73672\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-16260d73672\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin-top: 0px !important; margin-bottom: -1px !important; }[data-css=\"tve-u-16260d8392c\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16260d8392c\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-16260d8392c\"] { min-height: inherit; margin-left: -30px; padding: 30px !important; }[data-css=\"tve-u-16260d8396c\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-16260d8396c\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-16260d8396c\"] { min-height: inherit; margin-left: -20px; padding: 0px !important; }[data-css=\"tve-u-16260da3aa7\"] { float: none; max-width: 100%; border-left: 1px solid rgba(15, 29, 123, 0.7); border-right: 1px solid rgba(15, 29, 123, 0.7); margin: 0px auto !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-162717cb600\"] { max-width: 58.2%; }[data-css=\"tve-u-162717cb601\"] { max-width: 41.8%; }[data-css=\"tve-u-162717cb609\"]::after { clear: both; }[data-css=\"tve-u-162717cb60a\"] { padding-right: 50px !important; padding-bottom: 80px !important; padding-top: 20px !important; }[data-css=\"tve-u-162717cb60b\"]::after { clear: both; }[data-css=\"tve-u-162717cb60b\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-162717cb60f\"] { padding: 0px !important; margin-bottom: 25px !important; }[data-css=\"tve-u-162717cb610\"] { padding: 0px !important; margin-bottom: 35px !important; box-shadow: none !important; }#tve_editor [data-css=\"tve-u-162717cb616\"] { text-shadow: rgb(0, 0, 0) 2px 2px 2px; text-transform: none !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-162717cb617\"] { margin-left: 0px; padding: 0px !important; }[data-css=\"tve-u-162717cb618\"] { max-width: none; margin-top: 0px !important; }[data-css=\"tve-u-162717cb620\"] { clip-path: url(\"#clip-bottom-c883ac5175045\"); -webkit-clip-path: url(\"#clip-bottom-c883ac5175045\");  opacity: 1; filter: grayscale(0%) blur(0px); background-image: linear-gradient(rgba(0, 0, 0, 0.57), rgba(0, 0, 0, 0.57)), url(\"https://bestcerakoteflorida.com/wp-content/uploads/2018/05/FTYS6743.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, fixed !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-162717cb609\"] { max-width: 1200px; min-height: 630px !important; }[data-css=\"tve-u-162717cb621\"] { z-index: 1; padding: 125px 40px 0px !important; margin-top: -130px !important; }[data-css=\"tve-u-162717d1bb6\"] { border-right: 1px solid rgba(255, 255, 255, 0.2); }[data-css=\"tve-u-162717d1bb7\"] { max-width: 23.7%; }[data-css=\"tve-u-162717d1bb9\"] { max-width: 42.9%; }[data-css=\"tve-u-162717d1bbc\"] { border-left: none; padding: 0px !important; }[data-css=\"tve-u-162717d1bbe\"] { border-bottom: 1px solid rgba(255, 255, 255, 0.2); float: none; width: 100%; position: relative; z-index: 10; max-width: 1600px; margin: 0px auto !important; }[data-css=\"tve-u-162717d1bbf\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-162717d1bbf\"] > .tcb-flex-col { padding-left: 17px; }[data-css=\"tve-u-162717d1bbf\"] { margin-left: -17px; min-height: inherit; padding: 5px 0px 0px 40px !important; }#tve_editor [data-css=\"tve-u-162717d1bbe\"] p, #tve_editor [data-css=\"tve-u-162717d1bbe\"] li, #tve_editor [data-css=\"tve-u-162717d1bbe\"] blockquote, #tve_editor [data-css=\"tve-u-162717d1bbe\"] address { font-size: 16px; }#tve_editor [data-css=\"tve-u-16271adf6cf\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-16271adf6cf\"] { font-size: 30px; width: 30px; height: 30px; top: 22px; left: 20px; border-bottom: 1px solid rgb(10, 93, 165); margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1641367e553\"] > :first-child { color: rgba(15, 29, 123, 0.12); }[data-css=\"tve-u-1641367e553\"] { font-size: 60px; float: none; box-shadow: none; width: 60px; height: 60px; margin: -55px auto 60px !important; padding-right: 17px !important; }[data-css=\"tve-u-16416e4fafd\"] { box-shadow: rgba(0, 0, 0, 0.02) 0px 2px 22px 0px; background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16416e603ab\"] { box-shadow: rgba(0, 0, 0, 0.12) 0px 3px 44px 0px; background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-164179a84b8\"] > .tve-cb { display: block; }[data-css=\"tve-u-164179a84b8\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-164179bced9\"] { border-right: none; padding: 3px 0px 0px !important; position: static !important; }[data-css=\"tve-u-16417b4cb9e\"] { padding: 0px 0px 50px !important; }[data-css=\"tve-u-16417b62c09\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-16417b662bf\"] { margin-top: 0px !important; margin-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-16417e5bd95\"] > :first-child { color: rgb(255, 255, 255); }[data-css=\"tve-u-16417e5bd95\"] { z-index: 4; position: relative; float: left; font-size: 25px !important; width: 25px !important; height: 25px !important; margin: 3px 15px 0px 0px !important; padding-left: 0px !important; }[data-css=\"tve-u-1641c1af44d\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1641c1b01a6\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1641c1b0a67\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1641c1b12d8\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }#tve_editor [data-css=\"tve-u-1641c1b33f9\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-1641c1b33f9\"] { font-size: 30px; width: 30px; height: 30px; top: 22px; left: 20px; border-bottom: 1px solid rgb(10, 93, 165); margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1641c1b456a\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-1641c1b456a\"] { font-size: 30px; width: 30px; height: 30px; top: 22px; left: 20px; border-bottom: 1px solid rgb(10, 93, 165); margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1641c1b52d3\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-1641c1b52d3\"] { font-size: 30px; width: 30px; height: 30px; top: 22px; left: 20px; border-bottom: 1px solid rgb(10, 93, 165); margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1641c1b60b4\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-1641c1b60b4\"] { font-size: 30px; width: 30px; height: 30px; top: 22px; left: 20px; border-bottom: 1px solid rgb(10, 93, 165); margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }#tcb_landing_page .tcb-plain-text { color: rgb(0, 0, 0); font-family: Merriweather; font-weight: 400; }#tcb_landing_page .tcb-plain-text strong { font-weight: 700; }[data-css=\"tve-u-162717d1bbe\"] p { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-162717d1bbe\"] h3 { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-1695981e7bb\"] { max-width: 33.3545%; }[data-css=\"tve-u-16959822de2\"] { width: 291px; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-16959846d3d\"] { margin-top: 0px !important; }[data-css=\"tve-u-16959cd1e7a\"] { margin-top: 10px !important; }[data-css=\"tve-u-1695a3002e2\"] .tcb-button-link { border-radius: 4px; border-bottom: 4px solid rgb(117, 0, 23); border-top-color: rgb(198, 225, 224); border-right-color: rgb(198, 225, 224); border-left-color: rgb(198, 225, 224); background-image: none !important; background-color: rgb(143, 2, 32) !important; padding-right: 25px !important; }#tve_editor [data-css=\"tve-u-1695a3002e2\"]:hover .tcb-button-link { background-color: rgb(132, 1, 28) !important; }#tve_editor [data-css=\"tve-u-1695a36117b\"] { color: rgb(255, 255, 255) !important; font-size: 15px !important; text-transform: capitalize !important; letter-spacing: 3px; font-family: Merriweather !important; font-weight: 400 !important; }[data-css=\"tve-u-1695d995f33\"] { box-shadow: none; margin: 0px 20px -25px !important; }#tve_editor [data-css=\"tve-u-1695d9d652a\"]:hover input, #tve_editor [data-css=\"tve-u-1695d9d652a\"]:hover textarea { box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 9px -3px !important; }#tve_editor [data-css=\"tve-u-1695d9d6528\"]:hover input, #tve_editor [data-css=\"tve-u-1695d9d6528\"]:hover textarea { box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 9px -3px !important; }#tve_editor [data-css=\"tve-u-1695d9d6526\"]:hover input, #tve_editor [data-css=\"tve-u-1695d9d6526\"]:hover textarea { box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 9px -3px !important; }#tve_editor [data-css=\"tve-u-1695d9d6529\"] { font-family: \"Courier New\", Courier, monospace; font-weight: 700; font-size: 13px; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1695d9d6527\"] { font-family: \"Courier New\", Courier, monospace; font-weight: 700; font-size: 13px; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1695d9d6525\"] { font-family: \"Courier New\", Courier, monospace; font-weight: 700; font-size: 13px; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1695d9d652a\"] input, [data-css=\"tve-u-1695d9d652a\"] textarea { box-shadow: rgba(0, 0, 0, 0.25) 0px 2px 9px -6px; background-image: none !important; }[data-css=\"tve-u-1695d9d6528\"] input, [data-css=\"tve-u-1695d9d6528\"] textarea { box-shadow: rgba(0, 0, 0, 0.25) 0px 2px 9px -6px; background-image: none !important; }[data-css=\"tve-u-1695d9d6526\"] input, [data-css=\"tve-u-1695d9d6526\"] textarea { box-shadow: rgba(0, 0, 0, 0.25) 0px 2px 9px -6px; background-image: none !important; }[data-css=\"tve-u-1695d9d6529\"] { text-transform: capitalize; letter-spacing: 1px; font-weight: normal !important; }[data-css=\"tve-u-1695d9d6527\"] { text-transform: capitalize; letter-spacing: 1px; font-weight: normal !important; }[data-css=\"tve-u-1695d9d6525\"] { text-transform: capitalize; letter-spacing: 1px; font-weight: normal !important; }#tve_editor [data-css=\"tve-u-1695d9d652a\"] input, #tve_editor [data-css=\"tve-u-1695d9d652a\"] textarea { border-radius: 4px; overflow: hidden; border: 1px solid rgb(237, 240, 243); }#tve_editor [data-css=\"tve-u-1695d9d6528\"] input, #tve_editor [data-css=\"tve-u-1695d9d6528\"] textarea { border-radius: 4px; overflow: hidden; border: 1px solid rgb(237, 240, 243); }#tve_editor [data-css=\"tve-u-1695d9d6526\"] input, #tve_editor [data-css=\"tve-u-1695d9d6526\"] textarea { border-radius: 4px; overflow: hidden; border: 1px solid rgb(237, 240, 243); }[data-css=\"tve-u-1695dd04208\"] { margin-bottom: 10px !important; border-radius: 11px; overflow: hidden; }#tve_editor [data-css=\"tve-u-1695dd27f6a\"] button { border-radius: 8px; background-image: none !important; background-color: rgb(143, 2, 32) !important; border-color: rgb(131, 148, 139); padding: 10px !important; font-weight: 400 !important; font-family: \"Special Elite\"; text-transform: uppercase; font-size: 17px; }#tve_editor [data-css=\"tve-u-1695dd27f6a\"]:hover button { background-color: rgb(75, 105, 89) !important; border-color: rgb(1, 2, 2) rgb(0, 0, 0) rgb(1, 2, 2) rgb(1, 2, 2) !important; }#tve_editor [data-css=\"tve-u-1695dd27f6a\"] { max-width: 30%; width: 30%; }[data-css=\"tve-u-1695dd27f6a\"] { margin-left: auto !important; margin-right: auto !important; float: none; }[data-css=\"tve-u-1695dd484d7\"] { border-radius: 11px; overflow: hidden; margin-bottom: 10px !important; }#tve_editor .thrv-content-box [data-css=\"tve-u-1621ee37f4a\"] p, #tve_editor .thrv-content-box [data-css=\"tve-u-1621ee37f4a\"] li, #tve_editor .thrv-content-box [data-css=\"tve-u-1621ee37f4a\"] blockquote, #tve_editor .thrv-content-box [data-css=\"tve-u-1621ee37f4a\"] address, #tve_editor .thrv-content-box [data-css=\"tve-u-1621ee37f4a\"] .tcb-plain-text, #tve_editor .thrv-content-box [data-css=\"tve-u-1621ee37f4a\"] label, #tve_editor .thrv-content-box [data-css=\"tve-u-1621ee37f4a\"] h1, #tve_editor .thrv-content-box [data-css=\"tve-u-1621ee37f4a\"] h2, #tve_editor .thrv-content-box [data-css=\"tve-u-1621ee37f4a\"] h3, #tve_editor .thrv-content-box [data-css=\"tve-u-1621ee37f4a\"] h4, #tve_editor .thrv-content-box [data-css=\"tve-u-1621ee37f4a\"] h5, #tve_editor .thrv-content-box [data-css=\"tve-u-1621ee37f4a\"] h6 { color: rgb(255, 255, 255); }#tve_editor [data-css=\"tve-u-1695d9d6526\"] input, #tve_editor [data-css=\"tve-u-1695d9d6526\"] input::placeholder, #tve_editor [data-css=\"tve-u-1695d9d6526\"] textarea, #tve_editor [data-css=\"tve-u-1695d9d6526\"] textarea::placeholder { color: rgb(0, 0, 0); }#tve_editor [data-css=\"tve-u-1695d9d6528\"] input, #tve_editor [data-css=\"tve-u-1695d9d6528\"] input::placeholder, #tve_editor [data-css=\"tve-u-1695d9d6528\"] textarea, #tve_editor [data-css=\"tve-u-1695d9d6528\"] textarea::placeholder { color: rgb(0, 0, 0); }#tve_editor [data-css=\"tve-u-1695d9d652a\"] input, #tve_editor [data-css=\"tve-u-1695d9d652a\"] input::placeholder, #tve_editor [data-css=\"tve-u-1695d9d652a\"] textarea, #tve_editor [data-css=\"tve-u-1695d9d652a\"] textarea::placeholder { color: rgb(0, 0, 0); }#tve_editor [data-css=\"tve-u-1695de16011\"] { font-size: 16px !important; text-transform: capitalize !important; letter-spacing: 3px; }[data-css=\"tve-u-1695de16011\"] { line-height: 1.35em !important; }[data-css=\"tve-u-1695a36117b\"] { line-height: 1.35em !important; }[data-css=\"tve-u-16413112747\"] { line-height: 1.35em !important; }[data-css=\"tve-u-1695a36117b\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-16413112747\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-1621f0cbe40\"] > .tcb-flex-col > .tcb-col { justify-content: center; }#tve_editor [data-css=\"tve-u-1621f0b0088\"] p, #tve_editor [data-css=\"tve-u-1621f0b0088\"] li, #tve_editor [data-css=\"tve-u-1621f0b0088\"] blockquote, #tve_editor [data-css=\"tve-u-1621f0b0088\"] address, #tve_editor [data-css=\"tve-u-1621f0b0088\"] .tcb-plain-text, #tve_editor [data-css=\"tve-u-1621f0b0088\"] label, #tve_editor [data-css=\"tve-u-1621f0b0088\"] h1, #tve_editor [data-css=\"tve-u-1621f0b0088\"] h2, #tve_editor [data-css=\"tve-u-1621f0b0088\"] h3, #tve_editor [data-css=\"tve-u-1621f0b0088\"] h4, #tve_editor [data-css=\"tve-u-1621f0b0088\"] h5, #tve_editor [data-css=\"tve-u-1621f0b0088\"] h6 { color: rgb(255, 255, 255); }[data-css=\"tve-u-1621f0b0088\"] p { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-1621f0b0088\"] h3 { margin: 0px !important; padding: 0px !important; }#tve_editor [data-css=\"tve-u-1621f0d2c1a\"] p, #tve_editor [data-css=\"tve-u-1621f0d2c1a\"] li, #tve_editor [data-css=\"tve-u-1621f0d2c1a\"] blockquote, #tve_editor [data-css=\"tve-u-1621f0d2c1a\"] address, #tve_editor [data-css=\"tve-u-1621f0d2c1a\"] .tcb-plain-text, #tve_editor [data-css=\"tve-u-1621f0d2c1a\"] label, #tve_editor [data-css=\"tve-u-1621f0d2c1a\"] h1, #tve_editor [data-css=\"tve-u-1621f0d2c1a\"] h2, #tve_editor [data-css=\"tve-u-1621f0d2c1a\"] h3, #tve_editor [data-css=\"tve-u-1621f0d2c1a\"] h4, #tve_editor [data-css=\"tve-u-1621f0d2c1a\"] h5, #tve_editor [data-css=\"tve-u-1621f0d2c1a\"] h6 { color: rgb(255, 255, 255); }#tve_editor [data-css=\"tve-u-1695e7e070d\"] { color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_5402f616 > a { font-family: Montserrat; font-weight: 400; fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; font-size: 13px !important; }#tve_editor [data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_13475a66 > a { font-family: Montserrat; font-weight: 400; fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; font-size: 13px !important; }#tve_editor [data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_a19cc162 > a { font-family: Montserrat; font-weight: 400; fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; font-size: 13px !important; }#tve_editor [data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_hgZvKxml > a { font-family: Montserrat; font-weight: 400; fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; font-size: 13px !important; }[data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_5402f616 { text-transform: uppercase; border-bottom: 1px solid rgba(84, 84, 98, 0); border-top: none; border-right: none; border-left: none; border-image: initial; margin-right: 30px !important; padding: 10px 9px !important; margin-left: 30px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_13475a66 { text-transform: uppercase; border-bottom: 1px solid rgba(84, 84, 98, 0); border-top: none; border-right: none; border-left: none; border-image: initial; margin-right: 30px !important; padding: 10px 9px !important; margin-left: 30px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_a19cc162 { text-transform: uppercase; border-bottom: 1px solid rgba(84, 84, 98, 0); border-top: none; border-right: none; border-left: none; border-image: initial; margin-right: 30px !important; padding: 10px 9px !important; margin-left: 30px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_hgZvKxml { text-transform: uppercase; border-bottom: 1px solid rgba(84, 84, 98, 0); border-top: none; border-right: none; border-left: none; border-image: initial; margin-right: 30px !important; padding: 10px 9px !important; margin-left: 30px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_5402f616 > a { font-weight: 500 !important; text-decoration: none !important; }[data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_13475a66 > a { font-weight: 500 !important; text-decoration: none !important; }[data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_a19cc162 > a { font-weight: 500 !important; text-decoration: none !important; }[data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_hgZvKxml > a { font-weight: 500 !important; text-decoration: none !important; }[data-css=\"tve-u-1695e821f4c\"] { border-bottom: 1px solid rgb(200, 233, 248); max-width: 1080px; padding: 0px !important; }#tve_editor [data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_5402f616:hover { border-bottom: 1px solid rgb(55, 179, 233) !important; }#tve_editor [data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_13475a66:hover { border-bottom: 1px solid rgb(55, 179, 233) !important; }#tve_editor [data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_a19cc162:hover { border-bottom: 1px solid rgb(55, 179, 233) !important; }#tve_editor [data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_hgZvKxml:hover { border-bottom: 1px solid rgb(55, 179, 233) !important; }[data-css=\"tve-u-1695e826914\"] { max-width: 23.9%; }[data-css=\"tve-u-1695e826ae0\"] { max-width: 42.8%; }[data-css=\"tve-u-1695e826b67\"] { max-width: 33.3109%; }[data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_5402f616.menu-item { margin-right: 0px; }[data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_13475a66.menu-item { margin-right: 0px; }[data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_a19cc162.menu-item { margin-right: 0px; }[data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_hgZvKxml.menu-item { margin-right: 0px; }}@media (max-width: 1023px){[data-css=\"tve-u-1621ebfa746\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621eb037bb\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621ec78d2c\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621ec6c39b\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621b064668\"] { max-width: 49%; }[data-css=\"tve-u-1621b064646\"] { max-width: 51%; }[data-css=\"tve-u-1621b3c74d9\"] { max-width: 100%; }[data-css=\"tve-u-1621f0b0088\"] { min-height: 100px !important; }[data-css=\"tve-u-1621ee3afec\"] > .tve-cb { display: block; }[data-css=\"tve-u-1621e7ceab3\"] > .tve-cb { display: block; }[data-css=\"tve-u-1621ea50702\"] { float: none; width: 100%; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621ae4fd21\"] > .tve-cb { display: block; }[data-css=\"tve-u-162717cb60f\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-162717cb610\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-16223dad661\"] { padding-top: 20px !important; }[data-css=\"tve-u-1641367127b\"] { float: none; font-size: 50px; width: 50px; height: 50px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1641367e553\"] { float: none; font-size: 50px; width: 50px; height: 50px; margin: -44px auto 40px !important; padding-right: 12px !important; }[data-css=\"tve-u-1621e7b695a\"] { margin-bottom: 50px !important; }[data-css=\"tve-u-1621ee37f4a\"] { min-height: 262px; }[data-css=\"tve-u-1621ada1e7f\"] { padding: 50px 30px 50px 0px !important; }[data-css=\"tve-u-1621b072b4e\"] { max-width: 100%; }[data-css=\"tve-u-1621a2247ba\"] { margin-bottom: 60px !important; }[data-css=\"tve-u-16229f6175c\"] { margin-top: 0px !important; }[data-css=\"tve-u-162717cb60b\"] { height: calc(100% - -85px); margin-top: -85px !important; }[data-css=\"tve-u-162717cb617\"] .tcb-flex-col { flex-basis: 560px !important; }#tcb_landing_page h5 { line-height: 1.3em; }#tcb_landing_page h6 { line-height: 1.4em; }#tcb_landing_page p, #tcb_landing_page li { line-height: 1.5em; }[data-css=\"tve-u-1628a146aef\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1628a12f675\"] { margin-bottom: 40px !important; }[data-css=\"tve-u-1628a10d3b4\"] { margin-bottom: 40px !important; }[data-css=\"tve-u-162718bd0c0\"] { clip-path: url(\"#clip-tablet-top-a3b25e1c9221a\"); -webkit-clip-path: url(\"#clip-tablet-top-a3b25e1c9221a\");  background-color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-162717cb621\"] { z-index: 6; padding-top: 60px !important; margin-top: -90px !important; }[data-css=\"tve-u-162718a3b40\"] { max-width: 100%; min-height: 1px !important; }[data-css=\"tve-u-16271adf6cf\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-162493d5f13\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-162717fcf9d\"] { margin-top: -40px !important; padding-top: 90px !important; padding-left: 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-16260d3f4af\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16260d3f4aa\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1621fb65556\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1621fb68b97\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16260d8396c\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16260d8392c\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16260d39b83\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-16260c5ff07\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-16260ba2fa4\"] { padding: 50px 40px !important; }[data-css=\"tve-u-16260be7104\"] { max-width: 100%; }[data-css=\"tve-u-1621ebbbb6d\"] { margin-top: -1px !important; }[data-css=\"tve-u-1621eaaedd8\"] { clip-path: url(\"#clip-tablet-bottom-a2b9cf3198d6f\"); -webkit-clip-path: url(\"#clip-tablet-bottom-a2b9cf3198d6f\");  }[data-css=\"tve-u-1621e7e9950\"] { margin-top: -1px !important; }[data-css=\"tve-u-16229fa8c68\"] { padding: 0px 20px 20px !important; }[data-css=\"tve-u-1622f65ba70\"] { padding: 0px 20px 20px !important; }[data-css=\"tve-u-16249373b25\"] { padding-left: 20px !important; padding-right: 20px !important; padding-bottom: 20px !important; }[data-css=\"tve-u-162493b6b63\"] { padding-left: 20px !important; padding-bottom: 20px !important; padding-right: 20px !important; }[data-css=\"tve-u-16249367114\"] { margin-top: 20px !important; }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-1624935a201\"] { line-height: 1.3em !important; }[data-css=\"tve-u-16249358652\"] { line-height: 1.3em !important; }[data-css=\"tve-u-16249355087\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1625389b4ed\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1625389a3d5\"] { line-height: 1.3em !important; }[data-css=\"tve-u-16248fc42a1\"] { line-height: 1.3em !important; }[data-css=\"tve-u-162493a03b0\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-162493a03b0\"] .tcb-flex-col { flex-basis: 145px !important; }[data-css=\"tve-u-1622a159bcb\"] { float: none; max-width: 85%; margin: 0px auto !important; padding-top: 0px !important; }[data-css=\"tve-u-16229fa6a26\"] { margin-bottom: 20px !important; padding: 0px 20px 20px !important; }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16229ffbb7b\"] { min-height: inherit; margin-left: -20px; }[data-css=\"tve-u-1621ad46076\"] { margin-bottom: 0px !important; margin-top: 0px !important; padding: 50px 40px !important; }#tve_editor [data-css=\"tve-u-1621b028939\"] .tcb-button-link { font-size: 18px; }[data-css=\"tve-u-16223f02c16\"] { min-height: 54px; }[data-css=\"tve-u-1621b01355a\"] { max-width: 304px; padding: 2px !important; }[data-css=\"tve-u-1620af7eb3f\"] { float: none; z-index: 3; position: relative; display: block; max-width: 300px; width: 300px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621afda4fa\"] { max-width: 100%; margin-bottom: 30px !important; }[data-css=\"tve-u-16224716d62\"]::after { clear: both; }[data-css=\"tve-u-1621f0aa8f7\"] { margin-top: 0px !important; }[data-css=\"tve-u-1621e7e6c1d\"] { min-height: 150px; }[data-css=\"tve-u-1621e7edfd9\"] { clip-path: url(\"#clip-tablet-bottom-10ffac3b28f1d\"); -webkit-clip-path: url(\"#clip-tablet-bottom-10ffac3b28f1d\");  }[data-css=\"tve-u-1621ebf340c\"] { float: none; width: 100%; padding: 0px !important; margin-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621e7d5094\"] { min-height: 455px; }[data-css=\"tve-u-1621adea58b\"] > .tcb-flex-col > .tcb-col { justify-content: center; }[data-css=\"tve-u-16223dad661\"]::after { clear: both; }[data-css=\"tve-u-1621e8107f3\"] { float: none; margin-left: auto !important; margin-right: auto !important; margin-bottom: 20px !important; }[data-css=\"tve-u-16223b080b0\"] { float: none; margin-left: auto !important; margin-right: auto !important; margin-top: -1px !important; }[data-css=\"tve-u-1621eb3eb9f\"] { clip-path: url(\"#clip-tablet-bottom-ac98bb0e54b3b\"); -webkit-clip-path: url(\"#clip-tablet-bottom-ac98bb0e54b3b\");  }[data-css=\"tve-u-1621fe78878\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1621fe78878\"] { min-height: inherit; }#tve_editor [data-css=\"tve-u-1621e92e97f\"] { font-size: 22px !important; }#tve_editor [data-css=\"tve-u-1621e942b65\"] { letter-spacing: 0px; font-size: 1.5em !important; }#tve_editor [data-css=\"tve-u-1621fe1bd18\"] { letter-spacing: 0px; font-size: 1.5em !important; }#tve_editor [data-css=\"tve-u-1621fe1a1af\"] { font-size: 22px !important; }#tve_editor [data-css=\"tve-u-1621fe1725e\"] { letter-spacing: 0px; font-size: 1.5em !important; }#tve_editor [data-css=\"tve-u-1621fe1587d\"] { font-size: 22px !important; }[data-css=\"tve-u-1621ef118dc\"] { position: relative; top: 0px; left: 0px; width: 51%; margin-left: auto !important; margin-right: auto !important; float: none; }[data-css=\"tve-u-1621ee3afec\"] { padding: 25px 10px 5px !important; }[data-css=\"tve-u-1621ee63e1c\"] { max-width: none; margin-bottom: 5px !important; }[data-css=\"tve-u-1621ee74a24\"] { top: 0px; right: 0px; font-size: 45px; width: 45px; height: 45px; float: none; padding-left: 0px !important; margin: 0px auto !important; }[data-css=\"tve-u-1621ee18a1c\"] { margin-top: 40px !important; margin-left: 20px !important; margin-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-1621fdcb4ea\"] { letter-spacing: 1px; font-size: 1.5em !important; }[data-css=\"tve-u-1621ec7f21a\"] { min-height: 150px; }[data-css=\"tve-u-1621eacf6af\"] { float: none; max-width: 230px; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621fd9c946\"] { max-width: 380px; float: none; width: 100%; margin: 0px auto !important; padding-left: 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-1621eb81205\"] { margin-top: 0px !important; }[data-css=\"tve-u-1621eb7ccb0\"] { min-height: 455px; }[data-css=\"tve-u-1621fd8766c\"] { min-height: 150px; }[data-css=\"tve-u-1621fd84d7b\"] { min-height: 430px; }[data-css=\"tve-u-1621e7c7aa1\"] .tcb-flex-col { flex-basis: 300px !important; }#tve_editor [data-css=\"tve-u-1621e7a7350\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621e7c899a\"] { float: none; max-width: 100%; margin-left: auto !important; margin-right: auto !important; margin-top: 0px !important; }[data-css=\"tve-u-1621e7c7aa1\"] { margin-left: -20px; flex-direction: row; }[data-css=\"tve-u-1621e7c7aa1\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-1621b3c8c52\"] { padding: 50px 40px !important; }[data-css=\"tve-u-1621fc0ce17\"] { margin-top: 10px !important; margin-bottom: 7px !important; }[data-css=\"tve-u-1621fbcad8c\"] { padding-left: 0px !important; padding-right: 30px !important; }[data-css=\"tve-u-1621fbacc60\"] { max-width: 177px; }[data-css=\"tve-u-1621fb68b97\"] { margin-left: -15px; min-height: inherit; padding: 20px !important; }[data-css=\"tve-u-1621fb68b97\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-1621fb65556\"] { margin-left: -15px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-1621fb65556\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-1621b200375\"] { float: none; max-width: 100%; margin: 0px auto !important; }[data-css=\"tve-u-1621b0e4fb7\"] { max-width: 100%; float: none; z-index: 3; position: relative; margin-right: auto !important; margin-left: auto !important; margin-bottom: 20px !important; }#tve_editor [data-css=\"tve-u-1621b10fccf\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621ae0bec7\"] { background-image: none !important; margin-top: 0px !important; }[data-css=\"tve-u-1621ae6c8da\"] { clip-path: url(\"#clip-tablet-top-aa2c3e3c70555\"); -webkit-clip-path: url(\"#clip-tablet-top-aa2c3e3c70555\");  }[data-css=\"tve-u-1621adba9ef\"] { clip-path: url(\"#clip-tablet-top-52d5a36c151aa\"); -webkit-clip-path: url(\"#clip-tablet-top-52d5a36c151aa\");  }[data-css=\"tve-u-1621ad420c4\"] { max-width: 100%; min-height: 1px !important; }[data-css=\"tve-u-1621f45bed3\"] { padding: 0px !important; }[data-css=\"tve-u-1621ae4fd21\"] { max-width: 100%; left: 0px; top: 0px; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621ae4db6e\"] { min-height: 300px; }#tve_editor [data-css=\"tve-u-1621afd8c98\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621afcc0bf\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621afceb00\"] { max-width: 100%; margin-bottom: 30px !important; }[data-css=\"tve-u-1621a98b602\"] { stroke-dasharray: 534.071, 534.071; }[data-css=\"tve-u-1621a9750ae\"] { font-size: 14.45px !important; line-height: 14.45px !important; }[data-css=\"tve-u-1621a9a2867\"] { font-size: 51px !important; line-height: 51px !important; }[data-css=\"tve-u-1621a9a2866\"] { margin-top: 42.5px !important; }[data-css=\"tve-u-1621a96b190\"] { width: 153px !important; height: 153px !important; top: 8.5px !important; bottom: 8.5px !important; left: 8.5px !important; right: 8.5px !important; }[data-css=\"tve-u-1621a9685d4\"] { stroke-width: 18px !important; }[data-css=\"tve-u-1621a9a2862\"] { width: 170px !important; height: 170px !important; }[data-css=\"tve-u-1621a983587\"] { float: none; border: 20px solid rgba(137, 141, 167, 0.24); margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621a8b2488\"] { float: none; max-width: 100%; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621a8a804b\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1621a8a804b\"] { margin-left: -24px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-1621a8a804b\"] > .tcb-flex-col { padding-left: 24px; }#tve_editor [data-css=\"tve-u-1621a2e0d5b\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621b028939\"] { position: relative; float: left; z-index: 3; display: block; max-width: 300px; width: 300px; margin-top: 15px !important; }[data-css=\"tve-u-1621adea58b\"] { margin-left: -30px; }[data-css=\"tve-u-1621adea58b\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-1621ade6172\"] { max-width: 100%; position: static; }#tve_editor [data-css=\"tve-u-16248fc42a1\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-16249355087\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-16249358652\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-1624935a201\"] { font-size: 18px !important; }[data-css=\"tve-u-1624939a960\"] { margin-bottom: 0px !important; padding-bottom: 20px !important; padding-left: 20px !important; padding-right: 20px !important; }[data-css=\"tve-u-162493a03b0\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-162493a03b0\"] { min-height: inherit; margin-left: -20px; }#tve_editor [data-css=\"tve-u-1625389a3d5\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-1625389b4ed\"] { font-size: 18px !important; }[data-css=\"tve-u-16260c39a7e\"] { float: none; max-width: 100%; margin: 0px auto !important; }[data-css=\"tve-u-16260d3f4aa\"] { margin-left: -15px; min-height: inherit; padding: 20px !important; }[data-css=\"tve-u-16260d3f4aa\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-16260d3f4af\"] { margin-left: -15px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-16260d3f4af\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-16260d8392c\"] { margin-left: -15px; min-height: inherit; padding: 20px !important; }[data-css=\"tve-u-16260d8392c\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-16260d8396c\"] { margin-left: -15px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-16260d8396c\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-16260da3aa7\"] { float: none; max-width: 100%; margin: 0px !important; }[data-css=\"tve-u-162717cb609\"] { max-width: 100%; min-height: 1px !important; }[data-css=\"tve-u-162717cb60a\"] { padding: 0px !important; }[data-css=\"tve-u-162717cb618\"] { float: none; max-width: 100%; margin-top: 60px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-162717cb620\"] { clip-path: url(\"#clip-tablet-bottom-c883ac5175045\"); -webkit-clip-path: url(\"#clip-tablet-bottom-c883ac5175045\");  background-attachment: scroll, fixed !important; background-image: linear-gradient(rgba(0, 0, 0, 0.46), rgba(0, 0, 0, 0.46)), url(\"https://bestcerakoteflorida.com/wp-content/uploads/2018/05/FTYS6743.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-162717d1bbf\"] { margin-left: 0px; padding: 25px 25px 0px !important; }[data-css=\"tve-u-162717d1bbf\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-162717d1bb7\"] { max-width: 51.3%; }[data-css=\"tve-u-162717d1bb9\"] { max-width: 15.3%; }[data-css=\"tve-u-162717d1bb6\"] { padding-left: 0px !important; }[data-css=\"tve-u-162717d1bbc\"] { border-left: none; border-right: none; padding-left: 30px !important; padding-bottom: 10px !important; }[data-css=\"tve-u-162717d1bbe\"] { max-width: 100%; margin-left: 0px !important; margin-right: 30px !important; }[data-css=\"tve-u-164179bced9\"] { border-right: none; padding-left: 30px !important; padding-right: 0px !important; }[data-css=\"tve-u-16417b62c09\"] { max-width: 177px; }[data-css=\"tve-u-16417b662bf\"] { max-width: 177px; }[data-css=\"tve-u-16417e5bd95\"] { font-size: 14px; width: 14px; height: 14px; margin-bottom: -14px !important; margin-left: 0px !important; }[data-css=\"tve-u-1641c1b33f9\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-1641c1b456a\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-1641c1b52d3\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-1641c1b60b4\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-16959822de2\"] { margin-right: 1px !important; padding-right: 10px !important; padding-top: 10px !important; }[data-css=\"tve-u-16959cd1e7a\"] { margin-top: 30px !important; margin-bottom: 10px !important; }[data-css=\"tve-u-1695a3002e2\"] { margin-top: 15px !important; }[data-css=\"tve-u-1695d995f33\"] { margin-top: 40px !important; margin-left: 20px !important; margin-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-1695dd27f6a\"] { max-width: 60%; width: 60%; }[data-css=\"tve-u-16413112747\"] { line-height: 1.3em !important; }}@media (max-width: 767px){[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-16417e9d24e\"]::after { clear: both; }[data-css=\"tve-u-16417b70f47\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 0px !important; }[data-css=\"tve-u-1621e819c52\"] { min-height: 100px; }[data-css=\"tve-u-1621e8107f3\"] { max-width: 100px; }[data-css=\"tve-u-1621fd8766c\"] { min-height: 144px; }[data-css=\"tve-u-1621ec79a7d\"] { min-height: 100px; }[data-css=\"tve-u-1621ec78d2c\"] { max-width: 100px; }[data-css=\"tve-u-1621ec7f21a\"] { min-height: 144px; }[data-css=\"tve-u-1621e7e6c1d\"] { min-height: 144px; }[data-css=\"tve-u-16417b4cb9e\"] { padding-bottom: 30px !important; }[data-css=\"tve-u-1621ec752da\"] { min-height: 100px; }[data-css=\"tve-u-1621ec6c39b\"] { max-width: 100px; }[data-css=\"tve-u-1621fd84d7b\"] { min-height: 430px; }[data-css=\"tve-u-1621e7c7aa1\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16223dad661\"] { padding-top: 0px !important; }[data-css=\"tve-u-1621b3c74d9\"] { max-width: 100%; }[data-css=\"tve-u-1621eb81205\"] { max-width: 100%; margin-bottom: 20px !important; }[data-css=\"tve-u-1621e7ceab3\"] { max-width: 100%; margin-bottom: 20px !important; }[data-css=\"tve-u-1621f0b0088\"] { min-height: 120px !important; }[data-css=\"tve-u-1621f0da775\"] { float: none; width: 100%; max-width: 280px; margin: 0px auto 20px !important; }[data-css=\"tve-u-1621ee37f4a\"] { min-height: 260px; }[data-css=\"tve-u-1621ee3afec\"] > .tve-cb { display: flex; justify-content: center; flex-direction: column; }[data-css=\"tve-u-1621ee63e1c\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1641367127b\"] { font-size: 30px; width: 30px; height: 30px; }[data-css=\"tve-u-1641367e553\"] { float: none; font-size: 30px; width: 30px; height: 30px; margin: -30px auto 30px !important; padding-right: 10px !important; }[data-css=\"tve-u-1621ada1e7f\"] { padding: 0px !important; }[data-css=\"tve-u-162717cb617\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-162717cb617\"] { min-height: inherit; }[data-css=\"tve-u-16229fa6a26\"] { height: calc(100% - 21px); margin-bottom: 0px !important; margin-top: 21px !important; }[data-css=\"tve-u-1624939a960\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-162493a03b0\"] .tcb-flex-col { flex-basis: 400px !important; }[data-css=\"tve-u-1621a2247ba\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-162717cb60f\"] { margin-bottom: 25px !important; }[data-css=\"tve-u-162717d1bbf\"] .tcb-flex-col { flex-basis: 225px !important; }[data-css=\"tve-u-1621ee3afec\"] { max-width: 100%; padding: 10px !important; position: static !important; }#tve_editor [data-css=\"tve-u-1641333d7d1\"] { font-size: 14px !important; }[data-css=\"tve-u-162717cb60b\"] { margin-top: 0px !important; }[data-css=\"tve-u-162717cb621\"] { z-index: 2; padding-left: 20px !important; padding-right: 20px !important; margin-top: -160px !important; padding-top: 35px !important; }[data-css=\"tve-u-162717cb617\"] .tcb-flex-col { flex-basis: 435px !important; }[data-css=\"tve-u-16369305186\"] { float: none; width: 100%; max-width: 279px; z-index: 3; position: relative; margin: 0px auto !important; }#tcb_landing_page h6 { line-height: 1.4em; }#tcb_landing_page h5 { line-height: 1.3em; }#tcb_landing_page p, #tcb_landing_page li { font-size: 14px; }#tcb_landing_page h2 { font-size: 28px; }#tcb_landing_page h1 { font-size: 35px; }[data-css=\"tve-u-16260ba2fa4\"] { padding-bottom: 40px !important; padding-left: 20px !important; padding-right: 20px !important; }[data-css=\"tve-u-1628a10d3b4\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-1628a12f675\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-162717cb610\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-16271bfe70c\"] { padding: 0px !important; }[data-css=\"tve-u-162717fcf9d\"] { z-index: 1; margin-top: 0px !important; padding-top: 75px !important; padding-left: 20px !important; padding-right: 20px !important; border: none; }[data-css=\"tve-u-162718bd0c0\"] { clip-path: url(\"#clip-mobile-top-a3b25e1c9221a\"); -webkit-clip-path: url(\"#clip-mobile-top-a3b25e1c9221a\");  }[data-css=\"tve-u-1621eb3eb9f\"] { clip-path: url(\"#clip-mobile-bottom-ac98bb0e54b3b\"); -webkit-clip-path: url(\"#clip-mobile-bottom-ac98bb0e54b3b\");  }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col > .tcb-col { min-height: 155px; }[data-css=\"tve-u-16229ffbb7b\"] { min-height: inherit; margin-left: 0px; }[data-css=\"tve-u-16229fa8c68\"] { height: calc(100% - 28px); margin-bottom: 0px !important; margin-top: 20px !important; }[data-css=\"tve-u-1622f65ba70\"] { height: calc(100% - 20px); margin-bottom: 0px !important; margin-top: 20px !important; }[data-css=\"tve-u-16229f6175c\"] { margin-top: 0px !important; }[data-css=\"tve-u-1622a159bcb\"] { float: none; max-width: 100%; margin-left: auto !important; margin-right: auto !important; padding-top: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-16229ae62a7\"] { border-right: none; }#tve_editor [data-css=\"tve-u-16228c764b2\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-16228c75500\"] { font-size: 18px !important; }[data-css=\"tve-u-1621fb65556\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-1621a983587\"] { border: 20px solid rgba(137, 141, 167, 0.32); }[data-css=\"tve-u-1621ee74a24\"] { float: none; margin-left: auto !important; margin-right: auto !important; margin-bottom: 10px !important; }[data-css=\"tve-u-1621afda4fa\"] { max-width: 100%; margin-bottom: 20px !important; }[data-css=\"tve-u-16223f02c16\"] { min-height: 54px; }[data-css=\"tve-u-1621f0aa8f7\"] { margin-top: 0px !important; }#tve_editor [data-css=\"tve-u-1622444fb11\"] { letter-spacing: 0px; }[data-css=\"tve-u-16224439be1\"] { padding: 0px !important; }[data-css=\"tve-u-1621fb68b97\"] { padding: 0px !important; }[data-css=\"tve-u-1621afceb00\"] { max-width: 100%; margin-bottom: 30px !important; }[data-css=\"tve-u-1621b0e4fb7\"] { float: none; margin-right: auto !important; margin-bottom: 30px !important; padding-left: 0px !important; margin-left: auto !important; }[data-css=\"tve-u-1621ebf340c\"] { padding-bottom: 40px !important; }[data-css=\"tve-u-1621ea50702\"] { float: none; width: 100%; padding: 0px !important; margin-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621e7d5094\"] { min-height: 430px; }[data-css=\"tve-u-1621eb7ccb0\"] { min-height: 430px; }[data-css=\"tve-u-1621ee03000\"] { flex-direction: column; }[data-css=\"tve-u-16223fe5f5b\"] { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621f0d2c1a\"] { margin-left: 25px !important; margin-right: 25px !important; }[data-css=\"tve-u-1621ee18a1c\"] { margin: 0px 20px 20px 0px !important; }[data-css=\"tve-u-1621ef118dc\"] { top: 0px; width: 154px; position: relative; float: none; z-index: 5; left: 0px; margin: 5px auto 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-1621fd9c946\"] { max-width: 100%; margin-top: 0px !important; margin-left: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-16223fc9f23\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-1621e7c899a\"] { max-width: none; float: none; margin-top: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621b3c8c52\"] { padding: 40px 20px !important; }[data-css=\"tve-u-1621fbcad8c\"] { padding: 20px !important; }[data-css=\"tve-u-1621fb65556\"] { margin-left: 0px; padding: 0px !important; }[data-css=\"tve-u-1621fbacc60\"] { max-width: 126px; float: none; margin-left: auto !important; margin-right: auto !important; margin-top: 20px !important; }[data-css=\"tve-u-1621b200375\"] { float: none; margin-top: 0px !important; margin-left: auto !important; margin-right: auto !important; }#tve_editor [data-css=\"tve-u-1621b10fccf\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621b028939\"] { display: block; max-width: 100%; width: 100%; float: none; min-width: 100%; margin-left: auto !important; margin-right: auto !important; margin-top: 0px !important; }[data-css=\"tve-u-1621ae4db6e\"] { min-height: 270px; }[data-css=\"tve-u-1621ae6c8da\"] { clip-path: url(\"#clip-mobile-top-aa2c3e3c70555\"); -webkit-clip-path: url(\"#clip-mobile-top-aa2c3e3c70555\");  }[data-css=\"tve-u-1621adba9ef\"] { clip-path: url(\"#clip-mobile-top-52d5a36c151aa\"); -webkit-clip-path: url(\"#clip-mobile-top-52d5a36c151aa\");  }[data-css=\"tve-u-16223f02c16\"]::after { clear: both; }[data-css=\"tve-u-1621b01355a\"] { max-width: 100%; float: none; margin-left: auto !important; margin-right: auto !important; margin-bottom: 15px !important; }[data-css=\"tve-u-1620af7eb3f\"] { float: none; display: block; max-width: 100%; width: 100%; min-width: 100%; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621ae0bec7\"]::after { clear: both; }[data-css=\"tve-u-1621f45bed3\"] { padding: 40px 20px 0px !important; }[data-css=\"tve-u-1621ad46076\"] { margin: 0px !important; padding: 30px 20px !important; }[data-css=\"tve-u-1621adea58b\"] { flex-flow: row-reverse wrap-reverse !important; }[data-css=\"tve-u-1621ae4fd21\"] { margin-top: 0px !important; position: static !important; }[data-css=\"tve-u-1621a8b2488\"] { float: none; max-width: 100%; margin-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621a8a804b\"] { padding-left: 0px !important; padding-right: 0px !important; }#tve_editor [data-css=\"tve-u-1621a2e0d5b\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621e7c7aa1\"] { flex-direction: column; min-height: inherit; }[data-css=\"tve-u-16249367114\"] { margin-top: 0px !important; }[data-css=\"tve-u-16249373b25\"] { height: calc(100% - 20px); margin-bottom: 0px !important; background-image: linear-gradient(rgb(248, 249, 251), rgb(248, 249, 251)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; margin-top: 20px !important; }[data-css=\"tve-u-162493a03b0\"] > .tcb-flex-col > .tcb-col { min-height: 155px; }[data-css=\"tve-u-162493a03b0\"] { min-height: inherit; }[data-css=\"tve-u-162493b6b63\"] { height: calc(100% - 20px); margin-bottom: 0px !important; margin-top: 20px !important; }[data-css=\"tve-u-16260c39a7e\"] { float: none; margin-top: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-16260d3f4aa\"] { padding: 0px !important; }[data-css=\"tve-u-16260d3f4af\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-16260d3f4af\"] { margin-left: 0px; padding: 0px !important; }[data-css=\"tve-u-16260d8392c\"] { padding: 0px !important; }[data-css=\"tve-u-16260d8396c\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-16260d8396c\"] { margin-left: 0px; padding: 0px !important; }[data-css=\"tve-u-16260da3aa7\"] { float: none; margin-top: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-162717cb618\"] { margin: 140px 0px 0px !important; }[data-css=\"tve-u-162717cb620\"] { clip-path: url(\"#clip-mobile-bottom-c883ac5175045\"); -webkit-clip-path: url(\"#clip-mobile-bottom-c883ac5175045\");  opacity: 1; filter: grayscale(0%) blur(0px); background-image: linear-gradient(rgba(0, 0, 0, 0.51), rgba(0, 0, 0, 0.51)), url(\"https://bestcerakoteflorida.com/wp-content/uploads/2018/05/FTYS6743.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-162717cb60a\"] { padding: 0px !important; }#tve_editor [data-css=\"tve-u-162717cb616\"] { font-size: 27px !important; }[data-css=\"tve-u-162717d1bbf\"] > .tcb-flex-col { padding-left: 18px; }[data-css=\"tve-u-162717d1bbf\"] { margin-left: -18px; padding: 10px !important; flex-flow: row wrap !important; }[data-css=\"tve-u-162717d1bbe\"] { border-bottom: 1px solid rgba(255, 255, 255, 0.2); border-right: none; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-162717d1bbc\"] { border: none; padding-left: 0px !important; padding-right: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-162717d1bb6\"] { border: none; padding-top: 0px !important; padding-left: 0px !important; margin-bottom: 1px !important; margin-top: -5px !important; padding-bottom: 10px !important; }[data-css=\"tve-u-164179a84b8\"] { float: none; width: 100%; max-width: 155px; z-index: 3; position: relative; margin-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-164179bced9\"] { border-right: none; position: relative; max-width: 250px; float: none; padding-left: 0px !important; padding-right: 0px !important; margin-top: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-16417b62c09\"] { max-width: 126px; float: none; margin-left: auto !important; margin-right: auto !important; margin-top: 20px !important; }[data-css=\"tve-u-16417b662bf\"] { max-width: 126px; float: none; margin-left: auto !important; margin-right: auto !important; margin-top: 20px !important; }[data-css=\"tve-u-16417e5bd95\"] { margin: 3px 10px 0px 0px !important; }#tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] p, #tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] li, #tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] blockquote, #tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] address, #tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] .tcb-plain-text, #tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] label { font-size: 18px; }[data-css=\"tve-u-16959822de2\"] { float: none; padding-top: 10px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621ee58e74\"] { border-right: none !important; }[data-css=\"tve-u-1695d995f33\"] { margin: 0px 20px 20px 0px !important; }#tve_editor [data-css=\"tve-u-1695e821f4c\"] .tcb-icon-open > :first-child { color: rgb(255, 255, 255); }[data-css=\"tve-u-1695e821f4c\"] .tcb-icon-open { font-size: 25px !important; width: 25px !important; height: 25px !important; }}'),(7401,602,'tve_revision_tve_user_custom_css',''),(7402,602,'tve_revision_tve_page_events','a:0:{}'),(7403,602,'tve_revision_tve_globals','a:2:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";s:8:\"font_cls\";a:0:{}}'),(7404,602,'tve_revision_tve_global_scripts',''),(7405,602,'tve_revision_thrive_icon_pack','0'),(7406,602,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(7407,602,'tve_revision_tve_has_masonry','0'),(7408,602,'tve_revision_tve_has_typefocus','0'),(7409,602,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-162717d1bbe\" wfd-id=\"543\"><div class=\"tcb-flex-row tcb-medium-no-wrap v-2 tcb--cols--3 m-edit tcb-mobile-wrap tcb-resized\" data-css=\"tve-u-162717d1bbf\" wfd-id=\"544\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1695981e7bb\" wfd-id=\"563\"><div class=\"tcb-col\" data-css=\"tve-u-16959846d3d\" wfd-id=\"565\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16959822de2\" wfd-id=\"566\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"567\"><img class=\"tve_image wp-image-465\" alt=\"\" width=\"384\" height=\"62\" title=\"Blackhawk_custom_header\" data-id=\"465\" src=\"https://bestcerakoteflorida.com/wp-content/uploads/2019/01/Blackhawk_custom_header.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717d1bb9\" style=\"\" wfd-id=\"556\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717d1bb6\" wfd-id=\"558\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-164179a84b8\" wfd-id=\"559\">\n<div class=\"tve-content-box-background\" wfd-id=\"562\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"560\"><div class=\"tcb-clear\" wfd-id=\"561\"></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717d1bb7\" style=\"\" wfd-id=\"545\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717d1bbc\" wfd-id=\"547\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16369305186\" wfd-id=\"548\">\n<div class=\"tve-content-box-background\" wfd-id=\"555\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16417e9d24e\" wfd-id=\"549\"><div class=\"tcb-clear\" wfd-id=\"553\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-16417e5bd95\" data-float=\"1\" wfd-id=\"554\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-envelope-regular\" data-name=\"\">\n            <path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path>\n        </svg></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-164179bced9\" wfd-id=\"550\"><p data-css=\"tve-u-1641333d7d1\"><a href=\"mailto:info@bestcerkoteflorida.com\" target=\"_blank\">info@bestcerakoteflorida.com</a></p></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-162717cb621\" data-value-type=\"percent\" wfd-id=\"502\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-162717cb620\" data-clip-id=\"c883ac5175045\" wfd-id=\"542\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-c883ac5175045\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"4\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9301, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-c883ac5175045\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9476, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-c883ac5175045\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9651, 1 1, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-162717cb609\" wfd-id=\"503\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-162717cb618\" wfd-id=\"504\"><div class=\"tcb-flex-row tcb-medium-wrap tcb-resized v-2 tcb--cols--2\" data-css=\"tve-u-162717cb617\" wfd-id=\"505\"><div class=\"tcb-flex-col\" data-css=\"tve-u-162717cb601\" style=\"\" wfd-id=\"521\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717cb60a\" wfd-id=\"523\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h1\" data-css=\"tve-u-162717cb610\" wfd-id=\"533\"><h1 data-css=\"tve-u-162717cb616\" style=\"text-align: center;\">&nbsp;<strong>â€‹</strong><strong>Protect What\'s Important To You! With The Toughest Ceramic Finish In The World!</strong></h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162717cb60f\" wfd-id=\"524\"><h2 class=\"\" data-css=\"tve-u-1695a36117b\" style=\"text-align: center;\"><strong>Heat, Water, Salt and Sand just some of the conditions you face. And any one of them is just waiting, to get a hold of your firearm and leave it a pile of rusted, pitted junk.</strong></h2><h2 class=\"\" data-css=\"tve-u-16413112747\" style=\"text-align: center;\"><strong>Unfortunately, there wasn\'t much you could do other than keep cleaning and lubricating your firearms...till NOW!</strong></h2></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717cb600\" style=\"\" wfd-id=\"506\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717cb60b\" wfd-id=\"508\"><div class=\"thrv_responsive_video thrv_wrapper rv_style_lifted_style2\" data-type=\"youtube\" data-rel=\"0\" data-url=\"https://www.youtube.com/watch?v=a1nyu9ZJiEk\" data-css=\"tve-u-16959cd1e7a\" data-modestbranding=\"1\" wfd-id=\"518\">\n	\n\n	<div class=\"tve_responsive_video_container\" wfd-id=\"519\">\n		<div class=\"video_overlay\" wfd-id=\"520\"></div>\n	<iframe data-code=\"TEOqV1Q16lU\" data-provider=\"youtube\" src=\"https://www.youtube.com/embed/TEOqV1Q16lU?rel=0&amp;modestbranding=1&amp;controls=1&amp;showinfo=1&amp;fs=1&amp;wmode=transparent\" data-src=\"https://www.youtube.com/embed/TEOqV1Q16lU?rel=0&amp;modestbranding=1&amp;controls=1&amp;showinfo=1&amp;fs=1&amp;wmode=transparent\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\n</div><div class=\"thrv_wrapper thrv-button tcb-with-icon\" data-css=\"tve-u-1695a3002e2\" data-tcb_hover_state_parent=\"\" data-button-style=\"border_1\" wfd-id=\"509\">\n	<a href=\"tel:1-954-848-1911\" class=\"tcb-button-link\" target=\"_blank\" rel=\"\"><span class=\"tcb-button-icon\" wfd-id=\"516\">\n	<div class=\"thrv_wrapper thrv_icon tve_no_drag tve_no_icons tcb-icon-inherit-style tcb-icon-display\" wfd-id=\"517\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-phone-plus-light\" data-name=\"\">\n            <path d=\"M8 128h88v88c0 4.4 3.6 8 8 8h16c4.4 0 8-3.6 8-8v-88h88c4.4 0 8-3.6 8-8v-16c0-4.4-3.6-8-8-8h-88V8c0-4.4-3.6-8-8-8h-16c-4.4 0-8 3.6-8 8v88H8c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8zM487.8 24.1L387 .8c-14.7-3.4-29.8 4.2-35.8 18.1l-46.5 108.5c-5.5 12.7-1.8 27.7 8.9 36.5l53.9 44.1c-34 69.2-90.3 125.6-159.6 159.6l-44.1-53.9c-8.8-10.7-23.8-14.4-36.5-8.9L18.9 351.3c-13.9 6-21.5 21-18.1 35.8L24 487.9C27.3 502 39.9 512 54.5 512 306.7 512 512 307.8 512 54.5c0-14.6-10-27.2-24.2-30.4zM55.1 480l-23-99.6 107.4-46 59.5 72.8c103.6-48.6 159.7-104.9 208.1-208.1l-72.8-59.5 46-107.4 99.6 23C479.7 289.7 289.6 479.7 55.1 480z\"></path>\n        </svg></div>\n</span>\n\n		<span class=\"tcb-button-texts\" wfd-id=\"510\"><span class=\"tcb-button-text thrv-inline-text\" wfd-id=\"511\">CALL NOW</span></span>\n	</a>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-162717fcf9d\" data-value-type=\"percent\" wfd-id=\"401\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-162718bd0c0\" data-clip-id=\"a3b25e1c9221a\" wfd-id=\"501\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0875\"></polygon></clipPath><clipPath id=\"clip-tablet-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"6\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.1051\"></polygon></clipPath><clipPath id=\"clip-mobile-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"1\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0175\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-162718a3b40\" wfd-id=\"402\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622a159bcb\" wfd-id=\"403\">\n<div class=\"tve-content-box-background\" wfd-id=\"500\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"404\"><div class=\"thrv_wrapper thrv-columns\" wfd-id=\"482\"><div class=\"tcb-flex-row tcb--cols--2\" wfd-id=\"483\"><div class=\"tcb-flex-col\" wfd-id=\"492\"><div class=\"tcb-col\" wfd-id=\"494\"><div class=\"thrv_wrapper thrv_text_element\" wfd-id=\"495\"><p>Enter your text here...</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"484\"><div class=\"tcb-col\" wfd-id=\"486\"><div class=\"thrv_wrapper thrv_text_element\" wfd-id=\"487\"><p>Enter your text here...</p></div></div></div></div></div><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621a2247ba\" wfd-id=\"473\"><h2 data-css=\"tve-u-1621a2e0d5b\">our services</h2></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16229f6175c\" wfd-id=\"442\"><div class=\"tcb-flex-row tcb-medium-no-wrap tcb--cols--3 v-2\" data-css=\"tve-u-162493a03b0\" wfd-id=\"443\"><div class=\"tcb-flex-col\" wfd-id=\"462\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1624939a960\" data-tcb_hover_state_parent=\"\" wfd-id=\"464\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-162493d5f13\" data-float=\"1\" wfd-id=\"472\"><svg class=\"tcb-icon\" viewBox=\"0 0 14 28\" data-name=\"bolt\">\n<path d=\"M13.828 8.844c0.172 0.187 0.219 0.453 0.109 0.688l-8.437 18.078c-0.125 0.234-0.375 0.391-0.656 0.391-0.063 0-0.141-0.016-0.219-0.031-0.344-0.109-0.547-0.438-0.469-0.766l3.078-12.625-6.344 1.578c-0.063 0.016-0.125 0.016-0.187 0.016-0.172 0-0.359-0.063-0.484-0.172-0.187-0.156-0.25-0.391-0.203-0.609l3.141-12.891c0.078-0.297 0.359-0.5 0.688-0.5h5.125c0.391 0 0.703 0.297 0.703 0.656 0 0.094-0.031 0.187-0.078 0.281l-2.672 7.234 6.188-1.531c0.063-0.016 0.125-0.031 0.187-0.031 0.203 0 0.391 0.094 0.531 0.234z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"468\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-162494b490e\" wfd-id=\"469\"><h4 data-css=\"tve-u-16249355087\" style=\"text-align: left;\">Express exterior</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162494b7ad0\" wfd-id=\"465\"><p data-css=\"tve-u-162492e70ad\">Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"453\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162493b6b63\" data-tcb_hover_state_parent=\"\" wfd-id=\"455\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b456a\" wfd-id=\"461\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"adjust\">\n<path d=\"M12 22.5v-17c-4.688 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"457\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1af44d\" wfd-id=\"458\"><h4 data-css=\"tve-u-16249358652\" style=\"text-align: left;\">Interior clean</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"456\"><p data-css=\"tve-u-162492e70ad\">Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"444\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16249373b25\" wfd-id=\"446\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b52d3\" wfd-id=\"452\"><svg class=\"tcb-icon\" viewBox=\"0 0 26 28\" data-name=\"umbrella\">\n<path d=\"M14 12.938v9.063c0 2.172-1.828 4-4 4s-4-1.828-4-4c0-0.547 0.453-1 1-1s1 0.453 1 1c0 1.047 0.953 2 2 2s2-0.953 2-2v-9.063c0.328-0.109 0.656-0.172 1-0.172s0.672 0.063 1 0.172zM26 13.359c0 0.266-0.234 0.5-0.5 0.5-0.141 0-0.25-0.063-0.359-0.156-0.906-0.844-1.75-1.437-3.047-1.437-1.484 0-2.766 0.922-3.609 2.094-0.187 0.266-0.328 0.547-0.5 0.812-0.109 0.172-0.234 0.266-0.438 0.266-0.219 0-0.344-0.094-0.453-0.266-0.172-0.266-0.313-0.547-0.5-0.812-0.844-1.172-2.109-2.094-3.594-2.094s-2.75 0.922-3.594 2.094c-0.187 0.266-0.328 0.547-0.5 0.812-0.109 0.172-0.234 0.266-0.453 0.266-0.203 0-0.328-0.094-0.438-0.266-0.172-0.266-0.313-0.547-0.5-0.812-0.844-1.172-2.125-2.094-3.609-2.094-1.297 0-2.141 0.594-3.047 1.437-0.109 0.094-0.219 0.156-0.359 0.156-0.266 0-0.5-0.234-0.5-0.5 0-0.047 0-0.078 0.016-0.109 1.437-5.906 7.141-9.25 12.984-9.25 5.812 0 11.578 3.344 12.984 9.25 0.016 0.031 0.016 0.063 0.016 0.109zM14 2v1.531c-0.328-0.016-0.672-0.031-1-0.031s-0.672 0.016-1 0.031v-1.531c0-0.547 0.453-1 1-1s1 0.453 1 1z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"448\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b01a6\" wfd-id=\"449\"><h4 data-css=\"tve-u-1624935a201\" style=\"text-align: left;\">Wax protection</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"447\"><p data-css=\"tve-u-162492e70ad\">Etiam pharetra, erat sed fermentum feugiat, velit mauris</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16249367114\" wfd-id=\"405\"><div class=\"tcb-flex-row tcb-medium-no-wrap tcb--cols--3 v-2\" data-css=\"tve-u-16229ffbb7b\" wfd-id=\"406\"><div class=\"tcb-flex-col\" wfd-id=\"429\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229fa6a26\" wfd-id=\"431\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b33f9\" wfd-id=\"441\"><svg class=\"tcb-icon\" viewBox=\"0 0 26 28\" data-name=\"magic\">\n<path d=\"M18.594 9.078l4.578-4.578-1.672-1.672-4.578 4.578zM25.578 4.5c0 0.266-0.094 0.516-0.281 0.703l-20.094 20.094c-0.187 0.187-0.438 0.281-0.703 0.281s-0.516-0.094-0.703-0.281l-3.094-3.094c-0.187-0.187-0.281-0.438-0.281-0.703s0.094-0.516 0.281-0.703l20.094-20.094c0.187-0.187 0.438-0.281 0.703-0.281s0.516 0.094 0.703 0.281l3.094 3.094c0.187 0.187 0.281 0.438 0.281 0.703zM4.469 1.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531zM9.938 4.062l3.063 0.938-3.063 0.938-0.938 3.063-0.938-3.063-3.063-0.938 3.063-0.938 0.938-3.063zM24.469 11.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531zM14.469 1.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"437\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b0a67\" wfd-id=\"438\"><h4 data-css=\"tve-u-16248fc42a1\" style=\"text-align: left;\">Dust &amp; Dash Console</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"432\"><p data-css=\"tve-u-162492e70ad\">Duis sed odio sit amet nibh vulputate cursus a sit amet mauris.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"414\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1622f65ba70\" wfd-id=\"416\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b60b4\" wfd-id=\"428\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"certificate\">\n<path d=\"M21.5 14l2.156 2.109c0.297 0.281 0.406 0.703 0.313 1.094-0.109 0.391-0.422 0.703-0.812 0.797l-2.938 0.75 0.828 2.906c0.109 0.391 0 0.812-0.297 1.094-0.281 0.297-0.703 0.406-1.094 0.297l-2.906-0.828-0.75 2.938c-0.094 0.391-0.406 0.703-0.797 0.812-0.094 0.016-0.203 0.031-0.297 0.031-0.297 0-0.594-0.125-0.797-0.344l-2.109-2.156-2.109 2.156c-0.281 0.297-0.703 0.406-1.094 0.313-0.406-0.109-0.703-0.422-0.797-0.812l-0.75-2.938-2.906 0.828c-0.391 0.109-0.812 0-1.094-0.297-0.297-0.281-0.406-0.703-0.297-1.094l0.828-2.906-2.938-0.75c-0.391-0.094-0.703-0.406-0.812-0.797-0.094-0.391 0.016-0.812 0.313-1.094l2.156-2.109-2.156-2.109c-0.297-0.281-0.406-0.703-0.313-1.094 0.109-0.391 0.422-0.703 0.812-0.797l2.938-0.75-0.828-2.906c-0.109-0.391 0-0.812 0.297-1.094 0.281-0.297 0.703-0.406 1.094-0.297l2.906 0.828 0.75-2.938c0.094-0.391 0.406-0.703 0.797-0.797 0.391-0.109 0.812 0 1.094 0.297l2.109 2.172 2.109-2.172c0.281-0.297 0.688-0.406 1.094-0.297 0.391 0.094 0.703 0.406 0.797 0.797l0.75 2.938 2.906-0.828c0.391-0.109 0.812 0 1.094 0.297 0.297 0.281 0.406 0.703 0.297 1.094l-0.828 2.906 2.938 0.75c0.391 0.094 0.703 0.406 0.812 0.797 0.094 0.391-0.016 0.812-0.313 1.094z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"424\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b12d8\" wfd-id=\"425\"><h4 data-css=\"tve-u-1625389a3d5\" style=\"text-align: left;\">Triple Foam Polish</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"417\"><p data-css=\"tve-u-162492e70ad\">Class aptent taciti sociosqu ad litora torquent</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"407\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229fa8c68\" wfd-id=\"409\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-16271adf6cf\" wfd-id=\"413\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"bullseye\">\n<path d=\"M16 14c0 2.203-1.797 4-4 4s-4-1.797-4-4 1.797-4 4-4 4 1.797 4 4zM18 14c0-3.313-2.688-6-6-6s-6 2.688-6 6 2.688 6 6 6 6-2.688 6-6zM20 14c0 4.422-3.578 8-8 8s-8-3.578-8-8 3.578-8 8-8 8 3.578 8 8zM22 14c0-5.516-4.484-10-10-10s-10 4.484-10 10 4.484 10 10 10 10-4.484 10-10zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"411\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-16248fc71c8\" wfd-id=\"412\"><h4 data-css=\"tve-u-1625389b4ed\" style=\"text-align: left;\">Tire dressing</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"410\"><p data-css=\"tve-u-162492e70ad\">Etiam pharetra, erat sed fermentum feugiat, velit mauris</p></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621ad46076\" wfd-id=\"357\">\n<div class=\"tve-page-section-out\" wfd-id=\"400\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621b072b4e\" wfd-id=\"358\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621a8b2488\" wfd-id=\"359\"><div class=\"tcb-flex-row tcb--cols--2 v-2\" data-css=\"tve-u-1621a8a804b\" wfd-id=\"360\"><div class=\"tcb-flex-col\" wfd-id=\"372\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16271bfe70c\" wfd-id=\"374\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h3\" data-css=\"tve-u-1621a8c4313\" wfd-id=\"395\"><h3><strong>Complete cleaning services for yoâ€‹ur car</strong></h3></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-16417b70f47\" wfd-id=\"375\"><ul class=\"tcb-styled-list\" wfd-id=\"376\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621acf0289\" wfd-id=\"387\"><div class=\"tcb-styled-list-icon\" wfd-id=\"393\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a8e11f3\" wfd-id=\"394\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ace1b08\" wfd-id=\"388\">We are a small business delivering professional cleaning services for all vehicles</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621acf64fb\" wfd-id=\"383\"><div class=\"tcb-styled-list-icon\" wfd-id=\"385\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a8e5625\" wfd-id=\"386\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ace4de9\" wfd-id=\"384\">Our services are convenient for individuals and corporate fleets</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"377\"><div class=\"tcb-styled-list-icon\" wfd-id=\"381\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a9076ef\" wfd-id=\"382\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621acf47d2\" wfd-id=\"378\">We use eco-friendly products that actually clean, protect and maintain your car better than the traditional cleaning substances</span></li></ul></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"361\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621a90a46f\" wfd-id=\"363\"><div class=\"thrv_wrapper thrv-fill-counter tve_red tve_normalfc thrv_data_element\" data-css=\"tve-u-1621a983587\" wfd-id=\"364\">\n<div class=\"tve_fill_counter_n\" style=\"\" data-fill=\"100\" data-css=\"tve-u-1621a98b602\" wfd-id=\"365\">\n<svg viewBox=\"0 0 160 160\" class=\"tve_fill_counter_circle\" shape-rendering=\"optimizeSpeed\" data-css=\"tve-u-1621a9a2862\">\n<circle class=\"tve_fill_counter_circle_inner\" r=\"80\" cx=\"80\" cy=\"80\" data-css=\"tve-u-1621a9685d4\"></circle>\n</svg>\n<div class=\"tve_fill_text_in\" data-css=\"tve-u-1621a96b190\" wfd-id=\"366\">\n<div class=\"tve_fill_text_value\" data-css=\"tve-u-1621a9a2866\" wfd-id=\"368\">\n<div class=\"thrv-inline-text tve_fill_text tve_editable\" data-css=\"tve-u-1621a9a2867\" wfd-id=\"369\"><strong>100%â€‹</strong></div>\n</div>\n<div class=\"thrv-inline-text tve_editable tve_data_element_label\" data-css=\"tve-u-1621a9750ae\" wfd-id=\"367\">Clean car</div>\n</div>\n</div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621ada1e7f\" data-value-type=\"percent\" wfd-id=\"319\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621adba9ef\" data-clip-id=\"52d5a36c151aa\" wfd-id=\"356\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-52d5a36c151aa\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0875\"></polygon></clipPath><clipPath id=\"clip-tablet-top-52d5a36c151aa\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0524\"></polygon></clipPath><clipPath id=\"clip-mobile-top-52d5a36c151aa\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0349\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621ad420c4\" wfd-id=\"320\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621ade6172\" wfd-id=\"321\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2 tcb-row-reversed-mobile tcb-mobile-edit v-2\" data-css=\"tve-u-1621adea58b\" wfd-id=\"322\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621b064646\" style=\"\" wfd-id=\"350\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ae0bec7\" wfd-id=\"352\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ae4fd21\" data-value-type=\"percent\" data-float=\"1\" wfd-id=\"353\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621ae6c8da\" data-clip-id=\"aa2c3e3c70555\" wfd-id=\"355\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0349\"></polygon></clipPath><clipPath id=\"clip-tablet-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"4\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0699\"></polygon></clipPath><clipPath id=\"clip-mobile-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"4\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0699\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb\" data-css=\"tve-u-1621ae4db6e\" wfd-id=\"354\"></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621b064668\" style=\"\" wfd-id=\"323\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621f45bed3\" wfd-id=\"325\"><div class=\"tcb-clear\" data-css=\"tve-u-16224848ee5\" wfd-id=\"346\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621afceb00\" wfd-id=\"347\"><h2 data-css=\"tve-u-1621afcc0bf\">Check Out Our Special Offer!</h2></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621afda4fa\" wfd-id=\"345\"><p data-css=\"tve-u-1621afd8c98\">Donâ€™t miss the opportunity to get 50% discount on a complete cleaning just by recommending us to a friend. Bring someone you know with you and clean you car half price!</p></div><div class=\"tcb-clear\" data-css=\"tve-u-16224834cab\" wfd-id=\"326\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621fe85996\" wfd-id=\"327\"><div class=\"tcb-flex-row tcb--cols--2 tcb-resized tcb-medium-wrap tcb-desktop-wrap\" data-css=\"tve-u-1621fe78878\" wfd-id=\"328\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621fe94086\" style=\"\" wfd-id=\"336\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"338\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621b01355a\" wfd-id=\"339\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621b08fdde\" data-tcb_hover_state_parent=\"1\" wfd-id=\"344\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16223f02c16\" wfd-id=\"340\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-1620af7eb3f\" data-tcb_hover_state_parent=\"\" data-button-style=\"full_rounded\" wfd-id=\"341\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"342\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-16228c75500\" wfd-id=\"343\"><strong>Request an appointment</strong></span></span>\n</a>\n</div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621fe940b9\" style=\"\" wfd-id=\"329\"><div class=\"tcb-col\" wfd-id=\"331\"><div class=\"tcb-clear\" data-css=\"tve-u-16224716d62\" wfd-id=\"332\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-1621b028939\" data-tcb_hover_state_parent=\"\" data-button-style=\"ghost\" wfd-id=\"333\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"334\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-16228c764b2\" wfd-id=\"335\"><strong>Call Now: 0400-700-682</strong></span></span>\n</a>\n</div></div></div></div></div></div></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16260ba2fa4\" wfd-id=\"218\">\n<div class=\"tve-page-section-out\" wfd-id=\"318\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16260be7104\" wfd-id=\"219\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621b0e4fb7\" wfd-id=\"317\"><h2 data-css=\"tve-u-1621b10fccf\" style=\"text-align: center;\">our happy clients</h2></div><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641367127b\" data-float=\"1\" wfd-id=\"316\"><svg class=\"tcb-icon\" viewBox=\"0 0 30 32\" data-name=\"quote-left\">\n<path d=\"M13.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429zM29.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641367e553\" wfd-id=\"315\"><svg class=\"tcb-icon\" viewBox=\"0 0 30 32\" data-name=\"quote-left\">\n<path d=\"M13.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429zM29.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a10d3b4\" wfd-id=\"286\">\n<div class=\"tve-content-box-background\" wfd-id=\"314\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"287\"><div class=\"tcb-clear\" data-css=\"tve-u-1621b300a64\" wfd-id=\"312\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-1621f154231\" wfd-id=\"313\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621b200375\" wfd-id=\"290\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-16260d8392c\" wfd-id=\"291\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"296\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"298\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16417b62c09\" wfd-id=\"299\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-16260d8396c\" wfd-id=\"300\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16260d01208\" style=\"\" wfd-id=\"306\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"308\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"309\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16225617da3\" wfd-id=\"311\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"310\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16260d0120e\" style=\"\" wfd-id=\"301\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"303\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"305\"><h5>Brett Graham, 28</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"304\"><h6 class=\"\">Architect</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"292\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"294\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"295\"><p data-css=\"tve-u-162539c17ec\">Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit. Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit.&nbsp;</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-16260c5ff0c\" wfd-id=\"288\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260c5ff07\" wfd-id=\"289\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a12f675\" wfd-id=\"253\">\n<div class=\"tve-content-box-background\" wfd-id=\"285\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"254\"><div class=\"tcb-clear\" data-css=\"tve-u-16260cd7683\" wfd-id=\"283\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260d73672\" wfd-id=\"284\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16260da3aa7\" wfd-id=\"257\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-1621fb68b97\" wfd-id=\"258\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"267\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"269\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16417b662bf\" wfd-id=\"270\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-1621fb65556\" wfd-id=\"271\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16229915e1a\" style=\"\" wfd-id=\"277\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"279\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"280\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16260c433e9\" wfd-id=\"282\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"281\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16229915e4e\" style=\"\" wfd-id=\"272\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"274\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"276\"><h5>Rosie Hanson, 24</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"275\"><h6 class=\"\">Real estate Associate</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"259\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"261\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"262\"><p data-css=\"tve-u-162539c17ec\">Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo.</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-16260d3b97e\" wfd-id=\"255\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260d39b83\" wfd-id=\"256\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a146aef\" wfd-id=\"220\">\n<div class=\"tve-content-box-background\" wfd-id=\"252\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"221\"><div class=\"tcb-clear\" data-css=\"tve-u-16260cd7683\" wfd-id=\"250\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260cd622f\" wfd-id=\"251\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16260c39a7e\" wfd-id=\"224\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-16260d3f4aa\" wfd-id=\"225\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"232\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"234\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621fbacc60\" wfd-id=\"235\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-16260d3f4af\" wfd-id=\"236\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16229915e1a\" style=\"\" wfd-id=\"244\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"246\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"247\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16260d5e4b8\" wfd-id=\"249\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"248\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16229915e4e\" style=\"\" wfd-id=\"237\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"239\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"243\"><h5>Shawn Mattews, 35</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"240\"><h6 class=\"\">project manager</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"226\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"228\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"229\"><p data-css=\"tve-u-162539c17ec\">Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo. Nullam ac urna eu felis.Sed non neque elit. Sed ut imperdiet nisi. Proin condimentum</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1621b30ca74\" wfd-id=\"222\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-1621f15b521\" wfd-id=\"223\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621b3c8c52\" wfd-id=\"104\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621b3cfc7b\" wfd-id=\"217\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621b3c74d9\" wfd-id=\"105\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621e7b695a\" wfd-id=\"214\"><h2 data-css=\"tve-u-1621e7a7350\" style=\"text-align: center;\">our offers</h2></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621e7c899a\" wfd-id=\"106\"><div class=\"tcb-flex-row tcb--cols--3 tcb-medium-wrap v-2\" data-css=\"tve-u-1621e7c7aa1\" wfd-id=\"107\"><div class=\"tcb-flex-col\" wfd-id=\"174\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16223fc9f23\" wfd-id=\"176\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e7ceab3\" style=\"\" wfd-id=\"177\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16416e4fafd\" wfd-id=\"213\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e7d5094\" wfd-id=\"178\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e7e9950\" data-value-type=\"percent\" style=\"\" wfd-id=\"207\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e7edfd9\" data-clip-id=\"10ffac3b28f1d\" wfd-id=\"212\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-10ffac3b28f1d\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-10ffac3b28f1d\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e7e6c1d\" wfd-id=\"208\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-16417b4cb9e\" wfd-id=\"209\"><h4 data-css=\"tve-u-1621fe1a1af\" style=\"text-align: center;\"><strong>Basic Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ec6c39b\" data-float=\"1\" wfd-id=\"203\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e81f424\" wfd-id=\"206\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec752da\" wfd-id=\"204\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"205\"><h4 data-css=\"tve-u-1621fe1bd18\" style=\"text-align: center;\"><strong>15$</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621ea50702\" wfd-id=\"179\"><ul class=\"tcb-styled-list\" wfd-id=\"180\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec3a5c0\" wfd-id=\"199\"><div class=\"tcb-styled-list-icon\" wfd-id=\"201\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec204df\" wfd-id=\"202\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec241aa\" wfd-id=\"200\">Interior vacuum</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"195\"><div class=\"tcb-styled-list-icon\" wfd-id=\"197\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec20f68\" wfd-id=\"198\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec2704c\" wfd-id=\"196\">Dust &amp;dash console</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec42aa7\" wfd-id=\"189\"><div class=\"tcb-styled-list-icon\" wfd-id=\"193\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec21a31\" wfd-id=\"194\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec298ab\" wfd-id=\"190\">Hand towel dry</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec43fe2\" wfd-id=\"185\"><div class=\"tcb-styled-list-icon\" wfd-id=\"187\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ea1fba7\" wfd-id=\"188\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea23322\" wfd-id=\"186\">Clean windows</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec454d9\" wfd-id=\"181\"><div class=\"tcb-styled-list-icon\" wfd-id=\"183\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ea295c0\" wfd-id=\"184\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea2c69a\" wfd-id=\"182\">Soft cloth wash</span></li></ul></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"141\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"143\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621eb81205\" style=\"\" wfd-id=\"144\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16416e603ab\" wfd-id=\"173\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621eb7ccb0\" wfd-id=\"145\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ebbbb6d\" data-value-type=\"percent\" wfd-id=\"169\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eaaedd8\" data-clip-id=\"a2b9cf3198d6f\" wfd-id=\"172\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-a2b9cf3198d6f\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-a2b9cf3198d6f\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec7f21a\" wfd-id=\"170\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e930bd7\" wfd-id=\"171\"><h4 data-css=\"tve-u-1621e92e97f\" style=\"text-align: center;\"><strong>Ultimate Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ec78d2c\" data-float=\"1\" wfd-id=\"165\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eab272c\" wfd-id=\"168\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec79a7d\" wfd-id=\"166\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"167\"><h4 data-css=\"tve-u-1621e942b65\" style=\"text-align: center;\"><strong>22 $</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621ebfa746\" wfd-id=\"162\"><p data-css=\"tve-u-1621f4ceaf6\" style=\"text-align: center;\">Includes basic service <span data-css=\"tve-u-1621f4ceaf7\" style=\"color: rgb(15, 29, 123);\" wfd-id=\"163\"><strong class=\"\"><span data-css=\"tve-u-1621f4ceafb\" wfd-id=\"164\">+</span></strong></span></p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621ebf340c\" wfd-id=\"146\"><ul class=\"tcb-styled-list\" wfd-id=\"147\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-164137a0b1f\" wfd-id=\"156\"><div class=\"tcb-styled-list-icon\" wfd-id=\"160\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec0c5bd\" wfd-id=\"161\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ebfe4ce\" wfd-id=\"157\">Triple foam conditiner</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec04541\" wfd-id=\"152\"><div class=\"tcb-styled-list-icon\" wfd-id=\"154\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec09a3c\" wfd-id=\"155\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ebff867\" wfd-id=\"153\">Tire dressing</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec05cc3\" wfd-id=\"148\"><div class=\"tcb-styled-list-icon\" wfd-id=\"150\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec15f6e\" wfd-id=\"151\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec009a8\" wfd-id=\"149\">Air freshner</span></li></ul></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"108\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16223dad661\" wfd-id=\"110\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621fd9c946\" style=\"\" wfd-id=\"111\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e7d234c\" wfd-id=\"140\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621fd84d7b\" wfd-id=\"112\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16223b080b0\" data-value-type=\"percent\" wfd-id=\"134\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eb3eb9f\" data-clip-id=\"ac98bb0e54b3b\" wfd-id=\"139\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621fd8766c\" wfd-id=\"135\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e930bd7\" wfd-id=\"136\"><h4 data-css=\"tve-u-1621fe1587d\" style=\"text-align: center;\"><strong>Supreme Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e8107f3\" wfd-id=\"130\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eb43d8d\" wfd-id=\"133\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e819c52\" wfd-id=\"131\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"132\"><h4 data-css=\"tve-u-1621fe1725e\" style=\"text-align: center;\"><strong>30 $</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621eb037bb\" wfd-id=\"127\"><p data-css=\"tve-u-1621f4d0451\" style=\"text-align: center;\">Includes ultimate service <span data-css=\"tve-u-1621eaff572\" style=\"color: rgb(15, 29, 123);\" wfd-id=\"128\"><strong class=\"\"><span data-css=\"tve-u-1621eb01b60\" wfd-id=\"129\">+</span></strong></span></p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621eacf6af\" wfd-id=\"113\"><ul class=\"tcb-styled-list\" wfd-id=\"114\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec36a4d\" wfd-id=\"123\"><div class=\"tcb-styled-list-icon\" wfd-id=\"125\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e9993aa\" wfd-id=\"126\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea1a5d7\" wfd-id=\"124\">Exterior trim dressing</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"119\"><div class=\"tcb-styled-list-icon\" wfd-id=\"121\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e99b1db\" wfd-id=\"122\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea19a06\" wfd-id=\"120\">Hand applied spray wax</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec37ea5\" wfd-id=\"115\"><div class=\"tcb-styled-list-icon\" wfd-id=\"117\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e99c314\" wfd-id=\"118\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea18c5d\" wfd-id=\"116\">Interior conditioner</span></li></ul></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621efddaaf\" wfd-id=\"54\">\n<div class=\"tve-page-section-out\" wfd-id=\"103\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621edf8048\" wfd-id=\"55\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621f114214\" wfd-id=\"56\"><div class=\"tcb-flex-row tcb-mobile-edit tcb--cols--2\" data-css=\"tve-u-1621ee03000\" wfd-id=\"57\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621ee4be21\" style=\"\" wfd-id=\"63\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ee093d4\" wfd-id=\"65\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ee3afec\" wfd-id=\"66\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621ee58e74\" wfd-id=\"102\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ee37f4a\" wfd-id=\"67\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1621ee74a24\" wfd-id=\"101\"><svg class=\"tcb-icon\" viewBox=\"0 0 16 28\" data-name=\"map-marker\">\n<path d=\"M12 10c0-2.203-1.797-4-4-4s-4 1.797-4 4 1.797 4 4 4 4-1.797 4-4zM16 10c0 0.953-0.109 1.937-0.516 2.797l-5.688 12.094c-0.328 0.688-1.047 1.109-1.797 1.109s-1.469-0.422-1.781-1.109l-5.703-12.094c-0.406-0.859-0.516-1.844-0.516-2.797 0-4.422 3.578-8 8-8s8 3.578 8 8z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621ee63e1c\" wfd-id=\"94\"><h2 data-css=\"tve-u-1621fdcb4ea\" style=\"text-align: center;\">contact us</h2></div><div class=\"thrv_wrapper thrv-contact-form\" data-ct=\"contact_form-22343\" style=\"\" data-css=\"tve-u-16465071dea\" data-ct-name=\"Rounded Shadow\" wfd-id=\"70\">\n<form action=\"\" method=\"post\" novalidate=\"\" wfd-id=\"71\">\n<div class=\"tve-cf-item-wrapper\" wfd-id=\"77\">\n<div class=\"tve-cf-item\" data-css=\"tve-u-1695dd04208\" wfd-id=\"90\">\n<div class=\"thrv-cf-input-wrapper\" data-type=\"first_name\" wfd-id=\"91\">\n<label data-css=\"tve-u-1695d9d6525\" class=\"\" wfd-id=\"93\">First Name</label>\n<div class=\"tve-cf-input\" data-css=\"tve-u-1695d9d6526\" data-tcb_hover_state_parent=\"\" wfd-id=\"92\">\n<input placeholder=\"\" type=\"text\" name=\"first_name\" data-placeholder=\"\" wfd-id=\"576\">\n</div>\n</div>\n</div>\n<div class=\"tve-cf-item\" data-css=\"tve-u-1695dd04208\" wfd-id=\"86\">\n<div class=\"thrv-cf-input-wrapper\" data-type=\"email\" wfd-id=\"87\">\n<label data-css=\"tve-u-1695d9d6527\" class=\"\" wfd-id=\"89\">Email Address</label>\n<div class=\"tve-cf-input\" data-css=\"tve-u-1695d9d6528\" data-tcb_hover_state_parent=\"\" wfd-id=\"88\">\n<input placeholder=\"\" type=\"email\" name=\"email\" data-placeholder=\"\" wfd-id=\"575\">\n</div>\n</div>\n</div>\n<div class=\"tve-cf-item\" data-css=\"tve-u-1695dd484d7\" wfd-id=\"82\">\n<div class=\"thrv-cf-input-wrapper\" data-type=\"message\" wfd-id=\"83\">\n<label data-css=\"tve-u-1695d9d6529\" class=\"\" wfd-id=\"85\">Message</label>\n<div class=\"tve-cf-input\" data-css=\"tve-u-1695d9d652a\" data-tcb_hover_state_parent=\"\" wfd-id=\"84\">\n<textarea placeholder=\"\" data-placeholder=\"\" name=\"message\" wfd-id=\"578\"></textarea>\n</div>\n</div>\n</div>\n<div class=\"tve-cf-item\" data-css=\"tve-u-1695dd04208\" wfd-id=\"78\">\n	<div class=\"thrv-cf-input-wrapper\" data-type=\"phone\" wfd-id=\"79\">\n		<label data-css=\"tve-u-1695d9d6525\" class=\"\" wfd-id=\"81\">Phone Number</label>\n		<div class=\"tve-cf-input\" data-css=\"tve-u-1695d9d6526\" wfd-id=\"80\">\n			<input placeholder=\"+1-555-555-2368\" type=\"tel\" name=\"phone\" data-placeholder=\"+1-555-555-2368\" wfd-id=\"574\">\n		</div>\n	</div>\n</div></div>\n<div class=\"tve-cf-submit\" data-tcb_hover_state_parent=\"\" data-button-style=\"rounded\" data-css=\"tve-u-1695dd27f6a\" wfd-id=\"72\">\n<button class=\"tve_btn_txt\" type=\"submit\" wfd-id=\"591\">Submit Message</button>\n</div>\n<input type=\"hidden\" name=\"config\" value=\"YTozOntzOjE0OiJlcnJvcl9tZXNzYWdlcyI7YTo0OntzOjU6ImVtYWlsIjtzOjIxOiJFbWFpbCBhZGRyZXNzIGludmFsaWQiO3M6NToicGhvbmUiO3M6MjA6IlBob25lIG51bWJlciBpbnZhbGlkIjtzOjM6InVybCI7czoxMToiVVJMIGludmFsaWQiO3M6ODoicmVxdWlyZWQiO3M6MjA6IlJlcXVpcmVkIGZpZWxkIGVtcHR5Ijt9czo4OiJ0b19lbWFpbCI7YToyOntzOjI6InRvIjtzOjI4OiJpbmZvQGJlc3RjZXJha290ZWZsb3JpZGEuY29tIjtzOjc6InN1YmplY3QiO3M6MTg6Ik5ldyBtZXNzYWdlIGZyb206ICI7fXM6Njoic3VibWl0IjthOjEwOntzOjY6ImFjdGlvbiI7czoxMjoibm90aWZpY2F0aW9uIjtzOjIzOiJzZW5kX2NvbmZpcm1hdGlvbl9lbWFpbCI7YjoxO3M6MTk6InNlbmRlcl9wZXJzb25hbGl6ZWQiO2I6MDtzOjIwOiJjb25maXJtYXRpb25fc3ViamVjdCI7czozNjoiQ29udGFjdCBGb3JtIHN1Ym1pc3Npb24gY29uZmlybWF0aW9uIjtzOjIwOiJjb25maXJtYXRpb25fbWVzc2FnZSI7czoxMzk6IkhlbGxvLCAKClRoYW5rcyBmb3IgY29udGFjdGluZyB1cy4gV2UnbGwgZ2V0IGJhY2sgdG8geW91IGFzIHNvb24gYXMgcG9zc2libGUgd2l0aCB0aGUgaW5mb3JtYXRpb24geW91IG5lZWQuIAoKQmVzdCByZWdhcmRzLApbd3Bfc2l0ZV90aXRsZV0iO3M6OToiZnJvbV9uYW1lIjtzOjI4OiJUaGUgQmVzdCBDZXJha290ZSBJbiBGbG9yaWRhIjtzOjEwOiJmcm9tX2VtYWlsIjtzOjI5OiJhZG1pbkBiZXN0Y2VyYWtvdGVmbG9yaWRhLmNvbSI7czo4OiJyZXBseV90byI7czoyOToiYWRtaW5AYmVzdGNlcmFrb3RlZmxvcmlkYS5jb20iO3M6MzoidXJsIjtzOjA6IiI7czoxMjoibm90aWZpY2F0aW9uIjtzOjgxOiJZb3VyIG1lc3NhZ2UgaGFzIGJlZW4gc2VudCwgdGhhbmsgeW91ISBZb3UnbGwgaGVhciBmcm9tIHVzIHdpdGhpbiB0aGUgbmV4dCAyNCBocnMiO319\" wfd-id=\"573\"></form>\n</div><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_slide_left\" data-css=\"tve-u-1621ef118dc\" style=\"\" wfd-id=\"68\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"69\"><img class=\"tve_image tve_evt_manager_listen tve_et_tve-viewport wp-image-600\" alt=\"\" width=\"2148\" height=\"1968\" title=\"CertifiedLogo_transparent\" data-id=\"600\" src=\"https://bestcerakoteflorida.com/wp-content/uploads/2019/03/CertifiedLogo_transparent-e1552073635916.png\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_left&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" style=\"width: 100%;\"></span></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621ee4be73\" style=\"\" wfd-id=\"58\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ee22c43\" wfd-id=\"60\"><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-1695d995f33\" wfd-id=\"62\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=825 South Kings Highway, Fort Pierce&amp;t=m&amp;z=11&amp;output=embed&amp;iwloc=near\"></iframe>\n</div><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-1621ee18a1c\" wfd-id=\"61\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=davie, Florida 33317&amp;t=m&amp;z=11&amp;output=embed&amp;iwloc=near\"></iframe>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-custom-menu-inside\" data-css=\"tve-u-1621f0aa8f7\" wfd-id=\"24\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621f0ada0e\" wfd-id=\"53\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621f0b0088\" wfd-id=\"25\"><div class=\"thrv_wrapper thrv-columns tve-custom-menu-inside\" data-css=\"tve-u-1621f0d2c1a\" wfd-id=\"26\"><div class=\"tcb-flex-row tcb--cols--3 tcb-resized\" data-css=\"tve-u-1621f0cbe40\" wfd-id=\"27\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1695e826914\" style=\"\" wfd-id=\"45\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"47\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621f0da775\" wfd-id=\"48\"><p data-css=\"tve-u-1622444fb11\" style=\"text-align: center;\">Â© 2018, BLACKHAWK CUSTOM, LLC . All rights reserved.</p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1695e826ae0\" style=\"\" wfd-id=\"36\"><div class=\"tcb-col\" wfd-id=\"38\"><div class=\"thrv_wrapper thrv_widget_menu tve-custom-menu-upgrade tve-mobile-dropdown tve-menu-style-none tve-dropdown-icon-style_2\" data-tve-style=\"tve_horizontal\" data-tve-switch-icon=\"tablet,mobile\" data-css=\"tve-u-1695e821f4c\" tcb-template-name=\"Simple Underline Light\" tcb-template-id=\"28130\" data-ct=\"menu-28130\" style=\"\" wfd-id=\"39\">	<div class=\"thrive-shortcode-config\" style=\"display: none !important\" wfd-id=\"44\">__CONFIG_widget_menu__{\"menu_id\":\"custom\",\"color\":\"tve_red\",\"dir\":\"tve_horizontal\",\"font_class\":\"\",\"font_size\":\"\",\"ul_attr\":\"\",\"link_attr\":\"\",\"top_link_attr\":\"\",\"trigger_attr\":\"\",\"primary\":\"\",\"head_css\":\"\",\"background_hover\":\"\",\"main_hover\":\"\",\"child_hover\":\"\",\"group_edit\":[{\"css_id\":null,\"class\":\"\"},{\"css_id\":null,\"class\":\"\"},{\"css_id\":null,\"class\":\"\"},{\"css_id\":null,\"class\":\"\"}],\"menu_style\":\"none\",\"dropdown_icon\":\"style_2\",\"mobile_side\":\"\",\"mobile_icon\":\"\",\"switch_to_icon\":\"tablet,mobile\",\"template\":\"28130\",\"template_name\":\"Simple Underline Light\"}__CONFIG_widget_menu__</div>\n<div class=\"thrive-shortcode-html tve-menu-custom-type thrive-shortcode-html-editable tve-custom-menu-type tve_clearfix\" style=\"z-index: 8;\" wfd-id=\"40\">\n<a class=\"tve-m-trigger t_tve_horizontal tve_red\" href=\"javascript:void(0)\"><div class=\"thrv_wrapper thrv_icon tcb-icon-open tve-trigger-active\" data-not-changeable=\"true\" data-selector=\"[data-css=&quot;tve-u-1695e821f4c&quot;] .tcb-icon-open\" wfd-id=\"43\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 24\" data-name=\"align-justify\"><g><g><path class=\"st0\" d=\"M23,13H1c-0.6,0-1-0.4-1-1s0.4-1,1-1h22c0.6,0,1,0.4,1,1S23.6,13,23,13z\"></path></g><g><path class=\"st0\" d=\"M23,6.7H1c-0.6,0-1-0.4-1-1s0.4-1,1-1h22c0.6,0,1,0.4,1,1S23.6,6.7,23,6.7z\"></path></g><g><path class=\"st0\" d=\"M23,19.3H1c-0.6,0-1-0.4-1-1s0.4-1,1-1h22c0.6,0,1,0.4,1,1S23.6,19.3,23,19.3z\"></path></g></g></svg></div><div class=\"thrv_wrapper thrv_icon tcb-icon-close\" data-not-changeable=\"true\" data-selector=\"[data-css=&quot;tve-u-1695e821f4c&quot;] .tcb-icon-close\" wfd-id=\"42\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 24\" data-name=\"close\"><path class=\"st0\" d=\"M13.4,12l7.1-7.1c0.4-0.4,0.4-1,0-1.4s-1-0.4-1.4,0L12,10.6L4.9,3.5c-0.4-0.4-1-0.4-1.4,0s-0.4,1,0,1.4l7.1,7.1 l-7.1,7.1c-0.4,0.4-0.4,1,0,1.4c0.4,0.4,1,0.4,1.4,0l7.1-7.1l7.1,7.1c0.4,0.4,1,0.4,1.4,0c0.4-0.4,0.4-1,0-1.4L13.4,12z\"></path></svg></div></a><ul id=\"menu-main-menu\" class=\"tve_w_menu tve_horizontal tve-m-collapsed\" style=\"z-index: 6;\" wfd-id=\"41\"><li id=\"tcb_custom_menu_5402f616\" class=\"menu-item menu-item-type-post_type menu-item-object-page thrv_wrapper thrv-menu-item-element thrv-custom-menu-item\" data-selector=\"[data-css=&quot;tve-u-1695e821f4c&quot;] #tcb_custom_menu_5402f616\" data-tcb_hover_state_parent=\"\"><a href=\"https://bestcerakoteflorida.com/privacy/\"><span class=\"tve-disabled-text-inner\">Privacy</span><span class=\"tve-disabled-text-inner tve-item-dropdown-trigger\"></span></a></li><li id=\"tcb_custom_menu_13475a66\" class=\"menu-item menu-item-type-post_type menu-item-object-page thrv_wrapper thrv-menu-item-element thrv-custom-menu-item active-expand-children\" data-selector=\"[data-css=&quot;tve-u-1695e821f4c&quot;] #tcb_custom_menu_13475a66\" data-tcb_hover_state_parent=\"\"><a href=\"https://bestcerakoteflorida.com/privacy-policy/\"><span class=\"tve-disabled-text-inner\">TERMS</span><span class=\"tve-disabled-text-inner tve-item-dropdown-trigger\"></span></a></li><li id=\"tcb_custom_menu_a19cc162\" class=\"menu-item menu-item-type-post_type menu-item-object-page thrv_wrapper thrv-menu-item-element thrv-custom-menu-item\" data-selector=\"[data-css=&quot;tve-u-1695e821f4c&quot;] #tcb_custom_menu_a19cc162\" data-tcb_hover_state_parent=\"\"><a href=\"\"><span class=\"tve-disabled-text-inner\">NAV#3</span><span class=\"tve-disabled-text-inner tve-item-dropdown-trigger\"></span></a></li><li id=\"tcb_custom_menu_hgZvKxml\" class=\"menu-item menu-item-type-post_type menu-item-object-page thrv_wrapper thrv-menu-item-element thrv-custom-menu-item\" data-selector=\"[data-css=&quot;tve-u-1695e821f4c&quot;] #tcb_custom_menu_hgZvKxml\" data-tcb_hover_state_parent=\"\"><a href=\"\"><span class=\"tve-disabled-text-inner\">NAV#5</span><span class=\"tve-disabled-text-inner tve-item-dropdown-trigger\"></span></a></li></ul></div>	</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1695e826b67\" wfd-id=\"28\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"30\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16223fe5f5b\" wfd-id=\"31\"><p data-css=\"tve-u-1621f0d874c\" style=\"text-align: center;\">Made with <a href=\"https://thrivethemes.com/\" target=\"_blank\" data-css=\"tve-u-1695e7e070d\">Thrive Architect</a></p></div></div></div></div></div></div>\n</div>\n\n'),(7410,602,'tve_revision_tve_has_wistia_popover','0'),(7411,603,'tve_revision_tve_landing_page','tcb2-thrivebiz-car-wash'),(7412,603,'tve_revision_tve_landing_set',''),(7413,603,'tve_revision_tve_disable_theme_dependency','1'),(7414,603,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-162717d1bbe\" wfd-id=\"468\"><div class=\"tcb-flex-row tcb-medium-no-wrap v-2 tcb--cols--3 m-edit tcb-mobile-wrap tcb-resized\" data-css=\"tve-u-162717d1bbf\" wfd-id=\"469\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1695981e7bb\" wfd-id=\"486\"><div class=\"tcb-col\" data-css=\"tve-u-16959846d3d\" wfd-id=\"488\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16959822de2\" wfd-id=\"489\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"490\"><img class=\"tve_image wp-image-465\" alt=\"\" width=\"384\" height=\"62\" title=\"Blackhawk_custom_header\" data-id=\"465\" src=\"https://bestcerakoteflorida.com/wp-content/uploads/2019/01/Blackhawk_custom_header.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717d1bb9\" style=\"\" wfd-id=\"479\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717d1bb6\" wfd-id=\"481\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-164179a84b8\" wfd-id=\"482\">\n<div class=\"tve-content-box-background\" wfd-id=\"485\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"483\"><div class=\"tcb-clear\" wfd-id=\"484\"></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717d1bb7\" style=\"\" wfd-id=\"470\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717d1bbc\" wfd-id=\"472\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16369305186\" wfd-id=\"473\">\n<div class=\"tve-content-box-background\" wfd-id=\"478\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16417e9d24e\" wfd-id=\"474\"><div class=\"tcb-clear\" wfd-id=\"476\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-16417e5bd95\" data-float=\"1\" wfd-id=\"477\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-envelope-regular\" data-name=\"\">\n            <path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path>\n        </svg></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-164179bced9\" wfd-id=\"475\"><p data-css=\"tve-u-1641333d7d1\"><a href=\"mailto:info@bestcerkoteflorida.com\" target=\"_blank\">info@bestcerakoteflorida.com</a></p></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-162717cb621\" data-value-type=\"percent\" wfd-id=\"441\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-162717cb620\" data-clip-id=\"c883ac5175045\" wfd-id=\"467\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-c883ac5175045\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"4\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9301, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-c883ac5175045\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9476, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-c883ac5175045\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9651, 1 1, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-162717cb609\" wfd-id=\"442\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-162717cb618\" wfd-id=\"443\"><div class=\"tcb-flex-row tcb-medium-wrap tcb-resized v-2 tcb--cols--2\" data-css=\"tve-u-162717cb617\" wfd-id=\"444\"><div class=\"tcb-flex-col\" data-css=\"tve-u-162717cb601\" style=\"\" wfd-id=\"458\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717cb60a\" wfd-id=\"460\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h1\" data-css=\"tve-u-162717cb610\" wfd-id=\"464\"><h1 data-css=\"tve-u-162717cb616\" style=\"text-align: center;\">&nbsp;<strong>â€‹</strong><strong>Protect What\'s Important To You! With The Toughest Ceramic Finish In The World!</strong></h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162717cb60f\" wfd-id=\"461\"><h2 class=\"\" data-css=\"tve-u-1695a36117b\" style=\"text-align: center;\"><strong>Heat, Water, Salt and Sand just some of the conditions you face. And any one of them is just waiting, to get a hold of your firearm and leave it a pile of rusted, pitted junk.</strong></h2><h2 class=\"\" data-css=\"tve-u-16413112747\" style=\"text-align: center;\"><strong>Unfortunately, there wasn\'t much you could do other than keep cleaning and lubricating your firearms...till NOW!</strong></h2></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717cb600\" style=\"\" wfd-id=\"445\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717cb60b\" wfd-id=\"447\"><div class=\"thrv_responsive_video thrv_wrapper rv_style_lifted_style2\" data-type=\"youtube\" data-rel=\"0\" data-url=\"https://www.youtube.com/watch?v=a1nyu9ZJiEk\" data-css=\"tve-u-16959cd1e7a\" data-modestbranding=\"1\" wfd-id=\"455\">\n	\n\n	<div class=\"tve_responsive_video_container\" wfd-id=\"456\">\n		<div class=\"video_overlay\" wfd-id=\"457\"></div>\n	<iframe data-code=\"TEOqV1Q16lU\" data-provider=\"youtube\" src=\"https://www.youtube.com/embed/TEOqV1Q16lU?rel=0&amp;modestbranding=1&amp;controls=1&amp;showinfo=1&amp;fs=1&amp;wmode=transparent\" data-src=\"https://www.youtube.com/embed/TEOqV1Q16lU?rel=0&amp;modestbranding=1&amp;controls=1&amp;showinfo=1&amp;fs=1&amp;wmode=transparent\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\n</div><div class=\"thrv_wrapper thrv-button tcb-with-icon\" data-css=\"tve-u-1695a3002e2\" data-tcb_hover_state_parent=\"\" data-button-style=\"border_1\" wfd-id=\"448\">\n	<a href=\"tel:1-954-848-1911\" class=\"tcb-button-link\" target=\"_blank\" rel=\"\"><span class=\"tcb-button-icon\" wfd-id=\"453\">\n	<div class=\"thrv_wrapper thrv_icon tve_no_drag tve_no_icons tcb-icon-inherit-style tcb-icon-display\" wfd-id=\"454\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-phone-plus-light\" data-name=\"\">\n            <path d=\"M8 128h88v88c0 4.4 3.6 8 8 8h16c4.4 0 8-3.6 8-8v-88h88c4.4 0 8-3.6 8-8v-16c0-4.4-3.6-8-8-8h-88V8c0-4.4-3.6-8-8-8h-16c-4.4 0-8 3.6-8 8v88H8c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8zM487.8 24.1L387 .8c-14.7-3.4-29.8 4.2-35.8 18.1l-46.5 108.5c-5.5 12.7-1.8 27.7 8.9 36.5l53.9 44.1c-34 69.2-90.3 125.6-159.6 159.6l-44.1-53.9c-8.8-10.7-23.8-14.4-36.5-8.9L18.9 351.3c-13.9 6-21.5 21-18.1 35.8L24 487.9C27.3 502 39.9 512 54.5 512 306.7 512 512 307.8 512 54.5c0-14.6-10-27.2-24.2-30.4zM55.1 480l-23-99.6 107.4-46 59.5 72.8c103.6-48.6 159.7-104.9 208.1-208.1l-72.8-59.5 46-107.4 99.6 23C479.7 289.7 289.6 479.7 55.1 480z\"></path>\n        </svg></div>\n</span>\n\n		<span class=\"tcb-button-texts\" wfd-id=\"449\"><span class=\"tcb-button-text thrv-inline-text\" wfd-id=\"450\">CALL NOW</span></span>\n	</a>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-162717fcf9d\" data-value-type=\"percent\" wfd-id=\"368\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-162718bd0c0\" data-clip-id=\"a3b25e1c9221a\" wfd-id=\"440\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0875\"></polygon></clipPath><clipPath id=\"clip-tablet-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"6\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.1051\"></polygon></clipPath><clipPath id=\"clip-mobile-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"1\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0175\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-162718a3b40\" wfd-id=\"369\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622a159bcb\" wfd-id=\"370\">\n<div class=\"tve-content-box-background\" wfd-id=\"439\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"371\"><div class=\"thrv_wrapper thrv-columns\" wfd-id=\"425\"><div class=\"tcb-flex-row tcb--cols--2\" wfd-id=\"426\"><div class=\"tcb-flex-col\" wfd-id=\"433\"><div class=\"tcb-col\" wfd-id=\"435\"><div class=\"thrv_wrapper thrv_text_element\" wfd-id=\"436\"><p>Enter your text here...</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"427\"><div class=\"tcb-col\" wfd-id=\"429\"><div class=\"thrv_wrapper thrv_text_element\" wfd-id=\"430\"><p>Enter your text here...</p></div></div></div></div></div><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621a2247ba\" wfd-id=\"422\"><h2 data-css=\"tve-u-1621a2e0d5b\">our services</h2></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16229f6175c\" wfd-id=\"399\"><div class=\"tcb-flex-row tcb-medium-no-wrap tcb--cols--3 v-2\" data-css=\"tve-u-162493a03b0\" wfd-id=\"400\"><div class=\"tcb-flex-col\" wfd-id=\"415\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1624939a960\" data-tcb_hover_state_parent=\"\" wfd-id=\"417\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-162493d5f13\" data-float=\"1\" wfd-id=\"421\"><svg class=\"tcb-icon\" viewBox=\"0 0 14 28\" data-name=\"bolt\">\n<path d=\"M13.828 8.844c0.172 0.187 0.219 0.453 0.109 0.688l-8.437 18.078c-0.125 0.234-0.375 0.391-0.656 0.391-0.063 0-0.141-0.016-0.219-0.031-0.344-0.109-0.547-0.438-0.469-0.766l3.078-12.625-6.344 1.578c-0.063 0.016-0.125 0.016-0.187 0.016-0.172 0-0.359-0.063-0.484-0.172-0.187-0.156-0.25-0.391-0.203-0.609l3.141-12.891c0.078-0.297 0.359-0.5 0.688-0.5h5.125c0.391 0 0.703 0.297 0.703 0.656 0 0.094-0.031 0.187-0.078 0.281l-2.672 7.234 6.188-1.531c0.063-0.016 0.125-0.031 0.187-0.031 0.203 0 0.391 0.094 0.531 0.234z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"419\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-162494b490e\" wfd-id=\"420\"><h4 data-css=\"tve-u-16249355087\" style=\"text-align: left;\">Express exterior</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162494b7ad0\" wfd-id=\"418\"><p data-css=\"tve-u-162492e70ad\">Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"408\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162493b6b63\" data-tcb_hover_state_parent=\"\" wfd-id=\"410\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b456a\" wfd-id=\"414\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"adjust\">\n<path d=\"M12 22.5v-17c-4.688 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"412\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1af44d\" wfd-id=\"413\"><h4 data-css=\"tve-u-16249358652\" style=\"text-align: left;\">Interior clean</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"411\"><p data-css=\"tve-u-162492e70ad\">Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"401\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16249373b25\" wfd-id=\"403\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b52d3\" wfd-id=\"407\"><svg class=\"tcb-icon\" viewBox=\"0 0 26 28\" data-name=\"umbrella\">\n<path d=\"M14 12.938v9.063c0 2.172-1.828 4-4 4s-4-1.828-4-4c0-0.547 0.453-1 1-1s1 0.453 1 1c0 1.047 0.953 2 2 2s2-0.953 2-2v-9.063c0.328-0.109 0.656-0.172 1-0.172s0.672 0.063 1 0.172zM26 13.359c0 0.266-0.234 0.5-0.5 0.5-0.141 0-0.25-0.063-0.359-0.156-0.906-0.844-1.75-1.437-3.047-1.437-1.484 0-2.766 0.922-3.609 2.094-0.187 0.266-0.328 0.547-0.5 0.812-0.109 0.172-0.234 0.266-0.438 0.266-0.219 0-0.344-0.094-0.453-0.266-0.172-0.266-0.313-0.547-0.5-0.812-0.844-1.172-2.109-2.094-3.594-2.094s-2.75 0.922-3.594 2.094c-0.187 0.266-0.328 0.547-0.5 0.812-0.109 0.172-0.234 0.266-0.453 0.266-0.203 0-0.328-0.094-0.438-0.266-0.172-0.266-0.313-0.547-0.5-0.812-0.844-1.172-2.125-2.094-3.609-2.094-1.297 0-2.141 0.594-3.047 1.437-0.109 0.094-0.219 0.156-0.359 0.156-0.266 0-0.5-0.234-0.5-0.5 0-0.047 0-0.078 0.016-0.109 1.437-5.906 7.141-9.25 12.984-9.25 5.812 0 11.578 3.344 12.984 9.25 0.016 0.031 0.016 0.063 0.016 0.109zM14 2v1.531c-0.328-0.016-0.672-0.031-1-0.031s-0.672 0.016-1 0.031v-1.531c0-0.547 0.453-1 1-1s1 0.453 1 1z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"405\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b01a6\" wfd-id=\"406\"><h4 data-css=\"tve-u-1624935a201\" style=\"text-align: left;\">Wax protection</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"404\"><p data-css=\"tve-u-162492e70ad\">Etiam pharetra, erat sed fermentum feugiat, velit mauris</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16249367114\" wfd-id=\"372\"><div class=\"tcb-flex-row tcb-medium-no-wrap tcb--cols--3 v-2\" data-css=\"tve-u-16229ffbb7b\" wfd-id=\"373\"><div class=\"tcb-flex-col\" wfd-id=\"390\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229fa6a26\" wfd-id=\"392\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b33f9\" wfd-id=\"398\"><svg class=\"tcb-icon\" viewBox=\"0 0 26 28\" data-name=\"magic\">\n<path d=\"M18.594 9.078l4.578-4.578-1.672-1.672-4.578 4.578zM25.578 4.5c0 0.266-0.094 0.516-0.281 0.703l-20.094 20.094c-0.187 0.187-0.438 0.281-0.703 0.281s-0.516-0.094-0.703-0.281l-3.094-3.094c-0.187-0.187-0.281-0.438-0.281-0.703s0.094-0.516 0.281-0.703l20.094-20.094c0.187-0.187 0.438-0.281 0.703-0.281s0.516 0.094 0.703 0.281l3.094 3.094c0.187 0.187 0.281 0.438 0.281 0.703zM4.469 1.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531zM9.938 4.062l3.063 0.938-3.063 0.938-0.938 3.063-0.938-3.063-3.063-0.938 3.063-0.938 0.938-3.063zM24.469 11.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531zM14.469 1.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"396\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b0a67\" wfd-id=\"397\"><h4 data-css=\"tve-u-16248fc42a1\" style=\"text-align: left;\">Dust &amp; Dash Console</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"393\"><p data-css=\"tve-u-162492e70ad\">Duis sed odio sit amet nibh vulputate cursus a sit amet mauris.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"383\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1622f65ba70\" wfd-id=\"385\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b60b4\" wfd-id=\"389\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"certificate\">\n<path d=\"M21.5 14l2.156 2.109c0.297 0.281 0.406 0.703 0.313 1.094-0.109 0.391-0.422 0.703-0.812 0.797l-2.938 0.75 0.828 2.906c0.109 0.391 0 0.812-0.297 1.094-0.281 0.297-0.703 0.406-1.094 0.297l-2.906-0.828-0.75 2.938c-0.094 0.391-0.406 0.703-0.797 0.812-0.094 0.016-0.203 0.031-0.297 0.031-0.297 0-0.594-0.125-0.797-0.344l-2.109-2.156-2.109 2.156c-0.281 0.297-0.703 0.406-1.094 0.313-0.406-0.109-0.703-0.422-0.797-0.812l-0.75-2.938-2.906 0.828c-0.391 0.109-0.812 0-1.094-0.297-0.297-0.281-0.406-0.703-0.297-1.094l0.828-2.906-2.938-0.75c-0.391-0.094-0.703-0.406-0.812-0.797-0.094-0.391 0.016-0.812 0.313-1.094l2.156-2.109-2.156-2.109c-0.297-0.281-0.406-0.703-0.313-1.094 0.109-0.391 0.422-0.703 0.812-0.797l2.938-0.75-0.828-2.906c-0.109-0.391 0-0.812 0.297-1.094 0.281-0.297 0.703-0.406 1.094-0.297l2.906 0.828 0.75-2.938c0.094-0.391 0.406-0.703 0.797-0.797 0.391-0.109 0.812 0 1.094 0.297l2.109 2.172 2.109-2.172c0.281-0.297 0.688-0.406 1.094-0.297 0.391 0.094 0.703 0.406 0.797 0.797l0.75 2.938 2.906-0.828c0.391-0.109 0.812 0 1.094 0.297 0.297 0.281 0.406 0.703 0.297 1.094l-0.828 2.906 2.938 0.75c0.391 0.094 0.703 0.406 0.812 0.797 0.094 0.391-0.016 0.812-0.313 1.094z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"387\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b12d8\" wfd-id=\"388\"><h4 data-css=\"tve-u-1625389a3d5\" style=\"text-align: left;\">Triple Foam Polish</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"386\"><p data-css=\"tve-u-162492e70ad\">Class aptent taciti sociosqu ad litora torquent</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"374\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229fa8c68\" wfd-id=\"376\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-16271adf6cf\" wfd-id=\"382\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"bullseye\">\n<path d=\"M16 14c0 2.203-1.797 4-4 4s-4-1.797-4-4 1.797-4 4-4 4 1.797 4 4zM18 14c0-3.313-2.688-6-6-6s-6 2.688-6 6 2.688 6 6 6 6-2.688 6-6zM20 14c0 4.422-3.578 8-8 8s-8-3.578-8-8 3.578-8 8-8 8 3.578 8 8zM22 14c0-5.516-4.484-10-10-10s-10 4.484-10 10 4.484 10 10 10 10-4.484 10-10zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"380\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-16248fc71c8\" wfd-id=\"381\"><h4 data-css=\"tve-u-1625389b4ed\" style=\"text-align: left;\">Tire dressing</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"377\"><p data-css=\"tve-u-162492e70ad\">Etiam pharetra, erat sed fermentum feugiat, velit mauris</p></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621ad46076\" wfd-id=\"336\">\n<div class=\"tve-page-section-out\" wfd-id=\"367\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621b072b4e\" wfd-id=\"337\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621a8b2488\" wfd-id=\"338\"><div class=\"tcb-flex-row tcb--cols--2 v-2\" data-css=\"tve-u-1621a8a804b\" wfd-id=\"339\"><div class=\"tcb-flex-col\" wfd-id=\"349\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16271bfe70c\" wfd-id=\"351\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h3\" data-css=\"tve-u-1621a8c4313\" wfd-id=\"366\"><h3><strong>Complete cleaning services for yoâ€‹ur car</strong></h3></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-16417b70f47\" wfd-id=\"352\"><ul class=\"tcb-styled-list\" wfd-id=\"353\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621acf0289\" wfd-id=\"362\"><div class=\"tcb-styled-list-icon\" wfd-id=\"364\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a8e11f3\" wfd-id=\"365\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ace1b08\" wfd-id=\"363\">We are a small business delivering professional cleaning services for all vehicles</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621acf64fb\" wfd-id=\"358\"><div class=\"tcb-styled-list-icon\" wfd-id=\"360\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a8e5625\" wfd-id=\"361\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ace4de9\" wfd-id=\"359\">Our services are convenient for individuals and corporate fleets</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"354\"><div class=\"tcb-styled-list-icon\" wfd-id=\"356\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a9076ef\" wfd-id=\"357\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621acf47d2\" wfd-id=\"355\">We use eco-friendly products that actually clean, protect and maintain your car better than the traditional cleaning substances</span></li></ul></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"340\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621a90a46f\" wfd-id=\"342\"><div class=\"thrv_wrapper thrv-fill-counter tve_red tve_normalfc thrv_data_element\" data-css=\"tve-u-1621a983587\" wfd-id=\"343\">\n<div class=\"tve_fill_counter_n\" style=\"\" data-fill=\"100\" data-css=\"tve-u-1621a98b602\" wfd-id=\"344\">\n<svg viewBox=\"0 0 160 160\" class=\"tve_fill_counter_circle\" shape-rendering=\"optimizeSpeed\" data-css=\"tve-u-1621a9a2862\">\n<circle class=\"tve_fill_counter_circle_inner\" r=\"80\" cx=\"80\" cy=\"80\" data-css=\"tve-u-1621a9685d4\"></circle>\n</svg>\n<div class=\"tve_fill_text_in\" data-css=\"tve-u-1621a96b190\" wfd-id=\"345\">\n<div class=\"tve_fill_text_value\" data-css=\"tve-u-1621a9a2866\" wfd-id=\"347\">\n<div class=\"thrv-inline-text tve_fill_text tve_editable\" data-css=\"tve-u-1621a9a2867\" wfd-id=\"348\"><strong>100%â€‹</strong></div>\n</div>\n<div class=\"thrv-inline-text tve_editable tve_data_element_label\" data-css=\"tve-u-1621a9750ae\" wfd-id=\"346\">Clean car</div>\n</div>\n</div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621ada1e7f\" data-value-type=\"percent\" wfd-id=\"298\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621adba9ef\" data-clip-id=\"52d5a36c151aa\" wfd-id=\"335\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-52d5a36c151aa\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0875\"></polygon></clipPath><clipPath id=\"clip-tablet-top-52d5a36c151aa\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0524\"></polygon></clipPath><clipPath id=\"clip-mobile-top-52d5a36c151aa\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0349\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621ad420c4\" wfd-id=\"299\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621ade6172\" wfd-id=\"300\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2 tcb-row-reversed-mobile tcb-mobile-edit v-2\" data-css=\"tve-u-1621adea58b\" wfd-id=\"301\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621b064646\" style=\"\" wfd-id=\"329\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ae0bec7\" wfd-id=\"331\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ae4fd21\" data-value-type=\"percent\" data-float=\"1\" wfd-id=\"332\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621ae6c8da\" data-clip-id=\"aa2c3e3c70555\" wfd-id=\"334\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0349\"></polygon></clipPath><clipPath id=\"clip-tablet-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"4\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0699\"></polygon></clipPath><clipPath id=\"clip-mobile-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"4\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0699\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb\" data-css=\"tve-u-1621ae4db6e\" wfd-id=\"333\"></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621b064668\" style=\"\" wfd-id=\"302\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621f45bed3\" wfd-id=\"304\"><div class=\"tcb-clear\" data-css=\"tve-u-16224848ee5\" wfd-id=\"327\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621afceb00\" wfd-id=\"328\"><h2 data-css=\"tve-u-1621afcc0bf\">Check Out Our Special Offer!</h2></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621afda4fa\" wfd-id=\"324\"><p data-css=\"tve-u-1621afd8c98\">Donâ€™t miss the opportunity to get 50% discount on a complete cleaning just by recommending us to a friend. Bring someone you know with you and clean you car half price!</p></div><div class=\"tcb-clear\" data-css=\"tve-u-16224834cab\" wfd-id=\"305\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621fe85996\" wfd-id=\"306\"><div class=\"tcb-flex-row tcb--cols--2 tcb-resized tcb-medium-wrap tcb-desktop-wrap\" data-css=\"tve-u-1621fe78878\" wfd-id=\"307\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621fe94086\" style=\"\" wfd-id=\"315\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"317\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621b01355a\" wfd-id=\"318\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621b08fdde\" data-tcb_hover_state_parent=\"1\" wfd-id=\"323\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16223f02c16\" wfd-id=\"319\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-1620af7eb3f\" data-tcb_hover_state_parent=\"\" data-button-style=\"full_rounded\" wfd-id=\"320\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"321\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-16228c75500\" wfd-id=\"322\"><strong>Request an appointment</strong></span></span>\n</a>\n</div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621fe940b9\" style=\"\" wfd-id=\"308\"><div class=\"tcb-col\" wfd-id=\"310\"><div class=\"tcb-clear\" data-css=\"tve-u-16224716d62\" wfd-id=\"311\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-1621b028939\" data-tcb_hover_state_parent=\"\" data-button-style=\"ghost\" wfd-id=\"312\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"313\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-16228c764b2\" wfd-id=\"314\"><strong>Call Now: 0400-700-682</strong></span></span>\n</a>\n</div></div></div></div></div></div></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16260ba2fa4\" wfd-id=\"201\">\n<div class=\"tve-page-section-out\" wfd-id=\"297\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16260be7104\" wfd-id=\"202\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621b0e4fb7\" wfd-id=\"296\"><h2 data-css=\"tve-u-1621b10fccf\" style=\"text-align: center;\">our happy clients</h2></div><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641367127b\" data-float=\"1\" wfd-id=\"295\"><svg class=\"tcb-icon\" viewBox=\"0 0 30 32\" data-name=\"quote-left\">\n<path d=\"M13.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429zM29.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641367e553\" wfd-id=\"294\"><svg class=\"tcb-icon\" viewBox=\"0 0 30 32\" data-name=\"quote-left\">\n<path d=\"M13.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429zM29.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a10d3b4\" wfd-id=\"263\">\n<div class=\"tve-content-box-background\" wfd-id=\"293\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"264\"><div class=\"tcb-clear\" data-css=\"tve-u-1621b300a64\" wfd-id=\"291\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-1621f154231\" wfd-id=\"292\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621b200375\" wfd-id=\"267\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-16260d8392c\" wfd-id=\"268\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"275\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"277\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16417b62c09\" wfd-id=\"278\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-16260d8396c\" wfd-id=\"279\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16260d01208\" style=\"\" wfd-id=\"285\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"287\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"288\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16225617da3\" wfd-id=\"290\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"289\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16260d0120e\" style=\"\" wfd-id=\"280\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"282\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"284\"><h5>Brett Graham, 28</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"283\"><h6 class=\"\">Architect</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"269\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"271\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"272\"><p data-css=\"tve-u-162539c17ec\">Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit. Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit.&nbsp;</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-16260c5ff0c\" wfd-id=\"265\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260c5ff07\" wfd-id=\"266\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a12f675\" wfd-id=\"234\">\n<div class=\"tve-content-box-background\" wfd-id=\"262\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"235\"><div class=\"tcb-clear\" data-css=\"tve-u-16260cd7683\" wfd-id=\"260\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260d73672\" wfd-id=\"261\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16260da3aa7\" wfd-id=\"238\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-1621fb68b97\" wfd-id=\"239\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"244\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"246\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16417b662bf\" wfd-id=\"247\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-1621fb65556\" wfd-id=\"248\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16229915e1a\" style=\"\" wfd-id=\"254\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"256\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"257\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16260c433e9\" wfd-id=\"259\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"258\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16229915e4e\" style=\"\" wfd-id=\"249\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"251\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"253\"><h5>Rosie Hanson, 24</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"252\"><h6 class=\"\">Real estate Associate</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"240\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"242\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"243\"><p data-css=\"tve-u-162539c17ec\">Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo.</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-16260d3b97e\" wfd-id=\"236\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260d39b83\" wfd-id=\"237\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a146aef\" wfd-id=\"203\">\n<div class=\"tve-content-box-background\" wfd-id=\"233\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"204\"><div class=\"tcb-clear\" data-css=\"tve-u-16260cd7683\" wfd-id=\"231\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260cd622f\" wfd-id=\"232\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16260c39a7e\" wfd-id=\"207\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-16260d3f4aa\" wfd-id=\"208\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"215\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"217\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621fbacc60\" wfd-id=\"218\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-16260d3f4af\" wfd-id=\"219\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16229915e1a\" style=\"\" wfd-id=\"225\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"227\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"228\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16260d5e4b8\" wfd-id=\"230\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"229\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16229915e4e\" style=\"\" wfd-id=\"220\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"222\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"224\"><h5>Shawn Mattews, 35</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"223\"><h6 class=\"\">project manager</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"209\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"211\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"212\"><p data-css=\"tve-u-162539c17ec\">Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo. Nullam ac urna eu felis.Sed non neque elit. Sed ut imperdiet nisi. Proin condimentum</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1621b30ca74\" wfd-id=\"205\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-1621f15b521\" wfd-id=\"206\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621b3c8c52\" wfd-id=\"95\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621b3cfc7b\" wfd-id=\"200\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621b3c74d9\" wfd-id=\"96\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621e7b695a\" wfd-id=\"199\"><h2 data-css=\"tve-u-1621e7a7350\" style=\"text-align: center;\">our offers</h2></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621e7c899a\" wfd-id=\"97\"><div class=\"tcb-flex-row tcb--cols--3 tcb-medium-wrap v-2\" data-css=\"tve-u-1621e7c7aa1\" wfd-id=\"98\"><div class=\"tcb-flex-col\" wfd-id=\"163\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16223fc9f23\" wfd-id=\"165\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e7ceab3\" style=\"\" wfd-id=\"166\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16416e4fafd\" wfd-id=\"198\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e7d5094\" wfd-id=\"167\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e7e9950\" data-value-type=\"percent\" style=\"\" wfd-id=\"194\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e7edfd9\" data-clip-id=\"10ffac3b28f1d\" wfd-id=\"197\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-10ffac3b28f1d\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-10ffac3b28f1d\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e7e6c1d\" wfd-id=\"195\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-16417b4cb9e\" wfd-id=\"196\"><h4 data-css=\"tve-u-1621fe1a1af\" style=\"text-align: center;\"><strong>Basic Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ec6c39b\" data-float=\"1\" wfd-id=\"190\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e81f424\" wfd-id=\"193\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec752da\" wfd-id=\"191\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"192\"><h4 data-css=\"tve-u-1621fe1bd18\" style=\"text-align: center;\"><strong>15$</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621ea50702\" wfd-id=\"168\"><ul class=\"tcb-styled-list\" wfd-id=\"169\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec3a5c0\" wfd-id=\"186\"><div class=\"tcb-styled-list-icon\" wfd-id=\"188\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec204df\" wfd-id=\"189\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec241aa\" wfd-id=\"187\">Interior vacuum</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"182\"><div class=\"tcb-styled-list-icon\" wfd-id=\"184\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec20f68\" wfd-id=\"185\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec2704c\" wfd-id=\"183\">Dust &amp;dash console</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec42aa7\" wfd-id=\"178\"><div class=\"tcb-styled-list-icon\" wfd-id=\"180\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec21a31\" wfd-id=\"181\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec298ab\" wfd-id=\"179\">Hand towel dry</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec43fe2\" wfd-id=\"174\"><div class=\"tcb-styled-list-icon\" wfd-id=\"176\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ea1fba7\" wfd-id=\"177\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea23322\" wfd-id=\"175\">Clean windows</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec454d9\" wfd-id=\"170\"><div class=\"tcb-styled-list-icon\" wfd-id=\"172\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ea295c0\" wfd-id=\"173\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea2c69a\" wfd-id=\"171\">Soft cloth wash</span></li></ul></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"130\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"132\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621eb81205\" style=\"\" wfd-id=\"133\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16416e603ab\" wfd-id=\"162\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621eb7ccb0\" wfd-id=\"134\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ebbbb6d\" data-value-type=\"percent\" wfd-id=\"158\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eaaedd8\" data-clip-id=\"a2b9cf3198d6f\" wfd-id=\"161\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-a2b9cf3198d6f\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-a2b9cf3198d6f\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec7f21a\" wfd-id=\"159\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e930bd7\" wfd-id=\"160\"><h4 data-css=\"tve-u-1621e92e97f\" style=\"text-align: center;\"><strong>Ultimate Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ec78d2c\" data-float=\"1\" wfd-id=\"154\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eab272c\" wfd-id=\"157\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec79a7d\" wfd-id=\"155\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"156\"><h4 data-css=\"tve-u-1621e942b65\" style=\"text-align: center;\"><strong>22 $</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621ebfa746\" wfd-id=\"151\"><p data-css=\"tve-u-1621f4ceaf6\" style=\"text-align: center;\">Includes basic service <span data-css=\"tve-u-1621f4ceaf7\" style=\"color: rgb(15, 29, 123);\" wfd-id=\"152\"><strong class=\"\"><span data-css=\"tve-u-1621f4ceafb\" wfd-id=\"153\">+</span></strong></span></p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621ebf340c\" wfd-id=\"135\"><ul class=\"tcb-styled-list\" wfd-id=\"136\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-164137a0b1f\" wfd-id=\"145\"><div class=\"tcb-styled-list-icon\" wfd-id=\"149\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec0c5bd\" wfd-id=\"150\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ebfe4ce\" wfd-id=\"146\">Triple foam conditiner</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec04541\" wfd-id=\"141\"><div class=\"tcb-styled-list-icon\" wfd-id=\"143\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec09a3c\" wfd-id=\"144\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ebff867\" wfd-id=\"142\">Tire dressing</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec05cc3\" wfd-id=\"137\"><div class=\"tcb-styled-list-icon\" wfd-id=\"139\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec15f6e\" wfd-id=\"140\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec009a8\" wfd-id=\"138\">Air freshner</span></li></ul></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"99\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16223dad661\" wfd-id=\"101\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621fd9c946\" style=\"\" wfd-id=\"102\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e7d234c\" wfd-id=\"129\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621fd84d7b\" wfd-id=\"103\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16223b080b0\" data-value-type=\"percent\" wfd-id=\"125\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eb3eb9f\" data-clip-id=\"ac98bb0e54b3b\" wfd-id=\"128\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621fd8766c\" wfd-id=\"126\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e930bd7\" wfd-id=\"127\"><h4 data-css=\"tve-u-1621fe1587d\" style=\"text-align: center;\"><strong>Supreme Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e8107f3\" wfd-id=\"121\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eb43d8d\" wfd-id=\"124\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e819c52\" wfd-id=\"122\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"123\"><h4 data-css=\"tve-u-1621fe1725e\" style=\"text-align: center;\"><strong>30 $</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621eb037bb\" wfd-id=\"118\"><p data-css=\"tve-u-1621f4d0451\" style=\"text-align: center;\">Includes ultimate service <span data-css=\"tve-u-1621eaff572\" style=\"color: rgb(15, 29, 123);\" wfd-id=\"119\"><strong class=\"\"><span data-css=\"tve-u-1621eb01b60\" wfd-id=\"120\">+</span></strong></span></p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621eacf6af\" wfd-id=\"104\"><ul class=\"tcb-styled-list\" wfd-id=\"105\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec36a4d\" wfd-id=\"114\"><div class=\"tcb-styled-list-icon\" wfd-id=\"116\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e9993aa\" wfd-id=\"117\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea1a5d7\" wfd-id=\"115\">Exterior trim dressing</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"110\"><div class=\"tcb-styled-list-icon\" wfd-id=\"112\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e99b1db\" wfd-id=\"113\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea19a06\" wfd-id=\"111\">Hand applied spray wax</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec37ea5\" wfd-id=\"106\"><div class=\"tcb-styled-list-icon\" wfd-id=\"108\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e99c314\" wfd-id=\"109\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea18c5d\" wfd-id=\"107\">Interior conditioner</span></li></ul></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621efddaaf\" wfd-id=\"53\">\n<div class=\"tve-page-section-out\" wfd-id=\"94\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621edf8048\" wfd-id=\"54\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621f114214\" wfd-id=\"55\"><div class=\"tcb-flex-row tcb-mobile-edit tcb--cols--2\" data-css=\"tve-u-1621ee03000\" wfd-id=\"56\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621ee4be21\" style=\"\" wfd-id=\"62\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ee093d4\" wfd-id=\"64\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ee3afec\" wfd-id=\"65\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621ee58e74\" wfd-id=\"93\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ee37f4a\" wfd-id=\"66\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1621ee74a24\" wfd-id=\"92\"><svg class=\"tcb-icon\" viewBox=\"0 0 16 28\" data-name=\"map-marker\">\n<path d=\"M12 10c0-2.203-1.797-4-4-4s-4 1.797-4 4 1.797 4 4 4 4-1.797 4-4zM16 10c0 0.953-0.109 1.937-0.516 2.797l-5.688 12.094c-0.328 0.688-1.047 1.109-1.797 1.109s-1.469-0.422-1.781-1.109l-5.703-12.094c-0.406-0.859-0.516-1.844-0.516-2.797 0-4.422 3.578-8 8-8s8 3.578 8 8z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621ee63e1c\" wfd-id=\"91\"><h2 data-css=\"tve-u-1621fdcb4ea\" style=\"text-align: center;\">contact us</h2></div><div class=\"thrv_wrapper thrv-contact-form\" data-ct=\"contact_form-22343\" style=\"\" data-css=\"tve-u-16465071dea\" data-ct-name=\"Rounded Shadow\" wfd-id=\"69\">\n<form action=\"\" method=\"post\" novalidate=\"\" sourceindex=\"0\" wfd-id=\"70\">\n<div class=\"tve-cf-item-wrapper\" wfd-id=\"74\">\n<div class=\"tve-cf-item\" data-css=\"tve-u-1695dd04208\" wfd-id=\"87\">\n<div class=\"thrv-cf-input-wrapper\" data-type=\"first_name\" wfd-id=\"88\">\n<label data-css=\"tve-u-1695d9d6525\" class=\"\" wfd-id=\"90\">First Name</label>\n<div class=\"tve-cf-input\" data-css=\"tve-u-1695d9d6526\" data-tcb_hover_state_parent=\"\" wfd-id=\"89\">\n<input placeholder=\"\" type=\"text\" name=\"first_name\" data-placeholder=\"\" sourceindex=\"1\" wfd-id=\"495\">\n</div>\n</div>\n</div>\n<div class=\"tve-cf-item\" data-css=\"tve-u-1695dd04208\" wfd-id=\"83\">\n<div class=\"thrv-cf-input-wrapper\" data-type=\"email\" wfd-id=\"84\">\n<label data-css=\"tve-u-1695d9d6527\" class=\"\" wfd-id=\"86\">Email Address</label>\n<div class=\"tve-cf-input\" data-css=\"tve-u-1695d9d6528\" data-tcb_hover_state_parent=\"\" wfd-id=\"85\">\n<input placeholder=\"\" type=\"email\" name=\"email\" data-placeholder=\"\" sourceindex=\"2\" wfd-id=\"494\">\n</div>\n</div>\n</div>\n<div class=\"tve-cf-item\" data-css=\"tve-u-1695dd484d7\" wfd-id=\"79\">\n<div class=\"thrv-cf-input-wrapper\" data-type=\"message\" wfd-id=\"80\">\n<label data-css=\"tve-u-1695d9d6529\" class=\"\" wfd-id=\"82\">Message</label>\n<div class=\"tve-cf-input\" data-css=\"tve-u-1695d9d652a\" data-tcb_hover_state_parent=\"\" wfd-id=\"81\">\n<textarea placeholder=\"\" data-placeholder=\"\" name=\"message\" sourceindex=\"3\" wfd-id=\"496\"></textarea>\n</div>\n</div>\n</div>\n<div class=\"tve-cf-item\" data-css=\"tve-u-1695dd04208\" wfd-id=\"75\">\n	<div class=\"thrv-cf-input-wrapper\" data-type=\"phone\" wfd-id=\"76\">\n		<label data-css=\"tve-u-1695d9d6525\" class=\"\" wfd-id=\"78\">Phone Number</label>\n		<div class=\"tve-cf-input\" data-css=\"tve-u-1695d9d6526\" wfd-id=\"77\">\n			<input placeholder=\"+1-555-555-2368\" type=\"tel\" name=\"phone\" data-placeholder=\"+1-555-555-2368\" sourceindex=\"4\" wfd-id=\"493\">\n		</div>\n	</div>\n</div></div>\n<div class=\"tve-cf-submit\" data-tcb_hover_state_parent=\"\" data-button-style=\"rounded\" data-css=\"tve-u-1695dd27f6a\" wfd-id=\"71\">\n<button class=\"tve_btn_txt\" type=\"submit\" sourceindex=\"5\" wfd-id=\"508\">Submit Message</button>\n</div>\n<input type=\"hidden\" name=\"config\" value=\"YTozOntzOjE0OiJlcnJvcl9tZXNzYWdlcyI7YTo0OntzOjU6ImVtYWlsIjtzOjIxOiJFbWFpbCBhZGRyZXNzIGludmFsaWQiO3M6NToicGhvbmUiO3M6MjA6IlBob25lIG51bWJlciBpbnZhbGlkIjtzOjM6InVybCI7czoxMToiVVJMIGludmFsaWQiO3M6ODoicmVxdWlyZWQiO3M6MjA6IlJlcXVpcmVkIGZpZWxkIGVtcHR5Ijt9czo4OiJ0b19lbWFpbCI7YToyOntzOjI6InRvIjtzOjI4OiJpbmZvQGJlc3RjZXJha290ZWZsb3JpZGEuY29tIjtzOjc6InN1YmplY3QiO3M6MTg6Ik5ldyBtZXNzYWdlIGZyb206ICI7fXM6Njoic3VibWl0IjthOjEwOntzOjY6ImFjdGlvbiI7czoxMjoibm90aWZpY2F0aW9uIjtzOjIzOiJzZW5kX2NvbmZpcm1hdGlvbl9lbWFpbCI7YjoxO3M6MTk6InNlbmRlcl9wZXJzb25hbGl6ZWQiO2I6MDtzOjIwOiJjb25maXJtYXRpb25fc3ViamVjdCI7czozNjoiQ29udGFjdCBGb3JtIHN1Ym1pc3Npb24gY29uZmlybWF0aW9uIjtzOjIwOiJjb25maXJtYXRpb25fbWVzc2FnZSI7czoxMzk6IkhlbGxvLCAKClRoYW5rcyBmb3IgY29udGFjdGluZyB1cy4gV2UnbGwgZ2V0IGJhY2sgdG8geW91IGFzIHNvb24gYXMgcG9zc2libGUgd2l0aCB0aGUgaW5mb3JtYXRpb24geW91IG5lZWQuIAoKQmVzdCByZWdhcmRzLApbd3Bfc2l0ZV90aXRsZV0iO3M6OToiZnJvbV9uYW1lIjtzOjI4OiJUaGUgQmVzdCBDZXJha290ZSBJbiBGbG9yaWRhIjtzOjEwOiJmcm9tX2VtYWlsIjtzOjI5OiJhZG1pbkBiZXN0Y2VyYWtvdGVmbG9yaWRhLmNvbSI7czo4OiJyZXBseV90byI7czoyOToiYWRtaW5AYmVzdGNlcmFrb3RlZmxvcmlkYS5jb20iO3M6MzoidXJsIjtzOjA6IiI7czoxMjoibm90aWZpY2F0aW9uIjtzOjgxOiJZb3VyIG1lc3NhZ2UgaGFzIGJlZW4gc2VudCwgdGhhbmsgeW91ISBZb3UnbGwgaGVhciBmcm9tIHVzIHdpdGhpbiB0aGUgbmV4dCAyNCBocnMiO319\" wfd-id=\"492\"></form>\n</div><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_slide_left\" data-css=\"tve-u-1621ef118dc\" style=\"\" wfd-id=\"67\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"68\"><img class=\"tve_image tve_evt_manager_listen tve_et_tve-viewport wp-image-600\" alt=\"\" width=\"2148\" height=\"1968\" title=\"CertifiedLogo_transparent\" data-id=\"600\" src=\"https://bestcerakoteflorida.com/wp-content/uploads/2019/03/CertifiedLogo_transparent-e1552073635916.png\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_left&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" style=\"width: 100%;\"></span></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621ee4be73\" style=\"\" wfd-id=\"57\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ee22c43\" wfd-id=\"59\"><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-1695d995f33\" wfd-id=\"61\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=825 South Kings Highway, Fort Pierce&amp;t=m&amp;z=11&amp;output=embed&amp;iwloc=near\"></iframe>\n</div><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-1621ee18a1c\" wfd-id=\"60\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=davie, Florida 33317&amp;t=m&amp;z=11&amp;output=embed&amp;iwloc=near\"></iframe>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-custom-menu-inside\" data-css=\"tve-u-1621f0aa8f7\" style=\"z-index: 8;\" wfd-id=\"27\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621f0ada0e\" wfd-id=\"52\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621f0b0088\" style=\"z-index: 8;\" wfd-id=\"28\"><div class=\"thrv_wrapper thrv-columns tve-custom-menu-inside\" data-css=\"tve-u-1621f0d2c1a\" wfd-id=\"29\"><div class=\"tcb-flex-row tcb--cols--3 tcb-resized\" data-css=\"tve-u-1621f0cbe40\" wfd-id=\"30\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1695e826914\" style=\"\" wfd-id=\"46\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"48\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621f0da775\" wfd-id=\"49\"><p data-css=\"tve-u-1622444fb11\" style=\"text-align: center;\">Â© 2018, BLACKHAWK CUSTOM, LLC . All rights reserved.</p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1695e826ae0\" style=\"z-index: 8;\" wfd-id=\"37\"><div class=\"tcb-col\" style=\"z-index: 8;\" wfd-id=\"39\"><div class=\"thrv_wrapper thrv_widget_menu tve-custom-menu-upgrade tve-menu-style-none tve-dropdown-icon-style_2 tve-mobile-dropdown\" data-tve-style=\"tve_horizontal\" data-tve-switch-icon=\"tablet,mobile\" data-css=\"tve-u-1695e821f4c\" tcb-template-name=\"Simple Underline Light\" tcb-template-id=\"28130\" data-ct=\"menu-28130\" style=\"\" wfd-id=\"40\">	<div class=\"thrive-shortcode-config\" style=\"display: none !important\" wfd-id=\"45\">__CONFIG_widget_menu__{\"menu_id\":\"custom\",\"color\":\"tve_red\",\"dir\":\"tve_horizontal\",\"font_class\":\"\",\"font_size\":\"\",\"ul_attr\":\"\",\"link_attr\":\"\",\"top_link_attr\":\"\",\"trigger_attr\":\"\",\"primary\":\"\",\"head_css\":\"\",\"background_hover\":\"\",\"main_hover\":\"\",\"child_hover\":\"\",\"group_edit\":[{\"css_id\":null,\"class\":\"\"},{\"css_id\":null,\"class\":\"\"},{\"css_id\":null,\"class\":\"\"},{\"css_id\":null,\"class\":\"\"}],\"menu_style\":\"none\",\"dropdown_icon\":\"style_2\",\"mobile_side\":\"dropdown\",\"mobile_icon\":\"\",\"switch_to_icon\":\"tablet,mobile\",\"template\":\"28130\",\"template_name\":\"Simple Underline Light\"}__CONFIG_widget_menu__</div>\n<div class=\"thrive-shortcode-html tve-menu-custom-type thrive-shortcode-html-editable tve-custom-menu-type tve_clearfix\" style=\"z-index: 8;\" wfd-id=\"41\">\n<a class=\"tve-m-trigger t_tve_horizontal tve_red\" href=\"javascript:void(0)\"><div class=\"thrv_wrapper thrv_icon tcb-icon-open tve-trigger-active\" data-not-changeable=\"true\" data-selector=\"[data-css=&quot;tve-u-1695e821f4c&quot;] .tcb-icon-open\" wfd-id=\"44\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 24\" data-name=\"align-justify\"><g><g><path class=\"st0\" d=\"M23,13H1c-0.6,0-1-0.4-1-1s0.4-1,1-1h22c0.6,0,1,0.4,1,1S23.6,13,23,13z\"></path></g><g><path class=\"st0\" d=\"M23,6.7H1c-0.6,0-1-0.4-1-1s0.4-1,1-1h22c0.6,0,1,0.4,1,1S23.6,6.7,23,6.7z\"></path></g><g><path class=\"st0\" d=\"M23,19.3H1c-0.6,0-1-0.4-1-1s0.4-1,1-1h22c0.6,0,1,0.4,1,1S23.6,19.3,23,19.3z\"></path></g></g></svg></div><div class=\"thrv_wrapper thrv_icon tcb-icon-close\" data-not-changeable=\"true\" data-selector=\"[data-css=&quot;tve-u-1695e821f4c&quot;] .tcb-icon-close\" wfd-id=\"43\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 24\" data-name=\"close\"><path class=\"st0\" d=\"M13.4,12l7.1-7.1c0.4-0.4,0.4-1,0-1.4s-1-0.4-1.4,0L12,10.6L4.9,3.5c-0.4-0.4-1-0.4-1.4,0s-0.4,1,0,1.4l7.1,7.1 l-7.1,7.1c-0.4,0.4-0.4,1,0,1.4c0.4,0.4,1,0.4,1.4,0l7.1-7.1l7.1,7.1c0.4,0.4,1,0.4,1.4,0c0.4-0.4,0.4-1,0-1.4L13.4,12z\"></path></svg></div></a><ul id=\"menu-main-menu\" class=\"tve_w_menu tve_horizontal tve-m-collapsed\" style=\"z-index: 6;\" wfd-id=\"42\"><li id=\"tcb_custom_menu_5402f616\" class=\"menu-item menu-item-type-post_type menu-item-object-page thrv_wrapper thrv-menu-item-element thrv-custom-menu-item\" data-selector=\"[data-css=&quot;tve-u-1695e821f4c&quot;] #tcb_custom_menu_5402f616\" data-tcb_hover_state_parent=\"\"><a href=\"https://bestcerakoteflorida.com/privacy/\"><span class=\"tve-disabled-text-inner\">Privacy</span><span class=\"tve-disabled-text-inner tve-item-dropdown-trigger\"></span></a></li><li id=\"tcb_custom_menu_13475a66\" class=\"menu-item menu-item-type-post_type menu-item-object-page thrv_wrapper thrv-menu-item-element thrv-custom-menu-item\" data-selector=\"[data-css=&quot;tve-u-1695e821f4c&quot;] #tcb_custom_menu_13475a66\" data-tcb_hover_state_parent=\"\"><a href=\"https://bestcerakoteflorida.com/privacy-policy/\"><span class=\"tve-disabled-text-inner\">TERMS</span><span class=\"tve-disabled-text-inner tve-item-dropdown-trigger\"></span></a></li><li id=\"tcb_custom_menu_a19cc162\" class=\"menu-item menu-item-type-post_type menu-item-object-page thrv_wrapper thrv-menu-item-element thrv-custom-menu-item\" data-selector=\"[data-css=&quot;tve-u-1695e821f4c&quot;] #tcb_custom_menu_a19cc162\" data-tcb_hover_state_parent=\"\"><a href=\"\"><span class=\"tve-disabled-text-inner\">NAV#3</span><span class=\"tve-disabled-text-inner tve-item-dropdown-trigger\"></span></a></li><li id=\"tcb_custom_menu_hgZvKxml\" class=\"menu-item menu-item-type-post_type menu-item-object-page thrv_wrapper thrv-menu-item-element thrv-custom-menu-item active-expand-children\" data-selector=\"[data-css=&quot;tve-u-1695e821f4c&quot;] #tcb_custom_menu_hgZvKxml\" data-tcb_hover_state_parent=\"\"><a href=\"\"><span class=\"tve-disabled-text-inner\">NAV#5</span><span class=\"tve-disabled-text-inner tve-item-dropdown-trigger\"></span></a></li></ul></div>	</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1695e826b67\" wfd-id=\"31\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"33\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16223fe5f5b\" wfd-id=\"34\"><p data-css=\"tve-u-1621f0d874c\" style=\"text-align: center;\">Made with <a data-css=\"tve-u-1695e7e070d\" href=\"https://thrivethemes.com/\" target=\"_blank\">Thrive Architect</a></p></div></div></div></div></div></div>\n</div>\n\n'),(7415,603,'tve_revision_tve_content_more_found',''),(7416,603,'tve_revision_tve_save_post',''),(7417,603,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Merriweather:400,700&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Montserrat:600,400,500,700&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Special+Elite:400&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Poppins:400,800,900,300,700,&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Monda:400,700,&subset=latin\");@media (min-width: 300px){.tcb-plain-text { font-family: Monda; font-weight: 400; font-size: 14px; }#tve_editor [data-css=\"tve-u-1621b072b4e\"] p, #tve_editor [data-css=\"tve-u-1621b072b4e\"] li, #tve_editor [data-css=\"tve-u-1621b072b4e\"] blockquote, #tve_editor [data-css=\"tve-u-1621b072b4e\"] address, #tve_editor [data-css=\"tve-u-1621b072b4e\"] .tcb-plain-text, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h1, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h2, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h3, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h4, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h5, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h6 { color: rgb(18, 18, 18); }[data-css=\"tve-u-1621fe78878\"] .tcb-flex-col { flex-basis: 160px !important; }[data-css=\"tve-u-16417b70f47\"] { padding: 0px !important; margin: 0px !important; }#tve_editor [data-css=\"tve-u-1621fdcb4ea\"] { color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1641367127b\"] > :first-child { color: rgb(15, 29, 123); }[data-css=\"tve-u-1641367127b\"] { font-size: 60px; float: none; box-shadow: none; position: relative; z-index: 5; margin: 0px auto !important; }#tve_editor [data-css=\"tve-u-1641333d7d1\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-162717cb617\"] > .tcb-flex-col { padding-left: 0px; }#tve_editor [data-css=\"tve-u-16413112747\"] { letter-spacing: 3px; color: rgb(255, 255, 255) !important; font-size: 15px !important; text-transform: capitalize !important; font-family: Merriweather !important; font-weight: 400 !important; }[data-css=\"tve-u-16369305186\"] > .tve-cb { display: block; }#tve_editor [data-css=\"tve-u-162717cb609\"] p, #tve_editor [data-css=\"tve-u-162717cb609\"] li, #tve_editor [data-css=\"tve-u-162717cb609\"] blockquote, #tve_editor [data-css=\"tve-u-162717cb609\"] address, #tve_editor [data-css=\"tve-u-162717cb609\"] h1, #tve_editor [data-css=\"tve-u-162717cb609\"] h2, #tve_editor [data-css=\"tve-u-162717cb609\"] h3, #tve_editor [data-css=\"tve-u-162717cb609\"] h4, #tve_editor [data-css=\"tve-u-162717cb609\"] h5, #tve_editor [data-css=\"tve-u-162717cb609\"] h6 { color: rgb(255, 255, 255); }[data-css=\"tve-u-16369305186\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-162717cb621\"] .tve-page-section-in { display: flex; justify-content: center; flex-direction: column; }[data-css=\"tve-u-162717fcf9d\"] .tve-page-section-in { display: block; }[data-css=\"tve-u-1628a146aef\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1628a12f675\"] { padding: 0px !important; margin: 0px 0px 60px !important; }[data-css=\"tve-u-1628a10d3b4\"] { max-width: 100%; padding: 0px !important; margin: 0px 0px 60px !important; }#tve_editor [data-css=\"tve-u-162717cb618\"] p, #tve_editor [data-css=\"tve-u-162717cb618\"] li, #tve_editor [data-css=\"tve-u-162717cb618\"] blockquote, #tve_editor [data-css=\"tve-u-162717cb618\"] address, #tve_editor [data-css=\"tve-u-162717cb618\"] h1, #tve_editor [data-css=\"tve-u-162717cb618\"] h2, #tve_editor [data-css=\"tve-u-162717cb618\"] h3, #tve_editor [data-css=\"tve-u-162717cb618\"] h4, #tve_editor [data-css=\"tve-u-162717cb618\"] h5, #tve_editor [data-css=\"tve-u-162717cb618\"] h6 { color: rgb(0, 229, 255); }[data-css=\"tve-u-162718bd0c0\"] { clip-path: url(\"#clip-top-a3b25e1c9221a\"); -webkit-clip-path: url(\"#clip-top-a3b25e1c9221a\");  opacity: 1; filter: grayscale(0%) blur(0px); background-image: none !important; background-color: transparent !important; }[data-css=\"tve-u-162718a3b40\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-162717fcf9d\"] { z-index: 0 !important; padding: 170px 40px 0px !important; margin-top: -80px !important; }[data-css=\"tve-u-16260cd622f\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-16260cd7683\"]::after { clear: both; }[data-css=\"tve-u-16260cd622f\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin-top: 0px !important; margin-bottom: -1px !important; }[data-css=\"tve-u-16260be7104\"] { max-width: 1200px; }[data-css=\"tve-u-16260ba2fa4\"] { padding: 100px 40px !important; }[data-css=\"tve-u-162539c17ec\"] { line-height: 1.6em !important; }#tve_editor [data-css=\"tve-u-162493b6b63\"]:hover { background-color: rgb(248, 249, 251) !important; }#tve_editor [data-css=\"tve-u-1624939a960\"]:hover { background-color: rgb(248, 249, 251) !important; background-image: none !important; }#tve_editor [data-css=\"tve-u-162492e70ad\"] { color: rgb(137, 141, 167) !important; }[data-css=\"tve-u-162492815ba\"] { padding: 0px !important; margin-top: 25px !important; }[data-css=\"tve-u-162491e8e1f\"]::after { clear: both; }[data-css=\"tve-u-1622f65ba70\"] { border: none; background-image: none !important; padding: 0px 30px 30px !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-1622a159bcb\"] { max-width: 100%; float: none; z-index: 6; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; margin-top: 0px !important; }[data-css=\"tve-u-16229915e4e\"] { max-width: 62.8%; }[data-css=\"tve-u-16229915e1a\"] { max-width: 37.2%; }[data-css=\"tve-u-16225617da3\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-Brett.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16225611edb\"] { min-height: 127px; }[data-css=\"tve-u-1622561121b\"] { max-width: 127px; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-16224848ee5\"]::after { clear: both; }[data-css=\"tve-u-16224834cab\"]::after { clear: both; }[data-css=\"tve-u-1621ee3afec\"] > .tve-cb { display: block; }[data-css=\"tve-u-1621fe78878\"] > .tcb-flex-col { padding-left: 5px; }[data-css=\"tve-u-1621fe940b9\"] { max-width: 50%; }[data-css=\"tve-u-1621fe94086\"] { max-width: 50%; }[data-css=\"tve-u-1621fe85996\"] { max-width: 585px; float: left; z-index: 3; position: relative; width: 100%; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621fe78878\"] > .tcb-flex-col > .tcb-col { min-height: 65px; justify-content: center; }[data-css=\"tve-u-1621fe78878\"] { min-height: inherit; margin-left: -5px; padding: 0px !important; flex-wrap: wrap !important; }#tve_editor [data-css=\"tve-u-1621f4d0451\"] { font-size: 20px !important; }#tve_editor [data-css=\"tve-u-1621f4ceaf6\"] { font-size: 20px !important; color: rgb(12, 12, 12) !important; }[data-css=\"tve-u-1621f45bed3\"] { padding: 0px !important; }[data-css=\"tve-u-1621f114214\"] { float: none; max-width: 100%; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621f0da775\"] { padding: 0px !important; }#tve_editor [data-css=\"tve-u-1621f0d874c\"] { letter-spacing: 1px; color: rgb(255, 255, 255) !important; font-size: 14px !important; }[data-css=\"tve-u-1621f0d2c1a\"] { max-width: 100%; margin-left: 60px !important; margin-right: 60px !important; }[data-css=\"tve-u-1621f0aa8f7\"] .tve-page-section-in { display: flex; justify-content: center; flex-direction: column; }[data-css=\"tve-u-1621f0cbe40\"] { margin-left: 0px; padding: 0px !important; }[data-css=\"tve-u-1621f0cbe40\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-1621f0b0088\"] { max-width: 100%; min-height: 140px !important; }[data-css=\"tve-u-1621f0ada0e\"] { background-image: linear-gradient(rgb(22, 22, 24), rgb(22, 22, 24)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1621f0aa8f7\"] { padding: 0px !important; }[data-css=\"tve-u-1621efddaaf\"] { padding: 0px !important; }[data-css=\"tve-u-1621ef118dc\"] { width: 191px; position: relative; right: -50px; top: 0px; float: none; z-index: 3; left: 10px; margin: 0px auto !important; padding-left: 0px !important; }#tve_editor [data-css=\"tve-u-1621ee74a24\"] > :first-child { color: rgb(255, 255, 255); }[data-css=\"tve-u-1621ee74a24\"] { font-size: 60px; float: none; z-index: 3; position: relative; box-shadow: none; margin: 0px auto 10px !important; padding-top: 0px !important; }[data-css=\"tve-u-1621ee63e1c\"] { float: none; z-index: 3; position: relative; max-width: none; width: 100%; padding: 0px !important; margin: 0px auto 30px !important; }[data-css=\"tve-u-1621ee58e74\"] { background-color: rgba(0, 0, 0, 0.77) !important; border-right: 2px dotted rgb(0, 0, 0) !important; }[data-css=\"tve-u-1621ee3afec\"] { padding: 60px 10px 0px 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621ee22c43\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding-top: 0px !important; padding-left: 0px !important; }[data-css=\"tve-u-1621ee18a1c\"] { box-shadow: none; margin: 1px 20px 0px !important; }[data-css=\"tve-u-1621ee093d4\"] { margin-top: 0px !important; }[data-css=\"tve-u-1621ee03000\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1621ee03000\"] { margin-left: 0px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-1621ee03000\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-1621edf8048\"] { max-width: 100%; min-height: 1px !important; }[data-css=\"tve-u-1621ec454d9\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec43fe2\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec42aa7\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec3a5c0\"] { margin-top: 0px !important; margin-bottom: 10px !important; }[data-css=\"tve-u-1621ec37ea5\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec36a4d\"] { margin-bottom: 10px !important; }[data-css=\"tve-u-1621ea18c5d\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ea19a06\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ea1a5d7\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ea2c69a\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ea23322\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ec298ab\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ec2704c\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ec241aa\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ec05cc3\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec04541\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec009a8\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ebff867\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ebfe4ce\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621eb037bb\"] { padding: 0px !important; margin-top: 0px !important; margin-bottom: 30px !important; }[data-css=\"tve-u-1621eaff572\"] { color: rgb(15, 29, 123) !important; }[data-css=\"tve-u-1621ea50702\"] { max-width: 230px; float: none; z-index: 3; position: relative; width: 100%; padding: 0px !important; margin: 0px auto !important; }#tve_editor [data-css=\"tve-u-1621ea2c69a\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ea295c0\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ea295c0\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ea1fba7\"] > :first-child { color: rgb(137, 141, 167); }#tve_editor [data-css=\"tve-u-1621ea23322\"] { font-size: 16px !important; }[data-css=\"tve-u-1621ea1fba7\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }[data-css=\"tve-u-1621e99c314\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }[data-css=\"tve-u-1621e99b1db\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }[data-css=\"tve-u-1621e9993aa\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ea1a5d7\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ea19a06\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ea18c5d\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621e99c314\"] > :first-child { color: rgb(137, 141, 167); }#tve_editor [data-css=\"tve-u-1621e99b1db\"] > :first-child { color: rgb(137, 141, 167); }#tve_editor [data-css=\"tve-u-1621e9993aa\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621e8107f3\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621e942b65\"] strong { font-weight: 800; }[data-css=\"tve-u-1621e7e9950\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621e930bd7\"] { padding: 0px 0px 50px !important; }#tve_editor [data-css=\"tve-u-1621e92e97f\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1621e81f424\"] { border-radius: 200px; overflow: hidden; background-image: none !important; border: 3px solid rgb(255, 255, 255) !important; background-color: rgb(144, 147, 168) !important; }[data-css=\"tve-u-1621e819c52\"] { min-height: 110px; }[data-css=\"tve-u-1621e8107f3\"] { float: none; max-width: 110px; z-index: 4; padding: 0px !important; margin: -60px auto 30px !important; }[data-css=\"tve-u-1621e7edfd9\"] { clip-path: url(\"#clip-bottom-10ffac3b28f1d\"); -webkit-clip-path: url(\"#clip-bottom-10ffac3b28f1d\");  background-image: none !important; background-color: rgb(144, 147, 168) !important; }[data-css=\"tve-u-1621e7e9950\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1621e7e6c1d\"] { min-height: 150px; }[data-css=\"tve-u-1621e7c7aa1\"] > .tcb-flex-col { padding-left: 60px; }[data-css=\"tve-u-1621e7d5094\"] { min-height: 480px; }[data-css=\"tve-u-1621e7d234c\"] { box-shadow: rgba(0, 0, 0, 0.02) 0px 2px 22px 0px; background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1621e7ceab3\"] { float: none; width: 100%; padding: 0px 0px 20px !important; margin: 0px auto !important; }[data-css=\"tve-u-1621e7c899a\"] { float: none; max-width: 100%; margin: 0px auto !important; }[data-css=\"tve-u-1621e7c7aa1\"] { margin-left: -60px; padding: 0px !important; }[data-css=\"tve-u-1621e7b695a\"] { padding: 0px !important; margin-bottom: 100px !important; }#tve_editor [data-css=\"tve-u-1621e7a7350\"] { color: rgb(15, 29, 123) !important; }[data-css=\"tve-u-1621b3cfc7b\"] { filter: blur(0px); opacity: 1; background-image: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(220, 224, 246) 38%) !important; background-color: rgb(212, 212, 212) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1621b3c8c52\"] { padding: 100px 40px !important; }[data-css=\"tve-u-1621b3c74d9\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-1621b300a64\"]::after { clear: both; }[data-css=\"tve-u-1621b24a89d\"] { padding: 0px !important; }[data-css=\"tve-u-1621b22a018\"] { background-image: none !important; padding: 0px !important; }[data-css=\"tve-u-1621b200375\"] { float: none; max-width: 100%; border-left: 1px solid rgba(15, 29, 123, 0.7); border-right: 1px solid rgba(15, 29, 123, 0.7); background-color: rgb(248, 249, 251) !important; margin: 0px auto !important; }[data-css=\"tve-u-1621b10fccf\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621b0e4fb7\"] { border-right: none; max-width: 100%; padding: 0px !important; margin-bottom: 40px !important; margin-right: 0px !important; }[data-css=\"tve-u-1621b072b4e\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-1621b064668\"] { max-width: 52%; }[data-css=\"tve-u-1621b064646\"] { max-width: 48%; }[data-css=\"tve-u-1621afda4fa\"] { max-width: none; padding: 0px !important; margin-bottom: 40px !important; }#tve_editor [data-css=\"tve-u-1621afd8c98\"] { color: rgb(255, 255, 255) !important; font-size: 20px !important; }[data-css=\"tve-u-1621afceb00\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 80%; padding: 0px !important; margin-bottom: 50px !important; }#tve_editor [data-css=\"tve-u-1621afcc0bf\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1621a8a804b\"] > .tcb-flex-col { padding-left: 60px; }[data-css=\"tve-u-1621ae6c8da\"] { clip-path: url(\"#clip-top-aa2c3e3c70555\"); -webkit-clip-path: url(\"#clip-top-aa2c3e3c70555\");  background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-Cta-2.jpg\") !important; background-size: cover !important; background-position: 0% 100% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1621ae4fd21\"] { max-width: 100%; top: -70px; z-index: 5; left: -60px; position: relative !important; padding: 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-1621ae4db6e\"] { min-height: 524px; }[data-css=\"tve-u-1621ada1e7f\"] .tve-page-section-in { display: flex; flex-direction: column; justify-content: center; }[data-css=\"tve-u-1621adea58b\"] > .tcb-flex-col > .tcb-col { min-height: 1px; justify-content: center; }[data-css=\"tve-u-1621ae0bec7\"] { height: calc(100% - -22px); background-image: linear-gradient(rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.14)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; margin-left: 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621adea58b\"] > .tcb-flex-col { padding-left: 50px; }[data-css=\"tve-u-1621adea58b\"] { margin-left: -50px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-1621ade6172\"] { max-width: 100%; float: none; width: 100%; margin: 0px auto !important; }[data-css=\"tve-u-1621adba9ef\"] { clip-path: url(\"#clip-top-52d5a36c151aa\"); -webkit-clip-path: url(\"#clip-top-52d5a36c151aa\");  background-image: linear-gradient(rgba(15, 29, 123, 0.65), rgba(15, 29, 123, 0.65)), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-cta-bg.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-1621ada1e7f\"] { padding: 0px 40px !important; }[data-css=\"tve-u-1621ad46076\"] { padding: 100px 40px !important; margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1621ad420c4\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-1621a9076ef\"] { padding-top: 2px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-1621acf64fb\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621acf47d2\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1621acf0289\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621a8e11f3\"] { padding-top: 2px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-1621a8e5625\"] { padding-top: 2px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-1621ace4de9\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1621ace1b08\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1621a9a2867\"] strong { font-weight: 700; }#tve_editor [data-css=\"tve-u-1621a9a2867\"] { font-weight: 300; color: rgb(15, 29, 123) !important; font-family: Poppins !important; }[data-css=\"tve-u-1621a9750ae\"] { font-size: 13.6px !important; line-height: 13.6px !important; }[data-css=\"tve-u-1621a9a2867\"] { font-size: 48px !important; line-height: 48px !important; }[data-css=\"tve-u-1621a9a2866\"] { margin-top: 40px !important; }[data-css=\"tve-u-1621a9a2862\"] { width: 160px !important; height: 160px !important; background-color: rgb(137, 141, 167) !important; }[data-css=\"tve-u-1621a98b602\"] { stroke-dasharray: 502.655, 502.655; }[data-css=\"tve-u-1621a983587\"] { float: none; border: 30px solid rgba(137, 141, 167, 0.24); z-index: 3; position: relative; margin: 30px auto 0px !important; padding: 0px !important; }[data-css=\"tve-u-1621a9750ae\"] strong { font-weight: 700; }#tve_editor [data-css=\"tve-u-1621a9750ae\"] { color: rgb(255, 255, 255) !important; font-family: Monda !important; }[data-css=\"tve-u-1621a96b190\"] { background-color: rgb(231, 229, 229); width: 144px !important; height: 144px !important; top: 8px !important; bottom: 8px !important; left: 8px !important; right: 8px !important; }[data-css=\"tve-u-1621a9685d4\"] { stroke: rgb(248, 251, 253) !important; stroke-width: 17px !important; }[data-css=\"tve-u-1621a8a804b\"] > .tcb-flex-col > .tcb-col { min-height: 445px; justify-content: center; }[data-css=\"tve-u-1621a90a46f\"] { background-image: radial-gradient(rgba(255, 255, 255, 0.51) 16%, rgb(255, 255, 255) 73%), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-100-clean.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }#tve_editor [data-css=\"tve-u-1621a9076ef\"] > :first-child { color: rgb(15, 29, 123); }#tve_editor [data-css=\"tve-u-1621a8e5625\"] > :first-child { color: rgb(15, 29, 123); }#tve_editor [data-css=\"tve-u-1621a8e11f3\"] > :first-child { color: rgb(15, 29, 123); }[data-css=\"tve-u-1621a8c4313\"] { padding: 0px !important; margin-bottom: 60px !important; }[data-css=\"tve-u-1621a8b2488\"] { float: none; max-width: 100%; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621a8a804b\"] { min-height: inherit; margin-left: -60px; padding: 0px !important; }[data-css=\"tve-u-1621a2e0d5b\"] { line-height: 1em !important; }[data-css=\"tve-u-1621a2247ba\"] { max-width: 100%; float: none; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; }#tve_editor [data-css=\"tve-u-1620af7eb3f\"] .tcb-button-link { font-size: 18px; color: rgb(15, 29, 123) !important; }#tve_editor [data-css=\"tve-u-1620af7eb3f\"]:hover strong { font-weight: 700 !important; }[data-css=\"tve-u-1620af7eb3f\"] { width: 268px; float: left; z-index: 3; position: relative; display: block; max-width: 268px; margin-bottom: 0px !important; margin-top: 0px !important; margin-left: 3px !important; }#tve_editor [data-css=\"tve-u-1620af7eb3f\"]:hover .tcb-button-link { color: rgb(255, 255, 255) !important; border-radius: 200px !important; overflow: hidden !important; font-family: Monda !important; font-weight: 400 !important; text-shadow: none !important; background-image: none !important; background-color: rgb(15, 29, 123) !important; }[data-css=\"tve-u-1620af7eb3f\"] .tcb-button-link { border-radius: 200px; min-height: 54.7619px; font-size: 1.33333em; padding-top: 0px; padding-bottom: 0px; background-image: none !important; background-color: rgb(255, 255, 255) !important; padding-right: 15px !important; }#tcb_landing_page a:not(.tcb-button-link).tve_state_hover { color: rgb(35, 55, 188); }#tcb_landing_page a:not(.tcb-button-link):hover { color: rgb(35, 55, 188); }#tcb_landing_page a:not(.tcb-button-link) { color: rgb(255, 255, 255); }#tcb_landing_page input strong { font-weight: 700; }#tcb_landing_page .tcb-button-link strong { font-weight: 700; }#tcb_landing_page p strong, #tcb_landing_page li strong { font-weight: 700; }#tcb_landing_page input { font-family: Merriweather; font-weight: 400; }#tcb_landing_page .tcb-button-link { font-family: Merriweather; font-weight: 400; }#tcb_landing_page p, #tcb_landing_page li { color: rgb(12, 12, 12); font-family: Merriweather; font-weight: 400; line-height: 1.5em; font-size: 16px; }#tcb_landing_page h6 { text-transform: uppercase; font-size: 14px; color: rgb(0, 0, 0); font-family: \"Special Elite\"; font-weight: 400; letter-spacing: 1px; line-height: 1.3em; }#tcb_landing_page h5 { font-size: 22px; color: rgb(12, 12, 12); font-family: \"Special Elite\"; font-weight: 400; line-height: 1.3em; }#tcb_landing_page h4 { font-size: 24px; color: rgb(12, 12, 12); font-family: \"Special Elite\"; font-weight: 400; line-height: 1.3em; }#tcb_landing_page h3 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(12, 12, 12); font-size: 26px; line-height: 1.3em; }#tcb_landing_page h2 { color: rgb(0, 0, 0); font-size: 30px; letter-spacing: 2px; text-transform: uppercase; line-height: 1.3em; font-family: \"Special Elite\"; font-weight: 400; }#tcb_landing_page h1 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(0, 0, 0); font-size: 42px; line-height: 1.3em; }[data-css=\"tve-u-15e09c94f7d\"] { background-color: rgb(231, 229, 229) !important; }[data-css=\"tve-u-1621b01355a\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621b01355a\"] { max-width: 274px; position: relative; float: left; z-index: 3; width: 100%; padding: 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-1621b028939\"] .tcb-button-link { font-size: 18px; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1621b028939\"]:hover strong { font-weight: 700 !important; }[data-css=\"tve-u-1621b028939\"] { display: block; max-width: 268px; width: 268px; top: 0px; left: 0px; float: left; z-index: 3; position: relative; margin-bottom: 0px !important; margin-top: 0px !important; }#tve_editor [data-css=\"tve-u-1621b028939\"]:hover .tcb-button-link { background-color: rgb(255, 255, 255) !important; color: rgb(15, 29, 123) !important; overflow: hidden !important; font-family: Monda !important; background-image: none !important; text-align: center !important; }[data-css=\"tve-u-1621b028939\"] .tcb-button-link { min-height: 54.7619px; font-size: 1.33333em; padding-top: 0px; padding-bottom: 0px; border: 1px solid rgb(255, 255, 255); border-radius: 30px; overflow: hidden; background-color: rgba(26, 188, 156, 0.01) !important; padding-right: 15px !important; color: rgb(26, 188, 156) !important; }[data-css=\"tve-u-1621b08fdde\"] { border-radius: 200px; overflow: hidden; border: 1px solid rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1621b01355a\"]:hover [data-css=\"tve-u-1621b08fdde\"] { border: 1px solid rgba(255, 255, 255, 0.4) !important; }[data-css=\"tve-u-1621b30ca74\"]::after { clear: both; }#tve_editor [data-css=\"tve-u-1621e942b65\"] { font-weight: 400; letter-spacing: 0px; color: rgb(255, 255, 255) !important; font-family: Poppins !important; font-size: 30px !important; }[data-css=\"tve-u-1621e94cb4e\"] { float: none; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621eaaedd8\"] { clip-path: url(\"#clip-bottom-a2b9cf3198d6f\"); -webkit-clip-path: url(\"#clip-bottom-a2b9cf3198d6f\");  background-image: none !important; background-color: rgb(5, 10, 42) !important; }[data-css=\"tve-u-1621eab272c\"] { border-radius: 200px; overflow: hidden; background-image: none !important; border: 3px solid rgb(255, 255, 255) !important; background-color: rgb(5, 10, 42) !important; }[data-css=\"tve-u-1621eacf6af\"] { max-width: 230px; float: none; z-index: 3; position: relative; padding: 0px !important; margin: 0px auto !important; }[data-css=\"tve-u-1621eb3eb9f\"] { clip-path: url(\"#clip-bottom-ac98bb0e54b3b\"); -webkit-clip-path: url(\"#clip-bottom-ac98bb0e54b3b\");  background-image: none !important; background-color: rgb(45, 51, 89) !important; }[data-css=\"tve-u-1621eb43d8d\"] { border-radius: 200px; overflow: hidden; background-image: none !important; border: 3px solid rgb(255, 255, 255) !important; background-color: rgb(45, 51, 89) !important; }[data-css=\"tve-u-1621eb7ccb0\"] { min-height: 530px; }[data-css=\"tve-u-1621eb81205\"] { padding: 0px 0px 20px !important; margin-top: -25px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621ebbbb6d\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621ebbbb6d\"] { max-width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1621ebf340c\"] { max-width: 230px; float: none; z-index: 3; position: relative; width: 100%; padding: 0px !important; margin: 0px auto !important; }[data-css=\"tve-u-1621ebfa746\"] { padding: 0px !important; margin-top: 0px !important; margin-bottom: 30px !important; }#tve_editor [data-css=\"tve-u-1621ebfe4ce\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ebff867\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ec009a8\"] { font-size: 16px !important; }[data-css=\"tve-u-1621ec09a3c\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; margin: 0px !important; }#tve_editor [data-css=\"tve-u-1621ec09a3c\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ec0c5bd\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; margin: 0px !important; }#tve_editor [data-css=\"tve-u-1621ec0c5bd\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ec15f6e\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ec15f6e\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ec204df\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ec204df\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ec20f68\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ec20f68\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ec21a31\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ec21a31\"] > :first-child { color: rgb(137, 141, 167); }#tve_editor [data-css=\"tve-u-1621ec241aa\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ec2704c\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ec298ab\"] { font-size: 16px !important; }[data-css=\"tve-u-1621ec6c39b\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621ec6c39b\"] { float: none; max-width: 110px; z-index: 4; padding: 0px !important; margin: -60px auto 30px !important; }[data-css=\"tve-u-1621ec752da\"] { min-height: 110px; }[data-css=\"tve-u-1621ec78d2c\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621ec78d2c\"] { float: none; max-width: 110px; z-index: 4; padding: 0px !important; margin: -60px auto 30px !important; }[data-css=\"tve-u-1621ec79a7d\"] { min-height: 110px; }[data-css=\"tve-u-1621ec7f21a\"] { min-height: 160px; }[data-css=\"tve-u-1621f154231\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-1621f154231\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin: 0px 0px -1px !important; }[data-css=\"tve-u-1621f15b521\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-1621f15b521\"] { float: right; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin-top: -1px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621f4ceaf7\"] { color: rgb(15, 29, 123) !important; }[data-css=\"tve-u-1621fb65556\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-1621fb65556\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-1621fb65556\"] { min-height: inherit; margin-left: -20px; padding: 0px !important; }[data-css=\"tve-u-1621fb68b97\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-1621fb68b97\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-1621fb68b97\"] { min-height: inherit; margin-left: -30px; padding: 30px !important; }[data-css=\"tve-u-1621fbacc60\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621fbcad8c\"] { padding: 0px !important; }[data-css=\"tve-u-1621fc0ce17\"] { padding: 0px !important; margin-bottom: 15px !important; }[data-css=\"tve-u-1621fd84d7b\"] { min-height: 480px; }[data-css=\"tve-u-1621fd8766c\"] { min-height: 150px; }[data-css=\"tve-u-1621fd9c946\"] { padding: 0px 0px 20px !important; margin-top: 0px !important; margin-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-1621fe1587d\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1621fe1725e\"] strong { font-weight: 800; }#tve_editor [data-css=\"tve-u-1621fe1725e\"] { font-weight: 400; letter-spacing: 0px; color: rgb(255, 255, 255) !important; font-family: Poppins !important; font-size: 30px !important; }#tve_editor [data-css=\"tve-u-1621fe1a1af\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1621fe1bd18\"] strong { font-weight: 800; }#tve_editor [data-css=\"tve-u-1621fe1bd18\"] { font-weight: 400; letter-spacing: 0px; color: rgb(255, 255, 255) !important; font-family: Poppins !important; font-size: 30px !important; }[data-css=\"tve-u-16223b080b0\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-16223b080b0\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-16223f02c16\"] { min-height: 62px; }[data-css=\"tve-u-16223fe5f5b\"] { padding: 0px !important; }[data-css=\"tve-u-16224439be1\"] { padding: 0px !important; }#tve_editor [data-css=\"tve-u-1622444fb11\"] { letter-spacing: 1px; color: rgb(137, 141, 167) !important; font-size: 14px !important; }#tve_editor [data-css=\"tve-u-16228c764b2\"] { font-size: 18px !important; }[data-css=\"tve-u-16229f6175c\"] { border: none; margin: 80px 0px 0px !important; background-image: none !important; }[data-css=\"tve-u-16229fa6a26\"] { border: none; box-shadow: none; padding: 0px 30px 30px !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-16229fa8c68\"] { border: none; padding: 0px 30px 30px !important; background-image: none !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col > .tcb-col { min-height: 244px; }[data-css=\"tve-u-16229ffbb7b\"] { margin-left: -30px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16248fc42a1\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-16248fc42a1\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-16248fc71c8\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-16249355087\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-16249355087\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-16249358652\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-16249358652\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-1624935a201\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-1624935a201\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-16249367114\"] { border: none; margin: 30px 0px 0px !important; background-image: none !important; }[data-css=\"tve-u-16249373b25\"] { border: none; padding: 0px 30px 30px !important; background-image: linear-gradient(rgb(248, 249, 251), rgb(248, 249, 251)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1624939a960\"] { border: none; box-shadow: none; padding: 0px 30px 30px !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-162493a03b0\"] > .tcb-flex-col > .tcb-col { min-height: 244px; }[data-css=\"tve-u-162493a03b0\"] { margin-left: -30px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-162493a03b0\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-162493b6b63\"] { border: none; background-image: none !important; padding: 0px 30px 30px !important; background-color: rgb(248, 249, 251) !important; }#tve_editor [data-css=\"tve-u-162493d5f13\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-162493d5f13\"] { font-size: 30px; width: 30px; height: 30px; top: 0px; left: 0px; display: block; position: static; z-index: 8; border-bottom: 1px solid rgb(10, 93, 165); border-top: none; border-right: none; border-left: none; border-image: initial; margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-162494b490e\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-162494b7ad0\"] { padding: 0px !important; margin-top: 25px !important; margin-left: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-1625389a3d5\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-1625389a3d5\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-1625389b4ed\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-1625389b4ed\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-162539ac577\"] { max-width: 39%; }[data-css=\"tve-u-162539ac57d\"] { max-width: 61%; }#tve_editor [data-css=\"tve-u-162539c17ec\"] { font-size: 16px !important; color: rgba(12, 12, 12, 0.7) !important; }[data-css=\"tve-u-16260c39a7e\"] { float: none; max-width: 100%; border-left: 1px solid rgba(15, 29, 123, 0.7); border-right: 1px solid rgba(15, 29, 123, 0.7); margin: 0px auto !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-16260c433e9\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-Rosie.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16260c5ff07\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-16260c5ff07\"] { float: right; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin: -1px 0px 0px !important; }[data-css=\"tve-u-16260c5ff0c\"]::after { clear: both; }[data-css=\"tve-u-16260d01208\"] { max-width: 37%; }[data-css=\"tve-u-16260d0120e\"] { max-width: 63%; }[data-css=\"tve-u-16260d39b83\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-16260d39b83\"] { float: right; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin-top: -1px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-16260d3b97e\"]::after { clear: both; }[data-css=\"tve-u-16260d3f4aa\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16260d3f4aa\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-16260d3f4aa\"] { min-height: inherit; margin-left: -30px; padding: 30px !important; }[data-css=\"tve-u-16260d3f4af\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-16260d3f4af\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-16260d3f4af\"] { min-height: inherit; margin-left: -20px; padding: 0px !important; }[data-css=\"tve-u-16260d5e4b8\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-Shawn.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16260d73672\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-16260d73672\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin-top: 0px !important; margin-bottom: -1px !important; }[data-css=\"tve-u-16260d8392c\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16260d8392c\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-16260d8392c\"] { min-height: inherit; margin-left: -30px; padding: 30px !important; }[data-css=\"tve-u-16260d8396c\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-16260d8396c\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-16260d8396c\"] { min-height: inherit; margin-left: -20px; padding: 0px !important; }[data-css=\"tve-u-16260da3aa7\"] { float: none; max-width: 100%; border-left: 1px solid rgba(15, 29, 123, 0.7); border-right: 1px solid rgba(15, 29, 123, 0.7); margin: 0px auto !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-162717cb600\"] { max-width: 58.2%; }[data-css=\"tve-u-162717cb601\"] { max-width: 41.8%; }[data-css=\"tve-u-162717cb609\"]::after { clear: both; }[data-css=\"tve-u-162717cb60a\"] { padding-right: 50px !important; padding-bottom: 80px !important; padding-top: 20px !important; }[data-css=\"tve-u-162717cb60b\"]::after { clear: both; }[data-css=\"tve-u-162717cb60b\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-162717cb60f\"] { padding: 0px !important; margin-bottom: 25px !important; }[data-css=\"tve-u-162717cb610\"] { padding: 0px !important; margin-bottom: 35px !important; box-shadow: none !important; }#tve_editor [data-css=\"tve-u-162717cb616\"] { text-shadow: rgb(0, 0, 0) 2px 2px 2px; text-transform: none !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-162717cb617\"] { margin-left: 0px; padding: 0px !important; }[data-css=\"tve-u-162717cb618\"] { max-width: none; margin-top: 0px !important; }[data-css=\"tve-u-162717cb620\"] { clip-path: url(\"#clip-bottom-c883ac5175045\"); -webkit-clip-path: url(\"#clip-bottom-c883ac5175045\");  opacity: 1; filter: grayscale(0%) blur(0px); background-image: linear-gradient(rgba(0, 0, 0, 0.57), rgba(0, 0, 0, 0.57)), url(\"https://bestcerakoteflorida.com/wp-content/uploads/2018/05/FTYS6743.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, fixed !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-162717cb609\"] { max-width: 1200px; min-height: 630px !important; }[data-css=\"tve-u-162717cb621\"] { z-index: 1; padding: 125px 40px 0px !important; margin-top: -130px !important; }[data-css=\"tve-u-162717d1bb6\"] { border-right: 1px solid rgba(255, 255, 255, 0.2); }[data-css=\"tve-u-162717d1bb7\"] { max-width: 23.7%; }[data-css=\"tve-u-162717d1bb9\"] { max-width: 42.9%; }[data-css=\"tve-u-162717d1bbc\"] { border-left: none; padding: 0px !important; }[data-css=\"tve-u-162717d1bbe\"] { border-bottom: 1px solid rgba(255, 255, 255, 0.2); float: none; width: 100%; position: relative; z-index: 10; max-width: 1600px; margin: 0px auto !important; }[data-css=\"tve-u-162717d1bbf\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-162717d1bbf\"] > .tcb-flex-col { padding-left: 17px; }[data-css=\"tve-u-162717d1bbf\"] { margin-left: -17px; min-height: inherit; padding: 5px 0px 0px 40px !important; }#tve_editor [data-css=\"tve-u-162717d1bbe\"] p, #tve_editor [data-css=\"tve-u-162717d1bbe\"] li, #tve_editor [data-css=\"tve-u-162717d1bbe\"] blockquote, #tve_editor [data-css=\"tve-u-162717d1bbe\"] address { font-size: 16px; }#tve_editor [data-css=\"tve-u-16271adf6cf\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-16271adf6cf\"] { font-size: 30px; width: 30px; height: 30px; top: 22px; left: 20px; border-bottom: 1px solid rgb(10, 93, 165); margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1641367e553\"] > :first-child { color: rgba(15, 29, 123, 0.12); }[data-css=\"tve-u-1641367e553\"] { font-size: 60px; float: none; box-shadow: none; width: 60px; height: 60px; margin: -55px auto 60px !important; padding-right: 17px !important; }[data-css=\"tve-u-16416e4fafd\"] { box-shadow: rgba(0, 0, 0, 0.02) 0px 2px 22px 0px; background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16416e603ab\"] { box-shadow: rgba(0, 0, 0, 0.12) 0px 3px 44px 0px; background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-164179a84b8\"] > .tve-cb { display: block; }[data-css=\"tve-u-164179a84b8\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-164179bced9\"] { border-right: none; padding: 3px 0px 0px !important; position: static !important; }[data-css=\"tve-u-16417b4cb9e\"] { padding: 0px 0px 50px !important; }[data-css=\"tve-u-16417b62c09\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-16417b662bf\"] { margin-top: 0px !important; margin-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-16417e5bd95\"] > :first-child { color: rgb(255, 255, 255); }[data-css=\"tve-u-16417e5bd95\"] { z-index: 4; position: relative; float: left; font-size: 25px !important; width: 25px !important; height: 25px !important; margin: 3px 15px 0px 0px !important; padding-left: 0px !important; }[data-css=\"tve-u-1641c1af44d\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1641c1b01a6\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1641c1b0a67\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1641c1b12d8\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }#tve_editor [data-css=\"tve-u-1641c1b33f9\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-1641c1b33f9\"] { font-size: 30px; width: 30px; height: 30px; top: 22px; left: 20px; border-bottom: 1px solid rgb(10, 93, 165); margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1641c1b456a\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-1641c1b456a\"] { font-size: 30px; width: 30px; height: 30px; top: 22px; left: 20px; border-bottom: 1px solid rgb(10, 93, 165); margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1641c1b52d3\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-1641c1b52d3\"] { font-size: 30px; width: 30px; height: 30px; top: 22px; left: 20px; border-bottom: 1px solid rgb(10, 93, 165); margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1641c1b60b4\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-1641c1b60b4\"] { font-size: 30px; width: 30px; height: 30px; top: 22px; left: 20px; border-bottom: 1px solid rgb(10, 93, 165); margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }#tcb_landing_page .tcb-plain-text { color: rgb(0, 0, 0); font-family: Merriweather; font-weight: 400; }#tcb_landing_page .tcb-plain-text strong { font-weight: 700; }[data-css=\"tve-u-162717d1bbe\"] p { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-162717d1bbe\"] h3 { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-1695981e7bb\"] { max-width: 33.3545%; }[data-css=\"tve-u-16959822de2\"] { width: 291px; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-16959846d3d\"] { margin-top: 0px !important; }[data-css=\"tve-u-16959cd1e7a\"] { margin-top: 10px !important; }[data-css=\"tve-u-1695a3002e2\"] .tcb-button-link { border-radius: 4px; border-bottom: 4px solid rgb(117, 0, 23); border-top-color: rgb(198, 225, 224); border-right-color: rgb(198, 225, 224); border-left-color: rgb(198, 225, 224); background-image: none !important; background-color: rgb(143, 2, 32) !important; padding-right: 25px !important; }#tve_editor [data-css=\"tve-u-1695a3002e2\"]:hover .tcb-button-link { background-color: rgb(132, 1, 28) !important; }#tve_editor [data-css=\"tve-u-1695a36117b\"] { letter-spacing: 3px; color: rgb(255, 255, 255) !important; font-size: 15px !important; text-transform: capitalize !important; font-family: Merriweather !important; font-weight: 400 !important; }[data-css=\"tve-u-1695d995f33\"] { box-shadow: none; margin: 0px 20px -25px !important; }#tve_editor [data-css=\"tve-u-1695d9d652a\"]:hover input, #tve_editor [data-css=\"tve-u-1695d9d652a\"]:hover textarea { box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 9px -3px !important; }#tve_editor [data-css=\"tve-u-1695d9d6528\"]:hover input, #tve_editor [data-css=\"tve-u-1695d9d6528\"]:hover textarea { box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 9px -3px !important; }#tve_editor [data-css=\"tve-u-1695d9d6526\"]:hover input, #tve_editor [data-css=\"tve-u-1695d9d6526\"]:hover textarea { box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 9px -3px !important; }#tve_editor [data-css=\"tve-u-1695d9d6529\"] { font-family: \"Courier New\", Courier, monospace; font-weight: 700; font-size: 13px; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1695d9d6527\"] { font-family: \"Courier New\", Courier, monospace; font-weight: 700; font-size: 13px; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1695d9d6525\"] { font-family: \"Courier New\", Courier, monospace; font-weight: 700; font-size: 13px; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1695d9d652a\"] input, [data-css=\"tve-u-1695d9d652a\"] textarea { box-shadow: rgba(0, 0, 0, 0.25) 0px 2px 9px -6px; background-image: none !important; }[data-css=\"tve-u-1695d9d6528\"] input, [data-css=\"tve-u-1695d9d6528\"] textarea { box-shadow: rgba(0, 0, 0, 0.25) 0px 2px 9px -6px; background-image: none !important; }[data-css=\"tve-u-1695d9d6526\"] input, [data-css=\"tve-u-1695d9d6526\"] textarea { box-shadow: rgba(0, 0, 0, 0.25) 0px 2px 9px -6px; background-image: none !important; }[data-css=\"tve-u-1695d9d6529\"] { text-transform: capitalize; letter-spacing: 1px; font-weight: normal !important; }[data-css=\"tve-u-1695d9d6527\"] { text-transform: capitalize; letter-spacing: 1px; font-weight: normal !important; }[data-css=\"tve-u-1695d9d6525\"] { text-transform: capitalize; letter-spacing: 1px; font-weight: normal !important; }#tve_editor [data-css=\"tve-u-1695d9d652a\"] input, #tve_editor [data-css=\"tve-u-1695d9d652a\"] textarea { border-radius: 4px; overflow: hidden; border: 1px solid rgb(237, 240, 243); }#tve_editor [data-css=\"tve-u-1695d9d6528\"] input, #tve_editor [data-css=\"tve-u-1695d9d6528\"] textarea { border-radius: 4px; overflow: hidden; border: 1px solid rgb(237, 240, 243); }#tve_editor [data-css=\"tve-u-1695d9d6526\"] input, #tve_editor [data-css=\"tve-u-1695d9d6526\"] textarea { border-radius: 4px; overflow: hidden; border: 1px solid rgb(237, 240, 243); }[data-css=\"tve-u-1695dd04208\"] { border-radius: 11px; overflow: hidden; margin-bottom: 10px !important; }#tve_editor [data-css=\"tve-u-1695dd27f6a\"] button { border-radius: 8px; border-color: rgb(131, 148, 139); font-family: \"Special Elite\"; text-transform: uppercase; font-size: 17px; background-image: none !important; background-color: rgb(143, 2, 32) !important; padding: 10px !important; font-weight: 400 !important; }#tve_editor [data-css=\"tve-u-1695dd27f6a\"]:hover button { background-color: rgb(75, 105, 89) !important; border-color: rgb(1, 2, 2) rgb(0, 0, 0) rgb(1, 2, 2) rgb(1, 2, 2) !important; }#tve_editor [data-css=\"tve-u-1695dd27f6a\"] { max-width: 30%; width: 30%; }[data-css=\"tve-u-1695dd27f6a\"] { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1695dd484d7\"] { border-radius: 11px; overflow: hidden; margin-bottom: 10px !important; }#tve_editor .thrv-content-box [data-css=\"tve-u-1621ee37f4a\"] p, #tve_editor .thrv-content-box [data-css=\"tve-u-1621ee37f4a\"] li, #tve_editor .thrv-content-box [data-css=\"tve-u-1621ee37f4a\"] blockquote, #tve_editor .thrv-content-box [data-css=\"tve-u-1621ee37f4a\"] address, #tve_editor .thrv-content-box [data-css=\"tve-u-1621ee37f4a\"] .tcb-plain-text, #tve_editor .thrv-content-box [data-css=\"tve-u-1621ee37f4a\"] label, #tve_editor .thrv-content-box [data-css=\"tve-u-1621ee37f4a\"] h1, #tve_editor .thrv-content-box [data-css=\"tve-u-1621ee37f4a\"] h2, #tve_editor .thrv-content-box [data-css=\"tve-u-1621ee37f4a\"] h3, #tve_editor .thrv-content-box [data-css=\"tve-u-1621ee37f4a\"] h4, #tve_editor .thrv-content-box [data-css=\"tve-u-1621ee37f4a\"] h5, #tve_editor .thrv-content-box [data-css=\"tve-u-1621ee37f4a\"] h6 { color: rgb(255, 255, 255); }#tve_editor [data-css=\"tve-u-1695d9d6526\"] input, #tve_editor [data-css=\"tve-u-1695d9d6526\"] input::placeholder, #tve_editor [data-css=\"tve-u-1695d9d6526\"] textarea, #tve_editor [data-css=\"tve-u-1695d9d6526\"] textarea::placeholder { color: rgb(0, 0, 0); }#tve_editor [data-css=\"tve-u-1695d9d6528\"] input, #tve_editor [data-css=\"tve-u-1695d9d6528\"] input::placeholder, #tve_editor [data-css=\"tve-u-1695d9d6528\"] textarea, #tve_editor [data-css=\"tve-u-1695d9d6528\"] textarea::placeholder { color: rgb(0, 0, 0); }#tve_editor [data-css=\"tve-u-1695d9d652a\"] input, #tve_editor [data-css=\"tve-u-1695d9d652a\"] input::placeholder, #tve_editor [data-css=\"tve-u-1695d9d652a\"] textarea, #tve_editor [data-css=\"tve-u-1695d9d652a\"] textarea::placeholder { color: rgb(0, 0, 0); }[data-css=\"tve-u-1695a36117b\"] { line-height: 1.35em !important; }[data-css=\"tve-u-16413112747\"] { line-height: 1.35em !important; }[data-css=\"tve-u-1695a36117b\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-16413112747\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-1621f0cbe40\"] > .tcb-flex-col > .tcb-col { justify-content: center; }#tve_editor [data-css=\"tve-u-1621f0b0088\"] p, #tve_editor [data-css=\"tve-u-1621f0b0088\"] li, #tve_editor [data-css=\"tve-u-1621f0b0088\"] blockquote, #tve_editor [data-css=\"tve-u-1621f0b0088\"] address, #tve_editor [data-css=\"tve-u-1621f0b0088\"] .tcb-plain-text, #tve_editor [data-css=\"tve-u-1621f0b0088\"] label, #tve_editor [data-css=\"tve-u-1621f0b0088\"] h1, #tve_editor [data-css=\"tve-u-1621f0b0088\"] h2, #tve_editor [data-css=\"tve-u-1621f0b0088\"] h3, #tve_editor [data-css=\"tve-u-1621f0b0088\"] h4, #tve_editor [data-css=\"tve-u-1621f0b0088\"] h5, #tve_editor [data-css=\"tve-u-1621f0b0088\"] h6 { color: rgb(255, 255, 255); }[data-css=\"tve-u-1621f0b0088\"] p { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-1621f0b0088\"] h3 { margin: 0px !important; padding: 0px !important; }#tve_editor [data-css=\"tve-u-1621f0d2c1a\"] p, #tve_editor [data-css=\"tve-u-1621f0d2c1a\"] li, #tve_editor [data-css=\"tve-u-1621f0d2c1a\"] blockquote, #tve_editor [data-css=\"tve-u-1621f0d2c1a\"] address, #tve_editor [data-css=\"tve-u-1621f0d2c1a\"] .tcb-plain-text, #tve_editor [data-css=\"tve-u-1621f0d2c1a\"] label, #tve_editor [data-css=\"tve-u-1621f0d2c1a\"] h1, #tve_editor [data-css=\"tve-u-1621f0d2c1a\"] h2, #tve_editor [data-css=\"tve-u-1621f0d2c1a\"] h3, #tve_editor [data-css=\"tve-u-1621f0d2c1a\"] h4, #tve_editor [data-css=\"tve-u-1621f0d2c1a\"] h5, #tve_editor [data-css=\"tve-u-1621f0d2c1a\"] h6 { color: rgb(255, 255, 255); }#tve_editor [data-css=\"tve-u-1695e7e070d\"] { color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_5402f616 > a { font-family: Montserrat; font-weight: 400; fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; font-size: 13px !important; }#tve_editor [data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_13475a66 > a { font-family: Montserrat; font-weight: 400; fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; font-size: 13px !important; }#tve_editor [data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_a19cc162 > a { font-family: Montserrat; font-weight: 400; fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; font-size: 13px !important; }#tve_editor [data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_hgZvKxml > a { font-family: Montserrat; font-weight: 400; fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; font-size: 13px !important; }[data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_5402f616 { text-transform: uppercase; border-bottom: 1px solid rgba(84, 84, 98, 0); border-top: none; border-right: none; border-left: none; border-image: initial; margin-right: 30px !important; padding: 10px 9px !important; margin-left: 30px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_13475a66 { text-transform: uppercase; border-bottom: 1px solid rgba(84, 84, 98, 0); border-top: none; border-right: none; border-left: none; border-image: initial; margin-right: 30px !important; padding: 10px 9px !important; margin-left: 30px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_a19cc162 { text-transform: uppercase; border-bottom: 1px solid rgba(84, 84, 98, 0); border-top: none; border-right: none; border-left: none; border-image: initial; margin-right: 30px !important; padding: 10px 9px !important; margin-left: 30px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_hgZvKxml { text-transform: uppercase; border-bottom: 1px solid rgba(84, 84, 98, 0); border-top: none; border-right: none; border-left: none; border-image: initial; margin-right: 30px !important; padding: 10px 9px !important; margin-left: 30px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_5402f616 > a { font-weight: 500 !important; text-decoration: none !important; }[data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_13475a66 > a { font-weight: 500 !important; text-decoration: none !important; }[data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_a19cc162 > a { font-weight: 500 !important; text-decoration: none !important; }[data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_hgZvKxml > a { font-weight: 500 !important; text-decoration: none !important; }[data-css=\"tve-u-1695e821f4c\"] { border-bottom: 1px solid rgb(200, 233, 248); max-width: 1080px; padding: 0px !important; }#tve_editor [data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_5402f616:hover { border-bottom: 1px solid rgb(55, 179, 233) !important; }#tve_editor [data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_13475a66:hover { border-bottom: 1px solid rgb(55, 179, 233) !important; }#tve_editor [data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_a19cc162:hover { border-bottom: 1px solid rgb(55, 179, 233) !important; }#tve_editor [data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_hgZvKxml:hover { border-bottom: 1px solid rgb(55, 179, 233) !important; }[data-css=\"tve-u-1695e826914\"] { max-width: 23.9%; }[data-css=\"tve-u-1695e826ae0\"] { max-width: 42.8%; }[data-css=\"tve-u-1695e826b67\"] { max-width: 33.3109%; }[data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_5402f616.menu-item { margin-right: 0px; }[data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_13475a66.menu-item { margin-right: 0px; }[data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_a19cc162.menu-item { margin-right: 0px; }[data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_hgZvKxml.menu-item { margin-right: 0px; }}@media (max-width: 1023px){[data-css=\"tve-u-1621ebfa746\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621eb037bb\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621ec78d2c\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621ec6c39b\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621b064668\"] { max-width: 49%; }[data-css=\"tve-u-1621b064646\"] { max-width: 51%; }[data-css=\"tve-u-1621b3c74d9\"] { max-width: 100%; }[data-css=\"tve-u-1621f0b0088\"] { min-height: 100px !important; }[data-css=\"tve-u-1621ee3afec\"] > .tve-cb { display: block; }[data-css=\"tve-u-1621e7ceab3\"] > .tve-cb { display: block; }[data-css=\"tve-u-1621ea50702\"] { float: none; width: 100%; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621ae4fd21\"] > .tve-cb { display: block; }[data-css=\"tve-u-162717cb60f\"] { margin-bottom: 30px !important; margin-top: -25px !important; }[data-css=\"tve-u-162717cb610\"] { margin-bottom: 30px !important; margin-top: -10px !important; }[data-css=\"tve-u-16223dad661\"] { padding-top: 20px !important; }[data-css=\"tve-u-1641367127b\"] { float: none; font-size: 50px; width: 50px; height: 50px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1641367e553\"] { float: none; font-size: 50px; width: 50px; height: 50px; margin: -44px auto 40px !important; padding-right: 12px !important; }[data-css=\"tve-u-1621e7b695a\"] { margin-bottom: 50px !important; }[data-css=\"tve-u-1621ee37f4a\"] { min-height: 262px; }[data-css=\"tve-u-1621ada1e7f\"] { padding: 50px 30px 50px 0px !important; }[data-css=\"tve-u-1621b072b4e\"] { max-width: 100%; }[data-css=\"tve-u-1621a2247ba\"] { margin-bottom: 60px !important; }[data-css=\"tve-u-16229f6175c\"] { margin-top: 0px !important; }[data-css=\"tve-u-162717cb60b\"] { height: calc(100% - -85px); margin-top: -85px !important; }[data-css=\"tve-u-162717cb617\"] .tcb-flex-col { flex-basis: 560px !important; }#tcb_landing_page h5 { line-height: 1.3em; }#tcb_landing_page h6 { line-height: 1.4em; }#tcb_landing_page p, #tcb_landing_page li { line-height: 1.5em; }[data-css=\"tve-u-1628a146aef\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1628a12f675\"] { margin-bottom: 40px !important; }[data-css=\"tve-u-1628a10d3b4\"] { margin-bottom: 40px !important; }[data-css=\"tve-u-162718bd0c0\"] { clip-path: url(\"#clip-tablet-top-a3b25e1c9221a\"); -webkit-clip-path: url(\"#clip-tablet-top-a3b25e1c9221a\");  background-color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-162717cb621\"] { z-index: 6; padding-top: 60px !important; margin-top: -90px !important; }[data-css=\"tve-u-162718a3b40\"] { max-width: 100%; min-height: 1px !important; }[data-css=\"tve-u-16271adf6cf\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-162493d5f13\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-162717fcf9d\"] { margin-top: -40px !important; padding-top: 90px !important; padding-left: 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-16260d3f4af\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16260d3f4aa\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1621fb65556\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1621fb68b97\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16260d8396c\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16260d8392c\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16260d39b83\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-16260c5ff07\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-16260ba2fa4\"] { padding: 50px 40px !important; }[data-css=\"tve-u-16260be7104\"] { max-width: 100%; }[data-css=\"tve-u-1621ebbbb6d\"] { margin-top: -1px !important; }[data-css=\"tve-u-1621eaaedd8\"] { clip-path: url(\"#clip-tablet-bottom-a2b9cf3198d6f\"); -webkit-clip-path: url(\"#clip-tablet-bottom-a2b9cf3198d6f\");  }[data-css=\"tve-u-1621e7e9950\"] { margin-top: -1px !important; }[data-css=\"tve-u-16229fa8c68\"] { padding: 0px 20px 20px !important; }[data-css=\"tve-u-1622f65ba70\"] { padding: 0px 20px 20px !important; }[data-css=\"tve-u-16249373b25\"] { padding-left: 20px !important; padding-right: 20px !important; padding-bottom: 20px !important; }[data-css=\"tve-u-162493b6b63\"] { padding-left: 20px !important; padding-bottom: 20px !important; padding-right: 20px !important; }[data-css=\"tve-u-16249367114\"] { margin-top: 20px !important; }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-1624935a201\"] { line-height: 1.3em !important; }[data-css=\"tve-u-16249358652\"] { line-height: 1.3em !important; }[data-css=\"tve-u-16249355087\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1625389b4ed\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1625389a3d5\"] { line-height: 1.3em !important; }[data-css=\"tve-u-16248fc42a1\"] { line-height: 1.3em !important; }[data-css=\"tve-u-162493a03b0\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-162493a03b0\"] .tcb-flex-col { flex-basis: 145px !important; }[data-css=\"tve-u-1622a159bcb\"] { float: none; max-width: 85%; margin: 0px auto !important; padding-top: 0px !important; }[data-css=\"tve-u-16229fa6a26\"] { margin-bottom: 20px !important; padding: 0px 20px 20px !important; }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16229ffbb7b\"] { min-height: inherit; margin-left: -20px; }[data-css=\"tve-u-1621ad46076\"] { margin-bottom: 0px !important; margin-top: 0px !important; padding: 50px 40px !important; }#tve_editor [data-css=\"tve-u-1621b028939\"] .tcb-button-link { font-size: 18px; }[data-css=\"tve-u-16223f02c16\"] { min-height: 54px; }[data-css=\"tve-u-1621b01355a\"] { max-width: 304px; padding: 2px !important; }[data-css=\"tve-u-1620af7eb3f\"] { float: none; z-index: 3; position: relative; display: block; max-width: 300px; width: 300px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621afda4fa\"] { max-width: 100%; margin-bottom: 30px !important; }[data-css=\"tve-u-16224716d62\"]::after { clear: both; }[data-css=\"tve-u-1621f0aa8f7\"] { margin-top: 0px !important; }[data-css=\"tve-u-1621e7e6c1d\"] { min-height: 150px; }[data-css=\"tve-u-1621e7edfd9\"] { clip-path: url(\"#clip-tablet-bottom-10ffac3b28f1d\"); -webkit-clip-path: url(\"#clip-tablet-bottom-10ffac3b28f1d\");  }[data-css=\"tve-u-1621ebf340c\"] { float: none; width: 100%; padding: 0px !important; margin-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621e7d5094\"] { min-height: 455px; }[data-css=\"tve-u-1621adea58b\"] > .tcb-flex-col > .tcb-col { justify-content: center; }[data-css=\"tve-u-16223dad661\"]::after { clear: both; }[data-css=\"tve-u-1621e8107f3\"] { float: none; margin-left: auto !important; margin-right: auto !important; margin-bottom: 20px !important; }[data-css=\"tve-u-16223b080b0\"] { float: none; margin-left: auto !important; margin-right: auto !important; margin-top: -1px !important; }[data-css=\"tve-u-1621eb3eb9f\"] { clip-path: url(\"#clip-tablet-bottom-ac98bb0e54b3b\"); -webkit-clip-path: url(\"#clip-tablet-bottom-ac98bb0e54b3b\");  }[data-css=\"tve-u-1621fe78878\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1621fe78878\"] { min-height: inherit; }#tve_editor [data-css=\"tve-u-1621e92e97f\"] { font-size: 22px !important; }#tve_editor [data-css=\"tve-u-1621e942b65\"] { letter-spacing: 0px; font-size: 1.5em !important; }#tve_editor [data-css=\"tve-u-1621fe1bd18\"] { letter-spacing: 0px; font-size: 1.5em !important; }#tve_editor [data-css=\"tve-u-1621fe1a1af\"] { font-size: 22px !important; }#tve_editor [data-css=\"tve-u-1621fe1725e\"] { letter-spacing: 0px; font-size: 1.5em !important; }#tve_editor [data-css=\"tve-u-1621fe1587d\"] { font-size: 22px !important; }[data-css=\"tve-u-1621ef118dc\"] { position: relative; top: 0px; left: 0px; width: 51%; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621ee3afec\"] { padding: 25px 10px 5px !important; }[data-css=\"tve-u-1621ee63e1c\"] { max-width: none; margin-bottom: 5px !important; }[data-css=\"tve-u-1621ee74a24\"] { top: 0px; right: 0px; font-size: 45px; width: 45px; height: 45px; float: none; padding-left: 0px !important; margin: 0px auto !important; }[data-css=\"tve-u-1621ee18a1c\"] { margin-top: 40px !important; margin-left: 20px !important; margin-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-1621fdcb4ea\"] { letter-spacing: 1px; font-size: 1.5em !important; }[data-css=\"tve-u-1621ec7f21a\"] { min-height: 150px; }[data-css=\"tve-u-1621eacf6af\"] { float: none; max-width: 230px; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621fd9c946\"] { max-width: 380px; float: none; width: 100%; margin: 0px auto !important; padding-left: 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-1621eb81205\"] { margin-top: 0px !important; }[data-css=\"tve-u-1621eb7ccb0\"] { min-height: 455px; }[data-css=\"tve-u-1621fd8766c\"] { min-height: 150px; }[data-css=\"tve-u-1621fd84d7b\"] { min-height: 430px; }[data-css=\"tve-u-1621e7c7aa1\"] .tcb-flex-col { flex-basis: 300px !important; }#tve_editor [data-css=\"tve-u-1621e7a7350\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621e7c899a\"] { float: none; max-width: 100%; margin-left: auto !important; margin-right: auto !important; margin-top: 0px !important; }[data-css=\"tve-u-1621e7c7aa1\"] { margin-left: -20px; flex-direction: row; }[data-css=\"tve-u-1621e7c7aa1\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-1621b3c8c52\"] { padding: 50px 40px !important; }[data-css=\"tve-u-1621fc0ce17\"] { margin-top: 10px !important; margin-bottom: 7px !important; }[data-css=\"tve-u-1621fbcad8c\"] { padding-left: 0px !important; padding-right: 30px !important; }[data-css=\"tve-u-1621fbacc60\"] { max-width: 177px; }[data-css=\"tve-u-1621fb68b97\"] { margin-left: -15px; min-height: inherit; padding: 20px !important; }[data-css=\"tve-u-1621fb68b97\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-1621fb65556\"] { margin-left: -15px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-1621fb65556\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-1621b200375\"] { float: none; max-width: 100%; margin: 0px auto !important; }[data-css=\"tve-u-1621b0e4fb7\"] { max-width: 100%; float: none; z-index: 3; position: relative; margin-right: auto !important; margin-left: auto !important; margin-bottom: 20px !important; }#tve_editor [data-css=\"tve-u-1621b10fccf\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621ae0bec7\"] { background-image: none !important; margin-top: 0px !important; }[data-css=\"tve-u-1621ae6c8da\"] { clip-path: url(\"#clip-tablet-top-aa2c3e3c70555\"); -webkit-clip-path: url(\"#clip-tablet-top-aa2c3e3c70555\");  }[data-css=\"tve-u-1621adba9ef\"] { clip-path: url(\"#clip-tablet-top-52d5a36c151aa\"); -webkit-clip-path: url(\"#clip-tablet-top-52d5a36c151aa\");  }[data-css=\"tve-u-1621ad420c4\"] { max-width: 100%; min-height: 1px !important; }[data-css=\"tve-u-1621f45bed3\"] { padding: 0px !important; }[data-css=\"tve-u-1621ae4fd21\"] { max-width: 100%; left: 0px; top: 0px; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621ae4db6e\"] { min-height: 300px; }#tve_editor [data-css=\"tve-u-1621afd8c98\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621afcc0bf\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621afceb00\"] { max-width: 100%; margin-bottom: 30px !important; }[data-css=\"tve-u-1621a98b602\"] { stroke-dasharray: 534.071, 534.071; }[data-css=\"tve-u-1621a9750ae\"] { font-size: 14.45px !important; line-height: 14.45px !important; }[data-css=\"tve-u-1621a9a2867\"] { font-size: 51px !important; line-height: 51px !important; }[data-css=\"tve-u-1621a9a2866\"] { margin-top: 42.5px !important; }[data-css=\"tve-u-1621a96b190\"] { width: 153px !important; height: 153px !important; top: 8.5px !important; bottom: 8.5px !important; left: 8.5px !important; right: 8.5px !important; }[data-css=\"tve-u-1621a9685d4\"] { stroke-width: 18px !important; }[data-css=\"tve-u-1621a9a2862\"] { width: 170px !important; height: 170px !important; }[data-css=\"tve-u-1621a983587\"] { float: none; border: 20px solid rgba(137, 141, 167, 0.24); margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621a8b2488\"] { float: none; max-width: 100%; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621a8a804b\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1621a8a804b\"] { margin-left: -24px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-1621a8a804b\"] > .tcb-flex-col { padding-left: 24px; }#tve_editor [data-css=\"tve-u-1621a2e0d5b\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621b028939\"] { position: relative; float: left; z-index: 3; display: block; max-width: 300px; width: 300px; margin-top: 15px !important; }[data-css=\"tve-u-1621adea58b\"] { margin-left: -30px; }[data-css=\"tve-u-1621adea58b\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-1621ade6172\"] { max-width: 100%; position: static; }#tve_editor [data-css=\"tve-u-16248fc42a1\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-16249355087\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-16249358652\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-1624935a201\"] { font-size: 18px !important; }[data-css=\"tve-u-1624939a960\"] { margin-bottom: 0px !important; padding-bottom: 20px !important; padding-left: 20px !important; padding-right: 20px !important; }[data-css=\"tve-u-162493a03b0\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-162493a03b0\"] { min-height: inherit; margin-left: -20px; }#tve_editor [data-css=\"tve-u-1625389a3d5\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-1625389b4ed\"] { font-size: 18px !important; }[data-css=\"tve-u-16260c39a7e\"] { float: none; max-width: 100%; margin: 0px auto !important; }[data-css=\"tve-u-16260d3f4aa\"] { margin-left: -15px; min-height: inherit; padding: 20px !important; }[data-css=\"tve-u-16260d3f4aa\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-16260d3f4af\"] { margin-left: -15px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-16260d3f4af\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-16260d8392c\"] { margin-left: -15px; min-height: inherit; padding: 20px !important; }[data-css=\"tve-u-16260d8392c\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-16260d8396c\"] { margin-left: -15px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-16260d8396c\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-16260da3aa7\"] { float: none; max-width: 100%; margin: 0px !important; }[data-css=\"tve-u-162717cb609\"] { max-width: 100%; min-height: 1px !important; }[data-css=\"tve-u-162717cb60a\"] { padding: 0px !important; }[data-css=\"tve-u-162717cb618\"] { float: none; max-width: 100%; margin-top: 60px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-162717cb620\"] { clip-path: url(\"#clip-tablet-bottom-c883ac5175045\"); -webkit-clip-path: url(\"#clip-tablet-bottom-c883ac5175045\");  background-attachment: scroll, fixed !important; background-image: linear-gradient(rgba(0, 0, 0, 0.46), rgba(0, 0, 0, 0.46)), url(\"https://bestcerakoteflorida.com/wp-content/uploads/2018/05/FTYS6743.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-162717d1bbf\"] { margin-left: 0px; padding: 25px 25px 0px !important; }[data-css=\"tve-u-162717d1bbf\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-162717d1bb7\"] { max-width: 51.3%; }[data-css=\"tve-u-162717d1bb9\"] { max-width: 15.3%; }[data-css=\"tve-u-162717d1bb6\"] { padding-left: 0px !important; }[data-css=\"tve-u-162717d1bbc\"] { border-left: none; border-right: none; padding-left: 30px !important; padding-bottom: 10px !important; }[data-css=\"tve-u-162717d1bbe\"] { max-width: 100%; margin-left: 0px !important; margin-right: 30px !important; }[data-css=\"tve-u-164179bced9\"] { border-right: none; padding-left: 30px !important; padding-right: 0px !important; }[data-css=\"tve-u-16417b62c09\"] { max-width: 177px; }[data-css=\"tve-u-16417b662bf\"] { max-width: 177px; }[data-css=\"tve-u-16417e5bd95\"] { font-size: 14px; width: 14px; height: 14px; margin-bottom: -14px !important; margin-left: 0px !important; }[data-css=\"tve-u-1641c1b33f9\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-1641c1b456a\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-1641c1b52d3\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-1641c1b60b4\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-16959822de2\"] { margin-right: 1px !important; padding-right: 10px !important; padding-top: 10px !important; }[data-css=\"tve-u-16959cd1e7a\"] { margin-top: 60px !important; margin-bottom: 10px !important; }[data-css=\"tve-u-1695a3002e2\"] { margin-top: 15px !important; }[data-css=\"tve-u-1695d995f33\"] { margin-top: 40px !important; margin-left: 20px !important; margin-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-1695dd27f6a\"] { max-width: 60%; width: 60%; }[data-css=\"tve-u-16413112747\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1621f0d2c1a\"] { max-width: 50%; margin-left: auto !important; margin-right: auto !important; float: none; }#tve_editor [data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_5402f616 > a { fill: rgb(0, 0, 0) !important; color: rgb(0, 0, 0) !important; font-family: Merriweather; font-weight: 500; }#tve_editor [data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_13475a66 > a { fill: rgb(0, 0, 0) !important; color: rgb(0, 0, 0) !important; font-family: Merriweather; font-weight: 500; }#tve_editor [data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_a19cc162 > a { fill: rgb(0, 0, 0) !important; color: rgb(0, 0, 0) !important; font-family: Merriweather; font-weight: 500; }#tve_editor [data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_hgZvKxml > a { fill: rgb(0, 0, 0) !important; color: rgb(0, 0, 0) !important; font-family: Merriweather; font-weight: 500; }[data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_5402f616 > a { font-weight: 700 !important; }[data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_13475a66 > a { font-weight: 700 !important; }[data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_a19cc162 > a { font-weight: 700 !important; }[data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_hgZvKxml > a { font-weight: 700 !important; }#tve_editor [data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_5402f616 strong { font-weight: 700; }#tve_editor [data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_13475a66 strong { font-weight: 700; }#tve_editor [data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_a19cc162 strong { font-weight: 700; }#tve_editor [data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_hgZvKxml strong { font-weight: 700; }[data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_5402f616 { background-color: transparent; border-bottom: 1px solid rgb(0, 0, 0); }[data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_13475a66 { background-color: transparent; border-bottom: 1px solid rgb(0, 0, 0); }[data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_a19cc162 { background-color: transparent; border-bottom: 1px solid rgb(0, 0, 0); }[data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_hgZvKxml { background-color: transparent; border-bottom: 1px solid rgb(0, 0, 0); }[data-css=\"tve-u-1695e821f4c\"] .tve_w_menu { background-color: rgba(255, 255, 255, 0.69) !important; }#tve_editor [data-css=\"tve-u-1695e821f4c\"] .tcb-icon-open > :first-child { color: rgb(255, 255, 255); }[data-css=\"tve-u-1695e821f4c\"] { border-bottom: none; }}@media (max-width: 767px){[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-16417e9d24e\"]::after { clear: both; }[data-css=\"tve-u-16417b70f47\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 0px !important; }[data-css=\"tve-u-1621e819c52\"] { min-height: 100px; }[data-css=\"tve-u-1621e8107f3\"] { max-width: 100px; }[data-css=\"tve-u-1621fd8766c\"] { min-height: 144px; }[data-css=\"tve-u-1621ec79a7d\"] { min-height: 100px; }[data-css=\"tve-u-1621ec78d2c\"] { max-width: 100px; }[data-css=\"tve-u-1621ec7f21a\"] { min-height: 144px; }[data-css=\"tve-u-1621e7e6c1d\"] { min-height: 144px; }[data-css=\"tve-u-16417b4cb9e\"] { padding-bottom: 30px !important; }[data-css=\"tve-u-1621ec752da\"] { min-height: 100px; }[data-css=\"tve-u-1621ec6c39b\"] { max-width: 100px; }[data-css=\"tve-u-1621fd84d7b\"] { min-height: 430px; }[data-css=\"tve-u-1621e7c7aa1\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16223dad661\"] { padding-top: 0px !important; }[data-css=\"tve-u-1621b3c74d9\"] { max-width: 100%; }[data-css=\"tve-u-1621eb81205\"] { max-width: 100%; margin-bottom: 20px !important; }[data-css=\"tve-u-1621e7ceab3\"] { max-width: 100%; margin-bottom: 20px !important; }[data-css=\"tve-u-1621f0b0088\"] { min-height: 120px !important; }[data-css=\"tve-u-1621f0da775\"] { float: none; width: 100%; max-width: 280px; margin: 0px auto 20px !important; }[data-css=\"tve-u-1621ee37f4a\"] { min-height: 260px; }[data-css=\"tve-u-1621ee3afec\"] > .tve-cb { display: flex; justify-content: center; flex-direction: column; }[data-css=\"tve-u-1621ee63e1c\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1641367127b\"] { font-size: 30px; width: 30px; height: 30px; }[data-css=\"tve-u-1641367e553\"] { float: none; font-size: 30px; width: 30px; height: 30px; margin: -30px auto 30px !important; padding-right: 10px !important; }[data-css=\"tve-u-1621ada1e7f\"] { padding: 0px !important; }[data-css=\"tve-u-162717cb617\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-162717cb617\"] { min-height: inherit; }[data-css=\"tve-u-16229fa6a26\"] { height: calc(100% - 21px); margin-bottom: 0px !important; margin-top: 21px !important; }[data-css=\"tve-u-1624939a960\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-162493a03b0\"] .tcb-flex-col { flex-basis: 400px !important; }[data-css=\"tve-u-1621a2247ba\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-162717cb60f\"] { margin-bottom: 25px !important; }[data-css=\"tve-u-162717d1bbf\"] .tcb-flex-col { flex-basis: 225px !important; }[data-css=\"tve-u-1621ee3afec\"] { max-width: 100%; padding: 10px !important; position: static !important; }#tve_editor [data-css=\"tve-u-1641333d7d1\"] { font-size: 14px !important; }[data-css=\"tve-u-162717cb60b\"] { margin-top: 0px !important; }[data-css=\"tve-u-162717cb621\"] { z-index: 2; padding-left: 20px !important; padding-right: 20px !important; margin-top: -160px !important; padding-top: 35px !important; }[data-css=\"tve-u-162717cb617\"] .tcb-flex-col { flex-basis: 435px !important; }[data-css=\"tve-u-16369305186\"] { float: none; width: 100%; max-width: 279px; z-index: 3; position: relative; margin: 0px auto !important; }#tcb_landing_page h6 { line-height: 1.4em; }#tcb_landing_page h5 { line-height: 1.3em; }#tcb_landing_page p, #tcb_landing_page li { font-size: 14px; }#tcb_landing_page h2 { font-size: 28px; }#tcb_landing_page h1 { font-size: 35px; }[data-css=\"tve-u-16260ba2fa4\"] { padding-bottom: 40px !important; padding-left: 20px !important; padding-right: 20px !important; }[data-css=\"tve-u-1628a10d3b4\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-1628a12f675\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-162717cb610\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-16271bfe70c\"] { padding: 0px !important; }[data-css=\"tve-u-162717fcf9d\"] { z-index: 1; border: none; margin-top: 0px !important; padding-top: 75px !important; padding-left: 20px !important; padding-right: 20px !important; }[data-css=\"tve-u-162718bd0c0\"] { clip-path: url(\"#clip-mobile-top-a3b25e1c9221a\"); -webkit-clip-path: url(\"#clip-mobile-top-a3b25e1c9221a\");  }[data-css=\"tve-u-1621eb3eb9f\"] { clip-path: url(\"#clip-mobile-bottom-ac98bb0e54b3b\"); -webkit-clip-path: url(\"#clip-mobile-bottom-ac98bb0e54b3b\");  }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col > .tcb-col { min-height: 155px; }[data-css=\"tve-u-16229ffbb7b\"] { min-height: inherit; margin-left: 0px; }[data-css=\"tve-u-16229fa8c68\"] { height: calc(100% - 28px); margin-bottom: 0px !important; margin-top: 20px !important; }[data-css=\"tve-u-1622f65ba70\"] { height: calc(100% - 20px); margin-bottom: 0px !important; margin-top: 20px !important; }[data-css=\"tve-u-16229f6175c\"] { margin-top: 0px !important; }[data-css=\"tve-u-1622a159bcb\"] { float: none; max-width: 100%; margin-left: auto !important; margin-right: auto !important; padding-top: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-16229ae62a7\"] { border-right: none; }#tve_editor [data-css=\"tve-u-16228c764b2\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-16228c75500\"] { font-size: 18px !important; }[data-css=\"tve-u-1621fb65556\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-1621a983587\"] { border: 20px solid rgba(137, 141, 167, 0.32); }[data-css=\"tve-u-1621ee74a24\"] { float: none; margin-left: auto !important; margin-right: auto !important; margin-bottom: 10px !important; }[data-css=\"tve-u-1621afda4fa\"] { max-width: 100%; margin-bottom: 20px !important; }[data-css=\"tve-u-16223f02c16\"] { min-height: 54px; }[data-css=\"tve-u-1621f0aa8f7\"] { margin-top: 0px !important; }#tve_editor [data-css=\"tve-u-1622444fb11\"] { letter-spacing: 0px; }[data-css=\"tve-u-16224439be1\"] { padding: 0px !important; }[data-css=\"tve-u-1621fb68b97\"] { padding: 0px !important; }[data-css=\"tve-u-1621afceb00\"] { max-width: 100%; margin-bottom: 30px !important; }[data-css=\"tve-u-1621b0e4fb7\"] { float: none; margin-right: auto !important; margin-bottom: 30px !important; padding-left: 0px !important; margin-left: auto !important; }[data-css=\"tve-u-1621ebf340c\"] { padding-bottom: 40px !important; }[data-css=\"tve-u-1621ea50702\"] { float: none; width: 100%; padding: 0px !important; margin-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621e7d5094\"] { min-height: 430px; }[data-css=\"tve-u-1621eb7ccb0\"] { min-height: 430px; }[data-css=\"tve-u-1621ee03000\"] { flex-direction: column; }[data-css=\"tve-u-16223fe5f5b\"] { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621f0d2c1a\"] { margin-left: 25px !important; margin-right: 25px !important; }[data-css=\"tve-u-1621ee18a1c\"] { margin: 0px 20px 20px 0px !important; }[data-css=\"tve-u-1621ef118dc\"] { top: 0px; width: 154px; position: relative; float: none; z-index: 5; left: 0px; margin: 5px auto 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-1621fd9c946\"] { max-width: 100%; margin-top: 0px !important; margin-left: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-16223fc9f23\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-1621e7c899a\"] { max-width: none; float: none; margin-top: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621b3c8c52\"] { padding: 40px 20px !important; }[data-css=\"tve-u-1621fbcad8c\"] { padding: 20px !important; }[data-css=\"tve-u-1621fb65556\"] { margin-left: 0px; padding: 0px !important; }[data-css=\"tve-u-1621fbacc60\"] { max-width: 126px; float: none; margin-left: auto !important; margin-right: auto !important; margin-top: 20px !important; }[data-css=\"tve-u-1621b200375\"] { float: none; margin-top: 0px !important; margin-left: auto !important; margin-right: auto !important; }#tve_editor [data-css=\"tve-u-1621b10fccf\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621b028939\"] { display: block; max-width: 100%; width: 100%; float: none; min-width: 100%; margin-left: auto !important; margin-right: auto !important; margin-top: 0px !important; }[data-css=\"tve-u-1621ae4db6e\"] { min-height: 270px; }[data-css=\"tve-u-1621ae6c8da\"] { clip-path: url(\"#clip-mobile-top-aa2c3e3c70555\"); -webkit-clip-path: url(\"#clip-mobile-top-aa2c3e3c70555\");  }[data-css=\"tve-u-1621adba9ef\"] { clip-path: url(\"#clip-mobile-top-52d5a36c151aa\"); -webkit-clip-path: url(\"#clip-mobile-top-52d5a36c151aa\");  }[data-css=\"tve-u-16223f02c16\"]::after { clear: both; }[data-css=\"tve-u-1621b01355a\"] { max-width: 100%; float: none; margin-left: auto !important; margin-right: auto !important; margin-bottom: 15px !important; }[data-css=\"tve-u-1620af7eb3f\"] { float: none; display: block; max-width: 100%; width: 100%; min-width: 100%; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621ae0bec7\"]::after { clear: both; }[data-css=\"tve-u-1621f45bed3\"] { padding: 40px 20px 0px !important; }[data-css=\"tve-u-1621ad46076\"] { margin: 0px !important; padding: 30px 20px !important; }[data-css=\"tve-u-1621adea58b\"] { flex-flow: row-reverse wrap-reverse !important; }[data-css=\"tve-u-1621ae4fd21\"] { margin-top: 0px !important; position: static !important; }[data-css=\"tve-u-1621a8b2488\"] { float: none; max-width: 100%; margin-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621a8a804b\"] { padding-left: 0px !important; padding-right: 0px !important; }#tve_editor [data-css=\"tve-u-1621a2e0d5b\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621e7c7aa1\"] { flex-direction: column; min-height: inherit; }[data-css=\"tve-u-16249367114\"] { margin-top: 0px !important; }[data-css=\"tve-u-16249373b25\"] { height: calc(100% - 20px); margin-bottom: 0px !important; background-image: linear-gradient(rgb(248, 249, 251), rgb(248, 249, 251)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; margin-top: 20px !important; }[data-css=\"tve-u-162493a03b0\"] > .tcb-flex-col > .tcb-col { min-height: 155px; }[data-css=\"tve-u-162493a03b0\"] { min-height: inherit; }[data-css=\"tve-u-162493b6b63\"] { height: calc(100% - 20px); margin-bottom: 0px !important; margin-top: 20px !important; }[data-css=\"tve-u-16260c39a7e\"] { float: none; margin-top: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-16260d3f4aa\"] { padding: 0px !important; }[data-css=\"tve-u-16260d3f4af\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-16260d3f4af\"] { margin-left: 0px; padding: 0px !important; }[data-css=\"tve-u-16260d8392c\"] { padding: 0px !important; }[data-css=\"tve-u-16260d8396c\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-16260d8396c\"] { margin-left: 0px; padding: 0px !important; }[data-css=\"tve-u-16260da3aa7\"] { float: none; margin-top: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-162717cb618\"] { margin: 140px 0px 0px !important; }[data-css=\"tve-u-162717cb620\"] { clip-path: url(\"#clip-mobile-bottom-c883ac5175045\"); -webkit-clip-path: url(\"#clip-mobile-bottom-c883ac5175045\");  opacity: 1; filter: grayscale(0%) blur(0px); background-image: linear-gradient(rgba(0, 0, 0, 0.51), rgba(0, 0, 0, 0.51)), url(\"https://bestcerakoteflorida.com/wp-content/uploads/2018/05/FTYS6743.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-162717cb60a\"] { padding: 0px !important; }#tve_editor [data-css=\"tve-u-162717cb616\"] { font-size: 27px !important; }[data-css=\"tve-u-162717d1bbf\"] > .tcb-flex-col { padding-left: 18px; }[data-css=\"tve-u-162717d1bbf\"] { margin-left: -18px; padding: 10px !important; flex-flow: row wrap !important; }[data-css=\"tve-u-162717d1bbe\"] { border-bottom: 1px solid rgba(255, 255, 255, 0.2); border-right: none; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-162717d1bbc\"] { border: none; padding-left: 0px !important; padding-right: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-162717d1bb6\"] { border: none; padding-top: 0px !important; padding-left: 0px !important; margin-bottom: 1px !important; margin-top: -5px !important; padding-bottom: 10px !important; }[data-css=\"tve-u-164179a84b8\"] { float: none; width: 100%; max-width: 155px; z-index: 3; position: relative; margin-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-164179bced9\"] { border-right: none; position: relative; max-width: 250px; float: none; padding-left: 0px !important; padding-right: 0px !important; margin-top: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-16417b62c09\"] { max-width: 126px; float: none; margin-left: auto !important; margin-right: auto !important; margin-top: 20px !important; }[data-css=\"tve-u-16417b662bf\"] { max-width: 126px; float: none; margin-left: auto !important; margin-right: auto !important; margin-top: 20px !important; }[data-css=\"tve-u-16417e5bd95\"] { margin: 3px 10px 0px 0px !important; }#tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] p, #tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] li, #tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] blockquote, #tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] address, #tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] .tcb-plain-text, #tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] label { font-size: 18px; }[data-css=\"tve-u-16959822de2\"] { float: none; padding-top: 10px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621ee58e74\"] { border-right: none !important; }[data-css=\"tve-u-1695d995f33\"] { margin: 0px 20px 20px 0px !important; }#tve_editor [data-css=\"tve-u-1695e821f4c\"] .tcb-icon-open > :first-child { color: rgb(255, 255, 255); }[data-css=\"tve-u-1695e821f4c\"] .tcb-icon-open { font-size: 25px !important; width: 25px !important; height: 25px !important; }}'),(7418,603,'tve_revision_tve_user_custom_css',''),(7419,603,'tve_revision_tve_page_events','a:0:{}'),(7420,603,'tve_revision_tve_globals','a:2:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";s:8:\"font_cls\";a:0:{}}'),(7421,603,'tve_revision_tve_global_scripts',''),(7422,603,'tve_revision_thrive_icon_pack','0'),(7423,603,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(7424,603,'tve_revision_tve_has_masonry','0'),(7425,603,'tve_revision_tve_has_typefocus','0'),(7426,603,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-162717d1bbe\" wfd-id=\"468\"><div class=\"tcb-flex-row tcb-medium-no-wrap v-2 tcb--cols--3 m-edit tcb-mobile-wrap tcb-resized\" data-css=\"tve-u-162717d1bbf\" wfd-id=\"469\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1695981e7bb\" wfd-id=\"486\"><div class=\"tcb-col\" data-css=\"tve-u-16959846d3d\" wfd-id=\"488\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16959822de2\" wfd-id=\"489\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"490\"><img class=\"tve_image wp-image-465\" alt=\"\" width=\"384\" height=\"62\" title=\"Blackhawk_custom_header\" data-id=\"465\" src=\"https://bestcerakoteflorida.com/wp-content/uploads/2019/01/Blackhawk_custom_header.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717d1bb9\" style=\"\" wfd-id=\"479\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717d1bb6\" wfd-id=\"481\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-164179a84b8\" wfd-id=\"482\">\n<div class=\"tve-content-box-background\" wfd-id=\"485\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"483\"><div class=\"tcb-clear\" wfd-id=\"484\"></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717d1bb7\" style=\"\" wfd-id=\"470\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717d1bbc\" wfd-id=\"472\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16369305186\" wfd-id=\"473\">\n<div class=\"tve-content-box-background\" wfd-id=\"478\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16417e9d24e\" wfd-id=\"474\"><div class=\"tcb-clear\" wfd-id=\"476\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-16417e5bd95\" data-float=\"1\" wfd-id=\"477\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-envelope-regular\" data-name=\"\">\n            <path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path>\n        </svg></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-164179bced9\" wfd-id=\"475\"><p data-css=\"tve-u-1641333d7d1\"><a href=\"mailto:info@bestcerkoteflorida.com\" target=\"_blank\">info@bestcerakoteflorida.com</a></p></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-162717cb621\" data-value-type=\"percent\" wfd-id=\"441\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-162717cb620\" data-clip-id=\"c883ac5175045\" wfd-id=\"467\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-c883ac5175045\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"4\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9301, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-c883ac5175045\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9476, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-c883ac5175045\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9651, 1 1, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-162717cb609\" wfd-id=\"442\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-162717cb618\" wfd-id=\"443\"><div class=\"tcb-flex-row tcb-medium-wrap tcb-resized v-2 tcb--cols--2\" data-css=\"tve-u-162717cb617\" wfd-id=\"444\"><div class=\"tcb-flex-col\" data-css=\"tve-u-162717cb601\" style=\"\" wfd-id=\"458\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717cb60a\" wfd-id=\"460\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h1\" data-css=\"tve-u-162717cb610\" wfd-id=\"464\"><h1 data-css=\"tve-u-162717cb616\" style=\"text-align: center;\">&nbsp;<strong>â€‹</strong><strong>Protect What\'s Important To You! With The Toughest Ceramic Finish In The World!</strong></h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162717cb60f\" wfd-id=\"461\"><h2 class=\"\" data-css=\"tve-u-1695a36117b\" style=\"text-align: center;\"><strong>Heat, Water, Salt and Sand just some of the conditions you face. And any one of them is just waiting, to get a hold of your firearm and leave it a pile of rusted, pitted junk.</strong></h2><h2 class=\"\" data-css=\"tve-u-16413112747\" style=\"text-align: center;\"><strong>Unfortunately, there wasn\'t much you could do other than keep cleaning and lubricating your firearms...till NOW!</strong></h2></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717cb600\" style=\"\" wfd-id=\"445\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717cb60b\" wfd-id=\"447\"><div class=\"thrv_responsive_video thrv_wrapper rv_style_lifted_style2\" data-type=\"youtube\" data-rel=\"0\" data-url=\"https://www.youtube.com/watch?v=a1nyu9ZJiEk\" data-css=\"tve-u-16959cd1e7a\" data-modestbranding=\"1\" wfd-id=\"455\">\n	\n\n	<div class=\"tve_responsive_video_container\" wfd-id=\"456\">\n		<div class=\"video_overlay\" wfd-id=\"457\"></div>\n	<iframe data-code=\"TEOqV1Q16lU\" data-provider=\"youtube\" src=\"https://www.youtube.com/embed/TEOqV1Q16lU?rel=0&amp;modestbranding=1&amp;controls=1&amp;showinfo=1&amp;fs=1&amp;wmode=transparent\" data-src=\"https://www.youtube.com/embed/TEOqV1Q16lU?rel=0&amp;modestbranding=1&amp;controls=1&amp;showinfo=1&amp;fs=1&amp;wmode=transparent\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\n</div><div class=\"thrv_wrapper thrv-button tcb-with-icon\" data-css=\"tve-u-1695a3002e2\" data-tcb_hover_state_parent=\"\" data-button-style=\"border_1\" wfd-id=\"448\">\n	<a href=\"tel:1-954-848-1911\" class=\"tcb-button-link\" target=\"_blank\" rel=\"\"><span class=\"tcb-button-icon\" wfd-id=\"453\">\n	<div class=\"thrv_wrapper thrv_icon tve_no_drag tve_no_icons tcb-icon-inherit-style tcb-icon-display\" wfd-id=\"454\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-phone-plus-light\" data-name=\"\">\n            <path d=\"M8 128h88v88c0 4.4 3.6 8 8 8h16c4.4 0 8-3.6 8-8v-88h88c4.4 0 8-3.6 8-8v-16c0-4.4-3.6-8-8-8h-88V8c0-4.4-3.6-8-8-8h-16c-4.4 0-8 3.6-8 8v88H8c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8zM487.8 24.1L387 .8c-14.7-3.4-29.8 4.2-35.8 18.1l-46.5 108.5c-5.5 12.7-1.8 27.7 8.9 36.5l53.9 44.1c-34 69.2-90.3 125.6-159.6 159.6l-44.1-53.9c-8.8-10.7-23.8-14.4-36.5-8.9L18.9 351.3c-13.9 6-21.5 21-18.1 35.8L24 487.9C27.3 502 39.9 512 54.5 512 306.7 512 512 307.8 512 54.5c0-14.6-10-27.2-24.2-30.4zM55.1 480l-23-99.6 107.4-46 59.5 72.8c103.6-48.6 159.7-104.9 208.1-208.1l-72.8-59.5 46-107.4 99.6 23C479.7 289.7 289.6 479.7 55.1 480z\"></path>\n        </svg></div>\n</span>\n\n		<span class=\"tcb-button-texts\" wfd-id=\"449\"><span class=\"tcb-button-text thrv-inline-text\" wfd-id=\"450\">CALL NOW</span></span>\n	</a>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-162717fcf9d\" data-value-type=\"percent\" wfd-id=\"368\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-162718bd0c0\" data-clip-id=\"a3b25e1c9221a\" wfd-id=\"440\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0875\"></polygon></clipPath><clipPath id=\"clip-tablet-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"6\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.1051\"></polygon></clipPath><clipPath id=\"clip-mobile-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"1\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0175\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-162718a3b40\" wfd-id=\"369\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622a159bcb\" wfd-id=\"370\">\n<div class=\"tve-content-box-background\" wfd-id=\"439\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"371\"><div class=\"thrv_wrapper thrv-columns\" wfd-id=\"425\"><div class=\"tcb-flex-row tcb--cols--2\" wfd-id=\"426\"><div class=\"tcb-flex-col\" wfd-id=\"433\"><div class=\"tcb-col\" wfd-id=\"435\"><div class=\"thrv_wrapper thrv_text_element\" wfd-id=\"436\"><p>Enter your text here...</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"427\"><div class=\"tcb-col\" wfd-id=\"429\"><div class=\"thrv_wrapper thrv_text_element\" wfd-id=\"430\"><p>Enter your text here...</p></div></div></div></div></div><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621a2247ba\" wfd-id=\"422\"><h2 data-css=\"tve-u-1621a2e0d5b\">our services</h2></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16229f6175c\" wfd-id=\"399\"><div class=\"tcb-flex-row tcb-medium-no-wrap tcb--cols--3 v-2\" data-css=\"tve-u-162493a03b0\" wfd-id=\"400\"><div class=\"tcb-flex-col\" wfd-id=\"415\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1624939a960\" data-tcb_hover_state_parent=\"\" wfd-id=\"417\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-162493d5f13\" data-float=\"1\" wfd-id=\"421\"><svg class=\"tcb-icon\" viewBox=\"0 0 14 28\" data-name=\"bolt\">\n<path d=\"M13.828 8.844c0.172 0.187 0.219 0.453 0.109 0.688l-8.437 18.078c-0.125 0.234-0.375 0.391-0.656 0.391-0.063 0-0.141-0.016-0.219-0.031-0.344-0.109-0.547-0.438-0.469-0.766l3.078-12.625-6.344 1.578c-0.063 0.016-0.125 0.016-0.187 0.016-0.172 0-0.359-0.063-0.484-0.172-0.187-0.156-0.25-0.391-0.203-0.609l3.141-12.891c0.078-0.297 0.359-0.5 0.688-0.5h5.125c0.391 0 0.703 0.297 0.703 0.656 0 0.094-0.031 0.187-0.078 0.281l-2.672 7.234 6.188-1.531c0.063-0.016 0.125-0.031 0.187-0.031 0.203 0 0.391 0.094 0.531 0.234z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"419\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-162494b490e\" wfd-id=\"420\"><h4 data-css=\"tve-u-16249355087\" style=\"text-align: left;\">Express exterior</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162494b7ad0\" wfd-id=\"418\"><p data-css=\"tve-u-162492e70ad\">Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"408\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162493b6b63\" data-tcb_hover_state_parent=\"\" wfd-id=\"410\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b456a\" wfd-id=\"414\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"adjust\">\n<path d=\"M12 22.5v-17c-4.688 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"412\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1af44d\" wfd-id=\"413\"><h4 data-css=\"tve-u-16249358652\" style=\"text-align: left;\">Interior clean</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"411\"><p data-css=\"tve-u-162492e70ad\">Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"401\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16249373b25\" wfd-id=\"403\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b52d3\" wfd-id=\"407\"><svg class=\"tcb-icon\" viewBox=\"0 0 26 28\" data-name=\"umbrella\">\n<path d=\"M14 12.938v9.063c0 2.172-1.828 4-4 4s-4-1.828-4-4c0-0.547 0.453-1 1-1s1 0.453 1 1c0 1.047 0.953 2 2 2s2-0.953 2-2v-9.063c0.328-0.109 0.656-0.172 1-0.172s0.672 0.063 1 0.172zM26 13.359c0 0.266-0.234 0.5-0.5 0.5-0.141 0-0.25-0.063-0.359-0.156-0.906-0.844-1.75-1.437-3.047-1.437-1.484 0-2.766 0.922-3.609 2.094-0.187 0.266-0.328 0.547-0.5 0.812-0.109 0.172-0.234 0.266-0.438 0.266-0.219 0-0.344-0.094-0.453-0.266-0.172-0.266-0.313-0.547-0.5-0.812-0.844-1.172-2.109-2.094-3.594-2.094s-2.75 0.922-3.594 2.094c-0.187 0.266-0.328 0.547-0.5 0.812-0.109 0.172-0.234 0.266-0.453 0.266-0.203 0-0.328-0.094-0.438-0.266-0.172-0.266-0.313-0.547-0.5-0.812-0.844-1.172-2.125-2.094-3.609-2.094-1.297 0-2.141 0.594-3.047 1.437-0.109 0.094-0.219 0.156-0.359 0.156-0.266 0-0.5-0.234-0.5-0.5 0-0.047 0-0.078 0.016-0.109 1.437-5.906 7.141-9.25 12.984-9.25 5.812 0 11.578 3.344 12.984 9.25 0.016 0.031 0.016 0.063 0.016 0.109zM14 2v1.531c-0.328-0.016-0.672-0.031-1-0.031s-0.672 0.016-1 0.031v-1.531c0-0.547 0.453-1 1-1s1 0.453 1 1z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"405\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b01a6\" wfd-id=\"406\"><h4 data-css=\"tve-u-1624935a201\" style=\"text-align: left;\">Wax protection</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"404\"><p data-css=\"tve-u-162492e70ad\">Etiam pharetra, erat sed fermentum feugiat, velit mauris</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16249367114\" wfd-id=\"372\"><div class=\"tcb-flex-row tcb-medium-no-wrap tcb--cols--3 v-2\" data-css=\"tve-u-16229ffbb7b\" wfd-id=\"373\"><div class=\"tcb-flex-col\" wfd-id=\"390\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229fa6a26\" wfd-id=\"392\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b33f9\" wfd-id=\"398\"><svg class=\"tcb-icon\" viewBox=\"0 0 26 28\" data-name=\"magic\">\n<path d=\"M18.594 9.078l4.578-4.578-1.672-1.672-4.578 4.578zM25.578 4.5c0 0.266-0.094 0.516-0.281 0.703l-20.094 20.094c-0.187 0.187-0.438 0.281-0.703 0.281s-0.516-0.094-0.703-0.281l-3.094-3.094c-0.187-0.187-0.281-0.438-0.281-0.703s0.094-0.516 0.281-0.703l20.094-20.094c0.187-0.187 0.438-0.281 0.703-0.281s0.516 0.094 0.703 0.281l3.094 3.094c0.187 0.187 0.281 0.438 0.281 0.703zM4.469 1.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531zM9.938 4.062l3.063 0.938-3.063 0.938-0.938 3.063-0.938-3.063-3.063-0.938 3.063-0.938 0.938-3.063zM24.469 11.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531zM14.469 1.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"396\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b0a67\" wfd-id=\"397\"><h4 data-css=\"tve-u-16248fc42a1\" style=\"text-align: left;\">Dust &amp; Dash Console</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"393\"><p data-css=\"tve-u-162492e70ad\">Duis sed odio sit amet nibh vulputate cursus a sit amet mauris.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"383\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1622f65ba70\" wfd-id=\"385\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b60b4\" wfd-id=\"389\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"certificate\">\n<path d=\"M21.5 14l2.156 2.109c0.297 0.281 0.406 0.703 0.313 1.094-0.109 0.391-0.422 0.703-0.812 0.797l-2.938 0.75 0.828 2.906c0.109 0.391 0 0.812-0.297 1.094-0.281 0.297-0.703 0.406-1.094 0.297l-2.906-0.828-0.75 2.938c-0.094 0.391-0.406 0.703-0.797 0.812-0.094 0.016-0.203 0.031-0.297 0.031-0.297 0-0.594-0.125-0.797-0.344l-2.109-2.156-2.109 2.156c-0.281 0.297-0.703 0.406-1.094 0.313-0.406-0.109-0.703-0.422-0.797-0.812l-0.75-2.938-2.906 0.828c-0.391 0.109-0.812 0-1.094-0.297-0.297-0.281-0.406-0.703-0.297-1.094l0.828-2.906-2.938-0.75c-0.391-0.094-0.703-0.406-0.812-0.797-0.094-0.391 0.016-0.812 0.313-1.094l2.156-2.109-2.156-2.109c-0.297-0.281-0.406-0.703-0.313-1.094 0.109-0.391 0.422-0.703 0.812-0.797l2.938-0.75-0.828-2.906c-0.109-0.391 0-0.812 0.297-1.094 0.281-0.297 0.703-0.406 1.094-0.297l2.906 0.828 0.75-2.938c0.094-0.391 0.406-0.703 0.797-0.797 0.391-0.109 0.812 0 1.094 0.297l2.109 2.172 2.109-2.172c0.281-0.297 0.688-0.406 1.094-0.297 0.391 0.094 0.703 0.406 0.797 0.797l0.75 2.938 2.906-0.828c0.391-0.109 0.812 0 1.094 0.297 0.297 0.281 0.406 0.703 0.297 1.094l-0.828 2.906 2.938 0.75c0.391 0.094 0.703 0.406 0.812 0.797 0.094 0.391-0.016 0.812-0.313 1.094z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"387\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b12d8\" wfd-id=\"388\"><h4 data-css=\"tve-u-1625389a3d5\" style=\"text-align: left;\">Triple Foam Polish</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"386\"><p data-css=\"tve-u-162492e70ad\">Class aptent taciti sociosqu ad litora torquent</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"374\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229fa8c68\" wfd-id=\"376\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-16271adf6cf\" wfd-id=\"382\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"bullseye\">\n<path d=\"M16 14c0 2.203-1.797 4-4 4s-4-1.797-4-4 1.797-4 4-4 4 1.797 4 4zM18 14c0-3.313-2.688-6-6-6s-6 2.688-6 6 2.688 6 6 6 6-2.688 6-6zM20 14c0 4.422-3.578 8-8 8s-8-3.578-8-8 3.578-8 8-8 8 3.578 8 8zM22 14c0-5.516-4.484-10-10-10s-10 4.484-10 10 4.484 10 10 10 10-4.484 10-10zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"380\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-16248fc71c8\" wfd-id=\"381\"><h4 data-css=\"tve-u-1625389b4ed\" style=\"text-align: left;\">Tire dressing</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"377\"><p data-css=\"tve-u-162492e70ad\">Etiam pharetra, erat sed fermentum feugiat, velit mauris</p></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621ad46076\" wfd-id=\"336\">\n<div class=\"tve-page-section-out\" wfd-id=\"367\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621b072b4e\" wfd-id=\"337\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621a8b2488\" wfd-id=\"338\"><div class=\"tcb-flex-row tcb--cols--2 v-2\" data-css=\"tve-u-1621a8a804b\" wfd-id=\"339\"><div class=\"tcb-flex-col\" wfd-id=\"349\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16271bfe70c\" wfd-id=\"351\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h3\" data-css=\"tve-u-1621a8c4313\" wfd-id=\"366\"><h3><strong>Complete cleaning services for yoâ€‹ur car</strong></h3></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-16417b70f47\" wfd-id=\"352\"><ul class=\"tcb-styled-list\" wfd-id=\"353\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621acf0289\" wfd-id=\"362\"><div class=\"tcb-styled-list-icon\" wfd-id=\"364\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a8e11f3\" wfd-id=\"365\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ace1b08\" wfd-id=\"363\">We are a small business delivering professional cleaning services for all vehicles</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621acf64fb\" wfd-id=\"358\"><div class=\"tcb-styled-list-icon\" wfd-id=\"360\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a8e5625\" wfd-id=\"361\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ace4de9\" wfd-id=\"359\">Our services are convenient for individuals and corporate fleets</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"354\"><div class=\"tcb-styled-list-icon\" wfd-id=\"356\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a9076ef\" wfd-id=\"357\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621acf47d2\" wfd-id=\"355\">We use eco-friendly products that actually clean, protect and maintain your car better than the traditional cleaning substances</span></li></ul></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"340\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621a90a46f\" wfd-id=\"342\"><div class=\"thrv_wrapper thrv-fill-counter tve_red tve_normalfc thrv_data_element\" data-css=\"tve-u-1621a983587\" wfd-id=\"343\">\n<div class=\"tve_fill_counter_n\" style=\"\" data-fill=\"100\" data-css=\"tve-u-1621a98b602\" wfd-id=\"344\">\n<svg viewBox=\"0 0 160 160\" class=\"tve_fill_counter_circle\" shape-rendering=\"optimizeSpeed\" data-css=\"tve-u-1621a9a2862\">\n<circle class=\"tve_fill_counter_circle_inner\" r=\"80\" cx=\"80\" cy=\"80\" data-css=\"tve-u-1621a9685d4\"></circle>\n</svg>\n<div class=\"tve_fill_text_in\" data-css=\"tve-u-1621a96b190\" wfd-id=\"345\">\n<div class=\"tve_fill_text_value\" data-css=\"tve-u-1621a9a2866\" wfd-id=\"347\">\n<div class=\"thrv-inline-text tve_fill_text tve_editable\" data-css=\"tve-u-1621a9a2867\" wfd-id=\"348\"><strong>100%â€‹</strong></div>\n</div>\n<div class=\"thrv-inline-text tve_editable tve_data_element_label\" data-css=\"tve-u-1621a9750ae\" wfd-id=\"346\">Clean car</div>\n</div>\n</div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621ada1e7f\" data-value-type=\"percent\" wfd-id=\"298\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621adba9ef\" data-clip-id=\"52d5a36c151aa\" wfd-id=\"335\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-52d5a36c151aa\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0875\"></polygon></clipPath><clipPath id=\"clip-tablet-top-52d5a36c151aa\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0524\"></polygon></clipPath><clipPath id=\"clip-mobile-top-52d5a36c151aa\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0349\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621ad420c4\" wfd-id=\"299\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621ade6172\" wfd-id=\"300\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2 tcb-row-reversed-mobile tcb-mobile-edit v-2\" data-css=\"tve-u-1621adea58b\" wfd-id=\"301\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621b064646\" style=\"\" wfd-id=\"329\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ae0bec7\" wfd-id=\"331\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ae4fd21\" data-value-type=\"percent\" data-float=\"1\" wfd-id=\"332\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621ae6c8da\" data-clip-id=\"aa2c3e3c70555\" wfd-id=\"334\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0349\"></polygon></clipPath><clipPath id=\"clip-tablet-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"4\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0699\"></polygon></clipPath><clipPath id=\"clip-mobile-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"4\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0699\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb\" data-css=\"tve-u-1621ae4db6e\" wfd-id=\"333\"></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621b064668\" style=\"\" wfd-id=\"302\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621f45bed3\" wfd-id=\"304\"><div class=\"tcb-clear\" data-css=\"tve-u-16224848ee5\" wfd-id=\"327\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621afceb00\" wfd-id=\"328\"><h2 data-css=\"tve-u-1621afcc0bf\">Check Out Our Special Offer!</h2></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621afda4fa\" wfd-id=\"324\"><p data-css=\"tve-u-1621afd8c98\">Donâ€™t miss the opportunity to get 50% discount on a complete cleaning just by recommending us to a friend. Bring someone you know with you and clean you car half price!</p></div><div class=\"tcb-clear\" data-css=\"tve-u-16224834cab\" wfd-id=\"305\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621fe85996\" wfd-id=\"306\"><div class=\"tcb-flex-row tcb--cols--2 tcb-resized tcb-medium-wrap tcb-desktop-wrap\" data-css=\"tve-u-1621fe78878\" wfd-id=\"307\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621fe94086\" style=\"\" wfd-id=\"315\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"317\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621b01355a\" wfd-id=\"318\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621b08fdde\" data-tcb_hover_state_parent=\"1\" wfd-id=\"323\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16223f02c16\" wfd-id=\"319\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-1620af7eb3f\" data-tcb_hover_state_parent=\"\" data-button-style=\"full_rounded\" wfd-id=\"320\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"321\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-16228c75500\" wfd-id=\"322\"><strong>Request an appointment</strong></span></span>\n</a>\n</div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621fe940b9\" style=\"\" wfd-id=\"308\"><div class=\"tcb-col\" wfd-id=\"310\"><div class=\"tcb-clear\" data-css=\"tve-u-16224716d62\" wfd-id=\"311\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-1621b028939\" data-tcb_hover_state_parent=\"\" data-button-style=\"ghost\" wfd-id=\"312\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"313\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-16228c764b2\" wfd-id=\"314\"><strong>Call Now: 0400-700-682</strong></span></span>\n</a>\n</div></div></div></div></div></div></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16260ba2fa4\" wfd-id=\"201\">\n<div class=\"tve-page-section-out\" wfd-id=\"297\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16260be7104\" wfd-id=\"202\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621b0e4fb7\" wfd-id=\"296\"><h2 data-css=\"tve-u-1621b10fccf\" style=\"text-align: center;\">our happy clients</h2></div><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641367127b\" data-float=\"1\" wfd-id=\"295\"><svg class=\"tcb-icon\" viewBox=\"0 0 30 32\" data-name=\"quote-left\">\n<path d=\"M13.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429zM29.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641367e553\" wfd-id=\"294\"><svg class=\"tcb-icon\" viewBox=\"0 0 30 32\" data-name=\"quote-left\">\n<path d=\"M13.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429zM29.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a10d3b4\" wfd-id=\"263\">\n<div class=\"tve-content-box-background\" wfd-id=\"293\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"264\"><div class=\"tcb-clear\" data-css=\"tve-u-1621b300a64\" wfd-id=\"291\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-1621f154231\" wfd-id=\"292\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621b200375\" wfd-id=\"267\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-16260d8392c\" wfd-id=\"268\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"275\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"277\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16417b62c09\" wfd-id=\"278\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-16260d8396c\" wfd-id=\"279\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16260d01208\" style=\"\" wfd-id=\"285\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"287\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"288\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16225617da3\" wfd-id=\"290\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"289\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16260d0120e\" style=\"\" wfd-id=\"280\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"282\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"284\"><h5>Brett Graham, 28</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"283\"><h6 class=\"\">Architect</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"269\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"271\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"272\"><p data-css=\"tve-u-162539c17ec\">Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit. Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit.&nbsp;</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-16260c5ff0c\" wfd-id=\"265\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260c5ff07\" wfd-id=\"266\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a12f675\" wfd-id=\"234\">\n<div class=\"tve-content-box-background\" wfd-id=\"262\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"235\"><div class=\"tcb-clear\" data-css=\"tve-u-16260cd7683\" wfd-id=\"260\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260d73672\" wfd-id=\"261\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16260da3aa7\" wfd-id=\"238\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-1621fb68b97\" wfd-id=\"239\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"244\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"246\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16417b662bf\" wfd-id=\"247\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-1621fb65556\" wfd-id=\"248\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16229915e1a\" style=\"\" wfd-id=\"254\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"256\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"257\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16260c433e9\" wfd-id=\"259\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"258\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16229915e4e\" style=\"\" wfd-id=\"249\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"251\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"253\"><h5>Rosie Hanson, 24</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"252\"><h6 class=\"\">Real estate Associate</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"240\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"242\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"243\"><p data-css=\"tve-u-162539c17ec\">Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo.</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-16260d3b97e\" wfd-id=\"236\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260d39b83\" wfd-id=\"237\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a146aef\" wfd-id=\"203\">\n<div class=\"tve-content-box-background\" wfd-id=\"233\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"204\"><div class=\"tcb-clear\" data-css=\"tve-u-16260cd7683\" wfd-id=\"231\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260cd622f\" wfd-id=\"232\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16260c39a7e\" wfd-id=\"207\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-16260d3f4aa\" wfd-id=\"208\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"215\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"217\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621fbacc60\" wfd-id=\"218\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-16260d3f4af\" wfd-id=\"219\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16229915e1a\" style=\"\" wfd-id=\"225\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"227\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"228\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16260d5e4b8\" wfd-id=\"230\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"229\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16229915e4e\" style=\"\" wfd-id=\"220\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"222\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"224\"><h5>Shawn Mattews, 35</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"223\"><h6 class=\"\">project manager</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"209\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"211\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"212\"><p data-css=\"tve-u-162539c17ec\">Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo. Nullam ac urna eu felis.Sed non neque elit. Sed ut imperdiet nisi. Proin condimentum</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1621b30ca74\" wfd-id=\"205\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-1621f15b521\" wfd-id=\"206\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621b3c8c52\" wfd-id=\"95\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621b3cfc7b\" wfd-id=\"200\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621b3c74d9\" wfd-id=\"96\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621e7b695a\" wfd-id=\"199\"><h2 data-css=\"tve-u-1621e7a7350\" style=\"text-align: center;\">our offers</h2></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621e7c899a\" wfd-id=\"97\"><div class=\"tcb-flex-row tcb--cols--3 tcb-medium-wrap v-2\" data-css=\"tve-u-1621e7c7aa1\" wfd-id=\"98\"><div class=\"tcb-flex-col\" wfd-id=\"163\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16223fc9f23\" wfd-id=\"165\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e7ceab3\" style=\"\" wfd-id=\"166\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16416e4fafd\" wfd-id=\"198\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e7d5094\" wfd-id=\"167\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e7e9950\" data-value-type=\"percent\" style=\"\" wfd-id=\"194\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e7edfd9\" data-clip-id=\"10ffac3b28f1d\" wfd-id=\"197\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-10ffac3b28f1d\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-10ffac3b28f1d\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e7e6c1d\" wfd-id=\"195\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-16417b4cb9e\" wfd-id=\"196\"><h4 data-css=\"tve-u-1621fe1a1af\" style=\"text-align: center;\"><strong>Basic Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ec6c39b\" data-float=\"1\" wfd-id=\"190\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e81f424\" wfd-id=\"193\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec752da\" wfd-id=\"191\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"192\"><h4 data-css=\"tve-u-1621fe1bd18\" style=\"text-align: center;\"><strong>15$</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621ea50702\" wfd-id=\"168\"><ul class=\"tcb-styled-list\" wfd-id=\"169\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec3a5c0\" wfd-id=\"186\"><div class=\"tcb-styled-list-icon\" wfd-id=\"188\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec204df\" wfd-id=\"189\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec241aa\" wfd-id=\"187\">Interior vacuum</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"182\"><div class=\"tcb-styled-list-icon\" wfd-id=\"184\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec20f68\" wfd-id=\"185\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec2704c\" wfd-id=\"183\">Dust &amp;dash console</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec42aa7\" wfd-id=\"178\"><div class=\"tcb-styled-list-icon\" wfd-id=\"180\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec21a31\" wfd-id=\"181\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec298ab\" wfd-id=\"179\">Hand towel dry</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec43fe2\" wfd-id=\"174\"><div class=\"tcb-styled-list-icon\" wfd-id=\"176\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ea1fba7\" wfd-id=\"177\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea23322\" wfd-id=\"175\">Clean windows</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec454d9\" wfd-id=\"170\"><div class=\"tcb-styled-list-icon\" wfd-id=\"172\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ea295c0\" wfd-id=\"173\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea2c69a\" wfd-id=\"171\">Soft cloth wash</span></li></ul></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"130\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"132\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621eb81205\" style=\"\" wfd-id=\"133\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16416e603ab\" wfd-id=\"162\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621eb7ccb0\" wfd-id=\"134\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ebbbb6d\" data-value-type=\"percent\" wfd-id=\"158\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eaaedd8\" data-clip-id=\"a2b9cf3198d6f\" wfd-id=\"161\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-a2b9cf3198d6f\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-a2b9cf3198d6f\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec7f21a\" wfd-id=\"159\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e930bd7\" wfd-id=\"160\"><h4 data-css=\"tve-u-1621e92e97f\" style=\"text-align: center;\"><strong>Ultimate Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ec78d2c\" data-float=\"1\" wfd-id=\"154\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eab272c\" wfd-id=\"157\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec79a7d\" wfd-id=\"155\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"156\"><h4 data-css=\"tve-u-1621e942b65\" style=\"text-align: center;\"><strong>22 $</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621ebfa746\" wfd-id=\"151\"><p data-css=\"tve-u-1621f4ceaf6\" style=\"text-align: center;\">Includes basic service <span data-css=\"tve-u-1621f4ceaf7\" style=\"color: rgb(15, 29, 123);\" wfd-id=\"152\"><strong class=\"\"><span data-css=\"tve-u-1621f4ceafb\" wfd-id=\"153\">+</span></strong></span></p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621ebf340c\" wfd-id=\"135\"><ul class=\"tcb-styled-list\" wfd-id=\"136\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-164137a0b1f\" wfd-id=\"145\"><div class=\"tcb-styled-list-icon\" wfd-id=\"149\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec0c5bd\" wfd-id=\"150\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ebfe4ce\" wfd-id=\"146\">Triple foam conditiner</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec04541\" wfd-id=\"141\"><div class=\"tcb-styled-list-icon\" wfd-id=\"143\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec09a3c\" wfd-id=\"144\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ebff867\" wfd-id=\"142\">Tire dressing</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec05cc3\" wfd-id=\"137\"><div class=\"tcb-styled-list-icon\" wfd-id=\"139\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec15f6e\" wfd-id=\"140\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec009a8\" wfd-id=\"138\">Air freshner</span></li></ul></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"99\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16223dad661\" wfd-id=\"101\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621fd9c946\" style=\"\" wfd-id=\"102\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e7d234c\" wfd-id=\"129\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621fd84d7b\" wfd-id=\"103\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16223b080b0\" data-value-type=\"percent\" wfd-id=\"125\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eb3eb9f\" data-clip-id=\"ac98bb0e54b3b\" wfd-id=\"128\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621fd8766c\" wfd-id=\"126\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e930bd7\" wfd-id=\"127\"><h4 data-css=\"tve-u-1621fe1587d\" style=\"text-align: center;\"><strong>Supreme Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e8107f3\" wfd-id=\"121\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eb43d8d\" wfd-id=\"124\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e819c52\" wfd-id=\"122\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"123\"><h4 data-css=\"tve-u-1621fe1725e\" style=\"text-align: center;\"><strong>30 $</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621eb037bb\" wfd-id=\"118\"><p data-css=\"tve-u-1621f4d0451\" style=\"text-align: center;\">Includes ultimate service <span data-css=\"tve-u-1621eaff572\" style=\"color: rgb(15, 29, 123);\" wfd-id=\"119\"><strong class=\"\"><span data-css=\"tve-u-1621eb01b60\" wfd-id=\"120\">+</span></strong></span></p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621eacf6af\" wfd-id=\"104\"><ul class=\"tcb-styled-list\" wfd-id=\"105\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec36a4d\" wfd-id=\"114\"><div class=\"tcb-styled-list-icon\" wfd-id=\"116\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e9993aa\" wfd-id=\"117\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea1a5d7\" wfd-id=\"115\">Exterior trim dressing</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"110\"><div class=\"tcb-styled-list-icon\" wfd-id=\"112\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e99b1db\" wfd-id=\"113\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea19a06\" wfd-id=\"111\">Hand applied spray wax</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec37ea5\" wfd-id=\"106\"><div class=\"tcb-styled-list-icon\" wfd-id=\"108\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e99c314\" wfd-id=\"109\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea18c5d\" wfd-id=\"107\">Interior conditioner</span></li></ul></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621efddaaf\" wfd-id=\"53\">\n<div class=\"tve-page-section-out\" wfd-id=\"94\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621edf8048\" wfd-id=\"54\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621f114214\" wfd-id=\"55\"><div class=\"tcb-flex-row tcb-mobile-edit tcb--cols--2\" data-css=\"tve-u-1621ee03000\" wfd-id=\"56\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621ee4be21\" style=\"\" wfd-id=\"62\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ee093d4\" wfd-id=\"64\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ee3afec\" wfd-id=\"65\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621ee58e74\" wfd-id=\"93\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ee37f4a\" wfd-id=\"66\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1621ee74a24\" wfd-id=\"92\"><svg class=\"tcb-icon\" viewBox=\"0 0 16 28\" data-name=\"map-marker\">\n<path d=\"M12 10c0-2.203-1.797-4-4-4s-4 1.797-4 4 1.797 4 4 4 4-1.797 4-4zM16 10c0 0.953-0.109 1.937-0.516 2.797l-5.688 12.094c-0.328 0.688-1.047 1.109-1.797 1.109s-1.469-0.422-1.781-1.109l-5.703-12.094c-0.406-0.859-0.516-1.844-0.516-2.797 0-4.422 3.578-8 8-8s8 3.578 8 8z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621ee63e1c\" wfd-id=\"91\"><h2 data-css=\"tve-u-1621fdcb4ea\" style=\"text-align: center;\">contact us</h2></div><div class=\"thrv_wrapper thrv-contact-form\" data-ct=\"contact_form-22343\" style=\"\" data-css=\"tve-u-16465071dea\" data-ct-name=\"Rounded Shadow\" wfd-id=\"69\">\n<form action=\"\" method=\"post\" novalidate=\"\" sourceindex=\"0\" wfd-id=\"70\">\n<div class=\"tve-cf-item-wrapper\" wfd-id=\"74\">\n<div class=\"tve-cf-item\" data-css=\"tve-u-1695dd04208\" wfd-id=\"87\">\n<div class=\"thrv-cf-input-wrapper\" data-type=\"first_name\" wfd-id=\"88\">\n<label data-css=\"tve-u-1695d9d6525\" class=\"\" wfd-id=\"90\">First Name</label>\n<div class=\"tve-cf-input\" data-css=\"tve-u-1695d9d6526\" data-tcb_hover_state_parent=\"\" wfd-id=\"89\">\n<input placeholder=\"\" type=\"text\" name=\"first_name\" data-placeholder=\"\" sourceindex=\"1\" wfd-id=\"495\">\n</div>\n</div>\n</div>\n<div class=\"tve-cf-item\" data-css=\"tve-u-1695dd04208\" wfd-id=\"83\">\n<div class=\"thrv-cf-input-wrapper\" data-type=\"email\" wfd-id=\"84\">\n<label data-css=\"tve-u-1695d9d6527\" class=\"\" wfd-id=\"86\">Email Address</label>\n<div class=\"tve-cf-input\" data-css=\"tve-u-1695d9d6528\" data-tcb_hover_state_parent=\"\" wfd-id=\"85\">\n<input placeholder=\"\" type=\"email\" name=\"email\" data-placeholder=\"\" sourceindex=\"2\" wfd-id=\"494\">\n</div>\n</div>\n</div>\n<div class=\"tve-cf-item\" data-css=\"tve-u-1695dd484d7\" wfd-id=\"79\">\n<div class=\"thrv-cf-input-wrapper\" data-type=\"message\" wfd-id=\"80\">\n<label data-css=\"tve-u-1695d9d6529\" class=\"\" wfd-id=\"82\">Message</label>\n<div class=\"tve-cf-input\" data-css=\"tve-u-1695d9d652a\" data-tcb_hover_state_parent=\"\" wfd-id=\"81\">\n<textarea placeholder=\"\" data-placeholder=\"\" name=\"message\" sourceindex=\"3\" wfd-id=\"496\"></textarea>\n</div>\n</div>\n</div>\n<div class=\"tve-cf-item\" data-css=\"tve-u-1695dd04208\" wfd-id=\"75\">\n	<div class=\"thrv-cf-input-wrapper\" data-type=\"phone\" wfd-id=\"76\">\n		<label data-css=\"tve-u-1695d9d6525\" class=\"\" wfd-id=\"78\">Phone Number</label>\n		<div class=\"tve-cf-input\" data-css=\"tve-u-1695d9d6526\" wfd-id=\"77\">\n			<input placeholder=\"+1-555-555-2368\" type=\"tel\" name=\"phone\" data-placeholder=\"+1-555-555-2368\" sourceindex=\"4\" wfd-id=\"493\">\n		</div>\n	</div>\n</div></div>\n<div class=\"tve-cf-submit\" data-tcb_hover_state_parent=\"\" data-button-style=\"rounded\" data-css=\"tve-u-1695dd27f6a\" wfd-id=\"71\">\n<button class=\"tve_btn_txt\" type=\"submit\" sourceindex=\"5\" wfd-id=\"508\">Submit Message</button>\n</div>\n<input type=\"hidden\" name=\"config\" value=\"YTozOntzOjE0OiJlcnJvcl9tZXNzYWdlcyI7YTo0OntzOjU6ImVtYWlsIjtzOjIxOiJFbWFpbCBhZGRyZXNzIGludmFsaWQiO3M6NToicGhvbmUiO3M6MjA6IlBob25lIG51bWJlciBpbnZhbGlkIjtzOjM6InVybCI7czoxMToiVVJMIGludmFsaWQiO3M6ODoicmVxdWlyZWQiO3M6MjA6IlJlcXVpcmVkIGZpZWxkIGVtcHR5Ijt9czo4OiJ0b19lbWFpbCI7YToyOntzOjI6InRvIjtzOjI4OiJpbmZvQGJlc3RjZXJha290ZWZsb3JpZGEuY29tIjtzOjc6InN1YmplY3QiO3M6MTg6Ik5ldyBtZXNzYWdlIGZyb206ICI7fXM6Njoic3VibWl0IjthOjEwOntzOjY6ImFjdGlvbiI7czoxMjoibm90aWZpY2F0aW9uIjtzOjIzOiJzZW5kX2NvbmZpcm1hdGlvbl9lbWFpbCI7YjoxO3M6MTk6InNlbmRlcl9wZXJzb25hbGl6ZWQiO2I6MDtzOjIwOiJjb25maXJtYXRpb25fc3ViamVjdCI7czozNjoiQ29udGFjdCBGb3JtIHN1Ym1pc3Npb24gY29uZmlybWF0aW9uIjtzOjIwOiJjb25maXJtYXRpb25fbWVzc2FnZSI7czoxMzk6IkhlbGxvLCAKClRoYW5rcyBmb3IgY29udGFjdGluZyB1cy4gV2UnbGwgZ2V0IGJhY2sgdG8geW91IGFzIHNvb24gYXMgcG9zc2libGUgd2l0aCB0aGUgaW5mb3JtYXRpb24geW91IG5lZWQuIAoKQmVzdCByZWdhcmRzLApbd3Bfc2l0ZV90aXRsZV0iO3M6OToiZnJvbV9uYW1lIjtzOjI4OiJUaGUgQmVzdCBDZXJha290ZSBJbiBGbG9yaWRhIjtzOjEwOiJmcm9tX2VtYWlsIjtzOjI5OiJhZG1pbkBiZXN0Y2VyYWtvdGVmbG9yaWRhLmNvbSI7czo4OiJyZXBseV90byI7czoyOToiYWRtaW5AYmVzdGNlcmFrb3RlZmxvcmlkYS5jb20iO3M6MzoidXJsIjtzOjA6IiI7czoxMjoibm90aWZpY2F0aW9uIjtzOjgxOiJZb3VyIG1lc3NhZ2UgaGFzIGJlZW4gc2VudCwgdGhhbmsgeW91ISBZb3UnbGwgaGVhciBmcm9tIHVzIHdpdGhpbiB0aGUgbmV4dCAyNCBocnMiO319\" wfd-id=\"492\"></form>\n</div><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_slide_left\" data-css=\"tve-u-1621ef118dc\" style=\"\" wfd-id=\"67\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"68\"><img class=\"tve_image tve_evt_manager_listen tve_et_tve-viewport wp-image-600\" alt=\"\" width=\"2148\" height=\"1968\" title=\"CertifiedLogo_transparent\" data-id=\"600\" src=\"https://bestcerakoteflorida.com/wp-content/uploads/2019/03/CertifiedLogo_transparent-e1552073635916.png\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_left&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" style=\"width: 100%;\"></span></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621ee4be73\" style=\"\" wfd-id=\"57\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ee22c43\" wfd-id=\"59\"><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-1695d995f33\" wfd-id=\"61\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=825 South Kings Highway, Fort Pierce&amp;t=m&amp;z=11&amp;output=embed&amp;iwloc=near\"></iframe>\n</div><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-1621ee18a1c\" wfd-id=\"60\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=davie, Florida 33317&amp;t=m&amp;z=11&amp;output=embed&amp;iwloc=near\"></iframe>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-custom-menu-inside\" data-css=\"tve-u-1621f0aa8f7\" style=\"z-index: 8;\" wfd-id=\"27\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621f0ada0e\" wfd-id=\"52\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621f0b0088\" style=\"z-index: 8;\" wfd-id=\"28\"><div class=\"thrv_wrapper thrv-columns tve-custom-menu-inside\" data-css=\"tve-u-1621f0d2c1a\" wfd-id=\"29\"><div class=\"tcb-flex-row tcb--cols--3 tcb-resized\" data-css=\"tve-u-1621f0cbe40\" wfd-id=\"30\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1695e826914\" style=\"\" wfd-id=\"46\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"48\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621f0da775\" wfd-id=\"49\"><p data-css=\"tve-u-1622444fb11\" style=\"text-align: center;\">Â© 2018, BLACKHAWK CUSTOM, LLC . All rights reserved.</p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1695e826ae0\" style=\"z-index: 8;\" wfd-id=\"37\"><div class=\"tcb-col\" style=\"z-index: 8;\" wfd-id=\"39\"><div class=\"thrv_wrapper thrv_widget_menu tve-custom-menu-upgrade tve-menu-style-none tve-dropdown-icon-style_2 tve-mobile-dropdown\" data-tve-style=\"tve_horizontal\" data-tve-switch-icon=\"tablet,mobile\" data-css=\"tve-u-1695e821f4c\" tcb-template-name=\"Simple Underline Light\" tcb-template-id=\"28130\" data-ct=\"menu-28130\" style=\"\" wfd-id=\"40\">	<div class=\"thrive-shortcode-config\" style=\"display: none !important\" wfd-id=\"45\">__CONFIG_widget_menu__{\"menu_id\":\"custom\",\"color\":\"tve_red\",\"dir\":\"tve_horizontal\",\"font_class\":\"\",\"font_size\":\"\",\"ul_attr\":\"\",\"link_attr\":\"\",\"top_link_attr\":\"\",\"trigger_attr\":\"\",\"primary\":\"\",\"head_css\":\"\",\"background_hover\":\"\",\"main_hover\":\"\",\"child_hover\":\"\",\"group_edit\":[{\"css_id\":null,\"class\":\"\"},{\"css_id\":null,\"class\":\"\"},{\"css_id\":null,\"class\":\"\"},{\"css_id\":null,\"class\":\"\"}],\"menu_style\":\"none\",\"dropdown_icon\":\"style_2\",\"mobile_side\":\"dropdown\",\"mobile_icon\":\"\",\"switch_to_icon\":\"tablet,mobile\",\"template\":\"28130\",\"template_name\":\"Simple Underline Light\"}__CONFIG_widget_menu__</div>\n<div class=\"thrive-shortcode-html tve-menu-custom-type thrive-shortcode-html-editable tve-custom-menu-type tve_clearfix\" style=\"z-index: 8;\" wfd-id=\"41\">\n<a class=\"tve-m-trigger t_tve_horizontal tve_red\" href=\"javascript:void(0)\"><div class=\"thrv_wrapper thrv_icon tcb-icon-open tve-trigger-active\" data-not-changeable=\"true\" data-selector=\"[data-css=&quot;tve-u-1695e821f4c&quot;] .tcb-icon-open\" wfd-id=\"44\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 24\" data-name=\"align-justify\"><g><g><path class=\"st0\" d=\"M23,13H1c-0.6,0-1-0.4-1-1s0.4-1,1-1h22c0.6,0,1,0.4,1,1S23.6,13,23,13z\"></path></g><g><path class=\"st0\" d=\"M23,6.7H1c-0.6,0-1-0.4-1-1s0.4-1,1-1h22c0.6,0,1,0.4,1,1S23.6,6.7,23,6.7z\"></path></g><g><path class=\"st0\" d=\"M23,19.3H1c-0.6,0-1-0.4-1-1s0.4-1,1-1h22c0.6,0,1,0.4,1,1S23.6,19.3,23,19.3z\"></path></g></g></svg></div><div class=\"thrv_wrapper thrv_icon tcb-icon-close\" data-not-changeable=\"true\" data-selector=\"[data-css=&quot;tve-u-1695e821f4c&quot;] .tcb-icon-close\" wfd-id=\"43\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 24\" data-name=\"close\"><path class=\"st0\" d=\"M13.4,12l7.1-7.1c0.4-0.4,0.4-1,0-1.4s-1-0.4-1.4,0L12,10.6L4.9,3.5c-0.4-0.4-1-0.4-1.4,0s-0.4,1,0,1.4l7.1,7.1 l-7.1,7.1c-0.4,0.4-0.4,1,0,1.4c0.4,0.4,1,0.4,1.4,0l7.1-7.1l7.1,7.1c0.4,0.4,1,0.4,1.4,0c0.4-0.4,0.4-1,0-1.4L13.4,12z\"></path></svg></div></a><ul id=\"menu-main-menu\" class=\"tve_w_menu tve_horizontal tve-m-collapsed\" style=\"z-index: 6;\" wfd-id=\"42\"><li id=\"tcb_custom_menu_5402f616\" class=\"menu-item menu-item-type-post_type menu-item-object-page thrv_wrapper thrv-menu-item-element thrv-custom-menu-item\" data-selector=\"[data-css=&quot;tve-u-1695e821f4c&quot;] #tcb_custom_menu_5402f616\" data-tcb_hover_state_parent=\"\"><a href=\"https://bestcerakoteflorida.com/privacy/\"><span class=\"tve-disabled-text-inner\">Privacy</span><span class=\"tve-disabled-text-inner tve-item-dropdown-trigger\"></span></a></li><li id=\"tcb_custom_menu_13475a66\" class=\"menu-item menu-item-type-post_type menu-item-object-page thrv_wrapper thrv-menu-item-element thrv-custom-menu-item\" data-selector=\"[data-css=&quot;tve-u-1695e821f4c&quot;] #tcb_custom_menu_13475a66\" data-tcb_hover_state_parent=\"\"><a href=\"https://bestcerakoteflorida.com/privacy-policy/\"><span class=\"tve-disabled-text-inner\">TERMS</span><span class=\"tve-disabled-text-inner tve-item-dropdown-trigger\"></span></a></li><li id=\"tcb_custom_menu_a19cc162\" class=\"menu-item menu-item-type-post_type menu-item-object-page thrv_wrapper thrv-menu-item-element thrv-custom-menu-item\" data-selector=\"[data-css=&quot;tve-u-1695e821f4c&quot;] #tcb_custom_menu_a19cc162\" data-tcb_hover_state_parent=\"\"><a href=\"\"><span class=\"tve-disabled-text-inner\">NAV#3</span><span class=\"tve-disabled-text-inner tve-item-dropdown-trigger\"></span></a></li><li id=\"tcb_custom_menu_hgZvKxml\" class=\"menu-item menu-item-type-post_type menu-item-object-page thrv_wrapper thrv-menu-item-element thrv-custom-menu-item active-expand-children\" data-selector=\"[data-css=&quot;tve-u-1695e821f4c&quot;] #tcb_custom_menu_hgZvKxml\" data-tcb_hover_state_parent=\"\"><a href=\"\"><span class=\"tve-disabled-text-inner\">NAV#5</span><span class=\"tve-disabled-text-inner tve-item-dropdown-trigger\"></span></a></li></ul></div>	</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1695e826b67\" wfd-id=\"31\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"33\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16223fe5f5b\" wfd-id=\"34\"><p data-css=\"tve-u-1621f0d874c\" style=\"text-align: center;\">Made with <a data-css=\"tve-u-1695e7e070d\" href=\"https://thrivethemes.com/\" target=\"_blank\">Thrive Architect</a></p></div></div></div></div></div></div>\n</div>\n\n'),(7427,603,'tve_revision_tve_has_wistia_popover','0'),(7465,606,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-162717d1bbe\" wfd-id=\"471\"><div class=\"tcb-flex-row tcb-medium-no-wrap v-2 tcb--cols--3 m-edit tcb-mobile-wrap tcb-resized\" data-css=\"tve-u-162717d1bbf\" wfd-id=\"472\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1695981e7bb\" wfd-id=\"489\"><div class=\"tcb-col\" data-css=\"tve-u-16959846d3d\" wfd-id=\"491\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16959822de2\" wfd-id=\"492\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"493\"><img class=\"tve_image wp-image-465\" alt=\"\" width=\"384\" height=\"62\" title=\"Blackhawk_custom_header\" data-id=\"465\" src=\"https://bestcerakoteflorida.com/wp-content/uploads/2019/01/Blackhawk_custom_header.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717d1bb9\" style=\"\" wfd-id=\"482\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717d1bb6\" wfd-id=\"484\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-164179a84b8\" wfd-id=\"485\">\n<div class=\"tve-content-box-background\" wfd-id=\"488\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"486\"><div class=\"tcb-clear\" wfd-id=\"487\"></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717d1bb7\" style=\"\" wfd-id=\"473\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717d1bbc\" wfd-id=\"475\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16369305186\" wfd-id=\"476\">\n<div class=\"tve-content-box-background\" wfd-id=\"481\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16417e9d24e\" wfd-id=\"477\"><div class=\"tcb-clear\" wfd-id=\"479\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-16417e5bd95\" data-float=\"1\" wfd-id=\"480\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-envelope-regular\" data-name=\"\">\n            <path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path>\n        </svg></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-164179bced9\" wfd-id=\"478\"><p data-css=\"tve-u-1641333d7d1\"><a href=\"mailto:info@bestcerkoteflorida.com\" target=\"_blank\">info@bestcerakoteflorida.com</a></p></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-162717cb621\" data-value-type=\"percent\" wfd-id=\"444\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-162717cb620\" data-clip-id=\"c883ac5175045\" wfd-id=\"470\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-c883ac5175045\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"4\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9301, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-c883ac5175045\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9476, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-c883ac5175045\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9651, 1 1, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-162717cb609\" wfd-id=\"445\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-162717cb618\" wfd-id=\"446\"><div class=\"tcb-flex-row tcb-medium-wrap tcb-resized v-2 tcb--cols--2\" data-css=\"tve-u-162717cb617\" wfd-id=\"447\"><div class=\"tcb-flex-col\" data-css=\"tve-u-162717cb601\" style=\"\" wfd-id=\"461\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717cb60a\" wfd-id=\"463\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h1\" data-css=\"tve-u-162717cb610\" wfd-id=\"467\"><h1 data-css=\"tve-u-162717cb616\" style=\"text-align: center;\">&nbsp;<strong>â€‹</strong><strong>Protect What\'s Important To You! With The Toughest Ceramic Finish In The World!</strong></h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162717cb60f\" wfd-id=\"464\"><h2 class=\"\" data-css=\"tve-u-1695a36117b\" style=\"text-align: center;\"><strong>Heat, Water, Salt and Sand just some of the conditions you face. And any one of them is just waiting, to get a hold of your firearm and leave it a pile of rusted, pitted junk.</strong></h2><h2 class=\"\" data-css=\"tve-u-16413112747\" style=\"text-align: center;\"><strong>Unfortunately, there wasn\'t much you could do other than keep cleaning and lubricating your firearms...till NOW!</strong></h2></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717cb600\" style=\"\" wfd-id=\"448\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717cb60b\" wfd-id=\"450\"><div class=\"thrv_responsive_video thrv_wrapper rv_style_lifted_style2\" data-type=\"youtube\" data-rel=\"0\" data-url=\"https://www.youtube.com/watch?v=a1nyu9ZJiEk\" data-css=\"tve-u-16959cd1e7a\" data-modestbranding=\"1\" wfd-id=\"458\">\n	\n\n	<div class=\"tve_responsive_video_container\" wfd-id=\"459\">\n		<div class=\"video_overlay\" wfd-id=\"460\"></div>\n	<iframe data-code=\"TEOqV1Q16lU\" data-provider=\"youtube\" src=\"https://www.youtube.com/embed/TEOqV1Q16lU?rel=0&amp;modestbranding=1&amp;controls=1&amp;showinfo=1&amp;fs=1&amp;wmode=transparent\" data-src=\"https://www.youtube.com/embed/TEOqV1Q16lU?rel=0&amp;modestbranding=1&amp;controls=1&amp;showinfo=1&amp;fs=1&amp;wmode=transparent\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\n</div><div class=\"thrv_wrapper thrv-button tcb-with-icon\" data-css=\"tve-u-1695a3002e2\" data-tcb_hover_state_parent=\"\" data-button-style=\"border_1\" wfd-id=\"451\">\n	<a href=\"tel:1-954-848-1911\" class=\"tcb-button-link\" target=\"_blank\" rel=\"\"><span class=\"tcb-button-icon\" wfd-id=\"456\">\n	<div class=\"thrv_wrapper thrv_icon tve_no_drag tve_no_icons tcb-icon-inherit-style tcb-icon-display\" wfd-id=\"457\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-phone-plus-light\" data-name=\"\">\n            <path d=\"M8 128h88v88c0 4.4 3.6 8 8 8h16c4.4 0 8-3.6 8-8v-88h88c4.4 0 8-3.6 8-8v-16c0-4.4-3.6-8-8-8h-88V8c0-4.4-3.6-8-8-8h-16c-4.4 0-8 3.6-8 8v88H8c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8zM487.8 24.1L387 .8c-14.7-3.4-29.8 4.2-35.8 18.1l-46.5 108.5c-5.5 12.7-1.8 27.7 8.9 36.5l53.9 44.1c-34 69.2-90.3 125.6-159.6 159.6l-44.1-53.9c-8.8-10.7-23.8-14.4-36.5-8.9L18.9 351.3c-13.9 6-21.5 21-18.1 35.8L24 487.9C27.3 502 39.9 512 54.5 512 306.7 512 512 307.8 512 54.5c0-14.6-10-27.2-24.2-30.4zM55.1 480l-23-99.6 107.4-46 59.5 72.8c103.6-48.6 159.7-104.9 208.1-208.1l-72.8-59.5 46-107.4 99.6 23C479.7 289.7 289.6 479.7 55.1 480z\"></path>\n        </svg></div>\n</span>\n\n		<span class=\"tcb-button-texts\" wfd-id=\"452\"><span class=\"tcb-button-text thrv-inline-text\" wfd-id=\"453\">CALL NOW</span></span>\n	</a>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-162717fcf9d\" data-value-type=\"percent\" wfd-id=\"369\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-162718bd0c0\" data-clip-id=\"a3b25e1c9221a\" wfd-id=\"443\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0875\"></polygon></clipPath><clipPath id=\"clip-tablet-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"6\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.1051\"></polygon></clipPath><clipPath id=\"clip-mobile-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"1\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0175\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-162718a3b40\" wfd-id=\"370\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622a159bcb\" wfd-id=\"371\">\n<div class=\"tve-content-box-background\" wfd-id=\"442\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"372\"><div class=\"thrv_wrapper thrv-columns\" wfd-id=\"428\"><div class=\"tcb-flex-row tcb--cols--2\" wfd-id=\"429\"><div class=\"tcb-flex-col\" wfd-id=\"436\"><div class=\"tcb-col\" wfd-id=\"438\"><div class=\"thrv_wrapper thrv_text_element\" wfd-id=\"439\"><p>Enter your text here...</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"430\"><div class=\"tcb-col\" wfd-id=\"432\"><div class=\"thrv_wrapper thrv_text_element\" wfd-id=\"433\"><p>Enter your text here...</p></div></div></div></div></div><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621a2247ba\" wfd-id=\"425\"><h2 data-css=\"tve-u-1621a2e0d5b\">our services</h2></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16229f6175c\" wfd-id=\"400\"><div class=\"tcb-flex-row tcb-medium-no-wrap tcb--cols--3 v-2\" data-css=\"tve-u-162493a03b0\" wfd-id=\"401\"><div class=\"tcb-flex-col\" wfd-id=\"418\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1624939a960\" data-tcb_hover_state_parent=\"\" wfd-id=\"420\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-162493d5f13\" data-float=\"1\" wfd-id=\"424\"><svg class=\"tcb-icon\" viewBox=\"0 0 14 28\" data-name=\"bolt\">\n<path d=\"M13.828 8.844c0.172 0.187 0.219 0.453 0.109 0.688l-8.437 18.078c-0.125 0.234-0.375 0.391-0.656 0.391-0.063 0-0.141-0.016-0.219-0.031-0.344-0.109-0.547-0.438-0.469-0.766l3.078-12.625-6.344 1.578c-0.063 0.016-0.125 0.016-0.187 0.016-0.172 0-0.359-0.063-0.484-0.172-0.187-0.156-0.25-0.391-0.203-0.609l3.141-12.891c0.078-0.297 0.359-0.5 0.688-0.5h5.125c0.391 0 0.703 0.297 0.703 0.656 0 0.094-0.031 0.187-0.078 0.281l-2.672 7.234 6.188-1.531c0.063-0.016 0.125-0.031 0.187-0.031 0.203 0 0.391 0.094 0.531 0.234z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"422\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-162494b490e\" wfd-id=\"423\"><h4 data-css=\"tve-u-16249355087\" style=\"text-align: left;\">Express exterior</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162494b7ad0\" wfd-id=\"421\"><p data-css=\"tve-u-162492e70ad\">Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"409\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162493b6b63\" data-tcb_hover_state_parent=\"\" wfd-id=\"411\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b456a\" wfd-id=\"417\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"adjust\">\n<path d=\"M12 22.5v-17c-4.688 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"415\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1af44d\" wfd-id=\"416\"><h4 data-css=\"tve-u-16249358652\" style=\"text-align: left;\">Interior clean</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"412\"><p data-css=\"tve-u-162492e70ad\">Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"402\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16249373b25\" wfd-id=\"404\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b52d3\" wfd-id=\"408\"><svg class=\"tcb-icon\" viewBox=\"0 0 26 28\" data-name=\"umbrella\">\n<path d=\"M14 12.938v9.063c0 2.172-1.828 4-4 4s-4-1.828-4-4c0-0.547 0.453-1 1-1s1 0.453 1 1c0 1.047 0.953 2 2 2s2-0.953 2-2v-9.063c0.328-0.109 0.656-0.172 1-0.172s0.672 0.063 1 0.172zM26 13.359c0 0.266-0.234 0.5-0.5 0.5-0.141 0-0.25-0.063-0.359-0.156-0.906-0.844-1.75-1.437-3.047-1.437-1.484 0-2.766 0.922-3.609 2.094-0.187 0.266-0.328 0.547-0.5 0.812-0.109 0.172-0.234 0.266-0.438 0.266-0.219 0-0.344-0.094-0.453-0.266-0.172-0.266-0.313-0.547-0.5-0.812-0.844-1.172-2.109-2.094-3.594-2.094s-2.75 0.922-3.594 2.094c-0.187 0.266-0.328 0.547-0.5 0.812-0.109 0.172-0.234 0.266-0.453 0.266-0.203 0-0.328-0.094-0.438-0.266-0.172-0.266-0.313-0.547-0.5-0.812-0.844-1.172-2.125-2.094-3.609-2.094-1.297 0-2.141 0.594-3.047 1.437-0.109 0.094-0.219 0.156-0.359 0.156-0.266 0-0.5-0.234-0.5-0.5 0-0.047 0-0.078 0.016-0.109 1.437-5.906 7.141-9.25 12.984-9.25 5.812 0 11.578 3.344 12.984 9.25 0.016 0.031 0.016 0.063 0.016 0.109zM14 2v1.531c-0.328-0.016-0.672-0.031-1-0.031s-0.672 0.016-1 0.031v-1.531c0-0.547 0.453-1 1-1s1 0.453 1 1z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"406\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b01a6\" wfd-id=\"407\"><h4 data-css=\"tve-u-1624935a201\" style=\"text-align: left;\">Wax protection</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"405\"><p data-css=\"tve-u-162492e70ad\">Etiam pharetra, erat sed fermentum feugiat, velit mauris</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16249367114\" wfd-id=\"373\"><div class=\"tcb-flex-row tcb-medium-no-wrap tcb--cols--3 v-2\" data-css=\"tve-u-16229ffbb7b\" wfd-id=\"374\"><div class=\"tcb-flex-col\" wfd-id=\"391\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229fa6a26\" wfd-id=\"393\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b33f9\" wfd-id=\"399\"><svg class=\"tcb-icon\" viewBox=\"0 0 26 28\" data-name=\"magic\">\n<path d=\"M18.594 9.078l4.578-4.578-1.672-1.672-4.578 4.578zM25.578 4.5c0 0.266-0.094 0.516-0.281 0.703l-20.094 20.094c-0.187 0.187-0.438 0.281-0.703 0.281s-0.516-0.094-0.703-0.281l-3.094-3.094c-0.187-0.187-0.281-0.438-0.281-0.703s0.094-0.516 0.281-0.703l20.094-20.094c0.187-0.187 0.438-0.281 0.703-0.281s0.516 0.094 0.703 0.281l3.094 3.094c0.187 0.187 0.281 0.438 0.281 0.703zM4.469 1.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531zM9.938 4.062l3.063 0.938-3.063 0.938-0.938 3.063-0.938-3.063-3.063-0.938 3.063-0.938 0.938-3.063zM24.469 11.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531zM14.469 1.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"397\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b0a67\" wfd-id=\"398\"><h4 data-css=\"tve-u-16248fc42a1\" style=\"text-align: left;\">Dust &amp; Dash Console</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"394\"><p data-css=\"tve-u-162492e70ad\">Duis sed odio sit amet nibh vulputate cursus a sit amet mauris.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"384\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1622f65ba70\" wfd-id=\"386\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b60b4\" wfd-id=\"390\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"certificate\">\n<path d=\"M21.5 14l2.156 2.109c0.297 0.281 0.406 0.703 0.313 1.094-0.109 0.391-0.422 0.703-0.812 0.797l-2.938 0.75 0.828 2.906c0.109 0.391 0 0.812-0.297 1.094-0.281 0.297-0.703 0.406-1.094 0.297l-2.906-0.828-0.75 2.938c-0.094 0.391-0.406 0.703-0.797 0.812-0.094 0.016-0.203 0.031-0.297 0.031-0.297 0-0.594-0.125-0.797-0.344l-2.109-2.156-2.109 2.156c-0.281 0.297-0.703 0.406-1.094 0.313-0.406-0.109-0.703-0.422-0.797-0.812l-0.75-2.938-2.906 0.828c-0.391 0.109-0.812 0-1.094-0.297-0.297-0.281-0.406-0.703-0.297-1.094l0.828-2.906-2.938-0.75c-0.391-0.094-0.703-0.406-0.812-0.797-0.094-0.391 0.016-0.812 0.313-1.094l2.156-2.109-2.156-2.109c-0.297-0.281-0.406-0.703-0.313-1.094 0.109-0.391 0.422-0.703 0.812-0.797l2.938-0.75-0.828-2.906c-0.109-0.391 0-0.812 0.297-1.094 0.281-0.297 0.703-0.406 1.094-0.297l2.906 0.828 0.75-2.938c0.094-0.391 0.406-0.703 0.797-0.797 0.391-0.109 0.812 0 1.094 0.297l2.109 2.172 2.109-2.172c0.281-0.297 0.688-0.406 1.094-0.297 0.391 0.094 0.703 0.406 0.797 0.797l0.75 2.938 2.906-0.828c0.391-0.109 0.812 0 1.094 0.297 0.297 0.281 0.406 0.703 0.297 1.094l-0.828 2.906 2.938 0.75c0.391 0.094 0.703 0.406 0.812 0.797 0.094 0.391-0.016 0.812-0.313 1.094z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"388\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b12d8\" wfd-id=\"389\"><h4 data-css=\"tve-u-1625389a3d5\" style=\"text-align: left;\">Triple Foam Polish</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"387\"><p data-css=\"tve-u-162492e70ad\">Class aptent taciti sociosqu ad litora torquent</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"375\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229fa8c68\" wfd-id=\"377\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-16271adf6cf\" wfd-id=\"383\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"bullseye\">\n<path d=\"M16 14c0 2.203-1.797 4-4 4s-4-1.797-4-4 1.797-4 4-4 4 1.797 4 4zM18 14c0-3.313-2.688-6-6-6s-6 2.688-6 6 2.688 6 6 6 6-2.688 6-6zM20 14c0 4.422-3.578 8-8 8s-8-3.578-8-8 3.578-8 8-8 8 3.578 8 8zM22 14c0-5.516-4.484-10-10-10s-10 4.484-10 10 4.484 10 10 10 10-4.484 10-10zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"381\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-16248fc71c8\" wfd-id=\"382\"><h4 data-css=\"tve-u-1625389b4ed\" style=\"text-align: left;\">Tire dressing</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"378\"><p data-css=\"tve-u-162492e70ad\">Etiam pharetra, erat sed fermentum feugiat, velit mauris</p></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621ad46076\" wfd-id=\"337\">\n<div class=\"tve-page-section-out\" wfd-id=\"368\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621b072b4e\" wfd-id=\"338\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621a8b2488\" wfd-id=\"339\"><div class=\"tcb-flex-row tcb--cols--2 v-2\" data-css=\"tve-u-1621a8a804b\" wfd-id=\"340\"><div class=\"tcb-flex-col\" wfd-id=\"350\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16271bfe70c\" wfd-id=\"352\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h3\" data-css=\"tve-u-1621a8c4313\" wfd-id=\"367\"><h3><strong>Complete cleaning services for yoâ€‹ur car</strong></h3></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-16417b70f47\" wfd-id=\"353\"><ul class=\"tcb-styled-list\" wfd-id=\"354\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621acf0289\" wfd-id=\"363\"><div class=\"tcb-styled-list-icon\" wfd-id=\"365\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a8e11f3\" wfd-id=\"366\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ace1b08\" wfd-id=\"364\">We are a small business delivering professional cleaning services for all vehicles</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621acf64fb\" wfd-id=\"359\"><div class=\"tcb-styled-list-icon\" wfd-id=\"361\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a8e5625\" wfd-id=\"362\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ace4de9\" wfd-id=\"360\">Our services are convenient for individuals and corporate fleets</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"355\"><div class=\"tcb-styled-list-icon\" wfd-id=\"357\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a9076ef\" wfd-id=\"358\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621acf47d2\" wfd-id=\"356\">We use eco-friendly products that actually clean, protect and maintain your car better than the traditional cleaning substances</span></li></ul></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"341\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621a90a46f\" wfd-id=\"343\"><div class=\"thrv_wrapper thrv-fill-counter tve_red tve_normalfc thrv_data_element\" data-css=\"tve-u-1621a983587\" wfd-id=\"344\">\n<div class=\"tve_fill_counter_n\" style=\"\" data-fill=\"100\" data-css=\"tve-u-1621a98b602\" wfd-id=\"345\">\n<svg viewBox=\"0 0 160 160\" class=\"tve_fill_counter_circle\" shape-rendering=\"optimizeSpeed\" data-css=\"tve-u-1621a9a2862\">\n<circle class=\"tve_fill_counter_circle_inner\" r=\"80\" cx=\"80\" cy=\"80\" data-css=\"tve-u-1621a9685d4\"></circle>\n</svg>\n<div class=\"tve_fill_text_in\" data-css=\"tve-u-1621a96b190\" wfd-id=\"346\">\n<div class=\"tve_fill_text_value\" data-css=\"tve-u-1621a9a2866\" wfd-id=\"348\">\n<div class=\"thrv-inline-text tve_fill_text tve_editable\" data-css=\"tve-u-1621a9a2867\" wfd-id=\"349\"><strong>100%â€‹</strong></div>\n</div>\n<div class=\"thrv-inline-text tve_editable tve_data_element_label\" data-css=\"tve-u-1621a9750ae\" wfd-id=\"347\">Clean car</div>\n</div>\n</div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621ada1e7f\" data-value-type=\"percent\" wfd-id=\"299\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621adba9ef\" data-clip-id=\"52d5a36c151aa\" wfd-id=\"336\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-52d5a36c151aa\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0875\"></polygon></clipPath><clipPath id=\"clip-tablet-top-52d5a36c151aa\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0524\"></polygon></clipPath><clipPath id=\"clip-mobile-top-52d5a36c151aa\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0349\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621ad420c4\" wfd-id=\"300\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621ade6172\" wfd-id=\"301\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2 tcb-row-reversed-mobile tcb-mobile-edit v-2\" data-css=\"tve-u-1621adea58b\" wfd-id=\"302\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621b064646\" style=\"\" wfd-id=\"330\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ae0bec7\" wfd-id=\"332\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ae4fd21\" data-value-type=\"percent\" data-float=\"1\" wfd-id=\"333\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621ae6c8da\" data-clip-id=\"aa2c3e3c70555\" wfd-id=\"335\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0349\"></polygon></clipPath><clipPath id=\"clip-tablet-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"4\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0699\"></polygon></clipPath><clipPath id=\"clip-mobile-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"4\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0699\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb\" data-css=\"tve-u-1621ae4db6e\" wfd-id=\"334\"></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621b064668\" style=\"\" wfd-id=\"303\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621f45bed3\" wfd-id=\"305\"><div class=\"tcb-clear\" data-css=\"tve-u-16224848ee5\" wfd-id=\"328\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621afceb00\" wfd-id=\"329\"><h2 data-css=\"tve-u-1621afcc0bf\">Check Out Our Special Offer!</h2></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621afda4fa\" wfd-id=\"325\"><p data-css=\"tve-u-1621afd8c98\">Donâ€™t miss the opportunity to get 50% discount on a complete cleaning just by recommending us to a friend. Bring someone you know with you and clean you car half price!</p></div><div class=\"tcb-clear\" data-css=\"tve-u-16224834cab\" wfd-id=\"306\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621fe85996\" wfd-id=\"307\"><div class=\"tcb-flex-row tcb--cols--2 tcb-resized tcb-medium-wrap tcb-desktop-wrap\" data-css=\"tve-u-1621fe78878\" wfd-id=\"308\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621fe94086\" style=\"\" wfd-id=\"316\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"318\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621b01355a\" wfd-id=\"319\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621b08fdde\" data-tcb_hover_state_parent=\"1\" wfd-id=\"324\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16223f02c16\" wfd-id=\"320\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-1620af7eb3f\" data-tcb_hover_state_parent=\"\" data-button-style=\"full_rounded\" wfd-id=\"321\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"322\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-16228c75500\" wfd-id=\"323\"><strong>Request an appointment</strong></span></span>\n</a>\n</div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621fe940b9\" style=\"\" wfd-id=\"309\"><div class=\"tcb-col\" wfd-id=\"311\"><div class=\"tcb-clear\" data-css=\"tve-u-16224716d62\" wfd-id=\"312\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-1621b028939\" data-tcb_hover_state_parent=\"\" data-button-style=\"ghost\" wfd-id=\"313\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"314\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-16228c764b2\" wfd-id=\"315\"><strong>Call Now: 0400-700-682</strong></span></span>\n</a>\n</div></div></div></div></div></div></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16260ba2fa4\" wfd-id=\"202\">\n<div class=\"tve-page-section-out\" wfd-id=\"298\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16260be7104\" wfd-id=\"203\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621b0e4fb7\" wfd-id=\"297\"><h2 data-css=\"tve-u-1621b10fccf\" style=\"text-align: center;\">our happy clients</h2></div><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641367127b\" data-float=\"1\" wfd-id=\"296\"><svg class=\"tcb-icon\" viewBox=\"0 0 30 32\" data-name=\"quote-left\">\n<path d=\"M13.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429zM29.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641367e553\" wfd-id=\"295\"><svg class=\"tcb-icon\" viewBox=\"0 0 30 32\" data-name=\"quote-left\">\n<path d=\"M13.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429zM29.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a10d3b4\" wfd-id=\"264\">\n<div class=\"tve-content-box-background\" wfd-id=\"294\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"265\"><div class=\"tcb-clear\" data-css=\"tve-u-1621b300a64\" wfd-id=\"292\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-1621f154231\" wfd-id=\"293\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621b200375\" wfd-id=\"268\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-16260d8392c\" wfd-id=\"269\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"276\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"278\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16417b62c09\" wfd-id=\"279\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-16260d8396c\" wfd-id=\"280\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16260d01208\" style=\"\" wfd-id=\"286\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"288\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"289\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16225617da3\" wfd-id=\"291\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"290\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16260d0120e\" style=\"\" wfd-id=\"281\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"283\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"285\"><h5>Brett Graham, 28</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"284\"><h6 class=\"\">Architect</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"270\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"272\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"273\"><p data-css=\"tve-u-162539c17ec\">Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit. Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit.&nbsp;</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-16260c5ff0c\" wfd-id=\"266\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260c5ff07\" wfd-id=\"267\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a12f675\" wfd-id=\"235\">\n<div class=\"tve-content-box-background\" wfd-id=\"263\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"236\"><div class=\"tcb-clear\" data-css=\"tve-u-16260cd7683\" wfd-id=\"261\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260d73672\" wfd-id=\"262\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16260da3aa7\" wfd-id=\"239\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-1621fb68b97\" wfd-id=\"240\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"245\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"247\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16417b662bf\" wfd-id=\"248\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-1621fb65556\" wfd-id=\"249\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16229915e1a\" style=\"\" wfd-id=\"255\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"257\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"258\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16260c433e9\" wfd-id=\"260\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"259\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16229915e4e\" style=\"\" wfd-id=\"250\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"252\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"254\"><h5>Rosie Hanson, 24</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"253\"><h6 class=\"\">Real estate Associate</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"241\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"243\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"244\"><p data-css=\"tve-u-162539c17ec\">Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo.</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-16260d3b97e\" wfd-id=\"237\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260d39b83\" wfd-id=\"238\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a146aef\" wfd-id=\"204\">\n<div class=\"tve-content-box-background\" wfd-id=\"234\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"205\"><div class=\"tcb-clear\" data-css=\"tve-u-16260cd7683\" wfd-id=\"232\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260cd622f\" wfd-id=\"233\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16260c39a7e\" wfd-id=\"208\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-16260d3f4aa\" wfd-id=\"209\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"216\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"218\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621fbacc60\" wfd-id=\"219\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-16260d3f4af\" wfd-id=\"220\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16229915e1a\" style=\"\" wfd-id=\"226\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"228\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"229\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16260d5e4b8\" wfd-id=\"231\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"230\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16229915e4e\" style=\"\" wfd-id=\"221\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"223\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"225\"><h5>Shawn Mattews, 35</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"224\"><h6 class=\"\">project manager</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"210\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"212\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"213\"><p data-css=\"tve-u-162539c17ec\">Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo. Nullam ac urna eu felis.Sed non neque elit. Sed ut imperdiet nisi. Proin condimentum</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1621b30ca74\" wfd-id=\"206\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-1621f15b521\" wfd-id=\"207\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621b3c8c52\" wfd-id=\"96\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621b3cfc7b\" wfd-id=\"201\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621b3c74d9\" wfd-id=\"97\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621e7b695a\" wfd-id=\"200\"><h2 data-css=\"tve-u-1621e7a7350\" style=\"text-align: center;\">our offers</h2></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621e7c899a\" wfd-id=\"98\"><div class=\"tcb-flex-row tcb--cols--3 tcb-medium-wrap v-2\" data-css=\"tve-u-1621e7c7aa1\" wfd-id=\"99\"><div class=\"tcb-flex-col\" wfd-id=\"164\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16223fc9f23\" wfd-id=\"166\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e7ceab3\" style=\"\" wfd-id=\"167\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16416e4fafd\" wfd-id=\"199\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e7d5094\" wfd-id=\"168\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e7e9950\" data-value-type=\"percent\" style=\"\" wfd-id=\"195\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e7edfd9\" data-clip-id=\"10ffac3b28f1d\" wfd-id=\"198\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-10ffac3b28f1d\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-10ffac3b28f1d\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e7e6c1d\" wfd-id=\"196\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-16417b4cb9e\" wfd-id=\"197\"><h4 data-css=\"tve-u-1621fe1a1af\" style=\"text-align: center;\"><strong>Basic Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ec6c39b\" data-float=\"1\" wfd-id=\"191\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e81f424\" wfd-id=\"194\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec752da\" wfd-id=\"192\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"193\"><h4 data-css=\"tve-u-1621fe1bd18\" style=\"text-align: center;\"><strong>15$</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621ea50702\" wfd-id=\"169\"><ul class=\"tcb-styled-list\" wfd-id=\"170\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec3a5c0\" wfd-id=\"187\"><div class=\"tcb-styled-list-icon\" wfd-id=\"189\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec204df\" wfd-id=\"190\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec241aa\" wfd-id=\"188\">Interior vacuum</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"183\"><div class=\"tcb-styled-list-icon\" wfd-id=\"185\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec20f68\" wfd-id=\"186\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec2704c\" wfd-id=\"184\">Dust &amp;dash console</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec42aa7\" wfd-id=\"179\"><div class=\"tcb-styled-list-icon\" wfd-id=\"181\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec21a31\" wfd-id=\"182\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec298ab\" wfd-id=\"180\">Hand towel dry</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec43fe2\" wfd-id=\"175\"><div class=\"tcb-styled-list-icon\" wfd-id=\"177\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ea1fba7\" wfd-id=\"178\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea23322\" wfd-id=\"176\">Clean windows</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec454d9\" wfd-id=\"171\"><div class=\"tcb-styled-list-icon\" wfd-id=\"173\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ea295c0\" wfd-id=\"174\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea2c69a\" wfd-id=\"172\">Soft cloth wash</span></li></ul></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"131\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"133\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621eb81205\" style=\"\" wfd-id=\"134\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16416e603ab\" wfd-id=\"163\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621eb7ccb0\" wfd-id=\"135\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ebbbb6d\" data-value-type=\"percent\" wfd-id=\"159\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eaaedd8\" data-clip-id=\"a2b9cf3198d6f\" wfd-id=\"162\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-a2b9cf3198d6f\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-a2b9cf3198d6f\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec7f21a\" wfd-id=\"160\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e930bd7\" wfd-id=\"161\"><h4 data-css=\"tve-u-1621e92e97f\" style=\"text-align: center;\"><strong>Ultimate Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ec78d2c\" data-float=\"1\" wfd-id=\"155\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eab272c\" wfd-id=\"158\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec79a7d\" wfd-id=\"156\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"157\"><h4 data-css=\"tve-u-1621e942b65\" style=\"text-align: center;\"><strong>22 $</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621ebfa746\" wfd-id=\"152\"><p data-css=\"tve-u-1621f4ceaf6\" style=\"text-align: center;\">Includes basic service <span data-css=\"tve-u-1621f4ceaf7\" style=\"color: rgb(15, 29, 123);\" wfd-id=\"153\"><strong class=\"\"><span data-css=\"tve-u-1621f4ceafb\" wfd-id=\"154\">+</span></strong></span></p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621ebf340c\" wfd-id=\"136\"><ul class=\"tcb-styled-list\" wfd-id=\"137\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-164137a0b1f\" wfd-id=\"146\"><div class=\"tcb-styled-list-icon\" wfd-id=\"150\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec0c5bd\" wfd-id=\"151\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ebfe4ce\" wfd-id=\"147\">Triple foam conditiner</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec04541\" wfd-id=\"142\"><div class=\"tcb-styled-list-icon\" wfd-id=\"144\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec09a3c\" wfd-id=\"145\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ebff867\" wfd-id=\"143\">Tire dressing</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec05cc3\" wfd-id=\"138\"><div class=\"tcb-styled-list-icon\" wfd-id=\"140\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec15f6e\" wfd-id=\"141\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec009a8\" wfd-id=\"139\">Air freshner</span></li></ul></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"100\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16223dad661\" wfd-id=\"102\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621fd9c946\" style=\"\" wfd-id=\"103\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e7d234c\" wfd-id=\"130\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621fd84d7b\" wfd-id=\"104\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16223b080b0\" data-value-type=\"percent\" wfd-id=\"126\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eb3eb9f\" data-clip-id=\"ac98bb0e54b3b\" wfd-id=\"129\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621fd8766c\" wfd-id=\"127\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e930bd7\" wfd-id=\"128\"><h4 data-css=\"tve-u-1621fe1587d\" style=\"text-align: center;\"><strong>Supreme Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e8107f3\" wfd-id=\"122\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eb43d8d\" wfd-id=\"125\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e819c52\" wfd-id=\"123\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"124\"><h4 data-css=\"tve-u-1621fe1725e\" style=\"text-align: center;\"><strong>30 $</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621eb037bb\" wfd-id=\"119\"><p data-css=\"tve-u-1621f4d0451\" style=\"text-align: center;\">Includes ultimate service <span data-css=\"tve-u-1621eaff572\" style=\"color: rgb(15, 29, 123);\" wfd-id=\"120\"><strong class=\"\"><span data-css=\"tve-u-1621eb01b60\" wfd-id=\"121\">+</span></strong></span></p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621eacf6af\" wfd-id=\"105\"><ul class=\"tcb-styled-list\" wfd-id=\"106\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec36a4d\" wfd-id=\"115\"><div class=\"tcb-styled-list-icon\" wfd-id=\"117\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e9993aa\" wfd-id=\"118\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea1a5d7\" wfd-id=\"116\">Exterior trim dressing</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"111\"><div class=\"tcb-styled-list-icon\" wfd-id=\"113\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e99b1db\" wfd-id=\"114\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea19a06\" wfd-id=\"112\">Hand applied spray wax</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec37ea5\" wfd-id=\"107\"><div class=\"tcb-styled-list-icon\" wfd-id=\"109\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e99c314\" wfd-id=\"110\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea18c5d\" wfd-id=\"108\">Interior conditioner</span></li></ul></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621efddaaf\" wfd-id=\"54\">\n<div class=\"tve-page-section-out\" wfd-id=\"95\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621edf8048\" wfd-id=\"55\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621f114214\" wfd-id=\"56\"><div class=\"tcb-flex-row tcb-mobile-edit tcb--cols--2\" data-css=\"tve-u-1621ee03000\" wfd-id=\"57\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621ee4be21\" style=\"\" wfd-id=\"63\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ee093d4\" wfd-id=\"65\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ee3afec\" wfd-id=\"66\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621ee58e74\" wfd-id=\"94\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ee37f4a\" wfd-id=\"67\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1621ee74a24\" wfd-id=\"93\"><svg class=\"tcb-icon\" viewBox=\"0 0 16 28\" data-name=\"map-marker\">\n<path d=\"M12 10c0-2.203-1.797-4-4-4s-4 1.797-4 4 1.797 4 4 4 4-1.797 4-4zM16 10c0 0.953-0.109 1.937-0.516 2.797l-5.688 12.094c-0.328 0.688-1.047 1.109-1.797 1.109s-1.469-0.422-1.781-1.109l-5.703-12.094c-0.406-0.859-0.516-1.844-0.516-2.797 0-4.422 3.578-8 8-8s8 3.578 8 8z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621ee63e1c\" wfd-id=\"92\"><h2 data-css=\"tve-u-1621fdcb4ea\" style=\"text-align: center;\">contact us</h2></div><div class=\"thrv_wrapper thrv-contact-form\" data-ct=\"contact_form-22343\" style=\"\" data-css=\"tve-u-16465071dea\" data-ct-name=\"Rounded Shadow\" wfd-id=\"70\">\n<form action=\"\" method=\"post\" novalidate=\"\" sourceindex=\"0\" wfd-id=\"71\">\n<div class=\"tve-cf-item-wrapper\" wfd-id=\"75\">\n<div class=\"tve-cf-item\" data-css=\"tve-u-1695dd04208\" wfd-id=\"88\">\n<div class=\"thrv-cf-input-wrapper\" data-type=\"first_name\" wfd-id=\"89\">\n<label data-css=\"tve-u-1695d9d6525\" class=\"\" wfd-id=\"91\">First Name</label>\n<div class=\"tve-cf-input\" data-css=\"tve-u-1695d9d6526\" data-tcb_hover_state_parent=\"\" wfd-id=\"90\">\n<input placeholder=\"\" type=\"text\" name=\"first_name\" data-placeholder=\"\" sourceindex=\"1\" wfd-id=\"502\">\n</div>\n</div>\n</div>\n<div class=\"tve-cf-item\" data-css=\"tve-u-1695dd04208\" wfd-id=\"84\">\n<div class=\"thrv-cf-input-wrapper\" data-type=\"email\" wfd-id=\"85\">\n<label data-css=\"tve-u-1695d9d6527\" class=\"\" wfd-id=\"87\">Email Address</label>\n<div class=\"tve-cf-input\" data-css=\"tve-u-1695d9d6528\" data-tcb_hover_state_parent=\"\" wfd-id=\"86\">\n<input placeholder=\"\" type=\"email\" name=\"email\" data-placeholder=\"\" sourceindex=\"2\" wfd-id=\"501\">\n</div>\n</div>\n</div>\n<div class=\"tve-cf-item\" data-css=\"tve-u-1695dd484d7\" wfd-id=\"80\">\n<div class=\"thrv-cf-input-wrapper\" data-type=\"message\" wfd-id=\"81\">\n<label data-css=\"tve-u-1695d9d6529\" class=\"\" wfd-id=\"83\">Message</label>\n<div class=\"tve-cf-input\" data-css=\"tve-u-1695d9d652a\" data-tcb_hover_state_parent=\"\" wfd-id=\"82\">\n<textarea placeholder=\"\" data-placeholder=\"\" name=\"message\" sourceindex=\"3\" wfd-id=\"504\"></textarea>\n</div>\n</div>\n</div>\n<div class=\"tve-cf-item\" data-css=\"tve-u-1695dd04208\" wfd-id=\"76\">\n	<div class=\"thrv-cf-input-wrapper\" data-type=\"phone\" wfd-id=\"77\">\n		<label data-css=\"tve-u-1695d9d6525\" class=\"\" wfd-id=\"79\">Phone Number</label>\n		<div class=\"tve-cf-input\" data-css=\"tve-u-1695d9d6526\" wfd-id=\"78\">\n			<input placeholder=\"+1-555-555-2368\" type=\"tel\" name=\"phone\" data-placeholder=\"+1-555-555-2368\" sourceindex=\"4\" wfd-id=\"500\">\n		</div>\n	</div>\n</div></div>\n<div class=\"tve-cf-submit\" data-tcb_hover_state_parent=\"\" data-button-style=\"rounded\" data-css=\"tve-u-1695dd27f6a\" wfd-id=\"72\">\n<button class=\"tve_btn_txt\" type=\"submit\" sourceindex=\"5\" wfd-id=\"517\">Submit Message</button>\n</div>\n<input type=\"hidden\" name=\"config\" value=\"YTozOntzOjE0OiJlcnJvcl9tZXNzYWdlcyI7YTo0OntzOjU6ImVtYWlsIjtzOjIxOiJFbWFpbCBhZGRyZXNzIGludmFsaWQiO3M6NToicGhvbmUiO3M6MjA6IlBob25lIG51bWJlciBpbnZhbGlkIjtzOjM6InVybCI7czoxMToiVVJMIGludmFsaWQiO3M6ODoicmVxdWlyZWQiO3M6MjA6IlJlcXVpcmVkIGZpZWxkIGVtcHR5Ijt9czo4OiJ0b19lbWFpbCI7YToyOntzOjI6InRvIjtzOjI4OiJpbmZvQGJlc3RjZXJha290ZWZsb3JpZGEuY29tIjtzOjc6InN1YmplY3QiO3M6MTg6Ik5ldyBtZXNzYWdlIGZyb206ICI7fXM6Njoic3VibWl0IjthOjEwOntzOjY6ImFjdGlvbiI7czoxMjoibm90aWZpY2F0aW9uIjtzOjIzOiJzZW5kX2NvbmZpcm1hdGlvbl9lbWFpbCI7YjoxO3M6MTk6InNlbmRlcl9wZXJzb25hbGl6ZWQiO2I6MDtzOjIwOiJjb25maXJtYXRpb25fc3ViamVjdCI7czozNjoiQ29udGFjdCBGb3JtIHN1Ym1pc3Npb24gY29uZmlybWF0aW9uIjtzOjIwOiJjb25maXJtYXRpb25fbWVzc2FnZSI7czoxMzk6IkhlbGxvLCAKClRoYW5rcyBmb3IgY29udGFjdGluZyB1cy4gV2UnbGwgZ2V0IGJhY2sgdG8geW91IGFzIHNvb24gYXMgcG9zc2libGUgd2l0aCB0aGUgaW5mb3JtYXRpb24geW91IG5lZWQuIAoKQmVzdCByZWdhcmRzLApbd3Bfc2l0ZV90aXRsZV0iO3M6OToiZnJvbV9uYW1lIjtzOjI4OiJUaGUgQmVzdCBDZXJha290ZSBJbiBGbG9yaWRhIjtzOjEwOiJmcm9tX2VtYWlsIjtzOjI5OiJhZG1pbkBiZXN0Y2VyYWtvdGVmbG9yaWRhLmNvbSI7czo4OiJyZXBseV90byI7czoyOToiYWRtaW5AYmVzdGNlcmFrb3RlZmxvcmlkYS5jb20iO3M6MzoidXJsIjtzOjA6IiI7czoxMjoibm90aWZpY2F0aW9uIjtzOjgxOiJZb3VyIG1lc3NhZ2UgaGFzIGJlZW4gc2VudCwgdGhhbmsgeW91ISBZb3UnbGwgaGVhciBmcm9tIHVzIHdpdGhpbiB0aGUgbmV4dCAyNCBocnMiO319\" wfd-id=\"499\"></form>\n</div><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_slide_left\" data-css=\"tve-u-1621ef118dc\" style=\"\" wfd-id=\"68\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"69\"><img class=\"tve_image tve_evt_manager_listen tve_et_tve-viewport wp-image-600\" alt=\"\" width=\"2148\" height=\"1968\" title=\"CertifiedLogo_transparent\" data-id=\"600\" src=\"https://bestcerakoteflorida.com/wp-content/uploads/2019/03/CertifiedLogo_transparent-e1552073635916.png\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_left&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" style=\"width: 100%;\"></span></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621ee4be73\" style=\"\" wfd-id=\"58\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ee22c43\" wfd-id=\"60\"><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-1695d995f33\" wfd-id=\"62\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=825 South Kings Highway, Fort Pierce&amp;t=m&amp;z=11&amp;output=embed&amp;iwloc=near\"></iframe>\n</div><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-1621ee18a1c\" wfd-id=\"61\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=davie, Florida 33317&amp;t=m&amp;z=11&amp;output=embed&amp;iwloc=near\"></iframe>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-custom-menu-inside\" data-css=\"tve-u-1621f0aa8f7\" style=\"z-index: 8;\" wfd-id=\"28\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621f0ada0e\" wfd-id=\"53\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621f0b0088\" style=\"z-index: 8;\" wfd-id=\"29\"><div class=\"thrv_wrapper thrv-columns tve-custom-menu-inside\" data-css=\"tve-u-1621f0d2c1a\" wfd-id=\"30\"><div class=\"tcb-flex-row tcb--cols--3 tcb-resized\" data-css=\"tve-u-1621f0cbe40\" wfd-id=\"31\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1695e826914\" style=\"\" wfd-id=\"47\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"49\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621f0da775\" wfd-id=\"50\"><p data-css=\"tve-u-1622444fb11\" style=\"text-align: center;\">Â© 2018, BLACKHAWK CUSTOM, LLC . All rights reserved.</p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1695e826ae0\" style=\"z-index: 8;\" wfd-id=\"38\"><div class=\"tcb-col\" style=\"z-index: 8;\" wfd-id=\"40\"><div class=\"thrv_wrapper thrv_widget_menu tve-custom-menu-upgrade tve-menu-style-none tve-dropdown-icon-style_2 tve-mobile-dropdown\" data-tve-style=\"tve_horizontal\" data-tve-switch-icon=\"tablet,mobile\" data-css=\"tve-u-1695e821f4c\" tcb-template-name=\"Simple Underline Light\" tcb-template-id=\"28130\" data-ct=\"menu-28130\" style=\"\" wfd-id=\"41\">	<div class=\"thrive-shortcode-config\" style=\"display: none !important\" wfd-id=\"46\">__CONFIG_widget_menu__{\"menu_id\":\"custom\",\"color\":\"tve_red\",\"dir\":\"tve_horizontal\",\"font_class\":\"\",\"font_size\":\"\",\"ul_attr\":\"\",\"link_attr\":\"\",\"top_link_attr\":\"\",\"trigger_attr\":\"\",\"primary\":\"\",\"head_css\":\"\",\"background_hover\":\"\",\"main_hover\":\"\",\"child_hover\":\"\",\"group_edit\":[{\"css_id\":null,\"class\":\"\"},{\"css_id\":null,\"class\":\"\"},{\"css_id\":null,\"class\":\"\"},{\"css_id\":null,\"class\":\"\"}],\"menu_style\":\"none\",\"dropdown_icon\":\"style_2\",\"mobile_side\":\"dropdown\",\"mobile_icon\":\"\",\"switch_to_icon\":\"tablet,mobile\",\"template\":\"28130\",\"template_name\":\"Simple Underline Light\"}__CONFIG_widget_menu__</div>\n<div class=\"thrive-shortcode-html tve-menu-custom-type thrive-shortcode-html-editable tve-custom-menu-type tve_clearfix\" style=\"z-index: 8;\" wfd-id=\"42\">\n<a class=\"tve-m-trigger t_tve_horizontal tve_red\" href=\"javascript:void(0)\"><div class=\"thrv_wrapper thrv_icon tcb-icon-open tve-trigger-active\" data-not-changeable=\"true\" data-selector=\"[data-css=&quot;tve-u-1695e821f4c&quot;] .tcb-icon-open\" wfd-id=\"45\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 24\" data-name=\"align-justify\"><g><g><path class=\"st0\" d=\"M23,13H1c-0.6,0-1-0.4-1-1s0.4-1,1-1h22c0.6,0,1,0.4,1,1S23.6,13,23,13z\"></path></g><g><path class=\"st0\" d=\"M23,6.7H1c-0.6,0-1-0.4-1-1s0.4-1,1-1h22c0.6,0,1,0.4,1,1S23.6,6.7,23,6.7z\"></path></g><g><path class=\"st0\" d=\"M23,19.3H1c-0.6,0-1-0.4-1-1s0.4-1,1-1h22c0.6,0,1,0.4,1,1S23.6,19.3,23,19.3z\"></path></g></g></svg></div><div class=\"thrv_wrapper thrv_icon tcb-icon-close\" data-not-changeable=\"true\" data-selector=\"[data-css=&quot;tve-u-1695e821f4c&quot;] .tcb-icon-close\" wfd-id=\"44\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 24\" data-name=\"close\"><path class=\"st0\" d=\"M13.4,12l7.1-7.1c0.4-0.4,0.4-1,0-1.4s-1-0.4-1.4,0L12,10.6L4.9,3.5c-0.4-0.4-1-0.4-1.4,0s-0.4,1,0,1.4l7.1,7.1 l-7.1,7.1c-0.4,0.4-0.4,1,0,1.4c0.4,0.4,1,0.4,1.4,0l7.1-7.1l7.1,7.1c0.4,0.4,1,0.4,1.4,0c0.4-0.4,0.4-1,0-1.4L13.4,12z\"></path></svg></div></a><ul id=\"menu-main-menu\" class=\"tve_w_menu tve_horizontal tve-m-collapsed\" style=\"z-index: 6;\" wfd-id=\"43\"><li id=\"tcb_custom_menu_5402f616\" class=\"menu-item menu-item-type-post_type menu-item-object-page thrv_wrapper thrv-menu-item-element thrv-custom-menu-item\" data-selector=\"[data-css=&quot;tve-u-1695e821f4c&quot;] #tcb_custom_menu_5402f616\" data-tcb_hover_state_parent=\"\"><a href=\"https://bestcerakoteflorida.com/privacy/\"><span class=\"tve-disabled-text-inner\">Privacy</span><span class=\"tve-disabled-text-inner tve-item-dropdown-trigger\"></span></a></li><li id=\"tcb_custom_menu_13475a66\" class=\"menu-item menu-item-type-post_type menu-item-object-page thrv_wrapper thrv-menu-item-element thrv-custom-menu-item\" data-selector=\"[data-css=&quot;tve-u-1695e821f4c&quot;] #tcb_custom_menu_13475a66\" data-tcb_hover_state_parent=\"\"><a href=\"https://bestcerakoteflorida.com/privacy-policy/\"><span class=\"tve-disabled-text-inner\">TERMS</span><span class=\"tve-disabled-text-inner tve-item-dropdown-trigger\"></span></a></li><li id=\"tcb_custom_menu_a19cc162\" class=\"menu-item menu-item-type-post_type menu-item-object-page thrv_wrapper thrv-menu-item-element thrv-custom-menu-item\" data-selector=\"[data-css=&quot;tve-u-1695e821f4c&quot;] #tcb_custom_menu_a19cc162\" data-tcb_hover_state_parent=\"\"><a href=\"\"><span class=\"tve-disabled-text-inner\">NAV#3</span><span class=\"tve-disabled-text-inner tve-item-dropdown-trigger\"></span></a></li><li id=\"tcb_custom_menu_hgZvKxml\" class=\"menu-item menu-item-type-post_type menu-item-object-page thrv_wrapper thrv-menu-item-element thrv-custom-menu-item active-expand-children\" data-selector=\"[data-css=&quot;tve-u-1695e821f4c&quot;] #tcb_custom_menu_hgZvKxml\" data-tcb_hover_state_parent=\"\"><a href=\"\"><span class=\"tve-disabled-text-inner\">NAV#5</span><span class=\"tve-disabled-text-inner tve-item-dropdown-trigger\"></span></a></li></ul></div>	</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1695e826b67\" wfd-id=\"32\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"34\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16223fe5f5b\" wfd-id=\"35\"><p data-css=\"tve-u-1621f0d874c\" style=\"text-align: center;\">Made with <a data-css=\"tve-u-1695e7e070d\" href=\"https://thrivethemes.com/\" target=\"_blank\">Thrive Architect</a></p></div></div></div></div></div></div>\n</div>\n\n'),(7463,606,'tve_revision_tve_landing_set',''),(7428,604,'tve_revision_tve_landing_page','tcb2-thrivebiz-car-wash'),(7429,604,'tve_revision_tve_landing_set',''),(7430,604,'tve_revision_tve_disable_theme_dependency','1'),(7431,604,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-162717d1bbe\" wfd-id=\"481\"><div class=\"tcb-flex-row tcb-medium-no-wrap v-2 tcb--cols--3 m-edit tcb-mobile-wrap tcb-resized\" data-css=\"tve-u-162717d1bbf\" wfd-id=\"482\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1695981e7bb\" wfd-id=\"499\"><div class=\"tcb-col\" data-css=\"tve-u-16959846d3d\" wfd-id=\"501\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16959822de2\" wfd-id=\"502\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"503\"><img class=\"tve_image wp-image-465\" alt=\"\" width=\"384\" height=\"62\" title=\"Blackhawk_custom_header\" data-id=\"465\" src=\"https://bestcerakoteflorida.com/wp-content/uploads/2019/01/Blackhawk_custom_header.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717d1bb9\" style=\"\" wfd-id=\"492\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717d1bb6\" wfd-id=\"494\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-164179a84b8\" wfd-id=\"495\">\n<div class=\"tve-content-box-background\" wfd-id=\"498\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"496\"><div class=\"tcb-clear\" wfd-id=\"497\"></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717d1bb7\" style=\"\" wfd-id=\"483\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717d1bbc\" wfd-id=\"485\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16369305186\" wfd-id=\"486\">\n<div class=\"tve-content-box-background\" wfd-id=\"491\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16417e9d24e\" wfd-id=\"487\"><div class=\"tcb-clear\" wfd-id=\"489\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-16417e5bd95\" data-float=\"1\" wfd-id=\"490\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-envelope-regular\" data-name=\"\">\n            <path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path>\n        </svg></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-164179bced9\" wfd-id=\"488\"><p data-css=\"tve-u-1641333d7d1\"><a href=\"mailto:info@bestcerkoteflorida.com\" target=\"_blank\">info@bestcerakoteflorida.com</a></p></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-162717cb621\" data-value-type=\"percent\" wfd-id=\"454\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-162717cb620\" data-clip-id=\"c883ac5175045\" wfd-id=\"480\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-c883ac5175045\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"4\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9301, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-c883ac5175045\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9476, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-c883ac5175045\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9651, 1 1, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-162717cb609\" wfd-id=\"455\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-162717cb618\" wfd-id=\"456\"><div class=\"tcb-flex-row tcb-medium-wrap tcb-resized v-2 tcb--cols--2\" data-css=\"tve-u-162717cb617\" wfd-id=\"457\"><div class=\"tcb-flex-col\" data-css=\"tve-u-162717cb601\" style=\"\" wfd-id=\"471\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717cb60a\" wfd-id=\"473\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h1\" data-css=\"tve-u-162717cb610\" wfd-id=\"477\"><h1 data-css=\"tve-u-162717cb616\" style=\"text-align: center;\">&nbsp;<strong>â€‹</strong><strong>Protect What\'s Important To You! With The Toughest Ceramic Finish In The World!</strong></h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162717cb60f\" wfd-id=\"474\"><h2 class=\"\" data-css=\"tve-u-1695a36117b\" style=\"text-align: center;\"><strong>Heat, Water, Salt and Sand just some of the conditions you face. And any one of them is just waiting, to get a hold of your firearm and leave it a pile of rusted, pitted junk.</strong></h2><h2 class=\"\" data-css=\"tve-u-16413112747\" style=\"text-align: center;\"><strong>Unfortunately, there wasn\'t much you could do other than keep cleaning and lubricating your firearms...till NOW!</strong></h2></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717cb600\" style=\"\" wfd-id=\"458\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717cb60b\" wfd-id=\"460\"><div class=\"thrv_responsive_video thrv_wrapper rv_style_lifted_style2\" data-type=\"youtube\" data-rel=\"0\" data-url=\"https://www.youtube.com/watch?v=a1nyu9ZJiEk\" data-css=\"tve-u-16959cd1e7a\" data-modestbranding=\"1\" wfd-id=\"468\">\n	\n\n	<div class=\"tve_responsive_video_container\" wfd-id=\"469\">\n		<div class=\"video_overlay\" wfd-id=\"470\"></div>\n	<iframe data-code=\"TEOqV1Q16lU\" data-provider=\"youtube\" src=\"https://www.youtube.com/embed/TEOqV1Q16lU?rel=0&amp;modestbranding=1&amp;controls=1&amp;showinfo=1&amp;fs=1&amp;wmode=transparent\" data-src=\"https://www.youtube.com/embed/TEOqV1Q16lU?rel=0&amp;modestbranding=1&amp;controls=1&amp;showinfo=1&amp;fs=1&amp;wmode=transparent\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\n</div><div class=\"thrv_wrapper thrv-button tcb-with-icon\" data-css=\"tve-u-1695a3002e2\" data-tcb_hover_state_parent=\"\" data-button-style=\"border_1\" wfd-id=\"461\">\n	<a href=\"tel:1-954-848-1911\" class=\"tcb-button-link\" target=\"_blank\" rel=\"\"><span class=\"tcb-button-icon\" wfd-id=\"466\">\n	<div class=\"thrv_wrapper thrv_icon tve_no_drag tve_no_icons tcb-icon-inherit-style tcb-icon-display\" wfd-id=\"467\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-phone-plus-light\" data-name=\"\">\n            <path d=\"M8 128h88v88c0 4.4 3.6 8 8 8h16c4.4 0 8-3.6 8-8v-88h88c4.4 0 8-3.6 8-8v-16c0-4.4-3.6-8-8-8h-88V8c0-4.4-3.6-8-8-8h-16c-4.4 0-8 3.6-8 8v88H8c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8zM487.8 24.1L387 .8c-14.7-3.4-29.8 4.2-35.8 18.1l-46.5 108.5c-5.5 12.7-1.8 27.7 8.9 36.5l53.9 44.1c-34 69.2-90.3 125.6-159.6 159.6l-44.1-53.9c-8.8-10.7-23.8-14.4-36.5-8.9L18.9 351.3c-13.9 6-21.5 21-18.1 35.8L24 487.9C27.3 502 39.9 512 54.5 512 306.7 512 512 307.8 512 54.5c0-14.6-10-27.2-24.2-30.4zM55.1 480l-23-99.6 107.4-46 59.5 72.8c103.6-48.6 159.7-104.9 208.1-208.1l-72.8-59.5 46-107.4 99.6 23C479.7 289.7 289.6 479.7 55.1 480z\"></path>\n        </svg></div>\n</span>\n\n		<span class=\"tcb-button-texts\" wfd-id=\"462\"><span class=\"tcb-button-text thrv-inline-text\" wfd-id=\"463\">CALL NOW</span></span>\n	</a>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-162717fcf9d\" data-value-type=\"percent\" wfd-id=\"381\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-162718bd0c0\" data-clip-id=\"a3b25e1c9221a\" wfd-id=\"453\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0875\"></polygon></clipPath><clipPath id=\"clip-tablet-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"6\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.1051\"></polygon></clipPath><clipPath id=\"clip-mobile-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"1\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0175\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-162718a3b40\" wfd-id=\"382\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622a159bcb\" wfd-id=\"383\">\n<div class=\"tve-content-box-background\" wfd-id=\"452\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"384\"><div class=\"thrv_wrapper thrv-columns\" wfd-id=\"438\"><div class=\"tcb-flex-row tcb--cols--2\" wfd-id=\"439\"><div class=\"tcb-flex-col\" wfd-id=\"446\"><div class=\"tcb-col\" wfd-id=\"448\"><div class=\"thrv_wrapper thrv_text_element\" wfd-id=\"449\"><p>Enter your text here...</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"440\"><div class=\"tcb-col\" wfd-id=\"442\"><div class=\"thrv_wrapper thrv_text_element\" wfd-id=\"443\"><p>Enter your text here...</p></div></div></div></div></div><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621a2247ba\" wfd-id=\"435\"><h2 data-css=\"tve-u-1621a2e0d5b\">our services</h2></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16229f6175c\" wfd-id=\"412\"><div class=\"tcb-flex-row tcb-medium-no-wrap tcb--cols--3 v-2\" data-css=\"tve-u-162493a03b0\" wfd-id=\"413\"><div class=\"tcb-flex-col\" wfd-id=\"428\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1624939a960\" data-tcb_hover_state_parent=\"\" wfd-id=\"430\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-162493d5f13\" data-float=\"1\" wfd-id=\"434\"><svg class=\"tcb-icon\" viewBox=\"0 0 14 28\" data-name=\"bolt\">\n<path d=\"M13.828 8.844c0.172 0.187 0.219 0.453 0.109 0.688l-8.437 18.078c-0.125 0.234-0.375 0.391-0.656 0.391-0.063 0-0.141-0.016-0.219-0.031-0.344-0.109-0.547-0.438-0.469-0.766l3.078-12.625-6.344 1.578c-0.063 0.016-0.125 0.016-0.187 0.016-0.172 0-0.359-0.063-0.484-0.172-0.187-0.156-0.25-0.391-0.203-0.609l3.141-12.891c0.078-0.297 0.359-0.5 0.688-0.5h5.125c0.391 0 0.703 0.297 0.703 0.656 0 0.094-0.031 0.187-0.078 0.281l-2.672 7.234 6.188-1.531c0.063-0.016 0.125-0.031 0.187-0.031 0.203 0 0.391 0.094 0.531 0.234z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"432\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-162494b490e\" wfd-id=\"433\"><h4 data-css=\"tve-u-16249355087\" style=\"text-align: left;\">Express exterior</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162494b7ad0\" wfd-id=\"431\"><p data-css=\"tve-u-162492e70ad\">Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"421\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162493b6b63\" data-tcb_hover_state_parent=\"\" wfd-id=\"423\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b456a\" wfd-id=\"427\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"adjust\">\n<path d=\"M12 22.5v-17c-4.688 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"425\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1af44d\" wfd-id=\"426\"><h4 data-css=\"tve-u-16249358652\" style=\"text-align: left;\">Interior clean</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"424\"><p data-css=\"tve-u-162492e70ad\">Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"414\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16249373b25\" wfd-id=\"416\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b52d3\" wfd-id=\"420\"><svg class=\"tcb-icon\" viewBox=\"0 0 26 28\" data-name=\"umbrella\">\n<path d=\"M14 12.938v9.063c0 2.172-1.828 4-4 4s-4-1.828-4-4c0-0.547 0.453-1 1-1s1 0.453 1 1c0 1.047 0.953 2 2 2s2-0.953 2-2v-9.063c0.328-0.109 0.656-0.172 1-0.172s0.672 0.063 1 0.172zM26 13.359c0 0.266-0.234 0.5-0.5 0.5-0.141 0-0.25-0.063-0.359-0.156-0.906-0.844-1.75-1.437-3.047-1.437-1.484 0-2.766 0.922-3.609 2.094-0.187 0.266-0.328 0.547-0.5 0.812-0.109 0.172-0.234 0.266-0.438 0.266-0.219 0-0.344-0.094-0.453-0.266-0.172-0.266-0.313-0.547-0.5-0.812-0.844-1.172-2.109-2.094-3.594-2.094s-2.75 0.922-3.594 2.094c-0.187 0.266-0.328 0.547-0.5 0.812-0.109 0.172-0.234 0.266-0.453 0.266-0.203 0-0.328-0.094-0.438-0.266-0.172-0.266-0.313-0.547-0.5-0.812-0.844-1.172-2.125-2.094-3.609-2.094-1.297 0-2.141 0.594-3.047 1.437-0.109 0.094-0.219 0.156-0.359 0.156-0.266 0-0.5-0.234-0.5-0.5 0-0.047 0-0.078 0.016-0.109 1.437-5.906 7.141-9.25 12.984-9.25 5.812 0 11.578 3.344 12.984 9.25 0.016 0.031 0.016 0.063 0.016 0.109zM14 2v1.531c-0.328-0.016-0.672-0.031-1-0.031s-0.672 0.016-1 0.031v-1.531c0-0.547 0.453-1 1-1s1 0.453 1 1z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"418\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b01a6\" wfd-id=\"419\"><h4 data-css=\"tve-u-1624935a201\" style=\"text-align: left;\">Wax protection</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"417\"><p data-css=\"tve-u-162492e70ad\">Etiam pharetra, erat sed fermentum feugiat, velit mauris</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16249367114\" wfd-id=\"385\"><div class=\"tcb-flex-row tcb-medium-no-wrap tcb--cols--3 v-2\" data-css=\"tve-u-16229ffbb7b\" wfd-id=\"386\"><div class=\"tcb-flex-col\" wfd-id=\"403\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229fa6a26\" wfd-id=\"405\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b33f9\" wfd-id=\"411\"><svg class=\"tcb-icon\" viewBox=\"0 0 26 28\" data-name=\"magic\">\n<path d=\"M18.594 9.078l4.578-4.578-1.672-1.672-4.578 4.578zM25.578 4.5c0 0.266-0.094 0.516-0.281 0.703l-20.094 20.094c-0.187 0.187-0.438 0.281-0.703 0.281s-0.516-0.094-0.703-0.281l-3.094-3.094c-0.187-0.187-0.281-0.438-0.281-0.703s0.094-0.516 0.281-0.703l20.094-20.094c0.187-0.187 0.438-0.281 0.703-0.281s0.516 0.094 0.703 0.281l3.094 3.094c0.187 0.187 0.281 0.438 0.281 0.703zM4.469 1.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531zM9.938 4.062l3.063 0.938-3.063 0.938-0.938 3.063-0.938-3.063-3.063-0.938 3.063-0.938 0.938-3.063zM24.469 11.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531zM14.469 1.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"409\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b0a67\" wfd-id=\"410\"><h4 data-css=\"tve-u-16248fc42a1\" style=\"text-align: left;\">Dust &amp; Dash Console</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"406\"><p data-css=\"tve-u-162492e70ad\">Duis sed odio sit amet nibh vulputate cursus a sit amet mauris.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"396\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1622f65ba70\" wfd-id=\"398\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b60b4\" wfd-id=\"402\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"certificate\">\n<path d=\"M21.5 14l2.156 2.109c0.297 0.281 0.406 0.703 0.313 1.094-0.109 0.391-0.422 0.703-0.812 0.797l-2.938 0.75 0.828 2.906c0.109 0.391 0 0.812-0.297 1.094-0.281 0.297-0.703 0.406-1.094 0.297l-2.906-0.828-0.75 2.938c-0.094 0.391-0.406 0.703-0.797 0.812-0.094 0.016-0.203 0.031-0.297 0.031-0.297 0-0.594-0.125-0.797-0.344l-2.109-2.156-2.109 2.156c-0.281 0.297-0.703 0.406-1.094 0.313-0.406-0.109-0.703-0.422-0.797-0.812l-0.75-2.938-2.906 0.828c-0.391 0.109-0.812 0-1.094-0.297-0.297-0.281-0.406-0.703-0.297-1.094l0.828-2.906-2.938-0.75c-0.391-0.094-0.703-0.406-0.812-0.797-0.094-0.391 0.016-0.812 0.313-1.094l2.156-2.109-2.156-2.109c-0.297-0.281-0.406-0.703-0.313-1.094 0.109-0.391 0.422-0.703 0.812-0.797l2.938-0.75-0.828-2.906c-0.109-0.391 0-0.812 0.297-1.094 0.281-0.297 0.703-0.406 1.094-0.297l2.906 0.828 0.75-2.938c0.094-0.391 0.406-0.703 0.797-0.797 0.391-0.109 0.812 0 1.094 0.297l2.109 2.172 2.109-2.172c0.281-0.297 0.688-0.406 1.094-0.297 0.391 0.094 0.703 0.406 0.797 0.797l0.75 2.938 2.906-0.828c0.391-0.109 0.812 0 1.094 0.297 0.297 0.281 0.406 0.703 0.297 1.094l-0.828 2.906 2.938 0.75c0.391 0.094 0.703 0.406 0.812 0.797 0.094 0.391-0.016 0.812-0.313 1.094z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"400\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b12d8\" wfd-id=\"401\"><h4 data-css=\"tve-u-1625389a3d5\" style=\"text-align: left;\">Triple Foam Polish</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"399\"><p data-css=\"tve-u-162492e70ad\">Class aptent taciti sociosqu ad litora torquent</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"387\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229fa8c68\" wfd-id=\"389\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-16271adf6cf\" wfd-id=\"395\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"bullseye\">\n<path d=\"M16 14c0 2.203-1.797 4-4 4s-4-1.797-4-4 1.797-4 4-4 4 1.797 4 4zM18 14c0-3.313-2.688-6-6-6s-6 2.688-6 6 2.688 6 6 6 6-2.688 6-6zM20 14c0 4.422-3.578 8-8 8s-8-3.578-8-8 3.578-8 8-8 8 3.578 8 8zM22 14c0-5.516-4.484-10-10-10s-10 4.484-10 10 4.484 10 10 10 10-4.484 10-10zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"393\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-16248fc71c8\" wfd-id=\"394\"><h4 data-css=\"tve-u-1625389b4ed\" style=\"text-align: left;\">Tire dressing</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"390\"><p data-css=\"tve-u-162492e70ad\">Etiam pharetra, erat sed fermentum feugiat, velit mauris</p></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621ad46076\" wfd-id=\"349\">\n<div class=\"tve-page-section-out\" wfd-id=\"380\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621b072b4e\" wfd-id=\"350\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621a8b2488\" wfd-id=\"351\"><div class=\"tcb-flex-row tcb--cols--2 v-2\" data-css=\"tve-u-1621a8a804b\" wfd-id=\"352\"><div class=\"tcb-flex-col\" wfd-id=\"362\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16271bfe70c\" wfd-id=\"364\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h3\" data-css=\"tve-u-1621a8c4313\" wfd-id=\"379\"><h3><strong>Complete cleaning services for yoâ€‹ur car</strong></h3></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-16417b70f47\" wfd-id=\"365\"><ul class=\"tcb-styled-list\" wfd-id=\"366\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621acf0289\" wfd-id=\"375\"><div class=\"tcb-styled-list-icon\" wfd-id=\"377\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a8e11f3\" wfd-id=\"378\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ace1b08\" wfd-id=\"376\">We are a small business delivering professional cleaning services for all vehicles</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621acf64fb\" wfd-id=\"371\"><div class=\"tcb-styled-list-icon\" wfd-id=\"373\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a8e5625\" wfd-id=\"374\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ace4de9\" wfd-id=\"372\">Our services are convenient for individuals and corporate fleets</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"367\"><div class=\"tcb-styled-list-icon\" wfd-id=\"369\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a9076ef\" wfd-id=\"370\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621acf47d2\" wfd-id=\"368\">We use eco-friendly products that actually clean, protect and maintain your car better than the traditional cleaning substances</span></li></ul></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"353\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621a90a46f\" wfd-id=\"355\"><div class=\"thrv_wrapper thrv-fill-counter tve_red tve_normalfc thrv_data_element\" data-css=\"tve-u-1621a983587\" wfd-id=\"356\">\n<div class=\"tve_fill_counter_n\" style=\"\" data-fill=\"100\" data-css=\"tve-u-1621a98b602\" wfd-id=\"357\">\n<svg viewBox=\"0 0 160 160\" class=\"tve_fill_counter_circle\" shape-rendering=\"optimizeSpeed\" data-css=\"tve-u-1621a9a2862\">\n<circle class=\"tve_fill_counter_circle_inner\" r=\"80\" cx=\"80\" cy=\"80\" data-css=\"tve-u-1621a9685d4\"></circle>\n</svg>\n<div class=\"tve_fill_text_in\" data-css=\"tve-u-1621a96b190\" wfd-id=\"358\">\n<div class=\"tve_fill_text_value\" data-css=\"tve-u-1621a9a2866\" wfd-id=\"360\">\n<div class=\"thrv-inline-text tve_fill_text tve_editable\" data-css=\"tve-u-1621a9a2867\" wfd-id=\"361\"><strong>100%â€‹</strong></div>\n</div>\n<div class=\"thrv-inline-text tve_editable tve_data_element_label\" data-css=\"tve-u-1621a9750ae\" wfd-id=\"359\">Clean car</div>\n</div>\n</div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621ada1e7f\" data-value-type=\"percent\" wfd-id=\"311\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621adba9ef\" data-clip-id=\"52d5a36c151aa\" wfd-id=\"348\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-52d5a36c151aa\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0875\"></polygon></clipPath><clipPath id=\"clip-tablet-top-52d5a36c151aa\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0524\"></polygon></clipPath><clipPath id=\"clip-mobile-top-52d5a36c151aa\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0349\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621ad420c4\" wfd-id=\"312\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621ade6172\" wfd-id=\"313\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2 tcb-row-reversed-mobile tcb-mobile-edit v-2\" data-css=\"tve-u-1621adea58b\" wfd-id=\"314\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621b064646\" style=\"\" wfd-id=\"342\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ae0bec7\" wfd-id=\"344\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ae4fd21\" data-value-type=\"percent\" data-float=\"1\" wfd-id=\"345\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621ae6c8da\" data-clip-id=\"aa2c3e3c70555\" wfd-id=\"347\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0349\"></polygon></clipPath><clipPath id=\"clip-tablet-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"4\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0699\"></polygon></clipPath><clipPath id=\"clip-mobile-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"4\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0699\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb\" data-css=\"tve-u-1621ae4db6e\" wfd-id=\"346\"></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621b064668\" style=\"\" wfd-id=\"315\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621f45bed3\" wfd-id=\"317\"><div class=\"tcb-clear\" data-css=\"tve-u-16224848ee5\" wfd-id=\"340\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621afceb00\" wfd-id=\"341\"><h2 data-css=\"tve-u-1621afcc0bf\">Check Out Our Special Offer!</h2></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621afda4fa\" wfd-id=\"337\"><p data-css=\"tve-u-1621afd8c98\">Donâ€™t miss the opportunity to get 50% discount on a complete cleaning just by recommending us to a friend. Bring someone you know with you and clean you car half price!</p></div><div class=\"tcb-clear\" data-css=\"tve-u-16224834cab\" wfd-id=\"318\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621fe85996\" wfd-id=\"319\"><div class=\"tcb-flex-row tcb--cols--2 tcb-resized tcb-medium-wrap tcb-desktop-wrap\" data-css=\"tve-u-1621fe78878\" wfd-id=\"320\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621fe94086\" style=\"\" wfd-id=\"328\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"330\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621b01355a\" wfd-id=\"331\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621b08fdde\" data-tcb_hover_state_parent=\"1\" wfd-id=\"336\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16223f02c16\" wfd-id=\"332\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-1620af7eb3f\" data-tcb_hover_state_parent=\"\" data-button-style=\"full_rounded\" wfd-id=\"333\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"334\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-16228c75500\" wfd-id=\"335\"><strong>Request an appointment</strong></span></span>\n</a>\n</div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621fe940b9\" style=\"\" wfd-id=\"321\"><div class=\"tcb-col\" wfd-id=\"323\"><div class=\"tcb-clear\" data-css=\"tve-u-16224716d62\" wfd-id=\"324\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-1621b028939\" data-tcb_hover_state_parent=\"\" data-button-style=\"ghost\" wfd-id=\"325\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"326\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-16228c764b2\" wfd-id=\"327\"><strong>Call Now: 0400-700-682</strong></span></span>\n</a>\n</div></div></div></div></div></div></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16260ba2fa4\" wfd-id=\"214\">\n<div class=\"tve-page-section-out\" wfd-id=\"310\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16260be7104\" wfd-id=\"215\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621b0e4fb7\" wfd-id=\"309\"><h2 data-css=\"tve-u-1621b10fccf\" style=\"text-align: center;\">our happy clients</h2></div><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641367127b\" data-float=\"1\" wfd-id=\"308\"><svg class=\"tcb-icon\" viewBox=\"0 0 30 32\" data-name=\"quote-left\">\n<path d=\"M13.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429zM29.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641367e553\" wfd-id=\"307\"><svg class=\"tcb-icon\" viewBox=\"0 0 30 32\" data-name=\"quote-left\">\n<path d=\"M13.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429zM29.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a10d3b4\" wfd-id=\"276\">\n<div class=\"tve-content-box-background\" wfd-id=\"306\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"277\"><div class=\"tcb-clear\" data-css=\"tve-u-1621b300a64\" wfd-id=\"304\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-1621f154231\" wfd-id=\"305\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621b200375\" wfd-id=\"280\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-16260d8392c\" wfd-id=\"281\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"288\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"290\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16417b62c09\" wfd-id=\"291\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-16260d8396c\" wfd-id=\"292\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16260d01208\" style=\"\" wfd-id=\"298\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"300\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"301\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16225617da3\" wfd-id=\"303\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"302\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16260d0120e\" style=\"\" wfd-id=\"293\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"295\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"297\"><h5>Brett Graham, 28</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"296\"><h6 class=\"\">Architect</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"282\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"284\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"285\"><p data-css=\"tve-u-162539c17ec\">Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit. Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit.&nbsp;</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-16260c5ff0c\" wfd-id=\"278\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260c5ff07\" wfd-id=\"279\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a12f675\" wfd-id=\"247\">\n<div class=\"tve-content-box-background\" wfd-id=\"275\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"248\"><div class=\"tcb-clear\" data-css=\"tve-u-16260cd7683\" wfd-id=\"273\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260d73672\" wfd-id=\"274\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16260da3aa7\" wfd-id=\"251\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-1621fb68b97\" wfd-id=\"252\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"257\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"259\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16417b662bf\" wfd-id=\"260\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-1621fb65556\" wfd-id=\"261\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16229915e1a\" style=\"\" wfd-id=\"267\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"269\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"270\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16260c433e9\" wfd-id=\"272\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"271\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16229915e4e\" style=\"\" wfd-id=\"262\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"264\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"266\"><h5>Rosie Hanson, 24</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"265\"><h6 class=\"\">Real estate Associate</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"253\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"255\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"256\"><p data-css=\"tve-u-162539c17ec\">Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo.</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-16260d3b97e\" wfd-id=\"249\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260d39b83\" wfd-id=\"250\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a146aef\" wfd-id=\"216\">\n<div class=\"tve-content-box-background\" wfd-id=\"246\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"217\"><div class=\"tcb-clear\" data-css=\"tve-u-16260cd7683\" wfd-id=\"244\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260cd622f\" wfd-id=\"245\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16260c39a7e\" wfd-id=\"220\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-16260d3f4aa\" wfd-id=\"221\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"228\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"230\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621fbacc60\" wfd-id=\"231\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-16260d3f4af\" wfd-id=\"232\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16229915e1a\" style=\"\" wfd-id=\"238\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"240\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"241\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16260d5e4b8\" wfd-id=\"243\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"242\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16229915e4e\" style=\"\" wfd-id=\"233\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"235\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"237\"><h5>Shawn Mattews, 35</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"236\"><h6 class=\"\">project manager</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"222\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"224\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"225\"><p data-css=\"tve-u-162539c17ec\">Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo. Nullam ac urna eu felis.Sed non neque elit. Sed ut imperdiet nisi. Proin condimentum</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1621b30ca74\" wfd-id=\"218\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-1621f15b521\" wfd-id=\"219\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621b3c8c52\" wfd-id=\"108\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621b3cfc7b\" wfd-id=\"213\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621b3c74d9\" wfd-id=\"109\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621e7b695a\" wfd-id=\"212\"><h2 data-css=\"tve-u-1621e7a7350\" style=\"text-align: center;\">our offers</h2></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621e7c899a\" wfd-id=\"110\"><div class=\"tcb-flex-row tcb--cols--3 tcb-medium-wrap v-2\" data-css=\"tve-u-1621e7c7aa1\" wfd-id=\"111\"><div class=\"tcb-flex-col\" wfd-id=\"176\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16223fc9f23\" wfd-id=\"178\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e7ceab3\" style=\"\" wfd-id=\"179\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16416e4fafd\" wfd-id=\"211\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e7d5094\" wfd-id=\"180\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e7e9950\" data-value-type=\"percent\" style=\"\" wfd-id=\"207\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e7edfd9\" data-clip-id=\"10ffac3b28f1d\" wfd-id=\"210\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-10ffac3b28f1d\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-10ffac3b28f1d\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e7e6c1d\" wfd-id=\"208\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-16417b4cb9e\" wfd-id=\"209\"><h4 data-css=\"tve-u-1621fe1a1af\" style=\"text-align: center;\"><strong>Basic Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ec6c39b\" data-float=\"1\" wfd-id=\"203\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e81f424\" wfd-id=\"206\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec752da\" wfd-id=\"204\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"205\"><h4 data-css=\"tve-u-1621fe1bd18\" style=\"text-align: center;\"><strong>15$</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621ea50702\" wfd-id=\"181\"><ul class=\"tcb-styled-list\" wfd-id=\"182\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec3a5c0\" wfd-id=\"199\"><div class=\"tcb-styled-list-icon\" wfd-id=\"201\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec204df\" wfd-id=\"202\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec241aa\" wfd-id=\"200\">Interior vacuum</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"195\"><div class=\"tcb-styled-list-icon\" wfd-id=\"197\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec20f68\" wfd-id=\"198\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec2704c\" wfd-id=\"196\">Dust &amp;dash console</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec42aa7\" wfd-id=\"191\"><div class=\"tcb-styled-list-icon\" wfd-id=\"193\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec21a31\" wfd-id=\"194\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec298ab\" wfd-id=\"192\">Hand towel dry</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec43fe2\" wfd-id=\"187\"><div class=\"tcb-styled-list-icon\" wfd-id=\"189\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ea1fba7\" wfd-id=\"190\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea23322\" wfd-id=\"188\">Clean windows</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec454d9\" wfd-id=\"183\"><div class=\"tcb-styled-list-icon\" wfd-id=\"185\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ea295c0\" wfd-id=\"186\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea2c69a\" wfd-id=\"184\">Soft cloth wash</span></li></ul></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"143\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"145\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621eb81205\" style=\"\" wfd-id=\"146\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16416e603ab\" wfd-id=\"175\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621eb7ccb0\" wfd-id=\"147\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ebbbb6d\" data-value-type=\"percent\" wfd-id=\"171\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eaaedd8\" data-clip-id=\"a2b9cf3198d6f\" wfd-id=\"174\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-a2b9cf3198d6f\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-a2b9cf3198d6f\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec7f21a\" wfd-id=\"172\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e930bd7\" wfd-id=\"173\"><h4 data-css=\"tve-u-1621e92e97f\" style=\"text-align: center;\"><strong>Ultimate Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ec78d2c\" data-float=\"1\" wfd-id=\"167\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eab272c\" wfd-id=\"170\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec79a7d\" wfd-id=\"168\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"169\"><h4 data-css=\"tve-u-1621e942b65\" style=\"text-align: center;\"><strong>22 $</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621ebfa746\" wfd-id=\"164\"><p data-css=\"tve-u-1621f4ceaf6\" style=\"text-align: center;\">Includes basic service <span data-css=\"tve-u-1621f4ceaf7\" style=\"color: rgb(15, 29, 123);\" wfd-id=\"165\"><strong class=\"\"><span data-css=\"tve-u-1621f4ceafb\" wfd-id=\"166\">+</span></strong></span></p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621ebf340c\" wfd-id=\"148\"><ul class=\"tcb-styled-list\" wfd-id=\"149\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-164137a0b1f\" wfd-id=\"158\"><div class=\"tcb-styled-list-icon\" wfd-id=\"162\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec0c5bd\" wfd-id=\"163\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ebfe4ce\" wfd-id=\"159\">Triple foam conditiner</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec04541\" wfd-id=\"154\"><div class=\"tcb-styled-list-icon\" wfd-id=\"156\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec09a3c\" wfd-id=\"157\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ebff867\" wfd-id=\"155\">Tire dressing</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec05cc3\" wfd-id=\"150\"><div class=\"tcb-styled-list-icon\" wfd-id=\"152\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec15f6e\" wfd-id=\"153\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec009a8\" wfd-id=\"151\">Air freshner</span></li></ul></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"112\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16223dad661\" wfd-id=\"114\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621fd9c946\" style=\"\" wfd-id=\"115\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e7d234c\" wfd-id=\"142\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621fd84d7b\" wfd-id=\"116\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16223b080b0\" data-value-type=\"percent\" wfd-id=\"138\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eb3eb9f\" data-clip-id=\"ac98bb0e54b3b\" wfd-id=\"141\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621fd8766c\" wfd-id=\"139\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e930bd7\" wfd-id=\"140\"><h4 data-css=\"tve-u-1621fe1587d\" style=\"text-align: center;\"><strong>Supreme Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e8107f3\" wfd-id=\"134\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eb43d8d\" wfd-id=\"137\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e819c52\" wfd-id=\"135\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"136\"><h4 data-css=\"tve-u-1621fe1725e\" style=\"text-align: center;\"><strong>30 $</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621eb037bb\" wfd-id=\"131\"><p data-css=\"tve-u-1621f4d0451\" style=\"text-align: center;\">Includes ultimate service <span data-css=\"tve-u-1621eaff572\" style=\"color: rgb(15, 29, 123);\" wfd-id=\"132\"><strong class=\"\"><span data-css=\"tve-u-1621eb01b60\" wfd-id=\"133\">+</span></strong></span></p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621eacf6af\" wfd-id=\"117\"><ul class=\"tcb-styled-list\" wfd-id=\"118\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec36a4d\" wfd-id=\"127\"><div class=\"tcb-styled-list-icon\" wfd-id=\"129\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e9993aa\" wfd-id=\"130\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea1a5d7\" wfd-id=\"128\">Exterior trim dressing</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"123\"><div class=\"tcb-styled-list-icon\" wfd-id=\"125\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e99b1db\" wfd-id=\"126\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea19a06\" wfd-id=\"124\">Hand applied spray wax</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec37ea5\" wfd-id=\"119\"><div class=\"tcb-styled-list-icon\" wfd-id=\"121\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e99c314\" wfd-id=\"122\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea18c5d\" wfd-id=\"120\">Interior conditioner</span></li></ul></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621efddaaf\" wfd-id=\"66\">\n<div class=\"tve-page-section-out\" wfd-id=\"107\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621edf8048\" wfd-id=\"67\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621f114214\" wfd-id=\"68\"><div class=\"tcb-flex-row tcb-mobile-edit tcb--cols--2\" data-css=\"tve-u-1621ee03000\" wfd-id=\"69\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621ee4be21\" style=\"\" wfd-id=\"75\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ee093d4\" wfd-id=\"77\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ee3afec\" wfd-id=\"78\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621ee58e74\" wfd-id=\"106\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ee37f4a\" wfd-id=\"79\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1621ee74a24\" wfd-id=\"105\"><svg class=\"tcb-icon\" viewBox=\"0 0 16 28\" data-name=\"map-marker\">\n<path d=\"M12 10c0-2.203-1.797-4-4-4s-4 1.797-4 4 1.797 4 4 4 4-1.797 4-4zM16 10c0 0.953-0.109 1.937-0.516 2.797l-5.688 12.094c-0.328 0.688-1.047 1.109-1.797 1.109s-1.469-0.422-1.781-1.109l-5.703-12.094c-0.406-0.859-0.516-1.844-0.516-2.797 0-4.422 3.578-8 8-8s8 3.578 8 8z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621ee63e1c\" wfd-id=\"104\"><h2 data-css=\"tve-u-1621fdcb4ea\" style=\"text-align: center;\">contact us</h2></div><div class=\"thrv_wrapper thrv-contact-form\" data-ct=\"contact_form-22343\" style=\"\" data-css=\"tve-u-16465071dea\" data-ct-name=\"Rounded Shadow\" wfd-id=\"82\">\n<form action=\"\" method=\"post\" novalidate=\"\" sourceindex=\"0\" wfd-id=\"83\">\n<div class=\"tve-cf-item-wrapper\" wfd-id=\"87\">\n<div class=\"tve-cf-item\" data-css=\"tve-u-1695dd04208\" wfd-id=\"100\">\n<div class=\"thrv-cf-input-wrapper\" data-type=\"first_name\" wfd-id=\"101\">\n<label data-css=\"tve-u-1695d9d6525\" class=\"\" wfd-id=\"103\">First Name</label>\n<div class=\"tve-cf-input\" data-css=\"tve-u-1695d9d6526\" data-tcb_hover_state_parent=\"\" wfd-id=\"102\">\n<input placeholder=\"\" type=\"text\" name=\"first_name\" data-placeholder=\"\" sourceindex=\"1\" wfd-id=\"512\">\n</div>\n</div>\n</div>\n<div class=\"tve-cf-item\" data-css=\"tve-u-1695dd04208\" wfd-id=\"96\">\n<div class=\"thrv-cf-input-wrapper\" data-type=\"email\" wfd-id=\"97\">\n<label data-css=\"tve-u-1695d9d6527\" class=\"\" wfd-id=\"99\">Email Address</label>\n<div class=\"tve-cf-input\" data-css=\"tve-u-1695d9d6528\" data-tcb_hover_state_parent=\"\" wfd-id=\"98\">\n<input placeholder=\"\" type=\"email\" name=\"email\" data-placeholder=\"\" sourceindex=\"2\" wfd-id=\"511\">\n</div>\n</div>\n</div>\n<div class=\"tve-cf-item\" data-css=\"tve-u-1695dd484d7\" wfd-id=\"92\">\n<div class=\"thrv-cf-input-wrapper\" data-type=\"message\" wfd-id=\"93\">\n<label data-css=\"tve-u-1695d9d6529\" class=\"\" wfd-id=\"95\">Message</label>\n<div class=\"tve-cf-input\" data-css=\"tve-u-1695d9d652a\" data-tcb_hover_state_parent=\"\" wfd-id=\"94\">\n<textarea placeholder=\"\" data-placeholder=\"\" name=\"message\" sourceindex=\"3\" wfd-id=\"514\"></textarea>\n</div>\n</div>\n</div>\n<div class=\"tve-cf-item\" data-css=\"tve-u-1695dd04208\" wfd-id=\"88\">\n	<div class=\"thrv-cf-input-wrapper\" data-type=\"phone\" wfd-id=\"89\">\n		<label data-css=\"tve-u-1695d9d6525\" class=\"\" wfd-id=\"91\">Phone Number</label>\n		<div class=\"tve-cf-input\" data-css=\"tve-u-1695d9d6526\" wfd-id=\"90\">\n			<input placeholder=\"+1-555-555-2368\" type=\"tel\" name=\"phone\" data-placeholder=\"+1-555-555-2368\" sourceindex=\"4\" wfd-id=\"510\">\n		</div>\n	</div>\n</div></div>\n<div class=\"tve-cf-submit\" data-tcb_hover_state_parent=\"\" data-button-style=\"rounded\" data-css=\"tve-u-1695dd27f6a\" wfd-id=\"84\">\n<button class=\"tve_btn_txt\" type=\"submit\" sourceindex=\"5\" wfd-id=\"527\">Submit Message</button>\n</div>\n<input type=\"hidden\" name=\"config\" value=\"YTozOntzOjE0OiJlcnJvcl9tZXNzYWdlcyI7YTo0OntzOjU6ImVtYWlsIjtzOjIxOiJFbWFpbCBhZGRyZXNzIGludmFsaWQiO3M6NToicGhvbmUiO3M6MjA6IlBob25lIG51bWJlciBpbnZhbGlkIjtzOjM6InVybCI7czoxMToiVVJMIGludmFsaWQiO3M6ODoicmVxdWlyZWQiO3M6MjA6IlJlcXVpcmVkIGZpZWxkIGVtcHR5Ijt9czo4OiJ0b19lbWFpbCI7YToyOntzOjI6InRvIjtzOjI4OiJpbmZvQGJlc3RjZXJha290ZWZsb3JpZGEuY29tIjtzOjc6InN1YmplY3QiO3M6MTg6Ik5ldyBtZXNzYWdlIGZyb206ICI7fXM6Njoic3VibWl0IjthOjEwOntzOjY6ImFjdGlvbiI7czoxMjoibm90aWZpY2F0aW9uIjtzOjIzOiJzZW5kX2NvbmZpcm1hdGlvbl9lbWFpbCI7YjoxO3M6MTk6InNlbmRlcl9wZXJzb25hbGl6ZWQiO2I6MDtzOjIwOiJjb25maXJtYXRpb25fc3ViamVjdCI7czozNjoiQ29udGFjdCBGb3JtIHN1Ym1pc3Npb24gY29uZmlybWF0aW9uIjtzOjIwOiJjb25maXJtYXRpb25fbWVzc2FnZSI7czoxMzk6IkhlbGxvLCAKClRoYW5rcyBmb3IgY29udGFjdGluZyB1cy4gV2UnbGwgZ2V0IGJhY2sgdG8geW91IGFzIHNvb24gYXMgcG9zc2libGUgd2l0aCB0aGUgaW5mb3JtYXRpb24geW91IG5lZWQuIAoKQmVzdCByZWdhcmRzLApbd3Bfc2l0ZV90aXRsZV0iO3M6OToiZnJvbV9uYW1lIjtzOjI4OiJUaGUgQmVzdCBDZXJha290ZSBJbiBGbG9yaWRhIjtzOjEwOiJmcm9tX2VtYWlsIjtzOjI5OiJhZG1pbkBiZXN0Y2VyYWtvdGVmbG9yaWRhLmNvbSI7czo4OiJyZXBseV90byI7czoyOToiYWRtaW5AYmVzdGNlcmFrb3RlZmxvcmlkYS5jb20iO3M6MzoidXJsIjtzOjA6IiI7czoxMjoibm90aWZpY2F0aW9uIjtzOjgxOiJZb3VyIG1lc3NhZ2UgaGFzIGJlZW4gc2VudCwgdGhhbmsgeW91ISBZb3UnbGwgaGVhciBmcm9tIHVzIHdpdGhpbiB0aGUgbmV4dCAyNCBocnMiO319\" wfd-id=\"509\"></form>\n</div><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_slide_left\" data-css=\"tve-u-1621ef118dc\" style=\"\" wfd-id=\"80\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"81\"><img class=\"tve_image tve_evt_manager_listen tve_et_tve-viewport wp-image-600\" alt=\"\" width=\"2148\" height=\"1968\" title=\"CertifiedLogo_transparent\" data-id=\"600\" src=\"https://bestcerakoteflorida.com/wp-content/uploads/2019/03/CertifiedLogo_transparent-e1552073635916.png\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_left&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" style=\"width: 100%;\"></span></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621ee4be73\" style=\"\" wfd-id=\"70\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ee22c43\" wfd-id=\"72\"><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-1695d995f33\" wfd-id=\"74\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=825 South Kings Highway, Fort Pierce&amp;t=m&amp;z=11&amp;output=embed&amp;iwloc=near\"></iframe>\n</div><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-1621ee18a1c\" wfd-id=\"73\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=davie, Florida 33317&amp;t=m&amp;z=11&amp;output=embed&amp;iwloc=near\"></iframe>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-custom-menu-inside\" data-css=\"tve-u-1621f0aa8f7\" style=\"z-index: 8;\" wfd-id=\"28\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621f0ada0e\" wfd-id=\"65\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621f0b0088\" style=\"z-index: 8;\" wfd-id=\"29\"><div class=\"thrv_wrapper thrv-columns tve-custom-menu-inside\" data-css=\"tve-u-1621f0d2c1a\" wfd-id=\"30\"><div class=\"tcb-flex-row tcb--cols--3 tcb-resized\" data-css=\"tve-u-1621f0cbe40\" wfd-id=\"31\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1695e826914\" style=\"\" wfd-id=\"59\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"61\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621f0da775\" wfd-id=\"62\"><p data-css=\"tve-u-1622444fb11\" style=\"text-align: center;\">Â© 2018, BLACKHAWK CUSTOM, LLC . All rights reserved.</p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1695e826ae0\" style=\"z-index: 8;\" wfd-id=\"38\"><div class=\"tcb-col\" style=\"z-index: 8;\" wfd-id=\"40\"><div class=\"thrv_wrapper thrv_widget_menu tve-custom-menu-upgrade tve-menu-style-none tve-dropdown-icon-style_2 tve-mobile-dropdown\" data-tve-style=\"tve_horizontal\" data-tve-switch-icon=\"tablet,mobile\" data-css=\"tve-u-1695e821f4c\" tcb-template-name=\"Simple Underline Light\" tcb-template-id=\"28130\" data-ct=\"menu-28130\" style=\"\" wfd-id=\"41\">	<div class=\"thrive-shortcode-config\" style=\"display: none !important\" wfd-id=\"58\">__CONFIG_widget_menu__{\"menu_id\":\"custom\",\"color\":\"tve_red\",\"dir\":\"tve_horizontal\",\"font_class\":\"\",\"font_size\":\"\",\"ul_attr\":\"\",\"link_attr\":\"\",\"top_link_attr\":\"\",\"trigger_attr\":\"\",\"primary\":\"\",\"head_css\":\"\",\"background_hover\":\"\",\"main_hover\":\"\",\"child_hover\":\"\",\"group_edit\":[{\"css_id\":null,\"class\":\"\"},{\"css_id\":null,\"class\":\"\"},{\"css_id\":null,\"class\":\"\"},{\"css_id\":null,\"class\":\"\"}],\"menu_style\":\"none\",\"dropdown_icon\":\"style_2\",\"mobile_side\":\"dropdown\",\"mobile_icon\":\"\",\"switch_to_icon\":\"tablet,mobile\",\"template\":\"28130\",\"template_name\":\"Simple Underline Light\"}__CONFIG_widget_menu__</div>\n<div class=\"thrive-shortcode-html tve-menu-custom-type thrive-shortcode-html-editable tve-custom-menu-type tve_clearfix\" style=\"z-index: 8;\" wfd-id=\"42\">\n<a class=\"tve-m-trigger t_tve_horizontal tve_red\" href=\"javascript:void(0)\"><div class=\"thrv_wrapper thrv_icon tcb-icon-open tve-trigger-active\" data-not-changeable=\"true\" data-selector=\"[data-css=&quot;tve-u-1695e821f4c&quot;] .tcb-icon-open\" wfd-id=\"57\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 24\" data-name=\"align-justify\"><g><g><path class=\"st0\" d=\"M23,13H1c-0.6,0-1-0.4-1-1s0.4-1,1-1h22c0.6,0,1,0.4,1,1S23.6,13,23,13z\"></path></g><g><path class=\"st0\" d=\"M23,6.7H1c-0.6,0-1-0.4-1-1s0.4-1,1-1h22c0.6,0,1,0.4,1,1S23.6,6.7,23,6.7z\"></path></g><g><path class=\"st0\" d=\"M23,19.3H1c-0.6,0-1-0.4-1-1s0.4-1,1-1h22c0.6,0,1,0.4,1,1S23.6,19.3,23,19.3z\"></path></g></g></svg></div><div class=\"thrv_wrapper thrv_icon tcb-icon-close\" data-not-changeable=\"true\" data-selector=\"[data-css=&quot;tve-u-1695e821f4c&quot;] .tcb-icon-close\" wfd-id=\"56\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 24\" data-name=\"close\"><path class=\"st0\" d=\"M13.4,12l7.1-7.1c0.4-0.4,0.4-1,0-1.4s-1-0.4-1.4,0L12,10.6L4.9,3.5c-0.4-0.4-1-0.4-1.4,0s-0.4,1,0,1.4l7.1,7.1 l-7.1,7.1c-0.4,0.4-0.4,1,0,1.4c0.4,0.4,1,0.4,1.4,0l7.1-7.1l7.1,7.1c0.4,0.4,1,0.4,1.4,0c0.4-0.4,0.4-1,0-1.4L13.4,12z\"></path></svg></div></a><ul id=\"menu-main-menu\" class=\"tve_w_menu tve_horizontal tve-m-collapsed\" style=\"z-index: 6;\" wfd-id=\"43\"><li id=\"tcb_custom_menu_5402f616\" class=\"menu-item menu-item-type-post_type menu-item-object-page thrv_wrapper thrv-menu-item-element thrv-custom-menu-item\" data-selector=\"[data-css=&quot;tve-u-1695e821f4c&quot;] #tcb_custom_menu_5402f616\" data-tcb_hover_state_parent=\"\" wfd-id=\"53\"><a href=\"https://bestcerakoteflorida.com/privacy/\"><span class=\"tve-disabled-text-inner\" wfd-id=\"55\">Privacy</span><span class=\"tve-disabled-text-inner tve-item-dropdown-trigger\" wfd-id=\"54\"></span></a></li><li id=\"tcb_custom_menu_13475a66\" class=\"menu-item menu-item-type-post_type menu-item-object-page thrv_wrapper thrv-menu-item-element thrv-custom-menu-item\" data-selector=\"[data-css=&quot;tve-u-1695e821f4c&quot;] #tcb_custom_menu_13475a66\" data-tcb_hover_state_parent=\"\" wfd-id=\"50\"><a href=\"https://bestcerakoteflorida.com/privacy-policy/\"><span class=\"tve-disabled-text-inner\" wfd-id=\"52\">TERMS</span><span class=\"tve-disabled-text-inner tve-item-dropdown-trigger\" wfd-id=\"51\"></span></a></li><li id=\"tcb_custom_menu_a19cc162\" class=\"menu-item menu-item-type-post_type menu-item-object-page thrv_wrapper thrv-menu-item-element thrv-custom-menu-item\" data-selector=\"[data-css=&quot;tve-u-1695e821f4c&quot;] #tcb_custom_menu_a19cc162\" data-tcb_hover_state_parent=\"\" wfd-id=\"47\"><a href=\"\"><span class=\"tve-disabled-text-inner\" wfd-id=\"49\">NAV#3</span><span class=\"tve-disabled-text-inner tve-item-dropdown-trigger\" wfd-id=\"48\"></span></a></li><li id=\"tcb_custom_menu_hgZvKxml\" class=\"menu-item menu-item-type-post_type menu-item-object-page thrv_wrapper thrv-menu-item-element thrv-custom-menu-item active-expand-children\" data-selector=\"[data-css=&quot;tve-u-1695e821f4c&quot;] #tcb_custom_menu_hgZvKxml\" data-tcb_hover_state_parent=\"\" wfd-id=\"44\"><a href=\"\"><span class=\"tve-disabled-text-inner\" wfd-id=\"46\">NAV#5</span><span class=\"tve-disabled-text-inner tve-item-dropdown-trigger\" wfd-id=\"45\"></span></a></li></ul></div>	</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1695e826b67\" wfd-id=\"32\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"34\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16223fe5f5b\" wfd-id=\"35\"><p data-css=\"tve-u-1621f0d874c\" style=\"text-align: center;\">Made with <a data-css=\"tve-u-1695e7e070d\" href=\"https://thrivethemes.com/\" target=\"_blank\">Thrive Architect</a></p></div></div></div></div></div></div>\n</div>\n\n'),(7432,604,'tve_revision_tve_content_more_found',''),(7433,604,'tve_revision_tve_save_post',''),(7434,604,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Merriweather:400,700&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Montserrat:600,400,500,700&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Special+Elite:400&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Poppins:400,800,900,300,700,&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Monda:400,700,&subset=latin\");@media (min-width: 300px){.tcb-plain-text { font-family: Monda; font-weight: 400; font-size: 14px; }#tve_editor [data-css=\"tve-u-1621b072b4e\"] p, #tve_editor [data-css=\"tve-u-1621b072b4e\"] li, #tve_editor [data-css=\"tve-u-1621b072b4e\"] blockquote, #tve_editor [data-css=\"tve-u-1621b072b4e\"] address, #tve_editor [data-css=\"tve-u-1621b072b4e\"] .tcb-plain-text, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h1, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h2, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h3, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h4, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h5, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h6 { color: rgb(18, 18, 18); }[data-css=\"tve-u-1621fe78878\"] .tcb-flex-col { flex-basis: 160px !important; }[data-css=\"tve-u-16417b70f47\"] { padding: 0px !important; margin: 0px !important; }#tve_editor [data-css=\"tve-u-1621fdcb4ea\"] { color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1641367127b\"] > :first-child { color: rgb(15, 29, 123); }[data-css=\"tve-u-1641367127b\"] { font-size: 60px; float: none; box-shadow: none; position: relative; z-index: 5; margin: 0px auto !important; }#tve_editor [data-css=\"tve-u-1641333d7d1\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-162717cb617\"] > .tcb-flex-col { padding-left: 0px; }#tve_editor [data-css=\"tve-u-16413112747\"] { letter-spacing: 3px; color: rgb(255, 255, 255) !important; font-size: 15px !important; text-transform: capitalize !important; font-family: Merriweather !important; font-weight: 400 !important; }[data-css=\"tve-u-16369305186\"] > .tve-cb { display: block; }#tve_editor [data-css=\"tve-u-162717cb609\"] p, #tve_editor [data-css=\"tve-u-162717cb609\"] li, #tve_editor [data-css=\"tve-u-162717cb609\"] blockquote, #tve_editor [data-css=\"tve-u-162717cb609\"] address, #tve_editor [data-css=\"tve-u-162717cb609\"] h1, #tve_editor [data-css=\"tve-u-162717cb609\"] h2, #tve_editor [data-css=\"tve-u-162717cb609\"] h3, #tve_editor [data-css=\"tve-u-162717cb609\"] h4, #tve_editor [data-css=\"tve-u-162717cb609\"] h5, #tve_editor [data-css=\"tve-u-162717cb609\"] h6 { color: rgb(255, 255, 255); }[data-css=\"tve-u-16369305186\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-162717cb621\"] .tve-page-section-in { display: flex; justify-content: center; flex-direction: column; }[data-css=\"tve-u-162717fcf9d\"] .tve-page-section-in { display: block; }[data-css=\"tve-u-1628a146aef\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1628a12f675\"] { padding: 0px !important; margin: 0px 0px 60px !important; }[data-css=\"tve-u-1628a10d3b4\"] { max-width: 100%; padding: 0px !important; margin: 0px 0px 60px !important; }#tve_editor [data-css=\"tve-u-162717cb618\"] p, #tve_editor [data-css=\"tve-u-162717cb618\"] li, #tve_editor [data-css=\"tve-u-162717cb618\"] blockquote, #tve_editor [data-css=\"tve-u-162717cb618\"] address, #tve_editor [data-css=\"tve-u-162717cb618\"] h1, #tve_editor [data-css=\"tve-u-162717cb618\"] h2, #tve_editor [data-css=\"tve-u-162717cb618\"] h3, #tve_editor [data-css=\"tve-u-162717cb618\"] h4, #tve_editor [data-css=\"tve-u-162717cb618\"] h5, #tve_editor [data-css=\"tve-u-162717cb618\"] h6 { color: rgb(0, 229, 255); }[data-css=\"tve-u-162718bd0c0\"] { clip-path: url(\"#clip-top-a3b25e1c9221a\"); -webkit-clip-path: url(\"#clip-top-a3b25e1c9221a\");  opacity: 1; filter: grayscale(0%) blur(0px); background-image: none !important; background-color: transparent !important; }[data-css=\"tve-u-162718a3b40\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-162717fcf9d\"] { z-index: 0 !important; padding: 170px 40px 0px !important; margin-top: -80px !important; }[data-css=\"tve-u-16260cd622f\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-16260cd7683\"]::after { clear: both; }[data-css=\"tve-u-16260cd622f\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin-top: 0px !important; margin-bottom: -1px !important; }[data-css=\"tve-u-16260be7104\"] { max-width: 1200px; }[data-css=\"tve-u-16260ba2fa4\"] { padding: 100px 40px !important; }[data-css=\"tve-u-162539c17ec\"] { line-height: 1.6em !important; }#tve_editor [data-css=\"tve-u-162493b6b63\"]:hover { background-color: rgb(248, 249, 251) !important; }#tve_editor [data-css=\"tve-u-1624939a960\"]:hover { background-color: rgb(248, 249, 251) !important; background-image: none !important; }#tve_editor [data-css=\"tve-u-162492e70ad\"] { color: rgb(137, 141, 167) !important; }[data-css=\"tve-u-162492815ba\"] { padding: 0px !important; margin-top: 25px !important; }[data-css=\"tve-u-162491e8e1f\"]::after { clear: both; }[data-css=\"tve-u-1622f65ba70\"] { border: none; background-image: none !important; padding: 0px 30px 30px !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-1622a159bcb\"] { max-width: 100%; float: none; z-index: 6; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; margin-top: 0px !important; }[data-css=\"tve-u-16229915e4e\"] { max-width: 62.8%; }[data-css=\"tve-u-16229915e1a\"] { max-width: 37.2%; }[data-css=\"tve-u-16225617da3\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-Brett.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16225611edb\"] { min-height: 127px; }[data-css=\"tve-u-1622561121b\"] { max-width: 127px; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-16224848ee5\"]::after { clear: both; }[data-css=\"tve-u-16224834cab\"]::after { clear: both; }[data-css=\"tve-u-1621ee3afec\"] > .tve-cb { display: block; }[data-css=\"tve-u-1621fe78878\"] > .tcb-flex-col { padding-left: 5px; }[data-css=\"tve-u-1621fe940b9\"] { max-width: 50%; }[data-css=\"tve-u-1621fe94086\"] { max-width: 50%; }[data-css=\"tve-u-1621fe85996\"] { max-width: 585px; float: left; z-index: 3; position: relative; width: 100%; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621fe78878\"] > .tcb-flex-col > .tcb-col { min-height: 65px; justify-content: center; }[data-css=\"tve-u-1621fe78878\"] { min-height: inherit; margin-left: -5px; padding: 0px !important; flex-wrap: wrap !important; }#tve_editor [data-css=\"tve-u-1621f4d0451\"] { font-size: 20px !important; }#tve_editor [data-css=\"tve-u-1621f4ceaf6\"] { font-size: 20px !important; color: rgb(12, 12, 12) !important; }[data-css=\"tve-u-1621f45bed3\"] { padding: 0px !important; }[data-css=\"tve-u-1621f114214\"] { float: none; max-width: 100%; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621f0da775\"] { padding: 0px !important; }#tve_editor [data-css=\"tve-u-1621f0d874c\"] { letter-spacing: 1px; color: rgb(255, 255, 255) !important; font-size: 14px !important; }[data-css=\"tve-u-1621f0d2c1a\"] { max-width: 100%; margin-left: 60px !important; margin-right: 60px !important; }[data-css=\"tve-u-1621f0aa8f7\"] .tve-page-section-in { display: flex; justify-content: center; flex-direction: column; }[data-css=\"tve-u-1621f0cbe40\"] { margin-left: 0px; padding: 0px !important; }[data-css=\"tve-u-1621f0cbe40\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-1621f0b0088\"] { max-width: 100%; min-height: 140px !important; }[data-css=\"tve-u-1621f0ada0e\"] { background-image: linear-gradient(rgb(22, 22, 24), rgb(22, 22, 24)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1621f0aa8f7\"] { padding: 0px !important; }[data-css=\"tve-u-1621efddaaf\"] { padding: 0px !important; }[data-css=\"tve-u-1621ef118dc\"] { width: 191px; position: relative; right: -50px; top: 0px; float: none; z-index: 3; left: 10px; margin: 0px auto !important; padding-left: 0px !important; }#tve_editor [data-css=\"tve-u-1621ee74a24\"] > :first-child { color: rgb(255, 255, 255); }[data-css=\"tve-u-1621ee74a24\"] { font-size: 60px; float: none; z-index: 3; position: relative; box-shadow: none; margin: 0px auto 10px !important; padding-top: 0px !important; }[data-css=\"tve-u-1621ee63e1c\"] { float: none; z-index: 3; position: relative; max-width: none; width: 100%; padding: 0px !important; margin: 0px auto 30px !important; }[data-css=\"tve-u-1621ee58e74\"] { background-color: rgba(0, 0, 0, 0.77) !important; border-right: 2px dotted rgb(0, 0, 0) !important; }[data-css=\"tve-u-1621ee3afec\"] { padding: 60px 10px 0px 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621ee22c43\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding-top: 0px !important; padding-left: 0px !important; }[data-css=\"tve-u-1621ee18a1c\"] { box-shadow: none; margin: 1px 20px 0px !important; }[data-css=\"tve-u-1621ee093d4\"] { margin-top: 0px !important; }[data-css=\"tve-u-1621ee03000\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1621ee03000\"] { margin-left: 0px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-1621ee03000\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-1621edf8048\"] { max-width: 100%; min-height: 1px !important; }[data-css=\"tve-u-1621ec454d9\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec43fe2\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec42aa7\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec3a5c0\"] { margin-top: 0px !important; margin-bottom: 10px !important; }[data-css=\"tve-u-1621ec37ea5\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec36a4d\"] { margin-bottom: 10px !important; }[data-css=\"tve-u-1621ea18c5d\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ea19a06\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ea1a5d7\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ea2c69a\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ea23322\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ec298ab\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ec2704c\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ec241aa\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ec05cc3\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec04541\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec009a8\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ebff867\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ebfe4ce\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621eb037bb\"] { padding: 0px !important; margin-top: 0px !important; margin-bottom: 30px !important; }[data-css=\"tve-u-1621eaff572\"] { color: rgb(15, 29, 123) !important; }[data-css=\"tve-u-1621ea50702\"] { max-width: 230px; float: none; z-index: 3; position: relative; width: 100%; padding: 0px !important; margin: 0px auto !important; }#tve_editor [data-css=\"tve-u-1621ea2c69a\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ea295c0\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ea295c0\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ea1fba7\"] > :first-child { color: rgb(137, 141, 167); }#tve_editor [data-css=\"tve-u-1621ea23322\"] { font-size: 16px !important; }[data-css=\"tve-u-1621ea1fba7\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }[data-css=\"tve-u-1621e99c314\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }[data-css=\"tve-u-1621e99b1db\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }[data-css=\"tve-u-1621e9993aa\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ea1a5d7\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ea19a06\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ea18c5d\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621e99c314\"] > :first-child { color: rgb(137, 141, 167); }#tve_editor [data-css=\"tve-u-1621e99b1db\"] > :first-child { color: rgb(137, 141, 167); }#tve_editor [data-css=\"tve-u-1621e9993aa\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621e8107f3\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621e942b65\"] strong { font-weight: 800; }[data-css=\"tve-u-1621e7e9950\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621e930bd7\"] { padding: 0px 0px 50px !important; }#tve_editor [data-css=\"tve-u-1621e92e97f\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1621e81f424\"] { border-radius: 200px; overflow: hidden; background-image: none !important; border: 3px solid rgb(255, 255, 255) !important; background-color: rgb(144, 147, 168) !important; }[data-css=\"tve-u-1621e819c52\"] { min-height: 110px; }[data-css=\"tve-u-1621e8107f3\"] { float: none; max-width: 110px; z-index: 4; padding: 0px !important; margin: -60px auto 30px !important; }[data-css=\"tve-u-1621e7edfd9\"] { clip-path: url(\"#clip-bottom-10ffac3b28f1d\"); -webkit-clip-path: url(\"#clip-bottom-10ffac3b28f1d\");  background-image: none !important; background-color: rgb(144, 147, 168) !important; }[data-css=\"tve-u-1621e7e9950\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1621e7e6c1d\"] { min-height: 150px; }[data-css=\"tve-u-1621e7c7aa1\"] > .tcb-flex-col { padding-left: 60px; }[data-css=\"tve-u-1621e7d5094\"] { min-height: 480px; }[data-css=\"tve-u-1621e7d234c\"] { box-shadow: rgba(0, 0, 0, 0.02) 0px 2px 22px 0px; background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1621e7ceab3\"] { float: none; width: 100%; padding: 0px 0px 20px !important; margin: 0px auto !important; }[data-css=\"tve-u-1621e7c899a\"] { float: none; max-width: 100%; margin: 0px auto !important; }[data-css=\"tve-u-1621e7c7aa1\"] { margin-left: -60px; padding: 0px !important; }[data-css=\"tve-u-1621e7b695a\"] { padding: 0px !important; margin-bottom: 100px !important; }#tve_editor [data-css=\"tve-u-1621e7a7350\"] { color: rgb(15, 29, 123) !important; }[data-css=\"tve-u-1621b3cfc7b\"] { filter: blur(0px); opacity: 1; background-image: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(220, 224, 246) 38%) !important; background-color: rgb(212, 212, 212) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1621b3c8c52\"] { padding: 100px 40px !important; }[data-css=\"tve-u-1621b3c74d9\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-1621b300a64\"]::after { clear: both; }[data-css=\"tve-u-1621b24a89d\"] { padding: 0px !important; }[data-css=\"tve-u-1621b22a018\"] { background-image: none !important; padding: 0px !important; }[data-css=\"tve-u-1621b200375\"] { float: none; max-width: 100%; border-left: 1px solid rgba(15, 29, 123, 0.7); border-right: 1px solid rgba(15, 29, 123, 0.7); background-color: rgb(248, 249, 251) !important; margin: 0px auto !important; }[data-css=\"tve-u-1621b10fccf\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621b0e4fb7\"] { border-right: none; max-width: 100%; padding: 0px !important; margin-bottom: 40px !important; margin-right: 0px !important; }[data-css=\"tve-u-1621b072b4e\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-1621b064668\"] { max-width: 52%; }[data-css=\"tve-u-1621b064646\"] { max-width: 48%; }[data-css=\"tve-u-1621afda4fa\"] { max-width: none; padding: 0px !important; margin-bottom: 40px !important; }#tve_editor [data-css=\"tve-u-1621afd8c98\"] { color: rgb(255, 255, 255) !important; font-size: 20px !important; }[data-css=\"tve-u-1621afceb00\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 80%; padding: 0px !important; margin-bottom: 50px !important; }#tve_editor [data-css=\"tve-u-1621afcc0bf\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1621a8a804b\"] > .tcb-flex-col { padding-left: 60px; }[data-css=\"tve-u-1621ae6c8da\"] { clip-path: url(\"#clip-top-aa2c3e3c70555\"); -webkit-clip-path: url(\"#clip-top-aa2c3e3c70555\");  background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-Cta-2.jpg\") !important; background-size: cover !important; background-position: 0% 100% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1621ae4fd21\"] { max-width: 100%; top: -70px; z-index: 5; left: -60px; position: relative !important; padding: 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-1621ae4db6e\"] { min-height: 524px; }[data-css=\"tve-u-1621ada1e7f\"] .tve-page-section-in { display: flex; flex-direction: column; justify-content: center; }[data-css=\"tve-u-1621adea58b\"] > .tcb-flex-col > .tcb-col { min-height: 1px; justify-content: center; }[data-css=\"tve-u-1621ae0bec7\"] { height: calc(100% - -22px); background-image: linear-gradient(rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.14)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; margin-left: 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621adea58b\"] > .tcb-flex-col { padding-left: 50px; }[data-css=\"tve-u-1621adea58b\"] { margin-left: -50px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-1621ade6172\"] { max-width: 100%; float: none; width: 100%; margin: 0px auto !important; }[data-css=\"tve-u-1621adba9ef\"] { clip-path: url(\"#clip-top-52d5a36c151aa\"); -webkit-clip-path: url(\"#clip-top-52d5a36c151aa\");  background-image: linear-gradient(rgba(15, 29, 123, 0.65), rgba(15, 29, 123, 0.65)), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-cta-bg.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-1621ada1e7f\"] { padding: 0px 40px !important; }[data-css=\"tve-u-1621ad46076\"] { padding: 100px 40px !important; margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1621ad420c4\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-1621a9076ef\"] { padding-top: 2px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-1621acf64fb\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621acf47d2\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1621acf0289\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621a8e11f3\"] { padding-top: 2px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-1621a8e5625\"] { padding-top: 2px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-1621ace4de9\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1621ace1b08\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1621a9a2867\"] strong { font-weight: 700; }#tve_editor [data-css=\"tve-u-1621a9a2867\"] { font-weight: 300; color: rgb(15, 29, 123) !important; font-family: Poppins !important; }[data-css=\"tve-u-1621a9750ae\"] { font-size: 13.6px !important; line-height: 13.6px !important; }[data-css=\"tve-u-1621a9a2867\"] { font-size: 48px !important; line-height: 48px !important; }[data-css=\"tve-u-1621a9a2866\"] { margin-top: 40px !important; }[data-css=\"tve-u-1621a9a2862\"] { width: 160px !important; height: 160px !important; background-color: rgb(137, 141, 167) !important; }[data-css=\"tve-u-1621a98b602\"] { stroke-dasharray: 502.655, 502.655; }[data-css=\"tve-u-1621a983587\"] { float: none; border: 30px solid rgba(137, 141, 167, 0.24); z-index: 3; position: relative; margin: 30px auto 0px !important; padding: 0px !important; }[data-css=\"tve-u-1621a9750ae\"] strong { font-weight: 700; }#tve_editor [data-css=\"tve-u-1621a9750ae\"] { color: rgb(255, 255, 255) !important; font-family: Monda !important; }[data-css=\"tve-u-1621a96b190\"] { background-color: rgb(231, 229, 229); width: 144px !important; height: 144px !important; top: 8px !important; bottom: 8px !important; left: 8px !important; right: 8px !important; }[data-css=\"tve-u-1621a9685d4\"] { stroke: rgb(248, 251, 253) !important; stroke-width: 17px !important; }[data-css=\"tve-u-1621a8a804b\"] > .tcb-flex-col > .tcb-col { min-height: 445px; justify-content: center; }[data-css=\"tve-u-1621a90a46f\"] { background-image: radial-gradient(rgba(255, 255, 255, 0.51) 16%, rgb(255, 255, 255) 73%), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-100-clean.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }#tve_editor [data-css=\"tve-u-1621a9076ef\"] > :first-child { color: rgb(15, 29, 123); }#tve_editor [data-css=\"tve-u-1621a8e5625\"] > :first-child { color: rgb(15, 29, 123); }#tve_editor [data-css=\"tve-u-1621a8e11f3\"] > :first-child { color: rgb(15, 29, 123); }[data-css=\"tve-u-1621a8c4313\"] { padding: 0px !important; margin-bottom: 60px !important; }[data-css=\"tve-u-1621a8b2488\"] { float: none; max-width: 100%; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621a8a804b\"] { min-height: inherit; margin-left: -60px; padding: 0px !important; }[data-css=\"tve-u-1621a2e0d5b\"] { line-height: 1em !important; }[data-css=\"tve-u-1621a2247ba\"] { max-width: 100%; float: none; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; }#tve_editor [data-css=\"tve-u-1620af7eb3f\"] .tcb-button-link { font-size: 18px; color: rgb(15, 29, 123) !important; }#tve_editor [data-css=\"tve-u-1620af7eb3f\"]:hover strong { font-weight: 700 !important; }[data-css=\"tve-u-1620af7eb3f\"] { width: 268px; float: left; z-index: 3; position: relative; display: block; max-width: 268px; margin-bottom: 0px !important; margin-top: 0px !important; margin-left: 3px !important; }#tve_editor [data-css=\"tve-u-1620af7eb3f\"]:hover .tcb-button-link { color: rgb(255, 255, 255) !important; border-radius: 200px !important; overflow: hidden !important; font-family: Monda !important; font-weight: 400 !important; text-shadow: none !important; background-image: none !important; background-color: rgb(15, 29, 123) !important; }[data-css=\"tve-u-1620af7eb3f\"] .tcb-button-link { border-radius: 200px; min-height: 54.7619px; font-size: 1.33333em; padding-top: 0px; padding-bottom: 0px; background-image: none !important; background-color: rgb(255, 255, 255) !important; padding-right: 15px !important; }#tcb_landing_page a:not(.tcb-button-link).tve_state_hover { color: rgb(35, 55, 188); }#tcb_landing_page a:not(.tcb-button-link):hover { color: rgb(35, 55, 188); }#tcb_landing_page a:not(.tcb-button-link) { color: rgb(255, 255, 255); }#tcb_landing_page input strong { font-weight: 700; }#tcb_landing_page .tcb-button-link strong { font-weight: 700; }#tcb_landing_page p strong, #tcb_landing_page li strong { font-weight: 700; }#tcb_landing_page input { font-family: Merriweather; font-weight: 400; }#tcb_landing_page .tcb-button-link { font-family: Merriweather; font-weight: 400; }#tcb_landing_page p, #tcb_landing_page li { color: rgb(12, 12, 12); font-family: Merriweather; font-weight: 400; line-height: 1.5em; font-size: 16px; }#tcb_landing_page h6 { text-transform: uppercase; font-size: 14px; color: rgb(0, 0, 0); font-family: \"Special Elite\"; font-weight: 400; letter-spacing: 1px; line-height: 1.3em; }#tcb_landing_page h5 { font-size: 22px; color: rgb(12, 12, 12); font-family: \"Special Elite\"; font-weight: 400; line-height: 1.3em; }#tcb_landing_page h4 { font-size: 24px; color: rgb(12, 12, 12); font-family: \"Special Elite\"; font-weight: 400; line-height: 1.3em; }#tcb_landing_page h3 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(12, 12, 12); font-size: 26px; line-height: 1.3em; }#tcb_landing_page h2 { color: rgb(0, 0, 0); font-size: 30px; letter-spacing: 2px; text-transform: uppercase; line-height: 1.3em; font-family: \"Special Elite\"; font-weight: 400; }#tcb_landing_page h1 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(0, 0, 0); font-size: 42px; line-height: 1.3em; }[data-css=\"tve-u-15e09c94f7d\"] { background-color: rgb(231, 229, 229) !important; }[data-css=\"tve-u-1621b01355a\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621b01355a\"] { max-width: 274px; position: relative; float: left; z-index: 3; width: 100%; padding: 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-1621b028939\"] .tcb-button-link { font-size: 18px; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1621b028939\"]:hover strong { font-weight: 700 !important; }[data-css=\"tve-u-1621b028939\"] { display: block; max-width: 268px; width: 268px; top: 0px; left: 0px; float: left; z-index: 3; position: relative; margin-bottom: 0px !important; margin-top: 0px !important; }#tve_editor [data-css=\"tve-u-1621b028939\"]:hover .tcb-button-link { background-color: rgb(255, 255, 255) !important; color: rgb(15, 29, 123) !important; overflow: hidden !important; font-family: Monda !important; background-image: none !important; text-align: center !important; }[data-css=\"tve-u-1621b028939\"] .tcb-button-link { min-height: 54.7619px; font-size: 1.33333em; padding-top: 0px; padding-bottom: 0px; border: 1px solid rgb(255, 255, 255); border-radius: 30px; overflow: hidden; background-color: rgba(26, 188, 156, 0.01) !important; padding-right: 15px !important; color: rgb(26, 188, 156) !important; }[data-css=\"tve-u-1621b08fdde\"] { border-radius: 200px; overflow: hidden; border: 1px solid rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1621b01355a\"]:hover [data-css=\"tve-u-1621b08fdde\"] { border: 1px solid rgba(255, 255, 255, 0.4) !important; }[data-css=\"tve-u-1621b30ca74\"]::after { clear: both; }#tve_editor [data-css=\"tve-u-1621e942b65\"] { font-weight: 400; letter-spacing: 0px; color: rgb(255, 255, 255) !important; font-family: Poppins !important; font-size: 30px !important; }[data-css=\"tve-u-1621e94cb4e\"] { float: none; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621eaaedd8\"] { clip-path: url(\"#clip-bottom-a2b9cf3198d6f\"); -webkit-clip-path: url(\"#clip-bottom-a2b9cf3198d6f\");  background-image: none !important; background-color: rgb(5, 10, 42) !important; }[data-css=\"tve-u-1621eab272c\"] { border-radius: 200px; overflow: hidden; background-image: none !important; border: 3px solid rgb(255, 255, 255) !important; background-color: rgb(5, 10, 42) !important; }[data-css=\"tve-u-1621eacf6af\"] { max-width: 230px; float: none; z-index: 3; position: relative; padding: 0px !important; margin: 0px auto !important; }[data-css=\"tve-u-1621eb3eb9f\"] { clip-path: url(\"#clip-bottom-ac98bb0e54b3b\"); -webkit-clip-path: url(\"#clip-bottom-ac98bb0e54b3b\");  background-image: none !important; background-color: rgb(45, 51, 89) !important; }[data-css=\"tve-u-1621eb43d8d\"] { border-radius: 200px; overflow: hidden; background-image: none !important; border: 3px solid rgb(255, 255, 255) !important; background-color: rgb(45, 51, 89) !important; }[data-css=\"tve-u-1621eb7ccb0\"] { min-height: 530px; }[data-css=\"tve-u-1621eb81205\"] { padding: 0px 0px 20px !important; margin-top: -25px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621ebbbb6d\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621ebbbb6d\"] { max-width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1621ebf340c\"] { max-width: 230px; float: none; z-index: 3; position: relative; width: 100%; padding: 0px !important; margin: 0px auto !important; }[data-css=\"tve-u-1621ebfa746\"] { padding: 0px !important; margin-top: 0px !important; margin-bottom: 30px !important; }#tve_editor [data-css=\"tve-u-1621ebfe4ce\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ebff867\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ec009a8\"] { font-size: 16px !important; }[data-css=\"tve-u-1621ec09a3c\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; margin: 0px !important; }#tve_editor [data-css=\"tve-u-1621ec09a3c\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ec0c5bd\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; margin: 0px !important; }#tve_editor [data-css=\"tve-u-1621ec0c5bd\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ec15f6e\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ec15f6e\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ec204df\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ec204df\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ec20f68\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ec20f68\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ec21a31\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ec21a31\"] > :first-child { color: rgb(137, 141, 167); }#tve_editor [data-css=\"tve-u-1621ec241aa\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ec2704c\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ec298ab\"] { font-size: 16px !important; }[data-css=\"tve-u-1621ec6c39b\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621ec6c39b\"] { float: none; max-width: 110px; z-index: 4; padding: 0px !important; margin: -60px auto 30px !important; }[data-css=\"tve-u-1621ec752da\"] { min-height: 110px; }[data-css=\"tve-u-1621ec78d2c\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621ec78d2c\"] { float: none; max-width: 110px; z-index: 4; padding: 0px !important; margin: -60px auto 30px !important; }[data-css=\"tve-u-1621ec79a7d\"] { min-height: 110px; }[data-css=\"tve-u-1621ec7f21a\"] { min-height: 160px; }[data-css=\"tve-u-1621f154231\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-1621f154231\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin: 0px 0px -1px !important; }[data-css=\"tve-u-1621f15b521\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-1621f15b521\"] { float: right; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin-top: -1px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621f4ceaf7\"] { color: rgb(15, 29, 123) !important; }[data-css=\"tve-u-1621fb65556\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-1621fb65556\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-1621fb65556\"] { min-height: inherit; margin-left: -20px; padding: 0px !important; }[data-css=\"tve-u-1621fb68b97\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-1621fb68b97\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-1621fb68b97\"] { min-height: inherit; margin-left: -30px; padding: 30px !important; }[data-css=\"tve-u-1621fbacc60\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621fbcad8c\"] { padding: 0px !important; }[data-css=\"tve-u-1621fc0ce17\"] { padding: 0px !important; margin-bottom: 15px !important; }[data-css=\"tve-u-1621fd84d7b\"] { min-height: 480px; }[data-css=\"tve-u-1621fd8766c\"] { min-height: 150px; }[data-css=\"tve-u-1621fd9c946\"] { padding: 0px 0px 20px !important; margin-top: 0px !important; margin-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-1621fe1587d\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1621fe1725e\"] strong { font-weight: 800; }#tve_editor [data-css=\"tve-u-1621fe1725e\"] { font-weight: 400; letter-spacing: 0px; color: rgb(255, 255, 255) !important; font-family: Poppins !important; font-size: 30px !important; }#tve_editor [data-css=\"tve-u-1621fe1a1af\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1621fe1bd18\"] strong { font-weight: 800; }#tve_editor [data-css=\"tve-u-1621fe1bd18\"] { font-weight: 400; letter-spacing: 0px; color: rgb(255, 255, 255) !important; font-family: Poppins !important; font-size: 30px !important; }[data-css=\"tve-u-16223b080b0\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-16223b080b0\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-16223f02c16\"] { min-height: 62px; }[data-css=\"tve-u-16223fe5f5b\"] { padding: 0px !important; }[data-css=\"tve-u-16224439be1\"] { padding: 0px !important; }#tve_editor [data-css=\"tve-u-1622444fb11\"] { letter-spacing: 1px; color: rgb(137, 141, 167) !important; font-size: 14px !important; }#tve_editor [data-css=\"tve-u-16228c764b2\"] { font-size: 18px !important; }[data-css=\"tve-u-16229f6175c\"] { border: none; margin: 80px 0px 0px !important; background-image: none !important; }[data-css=\"tve-u-16229fa6a26\"] { border: none; box-shadow: none; padding: 0px 30px 30px !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-16229fa8c68\"] { border: none; padding: 0px 30px 30px !important; background-image: none !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col > .tcb-col { min-height: 244px; }[data-css=\"tve-u-16229ffbb7b\"] { margin-left: -30px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16248fc42a1\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-16248fc42a1\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-16248fc71c8\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-16249355087\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-16249355087\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-16249358652\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-16249358652\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-1624935a201\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-1624935a201\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-16249367114\"] { border: none; margin: 30px 0px 0px !important; background-image: none !important; }[data-css=\"tve-u-16249373b25\"] { border: none; padding: 0px 30px 30px !important; background-image: linear-gradient(rgb(248, 249, 251), rgb(248, 249, 251)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1624939a960\"] { border: none; box-shadow: none; padding: 0px 30px 30px !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-162493a03b0\"] > .tcb-flex-col > .tcb-col { min-height: 244px; }[data-css=\"tve-u-162493a03b0\"] { margin-left: -30px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-162493a03b0\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-162493b6b63\"] { border: none; background-image: none !important; padding: 0px 30px 30px !important; background-color: rgb(248, 249, 251) !important; }#tve_editor [data-css=\"tve-u-162493d5f13\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-162493d5f13\"] { font-size: 30px; width: 30px; height: 30px; top: 0px; left: 0px; display: block; position: static; z-index: 8; border-bottom: 1px solid rgb(10, 93, 165); border-top: none; border-right: none; border-left: none; border-image: initial; margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-162494b490e\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-162494b7ad0\"] { padding: 0px !important; margin-top: 25px !important; margin-left: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-1625389a3d5\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-1625389a3d5\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-1625389b4ed\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-1625389b4ed\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-162539ac577\"] { max-width: 39%; }[data-css=\"tve-u-162539ac57d\"] { max-width: 61%; }#tve_editor [data-css=\"tve-u-162539c17ec\"] { font-size: 16px !important; color: rgba(12, 12, 12, 0.7) !important; }[data-css=\"tve-u-16260c39a7e\"] { float: none; max-width: 100%; border-left: 1px solid rgba(15, 29, 123, 0.7); border-right: 1px solid rgba(15, 29, 123, 0.7); margin: 0px auto !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-16260c433e9\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-Rosie.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16260c5ff07\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-16260c5ff07\"] { float: right; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin: -1px 0px 0px !important; }[data-css=\"tve-u-16260c5ff0c\"]::after { clear: both; }[data-css=\"tve-u-16260d01208\"] { max-width: 37%; }[data-css=\"tve-u-16260d0120e\"] { max-width: 63%; }[data-css=\"tve-u-16260d39b83\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-16260d39b83\"] { float: right; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin-top: -1px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-16260d3b97e\"]::after { clear: both; }[data-css=\"tve-u-16260d3f4aa\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16260d3f4aa\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-16260d3f4aa\"] { min-height: inherit; margin-left: -30px; padding: 30px !important; }[data-css=\"tve-u-16260d3f4af\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-16260d3f4af\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-16260d3f4af\"] { min-height: inherit; margin-left: -20px; padding: 0px !important; }[data-css=\"tve-u-16260d5e4b8\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-Shawn.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16260d73672\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-16260d73672\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin-top: 0px !important; margin-bottom: -1px !important; }[data-css=\"tve-u-16260d8392c\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16260d8392c\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-16260d8392c\"] { min-height: inherit; margin-left: -30px; padding: 30px !important; }[data-css=\"tve-u-16260d8396c\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-16260d8396c\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-16260d8396c\"] { min-height: inherit; margin-left: -20px; padding: 0px !important; }[data-css=\"tve-u-16260da3aa7\"] { float: none; max-width: 100%; border-left: 1px solid rgba(15, 29, 123, 0.7); border-right: 1px solid rgba(15, 29, 123, 0.7); margin: 0px auto !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-162717cb600\"] { max-width: 58.2%; }[data-css=\"tve-u-162717cb601\"] { max-width: 41.8%; }[data-css=\"tve-u-162717cb609\"]::after { clear: both; }[data-css=\"tve-u-162717cb60a\"] { padding-right: 50px !important; padding-bottom: 80px !important; padding-top: 20px !important; }[data-css=\"tve-u-162717cb60b\"]::after { clear: both; }[data-css=\"tve-u-162717cb60b\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-162717cb60f\"] { padding: 0px !important; margin-bottom: 25px !important; }[data-css=\"tve-u-162717cb610\"] { padding: 0px !important; margin-bottom: 35px !important; box-shadow: none !important; }#tve_editor [data-css=\"tve-u-162717cb616\"] { text-shadow: rgb(0, 0, 0) 2px 2px 2px; text-transform: none !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-162717cb617\"] { margin-left: 0px; padding: 0px !important; }[data-css=\"tve-u-162717cb618\"] { max-width: none; margin-top: 0px !important; }[data-css=\"tve-u-162717cb620\"] { clip-path: url(\"#clip-bottom-c883ac5175045\"); -webkit-clip-path: url(\"#clip-bottom-c883ac5175045\");  opacity: 1; filter: grayscale(0%) blur(0px); background-image: linear-gradient(rgba(0, 0, 0, 0.57), rgba(0, 0, 0, 0.57)), url(\"https://bestcerakoteflorida.com/wp-content/uploads/2018/05/FTYS6743.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, fixed !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-162717cb609\"] { max-width: 1200px; min-height: 630px !important; }[data-css=\"tve-u-162717cb621\"] { z-index: 1; padding: 125px 40px 0px !important; margin-top: -130px !important; }[data-css=\"tve-u-162717d1bb6\"] { border-right: 1px solid rgba(255, 255, 255, 0.2); }[data-css=\"tve-u-162717d1bb7\"] { max-width: 23.7%; }[data-css=\"tve-u-162717d1bb9\"] { max-width: 42.9%; }[data-css=\"tve-u-162717d1bbc\"] { border-left: none; padding: 0px !important; }[data-css=\"tve-u-162717d1bbe\"] { border-bottom: 1px solid rgba(255, 255, 255, 0.2); float: none; width: 100%; position: relative; z-index: 10; max-width: 1600px; margin: 0px auto !important; }[data-css=\"tve-u-162717d1bbf\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-162717d1bbf\"] > .tcb-flex-col { padding-left: 17px; }[data-css=\"tve-u-162717d1bbf\"] { margin-left: -17px; min-height: inherit; padding: 5px 0px 0px 40px !important; }#tve_editor [data-css=\"tve-u-162717d1bbe\"] p, #tve_editor [data-css=\"tve-u-162717d1bbe\"] li, #tve_editor [data-css=\"tve-u-162717d1bbe\"] blockquote, #tve_editor [data-css=\"tve-u-162717d1bbe\"] address { font-size: 16px; }#tve_editor [data-css=\"tve-u-16271adf6cf\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-16271adf6cf\"] { font-size: 30px; width: 30px; height: 30px; top: 22px; left: 20px; border-bottom: 1px solid rgb(10, 93, 165); margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1641367e553\"] > :first-child { color: rgba(15, 29, 123, 0.12); }[data-css=\"tve-u-1641367e553\"] { font-size: 60px; float: none; box-shadow: none; width: 60px; height: 60px; margin: -55px auto 60px !important; padding-right: 17px !important; }[data-css=\"tve-u-16416e4fafd\"] { box-shadow: rgba(0, 0, 0, 0.02) 0px 2px 22px 0px; background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16416e603ab\"] { box-shadow: rgba(0, 0, 0, 0.12) 0px 3px 44px 0px; background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-164179a84b8\"] > .tve-cb { display: block; }[data-css=\"tve-u-164179a84b8\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-164179bced9\"] { border-right: none; padding: 3px 0px 0px !important; position: static !important; }[data-css=\"tve-u-16417b4cb9e\"] { padding: 0px 0px 50px !important; }[data-css=\"tve-u-16417b62c09\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-16417b662bf\"] { margin-top: 0px !important; margin-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-16417e5bd95\"] > :first-child { color: rgb(255, 255, 255); }[data-css=\"tve-u-16417e5bd95\"] { z-index: 4; position: relative; float: left; font-size: 25px !important; width: 25px !important; height: 25px !important; margin: 3px 15px 0px 0px !important; padding-left: 0px !important; }[data-css=\"tve-u-1641c1af44d\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1641c1b01a6\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1641c1b0a67\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1641c1b12d8\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }#tve_editor [data-css=\"tve-u-1641c1b33f9\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-1641c1b33f9\"] { font-size: 30px; width: 30px; height: 30px; top: 22px; left: 20px; border-bottom: 1px solid rgb(10, 93, 165); margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1641c1b456a\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-1641c1b456a\"] { font-size: 30px; width: 30px; height: 30px; top: 22px; left: 20px; border-bottom: 1px solid rgb(10, 93, 165); margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1641c1b52d3\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-1641c1b52d3\"] { font-size: 30px; width: 30px; height: 30px; top: 22px; left: 20px; border-bottom: 1px solid rgb(10, 93, 165); margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1641c1b60b4\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-1641c1b60b4\"] { font-size: 30px; width: 30px; height: 30px; top: 22px; left: 20px; border-bottom: 1px solid rgb(10, 93, 165); margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }#tcb_landing_page .tcb-plain-text { color: rgb(0, 0, 0); font-family: Merriweather; font-weight: 400; }#tcb_landing_page .tcb-plain-text strong { font-weight: 700; }[data-css=\"tve-u-162717d1bbe\"] p { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-162717d1bbe\"] h3 { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-1695981e7bb\"] { max-width: 33.3545%; }[data-css=\"tve-u-16959822de2\"] { width: 291px; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-16959846d3d\"] { margin-top: 0px !important; }[data-css=\"tve-u-16959cd1e7a\"] { margin-top: 10px !important; }[data-css=\"tve-u-1695a3002e2\"] .tcb-button-link { border-radius: 4px; border-bottom: 4px solid rgb(117, 0, 23); border-top-color: rgb(198, 225, 224); border-right-color: rgb(198, 225, 224); border-left-color: rgb(198, 225, 224); background-image: none !important; background-color: rgb(143, 2, 32) !important; padding-right: 25px !important; }#tve_editor [data-css=\"tve-u-1695a3002e2\"]:hover .tcb-button-link { background-color: rgb(132, 1, 28) !important; }#tve_editor [data-css=\"tve-u-1695a36117b\"] { letter-spacing: 3px; color: rgb(255, 255, 255) !important; font-size: 15px !important; text-transform: capitalize !important; font-family: Merriweather !important; font-weight: 400 !important; }[data-css=\"tve-u-1695d995f33\"] { box-shadow: none; margin: 0px 20px -25px !important; }#tve_editor [data-css=\"tve-u-1695d9d652a\"]:hover input, #tve_editor [data-css=\"tve-u-1695d9d652a\"]:hover textarea { box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 9px -3px !important; }#tve_editor [data-css=\"tve-u-1695d9d6528\"]:hover input, #tve_editor [data-css=\"tve-u-1695d9d6528\"]:hover textarea { box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 9px -3px !important; }#tve_editor [data-css=\"tve-u-1695d9d6526\"]:hover input, #tve_editor [data-css=\"tve-u-1695d9d6526\"]:hover textarea { box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 9px -3px !important; }#tve_editor [data-css=\"tve-u-1695d9d6529\"] { font-family: \"Courier New\", Courier, monospace; font-weight: 700; font-size: 13px; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1695d9d6527\"] { font-family: \"Courier New\", Courier, monospace; font-weight: 700; font-size: 13px; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1695d9d6525\"] { font-family: \"Courier New\", Courier, monospace; font-weight: 700; font-size: 13px; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1695d9d652a\"] input, [data-css=\"tve-u-1695d9d652a\"] textarea { box-shadow: rgba(0, 0, 0, 0.25) 0px 2px 9px -6px; background-image: none !important; }[data-css=\"tve-u-1695d9d6528\"] input, [data-css=\"tve-u-1695d9d6528\"] textarea { box-shadow: rgba(0, 0, 0, 0.25) 0px 2px 9px -6px; background-image: none !important; }[data-css=\"tve-u-1695d9d6526\"] input, [data-css=\"tve-u-1695d9d6526\"] textarea { box-shadow: rgba(0, 0, 0, 0.25) 0px 2px 9px -6px; background-image: none !important; }[data-css=\"tve-u-1695d9d6529\"] { text-transform: capitalize; letter-spacing: 1px; font-weight: normal !important; }[data-css=\"tve-u-1695d9d6527\"] { text-transform: capitalize; letter-spacing: 1px; font-weight: normal !important; }[data-css=\"tve-u-1695d9d6525\"] { text-transform: capitalize; letter-spacing: 1px; font-weight: normal !important; }#tve_editor [data-css=\"tve-u-1695d9d652a\"] input, #tve_editor [data-css=\"tve-u-1695d9d652a\"] textarea { border-radius: 4px; overflow: hidden; border: 1px solid rgb(237, 240, 243); }#tve_editor [data-css=\"tve-u-1695d9d6528\"] input, #tve_editor [data-css=\"tve-u-1695d9d6528\"] textarea { border-radius: 4px; overflow: hidden; border: 1px solid rgb(237, 240, 243); }#tve_editor [data-css=\"tve-u-1695d9d6526\"] input, #tve_editor [data-css=\"tve-u-1695d9d6526\"] textarea { border-radius: 4px; overflow: hidden; border: 1px solid rgb(237, 240, 243); }[data-css=\"tve-u-1695dd04208\"] { border-radius: 11px; overflow: hidden; margin-bottom: 10px !important; }#tve_editor [data-css=\"tve-u-1695dd27f6a\"] button { border-radius: 8px; border-color: rgb(131, 148, 139); font-family: \"Special Elite\"; text-transform: uppercase; font-size: 17px; background-image: none !important; background-color: rgb(143, 2, 32) !important; padding: 10px !important; font-weight: 400 !important; }#tve_editor [data-css=\"tve-u-1695dd27f6a\"]:hover button { background-color: rgb(75, 105, 89) !important; border-color: rgb(1, 2, 2) rgb(0, 0, 0) rgb(1, 2, 2) rgb(1, 2, 2) !important; }#tve_editor [data-css=\"tve-u-1695dd27f6a\"] { max-width: 30%; width: 30%; }[data-css=\"tve-u-1695dd27f6a\"] { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1695dd484d7\"] { border-radius: 11px; overflow: hidden; margin-bottom: 10px !important; }#tve_editor .thrv-content-box [data-css=\"tve-u-1621ee37f4a\"] p, #tve_editor .thrv-content-box [data-css=\"tve-u-1621ee37f4a\"] li, #tve_editor .thrv-content-box [data-css=\"tve-u-1621ee37f4a\"] blockquote, #tve_editor .thrv-content-box [data-css=\"tve-u-1621ee37f4a\"] address, #tve_editor .thrv-content-box [data-css=\"tve-u-1621ee37f4a\"] .tcb-plain-text, #tve_editor .thrv-content-box [data-css=\"tve-u-1621ee37f4a\"] label, #tve_editor .thrv-content-box [data-css=\"tve-u-1621ee37f4a\"] h1, #tve_editor .thrv-content-box [data-css=\"tve-u-1621ee37f4a\"] h2, #tve_editor .thrv-content-box [data-css=\"tve-u-1621ee37f4a\"] h3, #tve_editor .thrv-content-box [data-css=\"tve-u-1621ee37f4a\"] h4, #tve_editor .thrv-content-box [data-css=\"tve-u-1621ee37f4a\"] h5, #tve_editor .thrv-content-box [data-css=\"tve-u-1621ee37f4a\"] h6 { color: rgb(255, 255, 255); }#tve_editor [data-css=\"tve-u-1695d9d6526\"] input, #tve_editor [data-css=\"tve-u-1695d9d6526\"] input::placeholder, #tve_editor [data-css=\"tve-u-1695d9d6526\"] textarea, #tve_editor [data-css=\"tve-u-1695d9d6526\"] textarea::placeholder { color: rgb(0, 0, 0); }#tve_editor [data-css=\"tve-u-1695d9d6528\"] input, #tve_editor [data-css=\"tve-u-1695d9d6528\"] input::placeholder, #tve_editor [data-css=\"tve-u-1695d9d6528\"] textarea, #tve_editor [data-css=\"tve-u-1695d9d6528\"] textarea::placeholder { color: rgb(0, 0, 0); }#tve_editor [data-css=\"tve-u-1695d9d652a\"] input, #tve_editor [data-css=\"tve-u-1695d9d652a\"] input::placeholder, #tve_editor [data-css=\"tve-u-1695d9d652a\"] textarea, #tve_editor [data-css=\"tve-u-1695d9d652a\"] textarea::placeholder { color: rgb(0, 0, 0); }[data-css=\"tve-u-1695a36117b\"] { line-height: 1.35em !important; }[data-css=\"tve-u-16413112747\"] { line-height: 1.35em !important; }[data-css=\"tve-u-1695a36117b\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-16413112747\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-1621f0cbe40\"] > .tcb-flex-col > .tcb-col { justify-content: center; }#tve_editor [data-css=\"tve-u-1621f0b0088\"] p, #tve_editor [data-css=\"tve-u-1621f0b0088\"] li, #tve_editor [data-css=\"tve-u-1621f0b0088\"] blockquote, #tve_editor [data-css=\"tve-u-1621f0b0088\"] address, #tve_editor [data-css=\"tve-u-1621f0b0088\"] .tcb-plain-text, #tve_editor [data-css=\"tve-u-1621f0b0088\"] label, #tve_editor [data-css=\"tve-u-1621f0b0088\"] h1, #tve_editor [data-css=\"tve-u-1621f0b0088\"] h2, #tve_editor [data-css=\"tve-u-1621f0b0088\"] h3, #tve_editor [data-css=\"tve-u-1621f0b0088\"] h4, #tve_editor [data-css=\"tve-u-1621f0b0088\"] h5, #tve_editor [data-css=\"tve-u-1621f0b0088\"] h6 { color: rgb(255, 255, 255); }[data-css=\"tve-u-1621f0b0088\"] p { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-1621f0b0088\"] h3 { margin: 0px !important; padding: 0px !important; }#tve_editor [data-css=\"tve-u-1621f0d2c1a\"] p, #tve_editor [data-css=\"tve-u-1621f0d2c1a\"] li, #tve_editor [data-css=\"tve-u-1621f0d2c1a\"] blockquote, #tve_editor [data-css=\"tve-u-1621f0d2c1a\"] address, #tve_editor [data-css=\"tve-u-1621f0d2c1a\"] .tcb-plain-text, #tve_editor [data-css=\"tve-u-1621f0d2c1a\"] label, #tve_editor [data-css=\"tve-u-1621f0d2c1a\"] h1, #tve_editor [data-css=\"tve-u-1621f0d2c1a\"] h2, #tve_editor [data-css=\"tve-u-1621f0d2c1a\"] h3, #tve_editor [data-css=\"tve-u-1621f0d2c1a\"] h4, #tve_editor [data-css=\"tve-u-1621f0d2c1a\"] h5, #tve_editor [data-css=\"tve-u-1621f0d2c1a\"] h6 { color: rgb(255, 255, 255); }#tve_editor [data-css=\"tve-u-1695e7e070d\"] { color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_5402f616 > a { font-family: Montserrat; font-weight: 400; fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; font-size: 13px !important; }#tve_editor [data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_13475a66 > a { font-family: Montserrat; font-weight: 400; fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; font-size: 13px !important; }#tve_editor [data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_a19cc162 > a { font-family: Montserrat; font-weight: 400; fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; font-size: 13px !important; }#tve_editor [data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_hgZvKxml > a { font-family: Montserrat; font-weight: 400; fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; font-size: 13px !important; }[data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_5402f616 { text-transform: uppercase; border-bottom: 1px solid rgba(84, 84, 98, 0); border-top: none; border-right: none; border-left: none; border-image: initial; margin-right: 30px !important; padding: 10px 9px !important; margin-left: 30px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_13475a66 { text-transform: uppercase; border-bottom: 1px solid rgba(84, 84, 98, 0); border-top: none; border-right: none; border-left: none; border-image: initial; margin-right: 30px !important; padding: 10px 9px !important; margin-left: 30px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_a19cc162 { text-transform: uppercase; border-bottom: 1px solid rgba(84, 84, 98, 0); border-top: none; border-right: none; border-left: none; border-image: initial; margin-right: 30px !important; padding: 10px 9px !important; margin-left: 30px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_hgZvKxml { text-transform: uppercase; border-bottom: 1px solid rgba(84, 84, 98, 0); border-top: none; border-right: none; border-left: none; border-image: initial; margin-right: 30px !important; padding: 10px 9px !important; margin-left: 30px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_5402f616 > a { font-weight: 500 !important; text-decoration: none !important; }[data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_13475a66 > a { font-weight: 500 !important; text-decoration: none !important; }[data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_a19cc162 > a { font-weight: 500 !important; text-decoration: none !important; }[data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_hgZvKxml > a { font-weight: 500 !important; text-decoration: none !important; }[data-css=\"tve-u-1695e821f4c\"] { border-bottom: 1px solid rgb(200, 233, 248); max-width: 1080px; padding: 0px !important; }#tve_editor [data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_5402f616:hover { border-bottom: 1px solid rgb(55, 179, 233) !important; }#tve_editor [data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_13475a66:hover { border-bottom: 1px solid rgb(55, 179, 233) !important; }#tve_editor [data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_a19cc162:hover { border-bottom: 1px solid rgb(55, 179, 233) !important; }#tve_editor [data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_hgZvKxml:hover { border-bottom: 1px solid rgb(55, 179, 233) !important; }[data-css=\"tve-u-1695e826914\"] { max-width: 23.9%; }[data-css=\"tve-u-1695e826ae0\"] { max-width: 42.8%; }[data-css=\"tve-u-1695e826b67\"] { max-width: 33.3109%; }[data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_5402f616.menu-item { margin-right: 0px; }[data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_13475a66.menu-item { margin-right: 0px; }[data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_a19cc162.menu-item { margin-right: 0px; }[data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_hgZvKxml.menu-item { margin-right: 0px; }}@media (max-width: 1023px){[data-css=\"tve-u-1621ebfa746\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621eb037bb\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621ec78d2c\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621ec6c39b\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621b064668\"] { max-width: 49%; }[data-css=\"tve-u-1621b064646\"] { max-width: 51%; }[data-css=\"tve-u-1621b3c74d9\"] { max-width: 100%; }[data-css=\"tve-u-1621f0b0088\"] { min-height: 100px !important; }[data-css=\"tve-u-1621ee3afec\"] > .tve-cb { display: block; }[data-css=\"tve-u-1621e7ceab3\"] > .tve-cb { display: block; }[data-css=\"tve-u-1621ea50702\"] { float: none; width: 100%; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621ae4fd21\"] > .tve-cb { display: block; }[data-css=\"tve-u-162717cb60f\"] { margin-bottom: 30px !important; margin-top: -25px !important; }[data-css=\"tve-u-162717cb610\"] { margin-bottom: 30px !important; margin-top: -10px !important; }[data-css=\"tve-u-16223dad661\"] { padding-top: 20px !important; }[data-css=\"tve-u-1641367127b\"] { float: none; font-size: 50px; width: 50px; height: 50px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1641367e553\"] { float: none; font-size: 50px; width: 50px; height: 50px; margin: -44px auto 40px !important; padding-right: 12px !important; }[data-css=\"tve-u-1621e7b695a\"] { margin-bottom: 50px !important; }[data-css=\"tve-u-1621ee37f4a\"] { min-height: 262px; }[data-css=\"tve-u-1621ada1e7f\"] { padding: 50px 30px 50px 0px !important; }[data-css=\"tve-u-1621b072b4e\"] { max-width: 100%; }[data-css=\"tve-u-1621a2247ba\"] { margin-bottom: 60px !important; }[data-css=\"tve-u-16229f6175c\"] { margin-top: 0px !important; }[data-css=\"tve-u-162717cb60b\"] { height: calc(100% - -85px); margin-top: -85px !important; }[data-css=\"tve-u-162717cb617\"] .tcb-flex-col { flex-basis: 560px !important; }#tcb_landing_page h5 { line-height: 1.3em; }#tcb_landing_page h6 { line-height: 1.4em; }#tcb_landing_page p, #tcb_landing_page li { line-height: 1.5em; }[data-css=\"tve-u-1628a146aef\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1628a12f675\"] { margin-bottom: 40px !important; }[data-css=\"tve-u-1628a10d3b4\"] { margin-bottom: 40px !important; }[data-css=\"tve-u-162718bd0c0\"] { clip-path: url(\"#clip-tablet-top-a3b25e1c9221a\"); -webkit-clip-path: url(\"#clip-tablet-top-a3b25e1c9221a\");  background-color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-162717cb621\"] { z-index: 6; padding-top: 60px !important; margin-top: -90px !important; }[data-css=\"tve-u-162718a3b40\"] { max-width: 100%; min-height: 1px !important; }[data-css=\"tve-u-16271adf6cf\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-162493d5f13\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-162717fcf9d\"] { margin-top: -40px !important; padding-top: 90px !important; padding-left: 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-16260d3f4af\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16260d3f4aa\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1621fb65556\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1621fb68b97\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16260d8396c\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16260d8392c\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16260d39b83\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-16260c5ff07\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-16260ba2fa4\"] { padding: 50px 40px !important; }[data-css=\"tve-u-16260be7104\"] { max-width: 100%; }[data-css=\"tve-u-1621ebbbb6d\"] { margin-top: -1px !important; }[data-css=\"tve-u-1621eaaedd8\"] { clip-path: url(\"#clip-tablet-bottom-a2b9cf3198d6f\"); -webkit-clip-path: url(\"#clip-tablet-bottom-a2b9cf3198d6f\");  }[data-css=\"tve-u-1621e7e9950\"] { margin-top: -1px !important; }[data-css=\"tve-u-16229fa8c68\"] { padding: 0px 20px 20px !important; }[data-css=\"tve-u-1622f65ba70\"] { padding: 0px 20px 20px !important; }[data-css=\"tve-u-16249373b25\"] { padding-left: 20px !important; padding-right: 20px !important; padding-bottom: 20px !important; }[data-css=\"tve-u-162493b6b63\"] { padding-left: 20px !important; padding-bottom: 20px !important; padding-right: 20px !important; }[data-css=\"tve-u-16249367114\"] { margin-top: 20px !important; }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-1624935a201\"] { line-height: 1.3em !important; }[data-css=\"tve-u-16249358652\"] { line-height: 1.3em !important; }[data-css=\"tve-u-16249355087\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1625389b4ed\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1625389a3d5\"] { line-height: 1.3em !important; }[data-css=\"tve-u-16248fc42a1\"] { line-height: 1.3em !important; }[data-css=\"tve-u-162493a03b0\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-162493a03b0\"] .tcb-flex-col { flex-basis: 145px !important; }[data-css=\"tve-u-1622a159bcb\"] { float: none; max-width: 85%; margin: 0px auto !important; padding-top: 0px !important; }[data-css=\"tve-u-16229fa6a26\"] { margin-bottom: 20px !important; padding: 0px 20px 20px !important; }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16229ffbb7b\"] { min-height: inherit; margin-left: -20px; }[data-css=\"tve-u-1621ad46076\"] { margin-bottom: 0px !important; margin-top: 0px !important; padding: 50px 40px !important; }#tve_editor [data-css=\"tve-u-1621b028939\"] .tcb-button-link { font-size: 18px; }[data-css=\"tve-u-16223f02c16\"] { min-height: 54px; }[data-css=\"tve-u-1621b01355a\"] { max-width: 304px; padding: 2px !important; }[data-css=\"tve-u-1620af7eb3f\"] { float: none; z-index: 3; position: relative; display: block; max-width: 300px; width: 300px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621afda4fa\"] { max-width: 100%; margin-bottom: 30px !important; }[data-css=\"tve-u-16224716d62\"]::after { clear: both; }[data-css=\"tve-u-1621f0aa8f7\"] { margin-top: 0px !important; }[data-css=\"tve-u-1621e7e6c1d\"] { min-height: 150px; }[data-css=\"tve-u-1621e7edfd9\"] { clip-path: url(\"#clip-tablet-bottom-10ffac3b28f1d\"); -webkit-clip-path: url(\"#clip-tablet-bottom-10ffac3b28f1d\");  }[data-css=\"tve-u-1621ebf340c\"] { float: none; width: 100%; padding: 0px !important; margin-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621e7d5094\"] { min-height: 455px; }[data-css=\"tve-u-1621adea58b\"] > .tcb-flex-col > .tcb-col { justify-content: center; }[data-css=\"tve-u-16223dad661\"]::after { clear: both; }[data-css=\"tve-u-1621e8107f3\"] { float: none; margin-left: auto !important; margin-right: auto !important; margin-bottom: 20px !important; }[data-css=\"tve-u-16223b080b0\"] { float: none; margin-left: auto !important; margin-right: auto !important; margin-top: -1px !important; }[data-css=\"tve-u-1621eb3eb9f\"] { clip-path: url(\"#clip-tablet-bottom-ac98bb0e54b3b\"); -webkit-clip-path: url(\"#clip-tablet-bottom-ac98bb0e54b3b\");  }[data-css=\"tve-u-1621fe78878\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1621fe78878\"] { min-height: inherit; }#tve_editor [data-css=\"tve-u-1621e92e97f\"] { font-size: 22px !important; }#tve_editor [data-css=\"tve-u-1621e942b65\"] { letter-spacing: 0px; font-size: 1.5em !important; }#tve_editor [data-css=\"tve-u-1621fe1bd18\"] { letter-spacing: 0px; font-size: 1.5em !important; }#tve_editor [data-css=\"tve-u-1621fe1a1af\"] { font-size: 22px !important; }#tve_editor [data-css=\"tve-u-1621fe1725e\"] { letter-spacing: 0px; font-size: 1.5em !important; }#tve_editor [data-css=\"tve-u-1621fe1587d\"] { font-size: 22px !important; }[data-css=\"tve-u-1621ef118dc\"] { position: relative; top: 0px; left: 0px; width: 51%; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621ee3afec\"] { padding: 25px 10px 5px !important; }[data-css=\"tve-u-1621ee63e1c\"] { max-width: none; margin-bottom: 5px !important; }[data-css=\"tve-u-1621ee74a24\"] { top: 0px; right: 0px; font-size: 45px; width: 45px; height: 45px; float: none; padding-left: 0px !important; margin: 0px auto !important; }[data-css=\"tve-u-1621ee18a1c\"] { margin-top: 40px !important; margin-left: 20px !important; margin-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-1621fdcb4ea\"] { letter-spacing: 1px; font-size: 1.5em !important; }[data-css=\"tve-u-1621ec7f21a\"] { min-height: 150px; }[data-css=\"tve-u-1621eacf6af\"] { float: none; max-width: 230px; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621fd9c946\"] { max-width: 380px; float: none; width: 100%; margin: 0px auto !important; padding-left: 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-1621eb81205\"] { margin-top: 0px !important; }[data-css=\"tve-u-1621eb7ccb0\"] { min-height: 455px; }[data-css=\"tve-u-1621fd8766c\"] { min-height: 150px; }[data-css=\"tve-u-1621fd84d7b\"] { min-height: 430px; }[data-css=\"tve-u-1621e7c7aa1\"] .tcb-flex-col { flex-basis: 300px !important; }#tve_editor [data-css=\"tve-u-1621e7a7350\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621e7c899a\"] { float: none; max-width: 100%; margin-left: auto !important; margin-right: auto !important; margin-top: 0px !important; }[data-css=\"tve-u-1621e7c7aa1\"] { margin-left: -20px; flex-direction: row; }[data-css=\"tve-u-1621e7c7aa1\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-1621b3c8c52\"] { padding: 50px 40px !important; }[data-css=\"tve-u-1621fc0ce17\"] { margin-top: 10px !important; margin-bottom: 7px !important; }[data-css=\"tve-u-1621fbcad8c\"] { padding-left: 0px !important; padding-right: 30px !important; }[data-css=\"tve-u-1621fbacc60\"] { max-width: 177px; }[data-css=\"tve-u-1621fb68b97\"] { margin-left: -15px; min-height: inherit; padding: 20px !important; }[data-css=\"tve-u-1621fb68b97\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-1621fb65556\"] { margin-left: -15px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-1621fb65556\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-1621b200375\"] { float: none; max-width: 100%; margin: 0px auto !important; }[data-css=\"tve-u-1621b0e4fb7\"] { max-width: 100%; float: none; z-index: 3; position: relative; margin-right: auto !important; margin-left: auto !important; margin-bottom: 20px !important; }#tve_editor [data-css=\"tve-u-1621b10fccf\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621ae0bec7\"] { background-image: none !important; margin-top: 0px !important; }[data-css=\"tve-u-1621ae6c8da\"] { clip-path: url(\"#clip-tablet-top-aa2c3e3c70555\"); -webkit-clip-path: url(\"#clip-tablet-top-aa2c3e3c70555\");  }[data-css=\"tve-u-1621adba9ef\"] { clip-path: url(\"#clip-tablet-top-52d5a36c151aa\"); -webkit-clip-path: url(\"#clip-tablet-top-52d5a36c151aa\");  }[data-css=\"tve-u-1621ad420c4\"] { max-width: 100%; min-height: 1px !important; }[data-css=\"tve-u-1621f45bed3\"] { padding: 0px !important; }[data-css=\"tve-u-1621ae4fd21\"] { max-width: 100%; left: 0px; top: 0px; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621ae4db6e\"] { min-height: 300px; }#tve_editor [data-css=\"tve-u-1621afd8c98\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621afcc0bf\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621afceb00\"] { max-width: 100%; margin-bottom: 30px !important; }[data-css=\"tve-u-1621a98b602\"] { stroke-dasharray: 534.071, 534.071; }[data-css=\"tve-u-1621a9750ae\"] { font-size: 14.45px !important; line-height: 14.45px !important; }[data-css=\"tve-u-1621a9a2867\"] { font-size: 51px !important; line-height: 51px !important; }[data-css=\"tve-u-1621a9a2866\"] { margin-top: 42.5px !important; }[data-css=\"tve-u-1621a96b190\"] { width: 153px !important; height: 153px !important; top: 8.5px !important; bottom: 8.5px !important; left: 8.5px !important; right: 8.5px !important; }[data-css=\"tve-u-1621a9685d4\"] { stroke-width: 18px !important; }[data-css=\"tve-u-1621a9a2862\"] { width: 170px !important; height: 170px !important; }[data-css=\"tve-u-1621a983587\"] { float: none; border: 20px solid rgba(137, 141, 167, 0.24); margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621a8b2488\"] { float: none; max-width: 100%; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621a8a804b\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1621a8a804b\"] { margin-left: -24px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-1621a8a804b\"] > .tcb-flex-col { padding-left: 24px; }#tve_editor [data-css=\"tve-u-1621a2e0d5b\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621b028939\"] { position: relative; float: left; z-index: 3; display: block; max-width: 300px; width: 300px; margin-top: 15px !important; }[data-css=\"tve-u-1621adea58b\"] { margin-left: -30px; }[data-css=\"tve-u-1621adea58b\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-1621ade6172\"] { max-width: 100%; position: static; }#tve_editor [data-css=\"tve-u-16248fc42a1\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-16249355087\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-16249358652\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-1624935a201\"] { font-size: 18px !important; }[data-css=\"tve-u-1624939a960\"] { margin-bottom: 0px !important; padding-bottom: 20px !important; padding-left: 20px !important; padding-right: 20px !important; }[data-css=\"tve-u-162493a03b0\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-162493a03b0\"] { min-height: inherit; margin-left: -20px; }#tve_editor [data-css=\"tve-u-1625389a3d5\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-1625389b4ed\"] { font-size: 18px !important; }[data-css=\"tve-u-16260c39a7e\"] { float: none; max-width: 100%; margin: 0px auto !important; }[data-css=\"tve-u-16260d3f4aa\"] { margin-left: -15px; min-height: inherit; padding: 20px !important; }[data-css=\"tve-u-16260d3f4aa\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-16260d3f4af\"] { margin-left: -15px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-16260d3f4af\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-16260d8392c\"] { margin-left: -15px; min-height: inherit; padding: 20px !important; }[data-css=\"tve-u-16260d8392c\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-16260d8396c\"] { margin-left: -15px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-16260d8396c\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-16260da3aa7\"] { float: none; max-width: 100%; margin: 0px !important; }[data-css=\"tve-u-162717cb609\"] { max-width: 100%; min-height: 1px !important; }[data-css=\"tve-u-162717cb60a\"] { padding: 0px !important; }[data-css=\"tve-u-162717cb618\"] { float: none; max-width: 100%; margin-top: 60px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-162717cb620\"] { clip-path: url(\"#clip-tablet-bottom-c883ac5175045\"); -webkit-clip-path: url(\"#clip-tablet-bottom-c883ac5175045\");  background-attachment: scroll, fixed !important; background-image: linear-gradient(rgba(0, 0, 0, 0.46), rgba(0, 0, 0, 0.46)), url(\"https://bestcerakoteflorida.com/wp-content/uploads/2018/05/FTYS6743.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-162717d1bbf\"] { margin-left: 0px; padding: 25px 25px 0px !important; }[data-css=\"tve-u-162717d1bbf\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-162717d1bb7\"] { max-width: 51.3%; }[data-css=\"tve-u-162717d1bb9\"] { max-width: 15.3%; }[data-css=\"tve-u-162717d1bb6\"] { padding-left: 0px !important; }[data-css=\"tve-u-162717d1bbc\"] { border-left: none; border-right: none; padding-left: 30px !important; padding-bottom: 10px !important; }[data-css=\"tve-u-162717d1bbe\"] { max-width: 100%; margin-left: 0px !important; margin-right: 30px !important; }[data-css=\"tve-u-164179bced9\"] { border-right: none; padding-left: 30px !important; padding-right: 0px !important; }[data-css=\"tve-u-16417b62c09\"] { max-width: 177px; }[data-css=\"tve-u-16417b662bf\"] { max-width: 177px; }[data-css=\"tve-u-16417e5bd95\"] { font-size: 14px; width: 14px; height: 14px; margin-bottom: -14px !important; margin-left: 0px !important; }[data-css=\"tve-u-1641c1b33f9\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-1641c1b456a\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-1641c1b52d3\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-1641c1b60b4\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-16959822de2\"] { margin-right: 1px !important; padding-right: 10px !important; padding-top: 10px !important; }[data-css=\"tve-u-16959cd1e7a\"] { margin-top: 60px !important; margin-bottom: 10px !important; }[data-css=\"tve-u-1695a3002e2\"] { margin-top: 15px !important; }[data-css=\"tve-u-1695d995f33\"] { margin-top: 40px !important; margin-left: 20px !important; margin-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-1695dd27f6a\"] { max-width: 60%; width: 60%; }[data-css=\"tve-u-16413112747\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1621f0d2c1a\"] { max-width: 50%; margin-left: auto !important; margin-right: auto !important; float: none; }#tve_editor [data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_5402f616 > a { fill: rgb(0, 0, 0) !important; color: rgb(0, 0, 0) !important; font-family: Merriweather; font-weight: 500; }#tve_editor [data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_13475a66 > a { fill: rgb(0, 0, 0) !important; color: rgb(0, 0, 0) !important; font-family: Merriweather; font-weight: 500; }#tve_editor [data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_a19cc162 > a { fill: rgb(0, 0, 0) !important; color: rgb(0, 0, 0) !important; font-family: Merriweather; font-weight: 500; }#tve_editor [data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_hgZvKxml > a { fill: rgb(0, 0, 0) !important; color: rgb(0, 0, 0) !important; font-family: Merriweather; font-weight: 500; }[data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_5402f616 > a { font-weight: 700 !important; }[data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_13475a66 > a { font-weight: 700 !important; }[data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_a19cc162 > a { font-weight: 700 !important; }[data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_hgZvKxml > a { font-weight: 700 !important; }#tve_editor [data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_5402f616 strong { font-weight: 700; }#tve_editor [data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_13475a66 strong { font-weight: 700; }#tve_editor [data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_a19cc162 strong { font-weight: 700; }#tve_editor [data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_hgZvKxml strong { font-weight: 700; }[data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_5402f616 { background-color: transparent; border-bottom: 1px solid rgb(0, 0, 0); }[data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_13475a66 { background-color: transparent; border-bottom: 1px solid rgb(0, 0, 0); }[data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_a19cc162 { background-color: transparent; border-bottom: 1px solid rgb(0, 0, 0); }[data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_hgZvKxml { background-color: transparent; border-bottom: 1px solid rgb(0, 0, 0); }[data-css=\"tve-u-1695e821f4c\"] .tve_w_menu { background-color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1695e821f4c\"] .tcb-icon-open > :first-child { color: rgb(255, 255, 255); }[data-css=\"tve-u-1695e821f4c\"] { border-bottom: none; }}@media (max-width: 767px){[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-16417e9d24e\"]::after { clear: both; }[data-css=\"tve-u-16417b70f47\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 0px !important; }[data-css=\"tve-u-1621e819c52\"] { min-height: 100px; }[data-css=\"tve-u-1621e8107f3\"] { max-width: 100px; }[data-css=\"tve-u-1621fd8766c\"] { min-height: 144px; }[data-css=\"tve-u-1621ec79a7d\"] { min-height: 100px; }[data-css=\"tve-u-1621ec78d2c\"] { max-width: 100px; }[data-css=\"tve-u-1621ec7f21a\"] { min-height: 144px; }[data-css=\"tve-u-1621e7e6c1d\"] { min-height: 144px; }[data-css=\"tve-u-16417b4cb9e\"] { padding-bottom: 30px !important; }[data-css=\"tve-u-1621ec752da\"] { min-height: 100px; }[data-css=\"tve-u-1621ec6c39b\"] { max-width: 100px; }[data-css=\"tve-u-1621fd84d7b\"] { min-height: 430px; }[data-css=\"tve-u-1621e7c7aa1\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16223dad661\"] { padding-top: 0px !important; }[data-css=\"tve-u-1621b3c74d9\"] { max-width: 100%; }[data-css=\"tve-u-1621eb81205\"] { max-width: 100%; margin-bottom: 20px !important; }[data-css=\"tve-u-1621e7ceab3\"] { max-width: 100%; margin-bottom: 20px !important; }[data-css=\"tve-u-1621f0b0088\"] { min-height: 120px !important; }[data-css=\"tve-u-1621f0da775\"] { float: none; width: 100%; max-width: 280px; margin: 0px auto 20px !important; }[data-css=\"tve-u-1621ee37f4a\"] { min-height: 260px; }[data-css=\"tve-u-1621ee3afec\"] > .tve-cb { display: flex; justify-content: center; flex-direction: column; }[data-css=\"tve-u-1621ee63e1c\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1641367127b\"] { font-size: 30px; width: 30px; height: 30px; }[data-css=\"tve-u-1641367e553\"] { float: none; font-size: 30px; width: 30px; height: 30px; margin: -30px auto 30px !important; padding-right: 10px !important; }[data-css=\"tve-u-1621ada1e7f\"] { padding: 0px !important; }[data-css=\"tve-u-162717cb617\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-162717cb617\"] { min-height: inherit; }[data-css=\"tve-u-16229fa6a26\"] { height: calc(100% - 21px); margin-bottom: 0px !important; margin-top: 21px !important; }[data-css=\"tve-u-1624939a960\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-162493a03b0\"] .tcb-flex-col { flex-basis: 400px !important; }[data-css=\"tve-u-1621a2247ba\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-162717cb60f\"] { margin-bottom: 25px !important; }[data-css=\"tve-u-162717d1bbf\"] .tcb-flex-col { flex-basis: 225px !important; }[data-css=\"tve-u-1621ee3afec\"] { max-width: 100%; padding: 10px !important; position: static !important; }#tve_editor [data-css=\"tve-u-1641333d7d1\"] { font-size: 14px !important; }[data-css=\"tve-u-162717cb60b\"] { margin-top: 0px !important; }[data-css=\"tve-u-162717cb621\"] { z-index: 2; padding-left: 20px !important; padding-right: 20px !important; margin-top: -160px !important; padding-top: 35px !important; }[data-css=\"tve-u-162717cb617\"] .tcb-flex-col { flex-basis: 435px !important; }[data-css=\"tve-u-16369305186\"] { float: none; width: 100%; max-width: 279px; z-index: 3; position: relative; margin: 0px auto !important; }#tcb_landing_page h6 { line-height: 1.4em; }#tcb_landing_page h5 { line-height: 1.3em; }#tcb_landing_page p, #tcb_landing_page li { font-size: 14px; }#tcb_landing_page h2 { font-size: 28px; }#tcb_landing_page h1 { font-size: 35px; }[data-css=\"tve-u-16260ba2fa4\"] { padding-bottom: 40px !important; padding-left: 20px !important; padding-right: 20px !important; }[data-css=\"tve-u-1628a10d3b4\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-1628a12f675\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-162717cb610\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-16271bfe70c\"] { padding: 0px !important; }[data-css=\"tve-u-162717fcf9d\"] { z-index: 1; border: none; margin-top: 0px !important; padding-top: 75px !important; padding-left: 20px !important; padding-right: 20px !important; }[data-css=\"tve-u-162718bd0c0\"] { clip-path: url(\"#clip-mobile-top-a3b25e1c9221a\"); -webkit-clip-path: url(\"#clip-mobile-top-a3b25e1c9221a\");  }[data-css=\"tve-u-1621eb3eb9f\"] { clip-path: url(\"#clip-mobile-bottom-ac98bb0e54b3b\"); -webkit-clip-path: url(\"#clip-mobile-bottom-ac98bb0e54b3b\");  }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col > .tcb-col { min-height: 155px; }[data-css=\"tve-u-16229ffbb7b\"] { min-height: inherit; margin-left: 0px; }[data-css=\"tve-u-16229fa8c68\"] { height: calc(100% - 28px); margin-bottom: 0px !important; margin-top: 20px !important; }[data-css=\"tve-u-1622f65ba70\"] { height: calc(100% - 20px); margin-bottom: 0px !important; margin-top: 20px !important; }[data-css=\"tve-u-16229f6175c\"] { margin-top: 0px !important; }[data-css=\"tve-u-1622a159bcb\"] { float: none; max-width: 100%; margin-left: auto !important; margin-right: auto !important; padding-top: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-16229ae62a7\"] { border-right: none; }#tve_editor [data-css=\"tve-u-16228c764b2\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-16228c75500\"] { font-size: 18px !important; }[data-css=\"tve-u-1621fb65556\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-1621a983587\"] { border: 20px solid rgba(137, 141, 167, 0.32); }[data-css=\"tve-u-1621ee74a24\"] { float: none; margin-left: auto !important; margin-right: auto !important; margin-bottom: 10px !important; }[data-css=\"tve-u-1621afda4fa\"] { max-width: 100%; margin-bottom: 20px !important; }[data-css=\"tve-u-16223f02c16\"] { min-height: 54px; }[data-css=\"tve-u-1621f0aa8f7\"] { margin-top: 0px !important; }#tve_editor [data-css=\"tve-u-1622444fb11\"] { letter-spacing: 0px; }[data-css=\"tve-u-16224439be1\"] { padding: 0px !important; }[data-css=\"tve-u-1621fb68b97\"] { padding: 0px !important; }[data-css=\"tve-u-1621afceb00\"] { max-width: 100%; margin-bottom: 30px !important; }[data-css=\"tve-u-1621b0e4fb7\"] { float: none; margin-right: auto !important; margin-bottom: 30px !important; padding-left: 0px !important; margin-left: auto !important; }[data-css=\"tve-u-1621ebf340c\"] { padding-bottom: 40px !important; }[data-css=\"tve-u-1621ea50702\"] { float: none; width: 100%; padding: 0px !important; margin-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621e7d5094\"] { min-height: 430px; }[data-css=\"tve-u-1621eb7ccb0\"] { min-height: 430px; }[data-css=\"tve-u-1621ee03000\"] { flex-direction: column; }[data-css=\"tve-u-16223fe5f5b\"] { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621f0d2c1a\"] { margin-left: 25px !important; margin-right: 25px !important; }[data-css=\"tve-u-1621ee18a1c\"] { margin: 0px 20px 20px 0px !important; }[data-css=\"tve-u-1621ef118dc\"] { top: 0px; width: 154px; position: relative; float: none; z-index: 5; left: 0px; margin: 5px auto 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-1621fd9c946\"] { max-width: 100%; margin-top: 0px !important; margin-left: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-16223fc9f23\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-1621e7c899a\"] { max-width: none; float: none; margin-top: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621b3c8c52\"] { padding: 40px 20px !important; }[data-css=\"tve-u-1621fbcad8c\"] { padding: 20px !important; }[data-css=\"tve-u-1621fb65556\"] { margin-left: 0px; padding: 0px !important; }[data-css=\"tve-u-1621fbacc60\"] { max-width: 126px; float: none; margin-left: auto !important; margin-right: auto !important; margin-top: 20px !important; }[data-css=\"tve-u-1621b200375\"] { float: none; margin-top: 0px !important; margin-left: auto !important; margin-right: auto !important; }#tve_editor [data-css=\"tve-u-1621b10fccf\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621b028939\"] { display: block; max-width: 100%; width: 100%; float: none; min-width: 100%; margin-left: auto !important; margin-right: auto !important; margin-top: 0px !important; }[data-css=\"tve-u-1621ae4db6e\"] { min-height: 270px; }[data-css=\"tve-u-1621ae6c8da\"] { clip-path: url(\"#clip-mobile-top-aa2c3e3c70555\"); -webkit-clip-path: url(\"#clip-mobile-top-aa2c3e3c70555\");  }[data-css=\"tve-u-1621adba9ef\"] { clip-path: url(\"#clip-mobile-top-52d5a36c151aa\"); -webkit-clip-path: url(\"#clip-mobile-top-52d5a36c151aa\");  }[data-css=\"tve-u-16223f02c16\"]::after { clear: both; }[data-css=\"tve-u-1621b01355a\"] { max-width: 100%; float: none; margin-left: auto !important; margin-right: auto !important; margin-bottom: 15px !important; }[data-css=\"tve-u-1620af7eb3f\"] { float: none; display: block; max-width: 100%; width: 100%; min-width: 100%; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621ae0bec7\"]::after { clear: both; }[data-css=\"tve-u-1621f45bed3\"] { padding: 40px 20px 0px !important; }[data-css=\"tve-u-1621ad46076\"] { margin: 0px !important; padding: 30px 20px !important; }[data-css=\"tve-u-1621adea58b\"] { flex-flow: row-reverse wrap-reverse !important; }[data-css=\"tve-u-1621ae4fd21\"] { margin-top: 0px !important; position: static !important; }[data-css=\"tve-u-1621a8b2488\"] { float: none; max-width: 100%; margin-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621a8a804b\"] { padding-left: 0px !important; padding-right: 0px !important; }#tve_editor [data-css=\"tve-u-1621a2e0d5b\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621e7c7aa1\"] { flex-direction: column; min-height: inherit; }[data-css=\"tve-u-16249367114\"] { margin-top: 0px !important; }[data-css=\"tve-u-16249373b25\"] { height: calc(100% - 20px); margin-bottom: 0px !important; background-image: linear-gradient(rgb(248, 249, 251), rgb(248, 249, 251)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; margin-top: 20px !important; }[data-css=\"tve-u-162493a03b0\"] > .tcb-flex-col > .tcb-col { min-height: 155px; }[data-css=\"tve-u-162493a03b0\"] { min-height: inherit; }[data-css=\"tve-u-162493b6b63\"] { height: calc(100% - 20px); margin-bottom: 0px !important; margin-top: 20px !important; }[data-css=\"tve-u-16260c39a7e\"] { float: none; margin-top: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-16260d3f4aa\"] { padding: 0px !important; }[data-css=\"tve-u-16260d3f4af\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-16260d3f4af\"] { margin-left: 0px; padding: 0px !important; }[data-css=\"tve-u-16260d8392c\"] { padding: 0px !important; }[data-css=\"tve-u-16260d8396c\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-16260d8396c\"] { margin-left: 0px; padding: 0px !important; }[data-css=\"tve-u-16260da3aa7\"] { float: none; margin-top: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-162717cb618\"] { margin: 140px 0px 0px !important; }[data-css=\"tve-u-162717cb620\"] { clip-path: url(\"#clip-mobile-bottom-c883ac5175045\"); -webkit-clip-path: url(\"#clip-mobile-bottom-c883ac5175045\");  opacity: 1; filter: grayscale(0%) blur(0px); background-image: linear-gradient(rgba(0, 0, 0, 0.51), rgba(0, 0, 0, 0.51)), url(\"https://bestcerakoteflorida.com/wp-content/uploads/2018/05/FTYS6743.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-162717cb60a\"] { padding: 0px !important; }#tve_editor [data-css=\"tve-u-162717cb616\"] { font-size: 27px !important; }[data-css=\"tve-u-162717d1bbf\"] > .tcb-flex-col { padding-left: 18px; }[data-css=\"tve-u-162717d1bbf\"] { margin-left: -18px; padding: 10px !important; flex-flow: row wrap !important; }[data-css=\"tve-u-162717d1bbe\"] { border-bottom: 1px solid rgba(255, 255, 255, 0.2); border-right: none; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-162717d1bbc\"] { border: none; padding-left: 0px !important; padding-right: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-162717d1bb6\"] { border: none; padding-top: 0px !important; padding-left: 0px !important; margin-bottom: 1px !important; margin-top: -5px !important; padding-bottom: 10px !important; }[data-css=\"tve-u-164179a84b8\"] { float: none; width: 100%; max-width: 155px; z-index: 3; position: relative; margin-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-164179bced9\"] { border-right: none; position: relative; max-width: 250px; float: none; padding-left: 0px !important; padding-right: 0px !important; margin-top: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-16417b62c09\"] { max-width: 126px; float: none; margin-left: auto !important; margin-right: auto !important; margin-top: 20px !important; }[data-css=\"tve-u-16417b662bf\"] { max-width: 126px; float: none; margin-left: auto !important; margin-right: auto !important; margin-top: 20px !important; }[data-css=\"tve-u-16417e5bd95\"] { margin: 3px 10px 0px 0px !important; }#tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] p, #tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] li, #tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] blockquote, #tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] address, #tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] .tcb-plain-text, #tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] label { font-size: 18px; }[data-css=\"tve-u-16959822de2\"] { float: none; padding-top: 10px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621ee58e74\"] { border-right: none !important; }[data-css=\"tve-u-1695d995f33\"] { margin: 0px 20px 20px 0px !important; }#tve_editor [data-css=\"tve-u-1695e821f4c\"] .tcb-icon-open > :first-child { color: rgb(255, 255, 255); }[data-css=\"tve-u-1695e821f4c\"] .tcb-icon-open { font-size: 25px !important; width: 25px !important; height: 25px !important; }}'),(7435,604,'tve_revision_tve_user_custom_css',''),(7436,604,'tve_revision_tve_page_events','a:0:{}'),(7437,604,'tve_revision_tve_globals','a:2:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";s:8:\"font_cls\";a:0:{}}'),(7438,604,'tve_revision_tve_global_scripts',''),(7439,604,'tve_revision_thrive_icon_pack','0'),(7440,604,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(7441,604,'tve_revision_tve_has_masonry','0'),(7442,604,'tve_revision_tve_has_typefocus','0'),(7443,604,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-162717d1bbe\" wfd-id=\"481\"><div class=\"tcb-flex-row tcb-medium-no-wrap v-2 tcb--cols--3 m-edit tcb-mobile-wrap tcb-resized\" data-css=\"tve-u-162717d1bbf\" wfd-id=\"482\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1695981e7bb\" wfd-id=\"499\"><div class=\"tcb-col\" data-css=\"tve-u-16959846d3d\" wfd-id=\"501\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16959822de2\" wfd-id=\"502\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"503\"><img class=\"tve_image wp-image-465\" alt=\"\" width=\"384\" height=\"62\" title=\"Blackhawk_custom_header\" data-id=\"465\" src=\"https://bestcerakoteflorida.com/wp-content/uploads/2019/01/Blackhawk_custom_header.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717d1bb9\" style=\"\" wfd-id=\"492\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717d1bb6\" wfd-id=\"494\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-164179a84b8\" wfd-id=\"495\">\n<div class=\"tve-content-box-background\" wfd-id=\"498\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"496\"><div class=\"tcb-clear\" wfd-id=\"497\"></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717d1bb7\" style=\"\" wfd-id=\"483\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717d1bbc\" wfd-id=\"485\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16369305186\" wfd-id=\"486\">\n<div class=\"tve-content-box-background\" wfd-id=\"491\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16417e9d24e\" wfd-id=\"487\"><div class=\"tcb-clear\" wfd-id=\"489\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-16417e5bd95\" data-float=\"1\" wfd-id=\"490\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-envelope-regular\" data-name=\"\">\n            <path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path>\n        </svg></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-164179bced9\" wfd-id=\"488\"><p data-css=\"tve-u-1641333d7d1\"><a href=\"mailto:info@bestcerkoteflorida.com\" target=\"_blank\">info@bestcerakoteflorida.com</a></p></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-162717cb621\" data-value-type=\"percent\" wfd-id=\"454\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-162717cb620\" data-clip-id=\"c883ac5175045\" wfd-id=\"480\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-c883ac5175045\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"4\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9301, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-c883ac5175045\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9476, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-c883ac5175045\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9651, 1 1, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-162717cb609\" wfd-id=\"455\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-162717cb618\" wfd-id=\"456\"><div class=\"tcb-flex-row tcb-medium-wrap tcb-resized v-2 tcb--cols--2\" data-css=\"tve-u-162717cb617\" wfd-id=\"457\"><div class=\"tcb-flex-col\" data-css=\"tve-u-162717cb601\" style=\"\" wfd-id=\"471\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717cb60a\" wfd-id=\"473\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h1\" data-css=\"tve-u-162717cb610\" wfd-id=\"477\"><h1 data-css=\"tve-u-162717cb616\" style=\"text-align: center;\">&nbsp;<strong>â€‹</strong><strong>Protect What\'s Important To You! With The Toughest Ceramic Finish In The World!</strong></h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162717cb60f\" wfd-id=\"474\"><h2 class=\"\" data-css=\"tve-u-1695a36117b\" style=\"text-align: center;\"><strong>Heat, Water, Salt and Sand just some of the conditions you face. And any one of them is just waiting, to get a hold of your firearm and leave it a pile of rusted, pitted junk.</strong></h2><h2 class=\"\" data-css=\"tve-u-16413112747\" style=\"text-align: center;\"><strong>Unfortunately, there wasn\'t much you could do other than keep cleaning and lubricating your firearms...till NOW!</strong></h2></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717cb600\" style=\"\" wfd-id=\"458\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717cb60b\" wfd-id=\"460\"><div class=\"thrv_responsive_video thrv_wrapper rv_style_lifted_style2\" data-type=\"youtube\" data-rel=\"0\" data-url=\"https://www.youtube.com/watch?v=a1nyu9ZJiEk\" data-css=\"tve-u-16959cd1e7a\" data-modestbranding=\"1\" wfd-id=\"468\">\n	\n\n	<div class=\"tve_responsive_video_container\" wfd-id=\"469\">\n		<div class=\"video_overlay\" wfd-id=\"470\"></div>\n	<iframe data-code=\"TEOqV1Q16lU\" data-provider=\"youtube\" src=\"https://www.youtube.com/embed/TEOqV1Q16lU?rel=0&amp;modestbranding=1&amp;controls=1&amp;showinfo=1&amp;fs=1&amp;wmode=transparent\" data-src=\"https://www.youtube.com/embed/TEOqV1Q16lU?rel=0&amp;modestbranding=1&amp;controls=1&amp;showinfo=1&amp;fs=1&amp;wmode=transparent\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\n</div><div class=\"thrv_wrapper thrv-button tcb-with-icon\" data-css=\"tve-u-1695a3002e2\" data-tcb_hover_state_parent=\"\" data-button-style=\"border_1\" wfd-id=\"461\">\n	<a href=\"tel:1-954-848-1911\" class=\"tcb-button-link\" target=\"_blank\" rel=\"\"><span class=\"tcb-button-icon\" wfd-id=\"466\">\n	<div class=\"thrv_wrapper thrv_icon tve_no_drag tve_no_icons tcb-icon-inherit-style tcb-icon-display\" wfd-id=\"467\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-phone-plus-light\" data-name=\"\">\n            <path d=\"M8 128h88v88c0 4.4 3.6 8 8 8h16c4.4 0 8-3.6 8-8v-88h88c4.4 0 8-3.6 8-8v-16c0-4.4-3.6-8-8-8h-88V8c0-4.4-3.6-8-8-8h-16c-4.4 0-8 3.6-8 8v88H8c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8zM487.8 24.1L387 .8c-14.7-3.4-29.8 4.2-35.8 18.1l-46.5 108.5c-5.5 12.7-1.8 27.7 8.9 36.5l53.9 44.1c-34 69.2-90.3 125.6-159.6 159.6l-44.1-53.9c-8.8-10.7-23.8-14.4-36.5-8.9L18.9 351.3c-13.9 6-21.5 21-18.1 35.8L24 487.9C27.3 502 39.9 512 54.5 512 306.7 512 512 307.8 512 54.5c0-14.6-10-27.2-24.2-30.4zM55.1 480l-23-99.6 107.4-46 59.5 72.8c103.6-48.6 159.7-104.9 208.1-208.1l-72.8-59.5 46-107.4 99.6 23C479.7 289.7 289.6 479.7 55.1 480z\"></path>\n        </svg></div>\n</span>\n\n		<span class=\"tcb-button-texts\" wfd-id=\"462\"><span class=\"tcb-button-text thrv-inline-text\" wfd-id=\"463\">CALL NOW</span></span>\n	</a>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-162717fcf9d\" data-value-type=\"percent\" wfd-id=\"381\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-162718bd0c0\" data-clip-id=\"a3b25e1c9221a\" wfd-id=\"453\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0875\"></polygon></clipPath><clipPath id=\"clip-tablet-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"6\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.1051\"></polygon></clipPath><clipPath id=\"clip-mobile-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"1\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0175\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-162718a3b40\" wfd-id=\"382\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622a159bcb\" wfd-id=\"383\">\n<div class=\"tve-content-box-background\" wfd-id=\"452\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"384\"><div class=\"thrv_wrapper thrv-columns\" wfd-id=\"438\"><div class=\"tcb-flex-row tcb--cols--2\" wfd-id=\"439\"><div class=\"tcb-flex-col\" wfd-id=\"446\"><div class=\"tcb-col\" wfd-id=\"448\"><div class=\"thrv_wrapper thrv_text_element\" wfd-id=\"449\"><p>Enter your text here...</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"440\"><div class=\"tcb-col\" wfd-id=\"442\"><div class=\"thrv_wrapper thrv_text_element\" wfd-id=\"443\"><p>Enter your text here...</p></div></div></div></div></div><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621a2247ba\" wfd-id=\"435\"><h2 data-css=\"tve-u-1621a2e0d5b\">our services</h2></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16229f6175c\" wfd-id=\"412\"><div class=\"tcb-flex-row tcb-medium-no-wrap tcb--cols--3 v-2\" data-css=\"tve-u-162493a03b0\" wfd-id=\"413\"><div class=\"tcb-flex-col\" wfd-id=\"428\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1624939a960\" data-tcb_hover_state_parent=\"\" wfd-id=\"430\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-162493d5f13\" data-float=\"1\" wfd-id=\"434\"><svg class=\"tcb-icon\" viewBox=\"0 0 14 28\" data-name=\"bolt\">\n<path d=\"M13.828 8.844c0.172 0.187 0.219 0.453 0.109 0.688l-8.437 18.078c-0.125 0.234-0.375 0.391-0.656 0.391-0.063 0-0.141-0.016-0.219-0.031-0.344-0.109-0.547-0.438-0.469-0.766l3.078-12.625-6.344 1.578c-0.063 0.016-0.125 0.016-0.187 0.016-0.172 0-0.359-0.063-0.484-0.172-0.187-0.156-0.25-0.391-0.203-0.609l3.141-12.891c0.078-0.297 0.359-0.5 0.688-0.5h5.125c0.391 0 0.703 0.297 0.703 0.656 0 0.094-0.031 0.187-0.078 0.281l-2.672 7.234 6.188-1.531c0.063-0.016 0.125-0.031 0.187-0.031 0.203 0 0.391 0.094 0.531 0.234z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"432\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-162494b490e\" wfd-id=\"433\"><h4 data-css=\"tve-u-16249355087\" style=\"text-align: left;\">Express exterior</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162494b7ad0\" wfd-id=\"431\"><p data-css=\"tve-u-162492e70ad\">Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"421\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162493b6b63\" data-tcb_hover_state_parent=\"\" wfd-id=\"423\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b456a\" wfd-id=\"427\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"adjust\">\n<path d=\"M12 22.5v-17c-4.688 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"425\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1af44d\" wfd-id=\"426\"><h4 data-css=\"tve-u-16249358652\" style=\"text-align: left;\">Interior clean</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"424\"><p data-css=\"tve-u-162492e70ad\">Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"414\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16249373b25\" wfd-id=\"416\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b52d3\" wfd-id=\"420\"><svg class=\"tcb-icon\" viewBox=\"0 0 26 28\" data-name=\"umbrella\">\n<path d=\"M14 12.938v9.063c0 2.172-1.828 4-4 4s-4-1.828-4-4c0-0.547 0.453-1 1-1s1 0.453 1 1c0 1.047 0.953 2 2 2s2-0.953 2-2v-9.063c0.328-0.109 0.656-0.172 1-0.172s0.672 0.063 1 0.172zM26 13.359c0 0.266-0.234 0.5-0.5 0.5-0.141 0-0.25-0.063-0.359-0.156-0.906-0.844-1.75-1.437-3.047-1.437-1.484 0-2.766 0.922-3.609 2.094-0.187 0.266-0.328 0.547-0.5 0.812-0.109 0.172-0.234 0.266-0.438 0.266-0.219 0-0.344-0.094-0.453-0.266-0.172-0.266-0.313-0.547-0.5-0.812-0.844-1.172-2.109-2.094-3.594-2.094s-2.75 0.922-3.594 2.094c-0.187 0.266-0.328 0.547-0.5 0.812-0.109 0.172-0.234 0.266-0.453 0.266-0.203 0-0.328-0.094-0.438-0.266-0.172-0.266-0.313-0.547-0.5-0.812-0.844-1.172-2.125-2.094-3.609-2.094-1.297 0-2.141 0.594-3.047 1.437-0.109 0.094-0.219 0.156-0.359 0.156-0.266 0-0.5-0.234-0.5-0.5 0-0.047 0-0.078 0.016-0.109 1.437-5.906 7.141-9.25 12.984-9.25 5.812 0 11.578 3.344 12.984 9.25 0.016 0.031 0.016 0.063 0.016 0.109zM14 2v1.531c-0.328-0.016-0.672-0.031-1-0.031s-0.672 0.016-1 0.031v-1.531c0-0.547 0.453-1 1-1s1 0.453 1 1z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"418\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b01a6\" wfd-id=\"419\"><h4 data-css=\"tve-u-1624935a201\" style=\"text-align: left;\">Wax protection</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"417\"><p data-css=\"tve-u-162492e70ad\">Etiam pharetra, erat sed fermentum feugiat, velit mauris</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16249367114\" wfd-id=\"385\"><div class=\"tcb-flex-row tcb-medium-no-wrap tcb--cols--3 v-2\" data-css=\"tve-u-16229ffbb7b\" wfd-id=\"386\"><div class=\"tcb-flex-col\" wfd-id=\"403\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229fa6a26\" wfd-id=\"405\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b33f9\" wfd-id=\"411\"><svg class=\"tcb-icon\" viewBox=\"0 0 26 28\" data-name=\"magic\">\n<path d=\"M18.594 9.078l4.578-4.578-1.672-1.672-4.578 4.578zM25.578 4.5c0 0.266-0.094 0.516-0.281 0.703l-20.094 20.094c-0.187 0.187-0.438 0.281-0.703 0.281s-0.516-0.094-0.703-0.281l-3.094-3.094c-0.187-0.187-0.281-0.438-0.281-0.703s0.094-0.516 0.281-0.703l20.094-20.094c0.187-0.187 0.438-0.281 0.703-0.281s0.516 0.094 0.703 0.281l3.094 3.094c0.187 0.187 0.281 0.438 0.281 0.703zM4.469 1.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531zM9.938 4.062l3.063 0.938-3.063 0.938-0.938 3.063-0.938-3.063-3.063-0.938 3.063-0.938 0.938-3.063zM24.469 11.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531zM14.469 1.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"409\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b0a67\" wfd-id=\"410\"><h4 data-css=\"tve-u-16248fc42a1\" style=\"text-align: left;\">Dust &amp; Dash Console</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"406\"><p data-css=\"tve-u-162492e70ad\">Duis sed odio sit amet nibh vulputate cursus a sit amet mauris.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"396\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1622f65ba70\" wfd-id=\"398\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b60b4\" wfd-id=\"402\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"certificate\">\n<path d=\"M21.5 14l2.156 2.109c0.297 0.281 0.406 0.703 0.313 1.094-0.109 0.391-0.422 0.703-0.812 0.797l-2.938 0.75 0.828 2.906c0.109 0.391 0 0.812-0.297 1.094-0.281 0.297-0.703 0.406-1.094 0.297l-2.906-0.828-0.75 2.938c-0.094 0.391-0.406 0.703-0.797 0.812-0.094 0.016-0.203 0.031-0.297 0.031-0.297 0-0.594-0.125-0.797-0.344l-2.109-2.156-2.109 2.156c-0.281 0.297-0.703 0.406-1.094 0.313-0.406-0.109-0.703-0.422-0.797-0.812l-0.75-2.938-2.906 0.828c-0.391 0.109-0.812 0-1.094-0.297-0.297-0.281-0.406-0.703-0.297-1.094l0.828-2.906-2.938-0.75c-0.391-0.094-0.703-0.406-0.812-0.797-0.094-0.391 0.016-0.812 0.313-1.094l2.156-2.109-2.156-2.109c-0.297-0.281-0.406-0.703-0.313-1.094 0.109-0.391 0.422-0.703 0.812-0.797l2.938-0.75-0.828-2.906c-0.109-0.391 0-0.812 0.297-1.094 0.281-0.297 0.703-0.406 1.094-0.297l2.906 0.828 0.75-2.938c0.094-0.391 0.406-0.703 0.797-0.797 0.391-0.109 0.812 0 1.094 0.297l2.109 2.172 2.109-2.172c0.281-0.297 0.688-0.406 1.094-0.297 0.391 0.094 0.703 0.406 0.797 0.797l0.75 2.938 2.906-0.828c0.391-0.109 0.812 0 1.094 0.297 0.297 0.281 0.406 0.703 0.297 1.094l-0.828 2.906 2.938 0.75c0.391 0.094 0.703 0.406 0.812 0.797 0.094 0.391-0.016 0.812-0.313 1.094z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"400\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b12d8\" wfd-id=\"401\"><h4 data-css=\"tve-u-1625389a3d5\" style=\"text-align: left;\">Triple Foam Polish</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"399\"><p data-css=\"tve-u-162492e70ad\">Class aptent taciti sociosqu ad litora torquent</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"387\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229fa8c68\" wfd-id=\"389\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-16271adf6cf\" wfd-id=\"395\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"bullseye\">\n<path d=\"M16 14c0 2.203-1.797 4-4 4s-4-1.797-4-4 1.797-4 4-4 4 1.797 4 4zM18 14c0-3.313-2.688-6-6-6s-6 2.688-6 6 2.688 6 6 6 6-2.688 6-6zM20 14c0 4.422-3.578 8-8 8s-8-3.578-8-8 3.578-8 8-8 8 3.578 8 8zM22 14c0-5.516-4.484-10-10-10s-10 4.484-10 10 4.484 10 10 10 10-4.484 10-10zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"393\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-16248fc71c8\" wfd-id=\"394\"><h4 data-css=\"tve-u-1625389b4ed\" style=\"text-align: left;\">Tire dressing</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"390\"><p data-css=\"tve-u-162492e70ad\">Etiam pharetra, erat sed fermentum feugiat, velit mauris</p></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621ad46076\" wfd-id=\"349\">\n<div class=\"tve-page-section-out\" wfd-id=\"380\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621b072b4e\" wfd-id=\"350\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621a8b2488\" wfd-id=\"351\"><div class=\"tcb-flex-row tcb--cols--2 v-2\" data-css=\"tve-u-1621a8a804b\" wfd-id=\"352\"><div class=\"tcb-flex-col\" wfd-id=\"362\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16271bfe70c\" wfd-id=\"364\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h3\" data-css=\"tve-u-1621a8c4313\" wfd-id=\"379\"><h3><strong>Complete cleaning services for yoâ€‹ur car</strong></h3></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-16417b70f47\" wfd-id=\"365\"><ul class=\"tcb-styled-list\" wfd-id=\"366\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621acf0289\" wfd-id=\"375\"><div class=\"tcb-styled-list-icon\" wfd-id=\"377\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a8e11f3\" wfd-id=\"378\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ace1b08\" wfd-id=\"376\">We are a small business delivering professional cleaning services for all vehicles</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621acf64fb\" wfd-id=\"371\"><div class=\"tcb-styled-list-icon\" wfd-id=\"373\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a8e5625\" wfd-id=\"374\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ace4de9\" wfd-id=\"372\">Our services are convenient for individuals and corporate fleets</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"367\"><div class=\"tcb-styled-list-icon\" wfd-id=\"369\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a9076ef\" wfd-id=\"370\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621acf47d2\" wfd-id=\"368\">We use eco-friendly products that actually clean, protect and maintain your car better than the traditional cleaning substances</span></li></ul></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"353\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621a90a46f\" wfd-id=\"355\"><div class=\"thrv_wrapper thrv-fill-counter tve_red tve_normalfc thrv_data_element\" data-css=\"tve-u-1621a983587\" wfd-id=\"356\">\n<div class=\"tve_fill_counter_n\" style=\"\" data-fill=\"100\" data-css=\"tve-u-1621a98b602\" wfd-id=\"357\">\n<svg viewBox=\"0 0 160 160\" class=\"tve_fill_counter_circle\" shape-rendering=\"optimizeSpeed\" data-css=\"tve-u-1621a9a2862\">\n<circle class=\"tve_fill_counter_circle_inner\" r=\"80\" cx=\"80\" cy=\"80\" data-css=\"tve-u-1621a9685d4\"></circle>\n</svg>\n<div class=\"tve_fill_text_in\" data-css=\"tve-u-1621a96b190\" wfd-id=\"358\">\n<div class=\"tve_fill_text_value\" data-css=\"tve-u-1621a9a2866\" wfd-id=\"360\">\n<div class=\"thrv-inline-text tve_fill_text tve_editable\" data-css=\"tve-u-1621a9a2867\" wfd-id=\"361\"><strong>100%â€‹</strong></div>\n</div>\n<div class=\"thrv-inline-text tve_editable tve_data_element_label\" data-css=\"tve-u-1621a9750ae\" wfd-id=\"359\">Clean car</div>\n</div>\n</div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621ada1e7f\" data-value-type=\"percent\" wfd-id=\"311\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621adba9ef\" data-clip-id=\"52d5a36c151aa\" wfd-id=\"348\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-52d5a36c151aa\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0875\"></polygon></clipPath><clipPath id=\"clip-tablet-top-52d5a36c151aa\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0524\"></polygon></clipPath><clipPath id=\"clip-mobile-top-52d5a36c151aa\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0349\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621ad420c4\" wfd-id=\"312\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621ade6172\" wfd-id=\"313\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2 tcb-row-reversed-mobile tcb-mobile-edit v-2\" data-css=\"tve-u-1621adea58b\" wfd-id=\"314\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621b064646\" style=\"\" wfd-id=\"342\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ae0bec7\" wfd-id=\"344\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ae4fd21\" data-value-type=\"percent\" data-float=\"1\" wfd-id=\"345\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621ae6c8da\" data-clip-id=\"aa2c3e3c70555\" wfd-id=\"347\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0349\"></polygon></clipPath><clipPath id=\"clip-tablet-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"4\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0699\"></polygon></clipPath><clipPath id=\"clip-mobile-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"4\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0699\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb\" data-css=\"tve-u-1621ae4db6e\" wfd-id=\"346\"></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621b064668\" style=\"\" wfd-id=\"315\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621f45bed3\" wfd-id=\"317\"><div class=\"tcb-clear\" data-css=\"tve-u-16224848ee5\" wfd-id=\"340\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621afceb00\" wfd-id=\"341\"><h2 data-css=\"tve-u-1621afcc0bf\">Check Out Our Special Offer!</h2></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621afda4fa\" wfd-id=\"337\"><p data-css=\"tve-u-1621afd8c98\">Donâ€™t miss the opportunity to get 50% discount on a complete cleaning just by recommending us to a friend. Bring someone you know with you and clean you car half price!</p></div><div class=\"tcb-clear\" data-css=\"tve-u-16224834cab\" wfd-id=\"318\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621fe85996\" wfd-id=\"319\"><div class=\"tcb-flex-row tcb--cols--2 tcb-resized tcb-medium-wrap tcb-desktop-wrap\" data-css=\"tve-u-1621fe78878\" wfd-id=\"320\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621fe94086\" style=\"\" wfd-id=\"328\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"330\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621b01355a\" wfd-id=\"331\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621b08fdde\" data-tcb_hover_state_parent=\"1\" wfd-id=\"336\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16223f02c16\" wfd-id=\"332\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-1620af7eb3f\" data-tcb_hover_state_parent=\"\" data-button-style=\"full_rounded\" wfd-id=\"333\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"334\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-16228c75500\" wfd-id=\"335\"><strong>Request an appointment</strong></span></span>\n</a>\n</div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621fe940b9\" style=\"\" wfd-id=\"321\"><div class=\"tcb-col\" wfd-id=\"323\"><div class=\"tcb-clear\" data-css=\"tve-u-16224716d62\" wfd-id=\"324\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-1621b028939\" data-tcb_hover_state_parent=\"\" data-button-style=\"ghost\" wfd-id=\"325\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"326\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-16228c764b2\" wfd-id=\"327\"><strong>Call Now: 0400-700-682</strong></span></span>\n</a>\n</div></div></div></div></div></div></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16260ba2fa4\" wfd-id=\"214\">\n<div class=\"tve-page-section-out\" wfd-id=\"310\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16260be7104\" wfd-id=\"215\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621b0e4fb7\" wfd-id=\"309\"><h2 data-css=\"tve-u-1621b10fccf\" style=\"text-align: center;\">our happy clients</h2></div><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641367127b\" data-float=\"1\" wfd-id=\"308\"><svg class=\"tcb-icon\" viewBox=\"0 0 30 32\" data-name=\"quote-left\">\n<path d=\"M13.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429zM29.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641367e553\" wfd-id=\"307\"><svg class=\"tcb-icon\" viewBox=\"0 0 30 32\" data-name=\"quote-left\">\n<path d=\"M13.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429zM29.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a10d3b4\" wfd-id=\"276\">\n<div class=\"tve-content-box-background\" wfd-id=\"306\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"277\"><div class=\"tcb-clear\" data-css=\"tve-u-1621b300a64\" wfd-id=\"304\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-1621f154231\" wfd-id=\"305\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621b200375\" wfd-id=\"280\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-16260d8392c\" wfd-id=\"281\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"288\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"290\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16417b62c09\" wfd-id=\"291\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-16260d8396c\" wfd-id=\"292\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16260d01208\" style=\"\" wfd-id=\"298\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"300\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"301\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16225617da3\" wfd-id=\"303\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"302\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16260d0120e\" style=\"\" wfd-id=\"293\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"295\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"297\"><h5>Brett Graham, 28</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"296\"><h6 class=\"\">Architect</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"282\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"284\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"285\"><p data-css=\"tve-u-162539c17ec\">Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit. Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit.&nbsp;</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-16260c5ff0c\" wfd-id=\"278\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260c5ff07\" wfd-id=\"279\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a12f675\" wfd-id=\"247\">\n<div class=\"tve-content-box-background\" wfd-id=\"275\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"248\"><div class=\"tcb-clear\" data-css=\"tve-u-16260cd7683\" wfd-id=\"273\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260d73672\" wfd-id=\"274\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16260da3aa7\" wfd-id=\"251\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-1621fb68b97\" wfd-id=\"252\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"257\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"259\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16417b662bf\" wfd-id=\"260\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-1621fb65556\" wfd-id=\"261\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16229915e1a\" style=\"\" wfd-id=\"267\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"269\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"270\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16260c433e9\" wfd-id=\"272\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"271\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16229915e4e\" style=\"\" wfd-id=\"262\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"264\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"266\"><h5>Rosie Hanson, 24</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"265\"><h6 class=\"\">Real estate Associate</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"253\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"255\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"256\"><p data-css=\"tve-u-162539c17ec\">Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo.</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-16260d3b97e\" wfd-id=\"249\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260d39b83\" wfd-id=\"250\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a146aef\" wfd-id=\"216\">\n<div class=\"tve-content-box-background\" wfd-id=\"246\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"217\"><div class=\"tcb-clear\" data-css=\"tve-u-16260cd7683\" wfd-id=\"244\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260cd622f\" wfd-id=\"245\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16260c39a7e\" wfd-id=\"220\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-16260d3f4aa\" wfd-id=\"221\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"228\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"230\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621fbacc60\" wfd-id=\"231\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-16260d3f4af\" wfd-id=\"232\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16229915e1a\" style=\"\" wfd-id=\"238\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"240\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"241\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16260d5e4b8\" wfd-id=\"243\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"242\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16229915e4e\" style=\"\" wfd-id=\"233\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"235\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"237\"><h5>Shawn Mattews, 35</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"236\"><h6 class=\"\">project manager</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"222\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"224\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"225\"><p data-css=\"tve-u-162539c17ec\">Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo. Nullam ac urna eu felis.Sed non neque elit. Sed ut imperdiet nisi. Proin condimentum</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1621b30ca74\" wfd-id=\"218\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-1621f15b521\" wfd-id=\"219\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621b3c8c52\" wfd-id=\"108\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621b3cfc7b\" wfd-id=\"213\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621b3c74d9\" wfd-id=\"109\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621e7b695a\" wfd-id=\"212\"><h2 data-css=\"tve-u-1621e7a7350\" style=\"text-align: center;\">our offers</h2></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621e7c899a\" wfd-id=\"110\"><div class=\"tcb-flex-row tcb--cols--3 tcb-medium-wrap v-2\" data-css=\"tve-u-1621e7c7aa1\" wfd-id=\"111\"><div class=\"tcb-flex-col\" wfd-id=\"176\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16223fc9f23\" wfd-id=\"178\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e7ceab3\" style=\"\" wfd-id=\"179\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16416e4fafd\" wfd-id=\"211\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e7d5094\" wfd-id=\"180\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e7e9950\" data-value-type=\"percent\" style=\"\" wfd-id=\"207\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e7edfd9\" data-clip-id=\"10ffac3b28f1d\" wfd-id=\"210\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-10ffac3b28f1d\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-10ffac3b28f1d\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e7e6c1d\" wfd-id=\"208\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-16417b4cb9e\" wfd-id=\"209\"><h4 data-css=\"tve-u-1621fe1a1af\" style=\"text-align: center;\"><strong>Basic Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ec6c39b\" data-float=\"1\" wfd-id=\"203\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e81f424\" wfd-id=\"206\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec752da\" wfd-id=\"204\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"205\"><h4 data-css=\"tve-u-1621fe1bd18\" style=\"text-align: center;\"><strong>15$</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621ea50702\" wfd-id=\"181\"><ul class=\"tcb-styled-list\" wfd-id=\"182\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec3a5c0\" wfd-id=\"199\"><div class=\"tcb-styled-list-icon\" wfd-id=\"201\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec204df\" wfd-id=\"202\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec241aa\" wfd-id=\"200\">Interior vacuum</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"195\"><div class=\"tcb-styled-list-icon\" wfd-id=\"197\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec20f68\" wfd-id=\"198\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec2704c\" wfd-id=\"196\">Dust &amp;dash console</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec42aa7\" wfd-id=\"191\"><div class=\"tcb-styled-list-icon\" wfd-id=\"193\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec21a31\" wfd-id=\"194\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec298ab\" wfd-id=\"192\">Hand towel dry</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec43fe2\" wfd-id=\"187\"><div class=\"tcb-styled-list-icon\" wfd-id=\"189\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ea1fba7\" wfd-id=\"190\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea23322\" wfd-id=\"188\">Clean windows</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec454d9\" wfd-id=\"183\"><div class=\"tcb-styled-list-icon\" wfd-id=\"185\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ea295c0\" wfd-id=\"186\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea2c69a\" wfd-id=\"184\">Soft cloth wash</span></li></ul></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"143\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"145\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621eb81205\" style=\"\" wfd-id=\"146\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16416e603ab\" wfd-id=\"175\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621eb7ccb0\" wfd-id=\"147\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ebbbb6d\" data-value-type=\"percent\" wfd-id=\"171\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eaaedd8\" data-clip-id=\"a2b9cf3198d6f\" wfd-id=\"174\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-a2b9cf3198d6f\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-a2b9cf3198d6f\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec7f21a\" wfd-id=\"172\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e930bd7\" wfd-id=\"173\"><h4 data-css=\"tve-u-1621e92e97f\" style=\"text-align: center;\"><strong>Ultimate Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ec78d2c\" data-float=\"1\" wfd-id=\"167\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eab272c\" wfd-id=\"170\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec79a7d\" wfd-id=\"168\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"169\"><h4 data-css=\"tve-u-1621e942b65\" style=\"text-align: center;\"><strong>22 $</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621ebfa746\" wfd-id=\"164\"><p data-css=\"tve-u-1621f4ceaf6\" style=\"text-align: center;\">Includes basic service <span data-css=\"tve-u-1621f4ceaf7\" style=\"color: rgb(15, 29, 123);\" wfd-id=\"165\"><strong class=\"\"><span data-css=\"tve-u-1621f4ceafb\" wfd-id=\"166\">+</span></strong></span></p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621ebf340c\" wfd-id=\"148\"><ul class=\"tcb-styled-list\" wfd-id=\"149\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-164137a0b1f\" wfd-id=\"158\"><div class=\"tcb-styled-list-icon\" wfd-id=\"162\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec0c5bd\" wfd-id=\"163\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ebfe4ce\" wfd-id=\"159\">Triple foam conditiner</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec04541\" wfd-id=\"154\"><div class=\"tcb-styled-list-icon\" wfd-id=\"156\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec09a3c\" wfd-id=\"157\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ebff867\" wfd-id=\"155\">Tire dressing</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec05cc3\" wfd-id=\"150\"><div class=\"tcb-styled-list-icon\" wfd-id=\"152\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec15f6e\" wfd-id=\"153\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec009a8\" wfd-id=\"151\">Air freshner</span></li></ul></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"112\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16223dad661\" wfd-id=\"114\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621fd9c946\" style=\"\" wfd-id=\"115\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e7d234c\" wfd-id=\"142\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621fd84d7b\" wfd-id=\"116\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16223b080b0\" data-value-type=\"percent\" wfd-id=\"138\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eb3eb9f\" data-clip-id=\"ac98bb0e54b3b\" wfd-id=\"141\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621fd8766c\" wfd-id=\"139\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e930bd7\" wfd-id=\"140\"><h4 data-css=\"tve-u-1621fe1587d\" style=\"text-align: center;\"><strong>Supreme Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e8107f3\" wfd-id=\"134\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eb43d8d\" wfd-id=\"137\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e819c52\" wfd-id=\"135\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"136\"><h4 data-css=\"tve-u-1621fe1725e\" style=\"text-align: center;\"><strong>30 $</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621eb037bb\" wfd-id=\"131\"><p data-css=\"tve-u-1621f4d0451\" style=\"text-align: center;\">Includes ultimate service <span data-css=\"tve-u-1621eaff572\" style=\"color: rgb(15, 29, 123);\" wfd-id=\"132\"><strong class=\"\"><span data-css=\"tve-u-1621eb01b60\" wfd-id=\"133\">+</span></strong></span></p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621eacf6af\" wfd-id=\"117\"><ul class=\"tcb-styled-list\" wfd-id=\"118\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec36a4d\" wfd-id=\"127\"><div class=\"tcb-styled-list-icon\" wfd-id=\"129\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e9993aa\" wfd-id=\"130\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea1a5d7\" wfd-id=\"128\">Exterior trim dressing</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"123\"><div class=\"tcb-styled-list-icon\" wfd-id=\"125\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e99b1db\" wfd-id=\"126\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea19a06\" wfd-id=\"124\">Hand applied spray wax</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec37ea5\" wfd-id=\"119\"><div class=\"tcb-styled-list-icon\" wfd-id=\"121\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e99c314\" wfd-id=\"122\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea18c5d\" wfd-id=\"120\">Interior conditioner</span></li></ul></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621efddaaf\" wfd-id=\"66\">\n<div class=\"tve-page-section-out\" wfd-id=\"107\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621edf8048\" wfd-id=\"67\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621f114214\" wfd-id=\"68\"><div class=\"tcb-flex-row tcb-mobile-edit tcb--cols--2\" data-css=\"tve-u-1621ee03000\" wfd-id=\"69\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621ee4be21\" style=\"\" wfd-id=\"75\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ee093d4\" wfd-id=\"77\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ee3afec\" wfd-id=\"78\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621ee58e74\" wfd-id=\"106\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ee37f4a\" wfd-id=\"79\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1621ee74a24\" wfd-id=\"105\"><svg class=\"tcb-icon\" viewBox=\"0 0 16 28\" data-name=\"map-marker\">\n<path d=\"M12 10c0-2.203-1.797-4-4-4s-4 1.797-4 4 1.797 4 4 4 4-1.797 4-4zM16 10c0 0.953-0.109 1.937-0.516 2.797l-5.688 12.094c-0.328 0.688-1.047 1.109-1.797 1.109s-1.469-0.422-1.781-1.109l-5.703-12.094c-0.406-0.859-0.516-1.844-0.516-2.797 0-4.422 3.578-8 8-8s8 3.578 8 8z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621ee63e1c\" wfd-id=\"104\"><h2 data-css=\"tve-u-1621fdcb4ea\" style=\"text-align: center;\">contact us</h2></div><div class=\"thrv_wrapper thrv-contact-form\" data-ct=\"contact_form-22343\" style=\"\" data-css=\"tve-u-16465071dea\" data-ct-name=\"Rounded Shadow\" wfd-id=\"82\">\n<form action=\"\" method=\"post\" novalidate=\"\" sourceindex=\"0\" wfd-id=\"83\">\n<div class=\"tve-cf-item-wrapper\" wfd-id=\"87\">\n<div class=\"tve-cf-item\" data-css=\"tve-u-1695dd04208\" wfd-id=\"100\">\n<div class=\"thrv-cf-input-wrapper\" data-type=\"first_name\" wfd-id=\"101\">\n<label data-css=\"tve-u-1695d9d6525\" class=\"\" wfd-id=\"103\">First Name</label>\n<div class=\"tve-cf-input\" data-css=\"tve-u-1695d9d6526\" data-tcb_hover_state_parent=\"\" wfd-id=\"102\">\n<input placeholder=\"\" type=\"text\" name=\"first_name\" data-placeholder=\"\" sourceindex=\"1\" wfd-id=\"512\">\n</div>\n</div>\n</div>\n<div class=\"tve-cf-item\" data-css=\"tve-u-1695dd04208\" wfd-id=\"96\">\n<div class=\"thrv-cf-input-wrapper\" data-type=\"email\" wfd-id=\"97\">\n<label data-css=\"tve-u-1695d9d6527\" class=\"\" wfd-id=\"99\">Email Address</label>\n<div class=\"tve-cf-input\" data-css=\"tve-u-1695d9d6528\" data-tcb_hover_state_parent=\"\" wfd-id=\"98\">\n<input placeholder=\"\" type=\"email\" name=\"email\" data-placeholder=\"\" sourceindex=\"2\" wfd-id=\"511\">\n</div>\n</div>\n</div>\n<div class=\"tve-cf-item\" data-css=\"tve-u-1695dd484d7\" wfd-id=\"92\">\n<div class=\"thrv-cf-input-wrapper\" data-type=\"message\" wfd-id=\"93\">\n<label data-css=\"tve-u-1695d9d6529\" class=\"\" wfd-id=\"95\">Message</label>\n<div class=\"tve-cf-input\" data-css=\"tve-u-1695d9d652a\" data-tcb_hover_state_parent=\"\" wfd-id=\"94\">\n<textarea placeholder=\"\" data-placeholder=\"\" name=\"message\" sourceindex=\"3\" wfd-id=\"514\"></textarea>\n</div>\n</div>\n</div>\n<div class=\"tve-cf-item\" data-css=\"tve-u-1695dd04208\" wfd-id=\"88\">\n	<div class=\"thrv-cf-input-wrapper\" data-type=\"phone\" wfd-id=\"89\">\n		<label data-css=\"tve-u-1695d9d6525\" class=\"\" wfd-id=\"91\">Phone Number</label>\n		<div class=\"tve-cf-input\" data-css=\"tve-u-1695d9d6526\" wfd-id=\"90\">\n			<input placeholder=\"+1-555-555-2368\" type=\"tel\" name=\"phone\" data-placeholder=\"+1-555-555-2368\" sourceindex=\"4\" wfd-id=\"510\">\n		</div>\n	</div>\n</div></div>\n<div class=\"tve-cf-submit\" data-tcb_hover_state_parent=\"\" data-button-style=\"rounded\" data-css=\"tve-u-1695dd27f6a\" wfd-id=\"84\">\n<button class=\"tve_btn_txt\" type=\"submit\" sourceindex=\"5\" wfd-id=\"527\">Submit Message</button>\n</div>\n<input type=\"hidden\" name=\"config\" value=\"YTozOntzOjE0OiJlcnJvcl9tZXNzYWdlcyI7YTo0OntzOjU6ImVtYWlsIjtzOjIxOiJFbWFpbCBhZGRyZXNzIGludmFsaWQiO3M6NToicGhvbmUiO3M6MjA6IlBob25lIG51bWJlciBpbnZhbGlkIjtzOjM6InVybCI7czoxMToiVVJMIGludmFsaWQiO3M6ODoicmVxdWlyZWQiO3M6MjA6IlJlcXVpcmVkIGZpZWxkIGVtcHR5Ijt9czo4OiJ0b19lbWFpbCI7YToyOntzOjI6InRvIjtzOjI4OiJpbmZvQGJlc3RjZXJha290ZWZsb3JpZGEuY29tIjtzOjc6InN1YmplY3QiO3M6MTg6Ik5ldyBtZXNzYWdlIGZyb206ICI7fXM6Njoic3VibWl0IjthOjEwOntzOjY6ImFjdGlvbiI7czoxMjoibm90aWZpY2F0aW9uIjtzOjIzOiJzZW5kX2NvbmZpcm1hdGlvbl9lbWFpbCI7YjoxO3M6MTk6InNlbmRlcl9wZXJzb25hbGl6ZWQiO2I6MDtzOjIwOiJjb25maXJtYXRpb25fc3ViamVjdCI7czozNjoiQ29udGFjdCBGb3JtIHN1Ym1pc3Npb24gY29uZmlybWF0aW9uIjtzOjIwOiJjb25maXJtYXRpb25fbWVzc2FnZSI7czoxMzk6IkhlbGxvLCAKClRoYW5rcyBmb3IgY29udGFjdGluZyB1cy4gV2UnbGwgZ2V0IGJhY2sgdG8geW91IGFzIHNvb24gYXMgcG9zc2libGUgd2l0aCB0aGUgaW5mb3JtYXRpb24geW91IG5lZWQuIAoKQmVzdCByZWdhcmRzLApbd3Bfc2l0ZV90aXRsZV0iO3M6OToiZnJvbV9uYW1lIjtzOjI4OiJUaGUgQmVzdCBDZXJha290ZSBJbiBGbG9yaWRhIjtzOjEwOiJmcm9tX2VtYWlsIjtzOjI5OiJhZG1pbkBiZXN0Y2VyYWtvdGVmbG9yaWRhLmNvbSI7czo4OiJyZXBseV90byI7czoyOToiYWRtaW5AYmVzdGNlcmFrb3RlZmxvcmlkYS5jb20iO3M6MzoidXJsIjtzOjA6IiI7czoxMjoibm90aWZpY2F0aW9uIjtzOjgxOiJZb3VyIG1lc3NhZ2UgaGFzIGJlZW4gc2VudCwgdGhhbmsgeW91ISBZb3UnbGwgaGVhciBmcm9tIHVzIHdpdGhpbiB0aGUgbmV4dCAyNCBocnMiO319\" wfd-id=\"509\"></form>\n</div><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_slide_left\" data-css=\"tve-u-1621ef118dc\" style=\"\" wfd-id=\"80\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"81\"><img class=\"tve_image tve_evt_manager_listen tve_et_tve-viewport wp-image-600\" alt=\"\" width=\"2148\" height=\"1968\" title=\"CertifiedLogo_transparent\" data-id=\"600\" src=\"https://bestcerakoteflorida.com/wp-content/uploads/2019/03/CertifiedLogo_transparent-e1552073635916.png\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_left&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" style=\"width: 100%;\"></span></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621ee4be73\" style=\"\" wfd-id=\"70\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ee22c43\" wfd-id=\"72\"><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-1695d995f33\" wfd-id=\"74\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=825 South Kings Highway, Fort Pierce&amp;t=m&amp;z=11&amp;output=embed&amp;iwloc=near\"></iframe>\n</div><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-1621ee18a1c\" wfd-id=\"73\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=davie, Florida 33317&amp;t=m&amp;z=11&amp;output=embed&amp;iwloc=near\"></iframe>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-custom-menu-inside\" data-css=\"tve-u-1621f0aa8f7\" style=\"z-index: 8;\" wfd-id=\"28\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621f0ada0e\" wfd-id=\"65\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621f0b0088\" style=\"z-index: 8;\" wfd-id=\"29\"><div class=\"thrv_wrapper thrv-columns tve-custom-menu-inside\" data-css=\"tve-u-1621f0d2c1a\" wfd-id=\"30\"><div class=\"tcb-flex-row tcb--cols--3 tcb-resized\" data-css=\"tve-u-1621f0cbe40\" wfd-id=\"31\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1695e826914\" style=\"\" wfd-id=\"59\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"61\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621f0da775\" wfd-id=\"62\"><p data-css=\"tve-u-1622444fb11\" style=\"text-align: center;\">Â© 2018, BLACKHAWK CUSTOM, LLC . All rights reserved.</p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1695e826ae0\" style=\"z-index: 8;\" wfd-id=\"38\"><div class=\"tcb-col\" style=\"z-index: 8;\" wfd-id=\"40\"><div class=\"thrv_wrapper thrv_widget_menu tve-custom-menu-upgrade tve-menu-style-none tve-dropdown-icon-style_2 tve-mobile-dropdown\" data-tve-style=\"tve_horizontal\" data-tve-switch-icon=\"tablet,mobile\" data-css=\"tve-u-1695e821f4c\" tcb-template-name=\"Simple Underline Light\" tcb-template-id=\"28130\" data-ct=\"menu-28130\" style=\"\" wfd-id=\"41\">	<div class=\"thrive-shortcode-config\" style=\"display: none !important\" wfd-id=\"58\">__CONFIG_widget_menu__{\"menu_id\":\"custom\",\"color\":\"tve_red\",\"dir\":\"tve_horizontal\",\"font_class\":\"\",\"font_size\":\"\",\"ul_attr\":\"\",\"link_attr\":\"\",\"top_link_attr\":\"\",\"trigger_attr\":\"\",\"primary\":\"\",\"head_css\":\"\",\"background_hover\":\"\",\"main_hover\":\"\",\"child_hover\":\"\",\"group_edit\":[{\"css_id\":null,\"class\":\"\"},{\"css_id\":null,\"class\":\"\"},{\"css_id\":null,\"class\":\"\"},{\"css_id\":null,\"class\":\"\"}],\"menu_style\":\"none\",\"dropdown_icon\":\"style_2\",\"mobile_side\":\"dropdown\",\"mobile_icon\":\"\",\"switch_to_icon\":\"tablet,mobile\",\"template\":\"28130\",\"template_name\":\"Simple Underline Light\"}__CONFIG_widget_menu__</div>\n<div class=\"thrive-shortcode-html tve-menu-custom-type thrive-shortcode-html-editable tve-custom-menu-type tve_clearfix\" style=\"z-index: 8;\" wfd-id=\"42\">\n<a class=\"tve-m-trigger t_tve_horizontal tve_red\" href=\"javascript:void(0)\"><div class=\"thrv_wrapper thrv_icon tcb-icon-open tve-trigger-active\" data-not-changeable=\"true\" data-selector=\"[data-css=&quot;tve-u-1695e821f4c&quot;] .tcb-icon-open\" wfd-id=\"57\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 24\" data-name=\"align-justify\"><g><g><path class=\"st0\" d=\"M23,13H1c-0.6,0-1-0.4-1-1s0.4-1,1-1h22c0.6,0,1,0.4,1,1S23.6,13,23,13z\"></path></g><g><path class=\"st0\" d=\"M23,6.7H1c-0.6,0-1-0.4-1-1s0.4-1,1-1h22c0.6,0,1,0.4,1,1S23.6,6.7,23,6.7z\"></path></g><g><path class=\"st0\" d=\"M23,19.3H1c-0.6,0-1-0.4-1-1s0.4-1,1-1h22c0.6,0,1,0.4,1,1S23.6,19.3,23,19.3z\"></path></g></g></svg></div><div class=\"thrv_wrapper thrv_icon tcb-icon-close\" data-not-changeable=\"true\" data-selector=\"[data-css=&quot;tve-u-1695e821f4c&quot;] .tcb-icon-close\" wfd-id=\"56\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 24\" data-name=\"close\"><path class=\"st0\" d=\"M13.4,12l7.1-7.1c0.4-0.4,0.4-1,0-1.4s-1-0.4-1.4,0L12,10.6L4.9,3.5c-0.4-0.4-1-0.4-1.4,0s-0.4,1,0,1.4l7.1,7.1 l-7.1,7.1c-0.4,0.4-0.4,1,0,1.4c0.4,0.4,1,0.4,1.4,0l7.1-7.1l7.1,7.1c0.4,0.4,1,0.4,1.4,0c0.4-0.4,0.4-1,0-1.4L13.4,12z\"></path></svg></div></a><ul id=\"menu-main-menu\" class=\"tve_w_menu tve_horizontal tve-m-collapsed\" style=\"z-index: 6;\" wfd-id=\"43\"><li id=\"tcb_custom_menu_5402f616\" class=\"menu-item menu-item-type-post_type menu-item-object-page thrv_wrapper thrv-menu-item-element thrv-custom-menu-item\" data-selector=\"[data-css=&quot;tve-u-1695e821f4c&quot;] #tcb_custom_menu_5402f616\" data-tcb_hover_state_parent=\"\" wfd-id=\"53\"><a href=\"https://bestcerakoteflorida.com/privacy/\"><span class=\"tve-disabled-text-inner\" wfd-id=\"55\">Privacy</span><span class=\"tve-disabled-text-inner tve-item-dropdown-trigger\" wfd-id=\"54\"></span></a></li><li id=\"tcb_custom_menu_13475a66\" class=\"menu-item menu-item-type-post_type menu-item-object-page thrv_wrapper thrv-menu-item-element thrv-custom-menu-item\" data-selector=\"[data-css=&quot;tve-u-1695e821f4c&quot;] #tcb_custom_menu_13475a66\" data-tcb_hover_state_parent=\"\" wfd-id=\"50\"><a href=\"https://bestcerakoteflorida.com/privacy-policy/\"><span class=\"tve-disabled-text-inner\" wfd-id=\"52\">TERMS</span><span class=\"tve-disabled-text-inner tve-item-dropdown-trigger\" wfd-id=\"51\"></span></a></li><li id=\"tcb_custom_menu_a19cc162\" class=\"menu-item menu-item-type-post_type menu-item-object-page thrv_wrapper thrv-menu-item-element thrv-custom-menu-item\" data-selector=\"[data-css=&quot;tve-u-1695e821f4c&quot;] #tcb_custom_menu_a19cc162\" data-tcb_hover_state_parent=\"\" wfd-id=\"47\"><a href=\"\"><span class=\"tve-disabled-text-inner\" wfd-id=\"49\">NAV#3</span><span class=\"tve-disabled-text-inner tve-item-dropdown-trigger\" wfd-id=\"48\"></span></a></li><li id=\"tcb_custom_menu_hgZvKxml\" class=\"menu-item menu-item-type-post_type menu-item-object-page thrv_wrapper thrv-menu-item-element thrv-custom-menu-item active-expand-children\" data-selector=\"[data-css=&quot;tve-u-1695e821f4c&quot;] #tcb_custom_menu_hgZvKxml\" data-tcb_hover_state_parent=\"\" wfd-id=\"44\"><a href=\"\"><span class=\"tve-disabled-text-inner\" wfd-id=\"46\">NAV#5</span><span class=\"tve-disabled-text-inner tve-item-dropdown-trigger\" wfd-id=\"45\"></span></a></li></ul></div>	</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1695e826b67\" wfd-id=\"32\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"34\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16223fe5f5b\" wfd-id=\"35\"><p data-css=\"tve-u-1621f0d874c\" style=\"text-align: center;\">Made with <a data-css=\"tve-u-1695e7e070d\" href=\"https://thrivethemes.com/\" target=\"_blank\">Thrive Architect</a></p></div></div></div></div></div></div>\n</div>\n\n'),(7444,604,'tve_revision_tve_has_wistia_popover','0'),(7464,606,'tve_revision_tve_disable_theme_dependency','1'),(7462,606,'tve_revision_tve_landing_page','tcb2-thrivebiz-car-wash'),(7445,605,'tve_revision_tve_landing_page','tcb2-thrivebiz-car-wash'),(7446,605,'tve_revision_tve_landing_set',''),(7447,605,'tve_revision_tve_disable_theme_dependency','1');
INSERT INTO `wpbe_postmeta` VALUES (7448,605,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-162717d1bbe\" wfd-id=\"492\"><div class=\"tcb-flex-row tcb-medium-no-wrap v-2 tcb--cols--3 m-edit tcb-mobile-wrap tcb-resized\" data-css=\"tve-u-162717d1bbf\" wfd-id=\"493\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1695981e7bb\" wfd-id=\"510\"><div class=\"tcb-col\" data-css=\"tve-u-16959846d3d\" wfd-id=\"512\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16959822de2\" wfd-id=\"513\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"514\"><img class=\"tve_image wp-image-465\" alt=\"\" width=\"384\" height=\"62\" title=\"Blackhawk_custom_header\" data-id=\"465\" src=\"https://bestcerakoteflorida.com/wp-content/uploads/2019/01/Blackhawk_custom_header.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717d1bb9\" style=\"\" wfd-id=\"503\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717d1bb6\" wfd-id=\"505\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-164179a84b8\" wfd-id=\"506\">\n<div class=\"tve-content-box-background\" wfd-id=\"509\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"507\"><div class=\"tcb-clear\" wfd-id=\"508\"></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717d1bb7\" style=\"\" wfd-id=\"494\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717d1bbc\" wfd-id=\"496\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16369305186\" wfd-id=\"497\">\n<div class=\"tve-content-box-background\" wfd-id=\"502\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16417e9d24e\" wfd-id=\"498\"><div class=\"tcb-clear\" wfd-id=\"500\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-16417e5bd95\" data-float=\"1\" wfd-id=\"501\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-envelope-regular\" data-name=\"\">\n            <path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path>\n        </svg></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-164179bced9\" wfd-id=\"499\"><p data-css=\"tve-u-1641333d7d1\"><a href=\"mailto:info@bestcerkoteflorida.com\" target=\"_blank\">info@bestcerakoteflorida.com</a></p></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-162717cb621\" data-value-type=\"percent\" wfd-id=\"465\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-162717cb620\" data-clip-id=\"c883ac5175045\" wfd-id=\"491\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-c883ac5175045\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"4\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9301, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-c883ac5175045\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9476, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-c883ac5175045\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9651, 1 1, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-162717cb609\" wfd-id=\"466\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-162717cb618\" wfd-id=\"467\"><div class=\"tcb-flex-row tcb-medium-wrap tcb-resized v-2 tcb--cols--2\" data-css=\"tve-u-162717cb617\" wfd-id=\"468\"><div class=\"tcb-flex-col\" data-css=\"tve-u-162717cb601\" style=\"\" wfd-id=\"482\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717cb60a\" wfd-id=\"484\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h1\" data-css=\"tve-u-162717cb610\" wfd-id=\"488\"><h1 data-css=\"tve-u-162717cb616\" style=\"text-align: center;\">&nbsp;<strong>â€‹</strong><strong>Protect What\'s Important To You! With The Toughest Ceramic Finish In The World!</strong></h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162717cb60f\" wfd-id=\"485\"><h2 class=\"\" data-css=\"tve-u-1695a36117b\" style=\"text-align: center;\"><strong>Heat, Water, Salt and Sand just some of the conditions you face. And any one of them is just waiting, to get a hold of your firearm and leave it a pile of rusted, pitted junk.</strong></h2><h2 class=\"\" data-css=\"tve-u-16413112747\" style=\"text-align: center;\"><strong>Unfortunately, there wasn\'t much you could do other than keep cleaning and lubricating your firearms...till NOW!</strong></h2></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717cb600\" style=\"\" wfd-id=\"469\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717cb60b\" wfd-id=\"471\"><div class=\"thrv_responsive_video thrv_wrapper rv_style_lifted_style2\" data-type=\"youtube\" data-rel=\"0\" data-url=\"https://www.youtube.com/watch?v=a1nyu9ZJiEk\" data-css=\"tve-u-16959cd1e7a\" data-modestbranding=\"1\" wfd-id=\"479\">\n	\n\n	<div class=\"tve_responsive_video_container\" wfd-id=\"480\">\n		<div class=\"video_overlay\" wfd-id=\"481\"></div>\n	<iframe data-code=\"TEOqV1Q16lU\" data-provider=\"youtube\" src=\"https://www.youtube.com/embed/TEOqV1Q16lU?rel=0&amp;modestbranding=1&amp;controls=1&amp;showinfo=1&amp;fs=1&amp;wmode=transparent\" data-src=\"https://www.youtube.com/embed/TEOqV1Q16lU?rel=0&amp;modestbranding=1&amp;controls=1&amp;showinfo=1&amp;fs=1&amp;wmode=transparent\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\n</div><div class=\"thrv_wrapper thrv-button tcb-with-icon\" data-css=\"tve-u-1695a3002e2\" data-tcb_hover_state_parent=\"\" data-button-style=\"border_1\" wfd-id=\"472\">\n	<a href=\"tel:1-954-848-1911\" class=\"tcb-button-link\" target=\"_blank\" rel=\"\"><span class=\"tcb-button-icon\" wfd-id=\"477\">\n	<div class=\"thrv_wrapper thrv_icon tve_no_drag tve_no_icons tcb-icon-inherit-style tcb-icon-display\" wfd-id=\"478\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-phone-plus-light\" data-name=\"\">\n            <path d=\"M8 128h88v88c0 4.4 3.6 8 8 8h16c4.4 0 8-3.6 8-8v-88h88c4.4 0 8-3.6 8-8v-16c0-4.4-3.6-8-8-8h-88V8c0-4.4-3.6-8-8-8h-16c-4.4 0-8 3.6-8 8v88H8c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8zM487.8 24.1L387 .8c-14.7-3.4-29.8 4.2-35.8 18.1l-46.5 108.5c-5.5 12.7-1.8 27.7 8.9 36.5l53.9 44.1c-34 69.2-90.3 125.6-159.6 159.6l-44.1-53.9c-8.8-10.7-23.8-14.4-36.5-8.9L18.9 351.3c-13.9 6-21.5 21-18.1 35.8L24 487.9C27.3 502 39.9 512 54.5 512 306.7 512 512 307.8 512 54.5c0-14.6-10-27.2-24.2-30.4zM55.1 480l-23-99.6 107.4-46 59.5 72.8c103.6-48.6 159.7-104.9 208.1-208.1l-72.8-59.5 46-107.4 99.6 23C479.7 289.7 289.6 479.7 55.1 480z\"></path>\n        </svg></div>\n</span>\n\n		<span class=\"tcb-button-texts\" wfd-id=\"473\"><span class=\"tcb-button-text thrv-inline-text\" wfd-id=\"474\">CALL NOW</span></span>\n	</a>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-162717fcf9d\" data-value-type=\"percent\" wfd-id=\"392\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-162718bd0c0\" data-clip-id=\"a3b25e1c9221a\" wfd-id=\"464\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0875\"></polygon></clipPath><clipPath id=\"clip-tablet-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"6\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.1051\"></polygon></clipPath><clipPath id=\"clip-mobile-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"1\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0175\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-162718a3b40\" wfd-id=\"393\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622a159bcb\" wfd-id=\"394\">\n<div class=\"tve-content-box-background\" wfd-id=\"463\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"395\"><div class=\"thrv_wrapper thrv-columns\" wfd-id=\"449\"><div class=\"tcb-flex-row tcb--cols--2\" wfd-id=\"450\"><div class=\"tcb-flex-col\" wfd-id=\"457\"><div class=\"tcb-col\" wfd-id=\"459\"><div class=\"thrv_wrapper thrv_text_element\" wfd-id=\"460\"><p>Enter your text here...</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"451\"><div class=\"tcb-col\" wfd-id=\"453\"><div class=\"thrv_wrapper thrv_text_element\" wfd-id=\"454\"><p>Enter your text here...</p></div></div></div></div></div><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621a2247ba\" wfd-id=\"446\"><h2 data-css=\"tve-u-1621a2e0d5b\">our services</h2></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16229f6175c\" wfd-id=\"423\"><div class=\"tcb-flex-row tcb-medium-no-wrap tcb--cols--3 v-2\" data-css=\"tve-u-162493a03b0\" wfd-id=\"424\"><div class=\"tcb-flex-col\" wfd-id=\"439\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1624939a960\" data-tcb_hover_state_parent=\"\" wfd-id=\"441\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-162493d5f13\" data-float=\"1\" wfd-id=\"445\"><svg class=\"tcb-icon\" viewBox=\"0 0 14 28\" data-name=\"bolt\">\n<path d=\"M13.828 8.844c0.172 0.187 0.219 0.453 0.109 0.688l-8.437 18.078c-0.125 0.234-0.375 0.391-0.656 0.391-0.063 0-0.141-0.016-0.219-0.031-0.344-0.109-0.547-0.438-0.469-0.766l3.078-12.625-6.344 1.578c-0.063 0.016-0.125 0.016-0.187 0.016-0.172 0-0.359-0.063-0.484-0.172-0.187-0.156-0.25-0.391-0.203-0.609l3.141-12.891c0.078-0.297 0.359-0.5 0.688-0.5h5.125c0.391 0 0.703 0.297 0.703 0.656 0 0.094-0.031 0.187-0.078 0.281l-2.672 7.234 6.188-1.531c0.063-0.016 0.125-0.031 0.187-0.031 0.203 0 0.391 0.094 0.531 0.234z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"443\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-162494b490e\" wfd-id=\"444\"><h4 data-css=\"tve-u-16249355087\" style=\"text-align: left;\">Express exterior</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162494b7ad0\" wfd-id=\"442\"><p data-css=\"tve-u-162492e70ad\">Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"432\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162493b6b63\" data-tcb_hover_state_parent=\"\" wfd-id=\"434\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b456a\" wfd-id=\"438\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"adjust\">\n<path d=\"M12 22.5v-17c-4.688 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"436\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1af44d\" wfd-id=\"437\"><h4 data-css=\"tve-u-16249358652\" style=\"text-align: left;\">Interior clean</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"435\"><p data-css=\"tve-u-162492e70ad\">Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"425\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16249373b25\" wfd-id=\"427\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b52d3\" wfd-id=\"431\"><svg class=\"tcb-icon\" viewBox=\"0 0 26 28\" data-name=\"umbrella\">\n<path d=\"M14 12.938v9.063c0 2.172-1.828 4-4 4s-4-1.828-4-4c0-0.547 0.453-1 1-1s1 0.453 1 1c0 1.047 0.953 2 2 2s2-0.953 2-2v-9.063c0.328-0.109 0.656-0.172 1-0.172s0.672 0.063 1 0.172zM26 13.359c0 0.266-0.234 0.5-0.5 0.5-0.141 0-0.25-0.063-0.359-0.156-0.906-0.844-1.75-1.437-3.047-1.437-1.484 0-2.766 0.922-3.609 2.094-0.187 0.266-0.328 0.547-0.5 0.812-0.109 0.172-0.234 0.266-0.438 0.266-0.219 0-0.344-0.094-0.453-0.266-0.172-0.266-0.313-0.547-0.5-0.812-0.844-1.172-2.109-2.094-3.594-2.094s-2.75 0.922-3.594 2.094c-0.187 0.266-0.328 0.547-0.5 0.812-0.109 0.172-0.234 0.266-0.453 0.266-0.203 0-0.328-0.094-0.438-0.266-0.172-0.266-0.313-0.547-0.5-0.812-0.844-1.172-2.125-2.094-3.609-2.094-1.297 0-2.141 0.594-3.047 1.437-0.109 0.094-0.219 0.156-0.359 0.156-0.266 0-0.5-0.234-0.5-0.5 0-0.047 0-0.078 0.016-0.109 1.437-5.906 7.141-9.25 12.984-9.25 5.812 0 11.578 3.344 12.984 9.25 0.016 0.031 0.016 0.063 0.016 0.109zM14 2v1.531c-0.328-0.016-0.672-0.031-1-0.031s-0.672 0.016-1 0.031v-1.531c0-0.547 0.453-1 1-1s1 0.453 1 1z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"429\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b01a6\" wfd-id=\"430\"><h4 data-css=\"tve-u-1624935a201\" style=\"text-align: left;\">Wax protection</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"428\"><p data-css=\"tve-u-162492e70ad\">Etiam pharetra, erat sed fermentum feugiat, velit mauris</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16249367114\" wfd-id=\"396\"><div class=\"tcb-flex-row tcb-medium-no-wrap tcb--cols--3 v-2\" data-css=\"tve-u-16229ffbb7b\" wfd-id=\"397\"><div class=\"tcb-flex-col\" wfd-id=\"414\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229fa6a26\" wfd-id=\"416\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b33f9\" wfd-id=\"422\"><svg class=\"tcb-icon\" viewBox=\"0 0 26 28\" data-name=\"magic\">\n<path d=\"M18.594 9.078l4.578-4.578-1.672-1.672-4.578 4.578zM25.578 4.5c0 0.266-0.094 0.516-0.281 0.703l-20.094 20.094c-0.187 0.187-0.438 0.281-0.703 0.281s-0.516-0.094-0.703-0.281l-3.094-3.094c-0.187-0.187-0.281-0.438-0.281-0.703s0.094-0.516 0.281-0.703l20.094-20.094c0.187-0.187 0.438-0.281 0.703-0.281s0.516 0.094 0.703 0.281l3.094 3.094c0.187 0.187 0.281 0.438 0.281 0.703zM4.469 1.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531zM9.938 4.062l3.063 0.938-3.063 0.938-0.938 3.063-0.938-3.063-3.063-0.938 3.063-0.938 0.938-3.063zM24.469 11.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531zM14.469 1.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"420\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b0a67\" wfd-id=\"421\"><h4 data-css=\"tve-u-16248fc42a1\" style=\"text-align: left;\">Dust &amp; Dash Console</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"417\"><p data-css=\"tve-u-162492e70ad\">Duis sed odio sit amet nibh vulputate cursus a sit amet mauris.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"407\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1622f65ba70\" wfd-id=\"409\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b60b4\" wfd-id=\"413\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"certificate\">\n<path d=\"M21.5 14l2.156 2.109c0.297 0.281 0.406 0.703 0.313 1.094-0.109 0.391-0.422 0.703-0.812 0.797l-2.938 0.75 0.828 2.906c0.109 0.391 0 0.812-0.297 1.094-0.281 0.297-0.703 0.406-1.094 0.297l-2.906-0.828-0.75 2.938c-0.094 0.391-0.406 0.703-0.797 0.812-0.094 0.016-0.203 0.031-0.297 0.031-0.297 0-0.594-0.125-0.797-0.344l-2.109-2.156-2.109 2.156c-0.281 0.297-0.703 0.406-1.094 0.313-0.406-0.109-0.703-0.422-0.797-0.812l-0.75-2.938-2.906 0.828c-0.391 0.109-0.812 0-1.094-0.297-0.297-0.281-0.406-0.703-0.297-1.094l0.828-2.906-2.938-0.75c-0.391-0.094-0.703-0.406-0.812-0.797-0.094-0.391 0.016-0.812 0.313-1.094l2.156-2.109-2.156-2.109c-0.297-0.281-0.406-0.703-0.313-1.094 0.109-0.391 0.422-0.703 0.812-0.797l2.938-0.75-0.828-2.906c-0.109-0.391 0-0.812 0.297-1.094 0.281-0.297 0.703-0.406 1.094-0.297l2.906 0.828 0.75-2.938c0.094-0.391 0.406-0.703 0.797-0.797 0.391-0.109 0.812 0 1.094 0.297l2.109 2.172 2.109-2.172c0.281-0.297 0.688-0.406 1.094-0.297 0.391 0.094 0.703 0.406 0.797 0.797l0.75 2.938 2.906-0.828c0.391-0.109 0.812 0 1.094 0.297 0.297 0.281 0.406 0.703 0.297 1.094l-0.828 2.906 2.938 0.75c0.391 0.094 0.703 0.406 0.812 0.797 0.094 0.391-0.016 0.812-0.313 1.094z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"411\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b12d8\" wfd-id=\"412\"><h4 data-css=\"tve-u-1625389a3d5\" style=\"text-align: left;\">Triple Foam Polish</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"410\"><p data-css=\"tve-u-162492e70ad\">Class aptent taciti sociosqu ad litora torquent</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"398\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229fa8c68\" wfd-id=\"400\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-16271adf6cf\" wfd-id=\"406\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"bullseye\">\n<path d=\"M16 14c0 2.203-1.797 4-4 4s-4-1.797-4-4 1.797-4 4-4 4 1.797 4 4zM18 14c0-3.313-2.688-6-6-6s-6 2.688-6 6 2.688 6 6 6 6-2.688 6-6zM20 14c0 4.422-3.578 8-8 8s-8-3.578-8-8 3.578-8 8-8 8 3.578 8 8zM22 14c0-5.516-4.484-10-10-10s-10 4.484-10 10 4.484 10 10 10 10-4.484 10-10zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"404\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-16248fc71c8\" wfd-id=\"405\"><h4 data-css=\"tve-u-1625389b4ed\" style=\"text-align: left;\">Tire dressing</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"401\"><p data-css=\"tve-u-162492e70ad\">Etiam pharetra, erat sed fermentum feugiat, velit mauris</p></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621ad46076\" wfd-id=\"360\">\n<div class=\"tve-page-section-out\" wfd-id=\"391\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621b072b4e\" wfd-id=\"361\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621a8b2488\" wfd-id=\"362\"><div class=\"tcb-flex-row tcb--cols--2 v-2\" data-css=\"tve-u-1621a8a804b\" wfd-id=\"363\"><div class=\"tcb-flex-col\" wfd-id=\"373\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16271bfe70c\" wfd-id=\"375\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h3\" data-css=\"tve-u-1621a8c4313\" wfd-id=\"390\"><h3><strong>Complete cleaning services for yoâ€‹ur car</strong></h3></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-16417b70f47\" wfd-id=\"376\"><ul class=\"tcb-styled-list\" wfd-id=\"377\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621acf0289\" wfd-id=\"386\"><div class=\"tcb-styled-list-icon\" wfd-id=\"388\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a8e11f3\" wfd-id=\"389\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ace1b08\" wfd-id=\"387\">We are a small business delivering professional cleaning services for all vehicles</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621acf64fb\" wfd-id=\"382\"><div class=\"tcb-styled-list-icon\" wfd-id=\"384\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a8e5625\" wfd-id=\"385\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ace4de9\" wfd-id=\"383\">Our services are convenient for individuals and corporate fleets</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"378\"><div class=\"tcb-styled-list-icon\" wfd-id=\"380\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a9076ef\" wfd-id=\"381\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621acf47d2\" wfd-id=\"379\">We use eco-friendly products that actually clean, protect and maintain your car better than the traditional cleaning substances</span></li></ul></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"364\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621a90a46f\" wfd-id=\"366\"><div class=\"thrv_wrapper thrv-fill-counter tve_red tve_normalfc thrv_data_element\" data-css=\"tve-u-1621a983587\" wfd-id=\"367\">\n<div class=\"tve_fill_counter_n\" style=\"\" data-fill=\"100\" data-css=\"tve-u-1621a98b602\" wfd-id=\"368\">\n<svg viewBox=\"0 0 160 160\" class=\"tve_fill_counter_circle\" shape-rendering=\"optimizeSpeed\" data-css=\"tve-u-1621a9a2862\">\n<circle class=\"tve_fill_counter_circle_inner\" r=\"80\" cx=\"80\" cy=\"80\" data-css=\"tve-u-1621a9685d4\"></circle>\n</svg>\n<div class=\"tve_fill_text_in\" data-css=\"tve-u-1621a96b190\" wfd-id=\"369\">\n<div class=\"tve_fill_text_value\" data-css=\"tve-u-1621a9a2866\" wfd-id=\"371\">\n<div class=\"thrv-inline-text tve_fill_text tve_editable\" data-css=\"tve-u-1621a9a2867\" wfd-id=\"372\"><strong>100%â€‹</strong></div>\n</div>\n<div class=\"thrv-inline-text tve_editable tve_data_element_label\" data-css=\"tve-u-1621a9750ae\" wfd-id=\"370\">Clean car</div>\n</div>\n</div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621ada1e7f\" data-value-type=\"percent\" wfd-id=\"322\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621adba9ef\" data-clip-id=\"52d5a36c151aa\" wfd-id=\"359\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-52d5a36c151aa\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0875\"></polygon></clipPath><clipPath id=\"clip-tablet-top-52d5a36c151aa\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0524\"></polygon></clipPath><clipPath id=\"clip-mobile-top-52d5a36c151aa\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0349\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621ad420c4\" wfd-id=\"323\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621ade6172\" wfd-id=\"324\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2 tcb-row-reversed-mobile tcb-mobile-edit v-2\" data-css=\"tve-u-1621adea58b\" wfd-id=\"325\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621b064646\" style=\"\" wfd-id=\"353\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ae0bec7\" wfd-id=\"355\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ae4fd21\" data-value-type=\"percent\" data-float=\"1\" wfd-id=\"356\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621ae6c8da\" data-clip-id=\"aa2c3e3c70555\" wfd-id=\"358\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0349\"></polygon></clipPath><clipPath id=\"clip-tablet-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"4\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0699\"></polygon></clipPath><clipPath id=\"clip-mobile-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"4\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0699\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb\" data-css=\"tve-u-1621ae4db6e\" wfd-id=\"357\"></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621b064668\" style=\"\" wfd-id=\"326\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621f45bed3\" wfd-id=\"328\"><div class=\"tcb-clear\" data-css=\"tve-u-16224848ee5\" wfd-id=\"351\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621afceb00\" wfd-id=\"352\"><h2 data-css=\"tve-u-1621afcc0bf\">Check Out Our Special Offer!</h2></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621afda4fa\" wfd-id=\"348\"><p data-css=\"tve-u-1621afd8c98\">Donâ€™t miss the opportunity to get 50% discount on a complete cleaning just by recommending us to a friend. Bring someone you know with you and clean you car half price!</p></div><div class=\"tcb-clear\" data-css=\"tve-u-16224834cab\" wfd-id=\"329\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621fe85996\" wfd-id=\"330\"><div class=\"tcb-flex-row tcb--cols--2 tcb-resized tcb-medium-wrap tcb-desktop-wrap\" data-css=\"tve-u-1621fe78878\" wfd-id=\"331\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621fe94086\" style=\"\" wfd-id=\"339\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"341\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621b01355a\" wfd-id=\"342\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621b08fdde\" data-tcb_hover_state_parent=\"1\" wfd-id=\"347\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16223f02c16\" wfd-id=\"343\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-1620af7eb3f\" data-tcb_hover_state_parent=\"\" data-button-style=\"full_rounded\" wfd-id=\"344\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"345\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-16228c75500\" wfd-id=\"346\"><strong>Request an appointment</strong></span></span>\n</a>\n</div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621fe940b9\" style=\"\" wfd-id=\"332\"><div class=\"tcb-col\" wfd-id=\"334\"><div class=\"tcb-clear\" data-css=\"tve-u-16224716d62\" wfd-id=\"335\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-1621b028939\" data-tcb_hover_state_parent=\"\" data-button-style=\"ghost\" wfd-id=\"336\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"337\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-16228c764b2\" wfd-id=\"338\"><strong>Call Now: 0400-700-682</strong></span></span>\n</a>\n</div></div></div></div></div></div></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16260ba2fa4\" wfd-id=\"225\">\n<div class=\"tve-page-section-out\" wfd-id=\"321\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16260be7104\" wfd-id=\"226\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621b0e4fb7\" wfd-id=\"320\"><h2 data-css=\"tve-u-1621b10fccf\" style=\"text-align: center;\">our happy clients</h2></div><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641367127b\" data-float=\"1\" wfd-id=\"319\"><svg class=\"tcb-icon\" viewBox=\"0 0 30 32\" data-name=\"quote-left\">\n<path d=\"M13.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429zM29.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641367e553\" wfd-id=\"318\"><svg class=\"tcb-icon\" viewBox=\"0 0 30 32\" data-name=\"quote-left\">\n<path d=\"M13.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429zM29.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a10d3b4\" wfd-id=\"287\">\n<div class=\"tve-content-box-background\" wfd-id=\"317\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"288\"><div class=\"tcb-clear\" data-css=\"tve-u-1621b300a64\" wfd-id=\"315\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-1621f154231\" wfd-id=\"316\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621b200375\" wfd-id=\"291\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-16260d8392c\" wfd-id=\"292\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"299\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"301\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16417b62c09\" wfd-id=\"302\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-16260d8396c\" wfd-id=\"303\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16260d01208\" style=\"\" wfd-id=\"309\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"311\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"312\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16225617da3\" wfd-id=\"314\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"313\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16260d0120e\" style=\"\" wfd-id=\"304\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"306\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"308\"><h5>Brett Graham, 28</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"307\"><h6 class=\"\">Architect</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"293\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"295\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"296\"><p data-css=\"tve-u-162539c17ec\">Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit. Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit.&nbsp;</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-16260c5ff0c\" wfd-id=\"289\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260c5ff07\" wfd-id=\"290\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a12f675\" wfd-id=\"258\">\n<div class=\"tve-content-box-background\" wfd-id=\"286\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"259\"><div class=\"tcb-clear\" data-css=\"tve-u-16260cd7683\" wfd-id=\"284\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260d73672\" wfd-id=\"285\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16260da3aa7\" wfd-id=\"262\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-1621fb68b97\" wfd-id=\"263\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"268\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"270\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16417b662bf\" wfd-id=\"271\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-1621fb65556\" wfd-id=\"272\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16229915e1a\" style=\"\" wfd-id=\"278\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"280\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"281\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16260c433e9\" wfd-id=\"283\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"282\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16229915e4e\" style=\"\" wfd-id=\"273\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"275\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"277\"><h5>Rosie Hanson, 24</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"276\"><h6 class=\"\">Real estate Associate</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"264\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"266\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"267\"><p data-css=\"tve-u-162539c17ec\">Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo.</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-16260d3b97e\" wfd-id=\"260\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260d39b83\" wfd-id=\"261\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a146aef\" wfd-id=\"227\">\n<div class=\"tve-content-box-background\" wfd-id=\"257\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"228\"><div class=\"tcb-clear\" data-css=\"tve-u-16260cd7683\" wfd-id=\"255\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260cd622f\" wfd-id=\"256\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16260c39a7e\" wfd-id=\"231\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-16260d3f4aa\" wfd-id=\"232\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"239\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"241\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621fbacc60\" wfd-id=\"242\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-16260d3f4af\" wfd-id=\"243\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16229915e1a\" style=\"\" wfd-id=\"249\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"251\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"252\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16260d5e4b8\" wfd-id=\"254\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"253\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16229915e4e\" style=\"\" wfd-id=\"244\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"246\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"248\"><h5>Shawn Mattews, 35</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"247\"><h6 class=\"\">project manager</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"233\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"235\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"236\"><p data-css=\"tve-u-162539c17ec\">Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo. Nullam ac urna eu felis.Sed non neque elit. Sed ut imperdiet nisi. Proin condimentum</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1621b30ca74\" wfd-id=\"229\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-1621f15b521\" wfd-id=\"230\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621b3c8c52\" wfd-id=\"119\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621b3cfc7b\" wfd-id=\"224\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621b3c74d9\" wfd-id=\"120\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621e7b695a\" wfd-id=\"223\"><h2 data-css=\"tve-u-1621e7a7350\" style=\"text-align: center;\">our offers</h2></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621e7c899a\" wfd-id=\"121\"><div class=\"tcb-flex-row tcb--cols--3 tcb-medium-wrap v-2\" data-css=\"tve-u-1621e7c7aa1\" wfd-id=\"122\"><div class=\"tcb-flex-col\" wfd-id=\"187\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16223fc9f23\" wfd-id=\"189\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e7ceab3\" style=\"\" wfd-id=\"190\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16416e4fafd\" wfd-id=\"222\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e7d5094\" wfd-id=\"191\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e7e9950\" data-value-type=\"percent\" style=\"\" wfd-id=\"218\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e7edfd9\" data-clip-id=\"10ffac3b28f1d\" wfd-id=\"221\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-10ffac3b28f1d\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-10ffac3b28f1d\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e7e6c1d\" wfd-id=\"219\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-16417b4cb9e\" wfd-id=\"220\"><h4 data-css=\"tve-u-1621fe1a1af\" style=\"text-align: center;\"><strong>Basic Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ec6c39b\" data-float=\"1\" wfd-id=\"214\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e81f424\" wfd-id=\"217\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec752da\" wfd-id=\"215\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"216\"><h4 data-css=\"tve-u-1621fe1bd18\" style=\"text-align: center;\"><strong>15$</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621ea50702\" wfd-id=\"192\"><ul class=\"tcb-styled-list\" wfd-id=\"193\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec3a5c0\" wfd-id=\"210\"><div class=\"tcb-styled-list-icon\" wfd-id=\"212\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec204df\" wfd-id=\"213\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec241aa\" wfd-id=\"211\">Interior vacuum</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"206\"><div class=\"tcb-styled-list-icon\" wfd-id=\"208\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec20f68\" wfd-id=\"209\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec2704c\" wfd-id=\"207\">Dust &amp;dash console</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec42aa7\" wfd-id=\"202\"><div class=\"tcb-styled-list-icon\" wfd-id=\"204\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec21a31\" wfd-id=\"205\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec298ab\" wfd-id=\"203\">Hand towel dry</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec43fe2\" wfd-id=\"198\"><div class=\"tcb-styled-list-icon\" wfd-id=\"200\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ea1fba7\" wfd-id=\"201\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea23322\" wfd-id=\"199\">Clean windows</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec454d9\" wfd-id=\"194\"><div class=\"tcb-styled-list-icon\" wfd-id=\"196\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ea295c0\" wfd-id=\"197\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea2c69a\" wfd-id=\"195\">Soft cloth wash</span></li></ul></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"154\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"156\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621eb81205\" style=\"\" wfd-id=\"157\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16416e603ab\" wfd-id=\"186\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621eb7ccb0\" wfd-id=\"158\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ebbbb6d\" data-value-type=\"percent\" wfd-id=\"182\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eaaedd8\" data-clip-id=\"a2b9cf3198d6f\" wfd-id=\"185\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-a2b9cf3198d6f\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-a2b9cf3198d6f\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec7f21a\" wfd-id=\"183\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e930bd7\" wfd-id=\"184\"><h4 data-css=\"tve-u-1621e92e97f\" style=\"text-align: center;\"><strong>Ultimate Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ec78d2c\" data-float=\"1\" wfd-id=\"178\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eab272c\" wfd-id=\"181\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec79a7d\" wfd-id=\"179\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"180\"><h4 data-css=\"tve-u-1621e942b65\" style=\"text-align: center;\"><strong>22 $</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621ebfa746\" wfd-id=\"175\"><p data-css=\"tve-u-1621f4ceaf6\" style=\"text-align: center;\">Includes basic service <span data-css=\"tve-u-1621f4ceaf7\" style=\"color: rgb(15, 29, 123);\" wfd-id=\"176\"><strong class=\"\"><span data-css=\"tve-u-1621f4ceafb\" wfd-id=\"177\">+</span></strong></span></p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621ebf340c\" wfd-id=\"159\"><ul class=\"tcb-styled-list\" wfd-id=\"160\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-164137a0b1f\" wfd-id=\"169\"><div class=\"tcb-styled-list-icon\" wfd-id=\"173\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec0c5bd\" wfd-id=\"174\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ebfe4ce\" wfd-id=\"170\">Triple foam conditiner</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec04541\" wfd-id=\"165\"><div class=\"tcb-styled-list-icon\" wfd-id=\"167\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec09a3c\" wfd-id=\"168\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ebff867\" wfd-id=\"166\">Tire dressing</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec05cc3\" wfd-id=\"161\"><div class=\"tcb-styled-list-icon\" wfd-id=\"163\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec15f6e\" wfd-id=\"164\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec009a8\" wfd-id=\"162\">Air freshner</span></li></ul></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"123\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16223dad661\" wfd-id=\"125\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621fd9c946\" style=\"\" wfd-id=\"126\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e7d234c\" wfd-id=\"153\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621fd84d7b\" wfd-id=\"127\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16223b080b0\" data-value-type=\"percent\" wfd-id=\"149\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eb3eb9f\" data-clip-id=\"ac98bb0e54b3b\" wfd-id=\"152\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621fd8766c\" wfd-id=\"150\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e930bd7\" wfd-id=\"151\"><h4 data-css=\"tve-u-1621fe1587d\" style=\"text-align: center;\"><strong>Supreme Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e8107f3\" wfd-id=\"145\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eb43d8d\" wfd-id=\"148\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e819c52\" wfd-id=\"146\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"147\"><h4 data-css=\"tve-u-1621fe1725e\" style=\"text-align: center;\"><strong>30 $</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621eb037bb\" wfd-id=\"142\"><p data-css=\"tve-u-1621f4d0451\" style=\"text-align: center;\">Includes ultimate service <span data-css=\"tve-u-1621eaff572\" style=\"color: rgb(15, 29, 123);\" wfd-id=\"143\"><strong class=\"\"><span data-css=\"tve-u-1621eb01b60\" wfd-id=\"144\">+</span></strong></span></p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621eacf6af\" wfd-id=\"128\"><ul class=\"tcb-styled-list\" wfd-id=\"129\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec36a4d\" wfd-id=\"138\"><div class=\"tcb-styled-list-icon\" wfd-id=\"140\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e9993aa\" wfd-id=\"141\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea1a5d7\" wfd-id=\"139\">Exterior trim dressing</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"134\"><div class=\"tcb-styled-list-icon\" wfd-id=\"136\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e99b1db\" wfd-id=\"137\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea19a06\" wfd-id=\"135\">Hand applied spray wax</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec37ea5\" wfd-id=\"130\"><div class=\"tcb-styled-list-icon\" wfd-id=\"132\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e99c314\" wfd-id=\"133\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea18c5d\" wfd-id=\"131\">Interior conditioner</span></li></ul></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621efddaaf\" wfd-id=\"77\">\n<div class=\"tve-page-section-out\" wfd-id=\"118\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621edf8048\" wfd-id=\"78\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621f114214\" wfd-id=\"79\"><div class=\"tcb-flex-row tcb-mobile-edit tcb--cols--2\" data-css=\"tve-u-1621ee03000\" wfd-id=\"80\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621ee4be21\" style=\"\" wfd-id=\"86\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ee093d4\" wfd-id=\"88\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ee3afec\" wfd-id=\"89\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621ee58e74\" wfd-id=\"117\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ee37f4a\" wfd-id=\"90\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1621ee74a24\" wfd-id=\"116\"><svg class=\"tcb-icon\" viewBox=\"0 0 16 28\" data-name=\"map-marker\">\n<path d=\"M12 10c0-2.203-1.797-4-4-4s-4 1.797-4 4 1.797 4 4 4 4-1.797 4-4zM16 10c0 0.953-0.109 1.937-0.516 2.797l-5.688 12.094c-0.328 0.688-1.047 1.109-1.797 1.109s-1.469-0.422-1.781-1.109l-5.703-12.094c-0.406-0.859-0.516-1.844-0.516-2.797 0-4.422 3.578-8 8-8s8 3.578 8 8z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621ee63e1c\" wfd-id=\"115\"><h2 data-css=\"tve-u-1621fdcb4ea\" style=\"text-align: center;\">contact us</h2></div><div class=\"thrv_wrapper thrv-contact-form\" data-ct=\"contact_form-22343\" style=\"\" data-css=\"tve-u-16465071dea\" data-ct-name=\"Rounded Shadow\" wfd-id=\"93\">\n<form action=\"\" method=\"post\" novalidate=\"\" sourceindex=\"0\" wfd-id=\"94\">\n<div class=\"tve-cf-item-wrapper\" wfd-id=\"98\">\n<div class=\"tve-cf-item\" data-css=\"tve-u-1695dd04208\" wfd-id=\"111\">\n<div class=\"thrv-cf-input-wrapper\" data-type=\"first_name\" wfd-id=\"112\">\n<label data-css=\"tve-u-1695d9d6525\" class=\"\" wfd-id=\"114\">First Name</label>\n<div class=\"tve-cf-input\" data-css=\"tve-u-1695d9d6526\" data-tcb_hover_state_parent=\"\" wfd-id=\"113\">\n<input placeholder=\"\" type=\"text\" name=\"first_name\" data-placeholder=\"\" sourceindex=\"1\" wfd-id=\"523\">\n</div>\n</div>\n</div>\n<div class=\"tve-cf-item\" data-css=\"tve-u-1695dd04208\" wfd-id=\"107\">\n<div class=\"thrv-cf-input-wrapper\" data-type=\"email\" wfd-id=\"108\">\n<label data-css=\"tve-u-1695d9d6527\" class=\"\" wfd-id=\"110\">Email Address</label>\n<div class=\"tve-cf-input\" data-css=\"tve-u-1695d9d6528\" data-tcb_hover_state_parent=\"\" wfd-id=\"109\">\n<input placeholder=\"\" type=\"email\" name=\"email\" data-placeholder=\"\" sourceindex=\"2\" wfd-id=\"522\">\n</div>\n</div>\n</div>\n<div class=\"tve-cf-item\" data-css=\"tve-u-1695dd484d7\" wfd-id=\"103\">\n<div class=\"thrv-cf-input-wrapper\" data-type=\"message\" wfd-id=\"104\">\n<label data-css=\"tve-u-1695d9d6529\" class=\"\" wfd-id=\"106\">Message</label>\n<div class=\"tve-cf-input\" data-css=\"tve-u-1695d9d652a\" data-tcb_hover_state_parent=\"\" wfd-id=\"105\">\n<textarea placeholder=\"\" data-placeholder=\"\" name=\"message\" sourceindex=\"3\" wfd-id=\"525\"></textarea>\n</div>\n</div>\n</div>\n<div class=\"tve-cf-item\" data-css=\"tve-u-1695dd04208\" wfd-id=\"99\">\n	<div class=\"thrv-cf-input-wrapper\" data-type=\"phone\" wfd-id=\"100\">\n		<label data-css=\"tve-u-1695d9d6525\" class=\"\" wfd-id=\"102\">Phone Number</label>\n		<div class=\"tve-cf-input\" data-css=\"tve-u-1695d9d6526\" wfd-id=\"101\">\n			<input placeholder=\"+1-555-555-2368\" type=\"tel\" name=\"phone\" data-placeholder=\"+1-555-555-2368\" sourceindex=\"4\" wfd-id=\"521\">\n		</div>\n	</div>\n</div></div>\n<div class=\"tve-cf-submit\" data-tcb_hover_state_parent=\"\" data-button-style=\"rounded\" data-css=\"tve-u-1695dd27f6a\" wfd-id=\"95\">\n<button class=\"tve_btn_txt\" type=\"submit\" sourceindex=\"5\" wfd-id=\"538\">Submit Message</button>\n</div>\n<input type=\"hidden\" name=\"config\" value=\"YTozOntzOjE0OiJlcnJvcl9tZXNzYWdlcyI7YTo0OntzOjU6ImVtYWlsIjtzOjIxOiJFbWFpbCBhZGRyZXNzIGludmFsaWQiO3M6NToicGhvbmUiO3M6MjA6IlBob25lIG51bWJlciBpbnZhbGlkIjtzOjM6InVybCI7czoxMToiVVJMIGludmFsaWQiO3M6ODoicmVxdWlyZWQiO3M6MjA6IlJlcXVpcmVkIGZpZWxkIGVtcHR5Ijt9czo4OiJ0b19lbWFpbCI7YToyOntzOjI6InRvIjtzOjI4OiJpbmZvQGJlc3RjZXJha290ZWZsb3JpZGEuY29tIjtzOjc6InN1YmplY3QiO3M6MTg6Ik5ldyBtZXNzYWdlIGZyb206ICI7fXM6Njoic3VibWl0IjthOjEwOntzOjY6ImFjdGlvbiI7czoxMjoibm90aWZpY2F0aW9uIjtzOjIzOiJzZW5kX2NvbmZpcm1hdGlvbl9lbWFpbCI7YjoxO3M6MTk6InNlbmRlcl9wZXJzb25hbGl6ZWQiO2I6MDtzOjIwOiJjb25maXJtYXRpb25fc3ViamVjdCI7czozNjoiQ29udGFjdCBGb3JtIHN1Ym1pc3Npb24gY29uZmlybWF0aW9uIjtzOjIwOiJjb25maXJtYXRpb25fbWVzc2FnZSI7czoxMzk6IkhlbGxvLCAKClRoYW5rcyBmb3IgY29udGFjdGluZyB1cy4gV2UnbGwgZ2V0IGJhY2sgdG8geW91IGFzIHNvb24gYXMgcG9zc2libGUgd2l0aCB0aGUgaW5mb3JtYXRpb24geW91IG5lZWQuIAoKQmVzdCByZWdhcmRzLApbd3Bfc2l0ZV90aXRsZV0iO3M6OToiZnJvbV9uYW1lIjtzOjI4OiJUaGUgQmVzdCBDZXJha290ZSBJbiBGbG9yaWRhIjtzOjEwOiJmcm9tX2VtYWlsIjtzOjI5OiJhZG1pbkBiZXN0Y2VyYWtvdGVmbG9yaWRhLmNvbSI7czo4OiJyZXBseV90byI7czoyOToiYWRtaW5AYmVzdGNlcmFrb3RlZmxvcmlkYS5jb20iO3M6MzoidXJsIjtzOjA6IiI7czoxMjoibm90aWZpY2F0aW9uIjtzOjgxOiJZb3VyIG1lc3NhZ2UgaGFzIGJlZW4gc2VudCwgdGhhbmsgeW91ISBZb3UnbGwgaGVhciBmcm9tIHVzIHdpdGhpbiB0aGUgbmV4dCAyNCBocnMiO319\" wfd-id=\"520\"></form>\n</div><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_slide_left\" data-css=\"tve-u-1621ef118dc\" style=\"\" wfd-id=\"91\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"92\"><img class=\"tve_image tve_evt_manager_listen tve_et_tve-viewport wp-image-600\" alt=\"\" width=\"2148\" height=\"1968\" title=\"CertifiedLogo_transparent\" data-id=\"600\" src=\"https://bestcerakoteflorida.com/wp-content/uploads/2019/03/CertifiedLogo_transparent-e1552073635916.png\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_left&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" style=\"width: 100%;\"></span></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621ee4be73\" style=\"\" wfd-id=\"81\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ee22c43\" wfd-id=\"83\"><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-1695d995f33\" wfd-id=\"85\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=825 South Kings Highway, Fort Pierce&amp;t=m&amp;z=11&amp;output=embed&amp;iwloc=near\"></iframe>\n</div><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-1621ee18a1c\" wfd-id=\"84\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=davie, Florida 33317&amp;t=m&amp;z=11&amp;output=embed&amp;iwloc=near\"></iframe>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-custom-menu-inside\" data-css=\"tve-u-1621f0aa8f7\" style=\"z-index: 8;\" wfd-id=\"39\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621f0ada0e\" wfd-id=\"76\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621f0b0088\" style=\"z-index: 8;\" wfd-id=\"40\"><div class=\"thrv_wrapper thrv-columns tve-custom-menu-inside\" data-css=\"tve-u-1621f0d2c1a\" wfd-id=\"41\"><div class=\"tcb-flex-row tcb--cols--3 tcb-resized\" data-css=\"tve-u-1621f0cbe40\" wfd-id=\"42\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1695e826914\" style=\"\" wfd-id=\"70\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"72\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621f0da775\" wfd-id=\"73\"><p data-css=\"tve-u-1622444fb11\" style=\"text-align: center;\">Â© 2018, BLACKHAWK CUSTOM, LLC . All rights reserved.</p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1695e826ae0\" style=\"z-index: 8;\" wfd-id=\"49\"><div class=\"tcb-col\" style=\"z-index: 8;\" wfd-id=\"51\"><div class=\"thrv_wrapper thrv_widget_menu tve-custom-menu-upgrade tve-menu-style-none tve-dropdown-icon-style_2 tve-mobile-dropdown\" data-tve-style=\"tve_horizontal\" data-tve-switch-icon=\"tablet,mobile\" data-css=\"tve-u-1695e821f4c\" tcb-template-name=\"Simple Underline Light\" tcb-template-id=\"28130\" data-ct=\"menu-28130\" style=\"\" wfd-id=\"52\">	<div class=\"thrive-shortcode-config\" style=\"display: none !important\" wfd-id=\"69\">__CONFIG_widget_menu__{\"menu_id\":\"custom\",\"color\":\"tve_red\",\"dir\":\"tve_horizontal\",\"font_class\":\"\",\"font_size\":\"\",\"ul_attr\":\"\",\"link_attr\":\"\",\"top_link_attr\":\"\",\"trigger_attr\":\"\",\"primary\":\"\",\"head_css\":\"\",\"background_hover\":\"\",\"main_hover\":\"\",\"child_hover\":\"\",\"group_edit\":[{\"css_id\":null,\"class\":\"\"},{\"css_id\":null,\"class\":\"\"},{\"css_id\":null,\"class\":\"\"},{\"css_id\":null,\"class\":\"\"}],\"menu_style\":\"none\",\"dropdown_icon\":\"style_2\",\"mobile_side\":\"dropdown\",\"mobile_icon\":\"\",\"switch_to_icon\":\"tablet,mobile\",\"template\":\"28130\",\"template_name\":\"Simple Underline Light\"}__CONFIG_widget_menu__</div>\n<div class=\"thrive-shortcode-html tve-menu-custom-type thrive-shortcode-html-editable tve-custom-menu-type tve_clearfix\" style=\"z-index: 8;\" wfd-id=\"53\">\n<a class=\"tve-m-trigger t_tve_horizontal tve_red\" href=\"javascript:void(0)\"><div class=\"thrv_wrapper thrv_icon tcb-icon-open tve-trigger-active\" data-not-changeable=\"true\" data-selector=\"[data-css=&quot;tve-u-1695e821f4c&quot;] .tcb-icon-open\" wfd-id=\"68\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 24\" data-name=\"align-justify\"><g><g><path class=\"st0\" d=\"M23,13H1c-0.6,0-1-0.4-1-1s0.4-1,1-1h22c0.6,0,1,0.4,1,1S23.6,13,23,13z\"></path></g><g><path class=\"st0\" d=\"M23,6.7H1c-0.6,0-1-0.4-1-1s0.4-1,1-1h22c0.6,0,1,0.4,1,1S23.6,6.7,23,6.7z\"></path></g><g><path class=\"st0\" d=\"M23,19.3H1c-0.6,0-1-0.4-1-1s0.4-1,1-1h22c0.6,0,1,0.4,1,1S23.6,19.3,23,19.3z\"></path></g></g></svg></div><div class=\"thrv_wrapper thrv_icon tcb-icon-close\" data-not-changeable=\"true\" data-selector=\"[data-css=&quot;tve-u-1695e821f4c&quot;] .tcb-icon-close\" wfd-id=\"67\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 24\" data-name=\"close\"><path class=\"st0\" d=\"M13.4,12l7.1-7.1c0.4-0.4,0.4-1,0-1.4s-1-0.4-1.4,0L12,10.6L4.9,3.5c-0.4-0.4-1-0.4-1.4,0s-0.4,1,0,1.4l7.1,7.1 l-7.1,7.1c-0.4,0.4-0.4,1,0,1.4c0.4,0.4,1,0.4,1.4,0l7.1-7.1l7.1,7.1c0.4,0.4,1,0.4,1.4,0c0.4-0.4,0.4-1,0-1.4L13.4,12z\"></path></svg></div></a><ul id=\"menu-main-menu\" class=\"tve_w_menu tve_horizontal tve-m-collapsed\" style=\"z-index: 6;\" wfd-id=\"54\"><li id=\"tcb_custom_menu_5402f616\" class=\"menu-item menu-item-type-post_type menu-item-object-page thrv_wrapper thrv-menu-item-element thrv-custom-menu-item\" data-selector=\"[data-css=&quot;tve-u-1695e821f4c&quot;] #tcb_custom_menu_5402f616\" data-tcb_hover_state_parent=\"\" wfd-id=\"64\"><a href=\"https://bestcerakoteflorida.com/privacy/\"><span class=\"tve-disabled-text-inner\" wfd-id=\"66\">Privacy</span><span class=\"tve-disabled-text-inner tve-item-dropdown-trigger\" wfd-id=\"65\"></span></a></li><li id=\"tcb_custom_menu_13475a66\" class=\"menu-item menu-item-type-post_type menu-item-object-page thrv_wrapper thrv-menu-item-element thrv-custom-menu-item\" data-selector=\"[data-css=&quot;tve-u-1695e821f4c&quot;] #tcb_custom_menu_13475a66\" data-tcb_hover_state_parent=\"\" wfd-id=\"61\"><a href=\"https://bestcerakoteflorida.com/privacy-policy/\"><span class=\"tve-disabled-text-inner\" wfd-id=\"63\">TERMS</span><span class=\"tve-disabled-text-inner tve-item-dropdown-trigger\" wfd-id=\"62\"></span></a></li><li id=\"tcb_custom_menu_a19cc162\" class=\"menu-item menu-item-type-post_type menu-item-object-page thrv_wrapper thrv-menu-item-element thrv-custom-menu-item\" data-selector=\"[data-css=&quot;tve-u-1695e821f4c&quot;] #tcb_custom_menu_a19cc162\" data-tcb_hover_state_parent=\"\" wfd-id=\"58\"><a href=\"\"><span class=\"tve-disabled-text-inner\" wfd-id=\"60\">NAV#3</span><span class=\"tve-disabled-text-inner tve-item-dropdown-trigger\" wfd-id=\"59\"></span></a></li><li id=\"tcb_custom_menu_hgZvKxml\" class=\"menu-item menu-item-type-post_type menu-item-object-page thrv_wrapper thrv-menu-item-element thrv-custom-menu-item active-expand-children\" data-selector=\"[data-css=&quot;tve-u-1695e821f4c&quot;] #tcb_custom_menu_hgZvKxml\" data-tcb_hover_state_parent=\"\" wfd-id=\"55\"><a href=\"\"><span class=\"tve-disabled-text-inner\" wfd-id=\"57\">NAV#5</span><span class=\"tve-disabled-text-inner tve-item-dropdown-trigger\" wfd-id=\"56\"></span></a></li></ul></div>	</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1695e826b67\" wfd-id=\"43\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"45\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16223fe5f5b\" wfd-id=\"46\"><p data-css=\"tve-u-1621f0d874c\" style=\"text-align: center;\">Made with <a data-css=\"tve-u-1695e7e070d\" href=\"https://thrivethemes.com/\" target=\"_blank\">Thrive Architect</a></p></div></div></div></div></div></div>\n</div>\n\n'),(7449,605,'tve_revision_tve_content_more_found',''),(7450,605,'tve_revision_tve_save_post',''),(7451,605,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Merriweather:400,700&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Montserrat:600,400,500,700&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Special+Elite:400&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Poppins:400,800,900,300,700,&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Monda:400,700,&subset=latin\");@media (min-width: 300px){.tcb-plain-text { font-family: Monda; font-weight: 400; font-size: 14px; }#tve_editor [data-css=\"tve-u-1621b072b4e\"] p, #tve_editor [data-css=\"tve-u-1621b072b4e\"] li, #tve_editor [data-css=\"tve-u-1621b072b4e\"] blockquote, #tve_editor [data-css=\"tve-u-1621b072b4e\"] address, #tve_editor [data-css=\"tve-u-1621b072b4e\"] .tcb-plain-text, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h1, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h2, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h3, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h4, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h5, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h6 { color: rgb(18, 18, 18); }[data-css=\"tve-u-1621fe78878\"] .tcb-flex-col { flex-basis: 160px !important; }[data-css=\"tve-u-16417b70f47\"] { padding: 0px !important; margin: 0px !important; }#tve_editor [data-css=\"tve-u-1621fdcb4ea\"] { color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1641367127b\"] > :first-child { color: rgb(15, 29, 123); }[data-css=\"tve-u-1641367127b\"] { font-size: 60px; float: none; box-shadow: none; position: relative; z-index: 5; margin: 0px auto !important; }#tve_editor [data-css=\"tve-u-1641333d7d1\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-162717cb617\"] > .tcb-flex-col { padding-left: 0px; }#tve_editor [data-css=\"tve-u-16413112747\"] { letter-spacing: 3px; color: rgb(255, 255, 255) !important; font-size: 15px !important; text-transform: capitalize !important; font-family: Merriweather !important; font-weight: 400 !important; }[data-css=\"tve-u-16369305186\"] > .tve-cb { display: block; }#tve_editor [data-css=\"tve-u-162717cb609\"] p, #tve_editor [data-css=\"tve-u-162717cb609\"] li, #tve_editor [data-css=\"tve-u-162717cb609\"] blockquote, #tve_editor [data-css=\"tve-u-162717cb609\"] address, #tve_editor [data-css=\"tve-u-162717cb609\"] h1, #tve_editor [data-css=\"tve-u-162717cb609\"] h2, #tve_editor [data-css=\"tve-u-162717cb609\"] h3, #tve_editor [data-css=\"tve-u-162717cb609\"] h4, #tve_editor [data-css=\"tve-u-162717cb609\"] h5, #tve_editor [data-css=\"tve-u-162717cb609\"] h6 { color: rgb(255, 255, 255); }[data-css=\"tve-u-16369305186\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-162717cb621\"] .tve-page-section-in { display: flex; justify-content: center; flex-direction: column; }[data-css=\"tve-u-162717fcf9d\"] .tve-page-section-in { display: block; }[data-css=\"tve-u-1628a146aef\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1628a12f675\"] { padding: 0px !important; margin: 0px 0px 60px !important; }[data-css=\"tve-u-1628a10d3b4\"] { max-width: 100%; padding: 0px !important; margin: 0px 0px 60px !important; }#tve_editor [data-css=\"tve-u-162717cb618\"] p, #tve_editor [data-css=\"tve-u-162717cb618\"] li, #tve_editor [data-css=\"tve-u-162717cb618\"] blockquote, #tve_editor [data-css=\"tve-u-162717cb618\"] address, #tve_editor [data-css=\"tve-u-162717cb618\"] h1, #tve_editor [data-css=\"tve-u-162717cb618\"] h2, #tve_editor [data-css=\"tve-u-162717cb618\"] h3, #tve_editor [data-css=\"tve-u-162717cb618\"] h4, #tve_editor [data-css=\"tve-u-162717cb618\"] h5, #tve_editor [data-css=\"tve-u-162717cb618\"] h6 { color: rgb(0, 229, 255); }[data-css=\"tve-u-162718bd0c0\"] { clip-path: url(\"#clip-top-a3b25e1c9221a\"); -webkit-clip-path: url(\"#clip-top-a3b25e1c9221a\");  opacity: 1; filter: grayscale(0%) blur(0px); background-image: none !important; background-color: transparent !important; }[data-css=\"tve-u-162718a3b40\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-162717fcf9d\"] { z-index: 0 !important; padding: 170px 40px 0px !important; margin-top: -80px !important; }[data-css=\"tve-u-16260cd622f\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-16260cd7683\"]::after { clear: both; }[data-css=\"tve-u-16260cd622f\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin-top: 0px !important; margin-bottom: -1px !important; }[data-css=\"tve-u-16260be7104\"] { max-width: 1200px; }[data-css=\"tve-u-16260ba2fa4\"] { padding: 100px 40px !important; }[data-css=\"tve-u-162539c17ec\"] { line-height: 1.6em !important; }#tve_editor [data-css=\"tve-u-162493b6b63\"]:hover { background-color: rgb(248, 249, 251) !important; }#tve_editor [data-css=\"tve-u-1624939a960\"]:hover { background-color: rgb(248, 249, 251) !important; background-image: none !important; }#tve_editor [data-css=\"tve-u-162492e70ad\"] { color: rgb(137, 141, 167) !important; }[data-css=\"tve-u-162492815ba\"] { padding: 0px !important; margin-top: 25px !important; }[data-css=\"tve-u-162491e8e1f\"]::after { clear: both; }[data-css=\"tve-u-1622f65ba70\"] { border: none; background-image: none !important; padding: 0px 30px 30px !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-1622a159bcb\"] { max-width: 100%; float: none; z-index: 6; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; margin-top: 0px !important; }[data-css=\"tve-u-16229915e4e\"] { max-width: 62.8%; }[data-css=\"tve-u-16229915e1a\"] { max-width: 37.2%; }[data-css=\"tve-u-16225617da3\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-Brett.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16225611edb\"] { min-height: 127px; }[data-css=\"tve-u-1622561121b\"] { max-width: 127px; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-16224848ee5\"]::after { clear: both; }[data-css=\"tve-u-16224834cab\"]::after { clear: both; }[data-css=\"tve-u-1621ee3afec\"] > .tve-cb { display: block; }[data-css=\"tve-u-1621fe78878\"] > .tcb-flex-col { padding-left: 5px; }[data-css=\"tve-u-1621fe940b9\"] { max-width: 50%; }[data-css=\"tve-u-1621fe94086\"] { max-width: 50%; }[data-css=\"tve-u-1621fe85996\"] { max-width: 585px; float: left; z-index: 3; position: relative; width: 100%; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621fe78878\"] > .tcb-flex-col > .tcb-col { min-height: 65px; justify-content: center; }[data-css=\"tve-u-1621fe78878\"] { min-height: inherit; margin-left: -5px; padding: 0px !important; flex-wrap: wrap !important; }#tve_editor [data-css=\"tve-u-1621f4d0451\"] { font-size: 20px !important; }#tve_editor [data-css=\"tve-u-1621f4ceaf6\"] { font-size: 20px !important; color: rgb(12, 12, 12) !important; }[data-css=\"tve-u-1621f45bed3\"] { padding: 0px !important; }[data-css=\"tve-u-1621f114214\"] { float: none; max-width: 100%; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621f0da775\"] { padding: 0px !important; }#tve_editor [data-css=\"tve-u-1621f0d874c\"] { letter-spacing: 1px; color: rgb(255, 255, 255) !important; font-size: 14px !important; }[data-css=\"tve-u-1621f0d2c1a\"] { max-width: 100%; margin-left: 60px !important; margin-right: 60px !important; }[data-css=\"tve-u-1621f0aa8f7\"] .tve-page-section-in { display: flex; justify-content: center; flex-direction: column; }[data-css=\"tve-u-1621f0cbe40\"] { margin-left: 0px; padding: 0px !important; }[data-css=\"tve-u-1621f0cbe40\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-1621f0b0088\"] { max-width: 100%; min-height: 140px !important; }[data-css=\"tve-u-1621f0ada0e\"] { background-image: linear-gradient(rgb(22, 22, 24), rgb(22, 22, 24)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1621f0aa8f7\"] { padding: 0px !important; }[data-css=\"tve-u-1621efddaaf\"] { padding: 0px !important; }[data-css=\"tve-u-1621ef118dc\"] { width: 191px; position: relative; right: -50px; top: 0px; float: none; z-index: 3; left: 10px; margin: 0px auto !important; padding-left: 0px !important; }#tve_editor [data-css=\"tve-u-1621ee74a24\"] > :first-child { color: rgb(255, 255, 255); }[data-css=\"tve-u-1621ee74a24\"] { font-size: 60px; float: none; z-index: 3; position: relative; box-shadow: none; margin: 0px auto 10px !important; padding-top: 0px !important; }[data-css=\"tve-u-1621ee63e1c\"] { float: none; z-index: 3; position: relative; max-width: none; width: 100%; padding: 0px !important; margin: 0px auto 30px !important; }[data-css=\"tve-u-1621ee58e74\"] { background-color: rgba(0, 0, 0, 0.77) !important; border-right: 2px dotted rgb(0, 0, 0) !important; }[data-css=\"tve-u-1621ee3afec\"] { padding: 60px 10px 0px 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621ee22c43\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding-top: 0px !important; padding-left: 0px !important; }[data-css=\"tve-u-1621ee18a1c\"] { box-shadow: none; margin: 1px 20px 0px !important; }[data-css=\"tve-u-1621ee093d4\"] { margin-top: 0px !important; }[data-css=\"tve-u-1621ee03000\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1621ee03000\"] { margin-left: 0px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-1621ee03000\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-1621edf8048\"] { max-width: 100%; min-height: 1px !important; }[data-css=\"tve-u-1621ec454d9\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec43fe2\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec42aa7\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec3a5c0\"] { margin-top: 0px !important; margin-bottom: 10px !important; }[data-css=\"tve-u-1621ec37ea5\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec36a4d\"] { margin-bottom: 10px !important; }[data-css=\"tve-u-1621ea18c5d\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ea19a06\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ea1a5d7\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ea2c69a\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ea23322\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ec298ab\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ec2704c\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ec241aa\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ec05cc3\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec04541\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec009a8\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ebff867\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ebfe4ce\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621eb037bb\"] { padding: 0px !important; margin-top: 0px !important; margin-bottom: 30px !important; }[data-css=\"tve-u-1621eaff572\"] { color: rgb(15, 29, 123) !important; }[data-css=\"tve-u-1621ea50702\"] { max-width: 230px; float: none; z-index: 3; position: relative; width: 100%; padding: 0px !important; margin: 0px auto !important; }#tve_editor [data-css=\"tve-u-1621ea2c69a\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ea295c0\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ea295c0\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ea1fba7\"] > :first-child { color: rgb(137, 141, 167); }#tve_editor [data-css=\"tve-u-1621ea23322\"] { font-size: 16px !important; }[data-css=\"tve-u-1621ea1fba7\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }[data-css=\"tve-u-1621e99c314\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }[data-css=\"tve-u-1621e99b1db\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }[data-css=\"tve-u-1621e9993aa\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ea1a5d7\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ea19a06\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ea18c5d\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621e99c314\"] > :first-child { color: rgb(137, 141, 167); }#tve_editor [data-css=\"tve-u-1621e99b1db\"] > :first-child { color: rgb(137, 141, 167); }#tve_editor [data-css=\"tve-u-1621e9993aa\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621e8107f3\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621e942b65\"] strong { font-weight: 800; }[data-css=\"tve-u-1621e7e9950\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621e930bd7\"] { padding: 0px 0px 50px !important; }#tve_editor [data-css=\"tve-u-1621e92e97f\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1621e81f424\"] { border-radius: 200px; overflow: hidden; background-image: none !important; border: 3px solid rgb(255, 255, 255) !important; background-color: rgb(144, 147, 168) !important; }[data-css=\"tve-u-1621e819c52\"] { min-height: 110px; }[data-css=\"tve-u-1621e8107f3\"] { float: none; max-width: 110px; z-index: 4; padding: 0px !important; margin: -60px auto 30px !important; }[data-css=\"tve-u-1621e7edfd9\"] { clip-path: url(\"#clip-bottom-10ffac3b28f1d\"); -webkit-clip-path: url(\"#clip-bottom-10ffac3b28f1d\");  background-image: none !important; background-color: rgb(144, 147, 168) !important; }[data-css=\"tve-u-1621e7e9950\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1621e7e6c1d\"] { min-height: 150px; }[data-css=\"tve-u-1621e7c7aa1\"] > .tcb-flex-col { padding-left: 60px; }[data-css=\"tve-u-1621e7d5094\"] { min-height: 480px; }[data-css=\"tve-u-1621e7d234c\"] { box-shadow: rgba(0, 0, 0, 0.02) 0px 2px 22px 0px; background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1621e7ceab3\"] { float: none; width: 100%; padding: 0px 0px 20px !important; margin: 0px auto !important; }[data-css=\"tve-u-1621e7c899a\"] { float: none; max-width: 100%; margin: 0px auto !important; }[data-css=\"tve-u-1621e7c7aa1\"] { margin-left: -60px; padding: 0px !important; }[data-css=\"tve-u-1621e7b695a\"] { padding: 0px !important; margin-bottom: 100px !important; }#tve_editor [data-css=\"tve-u-1621e7a7350\"] { color: rgb(15, 29, 123) !important; }[data-css=\"tve-u-1621b3cfc7b\"] { filter: blur(0px); opacity: 1; background-image: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(220, 224, 246) 38%) !important; background-color: rgb(212, 212, 212) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1621b3c8c52\"] { padding: 100px 40px !important; }[data-css=\"tve-u-1621b3c74d9\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-1621b300a64\"]::after { clear: both; }[data-css=\"tve-u-1621b24a89d\"] { padding: 0px !important; }[data-css=\"tve-u-1621b22a018\"] { background-image: none !important; padding: 0px !important; }[data-css=\"tve-u-1621b200375\"] { float: none; max-width: 100%; border-left: 1px solid rgba(15, 29, 123, 0.7); border-right: 1px solid rgba(15, 29, 123, 0.7); background-color: rgb(248, 249, 251) !important; margin: 0px auto !important; }[data-css=\"tve-u-1621b10fccf\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621b0e4fb7\"] { border-right: none; max-width: 100%; padding: 0px !important; margin-bottom: 40px !important; margin-right: 0px !important; }[data-css=\"tve-u-1621b072b4e\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-1621b064668\"] { max-width: 52%; }[data-css=\"tve-u-1621b064646\"] { max-width: 48%; }[data-css=\"tve-u-1621afda4fa\"] { max-width: none; padding: 0px !important; margin-bottom: 40px !important; }#tve_editor [data-css=\"tve-u-1621afd8c98\"] { color: rgb(255, 255, 255) !important; font-size: 20px !important; }[data-css=\"tve-u-1621afceb00\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 80%; padding: 0px !important; margin-bottom: 50px !important; }#tve_editor [data-css=\"tve-u-1621afcc0bf\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1621a8a804b\"] > .tcb-flex-col { padding-left: 60px; }[data-css=\"tve-u-1621ae6c8da\"] { clip-path: url(\"#clip-top-aa2c3e3c70555\"); -webkit-clip-path: url(\"#clip-top-aa2c3e3c70555\");  background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-Cta-2.jpg\") !important; background-size: cover !important; background-position: 0% 100% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1621ae4fd21\"] { max-width: 100%; top: -70px; z-index: 5; left: -60px; position: relative !important; padding: 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-1621ae4db6e\"] { min-height: 524px; }[data-css=\"tve-u-1621ada1e7f\"] .tve-page-section-in { display: flex; flex-direction: column; justify-content: center; }[data-css=\"tve-u-1621adea58b\"] > .tcb-flex-col > .tcb-col { min-height: 1px; justify-content: center; }[data-css=\"tve-u-1621ae0bec7\"] { height: calc(100% - -22px); background-image: linear-gradient(rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.14)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; margin-left: 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621adea58b\"] > .tcb-flex-col { padding-left: 50px; }[data-css=\"tve-u-1621adea58b\"] { margin-left: -50px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-1621ade6172\"] { max-width: 100%; float: none; width: 100%; margin: 0px auto !important; }[data-css=\"tve-u-1621adba9ef\"] { clip-path: url(\"#clip-top-52d5a36c151aa\"); -webkit-clip-path: url(\"#clip-top-52d5a36c151aa\");  background-image: linear-gradient(rgba(15, 29, 123, 0.65), rgba(15, 29, 123, 0.65)), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-cta-bg.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-1621ada1e7f\"] { padding: 0px 40px !important; }[data-css=\"tve-u-1621ad46076\"] { padding: 100px 40px !important; margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1621ad420c4\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-1621a9076ef\"] { padding-top: 2px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-1621acf64fb\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621acf47d2\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1621acf0289\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621a8e11f3\"] { padding-top: 2px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-1621a8e5625\"] { padding-top: 2px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-1621ace4de9\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1621ace1b08\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1621a9a2867\"] strong { font-weight: 700; }#tve_editor [data-css=\"tve-u-1621a9a2867\"] { font-weight: 300; color: rgb(15, 29, 123) !important; font-family: Poppins !important; }[data-css=\"tve-u-1621a9750ae\"] { font-size: 13.6px !important; line-height: 13.6px !important; }[data-css=\"tve-u-1621a9a2867\"] { font-size: 48px !important; line-height: 48px !important; }[data-css=\"tve-u-1621a9a2866\"] { margin-top: 40px !important; }[data-css=\"tve-u-1621a9a2862\"] { width: 160px !important; height: 160px !important; background-color: rgb(137, 141, 167) !important; }[data-css=\"tve-u-1621a98b602\"] { stroke-dasharray: 502.655, 502.655; }[data-css=\"tve-u-1621a983587\"] { float: none; border: 30px solid rgba(137, 141, 167, 0.24); z-index: 3; position: relative; margin: 30px auto 0px !important; padding: 0px !important; }[data-css=\"tve-u-1621a9750ae\"] strong { font-weight: 700; }#tve_editor [data-css=\"tve-u-1621a9750ae\"] { color: rgb(255, 255, 255) !important; font-family: Monda !important; }[data-css=\"tve-u-1621a96b190\"] { background-color: rgb(231, 229, 229); width: 144px !important; height: 144px !important; top: 8px !important; bottom: 8px !important; left: 8px !important; right: 8px !important; }[data-css=\"tve-u-1621a9685d4\"] { stroke: rgb(248, 251, 253) !important; stroke-width: 17px !important; }[data-css=\"tve-u-1621a8a804b\"] > .tcb-flex-col > .tcb-col { min-height: 445px; justify-content: center; }[data-css=\"tve-u-1621a90a46f\"] { background-image: radial-gradient(rgba(255, 255, 255, 0.51) 16%, rgb(255, 255, 255) 73%), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-100-clean.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }#tve_editor [data-css=\"tve-u-1621a9076ef\"] > :first-child { color: rgb(15, 29, 123); }#tve_editor [data-css=\"tve-u-1621a8e5625\"] > :first-child { color: rgb(15, 29, 123); }#tve_editor [data-css=\"tve-u-1621a8e11f3\"] > :first-child { color: rgb(15, 29, 123); }[data-css=\"tve-u-1621a8c4313\"] { padding: 0px !important; margin-bottom: 60px !important; }[data-css=\"tve-u-1621a8b2488\"] { float: none; max-width: 100%; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621a8a804b\"] { min-height: inherit; margin-left: -60px; padding: 0px !important; }[data-css=\"tve-u-1621a2e0d5b\"] { line-height: 1em !important; }[data-css=\"tve-u-1621a2247ba\"] { max-width: 100%; float: none; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; }#tve_editor [data-css=\"tve-u-1620af7eb3f\"] .tcb-button-link { font-size: 18px; color: rgb(15, 29, 123) !important; }#tve_editor [data-css=\"tve-u-1620af7eb3f\"]:hover strong { font-weight: 700 !important; }[data-css=\"tve-u-1620af7eb3f\"] { width: 268px; float: left; z-index: 3; position: relative; display: block; max-width: 268px; margin-bottom: 0px !important; margin-top: 0px !important; margin-left: 3px !important; }#tve_editor [data-css=\"tve-u-1620af7eb3f\"]:hover .tcb-button-link { color: rgb(255, 255, 255) !important; border-radius: 200px !important; overflow: hidden !important; font-family: Monda !important; font-weight: 400 !important; text-shadow: none !important; background-image: none !important; background-color: rgb(15, 29, 123) !important; }[data-css=\"tve-u-1620af7eb3f\"] .tcb-button-link { border-radius: 200px; min-height: 54.7619px; font-size: 1.33333em; padding-top: 0px; padding-bottom: 0px; background-image: none !important; background-color: rgb(255, 255, 255) !important; padding-right: 15px !important; }#tcb_landing_page a:not(.tcb-button-link).tve_state_hover { color: rgb(35, 55, 188); }#tcb_landing_page a:not(.tcb-button-link):hover { color: rgb(35, 55, 188); }#tcb_landing_page a:not(.tcb-button-link) { color: rgb(255, 255, 255); }#tcb_landing_page input strong { font-weight: 700; }#tcb_landing_page .tcb-button-link strong { font-weight: 700; }#tcb_landing_page p strong, #tcb_landing_page li strong { font-weight: 700; }#tcb_landing_page input { font-family: Merriweather; font-weight: 400; }#tcb_landing_page .tcb-button-link { font-family: Merriweather; font-weight: 400; }#tcb_landing_page p, #tcb_landing_page li { color: rgb(12, 12, 12); font-family: Merriweather; font-weight: 400; line-height: 1.5em; font-size: 16px; }#tcb_landing_page h6 { text-transform: uppercase; font-size: 14px; color: rgb(0, 0, 0); font-family: \"Special Elite\"; font-weight: 400; letter-spacing: 1px; line-height: 1.3em; }#tcb_landing_page h5 { font-size: 22px; color: rgb(12, 12, 12); font-family: \"Special Elite\"; font-weight: 400; line-height: 1.3em; }#tcb_landing_page h4 { font-size: 24px; color: rgb(12, 12, 12); font-family: \"Special Elite\"; font-weight: 400; line-height: 1.3em; }#tcb_landing_page h3 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(12, 12, 12); font-size: 26px; line-height: 1.3em; }#tcb_landing_page h2 { color: rgb(0, 0, 0); font-size: 30px; letter-spacing: 2px; text-transform: uppercase; line-height: 1.3em; font-family: \"Special Elite\"; font-weight: 400; }#tcb_landing_page h1 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(0, 0, 0); font-size: 42px; line-height: 1.3em; }[data-css=\"tve-u-15e09c94f7d\"] { background-color: rgb(231, 229, 229) !important; }[data-css=\"tve-u-1621b01355a\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621b01355a\"] { max-width: 274px; position: relative; float: left; z-index: 3; width: 100%; padding: 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-1621b028939\"] .tcb-button-link { font-size: 18px; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1621b028939\"]:hover strong { font-weight: 700 !important; }[data-css=\"tve-u-1621b028939\"] { display: block; max-width: 268px; width: 268px; top: 0px; left: 0px; float: left; z-index: 3; position: relative; margin-bottom: 0px !important; margin-top: 0px !important; }#tve_editor [data-css=\"tve-u-1621b028939\"]:hover .tcb-button-link { background-color: rgb(255, 255, 255) !important; color: rgb(15, 29, 123) !important; overflow: hidden !important; font-family: Monda !important; background-image: none !important; text-align: center !important; }[data-css=\"tve-u-1621b028939\"] .tcb-button-link { min-height: 54.7619px; font-size: 1.33333em; padding-top: 0px; padding-bottom: 0px; border: 1px solid rgb(255, 255, 255); border-radius: 30px; overflow: hidden; background-color: rgba(26, 188, 156, 0.01) !important; padding-right: 15px !important; color: rgb(26, 188, 156) !important; }[data-css=\"tve-u-1621b08fdde\"] { border-radius: 200px; overflow: hidden; border: 1px solid rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1621b01355a\"]:hover [data-css=\"tve-u-1621b08fdde\"] { border: 1px solid rgba(255, 255, 255, 0.4) !important; }[data-css=\"tve-u-1621b30ca74\"]::after { clear: both; }#tve_editor [data-css=\"tve-u-1621e942b65\"] { font-weight: 400; letter-spacing: 0px; color: rgb(255, 255, 255) !important; font-family: Poppins !important; font-size: 30px !important; }[data-css=\"tve-u-1621e94cb4e\"] { float: none; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621eaaedd8\"] { clip-path: url(\"#clip-bottom-a2b9cf3198d6f\"); -webkit-clip-path: url(\"#clip-bottom-a2b9cf3198d6f\");  background-image: none !important; background-color: rgb(5, 10, 42) !important; }[data-css=\"tve-u-1621eab272c\"] { border-radius: 200px; overflow: hidden; background-image: none !important; border: 3px solid rgb(255, 255, 255) !important; background-color: rgb(5, 10, 42) !important; }[data-css=\"tve-u-1621eacf6af\"] { max-width: 230px; float: none; z-index: 3; position: relative; padding: 0px !important; margin: 0px auto !important; }[data-css=\"tve-u-1621eb3eb9f\"] { clip-path: url(\"#clip-bottom-ac98bb0e54b3b\"); -webkit-clip-path: url(\"#clip-bottom-ac98bb0e54b3b\");  background-image: none !important; background-color: rgb(45, 51, 89) !important; }[data-css=\"tve-u-1621eb43d8d\"] { border-radius: 200px; overflow: hidden; background-image: none !important; border: 3px solid rgb(255, 255, 255) !important; background-color: rgb(45, 51, 89) !important; }[data-css=\"tve-u-1621eb7ccb0\"] { min-height: 530px; }[data-css=\"tve-u-1621eb81205\"] { padding: 0px 0px 20px !important; margin-top: -25px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621ebbbb6d\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621ebbbb6d\"] { max-width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1621ebf340c\"] { max-width: 230px; float: none; z-index: 3; position: relative; width: 100%; padding: 0px !important; margin: 0px auto !important; }[data-css=\"tve-u-1621ebfa746\"] { padding: 0px !important; margin-top: 0px !important; margin-bottom: 30px !important; }#tve_editor [data-css=\"tve-u-1621ebfe4ce\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ebff867\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ec009a8\"] { font-size: 16px !important; }[data-css=\"tve-u-1621ec09a3c\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; margin: 0px !important; }#tve_editor [data-css=\"tve-u-1621ec09a3c\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ec0c5bd\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; margin: 0px !important; }#tve_editor [data-css=\"tve-u-1621ec0c5bd\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ec15f6e\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ec15f6e\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ec204df\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ec204df\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ec20f68\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ec20f68\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ec21a31\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ec21a31\"] > :first-child { color: rgb(137, 141, 167); }#tve_editor [data-css=\"tve-u-1621ec241aa\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ec2704c\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ec298ab\"] { font-size: 16px !important; }[data-css=\"tve-u-1621ec6c39b\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621ec6c39b\"] { float: none; max-width: 110px; z-index: 4; padding: 0px !important; margin: -60px auto 30px !important; }[data-css=\"tve-u-1621ec752da\"] { min-height: 110px; }[data-css=\"tve-u-1621ec78d2c\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621ec78d2c\"] { float: none; max-width: 110px; z-index: 4; padding: 0px !important; margin: -60px auto 30px !important; }[data-css=\"tve-u-1621ec79a7d\"] { min-height: 110px; }[data-css=\"tve-u-1621ec7f21a\"] { min-height: 160px; }[data-css=\"tve-u-1621f154231\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-1621f154231\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin: 0px 0px -1px !important; }[data-css=\"tve-u-1621f15b521\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-1621f15b521\"] { float: right; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin-top: -1px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621f4ceaf7\"] { color: rgb(15, 29, 123) !important; }[data-css=\"tve-u-1621fb65556\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-1621fb65556\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-1621fb65556\"] { min-height: inherit; margin-left: -20px; padding: 0px !important; }[data-css=\"tve-u-1621fb68b97\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-1621fb68b97\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-1621fb68b97\"] { min-height: inherit; margin-left: -30px; padding: 30px !important; }[data-css=\"tve-u-1621fbacc60\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621fbcad8c\"] { padding: 0px !important; }[data-css=\"tve-u-1621fc0ce17\"] { padding: 0px !important; margin-bottom: 15px !important; }[data-css=\"tve-u-1621fd84d7b\"] { min-height: 480px; }[data-css=\"tve-u-1621fd8766c\"] { min-height: 150px; }[data-css=\"tve-u-1621fd9c946\"] { padding: 0px 0px 20px !important; margin-top: 0px !important; margin-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-1621fe1587d\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1621fe1725e\"] strong { font-weight: 800; }#tve_editor [data-css=\"tve-u-1621fe1725e\"] { font-weight: 400; letter-spacing: 0px; color: rgb(255, 255, 255) !important; font-family: Poppins !important; font-size: 30px !important; }#tve_editor [data-css=\"tve-u-1621fe1a1af\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1621fe1bd18\"] strong { font-weight: 800; }#tve_editor [data-css=\"tve-u-1621fe1bd18\"] { font-weight: 400; letter-spacing: 0px; color: rgb(255, 255, 255) !important; font-family: Poppins !important; font-size: 30px !important; }[data-css=\"tve-u-16223b080b0\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-16223b080b0\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-16223f02c16\"] { min-height: 62px; }[data-css=\"tve-u-16223fe5f5b\"] { padding: 0px !important; }[data-css=\"tve-u-16224439be1\"] { padding: 0px !important; }#tve_editor [data-css=\"tve-u-1622444fb11\"] { letter-spacing: 1px; color: rgb(137, 141, 167) !important; font-size: 14px !important; }#tve_editor [data-css=\"tve-u-16228c764b2\"] { font-size: 18px !important; }[data-css=\"tve-u-16229f6175c\"] { border: none; margin: 80px 0px 0px !important; background-image: none !important; }[data-css=\"tve-u-16229fa6a26\"] { border: none; box-shadow: none; padding: 0px 30px 30px !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-16229fa8c68\"] { border: none; padding: 0px 30px 30px !important; background-image: none !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col > .tcb-col { min-height: 244px; }[data-css=\"tve-u-16229ffbb7b\"] { margin-left: -30px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16248fc42a1\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-16248fc42a1\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-16248fc71c8\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-16249355087\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-16249355087\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-16249358652\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-16249358652\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-1624935a201\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-1624935a201\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-16249367114\"] { border: none; margin: 30px 0px 0px !important; background-image: none !important; }[data-css=\"tve-u-16249373b25\"] { border: none; padding: 0px 30px 30px !important; background-image: linear-gradient(rgb(248, 249, 251), rgb(248, 249, 251)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1624939a960\"] { border: none; box-shadow: none; padding: 0px 30px 30px !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-162493a03b0\"] > .tcb-flex-col > .tcb-col { min-height: 244px; }[data-css=\"tve-u-162493a03b0\"] { margin-left: -30px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-162493a03b0\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-162493b6b63\"] { border: none; background-image: none !important; padding: 0px 30px 30px !important; background-color: rgb(248, 249, 251) !important; }#tve_editor [data-css=\"tve-u-162493d5f13\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-162493d5f13\"] { font-size: 30px; width: 30px; height: 30px; top: 0px; left: 0px; display: block; position: static; z-index: 8; border-bottom: 1px solid rgb(10, 93, 165); border-top: none; border-right: none; border-left: none; border-image: initial; margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-162494b490e\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-162494b7ad0\"] { padding: 0px !important; margin-top: 25px !important; margin-left: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-1625389a3d5\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-1625389a3d5\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-1625389b4ed\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-1625389b4ed\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-162539ac577\"] { max-width: 39%; }[data-css=\"tve-u-162539ac57d\"] { max-width: 61%; }#tve_editor [data-css=\"tve-u-162539c17ec\"] { font-size: 16px !important; color: rgba(12, 12, 12, 0.7) !important; }[data-css=\"tve-u-16260c39a7e\"] { float: none; max-width: 100%; border-left: 1px solid rgba(15, 29, 123, 0.7); border-right: 1px solid rgba(15, 29, 123, 0.7); margin: 0px auto !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-16260c433e9\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-Rosie.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16260c5ff07\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-16260c5ff07\"] { float: right; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin: -1px 0px 0px !important; }[data-css=\"tve-u-16260c5ff0c\"]::after { clear: both; }[data-css=\"tve-u-16260d01208\"] { max-width: 37%; }[data-css=\"tve-u-16260d0120e\"] { max-width: 63%; }[data-css=\"tve-u-16260d39b83\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-16260d39b83\"] { float: right; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin-top: -1px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-16260d3b97e\"]::after { clear: both; }[data-css=\"tve-u-16260d3f4aa\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16260d3f4aa\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-16260d3f4aa\"] { min-height: inherit; margin-left: -30px; padding: 30px !important; }[data-css=\"tve-u-16260d3f4af\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-16260d3f4af\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-16260d3f4af\"] { min-height: inherit; margin-left: -20px; padding: 0px !important; }[data-css=\"tve-u-16260d5e4b8\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-Shawn.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16260d73672\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-16260d73672\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin-top: 0px !important; margin-bottom: -1px !important; }[data-css=\"tve-u-16260d8392c\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16260d8392c\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-16260d8392c\"] { min-height: inherit; margin-left: -30px; padding: 30px !important; }[data-css=\"tve-u-16260d8396c\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-16260d8396c\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-16260d8396c\"] { min-height: inherit; margin-left: -20px; padding: 0px !important; }[data-css=\"tve-u-16260da3aa7\"] { float: none; max-width: 100%; border-left: 1px solid rgba(15, 29, 123, 0.7); border-right: 1px solid rgba(15, 29, 123, 0.7); margin: 0px auto !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-162717cb600\"] { max-width: 58.2%; }[data-css=\"tve-u-162717cb601\"] { max-width: 41.8%; }[data-css=\"tve-u-162717cb609\"]::after { clear: both; }[data-css=\"tve-u-162717cb60a\"] { padding-right: 50px !important; padding-bottom: 80px !important; padding-top: 20px !important; }[data-css=\"tve-u-162717cb60b\"]::after { clear: both; }[data-css=\"tve-u-162717cb60b\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-162717cb60f\"] { padding: 0px !important; margin-bottom: 25px !important; }[data-css=\"tve-u-162717cb610\"] { padding: 0px !important; margin-bottom: 35px !important; box-shadow: none !important; }#tve_editor [data-css=\"tve-u-162717cb616\"] { text-shadow: rgb(0, 0, 0) 2px 2px 2px; text-transform: none !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-162717cb617\"] { margin-left: 0px; padding: 0px !important; }[data-css=\"tve-u-162717cb618\"] { max-width: none; margin-top: 0px !important; }[data-css=\"tve-u-162717cb620\"] { clip-path: url(\"#clip-bottom-c883ac5175045\"); -webkit-clip-path: url(\"#clip-bottom-c883ac5175045\");  opacity: 1; filter: grayscale(0%) blur(0px); background-image: linear-gradient(rgba(0, 0, 0, 0.57), rgba(0, 0, 0, 0.57)), url(\"https://bestcerakoteflorida.com/wp-content/uploads/2018/05/FTYS6743.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, fixed !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-162717cb609\"] { max-width: 1200px; min-height: 630px !important; }[data-css=\"tve-u-162717cb621\"] { z-index: 1; padding: 125px 40px 0px !important; margin-top: -130px !important; }[data-css=\"tve-u-162717d1bb6\"] { border-right: 1px solid rgba(255, 255, 255, 0.2); }[data-css=\"tve-u-162717d1bb7\"] { max-width: 23.7%; }[data-css=\"tve-u-162717d1bb9\"] { max-width: 42.9%; }[data-css=\"tve-u-162717d1bbc\"] { border-left: none; padding: 0px !important; }[data-css=\"tve-u-162717d1bbe\"] { border-bottom: 1px solid rgba(255, 255, 255, 0.2); float: none; width: 100%; position: relative; z-index: 10; max-width: 1600px; margin: 0px auto !important; }[data-css=\"tve-u-162717d1bbf\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-162717d1bbf\"] > .tcb-flex-col { padding-left: 17px; }[data-css=\"tve-u-162717d1bbf\"] { margin-left: -17px; min-height: inherit; padding: 5px 0px 0px 40px !important; }#tve_editor [data-css=\"tve-u-162717d1bbe\"] p, #tve_editor [data-css=\"tve-u-162717d1bbe\"] li, #tve_editor [data-css=\"tve-u-162717d1bbe\"] blockquote, #tve_editor [data-css=\"tve-u-162717d1bbe\"] address { font-size: 16px; }#tve_editor [data-css=\"tve-u-16271adf6cf\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-16271adf6cf\"] { font-size: 30px; width: 30px; height: 30px; top: 22px; left: 20px; border-bottom: 1px solid rgb(10, 93, 165); margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1641367e553\"] > :first-child { color: rgba(15, 29, 123, 0.12); }[data-css=\"tve-u-1641367e553\"] { font-size: 60px; float: none; box-shadow: none; width: 60px; height: 60px; margin: -55px auto 60px !important; padding-right: 17px !important; }[data-css=\"tve-u-16416e4fafd\"] { box-shadow: rgba(0, 0, 0, 0.02) 0px 2px 22px 0px; background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16416e603ab\"] { box-shadow: rgba(0, 0, 0, 0.12) 0px 3px 44px 0px; background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-164179a84b8\"] > .tve-cb { display: block; }[data-css=\"tve-u-164179a84b8\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-164179bced9\"] { border-right: none; padding: 3px 0px 0px !important; position: static !important; }[data-css=\"tve-u-16417b4cb9e\"] { padding: 0px 0px 50px !important; }[data-css=\"tve-u-16417b62c09\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-16417b662bf\"] { margin-top: 0px !important; margin-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-16417e5bd95\"] > :first-child { color: rgb(255, 255, 255); }[data-css=\"tve-u-16417e5bd95\"] { z-index: 4; position: relative; float: left; font-size: 25px !important; width: 25px !important; height: 25px !important; margin: 3px 15px 0px 0px !important; padding-left: 0px !important; }[data-css=\"tve-u-1641c1af44d\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1641c1b01a6\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1641c1b0a67\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1641c1b12d8\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }#tve_editor [data-css=\"tve-u-1641c1b33f9\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-1641c1b33f9\"] { font-size: 30px; width: 30px; height: 30px; top: 22px; left: 20px; border-bottom: 1px solid rgb(10, 93, 165); margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1641c1b456a\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-1641c1b456a\"] { font-size: 30px; width: 30px; height: 30px; top: 22px; left: 20px; border-bottom: 1px solid rgb(10, 93, 165); margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1641c1b52d3\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-1641c1b52d3\"] { font-size: 30px; width: 30px; height: 30px; top: 22px; left: 20px; border-bottom: 1px solid rgb(10, 93, 165); margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1641c1b60b4\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-1641c1b60b4\"] { font-size: 30px; width: 30px; height: 30px; top: 22px; left: 20px; border-bottom: 1px solid rgb(10, 93, 165); margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }#tcb_landing_page .tcb-plain-text { color: rgb(0, 0, 0); font-family: Merriweather; font-weight: 400; }#tcb_landing_page .tcb-plain-text strong { font-weight: 700; }[data-css=\"tve-u-162717d1bbe\"] p { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-162717d1bbe\"] h3 { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-1695981e7bb\"] { max-width: 33.3545%; }[data-css=\"tve-u-16959822de2\"] { width: 291px; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-16959846d3d\"] { margin-top: 0px !important; }[data-css=\"tve-u-16959cd1e7a\"] { margin-top: 10px !important; }[data-css=\"tve-u-1695a3002e2\"] .tcb-button-link { border-radius: 4px; border-bottom: 4px solid rgb(117, 0, 23); border-top-color: rgb(198, 225, 224); border-right-color: rgb(198, 225, 224); border-left-color: rgb(198, 225, 224); background-image: none !important; background-color: rgb(143, 2, 32) !important; padding-right: 25px !important; }#tve_editor [data-css=\"tve-u-1695a3002e2\"]:hover .tcb-button-link { background-color: rgb(132, 1, 28) !important; }#tve_editor [data-css=\"tve-u-1695a36117b\"] { letter-spacing: 3px; color: rgb(255, 255, 255) !important; font-size: 15px !important; text-transform: capitalize !important; font-family: Merriweather !important; font-weight: 400 !important; }[data-css=\"tve-u-1695d995f33\"] { box-shadow: none; margin: 0px 20px -25px !important; }#tve_editor [data-css=\"tve-u-1695d9d652a\"]:hover input, #tve_editor [data-css=\"tve-u-1695d9d652a\"]:hover textarea { box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 9px -3px !important; }#tve_editor [data-css=\"tve-u-1695d9d6528\"]:hover input, #tve_editor [data-css=\"tve-u-1695d9d6528\"]:hover textarea { box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 9px -3px !important; }#tve_editor [data-css=\"tve-u-1695d9d6526\"]:hover input, #tve_editor [data-css=\"tve-u-1695d9d6526\"]:hover textarea { box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 9px -3px !important; }#tve_editor [data-css=\"tve-u-1695d9d6529\"] { font-family: \"Courier New\", Courier, monospace; font-weight: 700; font-size: 13px; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1695d9d6527\"] { font-family: \"Courier New\", Courier, monospace; font-weight: 700; font-size: 13px; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1695d9d6525\"] { font-family: \"Courier New\", Courier, monospace; font-weight: 700; font-size: 13px; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1695d9d652a\"] input, [data-css=\"tve-u-1695d9d652a\"] textarea { box-shadow: rgba(0, 0, 0, 0.25) 0px 2px 9px -6px; background-image: none !important; }[data-css=\"tve-u-1695d9d6528\"] input, [data-css=\"tve-u-1695d9d6528\"] textarea { box-shadow: rgba(0, 0, 0, 0.25) 0px 2px 9px -6px; background-image: none !important; }[data-css=\"tve-u-1695d9d6526\"] input, [data-css=\"tve-u-1695d9d6526\"] textarea { box-shadow: rgba(0, 0, 0, 0.25) 0px 2px 9px -6px; background-image: none !important; }[data-css=\"tve-u-1695d9d6529\"] { text-transform: capitalize; letter-spacing: 1px; font-weight: normal !important; }[data-css=\"tve-u-1695d9d6527\"] { text-transform: capitalize; letter-spacing: 1px; font-weight: normal !important; }[data-css=\"tve-u-1695d9d6525\"] { text-transform: capitalize; letter-spacing: 1px; font-weight: normal !important; }#tve_editor [data-css=\"tve-u-1695d9d652a\"] input, #tve_editor [data-css=\"tve-u-1695d9d652a\"] textarea { border-radius: 4px; overflow: hidden; border: 1px solid rgb(237, 240, 243); }#tve_editor [data-css=\"tve-u-1695d9d6528\"] input, #tve_editor [data-css=\"tve-u-1695d9d6528\"] textarea { border-radius: 4px; overflow: hidden; border: 1px solid rgb(237, 240, 243); }#tve_editor [data-css=\"tve-u-1695d9d6526\"] input, #tve_editor [data-css=\"tve-u-1695d9d6526\"] textarea { border-radius: 4px; overflow: hidden; border: 1px solid rgb(237, 240, 243); }[data-css=\"tve-u-1695dd04208\"] { border-radius: 11px; overflow: hidden; margin-bottom: 10px !important; }#tve_editor [data-css=\"tve-u-1695dd27f6a\"] button { border-radius: 8px; border-color: rgb(131, 148, 139); font-family: \"Special Elite\"; text-transform: uppercase; font-size: 17px; background-image: none !important; background-color: rgb(143, 2, 32) !important; padding: 10px !important; font-weight: 400 !important; }#tve_editor [data-css=\"tve-u-1695dd27f6a\"]:hover button { background-color: rgb(75, 105, 89) !important; border-color: rgb(1, 2, 2) rgb(0, 0, 0) rgb(1, 2, 2) rgb(1, 2, 2) !important; }#tve_editor [data-css=\"tve-u-1695dd27f6a\"] { max-width: 30%; width: 30%; }[data-css=\"tve-u-1695dd27f6a\"] { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1695dd484d7\"] { border-radius: 11px; overflow: hidden; margin-bottom: 10px !important; }#tve_editor .thrv-content-box [data-css=\"tve-u-1621ee37f4a\"] p, #tve_editor .thrv-content-box [data-css=\"tve-u-1621ee37f4a\"] li, #tve_editor .thrv-content-box [data-css=\"tve-u-1621ee37f4a\"] blockquote, #tve_editor .thrv-content-box [data-css=\"tve-u-1621ee37f4a\"] address, #tve_editor .thrv-content-box [data-css=\"tve-u-1621ee37f4a\"] .tcb-plain-text, #tve_editor .thrv-content-box [data-css=\"tve-u-1621ee37f4a\"] label, #tve_editor .thrv-content-box [data-css=\"tve-u-1621ee37f4a\"] h1, #tve_editor .thrv-content-box [data-css=\"tve-u-1621ee37f4a\"] h2, #tve_editor .thrv-content-box [data-css=\"tve-u-1621ee37f4a\"] h3, #tve_editor .thrv-content-box [data-css=\"tve-u-1621ee37f4a\"] h4, #tve_editor .thrv-content-box [data-css=\"tve-u-1621ee37f4a\"] h5, #tve_editor .thrv-content-box [data-css=\"tve-u-1621ee37f4a\"] h6 { color: rgb(255, 255, 255); }#tve_editor [data-css=\"tve-u-1695d9d6526\"] input, #tve_editor [data-css=\"tve-u-1695d9d6526\"] input::placeholder, #tve_editor [data-css=\"tve-u-1695d9d6526\"] textarea, #tve_editor [data-css=\"tve-u-1695d9d6526\"] textarea::placeholder { color: rgb(0, 0, 0); }#tve_editor [data-css=\"tve-u-1695d9d6528\"] input, #tve_editor [data-css=\"tve-u-1695d9d6528\"] input::placeholder, #tve_editor [data-css=\"tve-u-1695d9d6528\"] textarea, #tve_editor [data-css=\"tve-u-1695d9d6528\"] textarea::placeholder { color: rgb(0, 0, 0); }#tve_editor [data-css=\"tve-u-1695d9d652a\"] input, #tve_editor [data-css=\"tve-u-1695d9d652a\"] input::placeholder, #tve_editor [data-css=\"tve-u-1695d9d652a\"] textarea, #tve_editor [data-css=\"tve-u-1695d9d652a\"] textarea::placeholder { color: rgb(0, 0, 0); }[data-css=\"tve-u-1695a36117b\"] { line-height: 1.35em !important; }[data-css=\"tve-u-16413112747\"] { line-height: 1.35em !important; }[data-css=\"tve-u-1695a36117b\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-16413112747\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-1621f0cbe40\"] > .tcb-flex-col > .tcb-col { justify-content: center; }#tve_editor [data-css=\"tve-u-1621f0b0088\"] p, #tve_editor [data-css=\"tve-u-1621f0b0088\"] li, #tve_editor [data-css=\"tve-u-1621f0b0088\"] blockquote, #tve_editor [data-css=\"tve-u-1621f0b0088\"] address, #tve_editor [data-css=\"tve-u-1621f0b0088\"] .tcb-plain-text, #tve_editor [data-css=\"tve-u-1621f0b0088\"] label, #tve_editor [data-css=\"tve-u-1621f0b0088\"] h1, #tve_editor [data-css=\"tve-u-1621f0b0088\"] h2, #tve_editor [data-css=\"tve-u-1621f0b0088\"] h3, #tve_editor [data-css=\"tve-u-1621f0b0088\"] h4, #tve_editor [data-css=\"tve-u-1621f0b0088\"] h5, #tve_editor [data-css=\"tve-u-1621f0b0088\"] h6 { color: rgb(255, 255, 255); }[data-css=\"tve-u-1621f0b0088\"] p { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-1621f0b0088\"] h3 { margin: 0px !important; padding: 0px !important; }#tve_editor [data-css=\"tve-u-1621f0d2c1a\"] p, #tve_editor [data-css=\"tve-u-1621f0d2c1a\"] li, #tve_editor [data-css=\"tve-u-1621f0d2c1a\"] blockquote, #tve_editor [data-css=\"tve-u-1621f0d2c1a\"] address, #tve_editor [data-css=\"tve-u-1621f0d2c1a\"] .tcb-plain-text, #tve_editor [data-css=\"tve-u-1621f0d2c1a\"] label, #tve_editor [data-css=\"tve-u-1621f0d2c1a\"] h1, #tve_editor [data-css=\"tve-u-1621f0d2c1a\"] h2, #tve_editor [data-css=\"tve-u-1621f0d2c1a\"] h3, #tve_editor [data-css=\"tve-u-1621f0d2c1a\"] h4, #tve_editor [data-css=\"tve-u-1621f0d2c1a\"] h5, #tve_editor [data-css=\"tve-u-1621f0d2c1a\"] h6 { color: rgb(255, 255, 255); }#tve_editor [data-css=\"tve-u-1695e7e070d\"] { color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_5402f616 > a { font-family: Montserrat; font-weight: 400; fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; font-size: 13px !important; }#tve_editor [data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_13475a66 > a { font-family: Montserrat; font-weight: 400; fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; font-size: 13px !important; }#tve_editor [data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_a19cc162 > a { font-family: Montserrat; font-weight: 400; fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; font-size: 13px !important; }#tve_editor [data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_hgZvKxml > a { font-family: Montserrat; font-weight: 400; fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; font-size: 13px !important; }[data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_5402f616 { text-transform: uppercase; border-bottom: 1px solid rgba(84, 84, 98, 0); border-top: none; border-right: none; border-left: none; border-image: initial; margin-right: 30px !important; padding: 10px 9px !important; margin-left: 30px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_13475a66 { text-transform: uppercase; border-bottom: 1px solid rgba(84, 84, 98, 0); border-top: none; border-right: none; border-left: none; border-image: initial; margin-right: 30px !important; padding: 10px 9px !important; margin-left: 30px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_a19cc162 { text-transform: uppercase; border-bottom: 1px solid rgba(84, 84, 98, 0); border-top: none; border-right: none; border-left: none; border-image: initial; margin-right: 30px !important; padding: 10px 9px !important; margin-left: 30px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_hgZvKxml { text-transform: uppercase; border-bottom: 1px solid rgba(84, 84, 98, 0); border-top: none; border-right: none; border-left: none; border-image: initial; margin-right: 30px !important; padding: 10px 9px !important; margin-left: 30px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_5402f616 > a { font-weight: 500 !important; text-decoration: none !important; }[data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_13475a66 > a { font-weight: 500 !important; text-decoration: none !important; }[data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_a19cc162 > a { font-weight: 500 !important; text-decoration: none !important; }[data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_hgZvKxml > a { font-weight: 500 !important; text-decoration: none !important; }[data-css=\"tve-u-1695e821f4c\"] { border-bottom: 1px solid rgb(200, 233, 248); max-width: 1080px; padding: 0px !important; }#tve_editor [data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_5402f616:hover { border-bottom: 1px solid rgb(55, 179, 233) !important; }#tve_editor [data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_13475a66:hover { border-bottom: 1px solid rgb(55, 179, 233) !important; }#tve_editor [data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_a19cc162:hover { border-bottom: 1px solid rgb(55, 179, 233) !important; }#tve_editor [data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_hgZvKxml:hover { border-bottom: 1px solid rgb(55, 179, 233) !important; }[data-css=\"tve-u-1695e826914\"] { max-width: 23.9%; }[data-css=\"tve-u-1695e826ae0\"] { max-width: 42.8%; }[data-css=\"tve-u-1695e826b67\"] { max-width: 33.3109%; }[data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_5402f616.menu-item { margin-right: 0px; }[data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_13475a66.menu-item { margin-right: 0px; }[data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_a19cc162.menu-item { margin-right: 0px; }[data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_hgZvKxml.menu-item { margin-right: 0px; }}@media (max-width: 1023px){[data-css=\"tve-u-1621ebfa746\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621eb037bb\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621ec78d2c\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621ec6c39b\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621b064668\"] { max-width: 49%; }[data-css=\"tve-u-1621b064646\"] { max-width: 51%; }[data-css=\"tve-u-1621b3c74d9\"] { max-width: 100%; }[data-css=\"tve-u-1621f0b0088\"] { min-height: 100px !important; }[data-css=\"tve-u-1621ee3afec\"] > .tve-cb { display: block; }[data-css=\"tve-u-1621e7ceab3\"] > .tve-cb { display: block; }[data-css=\"tve-u-1621ea50702\"] { float: none; width: 100%; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621ae4fd21\"] > .tve-cb { display: block; }[data-css=\"tve-u-162717cb60f\"] { margin-bottom: 30px !important; margin-top: -25px !important; }[data-css=\"tve-u-162717cb610\"] { margin-bottom: 30px !important; margin-top: -10px !important; }[data-css=\"tve-u-16223dad661\"] { padding-top: 20px !important; }[data-css=\"tve-u-1641367127b\"] { float: none; font-size: 50px; width: 50px; height: 50px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1641367e553\"] { float: none; font-size: 50px; width: 50px; height: 50px; margin: -44px auto 40px !important; padding-right: 12px !important; }[data-css=\"tve-u-1621e7b695a\"] { margin-bottom: 50px !important; }[data-css=\"tve-u-1621ee37f4a\"] { min-height: 262px; }[data-css=\"tve-u-1621ada1e7f\"] { padding: 50px 30px 50px 0px !important; }[data-css=\"tve-u-1621b072b4e\"] { max-width: 100%; }[data-css=\"tve-u-1621a2247ba\"] { margin-bottom: 60px !important; }[data-css=\"tve-u-16229f6175c\"] { margin-top: 0px !important; }[data-css=\"tve-u-162717cb60b\"] { height: calc(100% - -85px); margin-top: -85px !important; }[data-css=\"tve-u-162717cb617\"] .tcb-flex-col { flex-basis: 560px !important; }#tcb_landing_page h5 { line-height: 1.3em; }#tcb_landing_page h6 { line-height: 1.4em; }#tcb_landing_page p, #tcb_landing_page li { line-height: 1.5em; }[data-css=\"tve-u-1628a146aef\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1628a12f675\"] { margin-bottom: 40px !important; }[data-css=\"tve-u-1628a10d3b4\"] { margin-bottom: 40px !important; }[data-css=\"tve-u-162718bd0c0\"] { clip-path: url(\"#clip-tablet-top-a3b25e1c9221a\"); -webkit-clip-path: url(\"#clip-tablet-top-a3b25e1c9221a\");  background-color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-162717cb621\"] { z-index: 6; padding-top: 60px !important; margin-top: -90px !important; }[data-css=\"tve-u-162718a3b40\"] { max-width: 100%; min-height: 1px !important; }[data-css=\"tve-u-16271adf6cf\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-162493d5f13\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-162717fcf9d\"] { margin-top: -40px !important; padding-top: 90px !important; padding-left: 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-16260d3f4af\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16260d3f4aa\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1621fb65556\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1621fb68b97\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16260d8396c\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16260d8392c\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16260d39b83\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-16260c5ff07\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-16260ba2fa4\"] { padding: 50px 40px !important; }[data-css=\"tve-u-16260be7104\"] { max-width: 100%; }[data-css=\"tve-u-1621ebbbb6d\"] { margin-top: -1px !important; }[data-css=\"tve-u-1621eaaedd8\"] { clip-path: url(\"#clip-tablet-bottom-a2b9cf3198d6f\"); -webkit-clip-path: url(\"#clip-tablet-bottom-a2b9cf3198d6f\");  }[data-css=\"tve-u-1621e7e9950\"] { margin-top: -1px !important; }[data-css=\"tve-u-16229fa8c68\"] { padding: 0px 20px 20px !important; }[data-css=\"tve-u-1622f65ba70\"] { padding: 0px 20px 20px !important; }[data-css=\"tve-u-16249373b25\"] { padding-left: 20px !important; padding-right: 20px !important; padding-bottom: 20px !important; }[data-css=\"tve-u-162493b6b63\"] { padding-left: 20px !important; padding-bottom: 20px !important; padding-right: 20px !important; }[data-css=\"tve-u-16249367114\"] { margin-top: 20px !important; }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-1624935a201\"] { line-height: 1.3em !important; }[data-css=\"tve-u-16249358652\"] { line-height: 1.3em !important; }[data-css=\"tve-u-16249355087\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1625389b4ed\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1625389a3d5\"] { line-height: 1.3em !important; }[data-css=\"tve-u-16248fc42a1\"] { line-height: 1.3em !important; }[data-css=\"tve-u-162493a03b0\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-162493a03b0\"] .tcb-flex-col { flex-basis: 145px !important; }[data-css=\"tve-u-1622a159bcb\"] { float: none; max-width: 85%; margin: 0px auto !important; padding-top: 0px !important; }[data-css=\"tve-u-16229fa6a26\"] { margin-bottom: 20px !important; padding: 0px 20px 20px !important; }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16229ffbb7b\"] { min-height: inherit; margin-left: -20px; }[data-css=\"tve-u-1621ad46076\"] { margin-bottom: 0px !important; margin-top: 0px !important; padding: 50px 40px !important; }#tve_editor [data-css=\"tve-u-1621b028939\"] .tcb-button-link { font-size: 18px; }[data-css=\"tve-u-16223f02c16\"] { min-height: 54px; }[data-css=\"tve-u-1621b01355a\"] { max-width: 304px; padding: 2px !important; }[data-css=\"tve-u-1620af7eb3f\"] { float: none; z-index: 3; position: relative; display: block; max-width: 300px; width: 300px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621afda4fa\"] { max-width: 100%; margin-bottom: 30px !important; }[data-css=\"tve-u-16224716d62\"]::after { clear: both; }[data-css=\"tve-u-1621f0aa8f7\"] { margin-top: 0px !important; }[data-css=\"tve-u-1621e7e6c1d\"] { min-height: 150px; }[data-css=\"tve-u-1621e7edfd9\"] { clip-path: url(\"#clip-tablet-bottom-10ffac3b28f1d\"); -webkit-clip-path: url(\"#clip-tablet-bottom-10ffac3b28f1d\");  }[data-css=\"tve-u-1621ebf340c\"] { float: none; width: 100%; padding: 0px !important; margin-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621e7d5094\"] { min-height: 455px; }[data-css=\"tve-u-1621adea58b\"] > .tcb-flex-col > .tcb-col { justify-content: center; }[data-css=\"tve-u-16223dad661\"]::after { clear: both; }[data-css=\"tve-u-1621e8107f3\"] { float: none; margin-left: auto !important; margin-right: auto !important; margin-bottom: 20px !important; }[data-css=\"tve-u-16223b080b0\"] { float: none; margin-left: auto !important; margin-right: auto !important; margin-top: -1px !important; }[data-css=\"tve-u-1621eb3eb9f\"] { clip-path: url(\"#clip-tablet-bottom-ac98bb0e54b3b\"); -webkit-clip-path: url(\"#clip-tablet-bottom-ac98bb0e54b3b\");  }[data-css=\"tve-u-1621fe78878\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1621fe78878\"] { min-height: inherit; }#tve_editor [data-css=\"tve-u-1621e92e97f\"] { font-size: 22px !important; }#tve_editor [data-css=\"tve-u-1621e942b65\"] { letter-spacing: 0px; font-size: 1.5em !important; }#tve_editor [data-css=\"tve-u-1621fe1bd18\"] { letter-spacing: 0px; font-size: 1.5em !important; }#tve_editor [data-css=\"tve-u-1621fe1a1af\"] { font-size: 22px !important; }#tve_editor [data-css=\"tve-u-1621fe1725e\"] { letter-spacing: 0px; font-size: 1.5em !important; }#tve_editor [data-css=\"tve-u-1621fe1587d\"] { font-size: 22px !important; }[data-css=\"tve-u-1621ef118dc\"] { position: relative; top: 0px; left: 0px; width: 51%; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621ee3afec\"] { padding: 25px 10px 5px !important; }[data-css=\"tve-u-1621ee63e1c\"] { max-width: none; margin-bottom: 5px !important; }[data-css=\"tve-u-1621ee74a24\"] { top: 0px; right: 0px; font-size: 45px; width: 45px; height: 45px; float: none; padding-left: 0px !important; margin: 0px auto !important; }[data-css=\"tve-u-1621ee18a1c\"] { margin-top: 40px !important; margin-left: 20px !important; margin-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-1621fdcb4ea\"] { letter-spacing: 1px; font-size: 1.5em !important; }[data-css=\"tve-u-1621ec7f21a\"] { min-height: 150px; }[data-css=\"tve-u-1621eacf6af\"] { float: none; max-width: 230px; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621fd9c946\"] { max-width: 380px; float: none; width: 100%; margin: 0px auto !important; padding-left: 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-1621eb81205\"] { margin-top: 0px !important; }[data-css=\"tve-u-1621eb7ccb0\"] { min-height: 455px; }[data-css=\"tve-u-1621fd8766c\"] { min-height: 150px; }[data-css=\"tve-u-1621fd84d7b\"] { min-height: 430px; }[data-css=\"tve-u-1621e7c7aa1\"] .tcb-flex-col { flex-basis: 300px !important; }#tve_editor [data-css=\"tve-u-1621e7a7350\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621e7c899a\"] { float: none; max-width: 100%; margin-left: auto !important; margin-right: auto !important; margin-top: 0px !important; }[data-css=\"tve-u-1621e7c7aa1\"] { margin-left: -20px; flex-direction: row; }[data-css=\"tve-u-1621e7c7aa1\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-1621b3c8c52\"] { padding: 50px 40px !important; }[data-css=\"tve-u-1621fc0ce17\"] { margin-top: 10px !important; margin-bottom: 7px !important; }[data-css=\"tve-u-1621fbcad8c\"] { padding-left: 0px !important; padding-right: 30px !important; }[data-css=\"tve-u-1621fbacc60\"] { max-width: 177px; }[data-css=\"tve-u-1621fb68b97\"] { margin-left: -15px; min-height: inherit; padding: 20px !important; }[data-css=\"tve-u-1621fb68b97\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-1621fb65556\"] { margin-left: -15px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-1621fb65556\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-1621b200375\"] { float: none; max-width: 100%; margin: 0px auto !important; }[data-css=\"tve-u-1621b0e4fb7\"] { max-width: 100%; float: none; z-index: 3; position: relative; margin-right: auto !important; margin-left: auto !important; margin-bottom: 20px !important; }#tve_editor [data-css=\"tve-u-1621b10fccf\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621ae0bec7\"] { background-image: none !important; margin-top: 0px !important; }[data-css=\"tve-u-1621ae6c8da\"] { clip-path: url(\"#clip-tablet-top-aa2c3e3c70555\"); -webkit-clip-path: url(\"#clip-tablet-top-aa2c3e3c70555\");  }[data-css=\"tve-u-1621adba9ef\"] { clip-path: url(\"#clip-tablet-top-52d5a36c151aa\"); -webkit-clip-path: url(\"#clip-tablet-top-52d5a36c151aa\");  }[data-css=\"tve-u-1621ad420c4\"] { max-width: 100%; min-height: 1px !important; }[data-css=\"tve-u-1621f45bed3\"] { padding: 0px !important; }[data-css=\"tve-u-1621ae4fd21\"] { max-width: 100%; left: 0px; top: 0px; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621ae4db6e\"] { min-height: 300px; }#tve_editor [data-css=\"tve-u-1621afd8c98\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621afcc0bf\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621afceb00\"] { max-width: 100%; margin-bottom: 30px !important; }[data-css=\"tve-u-1621a98b602\"] { stroke-dasharray: 534.071, 534.071; }[data-css=\"tve-u-1621a9750ae\"] { font-size: 14.45px !important; line-height: 14.45px !important; }[data-css=\"tve-u-1621a9a2867\"] { font-size: 51px !important; line-height: 51px !important; }[data-css=\"tve-u-1621a9a2866\"] { margin-top: 42.5px !important; }[data-css=\"tve-u-1621a96b190\"] { width: 153px !important; height: 153px !important; top: 8.5px !important; bottom: 8.5px !important; left: 8.5px !important; right: 8.5px !important; }[data-css=\"tve-u-1621a9685d4\"] { stroke-width: 18px !important; }[data-css=\"tve-u-1621a9a2862\"] { width: 170px !important; height: 170px !important; }[data-css=\"tve-u-1621a983587\"] { float: none; border: 20px solid rgba(137, 141, 167, 0.24); margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621a8b2488\"] { float: none; max-width: 100%; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621a8a804b\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1621a8a804b\"] { margin-left: -24px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-1621a8a804b\"] > .tcb-flex-col { padding-left: 24px; }#tve_editor [data-css=\"tve-u-1621a2e0d5b\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621b028939\"] { position: relative; float: left; z-index: 3; display: block; max-width: 300px; width: 300px; margin-top: 15px !important; }[data-css=\"tve-u-1621adea58b\"] { margin-left: -30px; }[data-css=\"tve-u-1621adea58b\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-1621ade6172\"] { max-width: 100%; position: static; }#tve_editor [data-css=\"tve-u-16248fc42a1\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-16249355087\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-16249358652\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-1624935a201\"] { font-size: 18px !important; }[data-css=\"tve-u-1624939a960\"] { margin-bottom: 0px !important; padding-bottom: 20px !important; padding-left: 20px !important; padding-right: 20px !important; }[data-css=\"tve-u-162493a03b0\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-162493a03b0\"] { min-height: inherit; margin-left: -20px; }#tve_editor [data-css=\"tve-u-1625389a3d5\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-1625389b4ed\"] { font-size: 18px !important; }[data-css=\"tve-u-16260c39a7e\"] { float: none; max-width: 100%; margin: 0px auto !important; }[data-css=\"tve-u-16260d3f4aa\"] { margin-left: -15px; min-height: inherit; padding: 20px !important; }[data-css=\"tve-u-16260d3f4aa\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-16260d3f4af\"] { margin-left: -15px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-16260d3f4af\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-16260d8392c\"] { margin-left: -15px; min-height: inherit; padding: 20px !important; }[data-css=\"tve-u-16260d8392c\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-16260d8396c\"] { margin-left: -15px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-16260d8396c\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-16260da3aa7\"] { float: none; max-width: 100%; margin: 0px !important; }[data-css=\"tve-u-162717cb609\"] { max-width: 100%; min-height: 1px !important; }[data-css=\"tve-u-162717cb60a\"] { padding: 0px !important; }[data-css=\"tve-u-162717cb618\"] { float: none; max-width: 100%; margin-top: 60px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-162717cb620\"] { clip-path: url(\"#clip-tablet-bottom-c883ac5175045\"); -webkit-clip-path: url(\"#clip-tablet-bottom-c883ac5175045\");  background-attachment: scroll, fixed !important; background-image: linear-gradient(rgba(0, 0, 0, 0.46), rgba(0, 0, 0, 0.46)), url(\"https://bestcerakoteflorida.com/wp-content/uploads/2018/05/FTYS6743.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-162717d1bbf\"] { margin-left: 0px; padding: 25px 25px 0px !important; }[data-css=\"tve-u-162717d1bbf\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-162717d1bb7\"] { max-width: 51.3%; }[data-css=\"tve-u-162717d1bb9\"] { max-width: 15.3%; }[data-css=\"tve-u-162717d1bb6\"] { padding-left: 0px !important; }[data-css=\"tve-u-162717d1bbc\"] { border-left: none; border-right: none; padding-left: 30px !important; padding-bottom: 10px !important; }[data-css=\"tve-u-162717d1bbe\"] { max-width: 100%; margin-left: 0px !important; margin-right: 30px !important; }[data-css=\"tve-u-164179bced9\"] { border-right: none; padding-left: 30px !important; padding-right: 0px !important; }[data-css=\"tve-u-16417b62c09\"] { max-width: 177px; }[data-css=\"tve-u-16417b662bf\"] { max-width: 177px; }[data-css=\"tve-u-16417e5bd95\"] { font-size: 14px; width: 14px; height: 14px; margin-bottom: -14px !important; margin-left: 0px !important; }[data-css=\"tve-u-1641c1b33f9\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-1641c1b456a\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-1641c1b52d3\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-1641c1b60b4\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-16959822de2\"] { margin-right: 1px !important; padding-right: 10px !important; padding-top: 10px !important; }[data-css=\"tve-u-16959cd1e7a\"] { margin-top: 60px !important; margin-bottom: 10px !important; }[data-css=\"tve-u-1695a3002e2\"] { margin-top: 15px !important; }[data-css=\"tve-u-1695d995f33\"] { margin-top: 40px !important; margin-left: 20px !important; margin-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-1695dd27f6a\"] { max-width: 60%; width: 60%; }[data-css=\"tve-u-16413112747\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1621f0d2c1a\"] { max-width: 50%; margin-left: auto !important; margin-right: auto !important; float: none; }#tve_editor [data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_5402f616 > a { fill: rgb(0, 0, 0) !important; color: rgb(0, 0, 0) !important; font-family: Merriweather; font-weight: 500; }#tve_editor [data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_13475a66 > a { fill: rgb(0, 0, 0) !important; color: rgb(0, 0, 0) !important; font-family: Merriweather; font-weight: 500; }#tve_editor [data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_a19cc162 > a { fill: rgb(0, 0, 0) !important; color: rgb(0, 0, 0) !important; font-family: Merriweather; font-weight: 500; }#tve_editor [data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_hgZvKxml > a { fill: rgb(0, 0, 0) !important; color: rgb(0, 0, 0) !important; font-family: Merriweather; font-weight: 500; }[data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_5402f616 > a { font-weight: 700 !important; }[data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_13475a66 > a { font-weight: 700 !important; }[data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_a19cc162 > a { font-weight: 700 !important; }[data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_hgZvKxml > a { font-weight: 700 !important; }#tve_editor [data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_5402f616 strong { font-weight: 700; }#tve_editor [data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_13475a66 strong { font-weight: 700; }#tve_editor [data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_a19cc162 strong { font-weight: 700; }#tve_editor [data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_hgZvKxml strong { font-weight: 700; }[data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_5402f616 { background-color: transparent; border-bottom: 1px solid rgb(0, 0, 0); }[data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_13475a66 { background-color: transparent; border-bottom: 1px solid rgb(0, 0, 0); }[data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_a19cc162 { background-color: transparent; border-bottom: 1px solid rgb(0, 0, 0); }[data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_hgZvKxml { background-color: transparent; border-bottom: 1px solid rgb(0, 0, 0); }[data-css=\"tve-u-1695e821f4c\"] .tve_w_menu { background-color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1695e821f4c\"] .tcb-icon-open > :first-child { color: rgb(255, 255, 255); }[data-css=\"tve-u-1695e821f4c\"] { border-bottom: none; }}@media (max-width: 767px){[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-16417e9d24e\"]::after { clear: both; }[data-css=\"tve-u-16417b70f47\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 0px !important; }[data-css=\"tve-u-1621e819c52\"] { min-height: 100px; }[data-css=\"tve-u-1621e8107f3\"] { max-width: 100px; }[data-css=\"tve-u-1621fd8766c\"] { min-height: 144px; }[data-css=\"tve-u-1621ec79a7d\"] { min-height: 100px; }[data-css=\"tve-u-1621ec78d2c\"] { max-width: 100px; }[data-css=\"tve-u-1621ec7f21a\"] { min-height: 144px; }[data-css=\"tve-u-1621e7e6c1d\"] { min-height: 144px; }[data-css=\"tve-u-16417b4cb9e\"] { padding-bottom: 30px !important; }[data-css=\"tve-u-1621ec752da\"] { min-height: 100px; }[data-css=\"tve-u-1621ec6c39b\"] { max-width: 100px; }[data-css=\"tve-u-1621fd84d7b\"] { min-height: 430px; }[data-css=\"tve-u-1621e7c7aa1\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16223dad661\"] { padding-top: 0px !important; }[data-css=\"tve-u-1621b3c74d9\"] { max-width: 100%; }[data-css=\"tve-u-1621eb81205\"] { max-width: 100%; margin-bottom: 20px !important; }[data-css=\"tve-u-1621e7ceab3\"] { max-width: 100%; margin-bottom: 20px !important; }[data-css=\"tve-u-1621f0b0088\"] { min-height: 120px !important; }[data-css=\"tve-u-1621f0da775\"] { float: none; width: 100%; max-width: 280px; margin: 0px auto 20px !important; }[data-css=\"tve-u-1621ee37f4a\"] { min-height: 260px; }[data-css=\"tve-u-1621ee3afec\"] > .tve-cb { display: flex; justify-content: center; flex-direction: column; }[data-css=\"tve-u-1621ee63e1c\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1641367127b\"] { font-size: 30px; width: 30px; height: 30px; }[data-css=\"tve-u-1641367e553\"] { float: none; font-size: 30px; width: 30px; height: 30px; margin: -30px auto 30px !important; padding-right: 10px !important; }[data-css=\"tve-u-1621ada1e7f\"] { padding: 0px !important; }[data-css=\"tve-u-162717cb617\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-162717cb617\"] { min-height: inherit; }[data-css=\"tve-u-16229fa6a26\"] { height: calc(100% - 21px); margin-bottom: 0px !important; margin-top: 21px !important; }[data-css=\"tve-u-1624939a960\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-162493a03b0\"] .tcb-flex-col { flex-basis: 400px !important; }[data-css=\"tve-u-1621a2247ba\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-162717cb60f\"] { margin-bottom: 25px !important; }[data-css=\"tve-u-162717d1bbf\"] .tcb-flex-col { flex-basis: 225px !important; }[data-css=\"tve-u-1621ee3afec\"] { max-width: 100%; padding: 10px !important; position: static !important; }#tve_editor [data-css=\"tve-u-1641333d7d1\"] { font-size: 14px !important; }[data-css=\"tve-u-162717cb60b\"] { margin-top: 0px !important; }[data-css=\"tve-u-162717cb621\"] { z-index: 2; padding-left: 20px !important; padding-right: 20px !important; margin-top: -160px !important; padding-top: 35px !important; }[data-css=\"tve-u-162717cb617\"] .tcb-flex-col { flex-basis: 435px !important; }[data-css=\"tve-u-16369305186\"] { float: none; width: 100%; max-width: 279px; z-index: 3; position: relative; margin: 0px auto !important; }#tcb_landing_page h6 { line-height: 1.4em; }#tcb_landing_page h5 { line-height: 1.3em; }#tcb_landing_page p, #tcb_landing_page li { font-size: 14px; }#tcb_landing_page h2 { font-size: 28px; }#tcb_landing_page h1 { font-size: 35px; }[data-css=\"tve-u-16260ba2fa4\"] { padding-bottom: 40px !important; padding-left: 20px !important; padding-right: 20px !important; }[data-css=\"tve-u-1628a10d3b4\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-1628a12f675\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-162717cb610\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-16271bfe70c\"] { padding: 0px !important; }[data-css=\"tve-u-162717fcf9d\"] { z-index: 1; border: none; margin-top: 0px !important; padding-top: 75px !important; padding-left: 20px !important; padding-right: 20px !important; }[data-css=\"tve-u-162718bd0c0\"] { clip-path: url(\"#clip-mobile-top-a3b25e1c9221a\"); -webkit-clip-path: url(\"#clip-mobile-top-a3b25e1c9221a\");  }[data-css=\"tve-u-1621eb3eb9f\"] { clip-path: url(\"#clip-mobile-bottom-ac98bb0e54b3b\"); -webkit-clip-path: url(\"#clip-mobile-bottom-ac98bb0e54b3b\");  }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col > .tcb-col { min-height: 155px; }[data-css=\"tve-u-16229ffbb7b\"] { min-height: inherit; margin-left: 0px; }[data-css=\"tve-u-16229fa8c68\"] { height: calc(100% - 28px); margin-bottom: 0px !important; margin-top: 20px !important; }[data-css=\"tve-u-1622f65ba70\"] { height: calc(100% - 20px); margin-bottom: 0px !important; margin-top: 20px !important; }[data-css=\"tve-u-16229f6175c\"] { margin-top: 0px !important; }[data-css=\"tve-u-1622a159bcb\"] { float: none; max-width: 100%; margin-left: auto !important; margin-right: auto !important; padding-top: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-16229ae62a7\"] { border-right: none; }#tve_editor [data-css=\"tve-u-16228c764b2\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-16228c75500\"] { font-size: 18px !important; }[data-css=\"tve-u-1621fb65556\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-1621a983587\"] { border: 20px solid rgba(137, 141, 167, 0.32); }[data-css=\"tve-u-1621ee74a24\"] { float: none; margin-left: auto !important; margin-right: auto !important; margin-bottom: 10px !important; }[data-css=\"tve-u-1621afda4fa\"] { max-width: 100%; margin-bottom: 20px !important; }[data-css=\"tve-u-16223f02c16\"] { min-height: 54px; }[data-css=\"tve-u-1621f0aa8f7\"] { margin-top: 0px !important; }#tve_editor [data-css=\"tve-u-1622444fb11\"] { letter-spacing: 0px; }[data-css=\"tve-u-16224439be1\"] { padding: 0px !important; }[data-css=\"tve-u-1621fb68b97\"] { padding: 0px !important; }[data-css=\"tve-u-1621afceb00\"] { max-width: 100%; margin-bottom: 30px !important; }[data-css=\"tve-u-1621b0e4fb7\"] { float: none; margin-right: auto !important; margin-bottom: 30px !important; padding-left: 0px !important; margin-left: auto !important; }[data-css=\"tve-u-1621ebf340c\"] { padding-bottom: 40px !important; }[data-css=\"tve-u-1621ea50702\"] { float: none; width: 100%; padding: 0px !important; margin-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621e7d5094\"] { min-height: 430px; }[data-css=\"tve-u-1621eb7ccb0\"] { min-height: 430px; }[data-css=\"tve-u-1621ee03000\"] { flex-direction: column; }[data-css=\"tve-u-16223fe5f5b\"] { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621f0d2c1a\"] { margin-left: 25px !important; margin-right: 25px !important; }[data-css=\"tve-u-1621ee18a1c\"] { margin: 0px 20px 20px 0px !important; }[data-css=\"tve-u-1621ef118dc\"] { top: 0px; width: 154px; position: relative; float: none; z-index: 5; left: 0px; margin: 5px auto 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-1621fd9c946\"] { max-width: 100%; margin-top: 0px !important; margin-left: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-16223fc9f23\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-1621e7c899a\"] { max-width: none; float: none; margin-top: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621b3c8c52\"] { padding: 40px 20px !important; }[data-css=\"tve-u-1621fbcad8c\"] { padding: 20px !important; }[data-css=\"tve-u-1621fb65556\"] { margin-left: 0px; padding: 0px !important; }[data-css=\"tve-u-1621fbacc60\"] { max-width: 126px; float: none; margin-left: auto !important; margin-right: auto !important; margin-top: 20px !important; }[data-css=\"tve-u-1621b200375\"] { float: none; margin-top: 0px !important; margin-left: auto !important; margin-right: auto !important; }#tve_editor [data-css=\"tve-u-1621b10fccf\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621b028939\"] { display: block; max-width: 100%; width: 100%; float: none; min-width: 100%; margin-left: auto !important; margin-right: auto !important; margin-top: 0px !important; }[data-css=\"tve-u-1621ae4db6e\"] { min-height: 270px; }[data-css=\"tve-u-1621ae6c8da\"] { clip-path: url(\"#clip-mobile-top-aa2c3e3c70555\"); -webkit-clip-path: url(\"#clip-mobile-top-aa2c3e3c70555\");  }[data-css=\"tve-u-1621adba9ef\"] { clip-path: url(\"#clip-mobile-top-52d5a36c151aa\"); -webkit-clip-path: url(\"#clip-mobile-top-52d5a36c151aa\");  }[data-css=\"tve-u-16223f02c16\"]::after { clear: both; }[data-css=\"tve-u-1621b01355a\"] { max-width: 100%; float: none; margin-left: auto !important; margin-right: auto !important; margin-bottom: 15px !important; }[data-css=\"tve-u-1620af7eb3f\"] { float: none; display: block; max-width: 100%; width: 100%; min-width: 100%; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621ae0bec7\"]::after { clear: both; }[data-css=\"tve-u-1621f45bed3\"] { padding: 40px 20px 0px !important; }[data-css=\"tve-u-1621ad46076\"] { margin: 0px !important; padding: 30px 20px !important; }[data-css=\"tve-u-1621adea58b\"] { flex-flow: row-reverse wrap-reverse !important; }[data-css=\"tve-u-1621ae4fd21\"] { margin-top: 0px !important; position: static !important; }[data-css=\"tve-u-1621a8b2488\"] { float: none; max-width: 100%; margin-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621a8a804b\"] { padding-left: 0px !important; padding-right: 0px !important; }#tve_editor [data-css=\"tve-u-1621a2e0d5b\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621e7c7aa1\"] { flex-direction: column; min-height: inherit; }[data-css=\"tve-u-16249367114\"] { margin-top: 0px !important; }[data-css=\"tve-u-16249373b25\"] { height: calc(100% - 20px); margin-bottom: 0px !important; background-image: linear-gradient(rgb(248, 249, 251), rgb(248, 249, 251)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; margin-top: 20px !important; }[data-css=\"tve-u-162493a03b0\"] > .tcb-flex-col > .tcb-col { min-height: 155px; }[data-css=\"tve-u-162493a03b0\"] { min-height: inherit; }[data-css=\"tve-u-162493b6b63\"] { height: calc(100% - 20px); margin-bottom: 0px !important; margin-top: 20px !important; }[data-css=\"tve-u-16260c39a7e\"] { float: none; margin-top: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-16260d3f4aa\"] { padding: 0px !important; }[data-css=\"tve-u-16260d3f4af\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-16260d3f4af\"] { margin-left: 0px; padding: 0px !important; }[data-css=\"tve-u-16260d8392c\"] { padding: 0px !important; }[data-css=\"tve-u-16260d8396c\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-16260d8396c\"] { margin-left: 0px; padding: 0px !important; }[data-css=\"tve-u-16260da3aa7\"] { float: none; margin-top: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-162717cb618\"] { margin: 140px 0px 0px !important; }[data-css=\"tve-u-162717cb620\"] { clip-path: url(\"#clip-mobile-bottom-c883ac5175045\"); -webkit-clip-path: url(\"#clip-mobile-bottom-c883ac5175045\");  opacity: 1; filter: grayscale(0%) blur(0px); background-image: linear-gradient(rgba(0, 0, 0, 0.51), rgba(0, 0, 0, 0.51)), url(\"https://bestcerakoteflorida.com/wp-content/uploads/2018/05/FTYS6743.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-162717cb60a\"] { padding: 0px !important; }#tve_editor [data-css=\"tve-u-162717cb616\"] { font-size: 27px !important; }[data-css=\"tve-u-162717d1bbf\"] > .tcb-flex-col { padding-left: 18px; }[data-css=\"tve-u-162717d1bbf\"] { margin-left: -18px; padding: 10px !important; flex-flow: row wrap !important; }[data-css=\"tve-u-162717d1bbe\"] { border-bottom: 1px solid rgba(255, 255, 255, 0.2); border-right: none; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-162717d1bbc\"] { border: none; padding-left: 0px !important; padding-right: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-162717d1bb6\"] { border: none; padding-top: 0px !important; padding-left: 0px !important; margin-bottom: 1px !important; margin-top: -5px !important; padding-bottom: 10px !important; }[data-css=\"tve-u-164179a84b8\"] { float: none; width: 100%; max-width: 155px; z-index: 3; position: relative; margin-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-164179bced9\"] { border-right: none; position: relative; max-width: 250px; float: none; padding-left: 0px !important; padding-right: 0px !important; margin-top: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-16417b62c09\"] { max-width: 126px; float: none; margin-left: auto !important; margin-right: auto !important; margin-top: 20px !important; }[data-css=\"tve-u-16417b662bf\"] { max-width: 126px; float: none; margin-left: auto !important; margin-right: auto !important; margin-top: 20px !important; }[data-css=\"tve-u-16417e5bd95\"] { margin: 3px 10px 0px 0px !important; }#tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] p, #tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] li, #tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] blockquote, #tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] address, #tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] .tcb-plain-text, #tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] label { font-size: 18px; }[data-css=\"tve-u-16959822de2\"] { float: none; padding-top: 10px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621ee58e74\"] { border-right: none !important; }[data-css=\"tve-u-1695d995f33\"] { margin: 0px 20px 20px 0px !important; }#tve_editor [data-css=\"tve-u-1695e821f4c\"] .tcb-icon-open > :first-child { color: rgb(255, 255, 255); }[data-css=\"tve-u-1695e821f4c\"] .tcb-icon-open { font-size: 25px !important; width: 25px !important; height: 25px !important; }}'),(7452,605,'tve_revision_tve_user_custom_css',''),(7453,605,'tve_revision_tve_page_events','a:0:{}'),(7454,605,'tve_revision_tve_globals','a:2:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";s:8:\"font_cls\";a:0:{}}'),(7455,605,'tve_revision_tve_global_scripts',''),(7456,605,'tve_revision_thrive_icon_pack','0'),(7457,605,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(7458,605,'tve_revision_tve_has_masonry','0'),(7459,605,'tve_revision_tve_has_typefocus','0'),(7460,605,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-162717d1bbe\" wfd-id=\"492\"><div class=\"tcb-flex-row tcb-medium-no-wrap v-2 tcb--cols--3 m-edit tcb-mobile-wrap tcb-resized\" data-css=\"tve-u-162717d1bbf\" wfd-id=\"493\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1695981e7bb\" wfd-id=\"510\"><div class=\"tcb-col\" data-css=\"tve-u-16959846d3d\" wfd-id=\"512\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16959822de2\" wfd-id=\"513\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"514\"><img class=\"tve_image wp-image-465\" alt=\"\" width=\"384\" height=\"62\" title=\"Blackhawk_custom_header\" data-id=\"465\" src=\"https://bestcerakoteflorida.com/wp-content/uploads/2019/01/Blackhawk_custom_header.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717d1bb9\" style=\"\" wfd-id=\"503\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717d1bb6\" wfd-id=\"505\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-164179a84b8\" wfd-id=\"506\">\n<div class=\"tve-content-box-background\" wfd-id=\"509\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"507\"><div class=\"tcb-clear\" wfd-id=\"508\"></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717d1bb7\" style=\"\" wfd-id=\"494\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717d1bbc\" wfd-id=\"496\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16369305186\" wfd-id=\"497\">\n<div class=\"tve-content-box-background\" wfd-id=\"502\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16417e9d24e\" wfd-id=\"498\"><div class=\"tcb-clear\" wfd-id=\"500\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-16417e5bd95\" data-float=\"1\" wfd-id=\"501\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-envelope-regular\" data-name=\"\">\n            <path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path>\n        </svg></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-164179bced9\" wfd-id=\"499\"><p data-css=\"tve-u-1641333d7d1\"><a href=\"mailto:info@bestcerkoteflorida.com\" target=\"_blank\">info@bestcerakoteflorida.com</a></p></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-162717cb621\" data-value-type=\"percent\" wfd-id=\"465\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-162717cb620\" data-clip-id=\"c883ac5175045\" wfd-id=\"491\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-c883ac5175045\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"4\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9301, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-c883ac5175045\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9476, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-c883ac5175045\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9651, 1 1, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-162717cb609\" wfd-id=\"466\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-162717cb618\" wfd-id=\"467\"><div class=\"tcb-flex-row tcb-medium-wrap tcb-resized v-2 tcb--cols--2\" data-css=\"tve-u-162717cb617\" wfd-id=\"468\"><div class=\"tcb-flex-col\" data-css=\"tve-u-162717cb601\" style=\"\" wfd-id=\"482\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717cb60a\" wfd-id=\"484\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h1\" data-css=\"tve-u-162717cb610\" wfd-id=\"488\"><h1 data-css=\"tve-u-162717cb616\" style=\"text-align: center;\">&nbsp;<strong>â€‹</strong><strong>Protect What\'s Important To You! With The Toughest Ceramic Finish In The World!</strong></h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162717cb60f\" wfd-id=\"485\"><h2 class=\"\" data-css=\"tve-u-1695a36117b\" style=\"text-align: center;\"><strong>Heat, Water, Salt and Sand just some of the conditions you face. And any one of them is just waiting, to get a hold of your firearm and leave it a pile of rusted, pitted junk.</strong></h2><h2 class=\"\" data-css=\"tve-u-16413112747\" style=\"text-align: center;\"><strong>Unfortunately, there wasn\'t much you could do other than keep cleaning and lubricating your firearms...till NOW!</strong></h2></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717cb600\" style=\"\" wfd-id=\"469\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717cb60b\" wfd-id=\"471\"><div class=\"thrv_responsive_video thrv_wrapper rv_style_lifted_style2\" data-type=\"youtube\" data-rel=\"0\" data-url=\"https://www.youtube.com/watch?v=a1nyu9ZJiEk\" data-css=\"tve-u-16959cd1e7a\" data-modestbranding=\"1\" wfd-id=\"479\">\n	\n\n	<div class=\"tve_responsive_video_container\" wfd-id=\"480\">\n		<div class=\"video_overlay\" wfd-id=\"481\"></div>\n	<iframe data-code=\"TEOqV1Q16lU\" data-provider=\"youtube\" src=\"https://www.youtube.com/embed/TEOqV1Q16lU?rel=0&amp;modestbranding=1&amp;controls=1&amp;showinfo=1&amp;fs=1&amp;wmode=transparent\" data-src=\"https://www.youtube.com/embed/TEOqV1Q16lU?rel=0&amp;modestbranding=1&amp;controls=1&amp;showinfo=1&amp;fs=1&amp;wmode=transparent\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\n</div><div class=\"thrv_wrapper thrv-button tcb-with-icon\" data-css=\"tve-u-1695a3002e2\" data-tcb_hover_state_parent=\"\" data-button-style=\"border_1\" wfd-id=\"472\">\n	<a href=\"tel:1-954-848-1911\" class=\"tcb-button-link\" target=\"_blank\" rel=\"\"><span class=\"tcb-button-icon\" wfd-id=\"477\">\n	<div class=\"thrv_wrapper thrv_icon tve_no_drag tve_no_icons tcb-icon-inherit-style tcb-icon-display\" wfd-id=\"478\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-phone-plus-light\" data-name=\"\">\n            <path d=\"M8 128h88v88c0 4.4 3.6 8 8 8h16c4.4 0 8-3.6 8-8v-88h88c4.4 0 8-3.6 8-8v-16c0-4.4-3.6-8-8-8h-88V8c0-4.4-3.6-8-8-8h-16c-4.4 0-8 3.6-8 8v88H8c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8zM487.8 24.1L387 .8c-14.7-3.4-29.8 4.2-35.8 18.1l-46.5 108.5c-5.5 12.7-1.8 27.7 8.9 36.5l53.9 44.1c-34 69.2-90.3 125.6-159.6 159.6l-44.1-53.9c-8.8-10.7-23.8-14.4-36.5-8.9L18.9 351.3c-13.9 6-21.5 21-18.1 35.8L24 487.9C27.3 502 39.9 512 54.5 512 306.7 512 512 307.8 512 54.5c0-14.6-10-27.2-24.2-30.4zM55.1 480l-23-99.6 107.4-46 59.5 72.8c103.6-48.6 159.7-104.9 208.1-208.1l-72.8-59.5 46-107.4 99.6 23C479.7 289.7 289.6 479.7 55.1 480z\"></path>\n        </svg></div>\n</span>\n\n		<span class=\"tcb-button-texts\" wfd-id=\"473\"><span class=\"tcb-button-text thrv-inline-text\" wfd-id=\"474\">CALL NOW</span></span>\n	</a>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-162717fcf9d\" data-value-type=\"percent\" wfd-id=\"392\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-162718bd0c0\" data-clip-id=\"a3b25e1c9221a\" wfd-id=\"464\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0875\"></polygon></clipPath><clipPath id=\"clip-tablet-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"6\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.1051\"></polygon></clipPath><clipPath id=\"clip-mobile-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"1\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0175\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-162718a3b40\" wfd-id=\"393\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622a159bcb\" wfd-id=\"394\">\n<div class=\"tve-content-box-background\" wfd-id=\"463\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"395\"><div class=\"thrv_wrapper thrv-columns\" wfd-id=\"449\"><div class=\"tcb-flex-row tcb--cols--2\" wfd-id=\"450\"><div class=\"tcb-flex-col\" wfd-id=\"457\"><div class=\"tcb-col\" wfd-id=\"459\"><div class=\"thrv_wrapper thrv_text_element\" wfd-id=\"460\"><p>Enter your text here...</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"451\"><div class=\"tcb-col\" wfd-id=\"453\"><div class=\"thrv_wrapper thrv_text_element\" wfd-id=\"454\"><p>Enter your text here...</p></div></div></div></div></div><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621a2247ba\" wfd-id=\"446\"><h2 data-css=\"tve-u-1621a2e0d5b\">our services</h2></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16229f6175c\" wfd-id=\"423\"><div class=\"tcb-flex-row tcb-medium-no-wrap tcb--cols--3 v-2\" data-css=\"tve-u-162493a03b0\" wfd-id=\"424\"><div class=\"tcb-flex-col\" wfd-id=\"439\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1624939a960\" data-tcb_hover_state_parent=\"\" wfd-id=\"441\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-162493d5f13\" data-float=\"1\" wfd-id=\"445\"><svg class=\"tcb-icon\" viewBox=\"0 0 14 28\" data-name=\"bolt\">\n<path d=\"M13.828 8.844c0.172 0.187 0.219 0.453 0.109 0.688l-8.437 18.078c-0.125 0.234-0.375 0.391-0.656 0.391-0.063 0-0.141-0.016-0.219-0.031-0.344-0.109-0.547-0.438-0.469-0.766l3.078-12.625-6.344 1.578c-0.063 0.016-0.125 0.016-0.187 0.016-0.172 0-0.359-0.063-0.484-0.172-0.187-0.156-0.25-0.391-0.203-0.609l3.141-12.891c0.078-0.297 0.359-0.5 0.688-0.5h5.125c0.391 0 0.703 0.297 0.703 0.656 0 0.094-0.031 0.187-0.078 0.281l-2.672 7.234 6.188-1.531c0.063-0.016 0.125-0.031 0.187-0.031 0.203 0 0.391 0.094 0.531 0.234z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"443\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-162494b490e\" wfd-id=\"444\"><h4 data-css=\"tve-u-16249355087\" style=\"text-align: left;\">Express exterior</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162494b7ad0\" wfd-id=\"442\"><p data-css=\"tve-u-162492e70ad\">Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"432\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162493b6b63\" data-tcb_hover_state_parent=\"\" wfd-id=\"434\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b456a\" wfd-id=\"438\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"adjust\">\n<path d=\"M12 22.5v-17c-4.688 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"436\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1af44d\" wfd-id=\"437\"><h4 data-css=\"tve-u-16249358652\" style=\"text-align: left;\">Interior clean</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"435\"><p data-css=\"tve-u-162492e70ad\">Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"425\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16249373b25\" wfd-id=\"427\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b52d3\" wfd-id=\"431\"><svg class=\"tcb-icon\" viewBox=\"0 0 26 28\" data-name=\"umbrella\">\n<path d=\"M14 12.938v9.063c0 2.172-1.828 4-4 4s-4-1.828-4-4c0-0.547 0.453-1 1-1s1 0.453 1 1c0 1.047 0.953 2 2 2s2-0.953 2-2v-9.063c0.328-0.109 0.656-0.172 1-0.172s0.672 0.063 1 0.172zM26 13.359c0 0.266-0.234 0.5-0.5 0.5-0.141 0-0.25-0.063-0.359-0.156-0.906-0.844-1.75-1.437-3.047-1.437-1.484 0-2.766 0.922-3.609 2.094-0.187 0.266-0.328 0.547-0.5 0.812-0.109 0.172-0.234 0.266-0.438 0.266-0.219 0-0.344-0.094-0.453-0.266-0.172-0.266-0.313-0.547-0.5-0.812-0.844-1.172-2.109-2.094-3.594-2.094s-2.75 0.922-3.594 2.094c-0.187 0.266-0.328 0.547-0.5 0.812-0.109 0.172-0.234 0.266-0.453 0.266-0.203 0-0.328-0.094-0.438-0.266-0.172-0.266-0.313-0.547-0.5-0.812-0.844-1.172-2.125-2.094-3.609-2.094-1.297 0-2.141 0.594-3.047 1.437-0.109 0.094-0.219 0.156-0.359 0.156-0.266 0-0.5-0.234-0.5-0.5 0-0.047 0-0.078 0.016-0.109 1.437-5.906 7.141-9.25 12.984-9.25 5.812 0 11.578 3.344 12.984 9.25 0.016 0.031 0.016 0.063 0.016 0.109zM14 2v1.531c-0.328-0.016-0.672-0.031-1-0.031s-0.672 0.016-1 0.031v-1.531c0-0.547 0.453-1 1-1s1 0.453 1 1z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"429\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b01a6\" wfd-id=\"430\"><h4 data-css=\"tve-u-1624935a201\" style=\"text-align: left;\">Wax protection</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"428\"><p data-css=\"tve-u-162492e70ad\">Etiam pharetra, erat sed fermentum feugiat, velit mauris</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16249367114\" wfd-id=\"396\"><div class=\"tcb-flex-row tcb-medium-no-wrap tcb--cols--3 v-2\" data-css=\"tve-u-16229ffbb7b\" wfd-id=\"397\"><div class=\"tcb-flex-col\" wfd-id=\"414\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229fa6a26\" wfd-id=\"416\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b33f9\" wfd-id=\"422\"><svg class=\"tcb-icon\" viewBox=\"0 0 26 28\" data-name=\"magic\">\n<path d=\"M18.594 9.078l4.578-4.578-1.672-1.672-4.578 4.578zM25.578 4.5c0 0.266-0.094 0.516-0.281 0.703l-20.094 20.094c-0.187 0.187-0.438 0.281-0.703 0.281s-0.516-0.094-0.703-0.281l-3.094-3.094c-0.187-0.187-0.281-0.438-0.281-0.703s0.094-0.516 0.281-0.703l20.094-20.094c0.187-0.187 0.438-0.281 0.703-0.281s0.516 0.094 0.703 0.281l3.094 3.094c0.187 0.187 0.281 0.438 0.281 0.703zM4.469 1.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531zM9.938 4.062l3.063 0.938-3.063 0.938-0.938 3.063-0.938-3.063-3.063-0.938 3.063-0.938 0.938-3.063zM24.469 11.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531zM14.469 1.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"420\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b0a67\" wfd-id=\"421\"><h4 data-css=\"tve-u-16248fc42a1\" style=\"text-align: left;\">Dust &amp; Dash Console</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"417\"><p data-css=\"tve-u-162492e70ad\">Duis sed odio sit amet nibh vulputate cursus a sit amet mauris.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"407\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1622f65ba70\" wfd-id=\"409\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b60b4\" wfd-id=\"413\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"certificate\">\n<path d=\"M21.5 14l2.156 2.109c0.297 0.281 0.406 0.703 0.313 1.094-0.109 0.391-0.422 0.703-0.812 0.797l-2.938 0.75 0.828 2.906c0.109 0.391 0 0.812-0.297 1.094-0.281 0.297-0.703 0.406-1.094 0.297l-2.906-0.828-0.75 2.938c-0.094 0.391-0.406 0.703-0.797 0.812-0.094 0.016-0.203 0.031-0.297 0.031-0.297 0-0.594-0.125-0.797-0.344l-2.109-2.156-2.109 2.156c-0.281 0.297-0.703 0.406-1.094 0.313-0.406-0.109-0.703-0.422-0.797-0.812l-0.75-2.938-2.906 0.828c-0.391 0.109-0.812 0-1.094-0.297-0.297-0.281-0.406-0.703-0.297-1.094l0.828-2.906-2.938-0.75c-0.391-0.094-0.703-0.406-0.812-0.797-0.094-0.391 0.016-0.812 0.313-1.094l2.156-2.109-2.156-2.109c-0.297-0.281-0.406-0.703-0.313-1.094 0.109-0.391 0.422-0.703 0.812-0.797l2.938-0.75-0.828-2.906c-0.109-0.391 0-0.812 0.297-1.094 0.281-0.297 0.703-0.406 1.094-0.297l2.906 0.828 0.75-2.938c0.094-0.391 0.406-0.703 0.797-0.797 0.391-0.109 0.812 0 1.094 0.297l2.109 2.172 2.109-2.172c0.281-0.297 0.688-0.406 1.094-0.297 0.391 0.094 0.703 0.406 0.797 0.797l0.75 2.938 2.906-0.828c0.391-0.109 0.812 0 1.094 0.297 0.297 0.281 0.406 0.703 0.297 1.094l-0.828 2.906 2.938 0.75c0.391 0.094 0.703 0.406 0.812 0.797 0.094 0.391-0.016 0.812-0.313 1.094z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"411\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b12d8\" wfd-id=\"412\"><h4 data-css=\"tve-u-1625389a3d5\" style=\"text-align: left;\">Triple Foam Polish</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"410\"><p data-css=\"tve-u-162492e70ad\">Class aptent taciti sociosqu ad litora torquent</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"398\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229fa8c68\" wfd-id=\"400\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-16271adf6cf\" wfd-id=\"406\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"bullseye\">\n<path d=\"M16 14c0 2.203-1.797 4-4 4s-4-1.797-4-4 1.797-4 4-4 4 1.797 4 4zM18 14c0-3.313-2.688-6-6-6s-6 2.688-6 6 2.688 6 6 6 6-2.688 6-6zM20 14c0 4.422-3.578 8-8 8s-8-3.578-8-8 3.578-8 8-8 8 3.578 8 8zM22 14c0-5.516-4.484-10-10-10s-10 4.484-10 10 4.484 10 10 10 10-4.484 10-10zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"404\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-16248fc71c8\" wfd-id=\"405\"><h4 data-css=\"tve-u-1625389b4ed\" style=\"text-align: left;\">Tire dressing</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"401\"><p data-css=\"tve-u-162492e70ad\">Etiam pharetra, erat sed fermentum feugiat, velit mauris</p></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621ad46076\" wfd-id=\"360\">\n<div class=\"tve-page-section-out\" wfd-id=\"391\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621b072b4e\" wfd-id=\"361\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621a8b2488\" wfd-id=\"362\"><div class=\"tcb-flex-row tcb--cols--2 v-2\" data-css=\"tve-u-1621a8a804b\" wfd-id=\"363\"><div class=\"tcb-flex-col\" wfd-id=\"373\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16271bfe70c\" wfd-id=\"375\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h3\" data-css=\"tve-u-1621a8c4313\" wfd-id=\"390\"><h3><strong>Complete cleaning services for yoâ€‹ur car</strong></h3></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-16417b70f47\" wfd-id=\"376\"><ul class=\"tcb-styled-list\" wfd-id=\"377\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621acf0289\" wfd-id=\"386\"><div class=\"tcb-styled-list-icon\" wfd-id=\"388\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a8e11f3\" wfd-id=\"389\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ace1b08\" wfd-id=\"387\">We are a small business delivering professional cleaning services for all vehicles</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621acf64fb\" wfd-id=\"382\"><div class=\"tcb-styled-list-icon\" wfd-id=\"384\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a8e5625\" wfd-id=\"385\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ace4de9\" wfd-id=\"383\">Our services are convenient for individuals and corporate fleets</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"378\"><div class=\"tcb-styled-list-icon\" wfd-id=\"380\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a9076ef\" wfd-id=\"381\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621acf47d2\" wfd-id=\"379\">We use eco-friendly products that actually clean, protect and maintain your car better than the traditional cleaning substances</span></li></ul></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"364\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621a90a46f\" wfd-id=\"366\"><div class=\"thrv_wrapper thrv-fill-counter tve_red tve_normalfc thrv_data_element\" data-css=\"tve-u-1621a983587\" wfd-id=\"367\">\n<div class=\"tve_fill_counter_n\" style=\"\" data-fill=\"100\" data-css=\"tve-u-1621a98b602\" wfd-id=\"368\">\n<svg viewBox=\"0 0 160 160\" class=\"tve_fill_counter_circle\" shape-rendering=\"optimizeSpeed\" data-css=\"tve-u-1621a9a2862\">\n<circle class=\"tve_fill_counter_circle_inner\" r=\"80\" cx=\"80\" cy=\"80\" data-css=\"tve-u-1621a9685d4\"></circle>\n</svg>\n<div class=\"tve_fill_text_in\" data-css=\"tve-u-1621a96b190\" wfd-id=\"369\">\n<div class=\"tve_fill_text_value\" data-css=\"tve-u-1621a9a2866\" wfd-id=\"371\">\n<div class=\"thrv-inline-text tve_fill_text tve_editable\" data-css=\"tve-u-1621a9a2867\" wfd-id=\"372\"><strong>100%â€‹</strong></div>\n</div>\n<div class=\"thrv-inline-text tve_editable tve_data_element_label\" data-css=\"tve-u-1621a9750ae\" wfd-id=\"370\">Clean car</div>\n</div>\n</div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621ada1e7f\" data-value-type=\"percent\" wfd-id=\"322\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621adba9ef\" data-clip-id=\"52d5a36c151aa\" wfd-id=\"359\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-52d5a36c151aa\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0875\"></polygon></clipPath><clipPath id=\"clip-tablet-top-52d5a36c151aa\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0524\"></polygon></clipPath><clipPath id=\"clip-mobile-top-52d5a36c151aa\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0349\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621ad420c4\" wfd-id=\"323\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621ade6172\" wfd-id=\"324\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2 tcb-row-reversed-mobile tcb-mobile-edit v-2\" data-css=\"tve-u-1621adea58b\" wfd-id=\"325\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621b064646\" style=\"\" wfd-id=\"353\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ae0bec7\" wfd-id=\"355\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ae4fd21\" data-value-type=\"percent\" data-float=\"1\" wfd-id=\"356\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621ae6c8da\" data-clip-id=\"aa2c3e3c70555\" wfd-id=\"358\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0349\"></polygon></clipPath><clipPath id=\"clip-tablet-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"4\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0699\"></polygon></clipPath><clipPath id=\"clip-mobile-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"4\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0699\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb\" data-css=\"tve-u-1621ae4db6e\" wfd-id=\"357\"></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621b064668\" style=\"\" wfd-id=\"326\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621f45bed3\" wfd-id=\"328\"><div class=\"tcb-clear\" data-css=\"tve-u-16224848ee5\" wfd-id=\"351\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621afceb00\" wfd-id=\"352\"><h2 data-css=\"tve-u-1621afcc0bf\">Check Out Our Special Offer!</h2></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621afda4fa\" wfd-id=\"348\"><p data-css=\"tve-u-1621afd8c98\">Donâ€™t miss the opportunity to get 50% discount on a complete cleaning just by recommending us to a friend. Bring someone you know with you and clean you car half price!</p></div><div class=\"tcb-clear\" data-css=\"tve-u-16224834cab\" wfd-id=\"329\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621fe85996\" wfd-id=\"330\"><div class=\"tcb-flex-row tcb--cols--2 tcb-resized tcb-medium-wrap tcb-desktop-wrap\" data-css=\"tve-u-1621fe78878\" wfd-id=\"331\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621fe94086\" style=\"\" wfd-id=\"339\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"341\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621b01355a\" wfd-id=\"342\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621b08fdde\" data-tcb_hover_state_parent=\"1\" wfd-id=\"347\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16223f02c16\" wfd-id=\"343\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-1620af7eb3f\" data-tcb_hover_state_parent=\"\" data-button-style=\"full_rounded\" wfd-id=\"344\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"345\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-16228c75500\" wfd-id=\"346\"><strong>Request an appointment</strong></span></span>\n</a>\n</div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621fe940b9\" style=\"\" wfd-id=\"332\"><div class=\"tcb-col\" wfd-id=\"334\"><div class=\"tcb-clear\" data-css=\"tve-u-16224716d62\" wfd-id=\"335\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-1621b028939\" data-tcb_hover_state_parent=\"\" data-button-style=\"ghost\" wfd-id=\"336\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"337\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-16228c764b2\" wfd-id=\"338\"><strong>Call Now: 0400-700-682</strong></span></span>\n</a>\n</div></div></div></div></div></div></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16260ba2fa4\" wfd-id=\"225\">\n<div class=\"tve-page-section-out\" wfd-id=\"321\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16260be7104\" wfd-id=\"226\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621b0e4fb7\" wfd-id=\"320\"><h2 data-css=\"tve-u-1621b10fccf\" style=\"text-align: center;\">our happy clients</h2></div><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641367127b\" data-float=\"1\" wfd-id=\"319\"><svg class=\"tcb-icon\" viewBox=\"0 0 30 32\" data-name=\"quote-left\">\n<path d=\"M13.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429zM29.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641367e553\" wfd-id=\"318\"><svg class=\"tcb-icon\" viewBox=\"0 0 30 32\" data-name=\"quote-left\">\n<path d=\"M13.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429zM29.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a10d3b4\" wfd-id=\"287\">\n<div class=\"tve-content-box-background\" wfd-id=\"317\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"288\"><div class=\"tcb-clear\" data-css=\"tve-u-1621b300a64\" wfd-id=\"315\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-1621f154231\" wfd-id=\"316\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621b200375\" wfd-id=\"291\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-16260d8392c\" wfd-id=\"292\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"299\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"301\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16417b62c09\" wfd-id=\"302\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-16260d8396c\" wfd-id=\"303\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16260d01208\" style=\"\" wfd-id=\"309\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"311\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"312\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16225617da3\" wfd-id=\"314\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"313\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16260d0120e\" style=\"\" wfd-id=\"304\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"306\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"308\"><h5>Brett Graham, 28</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"307\"><h6 class=\"\">Architect</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"293\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"295\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"296\"><p data-css=\"tve-u-162539c17ec\">Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit. Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit.&nbsp;</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-16260c5ff0c\" wfd-id=\"289\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260c5ff07\" wfd-id=\"290\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a12f675\" wfd-id=\"258\">\n<div class=\"tve-content-box-background\" wfd-id=\"286\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"259\"><div class=\"tcb-clear\" data-css=\"tve-u-16260cd7683\" wfd-id=\"284\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260d73672\" wfd-id=\"285\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16260da3aa7\" wfd-id=\"262\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-1621fb68b97\" wfd-id=\"263\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"268\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"270\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16417b662bf\" wfd-id=\"271\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-1621fb65556\" wfd-id=\"272\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16229915e1a\" style=\"\" wfd-id=\"278\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"280\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"281\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16260c433e9\" wfd-id=\"283\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"282\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16229915e4e\" style=\"\" wfd-id=\"273\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"275\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"277\"><h5>Rosie Hanson, 24</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"276\"><h6 class=\"\">Real estate Associate</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"264\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"266\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"267\"><p data-css=\"tve-u-162539c17ec\">Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo.</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-16260d3b97e\" wfd-id=\"260\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260d39b83\" wfd-id=\"261\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a146aef\" wfd-id=\"227\">\n<div class=\"tve-content-box-background\" wfd-id=\"257\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"228\"><div class=\"tcb-clear\" data-css=\"tve-u-16260cd7683\" wfd-id=\"255\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260cd622f\" wfd-id=\"256\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16260c39a7e\" wfd-id=\"231\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-16260d3f4aa\" wfd-id=\"232\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"239\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"241\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621fbacc60\" wfd-id=\"242\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-16260d3f4af\" wfd-id=\"243\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16229915e1a\" style=\"\" wfd-id=\"249\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"251\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"252\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16260d5e4b8\" wfd-id=\"254\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"253\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16229915e4e\" style=\"\" wfd-id=\"244\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"246\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"248\"><h5>Shawn Mattews, 35</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"247\"><h6 class=\"\">project manager</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"233\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"235\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"236\"><p data-css=\"tve-u-162539c17ec\">Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo. Nullam ac urna eu felis.Sed non neque elit. Sed ut imperdiet nisi. Proin condimentum</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1621b30ca74\" wfd-id=\"229\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-1621f15b521\" wfd-id=\"230\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621b3c8c52\" wfd-id=\"119\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621b3cfc7b\" wfd-id=\"224\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621b3c74d9\" wfd-id=\"120\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621e7b695a\" wfd-id=\"223\"><h2 data-css=\"tve-u-1621e7a7350\" style=\"text-align: center;\">our offers</h2></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621e7c899a\" wfd-id=\"121\"><div class=\"tcb-flex-row tcb--cols--3 tcb-medium-wrap v-2\" data-css=\"tve-u-1621e7c7aa1\" wfd-id=\"122\"><div class=\"tcb-flex-col\" wfd-id=\"187\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16223fc9f23\" wfd-id=\"189\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e7ceab3\" style=\"\" wfd-id=\"190\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16416e4fafd\" wfd-id=\"222\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e7d5094\" wfd-id=\"191\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e7e9950\" data-value-type=\"percent\" style=\"\" wfd-id=\"218\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e7edfd9\" data-clip-id=\"10ffac3b28f1d\" wfd-id=\"221\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-10ffac3b28f1d\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-10ffac3b28f1d\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e7e6c1d\" wfd-id=\"219\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-16417b4cb9e\" wfd-id=\"220\"><h4 data-css=\"tve-u-1621fe1a1af\" style=\"text-align: center;\"><strong>Basic Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ec6c39b\" data-float=\"1\" wfd-id=\"214\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e81f424\" wfd-id=\"217\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec752da\" wfd-id=\"215\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"216\"><h4 data-css=\"tve-u-1621fe1bd18\" style=\"text-align: center;\"><strong>15$</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621ea50702\" wfd-id=\"192\"><ul class=\"tcb-styled-list\" wfd-id=\"193\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec3a5c0\" wfd-id=\"210\"><div class=\"tcb-styled-list-icon\" wfd-id=\"212\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec204df\" wfd-id=\"213\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec241aa\" wfd-id=\"211\">Interior vacuum</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"206\"><div class=\"tcb-styled-list-icon\" wfd-id=\"208\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec20f68\" wfd-id=\"209\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec2704c\" wfd-id=\"207\">Dust &amp;dash console</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec42aa7\" wfd-id=\"202\"><div class=\"tcb-styled-list-icon\" wfd-id=\"204\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec21a31\" wfd-id=\"205\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec298ab\" wfd-id=\"203\">Hand towel dry</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec43fe2\" wfd-id=\"198\"><div class=\"tcb-styled-list-icon\" wfd-id=\"200\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ea1fba7\" wfd-id=\"201\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea23322\" wfd-id=\"199\">Clean windows</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec454d9\" wfd-id=\"194\"><div class=\"tcb-styled-list-icon\" wfd-id=\"196\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ea295c0\" wfd-id=\"197\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea2c69a\" wfd-id=\"195\">Soft cloth wash</span></li></ul></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"154\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"156\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621eb81205\" style=\"\" wfd-id=\"157\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16416e603ab\" wfd-id=\"186\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621eb7ccb0\" wfd-id=\"158\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ebbbb6d\" data-value-type=\"percent\" wfd-id=\"182\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eaaedd8\" data-clip-id=\"a2b9cf3198d6f\" wfd-id=\"185\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-a2b9cf3198d6f\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-a2b9cf3198d6f\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec7f21a\" wfd-id=\"183\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e930bd7\" wfd-id=\"184\"><h4 data-css=\"tve-u-1621e92e97f\" style=\"text-align: center;\"><strong>Ultimate Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ec78d2c\" data-float=\"1\" wfd-id=\"178\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eab272c\" wfd-id=\"181\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec79a7d\" wfd-id=\"179\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"180\"><h4 data-css=\"tve-u-1621e942b65\" style=\"text-align: center;\"><strong>22 $</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621ebfa746\" wfd-id=\"175\"><p data-css=\"tve-u-1621f4ceaf6\" style=\"text-align: center;\">Includes basic service <span data-css=\"tve-u-1621f4ceaf7\" style=\"color: rgb(15, 29, 123);\" wfd-id=\"176\"><strong class=\"\"><span data-css=\"tve-u-1621f4ceafb\" wfd-id=\"177\">+</span></strong></span></p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621ebf340c\" wfd-id=\"159\"><ul class=\"tcb-styled-list\" wfd-id=\"160\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-164137a0b1f\" wfd-id=\"169\"><div class=\"tcb-styled-list-icon\" wfd-id=\"173\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec0c5bd\" wfd-id=\"174\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ebfe4ce\" wfd-id=\"170\">Triple foam conditiner</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec04541\" wfd-id=\"165\"><div class=\"tcb-styled-list-icon\" wfd-id=\"167\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec09a3c\" wfd-id=\"168\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ebff867\" wfd-id=\"166\">Tire dressing</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec05cc3\" wfd-id=\"161\"><div class=\"tcb-styled-list-icon\" wfd-id=\"163\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec15f6e\" wfd-id=\"164\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec009a8\" wfd-id=\"162\">Air freshner</span></li></ul></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"123\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16223dad661\" wfd-id=\"125\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621fd9c946\" style=\"\" wfd-id=\"126\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e7d234c\" wfd-id=\"153\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621fd84d7b\" wfd-id=\"127\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16223b080b0\" data-value-type=\"percent\" wfd-id=\"149\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eb3eb9f\" data-clip-id=\"ac98bb0e54b3b\" wfd-id=\"152\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621fd8766c\" wfd-id=\"150\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e930bd7\" wfd-id=\"151\"><h4 data-css=\"tve-u-1621fe1587d\" style=\"text-align: center;\"><strong>Supreme Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e8107f3\" wfd-id=\"145\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eb43d8d\" wfd-id=\"148\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e819c52\" wfd-id=\"146\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"147\"><h4 data-css=\"tve-u-1621fe1725e\" style=\"text-align: center;\"><strong>30 $</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621eb037bb\" wfd-id=\"142\"><p data-css=\"tve-u-1621f4d0451\" style=\"text-align: center;\">Includes ultimate service <span data-css=\"tve-u-1621eaff572\" style=\"color: rgb(15, 29, 123);\" wfd-id=\"143\"><strong class=\"\"><span data-css=\"tve-u-1621eb01b60\" wfd-id=\"144\">+</span></strong></span></p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621eacf6af\" wfd-id=\"128\"><ul class=\"tcb-styled-list\" wfd-id=\"129\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec36a4d\" wfd-id=\"138\"><div class=\"tcb-styled-list-icon\" wfd-id=\"140\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e9993aa\" wfd-id=\"141\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea1a5d7\" wfd-id=\"139\">Exterior trim dressing</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"134\"><div class=\"tcb-styled-list-icon\" wfd-id=\"136\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e99b1db\" wfd-id=\"137\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea19a06\" wfd-id=\"135\">Hand applied spray wax</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec37ea5\" wfd-id=\"130\"><div class=\"tcb-styled-list-icon\" wfd-id=\"132\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e99c314\" wfd-id=\"133\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea18c5d\" wfd-id=\"131\">Interior conditioner</span></li></ul></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621efddaaf\" wfd-id=\"77\">\n<div class=\"tve-page-section-out\" wfd-id=\"118\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621edf8048\" wfd-id=\"78\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621f114214\" wfd-id=\"79\"><div class=\"tcb-flex-row tcb-mobile-edit tcb--cols--2\" data-css=\"tve-u-1621ee03000\" wfd-id=\"80\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621ee4be21\" style=\"\" wfd-id=\"86\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ee093d4\" wfd-id=\"88\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ee3afec\" wfd-id=\"89\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621ee58e74\" wfd-id=\"117\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ee37f4a\" wfd-id=\"90\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1621ee74a24\" wfd-id=\"116\"><svg class=\"tcb-icon\" viewBox=\"0 0 16 28\" data-name=\"map-marker\">\n<path d=\"M12 10c0-2.203-1.797-4-4-4s-4 1.797-4 4 1.797 4 4 4 4-1.797 4-4zM16 10c0 0.953-0.109 1.937-0.516 2.797l-5.688 12.094c-0.328 0.688-1.047 1.109-1.797 1.109s-1.469-0.422-1.781-1.109l-5.703-12.094c-0.406-0.859-0.516-1.844-0.516-2.797 0-4.422 3.578-8 8-8s8 3.578 8 8z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621ee63e1c\" wfd-id=\"115\"><h2 data-css=\"tve-u-1621fdcb4ea\" style=\"text-align: center;\">contact us</h2></div><div class=\"thrv_wrapper thrv-contact-form\" data-ct=\"contact_form-22343\" style=\"\" data-css=\"tve-u-16465071dea\" data-ct-name=\"Rounded Shadow\" wfd-id=\"93\">\n<form action=\"\" method=\"post\" novalidate=\"\" sourceindex=\"0\" wfd-id=\"94\">\n<div class=\"tve-cf-item-wrapper\" wfd-id=\"98\">\n<div class=\"tve-cf-item\" data-css=\"tve-u-1695dd04208\" wfd-id=\"111\">\n<div class=\"thrv-cf-input-wrapper\" data-type=\"first_name\" wfd-id=\"112\">\n<label data-css=\"tve-u-1695d9d6525\" class=\"\" wfd-id=\"114\">First Name</label>\n<div class=\"tve-cf-input\" data-css=\"tve-u-1695d9d6526\" data-tcb_hover_state_parent=\"\" wfd-id=\"113\">\n<input placeholder=\"\" type=\"text\" name=\"first_name\" data-placeholder=\"\" sourceindex=\"1\" wfd-id=\"523\">\n</div>\n</div>\n</div>\n<div class=\"tve-cf-item\" data-css=\"tve-u-1695dd04208\" wfd-id=\"107\">\n<div class=\"thrv-cf-input-wrapper\" data-type=\"email\" wfd-id=\"108\">\n<label data-css=\"tve-u-1695d9d6527\" class=\"\" wfd-id=\"110\">Email Address</label>\n<div class=\"tve-cf-input\" data-css=\"tve-u-1695d9d6528\" data-tcb_hover_state_parent=\"\" wfd-id=\"109\">\n<input placeholder=\"\" type=\"email\" name=\"email\" data-placeholder=\"\" sourceindex=\"2\" wfd-id=\"522\">\n</div>\n</div>\n</div>\n<div class=\"tve-cf-item\" data-css=\"tve-u-1695dd484d7\" wfd-id=\"103\">\n<div class=\"thrv-cf-input-wrapper\" data-type=\"message\" wfd-id=\"104\">\n<label data-css=\"tve-u-1695d9d6529\" class=\"\" wfd-id=\"106\">Message</label>\n<div class=\"tve-cf-input\" data-css=\"tve-u-1695d9d652a\" data-tcb_hover_state_parent=\"\" wfd-id=\"105\">\n<textarea placeholder=\"\" data-placeholder=\"\" name=\"message\" sourceindex=\"3\" wfd-id=\"525\"></textarea>\n</div>\n</div>\n</div>\n<div class=\"tve-cf-item\" data-css=\"tve-u-1695dd04208\" wfd-id=\"99\">\n	<div class=\"thrv-cf-input-wrapper\" data-type=\"phone\" wfd-id=\"100\">\n		<label data-css=\"tve-u-1695d9d6525\" class=\"\" wfd-id=\"102\">Phone Number</label>\n		<div class=\"tve-cf-input\" data-css=\"tve-u-1695d9d6526\" wfd-id=\"101\">\n			<input placeholder=\"+1-555-555-2368\" type=\"tel\" name=\"phone\" data-placeholder=\"+1-555-555-2368\" sourceindex=\"4\" wfd-id=\"521\">\n		</div>\n	</div>\n</div></div>\n<div class=\"tve-cf-submit\" data-tcb_hover_state_parent=\"\" data-button-style=\"rounded\" data-css=\"tve-u-1695dd27f6a\" wfd-id=\"95\">\n<button class=\"tve_btn_txt\" type=\"submit\" sourceindex=\"5\" wfd-id=\"538\">Submit Message</button>\n</div>\n<input type=\"hidden\" name=\"config\" value=\"YTozOntzOjE0OiJlcnJvcl9tZXNzYWdlcyI7YTo0OntzOjU6ImVtYWlsIjtzOjIxOiJFbWFpbCBhZGRyZXNzIGludmFsaWQiO3M6NToicGhvbmUiO3M6MjA6IlBob25lIG51bWJlciBpbnZhbGlkIjtzOjM6InVybCI7czoxMToiVVJMIGludmFsaWQiO3M6ODoicmVxdWlyZWQiO3M6MjA6IlJlcXVpcmVkIGZpZWxkIGVtcHR5Ijt9czo4OiJ0b19lbWFpbCI7YToyOntzOjI6InRvIjtzOjI4OiJpbmZvQGJlc3RjZXJha290ZWZsb3JpZGEuY29tIjtzOjc6InN1YmplY3QiO3M6MTg6Ik5ldyBtZXNzYWdlIGZyb206ICI7fXM6Njoic3VibWl0IjthOjEwOntzOjY6ImFjdGlvbiI7czoxMjoibm90aWZpY2F0aW9uIjtzOjIzOiJzZW5kX2NvbmZpcm1hdGlvbl9lbWFpbCI7YjoxO3M6MTk6InNlbmRlcl9wZXJzb25hbGl6ZWQiO2I6MDtzOjIwOiJjb25maXJtYXRpb25fc3ViamVjdCI7czozNjoiQ29udGFjdCBGb3JtIHN1Ym1pc3Npb24gY29uZmlybWF0aW9uIjtzOjIwOiJjb25maXJtYXRpb25fbWVzc2FnZSI7czoxMzk6IkhlbGxvLCAKClRoYW5rcyBmb3IgY29udGFjdGluZyB1cy4gV2UnbGwgZ2V0IGJhY2sgdG8geW91IGFzIHNvb24gYXMgcG9zc2libGUgd2l0aCB0aGUgaW5mb3JtYXRpb24geW91IG5lZWQuIAoKQmVzdCByZWdhcmRzLApbd3Bfc2l0ZV90aXRsZV0iO3M6OToiZnJvbV9uYW1lIjtzOjI4OiJUaGUgQmVzdCBDZXJha290ZSBJbiBGbG9yaWRhIjtzOjEwOiJmcm9tX2VtYWlsIjtzOjI5OiJhZG1pbkBiZXN0Y2VyYWtvdGVmbG9yaWRhLmNvbSI7czo4OiJyZXBseV90byI7czoyOToiYWRtaW5AYmVzdGNlcmFrb3RlZmxvcmlkYS5jb20iO3M6MzoidXJsIjtzOjA6IiI7czoxMjoibm90aWZpY2F0aW9uIjtzOjgxOiJZb3VyIG1lc3NhZ2UgaGFzIGJlZW4gc2VudCwgdGhhbmsgeW91ISBZb3UnbGwgaGVhciBmcm9tIHVzIHdpdGhpbiB0aGUgbmV4dCAyNCBocnMiO319\" wfd-id=\"520\"></form>\n</div><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_slide_left\" data-css=\"tve-u-1621ef118dc\" style=\"\" wfd-id=\"91\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"92\"><img class=\"tve_image tve_evt_manager_listen tve_et_tve-viewport wp-image-600\" alt=\"\" width=\"2148\" height=\"1968\" title=\"CertifiedLogo_transparent\" data-id=\"600\" src=\"https://bestcerakoteflorida.com/wp-content/uploads/2019/03/CertifiedLogo_transparent-e1552073635916.png\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_left&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" style=\"width: 100%;\"></span></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621ee4be73\" style=\"\" wfd-id=\"81\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ee22c43\" wfd-id=\"83\"><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-1695d995f33\" wfd-id=\"85\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=825 South Kings Highway, Fort Pierce&amp;t=m&amp;z=11&amp;output=embed&amp;iwloc=near\"></iframe>\n</div><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-1621ee18a1c\" wfd-id=\"84\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=davie, Florida 33317&amp;t=m&amp;z=11&amp;output=embed&amp;iwloc=near\"></iframe>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-custom-menu-inside\" data-css=\"tve-u-1621f0aa8f7\" style=\"z-index: 8;\" wfd-id=\"39\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621f0ada0e\" wfd-id=\"76\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621f0b0088\" style=\"z-index: 8;\" wfd-id=\"40\"><div class=\"thrv_wrapper thrv-columns tve-custom-menu-inside\" data-css=\"tve-u-1621f0d2c1a\" wfd-id=\"41\"><div class=\"tcb-flex-row tcb--cols--3 tcb-resized\" data-css=\"tve-u-1621f0cbe40\" wfd-id=\"42\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1695e826914\" style=\"\" wfd-id=\"70\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"72\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621f0da775\" wfd-id=\"73\"><p data-css=\"tve-u-1622444fb11\" style=\"text-align: center;\">Â© 2018, BLACKHAWK CUSTOM, LLC . All rights reserved.</p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1695e826ae0\" style=\"z-index: 8;\" wfd-id=\"49\"><div class=\"tcb-col\" style=\"z-index: 8;\" wfd-id=\"51\"><div class=\"thrv_wrapper thrv_widget_menu tve-custom-menu-upgrade tve-menu-style-none tve-dropdown-icon-style_2 tve-mobile-dropdown\" data-tve-style=\"tve_horizontal\" data-tve-switch-icon=\"tablet,mobile\" data-css=\"tve-u-1695e821f4c\" tcb-template-name=\"Simple Underline Light\" tcb-template-id=\"28130\" data-ct=\"menu-28130\" style=\"\" wfd-id=\"52\">	<div class=\"thrive-shortcode-config\" style=\"display: none !important\" wfd-id=\"69\">__CONFIG_widget_menu__{\"menu_id\":\"custom\",\"color\":\"tve_red\",\"dir\":\"tve_horizontal\",\"font_class\":\"\",\"font_size\":\"\",\"ul_attr\":\"\",\"link_attr\":\"\",\"top_link_attr\":\"\",\"trigger_attr\":\"\",\"primary\":\"\",\"head_css\":\"\",\"background_hover\":\"\",\"main_hover\":\"\",\"child_hover\":\"\",\"group_edit\":[{\"css_id\":null,\"class\":\"\"},{\"css_id\":null,\"class\":\"\"},{\"css_id\":null,\"class\":\"\"},{\"css_id\":null,\"class\":\"\"}],\"menu_style\":\"none\",\"dropdown_icon\":\"style_2\",\"mobile_side\":\"dropdown\",\"mobile_icon\":\"\",\"switch_to_icon\":\"tablet,mobile\",\"template\":\"28130\",\"template_name\":\"Simple Underline Light\"}__CONFIG_widget_menu__</div>\n<div class=\"thrive-shortcode-html tve-menu-custom-type thrive-shortcode-html-editable tve-custom-menu-type tve_clearfix\" style=\"z-index: 8;\" wfd-id=\"53\">\n<a class=\"tve-m-trigger t_tve_horizontal tve_red\" href=\"javascript:void(0)\"><div class=\"thrv_wrapper thrv_icon tcb-icon-open tve-trigger-active\" data-not-changeable=\"true\" data-selector=\"[data-css=&quot;tve-u-1695e821f4c&quot;] .tcb-icon-open\" wfd-id=\"68\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 24\" data-name=\"align-justify\"><g><g><path class=\"st0\" d=\"M23,13H1c-0.6,0-1-0.4-1-1s0.4-1,1-1h22c0.6,0,1,0.4,1,1S23.6,13,23,13z\"></path></g><g><path class=\"st0\" d=\"M23,6.7H1c-0.6,0-1-0.4-1-1s0.4-1,1-1h22c0.6,0,1,0.4,1,1S23.6,6.7,23,6.7z\"></path></g><g><path class=\"st0\" d=\"M23,19.3H1c-0.6,0-1-0.4-1-1s0.4-1,1-1h22c0.6,0,1,0.4,1,1S23.6,19.3,23,19.3z\"></path></g></g></svg></div><div class=\"thrv_wrapper thrv_icon tcb-icon-close\" data-not-changeable=\"true\" data-selector=\"[data-css=&quot;tve-u-1695e821f4c&quot;] .tcb-icon-close\" wfd-id=\"67\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 24\" data-name=\"close\"><path class=\"st0\" d=\"M13.4,12l7.1-7.1c0.4-0.4,0.4-1,0-1.4s-1-0.4-1.4,0L12,10.6L4.9,3.5c-0.4-0.4-1-0.4-1.4,0s-0.4,1,0,1.4l7.1,7.1 l-7.1,7.1c-0.4,0.4-0.4,1,0,1.4c0.4,0.4,1,0.4,1.4,0l7.1-7.1l7.1,7.1c0.4,0.4,1,0.4,1.4,0c0.4-0.4,0.4-1,0-1.4L13.4,12z\"></path></svg></div></a><ul id=\"menu-main-menu\" class=\"tve_w_menu tve_horizontal tve-m-collapsed\" style=\"z-index: 6;\" wfd-id=\"54\"><li id=\"tcb_custom_menu_5402f616\" class=\"menu-item menu-item-type-post_type menu-item-object-page thrv_wrapper thrv-menu-item-element thrv-custom-menu-item\" data-selector=\"[data-css=&quot;tve-u-1695e821f4c&quot;] #tcb_custom_menu_5402f616\" data-tcb_hover_state_parent=\"\" wfd-id=\"64\"><a href=\"https://bestcerakoteflorida.com/privacy/\"><span class=\"tve-disabled-text-inner\" wfd-id=\"66\">Privacy</span><span class=\"tve-disabled-text-inner tve-item-dropdown-trigger\" wfd-id=\"65\"></span></a></li><li id=\"tcb_custom_menu_13475a66\" class=\"menu-item menu-item-type-post_type menu-item-object-page thrv_wrapper thrv-menu-item-element thrv-custom-menu-item\" data-selector=\"[data-css=&quot;tve-u-1695e821f4c&quot;] #tcb_custom_menu_13475a66\" data-tcb_hover_state_parent=\"\" wfd-id=\"61\"><a href=\"https://bestcerakoteflorida.com/privacy-policy/\"><span class=\"tve-disabled-text-inner\" wfd-id=\"63\">TERMS</span><span class=\"tve-disabled-text-inner tve-item-dropdown-trigger\" wfd-id=\"62\"></span></a></li><li id=\"tcb_custom_menu_a19cc162\" class=\"menu-item menu-item-type-post_type menu-item-object-page thrv_wrapper thrv-menu-item-element thrv-custom-menu-item\" data-selector=\"[data-css=&quot;tve-u-1695e821f4c&quot;] #tcb_custom_menu_a19cc162\" data-tcb_hover_state_parent=\"\" wfd-id=\"58\"><a href=\"\"><span class=\"tve-disabled-text-inner\" wfd-id=\"60\">NAV#3</span><span class=\"tve-disabled-text-inner tve-item-dropdown-trigger\" wfd-id=\"59\"></span></a></li><li id=\"tcb_custom_menu_hgZvKxml\" class=\"menu-item menu-item-type-post_type menu-item-object-page thrv_wrapper thrv-menu-item-element thrv-custom-menu-item active-expand-children\" data-selector=\"[data-css=&quot;tve-u-1695e821f4c&quot;] #tcb_custom_menu_hgZvKxml\" data-tcb_hover_state_parent=\"\" wfd-id=\"55\"><a href=\"\"><span class=\"tve-disabled-text-inner\" wfd-id=\"57\">NAV#5</span><span class=\"tve-disabled-text-inner tve-item-dropdown-trigger\" wfd-id=\"56\"></span></a></li></ul></div>	</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1695e826b67\" wfd-id=\"43\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"45\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16223fe5f5b\" wfd-id=\"46\"><p data-css=\"tve-u-1621f0d874c\" style=\"text-align: center;\">Made with <a data-css=\"tve-u-1695e7e070d\" href=\"https://thrivethemes.com/\" target=\"_blank\">Thrive Architect</a></p></div></div></div></div></div></div>\n</div>\n\n'),(7461,605,'tve_revision_tve_has_wistia_popover','0'),(7466,606,'tve_revision_tve_content_more_found',''),(7467,606,'tve_revision_tve_save_post',''),(7468,606,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Merriweather:400,700&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Montserrat:600,400,500,700&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Special+Elite:400&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Poppins:400,800,900,300,700,&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Monda:400,700,&subset=latin\");@media (min-width: 300px){.tcb-plain-text { font-family: Monda; font-weight: 400; font-size: 14px; }#tve_editor [data-css=\"tve-u-1621b072b4e\"] p, #tve_editor [data-css=\"tve-u-1621b072b4e\"] li, #tve_editor [data-css=\"tve-u-1621b072b4e\"] blockquote, #tve_editor [data-css=\"tve-u-1621b072b4e\"] address, #tve_editor [data-css=\"tve-u-1621b072b4e\"] .tcb-plain-text, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h1, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h2, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h3, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h4, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h5, #tve_editor [data-css=\"tve-u-1621b072b4e\"] h6 { color: rgb(18, 18, 18); }[data-css=\"tve-u-1621fe78878\"] .tcb-flex-col { flex-basis: 160px !important; }[data-css=\"tve-u-16417b70f47\"] { padding: 0px !important; margin: 0px !important; }#tve_editor [data-css=\"tve-u-1621fdcb4ea\"] { color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1641367127b\"] > :first-child { color: rgb(15, 29, 123); }[data-css=\"tve-u-1641367127b\"] { font-size: 60px; float: none; box-shadow: none; position: relative; z-index: 5; margin: 0px auto !important; }#tve_editor [data-css=\"tve-u-1641333d7d1\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-162717cb617\"] > .tcb-flex-col { padding-left: 0px; }#tve_editor [data-css=\"tve-u-16413112747\"] { letter-spacing: 3px; color: rgb(255, 255, 255) !important; font-size: 15px !important; text-transform: capitalize !important; font-family: Merriweather !important; font-weight: 400 !important; }[data-css=\"tve-u-16369305186\"] > .tve-cb { display: block; }#tve_editor [data-css=\"tve-u-162717cb609\"] p, #tve_editor [data-css=\"tve-u-162717cb609\"] li, #tve_editor [data-css=\"tve-u-162717cb609\"] blockquote, #tve_editor [data-css=\"tve-u-162717cb609\"] address, #tve_editor [data-css=\"tve-u-162717cb609\"] h1, #tve_editor [data-css=\"tve-u-162717cb609\"] h2, #tve_editor [data-css=\"tve-u-162717cb609\"] h3, #tve_editor [data-css=\"tve-u-162717cb609\"] h4, #tve_editor [data-css=\"tve-u-162717cb609\"] h5, #tve_editor [data-css=\"tve-u-162717cb609\"] h6 { color: rgb(255, 255, 255); }[data-css=\"tve-u-16369305186\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-162717cb621\"] .tve-page-section-in { display: flex; justify-content: center; flex-direction: column; }[data-css=\"tve-u-162717fcf9d\"] .tve-page-section-in { display: block; }[data-css=\"tve-u-1628a146aef\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1628a12f675\"] { padding: 0px !important; margin: 0px 0px 60px !important; }[data-css=\"tve-u-1628a10d3b4\"] { max-width: 100%; padding: 0px !important; margin: 0px 0px 60px !important; }#tve_editor [data-css=\"tve-u-162717cb618\"] p, #tve_editor [data-css=\"tve-u-162717cb618\"] li, #tve_editor [data-css=\"tve-u-162717cb618\"] blockquote, #tve_editor [data-css=\"tve-u-162717cb618\"] address, #tve_editor [data-css=\"tve-u-162717cb618\"] h1, #tve_editor [data-css=\"tve-u-162717cb618\"] h2, #tve_editor [data-css=\"tve-u-162717cb618\"] h3, #tve_editor [data-css=\"tve-u-162717cb618\"] h4, #tve_editor [data-css=\"tve-u-162717cb618\"] h5, #tve_editor [data-css=\"tve-u-162717cb618\"] h6 { color: rgb(0, 229, 255); }[data-css=\"tve-u-162718bd0c0\"] { clip-path: url(\"#clip-top-a3b25e1c9221a\"); -webkit-clip-path: url(\"#clip-top-a3b25e1c9221a\");  opacity: 1; filter: grayscale(0%) blur(0px); background-image: none !important; background-color: transparent !important; }[data-css=\"tve-u-162718a3b40\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-162717fcf9d\"] { z-index: 0 !important; padding: 170px 40px 0px !important; margin-top: -80px !important; }[data-css=\"tve-u-16260cd622f\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-16260cd7683\"]::after { clear: both; }[data-css=\"tve-u-16260cd622f\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin-top: 0px !important; margin-bottom: -1px !important; }[data-css=\"tve-u-16260be7104\"] { max-width: 1200px; }[data-css=\"tve-u-16260ba2fa4\"] { padding: 100px 40px !important; }[data-css=\"tve-u-162539c17ec\"] { line-height: 1.6em !important; }#tve_editor [data-css=\"tve-u-162493b6b63\"]:hover { background-color: rgb(248, 249, 251) !important; }#tve_editor [data-css=\"tve-u-1624939a960\"]:hover { background-color: rgb(248, 249, 251) !important; background-image: none !important; }#tve_editor [data-css=\"tve-u-162492e70ad\"] { color: rgb(137, 141, 167) !important; }[data-css=\"tve-u-162492815ba\"] { padding: 0px !important; margin-top: 25px !important; }[data-css=\"tve-u-162491e8e1f\"]::after { clear: both; }[data-css=\"tve-u-1622f65ba70\"] { border: none; background-image: none !important; padding: 0px 30px 30px !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-1622a159bcb\"] { max-width: 100%; float: none; z-index: 6; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; margin-top: 0px !important; }[data-css=\"tve-u-16229915e4e\"] { max-width: 62.8%; }[data-css=\"tve-u-16229915e1a\"] { max-width: 37.2%; }[data-css=\"tve-u-16225617da3\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-Brett.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16225611edb\"] { min-height: 127px; }[data-css=\"tve-u-1622561121b\"] { max-width: 127px; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-16224848ee5\"]::after { clear: both; }[data-css=\"tve-u-16224834cab\"]::after { clear: both; }[data-css=\"tve-u-1621ee3afec\"] > .tve-cb { display: block; }[data-css=\"tve-u-1621fe78878\"] > .tcb-flex-col { padding-left: 5px; }[data-css=\"tve-u-1621fe940b9\"] { max-width: 50%; }[data-css=\"tve-u-1621fe94086\"] { max-width: 50%; }[data-css=\"tve-u-1621fe85996\"] { max-width: 585px; float: left; z-index: 3; position: relative; width: 100%; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621fe78878\"] > .tcb-flex-col > .tcb-col { min-height: 65px; justify-content: center; }[data-css=\"tve-u-1621fe78878\"] { min-height: inherit; margin-left: -5px; padding: 0px !important; flex-wrap: wrap !important; }#tve_editor [data-css=\"tve-u-1621f4d0451\"] { font-size: 20px !important; }#tve_editor [data-css=\"tve-u-1621f4ceaf6\"] { font-size: 20px !important; color: rgb(12, 12, 12) !important; }[data-css=\"tve-u-1621f45bed3\"] { padding: 0px !important; }[data-css=\"tve-u-1621f114214\"] { float: none; max-width: 100%; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621f0da775\"] { padding: 0px !important; }#tve_editor [data-css=\"tve-u-1621f0d874c\"] { letter-spacing: 1px; color: rgb(255, 255, 255) !important; font-size: 14px !important; }[data-css=\"tve-u-1621f0d2c1a\"] { max-width: 100%; margin-left: 60px !important; margin-right: 60px !important; }[data-css=\"tve-u-1621f0aa8f7\"] .tve-page-section-in { display: flex; justify-content: center; flex-direction: column; }[data-css=\"tve-u-1621f0cbe40\"] { margin-left: 0px; padding: 0px !important; }[data-css=\"tve-u-1621f0cbe40\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-1621f0b0088\"] { max-width: 100%; min-height: 140px !important; }[data-css=\"tve-u-1621f0ada0e\"] { background-image: linear-gradient(rgb(22, 22, 24), rgb(22, 22, 24)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1621f0aa8f7\"] { padding: 0px !important; }[data-css=\"tve-u-1621efddaaf\"] { padding: 0px !important; }[data-css=\"tve-u-1621ef118dc\"] { width: 191px; position: relative; right: -50px; top: 0px; float: none; z-index: 3; left: 10px; margin: 0px auto !important; padding-left: 0px !important; }#tve_editor [data-css=\"tve-u-1621ee74a24\"] > :first-child { color: rgb(255, 255, 255); }[data-css=\"tve-u-1621ee74a24\"] { font-size: 60px; float: none; z-index: 3; position: relative; box-shadow: none; margin: 0px auto 10px !important; padding-top: 0px !important; }[data-css=\"tve-u-1621ee63e1c\"] { float: none; z-index: 3; position: relative; max-width: none; width: 100%; padding: 0px !important; margin: 0px auto 30px !important; }[data-css=\"tve-u-1621ee58e74\"] { background-color: rgba(0, 0, 0, 0.77) !important; border-right: 2px dotted rgb(0, 0, 0) !important; }[data-css=\"tve-u-1621ee3afec\"] { padding: 60px 10px 0px 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621ee22c43\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding-top: 0px !important; padding-left: 0px !important; }[data-css=\"tve-u-1621ee18a1c\"] { box-shadow: none; margin: 1px 20px 0px !important; }[data-css=\"tve-u-1621ee093d4\"] { margin-top: 0px !important; }[data-css=\"tve-u-1621ee03000\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1621ee03000\"] { margin-left: 0px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-1621ee03000\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-1621edf8048\"] { max-width: 100%; min-height: 1px !important; }[data-css=\"tve-u-1621ec454d9\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec43fe2\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec42aa7\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec3a5c0\"] { margin-top: 0px !important; margin-bottom: 10px !important; }[data-css=\"tve-u-1621ec37ea5\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec36a4d\"] { margin-bottom: 10px !important; }[data-css=\"tve-u-1621ea18c5d\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ea19a06\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ea1a5d7\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ea2c69a\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ea23322\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ec298ab\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ec2704c\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ec241aa\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ec05cc3\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec04541\"] { margin-top: 10px !important; }[data-css=\"tve-u-1621ec009a8\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ebff867\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621ebfe4ce\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621eb037bb\"] { padding: 0px !important; margin-top: 0px !important; margin-bottom: 30px !important; }[data-css=\"tve-u-1621eaff572\"] { color: rgb(15, 29, 123) !important; }[data-css=\"tve-u-1621ea50702\"] { max-width: 230px; float: none; z-index: 3; position: relative; width: 100%; padding: 0px !important; margin: 0px auto !important; }#tve_editor [data-css=\"tve-u-1621ea2c69a\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ea295c0\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ea295c0\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ea1fba7\"] > :first-child { color: rgb(137, 141, 167); }#tve_editor [data-css=\"tve-u-1621ea23322\"] { font-size: 16px !important; }[data-css=\"tve-u-1621ea1fba7\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }[data-css=\"tve-u-1621e99c314\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }[data-css=\"tve-u-1621e99b1db\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }[data-css=\"tve-u-1621e9993aa\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ea1a5d7\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ea19a06\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ea18c5d\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621e99c314\"] > :first-child { color: rgb(137, 141, 167); }#tve_editor [data-css=\"tve-u-1621e99b1db\"] > :first-child { color: rgb(137, 141, 167); }#tve_editor [data-css=\"tve-u-1621e9993aa\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621e8107f3\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621e942b65\"] strong { font-weight: 800; }[data-css=\"tve-u-1621e7e9950\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621e930bd7\"] { padding: 0px 0px 50px !important; }#tve_editor [data-css=\"tve-u-1621e92e97f\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1621e81f424\"] { border-radius: 200px; overflow: hidden; background-image: none !important; border: 3px solid rgb(255, 255, 255) !important; background-color: rgb(144, 147, 168) !important; }[data-css=\"tve-u-1621e819c52\"] { min-height: 110px; }[data-css=\"tve-u-1621e8107f3\"] { float: none; max-width: 110px; z-index: 4; padding: 0px !important; margin: -60px auto 30px !important; }[data-css=\"tve-u-1621e7edfd9\"] { clip-path: url(\"#clip-bottom-10ffac3b28f1d\"); -webkit-clip-path: url(\"#clip-bottom-10ffac3b28f1d\");  background-image: none !important; background-color: rgb(144, 147, 168) !important; }[data-css=\"tve-u-1621e7e9950\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1621e7e6c1d\"] { min-height: 150px; }[data-css=\"tve-u-1621e7c7aa1\"] > .tcb-flex-col { padding-left: 60px; }[data-css=\"tve-u-1621e7d5094\"] { min-height: 480px; }[data-css=\"tve-u-1621e7d234c\"] { box-shadow: rgba(0, 0, 0, 0.02) 0px 2px 22px 0px; background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1621e7ceab3\"] { float: none; width: 100%; padding: 0px 0px 20px !important; margin: 0px auto !important; }[data-css=\"tve-u-1621e7c899a\"] { float: none; max-width: 100%; margin: 0px auto !important; }[data-css=\"tve-u-1621e7c7aa1\"] { margin-left: -60px; padding: 0px !important; }[data-css=\"tve-u-1621e7b695a\"] { padding: 0px !important; margin-bottom: 100px !important; }#tve_editor [data-css=\"tve-u-1621e7a7350\"] { color: rgb(15, 29, 123) !important; }[data-css=\"tve-u-1621b3cfc7b\"] { filter: blur(0px); opacity: 1; background-image: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(220, 224, 246) 38%) !important; background-color: rgb(212, 212, 212) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1621b3c8c52\"] { padding: 100px 40px !important; }[data-css=\"tve-u-1621b3c74d9\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-1621b300a64\"]::after { clear: both; }[data-css=\"tve-u-1621b24a89d\"] { padding: 0px !important; }[data-css=\"tve-u-1621b22a018\"] { background-image: none !important; padding: 0px !important; }[data-css=\"tve-u-1621b200375\"] { float: none; max-width: 100%; border-left: 1px solid rgba(15, 29, 123, 0.7); border-right: 1px solid rgba(15, 29, 123, 0.7); background-color: rgb(248, 249, 251) !important; margin: 0px auto !important; }[data-css=\"tve-u-1621b10fccf\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1621b0e4fb7\"] { border-right: none; max-width: 100%; padding: 0px !important; margin-bottom: 40px !important; margin-right: 0px !important; }[data-css=\"tve-u-1621b072b4e\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-1621b064668\"] { max-width: 52%; }[data-css=\"tve-u-1621b064646\"] { max-width: 48%; }[data-css=\"tve-u-1621afda4fa\"] { max-width: none; padding: 0px !important; margin-bottom: 40px !important; }#tve_editor [data-css=\"tve-u-1621afd8c98\"] { color: rgb(255, 255, 255) !important; font-size: 20px !important; }[data-css=\"tve-u-1621afceb00\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 80%; padding: 0px !important; margin-bottom: 50px !important; }#tve_editor [data-css=\"tve-u-1621afcc0bf\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1621a8a804b\"] > .tcb-flex-col { padding-left: 60px; }[data-css=\"tve-u-1621ae6c8da\"] { clip-path: url(\"#clip-top-aa2c3e3c70555\"); -webkit-clip-path: url(\"#clip-top-aa2c3e3c70555\");  background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-Cta-2.jpg\") !important; background-size: cover !important; background-position: 0% 100% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1621ae4fd21\"] { max-width: 100%; top: -70px; z-index: 5; left: -60px; position: relative !important; padding: 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-1621ae4db6e\"] { min-height: 524px; }[data-css=\"tve-u-1621ada1e7f\"] .tve-page-section-in { display: flex; flex-direction: column; justify-content: center; }[data-css=\"tve-u-1621adea58b\"] > .tcb-flex-col > .tcb-col { min-height: 1px; justify-content: center; }[data-css=\"tve-u-1621ae0bec7\"] { height: calc(100% - -22px); background-image: linear-gradient(rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.14)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; margin-left: 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621adea58b\"] > .tcb-flex-col { padding-left: 50px; }[data-css=\"tve-u-1621adea58b\"] { margin-left: -50px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-1621ade6172\"] { max-width: 100%; float: none; width: 100%; margin: 0px auto !important; }[data-css=\"tve-u-1621adba9ef\"] { clip-path: url(\"#clip-top-52d5a36c151aa\"); -webkit-clip-path: url(\"#clip-top-52d5a36c151aa\");  background-image: linear-gradient(rgba(15, 29, 123, 0.65), rgba(15, 29, 123, 0.65)), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-cta-bg.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-1621ada1e7f\"] { padding: 0px 40px !important; }[data-css=\"tve-u-1621ad46076\"] { padding: 100px 40px !important; margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1621ad420c4\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-1621a9076ef\"] { padding-top: 2px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-1621acf64fb\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621acf47d2\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1621acf0289\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621a8e11f3\"] { padding-top: 2px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-1621a8e5625\"] { padding-top: 2px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-1621ace4de9\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1621ace1b08\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1621a9a2867\"] strong { font-weight: 700; }#tve_editor [data-css=\"tve-u-1621a9a2867\"] { font-weight: 300; color: rgb(15, 29, 123) !important; font-family: Poppins !important; }[data-css=\"tve-u-1621a9750ae\"] { font-size: 13.6px !important; line-height: 13.6px !important; }[data-css=\"tve-u-1621a9a2867\"] { font-size: 48px !important; line-height: 48px !important; }[data-css=\"tve-u-1621a9a2866\"] { margin-top: 40px !important; }[data-css=\"tve-u-1621a9a2862\"] { width: 160px !important; height: 160px !important; background-color: rgb(137, 141, 167) !important; }[data-css=\"tve-u-1621a98b602\"] { stroke-dasharray: 502.655, 502.655; }[data-css=\"tve-u-1621a983587\"] { float: none; border: 30px solid rgba(137, 141, 167, 0.24); z-index: 3; position: relative; margin: 30px auto 0px !important; padding: 0px !important; }[data-css=\"tve-u-1621a9750ae\"] strong { font-weight: 700; }#tve_editor [data-css=\"tve-u-1621a9750ae\"] { color: rgb(255, 255, 255) !important; font-family: Monda !important; }[data-css=\"tve-u-1621a96b190\"] { background-color: rgb(231, 229, 229); width: 144px !important; height: 144px !important; top: 8px !important; bottom: 8px !important; left: 8px !important; right: 8px !important; }[data-css=\"tve-u-1621a9685d4\"] { stroke: rgb(248, 251, 253) !important; stroke-width: 17px !important; }[data-css=\"tve-u-1621a8a804b\"] > .tcb-flex-col > .tcb-col { min-height: 445px; justify-content: center; }[data-css=\"tve-u-1621a90a46f\"] { background-image: radial-gradient(rgba(255, 255, 255, 0.51) 16%, rgb(255, 255, 255) 73%), url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-100-clean.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }#tve_editor [data-css=\"tve-u-1621a9076ef\"] > :first-child { color: rgb(15, 29, 123); }#tve_editor [data-css=\"tve-u-1621a8e5625\"] > :first-child { color: rgb(15, 29, 123); }#tve_editor [data-css=\"tve-u-1621a8e11f3\"] > :first-child { color: rgb(15, 29, 123); }[data-css=\"tve-u-1621a8c4313\"] { padding: 0px !important; margin-bottom: 60px !important; }[data-css=\"tve-u-1621a8b2488\"] { float: none; max-width: 100%; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621a8a804b\"] { min-height: inherit; margin-left: -60px; padding: 0px !important; }[data-css=\"tve-u-1621a2e0d5b\"] { line-height: 1em !important; }[data-css=\"tve-u-1621a2247ba\"] { max-width: 100%; float: none; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; }#tve_editor [data-css=\"tve-u-1620af7eb3f\"] .tcb-button-link { font-size: 18px; color: rgb(15, 29, 123) !important; }#tve_editor [data-css=\"tve-u-1620af7eb3f\"]:hover strong { font-weight: 700 !important; }[data-css=\"tve-u-1620af7eb3f\"] { width: 268px; float: left; z-index: 3; position: relative; display: block; max-width: 268px; margin-bottom: 0px !important; margin-top: 0px !important; margin-left: 3px !important; }#tve_editor [data-css=\"tve-u-1620af7eb3f\"]:hover .tcb-button-link { color: rgb(255, 255, 255) !important; border-radius: 200px !important; overflow: hidden !important; font-family: Monda !important; font-weight: 400 !important; text-shadow: none !important; background-image: none !important; background-color: rgb(15, 29, 123) !important; }[data-css=\"tve-u-1620af7eb3f\"] .tcb-button-link { border-radius: 200px; min-height: 54.7619px; font-size: 1.33333em; padding-top: 0px; padding-bottom: 0px; background-image: none !important; background-color: rgb(255, 255, 255) !important; padding-right: 15px !important; }#tcb_landing_page a:not(.tcb-button-link).tve_state_hover { color: rgb(35, 55, 188); }#tcb_landing_page a:not(.tcb-button-link):hover { color: rgb(35, 55, 188); }#tcb_landing_page a:not(.tcb-button-link) { color: rgb(255, 255, 255); }#tcb_landing_page input strong { font-weight: 700; }#tcb_landing_page .tcb-button-link strong { font-weight: 700; }#tcb_landing_page p strong, #tcb_landing_page li strong { font-weight: 700; }#tcb_landing_page input { font-family: Merriweather; font-weight: 400; }#tcb_landing_page .tcb-button-link { font-family: Merriweather; font-weight: 400; }#tcb_landing_page p, #tcb_landing_page li { color: rgb(12, 12, 12); font-family: Merriweather; font-weight: 400; line-height: 1.5em; font-size: 16px; }#tcb_landing_page h6 { text-transform: uppercase; font-size: 14px; color: rgb(0, 0, 0); font-family: \"Special Elite\"; font-weight: 400; letter-spacing: 1px; line-height: 1.3em; }#tcb_landing_page h5 { font-size: 22px; color: rgb(12, 12, 12); font-family: \"Special Elite\"; font-weight: 400; line-height: 1.3em; }#tcb_landing_page h4 { font-size: 24px; color: rgb(12, 12, 12); font-family: \"Special Elite\"; font-weight: 400; line-height: 1.3em; }#tcb_landing_page h3 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(12, 12, 12); font-size: 26px; line-height: 1.3em; }#tcb_landing_page h2 { color: rgb(0, 0, 0); font-size: 30px; letter-spacing: 2px; text-transform: uppercase; line-height: 1.3em; font-family: \"Special Elite\"; font-weight: 400; }#tcb_landing_page h1 { font-family: \"Special Elite\"; font-weight: 400; color: rgb(0, 0, 0); font-size: 42px; line-height: 1.3em; }[data-css=\"tve-u-15e09c94f7d\"] { background-color: rgb(231, 229, 229) !important; }[data-css=\"tve-u-1621b01355a\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621b01355a\"] { max-width: 274px; position: relative; float: left; z-index: 3; width: 100%; padding: 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-1621b028939\"] .tcb-button-link { font-size: 18px; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1621b028939\"]:hover strong { font-weight: 700 !important; }[data-css=\"tve-u-1621b028939\"] { display: block; max-width: 268px; width: 268px; top: 0px; left: 0px; float: left; z-index: 3; position: relative; margin-bottom: 0px !important; margin-top: 0px !important; }#tve_editor [data-css=\"tve-u-1621b028939\"]:hover .tcb-button-link { background-color: rgb(255, 255, 255) !important; color: rgb(15, 29, 123) !important; overflow: hidden !important; font-family: Monda !important; background-image: none !important; text-align: center !important; }[data-css=\"tve-u-1621b028939\"] .tcb-button-link { min-height: 54.7619px; font-size: 1.33333em; padding-top: 0px; padding-bottom: 0px; border: 1px solid rgb(255, 255, 255); border-radius: 30px; overflow: hidden; background-color: rgba(26, 188, 156, 0.01) !important; padding-right: 15px !important; color: rgb(26, 188, 156) !important; }[data-css=\"tve-u-1621b08fdde\"] { border-radius: 200px; overflow: hidden; border: 1px solid rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1621b01355a\"]:hover [data-css=\"tve-u-1621b08fdde\"] { border: 1px solid rgba(255, 255, 255, 0.4) !important; }[data-css=\"tve-u-1621b30ca74\"]::after { clear: both; }#tve_editor [data-css=\"tve-u-1621e942b65\"] { font-weight: 400; letter-spacing: 0px; color: rgb(255, 255, 255) !important; font-family: Poppins !important; font-size: 30px !important; }[data-css=\"tve-u-1621e94cb4e\"] { float: none; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621eaaedd8\"] { clip-path: url(\"#clip-bottom-a2b9cf3198d6f\"); -webkit-clip-path: url(\"#clip-bottom-a2b9cf3198d6f\");  background-image: none !important; background-color: rgb(5, 10, 42) !important; }[data-css=\"tve-u-1621eab272c\"] { border-radius: 200px; overflow: hidden; background-image: none !important; border: 3px solid rgb(255, 255, 255) !important; background-color: rgb(5, 10, 42) !important; }[data-css=\"tve-u-1621eacf6af\"] { max-width: 230px; float: none; z-index: 3; position: relative; padding: 0px !important; margin: 0px auto !important; }[data-css=\"tve-u-1621eb3eb9f\"] { clip-path: url(\"#clip-bottom-ac98bb0e54b3b\"); -webkit-clip-path: url(\"#clip-bottom-ac98bb0e54b3b\");  background-image: none !important; background-color: rgb(45, 51, 89) !important; }[data-css=\"tve-u-1621eb43d8d\"] { border-radius: 200px; overflow: hidden; background-image: none !important; border: 3px solid rgb(255, 255, 255) !important; background-color: rgb(45, 51, 89) !important; }[data-css=\"tve-u-1621eb7ccb0\"] { min-height: 530px; }[data-css=\"tve-u-1621eb81205\"] { padding: 0px 0px 20px !important; margin-top: -25px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621ebbbb6d\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621ebbbb6d\"] { max-width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1621ebf340c\"] { max-width: 230px; float: none; z-index: 3; position: relative; width: 100%; padding: 0px !important; margin: 0px auto !important; }[data-css=\"tve-u-1621ebfa746\"] { padding: 0px !important; margin-top: 0px !important; margin-bottom: 30px !important; }#tve_editor [data-css=\"tve-u-1621ebfe4ce\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ebff867\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ec009a8\"] { font-size: 16px !important; }[data-css=\"tve-u-1621ec09a3c\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; margin: 0px !important; }#tve_editor [data-css=\"tve-u-1621ec09a3c\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ec0c5bd\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; margin: 0px !important; }#tve_editor [data-css=\"tve-u-1621ec0c5bd\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ec15f6e\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ec15f6e\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ec204df\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ec204df\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ec20f68\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ec20f68\"] > :first-child { color: rgb(137, 141, 167); }[data-css=\"tve-u-1621ec21a31\"] { font-size: 16px; width: 16px; height: 16px; padding: 5px !important; }#tve_editor [data-css=\"tve-u-1621ec21a31\"] > :first-child { color: rgb(137, 141, 167); }#tve_editor [data-css=\"tve-u-1621ec241aa\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ec2704c\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621ec298ab\"] { font-size: 16px !important; }[data-css=\"tve-u-1621ec6c39b\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621ec6c39b\"] { float: none; max-width: 110px; z-index: 4; padding: 0px !important; margin: -60px auto 30px !important; }[data-css=\"tve-u-1621ec752da\"] { min-height: 110px; }[data-css=\"tve-u-1621ec78d2c\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1621ec78d2c\"] { float: none; max-width: 110px; z-index: 4; padding: 0px !important; margin: -60px auto 30px !important; }[data-css=\"tve-u-1621ec79a7d\"] { min-height: 110px; }[data-css=\"tve-u-1621ec7f21a\"] { min-height: 160px; }[data-css=\"tve-u-1621f154231\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-1621f154231\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin: 0px 0px -1px !important; }[data-css=\"tve-u-1621f15b521\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-1621f15b521\"] { float: right; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin-top: -1px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621f4ceaf7\"] { color: rgb(15, 29, 123) !important; }[data-css=\"tve-u-1621fb65556\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-1621fb65556\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-1621fb65556\"] { min-height: inherit; margin-left: -20px; padding: 0px !important; }[data-css=\"tve-u-1621fb68b97\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-1621fb68b97\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-1621fb68b97\"] { min-height: inherit; margin-left: -30px; padding: 30px !important; }[data-css=\"tve-u-1621fbacc60\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621fbcad8c\"] { padding: 0px !important; }[data-css=\"tve-u-1621fc0ce17\"] { padding: 0px !important; margin-bottom: 15px !important; }[data-css=\"tve-u-1621fd84d7b\"] { min-height: 480px; }[data-css=\"tve-u-1621fd8766c\"] { min-height: 150px; }[data-css=\"tve-u-1621fd9c946\"] { padding: 0px 0px 20px !important; margin-top: 0px !important; margin-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-1621fe1587d\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1621fe1725e\"] strong { font-weight: 800; }#tve_editor [data-css=\"tve-u-1621fe1725e\"] { font-weight: 400; letter-spacing: 0px; color: rgb(255, 255, 255) !important; font-family: Poppins !important; font-size: 30px !important; }#tve_editor [data-css=\"tve-u-1621fe1a1af\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1621fe1bd18\"] strong { font-weight: 800; }#tve_editor [data-css=\"tve-u-1621fe1bd18\"] { font-weight: 400; letter-spacing: 0px; color: rgb(255, 255, 255) !important; font-family: Poppins !important; font-size: 30px !important; }[data-css=\"tve-u-16223b080b0\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-16223b080b0\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-16223f02c16\"] { min-height: 62px; }[data-css=\"tve-u-16223fe5f5b\"] { padding: 0px !important; }[data-css=\"tve-u-16224439be1\"] { padding: 0px !important; }#tve_editor [data-css=\"tve-u-1622444fb11\"] { letter-spacing: 1px; color: rgb(137, 141, 167) !important; font-size: 14px !important; }#tve_editor [data-css=\"tve-u-16228c764b2\"] { font-size: 18px !important; }[data-css=\"tve-u-16229f6175c\"] { border: none; margin: 80px 0px 0px !important; background-image: none !important; }[data-css=\"tve-u-16229fa6a26\"] { border: none; box-shadow: none; padding: 0px 30px 30px !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-16229fa8c68\"] { border: none; padding: 0px 30px 30px !important; background-image: none !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col > .tcb-col { min-height: 244px; }[data-css=\"tve-u-16229ffbb7b\"] { margin-left: -30px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16248fc42a1\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-16248fc42a1\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-16248fc71c8\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-16249355087\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-16249355087\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-16249358652\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-16249358652\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-1624935a201\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-1624935a201\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-16249367114\"] { border: none; margin: 30px 0px 0px !important; background-image: none !important; }[data-css=\"tve-u-16249373b25\"] { border: none; padding: 0px 30px 30px !important; background-image: linear-gradient(rgb(248, 249, 251), rgb(248, 249, 251)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1624939a960\"] { border: none; box-shadow: none; padding: 0px 30px 30px !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-162493a03b0\"] > .tcb-flex-col > .tcb-col { min-height: 244px; }[data-css=\"tve-u-162493a03b0\"] { margin-left: -30px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-162493a03b0\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-162493b6b63\"] { border: none; background-image: none !important; padding: 0px 30px 30px !important; background-color: rgb(248, 249, 251) !important; }#tve_editor [data-css=\"tve-u-162493d5f13\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-162493d5f13\"] { font-size: 30px; width: 30px; height: 30px; top: 0px; left: 0px; display: block; position: static; z-index: 8; border-bottom: 1px solid rgb(10, 93, 165); border-top: none; border-right: none; border-left: none; border-image: initial; margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-162494b490e\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-162494b7ad0\"] { padding: 0px !important; margin-top: 25px !important; margin-left: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-1625389a3d5\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-1625389a3d5\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-1625389b4ed\"] { line-height: 1.2em !important; }#tve_editor [data-css=\"tve-u-1625389b4ed\"] { color: rgb(15, 29, 123) !important; font-size: 22px !important; }[data-css=\"tve-u-162539ac577\"] { max-width: 39%; }[data-css=\"tve-u-162539ac57d\"] { max-width: 61%; }#tve_editor [data-css=\"tve-u-162539c17ec\"] { font-size: 16px !important; color: rgba(12, 12, 12, 0.7) !important; }[data-css=\"tve-u-16260c39a7e\"] { float: none; max-width: 100%; border-left: 1px solid rgba(15, 29, 123, 0.7); border-right: 1px solid rgba(15, 29, 123, 0.7); margin: 0px auto !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-16260c433e9\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-Rosie.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16260c5ff07\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-16260c5ff07\"] { float: right; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin: -1px 0px 0px !important; }[data-css=\"tve-u-16260c5ff0c\"]::after { clear: both; }[data-css=\"tve-u-16260d01208\"] { max-width: 37%; }[data-css=\"tve-u-16260d0120e\"] { max-width: 63%; }[data-css=\"tve-u-16260d39b83\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-16260d39b83\"] { float: right; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin-top: -1px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-16260d3b97e\"]::after { clear: both; }[data-css=\"tve-u-16260d3f4aa\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16260d3f4aa\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-16260d3f4aa\"] { min-height: inherit; margin-left: -30px; padding: 30px !important; }[data-css=\"tve-u-16260d3f4af\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-16260d3f4af\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-16260d3f4af\"] { min-height: inherit; margin-left: -20px; padding: 0px !important; }[data-css=\"tve-u-16260d5e4b8\"] { background-image: url(\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-Shawn.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16260d73672\"] .tve_sep { border-width: 1px; border-color: rgba(15, 29, 123, 0.7); }[data-css=\"tve-u-16260d73672\"] { float: left; z-index: 3; position: relative; width: 100%; max-width: 75px; padding: 0px !important; margin-top: 0px !important; margin-bottom: -1px !important; }[data-css=\"tve-u-16260d8392c\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-16260d8392c\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-16260d8392c\"] { min-height: inherit; margin-left: -30px; padding: 30px !important; }[data-css=\"tve-u-16260d8396c\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-16260d8396c\"] > .tcb-flex-col > .tcb-col { min-height: 127px; }[data-css=\"tve-u-16260d8396c\"] { min-height: inherit; margin-left: -20px; padding: 0px !important; }[data-css=\"tve-u-16260da3aa7\"] { float: none; max-width: 100%; border-left: 1px solid rgba(15, 29, 123, 0.7); border-right: 1px solid rgba(15, 29, 123, 0.7); margin: 0px auto !important; background-color: rgb(248, 249, 251) !important; }[data-css=\"tve-u-162717cb600\"] { max-width: 58.2%; }[data-css=\"tve-u-162717cb601\"] { max-width: 41.8%; }[data-css=\"tve-u-162717cb609\"]::after { clear: both; }[data-css=\"tve-u-162717cb60a\"] { padding-right: 50px !important; padding-bottom: 80px !important; padding-top: 20px !important; }[data-css=\"tve-u-162717cb60b\"]::after { clear: both; }[data-css=\"tve-u-162717cb60b\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-162717cb60f\"] { padding: 0px !important; margin-bottom: 25px !important; }[data-css=\"tve-u-162717cb610\"] { padding: 0px !important; margin-bottom: 35px !important; box-shadow: none !important; }#tve_editor [data-css=\"tve-u-162717cb616\"] { text-shadow: rgb(0, 0, 0) 2px 2px 2px; text-transform: none !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-162717cb617\"] { margin-left: 0px; padding: 0px !important; }[data-css=\"tve-u-162717cb618\"] { max-width: none; margin-top: 0px !important; }[data-css=\"tve-u-162717cb620\"] { clip-path: url(\"#clip-bottom-c883ac5175045\"); -webkit-clip-path: url(\"#clip-bottom-c883ac5175045\");  opacity: 1; filter: grayscale(0%) blur(0px); background-image: linear-gradient(rgba(0, 0, 0, 0.57), rgba(0, 0, 0, 0.57)), url(\"https://bestcerakoteflorida.com/wp-content/uploads/2018/05/FTYS6743.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, fixed !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-162717cb609\"] { max-width: 1200px; min-height: 630px !important; }[data-css=\"tve-u-162717cb621\"] { z-index: 1; padding: 125px 40px 0px !important; margin-top: -130px !important; }[data-css=\"tve-u-162717d1bb6\"] { border-right: 1px solid rgba(255, 255, 255, 0.2); }[data-css=\"tve-u-162717d1bb7\"] { max-width: 23.7%; }[data-css=\"tve-u-162717d1bb9\"] { max-width: 42.9%; }[data-css=\"tve-u-162717d1bbc\"] { border-left: none; padding: 0px !important; }[data-css=\"tve-u-162717d1bbe\"] { border-bottom: 1px solid rgba(255, 255, 255, 0.2); float: none; width: 100%; position: relative; z-index: 10; max-width: 1600px; margin: 0px auto !important; }[data-css=\"tve-u-162717d1bbf\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-162717d1bbf\"] > .tcb-flex-col { padding-left: 17px; }[data-css=\"tve-u-162717d1bbf\"] { margin-left: -17px; min-height: inherit; padding: 5px 0px 0px 40px !important; }#tve_editor [data-css=\"tve-u-162717d1bbe\"] p, #tve_editor [data-css=\"tve-u-162717d1bbe\"] li, #tve_editor [data-css=\"tve-u-162717d1bbe\"] blockquote, #tve_editor [data-css=\"tve-u-162717d1bbe\"] address { font-size: 16px; }#tve_editor [data-css=\"tve-u-16271adf6cf\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-16271adf6cf\"] { font-size: 30px; width: 30px; height: 30px; top: 22px; left: 20px; border-bottom: 1px solid rgb(10, 93, 165); margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1641367e553\"] > :first-child { color: rgba(15, 29, 123, 0.12); }[data-css=\"tve-u-1641367e553\"] { font-size: 60px; float: none; box-shadow: none; width: 60px; height: 60px; margin: -55px auto 60px !important; padding-right: 17px !important; }[data-css=\"tve-u-16416e4fafd\"] { box-shadow: rgba(0, 0, 0, 0.02) 0px 2px 22px 0px; background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16416e603ab\"] { box-shadow: rgba(0, 0, 0, 0.12) 0px 3px 44px 0px; background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-164179a84b8\"] > .tve-cb { display: block; }[data-css=\"tve-u-164179a84b8\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-164179bced9\"] { border-right: none; padding: 3px 0px 0px !important; position: static !important; }[data-css=\"tve-u-16417b4cb9e\"] { padding: 0px 0px 50px !important; }[data-css=\"tve-u-16417b62c09\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-16417b662bf\"] { margin-top: 0px !important; margin-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-16417e5bd95\"] > :first-child { color: rgb(255, 255, 255); }[data-css=\"tve-u-16417e5bd95\"] { z-index: 4; position: relative; float: left; font-size: 25px !important; width: 25px !important; height: 25px !important; margin: 3px 15px 0px 0px !important; padding-left: 0px !important; }[data-css=\"tve-u-1641c1af44d\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1641c1b01a6\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1641c1b0a67\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1641c1b12d8\"] { float: left; z-index: 3; position: relative; max-width: 100%; border: none; width: 100%; padding: 0px !important; margin: 0px !important; }#tve_editor [data-css=\"tve-u-1641c1b33f9\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-1641c1b33f9\"] { font-size: 30px; width: 30px; height: 30px; top: 22px; left: 20px; border-bottom: 1px solid rgb(10, 93, 165); margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1641c1b456a\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-1641c1b456a\"] { font-size: 30px; width: 30px; height: 30px; top: 22px; left: 20px; border-bottom: 1px solid rgb(10, 93, 165); margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1641c1b52d3\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-1641c1b52d3\"] { font-size: 30px; width: 30px; height: 30px; top: 22px; left: 20px; border-bottom: 1px solid rgb(10, 93, 165); margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1641c1b60b4\"] > :first-child { color: rgb(0, 229, 255); }[data-css=\"tve-u-1641c1b60b4\"] { font-size: 30px; width: 30px; height: 30px; top: 22px; left: 20px; border-bottom: 1px solid rgb(10, 93, 165); margin: 0px 0px 20px !important; padding: 16px !important; background-image: none !important; background-color: rgb(255, 255, 255) !important; }#tcb_landing_page .tcb-plain-text { color: rgb(0, 0, 0); font-family: Merriweather; font-weight: 400; }#tcb_landing_page .tcb-plain-text strong { font-weight: 700; }[data-css=\"tve-u-162717d1bbe\"] p { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-162717d1bbe\"] h3 { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-1695981e7bb\"] { max-width: 33.3545%; }[data-css=\"tve-u-16959822de2\"] { width: 291px; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-16959846d3d\"] { margin-top: 0px !important; }[data-css=\"tve-u-16959cd1e7a\"] { margin-top: 10px !important; }[data-css=\"tve-u-1695a3002e2\"] .tcb-button-link { border-radius: 4px; border-bottom: 4px solid rgb(117, 0, 23); border-top-color: rgb(198, 225, 224); border-right-color: rgb(198, 225, 224); border-left-color: rgb(198, 225, 224); background-image: none !important; background-color: rgb(143, 2, 32) !important; padding-right: 25px !important; }#tve_editor [data-css=\"tve-u-1695a3002e2\"]:hover .tcb-button-link { background-color: rgb(132, 1, 28) !important; }#tve_editor [data-css=\"tve-u-1695a36117b\"] { letter-spacing: 3px; color: rgb(255, 255, 255) !important; font-size: 15px !important; text-transform: capitalize !important; font-family: Merriweather !important; font-weight: 400 !important; }[data-css=\"tve-u-1695d995f33\"] { box-shadow: none; margin: 0px 20px -25px !important; }#tve_editor [data-css=\"tve-u-1695d9d652a\"]:hover input, #tve_editor [data-css=\"tve-u-1695d9d652a\"]:hover textarea { box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 9px -3px !important; }#tve_editor [data-css=\"tve-u-1695d9d6528\"]:hover input, #tve_editor [data-css=\"tve-u-1695d9d6528\"]:hover textarea { box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 9px -3px !important; }#tve_editor [data-css=\"tve-u-1695d9d6526\"]:hover input, #tve_editor [data-css=\"tve-u-1695d9d6526\"]:hover textarea { box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 9px -3px !important; }#tve_editor [data-css=\"tve-u-1695d9d6529\"] { font-family: \"Courier New\", Courier, monospace; font-weight: 700; font-size: 13px; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1695d9d6527\"] { font-family: \"Courier New\", Courier, monospace; font-weight: 700; font-size: 13px; color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1695d9d6525\"] { font-family: \"Courier New\", Courier, monospace; font-weight: 700; font-size: 13px; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1695d9d652a\"] input, [data-css=\"tve-u-1695d9d652a\"] textarea { box-shadow: rgba(0, 0, 0, 0.25) 0px 2px 9px -6px; background-image: none !important; }[data-css=\"tve-u-1695d9d6528\"] input, [data-css=\"tve-u-1695d9d6528\"] textarea { box-shadow: rgba(0, 0, 0, 0.25) 0px 2px 9px -6px; background-image: none !important; }[data-css=\"tve-u-1695d9d6526\"] input, [data-css=\"tve-u-1695d9d6526\"] textarea { box-shadow: rgba(0, 0, 0, 0.25) 0px 2px 9px -6px; background-image: none !important; }[data-css=\"tve-u-1695d9d6529\"] { text-transform: capitalize; letter-spacing: 1px; font-weight: normal !important; }[data-css=\"tve-u-1695d9d6527\"] { text-transform: capitalize; letter-spacing: 1px; font-weight: normal !important; }[data-css=\"tve-u-1695d9d6525\"] { text-transform: capitalize; letter-spacing: 1px; font-weight: normal !important; }#tve_editor [data-css=\"tve-u-1695d9d652a\"] input, #tve_editor [data-css=\"tve-u-1695d9d652a\"] textarea { border-radius: 4px; overflow: hidden; border: 1px solid rgb(237, 240, 243); }#tve_editor [data-css=\"tve-u-1695d9d6528\"] input, #tve_editor [data-css=\"tve-u-1695d9d6528\"] textarea { border-radius: 4px; overflow: hidden; border: 1px solid rgb(237, 240, 243); }#tve_editor [data-css=\"tve-u-1695d9d6526\"] input, #tve_editor [data-css=\"tve-u-1695d9d6526\"] textarea { border-radius: 4px; overflow: hidden; border: 1px solid rgb(237, 240, 243); }[data-css=\"tve-u-1695dd04208\"] { border-radius: 11px; overflow: hidden; margin-bottom: 10px !important; }#tve_editor [data-css=\"tve-u-1695dd27f6a\"] button { border-radius: 8px; border-color: rgb(131, 148, 139); font-family: \"Special Elite\"; text-transform: uppercase; font-size: 17px; background-image: none !important; background-color: rgb(143, 2, 32) !important; padding: 10px !important; font-weight: 400 !important; }#tve_editor [data-css=\"tve-u-1695dd27f6a\"]:hover button { background-color: rgb(75, 105, 89) !important; border-color: rgb(1, 2, 2) rgb(0, 0, 0) rgb(1, 2, 2) rgb(1, 2, 2) !important; }#tve_editor [data-css=\"tve-u-1695dd27f6a\"] { max-width: 30%; width: 30%; }[data-css=\"tve-u-1695dd27f6a\"] { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1695dd484d7\"] { border-radius: 11px; overflow: hidden; margin-bottom: 10px !important; }#tve_editor .thrv-content-box [data-css=\"tve-u-1621ee37f4a\"] p, #tve_editor .thrv-content-box [data-css=\"tve-u-1621ee37f4a\"] li, #tve_editor .thrv-content-box [data-css=\"tve-u-1621ee37f4a\"] blockquote, #tve_editor .thrv-content-box [data-css=\"tve-u-1621ee37f4a\"] address, #tve_editor .thrv-content-box [data-css=\"tve-u-1621ee37f4a\"] .tcb-plain-text, #tve_editor .thrv-content-box [data-css=\"tve-u-1621ee37f4a\"] label, #tve_editor .thrv-content-box [data-css=\"tve-u-1621ee37f4a\"] h1, #tve_editor .thrv-content-box [data-css=\"tve-u-1621ee37f4a\"] h2, #tve_editor .thrv-content-box [data-css=\"tve-u-1621ee37f4a\"] h3, #tve_editor .thrv-content-box [data-css=\"tve-u-1621ee37f4a\"] h4, #tve_editor .thrv-content-box [data-css=\"tve-u-1621ee37f4a\"] h5, #tve_editor .thrv-content-box [data-css=\"tve-u-1621ee37f4a\"] h6 { color: rgb(255, 255, 255); }#tve_editor [data-css=\"tve-u-1695d9d6526\"] input, #tve_editor [data-css=\"tve-u-1695d9d6526\"] input::placeholder, #tve_editor [data-css=\"tve-u-1695d9d6526\"] textarea, #tve_editor [data-css=\"tve-u-1695d9d6526\"] textarea::placeholder { color: rgb(0, 0, 0); }#tve_editor [data-css=\"tve-u-1695d9d6528\"] input, #tve_editor [data-css=\"tve-u-1695d9d6528\"] input::placeholder, #tve_editor [data-css=\"tve-u-1695d9d6528\"] textarea, #tve_editor [data-css=\"tve-u-1695d9d6528\"] textarea::placeholder { color: rgb(0, 0, 0); }#tve_editor [data-css=\"tve-u-1695d9d652a\"] input, #tve_editor [data-css=\"tve-u-1695d9d652a\"] input::placeholder, #tve_editor [data-css=\"tve-u-1695d9d652a\"] textarea, #tve_editor [data-css=\"tve-u-1695d9d652a\"] textarea::placeholder { color: rgb(0, 0, 0); }[data-css=\"tve-u-1695a36117b\"] { line-height: 1.35em !important; }[data-css=\"tve-u-16413112747\"] { line-height: 1.35em !important; }[data-css=\"tve-u-1695a36117b\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-16413112747\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-1621f0cbe40\"] > .tcb-flex-col > .tcb-col { justify-content: center; }#tve_editor [data-css=\"tve-u-1621f0b0088\"] p, #tve_editor [data-css=\"tve-u-1621f0b0088\"] li, #tve_editor [data-css=\"tve-u-1621f0b0088\"] blockquote, #tve_editor [data-css=\"tve-u-1621f0b0088\"] address, #tve_editor [data-css=\"tve-u-1621f0b0088\"] .tcb-plain-text, #tve_editor [data-css=\"tve-u-1621f0b0088\"] label, #tve_editor [data-css=\"tve-u-1621f0b0088\"] h1, #tve_editor [data-css=\"tve-u-1621f0b0088\"] h2, #tve_editor [data-css=\"tve-u-1621f0b0088\"] h3, #tve_editor [data-css=\"tve-u-1621f0b0088\"] h4, #tve_editor [data-css=\"tve-u-1621f0b0088\"] h5, #tve_editor [data-css=\"tve-u-1621f0b0088\"] h6 { color: rgb(255, 255, 255); }[data-css=\"tve-u-1621f0b0088\"] p { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-1621f0b0088\"] h3 { margin: 0px !important; padding: 0px !important; }#tve_editor [data-css=\"tve-u-1621f0d2c1a\"] p, #tve_editor [data-css=\"tve-u-1621f0d2c1a\"] li, #tve_editor [data-css=\"tve-u-1621f0d2c1a\"] blockquote, #tve_editor [data-css=\"tve-u-1621f0d2c1a\"] address, #tve_editor [data-css=\"tve-u-1621f0d2c1a\"] .tcb-plain-text, #tve_editor [data-css=\"tve-u-1621f0d2c1a\"] label, #tve_editor [data-css=\"tve-u-1621f0d2c1a\"] h1, #tve_editor [data-css=\"tve-u-1621f0d2c1a\"] h2, #tve_editor [data-css=\"tve-u-1621f0d2c1a\"] h3, #tve_editor [data-css=\"tve-u-1621f0d2c1a\"] h4, #tve_editor [data-css=\"tve-u-1621f0d2c1a\"] h5, #tve_editor [data-css=\"tve-u-1621f0d2c1a\"] h6 { color: rgb(255, 255, 255); }#tve_editor [data-css=\"tve-u-1695e7e070d\"] { color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_5402f616 > a { font-family: Montserrat; font-weight: 400; fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; font-size: 13px !important; }#tve_editor [data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_13475a66 > a { font-family: Montserrat; font-weight: 400; fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; font-size: 13px !important; }#tve_editor [data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_a19cc162 > a { font-family: Montserrat; font-weight: 400; fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; font-size: 13px !important; }#tve_editor [data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_hgZvKxml > a { font-family: Montserrat; font-weight: 400; fill: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; font-size: 13px !important; }[data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_5402f616 { text-transform: uppercase; border-bottom: 1px solid rgba(84, 84, 98, 0); border-top: none; border-right: none; border-left: none; border-image: initial; margin-right: 30px !important; padding: 10px 9px !important; margin-left: 30px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_13475a66 { text-transform: uppercase; border-bottom: 1px solid rgba(84, 84, 98, 0); border-top: none; border-right: none; border-left: none; border-image: initial; margin-right: 30px !important; padding: 10px 9px !important; margin-left: 30px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_a19cc162 { text-transform: uppercase; border-bottom: 1px solid rgba(84, 84, 98, 0); border-top: none; border-right: none; border-left: none; border-image: initial; margin-right: 30px !important; padding: 10px 9px !important; margin-left: 30px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_hgZvKxml { text-transform: uppercase; border-bottom: 1px solid rgba(84, 84, 98, 0); border-top: none; border-right: none; border-left: none; border-image: initial; margin-right: 30px !important; padding: 10px 9px !important; margin-left: 30px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_5402f616 > a { font-weight: 500 !important; text-decoration: none !important; }[data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_13475a66 > a { font-weight: 500 !important; text-decoration: none !important; }[data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_a19cc162 > a { font-weight: 500 !important; text-decoration: none !important; }[data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_hgZvKxml > a { font-weight: 500 !important; text-decoration: none !important; }[data-css=\"tve-u-1695e821f4c\"] { border-bottom: 1px solid rgb(200, 233, 248); max-width: 1080px; padding: 0px !important; }#tve_editor [data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_5402f616:hover { border-bottom: 1px solid rgb(55, 179, 233) !important; }#tve_editor [data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_13475a66:hover { border-bottom: 1px solid rgb(55, 179, 233) !important; }#tve_editor [data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_a19cc162:hover { border-bottom: 1px solid rgb(55, 179, 233) !important; }#tve_editor [data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_hgZvKxml:hover { border-bottom: 1px solid rgb(55, 179, 233) !important; }[data-css=\"tve-u-1695e826914\"] { max-width: 23.9%; }[data-css=\"tve-u-1695e826ae0\"] { max-width: 42.8%; }[data-css=\"tve-u-1695e826b67\"] { max-width: 33.3109%; }[data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_5402f616.menu-item { margin-right: 0px; }[data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_13475a66.menu-item { margin-right: 0px; }[data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_a19cc162.menu-item { margin-right: 0px; }[data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_hgZvKxml.menu-item { margin-right: 0px; }}@media (max-width: 1023px){[data-css=\"tve-u-1621ebfa746\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621eb037bb\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621ec78d2c\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621ec6c39b\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1621b064668\"] { max-width: 49%; }[data-css=\"tve-u-1621b064646\"] { max-width: 51%; }[data-css=\"tve-u-1621b3c74d9\"] { max-width: 100%; }[data-css=\"tve-u-1621f0b0088\"] { min-height: 100px !important; }[data-css=\"tve-u-1621ee3afec\"] > .tve-cb { display: block; }[data-css=\"tve-u-1621e7ceab3\"] > .tve-cb { display: block; }[data-css=\"tve-u-1621ea50702\"] { float: none; width: 100%; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621ae4fd21\"] > .tve-cb { display: block; }[data-css=\"tve-u-162717cb60f\"] { margin-bottom: 30px !important; margin-top: -25px !important; }[data-css=\"tve-u-162717cb610\"] { margin-bottom: 30px !important; margin-top: -10px !important; }[data-css=\"tve-u-16223dad661\"] { padding-top: 20px !important; }[data-css=\"tve-u-1641367127b\"] { float: none; font-size: 50px; width: 50px; height: 50px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1641367e553\"] { float: none; font-size: 50px; width: 50px; height: 50px; margin: -44px auto 40px !important; padding-right: 12px !important; }[data-css=\"tve-u-1621e7b695a\"] { margin-bottom: 50px !important; }[data-css=\"tve-u-1621ee37f4a\"] { min-height: 262px; }[data-css=\"tve-u-1621ada1e7f\"] { padding: 50px 30px 50px 0px !important; }[data-css=\"tve-u-1621b072b4e\"] { max-width: 100%; }[data-css=\"tve-u-1621a2247ba\"] { margin-bottom: 60px !important; }[data-css=\"tve-u-16229f6175c\"] { margin-top: 0px !important; }[data-css=\"tve-u-162717cb60b\"] { height: calc(100% - -85px); margin-top: -85px !important; }[data-css=\"tve-u-162717cb617\"] .tcb-flex-col { flex-basis: 560px !important; }#tcb_landing_page h5 { line-height: 1.3em; }#tcb_landing_page h6 { line-height: 1.4em; }#tcb_landing_page p, #tcb_landing_page li { line-height: 1.5em; }[data-css=\"tve-u-1628a146aef\"] { padding: 0px !important; margin: 0px !important; }[data-css=\"tve-u-1628a12f675\"] { margin-bottom: 40px !important; }[data-css=\"tve-u-1628a10d3b4\"] { margin-bottom: 40px !important; }[data-css=\"tve-u-162718bd0c0\"] { clip-path: url(\"#clip-tablet-top-a3b25e1c9221a\"); -webkit-clip-path: url(\"#clip-tablet-top-a3b25e1c9221a\");  background-color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-162717cb621\"] { z-index: 6; padding-top: 60px !important; margin-top: -90px !important; }[data-css=\"tve-u-162718a3b40\"] { max-width: 100%; min-height: 1px !important; }[data-css=\"tve-u-16271adf6cf\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-162493d5f13\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-162717fcf9d\"] { margin-top: -40px !important; padding-top: 90px !important; padding-left: 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-16260d3f4af\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16260d3f4aa\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1621fb65556\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1621fb68b97\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16260d8396c\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16260d8392c\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16260d39b83\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-16260c5ff07\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-16260ba2fa4\"] { padding: 50px 40px !important; }[data-css=\"tve-u-16260be7104\"] { max-width: 100%; }[data-css=\"tve-u-1621ebbbb6d\"] { margin-top: -1px !important; }[data-css=\"tve-u-1621eaaedd8\"] { clip-path: url(\"#clip-tablet-bottom-a2b9cf3198d6f\"); -webkit-clip-path: url(\"#clip-tablet-bottom-a2b9cf3198d6f\");  }[data-css=\"tve-u-1621e7e9950\"] { margin-top: -1px !important; }[data-css=\"tve-u-16229fa8c68\"] { padding: 0px 20px 20px !important; }[data-css=\"tve-u-1622f65ba70\"] { padding: 0px 20px 20px !important; }[data-css=\"tve-u-16249373b25\"] { padding-left: 20px !important; padding-right: 20px !important; padding-bottom: 20px !important; }[data-css=\"tve-u-162493b6b63\"] { padding-left: 20px !important; padding-bottom: 20px !important; padding-right: 20px !important; }[data-css=\"tve-u-16249367114\"] { margin-top: 20px !important; }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-1624935a201\"] { line-height: 1.3em !important; }[data-css=\"tve-u-16249358652\"] { line-height: 1.3em !important; }[data-css=\"tve-u-16249355087\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1625389b4ed\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1625389a3d5\"] { line-height: 1.3em !important; }[data-css=\"tve-u-16248fc42a1\"] { line-height: 1.3em !important; }[data-css=\"tve-u-162493a03b0\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-162493a03b0\"] .tcb-flex-col { flex-basis: 145px !important; }[data-css=\"tve-u-1622a159bcb\"] { float: none; max-width: 85%; margin: 0px auto !important; padding-top: 0px !important; }[data-css=\"tve-u-16229fa6a26\"] { margin-bottom: 20px !important; padding: 0px 20px 20px !important; }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16229ffbb7b\"] { min-height: inherit; margin-left: -20px; }[data-css=\"tve-u-1621ad46076\"] { margin-bottom: 0px !important; margin-top: 0px !important; padding: 50px 40px !important; }#tve_editor [data-css=\"tve-u-1621b028939\"] .tcb-button-link { font-size: 18px; }[data-css=\"tve-u-16223f02c16\"] { min-height: 54px; }[data-css=\"tve-u-1621b01355a\"] { max-width: 304px; padding: 2px !important; }[data-css=\"tve-u-1620af7eb3f\"] { float: none; z-index: 3; position: relative; display: block; max-width: 300px; width: 300px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621afda4fa\"] { max-width: 100%; margin-bottom: 30px !important; }[data-css=\"tve-u-16224716d62\"]::after { clear: both; }[data-css=\"tve-u-1621f0aa8f7\"] { margin-top: 0px !important; }[data-css=\"tve-u-1621e7e6c1d\"] { min-height: 150px; }[data-css=\"tve-u-1621e7edfd9\"] { clip-path: url(\"#clip-tablet-bottom-10ffac3b28f1d\"); -webkit-clip-path: url(\"#clip-tablet-bottom-10ffac3b28f1d\");  }[data-css=\"tve-u-1621ebf340c\"] { float: none; width: 100%; padding: 0px !important; margin-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621e7d5094\"] { min-height: 455px; }[data-css=\"tve-u-1621adea58b\"] > .tcb-flex-col > .tcb-col { justify-content: center; }[data-css=\"tve-u-16223dad661\"]::after { clear: both; }[data-css=\"tve-u-1621e8107f3\"] { float: none; margin-left: auto !important; margin-right: auto !important; margin-bottom: 20px !important; }[data-css=\"tve-u-16223b080b0\"] { float: none; margin-left: auto !important; margin-right: auto !important; margin-top: -1px !important; }[data-css=\"tve-u-1621eb3eb9f\"] { clip-path: url(\"#clip-tablet-bottom-ac98bb0e54b3b\"); -webkit-clip-path: url(\"#clip-tablet-bottom-ac98bb0e54b3b\");  }[data-css=\"tve-u-1621fe78878\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1621fe78878\"] { min-height: inherit; }#tve_editor [data-css=\"tve-u-1621e92e97f\"] { font-size: 22px !important; }#tve_editor [data-css=\"tve-u-1621e942b65\"] { letter-spacing: 0px; font-size: 1.5em !important; }#tve_editor [data-css=\"tve-u-1621fe1bd18\"] { letter-spacing: 0px; font-size: 1.5em !important; }#tve_editor [data-css=\"tve-u-1621fe1a1af\"] { font-size: 22px !important; }#tve_editor [data-css=\"tve-u-1621fe1725e\"] { letter-spacing: 0px; font-size: 1.5em !important; }#tve_editor [data-css=\"tve-u-1621fe1587d\"] { font-size: 22px !important; }[data-css=\"tve-u-1621ef118dc\"] { position: relative; top: 0px; left: 0px; width: 51%; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621ee3afec\"] { padding: 25px 10px 5px !important; }[data-css=\"tve-u-1621ee63e1c\"] { max-width: none; margin-bottom: 5px !important; }[data-css=\"tve-u-1621ee74a24\"] { top: 0px; right: 0px; font-size: 45px; width: 45px; height: 45px; float: none; padding-left: 0px !important; margin: 0px auto !important; }[data-css=\"tve-u-1621ee18a1c\"] { margin-top: 40px !important; margin-left: 20px !important; margin-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-1621fdcb4ea\"] { letter-spacing: 1px; font-size: 1.5em !important; }[data-css=\"tve-u-1621ec7f21a\"] { min-height: 150px; }[data-css=\"tve-u-1621eacf6af\"] { float: none; max-width: 230px; padding: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621fd9c946\"] { max-width: 380px; float: none; width: 100%; margin: 0px auto !important; padding-left: 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-1621eb81205\"] { margin-top: 0px !important; }[data-css=\"tve-u-1621eb7ccb0\"] { min-height: 455px; }[data-css=\"tve-u-1621fd8766c\"] { min-height: 150px; }[data-css=\"tve-u-1621fd84d7b\"] { min-height: 430px; }[data-css=\"tve-u-1621e7c7aa1\"] .tcb-flex-col { flex-basis: 300px !important; }#tve_editor [data-css=\"tve-u-1621e7a7350\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621e7c899a\"] { float: none; max-width: 100%; margin-left: auto !important; margin-right: auto !important; margin-top: 0px !important; }[data-css=\"tve-u-1621e7c7aa1\"] { margin-left: -20px; flex-direction: row; }[data-css=\"tve-u-1621e7c7aa1\"] > .tcb-flex-col { padding-left: 20px; }[data-css=\"tve-u-1621b3c8c52\"] { padding: 50px 40px !important; }[data-css=\"tve-u-1621fc0ce17\"] { margin-top: 10px !important; margin-bottom: 7px !important; }[data-css=\"tve-u-1621fbcad8c\"] { padding-left: 0px !important; padding-right: 30px !important; }[data-css=\"tve-u-1621fbacc60\"] { max-width: 177px; }[data-css=\"tve-u-1621fb68b97\"] { margin-left: -15px; min-height: inherit; padding: 20px !important; }[data-css=\"tve-u-1621fb68b97\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-1621fb65556\"] { margin-left: -15px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-1621fb65556\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-1621b200375\"] { float: none; max-width: 100%; margin: 0px auto !important; }[data-css=\"tve-u-1621b0e4fb7\"] { max-width: 100%; float: none; z-index: 3; position: relative; margin-right: auto !important; margin-left: auto !important; margin-bottom: 20px !important; }#tve_editor [data-css=\"tve-u-1621b10fccf\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621ae0bec7\"] { background-image: none !important; margin-top: 0px !important; }[data-css=\"tve-u-1621ae6c8da\"] { clip-path: url(\"#clip-tablet-top-aa2c3e3c70555\"); -webkit-clip-path: url(\"#clip-tablet-top-aa2c3e3c70555\");  }[data-css=\"tve-u-1621adba9ef\"] { clip-path: url(\"#clip-tablet-top-52d5a36c151aa\"); -webkit-clip-path: url(\"#clip-tablet-top-52d5a36c151aa\");  }[data-css=\"tve-u-1621ad420c4\"] { max-width: 100%; min-height: 1px !important; }[data-css=\"tve-u-1621f45bed3\"] { padding: 0px !important; }[data-css=\"tve-u-1621ae4fd21\"] { max-width: 100%; left: 0px; top: 0px; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1621ae4db6e\"] { min-height: 300px; }#tve_editor [data-css=\"tve-u-1621afd8c98\"] { font-size: 16px !important; }#tve_editor [data-css=\"tve-u-1621afcc0bf\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621afceb00\"] { max-width: 100%; margin-bottom: 30px !important; }[data-css=\"tve-u-1621a98b602\"] { stroke-dasharray: 534.071, 534.071; }[data-css=\"tve-u-1621a9750ae\"] { font-size: 14.45px !important; line-height: 14.45px !important; }[data-css=\"tve-u-1621a9a2867\"] { font-size: 51px !important; line-height: 51px !important; }[data-css=\"tve-u-1621a9a2866\"] { margin-top: 42.5px !important; }[data-css=\"tve-u-1621a96b190\"] { width: 153px !important; height: 153px !important; top: 8.5px !important; bottom: 8.5px !important; left: 8.5px !important; right: 8.5px !important; }[data-css=\"tve-u-1621a9685d4\"] { stroke-width: 18px !important; }[data-css=\"tve-u-1621a9a2862\"] { width: 170px !important; height: 170px !important; }[data-css=\"tve-u-1621a983587\"] { float: none; border: 20px solid rgba(137, 141, 167, 0.24); margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621a8b2488\"] { float: none; max-width: 100%; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621a8a804b\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-1621a8a804b\"] { margin-left: -24px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-1621a8a804b\"] > .tcb-flex-col { padding-left: 24px; }#tve_editor [data-css=\"tve-u-1621a2e0d5b\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621b028939\"] { position: relative; float: left; z-index: 3; display: block; max-width: 300px; width: 300px; margin-top: 15px !important; }[data-css=\"tve-u-1621adea58b\"] { margin-left: -30px; }[data-css=\"tve-u-1621adea58b\"] > .tcb-flex-col { padding-left: 30px; }[data-css=\"tve-u-1621ade6172\"] { max-width: 100%; position: static; }#tve_editor [data-css=\"tve-u-16248fc42a1\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-16249355087\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-16249358652\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-1624935a201\"] { font-size: 18px !important; }[data-css=\"tve-u-1624939a960\"] { margin-bottom: 0px !important; padding-bottom: 20px !important; padding-left: 20px !important; padding-right: 20px !important; }[data-css=\"tve-u-162493a03b0\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-162493a03b0\"] { min-height: inherit; margin-left: -20px; }#tve_editor [data-css=\"tve-u-1625389a3d5\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-1625389b4ed\"] { font-size: 18px !important; }[data-css=\"tve-u-16260c39a7e\"] { float: none; max-width: 100%; margin: 0px auto !important; }[data-css=\"tve-u-16260d3f4aa\"] { margin-left: -15px; min-height: inherit; padding: 20px !important; }[data-css=\"tve-u-16260d3f4aa\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-16260d3f4af\"] { margin-left: -15px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-16260d3f4af\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-16260d8392c\"] { margin-left: -15px; min-height: inherit; padding: 20px !important; }[data-css=\"tve-u-16260d8392c\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-16260d8396c\"] { margin-left: -15px; min-height: inherit; padding: 0px !important; }[data-css=\"tve-u-16260d8396c\"] > .tcb-flex-col { padding-left: 15px; }[data-css=\"tve-u-16260da3aa7\"] { float: none; max-width: 100%; margin: 0px !important; }[data-css=\"tve-u-162717cb609\"] { max-width: 100%; min-height: 1px !important; }[data-css=\"tve-u-162717cb60a\"] { padding: 0px !important; }[data-css=\"tve-u-162717cb618\"] { float: none; max-width: 100%; margin-top: 60px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-162717cb620\"] { clip-path: url(\"#clip-tablet-bottom-c883ac5175045\"); -webkit-clip-path: url(\"#clip-tablet-bottom-c883ac5175045\");  background-attachment: scroll, fixed !important; background-image: linear-gradient(rgba(0, 0, 0, 0.46), rgba(0, 0, 0, 0.46)), url(\"https://bestcerakoteflorida.com/wp-content/uploads/2018/05/FTYS6743.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-162717d1bbf\"] { margin-left: 0px; padding: 25px 25px 0px !important; }[data-css=\"tve-u-162717d1bbf\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-162717d1bb7\"] { max-width: 51.3%; }[data-css=\"tve-u-162717d1bb9\"] { max-width: 15.3%; }[data-css=\"tve-u-162717d1bb6\"] { padding-left: 0px !important; }[data-css=\"tve-u-162717d1bbc\"] { border-left: none; border-right: none; padding-left: 30px !important; padding-bottom: 10px !important; }[data-css=\"tve-u-162717d1bbe\"] { max-width: 100%; margin-left: 0px !important; margin-right: 30px !important; }[data-css=\"tve-u-164179bced9\"] { border-right: none; padding-left: 30px !important; padding-right: 0px !important; }[data-css=\"tve-u-16417b62c09\"] { max-width: 177px; }[data-css=\"tve-u-16417b662bf\"] { max-width: 177px; }[data-css=\"tve-u-16417e5bd95\"] { font-size: 14px; width: 14px; height: 14px; margin-bottom: -14px !important; margin-left: 0px !important; }[data-css=\"tve-u-1641c1b33f9\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-1641c1b456a\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-1641c1b52d3\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-1641c1b60b4\"] { font-size: 25px; width: 25px; height: 25px; }[data-css=\"tve-u-16959822de2\"] { margin-right: 1px !important; padding-right: 10px !important; padding-top: 10px !important; }[data-css=\"tve-u-16959cd1e7a\"] { margin-top: 60px !important; margin-bottom: 10px !important; }[data-css=\"tve-u-1695a3002e2\"] { margin-top: 15px !important; }[data-css=\"tve-u-1695d995f33\"] { margin-top: 40px !important; margin-left: 20px !important; margin-bottom: 0px !important; }#tve_editor [data-css=\"tve-u-1695dd27f6a\"] { max-width: 60%; width: 60%; }[data-css=\"tve-u-16413112747\"] { line-height: 1.3em !important; }[data-css=\"tve-u-1621f0d2c1a\"] { max-width: 50%; margin-left: auto !important; margin-right: auto !important; float: none; }#tve_editor [data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_5402f616 > a { fill: rgb(0, 0, 0) !important; color: rgb(0, 0, 0) !important; font-family: Merriweather; font-weight: 500; }#tve_editor [data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_13475a66 > a { fill: rgb(0, 0, 0) !important; color: rgb(0, 0, 0) !important; font-family: Merriweather; font-weight: 500; }#tve_editor [data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_a19cc162 > a { fill: rgb(0, 0, 0) !important; color: rgb(0, 0, 0) !important; font-family: Merriweather; font-weight: 500; }#tve_editor [data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_hgZvKxml > a { fill: rgb(0, 0, 0) !important; color: rgb(0, 0, 0) !important; font-family: Merriweather; font-weight: 500; }[data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_5402f616 > a { font-weight: 700 !important; }[data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_13475a66 > a { font-weight: 700 !important; }[data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_a19cc162 > a { font-weight: 700 !important; }[data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_hgZvKxml > a { font-weight: 700 !important; }#tve_editor [data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_5402f616 strong { font-weight: 700; }#tve_editor [data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_13475a66 strong { font-weight: 700; }#tve_editor [data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_a19cc162 strong { font-weight: 700; }#tve_editor [data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_hgZvKxml strong { font-weight: 700; }[data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_5402f616 { background-color: transparent; border-bottom: 1px solid rgb(0, 0, 0); }[data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_13475a66 { background-color: transparent; border-bottom: 1px solid rgb(0, 0, 0); }[data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_a19cc162 { background-color: transparent; border-bottom: 1px solid rgb(0, 0, 0); }[data-css=\"tve-u-1695e821f4c\"] #tcb_custom_menu_hgZvKxml { background-color: transparent; border-bottom: 1px solid rgb(0, 0, 0); }[data-css=\"tve-u-1695e821f4c\"] .tve_w_menu { background-color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-1695e821f4c\"] .tcb-icon-open > :first-child { color: rgb(255, 255, 255); }[data-css=\"tve-u-1695e821f4c\"] { border-bottom: none; }}@media (max-width: 767px){[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-16417e9d24e\"]::after { clear: both; }[data-css=\"tve-u-16417b70f47\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 0px !important; }[data-css=\"tve-u-1621e819c52\"] { min-height: 100px; }[data-css=\"tve-u-1621e8107f3\"] { max-width: 100px; }[data-css=\"tve-u-1621fd8766c\"] { min-height: 144px; }[data-css=\"tve-u-1621ec79a7d\"] { min-height: 100px; }[data-css=\"tve-u-1621ec78d2c\"] { max-width: 100px; }[data-css=\"tve-u-1621ec7f21a\"] { min-height: 144px; }[data-css=\"tve-u-1621e7e6c1d\"] { min-height: 144px; }[data-css=\"tve-u-16417b4cb9e\"] { padding-bottom: 30px !important; }[data-css=\"tve-u-1621ec752da\"] { min-height: 100px; }[data-css=\"tve-u-1621ec6c39b\"] { max-width: 100px; }[data-css=\"tve-u-1621fd84d7b\"] { min-height: 430px; }[data-css=\"tve-u-1621e7c7aa1\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-16223dad661\"] { padding-top: 0px !important; }[data-css=\"tve-u-1621b3c74d9\"] { max-width: 100%; }[data-css=\"tve-u-1621eb81205\"] { max-width: 100%; margin-bottom: 20px !important; }[data-css=\"tve-u-1621e7ceab3\"] { max-width: 100%; margin-bottom: 20px !important; }[data-css=\"tve-u-1621f0b0088\"] { min-height: 120px !important; }[data-css=\"tve-u-1621f0da775\"] { float: none; width: 100%; max-width: 280px; margin: 0px auto 20px !important; }[data-css=\"tve-u-1621ee37f4a\"] { min-height: 260px; }[data-css=\"tve-u-1621ee3afec\"] > .tve-cb { display: flex; justify-content: center; flex-direction: column; }[data-css=\"tve-u-1621ee63e1c\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1641367127b\"] { font-size: 30px; width: 30px; height: 30px; }[data-css=\"tve-u-1641367e553\"] { float: none; font-size: 30px; width: 30px; height: 30px; margin: -30px auto 30px !important; padding-right: 10px !important; }[data-css=\"tve-u-1621ada1e7f\"] { padding: 0px !important; }[data-css=\"tve-u-162717cb617\"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css=\"tve-u-162717cb617\"] { min-height: inherit; }[data-css=\"tve-u-16229fa6a26\"] { height: calc(100% - 21px); margin-bottom: 0px !important; margin-top: 21px !important; }[data-css=\"tve-u-1624939a960\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-162493a03b0\"] .tcb-flex-col { flex-basis: 400px !important; }[data-css=\"tve-u-1621a2247ba\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-162717cb60f\"] { margin-bottom: 25px !important; }[data-css=\"tve-u-162717d1bbf\"] .tcb-flex-col { flex-basis: 225px !important; }[data-css=\"tve-u-1621ee3afec\"] { max-width: 100%; padding: 10px !important; position: static !important; }#tve_editor [data-css=\"tve-u-1641333d7d1\"] { font-size: 14px !important; }[data-css=\"tve-u-162717cb60b\"] { margin-top: 0px !important; }[data-css=\"tve-u-162717cb621\"] { z-index: 2; padding-left: 20px !important; padding-right: 20px !important; margin-top: -160px !important; padding-top: 35px !important; }[data-css=\"tve-u-162717cb617\"] .tcb-flex-col { flex-basis: 435px !important; }[data-css=\"tve-u-16369305186\"] { float: none; width: 100%; max-width: 279px; z-index: 3; position: relative; margin: 0px auto !important; }#tcb_landing_page h6 { line-height: 1.4em; }#tcb_landing_page h5 { line-height: 1.3em; }#tcb_landing_page p, #tcb_landing_page li { font-size: 14px; }#tcb_landing_page h2 { font-size: 28px; }#tcb_landing_page h1 { font-size: 35px; }[data-css=\"tve-u-16260ba2fa4\"] { padding-bottom: 40px !important; padding-left: 20px !important; padding-right: 20px !important; }[data-css=\"tve-u-1628a10d3b4\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-1628a12f675\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-162717cb610\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-16271bfe70c\"] { padding: 0px !important; }[data-css=\"tve-u-162717fcf9d\"] { z-index: 1; border: none; margin-top: 0px !important; padding-top: 75px !important; padding-left: 20px !important; padding-right: 20px !important; }[data-css=\"tve-u-162718bd0c0\"] { clip-path: url(\"#clip-mobile-top-a3b25e1c9221a\"); -webkit-clip-path: url(\"#clip-mobile-top-a3b25e1c9221a\");  }[data-css=\"tve-u-1621eb3eb9f\"] { clip-path: url(\"#clip-mobile-bottom-ac98bb0e54b3b\"); -webkit-clip-path: url(\"#clip-mobile-bottom-ac98bb0e54b3b\");  }[data-css=\"tve-u-16229ffbb7b\"] > .tcb-flex-col > .tcb-col { min-height: 155px; }[data-css=\"tve-u-16229ffbb7b\"] { min-height: inherit; margin-left: 0px; }[data-css=\"tve-u-16229fa8c68\"] { height: calc(100% - 28px); margin-bottom: 0px !important; margin-top: 20px !important; }[data-css=\"tve-u-1622f65ba70\"] { height: calc(100% - 20px); margin-bottom: 0px !important; margin-top: 20px !important; }[data-css=\"tve-u-16229f6175c\"] { margin-top: 0px !important; }[data-css=\"tve-u-1622a159bcb\"] { float: none; max-width: 100%; margin-left: auto !important; margin-right: auto !important; padding-top: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-16229ae62a7\"] { border-right: none; }#tve_editor [data-css=\"tve-u-16228c764b2\"] { font-size: 18px !important; }#tve_editor [data-css=\"tve-u-16228c75500\"] { font-size: 18px !important; }[data-css=\"tve-u-1621fb65556\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-1621a983587\"] { border: 20px solid rgba(137, 141, 167, 0.32); }[data-css=\"tve-u-1621ee74a24\"] { float: none; margin-left: auto !important; margin-right: auto !important; margin-bottom: 10px !important; }[data-css=\"tve-u-1621afda4fa\"] { max-width: 100%; margin-bottom: 20px !important; }[data-css=\"tve-u-16223f02c16\"] { min-height: 54px; }[data-css=\"tve-u-1621f0aa8f7\"] { margin-top: 0px !important; }#tve_editor [data-css=\"tve-u-1622444fb11\"] { letter-spacing: 0px; }[data-css=\"tve-u-16224439be1\"] { padding: 0px !important; }[data-css=\"tve-u-1621fb68b97\"] { padding: 0px !important; }[data-css=\"tve-u-1621afceb00\"] { max-width: 100%; margin-bottom: 30px !important; }[data-css=\"tve-u-1621b0e4fb7\"] { float: none; margin-right: auto !important; margin-bottom: 30px !important; padding-left: 0px !important; margin-left: auto !important; }[data-css=\"tve-u-1621ebf340c\"] { padding-bottom: 40px !important; }[data-css=\"tve-u-1621ea50702\"] { float: none; width: 100%; padding: 0px !important; margin-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621e7d5094\"] { min-height: 430px; }[data-css=\"tve-u-1621eb7ccb0\"] { min-height: 430px; }[data-css=\"tve-u-1621ee03000\"] { flex-direction: column; }[data-css=\"tve-u-16223fe5f5b\"] { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621f0d2c1a\"] { margin-left: 25px !important; margin-right: 25px !important; }[data-css=\"tve-u-1621ee18a1c\"] { margin: 0px 20px 20px 0px !important; }[data-css=\"tve-u-1621ef118dc\"] { top: 0px; width: 154px; position: relative; float: none; z-index: 5; left: 0px; margin: 5px auto 0px !important; padding-right: 0px !important; }[data-css=\"tve-u-1621fd9c946\"] { max-width: 100%; margin-top: 0px !important; margin-left: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-16223fc9f23\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-1621e7c899a\"] { max-width: none; float: none; margin-top: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621b3c8c52\"] { padding: 40px 20px !important; }[data-css=\"tve-u-1621fbcad8c\"] { padding: 20px !important; }[data-css=\"tve-u-1621fb65556\"] { margin-left: 0px; padding: 0px !important; }[data-css=\"tve-u-1621fbacc60\"] { max-width: 126px; float: none; margin-left: auto !important; margin-right: auto !important; margin-top: 20px !important; }[data-css=\"tve-u-1621b200375\"] { float: none; margin-top: 0px !important; margin-left: auto !important; margin-right: auto !important; }#tve_editor [data-css=\"tve-u-1621b10fccf\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621b028939\"] { display: block; max-width: 100%; width: 100%; float: none; min-width: 100%; margin-left: auto !important; margin-right: auto !important; margin-top: 0px !important; }[data-css=\"tve-u-1621ae4db6e\"] { min-height: 270px; }[data-css=\"tve-u-1621ae6c8da\"] { clip-path: url(\"#clip-mobile-top-aa2c3e3c70555\"); -webkit-clip-path: url(\"#clip-mobile-top-aa2c3e3c70555\");  }[data-css=\"tve-u-1621adba9ef\"] { clip-path: url(\"#clip-mobile-top-52d5a36c151aa\"); -webkit-clip-path: url(\"#clip-mobile-top-52d5a36c151aa\");  }[data-css=\"tve-u-16223f02c16\"]::after { clear: both; }[data-css=\"tve-u-1621b01355a\"] { max-width: 100%; float: none; margin-left: auto !important; margin-right: auto !important; margin-bottom: 15px !important; }[data-css=\"tve-u-1620af7eb3f\"] { float: none; display: block; max-width: 100%; width: 100%; min-width: 100%; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621ae0bec7\"]::after { clear: both; }[data-css=\"tve-u-1621f45bed3\"] { padding: 40px 20px 0px !important; }[data-css=\"tve-u-1621ad46076\"] { margin: 0px !important; padding: 30px 20px !important; }[data-css=\"tve-u-1621adea58b\"] { flex-flow: row-reverse wrap-reverse !important; }[data-css=\"tve-u-1621ae4fd21\"] { margin-top: 0px !important; position: static !important; }[data-css=\"tve-u-1621a8b2488\"] { float: none; max-width: 100%; margin-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621a8a804b\"] { padding-left: 0px !important; padding-right: 0px !important; }#tve_editor [data-css=\"tve-u-1621a2e0d5b\"] { font-size: 1.5em !important; }[data-css=\"tve-u-1621e7c7aa1\"] { flex-direction: column; min-height: inherit; }[data-css=\"tve-u-16249367114\"] { margin-top: 0px !important; }[data-css=\"tve-u-16249373b25\"] { height: calc(100% - 20px); margin-bottom: 0px !important; background-image: linear-gradient(rgb(248, 249, 251), rgb(248, 249, 251)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; margin-top: 20px !important; }[data-css=\"tve-u-162493a03b0\"] > .tcb-flex-col > .tcb-col { min-height: 155px; }[data-css=\"tve-u-162493a03b0\"] { min-height: inherit; }[data-css=\"tve-u-162493b6b63\"] { height: calc(100% - 20px); margin-bottom: 0px !important; margin-top: 20px !important; }[data-css=\"tve-u-16260c39a7e\"] { float: none; margin-top: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-16260d3f4aa\"] { padding: 0px !important; }[data-css=\"tve-u-16260d3f4af\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-16260d3f4af\"] { margin-left: 0px; padding: 0px !important; }[data-css=\"tve-u-16260d8392c\"] { padding: 0px !important; }[data-css=\"tve-u-16260d8396c\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-16260d8396c\"] { margin-left: 0px; padding: 0px !important; }[data-css=\"tve-u-16260da3aa7\"] { float: none; margin-top: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-162717cb618\"] { margin: 140px 0px 0px !important; }[data-css=\"tve-u-162717cb620\"] { clip-path: url(\"#clip-mobile-bottom-c883ac5175045\"); -webkit-clip-path: url(\"#clip-mobile-bottom-c883ac5175045\");  opacity: 1; filter: grayscale(0%) blur(0px); background-image: linear-gradient(rgba(0, 0, 0, 0.51), rgba(0, 0, 0, 0.51)), url(\"https://bestcerakoteflorida.com/wp-content/uploads/2018/05/FTYS6743.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-162717cb60a\"] { padding: 0px !important; }#tve_editor [data-css=\"tve-u-162717cb616\"] { font-size: 27px !important; }[data-css=\"tve-u-162717d1bbf\"] > .tcb-flex-col { padding-left: 18px; }[data-css=\"tve-u-162717d1bbf\"] { margin-left: -18px; padding: 10px !important; flex-flow: row wrap !important; }[data-css=\"tve-u-162717d1bbe\"] { border-bottom: 1px solid rgba(255, 255, 255, 0.2); border-right: none; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-162717d1bbc\"] { border: none; padding-left: 0px !important; padding-right: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-162717d1bb6\"] { border: none; padding-top: 0px !important; padding-left: 0px !important; margin-bottom: 1px !important; margin-top: -5px !important; padding-bottom: 10px !important; }[data-css=\"tve-u-164179a84b8\"] { float: none; width: 100%; max-width: 155px; z-index: 3; position: relative; margin-bottom: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-164179bced9\"] { border-right: none; position: relative; max-width: 250px; float: none; padding-left: 0px !important; padding-right: 0px !important; margin-top: 0px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-16417b62c09\"] { max-width: 126px; float: none; margin-left: auto !important; margin-right: auto !important; margin-top: 20px !important; }[data-css=\"tve-u-16417b662bf\"] { max-width: 126px; float: none; margin-left: auto !important; margin-right: auto !important; margin-top: 20px !important; }[data-css=\"tve-u-16417e5bd95\"] { margin: 3px 10px 0px 0px !important; }#tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] p, #tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] li, #tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] blockquote, #tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] address, #tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] .tcb-plain-text, #tve_editor .thrv-content-box [data-css=\"tve-u-16417e9d24e\"] label { font-size: 18px; }[data-css=\"tve-u-16959822de2\"] { float: none; padding-top: 10px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1621ee58e74\"] { border-right: none !important; }[data-css=\"tve-u-1695d995f33\"] { margin: 0px 20px 20px 0px !important; }#tve_editor [data-css=\"tve-u-1695e821f4c\"] .tcb-icon-open > :first-child { color: rgb(255, 255, 255); }[data-css=\"tve-u-1695e821f4c\"] .tcb-icon-open { font-size: 25px !important; width: 25px !important; height: 25px !important; }}'),(7469,606,'tve_revision_tve_user_custom_css',''),(7470,606,'tve_revision_tve_page_events','a:0:{}'),(7471,606,'tve_revision_tve_globals','a:2:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";s:8:\"font_cls\";a:0:{}}'),(7472,606,'tve_revision_tve_global_scripts',''),(7473,606,'tve_revision_thrive_icon_pack','0'),(7474,606,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(7475,606,'tve_revision_tve_has_masonry','0'),(7476,606,'tve_revision_tve_has_typefocus','0'),(7477,606,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-162717d1bbe\" wfd-id=\"471\"><div class=\"tcb-flex-row tcb-medium-no-wrap v-2 tcb--cols--3 m-edit tcb-mobile-wrap tcb-resized\" data-css=\"tve-u-162717d1bbf\" wfd-id=\"472\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1695981e7bb\" wfd-id=\"489\"><div class=\"tcb-col\" data-css=\"tve-u-16959846d3d\" wfd-id=\"491\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16959822de2\" wfd-id=\"492\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"493\"><img class=\"tve_image wp-image-465\" alt=\"\" width=\"384\" height=\"62\" title=\"Blackhawk_custom_header\" data-id=\"465\" src=\"https://bestcerakoteflorida.com/wp-content/uploads/2019/01/Blackhawk_custom_header.png\" style=\"width: 100%;\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717d1bb9\" style=\"\" wfd-id=\"482\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717d1bb6\" wfd-id=\"484\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-164179a84b8\" wfd-id=\"485\">\n<div class=\"tve-content-box-background\" wfd-id=\"488\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"486\"><div class=\"tcb-clear\" wfd-id=\"487\"></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717d1bb7\" style=\"\" wfd-id=\"473\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717d1bbc\" wfd-id=\"475\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16369305186\" wfd-id=\"476\">\n<div class=\"tve-content-box-background\" wfd-id=\"481\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16417e9d24e\" wfd-id=\"477\"><div class=\"tcb-clear\" wfd-id=\"479\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-16417e5bd95\" data-float=\"1\" wfd-id=\"480\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-envelope-regular\" data-name=\"\">\n            <path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path>\n        </svg></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-164179bced9\" wfd-id=\"478\"><p data-css=\"tve-u-1641333d7d1\"><a href=\"mailto:info@bestcerkoteflorida.com\" target=\"_blank\">info@bestcerakoteflorida.com</a></p></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-162717cb621\" data-value-type=\"percent\" wfd-id=\"444\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-162717cb620\" data-clip-id=\"c883ac5175045\" wfd-id=\"470\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-c883ac5175045\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"4\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9301, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-c883ac5175045\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9476, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-c883ac5175045\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 0.9651, 1 1, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-162717cb609\" wfd-id=\"445\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-162717cb618\" wfd-id=\"446\"><div class=\"tcb-flex-row tcb-medium-wrap tcb-resized v-2 tcb--cols--2\" data-css=\"tve-u-162717cb617\" wfd-id=\"447\"><div class=\"tcb-flex-col\" data-css=\"tve-u-162717cb601\" style=\"\" wfd-id=\"461\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717cb60a\" wfd-id=\"463\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h1\" data-css=\"tve-u-162717cb610\" wfd-id=\"467\"><h1 data-css=\"tve-u-162717cb616\" style=\"text-align: center;\">&nbsp;<strong>â€‹</strong><strong>Protect What\'s Important To You! With The Toughest Ceramic Finish In The World!</strong></h1></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162717cb60f\" wfd-id=\"464\"><h2 class=\"\" data-css=\"tve-u-1695a36117b\" style=\"text-align: center;\"><strong>Heat, Water, Salt and Sand just some of the conditions you face. And any one of them is just waiting, to get a hold of your firearm and leave it a pile of rusted, pitted junk.</strong></h2><h2 class=\"\" data-css=\"tve-u-16413112747\" style=\"text-align: center;\"><strong>Unfortunately, there wasn\'t much you could do other than keep cleaning and lubricating your firearms...till NOW!</strong></h2></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-162717cb600\" style=\"\" wfd-id=\"448\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162717cb60b\" wfd-id=\"450\"><div class=\"thrv_responsive_video thrv_wrapper rv_style_lifted_style2\" data-type=\"youtube\" data-rel=\"0\" data-url=\"https://www.youtube.com/watch?v=a1nyu9ZJiEk\" data-css=\"tve-u-16959cd1e7a\" data-modestbranding=\"1\" wfd-id=\"458\">\n	\n\n	<div class=\"tve_responsive_video_container\" wfd-id=\"459\">\n		<div class=\"video_overlay\" wfd-id=\"460\"></div>\n	<iframe data-code=\"TEOqV1Q16lU\" data-provider=\"youtube\" src=\"https://www.youtube.com/embed/TEOqV1Q16lU?rel=0&amp;modestbranding=1&amp;controls=1&amp;showinfo=1&amp;fs=1&amp;wmode=transparent\" data-src=\"https://www.youtube.com/embed/TEOqV1Q16lU?rel=0&amp;modestbranding=1&amp;controls=1&amp;showinfo=1&amp;fs=1&amp;wmode=transparent\" frameborder=\"0\" allowfullscreen=\"\"></iframe></div>\n</div><div class=\"thrv_wrapper thrv-button tcb-with-icon\" data-css=\"tve-u-1695a3002e2\" data-tcb_hover_state_parent=\"\" data-button-style=\"border_1\" wfd-id=\"451\">\n	<a href=\"tel:1-954-848-1911\" class=\"tcb-button-link\" target=\"_blank\" rel=\"\"><span class=\"tcb-button-icon\" wfd-id=\"456\">\n	<div class=\"thrv_wrapper thrv_icon tve_no_drag tve_no_icons tcb-icon-inherit-style tcb-icon-display\" wfd-id=\"457\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-phone-plus-light\" data-name=\"\">\n            <path d=\"M8 128h88v88c0 4.4 3.6 8 8 8h16c4.4 0 8-3.6 8-8v-88h88c4.4 0 8-3.6 8-8v-16c0-4.4-3.6-8-8-8h-88V8c0-4.4-3.6-8-8-8h-16c-4.4 0-8 3.6-8 8v88H8c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8zM487.8 24.1L387 .8c-14.7-3.4-29.8 4.2-35.8 18.1l-46.5 108.5c-5.5 12.7-1.8 27.7 8.9 36.5l53.9 44.1c-34 69.2-90.3 125.6-159.6 159.6l-44.1-53.9c-8.8-10.7-23.8-14.4-36.5-8.9L18.9 351.3c-13.9 6-21.5 21-18.1 35.8L24 487.9C27.3 502 39.9 512 54.5 512 306.7 512 512 307.8 512 54.5c0-14.6-10-27.2-24.2-30.4zM55.1 480l-23-99.6 107.4-46 59.5 72.8c103.6-48.6 159.7-104.9 208.1-208.1l-72.8-59.5 46-107.4 99.6 23C479.7 289.7 289.6 479.7 55.1 480z\"></path>\n        </svg></div>\n</span>\n\n		<span class=\"tcb-button-texts\" wfd-id=\"452\"><span class=\"tcb-button-text thrv-inline-text\" wfd-id=\"453\">CALL NOW</span></span>\n	</a>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-162717fcf9d\" data-value-type=\"percent\" wfd-id=\"369\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-162718bd0c0\" data-clip-id=\"a3b25e1c9221a\" wfd-id=\"443\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0875\"></polygon></clipPath><clipPath id=\"clip-tablet-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"6\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.1051\"></polygon></clipPath><clipPath id=\"clip-mobile-top-a3b25e1c9221a\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"1\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0175\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-162718a3b40\" wfd-id=\"370\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622a159bcb\" wfd-id=\"371\">\n<div class=\"tve-content-box-background\" wfd-id=\"442\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"372\"><div class=\"thrv_wrapper thrv-columns\" wfd-id=\"428\"><div class=\"tcb-flex-row tcb--cols--2\" wfd-id=\"429\"><div class=\"tcb-flex-col\" wfd-id=\"436\"><div class=\"tcb-col\" wfd-id=\"438\"><div class=\"thrv_wrapper thrv_text_element\" wfd-id=\"439\"><p>Enter your text here...</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"430\"><div class=\"tcb-col\" wfd-id=\"432\"><div class=\"thrv_wrapper thrv_text_element\" wfd-id=\"433\"><p>Enter your text here...</p></div></div></div></div></div><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621a2247ba\" wfd-id=\"425\"><h2 data-css=\"tve-u-1621a2e0d5b\">our services</h2></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16229f6175c\" wfd-id=\"400\"><div class=\"tcb-flex-row tcb-medium-no-wrap tcb--cols--3 v-2\" data-css=\"tve-u-162493a03b0\" wfd-id=\"401\"><div class=\"tcb-flex-col\" wfd-id=\"418\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1624939a960\" data-tcb_hover_state_parent=\"\" wfd-id=\"420\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-162493d5f13\" data-float=\"1\" wfd-id=\"424\"><svg class=\"tcb-icon\" viewBox=\"0 0 14 28\" data-name=\"bolt\">\n<path d=\"M13.828 8.844c0.172 0.187 0.219 0.453 0.109 0.688l-8.437 18.078c-0.125 0.234-0.375 0.391-0.656 0.391-0.063 0-0.141-0.016-0.219-0.031-0.344-0.109-0.547-0.438-0.469-0.766l3.078-12.625-6.344 1.578c-0.063 0.016-0.125 0.016-0.187 0.016-0.172 0-0.359-0.063-0.484-0.172-0.187-0.156-0.25-0.391-0.203-0.609l3.141-12.891c0.078-0.297 0.359-0.5 0.688-0.5h5.125c0.391 0 0.703 0.297 0.703 0.656 0 0.094-0.031 0.187-0.078 0.281l-2.672 7.234 6.188-1.531c0.063-0.016 0.125-0.031 0.187-0.031 0.203 0 0.391 0.094 0.531 0.234z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"422\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-162494b490e\" wfd-id=\"423\"><h4 data-css=\"tve-u-16249355087\" style=\"text-align: left;\">Express exterior</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162494b7ad0\" wfd-id=\"421\"><p data-css=\"tve-u-162492e70ad\">Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"409\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-162493b6b63\" data-tcb_hover_state_parent=\"\" wfd-id=\"411\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b456a\" wfd-id=\"417\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"adjust\">\n<path d=\"M12 22.5v-17c-4.688 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"415\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1af44d\" wfd-id=\"416\"><h4 data-css=\"tve-u-16249358652\" style=\"text-align: left;\">Interior clean</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"412\"><p data-css=\"tve-u-162492e70ad\">Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"402\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16249373b25\" wfd-id=\"404\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b52d3\" wfd-id=\"408\"><svg class=\"tcb-icon\" viewBox=\"0 0 26 28\" data-name=\"umbrella\">\n<path d=\"M14 12.938v9.063c0 2.172-1.828 4-4 4s-4-1.828-4-4c0-0.547 0.453-1 1-1s1 0.453 1 1c0 1.047 0.953 2 2 2s2-0.953 2-2v-9.063c0.328-0.109 0.656-0.172 1-0.172s0.672 0.063 1 0.172zM26 13.359c0 0.266-0.234 0.5-0.5 0.5-0.141 0-0.25-0.063-0.359-0.156-0.906-0.844-1.75-1.437-3.047-1.437-1.484 0-2.766 0.922-3.609 2.094-0.187 0.266-0.328 0.547-0.5 0.812-0.109 0.172-0.234 0.266-0.438 0.266-0.219 0-0.344-0.094-0.453-0.266-0.172-0.266-0.313-0.547-0.5-0.812-0.844-1.172-2.109-2.094-3.594-2.094s-2.75 0.922-3.594 2.094c-0.187 0.266-0.328 0.547-0.5 0.812-0.109 0.172-0.234 0.266-0.453 0.266-0.203 0-0.328-0.094-0.438-0.266-0.172-0.266-0.313-0.547-0.5-0.812-0.844-1.172-2.125-2.094-3.609-2.094-1.297 0-2.141 0.594-3.047 1.437-0.109 0.094-0.219 0.156-0.359 0.156-0.266 0-0.5-0.234-0.5-0.5 0-0.047 0-0.078 0.016-0.109 1.437-5.906 7.141-9.25 12.984-9.25 5.812 0 11.578 3.344 12.984 9.25 0.016 0.031 0.016 0.063 0.016 0.109zM14 2v1.531c-0.328-0.016-0.672-0.031-1-0.031s-0.672 0.016-1 0.031v-1.531c0-0.547 0.453-1 1-1s1 0.453 1 1z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"406\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b01a6\" wfd-id=\"407\"><h4 data-css=\"tve-u-1624935a201\" style=\"text-align: left;\">Wax protection</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"405\"><p data-css=\"tve-u-162492e70ad\">Etiam pharetra, erat sed fermentum feugiat, velit mauris</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16249367114\" wfd-id=\"373\"><div class=\"tcb-flex-row tcb-medium-no-wrap tcb--cols--3 v-2\" data-css=\"tve-u-16229ffbb7b\" wfd-id=\"374\"><div class=\"tcb-flex-col\" wfd-id=\"391\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229fa6a26\" wfd-id=\"393\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b33f9\" wfd-id=\"399\"><svg class=\"tcb-icon\" viewBox=\"0 0 26 28\" data-name=\"magic\">\n<path d=\"M18.594 9.078l4.578-4.578-1.672-1.672-4.578 4.578zM25.578 4.5c0 0.266-0.094 0.516-0.281 0.703l-20.094 20.094c-0.187 0.187-0.438 0.281-0.703 0.281s-0.516-0.094-0.703-0.281l-3.094-3.094c-0.187-0.187-0.281-0.438-0.281-0.703s0.094-0.516 0.281-0.703l20.094-20.094c0.187-0.187 0.438-0.281 0.703-0.281s0.516 0.094 0.703 0.281l3.094 3.094c0.187 0.187 0.281 0.438 0.281 0.703zM4.469 1.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531zM9.938 4.062l3.063 0.938-3.063 0.938-0.938 3.063-0.938-3.063-3.063-0.938 3.063-0.938 0.938-3.063zM24.469 11.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531zM14.469 1.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"397\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b0a67\" wfd-id=\"398\"><h4 data-css=\"tve-u-16248fc42a1\" style=\"text-align: left;\">Dust &amp; Dash Console</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"394\"><p data-css=\"tve-u-162492e70ad\">Duis sed odio sit amet nibh vulputate cursus a sit amet mauris.</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"384\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1622f65ba70\" wfd-id=\"386\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641c1b60b4\" wfd-id=\"390\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"certificate\">\n<path d=\"M21.5 14l2.156 2.109c0.297 0.281 0.406 0.703 0.313 1.094-0.109 0.391-0.422 0.703-0.812 0.797l-2.938 0.75 0.828 2.906c0.109 0.391 0 0.812-0.297 1.094-0.281 0.297-0.703 0.406-1.094 0.297l-2.906-0.828-0.75 2.938c-0.094 0.391-0.406 0.703-0.797 0.812-0.094 0.016-0.203 0.031-0.297 0.031-0.297 0-0.594-0.125-0.797-0.344l-2.109-2.156-2.109 2.156c-0.281 0.297-0.703 0.406-1.094 0.313-0.406-0.109-0.703-0.422-0.797-0.812l-0.75-2.938-2.906 0.828c-0.391 0.109-0.812 0-1.094-0.297-0.297-0.281-0.406-0.703-0.297-1.094l0.828-2.906-2.938-0.75c-0.391-0.094-0.703-0.406-0.812-0.797-0.094-0.391 0.016-0.812 0.313-1.094l2.156-2.109-2.156-2.109c-0.297-0.281-0.406-0.703-0.313-1.094 0.109-0.391 0.422-0.703 0.812-0.797l2.938-0.75-0.828-2.906c-0.109-0.391 0-0.812 0.297-1.094 0.281-0.297 0.703-0.406 1.094-0.297l2.906 0.828 0.75-2.938c0.094-0.391 0.406-0.703 0.797-0.797 0.391-0.109 0.812 0 1.094 0.297l2.109 2.172 2.109-2.172c0.281-0.297 0.688-0.406 1.094-0.297 0.391 0.094 0.703 0.406 0.797 0.797l0.75 2.938 2.906-0.828c0.391-0.109 0.812 0 1.094 0.297 0.297 0.281 0.406 0.703 0.297 1.094l-0.828 2.906 2.938 0.75c0.391 0.094 0.703 0.406 0.812 0.797 0.094 0.391-0.016 0.812-0.313 1.094z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"388\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1641c1b12d8\" wfd-id=\"389\"><h4 data-css=\"tve-u-1625389a3d5\" style=\"text-align: left;\">Triple Foam Polish</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"387\"><p data-css=\"tve-u-162492e70ad\">Class aptent taciti sociosqu ad litora torquent</p></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"375\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229fa8c68\" wfd-id=\"377\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-16271adf6cf\" wfd-id=\"383\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 28\" data-name=\"bullseye\">\n<path d=\"M16 14c0 2.203-1.797 4-4 4s-4-1.797-4-4 1.797-4 4-4 4 1.797 4 4zM18 14c0-3.313-2.688-6-6-6s-6 2.688-6 6 2.688 6 6 6 6-2.688 6-6zM20 14c0 4.422-3.578 8-8 8s-8-3.578-8-8 3.578-8 8-8 8 3.578 8 8zM22 14c0-5.516-4.484-10-10-10s-10 4.484-10 10 4.484 10 10 10 10-4.484 10-10zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"></path>\n</svg></div><div class=\"tcb-clear\" data-css=\"tve-u-162491e8e1f\" wfd-id=\"381\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-16248fc71c8\" wfd-id=\"382\"><h4 data-css=\"tve-u-1625389b4ed\" style=\"text-align: left;\">Tire dressing</h4></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-162492815ba\" wfd-id=\"378\"><p data-css=\"tve-u-162492e70ad\">Etiam pharetra, erat sed fermentum feugiat, velit mauris</p></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621ad46076\" wfd-id=\"337\">\n<div class=\"tve-page-section-out\" wfd-id=\"368\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621b072b4e\" wfd-id=\"338\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621a8b2488\" wfd-id=\"339\"><div class=\"tcb-flex-row tcb--cols--2 v-2\" data-css=\"tve-u-1621a8a804b\" wfd-id=\"340\"><div class=\"tcb-flex-col\" wfd-id=\"350\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16271bfe70c\" wfd-id=\"352\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h3\" data-css=\"tve-u-1621a8c4313\" wfd-id=\"367\"><h3><strong>Complete cleaning services for yoâ€‹ur car</strong></h3></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-16417b70f47\" wfd-id=\"353\"><ul class=\"tcb-styled-list\" wfd-id=\"354\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621acf0289\" wfd-id=\"363\"><div class=\"tcb-styled-list-icon\" wfd-id=\"365\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a8e11f3\" wfd-id=\"366\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ace1b08\" wfd-id=\"364\">We are a small business delivering professional cleaning services for all vehicles</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621acf64fb\" wfd-id=\"359\"><div class=\"tcb-styled-list-icon\" wfd-id=\"361\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a8e5625\" wfd-id=\"362\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ace4de9\" wfd-id=\"360\">Our services are convenient for individuals and corporate fleets</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"355\"><div class=\"tcb-styled-list-icon\" wfd-id=\"357\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1621a9076ef\" wfd-id=\"358\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621acf47d2\" wfd-id=\"356\">We use eco-friendly products that actually clean, protect and maintain your car better than the traditional cleaning substances</span></li></ul></div></div></div><div class=\"tcb-flex-col\" wfd-id=\"341\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621a90a46f\" wfd-id=\"343\"><div class=\"thrv_wrapper thrv-fill-counter tve_red tve_normalfc thrv_data_element\" data-css=\"tve-u-1621a983587\" wfd-id=\"344\">\n<div class=\"tve_fill_counter_n\" style=\"\" data-fill=\"100\" data-css=\"tve-u-1621a98b602\" wfd-id=\"345\">\n<svg viewBox=\"0 0 160 160\" class=\"tve_fill_counter_circle\" shape-rendering=\"optimizeSpeed\" data-css=\"tve-u-1621a9a2862\">\n<circle class=\"tve_fill_counter_circle_inner\" r=\"80\" cx=\"80\" cy=\"80\" data-css=\"tve-u-1621a9685d4\"></circle>\n</svg>\n<div class=\"tve_fill_text_in\" data-css=\"tve-u-1621a96b190\" wfd-id=\"346\">\n<div class=\"tve_fill_text_value\" data-css=\"tve-u-1621a9a2866\" wfd-id=\"348\">\n<div class=\"thrv-inline-text tve_fill_text tve_editable\" data-css=\"tve-u-1621a9a2867\" wfd-id=\"349\"><strong>100%â€‹</strong></div>\n</div>\n<div class=\"thrv-inline-text tve_editable tve_data_element_label\" data-css=\"tve-u-1621a9750ae\" wfd-id=\"347\">Clean car</div>\n</div>\n</div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621ada1e7f\" data-value-type=\"percent\" wfd-id=\"299\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621adba9ef\" data-clip-id=\"52d5a36c151aa\" wfd-id=\"336\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-52d5a36c151aa\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0875\"></polygon></clipPath><clipPath id=\"clip-tablet-top-52d5a36c151aa\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"3\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0524\"></polygon></clipPath><clipPath id=\"clip-mobile-top-52d5a36c151aa\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0349\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621ad420c4\" wfd-id=\"300\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621ade6172\" wfd-id=\"301\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2 tcb-row-reversed-mobile tcb-mobile-edit v-2\" data-css=\"tve-u-1621adea58b\" wfd-id=\"302\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621b064646\" style=\"\" wfd-id=\"330\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ae0bec7\" wfd-id=\"332\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ae4fd21\" data-value-type=\"percent\" data-float=\"1\" wfd-id=\"333\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621ae6c8da\" data-clip-id=\"aa2c3e3c70555\" wfd-id=\"335\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"2\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0349\"></polygon></clipPath><clipPath id=\"clip-tablet-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"4\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0699\"></polygon></clipPath><clipPath id=\"clip-mobile-top-aa2c3e3c70555\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"4\" style=\"\" data-inverted=\"true\"><polygon points=\"0 0, 0 1, 1 1, 1 0.0699\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb\" data-css=\"tve-u-1621ae4db6e\" wfd-id=\"334\"></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621b064668\" style=\"\" wfd-id=\"303\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621f45bed3\" wfd-id=\"305\"><div class=\"tcb-clear\" data-css=\"tve-u-16224848ee5\" wfd-id=\"328\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621afceb00\" wfd-id=\"329\"><h2 data-css=\"tve-u-1621afcc0bf\">Check Out Our Special Offer!</h2></div></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621afda4fa\" wfd-id=\"325\"><p data-css=\"tve-u-1621afd8c98\">Donâ€™t miss the opportunity to get 50% discount on a complete cleaning just by recommending us to a friend. Bring someone you know with you and clean you car half price!</p></div><div class=\"tcb-clear\" data-css=\"tve-u-16224834cab\" wfd-id=\"306\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621fe85996\" wfd-id=\"307\"><div class=\"tcb-flex-row tcb--cols--2 tcb-resized tcb-medium-wrap tcb-desktop-wrap\" data-css=\"tve-u-1621fe78878\" wfd-id=\"308\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621fe94086\" style=\"\" wfd-id=\"316\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"318\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621b01355a\" wfd-id=\"319\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621b08fdde\" data-tcb_hover_state_parent=\"1\" wfd-id=\"324\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16223f02c16\" wfd-id=\"320\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-1620af7eb3f\" data-tcb_hover_state_parent=\"\" data-button-style=\"full_rounded\" wfd-id=\"321\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"322\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-16228c75500\" wfd-id=\"323\"><strong>Request an appointment</strong></span></span>\n</a>\n</div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621fe940b9\" style=\"\" wfd-id=\"309\"><div class=\"tcb-col\" wfd-id=\"311\"><div class=\"tcb-clear\" data-css=\"tve-u-16224716d62\" wfd-id=\"312\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-1621b028939\" data-tcb_hover_state_parent=\"\" data-button-style=\"ghost\" wfd-id=\"313\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\" wfd-id=\"314\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-16228c764b2\" wfd-id=\"315\"><strong>Call Now: 0400-700-682</strong></span></span>\n</a>\n</div></div></div></div></div></div></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16260ba2fa4\" wfd-id=\"202\">\n<div class=\"tve-page-section-out\" wfd-id=\"298\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16260be7104\" wfd-id=\"203\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621b0e4fb7\" wfd-id=\"297\"><h2 data-css=\"tve-u-1621b10fccf\" style=\"text-align: center;\">our happy clients</h2></div><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641367127b\" data-float=\"1\" wfd-id=\"296\"><svg class=\"tcb-icon\" viewBox=\"0 0 30 32\" data-name=\"quote-left\">\n<path d=\"M13.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429zM29.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1641367e553\" wfd-id=\"295\"><svg class=\"tcb-icon\" viewBox=\"0 0 30 32\" data-name=\"quote-left\">\n<path d=\"M13.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429zM29.714 17.143v6.857c0 1.893-1.536 3.429-3.429 3.429h-6.857c-1.893 0-3.429-1.536-3.429-3.429v-12.571c0-5.036 4.107-9.143 9.143-9.143h1.143c0.625 0 1.143 0.518 1.143 1.143v2.286c0 0.625-0.518 1.143-1.143 1.143h-1.143c-2.518 0-4.571 2.054-4.571 4.571v0.571c0 0.946 0.768 1.714 1.714 1.714h4c1.893 0 3.429 1.536 3.429 3.429z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a10d3b4\" wfd-id=\"264\">\n<div class=\"tve-content-box-background\" wfd-id=\"294\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"265\"><div class=\"tcb-clear\" data-css=\"tve-u-1621b300a64\" wfd-id=\"292\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-1621f154231\" wfd-id=\"293\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621b200375\" wfd-id=\"268\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-16260d8392c\" wfd-id=\"269\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"276\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"278\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16417b62c09\" wfd-id=\"279\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-16260d8396c\" wfd-id=\"280\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16260d01208\" style=\"\" wfd-id=\"286\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"288\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"289\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16225617da3\" wfd-id=\"291\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"290\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16260d0120e\" style=\"\" wfd-id=\"281\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"283\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"285\"><h5>Brett Graham, 28</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"284\"><h6 class=\"\">Architect</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"270\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"272\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"273\"><p data-css=\"tve-u-162539c17ec\">Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit. Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit.&nbsp;</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-16260c5ff0c\" wfd-id=\"266\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260c5ff07\" wfd-id=\"267\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a12f675\" wfd-id=\"235\">\n<div class=\"tve-content-box-background\" wfd-id=\"263\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"236\"><div class=\"tcb-clear\" data-css=\"tve-u-16260cd7683\" wfd-id=\"261\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260d73672\" wfd-id=\"262\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16260da3aa7\" wfd-id=\"239\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-1621fb68b97\" wfd-id=\"240\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"245\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"247\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16417b662bf\" wfd-id=\"248\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-1621fb65556\" wfd-id=\"249\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16229915e1a\" style=\"\" wfd-id=\"255\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"257\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"258\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16260c433e9\" wfd-id=\"260\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"259\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16229915e4e\" style=\"\" wfd-id=\"250\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"252\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"254\"><h5>Rosie Hanson, 24</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"253\"><h6 class=\"\">Real estate Associate</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"241\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"243\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"244\"><p data-css=\"tve-u-162539c17ec\">Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo.</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-16260d3b97e\" wfd-id=\"237\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260d39b83\" wfd-id=\"238\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1628a146aef\" wfd-id=\"204\">\n<div class=\"tve-content-box-background\" wfd-id=\"234\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" wfd-id=\"205\"><div class=\"tcb-clear\" data-css=\"tve-u-16260cd7683\" wfd-id=\"232\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-16260cd622f\" wfd-id=\"233\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16260c39a7e\" wfd-id=\"208\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-16260d3f4aa\" wfd-id=\"209\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-162539ac577\" style=\"\" wfd-id=\"216\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16229ae62a7\" wfd-id=\"218\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621fbacc60\" wfd-id=\"219\"><div class=\"tcb-flex-row tcb-medium-wrap tcb--cols--2 tcb-resized v-2\" data-css=\"tve-u-16260d3f4af\" wfd-id=\"220\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-16229915e1a\" style=\"\" wfd-id=\"226\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621b22a018\" wfd-id=\"228\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1622561121b\" wfd-id=\"229\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16260d5e4b8\" wfd-id=\"231\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-16225611edb\" wfd-id=\"230\"></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-16229915e4e\" style=\"\" wfd-id=\"221\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"223\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h5\" data-css=\"tve-u-1621fc0ce17\" wfd-id=\"225\"><h5>Shawn Mattews, 35</h5></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621b24a89d\" wfd-id=\"224\"><h6 class=\"\">project manager</h6></div></div></div></div></div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-162539ac57d\" style=\"\" wfd-id=\"210\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16224439be1\" wfd-id=\"212\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621fbcad8c\" wfd-id=\"213\"><p data-css=\"tve-u-162539c17ec\">Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo. Nullam ac urna eu felis.Sed non neque elit. Sed ut imperdiet nisi. Proin condimentum</p></div></div></div></div></div><div class=\"tcb-clear\" data-css=\"tve-u-1621b30ca74\" wfd-id=\"206\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(15, 29, 123, 0.7)\" data-css=\"tve-u-1621f15b521\" wfd-id=\"207\">\n<hr class=\"tve_sep tve_sep-1\">\n</div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621b3c8c52\" wfd-id=\"96\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621b3cfc7b\" wfd-id=\"201\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621b3c74d9\" wfd-id=\"97\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621e7b695a\" wfd-id=\"200\"><h2 data-css=\"tve-u-1621e7a7350\" style=\"text-align: center;\">our offers</h2></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621e7c899a\" wfd-id=\"98\"><div class=\"tcb-flex-row tcb--cols--3 tcb-medium-wrap v-2\" data-css=\"tve-u-1621e7c7aa1\" wfd-id=\"99\"><div class=\"tcb-flex-col\" wfd-id=\"164\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16223fc9f23\" wfd-id=\"166\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e7ceab3\" style=\"\" wfd-id=\"167\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16416e4fafd\" wfd-id=\"199\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e7d5094\" wfd-id=\"168\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e7e9950\" data-value-type=\"percent\" style=\"\" wfd-id=\"195\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e7edfd9\" data-clip-id=\"10ffac3b28f1d\" wfd-id=\"198\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-10ffac3b28f1d\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-10ffac3b28f1d\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e7e6c1d\" wfd-id=\"196\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-16417b4cb9e\" wfd-id=\"197\"><h4 data-css=\"tve-u-1621fe1a1af\" style=\"text-align: center;\"><strong>Basic Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ec6c39b\" data-float=\"1\" wfd-id=\"191\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e81f424\" wfd-id=\"194\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec752da\" wfd-id=\"192\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"193\"><h4 data-css=\"tve-u-1621fe1bd18\" style=\"text-align: center;\"><strong>15$</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621ea50702\" wfd-id=\"169\"><ul class=\"tcb-styled-list\" wfd-id=\"170\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec3a5c0\" wfd-id=\"187\"><div class=\"tcb-styled-list-icon\" wfd-id=\"189\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec204df\" wfd-id=\"190\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec241aa\" wfd-id=\"188\">Interior vacuum</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"183\"><div class=\"tcb-styled-list-icon\" wfd-id=\"185\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec20f68\" wfd-id=\"186\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec2704c\" wfd-id=\"184\">Dust &amp;dash console</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec42aa7\" wfd-id=\"179\"><div class=\"tcb-styled-list-icon\" wfd-id=\"181\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec21a31\" wfd-id=\"182\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec298ab\" wfd-id=\"180\">Hand towel dry</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec43fe2\" wfd-id=\"175\"><div class=\"tcb-styled-list-icon\" wfd-id=\"177\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ea1fba7\" wfd-id=\"178\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea23322\" wfd-id=\"176\">Clean windows</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec454d9\" wfd-id=\"171\"><div class=\"tcb-styled-list-icon\" wfd-id=\"173\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ea295c0\" wfd-id=\"174\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea2c69a\" wfd-id=\"172\">Soft cloth wash</span></li></ul></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"131\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"133\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621eb81205\" style=\"\" wfd-id=\"134\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16416e603ab\" wfd-id=\"163\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621eb7ccb0\" wfd-id=\"135\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ebbbb6d\" data-value-type=\"percent\" wfd-id=\"159\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eaaedd8\" data-clip-id=\"a2b9cf3198d6f\" wfd-id=\"162\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-a2b9cf3198d6f\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-a2b9cf3198d6f\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec7f21a\" wfd-id=\"160\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e930bd7\" wfd-id=\"161\"><h4 data-css=\"tve-u-1621e92e97f\" style=\"text-align: center;\"><strong>Ultimate Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ec78d2c\" data-float=\"1\" wfd-id=\"155\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eab272c\" wfd-id=\"158\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ec79a7d\" wfd-id=\"156\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"157\"><h4 data-css=\"tve-u-1621e942b65\" style=\"text-align: center;\"><strong>22 $</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621ebfa746\" wfd-id=\"152\"><p data-css=\"tve-u-1621f4ceaf6\" style=\"text-align: center;\">Includes basic service <span data-css=\"tve-u-1621f4ceaf7\" style=\"color: rgb(15, 29, 123);\" wfd-id=\"153\"><strong class=\"\"><span data-css=\"tve-u-1621f4ceafb\" wfd-id=\"154\">+</span></strong></span></p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621ebf340c\" wfd-id=\"136\"><ul class=\"tcb-styled-list\" wfd-id=\"137\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-164137a0b1f\" wfd-id=\"146\"><div class=\"tcb-styled-list-icon\" wfd-id=\"150\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec0c5bd\" wfd-id=\"151\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ebfe4ce\" wfd-id=\"147\">Triple foam conditiner</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec04541\" wfd-id=\"142\"><div class=\"tcb-styled-list-icon\" wfd-id=\"144\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec09a3c\" wfd-id=\"145\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ebff867\" wfd-id=\"143\">Tire dressing</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec05cc3\" wfd-id=\"138\"><div class=\"tcb-styled-list-icon\" wfd-id=\"140\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621ec15f6e\" wfd-id=\"141\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ec009a8\" wfd-id=\"139\">Air freshner</span></li></ul></div></div>\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"100\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-16223dad661\" wfd-id=\"102\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621fd9c946\" style=\"\" wfd-id=\"103\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621e7d234c\" wfd-id=\"130\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621fd84d7b\" wfd-id=\"104\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16223b080b0\" data-value-type=\"percent\" wfd-id=\"126\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eb3eb9f\" data-clip-id=\"ac98bb0e54b3b\" wfd-id=\"129\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-tablet-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-bottom-ac98bb0e54b3b\" class=\"decoration-clip clip-path-mobile-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"5\" style=\"\"><polygon points=\"0 0, 0 1, 11.4301 0, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621fd8766c\" wfd-id=\"127\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e930bd7\" wfd-id=\"128\"><h4 data-css=\"tve-u-1621fe1587d\" style=\"text-align: center;\"><strong>Supreme Wash</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621e8107f3\" wfd-id=\"122\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621eb43d8d\" wfd-id=\"125\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621e819c52\" wfd-id=\"123\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h4\" data-css=\"tve-u-1621e94cb4e\" wfd-id=\"124\"><h4 data-css=\"tve-u-1621fe1725e\" style=\"text-align: center;\"><strong>30 $</strong></h4></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621eb037bb\" wfd-id=\"119\"><p data-css=\"tve-u-1621f4d0451\" style=\"text-align: center;\">Includes ultimate service <span data-css=\"tve-u-1621eaff572\" style=\"color: rgb(15, 29, 123);\" wfd-id=\"120\"><strong class=\"\"><span data-css=\"tve-u-1621eb01b60\" wfd-id=\"121\">+</span></strong></span></p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-1621eacf6af\" wfd-id=\"105\"><ul class=\"tcb-styled-list\" wfd-id=\"106\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec36a4d\" wfd-id=\"115\"><div class=\"tcb-styled-list-icon\" wfd-id=\"117\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e9993aa\" wfd-id=\"118\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea1a5d7\" wfd-id=\"116\">Exterior trim dressing</span></li><li class=\"thrv-styled-list-item\" wfd-id=\"111\"><div class=\"tcb-styled-list-icon\" wfd-id=\"113\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e99b1db\" wfd-id=\"114\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea19a06\" wfd-id=\"112\">Hand applied spray wax</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1621ec37ea5\" wfd-id=\"107\"><div class=\"tcb-styled-list-icon\" wfd-id=\"109\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-icon-inherit-style\" data-css=\"tve-u-1621e99c314\" wfd-id=\"110\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<title>check</title>\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete\" data-css=\"tve-u-1621ea18c5d\" wfd-id=\"108\">Interior conditioner</span></li></ul></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1621efddaaf\" wfd-id=\"54\">\n<div class=\"tve-page-section-out\" wfd-id=\"95\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621edf8048\" wfd-id=\"55\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1621f114214\" wfd-id=\"56\"><div class=\"tcb-flex-row tcb-mobile-edit tcb--cols--2\" data-css=\"tve-u-1621ee03000\" wfd-id=\"57\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1621ee4be21\" style=\"\" wfd-id=\"63\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ee093d4\" wfd-id=\"65\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1621ee3afec\" wfd-id=\"66\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1621ee58e74\" wfd-id=\"94\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-1621ee37f4a\" wfd-id=\"67\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-1621ee74a24\" wfd-id=\"93\"><svg class=\"tcb-icon\" viewBox=\"0 0 16 28\" data-name=\"map-marker\">\n<path d=\"M12 10c0-2.203-1.797-4-4-4s-4 1.797-4 4 1.797 4 4 4 4-1.797 4-4zM16 10c0 0.953-0.109 1.937-0.516 2.797l-5.688 12.094c-0.328 0.688-1.047 1.109-1.797 1.109s-1.469-0.422-1.781-1.109l-5.703-12.094c-0.406-0.859-0.516-1.844-0.516-2.797 0-4.422 3.578-8 8-8s8 3.578 8 8z\"></path>\n</svg></div><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" data-css=\"tve-u-1621ee63e1c\" wfd-id=\"92\"><h2 data-css=\"tve-u-1621fdcb4ea\" style=\"text-align: center;\">contact us</h2></div><div class=\"thrv_wrapper thrv-contact-form\" data-ct=\"contact_form-22343\" style=\"\" data-css=\"tve-u-16465071dea\" data-ct-name=\"Rounded Shadow\" wfd-id=\"70\">\n<form action=\"\" method=\"post\" novalidate=\"\" sourceindex=\"0\" wfd-id=\"71\">\n<div class=\"tve-cf-item-wrapper\" wfd-id=\"75\">\n<div class=\"tve-cf-item\" data-css=\"tve-u-1695dd04208\" wfd-id=\"88\">\n<div class=\"thrv-cf-input-wrapper\" data-type=\"first_name\" wfd-id=\"89\">\n<label data-css=\"tve-u-1695d9d6525\" class=\"\" wfd-id=\"91\">First Name</label>\n<div class=\"tve-cf-input\" data-css=\"tve-u-1695d9d6526\" data-tcb_hover_state_parent=\"\" wfd-id=\"90\">\n<input placeholder=\"\" type=\"text\" name=\"first_name\" data-placeholder=\"\" sourceindex=\"1\" wfd-id=\"502\">\n</div>\n</div>\n</div>\n<div class=\"tve-cf-item\" data-css=\"tve-u-1695dd04208\" wfd-id=\"84\">\n<div class=\"thrv-cf-input-wrapper\" data-type=\"email\" wfd-id=\"85\">\n<label data-css=\"tve-u-1695d9d6527\" class=\"\" wfd-id=\"87\">Email Address</label>\n<div class=\"tve-cf-input\" data-css=\"tve-u-1695d9d6528\" data-tcb_hover_state_parent=\"\" wfd-id=\"86\">\n<input placeholder=\"\" type=\"email\" name=\"email\" data-placeholder=\"\" sourceindex=\"2\" wfd-id=\"501\">\n</div>\n</div>\n</div>\n<div class=\"tve-cf-item\" data-css=\"tve-u-1695dd484d7\" wfd-id=\"80\">\n<div class=\"thrv-cf-input-wrapper\" data-type=\"message\" wfd-id=\"81\">\n<label data-css=\"tve-u-1695d9d6529\" class=\"\" wfd-id=\"83\">Message</label>\n<div class=\"tve-cf-input\" data-css=\"tve-u-1695d9d652a\" data-tcb_hover_state_parent=\"\" wfd-id=\"82\">\n<textarea placeholder=\"\" data-placeholder=\"\" name=\"message\" sourceindex=\"3\" wfd-id=\"504\"></textarea>\n</div>\n</div>\n</div>\n<div class=\"tve-cf-item\" data-css=\"tve-u-1695dd04208\" wfd-id=\"76\">\n	<div class=\"thrv-cf-input-wrapper\" data-type=\"phone\" wfd-id=\"77\">\n		<label data-css=\"tve-u-1695d9d6525\" class=\"\" wfd-id=\"79\">Phone Number</label>\n		<div class=\"tve-cf-input\" data-css=\"tve-u-1695d9d6526\" wfd-id=\"78\">\n			<input placeholder=\"+1-555-555-2368\" type=\"tel\" name=\"phone\" data-placeholder=\"+1-555-555-2368\" sourceindex=\"4\" wfd-id=\"500\">\n		</div>\n	</div>\n</div></div>\n<div class=\"tve-cf-submit\" data-tcb_hover_state_parent=\"\" data-button-style=\"rounded\" data-css=\"tve-u-1695dd27f6a\" wfd-id=\"72\">\n<button class=\"tve_btn_txt\" type=\"submit\" sourceindex=\"5\" wfd-id=\"517\">Submit Message</button>\n</div>\n<input type=\"hidden\" name=\"config\" value=\"YTozOntzOjE0OiJlcnJvcl9tZXNzYWdlcyI7YTo0OntzOjU6ImVtYWlsIjtzOjIxOiJFbWFpbCBhZGRyZXNzIGludmFsaWQiO3M6NToicGhvbmUiO3M6MjA6IlBob25lIG51bWJlciBpbnZhbGlkIjtzOjM6InVybCI7czoxMToiVVJMIGludmFsaWQiO3M6ODoicmVxdWlyZWQiO3M6MjA6IlJlcXVpcmVkIGZpZWxkIGVtcHR5Ijt9czo4OiJ0b19lbWFpbCI7YToyOntzOjI6InRvIjtzOjI4OiJpbmZvQGJlc3RjZXJha290ZWZsb3JpZGEuY29tIjtzOjc6InN1YmplY3QiO3M6MTg6Ik5ldyBtZXNzYWdlIGZyb206ICI7fXM6Njoic3VibWl0IjthOjEwOntzOjY6ImFjdGlvbiI7czoxMjoibm90aWZpY2F0aW9uIjtzOjIzOiJzZW5kX2NvbmZpcm1hdGlvbl9lbWFpbCI7YjoxO3M6MTk6InNlbmRlcl9wZXJzb25hbGl6ZWQiO2I6MDtzOjIwOiJjb25maXJtYXRpb25fc3ViamVjdCI7czozNjoiQ29udGFjdCBGb3JtIHN1Ym1pc3Npb24gY29uZmlybWF0aW9uIjtzOjIwOiJjb25maXJtYXRpb25fbWVzc2FnZSI7czoxMzk6IkhlbGxvLCAKClRoYW5rcyBmb3IgY29udGFjdGluZyB1cy4gV2UnbGwgZ2V0IGJhY2sgdG8geW91IGFzIHNvb24gYXMgcG9zc2libGUgd2l0aCB0aGUgaW5mb3JtYXRpb24geW91IG5lZWQuIAoKQmVzdCByZWdhcmRzLApbd3Bfc2l0ZV90aXRsZV0iO3M6OToiZnJvbV9uYW1lIjtzOjI4OiJUaGUgQmVzdCBDZXJha290ZSBJbiBGbG9yaWRhIjtzOjEwOiJmcm9tX2VtYWlsIjtzOjI5OiJhZG1pbkBiZXN0Y2VyYWtvdGVmbG9yaWRhLmNvbSI7czo4OiJyZXBseV90byI7czoyOToiYWRtaW5AYmVzdGNlcmFrb3RlZmxvcmlkYS5jb20iO3M6MzoidXJsIjtzOjA6IiI7czoxMjoibm90aWZpY2F0aW9uIjtzOjgxOiJZb3VyIG1lc3NhZ2UgaGFzIGJlZW4gc2VudCwgdGhhbmsgeW91ISBZb3UnbGwgaGVhciBmcm9tIHVzIHdpdGhpbiB0aGUgbmV4dCAyNCBocnMiO319\" wfd-id=\"499\"></form>\n</div><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_slide_left\" data-css=\"tve-u-1621ef118dc\" style=\"\" wfd-id=\"68\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"69\"><img class=\"tve_image tve_evt_manager_listen tve_et_tve-viewport wp-image-600\" alt=\"\" width=\"2148\" height=\"1968\" title=\"CertifiedLogo_transparent\" data-id=\"600\" src=\"https://bestcerakoteflorida.com/wp-content/uploads/2019/03/CertifiedLogo_transparent-e1552073635916.png\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_left&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" style=\"width: 100%;\"></span></div></div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1621ee4be73\" style=\"\" wfd-id=\"58\"><div class=\"tcb-col tve_empty_dropzone\" data-css=\"tve-u-1621ee22c43\" wfd-id=\"60\"><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-1695d995f33\" wfd-id=\"62\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=825 South Kings Highway, Fort Pierce&amp;t=m&amp;z=11&amp;output=embed&amp;iwloc=near\"></iframe>\n</div><div class=\"thrv_wrapper thrv-google-map-embedded-code tve-flexible-container\" data-css=\"tve-u-1621ee18a1c\" wfd-id=\"61\">\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=davie, Florida 33317&amp;t=m&amp;z=11&amp;output=embed&amp;iwloc=near\"></iframe>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-custom-menu-inside\" data-css=\"tve-u-1621f0aa8f7\" style=\"z-index: 8;\" wfd-id=\"28\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1621f0ada0e\" wfd-id=\"53\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1621f0b0088\" style=\"z-index: 8;\" wfd-id=\"29\"><div class=\"thrv_wrapper thrv-columns tve-custom-menu-inside\" data-css=\"tve-u-1621f0d2c1a\" wfd-id=\"30\"><div class=\"tcb-flex-row tcb--cols--3 tcb-resized\" data-css=\"tve-u-1621f0cbe40\" wfd-id=\"31\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1695e826914\" style=\"\" wfd-id=\"47\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"49\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1621f0da775\" wfd-id=\"50\"><p data-css=\"tve-u-1622444fb11\" style=\"text-align: center;\">Â© 2018, BLACKHAWK CUSTOM, LLC . All rights reserved.</p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1695e826ae0\" style=\"z-index: 8;\" wfd-id=\"38\"><div class=\"tcb-col\" style=\"z-index: 8;\" wfd-id=\"40\"><div class=\"thrv_wrapper thrv_widget_menu tve-custom-menu-upgrade tve-menu-style-none tve-dropdown-icon-style_2 tve-mobile-dropdown\" data-tve-style=\"tve_horizontal\" data-tve-switch-icon=\"tablet,mobile\" data-css=\"tve-u-1695e821f4c\" tcb-template-name=\"Simple Underline Light\" tcb-template-id=\"28130\" data-ct=\"menu-28130\" style=\"\" wfd-id=\"41\">	<div class=\"thrive-shortcode-config\" style=\"display: none !important\" wfd-id=\"46\">__CONFIG_widget_menu__{\"menu_id\":\"custom\",\"color\":\"tve_red\",\"dir\":\"tve_horizontal\",\"font_class\":\"\",\"font_size\":\"\",\"ul_attr\":\"\",\"link_attr\":\"\",\"top_link_attr\":\"\",\"trigger_attr\":\"\",\"primary\":\"\",\"head_css\":\"\",\"background_hover\":\"\",\"main_hover\":\"\",\"child_hover\":\"\",\"group_edit\":[{\"css_id\":null,\"class\":\"\"},{\"css_id\":null,\"class\":\"\"},{\"css_id\":null,\"class\":\"\"},{\"css_id\":null,\"class\":\"\"}],\"menu_style\":\"none\",\"dropdown_icon\":\"style_2\",\"mobile_side\":\"dropdown\",\"mobile_icon\":\"\",\"switch_to_icon\":\"tablet,mobile\",\"template\":\"28130\",\"template_name\":\"Simple Underline Light\"}__CONFIG_widget_menu__</div>\n<div class=\"thrive-shortcode-html tve-menu-custom-type thrive-shortcode-html-editable tve-custom-menu-type tve_clearfix\" style=\"z-index: 8;\" wfd-id=\"42\">\n<a class=\"tve-m-trigger t_tve_horizontal tve_red\" href=\"javascript:void(0)\"><div class=\"thrv_wrapper thrv_icon tcb-icon-open tve-trigger-active\" data-not-changeable=\"true\" data-selector=\"[data-css=&quot;tve-u-1695e821f4c&quot;] .tcb-icon-open\" wfd-id=\"45\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 24\" data-name=\"align-justify\"><g><g><path class=\"st0\" d=\"M23,13H1c-0.6,0-1-0.4-1-1s0.4-1,1-1h22c0.6,0,1,0.4,1,1S23.6,13,23,13z\"></path></g><g><path class=\"st0\" d=\"M23,6.7H1c-0.6,0-1-0.4-1-1s0.4-1,1-1h22c0.6,0,1,0.4,1,1S23.6,6.7,23,6.7z\"></path></g><g><path class=\"st0\" d=\"M23,19.3H1c-0.6,0-1-0.4-1-1s0.4-1,1-1h22c0.6,0,1,0.4,1,1S23.6,19.3,23,19.3z\"></path></g></g></svg></div><div class=\"thrv_wrapper thrv_icon tcb-icon-close\" data-not-changeable=\"true\" data-selector=\"[data-css=&quot;tve-u-1695e821f4c&quot;] .tcb-icon-close\" wfd-id=\"44\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 24\" data-name=\"close\"><path class=\"st0\" d=\"M13.4,12l7.1-7.1c0.4-0.4,0.4-1,0-1.4s-1-0.4-1.4,0L12,10.6L4.9,3.5c-0.4-0.4-1-0.4-1.4,0s-0.4,1,0,1.4l7.1,7.1 l-7.1,7.1c-0.4,0.4-0.4,1,0,1.4c0.4,0.4,1,0.4,1.4,0l7.1-7.1l7.1,7.1c0.4,0.4,1,0.4,1.4,0c0.4-0.4,0.4-1,0-1.4L13.4,12z\"></path></svg></div></a><ul id=\"menu-main-menu\" class=\"tve_w_menu tve_horizontal tve-m-collapsed\" style=\"z-index: 6;\" wfd-id=\"43\"><li id=\"tcb_custom_menu_5402f616\" class=\"menu-item menu-item-type-post_type menu-item-object-page thrv_wrapper thrv-menu-item-element thrv-custom-menu-item\" data-selector=\"[data-css=&quot;tve-u-1695e821f4c&quot;] #tcb_custom_menu_5402f616\" data-tcb_hover_state_parent=\"\"><a href=\"https://bestcerakoteflorida.com/privacy/\"><span class=\"tve-disabled-text-inner\">Privacy</span><span class=\"tve-disabled-text-inner tve-item-dropdown-trigger\"></span></a></li><li id=\"tcb_custom_menu_13475a66\" class=\"menu-item menu-item-type-post_type menu-item-object-page thrv_wrapper thrv-menu-item-element thrv-custom-menu-item\" data-selector=\"[data-css=&quot;tve-u-1695e821f4c&quot;] #tcb_custom_menu_13475a66\" data-tcb_hover_state_parent=\"\"><a href=\"https://bestcerakoteflorida.com/privacy-policy/\"><span class=\"tve-disabled-text-inner\">TERMS</span><span class=\"tve-disabled-text-inner tve-item-dropdown-trigger\"></span></a></li><li id=\"tcb_custom_menu_a19cc162\" class=\"menu-item menu-item-type-post_type menu-item-object-page thrv_wrapper thrv-menu-item-element thrv-custom-menu-item\" data-selector=\"[data-css=&quot;tve-u-1695e821f4c&quot;] #tcb_custom_menu_a19cc162\" data-tcb_hover_state_parent=\"\"><a href=\"\"><span class=\"tve-disabled-text-inner\">NAV#3</span><span class=\"tve-disabled-text-inner tve-item-dropdown-trigger\"></span></a></li><li id=\"tcb_custom_menu_hgZvKxml\" class=\"menu-item menu-item-type-post_type menu-item-object-page thrv_wrapper thrv-menu-item-element thrv-custom-menu-item active-expand-children\" data-selector=\"[data-css=&quot;tve-u-1695e821f4c&quot;] #tcb_custom_menu_hgZvKxml\" data-tcb_hover_state_parent=\"\"><a href=\"\"><span class=\"tve-disabled-text-inner\">NAV#5</span><span class=\"tve-disabled-text-inner tve-item-dropdown-trigger\"></span></a></li></ul></div>	</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1695e826b67\" wfd-id=\"32\"><div class=\"tcb-col tve_empty_dropzone\" wfd-id=\"34\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16223fe5f5b\" wfd-id=\"35\"><p data-css=\"tve-u-1621f0d874c\" style=\"text-align: center;\">Made with <a data-css=\"tve-u-1695e7e070d\" href=\"https://thrivethemes.com/\" target=\"_blank\">Thrive Architect</a></p></div></div></div></div></div></div>\n</div>\n\n'),(7478,606,'tve_revision_tve_has_wistia_popover','0'),(7479,538,'_oembed_9dfd9016d9b94774d27aec3b875302c4','{{unknown}}'),(7480,607,'_edit_last','1'),(7481,607,'thrive_ab_traffic','100'),(7482,607,'is_control','1'),(7483,607,'thrive_ab_status','published'),(7484,607,'_edit_lock','1552942948:1'),(7485,608,'tve_revision_tve_landing_page',''),(7486,608,'tve_revision_tve_landing_set',''),(7487,608,'tve_revision_tve_disable_theme_dependency',''),(7488,608,'tve_revision_tve_content_before_more',''),(7489,608,'tve_revision_tve_content_more_found',''),(7490,608,'tve_revision_tve_save_post',''),(7491,608,'tve_revision_tve_custom_css',''),(7492,608,'tve_revision_tve_user_custom_css',''),(7493,608,'tve_revision_tve_page_events',''),(7494,608,'tve_revision_tve_globals',''),(7495,608,'tve_revision_tve_global_scripts',''),(7496,608,'tve_revision_thrive_icon_pack',''),(7497,608,'tve_revision_thrive_tcb_post_fonts',''),(7498,608,'tve_revision_tve_has_masonry',''),(7499,608,'tve_revision_tve_has_typefocus',''),(7500,608,'tve_revision_tve_updated_post',''),(7501,608,'tve_revision_tve_has_wistia_popover',''),(7502,607,'templator-screenshot-id','0'),(7503,607,'site-sidebar-layout','default'),(7504,607,'site-content-layout','default'),(7505,607,'theme-transparent-header-meta','default'),(7506,607,'stick-header-meta','default'),(7507,609,'tve_revision_tve_landing_page',''),(7508,609,'tve_revision_tve_landing_set',''),(7509,609,'tve_revision_tve_disable_theme_dependency',''),(7510,609,'tve_revision_tve_content_before_more',''),(7511,609,'tve_revision_tve_content_more_found',''),(7512,609,'tve_revision_tve_save_post',''),(7513,609,'tve_revision_tve_custom_css',''),(7514,609,'tve_revision_tve_user_custom_css',''),(7515,609,'tve_revision_tve_page_events',''),(7516,609,'tve_revision_tve_globals',''),(7517,609,'tve_revision_tve_global_scripts',''),(7518,609,'tve_revision_thrive_icon_pack',''),(7519,609,'tve_revision_thrive_tcb_post_fonts',''),(7520,609,'tve_revision_tve_has_masonry',''),(7521,609,'tve_revision_tve_has_typefocus',''),(7522,609,'tve_revision_tve_updated_post',''),(7523,609,'tve_revision_tve_has_wistia_popover',''),(14027,7031,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579800180;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14025,7029,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579796320;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14026,7030,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579800180;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14020,7024,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579772741;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14021,7025,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579772741;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14181,7185,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580409436;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14182,7186,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580409436;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14023,7027,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579787670;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14022,7026,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579787670;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14028,7032,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579805042;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14029,7033,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579805042;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14036,7040,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579836828;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14033,7037,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579824694;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14035,7039,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579832243;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14120,7124,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580155515;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14051,7055,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579892170;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14055,7059,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579905607;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14039,7043,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579851383;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14052,7056,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579899064;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14043,7047,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579864255;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14041,7045,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579859923;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14042,7046,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579864255;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14045,7049,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579869559;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14050,7054,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579892170;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14044,7048,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579869559;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14049,7053,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579885484;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14119,7123,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580155515;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14118,7122,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580146008;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14117,7121,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580146008;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14116,7120,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580133890;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14059,7063,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579929408;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14083,7087,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580007008;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14084,7088,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580015886;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14063,7067,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579938783;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14071,7075,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579965835;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14070,7074,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579965835;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14062,7066,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579938783;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14082,7086,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580007008;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14073,7077,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579970840;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14077,7081,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579987245;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14072,7076,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579970840;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14075,7079,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579983506;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14076,7080,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579987245;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14101,7105,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580086773;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14102,7106,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580086773;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14079,7083,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579993821;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14092,7096,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580045114;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14095,7099,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580054104;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14097,7101,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580059050;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14112,7116,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580117397;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14107,7111,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580105448;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14108,7112,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580105448;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14106,7110,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580100482;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14111,7115,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580117397;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14110,7114,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580109467;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14105,7109,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580100482;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14109,7113,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580109466;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14325,7329,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1581002567;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13829,6833,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579072609;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14127,7131,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580194512;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14122,7126,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580160834;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14135,7139,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580222451;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14324,7328,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1581002567;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14139,7143,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580239445;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14140,7144,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580239445;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14121,7125,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580160834;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14124,7128,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580166691;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14136,7140,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580222451;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14123,7127,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580166691;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14125,7129,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580178686;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14126,7130,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580178686;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14328,7332,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1581044030;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14329,7333,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1581044030;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14132,7136,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580213996;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14130,7134,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580209254;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14131,7135,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580213996;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14129,7133,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580209253;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14138,7142,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580228564;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14137,7141,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580228564;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14289,7293,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580821893;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14143,7147,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580248350;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14304,7308,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580895957;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14299,7303,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580871883;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14298,7302,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580871883;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14144,7148,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580248350;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14142,7146,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580244065;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14303,7307,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580887141;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14141,7145,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580244065;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14160,7164,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580301769;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14146,7150,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580261714;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14162,7166,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580308977;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14302,7306,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580887141;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14145,7149,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580261714;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14161,7165,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580308977;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14159,7163,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580301769;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14150,7154,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580277717;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14148,7152,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580269482;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14156,7160,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580289944;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14158,7162,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580297346;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14149,7153,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580277717;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14147,7151,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580269482;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14155,7159,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580289944;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14157,7161,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580297346;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14153,7157,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580286298;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14154,7158,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580286298;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14151,7155,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580282356;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14152,7156,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580282356;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14294,7298,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580841746;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14287,7291,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580818251;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14199,7203,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580488466;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14200,7204,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580488466;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14165,7169,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580321624;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14166,7170,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580321624;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14168,7172,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580327064;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14341,7345,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1581094452;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14167,7171,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580327064;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14190,7194,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580450222;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14189,7193,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580450222;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14175,7179,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580377847;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14176,7180,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580377847;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14173,7177,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580360081;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14174,7178,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580360081;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14177,7181,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580386461;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14178,7182,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580386461;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14194,7198,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580459335;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14198,7202,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580480488;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14179,7183,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580390630;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14180,7184,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580390630;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14187,7191,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580443110;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14188,7192,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580443110;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14205,7209,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580520383;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14185,7189,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580438482;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14186,7190,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580438482;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14206,7210,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580520383;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14195,7199,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580470958;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14196,7200,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580470958;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14197,7201,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580480488;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14202,7206,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580496999;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14203,7207,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580515354;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14204,7208,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580515354;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14285,7289,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580808887;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14286,7290,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580818251;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14288,7292,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580821893;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14293,7297,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580836779;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14292,7296,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580836779;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14296,7300,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580855457;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14309,7313,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580925954;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14308,7312,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580925954;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13607,6611,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1578845605;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}'),(14270,7274,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580772385;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14314,7318,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580949352;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14284,7288,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580808887;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14211,7215,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580539325;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14213,7217,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580558994;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14214,7218,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580558994;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14207,7211,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580530851;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14208,7212,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580530851;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14212,7216,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580539325;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14209,7213,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580534786;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14210,7214,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580534786;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14215,7219,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580564175;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14216,7220,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580564175;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14295,7299,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580841746;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14279,7283,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580793419;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14266,7270,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580758439;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14225,7229,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580599152;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14226,7230,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580599152;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14255,7259,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580700974;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14258,7262,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580714036;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14259,7263,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580714036;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14254,7258,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580700974;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14229,7233,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580608422;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14230,7234,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580608423;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14233,7237,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580629549;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14234,7238,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580629549;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14249,7253,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580670943;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14250,7254,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580675340;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14251,7255,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580675340;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14253,7257,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580690495;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14237,7241,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580647796;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14238,7242,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580647796;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14243,7247,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580661669;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14244,7248,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580661669;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14170,7174,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580334353;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14235,7239,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580635710;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14236,7240,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580635710;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13986,6990,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579619705;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13990,6994,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579643235;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13991,6995,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579643235;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14245,7249,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580666886;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14246,7250,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580666886;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13976,6980,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579583694;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13972,6976,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579562085;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13973,6977,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579562085;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13875,6879,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579194966;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13876,6880,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579194966;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14201,7205,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580496999;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13854,6858,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579131499;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14223,7227,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580590488;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13853,6857,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579131499;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14261,7265,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580722122;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13869,6873,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579179155;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13870,6874,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579179155;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13871,6875,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579184531;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13852,6856,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579127002;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13844,6848,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579109286;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13845,6849,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579113247;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14260,7264,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580722122;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13843,6847,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579109286;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14247,7251,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1581268086;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}'),(14271,7275,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580772386;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14262,7266,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580729649;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14263,7267,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580729649;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14264,7268,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580741569;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14265,7269,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580741569;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13846,6850,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579113247;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13849,6853,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579122302;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14232,7236,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580623422;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14231,7235,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580623422;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14248,7252,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580670943;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13831,6835,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579079910;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13832,6836,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579079910;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14268,7272,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580766728;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14269,7273,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580766729;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13834,6838,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579085901;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14274,7278,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580784292;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14272,7276,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580779377;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14280,7284,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580797992;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14275,7279,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580784292;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13833,6837,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579085900;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13830,6834,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579072609;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14315,7319,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580949352;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14283,7287,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580802940;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14282,7286,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580802940;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14311,7315,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580931942;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14310,7314,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580931941;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14313,7317,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580939425;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14312,7316,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580939425;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13908,6912,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579314337;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13937,6941,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579455368;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13935,6939,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579449634;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14291,7295,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580832168;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14290,7294,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580832168;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13838,6842,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579093583;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14305,7309,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580895957;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14300,7304,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580878012;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14301,7305,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580878012;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14319,7323,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580972085;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14306,7310,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580921577;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14307,7311,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580921577;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(10904,141,'tve_landing_set','Blank'),(14320,7324,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580979753;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14321,7325,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580979754;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14318,7322,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580972085;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14339,7343,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1581082221;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14344,7348,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1581108660;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14345,7349,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1581108660;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(11916,538,'_oembed_288351adbc81635bc6fe47332646d16e','{{unknown}}'),(13837,6841,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579093583;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13840,6844,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579098409;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13826,6830,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579062956;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14316,7320,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580962459;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14317,7321,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580962459;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14323,7327,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580985911;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14322,7326,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580985911;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13857,6861,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579139200;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13858,6862,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579139200;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13804,6808,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1578970651;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13803,6807,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1578970651;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13802,6806,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1578963153;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13796,6800,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1578947081;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13792,6796,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1578928191;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13793,6797,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1578940479;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13787,6791,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1578913382;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14332,7336,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1581058119;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14333,7337,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1581058119;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14425,7429,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1581435860;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14426,7430,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1581435860;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14351,7355,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1581131047;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14335,7339,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1581062462;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13822,6826,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579050895;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13821,6825,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579050895;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(13812,6816,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1579006076;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14169,7173,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580334353;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14217,7221,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580568089;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14218,7222,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580568089;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14278,7282,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580793419;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14267,7271,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580758439;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14273,7277,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580779377;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14277,7281,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580789745;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14276,7280,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580789745;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14281,7285,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580797992;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14297,7301,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1580855457;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14338,7342,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1581082221;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14340,7344,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1581094452;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14352,7356,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1581135120;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14353,7357,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1581135120;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14343,7347,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1581105032;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14342,7346,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1581105031;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14350,7354,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1581131047;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14347,7351,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1581122246;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14349,7353,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1581127226;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14348,7352,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1581127226;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14354,7358,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1581139871;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14355,7359,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1581139871;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14359,7363,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1581151130;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14358,7362,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1581151130;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14367,7371,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1581210168;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14366,7370,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1581210168;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14364,7368,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1581203905;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14365,7369,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1581203905;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14368,7372,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1581215753;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14370,7374,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1581223943;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14371,7375,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1581223943;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14378,7382,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1581263447;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14384,7388,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1581873809;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}'),(14382,7386,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1581272609;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14383,7387,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1581272609;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14392,7396,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1581302993;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14389,7393,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1581296423;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14390,7394,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1581296423;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14391,7395,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1581302993;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14395,7399,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1581316423;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(14396,7400,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1581316423;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}');
/*!40000 ALTER TABLE `wpbe_postmeta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpbe_posts`
--

DROP TABLE IF EXISTS `wpbe_posts`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpbe_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 COLLATE utf8mb4_unicode_ci NOT NULL,
  `post_title` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `post_excerpt` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `post_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'publish',
  `comment_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'open',
  `ping_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'open',
  `post_password` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `post_name` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `to_ping` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `pinged` text COLLATE utf8mb4_unicode_ci 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 COLLATE utf8mb4_unicode_ci NOT NULL,
  `post_parent` bigint(20) unsigned NOT NULL DEFAULT 0,
  `guid` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `menu_order` int(11) NOT NULL DEFAULT 0,
  `post_type` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'post',
  `post_mime_type` varchar(100) COLLATE utf8mb4_unicode_ci 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=MyISAM AUTO_INCREMENT=7433 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpbe_posts`
--

LOCK TABLES `wpbe_posts` WRITE;
/*!40000 ALTER TABLE `wpbe_posts` DISABLE KEYS */;
INSERT INTO `wpbe_posts` VALUES (107,1,'2018-06-09 20:41:19','2018-06-10 00:41:19','','Home','','inherit','closed','closed','','106-revision-v1','','','2018-06-09 20:41:19','2018-06-10 00:41:19','',106,'https://bestcerakoteflorida.com/106-revision-v1/',0,'revision','',0),(74,1,'2018-06-09 20:51:45','0000-00-00 00:00:00','','sidebars_widgets','','draft','closed','closed','','','','','2018-06-09 20:51:45','0000-00-00 00:00:00','a:14:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}s:13:\"header-widget\";a:0:{}s:15:\"footer-widget-1\";a:0:{}s:15:\"footer-widget-2\";a:0:{}s:24:\"advanced-footer-widget-1\";a:0:{}s:24:\"advanced-footer-widget-2\";a:0:{}s:24:\"advanced-footer-widget-3\";a:0:{}s:24:\"advanced-footer-widget-4\";a:0:{}s:24:\"advanced-footer-widget-5\";a:0:{}s:21:\"above-header-widget-1\";a:0:{}s:21:\"above-header-widget-2\";a:0:{}s:21:\"below-header-widget-1\";a:0:{}s:21:\"below-header-widget-2\";a:0:{}}',0,'https://bestcerakoteflorida.com/?post_type=jetpack_migration&p=74',0,'jetpack_migration','',0),(201,1,'2018-08-31 04:14:30','2018-08-31 08:14:30','','Default header','','publish','closed','closed','','default-header','','','2018-08-31 04:14:30','2018-08-31 08:14:30','',0,'https://bestcerakoteflorida.com/?post_type=tcb_symbol&p=201',0,'tcb_symbol','',0),(202,1,'2018-08-31 04:14:30','2018-08-31 08:14:30','','Default footer','','publish','closed','closed','','default-footer','','','2018-08-31 04:14:30','2018-08-31 08:14:30','',0,'https://bestcerakoteflorida.com/?post_type=tcb_symbol&p=202',0,'tcb_symbol','',0),(203,1,'2018-08-31 04:14:30','2018-08-31 08:14:30','','Default blog','','publish','closed','closed','','default-blog','','','2018-08-31 04:14:30','2018-08-31 08:14:30','',0,'https://bestcerakoteflorida.com/?post_type=thrive_template&p=203',0,'thrive_template','',0),(204,1,'2018-08-31 04:14:31','2018-08-31 08:14:31','','Default archive','','publish','closed','closed','','default-archive','','','2018-08-31 04:14:31','2018-08-31 08:14:31','',0,'https://bestcerakoteflorida.com/?post_type=thrive_template&p=204',0,'thrive_template','',0),(205,1,'2018-08-31 04:14:31','2018-08-31 08:14:31','','Default search','','publish','closed','closed','','default-search','','','2018-08-31 04:14:31','2018-08-31 08:14:31','',0,'https://bestcerakoteflorida.com/?post_type=thrive_template&p=205',0,'thrive_template','',0),(206,1,'2018-08-31 04:14:31','2018-08-31 08:14:31','','Default 404','','publish','closed','closed','','default-404','','','2018-08-31 04:14:31','2018-08-31 08:14:31','',0,'https://bestcerakoteflorida.com/?post_type=thrive_template&p=206',0,'thrive_template','',0),(207,1,'2018-08-31 04:14:31','2018-08-31 08:14:31','','Default Posts','','publish','closed','closed','','default-posts','','','2018-08-31 04:14:31','2018-08-31 08:14:31','',0,'https://bestcerakoteflorida.com/?post_type=thrive_template&p=207',0,'thrive_template','',0),(208,1,'2018-08-31 04:14:31','2018-08-31 08:14:31','','Default Pages','','publish','closed','closed','','default-pages','','','2018-08-31 04:14:31','2018-08-31 08:14:31','',0,'https://bestcerakoteflorida.com/?post_type=thrive_template&p=208',0,'thrive_template','',0),(209,1,'2018-08-31 04:14:31','2018-08-31 08:14:31','','Default Products','','publish','closed','closed','','default-products','','','2018-08-31 04:14:31','2018-08-31 08:14:31','',0,'https://bestcerakoteflorida.com/?post_type=thrive_template&p=209',0,'thrive_template','',0),(182,1,'2018-07-28 01:51:53','2018-07-28 05:51:53','<h2>Terms &amp; Conditions</h2><p>TERMS OF SERVICE-----OVERVIEWThis website is operated by Blackhawk Custom, LLC. Throughout the site, the terms â€œweâ€, â€œusâ€ and â€œourâ€ refer to Blackhawk Custom, LLC. Blackhawk Custom, LLC offers this website, including all information, tools and services available from this site to you, the user, conditioned upon your acceptance of all terms, conditions, policies and notices stated here.By visiting our site and/ or purchasing something from us, you engage in our â€œServiceâ€ and agree to be bound by the following terms and conditions (â€œTerms of Serviceâ€, â€œTermsâ€), including those additional terms, conditions, and policies referenced herein and/or available by hyperlink. These Terms of Service apply to all users of the site, including without limitation users who are browsers, vendors, customers, merchants, and/ or contributors of content.Please read these Terms of Service carefully before accessing or using our website. By accessing or using any part of the site, you agree to be bound by these Terms of Service. If you do not agree to all the terms and conditions of this agreement, then you may not access the website or use any services. If these Terms of Service are considered an offer, acceptance is expressly limited to these Terms of Service.Any new features or tools which are added to the current store shall also be subject to the Terms of Service. You can review the most current version of the Terms of Service at any time on this page. We reserve the right to update, change or replace any part of these Terms of Service by posting updates and/or changes to our website. It is your responsibility to check this page periodically for changes. Your continued use of or access to the website following the posting of any changes constitutes acceptance of those changes.SECTION 1 - ONLINE STORE TERMSBy agreeing to these Terms of Service, you represent that you are at least the age of majority in your state or province of residence, or that you are the age of majority in your state or province of residence and you have given us your consent to allow any of your minor dependents to use this site.You may not use our products for any illegal or unauthorized purpose nor may you, in the use of the Service, violate any laws in your jurisdiction (including but not limited to copyright laws).You must not transmit any worms or viruses or any code of a destructive nature.A breach or violation of any of the Terms will result in an immediate termination of your Services.SECTION 2 - GENERAL CONDITIONSWe reserve the right to refuse service to anyone for any reason at any time.You understand that your content (not including credit card information), may be transferred unencrypted and involve (a) transmissions over various networks; and (b) changes to conform and adapt to technical requirements of connecting networks or devices. Credit card information is always encrypted during transfer over networks.You agree not to reproduce, duplicate, copy, sell, resell or exploit any portion of the Service, use of the Service, or access to the Service or any contact on the website through which the service is provided, without express written permission by us.The headings used in this agreement are included for convenience only and will not limit or otherwise affect these Terms.SECTION 3 - ACCURACY, COMPLETENESS AND TIMELINESS OF INFORMATIONWe are not responsible if information made available on this site is not accurate, complete or current. The material on this site is provided for general information only and should not be relied upon or used as the sole basis for making decisions without consulting primary, more accurate, more complete or more timely sources of information. Any reliance on the material on this site is at your own risk.This site may contain certain historical information. Historical information, necessarily, is not current and is provided for your reference only. We reserve the right to modify the contents of this site at any time, but we have no obligation to update any information on our site. You agree that it is your responsibility to monitor changes to our site.SECTION 4 - MODIFICATIONS TO THE SERVICE AND PRICESThe prices for our products are subject to change without notice.We reserve the right at any time to modify or discontinue the Service (or any part or content thereof) without notice at any time.We shall not be liable to you or to any third-party for any modification, price change, suspension or discontinuance of the Service.SECTION 5 - PRODUCTS OR SERVICES (if applicable)Certain products or services may be available exclusively online through the website. These products or services may have limited quantities and are subject to return or exchange only according to our Return Policy.We have made every effort to display as accurately as possible the colors and images of our products that appear at the store. We cannot guarantee that your computer monitor\'s display of any color will be accurate.We reserve the right, but are not obligated, to limit the sales of our products or Services to any person, geographic region or jurisdiction. We may exercise this right on a case-by-case basis. We reserve the right to limit the quantities of any products or services that we offer. All descriptions of products or product pricing are subject to change at anytime without notice, at the sole discretion of us. We reserve the right to discontinue any product at any time. Any offer for any product or service made on this site is void where prohibited.We do not warrant that the quality of any products, services, information, or other material purchased or obtained by you will meet your expectations, or that any errors in the Service will be corrected.SECTION 6 - ACCURACY OF BILLING AND ACCOUNT INFORMATIONWe reserve the right to refuse any order you place with us. We may, in our sole discretion, limit or cancel quantities purchased per person, per household or per order. These restrictions may include orders placed by or under the same customer account, the same credit card, and/or orders that use the same billing and/or shipping address. In the event that we make a change to or cancel an order, we may attempt to notify you by contacting the e-mail and/or billing address/phone number provided at the time the order was made. We reserve the right to limit or prohibit orders that, in our sole judgment, appear to be placed by dealers, resellers or distributors.You agree to provide current, complete and accurate purchase and account information for all purchases made at our store. You agree to promptly update your account and other information, including your email address and credit card numbers and expiration dates, so that we can complete your transactions and contact you as needed.For more detail, please review our Returns Policy.SECTION 7 - OPTIONAL TOOLSWe may provide you with access to third-party tools over which we neither monitor nor have any control nor input.You acknowledge and agree that we provide access to such tools â€as isâ€ and â€œas availableâ€ without any warranties, representations or conditions of any kind and without any endorsement. We shall have no liability whatsoever arising from or relating to your use of optional third-party tools.Any use by you of optional tools offered through the site is entirely at your own risk and discretion and you should ensure that you are familiar with and approve of the terms on which tools are provided by the relevant third-party provider(s).We may also, in the future, offer new services and/or features through the website (including, the release of new tools and resources). Such new features and/or services shall also be subject to these Terms of Service.SECTION 8 - THIRD-PARTY LINKSCertain content, products and services available via our Service may include materials from third-parties.Third-party links on this site may direct you to third-party websites that are not affiliated with us. We are not responsible for examining or evaluating the content or accuracy and we do not warrant and will not have any liability or responsibility for any third-party materials or websites, or for any other materials, products, or services of third-parties.We are not liable for any harm or damages related to the purchase or use of goods, services, resources, content, or any other transactions made in connection with any third-party websites. Please review carefully the third-party\'s policies and practices and make sure you understand them before you engage in any transaction. Complaints, claims, concerns, or questions regarding third-party products should be directed to the third-party.SECTION 9 - USER COMMENTS, FEEDBACK AND OTHER SUBMISSIONSIf, at our request, you send certain specific submissions (for example contest entries) or without a request from us you send creative ideas, suggestions, proposals, plans, or other materials, whether online, by email, by postal mail, or otherwise (collectively, \'comments\'), you agree that we may, at any time, without restriction, edit, copy, publish, distribute, translate and otherwise use in any medium any comments that you forward to us. We are and shall be under no obligation (1) to maintain any comments in confidence; (2) to pay compensation for any comments; or (3) to respond to any comments.We may, but have no obligation to, monitor, edit or remove content that we determine in our sole discretion are unlawful, offensive, threatening, libelous, defamatory, pornographic, obscene or otherwise objectionable or violates any partyâ€™s intellectual property or these Terms of Service.You agree that your comments will not violate any right of any third-party, including copyright, trademark, privacy, personality or other personal or proprietary right. You further agree that your comments will not contain libelous or otherwise unlawful, abusive or obscene material, or contain any computer virus or other malware that could in any way affect the operation of the Service or any related website. You may not use a false e-mail address, pretend to be someone other than yourself, or otherwise mislead us or third-parties as to the origin of any comments. You are solely responsible for any comments you make and their accuracy. We take no responsibility and assume no liability for any comments posted by you or any third-party.SECTION 10 - PERSONAL INFORMATIONYour submission of personal information through the store is governed by our Privacy Policy. To view our Privacy Policy.SECTION 11 - ERRORS, INACCURACIES AND OMISSIONSOccasionally there may be information on our site or in the Service that contains typographical errors, inaccuracies or omissions that may relate to product descriptions, pricing, promotions, offers, product shipping charges, transit times and availability. We reserve the right to correct any errors, inaccuracies or omissions, and to change or update information or cancel orders if any information in the Service or on any related website is inaccurate at any time without prior notice (including after you have submitted your order).We undertake no obligation to update, amend or clarify information in the Service or on any related website, including without limitation, pricing information, except as required by law. No specified update or refresh date applied in the Service or on any related website, should be taken to indicate that all information in the Service or on any related website has been modified or updated.SECTION 12 - PROHIBITED USESIn addition to other prohibitions as set forth in the Terms of Service, you are prohibited from using the site or its content: (a) for any unlawful purpose; (b) to solicit others to perform or participate in any unlawful acts; (c) to violate any international, federal, provincial or state regulations, rules, laws, or local ordinances; (d) to infringe upon or violate our intellectual property rights or the intellectual property rights of others; (e) to harass, abuse, insult, harm, defame, slander, disparage, intimidate, or discriminate based on gender, sexual orientation, religion, ethnicity, race, age, national origin, or disability; (f) to submit false or misleading information; (g) to upload or transmit viruses or any other type of malicious code that will or may be used in any way that will affect the functionality or operation of the Service or of any related website, other websites, or the Internet; (h) to collect or track the personal information of others; (i) to spam, phish, pharm, pretext, spider, crawl, or scrape; (j) for any obscene or immoral purpose; or (k) to interfere with or circumvent the security features of the Service or any related website, other websites, or the Internet. We reserve the right to terminate your use of the Service or any related website for violating any of the prohibited uses.SECTION 13 - DISCLAIMER OF WARRANTIES; LIMITATION OF LIABILITYWe do not guarantee, represent or warrant that your use of our service will be uninterrupted, timely, secure or error-free.We do not warrant that the results that may be obtained from the use of the service will be accurate or reliable.You agree that from time to time we may remove the service for indefinite periods of time or cancel the service at any time, without notice to you.You expressly agree that your use of, or inability to use, the service is at your sole risk. The service and all products and services delivered to you through the service are (except as expressly stated by us) provided \'as is\' and \'as available\' for your use, without any representation, warranties or conditions of any kind, either express or implied, including all implied warranties or conditions of merchantability, merchantable quality, fitness for a particular purpose, durability, title, and non-infringement.In no case shall Blackhawk Custom, LLC, our directors, officers, employees, affiliates, agents, contractors, interns, suppliers, service providers or licensors be liable for any injury, loss, claim, or any direct, indirect, incidental, punitive, special, or consequential damages of any kind, including, without limitation lost profits, lost revenue, lost savings, loss of data, replacement costs, or any similar damages, whether based in contract, tort (including negligence), strict liability or otherwise, arising from your use of any of the service or any products procured using the service, or for any other claim related in any way to your use of the service or any product, including, but not limited to, any errors or omissions in any content, or any loss or damage of any kind incurred as a result of the use of the service or any content (or product) posted, transmitted, or otherwise made available via the service, even if advised of their possibility. Because some states or jurisdictions do not allow the exclusion or the limitation of liability for consequential or incidental damages, in such states or jurisdictions, our liability shall be limited to the maximum extent permitted by law.SECTION 14 - INDEMNIFICATIONYou agree to indemnify, defend and hold harmless Blackhawk Custom, LLC and our parent, subsidiaries, affiliates, partners, officers, directors, agents, contractors, licensors, service providers, subcontractors, suppliers, interns and employees, harmless from any claim or demand, including reasonable attorneysâ€™ fees, made by any third-party due to or arising out of your breach of these Terms of Service or the documents they incorporate by reference, or your violation of any law or the rights of a third-party.SECTION 15 - SEVERABILITYIn the event that any provision of these Terms of Service is determined to be unlawful, void or unenforceable, such provision shall nonetheless be enforceable to the fullest extent permitted by applicable law, and the unenforceable portion shall be deemed to be severed from these Terms of Service, such determination shall not affect the validity and enforceability of any other remaining provisions.SECTION 16 - TERMINATIONThe obligations and liabilities of the parties incurred prior to the termination date shall survive the termination of this agreement for all purposes.These Terms of Service are effective unless and until terminated by either you or us. You may terminate these Terms of Service at any time by notifying us that you no longer wish to use our Services, or when you cease using our site.If in our sole judgment you fail, or we suspect that you have failed, to comply with any term or provision of these Terms of Service, we also may terminate this agreement at any time without notice and you will remain liable for all amounts due up to and including the date of termination; and/or accordingly may deny you access to our Services (or any part thereof).SECTION 17 - ENTIRE AGREEMENTThe failure of us to exercise or enforce any right or provision of these Terms of Service shall not constitute a waiver of such right or provision.These Terms of Service and any policies or operating rules posted by us on this site or in respect to The Service constitutes the entire agreement and understanding between you and us and govern your use of the Service, superseding any prior or contemporaneous agreements, communications and proposals, whether oral or written, between you and us (including, but not limited to, any prior versions of the Terms of Service).Any ambiguities in the interpretation of these Terms of Service shall not be construed against the drafting party.SECTION 18 - GOVERNING LAWThese Terms of Service and any separate agreements whereby we provide you Services shall be governed by and construed in accordance with the laws of 825 South Kings Highway, Fort Pierce, FL 34945.SECTION 19 - CHANGES TO TERMS OF SERVICEYou can review the most current version of the Terms of Service at any time at this page.We reserve the right, at our sole discretion, to update, change or replace any part of these Terms of Service by posting updates and changes to our website. It is your responsibility to check our website periodically for changes. Your continued use of or access to our website or the Service following the posting of any changes to these Terms of Service constitutes acceptance of those changes.SECTION 20 - CONTACT INFORMATIONQuestions about the Terms of Service should be sent to us at <a href=\"mailto:admin@blackhawkcustom.com\" target=\"_blank\">admin@blackhawkcustom.com</a></p>','Terms And Conditions','','inherit','closed','closed','','95-revision-v1','','','2018-07-28 01:51:53','2018-07-28 05:51:53','',95,'https://bestcerakoteflorida.com/95-revision-v1/',0,'revision','',0),(285,1,'2018-09-09 01:43:50','2018-09-09 05:43:50','','HELM soloEcho','','inherit','open','closed','','helm-soloecho','','','2018-09-09 01:43:50','2018-09-09 05:43:50','',0,'https://bestcerakoteflorida.com/wp-content/uploads/2018/09/HELM-soloEcho.png',0,'attachment','image/png',0),(194,1,'2018-08-04 01:07:55','2018-08-04 05:07:55','<h2>Terms &amp; Conditions</h2><p>TERMS OF SERVICE-----OVERVIEWThis website is operated by Blackhawk Custom, LLC. Throughout the site, the terms â€œweâ€, â€œusâ€ and â€œourâ€ refer to Blackhawk Custom, LLC. Blackhawk Custom, LLC offers this website, including all information, tools and services available from this site to you, the user, conditioned upon your acceptance of all terms, conditions, policies and notices stated here.By visiting our site and/ or purchasing something from us, you engage in our â€œServiceâ€ and agree to be bound by the following terms and conditions (â€œTerms of Serviceâ€, â€œTermsâ€), including those additional terms, conditions, and policies referenced herein and/or available by hyperlink. These Terms of Service apply to all users of the site, including without limitation users who are browsers, vendors, customers, merchants, and/ or contributors of content.Please read these Terms of Service carefully before accessing or using our website. By accessing or using any part of the site, you agree to be bound by these Terms of Service. If you do not agree to all the terms and conditions of this agreement, then you may not access the website or use any services. If these Terms of Service are considered an offer, acceptance is expressly limited to these Terms of Service.Any new features or tools which are added to the current store shall also be subject to the Terms of Service. You can review the most current version of the Terms of Service at any time on this page. We reserve the right to update, change or replace any part of these Terms of Service by posting updates and/or changes to our website. It is your responsibility to check this page periodically for changes. Your continued use of or access to the website following the posting of any changes constitutes acceptance of those changes.SECTION 1 - ONLINE STORE TERMSBy agreeing to these Terms of Service, you represent that you are at least the age of majority in your state or province of residence, or that you are the age of majority in your state or province of residence and you have given us your consent to allow any of your minor dependents to use this site.You may not use our products for any illegal or unauthorized purpose nor may you, in the use of the Service, violate any laws in your jurisdiction (including but not limited to copyright laws).You must not transmit any worms or viruses or any code of a destructive nature.A breach or violation of any of the Terms will result in an immediate termination of your Services.SECTION 2 - GENERAL CONDITIONSWe reserve the right to refuse service to anyone for any reason at any time.You understand that your content (not including credit card information), may be transferred unencrypted and involve (a) transmissions over various networks; and (b) changes to conform and adapt to technical requirements of connecting networks or devices. Credit card information is always encrypted during transfer over networks.You agree not to reproduce, duplicate, copy, sell, resell or exploit any portion of the Service, use of the Service, or access to the Service or any contact on the website through which the service is provided, without express written permission by us.The headings used in this agreement are included for convenience only and will not limit or otherwise affect these Terms.SECTION 3 - ACCURACY, COMPLETENESS AND TIMELINESS OF INFORMATIONWe are not responsible if information made available on this site is not accurate, complete or current. The material on this site is provided for general information only and should not be relied upon or used as the sole basis for making decisions without consulting primary, more accurate, more complete or more timely sources of information. Any reliance on the material on this site is at your own risk.This site may contain certain historical information. Historical information, necessarily, is not current and is provided for your reference only. We reserve the right to modify the contents of this site at any time, but we have no obligation to update any information on our site. You agree that it is your responsibility to monitor changes to our site.SECTION 4 - MODIFICATIONS TO THE SERVICE AND PRICESThe prices for our products are subject to change without notice.We reserve the right at any time to modify or discontinue the Service (or any part or content thereof) without notice at any time.We shall not be liable to you or to any third-party for any modification, price change, suspension or discontinuance of the Service.SECTION 5 - PRODUCTS OR SERVICES (if applicable)Certain products or services may be available exclusively online through the website. These products or services may have limited quantities and are subject to return or exchange only according to our Return Policy.We have made every effort to display as accurately as possible the colors and images of our products that appear at the store. We cannot guarantee that your computer monitor\'s display of any color will be accurate.We reserve the right, but are not obligated, to limit the sales of our products or Services to any person, geographic region or jurisdiction. We may exercise this right on a case-by-case basis. We reserve the right to limit the quantities of any products or services that we offer. All descriptions of products or product pricing are subject to change at anytime without notice, at the sole discretion of us. We reserve the right to discontinue any product at any time. Any offer for any product or service made on this site is void where prohibited.We do not warrant that the quality of any products, services, information, or other material purchased or obtained by you will meet your expectations, or that any errors in the Service will be corrected.SECTION 6 - ACCURACY OF BILLING AND ACCOUNT INFORMATIONWe reserve the right to refuse any order you place with us. We may, in our sole discretion, limit or cancel quantities purchased per person, per household or per order. These restrictions may include orders placed by or under the same customer account, the same credit card, and/or orders that use the same billing and/or shipping address. In the event that we make a change to or cancel an order, we may attempt to notify you by contacting the e-mail and/or billing address/phone number provided at the time the order was made. We reserve the right to limit or prohibit orders that, in our sole judgment, appear to be placed by dealers, resellers or distributors.You agree to provide current, complete and accurate purchase and account information for all purchases made at our store. You agree to promptly update your account and other information, including your email address and credit card numbers and expiration dates, so that we can complete your transactions and contact you as needed.For more detail, please review our Returns Policy.SECTION 7 - OPTIONAL TOOLSWe may provide you with access to third-party tools over which we neither monitor nor have any control nor input.You acknowledge and agree that we provide access to such tools â€as isâ€ and â€œas availableâ€ without any warranties, representations or conditions of any kind and without any endorsement. We shall have no liability whatsoever arising from or relating to your use of optional third-party tools.Any use by you of optional tools offered through the site is entirely at your own risk and discretion and you should ensure that you are familiar with and approve of the terms on which tools are provided by the relevant third-party provider(s).We may also, in the future, offer new services and/or features through the website (including, the release of new tools and resources). Such new features and/or services shall also be subject to these Terms of Service.SECTION 8 - THIRD-PARTY LINKSCertain content, products and services available via our Service may include materials from third-parties.Third-party links on this site may direct you to third-party websites that are not affiliated with us. We are not responsible for examining or evaluating the content or accuracy and we do not warrant and will not have any liability or responsibility for any third-party materials or websites, or for any other materials, products, or services of third-parties.We are not liable for any harm or damages related to the purchase or use of goods, services, resources, content, or any other transactions made in connection with any third-party websites. Please review carefully the third-party\'s policies and practices and make sure you understand them before you engage in any transaction. Complaints, claims, concerns, or questions regarding third-party products should be directed to the third-party.SECTION 9 - USER COMMENTS, FEEDBACK AND OTHER SUBMISSIONSIf, at our request, you send certain specific submissions (for example contest entries) or without a request from us you send creative ideas, suggestions, proposals, plans, or other materials, whether online, by email, by postal mail, or otherwise (collectively, \'comments\'), you agree that we may, at any time, without restriction, edit, copy, publish, distribute, translate and otherwise use in any medium any comments that you forward to us. We are and shall be under no obligation (1) to maintain any comments in confidence; (2) to pay compensation for any comments; or (3) to respond to any comments.We may, but have no obligation to, monitor, edit or remove content that we determine in our sole discretion are unlawful, offensive, threatening, libelous, defamatory, pornographic, obscene or otherwise objectionable or violates any partyâ€™s intellectual property or these Terms of Service.You agree that your comments will not violate any right of any third-party, including copyright, trademark, privacy, personality or other personal or proprietary right. You further agree that your comments will not contain libelous or otherwise unlawful, abusive or obscene material, or contain any computer virus or other malware that could in any way affect the operation of the Service or any related website. You may not use a false e-mail address, pretend to be someone other than yourself, or otherwise mislead us or third-parties as to the origin of any comments. You are solely responsible for any comments you make and their accuracy. We take no responsibility and assume no liability for any comments posted by you or any third-party.SECTION 10 - PERSONAL INFORMATIONYour submission of personal information through the store is governed by our Privacy Policy. To view our Privacy Policy.SECTION 11 - ERRORS, INACCURACIES AND OMISSIONSOccasionally there may be information on our site or in the Service that contains typographical errors, inaccuracies or omissions that may relate to product descriptions, pricing, promotions, offers, product shipping charges, transit times and availability. We reserve the right to correct any errors, inaccuracies or omissions, and to change or update information or cancel orders if any information in the Service or on any related website is inaccurate at any time without prior notice (including after you have submitted your order).We undertake no obligation to update, amend or clarify information in the Service or on any related website, including without limitation, pricing information, except as required by law. No specified update or refresh date applied in the Service or on any related website, should be taken to indicate that all information in the Service or on any related website has been modified or updated.SECTION 12 - PROHIBITED USESIn addition to other prohibitions as set forth in the Terms of Service, you are prohibited from using the site or its content: (a) for any unlawful purpose; (b) to solicit others to perform or participate in any unlawful acts; (c) to violate any international, federal, provincial or state regulations, rules, laws, or local ordinances; (d) to infringe upon or violate our intellectual property rights or the intellectual property rights of others; (e) to harass, abuse, insult, harm, defame, slander, disparage, intimidate, or discriminate based on gender, sexual orientation, religion, ethnicity, race, age, national origin, or disability; (f) to submit false or misleading information; (g) to upload or transmit viruses or any other type of malicious code that will or may be used in any way that will affect the functionality or operation of the Service or of any related website, other websites, or the Internet; (h) to collect or track the personal information of others; (i) to spam, phish, pharm, pretext, spider, crawl, or scrape; (j) for any obscene or immoral purpose; or (k) to interfere with or circumvent the security features of the Service or any related website, other websites, or the Internet. We reserve the right to terminate your use of the Service or any related website for violating any of the prohibited uses.SECTION 13 - DISCLAIMER OF WARRANTIES; LIMITATION OF LIABILITYWe do not guarantee, represent or warrant that your use of our service will be uninterrupted, timely, secure or error-free.We do not warrant that the results that may be obtained from the use of the service will be accurate or reliable.You agree that from time to time we may remove the service for indefinite periods of time or cancel the service at any time, without notice to you.You expressly agree that your use of, or inability to use, the service is at your sole risk. The service and all products and services delivered to you through the service are (except as expressly stated by us) provided \'as is\' and \'as available\' for your use, without any representation, warranties or conditions of any kind, either express or implied, including all implied warranties or conditions of merchantability, merchantable quality, fitness for a particular purpose, durability, title, and non-infringement.In no case shall Blackhawk Custom, LLC, our directors, officers, employees, affiliates, agents, contractors, interns, suppliers, service providers or licensors be liable for any injury, loss, claim, or any direct, indirect, incidental, punitive, special, or consequential damages of any kind, including, without limitation lost profits, lost revenue, lost savings, loss of data, replacement costs, or any similar damages, whether based in contract, tort (including negligence), strict liability or otherwise, arising from your use of any of the service or any products procured using the service, or for any other claim related in any way to your use of the service or any product, including, but not limited to, any errors or omissions in any content, or any loss or damage of any kind incurred as a result of the use of the service or any content (or product) posted, transmitted, or otherwise made available via the service, even if advised of their possibility. Because some states or jurisdictions do not allow the exclusion or the limitation of liability for consequential or incidental damages, in such states or jurisdictions, our liability shall be limited to the maximum extent permitted by law.SECTION 14 - INDEMNIFICATIONYou agree to indemnify, defend and hold harmless Blackhawk Custom, LLC and our parent, subsidiaries, affiliates, partners, officers, directors, agents, contractors, licensors, service providers, subcontractors, suppliers, interns and employees, harmless from any claim or demand, including reasonable attorneysâ€™ fees, made by any third-party due to or arising out of your breach of these Terms of Service or the documents they incorporate by reference, or your violation of any law or the rights of a third-party.SECTION 15 - SEVERABILITYIn the event that any provision of these Terms of Service is determined to be unlawful, void or unenforceable, such provision shall nonetheless be enforceable to the fullest extent permitted by applicable law, and the unenforceable portion shall be deemed to be severed from these Terms of Service, such determination shall not affect the validity and enforceability of any other remaining provisions.SECTION 16 - TERMINATIONThe obligations and liabilities of the parties incurred prior to the termination date shall survive the termination of this agreement for all purposes.These Terms of Service are effective unless and until terminated by either you or us. You may terminate these Terms of Service at any time by notifying us that you no longer wish to use our Services, or when you cease using our site.If in our sole judgment you fail, or we suspect that you have failed, to comply with any term or provision of these Terms of Service, we also may terminate this agreement at any time without notice and you will remain liable for all amounts due up to and including the date of termination; and/or accordingly may deny you access to our Services (or any part thereof).SECTION 17 - ENTIRE AGREEMENTThe failure of us to exercise or enforce any right or provision of these Terms of Service shall not constitute a waiver of such right or provision.These Terms of Service and any policies or operating rules posted by us on this site or in respect to The Service constitutes the entire agreement and understanding between you and us and govern your use of the Service, superseding any prior or contemporaneous agreements, communications and proposals, whether oral or written, between you and us (including, but not limited to, any prior versions of the Terms of Service).Any ambiguities in the interpretation of these Terms of Service shall not be construed against the drafting party.SECTION 18 - GOVERNING LAWThese Terms of Service and any separate agreements whereby we provide you Services shall be governed by and construed in accordance with the laws of 825 South Kings Highway, Fort Pierce, FL 34945.SECTION 19 - CHANGES TO TERMS OF SERVICEYou can review the most current version of the Terms of Service at any time at this page.We reserve the right, at our sole discretion, to update, change or replace any part of these Terms of Service by posting updates and changes to our website. It is your responsibility to check our website periodically for changes. Your continued use of or access to our website or the Service following the posting of any changes to these Terms of Service constitutes acceptance of those changes.SECTION 20 - CONTACT INFORMATIONQuestions about the Terms of Service should be sent to us at <a href=\"mailto:admin@blackhawkcustom.com\" target=\"_blank\">admin@blackhawkcustom.com</a></p>','Terms And Conditions','','inherit','closed','closed','','95-revision-v1','','','2018-08-04 01:07:55','2018-08-04 05:07:55','',95,'https://bestcerakoteflorida.com/95-revision-v1/',0,'revision','',0),(210,1,'2019-03-07 12:04:46','2019-03-07 17:04:46','<h2>Terms &amp; Conditions</h2>\n<p style=\"text-align: left;\">TERMS OF SERVICE-----OVERVIEWThis website is operated by Blackhawk Custom, LLC. Throughout the site, the terms â€œweâ€, â€œusâ€ and â€œourâ€ refer to Blackhawk Custom, LLC. Blackhawk Custom, LLC offers this website, including all information, tools and services available from this site to you, the user, conditioned upon your acceptance of all terms, conditions, policies and notices stated here.By visiting our site and/ or purchasing something from us, you engage in our â€œServiceâ€ and agree to be bound by the following terms and conditions (â€œTerms of Serviceâ€, â€œTermsâ€), including those additional terms, conditions, and policies referenced herein and/or available by hyperlink. These Terms of Service apply to all users of the site, including without limitation users who are browsers, vendors, customers, merchants, and/ or contributors of content.Please read these Terms of Service carefully before accessing or using our website. By accessing or using any part of the site, you agree to be bound by these Terms of Service. If you do not agree to all the terms and conditions of this agreement, then you may not access the website or use any services. If these Terms of Service are considered an offer, acceptance is expressly limited to these Terms of Service.Any new features or tools which are added to the current store shall also be subject to the Terms of Service. You can review the most current version of the Terms of Service at any time on this page. We reserve the right to update, change or replace any part of these Terms of Service by posting updates and/or changes to our website. It is your responsibility to check this page periodically for changes. Your continued use of or access to the website following the posting of any changes constitutes acceptance of those changes.SECTION 1 - ONLINE STORE TERMSBy agreeing to these Terms of Service, you represent that you are at least the age of majority in your state or province of residence, or that you are the age of majority in your state or province of residence and you have given us your consent to allow any of your minor dependents to use this site.You may not use our products for any illegal or unauthorized purpose nor may you, in the use of the Service, violate any laws in your jurisdiction (including but not limited to copyright laws).You must not transmit any worms or viruses or any code of a destructive nature.A breach or violation of any of the Terms will result in an immediate termination of your Services.SECTION 2 - GENERAL CONDITIONSWe reserve the right to refuse service to anyone for any reason at any time.You understand that your content (not including credit card information), may be transferred unencrypted and involve (a) transmissions over various networks; and (b) changes to conform and adapt to technical requirements of connecting networks or devices. Credit card information is always encrypted during transfer over networks.You agree not to reproduce, duplicate, copy, sell, resell or exploit any portion of the Service, use of the Service, or access to the Service or any contact on the website through which the service is provided, without express written permission by us.The headings used in this agreement are included for convenience only and will not limit or otherwise affect these Terms.SECTION 3 - ACCURACY, COMPLETENESS AND TIMELINESS OF INFORMATIONWe are not responsible if information made available on this site is not accurate, complete or current. The material on this site is provided for general information only and should not be relied upon or used as the sole basis for making decisions without consulting primary, more accurate, more complete or more timely sources of information. Any reliance on the material on this site is at your own risk.This site may contain certain historical information. Historical information, necessarily, is not current and is provided for your reference only. We reserve the right to modify the contents of this site at any time, but we have no obligation to update any information on our site. You agree that it is your responsibility to monitor changes to our site.SECTION 4 - MODIFICATIONS TO THE SERVICE AND PRICESThe prices for our products are subject to change without notice.We reserve the right at any time to modify or discontinue the Service (or any part or content thereof) without notice at any time.We shall not be liable to you or to any third-party for any modification, price change, suspension or discontinuance of the Service.SECTION 5 - PRODUCTS OR SERVICES (if applicable)Certain products or services may be available exclusively online through the website. These products or services may have limited quantities and are subject to return or exchange only according to our Return Policy.We have made every effort to display as accurately as possible the colors and images of our products that appear at the store. We cannot guarantee that your computer monitor\'s display of any color will be accurate.We reserve the right, but are not obligated, to limit the sales of our products or Services to any person, geographic region or jurisdiction. We may exercise this right on a case-by-case basis. We reserve the right to limit the quantities of any products or services that we offer. All descriptions of products or product pricing are subject to change at anytime without notice, at the sole discretion of us. We reserve the right to discontinue any product at any time. Any offer for any product or service made on this site is void where prohibited.We do not warrant that the quality of any products, services, information, or other material purchased or obtained by you will meet your expectations, or that any errors in the Service will be corrected.SECTION 6 - ACCURACY OF BILLING AND ACCOUNT INFORMATIONWe reserve the right to refuse any order you place with us. We may, in our sole discretion, limit or cancel quantities purchased per person, per household or per order. These restrictions may include orders placed by or under the same customer account, the same credit card, and/or orders that use the same billing and/or shipping address. In the event that we make a change to or cancel an order, we may attempt to notify you by contacting the e-mail and/or billing address/phone number provided at the time the order was made. We reserve the right to limit or prohibit orders that, in our sole judgment, appear to be placed by dealers, resellers or distributors.You agree to provide current, complete and accurate purchase and account information for all purchases made at our store. You agree to promptly update your account and other information, including your email address and credit card numbers and expiration dates, so that we can complete your transactions and contact you as needed.For more detail, please review our Returns Policy.SECTION 7 - OPTIONAL TOOLSWe may provide you with access to third-party tools over which we neither monitor nor have any control nor input.You acknowledge and agree that we provide access to such tools â€as isâ€ and â€œas availableâ€ without any warranties, representations or conditions of any kind and without any endorsement. We shall have no liability whatsoever arising from or relating to your use of optional third-party tools.Any use by you of optional tools offered through the site is entirely at your own risk and discretion and you should ensure that you are familiar with and approve of the terms on which tools are provided by the relevant third-party provider(s).We may also, in the future, offer new services and/or features through the website (including, the release of new tools and resources). Such new features and/or services shall also be subject to these Terms of Service.SECTION 8 - THIRD-PARTY LINKSCertain content, products and services available via our Service may include materials from third-parties.Third-party links on this site may direct you to third-party websites that are not affiliated with us. We are not responsible for examining or evaluating the content or accuracy and we do not warrant and will not have any liability or responsibility for any third-party materials or websites, or for any other materials, products, or services of third-parties.We are not liable for any harm or damages related to the purchase or use of goods, services, resources, content, or any other transactions made in connection with any third-party websites. Please review carefully the third-party\'s policies and practices and make sure you understand them before you engage in any transaction. Complaints, claims, concerns, or questions regarding third-party products should be directed to the third-party.SECTION 9 - USER COMMENTS, FEEDBACK AND OTHER SUBMISSIONSIf, at our request, you send certain specific submissions (for example contest entries) or without a request from us you send creative ideas, suggestions, proposals, plans, or other materials, whether online, by email, by postal mail, or otherwise (collectively, \'comments\'), you agree that we may, at any time, without restriction, edit, copy, publish, distribute, translate and otherwise use in any medium any comments that you forward to us. We are and shall be under no obligation (1) to maintain any comments in confidence; (2) to pay compensation for any comments; or (3) to respond to any comments.We may, but have no obligation to, monitor, edit or remove content that we determine in our sole discretion are unlawful, offensive, threatening, libelous, defamatory, pornographic, obscene or otherwise objectionable or violates any partyâ€™s intellectual property or these Terms of Service.You agree that your comments will not violate any right of any third-party, including copyright, trademark, privacy, personality or other personal or proprietary right. You further agree that your comments will not contain libelous or otherwise unlawful, abusive or obscene material, or contain any computer virus or other malware that could in any way affect the operation of the Service or any related website. You may not use a false e-mail address, pretend to be someone other than yourself, or otherwise mislead us or third-parties as to the origin of any comments. You are solely responsible for any comments you make and their accuracy. We take no responsibility and assume no liability for any comments posted by you or any third-party.SECTION 10 - PERSONAL INFORMATIONYour submission of personal information through the store is governed by our Privacy Policy. To view our Privacy Policy.SECTION 11 - ERRORS, INACCURACIES AND OMISSIONSOccasionally there may be information on our site or in the Service that contains typographical errors, inaccuracies or omissions that may relate to product descriptions, pricing, promotions, offers, product shipping charges, transit times and availability. We reserve the right to correct any errors, inaccuracies or omissions, and to change or update information or cancel orders if any information in the Service or on any related website is inaccurate at any time without prior notice (including after you have submitted your order).We undertake no obligation to update, amend or clarify information in the Service or on any related website, including without limitation, pricing information, except as required by law. No specified update or refresh date applied in the Service or on any related website, should be taken to indicate that all information in the Service or on any related website has been modified or updated.SECTION 12 - PROHIBITED USESIn addition to other prohibitions as set forth in the Terms of Service, you are prohibited from using the site or its content: (a) for any unlawful purpose; (b) to solicit others to perform or participate in any unlawful acts; (c) to violate any international, federal, provincial or state regulations, rules, laws, or local ordinances; (d) to infringe upon or violate our intellectual property rights or the intellectual property rights of others; (e) to harass, abuse, insult, harm, defame, slander, disparage, intimidate, or discriminate based on gender, sexual orientation, religion, ethnicity, race, age, national origin, or disability; (f) to submit false or misleading information; (g) to upload or transmit viruses or any other type of malicious code that will or may be used in any way that will affect the functionality or operation of the Service or of any related website, other websites, or the Internet; (h) to collect or track the personal information of others; (i) to spam, phish, pharm, pretext, spider, crawl, or scrape; (j) for any obscene or immoral purpose; or (k) to interfere with or circumvent the security features of the Service or any related website, other websites, or the Internet. We reserve the right to terminate your use of the Service or any related website for violating any of the prohibited uses.SECTION 13 - DISCLAIMER OF WARRANTIES; LIMITATION OF LIABILITYWe do not guarantee, represent or warrant that your use of our service will be uninterrupted, timely, secure or error-free.We do not warrant that the results that may be obtained from the use of the service will be accurate or reliable.You agree that from time to time we may remove the service for indefinite periods of time or cancel the service at any time, without notice to you.You expressly agree that your use of, or inability to use, the service is at your sole risk. The service and all products and services delivered to you through the service are (except as expressly stated by us) provided \'as is\' and \'as available\' for your use, without any representation, warranties or conditions of any kind, either express or implied, including all implied warranties or conditions of merchantability, merchantable quality, fitness for a particular purpose, durability, title, and non-infringement.In no case shall Blackhawk Custom, LLC, our directors, officers, employees, affiliates, agents, contractors, interns, suppliers, service providers or licensors be liable for any injury, loss, claim, or any direct, indirect, incidental, punitive, special, or consequential damages of any kind, including, without limitation lost profits, lost revenue, lost savings, loss of data, replacement costs, or any similar damages, whether based in contract, tort (including negligence), strict liability or otherwise, arising from your use of any of the service or any products procured using the service, or for any other claim related in any way to your use of the service or any product, including, but not limited to, any errors or omissions in any content, or any loss or damage of any kind incurred as a result of the use of the service or any content (or product) posted, transmitted, or otherwise made available via the service, even if advised of their possibility. Because some states or jurisdictions do not allow the exclusion or the limitation of liability for consequential or incidental damages, in such states or jurisdictions, our liability shall be limited to the maximum extent permitted by law.SECTION 14 - INDEMNIFICATIONYou agree to indemnify, defend and hold harmless Blackhawk Custom, LLC and our parent, subsidiaries, affiliates, partners, officers, directors, agents, contractors, licensors, service providers, subcontractors, suppliers, interns and employees, harmless from any claim or demand, including reasonable attorneysâ€™ fees, made by any third-party due to or arising out of your breach of these Terms of Service or the documents they incorporate by reference, or your violation of any law or the rights of a third-party.SECTION 15 - SEVERABILITYIn the event that any provision of these Terms of Service is determined to be unlawful, void or unenforceable, such provision shall nonetheless be enforceable to the fullest extent permitted by applicable law, and the unenforceable portion shall be deemed to be severed from these Terms of Service, such determination shall not affect the validity and enforceability of any other remaining provisions.SECTION 16 - TERMINATIONThe obligations and liabilities of the parties incurred prior to the termination date shall survive the termination of this agreement for all purposes.These Terms of Service are effective unless and until terminated by either you or us. You may terminate these Terms of Service at any time by notifying us that you no longer wish to use our Services, or when you cease using our site.If in our sole judgment you fail, or we suspect that you have failed, to comply with any term or provision of these Terms of Service, we also may terminate this agreement at any time without notice and you will remain liable for all amounts due up to and including the date of termination; and/or accordingly may deny you access to our Services (or any part thereof).SECTION 17 - ENTIRE AGREEMENTThe failure of us to exercise or enforce any right or provision of these Terms of Service shall not constitute a waiver of such right or provision.These Terms of Service and any policies or operating rules posted by us on this site or in respect to The Service constitutes the entire agreement and understanding between you and us and govern your use of the Service, superseding any prior or contemporaneous agreements, communications and proposals, whether oral or written, between you and us (including, but not limited to, any prior versions of the Terms of Service).Any ambiguities in the interpretation of these Terms of Service shall not be construed against the drafting party.SECTION 18 - GOVERNING LAWThese Terms of Service and any separate agreements whereby we provide you Services shall be governed by and construed in accordance with the laws of 825 South Kings Highway, Fort Pierce, FL 34945.SECTION 19 - CHANGES TO TERMS OF SERVICEYou can review the most current version of the Terms of Service at any time at this page.We reserve the right, at our sole discretion, to update, change or replace any part of these Terms of Service by posting updates and changes to our website. It is your responsibility to check our website periodically for changes. Your continued use of or access to our website or the Service following the posting of any changes to these Terms of Service constitutes acceptance of those changes.SECTION 20 - CONTACT INFORMATIONQuestions about the Terms of Service should be sent to us at <a href=\"mailto:admin@blackhawkcustom.com\" target=\"_blank\" rel=\"noopener noreferrer\">admin@blackhawkcustom.com</a></p>','Terms And Conditions','','inherit','closed','closed','','95-autosave-v1','','','2019-03-07 12:04:46','2019-03-07 17:04:46','',95,'https://bestcerakoteflorida.com/95-autosave-v1/',0,'revision','',0),(587,1,'2019-03-08 12:48:40','2019-03-08 17:48:40','<a href=\"https://bestcerakoteflorida.com/\" rel=\"\">                    </a><h1 style=\"text-align: center;\"><strong>Privacy</strong></h1><p><span style=\"font-family: Merriweather; font-weight: 400;\">Privacy Policy</span></p><p><span style=\"font-family: Merriweather; font-weight: 400;\">What personal information do we collect from the people that visit our blog, website or app?When ordering or registering on our site, as appropriate, you may be asked to enter your name, email address, mailing address, phone number, credit card information or other details to help you with your experience.</span></p><p><span style=\"font-weight: 400;\"><span style=\"font-family: Merriweather;\">When do we collect information?</span></span></p><p><span style=\"font-weight: 400;\"><span style=\"font-family: Merriweather;\">We collect information from you when you register on our site, place an order, subscribe to a newsletter, respond to a survey, fill out a form or enter information on our site.</span></span></p><p><span style=\"font-weight: 400;\"><span style=\"font-family: Merriweather;\">How do we use your information?</span></span></p><p><span style=\"font-weight: 400;\"><span style=\"font-family: Merriweather;\">We may use the information we collect from you when you register, make a purchase, sign up for our newsletter, respond to a survey or marketing communication, surf the website, or use certain other site features in the following ways:â€¢ To personalize user\'s experience and to allow us to deliver the type of content and product offerings in which you are most interested.â€¢ To improve our website in order to better serve you.â€¢ To allow us to better service you in responding to your customer service requests.â€¢ To administer a contest, promotion, survey or other site feature.â€¢ To quickly process your transactions.â€¢ To send periodic emails regarding your order or other products and services.</span></span></p><p><span style=\"font-weight: 400;\"><span style=\"font-family: Merriweather;\">How do we protect visitor information?</span></span></p><p><span style=\"font-weight: 400;\"><span style=\"font-family: Merriweather;\">Our website is scanned on a regular basis for security holes and known vulnerabilities in order to make your visit to our site as safe as possible.We use regular Malware Scanning.</span></span></p><p><span style=\"font-weight: 400;\"><span style=\"font-family: Merriweather;\">Your personal information is contained behind secured networks and is only accessible by a limited number of persons who have special access rights to such systems, and are required to keep the information confidential. In addition, all sensitive/credit information you supply is encrypted via Secure Socket Layer (SSL) technology.</span></span></p><p><span style=\"font-weight: 400;\"><span style=\"font-family: Merriweather;\">We implement a variety of security measures when a user places an order, enters, submits, or accesses their information to maintain the safety of your personal information.</span></span></p><p><span style=\"font-weight: 400;\"><span style=\"font-family: Merriweather;\">All transactions are processed through a gateway provider and are not stored or processed on our servers.</span></span></p><p><span style=\"font-weight: 400;\"><span style=\"font-family: Merriweather;\">Do we use \'cookies\'?</span></span></p><p><span style=\"font-weight: 400;\"><span style=\"font-family: Merriweather;\">Yes. Cookies are small files that a site or its service provider transfers to your computer\'s hard drive through your Web browser (if you allow) that enable the site\'s or service provider\'s systems to recognize your browser and capture and remember certain information. For instance, we use cookies to help us remember and process the items in your shopping cart. They are also used to help us understand your preferences based on previous or current site activity, which enables us to provide you with improved services. We also use cookies to help us compile aggregate data about site traffic and site interaction so that we can offer better site experiences and tools in the future.</span></span></p><p><span style=\"font-weight: 400;\"><span style=\"font-family: Merriweather;\">We use cookies to:</span></span></p><p><span style=\"font-weight: 400;\"><span style=\"font-family: Merriweather;\">â€¢ Help remember and process the items in the shopping cart.â€¢ Understand and save user\'s preferences for future visits.You can choose to have your computer warn you each time a cookie is being sent, or you can choose to turn off all cookies. You do this through your browser (like Internet Explorer) settings. Each browser is a little different, so look at your browser\'s Help menu to learn the correct way to modify your cookies.If users disable cookies in their browser:If you turn off cookies, some features will be disabled. However, you can still place orders forsaved items in your shopping cart over the telephone by contacting customer service.</span></span></p><p><span style=\"font-weight: 400;\"><span style=\"font-family: Merriweather;\">Third Party Disclosure</span></span></p><p><span style=\"font-weight: 400;\"><span style=\"font-family: Merriweather;\">We do not sell, trade, or otherwise transfer to outside parties your personally identifiable information.</span></span></p><p><span style=\"font-weight: 400;\"><span style=\"font-family: Merriweather;\">Third party links</span></span></p><p><span style=\"font-weight: 400;\"><span style=\"font-family: Merriweather;\">Occasionally, at our discretion, we may include or offer third party products or services on our website. These third party sites have separate and independent privacy policies. We therefore have no responsibility or liability for the content and activities of these linked sites. Nonetheless, we seek to protect the integrity of our site and welcome any feedback about these sites.</span></span></p><p><span style=\"font-weight: 400;\"><span style=\"font-family: Merriweather;\">Google</span></span></p><p><span style=\"font-weight: 400;\"><span style=\"font-family: Merriweather;\">Google\'s advertising requirements can be summed up by Google\'s Advertising Principles. They are put in place to provide a positive experience for users. https://support.google.com/adwordspolicy/answer/1316548?hl=enOpting out:Users can set preferences for how Google advertises to you using the Google Ad Settings page. Alternatively, you can opt out by visiting the Network Advertising initiative opt out page or permanently using the Google Analytics Opt Out Browser add on.California Online Privacy Protection ActCalOPPA is the first state law in the nation to require commercial websites and online services to post a privacy policy. The law\'s reach stretches well beyond California to require a person or company in the United States (and conceivably the world) that operates websites collecting personally identifiable information from California consumers to post a conspicuous privacy policy on its website stating exactly the information being collected and those individuals with whom it is being shared, and to comply with this policy.See more at: http://consumercal.org/california-online-privacy-protection-act-caloppa/#sthash.0FdRbT51.dpufAccording to CalOPPA we agree to the following:Users can visit our site anonymouslyOnce this privacy policy is created, we will add a link to it on our home page, or as a minimum on the first significant page after entering our website.Our Privacy Policy link includes the word \'Privacy\', and can be easily be found on the page specified above.Users will be notified of any privacy policy changes:â€¢ On our Privacy Policy PageUsers are able to change their personal information:â€¢ By emailing usâ€¢ By calling us</span></span></p><p><span style=\"font-weight: 400;\"><span style=\"font-family: Merriweather;\">How does our site handle do not track signals?</span></span></p><p><span style=\"font-weight: 400;\"><span style=\"font-family: Merriweather;\">We honor do not track signals and do not track, plant cookies, or use advertising when a Do Not Track (DNT) browser mechanism is in place.</span></span></p><p><span style=\"font-weight: 400;\"><span style=\"font-family: Merriweather;\">Does our site allow third party behavioral tracking?</span></span></p><p><span style=\"font-weight: 400;\"><span style=\"font-family: Merriweather;\">It\'s also important to note that we do not allow third party behavioral trackingCOPPA (Children Online Privacy Protection Act)When it comes to the collection of personal information from children under 13, the Children\'s Online Privacy Protection Act (COPPA) puts parents in control. The Federal Trade Commission, the nation\'s consumer protection agency, enforces the COPPA Rule, which spells out what operators of websites and online services must do to protect children\'s privacy and safety online.</span></span></p><p><span style=\"font-weight: 400;\"><span style=\"font-family: Merriweather;\">We do not specifically market to children under 13.</span></span></p><p><span style=\"font-weight: 400;\"><span style=\"font-family: Merriweather;\">Fair Information Practices</span></span></p><p><span style=\"font-weight: 400;\"><span style=\"font-family: Merriweather;\">The Fair Information Practices Principles form the backbone of privacy law in the United States and the concepts they include have played a significant role in the development of data protection laws around the globe. Understanding the Fair Information Practice Principles and how they should be implemented is critical to comply with the various privacy laws that protect personal information.In order to be in line with Fair Information Practices we will take the following responsive action, should a data breach occur:â€¢ Within 7 business daysWe will notify the users via in site notificationâ€¢ Within 7 business daysWe also agree to the individual redress principle, which requires that individuals have a right to pursue legally enforceable rights against data collectors and processors who fail to adhere to the law. This principle requires not only that individuals have enforceable rights against data users, but also that individuals have recourse to courts or a government agency to investigate and/or prosecute non-compliance by data processors.CAN SPAM ActThe CAN-SPAM Act is a law that sets the rules for commercial email, establishes requirements for commercial messages, gives recipients the right to have emails stopped from being sent to them, and spells out tough penalties for violations.</span></span></p><p><span style=\"font-weight: 400;\"><span style=\"font-family: Merriweather;\">We collect your email address in order to:</span></span></p><p><span style=\"font-weight: 400;\"><span style=\"font-family: Merriweather;\">â€¢ Send information, respond to inquiries, and/or other requests or questions.â€¢ Process orders and to send information and updates pertaining to ordersâ€¢ Market to our mailing list or continue to send emails to our clients after the original transaction has occurredTo be in accordance with CANSPAM we agree to the following:â€¢ NOT use false, or misleading subjects or email addressesâ€¢ Identify the message as an advertisement in some reasonable wayâ€¢ Include the physical address of our business or site headquartersâ€¢ Monitor third party email marketing services for compliance, if one is used.â€¢ Honor opt-out/unsubscribe requests quicklyâ€¢ Allow users to unsubscribe by using the link at the bottom of each emailIf at any time you would like to unsubscribe from receiving future emails, you can email us atâ€¢ Follow the instructions at the bottom of each email. and we will promptly remove you from ALL correspondence.</span></span></p><p><span style=\"font-weight: 400;\"><span style=\"font-family: Merriweather;\">Contacting Us</span></span></p><p><span style=\"font-weight: 400;\"><span style=\"font-family: Merriweather;\">If there are any questions regarding this privacy policy you may contact us using the information below.Blackhawk Custom, LLC.825 South Kings HighwayFort Pierce, FL 34945United Stateshttps://www.blackhawkcustom.com</span></span></p><p><span style=\"font-weight: 400;\"><span style=\"font-family: Merriweather;\">Conditions of use:</span></span></p><p><span style=\"font-weight: 400;\"><span style=\"font-family: Merriweather;\">â€‹</span></span><span style=\"font-family: Merriweather; font-weight: 400;\">By using this website, you agree to all of our terms and conditions of the saleAll sales are final (See our refund policy)</span></p>','Privacy','','inherit','closed','closed','','141-revision-v1','','','2019-03-08 12:48:40','2019-03-08 17:48:40','',141,'https://bestcerakoteflorida.com/141-revision-v1/',0,'revision','',0),(513,1,'2019-03-06 15:24:48','2019-03-06 20:24:48','<a href=\"https://bestcerakoteflorida.com/\" rel=\"\">                    </a><h1 style=\"text-align: center;\"><strong>Privacy</strong></h1><p><span style=\"font-family: Merriweather; font-weight: 400;\" wfd-id=\"98\">Privacy Policy</span></p><p><span style=\"font-family: Merriweather; font-weight: 400;\" wfd-id=\"97\">What personal information do we collect from the people that visit our blog, website or app?When ordering or registering on our site, as appropriate, you may be asked to enter your name, email address, mailing address, phone number, credit card information or other details to help you with your experience.</span></p><p><span style=\"font-weight: 400;\" wfd-id=\"95\"><span style=\"font-family: Merriweather;\" wfd-id=\"96\">When do we collect information?</span></span></p><p><span style=\"font-weight: 400;\" wfd-id=\"93\"><span style=\"font-family: Merriweather;\" wfd-id=\"94\">We collect information from you when you register on our site, place an order, subscribe to a newsletter, respond to a survey, fill out a form or enter information on our site.</span></span></p><p><span style=\"font-weight: 400;\" wfd-id=\"91\"><span style=\"font-family: Merriweather;\" wfd-id=\"92\">How do we use your information?</span></span></p><p><span style=\"font-weight: 400;\" wfd-id=\"89\"><span style=\"font-family: Merriweather;\" wfd-id=\"90\">We may use the information we collect from you when you register, make a purchase, sign up for our newsletter, respond to a survey or marketing communication, surf the website, or use certain other site features in the following ways:â€¢ To personalize user\'s experience and to allow us to deliver the type of content and product offerings in which you are most interested.â€¢ To improve our website in order to better serve you.â€¢ To allow us to better service you in responding to your customer service requests.â€¢ To administer a contest, promotion, survey or other site feature.â€¢ To quickly process your transactions.â€¢ To send periodic emails regarding your order or other products and services.</span></span></p><p><span style=\"font-weight: 400;\" wfd-id=\"87\"><span style=\"font-family: Merriweather;\" wfd-id=\"88\">How do we protect visitor information?</span></span></p><p><span style=\"font-weight: 400;\" wfd-id=\"85\"><span style=\"font-family: Merriweather;\" wfd-id=\"86\">Our website is scanned on a regular basis for security holes and known vulnerabilities in order to make your visit to our site as safe as possible.We use regular Malware Scanning.</span></span></p><p><span style=\"font-weight: 400;\" wfd-id=\"83\"><span style=\"font-family: Merriweather;\" wfd-id=\"84\">Your personal information is contained behind secured networks and is only accessible by a limited number of persons who have special access rights to such systems, and are required to keep the information confidential. In addition, all sensitive/credit information you supply is encrypted via Secure Socket Layer (SSL) technology.</span></span></p><p><span style=\"font-weight: 400;\" wfd-id=\"81\"><span style=\"font-family: Merriweather;\" wfd-id=\"82\">We implement a variety of security measures when a user places an order, enters, submits, or accesses their information to maintain the safety of your personal information.</span></span></p><p><span style=\"font-weight: 400;\" wfd-id=\"79\"><span style=\"font-family: Merriweather;\" wfd-id=\"80\">All transactions are processed through a gateway provider and are not stored or processed on our servers.</span></span></p><p><span style=\"font-weight: 400;\" wfd-id=\"77\"><span style=\"font-family: Merriweather;\" wfd-id=\"78\">Do we use \'cookies\'?</span></span></p><p><span style=\"font-weight: 400;\" wfd-id=\"75\"><span style=\"font-family: Merriweather;\" wfd-id=\"76\">Yes. Cookies are small files that a site or its service provider transfers to your computer\'s hard drive through your Web browser (if you allow) that enable the site\'s or service provider\'s systems to recognize your browser and capture and remember certain information. For instance, we use cookies to help us remember and process the items in your shopping cart. They are also used to help us understand your preferences based on previous or current site activity, which enables us to provide you with improved services. We also use cookies to help us compile aggregate data about site traffic and site interaction so that we can offer better site experiences and tools in the future.</span></span></p><p><span style=\"font-weight: 400;\" wfd-id=\"73\"><span style=\"font-family: Merriweather;\" wfd-id=\"74\">We use cookies to:</span></span></p><p><span style=\"font-weight: 400;\" wfd-id=\"71\"><span style=\"font-family: Merriweather;\" wfd-id=\"72\">â€¢ Help remember and process the items in the shopping cart.â€¢ Understand and save user\'s preferences for future visits.You can choose to have your computer warn you each time a cookie is being sent, or you can choose to turn off all cookies. You do this through your browser (like Internet Explorer) settings. Each browser is a little different, so look at your browser\'s Help menu to learn the correct way to modify your cookies.If users disable cookies in their browser:If you turn off cookies, some features will be disabled. However, you can still place orders forsaved items in your shopping cart over the telephone by contacting customer service.</span></span></p><p><span style=\"font-weight: 400;\" wfd-id=\"69\"><span style=\"font-family: Merriweather;\" wfd-id=\"70\">Third Party Disclosure</span></span></p><p><span style=\"font-weight: 400;\" wfd-id=\"67\"><span style=\"font-family: Merriweather;\" wfd-id=\"68\">We do not sell, trade, or otherwise transfer to outside parties your personally identifiable information.</span></span></p><p><span style=\"font-weight: 400;\" wfd-id=\"65\"><span style=\"font-family: Merriweather;\" wfd-id=\"66\">Third party links</span></span></p><p><span style=\"font-weight: 400;\" wfd-id=\"63\"><span style=\"font-family: Merriweather;\" wfd-id=\"64\">Occasionally, at our discretion, we may include or offer third party products or services on our website. These third party sites have separate and independent privacy policies. We therefore have no responsibility or liability for the content and activities of these linked sites. Nonetheless, we seek to protect the integrity of our site and welcome any feedback about these sites.</span></span></p><p><span style=\"font-weight: 400;\" wfd-id=\"61\"><span style=\"font-family: Merriweather;\" wfd-id=\"62\">Google</span></span></p><p><span style=\"font-weight: 400;\" wfd-id=\"59\"><span style=\"font-family: Merriweather;\" wfd-id=\"60\">Google\'s advertising requirements can be summed up by Google\'s Advertising Principles. They are put in place to provide a positive experience for users. https://support.google.com/adwordspolicy/answer/1316548?hl=enOpting out:Users can set preferences for how Google advertises to you using the Google Ad Settings page. Alternatively, you can opt out by visiting the Network Advertising initiative opt out page or permanently using the Google Analytics Opt Out Browser add on.California Online Privacy Protection ActCalOPPA is the first state law in the nation to require commercial websites and online services to post a privacy policy. The law\'s reach stretches well beyond California to require a person or company in the United States (and conceivably the world) that operates websites collecting personally identifiable information from California consumers to post a conspicuous privacy policy on its website stating exactly the information being collected and those individuals with whom it is being shared, and to comply with this policy.See more at: http://consumercal.org/california-online-privacy-protection-act-caloppa/#sthash.0FdRbT51.dpufAccording to CalOPPA we agree to the following:Users can visit our site anonymouslyOnce this privacy policy is created, we will add a link to it on our home page, or as a minimum on the first significant page after entering our website.Our Privacy Policy link includes the word \'Privacy\', and can be easily be found on the page specified above.Users will be notified of any privacy policy changes:â€¢ On our Privacy Policy PageUsers are able to change their personal information:â€¢ By emailing usâ€¢ By calling us</span></span></p><p><span style=\"font-weight: 400;\" wfd-id=\"57\"><span style=\"font-family: Merriweather;\" wfd-id=\"58\">How does our site handle do not track signals?</span></span></p><p><span style=\"font-weight: 400;\" wfd-id=\"55\"><span style=\"font-family: Merriweather;\" wfd-id=\"56\">We honor do not track signals and do not track, plant cookies, or use advertising when a Do Not Track (DNT) browser mechanism is in place.</span></span></p><p><span style=\"font-weight: 400;\" wfd-id=\"53\"><span style=\"font-family: Merriweather;\" wfd-id=\"54\">Does our site allow third party behavioral tracking?</span></span></p><p><span style=\"font-weight: 400;\" wfd-id=\"51\"><span style=\"font-family: Merriweather;\" wfd-id=\"52\">It\'s also important to note that we do not allow third party behavioral trackingCOPPA (Children Online Privacy Protection Act)When it comes to the collection of personal information from children under 13, the Children\'s Online Privacy Protection Act (COPPA) puts parents in control. The Federal Trade Commission, the nation\'s consumer protection agency, enforces the COPPA Rule, which spells out what operators of websites and online services must do to protect children\'s privacy and safety online.</span></span></p><p><span style=\"font-weight: 400;\" wfd-id=\"49\"><span style=\"font-family: Merriweather;\" wfd-id=\"50\">We do not specifically market to children under 13.</span></span></p><p><span style=\"font-weight: 400;\" wfd-id=\"47\"><span style=\"font-family: Merriweather;\" wfd-id=\"48\">Fair Information Practices</span></span></p><p><span style=\"font-weight: 400;\" wfd-id=\"45\"><span style=\"font-family: Merriweather;\" wfd-id=\"46\">The Fair Information Practices Principles form the backbone of privacy law in the United States and the concepts they include have played a significant role in the development of data protection laws around the globe. Understanding the Fair Information Practice Principles and how they should be implemented is critical to comply with the various privacy laws that protect personal information.In order to be in line with Fair Information Practices we will take the following responsive action, should a data breach occur:â€¢ Within 7 business daysWe will notify the users via in site notificationâ€¢ Within 7 business daysWe also agree to the individual redress principle, which requires that individuals have a right to pursue legally enforceable rights against data collectors and processors who fail to adhere to the law. This principle requires not only that individuals have enforceable rights against data users, but also that individuals have recourse to courts or a government agency to investigate and/or prosecute non-compliance by data processors.CAN SPAM ActThe CAN-SPAM Act is a law that sets the rules for commercial email, establishes requirements for commercial messages, gives recipients the right to have emails stopped from being sent to them, and spells out tough penalties for violations.</span></span></p><p><span style=\"font-weight: 400;\" wfd-id=\"43\"><span style=\"font-family: Merriweather;\" wfd-id=\"44\">We collect your email address in order to:</span></span></p><p><span style=\"font-weight: 400;\" wfd-id=\"41\"><span style=\"font-family: Merriweather;\" wfd-id=\"42\">â€¢ Send information, respond to inquiries, and/or other requests or questions.â€¢ Process orders and to send information and updates pertaining to ordersâ€¢ Market to our mailing list or continue to send emails to our clients after the original transaction has occurredTo be in accordance with CANSPAM we agree to the following:â€¢ NOT use false, or misleading subjects or email addressesâ€¢ Identify the message as an advertisement in some reasonable wayâ€¢ Include the physical address of our business or site headquartersâ€¢ Monitor third party email marketing services for compliance, if one is used.â€¢ Honor opt-out/unsubscribe requests quicklyâ€¢ Allow users to unsubscribe by using the link at the bottom of each emailIf at any time you would like to unsubscribe from receiving future emails, you can email us atâ€¢ Follow the instructions at the bottom of each email. and we will promptly remove you from ALL correspondence.</span></span></p><p><span style=\"font-weight: 400;\" wfd-id=\"39\"><span style=\"font-family: Merriweather;\" wfd-id=\"40\">Contacting Us</span></span></p><p><span style=\"font-weight: 400;\" wfd-id=\"37\"><span style=\"font-family: Merriweather;\" wfd-id=\"38\">If there are any questions regarding this privacy policy you may contact us using the information below.Blackhawk Custom, LLC.825 South Kings HighwayFort Pierce, FL 34945United Stateshttps://www.blackhawkcustom.com</span></span></p><p><span style=\"font-weight: 400;\" wfd-id=\"35\"><span style=\"font-family: Merriweather;\" wfd-id=\"36\">Conditions of use:</span></span></p><p><span style=\"font-weight: 400;\" wfd-id=\"33\"><span style=\"font-family: Merriweather;\" wfd-id=\"34\">â€‹</span></span><span style=\"font-family: Merriweather; font-weight: 400;\" wfd-id=\"32\">By using this website, you agree to all of our terms and conditions of the saleAll sales are final (See our refund policy)</span></p>','Privacy','','inherit','closed','closed','','141-revision-v1','','','2019-03-06 15:24:48','2019-03-06 20:24:48','',141,'https://bestcerakoteflorida.com/141-revision-v1/',0,'revision','',0),(52,1,'2018-05-25 23:52:15','2018-05-26 03:52:15','','FTYS6743','','inherit','open','closed','','ftys6743','','','2018-05-25 23:52:15','2018-05-26 03:52:15','',0,'https://bestcerakoteflorida.com/wp-content/uploads/2018/05/FTYS6743.jpg',0,'attachment','image/jpeg',0),(68,1,'2018-06-09 10:32:25','2018-06-09 14:32:25','[woocommerce_checkout]','Checkout','','publish','closed','closed','','checkout','','','2018-06-09 19:50:18','2018-06-09 23:50:18','',0,'https://bestcerakoteflorida.com/checkout/',0,'page','',0),(69,1,'2018-06-09 10:32:25','2018-06-09 14:32:25','[woocommerce_my_account]','My account','','publish','closed','closed','','my-account','','','2018-06-09 19:50:18','2018-06-09 23:50:18','',0,'https://bestcerakoteflorida.com/my-account/',0,'page','',0),(73,1,'2018-06-09 20:51:45','0000-00-00 00:00:00','','widget_image','','draft','closed','closed','','','','','2018-06-09 20:51:45','0000-00-00 00:00:00','a:1:{s:12:\"_multiwidget\";i:1;}',0,'https://bestcerakoteflorida.com/?post_type=jetpack_migration&p=73',0,'jetpack_migration','',0),(180,1,'2018-07-28 01:45:22','2018-07-28 05:45:22','<h1 data-css=\"tve-u-16035acf904\" style=\"text-align: center;\"><strong>Privacy</strong></h1><p data-css=\"tve-u-1642b20c920\">Privacy Policy</p><p data-css=\"tve-u-1642b20c920\">What personal information do we collect from the people that visit our blog, website or app?When ordering or registering on our site, as appropriate, you may be asked to enter your name, email address, mailing address, phone number, credit card information or other details to help you with your experience.</p><p data-css=\"tve-u-1642b20c920\">When do we collect information?</p><p data-css=\"tve-u-1642b20c920\">We collect information from you when you register on our site, place an order, subscribe to a newsletter, respond to a survey, fill out a form or enter information on our site.</p><p data-css=\"tve-u-1642b20c920\">How do we use your information?</p><p data-css=\"tve-u-1642b20c920\">We may use the information we collect from you when you register, make a purchase, sign up for our newsletter, respond to a survey or marketing communication, surf the website, or use certain other site features in the following ways:â€¢ To personalize user\'s experience and to allow us to deliver the type of content and product offerings in which you are most interested.â€¢ To improve our website in order to better serve you.â€¢ To allow us to better service you in responding to your customer service requests.â€¢ To administer a contest, promotion, survey or other site feature.â€¢ To quickly process your transactions.â€¢ To send periodic emails regarding your order or other products and services.</p><p data-css=\"tve-u-1642b20c920\">How do we protect visitor information?</p><p data-css=\"tve-u-1642b20c920\">Our website is scanned on a regular basis for security holes and known vulnerabilities in order to make your visit to our site as safe as possible.We use regular Malware Scanning.</p><p data-css=\"tve-u-1642b20c920\">Your personal information is contained behind secured networks and is only accessible by a limited number of persons who have special access rights to such systems, and are required to keep the information confidential. In addition, all sensitive/credit information you supply is encrypted via Secure Socket Layer (SSL) technology.</p><p data-css=\"tve-u-1642b20c920\">We implement a variety of security measures when a user places an order, enters, submits, or accesses their information to maintain the safety of your personal information.</p><p data-css=\"tve-u-1642b20c920\">All transactions are processed through a gateway provider and are not stored or processed on our servers.</p><p data-css=\"tve-u-1642b20c920\">Do we use \'cookies\'?</p><p data-css=\"tve-u-1642b20c920\">Yes. Cookies are small files that a site or its service provider transfers to your computer\'s hard drive through your Web browser (if you allow) that enable the site\'s or service provider\'s systems to recognize your browser and capture and remember certain information. For instance, we use cookies to help us remember and process the items in your shopping cart. They are also used to help us understand your preferences based on previous or current site activity, which enables us to provide you with improved services. We also use cookies to help us compile aggregate data about site traffic and site interaction so that we can offer better site experiences and tools in the future.</p><p data-css=\"tve-u-1642b20c920\">We use cookies to:</p><p data-css=\"tve-u-1642b20c920\">â€¢ Help remember and process the items in the shopping cart.â€¢ Understand and save user\'s preferences for future visits.You can choose to have your computer warn you each time a cookie is being sent, or you can choose to turn off all cookies. You do this through your browser (like Internet Explorer) settings. Each browser is a little different, so look at your browser\'s Help menu to learn the correct way to modify your cookies.If users disable cookies in their browser:If you turn off cookies, some features will be disabled. However, you can still place orders forsaved items in your shopping cart over the telephone by contacting customer service.</p><p data-css=\"tve-u-1642b20c920\">Third Party Disclosure</p><p data-css=\"tve-u-1642b20c920\">We do not sell, trade, or otherwise transfer to outside parties your personally identifiable information.</p><p data-css=\"tve-u-1642b20c920\">Third party links</p><p data-css=\"tve-u-1642b20c920\">Occasionally, at our discretion, we may include or offer third party products or services on our website. These third party sites have separate and independent privacy policies. We therefore have no responsibility or liability for the content and activities of these linked sites. Nonetheless, we seek to protect the integrity of our site and welcome any feedback about these sites.</p><p data-css=\"tve-u-1642b20c920\">Google</p><p data-css=\"tve-u-1642b20c920\">Google\'s advertising requirements can be summed up by Google\'s Advertising Principles. They are put in place to provide a positive experience for users. https://support.google.com/adwordspolicy/answer/1316548?hl=enOpting out:Users can set preferences for how Google advertises to you using the Google Ad Settings page. Alternatively, you can opt out by visiting the Network Advertising initiative opt out page or permanently using the Google Analytics Opt Out Browser add on.California Online Privacy Protection ActCalOPPA is the first state law in the nation to require commercial websites and online services to post a privacy policy. The law\'s reach stretches well beyond California to require a person or company in the United States (and conceivably the world) that operates websites collecting personally identifiable information from California consumers to post a conspicuous privacy policy on its website stating exactly the information being collected and those individuals with whom it is being shared, and to comply with this policy.See more at: http://consumercal.org/california-online-privacy-protection-act-caloppa/#sthash.0FdRbT51.dpufAccording to CalOPPA we agree to the following:Users can visit our site anonymouslyOnce this privacy policy is created, we will add a link to it on our home page, or as a minimum on the first significant page after entering our website.Our Privacy Policy link includes the word \'Privacy\', and can be easily be found on the page specified above.Users will be notified of any privacy policy changes:â€¢ On our Privacy Policy PageUsers are able to change their personal information:â€¢ By emailing usâ€¢ By calling us</p><p data-css=\"tve-u-1642b20c920\">How does our site handle do not track signals?</p><p data-css=\"tve-u-1642b20c920\">We honor do not track signals and do not track, plant cookies, or use advertising when a Do Not Track (DNT) browser mechanism is in place.</p><p data-css=\"tve-u-1642b20c920\">Does our site allow third party behavioral tracking?</p><p data-css=\"tve-u-1642b20c920\">It\'s also important to note that we do not allow third party behavioral trackingCOPPA (Children Online Privacy Protection Act)When it comes to the collection of personal information from children under 13, the Children\'s Online Privacy Protection Act (COPPA) puts parents in control. The Federal Trade Commission, the nation\'s consumer protection agency, enforces the COPPA Rule, which spells out what operators of websites and online services must do to protect children\'s privacy and safety online.</p><p data-css=\"tve-u-1642b20c920\">We do not specifically market to children under 13.</p><p data-css=\"tve-u-1642b20c920\">Fair Information Practices</p><p data-css=\"tve-u-1642b20c920\">The Fair Information Practices Principles form the backbone of privacy law in the United States and the concepts they include have played a significant role in the development of data protection laws around the globe. Understanding the Fair Information Practice Principles and how they should be implemented is critical to comply with the various privacy laws that protect personal information.In order to be in line with Fair Information Practices we will take the following responsive action, should a data breach occur:â€¢ Within 7 business daysWe will notify the users via in site notificationâ€¢ Within 7 business daysWe also agree to the individual redress principle, which requires that individuals have a right to pursue legally enforceable rights against data collectors and processors who fail to adhere to the law. This principle requires not only that individuals have enforceable rights against data users, but also that individuals have recourse to courts or a government agency to investigate and/or prosecute non-compliance by data processors.CAN SPAM ActThe CAN-SPAM Act is a law that sets the rules for commercial email, establishes requirements for commercial messages, gives recipients the right to have emails stopped from being sent to them, and spells out tough penalties for violations.</p><p data-css=\"tve-u-1642b20c920\">We collect your email address in order to:</p><p data-css=\"tve-u-1642b20c920\">â€¢ Send information, respond to inquiries, and/or other requests or questions.â€¢ Process orders and to send information and updates pertaining to ordersâ€¢ Market to our mailing list or continue to send emails to our clients after the original transaction has occurredTo be in accordance with CANSPAM we agree to the following:â€¢ NOT use false, or misleading subjects or email addressesâ€¢ Identify the message as an advertisement in some reasonable wayâ€¢ Include the physical address of our business or site headquartersâ€¢ Monitor third party email marketing services for compliance, if one is used.â€¢ Honor opt-out/unsubscribe requests quicklyâ€¢ Allow users to unsubscribe by using the link at the bottom of each emailIf at any time you would like to unsubscribe from receiving future emails, you can email us atâ€¢ Follow the instructions at the bottom of each email. and we will promptly remove you from ALL correspondence.</p><p data-css=\"tve-u-1642b20c920\">Contacting Us</p><p data-css=\"tve-u-1642b20c920\">If there are any questions regarding this privacy policy you may contact us using the information below.Blackhawk Custom, LLC.825 South Kings HighwayFort Pierce, FL 34945United Stateshttps://www.blackhawkcustom.comConditions of use:</p><p data-css=\"tve-u-1642b20c920\">By using this website, you agree to all of our terms and conditions of the saleAll sales are final (See our refund policy)</p>','Privacy','','inherit','closed','closed','','141-revision-v1','','','2018-07-28 01:45:22','2018-07-28 05:45:22','',141,'https://bestcerakoteflorida.com/141-revision-v1/',0,'revision','',0),(106,1,'2018-06-09 20:41:19','2018-06-10 00:41:19','<span style=\"width: 100%;\" wfd-id=\"493\"><img alt=\"\" width=\"384\" height=\"62\" title=\"Blackhawk_custom_header\" data-id=\"465\" src=\"https://bestcerakoteflorida.com/wp-content/uploads/2019/01/Blackhawk_custom_header.png\" style=\"width: 100%;\"></span>                    <p><a href=\"mailto:info@bestcerkoteflorida.com\" target=\"_blank\" rel=\"noopener noreferrer\">info@bestcerakoteflorida.com</a></p><h1 style=\"text-align: center;\">&nbsp;<strong>â€‹</strong><strong>Protect What\'s Important To You! With The Toughest Ceramic Finish In The World!</strong></h1><h2 style=\"text-align: center;\"><strong>Heat, Water, Salt and Sand just some of the conditions you face. And any one of them is just waiting, to get a hold of your firearm and leave it a pile of rusted, pitted junk.</strong></h2><h2 style=\"text-align: center;\"><strong>Unfortunately, there wasn\'t much you could do other than keep cleaning and lubricating your firearms...till NOW!</strong></h2><p>Enter your text here...</p><p>Enter your text here...</p><h2>our services</h2><h4 style=\"text-align: left;\">Express exterior</h4><p>Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.</p><h4 style=\"text-align: left;\">Interior clean</h4><p>Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum</p><h4 style=\"text-align: left;\">Wax protection</h4><p>Etiam pharetra, erat sed fermentum feugiat, velit mauris</p><h4 style=\"text-align: left;\">Dust &amp; Dash Console</h4><p>Duis sed odio sit amet nibh vulputate cursus a sit amet mauris.</p><h4 style=\"text-align: left;\">Triple Foam Polish</h4><p>Class aptent taciti sociosqu ad litora torquent</p><h4 style=\"text-align: left;\">Tire dressing</h4><p>Etiam pharetra, erat sed fermentum feugiat, velit mauris</p><h3><strong>Complete cleaning services for yoâ€‹ur car</strong></h3><ul wfd-id=\"354\"><li wfd-id=\"363\"><span wfd-id=\"364\">We are a small business delivering professional cleaning services for all vehicles</span></li><li wfd-id=\"359\"><span wfd-id=\"360\">Our services are convenient for individuals and corporate fleets</span></li><li wfd-id=\"355\"><span wfd-id=\"356\">We use eco-friendly products that actually clean, protect and maintain your car better than the traditional cleaning substances</span></li></ul><h2>Check Out Our Special Offer!</h2><p>Donâ€™t miss the opportunity to get 50% discount on a complete cleaning just by recommending us to a friend. Bring someone you know with you and clean you car half price!</p><h2 style=\"text-align: center;\">our happy clients</h2><h5>Brett Graham, 28</h5><h6>Architect</h6><p>Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit. Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit.&nbsp;</p><h5>Rosie Hanson, 24</h5><h6>Real estate Associate</h6><p>Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo.</p><h5>Shawn Mattews, 35</h5><h6>project manager</h6><p>Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo. Nullam ac urna eu felis.Sed non neque elit. Sed ut imperdiet nisi. Proin condimentum</p><h2 style=\"text-align: center;\">our offers</h2><h4 style=\"text-align: center;\"><strong>Basic Wash</strong></h4><h4 style=\"text-align: center;\"><strong>15$</strong></h4><ul wfd-id=\"170\"><li wfd-id=\"187\">check<span wfd-id=\"188\">Interior vacuum</span></li><li wfd-id=\"183\">check<span wfd-id=\"184\">Dust &amp;dash console</span></li><li wfd-id=\"179\">check<span wfd-id=\"180\">Hand towel dry</span></li><li wfd-id=\"175\">check<span wfd-id=\"176\">Clean windows</span></li><li wfd-id=\"171\">check<span wfd-id=\"172\">Soft cloth wash</span></li></ul><h4 style=\"text-align: center;\"><strong>Ultimate Wash</strong></h4><h4 style=\"text-align: center;\"><strong>22 $</strong></h4><p style=\"text-align: center;\">Includes basic service <span style=\"color: rgb(15, 29, 123);\" wfd-id=\"153\"><strong><span wfd-id=\"154\">+</span></strong></span></p><ul wfd-id=\"137\"><li wfd-id=\"146\">check<span wfd-id=\"147\">Triple foam conditiner</span></li><li wfd-id=\"142\">check<span wfd-id=\"143\">Tire dressing</span></li><li wfd-id=\"138\">check<span wfd-id=\"139\">Air freshner</span></li></ul><h4 style=\"text-align: center;\"><strong>Supreme Wash</strong></h4><h4 style=\"text-align: center;\"><strong>30 $</strong></h4><p style=\"text-align: center;\">Includes ultimate service <span style=\"color: rgb(15, 29, 123);\" wfd-id=\"120\"><strong><span wfd-id=\"121\">+</span></strong></span></p><ul wfd-id=\"106\"><li wfd-id=\"115\">check<span wfd-id=\"116\">Exterior trim dressing</span></li><li wfd-id=\"111\">check<span wfd-id=\"112\">Hand applied spray wax</span></li><li wfd-id=\"107\">check<span wfd-id=\"108\">Interior conditioner</span></li></ul><h2 style=\"text-align: center;\">contact us</h2>First NameEmail AddressMessagePhone NumberSubmit Message<span style=\"width: 100%;\" wfd-id=\"69\"><img alt=\"\" width=\"2148\" height=\"1968\" title=\"CertifiedLogo_transparent\" data-id=\"600\" src=\"https://bestcerakoteflorida.com/wp-content/uploads/2019/03/CertifiedLogo_transparent-e1552073635916.png\" style=\"width: 100%;\"></span><p style=\"text-align: center;\">Â© 2018, BLACKHAWK CUSTOM, LLC . All rights reserved.</p><p style=\"text-align: center;\">Made with <a href=\"https://thrivethemes.com/\" target=\"_blank\" rel=\"noopener noreferrer\">Thrive Architect</a></p>','Home','','publish','closed','closed','','home','','','2019-03-08 14:56:33','2019-03-08 19:56:33','',0,'https://bestcerakoteflorida.com/?page_id=106',0,'page','',0),(86,1,'2018-06-09 19:44:07','2018-06-09 23:44:07','','Lightbox - Cart (Flat 2.0 Homepage)','','publish','closed','closed','','lightbox-cart-flat-2-0-homepage','','','2018-06-09 19:44:07','2018-06-09 23:44:07','',0,'https://bestcerakoteflorida.com/?tcb_lightbox=lightbox-cart-flat-2-0-homepage',0,'tcb_lightbox','',0),(178,1,'2018-07-28 01:41:57','2018-07-28 05:41:57','<h1 data-css=\"tve-u-16035acf904\" style=\"text-align: center;\"><strong>Privacy</strong></h1><p data-css=\"tve-u-1642b20c920\">Privacy Policy</p><p data-css=\"tve-u-1642b20c920\">What personal information do we collect from the people that visit our blog, website or app?When ordering or registering on our site, as appropriate, you may be asked to enter your name, email address, mailing address, phone number, credit card information or other details to help you with your experience.</p><p data-css=\"tve-u-1642b20c920\">When do we collect information?</p><p data-css=\"tve-u-1642b20c920\">We collect information from you when you register on our site, place an order, subscribe to a newsletter, respond to a survey, fill out a form or enter information on our site.</p><p data-css=\"tve-u-1642b20c920\">How do we use your information?</p><p data-css=\"tve-u-1642b20c920\">We may use the information we collect from you when you register, make a purchase, sign up for our newsletter, respond to a survey or marketing communication, surf the website, or use certain other site features in the following ways:â€¢ To personalize user\'s experience and to allow us to deliver the type of content and product offerings in which you are most interested.â€¢ To improve our website in order to better serve you.â€¢ To allow us to better service you in responding to your customer service requests.â€¢ To administer a contest, promotion, survey or other site feature.â€¢ To quickly process your transactions.â€¢ To send periodic emails regarding your order or other products and services.</p><p data-css=\"tve-u-1642b20c920\">How do we protect visitor information?</p><p data-css=\"tve-u-1642b20c920\">Our website is scanned on a regular basis for security holes and known vulnerabilities in order to make your visit to our site as safe as possible.We use regular Malware Scanning.</p><p data-css=\"tve-u-1642b20c920\">Your personal information is contained behind secured networks and is only accessible by a limited number of persons who have special access rights to such systems, and are required to keep the information confidential. In addition, all sensitive/credit information you supply is encrypted via Secure Socket Layer (SSL) technology.</p><p data-css=\"tve-u-1642b20c920\">We implement a variety of security measures when a user places an order, enters, submits, or accesses their information to maintain the safety of your personal information.</p><p data-css=\"tve-u-1642b20c920\">All transactions are processed through a gateway provider and are not stored or processed on our servers.</p><p data-css=\"tve-u-1642b20c920\">Do we use \'cookies\'?</p><p data-css=\"tve-u-1642b20c920\">Yes. Cookies are small files that a site or its service provider transfers to your computer\'s hard drive through your Web browser (if you allow) that enable the site\'s or service provider\'s systems to recognize your browser and capture and remember certain information. For instance, we use cookies to help us remember and process the items in your shopping cart. They are also used to help us understand your preferences based on previous or current site activity, which enables us to provide you with improved services. We also use cookies to help us compile aggregate data about site traffic and site interaction so that we can offer better site experiences and tools in the future.</p><p data-css=\"tve-u-1642b20c920\">We use cookies to:</p><p data-css=\"tve-u-1642b20c920\">â€¢ Help remember and process the items in the shopping cart.â€¢ Understand and save user\'s preferences for future visits.You can choose to have your computer warn you each time a cookie is being sent, or you can choose to turn off all cookies. You do this through your browser (like Internet Explorer) settings. Each browser is a little different, so look at your browser\'s Help menu to learn the correct way to modify your cookies.If users disable cookies in their browser:If you turn off cookies, some features will be disabled. However, you can still place orders forsaved items in your shopping cart over the telephone by contacting customer service.</p><p data-css=\"tve-u-1642b20c920\">Third Party Disclosure</p><p data-css=\"tve-u-1642b20c920\">We do not sell, trade, or otherwise transfer to outside parties your personally identifiable information.</p><p data-css=\"tve-u-1642b20c920\">Third party links</p><p data-css=\"tve-u-1642b20c920\">Occasionally, at our discretion, we may include or offer third party products or services on our website. These third party sites have separate and independent privacy policies. We therefore have no responsibility or liability for the content and activities of these linked sites. Nonetheless, we seek to protect the integrity of our site and welcome any feedback about these sites.</p><p data-css=\"tve-u-1642b20c920\">Google</p><p data-css=\"tve-u-1642b20c920\">Google\'s advertising requirements can be summed up by Google\'s Advertising Principles. They are put in place to provide a positive experience for users. https://support.google.com/adwordspolicy/answer/1316548?hl=enOpting out:Users can set preferences for how Google advertises to you using the Google Ad Settings page. Alternatively, you can opt out by visiting the Network Advertising initiative opt out page or permanently using the Google Analytics Opt Out Browser add on.California Online Privacy Protection ActCalOPPA is the first state law in the nation to require commercial websites and online services to post a privacy policy. The law\'s reach stretches well beyond California to require a person or company in the United States (and conceivably the world) that operates websites collecting personally identifiable information from California consumers to post a conspicuous privacy policy on its website stating exactly the information being collected and those individuals with whom it is being shared, and to comply with this policy.See more at: http://consumercal.org/california-online-privacy-protection-act-caloppa/#sthash.0FdRbT51.dpufAccording to CalOPPA we agree to the following:Users can visit our site anonymouslyOnce this privacy policy is created, we will add a link to it on our home page, or as a minimum on the first significant page after entering our website.Our Privacy Policy link includes the word \'Privacy\', and can be easily be found on the page specified above.Users will be notified of any privacy policy changes:â€¢ On our Privacy Policy PageUsers are able to change their personal information:â€¢ By emailing usâ€¢ By calling us</p><p data-css=\"tve-u-1642b20c920\">How does our site handle do not track signals?</p><p data-css=\"tve-u-1642b20c920\">We honor do not track signals and do not track, plant cookies, or use advertising when a Do Not Track (DNT) browser mechanism is in place.</p><p data-css=\"tve-u-1642b20c920\">Does our site allow third party behavioral tracking?</p><p data-css=\"tve-u-1642b20c920\">It\'s also important to note that we do not allow third party behavioral trackingCOPPA (Children Online Privacy Protection Act)When it comes to the collection of personal information from children under 13, the Children\'s Online Privacy Protection Act (COPPA) puts parents in control. The Federal Trade Commission, the nation\'s consumer protection agency, enforces the COPPA Rule, which spells out what operators of websites and online services must do to protect children\'s privacy and safety online.</p><p data-css=\"tve-u-1642b20c920\">We do not specifically market to children under 13.</p><p data-css=\"tve-u-1642b20c920\">Fair Information Practices</p><p data-css=\"tve-u-1642b20c920\">The Fair Information Practices Principles form the backbone of privacy law in the United States and the concepts they include have played a significant role in the development of data protection laws around the globe. Understanding the Fair Information Practice Principles and how they should be implemented is critical to comply with the various privacy laws that protect personal information.In order to be in line with Fair Information Practices we will take the following responsive action, should a data breach occur:â€¢ Within 7 business daysWe will notify the users via in site notificationâ€¢ Within 7 business daysWe also agree to the individual redress principle, which requires that individuals have a right to pursue legally enforceable rights against data collectors and processors who fail to adhere to the law. This principle requires not only that individuals have enforceable rights against data users, but also that individuals have recourse to courts or a government agency to investigate and/or prosecute non-compliance by data processors.CAN SPAM ActThe CAN-SPAM Act is a law that sets the rules for commercial email, establishes requirements for commercial messages, gives recipients the right to have emails stopped from being sent to them, and spells out tough penalties for violations.</p><p data-css=\"tve-u-1642b20c920\">We collect your email address in order to:</p><p data-css=\"tve-u-1642b20c920\">â€¢ Send information, respond to inquiries, and/or other requests or questions.â€¢ Process orders and to send information and updates pertaining to ordersâ€¢ Market to our mailing list or continue to send emails to our clients after the original transaction has occurredTo be in accordance with CANSPAM we agree to the following:â€¢ NOT use false, or misleading subjects or email addressesâ€¢ Identify the message as an advertisement in some reasonable wayâ€¢ Include the physical address of our business or site headquartersâ€¢ Monitor third party email marketing services for compliance, if one is used.â€¢ Honor opt-out/unsubscribe requests quicklyâ€¢ Allow users to unsubscribe by using the link at the bottom of each emailIf at any time you would like to unsubscribe from receiving future emails, you can email us atâ€¢ Follow the instructions at the bottom of each email. and we will promptly remove you from ALL correspondence.</p><p data-css=\"tve-u-1642b20c920\">Contacting Us</p><p data-css=\"tve-u-1642b20c920\">If there are any questions regarding this privacy policy you may contact us using the information below.Blackhawk Custom, LLC.825 South Kings HighwayFort Pierce, FL 34945United Stateshttps://www.blackhawkcustom.comConditions of use:</p><p data-css=\"tve-u-1642b20c920\">By using this website, you agree to all of our terms and conditions of the saleAll sales are final (See our refund policy)</p>','Privacy','','inherit','closed','closed','','141-revision-v1','','','2018-07-28 01:41:57','2018-07-28 05:41:57','',141,'https://bestcerakoteflorida.com/141-revision-v1/',0,'revision','',0),(179,1,'2018-07-28 01:44:54','2018-07-28 05:44:54','<h1 data-css=\"tve-u-16035acf904\" style=\"text-align: center;\"><strong>Privacy</strong></h1><p data-css=\"tve-u-1642b20c920\">Privacy Policy</p><p data-css=\"tve-u-1642b20c920\">What personal information do we collect from the people that visit our blog, website or app?When ordering or registering on our site, as appropriate, you may be asked to enter your name, email address, mailing address, phone number, credit card information or other details to help you with your experience.</p><p data-css=\"tve-u-1642b20c920\">When do we collect information?</p><p data-css=\"tve-u-1642b20c920\">We collect information from you when you register on our site, place an order, subscribe to a newsletter, respond to a survey, fill out a form or enter information on our site.</p><p data-css=\"tve-u-1642b20c920\">How do we use your information?</p><p data-css=\"tve-u-1642b20c920\">We may use the information we collect from you when you register, make a purchase, sign up for our newsletter, respond to a survey or marketing communication, surf the website, or use certain other site features in the following ways:â€¢ To personalize user\'s experience and to allow us to deliver the type of content and product offerings in which you are most interested.â€¢ To improve our website in order to better serve you.â€¢ To allow us to better service you in responding to your customer service requests.â€¢ To administer a contest, promotion, survey or other site feature.â€¢ To quickly process your transactions.â€¢ To send periodic emails regarding your order or other products and services.</p><p data-css=\"tve-u-1642b20c920\">How do we protect visitor information?</p><p data-css=\"tve-u-1642b20c920\">Our website is scanned on a regular basis for security holes and known vulnerabilities in order to make your visit to our site as safe as possible.We use regular Malware Scanning.</p><p data-css=\"tve-u-1642b20c920\">Your personal information is contained behind secured networks and is only accessible by a limited number of persons who have special access rights to such systems, and are required to keep the information confidential. In addition, all sensitive/credit information you supply is encrypted via Secure Socket Layer (SSL) technology.</p><p data-css=\"tve-u-1642b20c920\">We implement a variety of security measures when a user places an order, enters, submits, or accesses their information to maintain the safety of your personal information.</p><p data-css=\"tve-u-1642b20c920\">All transactions are processed through a gateway provider and are not stored or processed on our servers.</p><p data-css=\"tve-u-1642b20c920\">Do we use \'cookies\'?</p><p data-css=\"tve-u-1642b20c920\">Yes. Cookies are small files that a site or its service provider transfers to your computer\'s hard drive through your Web browser (if you allow) that enable the site\'s or service provider\'s systems to recognize your browser and capture and remember certain information. For instance, we use cookies to help us remember and process the items in your shopping cart. They are also used to help us understand your preferences based on previous or current site activity, which enables us to provide you with improved services. We also use cookies to help us compile aggregate data about site traffic and site interaction so that we can offer better site experiences and tools in the future.</p><p data-css=\"tve-u-1642b20c920\">We use cookies to:</p><p data-css=\"tve-u-1642b20c920\">â€¢ Help remember and process the items in the shopping cart.â€¢ Understand and save user\'s preferences for future visits.You can choose to have your computer warn you each time a cookie is being sent, or you can choose to turn off all cookies. You do this through your browser (like Internet Explorer) settings. Each browser is a little different, so look at your browser\'s Help menu to learn the correct way to modify your cookies.If users disable cookies in their browser:If you turn off cookies, some features will be disabled. However, you can still place orders forsaved items in your shopping cart over the telephone by contacting customer service.</p><p data-css=\"tve-u-1642b20c920\">Third Party Disclosure</p><p data-css=\"tve-u-1642b20c920\">We do not sell, trade, or otherwise transfer to outside parties your personally identifiable information.</p><p data-css=\"tve-u-1642b20c920\">Third party links</p><p data-css=\"tve-u-1642b20c920\">Occasionally, at our discretion, we may include or offer third party products or services on our website. These third party sites have separate and independent privacy policies. We therefore have no responsibility or liability for the content and activities of these linked sites. Nonetheless, we seek to protect the integrity of our site and welcome any feedback about these sites.</p><p data-css=\"tve-u-1642b20c920\">Google</p><p data-css=\"tve-u-1642b20c920\">Google\'s advertising requirements can be summed up by Google\'s Advertising Principles. They are put in place to provide a positive experience for users. https://support.google.com/adwordspolicy/answer/1316548?hl=enOpting out:Users can set preferences for how Google advertises to you using the Google Ad Settings page. Alternatively, you can opt out by visiting the Network Advertising initiative opt out page or permanently using the Google Analytics Opt Out Browser add on.California Online Privacy Protection ActCalOPPA is the first state law in the nation to require commercial websites and online services to post a privacy policy. The law\'s reach stretches well beyond California to require a person or company in the United States (and conceivably the world) that operates websites collecting personally identifiable information from California consumers to post a conspicuous privacy policy on its website stating exactly the information being collected and those individuals with whom it is being shared, and to comply with this policy.See more at: http://consumercal.org/california-online-privacy-protection-act-caloppa/#sthash.0FdRbT51.dpufAccording to CalOPPA we agree to the following:Users can visit our site anonymouslyOnce this privacy policy is created, we will add a link to it on our home page, or as a minimum on the first significant page after entering our website.Our Privacy Policy link includes the word \'Privacy\', and can be easily be found on the page specified above.Users will be notified of any privacy policy changes:â€¢ On our Privacy Policy PageUsers are able to change their personal information:â€¢ By emailing usâ€¢ By calling us</p><p data-css=\"tve-u-1642b20c920\">How does our site handle do not track signals?</p><p data-css=\"tve-u-1642b20c920\">We honor do not track signals and do not track, plant cookies, or use advertising when a Do Not Track (DNT) browser mechanism is in place.</p><p data-css=\"tve-u-1642b20c920\">Does our site allow third party behavioral tracking?</p><p data-css=\"tve-u-1642b20c920\">It\'s also important to note that we do not allow third party behavioral trackingCOPPA (Children Online Privacy Protection Act)When it comes to the collection of personal information from children under 13, the Children\'s Online Privacy Protection Act (COPPA) puts parents in control. The Federal Trade Commission, the nation\'s consumer protection agency, enforces the COPPA Rule, which spells out what operators of websites and online services must do to protect children\'s privacy and safety online.</p><p data-css=\"tve-u-1642b20c920\">We do not specifically market to children under 13.</p><p data-css=\"tve-u-1642b20c920\">Fair Information Practices</p><p data-css=\"tve-u-1642b20c920\">The Fair Information Practices Principles form the backbone of privacy law in the United States and the concepts they include have played a significant role in the development of data protection laws around the globe. Understanding the Fair Information Practice Principles and how they should be implemented is critical to comply with the various privacy laws that protect personal information.In order to be in line with Fair Information Practices we will take the following responsive action, should a data breach occur:â€¢ Within 7 business daysWe will notify the users via in site notificationâ€¢ Within 7 business daysWe also agree to the individual redress principle, which requires that individuals have a right to pursue legally enforceable rights against data collectors and processors who fail to adhere to the law. This principle requires not only that individuals have enforceable rights against data users, but also that individuals have recourse to courts or a government agency to investigate and/or prosecute non-compliance by data processors.CAN SPAM ActThe CAN-SPAM Act is a law that sets the rules for commercial email, establishes requirements for commercial messages, gives recipients the right to have emails stopped from being sent to them, and spells out tough penalties for violations.</p><p data-css=\"tve-u-1642b20c920\">We collect your email address in order to:</p><p data-css=\"tve-u-1642b20c920\">â€¢ Send information, respond to inquiries, and/or other requests or questions.â€¢ Process orders and to send information and updates pertaining to ordersâ€¢ Market to our mailing list or continue to send emails to our clients after the original transaction has occurredTo be in accordance with CANSPAM we agree to the following:â€¢ NOT use false, or misleading subjects or email addressesâ€¢ Identify the message as an advertisement in some reasonable wayâ€¢ Include the physical address of our business or site headquartersâ€¢ Monitor third party email marketing services for compliance, if one is used.â€¢ Honor opt-out/unsubscribe requests quicklyâ€¢ Allow users to unsubscribe by using the link at the bottom of each emailIf at any time you would like to unsubscribe from receiving future emails, you can email us atâ€¢ Follow the instructions at the bottom of each email. and we will promptly remove you from ALL correspondence.</p><p data-css=\"tve-u-1642b20c920\">Contacting Us</p><p data-css=\"tve-u-1642b20c920\">If there are any questions regarding this privacy policy you may contact us using the information below.Blackhawk Custom, LLC.825 South Kings HighwayFort Pierce, FL 34945United Stateshttps://www.blackhawkcustom.comConditions of use:</p><p data-css=\"tve-u-1642b20c920\">By using this website, you agree to all of our terms and conditions of the saleAll sales are final (See our refund policy)</p>','Privacy','','inherit','closed','closed','','141-revision-v1','','','2018-07-28 01:44:54','2018-07-28 05:44:54','',141,'https://bestcerakoteflorida.com/141-revision-v1/',0,'revision','',0),(89,1,'2018-06-09 19:46:51','2018-06-09 23:46:51','[woocommerce_checkout]','Checkout','','inherit','closed','closed','','68-revision-v1','','','2018-06-09 19:46:51','2018-06-09 23:46:51','',68,'https://bestcerakoteflorida.com/68-revision-v1/',0,'revision','',0),(90,1,'2018-06-09 19:46:51','2018-06-09 23:46:51','[woocommerce_my_account]','My account','','inherit','closed','closed','','69-revision-v1','','','2018-06-09 19:46:51','2018-06-09 23:46:51','',69,'https://bestcerakoteflorida.com/69-revision-v1/',0,'revision','',0),(92,1,'2018-06-09 19:50:18','2018-06-09 23:50:18','','Shop','','publish','closed','closed','','shop','','','2018-06-09 19:50:18','2018-06-09 23:50:18','',0,'https://bestcerakoteflorida.com/shop/',0,'page','',0),(93,1,'2018-06-09 19:50:18','2018-06-09 23:50:18','[woocommerce_cart]','Cart','','publish','closed','closed','','cart','','','2018-06-09 19:50:18','2018-06-09 23:50:18','',0,'https://bestcerakoteflorida.com/cart/',0,'page','',0),(120,1,'2018-06-11 00:41:57','2018-06-11 04:41:57','','Tattered FlagBravoWhite','','inherit','open','closed','','tattered-flagbravowhite','','','2018-06-11 00:41:57','2018-06-11 04:41:57','',0,'https://bestcerakoteflorida.com/wp-content/uploads/2018/06/Tattered-FlagBravoWhite.svg',0,'attachment','image/svg+xml',0),(121,1,'2018-06-11 00:48:43','2018-06-11 04:48:43','','Tattered FlagBravoWhite','','inherit','open','closed','','tattered-flagbravowhite-2','','','2018-06-11 00:48:43','2018-06-11 04:48:43','',0,'https://bestcerakoteflorida.com/wp-content/uploads/2018/06/Tattered-FlagBravoWhite.png',0,'attachment','image/png',0),(95,1,'2018-06-09 20:17:25','2018-06-10 00:17:25','<h2>Terms &amp; Conditions</h2><p style=\"text-align: left;\">TERMS OF SERVICE-----OVERVIEWThis website is operated by Blackhawk Custom, LLC. Throughout the site, the terms â€œweâ€, â€œusâ€ and â€œourâ€ refer to Blackhawk Custom, LLC. Blackhawk Custom, LLC offers this website, including all information, tools and services available from this site to you, the user, conditioned upon your acceptance of all terms, conditions, policies and notices stated here.By visiting our site and/ or purchasing something from us, you engage in our â€œServiceâ€ and agree to be bound by the following terms and conditions (â€œTerms of Serviceâ€, â€œTermsâ€), including those additional terms, conditions, and policies referenced herein and/or available by hyperlink. These Terms of Service apply to all users of the site, including without limitation users who are browsers, vendors, customers, merchants, and/ or contributors of content.Please read these Terms of Service carefully before accessing or using our website. By accessing or using any part of the site, you agree to be bound by these Terms of Service. If you do not agree to all the terms and conditions of this agreement, then you may not access the website or use any services. If these Terms of Service are considered an offer, acceptance is expressly limited to these Terms of Service.Any new features or tools which are added to the current store shall also be subject to the Terms of Service. You can review the most current version of the Terms of Service at any time on this page. We reserve the right to update, change or replace any part of these Terms of Service by posting updates and/or changes to our website. It is your responsibility to check this page periodically for changes. Your continued use of or access to the website following the posting of any changes constitutes acceptance of those changes.SECTION 1 - ONLINE STORE TERMSBy agreeing to these Terms of Service, you represent that you are at least the age of majority in your state or province of residence, or that you are the age of majority in your state or province of residence and you have given us your consent to allow any of your minor dependents to use this site.You may not use our products for any illegal or unauthorized purpose nor may you, in the use of the Service, violate any laws in your jurisdiction (including but not limited to copyright laws).You must not transmit any worms or viruses or any code of a destructive nature.A breach or violation of any of the Terms will result in an immediate termination of your Services.SECTION 2 - GENERAL CONDITIONSWe reserve the right to refuse service to anyone for any reason at any time.You understand that your content (not including credit card information), may be transferred unencrypted and involve (a) transmissions over various networks; and (b) changes to conform and adapt to technical requirements of connecting networks or devices. Credit card information is always encrypted during transfer over networks.You agree not to reproduce, duplicate, copy, sell, resell or exploit any portion of the Service, use of the Service, or access to the Service or any contact on the website through which the service is provided, without express written permission by us.The headings used in this agreement are included for convenience only and will not limit or otherwise affect these Terms.SECTION 3 - ACCURACY, COMPLETENESS AND TIMELINESS OF INFORMATIONWe are not responsible if information made available on this site is not accurate, complete or current. The material on this site is provided for general information only and should not be relied upon or used as the sole basis for making decisions without consulting primary, more accurate, more complete or more timely sources of information. Any reliance on the material on this site is at your own risk.This site may contain certain historical information. Historical information, necessarily, is not current and is provided for your reference only. We reserve the right to modify the contents of this site at any time, but we have no obligation to update any information on our site. You agree that it is your responsibility to monitor changes to our site.SECTION 4 - MODIFICATIONS TO THE SERVICE AND PRICESThe prices for our products are subject to change without notice.We reserve the right at any time to modify or discontinue the Service (or any part or content thereof) without notice at any time.We shall not be liable to you or to any third-party for any modification, price change, suspension or discontinuance of the Service.SECTION 5 - PRODUCTS OR SERVICES (if applicable)Certain products or services may be available exclusively online through the website. These products or services may have limited quantities and are subject to return or exchange only according to our Return Policy.We have made every effort to display as accurately as possible the colors and images of our products that appear at the store. We cannot guarantee that your computer monitor\'s display of any color will be accurate.We reserve the right, but are not obligated, to limit the sales of our products or Services to any person, geographic region or jurisdiction. We may exercise this right on a case-by-case basis. We reserve the right to limit the quantities of any products or services that we offer. All descriptions of products or product pricing are subject to change at anytime without notice, at the sole discretion of us. We reserve the right to discontinue any product at any time. Any offer for any product or service made on this site is void where prohibited.We do not warrant that the quality of any products, services, information, or other material purchased or obtained by you will meet your expectations, or that any errors in the Service will be corrected.SECTION 6 - ACCURACY OF BILLING AND ACCOUNT INFORMATIONWe reserve the right to refuse any order you place with us. We may, in our sole discretion, limit or cancel quantities purchased per person, per household or per order. These restrictions may include orders placed by or under the same customer account, the same credit card, and/or orders that use the same billing and/or shipping address. In the event that we make a change to or cancel an order, we may attempt to notify you by contacting the e-mail and/or billing address/phone number provided at the time the order was made. We reserve the right to limit or prohibit orders that, in our sole judgment, appear to be placed by dealers, resellers or distributors.You agree to provide current, complete and accurate purchase and account information for all purchases made at our store. You agree to promptly update your account and other information, including your email address and credit card numbers and expiration dates, so that we can complete your transactions and contact you as needed.For more detail, please review our Returns Policy.SECTION 7 - OPTIONAL TOOLSWe may provide you with access to third-party tools over which we neither monitor nor have any control nor input.You acknowledge and agree that we provide access to such tools â€as isâ€ and â€œas availableâ€ without any warranties, representations or conditions of any kind and without any endorsement. We shall have no liability whatsoever arising from or relating to your use of optional third-party tools.Any use by you of optional tools offered through the site is entirely at your own risk and discretion and you should ensure that you are familiar with and approve of the terms on which tools are provided by the relevant third-party provider(s).We may also, in the future, offer new services and/or features through the website (including, the release of new tools and resources). Such new features and/or services shall also be subject to these Terms of Service.SECTION 8 - THIRD-PARTY LINKSCertain content, products and services available via our Service may include materials from third-parties.Third-party links on this site may direct you to third-party websites that are not affiliated with us. We are not responsible for examining or evaluating the content or accuracy and we do not warrant and will not have any liability or responsibility for any third-party materials or websites, or for any other materials, products, or services of third-parties.We are not liable for any harm or damages related to the purchase or use of goods, services, resources, content, or any other transactions made in connection with any third-party websites. Please review carefully the third-party\'s policies and practices and make sure you understand them before you engage in any transaction. Complaints, claims, concerns, or questions regarding third-party products should be directed to the third-party.SECTION 9 - USER COMMENTS, FEEDBACK AND OTHER SUBMISSIONSIf, at our request, you send certain specific submissions (for example contest entries) or without a request from us you send creative ideas, suggestions, proposals, plans, or other materials, whether online, by email, by postal mail, or otherwise (collectively, \'comments\'), you agree that we may, at any time, without restriction, edit, copy, publish, distribute, translate and otherwise use in any medium any comments that you forward to us. We are and shall be under no obligation (1) to maintain any comments in confidence; (2) to pay compensation for any comments; or (3) to respond to any comments.We may, but have no obligation to, monitor, edit or remove content that we determine in our sole discretion are unlawful, offensive, threatening, libelous, defamatory, pornographic, obscene or otherwise objectionable or violates any partyâ€™s intellectual property or these Terms of Service.You agree that your comments will not violate any right of any third-party, including copyright, trademark, privacy, personality or other personal or proprietary right. You further agree that your comments will not contain libelous or otherwise unlawful, abusive or obscene material, or contain any computer virus or other malware that could in any way affect the operation of the Service or any related website. You may not use a false e-mail address, pretend to be someone other than yourself, or otherwise mislead us or third-parties as to the origin of any comments. You are solely responsible for any comments you make and their accuracy. We take no responsibility and assume no liability for any comments posted by you or any third-party.SECTION 10 - PERSONAL INFORMATIONYour submission of personal information through the store is governed by our Privacy Policy. To view our Privacy Policy.SECTION 11 - ERRORS, INACCURACIES AND OMISSIONSOccasionally there may be information on our site or in the Service that contains typographical errors, inaccuracies or omissions that may relate to product descriptions, pricing, promotions, offers, product shipping charges, transit times and availability. We reserve the right to correct any errors, inaccuracies or omissions, and to change or update information or cancel orders if any information in the Service or on any related website is inaccurate at any time without prior notice (including after you have submitted your order).We undertake no obligation to update, amend or clarify information in the Service or on any related website, including without limitation, pricing information, except as required by law. No specified update or refresh date applied in the Service or on any related website, should be taken to indicate that all information in the Service or on any related website has been modified or updated.SECTION 12 - PROHIBITED USESIn addition to other prohibitions as set forth in the Terms of Service, you are prohibited from using the site or its content: (a) for any unlawful purpose; (b) to solicit others to perform or participate in any unlawful acts; (c) to violate any international, federal, provincial or state regulations, rules, laws, or local ordinances; (d) to infringe upon or violate our intellectual property rights or the intellectual property rights of others; (e) to harass, abuse, insult, harm, defame, slander, disparage, intimidate, or discriminate based on gender, sexual orientation, religion, ethnicity, race, age, national origin, or disability; (f) to submit false or misleading information; (g) to upload or transmit viruses or any other type of malicious code that will or may be used in any way that will affect the functionality or operation of the Service or of any related website, other websites, or the Internet; (h) to collect or track the personal information of others; (i) to spam, phish, pharm, pretext, spider, crawl, or scrape; (j) for any obscene or immoral purpose; or (k) to interfere with or circumvent the security features of the Service or any related website, other websites, or the Internet. We reserve the right to terminate your use of the Service or any related website for violating any of the prohibited uses.SECTION 13 - DISCLAIMER OF WARRANTIES; LIMITATION OF LIABILITYWe do not guarantee, represent or warrant that your use of our service will be uninterrupted, timely, secure or error-free.We do not warrant that the results that may be obtained from the use of the service will be accurate or reliable.You agree that from time to time we may remove the service for indefinite periods of time or cancel the service at any time, without notice to you.You expressly agree that your use of, or inability to use, the service is at your sole risk. The service and all products and services delivered to you through the service are (except as expressly stated by us) provided \'as is\' and \'as available\' for your use, without any representation, warranties or conditions of any kind, either express or implied, including all implied warranties or conditions of merchantability, merchantable quality, fitness for a particular purpose, durability, title, and non-infringement.In no case shall Blackhawk Custom, LLC, our directors, officers, employees, affiliates, agents, contractors, interns, suppliers, service providers or licensors be liable for any injury, loss, claim, or any direct, indirect, incidental, punitive, special, or consequential damages of any kind, including, without limitation lost profits, lost revenue, lost savings, loss of data, replacement costs, or any similar damages, whether based in contract, tort (including negligence), strict liability or otherwise, arising from your use of any of the service or any products procured using the service, or for any other claim related in any way to your use of the service or any product, including, but not limited to, any errors or omissions in any content, or any loss or damage of any kind incurred as a result of the use of the service or any content (or product) posted, transmitted, or otherwise made available via the service, even if advised of their possibility. Because some states or jurisdictions do not allow the exclusion or the limitation of liability for consequential or incidental damages, in such states or jurisdictions, our liability shall be limited to the maximum extent permitted by law.SECTION 14 - INDEMNIFICATIONYou agree to indemnify, defend and hold harmless Blackhawk Custom, LLC and our parent, subsidiaries, affiliates, partners, officers, directors, agents, contractors, licensors, service providers, subcontractors, suppliers, interns and employees, harmless from any claim or demand, including reasonable attorneysâ€™ fees, made by any third-party due to or arising out of your breach of these Terms of Service or the documents they incorporate by reference, or your violation of any law or the rights of a third-party.SECTION 15 - SEVERABILITYIn the event that any provision of these Terms of Service is determined to be unlawful, void or unenforceable, such provision shall nonetheless be enforceable to the fullest extent permitted by applicable law, and the unenforceable portion shall be deemed to be severed from these Terms of Service, such determination shall not affect the validity and enforceability of any other remaining provisions.SECTION 16 - TERMINATIONThe obligations and liabilities of the parties incurred prior to the termination date shall survive the termination of this agreement for all purposes.These Terms of Service are effective unless and until terminated by either you or us. You may terminate these Terms of Service at any time by notifying us that you no longer wish to use our Services, or when you cease using our site.If in our sole judgment you fail, or we suspect that you have failed, to comply with any term or provision of these Terms of Service, we also may terminate this agreement at any time without notice and you will remain liable for all amounts due up to and including the date of termination; and/or accordingly may deny you access to our Services (or any part thereof).SECTION 17 - ENTIRE AGREEMENTThe failure of us to exercise or enforce any right or provision of these Terms of Service shall not constitute a waiver of such right or provision.These Terms of Service and any policies or operating rules posted by us on this site or in respect to The Service constitutes the entire agreement and understanding between you and us and govern your use of the Service, superseding any prior or contemporaneous agreements, communications and proposals, whether oral or written, between you and us (including, but not limited to, any prior versions of the Terms of Service).Any ambiguities in the interpretation of these Terms of Service shall not be construed against the drafting party.SECTION 18 - GOVERNING LAWThese Terms of Service and any separate agreements whereby we provide you Services shall be governed by and construed in accordance with the laws of 825 South Kings Highway, Fort Pierce, FL 34945.SECTION 19 - CHANGES TO TERMS OF SERVICEYou can review the most current version of the Terms of Service at any time at this page.We reserve the right, at our sole discretion, to update, change or replace any part of these Terms of Service by posting updates and changes to our website. It is your responsibility to check our website periodically for changes. Your continued use of or access to our website or the Service following the posting of any changes to these Terms of Service constitutes acceptance of those changes.SECTION 20 - CONTACT INFORMATIONQuestions about the Terms of Service should be sent to us at <a href=\"mailto:admin@blackhawkcustom.com\" target=\"_blank\" rel=\"noopener noreferrer\">admin@blackhawkcustom.com</a></p>','Terms And Conditions','','publish','closed','closed','','privacy-policy','','','2019-03-08 12:49:48','2019-03-08 17:49:48','',0,'https://bestcerakoteflorida.com/?page_id=95',0,'page','',0),(96,1,'2018-06-09 20:17:25','2018-06-10 00:17:25','','Privacy Policy','','inherit','closed','closed','','95-revision-v1','','','2018-06-09 20:17:25','2018-06-10 00:17:25','',95,'https://bestcerakoteflorida.com/95-revision-v1/',0,'revision','',0),(98,1,'2018-06-09 20:32:01','2018-06-10 00:32:01','<h2 class=\"\" data-css=\"tve-u-163e71738ff\">â€‹<span style=\"color: rgb(0, 0, 0);\" data-css=\"tve-u-163e715f52c\" wfd-id=\"39\">Privacy Policy</span><span style=\"font-size: 20px; color: rgb(0, 0, 0);\" data-css=\"tve-u-163e7162df8\" wfd-id=\"38\">What personal information do we collect from the people that visit our blog, website or app?When ordering or registering on our site, as appropriate, you may be asked to enter your name, email address, mailing address, phone number, credit card information or other details to help you with your experience.When do we collect information?We collect information from you when you register on our site, place an order, subscribe to a newsletter, respond to a survey, fill out a form or enter information on our site.How do we use your information?We may use the information we collect from you when you register, make a purchase, sign up for our newsletter, respond to a survey or marketing communication, surf the website, or use certain other site features in the following ways:â€¢ To personalize user\'s experience and to allow us to deliver the type of content and product offerings in which you are most interested.â€¢ To improve our website in order to better serve you.â€¢ To allow us to better service you in responding to your customer service requests.â€¢ To administer a contest, promotion, survey or other site feature.â€¢ To quickly process your transactions.â€¢ To send periodic emails regarding your order or other products and services.How do we protect visitor information?Our website is scanned on a regular basis for security holes and known vulnerabilities in order to make your visit to our site as safe as possible.We use regular Malware Scanning.Your personal information is contained behind secured networks and is only accessible by a limited number of persons who have special access rights to such systems, and are required to keep the information confidential. In addition, all sensitive/credit information you supply is encrypted via Secure Socket Layer (SSL) technology.We implement a variety of security measures when a user places an order, enters, submits, or accesses their information to maintain the safety of your personal information.All transactions are processed through a gateway provider and are not stored or processed on our servers.Do we use \'cookies\'?Yes. Cookies are small files that a site or its service provider transfers to your computer\'s hard drive through your Web browser (if you allow) that enable the site\'s or service provider\'s systems to recognize your browser and capture and remember certain information. For instance, we use cookies to help us remember and process the items in your shopping cart. They are also used to help us understand your preferences based on previous or current site activity, which enables us to provide you with improved services. We also use cookies to help us compile aggregate data about site traffic and site interaction so that we can offer better site experiences and tools in the future.We use cookies to:â€¢ Help remember and process the items in the shopping cart.â€¢ Understand and save user\'s preferences for future visits.You can choose to have your computer warn you each time a cookie is being sent, or you can choose to turn off all cookies. You do this through your browser (like Internet Explorer) settings. Each browser is a little different, so look at your browser\'s Help menu to learn the correct way to modify your cookies.If users disable cookies in their browser:If you turn off cookies, some features will be disabled. However, you can still place orders forsaved items in your shopping cart over the telephone by contacting customer service.Third Party DisclosureWe do not sell, trade, or otherwise transfer to outside parties your personally identifiable information.Third party linksOccasionally, at our discretion, we may include or offer third party products or services on our website. These third party sites have separate and independent privacy policies. We therefore have no responsibility or liability for the content and activities of these linked sites. Nonetheless, we seek to protect the integrity of our site and welcome any feedback about these sites.GoogleGoogle\'s advertising requirements can be summed up by Google\'s Advertising Principles. They are put in place to provide a positive experience for users. https://support.google.com/adwordspolicy/answer/1316548?hl=en Opting out:Users can set preferences for how Google advertises to you using the Google Ad Settings page. Alternatively, you can opt out by visiting the Network Advertising initiative opt out page or permanently using the Google Analytics Opt Out Browser add on.California Online Privacy Protection ActCalOPPA is the first state law in the nation to require commercial websites and online services to post a privacy policy. The law\'s reach stretches well beyond California to require a person or company in the United States (and conceivably the world) that operates websites collecting personally identifiable information from California consumers to post a conspicuous privacy policy on its website stating exactly the information being collected and those individuals with whom it is being shared, and to comply with this policy.See more at: http://consumercal.org/california-online-privacy-protection-act-caloppa/#sthash.0FdRbT51.dpufAccording to CalOPPA we agree to the following:Users can visit our site anonymouslyOnce this privacy policy is created, we will add a link to it on our home page, or as a minimum on the first significant page after entering our website.Our Privacy Policy link includes the word \'Privacy\', and can be easily be found on the page specified above.Users will be notified of any privacy policy changes:â€¢ On our Privacy Policy PageUsers are able to change their personal information:â€¢ By emailing usâ€¢ By calling usHow does our site handle do not track signals?We honor do not track signals and do not track, plant cookies, or use advertising when a Do Not Track (DNT) browser mechanism is in place.Does our site allow third party behavioral tracking?It\'s also important to note that we do not allow third party behavioral trackingCOPPA (Children Online Privacy Protection Act)When it comes to the collection of personal information from children under 13, the Children\'s Online Privacy Protection Act (COPPA) puts parents in control. The Federal Trade Commission, the nation\'s consumer protection agency, enforces the COPPA Rule, which spells out what operators of websites and online services must do to protect children\'s privacy and safety online.We do not specifically market to children under 13.Fair Information PracticesThe Fair Information Practices Principles form the backbone of privacy law in the United States and the concepts they include have played a significant role in the development of data protection laws around the globe. Understanding the Fair Information Practice Principles and how they should be implemented is critical to comply with the various privacy laws that protect personal information.In order to be in line with Fair Information Practices we will take the following responsive action, should a data breach occur:â€¢ Within 7 business daysWe will notify the users via in site notificationâ€¢ Within 7 business daysWe also agree to the individual redress principle, which requires that individuals have a right to pursue legally enforceable rights against data collectors and processors who fail to adhere to the law. This principle requires not only that individuals have enforceable rights against data users, but also that individuals have recourse to courts or a government agency to investigate and/or prosecute non-compliance by data processors.CAN SPAM ActThe CAN-SPAM Act is a law that sets the rules for commercial email, establishes requirements for commercial messages, gives recipients the right to have emails stopped from being sent to them, and spells out tough penalties for violations.We collect your email address in order to:â€¢ Send information, respond to inquiries, and/or other requests or questions.â€¢ Process orders and to send information and updates pertaining to ordersâ€¢ Market to our mailing list or continue to send emails to our clients after the original transaction has occurredTo be in accordance with CANSPAM we agree to the following:â€¢ NOT use false, or misleading subjects or email addressesâ€¢ Identify the message as an advertisement in some reasonable wayâ€¢ Include the physical address of our business or site headquartersâ€¢ Monitor third party email marketing services for compliance, if one is used.â€¢ Honor opt-out/unsubscribe requests quicklyâ€¢ Allow users to unsubscribe by using the link at the bottom of each emailIf at any time you would like to unsubscribe from receiving future emails, you can email us atâ€¢ Follow the instructions at the bottom of each email. and we will promptly remove you from ALL correspondence.Contacting UsIf there are any questions regarding this privacy policy you may contact us using the information below.Spikes Tactical2036 Apex CtApopka, FL 32703United Stateswww.spikestactical.comConditions of use:By using this website, you agree to all of our terms and conditions of the saleAll sales are final (See our refund policy)</span></h2>','Privacy Policy','','inherit','closed','closed','','95-revision-v1','','','2018-06-09 20:32:01','2018-06-10 00:32:01','',95,'https://bestcerakoteflorida.com/95-revision-v1/',0,'revision','',0),(99,1,'2018-06-09 20:32:01','2018-06-10 00:32:01','<h2 class=\"\" data-css=\"tve-u-163e71738ff\">â€‹<span style=\"color: rgb(0, 0, 0);\" data-css=\"tve-u-163e715f52c\" wfd-id=\"39\">Privacy Policy</span><span style=\"font-size: 20px; color: rgb(0, 0, 0);\" data-css=\"tve-u-163e7162df8\" wfd-id=\"38\">What personal information do we collect from the people that visit our blog, website or app?When ordering or registering on our site, as appropriate, you may be asked to enter your name, email address, mailing address, phone number, credit card information or other details to help you with your experience.When do we collect information?We collect information from you when you register on our site, place an order, subscribe to a newsletter, respond to a survey, fill out a form or enter information on our site.How do we use your information?We may use the information we collect from you when you register, make a purchase, sign up for our newsletter, respond to a survey or marketing communication, surf the website, or use certain other site features in the following ways:â€¢ To personalize user\'s experience and to allow us to deliver the type of content and product offerings in which you are most interested.â€¢ To improve our website in order to better serve you.â€¢ To allow us to better service you in responding to your customer service requests.â€¢ To administer a contest, promotion, survey or other site feature.â€¢ To quickly process your transactions.â€¢ To send periodic emails regarding your order or other products and services.How do we protect visitor information?Our website is scanned on a regular basis for security holes and known vulnerabilities in order to make your visit to our site as safe as possible.We use regular Malware Scanning.Your personal information is contained behind secured networks and is only accessible by a limited number of persons who have special access rights to such systems, and are required to keep the information confidential. In addition, all sensitive/credit information you supply is encrypted via Secure Socket Layer (SSL) technology.We implement a variety of security measures when a user places an order, enters, submits, or accesses their information to maintain the safety of your personal information.All transactions are processed through a gateway provider and are not stored or processed on our servers.Do we use \'cookies\'?Yes. Cookies are small files that a site or its service provider transfers to your computer\'s hard drive through your Web browser (if you allow) that enable the site\'s or service provider\'s systems to recognize your browser and capture and remember certain information. For instance, we use cookies to help us remember and process the items in your shopping cart. They are also used to help us understand your preferences based on previous or current site activity, which enables us to provide you with improved services. We also use cookies to help us compile aggregate data about site traffic and site interaction so that we can offer better site experiences and tools in the future.We use cookies to:â€¢ Help remember and process the items in the shopping cart.â€¢ Understand and save user\'s preferences for future visits.You can choose to have your computer warn you each time a cookie is being sent, or you can choose to turn off all cookies. You do this through your browser (like Internet Explorer) settings. Each browser is a little different, so look at your browser\'s Help menu to learn the correct way to modify your cookies.If users disable cookies in their browser:If you turn off cookies, some features will be disabled. However, you can still place orders forsaved items in your shopping cart over the telephone by contacting customer service.Third Party DisclosureWe do not sell, trade, or otherwise transfer to outside parties your personally identifiable information.Third party linksOccasionally, at our discretion, we may include or offer third party products or services on our website. These third party sites have separate and independent privacy policies. We therefore have no responsibility or liability for the content and activities of these linked sites. Nonetheless, we seek to protect the integrity of our site and welcome any feedback about these sites.GoogleGoogle\'s advertising requirements can be summed up by Google\'s Advertising Principles. They are put in place to provide a positive experience for users. https://support.google.com/adwordspolicy/answer/1316548?hl=en Opting out:Users can set preferences for how Google advertises to you using the Google Ad Settings page. Alternatively, you can opt out by visiting the Network Advertising initiative opt out page or permanently using the Google Analytics Opt Out Browser add on.California Online Privacy Protection ActCalOPPA is the first state law in the nation to require commercial websites and online services to post a privacy policy. The law\'s reach stretches well beyond California to require a person or company in the United States (and conceivably the world) that operates websites collecting personally identifiable information from California consumers to post a conspicuous privacy policy on its website stating exactly the information being collected and those individuals with whom it is being shared, and to comply with this policy.See more at: http://consumercal.org/california-online-privacy-protection-act-caloppa/#sthash.0FdRbT51.dpufAccording to CalOPPA we agree to the following:Users can visit our site anonymouslyOnce this privacy policy is created, we will add a link to it on our home page, or as a minimum on the first significant page after entering our website.Our Privacy Policy link includes the word \'Privacy\', and can be easily be found on the page specified above.Users will be notified of any privacy policy changes:â€¢ On our Privacy Policy PageUsers are able to change their personal information:â€¢ By emailing usâ€¢ By calling usHow does our site handle do not track signals?We honor do not track signals and do not track, plant cookies, or use advertising when a Do Not Track (DNT) browser mechanism is in place.Does our site allow third party behavioral tracking?It\'s also important to note that we do not allow third party behavioral trackingCOPPA (Children Online Privacy Protection Act)When it comes to the collection of personal information from children under 13, the Children\'s Online Privacy Protection Act (COPPA) puts parents in control. The Federal Trade Commission, the nation\'s consumer protection agency, enforces the COPPA Rule, which spells out what operators of websites and online services must do to protect children\'s privacy and safety online.We do not specifically market to children under 13.Fair Information PracticesThe Fair Information Practices Principles form the backbone of privacy law in the United States and the concepts they include have played a significant role in the development of data protection laws around the globe. Understanding the Fair Information Practice Principles and how they should be implemented is critical to comply with the various privacy laws that protect personal information.In order to be in line with Fair Information Practices we will take the following responsive action, should a data breach occur:â€¢ Within 7 business daysWe will notify the users via in site notificationâ€¢ Within 7 business daysWe also agree to the individual redress principle, which requires that individuals have a right to pursue legally enforceable rights against data collectors and processors who fail to adhere to the law. This principle requires not only that individuals have enforceable rights against data users, but also that individuals have recourse to courts or a government agency to investigate and/or prosecute non-compliance by data processors.CAN SPAM ActThe CAN-SPAM Act is a law that sets the rules for commercial email, establishes requirements for commercial messages, gives recipients the right to have emails stopped from being sent to them, and spells out tough penalties for violations.We collect your email address in order to:â€¢ Send information, respond to inquiries, and/or other requests or questions.â€¢ Process orders and to send information and updates pertaining to ordersâ€¢ Market to our mailing list or continue to send emails to our clients after the original transaction has occurredTo be in accordance with CANSPAM we agree to the following:â€¢ NOT use false, or misleading subjects or email addressesâ€¢ Identify the message as an advertisement in some reasonable wayâ€¢ Include the physical address of our business or site headquartersâ€¢ Monitor third party email marketing services for compliance, if one is used.â€¢ Honor opt-out/unsubscribe requests quicklyâ€¢ Allow users to unsubscribe by using the link at the bottom of each emailIf at any time you would like to unsubscribe from receiving future emails, you can email us atâ€¢ Follow the instructions at the bottom of each email. and we will promptly remove you from ALL correspondence.Contacting UsIf there are any questions regarding this privacy policy you may contact us using the information below.Spikes Tactical2036 Apex CtApopka, FL 32703United Stateswww.spikestactical.comConditions of use:By using this website, you agree to all of our terms and conditions of the saleAll sales are final (See our refund policy)</span></h2>','Privacy Policy','','inherit','closed','closed','','95-revision-v1','','','2018-06-09 20:32:01','2018-06-10 00:32:01','',95,'https://bestcerakoteflorida.com/95-revision-v1/',0,'revision','',0),(101,1,'2018-06-09 20:38:13','2018-06-10 00:38:13','','Terms And Conditions','','inherit','closed','closed','','95-revision-v1','','','2018-06-09 20:38:13','2018-06-10 00:38:13','',95,'https://bestcerakoteflorida.com/95-revision-v1/',0,'revision','',0),(533,1,'2019-03-07 11:05:28','2019-03-07 16:05:28','<p style=\"text-align: center;\">WORK ORDER</p><p style=\"text-align: center;\">PLEASE PRINT OUT THE FORM BELOW AND SEND A COMPLETED COPY IN WITH YOUR PROJECT.PLEASE CLICK THE LINK BELOW TO DOWNLOAD.&nbsp;</p><p>If you have problems downloading the form,<a href=\"mailto:nick@blackhawkcustom.com\" target=\"_blank\" rel=\"noopener noreferrer\"> please contact</a> us and we\'ll email you a copy.â€‹<a href=\"mailto:nick@blackhawkcustom.com\" target=\"_blank\" rel=\"noopener noreferrer\">â€‹</a>â€‹â€‹â€‹</p>','Work Order','','inherit','closed','closed','','526-revision-v1','','','2019-03-07 11:05:28','2019-03-07 16:05:28','',526,'https://bestcerakoteflorida.com/526-revision-v1/',0,'revision','',0),(542,1,'2019-03-07 12:05:13','2019-03-07 17:05:13','','Shop','','inherit','closed','closed','','92-autosave-v1','','','2019-03-07 12:05:13','2019-03-07 17:05:13','',92,'https://bestcerakoteflorida.com/92-autosave-v1/',0,'revision','',0),(130,1,'2018-06-23 00:10:50','2018-06-23 04:10:50','','header logo','','inherit','open','closed','','header-logo','','','2018-06-23 00:10:50','2018-06-23 04:10:50','',0,'https://bestcerakoteflorida.com/wp-content/uploads/2018/06/header-logo.png',0,'attachment','image/png',0),(117,1,'2018-06-10 02:36:36','2018-06-10 06:36:36','','finishstrong-3','','inherit','open','closed','','finishstrong-3','','','2018-06-10 02:36:36','2018-06-10 06:36:36','',0,'https://bestcerakoteflorida.com/wp-content/uploads/2018/06/finishstrong-3.jpg',0,'attachment','image/jpeg',0),(118,1,'2018-06-10 02:47:30','2018-06-10 06:47:30','','Tattered FlagA','','inherit','open','closed','','tattered-flaga','','','2018-06-10 02:47:30','2018-06-10 06:47:30','',0,'https://bestcerakoteflorida.com/wp-content/uploads/2018/06/Tattered-FlagA.svg',0,'attachment','image/svg+xml',0),(119,1,'2018-06-10 02:49:23','2018-06-10 06:49:23','','Tattered FlagA','','inherit','open','closed','','tattered-flaga-2','','','2018-06-10 02:49:23','2018-06-10 06:49:23','',0,'https://bestcerakoteflorida.com/wp-content/uploads/2018/06/Tattered-FlagA.png',0,'attachment','image/png',0),(100,1,'2018-06-09 20:35:42','2018-06-10 00:35:42','<h2>Terms &amp; Conditions</h2><p>TERMS OF SERVICE-----OVERVIEWThis website is operated by Blackhawk Custom, LLC. Throughout the site, the terms â€œweâ€, â€œusâ€ and â€œourâ€ refer to Blackhawk Custom, LLC. Blackhawk Custom, LLC offers this website, including all information, tools and services available from this site to you, the user, conditioned upon your acceptance of all terms, conditions, policies and notices stated here.By visiting our site and/ or purchasing something from us, you engage in our â€œServiceâ€ and agree to be bound by the following terms and conditions (â€œTerms of Serviceâ€, â€œTermsâ€), including those additional terms, conditions, and policies referenced herein and/or available by hyperlink. These Terms of Service apply to all users of the site, including without limitation users who are browsers, vendors, customers, merchants, and/ or contributors of content.Please read these Terms of Service carefully before accessing or using our website. By accessing or using any part of the site, you agree to be bound by these Terms of Service. If you do not agree to all the terms and conditions of this agreement, then you may not access the website or use any services. If these Terms of Service are considered an offer, acceptance is expressly limited to these Terms of Service.Any new features or tools which are added to the current store shall also be subject to the Terms of Service. You can review the most current version of the Terms of Service at any time on this page. We reserve the right to update, change or replace any part of these Terms of Service by posting updates and/or changes to our website. It is your responsibility to check this page periodically for changes. Your continued use of or access to the website following the posting of any changes constitutes acceptance of those changes.SECTION 1 - ONLINE STORE TERMSBy agreeing to these Terms of Service, you represent that you are at least the age of majority in your state or province of residence, or that you are the age of majority in your state or province of residence and you have given us your consent to allow any of your minor dependents to use this site.You may not use our products for any illegal or unauthorized purpose nor may you, in the use of the Service, violate any laws in your jurisdiction (including but not limited to copyright laws).You must not transmit any worms or viruses or any code of a destructive nature.A breach or violation of any of the Terms will result in an immediate termination of your Services.SECTION 2 - GENERAL CONDITIONSWe reserve the right to refuse service to anyone for any reason at any time.You understand that your content (not including credit card information), may be transferred unencrypted and involve (a) transmissions over various networks; and (b) changes to conform and adapt to technical requirements of connecting networks or devices. Credit card information is always encrypted during transfer over networks.You agree not to reproduce, duplicate, copy, sell, resell or exploit any portion of the Service, use of the Service, or access to the Service or any contact on the website through which the service is provided, without express written permission by us.The headings used in this agreement are included for convenience only and will not limit or otherwise affect these Terms.SECTION 3 - ACCURACY, COMPLETENESS AND TIMELINESS OF INFORMATIONWe are not responsible if information made available on this site is not accurate, complete or current. The material on this site is provided for general information only and should not be relied upon or used as the sole basis for making decisions without consulting primary, more accurate, more complete or more timely sources of information. Any reliance on the material on this site is at your own risk.This site may contain certain historical information. Historical information, necessarily, is not current and is provided for your reference only. We reserve the right to modify the contents of this site at any time, but we have no obligation to update any information on our site. You agree that it is your responsibility to monitor changes to our site.SECTION 4 - MODIFICATIONS TO THE SERVICE AND PRICESThe prices for our products are subject to change without notice.We reserve the right at any time to modify or discontinue the Service (or any part or content thereof) without notice at any time.We shall not be liable to you or to any third-party for any modification, price change, suspension or discontinuance of the Service.SECTION 5 - PRODUCTS OR SERVICES (if applicable)Certain products or services may be available exclusively online through the website. These products or services may have limited quantities and are subject to return or exchange only according to our Return Policy.We have made every effort to display as accurately as possible the colors and images of our products that appear at the store. We cannot guarantee that your computer monitor\'s display of any color will be accurate.We reserve the right, but are not obligated, to limit the sales of our products or Services to any person, geographic region or jurisdiction. We may exercise this right on a case-by-case basis. We reserve the right to limit the quantities of any products or services that we offer. All descriptions of products or product pricing are subject to change at anytime without notice, at the sole discretion of us. We reserve the right to discontinue any product at any time. Any offer for any product or service made on this site is void where prohibited.We do not warrant that the quality of any products, services, information, or other material purchased or obtained by you will meet your expectations, or that any errors in the Service will be corrected.SECTION 6 - ACCURACY OF BILLING AND ACCOUNT INFORMATIONWe reserve the right to refuse any order you place with us. We may, in our sole discretion, limit or cancel quantities purchased per person, per household or per order. These restrictions may include orders placed by or under the same customer account, the same credit card, and/or orders that use the same billing and/or shipping address. In the event that we make a change to or cancel an order, we may attempt to notify you by contacting the e-mail and/or billing address/phone number provided at the time the order was made. We reserve the right to limit or prohibit orders that, in our sole judgment, appear to be placed by dealers, resellers or distributors.You agree to provide current, complete and accurate purchase and account information for all purchases made at our store. You agree to promptly update your account and other information, including your email address and credit card numbers and expiration dates, so that we can complete your transactions and contact you as needed.For more detail, please review our Returns Policy.SECTION 7 - OPTIONAL TOOLSWe may provide you with access to third-party tools over which we neither monitor nor have any control nor input.You acknowledge and agree that we provide access to such tools â€as isâ€ and â€œas availableâ€ without any warranties, representations or conditions of any kind and without any endorsement. We shall have no liability whatsoever arising from or relating to your use of optional third-party tools.Any use by you of optional tools offered through the site is entirely at your own risk and discretion and you should ensure that you are familiar with and approve of the terms on which tools are provided by the relevant third-party provider(s).We may also, in the future, offer new services and/or features through the website (including, the release of new tools and resources). Such new features and/or services shall also be subject to these Terms of Service.SECTION 8 - THIRD-PARTY LINKSCertain content, products and services available via our Service may include materials from third-parties.Third-party links on this site may direct you to third-party websites that are not affiliated with us. We are not responsible for examining or evaluating the content or accuracy and we do not warrant and will not have any liability or responsibility for any third-party materials or websites, or for any other materials, products, or services of third-parties.We are not liable for any harm or damages related to the purchase or use of goods, services, resources, content, or any other transactions made in connection with any third-party websites. Please review carefully the third-party\'s policies and practices and make sure you understand them before you engage in any transaction. Complaints, claims, concerns, or questions regarding third-party products should be directed to the third-party.SECTION 9 - USER COMMENTS, FEEDBACK AND OTHER SUBMISSIONSIf, at our request, you send certain specific submissions (for example contest entries) or without a request from us you send creative ideas, suggestions, proposals, plans, or other materials, whether online, by email, by postal mail, or otherwise (collectively, \'comments\'), you agree that we may, at any time, without restriction, edit, copy, publish, distribute, translate and otherwise use in any medium any comments that you forward to us. We are and shall be under no obligation (1) to maintain any comments in confidence; (2) to pay compensation for any comments; or (3) to respond to any comments.We may, but have no obligation to, monitor, edit or remove content that we determine in our sole discretion are unlawful, offensive, threatening, libelous, defamatory, pornographic, obscene or otherwise objectionable or violates any partyâ€™s intellectual property or these Terms of Service.You agree that your comments will not violate any right of any third-party, including copyright, trademark, privacy, personality or other personal or proprietary right. You further agree that your comments will not contain libelous or otherwise unlawful, abusive or obscene material, or contain any computer virus or other malware that could in any way affect the operation of the Service or any related website. You may not use a false e-mail address, pretend to be someone other than yourself, or otherwise mislead us or third-parties as to the origin of any comments. You are solely responsible for any comments you make and their accuracy. We take no responsibility and assume no liability for any comments posted by you or any third-party.SECTION 10 - PERSONAL INFORMATIONYour submission of personal information through the store is governed by our Privacy Policy. To view our Privacy Policy.SECTION 11 - ERRORS, INACCURACIES AND OMISSIONSOccasionally there may be information on our site or in the Service that contains typographical errors, inaccuracies or omissions that may relate to product descriptions, pricing, promotions, offers, product shipping charges, transit times and availability. We reserve the right to correct any errors, inaccuracies or omissions, and to change or update information or cancel orders if any information in the Service or on any related website is inaccurate at any time without prior notice (including after you have submitted your order).We undertake no obligation to update, amend or clarify information in the Service or on any related website, including without limitation, pricing information, except as required by law. No specified update or refresh date applied in the Service or on any related website, should be taken to indicate that all information in the Service or on any related website has been modified or updated.SECTION 12 - PROHIBITED USESIn addition to other prohibitions as set forth in the Terms of Service, you are prohibited from using the site or its content: (a) for any unlawful purpose; (b) to solicit others to perform or participate in any unlawful acts; (c) to violate any international, federal, provincial or state regulations, rules, laws, or local ordinances; (d) to infringe upon or violate our intellectual property rights or the intellectual property rights of others; (e) to harass, abuse, insult, harm, defame, slander, disparage, intimidate, or discriminate based on gender, sexual orientation, religion, ethnicity, race, age, national origin, or disability; (f) to submit false or misleading information; (g) to upload or transmit viruses or any other type of malicious code that will or may be used in any way that will affect the functionality or operation of the Service or of any related website, other websites, or the Internet; (h) to collect or track the personal information of others; (i) to spam, phish, pharm, pretext, spider, crawl, or scrape; (j) for any obscene or immoral purpose; or (k) to interfere with or circumvent the security features of the Service or any related website, other websites, or the Internet. We reserve the right to terminate your use of the Service or any related website for violating any of the prohibited uses.SECTION 13 - DISCLAIMER OF WARRANTIES; LIMITATION OF LIABILITYWe do not guarantee, represent or warrant that your use of our service will be uninterrupted, timely, secure or error-free.We do not warrant that the results that may be obtained from the use of the service will be accurate or reliable.You agree that from time to time we may remove the service for indefinite periods of time or cancel the service at any time, without notice to you.You expressly agree that your use of, or inability to use, the service is at your sole risk. The service and all products and services delivered to you through the service are (except as expressly stated by us) provided \'as is\' and \'as available\' for your use, without any representation, warranties or conditions of any kind, either express or implied, including all implied warranties or conditions of merchantability, merchantable quality, fitness for a particular purpose, durability, title, and non-infringement.In no case shall Blackhawk Custom, LLC, our directors, officers, employees, affiliates, agents, contractors, interns, suppliers, service providers or licensors be liable for any injury, loss, claim, or any direct, indirect, incidental, punitive, special, or consequential damages of any kind, including, without limitation lost profits, lost revenue, lost savings, loss of data, replacement costs, or any similar damages, whether based in contract, tort (including negligence), strict liability or otherwise, arising from your use of any of the service or any products procured using the service, or for any other claim related in any way to your use of the service or any product, including, but not limited to, any errors or omissions in any content, or any loss or damage of any kind incurred as a result of the use of the service or any content (or product) posted, transmitted, or otherwise made available via the service, even if advised of their possibility. Because some states or jurisdictions do not allow the exclusion or the limitation of liability for consequential or incidental damages, in such states or jurisdictions, our liability shall be limited to the maximum extent permitted by law.SECTION 14 - INDEMNIFICATIONYou agree to indemnify, defend and hold harmless Blackhawk Custom, LLC and our parent, subsidiaries, affiliates, partners, officers, directors, agents, contractors, licensors, service providers, subcontractors, suppliers, interns and employees, harmless from any claim or demand, including reasonable attorneysâ€™ fees, made by any third-party due to or arising out of your breach of these Terms of Service or the documents they incorporate by reference, or your violation of any law or the rights of a third-party.SECTION 15 - SEVERABILITYIn the event that any provision of these Terms of Service is determined to be unlawful, void or unenforceable, such provision shall nonetheless be enforceable to the fullest extent permitted by applicable law, and the unenforceable portion shall be deemed to be severed from these Terms of Service, such determination shall not affect the validity and enforceability of any other remaining provisions.SECTION 16 - TERMINATIONThe obligations and liabilities of the parties incurred prior to the termination date shall survive the termination of this agreement for all purposes.These Terms of Service are effective unless and until terminated by either you or us. You may terminate these Terms of Service at any time by notifying us that you no longer wish to use our Services, or when you cease using our site.If in our sole judgment you fail, or we suspect that you have failed, to comply with any term or provision of these Terms of Service, we also may terminate this agreement at any time without notice and you will remain liable for all amounts due up to and including the date of termination; and/or accordingly may deny you access to our Services (or any part thereof).SECTION 17 - ENTIRE AGREEMENTThe failure of us to exercise or enforce any right or provision of these Terms of Service shall not constitute a waiver of such right or provision.These Terms of Service and any policies or operating rules posted by us on this site or in respect to The Service constitutes the entire agreement and understanding between you and us and govern your use of the Service, superseding any prior or contemporaneous agreements, communications and proposals, whether oral or written, between you and us (including, but not limited to, any prior versions of the Terms of Service).Any ambiguities in the interpretation of these Terms of Service shall not be construed against the drafting party.SECTION 18 - GOVERNING LAWThese Terms of Service and any separate agreements whereby we provide you Services shall be governed by and construed in accordance with the laws of 825 South Kings Highway, Fort Pierce, FL 34945.SECTION 19 - CHANGES TO TERMS OF SERVICEYou can review the most current version of the Terms of Service at any time at this page.We reserve the right, at our sole discretion, to update, change or replace any part of these Terms of Service by posting updates and changes to our website. It is your responsibility to check our website periodically for changes. Your continued use of or access to our website or the Service following the posting of any changes to these Terms of Service constitutes acceptance of those changes.SECTION 20 - CONTACT INFORMATIONQuestions about the Terms of Service should be sent to us at admin@blackhawkcustom.com</p>','Privacy Policy','','inherit','closed','closed','','95-revision-v1','','','2018-06-09 20:35:42','2018-06-10 00:35:42','',95,'https://bestcerakoteflorida.com/95-revision-v1/',0,'revision','',0),(134,1,'2018-06-23 00:27:37','2018-06-23 04:27:37','<h2>Terms &amp; Conditions</h2><p>TERMS OF SERVICE-----OVERVIEWThis website is operated by Blackhawk Custom, LLC. Throughout the site, the terms â€œweâ€, â€œusâ€ and â€œourâ€ refer to Blackhawk Custom, LLC. Blackhawk Custom, LLC offers this website, including all information, tools and services available from this site to you, the user, conditioned upon your acceptance of all terms, conditions, policies and notices stated here.By visiting our site and/ or purchasing something from us, you engage in our â€œServiceâ€ and agree to be bound by the following terms and conditions (â€œTerms of Serviceâ€, â€œTermsâ€), including those additional terms, conditions, and policies referenced herein and/or available by hyperlink. These Terms of Service apply to all users of the site, including without limitation users who are browsers, vendors, customers, merchants, and/ or contributors of content.Please read these Terms of Service carefully before accessing or using our website. By accessing or using any part of the site, you agree to be bound by these Terms of Service. If you do not agree to all the terms and conditions of this agreement, then you may not access the website or use any services. If these Terms of Service are considered an offer, acceptance is expressly limited to these Terms of Service.Any new features or tools which are added to the current store shall also be subject to the Terms of Service. You can review the most current version of the Terms of Service at any time on this page. We reserve the right to update, change or replace any part of these Terms of Service by posting updates and/or changes to our website. It is your responsibility to check this page periodically for changes. Your continued use of or access to the website following the posting of any changes constitutes acceptance of those changes.SECTION 1 - ONLINE STORE TERMSBy agreeing to these Terms of Service, you represent that you are at least the age of majority in your state or province of residence, or that you are the age of majority in your state or province of residence and you have given us your consent to allow any of your minor dependents to use this site.You may not use our products for any illegal or unauthorized purpose nor may you, in the use of the Service, violate any laws in your jurisdiction (including but not limited to copyright laws).You must not transmit any worms or viruses or any code of a destructive nature.A breach or violation of any of the Terms will result in an immediate termination of your Services.SECTION 2 - GENERAL CONDITIONSWe reserve the right to refuse service to anyone for any reason at any time.You understand that your content (not including credit card information), may be transferred unencrypted and involve (a) transmissions over various networks; and (b) changes to conform and adapt to technical requirements of connecting networks or devices. Credit card information is always encrypted during transfer over networks.You agree not to reproduce, duplicate, copy, sell, resell or exploit any portion of the Service, use of the Service, or access to the Service or any contact on the website through which the service is provided, without express written permission by us.The headings used in this agreement are included for convenience only and will not limit or otherwise affect these Terms.SECTION 3 - ACCURACY, COMPLETENESS AND TIMELINESS OF INFORMATIONWe are not responsible if information made available on this site is not accurate, complete or current. The material on this site is provided for general information only and should not be relied upon or used as the sole basis for making decisions without consulting primary, more accurate, more complete or more timely sources of information. Any reliance on the material on this site is at your own risk.This site may contain certain historical information. Historical information, necessarily, is not current and is provided for your reference only. We reserve the right to modify the contents of this site at any time, but we have no obligation to update any information on our site. You agree that it is your responsibility to monitor changes to our site.SECTION 4 - MODIFICATIONS TO THE SERVICE AND PRICESThe prices for our products are subject to change without notice.We reserve the right at any time to modify or discontinue the Service (or any part or content thereof) without notice at any time.We shall not be liable to you or to any third-party for any modification, price change, suspension or discontinuance of the Service.SECTION 5 - PRODUCTS OR SERVICES (if applicable)Certain products or services may be available exclusively online through the website. These products or services may have limited quantities and are subject to return or exchange only according to our Return Policy.We have made every effort to display as accurately as possible the colors and images of our products that appear at the store. We cannot guarantee that your computer monitor\'s display of any color will be accurate.We reserve the right, but are not obligated, to limit the sales of our products or Services to any person, geographic region or jurisdiction. We may exercise this right on a case-by-case basis. We reserve the right to limit the quantities of any products or services that we offer. All descriptions of products or product pricing are subject to change at anytime without notice, at the sole discretion of us. We reserve the right to discontinue any product at any time. Any offer for any product or service made on this site is void where prohibited.We do not warrant that the quality of any products, services, information, or other material purchased or obtained by you will meet your expectations, or that any errors in the Service will be corrected.SECTION 6 - ACCURACY OF BILLING AND ACCOUNT INFORMATIONWe reserve the right to refuse any order you place with us. We may, in our sole discretion, limit or cancel quantities purchased per person, per household or per order. These restrictions may include orders placed by or under the same customer account, the same credit card, and/or orders that use the same billing and/or shipping address. In the event that we make a change to or cancel an order, we may attempt to notify you by contacting the e-mail and/or billing address/phone number provided at the time the order was made. We reserve the right to limit or prohibit orders that, in our sole judgment, appear to be placed by dealers, resellers or distributors.You agree to provide current, complete and accurate purchase and account information for all purchases made at our store. You agree to promptly update your account and other information, including your email address and credit card numbers and expiration dates, so that we can complete your transactions and contact you as needed.For more detail, please review our Returns Policy.SECTION 7 - OPTIONAL TOOLSWe may provide you with access to third-party tools over which we neither monitor nor have any control nor input.You acknowledge and agree that we provide access to such tools â€as isâ€ and â€œas availableâ€ without any warranties, representations or conditions of any kind and without any endorsement. We shall have no liability whatsoever arising from or relating to your use of optional third-party tools.Any use by you of optional tools offered through the site is entirely at your own risk and discretion and you should ensure that you are familiar with and approve of the terms on which tools are provided by the relevant third-party provider(s).We may also, in the future, offer new services and/or features through the website (including, the release of new tools and resources). Such new features and/or services shall also be subject to these Terms of Service.SECTION 8 - THIRD-PARTY LINKSCertain content, products and services available via our Service may include materials from third-parties.Third-party links on this site may direct you to third-party websites that are not affiliated with us. We are not responsible for examining or evaluating the content or accuracy and we do not warrant and will not have any liability or responsibility for any third-party materials or websites, or for any other materials, products, or services of third-parties.We are not liable for any harm or damages related to the purchase or use of goods, services, resources, content, or any other transactions made in connection with any third-party websites. Please review carefully the third-party\'s policies and practices and make sure you understand them before you engage in any transaction. Complaints, claims, concerns, or questions regarding third-party products should be directed to the third-party.SECTION 9 - USER COMMENTS, FEEDBACK AND OTHER SUBMISSIONSIf, at our request, you send certain specific submissions (for example contest entries) or without a request from us you send creative ideas, suggestions, proposals, plans, or other materials, whether online, by email, by postal mail, or otherwise (collectively, \'comments\'), you agree that we may, at any time, without restriction, edit, copy, publish, distribute, translate and otherwise use in any medium any comments that you forward to us. We are and shall be under no obligation (1) to maintain any comments in confidence; (2) to pay compensation for any comments; or (3) to respond to any comments.We may, but have no obligation to, monitor, edit or remove content that we determine in our sole discretion are unlawful, offensive, threatening, libelous, defamatory, pornographic, obscene or otherwise objectionable or violates any partyâ€™s intellectual property or these Terms of Service.You agree that your comments will not violate any right of any third-party, including copyright, trademark, privacy, personality or other personal or proprietary right. You further agree that your comments will not contain libelous or otherwise unlawful, abusive or obscene material, or contain any computer virus or other malware that could in any way affect the operation of the Service or any related website. You may not use a false e-mail address, pretend to be someone other than yourself, or otherwise mislead us or third-parties as to the origin of any comments. You are solely responsible for any comments you make and their accuracy. We take no responsibility and assume no liability for any comments posted by you or any third-party.SECTION 10 - PERSONAL INFORMATIONYour submission of personal information through the store is governed by our Privacy Policy. To view our Privacy Policy.SECTION 11 - ERRORS, INACCURACIES AND OMISSIONSOccasionally there may be information on our site or in the Service that contains typographical errors, inaccuracies or omissions that may relate to product descriptions, pricing, promotions, offers, product shipping charges, transit times and availability. We reserve the right to correct any errors, inaccuracies or omissions, and to change or update information or cancel orders if any information in the Service or on any related website is inaccurate at any time without prior notice (including after you have submitted your order).We undertake no obligation to update, amend or clarify information in the Service or on any related website, including without limitation, pricing information, except as required by law. No specified update or refresh date applied in the Service or on any related website, should be taken to indicate that all information in the Service or on any related website has been modified or updated.SECTION 12 - PROHIBITED USESIn addition to other prohibitions as set forth in the Terms of Service, you are prohibited from using the site or its content: (a) for any unlawful purpose; (b) to solicit others to perform or participate in any unlawful acts; (c) to violate any international, federal, provincial or state regulations, rules, laws, or local ordinances; (d) to infringe upon or violate our intellectual property rights or the intellectual property rights of others; (e) to harass, abuse, insult, harm, defame, slander, disparage, intimidate, or discriminate based on gender, sexual orientation, religion, ethnicity, race, age, national origin, or disability; (f) to submit false or misleading information; (g) to upload or transmit viruses or any other type of malicious code that will or may be used in any way that will affect the functionality or operation of the Service or of any related website, other websites, or the Internet; (h) to collect or track the personal information of others; (i) to spam, phish, pharm, pretext, spider, crawl, or scrape; (j) for any obscene or immoral purpose; or (k) to interfere with or circumvent the security features of the Service or any related website, other websites, or the Internet. We reserve the right to terminate your use of the Service or any related website for violating any of the prohibited uses.SECTION 13 - DISCLAIMER OF WARRANTIES; LIMITATION OF LIABILITYWe do not guarantee, represent or warrant that your use of our service will be uninterrupted, timely, secure or error-free.We do not warrant that the results that may be obtained from the use of the service will be accurate or reliable.You agree that from time to time we may remove the service for indefinite periods of time or cancel the service at any time, without notice to you.You expressly agree that your use of, or inability to use, the service is at your sole risk. The service and all products and services delivered to you through the service are (except as expressly stated by us) provided \'as is\' and \'as available\' for your use, without any representation, warranties or conditions of any kind, either express or implied, including all implied warranties or conditions of merchantability, merchantable quality, fitness for a particular purpose, durability, title, and non-infringement.In no case shall Blackhawk Custom, LLC, our directors, officers, employees, affiliates, agents, contractors, interns, suppliers, service providers or licensors be liable for any injury, loss, claim, or any direct, indirect, incidental, punitive, special, or consequential damages of any kind, including, without limitation lost profits, lost revenue, lost savings, loss of data, replacement costs, or any similar damages, whether based in contract, tort (including negligence), strict liability or otherwise, arising from your use of any of the service or any products procured using the service, or for any other claim related in any way to your use of the service or any product, including, but not limited to, any errors or omissions in any content, or any loss or damage of any kind incurred as a result of the use of the service or any content (or product) posted, transmitted, or otherwise made available via the service, even if advised of their possibility. Because some states or jurisdictions do not allow the exclusion or the limitation of liability for consequential or incidental damages, in such states or jurisdictions, our liability shall be limited to the maximum extent permitted by law.SECTION 14 - INDEMNIFICATIONYou agree to indemnify, defend and hold harmless Blackhawk Custom, LLC and our parent, subsidiaries, affiliates, partners, officers, directors, agents, contractors, licensors, service providers, subcontractors, suppliers, interns and employees, harmless from any claim or demand, including reasonable attorneysâ€™ fees, made by any third-party due to or arising out of your breach of these Terms of Service or the documents they incorporate by reference, or your violation of any law or the rights of a third-party.SECTION 15 - SEVERABILITYIn the event that any provision of these Terms of Service is determined to be unlawful, void or unenforceable, such provision shall nonetheless be enforceable to the fullest extent permitted by applicable law, and the unenforceable portion shall be deemed to be severed from these Terms of Service, such determination shall not affect the validity and enforceability of any other remaining provisions.SECTION 16 - TERMINATIONThe obligations and liabilities of the parties incurred prior to the termination date shall survive the termination of this agreement for all purposes.These Terms of Service are effective unless and until terminated by either you or us. You may terminate these Terms of Service at any time by notifying us that you no longer wish to use our Services, or when you cease using our site.If in our sole judgment you fail, or we suspect that you have failed, to comply with any term or provision of these Terms of Service, we also may terminate this agreement at any time without notice and you will remain liable for all amounts due up to and including the date of termination; and/or accordingly may deny you access to our Services (or any part thereof).SECTION 17 - ENTIRE AGREEMENTThe failure of us to exercise or enforce any right or provision of these Terms of Service shall not constitute a waiver of such right or provision.These Terms of Service and any policies or operating rules posted by us on this site or in respect to The Service constitutes the entire agreement and understanding between you and us and govern your use of the Service, superseding any prior or contemporaneous agreements, communications and proposals, whether oral or written, between you and us (including, but not limited to, any prior versions of the Terms of Service).Any ambiguities in the interpretation of these Terms of Service shall not be construed against the drafting party.SECTION 18 - GOVERNING LAWThese Terms of Service and any separate agreements whereby we provide you Services shall be governed by and construed in accordance with the laws of 825 South Kings Highway, Fort Pierce, FL 34945.SECTION 19 - CHANGES TO TERMS OF SERVICEYou can review the most current version of the Terms of Service at any time at this page.We reserve the right, at our sole discretion, to update, change or replace any part of these Terms of Service by posting updates and changes to our website. It is your responsibility to check our website periodically for changes. Your continued use of or access to our website or the Service following the posting of any changes to these Terms of Service constitutes acceptance of those changes.SECTION 20 - CONTACT INFORMATIONQuestions about the Terms of Service should be sent to us at admin@blackhawkcustom.com</p>','Terms And Conditions','','inherit','closed','closed','','95-revision-v1','','','2018-06-23 00:27:37','2018-06-23 04:27:37','',95,'https://bestcerakoteflorida.com/95-revision-v1/',0,'revision','',0),(135,1,'2018-06-23 00:39:44','2018-06-23 04:39:44','<h2>Terms &amp; Conditions</h2><p>TERMS OF SERVICE-----OVERVIEWThis website is operated by Blackhawk Custom, LLC. Throughout the site, the terms â€œweâ€, â€œusâ€ and â€œourâ€ refer to Blackhawk Custom, LLC. Blackhawk Custom, LLC offers this website, including all information, tools and services available from this site to you, the user, conditioned upon your acceptance of all terms, conditions, policies and notices stated here.By visiting our site and/ or purchasing something from us, you engage in our â€œServiceâ€ and agree to be bound by the following terms and conditions (â€œTerms of Serviceâ€, â€œTermsâ€), including those additional terms, conditions, and policies referenced herein and/or available by hyperlink. These Terms of Service apply to all users of the site, including without limitation users who are browsers, vendors, customers, merchants, and/ or contributors of content.Please read these Terms of Service carefully before accessing or using our website. By accessing or using any part of the site, you agree to be bound by these Terms of Service. If you do not agree to all the terms and conditions of this agreement, then you may not access the website or use any services. If these Terms of Service are considered an offer, acceptance is expressly limited to these Terms of Service.Any new features or tools which are added to the current store shall also be subject to the Terms of Service. You can review the most current version of the Terms of Service at any time on this page. We reserve the right to update, change or replace any part of these Terms of Service by posting updates and/or changes to our website. It is your responsibility to check this page periodically for changes. Your continued use of or access to the website following the posting of any changes constitutes acceptance of those changes.SECTION 1 - ONLINE STORE TERMSBy agreeing to these Terms of Service, you represent that you are at least the age of majority in your state or province of residence, or that you are the age of majority in your state or province of residence and you have given us your consent to allow any of your minor dependents to use this site.You may not use our products for any illegal or unauthorized purpose nor may you, in the use of the Service, violate any laws in your jurisdiction (including but not limited to copyright laws).You must not transmit any worms or viruses or any code of a destructive nature.A breach or violation of any of the Terms will result in an immediate termination of your Services.SECTION 2 - GENERAL CONDITIONSWe reserve the right to refuse service to anyone for any reason at any time.You understand that your content (not including credit card information), may be transferred unencrypted and involve (a) transmissions over various networks; and (b) changes to conform and adapt to technical requirements of connecting networks or devices. Credit card information is always encrypted during transfer over networks.You agree not to reproduce, duplicate, copy, sell, resell or exploit any portion of the Service, use of the Service, or access to the Service or any contact on the website through which the service is provided, without express written permission by us.The headings used in this agreement are included for convenience only and will not limit or otherwise affect these Terms.SECTION 3 - ACCURACY, COMPLETENESS AND TIMELINESS OF INFORMATIONWe are not responsible if information made available on this site is not accurate, complete or current. The material on this site is provided for general information only and should not be relied upon or used as the sole basis for making decisions without consulting primary, more accurate, more complete or more timely sources of information. Any reliance on the material on this site is at your own risk.This site may contain certain historical information. Historical information, necessarily, is not current and is provided for your reference only. We reserve the right to modify the contents of this site at any time, but we have no obligation to update any information on our site. You agree that it is your responsibility to monitor changes to our site.SECTION 4 - MODIFICATIONS TO THE SERVICE AND PRICESThe prices for our products are subject to change without notice.We reserve the right at any time to modify or discontinue the Service (or any part or content thereof) without notice at any time.We shall not be liable to you or to any third-party for any modification, price change, suspension or discontinuance of the Service.SECTION 5 - PRODUCTS OR SERVICES (if applicable)Certain products or services may be available exclusively online through the website. These products or services may have limited quantities and are subject to return or exchange only according to our Return Policy.We have made every effort to display as accurately as possible the colors and images of our products that appear at the store. We cannot guarantee that your computer monitor\'s display of any color will be accurate.We reserve the right, but are not obligated, to limit the sales of our products or Services to any person, geographic region or jurisdiction. We may exercise this right on a case-by-case basis. We reserve the right to limit the quantities of any products or services that we offer. All descriptions of products or product pricing are subject to change at anytime without notice, at the sole discretion of us. We reserve the right to discontinue any product at any time. Any offer for any product or service made on this site is void where prohibited.We do not warrant that the quality of any products, services, information, or other material purchased or obtained by you will meet your expectations, or that any errors in the Service will be corrected.SECTION 6 - ACCURACY OF BILLING AND ACCOUNT INFORMATIONWe reserve the right to refuse any order you place with us. We may, in our sole discretion, limit or cancel quantities purchased per person, per household or per order. These restrictions may include orders placed by or under the same customer account, the same credit card, and/or orders that use the same billing and/or shipping address. In the event that we make a change to or cancel an order, we may attempt to notify you by contacting the e-mail and/or billing address/phone number provided at the time the order was made. We reserve the right to limit or prohibit orders that, in our sole judgment, appear to be placed by dealers, resellers or distributors.You agree to provide current, complete and accurate purchase and account information for all purchases made at our store. You agree to promptly update your account and other information, including your email address and credit card numbers and expiration dates, so that we can complete your transactions and contact you as needed.For more detail, please review our Returns Policy.SECTION 7 - OPTIONAL TOOLSWe may provide you with access to third-party tools over which we neither monitor nor have any control nor input.You acknowledge and agree that we provide access to such tools â€as isâ€ and â€œas availableâ€ without any warranties, representations or conditions of any kind and without any endorsement. We shall have no liability whatsoever arising from or relating to your use of optional third-party tools.Any use by you of optional tools offered through the site is entirely at your own risk and discretion and you should ensure that you are familiar with and approve of the terms on which tools are provided by the relevant third-party provider(s).We may also, in the future, offer new services and/or features through the website (including, the release of new tools and resources). Such new features and/or services shall also be subject to these Terms of Service.SECTION 8 - THIRD-PARTY LINKSCertain content, products and services available via our Service may include materials from third-parties.Third-party links on this site may direct you to third-party websites that are not affiliated with us. We are not responsible for examining or evaluating the content or accuracy and we do not warrant and will not have any liability or responsibility for any third-party materials or websites, or for any other materials, products, or services of third-parties.We are not liable for any harm or damages related to the purchase or use of goods, services, resources, content, or any other transactions made in connection with any third-party websites. Please review carefully the third-party\'s policies and practices and make sure you understand them before you engage in any transaction. Complaints, claims, concerns, or questions regarding third-party products should be directed to the third-party.SECTION 9 - USER COMMENTS, FEEDBACK AND OTHER SUBMISSIONSIf, at our request, you send certain specific submissions (for example contest entries) or without a request from us you send creative ideas, suggestions, proposals, plans, or other materials, whether online, by email, by postal mail, or otherwise (collectively, \'comments\'), you agree that we may, at any time, without restriction, edit, copy, publish, distribute, translate and otherwise use in any medium any comments that you forward to us. We are and shall be under no obligation (1) to maintain any comments in confidence; (2) to pay compensation for any comments; or (3) to respond to any comments.We may, but have no obligation to, monitor, edit or remove content that we determine in our sole discretion are unlawful, offensive, threatening, libelous, defamatory, pornographic, obscene or otherwise objectionable or violates any partyâ€™s intellectual property or these Terms of Service.You agree that your comments will not violate any right of any third-party, including copyright, trademark, privacy, personality or other personal or proprietary right. You further agree that your comments will not contain libelous or otherwise unlawful, abusive or obscene material, or contain any computer virus or other malware that could in any way affect the operation of the Service or any related website. You may not use a false e-mail address, pretend to be someone other than yourself, or otherwise mislead us or third-parties as to the origin of any comments. You are solely responsible for any comments you make and their accuracy. We take no responsibility and assume no liability for any comments posted by you or any third-party.SECTION 10 - PERSONAL INFORMATIONYour submission of personal information through the store is governed by our Privacy Policy. To view our Privacy Policy.SECTION 11 - ERRORS, INACCURACIES AND OMISSIONSOccasionally there may be information on our site or in the Service that contains typographical errors, inaccuracies or omissions that may relate to product descriptions, pricing, promotions, offers, product shipping charges, transit times and availability. We reserve the right to correct any errors, inaccuracies or omissions, and to change or update information or cancel orders if any information in the Service or on any related website is inaccurate at any time without prior notice (including after you have submitted your order).We undertake no obligation to update, amend or clarify information in the Service or on any related website, including without limitation, pricing information, except as required by law. No specified update or refresh date applied in the Service or on any related website, should be taken to indicate that all information in the Service or on any related website has been modified or updated.SECTION 12 - PROHIBITED USESIn addition to other prohibitions as set forth in the Terms of Service, you are prohibited from using the site or its content: (a) for any unlawful purpose; (b) to solicit others to perform or participate in any unlawful acts; (c) to violate any international, federal, provincial or state regulations, rules, laws, or local ordinances; (d) to infringe upon or violate our intellectual property rights or the intellectual property rights of others; (e) to harass, abuse, insult, harm, defame, slander, disparage, intimidate, or discriminate based on gender, sexual orientation, religion, ethnicity, race, age, national origin, or disability; (f) to submit false or misleading information; (g) to upload or transmit viruses or any other type of malicious code that will or may be used in any way that will affect the functionality or operation of the Service or of any related website, other websites, or the Internet; (h) to collect or track the personal information of others; (i) to spam, phish, pharm, pretext, spider, crawl, or scrape; (j) for any obscene or immoral purpose; or (k) to interfere with or circumvent the security features of the Service or any related website, other websites, or the Internet. We reserve the right to terminate your use of the Service or any related website for violating any of the prohibited uses.SECTION 13 - DISCLAIMER OF WARRANTIES; LIMITATION OF LIABILITYWe do not guarantee, represent or warrant that your use of our service will be uninterrupted, timely, secure or error-free.We do not warrant that the results that may be obtained from the use of the service will be accurate or reliable.You agree that from time to time we may remove the service for indefinite periods of time or cancel the service at any time, without notice to you.You expressly agree that your use of, or inability to use, the service is at your sole risk. The service and all products and services delivered to you through the service are (except as expressly stated by us) provided \'as is\' and \'as available\' for your use, without any representation, warranties or conditions of any kind, either express or implied, including all implied warranties or conditions of merchantability, merchantable quality, fitness for a particular purpose, durability, title, and non-infringement.In no case shall Blackhawk Custom, LLC, our directors, officers, employees, affiliates, agents, contractors, interns, suppliers, service providers or licensors be liable for any injury, loss, claim, or any direct, indirect, incidental, punitive, special, or consequential damages of any kind, including, without limitation lost profits, lost revenue, lost savings, loss of data, replacement costs, or any similar damages, whether based in contract, tort (including negligence), strict liability or otherwise, arising from your use of any of the service or any products procured using the service, or for any other claim related in any way to your use of the service or any product, including, but not limited to, any errors or omissions in any content, or any loss or damage of any kind incurred as a result of the use of the service or any content (or product) posted, transmitted, or otherwise made available via the service, even if advised of their possibility. Because some states or jurisdictions do not allow the exclusion or the limitation of liability for consequential or incidental damages, in such states or jurisdictions, our liability shall be limited to the maximum extent permitted by law.SECTION 14 - INDEMNIFICATIONYou agree to indemnify, defend and hold harmless Blackhawk Custom, LLC and our parent, subsidiaries, affiliates, partners, officers, directors, agents, contractors, licensors, service providers, subcontractors, suppliers, interns and employees, harmless from any claim or demand, including reasonable attorneysâ€™ fees, made by any third-party due to or arising out of your breach of these Terms of Service or the documents they incorporate by reference, or your violation of any law or the rights of a third-party.SECTION 15 - SEVERABILITYIn the event that any provision of these Terms of Service is determined to be unlawful, void or unenforceable, such provision shall nonetheless be enforceable to the fullest extent permitted by applicable law, and the unenforceable portion shall be deemed to be severed from these Terms of Service, such determination shall not affect the validity and enforceability of any other remaining provisions.SECTION 16 - TERMINATIONThe obligations and liabilities of the parties incurred prior to the termination date shall survive the termination of this agreement for all purposes.These Terms of Service are effective unless and until terminated by either you or us. You may terminate these Terms of Service at any time by notifying us that you no longer wish to use our Services, or when you cease using our site.If in our sole judgment you fail, or we suspect that you have failed, to comply with any term or provision of these Terms of Service, we also may terminate this agreement at any time without notice and you will remain liable for all amounts due up to and including the date of termination; and/or accordingly may deny you access to our Services (or any part thereof).SECTION 17 - ENTIRE AGREEMENTThe failure of us to exercise or enforce any right or provision of these Terms of Service shall not constitute a waiver of such right or provision.These Terms of Service and any policies or operating rules posted by us on this site or in respect to The Service constitutes the entire agreement and understanding between you and us and govern your use of the Service, superseding any prior or contemporaneous agreements, communications and proposals, whether oral or written, between you and us (including, but not limited to, any prior versions of the Terms of Service).Any ambiguities in the interpretation of these Terms of Service shall not be construed against the drafting party.SECTION 18 - GOVERNING LAWThese Terms of Service and any separate agreements whereby we provide you Services shall be governed by and construed in accordance with the laws of 825 South Kings Highway, Fort Pierce, FL 34945.SECTION 19 - CHANGES TO TERMS OF SERVICEYou can review the most current version of the Terms of Service at any time at this page.We reserve the right, at our sole discretion, to update, change or replace any part of these Terms of Service by posting updates and changes to our website. It is your responsibility to check our website periodically for changes. Your continued use of or access to our website or the Service following the posting of any changes to these Terms of Service constitutes acceptance of those changes.SECTION 20 - CONTACT INFORMATIONQuestions about the Terms of Service should be sent to us at admin@blackhawkcustom.com</p>','Terms And Conditions','','inherit','closed','closed','','95-revision-v1','','','2018-06-23 00:39:44','2018-06-23 04:39:44','',95,'https://bestcerakoteflorida.com/95-revision-v1/',0,'revision','',0),(136,1,'2018-06-23 00:42:48','2018-06-23 04:42:48','<h2>Terms &amp; Conditions</h2><p>TERMS OF SERVICE-----OVERVIEWThis website is operated by Blackhawk Custom, LLC. Throughout the site, the terms â€œweâ€, â€œusâ€ and â€œourâ€ refer to Blackhawk Custom, LLC. Blackhawk Custom, LLC offers this website, including all information, tools and services available from this site to you, the user, conditioned upon your acceptance of all terms, conditions, policies and notices stated here.By visiting our site and/ or purchasing something from us, you engage in our â€œServiceâ€ and agree to be bound by the following terms and conditions (â€œTerms of Serviceâ€, â€œTermsâ€), including those additional terms, conditions, and policies referenced herein and/or available by hyperlink. These Terms of Service apply to all users of the site, including without limitation users who are browsers, vendors, customers, merchants, and/ or contributors of content.Please read these Terms of Service carefully before accessing or using our website. By accessing or using any part of the site, you agree to be bound by these Terms of Service. If you do not agree to all the terms and conditions of this agreement, then you may not access the website or use any services. If these Terms of Service are considered an offer, acceptance is expressly limited to these Terms of Service.Any new features or tools which are added to the current store shall also be subject to the Terms of Service. You can review the most current version of the Terms of Service at any time on this page. We reserve the right to update, change or replace any part of these Terms of Service by posting updates and/or changes to our website. It is your responsibility to check this page periodically for changes. Your continued use of or access to the website following the posting of any changes constitutes acceptance of those changes.SECTION 1 - ONLINE STORE TERMSBy agreeing to these Terms of Service, you represent that you are at least the age of majority in your state or province of residence, or that you are the age of majority in your state or province of residence and you have given us your consent to allow any of your minor dependents to use this site.You may not use our products for any illegal or unauthorized purpose nor may you, in the use of the Service, violate any laws in your jurisdiction (including but not limited to copyright laws).You must not transmit any worms or viruses or any code of a destructive nature.A breach or violation of any of the Terms will result in an immediate termination of your Services.SECTION 2 - GENERAL CONDITIONSWe reserve the right to refuse service to anyone for any reason at any time.You understand that your content (not including credit card information), may be transferred unencrypted and involve (a) transmissions over various networks; and (b) changes to conform and adapt to technical requirements of connecting networks or devices. Credit card information is always encrypted during transfer over networks.You agree not to reproduce, duplicate, copy, sell, resell or exploit any portion of the Service, use of the Service, or access to the Service or any contact on the website through which the service is provided, without express written permission by us.The headings used in this agreement are included for convenience only and will not limit or otherwise affect these Terms.SECTION 3 - ACCURACY, COMPLETENESS AND TIMELINESS OF INFORMATIONWe are not responsible if information made available on this site is not accurate, complete or current. The material on this site is provided for general information only and should not be relied upon or used as the sole basis for making decisions without consulting primary, more accurate, more complete or more timely sources of information. Any reliance on the material on this site is at your own risk.This site may contain certain historical information. Historical information, necessarily, is not current and is provided for your reference only. We reserve the right to modify the contents of this site at any time, but we have no obligation to update any information on our site. You agree that it is your responsibility to monitor changes to our site.SECTION 4 - MODIFICATIONS TO THE SERVICE AND PRICESThe prices for our products are subject to change without notice.We reserve the right at any time to modify or discontinue the Service (or any part or content thereof) without notice at any time.We shall not be liable to you or to any third-party for any modification, price change, suspension or discontinuance of the Service.SECTION 5 - PRODUCTS OR SERVICES (if applicable)Certain products or services may be available exclusively online through the website. These products or services may have limited quantities and are subject to return or exchange only according to our Return Policy.We have made every effort to display as accurately as possible the colors and images of our products that appear at the store. We cannot guarantee that your computer monitor\'s display of any color will be accurate.We reserve the right, but are not obligated, to limit the sales of our products or Services to any person, geographic region or jurisdiction. We may exercise this right on a case-by-case basis. We reserve the right to limit the quantities of any products or services that we offer. All descriptions of products or product pricing are subject to change at anytime without notice, at the sole discretion of us. We reserve the right to discontinue any product at any time. Any offer for any product or service made on this site is void where prohibited.We do not warrant that the quality of any products, services, information, or other material purchased or obtained by you will meet your expectations, or that any errors in the Service will be corrected.SECTION 6 - ACCURACY OF BILLING AND ACCOUNT INFORMATIONWe reserve the right to refuse any order you place with us. We may, in our sole discretion, limit or cancel quantities purchased per person, per household or per order. These restrictions may include orders placed by or under the same customer account, the same credit card, and/or orders that use the same billing and/or shipping address. In the event that we make a change to or cancel an order, we may attempt to notify you by contacting the e-mail and/or billing address/phone number provided at the time the order was made. We reserve the right to limit or prohibit orders that, in our sole judgment, appear to be placed by dealers, resellers or distributors.You agree to provide current, complete and accurate purchase and account information for all purchases made at our store. You agree to promptly update your account and other information, including your email address and credit card numbers and expiration dates, so that we can complete your transactions and contact you as needed.For more detail, please review our Returns Policy.SECTION 7 - OPTIONAL TOOLSWe may provide you with access to third-party tools over which we neither monitor nor have any control nor input.You acknowledge and agree that we provide access to such tools â€as isâ€ and â€œas availableâ€ without any warranties, representations or conditions of any kind and without any endorsement. We shall have no liability whatsoever arising from or relating to your use of optional third-party tools.Any use by you of optional tools offered through the site is entirely at your own risk and discretion and you should ensure that you are familiar with and approve of the terms on which tools are provided by the relevant third-party provider(s).We may also, in the future, offer new services and/or features through the website (including, the release of new tools and resources). Such new features and/or services shall also be subject to these Terms of Service.SECTION 8 - THIRD-PARTY LINKSCertain content, products and services available via our Service may include materials from third-parties.Third-party links on this site may direct you to third-party websites that are not affiliated with us. We are not responsible for examining or evaluating the content or accuracy and we do not warrant and will not have any liability or responsibility for any third-party materials or websites, or for any other materials, products, or services of third-parties.We are not liable for any harm or damages related to the purchase or use of goods, services, resources, content, or any other transactions made in connection with any third-party websites. Please review carefully the third-party\'s policies and practices and make sure you understand them before you engage in any transaction. Complaints, claims, concerns, or questions regarding third-party products should be directed to the third-party.SECTION 9 - USER COMMENTS, FEEDBACK AND OTHER SUBMISSIONSIf, at our request, you send certain specific submissions (for example contest entries) or without a request from us you send creative ideas, suggestions, proposals, plans, or other materials, whether online, by email, by postal mail, or otherwise (collectively, \'comments\'), you agree that we may, at any time, without restriction, edit, copy, publish, distribute, translate and otherwise use in any medium any comments that you forward to us. We are and shall be under no obligation (1) to maintain any comments in confidence; (2) to pay compensation for any comments; or (3) to respond to any comments.We may, but have no obligation to, monitor, edit or remove content that we determine in our sole discretion are unlawful, offensive, threatening, libelous, defamatory, pornographic, obscene or otherwise objectionable or violates any partyâ€™s intellectual property or these Terms of Service.You agree that your comments will not violate any right of any third-party, including copyright, trademark, privacy, personality or other personal or proprietary right. You further agree that your comments will not contain libelous or otherwise unlawful, abusive or obscene material, or contain any computer virus or other malware that could in any way affect the operation of the Service or any related website. You may not use a false e-mail address, pretend to be someone other than yourself, or otherwise mislead us or third-parties as to the origin of any comments. You are solely responsible for any comments you make and their accuracy. We take no responsibility and assume no liability for any comments posted by you or any third-party.SECTION 10 - PERSONAL INFORMATIONYour submission of personal information through the store is governed by our Privacy Policy. To view our Privacy Policy.SECTION 11 - ERRORS, INACCURACIES AND OMISSIONSOccasionally there may be information on our site or in the Service that contains typographical errors, inaccuracies or omissions that may relate to product descriptions, pricing, promotions, offers, product shipping charges, transit times and availability. We reserve the right to correct any errors, inaccuracies or omissions, and to change or update information or cancel orders if any information in the Service or on any related website is inaccurate at any time without prior notice (including after you have submitted your order).We undertake no obligation to update, amend or clarify information in the Service or on any related website, including without limitation, pricing information, except as required by law. No specified update or refresh date applied in the Service or on any related website, should be taken to indicate that all information in the Service or on any related website has been modified or updated.SECTION 12 - PROHIBITED USESIn addition to other prohibitions as set forth in the Terms of Service, you are prohibited from using the site or its content: (a) for any unlawful purpose; (b) to solicit others to perform or participate in any unlawful acts; (c) to violate any international, federal, provincial or state regulations, rules, laws, or local ordinances; (d) to infringe upon or violate our intellectual property rights or the intellectual property rights of others; (e) to harass, abuse, insult, harm, defame, slander, disparage, intimidate, or discriminate based on gender, sexual orientation, religion, ethnicity, race, age, national origin, or disability; (f) to submit false or misleading information; (g) to upload or transmit viruses or any other type of malicious code that will or may be used in any way that will affect the functionality or operation of the Service or of any related website, other websites, or the Internet; (h) to collect or track the personal information of others; (i) to spam, phish, pharm, pretext, spider, crawl, or scrape; (j) for any obscene or immoral purpose; or (k) to interfere with or circumvent the security features of the Service or any related website, other websites, or the Internet. We reserve the right to terminate your use of the Service or any related website for violating any of the prohibited uses.SECTION 13 - DISCLAIMER OF WARRANTIES; LIMITATION OF LIABILITYWe do not guarantee, represent or warrant that your use of our service will be uninterrupted, timely, secure or error-free.We do not warrant that the results that may be obtained from the use of the service will be accurate or reliable.You agree that from time to time we may remove the service for indefinite periods of time or cancel the service at any time, without notice to you.You expressly agree that your use of, or inability to use, the service is at your sole risk. The service and all products and services delivered to you through the service are (except as expressly stated by us) provided \'as is\' and \'as available\' for your use, without any representation, warranties or conditions of any kind, either express or implied, including all implied warranties or conditions of merchantability, merchantable quality, fitness for a particular purpose, durability, title, and non-infringement.In no case shall Blackhawk Custom, LLC, our directors, officers, employees, affiliates, agents, contractors, interns, suppliers, service providers or licensors be liable for any injury, loss, claim, or any direct, indirect, incidental, punitive, special, or consequential damages of any kind, including, without limitation lost profits, lost revenue, lost savings, loss of data, replacement costs, or any similar damages, whether based in contract, tort (including negligence), strict liability or otherwise, arising from your use of any of the service or any products procured using the service, or for any other claim related in any way to your use of the service or any product, including, but not limited to, any errors or omissions in any content, or any loss or damage of any kind incurred as a result of the use of the service or any content (or product) posted, transmitted, or otherwise made available via the service, even if advised of their possibility. Because some states or jurisdictions do not allow the exclusion or the limitation of liability for consequential or incidental damages, in such states or jurisdictions, our liability shall be limited to the maximum extent permitted by law.SECTION 14 - INDEMNIFICATIONYou agree to indemnify, defend and hold harmless Blackhawk Custom, LLC and our parent, subsidiaries, affiliates, partners, officers, directors, agents, contractors, licensors, service providers, subcontractors, suppliers, interns and employees, harmless from any claim or demand, including reasonable attorneysâ€™ fees, made by any third-party due to or arising out of your breach of these Terms of Service or the documents they incorporate by reference, or your violation of any law or the rights of a third-party.SECTION 15 - SEVERABILITYIn the event that any provision of these Terms of Service is determined to be unlawful, void or unenforceable, such provision shall nonetheless be enforceable to the fullest extent permitted by applicable law, and the unenforceable portion shall be deemed to be severed from these Terms of Service, such determination shall not affect the validity and enforceability of any other remaining provisions.SECTION 16 - TERMINATIONThe obligations and liabilities of the parties incurred prior to the termination date shall survive the termination of this agreement for all purposes.These Terms of Service are effective unless and until terminated by either you or us. You may terminate these Terms of Service at any time by notifying us that you no longer wish to use our Services, or when you cease using our site.If in our sole judgment you fail, or we suspect that you have failed, to comply with any term or provision of these Terms of Service, we also may terminate this agreement at any time without notice and you will remain liable for all amounts due up to and including the date of termination; and/or accordingly may deny you access to our Services (or any part thereof).SECTION 17 - ENTIRE AGREEMENTThe failure of us to exercise or enforce any right or provision of these Terms of Service shall not constitute a waiver of such right or provision.These Terms of Service and any policies or operating rules posted by us on this site or in respect to The Service constitutes the entire agreement and understanding between you and us and govern your use of the Service, superseding any prior or contemporaneous agreements, communications and proposals, whether oral or written, between you and us (including, but not limited to, any prior versions of the Terms of Service).Any ambiguities in the interpretation of these Terms of Service shall not be construed against the drafting party.SECTION 18 - GOVERNING LAWThese Terms of Service and any separate agreements whereby we provide you Services shall be governed by and construed in accordance with the laws of 825 South Kings Highway, Fort Pierce, FL 34945.SECTION 19 - CHANGES TO TERMS OF SERVICEYou can review the most current version of the Terms of Service at any time at this page.We reserve the right, at our sole discretion, to update, change or replace any part of these Terms of Service by posting updates and changes to our website. It is your responsibility to check our website periodically for changes. Your continued use of or access to our website or the Service following the posting of any changes to these Terms of Service constitutes acceptance of those changes.SECTION 20 - CONTACT INFORMATIONQuestions about the Terms of Service should be sent to us at admin@blackhawkcustom.com</p>','Terms And Conditions','','inherit','closed','closed','','95-revision-v1','','','2018-06-23 00:42:48','2018-06-23 04:42:48','',95,'https://bestcerakoteflorida.com/95-revision-v1/',0,'revision','',0),(181,1,'2018-07-28 01:49:25','2018-07-28 05:49:25','<h2>Terms &amp; Conditions</h2><p>TERMS OF SERVICE-----OVERVIEWThis website is operated by Blackhawk Custom, LLC. Throughout the site, the terms â€œweâ€, â€œusâ€ and â€œourâ€ refer to Blackhawk Custom, LLC. Blackhawk Custom, LLC offers this website, including all information, tools and services available from this site to you, the user, conditioned upon your acceptance of all terms, conditions, policies and notices stated here.By visiting our site and/ or purchasing something from us, you engage in our â€œServiceâ€ and agree to be bound by the following terms and conditions (â€œTerms of Serviceâ€, â€œTermsâ€), including those additional terms, conditions, and policies referenced herein and/or available by hyperlink. These Terms of Service apply to all users of the site, including without limitation users who are browsers, vendors, customers, merchants, and/ or contributors of content.Please read these Terms of Service carefully before accessing or using our website. By accessing or using any part of the site, you agree to be bound by these Terms of Service. If you do not agree to all the terms and conditions of this agreement, then you may not access the website or use any services. If these Terms of Service are considered an offer, acceptance is expressly limited to these Terms of Service.Any new features or tools which are added to the current store shall also be subject to the Terms of Service. You can review the most current version of the Terms of Service at any time on this page. We reserve the right to update, change or replace any part of these Terms of Service by posting updates and/or changes to our website. It is your responsibility to check this page periodically for changes. Your continued use of or access to the website following the posting of any changes constitutes acceptance of those changes.SECTION 1 - ONLINE STORE TERMSBy agreeing to these Terms of Service, you represent that you are at least the age of majority in your state or province of residence, or that you are the age of majority in your state or province of residence and you have given us your consent to allow any of your minor dependents to use this site.You may not use our products for any illegal or unauthorized purpose nor may you, in the use of the Service, violate any laws in your jurisdiction (including but not limited to copyright laws).You must not transmit any worms or viruses or any code of a destructive nature.A breach or violation of any of the Terms will result in an immediate termination of your Services.SECTION 2 - GENERAL CONDITIONSWe reserve the right to refuse service to anyone for any reason at any time.You understand that your content (not including credit card information), may be transferred unencrypted and involve (a) transmissions over various networks; and (b) changes to conform and adapt to technical requirements of connecting networks or devices. Credit card information is always encrypted during transfer over networks.You agree not to reproduce, duplicate, copy, sell, resell or exploit any portion of the Service, use of the Service, or access to the Service or any contact on the website through which the service is provided, without express written permission by us.The headings used in this agreement are included for convenience only and will not limit or otherwise affect these Terms.SECTION 3 - ACCURACY, COMPLETENESS AND TIMELINESS OF INFORMATIONWe are not responsible if information made available on this site is not accurate, complete or current. The material on this site is provided for general information only and should not be relied upon or used as the sole basis for making decisions without consulting primary, more accurate, more complete or more timely sources of information. Any reliance on the material on this site is at your own risk.This site may contain certain historical information. Historical information, necessarily, is not current and is provided for your reference only. We reserve the right to modify the contents of this site at any time, but we have no obligation to update any information on our site. You agree that it is your responsibility to monitor changes to our site.SECTION 4 - MODIFICATIONS TO THE SERVICE AND PRICESThe prices for our products are subject to change without notice.We reserve the right at any time to modify or discontinue the Service (or any part or content thereof) without notice at any time.We shall not be liable to you or to any third-party for any modification, price change, suspension or discontinuance of the Service.SECTION 5 - PRODUCTS OR SERVICES (if applicable)Certain products or services may be available exclusively online through the website. These products or services may have limited quantities and are subject to return or exchange only according to our Return Policy.We have made every effort to display as accurately as possible the colors and images of our products that appear at the store. We cannot guarantee that your computer monitor\'s display of any color will be accurate.We reserve the right, but are not obligated, to limit the sales of our products or Services to any person, geographic region or jurisdiction. We may exercise this right on a case-by-case basis. We reserve the right to limit the quantities of any products or services that we offer. All descriptions of products or product pricing are subject to change at anytime without notice, at the sole discretion of us. We reserve the right to discontinue any product at any time. Any offer for any product or service made on this site is void where prohibited.We do not warrant that the quality of any products, services, information, or other material purchased or obtained by you will meet your expectations, or that any errors in the Service will be corrected.SECTION 6 - ACCURACY OF BILLING AND ACCOUNT INFORMATIONWe reserve the right to refuse any order you place with us. We may, in our sole discretion, limit or cancel quantities purchased per person, per household or per order. These restrictions may include orders placed by or under the same customer account, the same credit card, and/or orders that use the same billing and/or shipping address. In the event that we make a change to or cancel an order, we may attempt to notify you by contacting the e-mail and/or billing address/phone number provided at the time the order was made. We reserve the right to limit or prohibit orders that, in our sole judgment, appear to be placed by dealers, resellers or distributors.You agree to provide current, complete and accurate purchase and account information for all purchases made at our store. You agree to promptly update your account and other information, including your email address and credit card numbers and expiration dates, so that we can complete your transactions and contact you as needed.For more detail, please review our Returns Policy.SECTION 7 - OPTIONAL TOOLSWe may provide you with access to third-party tools over which we neither monitor nor have any control nor input.You acknowledge and agree that we provide access to such tools â€as isâ€ and â€œas availableâ€ without any warranties, representations or conditions of any kind and without any endorsement. We shall have no liability whatsoever arising from or relating to your use of optional third-party tools.Any use by you of optional tools offered through the site is entirely at your own risk and discretion and you should ensure that you are familiar with and approve of the terms on which tools are provided by the relevant third-party provider(s).We may also, in the future, offer new services and/or features through the website (including, the release of new tools and resources). Such new features and/or services shall also be subject to these Terms of Service.SECTION 8 - THIRD-PARTY LINKSCertain content, products and services available via our Service may include materials from third-parties.Third-party links on this site may direct you to third-party websites that are not affiliated with us. We are not responsible for examining or evaluating the content or accuracy and we do not warrant and will not have any liability or responsibility for any third-party materials or websites, or for any other materials, products, or services of third-parties.We are not liable for any harm or damages related to the purchase or use of goods, services, resources, content, or any other transactions made in connection with any third-party websites. Please review carefully the third-party\'s policies and practices and make sure you understand them before you engage in any transaction. Complaints, claims, concerns, or questions regarding third-party products should be directed to the third-party.SECTION 9 - USER COMMENTS, FEEDBACK AND OTHER SUBMISSIONSIf, at our request, you send certain specific submissions (for example contest entries) or without a request from us you send creative ideas, suggestions, proposals, plans, or other materials, whether online, by email, by postal mail, or otherwise (collectively, \'comments\'), you agree that we may, at any time, without restriction, edit, copy, publish, distribute, translate and otherwise use in any medium any comments that you forward to us. We are and shall be under no obligation (1) to maintain any comments in confidence; (2) to pay compensation for any comments; or (3) to respond to any comments.We may, but have no obligation to, monitor, edit or remove content that we determine in our sole discretion are unlawful, offensive, threatening, libelous, defamatory, pornographic, obscene or otherwise objectionable or violates any partyâ€™s intellectual property or these Terms of Service.You agree that your comments will not violate any right of any third-party, including copyright, trademark, privacy, personality or other personal or proprietary right. You further agree that your comments will not contain libelous or otherwise unlawful, abusive or obscene material, or contain any computer virus or other malware that could in any way affect the operation of the Service or any related website. You may not use a false e-mail address, pretend to be someone other than yourself, or otherwise mislead us or third-parties as to the origin of any comments. You are solely responsible for any comments you make and their accuracy. We take no responsibility and assume no liability for any comments posted by you or any third-party.SECTION 10 - PERSONAL INFORMATIONYour submission of personal information through the store is governed by our Privacy Policy. To view our Privacy Policy.SECTION 11 - ERRORS, INACCURACIES AND OMISSIONSOccasionally there may be information on our site or in the Service that contains typographical errors, inaccuracies or omissions that may relate to product descriptions, pricing, promotions, offers, product shipping charges, transit times and availability. We reserve the right to correct any errors, inaccuracies or omissions, and to change or update information or cancel orders if any information in the Service or on any related website is inaccurate at any time without prior notice (including after you have submitted your order).We undertake no obligation to update, amend or clarify information in the Service or on any related website, including without limitation, pricing information, except as required by law. No specified update or refresh date applied in the Service or on any related website, should be taken to indicate that all information in the Service or on any related website has been modified or updated.SECTION 12 - PROHIBITED USESIn addition to other prohibitions as set forth in the Terms of Service, you are prohibited from using the site or its content: (a) for any unlawful purpose; (b) to solicit others to perform or participate in any unlawful acts; (c) to violate any international, federal, provincial or state regulations, rules, laws, or local ordinances; (d) to infringe upon or violate our intellectual property rights or the intellectual property rights of others; (e) to harass, abuse, insult, harm, defame, slander, disparage, intimidate, or discriminate based on gender, sexual orientation, religion, ethnicity, race, age, national origin, or disability; (f) to submit false or misleading information; (g) to upload or transmit viruses or any other type of malicious code that will or may be used in any way that will affect the functionality or operation of the Service or of any related website, other websites, or the Internet; (h) to collect or track the personal information of others; (i) to spam, phish, pharm, pretext, spider, crawl, or scrape; (j) for any obscene or immoral purpose; or (k) to interfere with or circumvent the security features of the Service or any related website, other websites, or the Internet. We reserve the right to terminate your use of the Service or any related website for violating any of the prohibited uses.SECTION 13 - DISCLAIMER OF WARRANTIES; LIMITATION OF LIABILITYWe do not guarantee, represent or warrant that your use of our service will be uninterrupted, timely, secure or error-free.We do not warrant that the results that may be obtained from the use of the service will be accurate or reliable.You agree that from time to time we may remove the service for indefinite periods of time or cancel the service at any time, without notice to you.You expressly agree that your use of, or inability to use, the service is at your sole risk. The service and all products and services delivered to you through the service are (except as expressly stated by us) provided \'as is\' and \'as available\' for your use, without any representation, warranties or conditions of any kind, either express or implied, including all implied warranties or conditions of merchantability, merchantable quality, fitness for a particular purpose, durability, title, and non-infringement.In no case shall Blackhawk Custom, LLC, our directors, officers, employees, affiliates, agents, contractors, interns, suppliers, service providers or licensors be liable for any injury, loss, claim, or any direct, indirect, incidental, punitive, special, or consequential damages of any kind, including, without limitation lost profits, lost revenue, lost savings, loss of data, replacement costs, or any similar damages, whether based in contract, tort (including negligence), strict liability or otherwise, arising from your use of any of the service or any products procured using the service, or for any other claim related in any way to your use of the service or any product, including, but not limited to, any errors or omissions in any content, or any loss or damage of any kind incurred as a result of the use of the service or any content (or product) posted, transmitted, or otherwise made available via the service, even if advised of their possibility. Because some states or jurisdictions do not allow the exclusion or the limitation of liability for consequential or incidental damages, in such states or jurisdictions, our liability shall be limited to the maximum extent permitted by law.SECTION 14 - INDEMNIFICATIONYou agree to indemnify, defend and hold harmless Blackhawk Custom, LLC and our parent, subsidiaries, affiliates, partners, officers, directors, agents, contractors, licensors, service providers, subcontractors, suppliers, interns and employees, harmless from any claim or demand, including reasonable attorneysâ€™ fees, made by any third-party due to or arising out of your breach of these Terms of Service or the documents they incorporate by reference, or your violation of any law or the rights of a third-party.SECTION 15 - SEVERABILITYIn the event that any provision of these Terms of Service is determined to be unlawful, void or unenforceable, such provision shall nonetheless be enforceable to the fullest extent permitted by applicable law, and the unenforceable portion shall be deemed to be severed from these Terms of Service, such determination shall not affect the validity and enforceability of any other remaining provisions.SECTION 16 - TERMINATIONThe obligations and liabilities of the parties incurred prior to the termination date shall survive the termination of this agreement for all purposes.These Terms of Service are effective unless and until terminated by either you or us. You may terminate these Terms of Service at any time by notifying us that you no longer wish to use our Services, or when you cease using our site.If in our sole judgment you fail, or we suspect that you have failed, to comply with any term or provision of these Terms of Service, we also may terminate this agreement at any time without notice and you will remain liable for all amounts due up to and including the date of termination; and/or accordingly may deny you access to our Services (or any part thereof).SECTION 17 - ENTIRE AGREEMENTThe failure of us to exercise or enforce any right or provision of these Terms of Service shall not constitute a waiver of such right or provision.These Terms of Service and any policies or operating rules posted by us on this site or in respect to The Service constitutes the entire agreement and understanding between you and us and govern your use of the Service, superseding any prior or contemporaneous agreements, communications and proposals, whether oral or written, between you and us (including, but not limited to, any prior versions of the Terms of Service).Any ambiguities in the interpretation of these Terms of Service shall not be construed against the drafting party.SECTION 18 - GOVERNING LAWThese Terms of Service and any separate agreements whereby we provide you Services shall be governed by and construed in accordance with the laws of 825 South Kings Highway, Fort Pierce, FL 34945.SECTION 19 - CHANGES TO TERMS OF SERVICEYou can review the most current version of the Terms of Service at any time at this page.We reserve the right, at our sole discretion, to update, change or replace any part of these Terms of Service by posting updates and changes to our website. It is your responsibility to check our website periodically for changes. Your continued use of or access to our website or the Service following the posting of any changes to these Terms of Service constitutes acceptance of those changes.SECTION 20 - CONTACT INFORMATIONQuestions about the Terms of Service should be sent to us at <a href=\"mailto:admin@blackhawkcustom.com\" target=\"_blank\">admin@blackhawkcustom.com</a></p>','Terms And Conditions','','inherit','closed','closed','','95-revision-v1','','','2018-07-28 01:49:25','2018-07-28 05:49:25','',95,'https://bestcerakoteflorida.com/95-revision-v1/',0,'revision','',0),(137,1,'2018-06-23 00:44:22','2018-06-23 04:44:22','<h2>Terms &amp; Conditions</h2><p>TERMS OF SERVICE-----OVERVIEWThis website is operated by Blackhawk Custom, LLC. Throughout the site, the terms â€œweâ€, â€œusâ€ and â€œourâ€ refer to Blackhawk Custom, LLC. Blackhawk Custom, LLC offers this website, including all information, tools and services available from this site to you, the user, conditioned upon your acceptance of all terms, conditions, policies and notices stated here.By visiting our site and/ or purchasing something from us, you engage in our â€œServiceâ€ and agree to be bound by the following terms and conditions (â€œTerms of Serviceâ€, â€œTermsâ€), including those additional terms, conditions, and policies referenced herein and/or available by hyperlink. These Terms of Service apply to all users of the site, including without limitation users who are browsers, vendors, customers, merchants, and/ or contributors of content.Please read these Terms of Service carefully before accessing or using our website. By accessing or using any part of the site, you agree to be bound by these Terms of Service. If you do not agree to all the terms and conditions of this agreement, then you may not access the website or use any services. If these Terms of Service are considered an offer, acceptance is expressly limited to these Terms of Service.Any new features or tools which are added to the current store shall also be subject to the Terms of Service. You can review the most current version of the Terms of Service at any time on this page. We reserve the right to update, change or replace any part of these Terms of Service by posting updates and/or changes to our website. It is your responsibility to check this page periodically for changes. Your continued use of or access to the website following the posting of any changes constitutes acceptance of those changes.SECTION 1 - ONLINE STORE TERMSBy agreeing to these Terms of Service, you represent that you are at least the age of majority in your state or province of residence, or that you are the age of majority in your state or province of residence and you have given us your consent to allow any of your minor dependents to use this site.You may not use our products for any illegal or unauthorized purpose nor may you, in the use of the Service, violate any laws in your jurisdiction (including but not limited to copyright laws).You must not transmit any worms or viruses or any code of a destructive nature.A breach or violation of any of the Terms will result in an immediate termination of your Services.SECTION 2 - GENERAL CONDITIONSWe reserve the right to refuse service to anyone for any reason at any time.You understand that your content (not including credit card information), may be transferred unencrypted and involve (a) transmissions over various networks; and (b) changes to conform and adapt to technical requirements of connecting networks or devices. Credit card information is always encrypted during transfer over networks.You agree not to reproduce, duplicate, copy, sell, resell or exploit any portion of the Service, use of the Service, or access to the Service or any contact on the website through which the service is provided, without express written permission by us.The headings used in this agreement are included for convenience only and will not limit or otherwise affect these Terms.SECTION 3 - ACCURACY, COMPLETENESS AND TIMELINESS OF INFORMATIONWe are not responsible if information made available on this site is not accurate, complete or current. The material on this site is provided for general information only and should not be relied upon or used as the sole basis for making decisions without consulting primary, more accurate, more complete or more timely sources of information. Any reliance on the material on this site is at your own risk.This site may contain certain historical information. Historical information, necessarily, is not current and is provided for your reference only. We reserve the right to modify the contents of this site at any time, but we have no obligation to update any information on our site. You agree that it is your responsibility to monitor changes to our site.SECTION 4 - MODIFICATIONS TO THE SERVICE AND PRICESThe prices for our products are subject to change without notice.We reserve the right at any time to modify or discontinue the Service (or any part or content thereof) without notice at any time.We shall not be liable to you or to any third-party for any modification, price change, suspension or discontinuance of the Service.SECTION 5 - PRODUCTS OR SERVICES (if applicable)Certain products or services may be available exclusively online through the website. These products or services may have limited quantities and are subject to return or exchange only according to our Return Policy.We have made every effort to display as accurately as possible the colors and images of our products that appear at the store. We cannot guarantee that your computer monitor\'s display of any color will be accurate.We reserve the right, but are not obligated, to limit the sales of our products or Services to any person, geographic region or jurisdiction. We may exercise this right on a case-by-case basis. We reserve the right to limit the quantities of any products or services that we offer. All descriptions of products or product pricing are subject to change at anytime without notice, at the sole discretion of us. We reserve the right to discontinue any product at any time. Any offer for any product or service made on this site is void where prohibited.We do not warrant that the quality of any products, services, information, or other material purchased or obtained by you will meet your expectations, or that any errors in the Service will be corrected.SECTION 6 - ACCURACY OF BILLING AND ACCOUNT INFORMATIONWe reserve the right to refuse any order you place with us. We may, in our sole discretion, limit or cancel quantities purchased per person, per household or per order. These restrictions may include orders placed by or under the same customer account, the same credit card, and/or orders that use the same billing and/or shipping address. In the event that we make a change to or cancel an order, we may attempt to notify you by contacting the e-mail and/or billing address/phone number provided at the time the order was made. We reserve the right to limit or prohibit orders that, in our sole judgment, appear to be placed by dealers, resellers or distributors.You agree to provide current, complete and accurate purchase and account information for all purchases made at our store. You agree to promptly update your account and other information, including your email address and credit card numbers and expiration dates, so that we can complete your transactions and contact you as needed.For more detail, please review our Returns Policy.SECTION 7 - OPTIONAL TOOLSWe may provide you with access to third-party tools over which we neither monitor nor have any control nor input.You acknowledge and agree that we provide access to such tools â€as isâ€ and â€œas availableâ€ without any warranties, representations or conditions of any kind and without any endorsement. We shall have no liability whatsoever arising from or relating to your use of optional third-party tools.Any use by you of optional tools offered through the site is entirely at your own risk and discretion and you should ensure that you are familiar with and approve of the terms on which tools are provided by the relevant third-party provider(s).We may also, in the future, offer new services and/or features through the website (including, the release of new tools and resources). Such new features and/or services shall also be subject to these Terms of Service.SECTION 8 - THIRD-PARTY LINKSCertain content, products and services available via our Service may include materials from third-parties.Third-party links on this site may direct you to third-party websites that are not affiliated with us. We are not responsible for examining or evaluating the content or accuracy and we do not warrant and will not have any liability or responsibility for any third-party materials or websites, or for any other materials, products, or services of third-parties.We are not liable for any harm or damages related to the purchase or use of goods, services, resources, content, or any other transactions made in connection with any third-party websites. Please review carefully the third-party\'s policies and practices and make sure you understand them before you engage in any transaction. Complaints, claims, concerns, or questions regarding third-party products should be directed to the third-party.SECTION 9 - USER COMMENTS, FEEDBACK AND OTHER SUBMISSIONSIf, at our request, you send certain specific submissions (for example contest entries) or without a request from us you send creative ideas, suggestions, proposals, plans, or other materials, whether online, by email, by postal mail, or otherwise (collectively, \'comments\'), you agree that we may, at any time, without restriction, edit, copy, publish, distribute, translate and otherwise use in any medium any comments that you forward to us. We are and shall be under no obligation (1) to maintain any comments in confidence; (2) to pay compensation for any comments; or (3) to respond to any comments.We may, but have no obligation to, monitor, edit or remove content that we determine in our sole discretion are unlawful, offensive, threatening, libelous, defamatory, pornographic, obscene or otherwise objectionable or violates any partyâ€™s intellectual property or these Terms of Service.You agree that your comments will not violate any right of any third-party, including copyright, trademark, privacy, personality or other personal or proprietary right. You further agree that your comments will not contain libelous or otherwise unlawful, abusive or obscene material, or contain any computer virus or other malware that could in any way affect the operation of the Service or any related website. You may not use a false e-mail address, pretend to be someone other than yourself, or otherwise mislead us or third-parties as to the origin of any comments. You are solely responsible for any comments you make and their accuracy. We take no responsibility and assume no liability for any comments posted by you or any third-party.SECTION 10 - PERSONAL INFORMATIONYour submission of personal information through the store is governed by our Privacy Policy. To view our Privacy Policy.SECTION 11 - ERRORS, INACCURACIES AND OMISSIONSOccasionally there may be information on our site or in the Service that contains typographical errors, inaccuracies or omissions that may relate to product descriptions, pricing, promotions, offers, product shipping charges, transit times and availability. We reserve the right to correct any errors, inaccuracies or omissions, and to change or update information or cancel orders if any information in the Service or on any related website is inaccurate at any time without prior notice (including after you have submitted your order).We undertake no obligation to update, amend or clarify information in the Service or on any related website, including without limitation, pricing information, except as required by law. No specified update or refresh date applied in the Service or on any related website, should be taken to indicate that all information in the Service or on any related website has been modified or updated.SECTION 12 - PROHIBITED USESIn addition to other prohibitions as set forth in the Terms of Service, you are prohibited from using the site or its content: (a) for any unlawful purpose; (b) to solicit others to perform or participate in any unlawful acts; (c) to violate any international, federal, provincial or state regulations, rules, laws, or local ordinances; (d) to infringe upon or violate our intellectual property rights or the intellectual property rights of others; (e) to harass, abuse, insult, harm, defame, slander, disparage, intimidate, or discriminate based on gender, sexual orientation, religion, ethnicity, race, age, national origin, or disability; (f) to submit false or misleading information; (g) to upload or transmit viruses or any other type of malicious code that will or may be used in any way that will affect the functionality or operation of the Service or of any related website, other websites, or the Internet; (h) to collect or track the personal information of others; (i) to spam, phish, pharm, pretext, spider, crawl, or scrape; (j) for any obscene or immoral purpose; or (k) to interfere with or circumvent the security features of the Service or any related website, other websites, or the Internet. We reserve the right to terminate your use of the Service or any related website for violating any of the prohibited uses.SECTION 13 - DISCLAIMER OF WARRANTIES; LIMITATION OF LIABILITYWe do not guarantee, represent or warrant that your use of our service will be uninterrupted, timely, secure or error-free.We do not warrant that the results that may be obtained from the use of the service will be accurate or reliable.You agree that from time to time we may remove the service for indefinite periods of time or cancel the service at any time, without notice to you.You expressly agree that your use of, or inability to use, the service is at your sole risk. The service and all products and services delivered to you through the service are (except as expressly stated by us) provided \'as is\' and \'as available\' for your use, without any representation, warranties or conditions of any kind, either express or implied, including all implied warranties or conditions of merchantability, merchantable quality, fitness for a particular purpose, durability, title, and non-infringement.In no case shall Blackhawk Custom, LLC, our directors, officers, employees, affiliates, agents, contractors, interns, suppliers, service providers or licensors be liable for any injury, loss, claim, or any direct, indirect, incidental, punitive, special, or consequential damages of any kind, including, without limitation lost profits, lost revenue, lost savings, loss of data, replacement costs, or any similar damages, whether based in contract, tort (including negligence), strict liability or otherwise, arising from your use of any of the service or any products procured using the service, or for any other claim related in any way to your use of the service or any product, including, but not limited to, any errors or omissions in any content, or any loss or damage of any kind incurred as a result of the use of the service or any content (or product) posted, transmitted, or otherwise made available via the service, even if advised of their possibility. Because some states or jurisdictions do not allow the exclusion or the limitation of liability for consequential or incidental damages, in such states or jurisdictions, our liability shall be limited to the maximum extent permitted by law.SECTION 14 - INDEMNIFICATIONYou agree to indemnify, defend and hold harmless Blackhawk Custom, LLC and our parent, subsidiaries, affiliates, partners, officers, directors, agents, contractors, licensors, service providers, subcontractors, suppliers, interns and employees, harmless from any claim or demand, including reasonable attorneysâ€™ fees, made by any third-party due to or arising out of your breach of these Terms of Service or the documents they incorporate by reference, or your violation of any law or the rights of a third-party.SECTION 15 - SEVERABILITYIn the event that any provision of these Terms of Service is determined to be unlawful, void or unenforceable, such provision shall nonetheless be enforceable to the fullest extent permitted by applicable law, and the unenforceable portion shall be deemed to be severed from these Terms of Service, such determination shall not affect the validity and enforceability of any other remaining provisions.SECTION 16 - TERMINATIONThe obligations and liabilities of the parties incurred prior to the termination date shall survive the termination of this agreement for all purposes.These Terms of Service are effective unless and until terminated by either you or us. You may terminate these Terms of Service at any time by notifying us that you no longer wish to use our Services, or when you cease using our site.If in our sole judgment you fail, or we suspect that you have failed, to comply with any term or provision of these Terms of Service, we also may terminate this agreement at any time without notice and you will remain liable for all amounts due up to and including the date of termination; and/or accordingly may deny you access to our Services (or any part thereof).SECTION 17 - ENTIRE AGREEMENTThe failure of us to exercise or enforce any right or provision of these Terms of Service shall not constitute a waiver of such right or provision.These Terms of Service and any policies or operating rules posted by us on this site or in respect to The Service constitutes the entire agreement and understanding between you and us and govern your use of the Service, superseding any prior or contemporaneous agreements, communications and proposals, whether oral or written, between you and us (including, but not limited to, any prior versions of the Terms of Service).Any ambiguities in the interpretation of these Terms of Service shall not be construed against the drafting party.SECTION 18 - GOVERNING LAWThese Terms of Service and any separate agreements whereby we provide you Services shall be governed by and construed in accordance with the laws of 825 South Kings Highway, Fort Pierce, FL 34945.SECTION 19 - CHANGES TO TERMS OF SERVICEYou can review the most current version of the Terms of Service at any time at this page.We reserve the right, at our sole discretion, to update, change or replace any part of these Terms of Service by posting updates and changes to our website. It is your responsibility to check our website periodically for changes. Your continued use of or access to our website or the Service following the posting of any changes to these Terms of Service constitutes acceptance of those changes.SECTION 20 - CONTACT INFORMATIONQuestions about the Terms of Service should be sent to us at <a href=\"mailto:admin@blackhawkcustom.com\" target=\"_blank\">admin@blackhawkcustom.com</a></p>','Terms And Conditions','','inherit','closed','closed','','95-revision-v1','','','2018-06-23 00:44:22','2018-06-23 04:44:22','',95,'https://bestcerakoteflorida.com/95-revision-v1/',0,'revision','',0),(138,1,'2018-06-23 00:47:30','2018-06-23 04:47:30','<h2>Terms &amp; Conditions</h2><p>TERMS OF SERVICE-----OVERVIEWThis website is operated by Blackhawk Custom, LLC. Throughout the site, the terms â€œweâ€, â€œusâ€ and â€œourâ€ refer to Blackhawk Custom, LLC. Blackhawk Custom, LLC offers this website, including all information, tools and services available from this site to you, the user, conditioned upon your acceptance of all terms, conditions, policies and notices stated here.By visiting our site and/ or purchasing something from us, you engage in our â€œServiceâ€ and agree to be bound by the following terms and conditions (â€œTerms of Serviceâ€, â€œTermsâ€), including those additional terms, conditions, and policies referenced herein and/or available by hyperlink. These Terms of Service apply to all users of the site, including without limitation users who are browsers, vendors, customers, merchants, and/ or contributors of content.Please read these Terms of Service carefully before accessing or using our website. By accessing or using any part of the site, you agree to be bound by these Terms of Service. If you do not agree to all the terms and conditions of this agreement, then you may not access the website or use any services. If these Terms of Service are considered an offer, acceptance is expressly limited to these Terms of Service.Any new features or tools which are added to the current store shall also be subject to the Terms of Service. You can review the most current version of the Terms of Service at any time on this page. We reserve the right to update, change or replace any part of these Terms of Service by posting updates and/or changes to our website. It is your responsibility to check this page periodically for changes. Your continued use of or access to the website following the posting of any changes constitutes acceptance of those changes.SECTION 1 - ONLINE STORE TERMSBy agreeing to these Terms of Service, you represent that you are at least the age of majority in your state or province of residence, or that you are the age of majority in your state or province of residence and you have given us your consent to allow any of your minor dependents to use this site.You may not use our products for any illegal or unauthorized purpose nor may you, in the use of the Service, violate any laws in your jurisdiction (including but not limited to copyright laws).You must not transmit any worms or viruses or any code of a destructive nature.A breach or violation of any of the Terms will result in an immediate termination of your Services.SECTION 2 - GENERAL CONDITIONSWe reserve the right to refuse service to anyone for any reason at any time.You understand that your content (not including credit card information), may be transferred unencrypted and involve (a) transmissions over various networks; and (b) changes to conform and adapt to technical requirements of connecting networks or devices. Credit card information is always encrypted during transfer over networks.You agree not to reproduce, duplicate, copy, sell, resell or exploit any portion of the Service, use of the Service, or access to the Service or any contact on the website through which the service is provided, without express written permission by us.The headings used in this agreement are included for convenience only and will not limit or otherwise affect these Terms.SECTION 3 - ACCURACY, COMPLETENESS AND TIMELINESS OF INFORMATIONWe are not responsible if information made available on this site is not accurate, complete or current. The material on this site is provided for general information only and should not be relied upon or used as the sole basis for making decisions without consulting primary, more accurate, more complete or more timely sources of information. Any reliance on the material on this site is at your own risk.This site may contain certain historical information. Historical information, necessarily, is not current and is provided for your reference only. We reserve the right to modify the contents of this site at any time, but we have no obligation to update any information on our site. You agree that it is your responsibility to monitor changes to our site.SECTION 4 - MODIFICATIONS TO THE SERVICE AND PRICESThe prices for our products are subject to change without notice.We reserve the right at any time to modify or discontinue the Service (or any part or content thereof) without notice at any time.We shall not be liable to you or to any third-party for any modification, price change, suspension or discontinuance of the Service.SECTION 5 - PRODUCTS OR SERVICES (if applicable)Certain products or services may be available exclusively online through the website. These products or services may have limited quantities and are subject to return or exchange only according to our Return Policy.We have made every effort to display as accurately as possible the colors and images of our products that appear at the store. We cannot guarantee that your computer monitor\'s display of any color will be accurate.We reserve the right, but are not obligated, to limit the sales of our products or Services to any person, geographic region or jurisdiction. We may exercise this right on a case-by-case basis. We reserve the right to limit the quantities of any products or services that we offer. All descriptions of products or product pricing are subject to change at anytime without notice, at the sole discretion of us. We reserve the right to discontinue any product at any time. Any offer for any product or service made on this site is void where prohibited.We do not warrant that the quality of any products, services, information, or other material purchased or obtained by you will meet your expectations, or that any errors in the Service will be corrected.SECTION 6 - ACCURACY OF BILLING AND ACCOUNT INFORMATIONWe reserve the right to refuse any order you place with us. We may, in our sole discretion, limit or cancel quantities purchased per person, per household or per order. These restrictions may include orders placed by or under the same customer account, the same credit card, and/or orders that use the same billing and/or shipping address. In the event that we make a change to or cancel an order, we may attempt to notify you by contacting the e-mail and/or billing address/phone number provided at the time the order was made. We reserve the right to limit or prohibit orders that, in our sole judgment, appear to be placed by dealers, resellers or distributors.You agree to provide current, complete and accurate purchase and account information for all purchases made at our store. You agree to promptly update your account and other information, including your email address and credit card numbers and expiration dates, so that we can complete your transactions and contact you as needed.For more detail, please review our Returns Policy.SECTION 7 - OPTIONAL TOOLSWe may provide you with access to third-party tools over which we neither monitor nor have any control nor input.You acknowledge and agree that we provide access to such tools â€as isâ€ and â€œas availableâ€ without any warranties, representations or conditions of any kind and without any endorsement. We shall have no liability whatsoever arising from or relating to your use of optional third-party tools.Any use by you of optional tools offered through the site is entirely at your own risk and discretion and you should ensure that you are familiar with and approve of the terms on which tools are provided by the relevant third-party provider(s).We may also, in the future, offer new services and/or features through the website (including, the release of new tools and resources). Such new features and/or services shall also be subject to these Terms of Service.SECTION 8 - THIRD-PARTY LINKSCertain content, products and services available via our Service may include materials from third-parties.Third-party links on this site may direct you to third-party websites that are not affiliated with us. We are not responsible for examining or evaluating the content or accuracy and we do not warrant and will not have any liability or responsibility for any third-party materials or websites, or for any other materials, products, or services of third-parties.We are not liable for any harm or damages related to the purchase or use of goods, services, resources, content, or any other transactions made in connection with any third-party websites. Please review carefully the third-party\'s policies and practices and make sure you understand them before you engage in any transaction. Complaints, claims, concerns, or questions regarding third-party products should be directed to the third-party.SECTION 9 - USER COMMENTS, FEEDBACK AND OTHER SUBMISSIONSIf, at our request, you send certain specific submissions (for example contest entries) or without a request from us you send creative ideas, suggestions, proposals, plans, or other materials, whether online, by email, by postal mail, or otherwise (collectively, \'comments\'), you agree that we may, at any time, without restriction, edit, copy, publish, distribute, translate and otherwise use in any medium any comments that you forward to us. We are and shall be under no obligation (1) to maintain any comments in confidence; (2) to pay compensation for any comments; or (3) to respond to any comments.We may, but have no obligation to, monitor, edit or remove content that we determine in our sole discretion are unlawful, offensive, threatening, libelous, defamatory, pornographic, obscene or otherwise objectionable or violates any partyâ€™s intellectual property or these Terms of Service.You agree that your comments will not violate any right of any third-party, including copyright, trademark, privacy, personality or other personal or proprietary right. You further agree that your comments will not contain libelous or otherwise unlawful, abusive or obscene material, or contain any computer virus or other malware that could in any way affect the operation of the Service or any related website. You may not use a false e-mail address, pretend to be someone other than yourself, or otherwise mislead us or third-parties as to the origin of any comments. You are solely responsible for any comments you make and their accuracy. We take no responsibility and assume no liability for any comments posted by you or any third-party.SECTION 10 - PERSONAL INFORMATIONYour submission of personal information through the store is governed by our Privacy Policy. To view our Privacy Policy.SECTION 11 - ERRORS, INACCURACIES AND OMISSIONSOccasionally there may be information on our site or in the Service that contains typographical errors, inaccuracies or omissions that may relate to product descriptions, pricing, promotions, offers, product shipping charges, transit times and availability. We reserve the right to correct any errors, inaccuracies or omissions, and to change or update information or cancel orders if any information in the Service or on any related website is inaccurate at any time without prior notice (including after you have submitted your order).We undertake no obligation to update, amend or clarify information in the Service or on any related website, including without limitation, pricing information, except as required by law. No specified update or refresh date applied in the Service or on any related website, should be taken to indicate that all information in the Service or on any related website has been modified or updated.SECTION 12 - PROHIBITED USESIn addition to other prohibitions as set forth in the Terms of Service, you are prohibited from using the site or its content: (a) for any unlawful purpose; (b) to solicit others to perform or participate in any unlawful acts; (c) to violate any international, federal, provincial or state regulations, rules, laws, or local ordinances; (d) to infringe upon or violate our intellectual property rights or the intellectual property rights of others; (e) to harass, abuse, insult, harm, defame, slander, disparage, intimidate, or discriminate based on gender, sexual orientation, religion, ethnicity, race, age, national origin, or disability; (f) to submit false or misleading information; (g) to upload or transmit viruses or any other type of malicious code that will or may be used in any way that will affect the functionality or operation of the Service or of any related website, other websites, or the Internet; (h) to collect or track the personal information of others; (i) to spam, phish, pharm, pretext, spider, crawl, or scrape; (j) for any obscene or immoral purpose; or (k) to interfere with or circumvent the security features of the Service or any related website, other websites, or the Internet. We reserve the right to terminate your use of the Service or any related website for violating any of the prohibited uses.SECTION 13 - DISCLAIMER OF WARRANTIES; LIMITATION OF LIABILITYWe do not guarantee, represent or warrant that your use of our service will be uninterrupted, timely, secure or error-free.We do not warrant that the results that may be obtained from the use of the service will be accurate or reliable.You agree that from time to time we may remove the service for indefinite periods of time or cancel the service at any time, without notice to you.You expressly agree that your use of, or inability to use, the service is at your sole risk. The service and all products and services delivered to you through the service are (except as expressly stated by us) provided \'as is\' and \'as available\' for your use, without any representation, warranties or conditions of any kind, either express or implied, including all implied warranties or conditions of merchantability, merchantable quality, fitness for a particular purpose, durability, title, and non-infringement.In no case shall Blackhawk Custom, LLC, our directors, officers, employees, affiliates, agents, contractors, interns, suppliers, service providers or licensors be liable for any injury, loss, claim, or any direct, indirect, incidental, punitive, special, or consequential damages of any kind, including, without limitation lost profits, lost revenue, lost savings, loss of data, replacement costs, or any similar damages, whether based in contract, tort (including negligence), strict liability or otherwise, arising from your use of any of the service or any products procured using the service, or for any other claim related in any way to your use of the service or any product, including, but not limited to, any errors or omissions in any content, or any loss or damage of any kind incurred as a result of the use of the service or any content (or product) posted, transmitted, or otherwise made available via the service, even if advised of their possibility. Because some states or jurisdictions do not allow the exclusion or the limitation of liability for consequential or incidental damages, in such states or jurisdictions, our liability shall be limited to the maximum extent permitted by law.SECTION 14 - INDEMNIFICATIONYou agree to indemnify, defend and hold harmless Blackhawk Custom, LLC and our parent, subsidiaries, affiliates, partners, officers, directors, agents, contractors, licensors, service providers, subcontractors, suppliers, interns and employees, harmless from any claim or demand, including reasonable attorneysâ€™ fees, made by any third-party due to or arising out of your breach of these Terms of Service or the documents they incorporate by reference, or your violation of any law or the rights of a third-party.SECTION 15 - SEVERABILITYIn the event that any provision of these Terms of Service is determined to be unlawful, void or unenforceable, such provision shall nonetheless be enforceable to the fullest extent permitted by applicable law, and the unenforceable portion shall be deemed to be severed from these Terms of Service, such determination shall not affect the validity and enforceability of any other remaining provisions.SECTION 16 - TERMINATIONThe obligations and liabilities of the parties incurred prior to the termination date shall survive the termination of this agreement for all purposes.These Terms of Service are effective unless and until terminated by either you or us. You may terminate these Terms of Service at any time by notifying us that you no longer wish to use our Services, or when you cease using our site.If in our sole judgment you fail, or we suspect that you have failed, to comply with any term or provision of these Terms of Service, we also may terminate this agreement at any time without notice and you will remain liable for all amounts due up to and including the date of termination; and/or accordingly may deny you access to our Services (or any part thereof).SECTION 17 - ENTIRE AGREEMENTThe failure of us to exercise or enforce any right or provision of these Terms of Service shall not constitute a waiver of such right or provision.These Terms of Service and any policies or operating rules posted by us on this site or in respect to The Service constitutes the entire agreement and understanding between you and us and govern your use of the Service, superseding any prior or contemporaneous agreements, communications and proposals, whether oral or written, between you and us (including, but not limited to, any prior versions of the Terms of Service).Any ambiguities in the interpretation of these Terms of Service shall not be construed against the drafting party.SECTION 18 - GOVERNING LAWThese Terms of Service and any separate agreements whereby we provide you Services shall be governed by and construed in accordance with the laws of 825 South Kings Highway, Fort Pierce, FL 34945.SECTION 19 - CHANGES TO TERMS OF SERVICEYou can review the most current version of the Terms of Service at any time at this page.We reserve the right, at our sole discretion, to update, change or replace any part of these Terms of Service by posting updates and changes to our website. It is your responsibility to check our website periodically for changes. Your continued use of or access to our website or the Service following the posting of any changes to these Terms of Service constitutes acceptance of those changes.SECTION 20 - CONTACT INFORMATIONQuestions about the Terms of Service should be sent to us at <a href=\"mailto:admin@blackhawkcustom.com\" target=\"_blank\">admin@blackhawkcustom.com</a></p>','Terms And Conditions','','inherit','closed','closed','','95-revision-v1','','','2018-06-23 00:47:30','2018-06-23 04:47:30','',95,'https://bestcerakoteflorida.com/95-revision-v1/',0,'revision','',0),(141,1,'2018-06-23 00:48:48','2018-06-23 04:48:48','<a href=\"https://bestcerakoteflorida.com/\" rel=\"\">                    </a><h1 style=\"text-align: center;\"><strong>Privacy</strong></h1><p><span style=\"font-family: Merriweather; font-weight: 400;\" wfd-id=\"98\">Privacy Policy</span></p><p><span style=\"font-family: Merriweather; font-weight: 400;\" wfd-id=\"97\">What personal information do we collect from the people that visit our blog, website or app?When ordering or registering on our site, as appropriate, you may be asked to enter your name, email address, mailing address, phone number, credit card information or other details to help you with your experience.</span></p><p><span style=\"font-weight: 400;\" wfd-id=\"95\"><span style=\"font-family: Merriweather;\" wfd-id=\"96\">When do we collect information?</span></span></p><p><span style=\"font-weight: 400;\" wfd-id=\"93\"><span style=\"font-family: Merriweather;\" wfd-id=\"94\">We collect information from you when you register on our site, place an order, subscribe to a newsletter, respond to a survey, fill out a form or enter information on our site.</span></span></p><p><span style=\"font-weight: 400;\" wfd-id=\"91\"><span style=\"font-family: Merriweather;\" wfd-id=\"92\">How do we use your information?</span></span></p><p><span style=\"font-weight: 400;\" wfd-id=\"89\"><span style=\"font-family: Merriweather;\" wfd-id=\"90\">We may use the information we collect from you when you register, make a purchase, sign up for our newsletter, respond to a survey or marketing communication, surf the website, or use certain other site features in the following ways:â€¢ To personalize user\'s experience and to allow us to deliver the type of content and product offerings in which you are most interested.â€¢ To improve our website in order to better serve you.â€¢ To allow us to better service you in responding to your customer service requests.â€¢ To administer a contest, promotion, survey or other site feature.â€¢ To quickly process your transactions.â€¢ To send periodic emails regarding your order or other products and services.</span></span></p><p><span style=\"font-weight: 400;\" wfd-id=\"87\"><span style=\"font-family: Merriweather;\" wfd-id=\"88\">How do we protect visitor information?</span></span></p><p><span style=\"font-weight: 400;\" wfd-id=\"85\"><span style=\"font-family: Merriweather;\" wfd-id=\"86\">Our website is scanned on a regular basis for security holes and known vulnerabilities in order to make your visit to our site as safe as possible.We use regular Malware Scanning.</span></span></p><p><span style=\"font-weight: 400;\" wfd-id=\"83\"><span style=\"font-family: Merriweather;\" wfd-id=\"84\">Your personal information is contained behind secured networks and is only accessible by a limited number of persons who have special access rights to such systems, and are required to keep the information confidential. In addition, all sensitive/credit information you supply is encrypted via Secure Socket Layer (SSL) technology.</span></span></p><p><span style=\"font-weight: 400;\" wfd-id=\"81\"><span style=\"font-family: Merriweather;\" wfd-id=\"82\">We implement a variety of security measures when a user places an order, enters, submits, or accesses their information to maintain the safety of your personal information.</span></span></p><p><span style=\"font-weight: 400;\" wfd-id=\"79\"><span style=\"font-family: Merriweather;\" wfd-id=\"80\">All transactions are processed through a gateway provider and are not stored or processed on our servers.</span></span></p><p><span style=\"font-weight: 400;\" wfd-id=\"77\"><span style=\"font-family: Merriweather;\" wfd-id=\"78\">Do we use \'cookies\'?</span></span></p><p><span style=\"font-weight: 400;\" wfd-id=\"75\"><span style=\"font-family: Merriweather;\" wfd-id=\"76\">Yes. Cookies are small files that a site or its service provider transfers to your computer\'s hard drive through your Web browser (if you allow) that enable the site\'s or service provider\'s systems to recognize your browser and capture and remember certain information. For instance, we use cookies to help us remember and process the items in your shopping cart. They are also used to help us understand your preferences based on previous or current site activity, which enables us to provide you with improved services. We also use cookies to help us compile aggregate data about site traffic and site interaction so that we can offer better site experiences and tools in the future.</span></span></p><p><span style=\"font-weight: 400;\" wfd-id=\"73\"><span style=\"font-family: Merriweather;\" wfd-id=\"74\">We use cookies to:</span></span></p><p><span style=\"font-weight: 400;\" wfd-id=\"71\"><span style=\"font-family: Merriweather;\" wfd-id=\"72\">â€¢ Help remember and process the items in the shopping cart.â€¢ Understand and save user\'s preferences for future visits.You can choose to have your computer warn you each time a cookie is being sent, or you can choose to turn off all cookies. You do this through your browser (like Internet Explorer) settings. Each browser is a little different, so look at your browser\'s Help menu to learn the correct way to modify your cookies.If users disable cookies in their browser:If you turn off cookies, some features will be disabled. However, you can still place orders forsaved items in your shopping cart over the telephone by contacting customer service.</span></span></p><p><span style=\"font-weight: 400;\" wfd-id=\"69\"><span style=\"font-family: Merriweather;\" wfd-id=\"70\">Third Party Disclosure</span></span></p><p><span style=\"font-weight: 400;\" wfd-id=\"67\"><span style=\"font-family: Merriweather;\" wfd-id=\"68\">We do not sell, trade, or otherwise transfer to outside parties your personally identifiable information.</span></span></p><p><span style=\"font-weight: 400;\" wfd-id=\"65\"><span style=\"font-family: Merriweather;\" wfd-id=\"66\">Third party links</span></span></p><p><span style=\"font-weight: 400;\" wfd-id=\"63\"><span style=\"font-family: Merriweather;\" wfd-id=\"64\">Occasionally, at our discretion, we may include or offer third party products or services on our website. These third party sites have separate and independent privacy policies. We therefore have no responsibility or liability for the content and activities of these linked sites. Nonetheless, we seek to protect the integrity of our site and welcome any feedback about these sites.</span></span></p><p><span style=\"font-weight: 400;\" wfd-id=\"61\"><span style=\"font-family: Merriweather;\" wfd-id=\"62\">Google</span></span></p><p><span style=\"font-weight: 400;\" wfd-id=\"59\"><span style=\"font-family: Merriweather;\" wfd-id=\"60\">Google\'s advertising requirements can be summed up by Google\'s Advertising Principles. They are put in place to provide a positive experience for users. https://support.google.com/adwordspolicy/answer/1316548?hl=enOpting out:Users can set preferences for how Google advertises to you using the Google Ad Settings page. Alternatively, you can opt out by visiting the Network Advertising initiative opt out page or permanently using the Google Analytics Opt Out Browser add on.California Online Privacy Protection ActCalOPPA is the first state law in the nation to require commercial websites and online services to post a privacy policy. The law\'s reach stretches well beyond California to require a person or company in the United States (and conceivably the world) that operates websites collecting personally identifiable information from California consumers to post a conspicuous privacy policy on its website stating exactly the information being collected and those individuals with whom it is being shared, and to comply with this policy.See more at: http://consumercal.org/california-online-privacy-protection-act-caloppa/#sthash.0FdRbT51.dpufAccording to CalOPPA we agree to the following:Users can visit our site anonymouslyOnce this privacy policy is created, we will add a link to it on our home page, or as a minimum on the first significant page after entering our website.Our Privacy Policy link includes the word \'Privacy\', and can be easily be found on the page specified above.Users will be notified of any privacy policy changes:â€¢ On our Privacy Policy PageUsers are able to change their personal information:â€¢ By emailing usâ€¢ By calling us</span></span></p><p><span style=\"font-weight: 400;\" wfd-id=\"57\"><span style=\"font-family: Merriweather;\" wfd-id=\"58\">How does our site handle do not track signals?</span></span></p><p><span style=\"font-weight: 400;\" wfd-id=\"55\"><span style=\"font-family: Merriweather;\" wfd-id=\"56\">We honor do not track signals and do not track, plant cookies, or use advertising when a Do Not Track (DNT) browser mechanism is in place.</span></span></p><p><span style=\"font-weight: 400;\" wfd-id=\"53\"><span style=\"font-family: Merriweather;\" wfd-id=\"54\">Does our site allow third party behavioral tracking?</span></span></p><p><span style=\"font-weight: 400;\" wfd-id=\"51\"><span style=\"font-family: Merriweather;\" wfd-id=\"52\">It\'s also important to note that we do not allow third party behavioral trackingCOPPA (Children Online Privacy Protection Act)When it comes to the collection of personal information from children under 13, the Children\'s Online Privacy Protection Act (COPPA) puts parents in control. The Federal Trade Commission, the nation\'s consumer protection agency, enforces the COPPA Rule, which spells out what operators of websites and online services must do to protect children\'s privacy and safety online.</span></span></p><p><span style=\"font-weight: 400;\" wfd-id=\"49\"><span style=\"font-family: Merriweather;\" wfd-id=\"50\">We do not specifically market to children under 13.</span></span></p><p><span style=\"font-weight: 400;\" wfd-id=\"47\"><span style=\"font-family: Merriweather;\" wfd-id=\"48\">Fair Information Practices</span></span></p><p><span style=\"font-weight: 400;\" wfd-id=\"45\"><span style=\"font-family: Merriweather;\" wfd-id=\"46\">The Fair Information Practices Principles form the backbone of privacy law in the United States and the concepts they include have played a significant role in the development of data protection laws around the globe. Understanding the Fair Information Practice Principles and how they should be implemented is critical to comply with the various privacy laws that protect personal information.In order to be in line with Fair Information Practices we will take the following responsive action, should a data breach occur:â€¢ Within 7 business daysWe will notify the users via in site notificationâ€¢ Within 7 business daysWe also agree to the individual redress principle, which requires that individuals have a right to pursue legally enforceable rights against data collectors and processors who fail to adhere to the law. This principle requires not only that individuals have enforceable rights against data users, but also that individuals have recourse to courts or a government agency to investigate and/or prosecute non-compliance by data processors.CAN SPAM ActThe CAN-SPAM Act is a law that sets the rules for commercial email, establishes requirements for commercial messages, gives recipients the right to have emails stopped from being sent to them, and spells out tough penalties for violations.</span></span></p><p><span style=\"font-weight: 400;\" wfd-id=\"43\"><span style=\"font-family: Merriweather;\" wfd-id=\"44\">We collect your email address in order to:</span></span></p><p><span style=\"font-weight: 400;\" wfd-id=\"41\"><span style=\"font-family: Merriweather;\" wfd-id=\"42\">â€¢ Send information, respond to inquiries, and/or other requests or questions.â€¢ Process orders and to send information and updates pertaining to ordersâ€¢ Market to our mailing list or continue to send emails to our clients after the original transaction has occurredTo be in accordance with CANSPAM we agree to the following:â€¢ NOT use false, or misleading subjects or email addressesâ€¢ Identify the message as an advertisement in some reasonable wayâ€¢ Include the physical address of our business or site headquartersâ€¢ Monitor third party email marketing services for compliance, if one is used.â€¢ Honor opt-out/unsubscribe requests quicklyâ€¢ Allow users to unsubscribe by using the link at the bottom of each emailIf at any time you would like to unsubscribe from receiving future emails, you can email us atâ€¢ Follow the instructions at the bottom of each email. and we will promptly remove you from ALL correspondence.</span></span></p><p><span style=\"font-weight: 400;\" wfd-id=\"39\"><span style=\"font-family: Merriweather;\" wfd-id=\"40\">Contacting Us</span></span></p><p><span style=\"font-weight: 400;\" wfd-id=\"37\"><span style=\"font-family: Merriweather;\" wfd-id=\"38\">If there are any questions regarding this privacy policy you may contact us using the information below.Blackhawk Custom, LLC.825 South Kings HighwayFort Pierce, FL 34945United Stateshttps://www.blackhawkcustom.com</span></span></p><p><span style=\"font-weight: 400;\" wfd-id=\"35\"><span style=\"font-family: Merriweather;\" wfd-id=\"36\">Conditions of use:</span></span></p><p><span style=\"font-weight: 400;\" wfd-id=\"33\"><span style=\"font-family: Merriweather;\" wfd-id=\"34\">â€‹</span></span><span style=\"font-family: Merriweather; font-weight: 400;\" wfd-id=\"32\">By using this website, you agree to all of our terms and conditions of the saleAll sales are final (See our refund policy)</span></p>','Privacy','','publish','closed','closed','','privacy','','','2019-03-08 12:50:29','2019-03-08 17:50:29','',0,'https://bestcerakoteflorida.com/?page_id=141',0,'page','',0),(142,1,'2018-06-23 00:48:48','2018-06-23 04:48:48','','Privacy','','inherit','closed','closed','','141-revision-v1','','','2018-06-23 00:48:48','2018-06-23 04:48:48','',141,'https://bestcerakoteflorida.com/141-revision-v1/',0,'revision','',0),(143,1,'2019-03-06 15:19:32','2019-03-06 20:19:32','<h1 style=\"text-align: center;\"><strong>Privacy</strong></h1>\n<span style=\"font-family: Merriweather; font-weight: 400;\">Privacy Policy</span>\n\n<span style=\"font-family: Merriweather; font-weight: 400;\">What personal information do we collect from the people that visit our blog, website or app?When ordering or registering on our site, as appropriate, you may be asked to enter your name, email address, mailing address, phone number, credit card information or other details to help you with your experience.</span>\n\n<span style=\"font-weight: 400;\"><span style=\"font-family: Merriweather;\">When do we collect information?</span></span>\n\n<span style=\"font-weight: 400;\"><span style=\"font-family: Merriweather;\">We collect information from you when you register on our site, place an order, subscribe to a newsletter, respond to a survey, fill out a form or enter information on our site.</span></span>\n\n<span style=\"font-weight: 400;\"><span style=\"font-family: Merriweather;\">How do we use your information?</span></span>\n\n<span style=\"font-weight: 400;\"><span style=\"font-family: Merriweather;\">We may use the information we collect from you when you register, make a purchase, sign up for our newsletter, respond to a survey or marketing communication, surf the website, or use certain other site features in the following ways:â€¢ To personalize user\'s experience and to allow us to deliver the type of content and product offerings in which you are most interested.â€¢ To improve our website in order to better serve you.â€¢ To allow us to better service you in responding to your customer service requests.â€¢ To administer a contest, promotion, survey or other site feature.â€¢ To quickly process your transactions.â€¢ To send periodic emails regarding your order or other products and services.</span></span>\n\n<span style=\"font-weight: 400;\"><span style=\"font-family: Merriweather;\">How do we protect visitor information?</span></span>\n\n<span style=\"font-weight: 400;\"><span style=\"font-family: Merriweather;\">Our website is scanned on a regular basis for security holes and known vulnerabilities in order to make your visit to our site as safe as possible.We use regular Malware Scanning.</span></span>\n\n<span style=\"font-weight: 400;\"><span style=\"font-family: Merriweather;\">Your personal information is contained behind secured networks and is only accessible by a limited number of persons who have special access rights to such systems, and are required to keep the information confidential. In addition, all sensitive/credit information you supply is encrypted via Secure Socket Layer (SSL) technology.</span></span>\n\n<span style=\"font-weight: 400;\"><span style=\"font-family: Merriweather;\">We implement a variety of security measures when a user places an order, enters, submits, or accesses their information to maintain the safety of your personal information.</span></span>\n\n<span style=\"font-weight: 400;\"><span style=\"font-family: Merriweather;\">All transactions are processed through a gateway provider and are not stored or processed on our servers.</span></span>\n\n<span style=\"font-weight: 400;\"><span style=\"font-family: Merriweather;\">Do we use \'cookies\'?</span></span>\n\n<span style=\"font-weight: 400;\"><span style=\"font-family: Merriweather;\">Yes. Cookies are small files that a site or its service provider transfers to your computer\'s hard drive through your Web browser (if you allow) that enable the site\'s or service provider\'s systems to recognize your browser and capture and remember certain information. For instance, we use cookies to help us remember and process the items in your shopping cart. They are also used to help us understand your preferences based on previous or current site activity, which enables us to provide you with improved services. We also use cookies to help us compile aggregate data about site traffic and site interaction so that we can offer better site experiences and tools in the future.</span></span>\n\n<span style=\"font-weight: 400;\"><span style=\"font-family: Merriweather;\">We use cookies to:</span></span>\n\n<span style=\"font-weight: 400;\"><span style=\"font-family: Merriweather;\">â€¢ Help remember and process the items in the shopping cart.â€¢ Understand and save user\'s preferences for future visits.You can choose to have your computer warn you each time a cookie is being sent, or you can choose to turn off all cookies. You do this through your browser (like Internet Explorer) settings. Each browser is a little different, so look at your browser\'s Help menu to learn the correct way to modify your cookies.If users disable cookies in their browser:If you turn off cookies, some features will be disabled. However, you can still place orders forsaved items in your shopping cart over the telephone by contacting customer service.</span></span>\n\n<span style=\"font-weight: 400;\"><span style=\"font-family: Merriweather;\">Third Party Disclosure</span></span>\n\n<span style=\"font-weight: 400;\"><span style=\"font-family: Merriweather;\">We do not sell, trade, or otherwise transfer to outside parties your personally identifiable information.</span></span>\n\n<span style=\"font-weight: 400;\"><span style=\"font-family: Merriweather;\">Third party links</span></span>\n\n<span style=\"font-weight: 400;\"><span style=\"font-family: Merriweather;\">Occasionally, at our discretion, we may include or offer third party products or services on our website. These third party sites have separate and independent privacy policies. We therefore have no responsibility or liability for the content and activities of these linked sites. Nonetheless, we seek to protect the integrity of our site and welcome any feedback about these sites.</span></span>\n\n<span style=\"font-weight: 400;\"><span style=\"font-family: Merriweather;\">Google</span></span>\n\n<span style=\"font-weight: 400;\"><span style=\"font-family: Merriweather;\">Google\'s advertising requirements can be summed up by Google\'s Advertising Principles. They are put in place to provide a positive experience for users. https://support.google.com/adwordspolicy/answer/1316548?hl=enOpting out:Users can set preferences for how Google advertises to you using the Google Ad Settings page. Alternatively, you can opt out by visiting the Network Advertising initiative opt out page or permanently using the Google Analytics Opt Out Browser add on.California Online Privacy Protection ActCalOPPA is the first state law in the nation to require commercial websites and online services to post a privacy policy. The law\'s reach stretches well beyond California to require a person or company in the United States (and conceivably the world) that operates websites collecting personally identifiable information from California consumers to post a conspicuous privacy policy on its website stating exactly the information being collected and those individuals with whom it is being shared, and to comply with this policy.See more at: http://consumercal.org/california-online-privacy-protection-act-caloppa/#sthash.0FdRbT51.dpufAccording to CalOPPA we agree to the following:Users can visit our site anonymouslyOnce this privacy policy is created, we will add a link to it on our home page, or as a minimum on the first significant page after entering our website.Our Privacy Policy link includes the word \'Privacy\', and can be easily be found on the page specified above.Users will be notified of any privacy policy changes:â€¢ On our Privacy Policy PageUsers are able to change their personal information:â€¢ By emailing usâ€¢ By calling us</span></span>\n\n<span style=\"font-weight: 400;\"><span style=\"font-family: Merriweather;\">How does our site handle do not track signals?</span></span>\n\n<span style=\"font-weight: 400;\"><span style=\"font-family: Merriweather;\">We honor do not track signals and do not track, plant cookies, or use advertising when a Do Not Track (DNT) browser mechanism is in place.</span></span>\n\n<span style=\"font-weight: 400;\"><span style=\"font-family: Merriweather;\">Does our site allow third party behavioral tracking?</span></span>\n\n<span style=\"font-weight: 400;\"><span style=\"font-family: Merriweather;\">It\'s also important to note that we do not allow third party behavioral trackingCOPPA (Children Online Privacy Protection Act)When it comes to the collection of personal information from children under 13, the Children\'s Online Privacy Protection Act (COPPA) puts parents in control. The Federal Trade Commission, the nation\'s consumer protection agency, enforces the COPPA Rule, which spells out what operators of websites and online services must do to protect children\'s privacy and safety online.</span></span>\n\n<span style=\"font-weight: 400;\"><span style=\"font-family: Merriweather;\">We do not specifically market to children under 13.</span></span>\n\n<span style=\"font-weight: 400;\"><span style=\"font-family: Merriweather;\">Fair Information Practices</span></span>\n\n<span style=\"font-weight: 400;\"><span style=\"font-family: Merriweather;\">The Fair Information Practices Principles form the backbone of privacy law in the United States and the concepts they include have played a significant role in the development of data protection laws around the globe. Understanding the Fair Information Practice Principles and how they should be implemented is critical to comply with the various privacy laws that protect personal information.In order to be in line with Fair Information Practices we will take the following responsive action, should a data breach occur:â€¢ Within 7 business daysWe will notify the users via in site notificationâ€¢ Within 7 business daysWe also agree to the individual redress principle, which requires that individuals have a right to pursue legally enforceable rights against data collectors and processors who fail to adhere to the law. This principle requires not only that individuals have enforceable rights against data users, but also that individuals have recourse to courts or a government agency to investigate and/or prosecute non-compliance by data processors.CAN SPAM ActThe CAN-SPAM Act is a law that sets the rules for commercial email, establishes requirements for commercial messages, gives recipients the right to have emails stopped from being sent to them, and spells out tough penalties for violations.</span></span>\n\n<span style=\"font-weight: 400;\"><span style=\"font-family: Merriweather;\">We collect your email address in order to:</span></span>\n\n<span style=\"font-weight: 400;\"><span style=\"font-family: Merriweather;\">â€¢ Send information, respond to inquiries, and/or other requests or questions.â€¢ Process orders and to send information and updates pertaining to ordersâ€¢ Market to our mailing list or continue to send emails to our clients after the original transaction has occurredTo be in accordance with CANSPAM we agree to the following:â€¢ NOT use false, or misleading subjects or email addressesâ€¢ Identify the message as an advertisement in some reasonable wayâ€¢ Include the physical address of our business or site headquartersâ€¢ Monitor third party email marketing services for compliance, if one is used.â€¢ Honor opt-out/unsubscribe requests quicklyâ€¢ Allow users to unsubscribe by using the link at the bottom of each emailIf at any time you would like to unsubscribe from receiving future emails, you can email us atâ€¢ Follow the instructions at the bottom of each email. and we will promptly remove you from ALL correspondence.</span></span>\n\n<span style=\"font-weight: 400;\"><span style=\"font-family: Merriweather;\">Contacting Us</span></span>\n\n<span style=\"font-weight: 400;\"><span style=\"font-family: Merriweather;\">If there are any questions regarding this privacy policy you may contact us using the information below.Blackhawk Custom, LLC.825 South Kings HighwayFort Pierce, FL 34945United Stateshttps://www.blackhawkcustom.com</span></span>\n\n<span style=\"font-weight: 400;\"><span style=\"font-family: Merriweather;\">Conditions of use:</span></span>\n\n<span style=\"font-weight: 400;\"><span style=\"font-family: Merriweather;\">â€‹</span></span><span style=\"font-family: Merriweather; font-weight: 400;\">By using this website, you agree to all of our terms and conditions of the saleAll sales are final (See our refund policy)</span>','Privacy','','inherit','closed','closed','','141-autosave-v1','','','2019-03-06 15:19:32','2019-03-06 20:19:32','',141,'https://bestcerakoteflorida.com/141-autosave-v1/',0,'revision','',0),(144,1,'2018-06-23 01:36:48','2018-06-23 05:36:48','<h1 data-css=\"tve-u-16035acf904\"><strong>Privacy</strong></h1><p data-css=\"tve-u-1642b20c920\">Privacy Policy</p><p data-css=\"tve-u-1642b20c920\">What personal information do we collect from the people that visit our blog, website or app?When ordering or registering on our site, as appropriate, you may be asked to enter your name, email address, mailing address, phone number, credit card information or other details to help you with your experience.</p><p data-css=\"tve-u-1642b20c920\">When do we collect information?</p><p data-css=\"tve-u-1642b20c920\">We collect information from you when you register on our site, place an order, subscribe to a newsletter, respond to a survey, fill out a form or enter information on our site.</p><p data-css=\"tve-u-1642b20c920\">How do we use your information?</p><p data-css=\"tve-u-1642b20c920\">We may use the information we collect from you when you register, make a purchase, sign up for our newsletter, respond to a survey or marketing communication, surf the website, or use certain other site features in the following ways:â€¢ To personalize user\'s experience and to allow us to deliver the type of content and product offerings in which you are most interested.â€¢ To improve our website in order to better serve you.â€¢ To allow us to better service you in responding to your customer service requests.â€¢ To administer a contest, promotion, survey or other site feature.â€¢ To quickly process your transactions.â€¢ To send periodic emails regarding your order or other products and services.</p><p data-css=\"tve-u-1642b20c920\">How do we protect visitor information?</p><p data-css=\"tve-u-1642b20c920\">Our website is scanned on a regular basis for security holes and known vulnerabilities in order to make your visit to our site as safe as possible.We use regular Malware Scanning.</p><p data-css=\"tve-u-1642b20c920\">Your personal information is contained behind secured networks and is only accessible by a limited number of persons who have special access rights to such systems, and are required to keep the information confidential. In addition, all sensitive/credit information you supply is encrypted via Secure Socket Layer (SSL) technology.</p><p data-css=\"tve-u-1642b20c920\">We implement a variety of security measures when a user places an order, enters, submits, or accesses their information to maintain the safety of your personal information.</p><p data-css=\"tve-u-1642b20c920\">All transactions are processed through a gateway provider and are not stored or processed on our servers.</p><p data-css=\"tve-u-1642b20c920\">Do we use \'cookies\'?</p><p data-css=\"tve-u-1642b20c920\">Yes. Cookies are small files that a site or its service provider transfers to your computer\'s hard drive through your Web browser (if you allow) that enable the site\'s or service provider\'s systems to recognize your browser and capture and remember certain information. For instance, we use cookies to help us remember and process the items in your shopping cart. They are also used to help us understand your preferences based on previous or current site activity, which enables us to provide you with improved services. We also use cookies to help us compile aggregate data about site traffic and site interaction so that we can offer better site experiences and tools in the future.</p><p data-css=\"tve-u-1642b20c920\">We use cookies to:</p><p data-css=\"tve-u-1642b20c920\">â€¢ Help remember and process the items in the shopping cart.â€¢ Understand and save user\'s preferences for future visits.You can choose to have your computer warn you each time a cookie is being sent, or you can choose to turn off all cookies. You do this through your browser (like Internet Explorer) settings. Each browser is a little different, so look at your browser\'s Help menu to learn the correct way to modify your cookies.If users disable cookies in their browser:If you turn off cookies, some features will be disabled. However, you can still place orders forsaved items in your shopping cart over the telephone by contacting customer service.</p><p data-css=\"tve-u-1642b20c920\">Third Party Disclosure</p><p data-css=\"tve-u-1642b20c920\">We do not sell, trade, or otherwise transfer to outside parties your personally identifiable information.</p><p data-css=\"tve-u-1642b20c920\">Third party links</p><p data-css=\"tve-u-1642b20c920\">Occasionally, at our discretion, we may include or offer third party products or services on our website. These third party sites have separate and independent privacy policies. We therefore have no responsibility or liability for the content and activities of these linked sites. Nonetheless, we seek to protect the integrity of our site and welcome any feedback about these sites.</p><p data-css=\"tve-u-1642b20c920\">Google</p><p data-css=\"tve-u-1642b20c920\">Google\'s advertising requirements can be summed up by Google\'s Advertising Principles. They are put in place to provide a positive experience for users. https://support.google.com/adwordspolicy/answer/1316548?hl=enOpting out:Users can set preferences for how Google advertises to you using the Google Ad Settings page. Alternatively, you can opt out by visiting the Network Advertising initiative opt out page or permanently using the Google Analytics Opt Out Browser add on.California Online Privacy Protection ActCalOPPA is the first state law in the nation to require commercial websites and online services to post a privacy policy. The law\'s reach stretches well beyond California to require a person or company in the United States (and conceivably the world) that operates websites collecting personally identifiable information from California consumers to post a conspicuous privacy policy on its website stating exactly the information being collected and those individuals with whom it is being shared, and to comply with this policy.See more at: http://consumercal.org/california-online-privacy-protection-act-caloppa/#sthash.0FdRbT51.dpufAccording to CalOPPA we agree to the following:Users can visit our site anonymouslyOnce this privacy policy is created, we will add a link to it on our home page, or as a minimum on the first significant page after entering our website.Our Privacy Policy link includes the word \'Privacy\', and can be easily be found on the page specified above.Users will be notified of any privacy policy changes:â€¢ On our Privacy Policy PageUsers are able to change their personal information:â€¢ By emailing usâ€¢ By calling us</p><p data-css=\"tve-u-1642b20c920\">How does our site handle do not track signals?</p><p data-css=\"tve-u-1642b20c920\">We honor do not track signals and do not track, plant cookies, or use advertising when a Do Not Track (DNT) browser mechanism is in place.</p><p data-css=\"tve-u-1642b20c920\">Does our site allow third party behavioral tracking?</p><p data-css=\"tve-u-1642b20c920\">It\'s also important to note that we do not allow third party behavioral trackingCOPPA (Children Online Privacy Protection Act)When it comes to the collection of personal information from children under 13, the Children\'s Online Privacy Protection Act (COPPA) puts parents in control. The Federal Trade Commission, the nation\'s consumer protection agency, enforces the COPPA Rule, which spells out what operators of websites and online services must do to protect children\'s privacy and safety online.</p><p data-css=\"tve-u-1642b20c920\">We do not specifically market to children under 13.</p><p data-css=\"tve-u-1642b20c920\">Fair Information Practices</p><p data-css=\"tve-u-1642b20c920\">The Fair Information Practices Principles form the backbone of privacy law in the United States and the concepts they include have played a significant role in the development of data protection laws around the globe. Understanding the Fair Information Practice Principles and how they should be implemented is critical to comply with the various privacy laws that protect personal information.In order to be in line with Fair Information Practices we will take the following responsive action, should a data breach occur:â€¢ Within 7 business daysWe will notify the users via in site notificationâ€¢ Within 7 business daysWe also agree to the individual redress principle, which requires that individuals have a right to pursue legally enforceable rights against data collectors and processors who fail to adhere to the law. This principle requires not only that individuals have enforceable rights against data users, but also that individuals have recourse to courts or a government agency to investigate and/or prosecute non-compliance by data processors.CAN SPAM ActThe CAN-SPAM Act is a law that sets the rules for commercial email, establishes requirements for commercial messages, gives recipients the right to have emails stopped from being sent to them, and spells out tough penalties for violations.</p><p data-css=\"tve-u-1642b20c920\">We collect your email address in order to:</p><p data-css=\"tve-u-1642b20c920\">â€¢ Send information, respond to inquiries, and/or other requests or questions.â€¢ Process orders and to send information and updates pertaining to ordersâ€¢ Market to our mailing list or continue to send emails to our clients after the original transaction has occurredTo be in accordance with CANSPAM we agree to the following:â€¢ NOT use false, or misleading subjects or email addressesâ€¢ Identify the message as an advertisement in some reasonable wayâ€¢ Include the physical address of our business or site headquartersâ€¢ Monitor third party email marketing services for compliance, if one is used.â€¢ Honor opt-out/unsubscribe requests quicklyâ€¢ Allow users to unsubscribe by using the link at the bottom of each emailIf at any time you would like to unsubscribe from receiving future emails, you can email us atâ€¢ Follow the instructions at the bottom of each email. and we will promptly remove you from ALL correspondence.</p><p data-css=\"tve-u-1642b20c920\">Contacting Us</p><p data-css=\"tve-u-1642b20c920\">If there are any questions regarding this privacy policy you may contact us using the information below.Blackhawk Custom, LLC.825 South Kings HighwayFort Pierce, FL 34945United Stateshttps://www.blackhawkcustom.comConditions of use:</p><p data-css=\"tve-u-1642b20c920\">By using this website, you agree to all of our terms and conditions of the saleAll sales are final (See our refund policy)</p><p>Copyright text and footer links.</p>','Privacy','','inherit','closed','closed','','141-revision-v1','','','2018-06-23 01:36:48','2018-06-23 05:36:48','',141,'https://bestcerakoteflorida.com/141-revision-v1/',0,'revision','',0),(145,1,'2018-06-23 01:36:48','2018-06-23 05:36:48','<h1 data-css=\"tve-u-16035acf904\"><strong>Privacy</strong></h1><p data-css=\"tve-u-1642b20c920\">Privacy Policy</p><p data-css=\"tve-u-1642b20c920\">What personal information do we collect from the people that visit our blog, website or app?When ordering or registering on our site, as appropriate, you may be asked to enter your name, email address, mailing address, phone number, credit card information or other details to help you with your experience.</p><p data-css=\"tve-u-1642b20c920\">When do we collect information?</p><p data-css=\"tve-u-1642b20c920\">We collect information from you when you register on our site, place an order, subscribe to a newsletter, respond to a survey, fill out a form or enter information on our site.</p><p data-css=\"tve-u-1642b20c920\">How do we use your information?</p><p data-css=\"tve-u-1642b20c920\">We may use the information we collect from you when you register, make a purchase, sign up for our newsletter, respond to a survey or marketing communication, surf the website, or use certain other site features in the following ways:â€¢ To personalize user\'s experience and to allow us to deliver the type of content and product offerings in which you are most interested.â€¢ To improve our website in order to better serve you.â€¢ To allow us to better service you in responding to your customer service requests.â€¢ To administer a contest, promotion, survey or other site feature.â€¢ To quickly process your transactions.â€¢ To send periodic emails regarding your order or other products and services.</p><p data-css=\"tve-u-1642b20c920\">How do we protect visitor information?</p><p data-css=\"tve-u-1642b20c920\">Our website is scanned on a regular basis for security holes and known vulnerabilities in order to make your visit to our site as safe as possible.We use regular Malware Scanning.</p><p data-css=\"tve-u-1642b20c920\">Your personal information is contained behind secured networks and is only accessible by a limited number of persons who have special access rights to such systems, and are required to keep the information confidential. In addition, all sensitive/credit information you supply is encrypted via Secure Socket Layer (SSL) technology.</p><p data-css=\"tve-u-1642b20c920\">We implement a variety of security measures when a user places an order, enters, submits, or accesses their information to maintain the safety of your personal information.</p><p data-css=\"tve-u-1642b20c920\">All transactions are processed through a gateway provider and are not stored or processed on our servers.</p><p data-css=\"tve-u-1642b20c920\">Do we use \'cookies\'?</p><p data-css=\"tve-u-1642b20c920\">Yes. Cookies are small files that a site or its service provider transfers to your computer\'s hard drive through your Web browser (if you allow) that enable the site\'s or service provider\'s systems to recognize your browser and capture and remember certain information. For instance, we use cookies to help us remember and process the items in your shopping cart. They are also used to help us understand your preferences based on previous or current site activity, which enables us to provide you with improved services. We also use cookies to help us compile aggregate data about site traffic and site interaction so that we can offer better site experiences and tools in the future.</p><p data-css=\"tve-u-1642b20c920\">We use cookies to:</p><p data-css=\"tve-u-1642b20c920\">â€¢ Help remember and process the items in the shopping cart.â€¢ Understand and save user\'s preferences for future visits.You can choose to have your computer warn you each time a cookie is being sent, or you can choose to turn off all cookies. You do this through your browser (like Internet Explorer) settings. Each browser is a little different, so look at your browser\'s Help menu to learn the correct way to modify your cookies.If users disable cookies in their browser:If you turn off cookies, some features will be disabled. However, you can still place orders forsaved items in your shopping cart over the telephone by contacting customer service.</p><p data-css=\"tve-u-1642b20c920\">Third Party Disclosure</p><p data-css=\"tve-u-1642b20c920\">We do not sell, trade, or otherwise transfer to outside parties your personally identifiable information.</p><p data-css=\"tve-u-1642b20c920\">Third party links</p><p data-css=\"tve-u-1642b20c920\">Occasionally, at our discretion, we may include or offer third party products or services on our website. These third party sites have separate and independent privacy policies. We therefore have no responsibility or liability for the content and activities of these linked sites. Nonetheless, we seek to protect the integrity of our site and welcome any feedback about these sites.</p><p data-css=\"tve-u-1642b20c920\">Google</p><p data-css=\"tve-u-1642b20c920\">Google\'s advertising requirements can be summed up by Google\'s Advertising Principles. They are put in place to provide a positive experience for users. https://support.google.com/adwordspolicy/answer/1316548?hl=enOpting out:Users can set preferences for how Google advertises to you using the Google Ad Settings page. Alternatively, you can opt out by visiting the Network Advertising initiative opt out page or permanently using the Google Analytics Opt Out Browser add on.California Online Privacy Protection ActCalOPPA is the first state law in the nation to require commercial websites and online services to post a privacy policy. The law\'s reach stretches well beyond California to require a person or company in the United States (and conceivably the world) that operates websites collecting personally identifiable information from California consumers to post a conspicuous privacy policy on its website stating exactly the information being collected and those individuals with whom it is being shared, and to comply with this policy.See more at: http://consumercal.org/california-online-privacy-protection-act-caloppa/#sthash.0FdRbT51.dpufAccording to CalOPPA we agree to the following:Users can visit our site anonymouslyOnce this privacy policy is created, we will add a link to it on our home page, or as a minimum on the first significant page after entering our website.Our Privacy Policy link includes the word \'Privacy\', and can be easily be found on the page specified above.Users will be notified of any privacy policy changes:â€¢ On our Privacy Policy PageUsers are able to change their personal information:â€¢ By emailing usâ€¢ By calling us</p><p data-css=\"tve-u-1642b20c920\">How does our site handle do not track signals?</p><p data-css=\"tve-u-1642b20c920\">We honor do not track signals and do not track, plant cookies, or use advertising when a Do Not Track (DNT) browser mechanism is in place.</p><p data-css=\"tve-u-1642b20c920\">Does our site allow third party behavioral tracking?</p><p data-css=\"tve-u-1642b20c920\">It\'s also important to note that we do not allow third party behavioral trackingCOPPA (Children Online Privacy Protection Act)When it comes to the collection of personal information from children under 13, the Children\'s Online Privacy Protection Act (COPPA) puts parents in control. The Federal Trade Commission, the nation\'s consumer protection agency, enforces the COPPA Rule, which spells out what operators of websites and online services must do to protect children\'s privacy and safety online.</p><p data-css=\"tve-u-1642b20c920\">We do not specifically market to children under 13.</p><p data-css=\"tve-u-1642b20c920\">Fair Information Practices</p><p data-css=\"tve-u-1642b20c920\">The Fair Information Practices Principles form the backbone of privacy law in the United States and the concepts they include have played a significant role in the development of data protection laws around the globe. Understanding the Fair Information Practice Principles and how they should be implemented is critical to comply with the various privacy laws that protect personal information.In order to be in line with Fair Information Practices we will take the following responsive action, should a data breach occur:â€¢ Within 7 business daysWe will notify the users via in site notificationâ€¢ Within 7 business daysWe also agree to the individual redress principle, which requires that individuals have a right to pursue legally enforceable rights against data collectors and processors who fail to adhere to the law. This principle requires not only that individuals have enforceable rights against data users, but also that individuals have recourse to courts or a government agency to investigate and/or prosecute non-compliance by data processors.CAN SPAM ActThe CAN-SPAM Act is a law that sets the rules for commercial email, establishes requirements for commercial messages, gives recipients the right to have emails stopped from being sent to them, and spells out tough penalties for violations.</p><p data-css=\"tve-u-1642b20c920\">We collect your email address in order to:</p><p data-css=\"tve-u-1642b20c920\">â€¢ Send information, respond to inquiries, and/or other requests or questions.â€¢ Process orders and to send information and updates pertaining to ordersâ€¢ Market to our mailing list or continue to send emails to our clients after the original transaction has occurredTo be in accordance with CANSPAM we agree to the following:â€¢ NOT use false, or misleading subjects or email addressesâ€¢ Identify the message as an advertisement in some reasonable wayâ€¢ Include the physical address of our business or site headquartersâ€¢ Monitor third party email marketing services for compliance, if one is used.â€¢ Honor opt-out/unsubscribe requests quicklyâ€¢ Allow users to unsubscribe by using the link at the bottom of each emailIf at any time you would like to unsubscribe from receiving future emails, you can email us atâ€¢ Follow the instructions at the bottom of each email. and we will promptly remove you from ALL correspondence.</p><p data-css=\"tve-u-1642b20c920\">Contacting Us</p><p data-css=\"tve-u-1642b20c920\">If there are any questions regarding this privacy policy you may contact us using the information below.Blackhawk Custom, LLC.825 South Kings HighwayFort Pierce, FL 34945United Stateshttps://www.blackhawkcustom.comConditions of use:</p><p data-css=\"tve-u-1642b20c920\">By using this website, you agree to all of our terms and conditions of the saleAll sales are final (See our refund policy)</p><p>Copyright text and footer links.</p>','Privacy','','inherit','closed','closed','','141-revision-v1','','','2018-06-23 01:36:48','2018-06-23 05:36:48','',141,'https://bestcerakoteflorida.com/141-revision-v1/',0,'revision','',0),(146,1,'2018-06-23 01:40:40','2018-06-23 05:40:40','<h1 data-css=\"tve-u-16035acf904\"><strong>Privacy</strong></h1><p data-css=\"tve-u-1642b20c920\">Privacy Policy</p><p data-css=\"tve-u-1642b20c920\">What personal information do we collect from the people that visit our blog, website or app?When ordering or registering on our site, as appropriate, you may be asked to enter your name, email address, mailing address, phone number, credit card information or other details to help you with your experience.</p><p data-css=\"tve-u-1642b20c920\">When do we collect information?</p><p data-css=\"tve-u-1642b20c920\">We collect information from you when you register on our site, place an order, subscribe to a newsletter, respond to a survey, fill out a form or enter information on our site.</p><p data-css=\"tve-u-1642b20c920\">How do we use your information?</p><p data-css=\"tve-u-1642b20c920\">We may use the information we collect from you when you register, make a purchase, sign up for our newsletter, respond to a survey or marketing communication, surf the website, or use certain other site features in the following ways:â€¢ To personalize user\'s experience and to allow us to deliver the type of content and product offerings in which you are most interested.â€¢ To improve our website in order to better serve you.â€¢ To allow us to better service you in responding to your customer service requests.â€¢ To administer a contest, promotion, survey or other site feature.â€¢ To quickly process your transactions.â€¢ To send periodic emails regarding your order or other products and services.</p><p data-css=\"tve-u-1642b20c920\">How do we protect visitor information?</p><p data-css=\"tve-u-1642b20c920\">Our website is scanned on a regular basis for security holes and known vulnerabilities in order to make your visit to our site as safe as possible.We use regular Malware Scanning.</p><p data-css=\"tve-u-1642b20c920\">Your personal information is contained behind secured networks and is only accessible by a limited number of persons who have special access rights to such systems, and are required to keep the information confidential. In addition, all sensitive/credit information you supply is encrypted via Secure Socket Layer (SSL) technology.</p><p data-css=\"tve-u-1642b20c920\">We implement a variety of security measures when a user places an order, enters, submits, or accesses their information to maintain the safety of your personal information.</p><p data-css=\"tve-u-1642b20c920\">All transactions are processed through a gateway provider and are not stored or processed on our servers.</p><p data-css=\"tve-u-1642b20c920\">Do we use \'cookies\'?</p><p data-css=\"tve-u-1642b20c920\">Yes. Cookies are small files that a site or its service provider transfers to your computer\'s hard drive through your Web browser (if you allow) that enable the site\'s or service provider\'s systems to recognize your browser and capture and remember certain information. For instance, we use cookies to help us remember and process the items in your shopping cart. They are also used to help us understand your preferences based on previous or current site activity, which enables us to provide you with improved services. We also use cookies to help us compile aggregate data about site traffic and site interaction so that we can offer better site experiences and tools in the future.</p><p data-css=\"tve-u-1642b20c920\">We use cookies to:</p><p data-css=\"tve-u-1642b20c920\">â€¢ Help remember and process the items in the shopping cart.â€¢ Understand and save user\'s preferences for future visits.You can choose to have your computer warn you each time a cookie is being sent, or you can choose to turn off all cookies. You do this through your browser (like Internet Explorer) settings. Each browser is a little different, so look at your browser\'s Help menu to learn the correct way to modify your cookies.If users disable cookies in their browser:If you turn off cookies, some features will be disabled. However, you can still place orders forsaved items in your shopping cart over the telephone by contacting customer service.</p><p data-css=\"tve-u-1642b20c920\">Third Party Disclosure</p><p data-css=\"tve-u-1642b20c920\">We do not sell, trade, or otherwise transfer to outside parties your personally identifiable information.</p><p data-css=\"tve-u-1642b20c920\">Third party links</p><p data-css=\"tve-u-1642b20c920\">Occasionally, at our discretion, we may include or offer third party products or services on our website. These third party sites have separate and independent privacy policies. We therefore have no responsibility or liability for the content and activities of these linked sites. Nonetheless, we seek to protect the integrity of our site and welcome any feedback about these sites.</p><p data-css=\"tve-u-1642b20c920\">Google</p><p data-css=\"tve-u-1642b20c920\">Google\'s advertising requirements can be summed up by Google\'s Advertising Principles. They are put in place to provide a positive experience for users. https://support.google.com/adwordspolicy/answer/1316548?hl=enOpting out:Users can set preferences for how Google advertises to you using the Google Ad Settings page. Alternatively, you can opt out by visiting the Network Advertising initiative opt out page or permanently using the Google Analytics Opt Out Browser add on.California Online Privacy Protection ActCalOPPA is the first state law in the nation to require commercial websites and online services to post a privacy policy. The law\'s reach stretches well beyond California to require a person or company in the United States (and conceivably the world) that operates websites collecting personally identifiable information from California consumers to post a conspicuous privacy policy on its website stating exactly the information being collected and those individuals with whom it is being shared, and to comply with this policy.See more at: http://consumercal.org/california-online-privacy-protection-act-caloppa/#sthash.0FdRbT51.dpufAccording to CalOPPA we agree to the following:Users can visit our site anonymouslyOnce this privacy policy is created, we will add a link to it on our home page, or as a minimum on the first significant page after entering our website.Our Privacy Policy link includes the word \'Privacy\', and can be easily be found on the page specified above.Users will be notified of any privacy policy changes:â€¢ On our Privacy Policy PageUsers are able to change their personal information:â€¢ By emailing usâ€¢ By calling us</p><p data-css=\"tve-u-1642b20c920\">How does our site handle do not track signals?</p><p data-css=\"tve-u-1642b20c920\">We honor do not track signals and do not track, plant cookies, or use advertising when a Do Not Track (DNT) browser mechanism is in place.</p><p data-css=\"tve-u-1642b20c920\">Does our site allow third party behavioral tracking?</p><p data-css=\"tve-u-1642b20c920\">It\'s also important to note that we do not allow third party behavioral trackingCOPPA (Children Online Privacy Protection Act)When it comes to the collection of personal information from children under 13, the Children\'s Online Privacy Protection Act (COPPA) puts parents in control. The Federal Trade Commission, the nation\'s consumer protection agency, enforces the COPPA Rule, which spells out what operators of websites and online services must do to protect children\'s privacy and safety online.</p><p data-css=\"tve-u-1642b20c920\">We do not specifically market to children under 13.</p><p data-css=\"tve-u-1642b20c920\">Fair Information Practices</p><p data-css=\"tve-u-1642b20c920\">The Fair Information Practices Principles form the backbone of privacy law in the United States and the concepts they include have played a significant role in the development of data protection laws around the globe. Understanding the Fair Information Practice Principles and how they should be implemented is critical to comply with the various privacy laws that protect personal information.In order to be in line with Fair Information Practices we will take the following responsive action, should a data breach occur:â€¢ Within 7 business daysWe will notify the users via in site notificationâ€¢ Within 7 business daysWe also agree to the individual redress principle, which requires that individuals have a right to pursue legally enforceable rights against data collectors and processors who fail to adhere to the law. This principle requires not only that individuals have enforceable rights against data users, but also that individuals have recourse to courts or a government agency to investigate and/or prosecute non-compliance by data processors.CAN SPAM ActThe CAN-SPAM Act is a law that sets the rules for commercial email, establishes requirements for commercial messages, gives recipients the right to have emails stopped from being sent to them, and spells out tough penalties for violations.</p><p data-css=\"tve-u-1642b20c920\">We collect your email address in order to:</p><p data-css=\"tve-u-1642b20c920\">â€¢ Send information, respond to inquiries, and/or other requests or questions.â€¢ Process orders and to send information and updates pertaining to ordersâ€¢ Market to our mailing list or continue to send emails to our clients after the original transaction has occurredTo be in accordance with CANSPAM we agree to the following:â€¢ NOT use false, or misleading subjects or email addressesâ€¢ Identify the message as an advertisement in some reasonable wayâ€¢ Include the physical address of our business or site headquartersâ€¢ Monitor third party email marketing services for compliance, if one is used.â€¢ Honor opt-out/unsubscribe requests quicklyâ€¢ Allow users to unsubscribe by using the link at the bottom of each emailIf at any time you would like to unsubscribe from receiving future emails, you can email us atâ€¢ Follow the instructions at the bottom of each email. and we will promptly remove you from ALL correspondence.</p><p data-css=\"tve-u-1642b20c920\">Contacting Us</p><p data-css=\"tve-u-1642b20c920\">If there are any questions regarding this privacy policy you may contact us using the information below.Blackhawk Custom, LLC.825 South Kings HighwayFort Pierce, FL 34945United Stateshttps://www.blackhawkcustom.comConditions of use:</p><p data-css=\"tve-u-1642b20c920\">By using this website, you agree to all of our terms and conditions of the saleAll sales are final (See our refund policy)</p>','Privacy','','inherit','closed','closed','','141-revision-v1','','','2018-06-23 01:40:40','2018-06-23 05:40:40','',141,'https://bestcerakoteflorida.com/141-revision-v1/',0,'revision','',0),(147,1,'2018-06-23 01:45:05','2018-06-23 05:45:05','<h1 data-css=\"tve-u-16035acf904\"><strong>Privacy</strong></h1><p data-css=\"tve-u-1642b20c920\">Privacy Policy</p><p data-css=\"tve-u-1642b20c920\">What personal information do we collect from the people that visit our blog, website or app?When ordering or registering on our site, as appropriate, you may be asked to enter your name, email address, mailing address, phone number, credit card information or other details to help you with your experience.</p><p data-css=\"tve-u-1642b20c920\">When do we collect information?</p><p data-css=\"tve-u-1642b20c920\">We collect information from you when you register on our site, place an order, subscribe to a newsletter, respond to a survey, fill out a form or enter information on our site.</p><p data-css=\"tve-u-1642b20c920\">How do we use your information?</p><p data-css=\"tve-u-1642b20c920\">We may use the information we collect from you when you register, make a purchase, sign up for our newsletter, respond to a survey or marketing communication, surf the website, or use certain other site features in the following ways:â€¢ To personalize user\'s experience and to allow us to deliver the type of content and product offerings in which you are most interested.â€¢ To improve our website in order to better serve you.â€¢ To allow us to better service you in responding to your customer service requests.â€¢ To administer a contest, promotion, survey or other site feature.â€¢ To quickly process your transactions.â€¢ To send periodic emails regarding your order or other products and services.</p><p data-css=\"tve-u-1642b20c920\">How do we protect visitor information?</p><p data-css=\"tve-u-1642b20c920\">Our website is scanned on a regular basis for security holes and known vulnerabilities in order to make your visit to our site as safe as possible.We use regular Malware Scanning.</p><p data-css=\"tve-u-1642b20c920\">Your personal information is contained behind secured networks and is only accessible by a limited number of persons who have special access rights to such systems, and are required to keep the information confidential. In addition, all sensitive/credit information you supply is encrypted via Secure Socket Layer (SSL) technology.</p><p data-css=\"tve-u-1642b20c920\">We implement a variety of security measures when a user places an order, enters, submits, or accesses their information to maintain the safety of your personal information.</p><p data-css=\"tve-u-1642b20c920\">All transactions are processed through a gateway provider and are not stored or processed on our servers.</p><p data-css=\"tve-u-1642b20c920\">Do we use \'cookies\'?</p><p data-css=\"tve-u-1642b20c920\">Yes. Cookies are small files that a site or its service provider transfers to your computer\'s hard drive through your Web browser (if you allow) that enable the site\'s or service provider\'s systems to recognize your browser and capture and remember certain information. For instance, we use cookies to help us remember and process the items in your shopping cart. They are also used to help us understand your preferences based on previous or current site activity, which enables us to provide you with improved services. We also use cookies to help us compile aggregate data about site traffic and site interaction so that we can offer better site experiences and tools in the future.</p><p data-css=\"tve-u-1642b20c920\">We use cookies to:</p><p data-css=\"tve-u-1642b20c920\">â€¢ Help remember and process the items in the shopping cart.â€¢ Understand and save user\'s preferences for future visits.You can choose to have your computer warn you each time a cookie is being sent, or you can choose to turn off all cookies. You do this through your browser (like Internet Explorer) settings. Each browser is a little different, so look at your browser\'s Help menu to learn the correct way to modify your cookies.If users disable cookies in their browser:If you turn off cookies, some features will be disabled. However, you can still place orders forsaved items in your shopping cart over the telephone by contacting customer service.</p><p data-css=\"tve-u-1642b20c920\">Third Party Disclosure</p><p data-css=\"tve-u-1642b20c920\">We do not sell, trade, or otherwise transfer to outside parties your personally identifiable information.</p><p data-css=\"tve-u-1642b20c920\">Third party links</p><p data-css=\"tve-u-1642b20c920\">Occasionally, at our discretion, we may include or offer third party products or services on our website. These third party sites have separate and independent privacy policies. We therefore have no responsibility or liability for the content and activities of these linked sites. Nonetheless, we seek to protect the integrity of our site and welcome any feedback about these sites.</p><p data-css=\"tve-u-1642b20c920\">Google</p><p data-css=\"tve-u-1642b20c920\">Google\'s advertising requirements can be summed up by Google\'s Advertising Principles. They are put in place to provide a positive experience for users. https://support.google.com/adwordspolicy/answer/1316548?hl=enOpting out:Users can set preferences for how Google advertises to you using the Google Ad Settings page. Alternatively, you can opt out by visiting the Network Advertising initiative opt out page or permanently using the Google Analytics Opt Out Browser add on.California Online Privacy Protection ActCalOPPA is the first state law in the nation to require commercial websites and online services to post a privacy policy. The law\'s reach stretches well beyond California to require a person or company in the United States (and conceivably the world) that operates websites collecting personally identifiable information from California consumers to post a conspicuous privacy policy on its website stating exactly the information being collected and those individuals with whom it is being shared, and to comply with this policy.See more at: http://consumercal.org/california-online-privacy-protection-act-caloppa/#sthash.0FdRbT51.dpufAccording to CalOPPA we agree to the following:Users can visit our site anonymouslyOnce this privacy policy is created, we will add a link to it on our home page, or as a minimum on the first significant page after entering our website.Our Privacy Policy link includes the word \'Privacy\', and can be easily be found on the page specified above.Users will be notified of any privacy policy changes:â€¢ On our Privacy Policy PageUsers are able to change their personal information:â€¢ By emailing usâ€¢ By calling us</p><p data-css=\"tve-u-1642b20c920\">How does our site handle do not track signals?</p><p data-css=\"tve-u-1642b20c920\">We honor do not track signals and do not track, plant cookies, or use advertising when a Do Not Track (DNT) browser mechanism is in place.</p><p data-css=\"tve-u-1642b20c920\">Does our site allow third party behavioral tracking?</p><p data-css=\"tve-u-1642b20c920\">It\'s also important to note that we do not allow third party behavioral trackingCOPPA (Children Online Privacy Protection Act)When it comes to the collection of personal information from children under 13, the Children\'s Online Privacy Protection Act (COPPA) puts parents in control. The Federal Trade Commission, the nation\'s consumer protection agency, enforces the COPPA Rule, which spells out what operators of websites and online services must do to protect children\'s privacy and safety online.</p><p data-css=\"tve-u-1642b20c920\">We do not specifically market to children under 13.</p><p data-css=\"tve-u-1642b20c920\">Fair Information Practices</p><p data-css=\"tve-u-1642b20c920\">The Fair Information Practices Principles form the backbone of privacy law in the United States and the concepts they include have played a significant role in the development of data protection laws around the globe. Understanding the Fair Information Practice Principles and how they should be implemented is critical to comply with the various privacy laws that protect personal information.In order to be in line with Fair Information Practices we will take the following responsive action, should a data breach occur:â€¢ Within 7 business daysWe will notify the users via in site notificationâ€¢ Within 7 business daysWe also agree to the individual redress principle, which requires that individuals have a right to pursue legally enforceable rights against data collectors and processors who fail to adhere to the law. This principle requires not only that individuals have enforceable rights against data users, but also that individuals have recourse to courts or a government agency to investigate and/or prosecute non-compliance by data processors.CAN SPAM ActThe CAN-SPAM Act is a law that sets the rules for commercial email, establishes requirements for commercial messages, gives recipients the right to have emails stopped from being sent to them, and spells out tough penalties for violations.</p><p data-css=\"tve-u-1642b20c920\">We collect your email address in order to:</p><p data-css=\"tve-u-1642b20c920\">â€¢ Send information, respond to inquiries, and/or other requests or questions.â€¢ Process orders and to send information and updates pertaining to ordersâ€¢ Market to our mailing list or continue to send emails to our clients after the original transaction has occurredTo be in accordance with CANSPAM we agree to the following:â€¢ NOT use false, or misleading subjects or email addressesâ€¢ Identify the message as an advertisement in some reasonable wayâ€¢ Include the physical address of our business or site headquartersâ€¢ Monitor third party email marketing services for compliance, if one is used.â€¢ Honor opt-out/unsubscribe requests quicklyâ€¢ Allow users to unsubscribe by using the link at the bottom of each emailIf at any time you would like to unsubscribe from receiving future emails, you can email us atâ€¢ Follow the instructions at the bottom of each email. and we will promptly remove you from ALL correspondence.</p><p data-css=\"tve-u-1642b20c920\">Contacting Us</p><p data-css=\"tve-u-1642b20c920\">If there are any questions regarding this privacy policy you may contact us using the information below.Blackhawk Custom, LLC.825 South Kings HighwayFort Pierce, FL 34945United Stateshttps://www.blackhawkcustom.comConditions of use:</p><p data-css=\"tve-u-1642b20c920\">By using this website, you agree to all of our terms and conditions of the saleAll sales are final (See our refund policy)</p>','Privacy','','inherit','closed','closed','','141-revision-v1','','','2018-06-23 01:45:05','2018-06-23 05:45:05','',141,'https://bestcerakoteflorida.com/141-revision-v1/',0,'revision','',0),(148,1,'2018-06-23 01:46:05','2018-06-23 05:46:05','<h1 data-css=\"tve-u-16035acf904\"><strong>Privacy</strong></h1><p data-css=\"tve-u-1642b20c920\">Privacy Policy</p><p data-css=\"tve-u-1642b20c920\">What personal information do we collect from the people that visit our blog, website or app?When ordering or registering on our site, as appropriate, you may be asked to enter your name, email address, mailing address, phone number, credit card information or other details to help you with your experience.</p><p data-css=\"tve-u-1642b20c920\">When do we collect information?</p><p data-css=\"tve-u-1642b20c920\">We collect information from you when you register on our site, place an order, subscribe to a newsletter, respond to a survey, fill out a form or enter information on our site.</p><p data-css=\"tve-u-1642b20c920\">How do we use your information?</p><p data-css=\"tve-u-1642b20c920\">We may use the information we collect from you when you register, make a purchase, sign up for our newsletter, respond to a survey or marketing communication, surf the website, or use certain other site features in the following ways:â€¢ To personalize user\'s experience and to allow us to deliver the type of content and product offerings in which you are most interested.â€¢ To improve our website in order to better serve you.â€¢ To allow us to better service you in responding to your customer service requests.â€¢ To administer a contest, promotion, survey or other site feature.â€¢ To quickly process your transactions.â€¢ To send periodic emails regarding your order or other products and services.</p><p data-css=\"tve-u-1642b20c920\">How do we protect visitor information?</p><p data-css=\"tve-u-1642b20c920\">Our website is scanned on a regular basis for security holes and known vulnerabilities in order to make your visit to our site as safe as possible.We use regular Malware Scanning.</p><p data-css=\"tve-u-1642b20c920\">Your personal information is contained behind secured networks and is only accessible by a limited number of persons who have special access rights to such systems, and are required to keep the information confidential. In addition, all sensitive/credit information you supply is encrypted via Secure Socket Layer (SSL) technology.</p><p data-css=\"tve-u-1642b20c920\">We implement a variety of security measures when a user places an order, enters, submits, or accesses their information to maintain the safety of your personal information.</p><p data-css=\"tve-u-1642b20c920\">All transactions are processed through a gateway provider and are not stored or processed on our servers.</p><p data-css=\"tve-u-1642b20c920\">Do we use \'cookies\'?</p><p data-css=\"tve-u-1642b20c920\">Yes. Cookies are small files that a site or its service provider transfers to your computer\'s hard drive through your Web browser (if you allow) that enable the site\'s or service provider\'s systems to recognize your browser and capture and remember certain information. For instance, we use cookies to help us remember and process the items in your shopping cart. They are also used to help us understand your preferences based on previous or current site activity, which enables us to provide you with improved services. We also use cookies to help us compile aggregate data about site traffic and site interaction so that we can offer better site experiences and tools in the future.</p><p data-css=\"tve-u-1642b20c920\">We use cookies to:</p><p data-css=\"tve-u-1642b20c920\">â€¢ Help remember and process the items in the shopping cart.â€¢ Understand and save user\'s preferences for future visits.You can choose to have your computer warn you each time a cookie is being sent, or you can choose to turn off all cookies. You do this through your browser (like Internet Explorer) settings. Each browser is a little different, so look at your browser\'s Help menu to learn the correct way to modify your cookies.If users disable cookies in their browser:If you turn off cookies, some features will be disabled. However, you can still place orders forsaved items in your shopping cart over the telephone by contacting customer service.</p><p data-css=\"tve-u-1642b20c920\">Third Party Disclosure</p><p data-css=\"tve-u-1642b20c920\">We do not sell, trade, or otherwise transfer to outside parties your personally identifiable information.</p><p data-css=\"tve-u-1642b20c920\">Third party links</p><p data-css=\"tve-u-1642b20c920\">Occasionally, at our discretion, we may include or offer third party products or services on our website. These third party sites have separate and independent privacy policies. We therefore have no responsibility or liability for the content and activities of these linked sites. Nonetheless, we seek to protect the integrity of our site and welcome any feedback about these sites.</p><p data-css=\"tve-u-1642b20c920\">Google</p><p data-css=\"tve-u-1642b20c920\">Google\'s advertising requirements can be summed up by Google\'s Advertising Principles. They are put in place to provide a positive experience for users. https://support.google.com/adwordspolicy/answer/1316548?hl=enOpting out:Users can set preferences for how Google advertises to you using the Google Ad Settings page. Alternatively, you can opt out by visiting the Network Advertising initiative opt out page or permanently using the Google Analytics Opt Out Browser add on.California Online Privacy Protection ActCalOPPA is the first state law in the nation to require commercial websites and online services to post a privacy policy. The law\'s reach stretches well beyond California to require a person or company in the United States (and conceivably the world) that operates websites collecting personally identifiable information from California consumers to post a conspicuous privacy policy on its website stating exactly the information being collected and those individuals with whom it is being shared, and to comply with this policy.See more at: http://consumercal.org/california-online-privacy-protection-act-caloppa/#sthash.0FdRbT51.dpufAccording to CalOPPA we agree to the following:Users can visit our site anonymouslyOnce this privacy policy is created, we will add a link to it on our home page, or as a minimum on the first significant page after entering our website.Our Privacy Policy link includes the word \'Privacy\', and can be easily be found on the page specified above.Users will be notified of any privacy policy changes:â€¢ On our Privacy Policy PageUsers are able to change their personal information:â€¢ By emailing usâ€¢ By calling us</p><p data-css=\"tve-u-1642b20c920\">How does our site handle do not track signals?</p><p data-css=\"tve-u-1642b20c920\">We honor do not track signals and do not track, plant cookies, or use advertising when a Do Not Track (DNT) browser mechanism is in place.</p><p data-css=\"tve-u-1642b20c920\">Does our site allow third party behavioral tracking?</p><p data-css=\"tve-u-1642b20c920\">It\'s also important to note that we do not allow third party behavioral trackingCOPPA (Children Online Privacy Protection Act)When it comes to the collection of personal information from children under 13, the Children\'s Online Privacy Protection Act (COPPA) puts parents in control. The Federal Trade Commission, the nation\'s consumer protection agency, enforces the COPPA Rule, which spells out what operators of websites and online services must do to protect children\'s privacy and safety online.</p><p data-css=\"tve-u-1642b20c920\">We do not specifically market to children under 13.</p><p data-css=\"tve-u-1642b20c920\">Fair Information Practices</p><p data-css=\"tve-u-1642b20c920\">The Fair Information Practices Principles form the backbone of privacy law in the United States and the concepts they include have played a significant role in the development of data protection laws around the globe. Understanding the Fair Information Practice Principles and how they should be implemented is critical to comply with the various privacy laws that protect personal information.In order to be in line with Fair Information Practices we will take the following responsive action, should a data breach occur:â€¢ Within 7 business daysWe will notify the users via in site notificationâ€¢ Within 7 business daysWe also agree to the individual redress principle, which requires that individuals have a right to pursue legally enforceable rights against data collectors and processors who fail to adhere to the law. This principle requires not only that individuals have enforceable rights against data users, but also that individuals have recourse to courts or a government agency to investigate and/or prosecute non-compliance by data processors.CAN SPAM ActThe CAN-SPAM Act is a law that sets the rules for commercial email, establishes requirements for commercial messages, gives recipients the right to have emails stopped from being sent to them, and spells out tough penalties for violations.</p><p data-css=\"tve-u-1642b20c920\">We collect your email address in order to:</p><p data-css=\"tve-u-1642b20c920\">â€¢ Send information, respond to inquiries, and/or other requests or questions.â€¢ Process orders and to send information and updates pertaining to ordersâ€¢ Market to our mailing list or continue to send emails to our clients after the original transaction has occurredTo be in accordance with CANSPAM we agree to the following:â€¢ NOT use false, or misleading subjects or email addressesâ€¢ Identify the message as an advertisement in some reasonable wayâ€¢ Include the physical address of our business or site headquartersâ€¢ Monitor third party email marketing services for compliance, if one is used.â€¢ Honor opt-out/unsubscribe requests quicklyâ€¢ Allow users to unsubscribe by using the link at the bottom of each emailIf at any time you would like to unsubscribe from receiving future emails, you can email us atâ€¢ Follow the instructions at the bottom of each email. and we will promptly remove you from ALL correspondence.</p><p data-css=\"tve-u-1642b20c920\">Contacting Us</p><p data-css=\"tve-u-1642b20c920\">If there are any questions regarding this privacy policy you may contact us using the information below.Blackhawk Custom, LLC.825 South Kings HighwayFort Pierce, FL 34945United Stateshttps://www.blackhawkcustom.comConditions of use:</p><p data-css=\"tve-u-1642b20c920\">By using this website, you agree to all of our terms and conditions of the saleAll sales are final (See our refund policy)</p>','Privacy','','inherit','closed','closed','','141-revision-v1','','','2018-06-23 01:46:05','2018-06-23 05:46:05','',141,'https://bestcerakoteflorida.com/141-revision-v1/',0,'revision','',0),(149,1,'2018-06-23 01:48:39','2018-06-23 05:48:39','<h1 data-css=\"tve-u-16035acf904\"><strong>Privacy</strong></h1><p data-css=\"tve-u-1642b20c920\">Privacy Policy</p><p data-css=\"tve-u-1642b20c920\">What personal information do we collect from the people that visit our blog, website or app?When ordering or registering on our site, as appropriate, you may be asked to enter your name, email address, mailing address, phone number, credit card information or other details to help you with your experience.</p><p data-css=\"tve-u-1642b20c920\">When do we collect information?</p><p data-css=\"tve-u-1642b20c920\">We collect information from you when you register on our site, place an order, subscribe to a newsletter, respond to a survey, fill out a form or enter information on our site.</p><p data-css=\"tve-u-1642b20c920\">How do we use your information?</p><p data-css=\"tve-u-1642b20c920\">We may use the information we collect from you when you register, make a purchase, sign up for our newsletter, respond to a survey or marketing communication, surf the website, or use certain other site features in the following ways:â€¢ To personalize user\'s experience and to allow us to deliver the type of content and product offerings in which you are most interested.â€¢ To improve our website in order to better serve you.â€¢ To allow us to better service you in responding to your customer service requests.â€¢ To administer a contest, promotion, survey or other site feature.â€¢ To quickly process your transactions.â€¢ To send periodic emails regarding your order or other products and services.</p><p data-css=\"tve-u-1642b20c920\">How do we protect visitor information?</p><p data-css=\"tve-u-1642b20c920\">Our website is scanned on a regular basis for security holes and known vulnerabilities in order to make your visit to our site as safe as possible.We use regular Malware Scanning.</p><p data-css=\"tve-u-1642b20c920\">Your personal information is contained behind secured networks and is only accessible by a limited number of persons who have special access rights to such systems, and are required to keep the information confidential. In addition, all sensitive/credit information you supply is encrypted via Secure Socket Layer (SSL) technology.</p><p data-css=\"tve-u-1642b20c920\">We implement a variety of security measures when a user places an order, enters, submits, or accesses their information to maintain the safety of your personal information.</p><p data-css=\"tve-u-1642b20c920\">All transactions are processed through a gateway provider and are not stored or processed on our servers.</p><p data-css=\"tve-u-1642b20c920\">Do we use \'cookies\'?</p><p data-css=\"tve-u-1642b20c920\">Yes. Cookies are small files that a site or its service provider transfers to your computer\'s hard drive through your Web browser (if you allow) that enable the site\'s or service provider\'s systems to recognize your browser and capture and remember certain information. For instance, we use cookies to help us remember and process the items in your shopping cart. They are also used to help us understand your preferences based on previous or current site activity, which enables us to provide you with improved services. We also use cookies to help us compile aggregate data about site traffic and site interaction so that we can offer better site experiences and tools in the future.</p><p data-css=\"tve-u-1642b20c920\">We use cookies to:</p><p data-css=\"tve-u-1642b20c920\">â€¢ Help remember and process the items in the shopping cart.â€¢ Understand and save user\'s preferences for future visits.You can choose to have your computer warn you each time a cookie is being sent, or you can choose to turn off all cookies. You do this through your browser (like Internet Explorer) settings. Each browser is a little different, so look at your browser\'s Help menu to learn the correct way to modify your cookies.If users disable cookies in their browser:If you turn off cookies, some features will be disabled. However, you can still place orders forsaved items in your shopping cart over the telephone by contacting customer service.</p><p data-css=\"tve-u-1642b20c920\">Third Party Disclosure</p><p data-css=\"tve-u-1642b20c920\">We do not sell, trade, or otherwise transfer to outside parties your personally identifiable information.</p><p data-css=\"tve-u-1642b20c920\">Third party links</p><p data-css=\"tve-u-1642b20c920\">Occasionally, at our discretion, we may include or offer third party products or services on our website. These third party sites have separate and independent privacy policies. We therefore have no responsibility or liability for the content and activities of these linked sites. Nonetheless, we seek to protect the integrity of our site and welcome any feedback about these sites.</p><p data-css=\"tve-u-1642b20c920\">Google</p><p data-css=\"tve-u-1642b20c920\">Google\'s advertising requirements can be summed up by Google\'s Advertising Principles. They are put in place to provide a positive experience for users. https://support.google.com/adwordspolicy/answer/1316548?hl=enOpting out:Users can set preferences for how Google advertises to you using the Google Ad Settings page. Alternatively, you can opt out by visiting the Network Advertising initiative opt out page or permanently using the Google Analytics Opt Out Browser add on.California Online Privacy Protection ActCalOPPA is the first state law in the nation to require commercial websites and online services to post a privacy policy. The law\'s reach stretches well beyond California to require a person or company in the United States (and conceivably the world) that operates websites collecting personally identifiable information from California consumers to post a conspicuous privacy policy on its website stating exactly the information being collected and those individuals with whom it is being shared, and to comply with this policy.See more at: http://consumercal.org/california-online-privacy-protection-act-caloppa/#sthash.0FdRbT51.dpufAccording to CalOPPA we agree to the following:Users can visit our site anonymouslyOnce this privacy policy is created, we will add a link to it on our home page, or as a minimum on the first significant page after entering our website.Our Privacy Policy link includes the word \'Privacy\', and can be easily be found on the page specified above.Users will be notified of any privacy policy changes:â€¢ On our Privacy Policy PageUsers are able to change their personal information:â€¢ By emailing usâ€¢ By calling us</p><p data-css=\"tve-u-1642b20c920\">How does our site handle do not track signals?</p><p data-css=\"tve-u-1642b20c920\">We honor do not track signals and do not track, plant cookies, or use advertising when a Do Not Track (DNT) browser mechanism is in place.</p><p data-css=\"tve-u-1642b20c920\">Does our site allow third party behavioral tracking?</p><p data-css=\"tve-u-1642b20c920\">It\'s also important to note that we do not allow third party behavioral trackingCOPPA (Children Online Privacy Protection Act)When it comes to the collection of personal information from children under 13, the Children\'s Online Privacy Protection Act (COPPA) puts parents in control. The Federal Trade Commission, the nation\'s consumer protection agency, enforces the COPPA Rule, which spells out what operators of websites and online services must do to protect children\'s privacy and safety online.</p><p data-css=\"tve-u-1642b20c920\">We do not specifically market to children under 13.</p><p data-css=\"tve-u-1642b20c920\">Fair Information Practices</p><p data-css=\"tve-u-1642b20c920\">The Fair Information Practices Principles form the backbone of privacy law in the United States and the concepts they include have played a significant role in the development of data protection laws around the globe. Understanding the Fair Information Practice Principles and how they should be implemented is critical to comply with the various privacy laws that protect personal information.In order to be in line with Fair Information Practices we will take the following responsive action, should a data breach occur:â€¢ Within 7 business daysWe will notify the users via in site notificationâ€¢ Within 7 business daysWe also agree to the individual redress principle, which requires that individuals have a right to pursue legally enforceable rights against data collectors and processors who fail to adhere to the law. This principle requires not only that individuals have enforceable rights against data users, but also that individuals have recourse to courts or a government agency to investigate and/or prosecute non-compliance by data processors.CAN SPAM ActThe CAN-SPAM Act is a law that sets the rules for commercial email, establishes requirements for commercial messages, gives recipients the right to have emails stopped from being sent to them, and spells out tough penalties for violations.</p><p data-css=\"tve-u-1642b20c920\">We collect your email address in order to:</p><p data-css=\"tve-u-1642b20c920\">â€¢ Send information, respond to inquiries, and/or other requests or questions.â€¢ Process orders and to send information and updates pertaining to ordersâ€¢ Market to our mailing list or continue to send emails to our clients after the original transaction has occurredTo be in accordance with CANSPAM we agree to the following:â€¢ NOT use false, or misleading subjects or email addressesâ€¢ Identify the message as an advertisement in some reasonable wayâ€¢ Include the physical address of our business or site headquartersâ€¢ Monitor third party email marketing services for compliance, if one is used.â€¢ Honor opt-out/unsubscribe requests quicklyâ€¢ Allow users to unsubscribe by using the link at the bottom of each emailIf at any time you would like to unsubscribe from receiving future emails, you can email us atâ€¢ Follow the instructions at the bottom of each email. and we will promptly remove you from ALL correspondence.</p><p data-css=\"tve-u-1642b20c920\">Contacting Us</p><p data-css=\"tve-u-1642b20c920\">If there are any questions regarding this privacy policy you may contact us using the information below.Blackhawk Custom, LLC.825 South Kings HighwayFort Pierce, FL 34945United Stateshttps://www.blackhawkcustom.comConditions of use:</p><p data-css=\"tve-u-1642b20c920\">By using this website, you agree to all of our terms and conditions of the saleAll sales are final (See our refund policy)</p>','Privacy','','inherit','closed','closed','','141-revision-v1','','','2018-06-23 01:48:39','2018-06-23 05:48:39','',141,'https://bestcerakoteflorida.com/141-revision-v1/',0,'revision','',0),(150,1,'2018-06-23 01:49:47','2018-06-23 05:49:47','<h1 data-css=\"tve-u-16035acf904\"><strong>Privacy</strong></h1><p data-css=\"tve-u-1642b20c920\">Privacy Policy</p><p data-css=\"tve-u-1642b20c920\">What personal information do we collect from the people that visit our blog, website or app?When ordering or registering on our site, as appropriate, you may be asked to enter your name, email address, mailing address, phone number, credit card information or other details to help you with your experience.</p><p data-css=\"tve-u-1642b20c920\">When do we collect information?</p><p data-css=\"tve-u-1642b20c920\">We collect information from you when you register on our site, place an order, subscribe to a newsletter, respond to a survey, fill out a form or enter information on our site.</p><p data-css=\"tve-u-1642b20c920\">How do we use your information?</p><p data-css=\"tve-u-1642b20c920\">We may use the information we collect from you when you register, make a purchase, sign up for our newsletter, respond to a survey or marketing communication, surf the website, or use certain other site features in the following ways:â€¢ To personalize user\'s experience and to allow us to deliver the type of content and product offerings in which you are most interested.â€¢ To improve our website in order to better serve you.â€¢ To allow us to better service you in responding to your customer service requests.â€¢ To administer a contest, promotion, survey or other site feature.â€¢ To quickly process your transactions.â€¢ To send periodic emails regarding your order or other products and services.</p><p data-css=\"tve-u-1642b20c920\">How do we protect visitor information?</p><p data-css=\"tve-u-1642b20c920\">Our website is scanned on a regular basis for security holes and known vulnerabilities in order to make your visit to our site as safe as possible.We use regular Malware Scanning.</p><p data-css=\"tve-u-1642b20c920\">Your personal information is contained behind secured networks and is only accessible by a limited number of persons who have special access rights to such systems, and are required to keep the information confidential. In addition, all sensitive/credit information you supply is encrypted via Secure Socket Layer (SSL) technology.</p><p data-css=\"tve-u-1642b20c920\">We implement a variety of security measures when a user places an order, enters, submits, or accesses their information to maintain the safety of your personal information.</p><p data-css=\"tve-u-1642b20c920\">All transactions are processed through a gateway provider and are not stored or processed on our servers.</p><p data-css=\"tve-u-1642b20c920\">Do we use \'cookies\'?</p><p data-css=\"tve-u-1642b20c920\">Yes. Cookies are small files that a site or its service provider transfers to your computer\'s hard drive through your Web browser (if you allow) that enable the site\'s or service provider\'s systems to recognize your browser and capture and remember certain information. For instance, we use cookies to help us remember and process the items in your shopping cart. They are also used to help us understand your preferences based on previous or current site activity, which enables us to provide you with improved services. We also use cookies to help us compile aggregate data about site traffic and site interaction so that we can offer better site experiences and tools in the future.</p><p data-css=\"tve-u-1642b20c920\">We use cookies to:</p><p data-css=\"tve-u-1642b20c920\">â€¢ Help remember and process the items in the shopping cart.â€¢ Understand and save user\'s preferences for future visits.You can choose to have your computer warn you each time a cookie is being sent, or you can choose to turn off all cookies. You do this through your browser (like Internet Explorer) settings. Each browser is a little different, so look at your browser\'s Help menu to learn the correct way to modify your cookies.If users disable cookies in their browser:If you turn off cookies, some features will be disabled. However, you can still place orders forsaved items in your shopping cart over the telephone by contacting customer service.</p><p data-css=\"tve-u-1642b20c920\">Third Party Disclosure</p><p data-css=\"tve-u-1642b20c920\">We do not sell, trade, or otherwise transfer to outside parties your personally identifiable information.</p><p data-css=\"tve-u-1642b20c920\">Third party links</p><p data-css=\"tve-u-1642b20c920\">Occasionally, at our discretion, we may include or offer third party products or services on our website. These third party sites have separate and independent privacy policies. We therefore have no responsibility or liability for the content and activities of these linked sites. Nonetheless, we seek to protect the integrity of our site and welcome any feedback about these sites.</p><p data-css=\"tve-u-1642b20c920\">Google</p><p data-css=\"tve-u-1642b20c920\">Google\'s advertising requirements can be summed up by Google\'s Advertising Principles. They are put in place to provide a positive experience for users. https://support.google.com/adwordspolicy/answer/1316548?hl=enOpting out:Users can set preferences for how Google advertises to you using the Google Ad Settings page. Alternatively, you can opt out by visiting the Network Advertising initiative opt out page or permanently using the Google Analytics Opt Out Browser add on.California Online Privacy Protection ActCalOPPA is the first state law in the nation to require commercial websites and online services to post a privacy policy. The law\'s reach stretches well beyond California to require a person or company in the United States (and conceivably the world) that operates websites collecting personally identifiable information from California consumers to post a conspicuous privacy policy on its website stating exactly the information being collected and those individuals with whom it is being shared, and to comply with this policy.See more at: http://consumercal.org/california-online-privacy-protection-act-caloppa/#sthash.0FdRbT51.dpufAccording to CalOPPA we agree to the following:Users can visit our site anonymouslyOnce this privacy policy is created, we will add a link to it on our home page, or as a minimum on the first significant page after entering our website.Our Privacy Policy link includes the word \'Privacy\', and can be easily be found on the page specified above.Users will be notified of any privacy policy changes:â€¢ On our Privacy Policy PageUsers are able to change their personal information:â€¢ By emailing usâ€¢ By calling us</p><p data-css=\"tve-u-1642b20c920\">How does our site handle do not track signals?</p><p data-css=\"tve-u-1642b20c920\">We honor do not track signals and do not track, plant cookies, or use advertising when a Do Not Track (DNT) browser mechanism is in place.</p><p data-css=\"tve-u-1642b20c920\">Does our site allow third party behavioral tracking?</p><p data-css=\"tve-u-1642b20c920\">It\'s also important to note that we do not allow third party behavioral trackingCOPPA (Children Online Privacy Protection Act)When it comes to the collection of personal information from children under 13, the Children\'s Online Privacy Protection Act (COPPA) puts parents in control. The Federal Trade Commission, the nation\'s consumer protection agency, enforces the COPPA Rule, which spells out what operators of websites and online services must do to protect children\'s privacy and safety online.</p><p data-css=\"tve-u-1642b20c920\">We do not specifically market to children under 13.</p><p data-css=\"tve-u-1642b20c920\">Fair Information Practices</p><p data-css=\"tve-u-1642b20c920\">The Fair Information Practices Principles form the backbone of privacy law in the United States and the concepts they include have played a significant role in the development of data protection laws around the globe. Understanding the Fair Information Practice Principles and how they should be implemented is critical to comply with the various privacy laws that protect personal information.In order to be in line with Fair Information Practices we will take the following responsive action, should a data breach occur:â€¢ Within 7 business daysWe will notify the users via in site notificationâ€¢ Within 7 business daysWe also agree to the individual redress principle, which requires that individuals have a right to pursue legally enforceable rights against data collectors and processors who fail to adhere to the law. This principle requires not only that individuals have enforceable rights against data users, but also that individuals have recourse to courts or a government agency to investigate and/or prosecute non-compliance by data processors.CAN SPAM ActThe CAN-SPAM Act is a law that sets the rules for commercial email, establishes requirements for commercial messages, gives recipients the right to have emails stopped from being sent to them, and spells out tough penalties for violations.</p><p data-css=\"tve-u-1642b20c920\">We collect your email address in order to:</p><p data-css=\"tve-u-1642b20c920\">â€¢ Send information, respond to inquiries, and/or other requests or questions.â€¢ Process orders and to send information and updates pertaining to ordersâ€¢ Market to our mailing list or continue to send emails to our clients after the original transaction has occurredTo be in accordance with CANSPAM we agree to the following:â€¢ NOT use false, or misleading subjects or email addressesâ€¢ Identify the message as an advertisement in some reasonable wayâ€¢ Include the physical address of our business or site headquartersâ€¢ Monitor third party email marketing services for compliance, if one is used.â€¢ Honor opt-out/unsubscribe requests quicklyâ€¢ Allow users to unsubscribe by using the link at the bottom of each emailIf at any time you would like to unsubscribe from receiving future emails, you can email us atâ€¢ Follow the instructions at the bottom of each email. and we will promptly remove you from ALL correspondence.</p><p data-css=\"tve-u-1642b20c920\">Contacting Us</p><p data-css=\"tve-u-1642b20c920\">If there are any questions regarding this privacy policy you may contact us using the information below.Blackhawk Custom, LLC.825 South Kings HighwayFort Pierce, FL 34945United Stateshttps://www.blackhawkcustom.comConditions of use:</p><p data-css=\"tve-u-1642b20c920\">By using this website, you agree to all of our terms and conditions of the saleAll sales are final (See our refund policy)</p>','Privacy','','inherit','closed','closed','','141-revision-v1','','','2018-06-23 01:49:47','2018-06-23 05:49:47','',141,'https://bestcerakoteflorida.com/141-revision-v1/',0,'revision','',0),(151,1,'2018-06-23 01:55:02','2018-06-23 05:55:02','<h1 data-css=\"tve-u-16035acf904\"><strong>Privacy</strong></h1><p data-css=\"tve-u-1642b20c920\">Privacy Policy</p><p data-css=\"tve-u-1642b20c920\">What personal information do we collect from the people that visit our blog, website or app?When ordering or registering on our site, as appropriate, you may be asked to enter your name, email address, mailing address, phone number, credit card information or other details to help you with your experience.</p><p data-css=\"tve-u-1642b20c920\">When do we collect information?</p><p data-css=\"tve-u-1642b20c920\">We collect information from you when you register on our site, place an order, subscribe to a newsletter, respond to a survey, fill out a form or enter information on our site.</p><p data-css=\"tve-u-1642b20c920\">How do we use your information?</p><p data-css=\"tve-u-1642b20c920\">We may use the information we collect from you when you register, make a purchase, sign up for our newsletter, respond to a survey or marketing communication, surf the website, or use certain other site features in the following ways:â€¢ To personalize user\'s experience and to allow us to deliver the type of content and product offerings in which you are most interested.â€¢ To improve our website in order to better serve you.â€¢ To allow us to better service you in responding to your customer service requests.â€¢ To administer a contest, promotion, survey or other site feature.â€¢ To quickly process your transactions.â€¢ To send periodic emails regarding your order or other products and services.</p><p data-css=\"tve-u-1642b20c920\">How do we protect visitor information?</p><p data-css=\"tve-u-1642b20c920\">Our website is scanned on a regular basis for security holes and known vulnerabilities in order to make your visit to our site as safe as possible.We use regular Malware Scanning.</p><p data-css=\"tve-u-1642b20c920\">Your personal information is contained behind secured networks and is only accessible by a limited number of persons who have special access rights to such systems, and are required to keep the information confidential. In addition, all sensitive/credit information you supply is encrypted via Secure Socket Layer (SSL) technology.</p><p data-css=\"tve-u-1642b20c920\">We implement a variety of security measures when a user places an order, enters, submits, or accesses their information to maintain the safety of your personal information.</p><p data-css=\"tve-u-1642b20c920\">All transactions are processed through a gateway provider and are not stored or processed on our servers.</p><p data-css=\"tve-u-1642b20c920\">Do we use \'cookies\'?</p><p data-css=\"tve-u-1642b20c920\">Yes. Cookies are small files that a site or its service provider transfers to your computer\'s hard drive through your Web browser (if you allow) that enable the site\'s or service provider\'s systems to recognize your browser and capture and remember certain information. For instance, we use cookies to help us remember and process the items in your shopping cart. They are also used to help us understand your preferences based on previous or current site activity, which enables us to provide you with improved services. We also use cookies to help us compile aggregate data about site traffic and site interaction so that we can offer better site experiences and tools in the future.</p><p data-css=\"tve-u-1642b20c920\">We use cookies to:</p><p data-css=\"tve-u-1642b20c920\">â€¢ Help remember and process the items in the shopping cart.â€¢ Understand and save user\'s preferences for future visits.You can choose to have your computer warn you each time a cookie is being sent, or you can choose to turn off all cookies. You do this through your browser (like Internet Explorer) settings. Each browser is a little different, so look at your browser\'s Help menu to learn the correct way to modify your cookies.If users disable cookies in their browser:If you turn off cookies, some features will be disabled. However, you can still place orders forsaved items in your shopping cart over the telephone by contacting customer service.</p><p data-css=\"tve-u-1642b20c920\">Third Party Disclosure</p><p data-css=\"tve-u-1642b20c920\">We do not sell, trade, or otherwise transfer to outside parties your personally identifiable information.</p><p data-css=\"tve-u-1642b20c920\">Third party links</p><p data-css=\"tve-u-1642b20c920\">Occasionally, at our discretion, we may include or offer third party products or services on our website. These third party sites have separate and independent privacy policies. We therefore have no responsibility or liability for the content and activities of these linked sites. Nonetheless, we seek to protect the integrity of our site and welcome any feedback about these sites.</p><p data-css=\"tve-u-1642b20c920\">Google</p><p data-css=\"tve-u-1642b20c920\">Google\'s advertising requirements can be summed up by Google\'s Advertising Principles. They are put in place to provide a positive experience for users. https://support.google.com/adwordspolicy/answer/1316548?hl=enOpting out:Users can set preferences for how Google advertises to you using the Google Ad Settings page. Alternatively, you can opt out by visiting the Network Advertising initiative opt out page or permanently using the Google Analytics Opt Out Browser add on.California Online Privacy Protection ActCalOPPA is the first state law in the nation to require commercial websites and online services to post a privacy policy. The law\'s reach stretches well beyond California to require a person or company in the United States (and conceivably the world) that operates websites collecting personally identifiable information from California consumers to post a conspicuous privacy policy on its website stating exactly the information being collected and those individuals with whom it is being shared, and to comply with this policy.See more at: http://consumercal.org/california-online-privacy-protection-act-caloppa/#sthash.0FdRbT51.dpufAccording to CalOPPA we agree to the following:Users can visit our site anonymouslyOnce this privacy policy is created, we will add a link to it on our home page, or as a minimum on the first significant page after entering our website.Our Privacy Policy link includes the word \'Privacy\', and can be easily be found on the page specified above.Users will be notified of any privacy policy changes:â€¢ On our Privacy Policy PageUsers are able to change their personal information:â€¢ By emailing usâ€¢ By calling us</p><p data-css=\"tve-u-1642b20c920\">How does our site handle do not track signals?</p><p data-css=\"tve-u-1642b20c920\">We honor do not track signals and do not track, plant cookies, or use advertising when a Do Not Track (DNT) browser mechanism is in place.</p><p data-css=\"tve-u-1642b20c920\">Does our site allow third party behavioral tracking?</p><p data-css=\"tve-u-1642b20c920\">It\'s also important to note that we do not allow third party behavioral trackingCOPPA (Children Online Privacy Protection Act)When it comes to the collection of personal information from children under 13, the Children\'s Online Privacy Protection Act (COPPA) puts parents in control. The Federal Trade Commission, the nation\'s consumer protection agency, enforces the COPPA Rule, which spells out what operators of websites and online services must do to protect children\'s privacy and safety online.</p><p data-css=\"tve-u-1642b20c920\">We do not specifically market to children under 13.</p><p data-css=\"tve-u-1642b20c920\">Fair Information Practices</p><p data-css=\"tve-u-1642b20c920\">The Fair Information Practices Principles form the backbone of privacy law in the United States and the concepts they include have played a significant role in the development of data protection laws around the globe. Understanding the Fair Information Practice Principles and how they should be implemented is critical to comply with the various privacy laws that protect personal information.In order to be in line with Fair Information Practices we will take the following responsive action, should a data breach occur:â€¢ Within 7 business daysWe will notify the users via in site notificationâ€¢ Within 7 business daysWe also agree to the individual redress principle, which requires that individuals have a right to pursue legally enforceable rights against data collectors and processors who fail to adhere to the law. This principle requires not only that individuals have enforceable rights against data users, but also that individuals have recourse to courts or a government agency to investigate and/or prosecute non-compliance by data processors.CAN SPAM ActThe CAN-SPAM Act is a law that sets the rules for commercial email, establishes requirements for commercial messages, gives recipients the right to have emails stopped from being sent to them, and spells out tough penalties for violations.</p><p data-css=\"tve-u-1642b20c920\">We collect your email address in order to:</p><p data-css=\"tve-u-1642b20c920\">â€¢ Send information, respond to inquiries, and/or other requests or questions.â€¢ Process orders and to send information and updates pertaining to ordersâ€¢ Market to our mailing list or continue to send emails to our clients after the original transaction has occurredTo be in accordance with CANSPAM we agree to the following:â€¢ NOT use false, or misleading subjects or email addressesâ€¢ Identify the message as an advertisement in some reasonable wayâ€¢ Include the physical address of our business or site headquartersâ€¢ Monitor third party email marketing services for compliance, if one is used.â€¢ Honor opt-out/unsubscribe requests quicklyâ€¢ Allow users to unsubscribe by using the link at the bottom of each emailIf at any time you would like to unsubscribe from receiving future emails, you can email us atâ€¢ Follow the instructions at the bottom of each email. and we will promptly remove you from ALL correspondence.</p><p data-css=\"tve-u-1642b20c920\">Contacting Us</p><p data-css=\"tve-u-1642b20c920\">If there are any questions regarding this privacy policy you may contact us using the information below.Blackhawk Custom, LLC.825 South Kings HighwayFort Pierce, FL 34945United Stateshttps://www.blackhawkcustom.comConditions of use:</p><p data-css=\"tve-u-1642b20c920\">By using this website, you agree to all of our terms and conditions of the saleAll sales are final (See our refund policy)</p>','Privacy','','inherit','closed','closed','','141-revision-v1','','','2018-06-23 01:55:02','2018-06-23 05:55:02','',141,'https://bestcerakoteflorida.com/141-revision-v1/',0,'revision','',0),(152,1,'2018-06-23 01:56:07','2018-06-23 05:56:07','<h1 data-css=\"tve-u-16035acf904\"><strong>Privacy</strong></h1><p data-css=\"tve-u-1642b20c920\">Privacy Policy</p><p data-css=\"tve-u-1642b20c920\">What personal information do we collect from the people that visit our blog, website or app?When ordering or registering on our site, as appropriate, you may be asked to enter your name, email address, mailing address, phone number, credit card information or other details to help you with your experience.</p><p data-css=\"tve-u-1642b20c920\">When do we collect information?</p><p data-css=\"tve-u-1642b20c920\">We collect information from you when you register on our site, place an order, subscribe to a newsletter, respond to a survey, fill out a form or enter information on our site.</p><p data-css=\"tve-u-1642b20c920\">How do we use your information?</p><p data-css=\"tve-u-1642b20c920\">We may use the information we collect from you when you register, make a purchase, sign up for our newsletter, respond to a survey or marketing communication, surf the website, or use certain other site features in the following ways:â€¢ To personalize user\'s experience and to allow us to deliver the type of content and product offerings in which you are most interested.â€¢ To improve our website in order to better serve you.â€¢ To allow us to better service you in responding to your customer service requests.â€¢ To administer a contest, promotion, survey or other site feature.â€¢ To quickly process your transactions.â€¢ To send periodic emails regarding your order or other products and services.</p><p data-css=\"tve-u-1642b20c920\">How do we protect visitor information?</p><p data-css=\"tve-u-1642b20c920\">Our website is scanned on a regular basis for security holes and known vulnerabilities in order to make your visit to our site as safe as possible.We use regular Malware Scanning.</p><p data-css=\"tve-u-1642b20c920\">Your personal information is contained behind secured networks and is only accessible by a limited number of persons who have special access rights to such systems, and are required to keep the information confidential. In addition, all sensitive/credit information you supply is encrypted via Secure Socket Layer (SSL) technology.</p><p data-css=\"tve-u-1642b20c920\">We implement a variety of security measures when a user places an order, enters, submits, or accesses their information to maintain the safety of your personal information.</p><p data-css=\"tve-u-1642b20c920\">All transactions are processed through a gateway provider and are not stored or processed on our servers.</p><p data-css=\"tve-u-1642b20c920\">Do we use \'cookies\'?</p><p data-css=\"tve-u-1642b20c920\">Yes. Cookies are small files that a site or its service provider transfers to your computer\'s hard drive through your Web browser (if you allow) that enable the site\'s or service provider\'s systems to recognize your browser and capture and remember certain information. For instance, we use cookies to help us remember and process the items in your shopping cart. They are also used to help us understand your preferences based on previous or current site activity, which enables us to provide you with improved services. We also use cookies to help us compile aggregate data about site traffic and site interaction so that we can offer better site experiences and tools in the future.</p><p data-css=\"tve-u-1642b20c920\">We use cookies to:</p><p data-css=\"tve-u-1642b20c920\">â€¢ Help remember and process the items in the shopping cart.â€¢ Understand and save user\'s preferences for future visits.You can choose to have your computer warn you each time a cookie is being sent, or you can choose to turn off all cookies. You do this through your browser (like Internet Explorer) settings. Each browser is a little different, so look at your browser\'s Help menu to learn the correct way to modify your cookies.If users disable cookies in their browser:If you turn off cookies, some features will be disabled. However, you can still place orders forsaved items in your shopping cart over the telephone by contacting customer service.</p><p data-css=\"tve-u-1642b20c920\">Third Party Disclosure</p><p data-css=\"tve-u-1642b20c920\">We do not sell, trade, or otherwise transfer to outside parties your personally identifiable information.</p><p data-css=\"tve-u-1642b20c920\">Third party links</p><p data-css=\"tve-u-1642b20c920\">Occasionally, at our discretion, we may include or offer third party products or services on our website. These third party sites have separate and independent privacy policies. We therefore have no responsibility or liability for the content and activities of these linked sites. Nonetheless, we seek to protect the integrity of our site and welcome any feedback about these sites.</p><p data-css=\"tve-u-1642b20c920\">Google</p><p data-css=\"tve-u-1642b20c920\">Google\'s advertising requirements can be summed up by Google\'s Advertising Principles. They are put in place to provide a positive experience for users. https://support.google.com/adwordspolicy/answer/1316548?hl=enOpting out:Users can set preferences for how Google advertises to you using the Google Ad Settings page. Alternatively, you can opt out by visiting the Network Advertising initiative opt out page or permanently using the Google Analytics Opt Out Browser add on.California Online Privacy Protection ActCalOPPA is the first state law in the nation to require commercial websites and online services to post a privacy policy. The law\'s reach stretches well beyond California to require a person or company in the United States (and conceivably the world) that operates websites collecting personally identifiable information from California consumers to post a conspicuous privacy policy on its website stating exactly the information being collected and those individuals with whom it is being shared, and to comply with this policy.See more at: http://consumercal.org/california-online-privacy-protection-act-caloppa/#sthash.0FdRbT51.dpufAccording to CalOPPA we agree to the following:Users can visit our site anonymouslyOnce this privacy policy is created, we will add a link to it on our home page, or as a minimum on the first significant page after entering our website.Our Privacy Policy link includes the word \'Privacy\', and can be easily be found on the page specified above.Users will be notified of any privacy policy changes:â€¢ On our Privacy Policy PageUsers are able to change their personal information:â€¢ By emailing usâ€¢ By calling us</p><p data-css=\"tve-u-1642b20c920\">How does our site handle do not track signals?</p><p data-css=\"tve-u-1642b20c920\">We honor do not track signals and do not track, plant cookies, or use advertising when a Do Not Track (DNT) browser mechanism is in place.</p><p data-css=\"tve-u-1642b20c920\">Does our site allow third party behavioral tracking?</p><p data-css=\"tve-u-1642b20c920\">It\'s also important to note that we do not allow third party behavioral trackingCOPPA (Children Online Privacy Protection Act)When it comes to the collection of personal information from children under 13, the Children\'s Online Privacy Protection Act (COPPA) puts parents in control. The Federal Trade Commission, the nation\'s consumer protection agency, enforces the COPPA Rule, which spells out what operators of websites and online services must do to protect children\'s privacy and safety online.</p><p data-css=\"tve-u-1642b20c920\">We do not specifically market to children under 13.</p><p data-css=\"tve-u-1642b20c920\">Fair Information Practices</p><p data-css=\"tve-u-1642b20c920\">The Fair Information Practices Principles form the backbone of privacy law in the United States and the concepts they include have played a significant role in the development of data protection laws around the globe. Understanding the Fair Information Practice Principles and how they should be implemented is critical to comply with the various privacy laws that protect personal information.In order to be in line with Fair Information Practices we will take the following responsive action, should a data breach occur:â€¢ Within 7 business daysWe will notify the users via in site notificationâ€¢ Within 7 business daysWe also agree to the individual redress principle, which requires that individuals have a right to pursue legally enforceable rights against data collectors and processors who fail to adhere to the law. This principle requires not only that individuals have enforceable rights against data users, but also that individuals have recourse to courts or a government agency to investigate and/or prosecute non-compliance by data processors.CAN SPAM ActThe CAN-SPAM Act is a law that sets the rules for commercial email, establishes requirements for commercial messages, gives recipients the right to have emails stopped from being sent to them, and spells out tough penalties for violations.</p><p data-css=\"tve-u-1642b20c920\">We collect your email address in order to:</p><p data-css=\"tve-u-1642b20c920\">â€¢ Send information, respond to inquiries, and/or other requests or questions.â€¢ Process orders and to send information and updates pertaining to ordersâ€¢ Market to our mailing list or continue to send emails to our clients after the original transaction has occurredTo be in accordance with CANSPAM we agree to the following:â€¢ NOT use false, or misleading subjects or email addressesâ€¢ Identify the message as an advertisement in some reasonable wayâ€¢ Include the physical address of our business or site headquartersâ€¢ Monitor third party email marketing services for compliance, if one is used.â€¢ Honor opt-out/unsubscribe requests quicklyâ€¢ Allow users to unsubscribe by using the link at the bottom of each emailIf at any time you would like to unsubscribe from receiving future emails, you can email us atâ€¢ Follow the instructions at the bottom of each email. and we will promptly remove you from ALL correspondence.</p><p data-css=\"tve-u-1642b20c920\">Contacting Us</p><p data-css=\"tve-u-1642b20c920\">If there are any questions regarding this privacy policy you may contact us using the information below.Blackhawk Custom, LLC.825 South Kings HighwayFort Pierce, FL 34945United Stateshttps://www.blackhawkcustom.comConditions of use:</p><p data-css=\"tve-u-1642b20c920\">By using this website, you agree to all of our terms and conditions of the saleAll sales are final (See our refund policy)</p>','Privacy','','inherit','closed','closed','','141-revision-v1','','','2018-06-23 01:56:07','2018-06-23 05:56:07','',141,'https://bestcerakoteflorida.com/141-revision-v1/',0,'revision','',0),(177,1,'2018-07-28 01:39:11','2018-07-28 05:39:11','<h1 data-css=\"tve-u-16035acf904\" style=\"text-align: center;\"><strong>Privacy</strong></h1><p data-css=\"tve-u-1642b20c920\">Privacy Policy</p><p data-css=\"tve-u-1642b20c920\">What personal information do we collect from the people that visit our blog, website or app?When ordering or registering on our site, as appropriate, you may be asked to enter your name, email address, mailing address, phone number, credit card information or other details to help you with your experience.</p><p data-css=\"tve-u-1642b20c920\">When do we collect information?</p><p data-css=\"tve-u-1642b20c920\">We collect information from you when you register on our site, place an order, subscribe to a newsletter, respond to a survey, fill out a form or enter information on our site.</p><p data-css=\"tve-u-1642b20c920\">How do we use your information?</p><p data-css=\"tve-u-1642b20c920\">We may use the information we collect from you when you register, make a purchase, sign up for our newsletter, respond to a survey or marketing communication, surf the website, or use certain other site features in the following ways:â€¢ To personalize user\'s experience and to allow us to deliver the type of content and product offerings in which you are most interested.â€¢ To improve our website in order to better serve you.â€¢ To allow us to better service you in responding to your customer service requests.â€¢ To administer a contest, promotion, survey or other site feature.â€¢ To quickly process your transactions.â€¢ To send periodic emails regarding your order or other products and services.</p><p data-css=\"tve-u-1642b20c920\">How do we protect visitor information?</p><p data-css=\"tve-u-1642b20c920\">Our website is scanned on a regular basis for security holes and known vulnerabilities in order to make your visit to our site as safe as possible.We use regular Malware Scanning.</p><p data-css=\"tve-u-1642b20c920\">Your personal information is contained behind secured networks and is only accessible by a limited number of persons who have special access rights to such systems, and are required to keep the information confidential. In addition, all sensitive/credit information you supply is encrypted via Secure Socket Layer (SSL) technology.</p><p data-css=\"tve-u-1642b20c920\">We implement a variety of security measures when a user places an order, enters, submits, or accesses their information to maintain the safety of your personal information.</p><p data-css=\"tve-u-1642b20c920\">All transactions are processed through a gateway provider and are not stored or processed on our servers.</p><p data-css=\"tve-u-1642b20c920\">Do we use \'cookies\'?</p><p data-css=\"tve-u-1642b20c920\">Yes. Cookies are small files that a site or its service provider transfers to your computer\'s hard drive through your Web browser (if you allow) that enable the site\'s or service provider\'s systems to recognize your browser and capture and remember certain information. For instance, we use cookies to help us remember and process the items in your shopping cart. They are also used to help us understand your preferences based on previous or current site activity, which enables us to provide you with improved services. We also use cookies to help us compile aggregate data about site traffic and site interaction so that we can offer better site experiences and tools in the future.</p><p data-css=\"tve-u-1642b20c920\">We use cookies to:</p><p data-css=\"tve-u-1642b20c920\">â€¢ Help remember and process the items in the shopping cart.â€¢ Understand and save user\'s preferences for future visits.You can choose to have your computer warn you each time a cookie is being sent, or you can choose to turn off all cookies. You do this through your browser (like Internet Explorer) settings. Each browser is a little different, so look at your browser\'s Help menu to learn the correct way to modify your cookies.If users disable cookies in their browser:If you turn off cookies, some features will be disabled. However, you can still place orders forsaved items in your shopping cart over the telephone by contacting customer service.</p><p data-css=\"tve-u-1642b20c920\">Third Party Disclosure</p><p data-css=\"tve-u-1642b20c920\">We do not sell, trade, or otherwise transfer to outside parties your personally identifiable information.</p><p data-css=\"tve-u-1642b20c920\">Third party links</p><p data-css=\"tve-u-1642b20c920\">Occasionally, at our discretion, we may include or offer third party products or services on our website. These third party sites have separate and independent privacy policies. We therefore have no responsibility or liability for the content and activities of these linked sites. Nonetheless, we seek to protect the integrity of our site and welcome any feedback about these sites.</p><p data-css=\"tve-u-1642b20c920\">Google</p><p data-css=\"tve-u-1642b20c920\">Google\'s advertising requirements can be summed up by Google\'s Advertising Principles. They are put in place to provide a positive experience for users. https://support.google.com/adwordspolicy/answer/1316548?hl=enOpting out:Users can set preferences for how Google advertises to you using the Google Ad Settings page. Alternatively, you can opt out by visiting the Network Advertising initiative opt out page or permanently using the Google Analytics Opt Out Browser add on.California Online Privacy Protection ActCalOPPA is the first state law in the nation to require commercial websites and online services to post a privacy policy. The law\'s reach stretches well beyond California to require a person or company in the United States (and conceivably the world) that operates websites collecting personally identifiable information from California consumers to post a conspicuous privacy policy on its website stating exactly the information being collected and those individuals with whom it is being shared, and to comply with this policy.See more at: http://consumercal.org/california-online-privacy-protection-act-caloppa/#sthash.0FdRbT51.dpufAccording to CalOPPA we agree to the following:Users can visit our site anonymouslyOnce this privacy policy is created, we will add a link to it on our home page, or as a minimum on the first significant page after entering our website.Our Privacy Policy link includes the word \'Privacy\', and can be easily be found on the page specified above.Users will be notified of any privacy policy changes:â€¢ On our Privacy Policy PageUsers are able to change their personal information:â€¢ By emailing usâ€¢ By calling us</p><p data-css=\"tve-u-1642b20c920\">How does our site handle do not track signals?</p><p data-css=\"tve-u-1642b20c920\">We honor do not track signals and do not track, plant cookies, or use advertising when a Do Not Track (DNT) browser mechanism is in place.</p><p data-css=\"tve-u-1642b20c920\">Does our site allow third party behavioral tracking?</p><p data-css=\"tve-u-1642b20c920\">It\'s also important to note that we do not allow third party behavioral trackingCOPPA (Children Online Privacy Protection Act)When it comes to the collection of personal information from children under 13, the Children\'s Online Privacy Protection Act (COPPA) puts parents in control. The Federal Trade Commission, the nation\'s consumer protection agency, enforces the COPPA Rule, which spells out what operators of websites and online services must do to protect children\'s privacy and safety online.</p><p data-css=\"tve-u-1642b20c920\">We do not specifically market to children under 13.</p><p data-css=\"tve-u-1642b20c920\">Fair Information Practices</p><p data-css=\"tve-u-1642b20c920\">The Fair Information Practices Principles form the backbone of privacy law in the United States and the concepts they include have played a significant role in the development of data protection laws around the globe. Understanding the Fair Information Practice Principles and how they should be implemented is critical to comply with the various privacy laws that protect personal information.In order to be in line with Fair Information Practices we will take the following responsive action, should a data breach occur:â€¢ Within 7 business daysWe will notify the users via in site notificationâ€¢ Within 7 business daysWe also agree to the individual redress principle, which requires that individuals have a right to pursue legally enforceable rights against data collectors and processors who fail to adhere to the law. This principle requires not only that individuals have enforceable rights against data users, but also that individuals have recourse to courts or a government agency to investigate and/or prosecute non-compliance by data processors.CAN SPAM ActThe CAN-SPAM Act is a law that sets the rules for commercial email, establishes requirements for commercial messages, gives recipients the right to have emails stopped from being sent to them, and spells out tough penalties for violations.</p><p data-css=\"tve-u-1642b20c920\">We collect your email address in order to:</p><p data-css=\"tve-u-1642b20c920\">â€¢ Send information, respond to inquiries, and/or other requests or questions.â€¢ Process orders and to send information and updates pertaining to ordersâ€¢ Market to our mailing list or continue to send emails to our clients after the original transaction has occurredTo be in accordance with CANSPAM we agree to the following:â€¢ NOT use false, or misleading subjects or email addressesâ€¢ Identify the message as an advertisement in some reasonable wayâ€¢ Include the physical address of our business or site headquartersâ€¢ Monitor third party email marketing services for compliance, if one is used.â€¢ Honor opt-out/unsubscribe requests quicklyâ€¢ Allow users to unsubscribe by using the link at the bottom of each emailIf at any time you would like to unsubscribe from receiving future emails, you can email us atâ€¢ Follow the instructions at the bottom of each email. and we will promptly remove you from ALL correspondence.</p><p data-css=\"tve-u-1642b20c920\">Contacting Us</p><p data-css=\"tve-u-1642b20c920\">If there are any questions regarding this privacy policy you may contact us using the information below.Blackhawk Custom, LLC.825 South Kings HighwayFort Pierce, FL 34945United Stateshttps://www.blackhawkcustom.comConditions of use:</p><p data-css=\"tve-u-1642b20c920\">By using this website, you agree to all of our terms and conditions of the saleAll sales are final (See our refund policy)</p>','Privacy','','inherit','closed','closed','','141-revision-v1','','','2018-07-28 01:39:11','2018-07-28 05:39:11','',141,'https://bestcerakoteflorida.com/141-revision-v1/',0,'revision','',0),(157,1,'2018-06-23 02:16:26','2018-06-23 06:16:26','<h2>Terms &amp; Conditions</h2><p>TERMS OF SERVICE-----OVERVIEWThis website is operated by Blackhawk Custom, LLC. Throughout the site, the terms â€œweâ€, â€œusâ€ and â€œourâ€ refer to Blackhawk Custom, LLC. Blackhawk Custom, LLC offers this website, including all information, tools and services available from this site to you, the user, conditioned upon your acceptance of all terms, conditions, policies and notices stated here.By visiting our site and/ or purchasing something from us, you engage in our â€œServiceâ€ and agree to be bound by the following terms and conditions (â€œTerms of Serviceâ€, â€œTermsâ€), including those additional terms, conditions, and policies referenced herein and/or available by hyperlink. These Terms of Service apply to all users of the site, including without limitation users who are browsers, vendors, customers, merchants, and/ or contributors of content.Please read these Terms of Service carefully before accessing or using our website. By accessing or using any part of the site, you agree to be bound by these Terms of Service. If you do not agree to all the terms and conditions of this agreement, then you may not access the website or use any services. If these Terms of Service are considered an offer, acceptance is expressly limited to these Terms of Service.Any new features or tools which are added to the current store shall also be subject to the Terms of Service. You can review the most current version of the Terms of Service at any time on this page. We reserve the right to update, change or replace any part of these Terms of Service by posting updates and/or changes to our website. It is your responsibility to check this page periodically for changes. Your continued use of or access to the website following the posting of any changes constitutes acceptance of those changes.SECTION 1 - ONLINE STORE TERMSBy agreeing to these Terms of Service, you represent that you are at least the age of majority in your state or province of residence, or that you are the age of majority in your state or province of residence and you have given us your consent to allow any of your minor dependents to use this site.You may not use our products for any illegal or unauthorized purpose nor may you, in the use of the Service, violate any laws in your jurisdiction (including but not limited to copyright laws).You must not transmit any worms or viruses or any code of a destructive nature.A breach or violation of any of the Terms will result in an immediate termination of your Services.SECTION 2 - GENERAL CONDITIONSWe reserve the right to refuse service to anyone for any reason at any time.You understand that your content (not including credit card information), may be transferred unencrypted and involve (a) transmissions over various networks; and (b) changes to conform and adapt to technical requirements of connecting networks or devices. Credit card information is always encrypted during transfer over networks.You agree not to reproduce, duplicate, copy, sell, resell or exploit any portion of the Service, use of the Service, or access to the Service or any contact on the website through which the service is provided, without express written permission by us.The headings used in this agreement are included for convenience only and will not limit or otherwise affect these Terms.SECTION 3 - ACCURACY, COMPLETENESS AND TIMELINESS OF INFORMATIONWe are not responsible if information made available on this site is not accurate, complete or current. The material on this site is provided for general information only and should not be relied upon or used as the sole basis for making decisions without consulting primary, more accurate, more complete or more timely sources of information. Any reliance on the material on this site is at your own risk.This site may contain certain historical information. Historical information, necessarily, is not current and is provided for your reference only. We reserve the right to modify the contents of this site at any time, but we have no obligation to update any information on our site. You agree that it is your responsibility to monitor changes to our site.SECTION 4 - MODIFICATIONS TO THE SERVICE AND PRICESThe prices for our products are subject to change without notice.We reserve the right at any time to modify or discontinue the Service (or any part or content thereof) without notice at any time.We shall not be liable to you or to any third-party for any modification, price change, suspension or discontinuance of the Service.SECTION 5 - PRODUCTS OR SERVICES (if applicable)Certain products or services may be available exclusively online through the website. These products or services may have limited quantities and are subject to return or exchange only according to our Return Policy.We have made every effort to display as accurately as possible the colors and images of our products that appear at the store. We cannot guarantee that your computer monitor\'s display of any color will be accurate.We reserve the right, but are not obligated, to limit the sales of our products or Services to any person, geographic region or jurisdiction. We may exercise this right on a case-by-case basis. We reserve the right to limit the quantities of any products or services that we offer. All descriptions of products or product pricing are subject to change at anytime without notice, at the sole discretion of us. We reserve the right to discontinue any product at any time. Any offer for any product or service made on this site is void where prohibited.We do not warrant that the quality of any products, services, information, or other material purchased or obtained by you will meet your expectations, or that any errors in the Service will be corrected.SECTION 6 - ACCURACY OF BILLING AND ACCOUNT INFORMATIONWe reserve the right to refuse any order you place with us. We may, in our sole discretion, limit or cancel quantities purchased per person, per household or per order. These restrictions may include orders placed by or under the same customer account, the same credit card, and/or orders that use the same billing and/or shipping address. In the event that we make a change to or cancel an order, we may attempt to notify you by contacting the e-mail and/or billing address/phone number provided at the time the order was made. We reserve the right to limit or prohibit orders that, in our sole judgment, appear to be placed by dealers, resellers or distributors.You agree to provide current, complete and accurate purchase and account information for all purchases made at our store. You agree to promptly update your account and other information, including your email address and credit card numbers and expiration dates, so that we can complete your transactions and contact you as needed.For more detail, please review our Returns Policy.SECTION 7 - OPTIONAL TOOLSWe may provide you with access to third-party tools over which we neither monitor nor have any control nor input.You acknowledge and agree that we provide access to such tools â€as isâ€ and â€œas availableâ€ without any warranties, representations or conditions of any kind and without any endorsement. We shall have no liability whatsoever arising from or relating to your use of optional third-party tools.Any use by you of optional tools offered through the site is entirely at your own risk and discretion and you should ensure that you are familiar with and approve of the terms on which tools are provided by the relevant third-party provider(s).We may also, in the future, offer new services and/or features through the website (including, the release of new tools and resources). Such new features and/or services shall also be subject to these Terms of Service.SECTION 8 - THIRD-PARTY LINKSCertain content, products and services available via our Service may include materials from third-parties.Third-party links on this site may direct you to third-party websites that are not affiliated with us. We are not responsible for examining or evaluating the content or accuracy and we do not warrant and will not have any liability or responsibility for any third-party materials or websites, or for any other materials, products, or services of third-parties.We are not liable for any harm or damages related to the purchase or use of goods, services, resources, content, or any other transactions made in connection with any third-party websites. Please review carefully the third-party\'s policies and practices and make sure you understand them before you engage in any transaction. Complaints, claims, concerns, or questions regarding third-party products should be directed to the third-party.SECTION 9 - USER COMMENTS, FEEDBACK AND OTHER SUBMISSIONSIf, at our request, you send certain specific submissions (for example contest entries) or without a request from us you send creative ideas, suggestions, proposals, plans, or other materials, whether online, by email, by postal mail, or otherwise (collectively, \'comments\'), you agree that we may, at any time, without restriction, edit, copy, publish, distribute, translate and otherwise use in any medium any comments that you forward to us. We are and shall be under no obligation (1) to maintain any comments in confidence; (2) to pay compensation for any comments; or (3) to respond to any comments.We may, but have no obligation to, monitor, edit or remove content that we determine in our sole discretion are unlawful, offensive, threatening, libelous, defamatory, pornographic, obscene or otherwise objectionable or violates any partyâ€™s intellectual property or these Terms of Service.You agree that your comments will not violate any right of any third-party, including copyright, trademark, privacy, personality or other personal or proprietary right. You further agree that your comments will not contain libelous or otherwise unlawful, abusive or obscene material, or contain any computer virus or other malware that could in any way affect the operation of the Service or any related website. You may not use a false e-mail address, pretend to be someone other than yourself, or otherwise mislead us or third-parties as to the origin of any comments. You are solely responsible for any comments you make and their accuracy. We take no responsibility and assume no liability for any comments posted by you or any third-party.SECTION 10 - PERSONAL INFORMATIONYour submission of personal information through the store is governed by our Privacy Policy. To view our Privacy Policy.SECTION 11 - ERRORS, INACCURACIES AND OMISSIONSOccasionally there may be information on our site or in the Service that contains typographical errors, inaccuracies or omissions that may relate to product descriptions, pricing, promotions, offers, product shipping charges, transit times and availability. We reserve the right to correct any errors, inaccuracies or omissions, and to change or update information or cancel orders if any information in the Service or on any related website is inaccurate at any time without prior notice (including after you have submitted your order).We undertake no obligation to update, amend or clarify information in the Service or on any related website, including without limitation, pricing information, except as required by law. No specified update or refresh date applied in the Service or on any related website, should be taken to indicate that all information in the Service or on any related website has been modified or updated.SECTION 12 - PROHIBITED USESIn addition to other prohibitions as set forth in the Terms of Service, you are prohibited from using the site or its content: (a) for any unlawful purpose; (b) to solicit others to perform or participate in any unlawful acts; (c) to violate any international, federal, provincial or state regulations, rules, laws, or local ordinances; (d) to infringe upon or violate our intellectual property rights or the intellectual property rights of others; (e) to harass, abuse, insult, harm, defame, slander, disparage, intimidate, or discriminate based on gender, sexual orientation, religion, ethnicity, race, age, national origin, or disability; (f) to submit false or misleading information; (g) to upload or transmit viruses or any other type of malicious code that will or may be used in any way that will affect the functionality or operation of the Service or of any related website, other websites, or the Internet; (h) to collect or track the personal information of others; (i) to spam, phish, pharm, pretext, spider, crawl, or scrape; (j) for any obscene or immoral purpose; or (k) to interfere with or circumvent the security features of the Service or any related website, other websites, or the Internet. We reserve the right to terminate your use of the Service or any related website for violating any of the prohibited uses.SECTION 13 - DISCLAIMER OF WARRANTIES; LIMITATION OF LIABILITYWe do not guarantee, represent or warrant that your use of our service will be uninterrupted, timely, secure or error-free.We do not warrant that the results that may be obtained from the use of the service will be accurate or reliable.You agree that from time to time we may remove the service for indefinite periods of time or cancel the service at any time, without notice to you.You expressly agree that your use of, or inability to use, the service is at your sole risk. The service and all products and services delivered to you through the service are (except as expressly stated by us) provided \'as is\' and \'as available\' for your use, without any representation, warranties or conditions of any kind, either express or implied, including all implied warranties or conditions of merchantability, merchantable quality, fitness for a particular purpose, durability, title, and non-infringement.In no case shall Blackhawk Custom, LLC, our directors, officers, employees, affiliates, agents, contractors, interns, suppliers, service providers or licensors be liable for any injury, loss, claim, or any direct, indirect, incidental, punitive, special, or consequential damages of any kind, including, without limitation lost profits, lost revenue, lost savings, loss of data, replacement costs, or any similar damages, whether based in contract, tort (including negligence), strict liability or otherwise, arising from your use of any of the service or any products procured using the service, or for any other claim related in any way to your use of the service or any product, including, but not limited to, any errors or omissions in any content, or any loss or damage of any kind incurred as a result of the use of the service or any content (or product) posted, transmitted, or otherwise made available via the service, even if advised of their possibility. Because some states or jurisdictions do not allow the exclusion or the limitation of liability for consequential or incidental damages, in such states or jurisdictions, our liability shall be limited to the maximum extent permitted by law.SECTION 14 - INDEMNIFICATIONYou agree to indemnify, defend and hold harmless Blackhawk Custom, LLC and our parent, subsidiaries, affiliates, partners, officers, directors, agents, contractors, licensors, service providers, subcontractors, suppliers, interns and employees, harmless from any claim or demand, including reasonable attorneysâ€™ fees, made by any third-party due to or arising out of your breach of these Terms of Service or the documents they incorporate by reference, or your violation of any law or the rights of a third-party.SECTION 15 - SEVERABILITYIn the event that any provision of these Terms of Service is determined to be unlawful, void or unenforceable, such provision shall nonetheless be enforceable to the fullest extent permitted by applicable law, and the unenforceable portion shall be deemed to be severed from these Terms of Service, such determination shall not affect the validity and enforceability of any other remaining provisions.SECTION 16 - TERMINATIONThe obligations and liabilities of the parties incurred prior to the termination date shall survive the termination of this agreement for all purposes.These Terms of Service are effective unless and until terminated by either you or us. You may terminate these Terms of Service at any time by notifying us that you no longer wish to use our Services, or when you cease using our site.If in our sole judgment you fail, or we suspect that you have failed, to comply with any term or provision of these Terms of Service, we also may terminate this agreement at any time without notice and you will remain liable for all amounts due up to and including the date of termination; and/or accordingly may deny you access to our Services (or any part thereof).SECTION 17 - ENTIRE AGREEMENTThe failure of us to exercise or enforce any right or provision of these Terms of Service shall not constitute a waiver of such right or provision.These Terms of Service and any policies or operating rules posted by us on this site or in respect to The Service constitutes the entire agreement and understanding between you and us and govern your use of the Service, superseding any prior or contemporaneous agreements, communications and proposals, whether oral or written, between you and us (including, but not limited to, any prior versions of the Terms of Service).Any ambiguities in the interpretation of these Terms of Service shall not be construed against the drafting party.SECTION 18 - GOVERNING LAWThese Terms of Service and any separate agreements whereby we provide you Services shall be governed by and construed in accordance with the laws of 825 South Kings Highway, Fort Pierce, FL 34945.SECTION 19 - CHANGES TO TERMS OF SERVICEYou can review the most current version of the Terms of Service at any time at this page.We reserve the right, at our sole discretion, to update, change or replace any part of these Terms of Service by posting updates and changes to our website. It is your responsibility to check our website periodically for changes. Your continued use of or access to our website or the Service following the posting of any changes to these Terms of Service constitutes acceptance of those changes.SECTION 20 - CONTACT INFORMATIONQuestions about the Terms of Service should be sent to us at <a href=\"mailto:admin@blackhawkcustom.com\" target=\"_blank\">admin@blackhawkcustom.com</a></p>','Terms And Conditions','','inherit','closed','closed','','95-revision-v1','','','2018-06-23 02:16:26','2018-06-23 06:16:26','',95,'https://bestcerakoteflorida.com/95-revision-v1/',0,'revision','',0),(158,1,'2018-06-23 02:18:18','2018-06-23 06:18:18','<h2>Terms &amp; Conditions</h2><p>TERMS OF SERVICE-----OVERVIEWThis website is operated by Blackhawk Custom, LLC. Throughout the site, the terms â€œweâ€, â€œusâ€ and â€œourâ€ refer to Blackhawk Custom, LLC. Blackhawk Custom, LLC offers this website, including all information, tools and services available from this site to you, the user, conditioned upon your acceptance of all terms, conditions, policies and notices stated here.By visiting our site and/ or purchasing something from us, you engage in our â€œServiceâ€ and agree to be bound by the following terms and conditions (â€œTerms of Serviceâ€, â€œTermsâ€), including those additional terms, conditions, and policies referenced herein and/or available by hyperlink. These Terms of Service apply to all users of the site, including without limitation users who are browsers, vendors, customers, merchants, and/ or contributors of content.Please read these Terms of Service carefully before accessing or using our website. By accessing or using any part of the site, you agree to be bound by these Terms of Service. If you do not agree to all the terms and conditions of this agreement, then you may not access the website or use any services. If these Terms of Service are considered an offer, acceptance is expressly limited to these Terms of Service.Any new features or tools which are added to the current store shall also be subject to the Terms of Service. You can review the most current version of the Terms of Service at any time on this page. We reserve the right to update, change or replace any part of these Terms of Service by posting updates and/or changes to our website. It is your responsibility to check this page periodically for changes. Your continued use of or access to the website following the posting of any changes constitutes acceptance of those changes.SECTION 1 - ONLINE STORE TERMSBy agreeing to these Terms of Service, you represent that you are at least the age of majority in your state or province of residence, or that you are the age of majority in your state or province of residence and you have given us your consent to allow any of your minor dependents to use this site.You may not use our products for any illegal or unauthorized purpose nor may you, in the use of the Service, violate any laws in your jurisdiction (including but not limited to copyright laws).You must not transmit any worms or viruses or any code of a destructive nature.A breach or violation of any of the Terms will result in an immediate termination of your Services.SECTION 2 - GENERAL CONDITIONSWe reserve the right to refuse service to anyone for any reason at any time.You understand that your content (not including credit card information), may be transferred unencrypted and involve (a) transmissions over various networks; and (b) changes to conform and adapt to technical requirements of connecting networks or devices. Credit card information is always encrypted during transfer over networks.You agree not to reproduce, duplicate, copy, sell, resell or exploit any portion of the Service, use of the Service, or access to the Service or any contact on the website through which the service is provided, without express written permission by us.The headings used in this agreement are included for convenience only and will not limit or otherwise affect these Terms.SECTION 3 - ACCURACY, COMPLETENESS AND TIMELINESS OF INFORMATIONWe are not responsible if information made available on this site is not accurate, complete or current. The material on this site is provided for general information only and should not be relied upon or used as the sole basis for making decisions without consulting primary, more accurate, more complete or more timely sources of information. Any reliance on the material on this site is at your own risk.This site may contain certain historical information. Historical information, necessarily, is not current and is provided for your reference only. We reserve the right to modify the contents of this site at any time, but we have no obligation to update any information on our site. You agree that it is your responsibility to monitor changes to our site.SECTION 4 - MODIFICATIONS TO THE SERVICE AND PRICESThe prices for our products are subject to change without notice.We reserve the right at any time to modify or discontinue the Service (or any part or content thereof) without notice at any time.We shall not be liable to you or to any third-party for any modification, price change, suspension or discontinuance of the Service.SECTION 5 - PRODUCTS OR SERVICES (if applicable)Certain products or services may be available exclusively online through the website. These products or services may have limited quantities and are subject to return or exchange only according to our Return Policy.We have made every effort to display as accurately as possible the colors and images of our products that appear at the store. We cannot guarantee that your computer monitor\'s display of any color will be accurate.We reserve the right, but are not obligated, to limit the sales of our products or Services to any person, geographic region or jurisdiction. We may exercise this right on a case-by-case basis. We reserve the right to limit the quantities of any products or services that we offer. All descriptions of products or product pricing are subject to change at anytime without notice, at the sole discretion of us. We reserve the right to discontinue any product at any time. Any offer for any product or service made on this site is void where prohibited.We do not warrant that the quality of any products, services, information, or other material purchased or obtained by you will meet your expectations, or that any errors in the Service will be corrected.SECTION 6 - ACCURACY OF BILLING AND ACCOUNT INFORMATIONWe reserve the right to refuse any order you place with us. We may, in our sole discretion, limit or cancel quantities purchased per person, per household or per order. These restrictions may include orders placed by or under the same customer account, the same credit card, and/or orders that use the same billing and/or shipping address. In the event that we make a change to or cancel an order, we may attempt to notify you by contacting the e-mail and/or billing address/phone number provided at the time the order was made. We reserve the right to limit or prohibit orders that, in our sole judgment, appear to be placed by dealers, resellers or distributors.You agree to provide current, complete and accurate purchase and account information for all purchases made at our store. You agree to promptly update your account and other information, including your email address and credit card numbers and expiration dates, so that we can complete your transactions and contact you as needed.For more detail, please review our Returns Policy.SECTION 7 - OPTIONAL TOOLSWe may provide you with access to third-party tools over which we neither monitor nor have any control nor input.You acknowledge and agree that we provide access to such tools â€as isâ€ and â€œas availableâ€ without any warranties, representations or conditions of any kind and without any endorsement. We shall have no liability whatsoever arising from or relating to your use of optional third-party tools.Any use by you of optional tools offered through the site is entirely at your own risk and discretion and you should ensure that you are familiar with and approve of the terms on which tools are provided by the relevant third-party provider(s).We may also, in the future, offer new services and/or features through the website (including, the release of new tools and resources). Such new features and/or services shall also be subject to these Terms of Service.SECTION 8 - THIRD-PARTY LINKSCertain content, products and services available via our Service may include materials from third-parties.Third-party links on this site may direct you to third-party websites that are not affiliated with us. We are not responsible for examining or evaluating the content or accuracy and we do not warrant and will not have any liability or responsibility for any third-party materials or websites, or for any other materials, products, or services of third-parties.We are not liable for any harm or damages related to the purchase or use of goods, services, resources, content, or any other transactions made in connection with any third-party websites. Please review carefully the third-party\'s policies and practices and make sure you understand them before you engage in any transaction. Complaints, claims, concerns, or questions regarding third-party products should be directed to the third-party.SECTION 9 - USER COMMENTS, FEEDBACK AND OTHER SUBMISSIONSIf, at our request, you send certain specific submissions (for example contest entries) or without a request from us you send creative ideas, suggestions, proposals, plans, or other materials, whether online, by email, by postal mail, or otherwise (collectively, \'comments\'), you agree that we may, at any time, without restriction, edit, copy, publish, distribute, translate and otherwise use in any medium any comments that you forward to us. We are and shall be under no obligation (1) to maintain any comments in confidence; (2) to pay compensation for any comments; or (3) to respond to any comments.We may, but have no obligation to, monitor, edit or remove content that we determine in our sole discretion are unlawful, offensive, threatening, libelous, defamatory, pornographic, obscene or otherwise objectionable or violates any partyâ€™s intellectual property or these Terms of Service.You agree that your comments will not violate any right of any third-party, including copyright, trademark, privacy, personality or other personal or proprietary right. You further agree that your comments will not contain libelous or otherwise unlawful, abusive or obscene material, or contain any computer virus or other malware that could in any way affect the operation of the Service or any related website. You may not use a false e-mail address, pretend to be someone other than yourself, or otherwise mislead us or third-parties as to the origin of any comments. You are solely responsible for any comments you make and their accuracy. We take no responsibility and assume no liability for any comments posted by you or any third-party.SECTION 10 - PERSONAL INFORMATIONYour submission of personal information through the store is governed by our Privacy Policy. To view our Privacy Policy.SECTION 11 - ERRORS, INACCURACIES AND OMISSIONSOccasionally there may be information on our site or in the Service that contains typographical errors, inaccuracies or omissions that may relate to product descriptions, pricing, promotions, offers, product shipping charges, transit times and availability. We reserve the right to correct any errors, inaccuracies or omissions, and to change or update information or cancel orders if any information in the Service or on any related website is inaccurate at any time without prior notice (including after you have submitted your order).We undertake no obligation to update, amend or clarify information in the Service or on any related website, including without limitation, pricing information, except as required by law. No specified update or refresh date applied in the Service or on any related website, should be taken to indicate that all information in the Service or on any related website has been modified or updated.SECTION 12 - PROHIBITED USESIn addition to other prohibitions as set forth in the Terms of Service, you are prohibited from using the site or its content: (a) for any unlawful purpose; (b) to solicit others to perform or participate in any unlawful acts; (c) to violate any international, federal, provincial or state regulations, rules, laws, or local ordinances; (d) to infringe upon or violate our intellectual property rights or the intellectual property rights of others; (e) to harass, abuse, insult, harm, defame, slander, disparage, intimidate, or discriminate based on gender, sexual orientation, religion, ethnicity, race, age, national origin, or disability; (f) to submit false or misleading information; (g) to upload or transmit viruses or any other type of malicious code that will or may be used in any way that will affect the functionality or operation of the Service or of any related website, other websites, or the Internet; (h) to collect or track the personal information of others; (i) to spam, phish, pharm, pretext, spider, crawl, or scrape; (j) for any obscene or immoral purpose; or (k) to interfere with or circumvent the security features of the Service or any related website, other websites, or the Internet. We reserve the right to terminate your use of the Service or any related website for violating any of the prohibited uses.SECTION 13 - DISCLAIMER OF WARRANTIES; LIMITATION OF LIABILITYWe do not guarantee, represent or warrant that your use of our service will be uninterrupted, timely, secure or error-free.We do not warrant that the results that may be obtained from the use of the service will be accurate or reliable.You agree that from time to time we may remove the service for indefinite periods of time or cancel the service at any time, without notice to you.You expressly agree that your use of, or inability to use, the service is at your sole risk. The service and all products and services delivered to you through the service are (except as expressly stated by us) provided \'as is\' and \'as available\' for your use, without any representation, warranties or conditions of any kind, either express or implied, including all implied warranties or conditions of merchantability, merchantable quality, fitness for a particular purpose, durability, title, and non-infringement.In no case shall Blackhawk Custom, LLC, our directors, officers, employees, affiliates, agents, contractors, interns, suppliers, service providers or licensors be liable for any injury, loss, claim, or any direct, indirect, incidental, punitive, special, or consequential damages of any kind, including, without limitation lost profits, lost revenue, lost savings, loss of data, replacement costs, or any similar damages, whether based in contract, tort (including negligence), strict liability or otherwise, arising from your use of any of the service or any products procured using the service, or for any other claim related in any way to your use of the service or any product, including, but not limited to, any errors or omissions in any content, or any loss or damage of any kind incurred as a result of the use of the service or any content (or product) posted, transmitted, or otherwise made available via the service, even if advised of their possibility. Because some states or jurisdictions do not allow the exclusion or the limitation of liability for consequential or incidental damages, in such states or jurisdictions, our liability shall be limited to the maximum extent permitted by law.SECTION 14 - INDEMNIFICATIONYou agree to indemnify, defend and hold harmless Blackhawk Custom, LLC and our parent, subsidiaries, affiliates, partners, officers, directors, agents, contractors, licensors, service providers, subcontractors, suppliers, interns and employees, harmless from any claim or demand, including reasonable attorneysâ€™ fees, made by any third-party due to or arising out of your breach of these Terms of Service or the documents they incorporate by reference, or your violation of any law or the rights of a third-party.SECTION 15 - SEVERABILITYIn the event that any provision of these Terms of Service is determined to be unlawful, void or unenforceable, such provision shall nonetheless be enforceable to the fullest extent permitted by applicable law, and the unenforceable portion shall be deemed to be severed from these Terms of Service, such determination shall not affect the validity and enforceability of any other remaining provisions.SECTION 16 - TERMINATIONThe obligations and liabilities of the parties incurred prior to the termination date shall survive the termination of this agreement for all purposes.These Terms of Service are effective unless and until terminated by either you or us. You may terminate these Terms of Service at any time by notifying us that you no longer wish to use our Services, or when you cease using our site.If in our sole judgment you fail, or we suspect that you have failed, to comply with any term or provision of these Terms of Service, we also may terminate this agreement at any time without notice and you will remain liable for all amounts due up to and including the date of termination; and/or accordingly may deny you access to our Services (or any part thereof).SECTION 17 - ENTIRE AGREEMENTThe failure of us to exercise or enforce any right or provision of these Terms of Service shall not constitute a waiver of such right or provision.These Terms of Service and any policies or operating rules posted by us on this site or in respect to The Service constitutes the entire agreement and understanding between you and us and govern your use of the Service, superseding any prior or contemporaneous agreements, communications and proposals, whether oral or written, between you and us (including, but not limited to, any prior versions of the Terms of Service).Any ambiguities in the interpretation of these Terms of Service shall not be construed against the drafting party.SECTION 18 - GOVERNING LAWThese Terms of Service and any separate agreements whereby we provide you Services shall be governed by and construed in accordance with the laws of 825 South Kings Highway, Fort Pierce, FL 34945.SECTION 19 - CHANGES TO TERMS OF SERVICEYou can review the most current version of the Terms of Service at any time at this page.We reserve the right, at our sole discretion, to update, change or replace any part of these Terms of Service by posting updates and changes to our website. It is your responsibility to check our website periodically for changes. Your continued use of or access to our website or the Service following the posting of any changes to these Terms of Service constitutes acceptance of those changes.SECTION 20 - CONTACT INFORMATIONQuestions about the Terms of Service should be sent to us at <a href=\"mailto:admin@blackhawkcustom.com\" target=\"_blank\">admin@blackhawkcustom.com</a></p>','Terms And Conditions','','inherit','closed','closed','','95-revision-v1','','','2018-06-23 02:18:18','2018-06-23 06:18:18','',95,'https://bestcerakoteflorida.com/95-revision-v1/',0,'revision','',0),(159,1,'2018-06-23 02:19:09','2018-06-23 06:19:09','<h1 data-css=\"tve-u-16035acf904\"><strong>Privacy</strong></h1><p data-css=\"tve-u-1642b20c920\">Privacy Policy</p><p data-css=\"tve-u-1642b20c920\">What personal information do we collect from the people that visit our blog, website or app?When ordering or registering on our site, as appropriate, you may be asked to enter your name, email address, mailing address, phone number, credit card information or other details to help you with your experience.</p><p data-css=\"tve-u-1642b20c920\">When do we collect information?</p><p data-css=\"tve-u-1642b20c920\">We collect information from you when you register on our site, place an order, subscribe to a newsletter, respond to a survey, fill out a form or enter information on our site.</p><p data-css=\"tve-u-1642b20c920\">How do we use your information?</p><p data-css=\"tve-u-1642b20c920\">We may use the information we collect from you when you register, make a purchase, sign up for our newsletter, respond to a survey or marketing communication, surf the website, or use certain other site features in the following ways:â€¢ To personalize user\'s experience and to allow us to deliver the type of content and product offerings in which you are most interested.â€¢ To improve our website in order to better serve you.â€¢ To allow us to better service you in responding to your customer service requests.â€¢ To administer a contest, promotion, survey or other site feature.â€¢ To quickly process your transactions.â€¢ To send periodic emails regarding your order or other products and services.</p><p data-css=\"tve-u-1642b20c920\">How do we protect visitor information?</p><p data-css=\"tve-u-1642b20c920\">Our website is scanned on a regular basis for security holes and known vulnerabilities in order to make your visit to our site as safe as possible.We use regular Malware Scanning.</p><p data-css=\"tve-u-1642b20c920\">Your personal information is contained behind secured networks and is only accessible by a limited number of persons who have special access rights to such systems, and are required to keep the information confidential. In addition, all sensitive/credit information you supply is encrypted via Secure Socket Layer (SSL) technology.</p><p data-css=\"tve-u-1642b20c920\">We implement a variety of security measures when a user places an order, enters, submits, or accesses their information to maintain the safety of your personal information.</p><p data-css=\"tve-u-1642b20c920\">All transactions are processed through a gateway provider and are not stored or processed on our servers.</p><p data-css=\"tve-u-1642b20c920\">Do we use \'cookies\'?</p><p data-css=\"tve-u-1642b20c920\">Yes. Cookies are small files that a site or its service provider transfers to your computer\'s hard drive through your Web browser (if you allow) that enable the site\'s or service provider\'s systems to recognize your browser and capture and remember certain information. For instance, we use cookies to help us remember and process the items in your shopping cart. They are also used to help us understand your preferences based on previous or current site activity, which enables us to provide you with improved services. We also use cookies to help us compile aggregate data about site traffic and site interaction so that we can offer better site experiences and tools in the future.</p><p data-css=\"tve-u-1642b20c920\">We use cookies to:</p><p data-css=\"tve-u-1642b20c920\">â€¢ Help remember and process the items in the shopping cart.â€¢ Understand and save user\'s preferences for future visits.You can choose to have your computer warn you each time a cookie is being sent, or you can choose to turn off all cookies. You do this through your browser (like Internet Explorer) settings. Each browser is a little different, so look at your browser\'s Help menu to learn the correct way to modify your cookies.If users disable cookies in their browser:If you turn off cookies, some features will be disabled. However, you can still place orders forsaved items in your shopping cart over the telephone by contacting customer service.</p><p data-css=\"tve-u-1642b20c920\">Third Party Disclosure</p><p data-css=\"tve-u-1642b20c920\">We do not sell, trade, or otherwise transfer to outside parties your personally identifiable information.</p><p data-css=\"tve-u-1642b20c920\">Third party links</p><p data-css=\"tve-u-1642b20c920\">Occasionally, at our discretion, we may include or offer third party products or services on our website. These third party sites have separate and independent privacy policies. We therefore have no responsibility or liability for the content and activities of these linked sites. Nonetheless, we seek to protect the integrity of our site and welcome any feedback about these sites.</p><p data-css=\"tve-u-1642b20c920\">Google</p><p data-css=\"tve-u-1642b20c920\">Google\'s advertising requirements can be summed up by Google\'s Advertising Principles. They are put in place to provide a positive experience for users. https://support.google.com/adwordspolicy/answer/1316548?hl=enOpting out:Users can set preferences for how Google advertises to you using the Google Ad Settings page. Alternatively, you can opt out by visiting the Network Advertising initiative opt out page or permanently using the Google Analytics Opt Out Browser add on.California Online Privacy Protection ActCalOPPA is the first state law in the nation to require commercial websites and online services to post a privacy policy. The law\'s reach stretches well beyond California to require a person or company in the United States (and conceivably the world) that operates websites collecting personally identifiable information from California consumers to post a conspicuous privacy policy on its website stating exactly the information being collected and those individuals with whom it is being shared, and to comply with this policy.See more at: http://consumercal.org/california-online-privacy-protection-act-caloppa/#sthash.0FdRbT51.dpufAccording to CalOPPA we agree to the following:Users can visit our site anonymouslyOnce this privacy policy is created, we will add a link to it on our home page, or as a minimum on the first significant page after entering our website.Our Privacy Policy link includes the word \'Privacy\', and can be easily be found on the page specified above.Users will be notified of any privacy policy changes:â€¢ On our Privacy Policy PageUsers are able to change their personal information:â€¢ By emailing usâ€¢ By calling us</p><p data-css=\"tve-u-1642b20c920\">How does our site handle do not track signals?</p><p data-css=\"tve-u-1642b20c920\">We honor do not track signals and do not track, plant cookies, or use advertising when a Do Not Track (DNT) browser mechanism is in place.</p><p data-css=\"tve-u-1642b20c920\">Does our site allow third party behavioral tracking?</p><p data-css=\"tve-u-1642b20c920\">It\'s also important to note that we do not allow third party behavioral trackingCOPPA (Children Online Privacy Protection Act)When it comes to the collection of personal information from children under 13, the Children\'s Online Privacy Protection Act (COPPA) puts parents in control. The Federal Trade Commission, the nation\'s consumer protection agency, enforces the COPPA Rule, which spells out what operators of websites and online services must do to protect children\'s privacy and safety online.</p><p data-css=\"tve-u-1642b20c920\">We do not specifically market to children under 13.</p><p data-css=\"tve-u-1642b20c920\">Fair Information Practices</p><p data-css=\"tve-u-1642b20c920\">The Fair Information Practices Principles form the backbone of privacy law in the United States and the concepts they include have played a significant role in the development of data protection laws around the globe. Understanding the Fair Information Practice Principles and how they should be implemented is critical to comply with the various privacy laws that protect personal information.In order to be in line with Fair Information Practices we will take the following responsive action, should a data breach occur:â€¢ Within 7 business daysWe will notify the users via in site notificationâ€¢ Within 7 business daysWe also agree to the individual redress principle, which requires that individuals have a right to pursue legally enforceable rights against data collectors and processors who fail to adhere to the law. This principle requires not only that individuals have enforceable rights against data users, but also that individuals have recourse to courts or a government agency to investigate and/or prosecute non-compliance by data processors.CAN SPAM ActThe CAN-SPAM Act is a law that sets the rules for commercial email, establishes requirements for commercial messages, gives recipients the right to have emails stopped from being sent to them, and spells out tough penalties for violations.</p><p data-css=\"tve-u-1642b20c920\">We collect your email address in order to:</p><p data-css=\"tve-u-1642b20c920\">â€¢ Send information, respond to inquiries, and/or other requests or questions.â€¢ Process orders and to send information and updates pertaining to ordersâ€¢ Market to our mailing list or continue to send emails to our clients after the original transaction has occurredTo be in accordance with CANSPAM we agree to the following:â€¢ NOT use false, or misleading subjects or email addressesâ€¢ Identify the message as an advertisement in some reasonable wayâ€¢ Include the physical address of our business or site headquartersâ€¢ Monitor third party email marketing services for compliance, if one is used.â€¢ Honor opt-out/unsubscribe requests quicklyâ€¢ Allow users to unsubscribe by using the link at the bottom of each emailIf at any time you would like to unsubscribe from receiving future emails, you can email us atâ€¢ Follow the instructions at the bottom of each email. and we will promptly remove you from ALL correspondence.</p><p data-css=\"tve-u-1642b20c920\">Contacting Us</p><p data-css=\"tve-u-1642b20c920\">If there are any questions regarding this privacy policy you may contact us using the information below.Blackhawk Custom, LLC.825 South Kings HighwayFort Pierce, FL 34945United Stateshttps://www.blackhawkcustom.comConditions of use:</p><p data-css=\"tve-u-1642b20c920\">By using this website, you agree to all of our terms and conditions of the saleAll sales are final (See our refund policy)</p>','Privacy','','inherit','closed','closed','','141-revision-v1','','','2018-06-23 02:19:09','2018-06-23 06:19:09','',141,'https://bestcerakoteflorida.com/141-revision-v1/',0,'revision','',0),(160,1,'2018-06-23 02:21:02','2018-06-23 06:21:02','<h1 data-css=\"tve-u-16035acf904\"><strong>Privacy</strong></h1><p data-css=\"tve-u-1642b20c920\">Privacy Policy</p><p data-css=\"tve-u-1642b20c920\">What personal information do we collect from the people that visit our blog, website or app?When ordering or registering on our site, as appropriate, you may be asked to enter your name, email address, mailing address, phone number, credit card information or other details to help you with your experience.</p><p data-css=\"tve-u-1642b20c920\">When do we collect information?</p><p data-css=\"tve-u-1642b20c920\">We collect information from you when you register on our site, place an order, subscribe to a newsletter, respond to a survey, fill out a form or enter information on our site.</p><p data-css=\"tve-u-1642b20c920\">How do we use your information?</p><p data-css=\"tve-u-1642b20c920\">We may use the information we collect from you when you register, make a purchase, sign up for our newsletter, respond to a survey or marketing communication, surf the website, or use certain other site features in the following ways:â€¢ To personalize user\'s experience and to allow us to deliver the type of content and product offerings in which you are most interested.â€¢ To improve our website in order to better serve you.â€¢ To allow us to better service you in responding to your customer service requests.â€¢ To administer a contest, promotion, survey or other site feature.â€¢ To quickly process your transactions.â€¢ To send periodic emails regarding your order or other products and services.</p><p data-css=\"tve-u-1642b20c920\">How do we protect visitor information?</p><p data-css=\"tve-u-1642b20c920\">Our website is scanned on a regular basis for security holes and known vulnerabilities in order to make your visit to our site as safe as possible.We use regular Malware Scanning.</p><p data-css=\"tve-u-1642b20c920\">Your personal information is contained behind secured networks and is only accessible by a limited number of persons who have special access rights to such systems, and are required to keep the information confidential. In addition, all sensitive/credit information you supply is encrypted via Secure Socket Layer (SSL) technology.</p><p data-css=\"tve-u-1642b20c920\">We implement a variety of security measures when a user places an order, enters, submits, or accesses their information to maintain the safety of your personal information.</p><p data-css=\"tve-u-1642b20c920\">All transactions are processed through a gateway provider and are not stored or processed on our servers.</p><p data-css=\"tve-u-1642b20c920\">Do we use \'cookies\'?</p><p data-css=\"tve-u-1642b20c920\">Yes. Cookies are small files that a site or its service provider transfers to your computer\'s hard drive through your Web browser (if you allow) that enable the site\'s or service provider\'s systems to recognize your browser and capture and remember certain information. For instance, we use cookies to help us remember and process the items in your shopping cart. They are also used to help us understand your preferences based on previous or current site activity, which enables us to provide you with improved services. We also use cookies to help us compile aggregate data about site traffic and site interaction so that we can offer better site experiences and tools in the future.</p><p data-css=\"tve-u-1642b20c920\">We use cookies to:</p><p data-css=\"tve-u-1642b20c920\">â€¢ Help remember and process the items in the shopping cart.â€¢ Understand and save user\'s preferences for future visits.You can choose to have your computer warn you each time a cookie is being sent, or you can choose to turn off all cookies. You do this through your browser (like Internet Explorer) settings. Each browser is a little different, so look at your browser\'s Help menu to learn the correct way to modify your cookies.If users disable cookies in their browser:If you turn off cookies, some features will be disabled. However, you can still place orders forsaved items in your shopping cart over the telephone by contacting customer service.</p><p data-css=\"tve-u-1642b20c920\">Third Party Disclosure</p><p data-css=\"tve-u-1642b20c920\">We do not sell, trade, or otherwise transfer to outside parties your personally identifiable information.</p><p data-css=\"tve-u-1642b20c920\">Third party links</p><p data-css=\"tve-u-1642b20c920\">Occasionally, at our discretion, we may include or offer third party products or services on our website. These third party sites have separate and independent privacy policies. We therefore have no responsibility or liability for the content and activities of these linked sites. Nonetheless, we seek to protect the integrity of our site and welcome any feedback about these sites.</p><p data-css=\"tve-u-1642b20c920\">Google</p><p data-css=\"tve-u-1642b20c920\">Google\'s advertising requirements can be summed up by Google\'s Advertising Principles. They are put in place to provide a positive experience for users. https://support.google.com/adwordspolicy/answer/1316548?hl=enOpting out:Users can set preferences for how Google advertises to you using the Google Ad Settings page. Alternatively, you can opt out by visiting the Network Advertising initiative opt out page or permanently using the Google Analytics Opt Out Browser add on.California Online Privacy Protection ActCalOPPA is the first state law in the nation to require commercial websites and online services to post a privacy policy. The law\'s reach stretches well beyond California to require a person or company in the United States (and conceivably the world) that operates websites collecting personally identifiable information from California consumers to post a conspicuous privacy policy on its website stating exactly the information being collected and those individuals with whom it is being shared, and to comply with this policy.See more at: http://consumercal.org/california-online-privacy-protection-act-caloppa/#sthash.0FdRbT51.dpufAccording to CalOPPA we agree to the following:Users can visit our site anonymouslyOnce this privacy policy is created, we will add a link to it on our home page, or as a minimum on the first significant page after entering our website.Our Privacy Policy link includes the word \'Privacy\', and can be easily be found on the page specified above.Users will be notified of any privacy policy changes:â€¢ On our Privacy Policy PageUsers are able to change their personal information:â€¢ By emailing usâ€¢ By calling us</p><p data-css=\"tve-u-1642b20c920\">How does our site handle do not track signals?</p><p data-css=\"tve-u-1642b20c920\">We honor do not track signals and do not track, plant cookies, or use advertising when a Do Not Track (DNT) browser mechanism is in place.</p><p data-css=\"tve-u-1642b20c920\">Does our site allow third party behavioral tracking?</p><p data-css=\"tve-u-1642b20c920\">It\'s also important to note that we do not allow third party behavioral trackingCOPPA (Children Online Privacy Protection Act)When it comes to the collection of personal information from children under 13, the Children\'s Online Privacy Protection Act (COPPA) puts parents in control. The Federal Trade Commission, the nation\'s consumer protection agency, enforces the COPPA Rule, which spells out what operators of websites and online services must do to protect children\'s privacy and safety online.</p><p data-css=\"tve-u-1642b20c920\">We do not specifically market to children under 13.</p><p data-css=\"tve-u-1642b20c920\">Fair Information Practices</p><p data-css=\"tve-u-1642b20c920\">The Fair Information Practices Principles form the backbone of privacy law in the United States and the concepts they include have played a significant role in the development of data protection laws around the globe. Understanding the Fair Information Practice Principles and how they should be implemented is critical to comply with the various privacy laws that protect personal information.In order to be in line with Fair Information Practices we will take the following responsive action, should a data breach occur:â€¢ Within 7 business daysWe will notify the users via in site notificationâ€¢ Within 7 business daysWe also agree to the individual redress principle, which requires that individuals have a right to pursue legally enforceable rights against data collectors and processors who fail to adhere to the law. This principle requires not only that individuals have enforceable rights against data users, but also that individuals have recourse to courts or a government agency to investigate and/or prosecute non-compliance by data processors.CAN SPAM ActThe CAN-SPAM Act is a law that sets the rules for commercial email, establishes requirements for commercial messages, gives recipients the right to have emails stopped from being sent to them, and spells out tough penalties for violations.</p><p data-css=\"tve-u-1642b20c920\">We collect your email address in order to:</p><p data-css=\"tve-u-1642b20c920\">â€¢ Send information, respond to inquiries, and/or other requests or questions.â€¢ Process orders and to send information and updates pertaining to ordersâ€¢ Market to our mailing list or continue to send emails to our clients after the original transaction has occurredTo be in accordance with CANSPAM we agree to the following:â€¢ NOT use false, or misleading subjects or email addressesâ€¢ Identify the message as an advertisement in some reasonable wayâ€¢ Include the physical address of our business or site headquartersâ€¢ Monitor third party email marketing services for compliance, if one is used.â€¢ Honor opt-out/unsubscribe requests quicklyâ€¢ Allow users to unsubscribe by using the link at the bottom of each emailIf at any time you would like to unsubscribe from receiving future emails, you can email us atâ€¢ Follow the instructions at the bottom of each email. and we will promptly remove you from ALL correspondence.</p><p data-css=\"tve-u-1642b20c920\">Contacting Us</p><p data-css=\"tve-u-1642b20c920\">If there are any questions regarding this privacy policy you may contact us using the information below.Blackhawk Custom, LLC.825 South Kings HighwayFort Pierce, FL 34945United Stateshttps://www.blackhawkcustom.comConditions of use:</p><p data-css=\"tve-u-1642b20c920\">By using this website, you agree to all of our terms and conditions of the saleAll sales are final (See our refund policy)</p>','Privacy','','inherit','closed','closed','','141-revision-v1','','','2018-06-23 02:21:02','2018-06-23 06:21:02','',141,'https://bestcerakoteflorida.com/141-revision-v1/',0,'revision','',0),(161,1,'2018-06-23 02:22:13','2018-06-23 06:22:13','<h1 data-css=\"tve-u-16035acf904\"><strong>Privacy</strong></h1><p data-css=\"tve-u-1642b20c920\">Privacy Policy</p><p data-css=\"tve-u-1642b20c920\">What personal information do we collect from the people that visit our blog, website or app?When ordering or registering on our site, as appropriate, you may be asked to enter your name, email address, mailing address, phone number, credit card information or other details to help you with your experience.</p><p data-css=\"tve-u-1642b20c920\">When do we collect information?</p><p data-css=\"tve-u-1642b20c920\">We collect information from you when you register on our site, place an order, subscribe to a newsletter, respond to a survey, fill out a form or enter information on our site.</p><p data-css=\"tve-u-1642b20c920\">How do we use your information?</p><p data-css=\"tve-u-1642b20c920\">We may use the information we collect from you when you register, make a purchase, sign up for our newsletter, respond to a survey or marketing communication, surf the website, or use certain other site features in the following ways:â€¢ To personalize user\'s experience and to allow us to deliver the type of content and product offerings in which you are most interested.â€¢ To improve our website in order to better serve you.â€¢ To allow us to better service you in responding to your customer service requests.â€¢ To administer a contest, promotion, survey or other site feature.â€¢ To quickly process your transactions.â€¢ To send periodic emails regarding your order or other products and services.</p><p data-css=\"tve-u-1642b20c920\">How do we protect visitor information?</p><p data-css=\"tve-u-1642b20c920\">Our website is scanned on a regular basis for security holes and known vulnerabilities in order to make your visit to our site as safe as possible.We use regular Malware Scanning.</p><p data-css=\"tve-u-1642b20c920\">Your personal information is contained behind secured networks and is only accessible by a limited number of persons who have special access rights to such systems, and are required to keep the information confidential. In addition, all sensitive/credit information you supply is encrypted via Secure Socket Layer (SSL) technology.</p><p data-css=\"tve-u-1642b20c920\">We implement a variety of security measures when a user places an order, enters, submits, or accesses their information to maintain the safety of your personal information.</p><p data-css=\"tve-u-1642b20c920\">All transactions are processed through a gateway provider and are not stored or processed on our servers.</p><p data-css=\"tve-u-1642b20c920\">Do we use \'cookies\'?</p><p data-css=\"tve-u-1642b20c920\">Yes. Cookies are small files that a site or its service provider transfers to your computer\'s hard drive through your Web browser (if you allow) that enable the site\'s or service provider\'s systems to recognize your browser and capture and remember certain information. For instance, we use cookies to help us remember and process the items in your shopping cart. They are also used to help us understand your preferences based on previous or current site activity, which enables us to provide you with improved services. We also use cookies to help us compile aggregate data about site traffic and site interaction so that we can offer better site experiences and tools in the future.</p><p data-css=\"tve-u-1642b20c920\">We use cookies to:</p><p data-css=\"tve-u-1642b20c920\">â€¢ Help remember and process the items in the shopping cart.â€¢ Understand and save user\'s preferences for future visits.You can choose to have your computer warn you each time a cookie is being sent, or you can choose to turn off all cookies. You do this through your browser (like Internet Explorer) settings. Each browser is a little different, so look at your browser\'s Help menu to learn the correct way to modify your cookies.If users disable cookies in their browser:If you turn off cookies, some features will be disabled. However, you can still place orders forsaved items in your shopping cart over the telephone by contacting customer service.</p><p data-css=\"tve-u-1642b20c920\">Third Party Disclosure</p><p data-css=\"tve-u-1642b20c920\">We do not sell, trade, or otherwise transfer to outside parties your personally identifiable information.</p><p data-css=\"tve-u-1642b20c920\">Third party links</p><p data-css=\"tve-u-1642b20c920\">Occasionally, at our discretion, we may include or offer third party products or services on our website. These third party sites have separate and independent privacy policies. We therefore have no responsibility or liability for the content and activities of these linked sites. Nonetheless, we seek to protect the integrity of our site and welcome any feedback about these sites.</p><p data-css=\"tve-u-1642b20c920\">Google</p><p data-css=\"tve-u-1642b20c920\">Google\'s advertising requirements can be summed up by Google\'s Advertising Principles. They are put in place to provide a positive experience for users. https://support.google.com/adwordspolicy/answer/1316548?hl=enOpting out:Users can set preferences for how Google advertises to you using the Google Ad Settings page. Alternatively, you can opt out by visiting the Network Advertising initiative opt out page or permanently using the Google Analytics Opt Out Browser add on.California Online Privacy Protection ActCalOPPA is the first state law in the nation to require commercial websites and online services to post a privacy policy. The law\'s reach stretches well beyond California to require a person or company in the United States (and conceivably the world) that operates websites collecting personally identifiable information from California consumers to post a conspicuous privacy policy on its website stating exactly the information being collected and those individuals with whom it is being shared, and to comply with this policy.See more at: http://consumercal.org/california-online-privacy-protection-act-caloppa/#sthash.0FdRbT51.dpufAccording to CalOPPA we agree to the following:Users can visit our site anonymouslyOnce this privacy policy is created, we will add a link to it on our home page, or as a minimum on the first significant page after entering our website.Our Privacy Policy link includes the word \'Privacy\', and can be easily be found on the page specified above.Users will be notified of any privacy policy changes:â€¢ On our Privacy Policy PageUsers are able to change their personal information:â€¢ By emailing usâ€¢ By calling us</p><p data-css=\"tve-u-1642b20c920\">How does our site handle do not track signals?</p><p data-css=\"tve-u-1642b20c920\">We honor do not track signals and do not track, plant cookies, or use advertising when a Do Not Track (DNT) browser mechanism is in place.</p><p data-css=\"tve-u-1642b20c920\">Does our site allow third party behavioral tracking?</p><p data-css=\"tve-u-1642b20c920\">It\'s also important to note that we do not allow third party behavioral trackingCOPPA (Children Online Privacy Protection Act)When it comes to the collection of personal information from children under 13, the Children\'s Online Privacy Protection Act (COPPA) puts parents in control. The Federal Trade Commission, the nation\'s consumer protection agency, enforces the COPPA Rule, which spells out what operators of websites and online services must do to protect children\'s privacy and safety online.</p><p data-css=\"tve-u-1642b20c920\">We do not specifically market to children under 13.</p><p data-css=\"tve-u-1642b20c920\">Fair Information Practices</p><p data-css=\"tve-u-1642b20c920\">The Fair Information Practices Principles form the backbone of privacy law in the United States and the concepts they include have played a significant role in the development of data protection laws around the globe. Understanding the Fair Information Practice Principles and how they should be implemented is critical to comply with the various privacy laws that protect personal information.In order to be in line with Fair Information Practices we will take the following responsive action, should a data breach occur:â€¢ Within 7 business daysWe will notify the users via in site notificationâ€¢ Within 7 business daysWe also agree to the individual redress principle, which requires that individuals have a right to pursue legally enforceable rights against data collectors and processors who fail to adhere to the law. This principle requires not only that individuals have enforceable rights against data users, but also that individuals have recourse to courts or a government agency to investigate and/or prosecute non-compliance by data processors.CAN SPAM ActThe CAN-SPAM Act is a law that sets the rules for commercial email, establishes requirements for commercial messages, gives recipients the right to have emails stopped from being sent to them, and spells out tough penalties for violations.</p><p data-css=\"tve-u-1642b20c920\">We collect your email address in order to:</p><p data-css=\"tve-u-1642b20c920\">â€¢ Send information, respond to inquiries, and/or other requests or questions.â€¢ Process orders and to send information and updates pertaining to ordersâ€¢ Market to our mailing list or continue to send emails to our clients after the original transaction has occurredTo be in accordance with CANSPAM we agree to the following:â€¢ NOT use false, or misleading subjects or email addressesâ€¢ Identify the message as an advertisement in some reasonable wayâ€¢ Include the physical address of our business or site headquartersâ€¢ Monitor third party email marketing services for compliance, if one is used.â€¢ Honor opt-out/unsubscribe requests quicklyâ€¢ Allow users to unsubscribe by using the link at the bottom of each emailIf at any time you would like to unsubscribe from receiving future emails, you can email us atâ€¢ Follow the instructions at the bottom of each email. and we will promptly remove you from ALL correspondence.</p><p data-css=\"tve-u-1642b20c920\">Contacting Us</p><p data-css=\"tve-u-1642b20c920\">If there are any questions regarding this privacy policy you may contact us using the information below.Blackhawk Custom, LLC.825 South Kings HighwayFort Pierce, FL 34945United Stateshttps://www.blackhawkcustom.comConditions of use:</p><p data-css=\"tve-u-1642b20c920\">By using this website, you agree to all of our terms and conditions of the saleAll sales are final (See our refund policy)</p>','Privacy','','inherit','closed','closed','','141-revision-v1','','','2018-06-23 02:22:13','2018-06-23 06:22:13','',141,'https://bestcerakoteflorida.com/141-revision-v1/',0,'revision','',0),(162,1,'2018-06-23 02:22:32','2018-06-23 06:22:32','<h1 data-css=\"tve-u-16035acf904\"><strong>Privacy</strong></h1><p data-css=\"tve-u-1642b20c920\">Privacy Policy</p><p data-css=\"tve-u-1642b20c920\">What personal information do we collect from the people that visit our blog, website or app?When ordering or registering on our site, as appropriate, you may be asked to enter your name, email address, mailing address, phone number, credit card information or other details to help you with your experience.</p><p data-css=\"tve-u-1642b20c920\">When do we collect information?</p><p data-css=\"tve-u-1642b20c920\">We collect information from you when you register on our site, place an order, subscribe to a newsletter, respond to a survey, fill out a form or enter information on our site.</p><p data-css=\"tve-u-1642b20c920\">How do we use your information?</p><p data-css=\"tve-u-1642b20c920\">We may use the information we collect from you when you register, make a purchase, sign up for our newsletter, respond to a survey or marketing communication, surf the website, or use certain other site features in the following ways:â€¢ To personalize user\'s experience and to allow us to deliver the type of content and product offerings in which you are most interested.â€¢ To improve our website in order to better serve you.â€¢ To allow us to better service you in responding to your customer service requests.â€¢ To administer a contest, promotion, survey or other site feature.â€¢ To quickly process your transactions.â€¢ To send periodic emails regarding your order or other products and services.</p><p data-css=\"tve-u-1642b20c920\">How do we protect visitor information?</p><p data-css=\"tve-u-1642b20c920\">Our website is scanned on a regular basis for security holes and known vulnerabilities in order to make your visit to our site as safe as possible.We use regular Malware Scanning.</p><p data-css=\"tve-u-1642b20c920\">Your personal information is contained behind secured networks and is only accessible by a limited number of persons who have special access rights to such systems, and are required to keep the information confidential. In addition, all sensitive/credit information you supply is encrypted via Secure Socket Layer (SSL) technology.</p><p data-css=\"tve-u-1642b20c920\">We implement a variety of security measures when a user places an order, enters, submits, or accesses their information to maintain the safety of your personal information.</p><p data-css=\"tve-u-1642b20c920\">All transactions are processed through a gateway provider and are not stored or processed on our servers.</p><p data-css=\"tve-u-1642b20c920\">Do we use \'cookies\'?</p><p data-css=\"tve-u-1642b20c920\">Yes. Cookies are small files that a site or its service provider transfers to your computer\'s hard drive through your Web browser (if you allow) that enable the site\'s or service provider\'s systems to recognize your browser and capture and remember certain information. For instance, we use cookies to help us remember and process the items in your shopping cart. They are also used to help us understand your preferences based on previous or current site activity, which enables us to provide you with improved services. We also use cookies to help us compile aggregate data about site traffic and site interaction so that we can offer better site experiences and tools in the future.</p><p data-css=\"tve-u-1642b20c920\">We use cookies to:</p><p data-css=\"tve-u-1642b20c920\">â€¢ Help remember and process the items in the shopping cart.â€¢ Understand and save user\'s preferences for future visits.You can choose to have your computer warn you each time a cookie is being sent, or you can choose to turn off all cookies. You do this through your browser (like Internet Explorer) settings. Each browser is a little different, so look at your browser\'s Help menu to learn the correct way to modify your cookies.If users disable cookies in their browser:If you turn off cookies, some features will be disabled. However, you can still place orders forsaved items in your shopping cart over the telephone by contacting customer service.</p><p data-css=\"tve-u-1642b20c920\">Third Party Disclosure</p><p data-css=\"tve-u-1642b20c920\">We do not sell, trade, or otherwise transfer to outside parties your personally identifiable information.</p><p data-css=\"tve-u-1642b20c920\">Third party links</p><p data-css=\"tve-u-1642b20c920\">Occasionally, at our discretion, we may include or offer third party products or services on our website. These third party sites have separate and independent privacy policies. We therefore have no responsibility or liability for the content and activities of these linked sites. Nonetheless, we seek to protect the integrity of our site and welcome any feedback about these sites.</p><p data-css=\"tve-u-1642b20c920\">Google</p><p data-css=\"tve-u-1642b20c920\">Google\'s advertising requirements can be summed up by Google\'s Advertising Principles. They are put in place to provide a positive experience for users. https://support.google.com/adwordspolicy/answer/1316548?hl=enOpting out:Users can set preferences for how Google advertises to you using the Google Ad Settings page. Alternatively, you can opt out by visiting the Network Advertising initiative opt out page or permanently using the Google Analytics Opt Out Browser add on.California Online Privacy Protection ActCalOPPA is the first state law in the nation to require commercial websites and online services to post a privacy policy. The law\'s reach stretches well beyond California to require a person or company in the United States (and conceivably the world) that operates websites collecting personally identifiable information from California consumers to post a conspicuous privacy policy on its website stating exactly the information being collected and those individuals with whom it is being shared, and to comply with this policy.See more at: http://consumercal.org/california-online-privacy-protection-act-caloppa/#sthash.0FdRbT51.dpufAccording to CalOPPA we agree to the following:Users can visit our site anonymouslyOnce this privacy policy is created, we will add a link to it on our home page, or as a minimum on the first significant page after entering our website.Our Privacy Policy link includes the word \'Privacy\', and can be easily be found on the page specified above.Users will be notified of any privacy policy changes:â€¢ On our Privacy Policy PageUsers are able to change their personal information:â€¢ By emailing usâ€¢ By calling us</p><p data-css=\"tve-u-1642b20c920\">How does our site handle do not track signals?</p><p data-css=\"tve-u-1642b20c920\">We honor do not track signals and do not track, plant cookies, or use advertising when a Do Not Track (DNT) browser mechanism is in place.</p><p data-css=\"tve-u-1642b20c920\">Does our site allow third party behavioral tracking?</p><p data-css=\"tve-u-1642b20c920\">It\'s also important to note that we do not allow third party behavioral trackingCOPPA (Children Online Privacy Protection Act)When it comes to the collection of personal information from children under 13, the Children\'s Online Privacy Protection Act (COPPA) puts parents in control. The Federal Trade Commission, the nation\'s consumer protection agency, enforces the COPPA Rule, which spells out what operators of websites and online services must do to protect children\'s privacy and safety online.</p><p data-css=\"tve-u-1642b20c920\">We do not specifically market to children under 13.</p><p data-css=\"tve-u-1642b20c920\">Fair Information Practices</p><p data-css=\"tve-u-1642b20c920\">The Fair Information Practices Principles form the backbone of privacy law in the United States and the concepts they include have played a significant role in the development of data protection laws around the globe. Understanding the Fair Information Practice Principles and how they should be implemented is critical to comply with the various privacy laws that protect personal information.In order to be in line with Fair Information Practices we will take the following responsive action, should a data breach occur:â€¢ Within 7 business daysWe will notify the users via in site notificationâ€¢ Within 7 business daysWe also agree to the individual redress principle, which requires that individuals have a right to pursue legally enforceable rights against data collectors and processors who fail to adhere to the law. This principle requires not only that individuals have enforceable rights against data users, but also that individuals have recourse to courts or a government agency to investigate and/or prosecute non-compliance by data processors.CAN SPAM ActThe CAN-SPAM Act is a law that sets the rules for commercial email, establishes requirements for commercial messages, gives recipients the right to have emails stopped from being sent to them, and spells out tough penalties for violations.</p><p data-css=\"tve-u-1642b20c920\">We collect your email address in order to:</p><p data-css=\"tve-u-1642b20c920\">â€¢ Send information, respond to inquiries, and/or other requests or questions.â€¢ Process orders and to send information and updates pertaining to ordersâ€¢ Market to our mailing list or continue to send emails to our clients after the original transaction has occurredTo be in accordance with CANSPAM we agree to the following:â€¢ NOT use false, or misleading subjects or email addressesâ€¢ Identify the message as an advertisement in some reasonable wayâ€¢ Include the physical address of our business or site headquartersâ€¢ Monitor third party email marketing services for compliance, if one is used.â€¢ Honor opt-out/unsubscribe requests quicklyâ€¢ Allow users to unsubscribe by using the link at the bottom of each emailIf at any time you would like to unsubscribe from receiving future emails, you can email us atâ€¢ Follow the instructions at the bottom of each email. and we will promptly remove you from ALL correspondence.</p><p data-css=\"tve-u-1642b20c920\">Contacting Us</p><p data-css=\"tve-u-1642b20c920\">If there are any questions regarding this privacy policy you may contact us using the information below.Blackhawk Custom, LLC.825 South Kings HighwayFort Pierce, FL 34945United Stateshttps://www.blackhawkcustom.comConditions of use:</p><p data-css=\"tve-u-1642b20c920\">By using this website, you agree to all of our terms and conditions of the saleAll sales are final (See our refund policy)</p>','Privacy','','inherit','closed','closed','','141-revision-v1','','','2018-06-23 02:22:32','2018-06-23 06:22:32','',141,'https://bestcerakoteflorida.com/141-revision-v1/',0,'revision','',0),(163,1,'2018-06-23 02:25:56','2018-06-23 06:25:56','<h1 data-css=\"tve-u-16035acf904\"><strong>Privacy</strong></h1><p data-css=\"tve-u-1642b20c920\">Privacy Policy</p><p data-css=\"tve-u-1642b20c920\">What personal information do we collect from the people that visit our blog, website or app?When ordering or registering on our site, as appropriate, you may be asked to enter your name, email address, mailing address, phone number, credit card information or other details to help you with your experience.</p><p data-css=\"tve-u-1642b20c920\">When do we collect information?</p><p data-css=\"tve-u-1642b20c920\">We collect information from you when you register on our site, place an order, subscribe to a newsletter, respond to a survey, fill out a form or enter information on our site.</p><p data-css=\"tve-u-1642b20c920\">How do we use your information?</p><p data-css=\"tve-u-1642b20c920\">We may use the information we collect from you when you register, make a purchase, sign up for our newsletter, respond to a survey or marketing communication, surf the website, or use certain other site features in the following ways:â€¢ To personalize user\'s experience and to allow us to deliver the type of content and product offerings in which you are most interested.â€¢ To improve our website in order to better serve you.â€¢ To allow us to better service you in responding to your customer service requests.â€¢ To administer a contest, promotion, survey or other site feature.â€¢ To quickly process your transactions.â€¢ To send periodic emails regarding your order or other products and services.</p><p data-css=\"tve-u-1642b20c920\">How do we protect visitor information?</p><p data-css=\"tve-u-1642b20c920\">Our website is scanned on a regular basis for security holes and known vulnerabilities in order to make your visit to our site as safe as possible.We use regular Malware Scanning.</p><p data-css=\"tve-u-1642b20c920\">Your personal information is contained behind secured networks and is only accessible by a limited number of persons who have special access rights to such systems, and are required to keep the information confidential. In addition, all sensitive/credit information you supply is encrypted via Secure Socket Layer (SSL) technology.</p><p data-css=\"tve-u-1642b20c920\">We implement a variety of security measures when a user places an order, enters, submits, or accesses their information to maintain the safety of your personal information.</p><p data-css=\"tve-u-1642b20c920\">All transactions are processed through a gateway provider and are not stored or processed on our servers.</p><p data-css=\"tve-u-1642b20c920\">Do we use \'cookies\'?</p><p data-css=\"tve-u-1642b20c920\">Yes. Cookies are small files that a site or its service provider transfers to your computer\'s hard drive through your Web browser (if you allow) that enable the site\'s or service provider\'s systems to recognize your browser and capture and remember certain information. For instance, we use cookies to help us remember and process the items in your shopping cart. They are also used to help us understand your preferences based on previous or current site activity, which enables us to provide you with improved services. We also use cookies to help us compile aggregate data about site traffic and site interaction so that we can offer better site experiences and tools in the future.</p><p data-css=\"tve-u-1642b20c920\">We use cookies to:</p><p data-css=\"tve-u-1642b20c920\">â€¢ Help remember and process the items in the shopping cart.â€¢ Understand and save user\'s preferences for future visits.You can choose to have your computer warn you each time a cookie is being sent, or you can choose to turn off all cookies. You do this through your browser (like Internet Explorer) settings. Each browser is a little different, so look at your browser\'s Help menu to learn the correct way to modify your cookies.If users disable cookies in their browser:If you turn off cookies, some features will be disabled. However, you can still place orders forsaved items in your shopping cart over the telephone by contacting customer service.</p><p data-css=\"tve-u-1642b20c920\">Third Party Disclosure</p><p data-css=\"tve-u-1642b20c920\">We do not sell, trade, or otherwise transfer to outside parties your personally identifiable information.</p><p data-css=\"tve-u-1642b20c920\">Third party links</p><p data-css=\"tve-u-1642b20c920\">Occasionally, at our discretion, we may include or offer third party products or services on our website. These third party sites have separate and independent privacy policies. We therefore have no responsibility or liability for the content and activities of these linked sites. Nonetheless, we seek to protect the integrity of our site and welcome any feedback about these sites.</p><p data-css=\"tve-u-1642b20c920\">Google</p><p data-css=\"tve-u-1642b20c920\">Google\'s advertising requirements can be summed up by Google\'s Advertising Principles. They are put in place to provide a positive experience for users. https://support.google.com/adwordspolicy/answer/1316548?hl=enOpting out:Users can set preferences for how Google advertises to you using the Google Ad Settings page. Alternatively, you can opt out by visiting the Network Advertising initiative opt out page or permanently using the Google Analytics Opt Out Browser add on.California Online Privacy Protection ActCalOPPA is the first state law in the nation to require commercial websites and online services to post a privacy policy. The law\'s reach stretches well beyond California to require a person or company in the United States (and conceivably the world) that operates websites collecting personally identifiable information from California consumers to post a conspicuous privacy policy on its website stating exactly the information being collected and those individuals with whom it is being shared, and to comply with this policy.See more at: http://consumercal.org/california-online-privacy-protection-act-caloppa/#sthash.0FdRbT51.dpufAccording to CalOPPA we agree to the following:Users can visit our site anonymouslyOnce this privacy policy is created, we will add a link to it on our home page, or as a minimum on the first significant page after entering our website.Our Privacy Policy link includes the word \'Privacy\', and can be easily be found on the page specified above.Users will be notified of any privacy policy changes:â€¢ On our Privacy Policy PageUsers are able to change their personal information:â€¢ By emailing usâ€¢ By calling us</p><p data-css=\"tve-u-1642b20c920\">How does our site handle do not track signals?</p><p data-css=\"tve-u-1642b20c920\">We honor do not track signals and do not track, plant cookies, or use advertising when a Do Not Track (DNT) browser mechanism is in place.</p><p data-css=\"tve-u-1642b20c920\">Does our site allow third party behavioral tracking?</p><p data-css=\"tve-u-1642b20c920\">It\'s also important to note that we do not allow third party behavioral trackingCOPPA (Children Online Privacy Protection Act)When it comes to the collection of personal information from children under 13, the Children\'s Online Privacy Protection Act (COPPA) puts parents in control. The Federal Trade Commission, the nation\'s consumer protection agency, enforces the COPPA Rule, which spells out what operators of websites and online services must do to protect children\'s privacy and safety online.</p><p data-css=\"tve-u-1642b20c920\">We do not specifically market to children under 13.</p><p data-css=\"tve-u-1642b20c920\">Fair Information Practices</p><p data-css=\"tve-u-1642b20c920\">The Fair Information Practices Principles form the backbone of privacy law in the United States and the concepts they include have played a significant role in the development of data protection laws around the globe. Understanding the Fair Information Practice Principles and how they should be implemented is critical to comply with the various privacy laws that protect personal information.In order to be in line with Fair Information Practices we will take the following responsive action, should a data breach occur:â€¢ Within 7 business daysWe will notify the users via in site notificationâ€¢ Within 7 business daysWe also agree to the individual redress principle, which requires that individuals have a right to pursue legally enforceable rights against data collectors and processors who fail to adhere to the law. This principle requires not only that individuals have enforceable rights against data users, but also that individuals have recourse to courts or a government agency to investigate and/or prosecute non-compliance by data processors.CAN SPAM ActThe CAN-SPAM Act is a law that sets the rules for commercial email, establishes requirements for commercial messages, gives recipients the right to have emails stopped from being sent to them, and spells out tough penalties for violations.</p><p data-css=\"tve-u-1642b20c920\">We collect your email address in order to:</p><p data-css=\"tve-u-1642b20c920\">â€¢ Send information, respond to inquiries, and/or other requests or questions.â€¢ Process orders and to send information and updates pertaining to ordersâ€¢ Market to our mailing list or continue to send emails to our clients after the original transaction has occurredTo be in accordance with CANSPAM we agree to the following:â€¢ NOT use false, or misleading subjects or email addressesâ€¢ Identify the message as an advertisement in some reasonable wayâ€¢ Include the physical address of our business or site headquartersâ€¢ Monitor third party email marketing services for compliance, if one is used.â€¢ Honor opt-out/unsubscribe requests quicklyâ€¢ Allow users to unsubscribe by using the link at the bottom of each emailIf at any time you would like to unsubscribe from receiving future emails, you can email us atâ€¢ Follow the instructions at the bottom of each email. and we will promptly remove you from ALL correspondence.</p><p data-css=\"tve-u-1642b20c920\">Contacting Us</p><p data-css=\"tve-u-1642b20c920\">If there are any questions regarding this privacy policy you may contact us using the information below.Blackhawk Custom, LLC.825 South Kings HighwayFort Pierce, FL 34945United Stateshttps://www.blackhawkcustom.comConditions of use:</p><p data-css=\"tve-u-1642b20c920\">By using this website, you agree to all of our terms and conditions of the saleAll sales are final (See our refund policy)</p>','Privacy','','inherit','closed','closed','','141-revision-v1','','','2018-06-23 02:25:56','2018-06-23 06:25:56','',141,'https://bestcerakoteflorida.com/141-revision-v1/',0,'revision','',0),(164,1,'2018-06-23 02:29:46','2018-06-23 06:29:46','<h2>Terms &amp; Conditions</h2><p>TERMS OF SERVICE-----OVERVIEWThis website is operated by Blackhawk Custom, LLC. Throughout the site, the terms â€œweâ€, â€œusâ€ and â€œourâ€ refer to Blackhawk Custom, LLC. Blackhawk Custom, LLC offers this website, including all information, tools and services available from this site to you, the user, conditioned upon your acceptance of all terms, conditions, policies and notices stated here.By visiting our site and/ or purchasing something from us, you engage in our â€œServiceâ€ and agree to be bound by the following terms and conditions (â€œTerms of Serviceâ€, â€œTermsâ€), including those additional terms, conditions, and policies referenced herein and/or available by hyperlink. These Terms of Service apply to all users of the site, including without limitation users who are browsers, vendors, customers, merchants, and/ or contributors of content.Please read these Terms of Service carefully before accessing or using our website. By accessing or using any part of the site, you agree to be bound by these Terms of Service. If you do not agree to all the terms and conditions of this agreement, then you may not access the website or use any services. If these Terms of Service are considered an offer, acceptance is expressly limited to these Terms of Service.Any new features or tools which are added to the current store shall also be subject to the Terms of Service. You can review the most current version of the Terms of Service at any time on this page. We reserve the right to update, change or replace any part of these Terms of Service by posting updates and/or changes to our website. It is your responsibility to check this page periodically for changes. Your continued use of or access to the website following the posting of any changes constitutes acceptance of those changes.SECTION 1 - ONLINE STORE TERMSBy agreeing to these Terms of Service, you represent that you are at least the age of majority in your state or province of residence, or that you are the age of majority in your state or province of residence and you have given us your consent to allow any of your minor dependents to use this site.You may not use our products for any illegal or unauthorized purpose nor may you, in the use of the Service, violate any laws in your jurisdiction (including but not limited to copyright laws).You must not transmit any worms or viruses or any code of a destructive nature.A breach or violation of any of the Terms will result in an immediate termination of your Services.SECTION 2 - GENERAL CONDITIONSWe reserve the right to refuse service to anyone for any reason at any time.You understand that your content (not including credit card information), may be transferred unencrypted and involve (a) transmissions over various networks; and (b) changes to conform and adapt to technical requirements of connecting networks or devices. Credit card information is always encrypted during transfer over networks.You agree not to reproduce, duplicate, copy, sell, resell or exploit any portion of the Service, use of the Service, or access to the Service or any contact on the website through which the service is provided, without express written permission by us.The headings used in this agreement are included for convenience only and will not limit or otherwise affect these Terms.SECTION 3 - ACCURACY, COMPLETENESS AND TIMELINESS OF INFORMATIONWe are not responsible if information made available on this site is not accurate, complete or current. The material on this site is provided for general information only and should not be relied upon or used as the sole basis for making decisions without consulting primary, more accurate, more complete or more timely sources of information. Any reliance on the material on this site is at your own risk.This site may contain certain historical information. Historical information, necessarily, is not current and is provided for your reference only. We reserve the right to modify the contents of this site at any time, but we have no obligation to update any information on our site. You agree that it is your responsibility to monitor changes to our site.SECTION 4 - MODIFICATIONS TO THE SERVICE AND PRICESThe prices for our products are subject to change without notice.We reserve the right at any time to modify or discontinue the Service (or any part or content thereof) without notice at any time.We shall not be liable to you or to any third-party for any modification, price change, suspension or discontinuance of the Service.SECTION 5 - PRODUCTS OR SERVICES (if applicable)Certain products or services may be available exclusively online through the website. These products or services may have limited quantities and are subject to return or exchange only according to our Return Policy.We have made every effort to display as accurately as possible the colors and images of our products that appear at the store. We cannot guarantee that your computer monitor\'s display of any color will be accurate.We reserve the right, but are not obligated, to limit the sales of our products or Services to any person, geographic region or jurisdiction. We may exercise this right on a case-by-case basis. We reserve the right to limit the quantities of any products or services that we offer. All descriptions of products or product pricing are subject to change at anytime without notice, at the sole discretion of us. We reserve the right to discontinue any product at any time. Any offer for any product or service made on this site is void where prohibited.We do not warrant that the quality of any products, services, information, or other material purchased or obtained by you will meet your expectations, or that any errors in the Service will be corrected.SECTION 6 - ACCURACY OF BILLING AND ACCOUNT INFORMATIONWe reserve the right to refuse any order you place with us. We may, in our sole discretion, limit or cancel quantities purchased per person, per household or per order. These restrictions may include orders placed by or under the same customer account, the same credit card, and/or orders that use the same billing and/or shipping address. In the event that we make a change to or cancel an order, we may attempt to notify you by contacting the e-mail and/or billing address/phone number provided at the time the order was made. We reserve the right to limit or prohibit orders that, in our sole judgment, appear to be placed by dealers, resellers or distributors.You agree to provide current, complete and accurate purchase and account information for all purchases made at our store. You agree to promptly update your account and other information, including your email address and credit card numbers and expiration dates, so that we can complete your transactions and contact you as needed.For more detail, please review our Returns Policy.SECTION 7 - OPTIONAL TOOLSWe may provide you with access to third-party tools over which we neither monitor nor have any control nor input.You acknowledge and agree that we provide access to such tools â€as isâ€ and â€œas availableâ€ without any warranties, representations or conditions of any kind and without any endorsement. We shall have no liability whatsoever arising from or relating to your use of optional third-party tools.Any use by you of optional tools offered through the site is entirely at your own risk and discretion and you should ensure that you are familiar with and approve of the terms on which tools are provided by the relevant third-party provider(s).We may also, in the future, offer new services and/or features through the website (including, the release of new tools and resources). Such new features and/or services shall also be subject to these Terms of Service.SECTION 8 - THIRD-PARTY LINKSCertain content, products and services available via our Service may include materials from third-parties.Third-party links on this site may direct you to third-party websites that are not affiliated with us. We are not responsible for examining or evaluating the content or accuracy and we do not warrant and will not have any liability or responsibility for any third-party materials or websites, or for any other materials, products, or services of third-parties.We are not liable for any harm or damages related to the purchase or use of goods, services, resources, content, or any other transactions made in connection with any third-party websites. Please review carefully the third-party\'s policies and practices and make sure you understand them before you engage in any transaction. Complaints, claims, concerns, or questions regarding third-party products should be directed to the third-party.SECTION 9 - USER COMMENTS, FEEDBACK AND OTHER SUBMISSIONSIf, at our request, you send certain specific submissions (for example contest entries) or without a request from us you send creative ideas, suggestions, proposals, plans, or other materials, whether online, by email, by postal mail, or otherwise (collectively, \'comments\'), you agree that we may, at any time, without restriction, edit, copy, publish, distribute, translate and otherwise use in any medium any comments that you forward to us. We are and shall be under no obligation (1) to maintain any comments in confidence; (2) to pay compensation for any comments; or (3) to respond to any comments.We may, but have no obligation to, monitor, edit or remove content that we determine in our sole discretion are unlawful, offensive, threatening, libelous, defamatory, pornographic, obscene or otherwise objectionable or violates any partyâ€™s intellectual property or these Terms of Service.You agree that your comments will not violate any right of any third-party, including copyright, trademark, privacy, personality or other personal or proprietary right. You further agree that your comments will not contain libelous or otherwise unlawful, abusive or obscene material, or contain any computer virus or other malware that could in any way affect the operation of the Service or any related website. You may not use a false e-mail address, pretend to be someone other than yourself, or otherwise mislead us or third-parties as to the origin of any comments. You are solely responsible for any comments you make and their accuracy. We take no responsibility and assume no liability for any comments posted by you or any third-party.SECTION 10 - PERSONAL INFORMATIONYour submission of personal information through the store is governed by our Privacy Policy. To view our Privacy Policy.SECTION 11 - ERRORS, INACCURACIES AND OMISSIONSOccasionally there may be information on our site or in the Service that contains typographical errors, inaccuracies or omissions that may relate to product descriptions, pricing, promotions, offers, product shipping charges, transit times and availability. We reserve the right to correct any errors, inaccuracies or omissions, and to change or update information or cancel orders if any information in the Service or on any related website is inaccurate at any time without prior notice (including after you have submitted your order).We undertake no obligation to update, amend or clarify information in the Service or on any related website, including without limitation, pricing information, except as required by law. No specified update or refresh date applied in the Service or on any related website, should be taken to indicate that all information in the Service or on any related website has been modified or updated.SECTION 12 - PROHIBITED USESIn addition to other prohibitions as set forth in the Terms of Service, you are prohibited from using the site or its content: (a) for any unlawful purpose; (b) to solicit others to perform or participate in any unlawful acts; (c) to violate any international, federal, provincial or state regulations, rules, laws, or local ordinances; (d) to infringe upon or violate our intellectual property rights or the intellectual property rights of others; (e) to harass, abuse, insult, harm, defame, slander, disparage, intimidate, or discriminate based on gender, sexual orientation, religion, ethnicity, race, age, national origin, or disability; (f) to submit false or misleading information; (g) to upload or transmit viruses or any other type of malicious code that will or may be used in any way that will affect the functionality or operation of the Service or of any related website, other websites, or the Internet; (h) to collect or track the personal information of others; (i) to spam, phish, pharm, pretext, spider, crawl, or scrape; (j) for any obscene or immoral purpose; or (k) to interfere with or circumvent the security features of the Service or any related website, other websites, or the Internet. We reserve the right to terminate your use of the Service or any related website for violating any of the prohibited uses.SECTION 13 - DISCLAIMER OF WARRANTIES; LIMITATION OF LIABILITYWe do not guarantee, represent or warrant that your use of our service will be uninterrupted, timely, secure or error-free.We do not warrant that the results that may be obtained from the use of the service will be accurate or reliable.You agree that from time to time we may remove the service for indefinite periods of time or cancel the service at any time, without notice to you.You expressly agree that your use of, or inability to use, the service is at your sole risk. The service and all products and services delivered to you through the service are (except as expressly stated by us) provided \'as is\' and \'as available\' for your use, without any representation, warranties or conditions of any kind, either express or implied, including all implied warranties or conditions of merchantability, merchantable quality, fitness for a particular purpose, durability, title, and non-infringement.In no case shall Blackhawk Custom, LLC, our directors, officers, employees, affiliates, agents, contractors, interns, suppliers, service providers or licensors be liable for any injury, loss, claim, or any direct, indirect, incidental, punitive, special, or consequential damages of any kind, including, without limitation lost profits, lost revenue, lost savings, loss of data, replacement costs, or any similar damages, whether based in contract, tort (including negligence), strict liability or otherwise, arising from your use of any of the service or any products procured using the service, or for any other claim related in any way to your use of the service or any product, including, but not limited to, any errors or omissions in any content, or any loss or damage of any kind incurred as a result of the use of the service or any content (or product) posted, transmitted, or otherwise made available via the service, even if advised of their possibility. Because some states or jurisdictions do not allow the exclusion or the limitation of liability for consequential or incidental damages, in such states or jurisdictions, our liability shall be limited to the maximum extent permitted by law.SECTION 14 - INDEMNIFICATIONYou agree to indemnify, defend and hold harmless Blackhawk Custom, LLC and our parent, subsidiaries, affiliates, partners, officers, directors, agents, contractors, licensors, service providers, subcontractors, suppliers, interns and employees, harmless from any claim or demand, including reasonable attorneysâ€™ fees, made by any third-party due to or arising out of your breach of these Terms of Service or the documents they incorporate by reference, or your violation of any law or the rights of a third-party.SECTION 15 - SEVERABILITYIn the event that any provision of these Terms of Service is determined to be unlawful, void or unenforceable, such provision shall nonetheless be enforceable to the fullest extent permitted by applicable law, and the unenforceable portion shall be deemed to be severed from these Terms of Service, such determination shall not affect the validity and enforceability of any other remaining provisions.SECTION 16 - TERMINATIONThe obligations and liabilities of the parties incurred prior to the termination date shall survive the termination of this agreement for all purposes.These Terms of Service are effective unless and until terminated by either you or us. You may terminate these Terms of Service at any time by notifying us that you no longer wish to use our Services, or when you cease using our site.If in our sole judgment you fail, or we suspect that you have failed, to comply with any term or provision of these Terms of Service, we also may terminate this agreement at any time without notice and you will remain liable for all amounts due up to and including the date of termination; and/or accordingly may deny you access to our Services (or any part thereof).SECTION 17 - ENTIRE AGREEMENTThe failure of us to exercise or enforce any right or provision of these Terms of Service shall not constitute a waiver of such right or provision.These Terms of Service and any policies or operating rules posted by us on this site or in respect to The Service constitutes the entire agreement and understanding between you and us and govern your use of the Service, superseding any prior or contemporaneous agreements, communications and proposals, whether oral or written, between you and us (including, but not limited to, any prior versions of the Terms of Service).Any ambiguities in the interpretation of these Terms of Service shall not be construed against the drafting party.SECTION 18 - GOVERNING LAWThese Terms of Service and any separate agreements whereby we provide you Services shall be governed by and construed in accordance with the laws of 825 South Kings Highway, Fort Pierce, FL 34945.SECTION 19 - CHANGES TO TERMS OF SERVICEYou can review the most current version of the Terms of Service at any time at this page.We reserve the right, at our sole discretion, to update, change or replace any part of these Terms of Service by posting updates and changes to our website. It is your responsibility to check our website periodically for changes. Your continued use of or access to our website or the Service following the posting of any changes to these Terms of Service constitutes acceptance of those changes.SECTION 20 - CONTACT INFORMATIONQuestions about the Terms of Service should be sent to us at <a href=\"mailto:admin@blackhawkcustom.com\" target=\"_blank\">admin@blackhawkcustom.com</a></p>','Terms And Conditions','','inherit','closed','closed','','95-revision-v1','','','2018-06-23 02:29:46','2018-06-23 06:29:46','',95,'https://bestcerakoteflorida.com/95-revision-v1/',0,'revision','',0),(165,1,'2018-06-23 02:31:57','2018-06-23 06:31:57','<h2>Terms &amp; Conditions</h2><p>TERMS OF SERVICE-----OVERVIEWThis website is operated by Blackhawk Custom, LLC. Throughout the site, the terms â€œweâ€, â€œusâ€ and â€œourâ€ refer to Blackhawk Custom, LLC. Blackhawk Custom, LLC offers this website, including all information, tools and services available from this site to you, the user, conditioned upon your acceptance of all terms, conditions, policies and notices stated here.By visiting our site and/ or purchasing something from us, you engage in our â€œServiceâ€ and agree to be bound by the following terms and conditions (â€œTerms of Serviceâ€, â€œTermsâ€), including those additional terms, conditions, and policies referenced herein and/or available by hyperlink. These Terms of Service apply to all users of the site, including without limitation users who are browsers, vendors, customers, merchants, and/ or contributors of content.Please read these Terms of Service carefully before accessing or using our website. By accessing or using any part of the site, you agree to be bound by these Terms of Service. If you do not agree to all the terms and conditions of this agreement, then you may not access the website or use any services. If these Terms of Service are considered an offer, acceptance is expressly limited to these Terms of Service.Any new features or tools which are added to the current store shall also be subject to the Terms of Service. You can review the most current version of the Terms of Service at any time on this page. We reserve the right to update, change or replace any part of these Terms of Service by posting updates and/or changes to our website. It is your responsibility to check this page periodically for changes. Your continued use of or access to the website following the posting of any changes constitutes acceptance of those changes.SECTION 1 - ONLINE STORE TERMSBy agreeing to these Terms of Service, you represent that you are at least the age of majority in your state or province of residence, or that you are the age of majority in your state or province of residence and you have given us your consent to allow any of your minor dependents to use this site.You may not use our products for any illegal or unauthorized purpose nor may you, in the use of the Service, violate any laws in your jurisdiction (including but not limited to copyright laws).You must not transmit any worms or viruses or any code of a destructive nature.A breach or violation of any of the Terms will result in an immediate termination of your Services.SECTION 2 - GENERAL CONDITIONSWe reserve the right to refuse service to anyone for any reason at any time.You understand that your content (not including credit card information), may be transferred unencrypted and involve (a) transmissions over various networks; and (b) changes to conform and adapt to technical requirements of connecting networks or devices. Credit card information is always encrypted during transfer over networks.You agree not to reproduce, duplicate, copy, sell, resell or exploit any portion of the Service, use of the Service, or access to the Service or any contact on the website through which the service is provided, without express written permission by us.The headings used in this agreement are included for convenience only and will not limit or otherwise affect these Terms.SECTION 3 - ACCURACY, COMPLETENESS AND TIMELINESS OF INFORMATIONWe are not responsible if information made available on this site is not accurate, complete or current. The material on this site is provided for general information only and should not be relied upon or used as the sole basis for making decisions without consulting primary, more accurate, more complete or more timely sources of information. Any reliance on the material on this site is at your own risk.This site may contain certain historical information. Historical information, necessarily, is not current and is provided for your reference only. We reserve the right to modify the contents of this site at any time, but we have no obligation to update any information on our site. You agree that it is your responsibility to monitor changes to our site.SECTION 4 - MODIFICATIONS TO THE SERVICE AND PRICESThe prices for our products are subject to change without notice.We reserve the right at any time to modify or discontinue the Service (or any part or content thereof) without notice at any time.We shall not be liable to you or to any third-party for any modification, price change, suspension or discontinuance of the Service.SECTION 5 - PRODUCTS OR SERVICES (if applicable)Certain products or services may be available exclusively online through the website. These products or services may have limited quantities and are subject to return or exchange only according to our Return Policy.We have made every effort to display as accurately as possible the colors and images of our products that appear at the store. We cannot guarantee that your computer monitor\'s display of any color will be accurate.We reserve the right, but are not obligated, to limit the sales of our products or Services to any person, geographic region or jurisdiction. We may exercise this right on a case-by-case basis. We reserve the right to limit the quantities of any products or services that we offer. All descriptions of products or product pricing are subject to change at anytime without notice, at the sole discretion of us. We reserve the right to discontinue any product at any time. Any offer for any product or service made on this site is void where prohibited.We do not warrant that the quality of any products, services, information, or other material purchased or obtained by you will meet your expectations, or that any errors in the Service will be corrected.SECTION 6 - ACCURACY OF BILLING AND ACCOUNT INFORMATIONWe reserve the right to refuse any order you place with us. We may, in our sole discretion, limit or cancel quantities purchased per person, per household or per order. These restrictions may include orders placed by or under the same customer account, the same credit card, and/or orders that use the same billing and/or shipping address. In the event that we make a change to or cancel an order, we may attempt to notify you by contacting the e-mail and/or billing address/phone number provided at the time the order was made. We reserve the right to limit or prohibit orders that, in our sole judgment, appear to be placed by dealers, resellers or distributors.You agree to provide current, complete and accurate purchase and account information for all purchases made at our store. You agree to promptly update your account and other information, including your email address and credit card numbers and expiration dates, so that we can complete your transactions and contact you as needed.For more detail, please review our Returns Policy.SECTION 7 - OPTIONAL TOOLSWe may provide you with access to third-party tools over which we neither monitor nor have any control nor input.You acknowledge and agree that we provide access to such tools â€as isâ€ and â€œas availableâ€ without any warranties, representations or conditions of any kind and without any endorsement. We shall have no liability whatsoever arising from or relating to your use of optional third-party tools.Any use by you of optional tools offered through the site is entirely at your own risk and discretion and you should ensure that you are familiar with and approve of the terms on which tools are provided by the relevant third-party provider(s).We may also, in the future, offer new services and/or features through the website (including, the release of new tools and resources). Such new features and/or services shall also be subject to these Terms of Service.SECTION 8 - THIRD-PARTY LINKSCertain content, products and services available via our Service may include materials from third-parties.Third-party links on this site may direct you to third-party websites that are not affiliated with us. We are not responsible for examining or evaluating the content or accuracy and we do not warrant and will not have any liability or responsibility for any third-party materials or websites, or for any other materials, products, or services of third-parties.We are not liable for any harm or damages related to the purchase or use of goods, services, resources, content, or any other transactions made in connection with any third-party websites. Please review carefully the third-party\'s policies and practices and make sure you understand them before you engage in any transaction. Complaints, claims, concerns, or questions regarding third-party products should be directed to the third-party.SECTION 9 - USER COMMENTS, FEEDBACK AND OTHER SUBMISSIONSIf, at our request, you send certain specific submissions (for example contest entries) or without a request from us you send creative ideas, suggestions, proposals, plans, or other materials, whether online, by email, by postal mail, or otherwise (collectively, \'comments\'), you agree that we may, at any time, without restriction, edit, copy, publish, distribute, translate and otherwise use in any medium any comments that you forward to us. We are and shall be under no obligation (1) to maintain any comments in confidence; (2) to pay compensation for any comments; or (3) to respond to any comments.We may, but have no obligation to, monitor, edit or remove content that we determine in our sole discretion are unlawful, offensive, threatening, libelous, defamatory, pornographic, obscene or otherwise objectionable or violates any partyâ€™s intellectual property or these Terms of Service.You agree that your comments will not violate any right of any third-party, including copyright, trademark, privacy, personality or other personal or proprietary right. You further agree that your comments will not contain libelous or otherwise unlawful, abusive or obscene material, or contain any computer virus or other malware that could in any way affect the operation of the Service or any related website. You may not use a false e-mail address, pretend to be someone other than yourself, or otherwise mislead us or third-parties as to the origin of any comments. You are solely responsible for any comments you make and their accuracy. We take no responsibility and assume no liability for any comments posted by you or any third-party.SECTION 10 - PERSONAL INFORMATIONYour submission of personal information through the store is governed by our Privacy Policy. To view our Privacy Policy.SECTION 11 - ERRORS, INACCURACIES AND OMISSIONSOccasionally there may be information on our site or in the Service that contains typographical errors, inaccuracies or omissions that may relate to product descriptions, pricing, promotions, offers, product shipping charges, transit times and availability. We reserve the right to correct any errors, inaccuracies or omissions, and to change or update information or cancel orders if any information in the Service or on any related website is inaccurate at any time without prior notice (including after you have submitted your order).We undertake no obligation to update, amend or clarify information in the Service or on any related website, including without limitation, pricing information, except as required by law. No specified update or refresh date applied in the Service or on any related website, should be taken to indicate that all information in the Service or on any related website has been modified or updated.SECTION 12 - PROHIBITED USESIn addition to other prohibitions as set forth in the Terms of Service, you are prohibited from using the site or its content: (a) for any unlawful purpose; (b) to solicit others to perform or participate in any unlawful acts; (c) to violate any international, federal, provincial or state regulations, rules, laws, or local ordinances; (d) to infringe upon or violate our intellectual property rights or the intellectual property rights of others; (e) to harass, abuse, insult, harm, defame, slander, disparage, intimidate, or discriminate based on gender, sexual orientation, religion, ethnicity, race, age, national origin, or disability; (f) to submit false or misleading information; (g) to upload or transmit viruses or any other type of malicious code that will or may be used in any way that will affect the functionality or operation of the Service or of any related website, other websites, or the Internet; (h) to collect or track the personal information of others; (i) to spam, phish, pharm, pretext, spider, crawl, or scrape; (j) for any obscene or immoral purpose; or (k) to interfere with or circumvent the security features of the Service or any related website, other websites, or the Internet. We reserve the right to terminate your use of the Service or any related website for violating any of the prohibited uses.SECTION 13 - DISCLAIMER OF WARRANTIES; LIMITATION OF LIABILITYWe do not guarantee, represent or warrant that your use of our service will be uninterrupted, timely, secure or error-free.We do not warrant that the results that may be obtained from the use of the service will be accurate or reliable.You agree that from time to time we may remove the service for indefinite periods of time or cancel the service at any time, without notice to you.You expressly agree that your use of, or inability to use, the service is at your sole risk. The service and all products and services delivered to you through the service are (except as expressly stated by us) provided \'as is\' and \'as available\' for your use, without any representation, warranties or conditions of any kind, either express or implied, including all implied warranties or conditions of merchantability, merchantable quality, fitness for a particular purpose, durability, title, and non-infringement.In no case shall Blackhawk Custom, LLC, our directors, officers, employees, affiliates, agents, contractors, interns, suppliers, service providers or licensors be liable for any injury, loss, claim, or any direct, indirect, incidental, punitive, special, or consequential damages of any kind, including, without limitation lost profits, lost revenue, lost savings, loss of data, replacement costs, or any similar damages, whether based in contract, tort (including negligence), strict liability or otherwise, arising from your use of any of the service or any products procured using the service, or for any other claim related in any way to your use of the service or any product, including, but not limited to, any errors or omissions in any content, or any loss or damage of any kind incurred as a result of the use of the service or any content (or product) posted, transmitted, or otherwise made available via the service, even if advised of their possibility. Because some states or jurisdictions do not allow the exclusion or the limitation of liability for consequential or incidental damages, in such states or jurisdictions, our liability shall be limited to the maximum extent permitted by law.SECTION 14 - INDEMNIFICATIONYou agree to indemnify, defend and hold harmless Blackhawk Custom, LLC and our parent, subsidiaries, affiliates, partners, officers, directors, agents, contractors, licensors, service providers, subcontractors, suppliers, interns and employees, harmless from any claim or demand, including reasonable attorneysâ€™ fees, made by any third-party due to or arising out of your breach of these Terms of Service or the documents they incorporate by reference, or your violation of any law or the rights of a third-party.SECTION 15 - SEVERABILITYIn the event that any provision of these Terms of Service is determined to be unlawful, void or unenforceable, such provision shall nonetheless be enforceable to the fullest extent permitted by applicable law, and the unenforceable portion shall be deemed to be severed from these Terms of Service, such determination shall not affect the validity and enforceability of any other remaining provisions.SECTION 16 - TERMINATIONThe obligations and liabilities of the parties incurred prior to the termination date shall survive the termination of this agreement for all purposes.These Terms of Service are effective unless and until terminated by either you or us. You may terminate these Terms of Service at any time by notifying us that you no longer wish to use our Services, or when you cease using our site.If in our sole judgment you fail, or we suspect that you have failed, to comply with any term or provision of these Terms of Service, we also may terminate this agreement at any time without notice and you will remain liable for all amounts due up to and including the date of termination; and/or accordingly may deny you access to our Services (or any part thereof).SECTION 17 - ENTIRE AGREEMENTThe failure of us to exercise or enforce any right or provision of these Terms of Service shall not constitute a waiver of such right or provision.These Terms of Service and any policies or operating rules posted by us on this site or in respect to The Service constitutes the entire agreement and understanding between you and us and govern your use of the Service, superseding any prior or contemporaneous agreements, communications and proposals, whether oral or written, between you and us (including, but not limited to, any prior versions of the Terms of Service).Any ambiguities in the interpretation of these Terms of Service shall not be construed against the drafting party.SECTION 18 - GOVERNING LAWThese Terms of Service and any separate agreements whereby we provide you Services shall be governed by and construed in accordance with the laws of 825 South Kings Highway, Fort Pierce, FL 34945.SECTION 19 - CHANGES TO TERMS OF SERVICEYou can review the most current version of the Terms of Service at any time at this page.We reserve the right, at our sole discretion, to update, change or replace any part of these Terms of Service by posting updates and changes to our website. It is your responsibility to check our website periodically for changes. Your continued use of or access to our website or the Service following the posting of any changes to these Terms of Service constitutes acceptance of those changes.SECTION 20 - CONTACT INFORMATIONQuestions about the Terms of Service should be sent to us at <a href=\"mailto:admin@blackhawkcustom.com\" target=\"_blank\">admin@blackhawkcustom.com</a></p>','Terms And Conditions','','inherit','closed','closed','','95-revision-v1','','','2018-06-23 02:31:57','2018-06-23 06:31:57','',95,'https://bestcerakoteflorida.com/95-revision-v1/',0,'revision','',0),(166,1,'2018-06-23 02:33:26','2018-06-23 06:33:26','<h2>Terms &amp; Conditions</h2><p>TERMS OF SERVICE-----OVERVIEWThis website is operated by Blackhawk Custom, LLC. Throughout the site, the terms â€œweâ€, â€œusâ€ and â€œourâ€ refer to Blackhawk Custom, LLC. Blackhawk Custom, LLC offers this website, including all information, tools and services available from this site to you, the user, conditioned upon your acceptance of all terms, conditions, policies and notices stated here.By visiting our site and/ or purchasing something from us, you engage in our â€œServiceâ€ and agree to be bound by the following terms and conditions (â€œTerms of Serviceâ€, â€œTermsâ€), including those additional terms, conditions, and policies referenced herein and/or available by hyperlink. These Terms of Service apply to all users of the site, including without limitation users who are browsers, vendors, customers, merchants, and/ or contributors of content.Please read these Terms of Service carefully before accessing or using our website. By accessing or using any part of the site, you agree to be bound by these Terms of Service. If you do not agree to all the terms and conditions of this agreement, then you may not access the website or use any services. If these Terms of Service are considered an offer, acceptance is expressly limited to these Terms of Service.Any new features or tools which are added to the current store shall also be subject to the Terms of Service. You can review the most current version of the Terms of Service at any time on this page. We reserve the right to update, change or replace any part of these Terms of Service by posting updates and/or changes to our website. It is your responsibility to check this page periodically for changes. Your continued use of or access to the website following the posting of any changes constitutes acceptance of those changes.SECTION 1 - ONLINE STORE TERMSBy agreeing to these Terms of Service, you represent that you are at least the age of majority in your state or province of residence, or that you are the age of majority in your state or province of residence and you have given us your consent to allow any of your minor dependents to use this site.You may not use our products for any illegal or unauthorized purpose nor may you, in the use of the Service, violate any laws in your jurisdiction (including but not limited to copyright laws).You must not transmit any worms or viruses or any code of a destructive nature.A breach or violation of any of the Terms will result in an immediate termination of your Services.SECTION 2 - GENERAL CONDITIONSWe reserve the right to refuse service to anyone for any reason at any time.You understand that your content (not including credit card information), may be transferred unencrypted and involve (a) transmissions over various networks; and (b) changes to conform and adapt to technical requirements of connecting networks or devices. Credit card information is always encrypted during transfer over networks.You agree not to reproduce, duplicate, copy, sell, resell or exploit any portion of the Service, use of the Service, or access to the Service or any contact on the website through which the service is provided, without express written permission by us.The headings used in this agreement are included for convenience only and will not limit or otherwise affect these Terms.SECTION 3 - ACCURACY, COMPLETENESS AND TIMELINESS OF INFORMATIONWe are not responsible if information made available on this site is not accurate, complete or current. The material on this site is provided for general information only and should not be relied upon or used as the sole basis for making decisions without consulting primary, more accurate, more complete or more timely sources of information. Any reliance on the material on this site is at your own risk.This site may contain certain historical information. Historical information, necessarily, is not current and is provided for your reference only. We reserve the right to modify the contents of this site at any time, but we have no obligation to update any information on our site. You agree that it is your responsibility to monitor changes to our site.SECTION 4 - MODIFICATIONS TO THE SERVICE AND PRICESThe prices for our products are subject to change without notice.We reserve the right at any time to modify or discontinue the Service (or any part or content thereof) without notice at any time.We shall not be liable to you or to any third-party for any modification, price change, suspension or discontinuance of the Service.SECTION 5 - PRODUCTS OR SERVICES (if applicable)Certain products or services may be available exclusively online through the website. These products or services may have limited quantities and are subject to return or exchange only according to our Return Policy.We have made every effort to display as accurately as possible the colors and images of our products that appear at the store. We cannot guarantee that your computer monitor\'s display of any color will be accurate.We reserve the right, but are not obligated, to limit the sales of our products or Services to any person, geographic region or jurisdiction. We may exercise this right on a case-by-case basis. We reserve the right to limit the quantities of any products or services that we offer. All descriptions of products or product pricing are subject to change at anytime without notice, at the sole discretion of us. We reserve the right to discontinue any product at any time. Any offer for any product or service made on this site is void where prohibited.We do not warrant that the quality of any products, services, information, or other material purchased or obtained by you will meet your expectations, or that any errors in the Service will be corrected.SECTION 6 - ACCURACY OF BILLING AND ACCOUNT INFORMATIONWe reserve the right to refuse any order you place with us. We may, in our sole discretion, limit or cancel quantities purchased per person, per household or per order. These restrictions may include orders placed by or under the same customer account, the same credit card, and/or orders that use the same billing and/or shipping address. In the event that we make a change to or cancel an order, we may attempt to notify you by contacting the e-mail and/or billing address/phone number provided at the time the order was made. We reserve the right to limit or prohibit orders that, in our sole judgment, appear to be placed by dealers, resellers or distributors.You agree to provide current, complete and accurate purchase and account information for all purchases made at our store. You agree to promptly update your account and other information, including your email address and credit card numbers and expiration dates, so that we can complete your transactions and contact you as needed.For more detail, please review our Returns Policy.SECTION 7 - OPTIONAL TOOLSWe may provide you with access to third-party tools over which we neither monitor nor have any control nor input.You acknowledge and agree that we provide access to such tools â€as isâ€ and â€œas availableâ€ without any warranties, representations or conditions of any kind and without any endorsement. We shall have no liability whatsoever arising from or relating to your use of optional third-party tools.Any use by you of optional tools offered through the site is entirely at your own risk and discretion and you should ensure that you are familiar with and approve of the terms on which tools are provided by the relevant third-party provider(s).We may also, in the future, offer new services and/or features through the website (including, the release of new tools and resources). Such new features and/or services shall also be subject to these Terms of Service.SECTION 8 - THIRD-PARTY LINKSCertain content, products and services available via our Service may include materials from third-parties.Third-party links on this site may direct you to third-party websites that are not affiliated with us. We are not responsible for examining or evaluating the content or accuracy and we do not warrant and will not have any liability or responsibility for any third-party materials or websites, or for any other materials, products, or services of third-parties.We are not liable for any harm or damages related to the purchase or use of goods, services, resources, content, or any other transactions made in connection with any third-party websites. Please review carefully the third-party\'s policies and practices and make sure you understand them before you engage in any transaction. Complaints, claims, concerns, or questions regarding third-party products should be directed to the third-party.SECTION 9 - USER COMMENTS, FEEDBACK AND OTHER SUBMISSIONSIf, at our request, you send certain specific submissions (for example contest entries) or without a request from us you send creative ideas, suggestions, proposals, plans, or other materials, whether online, by email, by postal mail, or otherwise (collectively, \'comments\'), you agree that we may, at any time, without restriction, edit, copy, publish, distribute, translate and otherwise use in any medium any comments that you forward to us. We are and shall be under no obligation (1) to maintain any comments in confidence; (2) to pay compensation for any comments; or (3) to respond to any comments.We may, but have no obligation to, monitor, edit or remove content that we determine in our sole discretion are unlawful, offensive, threatening, libelous, defamatory, pornographic, obscene or otherwise objectionable or violates any partyâ€™s intellectual property or these Terms of Service.You agree that your comments will not violate any right of any third-party, including copyright, trademark, privacy, personality or other personal or proprietary right. You further agree that your comments will not contain libelous or otherwise unlawful, abusive or obscene material, or contain any computer virus or other malware that could in any way affect the operation of the Service or any related website. You may not use a false e-mail address, pretend to be someone other than yourself, or otherwise mislead us or third-parties as to the origin of any comments. You are solely responsible for any comments you make and their accuracy. We take no responsibility and assume no liability for any comments posted by you or any third-party.SECTION 10 - PERSONAL INFORMATIONYour submission of personal information through the store is governed by our Privacy Policy. To view our Privacy Policy.SECTION 11 - ERRORS, INACCURACIES AND OMISSIONSOccasionally there may be information on our site or in the Service that contains typographical errors, inaccuracies or omissions that may relate to product descriptions, pricing, promotions, offers, product shipping charges, transit times and availability. We reserve the right to correct any errors, inaccuracies or omissions, and to change or update information or cancel orders if any information in the Service or on any related website is inaccurate at any time without prior notice (including after you have submitted your order).We undertake no obligation to update, amend or clarify information in the Service or on any related website, including without limitation, pricing information, except as required by law. No specified update or refresh date applied in the Service or on any related website, should be taken to indicate that all information in the Service or on any related website has been modified or updated.SECTION 12 - PROHIBITED USESIn addition to other prohibitions as set forth in the Terms of Service, you are prohibited from using the site or its content: (a) for any unlawful purpose; (b) to solicit others to perform or participate in any unlawful acts; (c) to violate any international, federal, provincial or state regulations, rules, laws, or local ordinances; (d) to infringe upon or violate our intellectual property rights or the intellectual property rights of others; (e) to harass, abuse, insult, harm, defame, slander, disparage, intimidate, or discriminate based on gender, sexual orientation, religion, ethnicity, race, age, national origin, or disability; (f) to submit false or misleading information; (g) to upload or transmit viruses or any other type of malicious code that will or may be used in any way that will affect the functionality or operation of the Service or of any related website, other websites, or the Internet; (h) to collect or track the personal information of others; (i) to spam, phish, pharm, pretext, spider, crawl, or scrape; (j) for any obscene or immoral purpose; or (k) to interfere with or circumvent the security features of the Service or any related website, other websites, or the Internet. We reserve the right to terminate your use of the Service or any related website for violating any of the prohibited uses.SECTION 13 - DISCLAIMER OF WARRANTIES; LIMITATION OF LIABILITYWe do not guarantee, represent or warrant that your use of our service will be uninterrupted, timely, secure or error-free.We do not warrant that the results that may be obtained from the use of the service will be accurate or reliable.You agree that from time to time we may remove the service for indefinite periods of time or cancel the service at any time, without notice to you.You expressly agree that your use of, or inability to use, the service is at your sole risk. The service and all products and services delivered to you through the service are (except as expressly stated by us) provided \'as is\' and \'as available\' for your use, without any representation, warranties or conditions of any kind, either express or implied, including all implied warranties or conditions of merchantability, merchantable quality, fitness for a particular purpose, durability, title, and non-infringement.In no case shall Blackhawk Custom, LLC, our directors, officers, employees, affiliates, agents, contractors, interns, suppliers, service providers or licensors be liable for any injury, loss, claim, or any direct, indirect, incidental, punitive, special, or consequential damages of any kind, including, without limitation lost profits, lost revenue, lost savings, loss of data, replacement costs, or any similar damages, whether based in contract, tort (including negligence), strict liability or otherwise, arising from your use of any of the service or any products procured using the service, or for any other claim related in any way to your use of the service or any product, including, but not limited to, any errors or omissions in any content, or any loss or damage of any kind incurred as a result of the use of the service or any content (or product) posted, transmitted, or otherwise made available via the service, even if advised of their possibility. Because some states or jurisdictions do not allow the exclusion or the limitation of liability for consequential or incidental damages, in such states or jurisdictions, our liability shall be limited to the maximum extent permitted by law.SECTION 14 - INDEMNIFICATIONYou agree to indemnify, defend and hold harmless Blackhawk Custom, LLC and our parent, subsidiaries, affiliates, partners, officers, directors, agents, contractors, licensors, service providers, subcontractors, suppliers, interns and employees, harmless from any claim or demand, including reasonable attorneysâ€™ fees, made by any third-party due to or arising out of your breach of these Terms of Service or the documents they incorporate by reference, or your violation of any law or the rights of a third-party.SECTION 15 - SEVERABILITYIn the event that any provision of these Terms of Service is determined to be unlawful, void or unenforceable, such provision shall nonetheless be enforceable to the fullest extent permitted by applicable law, and the unenforceable portion shall be deemed to be severed from these Terms of Service, such determination shall not affect the validity and enforceability of any other remaining provisions.SECTION 16 - TERMINATIONThe obligations and liabilities of the parties incurred prior to the termination date shall survive the termination of this agreement for all purposes.These Terms of Service are effective unless and until terminated by either you or us. You may terminate these Terms of Service at any time by notifying us that you no longer wish to use our Services, or when you cease using our site.If in our sole judgment you fail, or we suspect that you have failed, to comply with any term or provision of these Terms of Service, we also may terminate this agreement at any time without notice and you will remain liable for all amounts due up to and including the date of termination; and/or accordingly may deny you access to our Services (or any part thereof).SECTION 17 - ENTIRE AGREEMENTThe failure of us to exercise or enforce any right or provision of these Terms of Service shall not constitute a waiver of such right or provision.These Terms of Service and any policies or operating rules posted by us on this site or in respect to The Service constitutes the entire agreement and understanding between you and us and govern your use of the Service, superseding any prior or contemporaneous agreements, communications and proposals, whether oral or written, between you and us (including, but not limited to, any prior versions of the Terms of Service).Any ambiguities in the interpretation of these Terms of Service shall not be construed against the drafting party.SECTION 18 - GOVERNING LAWThese Terms of Service and any separate agreements whereby we provide you Services shall be governed by and construed in accordance with the laws of 825 South Kings Highway, Fort Pierce, FL 34945.SECTION 19 - CHANGES TO TERMS OF SERVICEYou can review the most current version of the Terms of Service at any time at this page.We reserve the right, at our sole discretion, to update, change or replace any part of these Terms of Service by posting updates and changes to our website. It is your responsibility to check our website periodically for changes. Your continued use of or access to our website or the Service following the posting of any changes to these Terms of Service constitutes acceptance of those changes.SECTION 20 - CONTACT INFORMATIONQuestions about the Terms of Service should be sent to us at <a href=\"mailto:admin@blackhawkcustom.com\" target=\"_blank\">admin@blackhawkcustom.com</a></p>','Terms And Conditions','','inherit','closed','closed','','95-revision-v1','','','2018-06-23 02:33:26','2018-06-23 06:33:26','',95,'https://bestcerakoteflorida.com/95-revision-v1/',0,'revision','',0),(167,1,'2018-06-23 02:33:47','2018-06-23 06:33:47','<h2>Terms &amp; Conditions</h2><p>TERMS OF SERVICE-----OVERVIEWThis website is operated by Blackhawk Custom, LLC. Throughout the site, the terms â€œweâ€, â€œusâ€ and â€œourâ€ refer to Blackhawk Custom, LLC. Blackhawk Custom, LLC offers this website, including all information, tools and services available from this site to you, the user, conditioned upon your acceptance of all terms, conditions, policies and notices stated here.By visiting our site and/ or purchasing something from us, you engage in our â€œServiceâ€ and agree to be bound by the following terms and conditions (â€œTerms of Serviceâ€, â€œTermsâ€), including those additional terms, conditions, and policies referenced herein and/or available by hyperlink. These Terms of Service apply to all users of the site, including without limitation users who are browsers, vendors, customers, merchants, and/ or contributors of content.Please read these Terms of Service carefully before accessing or using our website. By accessing or using any part of the site, you agree to be bound by these Terms of Service. If you do not agree to all the terms and conditions of this agreement, then you may not access the website or use any services. If these Terms of Service are considered an offer, acceptance is expressly limited to these Terms of Service.Any new features or tools which are added to the current store shall also be subject to the Terms of Service. You can review the most current version of the Terms of Service at any time on this page. We reserve the right to update, change or replace any part of these Terms of Service by posting updates and/or changes to our website. It is your responsibility to check this page periodically for changes. Your continued use of or access to the website following the posting of any changes constitutes acceptance of those changes.SECTION 1 - ONLINE STORE TERMSBy agreeing to these Terms of Service, you represent that you are at least the age of majority in your state or province of residence, or that you are the age of majority in your state or province of residence and you have given us your consent to allow any of your minor dependents to use this site.You may not use our products for any illegal or unauthorized purpose nor may you, in the use of the Service, violate any laws in your jurisdiction (including but not limited to copyright laws).You must not transmit any worms or viruses or any code of a destructive nature.A breach or violation of any of the Terms will result in an immediate termination of your Services.SECTION 2 - GENERAL CONDITIONSWe reserve the right to refuse service to anyone for any reason at any time.You understand that your content (not including credit card information), may be transferred unencrypted and involve (a) transmissions over various networks; and (b) changes to conform and adapt to technical requirements of connecting networks or devices. Credit card information is always encrypted during transfer over networks.You agree not to reproduce, duplicate, copy, sell, resell or exploit any portion of the Service, use of the Service, or access to the Service or any contact on the website through which the service is provided, without express written permission by us.The headings used in this agreement are included for convenience only and will not limit or otherwise affect these Terms.SECTION 3 - ACCURACY, COMPLETENESS AND TIMELINESS OF INFORMATIONWe are not responsible if information made available on this site is not accurate, complete or current. The material on this site is provided for general information only and should not be relied upon or used as the sole basis for making decisions without consulting primary, more accurate, more complete or more timely sources of information. Any reliance on the material on this site is at your own risk.This site may contain certain historical information. Historical information, necessarily, is not current and is provided for your reference only. We reserve the right to modify the contents of this site at any time, but we have no obligation to update any information on our site. You agree that it is your responsibility to monitor changes to our site.SECTION 4 - MODIFICATIONS TO THE SERVICE AND PRICESThe prices for our products are subject to change without notice.We reserve the right at any time to modify or discontinue the Service (or any part or content thereof) without notice at any time.We shall not be liable to you or to any third-party for any modification, price change, suspension or discontinuance of the Service.SECTION 5 - PRODUCTS OR SERVICES (if applicable)Certain products or services may be available exclusively online through the website. These products or services may have limited quantities and are subject to return or exchange only according to our Return Policy.We have made every effort to display as accurately as possible the colors and images of our products that appear at the store. We cannot guarantee that your computer monitor\'s display of any color will be accurate.We reserve the right, but are not obligated, to limit the sales of our products or Services to any person, geographic region or jurisdiction. We may exercise this right on a case-by-case basis. We reserve the right to limit the quantities of any products or services that we offer. All descriptions of products or product pricing are subject to change at anytime without notice, at the sole discretion of us. We reserve the right to discontinue any product at any time. Any offer for any product or service made on this site is void where prohibited.We do not warrant that the quality of any products, services, information, or other material purchased or obtained by you will meet your expectations, or that any errors in the Service will be corrected.SECTION 6 - ACCURACY OF BILLING AND ACCOUNT INFORMATIONWe reserve the right to refuse any order you place with us. We may, in our sole discretion, limit or cancel quantities purchased per person, per household or per order. These restrictions may include orders placed by or under the same customer account, the same credit card, and/or orders that use the same billing and/or shipping address. In the event that we make a change to or cancel an order, we may attempt to notify you by contacting the e-mail and/or billing address/phone number provided at the time the order was made. We reserve the right to limit or prohibit orders that, in our sole judgment, appear to be placed by dealers, resellers or distributors.You agree to provide current, complete and accurate purchase and account information for all purchases made at our store. You agree to promptly update your account and other information, including your email address and credit card numbers and expiration dates, so that we can complete your transactions and contact you as needed.For more detail, please review our Returns Policy.SECTION 7 - OPTIONAL TOOLSWe may provide you with access to third-party tools over which we neither monitor nor have any control nor input.You acknowledge and agree that we provide access to such tools â€as isâ€ and â€œas availableâ€ without any warranties, representations or conditions of any kind and without any endorsement. We shall have no liability whatsoever arising from or relating to your use of optional third-party tools.Any use by you of optional tools offered through the site is entirely at your own risk and discretion and you should ensure that you are familiar with and approve of the terms on which tools are provided by the relevant third-party provider(s).We may also, in the future, offer new services and/or features through the website (including, the release of new tools and resources). Such new features and/or services shall also be subject to these Terms of Service.SECTION 8 - THIRD-PARTY LINKSCertain content, products and services available via our Service may include materials from third-parties.Third-party links on this site may direct you to third-party websites that are not affiliated with us. We are not responsible for examining or evaluating the content or accuracy and we do not warrant and will not have any liability or responsibility for any third-party materials or websites, or for any other materials, products, or services of third-parties.We are not liable for any harm or damages related to the purchase or use of goods, services, resources, content, or any other transactions made in connection with any third-party websites. Please review carefully the third-party\'s policies and practices and make sure you understand them before you engage in any transaction. Complaints, claims, concerns, or questions regarding third-party products should be directed to the third-party.SECTION 9 - USER COMMENTS, FEEDBACK AND OTHER SUBMISSIONSIf, at our request, you send certain specific submissions (for example contest entries) or without a request from us you send creative ideas, suggestions, proposals, plans, or other materials, whether online, by email, by postal mail, or otherwise (collectively, \'comments\'), you agree that we may, at any time, without restriction, edit, copy, publish, distribute, translate and otherwise use in any medium any comments that you forward to us. We are and shall be under no obligation (1) to maintain any comments in confidence; (2) to pay compensation for any comments; or (3) to respond to any comments.We may, but have no obligation to, monitor, edit or remove content that we determine in our sole discretion are unlawful, offensive, threatening, libelous, defamatory, pornographic, obscene or otherwise objectionable or violates any partyâ€™s intellectual property or these Terms of Service.You agree that your comments will not violate any right of any third-party, including copyright, trademark, privacy, personality or other personal or proprietary right. You further agree that your comments will not contain libelous or otherwise unlawful, abusive or obscene material, or contain any computer virus or other malware that could in any way affect the operation of the Service or any related website. You may not use a false e-mail address, pretend to be someone other than yourself, or otherwise mislead us or third-parties as to the origin of any comments. You are solely responsible for any comments you make and their accuracy. We take no responsibility and assume no liability for any comments posted by you or any third-party.SECTION 10 - PERSONAL INFORMATIONYour submission of personal information through the store is governed by our Privacy Policy. To view our Privacy Policy.SECTION 11 - ERRORS, INACCURACIES AND OMISSIONSOccasionally there may be information on our site or in the Service that contains typographical errors, inaccuracies or omissions that may relate to product descriptions, pricing, promotions, offers, product shipping charges, transit times and availability. We reserve the right to correct any errors, inaccuracies or omissions, and to change or update information or cancel orders if any information in the Service or on any related website is inaccurate at any time without prior notice (including after you have submitted your order).We undertake no obligation to update, amend or clarify information in the Service or on any related website, including without limitation, pricing information, except as required by law. No specified update or refresh date applied in the Service or on any related website, should be taken to indicate that all information in the Service or on any related website has been modified or updated.SECTION 12 - PROHIBITED USESIn addition to other prohibitions as set forth in the Terms of Service, you are prohibited from using the site or its content: (a) for any unlawful purpose; (b) to solicit others to perform or participate in any unlawful acts; (c) to violate any international, federal, provincial or state regulations, rules, laws, or local ordinances; (d) to infringe upon or violate our intellectual property rights or the intellectual property rights of others; (e) to harass, abuse, insult, harm, defame, slander, disparage, intimidate, or discriminate based on gender, sexual orientation, religion, ethnicity, race, age, national origin, or disability; (f) to submit false or misleading information; (g) to upload or transmit viruses or any other type of malicious code that will or may be used in any way that will affect the functionality or operation of the Service or of any related website, other websites, or the Internet; (h) to collect or track the personal information of others; (i) to spam, phish, pharm, pretext, spider, crawl, or scrape; (j) for any obscene or immoral purpose; or (k) to interfere with or circumvent the security features of the Service or any related website, other websites, or the Internet. We reserve the right to terminate your use of the Service or any related website for violating any of the prohibited uses.SECTION 13 - DISCLAIMER OF WARRANTIES; LIMITATION OF LIABILITYWe do not guarantee, represent or warrant that your use of our service will be uninterrupted, timely, secure or error-free.We do not warrant that the results that may be obtained from the use of the service will be accurate or reliable.You agree that from time to time we may remove the service for indefinite periods of time or cancel the service at any time, without notice to you.You expressly agree that your use of, or inability to use, the service is at your sole risk. The service and all products and services delivered to you through the service are (except as expressly stated by us) provided \'as is\' and \'as available\' for your use, without any representation, warranties or conditions of any kind, either express or implied, including all implied warranties or conditions of merchantability, merchantable quality, fitness for a particular purpose, durability, title, and non-infringement.In no case shall Blackhawk Custom, LLC, our directors, officers, employees, affiliates, agents, contractors, interns, suppliers, service providers or licensors be liable for any injury, loss, claim, or any direct, indirect, incidental, punitive, special, or consequential damages of any kind, including, without limitation lost profits, lost revenue, lost savings, loss of data, replacement costs, or any similar damages, whether based in contract, tort (including negligence), strict liability or otherwise, arising from your use of any of the service or any products procured using the service, or for any other claim related in any way to your use of the service or any product, including, but not limited to, any errors or omissions in any content, or any loss or damage of any kind incurred as a result of the use of the service or any content (or product) posted, transmitted, or otherwise made available via the service, even if advised of their possibility. Because some states or jurisdictions do not allow the exclusion or the limitation of liability for consequential or incidental damages, in such states or jurisdictions, our liability shall be limited to the maximum extent permitted by law.SECTION 14 - INDEMNIFICATIONYou agree to indemnify, defend and hold harmless Blackhawk Custom, LLC and our parent, subsidiaries, affiliates, partners, officers, directors, agents, contractors, licensors, service providers, subcontractors, suppliers, interns and employees, harmless from any claim or demand, including reasonable attorneysâ€™ fees, made by any third-party due to or arising out of your breach of these Terms of Service or the documents they incorporate by reference, or your violation of any law or the rights of a third-party.SECTION 15 - SEVERABILITYIn the event that any provision of these Terms of Service is determined to be unlawful, void or unenforceable, such provision shall nonetheless be enforceable to the fullest extent permitted by applicable law, and the unenforceable portion shall be deemed to be severed from these Terms of Service, such determination shall not affect the validity and enforceability of any other remaining provisions.SECTION 16 - TERMINATIONThe obligations and liabilities of the parties incurred prior to the termination date shall survive the termination of this agreement for all purposes.These Terms of Service are effective unless and until terminated by either you or us. You may terminate these Terms of Service at any time by notifying us that you no longer wish to use our Services, or when you cease using our site.If in our sole judgment you fail, or we suspect that you have failed, to comply with any term or provision of these Terms of Service, we also may terminate this agreement at any time without notice and you will remain liable for all amounts due up to and including the date of termination; and/or accordingly may deny you access to our Services (or any part thereof).SECTION 17 - ENTIRE AGREEMENTThe failure of us to exercise or enforce any right or provision of these Terms of Service shall not constitute a waiver of such right or provision.These Terms of Service and any policies or operating rules posted by us on this site or in respect to The Service constitutes the entire agreement and understanding between you and us and govern your use of the Service, superseding any prior or contemporaneous agreements, communications and proposals, whether oral or written, between you and us (including, but not limited to, any prior versions of the Terms of Service).Any ambiguities in the interpretation of these Terms of Service shall not be construed against the drafting party.SECTION 18 - GOVERNING LAWThese Terms of Service and any separate agreements whereby we provide you Services shall be governed by and construed in accordance with the laws of 825 South Kings Highway, Fort Pierce, FL 34945.SECTION 19 - CHANGES TO TERMS OF SERVICEYou can review the most current version of the Terms of Service at any time at this page.We reserve the right, at our sole discretion, to update, change or replace any part of these Terms of Service by posting updates and changes to our website. It is your responsibility to check our website periodically for changes. Your continued use of or access to our website or the Service following the posting of any changes to these Terms of Service constitutes acceptance of those changes.SECTION 20 - CONTACT INFORMATIONQuestions about the Terms of Service should be sent to us at <a href=\"mailto:admin@blackhawkcustom.com\" target=\"_blank\">admin@blackhawkcustom.com</a></p>','Terms And Conditions','','inherit','closed','closed','','95-revision-v1','','','2018-06-23 02:33:47','2018-06-23 06:33:47','',95,'https://bestcerakoteflorida.com/95-revision-v1/',0,'revision','',0),(168,1,'2018-06-23 02:35:00','2018-06-23 06:35:00','<h2>Terms &amp; Conditions</h2><p>TERMS OF SERVICE-----OVERVIEWThis website is operated by Blackhawk Custom, LLC. Throughout the site, the terms â€œweâ€, â€œusâ€ and â€œourâ€ refer to Blackhawk Custom, LLC. Blackhawk Custom, LLC offers this website, including all information, tools and services available from this site to you, the user, conditioned upon your acceptance of all terms, conditions, policies and notices stated here.By visiting our site and/ or purchasing something from us, you engage in our â€œServiceâ€ and agree to be bound by the following terms and conditions (â€œTerms of Serviceâ€, â€œTermsâ€), including those additional terms, conditions, and policies referenced herein and/or available by hyperlink. These Terms of Service apply to all users of the site, including without limitation users who are browsers, vendors, customers, merchants, and/ or contributors of content.Please read these Terms of Service carefully before accessing or using our website. By accessing or using any part of the site, you agree to be bound by these Terms of Service. If you do not agree to all the terms and conditions of this agreement, then you may not access the website or use any services. If these Terms of Service are considered an offer, acceptance is expressly limited to these Terms of Service.Any new features or tools which are added to the current store shall also be subject to the Terms of Service. You can review the most current version of the Terms of Service at any time on this page. We reserve the right to update, change or replace any part of these Terms of Service by posting updates and/or changes to our website. It is your responsibility to check this page periodically for changes. Your continued use of or access to the website following the posting of any changes constitutes acceptance of those changes.SECTION 1 - ONLINE STORE TERMSBy agreeing to these Terms of Service, you represent that you are at least the age of majority in your state or province of residence, or that you are the age of majority in your state or province of residence and you have given us your consent to allow any of your minor dependents to use this site.You may not use our products for any illegal or unauthorized purpose nor may you, in the use of the Service, violate any laws in your jurisdiction (including but not limited to copyright laws).You must not transmit any worms or viruses or any code of a destructive nature.A breach or violation of any of the Terms will result in an immediate termination of your Services.SECTION 2 - GENERAL CONDITIONSWe reserve the right to refuse service to anyone for any reason at any time.You understand that your content (not including credit card information), may be transferred unencrypted and involve (a) transmissions over various networks; and (b) changes to conform and adapt to technical requirements of connecting networks or devices. Credit card information is always encrypted during transfer over networks.You agree not to reproduce, duplicate, copy, sell, resell or exploit any portion of the Service, use of the Service, or access to the Service or any contact on the website through which the service is provided, without express written permission by us.The headings used in this agreement are included for convenience only and will not limit or otherwise affect these Terms.SECTION 3 - ACCURACY, COMPLETENESS AND TIMELINESS OF INFORMATIONWe are not responsible if information made available on this site is not accurate, complete or current. The material on this site is provided for general information only and should not be relied upon or used as the sole basis for making decisions without consulting primary, more accurate, more complete or more timely sources of information. Any reliance on the material on this site is at your own risk.This site may contain certain historical information. Historical information, necessarily, is not current and is provided for your reference only. We reserve the right to modify the contents of this site at any time, but we have no obligation to update any information on our site. You agree that it is your responsibility to monitor changes to our site.SECTION 4 - MODIFICATIONS TO THE SERVICE AND PRICESThe prices for our products are subject to change without notice.We reserve the right at any time to modify or discontinue the Service (or any part or content thereof) without notice at any time.We shall not be liable to you or to any third-party for any modification, price change, suspension or discontinuance of the Service.SECTION 5 - PRODUCTS OR SERVICES (if applicable)Certain products or services may be available exclusively online through the website. These products or services may have limited quantities and are subject to return or exchange only according to our Return Policy.We have made every effort to display as accurately as possible the colors and images of our products that appear at the store. We cannot guarantee that your computer monitor\'s display of any color will be accurate.We reserve the right, but are not obligated, to limit the sales of our products or Services to any person, geographic region or jurisdiction. We may exercise this right on a case-by-case basis. We reserve the right to limit the quantities of any products or services that we offer. All descriptions of products or product pricing are subject to change at anytime without notice, at the sole discretion of us. We reserve the right to discontinue any product at any time. Any offer for any product or service made on this site is void where prohibited.We do not warrant that the quality of any products, services, information, or other material purchased or obtained by you will meet your expectations, or that any errors in the Service will be corrected.SECTION 6 - ACCURACY OF BILLING AND ACCOUNT INFORMATIONWe reserve the right to refuse any order you place with us. We may, in our sole discretion, limit or cancel quantities purchased per person, per household or per order. These restrictions may include orders placed by or under the same customer account, the same credit card, and/or orders that use the same billing and/or shipping address. In the event that we make a change to or cancel an order, we may attempt to notify you by contacting the e-mail and/or billing address/phone number provided at the time the order was made. We reserve the right to limit or prohibit orders that, in our sole judgment, appear to be placed by dealers, resellers or distributors.You agree to provide current, complete and accurate purchase and account information for all purchases made at our store. You agree to promptly update your account and other information, including your email address and credit card numbers and expiration dates, so that we can complete your transactions and contact you as needed.For more detail, please review our Returns Policy.SECTION 7 - OPTIONAL TOOLSWe may provide you with access to third-party tools over which we neither monitor nor have any control nor input.You acknowledge and agree that we provide access to such tools â€as isâ€ and â€œas availableâ€ without any warranties, representations or conditions of any kind and without any endorsement. We shall have no liability whatsoever arising from or relating to your use of optional third-party tools.Any use by you of optional tools offered through the site is entirely at your own risk and discretion and you should ensure that you are familiar with and approve of the terms on which tools are provided by the relevant third-party provider(s).We may also, in the future, offer new services and/or features through the website (including, the release of new tools and resources). Such new features and/or services shall also be subject to these Terms of Service.SECTION 8 - THIRD-PARTY LINKSCertain content, products and services available via our Service may include materials from third-parties.Third-party links on this site may direct you to third-party websites that are not affiliated with us. We are not responsible for examining or evaluating the content or accuracy and we do not warrant and will not have any liability or responsibility for any third-party materials or websites, or for any other materials, products, or services of third-parties.We are not liable for any harm or damages related to the purchase or use of goods, services, resources, content, or any other transactions made in connection with any third-party websites. Please review carefully the third-party\'s policies and practices and make sure you understand them before you engage in any transaction. Complaints, claims, concerns, or questions regarding third-party products should be directed to the third-party.SECTION 9 - USER COMMENTS, FEEDBACK AND OTHER SUBMISSIONSIf, at our request, you send certain specific submissions (for example contest entries) or without a request from us you send creative ideas, suggestions, proposals, plans, or other materials, whether online, by email, by postal mail, or otherwise (collectively, \'comments\'), you agree that we may, at any time, without restriction, edit, copy, publish, distribute, translate and otherwise use in any medium any comments that you forward to us. We are and shall be under no obligation (1) to maintain any comments in confidence; (2) to pay compensation for any comments; or (3) to respond to any comments.We may, but have no obligation to, monitor, edit or remove content that we determine in our sole discretion are unlawful, offensive, threatening, libelous, defamatory, pornographic, obscene or otherwise objectionable or violates any partyâ€™s intellectual property or these Terms of Service.You agree that your comments will not violate any right of any third-party, including copyright, trademark, privacy, personality or other personal or proprietary right. You further agree that your comments will not contain libelous or otherwise unlawful, abusive or obscene material, or contain any computer virus or other malware that could in any way affect the operation of the Service or any related website. You may not use a false e-mail address, pretend to be someone other than yourself, or otherwise mislead us or third-parties as to the origin of any comments. You are solely responsible for any comments you make and their accuracy. We take no responsibility and assume no liability for any comments posted by you or any third-party.SECTION 10 - PERSONAL INFORMATIONYour submission of personal information through the store is governed by our Privacy Policy. To view our Privacy Policy.SECTION 11 - ERRORS, INACCURACIES AND OMISSIONSOccasionally there may be information on our site or in the Service that contains typographical errors, inaccuracies or omissions that may relate to product descriptions, pricing, promotions, offers, product shipping charges, transit times and availability. We reserve the right to correct any errors, inaccuracies or omissions, and to change or update information or cancel orders if any information in the Service or on any related website is inaccurate at any time without prior notice (including after you have submitted your order).We undertake no obligation to update, amend or clarify information in the Service or on any related website, including without limitation, pricing information, except as required by law. No specified update or refresh date applied in the Service or on any related website, should be taken to indicate that all information in the Service or on any related website has been modified or updated.SECTION 12 - PROHIBITED USESIn addition to other prohibitions as set forth in the Terms of Service, you are prohibited from using the site or its content: (a) for any unlawful purpose; (b) to solicit others to perform or participate in any unlawful acts; (c) to violate any international, federal, provincial or state regulations, rules, laws, or local ordinances; (d) to infringe upon or violate our intellectual property rights or the intellectual property rights of others; (e) to harass, abuse, insult, harm, defame, slander, disparage, intimidate, or discriminate based on gender, sexual orientation, religion, ethnicity, race, age, national origin, or disability; (f) to submit false or misleading information; (g) to upload or transmit viruses or any other type of malicious code that will or may be used in any way that will affect the functionality or operation of the Service or of any related website, other websites, or the Internet; (h) to collect or track the personal information of others; (i) to spam, phish, pharm, pretext, spider, crawl, or scrape; (j) for any obscene or immoral purpose; or (k) to interfere with or circumvent the security features of the Service or any related website, other websites, or the Internet. We reserve the right to terminate your use of the Service or any related website for violating any of the prohibited uses.SECTION 13 - DISCLAIMER OF WARRANTIES; LIMITATION OF LIABILITYWe do not guarantee, represent or warrant that your use of our service will be uninterrupted, timely, secure or error-free.We do not warrant that the results that may be obtained from the use of the service will be accurate or reliable.You agree that from time to time we may remove the service for indefinite periods of time or cancel the service at any time, without notice to you.You expressly agree that your use of, or inability to use, the service is at your sole risk. The service and all products and services delivered to you through the service are (except as expressly stated by us) provided \'as is\' and \'as available\' for your use, without any representation, warranties or conditions of any kind, either express or implied, including all implied warranties or conditions of merchantability, merchantable quality, fitness for a particular purpose, durability, title, and non-infringement.In no case shall Blackhawk Custom, LLC, our directors, officers, employees, affiliates, agents, contractors, interns, suppliers, service providers or licensors be liable for any injury, loss, claim, or any direct, indirect, incidental, punitive, special, or consequential damages of any kind, including, without limitation lost profits, lost revenue, lost savings, loss of data, replacement costs, or any similar damages, whether based in contract, tort (including negligence), strict liability or otherwise, arising from your use of any of the service or any products procured using the service, or for any other claim related in any way to your use of the service or any product, including, but not limited to, any errors or omissions in any content, or any loss or damage of any kind incurred as a result of the use of the service or any content (or product) posted, transmitted, or otherwise made available via the service, even if advised of their possibility. Because some states or jurisdictions do not allow the exclusion or the limitation of liability for consequential or incidental damages, in such states or jurisdictions, our liability shall be limited to the maximum extent permitted by law.SECTION 14 - INDEMNIFICATIONYou agree to indemnify, defend and hold harmless Blackhawk Custom, LLC and our parent, subsidiaries, affiliates, partners, officers, directors, agents, contractors, licensors, service providers, subcontractors, suppliers, interns and employees, harmless from any claim or demand, including reasonable attorneysâ€™ fees, made by any third-party due to or arising out of your breach of these Terms of Service or the documents they incorporate by reference, or your violation of any law or the rights of a third-party.SECTION 15 - SEVERABILITYIn the event that any provision of these Terms of Service is determined to be unlawful, void or unenforceable, such provision shall nonetheless be enforceable to the fullest extent permitted by applicable law, and the unenforceable portion shall be deemed to be severed from these Terms of Service, such determination shall not affect the validity and enforceability of any other remaining provisions.SECTION 16 - TERMINATIONThe obligations and liabilities of the parties incurred prior to the termination date shall survive the termination of this agreement for all purposes.These Terms of Service are effective unless and until terminated by either you or us. You may terminate these Terms of Service at any time by notifying us that you no longer wish to use our Services, or when you cease using our site.If in our sole judgment you fail, or we suspect that you have failed, to comply with any term or provision of these Terms of Service, we also may terminate this agreement at any time without notice and you will remain liable for all amounts due up to and including the date of termination; and/or accordingly may deny you access to our Services (or any part thereof).SECTION 17 - ENTIRE AGREEMENTThe failure of us to exercise or enforce any right or provision of these Terms of Service shall not constitute a waiver of such right or provision.These Terms of Service and any policies or operating rules posted by us on this site or in respect to The Service constitutes the entire agreement and understanding between you and us and govern your use of the Service, superseding any prior or contemporaneous agreements, communications and proposals, whether oral or written, between you and us (including, but not limited to, any prior versions of the Terms of Service).Any ambiguities in the interpretation of these Terms of Service shall not be construed against the drafting party.SECTION 18 - GOVERNING LAWThese Terms of Service and any separate agreements whereby we provide you Services shall be governed by and construed in accordance with the laws of 825 South Kings Highway, Fort Pierce, FL 34945.SECTION 19 - CHANGES TO TERMS OF SERVICEYou can review the most current version of the Terms of Service at any time at this page.We reserve the right, at our sole discretion, to update, change or replace any part of these Terms of Service by posting updates and changes to our website. It is your responsibility to check our website periodically for changes. Your continued use of or access to our website or the Service following the posting of any changes to these Terms of Service constitutes acceptance of those changes.SECTION 20 - CONTACT INFORMATIONQuestions about the Terms of Service should be sent to us at <a href=\"mailto:admin@blackhawkcustom.com\" target=\"_blank\">admin@blackhawkcustom.com</a></p>','Terms And Conditions','','inherit','closed','closed','','95-revision-v1','','','2018-06-23 02:35:00','2018-06-23 06:35:00','',95,'https://bestcerakoteflorida.com/95-revision-v1/',0,'revision','',0),(169,1,'2018-06-23 02:37:10','2018-06-23 06:37:10','<h2>Terms &amp; Conditions</h2><p>TERMS OF SERVICE-----OVERVIEWThis website is operated by Blackhawk Custom, LLC. Throughout the site, the terms â€œweâ€, â€œusâ€ and â€œourâ€ refer to Blackhawk Custom, LLC. Blackhawk Custom, LLC offers this website, including all information, tools and services available from this site to you, the user, conditioned upon your acceptance of all terms, conditions, policies and notices stated here.By visiting our site and/ or purchasing something from us, you engage in our â€œServiceâ€ and agree to be bound by the following terms and conditions (â€œTerms of Serviceâ€, â€œTermsâ€), including those additional terms, conditions, and policies referenced herein and/or available by hyperlink. These Terms of Service apply to all users of the site, including without limitation users who are browsers, vendors, customers, merchants, and/ or contributors of content.Please read these Terms of Service carefully before accessing or using our website. By accessing or using any part of the site, you agree to be bound by these Terms of Service. If you do not agree to all the terms and conditions of this agreement, then you may not access the website or use any services. If these Terms of Service are considered an offer, acceptance is expressly limited to these Terms of Service.Any new features or tools which are added to the current store shall also be subject to the Terms of Service. You can review the most current version of the Terms of Service at any time on this page. We reserve the right to update, change or replace any part of these Terms of Service by posting updates and/or changes to our website. It is your responsibility to check this page periodically for changes. Your continued use of or access to the website following the posting of any changes constitutes acceptance of those changes.SECTION 1 - ONLINE STORE TERMSBy agreeing to these Terms of Service, you represent that you are at least the age of majority in your state or province of residence, or that you are the age of majority in your state or province of residence and you have given us your consent to allow any of your minor dependents to use this site.You may not use our products for any illegal or unauthorized purpose nor may you, in the use of the Service, violate any laws in your jurisdiction (including but not limited to copyright laws).You must not transmit any worms or viruses or any code of a destructive nature.A breach or violation of any of the Terms will result in an immediate termination of your Services.SECTION 2 - GENERAL CONDITIONSWe reserve the right to refuse service to anyone for any reason at any time.You understand that your content (not including credit card information), may be transferred unencrypted and involve (a) transmissions over various networks; and (b) changes to conform and adapt to technical requirements of connecting networks or devices. Credit card information is always encrypted during transfer over networks.You agree not to reproduce, duplicate, copy, sell, resell or exploit any portion of the Service, use of the Service, or access to the Service or any contact on the website through which the service is provided, without express written permission by us.The headings used in this agreement are included for convenience only and will not limit or otherwise affect these Terms.SECTION 3 - ACCURACY, COMPLETENESS AND TIMELINESS OF INFORMATIONWe are not responsible if information made available on this site is not accurate, complete or current. The material on this site is provided for general information only and should not be relied upon or used as the sole basis for making decisions without consulting primary, more accurate, more complete or more timely sources of information. Any reliance on the material on this site is at your own risk.This site may contain certain historical information. Historical information, necessarily, is not current and is provided for your reference only. We reserve the right to modify the contents of this site at any time, but we have no obligation to update any information on our site. You agree that it is your responsibility to monitor changes to our site.SECTION 4 - MODIFICATIONS TO THE SERVICE AND PRICESThe prices for our products are subject to change without notice.We reserve the right at any time to modify or discontinue the Service (or any part or content thereof) without notice at any time.We shall not be liable to you or to any third-party for any modification, price change, suspension or discontinuance of the Service.SECTION 5 - PRODUCTS OR SERVICES (if applicable)Certain products or services may be available exclusively online through the website. These products or services may have limited quantities and are subject to return or exchange only according to our Return Policy.We have made every effort to display as accurately as possible the colors and images of our products that appear at the store. We cannot guarantee that your computer monitor\'s display of any color will be accurate.We reserve the right, but are not obligated, to limit the sales of our products or Services to any person, geographic region or jurisdiction. We may exercise this right on a case-by-case basis. We reserve the right to limit the quantities of any products or services that we offer. All descriptions of products or product pricing are subject to change at anytime without notice, at the sole discretion of us. We reserve the right to discontinue any product at any time. Any offer for any product or service made on this site is void where prohibited.We do not warrant that the quality of any products, services, information, or other material purchased or obtained by you will meet your expectations, or that any errors in the Service will be corrected.SECTION 6 - ACCURACY OF BILLING AND ACCOUNT INFORMATIONWe reserve the right to refuse any order you place with us. We may, in our sole discretion, limit or cancel quantities purchased per person, per household or per order. These restrictions may include orders placed by or under the same customer account, the same credit card, and/or orders that use the same billing and/or shipping address. In the event that we make a change to or cancel an order, we may attempt to notify you by contacting the e-mail and/or billing address/phone number provided at the time the order was made. We reserve the right to limit or prohibit orders that, in our sole judgment, appear to be placed by dealers, resellers or distributors.You agree to provide current, complete and accurate purchase and account information for all purchases made at our store. You agree to promptly update your account and other information, including your email address and credit card numbers and expiration dates, so that we can complete your transactions and contact you as needed.For more detail, please review our Returns Policy.SECTION 7 - OPTIONAL TOOLSWe may provide you with access to third-party tools over which we neither monitor nor have any control nor input.You acknowledge and agree that we provide access to such tools â€as isâ€ and â€œas availableâ€ without any warranties, representations or conditions of any kind and without any endorsement. We shall have no liability whatsoever arising from or relating to your use of optional third-party tools.Any use by you of optional tools offered through the site is entirely at your own risk and discretion and you should ensure that you are familiar with and approve of the terms on which tools are provided by the relevant third-party provider(s).We may also, in the future, offer new services and/or features through the website (including, the release of new tools and resources). Such new features and/or services shall also be subject to these Terms of Service.SECTION 8 - THIRD-PARTY LINKSCertain content, products and services available via our Service may include materials from third-parties.Third-party links on this site may direct you to third-party websites that are not affiliated with us. We are not responsible for examining or evaluating the content or accuracy and we do not warrant and will not have any liability or responsibility for any third-party materials or websites, or for any other materials, products, or services of third-parties.We are not liable for any harm or damages related to the purchase or use of goods, services, resources, content, or any other transactions made in connection with any third-party websites. Please review carefully the third-party\'s policies and practices and make sure you understand them before you engage in any transaction. Complaints, claims, concerns, or questions regarding third-party products should be directed to the third-party.SECTION 9 - USER COMMENTS, FEEDBACK AND OTHER SUBMISSIONSIf, at our request, you send certain specific submissions (for example contest entries) or without a request from us you send creative ideas, suggestions, proposals, plans, or other materials, whether online, by email, by postal mail, or otherwise (collectively, \'comments\'), you agree that we may, at any time, without restriction, edit, copy, publish, distribute, translate and otherwise use in any medium any comments that you forward to us. We are and shall be under no obligation (1) to maintain any comments in confidence; (2) to pay compensation for any comments; or (3) to respond to any comments.We may, but have no obligation to, monitor, edit or remove content that we determine in our sole discretion are unlawful, offensive, threatening, libelous, defamatory, pornographic, obscene or otherwise objectionable or violates any partyâ€™s intellectual property or these Terms of Service.You agree that your comments will not violate any right of any third-party, including copyright, trademark, privacy, personality or other personal or proprietary right. You further agree that your comments will not contain libelous or otherwise unlawful, abusive or obscene material, or contain any computer virus or other malware that could in any way affect the operation of the Service or any related website. You may not use a false e-mail address, pretend to be someone other than yourself, or otherwise mislead us or third-parties as to the origin of any comments. You are solely responsible for any comments you make and their accuracy. We take no responsibility and assume no liability for any comments posted by you or any third-party.SECTION 10 - PERSONAL INFORMATIONYour submission of personal information through the store is governed by our Privacy Policy. To view our Privacy Policy.SECTION 11 - ERRORS, INACCURACIES AND OMISSIONSOccasionally there may be information on our site or in the Service that contains typographical errors, inaccuracies or omissions that may relate to product descriptions, pricing, promotions, offers, product shipping charges, transit times and availability. We reserve the right to correct any errors, inaccuracies or omissions, and to change or update information or cancel orders if any information in the Service or on any related website is inaccurate at any time without prior notice (including after you have submitted your order).We undertake no obligation to update, amend or clarify information in the Service or on any related website, including without limitation, pricing information, except as required by law. No specified update or refresh date applied in the Service or on any related website, should be taken to indicate that all information in the Service or on any related website has been modified or updated.SECTION 12 - PROHIBITED USESIn addition to other prohibitions as set forth in the Terms of Service, you are prohibited from using the site or its content: (a) for any unlawful purpose; (b) to solicit others to perform or participate in any unlawful acts; (c) to violate any international, federal, provincial or state regulations, rules, laws, or local ordinances; (d) to infringe upon or violate our intellectual property rights or the intellectual property rights of others; (e) to harass, abuse, insult, harm, defame, slander, disparage, intimidate, or discriminate based on gender, sexual orientation, religion, ethnicity, race, age, national origin, or disability; (f) to submit false or misleading information; (g) to upload or transmit viruses or any other type of malicious code that will or may be used in any way that will affect the functionality or operation of the Service or of any related website, other websites, or the Internet; (h) to collect or track the personal information of others; (i) to spam, phish, pharm, pretext, spider, crawl, or scrape; (j) for any obscene or immoral purpose; or (k) to interfere with or circumvent the security features of the Service or any related website, other websites, or the Internet. We reserve the right to terminate your use of the Service or any related website for violating any of the prohibited uses.SECTION 13 - DISCLAIMER OF WARRANTIES; LIMITATION OF LIABILITYWe do not guarantee, represent or warrant that your use of our service will be uninterrupted, timely, secure or error-free.We do not warrant that the results that may be obtained from the use of the service will be accurate or reliable.You agree that from time to time we may remove the service for indefinite periods of time or cancel the service at any time, without notice to you.You expressly agree that your use of, or inability to use, the service is at your sole risk. The service and all products and services delivered to you through the service are (except as expressly stated by us) provided \'as is\' and \'as available\' for your use, without any representation, warranties or conditions of any kind, either express or implied, including all implied warranties or conditions of merchantability, merchantable quality, fitness for a particular purpose, durability, title, and non-infringement.In no case shall Blackhawk Custom, LLC, our directors, officers, employees, affiliates, agents, contractors, interns, suppliers, service providers or licensors be liable for any injury, loss, claim, or any direct, indirect, incidental, punitive, special, or consequential damages of any kind, including, without limitation lost profits, lost revenue, lost savings, loss of data, replacement costs, or any similar damages, whether based in contract, tort (including negligence), strict liability or otherwise, arising from your use of any of the service or any products procured using the service, or for any other claim related in any way to your use of the service or any product, including, but not limited to, any errors or omissions in any content, or any loss or damage of any kind incurred as a result of the use of the service or any content (or product) posted, transmitted, or otherwise made available via the service, even if advised of their possibility. Because some states or jurisdictions do not allow the exclusion or the limitation of liability for consequential or incidental damages, in such states or jurisdictions, our liability shall be limited to the maximum extent permitted by law.SECTION 14 - INDEMNIFICATIONYou agree to indemnify, defend and hold harmless Blackhawk Custom, LLC and our parent, subsidiaries, affiliates, partners, officers, directors, agents, contractors, licensors, service providers, subcontractors, suppliers, interns and employees, harmless from any claim or demand, including reasonable attorneysâ€™ fees, made by any third-party due to or arising out of your breach of these Terms of Service or the documents they incorporate by reference, or your violation of any law or the rights of a third-party.SECTION 15 - SEVERABILITYIn the event that any provision of these Terms of Service is determined to be unlawful, void or unenforceable, such provision shall nonetheless be enforceable to the fullest extent permitted by applicable law, and the unenforceable portion shall be deemed to be severed from these Terms of Service, such determination shall not affect the validity and enforceability of any other remaining provisions.SECTION 16 - TERMINATIONThe obligations and liabilities of the parties incurred prior to the termination date shall survive the termination of this agreement for all purposes.These Terms of Service are effective unless and until terminated by either you or us. You may terminate these Terms of Service at any time by notifying us that you no longer wish to use our Services, or when you cease using our site.If in our sole judgment you fail, or we suspect that you have failed, to comply with any term or provision of these Terms of Service, we also may terminate this agreement at any time without notice and you will remain liable for all amounts due up to and including the date of termination; and/or accordingly may deny you access to our Services (or any part thereof).SECTION 17 - ENTIRE AGREEMENTThe failure of us to exercise or enforce any right or provision of these Terms of Service shall not constitute a waiver of such right or provision.These Terms of Service and any policies or operating rules posted by us on this site or in respect to The Service constitutes the entire agreement and understanding between you and us and govern your use of the Service, superseding any prior or contemporaneous agreements, communications and proposals, whether oral or written, between you and us (including, but not limited to, any prior versions of the Terms of Service).Any ambiguities in the interpretation of these Terms of Service shall not be construed against the drafting party.SECTION 18 - GOVERNING LAWThese Terms of Service and any separate agreements whereby we provide you Services shall be governed by and construed in accordance with the laws of 825 South Kings Highway, Fort Pierce, FL 34945.SECTION 19 - CHANGES TO TERMS OF SERVICEYou can review the most current version of the Terms of Service at any time at this page.We reserve the right, at our sole discretion, to update, change or replace any part of these Terms of Service by posting updates and changes to our website. It is your responsibility to check our website periodically for changes. Your continued use of or access to our website or the Service following the posting of any changes to these Terms of Service constitutes acceptance of those changes.SECTION 20 - CONTACT INFORMATIONQuestions about the Terms of Service should be sent to us at <a href=\"mailto:admin@blackhawkcustom.com\" target=\"_blank\">admin@blackhawkcustom.com</a></p>','Terms And Conditions','','inherit','closed','closed','','95-revision-v1','','','2018-06-23 02:37:10','2018-06-23 06:37:10','',95,'https://bestcerakoteflorida.com/95-revision-v1/',0,'revision','',0),(170,1,'2018-06-23 02:50:21','2018-06-23 06:50:21','<h1 data-css=\"tve-u-16035acf904\"><strong>Privacy</strong></h1><p data-css=\"tve-u-1642b20c920\">Privacy Policy</p><p data-css=\"tve-u-1642b20c920\">What personal information do we collect from the people that visit our blog, website or app?When ordering or registering on our site, as appropriate, you may be asked to enter your name, email address, mailing address, phone number, credit card information or other details to help you with your experience.</p><p data-css=\"tve-u-1642b20c920\">When do we collect information?</p><p data-css=\"tve-u-1642b20c920\">We collect information from you when you register on our site, place an order, subscribe to a newsletter, respond to a survey, fill out a form or enter information on our site.</p><p data-css=\"tve-u-1642b20c920\">How do we use your information?</p><p data-css=\"tve-u-1642b20c920\">We may use the information we collect from you when you register, make a purchase, sign up for our newsletter, respond to a survey or marketing communication, surf the website, or use certain other site features in the following ways:â€¢ To personalize user\'s experience and to allow us to deliver the type of content and product offerings in which you are most interested.â€¢ To improve our website in order to better serve you.â€¢ To allow us to better service you in responding to your customer service requests.â€¢ To administer a contest, promotion, survey or other site feature.â€¢ To quickly process your transactions.â€¢ To send periodic emails regarding your order or other products and services.</p><p data-css=\"tve-u-1642b20c920\">How do we protect visitor information?</p><p data-css=\"tve-u-1642b20c920\">Our website is scanned on a regular basis for security holes and known vulnerabilities in order to make your visit to our site as safe as possible.We use regular Malware Scanning.</p><p data-css=\"tve-u-1642b20c920\">Your personal information is contained behind secured networks and is only accessible by a limited number of persons who have special access rights to such systems, and are required to keep the information confidential. In addition, all sensitive/credit information you supply is encrypted via Secure Socket Layer (SSL) technology.</p><p data-css=\"tve-u-1642b20c920\">We implement a variety of security measures when a user places an order, enters, submits, or accesses their information to maintain the safety of your personal information.</p><p data-css=\"tve-u-1642b20c920\">All transactions are processed through a gateway provider and are not stored or processed on our servers.</p><p data-css=\"tve-u-1642b20c920\">Do we use \'cookies\'?</p><p data-css=\"tve-u-1642b20c920\">Yes. Cookies are small files that a site or its service provider transfers to your computer\'s hard drive through your Web browser (if you allow) that enable the site\'s or service provider\'s systems to recognize your browser and capture and remember certain information. For instance, we use cookies to help us remember and process the items in your shopping cart. They are also used to help us understand your preferences based on previous or current site activity, which enables us to provide you with improved services. We also use cookies to help us compile aggregate data about site traffic and site interaction so that we can offer better site experiences and tools in the future.</p><p data-css=\"tve-u-1642b20c920\">We use cookies to:</p><p data-css=\"tve-u-1642b20c920\">â€¢ Help remember and process the items in the shopping cart.â€¢ Understand and save user\'s preferences for future visits.You can choose to have your computer warn you each time a cookie is being sent, or you can choose to turn off all cookies. You do this through your browser (like Internet Explorer) settings. Each browser is a little different, so look at your browser\'s Help menu to learn the correct way to modify your cookies.If users disable cookies in their browser:If you turn off cookies, some features will be disabled. However, you can still place orders forsaved items in your shopping cart over the telephone by contacting customer service.</p><p data-css=\"tve-u-1642b20c920\">Third Party Disclosure</p><p data-css=\"tve-u-1642b20c920\">We do not sell, trade, or otherwise transfer to outside parties your personally identifiable information.</p><p data-css=\"tve-u-1642b20c920\">Third party links</p><p data-css=\"tve-u-1642b20c920\">Occasionally, at our discretion, we may include or offer third party products or services on our website. These third party sites have separate and independent privacy policies. We therefore have no responsibility or liability for the content and activities of these linked sites. Nonetheless, we seek to protect the integrity of our site and welcome any feedback about these sites.</p><p data-css=\"tve-u-1642b20c920\">Google</p><p data-css=\"tve-u-1642b20c920\">Google\'s advertising requirements can be summed up by Google\'s Advertising Principles. They are put in place to provide a positive experience for users. https://support.google.com/adwordspolicy/answer/1316548?hl=enOpting out:Users can set preferences for how Google advertises to you using the Google Ad Settings page. Alternatively, you can opt out by visiting the Network Advertising initiative opt out page or permanently using the Google Analytics Opt Out Browser add on.California Online Privacy Protection ActCalOPPA is the first state law in the nation to require commercial websites and online services to post a privacy policy. The law\'s reach stretches well beyond California to require a person or company in the United States (and conceivably the world) that operates websites collecting personally identifiable information from California consumers to post a conspicuous privacy policy on its website stating exactly the information being collected and those individuals with whom it is being shared, and to comply with this policy.See more at: http://consumercal.org/california-online-privacy-protection-act-caloppa/#sthash.0FdRbT51.dpufAccording to CalOPPA we agree to the following:Users can visit our site anonymouslyOnce this privacy policy is created, we will add a link to it on our home page, or as a minimum on the first significant page after entering our website.Our Privacy Policy link includes the word \'Privacy\', and can be easily be found on the page specified above.Users will be notified of any privacy policy changes:â€¢ On our Privacy Policy PageUsers are able to change their personal information:â€¢ By emailing usâ€¢ By calling us</p><p data-css=\"tve-u-1642b20c920\">How does our site handle do not track signals?</p><p data-css=\"tve-u-1642b20c920\">We honor do not track signals and do not track, plant cookies, or use advertising when a Do Not Track (DNT) browser mechanism is in place.</p><p data-css=\"tve-u-1642b20c920\">Does our site allow third party behavioral tracking?</p><p data-css=\"tve-u-1642b20c920\">It\'s also important to note that we do not allow third party behavioral trackingCOPPA (Children Online Privacy Protection Act)When it comes to the collection of personal information from children under 13, the Children\'s Online Privacy Protection Act (COPPA) puts parents in control. The Federal Trade Commission, the nation\'s consumer protection agency, enforces the COPPA Rule, which spells out what operators of websites and online services must do to protect children\'s privacy and safety online.</p><p data-css=\"tve-u-1642b20c920\">We do not specifically market to children under 13.</p><p data-css=\"tve-u-1642b20c920\">Fair Information Practices</p><p data-css=\"tve-u-1642b20c920\">The Fair Information Practices Principles form the backbone of privacy law in the United States and the concepts they include have played a significant role in the development of data protection laws around the globe. Understanding the Fair Information Practice Principles and how they should be implemented is critical to comply with the various privacy laws that protect personal information.In order to be in line with Fair Information Practices we will take the following responsive action, should a data breach occur:â€¢ Within 7 business daysWe will notify the users via in site notificationâ€¢ Within 7 business daysWe also agree to the individual redress principle, which requires that individuals have a right to pursue legally enforceable rights against data collectors and processors who fail to adhere to the law. This principle requires not only that individuals have enforceable rights against data users, but also that individuals have recourse to courts or a government agency to investigate and/or prosecute non-compliance by data processors.CAN SPAM ActThe CAN-SPAM Act is a law that sets the rules for commercial email, establishes requirements for commercial messages, gives recipients the right to have emails stopped from being sent to them, and spells out tough penalties for violations.</p><p data-css=\"tve-u-1642b20c920\">We collect your email address in order to:</p><p data-css=\"tve-u-1642b20c920\">â€¢ Send information, respond to inquiries, and/or other requests or questions.â€¢ Process orders and to send information and updates pertaining to ordersâ€¢ Market to our mailing list or continue to send emails to our clients after the original transaction has occurredTo be in accordance with CANSPAM we agree to the following:â€¢ NOT use false, or misleading subjects or email addressesâ€¢ Identify the message as an advertisement in some reasonable wayâ€¢ Include the physical address of our business or site headquartersâ€¢ Monitor third party email marketing services for compliance, if one is used.â€¢ Honor opt-out/unsubscribe requests quicklyâ€¢ Allow users to unsubscribe by using the link at the bottom of each emailIf at any time you would like to unsubscribe from receiving future emails, you can email us atâ€¢ Follow the instructions at the bottom of each email. and we will promptly remove you from ALL correspondence.</p><p data-css=\"tve-u-1642b20c920\">Contacting Us</p><p data-css=\"tve-u-1642b20c920\">If there are any questions regarding this privacy policy you may contact us using the information below.Blackhawk Custom, LLC.825 South Kings HighwayFort Pierce, FL 34945United Stateshttps://www.blackhawkcustom.comConditions of use:</p><p data-css=\"tve-u-1642b20c920\">By using this website, you agree to all of our terms and conditions of the saleAll sales are final (See our refund policy)</p>','Privacy','','inherit','closed','closed','','141-revision-v1','','','2018-06-23 02:50:21','2018-06-23 06:50:21','',141,'https://bestcerakoteflorida.com/141-revision-v1/',0,'revision','',0),(171,1,'2018-06-23 02:51:00','2018-06-23 06:51:00','<h1 data-css=\"tve-u-16035acf904\"><strong>Privacy</strong></h1><p data-css=\"tve-u-1642b20c920\">Privacy Policy</p><p data-css=\"tve-u-1642b20c920\">What personal information do we collect from the people that visit our blog, website or app?When ordering or registering on our site, as appropriate, you may be asked to enter your name, email address, mailing address, phone number, credit card information or other details to help you with your experience.</p><p data-css=\"tve-u-1642b20c920\">When do we collect information?</p><p data-css=\"tve-u-1642b20c920\">We collect information from you when you register on our site, place an order, subscribe to a newsletter, respond to a survey, fill out a form or enter information on our site.</p><p data-css=\"tve-u-1642b20c920\">How do we use your information?</p><p data-css=\"tve-u-1642b20c920\">We may use the information we collect from you when you register, make a purchase, sign up for our newsletter, respond to a survey or marketing communication, surf the website, or use certain other site features in the following ways:â€¢ To personalize user\'s experience and to allow us to deliver the type of content and product offerings in which you are most interested.â€¢ To improve our website in order to better serve you.â€¢ To allow us to better service you in responding to your customer service requests.â€¢ To administer a contest, promotion, survey or other site feature.â€¢ To quickly process your transactions.â€¢ To send periodic emails regarding your order or other products and services.</p><p data-css=\"tve-u-1642b20c920\">How do we protect visitor information?</p><p data-css=\"tve-u-1642b20c920\">Our website is scanned on a regular basis for security holes and known vulnerabilities in order to make your visit to our site as safe as possible.We use regular Malware Scanning.</p><p data-css=\"tve-u-1642b20c920\">Your personal information is contained behind secured networks and is only accessible by a limited number of persons who have special access rights to such systems, and are required to keep the information confidential. In addition, all sensitive/credit information you supply is encrypted via Secure Socket Layer (SSL) technology.</p><p data-css=\"tve-u-1642b20c920\">We implement a variety of security measures when a user places an order, enters, submits, or accesses their information to maintain the safety of your personal information.</p><p data-css=\"tve-u-1642b20c920\">All transactions are processed through a gateway provider and are not stored or processed on our servers.</p><p data-css=\"tve-u-1642b20c920\">Do we use \'cookies\'?</p><p data-css=\"tve-u-1642b20c920\">Yes. Cookies are small files that a site or its service provider transfers to your computer\'s hard drive through your Web browser (if you allow) that enable the site\'s or service provider\'s systems to recognize your browser and capture and remember certain information. For instance, we use cookies to help us remember and process the items in your shopping cart. They are also used to help us understand your preferences based on previous or current site activity, which enables us to provide you with improved services. We also use cookies to help us compile aggregate data about site traffic and site interaction so that we can offer better site experiences and tools in the future.</p><p data-css=\"tve-u-1642b20c920\">We use cookies to:</p><p data-css=\"tve-u-1642b20c920\">â€¢ Help remember and process the items in the shopping cart.â€¢ Understand and save user\'s preferences for future visits.You can choose to have your computer warn you each time a cookie is being sent, or you can choose to turn off all cookies. You do this through your browser (like Internet Explorer) settings. Each browser is a little different, so look at your browser\'s Help menu to learn the correct way to modify your cookies.If users disable cookies in their browser:If you turn off cookies, some features will be disabled. However, you can still place orders forsaved items in your shopping cart over the telephone by contacting customer service.</p><p data-css=\"tve-u-1642b20c920\">Third Party Disclosure</p><p data-css=\"tve-u-1642b20c920\">We do not sell, trade, or otherwise transfer to outside parties your personally identifiable information.</p><p data-css=\"tve-u-1642b20c920\">Third party links</p><p data-css=\"tve-u-1642b20c920\">Occasionally, at our discretion, we may include or offer third party products or services on our website. These third party sites have separate and independent privacy policies. We therefore have no responsibility or liability for the content and activities of these linked sites. Nonetheless, we seek to protect the integrity of our site and welcome any feedback about these sites.</p><p data-css=\"tve-u-1642b20c920\">Google</p><p data-css=\"tve-u-1642b20c920\">Google\'s advertising requirements can be summed up by Google\'s Advertising Principles. They are put in place to provide a positive experience for users. https://support.google.com/adwordspolicy/answer/1316548?hl=enOpting out:Users can set preferences for how Google advertises to you using the Google Ad Settings page. Alternatively, you can opt out by visiting the Network Advertising initiative opt out page or permanently using the Google Analytics Opt Out Browser add on.California Online Privacy Protection ActCalOPPA is the first state law in the nation to require commercial websites and online services to post a privacy policy. The law\'s reach stretches well beyond California to require a person or company in the United States (and conceivably the world) that operates websites collecting personally identifiable information from California consumers to post a conspicuous privacy policy on its website stating exactly the information being collected and those individuals with whom it is being shared, and to comply with this policy.See more at: http://consumercal.org/california-online-privacy-protection-act-caloppa/#sthash.0FdRbT51.dpufAccording to CalOPPA we agree to the following:Users can visit our site anonymouslyOnce this privacy policy is created, we will add a link to it on our home page, or as a minimum on the first significant page after entering our website.Our Privacy Policy link includes the word \'Privacy\', and can be easily be found on the page specified above.Users will be notified of any privacy policy changes:â€¢ On our Privacy Policy PageUsers are able to change their personal information:â€¢ By emailing usâ€¢ By calling us</p><p data-css=\"tve-u-1642b20c920\">How does our site handle do not track signals?</p><p data-css=\"tve-u-1642b20c920\">We honor do not track signals and do not track, plant cookies, or use advertising when a Do Not Track (DNT) browser mechanism is in place.</p><p data-css=\"tve-u-1642b20c920\">Does our site allow third party behavioral tracking?</p><p data-css=\"tve-u-1642b20c920\">It\'s also important to note that we do not allow third party behavioral trackingCOPPA (Children Online Privacy Protection Act)When it comes to the collection of personal information from children under 13, the Children\'s Online Privacy Protection Act (COPPA) puts parents in control. The Federal Trade Commission, the nation\'s consumer protection agency, enforces the COPPA Rule, which spells out what operators of websites and online services must do to protect children\'s privacy and safety online.</p><p data-css=\"tve-u-1642b20c920\">We do not specifically market to children under 13.</p><p data-css=\"tve-u-1642b20c920\">Fair Information Practices</p><p data-css=\"tve-u-1642b20c920\">The Fair Information Practices Principles form the backbone of privacy law in the United States and the concepts they include have played a significant role in the development of data protection laws around the globe. Understanding the Fair Information Practice Principles and how they should be implemented is critical to comply with the various privacy laws that protect personal information.In order to be in line with Fair Information Practices we will take the following responsive action, should a data breach occur:â€¢ Within 7 business daysWe will notify the users via in site notificationâ€¢ Within 7 business daysWe also agree to the individual redress principle, which requires that individuals have a right to pursue legally enforceable rights against data collectors and processors who fail to adhere to the law. This principle requires not only that individuals have enforceable rights against data users, but also that individuals have recourse to courts or a government agency to investigate and/or prosecute non-compliance by data processors.CAN SPAM ActThe CAN-SPAM Act is a law that sets the rules for commercial email, establishes requirements for commercial messages, gives recipients the right to have emails stopped from being sent to them, and spells out tough penalties for violations.</p><p data-css=\"tve-u-1642b20c920\">We collect your email address in order to:</p><p data-css=\"tve-u-1642b20c920\">â€¢ Send information, respond to inquiries, and/or other requests or questions.â€¢ Process orders and to send information and updates pertaining to ordersâ€¢ Market to our mailing list or continue to send emails to our clients after the original transaction has occurredTo be in accordance with CANSPAM we agree to the following:â€¢ NOT use false, or misleading subjects or email addressesâ€¢ Identify the message as an advertisement in some reasonable wayâ€¢ Include the physical address of our business or site headquartersâ€¢ Monitor third party email marketing services for compliance, if one is used.â€¢ Honor opt-out/unsubscribe requests quicklyâ€¢ Allow users to unsubscribe by using the link at the bottom of each emailIf at any time you would like to unsubscribe from receiving future emails, you can email us atâ€¢ Follow the instructions at the bottom of each email. and we will promptly remove you from ALL correspondence.</p><p data-css=\"tve-u-1642b20c920\">Contacting Us</p><p data-css=\"tve-u-1642b20c920\">If there are any questions regarding this privacy policy you may contact us using the information below.Blackhawk Custom, LLC.825 South Kings HighwayFort Pierce, FL 34945United Stateshttps://www.blackhawkcustom.comConditions of use:</p><p data-css=\"tve-u-1642b20c920\">By using this website, you agree to all of our terms and conditions of the saleAll sales are final (See our refund policy)</p>','Privacy','','inherit','closed','closed','','141-revision-v1','','','2018-06-23 02:51:00','2018-06-23 06:51:00','',141,'https://bestcerakoteflorida.com/141-revision-v1/',0,'revision','',0),(172,1,'2018-06-23 02:52:36','2018-06-23 06:52:36','<h2>Terms &amp; Conditions</h2><p>TERMS OF SERVICE-----OVERVIEWThis website is operated by Blackhawk Custom, LLC. Throughout the site, the terms â€œweâ€, â€œusâ€ and â€œourâ€ refer to Blackhawk Custom, LLC. Blackhawk Custom, LLC offers this website, including all information, tools and services available from this site to you, the user, conditioned upon your acceptance of all terms, conditions, policies and notices stated here.By visiting our site and/ or purchasing something from us, you engage in our â€œServiceâ€ and agree to be bound by the following terms and conditions (â€œTerms of Serviceâ€, â€œTermsâ€), including those additional terms, conditions, and policies referenced herein and/or available by hyperlink. These Terms of Service apply to all users of the site, including without limitation users who are browsers, vendors, customers, merchants, and/ or contributors of content.Please read these Terms of Service carefully before accessing or using our website. By accessing or using any part of the site, you agree to be bound by these Terms of Service. If you do not agree to all the terms and conditions of this agreement, then you may not access the website or use any services. If these Terms of Service are considered an offer, acceptance is expressly limited to these Terms of Service.Any new features or tools which are added to the current store shall also be subject to the Terms of Service. You can review the most current version of the Terms of Service at any time on this page. We reserve the right to update, change or replace any part of these Terms of Service by posting updates and/or changes to our website. It is your responsibility to check this page periodically for changes. Your continued use of or access to the website following the posting of any changes constitutes acceptance of those changes.SECTION 1 - ONLINE STORE TERMSBy agreeing to these Terms of Service, you represent that you are at least the age of majority in your state or province of residence, or that you are the age of majority in your state or province of residence and you have given us your consent to allow any of your minor dependents to use this site.You may not use our products for any illegal or unauthorized purpose nor may you, in the use of the Service, violate any laws in your jurisdiction (including but not limited to copyright laws).You must not transmit any worms or viruses or any code of a destructive nature.A breach or violation of any of the Terms will result in an immediate termination of your Services.SECTION 2 - GENERAL CONDITIONSWe reserve the right to refuse service to anyone for any reason at any time.You understand that your content (not including credit card information), may be transferred unencrypted and involve (a) transmissions over various networks; and (b) changes to conform and adapt to technical requirements of connecting networks or devices. Credit card information is always encrypted during transfer over networks.You agree not to reproduce, duplicate, copy, sell, resell or exploit any portion of the Service, use of the Service, or access to the Service or any contact on the website through which the service is provided, without express written permission by us.The headings used in this agreement are included for convenience only and will not limit or otherwise affect these Terms.SECTION 3 - ACCURACY, COMPLETENESS AND TIMELINESS OF INFORMATIONWe are not responsible if information made available on this site is not accurate, complete or current. The material on this site is provided for general information only and should not be relied upon or used as the sole basis for making decisions without consulting primary, more accurate, more complete or more timely sources of information. Any reliance on the material on this site is at your own risk.This site may contain certain historical information. Historical information, necessarily, is not current and is provided for your reference only. We reserve the right to modify the contents of this site at any time, but we have no obligation to update any information on our site. You agree that it is your responsibility to monitor changes to our site.SECTION 4 - MODIFICATIONS TO THE SERVICE AND PRICESThe prices for our products are subject to change without notice.We reserve the right at any time to modify or discontinue the Service (or any part or content thereof) without notice at any time.We shall not be liable to you or to any third-party for any modification, price change, suspension or discontinuance of the Service.SECTION 5 - PRODUCTS OR SERVICES (if applicable)Certain products or services may be available exclusively online through the website. These products or services may have limited quantities and are subject to return or exchange only according to our Return Policy.We have made every effort to display as accurately as possible the colors and images of our products that appear at the store. We cannot guarantee that your computer monitor\'s display of any color will be accurate.We reserve the right, but are not obligated, to limit the sales of our products or Services to any person, geographic region or jurisdiction. We may exercise this right on a case-by-case basis. We reserve the right to limit the quantities of any products or services that we offer. All descriptions of products or product pricing are subject to change at anytime without notice, at the sole discretion of us. We reserve the right to discontinue any product at any time. Any offer for any product or service made on this site is void where prohibited.We do not warrant that the quality of any products, services, information, or other material purchased or obtained by you will meet your expectations, or that any errors in the Service will be corrected.SECTION 6 - ACCURACY OF BILLING AND ACCOUNT INFORMATIONWe reserve the right to refuse any order you place with us. We may, in our sole discretion, limit or cancel quantities purchased per person, per household or per order. These restrictions may include orders placed by or under the same customer account, the same credit card, and/or orders that use the same billing and/or shipping address. In the event that we make a change to or cancel an order, we may attempt to notify you by contacting the e-mail and/or billing address/phone number provided at the time the order was made. We reserve the right to limit or prohibit orders that, in our sole judgment, appear to be placed by dealers, resellers or distributors.You agree to provide current, complete and accurate purchase and account information for all purchases made at our store. You agree to promptly update your account and other information, including your email address and credit card numbers and expiration dates, so that we can complete your transactions and contact you as needed.For more detail, please review our Returns Policy.SECTION 7 - OPTIONAL TOOLSWe may provide you with access to third-party tools over which we neither monitor nor have any control nor input.You acknowledge and agree that we provide access to such tools â€as isâ€ and â€œas availableâ€ without any warranties, representations or conditions of any kind and without any endorsement. We shall have no liability whatsoever arising from or relating to your use of optional third-party tools.Any use by you of optional tools offered through the site is entirely at your own risk and discretion and you should ensure that you are familiar with and approve of the terms on which tools are provided by the relevant third-party provider(s).We may also, in the future, offer new services and/or features through the website (including, the release of new tools and resources). Such new features and/or services shall also be subject to these Terms of Service.SECTION 8 - THIRD-PARTY LINKSCertain content, products and services available via our Service may include materials from third-parties.Third-party links on this site may direct you to third-party websites that are not affiliated with us. We are not responsible for examining or evaluating the content or accuracy and we do not warrant and will not have any liability or responsibility for any third-party materials or websites, or for any other materials, products, or services of third-parties.We are not liable for any harm or damages related to the purchase or use of goods, services, resources, content, or any other transactions made in connection with any third-party websites. Please review carefully the third-party\'s policies and practices and make sure you understand them before you engage in any transaction. Complaints, claims, concerns, or questions regarding third-party products should be directed to the third-party.SECTION 9 - USER COMMENTS, FEEDBACK AND OTHER SUBMISSIONSIf, at our request, you send certain specific submissions (for example contest entries) or without a request from us you send creative ideas, suggestions, proposals, plans, or other materials, whether online, by email, by postal mail, or otherwise (collectively, \'comments\'), you agree that we may, at any time, without restriction, edit, copy, publish, distribute, translate and otherwise use in any medium any comments that you forward to us. We are and shall be under no obligation (1) to maintain any comments in confidence; (2) to pay compensation for any comments; or (3) to respond to any comments.We may, but have no obligation to, monitor, edit or remove content that we determine in our sole discretion are unlawful, offensive, threatening, libelous, defamatory, pornographic, obscene or otherwise objectionable or violates any partyâ€™s intellectual property or these Terms of Service.You agree that your comments will not violate any right of any third-party, including copyright, trademark, privacy, personality or other personal or proprietary right. You further agree that your comments will not contain libelous or otherwise unlawful, abusive or obscene material, or contain any computer virus or other malware that could in any way affect the operation of the Service or any related website. You may not use a false e-mail address, pretend to be someone other than yourself, or otherwise mislead us or third-parties as to the origin of any comments. You are solely responsible for any comments you make and their accuracy. We take no responsibility and assume no liability for any comments posted by you or any third-party.SECTION 10 - PERSONAL INFORMATIONYour submission of personal information through the store is governed by our Privacy Policy. To view our Privacy Policy.SECTION 11 - ERRORS, INACCURACIES AND OMISSIONSOccasionally there may be information on our site or in the Service that contains typographical errors, inaccuracies or omissions that may relate to product descriptions, pricing, promotions, offers, product shipping charges, transit times and availability. We reserve the right to correct any errors, inaccuracies or omissions, and to change or update information or cancel orders if any information in the Service or on any related website is inaccurate at any time without prior notice (including after you have submitted your order).We undertake no obligation to update, amend or clarify information in the Service or on any related website, including without limitation, pricing information, except as required by law. No specified update or refresh date applied in the Service or on any related website, should be taken to indicate that all information in the Service or on any related website has been modified or updated.SECTION 12 - PROHIBITED USESIn addition to other prohibitions as set forth in the Terms of Service, you are prohibited from using the site or its content: (a) for any unlawful purpose; (b) to solicit others to perform or participate in any unlawful acts; (c) to violate any international, federal, provincial or state regulations, rules, laws, or local ordinances; (d) to infringe upon or violate our intellectual property rights or the intellectual property rights of others; (e) to harass, abuse, insult, harm, defame, slander, disparage, intimidate, or discriminate based on gender, sexual orientation, religion, ethnicity, race, age, national origin, or disability; (f) to submit false or misleading information; (g) to upload or transmit viruses or any other type of malicious code that will or may be used in any way that will affect the functionality or operation of the Service or of any related website, other websites, or the Internet; (h) to collect or track the personal information of others; (i) to spam, phish, pharm, pretext, spider, crawl, or scrape; (j) for any obscene or immoral purpose; or (k) to interfere with or circumvent the security features of the Service or any related website, other websites, or the Internet. We reserve the right to terminate your use of the Service or any related website for violating any of the prohibited uses.SECTION 13 - DISCLAIMER OF WARRANTIES; LIMITATION OF LIABILITYWe do not guarantee, represent or warrant that your use of our service will be uninterrupted, timely, secure or error-free.We do not warrant that the results that may be obtained from the use of the service will be accurate or reliable.You agree that from time to time we may remove the service for indefinite periods of time or cancel the service at any time, without notice to you.You expressly agree that your use of, or inability to use, the service is at your sole risk. The service and all products and services delivered to you through the service are (except as expressly stated by us) provided \'as is\' and \'as available\' for your use, without any representation, warranties or conditions of any kind, either express or implied, including all implied warranties or conditions of merchantability, merchantable quality, fitness for a particular purpose, durability, title, and non-infringement.In no case shall Blackhawk Custom, LLC, our directors, officers, employees, affiliates, agents, contractors, interns, suppliers, service providers or licensors be liable for any injury, loss, claim, or any direct, indirect, incidental, punitive, special, or consequential damages of any kind, including, without limitation lost profits, lost revenue, lost savings, loss of data, replacement costs, or any similar damages, whether based in contract, tort (including negligence), strict liability or otherwise, arising from your use of any of the service or any products procured using the service, or for any other claim related in any way to your use of the service or any product, including, but not limited to, any errors or omissions in any content, or any loss or damage of any kind incurred as a result of the use of the service or any content (or product) posted, transmitted, or otherwise made available via the service, even if advised of their possibility. Because some states or jurisdictions do not allow the exclusion or the limitation of liability for consequential or incidental damages, in such states or jurisdictions, our liability shall be limited to the maximum extent permitted by law.SECTION 14 - INDEMNIFICATIONYou agree to indemnify, defend and hold harmless Blackhawk Custom, LLC and our parent, subsidiaries, affiliates, partners, officers, directors, agents, contractors, licensors, service providers, subcontractors, suppliers, interns and employees, harmless from any claim or demand, including reasonable attorneysâ€™ fees, made by any third-party due to or arising out of your breach of these Terms of Service or the documents they incorporate by reference, or your violation of any law or the rights of a third-party.SECTION 15 - SEVERABILITYIn the event that any provision of these Terms of Service is determined to be unlawful, void or unenforceable, such provision shall nonetheless be enforceable to the fullest extent permitted by applicable law, and the unenforceable portion shall be deemed to be severed from these Terms of Service, such determination shall not affect the validity and enforceability of any other remaining provisions.SECTION 16 - TERMINATIONThe obligations and liabilities of the parties incurred prior to the termination date shall survive the termination of this agreement for all purposes.These Terms of Service are effective unless and until terminated by either you or us. You may terminate these Terms of Service at any time by notifying us that you no longer wish to use our Services, or when you cease using our site.If in our sole judgment you fail, or we suspect that you have failed, to comply with any term or provision of these Terms of Service, we also may terminate this agreement at any time without notice and you will remain liable for all amounts due up to and including the date of termination; and/or accordingly may deny you access to our Services (or any part thereof).SECTION 17 - ENTIRE AGREEMENTThe failure of us to exercise or enforce any right or provision of these Terms of Service shall not constitute a waiver of such right or provision.These Terms of Service and any policies or operating rules posted by us on this site or in respect to The Service constitutes the entire agreement and understanding between you and us and govern your use of the Service, superseding any prior or contemporaneous agreements, communications and proposals, whether oral or written, between you and us (including, but not limited to, any prior versions of the Terms of Service).Any ambiguities in the interpretation of these Terms of Service shall not be construed against the drafting party.SECTION 18 - GOVERNING LAWThese Terms of Service and any separate agreements whereby we provide you Services shall be governed by and construed in accordance with the laws of 825 South Kings Highway, Fort Pierce, FL 34945.SECTION 19 - CHANGES TO TERMS OF SERVICEYou can review the most current version of the Terms of Service at any time at this page.We reserve the right, at our sole discretion, to update, change or replace any part of these Terms of Service by posting updates and changes to our website. It is your responsibility to check our website periodically for changes. Your continued use of or access to our website or the Service following the posting of any changes to these Terms of Service constitutes acceptance of those changes.SECTION 20 - CONTACT INFORMATIONQuestions about the Terms of Service should be sent to us at <a href=\"mailto:admin@blackhawkcustom.com\" target=\"_blank\">admin@blackhawkcustom.com</a></p>','Terms And Conditions','','inherit','closed','closed','','95-revision-v1','','','2018-06-23 02:52:36','2018-06-23 06:52:36','',95,'https://bestcerakoteflorida.com/95-revision-v1/',0,'revision','',0),(173,1,'2018-06-23 02:54:12','2018-06-23 06:54:12','<h1 data-css=\"tve-u-16035acf904\"><strong>Privacy</strong></h1><p data-css=\"tve-u-1642b20c920\">Privacy Policy</p><p data-css=\"tve-u-1642b20c920\">What personal information do we collect from the people that visit our blog, website or app?When ordering or registering on our site, as appropriate, you may be asked to enter your name, email address, mailing address, phone number, credit card information or other details to help you with your experience.</p><p data-css=\"tve-u-1642b20c920\">When do we collect information?</p><p data-css=\"tve-u-1642b20c920\">We collect information from you when you register on our site, place an order, subscribe to a newsletter, respond to a survey, fill out a form or enter information on our site.</p><p data-css=\"tve-u-1642b20c920\">How do we use your information?</p><p data-css=\"tve-u-1642b20c920\">We may use the information we collect from you when you register, make a purchase, sign up for our newsletter, respond to a survey or marketing communication, surf the website, or use certain other site features in the following ways:â€¢ To personalize user\'s experience and to allow us to deliver the type of content and product offerings in which you are most interested.â€¢ To improve our website in order to better serve you.â€¢ To allow us to better service you in responding to your customer service requests.â€¢ To administer a contest, promotion, survey or other site feature.â€¢ To quickly process your transactions.â€¢ To send periodic emails regarding your order or other products and services.</p><p data-css=\"tve-u-1642b20c920\">How do we protect visitor information?</p><p data-css=\"tve-u-1642b20c920\">Our website is scanned on a regular basis for security holes and known vulnerabilities in order to make your visit to our site as safe as possible.We use regular Malware Scanning.</p><p data-css=\"tve-u-1642b20c920\">Your personal information is contained behind secured networks and is only accessible by a limited number of persons who have special access rights to such systems, and are required to keep the information confidential. In addition, all sensitive/credit information you supply is encrypted via Secure Socket Layer (SSL) technology.</p><p data-css=\"tve-u-1642b20c920\">We implement a variety of security measures when a user places an order, enters, submits, or accesses their information to maintain the safety of your personal information.</p><p data-css=\"tve-u-1642b20c920\">All transactions are processed through a gateway provider and are not stored or processed on our servers.</p><p data-css=\"tve-u-1642b20c920\">Do we use \'cookies\'?</p><p data-css=\"tve-u-1642b20c920\">Yes. Cookies are small files that a site or its service provider transfers to your computer\'s hard drive through your Web browser (if you allow) that enable the site\'s or service provider\'s systems to recognize your browser and capture and remember certain information. For instance, we use cookies to help us remember and process the items in your shopping cart. They are also used to help us understand your preferences based on previous or current site activity, which enables us to provide you with improved services. We also use cookies to help us compile aggregate data about site traffic and site interaction so that we can offer better site experiences and tools in the future.</p><p data-css=\"tve-u-1642b20c920\">We use cookies to:</p><p data-css=\"tve-u-1642b20c920\">â€¢ Help remember and process the items in the shopping cart.â€¢ Understand and save user\'s preferences for future visits.You can choose to have your computer warn you each time a cookie is being sent, or you can choose to turn off all cookies. You do this through your browser (like Internet Explorer) settings. Each browser is a little different, so look at your browser\'s Help menu to learn the correct way to modify your cookies.If users disable cookies in their browser:If you turn off cookies, some features will be disabled. However, you can still place orders forsaved items in your shopping cart over the telephone by contacting customer service.</p><p data-css=\"tve-u-1642b20c920\">Third Party Disclosure</p><p data-css=\"tve-u-1642b20c920\">We do not sell, trade, or otherwise transfer to outside parties your personally identifiable information.</p><p data-css=\"tve-u-1642b20c920\">Third party links</p><p data-css=\"tve-u-1642b20c920\">Occasionally, at our discretion, we may include or offer third party products or services on our website. These third party sites have separate and independent privacy policies. We therefore have no responsibility or liability for the content and activities of these linked sites. Nonetheless, we seek to protect the integrity of our site and welcome any feedback about these sites.</p><p data-css=\"tve-u-1642b20c920\">Google</p><p data-css=\"tve-u-1642b20c920\">Google\'s advertising requirements can be summed up by Google\'s Advertising Principles. They are put in place to provide a positive experience for users. https://support.google.com/adwordspolicy/answer/1316548?hl=enOpting out:Users can set preferences for how Google advertises to you using the Google Ad Settings page. Alternatively, you can opt out by visiting the Network Advertising initiative opt out page or permanently using the Google Analytics Opt Out Browser add on.California Online Privacy Protection ActCalOPPA is the first state law in the nation to require commercial websites and online services to post a privacy policy. The law\'s reach stretches well beyond California to require a person or company in the United States (and conceivably the world) that operates websites collecting personally identifiable information from California consumers to post a conspicuous privacy policy on its website stating exactly the information being collected and those individuals with whom it is being shared, and to comply with this policy.See more at: http://consumercal.org/california-online-privacy-protection-act-caloppa/#sthash.0FdRbT51.dpufAccording to CalOPPA we agree to the following:Users can visit our site anonymouslyOnce this privacy policy is created, we will add a link to it on our home page, or as a minimum on the first significant page after entering our website.Our Privacy Policy link includes the word \'Privacy\', and can be easily be found on the page specified above.Users will be notified of any privacy policy changes:â€¢ On our Privacy Policy PageUsers are able to change their personal information:â€¢ By emailing usâ€¢ By calling us</p><p data-css=\"tve-u-1642b20c920\">How does our site handle do not track signals?</p><p data-css=\"tve-u-1642b20c920\">We honor do not track signals and do not track, plant cookies, or use advertising when a Do Not Track (DNT) browser mechanism is in place.</p><p data-css=\"tve-u-1642b20c920\">Does our site allow third party behavioral tracking?</p><p data-css=\"tve-u-1642b20c920\">It\'s also important to note that we do not allow third party behavioral trackingCOPPA (Children Online Privacy Protection Act)When it comes to the collection of personal information from children under 13, the Children\'s Online Privacy Protection Act (COPPA) puts parents in control. The Federal Trade Commission, the nation\'s consumer protection agency, enforces the COPPA Rule, which spells out what operators of websites and online services must do to protect children\'s privacy and safety online.</p><p data-css=\"tve-u-1642b20c920\">We do not specifically market to children under 13.</p><p data-css=\"tve-u-1642b20c920\">Fair Information Practices</p><p data-css=\"tve-u-1642b20c920\">The Fair Information Practices Principles form the backbone of privacy law in the United States and the concepts they include have played a significant role in the development of data protection laws around the globe. Understanding the Fair Information Practice Principles and how they should be implemented is critical to comply with the various privacy laws that protect personal information.In order to be in line with Fair Information Practices we will take the following responsive action, should a data breach occur:â€¢ Within 7 business daysWe will notify the users via in site notificationâ€¢ Within 7 business daysWe also agree to the individual redress principle, which requires that individuals have a right to pursue legally enforceable rights against data collectors and processors who fail to adhere to the law. This principle requires not only that individuals have enforceable rights against data users, but also that individuals have recourse to courts or a government agency to investigate and/or prosecute non-compliance by data processors.CAN SPAM ActThe CAN-SPAM Act is a law that sets the rules for commercial email, establishes requirements for commercial messages, gives recipients the right to have emails stopped from being sent to them, and spells out tough penalties for violations.</p><p data-css=\"tve-u-1642b20c920\">We collect your email address in order to:</p><p data-css=\"tve-u-1642b20c920\">â€¢ Send information, respond to inquiries, and/or other requests or questions.â€¢ Process orders and to send information and updates pertaining to ordersâ€¢ Market to our mailing list or continue to send emails to our clients after the original transaction has occurredTo be in accordance with CANSPAM we agree to the following:â€¢ NOT use false, or misleading subjects or email addressesâ€¢ Identify the message as an advertisement in some reasonable wayâ€¢ Include the physical address of our business or site headquartersâ€¢ Monitor third party email marketing services for compliance, if one is used.â€¢ Honor opt-out/unsubscribe requests quicklyâ€¢ Allow users to unsubscribe by using the link at the bottom of each emailIf at any time you would like to unsubscribe from receiving future emails, you can email us atâ€¢ Follow the instructions at the bottom of each email. and we will promptly remove you from ALL correspondence.</p><p data-css=\"tve-u-1642b20c920\">Contacting Us</p><p data-css=\"tve-u-1642b20c920\">If there are any questions regarding this privacy policy you may contact us using the information below.Blackhawk Custom, LLC.825 South Kings HighwayFort Pierce, FL 34945United Stateshttps://www.blackhawkcustom.comConditions of use:</p><p data-css=\"tve-u-1642b20c920\">By using this website, you agree to all of our terms and conditions of the saleAll sales are final (See our refund policy)</p>','Privacy','','inherit','closed','closed','','141-revision-v1','','','2018-06-23 02:54:12','2018-06-23 06:54:12','',141,'https://bestcerakoteflorida.com/141-revision-v1/',0,'revision','',0),(174,1,'2018-06-23 02:54:38','2018-06-23 06:54:38','<h1 data-css=\"tve-u-16035acf904\"><strong>Privacy</strong></h1><p data-css=\"tve-u-1642b20c920\">Privacy Policy</p><p data-css=\"tve-u-1642b20c920\">What personal information do we collect from the people that visit our blog, website or app?When ordering or registering on our site, as appropriate, you may be asked to enter your name, email address, mailing address, phone number, credit card information or other details to help you with your experience.</p><p data-css=\"tve-u-1642b20c920\">When do we collect information?</p><p data-css=\"tve-u-1642b20c920\">We collect information from you when you register on our site, place an order, subscribe to a newsletter, respond to a survey, fill out a form or enter information on our site.</p><p data-css=\"tve-u-1642b20c920\">How do we use your information?</p><p data-css=\"tve-u-1642b20c920\">We may use the information we collect from you when you register, make a purchase, sign up for our newsletter, respond to a survey or marketing communication, surf the website, or use certain other site features in the following ways:â€¢ To personalize user\'s experience and to allow us to deliver the type of content and product offerings in which you are most interested.â€¢ To improve our website in order to better serve you.â€¢ To allow us to better service you in responding to your customer service requests.â€¢ To administer a contest, promotion, survey or other site feature.â€¢ To quickly process your transactions.â€¢ To send periodic emails regarding your order or other products and services.</p><p data-css=\"tve-u-1642b20c920\">How do we protect visitor information?</p><p data-css=\"tve-u-1642b20c920\">Our website is scanned on a regular basis for security holes and known vulnerabilities in order to make your visit to our site as safe as possible.We use regular Malware Scanning.</p><p data-css=\"tve-u-1642b20c920\">Your personal information is contained behind secured networks and is only accessible by a limited number of persons who have special access rights to such systems, and are required to keep the information confidential. In addition, all sensitive/credit information you supply is encrypted via Secure Socket Layer (SSL) technology.</p><p data-css=\"tve-u-1642b20c920\">We implement a variety of security measures when a user places an order, enters, submits, or accesses their information to maintain the safety of your personal information.</p><p data-css=\"tve-u-1642b20c920\">All transactions are processed through a gateway provider and are not stored or processed on our servers.</p><p data-css=\"tve-u-1642b20c920\">Do we use \'cookies\'?</p><p data-css=\"tve-u-1642b20c920\">Yes. Cookies are small files that a site or its service provider transfers to your computer\'s hard drive through your Web browser (if you allow) that enable the site\'s or service provider\'s systems to recognize your browser and capture and remember certain information. For instance, we use cookies to help us remember and process the items in your shopping cart. They are also used to help us understand your preferences based on previous or current site activity, which enables us to provide you with improved services. We also use cookies to help us compile aggregate data about site traffic and site interaction so that we can offer better site experiences and tools in the future.</p><p data-css=\"tve-u-1642b20c920\">We use cookies to:</p><p data-css=\"tve-u-1642b20c920\">â€¢ Help remember and process the items in the shopping cart.â€¢ Understand and save user\'s preferences for future visits.You can choose to have your computer warn you each time a cookie is being sent, or you can choose to turn off all cookies. You do this through your browser (like Internet Explorer) settings. Each browser is a little different, so look at your browser\'s Help menu to learn the correct way to modify your cookies.If users disable cookies in their browser:If you turn off cookies, some features will be disabled. However, you can still place orders forsaved items in your shopping cart over the telephone by contacting customer service.</p><p data-css=\"tve-u-1642b20c920\">Third Party Disclosure</p><p data-css=\"tve-u-1642b20c920\">We do not sell, trade, or otherwise transfer to outside parties your personally identifiable information.</p><p data-css=\"tve-u-1642b20c920\">Third party links</p><p data-css=\"tve-u-1642b20c920\">Occasionally, at our discretion, we may include or offer third party products or services on our website. These third party sites have separate and independent privacy policies. We therefore have no responsibility or liability for the content and activities of these linked sites. Nonetheless, we seek to protect the integrity of our site and welcome any feedback about these sites.</p><p data-css=\"tve-u-1642b20c920\">Google</p><p data-css=\"tve-u-1642b20c920\">Google\'s advertising requirements can be summed up by Google\'s Advertising Principles. They are put in place to provide a positive experience for users. https://support.google.com/adwordspolicy/answer/1316548?hl=enOpting out:Users can set preferences for how Google advertises to you using the Google Ad Settings page. Alternatively, you can opt out by visiting the Network Advertising initiative opt out page or permanently using the Google Analytics Opt Out Browser add on.California Online Privacy Protection ActCalOPPA is the first state law in the nation to require commercial websites and online services to post a privacy policy. The law\'s reach stretches well beyond California to require a person or company in the United States (and conceivably the world) that operates websites collecting personally identifiable information from California consumers to post a conspicuous privacy policy on its website stating exactly the information being collected and those individuals with whom it is being shared, and to comply with this policy.See more at: http://consumercal.org/california-online-privacy-protection-act-caloppa/#sthash.0FdRbT51.dpufAccording to CalOPPA we agree to the following:Users can visit our site anonymouslyOnce this privacy policy is created, we will add a link to it on our home page, or as a minimum on the first significant page after entering our website.Our Privacy Policy link includes the word \'Privacy\', and can be easily be found on the page specified above.Users will be notified of any privacy policy changes:â€¢ On our Privacy Policy PageUsers are able to change their personal information:â€¢ By emailing usâ€¢ By calling us</p><p data-css=\"tve-u-1642b20c920\">How does our site handle do not track signals?</p><p data-css=\"tve-u-1642b20c920\">We honor do not track signals and do not track, plant cookies, or use advertising when a Do Not Track (DNT) browser mechanism is in place.</p><p data-css=\"tve-u-1642b20c920\">Does our site allow third party behavioral tracking?</p><p data-css=\"tve-u-1642b20c920\">It\'s also important to note that we do not allow third party behavioral trackingCOPPA (Children Online Privacy Protection Act)When it comes to the collection of personal information from children under 13, the Children\'s Online Privacy Protection Act (COPPA) puts parents in control. The Federal Trade Commission, the nation\'s consumer protection agency, enforces the COPPA Rule, which spells out what operators of websites and online services must do to protect children\'s privacy and safety online.</p><p data-css=\"tve-u-1642b20c920\">We do not specifically market to children under 13.</p><p data-css=\"tve-u-1642b20c920\">Fair Information Practices</p><p data-css=\"tve-u-1642b20c920\">The Fair Information Practices Principles form the backbone of privacy law in the United States and the concepts they include have played a significant role in the development of data protection laws around the globe. Understanding the Fair Information Practice Principles and how they should be implemented is critical to comply with the various privacy laws that protect personal information.In order to be in line with Fair Information Practices we will take the following responsive action, should a data breach occur:â€¢ Within 7 business daysWe will notify the users via in site notificationâ€¢ Within 7 business daysWe also agree to the individual redress principle, which requires that individuals have a right to pursue legally enforceable rights against data collectors and processors who fail to adhere to the law. This principle requires not only that individuals have enforceable rights against data users, but also that individuals have recourse to courts or a government agency to investigate and/or prosecute non-compliance by data processors.CAN SPAM ActThe CAN-SPAM Act is a law that sets the rules for commercial email, establishes requirements for commercial messages, gives recipients the right to have emails stopped from being sent to them, and spells out tough penalties for violations.</p><p data-css=\"tve-u-1642b20c920\">We collect your email address in order to:</p><p data-css=\"tve-u-1642b20c920\">â€¢ Send information, respond to inquiries, and/or other requests or questions.â€¢ Process orders and to send information and updates pertaining to ordersâ€¢ Market to our mailing list or continue to send emails to our clients after the original transaction has occurredTo be in accordance with CANSPAM we agree to the following:â€¢ NOT use false, or misleading subjects or email addressesâ€¢ Identify the message as an advertisement in some reasonable wayâ€¢ Include the physical address of our business or site headquartersâ€¢ Monitor third party email marketing services for compliance, if one is used.â€¢ Honor opt-out/unsubscribe requests quicklyâ€¢ Allow users to unsubscribe by using the link at the bottom of each emailIf at any time you would like to unsubscribe from receiving future emails, you can email us atâ€¢ Follow the instructions at the bottom of each email. and we will promptly remove you from ALL correspondence.</p><p data-css=\"tve-u-1642b20c920\">Contacting Us</p><p data-css=\"tve-u-1642b20c920\">If there are any questions regarding this privacy policy you may contact us using the information below.Blackhawk Custom, LLC.825 South Kings HighwayFort Pierce, FL 34945United Stateshttps://www.blackhawkcustom.comConditions of use:</p><p data-css=\"tve-u-1642b20c920\">By using this website, you agree to all of our terms and conditions of the saleAll sales are final (See our refund policy)</p>','Privacy','','inherit','closed','closed','','141-revision-v1','','','2018-06-23 02:54:38','2018-06-23 06:54:38','',141,'https://bestcerakoteflorida.com/141-revision-v1/',0,'revision','',0),(175,1,'2018-06-23 02:56:19','2018-06-23 06:56:19','<h1 data-css=\"tve-u-16035acf904\"><strong>Privacy</strong></h1><p data-css=\"tve-u-1642b20c920\">Privacy Policy</p><p data-css=\"tve-u-1642b20c920\">What personal information do we collect from the people that visit our blog, website or app?When ordering or registering on our site, as appropriate, you may be asked to enter your name, email address, mailing address, phone number, credit card information or other details to help you with your experience.</p><p data-css=\"tve-u-1642b20c920\">When do we collect information?</p><p data-css=\"tve-u-1642b20c920\">We collect information from you when you register on our site, place an order, subscribe to a newsletter, respond to a survey, fill out a form or enter information on our site.</p><p data-css=\"tve-u-1642b20c920\">How do we use your information?</p><p data-css=\"tve-u-1642b20c920\">We may use the information we collect from you when you register, make a purchase, sign up for our newsletter, respond to a survey or marketing communication, surf the website, or use certain other site features in the following ways:â€¢ To personalize user\'s experience and to allow us to deliver the type of content and product offerings in which you are most interested.â€¢ To improve our website in order to better serve you.â€¢ To allow us to better service you in responding to your customer service requests.â€¢ To administer a contest, promotion, survey or other site feature.â€¢ To quickly process your transactions.â€¢ To send periodic emails regarding your order or other products and services.</p><p data-css=\"tve-u-1642b20c920\">How do we protect visitor information?</p><p data-css=\"tve-u-1642b20c920\">Our website is scanned on a regular basis for security holes and known vulnerabilities in order to make your visit to our site as safe as possible.We use regular Malware Scanning.</p><p data-css=\"tve-u-1642b20c920\">Your personal information is contained behind secured networks and is only accessible by a limited number of persons who have special access rights to such systems, and are required to keep the information confidential. In addition, all sensitive/credit information you supply is encrypted via Secure Socket Layer (SSL) technology.</p><p data-css=\"tve-u-1642b20c920\">We implement a variety of security measures when a user places an order, enters, submits, or accesses their information to maintain the safety of your personal information.</p><p data-css=\"tve-u-1642b20c920\">All transactions are processed through a gateway provider and are not stored or processed on our servers.</p><p data-css=\"tve-u-1642b20c920\">Do we use \'cookies\'?</p><p data-css=\"tve-u-1642b20c920\">Yes. Cookies are small files that a site or its service provider transfers to your computer\'s hard drive through your Web browser (if you allow) that enable the site\'s or service provider\'s systems to recognize your browser and capture and remember certain information. For instance, we use cookies to help us remember and process the items in your shopping cart. They are also used to help us understand your preferences based on previous or current site activity, which enables us to provide you with improved services. We also use cookies to help us compile aggregate data about site traffic and site interaction so that we can offer better site experiences and tools in the future.</p><p data-css=\"tve-u-1642b20c920\">We use cookies to:</p><p data-css=\"tve-u-1642b20c920\">â€¢ Help remember and process the items in the shopping cart.â€¢ Understand and save user\'s preferences for future visits.You can choose to have your computer warn you each time a cookie is being sent, or you can choose to turn off all cookies. You do this through your browser (like Internet Explorer) settings. Each browser is a little different, so look at your browser\'s Help menu to learn the correct way to modify your cookies.If users disable cookies in their browser:If you turn off cookies, some features will be disabled. However, you can still place orders forsaved items in your shopping cart over the telephone by contacting customer service.</p><p data-css=\"tve-u-1642b20c920\">Third Party Disclosure</p><p data-css=\"tve-u-1642b20c920\">We do not sell, trade, or otherwise transfer to outside parties your personally identifiable information.</p><p data-css=\"tve-u-1642b20c920\">Third party links</p><p data-css=\"tve-u-1642b20c920\">Occasionally, at our discretion, we may include or offer third party products or services on our website. These third party sites have separate and independent privacy policies. We therefore have no responsibility or liability for the content and activities of these linked sites. Nonetheless, we seek to protect the integrity of our site and welcome any feedback about these sites.</p><p data-css=\"tve-u-1642b20c920\">Google</p><p data-css=\"tve-u-1642b20c920\">Google\'s advertising requirements can be summed up by Google\'s Advertising Principles. They are put in place to provide a positive experience for users. https://support.google.com/adwordspolicy/answer/1316548?hl=enOpting out:Users can set preferences for how Google advertises to you using the Google Ad Settings page. Alternatively, you can opt out by visiting the Network Advertising initiative opt out page or permanently using the Google Analytics Opt Out Browser add on.California Online Privacy Protection ActCalOPPA is the first state law in the nation to require commercial websites and online services to post a privacy policy. The law\'s reach stretches well beyond California to require a person or company in the United States (and conceivably the world) that operates websites collecting personally identifiable information from California consumers to post a conspicuous privacy policy on its website stating exactly the information being collected and those individuals with whom it is being shared, and to comply with this policy.See more at: http://consumercal.org/california-online-privacy-protection-act-caloppa/#sthash.0FdRbT51.dpufAccording to CalOPPA we agree to the following:Users can visit our site anonymouslyOnce this privacy policy is created, we will add a link to it on our home page, or as a minimum on the first significant page after entering our website.Our Privacy Policy link includes the word \'Privacy\', and can be easily be found on the page specified above.Users will be notified of any privacy policy changes:â€¢ On our Privacy Policy PageUsers are able to change their personal information:â€¢ By emailing usâ€¢ By calling us</p><p data-css=\"tve-u-1642b20c920\">How does our site handle do not track signals?</p><p data-css=\"tve-u-1642b20c920\">We honor do not track signals and do not track, plant cookies, or use advertising when a Do Not Track (DNT) browser mechanism is in place.</p><p data-css=\"tve-u-1642b20c920\">Does our site allow third party behavioral tracking?</p><p data-css=\"tve-u-1642b20c920\">It\'s also important to note that we do not allow third party behavioral trackingCOPPA (Children Online Privacy Protection Act)When it comes to the collection of personal information from children under 13, the Children\'s Online Privacy Protection Act (COPPA) puts parents in control. The Federal Trade Commission, the nation\'s consumer protection agency, enforces the COPPA Rule, which spells out what operators of websites and online services must do to protect children\'s privacy and safety online.</p><p data-css=\"tve-u-1642b20c920\">We do not specifically market to children under 13.</p><p data-css=\"tve-u-1642b20c920\">Fair Information Practices</p><p data-css=\"tve-u-1642b20c920\">The Fair Information Practices Principles form the backbone of privacy law in the United States and the concepts they include have played a significant role in the development of data protection laws around the globe. Understanding the Fair Information Practice Principles and how they should be implemented is critical to comply with the various privacy laws that protect personal information.In order to be in line with Fair Information Practices we will take the following responsive action, should a data breach occur:â€¢ Within 7 business daysWe will notify the users via in site notificationâ€¢ Within 7 business daysWe also agree to the individual redress principle, which requires that individuals have a right to pursue legally enforceable rights against data collectors and processors who fail to adhere to the law. This principle requires not only that individuals have enforceable rights against data users, but also that individuals have recourse to courts or a government agency to investigate and/or prosecute non-compliance by data processors.CAN SPAM ActThe CAN-SPAM Act is a law that sets the rules for commercial email, establishes requirements for commercial messages, gives recipients the right to have emails stopped from being sent to them, and spells out tough penalties for violations.</p><p data-css=\"tve-u-1642b20c920\">We collect your email address in order to:</p><p data-css=\"tve-u-1642b20c920\">â€¢ Send information, respond to inquiries, and/or other requests or questions.â€¢ Process orders and to send information and updates pertaining to ordersâ€¢ Market to our mailing list or continue to send emails to our clients after the original transaction has occurredTo be in accordance with CANSPAM we agree to the following:â€¢ NOT use false, or misleading subjects or email addressesâ€¢ Identify the message as an advertisement in some reasonable wayâ€¢ Include the physical address of our business or site headquartersâ€¢ Monitor third party email marketing services for compliance, if one is used.â€¢ Honor opt-out/unsubscribe requests quicklyâ€¢ Allow users to unsubscribe by using the link at the bottom of each emailIf at any time you would like to unsubscribe from receiving future emails, you can email us atâ€¢ Follow the instructions at the bottom of each email. and we will promptly remove you from ALL correspondence.</p><p data-css=\"tve-u-1642b20c920\">Contacting Us</p><p data-css=\"tve-u-1642b20c920\">If there are any questions regarding this privacy policy you may contact us using the information below.Blackhawk Custom, LLC.825 South Kings HighwayFort Pierce, FL 34945United Stateshttps://www.blackhawkcustom.comConditions of use:</p><p data-css=\"tve-u-1642b20c920\">By using this website, you agree to all of our terms and conditions of the saleAll sales are final (See our refund policy)</p>','Privacy','','inherit','closed','closed','','141-revision-v1','','','2018-06-23 02:56:19','2018-06-23 06:56:19','',141,'https://bestcerakoteflorida.com/141-revision-v1/',0,'revision','',0),(176,1,'2018-06-23 02:56:56','2018-06-23 06:56:56','<h1 data-css=\"tve-u-16035acf904\"><strong>Privacy</strong></h1><p data-css=\"tve-u-1642b20c920\">Privacy Policy</p><p data-css=\"tve-u-1642b20c920\">What personal information do we collect from the people that visit our blog, website or app?When ordering or registering on our site, as appropriate, you may be asked to enter your name, email address, mailing address, phone number, credit card information or other details to help you with your experience.</p><p data-css=\"tve-u-1642b20c920\">When do we collect information?</p><p data-css=\"tve-u-1642b20c920\">We collect information from you when you register on our site, place an order, subscribe to a newsletter, respond to a survey, fill out a form or enter information on our site.</p><p data-css=\"tve-u-1642b20c920\">How do we use your information?</p><p data-css=\"tve-u-1642b20c920\">We may use the information we collect from you when you register, make a purchase, sign up for our newsletter, respond to a survey or marketing communication, surf the website, or use certain other site features in the following ways:â€¢ To personalize user\'s experience and to allow us to deliver the type of content and product offerings in which you are most interested.â€¢ To improve our website in order to better serve you.â€¢ To allow us to better service you in responding to your customer service requests.â€¢ To administer a contest, promotion, survey or other site feature.â€¢ To quickly process your transactions.â€¢ To send periodic emails regarding your order or other products and services.</p><p data-css=\"tve-u-1642b20c920\">How do we protect visitor information?</p><p data-css=\"tve-u-1642b20c920\">Our website is scanned on a regular basis for security holes and known vulnerabilities in order to make your visit to our site as safe as possible.We use regular Malware Scanning.</p><p data-css=\"tve-u-1642b20c920\">Your personal information is contained behind secured networks and is only accessible by a limited number of persons who have special access rights to such systems, and are required to keep the information confidential. In addition, all sensitive/credit information you supply is encrypted via Secure Socket Layer (SSL) technology.</p><p data-css=\"tve-u-1642b20c920\">We implement a variety of security measures when a user places an order, enters, submits, or accesses their information to maintain the safety of your personal information.</p><p data-css=\"tve-u-1642b20c920\">All transactions are processed through a gateway provider and are not stored or processed on our servers.</p><p data-css=\"tve-u-1642b20c920\">Do we use \'cookies\'?</p><p data-css=\"tve-u-1642b20c920\">Yes. Cookies are small files that a site or its service provider transfers to your computer\'s hard drive through your Web browser (if you allow) that enable the site\'s or service provider\'s systems to recognize your browser and capture and remember certain information. For instance, we use cookies to help us remember and process the items in your shopping cart. They are also used to help us understand your preferences based on previous or current site activity, which enables us to provide you with improved services. We also use cookies to help us compile aggregate data about site traffic and site interaction so that we can offer better site experiences and tools in the future.</p><p data-css=\"tve-u-1642b20c920\">We use cookies to:</p><p data-css=\"tve-u-1642b20c920\">â€¢ Help remember and process the items in the shopping cart.â€¢ Understand and save user\'s preferences for future visits.You can choose to have your computer warn you each time a cookie is being sent, or you can choose to turn off all cookies. You do this through your browser (like Internet Explorer) settings. Each browser is a little different, so look at your browser\'s Help menu to learn the correct way to modify your cookies.If users disable cookies in their browser:If you turn off cookies, some features will be disabled. However, you can still place orders forsaved items in your shopping cart over the telephone by contacting customer service.</p><p data-css=\"tve-u-1642b20c920\">Third Party Disclosure</p><p data-css=\"tve-u-1642b20c920\">We do not sell, trade, or otherwise transfer to outside parties your personally identifiable information.</p><p data-css=\"tve-u-1642b20c920\">Third party links</p><p data-css=\"tve-u-1642b20c920\">Occasionally, at our discretion, we may include or offer third party products or services on our website. These third party sites have separate and independent privacy policies. We therefore have no responsibility or liability for the content and activities of these linked sites. Nonetheless, we seek to protect the integrity of our site and welcome any feedback about these sites.</p><p data-css=\"tve-u-1642b20c920\">Google</p><p data-css=\"tve-u-1642b20c920\">Google\'s advertising requirements can be summed up by Google\'s Advertising Principles. They are put in place to provide a positive experience for users. https://support.google.com/adwordspolicy/answer/1316548?hl=enOpting out:Users can set preferences for how Google advertises to you using the Google Ad Settings page. Alternatively, you can opt out by visiting the Network Advertising initiative opt out page or permanently using the Google Analytics Opt Out Browser add on.California Online Privacy Protection ActCalOPPA is the first state law in the nation to require commercial websites and online services to post a privacy policy. The law\'s reach stretches well beyond California to require a person or company in the United States (and conceivably the world) that operates websites collecting personally identifiable information from California consumers to post a conspicuous privacy policy on its website stating exactly the information being collected and those individuals with whom it is being shared, and to comply with this policy.See more at: http://consumercal.org/california-online-privacy-protection-act-caloppa/#sthash.0FdRbT51.dpufAccording to CalOPPA we agree to the following:Users can visit our site anonymouslyOnce this privacy policy is created, we will add a link to it on our home page, or as a minimum on the first significant page after entering our website.Our Privacy Policy link includes the word \'Privacy\', and can be easily be found on the page specified above.Users will be notified of any privacy policy changes:â€¢ On our Privacy Policy PageUsers are able to change their personal information:â€¢ By emailing usâ€¢ By calling us</p><p data-css=\"tve-u-1642b20c920\">How does our site handle do not track signals?</p><p data-css=\"tve-u-1642b20c920\">We honor do not track signals and do not track, plant cookies, or use advertising when a Do Not Track (DNT) browser mechanism is in place.</p><p data-css=\"tve-u-1642b20c920\">Does our site allow third party behavioral tracking?</p><p data-css=\"tve-u-1642b20c920\">It\'s also important to note that we do not allow third party behavioral trackingCOPPA (Children Online Privacy Protection Act)When it comes to the collection of personal information from children under 13, the Children\'s Online Privacy Protection Act (COPPA) puts parents in control. The Federal Trade Commission, the nation\'s consumer protection agency, enforces the COPPA Rule, which spells out what operators of websites and online services must do to protect children\'s privacy and safety online.</p><p data-css=\"tve-u-1642b20c920\">We do not specifically market to children under 13.</p><p data-css=\"tve-u-1642b20c920\">Fair Information Practices</p><p data-css=\"tve-u-1642b20c920\">The Fair Information Practices Principles form the backbone of privacy law in the United States and the concepts they include have played a significant role in the development of data protection laws around the globe. Understanding the Fair Information Practice Principles and how they should be implemented is critical to comply with the various privacy laws that protect personal information.In order to be in line with Fair Information Practices we will take the following responsive action, should a data breach occur:â€¢ Within 7 business daysWe will notify the users via in site notificationâ€¢ Within 7 business daysWe also agree to the individual redress principle, which requires that individuals have a right to pursue legally enforceable rights against data collectors and processors who fail to adhere to the law. This principle requires not only that individuals have enforceable rights against data users, but also that individuals have recourse to courts or a government agency to investigate and/or prosecute non-compliance by data processors.CAN SPAM ActThe CAN-SPAM Act is a law that sets the rules for commercial email, establishes requirements for commercial messages, gives recipients the right to have emails stopped from being sent to them, and spells out tough penalties for violations.</p><p data-css=\"tve-u-1642b20c920\">We collect your email address in order to:</p><p data-css=\"tve-u-1642b20c920\">â€¢ Send information, respond to inquiries, and/or other requests or questions.â€¢ Process orders and to send information and updates pertaining to ordersâ€¢ Market to our mailing list or continue to send emails to our clients after the original transaction has occurredTo be in accordance with CANSPAM we agree to the following:â€¢ NOT use false, or misleading subjects or email addressesâ€¢ Identify the message as an advertisement in some reasonable wayâ€¢ Include the physical address of our business or site headquartersâ€¢ Monitor third party email marketing services for compliance, if one is used.â€¢ Honor opt-out/unsubscribe requests quicklyâ€¢ Allow users to unsubscribe by using the link at the bottom of each emailIf at any time you would like to unsubscribe from receiving future emails, you can email us atâ€¢ Follow the instructions at the bottom of each email. and we will promptly remove you from ALL correspondence.</p><p data-css=\"tve-u-1642b20c920\">Contacting Us</p><p data-css=\"tve-u-1642b20c920\">If there are any questions regarding this privacy policy you may contact us using the information below.Blackhawk Custom, LLC.825 South Kings HighwayFort Pierce, FL 34945United Stateshttps://www.blackhawkcustom.comConditions of use:</p><p data-css=\"tve-u-1642b20c920\">By using this website, you agree to all of our terms and conditions of the saleAll sales are final (See our refund policy)</p>','Privacy','','inherit','closed','closed','','141-revision-v1','','','2018-06-23 02:56:56','2018-06-23 06:56:56','',141,'https://bestcerakoteflorida.com/141-revision-v1/',0,'revision','',0),(354,1,'2018-10-08 02:19:25','2018-10-08 06:19:25','<h1 data-css=\"tve-u-15df1bff4b2\" style=\"text-align: center;\"><strong>Thank You</strong>&nbsp;for Signing Up!</h1><h2 data-css=\"tve-u-15df1c04f57\" style=\"text-align: center;\">Please watch the video below see why We Choose CERAKOTE and why we think you Should too<strong>:</strong></h2><span class=\"tve_image_frame\" wfd-id=\"64\"><img class=\"tve_image wp-image-282\" alt=\"\" width=\"1024\" height=\"938\" title=\"CertifiedLogo\" data-id=\"282\" src=\"//bestcerakoteflorida.com/wp-content/uploads/2018/09/CertifiedLogo-1024x938.png\"></span><h3><strong>You are only one step away from getting your 10% Off Certificate!</strong></h3><p>Please go to your email inbox and look for the email I just sent you. The subject line is \"10% Off\" and the email is sent by \"Nikolas Xifaras\".</p><h3><strong>Open the email and click on the confirmation link inside.</strong></h3><p>Done! That\'s all we need, to ensure that we got the right email address and that you will get your certificate!</p><p data-css=\"tve-u-15df1610b5c\" style=\"text-align: center;\"><span style=\"font-size: 13px; font-family: &quot;Ek Mukta&quot;; font-weight: 200;\" wfd-id=\"40\">Â© {tcb_current_year} ACME Inc | Disclaimer</span></p>','Thank You For Subscribing_Video','','inherit','closed','closed','','343-revision-v1','','','2018-10-08 02:19:25','2018-10-08 06:19:25','',343,'https://bestcerakoteflorida.com/343-revision-v1/',0,'revision','',0),(335,1,'2018-10-07 03:40:43','2018-10-07 07:40:43','','10%','','publish','closed','closed','','nm','','','2018-10-15 01:22:43','2018-10-15 05:22:43','',0,'https://bestcerakoteflorida.com/tve_lead_group/nm/',0,'tve_lead_group','',0),(336,1,'2018-10-07 12:43:03','2018-10-07 16:43:03','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-160c278c93e\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-160c278c946\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160c278c941\"><div class=\"thrv_wrapper thrv_heading\" style=\"\" data-css=\"tve-u-160c278c949\"><h3 data-css=\"tve-u-160c278c948\" style=\"text-align: center;\">LOREM IPSUM DOLOR SIT AMET ELIT</h3></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" data-css=\"tve-u-160c278c94a\"><p data-css=\"tve-u-160c278c947\" style=\"text-align: center;\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-160c278c944\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160c278c940\"><div class=\"thrv_wrapper thrv-button\" data-css=\"tve-u-160c278c942\" data-button-style=\"full_rounded\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-160c278c94c\">Buy It Now!</span></span>\n</a>\n</div><div class=\"thrv_wrapper tve_image_caption tcb-tablet-hidden tcb-mobile-hidden\" data-css=\"tve-u-160c278c943\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-5482\" alt=\"\" width=\"64\" height=\"84\" title=\"cta_arrows left\" data-id=\"5482\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_content_templates/callaction/images/cta_arrows-left.png\"></span></div><div class=\"thrv_wrapper tve_image_caption tcb-tablet-hidden tcb-mobile-hidden\" data-css=\"tve-u-160c278c945\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-5483\" alt=\"\" width=\"63\" height=\"84\" title=\"cta_arrows right\" data-id=\"5483\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_content_templates/callaction/images/cta_arrows-right.png\"></span></div></div>\n</div></div>\n</div>','Flat 1','','publish','closed','closed','','flat-1','','','2018-10-07 12:43:03','2018-10-07 16:43:03','',0,'https://bestcerakoteflorida.com/tcb_content_template/flat-1/',0,'tcb_content_template','',0),(337,1,'2018-10-07 13:04:11','2018-10-07 17:04:11','<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-160c6aee80c\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-160c6aee80d\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-160c6aee7f0\"><div class=\"thrv_wrapper thrv_heading\" style=\"\" data-css=\"tve-u-160c6aee80f\"><h3 data-css=\"tve-u-160c6aee7f3\" style=\"text-align: center;\">100% MONEY BACK GUARANTEE</h3></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" data-css=\"tve-u-160c6aee80b\"><p data-css=\"tve-u-160c6aee7f2\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-160c6aee80e\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-5462\" alt=\"\" width=\"160\" height=\"160\" title=\"red_s1_m\" data-id=\"5462\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_content_templates/guaranteebox/images/red_s1_m.png\"></span></div></div>\n</div>','Minimal 3','','publish','closed','closed','','minimal-3','','','2018-10-07 13:04:11','2018-10-07 17:04:11','',0,'https://bestcerakoteflorida.com/tcb_content_template/minimal-3/',0,'tcb_content_template','',0),(338,1,'2018-10-07 14:51:29','2018-10-07 18:51:29','','Lightbox','','publish','closed','closed','','lightbox','','','2018-10-07 15:38:18','2018-10-07 19:38:18','',335,'https://bestcerakoteflorida.com/?post_type=tve_form_type&#038;p=338',0,'tve_form_type','',0),(339,1,'2018-10-07 20:02:15','2018-10-08 00:02:15','','Discount Coupon','','publish','closed','closed','','discount-coupon','','','2018-10-07 20:02:15','2018-10-08 00:02:15','',0,'https://bestcerakoteflorida.com/discount-coupon/',0,'tve_lead_asset_group','',0),(340,1,'2018-10-07 20:14:23','2018-10-08 00:14:23','','10%offCertificate','','inherit','open','closed','','10offcertificate','','','2018-10-07 20:14:23','2018-10-08 00:14:23','',0,'https://bestcerakoteflorida.com/wp-content/uploads/2018/10/10offCertificate.jpg',0,'attachment','image/jpeg',0),(341,1,'2018-10-07 20:14:28','2018-10-08 00:14:28','','Sale10%offCertificate','','inherit','open','closed','','sale10offcertificate','','','2018-10-07 20:14:28','2018-10-08 00:14:28','',0,'https://bestcerakoteflorida.com/wp-content/uploads/2018/10/Sale10offCertificate.pdf',0,'attachment','application/pdf',0),(342,1,'2018-10-07 22:00:53','2018-10-08 02:00:53','','VRGL6089','','inherit','open','closed','','vrgl6089','','','2018-10-07 22:00:53','2018-10-08 02:00:53','',0,'https://bestcerakoteflorida.com/wp-content/uploads/2018/10/VRGL6089.jpg',0,'attachment','image/jpeg',0),(343,1,'2018-10-07 23:22:33','2018-10-08 03:22:33','<h1 style=\"text-align: center;\"><strong>Thank You</strong>&nbsp;for Signing Up!</h1><h2 style=\"text-align: center;\">Please watch the video below see why We Choose CERAKOTE and why we think you Should too<strong>:</strong></h2><span wfd-id=\"57\"><img alt=\"\" width=\"1024\" height=\"938\" title=\"CertifiedLogo\" data-id=\"282\" src=\"//bestcerakoteflorida.com/wp-content/uploads/2018/09/CertifiedLogo-1024x938.png\"></span><h3><strong>You are only one step away from getting your 10% Off Certificate!</strong></h3><p>Please go to your email inbox and look for the email I just sent you. The subject line is \"10% Off\" and the email is sent by \"Nikolas Xifaras\".</p><h3><strong>Open the email and click on the confirmation link inside.</strong></h3><p>Done! That\'s all we need, to ensure that we got the right email address and that you will get your certificate!</p><p style=\"text-align: center;\"><span style=\"font-size: 13px; font-family: &quot;Ek Mukta&quot;; font-weight: 200;\" wfd-id=\"33\">Â© {tcb_current_year} ACME Inc | Disclaimer</span></p>','Thank You For Subscribing_Video','','publish','closed','closed','','thank-you-for-subscribing_video','','','2019-03-06 14:26:55','2019-03-06 19:26:55','',0,'https://bestcerakoteflorida.com/?page_id=343',0,'page','',0),(344,1,'2018-10-07 23:22:33','2018-10-08 03:22:33','','Thank You For Subscribing_Video','','inherit','closed','closed','','343-revision-v1','','','2018-10-07 23:22:33','2018-10-08 03:22:33','',343,'https://bestcerakoteflorida.com/343-revision-v1/',0,'revision','',0),(423,1,'2018-11-22 13:45:40','2018-11-22 18:45:40','<h2 data-css=\"tve-u-165e62d8c6d\">Terms &amp; Conditions</h2><p data-css=\"tve-u-165e64714a8\" style=\"text-align: left;\">TERMS OF SERVICE-----OVERVIEWThis website is operated by Blackhawk Custom, LLC. Throughout the site, the terms â€œweâ€, â€œusâ€ and â€œourâ€ refer to Blackhawk Custom, LLC. Blackhawk Custom, LLC offers this website, including all information, tools and services available from this site to you, the user, conditioned upon your acceptance of all terms, conditions, policies and notices stated here.By visiting our site and/ or purchasing something from us, you engage in our â€œServiceâ€ and agree to be bound by the following terms and conditions (â€œTerms of Serviceâ€, â€œTermsâ€), including those additional terms, conditions, and policies referenced herein and/or available by hyperlink. These Terms of Service apply to all users of the site, including without limitation users who are browsers, vendors, customers, merchants, and/ or contributors of content.Please read these Terms of Service carefully before accessing or using our website. By accessing or using any part of the site, you agree to be bound by these Terms of Service. If you do not agree to all the terms and conditions of this agreement, then you may not access the website or use any services. If these Terms of Service are considered an offer, acceptance is expressly limited to these Terms of Service.Any new features or tools which are added to the current store shall also be subject to the Terms of Service. You can review the most current version of the Terms of Service at any time on this page. We reserve the right to update, change or replace any part of these Terms of Service by posting updates and/or changes to our website. It is your responsibility to check this page periodically for changes. Your continued use of or access to the website following the posting of any changes constitutes acceptance of those changes.SECTION 1 - ONLINE STORE TERMSBy agreeing to these Terms of Service, you represent that you are at least the age of majority in your state or province of residence, or that you are the age of majority in your state or province of residence and you have given us your consent to allow any of your minor dependents to use this site.You may not use our products for any illegal or unauthorized purpose nor may you, in the use of the Service, violate any laws in your jurisdiction (including but not limited to copyright laws).You must not transmit any worms or viruses or any code of a destructive nature.A breach or violation of any of the Terms will result in an immediate termination of your Services.SECTION 2 - GENERAL CONDITIONSWe reserve the right to refuse service to anyone for any reason at any time.You understand that your content (not including credit card information), may be transferred unencrypted and involve (a) transmissions over various networks; and (b) changes to conform and adapt to technical requirements of connecting networks or devices. Credit card information is always encrypted during transfer over networks.You agree not to reproduce, duplicate, copy, sell, resell or exploit any portion of the Service, use of the Service, or access to the Service or any contact on the website through which the service is provided, without express written permission by us.The headings used in this agreement are included for convenience only and will not limit or otherwise affect these Terms.SECTION 3 - ACCURACY, COMPLETENESS AND TIMELINESS OF INFORMATIONWe are not responsible if information made available on this site is not accurate, complete or current. The material on this site is provided for general information only and should not be relied upon or used as the sole basis for making decisions without consulting primary, more accurate, more complete or more timely sources of information. Any reliance on the material on this site is at your own risk.This site may contain certain historical information. Historical information, necessarily, is not current and is provided for your reference only. We reserve the right to modify the contents of this site at any time, but we have no obligation to update any information on our site. You agree that it is your responsibility to monitor changes to our site.SECTION 4 - MODIFICATIONS TO THE SERVICE AND PRICESThe prices for our products are subject to change without notice.We reserve the right at any time to modify or discontinue the Service (or any part or content thereof) without notice at any time.We shall not be liable to you or to any third-party for any modification, price change, suspension or discontinuance of the Service.SECTION 5 - PRODUCTS OR SERVICES (if applicable)Certain products or services may be available exclusively online through the website. These products or services may have limited quantities and are subject to return or exchange only according to our Return Policy.We have made every effort to display as accurately as possible the colors and images of our products that appear at the store. We cannot guarantee that your computer monitor\'s display of any color will be accurate.We reserve the right, but are not obligated, to limit the sales of our products or Services to any person, geographic region or jurisdiction. We may exercise this right on a case-by-case basis. We reserve the right to limit the quantities of any products or services that we offer. All descriptions of products or product pricing are subject to change at anytime without notice, at the sole discretion of us. We reserve the right to discontinue any product at any time. Any offer for any product or service made on this site is void where prohibited.We do not warrant that the quality of any products, services, information, or other material purchased or obtained by you will meet your expectations, or that any errors in the Service will be corrected.SECTION 6 - ACCURACY OF BILLING AND ACCOUNT INFORMATIONWe reserve the right to refuse any order you place with us. We may, in our sole discretion, limit or cancel quantities purchased per person, per household or per order. These restrictions may include orders placed by or under the same customer account, the same credit card, and/or orders that use the same billing and/or shipping address. In the event that we make a change to or cancel an order, we may attempt to notify you by contacting the e-mail and/or billing address/phone number provided at the time the order was made. We reserve the right to limit or prohibit orders that, in our sole judgment, appear to be placed by dealers, resellers or distributors.You agree to provide current, complete and accurate purchase and account information for all purchases made at our store. You agree to promptly update your account and other information, including your email address and credit card numbers and expiration dates, so that we can complete your transactions and contact you as needed.For more detail, please review our Returns Policy.SECTION 7 - OPTIONAL TOOLSWe may provide you with access to third-party tools over which we neither monitor nor have any control nor input.You acknowledge and agree that we provide access to such tools â€as isâ€ and â€œas availableâ€ without any warranties, representations or conditions of any kind and without any endorsement. We shall have no liability whatsoever arising from or relating to your use of optional third-party tools.Any use by you of optional tools offered through the site is entirely at your own risk and discretion and you should ensure that you are familiar with and approve of the terms on which tools are provided by the relevant third-party provider(s).We may also, in the future, offer new services and/or features through the website (including, the release of new tools and resources). Such new features and/or services shall also be subject to these Terms of Service.SECTION 8 - THIRD-PARTY LINKSCertain content, products and services available via our Service may include materials from third-parties.Third-party links on this site may direct you to third-party websites that are not affiliated with us. We are not responsible for examining or evaluating the content or accuracy and we do not warrant and will not have any liability or responsibility for any third-party materials or websites, or for any other materials, products, or services of third-parties.We are not liable for any harm or damages related to the purchase or use of goods, services, resources, content, or any other transactions made in connection with any third-party websites. Please review carefully the third-party\'s policies and practices and make sure you understand them before you engage in any transaction. Complaints, claims, concerns, or questions regarding third-party products should be directed to the third-party.SECTION 9 - USER COMMENTS, FEEDBACK AND OTHER SUBMISSIONSIf, at our request, you send certain specific submissions (for example contest entries) or without a request from us you send creative ideas, suggestions, proposals, plans, or other materials, whether online, by email, by postal mail, or otherwise (collectively, \'comments\'), you agree that we may, at any time, without restriction, edit, copy, publish, distribute, translate and otherwise use in any medium any comments that you forward to us. We are and shall be under no obligation (1) to maintain any comments in confidence; (2) to pay compensation for any comments; or (3) to respond to any comments.We may, but have no obligation to, monitor, edit or remove content that we determine in our sole discretion are unlawful, offensive, threatening, libelous, defamatory, pornographic, obscene or otherwise objectionable or violates any partyâ€™s intellectual property or these Terms of Service.You agree that your comments will not violate any right of any third-party, including copyright, trademark, privacy, personality or other personal or proprietary right. You further agree that your comments will not contain libelous or otherwise unlawful, abusive or obscene material, or contain any computer virus or other malware that could in any way affect the operation of the Service or any related website. You may not use a false e-mail address, pretend to be someone other than yourself, or otherwise mislead us or third-parties as to the origin of any comments. You are solely responsible for any comments you make and their accuracy. We take no responsibility and assume no liability for any comments posted by you or any third-party.SECTION 10 - PERSONAL INFORMATIONYour submission of personal information through the store is governed by our Privacy Policy. To view our Privacy Policy.SECTION 11 - ERRORS, INACCURACIES AND OMISSIONSOccasionally there may be information on our site or in the Service that contains typographical errors, inaccuracies or omissions that may relate to product descriptions, pricing, promotions, offers, product shipping charges, transit times and availability. We reserve the right to correct any errors, inaccuracies or omissions, and to change or update information or cancel orders if any information in the Service or on any related website is inaccurate at any time without prior notice (including after you have submitted your order).We undertake no obligation to update, amend or clarify information in the Service or on any related website, including without limitation, pricing information, except as required by law. No specified update or refresh date applied in the Service or on any related website, should be taken to indicate that all information in the Service or on any related website has been modified or updated.SECTION 12 - PROHIBITED USESIn addition to other prohibitions as set forth in the Terms of Service, you are prohibited from using the site or its content: (a) for any unlawful purpose; (b) to solicit others to perform or participate in any unlawful acts; (c) to violate any international, federal, provincial or state regulations, rules, laws, or local ordinances; (d) to infringe upon or violate our intellectual property rights or the intellectual property rights of others; (e) to harass, abuse, insult, harm, defame, slander, disparage, intimidate, or discriminate based on gender, sexual orientation, religion, ethnicity, race, age, national origin, or disability; (f) to submit false or misleading information; (g) to upload or transmit viruses or any other type of malicious code that will or may be used in any way that will affect the functionality or operation of the Service or of any related website, other websites, or the Internet; (h) to collect or track the personal information of others; (i) to spam, phish, pharm, pretext, spider, crawl, or scrape; (j) for any obscene or immoral purpose; or (k) to interfere with or circumvent the security features of the Service or any related website, other websites, or the Internet. We reserve the right to terminate your use of the Service or any related website for violating any of the prohibited uses.SECTION 13 - DISCLAIMER OF WARRANTIES; LIMITATION OF LIABILITYWe do not guarantee, represent or warrant that your use of our service will be uninterrupted, timely, secure or error-free.We do not warrant that the results that may be obtained from the use of the service will be accurate or reliable.You agree that from time to time we may remove the service for indefinite periods of time or cancel the service at any time, without notice to you.You expressly agree that your use of, or inability to use, the service is at your sole risk. The service and all products and services delivered to you through the service are (except as expressly stated by us) provided \'as is\' and \'as available\' for your use, without any representation, warranties or conditions of any kind, either express or implied, including all implied warranties or conditions of merchantability, merchantable quality, fitness for a particular purpose, durability, title, and non-infringement.In no case shall Blackhawk Custom, LLC, our directors, officers, employees, affiliates, agents, contractors, interns, suppliers, service providers or licensors be liable for any injury, loss, claim, or any direct, indirect, incidental, punitive, special, or consequential damages of any kind, including, without limitation lost profits, lost revenue, lost savings, loss of data, replacement costs, or any similar damages, whether based in contract, tort (including negligence), strict liability or otherwise, arising from your use of any of the service or any products procured using the service, or for any other claim related in any way to your use of the service or any product, including, but not limited to, any errors or omissions in any content, or any loss or damage of any kind incurred as a result of the use of the service or any content (or product) posted, transmitted, or otherwise made available via the service, even if advised of their possibility. Because some states or jurisdictions do not allow the exclusion or the limitation of liability for consequential or incidental damages, in such states or jurisdictions, our liability shall be limited to the maximum extent permitted by law.SECTION 14 - INDEMNIFICATIONYou agree to indemnify, defend and hold harmless Blackhawk Custom, LLC and our parent, subsidiaries, affiliates, partners, officers, directors, agents, contractors, licensors, service providers, subcontractors, suppliers, interns and employees, harmless from any claim or demand, including reasonable attorneysâ€™ fees, made by any third-party due to or arising out of your breach of these Terms of Service or the documents they incorporate by reference, or your violation of any law or the rights of a third-party.SECTION 15 - SEVERABILITYIn the event that any provision of these Terms of Service is determined to be unlawful, void or unenforceable, such provision shall nonetheless be enforceable to the fullest extent permitted by applicable law, and the unenforceable portion shall be deemed to be severed from these Terms of Service, such determination shall not affect the validity and enforceability of any other remaining provisions.SECTION 16 - TERMINATIONThe obligations and liabilities of the parties incurred prior to the termination date shall survive the termination of this agreement for all purposes.These Terms of Service are effective unless and until terminated by either you or us. You may terminate these Terms of Service at any time by notifying us that you no longer wish to use our Services, or when you cease using our site.If in our sole judgment you fail, or we suspect that you have failed, to comply with any term or provision of these Terms of Service, we also may terminate this agreement at any time without notice and you will remain liable for all amounts due up to and including the date of termination; and/or accordingly may deny you access to our Services (or any part thereof).SECTION 17 - ENTIRE AGREEMENTThe failure of us to exercise or enforce any right or provision of these Terms of Service shall not constitute a waiver of such right or provision.These Terms of Service and any policies or operating rules posted by us on this site or in respect to The Service constitutes the entire agreement and understanding between you and us and govern your use of the Service, superseding any prior or contemporaneous agreements, communications and proposals, whether oral or written, between you and us (including, but not limited to, any prior versions of the Terms of Service).Any ambiguities in the interpretation of these Terms of Service shall not be construed against the drafting party.SECTION 18 - GOVERNING LAWThese Terms of Service and any separate agreements whereby we provide you Services shall be governed by and construed in accordance with the laws of 825 South Kings Highway, Fort Pierce, FL 34945.SECTION 19 - CHANGES TO TERMS OF SERVICEYou can review the most current version of the Terms of Service at any time at this page.We reserve the right, at our sole discretion, to update, change or replace any part of these Terms of Service by posting updates and changes to our website. It is your responsibility to check our website periodically for changes. Your continued use of or access to our website or the Service following the posting of any changes to these Terms of Service constitutes acceptance of those changes.SECTION 20 - CONTACT INFORMATIONQuestions about the Terms of Service should be sent to us at <a href=\"mailto:admin@blackhawkcustom.com\" target=\"_blank\">admin@blackhawkcustom.com</a></p>','Terms And Conditions','','inherit','closed','closed','','95-revision-v1','','','2018-11-22 13:45:40','2018-11-22 18:45:40','',95,'https://bestcerakoteflorida.com/95-revision-v1/',0,'revision','',0),(212,1,'2018-09-02 17:27:18','2018-09-02 21:27:18','<h1 data-css=\"tve-u-16035acf904\"><strong>H1 Heading Example</strong> Lorem Ipsum Dolor</h1><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi semper vulputate tincidunt. Mauris sodales vitae ipsum nec porta. Mauris lacus odio, congue eget justo nec, eleifend pellentesque orci. Interdum et malesuada fames ac ante ipsum primis in faucibus. Ut facilisis nibh eget ex maximus, at egestas orci faucibus.</p><p>Copyright text and footer links.</p>','Home','','inherit','closed','closed','','106-revision-v1','','','2018-09-02 17:27:18','2018-09-02 21:27:18','',106,'https://bestcerakoteflorida.com/106-revision-v1/',0,'revision','',0),(213,1,'2018-09-02 17:27:18','2018-09-02 21:27:18','<h1 data-css=\"tve-u-16035acf904\"><strong>H1 Heading Example</strong> Lorem Ipsum Dolor</h1><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi semper vulputate tincidunt. Mauris sodales vitae ipsum nec porta. Mauris lacus odio, congue eget justo nec, eleifend pellentesque orci. Interdum et malesuada fames ac ante ipsum primis in faucibus. Ut facilisis nibh eget ex maximus, at egestas orci faucibus.</p><p>Copyright text and footer links.</p>','Home','','inherit','closed','closed','','106-revision-v1','','','2018-09-02 17:27:18','2018-09-02 21:27:18','',106,'https://bestcerakoteflorida.com/106-revision-v1/',0,'revision','',0),(220,1,'2018-09-07 01:46:07','2018-09-07 05:46:07','','Apprentice registration page','','publish','closed','closed','','apprentice-registration-page','','','2018-09-07 01:46:07','2018-09-07 05:46:07','',0,'https://bestcerakoteflorida.com/apprentice-registration-page/',0,'page','',0),(221,1,'2018-09-07 01:46:07','2018-09-07 05:46:07','','','','publish','open','closed','','221','','','2018-09-07 01:46:07','2018-09-07 05:46:07','',0,'https://bestcerakoteflorida.com/tva_course_type/221/',0,'tva_course_type','',0),(459,1,'2019-01-29 23:10:58','2019-01-30 04:10:58','[woocommerce_cart]','Cart','','inherit','closed','closed','','93-autosave-v1','','','2019-01-29 23:10:58','2019-01-30 04:10:58','',93,'https://bestcerakoteflorida.com/93-autosave-v1/',0,'revision','',0),(351,1,'2018-10-08 02:16:18','2018-10-08 06:16:18','<h1 data-css=\"tve-u-15df1bff4b2\" style=\"text-align: center;\"><strong>Thank You</strong>&nbsp;for Signing Up!</h1><h2 data-css=\"tve-u-15df1c04f57\" style=\"text-align: center;\">Please watch the video below see why We Choose CERAKOTE and why we think you Should too<strong>:</strong></h2><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-282\" alt=\"\" width=\"1024\" height=\"938\" title=\"CertifiedLogo\" data-id=\"282\" src=\"//bestcerakoteflorida.com/wp-content/uploads/2018/09/CertifiedLogo-1024x938.png\"></span><h3><strong>You are only one step away from getting your 10% Off Certificate!</strong></h3><p>Please go to your email inbox and look for the email I just sent you. The subject line is \"10% Off\" and the email is sent by \"Nikolas Xifaras\".</p><h3><strong>Open the email and click on the confirmation link inside.</strong></h3><p>Done! That\'s all we need, to ensure that we got the right email address and that you will get your certificate!</p><p data-css=\"tve-u-15df1610b5c\" style=\"text-align: center;\"><span style=\"font-size: 13px; font-family: &quot;Ek Mukta&quot;; font-weight: 200;\" wfd-id=\"35\">Â© {tcb_current_year} ACME Inc | Disclaimer</span></p>','Thank You For Subscribing_Video','','inherit','closed','closed','','343-revision-v1','','','2018-10-08 02:16:18','2018-10-08 06:16:18','',343,'https://bestcerakoteflorida.com/343-revision-v1/',0,'revision','',0),(352,1,'2018-10-08 02:17:45','2018-10-08 06:17:45','<h1 data-css=\"tve-u-15df1bff4b2\" style=\"text-align: center;\"><strong>Thank You</strong>&nbsp;for Signing Up!</h1><h2 data-css=\"tve-u-15df1c04f57\" style=\"text-align: center;\">Please watch the video below see why We Choose CERAKOTE and why we think you Should too<strong>:</strong></h2><span class=\"tve_image_frame\" wfd-id=\"64\"><img class=\"tve_image wp-image-282\" alt=\"\" width=\"1024\" height=\"938\" title=\"CertifiedLogo\" data-id=\"282\" src=\"//bestcerakoteflorida.com/wp-content/uploads/2018/09/CertifiedLogo-1024x938.png\"></span><h3><strong>You are only one step away from getting your 10% Off Certificate!</strong></h3><p>Please go to your email inbox and look for the email I just sent you. The subject line is \"10% Off\" and the email is sent by \"Nikolas Xifaras\".</p><h3><strong>Open the email and click on the confirmation link inside.</strong></h3><p>Done! That\'s all we need, to ensure that we got the right email address and that you will get your certificate!</p><p data-css=\"tve-u-15df1610b5c\" style=\"text-align: center;\"><span style=\"font-size: 13px; font-family: &quot;Ek Mukta&quot;; font-weight: 200;\" wfd-id=\"40\">Â© {tcb_current_year} ACME Inc | Disclaimer</span></p>','Thank You For Subscribing_Video','','inherit','closed','closed','','343-revision-v1','','','2018-10-08 02:17:45','2018-10-08 06:17:45','',343,'https://bestcerakoteflorida.com/343-revision-v1/',0,'revision','',0),(353,1,'2018-10-08 02:18:17','2018-10-08 06:18:17','<h1 data-css=\"tve-u-15df1bff4b2\" style=\"text-align: center;\"><strong>Thank You</strong>&nbsp;for Signing Up!</h1><h2 data-css=\"tve-u-15df1c04f57\" style=\"text-align: center;\">Please watch the video below see why We Choose CERAKOTE and why we think you Should too<strong>:</strong></h2><span class=\"tve_image_frame\" wfd-id=\"64\"><img class=\"tve_image wp-image-282\" alt=\"\" width=\"1024\" height=\"938\" title=\"CertifiedLogo\" data-id=\"282\" src=\"//bestcerakoteflorida.com/wp-content/uploads/2018/09/CertifiedLogo-1024x938.png\"></span><h3><strong>You are only one step away from getting your 10% Off Certificate!</strong></h3><p>Please go to your email inbox and look for the email I just sent you. The subject line is \"10% Off\" and the email is sent by \"Nikolas Xifaras\".</p><h3><strong>Open the email and click on the confirmation link inside.</strong></h3><p>Done! That\'s all we need, to ensure that we got the right email address and that you will get your certificate!</p><p data-css=\"tve-u-15df1610b5c\" style=\"text-align: center;\"><span style=\"font-size: 13px; font-family: &quot;Ek Mukta&quot;; font-weight: 200;\" wfd-id=\"40\">Â© {tcb_current_year} ACME Inc | Disclaimer</span></p>','Thank You For Subscribing_Video','','inherit','closed','closed','','343-revision-v1','','','2018-10-08 02:18:17','2018-10-08 06:18:17','',343,'https://bestcerakoteflorida.com/343-revision-v1/',0,'revision','',0),(355,1,'2018-10-08 02:38:58','2018-10-08 06:38:58','<h1 style=\"text-align: center;\" data-css=\"tve-u-15df1bff4b2\"><strong>Thank You</strong>Â for Signing Up!</h1>\r\n<h2 style=\"text-align: center;\" data-css=\"tve-u-15df1c04f57\">Please watch the video below see why We Choose CERAKOTE and why we think you Should too<strong>:</strong></h2>\r\n<span class=\"tve_image_frame\"><img class=\"tve_image wp-image-282\" title=\"CertifiedLogo\" src=\"//bestcerakoteflorida.com/wp-content/uploads/2018/09/CertifiedLogo-1024x938.png\" alt=\"\" width=\"1024\" height=\"938\" data-id=\"282\" /></span>\r\n<h3><strong>You are only one step away from getting your 10% Off Certificate!</strong></h3>\r\nPlease go to your email inbox and look for the email I just sent you. The subject line is \"10% Off\" and the email is sent by \"Nikolas Xifaras\".\r\n<h3><strong>Open the email and click on the confirmation link inside.</strong></h3>\r\nDone! That\'s all we need, to ensure that we got the right email address and that you will get your certificate!\r\n<p style=\"text-align: center;\" data-css=\"tve-u-15df1610b5c\"><span style=\"font-size: 13px; font-family: \'Ek Mukta\'; font-weight: 200;\">Â© {tcb_current_year} ACME Inc | Disclaimer</span></p>','Thank You For Subscribing_Video','','inherit','closed','closed','','343-revision-v1','','','2018-10-08 02:38:58','2018-10-08 06:38:58','',343,'https://bestcerakoteflorida.com/343-revision-v1/',0,'revision','',0),(350,1,'2018-10-08 02:10:56','2018-10-08 06:10:56','<h1 data-css=\"tve-u-15df1bff4b2\" style=\"text-align: center;\"><strong>Thank You</strong>&nbsp;for Signing Up!</h1><h2 data-css=\"tve-u-15df1c04f57\" style=\"text-align: center;\">Please watch the video below see why We Choose CERAKOTE and why we think you Should too<strong>:</strong></h2><span class=\"tve_image_frame\" wfd-id=\"64\"><img class=\"tve_image wp-image-282\" alt=\"\" width=\"1024\" height=\"938\" title=\"CertifiedLogo\" data-id=\"282\" src=\"//bestcerakoteflorida.com/wp-content/uploads/2018/09/CertifiedLogo-1024x938.png\"></span><h3><strong>You are only one step away from getting your 10% Off Certificate!</strong></h3><p>Please go to your email inbox and look for the email I just sent you. The subject line is \"10% Off\" and the email is sent by \"Nikolas Xifaras\".</p><h3><strong>Open the email and click on the confirmation link inside.</strong></h3><p>Done! That\'s all we need, to ensure that we got the right email address and that you will get your certificate!</p><p data-css=\"tve-u-15df1610b5c\" style=\"text-align: center;\"><span style=\"font-size: 13px; font-family: &quot;Ek Mukta&quot;; font-weight: 200;\" wfd-id=\"40\">Â© {tcb_current_year} ACME Inc | Disclaimer</span></p>','Thank You For Subscribing_Video','','inherit','closed','closed','','343-revision-v1','','','2018-10-08 02:10:56','2018-10-08 06:10:56','',343,'https://bestcerakoteflorida.com/343-revision-v1/',0,'revision','',0),(349,1,'2018-10-08 02:07:46','2018-10-08 06:07:46','<h1 data-css=\"tve-u-15df1bff4b2\" style=\"text-align: center;\"><strong>Thank You</strong>&nbsp;for Signing Up!</h1><h2 data-css=\"tve-u-15df1c04f57\" style=\"text-align: center;\">Please watch the video below for the <strong>next step:</strong></h2><span class=\"tve_image_frame\" wfd-id=\"62\"><img class=\"tve_image wp-image-282\" alt=\"\" width=\"1024\" height=\"938\" title=\"CertifiedLogo\" data-id=\"282\" src=\"//bestcerakoteflorida.com/wp-content/uploads/2018/09/CertifiedLogo-1024x938.png\"></span><h3><strong>You are only one step away from getting your 10% Off Certificate!</strong></h3><p>Please go to your email inbox and look for the email I just sent you. The subject line is \"10% Off\" and the email is sent by \"Nikolas Xifaras\".</p><h3><strong>Open the email and click on the confirmation link inside.</strong></h3><p>Done! That\'s all we need, to ensure that we got the right email address and that you will get your certificate!</p><p data-css=\"tve-u-15df1610b5c\" style=\"text-align: center;\"><span style=\"font-size: 13px; font-family: &quot;Ek Mukta&quot;; font-weight: 200;\" wfd-id=\"38\">Â© {tcb_current_year} ACME Inc | Disclaimer</span></p>','Thank You For Subscribing_Video','','inherit','closed','closed','','343-revision-v1','','','2018-10-08 02:07:46','2018-10-08 06:07:46','',343,'https://bestcerakoteflorida.com/343-revision-v1/',0,'revision','',0),(242,1,'2018-09-07 02:46:51','2018-09-07 06:46:51','https://bestcerakoteflorida.com/wp-content/uploads/2018/09/thrive-comments-1.0.98-5.zip','thrive-comments-1.0.98.zip','','private','open','closed','','thrive-comments-1-0-98-zip-6','','','2018-09-07 02:46:51','2018-09-07 06:46:51','',0,'https://bestcerakoteflorida.com/wp-content/uploads/2018/09/thrive-comments-1.0.98-5.zip',0,'attachment','',0),(347,1,'2018-10-08 01:54:49','2018-10-08 05:54:49','<span class=\"tve_image_frame\" wfd-id=\"62\"><img class=\"tve_image wp-image-217\" alt=\"\" width=\"120\" height=\"57\" title=\"foundation_logo\" data-id=\"217\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/foundation_logo.png\"></span><h1 data-css=\"tve-u-15df1bff4b2\" style=\"text-align: center;\"><strong>Thank You</strong>&nbsp;for Signing Up!</h1><h2 data-css=\"tve-u-15df1c04f57\" style=\"text-align: center;\">Please watch the video below for the <strong>next step:</strong></h2><span class=\"tve_image_frame\" wfd-id=\"54\"><img class=\"tve_image wp-image-213\" alt=\"\" width=\"164\" height=\"177\" title=\"foundation_book\" data-id=\"213\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/foundation_book.png\"></span><h3><strong>You are only one step away from getting access to the free case study!</strong></h3><p>Please go to your email inbox and look for the email I just sent you. The subject line is \"Your Subject Line Here\" and the email is sent by \"Your From Name Here\".</p><h3><strong>Open the email and click on the confirmation link inside.</strong></h3><p>Done! That\'s all we need, to ensure that we got the right email address and that you will get all the stuff you signed up for!</p><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"45\"><img class=\"tve_image wp-image-352\" alt=\"\" width=\"125\" height=\"66\" title=\"signature_foundation\" data-id=\"352\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/signature_foundation.png\" style=\"width: 100%;\"></span><p data-css=\"tve-u-15df1610b5c\" style=\"text-align: center;\"><span style=\"font-size: 13px; font-family: &quot;Ek Mukta&quot;; font-weight: 200;\" wfd-id=\"36\">Â© {tcb_current_year} ACME Inc | Disclaimer</span></p>','Thank You For Subscribing_Video','','inherit','closed','closed','','343-revision-v1','','','2018-10-08 01:54:49','2018-10-08 05:54:49','',343,'https://bestcerakoteflorida.com/343-revision-v1/',0,'revision','',0),(348,1,'2018-10-08 02:06:41','2018-10-08 06:06:41','<h1 data-css=\"tve-u-15df1bff4b2\" style=\"text-align: center;\"><strong>Thank You</strong>&nbsp;for Signing Up!</h1><h2 data-css=\"tve-u-15df1c04f57\" style=\"text-align: center;\">Please watch the video below for the <strong>next step:</strong></h2><span class=\"tve_image_frame\" wfd-id=\"62\"><img class=\"tve_image wp-image-282\" alt=\"\" width=\"1024\" height=\"938\" title=\"CertifiedLogo\" data-id=\"282\" src=\"//bestcerakoteflorida.com/wp-content/uploads/2018/09/CertifiedLogo-1024x938.png\"></span><h3><strong>You are only one step away from getting your 10% Off Certificate!</strong></h3><p>Please go to your email inbox and look for the email I just sent you. The subject line is \"10% Off\" and the email is sent by \"Nikolas Xifaras\".</p><h3><strong>Open the email and click on the confirmation link inside.</strong></h3><p>Done! That\'s all we need, to ensure that we got the right email address and that you will get your certificate!</p><p data-css=\"tve-u-15df1610b5c\" style=\"text-align: center;\"><span style=\"font-size: 13px; font-family: &quot;Ek Mukta&quot;; font-weight: 200;\" wfd-id=\"38\">Â© {tcb_current_year} ACME Inc | Disclaimer</span></p>','Thank You For Subscribing_Video','','inherit','closed','closed','','343-revision-v1','','','2018-10-08 02:06:41','2018-10-08 06:06:41','',343,'https://bestcerakoteflorida.com/343-revision-v1/',0,'revision','',0),(346,1,'2018-10-08 01:54:49','2018-10-08 05:54:49','<span class=\"tve_image_frame\" wfd-id=\"62\"><img class=\"tve_image wp-image-217\" alt=\"\" width=\"120\" height=\"57\" title=\"foundation_logo\" data-id=\"217\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/foundation_logo.png\"></span><h1 data-css=\"tve-u-15df1bff4b2\" style=\"text-align: center;\"><strong>Thank You</strong>&nbsp;for Signing Up!</h1><h2 data-css=\"tve-u-15df1c04f57\" style=\"text-align: center;\">Please watch the video below for the <strong>next step:</strong></h2><span class=\"tve_image_frame\" wfd-id=\"54\"><img class=\"tve_image wp-image-213\" alt=\"\" width=\"164\" height=\"177\" title=\"foundation_book\" data-id=\"213\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/foundation_book.png\"></span><h3><strong>You are only one step away from getting access to the free case study!</strong></h3><p>Please go to your email inbox and look for the email I just sent you. The subject line is \"Your Subject Line Here\" and the email is sent by \"Your From Name Here\".</p><h3><strong>Open the email and click on the confirmation link inside.</strong></h3><p>Done! That\'s all we need, to ensure that we got the right email address and that you will get all the stuff you signed up for!</p><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"45\"><img class=\"tve_image wp-image-352\" alt=\"\" width=\"125\" height=\"66\" title=\"signature_foundation\" data-id=\"352\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/signature_foundation.png\" style=\"width: 100%;\"></span><p data-css=\"tve-u-15df1610b5c\" style=\"text-align: center;\"><span style=\"font-size: 13px; font-family: &quot;Ek Mukta&quot;; font-weight: 200;\" wfd-id=\"36\">Â© {tcb_current_year} ACME Inc | Disclaimer</span></p>','Thank You For Subscribing_Video','','inherit','closed','closed','','343-revision-v1','','','2018-10-08 01:54:49','2018-10-08 05:54:49','',343,'https://bestcerakoteflorida.com/343-revision-v1/',0,'revision','',0),(417,1,'2018-11-22 01:38:10','2018-11-22 06:38:10','<h1 data-css=\"tve-u-16035acf904\"><strong>H1 Heading Example</strong> Lorem Ipsum Dolor</h1><p data-css=\"tve-u-165d705c7ac\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi semper vulputate tincidunt. Mauris sodales vitae ipsum nec porta. Mauris lacus odio, congue eget justo nec, eleifend pellentesque orci. Interdum et malesuada fames ac ante ipsum primis in faucibus. Ut facilisis nibh eget ex maximus, at egestas orci faucibus.</p><h2 data-css=\"tve-u-165d704ec24\">Your Heading Here H2</h2><h3 data-css=\"tve-u-165d70538a3\">Your Heading Here H3</h3><h4 data-css=\"tve-u-165d70581f6\">Your Heading Here H4</h4><p>Copyright text and footer links.</p>','Home','','inherit','closed','closed','','106-revision-v1','','','2018-11-22 01:38:10','2018-11-22 06:38:10','',106,'https://bestcerakoteflorida.com/106-revision-v1/',0,'revision','',0),(418,1,'2018-11-22 01:39:06','2018-11-22 06:39:06','<h1 data-css=\"tve-u-16035acf904\"><strong>H1 Heading Example</strong> Lorem Ipsum Dolor</h1><p data-css=\"tve-u-165d705c7ac\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi semper vulputate tincidunt. Mauris sodales vitae ipsum nec porta. Mauris lacus odio, congue eget justo nec, eleifend pellentesque orci. Interdum et malesuada fames ac ante ipsum primis in faucibus. Ut facilisis nibh eget ex maximus, at egestas orci faucibus.</p><h2 data-css=\"tve-u-165d704ec24\">Your Heading Here H2</h2><h3 data-css=\"tve-u-165d70538a3\">Your Heading Here H3</h3><h4 data-css=\"tve-u-165d70581f6\">Your Heading Here H4</h4><p>Copyright text and footer links.</p>','Home','','inherit','closed','closed','','106-revision-v1','','','2018-11-22 01:39:06','2018-11-22 06:39:06','',106,'https://bestcerakoteflorida.com/106-revision-v1/',0,'revision','',0),(419,1,'2018-11-22 01:39:07','2018-11-22 06:39:07','<h1 data-css=\"tve-u-16035acf904\"><strong>H1 Heading Example</strong> Lorem Ipsum Dolor</h1><p data-css=\"tve-u-165d705c7ac\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi semper vulputate tincidunt. Mauris sodales vitae ipsum nec porta. Mauris lacus odio, congue eget justo nec, eleifend pellentesque orci. Interdum et malesuada fames ac ante ipsum primis in faucibus. Ut facilisis nibh eget ex maximus, at egestas orci faucibus.</p><h2 data-css=\"tve-u-165d704ec24\">Your Heading Here H2</h2><h3 data-css=\"tve-u-165d70538a3\">Your Heading Here H3</h3><h4 data-css=\"tve-u-165d70581f6\">Your Heading Here H4</h4><p>Copyright text and footer links.</p>','Home','','inherit','closed','closed','','106-revision-v1','','','2018-11-22 01:39:07','2018-11-22 06:39:07','',106,'https://bestcerakoteflorida.com/106-revision-v1/',0,'revision','',0),(260,1,'2018-09-08 01:55:48','0000-00-00 00:00:00','<h2>Is My MK18 Overgassed?</h2><p>Enter your text here...</p>','MK18 CQBR','','draft','open','open','','','','','2018-09-08 01:55:48','2018-09-08 05:55:48','',0,'https://bestcerakoteflorida.com/?p=260',0,'post','',0),(261,1,'2018-09-08 01:52:28','2018-09-08 05:52:28','','MK18 CQBR','','inherit','closed','closed','','260-revision-v1','','','2018-09-08 01:52:28','2018-09-08 05:52:28','',260,'https://bestcerakoteflorida.com/260-revision-v1/',0,'revision','',0),(262,1,'2018-09-08 01:54:46','2018-09-08 05:54:46','<h2>Is My MK18 Overgassed?</h2><p>Enter your text here...</p>','MK18 CQBR','','inherit','closed','closed','','260-revision-v1','','','2018-09-08 01:54:46','2018-09-08 05:54:46','',260,'https://bestcerakoteflorida.com/260-revision-v1/',0,'revision','',0),(263,1,'2018-09-08 01:54:46','2018-09-08 05:54:46','<h2>Is My MK18 Overgassed?</h2><p>Enter your text here...</p>','MK18 CQBR','','inherit','closed','closed','','260-revision-v1','','','2018-09-08 01:54:46','2018-09-08 05:54:46','',260,'https://bestcerakoteflorida.com/260-revision-v1/',0,'revision','',0),(264,1,'2018-09-08 01:55:48','2018-09-08 05:55:48','<h2>Is My MK18 Overgassed?</h2><p>Enter your text here...</p>','MK18 CQBR','','inherit','closed','closed','','260-revision-v1','','','2018-09-08 01:55:48','2018-09-08 05:55:48','',260,'https://bestcerakoteflorida.com/260-revision-v1/',0,'revision','',0),(265,1,'2018-09-08 02:02:10','2018-09-08 06:02:10','','Lightbox - Home (One Page Site Dog Walking)','','publish','closed','closed','','lightbox-home-one-page-site-dog-walking','','','2019-01-29 23:44:31','2019-01-30 04:44:31','',0,'https://bestcerakoteflorida.com/?tcb_lightbox=lightbox-home-one-page-site-dog-walking',0,'tcb_lightbox','',0),(305,1,'2018-09-14 03:28:07','2018-09-14 07:28:07','<h1 data-css=\"tve-u-16035acf904\"><strong>H1 Heading Example</strong> Lorem Ipsum Dolor</h1><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi semper vulputate tincidunt. Mauris sodales vitae ipsum nec porta. Mauris lacus odio, congue eget justo nec, eleifend pellentesque orci. Interdum et malesuada fames ac ante ipsum primis in faucibus. Ut facilisis nibh eget ex maximus, at egestas orci faucibus.</p><p>Copyright text and footer links.</p>','Home','','inherit','closed','closed','','106-revision-v1','','','2018-09-14 03:28:07','2018-09-14 07:28:07','',106,'https://bestcerakoteflorida.com/106-revision-v1/',0,'revision','',0),(306,1,'2018-09-14 03:28:07','2018-09-14 07:28:07','<h1 data-css=\"tve-u-16035acf904\"><strong>H1 Heading Example</strong> Lorem Ipsum Dolor</h1><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi semper vulputate tincidunt. Mauris sodales vitae ipsum nec porta. Mauris lacus odio, congue eget justo nec, eleifend pellentesque orci. Interdum et malesuada fames ac ante ipsum primis in faucibus. Ut facilisis nibh eget ex maximus, at egestas orci faucibus.</p><p>Copyright text and footer links.</p>','Home','','inherit','closed','closed','','106-revision-v1','','','2018-09-14 03:28:07','2018-09-14 07:28:07','',106,'https://bestcerakoteflorida.com/106-revision-v1/',0,'revision','',0),(307,1,'2018-09-14 03:30:11','2018-09-14 07:30:11','<h1 data-css=\"tve-u-16035acf904\"><strong>H1 Heading Example</strong> Lorem Ipsum Dolor</h1><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi semper vulputate tincidunt. Mauris sodales vitae ipsum nec porta. Mauris lacus odio, congue eget justo nec, eleifend pellentesque orci. Interdum et malesuada fames ac ante ipsum primis in faucibus. Ut facilisis nibh eget ex maximus, at egestas orci faucibus.</p><p>Copyright text and footer links.</p>','Home','','inherit','closed','closed','','106-revision-v1','','','2018-09-14 03:30:11','2018-09-14 07:30:11','',106,'https://bestcerakoteflorida.com/106-revision-v1/',0,'revision','',0),(308,1,'2018-09-14 03:33:18','2018-09-14 07:33:18','<h1 data-css=\"tve-u-16035acf904\"><strong>H1 Heading Example</strong> Lorem Ipsum Dolor</h1><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi semper vulputate tincidunt. Mauris sodales vitae ipsum nec porta. Mauris lacus odio, congue eget justo nec, eleifend pellentesque orci. Interdum et malesuada fames ac ante ipsum primis in faucibus. Ut facilisis nibh eget ex maximus, at egestas orci faucibus.</p><p>Copyright text and footer links.</p>','Home','','inherit','closed','closed','','106-revision-v1','','','2018-09-14 03:33:18','2018-09-14 07:33:18','',106,'https://bestcerakoteflorida.com/106-revision-v1/',0,'revision','',0),(309,1,'2018-09-14 03:40:26','2018-09-14 07:40:26','<h1 data-css=\"tve-u-16035acf904\"><strong>H1 Heading Example</strong> Lorem Ipsum Dolor</h1><p data-css=\"tve-u-165d705c7ac\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi semper vulputate tincidunt. Mauris sodales vitae ipsum nec porta. Mauris lacus odio, congue eget justo nec, eleifend pellentesque orci. Interdum et malesuada fames ac ante ipsum primis in faucibus. Ut facilisis nibh eget ex maximus, at egestas orci faucibus.</p><h2 data-css=\"tve-u-165d704ec24\">Your Heading Here H2</h2><h3 data-css=\"tve-u-165d70538a3\">Your Heading Here H3</h3><h4 data-css=\"tve-u-165d70581f6\">Your Heading Here H4</h4><p>Copyright text and footer links.</p>','Home','','inherit','closed','closed','','106-revision-v1','','','2018-09-14 03:40:26','2018-09-14 07:40:26','',106,'https://bestcerakoteflorida.com/106-revision-v1/',0,'revision','',0),(311,1,'2018-09-17 02:00:42','2018-09-17 06:00:42','<h1 data-css=\"tve-u-16035acf904\"><strong>H1 Heading Example</strong> Lorem Ipsum Dolor</h1><p data-css=\"tve-u-165d705c7ac\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi semper vulputate tincidunt. Mauris sodales vitae ipsum nec porta. Mauris lacus odio, congue eget justo nec, eleifend pellentesque orci. Interdum et malesuada fames ac ante ipsum primis in faucibus. Ut facilisis nibh eget ex maximus, at egestas orci faucibus.</p><h2 data-css=\"tve-u-165d704ec24\">Your Heading Here H2</h2><h3 data-css=\"tve-u-165d70538a3\">Your Heading Here H3</h3><h4 data-css=\"tve-u-165d70581f6\">Your Heading Here H4</h4><p>Copyright text and footer links.</p>','Home','','inherit','closed','closed','','106-revision-v1','','','2018-09-17 02:00:42','2018-09-17 06:00:42','',106,'https://bestcerakoteflorida.com/106-revision-v1/',0,'revision','',0),(312,1,'2018-09-17 02:19:54','2018-09-17 06:19:54','<h2 data-css=\"tve-u-165e62d8c6d\">Terms &amp; Conditions</h2><p>TERMS OF SERVICE-----OVERVIEWThis website is operated by Blackhawk Custom, LLC. Throughout the site, the terms â€œweâ€, â€œusâ€ and â€œourâ€ refer to Blackhawk Custom, LLC. Blackhawk Custom, LLC offers this website, including all information, tools and services available from this site to you, the user, conditioned upon your acceptance of all terms, conditions, policies and notices stated here.By visiting our site and/ or purchasing something from us, you engage in our â€œServiceâ€ and agree to be bound by the following terms and conditions (â€œTerms of Serviceâ€, â€œTermsâ€), including those additional terms, conditions, and policies referenced herein and/or available by hyperlink. These Terms of Service apply to all users of the site, including without limitation users who are browsers, vendors, customers, merchants, and/ or contributors of content.Please read these Terms of Service carefully before accessing or using our website. By accessing or using any part of the site, you agree to be bound by these Terms of Service. If you do not agree to all the terms and conditions of this agreement, then you may not access the website or use any services. If these Terms of Service are considered an offer, acceptance is expressly limited to these Terms of Service.Any new features or tools which are added to the current store shall also be subject to the Terms of Service. You can review the most current version of the Terms of Service at any time on this page. We reserve the right to update, change or replace any part of these Terms of Service by posting updates and/or changes to our website. It is your responsibility to check this page periodically for changes. Your continued use of or access to the website following the posting of any changes constitutes acceptance of those changes.SECTION 1 - ONLINE STORE TERMSBy agreeing to these Terms of Service, you represent that you are at least the age of majority in your state or province of residence, or that you are the age of majority in your state or province of residence and you have given us your consent to allow any of your minor dependents to use this site.You may not use our products for any illegal or unauthorized purpose nor may you, in the use of the Service, violate any laws in your jurisdiction (including but not limited to copyright laws).You must not transmit any worms or viruses or any code of a destructive nature.A breach or violation of any of the Terms will result in an immediate termination of your Services.SECTION 2 - GENERAL CONDITIONSWe reserve the right to refuse service to anyone for any reason at any time.You understand that your content (not including credit card information), may be transferred unencrypted and involve (a) transmissions over various networks; and (b) changes to conform and adapt to technical requirements of connecting networks or devices. Credit card information is always encrypted during transfer over networks.You agree not to reproduce, duplicate, copy, sell, resell or exploit any portion of the Service, use of the Service, or access to the Service or any contact on the website through which the service is provided, without express written permission by us.The headings used in this agreement are included for convenience only and will not limit or otherwise affect these Terms.SECTION 3 - ACCURACY, COMPLETENESS AND TIMELINESS OF INFORMATIONWe are not responsible if information made available on this site is not accurate, complete or current. The material on this site is provided for general information only and should not be relied upon or used as the sole basis for making decisions without consulting primary, more accurate, more complete or more timely sources of information. Any reliance on the material on this site is at your own risk.This site may contain certain historical information. Historical information, necessarily, is not current and is provided for your reference only. We reserve the right to modify the contents of this site at any time, but we have no obligation to update any information on our site. You agree that it is your responsibility to monitor changes to our site.SECTION 4 - MODIFICATIONS TO THE SERVICE AND PRICESThe prices for our products are subject to change without notice.We reserve the right at any time to modify or discontinue the Service (or any part or content thereof) without notice at any time.We shall not be liable to you or to any third-party for any modification, price change, suspension or discontinuance of the Service.SECTION 5 - PRODUCTS OR SERVICES (if applicable)Certain products or services may be available exclusively online through the website. These products or services may have limited quantities and are subject to return or exchange only according to our Return Policy.We have made every effort to display as accurately as possible the colors and images of our products that appear at the store. We cannot guarantee that your computer monitor\'s display of any color will be accurate.We reserve the right, but are not obligated, to limit the sales of our products or Services to any person, geographic region or jurisdiction. We may exercise this right on a case-by-case basis. We reserve the right to limit the quantities of any products or services that we offer. All descriptions of products or product pricing are subject to change at anytime without notice, at the sole discretion of us. We reserve the right to discontinue any product at any time. Any offer for any product or service made on this site is void where prohibited.We do not warrant that the quality of any products, services, information, or other material purchased or obtained by you will meet your expectations, or that any errors in the Service will be corrected.SECTION 6 - ACCURACY OF BILLING AND ACCOUNT INFORMATIONWe reserve the right to refuse any order you place with us. We may, in our sole discretion, limit or cancel quantities purchased per person, per household or per order. These restrictions may include orders placed by or under the same customer account, the same credit card, and/or orders that use the same billing and/or shipping address. In the event that we make a change to or cancel an order, we may attempt to notify you by contacting the e-mail and/or billing address/phone number provided at the time the order was made. We reserve the right to limit or prohibit orders that, in our sole judgment, appear to be placed by dealers, resellers or distributors.You agree to provide current, complete and accurate purchase and account information for all purchases made at our store. You agree to promptly update your account and other information, including your email address and credit card numbers and expiration dates, so that we can complete your transactions and contact you as needed.For more detail, please review our Returns Policy.SECTION 7 - OPTIONAL TOOLSWe may provide you with access to third-party tools over which we neither monitor nor have any control nor input.You acknowledge and agree that we provide access to such tools â€as isâ€ and â€œas availableâ€ without any warranties, representations or conditions of any kind and without any endorsement. We shall have no liability whatsoever arising from or relating to your use of optional third-party tools.Any use by you of optional tools offered through the site is entirely at your own risk and discretion and you should ensure that you are familiar with and approve of the terms on which tools are provided by the relevant third-party provider(s).We may also, in the future, offer new services and/or features through the website (including, the release of new tools and resources). Such new features and/or services shall also be subject to these Terms of Service.SECTION 8 - THIRD-PARTY LINKSCertain content, products and services available via our Service may include materials from third-parties.Third-party links on this site may direct you to third-party websites that are not affiliated with us. We are not responsible for examining or evaluating the content or accuracy and we do not warrant and will not have any liability or responsibility for any third-party materials or websites, or for any other materials, products, or services of third-parties.We are not liable for any harm or damages related to the purchase or use of goods, services, resources, content, or any other transactions made in connection with any third-party websites. Please review carefully the third-party\'s policies and practices and make sure you understand them before you engage in any transaction. Complaints, claims, concerns, or questions regarding third-party products should be directed to the third-party.SECTION 9 - USER COMMENTS, FEEDBACK AND OTHER SUBMISSIONSIf, at our request, you send certain specific submissions (for example contest entries) or without a request from us you send creative ideas, suggestions, proposals, plans, or other materials, whether online, by email, by postal mail, or otherwise (collectively, \'comments\'), you agree that we may, at any time, without restriction, edit, copy, publish, distribute, translate and otherwise use in any medium any comments that you forward to us. We are and shall be under no obligation (1) to maintain any comments in confidence; (2) to pay compensation for any comments; or (3) to respond to any comments.We may, but have no obligation to, monitor, edit or remove content that we determine in our sole discretion are unlawful, offensive, threatening, libelous, defamatory, pornographic, obscene or otherwise objectionable or violates any partyâ€™s intellectual property or these Terms of Service.You agree that your comments will not violate any right of any third-party, including copyright, trademark, privacy, personality or other personal or proprietary right. You further agree that your comments will not contain libelous or otherwise unlawful, abusive or obscene material, or contain any computer virus or other malware that could in any way affect the operation of the Service or any related website. You may not use a false e-mail address, pretend to be someone other than yourself, or otherwise mislead us or third-parties as to the origin of any comments. You are solely responsible for any comments you make and their accuracy. We take no responsibility and assume no liability for any comments posted by you or any third-party.SECTION 10 - PERSONAL INFORMATIONYour submission of personal information through the store is governed by our Privacy Policy. To view our Privacy Policy.SECTION 11 - ERRORS, INACCURACIES AND OMISSIONSOccasionally there may be information on our site or in the Service that contains typographical errors, inaccuracies or omissions that may relate to product descriptions, pricing, promotions, offers, product shipping charges, transit times and availability. We reserve the right to correct any errors, inaccuracies or omissions, and to change or update information or cancel orders if any information in the Service or on any related website is inaccurate at any time without prior notice (including after you have submitted your order).We undertake no obligation to update, amend or clarify information in the Service or on any related website, including without limitation, pricing information, except as required by law. No specified update or refresh date applied in the Service or on any related website, should be taken to indicate that all information in the Service or on any related website has been modified or updated.SECTION 12 - PROHIBITED USESIn addition to other prohibitions as set forth in the Terms of Service, you are prohibited from using the site or its content: (a) for any unlawful purpose; (b) to solicit others to perform or participate in any unlawful acts; (c) to violate any international, federal, provincial or state regulations, rules, laws, or local ordinances; (d) to infringe upon or violate our intellectual property rights or the intellectual property rights of others; (e) to harass, abuse, insult, harm, defame, slander, disparage, intimidate, or discriminate based on gender, sexual orientation, religion, ethnicity, race, age, national origin, or disability; (f) to submit false or misleading information; (g) to upload or transmit viruses or any other type of malicious code that will or may be used in any way that will affect the functionality or operation of the Service or of any related website, other websites, or the Internet; (h) to collect or track the personal information of others; (i) to spam, phish, pharm, pretext, spider, crawl, or scrape; (j) for any obscene or immoral purpose; or (k) to interfere with or circumvent the security features of the Service or any related website, other websites, or the Internet. We reserve the right to terminate your use of the Service or any related website for violating any of the prohibited uses.SECTION 13 - DISCLAIMER OF WARRANTIES; LIMITATION OF LIABILITYWe do not guarantee, represent or warrant that your use of our service will be uninterrupted, timely, secure or error-free.We do not warrant that the results that may be obtained from the use of the service will be accurate or reliable.You agree that from time to time we may remove the service for indefinite periods of time or cancel the service at any time, without notice to you.You expressly agree that your use of, or inability to use, the service is at your sole risk. The service and all products and services delivered to you through the service are (except as expressly stated by us) provided \'as is\' and \'as available\' for your use, without any representation, warranties or conditions of any kind, either express or implied, including all implied warranties or conditions of merchantability, merchantable quality, fitness for a particular purpose, durability, title, and non-infringement.In no case shall Blackhawk Custom, LLC, our directors, officers, employees, affiliates, agents, contractors, interns, suppliers, service providers or licensors be liable for any injury, loss, claim, or any direct, indirect, incidental, punitive, special, or consequential damages of any kind, including, without limitation lost profits, lost revenue, lost savings, loss of data, replacement costs, or any similar damages, whether based in contract, tort (including negligence), strict liability or otherwise, arising from your use of any of the service or any products procured using the service, or for any other claim related in any way to your use of the service or any product, including, but not limited to, any errors or omissions in any content, or any loss or damage of any kind incurred as a result of the use of the service or any content (or product) posted, transmitted, or otherwise made available via the service, even if advised of their possibility. Because some states or jurisdictions do not allow the exclusion or the limitation of liability for consequential or incidental damages, in such states or jurisdictions, our liability shall be limited to the maximum extent permitted by law.SECTION 14 - INDEMNIFICATIONYou agree to indemnify, defend and hold harmless Blackhawk Custom, LLC and our parent, subsidiaries, affiliates, partners, officers, directors, agents, contractors, licensors, service providers, subcontractors, suppliers, interns and employees, harmless from any claim or demand, including reasonable attorneysâ€™ fees, made by any third-party due to or arising out of your breach of these Terms of Service or the documents they incorporate by reference, or your violation of any law or the rights of a third-party.SECTION 15 - SEVERABILITYIn the event that any provision of these Terms of Service is determined to be unlawful, void or unenforceable, such provision shall nonetheless be enforceable to the fullest extent permitted by applicable law, and the unenforceable portion shall be deemed to be severed from these Terms of Service, such determination shall not affect the validity and enforceability of any other remaining provisions.SECTION 16 - TERMINATIONThe obligations and liabilities of the parties incurred prior to the termination date shall survive the termination of this agreement for all purposes.These Terms of Service are effective unless and until terminated by either you or us. You may terminate these Terms of Service at any time by notifying us that you no longer wish to use our Services, or when you cease using our site.If in our sole judgment you fail, or we suspect that you have failed, to comply with any term or provision of these Terms of Service, we also may terminate this agreement at any time without notice and you will remain liable for all amounts due up to and including the date of termination; and/or accordingly may deny you access to our Services (or any part thereof).SECTION 17 - ENTIRE AGREEMENTThe failure of us to exercise or enforce any right or provision of these Terms of Service shall not constitute a waiver of such right or provision.These Terms of Service and any policies or operating rules posted by us on this site or in respect to The Service constitutes the entire agreement and understanding between you and us and govern your use of the Service, superseding any prior or contemporaneous agreements, communications and proposals, whether oral or written, between you and us (including, but not limited to, any prior versions of the Terms of Service).Any ambiguities in the interpretation of these Terms of Service shall not be construed against the drafting party.SECTION 18 - GOVERNING LAWThese Terms of Service and any separate agreements whereby we provide you Services shall be governed by and construed in accordance with the laws of 825 South Kings Highway, Fort Pierce, FL 34945.SECTION 19 - CHANGES TO TERMS OF SERVICEYou can review the most current version of the Terms of Service at any time at this page.We reserve the right, at our sole discretion, to update, change or replace any part of these Terms of Service by posting updates and changes to our website. It is your responsibility to check our website periodically for changes. Your continued use of or access to our website or the Service following the posting of any changes to these Terms of Service constitutes acceptance of those changes.SECTION 20 - CONTACT INFORMATIONQuestions about the Terms of Service should be sent to us at <a href=\"mailto:admin@blackhawkcustom.com\" target=\"_blank\">admin@blackhawkcustom.com</a></p>','Terms And Conditions','','inherit','closed','closed','','95-revision-v1','','','2018-09-17 02:19:54','2018-09-17 06:19:54','',95,'https://bestcerakoteflorida.com/95-revision-v1/',0,'revision','',0),(269,1,'2018-09-08 02:30:07','2018-09-08 06:30:07','<span class=\"tve_image_frame\" wfd-id=\"284\"><img class=\"tve_image wp-image-25564\" alt=\"\" width=\"142\" height=\"44\" title=\"logo_pawcity\" data-id=\"25564\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/logo_pawcity.png\"></span><h1 data-css=\"tve-u-15ebe90cfb0\">Happy dogs =â€‹â€‹â€‹â€‹â€‹happâ€‹â€‹â€‹â€‹y owners</h1><p data-css=\"tve-u-15ebe905473\">Offer your dog a premium walking experience</p><h1 data-css=\"tve-u-15ebea42b31\" style=\"text-align: center;\">What We Do</h1><p data-css=\"tve-u-15ec2443105\" style=\"text-align: center;\">Our goal is to make sure the owners are comforted, the pups are exercised and happy and that we are getting our own puppy fixes. But letâ€™s be honest- itâ€™s their world, weâ€™re just living in it! As a small team of experienced dog owners and lovers, we really get to know you and your dog and we canguarantee consistent and personal care that is equal to your love and attention. We are so excited to make you a part of the family!</p><span class=\"tve_image_frame\" wfd-id=\"203\"><img class=\"tve_image wp-image-1596\" alt=\"\" width=\"55\" height=\"73\" title=\"what_do_icon_01\" data-id=\"1596\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_01.png\"></span><p data-css=\"tve-u-15ec2481d17\"><strong>First Class Care</strong></p><p data-css=\"tve-u-15ec2487407\">all the best for them</p><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi.</p><span class=\"tve_image_frame\" wfd-id=\"195\"><img class=\"tve_image wp-image-1597\" alt=\"\" width=\"73\" height=\"73\" title=\"what_do_icon_02\" data-id=\"1597\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_02.png\"></span><p data-css=\"tve-u-15ec2481d17\"><strong>Snacks Included</strong></p><p data-css=\"tve-u-15ec2487407\">for your little one</p><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p><span class=\"tve_image_frame\" wfd-id=\"185\"><img class=\"tve_image wp-image-1598\" alt=\"\" width=\"65\" height=\"73\" title=\"what_do_icon_03\" data-id=\"1598\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_03.png\"></span><p data-css=\"tve-u-15ec2481d17\"><strong>Regularly walks</strong></p><p data-css=\"tve-u-15ec2487407\">to keep them ealthy</p><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris.</p><p data-css=\"tve-u-15ec25610c7\"><span data-css=\"tve-u-15ec268a0a3\" style=\"font-size: 45px; color: rgb(89, 171, 227);\" wfd-id=\"171\"><span data-css=\"tve-u-15ec26760e9\" style=\"font-family: ABeeZee;\" wfd-id=\"172\">â€</span></span><span data-css=\"tve-u-15ec256b908\" style=\"font-family: &quot;Amatic SC&quot;;\" wfd-id=\"170\">&nbsp; &nbsp; &nbsp;</span><span data-css=\"tve-u-15ec2680494\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"168\"><span data-css=\"tve-u-15ec269379d\" style=\"font-size: 45px;\" wfd-id=\"169\">my chester enjoys being with them!</span> &nbsp; &nbsp;&nbsp;</span><span data-css=\"tve-u-15ec255fe12\" style=\"font-family: ABeeZee; font-weight: 400; color: rgb(89, 171, 227); font-size: 45px;\" wfd-id=\"167\">â€</span></p><p data-css=\"tve-u-160266880a0\">We LOVE going for walks with our friends at Paw! Donâ€™t tell our mom &amp; dad,but we get really excited when they leave for work because we know it wonâ€™t be long before we get a visit from one of our favorite friends at PawCity! Best part is, they always let our parents know how ourwalk went right away so they dont have to worry about us!</p><p data-css=\"tve-u-15ec269736c\">We love you PawCity!! xoxo</p><p data-css=\"tve-u-15ec26a92a2\"><strong>Anna Olson</strong>, Chesterâ€™s Mom</p><h1 data-css=\"tve-u-15ec26bd2e8\">About us</h1><p data-css=\"tve-u-15ec2443105\" style=\"text-align: center;\">At PawCity, we lead lives full of the unconditional love and happiness we receive from the furballs we get to spend time with everyday and we have this beautiful city and all the beautiful people in it to thank. We love you and your pups!!</p><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"147\"><img class=\"tve_image wp-image-7399\" alt=\"\" width=\"830\" height=\"775\" title=\"about_us_dog\" data-id=\"7399\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/about_us_dog.png\" style=\"width: 100%;\"></span><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"141\"><img class=\"tve_image wp-image-7404\" alt=\"\" width=\"64\" height=\"64\" title=\"dog_paw\" data-id=\"7404\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/dog_paw.png\" style=\"width: 100%;\"></span><p>We moved to New York City with our black bulldog rescue, Blakely, in 2007 after graduating from the University of Maryland. Immediately, we realized what a dog-crazy place it was.</p><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"135\"><img class=\"tve_image wp-image-7403\" alt=\"\" width=\"64\" height=\"64\" title=\"dog_house\" data-id=\"7403\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/dog_house.png\" style=\"width: 100%;\"></span><p>We knew right away that we wanted to work with the animals that we loved and that had given us so much love since we were little girls. We started PawCity Dog Walking in July of 2010.</p><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"129\"><img class=\"tve_image wp-image-7405\" alt=\"\" width=\"64\" height=\"64\" title=\"spinning_wheel\" data-id=\"7405\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/spinning_wheel.png\" style=\"width: 100%;\"></span><p>We cover the entire width of the East Side, from 96th Street to Delancey and handle every type of personality imaginable. At PawCity, we lead lives full of the unconditional love and happiness we receive from the furballs we get to spend time with everyday.</p><p data-css=\"tve-u-15ec2a6b447\"><span data-css=\"tve-u-15ec2a6d9d8\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"113\"><strong>Get Your Coupon</strong></span></p><p data-css=\"tve-u-15ec2ab1d6d\">We strive to keep both you and your pup as happy and comfortable as possible while youâ€™re out earning those big bucks.</p><p data-css=\"tve-u-15ec2ab1d82\"></p><p data-css=\"tve-u-15ec2aa8e2e\"><strong>Get <span data-css=\"tve-u-15ec2aafa24\" style=\"color: rgb(89, 171, 227);\" wfd-id=\"109\">20%</span> off your first walk. Enter your email and we\'ll send you your coupon.</strong></p><p data-css=\"tve-u-15ec2af6c4b\"><span data-css=\"tve-u-15ec2af6c4e\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"94\">area we serve</span></p><p>As a small team of experienced dog owners and lovers, we really get to know you and your dog and we canguarantee consistent and personal care that is equal to your love and attention.</p><p></p><p><strong><span data-css=\"tve-u-15ec2afed17\" style=\"color: rgb(89, 171, 227);\" wfd-id=\"90\">We are so excited to make you a part of the family!</span></strong></p><span class=\"tve_image_frame\" wfd-id=\"73\"><img class=\"tve_image wp-image-25564\" alt=\"\" width=\"142\" height=\"44\" title=\"logo_pawcity\" data-id=\"25564\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/logo_pawcity.png\"></span><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"66\"><img class=\"tve_image wp-image-7369\" alt=\"\" width=\"64\" height=\"64\" title=\"location\" data-id=\"7369\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/location.png\" style=\"width: 100%;\"></span><p data-css=\"tve-u-1602bfa220e\"><strong><span data-css=\"tve-u-1602b324a9b\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"63\">67 E. 3rd Street</span></strong><span data-css=\"tve-u-1602b324a9c\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"62\"> </span><span data-css=\"tve-u-1602b324ab9\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"61\">Suite B New York, NY 10003</span></p><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"52\"><img class=\"tve_image wp-image-7370\" alt=\"\" width=\"64\" height=\"64\" title=\"phone\" data-id=\"7370\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/phone.png\" style=\"width: 100%;\"></span><p><strong><span data-css=\"tve-u-1602b324a9b\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"49\">080</span></strong><span data-css=\"tve-u-1602b324a9c\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"48\"> </span><span data-css=\"tve-u-1602b324ab9\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"47\">708 5583</span></p>','Home','','inherit','closed','closed','','106-revision-v1','','','2018-09-08 02:30:07','2018-09-08 06:30:07','',106,'https://bestcerakoteflorida.com/106-revision-v1/',0,'revision','',0),(266,1,'2018-09-08 02:12:42','2018-09-08 06:12:42','<span class=\"tve_image_frame\" wfd-id=\"254\"><img class=\"tve_image wp-image-25564\" alt=\"\" width=\"142\" height=\"44\" title=\"logo_pawcity\" data-id=\"25564\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/logo_pawcity.png\"></span><p data-css=\"tve-u-15f002fa8f6\"><span data-css=\"tve-u-15f0034f748\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"248\"><a href=\"#whatwedo\">What We Do</a></span>&nbsp; &nbsp; <span data-css=\"tve-u-15f003606db\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"247\"><a href=\"#testimonials\">Testimonials</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f003655f8\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"246\"><a href=\"#aboutus\">About Us</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f00369f5e\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"245\"><a href=\"#getyourcoupon\">Get Your Coupon</a></span>&nbsp; &nbsp; <span data-css=\"tve-u-15f0064f814\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"244\"><a href=\"#areaweserve\">Area We Serve</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f003784ab\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"243\"><a href=\"#contact\">Contact</a></span></p><h1 data-css=\"tve-u-15ebe90cfb0\">Happy dogs =â€‹â€‹â€‹â€‹â€‹happâ€‹â€‹â€‹â€‹y owners</h1><p data-css=\"tve-u-15ebe905473\">Offer your dog a premium walking experience</p><h1 data-css=\"tve-u-15ebea42b31\" style=\"text-align: center;\">What We Do</h1><p data-css=\"tve-u-15ec2443105\" style=\"text-align: center;\">Our goal is to make sure the owners are comforted, the pups are exercised and happy and that we are getting our own puppy fixes. But letâ€™s be honest- itâ€™s their world, weâ€™re just living in it! As a small team of experienced dog owners and lovers, we really get to know you and your dog and we canguarantee consistent and personal care that is equal to your love and attention. We are so excited to make you a part of the family!</p><span class=\"tve_image_frame\" wfd-id=\"199\"><img class=\"tve_image wp-image-1596\" alt=\"\" width=\"55\" height=\"73\" title=\"what_do_icon_01\" data-id=\"1596\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_01.png\"></span><p data-css=\"tve-u-15ec2481d17\"><strong>First Class Care</strong></p><p data-css=\"tve-u-15ec2487407\">all the best for them</p><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi.</p><span class=\"tve_image_frame\" wfd-id=\"191\"><img class=\"tve_image wp-image-1597\" alt=\"\" width=\"73\" height=\"73\" title=\"what_do_icon_02\" data-id=\"1597\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_02.png\"></span><p data-css=\"tve-u-15ec2481d17\"><strong>Snacks Included</strong></p><p data-css=\"tve-u-15ec2487407\">for your little one</p><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p><span class=\"tve_image_frame\" wfd-id=\"183\"><img class=\"tve_image wp-image-1598\" alt=\"\" width=\"65\" height=\"73\" title=\"what_do_icon_03\" data-id=\"1598\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_03.png\"></span><p data-css=\"tve-u-15ec2481d17\"><strong>Regularly walks</strong></p><p data-css=\"tve-u-15ec2487407\">to keep them ealthy</p><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris.</p><p data-css=\"tve-u-15ec25610c7\"><span data-css=\"tve-u-15ec268a0a3\" style=\"font-size: 45px; color: rgb(89, 171, 227);\" wfd-id=\"169\"><span data-css=\"tve-u-15ec26760e9\" style=\"font-family: ABeeZee;\" wfd-id=\"170\">â€</span></span><span data-css=\"tve-u-15ec256b908\" style=\"font-family: &quot;Amatic SC&quot;;\" wfd-id=\"168\">&nbsp; &nbsp; &nbsp;</span><span data-css=\"tve-u-15ec2680494\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"166\"><span data-css=\"tve-u-15ec269379d\" style=\"font-size: 45px;\" wfd-id=\"167\">my chester enjoys being with them!</span> &nbsp; &nbsp;&nbsp;</span><span data-css=\"tve-u-15ec255fe12\" style=\"font-family: ABeeZee; font-weight: 400; color: rgb(89, 171, 227); font-size: 45px;\" wfd-id=\"165\">â€</span></p><p data-css=\"tve-u-160266880a0\">We LOVE going for walks with our friends at Paw! Donâ€™t tell our mom &amp; dad,but we get really excited when they leave for work because we know it wonâ€™t be long before we get a visit from one of our favorite friends at PawCity! Best part is, they always let our parents know how ourwalk went right away so they dont have to worry about us!</p><p data-css=\"tve-u-15ec269736c\">We love you PawCity!! xoxo</p><p data-css=\"tve-u-15ec26a92a2\"><strong>Anna Olson</strong>, Chesterâ€™s Mom</p><h1 data-css=\"tve-u-15ec26bd2e8\">About us</h1><p data-css=\"tve-u-15ec2443105\" style=\"text-align: center;\">At PawCity, we lead lives full of the unconditional love and happiness we receive from the furballs we get to spend time with everyday and we have this beautiful city and all the beautiful people in it to thank. We love you and your pups!!</p><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"145\"><img class=\"tve_image wp-image-7399\" alt=\"\" width=\"830\" height=\"775\" title=\"about_us_dog\" data-id=\"7399\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/about_us_dog.png\" style=\"width: 100%;\"></span><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"139\"><img class=\"tve_image wp-image-7404\" alt=\"\" width=\"64\" height=\"64\" title=\"dog_paw\" data-id=\"7404\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/dog_paw.png\" style=\"width: 100%;\"></span><p>We moved to New York City with our black bulldog rescue, Blakely, in 2007 after graduating from the University of Maryland. Immediately, we realized what a dog-crazy place it was.</p><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"133\"><img class=\"tve_image wp-image-7403\" alt=\"\" width=\"64\" height=\"64\" title=\"dog_house\" data-id=\"7403\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/dog_house.png\" style=\"width: 100%;\"></span><p>We knew right away that we wanted to work with the animals that we loved and that had given us so much love since we were little girls. We started PawCity Dog Walking in July of 2010.</p><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"127\"><img class=\"tve_image wp-image-7405\" alt=\"\" width=\"64\" height=\"64\" title=\"spinning_wheel\" data-id=\"7405\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/spinning_wheel.png\" style=\"width: 100%;\"></span><p>We cover the entire width of the East Side, from 96th Street to Delancey and handle every type of personality imaginable. At PawCity, we lead lives full of the unconditional love and happiness we receive from the furballs we get to spend time with everyday.</p><p data-css=\"tve-u-15ec2a6b447\"><span data-css=\"tve-u-15ec2a6d9d8\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"111\"><strong>Get Your Coupon</strong></span></p><p data-css=\"tve-u-15ec2ab1d6d\">We strive to keep both you and your pup as happy and comfortable as possible while youâ€™re out earning those big bucks.</p><p data-css=\"tve-u-15ec2ab1d82\"></p><p data-css=\"tve-u-15ec2aa8e2e\"><strong>Get <span data-css=\"tve-u-15ec2aafa24\" style=\"color: rgb(89, 171, 227);\" wfd-id=\"107\">20%</span> off your first walk. Enter your email and we\'ll send you your coupon.</strong></p><p data-css=\"tve-u-15ec2af6c4b\"><span data-css=\"tve-u-15ec2af6c4e\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"92\">area we serve</span></p><p>As a small team of experienced dog owners and lovers, we really get to know you and your dog and we canguarantee consistent and personal care that is equal to your love and attention.</p><p></p><p><strong><span data-css=\"tve-u-15ec2afed17\" style=\"color: rgb(89, 171, 227);\" wfd-id=\"88\">We are so excited to make you a part of the family!</span></strong></p><span class=\"tve_image_frame\" wfd-id=\"71\"><img class=\"tve_image wp-image-25564\" alt=\"\" width=\"142\" height=\"44\" title=\"logo_pawcity\" data-id=\"25564\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/logo_pawcity.png\"></span><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"64\"><img class=\"tve_image wp-image-7369\" alt=\"\" width=\"64\" height=\"64\" title=\"location\" data-id=\"7369\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/location.png\" style=\"width: 100%;\"></span><p data-css=\"tve-u-1602bfa220e\"><strong><span data-css=\"tve-u-1602b324a9b\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"61\">67 E. 3rd Street</span></strong><span data-css=\"tve-u-1602b324a9c\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"60\"> </span><span data-css=\"tve-u-1602b324ab9\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"59\">Suite B New York, NY 10003</span></p><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"50\"><img class=\"tve_image wp-image-7370\" alt=\"\" width=\"64\" height=\"64\" title=\"phone\" data-id=\"7370\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/phone.png\" style=\"width: 100%;\"></span><p><strong><span data-css=\"tve-u-1602b324a9b\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"47\">080</span></strong><span data-css=\"tve-u-1602b324a9c\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"46\"> </span><span data-css=\"tve-u-1602b324ab9\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"45\">708 5583</span></p>','Home','','inherit','closed','closed','','106-revision-v1','','','2018-09-08 02:12:42','2018-09-08 06:12:42','',106,'https://bestcerakoteflorida.com/106-revision-v1/',0,'revision','',0),(267,1,'2018-09-08 02:12:43','2018-09-08 06:12:43','<span class=\"tve_image_frame\" wfd-id=\"254\"><img class=\"tve_image wp-image-25564\" alt=\"\" width=\"142\" height=\"44\" title=\"logo_pawcity\" data-id=\"25564\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/logo_pawcity.png\"></span><p data-css=\"tve-u-15f002fa8f6\"><span data-css=\"tve-u-15f0034f748\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"248\"><a href=\"#whatwedo\">What We Do</a></span>&nbsp; &nbsp; <span data-css=\"tve-u-15f003606db\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"247\"><a href=\"#testimonials\">Testimonials</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f003655f8\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"246\"><a href=\"#aboutus\">About Us</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f00369f5e\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"245\"><a href=\"#getyourcoupon\">Get Your Coupon</a></span>&nbsp; &nbsp; <span data-css=\"tve-u-15f0064f814\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"244\"><a href=\"#areaweserve\">Area We Serve</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f003784ab\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"243\"><a href=\"#contact\">Contact</a></span></p><h1 data-css=\"tve-u-15ebe90cfb0\">Happy dogs =â€‹â€‹â€‹â€‹â€‹happâ€‹â€‹â€‹â€‹y owners</h1><p data-css=\"tve-u-15ebe905473\">Offer your dog a premium walking experience</p><h1 data-css=\"tve-u-15ebea42b31\" style=\"text-align: center;\">What We Do</h1><p data-css=\"tve-u-15ec2443105\" style=\"text-align: center;\">Our goal is to make sure the owners are comforted, the pups are exercised and happy and that we are getting our own puppy fixes. But letâ€™s be honest- itâ€™s their world, weâ€™re just living in it! As a small team of experienced dog owners and lovers, we really get to know you and your dog and we canguarantee consistent and personal care that is equal to your love and attention. We are so excited to make you a part of the family!</p><span class=\"tve_image_frame\" wfd-id=\"199\"><img class=\"tve_image wp-image-1596\" alt=\"\" width=\"55\" height=\"73\" title=\"what_do_icon_01\" data-id=\"1596\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_01.png\"></span><p data-css=\"tve-u-15ec2481d17\"><strong>First Class Care</strong></p><p data-css=\"tve-u-15ec2487407\">all the best for them</p><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi.</p><span class=\"tve_image_frame\" wfd-id=\"191\"><img class=\"tve_image wp-image-1597\" alt=\"\" width=\"73\" height=\"73\" title=\"what_do_icon_02\" data-id=\"1597\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_02.png\"></span><p data-css=\"tve-u-15ec2481d17\"><strong>Snacks Included</strong></p><p data-css=\"tve-u-15ec2487407\">for your little one</p><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p><span class=\"tve_image_frame\" wfd-id=\"183\"><img class=\"tve_image wp-image-1598\" alt=\"\" width=\"65\" height=\"73\" title=\"what_do_icon_03\" data-id=\"1598\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_03.png\"></span><p data-css=\"tve-u-15ec2481d17\"><strong>Regularly walks</strong></p><p data-css=\"tve-u-15ec2487407\">to keep them ealthy</p><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris.</p><p data-css=\"tve-u-15ec25610c7\"><span data-css=\"tve-u-15ec268a0a3\" style=\"font-size: 45px; color: rgb(89, 171, 227);\" wfd-id=\"169\"><span data-css=\"tve-u-15ec26760e9\" style=\"font-family: ABeeZee;\" wfd-id=\"170\">â€</span></span><span data-css=\"tve-u-15ec256b908\" style=\"font-family: &quot;Amatic SC&quot;;\" wfd-id=\"168\">&nbsp; &nbsp; &nbsp;</span><span data-css=\"tve-u-15ec2680494\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"166\"><span data-css=\"tve-u-15ec269379d\" style=\"font-size: 45px;\" wfd-id=\"167\">my chester enjoys being with them!</span> &nbsp; &nbsp;&nbsp;</span><span data-css=\"tve-u-15ec255fe12\" style=\"font-family: ABeeZee; font-weight: 400; color: rgb(89, 171, 227); font-size: 45px;\" wfd-id=\"165\">â€</span></p><p data-css=\"tve-u-160266880a0\">We LOVE going for walks with our friends at Paw! Donâ€™t tell our mom &amp; dad,but we get really excited when they leave for work because we know it wonâ€™t be long before we get a visit from one of our favorite friends at PawCity! Best part is, they always let our parents know how ourwalk went right away so they dont have to worry about us!</p><p data-css=\"tve-u-15ec269736c\">We love you PawCity!! xoxo</p><p data-css=\"tve-u-15ec26a92a2\"><strong>Anna Olson</strong>, Chesterâ€™s Mom</p><h1 data-css=\"tve-u-15ec26bd2e8\">About us</h1><p data-css=\"tve-u-15ec2443105\" style=\"text-align: center;\">At PawCity, we lead lives full of the unconditional love and happiness we receive from the furballs we get to spend time with everyday and we have this beautiful city and all the beautiful people in it to thank. We love you and your pups!!</p><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"145\"><img class=\"tve_image wp-image-7399\" alt=\"\" width=\"830\" height=\"775\" title=\"about_us_dog\" data-id=\"7399\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/about_us_dog.png\" style=\"width: 100%;\"></span><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"139\"><img class=\"tve_image wp-image-7404\" alt=\"\" width=\"64\" height=\"64\" title=\"dog_paw\" data-id=\"7404\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/dog_paw.png\" style=\"width: 100%;\"></span><p>We moved to New York City with our black bulldog rescue, Blakely, in 2007 after graduating from the University of Maryland. Immediately, we realized what a dog-crazy place it was.</p><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"133\"><img class=\"tve_image wp-image-7403\" alt=\"\" width=\"64\" height=\"64\" title=\"dog_house\" data-id=\"7403\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/dog_house.png\" style=\"width: 100%;\"></span><p>We knew right away that we wanted to work with the animals that we loved and that had given us so much love since we were little girls. We started PawCity Dog Walking in July of 2010.</p><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"127\"><img class=\"tve_image wp-image-7405\" alt=\"\" width=\"64\" height=\"64\" title=\"spinning_wheel\" data-id=\"7405\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/spinning_wheel.png\" style=\"width: 100%;\"></span><p>We cover the entire width of the East Side, from 96th Street to Delancey and handle every type of personality imaginable. At PawCity, we lead lives full of the unconditional love and happiness we receive from the furballs we get to spend time with everyday.</p><p data-css=\"tve-u-15ec2a6b447\"><span data-css=\"tve-u-15ec2a6d9d8\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"111\"><strong>Get Your Coupon</strong></span></p><p data-css=\"tve-u-15ec2ab1d6d\">We strive to keep both you and your pup as happy and comfortable as possible while youâ€™re out earning those big bucks.</p><p data-css=\"tve-u-15ec2ab1d82\"></p><p data-css=\"tve-u-15ec2aa8e2e\"><strong>Get <span data-css=\"tve-u-15ec2aafa24\" style=\"color: rgb(89, 171, 227);\" wfd-id=\"107\">20%</span> off your first walk. Enter your email and we\'ll send you your coupon.</strong></p><p data-css=\"tve-u-15ec2af6c4b\"><span data-css=\"tve-u-15ec2af6c4e\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"92\">area we serve</span></p><p>As a small team of experienced dog owners and lovers, we really get to know you and your dog and we canguarantee consistent and personal care that is equal to your love and attention.</p><p></p><p><strong><span data-css=\"tve-u-15ec2afed17\" style=\"color: rgb(89, 171, 227);\" wfd-id=\"88\">We are so excited to make you a part of the family!</span></strong></p><span class=\"tve_image_frame\" wfd-id=\"71\"><img class=\"tve_image wp-image-25564\" alt=\"\" width=\"142\" height=\"44\" title=\"logo_pawcity\" data-id=\"25564\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/logo_pawcity.png\"></span><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"64\"><img class=\"tve_image wp-image-7369\" alt=\"\" width=\"64\" height=\"64\" title=\"location\" data-id=\"7369\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/location.png\" style=\"width: 100%;\"></span><p data-css=\"tve-u-1602bfa220e\"><strong><span data-css=\"tve-u-1602b324a9b\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"61\">67 E. 3rd Street</span></strong><span data-css=\"tve-u-1602b324a9c\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"60\"> </span><span data-css=\"tve-u-1602b324ab9\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"59\">Suite B New York, NY 10003</span></p><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"50\"><img class=\"tve_image wp-image-7370\" alt=\"\" width=\"64\" height=\"64\" title=\"phone\" data-id=\"7370\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/phone.png\" style=\"width: 100%;\"></span><p><strong><span data-css=\"tve-u-1602b324a9b\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"47\">080</span></strong><span data-css=\"tve-u-1602b324a9c\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"46\"> </span><span data-css=\"tve-u-1602b324ab9\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"45\">708 5583</span></p>','Home','','inherit','closed','closed','','106-revision-v1','','','2018-09-08 02:12:43','2018-09-08 06:12:43','',106,'https://bestcerakoteflorida.com/106-revision-v1/',0,'revision','',0),(268,1,'2018-09-08 02:17:23','2018-09-08 06:17:23','<span class=\"tve_image_frame\" wfd-id=\"259\"><img class=\"tve_image wp-image-25564\" alt=\"\" width=\"142\" height=\"44\" title=\"logo_pawcity\" data-id=\"25564\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/logo_pawcity.png\"></span><p data-css=\"tve-u-15f002fa8f6\"><span data-css=\"tve-u-15f0034f748\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"253\"><a href=\"#whatwedo\">What We Do</a></span>&nbsp; &nbsp; <span data-css=\"tve-u-15f003606db\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"252\"><a href=\"#testimonials\">Testimonials</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f003655f8\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"251\"><a href=\"#aboutus\">About Us</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f00369f5e\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"250\"><a href=\"#getyourcoupon\">Get Your Coupon</a></span>&nbsp; &nbsp; <span data-css=\"tve-u-15f0064f814\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"249\"><a href=\"#areaweserve\">Area We Serve</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f003784ab\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"248\"><a href=\"#contact\">Contact</a></span></p><h1 data-css=\"tve-u-15ebe90cfb0\">Happy dogs =â€‹â€‹â€‹â€‹â€‹happâ€‹â€‹â€‹â€‹y owners</h1><p data-css=\"tve-u-15ebe905473\">Offer your dog a premium walking experience</p><h1 data-css=\"tve-u-15ebea42b31\" style=\"text-align: center;\">What We Do</h1><p data-css=\"tve-u-15ec2443105\" style=\"text-align: center;\">Our goal is to make sure the owners are comforted, the pups are exercised and happy and that we are getting our own puppy fixes. But letâ€™s be honest- itâ€™s their world, weâ€™re just living in it! As a small team of experienced dog owners and lovers, we really get to know you and your dog and we canguarantee consistent and personal care that is equal to your love and attention. We are so excited to make you a part of the family!</p><span class=\"tve_image_frame\" wfd-id=\"200\"><img class=\"tve_image wp-image-1596\" alt=\"\" width=\"55\" height=\"73\" title=\"what_do_icon_01\" data-id=\"1596\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_01.png\"></span><p data-css=\"tve-u-15ec2481d17\"><strong>First Class Care</strong></p><p data-css=\"tve-u-15ec2487407\">all the best for them</p><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi.</p><span class=\"tve_image_frame\" wfd-id=\"192\"><img class=\"tve_image wp-image-1597\" alt=\"\" width=\"73\" height=\"73\" title=\"what_do_icon_02\" data-id=\"1597\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_02.png\"></span><p data-css=\"tve-u-15ec2481d17\"><strong>Snacks Included</strong></p><p data-css=\"tve-u-15ec2487407\">for your little one</p><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p><span class=\"tve_image_frame\" wfd-id=\"184\"><img class=\"tve_image wp-image-1598\" alt=\"\" width=\"65\" height=\"73\" title=\"what_do_icon_03\" data-id=\"1598\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_03.png\"></span><p data-css=\"tve-u-15ec2481d17\"><strong>Regularly walks</strong></p><p data-css=\"tve-u-15ec2487407\">to keep them ealthy</p><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris.</p><p data-css=\"tve-u-15ec25610c7\"><span data-css=\"tve-u-15ec268a0a3\" style=\"font-size: 45px; color: rgb(89, 171, 227);\" wfd-id=\"170\"><span data-css=\"tve-u-15ec26760e9\" style=\"font-family: ABeeZee;\" wfd-id=\"171\">â€</span></span><span data-css=\"tve-u-15ec256b908\" style=\"font-family: &quot;Amatic SC&quot;;\" wfd-id=\"169\">&nbsp; &nbsp; &nbsp;</span><span data-css=\"tve-u-15ec2680494\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"167\"><span data-css=\"tve-u-15ec269379d\" style=\"font-size: 45px;\" wfd-id=\"168\">my chester enjoys being with them!</span> &nbsp; &nbsp;&nbsp;</span><span data-css=\"tve-u-15ec255fe12\" style=\"font-family: ABeeZee; font-weight: 400; color: rgb(89, 171, 227); font-size: 45px;\" wfd-id=\"166\">â€</span></p><p data-css=\"tve-u-160266880a0\">We LOVE going for walks with our friends at Paw! Donâ€™t tell our mom &amp; dad,but we get really excited when they leave for work because we know it wonâ€™t be long before we get a visit from one of our favorite friends at PawCity! Best part is, they always let our parents know how ourwalk went right away so they dont have to worry about us!</p><p data-css=\"tve-u-15ec269736c\">We love you PawCity!! xoxo</p><p data-css=\"tve-u-15ec26a92a2\"><strong>Anna Olson</strong>, Chesterâ€™s Mom</p><h1 data-css=\"tve-u-15ec26bd2e8\">About us</h1><p data-css=\"tve-u-15ec2443105\" style=\"text-align: center;\">At PawCity, we lead lives full of the unconditional love and happiness we receive from the furballs we get to spend time with everyday and we have this beautiful city and all the beautiful people in it to thank. We love you and your pups!!</p><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"146\"><img class=\"tve_image wp-image-7399\" alt=\"\" width=\"830\" height=\"775\" title=\"about_us_dog\" data-id=\"7399\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/about_us_dog.png\" style=\"width: 100%;\"></span><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"140\"><img class=\"tve_image wp-image-7404\" alt=\"\" width=\"64\" height=\"64\" title=\"dog_paw\" data-id=\"7404\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/dog_paw.png\" style=\"width: 100%;\"></span><p>We moved to New York City with our black bulldog rescue, Blakely, in 2007 after graduating from the University of Maryland. Immediately, we realized what a dog-crazy place it was.</p><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"134\"><img class=\"tve_image wp-image-7403\" alt=\"\" width=\"64\" height=\"64\" title=\"dog_house\" data-id=\"7403\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/dog_house.png\" style=\"width: 100%;\"></span><p>We knew right away that we wanted to work with the animals that we loved and that had given us so much love since we were little girls. We started PawCity Dog Walking in July of 2010.</p><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"128\"><img class=\"tve_image wp-image-7405\" alt=\"\" width=\"64\" height=\"64\" title=\"spinning_wheel\" data-id=\"7405\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/spinning_wheel.png\" style=\"width: 100%;\"></span><p>We cover the entire width of the East Side, from 96th Street to Delancey and handle every type of personality imaginable. At PawCity, we lead lives full of the unconditional love and happiness we receive from the furballs we get to spend time with everyday.</p><p data-css=\"tve-u-15ec2a6b447\"><span data-css=\"tve-u-15ec2a6d9d8\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"112\"><strong>Get Your Coupon</strong></span></p><p data-css=\"tve-u-15ec2ab1d6d\">We strive to keep both you and your pup as happy and comfortable as possible while youâ€™re out earning those big bucks.</p><p data-css=\"tve-u-15ec2ab1d82\"></p><p data-css=\"tve-u-15ec2aa8e2e\"><strong>Get <span data-css=\"tve-u-15ec2aafa24\" style=\"color: rgb(89, 171, 227);\" wfd-id=\"108\">20%</span> off your first walk. Enter your email and we\'ll send you your coupon.</strong></p><p data-css=\"tve-u-15ec2af6c4b\"><span data-css=\"tve-u-15ec2af6c4e\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"93\">area we serve</span></p><p>As a small team of experienced dog owners and lovers, we really get to know you and your dog and we canguarantee consistent and personal care that is equal to your love and attention.</p><p></p><p><strong><span data-css=\"tve-u-15ec2afed17\" style=\"color: rgb(89, 171, 227);\" wfd-id=\"89\">We are so excited to make you a part of the family!</span></strong></p><span class=\"tve_image_frame\" wfd-id=\"72\"><img class=\"tve_image wp-image-25564\" alt=\"\" width=\"142\" height=\"44\" title=\"logo_pawcity\" data-id=\"25564\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/logo_pawcity.png\"></span><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"65\"><img class=\"tve_image wp-image-7369\" alt=\"\" width=\"64\" height=\"64\" title=\"location\" data-id=\"7369\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/location.png\" style=\"width: 100%;\"></span><p data-css=\"tve-u-1602bfa220e\"><strong><span data-css=\"tve-u-1602b324a9b\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"62\">67 E. 3rd Street</span></strong><span data-css=\"tve-u-1602b324a9c\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"61\"> </span><span data-css=\"tve-u-1602b324ab9\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"60\">Suite B New York, NY 10003</span></p><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"51\"><img class=\"tve_image wp-image-7370\" alt=\"\" width=\"64\" height=\"64\" title=\"phone\" data-id=\"7370\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/phone.png\" style=\"width: 100%;\"></span><p><strong><span data-css=\"tve-u-1602b324a9b\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"48\">080</span></strong><span data-css=\"tve-u-1602b324a9c\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"47\"> </span><span data-css=\"tve-u-1602b324ab9\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"46\">708 5583</span></p>','Home','','inherit','closed','closed','','106-revision-v1','','','2018-09-08 02:17:23','2018-09-08 06:17:23','',106,'https://bestcerakoteflorida.com/106-revision-v1/',0,'revision','',0),(270,1,'2018-09-08 02:35:44','2018-09-08 06:35:44','<span class=\"tve_image_frame\" wfd-id=\"288\"><img class=\"tve_image wp-image-25564\" alt=\"\" width=\"142\" height=\"44\" title=\"logo_pawcity\" data-id=\"25564\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/logo_pawcity.png\"></span><h1 data-css=\"tve-u-15ebe90cfb0\">Happy dogs =â€‹â€‹â€‹â€‹â€‹happâ€‹â€‹â€‹â€‹y owners</h1><p data-css=\"tve-u-15ebe905473\">Offer your dog a premium walking experience</p><h1 data-css=\"tve-u-15ebea42b31\" style=\"text-align: center;\">What We Do</h1><p data-css=\"tve-u-15ec2443105\" style=\"text-align: center;\">Our goal is to make sure the owners are comforted, the pups are exercised and happy and that we are getting our own puppy fixes. But letâ€™s be honest- itâ€™s their world, weâ€™re just living in it! As a small team of experienced dog owners and lovers, we really get to know you and your dog and we canguarantee consistent and personal care that is equal to your love and attention. We are so excited to make you a part of the family!</p><span class=\"tve_image_frame\" wfd-id=\"203\"><img class=\"tve_image wp-image-1596\" alt=\"\" width=\"55\" height=\"73\" title=\"what_do_icon_01\" data-id=\"1596\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_01.png\"></span><p data-css=\"tve-u-15ec2481d17\"><strong>First Class Care</strong></p><p data-css=\"tve-u-15ec2487407\">all the best for them</p><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi.</p><span class=\"tve_image_frame\" wfd-id=\"195\"><img class=\"tve_image wp-image-1597\" alt=\"\" width=\"73\" height=\"73\" title=\"what_do_icon_02\" data-id=\"1597\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_02.png\"></span><p data-css=\"tve-u-15ec2481d17\"><strong>Snacks Included</strong></p><p data-css=\"tve-u-15ec2487407\">for your little one</p><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p><span class=\"tve_image_frame\" wfd-id=\"185\"><img class=\"tve_image wp-image-1598\" alt=\"\" width=\"65\" height=\"73\" title=\"what_do_icon_03\" data-id=\"1598\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_03.png\"></span><p data-css=\"tve-u-15ec2481d17\"><strong>Regularly walks</strong></p><p data-css=\"tve-u-15ec2487407\">to keep them ealthy</p><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris.</p><p data-css=\"tve-u-15ec25610c7\"><span data-css=\"tve-u-15ec268a0a3\" style=\"font-size: 45px; color: rgb(89, 171, 227);\" wfd-id=\"171\"><span data-css=\"tve-u-15ec26760e9\" style=\"font-family: ABeeZee;\" wfd-id=\"172\">â€</span></span><span data-css=\"tve-u-15ec256b908\" style=\"font-family: &quot;Amatic SC&quot;;\" wfd-id=\"170\">&nbsp; &nbsp; &nbsp;</span><span data-css=\"tve-u-15ec2680494\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"168\"><span data-css=\"tve-u-15ec269379d\" style=\"font-size: 45px;\" wfd-id=\"169\">my chester enjoys being with them!</span> &nbsp; &nbsp;&nbsp;</span><span data-css=\"tve-u-15ec255fe12\" style=\"font-family: ABeeZee; font-weight: 400; color: rgb(89, 171, 227); font-size: 45px;\" wfd-id=\"167\">â€</span></p><p data-css=\"tve-u-160266880a0\">We LOVE going for walks with our friends at Paw! Donâ€™t tell our mom &amp; dad,but we get really excited when they leave for work because we know it wonâ€™t be long before we get a visit from one of our favorite friends at PawCity! Best part is, they always let our parents know how ourwalk went right away so they dont have to worry about us!</p><p data-css=\"tve-u-15ec269736c\">We love you PawCity!! xoxo</p><p data-css=\"tve-u-15ec26a92a2\"><strong>Anna Olson</strong>, Chesterâ€™s Mom</p><h1 data-css=\"tve-u-15ec26bd2e8\">About us</h1><p data-css=\"tve-u-15ec2443105\" style=\"text-align: center;\">At PawCity, we lead lives full of the unconditional love and happiness we receive from the furballs we get to spend time with everyday and we have this beautiful city and all the beautiful people in it to thank. We love you and your pups!!</p><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"147\"><img class=\"tve_image wp-image-7399\" alt=\"\" width=\"830\" height=\"775\" title=\"about_us_dog\" data-id=\"7399\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/about_us_dog.png\" style=\"width: 100%;\"></span><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"141\"><img class=\"tve_image wp-image-7404\" alt=\"\" width=\"64\" height=\"64\" title=\"dog_paw\" data-id=\"7404\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/dog_paw.png\" style=\"width: 100%;\"></span><p>We moved to New York City with our black bulldog rescue, Blakely, in 2007 after graduating from the University of Maryland. Immediately, we realized what a dog-crazy place it was.</p><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"135\"><img class=\"tve_image wp-image-7403\" alt=\"\" width=\"64\" height=\"64\" title=\"dog_house\" data-id=\"7403\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/dog_house.png\" style=\"width: 100%;\"></span><p>We knew right away that we wanted to work with the animals that we loved and that had given us so much love since we were little girls. We started PawCity Dog Walking in July of 2010.</p><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"129\"><img class=\"tve_image wp-image-7405\" alt=\"\" width=\"64\" height=\"64\" title=\"spinning_wheel\" data-id=\"7405\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/spinning_wheel.png\" style=\"width: 100%;\"></span><p>We cover the entire width of the East Side, from 96th Street to Delancey and handle every type of personality imaginable. At PawCity, we lead lives full of the unconditional love and happiness we receive from the furballs we get to spend time with everyday.</p><p data-css=\"tve-u-15ec2a6b447\"><span data-css=\"tve-u-15ec2a6d9d8\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"113\"><strong>Get Your Coupon</strong></span></p><p data-css=\"tve-u-15ec2ab1d6d\">We strive to keep both you and your pup as happy and comfortable as possible while youâ€™re out earning those big bucks.</p><p data-css=\"tve-u-15ec2ab1d82\"></p><p data-css=\"tve-u-15ec2aa8e2e\"><strong>Get <span data-css=\"tve-u-15ec2aafa24\" style=\"color: rgb(89, 171, 227);\" wfd-id=\"109\">20%</span> off your first walk. Enter your email and we\'ll send you your coupon.</strong></p><p data-css=\"tve-u-15ec2af6c4b\"><span data-css=\"tve-u-15ec2af6c4e\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"94\">area we serve</span></p><p>As a small team of experienced dog owners and lovers, we really get to know you and your dog and we canguarantee consistent and personal care that is equal to your love and attention.</p><p></p><p><strong><span data-css=\"tve-u-15ec2afed17\" style=\"color: rgb(89, 171, 227);\" wfd-id=\"90\">We are so excited to make you a part of the family!</span></strong></p><span class=\"tve_image_frame\" wfd-id=\"73\"><img class=\"tve_image wp-image-25564\" alt=\"\" width=\"142\" height=\"44\" title=\"logo_pawcity\" data-id=\"25564\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/logo_pawcity.png\"></span><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"66\"><img class=\"tve_image wp-image-7369\" alt=\"\" width=\"64\" height=\"64\" title=\"location\" data-id=\"7369\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/location.png\" style=\"width: 100%;\"></span><p data-css=\"tve-u-1602bfa220e\"><strong><span data-css=\"tve-u-1602b324a9b\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"63\">67 E. 3rd Street</span></strong><span data-css=\"tve-u-1602b324a9c\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"62\"> </span><span data-css=\"tve-u-1602b324ab9\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"61\">Suite B New York, NY 10003</span></p><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"52\"><img class=\"tve_image wp-image-7370\" alt=\"\" width=\"64\" height=\"64\" title=\"phone\" data-id=\"7370\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/phone.png\" style=\"width: 100%;\"></span><p><strong><span data-css=\"tve-u-1602b324a9b\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"49\">080</span></strong><span data-css=\"tve-u-1602b324a9c\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"48\"> </span><span data-css=\"tve-u-1602b324ab9\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"47\">708 5583</span></p>','Home','','inherit','closed','closed','','106-revision-v1','','','2018-09-08 02:35:44','2018-09-08 06:35:44','',106,'https://bestcerakoteflorida.com/106-revision-v1/',0,'revision','',0),(271,1,'2018-09-08 02:39:05','2018-09-08 06:39:05','<span class=\"tve_image_frame\" wfd-id=\"238\"><img class=\"tve_image wp-image-25564\" alt=\"\" width=\"142\" height=\"44\" title=\"logo_pawcity\" data-id=\"25564\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/logo_pawcity.png\"></span><h1 data-css=\"tve-u-15ebe90cfb0\">Happy dogs =â€‹â€‹â€‹â€‹â€‹happâ€‹â€‹â€‹â€‹y owners</h1><p data-css=\"tve-u-15ebe905473\">Offer your dog a premium walking experience</p><h1 data-css=\"tve-u-15ebea42b31\" style=\"text-align: center;\">What We Do</h1><p data-css=\"tve-u-15ec2443105\" style=\"text-align: center;\">Our goal is to make sure the owners are comforted, the pups are exercised and happy and that we are getting our own puppy fixes. But letâ€™s be honest- itâ€™s their world, weâ€™re just living in it! As a small team of experienced dog owners and lovers, we really get to know you and your dog and we canguarantee consistent and personal care that is equal to your love and attention. We are so excited to make you a part of the family!</p><span class=\"tve_image_frame\" wfd-id=\"183\"><img class=\"tve_image wp-image-1596\" alt=\"\" width=\"55\" height=\"73\" title=\"what_do_icon_01\" data-id=\"1596\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_01.png\"></span><p data-css=\"tve-u-15ec2481d17\"><strong>First Class Care</strong></p><p data-css=\"tve-u-15ec2487407\">all the best for them</p><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi.</p><span class=\"tve_image_frame\" wfd-id=\"175\"><img class=\"tve_image wp-image-1597\" alt=\"\" width=\"73\" height=\"73\" title=\"what_do_icon_02\" data-id=\"1597\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_02.png\"></span><p data-css=\"tve-u-15ec2481d17\"><strong>Snacks Included</strong></p><p data-css=\"tve-u-15ec2487407\">for your little one</p><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p><span class=\"tve_image_frame\" wfd-id=\"167\"><img class=\"tve_image wp-image-1598\" alt=\"\" width=\"65\" height=\"73\" title=\"what_do_icon_03\" data-id=\"1598\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_03.png\"></span><p data-css=\"tve-u-15ec2481d17\"><strong>Regularly walks</strong></p><p data-css=\"tve-u-15ec2487407\">to keep them ealthy</p><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris.</p><p data-css=\"tve-u-15ec25610c7\"><span data-css=\"tve-u-15ec268a0a3\" style=\"font-size: 45px; color: rgb(89, 171, 227);\" wfd-id=\"153\"><span data-css=\"tve-u-15ec26760e9\" style=\"font-family: ABeeZee;\" wfd-id=\"154\">â€</span></span><span data-css=\"tve-u-15ec256b908\" style=\"font-family: &quot;Amatic SC&quot;;\" wfd-id=\"152\">&nbsp; &nbsp; &nbsp;</span><span data-css=\"tve-u-15ec2680494\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"150\"><span data-css=\"tve-u-15ec269379d\" style=\"font-size: 45px;\" wfd-id=\"151\">my chester enjoys being with them!</span> &nbsp; &nbsp;&nbsp;</span><span data-css=\"tve-u-15ec255fe12\" style=\"font-family: ABeeZee; font-weight: 400; color: rgb(89, 171, 227); font-size: 45px;\" wfd-id=\"149\">â€</span></p><p data-css=\"tve-u-160266880a0\">We LOVE going for walks with our friends at Paw! Donâ€™t tell our mom &amp; dad,but we get really excited when they leave for work because we know it wonâ€™t be long before we get a visit from one of our favorite friends at PawCity! Best part is, they always let our parents know how ourwalk went right away so they dont have to worry about us!</p><p data-css=\"tve-u-15ec269736c\">We love you PawCity!! xoxo</p><p data-css=\"tve-u-15ec26a92a2\"><strong>Anna Olson</strong>, Chesterâ€™s Mom</p><h1 data-css=\"tve-u-15ec26bd2e8\">About us</h1><p data-css=\"tve-u-15ec2443105\" style=\"text-align: center;\">At PawCity, we lead lives full of the unconditional love and happiness we receive from the furballs we get to spend time with everyday and we have this beautiful city and all the beautiful people in it to thank. We love you and your pups!!</p><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"129\"><img class=\"tve_image wp-image-7399\" alt=\"\" width=\"830\" height=\"775\" title=\"about_us_dog\" data-id=\"7399\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/about_us_dog.png\" style=\"width: 100%;\"></span><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"123\"><img class=\"tve_image wp-image-7404\" alt=\"\" width=\"64\" height=\"64\" title=\"dog_paw\" data-id=\"7404\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/dog_paw.png\" style=\"width: 100%;\"></span><p>We moved to New York City with our black bulldog rescue, Blakely, in 2007 after graduating from the University of Maryland. Immediately, we realized what a dog-crazy place it was.</p><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"117\"><img class=\"tve_image wp-image-7403\" alt=\"\" width=\"64\" height=\"64\" title=\"dog_house\" data-id=\"7403\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/dog_house.png\" style=\"width: 100%;\"></span><p>We knew right away that we wanted to work with the animals that we loved and that had given us so much love since we were little girls. We started PawCity Dog Walking in July of 2010.</p><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"111\"><img class=\"tve_image wp-image-7405\" alt=\"\" width=\"64\" height=\"64\" title=\"spinning_wheel\" data-id=\"7405\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/spinning_wheel.png\" style=\"width: 100%;\"></span><p>We cover the entire width of the East Side, from 96th Street to Delancey and handle every type of personality imaginable. At PawCity, we lead lives full of the unconditional love and happiness we receive from the furballs we get to spend time with everyday.</p><p data-css=\"tve-u-15ec2a6b447\"><span data-css=\"tve-u-15ec2a6d9d8\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"97\"><strong>Get Your Coupon</strong></span></p><p data-css=\"tve-u-15ec2ab1d6d\">We strive to keep both you and your pup as happy and comfortable as possible while youâ€™re out earning those big bucks.</p><p data-css=\"tve-u-15ec2ab1d82\"></p><p data-css=\"tve-u-15ec2aa8e2e\"><strong>Get <span data-css=\"tve-u-15ec2aafa24\" style=\"color: rgb(89, 171, 227);\" wfd-id=\"95\">20%</span> off your first walk. Enter your email and we\'ll send you your coupon.</strong></p><p data-css=\"tve-u-15ec2af6c4b\"><span data-css=\"tve-u-15ec2af6c4e\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"82\">area we serve</span></p><p>As a small team of experienced dog owners and lovers, we really get to know you and your dog and we canguarantee consistent and personal care that is equal to your love and attention.</p><p></p><p><strong><span data-css=\"tve-u-15ec2afed17\" style=\"color: rgb(89, 171, 227);\" wfd-id=\"80\">We are so excited to make you a part of the family!</span></strong></p><span class=\"tve_image_frame\" wfd-id=\"65\"><img class=\"tve_image wp-image-25564\" alt=\"\" width=\"142\" height=\"44\" title=\"logo_pawcity\" data-id=\"25564\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/logo_pawcity.png\"></span><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-7369\" alt=\"\" width=\"64\" height=\"64\" title=\"location\" data-id=\"7369\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/location.png\" style=\"width: 100%;\"></span><p data-css=\"tve-u-1602bfa220e\"><strong><span data-css=\"tve-u-1602b324a9b\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"56\">67 E. 3rd Street</span></strong><span data-css=\"tve-u-1602b324a9c\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"55\"> </span><span data-css=\"tve-u-1602b324ab9\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"54\">Suite B New York, NY 10003</span></p><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-7370\" alt=\"\" width=\"64\" height=\"64\" title=\"phone\" data-id=\"7370\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/phone.png\" style=\"width: 100%;\"></span><p><strong><span data-css=\"tve-u-1602b324a9b\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"43\">080</span></strong><span data-css=\"tve-u-1602b324a9c\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"42\"> </span><span data-css=\"tve-u-1602b324ab9\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"41\">708 5583</span></p>','Home','','inherit','closed','closed','','106-revision-v1','','','2018-09-08 02:39:05','2018-09-08 06:39:05','',106,'https://bestcerakoteflorida.com/106-revision-v1/',0,'revision','',0),(272,1,'2018-09-08 02:40:22','2018-09-08 06:40:22','<span class=\"tve_image_frame\" wfd-id=\"262\"><img class=\"tve_image wp-image-25564\" alt=\"\" width=\"142\" height=\"44\" title=\"logo_pawcity\" data-id=\"25564\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/logo_pawcity.png\"></span><h1 data-css=\"tve-u-15ebe90cfb0\">Happy dogs =â€‹â€‹â€‹â€‹â€‹happâ€‹â€‹â€‹â€‹y owners</h1><p data-css=\"tve-u-15ebe905473\">Offer your dog a premium walking experience</p><h1 data-css=\"tve-u-15ebea42b31\" style=\"text-align: center;\">What We Do</h1><p data-css=\"tve-u-15ec2443105\" style=\"text-align: center;\">Our goal is to make sure the owners are comforted, the pups are exercised and happy and that we are getting our own puppy fixes. But letâ€™s be honest- itâ€™s their world, weâ€™re just living in it! As a small team of experienced dog owners and lovers, we really get to know you and your dog and we canguarantee consistent and personal care that is equal to your love and attention. We are so excited to make you a part of the family!</p><span class=\"tve_image_frame\" wfd-id=\"184\"><img class=\"tve_image wp-image-1596\" alt=\"\" width=\"55\" height=\"73\" title=\"what_do_icon_01\" data-id=\"1596\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_01.png\"></span><p data-css=\"tve-u-15ec2481d17\"><strong>First Class Care</strong></p><p data-css=\"tve-u-15ec2487407\">all the best for them</p><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi.</p><span class=\"tve_image_frame\" wfd-id=\"176\"><img class=\"tve_image wp-image-1597\" alt=\"\" width=\"73\" height=\"73\" title=\"what_do_icon_02\" data-id=\"1597\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_02.png\"></span><p data-css=\"tve-u-15ec2481d17\"><strong>Snacks Included</strong></p><p data-css=\"tve-u-15ec2487407\">for your little one</p><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p><span class=\"tve_image_frame\" wfd-id=\"168\"><img class=\"tve_image wp-image-1598\" alt=\"\" width=\"65\" height=\"73\" title=\"what_do_icon_03\" data-id=\"1598\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_03.png\"></span><p data-css=\"tve-u-15ec2481d17\"><strong>Regularly walks</strong></p><p data-css=\"tve-u-15ec2487407\">to keep them ealthy</p><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris.</p><p data-css=\"tve-u-15ec25610c7\"><span data-css=\"tve-u-15ec268a0a3\" style=\"font-size: 45px; color: rgb(89, 171, 227);\" wfd-id=\"154\"><span data-css=\"tve-u-15ec26760e9\" style=\"font-family: ABeeZee;\" wfd-id=\"155\">â€</span></span><span data-css=\"tve-u-15ec256b908\" style=\"font-family: &quot;Amatic SC&quot;;\" wfd-id=\"153\">&nbsp; &nbsp; &nbsp;</span><span data-css=\"tve-u-15ec2680494\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"151\"><span data-css=\"tve-u-15ec269379d\" style=\"font-size: 45px;\" wfd-id=\"152\">my chester enjoys being with them!</span> &nbsp; &nbsp;&nbsp;</span><span data-css=\"tve-u-15ec255fe12\" style=\"font-family: ABeeZee; font-weight: 400; color: rgb(89, 171, 227); font-size: 45px;\" wfd-id=\"150\">â€</span></p><p data-css=\"tve-u-160266880a0\">We LOVE going for walks with our friends at Paw! Donâ€™t tell our mom &amp; dad,but we get really excited when they leave for work because we know it wonâ€™t be long before we get a visit from one of our favorite friends at PawCity! Best part is, they always let our parents know how ourwalk went right away so they dont have to worry about us!</p><p data-css=\"tve-u-15ec269736c\">We love you PawCity!! xoxo</p><p data-css=\"tve-u-15ec26a92a2\"><strong>Anna Olson</strong>, Chesterâ€™s Mom</p><h1 data-css=\"tve-u-15ec26bd2e8\">About us</h1><p data-css=\"tve-u-15ec2443105\" style=\"text-align: center;\">At PawCity, we lead lives full of the unconditional love and happiness we receive from the furballs we get to spend time with everyday and we have this beautiful city and all the beautiful people in it to thank. We love you and your pups!!</p><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"130\"><img class=\"tve_image wp-image-7399\" alt=\"\" width=\"830\" height=\"775\" title=\"about_us_dog\" data-id=\"7399\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/about_us_dog.png\" style=\"width: 100%;\"></span><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"124\"><img class=\"tve_image wp-image-7404\" alt=\"\" width=\"64\" height=\"64\" title=\"dog_paw\" data-id=\"7404\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/dog_paw.png\" style=\"width: 100%;\"></span><p>We moved to New York City with our black bulldog rescue, Blakely, in 2007 after graduating from the University of Maryland. Immediately, we realized what a dog-crazy place it was.</p><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"118\"><img class=\"tve_image wp-image-7403\" alt=\"\" width=\"64\" height=\"64\" title=\"dog_house\" data-id=\"7403\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/dog_house.png\" style=\"width: 100%;\"></span><p>We knew right away that we wanted to work with the animals that we loved and that had given us so much love since we were little girls. We started PawCity Dog Walking in July of 2010.</p><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"112\"><img class=\"tve_image wp-image-7405\" alt=\"\" width=\"64\" height=\"64\" title=\"spinning_wheel\" data-id=\"7405\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/spinning_wheel.png\" style=\"width: 100%;\"></span><p>We cover the entire width of the East Side, from 96th Street to Delancey and handle every type of personality imaginable. At PawCity, we lead lives full of the unconditional love and happiness we receive from the furballs we get to spend time with everyday.</p><p data-css=\"tve-u-15ec2a6b447\"><span data-css=\"tve-u-15ec2a6d9d8\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"98\"><strong>Get Your Coupon</strong></span></p><p data-css=\"tve-u-15ec2ab1d6d\">We strive to keep both you and your pup as happy and comfortable as possible while youâ€™re out earning those big bucks.</p><p data-css=\"tve-u-15ec2ab1d82\"></p><p data-css=\"tve-u-15ec2aa8e2e\"><strong>Get <span data-css=\"tve-u-15ec2aafa24\" style=\"color: rgb(89, 171, 227);\" wfd-id=\"96\">20%</span> off your first walk. Enter your email and we\'ll send you your coupon.</strong></p><p data-css=\"tve-u-15ec2af6c4b\"><span data-css=\"tve-u-15ec2af6c4e\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"83\">area we serve</span></p><p>As a small team of experienced dog owners and lovers, we really get to know you and your dog and we canguarantee consistent and personal care that is equal to your love and attention.</p><p></p><p><strong><span data-css=\"tve-u-15ec2afed17\" style=\"color: rgb(89, 171, 227);\" wfd-id=\"81\">We are so excited to make you a part of the family!</span></strong></p><span class=\"tve_image_frame\" wfd-id=\"66\"><img class=\"tve_image wp-image-25564\" alt=\"\" width=\"142\" height=\"44\" title=\"logo_pawcity\" data-id=\"25564\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/logo_pawcity.png\"></span><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-7369\" alt=\"\" width=\"64\" height=\"64\" title=\"location\" data-id=\"7369\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/location.png\" style=\"width: 100%;\"></span><p data-css=\"tve-u-1602bfa220e\"><strong><span data-css=\"tve-u-1602b324a9b\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"57\">67 E. 3rd Street</span></strong><span data-css=\"tve-u-1602b324a9c\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"56\"> </span><span data-css=\"tve-u-1602b324ab9\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"55\">Suite B New York, NY 10003</span></p><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-7370\" alt=\"\" width=\"64\" height=\"64\" title=\"phone\" data-id=\"7370\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/phone.png\" style=\"width: 100%;\"></span><p><strong><span data-css=\"tve-u-1602b324a9b\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"44\">080</span></strong><span data-css=\"tve-u-1602b324a9c\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"43\"> </span><span data-css=\"tve-u-1602b324ab9\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"42\">708 5583</span></p>','Home','','inherit','closed','closed','','106-revision-v1','','','2018-09-08 02:40:22','2018-09-08 06:40:22','',106,'https://bestcerakoteflorida.com/106-revision-v1/',0,'revision','',0),(273,1,'2018-09-08 02:43:30','2018-09-08 06:43:30','<span class=\"tve_image_frame\" wfd-id=\"268\"><img class=\"tve_image wp-image-25564\" alt=\"\" width=\"142\" height=\"44\" title=\"logo_pawcity\" data-id=\"25564\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/logo_pawcity.png\"></span><h1 data-css=\"tve-u-15ebe90cfb0\">Happy dogs =â€‹â€‹â€‹â€‹â€‹happâ€‹â€‹â€‹â€‹y owners</h1><p data-css=\"tve-u-15ebe905473\">Offer your dog a premium walking experience</p><h1 data-css=\"tve-u-15ebea42b31\" style=\"text-align: center;\">What We Do</h1><p data-css=\"tve-u-15ec2443105\" style=\"text-align: center;\">Our goal is to make sure the owners are comforted, the pups are exercised and happy and that we are getting our own puppy fixes. But letâ€™s be honest- itâ€™s their world, weâ€™re just living in it! As a small team of experienced dog owners and lovers, we really get to know you and your dog and we canguarantee consistent and personal care that is equal to your love and attention. We are so excited to make you a part of the family!</p><span class=\"tve_image_frame\" wfd-id=\"191\"><img class=\"tve_image wp-image-1596\" alt=\"\" width=\"55\" height=\"73\" title=\"what_do_icon_01\" data-id=\"1596\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_01.png\"></span><p data-css=\"tve-u-15ec2481d17\"><strong>First Class Care</strong></p><p data-css=\"tve-u-15ec2487407\">all the best for them</p><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi.</p><span class=\"tve_image_frame\" wfd-id=\"183\"><img class=\"tve_image wp-image-1597\" alt=\"\" width=\"73\" height=\"73\" title=\"what_do_icon_02\" data-id=\"1597\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_02.png\"></span><p data-css=\"tve-u-15ec2481d17\"><strong>Snacks Included</strong></p><p data-css=\"tve-u-15ec2487407\">for your little one</p><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p><span class=\"tve_image_frame\" wfd-id=\"175\"><img class=\"tve_image wp-image-1598\" alt=\"\" width=\"65\" height=\"73\" title=\"what_do_icon_03\" data-id=\"1598\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_03.png\"></span><p data-css=\"tve-u-15ec2481d17\"><strong>Regularly walks</strong></p><p data-css=\"tve-u-15ec2487407\">to keep them ealthy</p><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris.</p><p data-css=\"tve-u-15ec25610c7\"><span data-css=\"tve-u-15ec268a0a3\" style=\"font-size: 45px; color: rgb(89, 171, 227);\" wfd-id=\"161\"><span data-css=\"tve-u-15ec26760e9\" style=\"font-family: ABeeZee;\" wfd-id=\"162\">â€</span></span><span data-css=\"tve-u-15ec256b908\" style=\"font-family: &quot;Amatic SC&quot;;\" wfd-id=\"160\">&nbsp; &nbsp; &nbsp;</span><span data-css=\"tve-u-15ec2680494\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"158\"><span data-css=\"tve-u-15ec269379d\" style=\"font-size: 45px;\" wfd-id=\"159\">my chester enjoys being with them!</span> &nbsp; &nbsp;&nbsp;</span><span data-css=\"tve-u-15ec255fe12\" style=\"font-family: ABeeZee; font-weight: 400; color: rgb(89, 171, 227); font-size: 45px;\" wfd-id=\"157\">â€</span></p><p data-css=\"tve-u-160266880a0\">We LOVE going for walks with our friends at Paw! Donâ€™t tell our mom &amp; dad,but we get really excited when they leave for work because we know it wonâ€™t be long before we get a visit from one of our favorite friends at PawCity! Best part is, they always let our parents know how ourwalk went right away so they dont have to worry about us!</p><p data-css=\"tve-u-15ec269736c\">We love you PawCity!! xoxo</p><p data-css=\"tve-u-15ec26a92a2\"><strong>Anna Olson</strong>, Chesterâ€™s Mom</p><h1 data-css=\"tve-u-15ec26bd2e8\">About us</h1><p data-css=\"tve-u-15ec2443105\" style=\"text-align: center;\">At PawCity, we lead lives full of the unconditional love and happiness we receive from the furballs we get to spend time with everyday and we have this beautiful city and all the beautiful people in it to thank. We love you and your pups!!</p><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"137\"><img class=\"tve_image wp-image-7399\" alt=\"\" width=\"830\" height=\"775\" title=\"about_us_dog\" data-id=\"7399\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/about_us_dog.png\" style=\"width: 100%;\"></span><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"131\"><img class=\"tve_image wp-image-7404\" alt=\"\" width=\"64\" height=\"64\" title=\"dog_paw\" data-id=\"7404\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/dog_paw.png\" style=\"width: 100%;\"></span><p>We moved to New York City with our black bulldog rescue, Blakely, in 2007 after graduating from the University of Maryland. Immediately, we realized what a dog-crazy place it was.</p><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"125\"><img class=\"tve_image wp-image-7403\" alt=\"\" width=\"64\" height=\"64\" title=\"dog_house\" data-id=\"7403\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/dog_house.png\" style=\"width: 100%;\"></span><p>We knew right away that we wanted to work with the animals that we loved and that had given us so much love since we were little girls. We started PawCity Dog Walking in July of 2010.</p><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"119\"><img class=\"tve_image wp-image-7405\" alt=\"\" width=\"64\" height=\"64\" title=\"spinning_wheel\" data-id=\"7405\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/spinning_wheel.png\" style=\"width: 100%;\"></span><p>We cover the entire width of the East Side, from 96th Street to Delancey and handle every type of personality imaginable. At PawCity, we lead lives full of the unconditional love and happiness we receive from the furballs we get to spend time with everyday.</p><p data-css=\"tve-u-15ec2a6b447\"><span data-css=\"tve-u-15ec2a6d9d8\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"105\"><strong>Get Your Coupon</strong></span></p><p data-css=\"tve-u-15ec2ab1d6d\">We strive to keep both you and your pup as happy and comfortable as possible while youâ€™re out earning those big bucks.</p><p data-css=\"tve-u-15ec2ab1d82\"></p><p data-css=\"tve-u-15ec2aa8e2e\"><strong>Get <span data-css=\"tve-u-15ec2aafa24\" style=\"color: rgb(89, 171, 227);\" wfd-id=\"103\">20%</span> off your first walk. Enter your email and we\'ll send you your coupon.</strong></p><p data-css=\"tve-u-15ec2af6c4b\"><span data-css=\"tve-u-15ec2af6c4e\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"90\">area we serve</span></p><p>As a small team of experienced dog owners and lovers, we really get to know you and your dog and we canguarantee consistent and personal care that is equal to your love and attention.</p><p></p><p><strong><span data-css=\"tve-u-15ec2afed17\" style=\"color: rgb(89, 171, 227);\" wfd-id=\"88\">We are so excited to make you a part of the family!</span></strong></p><span class=\"tve_image_frame\" wfd-id=\"73\"><img class=\"tve_image wp-image-25564\" alt=\"\" width=\"142\" height=\"44\" title=\"logo_pawcity\" data-id=\"25564\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/logo_pawcity.png\"></span><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"66\"><img class=\"tve_image wp-image-7369\" alt=\"\" width=\"64\" height=\"64\" title=\"location\" data-id=\"7369\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/location.png\" style=\"width: 100%;\"></span><p data-css=\"tve-u-1602bfa220e\"><strong><span data-css=\"tve-u-1602b324a9b\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"63\">67 E. 3rd Street</span></strong><span data-css=\"tve-u-1602b324a9c\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"62\"> </span><span data-css=\"tve-u-1602b324ab9\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"61\">Suite B New York, NY 10003</span></p><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"52\"><img class=\"tve_image wp-image-7370\" alt=\"\" width=\"64\" height=\"64\" title=\"phone\" data-id=\"7370\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/phone.png\" style=\"width: 100%;\"></span><p><strong><span data-css=\"tve-u-1602b324a9b\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"49\">080</span></strong><span data-css=\"tve-u-1602b324a9c\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"48\"> </span><span data-css=\"tve-u-1602b324ab9\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"47\">708 5583</span></p>','Home','','inherit','closed','closed','','106-revision-v1','','','2018-09-08 02:43:30','2018-09-08 06:43:30','',106,'https://bestcerakoteflorida.com/106-revision-v1/',0,'revision','',0),(274,1,'2018-09-08 02:44:04','2018-09-08 06:44:04','<span class=\"tve_image_frame\" wfd-id=\"261\"><img class=\"tve_image wp-image-25564\" alt=\"\" width=\"142\" height=\"44\" title=\"logo_pawcity\" data-id=\"25564\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/logo_pawcity.png\"></span><h1 data-css=\"tve-u-15ebe90cfb0\">Happy dogs =â€‹â€‹â€‹â€‹â€‹happâ€‹â€‹â€‹â€‹y owners</h1><p data-css=\"tve-u-15ebe905473\">Offer your dog a premium walking experience</p><h1 data-css=\"tve-u-15ebea42b31\" style=\"text-align: center;\">What We Do</h1><p data-css=\"tve-u-15ec2443105\" style=\"text-align: center;\">Our goal is to make sure the owners are comforted, the pups are exercised and happy and that we are getting our own puppy fixes. But letâ€™s be honest- itâ€™s their world, weâ€™re just living in it! As a small team of experienced dog owners and lovers, we really get to know you and your dog and we canguarantee consistent and personal care that is equal to your love and attention. We are so excited to make you a part of the family!</p><span class=\"tve_image_frame\" wfd-id=\"184\"><img class=\"tve_image wp-image-1596\" alt=\"\" width=\"55\" height=\"73\" title=\"what_do_icon_01\" data-id=\"1596\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_01.png\"></span><p data-css=\"tve-u-15ec2481d17\"><strong>First Class Care</strong></p><p data-css=\"tve-u-15ec2487407\">all the best for them</p><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi.</p><span class=\"tve_image_frame\" wfd-id=\"176\"><img class=\"tve_image wp-image-1597\" alt=\"\" width=\"73\" height=\"73\" title=\"what_do_icon_02\" data-id=\"1597\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_02.png\"></span><p data-css=\"tve-u-15ec2481d17\"><strong>Snacks Included</strong></p><p data-css=\"tve-u-15ec2487407\">for your little one</p><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p><span class=\"tve_image_frame\" wfd-id=\"168\"><img class=\"tve_image wp-image-1598\" alt=\"\" width=\"65\" height=\"73\" title=\"what_do_icon_03\" data-id=\"1598\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_03.png\"></span><p data-css=\"tve-u-15ec2481d17\"><strong>Regularly walks</strong></p><p data-css=\"tve-u-15ec2487407\">to keep them ealthy</p><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris.</p><p data-css=\"tve-u-15ec25610c7\"><span data-css=\"tve-u-15ec268a0a3\" style=\"font-size: 45px; color: rgb(89, 171, 227);\" wfd-id=\"154\"><span data-css=\"tve-u-15ec26760e9\" style=\"font-family: ABeeZee;\" wfd-id=\"155\">â€</span></span><span data-css=\"tve-u-15ec256b908\" style=\"font-family: &quot;Amatic SC&quot;;\" wfd-id=\"153\">&nbsp; &nbsp; &nbsp;</span><span data-css=\"tve-u-15ec2680494\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"151\"><span data-css=\"tve-u-15ec269379d\" style=\"font-size: 45px;\" wfd-id=\"152\">my chester enjoys being with them!</span> &nbsp; &nbsp;&nbsp;</span><span data-css=\"tve-u-15ec255fe12\" style=\"font-family: ABeeZee; font-weight: 400; color: rgb(89, 171, 227); font-size: 45px;\" wfd-id=\"150\">â€</span></p><p data-css=\"tve-u-160266880a0\">We LOVE going for walks with our friends at Paw! Donâ€™t tell our mom &amp; dad,but we get really excited when they leave for work because we know it wonâ€™t be long before we get a visit from one of our favorite friends at PawCity! Best part is, they always let our parents know how ourwalk went right away so they dont have to worry about us!</p><p data-css=\"tve-u-15ec269736c\">We love you PawCity!! xoxo</p><p data-css=\"tve-u-15ec26a92a2\"><strong>Anna Olson</strong>, Chesterâ€™s Mom</p><h1 data-css=\"tve-u-15ec26bd2e8\">About us</h1><p data-css=\"tve-u-15ec2443105\" style=\"text-align: center;\">At PawCity, we lead lives full of the unconditional love and happiness we receive from the furballs we get to spend time with everyday and we have this beautiful city and all the beautiful people in it to thank. We love you and your pups!!</p><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"130\"><img class=\"tve_image wp-image-7399\" alt=\"\" width=\"830\" height=\"775\" title=\"about_us_dog\" data-id=\"7399\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/about_us_dog.png\" style=\"width: 100%;\"></span><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"124\"><img class=\"tve_image wp-image-7404\" alt=\"\" width=\"64\" height=\"64\" title=\"dog_paw\" data-id=\"7404\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/dog_paw.png\" style=\"width: 100%;\"></span><p>We moved to New York City with our black bulldog rescue, Blakely, in 2007 after graduating from the University of Maryland. Immediately, we realized what a dog-crazy place it was.</p><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"118\"><img class=\"tve_image wp-image-7403\" alt=\"\" width=\"64\" height=\"64\" title=\"dog_house\" data-id=\"7403\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/dog_house.png\" style=\"width: 100%;\"></span><p>We knew right away that we wanted to work with the animals that we loved and that had given us so much love since we were little girls. We started PawCity Dog Walking in July of 2010.</p><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"112\"><img class=\"tve_image wp-image-7405\" alt=\"\" width=\"64\" height=\"64\" title=\"spinning_wheel\" data-id=\"7405\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/spinning_wheel.png\" style=\"width: 100%;\"></span><p>We cover the entire width of the East Side, from 96th Street to Delancey and handle every type of personality imaginable. At PawCity, we lead lives full of the unconditional love and happiness we receive from the furballs we get to spend time with everyday.</p><p data-css=\"tve-u-15ec2a6b447\"><span data-css=\"tve-u-15ec2a6d9d8\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"98\"><strong>Get Your Coupon</strong></span></p><p data-css=\"tve-u-15ec2ab1d6d\">We strive to keep both you and your pup as happy and comfortable as possible while youâ€™re out earning those big bucks.</p><p data-css=\"tve-u-15ec2ab1d82\"></p><p data-css=\"tve-u-15ec2aa8e2e\"><strong>Get <span data-css=\"tve-u-15ec2aafa24\" style=\"color: rgb(89, 171, 227);\" wfd-id=\"96\">20%</span> off your first walk. Enter your email and we\'ll send you your coupon.</strong></p><p data-css=\"tve-u-15ec2af6c4b\"><span data-css=\"tve-u-15ec2af6c4e\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"83\">area we serve</span></p><p>As a small team of experienced dog owners and lovers, we really get to know you and your dog and we canguarantee consistent and personal care that is equal to your love and attention.</p><p></p><p><strong><span data-css=\"tve-u-15ec2afed17\" style=\"color: rgb(89, 171, 227);\" wfd-id=\"81\">We are so excited to make you a part of the family!</span></strong></p><span class=\"tve_image_frame\" wfd-id=\"66\"><img class=\"tve_image wp-image-25564\" alt=\"\" width=\"142\" height=\"44\" title=\"logo_pawcity\" data-id=\"25564\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/logo_pawcity.png\"></span><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-7369\" alt=\"\" width=\"64\" height=\"64\" title=\"location\" data-id=\"7369\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/location.png\" style=\"width: 100%;\"></span><p data-css=\"tve-u-1602bfa220e\"><strong><span data-css=\"tve-u-1602b324a9b\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"57\">67 E. 3rd Street</span></strong><span data-css=\"tve-u-1602b324a9c\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"56\"> </span><span data-css=\"tve-u-1602b324ab9\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"55\">Suite B New York, NY 10003</span></p><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-7370\" alt=\"\" width=\"64\" height=\"64\" title=\"phone\" data-id=\"7370\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/phone.png\" style=\"width: 100%;\"></span><p><strong><span data-css=\"tve-u-1602b324a9b\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"44\">080</span></strong><span data-css=\"tve-u-1602b324a9c\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"43\"> </span><span data-css=\"tve-u-1602b324ab9\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"42\">708 5583</span></p>','Home','','inherit','closed','closed','','106-revision-v1','','','2018-09-08 02:44:04','2018-09-08 06:44:04','',106,'https://bestcerakoteflorida.com/106-revision-v1/',0,'revision','',0),(424,1,'2018-11-22 13:48:28','2018-11-22 18:48:28','<h2 data-css=\"tve-u-165e62d8c6d\">Terms &amp; Conditions</h2><p data-css=\"tve-u-165e64714a8\" style=\"text-align: left;\">TERMS OF SERVICE-----OVERVIEWThis website is operated by Blackhawk Custom, LLC. Throughout the site, the terms â€œweâ€, â€œusâ€ and â€œourâ€ refer to Blackhawk Custom, LLC. Blackhawk Custom, LLC offers this website, including all information, tools and services available from this site to you, the user, conditioned upon your acceptance of all terms, conditions, policies and notices stated here.By visiting our site and/ or purchasing something from us, you engage in our â€œServiceâ€ and agree to be bound by the following terms and conditions (â€œTerms of Serviceâ€, â€œTermsâ€), including those additional terms, conditions, and policies referenced herein and/or available by hyperlink. These Terms of Service apply to all users of the site, including without limitation users who are browsers, vendors, customers, merchants, and/ or contributors of content.Please read these Terms of Service carefully before accessing or using our website. By accessing or using any part of the site, you agree to be bound by these Terms of Service. If you do not agree to all the terms and conditions of this agreement, then you may not access the website or use any services. If these Terms of Service are considered an offer, acceptance is expressly limited to these Terms of Service.Any new features or tools which are added to the current store shall also be subject to the Terms of Service. You can review the most current version of the Terms of Service at any time on this page. We reserve the right to update, change or replace any part of these Terms of Service by posting updates and/or changes to our website. It is your responsibility to check this page periodically for changes. Your continued use of or access to the website following the posting of any changes constitutes acceptance of those changes.SECTION 1 - ONLINE STORE TERMSBy agreeing to these Terms of Service, you represent that you are at least the age of majority in your state or province of residence, or that you are the age of majority in your state or province of residence and you have given us your consent to allow any of your minor dependents to use this site.You may not use our products for any illegal or unauthorized purpose nor may you, in the use of the Service, violate any laws in your jurisdiction (including but not limited to copyright laws).You must not transmit any worms or viruses or any code of a destructive nature.A breach or violation of any of the Terms will result in an immediate termination of your Services.SECTION 2 - GENERAL CONDITIONSWe reserve the right to refuse service to anyone for any reason at any time.You understand that your content (not including credit card information), may be transferred unencrypted and involve (a) transmissions over various networks; and (b) changes to conform and adapt to technical requirements of connecting networks or devices. Credit card information is always encrypted during transfer over networks.You agree not to reproduce, duplicate, copy, sell, resell or exploit any portion of the Service, use of the Service, or access to the Service or any contact on the website through which the service is provided, without express written permission by us.The headings used in this agreement are included for convenience only and will not limit or otherwise affect these Terms.SECTION 3 - ACCURACY, COMPLETENESS AND TIMELINESS OF INFORMATIONWe are not responsible if information made available on this site is not accurate, complete or current. The material on this site is provided for general information only and should not be relied upon or used as the sole basis for making decisions without consulting primary, more accurate, more complete or more timely sources of information. Any reliance on the material on this site is at your own risk.This site may contain certain historical information. Historical information, necessarily, is not current and is provided for your reference only. We reserve the right to modify the contents of this site at any time, but we have no obligation to update any information on our site. You agree that it is your responsibility to monitor changes to our site.SECTION 4 - MODIFICATIONS TO THE SERVICE AND PRICESThe prices for our products are subject to change without notice.We reserve the right at any time to modify or discontinue the Service (or any part or content thereof) without notice at any time.We shall not be liable to you or to any third-party for any modification, price change, suspension or discontinuance of the Service.SECTION 5 - PRODUCTS OR SERVICES (if applicable)Certain products or services may be available exclusively online through the website. These products or services may have limited quantities and are subject to return or exchange only according to our Return Policy.We have made every effort to display as accurately as possible the colors and images of our products that appear at the store. We cannot guarantee that your computer monitor\'s display of any color will be accurate.We reserve the right, but are not obligated, to limit the sales of our products or Services to any person, geographic region or jurisdiction. We may exercise this right on a case-by-case basis. We reserve the right to limit the quantities of any products or services that we offer. All descriptions of products or product pricing are subject to change at anytime without notice, at the sole discretion of us. We reserve the right to discontinue any product at any time. Any offer for any product or service made on this site is void where prohibited.We do not warrant that the quality of any products, services, information, or other material purchased or obtained by you will meet your expectations, or that any errors in the Service will be corrected.SECTION 6 - ACCURACY OF BILLING AND ACCOUNT INFORMATIONWe reserve the right to refuse any order you place with us. We may, in our sole discretion, limit or cancel quantities purchased per person, per household or per order. These restrictions may include orders placed by or under the same customer account, the same credit card, and/or orders that use the same billing and/or shipping address. In the event that we make a change to or cancel an order, we may attempt to notify you by contacting the e-mail and/or billing address/phone number provided at the time the order was made. We reserve the right to limit or prohibit orders that, in our sole judgment, appear to be placed by dealers, resellers or distributors.You agree to provide current, complete and accurate purchase and account information for all purchases made at our store. You agree to promptly update your account and other information, including your email address and credit card numbers and expiration dates, so that we can complete your transactions and contact you as needed.For more detail, please review our Returns Policy.SECTION 7 - OPTIONAL TOOLSWe may provide you with access to third-party tools over which we neither monitor nor have any control nor input.You acknowledge and agree that we provide access to such tools â€as isâ€ and â€œas availableâ€ without any warranties, representations or conditions of any kind and without any endorsement. We shall have no liability whatsoever arising from or relating to your use of optional third-party tools.Any use by you of optional tools offered through the site is entirely at your own risk and discretion and you should ensure that you are familiar with and approve of the terms on which tools are provided by the relevant third-party provider(s).We may also, in the future, offer new services and/or features through the website (including, the release of new tools and resources). Such new features and/or services shall also be subject to these Terms of Service.SECTION 8 - THIRD-PARTY LINKSCertain content, products and services available via our Service may include materials from third-parties.Third-party links on this site may direct you to third-party websites that are not affiliated with us. We are not responsible for examining or evaluating the content or accuracy and we do not warrant and will not have any liability or responsibility for any third-party materials or websites, or for any other materials, products, or services of third-parties.We are not liable for any harm or damages related to the purchase or use of goods, services, resources, content, or any other transactions made in connection with any third-party websites. Please review carefully the third-party\'s policies and practices and make sure you understand them before you engage in any transaction. Complaints, claims, concerns, or questions regarding third-party products should be directed to the third-party.SECTION 9 - USER COMMENTS, FEEDBACK AND OTHER SUBMISSIONSIf, at our request, you send certain specific submissions (for example contest entries) or without a request from us you send creative ideas, suggestions, proposals, plans, or other materials, whether online, by email, by postal mail, or otherwise (collectively, \'comments\'), you agree that we may, at any time, without restriction, edit, copy, publish, distribute, translate and otherwise use in any medium any comments that you forward to us. We are and shall be under no obligation (1) to maintain any comments in confidence; (2) to pay compensation for any comments; or (3) to respond to any comments.We may, but have no obligation to, monitor, edit or remove content that we determine in our sole discretion are unlawful, offensive, threatening, libelous, defamatory, pornographic, obscene or otherwise objectionable or violates any partyâ€™s intellectual property or these Terms of Service.You agree that your comments will not violate any right of any third-party, including copyright, trademark, privacy, personality or other personal or proprietary right. You further agree that your comments will not contain libelous or otherwise unlawful, abusive or obscene material, or contain any computer virus or other malware that could in any way affect the operation of the Service or any related website. You may not use a false e-mail address, pretend to be someone other than yourself, or otherwise mislead us or third-parties as to the origin of any comments. You are solely responsible for any comments you make and their accuracy. We take no responsibility and assume no liability for any comments posted by you or any third-party.SECTION 10 - PERSONAL INFORMATIONYour submission of personal information through the store is governed by our Privacy Policy. To view our Privacy Policy.SECTION 11 - ERRORS, INACCURACIES AND OMISSIONSOccasionally there may be information on our site or in the Service that contains typographical errors, inaccuracies or omissions that may relate to product descriptions, pricing, promotions, offers, product shipping charges, transit times and availability. We reserve the right to correct any errors, inaccuracies or omissions, and to change or update information or cancel orders if any information in the Service or on any related website is inaccurate at any time without prior notice (including after you have submitted your order).We undertake no obligation to update, amend or clarify information in the Service or on any related website, including without limitation, pricing information, except as required by law. No specified update or refresh date applied in the Service or on any related website, should be taken to indicate that all information in the Service or on any related website has been modified or updated.SECTION 12 - PROHIBITED USESIn addition to other prohibitions as set forth in the Terms of Service, you are prohibited from using the site or its content: (a) for any unlawful purpose; (b) to solicit others to perform or participate in any unlawful acts; (c) to violate any international, federal, provincial or state regulations, rules, laws, or local ordinances; (d) to infringe upon or violate our intellectual property rights or the intellectual property rights of others; (e) to harass, abuse, insult, harm, defame, slander, disparage, intimidate, or discriminate based on gender, sexual orientation, religion, ethnicity, race, age, national origin, or disability; (f) to submit false or misleading information; (g) to upload or transmit viruses or any other type of malicious code that will or may be used in any way that will affect the functionality or operation of the Service or of any related website, other websites, or the Internet; (h) to collect or track the personal information of others; (i) to spam, phish, pharm, pretext, spider, crawl, or scrape; (j) for any obscene or immoral purpose; or (k) to interfere with or circumvent the security features of the Service or any related website, other websites, or the Internet. We reserve the right to terminate your use of the Service or any related website for violating any of the prohibited uses.SECTION 13 - DISCLAIMER OF WARRANTIES; LIMITATION OF LIABILITYWe do not guarantee, represent or warrant that your use of our service will be uninterrupted, timely, secure or error-free.We do not warrant that the results that may be obtained from the use of the service will be accurate or reliable.You agree that from time to time we may remove the service for indefinite periods of time or cancel the service at any time, without notice to you.You expressly agree that your use of, or inability to use, the service is at your sole risk. The service and all products and services delivered to you through the service are (except as expressly stated by us) provided \'as is\' and \'as available\' for your use, without any representation, warranties or conditions of any kind, either express or implied, including all implied warranties or conditions of merchantability, merchantable quality, fitness for a particular purpose, durability, title, and non-infringement.In no case shall Blackhawk Custom, LLC, our directors, officers, employees, affiliates, agents, contractors, interns, suppliers, service providers or licensors be liable for any injury, loss, claim, or any direct, indirect, incidental, punitive, special, or consequential damages of any kind, including, without limitation lost profits, lost revenue, lost savings, loss of data, replacement costs, or any similar damages, whether based in contract, tort (including negligence), strict liability or otherwise, arising from your use of any of the service or any products procured using the service, or for any other claim related in any way to your use of the service or any product, including, but not limited to, any errors or omissions in any content, or any loss or damage of any kind incurred as a result of the use of the service or any content (or product) posted, transmitted, or otherwise made available via the service, even if advised of their possibility. Because some states or jurisdictions do not allow the exclusion or the limitation of liability for consequential or incidental damages, in such states or jurisdictions, our liability shall be limited to the maximum extent permitted by law.SECTION 14 - INDEMNIFICATIONYou agree to indemnify, defend and hold harmless Blackhawk Custom, LLC and our parent, subsidiaries, affiliates, partners, officers, directors, agents, contractors, licensors, service providers, subcontractors, suppliers, interns and employees, harmless from any claim or demand, including reasonable attorneysâ€™ fees, made by any third-party due to or arising out of your breach of these Terms of Service or the documents they incorporate by reference, or your violation of any law or the rights of a third-party.SECTION 15 - SEVERABILITYIn the event that any provision of these Terms of Service is determined to be unlawful, void or unenforceable, such provision shall nonetheless be enforceable to the fullest extent permitted by applicable law, and the unenforceable portion shall be deemed to be severed from these Terms of Service, such determination shall not affect the validity and enforceability of any other remaining provisions.SECTION 16 - TERMINATIONThe obligations and liabilities of the parties incurred prior to the termination date shall survive the termination of this agreement for all purposes.These Terms of Service are effective unless and until terminated by either you or us. You may terminate these Terms of Service at any time by notifying us that you no longer wish to use our Services, or when you cease using our site.If in our sole judgment you fail, or we suspect that you have failed, to comply with any term or provision of these Terms of Service, we also may terminate this agreement at any time without notice and you will remain liable for all amounts due up to and including the date of termination; and/or accordingly may deny you access to our Services (or any part thereof).SECTION 17 - ENTIRE AGREEMENTThe failure of us to exercise or enforce any right or provision of these Terms of Service shall not constitute a waiver of such right or provision.These Terms of Service and any policies or operating rules posted by us on this site or in respect to The Service constitutes the entire agreement and understanding between you and us and govern your use of the Service, superseding any prior or contemporaneous agreements, communications and proposals, whether oral or written, between you and us (including, but not limited to, any prior versions of the Terms of Service).Any ambiguities in the interpretation of these Terms of Service shall not be construed against the drafting party.SECTION 18 - GOVERNING LAWThese Terms of Service and any separate agreements whereby we provide you Services shall be governed by and construed in accordance with the laws of 825 South Kings Highway, Fort Pierce, FL 34945.SECTION 19 - CHANGES TO TERMS OF SERVICEYou can review the most current version of the Terms of Service at any time at this page.We reserve the right, at our sole discretion, to update, change or replace any part of these Terms of Service by posting updates and changes to our website. It is your responsibility to check our website periodically for changes. Your continued use of or access to our website or the Service following the posting of any changes to these Terms of Service constitutes acceptance of those changes.SECTION 20 - CONTACT INFORMATIONQuestions about the Terms of Service should be sent to us at <a href=\"mailto:admin@blackhawkcustom.com\" target=\"_blank\">admin@blackhawkcustom.com</a></p>','Terms And Conditions','','inherit','closed','closed','','95-revision-v1','','','2018-11-22 13:48:28','2018-11-22 18:48:28','',95,'https://bestcerakoteflorida.com/95-revision-v1/',0,'revision','',0),(6984,0,'2020-01-21 03:45:29','2020-01-21 08:45:29','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e26d77092f828.10744354-AaCKNftBOeJteZFipbYDvqMekU6CpdKo','','','2020-01-21 05:50:24','2020-01-21 10:50:24','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6984',1,'scheduled-action','',3),(508,1,'2019-03-06 12:54:01','2019-03-06 17:54:01','','Blackhawk Order Form PDF fillable (2)','','inherit','open','closed','','blackhawk-order-form-pdf-fillable-2','','','2019-03-06 12:54:01','2019-03-06 17:54:01','',0,'https://bestcerakoteflorida.com/wp-content/uploads/2019/03/Blackhawk-Order-Form-PDF-fillable-2.pdf',0,'attachment','application/pdf',0),(289,1,'2018-09-09 02:46:23','2018-09-09 06:46:23','<span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"232\"><img class=\"tve_image wp-image-283\" alt=\"Logo \" width=\"1024\" height=\"176\" title=\"Logo\" data-id=\"283\" src=\"//bestcerakoteflorida.com/wp-content/uploads/2018/09/Logo-1024x176.jpg\" style=\"width: 100%;\"></span><p data-css=\"tve-u-15f002fa8f6\"><span data-css=\"tve-u-15f0034f748\" style=\"color: rgb(255, 255, 255);\"><a href=\"#whatwedo\">What We Do</a></span>&nbsp; &nbsp; <span data-css=\"tve-u-15f003606db\" style=\"color: rgb(255, 255, 255);\"><a href=\"#testimonials\">Testimonials</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f003655f8\" style=\"color: rgb(255, 255, 255);\"><a href=\"#aboutus\">About Us</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f00369f5e\" style=\"color: rgb(255, 255, 255);\"><a href=\"#getyourcoupon\">Get Your Coupon</a></span>&nbsp; &nbsp; <span data-css=\"tve-u-15f0064f814\" style=\"color: rgb(255, 255, 255);\"><a href=\"#areaweserve\">Area We Serve</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f003784ab\" style=\"color: rgb(255, 255, 255);\"><a href=\"#contact\">Contact</a></span></p><h1 data-css=\"tve-u-15ebe90cfb0\">Happy dogs =â€‹â€‹â€‹â€‹â€‹happâ€‹â€‹â€‹â€‹y owners</h1><p data-css=\"tve-u-15ebe905473\">Offer your dog a premium walking experience</p><h1 data-css=\"tve-u-15ebea42b31\" style=\"text-align: center;\">What We Do</h1><p data-css=\"tve-u-15ec2443105\" style=\"text-align: center;\">Our goal is to make sure the owners are comforted, the pups are exercised and happy and that we are getting our own puppy fixes. But letâ€™s be honest- itâ€™s their world, weâ€™re just living in it! As a small team of experienced dog owners and lovers, we really get to know you and your dog and we canguarantee consistent and personal care that is equal to your love and attention. We are so excited to make you a part of the family!</p><span class=\"tve_image_frame\" wfd-id=\"178\"><img class=\"tve_image wp-image-1596\" alt=\"\" width=\"55\" height=\"73\" title=\"what_do_icon_01\" data-id=\"1596\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_01.png\"></span><p data-css=\"tve-u-15ec2481d17\"><strong>First Class Care</strong></p><p data-css=\"tve-u-15ec2487407\">all the best for them</p><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi.</p><span class=\"tve_image_frame\" wfd-id=\"170\"><img class=\"tve_image wp-image-1597\" alt=\"\" width=\"73\" height=\"73\" title=\"what_do_icon_02\" data-id=\"1597\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_02.png\"></span><p data-css=\"tve-u-15ec2481d17\"><strong>Snacks Included</strong></p><p data-css=\"tve-u-15ec2487407\">for your little one</p><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p><span class=\"tve_image_frame\" wfd-id=\"162\"><img class=\"tve_image wp-image-1598\" alt=\"\" width=\"65\" height=\"73\" title=\"what_do_icon_03\" data-id=\"1598\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_03.png\"></span><p data-css=\"tve-u-15ec2481d17\"><strong>Regularly walks</strong></p><p data-css=\"tve-u-15ec2487407\">to keep them ealthy</p><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris.</p><p data-css=\"tve-u-15ec25610c7\"><span data-css=\"tve-u-15ec268a0a3\" style=\"font-size: 45px; color: rgb(89, 171, 227);\" wfd-id=\"148\"><span data-css=\"tve-u-15ec26760e9\" style=\"font-family: ABeeZee;\" wfd-id=\"149\">â€</span></span><span data-css=\"tve-u-15ec256b908\" style=\"font-family: &quot;Amatic SC&quot;;\" wfd-id=\"147\">&nbsp; &nbsp; &nbsp;</span><span data-css=\"tve-u-15ec2680494\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"145\"><span data-css=\"tve-u-15ec269379d\" style=\"font-size: 45px;\" wfd-id=\"146\">my chester enjoys being with them!</span> &nbsp; &nbsp;&nbsp;</span><span data-css=\"tve-u-15ec255fe12\" style=\"font-family: ABeeZee; font-weight: 400; color: rgb(89, 171, 227); font-size: 45px;\" wfd-id=\"144\">â€</span></p><p data-css=\"tve-u-160266880a0\">We LOVE going for walks with our friends at Paw! Donâ€™t tell our mom &amp; dad,but we get really excited when they leave for work because we know it wonâ€™t be long before we get a visit from one of our favorite friends at PawCity! Best part is, they always let our parents know how ourwalk went right away so they dont have to worry about us!</p><p data-css=\"tve-u-15ec269736c\">We love you PawCity!! xoxo</p><p data-css=\"tve-u-15ec26a92a2\"><strong>Anna Olson</strong>, Chesterâ€™s Mom</p><h1 data-css=\"tve-u-15ec26bd2e8\">About us</h1><p data-css=\"tve-u-15ec2443105\" style=\"text-align: center;\">At PawCity, we lead lives full of the unconditional love and happiness we receive from the furballs we get to spend time with everyday and we have this beautiful city and all the beautiful people in it to thank. We love you and your pups!!</p><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"124\"><img class=\"tve_image wp-image-7399\" alt=\"\" width=\"830\" height=\"775\" title=\"about_us_dog\" data-id=\"7399\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/about_us_dog.png\" style=\"width: 100%;\"></span><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"118\"><img class=\"tve_image wp-image-7404\" alt=\"\" width=\"64\" height=\"64\" title=\"dog_paw\" data-id=\"7404\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/dog_paw.png\" style=\"width: 100%;\"></span><p>We moved to New York City with our black bulldog rescue, Blakely, in 2007 after graduating from the University of Maryland. Immediately, we realized what a dog-crazy place it was.</p><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"112\"><img class=\"tve_image wp-image-7403\" alt=\"\" width=\"64\" height=\"64\" title=\"dog_house\" data-id=\"7403\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/dog_house.png\" style=\"width: 100%;\"></span><p>We knew right away that we wanted to work with the animals that we loved and that had given us so much love since we were little girls. We started PawCity Dog Walking in July of 2010.</p><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"106\"><img class=\"tve_image wp-image-7405\" alt=\"\" width=\"64\" height=\"64\" title=\"spinning_wheel\" data-id=\"7405\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/spinning_wheel.png\" style=\"width: 100%;\"></span><p>We cover the entire width of the East Side, from 96th Street to Delancey and handle every type of personality imaginable. At PawCity, we lead lives full of the unconditional love and happiness we receive from the furballs we get to spend time with everyday.</p><p data-css=\"tve-u-15ec2a6b447\"><span data-css=\"tve-u-15ec2a6d9d8\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"92\"><strong>Get Your Coupon</strong></span></p><p data-css=\"tve-u-15ec2ab1d6d\">We strive to keep both you and your pup as happy and comfortable as possible while youâ€™re out earning those big bucks.</p><p data-css=\"tve-u-15ec2ab1d82\"></p><p data-css=\"tve-u-15ec2aa8e2e\"><strong>Get <span data-css=\"tve-u-15ec2aafa24\" style=\"color: rgb(89, 171, 227);\" wfd-id=\"90\">20%</span> off your first walk. Enter your email and we\'ll send you your coupon.</strong></p><p data-css=\"tve-u-15ec2af6c4b\"><span data-css=\"tve-u-15ec2af6c4e\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"77\">area we serve</span></p><p>As a small team of experienced dog owners and lovers, we really get to know you and your dog and we canguarantee consistent and personal care that is equal to your love and attention.</p><p></p><p><strong><span data-css=\"tve-u-15ec2afed17\" style=\"color: rgb(89, 171, 227);\" wfd-id=\"75\">We are so excited to make you a part of the family!</span></strong></p><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"61\"><img class=\"tve_image wp-image-283\" alt=\"Logo \" width=\"300\" height=\"52\" title=\"Logo\" data-id=\"283\" src=\"//bestcerakoteflorida.com/wp-content/uploads/2018/09/Logo-300x52.jpg\" style=\"width: 100%;\"></span><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"54\"><img class=\"tve_image wp-image-7369\" alt=\"\" width=\"64\" height=\"64\" title=\"location\" data-id=\"7369\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/location.png\" style=\"width: 100%;\"></span><p data-css=\"tve-u-1602bfa220e\"><strong><span data-css=\"tve-u-1602b324a9b\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"51\">67 E. 3rd Street</span></strong><span data-css=\"tve-u-1602b324a9c\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"50\"> </span><span data-css=\"tve-u-1602b324ab9\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"49\">Suite B New York, NY 10003</span></p><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"40\"><img class=\"tve_image wp-image-7370\" alt=\"\" width=\"64\" height=\"64\" title=\"phone\" data-id=\"7370\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/phone.png\" style=\"width: 100%;\"></span><p><a href=\"tel:#9548481911\" target=\"_blank\"><strong><span data-css=\"tve-u-1602b324a9b\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"37\">954-848-1911</span></strong></a></p>','Home','','inherit','closed','closed','','106-revision-v1','','','2018-09-09 02:46:23','2018-09-09 06:46:23','',106,'https://bestcerakoteflorida.com/106-revision-v1/',0,'revision','',0),(279,1,'2018-09-09 00:03:56','2018-09-09 04:03:56','<span class=\"tve_image_frame\" wfd-id=\"288\"><img class=\"tve_image wp-image-25564\" alt=\"\" width=\"142\" height=\"44\" title=\"logo_pawcity\" data-id=\"25564\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/logo_pawcity.png\"></span><p data-css=\"tve-u-15f002fa8f6\"><span data-css=\"tve-u-15f0034f748\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"282\"><a href=\"#whatwedo\">What We Do</a></span>&nbsp; &nbsp; <span data-css=\"tve-u-15f003606db\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"281\"><a href=\"#testimonials\">Testimonials</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f003655f8\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"280\"><a href=\"#aboutus\">About Us</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f00369f5e\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"279\"><a href=\"#getyourcoupon\">Get Your Coupon</a></span>&nbsp; &nbsp; <span data-css=\"tve-u-15f0064f814\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"278\"><a href=\"#areaweserve\">Area We Serve</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f003784ab\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"277\"><a href=\"#contact\">Contact</a></span></p><h1 data-css=\"tve-u-15ebe90cfb0\">Happy dogs =â€‹â€‹â€‹â€‹â€‹happâ€‹â€‹â€‹â€‹y owners</h1><p data-css=\"tve-u-15ebe905473\">Offer your dog a premium walking experience</p><h1 data-css=\"tve-u-15ebea42b31\" style=\"text-align: center;\">What We Do</h1><p data-css=\"tve-u-15ec2443105\" style=\"text-align: center;\">Our goal is to make sure the owners are comforted, the pups are exercised and happy and that we are getting our own puppy fixes. But letâ€™s be honest- itâ€™s their world, weâ€™re just living in it! As a small team of experienced dog owners and lovers, we really get to know you and your dog and we canguarantee consistent and personal care that is equal to your love and attention. We are so excited to make you a part of the family!</p><span class=\"tve_image_frame\" wfd-id=\"225\"><img class=\"tve_image wp-image-1596\" alt=\"\" width=\"55\" height=\"73\" title=\"what_do_icon_01\" data-id=\"1596\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_01.png\"></span><p data-css=\"tve-u-15ec2481d17\"><strong>First Class Care</strong></p><p data-css=\"tve-u-15ec2487407\">all the best for them</p><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi.</p><span class=\"tve_image_frame\" wfd-id=\"215\"><img class=\"tve_image wp-image-1597\" alt=\"\" width=\"73\" height=\"73\" title=\"what_do_icon_02\" data-id=\"1597\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_02.png\"></span><p data-css=\"tve-u-15ec2481d17\"><strong>Snacks Included</strong></p><p data-css=\"tve-u-15ec2487407\">for your little one</p><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p><span class=\"tve_image_frame\" wfd-id=\"205\"><img class=\"tve_image wp-image-1598\" alt=\"\" width=\"65\" height=\"73\" title=\"what_do_icon_03\" data-id=\"1598\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_03.png\"></span><p data-css=\"tve-u-15ec2481d17\"><strong>Regularly walks</strong></p><p data-css=\"tve-u-15ec2487407\">to keep them ealthy</p><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris.</p><p data-css=\"tve-u-15ec25610c7\"><span data-css=\"tve-u-15ec268a0a3\" style=\"font-size: 45px; color: rgb(89, 171, 227);\" wfd-id=\"191\"><span data-css=\"tve-u-15ec26760e9\" style=\"font-family: ABeeZee;\" wfd-id=\"192\">â€</span></span><span data-css=\"tve-u-15ec256b908\" style=\"font-family: &quot;Amatic SC&quot;;\" wfd-id=\"190\">&nbsp; &nbsp; &nbsp;</span><span data-css=\"tve-u-15ec2680494\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"188\"><span data-css=\"tve-u-15ec269379d\" style=\"font-size: 45px;\" wfd-id=\"189\">my chester enjoys being with them!</span> &nbsp; &nbsp;&nbsp;</span><span data-css=\"tve-u-15ec255fe12\" style=\"font-family: ABeeZee; font-weight: 400; color: rgb(89, 171, 227); font-size: 45px;\" wfd-id=\"187\">â€</span></p><p data-css=\"tve-u-160266880a0\">We LOVE going for walks with our friends at Paw! Donâ€™t tell our mom &amp; dad,but we get really excited when they leave for work because we know it wonâ€™t be long before we get a visit from one of our favorite friends at PawCity! Best part is, they always let our parents know how ourwalk went right away so they dont have to worry about us!</p><p data-css=\"tve-u-15ec269736c\">We love you PawCity!! xoxo</p><p data-css=\"tve-u-15ec26a92a2\"><strong>Anna Olson</strong>, Chesterâ€™s Mom</p><h1 data-css=\"tve-u-15ec26bd2e8\">About us</h1><p data-css=\"tve-u-15ec2443105\" style=\"text-align: center;\">At PawCity, we lead lives full of the unconditional love and happiness we receive from the furballs we get to spend time with everyday and we have this beautiful city and all the beautiful people in it to thank. We love you and your pups!!</p><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"157\"><img class=\"tve_image wp-image-7399\" alt=\"\" width=\"830\" height=\"775\" title=\"about_us_dog\" data-id=\"7399\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/about_us_dog.png\" style=\"width: 100%;\"></span><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"151\"><img class=\"tve_image wp-image-7404\" alt=\"\" width=\"64\" height=\"64\" title=\"dog_paw\" data-id=\"7404\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/dog_paw.png\" style=\"width: 100%;\"></span><p>We moved to New York City with our black bulldog rescue, Blakely, in 2007 after graduating from the University of Maryland. Immediately, we realized what a dog-crazy place it was.</p><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"143\"><img class=\"tve_image wp-image-7403\" alt=\"\" width=\"64\" height=\"64\" title=\"dog_house\" data-id=\"7403\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/dog_house.png\" style=\"width: 100%;\"></span><p>We knew right away that we wanted to work with the animals that we loved and that had given us so much love since we were little girls. We started PawCity Dog Walking in July of 2010.</p><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"135\"><img class=\"tve_image wp-image-7405\" alt=\"\" width=\"64\" height=\"64\" title=\"spinning_wheel\" data-id=\"7405\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/spinning_wheel.png\" style=\"width: 100%;\"></span><p>We cover the entire width of the East Side, from 96th Street to Delancey and handle every type of personality imaginable. At PawCity, we lead lives full of the unconditional love and happiness we receive from the furballs we get to spend time with everyday.</p><p data-css=\"tve-u-15ec2a6b447\"><span data-css=\"tve-u-15ec2a6d9d8\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"121\"><strong>Get Your Coupon</strong></span></p><p data-css=\"tve-u-15ec2ab1d6d\">We strive to keep both you and your pup as happy and comfortable as possible while youâ€™re out earning those big bucks.</p><p data-css=\"tve-u-15ec2ab1d82\"></p><p data-css=\"tve-u-15ec2aa8e2e\"><strong>Get <span data-css=\"tve-u-15ec2aafa24\" style=\"color: rgb(89, 171, 227);\" wfd-id=\"117\">20%</span> off your first walk. Enter your email and we\'ll send you your coupon.</strong></p><p data-css=\"tve-u-15ec2af6c4b\"><span data-css=\"tve-u-15ec2af6c4e\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"102\">area we serve</span></p><p>As a small team of experienced dog owners and lovers, we really get to know you and your dog and we canguarantee consistent and personal care that is equal to your love and attention.</p><p></p><p><strong><span data-css=\"tve-u-15ec2afed17\" style=\"color: rgb(89, 171, 227);\" wfd-id=\"98\">We are so excited to make you a part of the family!</span></strong></p><span class=\"tve_image_frame\" wfd-id=\"82\"><img class=\"tve_image wp-image-25564\" alt=\"\" width=\"142\" height=\"44\" title=\"logo_pawcity\" data-id=\"25564\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/logo_pawcity.png\"></span><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"75\"><img class=\"tve_image wp-image-7369\" alt=\"\" width=\"64\" height=\"64\" title=\"location\" data-id=\"7369\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/location.png\" style=\"width: 100%;\"></span><p data-css=\"tve-u-1602bfa220e\"><strong><span data-css=\"tve-u-1602b324a9b\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"72\">67 E. 3rd Street</span></strong><span data-css=\"tve-u-1602b324a9c\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"71\"> </span><span data-css=\"tve-u-1602b324ab9\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"70\">Suite B New York, NY 10003</span></p><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"59\"><img class=\"tve_image wp-image-7370\" alt=\"\" width=\"64\" height=\"64\" title=\"phone\" data-id=\"7370\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/phone.png\" style=\"width: 100%;\"></span><p><a href=\"tel:9548481911\" target=\"_blank\"><strong><span data-css=\"tve-u-1602b324a9b\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"56\">954-848-1911</span></strong></a></p>','Home','','inherit','closed','closed','','106-revision-v1','','','2018-09-09 00:03:56','2018-09-09 04:03:56','',106,'https://bestcerakoteflorida.com/106-revision-v1/',0,'revision','',0),(275,1,'2018-09-08 03:26:27','2018-09-08 07:26:27','<span class=\"tve_image_frame\" wfd-id=\"240\"><img class=\"tve_image wp-image-25564\" alt=\"\" width=\"142\" height=\"44\" title=\"logo_pawcity\" data-id=\"25564\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/logo_pawcity.png\"></span><p data-css=\"tve-u-15f002fa8f6\"><span data-css=\"tve-u-15f0034f748\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"234\"><a href=\"#whatwedo\">What We Do</a></span>&nbsp; &nbsp; <span data-css=\"tve-u-15f003606db\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"233\"><a href=\"#testimonials\">Testimonials</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f003655f8\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"232\"><a href=\"#aboutus\">About Us</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f00369f5e\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"231\"><a href=\"#getyourcoupon\">Get Your Coupon</a></span>&nbsp; &nbsp; <span data-css=\"tve-u-15f0064f814\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"230\"><a href=\"#areaweserve\">Area We Serve</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f003784ab\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"229\"><a href=\"#contact\">Contact</a></span></p><h1 data-css=\"tve-u-15ebe90cfb0\">Happy dogs =â€‹â€‹â€‹â€‹â€‹happâ€‹â€‹â€‹â€‹y owners</h1><p data-css=\"tve-u-15ebe905473\">Offer your dog a premium walking experience</p><h1 data-css=\"tve-u-15ebea42b31\" style=\"text-align: center;\">What We Do</h1><p data-css=\"tve-u-15ec2443105\" style=\"text-align: center;\">Our goal is to make sure the owners are comforted, the pups are exercised and happy and that we are getting our own puppy fixes. But letâ€™s be honest- itâ€™s their world, weâ€™re just living in it! As a small team of experienced dog owners and lovers, we really get to know you and your dog and we canguarantee consistent and personal care that is equal to your love and attention. We are so excited to make you a part of the family!</p><span class=\"tve_image_frame\" wfd-id=\"189\"><img class=\"tve_image wp-image-1596\" alt=\"\" width=\"55\" height=\"73\" title=\"what_do_icon_01\" data-id=\"1596\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_01.png\"></span><p data-css=\"tve-u-15ec2481d17\"><strong>First Class Care</strong></p><p data-css=\"tve-u-15ec2487407\">all the best for them</p><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi.</p><span class=\"tve_image_frame\" wfd-id=\"181\"><img class=\"tve_image wp-image-1597\" alt=\"\" width=\"73\" height=\"73\" title=\"what_do_icon_02\" data-id=\"1597\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_02.png\"></span><p data-css=\"tve-u-15ec2481d17\"><strong>Snacks Included</strong></p><p data-css=\"tve-u-15ec2487407\">for your little one</p><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p><span class=\"tve_image_frame\" wfd-id=\"173\"><img class=\"tve_image wp-image-1598\" alt=\"\" width=\"65\" height=\"73\" title=\"what_do_icon_03\" data-id=\"1598\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_03.png\"></span><p data-css=\"tve-u-15ec2481d17\"><strong>Regularly walks</strong></p><p data-css=\"tve-u-15ec2487407\">to keep them ealthy</p><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris.</p><p data-css=\"tve-u-15ec25610c7\"><span data-css=\"tve-u-15ec268a0a3\" style=\"font-size: 45px; color: rgb(89, 171, 227);\" wfd-id=\"159\"><span data-css=\"tve-u-15ec26760e9\" style=\"font-family: ABeeZee;\" wfd-id=\"160\">â€</span></span><span data-css=\"tve-u-15ec256b908\" style=\"font-family: &quot;Amatic SC&quot;;\" wfd-id=\"158\">&nbsp; &nbsp; &nbsp;</span><span data-css=\"tve-u-15ec2680494\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"156\"><span data-css=\"tve-u-15ec269379d\" style=\"font-size: 45px;\" wfd-id=\"157\">my chester enjoys being with them!</span> &nbsp; &nbsp;&nbsp;</span><span data-css=\"tve-u-15ec255fe12\" style=\"font-family: ABeeZee; font-weight: 400; color: rgb(89, 171, 227); font-size: 45px;\" wfd-id=\"155\">â€</span></p><p data-css=\"tve-u-160266880a0\">We LOVE going for walks with our friends at Paw! Donâ€™t tell our mom &amp; dad,but we get really excited when they leave for work because we know it wonâ€™t be long before we get a visit from one of our favorite friends at PawCity! Best part is, they always let our parents know how ourwalk went right away so they dont have to worry about us!</p><p data-css=\"tve-u-15ec269736c\">We love you PawCity!! xoxo</p><p data-css=\"tve-u-15ec26a92a2\"><strong>Anna Olson</strong>, Chesterâ€™s Mom</p><h1 data-css=\"tve-u-15ec26bd2e8\">About us</h1><p data-css=\"tve-u-15ec2443105\" style=\"text-align: center;\">At PawCity, we lead lives full of the unconditional love and happiness we receive from the furballs we get to spend time with everyday and we have this beautiful city and all the beautiful people in it to thank. We love you and your pups!!</p><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"135\"><img class=\"tve_image wp-image-7399\" alt=\"\" width=\"830\" height=\"775\" title=\"about_us_dog\" data-id=\"7399\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/about_us_dog.png\" style=\"width: 100%;\"></span><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"129\"><img class=\"tve_image wp-image-7404\" alt=\"\" width=\"64\" height=\"64\" title=\"dog_paw\" data-id=\"7404\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/dog_paw.png\" style=\"width: 100%;\"></span><p>We moved to New York City with our black bulldog rescue, Blakely, in 2007 after graduating from the University of Maryland. Immediately, we realized what a dog-crazy place it was.</p><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"123\"><img class=\"tve_image wp-image-7403\" alt=\"\" width=\"64\" height=\"64\" title=\"dog_house\" data-id=\"7403\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/dog_house.png\" style=\"width: 100%;\"></span><p>We knew right away that we wanted to work with the animals that we loved and that had given us so much love since we were little girls. We started PawCity Dog Walking in July of 2010.</p><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"117\"><img class=\"tve_image wp-image-7405\" alt=\"\" width=\"64\" height=\"64\" title=\"spinning_wheel\" data-id=\"7405\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/spinning_wheel.png\" style=\"width: 100%;\"></span><p>We cover the entire width of the East Side, from 96th Street to Delancey and handle every type of personality imaginable. At PawCity, we lead lives full of the unconditional love and happiness we receive from the furballs we get to spend time with everyday.</p><p data-css=\"tve-u-15ec2a6b447\"><span data-css=\"tve-u-15ec2a6d9d8\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"103\"><strong>Get Your Coupon</strong></span></p><p data-css=\"tve-u-15ec2ab1d6d\">We strive to keep both you and your pup as happy and comfortable as possible while youâ€™re out earning those big bucks.</p><p data-css=\"tve-u-15ec2ab1d82\"></p><p data-css=\"tve-u-15ec2aa8e2e\"><strong>Get <span data-css=\"tve-u-15ec2aafa24\" style=\"color: rgb(89, 171, 227);\" wfd-id=\"101\">20%</span> off your first walk. Enter your email and we\'ll send you your coupon.</strong></p><p data-css=\"tve-u-15ec2af6c4b\"><span data-css=\"tve-u-15ec2af6c4e\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"88\">area we serve</span></p><p>As a small team of experienced dog owners and lovers, we really get to know you and your dog and we canguarantee consistent and personal care that is equal to your love and attention.</p><p></p><p><strong><span data-css=\"tve-u-15ec2afed17\" style=\"color: rgb(89, 171, 227);\" wfd-id=\"86\">We are so excited to make you a part of the family!</span></strong></p><span class=\"tve_image_frame\" wfd-id=\"72\"><img class=\"tve_image wp-image-25564\" alt=\"\" width=\"142\" height=\"44\" title=\"logo_pawcity\" data-id=\"25564\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/logo_pawcity.png\"></span><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"65\"><img class=\"tve_image wp-image-7369\" alt=\"\" width=\"64\" height=\"64\" title=\"location\" data-id=\"7369\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/location.png\" style=\"width: 100%;\"></span><p data-css=\"tve-u-1602bfa220e\"><strong><span data-css=\"tve-u-1602b324a9b\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"62\">67 E. 3rd Street</span></strong><span data-css=\"tve-u-1602b324a9c\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"61\"> </span><span data-css=\"tve-u-1602b324ab9\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"60\">Suite B New York, NY 10003</span></p><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"51\"><img class=\"tve_image wp-image-7370\" alt=\"\" width=\"64\" height=\"64\" title=\"phone\" data-id=\"7370\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/phone.png\" style=\"width: 100%;\"></span><p><strong><span data-css=\"tve-u-1602b324a9b\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"48\">080</span></strong><span data-css=\"tve-u-1602b324a9c\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"47\"> </span><span data-css=\"tve-u-1602b324ab9\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"46\">708 5583</span></p>','Home','','inherit','closed','closed','','106-revision-v1','','','2018-09-08 03:26:27','2018-09-08 07:26:27','',106,'https://bestcerakoteflorida.com/106-revision-v1/',0,'revision','',0),(276,1,'2018-09-08 03:26:27','2018-09-08 07:26:27','<span class=\"tve_image_frame\" wfd-id=\"240\"><img class=\"tve_image wp-image-25564\" alt=\"\" width=\"142\" height=\"44\" title=\"logo_pawcity\" data-id=\"25564\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/logo_pawcity.png\"></span><p data-css=\"tve-u-15f002fa8f6\"><span data-css=\"tve-u-15f0034f748\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"234\"><a href=\"#whatwedo\">What We Do</a></span>&nbsp; &nbsp; <span data-css=\"tve-u-15f003606db\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"233\"><a href=\"#testimonials\">Testimonials</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f003655f8\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"232\"><a href=\"#aboutus\">About Us</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f00369f5e\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"231\"><a href=\"#getyourcoupon\">Get Your Coupon</a></span>&nbsp; &nbsp; <span data-css=\"tve-u-15f0064f814\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"230\"><a href=\"#areaweserve\">Area We Serve</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f003784ab\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"229\"><a href=\"#contact\">Contact</a></span></p><h1 data-css=\"tve-u-15ebe90cfb0\">Happy dogs =â€‹â€‹â€‹â€‹â€‹happâ€‹â€‹â€‹â€‹y owners</h1><p data-css=\"tve-u-15ebe905473\">Offer your dog a premium walking experience</p><h1 data-css=\"tve-u-15ebea42b31\" style=\"text-align: center;\">What We Do</h1><p data-css=\"tve-u-15ec2443105\" style=\"text-align: center;\">Our goal is to make sure the owners are comforted, the pups are exercised and happy and that we are getting our own puppy fixes. But letâ€™s be honest- itâ€™s their world, weâ€™re just living in it! As a small team of experienced dog owners and lovers, we really get to know you and your dog and we canguarantee consistent and personal care that is equal to your love and attention. We are so excited to make you a part of the family!</p><span class=\"tve_image_frame\" wfd-id=\"189\"><img class=\"tve_image wp-image-1596\" alt=\"\" width=\"55\" height=\"73\" title=\"what_do_icon_01\" data-id=\"1596\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_01.png\"></span><p data-css=\"tve-u-15ec2481d17\"><strong>First Class Care</strong></p><p data-css=\"tve-u-15ec2487407\">all the best for them</p><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi.</p><span class=\"tve_image_frame\" wfd-id=\"181\"><img class=\"tve_image wp-image-1597\" alt=\"\" width=\"73\" height=\"73\" title=\"what_do_icon_02\" data-id=\"1597\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_02.png\"></span><p data-css=\"tve-u-15ec2481d17\"><strong>Snacks Included</strong></p><p data-css=\"tve-u-15ec2487407\">for your little one</p><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p><span class=\"tve_image_frame\" wfd-id=\"173\"><img class=\"tve_image wp-image-1598\" alt=\"\" width=\"65\" height=\"73\" title=\"what_do_icon_03\" data-id=\"1598\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_03.png\"></span><p data-css=\"tve-u-15ec2481d17\"><strong>Regularly walks</strong></p><p data-css=\"tve-u-15ec2487407\">to keep them ealthy</p><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris.</p><p data-css=\"tve-u-15ec25610c7\"><span data-css=\"tve-u-15ec268a0a3\" style=\"font-size: 45px; color: rgb(89, 171, 227);\" wfd-id=\"159\"><span data-css=\"tve-u-15ec26760e9\" style=\"font-family: ABeeZee;\" wfd-id=\"160\">â€</span></span><span data-css=\"tve-u-15ec256b908\" style=\"font-family: &quot;Amatic SC&quot;;\" wfd-id=\"158\">&nbsp; &nbsp; &nbsp;</span><span data-css=\"tve-u-15ec2680494\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"156\"><span data-css=\"tve-u-15ec269379d\" style=\"font-size: 45px;\" wfd-id=\"157\">my chester enjoys being with them!</span> &nbsp; &nbsp;&nbsp;</span><span data-css=\"tve-u-15ec255fe12\" style=\"font-family: ABeeZee; font-weight: 400; color: rgb(89, 171, 227); font-size: 45px;\" wfd-id=\"155\">â€</span></p><p data-css=\"tve-u-160266880a0\">We LOVE going for walks with our friends at Paw! Donâ€™t tell our mom &amp; dad,but we get really excited when they leave for work because we know it wonâ€™t be long before we get a visit from one of our favorite friends at PawCity! Best part is, they always let our parents know how ourwalk went right away so they dont have to worry about us!</p><p data-css=\"tve-u-15ec269736c\">We love you PawCity!! xoxo</p><p data-css=\"tve-u-15ec26a92a2\"><strong>Anna Olson</strong>, Chesterâ€™s Mom</p><h1 data-css=\"tve-u-15ec26bd2e8\">About us</h1><p data-css=\"tve-u-15ec2443105\" style=\"text-align: center;\">At PawCity, we lead lives full of the unconditional love and happiness we receive from the furballs we get to spend time with everyday and we have this beautiful city and all the beautiful people in it to thank. We love you and your pups!!</p><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"135\"><img class=\"tve_image wp-image-7399\" alt=\"\" width=\"830\" height=\"775\" title=\"about_us_dog\" data-id=\"7399\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/about_us_dog.png\" style=\"width: 100%;\"></span><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"129\"><img class=\"tve_image wp-image-7404\" alt=\"\" width=\"64\" height=\"64\" title=\"dog_paw\" data-id=\"7404\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/dog_paw.png\" style=\"width: 100%;\"></span><p>We moved to New York City with our black bulldog rescue, Blakely, in 2007 after graduating from the University of Maryland. Immediately, we realized what a dog-crazy place it was.</p><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"123\"><img class=\"tve_image wp-image-7403\" alt=\"\" width=\"64\" height=\"64\" title=\"dog_house\" data-id=\"7403\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/dog_house.png\" style=\"width: 100%;\"></span><p>We knew right away that we wanted to work with the animals that we loved and that had given us so much love since we were little girls. We started PawCity Dog Walking in July of 2010.</p><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"117\"><img class=\"tve_image wp-image-7405\" alt=\"\" width=\"64\" height=\"64\" title=\"spinning_wheel\" data-id=\"7405\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/spinning_wheel.png\" style=\"width: 100%;\"></span><p>We cover the entire width of the East Side, from 96th Street to Delancey and handle every type of personality imaginable. At PawCity, we lead lives full of the unconditional love and happiness we receive from the furballs we get to spend time with everyday.</p><p data-css=\"tve-u-15ec2a6b447\"><span data-css=\"tve-u-15ec2a6d9d8\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"103\"><strong>Get Your Coupon</strong></span></p><p data-css=\"tve-u-15ec2ab1d6d\">We strive to keep both you and your pup as happy and comfortable as possible while youâ€™re out earning those big bucks.</p><p data-css=\"tve-u-15ec2ab1d82\"></p><p data-css=\"tve-u-15ec2aa8e2e\"><strong>Get <span data-css=\"tve-u-15ec2aafa24\" style=\"color: rgb(89, 171, 227);\" wfd-id=\"101\">20%</span> off your first walk. Enter your email and we\'ll send you your coupon.</strong></p><p data-css=\"tve-u-15ec2af6c4b\"><span data-css=\"tve-u-15ec2af6c4e\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"88\">area we serve</span></p><p>As a small team of experienced dog owners and lovers, we really get to know you and your dog and we canguarantee consistent and personal care that is equal to your love and attention.</p><p></p><p><strong><span data-css=\"tve-u-15ec2afed17\" style=\"color: rgb(89, 171, 227);\" wfd-id=\"86\">We are so excited to make you a part of the family!</span></strong></p><span class=\"tve_image_frame\" wfd-id=\"72\"><img class=\"tve_image wp-image-25564\" alt=\"\" width=\"142\" height=\"44\" title=\"logo_pawcity\" data-id=\"25564\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/logo_pawcity.png\"></span><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"65\"><img class=\"tve_image wp-image-7369\" alt=\"\" width=\"64\" height=\"64\" title=\"location\" data-id=\"7369\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/location.png\" style=\"width: 100%;\"></span><p data-css=\"tve-u-1602bfa220e\"><strong><span data-css=\"tve-u-1602b324a9b\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"62\">67 E. 3rd Street</span></strong><span data-css=\"tve-u-1602b324a9c\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"61\"> </span><span data-css=\"tve-u-1602b324ab9\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"60\">Suite B New York, NY 10003</span></p><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"51\"><img class=\"tve_image wp-image-7370\" alt=\"\" width=\"64\" height=\"64\" title=\"phone\" data-id=\"7370\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/phone.png\" style=\"width: 100%;\"></span><p><strong><span data-css=\"tve-u-1602b324a9b\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"48\">080</span></strong><span data-css=\"tve-u-1602b324a9c\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"47\"> </span><span data-css=\"tve-u-1602b324ab9\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"46\">708 5583</span></p>','Home','','inherit','closed','closed','','106-revision-v1','','','2018-09-08 03:26:27','2018-09-08 07:26:27','',106,'https://bestcerakoteflorida.com/106-revision-v1/',0,'revision','',0),(277,1,'2018-09-08 04:01:44','2018-09-08 08:01:44','<span class=\"tve_image_frame\" wfd-id=\"288\"><img class=\"tve_image wp-image-25564\" alt=\"\" width=\"142\" height=\"44\" title=\"logo_pawcity\" data-id=\"25564\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/logo_pawcity.png\"></span><p data-css=\"tve-u-15f002fa8f6\"><span data-css=\"tve-u-15f0034f748\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"282\"><a href=\"#whatwedo\">What We Do</a></span>&nbsp; &nbsp; <span data-css=\"tve-u-15f003606db\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"281\"><a href=\"#testimonials\">Testimonials</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f003655f8\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"280\"><a href=\"#aboutus\">About Us</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f00369f5e\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"279\"><a href=\"#getyourcoupon\">Get Your Coupon</a></span>&nbsp; &nbsp; <span data-css=\"tve-u-15f0064f814\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"278\"><a href=\"#areaweserve\">Area We Serve</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f003784ab\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"277\"><a href=\"#contact\">Contact</a></span></p><h1 data-css=\"tve-u-15ebe90cfb0\">Happy dogs =â€‹â€‹â€‹â€‹â€‹happâ€‹â€‹â€‹â€‹y owners</h1><p data-css=\"tve-u-15ebe905473\">Offer your dog a premium walking experience</p><h1 data-css=\"tve-u-15ebea42b31\" style=\"text-align: center;\">What We Do</h1><p data-css=\"tve-u-15ec2443105\" style=\"text-align: center;\">Our goal is to make sure the owners are comforted, the pups are exercised and happy and that we are getting our own puppy fixes. But letâ€™s be honest- itâ€™s their world, weâ€™re just living in it! As a small team of experienced dog owners and lovers, we really get to know you and your dog and we canguarantee consistent and personal care that is equal to your love and attention. We are so excited to make you a part of the family!</p><span class=\"tve_image_frame\" wfd-id=\"227\"><img class=\"tve_image wp-image-1596\" alt=\"\" width=\"55\" height=\"73\" title=\"what_do_icon_01\" data-id=\"1596\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_01.png\"></span><p data-css=\"tve-u-15ec2481d17\"><strong>First Class Care</strong></p><p data-css=\"tve-u-15ec2487407\">all the best for them</p><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi.</p><span class=\"tve_image_frame\" wfd-id=\"217\"><img class=\"tve_image wp-image-1597\" alt=\"\" width=\"73\" height=\"73\" title=\"what_do_icon_02\" data-id=\"1597\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_02.png\"></span><p data-css=\"tve-u-15ec2481d17\"><strong>Snacks Included</strong></p><p data-css=\"tve-u-15ec2487407\">for your little one</p><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p><span class=\"tve_image_frame\" wfd-id=\"209\"><img class=\"tve_image wp-image-1598\" alt=\"\" width=\"65\" height=\"73\" title=\"what_do_icon_03\" data-id=\"1598\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_03.png\"></span><p data-css=\"tve-u-15ec2481d17\"><strong>Regularly walks</strong></p><p data-css=\"tve-u-15ec2487407\">to keep them ealthy</p><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris.</p><p data-css=\"tve-u-15ec25610c7\"><span data-css=\"tve-u-15ec268a0a3\" style=\"font-size: 45px; color: rgb(89, 171, 227);\" wfd-id=\"195\"><span data-css=\"tve-u-15ec26760e9\" style=\"font-family: ABeeZee;\" wfd-id=\"196\">â€</span></span><span data-css=\"tve-u-15ec256b908\" style=\"font-family: &quot;Amatic SC&quot;;\" wfd-id=\"194\">&nbsp; &nbsp; &nbsp;</span><span data-css=\"tve-u-15ec2680494\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"192\"><span data-css=\"tve-u-15ec269379d\" style=\"font-size: 45px;\" wfd-id=\"193\">my chester enjoys being with them!</span> &nbsp; &nbsp;&nbsp;</span><span data-css=\"tve-u-15ec255fe12\" style=\"font-family: ABeeZee; font-weight: 400; color: rgb(89, 171, 227); font-size: 45px;\" wfd-id=\"191\">â€</span></p><p data-css=\"tve-u-160266880a0\">We LOVE going for walks with our friends at Paw! Donâ€™t tell our mom &amp; dad,but we get really excited when they leave for work because we know it wonâ€™t be long before we get a visit from one of our favorite friends at PawCity! Best part is, they always let our parents know how ourwalk went right away so they dont have to worry about us!</p><p data-css=\"tve-u-15ec269736c\">We love you PawCity!! xoxo</p><p data-css=\"tve-u-15ec26a92a2\"><strong>Anna Olson</strong>, Chesterâ€™s Mom</p><h1 data-css=\"tve-u-15ec26bd2e8\">About us</h1><p data-css=\"tve-u-15ec2443105\" style=\"text-align: center;\">At PawCity, we lead lives full of the unconditional love and happiness we receive from the furballs we get to spend time with everyday and we have this beautiful city and all the beautiful people in it to thank. We love you and your pups!!</p><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"167\"><img class=\"tve_image wp-image-7399\" alt=\"\" width=\"830\" height=\"775\" title=\"about_us_dog\" data-id=\"7399\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/about_us_dog.png\" style=\"width: 100%;\"></span><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"161\"><img class=\"tve_image wp-image-7404\" alt=\"\" width=\"64\" height=\"64\" title=\"dog_paw\" data-id=\"7404\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/dog_paw.png\" style=\"width: 100%;\"></span><p>We moved to New York City with our black bulldog rescue, Blakely, in 2007 after graduating from the University of Maryland. Immediately, we realized what a dog-crazy place it was.</p><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"155\"><img class=\"tve_image wp-image-7403\" alt=\"\" width=\"64\" height=\"64\" title=\"dog_house\" data-id=\"7403\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/dog_house.png\" style=\"width: 100%;\"></span><p>We knew right away that we wanted to work with the animals that we loved and that had given us so much love since we were little girls. We started PawCity Dog Walking in July of 2010.</p><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"149\"><img class=\"tve_image wp-image-7405\" alt=\"\" width=\"64\" height=\"64\" title=\"spinning_wheel\" data-id=\"7405\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/spinning_wheel.png\" style=\"width: 100%;\"></span><p>We cover the entire width of the East Side, from 96th Street to Delancey and handle every type of personality imaginable. At PawCity, we lead lives full of the unconditional love and happiness we receive from the furballs we get to spend time with everyday.</p><p data-css=\"tve-u-15ec2a6b447\"><span data-css=\"tve-u-15ec2a6d9d8\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"135\"><strong>Get Your Coupon</strong></span></p><p data-css=\"tve-u-15ec2ab1d6d\">We strive to keep both you and your pup as happy and comfortable as possible while youâ€™re out earning those big bucks.</p><p data-css=\"tve-u-15ec2ab1d82\"></p><p data-css=\"tve-u-15ec2aa8e2e\"><strong>Get <span data-css=\"tve-u-15ec2aafa24\" style=\"color: rgb(89, 171, 227);\" wfd-id=\"131\">20%</span> off your first walk. Enter your email and we\'ll send you your coupon.</strong></p><p data-css=\"tve-u-15ec2af6c4b\"><span data-css=\"tve-u-15ec2af6c4e\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"116\">area we serve</span></p><p>As a small team of experienced dog owners and lovers, we really get to know you and your dog and we canguarantee consistent and personal care that is equal to your love and attention.</p><p></p><p><strong><span data-css=\"tve-u-15ec2afed17\" style=\"color: rgb(89, 171, 227);\" wfd-id=\"112\">We are so excited to make you a part of the family!</span></strong></p><span class=\"tve_image_frame\" wfd-id=\"96\"><img class=\"tve_image wp-image-25564\" alt=\"\" width=\"142\" height=\"44\" title=\"logo_pawcity\" data-id=\"25564\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/logo_pawcity.png\"></span><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"89\"><img class=\"tve_image wp-image-7369\" alt=\"\" width=\"64\" height=\"64\" title=\"location\" data-id=\"7369\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/location.png\" style=\"width: 100%;\"></span><p data-css=\"tve-u-1602bfa220e\"><strong><span data-css=\"tve-u-1602b324a9b\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"86\">67 E. 3rd Street</span></strong><span data-css=\"tve-u-1602b324a9c\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"85\"> </span><span data-css=\"tve-u-1602b324ab9\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"84\">Suite B New York, NY 10003</span></p><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"75\"><img class=\"tve_image wp-image-7370\" alt=\"\" width=\"64\" height=\"64\" title=\"phone\" data-id=\"7370\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/phone.png\" style=\"width: 100%;\"></span><p><strong><span data-css=\"tve-u-1602b324a9b\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"72\">080</span></strong><span data-css=\"tve-u-1602b324a9c\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"71\"> </span><span data-css=\"tve-u-1602b324ab9\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"70\">708 5583</span></p>','Home','','inherit','closed','closed','','106-revision-v1','','','2018-09-08 04:01:44','2018-09-08 08:01:44','',106,'https://bestcerakoteflorida.com/106-revision-v1/',0,'revision','',0),(278,1,'2018-09-08 04:02:35','2018-09-08 08:02:35','<span class=\"tve_image_frame\" wfd-id=\"268\"><img class=\"tve_image wp-image-25564\" alt=\"\" width=\"142\" height=\"44\" title=\"logo_pawcity\" data-id=\"25564\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/logo_pawcity.png\"></span><p data-css=\"tve-u-15f002fa8f6\"><span data-css=\"tve-u-15f0034f748\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"262\"><a href=\"#whatwedo\">What We Do</a></span>&nbsp; &nbsp; <span data-css=\"tve-u-15f003606db\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"261\"><a href=\"#testimonials\">Testimonials</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f003655f8\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"260\"><a href=\"#aboutus\">About Us</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f00369f5e\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"259\"><a href=\"#getyourcoupon\">Get Your Coupon</a></span>&nbsp; &nbsp; <span data-css=\"tve-u-15f0064f814\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"258\"><a href=\"#areaweserve\">Area We Serve</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f003784ab\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"257\"><a href=\"#contact\">Contact</a></span></p><h1 data-css=\"tve-u-15ebe90cfb0\">Happy dogs =â€‹â€‹â€‹â€‹â€‹happâ€‹â€‹â€‹â€‹y owners</h1><p data-css=\"tve-u-15ebe905473\">Offer your dog a premium walking experience</p><h1 data-css=\"tve-u-15ebea42b31\" style=\"text-align: center;\">What We Do</h1><p data-css=\"tve-u-15ec2443105\" style=\"text-align: center;\">Our goal is to make sure the owners are comforted, the pups are exercised and happy and that we are getting our own puppy fixes. But letâ€™s be honest- itâ€™s their world, weâ€™re just living in it! As a small team of experienced dog owners and lovers, we really get to know you and your dog and we canguarantee consistent and personal care that is equal to your love and attention. We are so excited to make you a part of the family!</p><span class=\"tve_image_frame\" wfd-id=\"207\"><img class=\"tve_image wp-image-1596\" alt=\"\" width=\"55\" height=\"73\" title=\"what_do_icon_01\" data-id=\"1596\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_01.png\"></span><p data-css=\"tve-u-15ec2481d17\"><strong>First Class Care</strong></p><p data-css=\"tve-u-15ec2487407\">all the best for them</p><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi.</p><span class=\"tve_image_frame\" wfd-id=\"197\"><img class=\"tve_image wp-image-1597\" alt=\"\" width=\"73\" height=\"73\" title=\"what_do_icon_02\" data-id=\"1597\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_02.png\"></span><p data-css=\"tve-u-15ec2481d17\"><strong>Snacks Included</strong></p><p data-css=\"tve-u-15ec2487407\">for your little one</p><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p><span class=\"tve_image_frame\" wfd-id=\"189\"><img class=\"tve_image wp-image-1598\" alt=\"\" width=\"65\" height=\"73\" title=\"what_do_icon_03\" data-id=\"1598\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_03.png\"></span><p data-css=\"tve-u-15ec2481d17\"><strong>Regularly walks</strong></p><p data-css=\"tve-u-15ec2487407\">to keep them ealthy</p><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris.</p><p data-css=\"tve-u-15ec25610c7\"><span data-css=\"tve-u-15ec268a0a3\" style=\"font-size: 45px; color: rgb(89, 171, 227);\" wfd-id=\"175\"><span data-css=\"tve-u-15ec26760e9\" style=\"font-family: ABeeZee;\" wfd-id=\"176\">â€</span></span><span data-css=\"tve-u-15ec256b908\" style=\"font-family: &quot;Amatic SC&quot;;\" wfd-id=\"174\">&nbsp; &nbsp; &nbsp;</span><span data-css=\"tve-u-15ec2680494\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"172\"><span data-css=\"tve-u-15ec269379d\" style=\"font-size: 45px;\" wfd-id=\"173\">my chester enjoys being with them!</span> &nbsp; &nbsp;&nbsp;</span><span data-css=\"tve-u-15ec255fe12\" style=\"font-family: ABeeZee; font-weight: 400; color: rgb(89, 171, 227); font-size: 45px;\" wfd-id=\"171\">â€</span></p><p data-css=\"tve-u-160266880a0\">We LOVE going for walks with our friends at Paw! Donâ€™t tell our mom &amp; dad,but we get really excited when they leave for work because we know it wonâ€™t be long before we get a visit from one of our favorite friends at PawCity! Best part is, they always let our parents know how ourwalk went right away so they dont have to worry about us!</p><p data-css=\"tve-u-15ec269736c\">We love you PawCity!! xoxo</p><p data-css=\"tve-u-15ec26a92a2\"><strong>Anna Olson</strong>, Chesterâ€™s Mom</p><h1 data-css=\"tve-u-15ec26bd2e8\">About us</h1><p data-css=\"tve-u-15ec2443105\" style=\"text-align: center;\">At PawCity, we lead lives full of the unconditional love and happiness we receive from the furballs we get to spend time with everyday and we have this beautiful city and all the beautiful people in it to thank. We love you and your pups!!</p><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"147\"><img class=\"tve_image wp-image-7399\" alt=\"\" width=\"830\" height=\"775\" title=\"about_us_dog\" data-id=\"7399\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/about_us_dog.png\" style=\"width: 100%;\"></span><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"141\"><img class=\"tve_image wp-image-7404\" alt=\"\" width=\"64\" height=\"64\" title=\"dog_paw\" data-id=\"7404\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/dog_paw.png\" style=\"width: 100%;\"></span><p>We moved to New York City with our black bulldog rescue, Blakely, in 2007 after graduating from the University of Maryland. Immediately, we realized what a dog-crazy place it was.</p><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"135\"><img class=\"tve_image wp-image-7403\" alt=\"\" width=\"64\" height=\"64\" title=\"dog_house\" data-id=\"7403\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/dog_house.png\" style=\"width: 100%;\"></span><p>We knew right away that we wanted to work with the animals that we loved and that had given us so much love since we were little girls. We started PawCity Dog Walking in July of 2010.</p><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"129\"><img class=\"tve_image wp-image-7405\" alt=\"\" width=\"64\" height=\"64\" title=\"spinning_wheel\" data-id=\"7405\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/spinning_wheel.png\" style=\"width: 100%;\"></span><p>We cover the entire width of the East Side, from 96th Street to Delancey and handle every type of personality imaginable. At PawCity, we lead lives full of the unconditional love and happiness we receive from the furballs we get to spend time with everyday.</p><p data-css=\"tve-u-15ec2a6b447\"><span data-css=\"tve-u-15ec2a6d9d8\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"115\"><strong>Get Your Coupon</strong></span></p><p data-css=\"tve-u-15ec2ab1d6d\">We strive to keep both you and your pup as happy and comfortable as possible while youâ€™re out earning those big bucks.</p><p data-css=\"tve-u-15ec2ab1d82\"></p><p data-css=\"tve-u-15ec2aa8e2e\"><strong>Get <span data-css=\"tve-u-15ec2aafa24\" style=\"color: rgb(89, 171, 227);\" wfd-id=\"111\">20%</span> off your first walk. Enter your email and we\'ll send you your coupon.</strong></p><p data-css=\"tve-u-15ec2af6c4b\"><span data-css=\"tve-u-15ec2af6c4e\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"96\">area we serve</span></p><p>As a small team of experienced dog owners and lovers, we really get to know you and your dog and we canguarantee consistent and personal care that is equal to your love and attention.</p><p></p><p><strong><span data-css=\"tve-u-15ec2afed17\" style=\"color: rgb(89, 171, 227);\" wfd-id=\"92\">We are so excited to make you a part of the family!</span></strong></p><span class=\"tve_image_frame\" wfd-id=\"76\"><img class=\"tve_image wp-image-25564\" alt=\"\" width=\"142\" height=\"44\" title=\"logo_pawcity\" data-id=\"25564\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/logo_pawcity.png\"></span><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"69\"><img class=\"tve_image wp-image-7369\" alt=\"\" width=\"64\" height=\"64\" title=\"location\" data-id=\"7369\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/location.png\" style=\"width: 100%;\"></span><p data-css=\"tve-u-1602bfa220e\"><strong><span data-css=\"tve-u-1602b324a9b\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"66\">67 E. 3rd Street</span></strong><span data-css=\"tve-u-1602b324a9c\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"65\"> </span><span data-css=\"tve-u-1602b324ab9\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"64\">Suite B New York, NY 10003</span></p><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"55\"><img class=\"tve_image wp-image-7370\" alt=\"\" width=\"64\" height=\"64\" title=\"phone\" data-id=\"7370\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/phone.png\" style=\"width: 100%;\"></span><p><strong><span data-css=\"tve-u-1602b324a9b\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"52\">080</span></strong><span data-css=\"tve-u-1602b324a9c\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"51\"> </span><span data-css=\"tve-u-1602b324ab9\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"50\">708 5583</span></p>','Home','','inherit','closed','closed','','106-revision-v1','','','2018-09-08 04:02:35','2018-09-08 08:02:35','',106,'https://bestcerakoteflorida.com/106-revision-v1/',0,'revision','',0),(280,1,'2018-09-09 00:04:36','2018-09-09 04:04:36','<span class=\"tve_image_frame\" wfd-id=\"289\"><img class=\"tve_image wp-image-25564\" alt=\"\" width=\"142\" height=\"44\" title=\"logo_pawcity\" data-id=\"25564\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/logo_pawcity.png\"></span><p data-css=\"tve-u-15f002fa8f6\"><span data-css=\"tve-u-15f0034f748\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"283\"><a href=\"#whatwedo\">What We Do</a></span>&nbsp; &nbsp; <span data-css=\"tve-u-15f003606db\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"282\"><a href=\"#testimonials\">Testimonials</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f003655f8\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"281\"><a href=\"#aboutus\">About Us</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f00369f5e\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"280\"><a href=\"#getyourcoupon\">Get Your Coupon</a></span>&nbsp; &nbsp; <span data-css=\"tve-u-15f0064f814\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"279\"><a href=\"#areaweserve\">Area We Serve</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f003784ab\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"278\"><a href=\"#contact\">Contact</a></span></p><h1 data-css=\"tve-u-15ebe90cfb0\">Happy dogs =â€‹â€‹â€‹â€‹â€‹happâ€‹â€‹â€‹â€‹y owners</h1><p data-css=\"tve-u-15ebe905473\">Offer your dog a premium walking experience</p><h1 data-css=\"tve-u-15ebea42b31\" style=\"text-align: center;\">What We Do</h1><p data-css=\"tve-u-15ec2443105\" style=\"text-align: center;\">Our goal is to make sure the owners are comforted, the pups are exercised and happy and that we are getting our own puppy fixes. But letâ€™s be honest- itâ€™s their world, weâ€™re just living in it! As a small team of experienced dog owners and lovers, we really get to know you and your dog and we canguarantee consistent and personal care that is equal to your love and attention. We are so excited to make you a part of the family!</p><span class=\"tve_image_frame\" wfd-id=\"226\"><img class=\"tve_image wp-image-1596\" alt=\"\" width=\"55\" height=\"73\" title=\"what_do_icon_01\" data-id=\"1596\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_01.png\"></span><p data-css=\"tve-u-15ec2481d17\"><strong>First Class Care</strong></p><p data-css=\"tve-u-15ec2487407\">all the best for them</p><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi.</p><span class=\"tve_image_frame\" wfd-id=\"216\"><img class=\"tve_image wp-image-1597\" alt=\"\" width=\"73\" height=\"73\" title=\"what_do_icon_02\" data-id=\"1597\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_02.png\"></span><p data-css=\"tve-u-15ec2481d17\"><strong>Snacks Included</strong></p><p data-css=\"tve-u-15ec2487407\">for your little one</p><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p><span class=\"tve_image_frame\" wfd-id=\"206\"><img class=\"tve_image wp-image-1598\" alt=\"\" width=\"65\" height=\"73\" title=\"what_do_icon_03\" data-id=\"1598\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_03.png\"></span><p data-css=\"tve-u-15ec2481d17\"><strong>Regularly walks</strong></p><p data-css=\"tve-u-15ec2487407\">to keep them ealthy</p><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris.</p><p data-css=\"tve-u-15ec25610c7\"><span data-css=\"tve-u-15ec268a0a3\" style=\"font-size: 45px; color: rgb(89, 171, 227);\" wfd-id=\"192\"><span data-css=\"tve-u-15ec26760e9\" style=\"font-family: ABeeZee;\" wfd-id=\"193\">â€</span></span><span data-css=\"tve-u-15ec256b908\" style=\"font-family: &quot;Amatic SC&quot;;\" wfd-id=\"191\">&nbsp; &nbsp; &nbsp;</span><span data-css=\"tve-u-15ec2680494\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"189\"><span data-css=\"tve-u-15ec269379d\" style=\"font-size: 45px;\" wfd-id=\"190\">my chester enjoys being with them!</span> &nbsp; &nbsp;&nbsp;</span><span data-css=\"tve-u-15ec255fe12\" style=\"font-family: ABeeZee; font-weight: 400; color: rgb(89, 171, 227); font-size: 45px;\" wfd-id=\"188\">â€</span></p><p data-css=\"tve-u-160266880a0\">We LOVE going for walks with our friends at Paw! Donâ€™t tell our mom &amp; dad,but we get really excited when they leave for work because we know it wonâ€™t be long before we get a visit from one of our favorite friends at PawCity! Best part is, they always let our parents know how ourwalk went right away so they dont have to worry about us!</p><p data-css=\"tve-u-15ec269736c\">We love you PawCity!! xoxo</p><p data-css=\"tve-u-15ec26a92a2\"><strong>Anna Olson</strong>, Chesterâ€™s Mom</p><h1 data-css=\"tve-u-15ec26bd2e8\">About us</h1><p data-css=\"tve-u-15ec2443105\" style=\"text-align: center;\">At PawCity, we lead lives full of the unconditional love and happiness we receive from the furballs we get to spend time with everyday and we have this beautiful city and all the beautiful people in it to thank. We love you and your pups!!</p><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"158\"><img class=\"tve_image wp-image-7399\" alt=\"\" width=\"830\" height=\"775\" title=\"about_us_dog\" data-id=\"7399\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/about_us_dog.png\" style=\"width: 100%;\"></span><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"152\"><img class=\"tve_image wp-image-7404\" alt=\"\" width=\"64\" height=\"64\" title=\"dog_paw\" data-id=\"7404\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/dog_paw.png\" style=\"width: 100%;\"></span><p>We moved to New York City with our black bulldog rescue, Blakely, in 2007 after graduating from the University of Maryland. Immediately, we realized what a dog-crazy place it was.</p><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"144\"><img class=\"tve_image wp-image-7403\" alt=\"\" width=\"64\" height=\"64\" title=\"dog_house\" data-id=\"7403\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/dog_house.png\" style=\"width: 100%;\"></span><p>We knew right away that we wanted to work with the animals that we loved and that had given us so much love since we were little girls. We started PawCity Dog Walking in July of 2010.</p><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"136\"><img class=\"tve_image wp-image-7405\" alt=\"\" width=\"64\" height=\"64\" title=\"spinning_wheel\" data-id=\"7405\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/spinning_wheel.png\" style=\"width: 100%;\"></span><p>We cover the entire width of the East Side, from 96th Street to Delancey and handle every type of personality imaginable. At PawCity, we lead lives full of the unconditional love and happiness we receive from the furballs we get to spend time with everyday.</p><p data-css=\"tve-u-15ec2a6b447\"><span data-css=\"tve-u-15ec2a6d9d8\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"122\"><strong>Get Your Coupon</strong></span></p><p data-css=\"tve-u-15ec2ab1d6d\">We strive to keep both you and your pup as happy and comfortable as possible while youâ€™re out earning those big bucks.</p><p data-css=\"tve-u-15ec2ab1d82\"></p><p data-css=\"tve-u-15ec2aa8e2e\"><strong>Get <span data-css=\"tve-u-15ec2aafa24\" style=\"color: rgb(89, 171, 227);\" wfd-id=\"118\">20%</span> off your first walk. Enter your email and we\'ll send you your coupon.</strong></p><p data-css=\"tve-u-15ec2af6c4b\"><span data-css=\"tve-u-15ec2af6c4e\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"103\">area we serve</span></p><p>As a small team of experienced dog owners and lovers, we really get to know you and your dog and we canguarantee consistent and personal care that is equal to your love and attention.</p><p></p><p><strong><span data-css=\"tve-u-15ec2afed17\" style=\"color: rgb(89, 171, 227);\" wfd-id=\"99\">We are so excited to make you a part of the family!</span></strong></p><span class=\"tve_image_frame\" wfd-id=\"83\"><img class=\"tve_image wp-image-25564\" alt=\"\" width=\"142\" height=\"44\" title=\"logo_pawcity\" data-id=\"25564\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/logo_pawcity.png\"></span><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"76\"><img class=\"tve_image wp-image-7369\" alt=\"\" width=\"64\" height=\"64\" title=\"location\" data-id=\"7369\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/location.png\" style=\"width: 100%;\"></span><p data-css=\"tve-u-1602bfa220e\"><strong><span data-css=\"tve-u-1602b324a9b\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"73\">67 E. 3rd Street</span></strong><span data-css=\"tve-u-1602b324a9c\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"72\"> </span><span data-css=\"tve-u-1602b324ab9\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"71\">Suite B New York, NY 10003</span></p><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"60\"><img class=\"tve_image wp-image-7370\" alt=\"\" width=\"64\" height=\"64\" title=\"phone\" data-id=\"7370\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/phone.png\" style=\"width: 100%;\"></span><p><a href=\"tel:9548481911\" target=\"_blank\"><strong><span data-css=\"tve-u-1602b324a9b\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"57\">954-848-1911</span></strong></a></p>','Home','','inherit','closed','closed','','106-revision-v1','','','2018-09-09 00:04:36','2018-09-09 04:04:36','',106,'https://bestcerakoteflorida.com/106-revision-v1/',0,'revision','',0),(281,1,'2018-09-09 00:19:27','2018-09-09 04:19:27','<span class=\"tve_image_frame\" wfd-id=\"296\"><img class=\"tve_image wp-image-25564\" alt=\"\" width=\"142\" height=\"44\" title=\"logo_pawcity\" data-id=\"25564\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/logo_pawcity.png\"></span><p data-css=\"tve-u-15f002fa8f6\"><span data-css=\"tve-u-15f0034f748\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"290\"><a href=\"#whatwedo\">What We Do</a></span>&nbsp; &nbsp; <span data-css=\"tve-u-15f003606db\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"289\"><a href=\"#testimonials\">Testimonials</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f003655f8\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"288\"><a href=\"#aboutus\">About Us</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f00369f5e\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"287\"><a href=\"#getyourcoupon\">Get Your Coupon</a></span>&nbsp; &nbsp; <span data-css=\"tve-u-15f0064f814\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"286\"><a href=\"#areaweserve\">Area We Serve</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f003784ab\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"285\"><a href=\"#contact\">Contact</a></span></p><h1 data-css=\"tve-u-15ebe90cfb0\">Happy dogs =â€‹â€‹â€‹â€‹â€‹happâ€‹â€‹â€‹â€‹y owners</h1><p data-css=\"tve-u-15ebe905473\">Offer your dog a premium walking experience</p><h1 data-css=\"tve-u-15ebea42b31\" style=\"text-align: center;\">What We Do</h1><p data-css=\"tve-u-15ec2443105\" style=\"text-align: center;\">Our goal is to make sure the owners are comforted, the pups are exercised and happy and that we are getting our own puppy fixes. But letâ€™s be honest- itâ€™s their world, weâ€™re just living in it! As a small team of experienced dog owners and lovers, we really get to know you and your dog and we canguarantee consistent and personal care that is equal to your love and attention. We are so excited to make you a part of the family!</p><span class=\"tve_image_frame\" wfd-id=\"233\"><img class=\"tve_image wp-image-1596\" alt=\"\" width=\"55\" height=\"73\" title=\"what_do_icon_01\" data-id=\"1596\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_01.png\"></span><p data-css=\"tve-u-15ec2481d17\"><strong>First Class Care</strong></p><p data-css=\"tve-u-15ec2487407\">all the best for them</p><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi.</p><span class=\"tve_image_frame\" wfd-id=\"223\"><img class=\"tve_image wp-image-1597\" alt=\"\" width=\"73\" height=\"73\" title=\"what_do_icon_02\" data-id=\"1597\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_02.png\"></span><p data-css=\"tve-u-15ec2481d17\"><strong>Snacks Included</strong></p><p data-css=\"tve-u-15ec2487407\">for your little one</p><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p><span class=\"tve_image_frame\" wfd-id=\"213\"><img class=\"tve_image wp-image-1598\" alt=\"\" width=\"65\" height=\"73\" title=\"what_do_icon_03\" data-id=\"1598\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_03.png\"></span><p data-css=\"tve-u-15ec2481d17\"><strong>Regularly walks</strong></p><p data-css=\"tve-u-15ec2487407\">to keep them ealthy</p><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris.</p><p data-css=\"tve-u-15ec25610c7\"><span data-css=\"tve-u-15ec268a0a3\" style=\"font-size: 45px; color: rgb(89, 171, 227);\" wfd-id=\"199\"><span data-css=\"tve-u-15ec26760e9\" style=\"font-family: ABeeZee;\" wfd-id=\"200\">â€</span></span><span data-css=\"tve-u-15ec256b908\" style=\"font-family: &quot;Amatic SC&quot;;\" wfd-id=\"198\">&nbsp; &nbsp; &nbsp;</span><span data-css=\"tve-u-15ec2680494\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"196\"><span data-css=\"tve-u-15ec269379d\" style=\"font-size: 45px;\" wfd-id=\"197\">my chester enjoys being with them!</span> &nbsp; &nbsp;&nbsp;</span><span data-css=\"tve-u-15ec255fe12\" style=\"font-family: ABeeZee; font-weight: 400; color: rgb(89, 171, 227); font-size: 45px;\" wfd-id=\"195\">â€</span></p><p data-css=\"tve-u-160266880a0\">We LOVE going for walks with our friends at Paw! Donâ€™t tell our mom &amp; dad,but we get really excited when they leave for work because we know it wonâ€™t be long before we get a visit from one of our favorite friends at PawCity! Best part is, they always let our parents know how ourwalk went right away so they dont have to worry about us!</p><p data-css=\"tve-u-15ec269736c\">We love you PawCity!! xoxo</p><p data-css=\"tve-u-15ec26a92a2\"><strong>Anna Olson</strong>, Chesterâ€™s Mom</p><h1 data-css=\"tve-u-15ec26bd2e8\">About us</h1><p data-css=\"tve-u-15ec2443105\" style=\"text-align: center;\">At PawCity, we lead lives full of the unconditional love and happiness we receive from the furballs we get to spend time with everyday and we have this beautiful city and all the beautiful people in it to thank. We love you and your pups!!</p><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"165\"><img class=\"tve_image wp-image-7399\" alt=\"\" width=\"830\" height=\"775\" title=\"about_us_dog\" data-id=\"7399\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/about_us_dog.png\" style=\"width: 100%;\"></span><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"159\"><img class=\"tve_image wp-image-7404\" alt=\"\" width=\"64\" height=\"64\" title=\"dog_paw\" data-id=\"7404\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/dog_paw.png\" style=\"width: 100%;\"></span><p>We moved to New York City with our black bulldog rescue, Blakely, in 2007 after graduating from the University of Maryland. Immediately, we realized what a dog-crazy place it was.</p><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"151\"><img class=\"tve_image wp-image-7403\" alt=\"\" width=\"64\" height=\"64\" title=\"dog_house\" data-id=\"7403\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/dog_house.png\" style=\"width: 100%;\"></span><p>We knew right away that we wanted to work with the animals that we loved and that had given us so much love since we were little girls. We started PawCity Dog Walking in July of 2010.</p><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"143\"><img class=\"tve_image wp-image-7405\" alt=\"\" width=\"64\" height=\"64\" title=\"spinning_wheel\" data-id=\"7405\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/spinning_wheel.png\" style=\"width: 100%;\"></span><p>We cover the entire width of the East Side, from 96th Street to Delancey and handle every type of personality imaginable. At PawCity, we lead lives full of the unconditional love and happiness we receive from the furballs we get to spend time with everyday.</p><p data-css=\"tve-u-15ec2a6b447\"><span data-css=\"tve-u-15ec2a6d9d8\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"129\"><strong>Get Your Coupon</strong></span></p><p data-css=\"tve-u-15ec2ab1d6d\">We strive to keep both you and your pup as happy and comfortable as possible while youâ€™re out earning those big bucks.</p><p data-css=\"tve-u-15ec2ab1d82\"></p><p data-css=\"tve-u-15ec2aa8e2e\"><strong>Get <span data-css=\"tve-u-15ec2aafa24\" style=\"color: rgb(89, 171, 227);\" wfd-id=\"125\">20%</span> off your first walk. Enter your email and we\'ll send you your coupon.</strong></p><p data-css=\"tve-u-15ec2af6c4b\"><span data-css=\"tve-u-15ec2af6c4e\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"110\">area we serve</span></p><p>As a small team of experienced dog owners and lovers, we really get to know you and your dog and we canguarantee consistent and personal care that is equal to your love and attention.</p><p></p><p><strong><span data-css=\"tve-u-15ec2afed17\" style=\"color: rgb(89, 171, 227);\" wfd-id=\"106\">We are so excited to make you a part of the family!</span></strong></p><span class=\"tve_image_frame\" wfd-id=\"90\"><img class=\"tve_image wp-image-25564\" alt=\"\" width=\"142\" height=\"44\" title=\"logo_pawcity\" data-id=\"25564\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/logo_pawcity.png\"></span><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"83\"><img class=\"tve_image wp-image-7369\" alt=\"\" width=\"64\" height=\"64\" title=\"location\" data-id=\"7369\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/location.png\" style=\"width: 100%;\"></span><p data-css=\"tve-u-1602bfa220e\"><strong><span data-css=\"tve-u-1602b324a9b\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"80\">67 E. 3rd Street</span></strong><span data-css=\"tve-u-1602b324a9c\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"79\"> </span><span data-css=\"tve-u-1602b324ab9\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"78\">Suite B New York, NY 10003</span></p><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"67\"><img class=\"tve_image wp-image-7370\" alt=\"\" width=\"64\" height=\"64\" title=\"phone\" data-id=\"7370\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/phone.png\" style=\"width: 100%;\"></span><p><a href=\"tel:#9548481911\" target=\"_blank\"><strong><span data-css=\"tve-u-1602b324a9b\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"64\">954-848-1911</span></strong></a></p>','Home','','inherit','closed','closed','','106-revision-v1','','','2018-09-09 00:19:27','2018-09-09 04:19:27','',106,'https://bestcerakoteflorida.com/106-revision-v1/',0,'revision','',0),(282,1,'2018-09-09 01:41:34','2018-09-09 05:41:34','','Cerakote Certified Logo','','inherit','open','closed','','certifiedlogo','','','2018-11-22 13:36:18','2018-11-22 18:36:18','',0,'https://bestcerakoteflorida.com/wp-content/uploads/2018/09/CertifiedLogo.png',0,'attachment','image/png',0),(284,1,'2018-09-09 01:42:15','2018-09-09 05:42:15','<span class=\"tve_image_frame\" wfd-id=\"295\"><img class=\"tve_image wp-image-25564\" alt=\"\" width=\"142\" height=\"44\" title=\"logo_pawcity\" data-id=\"25564\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/logo_pawcity.png\"></span><p data-css=\"tve-u-15f002fa8f6\"><span data-css=\"tve-u-15f0034f748\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"289\"><a href=\"#whatwedo\">What We Do</a></span>&nbsp; &nbsp; <span data-css=\"tve-u-15f003606db\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"288\"><a href=\"#testimonials\">Testimonials</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f003655f8\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"287\"><a href=\"#aboutus\">About Us</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f00369f5e\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"286\"><a href=\"#getyourcoupon\">Get Your Coupon</a></span>&nbsp; &nbsp; <span data-css=\"tve-u-15f0064f814\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"285\"><a href=\"#areaweserve\">Area We Serve</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f003784ab\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"284\"><a href=\"#contact\">Contact</a></span></p><h1 data-css=\"tve-u-15ebe90cfb0\">Happy dogs =â€‹â€‹â€‹â€‹â€‹happâ€‹â€‹â€‹â€‹y owners</h1><p data-css=\"tve-u-15ebe905473\">Offer your dog a premium walking experience</p><h1 data-css=\"tve-u-15ebea42b31\" style=\"text-align: center;\">What We Do</h1><p data-css=\"tve-u-15ec2443105\" style=\"text-align: center;\">Our goal is to make sure the owners are comforted, the pups are exercised and happy and that we are getting our own puppy fixes. But letâ€™s be honest- itâ€™s their world, weâ€™re just living in it! As a small team of experienced dog owners and lovers, we really get to know you and your dog and we canguarantee consistent and personal care that is equal to your love and attention. We are so excited to make you a part of the family!</p><span class=\"tve_image_frame\" wfd-id=\"233\"><img class=\"tve_image wp-image-1596\" alt=\"\" width=\"55\" height=\"73\" title=\"what_do_icon_01\" data-id=\"1596\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_01.png\"></span><p data-css=\"tve-u-15ec2481d17\"><strong>First Class Care</strong></p><p data-css=\"tve-u-15ec2487407\">all the best for them</p><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi.</p><span class=\"tve_image_frame\" wfd-id=\"223\"><img class=\"tve_image wp-image-1597\" alt=\"\" width=\"73\" height=\"73\" title=\"what_do_icon_02\" data-id=\"1597\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_02.png\"></span><p data-css=\"tve-u-15ec2481d17\"><strong>Snacks Included</strong></p><p data-css=\"tve-u-15ec2487407\">for your little one</p><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p><span class=\"tve_image_frame\" wfd-id=\"213\"><img class=\"tve_image wp-image-1598\" alt=\"\" width=\"65\" height=\"73\" title=\"what_do_icon_03\" data-id=\"1598\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_03.png\"></span><p data-css=\"tve-u-15ec2481d17\"><strong>Regularly walks</strong></p><p data-css=\"tve-u-15ec2487407\">to keep them ealthy</p><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris.</p><p data-css=\"tve-u-15ec25610c7\"><span data-css=\"tve-u-15ec268a0a3\" style=\"font-size: 45px; color: rgb(89, 171, 227);\" wfd-id=\"199\"><span data-css=\"tve-u-15ec26760e9\" style=\"font-family: ABeeZee;\" wfd-id=\"200\">â€</span></span><span data-css=\"tve-u-15ec256b908\" style=\"font-family: &quot;Amatic SC&quot;;\" wfd-id=\"198\">&nbsp; &nbsp; &nbsp;</span><span data-css=\"tve-u-15ec2680494\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"196\"><span data-css=\"tve-u-15ec269379d\" style=\"font-size: 45px;\" wfd-id=\"197\">my chester enjoys being with them!</span> &nbsp; &nbsp;&nbsp;</span><span data-css=\"tve-u-15ec255fe12\" style=\"font-family: ABeeZee; font-weight: 400; color: rgb(89, 171, 227); font-size: 45px;\" wfd-id=\"195\">â€</span></p><p data-css=\"tve-u-160266880a0\">We LOVE going for walks with our friends at Paw! Donâ€™t tell our mom &amp; dad,but we get really excited when they leave for work because we know it wonâ€™t be long before we get a visit from one of our favorite friends at PawCity! Best part is, they always let our parents know how ourwalk went right away so they dont have to worry about us!</p><p data-css=\"tve-u-15ec269736c\">We love you PawCity!! xoxo</p><p data-css=\"tve-u-15ec26a92a2\"><strong>Anna Olson</strong>, Chesterâ€™s Mom</p><h1 data-css=\"tve-u-15ec26bd2e8\">About us</h1><p data-css=\"tve-u-15ec2443105\" style=\"text-align: center;\">At PawCity, we lead lives full of the unconditional love and happiness we receive from the furballs we get to spend time with everyday and we have this beautiful city and all the beautiful people in it to thank. We love you and your pups!!</p><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"165\"><img class=\"tve_image wp-image-7399\" alt=\"\" width=\"830\" height=\"775\" title=\"about_us_dog\" data-id=\"7399\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/about_us_dog.png\" style=\"width: 100%;\"></span><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"159\"><img class=\"tve_image wp-image-7404\" alt=\"\" width=\"64\" height=\"64\" title=\"dog_paw\" data-id=\"7404\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/dog_paw.png\" style=\"width: 100%;\"></span><p>We moved to New York City with our black bulldog rescue, Blakely, in 2007 after graduating from the University of Maryland. Immediately, we realized what a dog-crazy place it was.</p><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"151\"><img class=\"tve_image wp-image-7403\" alt=\"\" width=\"64\" height=\"64\" title=\"dog_house\" data-id=\"7403\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/dog_house.png\" style=\"width: 100%;\"></span><p>We knew right away that we wanted to work with the animals that we loved and that had given us so much love since we were little girls. We started PawCity Dog Walking in July of 2010.</p><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"143\"><img class=\"tve_image wp-image-7405\" alt=\"\" width=\"64\" height=\"64\" title=\"spinning_wheel\" data-id=\"7405\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/spinning_wheel.png\" style=\"width: 100%;\"></span><p>We cover the entire width of the East Side, from 96th Street to Delancey and handle every type of personality imaginable. At PawCity, we lead lives full of the unconditional love and happiness we receive from the furballs we get to spend time with everyday.</p><p data-css=\"tve-u-15ec2a6b447\"><span data-css=\"tve-u-15ec2a6d9d8\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"129\"><strong>Get Your Coupon</strong></span></p><p data-css=\"tve-u-15ec2ab1d6d\">We strive to keep both you and your pup as happy and comfortable as possible while youâ€™re out earning those big bucks.</p><p data-css=\"tve-u-15ec2ab1d82\"></p><p data-css=\"tve-u-15ec2aa8e2e\"><strong>Get <span data-css=\"tve-u-15ec2aafa24\" style=\"color: rgb(89, 171, 227);\" wfd-id=\"125\">20%</span> off your first walk. Enter your email and we\'ll send you your coupon.</strong></p><p data-css=\"tve-u-15ec2af6c4b\"><span data-css=\"tve-u-15ec2af6c4e\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"110\">area we serve</span></p><p>As a small team of experienced dog owners and lovers, we really get to know you and your dog and we canguarantee consistent and personal care that is equal to your love and attention.</p><p></p><p><strong><span data-css=\"tve-u-15ec2afed17\" style=\"color: rgb(89, 171, 227);\" wfd-id=\"106\">We are so excited to make you a part of the family!</span></strong></p><span class=\"tve_image_frame\" wfd-id=\"90\"><img class=\"tve_image wp-image-25564\" alt=\"\" width=\"142\" height=\"44\" title=\"logo_pawcity\" data-id=\"25564\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/logo_pawcity.png\"></span><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"83\"><img class=\"tve_image wp-image-7369\" alt=\"\" width=\"64\" height=\"64\" title=\"location\" data-id=\"7369\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/location.png\" style=\"width: 100%;\"></span><p data-css=\"tve-u-1602bfa220e\"><strong><span data-css=\"tve-u-1602b324a9b\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"80\">67 E. 3rd Street</span></strong><span data-css=\"tve-u-1602b324a9c\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"79\"> </span><span data-css=\"tve-u-1602b324ab9\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"78\">Suite B New York, NY 10003</span></p><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"67\"><img class=\"tve_image wp-image-7370\" alt=\"\" width=\"64\" height=\"64\" title=\"phone\" data-id=\"7370\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/phone.png\" style=\"width: 100%;\"></span><p><a href=\"tel:#9548481911\" target=\"_blank\"><strong><span data-css=\"tve-u-1602b324a9b\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"64\">954-848-1911</span></strong></a></p>','Home','','inherit','closed','closed','','106-revision-v1','','','2018-09-09 01:42:15','2018-09-09 05:42:15','',106,'https://bestcerakoteflorida.com/106-revision-v1/',0,'revision','',0),(455,1,'2019-01-29 22:35:08','2019-01-30 03:35:08','<h1 style=\"text-align: center;\"><strong>Thank You</strong>&nbsp;for Signing Up!</h1><h2 style=\"text-align: center;\">Please watch the video below see why We Choose CERAKOTE and why we think you Should too<strong>:</strong></h2><span wfd-id=\"54\"><img alt=\"\" width=\"1024\" height=\"938\" title=\"CertifiedLogo\" data-id=\"282\" src=\"//bestcerakoteflorida.com/wp-content/uploads/2018/09/CertifiedLogo-1024x938.png\"></span><h3><strong>You are only one step away from getting your 10% Off Certificate!</strong></h3><p>Please go to your email inbox and look for the email I just sent you. The subject line is \"10% Off\" and the email is sent by \"Nikolas Xifaras\".</p><h3><strong>Open the email and click on the confirmation link inside.</strong></h3><p>Done! That\'s all we need, to ensure that we got the right email address and that you will get your certificate!</p><p style=\"text-align: center;\"><span style=\"font-size: 13px; font-family: &quot;Ek Mukta&quot;; font-weight: 200;\" wfd-id=\"32\">Â© {tcb_current_year} ACME Inc | Disclaimer</span></p>','Thank You For Subscribing_Video','','inherit','closed','closed','','343-revision-v1','','','2019-01-29 22:35:08','2019-01-30 03:35:08','',343,'https://bestcerakoteflorida.com/343-revision-v1/',0,'revision','',0),(357,1,'2018-10-08 02:51:28','2018-10-08 06:51:28','<h1 data-css=\"tve-u-15df1bff4b2\" style=\"text-align: center;\"><strong>Thank You</strong>&nbsp;for Signing Up!</h1><h2 data-css=\"tve-u-15df1c04f57\" style=\"text-align: center;\">Please watch the video below see why We Choose CERAKOTE and why we think you Should too<strong>:</strong></h2><span class=\"tve_image_frame\" wfd-id=\"64\"><img class=\"tve_image wp-image-282\" alt=\"\" width=\"1024\" height=\"938\" title=\"CertifiedLogo\" data-id=\"282\" src=\"//bestcerakoteflorida.com/wp-content/uploads/2018/09/CertifiedLogo-1024x938.png\"></span><h3><strong>You are only one step away from getting your 10% Off Certificate!</strong></h3><p>Please go to your email inbox and look for the email I just sent you. The subject line is \"10% Off\" and the email is sent by \"Nikolas Xifaras\".</p><h3><strong>Open the email and click on the confirmation link inside.</strong></h3><p>Done! That\'s all we need, to ensure that we got the right email address and that you will get your certificate!</p><p data-css=\"tve-u-15df1610b5c\" style=\"text-align: center;\"><span style=\"font-size: 13px; font-family: &quot;Ek Mukta&quot;; font-weight: 200;\" wfd-id=\"40\">Â© {tcb_current_year} ACME Inc | Disclaimer</span></p>','Thank You For Subscribing_Video','','inherit','closed','closed','','343-revision-v1','','','2018-10-08 02:51:28','2018-10-08 06:51:28','',343,'https://bestcerakoteflorida.com/343-revision-v1/',0,'revision','',0),(286,1,'2018-09-09 02:20:59','2018-09-09 06:20:59','<span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"276\"><img class=\"tve_image wp-image-283\" alt=\"Logo \" width=\"1024\" height=\"176\" title=\"Logo\" data-id=\"283\" src=\"//bestcerakoteflorida.com/wp-content/uploads/2018/09/Logo-1024x176.jpg\" style=\"width: 100%;\"></span><p data-css=\"tve-u-15f002fa8f6\"><span data-css=\"tve-u-15f0034f748\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"266\"><a href=\"#whatwedo\">What We Do</a></span>&nbsp; &nbsp; <span data-css=\"tve-u-15f003606db\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"265\"><a href=\"#testimonials\">Testimonials</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f003655f8\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"264\"><a href=\"#aboutus\">About Us</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f00369f5e\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"263\"><a href=\"#getyourcoupon\">Get Your Coupon</a></span>&nbsp; &nbsp; <span data-css=\"tve-u-15f0064f814\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"262\"><a href=\"#areaweserve\">Area We Serve</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f003784ab\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"261\"><a href=\"#contact\">Contact</a></span></p><h1 data-css=\"tve-u-15ebe90cfb0\">Happy dogs =â€‹â€‹â€‹â€‹â€‹happâ€‹â€‹â€‹â€‹y owners</h1><p data-css=\"tve-u-15ebe905473\">Offer your dog a premium walking experience</p><h1 data-css=\"tve-u-15ebea42b31\" style=\"text-align: center;\">What We Do</h1><p data-css=\"tve-u-15ec2443105\" style=\"text-align: center;\">Our goal is to make sure the owners are comforted, the pups are exercised and happy and that we are getting our own puppy fixes. But letâ€™s be honest- itâ€™s their world, weâ€™re just living in it! As a small team of experienced dog owners and lovers, we really get to know you and your dog and we canguarantee consistent and personal care that is equal to your love and attention. We are so excited to make you a part of the family!</p><span class=\"tve_image_frame\" wfd-id=\"210\"><img class=\"tve_image wp-image-1596\" alt=\"\" width=\"55\" height=\"73\" title=\"what_do_icon_01\" data-id=\"1596\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_01.png\"></span><p data-css=\"tve-u-15ec2481d17\"><strong>First Class Care</strong></p><p data-css=\"tve-u-15ec2487407\">all the best for them</p><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi.</p><span class=\"tve_image_frame\" wfd-id=\"200\"><img class=\"tve_image wp-image-1597\" alt=\"\" width=\"73\" height=\"73\" title=\"what_do_icon_02\" data-id=\"1597\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_02.png\"></span><p data-css=\"tve-u-15ec2481d17\"><strong>Snacks Included</strong></p><p data-css=\"tve-u-15ec2487407\">for your little one</p><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p><span class=\"tve_image_frame\" wfd-id=\"190\"><img class=\"tve_image wp-image-1598\" alt=\"\" width=\"65\" height=\"73\" title=\"what_do_icon_03\" data-id=\"1598\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_03.png\"></span><p data-css=\"tve-u-15ec2481d17\"><strong>Regularly walks</strong></p><p data-css=\"tve-u-15ec2487407\">to keep them ealthy</p><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris.</p><p data-css=\"tve-u-15ec25610c7\"><span data-css=\"tve-u-15ec268a0a3\" style=\"font-size: 45px; color: rgb(89, 171, 227);\" wfd-id=\"176\"><span data-css=\"tve-u-15ec26760e9\" style=\"font-family: ABeeZee;\" wfd-id=\"177\">â€</span></span><span data-css=\"tve-u-15ec256b908\" style=\"font-family: &quot;Amatic SC&quot;;\" wfd-id=\"175\">&nbsp; &nbsp; &nbsp;</span><span data-css=\"tve-u-15ec2680494\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"173\"><span data-css=\"tve-u-15ec269379d\" style=\"font-size: 45px;\" wfd-id=\"174\">my chester enjoys being with them!</span> &nbsp; &nbsp;&nbsp;</span><span data-css=\"tve-u-15ec255fe12\" style=\"font-family: ABeeZee; font-weight: 400; color: rgb(89, 171, 227); font-size: 45px;\" wfd-id=\"172\">â€</span></p><p data-css=\"tve-u-160266880a0\">We LOVE going for walks with our friends at Paw! Donâ€™t tell our mom &amp; dad,but we get really excited when they leave for work because we know it wonâ€™t be long before we get a visit from one of our favorite friends at PawCity! Best part is, they always let our parents know how ourwalk went right away so they dont have to worry about us!</p><p data-css=\"tve-u-15ec269736c\">We love you PawCity!! xoxo</p><p data-css=\"tve-u-15ec26a92a2\"><strong>Anna Olson</strong>, Chesterâ€™s Mom</p><h1 data-css=\"tve-u-15ec26bd2e8\">About us</h1><p data-css=\"tve-u-15ec2443105\" style=\"text-align: center;\">At PawCity, we lead lives full of the unconditional love and happiness we receive from the furballs we get to spend time with everyday and we have this beautiful city and all the beautiful people in it to thank. We love you and your pups!!</p><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"146\"><img class=\"tve_image wp-image-7399\" alt=\"\" width=\"830\" height=\"775\" title=\"about_us_dog\" data-id=\"7399\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/about_us_dog.png\" style=\"width: 100%;\"></span><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"140\"><img class=\"tve_image wp-image-7404\" alt=\"\" width=\"64\" height=\"64\" title=\"dog_paw\" data-id=\"7404\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/dog_paw.png\" style=\"width: 100%;\"></span><p>We moved to New York City with our black bulldog rescue, Blakely, in 2007 after graduating from the University of Maryland. Immediately, we realized what a dog-crazy place it was.</p><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"134\"><img class=\"tve_image wp-image-7403\" alt=\"\" width=\"64\" height=\"64\" title=\"dog_house\" data-id=\"7403\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/dog_house.png\" style=\"width: 100%;\"></span><p>We knew right away that we wanted to work with the animals that we loved and that had given us so much love since we were little girls. We started PawCity Dog Walking in July of 2010.</p><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"128\"><img class=\"tve_image wp-image-7405\" alt=\"\" width=\"64\" height=\"64\" title=\"spinning_wheel\" data-id=\"7405\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/spinning_wheel.png\" style=\"width: 100%;\"></span><p>We cover the entire width of the East Side, from 96th Street to Delancey and handle every type of personality imaginable. At PawCity, we lead lives full of the unconditional love and happiness we receive from the furballs we get to spend time with everyday.</p><p data-css=\"tve-u-15ec2a6b447\"><span data-css=\"tve-u-15ec2a6d9d8\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"114\"><strong>Get Your Coupon</strong></span></p><p data-css=\"tve-u-15ec2ab1d6d\">We strive to keep both you and your pup as happy and comfortable as possible while youâ€™re out earning those big bucks.</p><p data-css=\"tve-u-15ec2ab1d82\"></p><p data-css=\"tve-u-15ec2aa8e2e\"><strong>Get <span data-css=\"tve-u-15ec2aafa24\" style=\"color: rgb(89, 171, 227);\" wfd-id=\"110\">20%</span> off your first walk. Enter your email and we\'ll send you your coupon.</strong></p><p data-css=\"tve-u-15ec2af6c4b\"><span data-css=\"tve-u-15ec2af6c4e\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"97\">area we serve</span></p><p>As a small team of experienced dog owners and lovers, we really get to know you and your dog and we canguarantee consistent and personal care that is equal to your love and attention.</p><p></p><p><strong><span data-css=\"tve-u-15ec2afed17\" style=\"color: rgb(89, 171, 227);\" wfd-id=\"93\">We are so excited to make you a part of the family!</span></strong></p><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"77\"><img class=\"tve_image wp-image-283\" alt=\"Logo \" width=\"300\" height=\"52\" title=\"Logo\" data-id=\"283\" src=\"//bestcerakoteflorida.com/wp-content/uploads/2018/09/Logo-300x52.jpg\" style=\"width: 100%;\"></span><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"70\"><img class=\"tve_image wp-image-7369\" alt=\"\" width=\"64\" height=\"64\" title=\"location\" data-id=\"7369\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/location.png\" style=\"width: 100%;\"></span><p data-css=\"tve-u-1602bfa220e\"><strong><span data-css=\"tve-u-1602b324a9b\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"67\">67 E. 3rd Street</span></strong><span data-css=\"tve-u-1602b324a9c\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"66\"> </span><span data-css=\"tve-u-1602b324ab9\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"65\">Suite B New York, NY 10003</span></p><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"54\"><img class=\"tve_image wp-image-7370\" alt=\"\" width=\"64\" height=\"64\" title=\"phone\" data-id=\"7370\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/phone.png\" style=\"width: 100%;\"></span><p><a href=\"tel:#9548481911\" target=\"_blank\"><strong><span data-css=\"tve-u-1602b324a9b\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"51\">954-848-1911</span></strong></a></p>','Home','','inherit','closed','closed','','106-revision-v1','','','2018-09-09 02:20:59','2018-09-09 06:20:59','',106,'https://bestcerakoteflorida.com/106-revision-v1/',0,'revision','',0),(288,1,'2018-09-09 02:34:52','2018-09-09 06:34:52','','Logo','','inherit','open','closed','','logo','','','2018-09-09 02:34:52','2018-09-09 06:34:52','',0,'https://bestcerakoteflorida.com/wp-content/uploads/2018/09/Logo.jpg',0,'attachment','image/jpeg',0),(290,1,'2018-09-09 02:46:55','2018-09-09 06:46:55','','Logo','','inherit','open','closed','','logo-2','','','2018-09-09 02:46:55','2018-09-09 06:46:55','',0,'https://bestcerakoteflorida.com/wp-content/uploads/2018/09/Logo.png',0,'attachment','image/png',0),(291,1,'2018-09-09 02:56:05','2018-09-09 06:56:05','<span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"232\"><img class=\"tve_image wp-image-288\" alt=\"\" width=\"1024\" height=\"139\" title=\"Logo\" data-id=\"288\" src=\"//bestcerakoteflorida.com/wp-content/uploads/2018/09/Logo-1024x139.jpg\" style=\"width: 100%;\"></span><p data-css=\"tve-u-15f002fa8f6\"><span data-css=\"tve-u-15f0034f748\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"222\"><a href=\"#whatwedo\">What We Do</a></span>&nbsp; &nbsp; <span data-css=\"tve-u-15f003606db\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"221\"><a href=\"#testimonials\">Testimonials</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f003655f8\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"220\"><a href=\"#aboutus\">About Us</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f00369f5e\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"219\"><a href=\"#getyourcoupon\">Get Your Coupon</a></span>&nbsp; &nbsp; <span data-css=\"tve-u-15f0064f814\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"218\"><a href=\"#areaweserve\">Area We Serve</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f003784ab\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"217\"><a href=\"#contact\">Contact</a></span></p><h1 data-css=\"tve-u-15ebe90cfb0\">Happy dogs =â€‹â€‹â€‹â€‹â€‹happâ€‹â€‹â€‹â€‹y owners</h1><p data-css=\"tve-u-15ebe905473\">Offer your dog a premium walking experience</p><h1 data-css=\"tve-u-15ebea42b31\" style=\"text-align: center;\">What We Do</h1><p data-css=\"tve-u-15ec2443105\" style=\"text-align: center;\">Our goal is to make sure the owners are comforted, the pups are exercised and happy and that we are getting our own puppy fixes. But letâ€™s be honest- itâ€™s their world, weâ€™re just living in it! As a small team of experienced dog owners and lovers, we really get to know you and your dog and we canguarantee consistent and personal care that is equal to your love and attention. We are so excited to make you a part of the family!</p><span class=\"tve_image_frame\" wfd-id=\"174\"><img class=\"tve_image wp-image-1596\" alt=\"\" width=\"55\" height=\"73\" title=\"what_do_icon_01\" data-id=\"1596\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_01.png\"></span><p data-css=\"tve-u-15ec2481d17\"><strong>First Class Care</strong></p><p data-css=\"tve-u-15ec2487407\">all the best for them</p><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi.</p><span class=\"tve_image_frame\" wfd-id=\"166\"><img class=\"tve_image wp-image-1597\" alt=\"\" width=\"73\" height=\"73\" title=\"what_do_icon_02\" data-id=\"1597\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_02.png\"></span><p data-css=\"tve-u-15ec2481d17\"><strong>Snacks Included</strong></p><p data-css=\"tve-u-15ec2487407\">for your little one</p><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p><span class=\"tve_image_frame\" wfd-id=\"158\"><img class=\"tve_image wp-image-1598\" alt=\"\" width=\"65\" height=\"73\" title=\"what_do_icon_03\" data-id=\"1598\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_03.png\"></span><p data-css=\"tve-u-15ec2481d17\"><strong>Regularly walks</strong></p><p data-css=\"tve-u-15ec2487407\">to keep them ealthy</p><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris.</p><p data-css=\"tve-u-15ec25610c7\"><span data-css=\"tve-u-15ec268a0a3\" style=\"font-size: 45px; color: rgb(89, 171, 227);\" wfd-id=\"144\"><span data-css=\"tve-u-15ec26760e9\" style=\"font-family: ABeeZee;\" wfd-id=\"145\">â€</span></span><span data-css=\"tve-u-15ec256b908\" style=\"font-family: &quot;Amatic SC&quot;;\" wfd-id=\"143\">&nbsp; &nbsp; &nbsp;</span><span data-css=\"tve-u-15ec2680494\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"141\"><span data-css=\"tve-u-15ec269379d\" style=\"font-size: 45px;\" wfd-id=\"142\">my chester enjoys being with them!</span> &nbsp; &nbsp;&nbsp;</span><span data-css=\"tve-u-15ec255fe12\" style=\"font-family: ABeeZee; font-weight: 400; color: rgb(89, 171, 227); font-size: 45px;\" wfd-id=\"140\">â€</span></p><p data-css=\"tve-u-160266880a0\">We LOVE going for walks with our friends at Paw! Donâ€™t tell our mom &amp; dad,but we get really excited when they leave for work because we know it wonâ€™t be long before we get a visit from one of our favorite friends at PawCity! Best part is, they always let our parents know how ourwalk went right away so they dont have to worry about us!</p><p data-css=\"tve-u-15ec269736c\">We love you PawCity!! xoxo</p><p data-css=\"tve-u-15ec26a92a2\"><strong>Anna Olson</strong>, Chesterâ€™s Mom</p><h1 data-css=\"tve-u-15ec26bd2e8\">About us</h1><p data-css=\"tve-u-15ec2443105\" style=\"text-align: center;\">At PawCity, we lead lives full of the unconditional love and happiness we receive from the furballs we get to spend time with everyday and we have this beautiful city and all the beautiful people in it to thank. We love you and your pups!!</p><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"120\"><img class=\"tve_image wp-image-7399\" alt=\"\" width=\"830\" height=\"775\" title=\"about_us_dog\" data-id=\"7399\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/about_us_dog.png\" style=\"width: 100%;\"></span><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"114\"><img class=\"tve_image wp-image-7404\" alt=\"\" width=\"64\" height=\"64\" title=\"dog_paw\" data-id=\"7404\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/dog_paw.png\" style=\"width: 100%;\"></span><p>We moved to New York City with our black bulldog rescue, Blakely, in 2007 after graduating from the University of Maryland. Immediately, we realized what a dog-crazy place it was.</p><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"108\"><img class=\"tve_image wp-image-7403\" alt=\"\" width=\"64\" height=\"64\" title=\"dog_house\" data-id=\"7403\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/dog_house.png\" style=\"width: 100%;\"></span><p>We knew right away that we wanted to work with the animals that we loved and that had given us so much love since we were little girls. We started PawCity Dog Walking in July of 2010.</p><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"102\"><img class=\"tve_image wp-image-7405\" alt=\"\" width=\"64\" height=\"64\" title=\"spinning_wheel\" data-id=\"7405\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/spinning_wheel.png\" style=\"width: 100%;\"></span><p>We cover the entire width of the East Side, from 96th Street to Delancey and handle every type of personality imaginable. At PawCity, we lead lives full of the unconditional love and happiness we receive from the furballs we get to spend time with everyday.</p><p data-css=\"tve-u-15ec2a6b447\"><span data-css=\"tve-u-15ec2a6d9d8\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"88\"><strong>Get Your Coupon</strong></span></p><p data-css=\"tve-u-15ec2ab1d6d\">We strive to keep both you and your pup as happy and comfortable as possible while youâ€™re out earning those big bucks.</p><p data-css=\"tve-u-15ec2ab1d82\"></p><p data-css=\"tve-u-15ec2aa8e2e\"><strong>Get <span data-css=\"tve-u-15ec2aafa24\" style=\"color: rgb(89, 171, 227);\" wfd-id=\"86\">20%</span> off your first walk. Enter your email and we\'ll send you your coupon.</strong></p><p data-css=\"tve-u-15ec2af6c4b\"><span data-css=\"tve-u-15ec2af6c4e\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"73\">area we serve</span></p><p>As a small team of experienced dog owners and lovers, we really get to know you and your dog and we canguarantee consistent and personal care that is equal to your love and attention.</p><p></p><p><strong><span data-css=\"tve-u-15ec2afed17\" style=\"color: rgb(89, 171, 227);\" wfd-id=\"71\">We are so excited to make you a part of the family!</span></strong></p><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"57\"><img class=\"tve_image wp-image-283\" alt=\"Logo \" width=\"300\" height=\"52\" title=\"Logo\" data-id=\"283\" src=\"//bestcerakoteflorida.com/wp-content/uploads/2018/09/Logo-300x52.jpg\" style=\"width: 100%;\"></span><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"50\"><img class=\"tve_image wp-image-7369\" alt=\"\" width=\"64\" height=\"64\" title=\"location\" data-id=\"7369\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/location.png\" style=\"width: 100%;\"></span><p data-css=\"tve-u-1602bfa220e\"><strong><span data-css=\"tve-u-1602b324a9b\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"47\">67 E. 3rd Street</span></strong><span data-css=\"tve-u-1602b324a9c\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"46\"> </span><span data-css=\"tve-u-1602b324ab9\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"45\">Suite B New York, NY 10003</span></p><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"36\"><img class=\"tve_image wp-image-7370\" alt=\"\" width=\"64\" height=\"64\" title=\"phone\" data-id=\"7370\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/phone.png\" style=\"width: 100%;\"></span><p><a href=\"tel:#9548481911\" target=\"_blank\"><strong><span data-css=\"tve-u-1602b324a9b\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"33\">954-848-1911</span></strong></a></p>','Home','','inherit','closed','closed','','106-revision-v1','','','2018-09-09 02:56:05','2018-09-09 06:56:05','',106,'https://bestcerakoteflorida.com/106-revision-v1/',0,'revision','',0),(292,1,'2018-09-09 02:56:38','2018-09-09 06:56:38','<span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"251\"><img class=\"tve_image wp-image-290\" alt=\"\" width=\"751\" height=\"102\" title=\"Logo\" data-id=\"290\" src=\"//bestcerakoteflorida.com/wp-content/uploads/2018/09/Logo.png\" style=\"width: 100%;\"></span><p data-css=\"tve-u-15f002fa8f6\"><span data-css=\"tve-u-15f0034f748\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"241\"><a href=\"#whatwedo\">What We Do</a></span>&nbsp; &nbsp; <span data-css=\"tve-u-15f003606db\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"240\"><a href=\"#testimonials\">Testimonials</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f003655f8\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"239\"><a href=\"#aboutus\">About Us</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f00369f5e\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"238\"><a href=\"#getyourcoupon\">Get Your Coupon</a></span>&nbsp; &nbsp; <span data-css=\"tve-u-15f0064f814\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"237\"><a href=\"#areaweserve\">Area We Serve</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f003784ab\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"236\"><a href=\"#contact\">Contact</a></span></p><h1 data-css=\"tve-u-15ebe90cfb0\">Happy dogs =â€‹â€‹â€‹â€‹â€‹happâ€‹â€‹â€‹â€‹y owners</h1><p data-css=\"tve-u-15ebe905473\">Offer your dog a premium walking experience</p><h1 data-css=\"tve-u-15ebea42b31\" style=\"text-align: center;\">What We Do</h1><p data-css=\"tve-u-15ec2443105\" style=\"text-align: center;\">Our goal is to make sure the owners are comforted, the pups are exercised and happy and that we are getting our own puppy fixes. But letâ€™s be honest- itâ€™s their world, weâ€™re just living in it! As a small team of experienced dog owners and lovers, we really get to know you and your dog and we canguarantee consistent and personal care that is equal to your love and attention. We are so excited to make you a part of the family!</p><span class=\"tve_image_frame\" wfd-id=\"195\"><img class=\"tve_image wp-image-1596\" alt=\"\" width=\"55\" height=\"73\" title=\"what_do_icon_01\" data-id=\"1596\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_01.png\"></span><p data-css=\"tve-u-15ec2481d17\"><strong>First Class Care</strong></p><p data-css=\"tve-u-15ec2487407\">all the best for them</p><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi.</p><span class=\"tve_image_frame\" wfd-id=\"185\"><img class=\"tve_image wp-image-1597\" alt=\"\" width=\"73\" height=\"73\" title=\"what_do_icon_02\" data-id=\"1597\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_02.png\"></span><p data-css=\"tve-u-15ec2481d17\"><strong>Snacks Included</strong></p><p data-css=\"tve-u-15ec2487407\">for your little one</p><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p><span class=\"tve_image_frame\" wfd-id=\"177\"><img class=\"tve_image wp-image-1598\" alt=\"\" width=\"65\" height=\"73\" title=\"what_do_icon_03\" data-id=\"1598\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_03.png\"></span><p data-css=\"tve-u-15ec2481d17\"><strong>Regularly walks</strong></p><p data-css=\"tve-u-15ec2487407\">to keep them ealthy</p><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris.</p><p data-css=\"tve-u-15ec25610c7\"><span data-css=\"tve-u-15ec268a0a3\" style=\"font-size: 45px; color: rgb(89, 171, 227);\" wfd-id=\"163\"><span data-css=\"tve-u-15ec26760e9\" style=\"font-family: ABeeZee;\" wfd-id=\"164\">â€</span></span><span data-css=\"tve-u-15ec256b908\" style=\"font-family: &quot;Amatic SC&quot;;\" wfd-id=\"162\">&nbsp; &nbsp; &nbsp;</span><span data-css=\"tve-u-15ec2680494\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"160\"><span data-css=\"tve-u-15ec269379d\" style=\"font-size: 45px;\" wfd-id=\"161\">my chester enjoys being with them!</span> &nbsp; &nbsp;&nbsp;</span><span data-css=\"tve-u-15ec255fe12\" style=\"font-family: ABeeZee; font-weight: 400; color: rgb(89, 171, 227); font-size: 45px;\" wfd-id=\"159\">â€</span></p><p data-css=\"tve-u-160266880a0\">We LOVE going for walks with our friends at Paw! Donâ€™t tell our mom &amp; dad,but we get really excited when they leave for work because we know it wonâ€™t be long before we get a visit from one of our favorite friends at PawCity! Best part is, they always let our parents know how ourwalk went right away so they dont have to worry about us!</p><p data-css=\"tve-u-15ec269736c\">We love you PawCity!! xoxo</p><p data-css=\"tve-u-15ec26a92a2\"><strong>Anna Olson</strong>, Chesterâ€™s Mom</p><h1 data-css=\"tve-u-15ec26bd2e8\">About us</h1><p data-css=\"tve-u-15ec2443105\" style=\"text-align: center;\">At PawCity, we lead lives full of the unconditional love and happiness we receive from the furballs we get to spend time with everyday and we have this beautiful city and all the beautiful people in it to thank. We love you and your pups!!</p><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"137\"><img class=\"tve_image wp-image-7399\" alt=\"\" width=\"830\" height=\"775\" title=\"about_us_dog\" data-id=\"7399\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/about_us_dog.png\" style=\"width: 100%;\"></span><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"131\"><img class=\"tve_image wp-image-7404\" alt=\"\" width=\"64\" height=\"64\" title=\"dog_paw\" data-id=\"7404\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/dog_paw.png\" style=\"width: 100%;\"></span><p>We moved to New York City with our black bulldog rescue, Blakely, in 2007 after graduating from the University of Maryland. Immediately, we realized what a dog-crazy place it was.</p><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"125\"><img class=\"tve_image wp-image-7403\" alt=\"\" width=\"64\" height=\"64\" title=\"dog_house\" data-id=\"7403\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/dog_house.png\" style=\"width: 100%;\"></span><p>We knew right away that we wanted to work with the animals that we loved and that had given us so much love since we were little girls. We started PawCity Dog Walking in July of 2010.</p><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"119\"><img class=\"tve_image wp-image-7405\" alt=\"\" width=\"64\" height=\"64\" title=\"spinning_wheel\" data-id=\"7405\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/spinning_wheel.png\" style=\"width: 100%;\"></span><p>We cover the entire width of the East Side, from 96th Street to Delancey and handle every type of personality imaginable. At PawCity, we lead lives full of the unconditional love and happiness we receive from the furballs we get to spend time with everyday.</p><p data-css=\"tve-u-15ec2a6b447\"><span data-css=\"tve-u-15ec2a6d9d8\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"105\"><strong>Get Your Coupon</strong></span></p><p data-css=\"tve-u-15ec2ab1d6d\">We strive to keep both you and your pup as happy and comfortable as possible while youâ€™re out earning those big bucks.</p><p data-css=\"tve-u-15ec2ab1d82\"></p><p data-css=\"tve-u-15ec2aa8e2e\"><strong>Get <span data-css=\"tve-u-15ec2aafa24\" style=\"color: rgb(89, 171, 227);\" wfd-id=\"103\">20%</span> off your first walk. Enter your email and we\'ll send you your coupon.</strong></p><p data-css=\"tve-u-15ec2af6c4b\"><span data-css=\"tve-u-15ec2af6c4e\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"90\">area we serve</span></p><p>As a small team of experienced dog owners and lovers, we really get to know you and your dog and we canguarantee consistent and personal care that is equal to your love and attention.</p><p></p><p><strong><span data-css=\"tve-u-15ec2afed17\" style=\"color: rgb(89, 171, 227);\" wfd-id=\"86\">We are so excited to make you a part of the family!</span></strong></p><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"70\"><img class=\"tve_image wp-image-290\" alt=\"Blackhawk Custom Cerakote\" width=\"751\" height=\"102\" title=\"Logo\" data-id=\"290\" src=\"//bestcerakoteflorida.com/wp-content/uploads/2018/09/Logo.png\" style=\"width: 100%;\"></span><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"64\"><img class=\"tve_image wp-image-7369\" alt=\"\" width=\"64\" height=\"64\" title=\"location\" data-id=\"7369\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/location.png\" style=\"width: 100%;\"></span><p data-css=\"tve-u-1602bfa220e\"><strong><span data-css=\"tve-u-1602b324a9b\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"61\">67 E. 3rd Street</span></strong><span data-css=\"tve-u-1602b324a9c\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"60\"> </span><span data-css=\"tve-u-1602b324ab9\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"59\">Suite B New York, NY 10003</span></p><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"48\"><img class=\"tve_image wp-image-7370\" alt=\"\" width=\"64\" height=\"64\" title=\"phone\" data-id=\"7370\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/phone.png\" style=\"width: 100%;\"></span><p><a href=\"tel:#9548481911\" target=\"_blank\"><strong><span data-css=\"tve-u-1602b324a9b\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"45\">954-848-1911</span></strong></a></p>','Home','','inherit','closed','closed','','106-revision-v1','','','2018-09-09 02:56:38','2018-09-09 06:56:38','',106,'https://bestcerakoteflorida.com/106-revision-v1/',0,'revision','',0),(301,1,'2018-09-11 00:35:17','2018-09-11 04:35:17','<span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"208\"><img class=\"tve_image wp-image-290\" alt=\"\" width=\"751\" height=\"102\" title=\"Logo\" data-id=\"290\" src=\"//bestcerakoteflorida.com/wp-content/uploads/2018/09/Logo.png\" style=\"width: 100%;\"></span><p data-css=\"tve-u-15f002fa8f6\"><span data-css=\"tve-u-15f0034f748\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"198\"><a href=\"#whatwedo\">What We Do</a></span>&nbsp; &nbsp; <span data-css=\"tve-u-15f003606db\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"197\"><a href=\"#testimonials\">Testimonials</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f003655f8\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"196\"><a href=\"#aboutus\">About Us</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f00369f5e\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"195\"><a href=\"#getyourcoupon\">Get Your Coupon</a></span>&nbsp; &nbsp; <span data-css=\"tve-u-15f0064f814\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"194\"><a href=\"#areaweserve\">Area We Serve</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f003784ab\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"193\"><a href=\"#contact\">Contact</a></span></p><h1 data-css=\"tve-u-15ebe90cfb0\">Happy dogs =â€‹â€‹â€‹â€‹â€‹happâ€‹â€‹â€‹â€‹y owners</h1><p data-css=\"tve-u-15ebe905473\">Offer your dog a premium walking experience</p><h1 data-css=\"tve-u-15ebea42b31\" style=\"text-align: center;\">What We Do</h1><p data-css=\"tve-u-15ec2443105\" style=\"text-align: center;\">Our goal is to make sure the owners are comforted, the pups are exercised and happy and that we are getting our own puppy fixes. But letâ€™s be honest- itâ€™s their world, weâ€™re just living in it! As a small team of experienced dog owners and lovers, we really get to know you and your dog and we canguarantee consistent and personal care that is equal to your love and attention. We are so excited to make you a part of the family!</p><p data-css=\"tve-u-15ec25610c7\"><span data-css=\"tve-u-15ec268a0a3\" style=\"font-size: 45px; color: rgb(89, 171, 227);\" wfd-id=\"138\"><span data-css=\"tve-u-15ec26760e9\" style=\"font-family: ABeeZee;\" wfd-id=\"139\">â€</span></span><span data-css=\"tve-u-15ec256b908\" style=\"font-family: &quot;Amatic SC&quot;;\" wfd-id=\"137\">&nbsp; &nbsp; &nbsp;</span><span data-css=\"tve-u-15ec2680494\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"135\"><span data-css=\"tve-u-15ec269379d\" style=\"font-size: 45px;\" wfd-id=\"136\">my chester enjoys being with them!</span> &nbsp; &nbsp;&nbsp;</span><span data-css=\"tve-u-15ec255fe12\" style=\"font-family: ABeeZee; font-weight: 400; color: rgb(89, 171, 227); font-size: 45px;\" wfd-id=\"134\">â€</span></p><p data-css=\"tve-u-160266880a0\">We LOVE going for walks with our friends at Paw! Donâ€™t tell our mom &amp; dad,but we get really excited when they leave for work because we know it wonâ€™t be long before we get a visit from one of our favorite friends at PawCity! Best part is, they always let our parents know how ourwalk went right away so they dont have to worry about us!</p><p data-css=\"tve-u-15ec269736c\">We love you PawCity!! xoxo</p><p data-css=\"tve-u-15ec26a92a2\"><strong>Anna Olson</strong>, Chesterâ€™s Mom</p><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"111\"><img class=\"tve_image wp-image-7399\" alt=\"\" width=\"830\" height=\"775\" title=\"about_us_dog\" data-id=\"7399\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/about_us_dog.png\" style=\"width: 100%;\"></span><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"105\"><img class=\"tve_image wp-image-7404\" alt=\"\" width=\"64\" height=\"64\" title=\"dog_paw\" data-id=\"7404\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/dog_paw.png\" style=\"width: 100%;\"></span><p>We moved to New York City with our black bulldog rescue, Blakely, in 2007 after graduating from the University of Maryland. Immediately, we realized what a dog-crazy place it was.</p><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"99\"><img class=\"tve_image wp-image-7403\" alt=\"\" width=\"64\" height=\"64\" title=\"dog_house\" data-id=\"7403\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/dog_house.png\" style=\"width: 100%;\"></span><p>We knew right away that we wanted to work with the animals that we loved and that had given us so much love since we were little girls. We started PawCity Dog Walking in July of 2010.</p><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"93\"><img class=\"tve_image wp-image-7405\" alt=\"\" width=\"64\" height=\"64\" title=\"spinning_wheel\" data-id=\"7405\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/spinning_wheel.png\" style=\"width: 100%;\"></span><p>We cover the entire width of the East Side, from 96th Street to Delancey and handle every type of personality imaginable. At PawCity, we lead lives full of the unconditional love and happiness we receive from the furballs we get to spend time with everyday.</p><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"76\"><img class=\"tve_image wp-image-290\" alt=\"Blackhawk Custom Cerakote\" width=\"751\" height=\"102\" title=\"Logo\" data-id=\"290\" src=\"//bestcerakoteflorida.com/wp-content/uploads/2018/09/Logo.png\" style=\"width: 100%;\"></span><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"70\"><img class=\"tve_image wp-image-7369\" alt=\"\" width=\"64\" height=\"64\" title=\"location\" data-id=\"7369\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/location.png\" style=\"width: 100%;\"></span><p data-css=\"tve-u-1602bfa220e\"><strong><span data-css=\"tve-u-1602b324a9b\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"67\">67 E. 3rd Street</span></strong><span data-css=\"tve-u-1602b324a9c\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"66\"> </span><span data-css=\"tve-u-1602b324ab9\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"65\">Suite B New York, NY 10003</span></p><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"53\"><img class=\"tve_image wp-image-282\" alt=\"\" width=\"300\" height=\"275\" title=\"CertifiedLogo\" data-id=\"282\" src=\"//bestcerakoteflorida.com/wp-content/uploads/2018/09/CertifiedLogo-300x275.png\" style=\"width: 100%;\"></span><p data-css=\"tve-u-165bd50a2bd\">â€‹954-848-1911<span style=\"\" data-css=\"tve-u-165bd999e0a\" wfd-id=\"48\"></span></p>','Home','','inherit','closed','closed','','106-revision-v1','','','2018-09-11 00:35:17','2018-09-11 04:35:17','',106,'https://bestcerakoteflorida.com/106-revision-v1/',0,'revision','',0);
INSERT INTO `wpbe_posts` VALUES (293,1,'2018-09-09 03:06:09','2018-09-09 07:06:09','<span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"286\"><img class=\"tve_image wp-image-290\" alt=\"\" width=\"751\" height=\"102\" title=\"Logo\" data-id=\"290\" src=\"//bestcerakoteflorida.com/wp-content/uploads/2018/09/Logo.png\" style=\"width: 100%;\"></span><p data-css=\"tve-u-15f002fa8f6\"><span data-css=\"tve-u-15f0034f748\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"276\"><a href=\"#whatwedo\">What We Do</a></span>&nbsp; &nbsp; <span data-css=\"tve-u-15f003606db\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"275\"><a href=\"#testimonials\">Testimonials</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f003655f8\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"274\"><a href=\"#aboutus\">About Us</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f00369f5e\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"273\"><a href=\"#getyourcoupon\">Get Your Coupon</a></span>&nbsp; &nbsp; <span data-css=\"tve-u-15f0064f814\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"272\"><a href=\"#areaweserve\">Area We Serve</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f003784ab\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"271\"><a href=\"#contact\">Contact</a></span></p><h1 data-css=\"tve-u-15ebe90cfb0\">Happy dogs =â€‹â€‹â€‹â€‹â€‹happâ€‹â€‹â€‹â€‹y owners</h1><p data-css=\"tve-u-15ebe905473\">Offer your dog a premium walking experience</p><h1 data-css=\"tve-u-15ebea42b31\" style=\"text-align: center;\">What We Do</h1><p data-css=\"tve-u-15ec2443105\" style=\"text-align: center;\">Our goal is to make sure the owners are comforted, the pups are exercised and happy and that we are getting our own puppy fixes. But letâ€™s be honest- itâ€™s their world, weâ€™re just living in it! As a small team of experienced dog owners and lovers, we really get to know you and your dog and we canguarantee consistent and personal care that is equal to your love and attention. We are so excited to make you a part of the family!</p><span class=\"tve_image_frame\" wfd-id=\"222\"><img class=\"tve_image wp-image-1596\" alt=\"\" width=\"55\" height=\"73\" title=\"what_do_icon_01\" data-id=\"1596\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_01.png\"></span><p data-css=\"tve-u-15ec2481d17\"><strong>First Class Care</strong></p><p data-css=\"tve-u-15ec2487407\">all the best for them</p><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi.</p><span class=\"tve_image_frame\" wfd-id=\"210\"><img class=\"tve_image wp-image-1597\" alt=\"\" width=\"73\" height=\"73\" title=\"what_do_icon_02\" data-id=\"1597\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_02.png\"></span><p data-css=\"tve-u-15ec2481d17\"><strong>Snacks Included</strong></p><p data-css=\"tve-u-15ec2487407\">for your little one</p><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p><span class=\"tve_image_frame\" wfd-id=\"200\"><img class=\"tve_image wp-image-1598\" alt=\"\" width=\"65\" height=\"73\" title=\"what_do_icon_03\" data-id=\"1598\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_03.png\"></span><p data-css=\"tve-u-15ec2481d17\"><strong>Regularly walks</strong></p><p data-css=\"tve-u-15ec2487407\">to keep them ealthy</p><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris.</p><p data-css=\"tve-u-15ec25610c7\"><span data-css=\"tve-u-15ec268a0a3\" style=\"font-size: 45px; color: rgb(89, 171, 227);\" wfd-id=\"186\"><span data-css=\"tve-u-15ec26760e9\" style=\"font-family: ABeeZee;\" wfd-id=\"187\">â€</span></span><span data-css=\"tve-u-15ec256b908\" style=\"font-family: &quot;Amatic SC&quot;;\" wfd-id=\"185\">&nbsp; &nbsp; &nbsp;</span><span data-css=\"tve-u-15ec2680494\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"183\"><span data-css=\"tve-u-15ec269379d\" style=\"font-size: 45px;\" wfd-id=\"184\">my chester enjoys being with them!</span> &nbsp; &nbsp;&nbsp;</span><span data-css=\"tve-u-15ec255fe12\" style=\"font-family: ABeeZee; font-weight: 400; color: rgb(89, 171, 227); font-size: 45px;\" wfd-id=\"182\">â€</span></p><p data-css=\"tve-u-160266880a0\">We LOVE going for walks with our friends at Paw! Donâ€™t tell our mom &amp; dad,but we get really excited when they leave for work because we know it wonâ€™t be long before we get a visit from one of our favorite friends at PawCity! Best part is, they always let our parents know how ourwalk went right away so they dont have to worry about us!</p><p data-css=\"tve-u-15ec269736c\">We love you PawCity!! xoxo</p><p data-css=\"tve-u-15ec26a92a2\"><strong>Anna Olson</strong>, Chesterâ€™s Mom</p><h1 data-css=\"tve-u-15ec26bd2e8\">About us</h1><p data-css=\"tve-u-15ec2443105\" style=\"text-align: center;\">At PawCity, we lead lives full of the unconditional love and happiness we receive from the furballs we get to spend time with everyday and we have this beautiful city and all the beautiful people in it to thank. We love you and your pups!!</p><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"152\"><img class=\"tve_image wp-image-7399\" alt=\"\" width=\"830\" height=\"775\" title=\"about_us_dog\" data-id=\"7399\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/about_us_dog.png\" style=\"width: 100%;\"></span><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"146\"><img class=\"tve_image wp-image-7404\" alt=\"\" width=\"64\" height=\"64\" title=\"dog_paw\" data-id=\"7404\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/dog_paw.png\" style=\"width: 100%;\"></span><p>We moved to New York City with our black bulldog rescue, Blakely, in 2007 after graduating from the University of Maryland. Immediately, we realized what a dog-crazy place it was.</p><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"140\"><img class=\"tve_image wp-image-7403\" alt=\"\" width=\"64\" height=\"64\" title=\"dog_house\" data-id=\"7403\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/dog_house.png\" style=\"width: 100%;\"></span><p>We knew right away that we wanted to work with the animals that we loved and that had given us so much love since we were little girls. We started PawCity Dog Walking in July of 2010.</p><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"134\"><img class=\"tve_image wp-image-7405\" alt=\"\" width=\"64\" height=\"64\" title=\"spinning_wheel\" data-id=\"7405\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/spinning_wheel.png\" style=\"width: 100%;\"></span><p>We cover the entire width of the East Side, from 96th Street to Delancey and handle every type of personality imaginable. At PawCity, we lead lives full of the unconditional love and happiness we receive from the furballs we get to spend time with everyday.</p><p data-css=\"tve-u-15ec2a6b447\"><span data-css=\"tve-u-15ec2a6d9d8\" style=\"\" wfd-id=\"120\"><strong>Get Your Coupon</strong></span></p><p data-css=\"tve-u-15ec2ab1d6d\"><span style=\"font-size: 18px;\" data-css=\"tve-u-165bd25b417\" wfd-id=\"115\"><span style=\"font-family: \'Special Elite\';\" data-css=\"tve-u-165bd25ab3b\" wfd-id=\"116\">We strive to keep both you and your pup as happy and comfortable as possible while youâ€™re out earning those big bucks.</span></span></p><p data-css=\"tve-u-15ec2ab1d82\"></p><p data-css=\"tve-u-15ec2aa8e2e\"><strong>Get <span data-css=\"tve-u-15ec2aafa24\" style=\"color: rgb(89, 171, 227);\" wfd-id=\"114\">20%</span> off your first walk. Enter your email and we\'ll send you your coupon.</strong></p><p data-css=\"tve-u-15ec2af6c4b\"><span data-css=\"tve-u-15ec2af6c4e\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"97\">area we serve</span></p><p>As a small team of experienced dog owners and lovers, we really get to know you and your dog and we canguarantee consistent and personal care that is equal to your love and attention.</p><p></p><p><strong><span data-css=\"tve-u-15ec2afed17\" style=\"color: rgb(89, 171, 227);\" wfd-id=\"91\">We are so excited to make you a part of the family!</span></strong></p><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"73\"><img class=\"tve_image wp-image-290\" alt=\"Blackhawk Custom Cerakote\" width=\"751\" height=\"102\" title=\"Logo\" data-id=\"290\" src=\"//bestcerakoteflorida.com/wp-content/uploads/2018/09/Logo.png\" style=\"width: 100%;\"></span><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"67\"><img class=\"tve_image wp-image-7369\" alt=\"\" width=\"64\" height=\"64\" title=\"location\" data-id=\"7369\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/location.png\" style=\"width: 100%;\"></span><p data-css=\"tve-u-1602bfa220e\"><strong><span data-css=\"tve-u-1602b324a9b\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"64\">67 E. 3rd Street</span></strong><span data-css=\"tve-u-1602b324a9c\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"63\"> </span><span data-css=\"tve-u-1602b324ab9\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"62\">Suite B New York, NY 10003</span></p><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"51\"><img class=\"tve_image wp-image-7370\" alt=\"\" width=\"64\" height=\"64\" title=\"phone\" data-id=\"7370\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/phone.png\" style=\"width: 100%;\"></span><p><a href=\"tel:#9548481911\" target=\"_blank\"><strong><span data-css=\"tve-u-1602b324a9b\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"48\">954-848-1911</span></strong></a></p>','Home','','inherit','closed','closed','','106-revision-v1','','','2018-09-09 03:06:09','2018-09-09 07:06:09','',106,'https://bestcerakoteflorida.com/106-revision-v1/',0,'revision','',0),(294,1,'2018-09-09 03:10:40','2018-09-09 07:10:40','<span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"286\"><img class=\"tve_image wp-image-290\" alt=\"\" width=\"751\" height=\"102\" title=\"Logo\" data-id=\"290\" src=\"//bestcerakoteflorida.com/wp-content/uploads/2018/09/Logo.png\" style=\"width: 100%;\"></span><p data-css=\"tve-u-15f002fa8f6\"><span data-css=\"tve-u-15f0034f748\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"276\"><a href=\"#whatwedo\">What We Do</a></span>&nbsp; &nbsp; <span data-css=\"tve-u-15f003606db\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"275\"><a href=\"#testimonials\">Testimonials</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f003655f8\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"274\"><a href=\"#aboutus\">About Us</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f00369f5e\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"273\"><a href=\"#getyourcoupon\">Get Your Coupon</a></span>&nbsp; &nbsp; <span data-css=\"tve-u-15f0064f814\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"272\"><a href=\"#areaweserve\">Area We Serve</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f003784ab\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"271\"><a href=\"#contact\">Contact</a></span></p><h1 data-css=\"tve-u-15ebe90cfb0\">Happy dogs =â€‹â€‹â€‹â€‹â€‹happâ€‹â€‹â€‹â€‹y owners</h1><p data-css=\"tve-u-15ebe905473\">Offer your dog a premium walking experience</p><h1 data-css=\"tve-u-15ebea42b31\" style=\"text-align: center;\">What We Do</h1><p data-css=\"tve-u-15ec2443105\" style=\"text-align: center;\">Our goal is to make sure the owners are comforted, the pups are exercised and happy and that we are getting our own puppy fixes. But letâ€™s be honest- itâ€™s their world, weâ€™re just living in it! As a small team of experienced dog owners and lovers, we really get to know you and your dog and we canguarantee consistent and personal care that is equal to your love and attention. We are so excited to make you a part of the family!</p><span class=\"tve_image_frame\" wfd-id=\"222\"><img class=\"tve_image wp-image-1596\" alt=\"\" width=\"55\" height=\"73\" title=\"what_do_icon_01\" data-id=\"1596\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_01.png\"></span><p data-css=\"tve-u-15ec2481d17\"><strong>First Class Care</strong></p><p data-css=\"tve-u-15ec2487407\">all the best for them</p><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi.</p><span class=\"tve_image_frame\" wfd-id=\"210\"><img class=\"tve_image wp-image-1597\" alt=\"\" width=\"73\" height=\"73\" title=\"what_do_icon_02\" data-id=\"1597\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_02.png\"></span><p data-css=\"tve-u-15ec2481d17\"><strong>Snacks Included</strong></p><p data-css=\"tve-u-15ec2487407\">for your little one</p><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p><span class=\"tve_image_frame\" wfd-id=\"200\"><img class=\"tve_image wp-image-1598\" alt=\"\" width=\"65\" height=\"73\" title=\"what_do_icon_03\" data-id=\"1598\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_03.png\"></span><p data-css=\"tve-u-15ec2481d17\"><strong>Regularly walks</strong></p><p data-css=\"tve-u-15ec2487407\">to keep them ealthy</p><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris.</p><p data-css=\"tve-u-15ec25610c7\"><span data-css=\"tve-u-15ec268a0a3\" style=\"font-size: 45px; color: rgb(89, 171, 227);\" wfd-id=\"186\"><span data-css=\"tve-u-15ec26760e9\" style=\"font-family: ABeeZee;\" wfd-id=\"187\">â€</span></span><span data-css=\"tve-u-15ec256b908\" style=\"font-family: &quot;Amatic SC&quot;;\" wfd-id=\"185\">&nbsp; &nbsp; &nbsp;</span><span data-css=\"tve-u-15ec2680494\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"183\"><span data-css=\"tve-u-15ec269379d\" style=\"font-size: 45px;\" wfd-id=\"184\">my chester enjoys being with them!</span> &nbsp; &nbsp;&nbsp;</span><span data-css=\"tve-u-15ec255fe12\" style=\"font-family: ABeeZee; font-weight: 400; color: rgb(89, 171, 227); font-size: 45px;\" wfd-id=\"182\">â€</span></p><p data-css=\"tve-u-160266880a0\">We LOVE going for walks with our friends at Paw! Donâ€™t tell our mom &amp; dad,but we get really excited when they leave for work because we know it wonâ€™t be long before we get a visit from one of our favorite friends at PawCity! Best part is, they always let our parents know how ourwalk went right away so they dont have to worry about us!</p><p data-css=\"tve-u-15ec269736c\">We love you PawCity!! xoxo</p><p data-css=\"tve-u-15ec26a92a2\"><strong>Anna Olson</strong>, Chesterâ€™s Mom</p><h1 data-css=\"tve-u-15ec26bd2e8\">About us</h1><p data-css=\"tve-u-15ec2443105\" style=\"text-align: center;\">At PawCity, we lead lives full of the unconditional love and happiness we receive from the furballs we get to spend time with everyday and we have this beautiful city and all the beautiful people in it to thank. We love you and your pups!!</p><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"152\"><img class=\"tve_image wp-image-7399\" alt=\"\" width=\"830\" height=\"775\" title=\"about_us_dog\" data-id=\"7399\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/about_us_dog.png\" style=\"width: 100%;\"></span><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"146\"><img class=\"tve_image wp-image-7404\" alt=\"\" width=\"64\" height=\"64\" title=\"dog_paw\" data-id=\"7404\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/dog_paw.png\" style=\"width: 100%;\"></span><p>We moved to New York City with our black bulldog rescue, Blakely, in 2007 after graduating from the University of Maryland. Immediately, we realized what a dog-crazy place it was.</p><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"140\"><img class=\"tve_image wp-image-7403\" alt=\"\" width=\"64\" height=\"64\" title=\"dog_house\" data-id=\"7403\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/dog_house.png\" style=\"width: 100%;\"></span><p>We knew right away that we wanted to work with the animals that we loved and that had given us so much love since we were little girls. We started PawCity Dog Walking in July of 2010.</p><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"134\"><img class=\"tve_image wp-image-7405\" alt=\"\" width=\"64\" height=\"64\" title=\"spinning_wheel\" data-id=\"7405\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/spinning_wheel.png\" style=\"width: 100%;\"></span><p>We cover the entire width of the East Side, from 96th Street to Delancey and handle every type of personality imaginable. At PawCity, we lead lives full of the unconditional love and happiness we receive from the furballs we get to spend time with everyday.</p><p data-css=\"tve-u-15ec2a6b447\"><span data-css=\"tve-u-15ec2a6d9d8\" style=\"\" wfd-id=\"120\"><strong>Get Your Coupon</strong></span></p><p data-css=\"tve-u-15ec2ab1d6d\"><span style=\"font-size: 18px;\" data-css=\"tve-u-165bd25b417\" wfd-id=\"115\"><span style=\"font-family: \'Special Elite\';\" data-css=\"tve-u-165bd25ab3b\" wfd-id=\"116\">We strive to keep both you and your pup as happy and comfortable as possible while youâ€™re out earning those big bucks.</span></span></p><p data-css=\"tve-u-15ec2ab1d82\"></p><p data-css=\"tve-u-15ec2aa8e2e\"><strong>Get <span data-css=\"tve-u-15ec2aafa24\" style=\"color: rgb(89, 171, 227);\" wfd-id=\"114\">20%</span> off your first walk. Enter your email and we\'ll send you your coupon.</strong></p><p data-css=\"tve-u-15ec2af6c4b\"><span data-css=\"tve-u-15ec2af6c4e\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"97\">area we serve</span></p><p>As a small team of experienced dog owners and lovers, we really get to know you and your dog and we canguarantee consistent and personal care that is equal to your love and attention.</p><p></p><p><strong><span data-css=\"tve-u-15ec2afed17\" style=\"color: rgb(89, 171, 227);\" wfd-id=\"91\">We are so excited to make you a part of the family!</span></strong></p><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"73\"><img class=\"tve_image wp-image-290\" alt=\"Blackhawk Custom Cerakote\" width=\"751\" height=\"102\" title=\"Logo\" data-id=\"290\" src=\"//bestcerakoteflorida.com/wp-content/uploads/2018/09/Logo.png\" style=\"width: 100%;\"></span><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"67\"><img class=\"tve_image wp-image-7369\" alt=\"\" width=\"64\" height=\"64\" title=\"location\" data-id=\"7369\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/location.png\" style=\"width: 100%;\"></span><p data-css=\"tve-u-1602bfa220e\"><strong><span data-css=\"tve-u-1602b324a9b\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"64\">67 E. 3rd Street</span></strong><span data-css=\"tve-u-1602b324a9c\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"63\"> </span><span data-css=\"tve-u-1602b324ab9\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"62\">Suite B New York, NY 10003</span></p><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"51\"><img class=\"tve_image wp-image-7370\" alt=\"\" width=\"64\" height=\"64\" title=\"phone\" data-id=\"7370\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/phone.png\" style=\"width: 100%;\"></span><p><a href=\"tel:#9548481911\" target=\"_blank\"><strong><span data-css=\"tve-u-1602b324a9b\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"48\">954-848-1911</span></strong></a></p>','Home','','inherit','closed','closed','','106-revision-v1','','','2018-09-09 03:10:40','2018-09-09 07:10:40','',106,'https://bestcerakoteflorida.com/106-revision-v1/',0,'revision','',0),(295,1,'2018-09-09 03:12:41','2018-09-09 07:12:41','<span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"287\"><img class=\"tve_image wp-image-290\" alt=\"\" width=\"751\" height=\"102\" title=\"Logo\" data-id=\"290\" src=\"//bestcerakoteflorida.com/wp-content/uploads/2018/09/Logo.png\" style=\"width: 100%;\"></span><p data-css=\"tve-u-15f002fa8f6\"><span data-css=\"tve-u-15f0034f748\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"277\"><a href=\"#whatwedo\">What We Do</a></span>&nbsp; &nbsp; <span data-css=\"tve-u-15f003606db\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"276\"><a href=\"#testimonials\">Testimonials</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f003655f8\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"275\"><a href=\"#aboutus\">About Us</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f00369f5e\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"274\"><a href=\"#getyourcoupon\">Get Your Coupon</a></span>&nbsp; &nbsp; <span data-css=\"tve-u-15f0064f814\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"273\"><a href=\"#areaweserve\">Area We Serve</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f003784ab\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"272\"><a href=\"#contact\">Contact</a></span></p><h1 data-css=\"tve-u-15ebe90cfb0\">Happy dogs =â€‹â€‹â€‹â€‹â€‹happâ€‹â€‹â€‹â€‹y owners</h1><p data-css=\"tve-u-15ebe905473\">Offer your dog a premium walking experience</p><h1 data-css=\"tve-u-15ebea42b31\" style=\"text-align: center;\">What We Do</h1><p data-css=\"tve-u-15ec2443105\" style=\"text-align: center;\">Our goal is to make sure the owners are comforted, the pups are exercised and happy and that we are getting our own puppy fixes. But letâ€™s be honest- itâ€™s their world, weâ€™re just living in it! As a small team of experienced dog owners and lovers, we really get to know you and your dog and we canguarantee consistent and personal care that is equal to your love and attention. We are so excited to make you a part of the family!</p><span class=\"tve_image_frame\" wfd-id=\"221\"><img class=\"tve_image wp-image-1596\" alt=\"\" width=\"55\" height=\"73\" title=\"what_do_icon_01\" data-id=\"1596\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_01.png\"></span><p data-css=\"tve-u-15ec2481d17\"><strong>First Class Care</strong></p><p data-css=\"tve-u-15ec2487407\">all the best for them</p><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi.</p><span class=\"tve_image_frame\" wfd-id=\"209\"><img class=\"tve_image wp-image-1597\" alt=\"\" width=\"73\" height=\"73\" title=\"what_do_icon_02\" data-id=\"1597\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_02.png\"></span><p data-css=\"tve-u-15ec2481d17\"><strong>Snacks Included</strong></p><p data-css=\"tve-u-15ec2487407\">for your little one</p><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p><span class=\"tve_image_frame\" wfd-id=\"199\"><img class=\"tve_image wp-image-1598\" alt=\"\" width=\"65\" height=\"73\" title=\"what_do_icon_03\" data-id=\"1598\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_03.png\"></span><p data-css=\"tve-u-15ec2481d17\"><strong>Regularly walks</strong></p><p data-css=\"tve-u-15ec2487407\">to keep them ealthy</p><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris.</p><p data-css=\"tve-u-15ec25610c7\"><span data-css=\"tve-u-15ec268a0a3\" style=\"font-size: 45px; color: rgb(89, 171, 227);\" wfd-id=\"185\"><span data-css=\"tve-u-15ec26760e9\" style=\"font-family: ABeeZee;\" wfd-id=\"186\">â€</span></span><span data-css=\"tve-u-15ec256b908\" style=\"font-family: &quot;Amatic SC&quot;;\" wfd-id=\"184\">&nbsp; &nbsp; &nbsp;</span><span data-css=\"tve-u-15ec2680494\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"182\"><span data-css=\"tve-u-15ec269379d\" style=\"font-size: 45px;\" wfd-id=\"183\">my chester enjoys being with them!</span> &nbsp; &nbsp;&nbsp;</span><span data-css=\"tve-u-15ec255fe12\" style=\"font-family: ABeeZee; font-weight: 400; color: rgb(89, 171, 227); font-size: 45px;\" wfd-id=\"181\">â€</span></p><p data-css=\"tve-u-160266880a0\">We LOVE going for walks with our friends at Paw! Donâ€™t tell our mom &amp; dad,but we get really excited when they leave for work because we know it wonâ€™t be long before we get a visit from one of our favorite friends at PawCity! Best part is, they always let our parents know how ourwalk went right away so they dont have to worry about us!</p><p data-css=\"tve-u-15ec269736c\">We love you PawCity!! xoxo</p><p data-css=\"tve-u-15ec26a92a2\"><strong>Anna Olson</strong>, Chesterâ€™s Mom</p><h1 data-css=\"tve-u-15ec26bd2e8\">About us</h1><p data-css=\"tve-u-15ec2443105\" style=\"text-align: center;\">At PawCity, we lead lives full of the unconditional love and happiness we receive from the furballs we get to spend time with everyday and we have this beautiful city and all the beautiful people in it to thank. We love you and your pups!!</p><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"151\"><img class=\"tve_image wp-image-7399\" alt=\"\" width=\"830\" height=\"775\" title=\"about_us_dog\" data-id=\"7399\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/about_us_dog.png\" style=\"width: 100%;\"></span><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"145\"><img class=\"tve_image wp-image-7404\" alt=\"\" width=\"64\" height=\"64\" title=\"dog_paw\" data-id=\"7404\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/dog_paw.png\" style=\"width: 100%;\"></span><p>We moved to New York City with our black bulldog rescue, Blakely, in 2007 after graduating from the University of Maryland. Immediately, we realized what a dog-crazy place it was.</p><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"137\"><img class=\"tve_image wp-image-7403\" alt=\"\" width=\"64\" height=\"64\" title=\"dog_house\" data-id=\"7403\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/dog_house.png\" style=\"width: 100%;\"></span><p>We knew right away that we wanted to work with the animals that we loved and that had given us so much love since we were little girls. We started PawCity Dog Walking in July of 2010.</p><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"129\"><img class=\"tve_image wp-image-7405\" alt=\"\" width=\"64\" height=\"64\" title=\"spinning_wheel\" data-id=\"7405\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/spinning_wheel.png\" style=\"width: 100%;\"></span><p>We cover the entire width of the East Side, from 96th Street to Delancey and handle every type of personality imaginable. At PawCity, we lead lives full of the unconditional love and happiness we receive from the furballs we get to spend time with everyday.</p><p data-css=\"tve-u-15ec2a6b447\"><span data-css=\"tve-u-15ec2a6d9d8\" style=\"\" wfd-id=\"113\"><strong>Get Your Coupon</strong></span></p><p data-css=\"tve-u-15ec2ab1d6d\"><span style=\"font-size: 18px;\" data-css=\"tve-u-165bd25b417\" wfd-id=\"108\"><span style=\"font-family: \'Special Elite\';\" data-css=\"tve-u-165bd25ab3b\" wfd-id=\"109\">We strive to keep both you and your pup as happy and comfortable as possible while youâ€™re out earning those big bucks.</span></span></p><p data-css=\"tve-u-15ec2ab1d82\"></p><p data-css=\"tve-u-15ec2aa8e2e\"><strong>Get <span data-css=\"tve-u-15ec2aafa24\" style=\"color: rgb(89, 171, 227);\" wfd-id=\"107\">20%</span> off your first walk. Enter your email and we\'ll send you your coupon.</strong></p><p data-css=\"tve-u-15ec2af6c4b\"><span data-css=\"tve-u-15ec2af6c4e\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"90\">area we serve</span></p><p>As a small team of experienced dog owners and lovers, we really get to know you and your dog and we canguarantee consistent and personal care that is equal to your love and attention.</p><p></p><p><strong><span data-css=\"tve-u-15ec2afed17\" style=\"color: rgb(89, 171, 227);\" wfd-id=\"84\">We are so excited to make you a part of the family!</span></strong></p><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"66\"><img class=\"tve_image wp-image-290\" alt=\"Blackhawk Custom Cerakote\" width=\"751\" height=\"102\" title=\"Logo\" data-id=\"290\" src=\"//bestcerakoteflorida.com/wp-content/uploads/2018/09/Logo.png\" style=\"width: 100%;\"></span><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-7369\" alt=\"\" width=\"64\" height=\"64\" title=\"location\" data-id=\"7369\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/location.png\" style=\"width: 100%;\"></span><p data-css=\"tve-u-1602bfa220e\"><strong><span data-css=\"tve-u-1602b324a9b\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"58\">67 E. 3rd Street</span></strong><span data-css=\"tve-u-1602b324a9c\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"57\"> </span><span data-css=\"tve-u-1602b324ab9\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"56\">Suite B New York, NY 10003</span></p><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-7370\" alt=\"\" width=\"64\" height=\"64\" title=\"phone\" data-id=\"7370\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/phone.png\" style=\"width: 100%;\"></span><p><a href=\"tel:#9548481911\" target=\"_blank\"><strong><span data-css=\"tve-u-1602b324a9b\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"43\">954-848-1911</span></strong></a></p>','Home','','inherit','closed','closed','','106-revision-v1','','','2018-09-09 03:12:41','2018-09-09 07:12:41','',106,'https://bestcerakoteflorida.com/106-revision-v1/',0,'revision','',0),(296,1,'2018-09-09 03:16:55','2018-09-09 07:16:55','<span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"287\"><img class=\"tve_image wp-image-290\" alt=\"\" width=\"751\" height=\"102\" title=\"Logo\" data-id=\"290\" src=\"//bestcerakoteflorida.com/wp-content/uploads/2018/09/Logo.png\" style=\"width: 100%;\"></span><p data-css=\"tve-u-15f002fa8f6\"><span data-css=\"tve-u-15f0034f748\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"277\"><a href=\"#whatwedo\">What We Do</a></span>&nbsp; &nbsp; <span data-css=\"tve-u-15f003606db\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"276\"><a href=\"#testimonials\">Testimonials</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f003655f8\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"275\"><a href=\"#aboutus\">About Us</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f00369f5e\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"274\"><a href=\"#getyourcoupon\">Get Your Coupon</a></span>&nbsp; &nbsp; <span data-css=\"tve-u-15f0064f814\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"273\"><a href=\"#areaweserve\">Area We Serve</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f003784ab\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"272\"><a href=\"#contact\">Contact</a></span></p><h1 data-css=\"tve-u-15ebe90cfb0\">Happy dogs =â€‹â€‹â€‹â€‹â€‹happâ€‹â€‹â€‹â€‹y owners</h1><p data-css=\"tve-u-15ebe905473\">Offer your dog a premium walking experience</p><h1 data-css=\"tve-u-15ebea42b31\" style=\"text-align: center;\">What We Do</h1><p data-css=\"tve-u-15ec2443105\" style=\"text-align: center;\">Our goal is to make sure the owners are comforted, the pups are exercised and happy and that we are getting our own puppy fixes. But letâ€™s be honest- itâ€™s their world, weâ€™re just living in it! As a small team of experienced dog owners and lovers, we really get to know you and your dog and we canguarantee consistent and personal care that is equal to your love and attention. We are so excited to make you a part of the family!</p><span class=\"tve_image_frame\" wfd-id=\"221\"><img class=\"tve_image wp-image-1596\" alt=\"\" width=\"55\" height=\"73\" title=\"what_do_icon_01\" data-id=\"1596\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_01.png\"></span><p data-css=\"tve-u-15ec2481d17\"><strong>First Class Care</strong></p><p data-css=\"tve-u-15ec2487407\">all the best for them</p><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi.</p><span class=\"tve_image_frame\" wfd-id=\"209\"><img class=\"tve_image wp-image-1597\" alt=\"\" width=\"73\" height=\"73\" title=\"what_do_icon_02\" data-id=\"1597\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_02.png\"></span><p data-css=\"tve-u-15ec2481d17\"><strong>Snacks Included</strong></p><p data-css=\"tve-u-15ec2487407\">for your little one</p><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p><span class=\"tve_image_frame\" wfd-id=\"199\"><img class=\"tve_image wp-image-1598\" alt=\"\" width=\"65\" height=\"73\" title=\"what_do_icon_03\" data-id=\"1598\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_03.png\"></span><p data-css=\"tve-u-15ec2481d17\"><strong>Regularly walks</strong></p><p data-css=\"tve-u-15ec2487407\">to keep them ealthy</p><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris.</p><p data-css=\"tve-u-15ec25610c7\"><span data-css=\"tve-u-15ec268a0a3\" style=\"font-size: 45px; color: rgb(89, 171, 227);\" wfd-id=\"185\"><span data-css=\"tve-u-15ec26760e9\" style=\"font-family: ABeeZee;\" wfd-id=\"186\">â€</span></span><span data-css=\"tve-u-15ec256b908\" style=\"font-family: &quot;Amatic SC&quot;;\" wfd-id=\"184\">&nbsp; &nbsp; &nbsp;</span><span data-css=\"tve-u-15ec2680494\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"182\"><span data-css=\"tve-u-15ec269379d\" style=\"font-size: 45px;\" wfd-id=\"183\">my chester enjoys being with them!</span> &nbsp; &nbsp;&nbsp;</span><span data-css=\"tve-u-15ec255fe12\" style=\"font-family: ABeeZee; font-weight: 400; color: rgb(89, 171, 227); font-size: 45px;\" wfd-id=\"181\">â€</span></p><p data-css=\"tve-u-160266880a0\">We LOVE going for walks with our friends at Paw! Donâ€™t tell our mom &amp; dad,but we get really excited when they leave for work because we know it wonâ€™t be long before we get a visit from one of our favorite friends at PawCity! Best part is, they always let our parents know how ourwalk went right away so they dont have to worry about us!</p><p data-css=\"tve-u-15ec269736c\">We love you PawCity!! xoxo</p><p data-css=\"tve-u-15ec26a92a2\"><strong>Anna Olson</strong>, Chesterâ€™s Mom</p><h1 data-css=\"tve-u-15ec26bd2e8\">About us</h1><p data-css=\"tve-u-15ec2443105\" style=\"text-align: center;\">At PawCity, we lead lives full of the unconditional love and happiness we receive from the furballs we get to spend time with everyday and we have this beautiful city and all the beautiful people in it to thank. We love you and your pups!!</p><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"151\"><img class=\"tve_image wp-image-7399\" alt=\"\" width=\"830\" height=\"775\" title=\"about_us_dog\" data-id=\"7399\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/about_us_dog.png\" style=\"width: 100%;\"></span><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"145\"><img class=\"tve_image wp-image-7404\" alt=\"\" width=\"64\" height=\"64\" title=\"dog_paw\" data-id=\"7404\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/dog_paw.png\" style=\"width: 100%;\"></span><p>We moved to New York City with our black bulldog rescue, Blakely, in 2007 after graduating from the University of Maryland. Immediately, we realized what a dog-crazy place it was.</p><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"137\"><img class=\"tve_image wp-image-7403\" alt=\"\" width=\"64\" height=\"64\" title=\"dog_house\" data-id=\"7403\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/dog_house.png\" style=\"width: 100%;\"></span><p>We knew right away that we wanted to work with the animals that we loved and that had given us so much love since we were little girls. We started PawCity Dog Walking in July of 2010.</p><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"129\"><img class=\"tve_image wp-image-7405\" alt=\"\" width=\"64\" height=\"64\" title=\"spinning_wheel\" data-id=\"7405\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/spinning_wheel.png\" style=\"width: 100%;\"></span><p>We cover the entire width of the East Side, from 96th Street to Delancey and handle every type of personality imaginable. At PawCity, we lead lives full of the unconditional love and happiness we receive from the furballs we get to spend time with everyday.</p><p data-css=\"tve-u-15ec2a6b447\"><span data-css=\"tve-u-15ec2a6d9d8\" style=\"\" wfd-id=\"113\"><strong>Get Your Coupon</strong></span></p><p data-css=\"tve-u-15ec2ab1d6d\"><span style=\"font-size: 18px;\" data-css=\"tve-u-165bd25b417\" wfd-id=\"108\"><span style=\"font-family: \'Special Elite\';\" data-css=\"tve-u-165bd25ab3b\" wfd-id=\"109\">We strive to keep both you and your pup as happy and comfortable as possible while youâ€™re out earning those big bucks.</span></span></p><p data-css=\"tve-u-15ec2ab1d82\"></p><p data-css=\"tve-u-15ec2aa8e2e\"><strong>Get <span data-css=\"tve-u-15ec2aafa24\" style=\"color: rgb(89, 171, 227);\" wfd-id=\"107\">20%</span> off your first walk. Enter your email and we\'ll send you your coupon.</strong></p><p data-css=\"tve-u-15ec2af6c4b\"><span data-css=\"tve-u-15ec2af6c4e\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"90\">area we serve</span></p><p>As a small team of experienced dog owners and lovers, we really get to know you and your dog and we canguarantee consistent and personal care that is equal to your love and attention.</p><p></p><p><strong><span data-css=\"tve-u-15ec2afed17\" style=\"color: rgb(89, 171, 227);\" wfd-id=\"84\">We are so excited to make you a part of the family!</span></strong></p><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"66\"><img class=\"tve_image wp-image-290\" alt=\"Blackhawk Custom Cerakote\" width=\"751\" height=\"102\" title=\"Logo\" data-id=\"290\" src=\"//bestcerakoteflorida.com/wp-content/uploads/2018/09/Logo.png\" style=\"width: 100%;\"></span><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-7369\" alt=\"\" width=\"64\" height=\"64\" title=\"location\" data-id=\"7369\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/location.png\" style=\"width: 100%;\"></span><p data-css=\"tve-u-1602bfa220e\"><strong><span data-css=\"tve-u-1602b324a9b\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"58\">67 E. 3rd Street</span></strong><span data-css=\"tve-u-1602b324a9c\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"57\"> </span><span data-css=\"tve-u-1602b324ab9\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"56\">Suite B New York, NY 10003</span></p><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-7370\" alt=\"\" width=\"64\" height=\"64\" title=\"phone\" data-id=\"7370\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/phone.png\" style=\"width: 100%;\"></span><p><a href=\"tel:#9548481911\" target=\"_blank\"><strong><span data-css=\"tve-u-1602b324a9b\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"43\">954-848-1911</span></strong></a></p>','Home','','inherit','closed','closed','','106-revision-v1','','','2018-09-09 03:16:55','2018-09-09 07:16:55','',106,'https://bestcerakoteflorida.com/106-revision-v1/',0,'revision','',0),(297,1,'2018-09-09 03:18:32','2018-09-09 07:18:32','<span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"287\"><img class=\"tve_image wp-image-290\" alt=\"\" width=\"751\" height=\"102\" title=\"Logo\" data-id=\"290\" src=\"//bestcerakoteflorida.com/wp-content/uploads/2018/09/Logo.png\" style=\"width: 100%;\"></span><p data-css=\"tve-u-15f002fa8f6\"><span data-css=\"tve-u-15f0034f748\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"277\"><a href=\"#whatwedo\">What We Do</a></span>&nbsp; &nbsp; <span data-css=\"tve-u-15f003606db\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"276\"><a href=\"#testimonials\">Testimonials</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f003655f8\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"275\"><a href=\"#aboutus\">About Us</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f00369f5e\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"274\"><a href=\"#getyourcoupon\">Get Your Coupon</a></span>&nbsp; &nbsp; <span data-css=\"tve-u-15f0064f814\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"273\"><a href=\"#areaweserve\">Area We Serve</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f003784ab\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"272\"><a href=\"#contact\">Contact</a></span></p><h1 data-css=\"tve-u-15ebe90cfb0\">Happy dogs =â€‹â€‹â€‹â€‹â€‹happâ€‹â€‹â€‹â€‹y owners</h1><p data-css=\"tve-u-15ebe905473\">Offer your dog a premium walking experience</p><h1 data-css=\"tve-u-15ebea42b31\" style=\"text-align: center;\">What We Do</h1><p data-css=\"tve-u-15ec2443105\" style=\"text-align: center;\">Our goal is to make sure the owners are comforted, the pups are exercised and happy and that we are getting our own puppy fixes. But letâ€™s be honest- itâ€™s their world, weâ€™re just living in it! As a small team of experienced dog owners and lovers, we really get to know you and your dog and we canguarantee consistent and personal care that is equal to your love and attention. We are so excited to make you a part of the family!</p><span class=\"tve_image_frame\" wfd-id=\"221\"><img class=\"tve_image wp-image-1596\" alt=\"\" width=\"55\" height=\"73\" title=\"what_do_icon_01\" data-id=\"1596\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_01.png\"></span><p data-css=\"tve-u-15ec2481d17\"><strong>First Class Care</strong></p><p data-css=\"tve-u-15ec2487407\">all the best for them</p><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi.</p><span class=\"tve_image_frame\" wfd-id=\"209\"><img class=\"tve_image wp-image-1597\" alt=\"\" width=\"73\" height=\"73\" title=\"what_do_icon_02\" data-id=\"1597\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_02.png\"></span><p data-css=\"tve-u-15ec2481d17\"><strong>Snacks Included</strong></p><p data-css=\"tve-u-15ec2487407\">for your little one</p><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p><span class=\"tve_image_frame\" wfd-id=\"199\"><img class=\"tve_image wp-image-1598\" alt=\"\" width=\"65\" height=\"73\" title=\"what_do_icon_03\" data-id=\"1598\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_03.png\"></span><p data-css=\"tve-u-15ec2481d17\"><strong>Regularly walks</strong></p><p data-css=\"tve-u-15ec2487407\">to keep them ealthy</p><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris.</p><p data-css=\"tve-u-15ec25610c7\"><span data-css=\"tve-u-15ec268a0a3\" style=\"font-size: 45px; color: rgb(89, 171, 227);\" wfd-id=\"185\"><span data-css=\"tve-u-15ec26760e9\" style=\"font-family: ABeeZee;\" wfd-id=\"186\">â€</span></span><span data-css=\"tve-u-15ec256b908\" style=\"font-family: &quot;Amatic SC&quot;;\" wfd-id=\"184\">&nbsp; &nbsp; &nbsp;</span><span data-css=\"tve-u-15ec2680494\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"182\"><span data-css=\"tve-u-15ec269379d\" style=\"font-size: 45px;\" wfd-id=\"183\">my chester enjoys being with them!</span> &nbsp; &nbsp;&nbsp;</span><span data-css=\"tve-u-15ec255fe12\" style=\"font-family: ABeeZee; font-weight: 400; color: rgb(89, 171, 227); font-size: 45px;\" wfd-id=\"181\">â€</span></p><p data-css=\"tve-u-160266880a0\">We LOVE going for walks with our friends at Paw! Donâ€™t tell our mom &amp; dad,but we get really excited when they leave for work because we know it wonâ€™t be long before we get a visit from one of our favorite friends at PawCity! Best part is, they always let our parents know how ourwalk went right away so they dont have to worry about us!</p><p data-css=\"tve-u-15ec269736c\">We love you PawCity!! xoxo</p><p data-css=\"tve-u-15ec26a92a2\"><strong>Anna Olson</strong>, Chesterâ€™s Mom</p><h1 data-css=\"tve-u-15ec26bd2e8\">About us</h1><p data-css=\"tve-u-15ec2443105\" style=\"text-align: center;\">At PawCity, we lead lives full of the unconditional love and happiness we receive from the furballs we get to spend time with everyday and we have this beautiful city and all the beautiful people in it to thank. We love you and your pups!!</p><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"151\"><img class=\"tve_image wp-image-7399\" alt=\"\" width=\"830\" height=\"775\" title=\"about_us_dog\" data-id=\"7399\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/about_us_dog.png\" style=\"width: 100%;\"></span><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"145\"><img class=\"tve_image wp-image-7404\" alt=\"\" width=\"64\" height=\"64\" title=\"dog_paw\" data-id=\"7404\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/dog_paw.png\" style=\"width: 100%;\"></span><p>We moved to New York City with our black bulldog rescue, Blakely, in 2007 after graduating from the University of Maryland. Immediately, we realized what a dog-crazy place it was.</p><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"137\"><img class=\"tve_image wp-image-7403\" alt=\"\" width=\"64\" height=\"64\" title=\"dog_house\" data-id=\"7403\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/dog_house.png\" style=\"width: 100%;\"></span><p>We knew right away that we wanted to work with the animals that we loved and that had given us so much love since we were little girls. We started PawCity Dog Walking in July of 2010.</p><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"129\"><img class=\"tve_image wp-image-7405\" alt=\"\" width=\"64\" height=\"64\" title=\"spinning_wheel\" data-id=\"7405\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/spinning_wheel.png\" style=\"width: 100%;\"></span><p>We cover the entire width of the East Side, from 96th Street to Delancey and handle every type of personality imaginable. At PawCity, we lead lives full of the unconditional love and happiness we receive from the furballs we get to spend time with everyday.</p><p data-css=\"tve-u-15ec2a6b447\"><span data-css=\"tve-u-15ec2a6d9d8\" style=\"\" wfd-id=\"113\"><strong>Get Your Coupon</strong></span></p><p data-css=\"tve-u-15ec2ab1d6d\"><span style=\"font-size: 18px;\" data-css=\"tve-u-165bd25b417\" wfd-id=\"108\"><span style=\"font-family: \'Special Elite\';\" data-css=\"tve-u-165bd25ab3b\" wfd-id=\"109\">We strive to keep both you and your pup as happy and comfortable as possible while youâ€™re out earning those big bucks.</span></span></p><p data-css=\"tve-u-15ec2ab1d82\"></p><p data-css=\"tve-u-15ec2aa8e2e\"><strong>Get <span data-css=\"tve-u-15ec2aafa24\" style=\"color: rgb(89, 171, 227);\" wfd-id=\"107\">20%</span> off your first walk. Enter your email and we\'ll send you your coupon.</strong></p><p data-css=\"tve-u-15ec2af6c4b\"><span data-css=\"tve-u-15ec2af6c4e\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"90\">area we serve</span></p><p>As a small team of experienced dog owners and lovers, we really get to know you and your dog and we canguarantee consistent and personal care that is equal to your love and attention.</p><p></p><p><strong><span data-css=\"tve-u-15ec2afed17\" style=\"color: rgb(89, 171, 227);\" wfd-id=\"84\">We are so excited to make you a part of the family!</span></strong></p><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"66\"><img class=\"tve_image wp-image-290\" alt=\"Blackhawk Custom Cerakote\" width=\"751\" height=\"102\" title=\"Logo\" data-id=\"290\" src=\"//bestcerakoteflorida.com/wp-content/uploads/2018/09/Logo.png\" style=\"width: 100%;\"></span><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-7369\" alt=\"\" width=\"64\" height=\"64\" title=\"location\" data-id=\"7369\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/location.png\" style=\"width: 100%;\"></span><p data-css=\"tve-u-1602bfa220e\"><strong><span data-css=\"tve-u-1602b324a9b\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"58\">67 E. 3rd Street</span></strong><span data-css=\"tve-u-1602b324a9c\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"57\"> </span><span data-css=\"tve-u-1602b324ab9\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"56\">Suite B New York, NY 10003</span></p><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-7370\" alt=\"\" width=\"64\" height=\"64\" title=\"phone\" data-id=\"7370\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/phone.png\" style=\"width: 100%;\"></span><p><a href=\"tel:#9548481911\" target=\"_blank\"><strong><span data-css=\"tve-u-1602b324a9b\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"43\">954-848-1911</span></strong></a></p>','Home','','inherit','closed','closed','','106-revision-v1','','','2018-09-09 03:18:32','2018-09-09 07:18:32','',106,'https://bestcerakoteflorida.com/106-revision-v1/',0,'revision','',0),(298,1,'2018-09-09 03:19:02','2018-09-09 07:19:02','<span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"287\"><img class=\"tve_image wp-image-290\" alt=\"\" width=\"751\" height=\"102\" title=\"Logo\" data-id=\"290\" src=\"//bestcerakoteflorida.com/wp-content/uploads/2018/09/Logo.png\" style=\"width: 100%;\"></span><p data-css=\"tve-u-15f002fa8f6\"><span data-css=\"tve-u-15f0034f748\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"277\"><a href=\"#whatwedo\">What We Do</a></span>&nbsp; &nbsp; <span data-css=\"tve-u-15f003606db\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"276\"><a href=\"#testimonials\">Testimonials</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f003655f8\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"275\"><a href=\"#aboutus\">About Us</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f00369f5e\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"274\"><a href=\"#getyourcoupon\">Get Your Coupon</a></span>&nbsp; &nbsp; <span data-css=\"tve-u-15f0064f814\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"273\"><a href=\"#areaweserve\">Area We Serve</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f003784ab\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"272\"><a href=\"#contact\">Contact</a></span></p><h1 data-css=\"tve-u-15ebe90cfb0\">Happy dogs =â€‹â€‹â€‹â€‹â€‹happâ€‹â€‹â€‹â€‹y owners</h1><p data-css=\"tve-u-15ebe905473\">Offer your dog a premium walking experience</p><h1 data-css=\"tve-u-15ebea42b31\" style=\"text-align: center;\">What We Do</h1><p data-css=\"tve-u-15ec2443105\" style=\"text-align: center;\">Our goal is to make sure the owners are comforted, the pups are exercised and happy and that we are getting our own puppy fixes. But letâ€™s be honest- itâ€™s their world, weâ€™re just living in it! As a small team of experienced dog owners and lovers, we really get to know you and your dog and we canguarantee consistent and personal care that is equal to your love and attention. We are so excited to make you a part of the family!</p><span class=\"tve_image_frame\" wfd-id=\"221\"><img class=\"tve_image wp-image-1596\" alt=\"\" width=\"55\" height=\"73\" title=\"what_do_icon_01\" data-id=\"1596\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_01.png\"></span><p data-css=\"tve-u-15ec2481d17\"><strong>First Class Care</strong></p><p data-css=\"tve-u-15ec2487407\">all the best for them</p><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi.</p><span class=\"tve_image_frame\" wfd-id=\"209\"><img class=\"tve_image wp-image-1597\" alt=\"\" width=\"73\" height=\"73\" title=\"what_do_icon_02\" data-id=\"1597\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_02.png\"></span><p data-css=\"tve-u-15ec2481d17\"><strong>Snacks Included</strong></p><p data-css=\"tve-u-15ec2487407\">for your little one</p><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p><span class=\"tve_image_frame\" wfd-id=\"199\"><img class=\"tve_image wp-image-1598\" alt=\"\" width=\"65\" height=\"73\" title=\"what_do_icon_03\" data-id=\"1598\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_03.png\"></span><p data-css=\"tve-u-15ec2481d17\"><strong>Regularly walks</strong></p><p data-css=\"tve-u-15ec2487407\">to keep them ealthy</p><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris.</p><p data-css=\"tve-u-15ec25610c7\"><span data-css=\"tve-u-15ec268a0a3\" style=\"font-size: 45px; color: rgb(89, 171, 227);\" wfd-id=\"185\"><span data-css=\"tve-u-15ec26760e9\" style=\"font-family: ABeeZee;\" wfd-id=\"186\">â€</span></span><span data-css=\"tve-u-15ec256b908\" style=\"font-family: &quot;Amatic SC&quot;;\" wfd-id=\"184\">&nbsp; &nbsp; &nbsp;</span><span data-css=\"tve-u-15ec2680494\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"182\"><span data-css=\"tve-u-15ec269379d\" style=\"font-size: 45px;\" wfd-id=\"183\">my chester enjoys being with them!</span> &nbsp; &nbsp;&nbsp;</span><span data-css=\"tve-u-15ec255fe12\" style=\"font-family: ABeeZee; font-weight: 400; color: rgb(89, 171, 227); font-size: 45px;\" wfd-id=\"181\">â€</span></p><p data-css=\"tve-u-160266880a0\">We LOVE going for walks with our friends at Paw! Donâ€™t tell our mom &amp; dad,but we get really excited when they leave for work because we know it wonâ€™t be long before we get a visit from one of our favorite friends at PawCity! Best part is, they always let our parents know how ourwalk went right away so they dont have to worry about us!</p><p data-css=\"tve-u-15ec269736c\">We love you PawCity!! xoxo</p><p data-css=\"tve-u-15ec26a92a2\"><strong>Anna Olson</strong>, Chesterâ€™s Mom</p><h1 data-css=\"tve-u-15ec26bd2e8\">About us</h1><p data-css=\"tve-u-15ec2443105\" style=\"text-align: center;\">At PawCity, we lead lives full of the unconditional love and happiness we receive from the furballs we get to spend time with everyday and we have this beautiful city and all the beautiful people in it to thank. We love you and your pups!!</p><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"151\"><img class=\"tve_image wp-image-7399\" alt=\"\" width=\"830\" height=\"775\" title=\"about_us_dog\" data-id=\"7399\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/about_us_dog.png\" style=\"width: 100%;\"></span><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"145\"><img class=\"tve_image wp-image-7404\" alt=\"\" width=\"64\" height=\"64\" title=\"dog_paw\" data-id=\"7404\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/dog_paw.png\" style=\"width: 100%;\"></span><p>We moved to New York City with our black bulldog rescue, Blakely, in 2007 after graduating from the University of Maryland. Immediately, we realized what a dog-crazy place it was.</p><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"137\"><img class=\"tve_image wp-image-7403\" alt=\"\" width=\"64\" height=\"64\" title=\"dog_house\" data-id=\"7403\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/dog_house.png\" style=\"width: 100%;\"></span><p>We knew right away that we wanted to work with the animals that we loved and that had given us so much love since we were little girls. We started PawCity Dog Walking in July of 2010.</p><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"129\"><img class=\"tve_image wp-image-7405\" alt=\"\" width=\"64\" height=\"64\" title=\"spinning_wheel\" data-id=\"7405\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/spinning_wheel.png\" style=\"width: 100%;\"></span><p>We cover the entire width of the East Side, from 96th Street to Delancey and handle every type of personality imaginable. At PawCity, we lead lives full of the unconditional love and happiness we receive from the furballs we get to spend time with everyday.</p><p data-css=\"tve-u-15ec2a6b447\"><span data-css=\"tve-u-15ec2a6d9d8\" style=\"\" wfd-id=\"113\"><strong>Get Your Coupon</strong></span></p><p data-css=\"tve-u-15ec2ab1d6d\"><span style=\"font-size: 18px;\" data-css=\"tve-u-165bd25b417\" wfd-id=\"108\"><span style=\"font-family: \'Special Elite\';\" data-css=\"tve-u-165bd25ab3b\" wfd-id=\"109\">We strive to keep both you and your pup as happy and comfortable as possible while youâ€™re out earning those big bucks.</span></span></p><p data-css=\"tve-u-15ec2ab1d82\"></p><p data-css=\"tve-u-15ec2aa8e2e\"><strong>Get <span data-css=\"tve-u-15ec2aafa24\" style=\"color: rgb(89, 171, 227);\" wfd-id=\"107\">20%</span> off your first walk. Enter your email and we\'ll send you your coupon.</strong></p><p data-css=\"tve-u-15ec2af6c4b\"><span data-css=\"tve-u-15ec2af6c4e\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"90\">area we serve</span></p><p>As a small team of experienced dog owners and lovers, we really get to know you and your dog and we canguarantee consistent and personal care that is equal to your love and attention.</p><p></p><p><strong><span data-css=\"tve-u-15ec2afed17\" style=\"color: rgb(89, 171, 227);\" wfd-id=\"84\">We are so excited to make you a part of the family!</span></strong></p><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"66\"><img class=\"tve_image wp-image-290\" alt=\"Blackhawk Custom Cerakote\" width=\"751\" height=\"102\" title=\"Logo\" data-id=\"290\" src=\"//bestcerakoteflorida.com/wp-content/uploads/2018/09/Logo.png\" style=\"width: 100%;\"></span><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-7369\" alt=\"\" width=\"64\" height=\"64\" title=\"location\" data-id=\"7369\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/location.png\" style=\"width: 100%;\"></span><p data-css=\"tve-u-1602bfa220e\"><strong><span data-css=\"tve-u-1602b324a9b\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"58\">67 E. 3rd Street</span></strong><span data-css=\"tve-u-1602b324a9c\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"57\"> </span><span data-css=\"tve-u-1602b324ab9\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"56\">Suite B New York, NY 10003</span></p><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-7370\" alt=\"\" width=\"64\" height=\"64\" title=\"phone\" data-id=\"7370\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/phone.png\" style=\"width: 100%;\"></span><p><a href=\"tel:#9548481911\" target=\"_blank\"><strong><span data-css=\"tve-u-1602b324a9b\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"43\">954-848-1911</span></strong></a></p>','Home','','inherit','closed','closed','','106-revision-v1','','','2018-09-09 03:19:02','2018-09-09 07:19:02','',106,'https://bestcerakoteflorida.com/106-revision-v1/',0,'revision','',0),(299,1,'2018-09-09 03:21:59','2018-09-09 07:21:59','<span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"292\"><img class=\"tve_image wp-image-290\" alt=\"\" width=\"751\" height=\"102\" title=\"Logo\" data-id=\"290\" src=\"//bestcerakoteflorida.com/wp-content/uploads/2018/09/Logo.png\" style=\"width: 100%;\"></span><p data-css=\"tve-u-15f002fa8f6\"><span data-css=\"tve-u-15f0034f748\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"282\"><a href=\"#whatwedo\">What We Do</a></span>&nbsp; &nbsp; <span data-css=\"tve-u-15f003606db\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"281\"><a href=\"#testimonials\">Testimonials</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f003655f8\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"280\"><a href=\"#aboutus\">About Us</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f00369f5e\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"279\"><a href=\"#getyourcoupon\">Get Your Coupon</a></span>&nbsp; &nbsp; <span data-css=\"tve-u-15f0064f814\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"278\"><a href=\"#areaweserve\">Area We Serve</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f003784ab\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"277\"><a href=\"#contact\">Contact</a></span></p><h1 data-css=\"tve-u-15ebe90cfb0\">Happy dogs =â€‹â€‹â€‹â€‹â€‹happâ€‹â€‹â€‹â€‹y owners</h1><p data-css=\"tve-u-15ebe905473\">Offer your dog a premium walking experience</p><h1 data-css=\"tve-u-15ebea42b31\" style=\"text-align: center;\">What We Do</h1><p data-css=\"tve-u-15ec2443105\" style=\"text-align: center;\">Our goal is to make sure the owners are comforted, the pups are exercised and happy and that we are getting our own puppy fixes. But letâ€™s be honest- itâ€™s their world, weâ€™re just living in it! As a small team of experienced dog owners and lovers, we really get to know you and your dog and we canguarantee consistent and personal care that is equal to your love and attention. We are so excited to make you a part of the family!</p><span class=\"tve_image_frame\" wfd-id=\"226\"><img class=\"tve_image wp-image-1596\" alt=\"\" width=\"55\" height=\"73\" title=\"what_do_icon_01\" data-id=\"1596\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_01.png\"></span><p data-css=\"tve-u-15ec2481d17\"><strong>First Class Care</strong></p><p data-css=\"tve-u-15ec2487407\">all the best for them</p><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi.</p><span class=\"tve_image_frame\" wfd-id=\"212\"><img class=\"tve_image wp-image-1597\" alt=\"\" width=\"73\" height=\"73\" title=\"what_do_icon_02\" data-id=\"1597\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_02.png\"></span><p data-css=\"tve-u-15ec2481d17\"><strong>Snacks Included</strong></p><p data-css=\"tve-u-15ec2487407\">for your little one</p><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p><span class=\"tve_image_frame\" wfd-id=\"202\"><img class=\"tve_image wp-image-1598\" alt=\"\" width=\"65\" height=\"73\" title=\"what_do_icon_03\" data-id=\"1598\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_03.png\"></span><p data-css=\"tve-u-15ec2481d17\"><strong>Regularly walks</strong></p><p data-css=\"tve-u-15ec2487407\">to keep them ealthy</p><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris.</p><p data-css=\"tve-u-15ec25610c7\"><span data-css=\"tve-u-15ec268a0a3\" style=\"font-size: 45px; color: rgb(89, 171, 227);\" wfd-id=\"186\"><span data-css=\"tve-u-15ec26760e9\" style=\"font-family: ABeeZee;\" wfd-id=\"187\">â€</span></span><span data-css=\"tve-u-15ec256b908\" style=\"font-family: &quot;Amatic SC&quot;;\" wfd-id=\"185\">&nbsp; &nbsp; &nbsp;</span><span data-css=\"tve-u-15ec2680494\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"183\"><span data-css=\"tve-u-15ec269379d\" style=\"font-size: 45px;\" wfd-id=\"184\">my chester enjoys being with them!</span> &nbsp; &nbsp;&nbsp;</span><span data-css=\"tve-u-15ec255fe12\" style=\"font-family: ABeeZee; font-weight: 400; color: rgb(89, 171, 227); font-size: 45px;\" wfd-id=\"182\">â€</span></p><p data-css=\"tve-u-160266880a0\">We LOVE going for walks with our friends at Paw! Donâ€™t tell our mom &amp; dad,but we get really excited when they leave for work because we know it wonâ€™t be long before we get a visit from one of our favorite friends at PawCity! Best part is, they always let our parents know how ourwalk went right away so they dont have to worry about us!</p><p data-css=\"tve-u-15ec269736c\">We love you PawCity!! xoxo</p><p data-css=\"tve-u-15ec26a92a2\"><strong>Anna Olson</strong>, Chesterâ€™s Mom</p><h1 data-css=\"tve-u-15ec26bd2e8\">About us</h1><p data-css=\"tve-u-15ec2443105\" style=\"text-align: center;\">At PawCity, we lead lives full of the unconditional love and happiness we receive from the furballs we get to spend time with everyday and we have this beautiful city and all the beautiful people in it to thank. We love you and your pups!!</p><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"152\"><img class=\"tve_image wp-image-7399\" alt=\"\" width=\"830\" height=\"775\" title=\"about_us_dog\" data-id=\"7399\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/about_us_dog.png\" style=\"width: 100%;\"></span><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"146\"><img class=\"tve_image wp-image-7404\" alt=\"\" width=\"64\" height=\"64\" title=\"dog_paw\" data-id=\"7404\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/dog_paw.png\" style=\"width: 100%;\"></span><p>We moved to New York City with our black bulldog rescue, Blakely, in 2007 after graduating from the University of Maryland. Immediately, we realized what a dog-crazy place it was.</p><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"138\"><img class=\"tve_image wp-image-7403\" alt=\"\" width=\"64\" height=\"64\" title=\"dog_house\" data-id=\"7403\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/dog_house.png\" style=\"width: 100%;\"></span><p>We knew right away that we wanted to work with the animals that we loved and that had given us so much love since we were little girls. We started PawCity Dog Walking in July of 2010.</p><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"130\"><img class=\"tve_image wp-image-7405\" alt=\"\" width=\"64\" height=\"64\" title=\"spinning_wheel\" data-id=\"7405\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/spinning_wheel.png\" style=\"width: 100%;\"></span><p>We cover the entire width of the East Side, from 96th Street to Delancey and handle every type of personality imaginable. At PawCity, we lead lives full of the unconditional love and happiness we receive from the furballs we get to spend time with everyday.</p><p data-css=\"tve-u-15ec2a6b447\"><span data-css=\"tve-u-15ec2a6d9d8\" wfd-id=\"114\"><strong>Get Your Coupon</strong></span></p><p data-css=\"tve-u-15ec2ab1d6d\"><span style=\"font-size: 18px;\" data-css=\"tve-u-165bd25b417\" wfd-id=\"109\"><span style=\"font-family: \'Special Elite\';\" data-css=\"tve-u-165bd25ab3b\" wfd-id=\"110\">We strive to keep both you and your pup as happy and comfortable as possible while youâ€™re out earning those big bucks.</span></span></p><p data-css=\"tve-u-15ec2ab1d82\"></p><p data-css=\"tve-u-15ec2aa8e2e\"><strong>Get <span data-css=\"tve-u-15ec2aafa24\" style=\"color: rgb(89, 171, 227);\" wfd-id=\"108\">20%</span> off your first walk. Enter your email and we\'ll send you your coupon.</strong></p><p data-css=\"tve-u-15ec2af6c4b\"><span data-css=\"tve-u-15ec2af6c4e\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"91\">area we serve</span></p><p>As a small team of experienced dog owners and lovers, we really get to know you and your dog and we canguarantee consistent and personal care that is equal to your love and attention.</p><p></p><p><strong><span data-css=\"tve-u-15ec2afed17\" style=\"color: rgb(89, 171, 227);\" wfd-id=\"85\">We are so excited to make you a part of the family!</span></strong></p><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"67\"><img class=\"tve_image wp-image-290\" alt=\"Blackhawk Custom Cerakote\" width=\"751\" height=\"102\" title=\"Logo\" data-id=\"290\" src=\"//bestcerakoteflorida.com/wp-content/uploads/2018/09/Logo.png\" style=\"width: 100%;\"></span><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-7369\" alt=\"\" width=\"64\" height=\"64\" title=\"location\" data-id=\"7369\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/location.png\" style=\"width: 100%;\"></span><p data-css=\"tve-u-1602bfa220e\"><strong><span data-css=\"tve-u-1602b324a9b\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"59\">67 E. 3rd Street</span></strong><span data-css=\"tve-u-1602b324a9c\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"58\"> </span><span data-css=\"tve-u-1602b324ab9\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"57\">Suite B New York, NY 10003</span></p><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-7370\" alt=\"\" width=\"64\" height=\"64\" title=\"phone\" data-id=\"7370\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/phone.png\" style=\"width: 100%;\"></span><p><a href=\"tel:#9548481911\" target=\"_blank\"><strong><span data-css=\"tve-u-1602b324a9b\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"44\">954-848-1911</span></strong></a></p>','Home','','inherit','closed','closed','','106-revision-v1','','','2018-09-09 03:21:59','2018-09-09 07:21:59','',106,'https://bestcerakoteflorida.com/106-revision-v1/',0,'revision','',0),(300,1,'2018-09-09 03:26:57','2018-09-09 07:26:57','<span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"246\"><img class=\"tve_image wp-image-290\" alt=\"\" width=\"751\" height=\"102\" title=\"Logo\" data-id=\"290\" src=\"//bestcerakoteflorida.com/wp-content/uploads/2018/09/Logo.png\" style=\"width: 100%;\"></span><p data-css=\"tve-u-15f002fa8f6\"><span data-css=\"tve-u-15f0034f748\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"236\"><a href=\"#whatwedo\">What We Do</a></span>&nbsp; &nbsp; <span data-css=\"tve-u-15f003606db\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"235\"><a href=\"#testimonials\">Testimonials</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f003655f8\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"234\"><a href=\"#aboutus\">About Us</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f00369f5e\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"233\"><a href=\"#getyourcoupon\">Get Your Coupon</a></span>&nbsp; &nbsp; <span data-css=\"tve-u-15f0064f814\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"232\"><a href=\"#areaweserve\">Area We Serve</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f003784ab\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"231\"><a href=\"#contact\">Contact</a></span></p><h1 data-css=\"tve-u-15ebe90cfb0\">Happy dogs =â€‹â€‹â€‹â€‹â€‹happâ€‹â€‹â€‹â€‹y owners</h1><p data-css=\"tve-u-15ebe905473\">Offer your dog a premium walking experience</p><h1 data-css=\"tve-u-15ebea42b31\" style=\"text-align: center;\">What We Do</h1><p data-css=\"tve-u-15ec2443105\" style=\"text-align: center;\">Our goal is to make sure the owners are comforted, the pups are exercised and happy and that we are getting our own puppy fixes. But letâ€™s be honest- itâ€™s their world, weâ€™re just living in it! As a small team of experienced dog owners and lovers, we really get to know you and your dog and we canguarantee consistent and personal care that is equal to your love and attention. We are so excited to make you a part of the family!</p><span class=\"tve_image_frame\" wfd-id=\"190\"><img class=\"tve_image wp-image-1596\" alt=\"\" width=\"55\" height=\"73\" title=\"what_do_icon_01\" data-id=\"1596\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_01.png\"></span><p data-css=\"tve-u-15ec2481d17\"><strong>First Class Care</strong></p><p data-css=\"tve-u-15ec2487407\">all the best for them</p><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi.</p><span class=\"tve_image_frame\" wfd-id=\"182\"><img class=\"tve_image wp-image-1597\" alt=\"\" width=\"73\" height=\"73\" title=\"what_do_icon_02\" data-id=\"1597\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_02.png\"></span><p data-css=\"tve-u-15ec2481d17\"><strong>Snacks Included</strong></p><p data-css=\"tve-u-15ec2487407\">for your little one</p><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p><span class=\"tve_image_frame\" wfd-id=\"174\"><img class=\"tve_image wp-image-1598\" alt=\"\" width=\"65\" height=\"73\" title=\"what_do_icon_03\" data-id=\"1598\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_03.png\"></span><p data-css=\"tve-u-15ec2481d17\"><strong>Regularly walks</strong></p><p data-css=\"tve-u-15ec2487407\">to keep them ealthy</p><p data-css=\"tve-u-15ec249b3f6\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris.</p><p data-css=\"tve-u-15ec25610c7\"><span data-css=\"tve-u-15ec268a0a3\" style=\"font-size: 45px; color: rgb(89, 171, 227);\" wfd-id=\"160\"><span data-css=\"tve-u-15ec26760e9\" style=\"font-family: ABeeZee;\" wfd-id=\"161\">â€</span></span><span data-css=\"tve-u-15ec256b908\" style=\"font-family: &quot;Amatic SC&quot;;\" wfd-id=\"159\">&nbsp; &nbsp; &nbsp;</span><span data-css=\"tve-u-15ec2680494\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"157\"><span data-css=\"tve-u-15ec269379d\" style=\"font-size: 45px;\" wfd-id=\"158\">my chester enjoys being with them!</span> &nbsp; &nbsp;&nbsp;</span><span data-css=\"tve-u-15ec255fe12\" style=\"font-family: ABeeZee; font-weight: 400; color: rgb(89, 171, 227); font-size: 45px;\" wfd-id=\"156\">â€</span></p><p data-css=\"tve-u-160266880a0\">We LOVE going for walks with our friends at Paw! Donâ€™t tell our mom &amp; dad,but we get really excited when they leave for work because we know it wonâ€™t be long before we get a visit from one of our favorite friends at PawCity! Best part is, they always let our parents know how ourwalk went right away so they dont have to worry about us!</p><p data-css=\"tve-u-15ec269736c\">We love you PawCity!! xoxo</p><p data-css=\"tve-u-15ec26a92a2\"><strong>Anna Olson</strong>, Chesterâ€™s Mom</p><h1 data-css=\"tve-u-15ec26bd2e8\">About us</h1><p data-css=\"tve-u-15ec2443105\" style=\"text-align: center;\">At PawCity, we lead lives full of the unconditional love and happiness we receive from the furballs we get to spend time with everyday and we have this beautiful city and all the beautiful people in it to thank. We love you and your pups!!</p><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"136\"><img class=\"tve_image wp-image-7399\" alt=\"\" width=\"830\" height=\"775\" title=\"about_us_dog\" data-id=\"7399\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/about_us_dog.png\" style=\"width: 100%;\"></span><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"130\"><img class=\"tve_image wp-image-7404\" alt=\"\" width=\"64\" height=\"64\" title=\"dog_paw\" data-id=\"7404\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/dog_paw.png\" style=\"width: 100%;\"></span><p>We moved to New York City with our black bulldog rescue, Blakely, in 2007 after graduating from the University of Maryland. Immediately, we realized what a dog-crazy place it was.</p><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"124\"><img class=\"tve_image wp-image-7403\" alt=\"\" width=\"64\" height=\"64\" title=\"dog_house\" data-id=\"7403\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/dog_house.png\" style=\"width: 100%;\"></span><p>We knew right away that we wanted to work with the animals that we loved and that had given us so much love since we were little girls. We started PawCity Dog Walking in July of 2010.</p><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"118\"><img class=\"tve_image wp-image-7405\" alt=\"\" width=\"64\" height=\"64\" title=\"spinning_wheel\" data-id=\"7405\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/spinning_wheel.png\" style=\"width: 100%;\"></span><p>We cover the entire width of the East Side, from 96th Street to Delancey and handle every type of personality imaginable. At PawCity, we lead lives full of the unconditional love and happiness we receive from the furballs we get to spend time with everyday.</p><p data-css=\"tve-u-15ec2a6b447\"><span data-css=\"tve-u-15ec2a6d9d8\" wfd-id=\"104\"><strong>Get Your Coupon</strong></span></p><p data-css=\"tve-u-15ec2ab1d6d\"><span data-css=\"tve-u-165bd25b417\" style=\"font-size: 18px;\" wfd-id=\"101\"><span data-css=\"tve-u-165bd25ab3b\" style=\"font-family: \'Special Elite\';\" wfd-id=\"102\">We strive to keep both you and your pup as happy and comfortable as possible while youâ€™re out earning those big bucks.</span></span></p><p data-css=\"tve-u-15ec2ab1d82\"></p><p data-css=\"tve-u-15ec2aa8e2e\"><strong>Get <span data-css=\"tve-u-15ec2aafa24\" style=\"color: rgb(89, 171, 227);\" wfd-id=\"100\">20%</span> off your first walk. Enter your email and we\'ll send you your coupon.</strong></p><p data-css=\"tve-u-15ec2af6c4b\"><span data-css=\"tve-u-15ec2af6c4e\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"85\">area we serve</span></p><p>As a small team of experienced dog owners and lovers, we really get to know you and your dog and we canguarantee consistent and personal care that is equal to your love and attention.</p><p></p><p><strong><span data-css=\"tve-u-15ec2afed17\" style=\"color: rgb(89, 171, 227);\" wfd-id=\"83\">We are so excited to make you a part of the family!</span></strong></p><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"69\"><img class=\"tve_image wp-image-290\" alt=\"Blackhawk Custom Cerakote\" width=\"751\" height=\"102\" title=\"Logo\" data-id=\"290\" src=\"//bestcerakoteflorida.com/wp-content/uploads/2018/09/Logo.png\" style=\"width: 100%;\"></span><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"63\"><img class=\"tve_image wp-image-7369\" alt=\"\" width=\"64\" height=\"64\" title=\"location\" data-id=\"7369\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/location.png\" style=\"width: 100%;\"></span><p data-css=\"tve-u-1602bfa220e\"><strong><span data-css=\"tve-u-1602b324a9b\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"60\">67 E. 3rd Street</span></strong><span data-css=\"tve-u-1602b324a9c\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"59\"> </span><span data-css=\"tve-u-1602b324ab9\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"58\">Suite B New York, NY 10003</span></p><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"49\"><img class=\"tve_image wp-image-7370\" alt=\"\" width=\"64\" height=\"64\" title=\"phone\" data-id=\"7370\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/phone.png\" style=\"width: 100%;\"></span><p><a href=\"tel:#9548481911\" target=\"_blank\"><strong><span data-css=\"tve-u-1602b324a9b\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"46\">954-848-1911</span></strong></a></p>','Home','','inherit','closed','closed','','106-revision-v1','','','2018-09-09 03:26:57','2018-09-09 07:26:57','',106,'https://bestcerakoteflorida.com/106-revision-v1/',0,'revision','',0),(302,1,'2018-09-13 02:05:54','2018-09-13 06:05:54','<span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"191\"><img class=\"tve_image wp-image-290\" alt=\"\" width=\"751\" height=\"102\" title=\"Logo\" data-id=\"290\" src=\"//bestcerakoteflorida.com/wp-content/uploads/2018/09/Logo.png\" style=\"width: 100%;\"></span><p data-css=\"tve-u-15f002fa8f6\"><span data-css=\"tve-u-15f0034f748\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"181\"><a href=\"#whatwedo\">What We Do</a></span>&nbsp; &nbsp; <span data-css=\"tve-u-15f003606db\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"180\"><a href=\"#testimonials\">Testimonials</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f003655f8\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"179\"><a href=\"#aboutus\">About Us</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f00369f5e\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"178\"><a href=\"#getyourcoupon\">Get Your Coupon</a></span>&nbsp; &nbsp; <span data-css=\"tve-u-15f0064f814\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"177\"><a href=\"#areaweserve\">Area We Serve</a></span>&nbsp; &nbsp;<span data-css=\"tve-u-15f003784ab\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"176\"><a href=\"#contact\">Contact</a></span></p><h1 data-css=\"tve-u-15ebe90cfb0\">Happy dogs =â€‹â€‹â€‹â€‹â€‹happâ€‹â€‹â€‹â€‹y owners</h1><p data-css=\"tve-u-15ebe905473\">Offer your dog a premium walking experience</p><h1 data-css=\"tve-u-15ebea42b31\" style=\"text-align: center;\">What We Do</h1><p data-css=\"tve-u-15ec2443105\" style=\"text-align: center;\">Our goal is to make sure the owners are comforted, the pups are exercised and happy and that we are getting our own puppy fixes. But letâ€™s be honest- itâ€™s their world, weâ€™re just living in it! As a small team of experienced dog owners and lovers, we really get to know you and your dog and we canguarantee consistent and personal care that is equal to your love and attention. We are so excited to make you a part of the family!</p><p data-css=\"tve-u-15ec25610c7\"><span data-css=\"tve-u-15ec268a0a3\" style=\"font-size: 45px; color: rgb(89, 171, 227);\" wfd-id=\"129\"><span data-css=\"tve-u-15ec26760e9\" style=\"font-family: ABeeZee;\" wfd-id=\"130\">â€</span></span><span data-css=\"tve-u-15ec256b908\" style=\"font-family: &quot;Amatic SC&quot;;\" wfd-id=\"128\">&nbsp; &nbsp; &nbsp;</span><span data-css=\"tve-u-15ec2680494\" style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"126\"><span data-css=\"tve-u-15ec269379d\" style=\"font-size: 45px;\" wfd-id=\"127\">my chester enjoys being with them!</span> &nbsp; &nbsp;&nbsp;</span><span data-css=\"tve-u-15ec255fe12\" style=\"font-family: ABeeZee; font-weight: 400; color: rgb(89, 171, 227); font-size: 45px;\" wfd-id=\"125\">â€</span></p><p data-css=\"tve-u-160266880a0\">We LOVE going for walks with our friends at Paw! Donâ€™t tell our mom &amp; dad,but we get really excited when they leave for work because we know it wonâ€™t be long before we get a visit from one of our favorite friends at PawCity! Best part is, they always let our parents know how ourwalk went right away so they dont have to worry about us!</p><p data-css=\"tve-u-15ec269736c\">We love you PawCity!! xoxo</p><p data-css=\"tve-u-15ec26a92a2\"><strong>Anna Olson</strong>, Chesterâ€™s Mom</p><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"108\"><img class=\"tve_image wp-image-7399\" alt=\"\" width=\"830\" height=\"775\" title=\"about_us_dog\" data-id=\"7399\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/about_us_dog.png\" style=\"width: 100%;\"></span><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"102\"><img class=\"tve_image wp-image-7404\" alt=\"\" width=\"64\" height=\"64\" title=\"dog_paw\" data-id=\"7404\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/dog_paw.png\" style=\"width: 100%;\"></span><p>We moved to New York City with our black bulldog rescue, Blakely, in 2007 after graduating from the University of Maryland. Immediately, we realized what a dog-crazy place it was.</p><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"96\"><img class=\"tve_image wp-image-7403\" alt=\"\" width=\"64\" height=\"64\" title=\"dog_house\" data-id=\"7403\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/dog_house.png\" style=\"width: 100%;\"></span><p>We knew right away that we wanted to work with the animals that we loved and that had given us so much love since we were little girls. We started PawCity Dog Walking in July of 2010.</p><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"88\"><img class=\"tve_image wp-image-7405\" alt=\"\" width=\"64\" height=\"64\" title=\"spinning_wheel\" data-id=\"7405\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/spinning_wheel.png\" style=\"width: 100%;\"></span><p>We cover the entire width of the East Side, from 96th Street to Delancey and handle every type of personality imaginable. At PawCity, we lead lives full of the unconditional love and happiness we receive from the furballs we get to spend time with everyday.</p><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"73\"><img class=\"tve_image wp-image-290\" alt=\"Blackhawk Custom Cerakote\" width=\"751\" height=\"102\" title=\"Logo\" data-id=\"290\" src=\"//bestcerakoteflorida.com/wp-content/uploads/2018/09/Logo.png\" style=\"width: 100%;\"></span><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"67\"><img class=\"tve_image wp-image-7369\" alt=\"\" width=\"64\" height=\"64\" title=\"location\" data-id=\"7369\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/location.png\" style=\"width: 100%;\"></span><p data-css=\"tve-u-1602bfa220e\"><strong><span data-css=\"tve-u-1602b324a9b\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"64\">67 E. 3rd Street</span></strong><span data-css=\"tve-u-1602b324a9c\" style=\"color: rgb(74, 163, 223);\" wfd-id=\"63\"> </span><span data-css=\"tve-u-1602b324ab9\" style=\"color: rgb(255, 255, 255);\" wfd-id=\"62\">Suite B New York, NY 10003</span></p><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"52\"><img class=\"tve_image wp-image-282\" alt=\"\" width=\"300\" height=\"275\" title=\"CertifiedLogo\" data-id=\"282\" src=\"//bestcerakoteflorida.com/wp-content/uploads/2018/09/CertifiedLogo-300x275.png\" style=\"width: 100%;\"></span><p data-css=\"tve-u-165bd50a2bd\">â€‹954-848-1911<span data-css=\"tve-u-165d188fb6d\" wfd-id=\"47\"></span></p>','Home','','inherit','closed','closed','','106-revision-v1','','','2018-09-13 02:05:54','2018-09-13 06:05:54','',106,'https://bestcerakoteflorida.com/106-revision-v1/',0,'revision','',0),(303,1,'2018-09-13 03:26:38','2018-09-13 07:26:38','','Lightbox - Home (Flat 2.0 Homepage)','','publish','closed','closed','','lightbox-home-flat-2-0-homepage','','','2018-09-13 03:26:38','2018-09-13 07:26:38','',0,'https://bestcerakoteflorida.com/?tcb_lightbox=lightbox-home-flat-2-0-homepage',0,'tcb_lightbox','',0),(304,1,'2018-09-13 03:53:55','2018-09-13 07:53:55','','Lightbox - Home (ClickJournalist Sales Page)','','publish','closed','closed','','lightbox-home-clickjournalist-sales-page','','','2018-09-13 03:53:55','2018-09-13 07:53:55','',0,'https://bestcerakoteflorida.com/?tcb_lightbox=lightbox-home-clickjournalist-sales-page',0,'tcb_lightbox','',0),(313,1,'2018-09-17 02:31:16','2018-09-17 06:31:16','<h2 data-css=\"tve-u-165e62d8c6d\">Terms &amp; Conditions</h2><p>TERMS OF SERVICE-----OVERVIEWThis website is operated by Blackhawk Custom, LLC. Throughout the site, the terms â€œweâ€, â€œusâ€ and â€œourâ€ refer to Blackhawk Custom, LLC. Blackhawk Custom, LLC offers this website, including all information, tools and services available from this site to you, the user, conditioned upon your acceptance of all terms, conditions, policies and notices stated here.By visiting our site and/ or purchasing something from us, you engage in our â€œServiceâ€ and agree to be bound by the following terms and conditions (â€œTerms of Serviceâ€, â€œTermsâ€), including those additional terms, conditions, and policies referenced herein and/or available by hyperlink. These Terms of Service apply to all users of the site, including without limitation users who are browsers, vendors, customers, merchants, and/ or contributors of content.Please read these Terms of Service carefully before accessing or using our website. By accessing or using any part of the site, you agree to be bound by these Terms of Service. If you do not agree to all the terms and conditions of this agreement, then you may not access the website or use any services. If these Terms of Service are considered an offer, acceptance is expressly limited to these Terms of Service.Any new features or tools which are added to the current store shall also be subject to the Terms of Service. You can review the most current version of the Terms of Service at any time on this page. We reserve the right to update, change or replace any part of these Terms of Service by posting updates and/or changes to our website. It is your responsibility to check this page periodically for changes. Your continued use of or access to the website following the posting of any changes constitutes acceptance of those changes.SECTION 1 - ONLINE STORE TERMSBy agreeing to these Terms of Service, you represent that you are at least the age of majority in your state or province of residence, or that you are the age of majority in your state or province of residence and you have given us your consent to allow any of your minor dependents to use this site.You may not use our products for any illegal or unauthorized purpose nor may you, in the use of the Service, violate any laws in your jurisdiction (including but not limited to copyright laws).You must not transmit any worms or viruses or any code of a destructive nature.A breach or violation of any of the Terms will result in an immediate termination of your Services.SECTION 2 - GENERAL CONDITIONSWe reserve the right to refuse service to anyone for any reason at any time.You understand that your content (not including credit card information), may be transferred unencrypted and involve (a) transmissions over various networks; and (b) changes to conform and adapt to technical requirements of connecting networks or devices. Credit card information is always encrypted during transfer over networks.You agree not to reproduce, duplicate, copy, sell, resell or exploit any portion of the Service, use of the Service, or access to the Service or any contact on the website through which the service is provided, without express written permission by us.The headings used in this agreement are included for convenience only and will not limit or otherwise affect these Terms.SECTION 3 - ACCURACY, COMPLETENESS AND TIMELINESS OF INFORMATIONWe are not responsible if information made available on this site is not accurate, complete or current. The material on this site is provided for general information only and should not be relied upon or used as the sole basis for making decisions without consulting primary, more accurate, more complete or more timely sources of information. Any reliance on the material on this site is at your own risk.This site may contain certain historical information. Historical information, necessarily, is not current and is provided for your reference only. We reserve the right to modify the contents of this site at any time, but we have no obligation to update any information on our site. You agree that it is your responsibility to monitor changes to our site.SECTION 4 - MODIFICATIONS TO THE SERVICE AND PRICESThe prices for our products are subject to change without notice.We reserve the right at any time to modify or discontinue the Service (or any part or content thereof) without notice at any time.We shall not be liable to you or to any third-party for any modification, price change, suspension or discontinuance of the Service.SECTION 5 - PRODUCTS OR SERVICES (if applicable)Certain products or services may be available exclusively online through the website. These products or services may have limited quantities and are subject to return or exchange only according to our Return Policy.We have made every effort to display as accurately as possible the colors and images of our products that appear at the store. We cannot guarantee that your computer monitor\'s display of any color will be accurate.We reserve the right, but are not obligated, to limit the sales of our products or Services to any person, geographic region or jurisdiction. We may exercise this right on a case-by-case basis. We reserve the right to limit the quantities of any products or services that we offer. All descriptions of products or product pricing are subject to change at anytime without notice, at the sole discretion of us. We reserve the right to discontinue any product at any time. Any offer for any product or service made on this site is void where prohibited.We do not warrant that the quality of any products, services, information, or other material purchased or obtained by you will meet your expectations, or that any errors in the Service will be corrected.SECTION 6 - ACCURACY OF BILLING AND ACCOUNT INFORMATIONWe reserve the right to refuse any order you place with us. We may, in our sole discretion, limit or cancel quantities purchased per person, per household or per order. These restrictions may include orders placed by or under the same customer account, the same credit card, and/or orders that use the same billing and/or shipping address. In the event that we make a change to or cancel an order, we may attempt to notify you by contacting the e-mail and/or billing address/phone number provided at the time the order was made. We reserve the right to limit or prohibit orders that, in our sole judgment, appear to be placed by dealers, resellers or distributors.You agree to provide current, complete and accurate purchase and account information for all purchases made at our store. You agree to promptly update your account and other information, including your email address and credit card numbers and expiration dates, so that we can complete your transactions and contact you as needed.For more detail, please review our Returns Policy.SECTION 7 - OPTIONAL TOOLSWe may provide you with access to third-party tools over which we neither monitor nor have any control nor input.You acknowledge and agree that we provide access to such tools â€as isâ€ and â€œas availableâ€ without any warranties, representations or conditions of any kind and without any endorsement. We shall have no liability whatsoever arising from or relating to your use of optional third-party tools.Any use by you of optional tools offered through the site is entirely at your own risk and discretion and you should ensure that you are familiar with and approve of the terms on which tools are provided by the relevant third-party provider(s).We may also, in the future, offer new services and/or features through the website (including, the release of new tools and resources). Such new features and/or services shall also be subject to these Terms of Service.SECTION 8 - THIRD-PARTY LINKSCertain content, products and services available via our Service may include materials from third-parties.Third-party links on this site may direct you to third-party websites that are not affiliated with us. We are not responsible for examining or evaluating the content or accuracy and we do not warrant and will not have any liability or responsibility for any third-party materials or websites, or for any other materials, products, or services of third-parties.We are not liable for any harm or damages related to the purchase or use of goods, services, resources, content, or any other transactions made in connection with any third-party websites. Please review carefully the third-party\'s policies and practices and make sure you understand them before you engage in any transaction. Complaints, claims, concerns, or questions regarding third-party products should be directed to the third-party.SECTION 9 - USER COMMENTS, FEEDBACK AND OTHER SUBMISSIONSIf, at our request, you send certain specific submissions (for example contest entries) or without a request from us you send creative ideas, suggestions, proposals, plans, or other materials, whether online, by email, by postal mail, or otherwise (collectively, \'comments\'), you agree that we may, at any time, without restriction, edit, copy, publish, distribute, translate and otherwise use in any medium any comments that you forward to us. We are and shall be under no obligation (1) to maintain any comments in confidence; (2) to pay compensation for any comments; or (3) to respond to any comments.We may, but have no obligation to, monitor, edit or remove content that we determine in our sole discretion are unlawful, offensive, threatening, libelous, defamatory, pornographic, obscene or otherwise objectionable or violates any partyâ€™s intellectual property or these Terms of Service.You agree that your comments will not violate any right of any third-party, including copyright, trademark, privacy, personality or other personal or proprietary right. You further agree that your comments will not contain libelous or otherwise unlawful, abusive or obscene material, or contain any computer virus or other malware that could in any way affect the operation of the Service or any related website. You may not use a false e-mail address, pretend to be someone other than yourself, or otherwise mislead us or third-parties as to the origin of any comments. You are solely responsible for any comments you make and their accuracy. We take no responsibility and assume no liability for any comments posted by you or any third-party.SECTION 10 - PERSONAL INFORMATIONYour submission of personal information through the store is governed by our Privacy Policy. To view our Privacy Policy.SECTION 11 - ERRORS, INACCURACIES AND OMISSIONSOccasionally there may be information on our site or in the Service that contains typographical errors, inaccuracies or omissions that may relate to product descriptions, pricing, promotions, offers, product shipping charges, transit times and availability. We reserve the right to correct any errors, inaccuracies or omissions, and to change or update information or cancel orders if any information in the Service or on any related website is inaccurate at any time without prior notice (including after you have submitted your order).We undertake no obligation to update, amend or clarify information in the Service or on any related website, including without limitation, pricing information, except as required by law. No specified update or refresh date applied in the Service or on any related website, should be taken to indicate that all information in the Service or on any related website has been modified or updated.SECTION 12 - PROHIBITED USESIn addition to other prohibitions as set forth in the Terms of Service, you are prohibited from using the site or its content: (a) for any unlawful purpose; (b) to solicit others to perform or participate in any unlawful acts; (c) to violate any international, federal, provincial or state regulations, rules, laws, or local ordinances; (d) to infringe upon or violate our intellectual property rights or the intellectual property rights of others; (e) to harass, abuse, insult, harm, defame, slander, disparage, intimidate, or discriminate based on gender, sexual orientation, religion, ethnicity, race, age, national origin, or disability; (f) to submit false or misleading information; (g) to upload or transmit viruses or any other type of malicious code that will or may be used in any way that will affect the functionality or operation of the Service or of any related website, other websites, or the Internet; (h) to collect or track the personal information of others; (i) to spam, phish, pharm, pretext, spider, crawl, or scrape; (j) for any obscene or immoral purpose; or (k) to interfere with or circumvent the security features of the Service or any related website, other websites, or the Internet. We reserve the right to terminate your use of the Service or any related website for violating any of the prohibited uses.SECTION 13 - DISCLAIMER OF WARRANTIES; LIMITATION OF LIABILITYWe do not guarantee, represent or warrant that your use of our service will be uninterrupted, timely, secure or error-free.We do not warrant that the results that may be obtained from the use of the service will be accurate or reliable.You agree that from time to time we may remove the service for indefinite periods of time or cancel the service at any time, without notice to you.You expressly agree that your use of, or inability to use, the service is at your sole risk. The service and all products and services delivered to you through the service are (except as expressly stated by us) provided \'as is\' and \'as available\' for your use, without any representation, warranties or conditions of any kind, either express or implied, including all implied warranties or conditions of merchantability, merchantable quality, fitness for a particular purpose, durability, title, and non-infringement.In no case shall Blackhawk Custom, LLC, our directors, officers, employees, affiliates, agents, contractors, interns, suppliers, service providers or licensors be liable for any injury, loss, claim, or any direct, indirect, incidental, punitive, special, or consequential damages of any kind, including, without limitation lost profits, lost revenue, lost savings, loss of data, replacement costs, or any similar damages, whether based in contract, tort (including negligence), strict liability or otherwise, arising from your use of any of the service or any products procured using the service, or for any other claim related in any way to your use of the service or any product, including, but not limited to, any errors or omissions in any content, or any loss or damage of any kind incurred as a result of the use of the service or any content (or product) posted, transmitted, or otherwise made available via the service, even if advised of their possibility. Because some states or jurisdictions do not allow the exclusion or the limitation of liability for consequential or incidental damages, in such states or jurisdictions, our liability shall be limited to the maximum extent permitted by law.SECTION 14 - INDEMNIFICATIONYou agree to indemnify, defend and hold harmless Blackhawk Custom, LLC and our parent, subsidiaries, affiliates, partners, officers, directors, agents, contractors, licensors, service providers, subcontractors, suppliers, interns and employees, harmless from any claim or demand, including reasonable attorneysâ€™ fees, made by any third-party due to or arising out of your breach of these Terms of Service or the documents they incorporate by reference, or your violation of any law or the rights of a third-party.SECTION 15 - SEVERABILITYIn the event that any provision of these Terms of Service is determined to be unlawful, void or unenforceable, such provision shall nonetheless be enforceable to the fullest extent permitted by applicable law, and the unenforceable portion shall be deemed to be severed from these Terms of Service, such determination shall not affect the validity and enforceability of any other remaining provisions.SECTION 16 - TERMINATIONThe obligations and liabilities of the parties incurred prior to the termination date shall survive the termination of this agreement for all purposes.These Terms of Service are effective unless and until terminated by either you or us. You may terminate these Terms of Service at any time by notifying us that you no longer wish to use our Services, or when you cease using our site.If in our sole judgment you fail, or we suspect that you have failed, to comply with any term or provision of these Terms of Service, we also may terminate this agreement at any time without notice and you will remain liable for all amounts due up to and including the date of termination; and/or accordingly may deny you access to our Services (or any part thereof).SECTION 17 - ENTIRE AGREEMENTThe failure of us to exercise or enforce any right or provision of these Terms of Service shall not constitute a waiver of such right or provision.These Terms of Service and any policies or operating rules posted by us on this site or in respect to The Service constitutes the entire agreement and understanding between you and us and govern your use of the Service, superseding any prior or contemporaneous agreements, communications and proposals, whether oral or written, between you and us (including, but not limited to, any prior versions of the Terms of Service).Any ambiguities in the interpretation of these Terms of Service shall not be construed against the drafting party.SECTION 18 - GOVERNING LAWThese Terms of Service and any separate agreements whereby we provide you Services shall be governed by and construed in accordance with the laws of 825 South Kings Highway, Fort Pierce, FL 34945.SECTION 19 - CHANGES TO TERMS OF SERVICEYou can review the most current version of the Terms of Service at any time at this page.We reserve the right, at our sole discretion, to update, change or replace any part of these Terms of Service by posting updates and changes to our website. It is your responsibility to check our website periodically for changes. Your continued use of or access to our website or the Service following the posting of any changes to these Terms of Service constitutes acceptance of those changes.SECTION 20 - CONTACT INFORMATIONQuestions about the Terms of Service should be sent to us at <a href=\"mailto:admin@blackhawkcustom.com\" target=\"_blank\">admin@blackhawkcustom.com</a></p>','Terms And Conditions','','inherit','closed','closed','','95-revision-v1','','','2018-09-17 02:31:16','2018-09-17 06:31:16','',95,'https://bestcerakoteflorida.com/95-revision-v1/',0,'revision','',0),(314,1,'2018-09-17 02:32:44','2018-09-17 06:32:44','<h1 data-css=\"tve-u-16035acf904\"><strong>H1 Heading Example</strong> Lorem Ipsum Dolor</h1><p data-css=\"tve-u-165d705c7ac\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi semper vulputate tincidunt. Mauris sodales vitae ipsum nec porta. Mauris lacus odio, congue eget justo nec, eleifend pellentesque orci. Interdum et malesuada fames ac ante ipsum primis in faucibus. Ut facilisis nibh eget ex maximus, at egestas orci faucibus.</p><h2 data-css=\"tve-u-165d704ec24\">Your Heading Here H2</h2><h3 data-css=\"tve-u-165d70538a3\">Your Heading Here H3</h3><h4 data-css=\"tve-u-165d70581f6\">Your Heading Here H4</h4><p>Copyright text and footer links.</p>','Home','','inherit','closed','closed','','106-revision-v1','','','2018-09-17 02:32:44','2018-09-17 06:32:44','',106,'https://bestcerakoteflorida.com/106-revision-v1/',0,'revision','',0),(315,1,'2018-09-17 02:34:14','2018-09-17 06:34:14','<h2 data-css=\"tve-u-165e62d8c6d\">Terms &amp; Conditions</h2><p>TERMS OF SERVICE-----OVERVIEWThis website is operated by Blackhawk Custom, LLC. Throughout the site, the terms â€œweâ€, â€œusâ€ and â€œourâ€ refer to Blackhawk Custom, LLC. Blackhawk Custom, LLC offers this website, including all information, tools and services available from this site to you, the user, conditioned upon your acceptance of all terms, conditions, policies and notices stated here.By visiting our site and/ or purchasing something from us, you engage in our â€œServiceâ€ and agree to be bound by the following terms and conditions (â€œTerms of Serviceâ€, â€œTermsâ€), including those additional terms, conditions, and policies referenced herein and/or available by hyperlink. These Terms of Service apply to all users of the site, including without limitation users who are browsers, vendors, customers, merchants, and/ or contributors of content.Please read these Terms of Service carefully before accessing or using our website. By accessing or using any part of the site, you agree to be bound by these Terms of Service. If you do not agree to all the terms and conditions of this agreement, then you may not access the website or use any services. If these Terms of Service are considered an offer, acceptance is expressly limited to these Terms of Service.Any new features or tools which are added to the current store shall also be subject to the Terms of Service. You can review the most current version of the Terms of Service at any time on this page. We reserve the right to update, change or replace any part of these Terms of Service by posting updates and/or changes to our website. It is your responsibility to check this page periodically for changes. Your continued use of or access to the website following the posting of any changes constitutes acceptance of those changes.SECTION 1 - ONLINE STORE TERMSBy agreeing to these Terms of Service, you represent that you are at least the age of majority in your state or province of residence, or that you are the age of majority in your state or province of residence and you have given us your consent to allow any of your minor dependents to use this site.You may not use our products for any illegal or unauthorized purpose nor may you, in the use of the Service, violate any laws in your jurisdiction (including but not limited to copyright laws).You must not transmit any worms or viruses or any code of a destructive nature.A breach or violation of any of the Terms will result in an immediate termination of your Services.SECTION 2 - GENERAL CONDITIONSWe reserve the right to refuse service to anyone for any reason at any time.You understand that your content (not including credit card information), may be transferred unencrypted and involve (a) transmissions over various networks; and (b) changes to conform and adapt to technical requirements of connecting networks or devices. Credit card information is always encrypted during transfer over networks.You agree not to reproduce, duplicate, copy, sell, resell or exploit any portion of the Service, use of the Service, or access to the Service or any contact on the website through which the service is provided, without express written permission by us.The headings used in this agreement are included for convenience only and will not limit or otherwise affect these Terms.SECTION 3 - ACCURACY, COMPLETENESS AND TIMELINESS OF INFORMATIONWe are not responsible if information made available on this site is not accurate, complete or current. The material on this site is provided for general information only and should not be relied upon or used as the sole basis for making decisions without consulting primary, more accurate, more complete or more timely sources of information. Any reliance on the material on this site is at your own risk.This site may contain certain historical information. Historical information, necessarily, is not current and is provided for your reference only. We reserve the right to modify the contents of this site at any time, but we have no obligation to update any information on our site. You agree that it is your responsibility to monitor changes to our site.SECTION 4 - MODIFICATIONS TO THE SERVICE AND PRICESThe prices for our products are subject to change without notice.We reserve the right at any time to modify or discontinue the Service (or any part or content thereof) without notice at any time.We shall not be liable to you or to any third-party for any modification, price change, suspension or discontinuance of the Service.SECTION 5 - PRODUCTS OR SERVICES (if applicable)Certain products or services may be available exclusively online through the website. These products or services may have limited quantities and are subject to return or exchange only according to our Return Policy.We have made every effort to display as accurately as possible the colors and images of our products that appear at the store. We cannot guarantee that your computer monitor\'s display of any color will be accurate.We reserve the right, but are not obligated, to limit the sales of our products or Services to any person, geographic region or jurisdiction. We may exercise this right on a case-by-case basis. We reserve the right to limit the quantities of any products or services that we offer. All descriptions of products or product pricing are subject to change at anytime without notice, at the sole discretion of us. We reserve the right to discontinue any product at any time. Any offer for any product or service made on this site is void where prohibited.We do not warrant that the quality of any products, services, information, or other material purchased or obtained by you will meet your expectations, or that any errors in the Service will be corrected.SECTION 6 - ACCURACY OF BILLING AND ACCOUNT INFORMATIONWe reserve the right to refuse any order you place with us. We may, in our sole discretion, limit or cancel quantities purchased per person, per household or per order. These restrictions may include orders placed by or under the same customer account, the same credit card, and/or orders that use the same billing and/or shipping address. In the event that we make a change to or cancel an order, we may attempt to notify you by contacting the e-mail and/or billing address/phone number provided at the time the order was made. We reserve the right to limit or prohibit orders that, in our sole judgment, appear to be placed by dealers, resellers or distributors.You agree to provide current, complete and accurate purchase and account information for all purchases made at our store. You agree to promptly update your account and other information, including your email address and credit card numbers and expiration dates, so that we can complete your transactions and contact you as needed.For more detail, please review our Returns Policy.SECTION 7 - OPTIONAL TOOLSWe may provide you with access to third-party tools over which we neither monitor nor have any control nor input.You acknowledge and agree that we provide access to such tools â€as isâ€ and â€œas availableâ€ without any warranties, representations or conditions of any kind and without any endorsement. We shall have no liability whatsoever arising from or relating to your use of optional third-party tools.Any use by you of optional tools offered through the site is entirely at your own risk and discretion and you should ensure that you are familiar with and approve of the terms on which tools are provided by the relevant third-party provider(s).We may also, in the future, offer new services and/or features through the website (including, the release of new tools and resources). Such new features and/or services shall also be subject to these Terms of Service.SECTION 8 - THIRD-PARTY LINKSCertain content, products and services available via our Service may include materials from third-parties.Third-party links on this site may direct you to third-party websites that are not affiliated with us. We are not responsible for examining or evaluating the content or accuracy and we do not warrant and will not have any liability or responsibility for any third-party materials or websites, or for any other materials, products, or services of third-parties.We are not liable for any harm or damages related to the purchase or use of goods, services, resources, content, or any other transactions made in connection with any third-party websites. Please review carefully the third-party\'s policies and practices and make sure you understand them before you engage in any transaction. Complaints, claims, concerns, or questions regarding third-party products should be directed to the third-party.SECTION 9 - USER COMMENTS, FEEDBACK AND OTHER SUBMISSIONSIf, at our request, you send certain specific submissions (for example contest entries) or without a request from us you send creative ideas, suggestions, proposals, plans, or other materials, whether online, by email, by postal mail, or otherwise (collectively, \'comments\'), you agree that we may, at any time, without restriction, edit, copy, publish, distribute, translate and otherwise use in any medium any comments that you forward to us. We are and shall be under no obligation (1) to maintain any comments in confidence; (2) to pay compensation for any comments; or (3) to respond to any comments.We may, but have no obligation to, monitor, edit or remove content that we determine in our sole discretion are unlawful, offensive, threatening, libelous, defamatory, pornographic, obscene or otherwise objectionable or violates any partyâ€™s intellectual property or these Terms of Service.You agree that your comments will not violate any right of any third-party, including copyright, trademark, privacy, personality or other personal or proprietary right. You further agree that your comments will not contain libelous or otherwise unlawful, abusive or obscene material, or contain any computer virus or other malware that could in any way affect the operation of the Service or any related website. You may not use a false e-mail address, pretend to be someone other than yourself, or otherwise mislead us or third-parties as to the origin of any comments. You are solely responsible for any comments you make and their accuracy. We take no responsibility and assume no liability for any comments posted by you or any third-party.SECTION 10 - PERSONAL INFORMATIONYour submission of personal information through the store is governed by our Privacy Policy. To view our Privacy Policy.SECTION 11 - ERRORS, INACCURACIES AND OMISSIONSOccasionally there may be information on our site or in the Service that contains typographical errors, inaccuracies or omissions that may relate to product descriptions, pricing, promotions, offers, product shipping charges, transit times and availability. We reserve the right to correct any errors, inaccuracies or omissions, and to change or update information or cancel orders if any information in the Service or on any related website is inaccurate at any time without prior notice (including after you have submitted your order).We undertake no obligation to update, amend or clarify information in the Service or on any related website, including without limitation, pricing information, except as required by law. No specified update or refresh date applied in the Service or on any related website, should be taken to indicate that all information in the Service or on any related website has been modified or updated.SECTION 12 - PROHIBITED USESIn addition to other prohibitions as set forth in the Terms of Service, you are prohibited from using the site or its content: (a) for any unlawful purpose; (b) to solicit others to perform or participate in any unlawful acts; (c) to violate any international, federal, provincial or state regulations, rules, laws, or local ordinances; (d) to infringe upon or violate our intellectual property rights or the intellectual property rights of others; (e) to harass, abuse, insult, harm, defame, slander, disparage, intimidate, or discriminate based on gender, sexual orientation, religion, ethnicity, race, age, national origin, or disability; (f) to submit false or misleading information; (g) to upload or transmit viruses or any other type of malicious code that will or may be used in any way that will affect the functionality or operation of the Service or of any related website, other websites, or the Internet; (h) to collect or track the personal information of others; (i) to spam, phish, pharm, pretext, spider, crawl, or scrape; (j) for any obscene or immoral purpose; or (k) to interfere with or circumvent the security features of the Service or any related website, other websites, or the Internet. We reserve the right to terminate your use of the Service or any related website for violating any of the prohibited uses.SECTION 13 - DISCLAIMER OF WARRANTIES; LIMITATION OF LIABILITYWe do not guarantee, represent or warrant that your use of our service will be uninterrupted, timely, secure or error-free.We do not warrant that the results that may be obtained from the use of the service will be accurate or reliable.You agree that from time to time we may remove the service for indefinite periods of time or cancel the service at any time, without notice to you.You expressly agree that your use of, or inability to use, the service is at your sole risk. The service and all products and services delivered to you through the service are (except as expressly stated by us) provided \'as is\' and \'as available\' for your use, without any representation, warranties or conditions of any kind, either express or implied, including all implied warranties or conditions of merchantability, merchantable quality, fitness for a particular purpose, durability, title, and non-infringement.In no case shall Blackhawk Custom, LLC, our directors, officers, employees, affiliates, agents, contractors, interns, suppliers, service providers or licensors be liable for any injury, loss, claim, or any direct, indirect, incidental, punitive, special, or consequential damages of any kind, including, without limitation lost profits, lost revenue, lost savings, loss of data, replacement costs, or any similar damages, whether based in contract, tort (including negligence), strict liability or otherwise, arising from your use of any of the service or any products procured using the service, or for any other claim related in any way to your use of the service or any product, including, but not limited to, any errors or omissions in any content, or any loss or damage of any kind incurred as a result of the use of the service or any content (or product) posted, transmitted, or otherwise made available via the service, even if advised of their possibility. Because some states or jurisdictions do not allow the exclusion or the limitation of liability for consequential or incidental damages, in such states or jurisdictions, our liability shall be limited to the maximum extent permitted by law.SECTION 14 - INDEMNIFICATIONYou agree to indemnify, defend and hold harmless Blackhawk Custom, LLC and our parent, subsidiaries, affiliates, partners, officers, directors, agents, contractors, licensors, service providers, subcontractors, suppliers, interns and employees, harmless from any claim or demand, including reasonable attorneysâ€™ fees, made by any third-party due to or arising out of your breach of these Terms of Service or the documents they incorporate by reference, or your violation of any law or the rights of a third-party.SECTION 15 - SEVERABILITYIn the event that any provision of these Terms of Service is determined to be unlawful, void or unenforceable, such provision shall nonetheless be enforceable to the fullest extent permitted by applicable law, and the unenforceable portion shall be deemed to be severed from these Terms of Service, such determination shall not affect the validity and enforceability of any other remaining provisions.SECTION 16 - TERMINATIONThe obligations and liabilities of the parties incurred prior to the termination date shall survive the termination of this agreement for all purposes.These Terms of Service are effective unless and until terminated by either you or us. You may terminate these Terms of Service at any time by notifying us that you no longer wish to use our Services, or when you cease using our site.If in our sole judgment you fail, or we suspect that you have failed, to comply with any term or provision of these Terms of Service, we also may terminate this agreement at any time without notice and you will remain liable for all amounts due up to and including the date of termination; and/or accordingly may deny you access to our Services (or any part thereof).SECTION 17 - ENTIRE AGREEMENTThe failure of us to exercise or enforce any right or provision of these Terms of Service shall not constitute a waiver of such right or provision.These Terms of Service and any policies or operating rules posted by us on this site or in respect to The Service constitutes the entire agreement and understanding between you and us and govern your use of the Service, superseding any prior or contemporaneous agreements, communications and proposals, whether oral or written, between you and us (including, but not limited to, any prior versions of the Terms of Service).Any ambiguities in the interpretation of these Terms of Service shall not be construed against the drafting party.SECTION 18 - GOVERNING LAWThese Terms of Service and any separate agreements whereby we provide you Services shall be governed by and construed in accordance with the laws of 825 South Kings Highway, Fort Pierce, FL 34945.SECTION 19 - CHANGES TO TERMS OF SERVICEYou can review the most current version of the Terms of Service at any time at this page.We reserve the right, at our sole discretion, to update, change or replace any part of these Terms of Service by posting updates and changes to our website. It is your responsibility to check our website periodically for changes. Your continued use of or access to our website or the Service following the posting of any changes to these Terms of Service constitutes acceptance of those changes.SECTION 20 - CONTACT INFORMATIONQuestions about the Terms of Service should be sent to us at <a href=\"mailto:admin@blackhawkcustom.com\" target=\"_blank\">admin@blackhawkcustom.com</a></p>','Terms And Conditions','','inherit','closed','closed','','95-revision-v1','','','2018-09-17 02:34:14','2018-09-17 06:34:14','',95,'https://bestcerakoteflorida.com/95-revision-v1/',0,'revision','',0),(316,1,'2018-09-17 02:35:15','2018-09-17 06:35:15','<h2 data-css=\"tve-u-165e62d8c6d\">Terms &amp; Conditions</h2><p>TERMS OF SERVICE-----OVERVIEWThis website is operated by Blackhawk Custom, LLC. Throughout the site, the terms â€œweâ€, â€œusâ€ and â€œourâ€ refer to Blackhawk Custom, LLC. Blackhawk Custom, LLC offers this website, including all information, tools and services available from this site to you, the user, conditioned upon your acceptance of all terms, conditions, policies and notices stated here.By visiting our site and/ or purchasing something from us, you engage in our â€œServiceâ€ and agree to be bound by the following terms and conditions (â€œTerms of Serviceâ€, â€œTermsâ€), including those additional terms, conditions, and policies referenced herein and/or available by hyperlink. These Terms of Service apply to all users of the site, including without limitation users who are browsers, vendors, customers, merchants, and/ or contributors of content.Please read these Terms of Service carefully before accessing or using our website. By accessing or using any part of the site, you agree to be bound by these Terms of Service. If you do not agree to all the terms and conditions of this agreement, then you may not access the website or use any services. If these Terms of Service are considered an offer, acceptance is expressly limited to these Terms of Service.Any new features or tools which are added to the current store shall also be subject to the Terms of Service. You can review the most current version of the Terms of Service at any time on this page. We reserve the right to update, change or replace any part of these Terms of Service by posting updates and/or changes to our website. It is your responsibility to check this page periodically for changes. Your continued use of or access to the website following the posting of any changes constitutes acceptance of those changes.SECTION 1 - ONLINE STORE TERMSBy agreeing to these Terms of Service, you represent that you are at least the age of majority in your state or province of residence, or that you are the age of majority in your state or province of residence and you have given us your consent to allow any of your minor dependents to use this site.You may not use our products for any illegal or unauthorized purpose nor may you, in the use of the Service, violate any laws in your jurisdiction (including but not limited to copyright laws).You must not transmit any worms or viruses or any code of a destructive nature.A breach or violation of any of the Terms will result in an immediate termination of your Services.SECTION 2 - GENERAL CONDITIONSWe reserve the right to refuse service to anyone for any reason at any time.You understand that your content (not including credit card information), may be transferred unencrypted and involve (a) transmissions over various networks; and (b) changes to conform and adapt to technical requirements of connecting networks or devices. Credit card information is always encrypted during transfer over networks.You agree not to reproduce, duplicate, copy, sell, resell or exploit any portion of the Service, use of the Service, or access to the Service or any contact on the website through which the service is provided, without express written permission by us.The headings used in this agreement are included for convenience only and will not limit or otherwise affect these Terms.SECTION 3 - ACCURACY, COMPLETENESS AND TIMELINESS OF INFORMATIONWe are not responsible if information made available on this site is not accurate, complete or current. The material on this site is provided for general information only and should not be relied upon or used as the sole basis for making decisions without consulting primary, more accurate, more complete or more timely sources of information. Any reliance on the material on this site is at your own risk.This site may contain certain historical information. Historical information, necessarily, is not current and is provided for your reference only. We reserve the right to modify the contents of this site at any time, but we have no obligation to update any information on our site. You agree that it is your responsibility to monitor changes to our site.SECTION 4 - MODIFICATIONS TO THE SERVICE AND PRICESThe prices for our products are subject to change without notice.We reserve the right at any time to modify or discontinue the Service (or any part or content thereof) without notice at any time.We shall not be liable to you or to any third-party for any modification, price change, suspension or discontinuance of the Service.SECTION 5 - PRODUCTS OR SERVICES (if applicable)Certain products or services may be available exclusively online through the website. These products or services may have limited quantities and are subject to return or exchange only according to our Return Policy.We have made every effort to display as accurately as possible the colors and images of our products that appear at the store. We cannot guarantee that your computer monitor\'s display of any color will be accurate.We reserve the right, but are not obligated, to limit the sales of our products or Services to any person, geographic region or jurisdiction. We may exercise this right on a case-by-case basis. We reserve the right to limit the quantities of any products or services that we offer. All descriptions of products or product pricing are subject to change at anytime without notice, at the sole discretion of us. We reserve the right to discontinue any product at any time. Any offer for any product or service made on this site is void where prohibited.We do not warrant that the quality of any products, services, information, or other material purchased or obtained by you will meet your expectations, or that any errors in the Service will be corrected.SECTION 6 - ACCURACY OF BILLING AND ACCOUNT INFORMATIONWe reserve the right to refuse any order you place with us. We may, in our sole discretion, limit or cancel quantities purchased per person, per household or per order. These restrictions may include orders placed by or under the same customer account, the same credit card, and/or orders that use the same billing and/or shipping address. In the event that we make a change to or cancel an order, we may attempt to notify you by contacting the e-mail and/or billing address/phone number provided at the time the order was made. We reserve the right to limit or prohibit orders that, in our sole judgment, appear to be placed by dealers, resellers or distributors.You agree to provide current, complete and accurate purchase and account information for all purchases made at our store. You agree to promptly update your account and other information, including your email address and credit card numbers and expiration dates, so that we can complete your transactions and contact you as needed.For more detail, please review our Returns Policy.SECTION 7 - OPTIONAL TOOLSWe may provide you with access to third-party tools over which we neither monitor nor have any control nor input.You acknowledge and agree that we provide access to such tools â€as isâ€ and â€œas availableâ€ without any warranties, representations or conditions of any kind and without any endorsement. We shall have no liability whatsoever arising from or relating to your use of optional third-party tools.Any use by you of optional tools offered through the site is entirely at your own risk and discretion and you should ensure that you are familiar with and approve of the terms on which tools are provided by the relevant third-party provider(s).We may also, in the future, offer new services and/or features through the website (including, the release of new tools and resources). Such new features and/or services shall also be subject to these Terms of Service.SECTION 8 - THIRD-PARTY LINKSCertain content, products and services available via our Service may include materials from third-parties.Third-party links on this site may direct you to third-party websites that are not affiliated with us. We are not responsible for examining or evaluating the content or accuracy and we do not warrant and will not have any liability or responsibility for any third-party materials or websites, or for any other materials, products, or services of third-parties.We are not liable for any harm or damages related to the purchase or use of goods, services, resources, content, or any other transactions made in connection with any third-party websites. Please review carefully the third-party\'s policies and practices and make sure you understand them before you engage in any transaction. Complaints, claims, concerns, or questions regarding third-party products should be directed to the third-party.SECTION 9 - USER COMMENTS, FEEDBACK AND OTHER SUBMISSIONSIf, at our request, you send certain specific submissions (for example contest entries) or without a request from us you send creative ideas, suggestions, proposals, plans, or other materials, whether online, by email, by postal mail, or otherwise (collectively, \'comments\'), you agree that we may, at any time, without restriction, edit, copy, publish, distribute, translate and otherwise use in any medium any comments that you forward to us. We are and shall be under no obligation (1) to maintain any comments in confidence; (2) to pay compensation for any comments; or (3) to respond to any comments.We may, but have no obligation to, monitor, edit or remove content that we determine in our sole discretion are unlawful, offensive, threatening, libelous, defamatory, pornographic, obscene or otherwise objectionable or violates any partyâ€™s intellectual property or these Terms of Service.You agree that your comments will not violate any right of any third-party, including copyright, trademark, privacy, personality or other personal or proprietary right. You further agree that your comments will not contain libelous or otherwise unlawful, abusive or obscene material, or contain any computer virus or other malware that could in any way affect the operation of the Service or any related website. You may not use a false e-mail address, pretend to be someone other than yourself, or otherwise mislead us or third-parties as to the origin of any comments. You are solely responsible for any comments you make and their accuracy. We take no responsibility and assume no liability for any comments posted by you or any third-party.SECTION 10 - PERSONAL INFORMATIONYour submission of personal information through the store is governed by our Privacy Policy. To view our Privacy Policy.SECTION 11 - ERRORS, INACCURACIES AND OMISSIONSOccasionally there may be information on our site or in the Service that contains typographical errors, inaccuracies or omissions that may relate to product descriptions, pricing, promotions, offers, product shipping charges, transit times and availability. We reserve the right to correct any errors, inaccuracies or omissions, and to change or update information or cancel orders if any information in the Service or on any related website is inaccurate at any time without prior notice (including after you have submitted your order).We undertake no obligation to update, amend or clarify information in the Service or on any related website, including without limitation, pricing information, except as required by law. No specified update or refresh date applied in the Service or on any related website, should be taken to indicate that all information in the Service or on any related website has been modified or updated.SECTION 12 - PROHIBITED USESIn addition to other prohibitions as set forth in the Terms of Service, you are prohibited from using the site or its content: (a) for any unlawful purpose; (b) to solicit others to perform or participate in any unlawful acts; (c) to violate any international, federal, provincial or state regulations, rules, laws, or local ordinances; (d) to infringe upon or violate our intellectual property rights or the intellectual property rights of others; (e) to harass, abuse, insult, harm, defame, slander, disparage, intimidate, or discriminate based on gender, sexual orientation, religion, ethnicity, race, age, national origin, or disability; (f) to submit false or misleading information; (g) to upload or transmit viruses or any other type of malicious code that will or may be used in any way that will affect the functionality or operation of the Service or of any related website, other websites, or the Internet; (h) to collect or track the personal information of others; (i) to spam, phish, pharm, pretext, spider, crawl, or scrape; (j) for any obscene or immoral purpose; or (k) to interfere with or circumvent the security features of the Service or any related website, other websites, or the Internet. We reserve the right to terminate your use of the Service or any related website for violating any of the prohibited uses.SECTION 13 - DISCLAIMER OF WARRANTIES; LIMITATION OF LIABILITYWe do not guarantee, represent or warrant that your use of our service will be uninterrupted, timely, secure or error-free.We do not warrant that the results that may be obtained from the use of the service will be accurate or reliable.You agree that from time to time we may remove the service for indefinite periods of time or cancel the service at any time, without notice to you.You expressly agree that your use of, or inability to use, the service is at your sole risk. The service and all products and services delivered to you through the service are (except as expressly stated by us) provided \'as is\' and \'as available\' for your use, without any representation, warranties or conditions of any kind, either express or implied, including all implied warranties or conditions of merchantability, merchantable quality, fitness for a particular purpose, durability, title, and non-infringement.In no case shall Blackhawk Custom, LLC, our directors, officers, employees, affiliates, agents, contractors, interns, suppliers, service providers or licensors be liable for any injury, loss, claim, or any direct, indirect, incidental, punitive, special, or consequential damages of any kind, including, without limitation lost profits, lost revenue, lost savings, loss of data, replacement costs, or any similar damages, whether based in contract, tort (including negligence), strict liability or otherwise, arising from your use of any of the service or any products procured using the service, or for any other claim related in any way to your use of the service or any product, including, but not limited to, any errors or omissions in any content, or any loss or damage of any kind incurred as a result of the use of the service or any content (or product) posted, transmitted, or otherwise made available via the service, even if advised of their possibility. Because some states or jurisdictions do not allow the exclusion or the limitation of liability for consequential or incidental damages, in such states or jurisdictions, our liability shall be limited to the maximum extent permitted by law.SECTION 14 - INDEMNIFICATIONYou agree to indemnify, defend and hold harmless Blackhawk Custom, LLC and our parent, subsidiaries, affiliates, partners, officers, directors, agents, contractors, licensors, service providers, subcontractors, suppliers, interns and employees, harmless from any claim or demand, including reasonable attorneysâ€™ fees, made by any third-party due to or arising out of your breach of these Terms of Service or the documents they incorporate by reference, or your violation of any law or the rights of a third-party.SECTION 15 - SEVERABILITYIn the event that any provision of these Terms of Service is determined to be unlawful, void or unenforceable, such provision shall nonetheless be enforceable to the fullest extent permitted by applicable law, and the unenforceable portion shall be deemed to be severed from these Terms of Service, such determination shall not affect the validity and enforceability of any other remaining provisions.SECTION 16 - TERMINATIONThe obligations and liabilities of the parties incurred prior to the termination date shall survive the termination of this agreement for all purposes.These Terms of Service are effective unless and until terminated by either you or us. You may terminate these Terms of Service at any time by notifying us that you no longer wish to use our Services, or when you cease using our site.If in our sole judgment you fail, or we suspect that you have failed, to comply with any term or provision of these Terms of Service, we also may terminate this agreement at any time without notice and you will remain liable for all amounts due up to and including the date of termination; and/or accordingly may deny you access to our Services (or any part thereof).SECTION 17 - ENTIRE AGREEMENTThe failure of us to exercise or enforce any right or provision of these Terms of Service shall not constitute a waiver of such right or provision.These Terms of Service and any policies or operating rules posted by us on this site or in respect to The Service constitutes the entire agreement and understanding between you and us and govern your use of the Service, superseding any prior or contemporaneous agreements, communications and proposals, whether oral or written, between you and us (including, but not limited to, any prior versions of the Terms of Service).Any ambiguities in the interpretation of these Terms of Service shall not be construed against the drafting party.SECTION 18 - GOVERNING LAWThese Terms of Service and any separate agreements whereby we provide you Services shall be governed by and construed in accordance with the laws of 825 South Kings Highway, Fort Pierce, FL 34945.SECTION 19 - CHANGES TO TERMS OF SERVICEYou can review the most current version of the Terms of Service at any time at this page.We reserve the right, at our sole discretion, to update, change or replace any part of these Terms of Service by posting updates and changes to our website. It is your responsibility to check our website periodically for changes. Your continued use of or access to our website or the Service following the posting of any changes to these Terms of Service constitutes acceptance of those changes.SECTION 20 - CONTACT INFORMATIONQuestions about the Terms of Service should be sent to us at <a href=\"mailto:admin@blackhawkcustom.com\" target=\"_blank\">admin@blackhawkcustom.com</a></p>','Terms And Conditions','','inherit','closed','closed','','95-revision-v1','','','2018-09-17 02:35:15','2018-09-17 06:35:15','',95,'https://bestcerakoteflorida.com/95-revision-v1/',0,'revision','',0),(317,1,'2018-09-17 02:38:31','2018-09-17 06:38:31','<h2 data-css=\"tve-u-165e62d8c6d\">Terms &amp; Conditions</h2><p>TERMS OF SERVICE-----OVERVIEWThis website is operated by Blackhawk Custom, LLC. Throughout the site, the terms â€œweâ€, â€œusâ€ and â€œourâ€ refer to Blackhawk Custom, LLC. Blackhawk Custom, LLC offers this website, including all information, tools and services available from this site to you, the user, conditioned upon your acceptance of all terms, conditions, policies and notices stated here.By visiting our site and/ or purchasing something from us, you engage in our â€œServiceâ€ and agree to be bound by the following terms and conditions (â€œTerms of Serviceâ€, â€œTermsâ€), including those additional terms, conditions, and policies referenced herein and/or available by hyperlink. These Terms of Service apply to all users of the site, including without limitation users who are browsers, vendors, customers, merchants, and/ or contributors of content.Please read these Terms of Service carefully before accessing or using our website. By accessing or using any part of the site, you agree to be bound by these Terms of Service. If you do not agree to all the terms and conditions of this agreement, then you may not access the website or use any services. If these Terms of Service are considered an offer, acceptance is expressly limited to these Terms of Service.Any new features or tools which are added to the current store shall also be subject to the Terms of Service. You can review the most current version of the Terms of Service at any time on this page. We reserve the right to update, change or replace any part of these Terms of Service by posting updates and/or changes to our website. It is your responsibility to check this page periodically for changes. Your continued use of or access to the website following the posting of any changes constitutes acceptance of those changes.SECTION 1 - ONLINE STORE TERMSBy agreeing to these Terms of Service, you represent that you are at least the age of majority in your state or province of residence, or that you are the age of majority in your state or province of residence and you have given us your consent to allow any of your minor dependents to use this site.You may not use our products for any illegal or unauthorized purpose nor may you, in the use of the Service, violate any laws in your jurisdiction (including but not limited to copyright laws).You must not transmit any worms or viruses or any code of a destructive nature.A breach or violation of any of the Terms will result in an immediate termination of your Services.SECTION 2 - GENERAL CONDITIONSWe reserve the right to refuse service to anyone for any reason at any time.You understand that your content (not including credit card information), may be transferred unencrypted and involve (a) transmissions over various networks; and (b) changes to conform and adapt to technical requirements of connecting networks or devices. Credit card information is always encrypted during transfer over networks.You agree not to reproduce, duplicate, copy, sell, resell or exploit any portion of the Service, use of the Service, or access to the Service or any contact on the website through which the service is provided, without express written permission by us.The headings used in this agreement are included for convenience only and will not limit or otherwise affect these Terms.SECTION 3 - ACCURACY, COMPLETENESS AND TIMELINESS OF INFORMATIONWe are not responsible if information made available on this site is not accurate, complete or current. The material on this site is provided for general information only and should not be relied upon or used as the sole basis for making decisions without consulting primary, more accurate, more complete or more timely sources of information. Any reliance on the material on this site is at your own risk.This site may contain certain historical information. Historical information, necessarily, is not current and is provided for your reference only. We reserve the right to modify the contents of this site at any time, but we have no obligation to update any information on our site. You agree that it is your responsibility to monitor changes to our site.SECTION 4 - MODIFICATIONS TO THE SERVICE AND PRICESThe prices for our products are subject to change without notice.We reserve the right at any time to modify or discontinue the Service (or any part or content thereof) without notice at any time.We shall not be liable to you or to any third-party for any modification, price change, suspension or discontinuance of the Service.SECTION 5 - PRODUCTS OR SERVICES (if applicable)Certain products or services may be available exclusively online through the website. These products or services may have limited quantities and are subject to return or exchange only according to our Return Policy.We have made every effort to display as accurately as possible the colors and images of our products that appear at the store. We cannot guarantee that your computer monitor\'s display of any color will be accurate.We reserve the right, but are not obligated, to limit the sales of our products or Services to any person, geographic region or jurisdiction. We may exercise this right on a case-by-case basis. We reserve the right to limit the quantities of any products or services that we offer. All descriptions of products or product pricing are subject to change at anytime without notice, at the sole discretion of us. We reserve the right to discontinue any product at any time. Any offer for any product or service made on this site is void where prohibited.We do not warrant that the quality of any products, services, information, or other material purchased or obtained by you will meet your expectations, or that any errors in the Service will be corrected.SECTION 6 - ACCURACY OF BILLING AND ACCOUNT INFORMATIONWe reserve the right to refuse any order you place with us. We may, in our sole discretion, limit or cancel quantities purchased per person, per household or per order. These restrictions may include orders placed by or under the same customer account, the same credit card, and/or orders that use the same billing and/or shipping address. In the event that we make a change to or cancel an order, we may attempt to notify you by contacting the e-mail and/or billing address/phone number provided at the time the order was made. We reserve the right to limit or prohibit orders that, in our sole judgment, appear to be placed by dealers, resellers or distributors.You agree to provide current, complete and accurate purchase and account information for all purchases made at our store. You agree to promptly update your account and other information, including your email address and credit card numbers and expiration dates, so that we can complete your transactions and contact you as needed.For more detail, please review our Returns Policy.SECTION 7 - OPTIONAL TOOLSWe may provide you with access to third-party tools over which we neither monitor nor have any control nor input.You acknowledge and agree that we provide access to such tools â€as isâ€ and â€œas availableâ€ without any warranties, representations or conditions of any kind and without any endorsement. We shall have no liability whatsoever arising from or relating to your use of optional third-party tools.Any use by you of optional tools offered through the site is entirely at your own risk and discretion and you should ensure that you are familiar with and approve of the terms on which tools are provided by the relevant third-party provider(s).We may also, in the future, offer new services and/or features through the website (including, the release of new tools and resources). Such new features and/or services shall also be subject to these Terms of Service.SECTION 8 - THIRD-PARTY LINKSCertain content, products and services available via our Service may include materials from third-parties.Third-party links on this site may direct you to third-party websites that are not affiliated with us. We are not responsible for examining or evaluating the content or accuracy and we do not warrant and will not have any liability or responsibility for any third-party materials or websites, or for any other materials, products, or services of third-parties.We are not liable for any harm or damages related to the purchase or use of goods, services, resources, content, or any other transactions made in connection with any third-party websites. Please review carefully the third-party\'s policies and practices and make sure you understand them before you engage in any transaction. Complaints, claims, concerns, or questions regarding third-party products should be directed to the third-party.SECTION 9 - USER COMMENTS, FEEDBACK AND OTHER SUBMISSIONSIf, at our request, you send certain specific submissions (for example contest entries) or without a request from us you send creative ideas, suggestions, proposals, plans, or other materials, whether online, by email, by postal mail, or otherwise (collectively, \'comments\'), you agree that we may, at any time, without restriction, edit, copy, publish, distribute, translate and otherwise use in any medium any comments that you forward to us. We are and shall be under no obligation (1) to maintain any comments in confidence; (2) to pay compensation for any comments; or (3) to respond to any comments.We may, but have no obligation to, monitor, edit or remove content that we determine in our sole discretion are unlawful, offensive, threatening, libelous, defamatory, pornographic, obscene or otherwise objectionable or violates any partyâ€™s intellectual property or these Terms of Service.You agree that your comments will not violate any right of any third-party, including copyright, trademark, privacy, personality or other personal or proprietary right. You further agree that your comments will not contain libelous or otherwise unlawful, abusive or obscene material, or contain any computer virus or other malware that could in any way affect the operation of the Service or any related website. You may not use a false e-mail address, pretend to be someone other than yourself, or otherwise mislead us or third-parties as to the origin of any comments. You are solely responsible for any comments you make and their accuracy. We take no responsibility and assume no liability for any comments posted by you or any third-party.SECTION 10 - PERSONAL INFORMATIONYour submission of personal information through the store is governed by our Privacy Policy. To view our Privacy Policy.SECTION 11 - ERRORS, INACCURACIES AND OMISSIONSOccasionally there may be information on our site or in the Service that contains typographical errors, inaccuracies or omissions that may relate to product descriptions, pricing, promotions, offers, product shipping charges, transit times and availability. We reserve the right to correct any errors, inaccuracies or omissions, and to change or update information or cancel orders if any information in the Service or on any related website is inaccurate at any time without prior notice (including after you have submitted your order).We undertake no obligation to update, amend or clarify information in the Service or on any related website, including without limitation, pricing information, except as required by law. No specified update or refresh date applied in the Service or on any related website, should be taken to indicate that all information in the Service or on any related website has been modified or updated.SECTION 12 - PROHIBITED USESIn addition to other prohibitions as set forth in the Terms of Service, you are prohibited from using the site or its content: (a) for any unlawful purpose; (b) to solicit others to perform or participate in any unlawful acts; (c) to violate any international, federal, provincial or state regulations, rules, laws, or local ordinances; (d) to infringe upon or violate our intellectual property rights or the intellectual property rights of others; (e) to harass, abuse, insult, harm, defame, slander, disparage, intimidate, or discriminate based on gender, sexual orientation, religion, ethnicity, race, age, national origin, or disability; (f) to submit false or misleading information; (g) to upload or transmit viruses or any other type of malicious code that will or may be used in any way that will affect the functionality or operation of the Service or of any related website, other websites, or the Internet; (h) to collect or track the personal information of others; (i) to spam, phish, pharm, pretext, spider, crawl, or scrape; (j) for any obscene or immoral purpose; or (k) to interfere with or circumvent the security features of the Service or any related website, other websites, or the Internet. We reserve the right to terminate your use of the Service or any related website for violating any of the prohibited uses.SECTION 13 - DISCLAIMER OF WARRANTIES; LIMITATION OF LIABILITYWe do not guarantee, represent or warrant that your use of our service will be uninterrupted, timely, secure or error-free.We do not warrant that the results that may be obtained from the use of the service will be accurate or reliable.You agree that from time to time we may remove the service for indefinite periods of time or cancel the service at any time, without notice to you.You expressly agree that your use of, or inability to use, the service is at your sole risk. The service and all products and services delivered to you through the service are (except as expressly stated by us) provided \'as is\' and \'as available\' for your use, without any representation, warranties or conditions of any kind, either express or implied, including all implied warranties or conditions of merchantability, merchantable quality, fitness for a particular purpose, durability, title, and non-infringement.In no case shall Blackhawk Custom, LLC, our directors, officers, employees, affiliates, agents, contractors, interns, suppliers, service providers or licensors be liable for any injury, loss, claim, or any direct, indirect, incidental, punitive, special, or consequential damages of any kind, including, without limitation lost profits, lost revenue, lost savings, loss of data, replacement costs, or any similar damages, whether based in contract, tort (including negligence), strict liability or otherwise, arising from your use of any of the service or any products procured using the service, or for any other claim related in any way to your use of the service or any product, including, but not limited to, any errors or omissions in any content, or any loss or damage of any kind incurred as a result of the use of the service or any content (or product) posted, transmitted, or otherwise made available via the service, even if advised of their possibility. Because some states or jurisdictions do not allow the exclusion or the limitation of liability for consequential or incidental damages, in such states or jurisdictions, our liability shall be limited to the maximum extent permitted by law.SECTION 14 - INDEMNIFICATIONYou agree to indemnify, defend and hold harmless Blackhawk Custom, LLC and our parent, subsidiaries, affiliates, partners, officers, directors, agents, contractors, licensors, service providers, subcontractors, suppliers, interns and employees, harmless from any claim or demand, including reasonable attorneysâ€™ fees, made by any third-party due to or arising out of your breach of these Terms of Service or the documents they incorporate by reference, or your violation of any law or the rights of a third-party.SECTION 15 - SEVERABILITYIn the event that any provision of these Terms of Service is determined to be unlawful, void or unenforceable, such provision shall nonetheless be enforceable to the fullest extent permitted by applicable law, and the unenforceable portion shall be deemed to be severed from these Terms of Service, such determination shall not affect the validity and enforceability of any other remaining provisions.SECTION 16 - TERMINATIONThe obligations and liabilities of the parties incurred prior to the termination date shall survive the termination of this agreement for all purposes.These Terms of Service are effective unless and until terminated by either you or us. You may terminate these Terms of Service at any time by notifying us that you no longer wish to use our Services, or when you cease using our site.If in our sole judgment you fail, or we suspect that you have failed, to comply with any term or provision of these Terms of Service, we also may terminate this agreement at any time without notice and you will remain liable for all amounts due up to and including the date of termination; and/or accordingly may deny you access to our Services (or any part thereof).SECTION 17 - ENTIRE AGREEMENTThe failure of us to exercise or enforce any right or provision of these Terms of Service shall not constitute a waiver of such right or provision.These Terms of Service and any policies or operating rules posted by us on this site or in respect to The Service constitutes the entire agreement and understanding between you and us and govern your use of the Service, superseding any prior or contemporaneous agreements, communications and proposals, whether oral or written, between you and us (including, but not limited to, any prior versions of the Terms of Service).Any ambiguities in the interpretation of these Terms of Service shall not be construed against the drafting party.SECTION 18 - GOVERNING LAWThese Terms of Service and any separate agreements whereby we provide you Services shall be governed by and construed in accordance with the laws of 825 South Kings Highway, Fort Pierce, FL 34945.SECTION 19 - CHANGES TO TERMS OF SERVICEYou can review the most current version of the Terms of Service at any time at this page.We reserve the right, at our sole discretion, to update, change or replace any part of these Terms of Service by posting updates and changes to our website. It is your responsibility to check our website periodically for changes. Your continued use of or access to our website or the Service following the posting of any changes to these Terms of Service constitutes acceptance of those changes.SECTION 20 - CONTACT INFORMATIONQuestions about the Terms of Service should be sent to us at <a href=\"mailto:admin@blackhawkcustom.com\" target=\"_blank\">admin@blackhawkcustom.com</a></p>','Terms And Conditions','','inherit','closed','closed','','95-revision-v1','','','2018-09-17 02:38:31','2018-09-17 06:38:31','',95,'https://bestcerakoteflorida.com/95-revision-v1/',0,'revision','',0),(318,1,'2018-09-17 02:40:23','2018-09-17 06:40:23','<h2 data-css=\"tve-u-165e62d8c6d\">Terms &amp; Conditions</h2><p>TERMS OF SERVICE-----OVERVIEWThis website is operated by Blackhawk Custom, LLC. Throughout the site, the terms â€œweâ€, â€œusâ€ and â€œourâ€ refer to Blackhawk Custom, LLC. Blackhawk Custom, LLC offers this website, including all information, tools and services available from this site to you, the user, conditioned upon your acceptance of all terms, conditions, policies and notices stated here.By visiting our site and/ or purchasing something from us, you engage in our â€œServiceâ€ and agree to be bound by the following terms and conditions (â€œTerms of Serviceâ€, â€œTermsâ€), including those additional terms, conditions, and policies referenced herein and/or available by hyperlink. These Terms of Service apply to all users of the site, including without limitation users who are browsers, vendors, customers, merchants, and/ or contributors of content.Please read these Terms of Service carefully before accessing or using our website. By accessing or using any part of the site, you agree to be bound by these Terms of Service. If you do not agree to all the terms and conditions of this agreement, then you may not access the website or use any services. If these Terms of Service are considered an offer, acceptance is expressly limited to these Terms of Service.Any new features or tools which are added to the current store shall also be subject to the Terms of Service. You can review the most current version of the Terms of Service at any time on this page. We reserve the right to update, change or replace any part of these Terms of Service by posting updates and/or changes to our website. It is your responsibility to check this page periodically for changes. Your continued use of or access to the website following the posting of any changes constitutes acceptance of those changes.SECTION 1 - ONLINE STORE TERMSBy agreeing to these Terms of Service, you represent that you are at least the age of majority in your state or province of residence, or that you are the age of majority in your state or province of residence and you have given us your consent to allow any of your minor dependents to use this site.You may not use our products for any illegal or unauthorized purpose nor may you, in the use of the Service, violate any laws in your jurisdiction (including but not limited to copyright laws).You must not transmit any worms or viruses or any code of a destructive nature.A breach or violation of any of the Terms will result in an immediate termination of your Services.SECTION 2 - GENERAL CONDITIONSWe reserve the right to refuse service to anyone for any reason at any time.You understand that your content (not including credit card information), may be transferred unencrypted and involve (a) transmissions over various networks; and (b) changes to conform and adapt to technical requirements of connecting networks or devices. Credit card information is always encrypted during transfer over networks.You agree not to reproduce, duplicate, copy, sell, resell or exploit any portion of the Service, use of the Service, or access to the Service or any contact on the website through which the service is provided, without express written permission by us.The headings used in this agreement are included for convenience only and will not limit or otherwise affect these Terms.SECTION 3 - ACCURACY, COMPLETENESS AND TIMELINESS OF INFORMATIONWe are not responsible if information made available on this site is not accurate, complete or current. The material on this site is provided for general information only and should not be relied upon or used as the sole basis for making decisions without consulting primary, more accurate, more complete or more timely sources of information. Any reliance on the material on this site is at your own risk.This site may contain certain historical information. Historical information, necessarily, is not current and is provided for your reference only. We reserve the right to modify the contents of this site at any time, but we have no obligation to update any information on our site. You agree that it is your responsibility to monitor changes to our site.SECTION 4 - MODIFICATIONS TO THE SERVICE AND PRICESThe prices for our products are subject to change without notice.We reserve the right at any time to modify or discontinue the Service (or any part or content thereof) without notice at any time.We shall not be liable to you or to any third-party for any modification, price change, suspension or discontinuance of the Service.SECTION 5 - PRODUCTS OR SERVICES (if applicable)Certain products or services may be available exclusively online through the website. These products or services may have limited quantities and are subject to return or exchange only according to our Return Policy.We have made every effort to display as accurately as possible the colors and images of our products that appear at the store. We cannot guarantee that your computer monitor\'s display of any color will be accurate.We reserve the right, but are not obligated, to limit the sales of our products or Services to any person, geographic region or jurisdiction. We may exercise this right on a case-by-case basis. We reserve the right to limit the quantities of any products or services that we offer. All descriptions of products or product pricing are subject to change at anytime without notice, at the sole discretion of us. We reserve the right to discontinue any product at any time. Any offer for any product or service made on this site is void where prohibited.We do not warrant that the quality of any products, services, information, or other material purchased or obtained by you will meet your expectations, or that any errors in the Service will be corrected.SECTION 6 - ACCURACY OF BILLING AND ACCOUNT INFORMATIONWe reserve the right to refuse any order you place with us. We may, in our sole discretion, limit or cancel quantities purchased per person, per household or per order. These restrictions may include orders placed by or under the same customer account, the same credit card, and/or orders that use the same billing and/or shipping address. In the event that we make a change to or cancel an order, we may attempt to notify you by contacting the e-mail and/or billing address/phone number provided at the time the order was made. We reserve the right to limit or prohibit orders that, in our sole judgment, appear to be placed by dealers, resellers or distributors.You agree to provide current, complete and accurate purchase and account information for all purchases made at our store. You agree to promptly update your account and other information, including your email address and credit card numbers and expiration dates, so that we can complete your transactions and contact you as needed.For more detail, please review our Returns Policy.SECTION 7 - OPTIONAL TOOLSWe may provide you with access to third-party tools over which we neither monitor nor have any control nor input.You acknowledge and agree that we provide access to such tools â€as isâ€ and â€œas availableâ€ without any warranties, representations or conditions of any kind and without any endorsement. We shall have no liability whatsoever arising from or relating to your use of optional third-party tools.Any use by you of optional tools offered through the site is entirely at your own risk and discretion and you should ensure that you are familiar with and approve of the terms on which tools are provided by the relevant third-party provider(s).We may also, in the future, offer new services and/or features through the website (including, the release of new tools and resources). Such new features and/or services shall also be subject to these Terms of Service.SECTION 8 - THIRD-PARTY LINKSCertain content, products and services available via our Service may include materials from third-parties.Third-party links on this site may direct you to third-party websites that are not affiliated with us. We are not responsible for examining or evaluating the content or accuracy and we do not warrant and will not have any liability or responsibility for any third-party materials or websites, or for any other materials, products, or services of third-parties.We are not liable for any harm or damages related to the purchase or use of goods, services, resources, content, or any other transactions made in connection with any third-party websites. Please review carefully the third-party\'s policies and practices and make sure you understand them before you engage in any transaction. Complaints, claims, concerns, or questions regarding third-party products should be directed to the third-party.SECTION 9 - USER COMMENTS, FEEDBACK AND OTHER SUBMISSIONSIf, at our request, you send certain specific submissions (for example contest entries) or without a request from us you send creative ideas, suggestions, proposals, plans, or other materials, whether online, by email, by postal mail, or otherwise (collectively, \'comments\'), you agree that we may, at any time, without restriction, edit, copy, publish, distribute, translate and otherwise use in any medium any comments that you forward to us. We are and shall be under no obligation (1) to maintain any comments in confidence; (2) to pay compensation for any comments; or (3) to respond to any comments.We may, but have no obligation to, monitor, edit or remove content that we determine in our sole discretion are unlawful, offensive, threatening, libelous, defamatory, pornographic, obscene or otherwise objectionable or violates any partyâ€™s intellectual property or these Terms of Service.You agree that your comments will not violate any right of any third-party, including copyright, trademark, privacy, personality or other personal or proprietary right. You further agree that your comments will not contain libelous or otherwise unlawful, abusive or obscene material, or contain any computer virus or other malware that could in any way affect the operation of the Service or any related website. You may not use a false e-mail address, pretend to be someone other than yourself, or otherwise mislead us or third-parties as to the origin of any comments. You are solely responsible for any comments you make and their accuracy. We take no responsibility and assume no liability for any comments posted by you or any third-party.SECTION 10 - PERSONAL INFORMATIONYour submission of personal information through the store is governed by our Privacy Policy. To view our Privacy Policy.SECTION 11 - ERRORS, INACCURACIES AND OMISSIONSOccasionally there may be information on our site or in the Service that contains typographical errors, inaccuracies or omissions that may relate to product descriptions, pricing, promotions, offers, product shipping charges, transit times and availability. We reserve the right to correct any errors, inaccuracies or omissions, and to change or update information or cancel orders if any information in the Service or on any related website is inaccurate at any time without prior notice (including after you have submitted your order).We undertake no obligation to update, amend or clarify information in the Service or on any related website, including without limitation, pricing information, except as required by law. No specified update or refresh date applied in the Service or on any related website, should be taken to indicate that all information in the Service or on any related website has been modified or updated.SECTION 12 - PROHIBITED USESIn addition to other prohibitions as set forth in the Terms of Service, you are prohibited from using the site or its content: (a) for any unlawful purpose; (b) to solicit others to perform or participate in any unlawful acts; (c) to violate any international, federal, provincial or state regulations, rules, laws, or local ordinances; (d) to infringe upon or violate our intellectual property rights or the intellectual property rights of others; (e) to harass, abuse, insult, harm, defame, slander, disparage, intimidate, or discriminate based on gender, sexual orientation, religion, ethnicity, race, age, national origin, or disability; (f) to submit false or misleading information; (g) to upload or transmit viruses or any other type of malicious code that will or may be used in any way that will affect the functionality or operation of the Service or of any related website, other websites, or the Internet; (h) to collect or track the personal information of others; (i) to spam, phish, pharm, pretext, spider, crawl, or scrape; (j) for any obscene or immoral purpose; or (k) to interfere with or circumvent the security features of the Service or any related website, other websites, or the Internet. We reserve the right to terminate your use of the Service or any related website for violating any of the prohibited uses.SECTION 13 - DISCLAIMER OF WARRANTIES; LIMITATION OF LIABILITYWe do not guarantee, represent or warrant that your use of our service will be uninterrupted, timely, secure or error-free.We do not warrant that the results that may be obtained from the use of the service will be accurate or reliable.You agree that from time to time we may remove the service for indefinite periods of time or cancel the service at any time, without notice to you.You expressly agree that your use of, or inability to use, the service is at your sole risk. The service and all products and services delivered to you through the service are (except as expressly stated by us) provided \'as is\' and \'as available\' for your use, without any representation, warranties or conditions of any kind, either express or implied, including all implied warranties or conditions of merchantability, merchantable quality, fitness for a particular purpose, durability, title, and non-infringement.In no case shall Blackhawk Custom, LLC, our directors, officers, employees, affiliates, agents, contractors, interns, suppliers, service providers or licensors be liable for any injury, loss, claim, or any direct, indirect, incidental, punitive, special, or consequential damages of any kind, including, without limitation lost profits, lost revenue, lost savings, loss of data, replacement costs, or any similar damages, whether based in contract, tort (including negligence), strict liability or otherwise, arising from your use of any of the service or any products procured using the service, or for any other claim related in any way to your use of the service or any product, including, but not limited to, any errors or omissions in any content, or any loss or damage of any kind incurred as a result of the use of the service or any content (or product) posted, transmitted, or otherwise made available via the service, even if advised of their possibility. Because some states or jurisdictions do not allow the exclusion or the limitation of liability for consequential or incidental damages, in such states or jurisdictions, our liability shall be limited to the maximum extent permitted by law.SECTION 14 - INDEMNIFICATIONYou agree to indemnify, defend and hold harmless Blackhawk Custom, LLC and our parent, subsidiaries, affiliates, partners, officers, directors, agents, contractors, licensors, service providers, subcontractors, suppliers, interns and employees, harmless from any claim or demand, including reasonable attorneysâ€™ fees, made by any third-party due to or arising out of your breach of these Terms of Service or the documents they incorporate by reference, or your violation of any law or the rights of a third-party.SECTION 15 - SEVERABILITYIn the event that any provision of these Terms of Service is determined to be unlawful, void or unenforceable, such provision shall nonetheless be enforceable to the fullest extent permitted by applicable law, and the unenforceable portion shall be deemed to be severed from these Terms of Service, such determination shall not affect the validity and enforceability of any other remaining provisions.SECTION 16 - TERMINATIONThe obligations and liabilities of the parties incurred prior to the termination date shall survive the termination of this agreement for all purposes.These Terms of Service are effective unless and until terminated by either you or us. You may terminate these Terms of Service at any time by notifying us that you no longer wish to use our Services, or when you cease using our site.If in our sole judgment you fail, or we suspect that you have failed, to comply with any term or provision of these Terms of Service, we also may terminate this agreement at any time without notice and you will remain liable for all amounts due up to and including the date of termination; and/or accordingly may deny you access to our Services (or any part thereof).SECTION 17 - ENTIRE AGREEMENTThe failure of us to exercise or enforce any right or provision of these Terms of Service shall not constitute a waiver of such right or provision.These Terms of Service and any policies or operating rules posted by us on this site or in respect to The Service constitutes the entire agreement and understanding between you and us and govern your use of the Service, superseding any prior or contemporaneous agreements, communications and proposals, whether oral or written, between you and us (including, but not limited to, any prior versions of the Terms of Service).Any ambiguities in the interpretation of these Terms of Service shall not be construed against the drafting party.SECTION 18 - GOVERNING LAWThese Terms of Service and any separate agreements whereby we provide you Services shall be governed by and construed in accordance with the laws of 825 South Kings Highway, Fort Pierce, FL 34945.SECTION 19 - CHANGES TO TERMS OF SERVICEYou can review the most current version of the Terms of Service at any time at this page.We reserve the right, at our sole discretion, to update, change or replace any part of these Terms of Service by posting updates and changes to our website. It is your responsibility to check our website periodically for changes. Your continued use of or access to our website or the Service following the posting of any changes to these Terms of Service constitutes acceptance of those changes.SECTION 20 - CONTACT INFORMATIONQuestions about the Terms of Service should be sent to us at <a href=\"mailto:admin@blackhawkcustom.com\" target=\"_blank\">admin@blackhawkcustom.com</a></p>','Terms And Conditions','','inherit','closed','closed','','95-revision-v1','','','2018-09-17 02:40:23','2018-09-17 06:40:23','',95,'https://bestcerakoteflorida.com/95-revision-v1/',0,'revision','',0),(319,1,'2018-09-17 02:42:32','2018-09-17 06:42:32','<h2 data-css=\"tve-u-165e62d8c6d\">Terms &amp; Conditions</h2><p>TERMS OF SERVICE-----OVERVIEWThis website is operated by Blackhawk Custom, LLC. Throughout the site, the terms â€œweâ€, â€œusâ€ and â€œourâ€ refer to Blackhawk Custom, LLC. Blackhawk Custom, LLC offers this website, including all information, tools and services available from this site to you, the user, conditioned upon your acceptance of all terms, conditions, policies and notices stated here.By visiting our site and/ or purchasing something from us, you engage in our â€œServiceâ€ and agree to be bound by the following terms and conditions (â€œTerms of Serviceâ€, â€œTermsâ€), including those additional terms, conditions, and policies referenced herein and/or available by hyperlink. These Terms of Service apply to all users of the site, including without limitation users who are browsers, vendors, customers, merchants, and/ or contributors of content.Please read these Terms of Service carefully before accessing or using our website. By accessing or using any part of the site, you agree to be bound by these Terms of Service. If you do not agree to all the terms and conditions of this agreement, then you may not access the website or use any services. If these Terms of Service are considered an offer, acceptance is expressly limited to these Terms of Service.Any new features or tools which are added to the current store shall also be subject to the Terms of Service. You can review the most current version of the Terms of Service at any time on this page. We reserve the right to update, change or replace any part of these Terms of Service by posting updates and/or changes to our website. It is your responsibility to check this page periodically for changes. Your continued use of or access to the website following the posting of any changes constitutes acceptance of those changes.SECTION 1 - ONLINE STORE TERMSBy agreeing to these Terms of Service, you represent that you are at least the age of majority in your state or province of residence, or that you are the age of majority in your state or province of residence and you have given us your consent to allow any of your minor dependents to use this site.You may not use our products for any illegal or unauthorized purpose nor may you, in the use of the Service, violate any laws in your jurisdiction (including but not limited to copyright laws).You must not transmit any worms or viruses or any code of a destructive nature.A breach or violation of any of the Terms will result in an immediate termination of your Services.SECTION 2 - GENERAL CONDITIONSWe reserve the right to refuse service to anyone for any reason at any time.You understand that your content (not including credit card information), may be transferred unencrypted and involve (a) transmissions over various networks; and (b) changes to conform and adapt to technical requirements of connecting networks or devices. Credit card information is always encrypted during transfer over networks.You agree not to reproduce, duplicate, copy, sell, resell or exploit any portion of the Service, use of the Service, or access to the Service or any contact on the website through which the service is provided, without express written permission by us.The headings used in this agreement are included for convenience only and will not limit or otherwise affect these Terms.SECTION 3 - ACCURACY, COMPLETENESS AND TIMELINESS OF INFORMATIONWe are not responsible if information made available on this site is not accurate, complete or current. The material on this site is provided for general information only and should not be relied upon or used as the sole basis for making decisions without consulting primary, more accurate, more complete or more timely sources of information. Any reliance on the material on this site is at your own risk.This site may contain certain historical information. Historical information, necessarily, is not current and is provided for your reference only. We reserve the right to modify the contents of this site at any time, but we have no obligation to update any information on our site. You agree that it is your responsibility to monitor changes to our site.SECTION 4 - MODIFICATIONS TO THE SERVICE AND PRICESThe prices for our products are subject to change without notice.We reserve the right at any time to modify or discontinue the Service (or any part or content thereof) without notice at any time.We shall not be liable to you or to any third-party for any modification, price change, suspension or discontinuance of the Service.SECTION 5 - PRODUCTS OR SERVICES (if applicable)Certain products or services may be available exclusively online through the website. These products or services may have limited quantities and are subject to return or exchange only according to our Return Policy.We have made every effort to display as accurately as possible the colors and images of our products that appear at the store. We cannot guarantee that your computer monitor\'s display of any color will be accurate.We reserve the right, but are not obligated, to limit the sales of our products or Services to any person, geographic region or jurisdiction. We may exercise this right on a case-by-case basis. We reserve the right to limit the quantities of any products or services that we offer. All descriptions of products or product pricing are subject to change at anytime without notice, at the sole discretion of us. We reserve the right to discontinue any product at any time. Any offer for any product or service made on this site is void where prohibited.We do not warrant that the quality of any products, services, information, or other material purchased or obtained by you will meet your expectations, or that any errors in the Service will be corrected.SECTION 6 - ACCURACY OF BILLING AND ACCOUNT INFORMATIONWe reserve the right to refuse any order you place with us. We may, in our sole discretion, limit or cancel quantities purchased per person, per household or per order. These restrictions may include orders placed by or under the same customer account, the same credit card, and/or orders that use the same billing and/or shipping address. In the event that we make a change to or cancel an order, we may attempt to notify you by contacting the e-mail and/or billing address/phone number provided at the time the order was made. We reserve the right to limit or prohibit orders that, in our sole judgment, appear to be placed by dealers, resellers or distributors.You agree to provide current, complete and accurate purchase and account information for all purchases made at our store. You agree to promptly update your account and other information, including your email address and credit card numbers and expiration dates, so that we can complete your transactions and contact you as needed.For more detail, please review our Returns Policy.SECTION 7 - OPTIONAL TOOLSWe may provide you with access to third-party tools over which we neither monitor nor have any control nor input.You acknowledge and agree that we provide access to such tools â€as isâ€ and â€œas availableâ€ without any warranties, representations or conditions of any kind and without any endorsement. We shall have no liability whatsoever arising from or relating to your use of optional third-party tools.Any use by you of optional tools offered through the site is entirely at your own risk and discretion and you should ensure that you are familiar with and approve of the terms on which tools are provided by the relevant third-party provider(s).We may also, in the future, offer new services and/or features through the website (including, the release of new tools and resources). Such new features and/or services shall also be subject to these Terms of Service.SECTION 8 - THIRD-PARTY LINKSCertain content, products and services available via our Service may include materials from third-parties.Third-party links on this site may direct you to third-party websites that are not affiliated with us. We are not responsible for examining or evaluating the content or accuracy and we do not warrant and will not have any liability or responsibility for any third-party materials or websites, or for any other materials, products, or services of third-parties.We are not liable for any harm or damages related to the purchase or use of goods, services, resources, content, or any other transactions made in connection with any third-party websites. Please review carefully the third-party\'s policies and practices and make sure you understand them before you engage in any transaction. Complaints, claims, concerns, or questions regarding third-party products should be directed to the third-party.SECTION 9 - USER COMMENTS, FEEDBACK AND OTHER SUBMISSIONSIf, at our request, you send certain specific submissions (for example contest entries) or without a request from us you send creative ideas, suggestions, proposals, plans, or other materials, whether online, by email, by postal mail, or otherwise (collectively, \'comments\'), you agree that we may, at any time, without restriction, edit, copy, publish, distribute, translate and otherwise use in any medium any comments that you forward to us. We are and shall be under no obligation (1) to maintain any comments in confidence; (2) to pay compensation for any comments; or (3) to respond to any comments.We may, but have no obligation to, monitor, edit or remove content that we determine in our sole discretion are unlawful, offensive, threatening, libelous, defamatory, pornographic, obscene or otherwise objectionable or violates any partyâ€™s intellectual property or these Terms of Service.You agree that your comments will not violate any right of any third-party, including copyright, trademark, privacy, personality or other personal or proprietary right. You further agree that your comments will not contain libelous or otherwise unlawful, abusive or obscene material, or contain any computer virus or other malware that could in any way affect the operation of the Service or any related website. You may not use a false e-mail address, pretend to be someone other than yourself, or otherwise mislead us or third-parties as to the origin of any comments. You are solely responsible for any comments you make and their accuracy. We take no responsibility and assume no liability for any comments posted by you or any third-party.SECTION 10 - PERSONAL INFORMATIONYour submission of personal information through the store is governed by our Privacy Policy. To view our Privacy Policy.SECTION 11 - ERRORS, INACCURACIES AND OMISSIONSOccasionally there may be information on our site or in the Service that contains typographical errors, inaccuracies or omissions that may relate to product descriptions, pricing, promotions, offers, product shipping charges, transit times and availability. We reserve the right to correct any errors, inaccuracies or omissions, and to change or update information or cancel orders if any information in the Service or on any related website is inaccurate at any time without prior notice (including after you have submitted your order).We undertake no obligation to update, amend or clarify information in the Service or on any related website, including without limitation, pricing information, except as required by law. No specified update or refresh date applied in the Service or on any related website, should be taken to indicate that all information in the Service or on any related website has been modified or updated.SECTION 12 - PROHIBITED USESIn addition to other prohibitions as set forth in the Terms of Service, you are prohibited from using the site or its content: (a) for any unlawful purpose; (b) to solicit others to perform or participate in any unlawful acts; (c) to violate any international, federal, provincial or state regulations, rules, laws, or local ordinances; (d) to infringe upon or violate our intellectual property rights or the intellectual property rights of others; (e) to harass, abuse, insult, harm, defame, slander, disparage, intimidate, or discriminate based on gender, sexual orientation, religion, ethnicity, race, age, national origin, or disability; (f) to submit false or misleading information; (g) to upload or transmit viruses or any other type of malicious code that will or may be used in any way that will affect the functionality or operation of the Service or of any related website, other websites, or the Internet; (h) to collect or track the personal information of others; (i) to spam, phish, pharm, pretext, spider, crawl, or scrape; (j) for any obscene or immoral purpose; or (k) to interfere with or circumvent the security features of the Service or any related website, other websites, or the Internet. We reserve the right to terminate your use of the Service or any related website for violating any of the prohibited uses.SECTION 13 - DISCLAIMER OF WARRANTIES; LIMITATION OF LIABILITYWe do not guarantee, represent or warrant that your use of our service will be uninterrupted, timely, secure or error-free.We do not warrant that the results that may be obtained from the use of the service will be accurate or reliable.You agree that from time to time we may remove the service for indefinite periods of time or cancel the service at any time, without notice to you.You expressly agree that your use of, or inability to use, the service is at your sole risk. The service and all products and services delivered to you through the service are (except as expressly stated by us) provided \'as is\' and \'as available\' for your use, without any representation, warranties or conditions of any kind, either express or implied, including all implied warranties or conditions of merchantability, merchantable quality, fitness for a particular purpose, durability, title, and non-infringement.In no case shall Blackhawk Custom, LLC, our directors, officers, employees, affiliates, agents, contractors, interns, suppliers, service providers or licensors be liable for any injury, loss, claim, or any direct, indirect, incidental, punitive, special, or consequential damages of any kind, including, without limitation lost profits, lost revenue, lost savings, loss of data, replacement costs, or any similar damages, whether based in contract, tort (including negligence), strict liability or otherwise, arising from your use of any of the service or any products procured using the service, or for any other claim related in any way to your use of the service or any product, including, but not limited to, any errors or omissions in any content, or any loss or damage of any kind incurred as a result of the use of the service or any content (or product) posted, transmitted, or otherwise made available via the service, even if advised of their possibility. Because some states or jurisdictions do not allow the exclusion or the limitation of liability for consequential or incidental damages, in such states or jurisdictions, our liability shall be limited to the maximum extent permitted by law.SECTION 14 - INDEMNIFICATIONYou agree to indemnify, defend and hold harmless Blackhawk Custom, LLC and our parent, subsidiaries, affiliates, partners, officers, directors, agents, contractors, licensors, service providers, subcontractors, suppliers, interns and employees, harmless from any claim or demand, including reasonable attorneysâ€™ fees, made by any third-party due to or arising out of your breach of these Terms of Service or the documents they incorporate by reference, or your violation of any law or the rights of a third-party.SECTION 15 - SEVERABILITYIn the event that any provision of these Terms of Service is determined to be unlawful, void or unenforceable, such provision shall nonetheless be enforceable to the fullest extent permitted by applicable law, and the unenforceable portion shall be deemed to be severed from these Terms of Service, such determination shall not affect the validity and enforceability of any other remaining provisions.SECTION 16 - TERMINATIONThe obligations and liabilities of the parties incurred prior to the termination date shall survive the termination of this agreement for all purposes.These Terms of Service are effective unless and until terminated by either you or us. You may terminate these Terms of Service at any time by notifying us that you no longer wish to use our Services, or when you cease using our site.If in our sole judgment you fail, or we suspect that you have failed, to comply with any term or provision of these Terms of Service, we also may terminate this agreement at any time without notice and you will remain liable for all amounts due up to and including the date of termination; and/or accordingly may deny you access to our Services (or any part thereof).SECTION 17 - ENTIRE AGREEMENTThe failure of us to exercise or enforce any right or provision of these Terms of Service shall not constitute a waiver of such right or provision.These Terms of Service and any policies or operating rules posted by us on this site or in respect to The Service constitutes the entire agreement and understanding between you and us and govern your use of the Service, superseding any prior or contemporaneous agreements, communications and proposals, whether oral or written, between you and us (including, but not limited to, any prior versions of the Terms of Service).Any ambiguities in the interpretation of these Terms of Service shall not be construed against the drafting party.SECTION 18 - GOVERNING LAWThese Terms of Service and any separate agreements whereby we provide you Services shall be governed by and construed in accordance with the laws of 825 South Kings Highway, Fort Pierce, FL 34945.SECTION 19 - CHANGES TO TERMS OF SERVICEYou can review the most current version of the Terms of Service at any time at this page.We reserve the right, at our sole discretion, to update, change or replace any part of these Terms of Service by posting updates and changes to our website. It is your responsibility to check our website periodically for changes. Your continued use of or access to our website or the Service following the posting of any changes to these Terms of Service constitutes acceptance of those changes.SECTION 20 - CONTACT INFORMATIONQuestions about the Terms of Service should be sent to us at <a href=\"mailto:admin@blackhawkcustom.com\" target=\"_blank\">admin@blackhawkcustom.com</a></p>','Terms And Conditions','','inherit','closed','closed','','95-revision-v1','','','2018-09-17 02:42:32','2018-09-17 06:42:32','',95,'https://bestcerakoteflorida.com/95-revision-v1/',0,'revision','',0),(452,1,'2019-01-29 17:55:53','2019-01-29 22:55:53','<h2>Terms &amp; Conditions</h2><p style=\"text-align: left;\">TERMS OF SERVICE-----OVERVIEWThis website is operated by Blackhawk Custom, LLC. Throughout the site, the terms â€œweâ€, â€œusâ€ and â€œourâ€ refer to Blackhawk Custom, LLC. Blackhawk Custom, LLC offers this website, including all information, tools and services available from this site to you, the user, conditioned upon your acceptance of all terms, conditions, policies and notices stated here.By visiting our site and/ or purchasing something from us, you engage in our â€œServiceâ€ and agree to be bound by the following terms and conditions (â€œTerms of Serviceâ€, â€œTermsâ€), including those additional terms, conditions, and policies referenced herein and/or available by hyperlink. These Terms of Service apply to all users of the site, including without limitation users who are browsers, vendors, customers, merchants, and/ or contributors of content.Please read these Terms of Service carefully before accessing or using our website. By accessing or using any part of the site, you agree to be bound by these Terms of Service. If you do not agree to all the terms and conditions of this agreement, then you may not access the website or use any services. If these Terms of Service are considered an offer, acceptance is expressly limited to these Terms of Service.Any new features or tools which are added to the current store shall also be subject to the Terms of Service. You can review the most current version of the Terms of Service at any time on this page. We reserve the right to update, change or replace any part of these Terms of Service by posting updates and/or changes to our website. It is your responsibility to check this page periodically for changes. Your continued use of or access to the website following the posting of any changes constitutes acceptance of those changes.SECTION 1 - ONLINE STORE TERMSBy agreeing to these Terms of Service, you represent that you are at least the age of majority in your state or province of residence, or that you are the age of majority in your state or province of residence and you have given us your consent to allow any of your minor dependents to use this site.You may not use our products for any illegal or unauthorized purpose nor may you, in the use of the Service, violate any laws in your jurisdiction (including but not limited to copyright laws).You must not transmit any worms or viruses or any code of a destructive nature.A breach or violation of any of the Terms will result in an immediate termination of your Services.SECTION 2 - GENERAL CONDITIONSWe reserve the right to refuse service to anyone for any reason at any time.You understand that your content (not including credit card information), may be transferred unencrypted and involve (a) transmissions over various networks; and (b) changes to conform and adapt to technical requirements of connecting networks or devices. Credit card information is always encrypted during transfer over networks.You agree not to reproduce, duplicate, copy, sell, resell or exploit any portion of the Service, use of the Service, or access to the Service or any contact on the website through which the service is provided, without express written permission by us.The headings used in this agreement are included for convenience only and will not limit or otherwise affect these Terms.SECTION 3 - ACCURACY, COMPLETENESS AND TIMELINESS OF INFORMATIONWe are not responsible if information made available on this site is not accurate, complete or current. The material on this site is provided for general information only and should not be relied upon or used as the sole basis for making decisions without consulting primary, more accurate, more complete or more timely sources of information. Any reliance on the material on this site is at your own risk.This site may contain certain historical information. Historical information, necessarily, is not current and is provided for your reference only. We reserve the right to modify the contents of this site at any time, but we have no obligation to update any information on our site. You agree that it is your responsibility to monitor changes to our site.SECTION 4 - MODIFICATIONS TO THE SERVICE AND PRICESThe prices for our products are subject to change without notice.We reserve the right at any time to modify or discontinue the Service (or any part or content thereof) without notice at any time.We shall not be liable to you or to any third-party for any modification, price change, suspension or discontinuance of the Service.SECTION 5 - PRODUCTS OR SERVICES (if applicable)Certain products or services may be available exclusively online through the website. These products or services may have limited quantities and are subject to return or exchange only according to our Return Policy.We have made every effort to display as accurately as possible the colors and images of our products that appear at the store. We cannot guarantee that your computer monitor\'s display of any color will be accurate.We reserve the right, but are not obligated, to limit the sales of our products or Services to any person, geographic region or jurisdiction. We may exercise this right on a case-by-case basis. We reserve the right to limit the quantities of any products or services that we offer. All descriptions of products or product pricing are subject to change at anytime without notice, at the sole discretion of us. We reserve the right to discontinue any product at any time. Any offer for any product or service made on this site is void where prohibited.We do not warrant that the quality of any products, services, information, or other material purchased or obtained by you will meet your expectations, or that any errors in the Service will be corrected.SECTION 6 - ACCURACY OF BILLING AND ACCOUNT INFORMATIONWe reserve the right to refuse any order you place with us. We may, in our sole discretion, limit or cancel quantities purchased per person, per household or per order. These restrictions may include orders placed by or under the same customer account, the same credit card, and/or orders that use the same billing and/or shipping address. In the event that we make a change to or cancel an order, we may attempt to notify you by contacting the e-mail and/or billing address/phone number provided at the time the order was made. We reserve the right to limit or prohibit orders that, in our sole judgment, appear to be placed by dealers, resellers or distributors.You agree to provide current, complete and accurate purchase and account information for all purchases made at our store. You agree to promptly update your account and other information, including your email address and credit card numbers and expiration dates, so that we can complete your transactions and contact you as needed.For more detail, please review our Returns Policy.SECTION 7 - OPTIONAL TOOLSWe may provide you with access to third-party tools over which we neither monitor nor have any control nor input.You acknowledge and agree that we provide access to such tools â€as isâ€ and â€œas availableâ€ without any warranties, representations or conditions of any kind and without any endorsement. We shall have no liability whatsoever arising from or relating to your use of optional third-party tools.Any use by you of optional tools offered through the site is entirely at your own risk and discretion and you should ensure that you are familiar with and approve of the terms on which tools are provided by the relevant third-party provider(s).We may also, in the future, offer new services and/or features through the website (including, the release of new tools and resources). Such new features and/or services shall also be subject to these Terms of Service.SECTION 8 - THIRD-PARTY LINKSCertain content, products and services available via our Service may include materials from third-parties.Third-party links on this site may direct you to third-party websites that are not affiliated with us. We are not responsible for examining or evaluating the content or accuracy and we do not warrant and will not have any liability or responsibility for any third-party materials or websites, or for any other materials, products, or services of third-parties.We are not liable for any harm or damages related to the purchase or use of goods, services, resources, content, or any other transactions made in connection with any third-party websites. Please review carefully the third-party\'s policies and practices and make sure you understand them before you engage in any transaction. Complaints, claims, concerns, or questions regarding third-party products should be directed to the third-party.SECTION 9 - USER COMMENTS, FEEDBACK AND OTHER SUBMISSIONSIf, at our request, you send certain specific submissions (for example contest entries) or without a request from us you send creative ideas, suggestions, proposals, plans, or other materials, whether online, by email, by postal mail, or otherwise (collectively, \'comments\'), you agree that we may, at any time, without restriction, edit, copy, publish, distribute, translate and otherwise use in any medium any comments that you forward to us. We are and shall be under no obligation (1) to maintain any comments in confidence; (2) to pay compensation for any comments; or (3) to respond to any comments.We may, but have no obligation to, monitor, edit or remove content that we determine in our sole discretion are unlawful, offensive, threatening, libelous, defamatory, pornographic, obscene or otherwise objectionable or violates any partyâ€™s intellectual property or these Terms of Service.You agree that your comments will not violate any right of any third-party, including copyright, trademark, privacy, personality or other personal or proprietary right. You further agree that your comments will not contain libelous or otherwise unlawful, abusive or obscene material, or contain any computer virus or other malware that could in any way affect the operation of the Service or any related website. You may not use a false e-mail address, pretend to be someone other than yourself, or otherwise mislead us or third-parties as to the origin of any comments. You are solely responsible for any comments you make and their accuracy. We take no responsibility and assume no liability for any comments posted by you or any third-party.SECTION 10 - PERSONAL INFORMATIONYour submission of personal information through the store is governed by our Privacy Policy. To view our Privacy Policy.SECTION 11 - ERRORS, INACCURACIES AND OMISSIONSOccasionally there may be information on our site or in the Service that contains typographical errors, inaccuracies or omissions that may relate to product descriptions, pricing, promotions, offers, product shipping charges, transit times and availability. We reserve the right to correct any errors, inaccuracies or omissions, and to change or update information or cancel orders if any information in the Service or on any related website is inaccurate at any time without prior notice (including after you have submitted your order).We undertake no obligation to update, amend or clarify information in the Service or on any related website, including without limitation, pricing information, except as required by law. No specified update or refresh date applied in the Service or on any related website, should be taken to indicate that all information in the Service or on any related website has been modified or updated.SECTION 12 - PROHIBITED USESIn addition to other prohibitions as set forth in the Terms of Service, you are prohibited from using the site or its content: (a) for any unlawful purpose; (b) to solicit others to perform or participate in any unlawful acts; (c) to violate any international, federal, provincial or state regulations, rules, laws, or local ordinances; (d) to infringe upon or violate our intellectual property rights or the intellectual property rights of others; (e) to harass, abuse, insult, harm, defame, slander, disparage, intimidate, or discriminate based on gender, sexual orientation, religion, ethnicity, race, age, national origin, or disability; (f) to submit false or misleading information; (g) to upload or transmit viruses or any other type of malicious code that will or may be used in any way that will affect the functionality or operation of the Service or of any related website, other websites, or the Internet; (h) to collect or track the personal information of others; (i) to spam, phish, pharm, pretext, spider, crawl, or scrape; (j) for any obscene or immoral purpose; or (k) to interfere with or circumvent the security features of the Service or any related website, other websites, or the Internet. We reserve the right to terminate your use of the Service or any related website for violating any of the prohibited uses.SECTION 13 - DISCLAIMER OF WARRANTIES; LIMITATION OF LIABILITYWe do not guarantee, represent or warrant that your use of our service will be uninterrupted, timely, secure or error-free.We do not warrant that the results that may be obtained from the use of the service will be accurate or reliable.You agree that from time to time we may remove the service for indefinite periods of time or cancel the service at any time, without notice to you.You expressly agree that your use of, or inability to use, the service is at your sole risk. The service and all products and services delivered to you through the service are (except as expressly stated by us) provided \'as is\' and \'as available\' for your use, without any representation, warranties or conditions of any kind, either express or implied, including all implied warranties or conditions of merchantability, merchantable quality, fitness for a particular purpose, durability, title, and non-infringement.In no case shall Blackhawk Custom, LLC, our directors, officers, employees, affiliates, agents, contractors, interns, suppliers, service providers or licensors be liable for any injury, loss, claim, or any direct, indirect, incidental, punitive, special, or consequential damages of any kind, including, without limitation lost profits, lost revenue, lost savings, loss of data, replacement costs, or any similar damages, whether based in contract, tort (including negligence), strict liability or otherwise, arising from your use of any of the service or any products procured using the service, or for any other claim related in any way to your use of the service or any product, including, but not limited to, any errors or omissions in any content, or any loss or damage of any kind incurred as a result of the use of the service or any content (or product) posted, transmitted, or otherwise made available via the service, even if advised of their possibility. Because some states or jurisdictions do not allow the exclusion or the limitation of liability for consequential or incidental damages, in such states or jurisdictions, our liability shall be limited to the maximum extent permitted by law.SECTION 14 - INDEMNIFICATIONYou agree to indemnify, defend and hold harmless Blackhawk Custom, LLC and our parent, subsidiaries, affiliates, partners, officers, directors, agents, contractors, licensors, service providers, subcontractors, suppliers, interns and employees, harmless from any claim or demand, including reasonable attorneysâ€™ fees, made by any third-party due to or arising out of your breach of these Terms of Service or the documents they incorporate by reference, or your violation of any law or the rights of a third-party.SECTION 15 - SEVERABILITYIn the event that any provision of these Terms of Service is determined to be unlawful, void or unenforceable, such provision shall nonetheless be enforceable to the fullest extent permitted by applicable law, and the unenforceable portion shall be deemed to be severed from these Terms of Service, such determination shall not affect the validity and enforceability of any other remaining provisions.SECTION 16 - TERMINATIONThe obligations and liabilities of the parties incurred prior to the termination date shall survive the termination of this agreement for all purposes.These Terms of Service are effective unless and until terminated by either you or us. You may terminate these Terms of Service at any time by notifying us that you no longer wish to use our Services, or when you cease using our site.If in our sole judgment you fail, or we suspect that you have failed, to comply with any term or provision of these Terms of Service, we also may terminate this agreement at any time without notice and you will remain liable for all amounts due up to and including the date of termination; and/or accordingly may deny you access to our Services (or any part thereof).SECTION 17 - ENTIRE AGREEMENTThe failure of us to exercise or enforce any right or provision of these Terms of Service shall not constitute a waiver of such right or provision.These Terms of Service and any policies or operating rules posted by us on this site or in respect to The Service constitutes the entire agreement and understanding between you and us and govern your use of the Service, superseding any prior or contemporaneous agreements, communications and proposals, whether oral or written, between you and us (including, but not limited to, any prior versions of the Terms of Service).Any ambiguities in the interpretation of these Terms of Service shall not be construed against the drafting party.SECTION 18 - GOVERNING LAWThese Terms of Service and any separate agreements whereby we provide you Services shall be governed by and construed in accordance with the laws of 825 South Kings Highway, Fort Pierce, FL 34945.SECTION 19 - CHANGES TO TERMS OF SERVICEYou can review the most current version of the Terms of Service at any time at this page.We reserve the right, at our sole discretion, to update, change or replace any part of these Terms of Service by posting updates and changes to our website. It is your responsibility to check our website periodically for changes. Your continued use of or access to our website or the Service following the posting of any changes to these Terms of Service constitutes acceptance of those changes.SECTION 20 - CONTACT INFORMATIONQuestions about the Terms of Service should be sent to us at <a href=\"mailto:admin@blackhawkcustom.com\" target=\"_blank\">admin@blackhawkcustom.com</a></p>','Terms And Conditions','','inherit','closed','closed','','95-revision-v1','','','2019-01-29 17:55:53','2019-01-29 22:55:53','',95,'https://bestcerakoteflorida.com/95-revision-v1/',0,'revision','',0),(320,1,'2018-09-17 02:44:55','2018-09-17 06:44:55','<h2 data-css=\"tve-u-165e62d8c6d\">Terms &amp; Conditions</h2><p style=\"text-align: left;\" data-css=\"tve-u-165e64714a8\">TERMS OF SERVICE-----OVERVIEWThis website is operated by Blackhawk Custom, LLC. Throughout the site, the terms â€œweâ€, â€œusâ€ and â€œourâ€ refer to Blackhawk Custom, LLC. Blackhawk Custom, LLC offers this website, including all information, tools and services available from this site to you, the user, conditioned upon your acceptance of all terms, conditions, policies and notices stated here.By visiting our site and/ or purchasing something from us, you engage in our â€œServiceâ€ and agree to be bound by the following terms and conditions (â€œTerms of Serviceâ€, â€œTermsâ€), including those additional terms, conditions, and policies referenced herein and/or available by hyperlink. These Terms of Service apply to all users of the site, including without limitation users who are browsers, vendors, customers, merchants, and/ or contributors of content.Please read these Terms of Service carefully before accessing or using our website. By accessing or using any part of the site, you agree to be bound by these Terms of Service. If you do not agree to all the terms and conditions of this agreement, then you may not access the website or use any services. If these Terms of Service are considered an offer, acceptance is expressly limited to these Terms of Service.Any new features or tools which are added to the current store shall also be subject to the Terms of Service. You can review the most current version of the Terms of Service at any time on this page. We reserve the right to update, change or replace any part of these Terms of Service by posting updates and/or changes to our website. It is your responsibility to check this page periodically for changes. Your continued use of or access to the website following the posting of any changes constitutes acceptance of those changes.SECTION 1 - ONLINE STORE TERMSBy agreeing to these Terms of Service, you represent that you are at least the age of majority in your state or province of residence, or that you are the age of majority in your state or province of residence and you have given us your consent to allow any of your minor dependents to use this site.You may not use our products for any illegal or unauthorized purpose nor may you, in the use of the Service, violate any laws in your jurisdiction (including but not limited to copyright laws).You must not transmit any worms or viruses or any code of a destructive nature.A breach or violation of any of the Terms will result in an immediate termination of your Services.SECTION 2 - GENERAL CONDITIONSWe reserve the right to refuse service to anyone for any reason at any time.You understand that your content (not including credit card information), may be transferred unencrypted and involve (a) transmissions over various networks; and (b) changes to conform and adapt to technical requirements of connecting networks or devices. Credit card information is always encrypted during transfer over networks.You agree not to reproduce, duplicate, copy, sell, resell or exploit any portion of the Service, use of the Service, or access to the Service or any contact on the website through which the service is provided, without express written permission by us.The headings used in this agreement are included for convenience only and will not limit or otherwise affect these Terms.SECTION 3 - ACCURACY, COMPLETENESS AND TIMELINESS OF INFORMATIONWe are not responsible if information made available on this site is not accurate, complete or current. The material on this site is provided for general information only and should not be relied upon or used as the sole basis for making decisions without consulting primary, more accurate, more complete or more timely sources of information. Any reliance on the material on this site is at your own risk.This site may contain certain historical information. Historical information, necessarily, is not current and is provided for your reference only. We reserve the right to modify the contents of this site at any time, but we have no obligation to update any information on our site. You agree that it is your responsibility to monitor changes to our site.SECTION 4 - MODIFICATIONS TO THE SERVICE AND PRICESThe prices for our products are subject to change without notice.We reserve the right at any time to modify or discontinue the Service (or any part or content thereof) without notice at any time.We shall not be liable to you or to any third-party for any modification, price change, suspension or discontinuance of the Service.SECTION 5 - PRODUCTS OR SERVICES (if applicable)Certain products or services may be available exclusively online through the website. These products or services may have limited quantities and are subject to return or exchange only according to our Return Policy.We have made every effort to display as accurately as possible the colors and images of our products that appear at the store. We cannot guarantee that your computer monitor\'s display of any color will be accurate.We reserve the right, but are not obligated, to limit the sales of our products or Services to any person, geographic region or jurisdiction. We may exercise this right on a case-by-case basis. We reserve the right to limit the quantities of any products or services that we offer. All descriptions of products or product pricing are subject to change at anytime without notice, at the sole discretion of us. We reserve the right to discontinue any product at any time. Any offer for any product or service made on this site is void where prohibited.We do not warrant that the quality of any products, services, information, or other material purchased or obtained by you will meet your expectations, or that any errors in the Service will be corrected.SECTION 6 - ACCURACY OF BILLING AND ACCOUNT INFORMATIONWe reserve the right to refuse any order you place with us. We may, in our sole discretion, limit or cancel quantities purchased per person, per household or per order. These restrictions may include orders placed by or under the same customer account, the same credit card, and/or orders that use the same billing and/or shipping address. In the event that we make a change to or cancel an order, we may attempt to notify you by contacting the e-mail and/or billing address/phone number provided at the time the order was made. We reserve the right to limit or prohibit orders that, in our sole judgment, appear to be placed by dealers, resellers or distributors.You agree to provide current, complete and accurate purchase and account information for all purchases made at our store. You agree to promptly update your account and other information, including your email address and credit card numbers and expiration dates, so that we can complete your transactions and contact you as needed.For more detail, please review our Returns Policy.SECTION 7 - OPTIONAL TOOLSWe may provide you with access to third-party tools over which we neither monitor nor have any control nor input.You acknowledge and agree that we provide access to such tools â€as isâ€ and â€œas availableâ€ without any warranties, representations or conditions of any kind and without any endorsement. We shall have no liability whatsoever arising from or relating to your use of optional third-party tools.Any use by you of optional tools offered through the site is entirely at your own risk and discretion and you should ensure that you are familiar with and approve of the terms on which tools are provided by the relevant third-party provider(s).We may also, in the future, offer new services and/or features through the website (including, the release of new tools and resources). Such new features and/or services shall also be subject to these Terms of Service.SECTION 8 - THIRD-PARTY LINKSCertain content, products and services available via our Service may include materials from third-parties.Third-party links on this site may direct you to third-party websites that are not affiliated with us. We are not responsible for examining or evaluating the content or accuracy and we do not warrant and will not have any liability or responsibility for any third-party materials or websites, or for any other materials, products, or services of third-parties.We are not liable for any harm or damages related to the purchase or use of goods, services, resources, content, or any other transactions made in connection with any third-party websites. Please review carefully the third-party\'s policies and practices and make sure you understand them before you engage in any transaction. Complaints, claims, concerns, or questions regarding third-party products should be directed to the third-party.SECTION 9 - USER COMMENTS, FEEDBACK AND OTHER SUBMISSIONSIf, at our request, you send certain specific submissions (for example contest entries) or without a request from us you send creative ideas, suggestions, proposals, plans, or other materials, whether online, by email, by postal mail, or otherwise (collectively, \'comments\'), you agree that we may, at any time, without restriction, edit, copy, publish, distribute, translate and otherwise use in any medium any comments that you forward to us. We are and shall be under no obligation (1) to maintain any comments in confidence; (2) to pay compensation for any comments; or (3) to respond to any comments.We may, but have no obligation to, monitor, edit or remove content that we determine in our sole discretion are unlawful, offensive, threatening, libelous, defamatory, pornographic, obscene or otherwise objectionable or violates any partyâ€™s intellectual property or these Terms of Service.You agree that your comments will not violate any right of any third-party, including copyright, trademark, privacy, personality or other personal or proprietary right. You further agree that your comments will not contain libelous or otherwise unlawful, abusive or obscene material, or contain any computer virus or other malware that could in any way affect the operation of the Service or any related website. You may not use a false e-mail address, pretend to be someone other than yourself, or otherwise mislead us or third-parties as to the origin of any comments. You are solely responsible for any comments you make and their accuracy. We take no responsibility and assume no liability for any comments posted by you or any third-party.SECTION 10 - PERSONAL INFORMATIONYour submission of personal information through the store is governed by our Privacy Policy. To view our Privacy Policy.SECTION 11 - ERRORS, INACCURACIES AND OMISSIONSOccasionally there may be information on our site or in the Service that contains typographical errors, inaccuracies or omissions that may relate to product descriptions, pricing, promotions, offers, product shipping charges, transit times and availability. We reserve the right to correct any errors, inaccuracies or omissions, and to change or update information or cancel orders if any information in the Service or on any related website is inaccurate at any time without prior notice (including after you have submitted your order).We undertake no obligation to update, amend or clarify information in the Service or on any related website, including without limitation, pricing information, except as required by law. No specified update or refresh date applied in the Service or on any related website, should be taken to indicate that all information in the Service or on any related website has been modified or updated.SECTION 12 - PROHIBITED USESIn addition to other prohibitions as set forth in the Terms of Service, you are prohibited from using the site or its content: (a) for any unlawful purpose; (b) to solicit others to perform or participate in any unlawful acts; (c) to violate any international, federal, provincial or state regulations, rules, laws, or local ordinances; (d) to infringe upon or violate our intellectual property rights or the intellectual property rights of others; (e) to harass, abuse, insult, harm, defame, slander, disparage, intimidate, or discriminate based on gender, sexual orientation, religion, ethnicity, race, age, national origin, or disability; (f) to submit false or misleading information; (g) to upload or transmit viruses or any other type of malicious code that will or may be used in any way that will affect the functionality or operation of the Service or of any related website, other websites, or the Internet; (h) to collect or track the personal information of others; (i) to spam, phish, pharm, pretext, spider, crawl, or scrape; (j) for any obscene or immoral purpose; or (k) to interfere with or circumvent the security features of the Service or any related website, other websites, or the Internet. We reserve the right to terminate your use of the Service or any related website for violating any of the prohibited uses.SECTION 13 - DISCLAIMER OF WARRANTIES; LIMITATION OF LIABILITYWe do not guarantee, represent or warrant that your use of our service will be uninterrupted, timely, secure or error-free.We do not warrant that the results that may be obtained from the use of the service will be accurate or reliable.You agree that from time to time we may remove the service for indefinite periods of time or cancel the service at any time, without notice to you.You expressly agree that your use of, or inability to use, the service is at your sole risk. The service and all products and services delivered to you through the service are (except as expressly stated by us) provided \'as is\' and \'as available\' for your use, without any representation, warranties or conditions of any kind, either express or implied, including all implied warranties or conditions of merchantability, merchantable quality, fitness for a particular purpose, durability, title, and non-infringement.In no case shall Blackhawk Custom, LLC, our directors, officers, employees, affiliates, agents, contractors, interns, suppliers, service providers or licensors be liable for any injury, loss, claim, or any direct, indirect, incidental, punitive, special, or consequential damages of any kind, including, without limitation lost profits, lost revenue, lost savings, loss of data, replacement costs, or any similar damages, whether based in contract, tort (including negligence), strict liability or otherwise, arising from your use of any of the service or any products procured using the service, or for any other claim related in any way to your use of the service or any product, including, but not limited to, any errors or omissions in any content, or any loss or damage of any kind incurred as a result of the use of the service or any content (or product) posted, transmitted, or otherwise made available via the service, even if advised of their possibility. Because some states or jurisdictions do not allow the exclusion or the limitation of liability for consequential or incidental damages, in such states or jurisdictions, our liability shall be limited to the maximum extent permitted by law.SECTION 14 - INDEMNIFICATIONYou agree to indemnify, defend and hold harmless Blackhawk Custom, LLC and our parent, subsidiaries, affiliates, partners, officers, directors, agents, contractors, licensors, service providers, subcontractors, suppliers, interns and employees, harmless from any claim or demand, including reasonable attorneysâ€™ fees, made by any third-party due to or arising out of your breach of these Terms of Service or the documents they incorporate by reference, or your violation of any law or the rights of a third-party.SECTION 15 - SEVERABILITYIn the event that any provision of these Terms of Service is determined to be unlawful, void or unenforceable, such provision shall nonetheless be enforceable to the fullest extent permitted by applicable law, and the unenforceable portion shall be deemed to be severed from these Terms of Service, such determination shall not affect the validity and enforceability of any other remaining provisions.SECTION 16 - TERMINATIONThe obligations and liabilities of the parties incurred prior to the termination date shall survive the termination of this agreement for all purposes.These Terms of Service are effective unless and until terminated by either you or us. You may terminate these Terms of Service at any time by notifying us that you no longer wish to use our Services, or when you cease using our site.If in our sole judgment you fail, or we suspect that you have failed, to comply with any term or provision of these Terms of Service, we also may terminate this agreement at any time without notice and you will remain liable for all amounts due up to and including the date of termination; and/or accordingly may deny you access to our Services (or any part thereof).SECTION 17 - ENTIRE AGREEMENTThe failure of us to exercise or enforce any right or provision of these Terms of Service shall not constitute a waiver of such right or provision.These Terms of Service and any policies or operating rules posted by us on this site or in respect to The Service constitutes the entire agreement and understanding between you and us and govern your use of the Service, superseding any prior or contemporaneous agreements, communications and proposals, whether oral or written, between you and us (including, but not limited to, any prior versions of the Terms of Service).Any ambiguities in the interpretation of these Terms of Service shall not be construed against the drafting party.SECTION 18 - GOVERNING LAWThese Terms of Service and any separate agreements whereby we provide you Services shall be governed by and construed in accordance with the laws of 825 South Kings Highway, Fort Pierce, FL 34945.SECTION 19 - CHANGES TO TERMS OF SERVICEYou can review the most current version of the Terms of Service at any time at this page.We reserve the right, at our sole discretion, to update, change or replace any part of these Terms of Service by posting updates and changes to our website. It is your responsibility to check our website periodically for changes. Your continued use of or access to our website or the Service following the posting of any changes to these Terms of Service constitutes acceptance of those changes.SECTION 20 - CONTACT INFORMATIONQuestions about the Terms of Service should be sent to us at <a href=\"mailto:admin@blackhawkcustom.com\" target=\"_blank\">admin@blackhawkcustom.com</a></p>','Terms And Conditions','','inherit','closed','closed','','95-revision-v1','','','2018-09-17 02:44:55','2018-09-17 06:44:55','',95,'https://bestcerakoteflorida.com/95-revision-v1/',0,'revision','',0),(321,1,'2018-09-17 02:49:11','2018-09-17 06:49:11','<h1 data-css=\"tve-u-16035acf904\" style=\"text-align: center;\"><strong>Privacy</strong></h1><p data-css=\"tve-u-165e6491162\">Privacy Policy</p><p data-css=\"tve-u-165e6492b04\">What personal information do we collect from the people that visit our blog, website or app?When ordering or registering on our site, as appropriate, you may be asked to enter your name, email address, mailing address, phone number, credit card information or other details to help you with your experience.</p><p data-css=\"tve-u-1642b20c920\">When do we collect information?</p><p data-css=\"tve-u-1642b20c920\">We collect information from you when you register on our site, place an order, subscribe to a newsletter, respond to a survey, fill out a form or enter information on our site.</p><p data-css=\"tve-u-1642b20c920\">How do we use your information?</p><p data-css=\"tve-u-1642b20c920\">We may use the information we collect from you when you register, make a purchase, sign up for our newsletter, respond to a survey or marketing communication, surf the website, or use certain other site features in the following ways:â€¢ To personalize user\'s experience and to allow us to deliver the type of content and product offerings in which you are most interested.â€¢ To improve our website in order to better serve you.â€¢ To allow us to better service you in responding to your customer service requests.â€¢ To administer a contest, promotion, survey or other site feature.â€¢ To quickly process your transactions.â€¢ To send periodic emails regarding your order or other products and services.</p><p data-css=\"tve-u-1642b20c920\">How do we protect visitor information?</p><p data-css=\"tve-u-1642b20c920\">Our website is scanned on a regular basis for security holes and known vulnerabilities in order to make your visit to our site as safe as possible.We use regular Malware Scanning.</p><p data-css=\"tve-u-1642b20c920\">Your personal information is contained behind secured networks and is only accessible by a limited number of persons who have special access rights to such systems, and are required to keep the information confidential. In addition, all sensitive/credit information you supply is encrypted via Secure Socket Layer (SSL) technology.</p><p data-css=\"tve-u-1642b20c920\">We implement a variety of security measures when a user places an order, enters, submits, or accesses their information to maintain the safety of your personal information.</p><p data-css=\"tve-u-1642b20c920\">All transactions are processed through a gateway provider and are not stored or processed on our servers.</p><p data-css=\"tve-u-1642b20c920\">Do we use \'cookies\'?</p><p data-css=\"tve-u-1642b20c920\">Yes. Cookies are small files that a site or its service provider transfers to your computer\'s hard drive through your Web browser (if you allow) that enable the site\'s or service provider\'s systems to recognize your browser and capture and remember certain information. For instance, we use cookies to help us remember and process the items in your shopping cart. They are also used to help us understand your preferences based on previous or current site activity, which enables us to provide you with improved services. We also use cookies to help us compile aggregate data about site traffic and site interaction so that we can offer better site experiences and tools in the future.</p><p data-css=\"tve-u-1642b20c920\">We use cookies to:</p><p data-css=\"tve-u-1642b20c920\">â€¢ Help remember and process the items in the shopping cart.â€¢ Understand and save user\'s preferences for future visits.You can choose to have your computer warn you each time a cookie is being sent, or you can choose to turn off all cookies. You do this through your browser (like Internet Explorer) settings. Each browser is a little different, so look at your browser\'s Help menu to learn the correct way to modify your cookies.If users disable cookies in their browser:If you turn off cookies, some features will be disabled. However, you can still place orders forsaved items in your shopping cart over the telephone by contacting customer service.</p><p data-css=\"tve-u-1642b20c920\">Third Party Disclosure</p><p data-css=\"tve-u-1642b20c920\">We do not sell, trade, or otherwise transfer to outside parties your personally identifiable information.</p><p data-css=\"tve-u-1642b20c920\">Third party links</p><p data-css=\"tve-u-1642b20c920\">Occasionally, at our discretion, we may include or offer third party products or services on our website. These third party sites have separate and independent privacy policies. We therefore have no responsibility or liability for the content and activities of these linked sites. Nonetheless, we seek to protect the integrity of our site and welcome any feedback about these sites.</p><p data-css=\"tve-u-1642b20c920\">Google</p><p data-css=\"tve-u-1642b20c920\">Google\'s advertising requirements can be summed up by Google\'s Advertising Principles. They are put in place to provide a positive experience for users. https://support.google.com/adwordspolicy/answer/1316548?hl=enOpting out:Users can set preferences for how Google advertises to you using the Google Ad Settings page. Alternatively, you can opt out by visiting the Network Advertising initiative opt out page or permanently using the Google Analytics Opt Out Browser add on.California Online Privacy Protection ActCalOPPA is the first state law in the nation to require commercial websites and online services to post a privacy policy. The law\'s reach stretches well beyond California to require a person or company in the United States (and conceivably the world) that operates websites collecting personally identifiable information from California consumers to post a conspicuous privacy policy on its website stating exactly the information being collected and those individuals with whom it is being shared, and to comply with this policy.See more at: http://consumercal.org/california-online-privacy-protection-act-caloppa/#sthash.0FdRbT51.dpufAccording to CalOPPA we agree to the following:Users can visit our site anonymouslyOnce this privacy policy is created, we will add a link to it on our home page, or as a minimum on the first significant page after entering our website.Our Privacy Policy link includes the word \'Privacy\', and can be easily be found on the page specified above.Users will be notified of any privacy policy changes:â€¢ On our Privacy Policy PageUsers are able to change their personal information:â€¢ By emailing usâ€¢ By calling us</p><p data-css=\"tve-u-1642b20c920\">How does our site handle do not track signals?</p><p data-css=\"tve-u-1642b20c920\">We honor do not track signals and do not track, plant cookies, or use advertising when a Do Not Track (DNT) browser mechanism is in place.</p><p data-css=\"tve-u-1642b20c920\">Does our site allow third party behavioral tracking?</p><p data-css=\"tve-u-1642b20c920\">It\'s also important to note that we do not allow third party behavioral trackingCOPPA (Children Online Privacy Protection Act)When it comes to the collection of personal information from children under 13, the Children\'s Online Privacy Protection Act (COPPA) puts parents in control. The Federal Trade Commission, the nation\'s consumer protection agency, enforces the COPPA Rule, which spells out what operators of websites and online services must do to protect children\'s privacy and safety online.</p><p data-css=\"tve-u-1642b20c920\">We do not specifically market to children under 13.</p><p data-css=\"tve-u-1642b20c920\">Fair Information Practices</p><p data-css=\"tve-u-1642b20c920\">The Fair Information Practices Principles form the backbone of privacy law in the United States and the concepts they include have played a significant role in the development of data protection laws around the globe. Understanding the Fair Information Practice Principles and how they should be implemented is critical to comply with the various privacy laws that protect personal information.In order to be in line with Fair Information Practices we will take the following responsive action, should a data breach occur:â€¢ Within 7 business daysWe will notify the users via in site notificationâ€¢ Within 7 business daysWe also agree to the individual redress principle, which requires that individuals have a right to pursue legally enforceable rights against data collectors and processors who fail to adhere to the law. This principle requires not only that individuals have enforceable rights against data users, but also that individuals have recourse to courts or a government agency to investigate and/or prosecute non-compliance by data processors.CAN SPAM ActThe CAN-SPAM Act is a law that sets the rules for commercial email, establishes requirements for commercial messages, gives recipients the right to have emails stopped from being sent to them, and spells out tough penalties for violations.</p><p data-css=\"tve-u-1642b20c920\">We collect your email address in order to:</p><p data-css=\"tve-u-1642b20c920\">â€¢ Send information, respond to inquiries, and/or other requests or questions.â€¢ Process orders and to send information and updates pertaining to ordersâ€¢ Market to our mailing list or continue to send emails to our clients after the original transaction has occurredTo be in accordance with CANSPAM we agree to the following:â€¢ NOT use false, or misleading subjects or email addressesâ€¢ Identify the message as an advertisement in some reasonable wayâ€¢ Include the physical address of our business or site headquartersâ€¢ Monitor third party email marketing services for compliance, if one is used.â€¢ Honor opt-out/unsubscribe requests quicklyâ€¢ Allow users to unsubscribe by using the link at the bottom of each emailIf at any time you would like to unsubscribe from receiving future emails, you can email us atâ€¢ Follow the instructions at the bottom of each email. and we will promptly remove you from ALL correspondence.</p><p data-css=\"tve-u-1642b20c920\">Contacting Us</p><p data-css=\"tve-u-1642b20c920\">If there are any questions regarding this privacy policy you may contact us using the information below.Blackhawk Custom, LLC.825 South Kings HighwayFort Pierce, FL 34945United Stateshttps://www.blackhawkcustom.comConditions of use:</p><p data-css=\"tve-u-1642b20c920\">By using this website, you agree to all of our terms and conditions of the saleAll sales are final (See our refund policy)</p>','Privacy','','inherit','closed','closed','','141-revision-v1','','','2018-09-17 02:49:11','2018-09-17 06:49:11','',141,'https://bestcerakoteflorida.com/141-revision-v1/',0,'revision','',0),(322,1,'2018-09-17 02:51:05','2018-09-17 06:51:05','<h1 data-css=\"tve-u-16035acf904\" style=\"text-align: center;\"><strong>Privacy</strong></h1><p data-css=\"tve-u-165e6491162\"><span style=\"font-family: Merriweather; font-weight: 400;\" data-css=\"tve-u-165e64c579a\">Privacy Policy</span></p><p data-css=\"tve-u-165e6492b04\"><span style=\"font-family: Merriweather; font-weight: 400;\" data-css=\"tve-u-165e64c08c2\">What personal information do we collect from the people that visit our blog, website or app?When ordering or registering on our site, as appropriate, you may be asked to enter your name, email address, mailing address, phone number, credit card information or other details to help you with your experience.</span></p><p data-css=\"tve-u-1642b20c920\"><span style=\"font-weight: 400;\" data-css=\"tve-u-165e64c08c4\"><span style=\"font-family: Merriweather;\" data-css=\"tve-u-165e64c08c5\">When do we collect information?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span style=\"font-weight: 400;\" data-css=\"tve-u-165e64c08c6\"><span style=\"font-family: Merriweather;\" data-css=\"tve-u-165e64c08c7\">We collect information from you when you register on our site, place an order, subscribe to a newsletter, respond to a survey, fill out a form or enter information on our site.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span style=\"font-weight: 400;\" data-css=\"tve-u-165e64c08c9\"><span style=\"font-family: Merriweather;\" data-css=\"tve-u-165e64c08ca\">How do we use your information?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span style=\"font-weight: 400;\" data-css=\"tve-u-165e64c08cb\"><span style=\"font-family: Merriweather;\" data-css=\"tve-u-165e64c08cc\">We may use the information we collect from you when you register, make a purchase, sign up for our newsletter, respond to a survey or marketing communication, surf the website, or use certain other site features in the following ways:â€¢ To personalize user\'s experience and to allow us to deliver the type of content and product offerings in which you are most interested.â€¢ To improve our website in order to better serve you.â€¢ To allow us to better service you in responding to your customer service requests.â€¢ To administer a contest, promotion, survey or other site feature.â€¢ To quickly process your transactions.â€¢ To send periodic emails regarding your order or other products and services.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span style=\"font-weight: 400;\" data-css=\"tve-u-165e64c08ce\"><span style=\"font-family: Merriweather;\" data-css=\"tve-u-165e64c08cf\">How do we protect visitor information?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span style=\"font-weight: 400;\" data-css=\"tve-u-165e64c08d0\"><span style=\"font-family: Merriweather;\" data-css=\"tve-u-165e64c08d1\">Our website is scanned on a regular basis for security holes and known vulnerabilities in order to make your visit to our site as safe as possible.We use regular Malware Scanning.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span style=\"font-weight: 400;\" data-css=\"tve-u-165e64c08d3\"><span style=\"font-family: Merriweather;\" data-css=\"tve-u-165e64c08d4\">Your personal information is contained behind secured networks and is only accessible by a limited number of persons who have special access rights to such systems, and are required to keep the information confidential. In addition, all sensitive/credit information you supply is encrypted via Secure Socket Layer (SSL) technology.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span style=\"font-weight: 400;\" data-css=\"tve-u-165e64c08d5\"><span style=\"font-family: Merriweather;\" data-css=\"tve-u-165e64c08d6\">We implement a variety of security measures when a user places an order, enters, submits, or accesses their information to maintain the safety of your personal information.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span style=\"font-weight: 400;\" data-css=\"tve-u-165e64c08d8\"><span style=\"font-family: Merriweather;\" data-css=\"tve-u-165e64c08d9\">All transactions are processed through a gateway provider and are not stored or processed on our servers.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span style=\"font-weight: 400;\" data-css=\"tve-u-165e64c08da\"><span style=\"font-family: Merriweather;\" data-css=\"tve-u-165e64c08db\">Do we use \'cookies\'?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span style=\"font-weight: 400;\" data-css=\"tve-u-165e64c08dd\"><span style=\"font-family: Merriweather;\" data-css=\"tve-u-165e64c08de\">Yes. Cookies are small files that a site or its service provider transfers to your computer\'s hard drive through your Web browser (if you allow) that enable the site\'s or service provider\'s systems to recognize your browser and capture and remember certain information. For instance, we use cookies to help us remember and process the items in your shopping cart. They are also used to help us understand your preferences based on previous or current site activity, which enables us to provide you with improved services. We also use cookies to help us compile aggregate data about site traffic and site interaction so that we can offer better site experiences and tools in the future.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span style=\"font-weight: 400;\" data-css=\"tve-u-165e64c08df\"><span style=\"font-family: Merriweather;\" data-css=\"tve-u-165e64c08e0\">We use cookies to:</span></span></p><p data-css=\"tve-u-1642b20c920\"><span style=\"font-weight: 400;\" data-css=\"tve-u-165e64c08e2\"><span style=\"font-family: Merriweather;\" data-css=\"tve-u-165e64c08e3\">â€¢ Help remember and process the items in the shopping cart.â€¢ Understand and save user\'s preferences for future visits.You can choose to have your computer warn you each time a cookie is being sent, or you can choose to turn off all cookies. You do this through your browser (like Internet Explorer) settings. Each browser is a little different, so look at your browser\'s Help menu to learn the correct way to modify your cookies.If users disable cookies in their browser:If you turn off cookies, some features will be disabled. However, you can still place orders forsaved items in your shopping cart over the telephone by contacting customer service.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span style=\"font-weight: 400;\" data-css=\"tve-u-165e64c08e4\"><span style=\"font-family: Merriweather;\" data-css=\"tve-u-165e64c08e5\">Third Party Disclosure</span></span></p><p data-css=\"tve-u-1642b20c920\"><span style=\"font-weight: 400;\" data-css=\"tve-u-165e64c08e7\"><span style=\"font-family: Merriweather;\" data-css=\"tve-u-165e64c08e8\">We do not sell, trade, or otherwise transfer to outside parties your personally identifiable information.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span style=\"font-weight: 400;\" data-css=\"tve-u-165e64c08e9\"><span style=\"font-family: Merriweather;\" data-css=\"tve-u-165e64c08ea\">Third party links</span></span></p><p data-css=\"tve-u-1642b20c920\"><span style=\"font-weight: 400;\" data-css=\"tve-u-165e64c08ec\"><span style=\"font-family: Merriweather;\" data-css=\"tve-u-165e64c08ed\">Occasionally, at our discretion, we may include or offer third party products or services on our website. These third party sites have separate and independent privacy policies. We therefore have no responsibility or liability for the content and activities of these linked sites. Nonetheless, we seek to protect the integrity of our site and welcome any feedback about these sites.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span style=\"font-weight: 400;\" data-css=\"tve-u-165e64c08ee\"><span style=\"font-family: Merriweather;\" data-css=\"tve-u-165e64c08f0\">Google</span></span></p><p data-css=\"tve-u-1642b20c920\"><span style=\"font-weight: 400;\" data-css=\"tve-u-165e64c08f1\"><span style=\"font-family: Merriweather;\" data-css=\"tve-u-165e64c08f2\">Google\'s advertising requirements can be summed up by Google\'s Advertising Principles. They are put in place to provide a positive experience for users. https://support.google.com/adwordspolicy/answer/1316548?hl=enOpting out:Users can set preferences for how Google advertises to you using the Google Ad Settings page. Alternatively, you can opt out by visiting the Network Advertising initiative opt out page or permanently using the Google Analytics Opt Out Browser add on.California Online Privacy Protection ActCalOPPA is the first state law in the nation to require commercial websites and online services to post a privacy policy. The law\'s reach stretches well beyond California to require a person or company in the United States (and conceivably the world) that operates websites collecting personally identifiable information from California consumers to post a conspicuous privacy policy on its website stating exactly the information being collected and those individuals with whom it is being shared, and to comply with this policy.See more at: http://consumercal.org/california-online-privacy-protection-act-caloppa/#sthash.0FdRbT51.dpufAccording to CalOPPA we agree to the following:Users can visit our site anonymouslyOnce this privacy policy is created, we will add a link to it on our home page, or as a minimum on the first significant page after entering our website.Our Privacy Policy link includes the word \'Privacy\', and can be easily be found on the page specified above.Users will be notified of any privacy policy changes:â€¢ On our Privacy Policy PageUsers are able to change their personal information:â€¢ By emailing usâ€¢ By calling us</span></span></p><p data-css=\"tve-u-1642b20c920\"><span style=\"font-weight: 400;\" data-css=\"tve-u-165e64c08f3\"><span style=\"font-family: Merriweather;\" data-css=\"tve-u-165e64c08f6\">How does our site handle do not track signals?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span style=\"font-weight: 400;\" data-css=\"tve-u-165e64c08f7\"><span style=\"font-family: Merriweather;\" data-css=\"tve-u-165e64c08f8\">We honor do not track signals and do not track, plant cookies, or use advertising when a Do Not Track (DNT) browser mechanism is in place.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span style=\"font-weight: 400;\" data-css=\"tve-u-165e64c08f9\"><span style=\"font-family: Merriweather;\" data-css=\"tve-u-165e64c08fa\">Does our site allow third party behavioral tracking?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span style=\"font-weight: 400;\" data-css=\"tve-u-165e64c08fb\"><span style=\"font-family: Merriweather;\" data-css=\"tve-u-165e64c08fc\">It\'s also important to note that we do not allow third party behavioral trackingCOPPA (Children Online Privacy Protection Act)When it comes to the collection of personal information from children under 13, the Children\'s Online Privacy Protection Act (COPPA) puts parents in control. The Federal Trade Commission, the nation\'s consumer protection agency, enforces the COPPA Rule, which spells out what operators of websites and online services must do to protect children\'s privacy and safety online.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span style=\"font-weight: 400;\" data-css=\"tve-u-165e64c08fe\"><span style=\"font-family: Merriweather;\" data-css=\"tve-u-165e64c08ff\">We do not specifically market to children under 13.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span style=\"font-weight: 400;\" data-css=\"tve-u-165e64c0900\"><span style=\"font-family: Merriweather;\" data-css=\"tve-u-165e64c0901\">Fair Information Practices</span></span></p><p data-css=\"tve-u-1642b20c920\"><span style=\"font-weight: 400;\" data-css=\"tve-u-165e64c0903\"><span style=\"font-family: Merriweather;\" data-css=\"tve-u-165e64c0904\">The Fair Information Practices Principles form the backbone of privacy law in the United States and the concepts they include have played a significant role in the development of data protection laws around the globe. Understanding the Fair Information Practice Principles and how they should be implemented is critical to comply with the various privacy laws that protect personal information.In order to be in line with Fair Information Practices we will take the following responsive action, should a data breach occur:â€¢ Within 7 business daysWe will notify the users via in site notificationâ€¢ Within 7 business daysWe also agree to the individual redress principle, which requires that individuals have a right to pursue legally enforceable rights against data collectors and processors who fail to adhere to the law. This principle requires not only that individuals have enforceable rights against data users, but also that individuals have recourse to courts or a government agency to investigate and/or prosecute non-compliance by data processors.CAN SPAM ActThe CAN-SPAM Act is a law that sets the rules for commercial email, establishes requirements for commercial messages, gives recipients the right to have emails stopped from being sent to them, and spells out tough penalties for violations.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span style=\"font-weight: 400;\" data-css=\"tve-u-165e64c0905\"><span style=\"font-family: Merriweather;\" data-css=\"tve-u-165e64c0906\">We collect your email address in order to:</span></span></p><p data-css=\"tve-u-1642b20c920\"><span style=\"font-weight: 400;\" data-css=\"tve-u-165e64c0908\"><span style=\"font-family: Merriweather;\" data-css=\"tve-u-165e64c0909\">â€¢ Send information, respond to inquiries, and/or other requests or questions.â€¢ Process orders and to send information and updates pertaining to ordersâ€¢ Market to our mailing list or continue to send emails to our clients after the original transaction has occurredTo be in accordance with CANSPAM we agree to the following:â€¢ NOT use false, or misleading subjects or email addressesâ€¢ Identify the message as an advertisement in some reasonable wayâ€¢ Include the physical address of our business or site headquartersâ€¢ Monitor third party email marketing services for compliance, if one is used.â€¢ Honor opt-out/unsubscribe requests quicklyâ€¢ Allow users to unsubscribe by using the link at the bottom of each emailIf at any time you would like to unsubscribe from receiving future emails, you can email us atâ€¢ Follow the instructions at the bottom of each email. and we will promptly remove you from ALL correspondence.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span style=\"font-weight: 400;\" data-css=\"tve-u-165e64c090a\"><span style=\"font-family: Merriweather;\" data-css=\"tve-u-165e64c090c\">Contacting Us</span></span></p><p data-css=\"tve-u-1642b20c920\"><span style=\"font-weight: 400;\" data-css=\"tve-u-165e64c090d\"><span style=\"font-family: Merriweather;\" data-css=\"tve-u-165e64c090e\">If there are any questions regarding this privacy policy you may contact us using the information below.Blackhawk Custom, LLC.825 South Kings HighwayFort Pierce, FL 34945United Stateshttps://www.blackhawkcustom.com</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c090d\" style=\"font-weight: 400;\"><span data-css=\"tve-u-165e64c090e\" style=\"font-family: Merriweather;\">Conditions of use:</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c090d\" style=\"font-weight: 400;\"><span data-css=\"tve-u-165e64c090e\" style=\"font-family: Merriweather;\">â€‹</span></span><span style=\"font-family: Merriweather; font-weight: 400;\" data-css=\"tve-u-165e64c0910\">By using this website, you agree to all of our terms and conditions of the saleAll sales are final (See our refund policy)</span></p>','Privacy','','inherit','closed','closed','','141-revision-v1','','','2018-09-17 02:51:05','2018-09-17 06:51:05','',141,'https://bestcerakoteflorida.com/141-revision-v1/',0,'revision','',0),(457,1,'2019-01-29 22:41:08','2019-01-30 03:41:08','<h1 style=\"text-align: center;\"><strong>Privacy</strong></h1><p><span style=\"font-family: Merriweather; font-weight: 400;\" wfd-id=\"95\">Privacy Policy</span></p><p><span style=\"font-family: Merriweather; font-weight: 400;\" wfd-id=\"94\">What personal information do we collect from the people that visit our blog, website or app?When ordering or registering on our site, as appropriate, you may be asked to enter your name, email address, mailing address, phone number, credit card information or other details to help you with your experience.</span></p><p><span style=\"font-weight: 400;\" wfd-id=\"92\"><span style=\"font-family: Merriweather;\" wfd-id=\"93\">When do we collect information?</span></span></p><p><span style=\"font-weight: 400;\" wfd-id=\"90\"><span style=\"font-family: Merriweather;\" wfd-id=\"91\">We collect information from you when you register on our site, place an order, subscribe to a newsletter, respond to a survey, fill out a form or enter information on our site.</span></span></p><p><span style=\"font-weight: 400;\" wfd-id=\"88\"><span style=\"font-family: Merriweather;\" wfd-id=\"89\">How do we use your information?</span></span></p><p><span style=\"font-weight: 400;\" wfd-id=\"86\"><span style=\"font-family: Merriweather;\" wfd-id=\"87\">We may use the information we collect from you when you register, make a purchase, sign up for our newsletter, respond to a survey or marketing communication, surf the website, or use certain other site features in the following ways:â€¢ To personalize user\'s experience and to allow us to deliver the type of content and product offerings in which you are most interested.â€¢ To improve our website in order to better serve you.â€¢ To allow us to better service you in responding to your customer service requests.â€¢ To administer a contest, promotion, survey or other site feature.â€¢ To quickly process your transactions.â€¢ To send periodic emails regarding your order or other products and services.</span></span></p><p><span style=\"font-weight: 400;\" wfd-id=\"84\"><span style=\"font-family: Merriweather;\" wfd-id=\"85\">How do we protect visitor information?</span></span></p><p><span style=\"font-weight: 400;\" wfd-id=\"82\"><span style=\"font-family: Merriweather;\" wfd-id=\"83\">Our website is scanned on a regular basis for security holes and known vulnerabilities in order to make your visit to our site as safe as possible.We use regular Malware Scanning.</span></span></p><p><span style=\"font-weight: 400;\" wfd-id=\"80\"><span style=\"font-family: Merriweather;\" wfd-id=\"81\">Your personal information is contained behind secured networks and is only accessible by a limited number of persons who have special access rights to such systems, and are required to keep the information confidential. In addition, all sensitive/credit information you supply is encrypted via Secure Socket Layer (SSL) technology.</span></span></p><p><span style=\"font-weight: 400;\" wfd-id=\"78\"><span style=\"font-family: Merriweather;\" wfd-id=\"79\">We implement a variety of security measures when a user places an order, enters, submits, or accesses their information to maintain the safety of your personal information.</span></span></p><p><span style=\"font-weight: 400;\" wfd-id=\"76\"><span style=\"font-family: Merriweather;\" wfd-id=\"77\">All transactions are processed through a gateway provider and are not stored or processed on our servers.</span></span></p><p><span style=\"font-weight: 400;\" wfd-id=\"74\"><span style=\"font-family: Merriweather;\" wfd-id=\"75\">Do we use \'cookies\'?</span></span></p><p><span style=\"font-weight: 400;\" wfd-id=\"72\"><span style=\"font-family: Merriweather;\" wfd-id=\"73\">Yes. Cookies are small files that a site or its service provider transfers to your computer\'s hard drive through your Web browser (if you allow) that enable the site\'s or service provider\'s systems to recognize your browser and capture and remember certain information. For instance, we use cookies to help us remember and process the items in your shopping cart. They are also used to help us understand your preferences based on previous or current site activity, which enables us to provide you with improved services. We also use cookies to help us compile aggregate data about site traffic and site interaction so that we can offer better site experiences and tools in the future.</span></span></p><p><span style=\"font-weight: 400;\" wfd-id=\"70\"><span style=\"font-family: Merriweather;\" wfd-id=\"71\">We use cookies to:</span></span></p><p><span style=\"font-weight: 400;\" wfd-id=\"68\"><span style=\"font-family: Merriweather;\" wfd-id=\"69\">â€¢ Help remember and process the items in the shopping cart.â€¢ Understand and save user\'s preferences for future visits.You can choose to have your computer warn you each time a cookie is being sent, or you can choose to turn off all cookies. You do this through your browser (like Internet Explorer) settings. Each browser is a little different, so look at your browser\'s Help menu to learn the correct way to modify your cookies.If users disable cookies in their browser:If you turn off cookies, some features will be disabled. However, you can still place orders forsaved items in your shopping cart over the telephone by contacting customer service.</span></span></p><p><span style=\"font-weight: 400;\" wfd-id=\"66\"><span style=\"font-family: Merriweather;\" wfd-id=\"67\">Third Party Disclosure</span></span></p><p><span style=\"font-weight: 400;\" wfd-id=\"64\"><span style=\"font-family: Merriweather;\" wfd-id=\"65\">We do not sell, trade, or otherwise transfer to outside parties your personally identifiable information.</span></span></p><p><span style=\"font-weight: 400;\" wfd-id=\"62\"><span style=\"font-family: Merriweather;\" wfd-id=\"63\">Third party links</span></span></p><p><span style=\"font-weight: 400;\" wfd-id=\"60\"><span style=\"font-family: Merriweather;\" wfd-id=\"61\">Occasionally, at our discretion, we may include or offer third party products or services on our website. These third party sites have separate and independent privacy policies. We therefore have no responsibility or liability for the content and activities of these linked sites. Nonetheless, we seek to protect the integrity of our site and welcome any feedback about these sites.</span></span></p><p><span style=\"font-weight: 400;\" wfd-id=\"58\"><span style=\"font-family: Merriweather;\" wfd-id=\"59\">Google</span></span></p><p><span style=\"font-weight: 400;\" wfd-id=\"56\"><span style=\"font-family: Merriweather;\" wfd-id=\"57\">Google\'s advertising requirements can be summed up by Google\'s Advertising Principles. They are put in place to provide a positive experience for users. https://support.google.com/adwordspolicy/answer/1316548?hl=enOpting out:Users can set preferences for how Google advertises to you using the Google Ad Settings page. Alternatively, you can opt out by visiting the Network Advertising initiative opt out page or permanently using the Google Analytics Opt Out Browser add on.California Online Privacy Protection ActCalOPPA is the first state law in the nation to require commercial websites and online services to post a privacy policy. The law\'s reach stretches well beyond California to require a person or company in the United States (and conceivably the world) that operates websites collecting personally identifiable information from California consumers to post a conspicuous privacy policy on its website stating exactly the information being collected and those individuals with whom it is being shared, and to comply with this policy.See more at: http://consumercal.org/california-online-privacy-protection-act-caloppa/#sthash.0FdRbT51.dpufAccording to CalOPPA we agree to the following:Users can visit our site anonymouslyOnce this privacy policy is created, we will add a link to it on our home page, or as a minimum on the first significant page after entering our website.Our Privacy Policy link includes the word \'Privacy\', and can be easily be found on the page specified above.Users will be notified of any privacy policy changes:â€¢ On our Privacy Policy PageUsers are able to change their personal information:â€¢ By emailing usâ€¢ By calling us</span></span></p><p><span style=\"font-weight: 400;\" wfd-id=\"54\"><span style=\"font-family: Merriweather;\" wfd-id=\"55\">How does our site handle do not track signals?</span></span></p><p><span style=\"font-weight: 400;\" wfd-id=\"52\"><span style=\"font-family: Merriweather;\" wfd-id=\"53\">We honor do not track signals and do not track, plant cookies, or use advertising when a Do Not Track (DNT) browser mechanism is in place.</span></span></p><p><span style=\"font-weight: 400;\" wfd-id=\"50\"><span style=\"font-family: Merriweather;\" wfd-id=\"51\">Does our site allow third party behavioral tracking?</span></span></p><p><span style=\"font-weight: 400;\" wfd-id=\"48\"><span style=\"font-family: Merriweather;\" wfd-id=\"49\">It\'s also important to note that we do not allow third party behavioral trackingCOPPA (Children Online Privacy Protection Act)When it comes to the collection of personal information from children under 13, the Children\'s Online Privacy Protection Act (COPPA) puts parents in control. The Federal Trade Commission, the nation\'s consumer protection agency, enforces the COPPA Rule, which spells out what operators of websites and online services must do to protect children\'s privacy and safety online.</span></span></p><p><span style=\"font-weight: 400;\" wfd-id=\"46\"><span style=\"font-family: Merriweather;\" wfd-id=\"47\">We do not specifically market to children under 13.</span></span></p><p><span style=\"font-weight: 400;\" wfd-id=\"44\"><span style=\"font-family: Merriweather;\" wfd-id=\"45\">Fair Information Practices</span></span></p><p><span style=\"font-weight: 400;\" wfd-id=\"42\"><span style=\"font-family: Merriweather;\" wfd-id=\"43\">The Fair Information Practices Principles form the backbone of privacy law in the United States and the concepts they include have played a significant role in the development of data protection laws around the globe. Understanding the Fair Information Practice Principles and how they should be implemented is critical to comply with the various privacy laws that protect personal information.In order to be in line with Fair Information Practices we will take the following responsive action, should a data breach occur:â€¢ Within 7 business daysWe will notify the users via in site notificationâ€¢ Within 7 business daysWe also agree to the individual redress principle, which requires that individuals have a right to pursue legally enforceable rights against data collectors and processors who fail to adhere to the law. This principle requires not only that individuals have enforceable rights against data users, but also that individuals have recourse to courts or a government agency to investigate and/or prosecute non-compliance by data processors.CAN SPAM ActThe CAN-SPAM Act is a law that sets the rules for commercial email, establishes requirements for commercial messages, gives recipients the right to have emails stopped from being sent to them, and spells out tough penalties for violations.</span></span></p><p><span style=\"font-weight: 400;\" wfd-id=\"40\"><span style=\"font-family: Merriweather;\" wfd-id=\"41\">We collect your email address in order to:</span></span></p><p><span style=\"font-weight: 400;\" wfd-id=\"38\"><span style=\"font-family: Merriweather;\" wfd-id=\"39\">â€¢ Send information, respond to inquiries, and/or other requests or questions.â€¢ Process orders and to send information and updates pertaining to ordersâ€¢ Market to our mailing list or continue to send emails to our clients after the original transaction has occurredTo be in accordance with CANSPAM we agree to the following:â€¢ NOT use false, or misleading subjects or email addressesâ€¢ Identify the message as an advertisement in some reasonable wayâ€¢ Include the physical address of our business or site headquartersâ€¢ Monitor third party email marketing services for compliance, if one is used.â€¢ Honor opt-out/unsubscribe requests quicklyâ€¢ Allow users to unsubscribe by using the link at the bottom of each emailIf at any time you would like to unsubscribe from receiving future emails, you can email us atâ€¢ Follow the instructions at the bottom of each email. and we will promptly remove you from ALL correspondence.</span></span></p><p><span style=\"font-weight: 400;\" wfd-id=\"36\"><span style=\"font-family: Merriweather;\" wfd-id=\"37\">Contacting Us</span></span></p><p><span style=\"font-weight: 400;\" wfd-id=\"34\"><span style=\"font-family: Merriweather;\" wfd-id=\"35\">If there are any questions regarding this privacy policy you may contact us using the information below.Blackhawk Custom, LLC.825 South Kings HighwayFort Pierce, FL 34945United Stateshttps://www.blackhawkcustom.com</span></span></p><p><span style=\"font-weight: 400;\" wfd-id=\"32\"><span style=\"font-family: Merriweather;\" wfd-id=\"33\">Conditions of use:</span></span></p><p><span style=\"font-weight: 400;\" wfd-id=\"30\"><span style=\"font-family: Merriweather;\" wfd-id=\"31\">â€‹</span></span><span style=\"font-family: Merriweather; font-weight: 400;\" wfd-id=\"29\">By using this website, you agree to all of our terms and conditions of the saleAll sales are final (See our refund policy)</span></p>','Privacy','','inherit','closed','closed','','141-revision-v1','','','2019-01-29 22:41:08','2019-01-30 03:41:08','',141,'https://bestcerakoteflorida.com/141-revision-v1/',0,'revision','',0),(323,1,'2018-09-17 02:52:08','2018-09-17 06:52:08','<h1 data-css=\"tve-u-16035acf904\" style=\"text-align: center;\"><strong>Privacy</strong></h1><p data-css=\"tve-u-165e6491162\"><span style=\"font-family: Merriweather; font-weight: 400;\" data-css=\"tve-u-165e64c579a\" wfd-id=\"129\">Privacy Policy</span></p><p data-css=\"tve-u-165e6492b04\"><span style=\"font-family: Merriweather; font-weight: 400;\" data-css=\"tve-u-165e64c08c2\" wfd-id=\"128\">What personal information do we collect from the people that visit our blog, website or app?When ordering or registering on our site, as appropriate, you may be asked to enter your name, email address, mailing address, phone number, credit card information or other details to help you with your experience.</span></p><p data-css=\"tve-u-1642b20c920\"><span style=\"font-weight: 400;\" data-css=\"tve-u-165e64c08c4\" wfd-id=\"126\"><span style=\"font-family: Merriweather;\" data-css=\"tve-u-165e64c08c5\" wfd-id=\"127\">When do we collect information?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span style=\"font-weight: 400;\" data-css=\"tve-u-165e64c08c6\" wfd-id=\"124\"><span style=\"font-family: Merriweather;\" data-css=\"tve-u-165e64c08c7\" wfd-id=\"125\">We collect information from you when you register on our site, place an order, subscribe to a newsletter, respond to a survey, fill out a form or enter information on our site.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span style=\"font-weight: 400;\" data-css=\"tve-u-165e64c08c9\" wfd-id=\"122\"><span style=\"font-family: Merriweather;\" data-css=\"tve-u-165e64c08ca\" wfd-id=\"123\">How do we use your information?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span style=\"font-weight: 400;\" data-css=\"tve-u-165e64c08cb\" wfd-id=\"120\"><span style=\"font-family: Merriweather;\" data-css=\"tve-u-165e64c08cc\" wfd-id=\"121\">We may use the information we collect from you when you register, make a purchase, sign up for our newsletter, respond to a survey or marketing communication, surf the website, or use certain other site features in the following ways:â€¢ To personalize user\'s experience and to allow us to deliver the type of content and product offerings in which you are most interested.â€¢ To improve our website in order to better serve you.â€¢ To allow us to better service you in responding to your customer service requests.â€¢ To administer a contest, promotion, survey or other site feature.â€¢ To quickly process your transactions.â€¢ To send periodic emails regarding your order or other products and services.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span style=\"font-weight: 400;\" data-css=\"tve-u-165e64c08ce\" wfd-id=\"118\"><span style=\"font-family: Merriweather;\" data-css=\"tve-u-165e64c08cf\" wfd-id=\"119\">How do we protect visitor information?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span style=\"font-weight: 400;\" data-css=\"tve-u-165e64c08d0\" wfd-id=\"116\"><span style=\"font-family: Merriweather;\" data-css=\"tve-u-165e64c08d1\" wfd-id=\"117\">Our website is scanned on a regular basis for security holes and known vulnerabilities in order to make your visit to our site as safe as possible.We use regular Malware Scanning.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span style=\"font-weight: 400;\" data-css=\"tve-u-165e64c08d3\" wfd-id=\"114\"><span style=\"font-family: Merriweather;\" data-css=\"tve-u-165e64c08d4\" wfd-id=\"115\">Your personal information is contained behind secured networks and is only accessible by a limited number of persons who have special access rights to such systems, and are required to keep the information confidential. In addition, all sensitive/credit information you supply is encrypted via Secure Socket Layer (SSL) technology.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span style=\"font-weight: 400;\" data-css=\"tve-u-165e64c08d5\" wfd-id=\"112\"><span style=\"font-family: Merriweather;\" data-css=\"tve-u-165e64c08d6\" wfd-id=\"113\">We implement a variety of security measures when a user places an order, enters, submits, or accesses their information to maintain the safety of your personal information.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span style=\"font-weight: 400;\" data-css=\"tve-u-165e64c08d8\" wfd-id=\"110\"><span style=\"font-family: Merriweather;\" data-css=\"tve-u-165e64c08d9\" wfd-id=\"111\">All transactions are processed through a gateway provider and are not stored or processed on our servers.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span style=\"font-weight: 400;\" data-css=\"tve-u-165e64c08da\" wfd-id=\"108\"><span style=\"font-family: Merriweather;\" data-css=\"tve-u-165e64c08db\" wfd-id=\"109\">Do we use \'cookies\'?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span style=\"font-weight: 400;\" data-css=\"tve-u-165e64c08dd\" wfd-id=\"106\"><span style=\"font-family: Merriweather;\" data-css=\"tve-u-165e64c08de\" wfd-id=\"107\">Yes. Cookies are small files that a site or its service provider transfers to your computer\'s hard drive through your Web browser (if you allow) that enable the site\'s or service provider\'s systems to recognize your browser and capture and remember certain information. For instance, we use cookies to help us remember and process the items in your shopping cart. They are also used to help us understand your preferences based on previous or current site activity, which enables us to provide you with improved services. We also use cookies to help us compile aggregate data about site traffic and site interaction so that we can offer better site experiences and tools in the future.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span style=\"font-weight: 400;\" data-css=\"tve-u-165e64c08df\" wfd-id=\"104\"><span style=\"font-family: Merriweather;\" data-css=\"tve-u-165e64c08e0\" wfd-id=\"105\">We use cookies to:</span></span></p><p data-css=\"tve-u-1642b20c920\"><span style=\"font-weight: 400;\" data-css=\"tve-u-165e64c08e2\" wfd-id=\"102\"><span style=\"font-family: Merriweather;\" data-css=\"tve-u-165e64c08e3\" wfd-id=\"103\">â€¢ Help remember and process the items in the shopping cart.â€¢ Understand and save user\'s preferences for future visits.You can choose to have your computer warn you each time a cookie is being sent, or you can choose to turn off all cookies. You do this through your browser (like Internet Explorer) settings. Each browser is a little different, so look at your browser\'s Help menu to learn the correct way to modify your cookies.If users disable cookies in their browser:If you turn off cookies, some features will be disabled. However, you can still place orders forsaved items in your shopping cart over the telephone by contacting customer service.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span style=\"font-weight: 400;\" data-css=\"tve-u-165e64c08e4\" wfd-id=\"100\"><span style=\"font-family: Merriweather;\" data-css=\"tve-u-165e64c08e5\" wfd-id=\"101\">Third Party Disclosure</span></span></p><p data-css=\"tve-u-1642b20c920\"><span style=\"font-weight: 400;\" data-css=\"tve-u-165e64c08e7\" wfd-id=\"98\"><span style=\"font-family: Merriweather;\" data-css=\"tve-u-165e64c08e8\" wfd-id=\"99\">We do not sell, trade, or otherwise transfer to outside parties your personally identifiable information.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span style=\"font-weight: 400;\" data-css=\"tve-u-165e64c08e9\" wfd-id=\"96\"><span style=\"font-family: Merriweather;\" data-css=\"tve-u-165e64c08ea\" wfd-id=\"97\">Third party links</span></span></p><p data-css=\"tve-u-1642b20c920\"><span style=\"font-weight: 400;\" data-css=\"tve-u-165e64c08ec\" wfd-id=\"94\"><span style=\"font-family: Merriweather;\" data-css=\"tve-u-165e64c08ed\" wfd-id=\"95\">Occasionally, at our discretion, we may include or offer third party products or services on our website. These third party sites have separate and independent privacy policies. We therefore have no responsibility or liability for the content and activities of these linked sites. Nonetheless, we seek to protect the integrity of our site and welcome any feedback about these sites.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span style=\"font-weight: 400;\" data-css=\"tve-u-165e64c08ee\" wfd-id=\"92\"><span style=\"font-family: Merriweather;\" data-css=\"tve-u-165e64c08f0\" wfd-id=\"93\">Google</span></span></p><p data-css=\"tve-u-1642b20c920\"><span style=\"font-weight: 400;\" data-css=\"tve-u-165e64c08f1\" wfd-id=\"90\"><span style=\"font-family: Merriweather;\" data-css=\"tve-u-165e64c08f2\" wfd-id=\"91\">Google\'s advertising requirements can be summed up by Google\'s Advertising Principles. They are put in place to provide a positive experience for users. https://support.google.com/adwordspolicy/answer/1316548?hl=enOpting out:Users can set preferences for how Google advertises to you using the Google Ad Settings page. Alternatively, you can opt out by visiting the Network Advertising initiative opt out page or permanently using the Google Analytics Opt Out Browser add on.California Online Privacy Protection ActCalOPPA is the first state law in the nation to require commercial websites and online services to post a privacy policy. The law\'s reach stretches well beyond California to require a person or company in the United States (and conceivably the world) that operates websites collecting personally identifiable information from California consumers to post a conspicuous privacy policy on its website stating exactly the information being collected and those individuals with whom it is being shared, and to comply with this policy.See more at: http://consumercal.org/california-online-privacy-protection-act-caloppa/#sthash.0FdRbT51.dpufAccording to CalOPPA we agree to the following:Users can visit our site anonymouslyOnce this privacy policy is created, we will add a link to it on our home page, or as a minimum on the first significant page after entering our website.Our Privacy Policy link includes the word \'Privacy\', and can be easily be found on the page specified above.Users will be notified of any privacy policy changes:â€¢ On our Privacy Policy PageUsers are able to change their personal information:â€¢ By emailing usâ€¢ By calling us</span></span></p><p data-css=\"tve-u-1642b20c920\"><span style=\"font-weight: 400;\" data-css=\"tve-u-165e64c08f3\" wfd-id=\"88\"><span style=\"font-family: Merriweather;\" data-css=\"tve-u-165e64c08f6\" wfd-id=\"89\">How does our site handle do not track signals?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span style=\"font-weight: 400;\" data-css=\"tve-u-165e64c08f7\" wfd-id=\"86\"><span style=\"font-family: Merriweather;\" data-css=\"tve-u-165e64c08f8\" wfd-id=\"87\">We honor do not track signals and do not track, plant cookies, or use advertising when a Do Not Track (DNT) browser mechanism is in place.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span style=\"font-weight: 400;\" data-css=\"tve-u-165e64c08f9\" wfd-id=\"84\"><span style=\"font-family: Merriweather;\" data-css=\"tve-u-165e64c08fa\" wfd-id=\"85\">Does our site allow third party behavioral tracking?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span style=\"font-weight: 400;\" data-css=\"tve-u-165e64c08fb\" wfd-id=\"82\"><span style=\"font-family: Merriweather;\" data-css=\"tve-u-165e64c08fc\" wfd-id=\"83\">It\'s also important to note that we do not allow third party behavioral trackingCOPPA (Children Online Privacy Protection Act)When it comes to the collection of personal information from children under 13, the Children\'s Online Privacy Protection Act (COPPA) puts parents in control. The Federal Trade Commission, the nation\'s consumer protection agency, enforces the COPPA Rule, which spells out what operators of websites and online services must do to protect children\'s privacy and safety online.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span style=\"font-weight: 400;\" data-css=\"tve-u-165e64c08fe\" wfd-id=\"80\"><span style=\"font-family: Merriweather;\" data-css=\"tve-u-165e64c08ff\" wfd-id=\"81\">We do not specifically market to children under 13.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span style=\"font-weight: 400;\" data-css=\"tve-u-165e64c0900\" wfd-id=\"78\"><span style=\"font-family: Merriweather;\" data-css=\"tve-u-165e64c0901\" wfd-id=\"79\">Fair Information Practices</span></span></p><p data-css=\"tve-u-1642b20c920\"><span style=\"font-weight: 400;\" data-css=\"tve-u-165e64c0903\" wfd-id=\"76\"><span style=\"font-family: Merriweather;\" data-css=\"tve-u-165e64c0904\" wfd-id=\"77\">The Fair Information Practices Principles form the backbone of privacy law in the United States and the concepts they include have played a significant role in the development of data protection laws around the globe. Understanding the Fair Information Practice Principles and how they should be implemented is critical to comply with the various privacy laws that protect personal information.In order to be in line with Fair Information Practices we will take the following responsive action, should a data breach occur:â€¢ Within 7 business daysWe will notify the users via in site notificationâ€¢ Within 7 business daysWe also agree to the individual redress principle, which requires that individuals have a right to pursue legally enforceable rights against data collectors and processors who fail to adhere to the law. This principle requires not only that individuals have enforceable rights against data users, but also that individuals have recourse to courts or a government agency to investigate and/or prosecute non-compliance by data processors.CAN SPAM ActThe CAN-SPAM Act is a law that sets the rules for commercial email, establishes requirements for commercial messages, gives recipients the right to have emails stopped from being sent to them, and spells out tough penalties for violations.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span style=\"font-weight: 400;\" data-css=\"tve-u-165e64c0905\" wfd-id=\"74\"><span style=\"font-family: Merriweather;\" data-css=\"tve-u-165e64c0906\" wfd-id=\"75\">We collect your email address in order to:</span></span></p><p data-css=\"tve-u-1642b20c920\"><span style=\"font-weight: 400;\" data-css=\"tve-u-165e64c0908\" wfd-id=\"72\"><span style=\"font-family: Merriweather;\" data-css=\"tve-u-165e64c0909\" wfd-id=\"73\">â€¢ Send information, respond to inquiries, and/or other requests or questions.â€¢ Process orders and to send information and updates pertaining to ordersâ€¢ Market to our mailing list or continue to send emails to our clients after the original transaction has occurredTo be in accordance with CANSPAM we agree to the following:â€¢ NOT use false, or misleading subjects or email addressesâ€¢ Identify the message as an advertisement in some reasonable wayâ€¢ Include the physical address of our business or site headquartersâ€¢ Monitor third party email marketing services for compliance, if one is used.â€¢ Honor opt-out/unsubscribe requests quicklyâ€¢ Allow users to unsubscribe by using the link at the bottom of each emailIf at any time you would like to unsubscribe from receiving future emails, you can email us atâ€¢ Follow the instructions at the bottom of each email. and we will promptly remove you from ALL correspondence.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span style=\"font-weight: 400;\" data-css=\"tve-u-165e64c090a\" wfd-id=\"70\"><span style=\"font-family: Merriweather;\" data-css=\"tve-u-165e64c090c\" wfd-id=\"71\">Contacting Us</span></span></p><p data-css=\"tve-u-1642b20c920\"><span style=\"font-weight: 400;\" data-css=\"tve-u-165e64c090d\" wfd-id=\"68\"><span style=\"font-family: Merriweather;\" data-css=\"tve-u-165e64c090e\" wfd-id=\"69\">If there are any questions regarding this privacy policy you may contact us using the information below.Blackhawk Custom, LLC.825 South Kings HighwayFort Pierce, FL 34945United Stateshttps://www.blackhawkcustom.com</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c090d\" style=\"font-weight: 400;\" wfd-id=\"66\"><span data-css=\"tve-u-165e64c090e\" style=\"font-family: Merriweather;\" wfd-id=\"67\">Conditions of use:</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c090d\" style=\"font-weight: 400;\" wfd-id=\"64\"><span data-css=\"tve-u-165e64c090e\" style=\"font-family: Merriweather;\" wfd-id=\"65\">â€‹</span></span><span style=\"font-family: Merriweather; font-weight: 400;\" data-css=\"tve-u-165e64c0910\" wfd-id=\"63\">By using this website, you agree to all of our terms and conditions of the saleAll sales are final (See our refund policy)</span></p>','Privacy','','inherit','closed','closed','','141-revision-v1','','','2018-09-17 02:52:08','2018-09-17 06:52:08','',141,'https://bestcerakoteflorida.com/141-revision-v1/',0,'revision','',0),(324,1,'2018-09-20 03:23:10','2018-09-20 07:23:10','<div class=\"thrv_wrapper thrv_widget_menu tve-custom-menu-upgrade tve-mobile-dropdown  tve-menu-style-none tve-dropdown-icon-style_1 tve-mobile-icon-style_3\" data-tve-style=\"tve_horizontal\" data-tve-switch-icon=\"tablet,mobile\" data-css=\"tve-u-165c31715b0\" tcb-template-name=\"Blank template\" tcb-template-id=\"25238\" data-ct=\"menu-25238\" style=\"\">	<div class=\"thrive-shortcode-config\" style=\"display: none !important\">__CONFIG_widget_menu__{\"menu_id\":\"custom\",\"color\":\"tve_red\",\"dir\":\"tve_horizontal\",\"font_class\":\"\",\"font_size\":\"\",\"ul_attr\":\"\",\"link_attr\":\"\",\"top_link_attr\":\"\",\"trigger_attr\":\"\",\"primary\":\"\",\"head_css\":\"\",\"background_hover\":\"\",\"main_hover\":\"\",\"child_hover\":\"\",\"group_edit\":[{\"css_id\":null,\"class\":\"\"},{\"css_id\":null,\"class\":\"\"},{\"css_id\":null,\"class\":\"\"},{\"css_id\":null,\"class\":\"\"},{\"css_id\":null,\"class\":\"\"},{\"css_id\":null,\"class\":\"\"},{\"css_id\":null,\"class\":\"\"},{\"css_id\":null,\"class\":\"\"}],\"menu_style\":\"none\",\"dropdown_icon\":\"style_1\",\"mobile_side\":\"\",\"mobile_icon\":\"style_3\",\"switch_to_icon\":\"tablet,mobile\",\"template\":\"25238\",\"template_name\":\"Blank template\"}__CONFIG_widget_menu__</div>\n<div class=\"thrive-shortcode-html tve-menu-custom-type thrive-shortcode-html-editable tve-custom-menu-type tve_clearfix\" style=\"z-index: 8;\">\n<a class=\"tve-m-trigger t_tve_horizontal tve_red\" href=\"javascript:void(0)\"><div class=\"thrv_wrapper thrv_icon tcb-icon-open tve-trigger-active\" data-not-changeable=\"true\" data-selector=\"[data-css=&quot;tve-u-165c31715b0&quot;] .tcb-icon-open\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"align-justify\"><g><rect x=\"8\" y=\"10.1\" class=\"st0\" width=\"16\" height=\"2\"></rect><rect x=\"8\" y=\"15\" class=\"st0\" width=\"16\" height=\"2\"></rect><rect x=\"8\" y=\"19.9\" class=\"st0\" width=\"16\" height=\"2\"></rect><path class=\"st0\" d=\"M0,0v32h32V0H0z M30,30H2V2h28V30z\"></path></g></svg></div><div class=\"thrv_wrapper thrv_icon tcb-icon-close\" data-not-changeable=\"true\" data-selector=\"[data-css=&quot;tve-u-165c31715b0&quot;] .tcb-icon-close\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"close\"><g><path class=\"st0\" d=\"M0,0v32h32V0H0z M30,30H2V2h28V30z\"></path><polygon class=\"st0\" points=\"11.1,22.4 16,17.4 21,22.4 22.4,21 17.4,16 22.4,11.1 21,9.6 16,14.6 11.1,9.6 9.6,11.1 14.6,16 9.6,21 \"></polygon></g></svg></div></a><ul id=\"menu-main-menu\" class=\"tve_w_menu tve_horizontal tve-m-collapsed\" style=\"z-index: 6;\"><li id=\"tcb_custom_menu_5402f616\" class=\"menu-item menu-item-type-post_type menu-item-object-page thrv_wrapper thrv-menu-item-element thrv-custom-menu-item active-expand-children\" data-selector=\"[data-css=&quot;tve-u-165c31715b0&quot;] #tcb_custom_menu_5402f616\" data-tcb_hover_state_parent=\"\"><a href=\"\"><span class=\"tve-disabled-text-inner\">NAV#1</span><span class=\"tve-disabled-text-inner tve-item-dropdown-trigger\"></span></a></li><li id=\"tcb_custom_menu_13475a66\" class=\"menu-item menu-item-type-post_type menu-item-object-page thrv_wrapper thrv-menu-item-element thrv-custom-menu-item menu-item-has-children tcb-excluded-from-group-item\" data-selector=\"[data-css=&quot;tve-u-165c31715b0&quot;] #tcb_custom_menu_13475a66\" data-tcb_hover_state_parent=\"\"><a href=\"\"><span class=\"tve-disabled-text-inner\">NAV#2</span><span class=\"tve-disabled-text-inner tve-item-dropdown-trigger\"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"tve-dropdown-icon-up\" viewBox=\"0 0 320 512\"><path d=\"M151.5 347.8L3.5 201c-4.7-4.7-4.7-12.3 0-17l19.8-19.8c4.7-4.7 12.3-4.7 17 0L160 282.7l119.7-118.5c4.7-4.7 12.3-4.7 17 0l19.8 19.8c4.7 4.7 4.7 12.3 0 17l-148 146.8c-4.7 4.7-12.3 4.7-17 0z\"></path></svg><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"tve-dropdown-icon-down\" viewBox=\"0 0 320 512\"><path d=\"M168.5 164.2l148 146.8c4.7 4.7 4.7 12.3 0 17l-19.8 19.8c-4.7 4.7-12.3 4.7-17 0L160 229.3 40.3 347.8c-4.7 4.7-12.3 4.7-17 0L3.5 328c-4.7-4.7-4.7-12.3 0-17l148-146.8c4.7-4.7 12.3-4.7 17 0z\"></path></svg></span></a><ul class=\"sub-menu tve_empty_dropzone\" data-css=\"tve-u-165c31715af\" data-selector=\"[data-css=&quot;tve-u-165c31715b0&quot;] #tcb_custom_menu_13475a66 > ul\" style=\"z-index: 7;\"><li id=\"tcb_custom_menu_ed3da1d0\" class=\"menu-item menu-item-type-post_type menu-item-object-page thrv_wrapper thrv-menu-item-element thrv-custom-menu-item tcb-excluded-from-group-item\" data-selector=\"[data-css=&quot;tve-u-165c31715b0&quot;] #tcb_custom_menu_ed3da1d0\" data-tcb_hover_state_parent=\"\"><a href=\"\"><span class=\"tve-disabled-text-inner\">SUB-NAV#1</span><span class=\"tve-disabled-text-inner tve-item-dropdown-trigger\"></span></a></li><li id=\"tcb_custom_menu_1f1477da\" class=\"menu-item menu-item-type-post_type menu-item-object-page thrv_wrapper thrv-menu-item-element thrv-custom-menu-item\" data-selector=\"[data-css=&quot;tve-u-165c31715b0&quot;] #tcb_custom_menu_1f1477da\" data-tcb_hover_state_parent=\"\"><a href=\"\"><span class=\"tve-disabled-text-inner\">SUB-NAV#2</span><span class=\"tve-disabled-text-inner tve-item-dropdown-trigger\"></span></a></li></ul></li><li id=\"tcb_custom_menu_a19cc162\" class=\"menu-item menu-item-type-post_type menu-item-object-page thrv_wrapper thrv-menu-item-element thrv-custom-menu-item\" data-selector=\"[data-css=&quot;tve-u-165c31715b0&quot;] #tcb_custom_menu_a19cc162\" data-tcb_hover_state_parent=\"\"><a href=\"\"><span class=\"tve-disabled-text-inner\">NAV#3</span><span class=\"tve-disabled-text-inner tve-item-dropdown-trigger\"></span></a></li><li id=\"tcb_custom_menu_65zjXM43\" class=\"menu-item menu-item-type-post_type menu-item-object-page thrv_wrapper thrv-menu-item-element thrv-custom-menu-item\" data-selector=\"[data-css=&quot;tve-u-165c31715b0&quot;] #tcb_custom_menu_65zjXM43\" data-tcb_hover_state_parent=\"\"><a href=\"\"><span class=\"tve-disabled-text-inner\">NAV#4</span><span class=\"tve-disabled-text-inner tve-item-dropdown-trigger\"></span></a></li><li id=\"tcb_custom_menu_2SmNtzRv\" class=\"menu-item menu-item-type-post_type menu-item-object-page thrv_wrapper thrv-menu-item-element thrv-custom-menu-item\" data-selector=\"[data-css=&quot;tve-u-165c31715b0&quot;] #tcb_custom_menu_2SmNtzRv\" data-tcb_hover_state_parent=\"\"><a href=\"\"><span class=\"tve-disabled-text-inner\">NAV#5</span><span class=\"tve-disabled-text-inner tve-item-dropdown-trigger\"></span></a></li><li id=\"tcb_custom_menu_0NaqyNWp\" class=\"menu-item menu-item-type-post_type menu-item-object-page thrv_wrapper thrv-menu-item-element thrv-custom-menu-item tcb-excluded-from-group-item\" data-selector=\"[data-css=&quot;tve-u-165c31715b0&quot;] #tcb_custom_menu_0NaqyNWp\" data-tcb_hover_state_parent=\"\"><a href=\"\"><span class=\"tve-disabled-text-inner\">Button</span><span class=\"tve-disabled-text-inner tve-item-dropdown-trigger\"></span></a></li></ul></div>	</div>','Shadow Dark','','publish','closed','closed','','shadow-dark','','','2018-09-20 03:23:10','2018-09-20 07:23:10','',0,'https://bestcerakoteflorida.com/tcb_content_template/shadow-dark/',0,'tcb_content_template','',0),(325,1,'2018-09-20 03:26:33','2018-09-20 07:26:33','<h1 data-css=\"tve-u-16035acf904\" style=\"text-align: center;\"><strong>Privacy</strong></h1><p data-css=\"tve-u-165e6491162\"><span data-css=\"tve-u-165e64c579a\" style=\"font-family: Merriweather; font-weight: 400;\" wfd-id=\"103\">Privacy Policy</span></p><p data-css=\"tve-u-165e6492b04\"><span data-css=\"tve-u-165e64c08c2\" style=\"font-family: Merriweather; font-weight: 400;\" wfd-id=\"102\">What personal information do we collect from the people that visit our blog, website or app?When ordering or registering on our site, as appropriate, you may be asked to enter your name, email address, mailing address, phone number, credit card information or other details to help you with your experience.</span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08c4\" style=\"font-weight: 400;\" wfd-id=\"100\"><span data-css=\"tve-u-165e64c08c5\" style=\"font-family: Merriweather;\" wfd-id=\"101\">When do we collect information?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08c6\" style=\"font-weight: 400;\" wfd-id=\"98\"><span data-css=\"tve-u-165e64c08c7\" style=\"font-family: Merriweather;\" wfd-id=\"99\">We collect information from you when you register on our site, place an order, subscribe to a newsletter, respond to a survey, fill out a form or enter information on our site.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08c9\" style=\"font-weight: 400;\" wfd-id=\"96\"><span data-css=\"tve-u-165e64c08ca\" style=\"font-family: Merriweather;\" wfd-id=\"97\">How do we use your information?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08cb\" style=\"font-weight: 400;\" wfd-id=\"94\"><span data-css=\"tve-u-165e64c08cc\" style=\"font-family: Merriweather;\" wfd-id=\"95\">We may use the information we collect from you when you register, make a purchase, sign up for our newsletter, respond to a survey or marketing communication, surf the website, or use certain other site features in the following ways:â€¢ To personalize user\'s experience and to allow us to deliver the type of content and product offerings in which you are most interested.â€¢ To improve our website in order to better serve you.â€¢ To allow us to better service you in responding to your customer service requests.â€¢ To administer a contest, promotion, survey or other site feature.â€¢ To quickly process your transactions.â€¢ To send periodic emails regarding your order or other products and services.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08ce\" style=\"font-weight: 400;\" wfd-id=\"92\"><span data-css=\"tve-u-165e64c08cf\" style=\"font-family: Merriweather;\" wfd-id=\"93\">How do we protect visitor information?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08d0\" style=\"font-weight: 400;\" wfd-id=\"90\"><span data-css=\"tve-u-165e64c08d1\" style=\"font-family: Merriweather;\" wfd-id=\"91\">Our website is scanned on a regular basis for security holes and known vulnerabilities in order to make your visit to our site as safe as possible.We use regular Malware Scanning.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08d3\" style=\"font-weight: 400;\" wfd-id=\"88\"><span data-css=\"tve-u-165e64c08d4\" style=\"font-family: Merriweather;\" wfd-id=\"89\">Your personal information is contained behind secured networks and is only accessible by a limited number of persons who have special access rights to such systems, and are required to keep the information confidential. In addition, all sensitive/credit information you supply is encrypted via Secure Socket Layer (SSL) technology.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08d5\" style=\"font-weight: 400;\" wfd-id=\"86\"><span data-css=\"tve-u-165e64c08d6\" style=\"font-family: Merriweather;\" wfd-id=\"87\">We implement a variety of security measures when a user places an order, enters, submits, or accesses their information to maintain the safety of your personal information.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08d8\" style=\"font-weight: 400;\" wfd-id=\"84\"><span data-css=\"tve-u-165e64c08d9\" style=\"font-family: Merriweather;\" wfd-id=\"85\">All transactions are processed through a gateway provider and are not stored or processed on our servers.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08da\" style=\"font-weight: 400;\" wfd-id=\"82\"><span data-css=\"tve-u-165e64c08db\" style=\"font-family: Merriweather;\" wfd-id=\"83\">Do we use \'cookies\'?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08dd\" style=\"font-weight: 400;\" wfd-id=\"80\"><span data-css=\"tve-u-165e64c08de\" style=\"font-family: Merriweather;\" wfd-id=\"81\">Yes. Cookies are small files that a site or its service provider transfers to your computer\'s hard drive through your Web browser (if you allow) that enable the site\'s or service provider\'s systems to recognize your browser and capture and remember certain information. For instance, we use cookies to help us remember and process the items in your shopping cart. They are also used to help us understand your preferences based on previous or current site activity, which enables us to provide you with improved services. We also use cookies to help us compile aggregate data about site traffic and site interaction so that we can offer better site experiences and tools in the future.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08df\" style=\"font-weight: 400;\" wfd-id=\"78\"><span data-css=\"tve-u-165e64c08e0\" style=\"font-family: Merriweather;\" wfd-id=\"79\">We use cookies to:</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08e2\" style=\"font-weight: 400;\" wfd-id=\"76\"><span data-css=\"tve-u-165e64c08e3\" style=\"font-family: Merriweather;\" wfd-id=\"77\">â€¢ Help remember and process the items in the shopping cart.â€¢ Understand and save user\'s preferences for future visits.You can choose to have your computer warn you each time a cookie is being sent, or you can choose to turn off all cookies. You do this through your browser (like Internet Explorer) settings. Each browser is a little different, so look at your browser\'s Help menu to learn the correct way to modify your cookies.If users disable cookies in their browser:If you turn off cookies, some features will be disabled. However, you can still place orders forsaved items in your shopping cart over the telephone by contacting customer service.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08e4\" style=\"font-weight: 400;\" wfd-id=\"74\"><span data-css=\"tve-u-165e64c08e5\" style=\"font-family: Merriweather;\" wfd-id=\"75\">Third Party Disclosure</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08e7\" style=\"font-weight: 400;\" wfd-id=\"72\"><span data-css=\"tve-u-165e64c08e8\" style=\"font-family: Merriweather;\" wfd-id=\"73\">We do not sell, trade, or otherwise transfer to outside parties your personally identifiable information.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08e9\" style=\"font-weight: 400;\" wfd-id=\"70\"><span data-css=\"tve-u-165e64c08ea\" style=\"font-family: Merriweather;\" wfd-id=\"71\">Third party links</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08ec\" style=\"font-weight: 400;\" wfd-id=\"68\"><span data-css=\"tve-u-165e64c08ed\" style=\"font-family: Merriweather;\" wfd-id=\"69\">Occasionally, at our discretion, we may include or offer third party products or services on our website. These third party sites have separate and independent privacy policies. We therefore have no responsibility or liability for the content and activities of these linked sites. Nonetheless, we seek to protect the integrity of our site and welcome any feedback about these sites.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08ee\" style=\"font-weight: 400;\" wfd-id=\"66\"><span data-css=\"tve-u-165e64c08f0\" style=\"font-family: Merriweather;\" wfd-id=\"67\">Google</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08f1\" style=\"font-weight: 400;\" wfd-id=\"64\"><span data-css=\"tve-u-165e64c08f2\" style=\"font-family: Merriweather;\" wfd-id=\"65\">Google\'s advertising requirements can be summed up by Google\'s Advertising Principles. They are put in place to provide a positive experience for users. https://support.google.com/adwordspolicy/answer/1316548?hl=enOpting out:Users can set preferences for how Google advertises to you using the Google Ad Settings page. Alternatively, you can opt out by visiting the Network Advertising initiative opt out page or permanently using the Google Analytics Opt Out Browser add on.California Online Privacy Protection ActCalOPPA is the first state law in the nation to require commercial websites and online services to post a privacy policy. The law\'s reach stretches well beyond California to require a person or company in the United States (and conceivably the world) that operates websites collecting personally identifiable information from California consumers to post a conspicuous privacy policy on its website stating exactly the information being collected and those individuals with whom it is being shared, and to comply with this policy.See more at: http://consumercal.org/california-online-privacy-protection-act-caloppa/#sthash.0FdRbT51.dpufAccording to CalOPPA we agree to the following:Users can visit our site anonymouslyOnce this privacy policy is created, we will add a link to it on our home page, or as a minimum on the first significant page after entering our website.Our Privacy Policy link includes the word \'Privacy\', and can be easily be found on the page specified above.Users will be notified of any privacy policy changes:â€¢ On our Privacy Policy PageUsers are able to change their personal information:â€¢ By emailing usâ€¢ By calling us</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08f3\" style=\"font-weight: 400;\" wfd-id=\"62\"><span data-css=\"tve-u-165e64c08f6\" style=\"font-family: Merriweather;\" wfd-id=\"63\">How does our site handle do not track signals?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08f7\" style=\"font-weight: 400;\" wfd-id=\"60\"><span data-css=\"tve-u-165e64c08f8\" style=\"font-family: Merriweather;\" wfd-id=\"61\">We honor do not track signals and do not track, plant cookies, or use advertising when a Do Not Track (DNT) browser mechanism is in place.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08f9\" style=\"font-weight: 400;\" wfd-id=\"58\"><span data-css=\"tve-u-165e64c08fa\" style=\"font-family: Merriweather;\" wfd-id=\"59\">Does our site allow third party behavioral tracking?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08fb\" style=\"font-weight: 400;\" wfd-id=\"56\"><span data-css=\"tve-u-165e64c08fc\" style=\"font-family: Merriweather;\" wfd-id=\"57\">It\'s also important to note that we do not allow third party behavioral trackingCOPPA (Children Online Privacy Protection Act)When it comes to the collection of personal information from children under 13, the Children\'s Online Privacy Protection Act (COPPA) puts parents in control. The Federal Trade Commission, the nation\'s consumer protection agency, enforces the COPPA Rule, which spells out what operators of websites and online services must do to protect children\'s privacy and safety online.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08fe\" style=\"font-weight: 400;\" wfd-id=\"54\"><span data-css=\"tve-u-165e64c08ff\" style=\"font-family: Merriweather;\" wfd-id=\"55\">We do not specifically market to children under 13.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c0900\" style=\"font-weight: 400;\" wfd-id=\"52\"><span data-css=\"tve-u-165e64c0901\" style=\"font-family: Merriweather;\" wfd-id=\"53\">Fair Information Practices</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c0903\" style=\"font-weight: 400;\" wfd-id=\"50\"><span data-css=\"tve-u-165e64c0904\" style=\"font-family: Merriweather;\" wfd-id=\"51\">The Fair Information Practices Principles form the backbone of privacy law in the United States and the concepts they include have played a significant role in the development of data protection laws around the globe. Understanding the Fair Information Practice Principles and how they should be implemented is critical to comply with the various privacy laws that protect personal information.In order to be in line with Fair Information Practices we will take the following responsive action, should a data breach occur:â€¢ Within 7 business daysWe will notify the users via in site notificationâ€¢ Within 7 business daysWe also agree to the individual redress principle, which requires that individuals have a right to pursue legally enforceable rights against data collectors and processors who fail to adhere to the law. This principle requires not only that individuals have enforceable rights against data users, but also that individuals have recourse to courts or a government agency to investigate and/or prosecute non-compliance by data processors.CAN SPAM ActThe CAN-SPAM Act is a law that sets the rules for commercial email, establishes requirements for commercial messages, gives recipients the right to have emails stopped from being sent to them, and spells out tough penalties for violations.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c0905\" style=\"font-weight: 400;\" wfd-id=\"48\"><span data-css=\"tve-u-165e64c0906\" style=\"font-family: Merriweather;\" wfd-id=\"49\">We collect your email address in order to:</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c0908\" style=\"font-weight: 400;\" wfd-id=\"46\"><span data-css=\"tve-u-165e64c0909\" style=\"font-family: Merriweather;\" wfd-id=\"47\">â€¢ Send information, respond to inquiries, and/or other requests or questions.â€¢ Process orders and to send information and updates pertaining to ordersâ€¢ Market to our mailing list or continue to send emails to our clients after the original transaction has occurredTo be in accordance with CANSPAM we agree to the following:â€¢ NOT use false, or misleading subjects or email addressesâ€¢ Identify the message as an advertisement in some reasonable wayâ€¢ Include the physical address of our business or site headquartersâ€¢ Monitor third party email marketing services for compliance, if one is used.â€¢ Honor opt-out/unsubscribe requests quicklyâ€¢ Allow users to unsubscribe by using the link at the bottom of each emailIf at any time you would like to unsubscribe from receiving future emails, you can email us atâ€¢ Follow the instructions at the bottom of each email. and we will promptly remove you from ALL correspondence.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c090a\" style=\"font-weight: 400;\" wfd-id=\"44\"><span data-css=\"tve-u-165e64c090c\" style=\"font-family: Merriweather;\" wfd-id=\"45\">Contacting Us</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c090d\" style=\"font-weight: 400;\" wfd-id=\"42\"><span data-css=\"tve-u-165e64c090e\" style=\"font-family: Merriweather;\" wfd-id=\"43\">If there are any questions regarding this privacy policy you may contact us using the information below.Blackhawk Custom, LLC.825 South Kings HighwayFort Pierce, FL 34945United Stateshttps://www.blackhawkcustom.com</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c090d\" style=\"font-weight: 400;\" wfd-id=\"40\"><span data-css=\"tve-u-165e64c090e\" style=\"font-family: Merriweather;\" wfd-id=\"41\">Conditions of use:</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c090d\" style=\"font-weight: 400;\" wfd-id=\"38\"><span data-css=\"tve-u-165e64c090e\" style=\"font-family: Merriweather;\" wfd-id=\"39\">â€‹</span></span><span data-css=\"tve-u-165e64c0910\" style=\"font-family: Merriweather; font-weight: 400;\" wfd-id=\"37\">By using this website, you agree to all of our terms and conditions of the saleAll sales are final (See our refund policy)</span></p>','Privacy','','inherit','closed','closed','','141-revision-v1','','','2018-09-20 03:26:33','2018-09-20 07:26:33','',141,'https://bestcerakoteflorida.com/141-revision-v1/',0,'revision','',0),(326,1,'2018-09-20 03:30:48','2018-09-20 07:30:48','<h1 data-css=\"tve-u-16035acf904\" style=\"text-align: center;\"><strong>Privacy</strong></h1><p data-css=\"tve-u-165e6491162\"><span data-css=\"tve-u-165e64c579a\" style=\"font-family: Merriweather; font-weight: 400;\" wfd-id=\"104\">Privacy Policy</span></p><p data-css=\"tve-u-165e6492b04\"><span data-css=\"tve-u-165e64c08c2\" style=\"font-family: Merriweather; font-weight: 400;\" wfd-id=\"103\">What personal information do we collect from the people that visit our blog, website or app?When ordering or registering on our site, as appropriate, you may be asked to enter your name, email address, mailing address, phone number, credit card information or other details to help you with your experience.</span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08c4\" style=\"font-weight: 400;\" wfd-id=\"101\"><span data-css=\"tve-u-165e64c08c5\" style=\"font-family: Merriweather;\" wfd-id=\"102\">When do we collect information?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08c6\" style=\"font-weight: 400;\" wfd-id=\"99\"><span data-css=\"tve-u-165e64c08c7\" style=\"font-family: Merriweather;\" wfd-id=\"100\">We collect information from you when you register on our site, place an order, subscribe to a newsletter, respond to a survey, fill out a form or enter information on our site.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08c9\" style=\"font-weight: 400;\" wfd-id=\"97\"><span data-css=\"tve-u-165e64c08ca\" style=\"font-family: Merriweather;\" wfd-id=\"98\">How do we use your information?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08cb\" style=\"font-weight: 400;\" wfd-id=\"95\"><span data-css=\"tve-u-165e64c08cc\" style=\"font-family: Merriweather;\" wfd-id=\"96\">We may use the information we collect from you when you register, make a purchase, sign up for our newsletter, respond to a survey or marketing communication, surf the website, or use certain other site features in the following ways:â€¢ To personalize user\'s experience and to allow us to deliver the type of content and product offerings in which you are most interested.â€¢ To improve our website in order to better serve you.â€¢ To allow us to better service you in responding to your customer service requests.â€¢ To administer a contest, promotion, survey or other site feature.â€¢ To quickly process your transactions.â€¢ To send periodic emails regarding your order or other products and services.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08ce\" style=\"font-weight: 400;\" wfd-id=\"93\"><span data-css=\"tve-u-165e64c08cf\" style=\"font-family: Merriweather;\" wfd-id=\"94\">How do we protect visitor information?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08d0\" style=\"font-weight: 400;\" wfd-id=\"91\"><span data-css=\"tve-u-165e64c08d1\" style=\"font-family: Merriweather;\" wfd-id=\"92\">Our website is scanned on a regular basis for security holes and known vulnerabilities in order to make your visit to our site as safe as possible.We use regular Malware Scanning.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08d3\" style=\"font-weight: 400;\" wfd-id=\"89\"><span data-css=\"tve-u-165e64c08d4\" style=\"font-family: Merriweather;\" wfd-id=\"90\">Your personal information is contained behind secured networks and is only accessible by a limited number of persons who have special access rights to such systems, and are required to keep the information confidential. In addition, all sensitive/credit information you supply is encrypted via Secure Socket Layer (SSL) technology.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08d5\" style=\"font-weight: 400;\" wfd-id=\"87\"><span data-css=\"tve-u-165e64c08d6\" style=\"font-family: Merriweather;\" wfd-id=\"88\">We implement a variety of security measures when a user places an order, enters, submits, or accesses their information to maintain the safety of your personal information.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08d8\" style=\"font-weight: 400;\" wfd-id=\"85\"><span data-css=\"tve-u-165e64c08d9\" style=\"font-family: Merriweather;\" wfd-id=\"86\">All transactions are processed through a gateway provider and are not stored or processed on our servers.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08da\" style=\"font-weight: 400;\" wfd-id=\"83\"><span data-css=\"tve-u-165e64c08db\" style=\"font-family: Merriweather;\" wfd-id=\"84\">Do we use \'cookies\'?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08dd\" style=\"font-weight: 400;\" wfd-id=\"81\"><span data-css=\"tve-u-165e64c08de\" style=\"font-family: Merriweather;\" wfd-id=\"82\">Yes. Cookies are small files that a site or its service provider transfers to your computer\'s hard drive through your Web browser (if you allow) that enable the site\'s or service provider\'s systems to recognize your browser and capture and remember certain information. For instance, we use cookies to help us remember and process the items in your shopping cart. They are also used to help us understand your preferences based on previous or current site activity, which enables us to provide you with improved services. We also use cookies to help us compile aggregate data about site traffic and site interaction so that we can offer better site experiences and tools in the future.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08df\" style=\"font-weight: 400;\" wfd-id=\"79\"><span data-css=\"tve-u-165e64c08e0\" style=\"font-family: Merriweather;\" wfd-id=\"80\">We use cookies to:</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08e2\" style=\"font-weight: 400;\" wfd-id=\"77\"><span data-css=\"tve-u-165e64c08e3\" style=\"font-family: Merriweather;\" wfd-id=\"78\">â€¢ Help remember and process the items in the shopping cart.â€¢ Understand and save user\'s preferences for future visits.You can choose to have your computer warn you each time a cookie is being sent, or you can choose to turn off all cookies. You do this through your browser (like Internet Explorer) settings. Each browser is a little different, so look at your browser\'s Help menu to learn the correct way to modify your cookies.If users disable cookies in their browser:If you turn off cookies, some features will be disabled. However, you can still place orders forsaved items in your shopping cart over the telephone by contacting customer service.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08e4\" style=\"font-weight: 400;\" wfd-id=\"75\"><span data-css=\"tve-u-165e64c08e5\" style=\"font-family: Merriweather;\" wfd-id=\"76\">Third Party Disclosure</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08e7\" style=\"font-weight: 400;\" wfd-id=\"73\"><span data-css=\"tve-u-165e64c08e8\" style=\"font-family: Merriweather;\" wfd-id=\"74\">We do not sell, trade, or otherwise transfer to outside parties your personally identifiable information.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08e9\" style=\"font-weight: 400;\" wfd-id=\"71\"><span data-css=\"tve-u-165e64c08ea\" style=\"font-family: Merriweather;\" wfd-id=\"72\">Third party links</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08ec\" style=\"font-weight: 400;\" wfd-id=\"69\"><span data-css=\"tve-u-165e64c08ed\" style=\"font-family: Merriweather;\" wfd-id=\"70\">Occasionally, at our discretion, we may include or offer third party products or services on our website. These third party sites have separate and independent privacy policies. We therefore have no responsibility or liability for the content and activities of these linked sites. Nonetheless, we seek to protect the integrity of our site and welcome any feedback about these sites.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08ee\" style=\"font-weight: 400;\" wfd-id=\"67\"><span data-css=\"tve-u-165e64c08f0\" style=\"font-family: Merriweather;\" wfd-id=\"68\">Google</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08f1\" style=\"font-weight: 400;\" wfd-id=\"65\"><span data-css=\"tve-u-165e64c08f2\" style=\"font-family: Merriweather;\" wfd-id=\"66\">Google\'s advertising requirements can be summed up by Google\'s Advertising Principles. They are put in place to provide a positive experience for users. https://support.google.com/adwordspolicy/answer/1316548?hl=enOpting out:Users can set preferences for how Google advertises to you using the Google Ad Settings page. Alternatively, you can opt out by visiting the Network Advertising initiative opt out page or permanently using the Google Analytics Opt Out Browser add on.California Online Privacy Protection ActCalOPPA is the first state law in the nation to require commercial websites and online services to post a privacy policy. The law\'s reach stretches well beyond California to require a person or company in the United States (and conceivably the world) that operates websites collecting personally identifiable information from California consumers to post a conspicuous privacy policy on its website stating exactly the information being collected and those individuals with whom it is being shared, and to comply with this policy.See more at: http://consumercal.org/california-online-privacy-protection-act-caloppa/#sthash.0FdRbT51.dpufAccording to CalOPPA we agree to the following:Users can visit our site anonymouslyOnce this privacy policy is created, we will add a link to it on our home page, or as a minimum on the first significant page after entering our website.Our Privacy Policy link includes the word \'Privacy\', and can be easily be found on the page specified above.Users will be notified of any privacy policy changes:â€¢ On our Privacy Policy PageUsers are able to change their personal information:â€¢ By emailing usâ€¢ By calling us</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08f3\" style=\"font-weight: 400;\" wfd-id=\"63\"><span data-css=\"tve-u-165e64c08f6\" style=\"font-family: Merriweather;\" wfd-id=\"64\">How does our site handle do not track signals?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08f7\" style=\"font-weight: 400;\" wfd-id=\"61\"><span data-css=\"tve-u-165e64c08f8\" style=\"font-family: Merriweather;\" wfd-id=\"62\">We honor do not track signals and do not track, plant cookies, or use advertising when a Do Not Track (DNT) browser mechanism is in place.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08f9\" style=\"font-weight: 400;\" wfd-id=\"59\"><span data-css=\"tve-u-165e64c08fa\" style=\"font-family: Merriweather;\" wfd-id=\"60\">Does our site allow third party behavioral tracking?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08fb\" style=\"font-weight: 400;\" wfd-id=\"57\"><span data-css=\"tve-u-165e64c08fc\" style=\"font-family: Merriweather;\" wfd-id=\"58\">It\'s also important to note that we do not allow third party behavioral trackingCOPPA (Children Online Privacy Protection Act)When it comes to the collection of personal information from children under 13, the Children\'s Online Privacy Protection Act (COPPA) puts parents in control. The Federal Trade Commission, the nation\'s consumer protection agency, enforces the COPPA Rule, which spells out what operators of websites and online services must do to protect children\'s privacy and safety online.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08fe\" style=\"font-weight: 400;\" wfd-id=\"55\"><span data-css=\"tve-u-165e64c08ff\" style=\"font-family: Merriweather;\" wfd-id=\"56\">We do not specifically market to children under 13.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c0900\" style=\"font-weight: 400;\" wfd-id=\"53\"><span data-css=\"tve-u-165e64c0901\" style=\"font-family: Merriweather;\" wfd-id=\"54\">Fair Information Practices</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c0903\" style=\"font-weight: 400;\" wfd-id=\"51\"><span data-css=\"tve-u-165e64c0904\" style=\"font-family: Merriweather;\" wfd-id=\"52\">The Fair Information Practices Principles form the backbone of privacy law in the United States and the concepts they include have played a significant role in the development of data protection laws around the globe. Understanding the Fair Information Practice Principles and how they should be implemented is critical to comply with the various privacy laws that protect personal information.In order to be in line with Fair Information Practices we will take the following responsive action, should a data breach occur:â€¢ Within 7 business daysWe will notify the users via in site notificationâ€¢ Within 7 business daysWe also agree to the individual redress principle, which requires that individuals have a right to pursue legally enforceable rights against data collectors and processors who fail to adhere to the law. This principle requires not only that individuals have enforceable rights against data users, but also that individuals have recourse to courts or a government agency to investigate and/or prosecute non-compliance by data processors.CAN SPAM ActThe CAN-SPAM Act is a law that sets the rules for commercial email, establishes requirements for commercial messages, gives recipients the right to have emails stopped from being sent to them, and spells out tough penalties for violations.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c0905\" style=\"font-weight: 400;\" wfd-id=\"49\"><span data-css=\"tve-u-165e64c0906\" style=\"font-family: Merriweather;\" wfd-id=\"50\">We collect your email address in order to:</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c0908\" style=\"font-weight: 400;\" wfd-id=\"47\"><span data-css=\"tve-u-165e64c0909\" style=\"font-family: Merriweather;\" wfd-id=\"48\">â€¢ Send information, respond to inquiries, and/or other requests or questions.â€¢ Process orders and to send information and updates pertaining to ordersâ€¢ Market to our mailing list or continue to send emails to our clients after the original transaction has occurredTo be in accordance with CANSPAM we agree to the following:â€¢ NOT use false, or misleading subjects or email addressesâ€¢ Identify the message as an advertisement in some reasonable wayâ€¢ Include the physical address of our business or site headquartersâ€¢ Monitor third party email marketing services for compliance, if one is used.â€¢ Honor opt-out/unsubscribe requests quicklyâ€¢ Allow users to unsubscribe by using the link at the bottom of each emailIf at any time you would like to unsubscribe from receiving future emails, you can email us atâ€¢ Follow the instructions at the bottom of each email. and we will promptly remove you from ALL correspondence.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c090a\" style=\"font-weight: 400;\" wfd-id=\"45\"><span data-css=\"tve-u-165e64c090c\" style=\"font-family: Merriweather;\" wfd-id=\"46\">Contacting Us</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c090d\" style=\"font-weight: 400;\" wfd-id=\"43\"><span data-css=\"tve-u-165e64c090e\" style=\"font-family: Merriweather;\" wfd-id=\"44\">If there are any questions regarding this privacy policy you may contact us using the information below.Blackhawk Custom, LLC.825 South Kings HighwayFort Pierce, FL 34945United Stateshttps://www.blackhawkcustom.com</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c090d\" style=\"font-weight: 400;\" wfd-id=\"41\"><span data-css=\"tve-u-165e64c090e\" style=\"font-family: Merriweather;\" wfd-id=\"42\">Conditions of use:</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c090d\" style=\"font-weight: 400;\" wfd-id=\"39\"><span data-css=\"tve-u-165e64c090e\" style=\"font-family: Merriweather;\" wfd-id=\"40\">â€‹</span></span><span data-css=\"tve-u-165e64c0910\" style=\"font-family: Merriweather; font-weight: 400;\" wfd-id=\"38\">By using this website, you agree to all of our terms and conditions of the saleAll sales are final (See our refund policy)</span></p>','Privacy','','inherit','closed','closed','','141-revision-v1','','','2018-09-20 03:30:48','2018-09-20 07:30:48','',141,'https://bestcerakoteflorida.com/141-revision-v1/',0,'revision','',0),(327,1,'2018-09-20 03:31:36','2018-09-20 07:31:36','<h1 data-css=\"tve-u-16035acf904\" style=\"text-align: center;\"><strong>Privacy</strong></h1><p data-css=\"tve-u-165e6491162\"><span data-css=\"tve-u-165e64c579a\" style=\"font-family: Merriweather; font-weight: 400;\" wfd-id=\"104\">Privacy Policy</span></p><p data-css=\"tve-u-165e6492b04\"><span data-css=\"tve-u-165e64c08c2\" style=\"font-family: Merriweather; font-weight: 400;\" wfd-id=\"103\">What personal information do we collect from the people that visit our blog, website or app?When ordering or registering on our site, as appropriate, you may be asked to enter your name, email address, mailing address, phone number, credit card information or other details to help you with your experience.</span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08c4\" style=\"font-weight: 400;\" wfd-id=\"101\"><span data-css=\"tve-u-165e64c08c5\" style=\"font-family: Merriweather;\" wfd-id=\"102\">When do we collect information?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08c6\" style=\"font-weight: 400;\" wfd-id=\"99\"><span data-css=\"tve-u-165e64c08c7\" style=\"font-family: Merriweather;\" wfd-id=\"100\">We collect information from you when you register on our site, place an order, subscribe to a newsletter, respond to a survey, fill out a form or enter information on our site.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08c9\" style=\"font-weight: 400;\" wfd-id=\"97\"><span data-css=\"tve-u-165e64c08ca\" style=\"font-family: Merriweather;\" wfd-id=\"98\">How do we use your information?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08cb\" style=\"font-weight: 400;\" wfd-id=\"95\"><span data-css=\"tve-u-165e64c08cc\" style=\"font-family: Merriweather;\" wfd-id=\"96\">We may use the information we collect from you when you register, make a purchase, sign up for our newsletter, respond to a survey or marketing communication, surf the website, or use certain other site features in the following ways:â€¢ To personalize user\'s experience and to allow us to deliver the type of content and product offerings in which you are most interested.â€¢ To improve our website in order to better serve you.â€¢ To allow us to better service you in responding to your customer service requests.â€¢ To administer a contest, promotion, survey or other site feature.â€¢ To quickly process your transactions.â€¢ To send periodic emails regarding your order or other products and services.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08ce\" style=\"font-weight: 400;\" wfd-id=\"93\"><span data-css=\"tve-u-165e64c08cf\" style=\"font-family: Merriweather;\" wfd-id=\"94\">How do we protect visitor information?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08d0\" style=\"font-weight: 400;\" wfd-id=\"91\"><span data-css=\"tve-u-165e64c08d1\" style=\"font-family: Merriweather;\" wfd-id=\"92\">Our website is scanned on a regular basis for security holes and known vulnerabilities in order to make your visit to our site as safe as possible.We use regular Malware Scanning.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08d3\" style=\"font-weight: 400;\" wfd-id=\"89\"><span data-css=\"tve-u-165e64c08d4\" style=\"font-family: Merriweather;\" wfd-id=\"90\">Your personal information is contained behind secured networks and is only accessible by a limited number of persons who have special access rights to such systems, and are required to keep the information confidential. In addition, all sensitive/credit information you supply is encrypted via Secure Socket Layer (SSL) technology.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08d5\" style=\"font-weight: 400;\" wfd-id=\"87\"><span data-css=\"tve-u-165e64c08d6\" style=\"font-family: Merriweather;\" wfd-id=\"88\">We implement a variety of security measures when a user places an order, enters, submits, or accesses their information to maintain the safety of your personal information.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08d8\" style=\"font-weight: 400;\" wfd-id=\"85\"><span data-css=\"tve-u-165e64c08d9\" style=\"font-family: Merriweather;\" wfd-id=\"86\">All transactions are processed through a gateway provider and are not stored or processed on our servers.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08da\" style=\"font-weight: 400;\" wfd-id=\"83\"><span data-css=\"tve-u-165e64c08db\" style=\"font-family: Merriweather;\" wfd-id=\"84\">Do we use \'cookies\'?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08dd\" style=\"font-weight: 400;\" wfd-id=\"81\"><span data-css=\"tve-u-165e64c08de\" style=\"font-family: Merriweather;\" wfd-id=\"82\">Yes. Cookies are small files that a site or its service provider transfers to your computer\'s hard drive through your Web browser (if you allow) that enable the site\'s or service provider\'s systems to recognize your browser and capture and remember certain information. For instance, we use cookies to help us remember and process the items in your shopping cart. They are also used to help us understand your preferences based on previous or current site activity, which enables us to provide you with improved services. We also use cookies to help us compile aggregate data about site traffic and site interaction so that we can offer better site experiences and tools in the future.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08df\" style=\"font-weight: 400;\" wfd-id=\"79\"><span data-css=\"tve-u-165e64c08e0\" style=\"font-family: Merriweather;\" wfd-id=\"80\">We use cookies to:</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08e2\" style=\"font-weight: 400;\" wfd-id=\"77\"><span data-css=\"tve-u-165e64c08e3\" style=\"font-family: Merriweather;\" wfd-id=\"78\">â€¢ Help remember and process the items in the shopping cart.â€¢ Understand and save user\'s preferences for future visits.You can choose to have your computer warn you each time a cookie is being sent, or you can choose to turn off all cookies. You do this through your browser (like Internet Explorer) settings. Each browser is a little different, so look at your browser\'s Help menu to learn the correct way to modify your cookies.If users disable cookies in their browser:If you turn off cookies, some features will be disabled. However, you can still place orders forsaved items in your shopping cart over the telephone by contacting customer service.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08e4\" style=\"font-weight: 400;\" wfd-id=\"75\"><span data-css=\"tve-u-165e64c08e5\" style=\"font-family: Merriweather;\" wfd-id=\"76\">Third Party Disclosure</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08e7\" style=\"font-weight: 400;\" wfd-id=\"73\"><span data-css=\"tve-u-165e64c08e8\" style=\"font-family: Merriweather;\" wfd-id=\"74\">We do not sell, trade, or otherwise transfer to outside parties your personally identifiable information.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08e9\" style=\"font-weight: 400;\" wfd-id=\"71\"><span data-css=\"tve-u-165e64c08ea\" style=\"font-family: Merriweather;\" wfd-id=\"72\">Third party links</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08ec\" style=\"font-weight: 400;\" wfd-id=\"69\"><span data-css=\"tve-u-165e64c08ed\" style=\"font-family: Merriweather;\" wfd-id=\"70\">Occasionally, at our discretion, we may include or offer third party products or services on our website. These third party sites have separate and independent privacy policies. We therefore have no responsibility or liability for the content and activities of these linked sites. Nonetheless, we seek to protect the integrity of our site and welcome any feedback about these sites.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08ee\" style=\"font-weight: 400;\" wfd-id=\"67\"><span data-css=\"tve-u-165e64c08f0\" style=\"font-family: Merriweather;\" wfd-id=\"68\">Google</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08f1\" style=\"font-weight: 400;\" wfd-id=\"65\"><span data-css=\"tve-u-165e64c08f2\" style=\"font-family: Merriweather;\" wfd-id=\"66\">Google\'s advertising requirements can be summed up by Google\'s Advertising Principles. They are put in place to provide a positive experience for users. https://support.google.com/adwordspolicy/answer/1316548?hl=enOpting out:Users can set preferences for how Google advertises to you using the Google Ad Settings page. Alternatively, you can opt out by visiting the Network Advertising initiative opt out page or permanently using the Google Analytics Opt Out Browser add on.California Online Privacy Protection ActCalOPPA is the first state law in the nation to require commercial websites and online services to post a privacy policy. The law\'s reach stretches well beyond California to require a person or company in the United States (and conceivably the world) that operates websites collecting personally identifiable information from California consumers to post a conspicuous privacy policy on its website stating exactly the information being collected and those individuals with whom it is being shared, and to comply with this policy.See more at: http://consumercal.org/california-online-privacy-protection-act-caloppa/#sthash.0FdRbT51.dpufAccording to CalOPPA we agree to the following:Users can visit our site anonymouslyOnce this privacy policy is created, we will add a link to it on our home page, or as a minimum on the first significant page after entering our website.Our Privacy Policy link includes the word \'Privacy\', and can be easily be found on the page specified above.Users will be notified of any privacy policy changes:â€¢ On our Privacy Policy PageUsers are able to change their personal information:â€¢ By emailing usâ€¢ By calling us</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08f3\" style=\"font-weight: 400;\" wfd-id=\"63\"><span data-css=\"tve-u-165e64c08f6\" style=\"font-family: Merriweather;\" wfd-id=\"64\">How does our site handle do not track signals?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08f7\" style=\"font-weight: 400;\" wfd-id=\"61\"><span data-css=\"tve-u-165e64c08f8\" style=\"font-family: Merriweather;\" wfd-id=\"62\">We honor do not track signals and do not track, plant cookies, or use advertising when a Do Not Track (DNT) browser mechanism is in place.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08f9\" style=\"font-weight: 400;\" wfd-id=\"59\"><span data-css=\"tve-u-165e64c08fa\" style=\"font-family: Merriweather;\" wfd-id=\"60\">Does our site allow third party behavioral tracking?</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08fb\" style=\"font-weight: 400;\" wfd-id=\"57\"><span data-css=\"tve-u-165e64c08fc\" style=\"font-family: Merriweather;\" wfd-id=\"58\">It\'s also important to note that we do not allow third party behavioral trackingCOPPA (Children Online Privacy Protection Act)When it comes to the collection of personal information from children under 13, the Children\'s Online Privacy Protection Act (COPPA) puts parents in control. The Federal Trade Commission, the nation\'s consumer protection agency, enforces the COPPA Rule, which spells out what operators of websites and online services must do to protect children\'s privacy and safety online.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c08fe\" style=\"font-weight: 400;\" wfd-id=\"55\"><span data-css=\"tve-u-165e64c08ff\" style=\"font-family: Merriweather;\" wfd-id=\"56\">We do not specifically market to children under 13.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c0900\" style=\"font-weight: 400;\" wfd-id=\"53\"><span data-css=\"tve-u-165e64c0901\" style=\"font-family: Merriweather;\" wfd-id=\"54\">Fair Information Practices</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c0903\" style=\"font-weight: 400;\" wfd-id=\"51\"><span data-css=\"tve-u-165e64c0904\" style=\"font-family: Merriweather;\" wfd-id=\"52\">The Fair Information Practices Principles form the backbone of privacy law in the United States and the concepts they include have played a significant role in the development of data protection laws around the globe. Understanding the Fair Information Practice Principles and how they should be implemented is critical to comply with the various privacy laws that protect personal information.In order to be in line with Fair Information Practices we will take the following responsive action, should a data breach occur:â€¢ Within 7 business daysWe will notify the users via in site notificationâ€¢ Within 7 business daysWe also agree to the individual redress principle, which requires that individuals have a right to pursue legally enforceable rights against data collectors and processors who fail to adhere to the law. This principle requires not only that individuals have enforceable rights against data users, but also that individuals have recourse to courts or a government agency to investigate and/or prosecute non-compliance by data processors.CAN SPAM ActThe CAN-SPAM Act is a law that sets the rules for commercial email, establishes requirements for commercial messages, gives recipients the right to have emails stopped from being sent to them, and spells out tough penalties for violations.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c0905\" style=\"font-weight: 400;\" wfd-id=\"49\"><span data-css=\"tve-u-165e64c0906\" style=\"font-family: Merriweather;\" wfd-id=\"50\">We collect your email address in order to:</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c0908\" style=\"font-weight: 400;\" wfd-id=\"47\"><span data-css=\"tve-u-165e64c0909\" style=\"font-family: Merriweather;\" wfd-id=\"48\">â€¢ Send information, respond to inquiries, and/or other requests or questions.â€¢ Process orders and to send information and updates pertaining to ordersâ€¢ Market to our mailing list or continue to send emails to our clients after the original transaction has occurredTo be in accordance with CANSPAM we agree to the following:â€¢ NOT use false, or misleading subjects or email addressesâ€¢ Identify the message as an advertisement in some reasonable wayâ€¢ Include the physical address of our business or site headquartersâ€¢ Monitor third party email marketing services for compliance, if one is used.â€¢ Honor opt-out/unsubscribe requests quicklyâ€¢ Allow users to unsubscribe by using the link at the bottom of each emailIf at any time you would like to unsubscribe from receiving future emails, you can email us atâ€¢ Follow the instructions at the bottom of each email. and we will promptly remove you from ALL correspondence.</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c090a\" style=\"font-weight: 400;\" wfd-id=\"45\"><span data-css=\"tve-u-165e64c090c\" style=\"font-family: Merriweather;\" wfd-id=\"46\">Contacting Us</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c090d\" style=\"font-weight: 400;\" wfd-id=\"43\"><span data-css=\"tve-u-165e64c090e\" style=\"font-family: Merriweather;\" wfd-id=\"44\">If there are any questions regarding this privacy policy you may contact us using the information below.Blackhawk Custom, LLC.825 South Kings HighwayFort Pierce, FL 34945United Stateshttps://www.blackhawkcustom.com</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c090d\" style=\"font-weight: 400;\" wfd-id=\"41\"><span data-css=\"tve-u-165e64c090e\" style=\"font-family: Merriweather;\" wfd-id=\"42\">Conditions of use:</span></span></p><p data-css=\"tve-u-1642b20c920\"><span data-css=\"tve-u-165e64c090d\" style=\"font-weight: 400;\" wfd-id=\"39\"><span data-css=\"tve-u-165e64c090e\" style=\"font-family: Merriweather;\" wfd-id=\"40\">â€‹</span></span><span data-css=\"tve-u-165e64c0910\" style=\"font-family: Merriweather; font-weight: 400;\" wfd-id=\"38\">By using this website, you agree to all of our terms and conditions of the saleAll sales are final (See our refund policy)</span></p>','Privacy','','inherit','closed','closed','','141-revision-v1','','','2018-09-20 03:31:36','2018-09-20 07:31:36','',141,'https://bestcerakoteflorida.com/141-revision-v1/',0,'revision','',0),(328,1,'2018-09-22 02:29:32','2018-09-22 06:29:32','<h4 style=\"text-align: center;\"><strong>Your&nbsp;â‰‘ &nbsp; &nbsp; &nbsp;Company Name &nbsp; &nbsp; &nbsp;â‰‘</strong></h4><p>Your&nbsp; Adress Goes Here</p><p style=\"text-align: right;\">0364 - 300 - 946</p><h3 style=\"text-align: center;\">This is the place to create your</h3><h1 style=\"text-align: center;\">Best Memories</h1><h4>A short story about us</h4><h2>Welcome</h2><p>Our vision is simple: create an environment of excitement and wonder.</p><p></p><p>We provide you with the fresh feeling that you need in summer and the cozyness you long for in winter.</p><p></p><p>We create the best experiences for you to share with friends.</p><p>Enter your text here...</p><h6 style=\"text-align: center;\"><strong>weâ€™re open from:</strong></h6><p>Mo-Fr <strong>3Pm</strong> to <strong>4Am</strong></p><p>Sa-Su <strong>12Pm</strong> to <strong>4Am</strong></p><h3 style=\"text-align: center;\">Why Youâ€™ll <strong>Love</strong> our pub</h3><p style=\"text-align: center;\">&nbsp;original</p><p style=\"text-align: center;\"><span style=\"font-weight: 400; font-family: &quot;Kaushan Script&quot;;\" wfd-id=\"419\">drinks</span></p><p style=\"text-align: center;\">&nbsp;tasty</p><p style=\"text-align: center;\"><span style=\"font-weight: 400; font-family: &quot;Kaushan Script&quot;;\" wfd-id=\"397\">food</span></p><p style=\"text-align: center;\">&nbsp;great</p><p style=\"text-align: center;\"><span style=\"font-weight: 400; font-family: &quot;Kaushan Script&quot;;\" wfd-id=\"381\">ambiance</span></p><h3>Take a look at</h3><h2>Our Menu</h2><h4>Drinks</h4><span wfd-id=\"361\"></span><h4><span style=\"font-family: Lato,arial;\" wfd-id=\"360\">alcoholic drinks</span></h4><h3><strong>Beer (bottle)</strong></h3><p></p><p>Heineken</p><p>Paulaner</p><p>Budweiser American Ale</p><p>Land Shark Lager</p><p>Scrumpy</p><p>JackFirestone</p><p>Walker Fortem</p><p>Live Oak Hefeweizen</p><h3><strong>Beer (draught)</strong></h3><p></p><p><span wfd-id=\"350\">Guiness</span></p><p><span wfd-id=\"348\"><span wfd-id=\"349\">Stela Artois</span></span></p><p><span wfd-id=\"346\"><span wfd-id=\"347\">Grolsch (Unfiltered)</span></span></p><p><span wfd-id=\"344\"><span wfd-id=\"345\">Newcastle Brown Ale</span></span></p><p><span wfd-id=\"342\"><span wfd-id=\"343\">Corona Extra</span></span></p><p><span wfd-id=\"340\"><span wfd-id=\"341\">Sam Adams</span></span></p><p><span wfd-id=\"339\">Miller Lite</span></p><h3><strong>Cocktails</strong></h3><p></p><p>Gin &amp; Tonic</p><p>Vodka Orange</p><p>Wiskey Sour</p><p>Boulevardier</p><p>Daiquiri</p><p>Martini</p><p>Ramos Gin Fizz</p><h3><strong>Wine</strong></h3><p></p><p></p><p><strong>White</strong></p><p></p><p>Sidebar Sauvignon Blanc High Valley</p><p></p><p>Mazzei Maremma Toscana Tenuta</p><p></p><p><strong>Red</strong></p><p></p><p>MarquÃ©s de CÃ¡ceres</p><p>Rioja ReservaBelguardo</p><span wfd-id=\"310\"></span><h4><span style=\"font-family: Lato,arial;\" wfd-id=\"309\">soft drinks</span></h4><h3><strong>Coffee</strong></h3><p></p><p>Expresso</p><p>Expresso Machiato</p><p>Irish Coffee</p><p>Cafe Mendoza</p><p>Latte</p><p>Americano</p><p>Baileys Irish Cream Coffee</p><h3><strong>Juice</strong></h3><p></p><p>Coca Cola</p><p>Fanta</p><p>Sprite</p><p>Almdudler</p><p>Fresh mix&nbsp;</p><ul wfd-id=\"363\"><li wfd-id=\"364\">Orange/ Grapefruit/Apple</li></ul><p>Sam Adams</p><p>Miller Lite</p><h3><span wfd-id=\"354\"><strong>Smoothie</strong></span></h3><p><span wfd-id=\"352\"><span wfd-id=\"353\"></span></span></p><p><span wfd-id=\"350\"><span wfd-id=\"351\">Cherry &amp; Kale</span></span></p><p><span wfd-id=\"348\"><span wfd-id=\"349\">Blueberry &amp; Avocado</span></span></p><p><span wfd-id=\"346\"><span wfd-id=\"347\">Banana &amp; Milk</span></span></p><p><span wfd-id=\"345\">Pear &amp; Chocolate</span></p><p>Veggie &amp; Green</p><h3><strong>Lemonade</strong></h3><p></p><p>Classic</p><p>Mint&nbsp;</p><p>Orange &amp; Lime</p><p>Watermelon</p><span wfd-id=\"304\"></span><h4>ADDITIONAL SPIRITS</h4><h4>Food</h4><span wfd-id=\"289\"></span><h4><span wfd-id=\"288\">starters</span></h4><h3><strong>Snacks</strong></h3><p></p><p>Chips</p><p>Hazelnuts</p><p>Peanuts</p><p>Tortilla chips</p><p>Chocolate croissants</p><h3><strong>Meals</strong></h3><p></p><p>Crab cakes<u>â€‹</u></p><p>Chicken wings</p><p>White beans with herbs</p><p>Stuffed mushrooms</p><p>Smoked salmon spread</p><p>Authentic houmous</p><span wfd-id=\"279\"></span><h4><span wfd-id=\"278\">main course</span></h4><h3><strong>Soup</strong></h3><p></p><p>Fish soup</p><p>Squash &amp; parsley&nbsp;</p><p>Tomato</p><p>Chicken AlmondArizona MountainBayou ShrimpBeef &amp; Pasta Mushroom</p><h3><strong>Main dish</strong></h3><p></p><p>Chickpea Cauliflower Korma</p><p>Lasagna</p><p>Veggie Lasagna</p><p>Pizza Capriciosa</p><p>Pizza Margherita</p><p>House Burger</p><h3 style=\"text-align: center;\">What <span style=\"text-transform: uppercase;\" wfd-id=\"259\">o</span>ur customers say</h3><p><span wfd-id=\"254\">â</span></p><p>Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit. Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit.</p><p><strong><span style=\"font-size: 16px;\" wfd-id=\"242\">Josie Carter</span></strong></p><p><span style=\"font-size: 16px;\" wfd-id=\"241\"><em>Marine Biologist</em></span></p><p>â€‹</p><p><em>As seen on</em></p><span style=\"width: 100%;\" wfd-id=\"231\"><img alt=\"\" width=\"45\" height=\"30\" title=\"trip-advisor-logo_03\" data-id=\"3532\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/trip-advisor-logo_03.png\" style=\"width: 100%;\"></span><p><a href=\"https://www.tripadvisor.com/\" target=\"_blank\" rel=\"noopener noreferrer\"><u>See more reviews</u></a><u>â€‹â€‹â€‹â€‹</u></p><p><span wfd-id=\"214\">â</span></p><p>Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae erat consequat auctor eu in elit. Class aptent!</p><p><strong>Jesse O\'neil</strong></p><p><em>Advertising</em></p><p>â€‹</p><p><em>As seen on</em></p><span style=\"width: 100%;\" wfd-id=\"197\"><img alt=\"\" width=\"52\" height=\"31\" title=\"foursquare-logo_03\" data-id=\"3538\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/foursquare-logo_03.png\" style=\"width: 100%;\"></span><p><a href=\"https://foursquare.com/\" target=\"_blank\" rel=\"noopener noreferrer\"><u>See more reviewsâ€‹â€‹â€‹â€‹</u></a></p><p><span wfd-id=\"182\">â</span></p><p>Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Mauris in erat justo. Nullam ac urna eu felis dapibus condimentum sit amet a augue. Sed non neque elit.</p><p><strong><span style=\"font-size: 16px;\" wfd-id=\"172\">Gabriel Jones</span></strong></p><p><span style=\"font-size: 16px;\" wfd-id=\"171\"><em>Brand Management Consultant</em></span></p><p><strong>â€‹</strong></p><p><em>As seen on</em></p><span style=\"width: 100%;\" wfd-id=\"163\"><img alt=\"\" width=\"49\" height=\"24\" title=\"yelp-logo_03\" data-id=\"3542\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/yelp-logo_03.png\" style=\"width: 100%;\"></span><p><a href=\"https://www.yelp.com/\" target=\"_blank\" rel=\"noopener noreferrer\"><u>See more reviews</u></a><u>â€‹â€‹â€‹â€‹</u></p><p style=\"text-align: center;\"><span style=\"font-weight: 400; font-family: &quot;Kaushan Script&quot;;\" wfd-id=\"143\">Happy Hour</span></p><p style=\"text-align: center;\"><span wfd-id=\"138\">2 shots for the price of 1 between 18<span wfd-id=\"139\">&nbsp;PM&nbsp;</span>- 20 </span><span wfd-id=\"137\">PM</span></p><p style=\"text-align: center;\">or</p><p style=\"text-align: center;\"><span wfd-id=\"117\"><span wfd-id=\"118\">Call us</span> : 0300-984-589</span></p><h3 style=\"text-align: center;\">our signature drinks</h3><p style=\"text-align: center;\"><span style=\"font-weight: 400; font-family: &quot;Kaushan Script&quot;;\" wfd-id=\"106\">Wiskey Sour</span></p><p style=\"text-align: center;\"><span style=\"font-weight: 400; font-family: &quot;Kaushan Script&quot;;\">Boulevardier</span></p><p style=\"text-align: center;\"><span style=\"font-weight: 400; font-family: &quot;Kaushan Script&quot;;\" wfd-id=\"90\">Gin Fizz</span></p><p style=\"text-align: center;\"><span style=\"font-weight: 400; font-family: &quot;Kaushan Script&quot;;\" wfd-id=\"82\">Spicy Tequila Shot</span></p><h4><strong><span style=\"text-transform: none;\" wfd-id=\"69\">Your</span></strong><strong>Company name</strong></h4><p>Your Pub Adress Goes Here</p><p style=\"text-align: left;\">0364 - 300 - 946</p><p style=\"text-align: left;\">Â© 2018 , Your company name . All rights reserved.</p><p style=\"text-align: right;\"><span style=\"color: rgba(3, 9, 14, 0.5);\" wfd-id=\"35\"><u>â€‹</u>â€‹â€‹â€‹â€‹Made with</span> <a href=\"https://thrivethemes.com/\" target=\"_blank\" rel=\"noopener noreferrer\">Thrive Architect</a></p>','Lab','','publish','closed','closed','','lab','','','2019-03-07 13:32:36','2019-03-07 18:32:36','',0,'https://bestcerakoteflorida.com/?page_id=328',0,'page','',0),(329,1,'2018-09-22 02:29:32','2018-09-22 06:29:32','','Lab','','inherit','closed','closed','','328-revision-v1','','','2018-09-22 02:29:32','2018-09-22 06:29:32','',328,'https://bestcerakoteflorida.com/328-revision-v1/',0,'revision','',0),(356,1,'2018-10-08 02:42:35','2018-10-08 06:42:35','<span class=\"tve_image_frame\"><img class=\"tve_image\" title=\"bizcar-logo\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/bizcar-logo.png\" sizes=\"(max-width:352px) 100vw, 352px\" alt=\"\" width=\"352\" height=\"110\" data-id=\"80\" /></span>phone\r\n<p style=\"text-align: center;\" data-css=\"tve-u-15d9d3b42fd\"><span style=\"font-size: 16px;\">Call us:</span></p>\r\n<p style=\"text-align: center;\" data-css=\"tve-u-15d9d3c9df7\"><span style=\"color: #e40000; font-family: Oswald; font-weight: 400; font-size: 25px;\">555-555-555</span></p>\r\nclock-o\r\n<p style=\"text-align: center;\" data-css=\"tve-u-15d9d3b42fd\"><span style=\"font-size: 16px;\"><strong>Service open:</strong></span></p>\r\n<p style=\"text-align: center;\" data-css=\"tve-u-15d9d3b42fd\"><span style=\"font-size: 16px;\">Mon-Fri: 09:00-19:00Â </span></p>\r\n<p style=\"text-align: center;\" data-css=\"tve-u-15d9d3b42fd\"><span style=\"font-size: 16px;\"><strong><span style=\"color: #e40000;\">24h Towing!</span></strong></span></p>\r\nmap-o\r\n<p style=\"text-align: center;\" data-css=\"tve-u-15d9d3b42fd\"><span style=\"font-size: 16px;\">City Name</span></p>\r\n<p style=\"text-align: center;\" data-css=\"tve-u-15d9d3b42fd\"><span style=\"font-size: 16px;\">123 Street Name</span></p>\r\n<p style=\"text-align: center;\" data-css=\"tve-u-15d9d3b42fd\"><span style=\"font-size: 16px;\">77UO2 State</span></p>\r\n\r\n<h1 style=\"text-align: center;\" data-css=\"tve-u-15dcce89fec\"><span style=\"color: #ffffff;\">Drive <strong>Confidently</strong> in a <strong>Perfectly Maintained</strong> Car</span></h1>\r\n<p data-css=\"tve-u-15def6d525b\"><span style=\"font-family: Oswald; font-weight: 400; font-size: 30px;\">or call us for assistance at:</span></p>\r\n<span style=\"font-family: Oswald; font-weight: 400; font-size: 30px;\">555-555-555</span>\r\n<h2 style=\"text-align: center;\" data-css=\"tve-u-15d9d541e6c\"><span style=\"color: #ffffff; font-size: 45px;\">Our Services</span></h2>\r\n<h2 data-css=\"tve-u-15dcce8fc62\">Auto Repair Services You Can Count On!</h2>\r\nWe have been providing quality car care in CityName since 1990. We are a small business delivering honest and professional automotive repair and auto maintenance services . Our quality certified technicians employ todayâ€™s latest automotive technology and are equipped to handle all major and minor repairs on foreign and domestic vehicles.\r\n\r\n<span class=\"tve_image_frame\"><img class=\"tve_image\" title=\"bizcar-image1\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/bizcar-image1.jpg\" sizes=\"(max-width:568px) 100vw, 568px\" alt=\"\" width=\"568\" height=\"354\" data-id=\"78\" /></span><span class=\"tve_image_frame\"><img class=\"tve_image\" title=\"bizcar-image2\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/bizcar-image2.jpg\" sizes=\"(max-width:568px) 100vw, 568px\" alt=\"\" width=\"568\" height=\"354\" data-id=\"79\" /></span>\r\n<h2 data-css=\"tve-u-15dcce91832\">Why Us?</h2>\r\nYou\'ll be hard-pressed to find the same level of expertise that our auto mechanic specialists provide!\r\n\r\nWe have years of experience working on both domestic and import vehicles of all makes and models and can work with you to find cost-effective repair and maintenance alternatives.\r\n\r\n<span style=\"font-family: Oswald; font-weight: 400; font-size: 30px;\"><span style=\"color: #e40000;\">or Call Us</span> for Assistance at:</span>\r\n<p data-css=\"tve-u-15d9d63eb98\"><span style=\"font-family: Oswald; font-weight: 400; font-size: 39px; color: #e40000;\">555-555-555</span></p>\r\n\r\n<h2 data-css=\"tve-u-15dcce936fc\">What Our Customers Sayâ€‹</h2>\r\n<span class=\"tve_image_frame\"><img class=\"tve_image\" title=\"knowhow-person3\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/knowhow-person3.png\" sizes=\"(max-width:160px) 100vw, 160px\" alt=\"\" width=\"160\" height=\"160\" data-id=\"253\" /></span>\r\n<h3><em><span style=\"color: #1288cc;\">â€œBest part of the review will be used as a title hereâ€</span></em></h3>\r\n<strong>Vivamus sit amet lacus eu odio lacinia efficitur venenatis quis tellus. Ut eget lacus velit. Sed egestas diam vel iaculis dapibus. Fusce tortor lorem, fringilla et tortor eu, hendrerit convallis. Pellentesque non facilisis purus, id lorem ipsum ultrices erat.</strong>\r\n\r\n<em><span style=\"color: #1288cc;\">Albert Stewart</span></em>\r\n\r\n<em>Professional Testimonial Poser</em>\r\n\r\n<span class=\"tve_image_frame\"><img class=\"tve_image\" title=\"knowhow-person2\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/knowhow-person2.png\" sizes=\"(max-width:160px) 100vw, 160px\" alt=\"\" width=\"160\" height=\"160\" data-id=\"252\" /></span>\r\n<h3><em><span style=\"color: #1288cc;\">â€œBest part of the review will be used as a title hereâ€</span></em></h3>\r\n<strong>Vivamus sit amet lacus eu odio lacinia efficitur venenatis quis tellus. Ut eget lacus velit. Sed egestas diam vel iaculis dapibus. Fusce tortor lorem, fringilla et tortor eu, hendrerit convallis. Pellentesque non facilisis purus, id lorem ipsum ultrices erat.</strong>\r\n\r\n<em><span style=\"color: #1288cc;\">Samantha Allen</span></em>\r\n\r\n<em>Professional Testimonial Poser</em>\r\n<p style=\"text-align: center;\"><span style=\"font-family: Oswald; font-weight: 400; font-size: 30px;\"><span style=\"color: #ffffff;\">or Call Us for Assistance at:</span></span></p>\r\n<p style=\"text-align: center;\" data-css=\"tve-u-15d9d63eb98\"><span style=\"font-family: Oswald; font-weight: 400; font-size: 39px; color: #ffffff;\">555-555-555</span></p>\r\nCopyright 2017, Company Name\r\n<p style=\"text-align: right;\">Privacy Policy - Disclaimer</p>','Lab','','inherit','closed','closed','','328-revision-v1','','','2018-10-08 02:42:35','2018-10-08 06:42:35','',328,'https://bestcerakoteflorida.com/328-revision-v1/',0,'revision','',0),(331,1,'2018-09-22 03:12:14','2018-09-22 07:12:14','<span class=\"tve_image_frame\" wfd-id=\"213\"><img class=\"tve_image\" alt=\"\" sizes=\"(max-width:352px) 100vw, 352px\" width=\"352\" height=\"110\" title=\"bizcar-logo\" data-id=\"80\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/bizcar-logo.png\"></span>phone<p data-css=\"tve-u-15d9d3b42fd\" style=\"text-align: center;\"><span style=\"font-size: 16px;\" wfd-id=\"207\">Call us:</span></p><p data-css=\"tve-u-15d9d3c9df7\" style=\"text-align: center;\"><span style=\"color: rgb(228, 0, 0); font-family: Oswald; font-weight: 400; font-size: 25px;\" wfd-id=\"205\">555-555-555</span></p>clock-o<p data-css=\"tve-u-15d9d3b42fd\" style=\"text-align: center;\"><span style=\"font-size: 16px;\" wfd-id=\"199\"><strong>Service open:</strong></span></p><p data-css=\"tve-u-15d9d3b42fd\" style=\"text-align: center;\"><span style=\"font-size: 16px;\" wfd-id=\"198\">Mon-Fri: 09:00-19:00&nbsp;</span></p><p data-css=\"tve-u-15d9d3b42fd\" style=\"text-align: center;\"><span style=\"font-size: 16px;\" wfd-id=\"196\"><strong><span style=\"color: rgb(228, 0, 0);\" wfd-id=\"197\">24h Towing!</span></strong></span></p>map-o<p data-css=\"tve-u-15d9d3b42fd\" style=\"text-align: center;\"><span style=\"font-size: 16px;\" wfd-id=\"190\">City Name</span></p><p data-css=\"tve-u-15d9d3b42fd\" style=\"text-align: center;\"><span style=\"font-size: 16px;\" wfd-id=\"189\">123 Street Name</span></p><p data-css=\"tve-u-15d9d3b42fd\" style=\"text-align: center;\"><span style=\"font-size: 16px;\" wfd-id=\"188\">77UO2 State</span></p><h1 data-css=\"tve-u-15dcce89fec\" style=\"text-align: center;\"><span style=\"color: rgb(255, 255, 255);\" wfd-id=\"178\">Drive <strong>Confidently</strong> in a <strong>Perfectly Maintained</strong> Car</span></h1><p data-css=\"tve-u-15def6d525b\"><span style=\"font-family: Oswald; font-weight: 400; font-size: 30px;\" wfd-id=\"169\">or call us for assistance at:</span></p><p><span style=\"font-family: Oswald; font-weight: 400; font-size: 30px;\" wfd-id=\"168\">555-555-555</span></p><h2 data-css=\"tve-u-15d9d541e6c\" style=\"text-align: center;\"><span style=\"color: rgb(255, 255, 255); font-size: 45px;\" wfd-id=\"158\">Our Services</span></h2><h2 data-css=\"tve-u-15dcce8fc62\">Auto Repair Services You Can Count On!</h2><p>We have been providing quality car care in CityName since 1990. We are a small business delivering honest and professional automotive repair and auto maintenance services . Our quality certified technicians employ todayâ€™s latest automotive technology and are equipped to handle all major and minor repairs on foreign and domestic vehicles.</p><span class=\"tve_image_frame\" wfd-id=\"142\"><img class=\"tve_image\" alt=\"\" sizes=\"(max-width:568px) 100vw, 568px\" width=\"568\" height=\"354\" title=\"bizcar-image1\" data-id=\"78\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/bizcar-image1.jpg\"></span><span class=\"tve_image_frame\" wfd-id=\"135\"><img class=\"tve_image\" alt=\"\" sizes=\"(max-width:568px) 100vw, 568px\" width=\"568\" height=\"354\" title=\"bizcar-image2\" data-id=\"79\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/bizcar-image2.jpg\"></span><h2 data-css=\"tve-u-15dcce91832\">Why Us?</h2><p>You\'ll be hard-pressed to find the same level of expertise that our auto mechanic specialists provide!</p><p></p><p>We have years of experience working on both domestic and import vehicles of all makes and models and can work with you to find cost-effective repair and maintenance alternatives.</p><p><span style=\"font-family: Oswald; font-weight: 400; font-size: 30px;\" wfd-id=\"112\"><span style=\"color: rgb(228, 0, 0);\" wfd-id=\"113\">or Call Us</span> for Assistance at:</span></p><p data-css=\"tve-u-15d9d63eb98\"><span style=\"font-family: Oswald; font-weight: 400; font-size: 39px; color: rgb(228, 0, 0);\" wfd-id=\"111\">555-555-555</span></p><h2 data-css=\"tve-u-15dcce936fc\">What Our Customers Sayâ€‹</h2><span class=\"tve_image_frame\" wfd-id=\"100\"><img class=\"tve_image\" alt=\"\" sizes=\"(max-width:160px) 100vw, 160px\" width=\"160\" height=\"160\" title=\"knowhow-person3\" data-id=\"253\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/knowhow-person3.png\"></span><h3><em><span style=\"color: rgb(18, 136, 204);\" wfd-id=\"94\">â€œBest part of the review will be used as a title hereâ€</span></em></h3><p><strong>Vivamus sit amet lacus eu odio lacinia efficitur venenatis quis tellus. Ut eget lacus velit. Sed egestas diam vel iaculis dapibus. Fusce tortor lorem, fringilla et tortor eu, hendrerit convallis. Pellentesque non facilisis purus, id lorem ipsum ultrices erat.</strong></p><p><em><span style=\"color: rgb(18, 136, 204);\" wfd-id=\"91\">Albert Stewart</span></em></p><p><em>Professional Testimonial Poser</em></p><span class=\"tve_image_frame\" wfd-id=\"82\"><img class=\"tve_image\" alt=\"\" sizes=\"(max-width:160px) 100vw, 160px\" width=\"160\" height=\"160\" title=\"knowhow-person2\" data-id=\"252\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/knowhow-person2.png\"></span><h3><em><span style=\"color: rgb(18, 136, 204);\" wfd-id=\"76\">â€œBest part of the review will be used as a title hereâ€</span></em></h3><p><strong>Vivamus sit amet lacus eu odio lacinia efficitur venenatis quis tellus. Ut eget lacus velit. Sed egestas diam vel iaculis dapibus. Fusce tortor lorem, fringilla et tortor eu, hendrerit convallis. Pellentesque non facilisis purus, id lorem ipsum ultrices erat.</strong></p><p><em><span style=\"color: rgb(18, 136, 204);\" wfd-id=\"73\">Samantha Allen</span></em></p><p><em>Professional Testimonial Poser</em></p><p style=\"text-align: center;\"><span style=\"font-family: Oswald; font-weight: 400; font-size: 30px;\" wfd-id=\"56\"><span style=\"color: rgb(255, 255, 255);\" wfd-id=\"57\">or Call Us for Assistance at:</span></span></p><p data-css=\"tve-u-15d9d63eb98\" style=\"text-align: center;\"><span style=\"font-family: Oswald; font-weight: 400; font-size: 39px; color: rgb(255, 255, 255);\" wfd-id=\"55\">555-555-555</span></p><p>Copyright 2017, Company Name</p><p style=\"text-align: right;\">Privacy Policy - Disclaimer</p>','Lab','','inherit','closed','closed','','328-revision-v1','','','2018-09-22 03:12:14','2018-09-22 07:12:14','',328,'https://bestcerakoteflorida.com/328-revision-v1/',0,'revision','',0),(332,1,'2018-09-22 03:12:15','2018-09-22 07:12:15','<span class=\"tve_image_frame\" wfd-id=\"213\"><img class=\"tve_image\" alt=\"\" sizes=\"(max-width:352px) 100vw, 352px\" width=\"352\" height=\"110\" title=\"bizcar-logo\" data-id=\"80\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/bizcar-logo.png\"></span>phone<p data-css=\"tve-u-15d9d3b42fd\" style=\"text-align: center;\"><span style=\"font-size: 16px;\" wfd-id=\"207\">Call us:</span></p><p data-css=\"tve-u-15d9d3c9df7\" style=\"text-align: center;\"><span style=\"color: rgb(228, 0, 0); font-family: Oswald; font-weight: 400; font-size: 25px;\" wfd-id=\"205\">555-555-555</span></p>clock-o<p data-css=\"tve-u-15d9d3b42fd\" style=\"text-align: center;\"><span style=\"font-size: 16px;\" wfd-id=\"199\"><strong>Service open:</strong></span></p><p data-css=\"tve-u-15d9d3b42fd\" style=\"text-align: center;\"><span style=\"font-size: 16px;\" wfd-id=\"198\">Mon-Fri: 09:00-19:00&nbsp;</span></p><p data-css=\"tve-u-15d9d3b42fd\" style=\"text-align: center;\"><span style=\"font-size: 16px;\" wfd-id=\"196\"><strong><span style=\"color: rgb(228, 0, 0);\" wfd-id=\"197\">24h Towing!</span></strong></span></p>map-o<p data-css=\"tve-u-15d9d3b42fd\" style=\"text-align: center;\"><span style=\"font-size: 16px;\" wfd-id=\"190\">City Name</span></p><p data-css=\"tve-u-15d9d3b42fd\" style=\"text-align: center;\"><span style=\"font-size: 16px;\" wfd-id=\"189\">123 Street Name</span></p><p data-css=\"tve-u-15d9d3b42fd\" style=\"text-align: center;\"><span style=\"font-size: 16px;\" wfd-id=\"188\">77UO2 State</span></p><h1 data-css=\"tve-u-15dcce89fec\" style=\"text-align: center;\"><span style=\"color: rgb(255, 255, 255);\" wfd-id=\"178\">Drive <strong>Confidently</strong> in a <strong>Perfectly Maintained</strong> Car</span></h1><p data-css=\"tve-u-15def6d525b\"><span style=\"font-family: Oswald; font-weight: 400; font-size: 30px;\" wfd-id=\"169\">or call us for assistance at:</span></p><p><span style=\"font-family: Oswald; font-weight: 400; font-size: 30px;\" wfd-id=\"168\">555-555-555</span></p><h2 data-css=\"tve-u-15d9d541e6c\" style=\"text-align: center;\"><span style=\"color: rgb(255, 255, 255); font-size: 45px;\" wfd-id=\"158\">Our Services</span></h2><h2 data-css=\"tve-u-15dcce8fc62\">Auto Repair Services You Can Count On!</h2><p>We have been providing quality car care in CityName since 1990. We are a small business delivering honest and professional automotive repair and auto maintenance services . Our quality certified technicians employ todayâ€™s latest automotive technology and are equipped to handle all major and minor repairs on foreign and domestic vehicles.</p><span class=\"tve_image_frame\" wfd-id=\"142\"><img class=\"tve_image\" alt=\"\" sizes=\"(max-width:568px) 100vw, 568px\" width=\"568\" height=\"354\" title=\"bizcar-image1\" data-id=\"78\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/bizcar-image1.jpg\"></span><span class=\"tve_image_frame\" wfd-id=\"135\"><img class=\"tve_image\" alt=\"\" sizes=\"(max-width:568px) 100vw, 568px\" width=\"568\" height=\"354\" title=\"bizcar-image2\" data-id=\"79\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/bizcar-image2.jpg\"></span><h2 data-css=\"tve-u-15dcce91832\">Why Us?</h2><p>You\'ll be hard-pressed to find the same level of expertise that our auto mechanic specialists provide!</p><p></p><p>We have years of experience working on both domestic and import vehicles of all makes and models and can work with you to find cost-effective repair and maintenance alternatives.</p><p><span style=\"font-family: Oswald; font-weight: 400; font-size: 30px;\" wfd-id=\"112\"><span style=\"color: rgb(228, 0, 0);\" wfd-id=\"113\">or Call Us</span> for Assistance at:</span></p><p data-css=\"tve-u-15d9d63eb98\"><span style=\"font-family: Oswald; font-weight: 400; font-size: 39px; color: rgb(228, 0, 0);\" wfd-id=\"111\">555-555-555</span></p><h2 data-css=\"tve-u-15dcce936fc\">What Our Customers Sayâ€‹</h2><span class=\"tve_image_frame\" wfd-id=\"100\"><img class=\"tve_image\" alt=\"\" sizes=\"(max-width:160px) 100vw, 160px\" width=\"160\" height=\"160\" title=\"knowhow-person3\" data-id=\"253\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/knowhow-person3.png\"></span><h3><em><span style=\"color: rgb(18, 136, 204);\" wfd-id=\"94\">â€œBest part of the review will be used as a title hereâ€</span></em></h3><p><strong>Vivamus sit amet lacus eu odio lacinia efficitur venenatis quis tellus. Ut eget lacus velit. Sed egestas diam vel iaculis dapibus. Fusce tortor lorem, fringilla et tortor eu, hendrerit convallis. Pellentesque non facilisis purus, id lorem ipsum ultrices erat.</strong></p><p><em><span style=\"color: rgb(18, 136, 204);\" wfd-id=\"91\">Albert Stewart</span></em></p><p><em>Professional Testimonial Poser</em></p><span class=\"tve_image_frame\" wfd-id=\"82\"><img class=\"tve_image\" alt=\"\" sizes=\"(max-width:160px) 100vw, 160px\" width=\"160\" height=\"160\" title=\"knowhow-person2\" data-id=\"252\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/knowhow-person2.png\"></span><h3><em><span style=\"color: rgb(18, 136, 204);\" wfd-id=\"76\">â€œBest part of the review will be used as a title hereâ€</span></em></h3><p><strong>Vivamus sit amet lacus eu odio lacinia efficitur venenatis quis tellus. Ut eget lacus velit. Sed egestas diam vel iaculis dapibus. Fusce tortor lorem, fringilla et tortor eu, hendrerit convallis. Pellentesque non facilisis purus, id lorem ipsum ultrices erat.</strong></p><p><em><span style=\"color: rgb(18, 136, 204);\" wfd-id=\"73\">Samantha Allen</span></em></p><p><em>Professional Testimonial Poser</em></p><p style=\"text-align: center;\"><span style=\"font-family: Oswald; font-weight: 400; font-size: 30px;\" wfd-id=\"56\"><span style=\"color: rgb(255, 255, 255);\" wfd-id=\"57\">or Call Us for Assistance at:</span></span></p><p data-css=\"tve-u-15d9d63eb98\" style=\"text-align: center;\"><span style=\"font-family: Oswald; font-weight: 400; font-size: 39px; color: rgb(255, 255, 255);\" wfd-id=\"55\">555-555-555</span></p><p>Copyright 2017, Company Name</p><p style=\"text-align: right;\">Privacy Policy - Disclaimer</p>','Lab','','inherit','closed','closed','','328-revision-v1','','','2018-09-22 03:12:15','2018-09-22 07:12:15','',328,'https://bestcerakoteflorida.com/328-revision-v1/',0,'revision','',0),(428,1,'2019-03-07 12:54:24','2019-03-07 17:54:24','<h4 style=\"text-align: center;\"><strong>YourÂ â‰‘ Â  Â  Â Company Name Â  Â  Â â‰‘</strong></h4>\nYourÂ  Adress Goes Here\n<p style=\"text-align: right;\">0364 - 300 - 946</p>\n\n<h3 style=\"text-align: center;\">This is the place to create your</h3>\n<h1 style=\"text-align: center;\">Best Memories</h1>\n<h4>A short story about us</h4>\n<h2>Welcome</h2>\nOur vision is simple: create an environment of excitement and wonder.\n\nWe provide you with the fresh feeling that you need in summer and the cozyness you long for in winter.\n\nWe create the best experiences for you to share with friends.\n<h6 style=\"text-align: center;\"><strong>weâ€™re open from:</strong></h6>\nMo-Fr <strong>3Pm</strong> to <strong>4Am</strong>\n\nSa-Su <strong>12Pm</strong> to <strong>4Am</strong>\n<h3 style=\"text-align: center;\">Why Youâ€™ll <strong>Love</strong> our pub</h3>\n<p style=\"text-align: center;\">Â original</p>\n<p style=\"text-align: center;\"><span style=\"font-weight: 400; font-family: \'Kaushan Script\';\">drinks</span></p>\n<p style=\"text-align: center;\">Â tasty</p>\n<p style=\"text-align: center;\"><span style=\"font-weight: 400; font-family: \'Kaushan Script\';\">food</span></p>\n<p style=\"text-align: center;\">Â great</p>\n<p style=\"text-align: center;\"><span style=\"font-weight: 400; font-family: \'Kaushan Script\';\">ambiance</span></p>\n\n<h3>Take a look at</h3>\n<h2>Our Menu</h2>\n<h4>Drinks</h4>\n&nbsp;\n<h4><span style=\"font-family: Lato,arial;\">alcoholic drinks</span></h4>\n<h3><strong>Beer (bottle)</strong></h3>\nHeineken\n\nPaulaner\n\nBudweiser American Ale\n\nLand Shark Lager\n\nScrumpy\n\nJackFirestone\n\nWalker Fortem\n\nLive Oak Hefeweizen\n<h3><strong>Beer (draught)</strong></h3>\nGuiness\n\nStela Artois\n\nGrolsch (Unfiltered)\n\nNewcastle Brown Ale\n\nCorona Extra\n\nSam Adams\n\nMiller Lite\n<h3><strong>Cocktails</strong></h3>\nGin &amp; Tonic\n\nVodka Orange\n\nWiskey Sour\n\nBoulevardier\n\nDaiquiri\n\nMartini\n\nRamos Gin Fizz\n<h3><strong>Wine</strong></h3>\n<strong>White</strong>\n\nSidebar Sauvignon Blanc High Valley\n\nMazzei Maremma Toscana Tenuta\n\n<strong>Red</strong>\n\nMarquÃ©s de CÃ¡ceres\n\nRioja ReservaBelguardo\n\n&nbsp;\n<h4><span style=\"font-family: Lato,arial;\">soft drinks</span></h4>\n<h3><strong>Coffee</strong></h3>\nExpresso\n\nExpresso Machiato\n\nIrish Coffee\n\nCafe Mendoza\n\nLatte\n\nAmericano\n\nBaileys Irish Cream Coffee\n<h3><strong>Juice</strong></h3>\nCoca Cola\n\nFanta\n\nSprite\n\nAlmdudler\n\nFresh mix\n<ul>\n 	<li>Orange/ Grapefruit/Apple</li>\n</ul>\nSam Adams\n\nMiller Lite\n<h3><strong>Smoothie</strong></h3>\n&nbsp;\n\nCherry &amp; Kale\n\nBlueberry &amp; Avocado\n\nBanana &amp; Milk\n\nPear &amp; Chocolate\n\nVeggie &amp; Green\n<h3><strong>Lemonade</strong></h3>\nClassic\n\nMint\n\nOrange &amp; Lime\n\nWatermelon\n\n&nbsp;\n<h4>ADDITIONAL SPIRITS</h4>\n<h4>Food</h4>\n&nbsp;\n<h4>starters</h4>\n<h3><strong>Snacks</strong></h3>\nChips\n\nHazelnuts\n\nPeanuts\n\nTortilla chips\n\nChocolate croissants\n<h3><strong>Meals</strong></h3>\nCrab cakes<u>â€‹</u>\n\nChicken wings\n\nWhite beans with herbs\n\nStuffed mushrooms\n\nSmoked salmon spread\n\nAuthentic houmous\n\n&nbsp;\n<h4>main course</h4>\n<h3><strong>Soup</strong></h3>\nFish soup\n\nSquash &amp; parsley\n\nTomato\n\nChicken AlmondArizona MountainBayou ShrimpBeef &amp; Pasta Mushroom\n<h3><strong>Main dish</strong></h3>\nChickpea Cauliflower Korma\n\nLasagna\n\nVeggie Lasagna\n\nPizza Capriciosa\n\nPizza Margherita\n\nHouse Burger\n<h3 style=\"text-align: center;\">What <span style=\"text-transform: uppercase;\">o</span>ur customers say</h3>\nâ\n\nAenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit. Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit.\n\n<strong><span style=\"font-size: 16px;\">Josie Carter</span></strong>\n\n<span style=\"font-size: 16px;\"><em>Marine Biologist</em></span>\n\nâ€‹\n\n<em>As seen on</em>\n\n<span style=\"width: 100%;\"><img style=\"width: 100%;\" title=\"trip-advisor-logo_03\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/trip-advisor-logo_03.png\" alt=\"\" width=\"45\" height=\"30\" data-id=\"3532\" /></span>\n\n<a href=\"https://www.tripadvisor.com/\" target=\"_blank\" rel=\"noopener noreferrer\"><u>See more reviews</u></a><u>â€‹â€‹â€‹â€‹</u>\n\nâ\n\nMorbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae erat consequat auctor eu in elit. Class aptent!\n\n<strong>Jesse O\'neil</strong>\n\n<em>Advertising</em>\n\nâ€‹\n\n<em>As seen on</em>\n\n<span style=\"width: 100%;\"><img style=\"width: 100%;\" title=\"foursquare-logo_03\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/foursquare-logo_03.png\" alt=\"\" width=\"52\" height=\"31\" data-id=\"3538\" /></span>\n\n<a href=\"https://foursquare.com/\" target=\"_blank\" rel=\"noopener noreferrer\"><u>See more reviewsâ€‹â€‹â€‹â€‹</u></a>\n\nâ\n\nClass aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Mauris in erat justo. Nullam ac urna eu felis dapibus condimentum sit amet a augue. Sed non neque elit.\n\n<strong><span style=\"font-size: 16px;\">Gabriel Jones</span></strong>\n\n<span style=\"font-size: 16px;\"><em>Brand Management Consultant</em></span>\n\n<strong>â€‹</strong>\n\n<em>As seen on</em>\n\n<span style=\"width: 100%;\"><img style=\"width: 100%;\" title=\"yelp-logo_03\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/yelp-logo_03.png\" alt=\"\" width=\"49\" height=\"24\" data-id=\"3542\" /></span>\n\n<a href=\"https://www.yelp.com/\" target=\"_blank\" rel=\"noopener noreferrer\"><u>See more reviews</u></a><u>â€‹â€‹â€‹â€‹</u>\n<p style=\"text-align: center;\"><span style=\"font-weight: 400; font-family: \'Kaushan Script\';\">Happy Hour</span></p>\n<p style=\"text-align: center;\">2 shots for the price of 1 between 18Â PMÂ - 20 PM</p>\n<p style=\"text-align: center;\">or</p>\n<p style=\"text-align: center;\">Call us : 0300-984-589</p>\n\n<h3 style=\"text-align: center;\">our signature drinks</h3>\n<p style=\"text-align: center;\"><span style=\"font-weight: 400; font-family: \'Kaushan Script\';\">Wiskey Sour</span></p>\n<p style=\"text-align: center;\"><span style=\"font-weight: 400; font-family: \'Kaushan Script\';\">Boulevardier</span></p>\n<p style=\"text-align: center;\"><span style=\"font-weight: 400; font-family: \'Kaushan Script\';\">Gin Fizz</span></p>\n<p style=\"text-align: center;\"><span style=\"font-weight: 400; font-family: \'Kaushan Script\';\">Spicy Tequila Shot</span></p>\n\n<h4><strong><span style=\"text-transform: none;\">Your</span></strong><strong>Company name</strong></h4>\nYour Pub Adress Goes Here\n<p style=\"text-align: left;\">0364 - 300 - 946</p>\n<p style=\"text-align: left;\">Â© 2018 , Your company name . All rights reserved.</p>\n<p style=\"text-align: right;\"><span style=\"color: rgba(3, 9, 14, 0.5);\"><u>â€‹</u>â€‹â€‹â€‹â€‹Made with</span> <a href=\"https://thrivethemes.com/\" target=\"_blank\" rel=\"noopener noreferrer\">Thrive Architect</a></p>','Lab','','inherit','closed','closed','','328-autosave-v1','','','2019-03-07 12:54:24','2019-03-07 17:54:24','',328,'https://bestcerakoteflorida.com/328-autosave-v1/',0,'revision','',0),(414,0,'2018-11-17 01:41:54','2018-11-17 06:41:54','','Introduction â€“ From Internet Rubbish to Content Marketing Gold','Why is it so hard to create engaging content? And what is engaging content actually? Discover what youâ€™ll need to learn in order to make your content marketing efficient','publish','closed','closed','','introduction-from-internet-rubbish-to-content-marketing-gold','','','2018-11-17 01:41:54','2018-11-17 06:41:54','',0,'https://bestcerakoteflorida.com/course/introduction-from-internet-rubbish-to-content-marketing-gold/',0,'tva_lesson','',0),(415,0,'2018-11-17 01:41:54','2018-11-17 06:41:54','','Introduction â€“ From Internet Rubbish to Content Marketing Gold','Why is it so hard to create engaging content? And what is engaging content actually? Discover what youâ€™ll need to learn in order to make your content marketing efficient','publish','closed','closed','','introduction-from-internet-rubbish-to-content-marketing-gold-2','','','2018-11-17 01:41:54','2018-11-17 06:41:54','',0,'https://bestcerakoteflorida.com/course/introduction-from-internet-rubbish-to-content-marketing-gold-2/',0,'tva_lesson','',0),(444,1,'2019-01-29 15:57:44','2019-01-29 20:57:44','<h4 style=\"text-align: center;\"><strong>Your&nbsp;â‰‘ &nbsp; &nbsp; &nbsp;Company Name &nbsp; &nbsp; &nbsp;â‰‘</strong></h4><p>Your&nbsp; Adress Goes Here</p><p style=\"text-align: right;\">0364 - 300 - 946</p><h3 style=\"text-align: center;\">This is the place to create your</h3><h1 style=\"text-align: center;\">Best Memories</h1><h4>A short story about us</h4><h2>Welcome</h2><p>Our vision is simple: create an environment of excitement and wonder.</p><p></p><p>We provide you with the fresh feeling that you need in summer and the cozyness you long for in winter.</p><p></p><p>We create the best experiences for you to share with friends.</p><h6 style=\"text-align: center;\"><strong>weâ€™re open from:</strong></h6><p>Mo-Fr <strong>3Pm</strong> to <strong>4Am</strong></p><p>Sa-Su <strong>12Pm</strong> to <strong>4Am</strong></p><h3 style=\"text-align: center;\">Why Youâ€™ll <strong>Love</strong> our pub</h3><p style=\"text-align: center;\">&nbsp;original</p><p style=\"text-align: center;\"><span style=\"font-weight: 400; font-family: &quot;Kaushan Script&quot;;\" wfd-id=\"476\">drinks</span></p><p style=\"text-align: center;\">&nbsp;tasty</p><p style=\"text-align: center;\"><span style=\"font-weight: 400; font-family: &quot;Kaushan Script&quot;;\" wfd-id=\"462\">food</span></p><p style=\"text-align: center;\">&nbsp;great</p><p style=\"text-align: center;\"><span style=\"font-weight: 400; font-family: &quot;Kaushan Script&quot;;\" wfd-id=\"448\">ambiance</span></p><h3>Take a look at</h3><h2>Our Menu</h2><h4>Drinks</h4><span wfd-id=\"428\"></span><h4><span style=\"font-family: Lato,arial;\" wfd-id=\"427\">alcoholic drinks</span></h4><h3><strong>Beer (bottle)</strong></h3><p></p><p>Heineken</p><p>Paulaner</p><p>Budweiser American Ale</p><p>Land Shark Lager</p><p>Scrumpy</p><p>JackFirestone</p><p>Walker Fortem</p><p>Live Oak Hefeweizen</p><h3><strong>Beer (draught)</strong></h3><p></p><p><span wfd-id=\"413\">Guiness</span></p><p><span wfd-id=\"411\"><span wfd-id=\"412\">Stela Artois</span></span></p><p><span wfd-id=\"409\"><span wfd-id=\"410\">Grolsch (Unfiltered)</span></span></p><p><span wfd-id=\"407\"><span wfd-id=\"408\">Newcastle Brown Ale</span></span></p><p><span wfd-id=\"405\"><span wfd-id=\"406\">Corona Extra</span></span></p><p><span wfd-id=\"403\"><span wfd-id=\"404\">Sam Adams</span></span></p><p><span wfd-id=\"402\">Miller Lite</span></p><h3><strong>Cocktails</strong></h3><p></p><p>Gin &amp; Tonic</p><p>Vodka Orange</p><p>Wiskey Sour</p><p>Boulevardier</p><p>Daiquiri</p><p>Martini</p><p>Ramos Gin Fizz</p><h3><strong>Wine</strong></h3><p></p><p></p><p><strong>White</strong></p><p></p><p>Sidebar Sauvignon Blanc High Valley</p><p></p><p>Mazzei Maremma Toscana Tenuta</p><p></p><p><strong>Red</strong></p><p></p><p>MarquÃ©s de CÃ¡ceres</p><p>Rioja ReservaBelguardo</p><span wfd-id=\"375\"></span><h4><span style=\"font-family: Lato,arial;\" wfd-id=\"374\">soft drinks</span></h4><h3><strong>Coffee</strong></h3><p></p><p>Expresso</p><p>Expresso Machiato</p><p>Irish Coffee</p><p>Cafe Mendoza</p><p>Latte</p><p>Americano</p><p>Baileys Irish Cream Coffee</p><h3><strong>Juice</strong></h3><p></p><p>Coca Cola</p><p>Fanta</p><p>Sprite</p><p>Almdudler</p><p>Fresh mix&nbsp;</p><ul wfd-id=\"363\"><li wfd-id=\"364\">Orange/ Grapefruit/Apple</li></ul><p>Sam Adams</p><p>Miller Lite</p><h3><span wfd-id=\"354\"><strong>Smoothie</strong></span></h3><p><span wfd-id=\"352\"><span wfd-id=\"353\"></span></span></p><p><span wfd-id=\"350\"><span wfd-id=\"351\">Cherry &amp; Kale</span></span></p><p><span wfd-id=\"348\"><span wfd-id=\"349\">Blueberry &amp; Avocado</span></span></p><p><span wfd-id=\"346\"><span wfd-id=\"347\">Banana &amp; Milk</span></span></p><p><span wfd-id=\"345\">Pear &amp; Chocolate</span></p><p>Veggie &amp; Green</p><h3><strong>Lemonade</strong></h3><p></p><p>Classic</p><p>Mint&nbsp;</p><p>Orange &amp; Lime</p><p>Watermelon</p><span wfd-id=\"329\"></span><h4>ADDITIONAL SPIRITS</h4><h4>Food</h4><span wfd-id=\"307\"></span><h4><span wfd-id=\"306\">starters</span></h4><h3><strong>Snacks</strong></h3><p></p><p>Chips</p><p>Hazelnuts</p><p>Peanuts</p><p>Tortilla chips</p><p>Chocolate croissants</p><h3><strong>Meals</strong></h3><p></p><p>Crab cakes<u>â€‹</u></p><p>Chicken wings</p><p>White beans with herbs</p><p>Stuffed mushrooms</p><p>Smoked salmon spread</p><p>Authentic houmous</p><span wfd-id=\"297\"></span><h4><span wfd-id=\"296\">main course</span></h4><h3><strong>Soup</strong></h3><p></p><p>Fish soup</p><p>Squash &amp; parsley&nbsp;</p><p>Tomato</p><p>Chicken AlmondArizona MountainBayou ShrimpBeef &amp; Pasta Mushroom</p><h3><strong>Main dish</strong></h3><p></p><p>Chickpea Cauliflower Korma</p><p>Lasagna</p><p>Veggie Lasagna</p><p>Pizza Capriciosa</p><p>Pizza Margherita</p><p>House Burger</p><h3 style=\"text-align: center;\">What <span style=\"text-transform: uppercase;\" wfd-id=\"279\">o</span>ur customers say</h3><p><span wfd-id=\"274\">â</span></p><p>Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit. Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit.</p><p><strong><span style=\"font-size: 16px;\" wfd-id=\"260\">Josie Carter</span></strong></p><p><span style=\"font-size: 16px;\" wfd-id=\"259\"><em>Marine Biologist</em></span></p><p>â€‹</p><p><em>As seen on</em></p><span style=\"width: 100%;\" wfd-id=\"247\"><img alt=\"\" width=\"45\" height=\"30\" title=\"trip-advisor-logo_03\" data-id=\"3532\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/trip-advisor-logo_03.png\" style=\"width: 100%;\"></span><p><a href=\"https://www.tripadvisor.com/\" target=\"_blank\"><u>See more reviews</u></a><u>â€‹â€‹â€‹â€‹</u></p><p><span wfd-id=\"232\">â</span></p><p>Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae erat consequat auctor eu in elit. Class aptent!</p><p><strong>Jesse O\'neil</strong></p><p><em>Advertising</em></p><p>â€‹</p><p><em>As seen on</em></p><span style=\"width: 100%;\" wfd-id=\"209\"><img alt=\"\" width=\"52\" height=\"31\" title=\"foursquare-logo_03\" data-id=\"3538\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/foursquare-logo_03.png\" style=\"width: 100%;\"></span><p><a href=\"https://foursquare.com/\" target=\"_blank\"><u>See more reviewsâ€‹â€‹â€‹â€‹</u></a></p><p><span wfd-id=\"194\">â</span></p><p>Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Mauris in erat justo. Nullam ac urna eu felis dapibus condimentum sit amet a augue. Sed non neque elit.</p><p><strong><span style=\"font-size: 16px;\" wfd-id=\"182\">Gabriel Jones</span></strong></p><p><span style=\"font-size: 16px;\" wfd-id=\"181\"><em>Brand Management Consultant</em></span></p><p><strong>â€‹</strong></p><p><em>As seen on</em></p><span style=\"width: 100%;\" wfd-id=\"173\"><img alt=\"\" width=\"49\" height=\"24\" title=\"yelp-logo_03\" data-id=\"3542\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/yelp-logo_03.png\" style=\"width: 100%;\"></span><p><a href=\"https://www.yelp.com/\" target=\"_blank\"><u>See more reviews</u></a><u>â€‹â€‹â€‹â€‹</u></p><p style=\"text-align: center;\"><span style=\"font-weight: 400; font-family: &quot;Kaushan Script&quot;;\" wfd-id=\"153\">Happy Hour</span></p><p style=\"text-align: center;\"><span wfd-id=\"148\">2 shots for the price of 1 between 18<span wfd-id=\"149\">&nbsp;PM&nbsp;</span>- 20 </span><span wfd-id=\"147\">PM</span></p><p style=\"text-align: center;\">or</p><p style=\"text-align: center;\"><span wfd-id=\"121\"><span wfd-id=\"122\">Call us</span> : 0300-984-589</span></p><h3 style=\"text-align: center;\">our signature drinks</h3><p style=\"text-align: center;\"><span style=\"font-weight: 400; font-family: &quot;Kaushan Script&quot;;\" wfd-id=\"110\">Wiskey Sour</span></p><p style=\"text-align: center;\"><span style=\"font-weight: 400; font-family: &quot;Kaushan Script&quot;;\" wfd-id=\"102\">Boulevardier</span></p><p style=\"text-align: center;\"><span style=\"font-weight: 400; font-family: &quot;Kaushan Script&quot;;\" wfd-id=\"94\">Gin Fizz</span></p><p style=\"text-align: center;\"><span style=\"font-weight: 400; font-family: &quot;Kaushan Script&quot;;\" wfd-id=\"86\">Spicy Tequila Shot</span></p><h4><strong><span style=\"text-transform: none;\" wfd-id=\"73\">Your</span></strong><strong>Company name</strong></h4><p>Your Pub Adress Goes Here</p><p style=\"text-align: left;\">0364 - 300 - 946</p><p style=\"text-align: left;\">Â© 2018 , Your company name . All rights reserved.</p><p style=\"text-align: right;\"><span style=\"color: rgba(3, 9, 14, 0.5);\" wfd-id=\"35\"><u>â€‹</u>â€‹â€‹â€‹â€‹Made with</span> <a href=\"https://thrivethemes.com/\" target=\"_blank\">Thrive Architect</a></p>','Lab','','inherit','closed','closed','','328-revision-v1','','','2019-01-29 15:57:44','2019-01-29 20:57:44','',328,'https://bestcerakoteflorida.com/328-revision-v1/',0,'revision','',0),(426,1,'2018-11-22 13:52:40','2018-11-22 18:52:40','<h2 data-css=\"tve-u-165e62d8c6d\">Terms &amp; Conditions</h2><p data-css=\"tve-u-165e64714a8\" style=\"text-align: left;\">TERMS OF SERVICE-----OVERVIEWThis website is operated by Blackhawk Custom, LLC. Throughout the site, the terms â€œweâ€, â€œusâ€ and â€œourâ€ refer to Blackhawk Custom, LLC. Blackhawk Custom, LLC offers this website, including all information, tools and services available from this site to you, the user, conditioned upon your acceptance of all terms, conditions, policies and notices stated here.By visiting our site and/ or purchasing something from us, you engage in our â€œServiceâ€ and agree to be bound by the following terms and conditions (â€œTerms of Serviceâ€, â€œTermsâ€), including those additional terms, conditions, and policies referenced herein and/or available by hyperlink. These Terms of Service apply to all users of the site, including without limitation users who are browsers, vendors, customers, merchants, and/ or contributors of content.Please read these Terms of Service carefully before accessing or using our website. By accessing or using any part of the site, you agree to be bound by these Terms of Service. If you do not agree to all the terms and conditions of this agreement, then you may not access the website or use any services. If these Terms of Service are considered an offer, acceptance is expressly limited to these Terms of Service.Any new features or tools which are added to the current store shall also be subject to the Terms of Service. You can review the most current version of the Terms of Service at any time on this page. We reserve the right to update, change or replace any part of these Terms of Service by posting updates and/or changes to our website. It is your responsibility to check this page periodically for changes. Your continued use of or access to the website following the posting of any changes constitutes acceptance of those changes.SECTION 1 - ONLINE STORE TERMSBy agreeing to these Terms of Service, you represent that you are at least the age of majority in your state or province of residence, or that you are the age of majority in your state or province of residence and you have given us your consent to allow any of your minor dependents to use this site.You may not use our products for any illegal or unauthorized purpose nor may you, in the use of the Service, violate any laws in your jurisdiction (including but not limited to copyright laws).You must not transmit any worms or viruses or any code of a destructive nature.A breach or violation of any of the Terms will result in an immediate termination of your Services.SECTION 2 - GENERAL CONDITIONSWe reserve the right to refuse service to anyone for any reason at any time.You understand that your content (not including credit card information), may be transferred unencrypted and involve (a) transmissions over various networks; and (b) changes to conform and adapt to technical requirements of connecting networks or devices. Credit card information is always encrypted during transfer over networks.You agree not to reproduce, duplicate, copy, sell, resell or exploit any portion of the Service, use of the Service, or access to the Service or any contact on the website through which the service is provided, without express written permission by us.The headings used in this agreement are included for convenience only and will not limit or otherwise affect these Terms.SECTION 3 - ACCURACY, COMPLETENESS AND TIMELINESS OF INFORMATIONWe are not responsible if information made available on this site is not accurate, complete or current. The material on this site is provided for general information only and should not be relied upon or used as the sole basis for making decisions without consulting primary, more accurate, more complete or more timely sources of information. Any reliance on the material on this site is at your own risk.This site may contain certain historical information. Historical information, necessarily, is not current and is provided for your reference only. We reserve the right to modify the contents of this site at any time, but we have no obligation to update any information on our site. You agree that it is your responsibility to monitor changes to our site.SECTION 4 - MODIFICATIONS TO THE SERVICE AND PRICESThe prices for our products are subject to change without notice.We reserve the right at any time to modify or discontinue the Service (or any part or content thereof) without notice at any time.We shall not be liable to you or to any third-party for any modification, price change, suspension or discontinuance of the Service.SECTION 5 - PRODUCTS OR SERVICES (if applicable)Certain products or services may be available exclusively online through the website. These products or services may have limited quantities and are subject to return or exchange only according to our Return Policy.We have made every effort to display as accurately as possible the colors and images of our products that appear at the store. We cannot guarantee that your computer monitor\'s display of any color will be accurate.We reserve the right, but are not obligated, to limit the sales of our products or Services to any person, geographic region or jurisdiction. We may exercise this right on a case-by-case basis. We reserve the right to limit the quantities of any products or services that we offer. All descriptions of products or product pricing are subject to change at anytime without notice, at the sole discretion of us. We reserve the right to discontinue any product at any time. Any offer for any product or service made on this site is void where prohibited.We do not warrant that the quality of any products, services, information, or other material purchased or obtained by you will meet your expectations, or that any errors in the Service will be corrected.SECTION 6 - ACCURACY OF BILLING AND ACCOUNT INFORMATIONWe reserve the right to refuse any order you place with us. We may, in our sole discretion, limit or cancel quantities purchased per person, per household or per order. These restrictions may include orders placed by or under the same customer account, the same credit card, and/or orders that use the same billing and/or shipping address. In the event that we make a change to or cancel an order, we may attempt to notify you by contacting the e-mail and/or billing address/phone number provided at the time the order was made. We reserve the right to limit or prohibit orders that, in our sole judgment, appear to be placed by dealers, resellers or distributors.You agree to provide current, complete and accurate purchase and account information for all purchases made at our store. You agree to promptly update your account and other information, including your email address and credit card numbers and expiration dates, so that we can complete your transactions and contact you as needed.For more detail, please review our Returns Policy.SECTION 7 - OPTIONAL TOOLSWe may provide you with access to third-party tools over which we neither monitor nor have any control nor input.You acknowledge and agree that we provide access to such tools â€as isâ€ and â€œas availableâ€ without any warranties, representations or conditions of any kind and without any endorsement. We shall have no liability whatsoever arising from or relating to your use of optional third-party tools.Any use by you of optional tools offered through the site is entirely at your own risk and discretion and you should ensure that you are familiar with and approve of the terms on which tools are provided by the relevant third-party provider(s).We may also, in the future, offer new services and/or features through the website (including, the release of new tools and resources). Such new features and/or services shall also be subject to these Terms of Service.SECTION 8 - THIRD-PARTY LINKSCertain content, products and services available via our Service may include materials from third-parties.Third-party links on this site may direct you to third-party websites that are not affiliated with us. We are not responsible for examining or evaluating the content or accuracy and we do not warrant and will not have any liability or responsibility for any third-party materials or websites, or for any other materials, products, or services of third-parties.We are not liable for any harm or damages related to the purchase or use of goods, services, resources, content, or any other transactions made in connection with any third-party websites. Please review carefully the third-party\'s policies and practices and make sure you understand them before you engage in any transaction. Complaints, claims, concerns, or questions regarding third-party products should be directed to the third-party.SECTION 9 - USER COMMENTS, FEEDBACK AND OTHER SUBMISSIONSIf, at our request, you send certain specific submissions (for example contest entries) or without a request from us you send creative ideas, suggestions, proposals, plans, or other materials, whether online, by email, by postal mail, or otherwise (collectively, \'comments\'), you agree that we may, at any time, without restriction, edit, copy, publish, distribute, translate and otherwise use in any medium any comments that you forward to us. We are and shall be under no obligation (1) to maintain any comments in confidence; (2) to pay compensation for any comments; or (3) to respond to any comments.We may, but have no obligation to, monitor, edit or remove content that we determine in our sole discretion are unlawful, offensive, threatening, libelous, defamatory, pornographic, obscene or otherwise objectionable or violates any partyâ€™s intellectual property or these Terms of Service.You agree that your comments will not violate any right of any third-party, including copyright, trademark, privacy, personality or other personal or proprietary right. You further agree that your comments will not contain libelous or otherwise unlawful, abusive or obscene material, or contain any computer virus or other malware that could in any way affect the operation of the Service or any related website. You may not use a false e-mail address, pretend to be someone other than yourself, or otherwise mislead us or third-parties as to the origin of any comments. You are solely responsible for any comments you make and their accuracy. We take no responsibility and assume no liability for any comments posted by you or any third-party.SECTION 10 - PERSONAL INFORMATIONYour submission of personal information through the store is governed by our Privacy Policy. To view our Privacy Policy.SECTION 11 - ERRORS, INACCURACIES AND OMISSIONSOccasionally there may be information on our site or in the Service that contains typographical errors, inaccuracies or omissions that may relate to product descriptions, pricing, promotions, offers, product shipping charges, transit times and availability. We reserve the right to correct any errors, inaccuracies or omissions, and to change or update information or cancel orders if any information in the Service or on any related website is inaccurate at any time without prior notice (including after you have submitted your order).We undertake no obligation to update, amend or clarify information in the Service or on any related website, including without limitation, pricing information, except as required by law. No specified update or refresh date applied in the Service or on any related website, should be taken to indicate that all information in the Service or on any related website has been modified or updated.SECTION 12 - PROHIBITED USESIn addition to other prohibitions as set forth in the Terms of Service, you are prohibited from using the site or its content: (a) for any unlawful purpose; (b) to solicit others to perform or participate in any unlawful acts; (c) to violate any international, federal, provincial or state regulations, rules, laws, or local ordinances; (d) to infringe upon or violate our intellectual property rights or the intellectual property rights of others; (e) to harass, abuse, insult, harm, defame, slander, disparage, intimidate, or discriminate based on gender, sexual orientation, religion, ethnicity, race, age, national origin, or disability; (f) to submit false or misleading information; (g) to upload or transmit viruses or any other type of malicious code that will or may be used in any way that will affect the functionality or operation of the Service or of any related website, other websites, or the Internet; (h) to collect or track the personal information of others; (i) to spam, phish, pharm, pretext, spider, crawl, or scrape; (j) for any obscene or immoral purpose; or (k) to interfere with or circumvent the security features of the Service or any related website, other websites, or the Internet. We reserve the right to terminate your use of the Service or any related website for violating any of the prohibited uses.SECTION 13 - DISCLAIMER OF WARRANTIES; LIMITATION OF LIABILITYWe do not guarantee, represent or warrant that your use of our service will be uninterrupted, timely, secure or error-free.We do not warrant that the results that may be obtained from the use of the service will be accurate or reliable.You agree that from time to time we may remove the service for indefinite periods of time or cancel the service at any time, without notice to you.You expressly agree that your use of, or inability to use, the service is at your sole risk. The service and all products and services delivered to you through the service are (except as expressly stated by us) provided \'as is\' and \'as available\' for your use, without any representation, warranties or conditions of any kind, either express or implied, including all implied warranties or conditions of merchantability, merchantable quality, fitness for a particular purpose, durability, title, and non-infringement.In no case shall Blackhawk Custom, LLC, our directors, officers, employees, affiliates, agents, contractors, interns, suppliers, service providers or licensors be liable for any injury, loss, claim, or any direct, indirect, incidental, punitive, special, or consequential damages of any kind, including, without limitation lost profits, lost revenue, lost savings, loss of data, replacement costs, or any similar damages, whether based in contract, tort (including negligence), strict liability or otherwise, arising from your use of any of the service or any products procured using the service, or for any other claim related in any way to your use of the service or any product, including, but not limited to, any errors or omissions in any content, or any loss or damage of any kind incurred as a result of the use of the service or any content (or product) posted, transmitted, or otherwise made available via the service, even if advised of their possibility. Because some states or jurisdictions do not allow the exclusion or the limitation of liability for consequential or incidental damages, in such states or jurisdictions, our liability shall be limited to the maximum extent permitted by law.SECTION 14 - INDEMNIFICATIONYou agree to indemnify, defend and hold harmless Blackhawk Custom, LLC and our parent, subsidiaries, affiliates, partners, officers, directors, agents, contractors, licensors, service providers, subcontractors, suppliers, interns and employees, harmless from any claim or demand, including reasonable attorneysâ€™ fees, made by any third-party due to or arising out of your breach of these Terms of Service or the documents they incorporate by reference, or your violation of any law or the rights of a third-party.SECTION 15 - SEVERABILITYIn the event that any provision of these Terms of Service is determined to be unlawful, void or unenforceable, such provision shall nonetheless be enforceable to the fullest extent permitted by applicable law, and the unenforceable portion shall be deemed to be severed from these Terms of Service, such determination shall not affect the validity and enforceability of any other remaining provisions.SECTION 16 - TERMINATIONThe obligations and liabilities of the parties incurred prior to the termination date shall survive the termination of this agreement for all purposes.These Terms of Service are effective unless and until terminated by either you or us. You may terminate these Terms of Service at any time by notifying us that you no longer wish to use our Services, or when you cease using our site.If in our sole judgment you fail, or we suspect that you have failed, to comply with any term or provision of these Terms of Service, we also may terminate this agreement at any time without notice and you will remain liable for all amounts due up to and including the date of termination; and/or accordingly may deny you access to our Services (or any part thereof).SECTION 17 - ENTIRE AGREEMENTThe failure of us to exercise or enforce any right or provision of these Terms of Service shall not constitute a waiver of such right or provision.These Terms of Service and any policies or operating rules posted by us on this site or in respect to The Service constitutes the entire agreement and understanding between you and us and govern your use of the Service, superseding any prior or contemporaneous agreements, communications and proposals, whether oral or written, between you and us (including, but not limited to, any prior versions of the Terms of Service).Any ambiguities in the interpretation of these Terms of Service shall not be construed against the drafting party.SECTION 18 - GOVERNING LAWThese Terms of Service and any separate agreements whereby we provide you Services shall be governed by and construed in accordance with the laws of 825 South Kings Highway, Fort Pierce, FL 34945.SECTION 19 - CHANGES TO TERMS OF SERVICEYou can review the most current version of the Terms of Service at any time at this page.We reserve the right, at our sole discretion, to update, change or replace any part of these Terms of Service by posting updates and changes to our website. It is your responsibility to check our website periodically for changes. Your continued use of or access to our website or the Service following the posting of any changes to these Terms of Service constitutes acceptance of those changes.SECTION 20 - CONTACT INFORMATIONQuestions about the Terms of Service should be sent to us at <a href=\"mailto:admin@blackhawkcustom.com\" target=\"_blank\">admin@blackhawkcustom.com</a></p>','Terms And Conditions','','inherit','closed','closed','','95-revision-v1','','','2018-11-22 13:52:40','2018-11-22 18:52:40','',95,'https://bestcerakoteflorida.com/95-revision-v1/',0,'revision','',0),(427,1,'2018-11-23 00:10:37','2018-11-23 05:10:37','<h2 data-css=\"tve-u-165e62d8c6d\">Terms &amp; Conditions</h2><p data-css=\"tve-u-165e64714a8\" style=\"text-align: left;\">TERMS OF SERVICE-----OVERVIEWThis website is operated by Blackhawk Custom, LLC. Throughout the site, the terms â€œweâ€, â€œusâ€ and â€œourâ€ refer to Blackhawk Custom, LLC. Blackhawk Custom, LLC offers this website, including all information, tools and services available from this site to you, the user, conditioned upon your acceptance of all terms, conditions, policies and notices stated here.By visiting our site and/ or purchasing something from us, you engage in our â€œServiceâ€ and agree to be bound by the following terms and conditions (â€œTerms of Serviceâ€, â€œTermsâ€), including those additional terms, conditions, and policies referenced herein and/or available by hyperlink. These Terms of Service apply to all users of the site, including without limitation users who are browsers, vendors, customers, merchants, and/ or contributors of content.Please read these Terms of Service carefully before accessing or using our website. By accessing or using any part of the site, you agree to be bound by these Terms of Service. If you do not agree to all the terms and conditions of this agreement, then you may not access the website or use any services. If these Terms of Service are considered an offer, acceptance is expressly limited to these Terms of Service.Any new features or tools which are added to the current store shall also be subject to the Terms of Service. You can review the most current version of the Terms of Service at any time on this page. We reserve the right to update, change or replace any part of these Terms of Service by posting updates and/or changes to our website. It is your responsibility to check this page periodically for changes. Your continued use of or access to the website following the posting of any changes constitutes acceptance of those changes.SECTION 1 - ONLINE STORE TERMSBy agreeing to these Terms of Service, you represent that you are at least the age of majority in your state or province of residence, or that you are the age of majority in your state or province of residence and you have given us your consent to allow any of your minor dependents to use this site.You may not use our products for any illegal or unauthorized purpose nor may you, in the use of the Service, violate any laws in your jurisdiction (including but not limited to copyright laws).You must not transmit any worms or viruses or any code of a destructive nature.A breach or violation of any of the Terms will result in an immediate termination of your Services.SECTION 2 - GENERAL CONDITIONSWe reserve the right to refuse service to anyone for any reason at any time.You understand that your content (not including credit card information), may be transferred unencrypted and involve (a) transmissions over various networks; and (b) changes to conform and adapt to technical requirements of connecting networks or devices. Credit card information is always encrypted during transfer over networks.You agree not to reproduce, duplicate, copy, sell, resell or exploit any portion of the Service, use of the Service, or access to the Service or any contact on the website through which the service is provided, without express written permission by us.The headings used in this agreement are included for convenience only and will not limit or otherwise affect these Terms.SECTION 3 - ACCURACY, COMPLETENESS AND TIMELINESS OF INFORMATIONWe are not responsible if information made available on this site is not accurate, complete or current. The material on this site is provided for general information only and should not be relied upon or used as the sole basis for making decisions without consulting primary, more accurate, more complete or more timely sources of information. Any reliance on the material on this site is at your own risk.This site may contain certain historical information. Historical information, necessarily, is not current and is provided for your reference only. We reserve the right to modify the contents of this site at any time, but we have no obligation to update any information on our site. You agree that it is your responsibility to monitor changes to our site.SECTION 4 - MODIFICATIONS TO THE SERVICE AND PRICESThe prices for our products are subject to change without notice.We reserve the right at any time to modify or discontinue the Service (or any part or content thereof) without notice at any time.We shall not be liable to you or to any third-party for any modification, price change, suspension or discontinuance of the Service.SECTION 5 - PRODUCTS OR SERVICES (if applicable)Certain products or services may be available exclusively online through the website. These products or services may have limited quantities and are subject to return or exchange only according to our Return Policy.We have made every effort to display as accurately as possible the colors and images of our products that appear at the store. We cannot guarantee that your computer monitor\'s display of any color will be accurate.We reserve the right, but are not obligated, to limit the sales of our products or Services to any person, geographic region or jurisdiction. We may exercise this right on a case-by-case basis. We reserve the right to limit the quantities of any products or services that we offer. All descriptions of products or product pricing are subject to change at anytime without notice, at the sole discretion of us. We reserve the right to discontinue any product at any time. Any offer for any product or service made on this site is void where prohibited.We do not warrant that the quality of any products, services, information, or other material purchased or obtained by you will meet your expectations, or that any errors in the Service will be corrected.SECTION 6 - ACCURACY OF BILLING AND ACCOUNT INFORMATIONWe reserve the right to refuse any order you place with us. We may, in our sole discretion, limit or cancel quantities purchased per person, per household or per order. These restrictions may include orders placed by or under the same customer account, the same credit card, and/or orders that use the same billing and/or shipping address. In the event that we make a change to or cancel an order, we may attempt to notify you by contacting the e-mail and/or billing address/phone number provided at the time the order was made. We reserve the right to limit or prohibit orders that, in our sole judgment, appear to be placed by dealers, resellers or distributors.You agree to provide current, complete and accurate purchase and account information for all purchases made at our store. You agree to promptly update your account and other information, including your email address and credit card numbers and expiration dates, so that we can complete your transactions and contact you as needed.For more detail, please review our Returns Policy.SECTION 7 - OPTIONAL TOOLSWe may provide you with access to third-party tools over which we neither monitor nor have any control nor input.You acknowledge and agree that we provide access to such tools â€as isâ€ and â€œas availableâ€ without any warranties, representations or conditions of any kind and without any endorsement. We shall have no liability whatsoever arising from or relating to your use of optional third-party tools.Any use by you of optional tools offered through the site is entirely at your own risk and discretion and you should ensure that you are familiar with and approve of the terms on which tools are provided by the relevant third-party provider(s).We may also, in the future, offer new services and/or features through the website (including, the release of new tools and resources). Such new features and/or services shall also be subject to these Terms of Service.SECTION 8 - THIRD-PARTY LINKSCertain content, products and services available via our Service may include materials from third-parties.Third-party links on this site may direct you to third-party websites that are not affiliated with us. We are not responsible for examining or evaluating the content or accuracy and we do not warrant and will not have any liability or responsibility for any third-party materials or websites, or for any other materials, products, or services of third-parties.We are not liable for any harm or damages related to the purchase or use of goods, services, resources, content, or any other transactions made in connection with any third-party websites. Please review carefully the third-party\'s policies and practices and make sure you understand them before you engage in any transaction. Complaints, claims, concerns, or questions regarding third-party products should be directed to the third-party.SECTION 9 - USER COMMENTS, FEEDBACK AND OTHER SUBMISSIONSIf, at our request, you send certain specific submissions (for example contest entries) or without a request from us you send creative ideas, suggestions, proposals, plans, or other materials, whether online, by email, by postal mail, or otherwise (collectively, \'comments\'), you agree that we may, at any time, without restriction, edit, copy, publish, distribute, translate and otherwise use in any medium any comments that you forward to us. We are and shall be under no obligation (1) to maintain any comments in confidence; (2) to pay compensation for any comments; or (3) to respond to any comments.We may, but have no obligation to, monitor, edit or remove content that we determine in our sole discretion are unlawful, offensive, threatening, libelous, defamatory, pornographic, obscene or otherwise objectionable or violates any partyâ€™s intellectual property or these Terms of Service.You agree that your comments will not violate any right of any third-party, including copyright, trademark, privacy, personality or other personal or proprietary right. You further agree that your comments will not contain libelous or otherwise unlawful, abusive or obscene material, or contain any computer virus or other malware that could in any way affect the operation of the Service or any related website. You may not use a false e-mail address, pretend to be someone other than yourself, or otherwise mislead us or third-parties as to the origin of any comments. You are solely responsible for any comments you make and their accuracy. We take no responsibility and assume no liability for any comments posted by you or any third-party.SECTION 10 - PERSONAL INFORMATIONYour submission of personal information through the store is governed by our Privacy Policy. To view our Privacy Policy.SECTION 11 - ERRORS, INACCURACIES AND OMISSIONSOccasionally there may be information on our site or in the Service that contains typographical errors, inaccuracies or omissions that may relate to product descriptions, pricing, promotions, offers, product shipping charges, transit times and availability. We reserve the right to correct any errors, inaccuracies or omissions, and to change or update information or cancel orders if any information in the Service or on any related website is inaccurate at any time without prior notice (including after you have submitted your order).We undertake no obligation to update, amend or clarify information in the Service or on any related website, including without limitation, pricing information, except as required by law. No specified update or refresh date applied in the Service or on any related website, should be taken to indicate that all information in the Service or on any related website has been modified or updated.SECTION 12 - PROHIBITED USESIn addition to other prohibitions as set forth in the Terms of Service, you are prohibited from using the site or its content: (a) for any unlawful purpose; (b) to solicit others to perform or participate in any unlawful acts; (c) to violate any international, federal, provincial or state regulations, rules, laws, or local ordinances; (d) to infringe upon or violate our intellectual property rights or the intellectual property rights of others; (e) to harass, abuse, insult, harm, defame, slander, disparage, intimidate, or discriminate based on gender, sexual orientation, religion, ethnicity, race, age, national origin, or disability; (f) to submit false or misleading information; (g) to upload or transmit viruses or any other type of malicious code that will or may be used in any way that will affect the functionality or operation of the Service or of any related website, other websites, or the Internet; (h) to collect or track the personal information of others; (i) to spam, phish, pharm, pretext, spider, crawl, or scrape; (j) for any obscene or immoral purpose; or (k) to interfere with or circumvent the security features of the Service or any related website, other websites, or the Internet. We reserve the right to terminate your use of the Service or any related website for violating any of the prohibited uses.SECTION 13 - DISCLAIMER OF WARRANTIES; LIMITATION OF LIABILITYWe do not guarantee, represent or warrant that your use of our service will be uninterrupted, timely, secure or error-free.We do not warrant that the results that may be obtained from the use of the service will be accurate or reliable.You agree that from time to time we may remove the service for indefinite periods of time or cancel the service at any time, without notice to you.You expressly agree that your use of, or inability to use, the service is at your sole risk. The service and all products and services delivered to you through the service are (except as expressly stated by us) provided \'as is\' and \'as available\' for your use, without any representation, warranties or conditions of any kind, either express or implied, including all implied warranties or conditions of merchantability, merchantable quality, fitness for a particular purpose, durability, title, and non-infringement.In no case shall Blackhawk Custom, LLC, our directors, officers, employees, affiliates, agents, contractors, interns, suppliers, service providers or licensors be liable for any injury, loss, claim, or any direct, indirect, incidental, punitive, special, or consequential damages of any kind, including, without limitation lost profits, lost revenue, lost savings, loss of data, replacement costs, or any similar damages, whether based in contract, tort (including negligence), strict liability or otherwise, arising from your use of any of the service or any products procured using the service, or for any other claim related in any way to your use of the service or any product, including, but not limited to, any errors or omissions in any content, or any loss or damage of any kind incurred as a result of the use of the service or any content (or product) posted, transmitted, or otherwise made available via the service, even if advised of their possibility. Because some states or jurisdictions do not allow the exclusion or the limitation of liability for consequential or incidental damages, in such states or jurisdictions, our liability shall be limited to the maximum extent permitted by law.SECTION 14 - INDEMNIFICATIONYou agree to indemnify, defend and hold harmless Blackhawk Custom, LLC and our parent, subsidiaries, affiliates, partners, officers, directors, agents, contractors, licensors, service providers, subcontractors, suppliers, interns and employees, harmless from any claim or demand, including reasonable attorneysâ€™ fees, made by any third-party due to or arising out of your breach of these Terms of Service or the documents they incorporate by reference, or your violation of any law or the rights of a third-party.SECTION 15 - SEVERABILITYIn the event that any provision of these Terms of Service is determined to be unlawful, void or unenforceable, such provision shall nonetheless be enforceable to the fullest extent permitted by applicable law, and the unenforceable portion shall be deemed to be severed from these Terms of Service, such determination shall not affect the validity and enforceability of any other remaining provisions.SECTION 16 - TERMINATIONThe obligations and liabilities of the parties incurred prior to the termination date shall survive the termination of this agreement for all purposes.These Terms of Service are effective unless and until terminated by either you or us. You may terminate these Terms of Service at any time by notifying us that you no longer wish to use our Services, or when you cease using our site.If in our sole judgment you fail, or we suspect that you have failed, to comply with any term or provision of these Terms of Service, we also may terminate this agreement at any time without notice and you will remain liable for all amounts due up to and including the date of termination; and/or accordingly may deny you access to our Services (or any part thereof).SECTION 17 - ENTIRE AGREEMENTThe failure of us to exercise or enforce any right or provision of these Terms of Service shall not constitute a waiver of such right or provision.These Terms of Service and any policies or operating rules posted by us on this site or in respect to The Service constitutes the entire agreement and understanding between you and us and govern your use of the Service, superseding any prior or contemporaneous agreements, communications and proposals, whether oral or written, between you and us (including, but not limited to, any prior versions of the Terms of Service).Any ambiguities in the interpretation of these Terms of Service shall not be construed against the drafting party.SECTION 18 - GOVERNING LAWThese Terms of Service and any separate agreements whereby we provide you Services shall be governed by and construed in accordance with the laws of 825 South Kings Highway, Fort Pierce, FL 34945.SECTION 19 - CHANGES TO TERMS OF SERVICEYou can review the most current version of the Terms of Service at any time at this page.We reserve the right, at our sole discretion, to update, change or replace any part of these Terms of Service by posting updates and changes to our website. It is your responsibility to check our website periodically for changes. Your continued use of or access to our website or the Service following the posting of any changes to these Terms of Service constitutes acceptance of those changes.SECTION 20 - CONTACT INFORMATIONQuestions about the Terms of Service should be sent to us at <a href=\"mailto:admin@blackhawkcustom.com\" target=\"_blank\">admin@blackhawkcustom.com</a></p>','Terms And Conditions','','inherit','closed','closed','','95-revision-v1','','','2018-11-23 00:10:37','2018-11-23 05:10:37','',95,'https://bestcerakoteflorida.com/95-revision-v1/',0,'revision','',0),(429,1,'2018-11-23 00:28:47','2018-11-23 05:28:47','<div class=\"symbol-section-out\"></div>\n<div class=\"symbol-section-in\" style=\"z-index: 8;\"><div class=\"thrv_wrapper thrv-page-section\" style=\"z-index: 8;\" data-css=\"tve-u-164cae2d8f0\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-164cae5031e\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-164cae2c1cc\" style=\"z-index: 8;\"><div class=\"thrv_wrapper thrv-columns\" style=\"\" data-css=\"tve-u-164caefb6a1\"><div class=\"tcb-flex-row tcb--cols--2 v-2 tcb-mobile-no-wrap m-edit tcb-resized\" data-css=\"tve-u-164caefb1b5\"><div class=\"tcb-flex-col c-33\" data-css=\"tve-u-164caf6adc5\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-164caee22a7\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb\"><div class=\"tcb-clear\" data-css=\"tve-u-164caeced33\"><div class=\"thrv_wrapper thrv_icon tcb-icon-display\" data-css=\"tve-u-164caecdc42\" data-float=\"1\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-diamond-regular\" data-name=\"Diamond\">\n<path d=\"M189.5 496L11 285.7c-14.6-17.2-14.6-42.2 0-59.5L189.5 16c18.1-21.4 50.9-21.3 69 0L437 226.3c14.6 17.2 14.6 42.2 0 59.5L258.5 496c-18.1 21.4-50.9 21.3-69 0zM48 256l176 206.5L400 256 224 49.5 48 256z\"></path>\n</svg></div></div><div class=\"thrv_wrapper thrv-plain-text\" style=\"\" data-css=\"tve-u-164caee3eb2\"><div class=\"tcb-plain-text\" data-css=\"tve-u-164caeda083\"><strong>YourLogo</strong></div></div></div>\n</div></div></div><div class=\"tcb-flex-col c-66\" data-css=\"tve-u-164caf6adcb\" style=\"z-index: 8;\"><div class=\"tcb-col\" style=\"z-index: 8;\"><div class=\"tcb-clear\" data-css=\"tve-u-164caf0f953\"><div class=\"thrv_wrapper thrv_widget_menu tve-custom-menu-upgrade     tve-dropdown-icon-style_1 tve-menu-style-style_1 tve-mobile-dropdown\" data-tve-style=\"tve_horizontal\" data-tve-switch-icon=\"tablet,mobile\" data-css=\"tve-u-164caeff875\" style=\"z-index: 8;\">	<div class=\"thrive-shortcode-config\" style=\"display: none !important\">__CONFIG_widget_menu__{\"menu_id\":\"custom\",\"color\":\"tve_red\",\"dir\":\"tve_horizontal\",\"font_class\":\"\",\"font_size\":\"\",\"ul_attr\":\"\",\"link_attr\":\"\",\"top_link_attr\":\"\",\"trigger_attr\":\"\",\"primary\":\"\",\"head_css\":\"\",\"background_hover\":\"\",\"main_hover\":\"\",\"child_hover\":\"\",\"group_edit\":[{\"css_id\":null,\"class\":\"\"},{\"css_id\":null,\"class\":\"\"},{\"css_id\":null,\"class\":\"\"},{\"css_id\":null,\"class\":\"\"},{\"css_id\":null,\"class\":\"\"}],\"menu_style\":\"style_1\",\"dropdown_icon\":\"style_1\",\"mobile_side\":\"dropdown\",\"mobile_icon\":\"\",\"switch_to_icon\":\"tablet,mobile\"}__CONFIG_widget_menu__</div>\n<div class=\"thrive-shortcode-html tve-menu-custom-type thrive-shortcode-html-editable tve-custom-menu-type tve_clearfix\" style=\"z-index: 8;\">\n<a class=\"tve-m-trigger t_tve_horizontal tve_red\" href=\"javascript:void(0)\"><div class=\"thrv_wrapper thrv_icon tcb-icon-open tve-trigger-active\" data-not-changeable=\"true\" data-selector=\"[data-css=&quot;tve-u-164caeff875&quot;] .tcb-icon-open\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 24\" data-name=\"align-justify\"><g><g><path class=\"st0\" d=\"M23,13H1c-0.6,0-1-0.4-1-1s0.4-1,1-1h22c0.6,0,1,0.4,1,1S23.6,13,23,13z\"></path></g><g><path class=\"st0\" d=\"M23,6.7H1c-0.6,0-1-0.4-1-1s0.4-1,1-1h22c0.6,0,1,0.4,1,1S23.6,6.7,23,6.7z\"></path></g><g><path class=\"st0\" d=\"M23,19.3H1c-0.6,0-1-0.4-1-1s0.4-1,1-1h22c0.6,0,1,0.4,1,1S23.6,19.3,23,19.3z\"></path></g></g></svg></div><div class=\"thrv_wrapper thrv_icon tcb-icon-close\" data-not-changeable=\"true\" data-selector=\"[data-css=&quot;tve-u-164caeff875&quot;] .tcb-icon-close\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 24\" data-name=\"close\"><path class=\"st0\" d=\"M13.4,12l7.1-7.1c0.4-0.4,0.4-1,0-1.4s-1-0.4-1.4,0L12,10.6L4.9,3.5c-0.4-0.4-1-0.4-1.4,0s-0.4,1,0,1.4l7.1,7.1 l-7.1,7.1c-0.4,0.4-0.4,1,0,1.4c0.4,0.4,1,0.4,1.4,0l7.1-7.1l7.1,7.1c0.4,0.4,1,0.4,1.4,0c0.4-0.4,0.4-1,0-1.4L13.4,12z\"></path></svg></div></a><ul id=\"menu-main-menu\" class=\"tve_w_menu tve_horizontal\" style=\"z-index: 6;\"><li id=\"tcb_custom_menu_babdbf63\" class=\"menu-item menu-item-type-post_type menu-item-object-page thrv_wrapper thrv-menu-item-element thrv-custom-menu-item\" data-selector=\"[data-css=&quot;tve-u-164caeff875&quot;] #tcb_custom_menu_babdbf63\" style=\"\"><a href=\"\"><span class=\"tve-disabled-text-inner\">Home</span><span class=\"tve-disabled-text-inner tve-item-dropdown-trigger\"></span></a></li><li id=\"tcb_custom_menu_b74e7ee7\" class=\"menu-item menu-item-type-post_type menu-item-object-page thrv_wrapper thrv-menu-item-element thrv-custom-menu-item menu-item-has-children\" data-selector=\"[data-css=&quot;tve-u-164caeff875&quot;] #tcb_custom_menu_b74e7ee7\"><a href=\"\"><span class=\"tve-disabled-text-inner\">About</span><span class=\"tve-disabled-text-inner tve-item-dropdown-trigger\"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"tve-dropdown-icon-up\" viewBox=\"0 0 320 512\"><path d=\"M151.5 347.8L3.5 201c-4.7-4.7-4.7-12.3 0-17l19.8-19.8c4.7-4.7 12.3-4.7 17 0L160 282.7l119.7-118.5c4.7-4.7 12.3-4.7 17 0l19.8 19.8c4.7 4.7 4.7 12.3 0 17l-148 146.8c-4.7 4.7-12.3 4.7-17 0z\"></path></svg><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"tve-dropdown-icon-down\" viewBox=\"0 0 320 512\"><path d=\"M168.5 164.2l148 146.8c4.7 4.7 4.7 12.3 0 17l-19.8 19.8c-4.7 4.7-12.3 4.7-17 0L160 229.3 40.3 347.8c-4.7 4.7-12.3 4.7-17 0L3.5 328c-4.7-4.7-4.7-12.3 0-17l148-146.8c4.7-4.7 12.3-4.7 17 0z\"></path></svg></span></a><ul class=\"sub-menu tve_empty_dropzone\" data-css=\"tve-u-164caf4ba67\" data-selector=\"[data-css=&quot;tve-u-164caeff875&quot;] #tcb_custom_menu_b74e7ee7 > ul\" style=\"z-index: 7;\"><li id=\"tcb_custom_menu_Wy8Lv2fr\" class=\"menu-item menu-item-type-post_type menu-item-object-page thrv_wrapper thrv-menu-item-element thrv-custom-menu-item active-expand-children\" data-selector=\"[data-css=&quot;tve-u-164caeff875&quot;] #tcb_custom_menu_Wy8Lv2fr\" data-tcb_hover_state_parent=\"\" style=\"\"><a href=\"\"><span class=\"tve-disabled-text-inner\">Menu Item</span><span class=\"tve-disabled-text-inner tve-item-dropdown-trigger\"></span></a></li><li id=\"tcb_custom_menu_uElTSZN0\" class=\"menu-item menu-item-type-post_type menu-item-object-page thrv_wrapper thrv-menu-item-element thrv-custom-menu-item\" data-selector=\"[data-css=&quot;tve-u-164caeff875&quot;] #tcb_custom_menu_uElTSZN0\" data-tcb_hover_state_parent=\"\"><a href=\"\"><span class=\"tve-disabled-text-inner\">Menu Item</span><span class=\"tve-disabled-text-inner tve-item-dropdown-trigger\"></span></a></li></ul></li><li id=\"tcb_custom_menu_a4bf219b\" class=\"menu-item menu-item-type-post_type menu-item-object-page thrv_wrapper thrv-menu-item-element thrv-custom-menu-item\" data-selector=\"[data-css=&quot;tve-u-164caeff875&quot;] #tcb_custom_menu_a4bf219b\"><a href=\"\"><span class=\"tve-disabled-text-inner\">Blog</span><span class=\"tve-disabled-text-inner tve-item-dropdown-trigger\"></span></a></li></ul></div>	</div></div></div></div></div></div></div>\n</div></div>','Basic Light','','publish','closed','closed','','basic-light','','','2018-11-23 00:28:47','2018-11-23 05:28:47','',0,'https://bestcerakoteflorida.com/tcb_content_template/basic-light/',0,'tcb_content_template','',0),(430,1,'2018-11-23 00:29:04','2018-11-23 05:29:04','','test 1','','publish','closed','closed','','test-1','','','2018-11-23 00:29:04','2018-11-23 05:29:04','',0,'https://bestcerakoteflorida.com/?post_type=tcb_symbol&p=430',0,'tcb_symbol','',0),(431,1,'2018-11-23 00:30:35','2018-11-23 05:30:35','<div class=\"thrv_wrapper thrv_widget_menu tve-custom-menu-upgrade tve-mobile-dropdown tve-menu-style-none tve-dropdown-icon-style_1 tve-mobile-icon-style_2\" data-tve-style=\"tve_horizontal\" data-tve-switch-icon=\"tablet,mobile\" data-css=\"tve-u-165c3222f01\" tcb-template-name=\"Blank template\" tcb-template-id=\"25238\" data-ct=\"menu-25238\" style=\"\">	<div class=\"thrive-shortcode-config\" style=\"display: none !important\">__CONFIG_widget_menu__{\"menu_id\":\"custom\",\"color\":\"tve_red\",\"dir\":\"tve_horizontal\",\"font_class\":\"\",\"font_size\":\"\",\"ul_attr\":\"\",\"link_attr\":\"\",\"top_link_attr\":\"\",\"trigger_attr\":\"\",\"primary\":\"\",\"head_css\":\"\",\"background_hover\":\"\",\"main_hover\":\"\",\"child_hover\":\"\",\"group_edit\":[{\"css_id\":null,\"class\":\"\"},{\"css_id\":null,\"class\":\"\"},{\"css_id\":null,\"class\":\"\"},{\"css_id\":null,\"class\":\"\"},{\"css_id\":null,\"class\":\"\"},{\"css_id\":null,\"class\":\"\"},{\"css_id\":null,\"class\":\"\"},{\"css_id\":null,\"class\":\"\"}],\"menu_style\":\"none\",\"dropdown_icon\":\"style_1\",\"mobile_side\":\"\",\"mobile_icon\":\"style_2\",\"switch_to_icon\":\"tablet,mobile\",\"template\":\"25238\",\"template_name\":\"Blank template\"}__CONFIG_widget_menu__</div>\n<div class=\"thrive-shortcode-html tve-menu-custom-type thrive-shortcode-html-editable tve-custom-menu-type tve_clearfix\" style=\"z-index: 8;\">\n<a class=\"tve-m-trigger t_tve_horizontal tve_red\" href=\"javascript:void(0)\"><div class=\"thrv_wrapper thrv_icon tcb-icon-open tve-trigger-active\" data-not-changeable=\"true\" data-selector=\"[data-css=&quot;tve-u-165c3222f01&quot;] .tcb-icon-open\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"align-justify\"><path class=\"st0\" d=\"M0,0v32h32V0H0z M23.5,23.1h-15c-0.7,0-1.3-0.6-1.3-1.3s0.6-1.3,1.3-1.3h15c0.7,0,1.3,0.6,1.3,1.3 S24.2,23.1,23.5,23.1z M23.5,17.3h-15c-0.7,0-1.3-0.6-1.3-1.3s0.6-1.3,1.3-1.3h15c0.7,0,1.3,0.6,1.3,1.3S24.2,17.3,23.5,17.3z M23.5,11.4h-15c-0.7,0-1.3-0.6-1.3-1.3s0.6-1.3,1.3-1.3h15c0.7,0,1.3,0.6,1.3,1.3S24.2,11.4,23.5,11.4z\"></path></svg></div><div class=\"thrv_wrapper thrv_icon tcb-icon-close\" data-not-changeable=\"true\" data-selector=\"[data-css=&quot;tve-u-165c3222f01&quot;] .tcb-icon-close\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"close\"><path class=\"st0\" d=\"M0,0v32h32V0H0z M22.2,20.4c0.5,0.5,0.5,1.3,0,1.8c-0.2,0.2-0.6,0.4-0.9,0.4s-0.6-0.1-0.9-0.4L16,17.8l-4.4,4.4 c-0.2,0.2-0.6,0.4-0.9,0.4s-0.6-0.1-0.9-0.4c-0.5-0.5-0.5-1.3,0-1.8l4.4-4.4l-4.4-4.4c-0.5-0.5-0.5-1.3,0-1.8s1.3-0.5,1.8,0l4.4,4.4 l4.4-4.4c0.5-0.5,1.3-0.5,1.8,0s0.5,1.3,0,1.8L17.8,16L22.2,20.4z\"></path></svg></div></a><ul id=\"menu-main-menu\" class=\"tve_w_menu tve_horizontal tve-m-collapsed\" style=\"z-index: 6;\" data-css=\"tve-u-165c3222f00\"><li id=\"tcb_custom_menu_5402f616\" class=\"menu-item menu-item-type-post_type menu-item-object-page thrv_wrapper thrv-menu-item-element thrv-custom-menu-item\" data-selector=\"[data-css=&quot;tve-u-165c3222f01&quot;] #tcb_custom_menu_5402f616\" data-tcb_hover_state_parent=\"\"><a href=\"\"><span class=\"tve-disabled-text-inner\">NAV#1</span><span class=\"tve-disabled-text-inner tve-item-dropdown-trigger\"></span></a></li><li id=\"tcb_custom_menu_13475a66\" class=\"menu-item menu-item-type-post_type menu-item-object-page thrv_wrapper thrv-menu-item-element thrv-custom-menu-item menu-item-has-children\" data-selector=\"[data-css=&quot;tve-u-165c3222f01&quot;] #tcb_custom_menu_13475a66\" data-tcb_hover_state_parent=\"\"><a href=\"\"><span class=\"tve-disabled-text-inner\">NAV#2</span><span class=\"tve-disabled-text-inner tve-item-dropdown-trigger\"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"tve-dropdown-icon-up\" viewBox=\"0 0 320 512\"><path d=\"M151.5 347.8L3.5 201c-4.7-4.7-4.7-12.3 0-17l19.8-19.8c4.7-4.7 12.3-4.7 17 0L160 282.7l119.7-118.5c4.7-4.7 12.3-4.7 17 0l19.8 19.8c4.7 4.7 4.7 12.3 0 17l-148 146.8c-4.7 4.7-12.3 4.7-17 0z\"></path></svg><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"tve-dropdown-icon-down\" viewBox=\"0 0 320 512\"><path d=\"M168.5 164.2l148 146.8c4.7 4.7 4.7 12.3 0 17l-19.8 19.8c-4.7 4.7-12.3 4.7-17 0L160 229.3 40.3 347.8c-4.7 4.7-12.3 4.7-17 0L3.5 328c-4.7-4.7-4.7-12.3 0-17l148-146.8c4.7-4.7 12.3-4.7 17 0z\"></path></svg></span></a><ul class=\"sub-menu tve_empty_dropzone\" data-selector=\"[data-css=&quot;tve-u-165c3222f01&quot;] #tcb_custom_menu_13475a66 > ul\" style=\"z-index: 7;\"><li id=\"tcb_custom_menu_ed3da1d0\" class=\"menu-item menu-item-type-post_type menu-item-object-page thrv_wrapper thrv-menu-item-element thrv-custom-menu-item\" data-selector=\"[data-css=&quot;tve-u-165c3222f01&quot;] #tcb_custom_menu_ed3da1d0\" data-tcb_hover_state_parent=\"\"><a href=\"\"><span class=\"tve-disabled-text-inner\">SUB-NAV#1</span><span class=\"tve-disabled-text-inner tve-item-dropdown-trigger\"></span></a></li><li id=\"tcb_custom_menu_1f1477da\" class=\"menu-item menu-item-type-post_type menu-item-object-page thrv_wrapper thrv-menu-item-element thrv-custom-menu-item active-expand-children\" data-selector=\"[data-css=&quot;tve-u-165c3222f01&quot;] #tcb_custom_menu_1f1477da\" data-tcb_hover_state_parent=\"\"><a href=\"\"><span class=\"tve-disabled-text-inner\">SUB-NAV#2</span><span class=\"tve-disabled-text-inner tve-item-dropdown-trigger\"></span></a></li></ul></li><li id=\"tcb_custom_menu_a19cc162\" class=\"menu-item menu-item-type-post_type menu-item-object-page thrv_wrapper thrv-menu-item-element thrv-custom-menu-item\" data-selector=\"[data-css=&quot;tve-u-165c3222f01&quot;] #tcb_custom_menu_a19cc162\" data-tcb_hover_state_parent=\"\"><a href=\"\"><span class=\"tve-disabled-text-inner\">NAV#3</span><span class=\"tve-disabled-text-inner tve-item-dropdown-trigger\"></span></a></li><li id=\"tcb_custom_menu_CBtolC8b\" class=\"menu-item menu-item-type-post_type menu-item-object-page thrv_wrapper thrv-menu-item-element thrv-custom-menu-item\" data-selector=\"[data-css=&quot;tve-u-165c3222f01&quot;] #tcb_custom_menu_CBtolC8b\" data-tcb_hover_state_parent=\"\"><a href=\"\"><span class=\"tve-disabled-text-inner\">NAV#4</span><span class=\"tve-disabled-text-inner tve-item-dropdown-trigger\"></span></a></li><li id=\"tcb_custom_menu_xWQUO8ju\" class=\"menu-item menu-item-type-post_type menu-item-object-page thrv_wrapper thrv-menu-item-element thrv-custom-menu-item\" data-selector=\"[data-css=&quot;tve-u-165c3222f01&quot;] #tcb_custom_menu_xWQUO8ju\" data-tcb_hover_state_parent=\"\"><a href=\"\"><span class=\"tve-disabled-text-inner\">NAV#5</span><span class=\"tve-disabled-text-inner tve-item-dropdown-trigger\"></span></a></li><li id=\"tcb_custom_menu_Ud5gHdoJ\" class=\"menu-item menu-item-type-post_type menu-item-object-page thrv_wrapper thrv-menu-item-element thrv-custom-menu-item tcb-excluded-from-group-item\" data-selector=\"[data-css=&quot;tve-u-165c3222f01&quot;] #tcb_custom_menu_Ud5gHdoJ\" data-tcb_hover_state_parent=\"\"><a href=\"\"><span class=\"tve-disabled-text-inner\">Button</span><span class=\"tve-disabled-text-inner tve-item-dropdown-trigger\"></span></a></li></ul></div>	</div>','Floating Dark','','publish','closed','closed','','floating-dark','','','2018-11-23 00:30:35','2018-11-23 05:30:35','',0,'https://bestcerakoteflorida.com/tcb_content_template/floating-dark/',0,'tcb_content_template','',0),(445,1,'2019-01-29 15:57:44','2019-01-29 20:57:44','<h4 style=\"text-align: center;\"><strong>Your&nbsp;â‰‘ &nbsp; &nbsp; &nbsp;Company Name &nbsp; &nbsp; &nbsp;â‰‘</strong></h4><p>Your&nbsp; Adress Goes Here</p><p style=\"text-align: right;\">0364 - 300 - 946</p><h3 style=\"text-align: center;\">This is the place to create your</h3><h1 style=\"text-align: center;\">Best Memories</h1><h4>A short story about us</h4><h2>Welcome</h2><p>Our vision is simple: create an environment of excitement and wonder.</p><p></p><p>We provide you with the fresh feeling that you need in summer and the cozyness you long for in winter.</p><p></p><p>We create the best experiences for you to share with friends.</p><h6 style=\"text-align: center;\"><strong>weâ€™re open from:</strong></h6><p>Mo-Fr <strong>3Pm</strong> to <strong>4Am</strong></p><p>Sa-Su <strong>12Pm</strong> to <strong>4Am</strong></p><h3 style=\"text-align: center;\">Why Youâ€™ll <strong>Love</strong> our pub</h3><p style=\"text-align: center;\">&nbsp;original</p><p style=\"text-align: center;\"><span style=\"font-weight: 400; font-family: &quot;Kaushan Script&quot;;\" wfd-id=\"476\">drinks</span></p><p style=\"text-align: center;\">&nbsp;tasty</p><p style=\"text-align: center;\"><span style=\"font-weight: 400; font-family: &quot;Kaushan Script&quot;;\" wfd-id=\"462\">food</span></p><p style=\"text-align: center;\">&nbsp;great</p><p style=\"text-align: center;\"><span style=\"font-weight: 400; font-family: &quot;Kaushan Script&quot;;\" wfd-id=\"448\">ambiance</span></p><h3>Take a look at</h3><h2>Our Menu</h2><h4>Drinks</h4><span wfd-id=\"428\"></span><h4><span style=\"font-family: Lato,arial;\" wfd-id=\"427\">alcoholic drinks</span></h4><h3><strong>Beer (bottle)</strong></h3><p></p><p>Heineken</p><p>Paulaner</p><p>Budweiser American Ale</p><p>Land Shark Lager</p><p>Scrumpy</p><p>JackFirestone</p><p>Walker Fortem</p><p>Live Oak Hefeweizen</p><h3><strong>Beer (draught)</strong></h3><p></p><p><span wfd-id=\"413\">Guiness</span></p><p><span wfd-id=\"411\"><span wfd-id=\"412\">Stela Artois</span></span></p><p><span wfd-id=\"409\"><span wfd-id=\"410\">Grolsch (Unfiltered)</span></span></p><p><span wfd-id=\"407\"><span wfd-id=\"408\">Newcastle Brown Ale</span></span></p><p><span wfd-id=\"405\"><span wfd-id=\"406\">Corona Extra</span></span></p><p><span wfd-id=\"403\"><span wfd-id=\"404\">Sam Adams</span></span></p><p><span wfd-id=\"402\">Miller Lite</span></p><h3><strong>Cocktails</strong></h3><p></p><p>Gin &amp; Tonic</p><p>Vodka Orange</p><p>Wiskey Sour</p><p>Boulevardier</p><p>Daiquiri</p><p>Martini</p><p>Ramos Gin Fizz</p><h3><strong>Wine</strong></h3><p></p><p></p><p><strong>White</strong></p><p></p><p>Sidebar Sauvignon Blanc High Valley</p><p></p><p>Mazzei Maremma Toscana Tenuta</p><p></p><p><strong>Red</strong></p><p></p><p>MarquÃ©s de CÃ¡ceres</p><p>Rioja ReservaBelguardo</p><span wfd-id=\"375\"></span><h4><span style=\"font-family: Lato,arial;\" wfd-id=\"374\">soft drinks</span></h4><h3><strong>Coffee</strong></h3><p></p><p>Expresso</p><p>Expresso Machiato</p><p>Irish Coffee</p><p>Cafe Mendoza</p><p>Latte</p><p>Americano</p><p>Baileys Irish Cream Coffee</p><h3><strong>Juice</strong></h3><p></p><p>Coca Cola</p><p>Fanta</p><p>Sprite</p><p>Almdudler</p><p>Fresh mix&nbsp;</p><ul wfd-id=\"363\"><li wfd-id=\"364\">Orange/ Grapefruit/Apple</li></ul><p>Sam Adams</p><p>Miller Lite</p><h3><span wfd-id=\"354\"><strong>Smoothie</strong></span></h3><p><span wfd-id=\"352\"><span wfd-id=\"353\"></span></span></p><p><span wfd-id=\"350\"><span wfd-id=\"351\">Cherry &amp; Kale</span></span></p><p><span wfd-id=\"348\"><span wfd-id=\"349\">Blueberry &amp; Avocado</span></span></p><p><span wfd-id=\"346\"><span wfd-id=\"347\">Banana &amp; Milk</span></span></p><p><span wfd-id=\"345\">Pear &amp; Chocolate</span></p><p>Veggie &amp; Green</p><h3><strong>Lemonade</strong></h3><p></p><p>Classic</p><p>Mint&nbsp;</p><p>Orange &amp; Lime</p><p>Watermelon</p><span wfd-id=\"329\"></span><h4>ADDITIONAL SPIRITS</h4><h4>Food</h4><span wfd-id=\"307\"></span><h4><span wfd-id=\"306\">starters</span></h4><h3><strong>Snacks</strong></h3><p></p><p>Chips</p><p>Hazelnuts</p><p>Peanuts</p><p>Tortilla chips</p><p>Chocolate croissants</p><h3><strong>Meals</strong></h3><p></p><p>Crab cakes<u>â€‹</u></p><p>Chicken wings</p><p>White beans with herbs</p><p>Stuffed mushrooms</p><p>Smoked salmon spread</p><p>Authentic houmous</p><span wfd-id=\"297\"></span><h4><span wfd-id=\"296\">main course</span></h4><h3><strong>Soup</strong></h3><p></p><p>Fish soup</p><p>Squash &amp; parsley&nbsp;</p><p>Tomato</p><p>Chicken AlmondArizona MountainBayou ShrimpBeef &amp; Pasta Mushroom</p><h3><strong>Main dish</strong></h3><p></p><p>Chickpea Cauliflower Korma</p><p>Lasagna</p><p>Veggie Lasagna</p><p>Pizza Capriciosa</p><p>Pizza Margherita</p><p>House Burger</p><h3 style=\"text-align: center;\">What <span style=\"text-transform: uppercase;\" wfd-id=\"279\">o</span>ur customers say</h3><p><span wfd-id=\"274\">â</span></p><p>Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit. Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit.</p><p><strong><span style=\"font-size: 16px;\" wfd-id=\"260\">Josie Carter</span></strong></p><p><span style=\"font-size: 16px;\" wfd-id=\"259\"><em>Marine Biologist</em></span></p><p>â€‹</p><p><em>As seen on</em></p><span style=\"width: 100%;\" wfd-id=\"247\"><img alt=\"\" width=\"45\" height=\"30\" title=\"trip-advisor-logo_03\" data-id=\"3532\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/trip-advisor-logo_03.png\" style=\"width: 100%;\"></span><p><a href=\"https://www.tripadvisor.com/\" target=\"_blank\"><u>See more reviews</u></a><u>â€‹â€‹â€‹â€‹</u></p><p><span wfd-id=\"232\">â</span></p><p>Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae erat consequat auctor eu in elit. Class aptent!</p><p><strong>Jesse O\'neil</strong></p><p><em>Advertising</em></p><p>â€‹</p><p><em>As seen on</em></p><span style=\"width: 100%;\" wfd-id=\"209\"><img alt=\"\" width=\"52\" height=\"31\" title=\"foursquare-logo_03\" data-id=\"3538\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/foursquare-logo_03.png\" style=\"width: 100%;\"></span><p><a href=\"https://foursquare.com/\" target=\"_blank\"><u>See more reviewsâ€‹â€‹â€‹â€‹</u></a></p><p><span wfd-id=\"194\">â</span></p><p>Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Mauris in erat justo. Nullam ac urna eu felis dapibus condimentum sit amet a augue. Sed non neque elit.</p><p><strong><span style=\"font-size: 16px;\" wfd-id=\"182\">Gabriel Jones</span></strong></p><p><span style=\"font-size: 16px;\" wfd-id=\"181\"><em>Brand Management Consultant</em></span></p><p><strong>â€‹</strong></p><p><em>As seen on</em></p><span style=\"width: 100%;\" wfd-id=\"173\"><img alt=\"\" width=\"49\" height=\"24\" title=\"yelp-logo_03\" data-id=\"3542\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/yelp-logo_03.png\" style=\"width: 100%;\"></span><p><a href=\"https://www.yelp.com/\" target=\"_blank\"><u>See more reviews</u></a><u>â€‹â€‹â€‹â€‹</u></p><p style=\"text-align: center;\"><span style=\"font-weight: 400; font-family: &quot;Kaushan Script&quot;;\" wfd-id=\"153\">Happy Hour</span></p><p style=\"text-align: center;\"><span wfd-id=\"148\">2 shots for the price of 1 between 18<span wfd-id=\"149\">&nbsp;PM&nbsp;</span>- 20 </span><span wfd-id=\"147\">PM</span></p><p style=\"text-align: center;\">or</p><p style=\"text-align: center;\"><span wfd-id=\"121\"><span wfd-id=\"122\">Call us</span> : 0300-984-589</span></p><h3 style=\"text-align: center;\">our signature drinks</h3><p style=\"text-align: center;\"><span style=\"font-weight: 400; font-family: &quot;Kaushan Script&quot;;\" wfd-id=\"110\">Wiskey Sour</span></p><p style=\"text-align: center;\"><span style=\"font-weight: 400; font-family: &quot;Kaushan Script&quot;;\" wfd-id=\"102\">Boulevardier</span></p><p style=\"text-align: center;\"><span style=\"font-weight: 400; font-family: &quot;Kaushan Script&quot;;\" wfd-id=\"94\">Gin Fizz</span></p><p style=\"text-align: center;\"><span style=\"font-weight: 400; font-family: &quot;Kaushan Script&quot;;\" wfd-id=\"86\">Spicy Tequila Shot</span></p><h4><strong><span style=\"text-transform: none;\" wfd-id=\"73\">Your</span></strong><strong>Company name</strong></h4><p>Your Pub Adress Goes Here</p><p style=\"text-align: left;\">0364 - 300 - 946</p><p style=\"text-align: left;\">Â© 2018 , Your company name . All rights reserved.</p><p style=\"text-align: right;\"><span style=\"color: rgba(3, 9, 14, 0.5);\" wfd-id=\"35\"><u>â€‹</u>â€‹â€‹â€‹â€‹Made with</span> <a href=\"https://thrivethemes.com/\" target=\"_blank\">Thrive Architect</a></p>','Lab','','inherit','closed','closed','','328-revision-v1','','','2019-01-29 15:57:44','2019-01-29 20:57:44','',328,'https://bestcerakoteflorida.com/328-revision-v1/',0,'revision','',0),(454,1,'2019-03-06 16:07:29','2019-03-06 21:07:29','<h1 style=\"text-align: center;\"><strong>Thank You</strong>&nbsp;for Signing Up!</h1><h2 style=\"text-align: center;\">Please watch the video below see why We Choose CERAKOTE and why we think you Should too<strong>:</strong></h2><span wfd-id=\"57\"><img alt=\"\" width=\"1024\" height=\"938\" title=\"CertifiedLogo\" data-id=\"282\" src=\"//bestcerakoteflorida.com/wp-content/uploads/2018/09/CertifiedLogo-1024x938.png\"></span><h3><strong>You are only one step away from getting your 10% Off Certificate!</strong></h3><p>Please go to your email inbox and look for the email I just sent you. The subject line is \"10% Off\" and the email is sent by \"Nikolas Xifaras\".</p><h3><strong>Open the email and click on the confirmation link inside.</strong></h3><p>Done! That\'s all we need, to ensure that we got the right email address and that you will get your certificate!</p><p style=\"text-align: center;\"><span style=\"font-size: 13px; font-family: &quot;Ek Mukta&quot;; font-weight: 200;\" wfd-id=\"33\">Â© {tcb_current_year} ACME Inc | Disclaimer</span></p>','Thank You For Subscribing_Video','','inherit','closed','closed','','343-autosave-v1','','','2019-03-06 16:07:29','2019-03-06 21:07:29','',343,'https://bestcerakoteflorida.com/343-autosave-v1/',0,'revision','',0),(447,1,'2019-01-29 16:29:24','2019-01-29 21:29:24','','2019 Price List Retail','','inherit','open','closed','','2019-price-list-retail','','','2019-01-29 16:29:24','2019-01-29 21:29:24','',0,'https://bestcerakoteflorida.com/wp-content/uploads/2019/01/2019-Price-List-Retail.pdf',0,'attachment','application/pdf',0),(448,1,'2019-01-29 16:29:29','2019-01-29 21:29:29','','Blackhawk Order Form PDF fillable','','inherit','open','closed','','blackhawk-order-form-pdf-fillable','','','2019-01-29 16:29:29','2019-01-29 21:29:29','',0,'https://bestcerakoteflorida.com/wp-content/uploads/2019/01/Blackhawk-Order-Form-PDF-fillable.pdf',0,'attachment','application/pdf',0),(449,1,'2019-01-29 16:29:32','2019-01-29 21:29:32','','Cerakote_Optic_Waiver','','inherit','open','closed','','cerakote_optic_waiver','','','2019-01-29 16:29:32','2019-01-29 21:29:32','',0,'https://bestcerakoteflorida.com/wp-content/uploads/2019/01/Cerakote_Optic_Waiver.pdf',0,'attachment','application/pdf',0),(450,1,'2019-01-29 16:31:11','2019-01-29 21:31:11','','2019 SOT Copy','','inherit','open','closed','','2019-sot-copy','','','2019-03-06 11:52:33','2019-03-06 16:52:33','',0,'https://bestcerakoteflorida.com/wp-content/uploads/2019/01/2019-SOT-Copy.pdf',0,'attachment','application/pdf',0),(451,1,'2019-01-29 16:31:59','2019-01-29 21:31:59','','Signed 2018 FFL_Copy','','inherit','open','closed','','signed-2018-ffl_copy','','','2019-03-06 11:52:34','2019-03-06 16:52:34','',0,'https://bestcerakoteflorida.com/wp-content/uploads/2019/01/Signed-2018-FFL_Copy.pdf',0,'attachment','application/pdf',0),(453,1,'2019-01-29 18:22:07','2019-01-29 23:22:07','','blackhawk-custom-chiron-3b','','inherit','open','closed','','blackhawk-custom-chiron-3b','','','2019-01-29 18:22:07','2019-01-29 23:22:07','',0,'https://bestcerakoteflorida.com/wp-content/uploads/2019/01/blackhawk-custom-chiron-3b.jpg',0,'attachment','image/jpeg',0),(511,1,'2019-03-06 14:15:53','2019-03-06 19:15:53','<h1 style=\"text-align: center;\"><strong>Thank You</strong>&nbsp;for Signing Up!</h1><h2 style=\"text-align: center;\">Please watch the video below see why We Choose CERAKOTE and why we think you Should too<strong>:</strong></h2><span wfd-id=\"56\"><img alt=\"\" width=\"1024\" height=\"938\" title=\"CertifiedLogo\" data-id=\"282\" src=\"//bestcerakoteflorida.com/wp-content/uploads/2018/09/CertifiedLogo-1024x938.png\"></span><h3><strong>You are only one step away from getting your 10% Off Certificate!</strong></h3><p>Please go to your email inbox and look for the email I just sent you. The subject line is \"10% Off\" and the email is sent by \"Nikolas Xifaras\".</p><h3><strong>Open the email and click on the confirmation link inside.</strong></h3><p>Done! That\'s all we need, to ensure that we got the right email address and that you will get your certificate!</p><p style=\"text-align: center;\"><span style=\"font-size: 13px; font-family: &quot;Ek Mukta&quot;; font-weight: 200;\" wfd-id=\"32\">Â© {tcb_current_year} ACME Inc | Disclaimer</span></p>','Thank You For Subscribing_Video','','inherit','closed','closed','','343-revision-v1','','','2019-03-06 14:15:53','2019-03-06 19:15:53','',343,'https://bestcerakoteflorida.com/343-revision-v1/',0,'revision','',0),(458,1,'2019-01-29 22:41:54','2019-01-30 03:41:54','[woocommerce_my_account]','My account','','inherit','closed','closed','','69-autosave-v1','','','2019-01-29 22:41:54','2019-01-30 03:41:54','',69,'https://bestcerakoteflorida.com/69-autosave-v1/',0,'revision','',0),(538,1,'2019-03-07 11:48:56','2019-03-07 16:48:56','https://bestcerakoteflorida.com/wp-content/uploads/2018/09/cropped-HELM-soloEcho.png','cropped-HELM-soloEcho.png','','inherit','open','closed','','cropped-helm-soloecho-png','','','2019-03-07 11:48:56','2019-03-07 16:48:56','',0,'https://bestcerakoteflorida.com/wp-content/uploads/2018/09/cropped-HELM-soloEcho.png',0,'attachment','image/png',0),(539,1,'2019-03-07 11:59:47','2019-03-07 16:59:47','<p style=\"text-align: center;\">WORK ORDER</p><p style=\"text-align: center;\">PLEASE PRINT OUT THE FORM BELOW AND SEND A COMPLETED COPY IN WITH YOUR PROJECT.PLEASE CLICK THE LINK BELOW TO DOWNLOAD.&nbsp;</p><p style=\"text-align: center;\">If you have problems downloading the form,<a href=\"mailto:nick@blackhawkcustom.com\" target=\"_blank\" rel=\"noopener noreferrer\"> please contact</a> us and we\'ll email you a copy.â€‹<a href=\"mailto:nick@blackhawkcustom.com\" target=\"_blank\" rel=\"noopener noreferrer\">â€‹</a>â€‹â€‹â€‹</p>','Work Order','','inherit','closed','closed','','526-revision-v1','','','2019-03-07 11:59:47','2019-03-07 16:59:47','',526,'https://bestcerakoteflorida.com/526-revision-v1/',0,'revision','',0),(540,1,'2019-03-07 12:02:15','2019-03-07 17:02:15','<p style=\"text-align: center;\">WORK ORDER</p><p style=\"text-align: center;\">PLEASE PRINT OUT THE FORM BELOW AND SEND A COMPLETED COPY IN WITH YOUR PROJECT.PLEASE CLICK THE LINK BELOW TO DOWNLOAD.&nbsp;</p><p style=\"text-align: center;\">If you have problems downloading the form,<a href=\"mailto:nick@blackhawkcustom.com\" target=\"_blank\" rel=\"noopener noreferrer\"> please contact</a> us and we\'ll email you a copy.â€‹<a href=\"mailto:nick@blackhawkcustom.com\" target=\"_blank\" rel=\"noopener noreferrer\">â€‹</a>â€‹â€‹â€‹</p>','Work Order','','inherit','closed','closed','','526-revision-v1','','','2019-03-07 12:02:15','2019-03-07 17:02:15','',526,'https://bestcerakoteflorida.com/526-revision-v1/',0,'revision','',0),(541,1,'2019-03-07 12:04:26','2019-03-07 17:04:26','<h2>Terms &amp; Conditions</h2><p style=\"text-align: left;\">TERMS OF SERVICE-----OVERVIEWThis website is operated by Blackhawk Custom, LLC. Throughout the site, the terms â€œweâ€, â€œusâ€ and â€œourâ€ refer to Blackhawk Custom, LLC. Blackhawk Custom, LLC offers this website, including all information, tools and services available from this site to you, the user, conditioned upon your acceptance of all terms, conditions, policies and notices stated here.By visiting our site and/ or purchasing something from us, you engage in our â€œServiceâ€ and agree to be bound by the following terms and conditions (â€œTerms of Serviceâ€, â€œTermsâ€), including those additional terms, conditions, and policies referenced herein and/or available by hyperlink. These Terms of Service apply to all users of the site, including without limitation users who are browsers, vendors, customers, merchants, and/ or contributors of content.Please read these Terms of Service carefully before accessing or using our website. By accessing or using any part of the site, you agree to be bound by these Terms of Service. If you do not agree to all the terms and conditions of this agreement, then you may not access the website or use any services. If these Terms of Service are considered an offer, acceptance is expressly limited to these Terms of Service.Any new features or tools which are added to the current store shall also be subject to the Terms of Service. You can review the most current version of the Terms of Service at any time on this page. We reserve the right to update, change or replace any part of these Terms of Service by posting updates and/or changes to our website. It is your responsibility to check this page periodically for changes. Your continued use of or access to the website following the posting of any changes constitutes acceptance of those changes.SECTION 1 - ONLINE STORE TERMSBy agreeing to these Terms of Service, you represent that you are at least the age of majority in your state or province of residence, or that you are the age of majority in your state or province of residence and you have given us your consent to allow any of your minor dependents to use this site.You may not use our products for any illegal or unauthorized purpose nor may you, in the use of the Service, violate any laws in your jurisdiction (including but not limited to copyright laws).You must not transmit any worms or viruses or any code of a destructive nature.A breach or violation of any of the Terms will result in an immediate termination of your Services.SECTION 2 - GENERAL CONDITIONSWe reserve the right to refuse service to anyone for any reason at any time.You understand that your content (not including credit card information), may be transferred unencrypted and involve (a) transmissions over various networks; and (b) changes to conform and adapt to technical requirements of connecting networks or devices. Credit card information is always encrypted during transfer over networks.You agree not to reproduce, duplicate, copy, sell, resell or exploit any portion of the Service, use of the Service, or access to the Service or any contact on the website through which the service is provided, without express written permission by us.The headings used in this agreement are included for convenience only and will not limit or otherwise affect these Terms.SECTION 3 - ACCURACY, COMPLETENESS AND TIMELINESS OF INFORMATIONWe are not responsible if information made available on this site is not accurate, complete or current. The material on this site is provided for general information only and should not be relied upon or used as the sole basis for making decisions without consulting primary, more accurate, more complete or more timely sources of information. Any reliance on the material on this site is at your own risk.This site may contain certain historical information. Historical information, necessarily, is not current and is provided for your reference only. We reserve the right to modify the contents of this site at any time, but we have no obligation to update any information on our site. You agree that it is your responsibility to monitor changes to our site.SECTION 4 - MODIFICATIONS TO THE SERVICE AND PRICESThe prices for our products are subject to change without notice.We reserve the right at any time to modify or discontinue the Service (or any part or content thereof) without notice at any time.We shall not be liable to you or to any third-party for any modification, price change, suspension or discontinuance of the Service.SECTION 5 - PRODUCTS OR SERVICES (if applicable)Certain products or services may be available exclusively online through the website. These products or services may have limited quantities and are subject to return or exchange only according to our Return Policy.We have made every effort to display as accurately as possible the colors and images of our products that appear at the store. We cannot guarantee that your computer monitor\'s display of any color will be accurate.We reserve the right, but are not obligated, to limit the sales of our products or Services to any person, geographic region or jurisdiction. We may exercise this right on a case-by-case basis. We reserve the right to limit the quantities of any products or services that we offer. All descriptions of products or product pricing are subject to change at anytime without notice, at the sole discretion of us. We reserve the right to discontinue any product at any time. Any offer for any product or service made on this site is void where prohibited.We do not warrant that the quality of any products, services, information, or other material purchased or obtained by you will meet your expectations, or that any errors in the Service will be corrected.SECTION 6 - ACCURACY OF BILLING AND ACCOUNT INFORMATIONWe reserve the right to refuse any order you place with us. We may, in our sole discretion, limit or cancel quantities purchased per person, per household or per order. These restrictions may include orders placed by or under the same customer account, the same credit card, and/or orders that use the same billing and/or shipping address. In the event that we make a change to or cancel an order, we may attempt to notify you by contacting the e-mail and/or billing address/phone number provided at the time the order was made. We reserve the right to limit or prohibit orders that, in our sole judgment, appear to be placed by dealers, resellers or distributors.You agree to provide current, complete and accurate purchase and account information for all purchases made at our store. You agree to promptly update your account and other information, including your email address and credit card numbers and expiration dates, so that we can complete your transactions and contact you as needed.For more detail, please review our Returns Policy.SECTION 7 - OPTIONAL TOOLSWe may provide you with access to third-party tools over which we neither monitor nor have any control nor input.You acknowledge and agree that we provide access to such tools â€as isâ€ and â€œas availableâ€ without any warranties, representations or conditions of any kind and without any endorsement. We shall have no liability whatsoever arising from or relating to your use of optional third-party tools.Any use by you of optional tools offered through the site is entirely at your own risk and discretion and you should ensure that you are familiar with and approve of the terms on which tools are provided by the relevant third-party provider(s).We may also, in the future, offer new services and/or features through the website (including, the release of new tools and resources). Such new features and/or services shall also be subject to these Terms of Service.SECTION 8 - THIRD-PARTY LINKSCertain content, products and services available via our Service may include materials from third-parties.Third-party links on this site may direct you to third-party websites that are not affiliated with us. We are not responsible for examining or evaluating the content or accuracy and we do not warrant and will not have any liability or responsibility for any third-party materials or websites, or for any other materials, products, or services of third-parties.We are not liable for any harm or damages related to the purchase or use of goods, services, resources, content, or any other transactions made in connection with any third-party websites. Please review carefully the third-party\'s policies and practices and make sure you understand them before you engage in any transaction. Complaints, claims, concerns, or questions regarding third-party products should be directed to the third-party.SECTION 9 - USER COMMENTS, FEEDBACK AND OTHER SUBMISSIONSIf, at our request, you send certain specific submissions (for example contest entries) or without a request from us you send creative ideas, suggestions, proposals, plans, or other materials, whether online, by email, by postal mail, or otherwise (collectively, \'comments\'), you agree that we may, at any time, without restriction, edit, copy, publish, distribute, translate and otherwise use in any medium any comments that you forward to us. We are and shall be under no obligation (1) to maintain any comments in confidence; (2) to pay compensation for any comments; or (3) to respond to any comments.We may, but have no obligation to, monitor, edit or remove content that we determine in our sole discretion are unlawful, offensive, threatening, libelous, defamatory, pornographic, obscene or otherwise objectionable or violates any partyâ€™s intellectual property or these Terms of Service.You agree that your comments will not violate any right of any third-party, including copyright, trademark, privacy, personality or other personal or proprietary right. You further agree that your comments will not contain libelous or otherwise unlawful, abusive or obscene material, or contain any computer virus or other malware that could in any way affect the operation of the Service or any related website. You may not use a false e-mail address, pretend to be someone other than yourself, or otherwise mislead us or third-parties as to the origin of any comments. You are solely responsible for any comments you make and their accuracy. We take no responsibility and assume no liability for any comments posted by you or any third-party.SECTION 10 - PERSONAL INFORMATIONYour submission of personal information through the store is governed by our Privacy Policy. To view our Privacy Policy.SECTION 11 - ERRORS, INACCURACIES AND OMISSIONSOccasionally there may be information on our site or in the Service that contains typographical errors, inaccuracies or omissions that may relate to product descriptions, pricing, promotions, offers, product shipping charges, transit times and availability. We reserve the right to correct any errors, inaccuracies or omissions, and to change or update information or cancel orders if any information in the Service or on any related website is inaccurate at any time without prior notice (including after you have submitted your order).We undertake no obligation to update, amend or clarify information in the Service or on any related website, including without limitation, pricing information, except as required by law. No specified update or refresh date applied in the Service or on any related website, should be taken to indicate that all information in the Service or on any related website has been modified or updated.SECTION 12 - PROHIBITED USESIn addition to other prohibitions as set forth in the Terms of Service, you are prohibited from using the site or its content: (a) for any unlawful purpose; (b) to solicit others to perform or participate in any unlawful acts; (c) to violate any international, federal, provincial or state regulations, rules, laws, or local ordinances; (d) to infringe upon or violate our intellectual property rights or the intellectual property rights of others; (e) to harass, abuse, insult, harm, defame, slander, disparage, intimidate, or discriminate based on gender, sexual orientation, religion, ethnicity, race, age, national origin, or disability; (f) to submit false or misleading information; (g) to upload or transmit viruses or any other type of malicious code that will or may be used in any way that will affect the functionality or operation of the Service or of any related website, other websites, or the Internet; (h) to collect or track the personal information of others; (i) to spam, phish, pharm, pretext, spider, crawl, or scrape; (j) for any obscene or immoral purpose; or (k) to interfere with or circumvent the security features of the Service or any related website, other websites, or the Internet. We reserve the right to terminate your use of the Service or any related website for violating any of the prohibited uses.SECTION 13 - DISCLAIMER OF WARRANTIES; LIMITATION OF LIABILITYWe do not guarantee, represent or warrant that your use of our service will be uninterrupted, timely, secure or error-free.We do not warrant that the results that may be obtained from the use of the service will be accurate or reliable.You agree that from time to time we may remove the service for indefinite periods of time or cancel the service at any time, without notice to you.You expressly agree that your use of, or inability to use, the service is at your sole risk. The service and all products and services delivered to you through the service are (except as expressly stated by us) provided \'as is\' and \'as available\' for your use, without any representation, warranties or conditions of any kind, either express or implied, including all implied warranties or conditions of merchantability, merchantable quality, fitness for a particular purpose, durability, title, and non-infringement.In no case shall Blackhawk Custom, LLC, our directors, officers, employees, affiliates, agents, contractors, interns, suppliers, service providers or licensors be liable for any injury, loss, claim, or any direct, indirect, incidental, punitive, special, or consequential damages of any kind, including, without limitation lost profits, lost revenue, lost savings, loss of data, replacement costs, or any similar damages, whether based in contract, tort (including negligence), strict liability or otherwise, arising from your use of any of the service or any products procured using the service, or for any other claim related in any way to your use of the service or any product, including, but not limited to, any errors or omissions in any content, or any loss or damage of any kind incurred as a result of the use of the service or any content (or product) posted, transmitted, or otherwise made available via the service, even if advised of their possibility. Because some states or jurisdictions do not allow the exclusion or the limitation of liability for consequential or incidental damages, in such states or jurisdictions, our liability shall be limited to the maximum extent permitted by law.SECTION 14 - INDEMNIFICATIONYou agree to indemnify, defend and hold harmless Blackhawk Custom, LLC and our parent, subsidiaries, affiliates, partners, officers, directors, agents, contractors, licensors, service providers, subcontractors, suppliers, interns and employees, harmless from any claim or demand, including reasonable attorneysâ€™ fees, made by any third-party due to or arising out of your breach of these Terms of Service or the documents they incorporate by reference, or your violation of any law or the rights of a third-party.SECTION 15 - SEVERABILITYIn the event that any provision of these Terms of Service is determined to be unlawful, void or unenforceable, such provision shall nonetheless be enforceable to the fullest extent permitted by applicable law, and the unenforceable portion shall be deemed to be severed from these Terms of Service, such determination shall not affect the validity and enforceability of any other remaining provisions.SECTION 16 - TERMINATIONThe obligations and liabilities of the parties incurred prior to the termination date shall survive the termination of this agreement for all purposes.These Terms of Service are effective unless and until terminated by either you or us. You may terminate these Terms of Service at any time by notifying us that you no longer wish to use our Services, or when you cease using our site.If in our sole judgment you fail, or we suspect that you have failed, to comply with any term or provision of these Terms of Service, we also may terminate this agreement at any time without notice and you will remain liable for all amounts due up to and including the date of termination; and/or accordingly may deny you access to our Services (or any part thereof).SECTION 17 - ENTIRE AGREEMENTThe failure of us to exercise or enforce any right or provision of these Terms of Service shall not constitute a waiver of such right or provision.These Terms of Service and any policies or operating rules posted by us on this site or in respect to The Service constitutes the entire agreement and understanding between you and us and govern your use of the Service, superseding any prior or contemporaneous agreements, communications and proposals, whether oral or written, between you and us (including, but not limited to, any prior versions of the Terms of Service).Any ambiguities in the interpretation of these Terms of Service shall not be construed against the drafting party.SECTION 18 - GOVERNING LAWThese Terms of Service and any separate agreements whereby we provide you Services shall be governed by and construed in accordance with the laws of 825 South Kings Highway, Fort Pierce, FL 34945.SECTION 19 - CHANGES TO TERMS OF SERVICEYou can review the most current version of the Terms of Service at any time at this page.We reserve the right, at our sole discretion, to update, change or replace any part of these Terms of Service by posting updates and changes to our website. It is your responsibility to check our website periodically for changes. Your continued use of or access to our website or the Service following the posting of any changes to these Terms of Service constitutes acceptance of those changes.SECTION 20 - CONTACT INFORMATIONQuestions about the Terms of Service should be sent to us at <a href=\"mailto:admin@blackhawkcustom.com\" target=\"_blank\" rel=\"noopener noreferrer\">admin@blackhawkcustom.com</a></p>','Terms And Conditions','','inherit','closed','closed','','95-revision-v1','','','2019-03-07 12:04:26','2019-03-07 17:04:26','',95,'https://bestcerakoteflorida.com/95-revision-v1/',0,'revision','',0),(460,1,'2019-01-29 23:59:12','2019-01-30 04:59:12','<span wfd-id=\"248\"><img alt=\"\" width=\"142\" height=\"44\" title=\"logo_pawcity\" data-id=\"25564\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/logo_pawcity.png\"></span><p><span style=\"color: rgb(255, 255, 255);\" wfd-id=\"242\"><a href=\"#whatwedo\">What We Do</a></span>&nbsp; &nbsp; <span style=\"color: rgb(255, 255, 255);\" wfd-id=\"241\"><a href=\"#testimonials\">Testimonials</a></span>&nbsp; &nbsp;<span style=\"color: rgb(255, 255, 255);\" wfd-id=\"240\"><a href=\"#aboutus\">About Us</a></span>&nbsp; &nbsp;<span style=\"color: rgb(255, 255, 255);\" wfd-id=\"239\"><a href=\"#getyourcoupon\">Get Your Coupon</a></span>&nbsp; &nbsp; <span style=\"color: rgb(255, 255, 255);\" wfd-id=\"238\"><a href=\"#areaweserve\">Area We Serve</a></span>&nbsp; &nbsp;<span style=\"color: rgb(255, 255, 255);\" wfd-id=\"237\"><a href=\"#contact\">Contact</a></span></p><h1>Happy dogs =â€‹â€‹â€‹â€‹â€‹happâ€‹â€‹â€‹â€‹y owners</h1><p>Offer your dog a premium walking experience</p><h1 style=\"text-align: center;\">What We Do</h1><p style=\"text-align: center;\">Our goal is to make sure the owners are comforted, the pups are exercised and happy and that we are getting our own puppy fixes. But letâ€™s be honest- itâ€™s their world, weâ€™re just living in it! As a small team of experienced dog owners and lovers, we really get to know you and your dog and we canguarantee consistent and personal care that is equal to your love and attention. We are so excited to make you a part of the family!</p><span wfd-id=\"191\"><img alt=\"\" width=\"55\" height=\"73\" title=\"what_do_icon_01\" data-id=\"1596\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_01.png\"></span><p><strong>First Class Care</strong></p><p>all the best for them</p><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi.</p><span wfd-id=\"183\"><img alt=\"\" width=\"73\" height=\"73\" title=\"what_do_icon_02\" data-id=\"1597\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_02.png\"></span><p><strong>Snacks Included</strong></p><p>for your little one</p><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p><span wfd-id=\"175\"><img alt=\"\" width=\"65\" height=\"73\" title=\"what_do_icon_03\" data-id=\"1598\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_03.png\"></span><p><strong>Regularly walks</strong></p><p>to keep them ealthy</p><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris.</p><p><span style=\"font-size: 45px; color: rgb(89, 171, 227);\" wfd-id=\"161\"><span style=\"font-family: ABeeZee;\" wfd-id=\"162\">â€</span></span><span style=\"font-family: &quot;Amatic SC&quot;;\" wfd-id=\"160\">&nbsp; &nbsp; &nbsp;</span><span style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"158\"><span style=\"font-size: 45px;\" wfd-id=\"159\">my chester enjoys being with them!</span> &nbsp; &nbsp;&nbsp;</span><span style=\"font-family: ABeeZee; font-weight: 400; color: rgb(89, 171, 227); font-size: 45px;\" wfd-id=\"157\">â€</span></p><p>We LOVE going for walks with our friends at Paw! Donâ€™t tell our mom &amp; dad,but we get really excited when they leave for work because we know it wonâ€™t be long before we get a visit from one of our favorite friends at PawCity! Best part is, they always let our parents know how ourwalk went right away so they dont have to worry about us!</p><p>We love you PawCity!! xoxo</p><p><strong>Anna Olson</strong>, Chesterâ€™s Mom</p><h1>About us</h1><p style=\"text-align: center;\">At PawCity, we lead lives full of the unconditional love and happiness we receive from the furballs we get to spend time with everyday and we have this beautiful city and all the beautiful people in it to thank. We love you and your pups!!</p><span style=\"width: 100%;\" wfd-id=\"135\"><img alt=\"\" width=\"830\" height=\"775\" title=\"about_us_dog\" data-id=\"7399\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/about_us_dog.png\" style=\"width: 100%;\"></span><span style=\"width: 100%;\" wfd-id=\"129\"><img alt=\"\" width=\"64\" height=\"64\" title=\"dog_paw\" data-id=\"7404\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/dog_paw.png\" style=\"width: 100%;\"></span><p>We moved to New York City with our black bulldog rescue, Blakely, in 2007 after graduating from the University of Maryland. Immediately, we realized what a dog-crazy place it was.</p><span style=\"width: 100%;\" wfd-id=\"123\"><img alt=\"\" width=\"64\" height=\"64\" title=\"dog_house\" data-id=\"7403\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/dog_house.png\" style=\"width: 100%;\"></span><p>We knew right away that we wanted to work with the animals that we loved and that had given us so much love since we were little girls. We started PawCity Dog Walking in July of 2010.</p><span style=\"width: 100%;\" wfd-id=\"117\"><img alt=\"\" width=\"64\" height=\"64\" title=\"spinning_wheel\" data-id=\"7405\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/spinning_wheel.png\" style=\"width: 100%;\"></span><p>We cover the entire width of the East Side, from 96th Street to Delancey and handle every type of personality imaginable. At PawCity, we lead lives full of the unconditional love and happiness we receive from the furballs we get to spend time with everyday.</p><p><span style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"103\"><strong>Get Your Coupon</strong></span></p><p>We strive to keep both you and your pup as happy and comfortable as possible while youâ€™re out earning those big bucks.</p><p></p><p><strong>Get <span style=\"color: rgb(89, 171, 227);\" wfd-id=\"99\">20%</span> off your first walk. Enter your email and we\'ll send you your coupon.</strong></p><p><span style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"86\">areaS we serve</span></p><p>As a small team of experienced dog owners and lovers, we really get to know you and your dog and we canguarantee consistent and personal care that is equal to your love and attention.</p><p></p><p><strong><span style=\"color: rgb(89, 171, 227);\" wfd-id=\"82\">We are so excited to make you a part of the family!</span></strong></p><span wfd-id=\"57\"><img alt=\"\" width=\"142\" height=\"44\" title=\"logo_pawcity\" data-id=\"25564\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/logo_pawcity.png\"></span><span style=\"width: 100%;\" wfd-id=\"50\"><img alt=\"\" width=\"64\" height=\"64\" title=\"location\" data-id=\"7369\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/location.png\" style=\"width: 100%;\"></span><p><strong><span style=\"color: rgb(74, 163, 223);\" wfd-id=\"47\">67 E. 3rd Street</span></strong><span style=\"color: rgb(74, 163, 223);\" wfd-id=\"46\"> </span><span style=\"color: rgb(255, 255, 255);\" wfd-id=\"45\">Suite B New York, NY 10003</span></p><span style=\"width: 100%;\" wfd-id=\"36\"><img alt=\"\" width=\"64\" height=\"64\" title=\"phone\" data-id=\"7370\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/phone.png\" style=\"width: 100%;\"></span><p><strong><span style=\"color: rgb(74, 163, 223);\" wfd-id=\"33\">080</span></strong><span style=\"color: rgb(74, 163, 223);\" wfd-id=\"32\"> </span><span style=\"color: rgb(255, 255, 255);\" wfd-id=\"31\">708 5583</span></p>','Home','','inherit','closed','closed','','106-revision-v1','','','2019-01-29 23:59:12','2019-01-30 04:59:12','',106,'https://bestcerakoteflorida.com/106-revision-v1/',0,'revision','',0),(461,1,'2019-01-29 23:59:13','2019-01-30 04:59:13','<span wfd-id=\"248\"><img alt=\"\" width=\"142\" height=\"44\" title=\"logo_pawcity\" data-id=\"25564\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/logo_pawcity.png\"></span><p><span style=\"color: rgb(255, 255, 255);\" wfd-id=\"242\"><a href=\"#whatwedo\">What We Do</a></span>&nbsp; &nbsp; <span style=\"color: rgb(255, 255, 255);\" wfd-id=\"241\"><a href=\"#testimonials\">Testimonials</a></span>&nbsp; &nbsp;<span style=\"color: rgb(255, 255, 255);\" wfd-id=\"240\"><a href=\"#aboutus\">About Us</a></span>&nbsp; &nbsp;<span style=\"color: rgb(255, 255, 255);\" wfd-id=\"239\"><a href=\"#getyourcoupon\">Get Your Coupon</a></span>&nbsp; &nbsp; <span style=\"color: rgb(255, 255, 255);\" wfd-id=\"238\"><a href=\"#areaweserve\">Area We Serve</a></span>&nbsp; &nbsp;<span style=\"color: rgb(255, 255, 255);\" wfd-id=\"237\"><a href=\"#contact\">Contact</a></span></p><h1>Happy dogs =â€‹â€‹â€‹â€‹â€‹happâ€‹â€‹â€‹â€‹y owners</h1><p>Offer your dog a premium walking experience</p><h1 style=\"text-align: center;\">What We Do</h1><p style=\"text-align: center;\">Our goal is to make sure the owners are comforted, the pups are exercised and happy and that we are getting our own puppy fixes. But letâ€™s be honest- itâ€™s their world, weâ€™re just living in it! As a small team of experienced dog owners and lovers, we really get to know you and your dog and we canguarantee consistent and personal care that is equal to your love and attention. We are so excited to make you a part of the family!</p><span wfd-id=\"191\"><img alt=\"\" width=\"55\" height=\"73\" title=\"what_do_icon_01\" data-id=\"1596\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_01.png\"></span><p><strong>First Class Care</strong></p><p>all the best for them</p><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi.</p><span wfd-id=\"183\"><img alt=\"\" width=\"73\" height=\"73\" title=\"what_do_icon_02\" data-id=\"1597\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_02.png\"></span><p><strong>Snacks Included</strong></p><p>for your little one</p><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p><span wfd-id=\"175\"><img alt=\"\" width=\"65\" height=\"73\" title=\"what_do_icon_03\" data-id=\"1598\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_03.png\"></span><p><strong>Regularly walks</strong></p><p>to keep them ealthy</p><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris.</p><p><span style=\"font-size: 45px; color: rgb(89, 171, 227);\" wfd-id=\"161\"><span style=\"font-family: ABeeZee;\" wfd-id=\"162\">â€</span></span><span style=\"font-family: &quot;Amatic SC&quot;;\" wfd-id=\"160\">&nbsp; &nbsp; &nbsp;</span><span style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"158\"><span style=\"font-size: 45px;\" wfd-id=\"159\">my chester enjoys being with them!</span> &nbsp; &nbsp;&nbsp;</span><span style=\"font-family: ABeeZee; font-weight: 400; color: rgb(89, 171, 227); font-size: 45px;\" wfd-id=\"157\">â€</span></p><p>We LOVE going for walks with our friends at Paw! Donâ€™t tell our mom &amp; dad,but we get really excited when they leave for work because we know it wonâ€™t be long before we get a visit from one of our favorite friends at PawCity! Best part is, they always let our parents know how ourwalk went right away so they dont have to worry about us!</p><p>We love you PawCity!! xoxo</p><p><strong>Anna Olson</strong>, Chesterâ€™s Mom</p><h1>About us</h1><p style=\"text-align: center;\">At PawCity, we lead lives full of the unconditional love and happiness we receive from the furballs we get to spend time with everyday and we have this beautiful city and all the beautiful people in it to thank. We love you and your pups!!</p><span style=\"width: 100%;\" wfd-id=\"135\"><img alt=\"\" width=\"830\" height=\"775\" title=\"about_us_dog\" data-id=\"7399\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/about_us_dog.png\" style=\"width: 100%;\"></span><span style=\"width: 100%;\" wfd-id=\"129\"><img alt=\"\" width=\"64\" height=\"64\" title=\"dog_paw\" data-id=\"7404\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/dog_paw.png\" style=\"width: 100%;\"></span><p>We moved to New York City with our black bulldog rescue, Blakely, in 2007 after graduating from the University of Maryland. Immediately, we realized what a dog-crazy place it was.</p><span style=\"width: 100%;\" wfd-id=\"123\"><img alt=\"\" width=\"64\" height=\"64\" title=\"dog_house\" data-id=\"7403\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/dog_house.png\" style=\"width: 100%;\"></span><p>We knew right away that we wanted to work with the animals that we loved and that had given us so much love since we were little girls. We started PawCity Dog Walking in July of 2010.</p><span style=\"width: 100%;\" wfd-id=\"117\"><img alt=\"\" width=\"64\" height=\"64\" title=\"spinning_wheel\" data-id=\"7405\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/spinning_wheel.png\" style=\"width: 100%;\"></span><p>We cover the entire width of the East Side, from 96th Street to Delancey and handle every type of personality imaginable. At PawCity, we lead lives full of the unconditional love and happiness we receive from the furballs we get to spend time with everyday.</p><p><span style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"103\"><strong>Get Your Coupon</strong></span></p><p>We strive to keep both you and your pup as happy and comfortable as possible while youâ€™re out earning those big bucks.</p><p></p><p><strong>Get <span style=\"color: rgb(89, 171, 227);\" wfd-id=\"99\">20%</span> off your first walk. Enter your email and we\'ll send you your coupon.</strong></p><p><span style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"86\">areaS we serve</span></p><p>As a small team of experienced dog owners and lovers, we really get to know you and your dog and we canguarantee consistent and personal care that is equal to your love and attention.</p><p></p><p><strong><span style=\"color: rgb(89, 171, 227);\" wfd-id=\"82\">We are so excited to make you a part of the family!</span></strong></p><span wfd-id=\"57\"><img alt=\"\" width=\"142\" height=\"44\" title=\"logo_pawcity\" data-id=\"25564\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/logo_pawcity.png\"></span><span style=\"width: 100%;\" wfd-id=\"50\"><img alt=\"\" width=\"64\" height=\"64\" title=\"location\" data-id=\"7369\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/location.png\" style=\"width: 100%;\"></span><p><strong><span style=\"color: rgb(74, 163, 223);\" wfd-id=\"47\">67 E. 3rd Street</span></strong><span style=\"color: rgb(74, 163, 223);\" wfd-id=\"46\"> </span><span style=\"color: rgb(255, 255, 255);\" wfd-id=\"45\">Suite B New York, NY 10003</span></p><span style=\"width: 100%;\" wfd-id=\"36\"><img alt=\"\" width=\"64\" height=\"64\" title=\"phone\" data-id=\"7370\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/phone.png\" style=\"width: 100%;\"></span><p><strong><span style=\"color: rgb(74, 163, 223);\" wfd-id=\"33\">080</span></strong><span style=\"color: rgb(74, 163, 223);\" wfd-id=\"32\"> </span><span style=\"color: rgb(255, 255, 255);\" wfd-id=\"31\">708 5583</span></p>','Home','','inherit','closed','closed','','106-revision-v1','','','2019-01-29 23:59:13','2019-01-30 04:59:13','',106,'https://bestcerakoteflorida.com/106-revision-v1/',0,'revision','',0),(462,1,'2019-01-30 00:00:21','2019-01-30 05:00:21','<span wfd-id=\"253\"><img alt=\"\" width=\"142\" height=\"44\" title=\"logo_pawcity\" data-id=\"25564\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/logo_pawcity.png\"></span><p><span style=\"color: rgb(255, 255, 255);\" wfd-id=\"247\"><a href=\"#whatwedo\">What We Do</a></span>&nbsp; &nbsp; <span style=\"color: rgb(255, 255, 255);\" wfd-id=\"246\"><a href=\"#testimonials\">Testimonials</a></span>&nbsp; &nbsp;<span style=\"color: rgb(255, 255, 255);\" wfd-id=\"245\"><a href=\"#aboutus\">About Us</a></span>&nbsp; &nbsp;<span style=\"color: rgb(255, 255, 255);\" wfd-id=\"244\"><a href=\"#getyourcoupon\">Get Your Coupon</a></span>&nbsp; &nbsp; <span style=\"color: rgb(255, 255, 255);\" wfd-id=\"243\"><a href=\"#areaweserve\">Area We Serve</a></span>&nbsp; &nbsp;<span style=\"color: rgb(255, 255, 255);\" wfd-id=\"242\"><a href=\"#contact\">Contact</a></span></p><h1>Happy dogs =â€‹â€‹â€‹â€‹â€‹happâ€‹â€‹â€‹â€‹y owners</h1><p>Offer your dog a premium walking experience</p><h1 style=\"text-align: center;\">What We Do</h1><p style=\"text-align: center;\">Our goal is to make sure the owners are comforted, the pups are exercised and happy and that we are getting our own puppy fixes. But letâ€™s be honest- itâ€™s their world, weâ€™re just living in it! As a small team of experienced dog owners and lovers, we really get to know you and your dog and we canguarantee consistent and personal care that is equal to your love and attention. We are so excited to make you a part of the family!</p><span wfd-id=\"196\"><img alt=\"\" width=\"55\" height=\"73\" title=\"what_do_icon_01\" data-id=\"1596\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_01.png\"></span><p><strong>First Class Care</strong></p><p>all the best for them</p><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi.</p><span wfd-id=\"188\"><img alt=\"\" width=\"73\" height=\"73\" title=\"what_do_icon_02\" data-id=\"1597\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_02.png\"></span><p><strong>Snacks Included</strong></p><p>for your little one</p><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p><span wfd-id=\"180\"><img alt=\"\" width=\"65\" height=\"73\" title=\"what_do_icon_03\" data-id=\"1598\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_03.png\"></span><p><strong>Regularly walks</strong></p><p>to keep them ealthy</p><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris.</p><p><span style=\"font-size: 45px; color: rgb(89, 171, 227);\" wfd-id=\"166\"><span style=\"font-family: ABeeZee;\" wfd-id=\"167\">â€</span></span><span style=\"font-family: &quot;Amatic SC&quot;;\" wfd-id=\"165\">&nbsp; &nbsp; &nbsp;</span><span style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"163\"><span style=\"font-size: 45px;\" wfd-id=\"164\">my chester enjoys being with them!</span> &nbsp; &nbsp;&nbsp;</span><span style=\"font-family: ABeeZee; font-weight: 400; color: rgb(89, 171, 227); font-size: 45px;\" wfd-id=\"162\">â€</span></p><p>We LOVE going for walks with our friends at Paw! Donâ€™t tell our mom &amp; dad,but we get really excited when they leave for work because we know it wonâ€™t be long before we get a visit from one of our favorite friends at PawCity! Best part is, they always let our parents know how ourwalk went right away so they dont have to worry about us!</p><p>We love you PawCity!! xoxo</p><p><strong>Anna Olson</strong>, Chesterâ€™s Mom</p><h1>About us</h1><p style=\"text-align: center;\">At PawCity, we lead lives full of the unconditional love and happiness we receive from the furballs we get to spend time with everyday and we have this beautiful city and all the beautiful people in it to thank. We love you and your pups!!</p><span style=\"width: 100%;\" wfd-id=\"138\"><img alt=\"\" width=\"830\" height=\"775\" title=\"about_us_dog\" data-id=\"7399\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/about_us_dog.png\" style=\"width: 100%;\"></span><span style=\"width: 100%;\" wfd-id=\"132\"><img alt=\"\" width=\"64\" height=\"64\" title=\"dog_paw\" data-id=\"7404\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/dog_paw.png\" style=\"width: 100%;\"></span><p>We moved to New York City with our black bulldog rescue, Blakely, in 2007 after graduating from the University of Maryland. Immediately, we realized what a dog-crazy place it was.</p><span style=\"width: 100%;\" wfd-id=\"126\"><img alt=\"\" width=\"64\" height=\"64\" title=\"dog_house\" data-id=\"7403\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/dog_house.png\" style=\"width: 100%;\"></span><p>We knew right away that we wanted to work with the animals that we loved and that had given us so much love since we were little girls. We started PawCity Dog Walking in July of 2010.</p><span style=\"width: 100%;\" wfd-id=\"120\"><img alt=\"\" width=\"64\" height=\"64\" title=\"spinning_wheel\" data-id=\"7405\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/spinning_wheel.png\" style=\"width: 100%;\"></span><p>We cover the entire width of the East Side, from 96th Street to Delancey and handle every type of personality imaginable. At PawCity, we lead lives full of the unconditional love and happiness we receive from the furballs we get to spend time with everyday.</p><p><span style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"106\"><strong>Get Your Coupon</strong></span></p><p>We strive to keep both you and your pup as happy and comfortable as possible while youâ€™re out earning those big bucks.</p><p></p><p><strong>Get <span style=\"color: rgb(89, 171, 227);\" wfd-id=\"102\">20%</span> off your first walk. Enter your email and we\'ll send you your coupon.</strong></p><p><span style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"87\">areaS we serve</span></p><p>As a small team of experienced dog owners and lovers, we really get to know you and your dog and we canguarantee consistent and personal care that is equal to your love and attention.</p><p></p><p><strong><span style=\"color: rgb(89, 171, 227);\" wfd-id=\"83\">We are so excited to make you a part of the family!</span></strong></p><span wfd-id=\"58\"><img alt=\"\" width=\"142\" height=\"44\" title=\"logo_pawcity\" data-id=\"25564\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/logo_pawcity.png\"></span><span style=\"width: 100%;\" wfd-id=\"51\"><img alt=\"\" width=\"64\" height=\"64\" title=\"location\" data-id=\"7369\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/location.png\" style=\"width: 100%;\"></span><p><strong><span style=\"color: rgb(74, 163, 223);\" wfd-id=\"48\">67 E. 3rd Street</span></strong><span style=\"color: rgb(74, 163, 223);\" wfd-id=\"47\"> </span><span style=\"color: rgb(255, 255, 255);\" wfd-id=\"46\">Suite B New York, NY 10003</span></p><span style=\"width: 100%;\" wfd-id=\"37\"><img alt=\"\" width=\"64\" height=\"64\" title=\"phone\" data-id=\"7370\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/phone.png\" style=\"width: 100%;\"></span><p><strong><span style=\"color: rgb(74, 163, 223);\" wfd-id=\"34\">080</span></strong><span style=\"color: rgb(74, 163, 223);\" wfd-id=\"33\"> </span><span style=\"color: rgb(255, 255, 255);\" wfd-id=\"32\">708 5583</span></p>','Home','','inherit','closed','closed','','106-revision-v1','','','2019-01-30 00:00:21','2019-01-30 05:00:21','',106,'https://bestcerakoteflorida.com/106-revision-v1/',0,'revision','',0),(535,1,'2019-03-07 11:27:17','2019-03-07 16:27:17','<h1><strong>H1 Heading Example</strong> Lorem Ipsum Dolor</h1><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi semper vulputate tincidunt. Mauris sodales vitae ipsum nec porta. Mauris lacus odio, congue eget justo nec, eleifend pellentesque orci. Interdum et malesuada fames ac ante ipsum primis in faucibus. Ut facilisis nibh eget ex maximus, at egestas orci faucibus.</p><h2>Your Heading Here H2</h2><h3>Your Heading Here H3</h3><h4>Your Heading Here H4</h4><p>Copyright text and footer links.</p>','Home','','inherit','closed','closed','','106-revision-v1','','','2019-03-07 11:27:17','2019-03-07 16:27:17','',106,'https://bestcerakoteflorida.com/106-revision-v1/',0,'revision','',0),(466,1,'2019-01-30 01:13:45','2019-01-30 06:13:45','<span style=\"width: 100%;\" wfd-id=\"296\"><img alt=\"\" width=\"300\" height=\"48\" title=\"Blackhawk_custom_header\" data-id=\"465\" src=\"https://bestcerakoteflorida.com/wp-content/uploads/2019/01/Blackhawk_custom_header-300x48.png\" style=\"width: 100%;\"></span><p><span style=\"color: rgb(255, 255, 255);\" wfd-id=\"280\"><a href=\"#whatwedo\">What We Do</a></span>&nbsp; &nbsp; <span style=\"color: rgb(255, 255, 255);\" wfd-id=\"279\"><a href=\"#testimonials\">Testimonials</a></span>&nbsp; &nbsp;<span style=\"color: rgb(255, 255, 255);\" wfd-id=\"278\"><a href=\"#aboutus\">About Us</a></span>&nbsp; &nbsp;<span style=\"color: rgb(255, 255, 255);\" wfd-id=\"277\"><a href=\"#getyourcoupon\">Get Your Coupon</a></span>&nbsp; &nbsp; <span style=\"color: rgb(255, 255, 255);\" wfd-id=\"276\"><a href=\"#areaweserve\">Area We Serve</a></span>&nbsp; &nbsp;<span style=\"color: rgb(255, 255, 255);\" wfd-id=\"275\"><a href=\"#contact\">Contact</a></span></p><h1>Happy dogs =â€‹â€‹â€‹â€‹â€‹happâ€‹â€‹â€‹â€‹y owners</h1><p>Offer your dog a premium walking experience</p><h1 style=\"text-align: center;\">What We Do</h1><p style=\"text-align: center;\">Our goal is to make sure the owners are comforted, the pups are exercised and happy and that we are getting our own puppy fixes. But letâ€™s be honest- itâ€™s their world, weâ€™re just living in it! As a small team of experienced dog owners and lovers, we really get to know you and your dog and we canguarantee consistent and personal care that is equal to your love and attention. We are so excited to make you a part of the family!</p><span wfd-id=\"221\"><img alt=\"\" width=\"55\" height=\"73\" title=\"what_do_icon_01\" data-id=\"1596\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_01.png\"></span><p><strong>First Class Care</strong></p><p>all the best for them</p><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi.</p><span wfd-id=\"211\"><img alt=\"\" width=\"73\" height=\"73\" title=\"what_do_icon_02\" data-id=\"1597\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_02.png\"></span><p><strong>Snacks Included</strong></p><p>for your little one</p><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p><span wfd-id=\"201\"><img alt=\"\" width=\"65\" height=\"73\" title=\"what_do_icon_03\" data-id=\"1598\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_03.png\"></span><p><strong>Regularly walks</strong></p><p>to keep them ealthy</p><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris.</p><p><span style=\"font-size: 45px; color: rgb(89, 171, 227);\" wfd-id=\"185\"><span style=\"font-family: ABeeZee;\" wfd-id=\"186\">â€</span></span><span style=\"font-family: &quot;Amatic SC&quot;;\" wfd-id=\"184\">&nbsp; &nbsp; &nbsp;</span><span style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"182\"><span style=\"font-size: 45px;\" wfd-id=\"183\">my chester enjoys being with them!</span> &nbsp; &nbsp;&nbsp;</span><span style=\"font-family: ABeeZee; font-weight: 400; color: rgb(89, 171, 227); font-size: 45px;\" wfd-id=\"181\">â€</span></p><p>We LOVE going for walks with our friends at Paw! Donâ€™t tell our mom &amp; dad,but we get really excited when they leave for work because we know it wonâ€™t be long before we get a visit from one of our favorite friends at PawCity! Best part is, they always let our parents know how ourwalk went right away so they dont have to worry about us!</p><p>We love you PawCity!! xoxo</p><p><strong>Anna Olson</strong>, Chesterâ€™s Mom</p><h1>About us</h1><p style=\"text-align: center;\">At PawCity, we lead lives full of the unconditional love and happiness we receive from the furballs we get to spend time with everyday and we have this beautiful city and all the beautiful people in it to thank. We love you and your pups!!</p><span style=\"width: 100%;\" wfd-id=\"155\"><img alt=\"\" width=\"830\" height=\"775\" title=\"about_us_dog\" data-id=\"7399\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/about_us_dog.png\" style=\"width: 100%;\"></span><span style=\"width: 100%;\" wfd-id=\"149\"><img alt=\"\" width=\"64\" height=\"64\" title=\"dog_paw\" data-id=\"7404\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/dog_paw.png\" style=\"width: 100%;\"></span><p>We moved to New York City with our black bulldog rescue, Blakely, in 2007 after graduating from the University of Maryland. Immediately, we realized what a dog-crazy place it was.</p><span style=\"width: 100%;\" wfd-id=\"141\"><img alt=\"\" width=\"64\" height=\"64\" title=\"dog_house\" data-id=\"7403\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/dog_house.png\" style=\"width: 100%;\"></span><p>We knew right away that we wanted to work with the animals that we loved and that had given us so much love since we were little girls. We started PawCity Dog Walking in July of 2010.</p><span style=\"width: 100%;\" wfd-id=\"133\"><img alt=\"\" width=\"64\" height=\"64\" title=\"spinning_wheel\" data-id=\"7405\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/spinning_wheel.png\" style=\"width: 100%;\"></span><p>We cover the entire width of the East Side, from 96th Street to Delancey and handle every type of personality imaginable. At PawCity, we lead lives full of the unconditional love and happiness we receive from the furballs we get to spend time with everyday.</p><p><span style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"117\"><strong>Get Your Coupon</strong></span></p><p>We strive to keep both you and your pup as happy and comfortable as possible while youâ€™re out earning those big bucks.</p><p></p><p><strong>Get <span style=\"color: rgb(89, 171, 227);\" wfd-id=\"113\">20%</span> off your first walk. Enter your email and we\'ll send you your coupon.</strong></p><p><span style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"96\">areaS we serve</span></p><p>As a small team of experienced dog owners and lovers, we really get to know you and your dog and we canguarantee consistent and personal care that is equal to your love and attention.</p><p></p><p><strong><span style=\"color: rgb(89, 171, 227);\" wfd-id=\"92\">We are so excited to make you a part of the family!</span></strong></p><span wfd-id=\"67\"><img alt=\"\" width=\"142\" height=\"44\" title=\"logo_pawcity\" data-id=\"25564\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/logo_pawcity.png\"></span><span style=\"width: 100%;\" wfd-id=\"60\"><img alt=\"\" width=\"64\" height=\"64\" title=\"location\" data-id=\"7369\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/location.png\" style=\"width: 100%;\"></span><p><strong><span style=\"color: rgb(74, 163, 223);\" wfd-id=\"57\">67 E. 3rd Street</span></strong><span style=\"color: rgb(74, 163, 223);\" wfd-id=\"56\"> </span><span style=\"color: rgb(255, 255, 255);\" wfd-id=\"55\">Suite B New York, NY 10003</span></p><span style=\"width: 100%;\" wfd-id=\"44\"><img alt=\"\" width=\"64\" height=\"64\" title=\"phone\" data-id=\"7370\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/phone.png\" style=\"width: 100%;\"></span><p><strong><span style=\"color: rgb(74, 163, 223);\" wfd-id=\"41\">080</span></strong><span style=\"color: rgb(74, 163, 223);\" wfd-id=\"40\"> </span><span style=\"color: rgb(255, 255, 255);\" wfd-id=\"39\">708 5583</span></p>','Home','','inherit','closed','closed','','106-revision-v1','','','2019-01-30 01:13:45','2019-01-30 06:13:45','',106,'https://bestcerakoteflorida.com/106-revision-v1/',0,'revision','',0),(465,1,'2019-01-30 00:57:31','2019-01-30 05:57:31','','Blackhawk_custom_header','','inherit','open','closed','','blackhawk_custom_header','','','2019-01-30 00:57:31','2019-01-30 05:57:31','',0,'https://bestcerakoteflorida.com/wp-content/uploads/2019/01/Blackhawk_custom_header.png',0,'attachment','image/png',0),(468,1,'2019-01-30 01:45:17','2019-01-30 06:45:17','<h1 style=\"text-align: center;\"><strong>Contact Us</strong></h1><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi semper vulputate tincidunt. Mauris sodales vitae ipsum nec porta. Mauris lacus odio, congue eget justo nec, eleifend pellentesque orci. Interdum et malesuada fames ac ante ipsum primis in faucibus. Ut facilisis nibh eget ex maximus, at egestas orci faucibus.</p><p>Copyright text and footer links.</p>','Contact Us','','publish','closed','closed','','contact-us','','','2019-03-07 12:58:51','2019-03-07 17:58:51','',0,'https://bestcerakoteflorida.com/?page_id=468',0,'page','',0),(469,1,'2019-01-30 01:42:33','2019-01-30 06:42:33','<span style=\"width: 100%;\" wfd-id=\"291\"><img alt=\"\" width=\"300\" height=\"48\" title=\"Blackhawk_custom_header\" data-id=\"465\" src=\"https://bestcerakoteflorida.com/wp-content/uploads/2019/01/Blackhawk_custom_header-300x48.png\" style=\"width: 100%;\"></span><p><span style=\"color: rgb(255, 255, 255);\" wfd-id=\"275\"><a href=\"#whatwedo\">What We Do</a></span>&nbsp; &nbsp; <span style=\"color: rgb(255, 255, 255);\" wfd-id=\"274\"><a href=\"#testimonials\">Testimonials</a></span>&nbsp; &nbsp;<span style=\"color: rgb(255, 255, 255);\" wfd-id=\"273\"><a href=\"#aboutus\">About Us</a></span>&nbsp; &nbsp;<span style=\"color: rgb(255, 255, 255);\" wfd-id=\"272\"><a href=\"#getyourcoupon\">Get Your Coupon</a></span>&nbsp; &nbsp; <span style=\"color: rgb(255, 255, 255);\" wfd-id=\"271\"><a href=\"#areaweserve\">Area We Serve</a></span>&nbsp; &nbsp;<span style=\"color: rgb(255, 255, 255);\" wfd-id=\"270\"><a href=\"#contact\">Contact</a></span></p><h1>Happy dogs =â€‹â€‹â€‹â€‹â€‹happâ€‹â€‹â€‹â€‹y owners</h1><p>Offer your dog a premium walking experience</p><h1 style=\"text-align: center;\">What We Do</h1><p style=\"text-align: center;\">Our goal is to make sure the owners are comforted, the pups are exercised and happy and that we are getting our own puppy fixes. But letâ€™s be honest- itâ€™s their world, weâ€™re just living in it! As a small team of experienced dog owners and lovers, we really get to know you and your dog and we canguarantee consistent and personal care that is equal to your love and attention. We are so excited to make you a part of the family!</p><span wfd-id=\"214\"><img alt=\"\" width=\"55\" height=\"73\" title=\"what_do_icon_01\" data-id=\"1596\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_01.png\"></span><p><strong>First Class Care</strong></p><p>all the best for them</p><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi.</p><span wfd-id=\"204\"><img alt=\"\" width=\"73\" height=\"73\" title=\"what_do_icon_02\" data-id=\"1597\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_02.png\"></span><p><strong>Snacks Included</strong></p><p>for your little one</p><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p><span wfd-id=\"194\"><img alt=\"\" width=\"65\" height=\"73\" title=\"what_do_icon_03\" data-id=\"1598\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/what_do_icon_03.png\"></span><p><strong>Regularly walks</strong></p><p>to keep them ealthy</p><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris.</p><p><span style=\"font-size: 45px; color: rgb(89, 171, 227);\" wfd-id=\"178\"><span style=\"font-family: ABeeZee;\" wfd-id=\"179\">â€</span></span><span style=\"font-family: &quot;Amatic SC&quot;;\" wfd-id=\"177\">&nbsp; &nbsp; &nbsp;</span><span style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"175\"><span style=\"font-size: 45px;\" wfd-id=\"176\">my chester enjoys being with them!</span> &nbsp; &nbsp;&nbsp;</span><span style=\"font-family: ABeeZee; font-weight: 400; color: rgb(89, 171, 227); font-size: 45px;\" wfd-id=\"174\">â€</span></p><p>We LOVE going for walks with our friends at Paw! Donâ€™t tell our mom &amp; dad,but we get really excited when they leave for work because we know it wonâ€™t be long before we get a visit from one of our favorite friends at PawCity! Best part is, they always let our parents know how ourwalk went right away so they dont have to worry about us!</p><p>We love you PawCity!! xoxo</p><p><strong>Anna Olson</strong>, Chesterâ€™s Mom</p><h1>About us</h1><p style=\"text-align: center;\">At PawCity, we lead lives full of the unconditional love and happiness we receive from the furballs we get to spend time with everyday and we have this beautiful city and all the beautiful people in it to thank. We love you and your pups!!</p><span style=\"width: 100%;\" wfd-id=\"148\"><img alt=\"\" width=\"830\" height=\"775\" title=\"about_us_dog\" data-id=\"7399\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/about_us_dog.png\" style=\"width: 100%;\"></span><span style=\"width: 100%;\" wfd-id=\"142\"><img alt=\"\" width=\"64\" height=\"64\" title=\"dog_paw\" data-id=\"7404\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/dog_paw.png\" style=\"width: 100%;\"></span><p>We moved to New York City with our black bulldog rescue, Blakely, in 2007 after graduating from the University of Maryland. Immediately, we realized what a dog-crazy place it was.</p><span style=\"width: 100%;\" wfd-id=\"134\"><img alt=\"\" width=\"64\" height=\"64\" title=\"dog_house\" data-id=\"7403\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/dog_house.png\" style=\"width: 100%;\"></span><p>We knew right away that we wanted to work with the animals that we loved and that had given us so much love since we were little girls. We started PawCity Dog Walking in July of 2010.</p><span style=\"width: 100%;\" wfd-id=\"126\"><img alt=\"\" width=\"64\" height=\"64\" title=\"spinning_wheel\" data-id=\"7405\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/spinning_wheel.png\" style=\"width: 100%;\"></span><p>We cover the entire width of the East Side, from 96th Street to Delancey and handle every type of personality imaginable. At PawCity, we lead lives full of the unconditional love and happiness we receive from the furballs we get to spend time with everyday.</p><p><span style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"110\"><strong>Get Your Coupon</strong></span></p><p>We strive to keep both you and your pup as happy and comfortable as possible while youâ€™re out earning those big bucks.</p><p></p><p><strong>Get <span style=\"color: rgb(89, 171, 227);\" wfd-id=\"106\">20%</span> off your first walk. Enter your email and we\'ll send you your coupon.</strong></p><p><span style=\"font-family: &quot;Amatic SC&quot;; font-weight: 400;\" wfd-id=\"89\">areaS we serve</span></p><p>As a small team of experienced dog owners and lovers, we really get to know you and your dog and we canguarantee consistent and personal care that is equal to your love and attention.</p><p></p><p><strong><span style=\"color: rgb(89, 171, 227);\" wfd-id=\"85\">We are so excited to make you a part of the family!</span></strong></p><span wfd-id=\"60\"><img alt=\"\" width=\"142\" height=\"44\" title=\"logo_pawcity\" data-id=\"25564\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/logo_pawcity.png\"></span><span style=\"width: 100%;\" wfd-id=\"53\"><img alt=\"\" width=\"64\" height=\"64\" title=\"location\" data-id=\"7369\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/location.png\" style=\"width: 100%;\"></span><p><strong><span style=\"color: rgb(74, 163, 223);\" wfd-id=\"50\">67 E. 3rd Street</span></strong><span style=\"color: rgb(74, 163, 223);\" wfd-id=\"49\"> </span><span style=\"color: rgb(255, 255, 255);\" wfd-id=\"48\">Suite B New York, NY 10003</span></p><span style=\"width: 100%;\" wfd-id=\"37\"><img alt=\"\" width=\"64\" height=\"64\" title=\"phone\" data-id=\"7370\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/phone.png\" style=\"width: 100%;\"></span><p><strong><span style=\"color: rgb(74, 163, 223);\" wfd-id=\"34\">080</span></strong><span style=\"color: rgb(74, 163, 223);\" wfd-id=\"33\"> </span><span style=\"color: rgb(255, 255, 255);\" wfd-id=\"32\">708 5583</span></p>','Home','','inherit','closed','closed','','106-revision-v1','','','2019-01-30 01:42:33','2019-01-30 06:42:33','',106,'https://bestcerakoteflorida.com/106-revision-v1/',0,'revision','',0),(470,1,'2019-01-30 01:45:17','2019-01-30 06:45:17','','Contact Us','','inherit','closed','closed','','468-revision-v1','','','2019-01-30 01:45:17','2019-01-30 06:45:17','',468,'https://bestcerakoteflorida.com/468-revision-v1/',0,'revision','',0),(518,1,'2019-03-07 11:53:38','2019-03-07 16:53:38','<h1 style=\"text-align: center;\"><strong>Contact Us</strong></h1><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi semper vulputate tincidunt. Mauris sodales vitae ipsum nec porta. Mauris lacus odio, congue eget justo nec, eleifend pellentesque orci. Interdum et malesuada fames ac ante ipsum primis in faucibus. Ut facilisis nibh eget ex maximus, at egestas orci faucibus.</p><p>Copyright text and footer links.</p>','Contact Us','','inherit','closed','closed','','468-autosave-v1','','','2019-03-07 11:53:38','2019-03-07 16:53:38','',468,'https://bestcerakoteflorida.com/468-autosave-v1/',0,'revision','',0),(607,1,'2019-03-18 17:04:18','2019-03-18 21:04:18','','Blog','','publish','closed','closed','','blog','','','2019-03-18 17:04:18','2019-03-18 21:04:18','',0,'https://bestcerakoteflorida.com/?page_id=607',0,'page','',0),(608,1,'2019-03-18 17:04:18','2019-03-18 21:04:18','','Blog','','inherit','closed','closed','','607-revision-v1','','','2019-03-18 17:04:18','2019-03-18 21:04:18','',607,'https://bestcerakoteflorida.com/607-revision-v1/',0,'revision','',0),(571,1,'2019-03-08 08:07:27','2019-03-08 13:07:27','<span style=\"width: 100%;\" wfd-id=\"444\"><img alt=\"\" width=\"384\" height=\"62\" title=\"Blackhawk_custom_header\" data-id=\"465\" src=\"https://bestcerakoteflorida.com/wp-content/uploads/2019/01/Blackhawk_custom_header.png\" style=\"width: 100%;\"></span>                    <p><a href=\"mailto:info@bestcerkoteflorida.com\" target=\"_blank\" rel=\"noopener noreferrer\">info@bestcerakoteflorida.com</a></p><h1 style=\"text-align: center;\">&nbsp;Protect What\'s Important To You! With The Toughest Ceramic Finish In The World!<span style=\"color: rgb(0, 229, 255);\" wfd-id=\"418\"></span></h1><p style=\"text-align: center;\">Heat, Water, Salt and Sand just some of the conditions you face. And any one of them is just waiting to get a hold of your firearm and leave it a pile of rusted, pitted junk.</p><p style=\"text-align: center;\">Unfortunately there wasn\'t much you could do other than keep cleaning and lubricating your firearms...till NOW!</p><h2>our services</h2><h4 style=\"text-align: left;\">Express exterior</h4><p>Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.</p><h4 style=\"text-align: left;\">Interior clean</h4><p>Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum</p><h4 style=\"text-align: left;\">Wax protection</h4><p>Etiam pharetra, erat sed fermentum feugiat, velit mauris</p><h4 style=\"text-align: left;\">Dust &amp; Dash Console</h4><p>Duis sed odio sit amet nibh vulputate cursus a sit amet mauris.</p><h4 style=\"text-align: left;\">Triple Foam Polish</h4><p>Class aptent taciti sociosqu ad litora torquent</p><h4 style=\"text-align: left;\">Tire dressing</h4><p>Etiam pharetra, erat sed fermentum feugiat, velit mauris</p><h3><strong>Complete cleaning services for yoâ€‹ur car</strong></h3><ul wfd-id=\"316\"><li wfd-id=\"327\"><span wfd-id=\"328\">We are a small business delivering professional cleaning services for all vehicles</span></li><li wfd-id=\"323\"><span wfd-id=\"324\">Our services are convenient for individuals and corporate fleets</span></li><li wfd-id=\"317\"><span wfd-id=\"318\">We use eco-friendly products that actually clean, protect and maintain your car better than the traditional cleaning substances</span></li></ul><h2>Check Out Our Special Offer!</h2><p>Donâ€™t miss the opportunity to get 50% discount on a complete cleaning just by recommending us to a friend. Bring someone you know with you and clean you car half price!</p><h2 style=\"text-align: center;\">our happy clients</h2><h5>Brett Graham, 28</h5><h6>Architect</h6><p>Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit. Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit.&nbsp;</p><h5>Rosie Hanson, 24</h5><h6>Real estate Associate</h6><p>Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo.</p><h5>Shawn Mattews, 35</h5><h6>project manager</h6><p>Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo. Nullam ac urna eu felis.Sed non neque elit. Sed ut imperdiet nisi. Proin condimentum</p><h2 style=\"text-align: center;\">our offers</h2><h4 style=\"text-align: center;\"><strong>Basic Wash</strong></h4><h4 style=\"text-align: center;\"><strong>15$</strong></h4><ul wfd-id=\"138\"><li wfd-id=\"155\">check<span wfd-id=\"156\">Interior vacuum</span></li><li wfd-id=\"151\">check<span wfd-id=\"152\">Dust &amp;dash console</span></li><li wfd-id=\"147\">check<span wfd-id=\"148\">Hand towel dry</span></li><li wfd-id=\"143\">check<span wfd-id=\"144\">Clean windows</span></li><li wfd-id=\"139\">check<span wfd-id=\"140\">Soft cloth wash</span></li></ul><h4 style=\"text-align: center;\"><strong>Ultimate Wash</strong></h4><h4 style=\"text-align: center;\"><strong>22 $</strong></h4><p style=\"text-align: center;\">Includes basic service <span style=\"color: rgb(15, 29, 123);\" wfd-id=\"121\"><strong><span wfd-id=\"122\">+</span></strong></span></p><ul wfd-id=\"107\"><li wfd-id=\"116\">check<span wfd-id=\"117\">Triple foam conditiner</span></li><li wfd-id=\"112\">check<span wfd-id=\"113\">Tire dressing</span></li><li wfd-id=\"108\">check<span wfd-id=\"109\">Air freshner</span></li></ul><h4 style=\"text-align: center;\"><strong>Supreme Wash</strong></h4><h4 style=\"text-align: center;\"><strong>30 $</strong></h4><p style=\"text-align: center;\">Includes ultimate service <span style=\"color: rgb(15, 29, 123);\" wfd-id=\"90\"><strong><span wfd-id=\"91\">+</span></strong></span></p><ul wfd-id=\"76\"><li wfd-id=\"85\">check<span wfd-id=\"86\">Exterior trim dressing</span></li><li wfd-id=\"81\">check<span wfd-id=\"82\">Hand applied spray wax</span></li><li wfd-id=\"77\">check<span wfd-id=\"78\">Interior conditioner</span></li></ul><h2 style=\"text-align: center;\">contact us</h2><p style=\"text-align: left;\">Your adress goes here</p><p style=\"text-align: left;\">Phone: 0400 - 700 - 682</p><p style=\"text-align: left;\">Email: our_office@gmail.com</p><span style=\"width: 100%;\" wfd-id=\"58\"><img alt=\"\" width=\"567\" height=\"384\" title=\"Car wash img footer\" data-id=\"21388\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-img-footer.png\" style=\"width: 100%;\"></span><p>Â© 2018, Your company name . All rights reserved.</p><p style=\"text-align: right;\">Made with <a href=\"https://thrivethemes.com/\" target=\"_blank\" rel=\"noopener noreferrer\">Thrive Architect</a></p>','Home','','inherit','closed','closed','','106-revision-v1','','','2019-03-08 08:07:27','2019-03-08 13:07:27','',106,'https://bestcerakoteflorida.com/106-revision-v1/',0,'revision','',0),(525,1,'2019-03-06 17:59:28','0000-00-00 00:00:00',' ','','','draft','closed','closed','','','','','2019-03-06 17:59:28','0000-00-00 00:00:00','',0,'https://bestcerakoteflorida.com/?p=525',1,'nav_menu_item','',0),(524,1,'2019-03-06 17:59:28','0000-00-00 00:00:00',' ','','','draft','closed','closed','','','','','2019-03-06 17:59:28','0000-00-00 00:00:00','',0,'https://bestcerakoteflorida.com/?p=524',1,'nav_menu_item','',0),(7342,0,'2020-02-07 08:30:21','2020-02-07 13:30:21','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e3d88240488b8.09831445-zfy4r9Ibw0HcstRV3ZpExR18hyjOsrQn','','','2020-02-07 10:54:12','2020-02-07 15:54:12','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7342',1,'scheduled-action','',3),(7344,0,'2020-02-07 11:54:12','2020-02-07 16:54:12','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e3db177e6e849.28645651-2LfGoGv28Y48Df2P7YRPMjSz0ZmUMUDG','','','2020-02-07 13:50:31','2020-02-07 18:50:31','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7344',1,'scheduled-action','',3),(7346,0,'2020-02-07 14:50:31','2020-02-07 19:50:31','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e3dbfa40b4b55.22593752-llECH755LvPMA7tkFNGgdD5O1Tejbrr6','','','2020-02-07 14:51:00','2020-02-07 19:51:00','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7346',0,'scheduled-action','',3),(7350,0,'2020-02-07 19:37:26','2020-02-08 00:37:26','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e3e082a7d13b2.21790202-NRYraqgGxyOm7XLWuFYxeOUFXJFEgArY','','','2020-02-07 20:00:26','2020-02-08 01:00:26','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7350',1,'scheduled-action','',3),(7352,0,'2020-02-07 21:00:26','2020-02-08 02:00:26','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e3e1717628bd0.17724496-ut95H3eR5zacxZRsOvD6qZKl6U5jt3EL','','','2020-02-07 21:04:07','2020-02-08 02:04:07','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7352',0,'scheduled-action','',3),(7356,0,'2020-02-07 23:12:00','2020-02-08 04:12:00','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e3e398f491606.60035854-4WSMkfgLQmmHAzoWoE4onRtaGlVPOzMt','','','2020-02-07 23:31:11','2020-02-08 04:31:11','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7356',0,'scheduled-action','',3),(7338,0,'2020-02-07 03:01:02','2020-02-07 08:01:02','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e3d2e03437589.19657643-p4DM3CxHarrAxbls0msAzX7do1veOC99','','','2020-02-07 04:29:39','2020-02-07 09:29:39','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7338',1,'scheduled-action','',3),(7340,0,'2020-02-07 05:29:39','2020-02-07 10:29:39','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e3d585d015e99.46968528-0nQc21wjAF1NRkpiaQZbHv9n3NtX06Ax','','','2020-02-07 07:30:21','2020-02-07 12:30:21','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7340',1,'scheduled-action','',3),(486,1,'2019-02-05 12:44:05','2019-02-05 17:44:05','<div class=\"thrv_wrapper thrv-contact-form\" data-ct=\"contact_form-0\" data-css=\"tve-u-1645ef30adf\" style=\"\">\n<form action=\"\" method=\"post\" novalidate=\"\">\n<div class=\"tve-cf-item-wrapper\">\n<div class=\"tve-cf-item\" data-css=\"tve-u-1645ef51f76\">\n<div class=\"thrv-cf-input-wrapper\" data-type=\"first_name\">\n<label data-css=\"tve-u-1645ef30ae0\" class=\"\">Name</label>\n<div class=\"tve-cf-input\" data-css=\"tve-u-1645ef30ae1\" data-tcb_hover_state_parent=\"\">\n<input placeholder=\"\" type=\"text\" name=\"first_name\" data-placeholder=\"\">\n</div>\n</div>\n</div>\n<div class=\"tve-cf-item\" data-css=\"tve-u-1645ef51f77\">\n<div class=\"thrv-cf-input-wrapper\" data-type=\"email\">\n<label data-css=\"tve-u-1645ef30ae2\" class=\"\">Email </label>\n<div class=\"tve-cf-input\" data-css=\"tve-u-1645ef30ae3\" data-tcb_hover_state_parent=\"\">\n<input placeholder=\"\" type=\"email\" name=\"email\" data-placeholder=\"\">\n</div>\n</div>\n</div>\n<div class=\"tve-cf-item\" data-css=\"tve-u-1645ef51f78\">\n<div class=\"thrv-cf-input-wrapper\" data-type=\"message\">\n<label data-css=\"tve-u-1645ef30ae4\" class=\"\">Message</label>\n<div class=\"tve-cf-input\" data-css=\"tve-u-1645ef30ae5\" data-tcb_hover_state_parent=\"\">\n<textarea placeholder=\"\" data-placeholder=\"\" name=\"message\"></textarea>\n</div>\n</div>\n</div>\n</div>\n<div class=\"tcb-clear\" data-css=\"tve-u-1645ef30ae6\"><div class=\"tve-cf-submit\" data-css=\"tve-u-1645ef30ae7\" data-tcb_hover_state_parent=\"\">\n<button class=\"tve_btn_txt tve-froala\" type=\"submit\">Send message</button>\n</div></div>\n<input type=\"hidden\" name=\"config\" value=\"YTozOntzOjE0OiJlcnJvcl9tZXNzYWdlcyI7YTo0OntzOjU6ImVtYWlsIjtzOjIxOiJFbWFpbCBhZGRyZXNzIGludmFsaWQiO3M6NToicGhvbmUiO3M6MjA6IlBob25lIG51bWJlciBpbnZhbGlkIjtzOjM6InVybCI7czoxMToiVVJMIGludmFsaWQiO3M6ODoicmVxdWlyZWQiO3M6MjA6IlJlcXVpcmVkIGZpZWxkIGVtcHR5Ijt9czo4OiJ0b19lbWFpbCI7YToyOntzOjI6InRvIjtzOjE5OiJleGFtcGxlQGV4YW1wbGUuY29tIjtzOjc6InN1YmplY3QiO3M6MTg6Ik5ldyBtZXNzYWdlIGZyb206ICI7fXM6Njoic3VibWl0IjthOjEwOntzOjY6ImFjdGlvbiI7czoxMjoibm90aWZpY2F0aW9uIjtzOjIzOiJzZW5kX2NvbmZpcm1hdGlvbl9lbWFpbCI7YjowO3M6MTk6InNlbmRlcl9wZXJzb25hbGl6ZWQiO2I6MDtzOjIwOiJjb25maXJtYXRpb25fc3ViamVjdCI7czozNjoiQ29udGFjdCBGb3JtIHN1Ym1pc3Npb24gY29uZmlybWF0aW9uIjtzOjIwOiJjb25maXJtYXRpb25fbWVzc2FnZSI7czoxMzk6IkhlbGxvLCAKClRoYW5rcyBmb3IgY29udGFjdGluZyB1cy4gV2UnbGwgZ2V0IGJhY2sgdG8geW91IGFzIHNvb24gYXMgcG9zc2libGUgd2l0aCB0aGUgaW5mb3JtYXRpb24geW91IG5lZWQuIAoKQmVzdCByZWdhcmRzLApbd3Bfc2l0ZV90aXRsZV0iO3M6OToiZnJvbV9uYW1lIjtzOjEzOiJMYW5kaW5nIFBhZ2VzIjtzOjEwOiJmcm9tX2VtYWlsIjtzOjMwOiJjcmlzdGlhbi5mYWdhcmFzYW5AYml0c3RvbmUuZXUiO3M6ODoicmVwbHlfdG8iO3M6MzA6ImNyaXN0aWFuLmZhZ2FyYXNhbkBiaXRzdG9uZS5ldSI7czozOiJ1cmwiO3M6MDoiIjtzOjEyOiJub3RpZmljYXRpb24iO3M6Mzg6IllvdXIgbWVzc2FnZSBoYXMgYmVlbiBzZW50LCB0aGFuayB5b3UhIjt9fQ==\"></form>\n</div>','Material Dark','','publish','closed','closed','','material-dark','','','2019-02-05 12:44:05','2019-02-05 17:44:05','',0,'https://bestcerakoteflorida.com/tcb_content_template/material-dark/',0,'tcb_content_template','',0),(487,1,'2019-02-05 13:21:02','2019-02-05 18:21:02','<div class=\"thrv_wrapper thrv-contact-form\" data-ct=\"contact_form-0\" data-css=\"tve-u-16460ae6d70\" style=\"\">\n<form action=\"\" method=\"post\" novalidate=\"\">\n<div class=\"tve-cf-item-wrapper\">\n<div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\"><div class=\"tcb-flex-col\" data-css=\"tve-u-16460adbddb\" style=\"\"><div class=\"tcb-col\"><div class=\"tve-cf-item\" data-css=\"tve-u-16460b1c405\">\n<div class=\"thrv-cf-input-wrapper\" data-type=\"first_name\">\n<label class=\"\" data-css=\"tve-u-16460b03167\">First Name</label>\n<div class=\"tve-cf-input\" data-css=\"tve-u-16460aeca2b\" data-tcb_hover_state_parent=\"\">\n<input placeholder=\"John\" data-placeholder=\"John\" type=\"text\" name=\"first_name\" style=\"background-image: url(&quot;data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR4nGP6zwAAAgcBApocMXEAAAAASUVORK5CYII=&quot;);\">\n</div>\n</div>\n</div><div class=\"tve-cf-item\" data-css=\"tve-u-16460b1c406\">\n<div class=\"thrv-cf-input-wrapper\" data-type=\"last_name\">\n<label data-css=\"tve-u-16460b03168\" class=\"\">Last Name</label>\n<div class=\"tve-cf-input\" data-css=\"tve-u-16460aeca2d\" data-tcb_hover_state_parent=\"\">\n<input placeholder=\"Doe\" type=\"text\" name=\"last_name\" data-placeholder=\"Doe\">\n</div>\n</div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-16460adbde3\" style=\"\"><div class=\"tcb-col\"><div class=\"tve-cf-item\" data-css=\"tve-u-16460b1c407\">\n<div class=\"thrv-cf-input-wrapper\" data-type=\"email\">\n<label class=\"\" data-css=\"tve-u-16460b03169\">Email Address</label>\n<div class=\"tve-cf-input\" data-css=\"tve-u-16460aeca2e\" data-tcb_hover_state_parent=\"\">\n<input placeholder=\"j.doe@inbox.com\" data-placeholder=\"j.doe@inbox.com\" type=\"email\" name=\"email\">\n</div>\n</div>\n</div><div class=\"tve-cf-item tcb-excluded-from-group-item\" data-css=\"tve-u-16460b1c408\">\n<div class=\"thrv-cf-input-wrapper\" data-type=\"phone\">\n<label data-css=\"tve-u-16460b0316a\" class=\"\">Phone Number</label>\n<div class=\"tve-cf-input\" data-css=\"tve-u-16460aeca2f\" data-tcb_hover_state_parent=\"\">\n<input placeholder=\"+1 555 2368\" type=\"tel\" name=\"phone\" data-placeholder=\"+1 555 2368\">\n</div>\n</div>\n</div></div></div></div></div>\n<div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2 tcb-resized\"><div class=\"tcb-flex-col\" data-css=\"tve-u-16460b51b1e\" style=\"\"><div class=\"tcb-col\"><div class=\"tve-cf-item\" data-css=\"tve-u-16460b1c409\">\n<div class=\"thrv-cf-input-wrapper\" data-type=\"message\">\n<label class=\"\" data-css=\"tve-u-16460b0316c\">Message</label>\n<div class=\"tve-cf-input\" data-css=\"tve-u-16460aeca30\" data-tcb_hover_state_parent=\"\">\n<textarea placeholder=\"Type your message here...\" data-placeholder=\"Type your message here...\" name=\"message\"></textarea>\n</div>\n</div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-16460b51b2a\" style=\"\"><div class=\"tcb-col\" data-css=\"tve-u-16460b5555b\"><div class=\"tve-cf-submit tcb-icon-display\" data-css=\"tve-u-16460b5ca53\" data-tcb_hover_state_parent=\"\"><div class=\"thrv_wrapper thrv_icon\" data-css=\"tve-u-16460b9aa24\"><svg class=\"tcb-icon\" viewBox=\"0 0 28 28\" data-name=\"paper-plane-o\">\n<path d=\"M27.563 0.172c0.328 0.234 0.484 0.609 0.422 1l-4 24c-0.047 0.297-0.234 0.547-0.5 0.703-0.141 0.078-0.313 0.125-0.484 0.125-0.125 0-0.25-0.031-0.375-0.078l-8.234-3.359-4.656 5.109c-0.187 0.219-0.453 0.328-0.734 0.328-0.125 0-0.25-0.016-0.359-0.063-0.391-0.156-0.641-0.531-0.641-0.938v-7.063l-7.375-3.016c-0.359-0.141-0.594-0.469-0.625-0.859-0.031-0.375 0.172-0.734 0.5-0.922l26-15c0.328-0.203 0.75-0.187 1.062 0.031zM22.219 23.594l3.453-20.672-22.406 12.922 5.25 2.141 13.484-9.984-7.469 12.453z\"></path>\n</svg></div>\n<button class=\"tve_btn_txt tve-froala\" type=\"submit\">Send message</button>\n</div></div></div></div></div>\n</div>\n<input type=\"hidden\" name=\"config\" value=\"YTozOntzOjE0OiJlcnJvcl9tZXNzYWdlcyI7YTo0OntzOjU6ImVtYWlsIjtzOjIxOiJFbWFpbCBhZGRyZXNzIGludmFsaWQiO3M6NToicGhvbmUiO3M6MjA6IlBob25lIG51bWJlciBpbnZhbGlkIjtzOjM6InVybCI7czoxMToiVVJMIGludmFsaWQiO3M6ODoicmVxdWlyZWQiO3M6MjA6IlJlcXVpcmVkIGZpZWxkIGVtcHR5Ijt9czo4OiJ0b19lbWFpbCI7YToyOntzOjI6InRvIjtzOjE5OiJleGFtcGxlQGV4YW1wbGUuY29tIjtzOjc6InN1YmplY3QiO3M6MTg6Ik5ldyBtZXNzYWdlIGZyb206ICI7fXM6Njoic3VibWl0IjthOjEwOntzOjY6ImFjdGlvbiI7czoxMjoibm90aWZpY2F0aW9uIjtzOjIzOiJzZW5kX2NvbmZpcm1hdGlvbl9lbWFpbCI7YjowO3M6MTk6InNlbmRlcl9wZXJzb25hbGl6ZWQiO2I6MDtzOjIwOiJjb25maXJtYXRpb25fc3ViamVjdCI7czozNjoiQ29udGFjdCBGb3JtIHN1Ym1pc3Npb24gY29uZmlybWF0aW9uIjtzOjIwOiJjb25maXJtYXRpb25fbWVzc2FnZSI7czoxMzk6IkhlbGxvLCAKClRoYW5rcyBmb3IgY29udGFjdGluZyB1cy4gV2UnbGwgZ2V0IGJhY2sgdG8geW91IGFzIHNvb24gYXMgcG9zc2libGUgd2l0aCB0aGUgaW5mb3JtYXRpb24geW91IG5lZWQuIAoKQmVzdCByZWdhcmRzLApbd3Bfc2l0ZV90aXRsZV0iO3M6OToiZnJvbV9uYW1lIjtzOjEzOiJMYW5kaW5nIFBhZ2VzIjtzOjEwOiJmcm9tX2VtYWlsIjtzOjI3OiJpb2FuYS5lbGVuYS5ncm96YUBnbWFpbC5jb20iO3M6ODoicmVwbHlfdG8iO3M6Mjc6ImlvYW5hLmVsZW5hLmdyb3phQGdtYWlsLmNvbSI7czozOiJ1cmwiO3M6MDoiIjtzOjEyOiJub3RpZmljYXRpb24iO3M6Mzg6IllvdXIgbWVzc2FnZSBoYXMgYmVlbiBzZW50LCB0aGFuayB5b3UhIjt9fQ==\"></form>\n</div>','Homes Contact Form','','publish','closed','closed','','homes-contact-form','','','2019-02-05 13:21:02','2019-02-05 18:21:02','',0,'https://bestcerakoteflorida.com/tcb_content_template/homes-contact-form/',0,'tcb_content_template','',0),(7418,0,'2020-02-10 21:59:10','2020-02-11 02:59:10','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e42267d2507d1.35010490-egWKinmKRyTP3Po8hhGm176eEMAHQL84','','','2020-02-10 22:58:53','2020-02-11 03:58:53','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7418',1,'scheduled-action','',3),(526,1,'2019-03-07 09:42:18','2019-03-07 14:42:18','<p style=\"text-align: center;\">WORK ORDER</p><p style=\"text-align: center;\">PLEASE PRINT OUT THE FORM BELOW AND SEND A COMPLETED COPY IN WITH YOUR PROJECT.PLEASE CLICK THE LINK BELOW TO DOWNLOAD.&nbsp;</p><p style=\"text-align: center;\">If you have problems downloading the form,<a href=\"mailto:nick@blackhawkcustom.com\" target=\"_blank\" rel=\"noopener noreferrer\"> please contact</a> us and we\'ll email you a copy.â€‹<a href=\"mailto:nick@blackhawkcustom.com\" target=\"_blank\" rel=\"noopener noreferrer\">â€‹</a>â€‹â€‹â€‹</p>','Work Order','','publish','closed','closed','','work-order','','','2019-03-08 13:02:17','2019-03-08 18:02:17','',0,'https://bestcerakoteflorida.com/?page_id=526',0,'page','',0),(6845,0,'2020-01-15 10:43:15','2020-01-15 15:43:15','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e1f3d96275934.57787122-i2siPjgl7xtFUm5dwRdDnFlapYwlox3E','','','2020-01-15 11:28:06','2020-01-15 16:28:06','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6845',1,'scheduled-action','',3),(6855,0,'2020-01-15 17:23:22','2020-01-15 22:23:22','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e1f945b1c6352.68962676-xfMJ52xRtBylp4uOa6iTPCkLtfYngxl7','','','2020-01-15 17:38:19','2020-01-15 22:38:19','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6855',0,'scheduled-action','',3),(6857,0,'2020-01-15 18:38:19','2020-01-15 23:38:19','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e1fa3fd59f7d1.58609798-kKRCDIdoZZk8kRa495st5KvWFvSAuRQb','','','2020-01-15 18:45:01','2020-01-15 23:45:01','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6857',0,'scheduled-action','',3),(6859,0,'2020-01-15 19:45:01','2020-01-16 00:45:01','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e1fb270014ac9.19222893-iuGNo5cm1elgsq4j42d9tM4tKoAZD3IX','','','2020-01-15 19:46:40','2020-01-16 00:46:40','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6859',1,'scheduled-action','',3),(6861,0,'2020-01-15 20:46:40','2020-01-16 01:46:40','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e1fc08367f3d0.93808429-DRxM8u8aG6y5E1d9jxBPlGDKkY0Tl0Ya','','','2020-01-15 20:46:43','2020-01-16 01:46:43','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6861',0,'scheduled-action','',3),(6862,0,'2020-01-15 20:46:40','2020-01-16 01:46:40','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e1fc083745c00.52460551-cnNoR0XBq4IdrmgILeoAtiL07sW3ffNL','','','2020-01-15 20:46:43','2020-01-16 01:46:43','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6862',0,'scheduled-action','',3),(6863,0,'2020-01-15 21:46:43','2020-01-16 02:46:43','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e1febb3b01b93.65842848-3UqZVzNpB9FGqTYve6I5m03Sm6txDNrv','','','2020-01-15 23:50:59','2020-01-16 04:50:59','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6863',1,'scheduled-action','',3),(6866,0,'2020-01-16 00:50:59','2020-01-16 05:50:59','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e20090e284435.21733036-4Y9iGaEOQeE1tsIeSXBc9NjEw3hAh3Ii','','','2020-01-16 01:56:14','2020-01-16 06:56:14','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6866',1,'scheduled-action','',3),(6868,0,'2020-01-16 02:56:14','2020-01-16 07:56:14','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e2020dc4b9cc2.38599779-hzIPBilRIb9xjpqr9WZ5MhH95AaWo8qC','','','2020-01-16 03:37:48','2020-01-16 08:37:48','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6868',0,'scheduled-action','',3),(6869,0,'2020-01-16 04:37:48','2020-01-16 09:37:48','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e20389ed14fc8.96403902-HaK7zIvVlVVPogH0pgLfO7RWmJs0NpGW','','','2020-01-16 05:19:10','2020-01-16 10:19:10','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6869',1,'scheduled-action','',3),(6870,0,'2020-01-16 04:37:48','2020-01-16 09:37:48','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e20389edc5f57.94530457-OD7DOtstLPciZdQwIRz9MtiFqm00B9EI','','','2020-01-16 05:19:10','2020-01-16 10:19:10','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6870',1,'scheduled-action','',3),(512,1,'2019-03-06 14:26:29','2019-03-06 19:26:29','<h1 style=\"text-align: center;\"><strong>Thank You</strong>&nbsp;for Signing Up!</h1><h2 style=\"text-align: center;\">Please watch the video below see why We Choose CERAKOTE and why we think you Should too<strong>:</strong></h2><span wfd-id=\"57\"><img alt=\"\" width=\"1024\" height=\"938\" title=\"CertifiedLogo\" data-id=\"282\" src=\"//bestcerakoteflorida.com/wp-content/uploads/2018/09/CertifiedLogo-1024x938.png\"></span><h3><strong>You are only one step away from getting your 10% Off Certificate!</strong></h3><p>Please go to your email inbox and look for the email I just sent you. The subject line is \"10% Off\" and the email is sent by \"Nikolas Xifaras\".</p><h3><strong>Open the email and click on the confirmation link inside.</strong></h3><p>Done! That\'s all we need, to ensure that we got the right email address and that you will get your certificate!</p><p style=\"text-align: center;\"><span style=\"font-size: 13px; font-family: &quot;Ek Mukta&quot;; font-weight: 200;\" wfd-id=\"33\">Â© {tcb_current_year} ACME Inc | Disclaimer</span></p>','Thank You For Subscribing_Video','','inherit','closed','closed','','343-revision-v1','','','2019-03-06 14:26:29','2019-03-06 19:26:29','',343,'https://bestcerakoteflorida.com/343-revision-v1/',0,'revision','',0),(514,1,'2019-03-06 15:26:48','2019-03-06 20:26:48','<a href=\"https://bestcerakoteflorida.com/\" rel=\"\">                    </a><h1 style=\"text-align: center;\"><strong>Privacy</strong></h1><p><span style=\"font-family: Merriweather; font-weight: 400;\" wfd-id=\"95\">Privacy Policy</span></p><p><span style=\"font-family: Merriweather; font-weight: 400;\" wfd-id=\"94\">What personal information do we collect from the people that visit our blog, website or app?When ordering or registering on our site, as appropriate, you may be asked to enter your name, email address, mailing address, phone number, credit card information or other details to help you with your experience.</span></p><p><span style=\"font-weight: 400;\" wfd-id=\"92\"><span style=\"font-family: Merriweather;\" wfd-id=\"93\">When do we collect information?</span></span></p><p><span style=\"font-weight: 400;\" wfd-id=\"90\"><span style=\"font-family: Merriweather;\" wfd-id=\"91\">We collect information from you when you register on our site, place an order, subscribe to a newsletter, respond to a survey, fill out a form or enter information on our site.</span></span></p><p><span style=\"font-weight: 400;\" wfd-id=\"88\"><span style=\"font-family: Merriweather;\" wfd-id=\"89\">How do we use your information?</span></span></p><p><span style=\"font-weight: 400;\" wfd-id=\"86\"><span style=\"font-family: Merriweather;\" wfd-id=\"87\">We may use the information we collect from you when you register, make a purchase, sign up for our newsletter, respond to a survey or marketing communication, surf the website, or use certain other site features in the following ways:â€¢ To personalize user\'s experience and to allow us to deliver the type of content and product offerings in which you are most interested.â€¢ To improve our website in order to better serve you.â€¢ To allow us to better service you in responding to your customer service requests.â€¢ To administer a contest, promotion, survey or other site feature.â€¢ To quickly process your transactions.â€¢ To send periodic emails regarding your order or other products and services.</span></span></p><p><span style=\"font-weight: 400;\" wfd-id=\"84\"><span style=\"font-family: Merriweather;\" wfd-id=\"85\">How do we protect visitor information?</span></span></p><p><span style=\"font-weight: 400;\" wfd-id=\"82\"><span style=\"font-family: Merriweather;\" wfd-id=\"83\">Our website is scanned on a regular basis for security holes and known vulnerabilities in order to make your visit to our site as safe as possible.We use regular Malware Scanning.</span></span></p><p><span style=\"font-weight: 400;\" wfd-id=\"80\"><span style=\"font-family: Merriweather;\" wfd-id=\"81\">Your personal information is contained behind secured networks and is only accessible by a limited number of persons who have special access rights to such systems, and are required to keep the information confidential. In addition, all sensitive/credit information you supply is encrypted via Secure Socket Layer (SSL) technology.</span></span></p><p><span style=\"font-weight: 400;\" wfd-id=\"78\"><span style=\"font-family: Merriweather;\" wfd-id=\"79\">We implement a variety of security measures when a user places an order, enters, submits, or accesses their information to maintain the safety of your personal information.</span></span></p><p><span style=\"font-weight: 400;\" wfd-id=\"76\"><span style=\"font-family: Merriweather;\" wfd-id=\"77\">All transactions are processed through a gateway provider and are not stored or processed on our servers.</span></span></p><p><span style=\"font-weight: 400;\" wfd-id=\"74\"><span style=\"font-family: Merriweather;\" wfd-id=\"75\">Do we use \'cookies\'?</span></span></p><p><span style=\"font-weight: 400;\" wfd-id=\"72\"><span style=\"font-family: Merriweather;\" wfd-id=\"73\">Yes. Cookies are small files that a site or its service provider transfers to your computer\'s hard drive through your Web browser (if you allow) that enable the site\'s or service provider\'s systems to recognize your browser and capture and remember certain information. For instance, we use cookies to help us remember and process the items in your shopping cart. They are also used to help us understand your preferences based on previous or current site activity, which enables us to provide you with improved services. We also use cookies to help us compile aggregate data about site traffic and site interaction so that we can offer better site experiences and tools in the future.</span></span></p><p><span style=\"font-weight: 400;\" wfd-id=\"70\"><span style=\"font-family: Merriweather;\" wfd-id=\"71\">We use cookies to:</span></span></p><p><span style=\"font-weight: 400;\" wfd-id=\"68\"><span style=\"font-family: Merriweather;\" wfd-id=\"69\">â€¢ Help remember and process the items in the shopping cart.â€¢ Understand and save user\'s preferences for future visits.You can choose to have your computer warn you each time a cookie is being sent, or you can choose to turn off all cookies. You do this through your browser (like Internet Explorer) settings. Each browser is a little different, so look at your browser\'s Help menu to learn the correct way to modify your cookies.If users disable cookies in their browser:If you turn off cookies, some features will be disabled. However, you can still place orders forsaved items in your shopping cart over the telephone by contacting customer service.</span></span></p><p><span style=\"font-weight: 400;\" wfd-id=\"66\"><span style=\"font-family: Merriweather;\" wfd-id=\"67\">Third Party Disclosure</span></span></p><p><span style=\"font-weight: 400;\" wfd-id=\"64\"><span style=\"font-family: Merriweather;\" wfd-id=\"65\">We do not sell, trade, or otherwise transfer to outside parties your personally identifiable information.</span></span></p><p><span style=\"font-weight: 400;\" wfd-id=\"62\"><span style=\"font-family: Merriweather;\" wfd-id=\"63\">Third party links</span></span></p><p><span style=\"font-weight: 400;\" wfd-id=\"60\"><span style=\"font-family: Merriweather;\" wfd-id=\"61\">Occasionally, at our discretion, we may include or offer third party products or services on our website. These third party sites have separate and independent privacy policies. We therefore have no responsibility or liability for the content and activities of these linked sites. Nonetheless, we seek to protect the integrity of our site and welcome any feedback about these sites.</span></span></p><p><span style=\"font-weight: 400;\" wfd-id=\"58\"><span style=\"font-family: Merriweather;\" wfd-id=\"59\">Google</span></span></p><p><span style=\"font-weight: 400;\" wfd-id=\"56\"><span style=\"font-family: Merriweather;\" wfd-id=\"57\">Google\'s advertising requirements can be summed up by Google\'s Advertising Principles. They are put in place to provide a positive experience for users. https://support.google.com/adwordspolicy/answer/1316548?hl=enOpting out:Users can set preferences for how Google advertises to you using the Google Ad Settings page. Alternatively, you can opt out by visiting the Network Advertising initiative opt out page or permanently using the Google Analytics Opt Out Browser add on.California Online Privacy Protection ActCalOPPA is the first state law in the nation to require commercial websites and online services to post a privacy policy. The law\'s reach stretches well beyond California to require a person or company in the United States (and conceivably the world) that operates websites collecting personally identifiable information from California consumers to post a conspicuous privacy policy on its website stating exactly the information being collected and those individuals with whom it is being shared, and to comply with this policy.See more at: http://consumercal.org/california-online-privacy-protection-act-caloppa/#sthash.0FdRbT51.dpufAccording to CalOPPA we agree to the following:Users can visit our site anonymouslyOnce this privacy policy is created, we will add a link to it on our home page, or as a minimum on the first significant page after entering our website.Our Privacy Policy link includes the word \'Privacy\', and can be easily be found on the page specified above.Users will be notified of any privacy policy changes:â€¢ On our Privacy Policy PageUsers are able to change their personal information:â€¢ By emailing usâ€¢ By calling us</span></span></p><p><span style=\"font-weight: 400;\" wfd-id=\"54\"><span style=\"font-family: Merriweather;\" wfd-id=\"55\">How does our site handle do not track signals?</span></span></p><p><span style=\"font-weight: 400;\" wfd-id=\"52\"><span style=\"font-family: Merriweather;\" wfd-id=\"53\">We honor do not track signals and do not track, plant cookies, or use advertising when a Do Not Track (DNT) browser mechanism is in place.</span></span></p><p><span style=\"font-weight: 400;\" wfd-id=\"50\"><span style=\"font-family: Merriweather;\" wfd-id=\"51\">Does our site allow third party behavioral tracking?</span></span></p><p><span style=\"font-weight: 400;\" wfd-id=\"48\"><span style=\"font-family: Merriweather;\" wfd-id=\"49\">It\'s also important to note that we do not allow third party behavioral trackingCOPPA (Children Online Privacy Protection Act)When it comes to the collection of personal information from children under 13, the Children\'s Online Privacy Protection Act (COPPA) puts parents in control. The Federal Trade Commission, the nation\'s consumer protection agency, enforces the COPPA Rule, which spells out what operators of websites and online services must do to protect children\'s privacy and safety online.</span></span></p><p><span style=\"font-weight: 400;\" wfd-id=\"46\"><span style=\"font-family: Merriweather;\" wfd-id=\"47\">We do not specifically market to children under 13.</span></span></p><p><span style=\"font-weight: 400;\" wfd-id=\"44\"><span style=\"font-family: Merriweather;\" wfd-id=\"45\">Fair Information Practices</span></span></p><p><span style=\"font-weight: 400;\" wfd-id=\"42\"><span style=\"font-family: Merriweather;\" wfd-id=\"43\">The Fair Information Practices Principles form the backbone of privacy law in the United States and the concepts they include have played a significant role in the development of data protection laws around the globe. Understanding the Fair Information Practice Principles and how they should be implemented is critical to comply with the various privacy laws that protect personal information.In order to be in line with Fair Information Practices we will take the following responsive action, should a data breach occur:â€¢ Within 7 business daysWe will notify the users via in site notificationâ€¢ Within 7 business daysWe also agree to the individual redress principle, which requires that individuals have a right to pursue legally enforceable rights against data collectors and processors who fail to adhere to the law. This principle requires not only that individuals have enforceable rights against data users, but also that individuals have recourse to courts or a government agency to investigate and/or prosecute non-compliance by data processors.CAN SPAM ActThe CAN-SPAM Act is a law that sets the rules for commercial email, establishes requirements for commercial messages, gives recipients the right to have emails stopped from being sent to them, and spells out tough penalties for violations.</span></span></p><p><span style=\"font-weight: 400;\" wfd-id=\"40\"><span style=\"font-family: Merriweather;\" wfd-id=\"41\">We collect your email address in order to:</span></span></p><p><span style=\"font-weight: 400;\" wfd-id=\"38\"><span style=\"font-family: Merriweather;\" wfd-id=\"39\">â€¢ Send information, respond to inquiries, and/or other requests or questions.â€¢ Process orders and to send information and updates pertaining to ordersâ€¢ Market to our mailing list or continue to send emails to our clients after the original transaction has occurredTo be in accordance with CANSPAM we agree to the following:â€¢ NOT use false, or misleading subjects or email addressesâ€¢ Identify the message as an advertisement in some reasonable wayâ€¢ Include the physical address of our business or site headquartersâ€¢ Monitor third party email marketing services for compliance, if one is used.â€¢ Honor opt-out/unsubscribe requests quicklyâ€¢ Allow users to unsubscribe by using the link at the bottom of each emailIf at any time you would like to unsubscribe from receiving future emails, you can email us atâ€¢ Follow the instructions at the bottom of each email. and we will promptly remove you from ALL correspondence.</span></span></p><p><span style=\"font-weight: 400;\" wfd-id=\"36\"><span style=\"font-family: Merriweather;\" wfd-id=\"37\">Contacting Us</span></span></p><p><span style=\"font-weight: 400;\" wfd-id=\"34\"><span style=\"font-family: Merriweather;\" wfd-id=\"35\">If there are any questions regarding this privacy policy you may contact us using the information below.Blackhawk Custom, LLC.825 South Kings HighwayFort Pierce, FL 34945United Stateshttps://www.blackhawkcustom.com</span></span></p><p><span style=\"font-weight: 400;\" wfd-id=\"32\"><span style=\"font-family: Merriweather;\" wfd-id=\"33\">Conditions of use:</span></span></p><p><span style=\"font-weight: 400;\" wfd-id=\"30\"><span style=\"font-family: Merriweather;\" wfd-id=\"31\">â€‹</span></span><span style=\"font-family: Merriweather; font-weight: 400;\" wfd-id=\"29\">By using this website, you agree to all of our terms and conditions of the saleAll sales are final (See our refund policy)</span></p>','Privacy','','inherit','closed','closed','','141-revision-v1','','','2019-03-06 15:26:48','2019-03-06 20:26:48','',141,'https://bestcerakoteflorida.com/141-revision-v1/',0,'revision','',0),(515,1,'2019-03-06 16:04:10','2019-03-06 21:04:10','<a href=\"https://bestcerakoteflorida.com/\" rel=\"\">                    </a><h1 style=\"text-align: center;\"><strong>Privacy</strong></h1><p><span style=\"font-family: Merriweather; font-weight: 400;\" wfd-id=\"92\">Privacy Policy</span></p><p><span style=\"font-family: Merriweather; font-weight: 400;\" wfd-id=\"91\">What personal information do we collect from the people that visit our blog, website or app?When ordering or registering on our site, as appropriate, you may be asked to enter your name, email address, mailing address, phone number, credit card information or other details to help you with your experience.</span></p><p><span style=\"font-weight: 400;\" wfd-id=\"89\"><span style=\"font-family: Merriweather;\" wfd-id=\"90\">When do we collect information?</span></span></p><p><span style=\"font-weight: 400;\" wfd-id=\"87\"><span style=\"font-family: Merriweather;\" wfd-id=\"88\">We collect information from you when you register on our site, place an order, subscribe to a newsletter, respond to a survey, fill out a form or enter information on our site.</span></span></p><p><span style=\"font-weight: 400;\" wfd-id=\"85\"><span style=\"font-family: Merriweather;\" wfd-id=\"86\">How do we use your information?</span></span></p><p><span style=\"font-weight: 400;\" wfd-id=\"83\"><span style=\"font-family: Merriweather;\" wfd-id=\"84\">We may use the information we collect from you when you register, make a purchase, sign up for our newsletter, respond to a survey or marketing communication, surf the website, or use certain other site features in the following ways:â€¢ To personalize user\'s experience and to allow us to deliver the type of content and product offerings in which you are most interested.â€¢ To improve our website in order to better serve you.â€¢ To allow us to better service you in responding to your customer service requests.â€¢ To administer a contest, promotion, survey or other site feature.â€¢ To quickly process your transactions.â€¢ To send periodic emails regarding your order or other products and services.</span></span></p><p><span style=\"font-weight: 400;\" wfd-id=\"81\"><span style=\"font-family: Merriweather;\" wfd-id=\"82\">How do we protect visitor information?</span></span></p><p><span style=\"font-weight: 400;\" wfd-id=\"79\"><span style=\"font-family: Merriweather;\" wfd-id=\"80\">Our website is scanned on a regular basis for security holes and known vulnerabilities in order to make your visit to our site as safe as possible.We use regular Malware Scanning.</span></span></p><p><span style=\"font-weight: 400;\" wfd-id=\"77\"><span style=\"font-family: Merriweather;\" wfd-id=\"78\">Your personal information is contained behind secured networks and is only accessible by a limited number of persons who have special access rights to such systems, and are required to keep the information confidential. In addition, all sensitive/credit information you supply is encrypted via Secure Socket Layer (SSL) technology.</span></span></p><p><span style=\"font-weight: 400;\" wfd-id=\"75\"><span style=\"font-family: Merriweather;\" wfd-id=\"76\">We implement a variety of security measures when a user places an order, enters, submits, or accesses their information to maintain the safety of your personal information.</span></span></p><p><span style=\"font-weight: 400;\" wfd-id=\"73\"><span style=\"font-family: Merriweather;\" wfd-id=\"74\">All transactions are processed through a gateway provider and are not stored or processed on our servers.</span></span></p><p><span style=\"font-weight: 400;\" wfd-id=\"71\"><span style=\"font-family: Merriweather;\" wfd-id=\"72\">Do we use \'cookies\'?</span></span></p><p><span style=\"font-weight: 400;\" wfd-id=\"69\"><span style=\"font-family: Merriweather;\" wfd-id=\"70\">Yes. Cookies are small files that a site or its service provider transfers to your computer\'s hard drive through your Web browser (if you allow) that enable the site\'s or service provider\'s systems to recognize your browser and capture and remember certain information. For instance, we use cookies to help us remember and process the items in your shopping cart. They are also used to help us understand your preferences based on previous or current site activity, which enables us to provide you with improved services. We also use cookies to help us compile aggregate data about site traffic and site interaction so that we can offer better site experiences and tools in the future.</span></span></p><p><span style=\"font-weight: 400;\" wfd-id=\"67\"><span style=\"font-family: Merriweather;\" wfd-id=\"68\">We use cookies to:</span></span></p><p><span style=\"font-weight: 400;\" wfd-id=\"65\"><span style=\"font-family: Merriweather;\" wfd-id=\"66\">â€¢ Help remember and process the items in the shopping cart.â€¢ Understand and save user\'s preferences for future visits.You can choose to have your computer warn you each time a cookie is being sent, or you can choose to turn off all cookies. You do this through your browser (like Internet Explorer) settings. Each browser is a little different, so look at your browser\'s Help menu to learn the correct way to modify your cookies.If users disable cookies in their browser:If you turn off cookies, some features will be disabled. However, you can still place orders forsaved items in your shopping cart over the telephone by contacting customer service.</span></span></p><p><span style=\"font-weight: 400;\" wfd-id=\"63\"><span style=\"font-family: Merriweather;\" wfd-id=\"64\">Third Party Disclosure</span></span></p><p><span style=\"font-weight: 400;\" wfd-id=\"61\"><span style=\"font-family: Merriweather;\" wfd-id=\"62\">We do not sell, trade, or otherwise transfer to outside parties your personally identifiable information.</span></span></p><p><span style=\"font-weight: 400;\" wfd-id=\"59\"><span style=\"font-family: Merriweather;\" wfd-id=\"60\">Third party links</span></span></p><p><span style=\"font-weight: 400;\" wfd-id=\"57\"><span style=\"font-family: Merriweather;\" wfd-id=\"58\">Occasionally, at our discretion, we may include or offer third party products or services on our website. These third party sites have separate and independent privacy policies. We therefore have no responsibility or liability for the content and activities of these linked sites. Nonetheless, we seek to protect the integrity of our site and welcome any feedback about these sites.</span></span></p><p><span style=\"font-weight: 400;\" wfd-id=\"55\"><span style=\"font-family: Merriweather;\" wfd-id=\"56\">Google</span></span></p><p><span style=\"font-weight: 400;\" wfd-id=\"53\"><span style=\"font-family: Merriweather;\" wfd-id=\"54\">Google\'s advertising requirements can be summed up by Google\'s Advertising Principles. They are put in place to provide a positive experience for users. https://support.google.com/adwordspolicy/answer/1316548?hl=enOpting out:Users can set preferences for how Google advertises to you using the Google Ad Settings page. Alternatively, you can opt out by visiting the Network Advertising initiative opt out page or permanently using the Google Analytics Opt Out Browser add on.California Online Privacy Protection ActCalOPPA is the first state law in the nation to require commercial websites and online services to post a privacy policy. The law\'s reach stretches well beyond California to require a person or company in the United States (and conceivably the world) that operates websites collecting personally identifiable information from California consumers to post a conspicuous privacy policy on its website stating exactly the information being collected and those individuals with whom it is being shared, and to comply with this policy.See more at: http://consumercal.org/california-online-privacy-protection-act-caloppa/#sthash.0FdRbT51.dpufAccording to CalOPPA we agree to the following:Users can visit our site anonymouslyOnce this privacy policy is created, we will add a link to it on our home page, or as a minimum on the first significant page after entering our website.Our Privacy Policy link includes the word \'Privacy\', and can be easily be found on the page specified above.Users will be notified of any privacy policy changes:â€¢ On our Privacy Policy PageUsers are able to change their personal information:â€¢ By emailing usâ€¢ By calling us</span></span></p><p><span style=\"font-weight: 400;\" wfd-id=\"51\"><span style=\"font-family: Merriweather;\" wfd-id=\"52\">How does our site handle do not track signals?</span></span></p><p><span style=\"font-weight: 400;\" wfd-id=\"49\"><span style=\"font-family: Merriweather;\" wfd-id=\"50\">We honor do not track signals and do not track, plant cookies, or use advertising when a Do Not Track (DNT) browser mechanism is in place.</span></span></p><p><span style=\"font-weight: 400;\" wfd-id=\"47\"><span style=\"font-family: Merriweather;\" wfd-id=\"48\">Does our site allow third party behavioral tracking?</span></span></p><p><span style=\"font-weight: 400;\" wfd-id=\"45\"><span style=\"font-family: Merriweather;\" wfd-id=\"46\">It\'s also important to note that we do not allow third party behavioral trackingCOPPA (Children Online Privacy Protection Act)When it comes to the collection of personal information from children under 13, the Children\'s Online Privacy Protection Act (COPPA) puts parents in control. The Federal Trade Commission, the nation\'s consumer protection agency, enforces the COPPA Rule, which spells out what operators of websites and online services must do to protect children\'s privacy and safety online.</span></span></p><p><span style=\"font-weight: 400;\" wfd-id=\"43\"><span style=\"font-family: Merriweather;\" wfd-id=\"44\">We do not specifically market to children under 13.</span></span></p><p><span style=\"font-weight: 400;\" wfd-id=\"41\"><span style=\"font-family: Merriweather;\" wfd-id=\"42\">Fair Information Practices</span></span></p><p><span style=\"font-weight: 400;\" wfd-id=\"39\"><span style=\"font-family: Merriweather;\" wfd-id=\"40\">The Fair Information Practices Principles form the backbone of privacy law in the United States and the concepts they include have played a significant role in the development of data protection laws around the globe. Understanding the Fair Information Practice Principles and how they should be implemented is critical to comply with the various privacy laws that protect personal information.In order to be in line with Fair Information Practices we will take the following responsive action, should a data breach occur:â€¢ Within 7 business daysWe will notify the users via in site notificationâ€¢ Within 7 business daysWe also agree to the individual redress principle, which requires that individuals have a right to pursue legally enforceable rights against data collectors and processors who fail to adhere to the law. This principle requires not only that individuals have enforceable rights against data users, but also that individuals have recourse to courts or a government agency to investigate and/or prosecute non-compliance by data processors.CAN SPAM ActThe CAN-SPAM Act is a law that sets the rules for commercial email, establishes requirements for commercial messages, gives recipients the right to have emails stopped from being sent to them, and spells out tough penalties for violations.</span></span></p><p><span style=\"font-weight: 400;\" wfd-id=\"37\"><span style=\"font-family: Merriweather;\" wfd-id=\"38\">We collect your email address in order to:</span></span></p><p><span style=\"font-weight: 400;\" wfd-id=\"35\"><span style=\"font-family: Merriweather;\" wfd-id=\"36\">â€¢ Send information, respond to inquiries, and/or other requests or questions.â€¢ Process orders and to send information and updates pertaining to ordersâ€¢ Market to our mailing list or continue to send emails to our clients after the original transaction has occurredTo be in accordance with CANSPAM we agree to the following:â€¢ NOT use false, or misleading subjects or email addressesâ€¢ Identify the message as an advertisement in some reasonable wayâ€¢ Include the physical address of our business or site headquartersâ€¢ Monitor third party email marketing services for compliance, if one is used.â€¢ Honor opt-out/unsubscribe requests quicklyâ€¢ Allow users to unsubscribe by using the link at the bottom of each emailIf at any time you would like to unsubscribe from receiving future emails, you can email us atâ€¢ Follow the instructions at the bottom of each email. and we will promptly remove you from ALL correspondence.</span></span></p><p><span style=\"font-weight: 400;\" wfd-id=\"33\"><span style=\"font-family: Merriweather;\" wfd-id=\"34\">Contacting Us</span></span></p><p><span style=\"font-weight: 400;\" wfd-id=\"31\"><span style=\"font-family: Merriweather;\" wfd-id=\"32\">If there are any questions regarding this privacy policy you may contact us using the information below.Blackhawk Custom, LLC.825 South Kings HighwayFort Pierce, FL 34945United Stateshttps://www.blackhawkcustom.com</span></span></p><p><span style=\"font-weight: 400;\" wfd-id=\"29\"><span style=\"font-family: Merriweather;\" wfd-id=\"30\">Conditions of use:</span></span></p><p><span style=\"font-weight: 400;\" wfd-id=\"27\"><span style=\"font-family: Merriweather;\" wfd-id=\"28\">â€‹</span></span><span style=\"font-family: Merriweather; font-weight: 400;\" wfd-id=\"26\">By using this website, you agree to all of our terms and conditions of the saleAll sales are final (See our refund policy)</span></p>','Privacy','','inherit','closed','closed','','141-revision-v1','','','2019-03-06 16:04:10','2019-03-06 21:04:10','',141,'https://bestcerakoteflorida.com/141-revision-v1/',0,'revision','',0),(519,1,'2019-03-06 16:53:55','2019-03-06 21:53:55','<h1><strong>H1 Heading Example</strong> Lorem Ipsum Dolor</h1><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi semper vulputate tincidunt. Mauris sodales vitae ipsum nec porta. Mauris lacus odio, congue eget justo nec, eleifend pellentesque orci. Interdum et malesuada fames ac ante ipsum primis in faucibus. Ut facilisis nibh eget ex maximus, at egestas orci faucibus.</p><p>Copyright text and footer links.</p>','Contact Us','','inherit','closed','closed','','468-revision-v1','','','2019-03-06 16:53:55','2019-03-06 21:53:55','',468,'https://bestcerakoteflorida.com/468-revision-v1/',0,'revision','',0),(520,1,'2019-03-06 16:53:55','2019-03-06 21:53:55','<h1><strong>H1 Heading Example</strong> Lorem Ipsum Dolor</h1><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi semper vulputate tincidunt. Mauris sodales vitae ipsum nec porta. Mauris lacus odio, congue eget justo nec, eleifend pellentesque orci. Interdum et malesuada fames ac ante ipsum primis in faucibus. Ut facilisis nibh eget ex maximus, at egestas orci faucibus.</p><p>Copyright text and footer links.</p>','Contact Us','','inherit','closed','closed','','468-revision-v1','','','2019-03-06 16:53:55','2019-03-06 21:53:55','',468,'https://bestcerakoteflorida.com/468-revision-v1/',0,'revision','',0),(521,1,'2019-03-06 16:59:54','2019-03-06 21:59:54','<h1><strong>H1 Heading Example</strong> Lorem Ipsum Dolor</h1><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi semper vulputate tincidunt. Mauris sodales vitae ipsum nec porta. Mauris lacus odio, congue eget justo nec, eleifend pellentesque orci. Interdum et malesuada fames ac ante ipsum primis in faucibus. Ut facilisis nibh eget ex maximus, at egestas orci faucibus.</p><p>Copyright text and footer links.</p>','Contact Us','','inherit','closed','closed','','468-revision-v1','','','2019-03-06 16:59:54','2019-03-06 21:59:54','',468,'https://bestcerakoteflorida.com/468-revision-v1/',0,'revision','',0),(522,1,'2019-03-06 17:02:00','2019-03-06 22:02:00','<h1><strong>H1 Heading Example</strong> Lorem Ipsum Dolor</h1><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi semper vulputate tincidunt. Mauris sodales vitae ipsum nec porta. Mauris lacus odio, congue eget justo nec, eleifend pellentesque orci. Interdum et malesuada fames ac ante ipsum primis in faucibus. Ut facilisis nibh eget ex maximus, at egestas orci faucibus.</p><p>Copyright text and footer links.</p>','Contact Us','','inherit','closed','closed','','468-revision-v1','','','2019-03-06 17:02:00','2019-03-06 22:02:00','',468,'https://bestcerakoteflorida.com/468-revision-v1/',0,'revision','',0),(523,1,'2019-03-06 17:10:49','2019-03-06 22:10:49','<h1 style=\"text-align: center;\"><strong>Contact Us</strong></h1><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi semper vulputate tincidunt. Mauris sodales vitae ipsum nec porta. Mauris lacus odio, congue eget justo nec, eleifend pellentesque orci. Interdum et malesuada fames ac ante ipsum primis in faucibus. Ut facilisis nibh eget ex maximus, at egestas orci faucibus.</p><p>Copyright text and footer links.</p>','Contact Us','','inherit','closed','closed','','468-revision-v1','','','2019-03-06 17:10:49','2019-03-06 22:10:49','',468,'https://bestcerakoteflorida.com/468-revision-v1/',0,'revision','',0),(527,1,'2019-03-07 09:42:18','2019-03-07 14:42:18','','Work Order','','inherit','closed','closed','','526-revision-v1','','','2019-03-07 09:42:18','2019-03-07 14:42:18','',526,'https://bestcerakoteflorida.com/526-revision-v1/',0,'revision','',0),(528,1,'2019-03-08 12:53:13','2019-03-08 17:53:13','<p style=\"text-align: center;\">WORK ORDER</p>\n<p style=\"text-align: center;\">PLEASE PRINT OUT THE FORM BELOW AND SEND A COMPLETED COPY IN WITH YOUR PROJECT.PLEASE CLICK THE LINK BELOW TO DOWNLOAD.</p>\n<p style=\"text-align: center;\">If you have problems downloading the form,<a href=\"mailto:nick@blackhawkcustom.com\" target=\"_blank\" rel=\"noopener noreferrer\"> please contact</a> us and we\'ll email you a copy.â€‹<a href=\"mailto:nick@blackhawkcustom.com\" target=\"_blank\" rel=\"noopener noreferrer\">â€‹</a>â€‹â€‹â€‹</p>','Work Order','','inherit','closed','closed','','526-autosave-v1','','','2019-03-08 12:53:13','2019-03-08 17:53:13','',526,'https://bestcerakoteflorida.com/526-autosave-v1/',0,'revision','',0),(529,1,'2019-03-07 10:01:20','2019-03-07 15:01:20','','Work Order','','inherit','closed','closed','','526-revision-v1','','','2019-03-07 10:01:20','2019-03-07 15:01:20','',526,'https://bestcerakoteflorida.com/526-revision-v1/',0,'revision','',0),(530,1,'2019-03-07 10:01:20','2019-03-07 15:01:20','','Work Order','','inherit','closed','closed','','526-revision-v1','','','2019-03-07 10:01:20','2019-03-07 15:01:20','',526,'https://bestcerakoteflorida.com/526-revision-v1/',0,'revision','',0),(592,1,'2019-03-08 12:56:53','2019-03-08 17:56:53','<h1>My first H1 Heading</h1>','Work Order','','inherit','closed','closed','','526-revision-v1','','','2019-03-08 12:56:53','2019-03-08 17:56:53','',526,'https://bestcerakoteflorida.com/526-revision-v1/',0,'revision','',0),(531,1,'2019-03-07 10:15:59','2019-03-07 15:15:59','<p style=\"text-align: center;\">WORK ORDER</p><p style=\"text-align: center;\">PLEASE PRINT OUT THE FORM BELOW AND SEND A COMPLETED COPY IN WITH YOUR PROJECT.PLEASE CLICK THE LINK BELOW TO DOWNLOAD.&nbsp;</p>','Work Order','','inherit','closed','closed','','526-revision-v1','','','2019-03-07 10:15:59','2019-03-07 15:15:59','',526,'https://bestcerakoteflorida.com/526-revision-v1/',0,'revision','',0),(591,1,'2019-03-08 12:53:00','2019-03-08 17:53:00','<h1>My first H1 Heading</h1>','Work Order','','inherit','closed','closed','','526-revision-v1','','','2019-03-08 12:53:00','2019-03-08 17:53:00','',526,'https://bestcerakoteflorida.com/526-revision-v1/',0,'revision','',0),(532,1,'2019-03-07 10:28:15','2019-03-07 15:28:15','<p style=\"text-align: center;\">WORK ORDER</p><p style=\"text-align: center;\">PLEASE PRINT OUT THE FORM BELOW AND SEND A COMPLETED COPY IN WITH YOUR PROJECT.PLEASE CLICK THE LINK BELOW TO DOWNLOAD.&nbsp;</p><p>If you have problems downloading the form, please contact us and we\'ll email you a copy.â€‹<a href=\"mailto:nick@blackhawkcustom.com\" target=\"_blank\" rel=\"noopener noreferrer\">â€‹</a>â€‹â€‹â€‹</p>','Work Order','','inherit','closed','closed','','526-revision-v1','','','2019-03-07 10:28:15','2019-03-07 15:28:15','',526,'https://bestcerakoteflorida.com/526-revision-v1/',0,'revision','',0),(590,1,'2019-03-08 12:53:00','2019-03-08 17:53:00','<h1>My first H1 Heading</h1>','Work Order','','inherit','closed','closed','','526-revision-v1','','','2019-03-08 12:53:00','2019-03-08 17:53:00','',526,'https://bestcerakoteflorida.com/526-revision-v1/',0,'revision','',0),(534,1,'2019-03-07 11:06:38','2019-03-07 16:06:38','<p style=\"text-align: center;\">WORK ORDER</p><p style=\"text-align: center;\">PLEASE PRINT OUT THE FORM BELOW AND SEND A COMPLETED COPY IN WITH YOUR PROJECT.PLEASE CLICK THE LINK BELOW TO DOWNLOAD.&nbsp;</p><p style=\"text-align: center;\">If you have problems downloading the form,<a href=\"mailto:nick@blackhawkcustom.com\" target=\"_blank\" rel=\"noopener noreferrer\"> please contact</a> us and we\'ll email you a copy.â€‹<a href=\"mailto:nick@blackhawkcustom.com\" target=\"_blank\" rel=\"noopener noreferrer\">â€‹</a>â€‹â€‹â€‹</p>','Work Order','','inherit','closed','closed','','526-revision-v1','','','2019-03-07 11:06:38','2019-03-07 16:06:38','',526,'https://bestcerakoteflorida.com/526-revision-v1/',0,'revision','',0),(536,1,'2019-03-07 11:27:27','2019-03-07 16:27:27','<h1><strong>H1 Heading Example</strong> Lorem Ipsum Dolor</h1><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi semper vulputate tincidunt. Mauris sodales vitae ipsum nec porta. Mauris lacus odio, congue eget justo nec, eleifend pellentesque orci. Interdum et malesuada fames ac ante ipsum primis in faucibus. Ut facilisis nibh eget ex maximus, at egestas orci faucibus.</p><h2>Your Heading Here H2</h2><h3>Your Heading Here H3</h3><h4>Your Heading Here H4</h4><p>Copyright text and footer links.</p>','Home','','inherit','closed','closed','','106-revision-v1','','','2019-03-07 11:27:27','2019-03-07 16:27:27','',106,'https://bestcerakoteflorida.com/106-revision-v1/',0,'revision','',0),(543,1,'2019-03-07 12:07:35','2019-03-07 17:07:35','<a href=\"https://bestcerakoteflorida.com/\" rel=\"\">                    </a><h1 style=\"text-align: center;\"><strong>Privacy</strong></h1><p><span style=\"font-family: Merriweather; font-weight: 400;\" wfd-id=\"102\">Privacy Policy</span></p><p><span style=\"font-family: Merriweather; font-weight: 400;\" wfd-id=\"101\">What personal information do we collect from the people that visit our blog, website or app?When ordering or registering on our site, as appropriate, you may be asked to enter your name, email address, mailing address, phone number, credit card information or other details to help you with your experience.</span></p><p><span style=\"font-weight: 400;\" wfd-id=\"99\"><span style=\"font-family: Merriweather;\" wfd-id=\"100\">When do we collect information?</span></span></p><p><span style=\"font-weight: 400;\" wfd-id=\"97\"><span style=\"font-family: Merriweather;\" wfd-id=\"98\">We collect information from you when you register on our site, place an order, subscribe to a newsletter, respond to a survey, fill out a form or enter information on our site.</span></span></p><p><span style=\"font-weight: 400;\" wfd-id=\"95\"><span style=\"font-family: Merriweather;\" wfd-id=\"96\">How do we use your information?</span></span></p><p><span style=\"font-weight: 400;\" wfd-id=\"93\"><span style=\"font-family: Merriweather;\" wfd-id=\"94\">We may use the information we collect from you when you register, make a purchase, sign up for our newsletter, respond to a survey or marketing communication, surf the website, or use certain other site features in the following ways:â€¢ To personalize user\'s experience and to allow us to deliver the type of content and product offerings in which you are most interested.â€¢ To improve our website in order to better serve you.â€¢ To allow us to better service you in responding to your customer service requests.â€¢ To administer a contest, promotion, survey or other site feature.â€¢ To quickly process your transactions.â€¢ To send periodic emails regarding your order or other products and services.</span></span></p><p><span style=\"font-weight: 400;\" wfd-id=\"91\"><span style=\"font-family: Merriweather;\" wfd-id=\"92\">How do we protect visitor information?</span></span></p><p><span style=\"font-weight: 400;\" wfd-id=\"89\"><span style=\"font-family: Merriweather;\" wfd-id=\"90\">Our website is scanned on a regular basis for security holes and known vulnerabilities in order to make your visit to our site as safe as possible.We use regular Malware Scanning.</span></span></p><p><span style=\"font-weight: 400;\" wfd-id=\"87\"><span style=\"font-family: Merriweather;\" wfd-id=\"88\">Your personal information is contained behind secured networks and is only accessible by a limited number of persons who have special access rights to such systems, and are required to keep the information confidential. In addition, all sensitive/credit information you supply is encrypted via Secure Socket Layer (SSL) technology.</span></span></p><p><span style=\"font-weight: 400;\" wfd-id=\"85\"><span style=\"font-family: Merriweather;\" wfd-id=\"86\">We implement a variety of security measures when a user places an order, enters, submits, or accesses their information to maintain the safety of your personal information.</span></span></p><p><span style=\"font-weight: 400;\" wfd-id=\"83\"><span style=\"font-family: Merriweather;\" wfd-id=\"84\">All transactions are processed through a gateway provider and are not stored or processed on our servers.</span></span></p><p><span style=\"font-weight: 400;\" wfd-id=\"81\"><span style=\"font-family: Merriweather;\" wfd-id=\"82\">Do we use \'cookies\'?</span></span></p><p><span style=\"font-weight: 400;\" wfd-id=\"79\"><span style=\"font-family: Merriweather;\" wfd-id=\"80\">Yes. Cookies are small files that a site or its service provider transfers to your computer\'s hard drive through your Web browser (if you allow) that enable the site\'s or service provider\'s systems to recognize your browser and capture and remember certain information. For instance, we use cookies to help us remember and process the items in your shopping cart. They are also used to help us understand your preferences based on previous or current site activity, which enables us to provide you with improved services. We also use cookies to help us compile aggregate data about site traffic and site interaction so that we can offer better site experiences and tools in the future.</span></span></p><p><span style=\"font-weight: 400;\" wfd-id=\"77\"><span style=\"font-family: Merriweather;\" wfd-id=\"78\">We use cookies to:</span></span></p><p><span style=\"font-weight: 400;\" wfd-id=\"75\"><span style=\"font-family: Merriweather;\" wfd-id=\"76\">â€¢ Help remember and process the items in the shopping cart.â€¢ Understand and save user\'s preferences for future visits.You can choose to have your computer warn you each time a cookie is being sent, or you can choose to turn off all cookies. You do this through your browser (like Internet Explorer) settings. Each browser is a little different, so look at your browser\'s Help menu to learn the correct way to modify your cookies.If users disable cookies in their browser:If you turn off cookies, some features will be disabled. However, you can still place orders forsaved items in your shopping cart over the telephone by contacting customer service.</span></span></p><p><span style=\"font-weight: 400;\" wfd-id=\"73\"><span style=\"font-family: Merriweather;\" wfd-id=\"74\">Third Party Disclosure</span></span></p><p><span style=\"font-weight: 400;\" wfd-id=\"71\"><span style=\"font-family: Merriweather;\" wfd-id=\"72\">We do not sell, trade, or otherwise transfer to outside parties your personally identifiable information.</span></span></p><p><span style=\"font-weight: 400;\" wfd-id=\"69\"><span style=\"font-family: Merriweather;\" wfd-id=\"70\">Third party links</span></span></p><p><span style=\"font-weight: 400;\" wfd-id=\"67\"><span style=\"font-family: Merriweather;\" wfd-id=\"68\">Occasionally, at our discretion, we may include or offer third party products or services on our website. These third party sites have separate and independent privacy policies. We therefore have no responsibility or liability for the content and activities of these linked sites. Nonetheless, we seek to protect the integrity of our site and welcome any feedback about these sites.</span></span></p><p><span style=\"font-weight: 400;\" wfd-id=\"65\"><span style=\"font-family: Merriweather;\" wfd-id=\"66\">Google</span></span></p><p><span style=\"font-weight: 400;\" wfd-id=\"63\"><span style=\"font-family: Merriweather;\" wfd-id=\"64\">Google\'s advertising requirements can be summed up by Google\'s Advertising Principles. They are put in place to provide a positive experience for users. https://support.google.com/adwordspolicy/answer/1316548?hl=enOpting out:Users can set preferences for how Google advertises to you using the Google Ad Settings page. Alternatively, you can opt out by visiting the Network Advertising initiative opt out page or permanently using the Google Analytics Opt Out Browser add on.California Online Privacy Protection ActCalOPPA is the first state law in the nation to require commercial websites and online services to post a privacy policy. The law\'s reach stretches well beyond California to require a person or company in the United States (and conceivably the world) that operates websites collecting personally identifiable information from California consumers to post a conspicuous privacy policy on its website stating exactly the information being collected and those individuals with whom it is being shared, and to comply with this policy.See more at: http://consumercal.org/california-online-privacy-protection-act-caloppa/#sthash.0FdRbT51.dpufAccording to CalOPPA we agree to the following:Users can visit our site anonymouslyOnce this privacy policy is created, we will add a link to it on our home page, or as a minimum on the first significant page after entering our website.Our Privacy Policy link includes the word \'Privacy\', and can be easily be found on the page specified above.Users will be notified of any privacy policy changes:â€¢ On our Privacy Policy PageUsers are able to change their personal information:â€¢ By emailing usâ€¢ By calling us</span></span></p><p><span style=\"font-weight: 400;\" wfd-id=\"61\"><span style=\"font-family: Merriweather;\" wfd-id=\"62\">How does our site handle do not track signals?</span></span></p><p><span style=\"font-weight: 400;\" wfd-id=\"59\"><span style=\"font-family: Merriweather;\" wfd-id=\"60\">We honor do not track signals and do not track, plant cookies, or use advertising when a Do Not Track (DNT) browser mechanism is in place.</span></span></p><p><span style=\"font-weight: 400;\" wfd-id=\"57\"><span style=\"font-family: Merriweather;\" wfd-id=\"58\">Does our site allow third party behavioral tracking?</span></span></p><p><span style=\"font-weight: 400;\" wfd-id=\"55\"><span style=\"font-family: Merriweather;\" wfd-id=\"56\">It\'s also important to note that we do not allow third party behavioral trackingCOPPA (Children Online Privacy Protection Act)When it comes to the collection of personal information from children under 13, the Children\'s Online Privacy Protection Act (COPPA) puts parents in control. The Federal Trade Commission, the nation\'s consumer protection agency, enforces the COPPA Rule, which spells out what operators of websites and online services must do to protect children\'s privacy and safety online.</span></span></p><p><span style=\"font-weight: 400;\" wfd-id=\"53\"><span style=\"font-family: Merriweather;\" wfd-id=\"54\">We do not specifically market to children under 13.</span></span></p><p><span style=\"font-weight: 400;\" wfd-id=\"51\"><span style=\"font-family: Merriweather;\" wfd-id=\"52\">Fair Information Practices</span></span></p><p><span style=\"font-weight: 400;\" wfd-id=\"49\"><span style=\"font-family: Merriweather;\" wfd-id=\"50\">The Fair Information Practices Principles form the backbone of privacy law in the United States and the concepts they include have played a significant role in the development of data protection laws around the globe. Understanding the Fair Information Practice Principles and how they should be implemented is critical to comply with the various privacy laws that protect personal information.In order to be in line with Fair Information Practices we will take the following responsive action, should a data breach occur:â€¢ Within 7 business daysWe will notify the users via in site notificationâ€¢ Within 7 business daysWe also agree to the individual redress principle, which requires that individuals have a right to pursue legally enforceable rights against data collectors and processors who fail to adhere to the law. This principle requires not only that individuals have enforceable rights against data users, but also that individuals have recourse to courts or a government agency to investigate and/or prosecute non-compliance by data processors.CAN SPAM ActThe CAN-SPAM Act is a law that sets the rules for commercial email, establishes requirements for commercial messages, gives recipients the right to have emails stopped from being sent to them, and spells out tough penalties for violations.</span></span></p><p><span style=\"font-weight: 400;\" wfd-id=\"47\"><span style=\"font-family: Merriweather;\" wfd-id=\"48\">We collect your email address in order to:</span></span></p><p><span style=\"font-weight: 400;\" wfd-id=\"45\"><span style=\"font-family: Merriweather;\" wfd-id=\"46\">â€¢ Send information, respond to inquiries, and/or other requests or questions.â€¢ Process orders and to send information and updates pertaining to ordersâ€¢ Market to our mailing list or continue to send emails to our clients after the original transaction has occurredTo be in accordance with CANSPAM we agree to the following:â€¢ NOT use false, or misleading subjects or email addressesâ€¢ Identify the message as an advertisement in some reasonable wayâ€¢ Include the physical address of our business or site headquartersâ€¢ Monitor third party email marketing services for compliance, if one is used.â€¢ Honor opt-out/unsubscribe requests quicklyâ€¢ Allow users to unsubscribe by using the link at the bottom of each emailIf at any time you would like to unsubscribe from receiving future emails, you can email us atâ€¢ Follow the instructions at the bottom of each email. and we will promptly remove you from ALL correspondence.</span></span></p><p><span style=\"font-weight: 400;\" wfd-id=\"43\"><span style=\"font-family: Merriweather;\" wfd-id=\"44\">Contacting Us</span></span></p><p><span style=\"font-weight: 400;\" wfd-id=\"41\"><span style=\"font-family: Merriweather;\" wfd-id=\"42\">If there are any questions regarding this privacy policy you may contact us using the information below.Blackhawk Custom, LLC.825 South Kings HighwayFort Pierce, FL 34945United Stateshttps://www.blackhawkcustom.com</span></span></p><p><span style=\"font-weight: 400;\" wfd-id=\"39\"><span style=\"font-family: Merriweather;\" wfd-id=\"40\">Conditions of use:</span></span></p><p><span style=\"font-weight: 400;\" wfd-id=\"37\"><span style=\"font-family: Merriweather;\" wfd-id=\"38\">â€‹</span></span><span style=\"font-family: Merriweather; font-weight: 400;\" wfd-id=\"36\">By using this website, you agree to all of our terms and conditions of the saleAll sales are final (See our refund policy)</span></p>','Privacy','','inherit','closed','closed','','141-revision-v1','','','2019-03-07 12:07:35','2019-03-07 17:07:35','',141,'https://bestcerakoteflorida.com/141-revision-v1/',0,'revision','',0),(544,1,'2019-03-07 12:09:39','2019-03-07 17:09:39','<h1 style=\"text-align: center;\"><strong>Contact Us</strong></h1><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi semper vulputate tincidunt. Mauris sodales vitae ipsum nec porta. Mauris lacus odio, congue eget justo nec, eleifend pellentesque orci. Interdum et malesuada fames ac ante ipsum primis in faucibus. Ut facilisis nibh eget ex maximus, at egestas orci faucibus.</p><p>Copyright text and footer links.</p>','Contact Us','','inherit','closed','closed','','468-revision-v1','','','2019-03-07 12:09:39','2019-03-07 17:09:39','',468,'https://bestcerakoteflorida.com/468-revision-v1/',0,'revision','',0),(545,1,'2019-03-07 13:32:36','2019-03-07 18:32:36','<h4 style=\"text-align: center;\"><strong>Your&nbsp;â‰‘ &nbsp; &nbsp; &nbsp;Company Name &nbsp; &nbsp; &nbsp;â‰‘</strong></h4><p>Your&nbsp; Adress Goes Here</p><p style=\"text-align: right;\">0364 - 300 - 946</p><h3 style=\"text-align: center;\">This is the place to create your</h3><h1 style=\"text-align: center;\">Best Memories</h1><h4>A short story about us</h4><h2>Welcome</h2><p>Our vision is simple: create an environment of excitement and wonder.</p><p></p><p>We provide you with the fresh feeling that you need in summer and the cozyness you long for in winter.</p><p></p><p>We create the best experiences for you to share with friends.</p><p>Enter your text here...</p><h6 style=\"text-align: center;\"><strong>weâ€™re open from:</strong></h6><p>Mo-Fr <strong>3Pm</strong> to <strong>4Am</strong></p><p>Sa-Su <strong>12Pm</strong> to <strong>4Am</strong></p><h3 style=\"text-align: center;\">Why Youâ€™ll <strong>Love</strong> our pub</h3><p style=\"text-align: center;\">&nbsp;original</p><p style=\"text-align: center;\"><span style=\"font-weight: 400; font-family: &quot;Kaushan Script&quot;;\" wfd-id=\"419\">drinks</span></p><p style=\"text-align: center;\">&nbsp;tasty</p><p style=\"text-align: center;\"><span style=\"font-weight: 400; font-family: &quot;Kaushan Script&quot;;\" wfd-id=\"397\">food</span></p><p style=\"text-align: center;\">&nbsp;great</p><p style=\"text-align: center;\"><span style=\"font-weight: 400; font-family: &quot;Kaushan Script&quot;;\" wfd-id=\"381\">ambiance</span></p><h3>Take a look at</h3><h2>Our Menu</h2><h4>Drinks</h4><span wfd-id=\"361\"></span><h4><span style=\"font-family: Lato,arial;\" wfd-id=\"360\">alcoholic drinks</span></h4><h3><strong>Beer (bottle)</strong></h3><p></p><p>Heineken</p><p>Paulaner</p><p>Budweiser American Ale</p><p>Land Shark Lager</p><p>Scrumpy</p><p>JackFirestone</p><p>Walker Fortem</p><p>Live Oak Hefeweizen</p><h3><strong>Beer (draught)</strong></h3><p></p><p><span wfd-id=\"350\">Guiness</span></p><p><span wfd-id=\"348\"><span wfd-id=\"349\">Stela Artois</span></span></p><p><span wfd-id=\"346\"><span wfd-id=\"347\">Grolsch (Unfiltered)</span></span></p><p><span wfd-id=\"344\"><span wfd-id=\"345\">Newcastle Brown Ale</span></span></p><p><span wfd-id=\"342\"><span wfd-id=\"343\">Corona Extra</span></span></p><p><span wfd-id=\"340\"><span wfd-id=\"341\">Sam Adams</span></span></p><p><span wfd-id=\"339\">Miller Lite</span></p><h3><strong>Cocktails</strong></h3><p></p><p>Gin &amp; Tonic</p><p>Vodka Orange</p><p>Wiskey Sour</p><p>Boulevardier</p><p>Daiquiri</p><p>Martini</p><p>Ramos Gin Fizz</p><h3><strong>Wine</strong></h3><p></p><p></p><p><strong>White</strong></p><p></p><p>Sidebar Sauvignon Blanc High Valley</p><p></p><p>Mazzei Maremma Toscana Tenuta</p><p></p><p><strong>Red</strong></p><p></p><p>MarquÃ©s de CÃ¡ceres</p><p>Rioja ReservaBelguardo</p><span wfd-id=\"310\"></span><h4><span style=\"font-family: Lato,arial;\" wfd-id=\"309\">soft drinks</span></h4><h3><strong>Coffee</strong></h3><p></p><p>Expresso</p><p>Expresso Machiato</p><p>Irish Coffee</p><p>Cafe Mendoza</p><p>Latte</p><p>Americano</p><p>Baileys Irish Cream Coffee</p><h3><strong>Juice</strong></h3><p></p><p>Coca Cola</p><p>Fanta</p><p>Sprite</p><p>Almdudler</p><p>Fresh mix&nbsp;</p><ul wfd-id=\"363\"><li wfd-id=\"364\">Orange/ Grapefruit/Apple</li></ul><p>Sam Adams</p><p>Miller Lite</p><h3><span wfd-id=\"354\"><strong>Smoothie</strong></span></h3><p><span wfd-id=\"352\"><span wfd-id=\"353\"></span></span></p><p><span wfd-id=\"350\"><span wfd-id=\"351\">Cherry &amp; Kale</span></span></p><p><span wfd-id=\"348\"><span wfd-id=\"349\">Blueberry &amp; Avocado</span></span></p><p><span wfd-id=\"346\"><span wfd-id=\"347\">Banana &amp; Milk</span></span></p><p><span wfd-id=\"345\">Pear &amp; Chocolate</span></p><p>Veggie &amp; Green</p><h3><strong>Lemonade</strong></h3><p></p><p>Classic</p><p>Mint&nbsp;</p><p>Orange &amp; Lime</p><p>Watermelon</p><span wfd-id=\"304\"></span><h4>ADDITIONAL SPIRITS</h4><h4>Food</h4><span wfd-id=\"289\"></span><h4><span wfd-id=\"288\">starters</span></h4><h3><strong>Snacks</strong></h3><p></p><p>Chips</p><p>Hazelnuts</p><p>Peanuts</p><p>Tortilla chips</p><p>Chocolate croissants</p><h3><strong>Meals</strong></h3><p></p><p>Crab cakes<u>â€‹</u></p><p>Chicken wings</p><p>White beans with herbs</p><p>Stuffed mushrooms</p><p>Smoked salmon spread</p><p>Authentic houmous</p><span wfd-id=\"279\"></span><h4><span wfd-id=\"278\">main course</span></h4><h3><strong>Soup</strong></h3><p></p><p>Fish soup</p><p>Squash &amp; parsley&nbsp;</p><p>Tomato</p><p>Chicken AlmondArizona MountainBayou ShrimpBeef &amp; Pasta Mushroom</p><h3><strong>Main dish</strong></h3><p></p><p>Chickpea Cauliflower Korma</p><p>Lasagna</p><p>Veggie Lasagna</p><p>Pizza Capriciosa</p><p>Pizza Margherita</p><p>House Burger</p><h3 style=\"text-align: center;\">What <span style=\"text-transform: uppercase;\" wfd-id=\"259\">o</span>ur customers say</h3><p><span wfd-id=\"254\">â</span></p><p>Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit. Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit.</p><p><strong><span style=\"font-size: 16px;\" wfd-id=\"242\">Josie Carter</span></strong></p><p><span style=\"font-size: 16px;\" wfd-id=\"241\"><em>Marine Biologist</em></span></p><p>â€‹</p><p><em>As seen on</em></p><span style=\"width: 100%;\" wfd-id=\"231\"><img alt=\"\" width=\"45\" height=\"30\" title=\"trip-advisor-logo_03\" data-id=\"3532\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/trip-advisor-logo_03.png\" style=\"width: 100%;\"></span><p><a href=\"https://www.tripadvisor.com/\" target=\"_blank\" rel=\"noopener noreferrer\"><u>See more reviews</u></a><u>â€‹â€‹â€‹â€‹</u></p><p><span wfd-id=\"214\">â</span></p><p>Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae erat consequat auctor eu in elit. Class aptent!</p><p><strong>Jesse O\'neil</strong></p><p><em>Advertising</em></p><p>â€‹</p><p><em>As seen on</em></p><span style=\"width: 100%;\" wfd-id=\"197\"><img alt=\"\" width=\"52\" height=\"31\" title=\"foursquare-logo_03\" data-id=\"3538\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/foursquare-logo_03.png\" style=\"width: 100%;\"></span><p><a href=\"https://foursquare.com/\" target=\"_blank\" rel=\"noopener noreferrer\"><u>See more reviewsâ€‹â€‹â€‹â€‹</u></a></p><p><span wfd-id=\"182\">â</span></p><p>Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Mauris in erat justo. Nullam ac urna eu felis dapibus condimentum sit amet a augue. Sed non neque elit.</p><p><strong><span style=\"font-size: 16px;\" wfd-id=\"172\">Gabriel Jones</span></strong></p><p><span style=\"font-size: 16px;\" wfd-id=\"171\"><em>Brand Management Consultant</em></span></p><p><strong>â€‹</strong></p><p><em>As seen on</em></p><span style=\"width: 100%;\" wfd-id=\"163\"><img alt=\"\" width=\"49\" height=\"24\" title=\"yelp-logo_03\" data-id=\"3542\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/yelp-logo_03.png\" style=\"width: 100%;\"></span><p><a href=\"https://www.yelp.com/\" target=\"_blank\" rel=\"noopener noreferrer\"><u>See more reviews</u></a><u>â€‹â€‹â€‹â€‹</u></p><p style=\"text-align: center;\"><span style=\"font-weight: 400; font-family: &quot;Kaushan Script&quot;;\" wfd-id=\"143\">Happy Hour</span></p><p style=\"text-align: center;\"><span wfd-id=\"138\">2 shots for the price of 1 between 18<span wfd-id=\"139\">&nbsp;PM&nbsp;</span>- 20 </span><span wfd-id=\"137\">PM</span></p><p style=\"text-align: center;\">or</p><p style=\"text-align: center;\"><span wfd-id=\"117\"><span wfd-id=\"118\">Call us</span> : 0300-984-589</span></p><h3 style=\"text-align: center;\">our signature drinks</h3><p style=\"text-align: center;\"><span style=\"font-weight: 400; font-family: &quot;Kaushan Script&quot;;\" wfd-id=\"106\">Wiskey Sour</span></p><p style=\"text-align: center;\"><span style=\"font-weight: 400; font-family: &quot;Kaushan Script&quot;;\">Boulevardier</span></p><p style=\"text-align: center;\"><span style=\"font-weight: 400; font-family: &quot;Kaushan Script&quot;;\" wfd-id=\"90\">Gin Fizz</span></p><p style=\"text-align: center;\"><span style=\"font-weight: 400; font-family: &quot;Kaushan Script&quot;;\" wfd-id=\"82\">Spicy Tequila Shot</span></p><h4><strong><span style=\"text-transform: none;\" wfd-id=\"69\">Your</span></strong><strong>Company name</strong></h4><p>Your Pub Adress Goes Here</p><p style=\"text-align: left;\">0364 - 300 - 946</p><p style=\"text-align: left;\">Â© 2018 , Your company name . All rights reserved.</p><p style=\"text-align: right;\"><span style=\"color: rgba(3, 9, 14, 0.5);\" wfd-id=\"35\"><u>â€‹</u>â€‹â€‹â€‹â€‹Made with</span> <a href=\"https://thrivethemes.com/\" target=\"_blank\" rel=\"noopener noreferrer\">Thrive Architect</a></p>','Lab','','inherit','closed','closed','','328-revision-v1','','','2019-03-07 13:32:36','2019-03-07 18:32:36','',328,'https://bestcerakoteflorida.com/328-revision-v1/',0,'revision','',0),(546,1,'2019-03-07 13:38:18','2019-03-07 18:38:18','<h1><strong>H1 Heading Example</strong> Lorem Ipsum Dolor</h1>\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi semper vulputate tincidunt. Mauris sodales vitae ipsum nec porta. Mauris lacus odio, congue eget justo nec, eleifend pellentesque orci. Interdum et malesuada fames ac ante ipsum primis in faucibus. Ut facilisis nibh eget ex maximus, at egestas orci faucibus.\n<h2>Your Heading Here H2</h2>\n<h3>Your Heading Here H3</h3>\n<h4>Your Heading Here H4</h4>\nCopyright text and footer links.','Home','','inherit','closed','closed','','106-autosave-v1','','','2019-03-07 13:38:18','2019-03-07 18:38:18','',106,'https://bestcerakoteflorida.com/106-autosave-v1/',0,'revision','',0),(564,1,'2019-03-07 16:43:21','2019-03-07 21:43:21','<span style=\"width: 100%;\" wfd-id=\"448\"><img alt=\"\" width=\"384\" height=\"62\" title=\"Blackhawk_custom_header\" data-id=\"465\" src=\"https://bestcerakoteflorida.com/wp-content/uploads/2019/01/Blackhawk_custom_header.png\" style=\"width: 100%;\"></span>                    <p><a href=\"mailto:info@bestcerkoteflorida.com\" target=\"_blank\" rel=\"noopener noreferrer\">info@bestcerakoteflorida.com</a></p><h1 style=\"text-align: center;\">&nbsp;Protect What\'s Important To You With The Toughest Ceramic Finish In The World!<span style=\"color: rgb(0, 229, 255);\" wfd-id=\"420\"></span></h1><p>Heat, Water, Salt and Sand just some&nbsp;</p><h2>our services</h2><h4 style=\"text-align: left;\">Express exterior</h4><p>Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.</p><h4 style=\"text-align: left;\">Interior clean</h4><p>Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum</p><h4 style=\"text-align: left;\">Wax protection</h4><p>Etiam pharetra, erat sed fermentum feugiat, velit mauris</p><h4 style=\"text-align: left;\">Dust &amp; Dash Console</h4><p>Duis sed odio sit amet nibh vulputate cursus a sit amet mauris.</p><h4 style=\"text-align: left;\">Triple Foam Polish</h4><p>Class aptent taciti sociosqu ad litora torquent</p><h4 style=\"text-align: left;\">Tire dressing</h4><p>Etiam pharetra, erat sed fermentum feugiat, velit mauris</p><h3><strong>Complete cleaning services for yoâ€‹ur car</strong></h3><ul wfd-id=\"307\"><li wfd-id=\"316\"><span wfd-id=\"317\">We are a small business delivering professional cleaning services for all vehicles</span></li><li wfd-id=\"312\"><span wfd-id=\"313\">Our services are convenient for individuals and corporate fleets</span></li><li wfd-id=\"308\"><span wfd-id=\"309\">We use eco-friendly products that actually clean, protect and maintain your car better than the traditional cleaning substances</span></li></ul><h2>Check Out Our Special Offer!</h2><p>Donâ€™t miss the opportunity to get 50% discount on a complete cleaning just by recommending us to a friend. Bring someone you know with you and clean you car half price!</p><h2 style=\"text-align: center;\">our happy clients</h2><h5>Brett Graham, 28</h5><h6>Architect</h6><p>Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit. Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit.&nbsp;</p><h5>Rosie Hanson, 24</h5><h6>Real estate Associate</h6><p>Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo.</p><h5>Shawn Mattews, 35</h5><h6>project manager</h6><p>Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo. Nullam ac urna eu felis.Sed non neque elit. Sed ut imperdiet nisi. Proin condimentum</p><h2 style=\"text-align: center;\">our offers</h2><h4 style=\"text-align: center;\"><strong>Basic Wash</strong></h4><h4 style=\"text-align: center;\"><strong>15$</strong></h4><ul wfd-id=\"129\"><li wfd-id=\"146\">check<span wfd-id=\"147\">Interior vacuum</span></li><li wfd-id=\"142\">check<span wfd-id=\"143\">Dust &amp;dash console</span></li><li wfd-id=\"138\">check<span wfd-id=\"139\">Hand towel dry</span></li><li wfd-id=\"134\">check<span wfd-id=\"135\">Clean windows</span></li><li wfd-id=\"130\">check<span wfd-id=\"131\">Soft cloth wash</span></li></ul><h4 style=\"text-align: center;\"><strong>Ultimate Wash</strong></h4><h4 style=\"text-align: center;\"><strong>22 $</strong></h4><p style=\"text-align: center;\">Includes basic service <span style=\"color: rgb(15, 29, 123);\" wfd-id=\"112\"><strong><span wfd-id=\"113\">+</span></strong></span></p><ul wfd-id=\"98\"><li wfd-id=\"107\">check<span wfd-id=\"108\">Triple foam conditiner</span></li><li wfd-id=\"103\">check<span wfd-id=\"104\">Tire dressing</span></li><li wfd-id=\"99\">check<span wfd-id=\"100\">Air freshner</span></li></ul><h4 style=\"text-align: center;\"><strong>Supreme Wash</strong></h4><h4 style=\"text-align: center;\"><strong>30 $</strong></h4><p style=\"text-align: center;\">Includes ultimate service <span style=\"color: rgb(15, 29, 123);\" wfd-id=\"81\"><strong><span wfd-id=\"82\">+</span></strong></span></p><ul wfd-id=\"67\"><li wfd-id=\"76\">check<span wfd-id=\"77\">Exterior trim dressing</span></li><li wfd-id=\"72\">check<span wfd-id=\"73\">Hand applied spray wax</span></li><li wfd-id=\"68\">check<span wfd-id=\"69\">Interior conditioner</span></li></ul><h2 style=\"text-align: center;\">contact us</h2><p style=\"text-align: left;\">Your adress goes here</p><p style=\"text-align: left;\">Phone: 0400 - 700 - 682</p><p style=\"text-align: left;\">Email: our_office@gmail.com</p><span style=\"width: 100%;\" wfd-id=\"49\"><img alt=\"\" width=\"567\" height=\"384\" title=\"Car wash img footer\" data-id=\"21388\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-img-footer.png\" style=\"width: 100%;\"></span><p>Â© 2018, Your company name . All rights reserved.</p><p style=\"text-align: right;\">Made with <a href=\"https://thrivethemes.com/\" target=\"_blank\" rel=\"noopener noreferrer\">Thrive Architect</a></p>','Home','','inherit','closed','closed','','106-revision-v1','','','2019-03-07 16:43:21','2019-03-07 21:43:21','',106,'https://bestcerakoteflorida.com/106-revision-v1/',0,'revision','',0),(547,1,'2019-03-07 14:10:11','2019-03-07 19:10:11','<span style=\"width: 100%;\" wfd-id=\"456\"><img alt=\"\" width=\"384\" height=\"62\" title=\"Blackhawk_custom_header\" data-id=\"465\" src=\"https://bestcerakoteflorida.com/wp-content/uploads/2019/01/Blackhawk_custom_header.png\" style=\"width: 100%;\"></span><a href=\"tel:1-954-848-1911\" target=\"_blank\" rel=\"noopener noreferrer\">                    </a><p><a href=\"tel:1-954-848-1911\" target=\"_blank\" rel=\"noopener noreferrer\">954-848-1911</a></p><p>Your adress goes here</p><h1>With &nbsp;our car wash services &nbsp;your car looks like <span style=\"color: rgb(0, 229, 255);\" wfd-id=\"423\">brand new</span></h1><p>We provide reliable, affordable services for your vehicle. You can choose a q<span style=\"color: rgb(255, 255, 255);\" wfd-id=\"419\">u</span>ick exterior wash or a detailed clean, we have it all.</p><h2>our services</h2><h4 style=\"text-align: left;\">Express exterior</h4><p>Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.</p><h4 style=\"text-align: left;\">Interior clean</h4><p>Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum</p><h4 style=\"text-align: left;\">Wax protection</h4><p>Etiam pharetra, erat sed fermentum feugiat, velit mauris</p><h4 style=\"text-align: left;\">Dust &amp; Dash Console</h4><p>Duis sed odio sit amet nibh vulputate cursus a sit amet mauris.</p><h4 style=\"text-align: left;\">Triple Foam Polish</h4><p>Class aptent taciti sociosqu ad litora torquent</p><h4 style=\"text-align: left;\">Tire dressing</h4><p>Etiam pharetra, erat sed fermentum feugiat, velit mauris</p><h3><strong>Complete cleaning services for yoâ€‹ur car</strong></h3><ul wfd-id=\"312\"><li wfd-id=\"321\"><span wfd-id=\"322\">We are a small business delivering professional cleaning services for all vehicles</span></li><li wfd-id=\"317\"><span wfd-id=\"318\">Our services are convenient for individuals and corporate fleets</span></li><li wfd-id=\"313\"><span wfd-id=\"314\">We use eco-friendly products that actually clean, protect and maintain your car better than the traditional cleaning substances</span></li></ul><h2>Check Out Our Special Offer!</h2><p>Donâ€™t miss the opportunity to get 50% discount on a complete cleaning just by recommending us to a friend. Bring someone you know with you and clean you car half price!</p><h2 style=\"text-align: center;\">our happy clients</h2><h5>Brett Graham, 28</h5><h6>Architect</h6><p>Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit. Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit.&nbsp;</p><h5>Rosie Hanson, 24</h5><h6>Real estate Associate</h6><p>Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo.</p><h5>Shawn Mattews, 35</h5><h6>project manager</h6><p>Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo. Nullam ac urna eu felis.Sed non neque elit. Sed ut imperdiet nisi. Proin condimentum</p><h2 style=\"text-align: center;\">our offers</h2><h4 style=\"text-align: center;\"><strong>Basic Wash</strong></h4><h4 style=\"text-align: center;\"><strong>15$</strong></h4><ul wfd-id=\"134\"><li wfd-id=\"151\">check<span wfd-id=\"152\">Interior vacuum</span></li><li wfd-id=\"147\">check<span wfd-id=\"148\">Dust &amp;dash console</span></li><li wfd-id=\"143\">check<span wfd-id=\"144\">Hand towel dry</span></li><li wfd-id=\"139\">check<span wfd-id=\"140\">Clean windows</span></li><li wfd-id=\"135\">check<span wfd-id=\"136\">Soft cloth wash</span></li></ul><h4 style=\"text-align: center;\"><strong>Ultimate Wash</strong></h4><h4 style=\"text-align: center;\"><strong>22 $</strong></h4><p style=\"text-align: center;\">Includes basic service <span style=\"color: rgb(15, 29, 123);\" wfd-id=\"117\"><strong><span wfd-id=\"118\">+</span></strong></span></p><ul wfd-id=\"103\"><li wfd-id=\"112\">check<span wfd-id=\"113\">Triple foam conditiner</span></li><li wfd-id=\"108\">check<span wfd-id=\"109\">Tire dressing</span></li><li wfd-id=\"104\">check<span wfd-id=\"105\">Air freshner</span></li></ul><h4 style=\"text-align: center;\"><strong>Supreme Wash</strong></h4><h4 style=\"text-align: center;\"><strong>30 $</strong></h4><p style=\"text-align: center;\">Includes ultimate service <span style=\"color: rgb(15, 29, 123);\" wfd-id=\"86\"><strong><span wfd-id=\"87\">+</span></strong></span></p><ul wfd-id=\"72\"><li wfd-id=\"81\">check<span wfd-id=\"82\">Exterior trim dressing</span></li><li wfd-id=\"77\">check<span wfd-id=\"78\">Hand applied spray wax</span></li><li wfd-id=\"73\">check<span wfd-id=\"74\">Interior conditioner</span></li></ul><h2 style=\"text-align: center;\">contact us</h2><p style=\"text-align: left;\">Your adress goes here</p><p style=\"text-align: left;\">Phone: 0400 - 700 - 682</p><p style=\"text-align: left;\">Email: our_office@gmail.com</p><span style=\"width: 100%;\" wfd-id=\"54\"><img alt=\"\" width=\"567\" height=\"384\" title=\"Car wash img footer\" data-id=\"21388\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-img-footer.png\" style=\"width: 100%;\"></span><p>Â© 2018, Your company name . All rights reserved.</p><p style=\"text-align: right;\">Made with <a href=\"https://thrivethemes.com/\" target=\"_blank\" rel=\"noopener noreferrer\">Thrive Architect</a></p>','Home','','inherit','closed','closed','','106-revision-v1','','','2019-03-07 14:10:11','2019-03-07 19:10:11','',106,'https://bestcerakoteflorida.com/106-revision-v1/',0,'revision','',0),(548,1,'2019-03-07 14:10:12','2019-03-07 19:10:12','<span style=\"width: 100%;\" wfd-id=\"456\"><img alt=\"\" width=\"384\" height=\"62\" title=\"Blackhawk_custom_header\" data-id=\"465\" src=\"https://bestcerakoteflorida.com/wp-content/uploads/2019/01/Blackhawk_custom_header.png\" style=\"width: 100%;\"></span><a href=\"tel:1-954-848-1911\" target=\"_blank\" rel=\"noopener noreferrer\">                    </a><p><a href=\"tel:1-954-848-1911\" target=\"_blank\" rel=\"noopener noreferrer\">954-848-1911</a></p><p>Your adress goes here</p><h1>With &nbsp;our car wash services &nbsp;your car looks like <span style=\"color: rgb(0, 229, 255);\" wfd-id=\"423\">brand new</span></h1><p>We provide reliable, affordable services for your vehicle. You can choose a q<span style=\"color: rgb(255, 255, 255);\" wfd-id=\"419\">u</span>ick exterior wash or a detailed clean, we have it all.</p><h2>our services</h2><h4 style=\"text-align: left;\">Express exterior</h4><p>Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.</p><h4 style=\"text-align: left;\">Interior clean</h4><p>Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum</p><h4 style=\"text-align: left;\">Wax protection</h4><p>Etiam pharetra, erat sed fermentum feugiat, velit mauris</p><h4 style=\"text-align: left;\">Dust &amp; Dash Console</h4><p>Duis sed odio sit amet nibh vulputate cursus a sit amet mauris.</p><h4 style=\"text-align: left;\">Triple Foam Polish</h4><p>Class aptent taciti sociosqu ad litora torquent</p><h4 style=\"text-align: left;\">Tire dressing</h4><p>Etiam pharetra, erat sed fermentum feugiat, velit mauris</p><h3><strong>Complete cleaning services for yoâ€‹ur car</strong></h3><ul wfd-id=\"312\"><li wfd-id=\"321\"><span wfd-id=\"322\">We are a small business delivering professional cleaning services for all vehicles</span></li><li wfd-id=\"317\"><span wfd-id=\"318\">Our services are convenient for individuals and corporate fleets</span></li><li wfd-id=\"313\"><span wfd-id=\"314\">We use eco-friendly products that actually clean, protect and maintain your car better than the traditional cleaning substances</span></li></ul><h2>Check Out Our Special Offer!</h2><p>Donâ€™t miss the opportunity to get 50% discount on a complete cleaning just by recommending us to a friend. Bring someone you know with you and clean you car half price!</p><h2 style=\"text-align: center;\">our happy clients</h2><h5>Brett Graham, 28</h5><h6>Architect</h6><p>Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit. Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit.&nbsp;</p><h5>Rosie Hanson, 24</h5><h6>Real estate Associate</h6><p>Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo.</p><h5>Shawn Mattews, 35</h5><h6>project manager</h6><p>Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo. Nullam ac urna eu felis.Sed non neque elit. Sed ut imperdiet nisi. Proin condimentum</p><h2 style=\"text-align: center;\">our offers</h2><h4 style=\"text-align: center;\"><strong>Basic Wash</strong></h4><h4 style=\"text-align: center;\"><strong>15$</strong></h4><ul wfd-id=\"134\"><li wfd-id=\"151\">check<span wfd-id=\"152\">Interior vacuum</span></li><li wfd-id=\"147\">check<span wfd-id=\"148\">Dust &amp;dash console</span></li><li wfd-id=\"143\">check<span wfd-id=\"144\">Hand towel dry</span></li><li wfd-id=\"139\">check<span wfd-id=\"140\">Clean windows</span></li><li wfd-id=\"135\">check<span wfd-id=\"136\">Soft cloth wash</span></li></ul><h4 style=\"text-align: center;\"><strong>Ultimate Wash</strong></h4><h4 style=\"text-align: center;\"><strong>22 $</strong></h4><p style=\"text-align: center;\">Includes basic service <span style=\"color: rgb(15, 29, 123);\" wfd-id=\"117\"><strong><span wfd-id=\"118\">+</span></strong></span></p><ul wfd-id=\"103\"><li wfd-id=\"112\">check<span wfd-id=\"113\">Triple foam conditiner</span></li><li wfd-id=\"108\">check<span wfd-id=\"109\">Tire dressing</span></li><li wfd-id=\"104\">check<span wfd-id=\"105\">Air freshner</span></li></ul><h4 style=\"text-align: center;\"><strong>Supreme Wash</strong></h4><h4 style=\"text-align: center;\"><strong>30 $</strong></h4><p style=\"text-align: center;\">Includes ultimate service <span style=\"color: rgb(15, 29, 123);\" wfd-id=\"86\"><strong><span wfd-id=\"87\">+</span></strong></span></p><ul wfd-id=\"72\"><li wfd-id=\"81\">check<span wfd-id=\"82\">Exterior trim dressing</span></li><li wfd-id=\"77\">check<span wfd-id=\"78\">Hand applied spray wax</span></li><li wfd-id=\"73\">check<span wfd-id=\"74\">Interior conditioner</span></li></ul><h2 style=\"text-align: center;\">contact us</h2><p style=\"text-align: left;\">Your adress goes here</p><p style=\"text-align: left;\">Phone: 0400 - 700 - 682</p><p style=\"text-align: left;\">Email: our_office@gmail.com</p><span style=\"width: 100%;\" wfd-id=\"54\"><img alt=\"\" width=\"567\" height=\"384\" title=\"Car wash img footer\" data-id=\"21388\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-img-footer.png\" style=\"width: 100%;\"></span><p>Â© 2018, Your company name . All rights reserved.</p><p style=\"text-align: right;\">Made with <a href=\"https://thrivethemes.com/\" target=\"_blank\" rel=\"noopener noreferrer\">Thrive Architect</a></p>','Home','','inherit','closed','closed','','106-revision-v1','','','2019-03-07 14:10:12','2019-03-07 19:10:12','',106,'https://bestcerakoteflorida.com/106-revision-v1/',0,'revision','',0),(549,1,'2019-03-07 14:22:02','2019-03-07 19:22:02','<span style=\"width: 100%;\" wfd-id=\"449\"><img alt=\"\" width=\"384\" height=\"62\" title=\"Blackhawk_custom_header\" data-id=\"465\" src=\"https://bestcerakoteflorida.com/wp-content/uploads/2019/01/Blackhawk_custom_header.png\" style=\"width: 100%;\"></span><a href=\"tel:1-954-848-1911\" target=\"_blank\" rel=\"noopener noreferrer\">                    </a><p><a href=\"tel:1-954-848-1911\" target=\"_blank\" rel=\"noopener noreferrer\">954-848-1911</a></p><p>Your adress goes here</p><h1>With &nbsp;our car wash services &nbsp;your car looks like <span style=\"color: rgb(0, 229, 255);\" wfd-id=\"418\">brand new</span></h1><p>We provide reliable, affordable services for your vehicle. You can choose a q<span style=\"color: rgb(255, 255, 255);\" wfd-id=\"414\">u</span>ick exterior wash or a detailed clean, we have it all.</p><h2>our services</h2><h4 style=\"text-align: left;\">Express exterior</h4><p>Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.</p><h4 style=\"text-align: left;\">Interior clean</h4><p>Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum</p><h4 style=\"text-align: left;\">Wax protection</h4><p>Etiam pharetra, erat sed fermentum feugiat, velit mauris</p><h4 style=\"text-align: left;\">Dust &amp; Dash Console</h4><p>Duis sed odio sit amet nibh vulputate cursus a sit amet mauris.</p><h4 style=\"text-align: left;\">Triple Foam Polish</h4><p>Class aptent taciti sociosqu ad litora torquent</p><h4 style=\"text-align: left;\">Tire dressing</h4><p>Etiam pharetra, erat sed fermentum feugiat, velit mauris</p><h3><strong>Complete cleaning services for yoâ€‹ur car</strong></h3><ul wfd-id=\"309\"><li wfd-id=\"318\"><span wfd-id=\"319\">We are a small business delivering professional cleaning services for all vehicles</span></li><li wfd-id=\"314\"><span wfd-id=\"315\">Our services are convenient for individuals and corporate fleets</span></li><li wfd-id=\"310\"><span wfd-id=\"311\">We use eco-friendly products that actually clean, protect and maintain your car better than the traditional cleaning substances</span></li></ul><h2>Check Out Our Special Offer!</h2><p>Donâ€™t miss the opportunity to get 50% discount on a complete cleaning just by recommending us to a friend. Bring someone you know with you and clean you car half price!</p><h2 style=\"text-align: center;\">our happy clients</h2><h5>Brett Graham, 28</h5><h6>Architect</h6><p>Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit. Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit.&nbsp;</p><h5>Rosie Hanson, 24</h5><h6>Real estate Associate</h6><p>Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo.</p><h5>Shawn Mattews, 35</h5><h6>project manager</h6><p>Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo. Nullam ac urna eu felis.Sed non neque elit. Sed ut imperdiet nisi. Proin condimentum</p><h2 style=\"text-align: center;\">our offers</h2><h4 style=\"text-align: center;\"><strong>Basic Wash</strong></h4><h4 style=\"text-align: center;\"><strong>15$</strong></h4><ul wfd-id=\"131\"><li wfd-id=\"148\">check<span wfd-id=\"149\">Interior vacuum</span></li><li wfd-id=\"144\">check<span wfd-id=\"145\">Dust &amp;dash console</span></li><li wfd-id=\"140\">check<span wfd-id=\"141\">Hand towel dry</span></li><li wfd-id=\"136\">check<span wfd-id=\"137\">Clean windows</span></li><li wfd-id=\"132\">check<span wfd-id=\"133\">Soft cloth wash</span></li></ul><h4 style=\"text-align: center;\"><strong>Ultimate Wash</strong></h4><h4 style=\"text-align: center;\"><strong>22 $</strong></h4><p style=\"text-align: center;\">Includes basic service <span style=\"color: rgb(15, 29, 123);\" wfd-id=\"114\"><strong><span wfd-id=\"115\">+</span></strong></span></p><ul wfd-id=\"100\"><li wfd-id=\"109\">check<span wfd-id=\"110\">Triple foam conditiner</span></li><li wfd-id=\"105\">check<span wfd-id=\"106\">Tire dressing</span></li><li wfd-id=\"101\">check<span wfd-id=\"102\">Air freshner</span></li></ul><h4 style=\"text-align: center;\"><strong>Supreme Wash</strong></h4><h4 style=\"text-align: center;\"><strong>30 $</strong></h4><p style=\"text-align: center;\">Includes ultimate service <span style=\"color: rgb(15, 29, 123);\" wfd-id=\"83\"><strong><span wfd-id=\"84\">+</span></strong></span></p><ul wfd-id=\"69\"><li wfd-id=\"78\">check<span wfd-id=\"79\">Exterior trim dressing</span></li><li wfd-id=\"74\">check<span wfd-id=\"75\">Hand applied spray wax</span></li><li wfd-id=\"70\">check<span wfd-id=\"71\">Interior conditioner</span></li></ul><h2 style=\"text-align: center;\">contact us</h2><p style=\"text-align: left;\">Your adress goes here</p><p style=\"text-align: left;\">Phone: 0400 - 700 - 682</p><p style=\"text-align: left;\">Email: our_office@gmail.com</p><span style=\"width: 100%;\" wfd-id=\"51\"><img alt=\"\" width=\"567\" height=\"384\" title=\"Car wash img footer\" data-id=\"21388\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-img-footer.png\" style=\"width: 100%;\"></span><p>Â© 2018, Your company name . All rights reserved.</p><p style=\"text-align: right;\">Made with <a href=\"https://thrivethemes.com/\" target=\"_blank\" rel=\"noopener noreferrer\">Thrive Architect</a></p>','Home','','inherit','closed','closed','','106-revision-v1','','','2019-03-07 14:22:02','2019-03-07 19:22:02','',106,'https://bestcerakoteflorida.com/106-revision-v1/',0,'revision','',0),(550,1,'2019-03-07 14:23:58','2019-03-07 19:23:58','<span style=\"width: 100%;\" wfd-id=\"449\"><img alt=\"\" width=\"384\" height=\"62\" title=\"Blackhawk_custom_header\" data-id=\"465\" src=\"https://bestcerakoteflorida.com/wp-content/uploads/2019/01/Blackhawk_custom_header.png\" style=\"width: 100%;\"></span><a href=\"tel:1-954-848-1911\" target=\"_blank\" rel=\"noopener noreferrer\">                    </a><p><a href=\"tel:1-954-848-1911\" target=\"_blank\" rel=\"noopener noreferrer\">954-848-1911</a></p><p>Your adress goes here</p><h1>With &nbsp;our car wash services &nbsp;your car looks like <span style=\"color: rgb(0, 229, 255);\" wfd-id=\"418\">brand new</span></h1><p>We provide reliable, affordable services for your vehicle. You can choose a q<span style=\"color: rgb(255, 255, 255);\" wfd-id=\"414\">u</span>ick exterior wash or a detailed clean, we have it all.</p><h2>our services</h2><h4 style=\"text-align: left;\">Express exterior</h4><p>Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.</p><h4 style=\"text-align: left;\">Interior clean</h4><p>Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum</p><h4 style=\"text-align: left;\">Wax protection</h4><p>Etiam pharetra, erat sed fermentum feugiat, velit mauris</p><h4 style=\"text-align: left;\">Dust &amp; Dash Console</h4><p>Duis sed odio sit amet nibh vulputate cursus a sit amet mauris.</p><h4 style=\"text-align: left;\">Triple Foam Polish</h4><p>Class aptent taciti sociosqu ad litora torquent</p><h4 style=\"text-align: left;\">Tire dressing</h4><p>Etiam pharetra, erat sed fermentum feugiat, velit mauris</p><h3><strong>Complete cleaning services for yoâ€‹ur car</strong></h3><ul wfd-id=\"309\"><li wfd-id=\"318\"><span wfd-id=\"319\">We are a small business delivering professional cleaning services for all vehicles</span></li><li wfd-id=\"314\"><span wfd-id=\"315\">Our services are convenient for individuals and corporate fleets</span></li><li wfd-id=\"310\"><span wfd-id=\"311\">We use eco-friendly products that actually clean, protect and maintain your car better than the traditional cleaning substances</span></li></ul><h2>Check Out Our Special Offer!</h2><p>Donâ€™t miss the opportunity to get 50% discount on a complete cleaning just by recommending us to a friend. Bring someone you know with you and clean you car half price!</p><h2 style=\"text-align: center;\">our happy clients</h2><h5>Brett Graham, 28</h5><h6>Architect</h6><p>Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit. Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit.&nbsp;</p><h5>Rosie Hanson, 24</h5><h6>Real estate Associate</h6><p>Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo.</p><h5>Shawn Mattews, 35</h5><h6>project manager</h6><p>Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo. Nullam ac urna eu felis.Sed non neque elit. Sed ut imperdiet nisi. Proin condimentum</p><h2 style=\"text-align: center;\">our offers</h2><h4 style=\"text-align: center;\"><strong>Basic Wash</strong></h4><h4 style=\"text-align: center;\"><strong>15$</strong></h4><ul wfd-id=\"131\"><li wfd-id=\"148\">check<span wfd-id=\"149\">Interior vacuum</span></li><li wfd-id=\"144\">check<span wfd-id=\"145\">Dust &amp;dash console</span></li><li wfd-id=\"140\">check<span wfd-id=\"141\">Hand towel dry</span></li><li wfd-id=\"136\">check<span wfd-id=\"137\">Clean windows</span></li><li wfd-id=\"132\">check<span wfd-id=\"133\">Soft cloth wash</span></li></ul><h4 style=\"text-align: center;\"><strong>Ultimate Wash</strong></h4><h4 style=\"text-align: center;\"><strong>22 $</strong></h4><p style=\"text-align: center;\">Includes basic service <span style=\"color: rgb(15, 29, 123);\" wfd-id=\"114\"><strong><span wfd-id=\"115\">+</span></strong></span></p><ul wfd-id=\"100\"><li wfd-id=\"109\">check<span wfd-id=\"110\">Triple foam conditiner</span></li><li wfd-id=\"105\">check<span wfd-id=\"106\">Tire dressing</span></li><li wfd-id=\"101\">check<span wfd-id=\"102\">Air freshner</span></li></ul><h4 style=\"text-align: center;\"><strong>Supreme Wash</strong></h4><h4 style=\"text-align: center;\"><strong>30 $</strong></h4><p style=\"text-align: center;\">Includes ultimate service <span style=\"color: rgb(15, 29, 123);\" wfd-id=\"83\"><strong><span wfd-id=\"84\">+</span></strong></span></p><ul wfd-id=\"69\"><li wfd-id=\"78\">check<span wfd-id=\"79\">Exterior trim dressing</span></li><li wfd-id=\"74\">check<span wfd-id=\"75\">Hand applied spray wax</span></li><li wfd-id=\"70\">check<span wfd-id=\"71\">Interior conditioner</span></li></ul><h2 style=\"text-align: center;\">contact us</h2><p style=\"text-align: left;\">Your adress goes here</p><p style=\"text-align: left;\">Phone: 0400 - 700 - 682</p><p style=\"text-align: left;\">Email: our_office@gmail.com</p><span style=\"width: 100%;\" wfd-id=\"51\"><img alt=\"\" width=\"567\" height=\"384\" title=\"Car wash img footer\" data-id=\"21388\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-img-footer.png\" style=\"width: 100%;\"></span><p>Â© 2018, Your company name . All rights reserved.</p><p style=\"text-align: right;\">Made with <a href=\"https://thrivethemes.com/\" target=\"_blank\" rel=\"noopener noreferrer\">Thrive Architect</a></p>','Home','','inherit','closed','closed','','106-revision-v1','','','2019-03-07 14:23:58','2019-03-07 19:23:58','',106,'https://bestcerakoteflorida.com/106-revision-v1/',0,'revision','',0),(551,1,'2019-03-07 14:28:29','2019-03-07 19:28:29','<span style=\"width: 100%;\" wfd-id=\"455\"><img alt=\"\" width=\"384\" height=\"62\" title=\"Blackhawk_custom_header\" data-id=\"465\" src=\"https://bestcerakoteflorida.com/wp-content/uploads/2019/01/Blackhawk_custom_header.png\" style=\"width: 100%;\"></span><a href=\"tel:1-954-848-1911\" target=\"_blank\" rel=\"noopener noreferrer\">                    </a><p><a href=\"tel:1-954-848-1911\" target=\"_blank\" rel=\"noopener noreferrer\">954-848-1911</a></p>                    <p><a href=\"mailto:info@bestcerkoteflorida.com\" target=\"_blank\" rel=\"noopener noreferrer\">info@bestcerakoteflorida.com</a></p><h1>With &nbsp;our car wash services &nbsp;your car looks like <span style=\"color: rgb(0, 229, 255);\" wfd-id=\"424\">brand new</span></h1><p>We provide reliable, affordable services for your vehicle. You can choose a q<span style=\"color: rgb(255, 255, 255);\" wfd-id=\"420\">u</span>ick exterior wash or a detailed clean, we have it all.</p><h2>our services</h2><h4 style=\"text-align: left;\">Express exterior</h4><p>Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.</p><h4 style=\"text-align: left;\">Interior clean</h4><p>Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum</p><h4 style=\"text-align: left;\">Wax protection</h4><p>Etiam pharetra, erat sed fermentum feugiat, velit mauris</p><h4 style=\"text-align: left;\">Dust &amp; Dash Console</h4><p>Duis sed odio sit amet nibh vulputate cursus a sit amet mauris.</p><h4 style=\"text-align: left;\">Triple Foam Polish</h4><p>Class aptent taciti sociosqu ad litora torquent</p><h4 style=\"text-align: left;\">Tire dressing</h4><p>Etiam pharetra, erat sed fermentum feugiat, velit mauris</p><h3><strong>Complete cleaning services for yoâ€‹ur car</strong></h3><ul wfd-id=\"313\"><li wfd-id=\"322\"><span wfd-id=\"323\">We are a small business delivering professional cleaning services for all vehicles</span></li><li wfd-id=\"318\"><span wfd-id=\"319\">Our services are convenient for individuals and corporate fleets</span></li><li wfd-id=\"314\"><span wfd-id=\"315\">We use eco-friendly products that actually clean, protect and maintain your car better than the traditional cleaning substances</span></li></ul><h2>Check Out Our Special Offer!</h2><p>Donâ€™t miss the opportunity to get 50% discount on a complete cleaning just by recommending us to a friend. Bring someone you know with you and clean you car half price!</p><h2 style=\"text-align: center;\">our happy clients</h2><h5>Brett Graham, 28</h5><h6>Architect</h6><p>Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit. Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit.&nbsp;</p><h5>Rosie Hanson, 24</h5><h6>Real estate Associate</h6><p>Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo.</p><h5>Shawn Mattews, 35</h5><h6>project manager</h6><p>Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo. Nullam ac urna eu felis.Sed non neque elit. Sed ut imperdiet nisi. Proin condimentum</p><h2 style=\"text-align: center;\">our offers</h2><h4 style=\"text-align: center;\"><strong>Basic Wash</strong></h4><h4 style=\"text-align: center;\"><strong>15$</strong></h4><ul wfd-id=\"135\"><li wfd-id=\"152\">check<span wfd-id=\"153\">Interior vacuum</span></li><li wfd-id=\"148\">check<span wfd-id=\"149\">Dust &amp;dash console</span></li><li wfd-id=\"144\">check<span wfd-id=\"145\">Hand towel dry</span></li><li wfd-id=\"140\">check<span wfd-id=\"141\">Clean windows</span></li><li wfd-id=\"136\">check<span wfd-id=\"137\">Soft cloth wash</span></li></ul><h4 style=\"text-align: center;\"><strong>Ultimate Wash</strong></h4><h4 style=\"text-align: center;\"><strong>22 $</strong></h4><p style=\"text-align: center;\">Includes basic service <span style=\"color: rgb(15, 29, 123);\" wfd-id=\"118\"><strong><span wfd-id=\"119\">+</span></strong></span></p><ul wfd-id=\"104\"><li wfd-id=\"113\">check<span wfd-id=\"114\">Triple foam conditiner</span></li><li wfd-id=\"109\">check<span wfd-id=\"110\">Tire dressing</span></li><li wfd-id=\"105\">check<span wfd-id=\"106\">Air freshner</span></li></ul><h4 style=\"text-align: center;\"><strong>Supreme Wash</strong></h4><h4 style=\"text-align: center;\"><strong>30 $</strong></h4><p style=\"text-align: center;\">Includes ultimate service <span style=\"color: rgb(15, 29, 123);\" wfd-id=\"87\"><strong><span wfd-id=\"88\">+</span></strong></span></p><ul wfd-id=\"73\"><li wfd-id=\"82\">check<span wfd-id=\"83\">Exterior trim dressing</span></li><li wfd-id=\"78\">check<span wfd-id=\"79\">Hand applied spray wax</span></li><li wfd-id=\"74\">check<span wfd-id=\"75\">Interior conditioner</span></li></ul><h2 style=\"text-align: center;\">contact us</h2><p style=\"text-align: left;\">Your adress goes here</p><p style=\"text-align: left;\">Phone: 0400 - 700 - 682</p><p style=\"text-align: left;\">Email: our_office@gmail.com</p><span style=\"width: 100%;\" wfd-id=\"55\"><img alt=\"\" width=\"567\" height=\"384\" title=\"Car wash img footer\" data-id=\"21388\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-img-footer.png\" style=\"width: 100%;\"></span><p>Â© 2018, Your company name . All rights reserved.</p><p style=\"text-align: right;\">Made with <a href=\"https://thrivethemes.com/\" target=\"_blank\" rel=\"noopener noreferrer\">Thrive Architect</a></p>','Home','','inherit','closed','closed','','106-revision-v1','','','2019-03-07 14:28:29','2019-03-07 19:28:29','',106,'https://bestcerakoteflorida.com/106-revision-v1/',0,'revision','',0),(552,1,'2019-03-07 14:32:32','2019-03-07 19:32:32','<span style=\"width: 100%;\" wfd-id=\"457\"><img alt=\"\" width=\"384\" height=\"62\" title=\"Blackhawk_custom_header\" data-id=\"465\" src=\"https://bestcerakoteflorida.com/wp-content/uploads/2019/01/Blackhawk_custom_header.png\" style=\"width: 100%;\"></span><a href=\"tel:1-954-848-1911\" target=\"_blank\" rel=\"noopener noreferrer\">                    </a><p><a href=\"tel:1-954-848-1911\" target=\"_blank\" rel=\"noopener noreferrer\">954-848-1911</a></p>                    <p><a href=\"mailto:info@bestcerkoteflorida.com\" target=\"_blank\" rel=\"noopener noreferrer\">info@bestcerakoteflorida.com</a></p><h1>With &nbsp;our car wash services &nbsp;your car looks like <span style=\"color: rgb(0, 229, 255);\" wfd-id=\"425\">brand new</span></h1><p>We provide reliable, affordable services for your vehicle. You can choose a q<span style=\"color: rgb(255, 255, 255);\" wfd-id=\"421\">u</span>ick exterior wash or a detailed clean, we have it all.</p><h2>our services</h2><h4 style=\"text-align: left;\">Express exterior</h4><p>Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.</p><h4 style=\"text-align: left;\">Interior clean</h4><p>Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum</p><h4 style=\"text-align: left;\">Wax protection</h4><p>Etiam pharetra, erat sed fermentum feugiat, velit mauris</p><h4 style=\"text-align: left;\">Dust &amp; Dash Console</h4><p>Duis sed odio sit amet nibh vulputate cursus a sit amet mauris.</p><h4 style=\"text-align: left;\">Triple Foam Polish</h4><p>Class aptent taciti sociosqu ad litora torquent</p><h4 style=\"text-align: left;\">Tire dressing</h4><p>Etiam pharetra, erat sed fermentum feugiat, velit mauris</p><h3><strong>Complete cleaning services for yoâ€‹ur car</strong></h3><ul wfd-id=\"314\"><li wfd-id=\"323\"><span wfd-id=\"324\">We are a small business delivering professional cleaning services for all vehicles</span></li><li wfd-id=\"319\"><span wfd-id=\"320\">Our services are convenient for individuals and corporate fleets</span></li><li wfd-id=\"315\"><span wfd-id=\"316\">We use eco-friendly products that actually clean, protect and maintain your car better than the traditional cleaning substances</span></li></ul><h2>Check Out Our Special Offer!</h2><p>Donâ€™t miss the opportunity to get 50% discount on a complete cleaning just by recommending us to a friend. Bring someone you know with you and clean you car half price!</p><h2 style=\"text-align: center;\">our happy clients</h2><h5>Brett Graham, 28</h5><h6>Architect</h6><p>Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit. Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit.&nbsp;</p><h5>Rosie Hanson, 24</h5><h6>Real estate Associate</h6><p>Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo.</p><h5>Shawn Mattews, 35</h5><h6>project manager</h6><p>Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo. Nullam ac urna eu felis.Sed non neque elit. Sed ut imperdiet nisi. Proin condimentum</p><h2 style=\"text-align: center;\">our offers</h2><h4 style=\"text-align: center;\"><strong>Basic Wash</strong></h4><h4 style=\"text-align: center;\"><strong>15$</strong></h4><ul wfd-id=\"136\"><li wfd-id=\"153\">check<span wfd-id=\"154\">Interior vacuum</span></li><li wfd-id=\"149\">check<span wfd-id=\"150\">Dust &amp;dash console</span></li><li wfd-id=\"145\">check<span wfd-id=\"146\">Hand towel dry</span></li><li wfd-id=\"141\">check<span wfd-id=\"142\">Clean windows</span></li><li wfd-id=\"137\">check<span wfd-id=\"138\">Soft cloth wash</span></li></ul><h4 style=\"text-align: center;\"><strong>Ultimate Wash</strong></h4><h4 style=\"text-align: center;\"><strong>22 $</strong></h4><p style=\"text-align: center;\">Includes basic service <span style=\"color: rgb(15, 29, 123);\" wfd-id=\"119\"><strong><span wfd-id=\"120\">+</span></strong></span></p><ul wfd-id=\"105\"><li wfd-id=\"114\">check<span wfd-id=\"115\">Triple foam conditiner</span></li><li wfd-id=\"110\">check<span wfd-id=\"111\">Tire dressing</span></li><li wfd-id=\"106\">check<span wfd-id=\"107\">Air freshner</span></li></ul><h4 style=\"text-align: center;\"><strong>Supreme Wash</strong></h4><h4 style=\"text-align: center;\"><strong>30 $</strong></h4><p style=\"text-align: center;\">Includes ultimate service <span style=\"color: rgb(15, 29, 123);\" wfd-id=\"88\"><strong><span wfd-id=\"89\">+</span></strong></span></p><ul wfd-id=\"74\"><li wfd-id=\"83\">check<span wfd-id=\"84\">Exterior trim dressing</span></li><li wfd-id=\"79\">check<span wfd-id=\"80\">Hand applied spray wax</span></li><li wfd-id=\"75\">check<span wfd-id=\"76\">Interior conditioner</span></li></ul><h2 style=\"text-align: center;\">contact us</h2><p style=\"text-align: left;\">Your adress goes here</p><p style=\"text-align: left;\">Phone: 0400 - 700 - 682</p><p style=\"text-align: left;\">Email: our_office@gmail.com</p><span style=\"width: 100%;\" wfd-id=\"56\"><img alt=\"\" width=\"567\" height=\"384\" title=\"Car wash img footer\" data-id=\"21388\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-img-footer.png\" style=\"width: 100%;\"></span><p>Â© 2018, Your company name . All rights reserved.</p><p style=\"text-align: right;\">Made with <a href=\"https://thrivethemes.com/\" target=\"_blank\" rel=\"noopener noreferrer\">Thrive Architect</a></p>','Home','','inherit','closed','closed','','106-revision-v1','','','2019-03-07 14:32:32','2019-03-07 19:32:32','',106,'https://bestcerakoteflorida.com/106-revision-v1/',0,'revision','',0),(563,1,'2019-03-07 16:39:26','2019-03-07 21:39:26','<span style=\"width: 100%;\" wfd-id=\"456\"><img alt=\"\" width=\"384\" height=\"62\" title=\"Blackhawk_custom_header\" data-id=\"465\" src=\"https://bestcerakoteflorida.com/wp-content/uploads/2019/01/Blackhawk_custom_header.png\" style=\"width: 100%;\"></span>                    <p><a href=\"mailto:info@bestcerkoteflorida.com\" target=\"_blank\" rel=\"noopener noreferrer\">info@bestcerakoteflorida.com</a></p><h1 style=\"text-align: center;\">&nbsp;Protect What\'s Important To You With The Toughest Ceramic Finish In The World!<span style=\"color: rgb(0, 229, 255);\" wfd-id=\"428\"></span></h1><p>Heat, Water and Salt &nbsp;vehicle. You can choose a q<span style=\"color: rgb(255, 255, 255);\" wfd-id=\"418\">u</span>ick exterior wash or a detailed clean, we have it all.</p><h2>our services</h2><h4 style=\"text-align: left;\">Express exterior</h4><p>Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.</p><h4 style=\"text-align: left;\">Interior clean</h4><p>Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum</p><h4 style=\"text-align: left;\">Wax protection</h4><p>Etiam pharetra, erat sed fermentum feugiat, velit mauris</p><h4 style=\"text-align: left;\">Dust &amp; Dash Console</h4><p>Duis sed odio sit amet nibh vulputate cursus a sit amet mauris.</p><h4 style=\"text-align: left;\">Triple Foam Polish</h4><p>Class aptent taciti sociosqu ad litora torquent</p><h4 style=\"text-align: left;\">Tire dressing</h4><p>Etiam pharetra, erat sed fermentum feugiat, velit mauris</p><h3><strong>Complete cleaning services for yoâ€‹ur car</strong></h3><ul wfd-id=\"314\"><li wfd-id=\"323\"><span wfd-id=\"324\">We are a small business delivering professional cleaning services for all vehicles</span></li><li wfd-id=\"319\"><span wfd-id=\"320\">Our services are convenient for individuals and corporate fleets</span></li><li wfd-id=\"315\"><span wfd-id=\"316\">We use eco-friendly products that actually clean, protect and maintain your car better than the traditional cleaning substances</span></li></ul><h2>Check Out Our Special Offer!</h2><p>Donâ€™t miss the opportunity to get 50% discount on a complete cleaning just by recommending us to a friend. Bring someone you know with you and clean you car half price!</p><h2 style=\"text-align: center;\">our happy clients</h2><h5>Brett Graham, 28</h5><h6>Architect</h6><p>Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit. Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit.&nbsp;</p><h5>Rosie Hanson, 24</h5><h6>Real estate Associate</h6><p>Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo.</p><h5>Shawn Mattews, 35</h5><h6>project manager</h6><p>Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo. Nullam ac urna eu felis.Sed non neque elit. Sed ut imperdiet nisi. Proin condimentum</p><h2 style=\"text-align: center;\">our offers</h2><h4 style=\"text-align: center;\"><strong>Basic Wash</strong></h4><h4 style=\"text-align: center;\"><strong>15$</strong></h4><ul wfd-id=\"136\"><li wfd-id=\"153\">check<span wfd-id=\"154\">Interior vacuum</span></li><li wfd-id=\"149\">check<span wfd-id=\"150\">Dust &amp;dash console</span></li><li wfd-id=\"145\">check<span wfd-id=\"146\">Hand towel dry</span></li><li wfd-id=\"141\">check<span wfd-id=\"142\">Clean windows</span></li><li wfd-id=\"137\">check<span wfd-id=\"138\">Soft cloth wash</span></li></ul><h4 style=\"text-align: center;\"><strong>Ultimate Wash</strong></h4><h4 style=\"text-align: center;\"><strong>22 $</strong></h4><p style=\"text-align: center;\">Includes basic service <span style=\"color: rgb(15, 29, 123);\" wfd-id=\"119\"><strong><span wfd-id=\"120\">+</span></strong></span></p><ul wfd-id=\"105\"><li wfd-id=\"114\">check<span wfd-id=\"115\">Triple foam conditiner</span></li><li wfd-id=\"110\">check<span wfd-id=\"111\">Tire dressing</span></li><li wfd-id=\"106\">check<span wfd-id=\"107\">Air freshner</span></li></ul><h4 style=\"text-align: center;\"><strong>Supreme Wash</strong></h4><h4 style=\"text-align: center;\"><strong>30 $</strong></h4><p style=\"text-align: center;\">Includes ultimate service <span style=\"color: rgb(15, 29, 123);\" wfd-id=\"88\"><strong><span wfd-id=\"89\">+</span></strong></span></p><ul wfd-id=\"74\"><li wfd-id=\"83\">check<span wfd-id=\"84\">Exterior trim dressing</span></li><li wfd-id=\"79\">check<span wfd-id=\"80\">Hand applied spray wax</span></li><li wfd-id=\"75\">check<span wfd-id=\"76\">Interior conditioner</span></li></ul><h2 style=\"text-align: center;\">contact us</h2><p style=\"text-align: left;\">Your adress goes here</p><p style=\"text-align: left;\">Phone: 0400 - 700 - 682</p><p style=\"text-align: left;\">Email: our_office@gmail.com</p><span style=\"width: 100%;\" wfd-id=\"56\"><img alt=\"\" width=\"567\" height=\"384\" title=\"Car wash img footer\" data-id=\"21388\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-img-footer.png\" style=\"width: 100%;\"></span><p>Â© 2018, Your company name . All rights reserved.</p><p style=\"text-align: right;\">Made with <a href=\"https://thrivethemes.com/\" target=\"_blank\" rel=\"noopener noreferrer\">Thrive Architect</a></p>','Home','','inherit','closed','closed','','106-revision-v1','','','2019-03-07 16:39:26','2019-03-07 21:39:26','',106,'https://bestcerakoteflorida.com/106-revision-v1/',0,'revision','',0),(553,1,'2019-03-07 14:46:39','2019-03-07 19:46:39','<span style=\"width: 100%;\" wfd-id=\"464\"><img alt=\"\" width=\"384\" height=\"62\" title=\"Blackhawk_custom_header\" data-id=\"465\" src=\"https://bestcerakoteflorida.com/wp-content/uploads/2019/01/Blackhawk_custom_header.png\" style=\"width: 100%;\"></span><a href=\"tel:1-954-848-1911\" target=\"_blank\" rel=\"noopener noreferrer\">                    </a><p><a href=\"tel:1-954-848-1911\" target=\"_blank\" rel=\"noopener noreferrer\">954-848-1911</a></p>                    <p><a href=\"mailto:info@bestcerkoteflorida.com\" target=\"_blank\" rel=\"noopener noreferrer\">info@bestcerakoteflorida.com</a></p><h1 style=\"text-align: center;\">&nbsp;Protect What\'s Important To You With The Toughest Ceramic Finish On The Market<span style=\"color: rgb(0, 229, 255);\" wfd-id=\"431\"></span></h1><p>We provide reliable, affordable services for your vehicle. You can choose a q<span style=\"color: rgb(255, 255, 255);\" wfd-id=\"425\">u</span>ick exterior wash or a detailed clean, we have it all.</p><h2>our services</h2><h4 style=\"text-align: left;\">Express exterior</h4><p>Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.</p><h4 style=\"text-align: left;\">Interior clean</h4><p>Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum</p><h4 style=\"text-align: left;\">Wax protection</h4><p>Etiam pharetra, erat sed fermentum feugiat, velit mauris</p><h4 style=\"text-align: left;\">Dust &amp; Dash Console</h4><p>Duis sed odio sit amet nibh vulputate cursus a sit amet mauris.</p><h4 style=\"text-align: left;\">Triple Foam Polish</h4><p>Class aptent taciti sociosqu ad litora torquent</p><h4 style=\"text-align: left;\">Tire dressing</h4><p>Etiam pharetra, erat sed fermentum feugiat, velit mauris</p><h3><strong>Complete cleaning services for yoâ€‹ur car</strong></h3><ul wfd-id=\"310\"><li wfd-id=\"319\"><span wfd-id=\"320\">We are a small business delivering professional cleaning services for all vehicles</span></li><li wfd-id=\"315\"><span wfd-id=\"316\">Our services are convenient for individuals and corporate fleets</span></li><li wfd-id=\"311\"><span wfd-id=\"312\">We use eco-friendly products that actually clean, protect and maintain your car better than the traditional cleaning substances</span></li></ul><h2>Check Out Our Special Offer!</h2><p>Donâ€™t miss the opportunity to get 50% discount on a complete cleaning just by recommending us to a friend. Bring someone you know with you and clean you car half price!</p><h2 style=\"text-align: center;\">our happy clients</h2><h5>Brett Graham, 28</h5><h6>Architect</h6><p>Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit. Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit.&nbsp;</p><h5>Rosie Hanson, 24</h5><h6>Real estate Associate</h6><p>Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo.</p><h5>Shawn Mattews, 35</h5><h6>project manager</h6><p>Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo. Nullam ac urna eu felis.Sed non neque elit. Sed ut imperdiet nisi. Proin condimentum</p><h2 style=\"text-align: center;\">our offers</h2><h4 style=\"text-align: center;\"><strong>Basic Wash</strong></h4><h4 style=\"text-align: center;\"><strong>15$</strong></h4><ul wfd-id=\"132\"><li wfd-id=\"149\">check<span wfd-id=\"150\">Interior vacuum</span></li><li wfd-id=\"145\">check<span wfd-id=\"146\">Dust &amp;dash console</span></li><li wfd-id=\"141\">check<span wfd-id=\"142\">Hand towel dry</span></li><li wfd-id=\"137\">check<span wfd-id=\"138\">Clean windows</span></li><li wfd-id=\"133\">check<span wfd-id=\"134\">Soft cloth wash</span></li></ul><h4 style=\"text-align: center;\"><strong>Ultimate Wash</strong></h4><h4 style=\"text-align: center;\"><strong>22 $</strong></h4><p style=\"text-align: center;\">Includes basic service <span style=\"color: rgb(15, 29, 123);\" wfd-id=\"115\"><strong><span wfd-id=\"116\">+</span></strong></span></p><ul wfd-id=\"101\"><li wfd-id=\"110\">check<span wfd-id=\"111\">Triple foam conditiner</span></li><li wfd-id=\"106\">check<span wfd-id=\"107\">Tire dressing</span></li><li wfd-id=\"102\">check<span wfd-id=\"103\">Air freshner</span></li></ul><h4 style=\"text-align: center;\"><strong>Supreme Wash</strong></h4><h4 style=\"text-align: center;\"><strong>30 $</strong></h4><p style=\"text-align: center;\">Includes ultimate service <span style=\"color: rgb(15, 29, 123);\" wfd-id=\"84\"><strong><span wfd-id=\"85\">+</span></strong></span></p><ul wfd-id=\"70\"><li wfd-id=\"79\">check<span wfd-id=\"80\">Exterior trim dressing</span></li><li wfd-id=\"75\">check<span wfd-id=\"76\">Hand applied spray wax</span></li><li wfd-id=\"71\">check<span wfd-id=\"72\">Interior conditioner</span></li></ul><h2 style=\"text-align: center;\">contact us</h2><p style=\"text-align: left;\">Your adress goes here</p><p style=\"text-align: left;\">Phone: 0400 - 700 - 682</p><p style=\"text-align: left;\">Email: our_office@gmail.com</p><span style=\"width: 100%;\" wfd-id=\"52\"><img alt=\"\" width=\"567\" height=\"384\" title=\"Car wash img footer\" data-id=\"21388\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-img-footer.png\" style=\"width: 100%;\"></span><p>Â© 2018, Your company name . All rights reserved.</p><p style=\"text-align: right;\">Made with <a href=\"https://thrivethemes.com/\" target=\"_blank\" rel=\"noopener noreferrer\">Thrive Architect</a></p>','Home','','inherit','closed','closed','','106-revision-v1','','','2019-03-07 14:46:39','2019-03-07 19:46:39','',106,'https://bestcerakoteflorida.com/106-revision-v1/',0,'revision','',0),(554,1,'2019-03-07 14:47:39','2019-03-07 19:47:39','<span style=\"width: 100%;\" wfd-id=\"464\"><img alt=\"\" width=\"384\" height=\"62\" title=\"Blackhawk_custom_header\" data-id=\"465\" src=\"https://bestcerakoteflorida.com/wp-content/uploads/2019/01/Blackhawk_custom_header.png\" style=\"width: 100%;\"></span><a href=\"tel:1-954-848-1911\" target=\"_blank\" rel=\"noopener noreferrer\">                    </a><p><a href=\"tel:1-954-848-1911\" target=\"_blank\" rel=\"noopener noreferrer\">954-848-1911</a></p>                    <p><a href=\"mailto:info@bestcerkoteflorida.com\" target=\"_blank\" rel=\"noopener noreferrer\">info@bestcerakoteflorida.com</a></p><h1 style=\"text-align: center;\">&nbsp;Protect What\'s Important To You With The Toughest Ceramic Finish On The Market<span style=\"color: rgb(0, 229, 255);\" wfd-id=\"431\"></span></h1><p>We provide reliable, affordable services for your vehicle. You can choose a q<span style=\"color: rgb(255, 255, 255);\" wfd-id=\"425\">u</span>ick exterior wash or a detailed clean, we have it all.</p><h2>our services</h2><h4 style=\"text-align: left;\">Express exterior</h4><p>Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.</p><h4 style=\"text-align: left;\">Interior clean</h4><p>Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum</p><h4 style=\"text-align: left;\">Wax protection</h4><p>Etiam pharetra, erat sed fermentum feugiat, velit mauris</p><h4 style=\"text-align: left;\">Dust &amp; Dash Console</h4><p>Duis sed odio sit amet nibh vulputate cursus a sit amet mauris.</p><h4 style=\"text-align: left;\">Triple Foam Polish</h4><p>Class aptent taciti sociosqu ad litora torquent</p><h4 style=\"text-align: left;\">Tire dressing</h4><p>Etiam pharetra, erat sed fermentum feugiat, velit mauris</p><h3><strong>Complete cleaning services for yoâ€‹ur car</strong></h3><ul wfd-id=\"310\"><li wfd-id=\"319\"><span wfd-id=\"320\">We are a small business delivering professional cleaning services for all vehicles</span></li><li wfd-id=\"315\"><span wfd-id=\"316\">Our services are convenient for individuals and corporate fleets</span></li><li wfd-id=\"311\"><span wfd-id=\"312\">We use eco-friendly products that actually clean, protect and maintain your car better than the traditional cleaning substances</span></li></ul><h2>Check Out Our Special Offer!</h2><p>Donâ€™t miss the opportunity to get 50% discount on a complete cleaning just by recommending us to a friend. Bring someone you know with you and clean you car half price!</p><h2 style=\"text-align: center;\">our happy clients</h2><h5>Brett Graham, 28</h5><h6>Architect</h6><p>Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit. Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit.&nbsp;</p><h5>Rosie Hanson, 24</h5><h6>Real estate Associate</h6><p>Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo.</p><h5>Shawn Mattews, 35</h5><h6>project manager</h6><p>Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo. Nullam ac urna eu felis.Sed non neque elit. Sed ut imperdiet nisi. Proin condimentum</p><h2 style=\"text-align: center;\">our offers</h2><h4 style=\"text-align: center;\"><strong>Basic Wash</strong></h4><h4 style=\"text-align: center;\"><strong>15$</strong></h4><ul wfd-id=\"132\"><li wfd-id=\"149\">check<span wfd-id=\"150\">Interior vacuum</span></li><li wfd-id=\"145\">check<span wfd-id=\"146\">Dust &amp;dash console</span></li><li wfd-id=\"141\">check<span wfd-id=\"142\">Hand towel dry</span></li><li wfd-id=\"137\">check<span wfd-id=\"138\">Clean windows</span></li><li wfd-id=\"133\">check<span wfd-id=\"134\">Soft cloth wash</span></li></ul><h4 style=\"text-align: center;\"><strong>Ultimate Wash</strong></h4><h4 style=\"text-align: center;\"><strong>22 $</strong></h4><p style=\"text-align: center;\">Includes basic service <span style=\"color: rgb(15, 29, 123);\" wfd-id=\"115\"><strong><span wfd-id=\"116\">+</span></strong></span></p><ul wfd-id=\"101\"><li wfd-id=\"110\">check<span wfd-id=\"111\">Triple foam conditiner</span></li><li wfd-id=\"106\">check<span wfd-id=\"107\">Tire dressing</span></li><li wfd-id=\"102\">check<span wfd-id=\"103\">Air freshner</span></li></ul><h4 style=\"text-align: center;\"><strong>Supreme Wash</strong></h4><h4 style=\"text-align: center;\"><strong>30 $</strong></h4><p style=\"text-align: center;\">Includes ultimate service <span style=\"color: rgb(15, 29, 123);\" wfd-id=\"84\"><strong><span wfd-id=\"85\">+</span></strong></span></p><ul wfd-id=\"70\"><li wfd-id=\"79\">check<span wfd-id=\"80\">Exterior trim dressing</span></li><li wfd-id=\"75\">check<span wfd-id=\"76\">Hand applied spray wax</span></li><li wfd-id=\"71\">check<span wfd-id=\"72\">Interior conditioner</span></li></ul><h2 style=\"text-align: center;\">contact us</h2><p style=\"text-align: left;\">Your adress goes here</p><p style=\"text-align: left;\">Phone: 0400 - 700 - 682</p><p style=\"text-align: left;\">Email: our_office@gmail.com</p><span style=\"width: 100%;\" wfd-id=\"52\"><img alt=\"\" width=\"567\" height=\"384\" title=\"Car wash img footer\" data-id=\"21388\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-img-footer.png\" style=\"width: 100%;\"></span><p>Â© 2018, Your company name . All rights reserved.</p><p style=\"text-align: right;\">Made with <a href=\"https://thrivethemes.com/\" target=\"_blank\" rel=\"noopener noreferrer\">Thrive Architect</a></p>','Home','','inherit','closed','closed','','106-revision-v1','','','2019-03-07 14:47:39','2019-03-07 19:47:39','',106,'https://bestcerakoteflorida.com/106-revision-v1/',0,'revision','',0),(555,1,'2019-03-07 15:15:09','2019-03-07 20:15:09','<span style=\"width: 100%;\" wfd-id=\"480\"><img alt=\"\" width=\"384\" height=\"62\" title=\"Blackhawk_custom_header\" data-id=\"465\" src=\"https://bestcerakoteflorida.com/wp-content/uploads/2019/01/Blackhawk_custom_header.png\" style=\"width: 100%;\"></span><a href=\"tel:1-954-848-1911\" target=\"_blank\" rel=\"noopener noreferrer\">                    </a><p><a href=\"tel:1-954-848-1911\" target=\"_blank\" rel=\"noopener noreferrer\">954-848-1911</a></p>                    <p><a href=\"mailto:info@bestcerkoteflorida.com\" target=\"_blank\" rel=\"noopener noreferrer\">info@bestcerakoteflorida.com</a></p><h1 style=\"text-align: center;\">&nbsp;Protect What\'s Important To You With The Toughest Ceramic Finish On The Market<span style=\"color: rgb(0, 229, 255);\" wfd-id=\"447\"></span></h1><p>We provide reliable, affordable services for your vehicle. You can choose a q<span style=\"color: rgb(255, 255, 255);\" wfd-id=\"437\">u</span>ick exterior wash or a detailed clean, we have it all.</p><h2>our services</h2><h4 style=\"text-align: left;\">Express exterior</h4><p>Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.</p><h4 style=\"text-align: left;\">Interior clean</h4><p>Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum</p><h4 style=\"text-align: left;\">Wax protection</h4><p>Etiam pharetra, erat sed fermentum feugiat, velit mauris</p><h4 style=\"text-align: left;\">Dust &amp; Dash Console</h4><p>Duis sed odio sit amet nibh vulputate cursus a sit amet mauris.</p><h4 style=\"text-align: left;\">Triple Foam Polish</h4><p>Class aptent taciti sociosqu ad litora torquent</p><h4 style=\"text-align: left;\">Tire dressing</h4><p>Etiam pharetra, erat sed fermentum feugiat, velit mauris</p><h3><strong>Complete cleaning services for yoâ€‹ur car</strong></h3><ul wfd-id=\"314\"><li wfd-id=\"323\"><span wfd-id=\"324\">We are a small business delivering professional cleaning services for all vehicles</span></li><li wfd-id=\"319\"><span wfd-id=\"320\">Our services are convenient for individuals and corporate fleets</span></li><li wfd-id=\"315\"><span wfd-id=\"316\">We use eco-friendly products that actually clean, protect and maintain your car better than the traditional cleaning substances</span></li></ul><h2>Check Out Our Special Offer!</h2><p>Donâ€™t miss the opportunity to get 50% discount on a complete cleaning just by recommending us to a friend. Bring someone you know with you and clean you car half price!</p><h2 style=\"text-align: center;\">our happy clients</h2><h5>Brett Graham, 28</h5><h6>Architect</h6><p>Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit. Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit.&nbsp;</p><h5>Rosie Hanson, 24</h5><h6>Real estate Associate</h6><p>Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo.</p><h5>Shawn Mattews, 35</h5><h6>project manager</h6><p>Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo. Nullam ac urna eu felis.Sed non neque elit. Sed ut imperdiet nisi. Proin condimentum</p><h2 style=\"text-align: center;\">our offers</h2><h4 style=\"text-align: center;\"><strong>Basic Wash</strong></h4><h4 style=\"text-align: center;\"><strong>15$</strong></h4><ul wfd-id=\"136\"><li wfd-id=\"153\">check<span wfd-id=\"154\">Interior vacuum</span></li><li wfd-id=\"149\">check<span wfd-id=\"150\">Dust &amp;dash console</span></li><li wfd-id=\"145\">check<span wfd-id=\"146\">Hand towel dry</span></li><li wfd-id=\"141\">check<span wfd-id=\"142\">Clean windows</span></li><li wfd-id=\"137\">check<span wfd-id=\"138\">Soft cloth wash</span></li></ul><h4 style=\"text-align: center;\"><strong>Ultimate Wash</strong></h4><h4 style=\"text-align: center;\"><strong>22 $</strong></h4><p style=\"text-align: center;\">Includes basic service <span style=\"color: rgb(15, 29, 123);\" wfd-id=\"119\"><strong><span wfd-id=\"120\">+</span></strong></span></p><ul wfd-id=\"105\"><li wfd-id=\"114\">check<span wfd-id=\"115\">Triple foam conditiner</span></li><li wfd-id=\"110\">check<span wfd-id=\"111\">Tire dressing</span></li><li wfd-id=\"106\">check<span wfd-id=\"107\">Air freshner</span></li></ul><h4 style=\"text-align: center;\"><strong>Supreme Wash</strong></h4><h4 style=\"text-align: center;\"><strong>30 $</strong></h4><p style=\"text-align: center;\">Includes ultimate service <span style=\"color: rgb(15, 29, 123);\" wfd-id=\"88\"><strong><span wfd-id=\"89\">+</span></strong></span></p><ul wfd-id=\"74\"><li wfd-id=\"83\">check<span wfd-id=\"84\">Exterior trim dressing</span></li><li wfd-id=\"79\">check<span wfd-id=\"80\">Hand applied spray wax</span></li><li wfd-id=\"75\">check<span wfd-id=\"76\">Interior conditioner</span></li></ul><h2 style=\"text-align: center;\">contact us</h2><p style=\"text-align: left;\">Your adress goes here</p><p style=\"text-align: left;\">Phone: 0400 - 700 - 682</p><p style=\"text-align: left;\">Email: our_office@gmail.com</p><span style=\"width: 100%;\" wfd-id=\"56\"><img alt=\"\" width=\"567\" height=\"384\" title=\"Car wash img footer\" data-id=\"21388\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-img-footer.png\" style=\"width: 100%;\"></span><p>Â© 2018, Your company name . All rights reserved.</p><p style=\"text-align: right;\">Made with <a href=\"https://thrivethemes.com/\" target=\"_blank\" rel=\"noopener noreferrer\">Thrive Architect</a></p>','Home','','inherit','closed','closed','','106-revision-v1','','','2019-03-07 15:15:09','2019-03-07 20:15:09','',106,'https://bestcerakoteflorida.com/106-revision-v1/',0,'revision','',0),(556,1,'2019-03-07 15:16:25','2019-03-07 20:16:25','<span style=\"width: 100%;\" wfd-id=\"480\"><img alt=\"\" width=\"384\" height=\"62\" title=\"Blackhawk_custom_header\" data-id=\"465\" src=\"https://bestcerakoteflorida.com/wp-content/uploads/2019/01/Blackhawk_custom_header.png\" style=\"width: 100%;\"></span><a href=\"tel:1-954-848-1911\" target=\"_blank\" rel=\"noopener noreferrer\">                    </a><p><a href=\"tel:1-954-848-1911\" target=\"_blank\" rel=\"noopener noreferrer\">954-848-1911</a></p>                    <p><a href=\"mailto:info@bestcerkoteflorida.com\" target=\"_blank\" rel=\"noopener noreferrer\">info@bestcerakoteflorida.com</a></p><h1 style=\"text-align: center;\">&nbsp;Protect What\'s Important To You With The Toughest Ceramic Finish On The Market<span style=\"color: rgb(0, 229, 255);\" wfd-id=\"447\"></span></h1><p>We provide reliable, affordable services for your vehicle. You can choose a q<span style=\"color: rgb(255, 255, 255);\" wfd-id=\"437\">u</span>ick exterior wash or a detailed clean, we have it all.</p><h2>our services</h2><h4 style=\"text-align: left;\">Express exterior</h4><p>Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.</p><h4 style=\"text-align: left;\">Interior clean</h4><p>Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum</p><h4 style=\"text-align: left;\">Wax protection</h4><p>Etiam pharetra, erat sed fermentum feugiat, velit mauris</p><h4 style=\"text-align: left;\">Dust &amp; Dash Console</h4><p>Duis sed odio sit amet nibh vulputate cursus a sit amet mauris.</p><h4 style=\"text-align: left;\">Triple Foam Polish</h4><p>Class aptent taciti sociosqu ad litora torquent</p><h4 style=\"text-align: left;\">Tire dressing</h4><p>Etiam pharetra, erat sed fermentum feugiat, velit mauris</p><h3><strong>Complete cleaning services for yoâ€‹ur car</strong></h3><ul wfd-id=\"314\"><li wfd-id=\"323\"><span wfd-id=\"324\">We are a small business delivering professional cleaning services for all vehicles</span></li><li wfd-id=\"319\"><span wfd-id=\"320\">Our services are convenient for individuals and corporate fleets</span></li><li wfd-id=\"315\"><span wfd-id=\"316\">We use eco-friendly products that actually clean, protect and maintain your car better than the traditional cleaning substances</span></li></ul><h2>Check Out Our Special Offer!</h2><p>Donâ€™t miss the opportunity to get 50% discount on a complete cleaning just by recommending us to a friend. Bring someone you know with you and clean you car half price!</p><h2 style=\"text-align: center;\">our happy clients</h2><h5>Brett Graham, 28</h5><h6>Architect</h6><p>Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit. Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit.&nbsp;</p><h5>Rosie Hanson, 24</h5><h6>Real estate Associate</h6><p>Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo.</p><h5>Shawn Mattews, 35</h5><h6>project manager</h6><p>Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo. Nullam ac urna eu felis.Sed non neque elit. Sed ut imperdiet nisi. Proin condimentum</p><h2 style=\"text-align: center;\">our offers</h2><h4 style=\"text-align: center;\"><strong>Basic Wash</strong></h4><h4 style=\"text-align: center;\"><strong>15$</strong></h4><ul wfd-id=\"136\"><li wfd-id=\"153\">check<span wfd-id=\"154\">Interior vacuum</span></li><li wfd-id=\"149\">check<span wfd-id=\"150\">Dust &amp;dash console</span></li><li wfd-id=\"145\">check<span wfd-id=\"146\">Hand towel dry</span></li><li wfd-id=\"141\">check<span wfd-id=\"142\">Clean windows</span></li><li wfd-id=\"137\">check<span wfd-id=\"138\">Soft cloth wash</span></li></ul><h4 style=\"text-align: center;\"><strong>Ultimate Wash</strong></h4><h4 style=\"text-align: center;\"><strong>22 $</strong></h4><p style=\"text-align: center;\">Includes basic service <span style=\"color: rgb(15, 29, 123);\" wfd-id=\"119\"><strong><span wfd-id=\"120\">+</span></strong></span></p><ul wfd-id=\"105\"><li wfd-id=\"114\">check<span wfd-id=\"115\">Triple foam conditiner</span></li><li wfd-id=\"110\">check<span wfd-id=\"111\">Tire dressing</span></li><li wfd-id=\"106\">check<span wfd-id=\"107\">Air freshner</span></li></ul><h4 style=\"text-align: center;\"><strong>Supreme Wash</strong></h4><h4 style=\"text-align: center;\"><strong>30 $</strong></h4><p style=\"text-align: center;\">Includes ultimate service <span style=\"color: rgb(15, 29, 123);\" wfd-id=\"88\"><strong><span wfd-id=\"89\">+</span></strong></span></p><ul wfd-id=\"74\"><li wfd-id=\"83\">check<span wfd-id=\"84\">Exterior trim dressing</span></li><li wfd-id=\"79\">check<span wfd-id=\"80\">Hand applied spray wax</span></li><li wfd-id=\"75\">check<span wfd-id=\"76\">Interior conditioner</span></li></ul><h2 style=\"text-align: center;\">contact us</h2><p style=\"text-align: left;\">Your adress goes here</p><p style=\"text-align: left;\">Phone: 0400 - 700 - 682</p><p style=\"text-align: left;\">Email: our_office@gmail.com</p><span style=\"width: 100%;\" wfd-id=\"56\"><img alt=\"\" width=\"567\" height=\"384\" title=\"Car wash img footer\" data-id=\"21388\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-img-footer.png\" style=\"width: 100%;\"></span><p>Â© 2018, Your company name . All rights reserved.</p><p style=\"text-align: right;\">Made with <a href=\"https://thrivethemes.com/\" target=\"_blank\" rel=\"noopener noreferrer\">Thrive Architect</a></p>','Home','','inherit','closed','closed','','106-revision-v1','','','2019-03-07 15:16:25','2019-03-07 20:16:25','',106,'https://bestcerakoteflorida.com/106-revision-v1/',0,'revision','',0),(557,1,'2019-03-07 15:18:57','2019-03-07 20:18:57','<span style=\"width: 100%;\" wfd-id=\"480\"><img alt=\"\" width=\"384\" height=\"62\" title=\"Blackhawk_custom_header\" data-id=\"465\" src=\"https://bestcerakoteflorida.com/wp-content/uploads/2019/01/Blackhawk_custom_header.png\" style=\"width: 100%;\"></span><a href=\"tel:1-954-848-1911\" target=\"_blank\" rel=\"noopener noreferrer\">                    </a><p><a href=\"tel:1-954-848-1911\" target=\"_blank\" rel=\"noopener noreferrer\">954-848-1911</a></p>                    <p><a href=\"mailto:info@bestcerkoteflorida.com\" target=\"_blank\" rel=\"noopener noreferrer\">info@bestcerakoteflorida.com</a></p><h1 style=\"text-align: center;\">&nbsp;Protect What\'s Important To You With The Toughest Ceramic Finish On The Market<span style=\"color: rgb(0, 229, 255);\" wfd-id=\"447\"></span></h1><p>We provide reliable, affordable services for your vehicle. You can choose a q<span style=\"color: rgb(255, 255, 255);\" wfd-id=\"437\">u</span>ick exterior wash or a detailed clean, we have it all.</p><h2>our services</h2><h4 style=\"text-align: left;\">Express exterior</h4><p>Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.</p><h4 style=\"text-align: left;\">Interior clean</h4><p>Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum</p><h4 style=\"text-align: left;\">Wax protection</h4><p>Etiam pharetra, erat sed fermentum feugiat, velit mauris</p><h4 style=\"text-align: left;\">Dust &amp; Dash Console</h4><p>Duis sed odio sit amet nibh vulputate cursus a sit amet mauris.</p><h4 style=\"text-align: left;\">Triple Foam Polish</h4><p>Class aptent taciti sociosqu ad litora torquent</p><h4 style=\"text-align: left;\">Tire dressing</h4><p>Etiam pharetra, erat sed fermentum feugiat, velit mauris</p><h3><strong>Complete cleaning services for yoâ€‹ur car</strong></h3><ul wfd-id=\"314\"><li wfd-id=\"323\"><span wfd-id=\"324\">We are a small business delivering professional cleaning services for all vehicles</span></li><li wfd-id=\"319\"><span wfd-id=\"320\">Our services are convenient for individuals and corporate fleets</span></li><li wfd-id=\"315\"><span wfd-id=\"316\">We use eco-friendly products that actually clean, protect and maintain your car better than the traditional cleaning substances</span></li></ul><h2>Check Out Our Special Offer!</h2><p>Donâ€™t miss the opportunity to get 50% discount on a complete cleaning just by recommending us to a friend. Bring someone you know with you and clean you car half price!</p><h2 style=\"text-align: center;\">our happy clients</h2><h5>Brett Graham, 28</h5><h6>Architect</h6><p>Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit. Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit.&nbsp;</p><h5>Rosie Hanson, 24</h5><h6>Real estate Associate</h6><p>Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo.</p><h5>Shawn Mattews, 35</h5><h6>project manager</h6><p>Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo. Nullam ac urna eu felis.Sed non neque elit. Sed ut imperdiet nisi. Proin condimentum</p><h2 style=\"text-align: center;\">our offers</h2><h4 style=\"text-align: center;\"><strong>Basic Wash</strong></h4><h4 style=\"text-align: center;\"><strong>15$</strong></h4><ul wfd-id=\"136\"><li wfd-id=\"153\">check<span wfd-id=\"154\">Interior vacuum</span></li><li wfd-id=\"149\">check<span wfd-id=\"150\">Dust &amp;dash console</span></li><li wfd-id=\"145\">check<span wfd-id=\"146\">Hand towel dry</span></li><li wfd-id=\"141\">check<span wfd-id=\"142\">Clean windows</span></li><li wfd-id=\"137\">check<span wfd-id=\"138\">Soft cloth wash</span></li></ul><h4 style=\"text-align: center;\"><strong>Ultimate Wash</strong></h4><h4 style=\"text-align: center;\"><strong>22 $</strong></h4><p style=\"text-align: center;\">Includes basic service <span style=\"color: rgb(15, 29, 123);\" wfd-id=\"119\"><strong><span wfd-id=\"120\">+</span></strong></span></p><ul wfd-id=\"105\"><li wfd-id=\"114\">check<span wfd-id=\"115\">Triple foam conditiner</span></li><li wfd-id=\"110\">check<span wfd-id=\"111\">Tire dressing</span></li><li wfd-id=\"106\">check<span wfd-id=\"107\">Air freshner</span></li></ul><h4 style=\"text-align: center;\"><strong>Supreme Wash</strong></h4><h4 style=\"text-align: center;\"><strong>30 $</strong></h4><p style=\"text-align: center;\">Includes ultimate service <span style=\"color: rgb(15, 29, 123);\" wfd-id=\"88\"><strong><span wfd-id=\"89\">+</span></strong></span></p><ul wfd-id=\"74\"><li wfd-id=\"83\">check<span wfd-id=\"84\">Exterior trim dressing</span></li><li wfd-id=\"79\">check<span wfd-id=\"80\">Hand applied spray wax</span></li><li wfd-id=\"75\">check<span wfd-id=\"76\">Interior conditioner</span></li></ul><h2 style=\"text-align: center;\">contact us</h2><p style=\"text-align: left;\">Your adress goes here</p><p style=\"text-align: left;\">Phone: 0400 - 700 - 682</p><p style=\"text-align: left;\">Email: our_office@gmail.com</p><span style=\"width: 100%;\" wfd-id=\"56\"><img alt=\"\" width=\"567\" height=\"384\" title=\"Car wash img footer\" data-id=\"21388\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-img-footer.png\" style=\"width: 100%;\"></span><p>Â© 2018, Your company name . All rights reserved.</p><p style=\"text-align: right;\">Made with <a href=\"https://thrivethemes.com/\" target=\"_blank\" rel=\"noopener noreferrer\">Thrive Architect</a></p>','Home','','inherit','closed','closed','','106-revision-v1','','','2019-03-07 15:18:57','2019-03-07 20:18:57','',106,'https://bestcerakoteflorida.com/106-revision-v1/',0,'revision','',0),(558,1,'2019-03-07 15:21:06','2019-03-07 20:21:06','<span style=\"width: 100%;\" wfd-id=\"480\"><img alt=\"\" width=\"384\" height=\"62\" title=\"Blackhawk_custom_header\" data-id=\"465\" src=\"https://bestcerakoteflorida.com/wp-content/uploads/2019/01/Blackhawk_custom_header.png\" style=\"width: 100%;\"></span><a href=\"tel:1-954-848-1911\" target=\"_blank\" rel=\"noopener noreferrer\">                    </a><p><a href=\"tel:1-954-848-1911\" target=\"_blank\" rel=\"noopener noreferrer\">954-848-1911</a></p>                    <p><a href=\"mailto:info@bestcerkoteflorida.com\" target=\"_blank\" rel=\"noopener noreferrer\">info@bestcerakoteflorida.com</a></p><h1 style=\"text-align: center;\">&nbsp;Protect What\'s Important To You With The Toughest Ceramic Finish On The Market<span style=\"color: rgb(0, 229, 255);\" wfd-id=\"447\"></span></h1><p>We provide reliable, affordable services for your vehicle. You can choose a q<span style=\"color: rgb(255, 255, 255);\" wfd-id=\"437\">u</span>ick exterior wash or a detailed clean, we have it all.</p><h2>our services</h2><h4 style=\"text-align: left;\">Express exterior</h4><p>Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.</p><h4 style=\"text-align: left;\">Interior clean</h4><p>Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum</p><h4 style=\"text-align: left;\">Wax protection</h4><p>Etiam pharetra, erat sed fermentum feugiat, velit mauris</p><h4 style=\"text-align: left;\">Dust &amp; Dash Console</h4><p>Duis sed odio sit amet nibh vulputate cursus a sit amet mauris.</p><h4 style=\"text-align: left;\">Triple Foam Polish</h4><p>Class aptent taciti sociosqu ad litora torquent</p><h4 style=\"text-align: left;\">Tire dressing</h4><p>Etiam pharetra, erat sed fermentum feugiat, velit mauris</p><h3><strong>Complete cleaning services for yoâ€‹ur car</strong></h3><ul wfd-id=\"314\"><li wfd-id=\"323\"><span wfd-id=\"324\">We are a small business delivering professional cleaning services for all vehicles</span></li><li wfd-id=\"319\"><span wfd-id=\"320\">Our services are convenient for individuals and corporate fleets</span></li><li wfd-id=\"315\"><span wfd-id=\"316\">We use eco-friendly products that actually clean, protect and maintain your car better than the traditional cleaning substances</span></li></ul><h2>Check Out Our Special Offer!</h2><p>Donâ€™t miss the opportunity to get 50% discount on a complete cleaning just by recommending us to a friend. Bring someone you know with you and clean you car half price!</p><h2 style=\"text-align: center;\">our happy clients</h2><h5>Brett Graham, 28</h5><h6>Architect</h6><p>Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit. Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit.&nbsp;</p><h5>Rosie Hanson, 24</h5><h6>Real estate Associate</h6><p>Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo.</p><h5>Shawn Mattews, 35</h5><h6>project manager</h6><p>Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo. Nullam ac urna eu felis.Sed non neque elit. Sed ut imperdiet nisi. Proin condimentum</p><h2 style=\"text-align: center;\">our offers</h2><h4 style=\"text-align: center;\"><strong>Basic Wash</strong></h4><h4 style=\"text-align: center;\"><strong>15$</strong></h4><ul wfd-id=\"136\"><li wfd-id=\"153\">check<span wfd-id=\"154\">Interior vacuum</span></li><li wfd-id=\"149\">check<span wfd-id=\"150\">Dust &amp;dash console</span></li><li wfd-id=\"145\">check<span wfd-id=\"146\">Hand towel dry</span></li><li wfd-id=\"141\">check<span wfd-id=\"142\">Clean windows</span></li><li wfd-id=\"137\">check<span wfd-id=\"138\">Soft cloth wash</span></li></ul><h4 style=\"text-align: center;\"><strong>Ultimate Wash</strong></h4><h4 style=\"text-align: center;\"><strong>22 $</strong></h4><p style=\"text-align: center;\">Includes basic service <span style=\"color: rgb(15, 29, 123);\" wfd-id=\"119\"><strong><span wfd-id=\"120\">+</span></strong></span></p><ul wfd-id=\"105\"><li wfd-id=\"114\">check<span wfd-id=\"115\">Triple foam conditiner</span></li><li wfd-id=\"110\">check<span wfd-id=\"111\">Tire dressing</span></li><li wfd-id=\"106\">check<span wfd-id=\"107\">Air freshner</span></li></ul><h4 style=\"text-align: center;\"><strong>Supreme Wash</strong></h4><h4 style=\"text-align: center;\"><strong>30 $</strong></h4><p style=\"text-align: center;\">Includes ultimate service <span style=\"color: rgb(15, 29, 123);\" wfd-id=\"88\"><strong><span wfd-id=\"89\">+</span></strong></span></p><ul wfd-id=\"74\"><li wfd-id=\"83\">check<span wfd-id=\"84\">Exterior trim dressing</span></li><li wfd-id=\"79\">check<span wfd-id=\"80\">Hand applied spray wax</span></li><li wfd-id=\"75\">check<span wfd-id=\"76\">Interior conditioner</span></li></ul><h2 style=\"text-align: center;\">contact us</h2><p style=\"text-align: left;\">Your adress goes here</p><p style=\"text-align: left;\">Phone: 0400 - 700 - 682</p><p style=\"text-align: left;\">Email: our_office@gmail.com</p><span style=\"width: 100%;\" wfd-id=\"56\"><img alt=\"\" width=\"567\" height=\"384\" title=\"Car wash img footer\" data-id=\"21388\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-img-footer.png\" style=\"width: 100%;\"></span><p>Â© 2018, Your company name . All rights reserved.</p><p style=\"text-align: right;\">Made with <a href=\"https://thrivethemes.com/\" target=\"_blank\" rel=\"noopener noreferrer\">Thrive Architect</a></p>','Home','','inherit','closed','closed','','106-revision-v1','','','2019-03-07 15:21:06','2019-03-07 20:21:06','',106,'https://bestcerakoteflorida.com/106-revision-v1/',0,'revision','',0),(559,1,'2019-03-07 15:22:22','2019-03-07 20:22:22','<span style=\"width: 100%;\" wfd-id=\"480\"><img alt=\"\" width=\"384\" height=\"62\" title=\"Blackhawk_custom_header\" data-id=\"465\" src=\"https://bestcerakoteflorida.com/wp-content/uploads/2019/01/Blackhawk_custom_header.png\" style=\"width: 100%;\"></span><a href=\"tel:1-954-848-1911\" target=\"_blank\" rel=\"noopener noreferrer\">                    </a><p><a href=\"tel:1-954-848-1911\" target=\"_blank\" rel=\"noopener noreferrer\">954-848-1911</a></p>                    <p><a href=\"mailto:info@bestcerkoteflorida.com\" target=\"_blank\" rel=\"noopener noreferrer\">info@bestcerakoteflorida.com</a></p><h1 style=\"text-align: center;\">&nbsp;Protect What\'s Important To You With The Toughest Ceramic Finish On The Market<span style=\"color: rgb(0, 229, 255);\" wfd-id=\"447\"></span></h1><p>We provide reliable, affordable services for your vehicle. You can choose a q<span style=\"color: rgb(255, 255, 255);\" wfd-id=\"437\">u</span>ick exterior wash or a detailed clean, we have it all.</p><h2>our services</h2><h4 style=\"text-align: left;\">Express exterior</h4><p>Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.</p><h4 style=\"text-align: left;\">Interior clean</h4><p>Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum</p><h4 style=\"text-align: left;\">Wax protection</h4><p>Etiam pharetra, erat sed fermentum feugiat, velit mauris</p><h4 style=\"text-align: left;\">Dust &amp; Dash Console</h4><p>Duis sed odio sit amet nibh vulputate cursus a sit amet mauris.</p><h4 style=\"text-align: left;\">Triple Foam Polish</h4><p>Class aptent taciti sociosqu ad litora torquent</p><h4 style=\"text-align: left;\">Tire dressing</h4><p>Etiam pharetra, erat sed fermentum feugiat, velit mauris</p><h3><strong>Complete cleaning services for yoâ€‹ur car</strong></h3><ul wfd-id=\"314\"><li wfd-id=\"323\"><span wfd-id=\"324\">We are a small business delivering professional cleaning services for all vehicles</span></li><li wfd-id=\"319\"><span wfd-id=\"320\">Our services are convenient for individuals and corporate fleets</span></li><li wfd-id=\"315\"><span wfd-id=\"316\">We use eco-friendly products that actually clean, protect and maintain your car better than the traditional cleaning substances</span></li></ul><h2>Check Out Our Special Offer!</h2><p>Donâ€™t miss the opportunity to get 50% discount on a complete cleaning just by recommending us to a friend. Bring someone you know with you and clean you car half price!</p><h2 style=\"text-align: center;\">our happy clients</h2><h5>Brett Graham, 28</h5><h6>Architect</h6><p>Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit. Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit.&nbsp;</p><h5>Rosie Hanson, 24</h5><h6>Real estate Associate</h6><p>Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo.</p><h5>Shawn Mattews, 35</h5><h6>project manager</h6><p>Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo. Nullam ac urna eu felis.Sed non neque elit. Sed ut imperdiet nisi. Proin condimentum</p><h2 style=\"text-align: center;\">our offers</h2><h4 style=\"text-align: center;\"><strong>Basic Wash</strong></h4><h4 style=\"text-align: center;\"><strong>15$</strong></h4><ul wfd-id=\"136\"><li wfd-id=\"153\">check<span wfd-id=\"154\">Interior vacuum</span></li><li wfd-id=\"149\">check<span wfd-id=\"150\">Dust &amp;dash console</span></li><li wfd-id=\"145\">check<span wfd-id=\"146\">Hand towel dry</span></li><li wfd-id=\"141\">check<span wfd-id=\"142\">Clean windows</span></li><li wfd-id=\"137\">check<span wfd-id=\"138\">Soft cloth wash</span></li></ul><h4 style=\"text-align: center;\"><strong>Ultimate Wash</strong></h4><h4 style=\"text-align: center;\"><strong>22 $</strong></h4><p style=\"text-align: center;\">Includes basic service <span style=\"color: rgb(15, 29, 123);\" wfd-id=\"119\"><strong><span wfd-id=\"120\">+</span></strong></span></p><ul wfd-id=\"105\"><li wfd-id=\"114\">check<span wfd-id=\"115\">Triple foam conditiner</span></li><li wfd-id=\"110\">check<span wfd-id=\"111\">Tire dressing</span></li><li wfd-id=\"106\">check<span wfd-id=\"107\">Air freshner</span></li></ul><h4 style=\"text-align: center;\"><strong>Supreme Wash</strong></h4><h4 style=\"text-align: center;\"><strong>30 $</strong></h4><p style=\"text-align: center;\">Includes ultimate service <span style=\"color: rgb(15, 29, 123);\" wfd-id=\"88\"><strong><span wfd-id=\"89\">+</span></strong></span></p><ul wfd-id=\"74\"><li wfd-id=\"83\">check<span wfd-id=\"84\">Exterior trim dressing</span></li><li wfd-id=\"79\">check<span wfd-id=\"80\">Hand applied spray wax</span></li><li wfd-id=\"75\">check<span wfd-id=\"76\">Interior conditioner</span></li></ul><h2 style=\"text-align: center;\">contact us</h2><p style=\"text-align: left;\">Your adress goes here</p><p style=\"text-align: left;\">Phone: 0400 - 700 - 682</p><p style=\"text-align: left;\">Email: our_office@gmail.com</p><span style=\"width: 100%;\" wfd-id=\"56\"><img alt=\"\" width=\"567\" height=\"384\" title=\"Car wash img footer\" data-id=\"21388\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-img-footer.png\" style=\"width: 100%;\"></span><p>Â© 2018, Your company name . All rights reserved.</p><p style=\"text-align: right;\">Made with <a href=\"https://thrivethemes.com/\" target=\"_blank\" rel=\"noopener noreferrer\">Thrive Architect</a></p>','Home','','inherit','closed','closed','','106-revision-v1','','','2019-03-07 15:22:22','2019-03-07 20:22:22','',106,'https://bestcerakoteflorida.com/106-revision-v1/',0,'revision','',0),(6755,0,'2020-01-11 15:11:54','2020-01-11 20:11:54','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e1a34cfdbd3a4.37025377-rWJPCOZY2fNXq6JH723XYApnsXqOvWbK','','','2020-01-11 15:49:19','2020-01-11 20:49:19','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6755',1,'scheduled-action','',3),(6757,0,'2020-01-11 16:49:19','2020-01-11 21:49:19','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e1a42e76f5fa8.37743565-2pRI7yFyBBo2tbI3MrNzELBFtvMQv3VK','','','2020-01-11 16:49:27','2020-01-11 21:49:27','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6757',1,'scheduled-action','',3),(6759,0,'2020-01-11 17:49:27','2020-01-11 22:49:27','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e1a79f51278f7.07728182-8iUMDojRJZKEM3o9gDGmT1q30VqgzWDw','','','2020-01-11 20:44:21','2020-01-12 01:44:21','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6759',1,'scheduled-action','',3),(6760,0,'2020-01-11 21:44:21','2020-01-12 02:44:21','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e1aaeb2327023.46284162-wySTDWoaO1VZKAP1XRmJTZDzvUK4dzAU','','','2020-01-12 00:29:22','2020-01-12 05:29:22','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6760',1,'scheduled-action','',3),(6761,0,'2020-01-11 21:44:21','2020-01-12 02:44:21','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e1aaeb23cd207.24929265-0G6wzGJlB0LSuNpLSIYnqJaoqKVAMSPC','','','2020-01-12 00:29:22','2020-01-12 05:29:22','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6761',1,'scheduled-action','',3),(6762,0,'2020-01-12 01:29:22','2020-01-12 06:29:22','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e1ae11eaf4413.82384009-d4lCTni2YIYAxgIa79bNGDyNYWkL1c0o','','','2020-01-12 04:04:30','2020-01-12 09:04:30','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6762',1,'scheduled-action','',3),(6763,0,'2020-01-12 01:29:22','2020-01-12 06:29:22','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e1ae11eb9f5c3.78515608-ShbU6VQZIcXUM3zcbmrjmHySpRCxUF6Q','','','2020-01-12 04:04:30','2020-01-12 09:04:30','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6763',1,'scheduled-action','',3),(6765,0,'2020-01-12 05:04:30','2020-01-12 10:04:30','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e1afd3cce1b99.22863994-veuuyp9og4sAdBUbs0GpHB92DHVBumOC','','','2020-01-12 06:04:28','2020-01-12 11:04:28','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6765',1,'scheduled-action','',3),(6767,0,'2020-01-12 07:04:28','2020-01-12 12:04:28','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e1b1467722113.25656951-b5Qt07Ez2e7gpCEuS2IaVOah42WsFdy3','','','2020-01-12 07:43:19','2020-01-12 12:43:19','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6767',1,'scheduled-action','',3),(6769,0,'2020-01-12 08:43:19','2020-01-12 13:43:19','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e1b337a1fcbf4.86624676-JFMgMyQ7DSM8qc0nusg3y0MvljSRhKFY','','','2020-01-12 09:55:54','2020-01-12 14:55:54','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6769',1,'scheduled-action','',3),(6770,0,'2020-01-12 10:55:54','2020-01-12 15:55:54','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e1b495415ccb1.11672665-AcdKc8tCDfzt6n5u4mLkbprW1HW3asFS','','','2020-01-12 11:29:08','2020-01-12 16:29:08','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6770',1,'scheduled-action','',3),(565,1,'2019-03-07 16:50:32','2019-03-07 21:50:32','<span style=\"width: 100%;\" wfd-id=\"455\"><img alt=\"\" width=\"384\" height=\"62\" title=\"Blackhawk_custom_header\" data-id=\"465\" src=\"https://bestcerakoteflorida.com/wp-content/uploads/2019/01/Blackhawk_custom_header.png\" style=\"width: 100%;\"></span>                    <p><a href=\"mailto:info@bestcerkoteflorida.com\" target=\"_blank\" rel=\"noopener noreferrer\">info@bestcerakoteflorida.com</a></p><h1 style=\"text-align: center;\">&nbsp;Protect What\'s Important To You With The Toughest Ceramic Finish In The World!<span style=\"color: rgb(0, 229, 255);\" wfd-id=\"427\"></span></h1><p>Heat, Water, Salt and Sand just some of the conditions you face. And any one of them is just waiting to get a hold of your firearm and&nbsp;</p><h2>our services</h2><h4 style=\"text-align: left;\">Express exterior</h4><p>Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.</p><h4 style=\"text-align: left;\">Interior clean</h4><p>Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum</p><h4 style=\"text-align: left;\">Wax protection</h4><p>Etiam pharetra, erat sed fermentum feugiat, velit mauris</p><h4 style=\"text-align: left;\">Dust &amp; Dash Console</h4><p>Duis sed odio sit amet nibh vulputate cursus a sit amet mauris.</p><h4 style=\"text-align: left;\">Triple Foam Polish</h4><p>Class aptent taciti sociosqu ad litora torquent</p><h4 style=\"text-align: left;\">Tire dressing</h4><p>Etiam pharetra, erat sed fermentum feugiat, velit mauris</p><h3><strong>Complete cleaning services for yoâ€‹ur car</strong></h3><ul wfd-id=\"314\"><li wfd-id=\"323\"><span wfd-id=\"324\">We are a small business delivering professional cleaning services for all vehicles</span></li><li wfd-id=\"319\"><span wfd-id=\"320\">Our services are convenient for individuals and corporate fleets</span></li><li wfd-id=\"315\"><span wfd-id=\"316\">We use eco-friendly products that actually clean, protect and maintain your car better than the traditional cleaning substances</span></li></ul><h2>Check Out Our Special Offer!</h2><p>Donâ€™t miss the opportunity to get 50% discount on a complete cleaning just by recommending us to a friend. Bring someone you know with you and clean you car half price!</p><h2 style=\"text-align: center;\">our happy clients</h2><h5>Brett Graham, 28</h5><h6>Architect</h6><p>Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit. Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit.&nbsp;</p><h5>Rosie Hanson, 24</h5><h6>Real estate Associate</h6><p>Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo.</p><h5>Shawn Mattews, 35</h5><h6>project manager</h6><p>Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo. Nullam ac urna eu felis.Sed non neque elit. Sed ut imperdiet nisi. Proin condimentum</p><h2 style=\"text-align: center;\">our offers</h2><h4 style=\"text-align: center;\"><strong>Basic Wash</strong></h4><h4 style=\"text-align: center;\"><strong>15$</strong></h4><ul wfd-id=\"136\"><li wfd-id=\"153\">check<span wfd-id=\"154\">Interior vacuum</span></li><li wfd-id=\"149\">check<span wfd-id=\"150\">Dust &amp;dash console</span></li><li wfd-id=\"145\">check<span wfd-id=\"146\">Hand towel dry</span></li><li wfd-id=\"141\">check<span wfd-id=\"142\">Clean windows</span></li><li wfd-id=\"137\">check<span wfd-id=\"138\">Soft cloth wash</span></li></ul><h4 style=\"text-align: center;\"><strong>Ultimate Wash</strong></h4><h4 style=\"text-align: center;\"><strong>22 $</strong></h4><p style=\"text-align: center;\">Includes basic service <span style=\"color: rgb(15, 29, 123);\" wfd-id=\"119\"><strong><span wfd-id=\"120\">+</span></strong></span></p><ul wfd-id=\"105\"><li wfd-id=\"114\">check<span wfd-id=\"115\">Triple foam conditiner</span></li><li wfd-id=\"110\">check<span wfd-id=\"111\">Tire dressing</span></li><li wfd-id=\"106\">check<span wfd-id=\"107\">Air freshner</span></li></ul><h4 style=\"text-align: center;\"><strong>Supreme Wash</strong></h4><h4 style=\"text-align: center;\"><strong>30 $</strong></h4><p style=\"text-align: center;\">Includes ultimate service <span style=\"color: rgb(15, 29, 123);\" wfd-id=\"88\"><strong><span wfd-id=\"89\">+</span></strong></span></p><ul wfd-id=\"74\"><li wfd-id=\"83\">check<span wfd-id=\"84\">Exterior trim dressing</span></li><li wfd-id=\"79\">check<span wfd-id=\"80\">Hand applied spray wax</span></li><li wfd-id=\"75\">check<span wfd-id=\"76\">Interior conditioner</span></li></ul><h2 style=\"text-align: center;\">contact us</h2><p style=\"text-align: left;\">Your adress goes here</p><p style=\"text-align: left;\">Phone: 0400 - 700 - 682</p><p style=\"text-align: left;\">Email: our_office@gmail.com</p><span style=\"width: 100%;\" wfd-id=\"56\"><img alt=\"\" width=\"567\" height=\"384\" title=\"Car wash img footer\" data-id=\"21388\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-img-footer.png\" style=\"width: 100%;\"></span><p>Â© 2018, Your company name . All rights reserved.</p><p style=\"text-align: right;\">Made with <a href=\"https://thrivethemes.com/\" target=\"_blank\" rel=\"noopener noreferrer\">Thrive Architect</a></p>','Home','','inherit','closed','closed','','106-revision-v1','','','2019-03-07 16:50:32','2019-03-07 21:50:32','',106,'https://bestcerakoteflorida.com/106-revision-v1/',0,'revision','',0),(572,1,'2019-03-08 08:32:17','2019-03-08 13:32:17','<span style=\"width: 100%;\" wfd-id=\"470\"><img alt=\"\" width=\"384\" height=\"62\" title=\"Blackhawk_custom_header\" data-id=\"465\" src=\"https://bestcerakoteflorida.com/wp-content/uploads/2019/01/Blackhawk_custom_header.png\" style=\"width: 100%;\"></span>                    <p><a href=\"mailto:info@bestcerkoteflorida.com\" target=\"_blank\" rel=\"noopener noreferrer\">info@bestcerakoteflorida.com</a></p><h1 style=\"text-align: center;\">&nbsp;Protect What\'s Important To You! With The Toughest Ceramic Finish In The World!<span style=\"color: rgb(0, 229, 255);\" wfd-id=\"444\"></span></h1><p style=\"text-align: center;\">Heat, Water, Salt and Sand just some of the conditions you face. And any one of them is just waiting to get a hold of your firearm and leave it a pile of rusted, pitted junk.</p><p style=\"text-align: center;\">Unfortunately there wasn\'t much you could do other than keep cleaning and lubricating your firearms...till NOW!</p><h2>our services</h2><h4 style=\"text-align: left;\">Express exterior</h4><p>Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.</p><h4 style=\"text-align: left;\">Interior clean</h4><p>Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum</p><h4 style=\"text-align: left;\">Wax protection</h4><p>Etiam pharetra, erat sed fermentum feugiat, velit mauris</p><h4 style=\"text-align: left;\">Dust &amp; Dash Console</h4><p>Duis sed odio sit amet nibh vulputate cursus a sit amet mauris.</p><h4 style=\"text-align: left;\">Triple Foam Polish</h4><p>Class aptent taciti sociosqu ad litora torquent</p><h4 style=\"text-align: left;\">Tire dressing</h4><p>Etiam pharetra, erat sed fermentum feugiat, velit mauris</p><h3><strong>Complete cleaning services for yoâ€‹ur car</strong></h3><ul wfd-id=\"342\"><li wfd-id=\"353\"><span wfd-id=\"354\">We are a small business delivering professional cleaning services for all vehicles</span></li><li wfd-id=\"349\"><span wfd-id=\"350\">Our services are convenient for individuals and corporate fleets</span></li><li wfd-id=\"343\"><span wfd-id=\"344\">We use eco-friendly products that actually clean, protect and maintain your car better than the traditional cleaning substances</span></li></ul><h2>Check Out Our Special Offer!</h2><p>Donâ€™t miss the opportunity to get 50% discount on a complete cleaning just by recommending us to a friend. Bring someone you know with you and clean you car half price!</p><h2 style=\"text-align: center;\">our happy clients</h2><h5>Brett Graham, 28</h5><h6>Architect</h6><p>Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit. Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit.&nbsp;</p><h5>Rosie Hanson, 24</h5><h6>Real estate Associate</h6><p>Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo.</p><h5>Shawn Mattews, 35</h5><h6>project manager</h6><p>Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo. Nullam ac urna eu felis.Sed non neque elit. Sed ut imperdiet nisi. Proin condimentum</p><h2 style=\"text-align: center;\">our offers</h2><h4 style=\"text-align: center;\"><strong>Basic Wash</strong></h4><h4 style=\"text-align: center;\"><strong>15$</strong></h4><ul wfd-id=\"160\"><li wfd-id=\"177\">check<span wfd-id=\"178\">Interior vacuum</span></li><li wfd-id=\"173\">check<span wfd-id=\"174\">Dust &amp;dash console</span></li><li wfd-id=\"169\">check<span wfd-id=\"170\">Hand towel dry</span></li><li wfd-id=\"165\">check<span wfd-id=\"166\">Clean windows</span></li><li wfd-id=\"161\">check<span wfd-id=\"162\">Soft cloth wash</span></li></ul><h4 style=\"text-align: center;\"><strong>Ultimate Wash</strong></h4><h4 style=\"text-align: center;\"><strong>22 $</strong></h4><p style=\"text-align: center;\">Includes basic service <span style=\"color: rgb(15, 29, 123);\" wfd-id=\"143\"><strong><span wfd-id=\"144\">+</span></strong></span></p><ul wfd-id=\"129\"><li wfd-id=\"138\">check<span wfd-id=\"139\">Triple foam conditiner</span></li><li wfd-id=\"134\">check<span wfd-id=\"135\">Tire dressing</span></li><li wfd-id=\"130\">check<span wfd-id=\"131\">Air freshner</span></li></ul><h4 style=\"text-align: center;\"><strong>Supreme Wash</strong></h4><h4 style=\"text-align: center;\"><strong>30 $</strong></h4><p style=\"text-align: center;\">Includes ultimate service <span style=\"color: rgb(15, 29, 123);\" wfd-id=\"112\"><strong><span wfd-id=\"113\">+</span></strong></span></p><ul wfd-id=\"98\"><li wfd-id=\"107\">check<span wfd-id=\"108\">Exterior trim dressing</span></li><li wfd-id=\"103\">check<span wfd-id=\"104\">Hand applied spray wax</span></li><li wfd-id=\"99\">check<span wfd-id=\"100\">Interior conditioner</span></li></ul><h2 style=\"text-align: center;\">contact us</h2>First NameEmail AddressPhone NumberMessageSend message<span style=\"width: 100%;\" wfd-id=\"48\"><img alt=\"\" width=\"567\" height=\"384\" title=\"Car wash img footer\" data-id=\"21388\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-img-footer.png\" style=\"width: 100%;\"></span><p>Â© 2018, Your company name . All rights reserved.</p><p style=\"text-align: right;\">Made with <a href=\"https://thrivethemes.com/\" target=\"_blank\" rel=\"noopener noreferrer\">Thrive Architect</a></p>','Home','','inherit','closed','closed','','106-revision-v1','','','2019-03-08 08:32:17','2019-03-08 13:32:17','',106,'https://bestcerakoteflorida.com/106-revision-v1/',0,'revision','',0),(566,1,'2019-03-07 17:09:20','2019-03-07 22:09:20','<span style=\"width: 100%;\" wfd-id=\"463\"><img alt=\"\" width=\"384\" height=\"62\" title=\"Blackhawk_custom_header\" data-id=\"465\" src=\"https://bestcerakoteflorida.com/wp-content/uploads/2019/01/Blackhawk_custom_header.png\" style=\"width: 100%;\"></span>                    <p><a href=\"mailto:info@bestcerkoteflorida.com\" target=\"_blank\" rel=\"noopener noreferrer\">info@bestcerakoteflorida.com</a></p><h1 style=\"text-align: center;\">&nbsp;Protect What\'s Important To You With The Toughest Ceramic Finish In The World!<span style=\"color: rgb(0, 229, 255);\" wfd-id=\"435\"></span></h1><p style=\"text-align: center;\">Heat, Water, Salt and Sand just some of the conditions you face. And any one of them is just waiting to get a hold of your firearm and leave it a pile of rusted, pitted junk.</p><p style=\"text-align: center;\">Unfortunately there wasn\'t much you could do other than keep cleaning and lubricating your firearms...till NOW!</p><h2>our services</h2><h4 style=\"text-align: left;\">Express exterior</h4><p>Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.</p><h4 style=\"text-align: left;\">Interior clean</h4><p>Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum</p><h4 style=\"text-align: left;\">Wax protection</h4><p>Etiam pharetra, erat sed fermentum feugiat, velit mauris</p><h4 style=\"text-align: left;\">Dust &amp; Dash Console</h4><p>Duis sed odio sit amet nibh vulputate cursus a sit amet mauris.</p><h4 style=\"text-align: left;\">Triple Foam Polish</h4><p>Class aptent taciti sociosqu ad litora torquent</p><h4 style=\"text-align: left;\">Tire dressing</h4><p>Etiam pharetra, erat sed fermentum feugiat, velit mauris</p><h3><strong>Complete cleaning services for yoâ€‹ur car</strong></h3><ul wfd-id=\"314\"><li wfd-id=\"323\"><span wfd-id=\"324\">We are a small business delivering professional cleaning services for all vehicles</span></li><li wfd-id=\"319\"><span wfd-id=\"320\">Our services are convenient for individuals and corporate fleets</span></li><li wfd-id=\"315\"><span wfd-id=\"316\">We use eco-friendly products that actually clean, protect and maintain your car better than the traditional cleaning substances</span></li></ul><h2>Check Out Our Special Offer!</h2><p>Donâ€™t miss the opportunity to get 50% discount on a complete cleaning just by recommending us to a friend. Bring someone you know with you and clean you car half price!</p><h2 style=\"text-align: center;\">our happy clients</h2><h5>Brett Graham, 28</h5><h6>Architect</h6><p>Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit. Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit.&nbsp;</p><h5>Rosie Hanson, 24</h5><h6>Real estate Associate</h6><p>Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo.</p><h5>Shawn Mattews, 35</h5><h6>project manager</h6><p>Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo. Nullam ac urna eu felis.Sed non neque elit. Sed ut imperdiet nisi. Proin condimentum</p><h2 style=\"text-align: center;\">our offers</h2><h4 style=\"text-align: center;\"><strong>Basic Wash</strong></h4><h4 style=\"text-align: center;\"><strong>15$</strong></h4><ul wfd-id=\"136\"><li wfd-id=\"153\">check<span wfd-id=\"154\">Interior vacuum</span></li><li wfd-id=\"149\">check<span wfd-id=\"150\">Dust &amp;dash console</span></li><li wfd-id=\"145\">check<span wfd-id=\"146\">Hand towel dry</span></li><li wfd-id=\"141\">check<span wfd-id=\"142\">Clean windows</span></li><li wfd-id=\"137\">check<span wfd-id=\"138\">Soft cloth wash</span></li></ul><h4 style=\"text-align: center;\"><strong>Ultimate Wash</strong></h4><h4 style=\"text-align: center;\"><strong>22 $</strong></h4><p style=\"text-align: center;\">Includes basic service <span style=\"color: rgb(15, 29, 123);\" wfd-id=\"119\"><strong><span wfd-id=\"120\">+</span></strong></span></p><ul wfd-id=\"105\"><li wfd-id=\"114\">check<span wfd-id=\"115\">Triple foam conditiner</span></li><li wfd-id=\"110\">check<span wfd-id=\"111\">Tire dressing</span></li><li wfd-id=\"106\">check<span wfd-id=\"107\">Air freshner</span></li></ul><h4 style=\"text-align: center;\"><strong>Supreme Wash</strong></h4><h4 style=\"text-align: center;\"><strong>30 $</strong></h4><p style=\"text-align: center;\">Includes ultimate service <span style=\"color: rgb(15, 29, 123);\" wfd-id=\"88\"><strong><span wfd-id=\"89\">+</span></strong></span></p><ul wfd-id=\"74\"><li wfd-id=\"83\">check<span wfd-id=\"84\">Exterior trim dressing</span></li><li wfd-id=\"79\">check<span wfd-id=\"80\">Hand applied spray wax</span></li><li wfd-id=\"75\">check<span wfd-id=\"76\">Interior conditioner</span></li></ul><h2 style=\"text-align: center;\">contact us</h2><p style=\"text-align: left;\">Your adress goes here</p><p style=\"text-align: left;\">Phone: 0400 - 700 - 682</p><p style=\"text-align: left;\">Email: our_office@gmail.com</p><span style=\"width: 100%;\" wfd-id=\"56\"><img alt=\"\" width=\"567\" height=\"384\" title=\"Car wash img footer\" data-id=\"21388\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-img-footer.png\" style=\"width: 100%;\"></span><p>Â© 2018, Your company name . All rights reserved.</p><p style=\"text-align: right;\">Made with <a href=\"https://thrivethemes.com/\" target=\"_blank\" rel=\"noopener noreferrer\">Thrive Architect</a></p>','Home','','inherit','closed','closed','','106-revision-v1','','','2019-03-07 17:09:20','2019-03-07 22:09:20','',106,'https://bestcerakoteflorida.com/106-revision-v1/',0,'revision','',0),(567,1,'2019-03-07 17:10:14','2019-03-07 22:10:14','<span style=\"width: 100%;\" wfd-id=\"463\"><img alt=\"\" width=\"384\" height=\"62\" title=\"Blackhawk_custom_header\" data-id=\"465\" src=\"https://bestcerakoteflorida.com/wp-content/uploads/2019/01/Blackhawk_custom_header.png\" style=\"width: 100%;\"></span>                    <p><a href=\"mailto:info@bestcerkoteflorida.com\" target=\"_blank\" rel=\"noopener noreferrer\">info@bestcerakoteflorida.com</a></p><h1 style=\"text-align: center;\">&nbsp;Protect What\'s Important To You With The Toughest Ceramic Finish In The World!<span style=\"color: rgb(0, 229, 255);\" wfd-id=\"435\"></span></h1><p style=\"text-align: center;\">Heat, Water, Salt and Sand just some of the conditions you face. And any one of them is just waiting to get a hold of your firearm and leave it a pile of rusted, pitted junk.</p><p style=\"text-align: center;\">Unfortunately there wasn\'t much you could do other than keep cleaning and lubricating your firearms...till NOW!</p><h2>our services</h2><h4 style=\"text-align: left;\">Express exterior</h4><p>Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.</p><h4 style=\"text-align: left;\">Interior clean</h4><p>Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum</p><h4 style=\"text-align: left;\">Wax protection</h4><p>Etiam pharetra, erat sed fermentum feugiat, velit mauris</p><h4 style=\"text-align: left;\">Dust &amp; Dash Console</h4><p>Duis sed odio sit amet nibh vulputate cursus a sit amet mauris.</p><h4 style=\"text-align: left;\">Triple Foam Polish</h4><p>Class aptent taciti sociosqu ad litora torquent</p><h4 style=\"text-align: left;\">Tire dressing</h4><p>Etiam pharetra, erat sed fermentum feugiat, velit mauris</p><h3><strong>Complete cleaning services for yoâ€‹ur car</strong></h3><ul wfd-id=\"314\"><li wfd-id=\"323\"><span wfd-id=\"324\">We are a small business delivering professional cleaning services for all vehicles</span></li><li wfd-id=\"319\"><span wfd-id=\"320\">Our services are convenient for individuals and corporate fleets</span></li><li wfd-id=\"315\"><span wfd-id=\"316\">We use eco-friendly products that actually clean, protect and maintain your car better than the traditional cleaning substances</span></li></ul><h2>Check Out Our Special Offer!</h2><p>Donâ€™t miss the opportunity to get 50% discount on a complete cleaning just by recommending us to a friend. Bring someone you know with you and clean you car half price!</p><h2 style=\"text-align: center;\">our happy clients</h2><h5>Brett Graham, 28</h5><h6>Architect</h6><p>Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit. Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit.&nbsp;</p><h5>Rosie Hanson, 24</h5><h6>Real estate Associate</h6><p>Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo.</p><h5>Shawn Mattews, 35</h5><h6>project manager</h6><p>Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo. Nullam ac urna eu felis.Sed non neque elit. Sed ut imperdiet nisi. Proin condimentum</p><h2 style=\"text-align: center;\">our offers</h2><h4 style=\"text-align: center;\"><strong>Basic Wash</strong></h4><h4 style=\"text-align: center;\"><strong>15$</strong></h4><ul wfd-id=\"136\"><li wfd-id=\"153\">check<span wfd-id=\"154\">Interior vacuum</span></li><li wfd-id=\"149\">check<span wfd-id=\"150\">Dust &amp;dash console</span></li><li wfd-id=\"145\">check<span wfd-id=\"146\">Hand towel dry</span></li><li wfd-id=\"141\">check<span wfd-id=\"142\">Clean windows</span></li><li wfd-id=\"137\">check<span wfd-id=\"138\">Soft cloth wash</span></li></ul><h4 style=\"text-align: center;\"><strong>Ultimate Wash</strong></h4><h4 style=\"text-align: center;\"><strong>22 $</strong></h4><p style=\"text-align: center;\">Includes basic service <span style=\"color: rgb(15, 29, 123);\" wfd-id=\"119\"><strong><span wfd-id=\"120\">+</span></strong></span></p><ul wfd-id=\"105\"><li wfd-id=\"114\">check<span wfd-id=\"115\">Triple foam conditiner</span></li><li wfd-id=\"110\">check<span wfd-id=\"111\">Tire dressing</span></li><li wfd-id=\"106\">check<span wfd-id=\"107\">Air freshner</span></li></ul><h4 style=\"text-align: center;\"><strong>Supreme Wash</strong></h4><h4 style=\"text-align: center;\"><strong>30 $</strong></h4><p style=\"text-align: center;\">Includes ultimate service <span style=\"color: rgb(15, 29, 123);\" wfd-id=\"88\"><strong><span wfd-id=\"89\">+</span></strong></span></p><ul wfd-id=\"74\"><li wfd-id=\"83\">check<span wfd-id=\"84\">Exterior trim dressing</span></li><li wfd-id=\"79\">check<span wfd-id=\"80\">Hand applied spray wax</span></li><li wfd-id=\"75\">check<span wfd-id=\"76\">Interior conditioner</span></li></ul><h2 style=\"text-align: center;\">contact us</h2><p style=\"text-align: left;\">Your adress goes here</p><p style=\"text-align: left;\">Phone: 0400 - 700 - 682</p><p style=\"text-align: left;\">Email: our_office@gmail.com</p><span style=\"width: 100%;\" wfd-id=\"56\"><img alt=\"\" width=\"567\" height=\"384\" title=\"Car wash img footer\" data-id=\"21388\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-img-footer.png\" style=\"width: 100%;\"></span><p>Â© 2018, Your company name . All rights reserved.</p><p style=\"text-align: right;\">Made with <a href=\"https://thrivethemes.com/\" target=\"_blank\" rel=\"noopener noreferrer\">Thrive Architect</a></p>','Home','','inherit','closed','closed','','106-revision-v1','','','2019-03-07 17:10:14','2019-03-07 22:10:14','',106,'https://bestcerakoteflorida.com/106-revision-v1/',0,'revision','',0),(568,1,'2019-03-07 17:14:13','2019-03-07 22:14:13','<span style=\"width: 100%;\" wfd-id=\"463\"><img alt=\"\" width=\"384\" height=\"62\" title=\"Blackhawk_custom_header\" data-id=\"465\" src=\"https://bestcerakoteflorida.com/wp-content/uploads/2019/01/Blackhawk_custom_header.png\" style=\"width: 100%;\"></span>                    <p><a href=\"mailto:info@bestcerkoteflorida.com\" target=\"_blank\" rel=\"noopener noreferrer\">info@bestcerakoteflorida.com</a></p><h1 style=\"text-align: center;\">&nbsp;Protect What\'s Important To You! With The Toughest Ceramic Finish In The World!<span style=\"color: rgb(0, 229, 255);\" wfd-id=\"435\"></span></h1><p style=\"text-align: center;\">Heat, Water, Salt and Sand just some of the conditions you face. And any one of them is just waiting to get a hold of your firearm and leave it a pile of rusted, pitted junk.</p><p style=\"text-align: center;\">Unfortunately there wasn\'t much you could do other than keep cleaning and lubricating your firearms...till NOW!</p><h2>our services</h2><h4 style=\"text-align: left;\">Express exterior</h4><p>Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.</p><h4 style=\"text-align: left;\">Interior clean</h4><p>Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum</p><h4 style=\"text-align: left;\">Wax protection</h4><p>Etiam pharetra, erat sed fermentum feugiat, velit mauris</p><h4 style=\"text-align: left;\">Dust &amp; Dash Console</h4><p>Duis sed odio sit amet nibh vulputate cursus a sit amet mauris.</p><h4 style=\"text-align: left;\">Triple Foam Polish</h4><p>Class aptent taciti sociosqu ad litora torquent</p><h4 style=\"text-align: left;\">Tire dressing</h4><p>Etiam pharetra, erat sed fermentum feugiat, velit mauris</p><h3><strong>Complete cleaning services for yoâ€‹ur car</strong></h3><ul wfd-id=\"314\"><li wfd-id=\"323\"><span wfd-id=\"324\">We are a small business delivering professional cleaning services for all vehicles</span></li><li wfd-id=\"319\"><span wfd-id=\"320\">Our services are convenient for individuals and corporate fleets</span></li><li wfd-id=\"315\"><span wfd-id=\"316\">We use eco-friendly products that actually clean, protect and maintain your car better than the traditional cleaning substances</span></li></ul><h2>Check Out Our Special Offer!</h2><p>Donâ€™t miss the opportunity to get 50% discount on a complete cleaning just by recommending us to a friend. Bring someone you know with you and clean you car half price!</p><h2 style=\"text-align: center;\">our happy clients</h2><h5>Brett Graham, 28</h5><h6>Architect</h6><p>Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit. Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit.&nbsp;</p><h5>Rosie Hanson, 24</h5><h6>Real estate Associate</h6><p>Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo.</p><h5>Shawn Mattews, 35</h5><h6>project manager</h6><p>Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo. Nullam ac urna eu felis.Sed non neque elit. Sed ut imperdiet nisi. Proin condimentum</p><h2 style=\"text-align: center;\">our offers</h2><h4 style=\"text-align: center;\"><strong>Basic Wash</strong></h4><h4 style=\"text-align: center;\"><strong>15$</strong></h4><ul wfd-id=\"136\"><li wfd-id=\"153\">check<span wfd-id=\"154\">Interior vacuum</span></li><li wfd-id=\"149\">check<span wfd-id=\"150\">Dust &amp;dash console</span></li><li wfd-id=\"145\">check<span wfd-id=\"146\">Hand towel dry</span></li><li wfd-id=\"141\">check<span wfd-id=\"142\">Clean windows</span></li><li wfd-id=\"137\">check<span wfd-id=\"138\">Soft cloth wash</span></li></ul><h4 style=\"text-align: center;\"><strong>Ultimate Wash</strong></h4><h4 style=\"text-align: center;\"><strong>22 $</strong></h4><p style=\"text-align: center;\">Includes basic service <span style=\"color: rgb(15, 29, 123);\" wfd-id=\"119\"><strong><span wfd-id=\"120\">+</span></strong></span></p><ul wfd-id=\"105\"><li wfd-id=\"114\">check<span wfd-id=\"115\">Triple foam conditiner</span></li><li wfd-id=\"110\">check<span wfd-id=\"111\">Tire dressing</span></li><li wfd-id=\"106\">check<span wfd-id=\"107\">Air freshner</span></li></ul><h4 style=\"text-align: center;\"><strong>Supreme Wash</strong></h4><h4 style=\"text-align: center;\"><strong>30 $</strong></h4><p style=\"text-align: center;\">Includes ultimate service <span style=\"color: rgb(15, 29, 123);\" wfd-id=\"88\"><strong><span wfd-id=\"89\">+</span></strong></span></p><ul wfd-id=\"74\"><li wfd-id=\"83\">check<span wfd-id=\"84\">Exterior trim dressing</span></li><li wfd-id=\"79\">check<span wfd-id=\"80\">Hand applied spray wax</span></li><li wfd-id=\"75\">check<span wfd-id=\"76\">Interior conditioner</span></li></ul><h2 style=\"text-align: center;\">contact us</h2><p style=\"text-align: left;\">Your adress goes here</p><p style=\"text-align: left;\">Phone: 0400 - 700 - 682</p><p style=\"text-align: left;\">Email: our_office@gmail.com</p><span style=\"width: 100%;\" wfd-id=\"56\"><img alt=\"\" width=\"567\" height=\"384\" title=\"Car wash img footer\" data-id=\"21388\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-img-footer.png\" style=\"width: 100%;\"></span><p>Â© 2018, Your company name . All rights reserved.</p><p style=\"text-align: right;\">Made with <a href=\"https://thrivethemes.com/\" target=\"_blank\" rel=\"noopener noreferrer\">Thrive Architect</a></p>','Home','','inherit','closed','closed','','106-revision-v1','','','2019-03-07 17:14:13','2019-03-07 22:14:13','',106,'https://bestcerakoteflorida.com/106-revision-v1/',0,'revision','',0),(569,1,'2019-03-07 17:20:02','2019-03-07 22:20:02','<span style=\"width: 100%;\" wfd-id=\"459\"><img alt=\"\" width=\"384\" height=\"62\" title=\"Blackhawk_custom_header\" data-id=\"465\" src=\"https://bestcerakoteflorida.com/wp-content/uploads/2019/01/Blackhawk_custom_header.png\" style=\"width: 100%;\"></span>                    <p><a href=\"mailto:info@bestcerkoteflorida.com\" target=\"_blank\" rel=\"noopener noreferrer\">info@bestcerakoteflorida.com</a></p><h1 style=\"text-align: center;\">&nbsp;Protect What\'s Important To You! With The Toughest Ceramic Finish In The World!<span style=\"color: rgb(0, 229, 255);\" wfd-id=\"431\"></span></h1><p style=\"text-align: center;\">Heat, Water, Salt and Sand just some of the conditions you face. And any one of them is just waiting to get a hold of your firearm and leave it a pile of rusted, pitted junk.</p><p style=\"text-align: center;\">Unfortunately there wasn\'t much you could do other than keep cleaning and lubricating your firearms...till NOW!</p><h2>our services</h2><h4 style=\"text-align: left;\">Express exterior</h4><p>Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.</p><h4 style=\"text-align: left;\">Interior clean</h4><p>Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum</p><h4 style=\"text-align: left;\">Wax protection</h4><p>Etiam pharetra, erat sed fermentum feugiat, velit mauris</p><h4 style=\"text-align: left;\">Dust &amp; Dash Console</h4><p>Duis sed odio sit amet nibh vulputate cursus a sit amet mauris.</p><h4 style=\"text-align: left;\">Triple Foam Polish</h4><p>Class aptent taciti sociosqu ad litora torquent</p><h4 style=\"text-align: left;\">Tire dressing</h4><p>Etiam pharetra, erat sed fermentum feugiat, velit mauris</p><h3><strong>Complete cleaning services for yoâ€‹ur car</strong></h3><ul wfd-id=\"310\"><li wfd-id=\"319\"><span wfd-id=\"320\">We are a small business delivering professional cleaning services for all vehicles</span></li><li wfd-id=\"315\"><span wfd-id=\"316\">Our services are convenient for individuals and corporate fleets</span></li><li wfd-id=\"311\"><span wfd-id=\"312\">We use eco-friendly products that actually clean, protect and maintain your car better than the traditional cleaning substances</span></li></ul><h2>Check Out Our Special Offer!</h2><p>Donâ€™t miss the opportunity to get 50% discount on a complete cleaning just by recommending us to a friend. Bring someone you know with you and clean you car half price!</p><h2 style=\"text-align: center;\">our happy clients</h2><h5>Brett Graham, 28</h5><h6>Architect</h6><p>Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit. Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit.&nbsp;</p><h5>Rosie Hanson, 24</h5><h6>Real estate Associate</h6><p>Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo.</p><h5>Shawn Mattews, 35</h5><h6>project manager</h6><p>Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo. Nullam ac urna eu felis.Sed non neque elit. Sed ut imperdiet nisi. Proin condimentum</p><h2 style=\"text-align: center;\">our offers</h2><h4 style=\"text-align: center;\"><strong>Basic Wash</strong></h4><h4 style=\"text-align: center;\"><strong>15$</strong></h4><ul wfd-id=\"132\"><li wfd-id=\"149\">check<span wfd-id=\"150\">Interior vacuum</span></li><li wfd-id=\"145\">check<span wfd-id=\"146\">Dust &amp;dash console</span></li><li wfd-id=\"141\">check<span wfd-id=\"142\">Hand towel dry</span></li><li wfd-id=\"137\">check<span wfd-id=\"138\">Clean windows</span></li><li wfd-id=\"133\">check<span wfd-id=\"134\">Soft cloth wash</span></li></ul><h4 style=\"text-align: center;\"><strong>Ultimate Wash</strong></h4><h4 style=\"text-align: center;\"><strong>22 $</strong></h4><p style=\"text-align: center;\">Includes basic service <span style=\"color: rgb(15, 29, 123);\" wfd-id=\"115\"><strong><span wfd-id=\"116\">+</span></strong></span></p><ul wfd-id=\"101\"><li wfd-id=\"110\">check<span wfd-id=\"111\">Triple foam conditiner</span></li><li wfd-id=\"106\">check<span wfd-id=\"107\">Tire dressing</span></li><li wfd-id=\"102\">check<span wfd-id=\"103\">Air freshner</span></li></ul><h4 style=\"text-align: center;\"><strong>Supreme Wash</strong></h4><h4 style=\"text-align: center;\"><strong>30 $</strong></h4><p style=\"text-align: center;\">Includes ultimate service <span style=\"color: rgb(15, 29, 123);\" wfd-id=\"84\"><strong><span wfd-id=\"85\">+</span></strong></span></p><ul wfd-id=\"70\"><li wfd-id=\"79\">check<span wfd-id=\"80\">Exterior trim dressing</span></li><li wfd-id=\"75\">check<span wfd-id=\"76\">Hand applied spray wax</span></li><li wfd-id=\"71\">check<span wfd-id=\"72\">Interior conditioner</span></li></ul><h2 style=\"text-align: center;\">contact us</h2><p style=\"text-align: left;\">Your adress goes here</p><p style=\"text-align: left;\">Phone: 0400 - 700 - 682</p><p style=\"text-align: left;\">Email: our_office@gmail.com</p><span style=\"width: 100%;\" wfd-id=\"52\"><img alt=\"\" width=\"567\" height=\"384\" title=\"Car wash img footer\" data-id=\"21388\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-img-footer.png\" style=\"width: 100%;\"></span><p>Â© 2018, Your company name . All rights reserved.</p><p style=\"text-align: right;\">Made with <a href=\"https://thrivethemes.com/\" target=\"_blank\" rel=\"noopener noreferrer\">Thrive Architect</a></p>','Home','','inherit','closed','closed','','106-revision-v1','','','2019-03-07 17:20:02','2019-03-07 22:20:02','',106,'https://bestcerakoteflorida.com/106-revision-v1/',0,'revision','',0),(570,1,'2019-03-07 17:21:23','2019-03-07 22:21:23','<span style=\"width: 100%;\" wfd-id=\"462\"><img alt=\"\" width=\"384\" height=\"62\" title=\"Blackhawk_custom_header\" data-id=\"465\" src=\"https://bestcerakoteflorida.com/wp-content/uploads/2019/01/Blackhawk_custom_header.png\" style=\"width: 100%;\"></span>                    <p><a href=\"mailto:info@bestcerkoteflorida.com\" target=\"_blank\" rel=\"noopener noreferrer\">info@bestcerakoteflorida.com</a></p><h1 style=\"text-align: center;\">&nbsp;Protect What\'s Important To You! With The Toughest Ceramic Finish In The World!<span style=\"color: rgb(0, 229, 255);\" wfd-id=\"434\"></span></h1><p style=\"text-align: center;\">Heat, Water, Salt and Sand just some of the conditions you face. And any one of them is just waiting to get a hold of your firearm and leave it a pile of rusted, pitted junk.</p><p style=\"text-align: center;\">Unfortunately there wasn\'t much you could do other than keep cleaning and lubricating your firearms...till NOW!</p><h2>our services</h2><h4 style=\"text-align: left;\">Express exterior</h4><p>Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.</p><h4 style=\"text-align: left;\">Interior clean</h4><p>Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum</p><h4 style=\"text-align: left;\">Wax protection</h4><p>Etiam pharetra, erat sed fermentum feugiat, velit mauris</p><h4 style=\"text-align: left;\">Dust &amp; Dash Console</h4><p>Duis sed odio sit amet nibh vulputate cursus a sit amet mauris.</p><h4 style=\"text-align: left;\">Triple Foam Polish</h4><p>Class aptent taciti sociosqu ad litora torquent</p><h4 style=\"text-align: left;\">Tire dressing</h4><p>Etiam pharetra, erat sed fermentum feugiat, velit mauris</p><h3><strong>Complete cleaning services for yoâ€‹ur car</strong></h3><ul wfd-id=\"313\"><li wfd-id=\"322\"><span wfd-id=\"323\">We are a small business delivering professional cleaning services for all vehicles</span></li><li wfd-id=\"318\"><span wfd-id=\"319\">Our services are convenient for individuals and corporate fleets</span></li><li wfd-id=\"314\"><span wfd-id=\"315\">We use eco-friendly products that actually clean, protect and maintain your car better than the traditional cleaning substances</span></li></ul><h2>Check Out Our Special Offer!</h2><p>Donâ€™t miss the opportunity to get 50% discount on a complete cleaning just by recommending us to a friend. Bring someone you know with you and clean you car half price!</p><h2 style=\"text-align: center;\">our happy clients</h2><h5>Brett Graham, 28</h5><h6>Architect</h6><p>Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit. Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit.&nbsp;</p><h5>Rosie Hanson, 24</h5><h6>Real estate Associate</h6><p>Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo.</p><h5>Shawn Mattews, 35</h5><h6>project manager</h6><p>Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo. Nullam ac urna eu felis.Sed non neque elit. Sed ut imperdiet nisi. Proin condimentum</p><h2 style=\"text-align: center;\">our offers</h2><h4 style=\"text-align: center;\"><strong>Basic Wash</strong></h4><h4 style=\"text-align: center;\"><strong>15$</strong></h4><ul wfd-id=\"135\"><li wfd-id=\"152\">check<span wfd-id=\"153\">Interior vacuum</span></li><li wfd-id=\"148\">check<span wfd-id=\"149\">Dust &amp;dash console</span></li><li wfd-id=\"144\">check<span wfd-id=\"145\">Hand towel dry</span></li><li wfd-id=\"140\">check<span wfd-id=\"141\">Clean windows</span></li><li wfd-id=\"136\">check<span wfd-id=\"137\">Soft cloth wash</span></li></ul><h4 style=\"text-align: center;\"><strong>Ultimate Wash</strong></h4><h4 style=\"text-align: center;\"><strong>22 $</strong></h4><p style=\"text-align: center;\">Includes basic service <span style=\"color: rgb(15, 29, 123);\" wfd-id=\"118\"><strong><span wfd-id=\"119\">+</span></strong></span></p><ul wfd-id=\"104\"><li wfd-id=\"113\">check<span wfd-id=\"114\">Triple foam conditiner</span></li><li wfd-id=\"109\">check<span wfd-id=\"110\">Tire dressing</span></li><li wfd-id=\"105\">check<span wfd-id=\"106\">Air freshner</span></li></ul><h4 style=\"text-align: center;\"><strong>Supreme Wash</strong></h4><h4 style=\"text-align: center;\"><strong>30 $</strong></h4><p style=\"text-align: center;\">Includes ultimate service <span style=\"color: rgb(15, 29, 123);\" wfd-id=\"87\"><strong><span wfd-id=\"88\">+</span></strong></span></p><ul wfd-id=\"73\"><li wfd-id=\"82\">check<span wfd-id=\"83\">Exterior trim dressing</span></li><li wfd-id=\"78\">check<span wfd-id=\"79\">Hand applied spray wax</span></li><li wfd-id=\"74\">check<span wfd-id=\"75\">Interior conditioner</span></li></ul><h2 style=\"text-align: center;\">contact us</h2><p style=\"text-align: left;\">Your adress goes here</p><p style=\"text-align: left;\">Phone: 0400 - 700 - 682</p><p style=\"text-align: left;\">Email: our_office@gmail.com</p><span style=\"width: 100%;\" wfd-id=\"55\"><img alt=\"\" width=\"567\" height=\"384\" title=\"Car wash img footer\" data-id=\"21388\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-img-footer.png\" style=\"width: 100%;\"></span><p>Â© 2018, Your company name . All rights reserved.</p><p style=\"text-align: right;\">Made with <a href=\"https://thrivethemes.com/\" target=\"_blank\" rel=\"noopener noreferrer\">Thrive Architect</a></p>','Home','','inherit','closed','closed','','106-revision-v1','','','2019-03-07 17:21:23','2019-03-07 22:21:23','',106,'https://bestcerakoteflorida.com/106-revision-v1/',0,'revision','',0),(573,1,'2019-03-08 08:33:38','2019-03-08 13:33:38','<span style=\"width: 100%;\" wfd-id=\"467\"><img alt=\"\" width=\"384\" height=\"62\" title=\"Blackhawk_custom_header\" data-id=\"465\" src=\"https://bestcerakoteflorida.com/wp-content/uploads/2019/01/Blackhawk_custom_header.png\" style=\"width: 100%;\"></span>                    <p><a href=\"mailto:info@bestcerkoteflorida.com\" target=\"_blank\" rel=\"noopener noreferrer\">info@bestcerakoteflorida.com</a></p><h1 style=\"text-align: center;\">&nbsp;Protect What\'s Important To You! With The Toughest Ceramic Finish In The World!<span style=\"color: rgb(0, 229, 255);\" wfd-id=\"441\"></span></h1><p style=\"text-align: center;\">Heat, Water, Salt and Sand just some of the conditions you face. And any one of them is just waiting to get a hold of your firearm and leave it a pile of rusted, pitted junk.</p><p style=\"text-align: center;\">Unfortunately there wasn\'t much you could do other than keep cleaning and lubricating your firearms...till NOW!</p><h2>our services</h2><h4 style=\"text-align: left;\">Express exterior</h4><p>Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.</p><h4 style=\"text-align: left;\">Interior clean</h4><p>Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum</p><h4 style=\"text-align: left;\">Wax protection</h4><p>Etiam pharetra, erat sed fermentum feugiat, velit mauris</p><h4 style=\"text-align: left;\">Dust &amp; Dash Console</h4><p>Duis sed odio sit amet nibh vulputate cursus a sit amet mauris.</p><h4 style=\"text-align: left;\">Triple Foam Polish</h4><p>Class aptent taciti sociosqu ad litora torquent</p><h4 style=\"text-align: left;\">Tire dressing</h4><p>Etiam pharetra, erat sed fermentum feugiat, velit mauris</p><h3><strong>Complete cleaning services for yoâ€‹ur car</strong></h3><ul wfd-id=\"339\"><li wfd-id=\"350\"><span wfd-id=\"351\">We are a small business delivering professional cleaning services for all vehicles</span></li><li wfd-id=\"346\"><span wfd-id=\"347\">Our services are convenient for individuals and corporate fleets</span></li><li wfd-id=\"340\"><span wfd-id=\"341\">We use eco-friendly products that actually clean, protect and maintain your car better than the traditional cleaning substances</span></li></ul><h2>Check Out Our Special Offer!</h2><p>Donâ€™t miss the opportunity to get 50% discount on a complete cleaning just by recommending us to a friend. Bring someone you know with you and clean you car half price!</p><h2 style=\"text-align: center;\">our happy clients</h2><h5>Brett Graham, 28</h5><h6>Architect</h6><p>Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit. Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit.&nbsp;</p><h5>Rosie Hanson, 24</h5><h6>Real estate Associate</h6><p>Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo.</p><h5>Shawn Mattews, 35</h5><h6>project manager</h6><p>Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo. Nullam ac urna eu felis.Sed non neque elit. Sed ut imperdiet nisi. Proin condimentum</p><h2 style=\"text-align: center;\">our offers</h2><h4 style=\"text-align: center;\"><strong>Basic Wash</strong></h4><h4 style=\"text-align: center;\"><strong>15$</strong></h4><ul wfd-id=\"157\"><li wfd-id=\"174\">check<span wfd-id=\"175\">Interior vacuum</span></li><li wfd-id=\"170\">check<span wfd-id=\"171\">Dust &amp;dash console</span></li><li wfd-id=\"166\">check<span wfd-id=\"167\">Hand towel dry</span></li><li wfd-id=\"162\">check<span wfd-id=\"163\">Clean windows</span></li><li wfd-id=\"158\">check<span wfd-id=\"159\">Soft cloth wash</span></li></ul><h4 style=\"text-align: center;\"><strong>Ultimate Wash</strong></h4><h4 style=\"text-align: center;\"><strong>22 $</strong></h4><p style=\"text-align: center;\">Includes basic service <span style=\"color: rgb(15, 29, 123);\" wfd-id=\"140\"><strong><span wfd-id=\"141\">+</span></strong></span></p><ul wfd-id=\"126\"><li wfd-id=\"135\">check<span wfd-id=\"136\">Triple foam conditiner</span></li><li wfd-id=\"131\">check<span wfd-id=\"132\">Tire dressing</span></li><li wfd-id=\"127\">check<span wfd-id=\"128\">Air freshner</span></li></ul><h4 style=\"text-align: center;\"><strong>Supreme Wash</strong></h4><h4 style=\"text-align: center;\"><strong>30 $</strong></h4><p style=\"text-align: center;\">Includes ultimate service <span style=\"color: rgb(15, 29, 123);\" wfd-id=\"109\"><strong><span wfd-id=\"110\">+</span></strong></span></p><ul wfd-id=\"95\"><li wfd-id=\"104\">check<span wfd-id=\"105\">Exterior trim dressing</span></li><li wfd-id=\"100\">check<span wfd-id=\"101\">Hand applied spray wax</span></li><li wfd-id=\"96\">check<span wfd-id=\"97\">Interior conditioner</span></li></ul><h2 style=\"text-align: center;\">contact us</h2>First NameEmail AddressPhone NumberMessageSend message<span style=\"width: 100%;\" wfd-id=\"45\"><img alt=\"\" width=\"567\" height=\"384\" title=\"Car wash img footer\" data-id=\"21388\" src=\"//bestcerakoteflorida.com/wp-content/uploads/tcb_lp_templates/templates/css/images/Car-wash-img-footer.png\" style=\"width: 100%;\"></span><p>Â© 2018, Your company name . All rights reserved.</p><p style=\"text-align: right;\">Made with <a href=\"https://thrivethemes.com/\" target=\"_blank\" rel=\"noopener noreferrer\">Thrive Architect</a></p>','Home','','inherit','closed','closed','','106-revision-v1','','','2019-03-08 08:33:38','2019-03-08 13:33:38','',106,'https://bestcerakoteflorida.com/106-revision-v1/',0,'revision','',0),(574,1,'2019-03-08 08:47:12','2019-03-08 13:47:12','<span style=\"width: 100%;\" wfd-id=\"486\"><img alt=\"\" width=\"384\" height=\"62\" title=\"Blackhawk_custom_header\" data-id=\"465\" src=\"https://bestcerakoteflorida.com/wp-content/uploads/2019/01/Blackhawk_custom_header.png\" style=\"width: 100%;\"></span>                    <p><a href=\"mailto:info@bestcerkoteflorida.com\" target=\"_blank\" rel=\"noopener noreferrer\">info@bestcerakoteflorida.com</a></p><h1 style=\"text-align: center;\">&nbsp;Protect What\'s Important To You! With The Toughest Ceramic Finish In The World!<span style=\"color: rgb(0, 229, 255);\" wfd-id=\"460\"></span></h1><p style=\"text-align: center;\">Heat, Water, Salt and Sand just some of the conditions you face. And any one of them is just waiting to get a hold of your firearm and leave it a pile of rusted, pitted junk.</p><p style=\"text-align: center;\">Unfortunately there wasn\'t much you could do other than keep cleaning and lubricating your firearms...till NOW!</p><h2>our services</h2><h4 style=\"text-align: left;\">Express exterior</h4><p>Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.</p><h4 style=\"text-align: left;\">Interior clean</h4><p>Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum</p><h4 style=\"text-align: left;\">Wax protection</h4><p>Etiam pharetra, erat sed fermentum feugiat, velit mauris</p><h4 style=\"text-align: left;\">Dust &amp; Dash Console</h4><p>Duis sed odio sit amet nibh vulputate cursus a sit amet mauris.</p><h4 style=\"text-align: left;\">Triple Foam Polish</h4><p>Class aptent taciti sociosqu ad litora torquent</p><h4 style=\"text-align: left;\">Tire dressing</h4><p>Etiam pharetra, erat sed fermentum feugiat, velit mauris</p><h3><strong>Complete cleaning services for yoâ€‹ur car</strong></h3><ul wfd-id=\"356\"><li wfd-id=\"367\"><span wfd-id=\"368\">We are a small business delivering professional cleaning services for all vehicles</span></li><li wfd-id=\"363\"><span wfd-id=\"364\">Our services are convenient for individuals and corporate fleets</span></li><li wfd-id=\"357\"><span wfd-id=\"358\">We use eco-friendly products that actually clean, protect and maintain your car better than the traditional cleaning substances</span></li></ul><h2>Check Out Our Special Offer!</h2><p>Donâ€™t miss the opportunity to get 50% discount on a complete cleaning just by recommending us to a friend. Bring someone you know with you and clean you car half price!</p><h2 style=\"text-align: center;\">our happy clients</h2><h5>Brett Graham, 28</h5><h6>Architect</h6><p>Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit. Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit.&nbsp;</p><h5>Rosie Hanson, 24</h5><h6>Real estate Associate</h6><p>Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo.</p><h5>Shawn Mattews, 35</h5><h6>project manager</h6><p>Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo. Nullam ac urna eu felis.Sed non neque elit. Sed ut imperdiet nisi. Proin condimentum</p><h2 style=\"text-align: center;\">our offers</h2><h4 style=\"text-align: center;\"><strong>Basic Wash</strong></h4><h4 style=\"text-align: center;\"><strong>15$</strong></h4><ul wfd-id=\"164\"><li wfd-id=\"183\">check<span wfd-id=\"184\">Interior vacuum</span></li><li wfd-id=\"179\">check<span wfd-id=\"180\">Dust &amp;dash console</span></li><li wfd-id=\"173\">check<span wfd-id=\"174\">Hand towel dry</span></li><li wfd-id=\"169\">check<span wfd-id=\"170\">Clean windows</span></li><li wfd-id=\"165\">check<span wfd-id=\"166\">Soft cloth wash</span></li></ul><h4 style=\"text-align: center;\"><strong>Ultimate Wash</strong></h4><h4 style=\"text-align: center;\"><strong>22 $</strong></h4><p style=\"text-align: center;\">Includes basic service <span style=\"color: rgb(15, 29, 123);\" wfd-id=\"147\"><strong><span wfd-id=\"148\">+</span></strong></span></p><ul wfd-id=\"131\"><li wfd-id=\"140\">check<span wfd-id=\"141\">Triple foam conditiner</span></li><li wfd-id=\"136\">check<span wfd-id=\"137\">Tire dressing</span></li><li wfd-id=\"132\">check<span wfd-id=\"133\">Air freshner</span></li></ul><h4 style=\"text-align: center;\"><strong>Supreme Wash</strong></h4><h4 style=\"text-align: center;\"><strong>30 $</strong></h4><p style=\"text-align: center;\">Includes ultimate service <span style=\"color: rgb(15, 29, 123);\" wfd-id=\"112\"><strong><span wfd-id=\"113\">+</span></strong></span></p><ul wfd-id=\"98\"><li wfd-id=\"107\">check<span wfd-id=\"108\">Exterior trim dressing</span></li><li wfd-id=\"103\">check<span wfd-id=\"104\">Hand applied spray wax</span></li><li wfd-id=\"99\">check<span wfd-id=\"100\">Interior conditioner</span></li></ul><h2 style=\"text-align: center;\">contact us</h2>First NameEmail AddressPhone NumberMessageSend message<span style=\"width: 100%;\" wfd-id=\"59\"><img alt=\"Cerakote Certified Logo\" width=\"2148\" height=\"1968\" title=\"Cerakote Certified Logo\" data-id=\"282\" src=\"https://bestcerakoteflorida.com/wp-content/uploads/2018/09/CertifiedLogo.png\" style=\"width: 100%;\"></span><p>Â© 2018, Your company name . All rights reserved.</p><p style=\"text-align: right;\">Made with <a href=\"https://thrivethemes.com/\" target=\"_blank\" rel=\"noopener noreferrer\">Thrive Architect</a></p>','Home','','inherit','closed','closed','','106-revision-v1','','','2019-03-08 08:47:12','2019-03-08 13:47:12','',106,'https://bestcerakoteflorida.com/106-revision-v1/',0,'revision','',0),(575,1,'2019-03-08 08:54:57','2019-03-08 13:54:57','<span style=\"width: 100%;\" wfd-id=\"491\"><img alt=\"\" width=\"384\" height=\"62\" title=\"Blackhawk_custom_header\" data-id=\"465\" src=\"https://bestcerakoteflorida.com/wp-content/uploads/2019/01/Blackhawk_custom_header.png\" style=\"width: 100%;\"></span>                    <p><a href=\"mailto:info@bestcerkoteflorida.com\" target=\"_blank\" rel=\"noopener noreferrer\">info@bestcerakoteflorida.com</a></p><h1 style=\"text-align: center;\">&nbsp;Protect What\'s Important To You! With The Toughest Ceramic Finish In The World!<span style=\"color: rgb(0, 229, 255);\" wfd-id=\"465\"></span></h1><p style=\"text-align: center;\">Heat, Water, Salt and Sand just some of the conditions you face. And any one of them is just waiting to get a hold of your firearm and leave it a pile of rusted, pitted junk.</p><p style=\"text-align: center;\">Unfortunately there wasn\'t much you could do other than keep cleaning and lubricating your firearms...till NOW!</p><h2>our services</h2><h4 style=\"text-align: left;\">Express exterior</h4><p>Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.</p><h4 style=\"text-align: left;\">Interior clean</h4><p>Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum</p><h4 style=\"text-align: left;\">Wax protection</h4><p>Etiam pharetra, erat sed fermentum feugiat, velit mauris</p><h4 style=\"text-align: left;\">Dust &amp; Dash Console</h4><p>Duis sed odio sit amet nibh vulputate cursus a sit amet mauris.</p><h4 style=\"text-align: left;\">Triple Foam Polish</h4><p>Class aptent taciti sociosqu ad litora torquent</p><h4 style=\"text-align: left;\">Tire dressing</h4><p>Etiam pharetra, erat sed fermentum feugiat, velit mauris</p><h3><strong>Complete cleaning services for yoâ€‹ur car</strong></h3><ul wfd-id=\"361\"><li wfd-id=\"372\"><span wfd-id=\"373\">We are a small business delivering professional cleaning services for all vehicles</span></li><li wfd-id=\"368\"><span wfd-id=\"369\">Our services are convenient for individuals and corporate fleets</span></li><li wfd-id=\"362\"><span wfd-id=\"363\">We use eco-friendly products that actually clean, protect and maintain your car better than the traditional cleaning substances</span></li></ul><h2>Check Out Our Special Offer!</h2><p>Donâ€™t miss the opportunity to get 50% discount on a complete cleaning just by recommending us to a friend. Bring someone you know with you and clean you car half price!</p><h2 style=\"text-align: center;\">our happy clients</h2><h5>Brett Graham, 28</h5><h6>Architect</h6><p>Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit. Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit.&nbsp;</p><h5>Rosie Hanson, 24</h5><h6>Real estate Associate</h6><p>Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo.</p><h5>Shawn Mattews, 35</h5><h6>project manager</h6><p>Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo. Nullam ac urna eu felis.Sed non neque elit. Sed ut imperdiet nisi. Proin condimentum</p><h2 style=\"text-align: center;\">our offers</h2><h4 style=\"text-align: center;\"><strong>Basic Wash</strong></h4><h4 style=\"text-align: center;\"><strong>15$</strong></h4><ul wfd-id=\"169\"><li wfd-id=\"188\">check<span wfd-id=\"189\">Interior vacuum</span></li><li wfd-id=\"184\">check<span wfd-id=\"185\">Dust &amp;dash console</span></li><li wfd-id=\"178\">check<span wfd-id=\"179\">Hand towel dry</span></li><li wfd-id=\"174\">check<span wfd-id=\"175\">Clean windows</span></li><li wfd-id=\"170\">check<span wfd-id=\"171\">Soft cloth wash</span></li></ul><h4 style=\"text-align: center;\"><strong>Ultimate Wash</strong></h4><h4 style=\"text-align: center;\"><strong>22 $</strong></h4><p style=\"text-align: center;\">Includes basic service <span style=\"color: rgb(15, 29, 123);\" wfd-id=\"152\"><strong><span wfd-id=\"153\">+</span></strong></span></p><ul wfd-id=\"136\"><li wfd-id=\"145\">check<span wfd-id=\"146\">Triple foam conditiner</span></li><li wfd-id=\"141\">check<span wfd-id=\"142\">Tire dressing</span></li><li wfd-id=\"137\">check<span wfd-id=\"138\">Air freshner</span></li></ul><h4 style=\"text-align: center;\"><strong>Supreme Wash</strong></h4><h4 style=\"text-align: center;\"><strong>30 $</strong></h4><p style=\"text-align: center;\">Includes ultimate service <span style=\"color: rgb(15, 29, 123);\" wfd-id=\"117\"><strong><span wfd-id=\"118\">+</span></strong></span></p><ul wfd-id=\"103\"><li wfd-id=\"112\">check<span wfd-id=\"113\">Exterior trim dressing</span></li><li wfd-id=\"108\">check<span wfd-id=\"109\">Hand applied spray wax</span></li><li wfd-id=\"104\">check<span wfd-id=\"105\">Interior conditioner</span></li></ul><h2 style=\"text-align: center;\">contact us</h2>First NameEmail AddressPhone NumberMessageSend message<span style=\"width: 100%;\" wfd-id=\"64\"><img alt=\"Cerakote Certified Logo\" width=\"2148\" height=\"1968\" title=\"Cerakote Certified Logo\" data-id=\"282\" src=\"https://bestcerakoteflorida.com/wp-content/uploads/2018/09/CertifiedLogo.png\" style=\"width: 100%;\"></span><p>Â© 2018, Your company name . All rights reserved.</p><p style=\"text-align: right;\">Made with <a href=\"https://thrivethemes.com/\" target=\"_blank\" rel=\"noopener noreferrer\">Thrive Architect</a></p>','Home','','inherit','closed','closed','','106-revision-v1','','','2019-03-08 08:54:57','2019-03-08 13:54:57','',106,'https://bestcerakoteflorida.com/106-revision-v1/',0,'revision','',0),(576,1,'2019-03-08 09:00:55','2019-03-08 14:00:55','<div class=\"thrv_wrapper thrv-contact-form\" data-ct=\"contact_form-0\" style=\"\" data-css=\"tve-u-1645b3c3438\">\n<form action=\"\" method=\"post\" novalidate=\"\">\n<div class=\"tve-cf-item-wrapper\">\n<div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2 tcb-resized\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1645b1f7546\" style=\"\"><div class=\"tcb-col\" data-css=\"tve-u-1645b1fda14\"><div class=\"tve-cf-item\" data-css=\"tve-u-1645b3656d6\">\n<div class=\"thrv-cf-input-wrapper\" data-type=\"url\">\n<label data-css=\"tve-u-1645b15ff0b\" class=\"\">Website</label>\n<div class=\"tve-cf-input\" data-css=\"tve-u-1645b13db5f\" data-tcb_hover_state_parent=\"\">\n<input placeholder=\"https://yourwebsite.com/\" type=\"url\" name=\"url\" data-placeholder=\"https://yourwebsite.com/\" required=\"required\">\n</div>\n</div>\n</div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1645b1f7552\" style=\"\"><div class=\"tcb-col\" data-css=\"tve-u-1645b1fc63b\"><div class=\"tve-cf-item\" data-css=\"tve-u-1645b3656d8\">\n<div class=\"thrv-cf-input-wrapper\" data-type=\"email\">\n<label data-css=\"tve-u-1645b15ff0c\" class=\"\">Email Address</label>\n<div class=\"tve-cf-input\" data-css=\"tve-u-1645b13db60\" data-tcb_hover_state_parent=\"\">\n<input placeholder=\"j.doe@inbox.com\" type=\"email\" name=\"email\" data-placeholder=\"j.doe@inbox.com\" required=\"required\">\n</div>\n</div>\n</div></div></div></div></div>\n<div class=\"thrv_wrapper thrv-columns\"><div class=\"tcb-flex-row tcb--cols--2 tcb-resized\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1645b22376e\" style=\"\"><div class=\"tcb-col\" data-css=\"tve-u-1645b227d30\"></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1645b22377c\" style=\"\"><div class=\"tcb-col\" data-css=\"tve-u-1645b232b50\"><div class=\"tve-cf-item\" data-css=\"tve-u-1645b1b582f\">\n<div class=\"thrv-cf-input-wrapper\" data-type=\"message\">\n<label class=\"\" data-css=\"tve-u-1645b15ff0d\">Message</label>\n<div class=\"tve-cf-input tcb-excluded-from-group-item\" data-css=\"tve-u-1645b13db61\" data-tcb_hover_state_parent=\"\">\n<textarea placeholder=\"Type your message here...\" data-placeholder=\"Type your message here...\" name=\"message\"></textarea>\n</div>\n</div>\n</div><div class=\"tve-cf-submit tcb-icon-display\" data-css=\"tve-u-1645b171a9e\" data-tcb_hover_state_parent=\"\" data-button-style=\"\"><div class=\"thrv_wrapper thrv_icon\" data-css=\"tve-u-1645b1dfc0a\"><svg class=\"tcb-icon\" viewBox=\"0 0 27 28\" data-name=\"long-arrow-right\">\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"></path>\n</svg></div><button class=\"tve_btn_txt tve-froala\" type=\"submit\">Send message</button></div></div></div></div></div>\n</div>\n<input type=\"hidden\" name=\"config\" value=\"YTozOntzOjE0OiJlcnJvcl9tZXNzYWdlcyI7YTo0OntzOjU6ImVtYWlsIjtzOjIxOiJFbWFpbCBhZGRyZXNzIGludmFsaWQiO3M6NToicGhvbmUiO3M6MjA6IlBob25lIG51bWJlciBpbnZhbGlkIjtzOjM6InVybCI7czoxMToiVVJMIGludmFsaWQiO3M6ODoicmVxdWlyZWQiO3M6MjA6IlJlcXVpcmVkIGZpZWxkIGVtcHR5Ijt9czo4OiJ0b19lbWFpbCI7YToyOntzOjI6InRvIjtzOjE5OiJleGFtcGxlQGV4YW1wbGUuY29tIjtzOjc6InN1YmplY3QiO3M6MTg6Ik5ldyBtZXNzYWdlIGZyb206ICI7fXM6Njoic3VibWl0IjthOjEwOntzOjY6ImFjdGlvbiI7czoxMjoibm90aWZpY2F0aW9uIjtzOjIzOiJzZW5kX2NvbmZpcm1hdGlvbl9lbWFpbCI7YjowO3M6MTk6InNlbmRlcl9wZXJzb25hbGl6ZWQiO2I6MDtzOjIwOiJjb25maXJtYXRpb25fc3ViamVjdCI7czozNjoiQ29udGFjdCBGb3JtIHN1Ym1pc3Npb24gY29uZmlybWF0aW9uIjtzOjIwOiJjb25maXJtYXRpb25fbWVzc2FnZSI7czoxMzk6IkhlbGxvLCAKClRoYW5rcyBmb3IgY29udGFjdGluZyB1cy4gV2UnbGwgZ2V0IGJhY2sgdG8geW91IGFzIHNvb24gYXMgcG9zc2libGUgd2l0aCB0aGUgaW5mb3JtYXRpb24geW91IG5lZWQuIAoKQmVzdCByZWdhcmRzLApbd3Bfc2l0ZV90aXRsZV0iO3M6OToiZnJvbV9uYW1lIjtzOjEzOiJMYW5kaW5nIFBhZ2VzIjtzOjEwOiJmcm9tX2VtYWlsIjtzOjI3OiJpb2FuYS5lbGVuYS5ncm96YUBnbWFpbC5jb20iO3M6ODoicmVwbHlfdG8iO3M6Mjc6ImlvYW5hLmVsZW5hLmdyb3phQGdtYWlsLmNvbSI7czozOiJ1cmwiO3M6MDoiIjtzOjEyOiJub3RpZmljYXRpb24iO3M6Mzg6IllvdXIgbWVzc2FnZSBoYXMgYmVlbiBzZW50LCB0aGFuayB5b3UhIjt9fQ==\"></form>\n</div>','Chic Contact Form','','publish','closed','closed','','chic-contact-form','','','2019-03-08 09:00:55','2019-03-08 14:00:55','',0,'https://bestcerakoteflorida.com/tcb_content_template/chic-contact-form/',0,'tcb_content_template','',0),(577,1,'2019-03-08 09:01:55','2019-03-08 14:01:55','<div class=\"thrv_wrapper thrv-contact-form\" data-ct=\"contact_form-0\" style=\"\" data-css=\"tve-u-16465071dea\">\n<form action=\"\" method=\"post\" novalidate=\"\">\n<div class=\"tve-cf-item-wrapper\">\n<div class=\"tve-cf-item\">\n<div class=\"thrv-cf-input-wrapper\" data-type=\"first_name\">\n<label data-css=\"tve-u-1645f76986b\" class=\"\">First Name</label>\n<div class=\"tve-cf-input\" data-css=\"tve-u-1645f76986f\" data-tcb_hover_state_parent=\"\">\n<input placeholder=\"\" type=\"text\" name=\"first_name\" data-placeholder=\"\">\n</div>\n</div>\n</div>\n<div class=\"tve-cf-item\">\n<div class=\"thrv-cf-input-wrapper\" data-type=\"email\">\n<label data-css=\"tve-u-1645f76986a\" class=\"\">Email Address</label>\n<div class=\"tve-cf-input\" data-css=\"tve-u-1645f76986d\" data-tcb_hover_state_parent=\"\">\n<input placeholder=\"\" type=\"email\" name=\"email\" data-placeholder=\"\">\n</div>\n</div>\n</div>\n<div class=\"tve-cf-item\">\n<div class=\"thrv-cf-input-wrapper\" data-type=\"message\">\n<label data-css=\"tve-u-1645f769869\" class=\"\">Message</label>\n<div class=\"tve-cf-input\" data-css=\"tve-u-1645f76986c\" data-tcb_hover_state_parent=\"\">\n<textarea placeholder=\"\" data-placeholder=\"\" name=\"message\"></textarea>\n</div>\n</div>\n</div>\n</div>\n<div class=\"tcb-clear\" data-css=\"tve-u-1645f76e7a3\"><div class=\"tve-cf-submit\" data-css=\"tve-u-1645f769870\" data-tcb_hover_state_parent=\"\" data-button-style=\"ghost\">\n<button class=\"tve_btn_txt tve-froala\" type=\"submit\">Submit Message</button>\n</div></div>\n<input type=\"hidden\" name=\"config\" value=\"YTozOntzOjE0OiJlcnJvcl9tZXNzYWdlcyI7YTo0OntzOjU6ImVtYWlsIjtzOjIxOiJFbWFpbCBhZGRyZXNzIGludmFsaWQiO3M6NToicGhvbmUiO3M6MjA6IlBob25lIG51bWJlciBpbnZhbGlkIjtzOjM6InVybCI7czoxMToiVVJMIGludmFsaWQiO3M6ODoicmVxdWlyZWQiO3M6MjA6IlJlcXVpcmVkIGZpZWxkIGVtcHR5Ijt9czo4OiJ0b19lbWFpbCI7YToyOntzOjI6InRvIjtzOjE5OiJleGFtcGxlQGV4YW1wbGUuY29tIjtzOjc6InN1YmplY3QiO3M6MTg6Ik5ldyBtZXNzYWdlIGZyb206ICI7fXM6Njoic3VibWl0IjthOjEwOntzOjY6ImFjdGlvbiI7czoxMjoibm90aWZpY2F0aW9uIjtzOjIzOiJzZW5kX2NvbmZpcm1hdGlvbl9lbWFpbCI7YjowO3M6MTk6InNlbmRlcl9wZXJzb25hbGl6ZWQiO2I6MDtzOjIwOiJjb25maXJtYXRpb25fc3ViamVjdCI7czozNjoiQ29udGFjdCBGb3JtIHN1Ym1pc3Npb24gY29uZmlybWF0aW9uIjtzOjIwOiJjb25maXJtYXRpb25fbWVzc2FnZSI7czoxMzk6IkhlbGxvLCAKClRoYW5rcyBmb3IgY29udGFjdGluZyB1cy4gV2UnbGwgZ2V0IGJhY2sgdG8geW91IGFzIHNvb24gYXMgcG9zc2libGUgd2l0aCB0aGUgaW5mb3JtYXRpb24geW91IG5lZWQuIAoKQmVzdCByZWdhcmRzLApbd3Bfc2l0ZV90aXRsZV0iO3M6OToiZnJvbV9uYW1lIjtzOjEzOiJMYW5kaW5nIFBhZ2VzIjtzOjEwOiJmcm9tX2VtYWlsIjtzOjMwOiJjcmlzdGlhbi5mYWdhcmFzYW5AYml0c3RvbmUuZXUiO3M6ODoicmVwbHlfdG8iO3M6MzA6ImNyaXN0aWFuLmZhZ2FyYXNhbkBiaXRzdG9uZS5ldSI7czozOiJ1cmwiO3M6MDoiIjtzOjEyOiJub3RpZmljYXRpb24iO3M6Mzg6IllvdXIgbWVzc2FnZSBoYXMgYmVlbiBzZW50LCB0aGFuayB5b3UhIjt9fQ==\"></form>\n</div>','Rounded Shadow','','publish','closed','closed','','rounded-shadow','','','2019-03-08 09:01:55','2019-03-08 14:01:55','',0,'https://bestcerakoteflorida.com/tcb_content_template/rounded-shadow/',0,'tcb_content_template','',0),(578,1,'2019-03-08 09:02:11','2019-03-08 14:02:11','<span style=\"width: 100%;\" wfd-id=\"488\"><img alt=\"\" width=\"384\" height=\"62\" title=\"Blackhawk_custom_header\" data-id=\"465\" src=\"https://bestcerakoteflorida.com/wp-content/uploads/2019/01/Blackhawk_custom_header.png\" style=\"width: 100%;\"></span>                    <p><a href=\"mailto:info@bestcerkoteflorida.com\" target=\"_blank\" rel=\"noopener noreferrer\">info@bestcerakoteflorida.com</a></p><h1 style=\"text-align: center;\">&nbsp;Protect What\'s Important To You! With The Toughest Ceramic Finish In The World!<span style=\"color: rgb(0, 229, 255);\" wfd-id=\"462\"></span></h1><p style=\"text-align: center;\">Heat, Water, Salt and Sand just some of the conditions you face. And any one of them is just waiting to get a hold of your firearm and leave it a pile of rusted, pitted junk.</p><p style=\"text-align: center;\">Unfortunately there wasn\'t much you could do other than keep cleaning and lubricating your firearms...till NOW!</p><h2>our services</h2><h4 style=\"text-align: left;\">Express exterior</h4><p>Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.</p><h4 style=\"text-align: left;\">Interior clean</h4><p>Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum</p><h4 style=\"text-align: left;\">Wax protection</h4><p>Etiam pharetra, erat sed fermentum feugiat, velit mauris</p><h4 style=\"text-align: left;\">Dust &amp; Dash Console</h4><p>Duis sed odio sit amet nibh vulputate cursus a sit amet mauris.</p><h4 style=\"text-align: left;\">Triple Foam Polish</h4><p>Class aptent taciti sociosqu ad litora torquent</p><h4 style=\"text-align: left;\">Tire dressing</h4><p>Etiam pharetra, erat sed fermentum feugiat, velit mauris</p><h3><strong>Complete cleaning services for yoâ€‹ur car</strong></h3><ul wfd-id=\"358\"><li wfd-id=\"369\"><span wfd-id=\"370\">We are a small business delivering professional cleaning services for all vehicles</span></li><li wfd-id=\"365\"><span wfd-id=\"366\">Our services are convenient for individuals and corporate fleets</span></li><li wfd-id=\"359\"><span wfd-id=\"360\">We use eco-friendly products that actually clean, protect and maintain your car better than the traditional cleaning substances</span></li></ul><h2>Check Out Our Special Offer!</h2><p>Donâ€™t miss the opportunity to get 50% discount on a complete cleaning just by recommending us to a friend. Bring someone you know with you and clean you car half price!</p><h2 style=\"text-align: center;\">our happy clients</h2><h5>Brett Graham, 28</h5><h6>Architect</h6><p>Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit. Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit.&nbsp;</p><h5>Rosie Hanson, 24</h5><h6>Real estate Associate</h6><p>Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo.</p><h5>Shawn Mattews, 35</h5><h6>project manager</h6><p>Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo. Nullam ac urna eu felis.Sed non neque elit. Sed ut imperdiet nisi. Proin condimentum</p><h2 style=\"text-align: center;\">our offers</h2><h4 style=\"text-align: center;\"><strong>Basic Wash</strong></h4><h4 style=\"text-align: center;\"><strong>15$</strong></h4><ul wfd-id=\"166\"><li wfd-id=\"185\">check<span wfd-id=\"186\">Interior vacuum</span></li><li wfd-id=\"181\">check<span wfd-id=\"182\">Dust &amp;dash console</span></li><li wfd-id=\"175\">check<span wfd-id=\"176\">Hand towel dry</span></li><li wfd-id=\"171\">check<span wfd-id=\"172\">Clean windows</span></li><li wfd-id=\"167\">check<span wfd-id=\"168\">Soft cloth wash</span></li></ul><h4 style=\"text-align: center;\"><strong>Ultimate Wash</strong></h4><h4 style=\"text-align: center;\"><strong>22 $</strong></h4><p style=\"text-align: center;\">Includes basic service <span style=\"color: rgb(15, 29, 123);\" wfd-id=\"149\"><strong><span wfd-id=\"150\">+</span></strong></span></p><ul wfd-id=\"133\"><li wfd-id=\"142\">check<span wfd-id=\"143\">Triple foam conditiner</span></li><li wfd-id=\"138\">check<span wfd-id=\"139\">Tire dressing</span></li><li wfd-id=\"134\">check<span wfd-id=\"135\">Air freshner</span></li></ul><h4 style=\"text-align: center;\"><strong>Supreme Wash</strong></h4><h4 style=\"text-align: center;\"><strong>30 $</strong></h4><p style=\"text-align: center;\">Includes ultimate service <span style=\"color: rgb(15, 29, 123);\" wfd-id=\"114\"><strong><span wfd-id=\"115\">+</span></strong></span></p><ul wfd-id=\"100\"><li wfd-id=\"109\">check<span wfd-id=\"110\">Exterior trim dressing</span></li><li wfd-id=\"105\">check<span wfd-id=\"106\">Hand applied spray wax</span></li><li wfd-id=\"101\">check<span wfd-id=\"102\">Interior conditioner</span></li></ul><h2 style=\"text-align: center;\">contact us</h2>First NameEmail AddressMessageSubmit Message<span style=\"width: 100%;\" wfd-id=\"64\"><img alt=\"Cerakote Certified Logo\" width=\"2148\" height=\"1968\" title=\"Cerakote Certified Logo\" data-id=\"282\" src=\"https://bestcerakoteflorida.com/wp-content/uploads/2018/09/CertifiedLogo.png\" style=\"width: 100%;\"></span><p>Â© 2018, Your company name . All rights reserved.</p><p style=\"text-align: right;\">Made with <a href=\"https://thrivethemes.com/\" target=\"_blank\" rel=\"noopener noreferrer\">Thrive Architect</a></p>','Home','','inherit','closed','closed','','106-revision-v1','','','2019-03-08 09:02:11','2019-03-08 14:02:11','',106,'https://bestcerakoteflorida.com/106-revision-v1/',0,'revision','',0),(579,1,'2019-03-08 10:05:00','2019-03-08 15:05:00','<span style=\"width: 100%;\" wfd-id=\"494\"><img alt=\"\" width=\"384\" height=\"62\" title=\"Blackhawk_custom_header\" data-id=\"465\" src=\"https://bestcerakoteflorida.com/wp-content/uploads/2019/01/Blackhawk_custom_header.png\" style=\"width: 100%;\"></span>                    <p><a href=\"mailto:info@bestcerkoteflorida.com\" target=\"_blank\" rel=\"noopener noreferrer\">info@bestcerakoteflorida.com</a></p><h1 style=\"text-align: center;\">&nbsp;Protect What\'s Important To You! With The Toughest Ceramic Finish In The World!<span style=\"color: rgb(0, 229, 255);\" wfd-id=\"468\"></span></h1><p style=\"text-align: center;\">Heat, Water, Salt and Sand just some of the conditions you face. And any one of them is just waiting to get a hold of your firearm and leave it a pile of rusted, pitted junk.</p><p style=\"text-align: center;\">Unfortunately there wasn\'t much you could do other than keep cleaning and lubricating your firearms...till NOW!</p><h2>our services</h2><h4 style=\"text-align: left;\">Express exterior</h4><p>Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.</p><h4 style=\"text-align: left;\">Interior clean</h4><p>Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum</p><h4 style=\"text-align: left;\">Wax protection</h4><p>Etiam pharetra, erat sed fermentum feugiat, velit mauris</p><h4 style=\"text-align: left;\">Dust &amp; Dash Console</h4><p>Duis sed odio sit amet nibh vulputate cursus a sit amet mauris.</p><h4 style=\"text-align: left;\">Triple Foam Polish</h4><p>Class aptent taciti sociosqu ad litora torquent</p><h4 style=\"text-align: left;\">Tire dressing</h4><p>Etiam pharetra, erat sed fermentum feugiat, velit mauris</p><h3><strong>Complete cleaning services for yoâ€‹ur car</strong></h3><ul wfd-id=\"364\"><li wfd-id=\"375\"><span wfd-id=\"376\">We are a small business delivering professional cleaning services for all vehicles</span></li><li wfd-id=\"371\"><span wfd-id=\"372\">Our services are convenient for individuals and corporate fleets</span></li><li wfd-id=\"365\"><span wfd-id=\"366\">We use eco-friendly products that actually clean, protect and maintain your car better than the traditional cleaning substances</span></li></ul><h2>Check Out Our Special Offer!</h2><p>Donâ€™t miss the opportunity to get 50% discount on a complete cleaning just by recommending us to a friend. Bring someone you know with you and clean you car half price!</p><h2 style=\"text-align: center;\">our happy clients</h2><h5>Brett Graham, 28</h5><h6>Architect</h6><p>Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit. Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit.&nbsp;</p><h5>Rosie Hanson, 24</h5><h6>Real estate Associate</h6><p>Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo.</p><h5>Shawn Mattews, 35</h5><h6>project manager</h6><p>Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo. Nullam ac urna eu felis.Sed non neque elit. Sed ut imperdiet nisi. Proin condimentum</p><h2 style=\"text-align: center;\">our offers</h2><h4 style=\"text-align: center;\"><strong>Basic Wash</strong></h4><h4 style=\"text-align: center;\"><strong>15$</strong></h4><ul wfd-id=\"172\"><li wfd-id=\"191\">check<span wfd-id=\"192\">Interior vacuum</span></li><li wfd-id=\"187\">check<span wfd-id=\"188\">Dust &amp;dash console</span></li><li wfd-id=\"181\">check<span wfd-id=\"182\">Hand towel dry</span></li><li wfd-id=\"177\">check<span wfd-id=\"178\">Clean windows</span></li><li wfd-id=\"173\">check<span wfd-id=\"174\">Soft cloth wash</span></li></ul><h4 style=\"text-align: center;\"><strong>Ultimate Wash</strong></h4><h4 style=\"text-align: center;\"><strong>22 $</strong></h4><p style=\"text-align: center;\">Includes basic service <span style=\"color: rgb(15, 29, 123);\" wfd-id=\"155\"><strong><span wfd-id=\"156\">+</span></strong></span></p><ul wfd-id=\"139\"><li wfd-id=\"148\">check<span wfd-id=\"149\">Triple foam conditiner</span></li><li wfd-id=\"144\">check<span wfd-id=\"145\">Tire dressing</span></li><li wfd-id=\"140\">check<span wfd-id=\"141\">Air freshner</span></li></ul><h4 style=\"text-align: center;\"><strong>Supreme Wash</strong></h4><h4 style=\"text-align: center;\"><strong>30 $</strong></h4><p style=\"text-align: center;\">Includes ultimate service <span style=\"color: rgb(15, 29, 123);\" wfd-id=\"120\"><strong><span wfd-id=\"121\">+</span></strong></span></p><ul wfd-id=\"106\"><li wfd-id=\"115\">check<span wfd-id=\"116\">Exterior trim dressing</span></li><li wfd-id=\"111\">check<span wfd-id=\"112\">Hand applied spray wax</span></li><li wfd-id=\"107\">check<span wfd-id=\"108\">Interior conditioner</span></li></ul><h2 style=\"text-align: center;\">contact us</h2>First NameEmail AddressMessagePhone NumberSubmit Message<span style=\"width: 100%;\" wfd-id=\"65\"><img alt=\"Cerakote Certified Logo\" width=\"2148\" height=\"1968\" title=\"Cerakote Certified Logo\" data-id=\"282\" src=\"https://bestcerakoteflorida.com/wp-content/uploads/2018/09/CertifiedLogo.png\" style=\"width: 100%;\"></span><p>Â© 2018, Your company name . All rights reserved.</p><p style=\"text-align: right;\">Made with <a href=\"https://thrivethemes.com/\" target=\"_blank\" rel=\"noopener noreferrer\">Thrive Architect</a></p>','Home','','inherit','closed','closed','','106-revision-v1','','','2019-03-08 10:05:00','2019-03-08 15:05:00','',106,'https://bestcerakoteflorida.com/106-revision-v1/',0,'revision','',0),(580,1,'2019-03-08 10:07:00','2019-03-08 15:07:00','<span style=\"width: 100%;\" wfd-id=\"496\"><img alt=\"\" width=\"384\" height=\"62\" title=\"Blackhawk_custom_header\" data-id=\"465\" src=\"https://bestcerakoteflorida.com/wp-content/uploads/2019/01/Blackhawk_custom_header.png\" style=\"width: 100%;\"></span>                    <p><a href=\"mailto:info@bestcerkoteflorida.com\" target=\"_blank\" rel=\"noopener noreferrer\">info@bestcerakoteflorida.com</a></p><h1 style=\"text-align: center;\">&nbsp;Protect What\'s Important To You! With The Toughest Ceramic Finish In The World!<span style=\"color: rgb(0, 229, 255);\" wfd-id=\"470\"></span></h1><p style=\"text-align: center;\">Heat, Water, Salt and Sand just some of the conditions you face. And any one of them is just waiting to get a hold of your firearm and leave it a pile of rusted, pitted junk.</p><p style=\"text-align: center;\">Unfortunately there wasn\'t much you could do other than keep cleaning and lubricating your firearms...till NOW!</p><h2>our services</h2><h4 style=\"text-align: left;\">Express exterior</h4><p>Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.</p><h4 style=\"text-align: left;\">Interior clean</h4><p>Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum</p><h4 style=\"text-align: left;\">Wax protection</h4><p>Etiam pharetra, erat sed fermentum feugiat, velit mauris</p><h4 style=\"text-align: left;\">Dust &amp; Dash Console</h4><p>Duis sed odio sit amet nibh vulputate cursus a sit amet mauris.</p><h4 style=\"text-align: left;\">Triple Foam Polish</h4><p>Class aptent taciti sociosqu ad litora torquent</p><h4 style=\"text-align: left;\">Tire dressing</h4><p>Etiam pharetra, erat sed fermentum feugiat, velit mauris</p><h3><strong>Complete cleaning services for yoâ€‹ur car</strong></h3><ul wfd-id=\"366\"><li wfd-id=\"377\"><span wfd-id=\"378\">We are a small business delivering professional cleaning services for all vehicles</span></li><li wfd-id=\"373\"><span wfd-id=\"374\">Our services are convenient for individuals and corporate fleets</span></li><li wfd-id=\"367\"><span wfd-id=\"368\">We use eco-friendly products that actually clean, protect and maintain your car better than the traditional cleaning substances</span></li></ul><h2>Check Out Our Special Offer!</h2><p>Donâ€™t miss the opportunity to get 50% discount on a complete cleaning just by recommending us to a friend. Bring someone you know with you and clean you car half price!</p><h2 style=\"text-align: center;\">our happy clients</h2><h5>Brett Graham, 28</h5><h6>Architect</h6><p>Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit. Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit.&nbsp;</p><h5>Rosie Hanson, 24</h5><h6>Real estate Associate</h6><p>Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo.</p><h5>Shawn Mattews, 35</h5><h6>project manager</h6><p>Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo. Nullam ac urna eu felis.Sed non neque elit. Sed ut imperdiet nisi. Proin condimentum</p><h2 style=\"text-align: center;\">our offers</h2><h4 style=\"text-align: center;\"><strong>Basic Wash</strong></h4><h4 style=\"text-align: center;\"><strong>15$</strong></h4><ul wfd-id=\"174\"><li wfd-id=\"193\">check<span wfd-id=\"194\">Interior vacuum</span></li><li wfd-id=\"189\">check<span wfd-id=\"190\">Dust &amp;dash console</span></li><li wfd-id=\"183\">check<span wfd-id=\"184\">Hand towel dry</span></li><li wfd-id=\"179\">check<span wfd-id=\"180\">Clean windows</span></li><li wfd-id=\"175\">check<span wfd-id=\"176\">Soft cloth wash</span></li></ul><h4 style=\"text-align: center;\"><strong>Ultimate Wash</strong></h4><h4 style=\"text-align: center;\"><strong>22 $</strong></h4><p style=\"text-align: center;\">Includes basic service <span style=\"color: rgb(15, 29, 123);\" wfd-id=\"157\"><strong><span wfd-id=\"158\">+</span></strong></span></p><ul wfd-id=\"141\"><li wfd-id=\"150\">check<span wfd-id=\"151\">Triple foam conditiner</span></li><li wfd-id=\"146\">check<span wfd-id=\"147\">Tire dressing</span></li><li wfd-id=\"142\">check<span wfd-id=\"143\">Air freshner</span></li></ul><h4 style=\"text-align: center;\"><strong>Supreme Wash</strong></h4><h4 style=\"text-align: center;\"><strong>30 $</strong></h4><p style=\"text-align: center;\">Includes ultimate service <span style=\"color: rgb(15, 29, 123);\" wfd-id=\"122\"><strong><span wfd-id=\"123\">+</span></strong></span></p><ul wfd-id=\"108\"><li wfd-id=\"117\">check<span wfd-id=\"118\">Exterior trim dressing</span></li><li wfd-id=\"113\">check<span wfd-id=\"114\">Hand applied spray wax</span></li><li wfd-id=\"109\">check<span wfd-id=\"110\">Interior conditioner</span></li></ul><h2 style=\"text-align: center;\">contact us</h2>First NameEmail AddressMessagePhone NumberSubmit Message<span style=\"width: 100%;\" wfd-id=\"67\"><img alt=\"Cerakote Certified Logo\" width=\"2148\" height=\"1968\" title=\"Cerakote Certified Logo\" data-id=\"282\" src=\"https://bestcerakoteflorida.com/wp-content/uploads/2018/09/CertifiedLogo.png\" style=\"width: 100%;\"></span><p>Â© 2018, Your company name . All rights reserved.</p><p style=\"text-align: right;\">Made with <a href=\"https://thrivethemes.com/\" target=\"_blank\" rel=\"noopener noreferrer\">Thrive Architect</a></p>','Home','','inherit','closed','closed','','106-revision-v1','','','2019-03-08 10:07:00','2019-03-08 15:07:00','',106,'https://bestcerakoteflorida.com/106-revision-v1/',0,'revision','',0),(581,1,'2019-03-08 10:09:36','2019-03-08 15:09:36','<span style=\"width: 100%;\" wfd-id=\"487\"><img alt=\"\" width=\"384\" height=\"62\" title=\"Blackhawk_custom_header\" data-id=\"465\" src=\"https://bestcerakoteflorida.com/wp-content/uploads/2019/01/Blackhawk_custom_header.png\" style=\"width: 100%;\"></span>                    <p><a href=\"mailto:info@bestcerkoteflorida.com\" target=\"_blank\" rel=\"noopener noreferrer\">info@bestcerakoteflorida.com</a></p><h1 style=\"text-align: center;\">&nbsp;Protect What\'s Important To You! With The Toughest Ceramic Finish In The World!<span style=\"color: rgb(0, 229, 255);\" wfd-id=\"461\"></span></h1><p style=\"text-align: center;\">Heat, Water, Salt and Sand just some of the conditions you face. And any one of them is just waiting to get a hold of your firearm and leave it a pile of rusted, pitted junk.</p><p style=\"text-align: center;\">Unfortunately there wasn\'t much you could do other than keep cleaning and lubricating your firearms...till NOW!</p><h2>our services</h2><h4 style=\"text-align: left;\">Express exterior</h4><p>Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.</p><h4 style=\"text-align: left;\">Interior clean</h4><p>Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum</p><h4 style=\"text-align: left;\">Wax protection</h4><p>Etiam pharetra, erat sed fermentum feugiat, velit mauris</p><h4 style=\"text-align: left;\">Dust &amp; Dash Console</h4><p>Duis sed odio sit amet nibh vulputate cursus a sit amet mauris.</p><h4 style=\"text-align: left;\">Triple Foam Polish</h4><p>Class aptent taciti sociosqu ad litora torquent</p><h4 style=\"text-align: left;\">Tire dressing</h4><p>Etiam pharetra, erat sed fermentum feugiat, velit mauris</p><h3><strong>Complete cleaning services for yoâ€‹ur car</strong></h3><ul wfd-id=\"355\"><li wfd-id=\"366\"><span wfd-id=\"367\">We are a small business delivering professional cleaning services for all vehicles</span></li><li wfd-id=\"362\"><span wfd-id=\"363\">Our services are convenient for individuals and corporate fleets</span></li><li wfd-id=\"356\"><span wfd-id=\"357\">We use eco-friendly products that actually clean, protect and maintain your car better than the traditional cleaning substances</span></li></ul><h2>Check Out Our Special Offer!</h2><p>Donâ€™t miss the opportunity to get 50% discount on a complete cleaning just by recommending us to a friend. Bring someone you know with you and clean you car half price!</p><h2 style=\"text-align: center;\">our happy clients</h2><h5>Brett Graham, 28</h5><h6>Architect</h6><p>Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit. Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit.&nbsp;</p><h5>Rosie Hanson, 24</h5><h6>Real estate Associate</h6><p>Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo.</p><h5>Shawn Mattews, 35</h5><h6>project manager</h6><p>Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo. Nullam ac urna eu felis.Sed non neque elit. Sed ut imperdiet nisi. Proin condimentum</p><h2 style=\"text-align: center;\">our offers</h2><h4 style=\"text-align: center;\"><strong>Basic Wash</strong></h4><h4 style=\"text-align: center;\"><strong>15$</strong></h4><ul wfd-id=\"161\"><li wfd-id=\"180\">check<span wfd-id=\"181\">Interior vacuum</span></li><li wfd-id=\"176\">check<span wfd-id=\"177\">Dust &amp;dash console</span></li><li wfd-id=\"170\">check<span wfd-id=\"171\">Hand towel dry</span></li><li wfd-id=\"166\">check<span wfd-id=\"167\">Clean windows</span></li><li wfd-id=\"162\">check<span wfd-id=\"163\">Soft cloth wash</span></li></ul><h4 style=\"text-align: center;\"><strong>Ultimate Wash</strong></h4><h4 style=\"text-align: center;\"><strong>22 $</strong></h4><p style=\"text-align: center;\">Includes basic service <span style=\"color: rgb(15, 29, 123);\" wfd-id=\"144\"><strong><span wfd-id=\"145\">+</span></strong></span></p><ul wfd-id=\"128\"><li wfd-id=\"137\">check<span wfd-id=\"138\">Triple foam conditiner</span></li><li wfd-id=\"133\">check<span wfd-id=\"134\">Tire dressing</span></li><li wfd-id=\"129\">check<span wfd-id=\"130\">Air freshner</span></li></ul><h4 style=\"text-align: center;\"><strong>Supreme Wash</strong></h4><h4 style=\"text-align: center;\"><strong>30 $</strong></h4><p style=\"text-align: center;\">Includes ultimate service <span style=\"color: rgb(15, 29, 123);\" wfd-id=\"109\"><strong><span wfd-id=\"110\">+</span></strong></span></p><ul wfd-id=\"95\"><li wfd-id=\"104\">check<span wfd-id=\"105\">Exterior trim dressing</span></li><li wfd-id=\"100\">check<span wfd-id=\"101\">Hand applied spray wax</span></li><li wfd-id=\"96\">check<span wfd-id=\"97\">Interior conditioner</span></li></ul><h2 style=\"text-align: center;\">contact us</h2>First NameEmail AddressMessagePhone NumberSubmit Message<span style=\"width: 100%;\" wfd-id=\"54\"><img alt=\"Cerakote Certified Logo\" width=\"2148\" height=\"1968\" title=\"Cerakote Certified Logo\" data-id=\"282\" src=\"https://bestcerakoteflorida.com/wp-content/uploads/2018/09/CertifiedLogo.png\" style=\"width: 100%;\"></span><p>Â© 2018, BLACKHAWK CUSTOM, LLC . All rights reserved.</p><p style=\"text-align: right;\">Made with <a href=\"https://thrivethemes.com/\" target=\"_blank\" rel=\"noopener noreferrer\">Thrive Architect</a></p>','Home','','inherit','closed','closed','','106-revision-v1','','','2019-03-08 10:09:36','2019-03-08 15:09:36','',106,'https://bestcerakoteflorida.com/106-revision-v1/',0,'revision','',0),(582,1,'2019-03-08 10:10:00','2019-03-08 15:10:00','<span style=\"width: 100%;\" wfd-id=\"488\"><img alt=\"\" width=\"384\" height=\"62\" title=\"Blackhawk_custom_header\" data-id=\"465\" src=\"https://bestcerakoteflorida.com/wp-content/uploads/2019/01/Blackhawk_custom_header.png\" style=\"width: 100%;\"></span>                    <p><a href=\"mailto:info@bestcerkoteflorida.com\" target=\"_blank\" rel=\"noopener noreferrer\">info@bestcerakoteflorida.com</a></p><h1 style=\"text-align: center;\">&nbsp;Protect What\'s Important To You! With The Toughest Ceramic Finish In The World!<span style=\"color: rgb(0, 229, 255);\" wfd-id=\"462\"></span></h1><p style=\"text-align: center;\">Heat, Water, Salt and Sand just some of the conditions you face. And any one of them is just waiting to get a hold of your firearm and leave it a pile of rusted, pitted junk.</p><p style=\"text-align: center;\">Unfortunately there wasn\'t much you could do other than keep cleaning and lubricating your firearms...till NOW!</p><h2>our services</h2><h4 style=\"text-align: left;\">Express exterior</h4><p>Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.</p><h4 style=\"text-align: left;\">Interior clean</h4><p>Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum</p><h4 style=\"text-align: left;\">Wax protection</h4><p>Etiam pharetra, erat sed fermentum feugiat, velit mauris</p><h4 style=\"text-align: left;\">Dust &amp; Dash Console</h4><p>Duis sed odio sit amet nibh vulputate cursus a sit amet mauris.</p><h4 style=\"text-align: left;\">Triple Foam Polish</h4><p>Class aptent taciti sociosqu ad litora torquent</p><h4 style=\"text-align: left;\">Tire dressing</h4><p>Etiam pharetra, erat sed fermentum feugiat, velit mauris</p><h3><strong>Complete cleaning services for yoâ€‹ur car</strong></h3><ul wfd-id=\"356\"><li wfd-id=\"367\"><span wfd-id=\"368\">We are a small business delivering professional cleaning services for all vehicles</span></li><li wfd-id=\"363\"><span wfd-id=\"364\">Our services are convenient for individuals and corporate fleets</span></li><li wfd-id=\"357\"><span wfd-id=\"358\">We use eco-friendly products that actually clean, protect and maintain your car better than the traditional cleaning substances</span></li></ul><h2>Check Out Our Special Offer!</h2><p>Donâ€™t miss the opportunity to get 50% discount on a complete cleaning just by recommending us to a friend. Bring someone you know with you and clean you car half price!</p><h2 style=\"text-align: center;\">our happy clients</h2><h5>Brett Graham, 28</h5><h6>Architect</h6><p>Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit. Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit.&nbsp;</p><h5>Rosie Hanson, 24</h5><h6>Real estate Associate</h6><p>Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo.</p><h5>Shawn Mattews, 35</h5><h6>project manager</h6><p>Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo. Nullam ac urna eu felis.Sed non neque elit. Sed ut imperdiet nisi. Proin condimentum</p><h2 style=\"text-align: center;\">our offers</h2><h4 style=\"text-align: center;\"><strong>Basic Wash</strong></h4><h4 style=\"text-align: center;\"><strong>15$</strong></h4><ul wfd-id=\"162\"><li wfd-id=\"181\">check<span wfd-id=\"182\">Interior vacuum</span></li><li wfd-id=\"177\">check<span wfd-id=\"178\">Dust &amp;dash console</span></li><li wfd-id=\"171\">check<span wfd-id=\"172\">Hand towel dry</span></li><li wfd-id=\"167\">check<span wfd-id=\"168\">Clean windows</span></li><li wfd-id=\"163\">check<span wfd-id=\"164\">Soft cloth wash</span></li></ul><h4 style=\"text-align: center;\"><strong>Ultimate Wash</strong></h4><h4 style=\"text-align: center;\"><strong>22 $</strong></h4><p style=\"text-align: center;\">Includes basic service <span style=\"color: rgb(15, 29, 123);\" wfd-id=\"145\"><strong><span wfd-id=\"146\">+</span></strong></span></p><ul wfd-id=\"129\"><li wfd-id=\"138\">check<span wfd-id=\"139\">Triple foam conditiner</span></li><li wfd-id=\"134\">check<span wfd-id=\"135\">Tire dressing</span></li><li wfd-id=\"130\">check<span wfd-id=\"131\">Air freshner</span></li></ul><h4 style=\"text-align: center;\"><strong>Supreme Wash</strong></h4><h4 style=\"text-align: center;\"><strong>30 $</strong></h4><p style=\"text-align: center;\">Includes ultimate service <span style=\"color: rgb(15, 29, 123);\" wfd-id=\"110\"><strong><span wfd-id=\"111\">+</span></strong></span></p><ul wfd-id=\"96\"><li wfd-id=\"105\">check<span wfd-id=\"106\">Exterior trim dressing</span></li><li wfd-id=\"101\">check<span wfd-id=\"102\">Hand applied spray wax</span></li><li wfd-id=\"97\">check<span wfd-id=\"98\">Interior conditioner</span></li></ul><h2 style=\"text-align: center;\">contact us</h2>First NameEmail AddressMessagePhone NumberSubmit Message<span style=\"width: 100%;\" wfd-id=\"55\"><img alt=\"Cerakote Certified Logo\" width=\"2148\" height=\"1968\" title=\"Cerakote Certified Logo\" data-id=\"282\" src=\"https://bestcerakoteflorida.com/wp-content/uploads/2018/09/CertifiedLogo.png\" style=\"width: 100%;\"></span><p>Â© 2018, BLACKHAWK CUSTOM, LLC . All rights reserved.</p><p style=\"text-align: right;\">Made with <a href=\"https://thrivethemes.com/\" target=\"_blank\" rel=\"noopener noreferrer\">Thrive Architect</a></p>','Home','','inherit','closed','closed','','106-revision-v1','','','2019-03-08 10:10:00','2019-03-08 15:10:00','',106,'https://bestcerakoteflorida.com/106-revision-v1/',0,'revision','',0),(583,1,'2019-03-08 10:11:17','2019-03-08 15:11:17','<span style=\"width: 100%;\" wfd-id=\"493\"><img alt=\"\" width=\"384\" height=\"62\" title=\"Blackhawk_custom_header\" data-id=\"465\" src=\"https://bestcerakoteflorida.com/wp-content/uploads/2019/01/Blackhawk_custom_header.png\" style=\"width: 100%;\"></span>                    <p><a href=\"mailto:info@bestcerkoteflorida.com\" target=\"_blank\" rel=\"noopener noreferrer\">info@bestcerakoteflorida.com</a></p><h1 style=\"text-align: center;\">&nbsp;Protect What\'s Important To You! With The Toughest Ceramic Finish In The World!<span style=\"color: rgb(0, 229, 255);\" wfd-id=\"467\"></span></h1><p style=\"text-align: center;\">Heat, Water, Salt and Sand just some of the conditions you face. And any one of them is just waiting to get a hold of your firearm and leave it a pile of rusted, pitted junk.</p><p style=\"text-align: center;\">Unfortunately there wasn\'t much you could do other than keep cleaning and lubricating your firearms...till NOW!</p><h2>our services</h2><h4 style=\"text-align: left;\">Express exterior</h4><p>Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.</p><h4 style=\"text-align: left;\">Interior clean</h4><p>Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum</p><h4 style=\"text-align: left;\">Wax protection</h4><p>Etiam pharetra, erat sed fermentum feugiat, velit mauris</p><h4 style=\"text-align: left;\">Dust &amp; Dash Console</h4><p>Duis sed odio sit amet nibh vulputate cursus a sit amet mauris.</p><h4 style=\"text-align: left;\">Triple Foam Polish</h4><p>Class aptent taciti sociosqu ad litora torquent</p><h4 style=\"text-align: left;\">Tire dressing</h4><p>Etiam pharetra, erat sed fermentum feugiat, velit mauris</p><h3><strong>Complete cleaning services for yoâ€‹ur car</strong></h3><ul wfd-id=\"357\"><li wfd-id=\"368\"><span wfd-id=\"369\">We are a small business delivering professional cleaning services for all vehicles</span></li><li wfd-id=\"364\"><span wfd-id=\"365\">Our services are convenient for individuals and corporate fleets</span></li><li wfd-id=\"358\"><span wfd-id=\"359\">We use eco-friendly products that actually clean, protect and maintain your car better than the traditional cleaning substances</span></li></ul><h2>Check Out Our Special Offer!</h2><p>Donâ€™t miss the opportunity to get 50% discount on a complete cleaning just by recommending us to a friend. Bring someone you know with you and clean you car half price!</p><h2 style=\"text-align: center;\">our happy clients</h2><h5>Brett Graham, 28</h5><h6>Architect</h6><p>Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit. Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit.&nbsp;</p><h5>Rosie Hanson, 24</h5><h6>Real estate Associate</h6><p>Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo.</p><h5>Shawn Mattews, 35</h5><h6>project manager</h6><p>Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo. Nullam ac urna eu felis.Sed non neque elit. Sed ut imperdiet nisi. Proin condimentum</p><h2 style=\"text-align: center;\">our offers</h2><h4 style=\"text-align: center;\"><strong>Basic Wash</strong></h4><h4 style=\"text-align: center;\"><strong>15$</strong></h4><ul wfd-id=\"161\"><li wfd-id=\"180\">check<span wfd-id=\"181\">Interior vacuum</span></li><li wfd-id=\"176\">check<span wfd-id=\"177\">Dust &amp;dash console</span></li><li wfd-id=\"170\">check<span wfd-id=\"171\">Hand towel dry</span></li><li wfd-id=\"166\">check<span wfd-id=\"167\">Clean windows</span></li><li wfd-id=\"162\">check<span wfd-id=\"163\">Soft cloth wash</span></li></ul><h4 style=\"text-align: center;\"><strong>Ultimate Wash</strong></h4><h4 style=\"text-align: center;\"><strong>22 $</strong></h4><p style=\"text-align: center;\">Includes basic service <span style=\"color: rgb(15, 29, 123);\" wfd-id=\"144\"><strong><span wfd-id=\"145\">+</span></strong></span></p><ul wfd-id=\"128\"><li wfd-id=\"137\">check<span wfd-id=\"138\">Triple foam conditiner</span></li><li wfd-id=\"133\">check<span wfd-id=\"134\">Tire dressing</span></li><li wfd-id=\"129\">check<span wfd-id=\"130\">Air freshner</span></li></ul><h4 style=\"text-align: center;\"><strong>Supreme Wash</strong></h4><h4 style=\"text-align: center;\"><strong>30 $</strong></h4><p style=\"text-align: center;\">Includes ultimate service <span style=\"color: rgb(15, 29, 123);\" wfd-id=\"109\"><strong><span wfd-id=\"110\">+</span></strong></span></p><ul wfd-id=\"95\"><li wfd-id=\"104\">check<span wfd-id=\"105\">Exterior trim dressing</span></li><li wfd-id=\"100\">check<span wfd-id=\"101\">Hand applied spray wax</span></li><li wfd-id=\"96\">check<span wfd-id=\"97\">Interior conditioner</span></li></ul><h2 style=\"text-align: center;\">contact us</h2>First NameEmail AddressMessagePhone NumberSubmit Message<span style=\"width: 100%;\" wfd-id=\"54\"><img alt=\"Cerakote Certified Logo\" width=\"2148\" height=\"1968\" title=\"Cerakote Certified Logo\" data-id=\"282\" src=\"https://bestcerakoteflorida.com/wp-content/uploads/2018/09/CertifiedLogo.png\" style=\"width: 100%;\"></span><p>Â© 2018, BLACKHAWK CUSTOM, LLC . All rights reserved.</p><p style=\"text-align: right;\">Made with <a href=\"https://thrivethemes.com/\" target=\"_blank\" rel=\"noopener noreferrer\">Thrive Architect</a></p>','Home','','inherit','closed','closed','','106-revision-v1','','','2019-03-08 10:11:17','2019-03-08 15:11:17','',106,'https://bestcerakoteflorida.com/106-revision-v1/',0,'revision','',0),(584,1,'2019-03-08 10:19:30','2019-03-08 15:19:30','<span style=\"width: 100%;\" wfd-id=\"496\"><img alt=\"\" width=\"384\" height=\"62\" title=\"Blackhawk_custom_header\" data-id=\"465\" src=\"https://bestcerakoteflorida.com/wp-content/uploads/2019/01/Blackhawk_custom_header.png\" style=\"width: 100%;\"></span>                    <p><a href=\"mailto:info@bestcerkoteflorida.com\" target=\"_blank\" rel=\"noopener noreferrer\">info@bestcerakoteflorida.com</a></p><h1 style=\"text-align: center;\">&nbsp;<strong>â€‹</strong><strong>Protect What\'s Important To You! With The Toughest Ceramic Finish In The World!</strong></h1><h2 style=\"text-align: center;\"><strong>Heat, Water, Salt and Sand just some of the conditions you face. And any one of them is just waiting, to get a hold of your firearm and leave it a pile of rusted, pitted junk.</strong></h2><h2 style=\"text-align: center;\"><strong>Unfortunately, there wasn\'t much you could do other than keep cleaning and lubricating your firearms...till NOW!</strong></h2><h2>our services</h2><h4 style=\"text-align: left;\">Express exterior</h4><p>Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.</p><h4 style=\"text-align: left;\">Interior clean</h4><p>Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum</p><h4 style=\"text-align: left;\">Wax protection</h4><p>Etiam pharetra, erat sed fermentum feugiat, velit mauris</p><h4 style=\"text-align: left;\">Dust &amp; Dash Console</h4><p>Duis sed odio sit amet nibh vulputate cursus a sit amet mauris.</p><h4 style=\"text-align: left;\">Triple Foam Polish</h4><p>Class aptent taciti sociosqu ad litora torquent</p><h4 style=\"text-align: left;\">Tire dressing</h4><p>Etiam pharetra, erat sed fermentum feugiat, velit mauris</p><h3><strong>Complete cleaning services for yoâ€‹ur car</strong></h3><ul wfd-id=\"361\"><li wfd-id=\"372\"><span wfd-id=\"373\">We are a small business delivering professional cleaning services for all vehicles</span></li><li wfd-id=\"368\"><span wfd-id=\"369\">Our services are convenient for individuals and corporate fleets</span></li><li wfd-id=\"362\"><span wfd-id=\"363\">We use eco-friendly products that actually clean, protect and maintain your car better than the traditional cleaning substances</span></li></ul><h2>Check Out Our Special Offer!</h2><p>Donâ€™t miss the opportunity to get 50% discount on a complete cleaning just by recommending us to a friend. Bring someone you know with you and clean you car half price!</p><h2 style=\"text-align: center;\">our happy clients</h2><h5>Brett Graham, 28</h5><h6>Architect</h6><p>Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit. Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit.&nbsp;</p><h5>Rosie Hanson, 24</h5><h6>Real estate Associate</h6><p>Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo.</p><h5>Shawn Mattews, 35</h5><h6>project manager</h6><p>Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo. Nullam ac urna eu felis.Sed non neque elit. Sed ut imperdiet nisi. Proin condimentum</p><h2 style=\"text-align: center;\">our offers</h2><h4 style=\"text-align: center;\"><strong>Basic Wash</strong></h4><h4 style=\"text-align: center;\"><strong>15$</strong></h4><ul wfd-id=\"165\"><li wfd-id=\"184\">check<span wfd-id=\"185\">Interior vacuum</span></li><li wfd-id=\"180\">check<span wfd-id=\"181\">Dust &amp;dash console</span></li><li wfd-id=\"174\">check<span wfd-id=\"175\">Hand towel dry</span></li><li wfd-id=\"170\">check<span wfd-id=\"171\">Clean windows</span></li><li wfd-id=\"166\">check<span wfd-id=\"167\">Soft cloth wash</span></li></ul><h4 style=\"text-align: center;\"><strong>Ultimate Wash</strong></h4><h4 style=\"text-align: center;\"><strong>22 $</strong></h4><p style=\"text-align: center;\">Includes basic service <span style=\"color: rgb(15, 29, 123);\" wfd-id=\"148\"><strong><span wfd-id=\"149\">+</span></strong></span></p><ul wfd-id=\"132\"><li wfd-id=\"141\">check<span wfd-id=\"142\">Triple foam conditiner</span></li><li wfd-id=\"137\">check<span wfd-id=\"138\">Tire dressing</span></li><li wfd-id=\"133\">check<span wfd-id=\"134\">Air freshner</span></li></ul><h4 style=\"text-align: center;\"><strong>Supreme Wash</strong></h4><h4 style=\"text-align: center;\"><strong>30 $</strong></h4><p style=\"text-align: center;\">Includes ultimate service <span style=\"color: rgb(15, 29, 123);\" wfd-id=\"113\"><strong><span wfd-id=\"114\">+</span></strong></span></p><ul wfd-id=\"99\"><li wfd-id=\"108\">check<span wfd-id=\"109\">Exterior trim dressing</span></li><li wfd-id=\"104\">check<span wfd-id=\"105\">Hand applied spray wax</span></li><li wfd-id=\"100\">check<span wfd-id=\"101\">Interior conditioner</span></li></ul><h2 style=\"text-align: center;\">contact us</h2>First NameEmail AddressMessagePhone NumberSubmit Message<span style=\"width: 100%;\" wfd-id=\"58\"><img alt=\"Cerakote Certified Logo\" width=\"2148\" height=\"1968\" title=\"Cerakote Certified Logo\" data-id=\"282\" src=\"https://bestcerakoteflorida.com/wp-content/uploads/2018/09/CertifiedLogo.png\" style=\"width: 100%;\"></span><p>Â© 2018, BLACKHAWK CUSTOM, LLC . All rights reserved.</p><p style=\"text-align: right;\">Made with <a href=\"https://thrivethemes.com/\" target=\"_blank\" rel=\"noopener noreferrer\">Thrive Architect</a></p>','Home','','inherit','closed','closed','','106-revision-v1','','','2019-03-08 10:19:30','2019-03-08 15:19:30','',106,'https://bestcerakoteflorida.com/106-revision-v1/',0,'revision','',0),(585,1,'2019-03-08 10:27:49','2019-03-08 15:27:49','<span style=\"width: 100%;\" wfd-id=\"522\"><img alt=\"\" width=\"384\" height=\"62\" title=\"Blackhawk_custom_header\" data-id=\"465\" src=\"https://bestcerakoteflorida.com/wp-content/uploads/2019/01/Blackhawk_custom_header.png\" style=\"width: 100%;\"></span>                    <p><a href=\"mailto:info@bestcerkoteflorida.com\" target=\"_blank\" rel=\"noopener noreferrer\">info@bestcerakoteflorida.com</a></p><h1 style=\"text-align: center;\">&nbsp;<strong>â€‹</strong><strong>Protect What\'s Important To You! With The Toughest Ceramic Finish In The World!</strong></h1><h2 style=\"text-align: center;\"><strong>Heat, Water, Salt and Sand just some of the conditions you face. And any one of them is just waiting, to get a hold of your firearm and leave it a pile of rusted, pitted junk.</strong></h2><h2 style=\"text-align: center;\"><strong>Unfortunately, there wasn\'t much you could do other than keep cleaning and lubricating your firearms...till NOW!</strong></h2><p>Enter your text here...</p><p>Enter your text here...</p><h2>our services</h2><h4 style=\"text-align: left;\">Express exterior</h4><p>Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.</p><h4 style=\"text-align: left;\">Interior clean</h4><p>Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum</p><h4 style=\"text-align: left;\">Wax protection</h4><p>Etiam pharetra, erat sed fermentum feugiat, velit mauris</p><h4 style=\"text-align: left;\">Dust &amp; Dash Console</h4><p>Duis sed odio sit amet nibh vulputate cursus a sit amet mauris.</p><h4 style=\"text-align: left;\">Triple Foam Polish</h4><p>Class aptent taciti sociosqu ad litora torquent</p><h4 style=\"text-align: left;\">Tire dressing</h4><p>Etiam pharetra, erat sed fermentum feugiat, velit mauris</p><h3><strong>Complete cleaning services for yoâ€‹ur car</strong></h3><ul wfd-id=\"363\"><li wfd-id=\"374\"><span wfd-id=\"375\">We are a small business delivering professional cleaning services for all vehicles</span></li><li wfd-id=\"370\"><span wfd-id=\"371\">Our services are convenient for individuals and corporate fleets</span></li><li wfd-id=\"364\"><span wfd-id=\"365\">We use eco-friendly products that actually clean, protect and maintain your car better than the traditional cleaning substances</span></li></ul><h2>Check Out Our Special Offer!</h2><p>Donâ€™t miss the opportunity to get 50% discount on a complete cleaning just by recommending us to a friend. Bring someone you know with you and clean you car half price!</p><h2 style=\"text-align: center;\">our happy clients</h2><h5>Brett Graham, 28</h5><h6>Architect</h6><p>Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit. Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit.&nbsp;</p><h5>Rosie Hanson, 24</h5><h6>Real estate Associate</h6><p>Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo.</p><h5>Shawn Mattews, 35</h5><h6>project manager</h6><p>Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo. Nullam ac urna eu felis.Sed non neque elit. Sed ut imperdiet nisi. Proin condimentum</p><h2 style=\"text-align: center;\">our offers</h2><h4 style=\"text-align: center;\"><strong>Basic Wash</strong></h4><h4 style=\"text-align: center;\"><strong>15$</strong></h4><ul wfd-id=\"167\"><li wfd-id=\"186\">check<span wfd-id=\"187\">Interior vacuum</span></li><li wfd-id=\"182\">check<span wfd-id=\"183\">Dust &amp;dash console</span></li><li wfd-id=\"176\">check<span wfd-id=\"177\">Hand towel dry</span></li><li wfd-id=\"172\">check<span wfd-id=\"173\">Clean windows</span></li><li wfd-id=\"168\">check<span wfd-id=\"169\">Soft cloth wash</span></li></ul><h4 style=\"text-align: center;\"><strong>Ultimate Wash</strong></h4><h4 style=\"text-align: center;\"><strong>22 $</strong></h4><p style=\"text-align: center;\">Includes basic service <span style=\"color: rgb(15, 29, 123);\" wfd-id=\"150\"><strong><span wfd-id=\"151\">+</span></strong></span></p><ul wfd-id=\"134\"><li wfd-id=\"143\">check<span wfd-id=\"144\">Triple foam conditiner</span></li><li wfd-id=\"139\">check<span wfd-id=\"140\">Tire dressing</span></li><li wfd-id=\"135\">check<span wfd-id=\"136\">Air freshner</span></li></ul><h4 style=\"text-align: center;\"><strong>Supreme Wash</strong></h4><h4 style=\"text-align: center;\"><strong>30 $</strong></h4><p style=\"text-align: center;\">Includes ultimate service <span style=\"color: rgb(15, 29, 123);\" wfd-id=\"115\"><strong><span wfd-id=\"116\">+</span></strong></span></p><ul wfd-id=\"101\"><li wfd-id=\"110\">check<span wfd-id=\"111\">Exterior trim dressing</span></li><li wfd-id=\"106\">check<span wfd-id=\"107\">Hand applied spray wax</span></li><li wfd-id=\"102\">check<span wfd-id=\"103\">Interior conditioner</span></li></ul><h2 style=\"text-align: center;\">contact us</h2>First NameEmail AddressMessagePhone NumberSubmit Message<span style=\"width: 100%;\" wfd-id=\"60\"><img alt=\"Cerakote Certified Logo\" width=\"2148\" height=\"1968\" title=\"Cerakote Certified Logo\" data-id=\"282\" src=\"https://bestcerakoteflorida.com/wp-content/uploads/2018/09/CertifiedLogo.png\" style=\"width: 100%;\"></span><p>Â© 2018, BLACKHAWK CUSTOM, LLC . All rights reserved.</p><p style=\"text-align: right;\">Made with <a href=\"https://thrivethemes.com/\" target=\"_blank\" rel=\"noopener noreferrer\">Thrive Architect</a></p>','Home','','inherit','closed','closed','','106-revision-v1','','','2019-03-08 10:27:49','2019-03-08 15:27:49','',106,'https://bestcerakoteflorida.com/106-revision-v1/',0,'revision','',0),(586,1,'2019-03-08 10:35:52','2019-03-08 15:35:52','<span style=\"width: 100%;\" wfd-id=\"540\"><img alt=\"\" width=\"384\" height=\"62\" title=\"Blackhawk_custom_header\" data-id=\"465\" src=\"https://bestcerakoteflorida.com/wp-content/uploads/2019/01/Blackhawk_custom_header.png\" style=\"width: 100%;\"></span>                    <p><a href=\"mailto:info@bestcerkoteflorida.com\" target=\"_blank\" rel=\"noopener noreferrer\">info@bestcerakoteflorida.com</a></p><h1 style=\"text-align: center;\">&nbsp;<strong>â€‹</strong><strong>Protect What\'s Important To You! With The Toughest Ceramic Finish In The World!</strong></h1><h2 style=\"text-align: center;\"><strong>Heat, Water, Salt and Sand just some of the conditions you face. And any one of them is just waiting, to get a hold of your firearm and leave it a pile of rusted, pitted junk.</strong></h2><h2 style=\"text-align: center;\"><strong>Unfortunately, there wasn\'t much you could do other than keep cleaning and lubricating your firearms...till NOW!</strong></h2><p>Enter your text here...</p><p>Enter your text here...</p><h2>our services</h2><h4 style=\"text-align: left;\">Express exterior</h4><p>Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.</p><h4 style=\"text-align: left;\">Interior clean</h4><p>Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum</p><h4 style=\"text-align: left;\">Wax protection</h4><p>Etiam pharetra, erat sed fermentum feugiat, velit mauris</p><h4 style=\"text-align: left;\">Dust &amp; Dash Console</h4><p>Duis sed odio sit amet nibh vulputate cursus a sit amet mauris.</p><h4 style=\"text-align: left;\">Triple Foam Polish</h4><p>Class aptent taciti sociosqu ad litora torquent</p><h4 style=\"text-align: left;\">Tire dressing</h4><p>Etiam pharetra, erat sed fermentum feugiat, velit mauris</p><h3><strong>Complete cleaning services for yoâ€‹ur car</strong></h3><ul wfd-id=\"363\"><li wfd-id=\"374\"><span wfd-id=\"375\">We are a small business delivering professional cleaning services for all vehicles</span></li><li wfd-id=\"370\"><span wfd-id=\"371\">Our services are convenient for individuals and corporate fleets</span></li><li wfd-id=\"364\"><span wfd-id=\"365\">We use eco-friendly products that actually clean, protect and maintain your car better than the traditional cleaning substances</span></li></ul><h2>Check Out Our Special Offer!</h2><p>Donâ€™t miss the opportunity to get 50% discount on a complete cleaning just by recommending us to a friend. Bring someone you know with you and clean you car half price!</p><h2 style=\"text-align: center;\">our happy clients</h2><h5>Brett Graham, 28</h5><h6>Architect</h6><p>Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit. Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit.&nbsp;</p><h5>Rosie Hanson, 24</h5><h6>Real estate Associate</h6><p>Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo.</p><h5>Shawn Mattews, 35</h5><h6>project manager</h6><p>Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo. Nullam ac urna eu felis.Sed non neque elit. Sed ut imperdiet nisi. Proin condimentum</p><h2 style=\"text-align: center;\">our offers</h2><h4 style=\"text-align: center;\"><strong>Basic Wash</strong></h4><h4 style=\"text-align: center;\"><strong>15$</strong></h4><ul wfd-id=\"167\"><li wfd-id=\"186\">check<span wfd-id=\"187\">Interior vacuum</span></li><li wfd-id=\"182\">check<span wfd-id=\"183\">Dust &amp;dash console</span></li><li wfd-id=\"176\">check<span wfd-id=\"177\">Hand towel dry</span></li><li wfd-id=\"172\">check<span wfd-id=\"173\">Clean windows</span></li><li wfd-id=\"168\">check<span wfd-id=\"169\">Soft cloth wash</span></li></ul><h4 style=\"text-align: center;\"><strong>Ultimate Wash</strong></h4><h4 style=\"text-align: center;\"><strong>22 $</strong></h4><p style=\"text-align: center;\">Includes basic service <span style=\"color: rgb(15, 29, 123);\" wfd-id=\"150\"><strong><span wfd-id=\"151\">+</span></strong></span></p><ul wfd-id=\"134\"><li wfd-id=\"143\">check<span wfd-id=\"144\">Triple foam conditiner</span></li><li wfd-id=\"139\">check<span wfd-id=\"140\">Tire dressing</span></li><li wfd-id=\"135\">check<span wfd-id=\"136\">Air freshner</span></li></ul><h4 style=\"text-align: center;\"><strong>Supreme Wash</strong></h4><h4 style=\"text-align: center;\"><strong>30 $</strong></h4><p style=\"text-align: center;\">Includes ultimate service <span style=\"color: rgb(15, 29, 123);\" wfd-id=\"115\"><strong><span wfd-id=\"116\">+</span></strong></span></p><ul wfd-id=\"101\"><li wfd-id=\"110\">check<span wfd-id=\"111\">Exterior trim dressing</span></li><li wfd-id=\"106\">check<span wfd-id=\"107\">Hand applied spray wax</span></li><li wfd-id=\"102\">check<span wfd-id=\"103\">Interior conditioner</span></li></ul><h2 style=\"text-align: center;\">contact us</h2>First NameEmail AddressMessagePhone NumberSubmit Message<span style=\"width: 100%;\" wfd-id=\"60\"><img alt=\"Cerakote Certified Logo\" width=\"2148\" height=\"1968\" title=\"Cerakote Certified Logo\" data-id=\"282\" src=\"https://bestcerakoteflorida.com/wp-content/uploads/2018/09/CertifiedLogo.png\" style=\"width: 100%;\"></span><p>Â© 2018, BLACKHAWK CUSTOM, LLC . All rights reserved.</p><p style=\"text-align: right;\">Made with <a href=\"https://thrivethemes.com/\" target=\"_blank\" rel=\"noopener noreferrer\">Thrive Architect</a></p>','Home','','inherit','closed','closed','','106-revision-v1','','','2019-03-08 10:35:52','2019-03-08 15:35:52','',106,'https://bestcerakoteflorida.com/106-revision-v1/',0,'revision','',0),(588,1,'2019-03-08 12:49:48','2019-03-08 17:49:48','<h2>Terms &amp; Conditions</h2><p style=\"text-align: left;\">TERMS OF SERVICE-----OVERVIEWThis website is operated by Blackhawk Custom, LLC. Throughout the site, the terms â€œweâ€, â€œusâ€ and â€œourâ€ refer to Blackhawk Custom, LLC. Blackhawk Custom, LLC offers this website, including all information, tools and services available from this site to you, the user, conditioned upon your acceptance of all terms, conditions, policies and notices stated here.By visiting our site and/ or purchasing something from us, you engage in our â€œServiceâ€ and agree to be bound by the following terms and conditions (â€œTerms of Serviceâ€, â€œTermsâ€), including those additional terms, conditions, and policies referenced herein and/or available by hyperlink. These Terms of Service apply to all users of the site, including without limitation users who are browsers, vendors, customers, merchants, and/ or contributors of content.Please read these Terms of Service carefully before accessing or using our website. By accessing or using any part of the site, you agree to be bound by these Terms of Service. If you do not agree to all the terms and conditions of this agreement, then you may not access the website or use any services. If these Terms of Service are considered an offer, acceptance is expressly limited to these Terms of Service.Any new features or tools which are added to the current store shall also be subject to the Terms of Service. You can review the most current version of the Terms of Service at any time on this page. We reserve the right to update, change or replace any part of these Terms of Service by posting updates and/or changes to our website. It is your responsibility to check this page periodically for changes. Your continued use of or access to the website following the posting of any changes constitutes acceptance of those changes.SECTION 1 - ONLINE STORE TERMSBy agreeing to these Terms of Service, you represent that you are at least the age of majority in your state or province of residence, or that you are the age of majority in your state or province of residence and you have given us your consent to allow any of your minor dependents to use this site.You may not use our products for any illegal or unauthorized purpose nor may you, in the use of the Service, violate any laws in your jurisdiction (including but not limited to copyright laws).You must not transmit any worms or viruses or any code of a destructive nature.A breach or violation of any of the Terms will result in an immediate termination of your Services.SECTION 2 - GENERAL CONDITIONSWe reserve the right to refuse service to anyone for any reason at any time.You understand that your content (not including credit card information), may be transferred unencrypted and involve (a) transmissions over various networks; and (b) changes to conform and adapt to technical requirements of connecting networks or devices. Credit card information is always encrypted during transfer over networks.You agree not to reproduce, duplicate, copy, sell, resell or exploit any portion of the Service, use of the Service, or access to the Service or any contact on the website through which the service is provided, without express written permission by us.The headings used in this agreement are included for convenience only and will not limit or otherwise affect these Terms.SECTION 3 - ACCURACY, COMPLETENESS AND TIMELINESS OF INFORMATIONWe are not responsible if information made available on this site is not accurate, complete or current. The material on this site is provided for general information only and should not be relied upon or used as the sole basis for making decisions without consulting primary, more accurate, more complete or more timely sources of information. Any reliance on the material on this site is at your own risk.This site may contain certain historical information. Historical information, necessarily, is not current and is provided for your reference only. We reserve the right to modify the contents of this site at any time, but we have no obligation to update any information on our site. You agree that it is your responsibility to monitor changes to our site.SECTION 4 - MODIFICATIONS TO THE SERVICE AND PRICESThe prices for our products are subject to change without notice.We reserve the right at any time to modify or discontinue the Service (or any part or content thereof) without notice at any time.We shall not be liable to you or to any third-party for any modification, price change, suspension or discontinuance of the Service.SECTION 5 - PRODUCTS OR SERVICES (if applicable)Certain products or services may be available exclusively online through the website. These products or services may have limited quantities and are subject to return or exchange only according to our Return Policy.We have made every effort to display as accurately as possible the colors and images of our products that appear at the store. We cannot guarantee that your computer monitor\'s display of any color will be accurate.We reserve the right, but are not obligated, to limit the sales of our products or Services to any person, geographic region or jurisdiction. We may exercise this right on a case-by-case basis. We reserve the right to limit the quantities of any products or services that we offer. All descriptions of products or product pricing are subject to change at anytime without notice, at the sole discretion of us. We reserve the right to discontinue any product at any time. Any offer for any product or service made on this site is void where prohibited.We do not warrant that the quality of any products, services, information, or other material purchased or obtained by you will meet your expectations, or that any errors in the Service will be corrected.SECTION 6 - ACCURACY OF BILLING AND ACCOUNT INFORMATIONWe reserve the right to refuse any order you place with us. We may, in our sole discretion, limit or cancel quantities purchased per person, per household or per order. These restrictions may include orders placed by or under the same customer account, the same credit card, and/or orders that use the same billing and/or shipping address. In the event that we make a change to or cancel an order, we may attempt to notify you by contacting the e-mail and/or billing address/phone number provided at the time the order was made. We reserve the right to limit or prohibit orders that, in our sole judgment, appear to be placed by dealers, resellers or distributors.You agree to provide current, complete and accurate purchase and account information for all purchases made at our store. You agree to promptly update your account and other information, including your email address and credit card numbers and expiration dates, so that we can complete your transactions and contact you as needed.For more detail, please review our Returns Policy.SECTION 7 - OPTIONAL TOOLSWe may provide you with access to third-party tools over which we neither monitor nor have any control nor input.You acknowledge and agree that we provide access to such tools â€as isâ€ and â€œas availableâ€ without any warranties, representations or conditions of any kind and without any endorsement. We shall have no liability whatsoever arising from or relating to your use of optional third-party tools.Any use by you of optional tools offered through the site is entirely at your own risk and discretion and you should ensure that you are familiar with and approve of the terms on which tools are provided by the relevant third-party provider(s).We may also, in the future, offer new services and/or features through the website (including, the release of new tools and resources). Such new features and/or services shall also be subject to these Terms of Service.SECTION 8 - THIRD-PARTY LINKSCertain content, products and services available via our Service may include materials from third-parties.Third-party links on this site may direct you to third-party websites that are not affiliated with us. We are not responsible for examining or evaluating the content or accuracy and we do not warrant and will not have any liability or responsibility for any third-party materials or websites, or for any other materials, products, or services of third-parties.We are not liable for any harm or damages related to the purchase or use of goods, services, resources, content, or any other transactions made in connection with any third-party websites. Please review carefully the third-party\'s policies and practices and make sure you understand them before you engage in any transaction. Complaints, claims, concerns, or questions regarding third-party products should be directed to the third-party.SECTION 9 - USER COMMENTS, FEEDBACK AND OTHER SUBMISSIONSIf, at our request, you send certain specific submissions (for example contest entries) or without a request from us you send creative ideas, suggestions, proposals, plans, or other materials, whether online, by email, by postal mail, or otherwise (collectively, \'comments\'), you agree that we may, at any time, without restriction, edit, copy, publish, distribute, translate and otherwise use in any medium any comments that you forward to us. We are and shall be under no obligation (1) to maintain any comments in confidence; (2) to pay compensation for any comments; or (3) to respond to any comments.We may, but have no obligation to, monitor, edit or remove content that we determine in our sole discretion are unlawful, offensive, threatening, libelous, defamatory, pornographic, obscene or otherwise objectionable or violates any partyâ€™s intellectual property or these Terms of Service.You agree that your comments will not violate any right of any third-party, including copyright, trademark, privacy, personality or other personal or proprietary right. You further agree that your comments will not contain libelous or otherwise unlawful, abusive or obscene material, or contain any computer virus or other malware that could in any way affect the operation of the Service or any related website. You may not use a false e-mail address, pretend to be someone other than yourself, or otherwise mislead us or third-parties as to the origin of any comments. You are solely responsible for any comments you make and their accuracy. We take no responsibility and assume no liability for any comments posted by you or any third-party.SECTION 10 - PERSONAL INFORMATIONYour submission of personal information through the store is governed by our Privacy Policy. To view our Privacy Policy.SECTION 11 - ERRORS, INACCURACIES AND OMISSIONSOccasionally there may be information on our site or in the Service that contains typographical errors, inaccuracies or omissions that may relate to product descriptions, pricing, promotions, offers, product shipping charges, transit times and availability. We reserve the right to correct any errors, inaccuracies or omissions, and to change or update information or cancel orders if any information in the Service or on any related website is inaccurate at any time without prior notice (including after you have submitted your order).We undertake no obligation to update, amend or clarify information in the Service or on any related website, including without limitation, pricing information, except as required by law. No specified update or refresh date applied in the Service or on any related website, should be taken to indicate that all information in the Service or on any related website has been modified or updated.SECTION 12 - PROHIBITED USESIn addition to other prohibitions as set forth in the Terms of Service, you are prohibited from using the site or its content: (a) for any unlawful purpose; (b) to solicit others to perform or participate in any unlawful acts; (c) to violate any international, federal, provincial or state regulations, rules, laws, or local ordinances; (d) to infringe upon or violate our intellectual property rights or the intellectual property rights of others; (e) to harass, abuse, insult, harm, defame, slander, disparage, intimidate, or discriminate based on gender, sexual orientation, religion, ethnicity, race, age, national origin, or disability; (f) to submit false or misleading information; (g) to upload or transmit viruses or any other type of malicious code that will or may be used in any way that will affect the functionality or operation of the Service or of any related website, other websites, or the Internet; (h) to collect or track the personal information of others; (i) to spam, phish, pharm, pretext, spider, crawl, or scrape; (j) for any obscene or immoral purpose; or (k) to interfere with or circumvent the security features of the Service or any related website, other websites, or the Internet. We reserve the right to terminate your use of the Service or any related website for violating any of the prohibited uses.SECTION 13 - DISCLAIMER OF WARRANTIES; LIMITATION OF LIABILITYWe do not guarantee, represent or warrant that your use of our service will be uninterrupted, timely, secure or error-free.We do not warrant that the results that may be obtained from the use of the service will be accurate or reliable.You agree that from time to time we may remove the service for indefinite periods of time or cancel the service at any time, without notice to you.You expressly agree that your use of, or inability to use, the service is at your sole risk. The service and all products and services delivered to you through the service are (except as expressly stated by us) provided \'as is\' and \'as available\' for your use, without any representation, warranties or conditions of any kind, either express or implied, including all implied warranties or conditions of merchantability, merchantable quality, fitness for a particular purpose, durability, title, and non-infringement.In no case shall Blackhawk Custom, LLC, our directors, officers, employees, affiliates, agents, contractors, interns, suppliers, service providers or licensors be liable for any injury, loss, claim, or any direct, indirect, incidental, punitive, special, or consequential damages of any kind, including, without limitation lost profits, lost revenue, lost savings, loss of data, replacement costs, or any similar damages, whether based in contract, tort (including negligence), strict liability or otherwise, arising from your use of any of the service or any products procured using the service, or for any other claim related in any way to your use of the service or any product, including, but not limited to, any errors or omissions in any content, or any loss or damage of any kind incurred as a result of the use of the service or any content (or product) posted, transmitted, or otherwise made available via the service, even if advised of their possibility. Because some states or jurisdictions do not allow the exclusion or the limitation of liability for consequential or incidental damages, in such states or jurisdictions, our liability shall be limited to the maximum extent permitted by law.SECTION 14 - INDEMNIFICATIONYou agree to indemnify, defend and hold harmless Blackhawk Custom, LLC and our parent, subsidiaries, affiliates, partners, officers, directors, agents, contractors, licensors, service providers, subcontractors, suppliers, interns and employees, harmless from any claim or demand, including reasonable attorneysâ€™ fees, made by any third-party due to or arising out of your breach of these Terms of Service or the documents they incorporate by reference, or your violation of any law or the rights of a third-party.SECTION 15 - SEVERABILITYIn the event that any provision of these Terms of Service is determined to be unlawful, void or unenforceable, such provision shall nonetheless be enforceable to the fullest extent permitted by applicable law, and the unenforceable portion shall be deemed to be severed from these Terms of Service, such determination shall not affect the validity and enforceability of any other remaining provisions.SECTION 16 - TERMINATIONThe obligations and liabilities of the parties incurred prior to the termination date shall survive the termination of this agreement for all purposes.These Terms of Service are effective unless and until terminated by either you or us. You may terminate these Terms of Service at any time by notifying us that you no longer wish to use our Services, or when you cease using our site.If in our sole judgment you fail, or we suspect that you have failed, to comply with any term or provision of these Terms of Service, we also may terminate this agreement at any time without notice and you will remain liable for all amounts due up to and including the date of termination; and/or accordingly may deny you access to our Services (or any part thereof).SECTION 17 - ENTIRE AGREEMENTThe failure of us to exercise or enforce any right or provision of these Terms of Service shall not constitute a waiver of such right or provision.These Terms of Service and any policies or operating rules posted by us on this site or in respect to The Service constitutes the entire agreement and understanding between you and us and govern your use of the Service, superseding any prior or contemporaneous agreements, communications and proposals, whether oral or written, between you and us (including, but not limited to, any prior versions of the Terms of Service).Any ambiguities in the interpretation of these Terms of Service shall not be construed against the drafting party.SECTION 18 - GOVERNING LAWThese Terms of Service and any separate agreements whereby we provide you Services shall be governed by and construed in accordance with the laws of 825 South Kings Highway, Fort Pierce, FL 34945.SECTION 19 - CHANGES TO TERMS OF SERVICEYou can review the most current version of the Terms of Service at any time at this page.We reserve the right, at our sole discretion, to update, change or replace any part of these Terms of Service by posting updates and changes to our website. It is your responsibility to check our website periodically for changes. Your continued use of or access to our website or the Service following the posting of any changes to these Terms of Service constitutes acceptance of those changes.SECTION 20 - CONTACT INFORMATIONQuestions about the Terms of Service should be sent to us at <a href=\"mailto:admin@blackhawkcustom.com\" target=\"_blank\" rel=\"noopener noreferrer\">admin@blackhawkcustom.com</a></p>','Terms And Conditions','','inherit','closed','closed','','95-revision-v1','','','2019-03-08 12:49:48','2019-03-08 17:49:48','',95,'https://bestcerakoteflorida.com/95-revision-v1/',0,'revision','',0),(589,1,'2019-03-08 12:50:28','2019-03-08 17:50:28','<a href=\"https://bestcerakoteflorida.com/\" rel=\"\">                    </a><h1 style=\"text-align: center;\"><strong>Privacy</strong></h1><p><span style=\"font-family: Merriweather; font-weight: 400;\" wfd-id=\"98\">Privacy Policy</span></p><p><span style=\"font-family: Merriweather; font-weight: 400;\" wfd-id=\"97\">What personal information do we collect from the people that visit our blog, website or app?When ordering or registering on our site, as appropriate, you may be asked to enter your name, email address, mailing address, phone number, credit card information or other details to help you with your experience.</span></p><p><span style=\"font-weight: 400;\" wfd-id=\"95\"><span style=\"font-family: Merriweather;\" wfd-id=\"96\">When do we collect information?</span></span></p><p><span style=\"font-weight: 400;\" wfd-id=\"93\"><span style=\"font-family: Merriweather;\" wfd-id=\"94\">We collect information from you when you register on our site, place an order, subscribe to a newsletter, respond to a survey, fill out a form or enter information on our site.</span></span></p><p><span style=\"font-weight: 400;\" wfd-id=\"91\"><span style=\"font-family: Merriweather;\" wfd-id=\"92\">How do we use your information?</span></span></p><p><span style=\"font-weight: 400;\" wfd-id=\"89\"><span style=\"font-family: Merriweather;\" wfd-id=\"90\">We may use the information we collect from you when you register, make a purchase, sign up for our newsletter, respond to a survey or marketing communication, surf the website, or use certain other site features in the following ways:â€¢ To personalize user\'s experience and to allow us to deliver the type of content and product offerings in which you are most interested.â€¢ To improve our website in order to better serve you.â€¢ To allow us to better service you in responding to your customer service requests.â€¢ To administer a contest, promotion, survey or other site feature.â€¢ To quickly process your transactions.â€¢ To send periodic emails regarding your order or other products and services.</span></span></p><p><span style=\"font-weight: 400;\" wfd-id=\"87\"><span style=\"font-family: Merriweather;\" wfd-id=\"88\">How do we protect visitor information?</span></span></p><p><span style=\"font-weight: 400;\" wfd-id=\"85\"><span style=\"font-family: Merriweather;\" wfd-id=\"86\">Our website is scanned on a regular basis for security holes and known vulnerabilities in order to make your visit to our site as safe as possible.We use regular Malware Scanning.</span></span></p><p><span style=\"font-weight: 400;\" wfd-id=\"83\"><span style=\"font-family: Merriweather;\" wfd-id=\"84\">Your personal information is contained behind secured networks and is only accessible by a limited number of persons who have special access rights to such systems, and are required to keep the information confidential. In addition, all sensitive/credit information you supply is encrypted via Secure Socket Layer (SSL) technology.</span></span></p><p><span style=\"font-weight: 400;\" wfd-id=\"81\"><span style=\"font-family: Merriweather;\" wfd-id=\"82\">We implement a variety of security measures when a user places an order, enters, submits, or accesses their information to maintain the safety of your personal information.</span></span></p><p><span style=\"font-weight: 400;\" wfd-id=\"79\"><span style=\"font-family: Merriweather;\" wfd-id=\"80\">All transactions are processed through a gateway provider and are not stored or processed on our servers.</span></span></p><p><span style=\"font-weight: 400;\" wfd-id=\"77\"><span style=\"font-family: Merriweather;\" wfd-id=\"78\">Do we use \'cookies\'?</span></span></p><p><span style=\"font-weight: 400;\" wfd-id=\"75\"><span style=\"font-family: Merriweather;\" wfd-id=\"76\">Yes. Cookies are small files that a site or its service provider transfers to your computer\'s hard drive through your Web browser (if you allow) that enable the site\'s or service provider\'s systems to recognize your browser and capture and remember certain information. For instance, we use cookies to help us remember and process the items in your shopping cart. They are also used to help us understand your preferences based on previous or current site activity, which enables us to provide you with improved services. We also use cookies to help us compile aggregate data about site traffic and site interaction so that we can offer better site experiences and tools in the future.</span></span></p><p><span style=\"font-weight: 400;\" wfd-id=\"73\"><span style=\"font-family: Merriweather;\" wfd-id=\"74\">We use cookies to:</span></span></p><p><span style=\"font-weight: 400;\" wfd-id=\"71\"><span style=\"font-family: Merriweather;\" wfd-id=\"72\">â€¢ Help remember and process the items in the shopping cart.â€¢ Understand and save user\'s preferences for future visits.You can choose to have your computer warn you each time a cookie is being sent, or you can choose to turn off all cookies. You do this through your browser (like Internet Explorer) settings. Each browser is a little different, so look at your browser\'s Help menu to learn the correct way to modify your cookies.If users disable cookies in their browser:If you turn off cookies, some features will be disabled. However, you can still place orders forsaved items in your shopping cart over the telephone by contacting customer service.</span></span></p><p><span style=\"font-weight: 400;\" wfd-id=\"69\"><span style=\"font-family: Merriweather;\" wfd-id=\"70\">Third Party Disclosure</span></span></p><p><span style=\"font-weight: 400;\" wfd-id=\"67\"><span style=\"font-family: Merriweather;\" wfd-id=\"68\">We do not sell, trade, or otherwise transfer to outside parties your personally identifiable information.</span></span></p><p><span style=\"font-weight: 400;\" wfd-id=\"65\"><span style=\"font-family: Merriweather;\" wfd-id=\"66\">Third party links</span></span></p><p><span style=\"font-weight: 400;\" wfd-id=\"63\"><span style=\"font-family: Merriweather;\" wfd-id=\"64\">Occasionally, at our discretion, we may include or offer third party products or services on our website. These third party sites have separate and independent privacy policies. We therefore have no responsibility or liability for the content and activities of these linked sites. Nonetheless, we seek to protect the integrity of our site and welcome any feedback about these sites.</span></span></p><p><span style=\"font-weight: 400;\" wfd-id=\"61\"><span style=\"font-family: Merriweather;\" wfd-id=\"62\">Google</span></span></p><p><span style=\"font-weight: 400;\" wfd-id=\"59\"><span style=\"font-family: Merriweather;\" wfd-id=\"60\">Google\'s advertising requirements can be summed up by Google\'s Advertising Principles. They are put in place to provide a positive experience for users. https://support.google.com/adwordspolicy/answer/1316548?hl=enOpting out:Users can set preferences for how Google advertises to you using the Google Ad Settings page. Alternatively, you can opt out by visiting the Network Advertising initiative opt out page or permanently using the Google Analytics Opt Out Browser add on.California Online Privacy Protection ActCalOPPA is the first state law in the nation to require commercial websites and online services to post a privacy policy. The law\'s reach stretches well beyond California to require a person or company in the United States (and conceivably the world) that operates websites collecting personally identifiable information from California consumers to post a conspicuous privacy policy on its website stating exactly the information being collected and those individuals with whom it is being shared, and to comply with this policy.See more at: http://consumercal.org/california-online-privacy-protection-act-caloppa/#sthash.0FdRbT51.dpufAccording to CalOPPA we agree to the following:Users can visit our site anonymouslyOnce this privacy policy is created, we will add a link to it on our home page, or as a minimum on the first significant page after entering our website.Our Privacy Policy link includes the word \'Privacy\', and can be easily be found on the page specified above.Users will be notified of any privacy policy changes:â€¢ On our Privacy Policy PageUsers are able to change their personal information:â€¢ By emailing usâ€¢ By calling us</span></span></p><p><span style=\"font-weight: 400;\" wfd-id=\"57\"><span style=\"font-family: Merriweather;\" wfd-id=\"58\">How does our site handle do not track signals?</span></span></p><p><span style=\"font-weight: 400;\" wfd-id=\"55\"><span style=\"font-family: Merriweather;\" wfd-id=\"56\">We honor do not track signals and do not track, plant cookies, or use advertising when a Do Not Track (DNT) browser mechanism is in place.</span></span></p><p><span style=\"font-weight: 400;\" wfd-id=\"53\"><span style=\"font-family: Merriweather;\" wfd-id=\"54\">Does our site allow third party behavioral tracking?</span></span></p><p><span style=\"font-weight: 400;\" wfd-id=\"51\"><span style=\"font-family: Merriweather;\" wfd-id=\"52\">It\'s also important to note that we do not allow third party behavioral trackingCOPPA (Children Online Privacy Protection Act)When it comes to the collection of personal information from children under 13, the Children\'s Online Privacy Protection Act (COPPA) puts parents in control. The Federal Trade Commission, the nation\'s consumer protection agency, enforces the COPPA Rule, which spells out what operators of websites and online services must do to protect children\'s privacy and safety online.</span></span></p><p><span style=\"font-weight: 400;\" wfd-id=\"49\"><span style=\"font-family: Merriweather;\" wfd-id=\"50\">We do not specifically market to children under 13.</span></span></p><p><span style=\"font-weight: 400;\" wfd-id=\"47\"><span style=\"font-family: Merriweather;\" wfd-id=\"48\">Fair Information Practices</span></span></p><p><span style=\"font-weight: 400;\" wfd-id=\"45\"><span style=\"font-family: Merriweather;\" wfd-id=\"46\">The Fair Information Practices Principles form the backbone of privacy law in the United States and the concepts they include have played a significant role in the development of data protection laws around the globe. Understanding the Fair Information Practice Principles and how they should be implemented is critical to comply with the various privacy laws that protect personal information.In order to be in line with Fair Information Practices we will take the following responsive action, should a data breach occur:â€¢ Within 7 business daysWe will notify the users via in site notificationâ€¢ Within 7 business daysWe also agree to the individual redress principle, which requires that individuals have a right to pursue legally enforceable rights against data collectors and processors who fail to adhere to the law. This principle requires not only that individuals have enforceable rights against data users, but also that individuals have recourse to courts or a government agency to investigate and/or prosecute non-compliance by data processors.CAN SPAM ActThe CAN-SPAM Act is a law that sets the rules for commercial email, establishes requirements for commercial messages, gives recipients the right to have emails stopped from being sent to them, and spells out tough penalties for violations.</span></span></p><p><span style=\"font-weight: 400;\" wfd-id=\"43\"><span style=\"font-family: Merriweather;\" wfd-id=\"44\">We collect your email address in order to:</span></span></p><p><span style=\"font-weight: 400;\" wfd-id=\"41\"><span style=\"font-family: Merriweather;\" wfd-id=\"42\">â€¢ Send information, respond to inquiries, and/or other requests or questions.â€¢ Process orders and to send information and updates pertaining to ordersâ€¢ Market to our mailing list or continue to send emails to our clients after the original transaction has occurredTo be in accordance with CANSPAM we agree to the following:â€¢ NOT use false, or misleading subjects or email addressesâ€¢ Identify the message as an advertisement in some reasonable wayâ€¢ Include the physical address of our business or site headquartersâ€¢ Monitor third party email marketing services for compliance, if one is used.â€¢ Honor opt-out/unsubscribe requests quicklyâ€¢ Allow users to unsubscribe by using the link at the bottom of each emailIf at any time you would like to unsubscribe from receiving future emails, you can email us atâ€¢ Follow the instructions at the bottom of each email. and we will promptly remove you from ALL correspondence.</span></span></p><p><span style=\"font-weight: 400;\" wfd-id=\"39\"><span style=\"font-family: Merriweather;\" wfd-id=\"40\">Contacting Us</span></span></p><p><span style=\"font-weight: 400;\" wfd-id=\"37\"><span style=\"font-family: Merriweather;\" wfd-id=\"38\">If there are any questions regarding this privacy policy you may contact us using the information below.Blackhawk Custom, LLC.825 South Kings HighwayFort Pierce, FL 34945United Stateshttps://www.blackhawkcustom.com</span></span></p><p><span style=\"font-weight: 400;\" wfd-id=\"35\"><span style=\"font-family: Merriweather;\" wfd-id=\"36\">Conditions of use:</span></span></p><p><span style=\"font-weight: 400;\" wfd-id=\"33\"><span style=\"font-family: Merriweather;\" wfd-id=\"34\">â€‹</span></span><span style=\"font-family: Merriweather; font-weight: 400;\" wfd-id=\"32\">By using this website, you agree to all of our terms and conditions of the saleAll sales are final (See our refund policy)</span></p>','Privacy','','inherit','closed','closed','','141-revision-v1','','','2019-03-08 12:50:28','2019-03-08 17:50:28','',141,'https://bestcerakoteflorida.com/141-revision-v1/',0,'revision','',0),(593,1,'2019-03-08 12:56:53','2019-03-08 17:56:53','<h1>My first H1 Heading</h1>','Work Order','','inherit','closed','closed','','526-revision-v1','','','2019-03-08 12:56:53','2019-03-08 17:56:53','',526,'https://bestcerakoteflorida.com/526-revision-v1/',0,'revision','',0),(594,1,'2019-03-08 12:57:46','2019-03-08 17:57:46','<p style=\"text-align: center;\">WORK ORDER</p><p style=\"text-align: center;\">PLEASE PRINT OUT THE FORM BELOW AND SEND A COMPLETED COPY IN WITH YOUR PROJECT.PLEASE CLICK THE LINK BELOW TO DOWNLOAD.&nbsp;</p><p style=\"text-align: center;\">If you have problems downloading the form,<a href=\"mailto:nick@blackhawkcustom.com\" target=\"_blank\" rel=\"noopener noreferrer\"> please contact</a> us and we\'ll email you a copy.â€‹<a href=\"mailto:nick@blackhawkcustom.com\" target=\"_blank\" rel=\"noopener noreferrer\">â€‹</a>â€‹â€‹â€‹</p>','Work Order','','inherit','closed','closed','','526-revision-v1','','','2019-03-08 12:57:46','2019-03-08 17:57:46','',526,'https://bestcerakoteflorida.com/526-revision-v1/',0,'revision','',0),(595,1,'2019-03-08 13:02:17','2019-03-08 18:02:17','<p style=\"text-align: center;\">WORK ORDER</p><p style=\"text-align: center;\">PLEASE PRINT OUT THE FORM BELOW AND SEND A COMPLETED COPY IN WITH YOUR PROJECT.PLEASE CLICK THE LINK BELOW TO DOWNLOAD.&nbsp;</p><p style=\"text-align: center;\">If you have problems downloading the form,<a href=\"mailto:nick@blackhawkcustom.com\" target=\"_blank\" rel=\"noopener noreferrer\"> please contact</a> us and we\'ll email you a copy.â€‹<a href=\"mailto:nick@blackhawkcustom.com\" target=\"_blank\" rel=\"noopener noreferrer\">â€‹</a>â€‹â€‹â€‹</p>','Work Order','','inherit','closed','closed','','526-revision-v1','','','2019-03-08 13:02:17','2019-03-08 18:02:17','',526,'https://bestcerakoteflorida.com/526-revision-v1/',0,'revision','',0),(596,1,'2019-03-08 13:02:17','2019-03-08 18:02:17','<p style=\"text-align: center;\">WORK ORDER</p><p style=\"text-align: center;\">PLEASE PRINT OUT THE FORM BELOW AND SEND A COMPLETED COPY IN WITH YOUR PROJECT.PLEASE CLICK THE LINK BELOW TO DOWNLOAD.&nbsp;</p><p style=\"text-align: center;\">If you have problems downloading the form,<a href=\"mailto:nick@blackhawkcustom.com\" target=\"_blank\" rel=\"noopener noreferrer\"> please contact</a> us and we\'ll email you a copy.â€‹<a href=\"mailto:nick@blackhawkcustom.com\" target=\"_blank\" rel=\"noopener noreferrer\">â€‹</a>â€‹â€‹â€‹</p>','Work Order','','inherit','closed','closed','','526-revision-v1','','','2019-03-08 13:02:17','2019-03-08 18:02:17','',526,'https://bestcerakoteflorida.com/526-revision-v1/',0,'revision','',0),(597,1,'2019-03-08 13:11:45','2019-03-08 18:11:45','<div class=\"thrv_wrapper thrv_widget_menu tve-custom-menu-upgrade tve-mobile-dropdown tve-menu-style-none tve-dropdown-icon-style_2\" data-tve-style=\"tve_horizontal\" data-tve-switch-icon=\"tablet,mobile\" data-css=\"tve-u-165c33de67d\" tcb-template-name=\"Blank template\" tcb-template-id=\"25238\" data-ct=\"menu-25238\" style=\"\">	<div class=\"thrive-shortcode-config\" style=\"display: none !important\">__CONFIG_widget_menu__{\"menu_id\":\"custom\",\"color\":\"tve_red\",\"dir\":\"tve_horizontal\",\"font_class\":\"\",\"font_size\":\"\",\"ul_attr\":\"\",\"link_attr\":\"\",\"top_link_attr\":\"\",\"trigger_attr\":\"\",\"primary\":\"\",\"head_css\":\"\",\"background_hover\":\"\",\"main_hover\":\"\",\"child_hover\":\"\",\"group_edit\":[{\"css_id\":null,\"class\":\"\"},{\"css_id\":null,\"class\":\"\"},{\"css_id\":null,\"class\":\"\"},{\"css_id\":null,\"class\":\"\"},{\"css_id\":null,\"class\":\"\"},{\"css_id\":null,\"class\":\"\"},{\"css_id\":null,\"class\":\"\"},{\"css_id\":null,\"class\":\"\"}],\"menu_style\":\"none\",\"dropdown_icon\":\"style_2\",\"mobile_side\":\"\",\"mobile_icon\":\"\",\"switch_to_icon\":\"tablet,mobile\",\"template\":\"25238\",\"template_name\":\"Blank template\"}__CONFIG_widget_menu__</div>\n<div class=\"thrive-shortcode-html tve-menu-custom-type thrive-shortcode-html-editable tve-custom-menu-type tve_clearfix\" style=\"z-index: 8;\">\n<a class=\"tve-m-trigger t_tve_horizontal tve_red\" href=\"javascript:void(0)\"><div class=\"thrv_wrapper thrv_icon tcb-icon-open tve-trigger-active\" data-not-changeable=\"true\" data-selector=\"[data-css=&quot;tve-u-165c33de67d&quot;] .tcb-icon-open\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 24\" data-name=\"align-justify\"><g><g><path class=\"st0\" d=\"M23,13H1c-0.6,0-1-0.4-1-1s0.4-1,1-1h22c0.6,0,1,0.4,1,1S23.6,13,23,13z\"></path></g><g><path class=\"st0\" d=\"M23,6.7H1c-0.6,0-1-0.4-1-1s0.4-1,1-1h22c0.6,0,1,0.4,1,1S23.6,6.7,23,6.7z\"></path></g><g><path class=\"st0\" d=\"M23,19.3H1c-0.6,0-1-0.4-1-1s0.4-1,1-1h22c0.6,0,1,0.4,1,1S23.6,19.3,23,19.3z\"></path></g></g></svg></div><div class=\"thrv_wrapper thrv_icon tcb-icon-close\" data-not-changeable=\"true\" data-selector=\"[data-css=&quot;tve-u-165c33de67d&quot;] .tcb-icon-close\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 24\" data-name=\"close\"><path class=\"st0\" d=\"M13.4,12l7.1-7.1c0.4-0.4,0.4-1,0-1.4s-1-0.4-1.4,0L12,10.6L4.9,3.5c-0.4-0.4-1-0.4-1.4,0s-0.4,1,0,1.4l7.1,7.1 l-7.1,7.1c-0.4,0.4-0.4,1,0,1.4c0.4,0.4,1,0.4,1.4,0l7.1-7.1l7.1,7.1c0.4,0.4,1,0.4,1.4,0c0.4-0.4,0.4-1,0-1.4L13.4,12z\"></path></svg></div></a><ul id=\"menu-main-menu\" class=\"tve_w_menu tve_horizontal tve-m-collapsed\" style=\"z-index: 6;\"><li id=\"tcb_custom_menu_5402f616\" class=\"menu-item menu-item-type-post_type menu-item-object-page thrv_wrapper thrv-menu-item-element thrv-custom-menu-item\" data-selector=\"[data-css=&quot;tve-u-165c33de67d&quot;] #tcb_custom_menu_5402f616\" data-tcb_hover_state_parent=\"\"><a href=\"\"><span class=\"tve-disabled-text-inner\">NAV#1</span><span class=\"tve-disabled-text-inner tve-item-dropdown-trigger\"></span></a></li><li id=\"tcb_custom_menu_13475a66\" class=\"menu-item menu-item-type-post_type menu-item-object-page thrv_wrapper thrv-menu-item-element thrv-custom-menu-item menu-item-has-children tcb-excluded-from-group-item\" data-selector=\"[data-css=&quot;tve-u-165c33de67d&quot;] #tcb_custom_menu_13475a66\" data-tcb_hover_state_parent=\"\"><a href=\"\"><span class=\"tve-disabled-text-inner\">NAV#2</span><span class=\"tve-disabled-text-inner tve-item-dropdown-trigger\"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"tve-dropdown-icon-up\" viewBox=\"0 0 320 512\"><path d=\"M443.5 162.6l-7.1-7.1c-4.7-4.7-12.3-4.7-17 0L224 351 28.5 155.5c-4.7-4.7-12.3-4.7-17 0l-7.1 7.1c-4.7 4.7-4.7 12.3 0 17l211 211.1c4.7 4.7 12.3 4.7 17 0l211-211.1c4.8-4.7 4.8-12.3.1-17z\"></path></svg><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"tve-dropdown-icon-down\" viewBox=\"0 0 320 512\"><path d=\"M4.465 366.475l7.07 7.071c4.686 4.686 12.284 4.686 16.971 0L224 178.053l195.494 195.493c4.686 4.686 12.284 4.686 16.971 0l7.07-7.071c4.686-4.686 4.686-12.284 0-16.97l-211.05-211.051c-4.686-4.686-12.284-4.686-16.971 0L4.465 349.505c-4.687 4.686-4.687 12.284 0 16.97z\"></path></svg></span></a><ul class=\"sub-menu tve_empty_dropzone\" data-selector=\"[data-css=&quot;tve-u-165c33de67d&quot;] #tcb_custom_menu_13475a66 > ul\" style=\"z-index: 7;\"><li id=\"tcb_custom_menu_ed3da1d0\" class=\"menu-item menu-item-type-post_type menu-item-object-page thrv_wrapper thrv-menu-item-element thrv-custom-menu-item active-expand-children\" data-selector=\"[data-css=&quot;tve-u-165c33de67d&quot;] #tcb_custom_menu_ed3da1d0\" data-tcb_hover_state_parent=\"\"><a href=\"\"><span class=\"tve-disabled-text-inner\">SUB-NAV#1</span><span class=\"tve-disabled-text-inner tve-item-dropdown-trigger\"></span></a></li><li id=\"tcb_custom_menu_1f1477da\" class=\"menu-item menu-item-type-post_type menu-item-object-page thrv_wrapper thrv-menu-item-element thrv-custom-menu-item\" data-selector=\"[data-css=&quot;tve-u-165c33de67d&quot;] #tcb_custom_menu_1f1477da\" data-tcb_hover_state_parent=\"\"><a href=\"\"><span class=\"tve-disabled-text-inner\">SUB-NAV#2</span><span class=\"tve-disabled-text-inner tve-item-dropdown-trigger\"></span></a></li></ul></li><li id=\"tcb_custom_menu_a19cc162\" class=\"menu-item menu-item-type-post_type menu-item-object-page thrv_wrapper thrv-menu-item-element thrv-custom-menu-item\" data-selector=\"[data-css=&quot;tve-u-165c33de67d&quot;] #tcb_custom_menu_a19cc162\" data-tcb_hover_state_parent=\"\"><a href=\"\"><span class=\"tve-disabled-text-inner\">NAV#3</span><span class=\"tve-disabled-text-inner tve-item-dropdown-trigger\"></span></a></li><li id=\"tcb_custom_menu_10KvNyB1\" class=\"menu-item menu-item-type-post_type menu-item-object-page thrv_wrapper thrv-menu-item-element thrv-custom-menu-item\" data-selector=\"[data-css=&quot;tve-u-165c33de67d&quot;] #tcb_custom_menu_10KvNyB1\" data-tcb_hover_state_parent=\"\"><a href=\"\"><span class=\"tve-disabled-text-inner\">NAV#4</span><span class=\"tve-disabled-text-inner tve-item-dropdown-trigger\"></span></a></li><li id=\"tcb_custom_menu_hgZvKxml\" class=\"menu-item menu-item-type-post_type menu-item-object-page thrv_wrapper thrv-menu-item-element thrv-custom-menu-item\" data-selector=\"[data-css=&quot;tve-u-165c33de67d&quot;] #tcb_custom_menu_hgZvKxml\" data-tcb_hover_state_parent=\"\"><a href=\"\"><span class=\"tve-disabled-text-inner\">NAV#5</span><span class=\"tve-disabled-text-inner tve-item-dropdown-trigger\"></span></a></li><li id=\"tcb_custom_menu_JcoNyzI1\" class=\"menu-item menu-item-type-post_type menu-item-object-page thrv_wrapper thrv-menu-item-element thrv-custom-menu-item tcb-excluded-from-group-item\" data-selector=\"[data-css=&quot;tve-u-165c33de67d&quot;] #tcb_custom_menu_JcoNyzI1\" data-tcb_hover_state_parent=\"\"><a href=\"\"><span class=\"tve-disabled-text-inner\">button</span><span class=\"tve-disabled-text-inner tve-item-dropdown-trigger\"></span></a></li></ul></div>	</div>','Simple Underline Light','','publish','closed','closed','','simple-underline-light','','','2019-03-08 13:11:45','2019-03-08 18:11:45','',0,'https://bestcerakoteflorida.com/tcb_content_template/simple-underline-light/',0,'tcb_content_template','',0),(598,1,'2019-03-08 13:17:10','2019-03-08 18:17:10','<span style=\"width: 100%;\" wfd-id=\"581\"><img alt=\"\" width=\"384\" height=\"62\" title=\"Blackhawk_custom_header\" data-id=\"465\" src=\"https://bestcerakoteflorida.com/wp-content/uploads/2019/01/Blackhawk_custom_header.png\" style=\"width: 100%;\"></span>                    <p><a href=\"mailto:info@bestcerkoteflorida.com\" target=\"_blank\" rel=\"noopener noreferrer\">info@bestcerakoteflorida.com</a></p><h1 style=\"text-align: center;\">&nbsp;<strong>â€‹</strong><strong>Protect What\'s Important To You! With The Toughest Ceramic Finish In The World!</strong></h1><h2 style=\"text-align: center;\"><strong>Heat, Water, Salt and Sand just some of the conditions you face. And any one of them is just waiting, to get a hold of your firearm and leave it a pile of rusted, pitted junk.</strong></h2><h2 style=\"text-align: center;\"><strong>Unfortunately, there wasn\'t much you could do other than keep cleaning and lubricating your firearms...till NOW!</strong></h2><p>Enter your text here...</p><p>Enter your text here...</p><h2>our services</h2><h4 style=\"text-align: left;\">Express exterior</h4><p>Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.</p><h4 style=\"text-align: left;\">Interior clean</h4><p>Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum</p><h4 style=\"text-align: left;\">Wax protection</h4><p>Etiam pharetra, erat sed fermentum feugiat, velit mauris</p><h4 style=\"text-align: left;\">Dust &amp; Dash Console</h4><p>Duis sed odio sit amet nibh vulputate cursus a sit amet mauris.</p><h4 style=\"text-align: left;\">Triple Foam Polish</h4><p>Class aptent taciti sociosqu ad litora torquent</p><h4 style=\"text-align: left;\">Tire dressing</h4><p>Etiam pharetra, erat sed fermentum feugiat, velit mauris</p><h3><strong>Complete cleaning services for yoâ€‹ur car</strong></h3><ul wfd-id=\"390\"><li wfd-id=\"401\"><span wfd-id=\"402\">We are a small business delivering professional cleaning services for all vehicles</span></li><li wfd-id=\"397\"><span wfd-id=\"398\">Our services are convenient for individuals and corporate fleets</span></li><li wfd-id=\"391\"><span wfd-id=\"392\">We use eco-friendly products that actually clean, protect and maintain your car better than the traditional cleaning substances</span></li></ul><h2>Check Out Our Special Offer!</h2><p>Donâ€™t miss the opportunity to get 50% discount on a complete cleaning just by recommending us to a friend. Bring someone you know with you and clean you car half price!</p><h2 style=\"text-align: center;\">our happy clients</h2><h5>Brett Graham, 28</h5><h6>Architect</h6><p>Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit. Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit.&nbsp;</p><h5>Rosie Hanson, 24</h5><h6>Real estate Associate</h6><p>Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo.</p><h5>Shawn Mattews, 35</h5><h6>project manager</h6><p>Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo. Nullam ac urna eu felis.Sed non neque elit. Sed ut imperdiet nisi. Proin condimentum</p><h2 style=\"text-align: center;\">our offers</h2><h4 style=\"text-align: center;\"><strong>Basic Wash</strong></h4><h4 style=\"text-align: center;\"><strong>15$</strong></h4><ul wfd-id=\"194\"><li wfd-id=\"213\">check<span wfd-id=\"214\">Interior vacuum</span></li><li wfd-id=\"209\">check<span wfd-id=\"210\">Dust &amp;dash console</span></li><li wfd-id=\"203\">check<span wfd-id=\"204\">Hand towel dry</span></li><li wfd-id=\"199\">check<span wfd-id=\"200\">Clean windows</span></li><li wfd-id=\"195\">check<span wfd-id=\"196\">Soft cloth wash</span></li></ul><h4 style=\"text-align: center;\"><strong>Ultimate Wash</strong></h4><h4 style=\"text-align: center;\"><strong>22 $</strong></h4><p style=\"text-align: center;\">Includes basic service <span style=\"color: rgb(15, 29, 123);\" wfd-id=\"177\"><strong><span wfd-id=\"178\">+</span></strong></span></p><ul wfd-id=\"161\"><li wfd-id=\"170\">check<span wfd-id=\"171\">Triple foam conditiner</span></li><li wfd-id=\"166\">check<span wfd-id=\"167\">Tire dressing</span></li><li wfd-id=\"162\">check<span wfd-id=\"163\">Air freshner</span></li></ul><h4 style=\"text-align: center;\"><strong>Supreme Wash</strong></h4><h4 style=\"text-align: center;\"><strong>30 $</strong></h4><p style=\"text-align: center;\">Includes ultimate service <span style=\"color: rgb(15, 29, 123);\" wfd-id=\"142\"><strong><span wfd-id=\"143\">+</span></strong></span></p><ul wfd-id=\"128\"><li wfd-id=\"137\">check<span wfd-id=\"138\">Exterior trim dressing</span></li><li wfd-id=\"133\">check<span wfd-id=\"134\">Hand applied spray wax</span></li><li wfd-id=\"129\">check<span wfd-id=\"130\">Interior conditioner</span></li></ul><h2 style=\"text-align: center;\">contact us</h2>First NameEmail AddressMessagePhone NumberSubmit Message<span style=\"width: 100%;\" wfd-id=\"85\"><img alt=\"Cerakote Certified Logo\" width=\"2148\" height=\"1968\" title=\"Cerakote Certified Logo\" data-id=\"282\" src=\"https://bestcerakoteflorida.com/wp-content/uploads/2018/09/CertifiedLogo.png\" style=\"width: 100%;\"></span><p style=\"text-align: center;\">Â© 2018, BLACKHAWK CUSTOM, LLC . All rights reserved.</p><p style=\"text-align: center;\">Made with <a href=\"https://thrivethemes.com/\" target=\"_blank\" rel=\"noopener noreferrer\">Thrive Architect</a></p>','Home','','inherit','closed','closed','','106-revision-v1','','','2019-03-08 13:17:10','2019-03-08 18:17:10','',106,'https://bestcerakoteflorida.com/106-revision-v1/',0,'revision','',0),(599,1,'2019-03-08 13:19:20','2019-03-08 18:19:20','<span style=\"width: 100%;\" wfd-id=\"583\"><img alt=\"\" width=\"384\" height=\"62\" title=\"Blackhawk_custom_header\" data-id=\"465\" src=\"https://bestcerakoteflorida.com/wp-content/uploads/2019/01/Blackhawk_custom_header.png\" style=\"width: 100%;\"></span>                    <p><a href=\"mailto:info@bestcerkoteflorida.com\" target=\"_blank\" rel=\"noopener noreferrer\">info@bestcerakoteflorida.com</a></p><h1 style=\"text-align: center;\">&nbsp;<strong>â€‹</strong><strong>Protect What\'s Important To You! With The Toughest Ceramic Finish In The World!</strong></h1><h2 style=\"text-align: center;\"><strong>Heat, Water, Salt and Sand just some of the conditions you face. And any one of them is just waiting, to get a hold of your firearm and leave it a pile of rusted, pitted junk.</strong></h2><h2 style=\"text-align: center;\"><strong>Unfortunately, there wasn\'t much you could do other than keep cleaning and lubricating your firearms...till NOW!</strong></h2><p>Enter your text here...</p><p>Enter your text here...</p><h2>our services</h2><h4 style=\"text-align: left;\">Express exterior</h4><p>Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.</p><h4 style=\"text-align: left;\">Interior clean</h4><p>Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum</p><h4 style=\"text-align: left;\">Wax protection</h4><p>Etiam pharetra, erat sed fermentum feugiat, velit mauris</p><h4 style=\"text-align: left;\">Dust &amp; Dash Console</h4><p>Duis sed odio sit amet nibh vulputate cursus a sit amet mauris.</p><h4 style=\"text-align: left;\">Triple Foam Polish</h4><p>Class aptent taciti sociosqu ad litora torquent</p><h4 style=\"text-align: left;\">Tire dressing</h4><p>Etiam pharetra, erat sed fermentum feugiat, velit mauris</p><h3><strong>Complete cleaning services for yoâ€‹ur car</strong></h3><ul wfd-id=\"392\"><li wfd-id=\"403\"><span wfd-id=\"404\">We are a small business delivering professional cleaning services for all vehicles</span></li><li wfd-id=\"399\"><span wfd-id=\"400\">Our services are convenient for individuals and corporate fleets</span></li><li wfd-id=\"393\"><span wfd-id=\"394\">We use eco-friendly products that actually clean, protect and maintain your car better than the traditional cleaning substances</span></li></ul><h2>Check Out Our Special Offer!</h2><p>Donâ€™t miss the opportunity to get 50% discount on a complete cleaning just by recommending us to a friend. Bring someone you know with you and clean you car half price!</p><h2 style=\"text-align: center;\">our happy clients</h2><h5>Brett Graham, 28</h5><h6>Architect</h6><p>Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit. Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit.&nbsp;</p><h5>Rosie Hanson, 24</h5><h6>Real estate Associate</h6><p>Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo.</p><h5>Shawn Mattews, 35</h5><h6>project manager</h6><p>Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo. Nullam ac urna eu felis.Sed non neque elit. Sed ut imperdiet nisi. Proin condimentum</p><h2 style=\"text-align: center;\">our offers</h2><h4 style=\"text-align: center;\"><strong>Basic Wash</strong></h4><h4 style=\"text-align: center;\"><strong>15$</strong></h4><ul wfd-id=\"196\"><li wfd-id=\"215\">check<span wfd-id=\"216\">Interior vacuum</span></li><li wfd-id=\"211\">check<span wfd-id=\"212\">Dust &amp;dash console</span></li><li wfd-id=\"205\">check<span wfd-id=\"206\">Hand towel dry</span></li><li wfd-id=\"201\">check<span wfd-id=\"202\">Clean windows</span></li><li wfd-id=\"197\">check<span wfd-id=\"198\">Soft cloth wash</span></li></ul><h4 style=\"text-align: center;\"><strong>Ultimate Wash</strong></h4><h4 style=\"text-align: center;\"><strong>22 $</strong></h4><p style=\"text-align: center;\">Includes basic service <span style=\"color: rgb(15, 29, 123);\" wfd-id=\"179\"><strong><span wfd-id=\"180\">+</span></strong></span></p><ul wfd-id=\"163\"><li wfd-id=\"172\">check<span wfd-id=\"173\">Triple foam conditiner</span></li><li wfd-id=\"168\">check<span wfd-id=\"169\">Tire dressing</span></li><li wfd-id=\"164\">check<span wfd-id=\"165\">Air freshner</span></li></ul><h4 style=\"text-align: center;\"><strong>Supreme Wash</strong></h4><h4 style=\"text-align: center;\"><strong>30 $</strong></h4><p style=\"text-align: center;\">Includes ultimate service <span style=\"color: rgb(15, 29, 123);\" wfd-id=\"144\"><strong><span wfd-id=\"145\">+</span></strong></span></p><ul wfd-id=\"130\"><li wfd-id=\"139\">check<span wfd-id=\"140\">Exterior trim dressing</span></li><li wfd-id=\"135\">check<span wfd-id=\"136\">Hand applied spray wax</span></li><li wfd-id=\"131\">check<span wfd-id=\"132\">Interior conditioner</span></li></ul><h2 style=\"text-align: center;\">contact us</h2>First NameEmail AddressMessagePhone NumberSubmit Message<span style=\"width: 100%;\" wfd-id=\"85\"><img alt=\"Cerakote Certified Logo\" width=\"2148\" height=\"1968\" title=\"Cerakote Certified Logo\" data-id=\"282\" src=\"https://bestcerakoteflorida.com/wp-content/uploads/2018/09/CertifiedLogo.png\" style=\"width: 100%;\"></span><p style=\"text-align: center;\">Â© 2018, BLACKHAWK CUSTOM, LLC . All rights reserved.</p><p style=\"text-align: center;\">Made with <a href=\"https://thrivethemes.com/\" target=\"_blank\" rel=\"noopener noreferrer\">Thrive Architect</a></p>','Home','','inherit','closed','closed','','106-revision-v1','','','2019-03-08 13:19:20','2019-03-08 18:19:20','',106,'https://bestcerakoteflorida.com/106-revision-v1/',0,'revision','',0),(600,1,'2019-03-08 14:31:22','2019-03-08 19:31:22','','CertifiedLogo_transparent','','inherit','open','closed','','certifiedlogo_transparent','','','2019-03-08 14:34:23','2019-03-08 19:34:23','',0,'https://bestcerakoteflorida.com/wp-content/uploads/2019/03/CertifiedLogo_transparent.png',0,'attachment','image/png',0),(601,1,'2019-03-08 14:36:36','2019-03-08 19:36:36','<span style=\"width: 100%;\" wfd-id=\"583\"><img alt=\"\" width=\"384\" height=\"62\" title=\"Blackhawk_custom_header\" data-id=\"465\" src=\"https://bestcerakoteflorida.com/wp-content/uploads/2019/01/Blackhawk_custom_header.png\" style=\"width: 100%;\"></span>                    <p><a href=\"mailto:info@bestcerkoteflorida.com\" target=\"_blank\" rel=\"noopener noreferrer\">info@bestcerakoteflorida.com</a></p><h1 style=\"text-align: center;\">&nbsp;<strong>â€‹</strong><strong>Protect What\'s Important To You! With The Toughest Ceramic Finish In The World!</strong></h1><h2 style=\"text-align: center;\"><strong>Heat, Water, Salt and Sand just some of the conditions you face. And any one of them is just waiting, to get a hold of your firearm and leave it a pile of rusted, pitted junk.</strong></h2><h2 style=\"text-align: center;\"><strong>Unfortunately, there wasn\'t much you could do other than keep cleaning and lubricating your firearms...till NOW!</strong></h2><p>Enter your text here...</p><p>Enter your text here...</p><h2>our services</h2><h4 style=\"text-align: left;\">Express exterior</h4><p>Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.</p><h4 style=\"text-align: left;\">Interior clean</h4><p>Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum</p><h4 style=\"text-align: left;\">Wax protection</h4><p>Etiam pharetra, erat sed fermentum feugiat, velit mauris</p><h4 style=\"text-align: left;\">Dust &amp; Dash Console</h4><p>Duis sed odio sit amet nibh vulputate cursus a sit amet mauris.</p><h4 style=\"text-align: left;\">Triple Foam Polish</h4><p>Class aptent taciti sociosqu ad litora torquent</p><h4 style=\"text-align: left;\">Tire dressing</h4><p>Etiam pharetra, erat sed fermentum feugiat, velit mauris</p><h3><strong>Complete cleaning services for yoâ€‹ur car</strong></h3><ul wfd-id=\"392\"><li wfd-id=\"403\"><span wfd-id=\"404\">We are a small business delivering professional cleaning services for all vehicles</span></li><li wfd-id=\"399\"><span wfd-id=\"400\">Our services are convenient for individuals and corporate fleets</span></li><li wfd-id=\"393\"><span wfd-id=\"394\">We use eco-friendly products that actually clean, protect and maintain your car better than the traditional cleaning substances</span></li></ul><h2>Check Out Our Special Offer!</h2><p>Donâ€™t miss the opportunity to get 50% discount on a complete cleaning just by recommending us to a friend. Bring someone you know with you and clean you car half price!</p><h2 style=\"text-align: center;\">our happy clients</h2><h5>Brett Graham, 28</h5><h6>Architect</h6><p>Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit. Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit.&nbsp;</p><h5>Rosie Hanson, 24</h5><h6>Real estate Associate</h6><p>Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo.</p><h5>Shawn Mattews, 35</h5><h6>project manager</h6><p>Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo. Nullam ac urna eu felis.Sed non neque elit. Sed ut imperdiet nisi. Proin condimentum</p><h2 style=\"text-align: center;\">our offers</h2><h4 style=\"text-align: center;\"><strong>Basic Wash</strong></h4><h4 style=\"text-align: center;\"><strong>15$</strong></h4><ul wfd-id=\"196\"><li wfd-id=\"215\">check<span wfd-id=\"216\">Interior vacuum</span></li><li wfd-id=\"211\">check<span wfd-id=\"212\">Dust &amp;dash console</span></li><li wfd-id=\"205\">check<span wfd-id=\"206\">Hand towel dry</span></li><li wfd-id=\"201\">check<span wfd-id=\"202\">Clean windows</span></li><li wfd-id=\"197\">check<span wfd-id=\"198\">Soft cloth wash</span></li></ul><h4 style=\"text-align: center;\"><strong>Ultimate Wash</strong></h4><h4 style=\"text-align: center;\"><strong>22 $</strong></h4><p style=\"text-align: center;\">Includes basic service <span style=\"color: rgb(15, 29, 123);\" wfd-id=\"179\"><strong><span wfd-id=\"180\">+</span></strong></span></p><ul wfd-id=\"163\"><li wfd-id=\"172\">check<span wfd-id=\"173\">Triple foam conditiner</span></li><li wfd-id=\"168\">check<span wfd-id=\"169\">Tire dressing</span></li><li wfd-id=\"164\">check<span wfd-id=\"165\">Air freshner</span></li></ul><h4 style=\"text-align: center;\"><strong>Supreme Wash</strong></h4><h4 style=\"text-align: center;\"><strong>30 $</strong></h4><p style=\"text-align: center;\">Includes ultimate service <span style=\"color: rgb(15, 29, 123);\" wfd-id=\"144\"><strong><span wfd-id=\"145\">+</span></strong></span></p><ul wfd-id=\"130\"><li wfd-id=\"139\">check<span wfd-id=\"140\">Exterior trim dressing</span></li><li wfd-id=\"135\">check<span wfd-id=\"136\">Hand applied spray wax</span></li><li wfd-id=\"131\">check<span wfd-id=\"132\">Interior conditioner</span></li></ul><h2 style=\"text-align: center;\">contact us</h2>First NameEmail AddressMessagePhone NumberSubmit Message<span style=\"width: 100%;\" wfd-id=\"85\"><img alt=\"\" width=\"2148\" height=\"1968\" title=\"CertifiedLogo_transparent\" data-id=\"600\" src=\"https://bestcerakoteflorida.com/wp-content/uploads/2019/03/CertifiedLogo_transparent-e1552073635916.png\" style=\"width: 100%;\"></span><p style=\"text-align: center;\">Â© 2018, BLACKHAWK CUSTOM, LLC . All rights reserved.</p><p style=\"text-align: center;\">Made with <a href=\"https://thrivethemes.com/\" target=\"_blank\" rel=\"noopener noreferrer\">Thrive Architect</a></p>','Home','','inherit','closed','closed','','106-revision-v1','','','2019-03-08 14:36:36','2019-03-08 19:36:36','',106,'https://bestcerakoteflorida.com/106-revision-v1/',0,'revision','',0),(602,1,'2019-03-08 14:37:43','2019-03-08 19:37:43','<span style=\"width: 100%;\" wfd-id=\"567\"><img alt=\"\" width=\"384\" height=\"62\" title=\"Blackhawk_custom_header\" data-id=\"465\" src=\"https://bestcerakoteflorida.com/wp-content/uploads/2019/01/Blackhawk_custom_header.png\" style=\"width: 100%;\"></span>                    <p><a href=\"mailto:info@bestcerkoteflorida.com\" target=\"_blank\" rel=\"noopener noreferrer\">info@bestcerakoteflorida.com</a></p><h1 style=\"text-align: center;\">&nbsp;<strong>â€‹</strong><strong>Protect What\'s Important To You! With The Toughest Ceramic Finish In The World!</strong></h1><h2 style=\"text-align: center;\"><strong>Heat, Water, Salt and Sand just some of the conditions you face. And any one of them is just waiting, to get a hold of your firearm and leave it a pile of rusted, pitted junk.</strong></h2><h2 style=\"text-align: center;\"><strong>Unfortunately, there wasn\'t much you could do other than keep cleaning and lubricating your firearms...till NOW!</strong></h2><p>Enter your text here...</p><p>Enter your text here...</p><h2>our services</h2><h4 style=\"text-align: left;\">Express exterior</h4><p>Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.</p><h4 style=\"text-align: left;\">Interior clean</h4><p>Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum</p><h4 style=\"text-align: left;\">Wax protection</h4><p>Etiam pharetra, erat sed fermentum feugiat, velit mauris</p><h4 style=\"text-align: left;\">Dust &amp; Dash Console</h4><p>Duis sed odio sit amet nibh vulputate cursus a sit amet mauris.</p><h4 style=\"text-align: left;\">Triple Foam Polish</h4><p>Class aptent taciti sociosqu ad litora torquent</p><h4 style=\"text-align: left;\">Tire dressing</h4><p>Etiam pharetra, erat sed fermentum feugiat, velit mauris</p><h3><strong>Complete cleaning services for yoâ€‹ur car</strong></h3><ul wfd-id=\"376\"><li wfd-id=\"387\"><span wfd-id=\"388\">We are a small business delivering professional cleaning services for all vehicles</span></li><li wfd-id=\"383\"><span wfd-id=\"384\">Our services are convenient for individuals and corporate fleets</span></li><li wfd-id=\"377\"><span wfd-id=\"378\">We use eco-friendly products that actually clean, protect and maintain your car better than the traditional cleaning substances</span></li></ul><h2>Check Out Our Special Offer!</h2><p>Donâ€™t miss the opportunity to get 50% discount on a complete cleaning just by recommending us to a friend. Bring someone you know with you and clean you car half price!</p><h2 style=\"text-align: center;\">our happy clients</h2><h5>Brett Graham, 28</h5><h6>Architect</h6><p>Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit. Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit.&nbsp;</p><h5>Rosie Hanson, 24</h5><h6>Real estate Associate</h6><p>Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo.</p><h5>Shawn Mattews, 35</h5><h6>project manager</h6><p>Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo. Nullam ac urna eu felis.Sed non neque elit. Sed ut imperdiet nisi. Proin condimentum</p><h2 style=\"text-align: center;\">our offers</h2><h4 style=\"text-align: center;\"><strong>Basic Wash</strong></h4><h4 style=\"text-align: center;\"><strong>15$</strong></h4><ul wfd-id=\"180\"><li wfd-id=\"199\">check<span wfd-id=\"200\">Interior vacuum</span></li><li wfd-id=\"195\">check<span wfd-id=\"196\">Dust &amp;dash console</span></li><li wfd-id=\"189\">check<span wfd-id=\"190\">Hand towel dry</span></li><li wfd-id=\"185\">check<span wfd-id=\"186\">Clean windows</span></li><li wfd-id=\"181\">check<span wfd-id=\"182\">Soft cloth wash</span></li></ul><h4 style=\"text-align: center;\"><strong>Ultimate Wash</strong></h4><h4 style=\"text-align: center;\"><strong>22 $</strong></h4><p style=\"text-align: center;\">Includes basic service <span style=\"color: rgb(15, 29, 123);\" wfd-id=\"163\"><strong><span wfd-id=\"164\">+</span></strong></span></p><ul wfd-id=\"147\"><li wfd-id=\"156\">check<span wfd-id=\"157\">Triple foam conditiner</span></li><li wfd-id=\"152\">check<span wfd-id=\"153\">Tire dressing</span></li><li wfd-id=\"148\">check<span wfd-id=\"149\">Air freshner</span></li></ul><h4 style=\"text-align: center;\"><strong>Supreme Wash</strong></h4><h4 style=\"text-align: center;\"><strong>30 $</strong></h4><p style=\"text-align: center;\">Includes ultimate service <span style=\"color: rgb(15, 29, 123);\" wfd-id=\"128\"><strong><span wfd-id=\"129\">+</span></strong></span></p><ul wfd-id=\"114\"><li wfd-id=\"123\">check<span wfd-id=\"124\">Exterior trim dressing</span></li><li wfd-id=\"119\">check<span wfd-id=\"120\">Hand applied spray wax</span></li><li wfd-id=\"115\">check<span wfd-id=\"116\">Interior conditioner</span></li></ul><h2 style=\"text-align: center;\">contact us</h2>First NameEmail AddressMessagePhone NumberSubmit Message<span style=\"width: 100%;\" wfd-id=\"69\"><img alt=\"\" width=\"2148\" height=\"1968\" title=\"CertifiedLogo_transparent\" data-id=\"600\" src=\"https://bestcerakoteflorida.com/wp-content/uploads/2019/03/CertifiedLogo_transparent-e1552073635916.png\" style=\"width: 100%;\"></span><p style=\"text-align: center;\">Â© 2018, BLACKHAWK CUSTOM, LLC . All rights reserved.</p><p style=\"text-align: center;\">Made with <a href=\"https://thrivethemes.com/\" target=\"_blank\" rel=\"noopener noreferrer\">Thrive Architect</a></p>','Home','','inherit','closed','closed','','106-revision-v1','','','2019-03-08 14:37:43','2019-03-08 19:37:43','',106,'https://bestcerakoteflorida.com/106-revision-v1/',0,'revision','',0),(603,1,'2019-03-08 14:50:15','2019-03-08 19:50:15','<span style=\"width: 100%;\" wfd-id=\"490\"><img alt=\"\" width=\"384\" height=\"62\" title=\"Blackhawk_custom_header\" data-id=\"465\" src=\"https://bestcerakoteflorida.com/wp-content/uploads/2019/01/Blackhawk_custom_header.png\" style=\"width: 100%;\"></span>                    <p><a href=\"mailto:info@bestcerkoteflorida.com\" target=\"_blank\" rel=\"noopener noreferrer\">info@bestcerakoteflorida.com</a></p><h1 style=\"text-align: center;\">&nbsp;<strong>â€‹</strong><strong>Protect What\'s Important To You! With The Toughest Ceramic Finish In The World!</strong></h1><h2 style=\"text-align: center;\"><strong>Heat, Water, Salt and Sand just some of the conditions you face. And any one of them is just waiting, to get a hold of your firearm and leave it a pile of rusted, pitted junk.</strong></h2><h2 style=\"text-align: center;\"><strong>Unfortunately, there wasn\'t much you could do other than keep cleaning and lubricating your firearms...till NOW!</strong></h2><p>Enter your text here...</p><p>Enter your text here...</p><h2>our services</h2><h4 style=\"text-align: left;\">Express exterior</h4><p>Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.</p><h4 style=\"text-align: left;\">Interior clean</h4><p>Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum</p><h4 style=\"text-align: left;\">Wax protection</h4><p>Etiam pharetra, erat sed fermentum feugiat, velit mauris</p><h4 style=\"text-align: left;\">Dust &amp; Dash Console</h4><p>Duis sed odio sit amet nibh vulputate cursus a sit amet mauris.</p><h4 style=\"text-align: left;\">Triple Foam Polish</h4><p>Class aptent taciti sociosqu ad litora torquent</p><h4 style=\"text-align: left;\">Tire dressing</h4><p>Etiam pharetra, erat sed fermentum feugiat, velit mauris</p><h3><strong>Complete cleaning services for yoâ€‹ur car</strong></h3><ul wfd-id=\"353\"><li wfd-id=\"362\"><span wfd-id=\"363\">We are a small business delivering professional cleaning services for all vehicles</span></li><li wfd-id=\"358\"><span wfd-id=\"359\">Our services are convenient for individuals and corporate fleets</span></li><li wfd-id=\"354\"><span wfd-id=\"355\">We use eco-friendly products that actually clean, protect and maintain your car better than the traditional cleaning substances</span></li></ul><h2>Check Out Our Special Offer!</h2><p>Donâ€™t miss the opportunity to get 50% discount on a complete cleaning just by recommending us to a friend. Bring someone you know with you and clean you car half price!</p><h2 style=\"text-align: center;\">our happy clients</h2><h5>Brett Graham, 28</h5><h6>Architect</h6><p>Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit. Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit.&nbsp;</p><h5>Rosie Hanson, 24</h5><h6>Real estate Associate</h6><p>Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo.</p><h5>Shawn Mattews, 35</h5><h6>project manager</h6><p>Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo. Nullam ac urna eu felis.Sed non neque elit. Sed ut imperdiet nisi. Proin condimentum</p><h2 style=\"text-align: center;\">our offers</h2><h4 style=\"text-align: center;\"><strong>Basic Wash</strong></h4><h4 style=\"text-align: center;\"><strong>15$</strong></h4><ul wfd-id=\"169\"><li wfd-id=\"186\">check<span wfd-id=\"187\">Interior vacuum</span></li><li wfd-id=\"182\">check<span wfd-id=\"183\">Dust &amp;dash console</span></li><li wfd-id=\"178\">check<span wfd-id=\"179\">Hand towel dry</span></li><li wfd-id=\"174\">check<span wfd-id=\"175\">Clean windows</span></li><li wfd-id=\"170\">check<span wfd-id=\"171\">Soft cloth wash</span></li></ul><h4 style=\"text-align: center;\"><strong>Ultimate Wash</strong></h4><h4 style=\"text-align: center;\"><strong>22 $</strong></h4><p style=\"text-align: center;\">Includes basic service <span style=\"color: rgb(15, 29, 123);\" wfd-id=\"152\"><strong><span wfd-id=\"153\">+</span></strong></span></p><ul wfd-id=\"136\"><li wfd-id=\"145\">check<span wfd-id=\"146\">Triple foam conditiner</span></li><li wfd-id=\"141\">check<span wfd-id=\"142\">Tire dressing</span></li><li wfd-id=\"137\">check<span wfd-id=\"138\">Air freshner</span></li></ul><h4 style=\"text-align: center;\"><strong>Supreme Wash</strong></h4><h4 style=\"text-align: center;\"><strong>30 $</strong></h4><p style=\"text-align: center;\">Includes ultimate service <span style=\"color: rgb(15, 29, 123);\" wfd-id=\"119\"><strong><span wfd-id=\"120\">+</span></strong></span></p><ul wfd-id=\"105\"><li wfd-id=\"114\">check<span wfd-id=\"115\">Exterior trim dressing</span></li><li wfd-id=\"110\">check<span wfd-id=\"111\">Hand applied spray wax</span></li><li wfd-id=\"106\">check<span wfd-id=\"107\">Interior conditioner</span></li></ul><h2 style=\"text-align: center;\">contact us</h2>First NameEmail AddressMessagePhone NumberSubmit Message<span style=\"width: 100%;\" wfd-id=\"68\"><img alt=\"\" width=\"2148\" height=\"1968\" title=\"CertifiedLogo_transparent\" data-id=\"600\" src=\"https://bestcerakoteflorida.com/wp-content/uploads/2019/03/CertifiedLogo_transparent-e1552073635916.png\" style=\"width: 100%;\"></span><p style=\"text-align: center;\">Â© 2018, BLACKHAWK CUSTOM, LLC . All rights reserved.</p><p style=\"text-align: center;\">Made with <a href=\"https://thrivethemes.com/\" target=\"_blank\" rel=\"noopener noreferrer\">Thrive Architect</a></p>','Home','','inherit','closed','closed','','106-revision-v1','','','2019-03-08 14:50:15','2019-03-08 19:50:15','',106,'https://bestcerakoteflorida.com/106-revision-v1/',0,'revision','',0),(604,1,'2019-03-08 14:53:48','2019-03-08 19:53:48','<span style=\"width: 100%;\" wfd-id=\"503\"><img alt=\"\" width=\"384\" height=\"62\" title=\"Blackhawk_custom_header\" data-id=\"465\" src=\"https://bestcerakoteflorida.com/wp-content/uploads/2019/01/Blackhawk_custom_header.png\" style=\"width: 100%;\"></span>                    <p><a href=\"mailto:info@bestcerkoteflorida.com\" target=\"_blank\" rel=\"noopener noreferrer\">info@bestcerakoteflorida.com</a></p><h1 style=\"text-align: center;\">&nbsp;<strong>â€‹</strong><strong>Protect What\'s Important To You! With The Toughest Ceramic Finish In The World!</strong></h1><h2 style=\"text-align: center;\"><strong>Heat, Water, Salt and Sand just some of the conditions you face. And any one of them is just waiting, to get a hold of your firearm and leave it a pile of rusted, pitted junk.</strong></h2><h2 style=\"text-align: center;\"><strong>Unfortunately, there wasn\'t much you could do other than keep cleaning and lubricating your firearms...till NOW!</strong></h2><p>Enter your text here...</p><p>Enter your text here...</p><h2>our services</h2><h4 style=\"text-align: left;\">Express exterior</h4><p>Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.</p><h4 style=\"text-align: left;\">Interior clean</h4><p>Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum</p><h4 style=\"text-align: left;\">Wax protection</h4><p>Etiam pharetra, erat sed fermentum feugiat, velit mauris</p><h4 style=\"text-align: left;\">Dust &amp; Dash Console</h4><p>Duis sed odio sit amet nibh vulputate cursus a sit amet mauris.</p><h4 style=\"text-align: left;\">Triple Foam Polish</h4><p>Class aptent taciti sociosqu ad litora torquent</p><h4 style=\"text-align: left;\">Tire dressing</h4><p>Etiam pharetra, erat sed fermentum feugiat, velit mauris</p><h3><strong>Complete cleaning services for yoâ€‹ur car</strong></h3><ul wfd-id=\"366\"><li wfd-id=\"375\"><span wfd-id=\"376\">We are a small business delivering professional cleaning services for all vehicles</span></li><li wfd-id=\"371\"><span wfd-id=\"372\">Our services are convenient for individuals and corporate fleets</span></li><li wfd-id=\"367\"><span wfd-id=\"368\">We use eco-friendly products that actually clean, protect and maintain your car better than the traditional cleaning substances</span></li></ul><h2>Check Out Our Special Offer!</h2><p>Donâ€™t miss the opportunity to get 50% discount on a complete cleaning just by recommending us to a friend. Bring someone you know with you and clean you car half price!</p><h2 style=\"text-align: center;\">our happy clients</h2><h5>Brett Graham, 28</h5><h6>Architect</h6><p>Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit. Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit.&nbsp;</p><h5>Rosie Hanson, 24</h5><h6>Real estate Associate</h6><p>Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo.</p><h5>Shawn Mattews, 35</h5><h6>project manager</h6><p>Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo. Nullam ac urna eu felis.Sed non neque elit. Sed ut imperdiet nisi. Proin condimentum</p><h2 style=\"text-align: center;\">our offers</h2><h4 style=\"text-align: center;\"><strong>Basic Wash</strong></h4><h4 style=\"text-align: center;\"><strong>15$</strong></h4><ul wfd-id=\"182\"><li wfd-id=\"199\">check<span wfd-id=\"200\">Interior vacuum</span></li><li wfd-id=\"195\">check<span wfd-id=\"196\">Dust &amp;dash console</span></li><li wfd-id=\"191\">check<span wfd-id=\"192\">Hand towel dry</span></li><li wfd-id=\"187\">check<span wfd-id=\"188\">Clean windows</span></li><li wfd-id=\"183\">check<span wfd-id=\"184\">Soft cloth wash</span></li></ul><h4 style=\"text-align: center;\"><strong>Ultimate Wash</strong></h4><h4 style=\"text-align: center;\"><strong>22 $</strong></h4><p style=\"text-align: center;\">Includes basic service <span style=\"color: rgb(15, 29, 123);\" wfd-id=\"165\"><strong><span wfd-id=\"166\">+</span></strong></span></p><ul wfd-id=\"149\"><li wfd-id=\"158\">check<span wfd-id=\"159\">Triple foam conditiner</span></li><li wfd-id=\"154\">check<span wfd-id=\"155\">Tire dressing</span></li><li wfd-id=\"150\">check<span wfd-id=\"151\">Air freshner</span></li></ul><h4 style=\"text-align: center;\"><strong>Supreme Wash</strong></h4><h4 style=\"text-align: center;\"><strong>30 $</strong></h4><p style=\"text-align: center;\">Includes ultimate service <span style=\"color: rgb(15, 29, 123);\" wfd-id=\"132\"><strong><span wfd-id=\"133\">+</span></strong></span></p><ul wfd-id=\"118\"><li wfd-id=\"127\">check<span wfd-id=\"128\">Exterior trim dressing</span></li><li wfd-id=\"123\">check<span wfd-id=\"124\">Hand applied spray wax</span></li><li wfd-id=\"119\">check<span wfd-id=\"120\">Interior conditioner</span></li></ul><h2 style=\"text-align: center;\">contact us</h2>First NameEmail AddressMessagePhone NumberSubmit Message<span style=\"width: 100%;\" wfd-id=\"81\"><img alt=\"\" width=\"2148\" height=\"1968\" title=\"CertifiedLogo_transparent\" data-id=\"600\" src=\"https://bestcerakoteflorida.com/wp-content/uploads/2019/03/CertifiedLogo_transparent-e1552073635916.png\" style=\"width: 100%;\"></span><p style=\"text-align: center;\">Â© 2018, BLACKHAWK CUSTOM, LLC . All rights reserved.</p><p style=\"text-align: center;\">Made with <a href=\"https://thrivethemes.com/\" target=\"_blank\" rel=\"noopener noreferrer\">Thrive Architect</a></p>','Home','','inherit','closed','closed','','106-revision-v1','','','2019-03-08 14:53:48','2019-03-08 19:53:48','',106,'https://bestcerakoteflorida.com/106-revision-v1/',0,'revision','',0),(605,1,'2019-03-08 14:54:41','2019-03-08 19:54:41','<span style=\"width: 100%;\" wfd-id=\"514\"><img alt=\"\" width=\"384\" height=\"62\" title=\"Blackhawk_custom_header\" data-id=\"465\" src=\"https://bestcerakoteflorida.com/wp-content/uploads/2019/01/Blackhawk_custom_header.png\" style=\"width: 100%;\"></span>                    <p><a href=\"mailto:info@bestcerkoteflorida.com\" target=\"_blank\" rel=\"noopener noreferrer\">info@bestcerakoteflorida.com</a></p><h1 style=\"text-align: center;\">&nbsp;<strong>â€‹</strong><strong>Protect What\'s Important To You! With The Toughest Ceramic Finish In The World!</strong></h1><h2 style=\"text-align: center;\"><strong>Heat, Water, Salt and Sand just some of the conditions you face. And any one of them is just waiting, to get a hold of your firearm and leave it a pile of rusted, pitted junk.</strong></h2><h2 style=\"text-align: center;\"><strong>Unfortunately, there wasn\'t much you could do other than keep cleaning and lubricating your firearms...till NOW!</strong></h2><p>Enter your text here...</p><p>Enter your text here...</p><h2>our services</h2><h4 style=\"text-align: left;\">Express exterior</h4><p>Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.</p><h4 style=\"text-align: left;\">Interior clean</h4><p>Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum</p><h4 style=\"text-align: left;\">Wax protection</h4><p>Etiam pharetra, erat sed fermentum feugiat, velit mauris</p><h4 style=\"text-align: left;\">Dust &amp; Dash Console</h4><p>Duis sed odio sit amet nibh vulputate cursus a sit amet mauris.</p><h4 style=\"text-align: left;\">Triple Foam Polish</h4><p>Class aptent taciti sociosqu ad litora torquent</p><h4 style=\"text-align: left;\">Tire dressing</h4><p>Etiam pharetra, erat sed fermentum feugiat, velit mauris</p><h3><strong>Complete cleaning services for yoâ€‹ur car</strong></h3><ul wfd-id=\"377\"><li wfd-id=\"386\"><span wfd-id=\"387\">We are a small business delivering professional cleaning services for all vehicles</span></li><li wfd-id=\"382\"><span wfd-id=\"383\">Our services are convenient for individuals and corporate fleets</span></li><li wfd-id=\"378\"><span wfd-id=\"379\">We use eco-friendly products that actually clean, protect and maintain your car better than the traditional cleaning substances</span></li></ul><h2>Check Out Our Special Offer!</h2><p>Donâ€™t miss the opportunity to get 50% discount on a complete cleaning just by recommending us to a friend. Bring someone you know with you and clean you car half price!</p><h2 style=\"text-align: center;\">our happy clients</h2><h5>Brett Graham, 28</h5><h6>Architect</h6><p>Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit. Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit.&nbsp;</p><h5>Rosie Hanson, 24</h5><h6>Real estate Associate</h6><p>Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo.</p><h5>Shawn Mattews, 35</h5><h6>project manager</h6><p>Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo. Nullam ac urna eu felis.Sed non neque elit. Sed ut imperdiet nisi. Proin condimentum</p><h2 style=\"text-align: center;\">our offers</h2><h4 style=\"text-align: center;\"><strong>Basic Wash</strong></h4><h4 style=\"text-align: center;\"><strong>15$</strong></h4><ul wfd-id=\"193\"><li wfd-id=\"210\">check<span wfd-id=\"211\">Interior vacuum</span></li><li wfd-id=\"206\">check<span wfd-id=\"207\">Dust &amp;dash console</span></li><li wfd-id=\"202\">check<span wfd-id=\"203\">Hand towel dry</span></li><li wfd-id=\"198\">check<span wfd-id=\"199\">Clean windows</span></li><li wfd-id=\"194\">check<span wfd-id=\"195\">Soft cloth wash</span></li></ul><h4 style=\"text-align: center;\"><strong>Ultimate Wash</strong></h4><h4 style=\"text-align: center;\"><strong>22 $</strong></h4><p style=\"text-align: center;\">Includes basic service <span style=\"color: rgb(15, 29, 123);\" wfd-id=\"176\"><strong><span wfd-id=\"177\">+</span></strong></span></p><ul wfd-id=\"160\"><li wfd-id=\"169\">check<span wfd-id=\"170\">Triple foam conditiner</span></li><li wfd-id=\"165\">check<span wfd-id=\"166\">Tire dressing</span></li><li wfd-id=\"161\">check<span wfd-id=\"162\">Air freshner</span></li></ul><h4 style=\"text-align: center;\"><strong>Supreme Wash</strong></h4><h4 style=\"text-align: center;\"><strong>30 $</strong></h4><p style=\"text-align: center;\">Includes ultimate service <span style=\"color: rgb(15, 29, 123);\" wfd-id=\"143\"><strong><span wfd-id=\"144\">+</span></strong></span></p><ul wfd-id=\"129\"><li wfd-id=\"138\">check<span wfd-id=\"139\">Exterior trim dressing</span></li><li wfd-id=\"134\">check<span wfd-id=\"135\">Hand applied spray wax</span></li><li wfd-id=\"130\">check<span wfd-id=\"131\">Interior conditioner</span></li></ul><h2 style=\"text-align: center;\">contact us</h2>First NameEmail AddressMessagePhone NumberSubmit Message<span style=\"width: 100%;\" wfd-id=\"92\"><img alt=\"\" width=\"2148\" height=\"1968\" title=\"CertifiedLogo_transparent\" data-id=\"600\" src=\"https://bestcerakoteflorida.com/wp-content/uploads/2019/03/CertifiedLogo_transparent-e1552073635916.png\" style=\"width: 100%;\"></span><p style=\"text-align: center;\">Â© 2018, BLACKHAWK CUSTOM, LLC . All rights reserved.</p><p style=\"text-align: center;\">Made with <a href=\"https://thrivethemes.com/\" target=\"_blank\" rel=\"noopener noreferrer\">Thrive Architect</a></p>','Home','','inherit','closed','closed','','106-revision-v1','','','2019-03-08 14:54:41','2019-03-08 19:54:41','',106,'https://bestcerakoteflorida.com/106-revision-v1/',0,'revision','',0),(606,1,'2019-03-08 14:56:33','2019-03-08 19:56:33','<span style=\"width: 100%;\" wfd-id=\"493\"><img alt=\"\" width=\"384\" height=\"62\" title=\"Blackhawk_custom_header\" data-id=\"465\" src=\"https://bestcerakoteflorida.com/wp-content/uploads/2019/01/Blackhawk_custom_header.png\" style=\"width: 100%;\"></span>                    <p><a href=\"mailto:info@bestcerkoteflorida.com\" target=\"_blank\" rel=\"noopener noreferrer\">info@bestcerakoteflorida.com</a></p><h1 style=\"text-align: center;\">&nbsp;<strong>â€‹</strong><strong>Protect What\'s Important To You! With The Toughest Ceramic Finish In The World!</strong></h1><h2 style=\"text-align: center;\"><strong>Heat, Water, Salt and Sand just some of the conditions you face. And any one of them is just waiting, to get a hold of your firearm and leave it a pile of rusted, pitted junk.</strong></h2><h2 style=\"text-align: center;\"><strong>Unfortunately, there wasn\'t much you could do other than keep cleaning and lubricating your firearms...till NOW!</strong></h2><p>Enter your text here...</p><p>Enter your text here...</p><h2>our services</h2><h4 style=\"text-align: left;\">Express exterior</h4><p>Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.</p><h4 style=\"text-align: left;\">Interior clean</h4><p>Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum</p><h4 style=\"text-align: left;\">Wax protection</h4><p>Etiam pharetra, erat sed fermentum feugiat, velit mauris</p><h4 style=\"text-align: left;\">Dust &amp; Dash Console</h4><p>Duis sed odio sit amet nibh vulputate cursus a sit amet mauris.</p><h4 style=\"text-align: left;\">Triple Foam Polish</h4><p>Class aptent taciti sociosqu ad litora torquent</p><h4 style=\"text-align: left;\">Tire dressing</h4><p>Etiam pharetra, erat sed fermentum feugiat, velit mauris</p><h3><strong>Complete cleaning services for yoâ€‹ur car</strong></h3><ul wfd-id=\"354\"><li wfd-id=\"363\"><span wfd-id=\"364\">We are a small business delivering professional cleaning services for all vehicles</span></li><li wfd-id=\"359\"><span wfd-id=\"360\">Our services are convenient for individuals and corporate fleets</span></li><li wfd-id=\"355\"><span wfd-id=\"356\">We use eco-friendly products that actually clean, protect and maintain your car better than the traditional cleaning substances</span></li></ul><h2>Check Out Our Special Offer!</h2><p>Donâ€™t miss the opportunity to get 50% discount on a complete cleaning just by recommending us to a friend. Bring someone you know with you and clean you car half price!</p><h2 style=\"text-align: center;\">our happy clients</h2><h5>Brett Graham, 28</h5><h6>Architect</h6><p>Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit. Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit.&nbsp;</p><h5>Rosie Hanson, 24</h5><h6>Real estate Associate</h6><p>Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae! erat consequat auctor eu in elit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo.</p><h5>Shawn Mattews, 35</h5><h6>project manager</h6><p>Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Mauris in erat justo. Nullam ac urna eu felis.Sed non neque elit. Sed ut imperdiet nisi. Proin condimentum</p><h2 style=\"text-align: center;\">our offers</h2><h4 style=\"text-align: center;\"><strong>Basic Wash</strong></h4><h4 style=\"text-align: center;\"><strong>15$</strong></h4><ul wfd-id=\"170\"><li wfd-id=\"187\">check<span wfd-id=\"188\">Interior vacuum</span></li><li wfd-id=\"183\">check<span wfd-id=\"184\">Dust &amp;dash console</span></li><li wfd-id=\"179\">check<span wfd-id=\"180\">Hand towel dry</span></li><li wfd-id=\"175\">check<span wfd-id=\"176\">Clean windows</span></li><li wfd-id=\"171\">check<span wfd-id=\"172\">Soft cloth wash</span></li></ul><h4 style=\"text-align: center;\"><strong>Ultimate Wash</strong></h4><h4 style=\"text-align: center;\"><strong>22 $</strong></h4><p style=\"text-align: center;\">Includes basic service <span style=\"color: rgb(15, 29, 123);\" wfd-id=\"153\"><strong><span wfd-id=\"154\">+</span></strong></span></p><ul wfd-id=\"137\"><li wfd-id=\"146\">check<span wfd-id=\"147\">Triple foam conditiner</span></li><li wfd-id=\"142\">check<span wfd-id=\"143\">Tire dressing</span></li><li wfd-id=\"138\">check<span wfd-id=\"139\">Air freshner</span></li></ul><h4 style=\"text-align: center;\"><strong>Supreme Wash</strong></h4><h4 style=\"text-align: center;\"><strong>30 $</strong></h4><p style=\"text-align: center;\">Includes ultimate service <span style=\"color: rgb(15, 29, 123);\" wfd-id=\"120\"><strong><span wfd-id=\"121\">+</span></strong></span></p><ul wfd-id=\"106\"><li wfd-id=\"115\">check<span wfd-id=\"116\">Exterior trim dressing</span></li><li wfd-id=\"111\">check<span wfd-id=\"112\">Hand applied spray wax</span></li><li wfd-id=\"107\">check<span wfd-id=\"108\">Interior conditioner</span></li></ul><h2 style=\"text-align: center;\">contact us</h2>First NameEmail AddressMessagePhone NumberSubmit Message<span style=\"width: 100%;\" wfd-id=\"69\"><img alt=\"\" width=\"2148\" height=\"1968\" title=\"CertifiedLogo_transparent\" data-id=\"600\" src=\"https://bestcerakoteflorida.com/wp-content/uploads/2019/03/CertifiedLogo_transparent-e1552073635916.png\" style=\"width: 100%;\"></span><p style=\"text-align: center;\">Â© 2018, BLACKHAWK CUSTOM, LLC . All rights reserved.</p><p style=\"text-align: center;\">Made with <a href=\"https://thrivethemes.com/\" target=\"_blank\" rel=\"noopener noreferrer\">Thrive Architect</a></p>','Home','','inherit','closed','closed','','106-revision-v1','','','2019-03-08 14:56:33','2019-03-08 19:56:33','',106,'https://bestcerakoteflorida.com/106-revision-v1/',0,'revision','',0),(609,1,'2019-03-18 17:04:32','2019-03-18 21:04:32','','Blog','','inherit','closed','closed','','607-autosave-v1','','','2019-03-18 17:04:32','2019-03-18 21:04:32','',607,'https://bestcerakoteflorida.com/607-autosave-v1/',0,'revision','',0),(618,1,'2019-04-20 00:35:10','2019-04-20 04:35:10','','woocommerce-placeholder','','inherit','open','closed','','woocommerce-placeholder','','','2019-04-20 00:35:10','2019-04-20 04:35:10','',0,'https://bestcerakoteflorida.com/wp-content/uploads/2019/04/woocommerce-placeholder.png',0,'attachment','image/png',0),(7291,0,'2020-02-04 07:10:51','2020-02-04 12:10:51','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e395f75723766.27596115-LfVVaL6xO89j28MivD8wYBEhhfNh30ff','','','2020-02-04 07:11:33','2020-02-04 12:11:33','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7291',0,'scheduled-action','',3),(7293,0,'2020-02-04 08:11:33','2020-02-04 13:11:33','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e398798edc230.08944606-LnqPqljYIbYeFtVyQ7UmDWdn3a63PqCA','','','2020-02-04 10:02:48','2020-02-04 15:02:48','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7293',1,'scheduled-action','',3),(7321,0,'2020-02-05 23:14:19','2020-02-06 04:14:19','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e3baa25517274.39553239-JHelbdPzu7sQkRmxu3lPiSaxVukK8Jw7','','','2020-02-06 00:54:45','2020-02-06 05:54:45','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7321',1,'scheduled-action','',3),(7306,0,'2020-02-05 02:19:01','2020-02-05 07:19:01','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e3a80c59e1a88.09882969-xeMeavPZpEFYWNlTysdejLXGqsiuFnRT','','','2020-02-05 03:45:57','2020-02-05 08:45:57','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7306',1,'scheduled-action','',3),(7308,0,'2020-02-05 04:45:57','2020-02-05 09:45:57','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e3ae4d98aab64.18850348-pluBSFcpkfRdt6rj0Ti2ZtRSd1TLfcK4','','','2020-02-05 10:52:57','2020-02-05 15:52:57','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7308',1,'scheduled-action','',3),(7310,0,'2020-02-05 11:52:57','2020-02-05 16:52:57','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e3af5f2c88eb6.87226814-zaY2tUDuGIJibEWczLtNBWw9e0HGLIMH','','','2020-02-05 12:05:54','2020-02-05 17:05:54','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7310',1,'scheduled-action','',3),(7312,0,'2020-02-05 13:05:54','2020-02-05 18:05:54','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e3b0d55e402d6.17298135-iaadtE9eRftOcuXSR8oY7kp5ZwU7PNYY','','','2020-02-05 13:45:41','2020-02-05 18:45:41','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7312',0,'scheduled-action','',3),(6831,0,'2020-01-15 00:55:32','2020-01-15 05:55:32','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e1eae515471a7.70283727-PQZUoVGbG0Bhr3GCB4yvW8Nc4nMw7YjG','','','2020-01-15 01:16:49','2020-01-15 06:16:49','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6831',0,'scheduled-action','',3),(6832,0,'2020-01-15 00:55:32','2020-01-15 05:55:32','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e1eae5161d3e7.54106116-N7mlpKlnCO889sBgBDjDFyNJs2eRy2wz','','','2020-01-15 01:16:49','2020-01-15 06:16:49','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6832',0,'scheduled-action','',3),(6843,0,'2020-01-15 09:26:49','2020-01-15 14:26:49','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e1f2503ea64d9.93297623-zDivXBXLsTX18JVFKQb1Jfx7AJagtwiF','','','2020-01-15 09:43:15','2020-01-15 14:43:15','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6843',1,'scheduled-action','',3),(6844,0,'2020-01-15 09:26:49','2020-01-15 14:26:49','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e1f250403d235.56448554-BFZnIui4jQSCVPV34Gkt8haeTDVDeQns','','','2020-01-15 09:43:16','2020-01-15 14:43:16','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6844',1,'scheduled-action','',3),(6903,0,'2020-01-17 13:10:48','2020-01-17 18:10:48','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e222123204f58.14190901-AEtIVBMDNLkX6y2go7xa00Vr9jINgKsP','','','2020-01-17 16:03:31','2020-01-17 21:03:31','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6903',1,'scheduled-action','',3),(6904,0,'2020-01-17 13:10:48','2020-01-17 18:10:48','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e2221232af6d0.42718120-JHTXWuu16NWvJ43AH3EcGuypAVMzZqbC','','','2020-01-17 16:03:31','2020-01-17 21:03:31','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6904',1,'scheduled-action','',3),(7109,0,'2020-01-26 23:48:02','2020-01-27 04:48:02','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e2e70d80c28c1.55310521-E2FtRWIuTXjIBLI1rqveO1Uui46Du79R','','','2020-01-27 00:10:48','2020-01-27 05:10:48','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7109',1,'scheduled-action','',3),(7054,0,'2020-01-24 13:56:10','2020-01-24 18:56:10','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e2b4aa8cd9e60.07164342-81kZn5pW7OunpSam98KVpPprXvjxvIS1','','','2020-01-24 14:51:04','2020-01-24 19:51:04','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7054',0,'scheduled-action','',3),(7055,0,'2020-01-24 13:56:10','2020-01-24 18:56:10','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e2b4aa8de5818.15328467-1Mqg8XgiUobhlLZK6IK9SMf6LDVq5Cnx','','','2020-01-24 14:51:04','2020-01-24 19:51:04','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7055',0,'scheduled-action','',3),(7056,0,'2020-01-24 15:51:04','2020-01-24 20:51:04','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e2b64373aa972.48725353-67Ad7IREijxBp024LDUxr0Frejdee3VT','','','2020-01-24 16:40:07','2020-01-24 21:40:07','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7056',1,'scheduled-action','',3),(7057,0,'2020-01-24 15:51:04','2020-01-24 20:51:04','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e2b643748fe87.64857360-GtJtUywWYETsT49H8xklOKoC0FS4nNCn','','','2020-01-24 16:40:07','2020-01-24 21:40:07','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7057',1,'scheduled-action','',3),(7390,0,'2020-02-09 14:35:32','2020-02-09 19:35:32','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e407159654604.47784588-eX6hJkElKuTkiHA36pgYM8R2aEZ8xFj5','','','2020-02-09 15:53:45','2020-02-09 20:53:45','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7390',1,'scheduled-action','',3),(7392,0,'2020-02-09 16:53:45','2020-02-09 21:53:45','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e409d173f5880.24778427-y8MoWvAhnJv8oA0WEvtkKXejzDFKRJ9O','','','2020-02-09 19:00:23','2020-02-10 00:00:23','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7392',1,'scheduled-action','',3),(7394,0,'2020-02-09 20:00:23','2020-02-10 01:00:23','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e40b6c1635ce9.33005597-1DIOiAGrr2gV0JuR6Ly4pfYpzCJsyixh','','','2020-02-09 20:49:53','2020-02-10 01:49:53','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7394',0,'scheduled-action','',3),(7019,0,'2020-01-22 22:10:52','2020-01-23 03:10:52','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e291a149260c6.68438682-OetP7TtAdDjmfKCjVBYGWXKAv2ejV1Tv','','','2020-01-22 22:59:16','2020-01-23 03:59:16','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7019',1,'scheduled-action','',3),(7020,0,'2020-01-22 23:59:16','2020-01-23 04:59:16','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e29324ee01739.40227333-uPY9wyHTDFMF6ZsfuTYoO9dPeS6EyrXS','','','2020-01-23 00:42:38','2020-01-23 05:42:38','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7020',0,'scheduled-action','',3),(7021,0,'2020-01-22 23:59:16','2020-01-23 04:59:16','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e29324eec52e6.17299074-laDaXkq31PaGzS5Hru0RmJlC1P8VqLvg','','','2020-01-23 00:42:38','2020-01-23 05:42:38','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7021',0,'scheduled-action','',3),(7422,0,'2020-02-11 01:27:57','2020-02-11 06:27:57','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e4253d662cf00.70256671-ZoTUFVDZLNzTrp3ksJ2mUKqobVKocfMX','','','2020-02-11 02:12:22','2020-02-11 07:12:22','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7422',1,'scheduled-action','',3),(7423,0,'2020-02-11 03:12:22','2020-02-11 08:12:22','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e4291de1545a3.40121655-HB66smPkNqaX3oIJH2xlrJlyn33trrJ6','','','2020-02-11 06:37:02','2020-02-11 11:37:02','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7423',1,'scheduled-action','',3),(7424,0,'2020-02-11 03:12:22','2020-02-11 08:12:22','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e4291de1fb9a2.96257702-1J3wYX8rtH3gMZAoMKl6nIoHD4aiplyo','','','2020-02-11 06:37:02','2020-02-11 11:37:02','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7424',1,'scheduled-action','',3),(7403,0,'2020-02-10 05:27:34','2020-02-10 10:27:34','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e413ac3a17de7.00965677-e6bnQPfoZERCstI8wegEumQwPr8dFUHI','','','2020-02-10 06:13:07','2020-02-10 11:13:07','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7403',1,'scheduled-action','',3),(7404,0,'2020-02-10 05:27:34','2020-02-10 10:27:34','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e413ac3ac36e5.25680635-A425dkFPdgB1dIiZB1rUVRqQT1zF4pj9','','','2020-02-10 06:13:07','2020-02-10 11:13:07','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7404',1,'scheduled-action','',3),(7419,0,'2020-02-10 23:58:53','2020-02-11 04:58:53','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e423b5de3dbb8.47508447-8y53KCF5YziyUix7O3HMoWpWRJpzST1q','','','2020-02-11 00:27:57','2020-02-11 05:27:57','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7419',1,'scheduled-action','',3),(6789,0,'2020-01-13 04:36:23','2020-01-13 09:36:23','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e1c40563ad1b7.90404455-yf5m12dQSRYAhJdliJLNKEnwnVWsjG30','','','2020-01-13 05:03:02','2020-01-13 10:03:02','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6789',1,'scheduled-action','',3),(7420,0,'2020-02-10 23:58:53','2020-02-11 04:58:53','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e423b5dee09b2.35582871-jXKDRB5Q8lI2LFSP950oieOiVzItIvIh','','','2020-02-11 00:27:57','2020-02-11 05:27:57','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7420',1,'scheduled-action','',3),(7421,0,'2020-02-11 01:27:57','2020-02-11 06:27:57','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e4253d658fba5.20704133-gwjoBFVXj4xuTHT5gtQcA7mOA14VerXD','','','2020-02-11 02:12:22','2020-02-11 07:12:22','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7421',1,'scheduled-action','',3),(7406,0,'2020-02-10 07:13:07','2020-02-10 12:13:07','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e4151bfcf5e71.06479535-Y7yguFJmp8jX3WYvi8nZ7oAKjsYaTa0w','','','2020-02-10 07:51:11','2020-02-10 12:51:11','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7406',0,'scheduled-action','',3),(7412,0,'2020-02-10 17:25:54','2020-02-10 22:25:54','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e41e13747d347.41546126-MchkWqMX3eyG9iuUuLpDqdKWiNaSlwoh','','','2020-02-10 18:03:19','2020-02-10 23:03:19','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7412',1,'scheduled-action','',3),(7405,0,'2020-02-10 07:13:07','2020-02-10 12:13:07','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e4151bfc476e2.16944800-JyHQPt8ZDdTluGORIafwYHeoHZqz9t85','','','2020-02-10 07:51:11','2020-02-10 12:51:11','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7405',0,'scheduled-action','',3),(7408,0,'2020-02-10 08:51:11','2020-02-10 13:51:11','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e417c8571fc24.62653167-OlOgSvuDH1W84BN7nUNrL0pzMzz1dqS4','','','2020-02-10 10:53:41','2020-02-10 15:53:41','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7408',1,'scheduled-action','',3),(7407,0,'2020-02-10 08:51:11','2020-02-10 13:51:11','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e417c8568ee46.60961366-Xl9FOc18DYGx45AOoJpO7Oe8zM0oF2l9','','','2020-02-10 10:53:41','2020-02-10 15:53:41','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7407',1,'scheduled-action','',3),(7416,0,'2020-02-10 20:23:25','2020-02-11 01:23:25','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e420a6e03be06.87092421-QdjULJhR835tBdlkMJG4c6dLm4H3avxH','','','2020-02-10 20:59:10','2020-02-11 01:59:10','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7416',1,'scheduled-action','',3),(7410,0,'2020-02-10 11:53:41','2020-02-10 16:53:41','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e41ca628af578.29459644-8edEvgRNiCdTxjKJ6QJO6UOP0nJbMolY','','','2020-02-10 16:25:54','2020-02-10 21:25:54','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7410',1,'scheduled-action','',3),(7409,0,'2020-02-10 11:53:41','2020-02-10 16:53:41','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e41ca628212c5.18626316-RtBelLio9fqjAt2Z1HbPapP7fEOHR7ip','','','2020-02-10 16:25:54','2020-02-10 21:25:54','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7409',1,'scheduled-action','',3),(7411,0,'2020-02-10 17:25:54','2020-02-10 22:25:54','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e41e1373a8f24.42353965-DoBBrTJYxaQEzm99k03SkU01GES4cwFq','','','2020-02-10 18:03:19','2020-02-10 23:03:19','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7411',1,'scheduled-action','',3),(6817,0,'2020-01-14 09:45:55','2020-01-14 14:45:55','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e1e0fe881e150.81779081-ugTVMaUKcKl4NxYXtPiFxsGta0lKXULD','','','2020-01-14 14:00:56','2020-01-14 19:00:56','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6817',1,'scheduled-action','',3),(7413,0,'2020-02-10 19:03:19','2020-02-11 00:03:19','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e41f3fce94520.43807532-v39w1xmnDHEjplSNOsaSPGwrqT3gpa6H','','','2020-02-10 19:23:24','2020-02-11 00:23:24','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7413',1,'scheduled-action','',3),(6819,0,'2020-01-14 15:00:56','2020-01-14 20:00:56','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e1e2fd46f1910.68318394-wVKzsIAMJHmfqfi9ukSHlrj8xAeQAhqn','','','2020-01-14 16:17:08','2020-01-14 21:17:08','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6819',1,'scheduled-action','',3),(6821,0,'2020-01-14 17:17:08','2020-01-14 22:17:08','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e1e404f5554c5.03364886-Jw1lqSu68Hf9SKpNJaXvzBZnadB3wSu6','','','2020-01-14 17:27:27','2020-01-14 22:27:27','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6821',0,'scheduled-action','',3),(6818,0,'2020-01-14 09:45:55','2020-01-14 14:45:55','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e1e0fe88f96a5.53816673-MAIFpE8Qodlsb4CDsNVk9Jke98DGthJu','','','2020-01-14 14:00:56','2020-01-14 19:00:56','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6818',1,'scheduled-action','',3),(6815,0,'2020-01-14 07:47:56','2020-01-14 12:47:56','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e1dc6133bfa50.23351471-1RAHFdtRxAKVvJhDvDRr7NTxl1jYMvxk','','','2020-01-14 08:45:55','2020-01-14 13:45:55','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6815',1,'scheduled-action','',3),(7032,0,'2020-01-23 13:44:02','2020-01-23 18:44:02','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e29f54e2c76e6.73314977-wkzPIQDwRrztsDwFuqvzRdMxOflIiF5V','','','2020-01-23 14:34:38','2020-01-23 19:34:38','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7032',1,'scheduled-action','',3),(7140,0,'2020-01-28 09:40:51','2020-01-28 14:40:51','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e3051c42704a0.23750887-GqNPsdmGUoqkINI8Vi3IFD9bo2b0YGoo','','','2020-01-28 10:22:44','2020-01-28 15:22:44','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7140',1,'scheduled-action','',3),(6774,0,'2020-01-19 11:29:08','2020-01-19 16:29:08','[]','woocommerce_update_marketplace_suggestions','','publish','open','closed','','scheduled-action-5e2485785ff323.15914831-jGB0zNb35ZqP44fZfWKDAkAoH6sPqokI','','','2020-01-19 11:36:08','2020-01-19 16:36:08','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6774',0,'scheduled-action','',3),(6773,0,'2020-01-12 12:29:08','2020-01-12 17:29:08','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e1b6666cefda4.30131741-iqwsXkq7USSeWrTva0iJBhOG1f6qbnNp','','','2020-01-12 13:33:10','2020-01-12 18:33:10','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6773',0,'scheduled-action','',3),(6772,0,'2020-01-12 12:29:08','2020-01-12 17:29:08','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e1b6666c406f6.96954104-jS6yV4UnpL81Q9ZLho40TfvTkXUucC2N','','','2020-01-12 13:33:10','2020-01-12 18:33:10','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6772',0,'scheduled-action','',3),(7415,0,'2020-02-10 20:23:24','2020-02-11 01:23:24','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e420a6dec6f36.42733080-cb8PwCvAlnYKk5LLiokCiKmevR9PTeNA','','','2020-02-10 20:59:09','2020-02-11 01:59:09','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7415',1,'scheduled-action','',3),(7414,0,'2020-02-10 19:03:19','2020-02-11 00:03:19','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e41f3fcf30089.49040961-qDUauwGLYEu3jtLKerOEnGLKfxoDuxHJ','','','2020-02-10 19:23:24','2020-02-11 00:23:24','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7414',1,'scheduled-action','',3),(7417,0,'2020-02-10 21:59:09','2020-02-11 02:59:09','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e42267d1a0946.82669478-bJCjvgmEZYlI11yKse4thhT7JEIvuEmt','','','2020-02-10 22:58:53','2020-02-11 03:58:53','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7417',1,'scheduled-action','',3),(7426,0,'2020-02-11 07:37:02','2020-02-11 12:37:02','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e42a0c404e8d1.00932980-4OMj8R5YEimQ717nkZ33ZBIPTgszuEcd','','','2020-02-11 07:40:36','2020-02-11 12:40:36','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7426',0,'scheduled-action','',3),(7428,0,'2020-02-11 08:40:36','2020-02-11 13:40:36','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e42bdc4c32864.53116493-zjWzgkgLZLdp0YLe2rCRABNDpDIDaDZi','','','2020-02-11 09:44:20','2020-02-11 14:44:20','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7428',1,'scheduled-action','',3),(7430,0,'2020-02-11 10:44:20','2020-02-11 15:44:20','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e42f15431cee9.61430048-rxNnY1cnVbZJEzaCqE6lz9dqEQRiKvdi','','','2020-02-11 13:24:20','2020-02-11 18:24:20','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7430',1,'scheduled-action','',3),(7432,0,'2020-02-11 14:24:20','2020-02-11 19:24:20','[]','wc_admin_unsnooze_admin_notes','','pending','open','closed','','','','','2020-02-11 14:24:20','2020-02-11 19:24:20','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&p=7432',0,'scheduled-action','',1),(6752,0,'2020-01-11 11:27:14','2020-01-11 16:27:14','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e1a1dfa477ab0.40784184-i3BDzH3hL6UNe2eK32uGov561h2Zqzqp','','','2020-01-11 14:11:54','2020-01-11 19:11:54','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6752',1,'scheduled-action','',3),(6753,0,'2020-01-11 11:27:14','2020-01-11 16:27:14','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e1a1dfa538dc1.90847720-N1WoxjpXtNlotr83XDZpryCdyAm7QQsQ','','','2020-01-11 14:11:54','2020-01-11 19:11:54','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6753',1,'scheduled-action','',3),(7425,0,'2020-02-11 07:37:02','2020-02-11 12:37:02','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e42a0c3eed789.96971771-caPnRtmkoLk7RFnW3dtc8SCCoaLWUazO','','','2020-02-11 07:40:35','2020-02-11 12:40:35','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7425',0,'scheduled-action','',3),(7427,0,'2020-02-11 08:40:35','2020-02-11 13:40:35','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e42bdc4b4af88.86247400-COqn1LGZggxjm3iYVn70SBt87GzWJTb7','','','2020-02-11 09:44:20','2020-02-11 14:44:20','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7427',1,'scheduled-action','',3),(7429,0,'2020-02-11 10:44:20','2020-02-11 15:44:20','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e42f154246ef0.87155209-7AgAi75nmR0IQ8rbQxSWhqOAzrfaupA9','','','2020-02-11 13:24:20','2020-02-11 18:24:20','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7429',1,'scheduled-action','',3),(7431,0,'2020-02-11 14:24:20','2020-02-11 19:24:20','[]','wc_admin_unsnooze_admin_notes','','pending','open','closed','','','','','2020-02-11 14:24:20','2020-02-11 19:24:20','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&p=7431',0,'scheduled-action','',1),(6758,0,'2020-01-11 17:49:27','2020-01-11 22:49:27','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e1a79f50737e6.17283062-EDL8k06FyUlLEiZMT6SoKn511htG57Y8','','','2020-01-11 20:44:21','2020-01-12 01:44:21','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6758',1,'scheduled-action','',3),(7128,0,'2020-01-27 18:11:31','2020-01-27 23:11:31','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e2f8eeecb6fa2.24397267-tTIG677h3EOXiL1xLxH4ZOYUoHhs5cAh','','','2020-01-27 20:31:26','2020-01-28 01:31:26','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7128',1,'scheduled-action','',3),(7124,0,'2020-01-27 15:05:15','2020-01-27 20:05:15','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e2f49323b8026.78483326-vDOScHteGXWxMLT6c0ohIn6mJgxn0MIL','','','2020-01-27 15:33:54','2020-01-27 20:33:54','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7124',1,'scheduled-action','',3),(7126,0,'2020-01-27 16:33:54','2020-01-27 21:33:54','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e2f60133cab17.85573841-6qWkFpoKDXotxylmSH2nMCTcWdmANg06','','','2020-01-27 17:11:31','2020-01-27 22:11:31','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7126',0,'scheduled-action','',3),(7138,0,'2020-01-28 08:29:37','2020-01-28 13:29:37','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e3039e3c46ed4.49957013-FHBs3akJjtyknWg1WmeRCD5ySiW21BUg','','','2020-01-28 08:40:51','2020-01-28 13:40:51','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7138',0,'scheduled-action','',3),(6754,0,'2020-01-11 15:11:54','2020-01-11 20:11:54','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e1a34cfc67233.60421750-kI5FLCmIpFAYUjVGdqsGTdmgaDLZ7nmB','','','2020-01-11 15:49:19','2020-01-11 20:49:19','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6754',1,'scheduled-action','',3),(6756,0,'2020-01-11 16:49:19','2020-01-11 21:49:19','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e1a42e76361c6.15427308-hfEJLRxmy6UOhqNBQeuVwXIYR83otrNc','','','2020-01-11 16:49:27','2020-01-11 21:49:27','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6756',1,'scheduled-action','',3),(6811,0,'2020-01-14 01:38:31','2020-01-14 06:38:31','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e1d69daa0b777.31871065-ANoOhAlHajeELOzVBRA8waSZDL9xMidK','','','2020-01-14 02:12:26','2020-01-14 07:12:26','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6811',1,'scheduled-action','',3),(6812,0,'2020-01-14 01:38:31','2020-01-14 06:38:31','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e1d69daabbf97.09115365-ZNUVEnX65f7fpFAeny1xoxfZabZb4nHy','','','2020-01-14 02:12:26','2020-01-14 07:12:26','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6812',1,'scheduled-action','',3),(6764,0,'2020-01-12 05:04:30','2020-01-12 10:04:30','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e1afd3cc519c8.55156146-t01E3izaCxZE2GhFr33m6mcTdvTlbCiZ','','','2020-01-12 06:04:28','2020-01-12 11:04:28','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6764',1,'scheduled-action','',3),(6766,0,'2020-01-12 07:04:28','2020-01-12 12:04:28','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e1b146768cb25.62576532-gzN8zCSRtSJKwwJtGF88oFgWB1XuKa0d','','','2020-01-12 07:43:19','2020-01-12 12:43:19','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6766',1,'scheduled-action','',3),(7121,0,'2020-01-27 12:26:48','2020-01-27 17:26:48','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e2f346b7d3688.60482129-OMIWOY6ENSQsgsWkspa1KAKyvgRQ1zF3','','','2020-01-27 14:05:15','2020-01-27 19:05:15','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7121',1,'scheduled-action','',3),(7120,0,'2020-01-27 09:04:50','2020-01-27 14:04:50','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e2f0f489afce1.28495361-lYOWNCbjNoxItEpNE39NMbahm5ZApShG','','','2020-01-27 11:26:48','2020-01-27 16:26:48','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7120',0,'scheduled-action','',3),(7122,0,'2020-01-27 12:26:48','2020-01-27 17:26:48','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e2f346b87a457.79731829-J2q4JotDJvrzcT82ZkbtFCNklYrRuU9C','','','2020-01-27 14:05:15','2020-01-27 19:05:15','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7122',1,'scheduled-action','',3),(6780,0,'2020-01-12 17:25:54','2020-01-12 22:25:54','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e1bbcf20633a8.86994204-zBOuBvSmkflNtrpSMs59lew3zgXF0yMD','','','2020-01-12 19:42:26','2020-01-13 00:42:26','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6780',1,'scheduled-action','',3),(7031,0,'2020-01-23 12:23:00','2020-01-23 17:23:00','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e29db6283a1c1.82564712-zSBwj2wBsJRicd4oLVzQ35D7iSchsZrU','','','2020-01-23 12:44:02','2020-01-23 17:44:02','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7031',1,'scheduled-action','',3),(6775,0,'2020-01-12 14:33:10','2020-01-12 19:33:10','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e1b8036453e63.51008327-6a5yxqGHJCx3B0skbSQ3qpLpmN4M298n','','','2020-01-12 15:23:18','2020-01-12 20:23:18','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6775',1,'scheduled-action','',3),(6776,0,'2020-01-12 14:33:10','2020-01-12 19:33:10','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e1b803650bb94.41540383-gk5Ooa9q7deySg4I2bBBgtbzYFJb2A4b','','','2020-01-12 15:23:18','2020-01-12 20:23:18','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6776',1,'scheduled-action','',3),(6768,0,'2020-01-12 08:43:19','2020-01-12 13:43:19','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e1b337a155d06.77813181-eMzrUxYXMTrVcThMeQl5Mf5VXsNAiWFr','','','2020-01-12 09:55:54','2020-01-12 14:55:54','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6768',1,'scheduled-action','',3),(7119,0,'2020-01-27 09:04:50','2020-01-27 14:04:50','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e2f0f48897d98.25757368-LIEFv7vGZKXpH2QMpYiMxziIk1ne84Iw','','','2020-01-27 11:26:48','2020-01-27 16:26:48','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7119',0,'scheduled-action','',3),(6778,0,'2020-01-12 16:23:18','2020-01-12 21:23:18','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e1b8ee2a84644.14964834-c3s5tyTardiFMfli6MPNpptfhuGn57U2','','','2020-01-12 16:25:54','2020-01-12 21:25:54','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6778',0,'scheduled-action','',3),(6777,0,'2020-01-12 16:23:18','2020-01-12 21:23:18','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e1b8ee290cae4.83032787-P5XF13tkupRHLz9WcbPpjaxiVRydSHmH','','','2020-01-12 16:25:54','2020-01-12 21:25:54','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6777',0,'scheduled-action','',3),(6782,0,'2020-01-12 20:42:26','2020-01-13 01:42:26','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e1bd026b65ae7.85432511-Nf9bt7HqShbzDUEi2WjE6OXAzc6uJhYi','','','2020-01-12 21:04:22','2020-01-13 02:04:22','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6782',1,'scheduled-action','',3),(6781,0,'2020-01-12 20:42:25','2020-01-13 01:42:25','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e1bd026ac82e1.96122541-Nef0ZN0ZXAui6lV0TLFGqW5tjBQjbB4A','','','2020-01-12 21:04:22','2020-01-13 02:04:22','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6781',1,'scheduled-action','',3),(6788,0,'2020-01-13 02:18:01','2020-01-13 07:18:01','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e1c2c0765c075.53321149-jJWyvQ52BFNHUrUjJlRfalFqYtVaXNBO','','','2020-01-13 03:36:23','2020-01-13 08:36:23','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6788',1,'scheduled-action','',3),(6979,0,'2020-01-20 21:52:27','2020-01-21 02:52:27','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e267abe1a0972.94543898-ASdbqmjCRjonXDNjx4rKEOwsSJ7EPGfB','','','2020-01-20 23:14:54','2020-01-21 04:14:54','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6979',1,'scheduled-action','',3),(6802,0,'2020-01-13 16:38:19','2020-01-13 21:38:19','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e1cf1d65da791.26365919-vWTIg4t2oJsHDmQpeYZ0ymFvzsRu8vzQ','','','2020-01-13 17:40:22','2020-01-13 22:40:22','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6802',1,'scheduled-action','',3),(6800,0,'2020-01-13 15:24:41','2020-01-13 20:24:41','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e1cd53b11fb80.15364954-OZaydD81jnL8x29UxW8aEJGlk37Yzobg','','','2020-01-13 15:38:19','2020-01-13 20:38:19','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6800',0,'scheduled-action','',3),(6795,0,'2020-01-13 10:09:51','2020-01-13 15:09:51','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e1caa2fae44a8.43358404-KkHsIHdh6P0ni8msWJY1iSzZakYI4Yfr','','','2020-01-13 12:34:39','2020-01-13 17:34:39','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6795',1,'scheduled-action','',3),(6787,0,'2020-01-13 02:18:01','2020-01-13 07:18:01','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e1c2c07584aa6.92040782-WtVmis5BhUvyzH9ld6S6SBU3aqsbtAHR','','','2020-01-13 03:36:23','2020-01-13 08:36:23','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6787',1,'scheduled-action','',3),(6792,0,'2020-01-13 06:03:02','2020-01-13 11:03:02','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e1c59cf0065a1.23832086-forwFWkCsJ8tBP5IrxKPU1ATZ858bRBS','','','2020-01-13 06:51:43','2020-01-13 11:51:43','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6792',1,'scheduled-action','',3),(6790,0,'2020-01-13 04:36:23','2020-01-13 09:36:23','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e1c405645ca55.32103671-TEIB30hyqWdQLnFR2fOtNKm3m1lPztRR','','','2020-01-13 05:03:02','2020-01-13 10:03:02','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6790',1,'scheduled-action','',3),(6791,0,'2020-01-13 06:03:02','2020-01-13 11:03:02','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e1c59cee918d4.64417134-pWU857c9gjU4QhVT59Q1ABKzri5DkfsQ','','','2020-01-13 06:51:42','2020-01-13 11:51:42','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6791',1,'scheduled-action','',3),(6793,0,'2020-01-13 07:51:42','2020-01-13 12:51:42','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e1c7a2f10e040.41090905-7Za3Sqmr5O6m5t1a7qcirFO0oUxbhLpG','','','2020-01-13 09:09:51','2020-01-13 14:09:51','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6793',1,'scheduled-action','',3),(6794,0,'2020-01-13 07:51:43','2020-01-13 12:51:43','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e1c7a2f1e27a6.40981556-pPkCOAnzJmQy0mJuPBqLOGU3OVowR11u','','','2020-01-13 09:09:51','2020-01-13 14:09:51','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6794',1,'scheduled-action','',3),(6806,0,'2020-01-13 19:52:33','2020-01-14 00:52:33','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e1d200beee6f6.48909921-oe7iEMuPVP7dA2s1Ggm4OiFKRsRv35xS','','','2020-01-13 20:57:31','2020-01-14 01:57:31','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6806',1,'scheduled-action','',3),(6807,0,'2020-01-13 21:57:31','2020-01-14 02:57:31','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e1d38053c8535.98224844-cGF12UeJPiiKH5STBULWTuPUnR1OBoHV','','','2020-01-13 22:39:49','2020-01-14 03:39:49','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6807',1,'scheduled-action','',3),(6779,0,'2020-01-12 17:25:54','2020-01-12 22:25:54','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e1bbcf1f0fcb9.92244168-SvKohW4EksV1qNxwpDQpA6GFkJDn16QU','','','2020-01-12 19:42:25','2020-01-13 00:42:25','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6779',1,'scheduled-action','',3),(6771,0,'2020-01-12 10:55:54','2020-01-12 15:55:54','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e1b49541f5cf3.80204383-3Iturr5h8AskZNN5L0k7uS96t2p7K7OS','','','2020-01-12 11:29:08','2020-01-12 16:29:08','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6771',1,'scheduled-action','',3),(7139,0,'2020-01-28 09:40:51','2020-01-28 14:40:51','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e3051c41bed44.50090239-JBLz1OJjojXbvr1FU8a2WnEuMUHqDAh1','','','2020-01-28 10:22:44','2020-01-28 15:22:44','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7139',1,'scheduled-action','',3),(6810,0,'2020-01-13 23:39:49','2020-01-14 04:39:49','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e1d53d7134bd7.22353065-ghXwUNdRGoYEckD7lRPgFJ7xALTBIBsl','','','2020-01-14 00:38:31','2020-01-14 05:38:31','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6810',1,'scheduled-action','',3),(6808,0,'2020-01-13 21:57:31','2020-01-14 02:57:31','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e1d380545d475.72479944-AbVTEdRpuzm0LfSshDQl7TwzX9jxgrcG','','','2020-01-13 22:39:49','2020-01-14 03:39:49','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6808',1,'scheduled-action','',3),(6813,0,'2020-01-14 03:12:26','2020-01-14 08:12:26','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e1daa6c8be955.98233079-AWxkvtGZFi6BuP4P2gSdklADEe8aG9kP','','','2020-01-14 06:47:56','2020-01-14 11:47:56','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6813',1,'scheduled-action','',3),(6827,0,'2020-01-14 21:58:15','2020-01-15 02:58:15','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e1e889cb0c748.10563801-sNRbaiaO20YKjCjoalDBQuh28h9qQ1ua','','','2020-01-14 22:35:56','2020-01-15 03:35:56','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6827',1,'scheduled-action','',3),(6846,0,'2020-01-15 10:43:16','2020-01-15 15:43:16','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e1f3d9631b538.66359405-SyfQB8fWy1h06tjwpdGJNDzyAJ2c5guF','','','2020-01-15 11:28:06','2020-01-15 16:28:06','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6846',1,'scheduled-action','',3),(6847,0,'2020-01-15 12:28:06','2020-01-15 17:28:06','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e1f4d0f959951.91882824-yXpytBspAFQJ1i7t6u3hljJWnkzKNsSi','','','2020-01-15 12:34:07','2020-01-15 17:34:07','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6847',0,'scheduled-action','',3),(7086,0,'2020-01-25 21:50:08','2020-01-26 02:50:08','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e2d12fe6c63f4.09685317-F3VjowYUgITBohGspZiyv8Fe41qdI21F','','','2020-01-25 23:18:06','2020-01-26 04:18:06','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7086',0,'scheduled-action','',3),(7087,0,'2020-01-25 21:50:08','2020-01-26 02:50:08','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e2d12fe7b5ac6.26510446-XgFqAH6vbqZvLXI9k9NnWHdQkJNSSkqq','','','2020-01-25 23:18:06','2020-01-26 04:18:06','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7087',0,'scheduled-action','',3),(6828,0,'2020-01-14 21:58:15','2020-01-15 02:58:15','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e1e889cbbef09.74562102-uzZ1Yg1PjlTjVUoeQhsGYim8aqAcx1sV','','','2020-01-14 22:35:56','2020-01-15 03:35:56','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6828',1,'scheduled-action','',3),(6820,0,'2020-01-14 15:00:56','2020-01-14 20:00:56','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e1e2fd478ca78.24719323-Wt2B46HBoxR4Egi5auMSMb5zEaNFxTIz','','','2020-01-14 16:17:08','2020-01-14 21:17:08','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6820',1,'scheduled-action','',3),(6822,0,'2020-01-14 17:17:08','2020-01-14 22:17:08','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e1e404f600f67.63563358-IGMsbsFxc81aXEEEzvtEnpeJpzARFAFy','','','2020-01-14 17:27:27','2020-01-14 22:27:27','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6822',0,'scheduled-action','',3),(6823,0,'2020-01-14 18:27:27','2020-01-14 23:27:27','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e1e597f0c5838.35455356-PKE3BMi225NdzfTLDXOQTWBZcgNl2aVe','','','2020-01-14 19:14:55','2020-01-15 00:14:55','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6823',0,'scheduled-action','',3),(6824,0,'2020-01-14 18:27:27','2020-01-14 23:27:27','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e1e597f187691.07583970-dGFoprpEAvg6SZRaBsEDUL9KZye9VdiU','','','2020-01-14 19:14:55','2020-01-15 00:14:55','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6824',0,'scheduled-action','',3),(6825,0,'2020-01-14 20:14:55','2020-01-15 01:14:55','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e1e71b7d52cf7.42578249-srE0VCxzPB9CFplPjRXshNNmnR3tvl9e','','','2020-01-14 20:58:15','2020-01-15 01:58:15','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6825',0,'scheduled-action','',3),(6946,0,'2020-01-19 15:39:20','2020-01-19 20:39:20','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e24c4a03e5ce3.31846977-NX9z6OSoZaNP0s5jhDUV6PsS7ijeY5XW','','','2020-01-19 16:05:36','2020-01-19 21:05:36','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6946',0,'scheduled-action','',3),(6947,0,'2020-01-19 15:39:20','2020-01-19 20:39:20','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e24c4a0495537.26887173-TetuuO8PCiFzW8oQjVnebTBTU4QTSN8f','','','2020-01-19 16:05:36','2020-01-19 21:05:36','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6947',0,'scheduled-action','',3),(6948,0,'2020-01-19 17:05:36','2020-01-19 22:05:36','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e24de87c452c9.43822199-12Yu3Bj0yfbYnzyIjuVzoIrRqSfIyymJ','','','2020-01-19 17:56:07','2020-01-19 22:56:07','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6948',1,'scheduled-action','',3),(6853,0,'2020-01-15 16:05:02','2020-01-15 21:05:02','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e1f82caaba1d1.63782678-oQZhaIJyCXt9RpsUFheSuchWeqag8xBq','','','2020-01-15 16:23:22','2020-01-15 21:23:22','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6853',0,'scheduled-action','',3),(6997,0,'2020-01-21 19:40:34','2020-01-22 00:40:34','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e27c20e60a241.28320512-KI6epLwIsH80sn6Ve6YGLENCr2pQMnEV','','','2020-01-21 22:31:26','2020-01-22 03:31:26','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6997',0,'scheduled-action','',3),(6992,0,'2020-01-21 15:18:44','2020-01-21 20:18:44','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e27635389a8e3.68963113-kMHFf2iWXxmE5a8FVSqzWTeF02OxHC4X','','','2020-01-21 15:47:15','2020-01-21 20:47:15','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6992',0,'scheduled-action','',3),(6996,0,'2020-01-21 19:40:33','2020-01-22 00:40:33','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e27c20e530bf6.76809908-0PL9hsCkepZ96RhqFW0KfpgIOOscQBoJ','','','2020-01-21 22:31:26','2020-01-22 03:31:26','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6996',0,'scheduled-action','',3),(6837,0,'2020-01-15 05:58:20','2020-01-15 10:58:20','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e1ef1a736c562.20702961-wrGOrEIdWKWjCWT9fHHHjO5c6xXPWM06','','','2020-01-15 06:04:07','2020-01-15 11:04:07','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6837',0,'scheduled-action','',3),(6839,0,'2020-01-15 07:04:07','2020-01-15 12:04:07','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e1f003f2cbc59.97791615-FqaHJbsY5QeKpphJOsbHnrRkdRwkqC2R','','','2020-01-15 07:06:23','2020-01-15 12:06:23','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6839',0,'scheduled-action','',3),(6864,0,'2020-01-15 21:46:43','2020-01-16 02:46:43','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e1febb3bdd568.92503293-gizHrtduOUgFIpbFOTo6AIEllIh40WOQ','','','2020-01-15 23:50:59','2020-01-16 04:50:59','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6864',1,'scheduled-action','',3),(6865,0,'2020-01-16 00:50:59','2020-01-16 05:50:59','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e20090e1bb140.91345836-Pg57hSvxwqemtyVJUfFXjlvQZijWUsdH','','','2020-01-16 01:56:14','2020-01-16 06:56:14','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6865',1,'scheduled-action','',3),(6850,0,'2020-01-15 13:34:07','2020-01-15 18:34:07','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e1f5df5eb1526.92747275-mzECpefeScjHWJWlLp9MjaT5vQl0JAMq','','','2020-01-15 13:46:13','2020-01-15 18:46:13','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6850',1,'scheduled-action','',3),(6851,0,'2020-01-15 14:46:13','2020-01-15 19:46:13','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e1f706e3a6a79.68644149-iRiyGPrTTc6JykHVqZHavSA1DB2W55VF','','','2020-01-15 15:05:02','2020-01-15 20:05:02','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6851',0,'scheduled-action','',3),(6852,0,'2020-01-15 14:46:13','2020-01-15 19:46:13','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e1f706e601e76.98522543-4oVheSq6ODeNX4MjDuYrXrihvIceVKPl','','','2020-01-15 15:05:02','2020-01-15 20:05:02','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6852',0,'scheduled-action','',3),(6856,0,'2020-01-15 17:23:22','2020-01-15 22:23:22','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e1f945b2a8085.72287685-qHjNzacZa0KV3AfmCUGv6W5aw0uC1bf4','','','2020-01-15 17:38:19','2020-01-15 22:38:19','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6856',0,'scheduled-action','',3),(6858,0,'2020-01-15 18:38:19','2020-01-15 23:38:19','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e1fa3fd67b7a3.87982858-76GrmjhlpwXbgPywjgKcaD38F90f2MwS','','','2020-01-15 18:45:01','2020-01-15 23:45:01','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6858',0,'scheduled-action','',3),(6860,0,'2020-01-15 19:45:01','2020-01-16 00:45:01','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e1fb2700ba496.22422300-xUjHw4QFCRmvE7aD9npttLR2YFJ708Q6','','','2020-01-15 19:46:40','2020-01-16 00:46:40','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6860',1,'scheduled-action','',3),(6841,0,'2020-01-15 08:06:23','2020-01-15 13:06:23','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e1f131989f289.92661015-TjOjgOm6xPBlrIGXIBvkakDQNlaW2OH2','','','2020-01-15 08:26:49','2020-01-15 13:26:49','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6841',1,'scheduled-action','',3),(6899,0,'2020-01-17 09:46:32','2020-01-17 14:46:32','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e21cc3f3fe3b4.57953941-AtKVJ8qQqgXIzYYOhOUyVHfDkahq1CRE','','','2020-01-17 10:01:19','2020-01-17 15:01:19','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6899',0,'scheduled-action','',3),(6900,0,'2020-01-17 09:46:32','2020-01-17 14:46:32','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e21cc3fa1a0f9.69193020-oPJdavjbiBaucEGadVrsUjqdqcCJqnPH','','','2020-01-17 10:01:19','2020-01-17 15:01:19','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6900',0,'scheduled-action','',3),(6887,0,'2020-01-16 22:37:50','2020-01-17 03:37:50','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e213ab24e4fa1.23116199-7KLil2yIjvm53zTEadEzuAbqYDgzpHBn','','','2020-01-16 23:40:18','2020-01-17 04:40:18','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6887',1,'scheduled-action','',3),(6901,0,'2020-01-17 11:01:19','2020-01-17 16:01:19','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e21ea9860f7c8.62052273-AIgRvLYdVb5PXjeDtZ7j2cjBteonUQLD','','','2020-01-17 12:10:48','2020-01-17 17:10:48','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6901',1,'scheduled-action','',3),(6902,0,'2020-01-17 11:01:19','2020-01-17 16:01:19','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e21ea986ac0c7.25690287-Y3NGFGLTNu13uUpsHqgDPAVpNXmr1hZe','','','2020-01-17 12:10:48','2020-01-17 17:10:48','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6902',1,'scheduled-action','',3),(5397,0,'2019-04-20 04:35:10','0000-00-00 00:00:00','PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPCEtLWdlbmVyYXRvcj0namV0cGFjay03LjguMSctLT4KPD94bWwtc3R5bGVzaGVldCB0eXBlPSJ0ZXh0L3hzbCIgaHJlZj0iLy9iZXN0Y2VyYWtvdGVmbG9yaWRhLmNvbS9pbWFnZS1zaXRlbWFwLnhzbCI/Pgo8dXJsc2V0IHhtbG5zPSJodHRwOi8vd3d3LnNpdGVtYXBzLm9yZy9zY2hlbWFzL3NpdGVtYXAvMC45IiB4bWxuczp4c2k9Imh0dHA6Ly93d3cudzMub3JnLzIwMDEvWE1MU2NoZW1hLWluc3RhbmNlIiB4c2k6c2NoZW1hTG9jYXRpb249Imh0dHA6Ly93d3cuc2l0ZW1hcHMub3JnL3NjaGVtYXMvc2l0ZW1hcC8wLjkgaHR0cDovL3d3dy5zaXRlbWFwcy5vcmcvc2NoZW1hcy9zaXRlbWFwLzAuOS9zaXRlbWFwLnhzZCIgeG1sbnM6aW1hZ2U9Imh0dHA6Ly93d3cuZ29vZ2xlLmNvbS9zY2hlbWFzL3NpdGVtYXAtaW1hZ2UvMS4xIj48dXJsPjxsb2M+aHR0cHM6Ly9iZXN0Y2VyYWtvdGVmbG9yaWRhLmNvbS9mdHlzNjc0My88L2xvYz48bGFzdG1vZD4yMDE4LTA1LTI2VDAzOjUyOjE1WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2Jlc3RjZXJha290ZWZsb3JpZGEuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA1L0ZUWVM2NzQzLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5GVFlTNjc0MzwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vYmVzdGNlcmFrb3RlZmxvcmlkYS5jb20vZmluaXNoc3Ryb25nLTMvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNi0xMFQwNjozNjozNlo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly9iZXN0Y2VyYWtvdGVmbG9yaWRhLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNi9maW5pc2hzdHJvbmctMy5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+ZmluaXNoc3Ryb25nLTM8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2Jlc3RjZXJha290ZWZsb3JpZGEuY29tL3RhdHRlcmVkLWZsYWdhLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDYtMTBUMDY6NDc6MzBaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vYmVzdGNlcmFrb3RlZmxvcmlkYS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDYvVGF0dGVyZWQtRmxhZ0Euc3ZnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPlRhdHRlcmVkIEZsYWdBPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9iZXN0Y2VyYWtvdGVmbG9yaWRhLmNvbS90YXR0ZXJlZC1mbGFnYS0yLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDYtMTBUMDY6NDk6MjNaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vYmVzdGNlcmFrb3RlZmxvcmlkYS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDYvVGF0dGVyZWQtRmxhZ0EucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPlRhdHRlcmVkIEZsYWdBPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9iZXN0Y2VyYWtvdGVmbG9yaWRhLmNvbS90YXR0ZXJlZC1mbGFnYnJhdm93aGl0ZS88L2xvYz48bGFzdG1vZD4yMDE4LTA2LTExVDA0OjQxOjU3WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2Jlc3RjZXJha290ZWZsb3JpZGEuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA2L1RhdHRlcmVkLUZsYWdCcmF2b1doaXRlLnN2ZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5UYXR0ZXJlZCBGbGFnQnJhdm9XaGl0ZTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vYmVzdGNlcmFrb3RlZmxvcmlkYS5jb20vdGF0dGVyZWQtZmxhZ2JyYXZvd2hpdGUtMi88L2xvYz48bGFzdG1vZD4yMDE4LTA2LTExVDA0OjQ4OjQzWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2Jlc3RjZXJha290ZWZsb3JpZGEuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA2L1RhdHRlcmVkLUZsYWdCcmF2b1doaXRlLnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5UYXR0ZXJlZCBGbGFnQnJhdm9XaGl0ZTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vYmVzdGNlcmFrb3RlZmxvcmlkYS5jb20vaGVhZGVyLWxvZ28vPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNi0yM1QwNDoxMDo1MFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly9iZXN0Y2VyYWtvdGVmbG9yaWRhLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNi9oZWFkZXItbG9nby5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+aGVhZGVyIGxvZ288L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2Jlc3RjZXJha290ZWZsb3JpZGEuY29tL2NlcnRpZmllZGxvZ28vPC9sb2M+PGxhc3Rtb2Q+MjAxOC0xMS0yMlQxODozNjoxOFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly9iZXN0Y2VyYWtvdGVmbG9yaWRhLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wOS9DZXJ0aWZpZWRMb2dvLnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5DZXJha290ZSBDZXJ0aWZpZWQgTG9nbzwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vYmVzdGNlcmFrb3RlZmxvcmlkYS5jb20vaGVsbS1zb2xvZWNoby88L2xvYz48bGFzdG1vZD4yMDE4LTA5LTA5VDA1OjQzOjUwWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2Jlc3RjZXJha290ZWZsb3JpZGEuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA5L0hFTE0tc29sb0VjaG8ucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkhFTE0gc29sb0VjaG88L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2Jlc3RjZXJha290ZWZsb3JpZGEuY29tL2xvZ28vPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wOS0wOVQwNjozNDo1Mlo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly9iZXN0Y2VyYWtvdGVmbG9yaWRhLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wOS9Mb2dvLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5Mb2dvPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9iZXN0Y2VyYWtvdGVmbG9yaWRhLmNvbS9sb2dvLTIvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wOS0wOVQwNjo0Njo1NVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly9iZXN0Y2VyYWtvdGVmbG9yaWRhLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wOS9Mb2dvLnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5Mb2dvPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9iZXN0Y2VyYWtvdGVmbG9yaWRhLmNvbS8xMG9mZmNlcnRpZmljYXRlLzwvbG9jPjxsYXN0bW9kPjIwMTgtMTAtMDhUMDA6MTQ6MjNaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vYmVzdGNlcmFrb3RlZmxvcmlkYS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMTAvMTBvZmZDZXJ0aWZpY2F0ZS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+MTAlb2ZmQ2VydGlmaWNhdGU8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2Jlc3RjZXJha290ZWZsb3JpZGEuY29tL3ZyZ2w2MDg5LzwvbG9jPjxsYXN0bW9kPjIwMTgtMTAtMDhUMDI6MDA6NTNaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vYmVzdGNlcmFrb3RlZmxvcmlkYS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMTAvVlJHTDYwODkuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPlZSR0w2MDg5PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9iZXN0Y2VyYWtvdGVmbG9yaWRhLmNvbS9ibGFja2hhd2stY3VzdG9tLWNoaXJvbi0zYi88L2xvYz48bGFzdG1vZD4yMDE5LTAxLTI5VDIzOjIyOjA3WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2Jlc3RjZXJha290ZWZsb3JpZGEuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE5LzAxL2JsYWNraGF3ay1jdXN0b20tY2hpcm9uLTNiLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5ibGFja2hhd2stY3VzdG9tLWNoaXJvbi0zYjwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vYmVzdGNlcmFrb3RlZmxvcmlkYS5jb20vYmxhY2toYXdrX2N1c3RvbV9oZWFkZXIvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMS0zMFQwNTo1NzozMVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly9iZXN0Y2VyYWtvdGVmbG9yaWRhLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOS8wMS9CbGFja2hhd2tfY3VzdG9tX2hlYWRlci5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+QmxhY2toYXdrX2N1c3RvbV9oZWFkZXI8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2Jlc3RjZXJha290ZWZsb3JpZGEuY29tL2Nyb3BwZWQtaGVsbS1zb2xvZWNoby1wbmcvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMy0wN1QxNjo0ODo1Nlo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly9iZXN0Y2VyYWtvdGVmbG9yaWRhLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wOS9jcm9wcGVkLUhFTE0tc29sb0VjaG8ucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmNyb3BwZWQtSEVMTS1zb2xvRWNoby5wbmc8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2Jlc3RjZXJha290ZWZsb3JpZGEuY29tL2NlcnRpZmllZGxvZ29fdHJhbnNwYXJlbnQvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMy0wOFQxOTozNDoyM1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly9iZXN0Y2VyYWtvdGVmbG9yaWRhLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOS8wMy9DZXJ0aWZpZWRMb2dvX3RyYW5zcGFyZW50LWUxNTUyMDczNjM1OTE2LnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5DZXJ0aWZpZWRMb2dvX3RyYW5zcGFyZW50PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9iZXN0Y2VyYWtvdGVmbG9yaWRhLmNvbS93b29jb21tZXJjZS1wbGFjZWhvbGRlci88L2xvYz48bGFzdG1vZD4yMDE5LTA0LTIwVDA0OjM1OjEwWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2Jlc3RjZXJha290ZWZsb3JpZGEuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy93b29jb21tZXJjZS1wbGFjZWhvbGRlci5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+d29vY29tbWVyY2UtcGxhY2Vob2xkZXI8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjwvdXJsc2V0Pgo=','image-sitemap-1.xml','','draft','closed','closed','','','','','2020-02-11 06:37:04','2020-02-11 11:37:04','',0,'https://bestcerakoteflorida.com/?p=5397',0,'jp_img_sitemap','',0),(6877,0,'2020-01-16 10:24:46','2020-01-16 15:24:46','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e208c460ef725.95225868-JLQXsxulLvHZqohQMfUTneYGjU4WqXkE','','','2020-01-16 11:16:06','2020-01-16 16:16:06','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6877',1,'scheduled-action','',3),(6879,0,'2020-01-16 12:16:06','2020-01-16 17:16:06','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e209ea820fad6.85530111-X7pO7vRWetsGnxH2MqMyZsTby4BRNXFW','','','2020-01-16 12:34:32','2020-01-16 17:34:32','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6879',1,'scheduled-action','',3),(6973,0,'2020-01-20 15:43:31','2020-01-20 20:43:31','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e26119ab31976.56304741-8TE7ozqlbfC5zOXHY3RT3DrS0pvf7R0c','','','2020-01-20 15:46:18','2020-01-20 20:46:18','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6973',0,'scheduled-action','',3),(6976,0,'2020-01-20 18:14:45','2020-01-20 23:14:45','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e26595b402a73.80652768-ocAhlu4q2XNokwZWMt3hST6Ch26htux0','','','2020-01-20 20:52:27','2020-01-21 01:52:27','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6976',1,'scheduled-action','',3),(6978,0,'2020-01-20 21:52:27','2020-01-21 02:52:27','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e267abe10c160.01345832-CIFqqr2PC3VFsjw9u5ldGhr1kZoU0mIj','','','2020-01-20 23:14:54','2020-01-21 04:14:54','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6978',1,'scheduled-action','',3),(6980,0,'2020-01-21 00:14:54','2020-01-21 05:14:54','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e2697e8755754.65104187-1nOkq0SgftFKEUiYMXXgLpUAHcnoePTv','','','2020-01-21 01:19:20','2020-01-21 06:19:20','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6980',1,'scheduled-action','',3),(6981,0,'2020-01-21 00:14:54','2020-01-21 05:14:54','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e2697e8837a50.21262654-RkqsVoX5kUDjZzNvt5NDjQpxVWySejg7','','','2020-01-21 01:19:20','2020-01-21 06:19:20','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6981',1,'scheduled-action','',3),(6982,0,'2020-01-21 02:19:20','2020-01-21 07:19:20','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e26ac197eaaf2.74818915-yiATlvzZiNgmOrxDJevP0Ih3y4JmjvPd','','','2020-01-21 02:45:29','2020-01-21 07:45:29','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6982',1,'scheduled-action','',3),(6882,0,'2020-01-16 13:34:32','2020-01-16 18:34:32','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e20c0dac5c8d3.78949211-2ba8zJH1lJMvaF6temN09O3pBJ48Osts','','','2020-01-16 15:00:26','2020-01-16 20:00:26','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6882',1,'scheduled-action','',3),(6884,0,'2020-01-16 16:00:26','2020-01-16 21:00:26','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e20dd49bffd93.84806038-nwp0ntBEVVlQ8YMH3utUYyR7cOKRfVZ7','','','2020-01-16 17:01:45','2020-01-16 22:01:45','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6884',1,'scheduled-action','',3),(6886,0,'2020-01-16 18:01:45','2020-01-16 23:01:45','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e211dfec7c6b4.69379233-3pypvxdJCm03LfT98hMhJjFEsqHNb3ya','','','2020-01-16 21:37:50','2020-01-17 02:37:50','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6886',1,'scheduled-action','',3),(6888,0,'2020-01-16 22:37:50','2020-01-17 03:37:50','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e213ab2573de1.80575541-JN7FchOkAnIhnGYOk5P28CvEMHs5phEM','','','2020-01-16 23:40:18','2020-01-17 04:40:18','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6888',1,'scheduled-action','',3),(6889,0,'2020-01-17 00:40:18','2020-01-17 05:40:18','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e2149619f88c0.31449821-ani5x9ntq0liENQghsgPlCgOdXGPusR7','','','2020-01-17 00:42:57','2020-01-17 05:42:57','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6889',1,'scheduled-action','',3),(6890,0,'2020-01-17 00:40:18','2020-01-17 05:40:18','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e214961a9e951.46681095-ZyecdOrv0MIe7NnRqnNhBrfLwfSxtjSU','','','2020-01-17 00:42:57','2020-01-17 05:42:57','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6890',1,'scheduled-action','',3),(6954,0,'2020-01-20 00:27:31','2020-01-20 05:27:31','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e253a592dec47.89596168-nCPCBDRpkM0Vn155u80i9Mvz4Cyrxjo9','','','2020-01-20 00:27:53','2020-01-20 05:27:53','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6954',0,'scheduled-action','',3),(6893,0,'2020-01-17 03:31:53','2020-01-17 08:31:53','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e2175520977d9.45115945-Avu1XVBUftgK8Zm0kIM6PUbXOzkoFk1f','','','2020-01-17 03:50:26','2020-01-17 08:50:26','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6893',1,'scheduled-action','',3),(6895,0,'2020-01-17 04:50:26','2020-01-17 09:50:26','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e2197baaf4265.41806684-4y9ob2gtVSIuqmgRCSfz9OPhoMKdgJwf','','','2020-01-17 06:17:14','2020-01-17 11:17:14','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6895',0,'scheduled-action','',3),(6897,0,'2020-01-17 07:17:14','2020-01-17 12:17:14','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e21bab8ce9bf9.44261181-Vjmw3E5GtQXOT86sZYlDFFcX3CmxG7bJ','','','2020-01-17 08:46:32','2020-01-17 13:46:32','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6897',1,'scheduled-action','',3),(6891,0,'2020-01-17 01:42:57','2020-01-17 06:42:57','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e2162e9129c22.77484192-JcKrrQaH5M3BDRsNAHuztwMscVTp4c2U','','','2020-01-17 02:31:53','2020-01-17 07:31:53','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6891',1,'scheduled-action','',3),(6892,0,'2020-01-17 01:42:57','2020-01-17 06:42:57','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e2162e91f8b97.88432481-NMEjnbIpBKXoeKcmM1vrBSx1Tx76L3ME','','','2020-01-17 02:31:53','2020-01-17 07:31:53','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6892',1,'scheduled-action','',3),(6894,0,'2020-01-17 03:31:53','2020-01-17 08:31:53','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e217552131665.80483946-PgzD1fICSiW4FEuoin00AwWZIE2Wmt99','','','2020-01-17 03:50:26','2020-01-17 08:50:26','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6894',1,'scheduled-action','',3),(6896,0,'2020-01-17 04:50:26','2020-01-17 09:50:26','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e2197babd1897.29089844-StriTvkwq6ZA169kbcWMIxVtyKZXiYoa','','','2020-01-17 06:17:14','2020-01-17 11:17:14','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6896',0,'scheduled-action','',3),(6898,0,'2020-01-17 07:17:14','2020-01-17 12:17:14','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e21bab8d8a915.48158853-RKmdGjyPOTgRtcGeYPKHKqSmdeJxrSoc','','','2020-01-17 08:46:32','2020-01-17 13:46:32','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6898',1,'scheduled-action','',3),(6906,0,'2020-01-17 17:03:31','2020-01-17 22:03:31','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e223867c72162.41956934-3pUnaq7a8I5l7yE3zEyzAxbS59CKXUM6','','','2020-01-17 17:42:47','2020-01-17 22:42:47','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6906',0,'scheduled-action','',3),(6905,0,'2020-01-17 17:03:31','2020-01-17 22:03:31','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e223867b799f4.80628310-Npc5EDiGRiV6z9TnJ2chGLnHALOfoL1k','','','2020-01-17 17:42:47','2020-01-17 22:42:47','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6905',0,'scheduled-action','',3),(6907,0,'2020-01-17 18:42:47','2020-01-17 23:42:47','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e224ef5f07c71.02924921-4PgpQ61Z4kdJzlO7eYmiOcZq3J8V5jZV','','','2020-01-17 19:19:01','2020-01-18 00:19:01','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6907',0,'scheduled-action','',3),(6913,0,'2020-01-17 23:20:53','2020-01-18 04:20:53','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e2287c66861b1.59104566-Ft1wfuyA7IwVtJpm3viPYTBR7xJN6lzI','','','2020-01-17 23:21:26','2020-01-18 04:21:26','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6913',1,'scheduled-action','',3),(6914,0,'2020-01-17 23:20:53','2020-01-18 04:20:53','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e2287c671e769.35242867-lIKJPJh5vDcYI6jaTEoX2V66RpC36PQi','','','2020-01-17 23:21:26','2020-01-18 04:21:26','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6914',1,'scheduled-action','',3),(6915,0,'2020-01-18 00:21:26','2020-01-18 05:21:26','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e22dd8c187660.77790698-uNG102hRlCWpAfb65m2Rnd08QrsAqkGw','','','2020-01-18 05:27:24','2020-01-18 10:27:24','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6915',1,'scheduled-action','',3),(6916,0,'2020-01-18 00:21:26','2020-01-18 05:21:26','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e22dd8c21eb38.67101932-qBXE2MdWs73K7fDzYATeZOZcIlVExBcd','','','2020-01-18 05:27:24','2020-01-18 10:27:24','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6916',1,'scheduled-action','',3),(6918,0,'2020-01-18 06:27:24','2020-01-18 11:27:24','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e230e914ff273.21903401-jznMQUmSa6TKbASHm3OsIqiogPO279EI','','','2020-01-18 08:56:33','2020-01-18 13:56:33','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6918',1,'scheduled-action','',3),(6920,0,'2020-01-18 09:56:33','2020-01-18 14:56:33','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e2331dec001f5.98529508-6qcZ1r30cxlDMNBBsmEAdZA4izfbLgWC','','','2020-01-18 11:27:10','2020-01-18 16:27:10','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6920',1,'scheduled-action','',3),(6922,0,'2020-01-18 12:27:10','2020-01-18 17:27:10','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e2341f065d9c8.74562095-7NwRxVe26lMeRqNrMOq1xy4eWrVPcc9i','','','2020-01-18 12:35:44','2020-01-18 17:35:44','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6922',0,'scheduled-action','',3),(6924,0,'2020-01-18 13:35:44','2020-01-18 18:35:44','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e23864610dd90.22475368-q0wECBMNDB2E7AGLmzssouHAgV2UZona','','','2020-01-18 17:27:18','2020-01-18 22:27:18','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6924',1,'scheduled-action','',3),(6910,0,'2020-01-17 20:19:02','2020-01-18 01:19:02','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e225e915d4814.57237740-90l4LGsAMjACcRX7BFBxg0Qxd8tpQzkg','','','2020-01-17 20:25:37','2020-01-18 01:25:37','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6910',0,'scheduled-action','',3),(6929,0,'2020-01-18 22:53:45','2020-01-19 03:53:45','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e23f494817c77.58653762-LTkicmcFNzpwf21BbH56uem4rWUjZaZ7','','','2020-01-19 01:17:56','2020-01-19 06:17:56','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6929',1,'scheduled-action','',3),(6931,0,'2020-01-19 02:17:56','2020-01-19 07:17:56','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e240702057ec8.31996754-tgWKyQzWP9ph1WyBWHsteonlemOCnLgj','','','2020-01-19 02:36:34','2020-01-19 07:36:34','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6931',1,'scheduled-action','',3),(6928,0,'2020-01-18 20:40:48','2020-01-19 01:40:48','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e23c4b93b1374.69340869-SBIXBsjwo8C8riyQhqst8vsalttsXSrS','','','2020-01-18 21:53:45','2020-01-19 02:53:45','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6928',1,'scheduled-action','',3),(6930,0,'2020-01-18 22:53:45','2020-01-19 03:53:45','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e23f4948d1be7.68849439-38gcgjBeiVVqzHi4NKcussKDDDrsLNUN','','','2020-01-19 01:17:56','2020-01-19 06:17:56','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6930',1,'scheduled-action','',3),(6932,0,'2020-01-19 02:17:56','2020-01-19 07:17:56','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e240702129174.87848774-g12R8zBZhrwWqrOvixJvkRxZZwXPEOCS','','','2020-01-19 02:36:34','2020-01-19 07:36:34','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6932',1,'scheduled-action','',3),(6949,0,'2020-01-19 17:05:36','2020-01-19 22:05:36','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e24de87cf9893.12986413-26ijSqTZ56ehr4XI3qDSLrJWFDIq9xsy','','','2020-01-19 17:56:07','2020-01-19 22:56:07','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6949',1,'scheduled-action','',3),(6917,0,'2020-01-18 06:27:24','2020-01-18 11:27:24','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e230e91452c65.87545463-qB2bUzzLsYyAVCUWfaoFb3ph2SujMgqH','','','2020-01-18 08:56:33','2020-01-18 13:56:33','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6917',1,'scheduled-action','',3),(6919,0,'2020-01-18 09:56:33','2020-01-18 14:56:33','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e2331deb63154.67009295-2ZCjiJnbTPZ4AJkLku227I2lsT0mXy0I','','','2020-01-18 11:27:10','2020-01-18 16:27:10','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6919',1,'scheduled-action','',3),(6921,0,'2020-01-18 12:27:10','2020-01-18 17:27:10','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e2341f05a3d21.65066295-IZZOxVVYAFfxMJmu8nt0TYhGB2tMmhGl','','','2020-01-18 12:35:44','2020-01-18 17:35:44','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6921',0,'scheduled-action','',3),(6923,0,'2020-01-18 13:35:44','2020-01-18 18:35:44','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e238646054b80.61832488-JSbjJOy9wodwjbnx4k60o3iiKaGD9Sr5','','','2020-01-18 17:27:18','2020-01-18 22:27:18','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6923',1,'scheduled-action','',3),(6926,0,'2020-01-18 18:27:18','2020-01-18 23:27:18','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e23a590e0ac19.96377884-SrDzyAzTGfofunSWD1x3ynGlwnOG4uIh','','','2020-01-18 19:40:48','2020-01-19 00:40:48','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6926',0,'scheduled-action','',3),(7093,0,'2020-01-26 03:16:33','2020-01-26 08:16:33','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e2d6437427725.20496181-Mp6BVRXcs6sDrRHAdwe1cGwgdtgxthUG','','','2020-01-26 05:04:39','2020-01-26 10:04:39','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7093',1,'scheduled-action','',3),(7095,0,'2020-01-26 06:04:39','2020-01-26 11:04:39','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e2d852ad6f0f3.90361083-W7lPwhrzCeHB4a4FmZJzf5KOzaU88egR','','','2020-01-26 07:25:14','2020-01-26 12:25:14','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7095',1,'scheduled-action','',3),(7096,0,'2020-01-26 08:25:14','2020-01-26 13:25:14','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e2da848013f90.34732295-3g9dfIsjKdY6jaakohObygIyRfVo4Qmg','','','2020-01-26 09:55:04','2020-01-26 14:55:04','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7096',1,'scheduled-action','',3),(6925,0,'2020-01-18 18:27:18','2020-01-18 23:27:18','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e23a590d319c3.05827172-bHKK4spinSamNWxnxHnHPwUpZHKsC0ox','','','2020-01-18 19:40:48','2020-01-19 00:40:48','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6925',0,'scheduled-action','',3),(6927,0,'2020-01-18 20:40:48','2020-01-19 01:40:48','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e23c4b92fc990.09589611-MtXguqOsTKr7YhAmWAZbueKDyRT0uXVs','','','2020-01-18 21:53:45','2020-01-19 02:53:45','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6927',1,'scheduled-action','',3),(6934,0,'2020-01-19 03:36:34','2020-01-19 08:36:34','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e242d05025584.12468018-VG4G9Ooyp6Wt2IG1Bsx47WcnHhglq21h','','','2020-01-19 05:18:45','2020-01-19 10:18:45','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6934',1,'scheduled-action','',3),(6933,0,'2020-01-19 03:36:34','2020-01-19 08:36:34','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e242d04ead724.02418361-YE3Le2xcJI36egMK3HtTHanWQd6T1UJq','','','2020-01-19 05:18:44','2020-01-19 10:18:44','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6933',1,'scheduled-action','',3),(6935,0,'2020-01-19 06:18:44','2020-01-19 11:18:44','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e245f5fad3c10.30799381-8A0DQZAkHeloxxmukCA3i2C9ZQMYZnBs','','','2020-01-19 08:53:35','2020-01-19 13:53:35','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6935',1,'scheduled-action','',3),(6936,0,'2020-01-19 06:18:45','2020-01-19 11:18:45','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e245f5fb77ca3.71828925-XZY7TCbdAHvLItc3imuUVVHOK232XdTa','','','2020-01-19 08:53:35','2020-01-19 13:53:35','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6936',1,'scheduled-action','',3),(6938,0,'2020-01-19 09:53:35','2020-01-19 14:53:35','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e246f12479d23.42419729-LJjIv39QsmWTVp8oDWfkEb4gZS3XamUJ','','','2020-01-19 10:00:34','2020-01-19 15:00:34','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6938',0,'scheduled-action','',3),(6940,0,'2020-01-19 11:00:34','2020-01-19 16:00:34','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e2485784bf6f7.38922979-iL2WxGjjW2BA7I7LUiOWzV3tQojtq2CF','','','2020-01-19 11:36:08','2020-01-19 16:36:08','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6940',0,'scheduled-action','',3),(6937,0,'2020-01-19 09:53:35','2020-01-19 14:53:35','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e246f12393fd5.70971836-NNjNVOvUvsC470BYugWwzIAEc1RC6XzH','','','2020-01-19 10:00:34','2020-01-19 15:00:34','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6937',0,'scheduled-action','',3),(6939,0,'2020-01-19 11:00:34','2020-01-19 16:00:34','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e2485783c86a4.74170108-7NwP4JiTReRiqv9BZmBxFoMoryDuziEJ','','','2020-01-19 11:36:08','2020-01-19 16:36:08','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6939',0,'scheduled-action','',3),(6941,0,'2020-01-19 12:36:08','2020-01-19 17:36:08','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e249dafc85e66.96715013-xZQQmnjvJ7gBJHxoYfodGcDj7s6pGsP7','','','2020-01-19 13:19:27','2020-01-19 18:19:27','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6941',1,'scheduled-action','',3),(6942,0,'2020-01-19 12:36:08','2020-01-19 17:36:08','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e249dafd30f85.43209502-48971sJEjEBkKId73ROQs3yGOcK6h5dp','','','2020-01-19 13:19:27','2020-01-19 18:19:27','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6942',1,'scheduled-action','',3),(6943,0,'2020-01-26 11:36:08','2020-01-26 16:36:08','[]','woocommerce_update_marketplace_suggestions','','publish','open','closed','','scheduled-action-5e2dc21a62ffb0.79187180-uwVSHE5T3Q9TMzM5Xr5PcbYH5XGpW8O3','','','2020-01-26 11:45:14','2020-01-26 16:45:14','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6943',1,'scheduled-action','',3),(6945,0,'2020-01-19 14:19:27','2020-01-19 19:19:27','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e24b068adf378.87904168-xc4rvayPmU3vv5Ehmhiz4DDTsyP5Axop','','','2020-01-19 14:39:20','2020-01-19 19:39:20','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6945',0,'scheduled-action','',3),(6944,0,'2020-01-19 14:19:27','2020-01-19 19:19:27','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e24b0689c5b50.33499391-x2WGlnPsZSVHHJggmCKqXKvWx1Sldnif','','','2020-01-19 14:39:20','2020-01-19 19:39:20','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6944',0,'scheduled-action','',3),(6950,0,'2020-01-19 18:56:07','2020-01-19 23:56:07','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e2511a91c5a09.71412791-2rPvLSGwZ6UIOfzreWFl6IKJDDRUxpbG','','','2020-01-19 21:34:17','2020-01-20 02:34:17','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6950',1,'scheduled-action','',3),(6952,0,'2020-01-19 22:34:17','2020-01-20 03:34:17','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e252c335a9c05.32055831-s9I3tnYpMNfFTRTo1vgm0A7kWZr6L1e3','','','2020-01-19 23:27:31','2020-01-20 04:27:31','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6952',1,'scheduled-action','',3),(6958,0,'2020-01-20 05:40:16','2020-01-20 10:40:16','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e2584d433de94.28679535-F32EL2IpjFXU4BBSZTSBYBkwH3Hf5ZzB','','','2020-01-20 05:45:40','2020-01-20 10:45:40','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6958',0,'scheduled-action','',3),(6964,0,'2020-01-20 09:52:17','2020-01-20 14:52:17','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e25c4f66d4c91.04466836-IPujgHk0LdiPNZVxyw6A52yuhph0CNmd','','','2020-01-20 10:19:18','2020-01-20 15:19:18','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6964',1,'scheduled-action','',3),(6959,0,'2020-01-20 05:40:16','2020-01-20 10:40:16','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e2584d4433133.92308719-FYkhgHkS61lfQyTXipupwq4HSqlxTiS3','','','2020-01-20 05:45:40','2020-01-20 10:45:40','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6959',0,'scheduled-action','',3),(6977,0,'2020-01-20 18:14:45','2020-01-20 23:14:45','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e26595b49e722.43035749-FwohvaYuNRadw3LIpTvumPBeCSaZdlTh','','','2020-01-20 20:52:27','2020-01-21 01:52:27','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6977',1,'scheduled-action','',3),(6975,0,'2020-01-20 16:46:18','2020-01-20 21:46:18','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e262655ae9027.90676018-PmMLe58Bws10hGJJTLnm6mCZGj7MIxBF','','','2020-01-20 17:14:45','2020-01-20 22:14:45','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6975',1,'scheduled-action','',3),(6965,0,'2020-01-20 09:52:17','2020-01-20 14:52:17','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e25c4f679ca74.46226918-OkKlCG0vHwyuoWDKt7f7zVM2dPsXulcK','','','2020-01-20 10:19:18','2020-01-20 15:19:18','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6965',1,'scheduled-action','',3),(6960,0,'2020-01-20 06:45:40','2020-01-20 11:45:40','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e2597e5c99782.73321917-70kl1BjjheKV7i8UfZVbirZuKoMDsL3R','','','2020-01-20 07:07:01','2020-01-20 12:07:01','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6960',0,'scheduled-action','',3),(6962,0,'2020-01-20 08:07:01','2020-01-20 13:07:01','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e25b091096ee9.52321014-ljk2wGAVD29ygEPmLmS1W8382ZR7rHSh','','','2020-01-20 08:52:17','2020-01-20 13:52:17','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6962',0,'scheduled-action','',3),(6963,0,'2020-01-20 08:07:01','2020-01-20 13:07:01','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e25b091180fd9.44065840-b15JnmFQUwlh5wSVsujs5rl4sSwYXIAh','','','2020-01-20 08:52:17','2020-01-20 13:52:17','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6963',0,'scheduled-action','',3),(6966,0,'2020-01-20 11:19:18','2020-01-20 16:19:18','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e25d4d003f5d9.19997076-7PbO4KO2qJFHisPfp1y3dhdWOm5vz6T1','','','2020-01-20 11:26:56','2020-01-20 16:26:56','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6966',0,'scheduled-action','',3),(6968,0,'2020-01-20 12:26:56','2020-01-20 17:26:56','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e25e753a8f8e3.34246458-AbpZbYDNVdzeXAKVnHHkLGIGLDWU9Odf','','','2020-01-20 12:45:55','2020-01-20 17:45:55','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6968',0,'scheduled-action','',3),(6970,0,'2020-01-20 13:45:55','2020-01-20 18:45:55','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e2602e301ded5.78416744-c2q1sHTa8wedUyy4iJjml8sgZfEkedDM','','','2020-01-20 14:43:31','2020-01-20 19:43:31','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6970',1,'scheduled-action','',3),(6971,0,'2020-01-20 13:45:55','2020-01-20 18:45:55','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e2602e30d92e9.33458874-Al7JhOPFcvhrZUqoIoUMDEjbGrxZKyjC','','','2020-01-20 14:43:31','2020-01-20 19:43:31','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6971',1,'scheduled-action','',3),(6972,0,'2020-01-20 15:43:31','2020-01-20 20:43:31','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e26119aa36a54.61530302-SOhyG3mQBKvdVltzsBlGsKrqBTumAQGX','','','2020-01-20 15:46:18','2020-01-20 20:46:18','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6972',0,'scheduled-action','',3),(6951,0,'2020-01-19 18:56:07','2020-01-19 23:56:07','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e2511a926e7d3.98138584-iqOYnEcbwDX7YglQRfBqDNphgLKbqW8Z','','','2020-01-19 21:34:17','2020-01-20 02:34:17','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6951',1,'scheduled-action','',3),(6953,0,'2020-01-19 22:34:17','2020-01-20 03:34:17','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e252c336479f1.09262536-bwdiRvn7wVTstPB8tdFLBuje3FjIijUL','','','2020-01-19 23:27:31','2020-01-20 04:27:31','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6953',1,'scheduled-action','',3),(6955,0,'2020-01-20 00:27:31','2020-01-20 05:27:31','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e253a59393bb5.49270818-yEF7aA3Q5jdrMPDQKDFpC4hCQ1QofAiY','','','2020-01-20 00:27:53','2020-01-20 05:27:53','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6955',0,'scheduled-action','',3),(6956,0,'2020-01-20 01:27:53','2020-01-20 06:27:53','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e2575808c4f74.12761401-x2pVQCcTPIzP523huEKvyJO58vU5vtiX','','','2020-01-20 04:40:16','2020-01-20 09:40:16','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6956',1,'scheduled-action','',3),(6957,0,'2020-01-20 01:27:53','2020-01-20 06:27:53','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e2575809697a7.37262658-pC3huX1NSLKcEq18O1RncXqIHIFIzExA','','','2020-01-20 04:40:16','2020-01-20 09:40:16','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6957',1,'scheduled-action','',3),(6967,0,'2020-01-20 11:19:18','2020-01-20 16:19:18','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e25d4d00f8359.56200810-PU1EcsMyfDotDlKu1qkFwL9HSbg19I3y','','','2020-01-20 11:26:56','2020-01-20 16:26:56','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6967',0,'scheduled-action','',3),(6969,0,'2020-01-20 12:26:56','2020-01-20 17:26:56','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e25e753c0e368.25769257-btzFWhrZJjEIm0Pt1sAUxDBknkh2aUpQ','','','2020-01-20 12:45:55','2020-01-20 17:45:55','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6969',0,'scheduled-action','',3),(6974,0,'2020-01-20 16:46:18','2020-01-20 21:46:18','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e262655a18088.80430522-rdGDiv5K2Z02ZvO9F8vT1Xz65O65NkO5','','','2020-01-20 17:14:45','2020-01-20 22:14:45','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6974',1,'scheduled-action','',3),(6908,0,'2020-01-17 18:42:47','2020-01-17 23:42:47','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e224ef60750e3.47431612-JGfv10jrHdAVwl9cSDGv0bH3Wfkl0DaT','','','2020-01-17 19:19:02','2020-01-18 00:19:02','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6908',0,'scheduled-action','',3),(6912,0,'2020-01-17 21:25:37','2020-01-18 02:25:37','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e22799523f974.71348999-PC9hAlZv4989g2Xxh4gZoXTV8TVmukzK','','','2020-01-17 22:20:53','2020-01-18 03:20:53','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6912',0,'scheduled-action','',3),(6909,0,'2020-01-17 20:19:02','2020-01-18 01:19:02','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e225e914fa812.04662923-PFtijtQhBFVQig3guNNaIf7Js0DYofM9','','','2020-01-17 20:25:37','2020-01-18 01:25:37','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6909',0,'scheduled-action','',3),(6961,0,'2020-01-20 06:45:40','2020-01-20 11:45:40','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e2597e5d8d473.49976441-3K1pcV3NjMj1AeQ9KS18JGsW6siKHQIa','','','2020-01-20 07:07:01','2020-01-20 12:07:01','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6961',0,'scheduled-action','',3),(7088,0,'2020-01-26 00:18:06','2020-01-26 05:18:06','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e2d2529647270.61062326-BDwLzIyrpiQv3AIgDFpthPSqyphDUuOs','','','2020-01-26 00:35:37','2020-01-26 05:35:37','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7088',1,'scheduled-action','',3),(6983,0,'2020-01-21 02:19:20','2020-01-21 07:19:20','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e26ac198e93d3.57798390-oLXwVVTEtjshYr1yG0By9vnv42yvZ3M2','','','2020-01-21 02:45:29','2020-01-21 07:45:29','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6983',1,'scheduled-action','',3),(6985,0,'2020-01-21 03:45:29','2020-01-21 08:45:29','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e26d7709ecd15.19559724-4JjYef043BsWCucZfkMPzAcpVPj129nv','','','2020-01-21 05:50:24','2020-01-21 10:50:24','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6985',1,'scheduled-action','',3),(6986,0,'2020-01-21 06:50:24','2020-01-21 11:50:24','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e26ea4ac150d3.68999078-dDrdHz2v20VkO64JIXuqyTQly6Bnvaxa','','','2020-01-21 07:10:50','2020-01-21 12:10:50','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6986',1,'scheduled-action','',3),(6987,0,'2020-01-21 06:50:24','2020-01-21 11:50:24','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e26ea4acdf8f7.00420429-YDNmWZEAp4uf6yCDqSnZ4gGaVK0DmRps','','','2020-01-21 07:10:50','2020-01-21 12:10:50','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6987',1,'scheduled-action','',3),(6989,0,'2020-01-21 08:10:50','2020-01-21 13:10:50','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e2707692b6149.99775125-fBMo4pFGM1R0OgBjvO7fjv9Ivy0AZBA5','','','2020-01-21 09:15:05','2020-01-21 14:15:05','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6989',1,'scheduled-action','',3),(7065,0,'2020-01-25 01:18:26','2020-01-25 06:18:26','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e2be5cf387b69.04548839-AZVTtOHF1dLmf88nNLnOC0ikRUJIzGDZ','','','2020-01-25 01:53:03','2020-01-25 06:53:03','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7065',1,'scheduled-action','',3),(7066,0,'2020-01-25 02:53:03','2020-01-25 07:53:03','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e2bf8f9ec6062.29677308-2YnZo8tJAsKgl0dvMGDOB3bsb83gsAlK','','','2020-01-25 03:14:49','2020-01-25 08:14:49','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7066',0,'scheduled-action','',3),(6991,0,'2020-01-21 10:15:05','2020-01-21 15:15:05','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e274e9478c4b0.33849517-wYvWW041MAtc7ME75j9jMvnReL4BBR8l','','','2020-01-21 14:18:44','2020-01-21 19:18:44','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6991',1,'scheduled-action','',3),(6993,0,'2020-01-21 15:18:44','2020-01-21 20:18:44','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e276353971605.31746960-MULMZK4YG1J6n9Pbj7CWwWdguuFrrnCY','','','2020-01-21 15:47:15','2020-01-21 20:47:15','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6993',0,'scheduled-action','',3),(6994,0,'2020-01-21 16:47:15','2020-01-21 21:47:15','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e278bf1eb6ed1.22730205-nVMSgJJ7shKShmQ2FgxbQ5FsmSVHIXTA','','','2020-01-21 18:40:33','2020-01-21 23:40:33','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6994',1,'scheduled-action','',3),(6995,0,'2020-01-21 16:47:15','2020-01-21 21:47:15','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e278bf202a146.71587441-v04m5QXSY8gHx2JbffhcbVaP5qwNlLqJ','','','2020-01-21 18:40:34','2020-01-21 23:40:34','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6995',1,'scheduled-action','',3),(6911,0,'2020-01-17 21:25:37','2020-01-18 02:25:37','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e22799519d290.64488037-rn8bLnnxIx875qLTtmVCJTuJwE20LiJw','','','2020-01-17 22:20:53','2020-01-18 03:20:53','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6911',0,'scheduled-action','',3),(6988,0,'2020-01-21 08:10:50','2020-01-21 13:10:50','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e270769178e63.38337468-QTZClS2VY1eWXPwSKJ68lOGPvAakcxY3','','','2020-01-21 09:15:05','2020-01-21 14:15:05','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6988',1,'scheduled-action','',3),(5396,0,'2019-03-18 21:04:18','0000-00-00 00:00:00','PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPCEtLWdlbmVyYXRvcj0namV0cGFjay03LjguMSctLT4KPD94bWwtc3R5bGVzaGVldCB0eXBlPSJ0ZXh0L3hzbCIgaHJlZj0iLy9iZXN0Y2VyYWtvdGVmbG9yaWRhLmNvbS9zaXRlbWFwLnhzbCI/Pgo8dXJsc2V0IHhtbG5zPSJodHRwOi8vd3d3LnNpdGVtYXBzLm9yZy9zY2hlbWFzL3NpdGVtYXAvMC45IiB4bWxuczp4c2k9Imh0dHA6Ly93d3cudzMub3JnLzIwMDEvWE1MU2NoZW1hLWluc3RhbmNlIiB4c2k6c2NoZW1hTG9jYXRpb249Imh0dHA6Ly93d3cuc2l0ZW1hcHMub3JnL3NjaGVtYXMvc2l0ZW1hcC8wLjkgaHR0cDovL3d3dy5zaXRlbWFwcy5vcmcvc2NoZW1hcy9zaXRlbWFwLzAuOS9zaXRlbWFwLnhzZCI+PHVybD48bG9jPmh0dHBzOi8vYmVzdGNlcmFrb3RlZmxvcmlkYS5jb20vY2hlY2tvdXQvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNi0wOVQyMzo1MDoxOFo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vYmVzdGNlcmFrb3RlZmxvcmlkYS5jb20vbXktYWNjb3VudC88L2xvYz48bGFzdG1vZD4yMDE4LTA2LTA5VDIzOjUwOjE4WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9iZXN0Y2VyYWtvdGVmbG9yaWRhLmNvbS9zaG9wLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDYtMDlUMjM6NTA6MThaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2Jlc3RjZXJha290ZWZsb3JpZGEuY29tL2NhcnQvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNi0wOVQyMzo1MDoxOFo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vYmVzdGNlcmFrb3RlZmxvcmlkYS5jb20vcHJpdmFjeS1wb2xpY3kvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMy0wOFQxNzo0OTo0OFo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vYmVzdGNlcmFrb3RlZmxvcmlkYS5jb20vPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMy0wOFQxOTo1NjozM1o8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vYmVzdGNlcmFrb3RlZmxvcmlkYS5jb20vcHJpdmFjeS88L2xvYz48bGFzdG1vZD4yMDE5LTAzLTA4VDE3OjUwOjI5WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9iZXN0Y2VyYWtvdGVmbG9yaWRhLmNvbS9hcHByZW50aWNlLXJlZ2lzdHJhdGlvbi1wYWdlLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDktMDdUMDU6NDY6MDdaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2Jlc3RjZXJha290ZWZsb3JpZGEuY29tL2xhYi88L2xvYz48bGFzdG1vZD4yMDE5LTAzLTA3VDE4OjMyOjM2WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9iZXN0Y2VyYWtvdGVmbG9yaWRhLmNvbS90aGFuay15b3UtZm9yLXN1YnNjcmliaW5nX3ZpZGVvLzwvbG9jPjxsYXN0bW9kPjIwMTktMDMtMDZUMTk6MjY6NTVaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2Jlc3RjZXJha290ZWZsb3JpZGEuY29tL2NvbnRhY3QtdXMvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMy0wN1QxNzo1ODo1MVo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vYmVzdGNlcmFrb3RlZmxvcmlkYS5jb20vd29yay1vcmRlci88L2xvYz48bGFzdG1vZD4yMDE5LTAzLTA4VDE4OjAyOjE3WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9iZXN0Y2VyYWtvdGVmbG9yaWRhLmNvbS9ibG9nLzwvbG9jPjxsYXN0bW9kPjIwMTktMDMtMThUMjE6MDQ6MThaPC9sYXN0bW9kPjwvdXJsPjwvdXJsc2V0Pgo=','sitemap-1.xml','','draft','closed','closed','','','','','2020-02-11 06:37:04','2020-02-11 11:37:04','',0,'https://bestcerakoteflorida.com/?p=5396',0,'jp_sitemap','',0),(7058,0,'2020-01-24 17:40:07','2020-01-24 22:40:07','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e2ba7b371e210.05526055-XVu70ZuC19ebS9KepbkfGtANBVFT9KCc','','','2020-01-24 21:28:03','2020-01-25 02:28:03','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7058',1,'scheduled-action','',3),(7024,0,'2020-01-23 04:45:41','2020-01-23 09:45:41','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e29978680b155.61513468-eZYWlxO3Ku3eKZLxhi7zSB2FduiET84L','','','2020-01-23 07:54:30','2020-01-23 12:54:30','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7024',1,'scheduled-action','',3),(7022,0,'2020-01-23 01:42:38','2020-01-23 06:42:38','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e295d3573ad10.15467994-8KpxQ2OpCS0R9g359693zZJRu7LnGzD2','','','2020-01-23 03:45:41','2020-01-23 08:45:41','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7022',1,'scheduled-action','',3),(7001,0,'2020-01-22 00:46:44','2020-01-22 05:46:44','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e27e60084d1e0.28595295-dCBUE4iWqPCU8m6Fx64RQqt6LmbHG8ic','','','2020-01-22 01:04:48','2020-01-22 06:04:48','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7001',1,'scheduled-action','',3),(7002,0,'2020-01-22 02:04:48','2020-01-22 07:04:48','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e281ad1ebf067.27434338-GyWw2KPjTLjKIEtpUISF1UN3hYi6NM8T','','','2020-01-22 04:50:09','2020-01-22 09:50:09','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7002',1,'scheduled-action','',3),(7003,0,'2020-01-22 02:04:48','2020-01-22 07:04:48','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e281ad2032d01.94957067-K8Sg4XIp5suR4UaMzoVdP4jNI0N2pxMS','','','2020-01-22 04:50:10','2020-01-22 09:50:10','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7003',1,'scheduled-action','',3),(7009,0,'2020-01-22 09:26:19','2020-01-22 14:26:19','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e28961c242136.33088115-0cw9WGnheFSl6ikxwzmagQTYvuFjOXiT','','','2020-01-22 13:36:12','2020-01-22 18:36:12','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7009',1,'scheduled-action','',3),(7000,0,'2020-01-22 00:46:44','2020-01-22 05:46:44','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e27e6007aaa10.20820143-tHc9Q57d2KHHj2CSBC2QuXmAE19mN1kc','','','2020-01-22 01:04:48','2020-01-22 06:04:48','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7000',1,'scheduled-action','',3),(6999,0,'2020-01-21 23:31:26','2020-01-22 04:31:26','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e27d3b4abfcc2.61198817-noGWZe2zyI9uY8b5SNhQr1kLQmW2RcOT','','','2020-01-21 23:46:44','2020-01-22 04:46:44','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6999',1,'scheduled-action','',3),(6998,0,'2020-01-21 23:31:26','2020-01-22 04:31:26','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e27d3b49f0ad5.58064973-daJTLN3v2htme45EhVG3FB9gUjW0hVW7','','','2020-01-21 23:46:44','2020-01-22 04:46:44','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6998',1,'scheduled-action','',3),(7005,0,'2020-01-22 05:50:10','2020-01-22 10:50:10','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e2835e59c2632.40010964-2ytEuUb7l4HgHRlQIFGH2AeSULgWG6tt','','','2020-01-22 06:45:41','2020-01-22 11:45:41','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7005',1,'scheduled-action','',3),(7007,0,'2020-01-22 07:45:41','2020-01-22 12:45:41','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e284d7bbf56e5.12633702-KAeleuVeGkmTMuG0LBmrL4DmlrKAh6Wd','','','2020-01-22 08:26:19','2020-01-22 13:26:19','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7007',0,'scheduled-action','',3),(7004,0,'2020-01-22 05:50:09','2020-01-22 10:50:09','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e2835e58dc0e3.65434129-j1r0apTfF66R8oz4wJTbQIzwA9aRF6ix','','','2020-01-22 06:45:41','2020-01-22 11:45:41','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7004',1,'scheduled-action','',3),(7006,0,'2020-01-22 07:45:41','2020-01-22 12:45:41','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e284d7bb3a3f4.08366139-iFh15BUrrQ8TSWCjaphTG83jQxamAp3P','','','2020-01-22 08:26:19','2020-01-22 13:26:19','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7006',0,'scheduled-action','',3),(7008,0,'2020-01-22 09:26:19','2020-01-22 14:26:19','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e28961c0bbde2.71742055-a9Bgr6uLzRuARPhef1XITFzkoCity3WE','','','2020-01-22 13:36:12','2020-01-22 18:36:12','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7008',1,'scheduled-action','',3),(7010,0,'2020-01-22 14:36:12','2020-01-22 19:36:12','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e28af17d92b16.92318160-Hf4Q9VoSRTK4mmclHzZZUiVgqXx6OvEy','','','2020-01-22 15:22:47','2020-01-22 20:22:47','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7010',1,'scheduled-action','',3),(7011,0,'2020-01-22 14:36:12','2020-01-22 19:36:12','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e28af17e583d6.55650824-FgMEj1SZaaxaOK0PLSnQts1WcxL63Bl7','','','2020-01-22 15:22:47','2020-01-22 20:22:47','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7011',1,'scheduled-action','',3),(7013,0,'2020-01-22 16:22:47','2020-01-22 21:22:47','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e28c8b37b7933.28428907-gXHqz5RgaEKutafCSoxXfPBhnWgloGua','','','2020-01-22 17:12:03','2020-01-22 22:12:03','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7013',1,'scheduled-action','',3),(7015,0,'2020-01-22 18:12:03','2020-01-22 23:12:03','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e28dcbaa98b24.81809666-N16VFXgXb5D9HZ4hoTaNxOd8MnwFFdbM','','','2020-01-22 18:37:30','2020-01-22 23:37:30','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7015',1,'scheduled-action','',3),(7017,0,'2020-01-22 19:37:30','2020-01-23 00:37:30','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e2900ac2bde99.25134727-rQzgAP7OPzJmu4j3C3bZOLnVMHdtA0Hj','','','2020-01-22 21:10:52','2020-01-23 02:10:52','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7017',1,'scheduled-action','',3),(7012,0,'2020-01-22 16:22:47','2020-01-22 21:22:47','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e28c8b36b2852.62895583-pUL6NRcTiomG4osTtOp3yTVlbbdT0tcX','','','2020-01-22 17:12:03','2020-01-22 22:12:03','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7012',1,'scheduled-action','',3),(7014,0,'2020-01-22 18:12:03','2020-01-22 23:12:03','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e28dcba9e0d07.63134146-PJqX5Pvqfgua1UzicLcu7CTUwzVTh2Mr','','','2020-01-22 18:37:30','2020-01-22 23:37:30','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7014',1,'scheduled-action','',3),(7016,0,'2020-01-22 19:37:30','2020-01-23 00:37:30','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e2900ac1c30a7.05490444-2eihEje7PAGBeJqPHxVjCfDnaHne1aIj','','','2020-01-22 21:10:52','2020-01-23 02:10:52','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7016',1,'scheduled-action','',3),(7018,0,'2020-01-22 22:10:52','2020-01-23 03:10:52','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e291a1486e103.41804461-CWQU4kjjMZSwDucFrpTNYptLItofzd1I','','','2020-01-22 22:59:16','2020-01-23 03:59:16','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7018',1,'scheduled-action','',3),(7033,0,'2020-01-23 13:44:02','2020-01-23 18:44:02','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e29f54e3a88c9.48609338-bdEZcB6NzXW3tJPCargcdwWNjQ2khpXJ','','','2020-01-23 14:34:38','2020-01-23 19:34:38','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7033',1,'scheduled-action','',3),(7025,0,'2020-01-23 04:45:41','2020-01-23 09:45:41','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e2997868c2d20.24410682-ChxYai4X1i9UZHHVjCfOWL8seJ0FLaGV','','','2020-01-23 07:54:30','2020-01-23 12:54:30','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7025',1,'scheduled-action','',3),(7029,0,'2020-01-23 11:18:40','2020-01-23 16:18:40','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e29c864e18cb7.39077685-k5iQpD4C2zajYwoXNPrOsTBaIYz4zQEd','','','2020-01-23 11:23:00','2020-01-23 16:23:00','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7029',0,'scheduled-action','',3),(7059,0,'2020-01-24 17:40:07','2020-01-24 22:40:07','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e2ba7b37cb3f2.85495793-kfbBFT24hRhBvoJucK0HMiKpS58iwgj8','','','2020-01-24 21:28:03','2020-01-25 02:28:03','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7059',1,'scheduled-action','',3),(7099,0,'2020-01-26 10:55:04','2020-01-26 15:55:04','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e2dbb9a1c8110.35646258-LHh8BNEpm5WVVA4S0XuvLEhtFXBOEmni','','','2020-01-26 11:17:30','2020-01-26 16:17:30','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7099',1,'scheduled-action','',3),(7101,0,'2020-01-26 12:17:30','2020-01-26 17:17:30','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e2dce6a654bc8.60510707-p4cXiZSWeKb0JWFjtMb2ZPWlmhyToFSn','','','2020-01-26 12:37:46','2020-01-26 17:37:46','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7101',0,'scheduled-action','',3),(7051,0,'2020-01-24 10:22:51','2020-01-24 15:22:51','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e2b159c7a0008.21559118-fz3cMbzVrcriS4m2DYnkeUi33ZOwiLkP','','','2020-01-24 11:04:44','2020-01-24 16:04:44','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7051',0,'scheduled-action','',3),(7104,0,'2020-01-26 13:37:46','2020-01-26 18:37:46','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e2e27e5acbda1.21799684-crlkUlHAPVSEOWwHHUJTOzeZz1ZYMu5f','','','2020-01-26 18:59:33','2020-01-26 23:59:33','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7104',1,'scheduled-action','',3),(7034,0,'2020-01-23 15:34:38','2020-01-23 20:34:38','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e2a2826d50c88.76934007-Wv9XEvM3nKk7YOh3GPCYZIwhM6UAuCCr','','','2020-01-23 18:11:34','2020-01-23 23:11:34','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7034',1,'scheduled-action','',3),(7035,0,'2020-01-23 15:34:38','2020-01-23 20:34:38','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e2a2826de6188.63630300-gdBFHjOgbmHDzgr7J2nm4O9m6slrpTwx','','','2020-01-23 18:11:34','2020-01-23 23:11:34','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7035',1,'scheduled-action','',3),(7036,0,'2020-01-23 19:11:34','2020-01-24 00:11:34','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e2a45a3884643.65062977-WKiZtI75TuOAdNh3vFPrI5tP1Vhda0lu','','','2020-01-23 20:17:23','2020-01-24 01:17:23','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7036',1,'scheduled-action','',3),(7116,0,'2020-01-27 04:29:57','2020-01-27 09:29:57','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e2eb3cca285a1.27740279-YbP8NWxU3FkTJ4RK3sSmdr0clCBUwpJE','','','2020-01-27 04:56:28','2020-01-27 09:56:28','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7116',1,'scheduled-action','',3),(7028,0,'2020-01-23 11:18:40','2020-01-23 16:18:40','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e29c864d47534.36755354-qw5SIvRDrR1j7GFx5bDiTaB0YpFeR6Y1','','','2020-01-23 11:23:00','2020-01-23 16:23:00','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7028',0,'scheduled-action','',3),(7027,0,'2020-01-23 08:54:30','2020-01-23 13:54:30','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e29b95032e7e6.24587988-r9OFf5bsEQHuKwGRO8dzVXtXivhtuDeZ','','','2020-01-23 10:18:40','2020-01-23 15:18:40','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7027',1,'scheduled-action','',3),(7026,0,'2020-01-23 08:54:30','2020-01-23 13:54:30','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e29b950246014.69140700-cgPhPyK9zUssqPpysmVMjuU54C2H4cb2','','','2020-01-23 10:18:40','2020-01-23 15:18:40','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7026',1,'scheduled-action','',3),(7030,0,'2020-01-23 12:23:00','2020-01-23 17:23:00','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e29db62704c74.40636291-HmELgVnOJAWw3QMK6JmVVMvpvVQYLFkn','','','2020-01-23 12:44:02','2020-01-23 17:44:02','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7030',1,'scheduled-action','',3),(7038,0,'2020-01-23 21:17:23','2020-01-24 02:17:23','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e2a578c911739.33203118-r44Bjn0wJHQs61Re8Jnt6Zg26A1noZTy','','','2020-01-23 21:33:48','2020-01-24 02:33:48','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7038',0,'scheduled-action','',3),(7039,0,'2020-01-23 21:17:23','2020-01-24 02:17:23','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e2a578c9c7802.55565560-n0rkP15ylnroFgigiCAZ0dsvUxBoJHwM','','','2020-01-23 21:33:48','2020-01-24 02:33:48','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7039',0,'scheduled-action','',3),(7037,0,'2020-01-23 19:11:34','2020-01-24 00:11:34','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e2a45a394cbc4.49622155-qVbzaAQ3NUXdJW0YMfLSttco8hlfAHl2','','','2020-01-23 20:17:23','2020-01-24 01:17:23','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7037',1,'scheduled-action','',3),(7040,0,'2020-01-23 22:33:48','2020-01-24 03:33:48','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e2a90671d08e0.06686604-VO5IDCL8fV6bM7ZY8GWkW6fCYffUJW1Q','','','2020-01-24 01:36:23','2020-01-24 06:36:23','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7040',1,'scheduled-action','',3),(7106,0,'2020-01-26 19:59:33','2020-01-27 00:59:33','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e2e434f2e7c90.07475401-RXjJgH8azYpuIKQinazBhI9IG53Gx3cV','','','2020-01-26 20:56:31','2020-01-27 01:56:31','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7106',1,'scheduled-action','',3),(7069,0,'2020-01-25 04:14:50','2020-01-25 09:14:50','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e2c0b8be143e9.29877955-dgHpmnlH7AiFJMhbUpQjgRtNhlJtxK7c','','','2020-01-25 04:34:03','2020-01-25 09:34:03','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7069',1,'scheduled-action','',3),(7061,0,'2020-01-24 22:28:03','2020-01-25 03:28:03','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e2bc1305dd934.09523667-npqpMuloEIttaroONCthnuZUOcjrMOO7','','','2020-01-24 23:16:48','2020-01-25 04:16:48','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7061',1,'scheduled-action','',3),(7063,0,'2020-01-25 00:16:48','2020-01-25 05:16:48','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e2bcfa2bbff60.37069945-q43MSih676dXtpJTpJWg2aJ6WUpTMFS0','','','2020-01-25 00:18:26','2020-01-25 05:18:26','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7063',0,'scheduled-action','',3),(7050,0,'2020-01-24 10:22:51','2020-01-24 15:22:51','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e2b159c6e4af8.61488062-eCmQRPQfxa0XRWtExq86ToKGHmHHxqqS','','','2020-01-24 11:04:44','2020-01-24 16:04:44','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7050',0,'scheduled-action','',3),(7047,0,'2020-01-24 06:10:55','2020-01-24 11:10:55','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e2ad7671298f3.16782091-AlczaTOtQkZCqaVZLwYVwdcm0sfTrOqU','','','2020-01-24 06:39:19','2020-01-24 11:39:19','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7047',1,'scheduled-action','',3),(7046,0,'2020-01-24 06:10:55','2020-01-24 11:10:55','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e2ad767063969.99657055-9Plds0bh9ZVsFiX2IOyRR2nyIgD2stku','','','2020-01-24 06:39:19','2020-01-24 11:39:19','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7046',1,'scheduled-action','',3),(7049,0,'2020-01-24 07:39:19','2020-01-24 12:39:19','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e2afdbbaa6220.43906961-PZYXv5n9Nt2CxUAtkusqQNHMV6n6G8vX','','','2020-01-24 09:22:51','2020-01-24 14:22:51','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7049',1,'scheduled-action','',3),(7052,0,'2020-01-24 12:04:44','2020-01-24 17:04:44','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e2b2fba4c4b00.24839431-2LuGDmI1A6k5tSd8Tn6RaFomq71OsShR','','','2020-01-24 12:56:10','2020-01-24 17:56:10','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7052',1,'scheduled-action','',3),(7048,0,'2020-01-24 07:39:19','2020-01-24 12:39:19','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e2afdbb94f2a1.97870830-vVkV35KKGKi7VVAEQatqJfnvYlgoWfde','','','2020-01-24 09:22:51','2020-01-24 14:22:51','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7048',1,'scheduled-action','',3),(7053,0,'2020-01-24 12:04:44','2020-01-24 17:04:44','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e2b2fba5c2c18.12788525-JswXLocD6gjkZ9nZ2J0rwzOCuZLnudcN','','','2020-01-24 12:56:10','2020-01-24 17:56:10','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7053',1,'scheduled-action','',3),(7068,0,'2020-01-25 04:14:49','2020-01-25 09:14:49','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e2c0b8bd4eaa4.17840449-9oNvDkcIPyuGeA7ri6BZ8fy8jG6EjXUC','','','2020-01-25 04:34:03','2020-01-25 09:34:03','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7068',1,'scheduled-action','',3);
INSERT INTO `wpbe_posts` VALUES (7060,0,'2020-01-24 22:28:03','2020-01-25 03:28:03','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e2bc130542074.66553833-xLvVfs6TfOC1izQWvfv99JwV3XR6MUbD','','','2020-01-24 23:16:48','2020-01-25 04:16:48','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7060',1,'scheduled-action','',3),(7062,0,'2020-01-25 00:16:48','2020-01-25 05:16:48','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e2bcfa2afa8e5.20042684-0P23580LYGWpn9GDeJ7JSLhXLEsjyxmQ','','','2020-01-25 00:18:26','2020-01-25 05:18:26','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7062',0,'scheduled-action','',3),(7064,0,'2020-01-25 01:18:26','2020-01-25 06:18:26','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e2be5cf2e36a1.31677064-cyI2rbqrO8WRuOyu6HBLucIiqTODYPnR','','','2020-01-25 01:53:03','2020-01-25 06:53:03','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7064',1,'scheduled-action','',3),(7071,0,'2020-01-25 05:34:03','2020-01-25 10:34:03','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e2c2cf751e0f8.11355196-EvwD9Rbqjec8GAub1IjLYqVVPZTvL2lq','','','2020-01-25 06:56:39','2020-01-25 11:56:39','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7071',1,'scheduled-action','',3),(7079,0,'2020-01-25 15:18:26','2020-01-25 20:18:26','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e2ca31d3015f5.66678844-wFBSo35v4aCyQd44fN0rnFMPAQt4kdBa','','','2020-01-25 15:20:45','2020-01-25 20:20:45','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7079',1,'scheduled-action','',3),(7075,0,'2020-01-25 10:23:55','2020-01-25 15:23:55','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e2c6308769691.01768550-3YwiifNJLqD3bAL9ryzRjd1h3lD03v3U','','','2020-01-25 10:47:20','2020-01-25 15:47:20','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7075',1,'scheduled-action','',3),(7077,0,'2020-01-25 11:47:20','2020-01-25 16:47:20','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e2c9482776bd0.50368627-cux3RhkTLGkfGAHzvnWxm8E9EAY1n6s1','','','2020-01-25 14:18:26','2020-01-25 19:18:26','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7077',1,'scheduled-action','',3),(7081,0,'2020-01-25 16:20:45','2020-01-25 21:20:45','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e2cbccde6ef09.33639694-nVbOMNOmn9Lpoywa6P9FuoMBKEUiborK','','','2020-01-25 17:10:21','2020-01-25 22:10:21','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7081',1,'scheduled-action','',3),(7083,0,'2020-01-25 18:10:21','2020-01-25 23:10:21','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e2cd9cd7a3c55.30486363-w886DsttLxM8EPlFjHEmY8LH1yUlivre','','','2020-01-25 19:14:05','2020-01-26 00:14:05','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7083',1,'scheduled-action','',3),(7102,0,'2020-02-02 11:45:14','2020-02-02 16:45:14','[]','woocommerce_update_marketplace_suggestions','','publish','open','closed','','scheduled-action-5e3701f6191ed4.51953469-rtO7aDbiCsPAtcGziFTao0SvWgURanXy','','','2020-02-02 12:08:06','2020-02-02 17:08:06','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7102',0,'scheduled-action','',3),(7094,0,'2020-01-26 06:04:39','2020-01-26 11:04:39','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e2d852accf785.09448673-1cQJq721i9FGyabqX2Lh787zFRtHNxNY','','','2020-01-26 07:25:14','2020-01-26 12:25:14','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7094',1,'scheduled-action','',3),(7090,0,'2020-01-26 01:35:37','2020-01-26 06:35:37','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e2d3cd1941bb7.11971165-UpMgBo5NrPH6fdliGvWcxgzdp3Cky2s9','','','2020-01-26 02:16:33','2020-01-26 07:16:33','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7090',0,'scheduled-action','',3),(7091,0,'2020-01-26 01:35:38','2020-01-26 06:35:38','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e2d3cd1a26b84.96214904-drZFyVpAJ7lY7TXSXZYQsWQt06vXatFH','','','2020-01-26 02:16:33','2020-01-26 07:16:33','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7091',0,'scheduled-action','',3),(7092,0,'2020-01-26 03:16:33','2020-01-26 08:16:33','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e2d6437388569.68607429-YZ8sa53xVK8diPcvRqD929PIN7osvSXJ','','','2020-01-26 05:04:39','2020-01-26 10:04:39','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7092',1,'scheduled-action','',3),(7089,0,'2020-01-26 00:18:06','2020-01-26 05:18:06','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e2d252a420f96.28274478-rgXL3Nrlcb02Z6py8iOgBvqx2aYqE6aL','','','2020-01-26 00:35:38','2020-01-26 05:35:38','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7089',0,'scheduled-action','',3),(7072,0,'2020-01-25 07:56:39','2020-01-25 12:56:39','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e2c4f7b6a7389.53423829-UidHXr5J5s7kSlIT94r0CyoCXtbVn9CZ','','','2020-01-25 09:23:55','2020-01-25 14:23:55','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7072',1,'scheduled-action','',3),(7067,0,'2020-01-25 02:53:03','2020-01-25 07:53:03','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e2bf8fa075ff7.29753398-jcRUgspqlVTWygiBBCC5mOSxelRKrmFY','','','2020-01-25 03:14:50','2020-01-25 08:14:50','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7067',0,'scheduled-action','',3),(7070,0,'2020-01-25 05:34:03','2020-01-25 10:34:03','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e2c2cf747f799.83120935-2AA6nVKRYb31fRDOBThwXkyV5bzzK7z8','','','2020-01-25 06:56:39','2020-01-25 11:56:39','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7070',1,'scheduled-action','',3),(7073,0,'2020-01-25 07:56:39','2020-01-25 12:56:39','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e2c4f7b73d041.20821323-xWRlinuZFSTTEYoGfoUkHL8gynzw2IIE','','','2020-01-25 09:23:55','2020-01-25 14:23:55','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7073',1,'scheduled-action','',3),(7074,0,'2020-01-25 10:23:55','2020-01-25 15:23:55','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e2c63086b9479.15722878-o5IS66B03Vp3ZMudRLuetSn6BECuQ5Yw','','','2020-01-25 10:47:20','2020-01-25 15:47:20','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7074',1,'scheduled-action','',3),(7076,0,'2020-01-25 11:47:20','2020-01-25 16:47:20','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e2c9482672c07.11842341-wb0zqNkYRtECVj12BIAgKgXO2a77yRmC','','','2020-01-25 14:18:26','2020-01-25 19:18:26','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7076',1,'scheduled-action','',3),(7078,0,'2020-01-25 15:18:26','2020-01-25 20:18:26','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e2ca31d2408c7.78708060-NRmr8e4cHTGs7Fme3EFrnZDqWt4FkQxY','','','2020-01-25 15:20:45','2020-01-25 20:20:45','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7078',1,'scheduled-action','',3),(7085,0,'2020-01-25 20:14:05','2020-01-26 01:14:05','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e2cf050552608.73403521-CM7zqAsbPgevIyOqvRtdnFaSjEEiRYJy','','','2020-01-25 20:50:08','2020-01-26 01:50:08','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7085',1,'scheduled-action','',3),(7080,0,'2020-01-25 16:20:45','2020-01-25 21:20:45','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e2cbccddc26b5.85451416-rroZ0IID4B8dFq3G1iGhk6O9RUFUncx7','','','2020-01-25 17:10:21','2020-01-25 22:10:21','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7080',1,'scheduled-action','',3),(7082,0,'2020-01-25 18:10:21','2020-01-25 23:10:21','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e2cd9cd704b55.92922107-xc5c7smlr20xIF1F3KzRt3Jamry3aFHr','','','2020-01-25 19:14:05','2020-01-26 00:14:05','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7082',1,'scheduled-action','',3),(7084,0,'2020-01-25 20:14:05','2020-01-26 01:14:05','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e2cf050490518.73026201-dW2bylvmyNQBUH1NGxAnAD6YJfOrkHUE','','','2020-01-25 20:50:08','2020-01-26 01:50:08','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7084',1,'scheduled-action','',3),(7105,0,'2020-01-26 19:59:33','2020-01-27 00:59:33','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e2e434f2004e2.86430852-sNqZRBZysUfbIEkEeUD4r7eaAPWRTD6Q','','','2020-01-26 20:56:31','2020-01-27 01:56:31','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7105',1,'scheduled-action','',3),(7107,0,'2020-01-26 21:56:31','2020-01-27 02:56:31','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e2e5d725abe91.41471723-WBklKi9VjKyYmuc7HdDHCxnGMGG4zBSF','','','2020-01-26 22:48:02','2020-01-27 03:48:02','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7107',1,'scheduled-action','',3),(7108,0,'2020-01-26 21:56:31','2020-01-27 02:56:31','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e2e5d72699b27.69764800-bZWCw3WSHnNyVKCxcFHbuF8chExL2byI','','','2020-01-26 22:48:02','2020-01-27 03:48:02','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7108',1,'scheduled-action','',3),(7103,0,'2020-01-26 13:37:46','2020-01-26 18:37:46','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e2e27e5a22432.36924572-nzsRISIn2moc3L4QFEkSjVUncoDAqbFB','','','2020-01-26 18:59:33','2020-01-26 23:59:33','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7103',1,'scheduled-action','',3),(7097,0,'2020-01-26 08:25:14','2020-01-26 13:25:14','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e2da8480b0ae5.49592285-I5PZXZs9yEq44b8qArDNACwiQ7JHqp8N','','','2020-01-26 09:55:04','2020-01-26 14:55:04','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7097',1,'scheduled-action','',3),(7098,0,'2020-01-26 10:55:04','2020-01-26 15:55:04','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e2dbb9a11bf77.19788236-Z8bLZFTqz22QNsKAzb1Uk9yaDJg7g6Fp','','','2020-01-26 11:17:30','2020-01-26 16:17:30','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7098',1,'scheduled-action','',3),(7100,0,'2020-01-26 12:17:30','2020-01-26 17:17:30','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e2dce6a5a6a06.85462601-uLod3OhEIRjfIjP5gkS6B6nhN3ikD1XL','','','2020-01-26 12:37:46','2020-01-26 17:37:46','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7100',0,'scheduled-action','',3),(7110,0,'2020-01-26 23:48:02','2020-01-27 04:48:02','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e2e70d81520c8.74678268-bqc0bMAIPg4uynYzNl62DOaZc3s1TQGe','','','2020-01-27 00:10:48','2020-01-27 05:10:48','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7110',1,'scheduled-action','',3),(7111,0,'2020-01-27 01:10:48','2020-01-27 06:10:48','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e2e808aeef799.43340840-vDNW9uejK1wexlTzNt9n33qwJhh87HBk','','','2020-01-27 01:17:46','2020-01-27 06:17:46','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7111',1,'scheduled-action','',3),(7112,0,'2020-01-27 01:10:48','2020-01-27 06:10:48','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e2e808b073e86.85834582-Y7sAwELwsRDMkJQfUo9Kiw7qZbcLOTYZ','','','2020-01-27 01:17:47','2020-01-27 06:17:47','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7112',1,'scheduled-action','',3),(7114,0,'2020-01-27 02:17:47','2020-01-27 07:17:47','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e2e9f85886b20.64043146-qc7lt08sS9xugGs7v5RrLTcNyNlhkBHX','','','2020-01-27 03:29:57','2020-01-27 08:29:57','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7114',0,'scheduled-action','',3),(7117,0,'2020-01-27 05:56:28','2020-01-27 10:56:28','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e2edff2473db9.22399306-cTLNM5nIhVWDHL3Z7CCdbURQUcoCz0VX','','','2020-01-27 08:04:50','2020-01-27 13:04:50','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7117',1,'scheduled-action','',3),(7123,0,'2020-01-27 15:05:15','2020-01-27 20:05:15','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e2f4932304a05.52914313-v0Ctjv9qyWfM1gpj4zY6P1JlbJnVJ7li','','','2020-01-27 15:33:54','2020-01-27 20:33:54','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7123',1,'scheduled-action','',3),(7125,0,'2020-01-27 16:33:54','2020-01-27 21:33:54','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e2f6013303ef7.35765863-PUI8EHW5lNiXIhkUzHK992SVtkZ3bivz','','','2020-01-27 17:11:31','2020-01-27 22:11:31','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7125',0,'scheduled-action','',3),(7127,0,'2020-01-27 18:11:31','2020-01-27 23:11:31','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e2f8eeebec096.21944162-Z78Hu75PGBzFPaSvbHJPwPoHhOQrIVGi','','','2020-01-27 20:31:26','2020-01-28 01:31:26','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7127',1,'scheduled-action','',3),(7129,0,'2020-01-27 21:31:26','2020-01-28 02:31:26','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e2fccc07ec6d8.47663626-miD71mw06mHLhlOFa9EkklKklX8NBcZX','','','2020-01-28 00:55:12','2020-01-28 05:55:12','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7129',1,'scheduled-action','',3),(7131,0,'2020-01-28 01:55:12','2020-01-28 06:55:12','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e300655f09075.78943497-bFuvAOIinmCzOPzSFWJVZDd4ki8QkZ0k','','','2020-01-28 05:00:53','2020-01-28 10:00:53','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7131',1,'scheduled-action','',3),(7134,0,'2020-01-28 06:00:54','2020-01-28 11:00:54','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e3018dcc641a4.05517065-m0NmX6R6kHjP59MSkKkftwKGeIsjN5nf','','','2020-01-28 06:19:56','2020-01-28 11:19:56','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7134',0,'scheduled-action','',3),(7141,0,'2020-01-28 11:22:44','2020-01-28 16:22:44','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e307c4591fac8.69304396-BBCXBuMMSyUiratpUAAiZz470s37pCDt','','','2020-01-28 13:24:05','2020-01-28 18:24:05','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7141',1,'scheduled-action','',3),(7148,0,'2020-01-28 16:52:30','2020-01-28 21:52:30','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e30d3424e0264.23798794-cjGksZbzTgGFwZCOGcWrT80HicZjRKlf','','','2020-01-28 19:35:14','2020-01-29 00:35:14','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7148',1,'scheduled-action','',3),(7150,0,'2020-01-28 20:35:14','2020-01-29 01:35:14','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e30f19ababa31.88797360-8pjFp4jgXLmhtyTeiG7rPPTwzM2bCJoL','','','2020-01-28 21:44:42','2020-01-29 02:44:42','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7150',1,'scheduled-action','',3),(7152,0,'2020-01-28 22:44:42','2020-01-29 03:44:42','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e3111c5d05bb7.76768282-jU1XP6aS7EM4Tj7lnT9CWR3Cwkpp5lmO','','','2020-01-29 00:01:57','2020-01-29 05:01:57','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7152',1,'scheduled-action','',3),(7154,0,'2020-01-29 01:01:57','2020-01-29 06:01:57','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e3123e4a61fe3.67215749-rndd1L6Cyiu4bZdiHk3HM5s1xwrA0eQR','','','2020-01-29 01:19:16','2020-01-29 06:19:16','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7154',1,'scheduled-action','',3),(7113,0,'2020-01-27 02:17:46','2020-01-27 07:17:46','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e2e9f857d30b0.33596506-NcKnN7FDSxwwrULLcqpuSakqEMEhdcfV','','','2020-01-27 03:29:57','2020-01-27 08:29:57','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7113',0,'scheduled-action','',3),(7162,0,'2020-01-29 06:29:06','2020-01-29 11:29:06','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e316fb97f0d90.61467617-RQTfogBFYR16s7Q34UaVQD7uVqfdXyex','','','2020-01-29 06:42:49','2020-01-29 11:42:49','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7162',0,'scheduled-action','',3),(7115,0,'2020-01-27 04:29:57','2020-01-27 09:29:57','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e2eb3cc981127.95441381-oolkfleam7s8FHi58kTdGf2fhCBIOk8v','','','2020-01-27 04:56:28','2020-01-27 09:56:28','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7115',1,'scheduled-action','',3),(7118,0,'2020-01-27 05:56:28','2020-01-27 10:56:28','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e2edff254a698.61834586-ES8GlV6bAtikQVBuvNE2eXJvrv0ltZlD','','','2020-01-27 08:04:50','2020-01-27 13:04:50','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7118',1,'scheduled-action','',3),(7130,0,'2020-01-27 21:31:26','2020-01-28 02:31:26','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e2fccc08c2496.60488900-2vLLV615OnMlS9b83IU6xY05yiON6MEL','','','2020-01-28 00:55:12','2020-01-28 05:55:12','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7130',1,'scheduled-action','',3),(7132,0,'2020-01-28 01:55:12','2020-01-28 06:55:12','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e300656071c22.21503746-qO11ASGVHv50qkk7ijg7UctbltjArxci','','','2020-01-28 05:00:54','2020-01-28 10:00:54','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7132',1,'scheduled-action','',3),(7133,0,'2020-01-28 06:00:53','2020-01-28 11:00:53','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e3018dcbae043.01747831-Tph0QUItxqxWUZcTKJfMIHLW9ZubVeaQ','','','2020-01-28 06:19:56','2020-01-28 11:19:56','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7133',0,'scheduled-action','',3),(7144,0,'2020-01-28 14:24:05','2020-01-28 19:24:05','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e308e51b1b304.93197864-6PI1K8S0kVCbSoyGSzvLNSFybD7dJv85','','','2020-01-28 14:41:05','2020-01-28 19:41:05','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7144',0,'scheduled-action','',3),(7137,0,'2020-01-28 08:29:37','2020-01-28 13:29:37','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e3039e3b85886.84348706-UgfzeFMIH7U8MpsS9oYVxLcvl115Uy9H','','','2020-01-28 08:40:51','2020-01-28 13:40:51','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7137',0,'scheduled-action','',3),(7135,0,'2020-01-28 07:19:56','2020-01-28 12:19:56','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e302931523ce9.45978254-vI97OotUa8KFG4dTi37YbchMBkSbTSol','','','2020-01-28 07:29:37','2020-01-28 12:29:37','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7135',0,'scheduled-action','',3),(7136,0,'2020-01-28 07:19:56','2020-01-28 12:19:56','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e302931607092.18876228-rYokkuicy3s9Cq6i9BhV9uAWNSBFFp9K','','','2020-01-28 07:29:37','2020-01-28 12:29:37','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7136',0,'scheduled-action','',3),(7142,0,'2020-01-28 11:22:44','2020-01-28 16:22:44','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e307c459f8001.73240987-9pNuz7YFkMZEqfXSdT5icMK91HqYBk1c','','','2020-01-28 13:24:05','2020-01-28 18:24:05','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7142',1,'scheduled-action','',3),(7143,0,'2020-01-28 14:24:05','2020-01-28 19:24:05','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e308e519feb04.42382918-06wx8inG8UCxB09MHoCbzbqnHgkfzq0H','','','2020-01-28 14:41:05','2020-01-28 19:41:05','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7143',0,'scheduled-action','',3),(7164,0,'2020-01-29 07:42:49','2020-01-29 12:42:49','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e318be112d9b8.45386702-PSl6tLcKu9WHVJKNqyM4N124G8kGTvWc','','','2020-01-29 08:42:57','2020-01-29 13:42:57','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7164',1,'scheduled-action','',3),(7158,0,'2020-01-29 03:24:58','2020-01-29 08:24:58','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e3141886901c0.01586887-5S6SIUmb6wltIUOvaurJtMO0VOEiuCT6','','','2020-01-29 03:25:44','2020-01-29 08:25:44','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7158',0,'scheduled-action','',3),(7159,0,'2020-01-29 04:25:44','2020-01-29 09:25:44','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e315e728b34f3.18366939-7BRDLGPvd5Efk01n3i500eEDLN4UC9ba','','','2020-01-29 05:29:06','2020-01-29 10:29:06','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7159',0,'scheduled-action','',3),(7160,0,'2020-01-29 04:25:44','2020-01-29 09:25:44','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e315e72969529.00553218-pexq3grUow04vPpvi7tKzZBETcFQWgBn','','','2020-01-29 05:29:06','2020-01-29 10:29:06','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7160',0,'scheduled-action','',3),(7168,0,'2020-01-29 11:37:52','2020-01-29 16:37:52','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e31bd48845058.63969953-AEhafadya4G0HVVPQr8LoMrs5i8s2UzS','','','2020-01-29 12:13:44','2020-01-29 17:13:44','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7168',1,'scheduled-action','',3),(7170,0,'2020-01-29 13:13:44','2020-01-29 18:13:44','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e31d2883e2209.42296958-YPXNX232Zx1jdlFzDhQottsVZU58KIGS','','','2020-01-29 13:44:24','2020-01-29 18:44:24','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7170',1,'scheduled-action','',3),(7172,0,'2020-01-29 14:44:24','2020-01-29 19:44:24','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e31ef017048c6.39728765-4VquiMdUsxnMeNZkFQU2uZAX7GX0sDND','','','2020-01-29 15:45:53','2020-01-29 20:45:53','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7172',1,'scheduled-action','',3),(6990,0,'2020-01-21 10:15:05','2020-01-21 15:15:05','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e274e946d0ae1.87776541-LCeTl8LXPhw03pilMxsOYKIRyBvOy2K5','','','2020-01-21 14:18:44','2020-01-21 19:18:44','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6990',1,'scheduled-action','',3),(7163,0,'2020-01-29 07:42:49','2020-01-29 12:42:49','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e318be105cd77.93626729-5VQN8qmRU8stx5T6KZIooQuurBDpORXX','','','2020-01-29 08:42:57','2020-01-29 13:42:57','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7163',1,'scheduled-action','',3),(7146,0,'2020-01-28 15:41:05','2020-01-28 20:41:05','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e309f0ea2abb9.38996868-hgkt8kS6DzTvJ9yg3YR5uCUctwYVaV5z','','','2020-01-28 15:52:30','2020-01-28 20:52:30','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7146',0,'scheduled-action','',3),(7147,0,'2020-01-28 16:52:30','2020-01-28 21:52:30','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e30d342400897.82766188-wBWrBxcPIOQuHTsp3dHys5nbCNazbnJZ','','','2020-01-28 19:35:14','2020-01-29 00:35:14','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7147',1,'scheduled-action','',3),(7145,0,'2020-01-28 15:41:05','2020-01-28 20:41:05','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e309f0e907dd9.99197188-Pkavg5Hzqfsa8tGLGHSB6O3vT3Uw6kK9','','','2020-01-28 15:52:30','2020-01-28 20:52:30','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7145',0,'scheduled-action','',3),(7149,0,'2020-01-28 20:35:14','2020-01-29 01:35:14','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e30f19ab0c325.60650632-BonFoWrz3iPYBiG560paAwRvCZUxzcof','','','2020-01-28 21:44:42','2020-01-29 02:44:42','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7149',1,'scheduled-action','',3),(7151,0,'2020-01-28 22:44:42','2020-01-29 03:44:42','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e3111c5c39364.89570033-7ACWi1zPnJWgpeNOC5bQoLKpSvLVNmvG','','','2020-01-29 00:01:57','2020-01-29 05:01:57','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7151',1,'scheduled-action','',3),(7153,0,'2020-01-29 01:01:57','2020-01-29 06:01:57','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e3123e49ab8d3.34739605-XmN5evHvL3fQxlKlfchtJonseFQCcBdA','','','2020-01-29 01:19:16','2020-01-29 06:19:16','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7153',1,'scheduled-action','',3),(7155,0,'2020-01-29 02:19:16','2020-01-29 07:19:16','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e31334a4f2d97.08650991-mZFbe80CuMHQj0iSoFM9hOs9vMVyUUXF','','','2020-01-29 02:24:58','2020-01-29 07:24:58','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7155',0,'scheduled-action','',3),(7161,0,'2020-01-29 06:29:06','2020-01-29 11:29:06','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e316fb9720651.33968364-TYLiHwdO8fdT4ZnbNHHigvrGkN8ygR4A','','','2020-01-29 06:42:49','2020-01-29 11:42:49','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7161',0,'scheduled-action','',3),(7156,0,'2020-01-29 02:19:16','2020-01-29 07:19:16','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e31334a5a8de4.45343434-9W5bxBCIZ7GqCxNEKyMQPZHnWocDg9Wl','','','2020-01-29 02:24:58','2020-01-29 07:24:58','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7156',0,'scheduled-action','',3),(7157,0,'2020-01-29 03:24:58','2020-01-29 08:24:58','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e31418859c6e8.37285060-GxCw7bZRP1cCYktxvlUwKIgI8UxElEdF','','','2020-01-29 03:25:44','2020-01-29 08:25:44','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7157',0,'scheduled-action','',3),(7167,0,'2020-01-29 11:37:52','2020-01-29 16:37:52','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e31bd48754387.73363705-1YKdJTOOmeRkdL0RHiZ3jXMoKrx81B7u','','','2020-01-29 12:13:44','2020-01-29 17:13:44','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7167',1,'scheduled-action','',3),(7169,0,'2020-01-29 13:13:44','2020-01-29 18:13:44','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e31d2882baf91.05962348-1Y4ccbu6xMVp05JQwPISdNpX1L739xHz','','','2020-01-29 13:44:24','2020-01-29 18:44:24','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7169',1,'scheduled-action','',3),(7171,0,'2020-01-29 14:44:24','2020-01-29 19:44:24','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e31ef01610ff6.85697939-k0QTbKBER4ezFuyvyuAXTfF9Hbz2mSvo','','','2020-01-29 15:45:53','2020-01-29 20:45:53','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7171',1,'scheduled-action','',3),(7309,0,'2020-02-05 04:45:57','2020-02-05 09:45:57','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e3ae4d995f1a6.70439600-my3vbENrfaqVjsgBL0NSSsCXFQdae3H7','','','2020-02-05 10:52:57','2020-02-05 15:52:57','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7309',1,'scheduled-action','',3),(7311,0,'2020-02-05 11:52:57','2020-02-05 16:52:57','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e3af5f2d527b5.11874692-ShRTezrAE5YrmWYE8q3pMRxlza411tQP','','','2020-02-05 12:05:54','2020-02-05 17:05:54','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7311',1,'scheduled-action','',3),(7313,0,'2020-02-05 13:05:54','2020-02-05 18:05:54','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e3b0d55f1f7c1.17950782-kvZXufkyxapzlM5ydbTJ8aKuCupkLioe','','','2020-02-05 13:45:41','2020-02-05 18:45:41','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7313',0,'scheduled-action','',3),(7302,0,'2020-02-04 22:04:43','2020-02-05 03:04:43','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e3a3aac2b8d21.74830726-fiEpangFZJ1MxPdOM0BVh4o2cO62tfsv','','','2020-02-04 22:46:52','2020-02-05 03:46:52','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7302',0,'scheduled-action','',3),(7304,0,'2020-02-04 23:46:52','2020-02-05 04:46:52','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e3a5e553ce4c6.98510257-S1aU96wIlS1M8O1I4pypqvXDDCT4UtMR','','','2020-02-05 01:19:01','2020-02-05 06:19:01','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7304',1,'scheduled-action','',3),(7307,0,'2020-02-05 02:19:01','2020-02-05 07:19:01','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e3a80c5ab4771.17128481-juHLpxiGK8hli7Vvo2c5maSvJxTaItsc','','','2020-02-05 03:45:57','2020-02-05 08:45:57','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7307',1,'scheduled-action','',3),(7314,0,'2020-02-05 14:45:41','2020-02-05 19:45:41','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e3b2a914d69c4.46700001-VQvjY4hfEhtxVCVxi5rZbByDzxPIbQAQ','','','2020-02-05 15:50:25','2020-02-05 20:50:25','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7314',0,'scheduled-action','',3),(6611,0,'2020-01-12 11:13:25','2020-01-12 16:13:25','[]','woocommerce_update_marketplace_suggestions','','publish','open','closed','','scheduled-action-5e1b495433f3f7.66886249-IGZ5hewXTuqA4Yxy2163qBnBXP5ZOQOU','','','2020-01-12 11:29:08','2020-01-12 16:29:08','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6611',1,'scheduled-action','',3),(7316,0,'2020-02-05 16:50:25','2020-02-05 21:50:25','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e3b5158780e17.31698915-sHN6OPGTCBawj0F3pEOXNmeMEhdTouCI','','','2020-02-05 18:35:52','2020-02-05 23:35:52','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7316',1,'scheduled-action','',3),(7317,0,'2020-02-05 16:50:25','2020-02-05 21:50:25','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e3b515882f503.12731306-jeKGMbns2IMkSwyxLuP7WUECtlVjBZVo','','','2020-02-05 18:35:52','2020-02-05 23:35:52','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7317',1,'scheduled-action','',3),(7318,0,'2020-02-05 19:35:52','2020-02-06 00:35:52','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e3b848bdf7c03.58093881-2fHwSr7vqYOUZ08SAyillWudnsW1CNuj','','','2020-02-05 22:14:19','2020-02-06 03:14:19','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7318',1,'scheduled-action','',3),(7315,0,'2020-02-05 14:45:42','2020-02-05 19:45:42','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e3b2a915df578.25945628-6NCkFxjL8stPPqIwbtieWanRLTujG7Id','','','2020-02-05 15:50:25','2020-02-05 20:50:25','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7315',0,'scheduled-action','',3),(7320,0,'2020-02-05 23:14:19','2020-02-06 04:14:19','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e3baa254306b8.50679305-WXlyvKEARoYvb7JInjqidIw1PXfR8IqO','','','2020-02-06 00:54:45','2020-02-06 05:54:45','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7320',1,'scheduled-action','',3),(7319,0,'2020-02-05 19:35:52','2020-02-06 00:35:52','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e3b848bec9d24.18676680-3BnP6LxyMKXqLCVM9NiE4MXlegvyeCG2','','','2020-02-05 22:14:19','2020-02-06 03:14:19','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7319',1,'scheduled-action','',3),(7322,0,'2020-02-06 01:54:45','2020-02-06 06:54:45','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e3bc819e327d1.57515347-cNpCv4k2yw22FoRGiY3sNGouNCt4jzWo','','','2020-02-06 03:02:33','2020-02-06 08:02:33','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7322',1,'scheduled-action','',3),(7324,0,'2020-02-06 04:02:33','2020-02-06 09:02:33','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e3be027b2a521.66806131-bVJGGVFoNV56S3yeJjQCXGB54jg0wMhx','','','2020-02-06 04:45:11','2020-02-06 09:45:11','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7324',1,'scheduled-action','',3),(7323,0,'2020-02-06 01:54:45','2020-02-06 06:54:45','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e3bc819f1b977.89139109-2LhqQxTCTKPMpBtGtME8Ln0V0eLZvOS4','','','2020-02-06 03:02:33','2020-02-06 08:02:33','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7323',1,'scheduled-action','',3),(7325,0,'2020-02-06 04:02:34','2020-02-06 09:02:34','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e3be027bcdac3.11637113-LWsXFCBYITC5JXc0qBBjbafK5HRJLmv8','','','2020-02-06 04:45:11','2020-02-06 09:45:11','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7325',1,'scheduled-action','',3),(7326,0,'2020-02-06 05:45:11','2020-02-06 10:45:11','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e3c2137b8b345.93018588-NgmhGGrrndFtuzYzetAgmr5si4CoXDyN','','','2020-02-06 09:22:47','2020-02-06 14:22:47','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7326',1,'scheduled-action','',3),(7327,0,'2020-02-06 05:45:11','2020-02-06 10:45:11','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e3c2137c45ed1.58697158-4y08Sph8T5RiYxd1fCLovKMn5JqUCq88','','','2020-02-06 09:22:47','2020-02-06 14:22:47','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7327',1,'scheduled-action','',3),(7328,0,'2020-02-06 10:22:47','2020-02-06 15:22:47','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e3c6a7583eb04.46630970-cqPORw3XLxgjA8EEGAvZ6h7ELE4kUF4J','','','2020-02-06 14:35:17','2020-02-06 19:35:17','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7328',1,'scheduled-action','',3),(7329,0,'2020-02-06 10:22:47','2020-02-06 15:22:47','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e3c6a7590c430.27658371-PWG4H3srwdjDiQI5KW3pNC8zynbc8WVi','','','2020-02-06 14:35:17','2020-02-06 19:35:17','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7329',1,'scheduled-action','',3),(7330,0,'2020-02-06 15:35:17','2020-02-06 20:35:17','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e3cc32ea0a4e6.05633228-2YJE30VgA4GCK3oirJDqOvOCTZhzkTPZ','','','2020-02-06 20:53:50','2020-02-07 01:53:50','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7330',1,'scheduled-action','',3),(7331,0,'2020-02-06 15:35:17','2020-02-06 20:35:17','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e3cc32eab7886.05245045-zZ5pkqCELlRT5x3ipCIMonkUj2SR3PP2','','','2020-02-06 20:53:50','2020-02-07 01:53:50','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7331',1,'scheduled-action','',3),(7333,0,'2020-02-06 21:53:50','2020-02-07 02:53:50','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e3cd6582aff95.56366755-CRUbWGU4V8Q1646YIsznaJoAmQOz9cm0','','','2020-02-06 22:15:36','2020-02-07 03:15:36','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7333',1,'scheduled-action','',3),(7335,0,'2020-02-06 23:15:36','2020-02-07 04:15:36','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e3cfa3759b328.05369744-eQj4zScEkkK7T0vHoX4rqtZkoWeIy41c','','','2020-02-07 00:48:39','2020-02-07 05:48:39','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7335',0,'scheduled-action','',3),(7301,0,'2020-02-04 17:30:57','2020-02-04 22:30:57','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e3a22bb850c54.02280052-D4nYbfuA66ZW2NwT52yfSzHX90gdwNog','','','2020-02-04 21:04:43','2020-02-05 02:04:43','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7301',1,'scheduled-action','',3),(7303,0,'2020-02-04 22:04:43','2020-02-05 03:04:43','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e3a3aac38cf71.04384784-qD6G5zB2nXRWvJmVgq9oFWDvySyfyYjb','','','2020-02-04 22:46:52','2020-02-05 03:46:52','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7303',0,'scheduled-action','',3),(7305,0,'2020-02-04 23:46:52','2020-02-05 04:46:52','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e3a5e5547b061.99213181-VncRyJ02mPqEpRX1NCi3cT4sIqRhpePw','','','2020-02-05 01:19:01','2020-02-05 06:19:01','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7305',1,'scheduled-action','',3),(7292,0,'2020-02-04 08:11:33','2020-02-04 13:11:33','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e398798da80b4.14578243-qUHXi6rtZHLdg61dsjyViMsTogaEm62f','','','2020-02-04 10:02:48','2020-02-04 15:02:48','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7292',1,'scheduled-action','',3),(7290,0,'2020-02-04 07:10:51','2020-02-04 12:10:51','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e395f75661406.90980967-f2xS8hpYgTnc18ObBh9cQRB2XsWVjQJh','','','2020-02-04 07:11:33','2020-02-04 12:11:33','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7290',0,'scheduled-action','',3),(7298,0,'2020-02-04 13:42:26','2020-02-04 18:42:26','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e39e291c73f91.56773930-HlPjHbLO01m52KQlUa6Sitz661kGiNky','','','2020-02-04 16:30:57','2020-02-04 21:30:57','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7298',1,'scheduled-action','',3),(7297,0,'2020-02-04 12:19:39','2020-02-04 17:19:39','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e39ad02a39678.99701244-dKVnUcwIWrql5rai3jlJ783Yd7hXFGOS','','','2020-02-04 12:42:26','2020-02-04 17:42:26','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7297',0,'scheduled-action','',3),(7296,0,'2020-02-04 12:19:39','2020-02-04 17:19:39','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e39ad029226e2.57948928-QFwRqgVmH66BO2nXpjEXeV4pkoTGisCd','','','2020-02-04 12:42:26','2020-02-04 17:42:26','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7296',0,'scheduled-action','',3),(7295,0,'2020-02-04 11:02:48','2020-02-04 16:02:48','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e39999b09e3e4.45379383-CSdcrSaeqxXHDh9FBOmvLCBFOLVteozS','','','2020-02-04 11:19:39','2020-02-04 16:19:39','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7295',0,'scheduled-action','',3),(7294,0,'2020-02-04 11:02:48','2020-02-04 16:02:48','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e39999af1dd31.15660076-ujQq1DsHondKn7tqQvrD3rU0iSWNNp0o','','','2020-02-04 11:19:38','2020-02-04 16:19:38','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7294',0,'scheduled-action','',3),(7202,0,'2020-01-31 09:21:28','2020-01-31 14:21:28','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e3449024359f3.14560361-h31KkBMg7ckBIIrNhEBpshIAWRSnembt','','','2020-01-31 10:34:26','2020-01-31 15:34:26','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7202',1,'scheduled-action','',3),(7204,0,'2020-01-31 11:34:26','2020-01-31 16:34:26','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e346a57925c77.60131039-WuS9Bs3mRG3dyHXq4kckXgohkhggaqDm','','','2020-01-31 12:56:39','2020-01-31 17:56:39','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7204',1,'scheduled-action','',3),(7203,0,'2020-01-31 11:34:26','2020-01-31 16:34:26','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e346a57777026.16966051-ogc4hTt6WNuchrNBs46vYj5uggUFNsX0','','','2020-01-31 12:56:39','2020-01-31 17:56:39','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7203',1,'scheduled-action','',3),(7205,0,'2020-01-31 13:56:39','2020-01-31 18:56:39','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e34b20a60ee05.73617370-MInUZ3cuh332c3ZIoaKVBIeFihK1yz9A','','','2020-01-31 18:02:34','2020-01-31 23:02:34','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7205',1,'scheduled-action','',3),(7209,0,'2020-01-31 20:26:23','2020-02-01 01:26:23','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e34ee93700e14.69272022-N6Aqb4x6k2nFP221OOSl8ZYEbHdJALmA','','','2020-01-31 22:20:51','2020-02-01 03:20:51','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7209',1,'scheduled-action','',3),(7211,0,'2020-01-31 23:20:51','2020-02-01 04:20:51','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e34fdf2ae8375.26670931-aG2LDgS2QNOpN6M6ZLAT98M7aeWOsgUj','','','2020-01-31 23:26:26','2020-02-01 04:26:26','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7211',0,'scheduled-action','',3),(7213,0,'2020-02-01 00:26:26','2020-02-01 05:26:26','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e350fad806790.28474529-geTO3vU51PyELbah33GpxKB0Z3ZEVTTS','','','2020-02-01 00:42:05','2020-02-01 05:42:05','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7213',0,'scheduled-action','',3),(7215,0,'2020-02-01 01:42:05','2020-02-01 06:42:05','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e355c82a70ae4.94474149-Q0dYLIQjKQBqBFgCAlwozokIljG18fZ9','','','2020-02-01 06:09:54','2020-02-01 11:09:54','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7215',1,'scheduled-action','',3),(7216,0,'2020-02-01 01:42:05','2020-02-01 06:42:05','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e355c82b2a934.79982103-69boajyXYTdy4KjxtivhPnzzV7CmN2nA','','','2020-02-01 06:09:54','2020-02-01 11:09:54','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7216',1,'scheduled-action','',3),(7218,0,'2020-02-01 07:09:54','2020-02-01 12:09:54','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e3570bf1dbe13.63953031-asxqWCtAahVlG73DsVtV5ql352sQxzTI','','','2020-02-01 07:36:15','2020-02-01 12:36:15','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7218',0,'scheduled-action','',3),(7220,0,'2020-02-01 08:36:15','2020-02-01 13:36:15','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e358009db23c9.48411749-Bpt4ctnq0raLo2ILQrcYVRB9caKnXMW6','','','2020-02-01 08:41:29','2020-02-01 13:41:29','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7220',1,'scheduled-action','',3),(7222,0,'2020-02-01 09:41:29','2020-02-01 14:41:29','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e359835b4c431.41648544-Zy0R5Qv2lrPdOE89PlolZa4RO7LaP2gv','','','2020-02-01 10:24:37','2020-02-01 15:24:37','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7222',1,'scheduled-action','',3),(7217,0,'2020-02-01 07:09:54','2020-02-01 12:09:54','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e3570bf114323.26832581-O11qY6ybmo8iO4qTjmPzS1BJs1n0OSPM','','','2020-02-01 07:36:15','2020-02-01 12:36:15','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7217',0,'scheduled-action','',3),(7225,0,'2020-02-01 13:10:50','2020-02-01 18:10:50','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e35d78819d434.09181100-XJHUDCrwC8irVtvM6uSDrKJA9j2uxbCo','','','2020-02-01 14:54:48','2020-02-01 19:54:48','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7225',0,'scheduled-action','',3),(7227,0,'2020-02-01 15:54:48','2020-02-01 20:54:48','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e35f960811ef1.80403271-EZ9wptyUw956naUyN3mEOYXsEJzXGxVE','','','2020-02-01 17:19:12','2020-02-01 22:19:12','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7227',1,'scheduled-action','',3),(7229,0,'2020-02-01 18:19:12','2020-02-01 23:19:12','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e3608de813177.86740934-vYPtdM1fol1VBpB2ge2TFS7j039H4SxP','','','2020-02-01 18:25:18','2020-02-01 23:25:18','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7229',0,'scheduled-action','',3),(7219,0,'2020-02-01 08:36:15','2020-02-01 13:36:15','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e358009cfaf92.81674425-dLJ0taEuXd9gor7RqiZEOR7Oxskzw0Yl','','','2020-02-01 08:41:29','2020-02-01 13:41:29','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7219',1,'scheduled-action','',3),(7221,0,'2020-02-01 09:41:29','2020-02-01 14:41:29','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e359835ab7046.50557830-7ofgijQm84LW9yUoF77g8QrfsIcE2p4x','','','2020-02-01 10:24:37','2020-02-01 15:24:37','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7221',1,'scheduled-action','',3),(7223,0,'2020-02-01 11:24:37','2020-02-01 16:24:37','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e35b11a7422c2.38016424-AONmnrgQ9MnWHhvXcDwtnGCWdRN4HIVK','','','2020-02-01 12:10:50','2020-02-01 17:10:50','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7223',0,'scheduled-action','',3),(7224,0,'2020-02-01 11:24:37','2020-02-01 16:24:37','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e35b11a803437.39593176-HM2bCmuFMBoYiUc9jpBOvA4FZp55aBSF','','','2020-02-01 12:10:50','2020-02-01 17:10:50','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7224',0,'scheduled-action','',3),(7226,0,'2020-02-01 13:10:50','2020-02-01 18:10:50','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e35d788283434.22844346-tjzgCllZHCQVNYytPBu9I59d9ha2GRYW','','','2020-02-01 14:54:48','2020-02-01 19:54:48','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7226',0,'scheduled-action','',3),(7166,0,'2020-01-29 09:42:57','2020-01-29 14:42:57','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e31a6d046edb6.63318447-p6E2zqN25H5uivbPLR10ZxFZXx5XJrkf','','','2020-01-29 10:37:52','2020-01-29 15:37:52','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7166',1,'scheduled-action','',3),(7165,0,'2020-01-29 09:42:57','2020-01-29 14:42:57','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e31a6d03c4134.40414905-7ne0imE11rqAkhWOpIcd6Cb8PfReKOyD','','','2020-01-29 10:37:52','2020-01-29 15:37:52','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7165',1,'scheduled-action','',3),(7287,0,'2020-02-04 02:55:40','2020-02-04 07:55:40','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e392ca7a0e962.83951963-eDjhkPk5mWBqoaCAFt2bhaAzZmuL85GW','','','2020-02-04 03:34:47','2020-02-04 08:34:47','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7287',1,'scheduled-action','',3),(7289,0,'2020-02-04 04:34:47','2020-02-04 09:34:47','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e39513beb4e59.17617419-2I42NoAE5Wr1OXf2y0yIgzwKVUtKDaZL','','','2020-02-04 06:10:51','2020-02-04 11:10:51','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7289',1,'scheduled-action','',3),(7259,0,'2020-02-02 22:36:14','2020-02-03 03:36:14','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e37aa0c495d10.83209143-NV3DMXkcqkcgoRZIDmjFmoSY0TV6jG7w','','','2020-02-03 00:05:16','2020-02-03 05:05:16','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7259',1,'scheduled-action','',3),(7260,0,'2020-02-03 01:05:16','2020-02-03 06:05:16','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e37ba24d1bd14.38935827-d4ugzMgjR7Z6Yxt6pJaL4XBR2WGKiV9a','','','2020-02-03 01:13:56','2020-02-03 06:13:56','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7260',1,'scheduled-action','',3),(7256,0,'2020-02-02 19:41:35','2020-02-03 00:41:35','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e37871e138672.11441074-23kMqiCINfi6FeFQh729DqfBYHbk9J5K','','','2020-02-02 21:36:14','2020-02-03 02:36:14','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7256',1,'scheduled-action','',3),(7258,0,'2020-02-02 22:36:14','2020-02-03 03:36:14','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e37aa0c3db161.35846574-tzwA5UwjXlyLeMrPA5UbauCYLEvFB1bV','','','2020-02-03 00:05:16','2020-02-03 05:05:16','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7258',1,'scheduled-action','',3),(7273,0,'2020-02-03 16:52:09','2020-02-03 21:52:09','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e389e120507f0.74076313-urxrWWOfAwVpB4yQ88hgXMpAUImI64Vp','','','2020-02-03 17:26:26','2020-02-03 22:26:26','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7273',0,'scheduled-action','',3),(7275,0,'2020-02-03 18:26:26','2020-02-03 23:26:26','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e38b961cc8562.48615614-sSQGNhTZ5opa2WAQmQymqw0hdCxIsYCh','','','2020-02-03 19:22:57','2020-02-04 00:22:57','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7275',1,'scheduled-action','',3),(7276,0,'2020-02-03 20:22:57','2020-02-04 01:22:57','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e38cc93ef8d42.12851623-XHg6UvMC3hCmliSjyE1L8Z6ofXDfuFaq','','','2020-02-03 20:44:51','2020-02-04 01:44:51','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7276',0,'scheduled-action','',3),(7277,0,'2020-02-03 20:22:57','2020-02-04 01:22:57','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e38cc9409dca6.24808992-fqQwNAnHhBwquBB4f287l1ob3TwKJLIu','','','2020-02-03 20:44:52','2020-02-04 01:44:52','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7277',0,'scheduled-action','',3),(7271,0,'2020-02-03 14:33:59','2020-02-03 19:33:59','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e3887f8f1a704.29124562-JcMRZIiZcsoTvrTAgBBQoaXekdsKFMc0','','','2020-02-03 15:52:08','2020-02-03 20:52:08','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7271',1,'scheduled-action','',3),(7247,0,'2020-02-02 11:41:09','2020-02-02 16:41:09','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e3701f5eed428.68865203-OYa1hd8UAzWFDzrrOMiQLLuWoHo7fhnR','','','2020-02-02 12:08:05','2020-02-02 17:08:05','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7247',0,'scheduled-action','',3),(7250,0,'2020-02-02 13:08:06','2020-02-02 18:08:06','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e3711cf1e9d00.70698998-4dW50lZA3McFLRk4uj4LbZnKqJyII2sc','','','2020-02-02 13:15:43','2020-02-02 18:15:43','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7250',0,'scheduled-action','',3),(7241,0,'2020-02-02 07:49:56','2020-02-02 12:49:56','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e36c5c8cb2590.77633019-LDOQBnNnUw4UjOywopiuhCqFTtyiGTGW','','','2020-02-02 07:51:20','2020-02-02 12:51:20','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7241',0,'scheduled-action','',3),(7251,0,'2020-02-09 12:08:06','2020-02-09 17:08:06','[]','woocommerce_update_marketplace_suggestions','','publish','open','closed','','scheduled-action-5e404011e7c980.16104284-3SaOZrgeROvpk2ywo9Fhpd3gbnEEOdxM','','','2020-02-09 12:23:29','2020-02-09 17:23:29','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7251',1,'scheduled-action','',3),(7249,0,'2020-02-02 13:08:06','2020-02-02 18:08:06','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e3711cf0b53a8.69638167-dyIKTYFkMEkkPyN2w2j2S8AOLXzrCDAm','','','2020-02-02 13:15:43','2020-02-02 18:15:43','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7249',0,'scheduled-action','',3),(7255,0,'2020-02-02 15:29:00','2020-02-02 20:29:00','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e375e2f8847f6.08411441-Hgp23gK1d8c0ysmc6nsEBZB0TOvjMFWh','','','2020-02-02 18:41:35','2020-02-02 23:41:35','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7255',1,'scheduled-action','',3),(7257,0,'2020-02-02 19:41:35','2020-02-03 00:41:35','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e37871e1d7f01.54985642-zDgvcJohPS4F1Be7ytkynvBAHRfTrewy','','','2020-02-02 21:36:14','2020-02-03 02:36:14','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7257',1,'scheduled-action','',3),(7253,0,'2020-02-02 14:15:43','2020-02-02 19:15:43','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e3722fce2fc05.50880472-vT8GNJJKUTb7kRBLMlwiRFX3GF7at2iu','','','2020-02-02 14:29:00','2020-02-02 19:29:00','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7253',0,'scheduled-action','',3),(7254,0,'2020-02-02 15:29:00','2020-02-02 20:29:00','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e375e2f7e3859.16371989-SyNaUoMwUaD7pTcHUFPlQ0kyOTDCQYNT','','','2020-02-02 18:41:35','2020-02-02 23:41:35','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7254',1,'scheduled-action','',3),(7245,0,'2020-02-02 09:55:44','2020-02-02 14:55:44','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e36ed95564839.85349960-wJaKekTuJZ5PneTMHdXpqaoeva3txtih','','','2020-02-02 10:41:09','2020-02-02 15:41:09','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7245',1,'scheduled-action','',3),(7246,0,'2020-02-02 09:55:44','2020-02-02 14:55:44','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e36ed955f2160.97128916-jjlRmE6jE9EMi3d3iZNRN2vPoREvLRxY','','','2020-02-02 10:41:09','2020-02-02 15:41:09','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7246',1,'scheduled-action','',3),(7248,0,'2020-02-02 11:41:09','2020-02-02 16:41:09','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e3701f608ca37.13109543-jZgVndIl0pNZ7A2VU7W8HJhI9FOdKRpY','','','2020-02-02 12:08:06','2020-02-02 17:08:06','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7248',0,'scheduled-action','',3),(7041,0,'2020-01-23 22:33:48','2020-01-24 03:33:48','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e2a90672606e6.84672536-TnY7FJFm8e3xJzgTbebDb8AAaZRkPlYB','','','2020-01-24 01:36:23','2020-01-24 06:36:23','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7041',1,'scheduled-action','',3),(7042,0,'2020-01-24 02:36:23','2020-01-24 07:36:23','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e2ab1c2f2b538.31240185-OPf7HXDrZ3e8ArbA5rKmp69sdaUdn1Mn','','','2020-01-24 03:58:42','2020-01-24 08:58:42','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7042',1,'scheduled-action','',3),(7043,0,'2020-01-24 02:36:23','2020-01-24 07:36:23','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e2ab1c308f1d0.08675982-Sm0eimCzj7uHLyyhbHj9QiPK3xBb2L97','','','2020-01-24 03:58:43','2020-01-24 08:58:43','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7043',1,'scheduled-action','',3),(7044,0,'2020-01-24 04:58:43','2020-01-24 09:58:43','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e2ac2af0c5fb8.94664015-BEEjDVw8EYTBsFHij3dYRhb1iEGuIwBm','','','2020-01-24 05:10:55','2020-01-24 10:10:55','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7044',0,'scheduled-action','',3),(7045,0,'2020-01-24 04:58:43','2020-01-24 09:58:43','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e2ac2af18cd87.56862186-3E3v8bWoIP37u2XDEyHk24Nl41788V82','','','2020-01-24 05:10:55','2020-01-24 10:10:55','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7045',0,'scheduled-action','',3),(6880,0,'2020-01-16 12:16:06','2020-01-16 17:16:06','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e209ea82f1795.01160678-Zz1H4CTOMr6u6gyxt0yn5tCmGJgNwIUJ','','','2020-01-16 12:34:32','2020-01-16 17:34:32','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6880',1,'scheduled-action','',3),(6881,0,'2020-01-16 13:34:32','2020-01-16 18:34:32','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e20c0dab7ca41.00307274-RKyUGxv2IhnanvKv85kgAqH7fl3d5ZYb','','','2020-01-16 15:00:26','2020-01-16 20:00:26','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6881',1,'scheduled-action','',3),(6885,0,'2020-01-16 18:01:45','2020-01-16 23:01:45','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e211dfebbb6d0.89174164-UgIIvNw1yKPSWrNiVD0sZaasCsBtFIGm','','','2020-01-16 21:37:50','2020-01-17 02:37:50','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6885',1,'scheduled-action','',3),(6883,0,'2020-01-16 16:00:26','2020-01-16 21:00:26','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e20dd49b40be5.84633714-Bk3iMpuzMhLTOONqiWEhOQeFJ3bTri0h','','','2020-01-16 17:01:45','2020-01-16 22:01:45','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6883',1,'scheduled-action','',3),(6867,0,'2020-01-16 02:56:14','2020-01-16 07:56:14','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e2020dc3f8c27.64174292-ify4gOSuuE2x1bMps7Fzs4vbwbBngxne','','','2020-01-16 03:37:48','2020-01-16 08:37:48','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6867',0,'scheduled-action','',3),(6871,0,'2020-01-16 06:19:10','2020-01-16 11:19:10','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e204e83df9af4.25564236-kUXJANCb35n86ku4sEErM59IIwoHf6q6','','','2020-01-16 06:52:35','2020-01-16 11:52:35','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6871',1,'scheduled-action','',3),(6872,0,'2020-01-16 06:19:10','2020-01-16 11:19:10','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e204e83ecf5a3.10662428-H5enFMI42SF3Y7NAIqCRU64JKPlL9Gro','','','2020-01-16 06:52:35','2020-01-16 11:52:35','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6872',1,'scheduled-action','',3),(6873,0,'2020-01-16 07:52:35','2020-01-16 12:52:35','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e2063834ea8c7.68336914-zu76PW5eEu4ANGH9duP3C5kJYP4NTlVq','','','2020-01-16 08:22:11','2020-01-16 13:22:11','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6873',0,'scheduled-action','',3),(6874,0,'2020-01-16 07:52:35','2020-01-16 12:52:35','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e2063835971d5.86232826-jw529s7oVFHh7DyxrLXO3MhwenQwtjnV','','','2020-01-16 08:22:11','2020-01-16 13:22:11','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6874',0,'scheduled-action','',3),(6875,0,'2020-01-16 09:22:11','2020-01-16 14:22:11','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e20722e5d94f5.85832711-gHpdiP5hBmjpgQQqspWgvHdqBH7UmkSa','','','2020-01-16 09:24:46','2020-01-16 14:24:46','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6875',1,'scheduled-action','',3),(6876,0,'2020-01-16 09:22:11','2020-01-16 14:22:11','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e20722e694429.52041889-oeGHGngaWuaPZRxOgZ0imyQY1kElFNH7','','','2020-01-16 09:24:46','2020-01-16 14:24:46','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6876',1,'scheduled-action','',3),(6878,0,'2020-01-16 10:24:46','2020-01-16 15:24:46','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e208c461d9585.24107068-LPxDWPzPxEtsQKvNKggrq5WkK7oeWoIv','','','2020-01-16 11:16:06','2020-01-16 16:16:06','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6878',1,'scheduled-action','',3),(7262,0,'2020-02-03 02:13:56','2020-02-03 07:13:56','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e37d9badaec98.34881392-xZCSUfXgc84cchLW9eL8RlqBTOeanDxQ','','','2020-02-03 03:28:42','2020-02-03 08:28:42','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7262',1,'scheduled-action','',3),(7261,0,'2020-02-03 01:05:16','2020-02-03 06:05:16','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e37ba24dabd59.70372446-Qfvtbgk6RyNV1Vfezm5Ufd71e9UxrheD','','','2020-02-03 01:13:56','2020-02-03 06:13:56','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7261',1,'scheduled-action','',3),(7263,0,'2020-02-03 02:13:56','2020-02-03 07:13:56','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e37d9bae46541.23010644-2CBRm2n1FsINBYshO80VXiwGEbjyvSNh','','','2020-02-03 03:28:42','2020-02-03 08:28:42','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7263',1,'scheduled-action','',3),(7264,0,'2020-02-03 04:28:42','2020-02-03 09:28:42','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e37f7215505a1.27313263-1udo7a6Fl3e7QpwNvbOmNsTVsTDt2RJN','','','2020-02-03 05:34:09','2020-02-03 10:34:09','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7264',1,'scheduled-action','',3),(5398,0,'1970-01-01 00:00:00','0000-00-00 00:00:00','PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPCEtLWdlbmVyYXRvcj0namV0cGFjay03LjguMSctLT4KPD94bWwtc3R5bGVzaGVldCB0eXBlPSJ0ZXh0L3hzbCIgaHJlZj0iLy9iZXN0Y2VyYWtvdGVmbG9yaWRhLmNvbS9zaXRlbWFwLWluZGV4LnhzbCI/Pgo8c2l0ZW1hcGluZGV4IHhtbG5zPSJodHRwOi8vd3d3LnNpdGVtYXBzLm9yZy9zY2hlbWFzL3NpdGVtYXAvMC45Ij48c2l0ZW1hcD48bG9jPmh0dHBzOi8vYmVzdGNlcmFrb3RlZmxvcmlkYS5jb20vc2l0ZW1hcC0xLnhtbDwvbG9jPjxsYXN0bW9kPjIwMTktMDMtMThUMjE6MDQ6MThaPC9sYXN0bW9kPjwvc2l0ZW1hcD48c2l0ZW1hcD48bG9jPmh0dHBzOi8vYmVzdGNlcmFrb3RlZmxvcmlkYS5jb20vaW1hZ2Utc2l0ZW1hcC0xLnhtbDwvbG9jPjxsYXN0bW9kPjIwMTktMDQtMjBUMDQ6MzU6MTBaPC9sYXN0bW9kPjwvc2l0ZW1hcD48L3NpdGVtYXBpbmRleD4K','sitemap.xml','','draft','closed','closed','','','','','2020-02-11 06:37:04','2020-02-11 11:37:04','',0,'https://bestcerakoteflorida.com/?p=5398',0,'jp_sitemap_master','',0),(6849,0,'2020-01-15 13:34:07','2020-01-15 18:34:07','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e1f5df5dfe108.37935860-bwic1rGuBJqhgyW341VuvPwb2Yrcu8Im','','','2020-01-15 13:46:13','2020-01-15 18:46:13','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6849',1,'scheduled-action','',3),(6848,0,'2020-01-15 12:28:06','2020-01-15 17:28:06','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e1f4d0fa256e1.84851521-HKqjq8MSI9pee5mC1MkOZdwPiOXzf3Gr','','','2020-01-15 12:34:07','2020-01-15 17:34:07','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6848',0,'scheduled-action','',3),(7269,0,'2020-02-03 09:52:49','2020-02-03 14:52:49','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e3867971a95a2.07226932-SNbahRwo4AT31iitj8emrFtpZmC2beTv','','','2020-02-03 13:33:59','2020-02-03 18:33:59','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7269',1,'scheduled-action','',3),(7267,0,'2020-02-03 06:34:09','2020-02-03 11:34:09','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e3825b1ab90d2.96334841-CAQdcXHVzbkaGsmFxyJVBEPKqRVRT4Zi','','','2020-02-03 08:52:49','2020-02-03 13:52:49','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7267',1,'scheduled-action','',3),(7265,0,'2020-02-03 04:28:42','2020-02-03 09:28:42','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e37f7215edae3.01450460-abnR4wzPxeLAXZNrYGoYzNoL1rL2plkH','','','2020-02-03 05:34:09','2020-02-03 10:34:09','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7265',1,'scheduled-action','',3),(7266,0,'2020-02-03 06:34:09','2020-02-03 11:34:09','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e3825b1a14013.09318963-39lfYkUWuWGPwLrhWUVHKkm6YxzZagDx','','','2020-02-03 08:52:49','2020-02-03 13:52:49','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7266',1,'scheduled-action','',3),(7270,0,'2020-02-03 14:33:59','2020-02-03 19:33:59','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e3887f8d5eb57.16003431-VsTf8fQHNTgvW0oOODCoUAaUfOjdS6YI','','','2020-02-03 15:52:08','2020-02-03 20:52:08','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7270',1,'scheduled-action','',3),(6854,0,'2020-01-15 16:05:02','2020-01-15 21:05:02','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e1f82cabaa4b9.32623084-qXATWQyrWuqfWxUfTM3iNNciMpgG4Imq','','','2020-01-15 16:23:22','2020-01-15 21:23:22','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6854',0,'scheduled-action','',3),(6833,0,'2020-01-15 02:16:49','2020-01-15 07:16:49','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e1ecad62d79a6.00356367-8esIdJFQbX66wdea3LiQlomOOyUDDgUr','','','2020-01-15 03:18:30','2020-01-15 08:18:30','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6833',1,'scheduled-action','',3),(6835,0,'2020-01-15 04:18:30','2020-01-15 09:18:30','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e1ee23cef2b16.60265262-0JeXlwlsIFpP0QhBCXnzGOvXKFSqA8Dh','','','2020-01-15 04:58:20','2020-01-15 09:58:20','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6835',1,'scheduled-action','',3),(6836,0,'2020-01-15 04:18:30','2020-01-15 09:18:30','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e1ee23d04e8a1.73842029-llg73WpBeYEiDln04QIybe6U0zWTPPHq','','','2020-01-15 04:58:21','2020-01-15 09:58:21','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6836',1,'scheduled-action','',3),(6838,0,'2020-01-15 05:58:21','2020-01-15 10:58:21','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e1ef1a74296d0.01091607-OWssOh31G4oyZSqoz0kdDb79xaqSkfym','','','2020-01-15 06:04:07','2020-01-15 11:04:07','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6838',0,'scheduled-action','',3),(6840,0,'2020-01-15 07:04:07','2020-01-15 12:04:07','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e1f003f3ad9b3.46275922-P58OoK1S5DMEcYC2a01qzFyBFx5DbJ64','','','2020-01-15 07:06:23','2020-01-15 12:06:23','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6840',0,'scheduled-action','',3),(6830,0,'2020-01-14 23:35:56','2020-01-15 04:35:56','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e1e9b44914555.99860123-xsM6CJa9Yd3fEIj9vgPHMThFk5CHspNo','','','2020-01-14 23:55:32','2020-01-15 04:55:32','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6830',0,'scheduled-action','',3),(6842,0,'2020-01-15 08:06:23','2020-01-15 13:06:23','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e1f131994b024.66867018-uCx9aT4hwRihoTlkVpKWpmKQ4gWH8w69','','','2020-01-15 08:26:49','2020-01-15 13:26:49','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6842',1,'scheduled-action','',3),(7268,0,'2020-02-03 09:52:49','2020-02-03 14:52:49','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e3867970cc8b2.68548199-AFjYUbPVtA0QpnVE2lY9kCojmeHSmzlN','','','2020-02-03 13:33:59','2020-02-03 18:33:59','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7268',1,'scheduled-action','',3),(7279,0,'2020-02-03 21:44:52','2020-02-04 02:44:52','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e38e1e1350474.94770224-VFfWMWmgBEB8BjqH5gldIh4TvUS19mzj','','','2020-02-03 22:15:45','2020-02-04 03:15:45','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7279',0,'scheduled-action','',3),(7281,0,'2020-02-03 23:15:45','2020-02-04 04:15:45','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e38f03b85ee23.29827894-wBUl59i0Gu6EHn9L8mkjeahjbRLLeOlt','','','2020-02-03 23:16:59','2020-02-04 04:16:59','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7281',0,'scheduled-action','',3),(6826,0,'2020-01-14 20:14:55','2020-01-15 01:14:55','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e1e71b7e38400.82147157-KQLd1dg2XRhe0ssLStJEk5YIMxz3nN0z','','','2020-01-14 20:58:15','2020-01-15 01:58:15','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6826',0,'scheduled-action','',3),(6829,0,'2020-01-14 23:35:56','2020-01-15 04:35:56','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e1e9b44871ab2.84926177-lnEBsRFhaQzjTnIy1IhMA22eRrNjIa8r','','','2020-01-14 23:55:32','2020-01-15 04:55:32','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6829',0,'scheduled-action','',3),(6834,0,'2020-01-15 02:16:49','2020-01-15 07:16:49','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e1ecad63a7453.83420355-rxqAcp1crL0TQVWPUNim0jhhhsS57Exa','','','2020-01-15 03:18:30','2020-01-15 08:18:30','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6834',1,'scheduled-action','',3),(6809,0,'2020-01-13 23:39:49','2020-01-14 04:39:49','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e1d53d7080541.43583952-GC9rcJphSpOJsjZwS4ul6yOK6MKXcrZQ','','','2020-01-14 00:38:31','2020-01-14 05:38:31','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6809',1,'scheduled-action','',3),(7272,0,'2020-02-03 16:52:08','2020-02-03 21:52:08','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e389e11e2ac30.27638599-P3klvdhsKQjzqbfvZV9xReQCTg2qnjzx','','','2020-02-03 17:26:25','2020-02-03 22:26:25','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7272',0,'scheduled-action','',3),(7274,0,'2020-02-03 18:26:25','2020-02-03 23:26:25','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e38b961be1c47.63607832-42t2hxkTpTrpDGRkjf4sP7GxDlMRkWxC','','','2020-02-03 19:22:57','2020-02-04 00:22:57','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7274',1,'scheduled-action','',3),(7299,0,'2020-02-04 13:42:26','2020-02-04 18:42:26','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e39e291e88bf0.54028416-KiZMs7TlUMLCkkaussLNMuSZGc5yPQjr','','','2020-02-04 16:30:57','2020-02-04 21:30:57','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7299',1,'scheduled-action','',3),(6805,0,'2020-01-13 19:52:33','2020-01-14 00:52:33','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e1d200bdf9d55.36710792-bzdBTMmC5byrmrbO95TqOt2OpwQOjWq8','','','2020-01-13 20:57:31','2020-01-14 01:57:31','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6805',1,'scheduled-action','',3),(7284,0,'2020-02-04 01:33:12','2020-02-04 06:33:12','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e39156cd7a727.31005382-2RK1tAQGmaFZY5ZknrTkiJbiUItDeWwi','','','2020-02-04 01:55:40','2020-02-04 06:55:40','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7284',0,'scheduled-action','',3),(7286,0,'2020-02-04 02:55:40','2020-02-04 07:55:40','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e392ca792a698.29392390-OcUm6tq4Qo7vcmSJBgoge6XGAtxgUjJy','','','2020-02-04 03:34:47','2020-02-04 08:34:47','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7286',1,'scheduled-action','',3),(6797,0,'2020-01-13 13:34:39','2020-01-13 18:34:39','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e1cc3f9ac8e17.92949743-2VhDecP56FClPMzjDfeg2L8m7GdiqQW8','','','2020-01-13 14:24:41','2020-01-13 19:24:41','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6797',1,'scheduled-action','',3),(6799,0,'2020-01-13 15:24:41','2020-01-13 20:24:41','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e1cd53b01d6a5.04875218-CIW49SvO4MMzEiId58h6BgYirIeXF50N','','','2020-01-13 15:38:19','2020-01-13 20:38:19','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6799',0,'scheduled-action','',3),(6804,0,'2020-01-13 18:40:22','2020-01-13 23:40:22','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e1d02c1367b27.90302063-VHZuruvuvLyn55162NMWo4biWeOiqQI7','','','2020-01-13 18:52:33','2020-01-13 23:52:33','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6804',1,'scheduled-action','',3),(6803,0,'2020-01-13 18:40:22','2020-01-13 23:40:22','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e1d02c1253628.27809338-kghB3V1zhm3TBjsWwAn9qCVooOFG2REz','','','2020-01-13 18:52:33','2020-01-13 23:52:33','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6803',1,'scheduled-action','',3),(6796,0,'2020-01-13 10:09:51','2020-01-13 15:09:51','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e1caa2fc46ac4.60460270-PSBKGvFR4OBIFMCnhcxy9k3N6Ci8I4Q6','','','2020-01-13 12:34:39','2020-01-13 17:34:39','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6796',1,'scheduled-action','',3),(6801,0,'2020-01-13 16:38:19','2020-01-13 21:38:19','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e1cf1d6529da5.47461123-FlHOVXL4I4vAS9N5RNJ86hvyyPXmvGlR','','','2020-01-13 17:40:22','2020-01-13 22:40:22','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6801',1,'scheduled-action','',3),(6798,0,'2020-01-13 13:34:39','2020-01-13 18:34:39','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e1cc3f9b8cbb3.16482727-V6eAtlxSVR5DJ9XDUbyXcBws1vXJIEqc','','','2020-01-13 14:24:41','2020-01-13 19:24:41','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6798',1,'scheduled-action','',3),(7300,0,'2020-02-04 17:30:57','2020-02-04 22:30:57','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e3a22bb7a1f77.66682181-uvS8pZ97dg3VA1CqQEliakxiGHHzh1wb','','','2020-02-04 21:04:43','2020-02-05 02:04:43','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7300',1,'scheduled-action','',3),(7023,0,'2020-01-23 01:42:39','2020-01-23 06:42:39','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e295d357dfe80.31810027-Q5j2SK6Z29g09hqxycvBLC7VPUgMpxLW','','','2020-01-23 03:45:41','2020-01-23 08:45:41','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7023',1,'scheduled-action','',3),(6785,0,'2020-01-13 01:10:14','2020-01-13 06:10:14','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e1c0b99d2ff22.29133319-qyjjfpa6SCWNJIYdPRv1SA27Z0RldLGu','','','2020-01-13 01:18:01','2020-01-13 06:18:01','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6785',0,'scheduled-action','',3),(6783,0,'2020-01-12 22:04:22','2020-01-13 03:04:22','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e1bfbb6bea435.39297734-2GIq5FHdPSpCCnQvj4w0fwFqlzYvfing','','','2020-01-13 00:10:14','2020-01-13 05:10:14','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6783',1,'scheduled-action','',3),(6784,0,'2020-01-12 22:04:22','2020-01-13 03:04:22','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e1bfbb6cb9d50.94713527-3M5Ep56pt0f0PzKOIUHEVCBLBKCIqj8H','','','2020-01-13 00:10:14','2020-01-13 05:10:14','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6784',1,'scheduled-action','',3),(6786,0,'2020-01-13 01:10:14','2020-01-13 06:10:14','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e1c0b99e26627.99787387-ZFgvusW0o6GBIKNhnn0RdNt3J505H22F','','','2020-01-13 01:18:01','2020-01-13 06:18:01','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6786',0,'scheduled-action','',3),(7332,0,'2020-02-06 21:53:50','2020-02-07 02:53:50','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e3cd65820d357.87502007-YJoTtnznGs83OoWiSTvNDUyeMPUIdrVP','','','2020-02-06 22:15:36','2020-02-07 03:15:36','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7332',1,'scheduled-action','',3),(7334,0,'2020-02-06 23:15:36','2020-02-07 04:15:36','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e3cfa374f4461.80160109-hP5PgwOTTKeFavyKBvp2qk25KzBQOuF5','','','2020-02-07 00:48:39','2020-02-07 05:48:39','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7334',0,'scheduled-action','',3),(7336,0,'2020-02-07 01:48:39','2020-02-07 06:48:39','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e3d0b2e867d55.31135869-shAbHF0j29JnYMrOV8vSOvBdnuYGNIz1','','','2020-02-07 02:01:02','2020-02-07 07:01:02','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7336',0,'scheduled-action','',3),(7337,0,'2020-02-07 01:48:39','2020-02-07 06:48:39','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e3d0b2e98c794.53278018-7YgXLgqqTIeblOiXx6soWeMViKZu3MWG','','','2020-02-07 02:01:02','2020-02-07 07:01:02','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7337',0,'scheduled-action','',3),(7339,0,'2020-02-07 03:01:02','2020-02-07 08:01:02','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e3d2e034f5820.00867705-SgA0VCrAZCRrkmaHL7DklRqWDPbdkm1e','','','2020-02-07 04:29:39','2020-02-07 09:29:39','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7339',1,'scheduled-action','',3),(7341,0,'2020-02-07 05:29:39','2020-02-07 10:29:39','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e3d585d1690b3.25582321-QFF61EszGFzn5X9ZUJLszGBvSBt97aW6','','','2020-02-07 07:30:21','2020-02-07 12:30:21','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7341',1,'scheduled-action','',3),(7343,0,'2020-02-07 08:30:21','2020-02-07 13:30:21','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e3d8824117363.19708827-KGaCB3LHOCcQ7hNex7c41XMXnMNuL3el','','','2020-02-07 10:54:12','2020-02-07 15:54:12','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7343',1,'scheduled-action','',3),(7345,0,'2020-02-07 11:54:12','2020-02-07 16:54:12','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e3db177f26a66.23783878-wIGDhC1h1jdFAAgMmzIPleqP0WpFmDLE','','','2020-02-07 13:50:31','2020-02-07 18:50:31','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7345',1,'scheduled-action','',3),(7347,0,'2020-02-07 14:50:32','2020-02-07 19:50:32','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e3dbfa417ec06.07929384-SklhxYr0Hi4olOA5coQQ1X8ov6Qmjeay','','','2020-02-07 14:51:00','2020-02-07 19:51:00','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7347',0,'scheduled-action','',3),(7348,0,'2020-02-07 15:51:00','2020-02-07 20:51:00','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e3df4b6e62090.88857428-VgmZhSdCoM6twVMNK7lIUpKhR4hZ4d64','','','2020-02-07 18:37:26','2020-02-07 23:37:26','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7348',1,'scheduled-action','',3),(7349,0,'2020-02-07 15:51:00','2020-02-07 20:51:00','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e3df4b6eeb925.59310833-5mUeLDojkSPWog2jmvlq4k8N5kvydsCE','','','2020-02-07 18:37:26','2020-02-07 23:37:26','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7349',1,'scheduled-action','',3),(7351,0,'2020-02-07 19:37:26','2020-02-08 00:37:26','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e3e082a88d5c4.65796435-TTafXE7HQSgjzmF4njMkf8oSFve9ffnj','','','2020-02-07 20:00:26','2020-02-08 01:00:26','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7351',1,'scheduled-action','',3),(7353,0,'2020-02-07 21:00:26','2020-02-08 02:00:26','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e3e1717721398.87856995-JemEjtTFsxLdZHbAnnjAuEyunnXbXzKW','','','2020-02-07 21:04:07','2020-02-08 02:04:07','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7353',0,'scheduled-action','',3),(7354,0,'2020-02-07 22:04:07','2020-02-08 03:04:07','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e3e2700299c55.44105950-ZjT5H8HFgERxK0m7kOi53q3Xm6uAQYFQ','','','2020-02-07 22:12:00','2020-02-08 03:12:00','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7354',0,'scheduled-action','',3),(7355,0,'2020-02-07 22:04:07','2020-02-08 03:04:07','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e3e2700334119.51505454-CRFOg6bNRqhWBlgxinnGc59Ria5sOgfk','','','2020-02-07 22:12:00','2020-02-08 03:12:00','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7355',0,'scheduled-action','',3),(7357,0,'2020-02-07 23:12:00','2020-02-08 04:12:00','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e3e398f540ea9.45857758-uqaQpWlCpiTrCIDNKuXNJcc8o7V3ODlZ','','','2020-02-07 23:31:11','2020-02-08 04:31:11','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7357',0,'scheduled-action','',3),(7359,0,'2020-02-08 00:31:11','2020-02-08 05:31:11','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e3e50740aeba3.77525980-Gwq7QfVLTMtD6OQfvF02DydYkOEm6E4w','','','2020-02-08 01:08:52','2020-02-08 06:08:52','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7359',1,'scheduled-action','',3),(7361,0,'2020-02-08 02:08:52','2020-02-08 07:08:52','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e3e658ae05aa0.61697114-owWnFT73j5jYRV8wLlNtKDAyhDYBUlnJ','','','2020-02-08 02:38:50','2020-02-08 07:38:50','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7361',0,'scheduled-action','',3),(7363,0,'2020-02-08 03:38:50','2020-02-08 08:38:50','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e3e7f66cc99c0.55855126-vS440M4D3hC6892ZmWMFLknJu5rCxx70','','','2020-02-08 04:29:10','2020-02-08 09:29:10','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7363',0,'scheduled-action','',3),(7365,0,'2020-02-08 05:29:10','2020-02-08 10:29:10','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e3f07ab4a4708.55154977-HBtvxjViZfUdepnGsuAfOffBhH8izXBm','','','2020-02-08 14:10:35','2020-02-08 19:10:35','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7365',1,'scheduled-action','',3),(7367,0,'2020-02-08 15:10:35','2020-02-08 20:10:35','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e3f33b1a60e51.70793535-SnKwAtQBKs8IOcBQmf7h5h7b3wQf6qk1','','','2020-02-08 17:18:25','2020-02-08 22:18:25','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7367',1,'scheduled-action','',3),(7369,0,'2020-02-08 18:18:25','2020-02-08 23:18:25','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e3f4c28769ca0.27866728-YDBZaqwehim50DqyKH7EsL7tpV80nkrw','','','2020-02-08 19:02:48','2020-02-09 00:02:48','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7369',0,'scheduled-action','',3),(7371,0,'2020-02-08 20:02:48','2020-02-09 01:02:48','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e3f61f9cf5611.58184749-FF2LajAMnLCZpu3xgX04ztYF27Rw9aI7','','','2020-02-08 20:35:53','2020-02-09 01:35:53','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7371',1,'scheduled-action','',3),(7373,0,'2020-02-08 21:35:53','2020-02-09 02:35:53','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e3f81f716b516.94668616-BM1zq1O56hk9WV7RHpXhEgP1U2avHLcO','','','2020-02-08 22:52:23','2020-02-09 03:52:23','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7373',1,'scheduled-action','',3),(7288,0,'2020-02-04 04:34:47','2020-02-04 09:34:47','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e39513bda0c88.81834730-9J2WrG9IUYrwDoiTlPzLQmXBdzjUepvo','','','2020-02-04 06:10:51','2020-02-04 11:10:51','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7288',1,'scheduled-action','',3),(7283,0,'2020-02-04 00:16:59','2020-02-04 05:16:59','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e390218417b65.50822275-p3PNO0yTophsKfEJA7Q1COyBwR4Mu4pA','','','2020-02-04 00:33:12','2020-02-04 05:33:12','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7283',1,'scheduled-action','',3),(7278,0,'2020-02-03 21:44:52','2020-02-04 02:44:52','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e38e1e12b82e1.44394701-9NKeNri8NwgGcoqUWOXrLL8K2DUZIonS','','','2020-02-03 22:15:45','2020-02-04 03:15:45','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7278',0,'scheduled-action','',3),(7282,0,'2020-02-04 00:16:59','2020-02-04 05:16:59','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e390218387503.10966107-F97bXeubzcYImiKVwU0vOTjtpfuvqsO5','','','2020-02-04 00:33:12','2020-02-04 05:33:12','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7282',1,'scheduled-action','',3),(7280,0,'2020-02-03 23:15:45','2020-02-04 04:15:45','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e38f03b7a5e38.49904625-F4RFnNGTYyxvxbTlYonyUeeQoR5IzaYs','','','2020-02-03 23:16:59','2020-02-04 04:16:59','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7280',0,'scheduled-action','',3),(7285,0,'2020-02-04 01:33:12','2020-02-04 06:33:12','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e39156ce569d8.86009860-EQOMvwiqdIklcNElTyNa4SyjbiDoXmtT','','','2020-02-04 01:55:40','2020-02-04 06:55:40','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7285',0,'scheduled-action','',3),(7358,0,'2020-02-08 00:31:11','2020-02-08 05:31:11','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e3e5074005575.90340388-v3wfJcqsFpn61bXLGRGIOpaK4PpPEMG2','','','2020-02-08 01:08:52','2020-02-08 06:08:52','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7358',1,'scheduled-action','',3),(7360,0,'2020-02-08 02:08:52','2020-02-08 07:08:52','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e3e658ad61165.06400920-REbfvUI9yezTYWC3AelSZ5mre48fPamQ','','','2020-02-08 02:38:50','2020-02-08 07:38:50','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7360',0,'scheduled-action','',3),(7362,0,'2020-02-08 03:38:50','2020-02-08 08:38:50','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e3e7f66c0fd92.97593276-yI70BEyREvUbWG6UP67iPxWODwviZcvT','','','2020-02-08 04:29:10','2020-02-08 09:29:10','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7362',0,'scheduled-action','',3),(7364,0,'2020-02-08 05:29:10','2020-02-08 10:29:10','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e3f07ab3f8817.43932152-wW2l1GYv6n4qHVyJyrTPCBd83kKcvDip','','','2020-02-08 14:10:35','2020-02-08 19:10:35','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7364',1,'scheduled-action','',3),(7366,0,'2020-02-08 15:10:35','2020-02-08 20:10:35','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e3f33b19b6fc7.55374347-Vn0j3ZRS4eb3QglhhjG4XlsKAqVv1FnJ','','','2020-02-08 17:18:25','2020-02-08 22:18:25','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7366',1,'scheduled-action','',3),(7368,0,'2020-02-08 18:18:25','2020-02-08 23:18:25','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e3f4c286a1cd5.73597581-MdIxKg5rLEIuMcsBdDyMkmso8SfsIz2R','','','2020-02-08 19:02:48','2020-02-09 00:02:48','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7368',0,'scheduled-action','',3),(7370,0,'2020-02-08 20:02:48','2020-02-09 01:02:48','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e3f61f9c04747.81976116-Rjg4id8k9hN9yLTwDV8yG6cu1VXtLfZB','','','2020-02-08 20:35:53','2020-02-09 01:35:53','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7370',1,'scheduled-action','',3),(7372,0,'2020-02-08 21:35:53','2020-02-09 02:35:53','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e3f81f7094936.71786007-YNL5GB8M3gfYeZVUyOqviAHzGiH2c7Gq','','','2020-02-08 22:52:23','2020-02-09 03:52:23','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7372',1,'scheduled-action','',3),(7375,0,'2020-02-08 23:52:23','2020-02-09 04:52:23','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e3f93c9830171.05417334-PN7N8fx5nbx7NFgd434uZPyna4Ow0Qoz','','','2020-02-09 00:08:25','2020-02-09 05:08:25','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7375',1,'scheduled-action','',3),(7377,0,'2020-02-09 01:08:25','2020-02-09 06:08:25','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e3fa43984b7e9.12820522-EFNHXoz4swEJHge4WHAZxwPBFwfACawa','','','2020-02-09 01:18:33','2020-02-09 06:18:33','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7377',0,'scheduled-action','',3),(7379,0,'2020-02-09 02:18:33','2020-02-09 07:18:33','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e3ff0f66dd1c2.97595634-Fm00voqGbqHZzuGx6xGZg6GNSCDhBr3C','','','2020-02-09 06:45:58','2020-02-09 11:45:58','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7379',0,'scheduled-action','',3),(7374,0,'2020-02-08 23:52:23','2020-02-09 04:52:23','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e3f93c9790d87.06375511-cC9oHuNZRSqj3khWE8KUblE8wlfdYaeU','','','2020-02-09 00:08:25','2020-02-09 05:08:25','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7374',1,'scheduled-action','',3),(7376,0,'2020-02-09 01:08:25','2020-02-09 06:08:25','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e3fa4396d6e45.33998910-nUFzjf2zsqqCMSkmNGt2bS64hpEDAJrp','','','2020-02-09 01:18:33','2020-02-09 06:18:33','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7376',0,'scheduled-action','',3),(7378,0,'2020-02-09 02:18:33','2020-02-09 07:18:33','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e3ff0f65efb44.86352802-e5rE12AzwydHs1eIX7PVmXj9QgmPHjMo','','','2020-02-09 06:45:58','2020-02-09 11:45:58','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7378',0,'scheduled-action','',3),(7380,0,'2020-02-09 07:45:58','2020-02-09 12:45:58','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e401c478ab395.32282572-2fY26AyKoCE2sLuBNZQxIpjOdSbkN7UN','','','2020-02-09 09:50:47','2020-02-09 14:50:47','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7380',1,'scheduled-action','',3),(7381,0,'2020-02-09 07:45:58','2020-02-09 12:45:58','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e401c4794dca1.54978070-8yZ87RzKFd6VTzYMTfoDzbT16UPHfpuD','','','2020-02-09 09:50:47','2020-02-09 14:50:47','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7381',1,'scheduled-action','',3),(7382,0,'2020-02-09 10:50:47','2020-02-09 15:50:47','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e402cab2b8880.97364280-NzW6Zba5KEuxIcxNaruNhEj4qz7DWSZ3','','','2020-02-09 11:00:43','2020-02-09 16:00:43','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7382',0,'scheduled-action','',3),(7383,0,'2020-02-09 10:50:47','2020-02-09 15:50:47','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e402cab3c8c60.71448689-wONkDU8h76bFqHeZMcwv9IZbb4sdojyE','','','2020-02-09 11:00:43','2020-02-09 16:00:43','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7383',0,'scheduled-action','',3),(7384,0,'2020-02-09 12:00:43','2020-02-09 17:00:43','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e404011bfb895.99021846-gH7P9tm6rlL5RCPHBg5ykiEshmJOQcSR','','','2020-02-09 12:23:29','2020-02-09 17:23:29','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7384',1,'scheduled-action','',3),(7385,0,'2020-02-09 12:00:43','2020-02-09 17:00:43','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e404011ca4f71.32904457-5ymmkoP5D1Ib0ZKRv9inSFA12aNushse','','','2020-02-09 12:23:29','2020-02-09 17:23:29','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7385',1,'scheduled-action','',3),(7387,0,'2020-02-09 13:23:29','2020-02-09 18:23:29','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e4050f4485f54.18674820-hS7U0z3xx5DiB2MOAJLXsEdobFB194ZK','','','2020-02-09 13:35:32','2020-02-09 18:35:32','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7387',1,'scheduled-action','',3),(7388,0,'2020-02-16 12:23:29','2020-02-16 17:23:29','[]','woocommerce_update_marketplace_suggestions','','pending','open','closed','','','','','2020-02-16 12:23:29','2020-02-16 17:23:29','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&p=7388',0,'scheduled-action','',1),(7386,0,'2020-02-09 13:23:29','2020-02-09 18:23:29','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e4050f43841e3.42214464-Ck4SWrwZTDnFhXlqg8OXwS8Wny0MHJ0Q','','','2020-02-09 13:35:32','2020-02-09 18:35:32','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7386',1,'scheduled-action','',3),(7389,0,'2020-02-09 14:35:32','2020-02-09 19:35:32','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e40715959d487.68211577-3geSiXFlfblWRivBOVFLOi8220oAiOO0','','','2020-02-09 15:53:45','2020-02-09 20:53:45','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7389',1,'scheduled-action','',3),(7391,0,'2020-02-09 16:53:45','2020-02-09 21:53:45','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e409d172f3f57.28888387-6gud2AQjw7T3c73vJWWq8L0i8L36Sv0G','','','2020-02-09 19:00:23','2020-02-10 00:00:23','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7391',1,'scheduled-action','',3),(7393,0,'2020-02-09 20:00:23','2020-02-10 01:00:23','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e40b6c15702d4.71968538-cv5kbKWf6id5l9qECLHB2OmCfHsUZov8','','','2020-02-09 20:49:53','2020-02-10 01:49:53','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7393',0,'scheduled-action','',3),(7395,0,'2020-02-09 21:49:53','2020-02-10 02:49:53','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e40ca58e0e4c2.06913397-eNtLAcVMZdXb56itDfdzjOoVXYjX2ZFY','','','2020-02-09 22:13:28','2020-02-10 03:13:28','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7395',1,'scheduled-action','',3),(7396,0,'2020-02-09 21:49:53','2020-02-10 02:49:53','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e40ca58eb93a0.70377027-hfhYolq5mUZvPokw3326EdCtAIOWl9fT','','','2020-02-09 22:13:28','2020-02-10 03:13:28','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7396',1,'scheduled-action','',3),(7400,0,'2020-02-10 01:33:43','2020-02-10 06:33:43','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e4111435d25e6.65680108-desUKnb38d5h9s5GLBTOh3KwBdPeoxK8','','','2020-02-10 03:16:03','2020-02-10 08:16:03','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7400',1,'scheduled-action','',3),(7398,0,'2020-02-09 23:13:28','2020-02-10 04:13:28','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e40eb372fd0c4.94477888-pD7bY8VyV1rKP7CBr8wyoCl2sUHTYwba','','','2020-02-10 00:33:43','2020-02-10 05:33:43','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7398',1,'scheduled-action','',3),(7397,0,'2020-02-09 23:13:28','2020-02-10 04:13:28','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e40eb37226fb4.45996742-r2HMDXDfgEdZLczOChYVAnw5Tz6lah1i','','','2020-02-10 00:33:43','2020-02-10 05:33:43','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7397',1,'scheduled-action','',3),(7399,0,'2020-02-10 01:33:43','2020-02-10 06:33:43','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e411143502351.82745641-IYUNGwa5B0E5MLg5WfBvhahxYm9CCuon','','','2020-02-10 03:16:03','2020-02-10 08:16:03','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7399',1,'scheduled-action','',3),(7401,0,'2020-02-10 04:16:03','2020-02-10 09:16:03','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e412206780781.83750710-jNCIIQB2btFFppFtZC7d8WttMmwqCv4s','','','2020-02-10 04:27:34','2020-02-10 09:27:34','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7401',1,'scheduled-action','',3),(7402,0,'2020-02-10 04:16:03','2020-02-10 09:16:03','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e412206815312.79000342-AJFjiSQPFwVwQyizBMM9p9u2IyevUySX','','','2020-02-10 04:27:34','2020-02-10 09:27:34','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7402',1,'scheduled-action','',3),(6814,0,'2020-01-14 03:12:26','2020-01-14 08:12:26','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e1daa6c95a4e8.57606726-SoBve4QOFXcJQfN4s7fL5sI6x47ADxrP','','','2020-01-14 06:47:56','2020-01-14 11:47:56','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6814',1,'scheduled-action','',3),(6816,0,'2020-01-14 07:47:56','2020-01-14 12:47:56','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e1dc613469eb5.13473790-HjHY2oIrNTWpgglUIUS1Fm1t5LHAaCCL','','','2020-01-14 08:45:55','2020-01-14 13:45:55','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=6816',1,'scheduled-action','',3),(7178,0,'2020-01-29 23:54:41','2020-01-30 04:54:41','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e3298e77ce070.36571115-pOgFfNYt23qibUc8mlIb2IiBtbHz71hf','','','2020-01-30 03:50:47','2020-01-30 08:50:47','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7178',1,'scheduled-action','',3),(7180,0,'2020-01-30 04:50:47','2020-01-30 09:50:47','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e32ba8d8f2280.05241375-RwXADxugPaaE7e4BK8EyqnsPj4gIBBPP','','','2020-01-30 06:14:21','2020-01-30 11:14:21','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7180',1,'scheduled-action','',3),(7173,0,'2020-01-29 16:45:53','2020-01-29 21:45:53','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e31fe3990e190.70667656-aEy1sVMjKTbscNqTX3Skacvwwsw8W2WX','','','2020-01-29 16:50:49','2020-01-29 21:50:49','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7173',0,'scheduled-action','',3),(7174,0,'2020-01-29 16:45:53','2020-01-29 21:45:53','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e31fe39a5b783.39275464-cKUFYmXZRy0MRIPpaR8OOuOOGhfvniN4','','','2020-01-29 16:50:49','2020-01-29 21:50:49','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7174',0,'scheduled-action','',3),(7176,0,'2020-01-29 17:50:49','2020-01-29 22:50:49','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e325381daffa5.16806589-64tBu9u2915cgjTyADVeYKDQxr0W39p0','','','2020-01-29 22:54:41','2020-01-30 03:54:41','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7176',1,'scheduled-action','',3),(7175,0,'2020-01-29 17:50:49','2020-01-29 22:50:49','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e325381d070d8.13530924-Gj3KE3mhe856hT1BPKZQJQSpxUSPDsfs','','','2020-01-29 22:54:41','2020-01-30 03:54:41','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7175',1,'scheduled-action','',3),(7177,0,'2020-01-29 23:54:41','2020-01-30 04:54:41','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e3298e7673ee5.45196288-L2YqrsrIz9NKZHDj5DV7ombd0XHEljHf','','','2020-01-30 03:50:47','2020-01-30 08:50:47','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7177',1,'scheduled-action','',3),(7179,0,'2020-01-30 04:50:47','2020-01-30 09:50:47','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e32ba8d84fd91.39494699-w4sFnwyJGNHmXGq1ZblJ9hkgGd3jwBLn','','','2020-01-30 06:14:21','2020-01-30 11:14:21','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7179',1,'scheduled-action','',3),(7182,0,'2020-01-30 07:14:21','2020-01-30 12:14:21','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e32cad6b496c8.55542995-I1PqpqkzokgVzzMs0YgkUGNoeFmacXDN','','','2020-01-30 07:23:50','2020-01-30 12:23:50','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7182',1,'scheduled-action','',3),(7184,0,'2020-01-30 08:23:50','2020-01-30 13:23:50','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e33144c22ac84.98701032-AnpWbbCcmU6RRJetyK0NxOOzYZcw7Akq','','','2020-01-30 12:37:16','2020-01-30 17:37:16','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7184',1,'scheduled-action','',3),(7186,0,'2020-01-30 13:37:16','2020-01-30 18:37:16','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e3338f7971875.39976194-LswuCMln8de6cgmeAGL1KA9TxgcjDEv1','','','2020-01-30 15:13:43','2020-01-30 20:13:43','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7186',1,'scheduled-action','',3),(7188,0,'2020-01-30 16:13:43','2020-01-30 21:13:43','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e3385c2b285b0.99661774-cv9g1FBjoxEaIXaoFaWB9NnI2VpdSO3b','','','2020-01-30 20:41:22','2020-01-31 01:41:22','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7188',1,'scheduled-action','',3),(7190,0,'2020-01-30 21:41:22','2020-01-31 02:41:22','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e3397d6acb935.06900340-j9nLGVL7VtiQXakHZoeNAgaNu2keTEHt','','','2020-01-30 21:58:30','2020-01-31 02:58:30','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7190',0,'scheduled-action','',3),(7192,0,'2020-01-30 22:58:30','2020-01-31 03:58:30','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e33b39e2620c7.77711985-qj2ix0zZ4l5CriJvoGjTj7rZl9XEulGF','','','2020-01-30 23:57:02','2020-01-31 04:57:02','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7192',1,'scheduled-action','',3),(7181,0,'2020-01-30 07:14:21','2020-01-30 12:14:21','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e32cad6a99730.64726812-2Pq7564NxUH96CcYcCYZuDXOw80pq6hn','','','2020-01-30 07:23:50','2020-01-30 12:23:50','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7181',1,'scheduled-action','',3),(7183,0,'2020-01-30 08:23:50','2020-01-30 13:23:50','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e33144c16f189.74894093-IJpmSupAlvhkQJF6NkQDo3vPSV18ihfX','','','2020-01-30 12:37:16','2020-01-30 17:37:16','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7183',1,'scheduled-action','',3),(7185,0,'2020-01-30 13:37:16','2020-01-30 18:37:16','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e3338f78c2855.49453967-74kZHqNQBuWuWduwem46WFzO8F7ew0BC','','','2020-01-30 15:13:43','2020-01-30 20:13:43','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7185',1,'scheduled-action','',3),(7187,0,'2020-01-30 16:13:43','2020-01-30 21:13:43','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e3385c2a81077.17231596-x48kIq9KNFu6c0uRkThjwJTvokwy1ckz','','','2020-01-30 20:41:22','2020-01-31 01:41:22','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7187',1,'scheduled-action','',3),(7189,0,'2020-01-30 21:41:22','2020-01-31 02:41:22','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e3397d69e2dc3.79727137-IF8TpRT8dgCT6ySPmsJqubUgUoKkeptJ','','','2020-01-30 21:58:30','2020-01-31 02:58:30','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7189',0,'scheduled-action','',3),(7191,0,'2020-01-30 22:58:30','2020-01-31 03:58:30','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e33b39e1754f9.95712270-v8ZQ2mzrethCQqjkXdVQhJq0wtgrKdxD','','','2020-01-30 23:57:02','2020-01-31 04:57:02','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7191',1,'scheduled-action','',3),(7193,0,'2020-01-31 00:57:02','2020-01-31 05:57:02','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e33c6ce192632.60713084-c93hdhVL4wyIuSRUcN9BMOyIPBrzbck7','','','2020-01-31 01:18:54','2020-01-31 06:18:54','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7193',1,'scheduled-action','',3),(7194,0,'2020-01-31 00:57:02','2020-01-31 05:57:02','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e33c6ce245562.13873167-2FiKlG6z1tKd3RB2NIPZlAW69g4TqMvE','','','2020-01-31 01:18:54','2020-01-31 06:18:54','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7194',1,'scheduled-action','',3),(7195,0,'2020-01-31 02:18:54','2020-01-31 07:18:54','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e33d7376453b2.12637582-ynON4YV1nWqk5aYR7sDeyqrIjo9zLGis','','','2020-01-31 02:28:55','2020-01-31 07:28:55','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7195',0,'scheduled-action','',3),(7196,0,'2020-01-31 02:18:54','2020-01-31 07:18:54','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e33d737745751.56717022-LOVCG6mbMVieM8lwSvLnnYSNnwQROhAF','','','2020-01-31 02:28:55','2020-01-31 07:28:55','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7196',0,'scheduled-action','',3),(7197,0,'2020-01-31 03:28:55','2020-01-31 08:28:55','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e34049ec015b5.18124138-cHlqGErveDdDAZhXMN1fqF45ZM9JND14','','','2020-01-31 05:42:38','2020-01-31 10:42:38','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7197',1,'scheduled-action','',3),(7198,0,'2020-01-31 03:28:55','2020-01-31 08:28:55','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e34049ece2154.96715035-NuFeluhjyrw4TeAjg6XE2T56mpuzWV0c','','','2020-01-31 05:42:38','2020-01-31 10:42:38','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7198',1,'scheduled-action','',3),(7200,0,'2020-01-31 06:42:38','2020-01-31 11:42:38','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e3429d89cf074.11282406-uyLFt2DI06KmfQsuc3zIAr4kptwmSOZN','','','2020-01-31 08:21:28','2020-01-31 13:21:28','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7200',0,'scheduled-action','',3),(7201,0,'2020-01-31 09:21:28','2020-01-31 14:21:28','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e344902359fa9.16507851-nPle3RVdhBuUrcqnwwnJIfYfuCOAP49z','','','2020-01-31 10:34:26','2020-01-31 15:34:26','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7201',1,'scheduled-action','',3),(7199,0,'2020-01-31 06:42:38','2020-01-31 11:42:38','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e3429d891e8c2.39679453-hMSpEn9bhJyd4xpO9j3biBFG72NzpCvn','','','2020-01-31 08:21:28','2020-01-31 13:21:28','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7199',0,'scheduled-action','',3),(7206,0,'2020-01-31 13:56:39','2020-01-31 18:56:39','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e34b20a720e41.09531492-evKMC80iRXaoOeqoDWfR8ZtvmPwTlrgs','','','2020-01-31 18:02:34','2020-01-31 23:02:34','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7206',1,'scheduled-action','',3),(7207,0,'2020-01-31 19:02:34','2020-02-01 00:02:34','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e34c5afbd3009.26232190-ncaMwC8rhBJKeFEkC00MLzeTNj3715Vo','','','2020-01-31 19:26:23','2020-02-01 00:26:23','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7207',1,'scheduled-action','',3),(7208,0,'2020-01-31 19:02:34','2020-02-01 00:02:34','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e34c5afc784a4.14256658-UZLNLirAWUdrtjTsn0XQBBKfzVx8rcRH','','','2020-01-31 19:26:23','2020-02-01 00:26:23','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7208',1,'scheduled-action','',3),(7210,0,'2020-01-31 20:26:23','2020-02-01 01:26:23','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e34ee937c5cd0.06884901-wHS1SAAIvNP7VsxaNEI8GgpUdWiXJfXj','','','2020-01-31 22:20:51','2020-02-01 03:20:51','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7210',1,'scheduled-action','',3),(7212,0,'2020-01-31 23:20:51','2020-02-01 04:20:51','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e34fdf2c9bdf0.98738573-x4ecS6lFrogxel1wgAIYFAuLK5c6F1CE','','','2020-01-31 23:26:26','2020-02-01 04:26:26','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7212',0,'scheduled-action','',3),(7214,0,'2020-02-01 00:26:26','2020-02-01 05:26:26','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e350fad914439.23994444-Owp59UanM2dysXEmsK0aAK9wQry42x91','','','2020-02-01 00:42:05','2020-02-01 05:42:05','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7214',0,'scheduled-action','',3),(7231,0,'2020-02-01 19:25:18','2020-02-02 00:25:18','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e361d96ee45b3.13427003-NG7TxYU5qvmGOMNlffYwlxpSffldQX4I','','','2020-02-01 19:53:42','2020-02-02 00:53:42','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7231',1,'scheduled-action','',3),(7232,0,'2020-02-01 19:25:18','2020-02-02 00:25:18','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e361d97032c46.03513440-NGUbebIJuWR0RFAUhybhPnNjGPcPD6r5','','','2020-02-01 19:53:43','2020-02-02 00:53:43','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7232',1,'scheduled-action','',3),(7233,0,'2020-02-01 20:53:42','2020-02-02 01:53:42','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e36582e8029a9.83029413-s3jByTZuxOGHMZ8wAiRwZXUr8WxWwnkI','','','2020-02-02 00:03:42','2020-02-02 05:03:42','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7233',1,'scheduled-action','',3),(7234,0,'2020-02-01 20:53:43','2020-02-02 01:53:43','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e36582e8bf2c6.11817019-oAvbW9MfP4fQsKXLPx7sWdiDaR8gG2Tr','','','2020-02-02 00:03:42','2020-02-02 05:03:42','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7234',1,'scheduled-action','',3),(7235,0,'2020-02-02 01:03:42','2020-02-02 06:03:42','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e36701d3890f5.74995775-hyzjhj3tpdhoukKzmgcoV6Th164dY76U','','','2020-02-02 01:45:49','2020-02-02 06:45:49','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7235',1,'scheduled-action','',3),(7236,0,'2020-02-02 01:03:42','2020-02-02 06:03:42','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e36701d434df0.89722385-cRpOfbID5Kt5tESJEuRuyYIPLOpRDnT1','','','2020-02-02 01:45:49','2020-02-02 06:45:49','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7236',1,'scheduled-action','',3),(7238,0,'2020-02-02 02:45:49','2020-02-02 07:45:49','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e36882e1cf502.02115614-eJHyBNuqm1lZfMs8HEUm2BxsYbIW5mPw','','','2020-02-02 03:28:30','2020-02-02 08:28:30','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7238',1,'scheduled-action','',3),(7228,0,'2020-02-01 15:54:48','2020-02-01 20:54:48','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e35f9608a4a31.10071544-i0Cghl0NiMN6ropIiyUOHxrouLsssGGs','','','2020-02-01 17:19:12','2020-02-01 22:19:12','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7228',1,'scheduled-action','',3),(7230,0,'2020-02-01 18:19:12','2020-02-01 23:19:12','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e3608de8ca2f8.97440626-3UOD5tJ0lz2Z4IH5iT372FulDBZjDj3J','','','2020-02-01 18:25:18','2020-02-01 23:25:18','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7230',0,'scheduled-action','',3),(7237,0,'2020-02-02 02:45:49','2020-02-02 07:45:49','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e36882e10fbb0.87557465-YhybAr7ie6LK5wLfxT0ojZEmnJH7J1ug','','','2020-02-02 03:28:30','2020-02-02 08:28:30','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7237',1,'scheduled-action','',3),(7239,0,'2020-02-02 04:28:30','2020-02-02 09:28:30','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e36b764193e93.20821354-rFHPoZsfgLXQKPhpugMjcFnI9w40cE1w','','','2020-02-02 06:49:56','2020-02-02 11:49:56','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7239',1,'scheduled-action','',3),(7240,0,'2020-02-02 04:28:30','2020-02-02 09:28:30','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e36b764235347.68568604-I5L7yFvNSni7sXw6hTnAXtLRhf4feEW3','','','2020-02-02 06:49:56','2020-02-02 11:49:56','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7240',1,'scheduled-action','',3),(7242,0,'2020-02-02 07:49:56','2020-02-02 12:49:56','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e36c5c8d982e3.21399319-2BF9z4dUnF21n9PvnyZKxGTbaSx5IDCx','','','2020-02-02 07:51:20','2020-02-02 12:51:20','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7242',0,'scheduled-action','',3),(7243,0,'2020-02-02 08:51:20','2020-02-02 13:51:20','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e36d4e08699a1.20405035-eOamOcPmFBkz92I1EHZsybHmHjAsNc7C','','','2020-02-02 08:55:44','2020-02-02 13:55:44','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7243',0,'scheduled-action','',3),(7244,0,'2020-02-02 08:51:20','2020-02-02 13:51:20','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e36d4e0922c17.98921337-9RdS4HzKcPvtPdq2atlMydT0FmXOo9Qx','','','2020-02-02 08:55:44','2020-02-02 13:55:44','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7244',0,'scheduled-action','',3),(7252,0,'2020-02-02 14:15:43','2020-02-02 19:15:43','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5e3722fcd45fa3.99123475-IZvm5ywPTrRXuIkeZNW4H66aGNfJb0b0','','','2020-02-02 14:29:00','2020-02-02 19:29:00','',0,'https://bestcerakoteflorida.com/?post_type=scheduled-action&#038;p=7252',0,'scheduled-action','',3);
/*!40000 ALTER TABLE `wpbe_posts` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpbe_snippets`
--

DROP TABLE IF EXISTS `wpbe_snippets`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpbe_snippets` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `name` tinytext COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `description` text COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `code` longtext COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `tags` longtext COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `scope` varchar(15) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'global',
  `active` tinyint(1) NOT NULL DEFAULT 0,
  `priority` smallint(6) NOT NULL DEFAULT 10,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpbe_snippets`
--

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

--
-- Table structure for table `wpbe_tab_event_log`
--

DROP TABLE IF EXISTS `wpbe_tab_event_log`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpbe_tab_event_log` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `page_id` bigint(20) unsigned NOT NULL,
  `variation_id` bigint(20) unsigned NOT NULL,
  `test_id` bigint(20) unsigned NOT NULL,
  `date` datetime DEFAULT NULL,
  `event_type` tinyint(2) DEFAULT NULL,
  `revenue` decimal(10,2) NOT NULL DEFAULT 0.00,
  `goal_page` bigint(20) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `idx_page_id` (`page_id`),
  KEY `idx_variation_id` (`variation_id`),
  KEY `idx_test_id` (`test_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpbe_tab_event_log`
--

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

--
-- Table structure for table `wpbe_tab_test_items`
--

DROP TABLE IF EXISTS `wpbe_tab_test_items`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpbe_tab_test_items` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `page_id` bigint(20) unsigned NOT NULL,
  `variation_id` bigint(20) unsigned NOT NULL,
  `test_id` bigint(20) unsigned NOT NULL,
  `title` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `is_control` tinyint(3) unsigned NOT NULL DEFAULT 0,
  `is_winner` tinyint(3) unsigned NOT NULL DEFAULT 0,
  `impressions` int(10) unsigned NOT NULL DEFAULT 0,
  `unique_impressions` int(10) unsigned NOT NULL DEFAULT 0,
  `conversions` int(10) unsigned NOT NULL DEFAULT 0,
  `revenue` decimal(10,2) unsigned NOT NULL DEFAULT 0.00,
  `active` tinyint(3) unsigned NOT NULL DEFAULT 1,
  `stopped_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`id`),
  KEY `idx_page_id` (`page_id`),
  KEY `idx_variation_id` (`variation_id`),
  KEY `idx_test_id` (`test_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpbe_tab_test_items`
--

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

--
-- Table structure for table `wpbe_tab_tests`
--

DROP TABLE IF EXISTS `wpbe_tab_tests`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpbe_tab_tests` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `page_id` bigint(20) unsigned NOT NULL,
  `title` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `status` enum('running','completed','archived') COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'running',
  `auto_win_enabled` tinyint(3) unsigned NOT NULL DEFAULT 1,
  `auto_win_min_conversions` int(10) unsigned NOT NULL DEFAULT 100,
  `auto_win_min_duration` tinyint(3) unsigned NOT NULL DEFAULT 14,
  `auto_win_chance_original` decimal(5,2) unsigned NOT NULL DEFAULT 95.00,
  `notes` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `type` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'monetary',
  `date_added` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `date_started` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `date_completed` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `goal_pages` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `idx_page_id` (`page_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpbe_tab_tests`
--

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

--
-- Table structure for table `wpbe_tcb_api_error_log`
--

DROP TABLE IF EXISTS `wpbe_tcb_api_error_log`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpbe_tcb_api_error_log` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `date` datetime DEFAULT NULL,
  `error_message` varchar(400) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `api_data` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `connection` varchar(64) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `list_id` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpbe_tcb_api_error_log`
--

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

--
-- Table structure for table `wpbe_tcm_email_hash`
--

DROP TABLE IF EXISTS `wpbe_tcm_email_hash`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpbe_tcm_email_hash` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `email` varchar(190) COLLATE utf8mb4_unicode_ci NOT NULL,
  `email_hash` varchar(190) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpbe_tcm_email_hash`
--

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

--
-- Table structure for table `wpbe_tcm_logs`
--

DROP TABLE IF EXISTS `wpbe_tcm_logs`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpbe_tcm_logs` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `email` varchar(190) COLLATE utf8mb4_unicode_ci NOT NULL,
  `achievement` varchar(190) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `extra` varchar(190) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `email_index` (`email`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpbe_tcm_logs`
--

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

--
-- Table structure for table `wpbe_td_fields`
--

DROP TABLE IF EXISTS `wpbe_td_fields`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpbe_td_fields` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `group_id` int(11) NOT NULL,
  `name` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `type` int(11) NOT NULL,
  `data` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `is_default` int(11) NOT NULL DEFAULT 0,
  `created_at` datetime DEFAULT NULL,
  `updated_at` datetime DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=29 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpbe_td_fields`
--

LOCK TABLES `wpbe_td_fields` WRITE;
/*!40000 ALTER TABLE `wpbe_td_fields` DISABLE KEYS */;
INSERT INTO `wpbe_td_fields` VALUES (1,1,'Name',0,NULL,1,NULL,NULL),(2,1,'Address',1,NULL,1,NULL,NULL),(3,2,'Name',0,NULL,1,NULL,NULL),(4,1,'Phone number',2,NULL,1,NULL,NULL),(5,2,'Address',1,NULL,1,NULL,NULL),(6,1,'Alternative phone number',2,NULL,1,NULL,NULL),(7,1,'Email address',3,NULL,1,NULL,NULL),(8,2,'Phone number',2,NULL,1,NULL,NULL),(9,2,'Alternative phone number',2,NULL,1,NULL,NULL),(10,3,'Privacy policy',4,'a:2:{s:4:\"text\";s:14:\"Privacy policy\";s:3:\"url\";s:0:\"\";}',1,NULL,NULL),(11,3,'Disclaimer',4,'a:2:{s:4:\"text\";s:10:\"Disclaimer\";s:3:\"url\";s:0:\"\";}',1,NULL,NULL),(12,2,'Email address',3,NULL,1,NULL,NULL),(13,3,'Terms and Conditions',4,'a:2:{s:4:\"text\";s:20:\"Terms and Conditions\";s:3:\"url\";s:0:\"\";}',1,NULL,NULL),(14,3,'Contact',4,'a:2:{s:4:\"text\";s:7:\"Contact\";s:3:\"url\";s:0:\"\";}',1,NULL,NULL),(15,4,'Privacy policy',4,'a:2:{s:4:\"text\";s:14:\"Privacy policy\";s:3:\"url\";s:0:\"\";}',1,NULL,NULL),(16,5,'Facebook Page',4,NULL,1,NULL,NULL),(17,4,'Disclaimer',4,'a:2:{s:4:\"text\";s:10:\"Disclaimer\";s:3:\"url\";s:0:\"\";}',1,NULL,NULL),(18,5,'YouTube',4,NULL,1,NULL,NULL),(19,4,'Terms and Conditions',4,'a:2:{s:4:\"text\";s:20:\"Terms and Conditions\";s:3:\"url\";s:0:\"\";}',1,NULL,NULL),(20,5,'LinkedIn',4,NULL,1,NULL,NULL),(21,5,'Pinterest',4,NULL,1,NULL,NULL),(22,4,'Contact',4,'a:2:{s:4:\"text\";s:7:\"Contact\";s:3:\"url\";s:0:\"\";}',1,NULL,NULL),(23,5,'Instagram',4,NULL,1,NULL,NULL),(24,6,'Facebook Page',4,NULL,1,NULL,NULL),(25,6,'YouTube',4,NULL,1,NULL,NULL),(26,6,'LinkedIn',4,NULL,1,NULL,NULL),(27,6,'Pinterest',4,NULL,1,NULL,NULL),(28,6,'Instagram',4,NULL,1,NULL,NULL);
/*!40000 ALTER TABLE `wpbe_td_fields` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpbe_td_groups`
--

DROP TABLE IF EXISTS `wpbe_td_groups`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpbe_td_groups` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `name` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `is_default` int(11) NOT NULL DEFAULT 0,
  `created_at` datetime DEFAULT NULL,
  `updated_at` datetime DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpbe_td_groups`
--

LOCK TABLES `wpbe_td_groups` WRITE;
/*!40000 ALTER TABLE `wpbe_td_groups` DISABLE KEYS */;
INSERT INTO `wpbe_td_groups` VALUES (1,'Company',1,NULL,NULL),(2,'Company',1,NULL,NULL),(3,'Legal',1,NULL,NULL),(4,'Legal',1,NULL,NULL),(5,'Social',1,NULL,NULL),(6,'Social',1,NULL,NULL);
/*!40000 ALTER TABLE `wpbe_td_groups` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpbe_term_relationships`
--

DROP TABLE IF EXISTS `wpbe_term_relationships`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpbe_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=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpbe_term_relationships`
--

LOCK TABLES `wpbe_term_relationships` WRITE;
/*!40000 ALTER TABLE `wpbe_term_relationships` DISABLE KEYS */;
INSERT INTO `wpbe_term_relationships` VALUES (6796,42,0),(202,3,0),(7062,42,0),(7354,42,0),(201,2,0),(7338,42,0),(7430,42,0),(7429,42,0),(7065,42,0),(7334,42,0),(7064,42,0),(6792,42,0),(7340,42,0),(415,38,0),(260,24,0),(260,23,0),(414,38,0),(7063,42,0),(430,2,0),(7361,42,0),(7360,42,0),(7105,42,0),(7106,42,0),(7054,42,0),(7055,42,0),(7058,42,0),(7059,42,0),(7122,42,0),(7121,42,0),(7365,42,0),(7364,42,0),(7367,42,0),(7366,42,0),(7117,42,0),(7052,42,0),(7053,42,0),(7046,42,0),(7047,42,0),(7377,42,0),(7376,42,0),(7118,42,0),(7302,42,0),(7373,42,0),(7372,42,0),(7303,42,0),(7412,42,0),(7411,42,0),(7390,42,0),(7389,42,0),(7379,42,0),(7378,42,0),(7422,42,0),(7421,42,0),(7394,42,0),(7393,42,0),(6917,42,0),(6918,42,0),(7383,42,0),(7382,42,0),(6911,42,0),(6912,42,0),(7333,42,0),(6950,42,0),(6951,42,0),(7188,42,0),(7201,42,0),(7392,42,0),(7391,42,0),(7398,42,0),(7397,42,0),(7332,42,0),(6825,42,0),(6826,42,0),(7408,42,0),(7407,42,0),(7224,42,0),(7225,42,0),(6865,42,0),(6866,42,0),(7402,42,0),(7401,42,0),(6869,42,0),(6870,42,0),(7404,42,0),(7403,42,0),(7410,42,0),(7409,42,0),(7406,42,0),(7405,42,0),(7416,42,0),(7415,42,0),(7254,42,0),(6817,42,0),(6818,42,0),(6787,42,0),(6788,42,0),(6815,42,0),(6816,42,0),(7418,42,0),(7417,42,0),(6811,42,0),(6812,42,0),(6766,42,0),(6767,42,0),(7414,42,0),(7413,42,0),(6823,42,0),(6824,42,0),(6827,42,0),(6828,42,0),(6803,42,0),(6804,42,0),(6779,42,0),(6780,42,0),(7426,42,0),(7425,42,0),(7432,42,0),(7431,42,0),(6752,42,0),(6753,42,0),(6762,42,0),(6763,42,0),(6754,42,0),(6755,42,0),(6756,42,0),(6757,42,0),(6758,42,0),(6759,42,0),(6797,42,0),(6798,42,0),(6760,42,0),(6761,42,0),(6777,42,0),(6778,42,0),(6764,42,0),(6765,42,0),(6775,42,0),(6776,42,0),(6768,42,0),(6769,42,0),(6770,42,0),(6771,42,0),(6772,42,0),(6773,42,0),(6781,42,0),(6782,42,0),(6783,42,0),(6784,42,0),(6785,42,0),(6786,42,0),(6863,42,0),(6864,42,0),(6789,42,0),(6790,42,0),(7103,42,0),(6831,42,0),(6832,42,0),(6793,42,0),(6794,42,0),(6853,42,0),(6854,42,0),(6849,42,0),(6850,42,0),(6801,42,0),(6802,42,0),(7104,42,0),(6805,42,0),(6806,42,0),(7084,42,0),(6813,42,0),(6814,42,0),(6821,42,0),(6822,42,0),(7085,42,0),(7092,42,0),(6861,42,0),(6862,42,0),(6819,42,0),(6820,42,0),(6829,42,0),(6830,42,0),(6962,42,0),(6963,42,0),(6839,42,0),(6840,42,0),(6897,42,0),(6898,42,0),(6889,42,0),(6890,42,0),(6851,42,0),(6852,42,0),(6974,42,0),(6975,42,0),(7255,42,0),(7235,42,0),(7243,42,0),(7253,42,0),(6867,42,0),(6868,42,0),(6859,42,0),(6860,42,0),(7236,42,0),(7252,42,0),(6871,42,0),(6872,42,0),(6899,42,0),(6900,42,0),(6895,42,0),(6896,42,0),(6877,42,0),(6878,42,0),(6972,42,0),(6973,42,0),(6883,42,0),(6884,42,0),(7228,42,0),(6881,42,0),(6882,42,0),(6885,42,0),(6886,42,0),(6970,42,0),(6971,42,0),(7226,42,0),(7227,42,0),(6887,42,0),(6888,42,0),(6913,42,0),(6914,42,0),(6891,42,0),(6892,42,0),(7223,42,0),(6893,42,0),(6894,42,0),(7196,42,0),(6903,42,0),(6904,42,0),(6901,42,0),(6902,42,0),(7202,42,0),(7195,42,0),(6905,42,0),(6906,42,0),(7186,42,0),(7187,42,0),(6907,42,0),(6908,42,0),(6909,42,0),(6910,42,0),(6927,42,0),(6928,42,0),(6915,42,0),(6916,42,0),(6996,42,0),(6997,42,0),(6948,42,0),(6949,42,0),(7015,42,0),(7034,42,0),(7000,42,0),(7001,42,0),(6929,42,0),(6930,42,0),(6923,42,0),(6924,42,0),(6919,42,0),(6920,42,0),(7060,42,0),(7061,42,0),(7090,42,0),(7091,42,0),(6921,42,0),(6922,42,0),(6925,42,0),(6926,42,0),(6931,42,0),(6932,42,0),(7010,42,0),(7011,42,0),(6939,42,0),(6940,42,0),(6946,42,0),(6947,42,0),(6933,42,0),(6934,42,0),(6941,42,0),(6942,42,0),(6935,42,0),(6936,42,0),(6937,42,0),(6938,42,0),(7093,42,0),(7072,42,0),(6944,42,0),(6945,42,0),(6956,42,0),(6957,42,0),(6952,42,0),(6953,42,0),(7035,42,0),(7185,42,0),(6954,42,0),(6955,42,0),(6964,42,0),(6965,42,0),(6988,42,0),(6989,42,0),(6958,42,0),(6959,42,0),(6960,42,0),(6961,42,0),(7073,42,0),(7070,42,0),(7071,42,0),(6966,42,0),(6967,42,0),(6968,42,0),(6969,42,0),(7115,42,0),(7014,42,0),(7003,42,0),(6978,42,0),(7002,42,0),(6982,42,0),(6979,42,0),(6981,42,0),(6984,42,0),(6985,42,0),(7116,42,0),(7123,42,0),(7124,42,0),(7175,42,0),(7176,42,0),(7050,42,0),(6986,42,0),(6987,42,0),(7051,42,0),(7044,42,0),(7045,42,0),(7056,42,0),(6994,42,0),(6995,42,0),(7057,42,0),(7016,42,0),(6998,42,0),(6999,42,0),(7006,42,0),(7007,42,0),(7008,42,0),(7009,42,0),(7004,42,0),(7005,42,0),(7022,42,0),(7023,42,0),(7107,42,0),(7108,42,0),(7012,42,0),(7013,42,0),(7033,42,0),(7029,42,0),(7032,42,0),(7018,42,0),(7019,42,0),(7017,42,0),(7028,42,0),(7020,42,0),(7021,42,0),(7040,42,0),(7041,42,0),(7024,42,0),(7025,42,0),(7026,42,0),(7027,42,0),(7030,42,0),(7031,42,0),(7036,42,0),(7037,42,0),(7038,42,0),(7039,42,0),(7042,42,0),(7043,42,0),(7048,42,0),(7049,42,0),(7119,42,0),(7120,42,0),(7068,42,0),(7069,42,0),(7088,42,0),(7089,42,0),(7066,42,0),(7067,42,0),(7086,42,0),(7087,42,0),(7074,42,0),(7075,42,0),(7076,42,0),(7077,42,0),(7078,42,0),(7079,42,0),(7080,42,0),(7081,42,0),(7082,42,0),(7083,42,0),(7094,42,0),(7095,42,0),(7096,42,0),(7097,42,0),(7328,42,0),(7329,42,0),(7098,42,0),(7099,42,0),(7336,42,0),(7337,42,0),(7100,42,0),(7101,42,0),(7111,42,0),(7112,42,0),(7131,42,0),(7132,42,0),(7109,42,0),(7110,42,0),(7113,42,0),(7114,42,0),(7306,42,0),(7307,42,0),(7173,42,0),(7174,42,0),(7139,42,0),(7140,42,0),(7125,42,0),(7126,42,0),(7290,42,0),(7291,42,0),(7137,42,0),(7138,42,0),(7127,42,0),(7128,42,0),(7129,42,0),(7130,42,0),(7288,42,0),(7289,42,0),(7274,42,0),(7275,42,0),(7282,42,0),(7283,42,0),(7135,42,0),(7136,42,0),(7133,42,0),(7134,42,0),(7312,42,0),(7313,42,0),(7258,42,0),(7259,42,0),(7141,42,0),(7142,42,0),(7316,42,0),(7317,42,0),(7143,42,0),(7144,42,0),(7318,42,0),(7319,42,0),(7231,42,0),(7232,42,0),(7203,42,0),(7204,42,0),(7147,42,0),(7148,42,0),(7205,42,0),(7206,42,0),(7145,42,0),(7146,42,0),(7163,42,0),(7164,42,0),(7193,42,0),(7194,42,0),(7149,42,0),(7150,42,0),(7165,42,0),(7166,42,0),(7189,42,0),(7190,42,0),(7161,42,0),(7162,42,0),(7153,42,0),(7154,42,0),(7151,42,0),(7152,42,0),(7159,42,0),(7160,42,0),(7197,42,0),(7198,42,0),(7157,42,0),(7158,42,0),(7155,42,0),(7156,42,0),(7167,42,0),(7168,42,0),(7169,42,0),(7170,42,0),(7171,42,0),(7172,42,0),(7179,42,0),(7180,42,0),(7177,42,0),(7178,42,0),(7181,42,0),(7182,42,0),(7183,42,0),(7184,42,0),(7191,42,0),(7192,42,0),(7209,42,0),(7210,42,0),(7199,42,0),(7200,42,0),(7207,42,0),(7208,42,0),(7427,42,0),(7428,42,0),(7215,42,0),(7216,42,0),(7423,42,0),(7424,42,0),(7211,42,0),(7212,42,0),(7213,42,0),(7214,42,0),(7219,42,0),(7220,42,0),(7217,42,0),(7218,42,0),(7247,42,0),(7248,42,0),(7374,42,0),(7375,42,0),(7229,42,0),(7230,42,0),(7241,42,0),(7242,42,0),(7314,42,0),(7315,42,0),(7233,42,0),(7234,42,0),(7245,42,0),(7246,42,0),(7237,42,0),(7238,42,0),(7256,42,0),(7257,42,0),(7239,42,0),(7240,42,0),(6991,42,0),(7249,42,0),(7250,42,0),(6990,42,0),(6993,42,0),(7322,42,0),(7323,42,0),(6992,42,0),(7260,42,0),(7261,42,0),(6980,42,0),(6983,42,0),(6977,42,0),(6976,42,0),(6880,42,0),(6879,42,0),(7244,42,0),(6858,42,0),(6857,42,0),(6856,42,0),(7264,42,0),(7265,42,0),(6855,42,0),(6848,42,0),(7266,42,0),(7267,42,0),(7268,42,0),(7269,42,0),(6847,42,0),(6846,42,0),(7298,42,0),(7299,42,0),(7284,42,0),(7285,42,0),(6845,42,0),(6874,42,0),(6873,42,0),(6836,42,0),(7272,42,0),(7273,42,0),(6835,42,0),(7278,42,0),(7279,42,0),(6838,42,0),(7286,42,0),(7287,42,0),(6837,42,0),(6834,42,0),(7292,42,0),(7293,42,0),(6833,42,0),(7304,42,0),(7305,42,0),(7308,42,0),(7309,42,0),(7310,42,0),(7311,42,0),(7342,42,0),(7343,42,0),(7348,42,0),(7349,42,0),(7350,42,0),(7351,42,0),(6842,42,0),(7320,42,0),(7321,42,0),(7326,42,0),(7327,42,0),(6841,42,0),(7362,42,0),(7363,42,0),(6844,42,0),(6843,42,0),(6808,42,0),(7368,42,0),(7369,42,0),(6807,42,0),(6800,42,0),(6799,42,0),(7330,42,0),(7331,42,0),(6795,42,0),(7355,42,0),(7335,42,0),(6791,42,0),(7341,42,0),(7339,42,0),(7222,42,0),(7221,42,0),(7325,42,0),(7324,42,0),(7263,42,0),(7262,42,0),(7301,42,0),(7300,42,0),(7297,42,0),(7296,42,0),(7271,42,0),(7270,42,0),(7277,42,0),(7276,42,0),(7281,42,0),(7280,42,0),(7295,42,0),(7294,42,0),(7345,42,0),(7344,42,0),(7357,42,0),(7356,42,0),(7347,42,0),(7346,42,0),(7353,42,0),(7352,42,0),(7359,42,0),(7358,42,0),(7371,42,0),(7370,42,0),(7381,42,0),(7380,42,0),(7385,42,0),(7384,42,0),(7420,42,0),(7419,42,0),(7387,42,0),(7386,42,0),(7396,42,0),(7395,42,0),(7400,42,0),(7399,42,0),(6875,42,0),(6876,42,0),(6809,42,0),(6810,42,0);
/*!40000 ALTER TABLE `wpbe_term_relationships` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpbe_term_taxonomy`
--

DROP TABLE IF EXISTS `wpbe_term_taxonomy`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpbe_term_taxonomy` (
  `term_taxonomy_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `term_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `taxonomy` varchar(32) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `description` longtext COLLATE utf8mb4_unicode_ci 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=MyISAM AUTO_INCREMENT=43 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpbe_term_taxonomy`
--

LOCK TABLES `wpbe_term_taxonomy` WRITE;
/*!40000 ALTER TABLE `wpbe_term_taxonomy` DISABLE KEYS */;
INSERT INTO `wpbe_term_taxonomy` VALUES (1,1,'category','',0,0),(2,2,'tcb_symbols_tax','',0,2),(3,3,'tcb_symbols_tax','',0,1),(40,40,'action-group','',0,0),(5,5,'product_type','',0,0),(6,6,'product_type','',0,0),(7,7,'product_type','',0,0),(8,8,'product_type','',0,0),(9,9,'product_visibility','',0,0),(10,10,'product_visibility','',0,0),(11,11,'product_visibility','',0,0),(12,12,'product_visibility','',0,0),(13,13,'product_visibility','',0,0),(14,14,'product_visibility','',0,0),(15,15,'product_visibility','',0,0),(16,16,'product_visibility','',0,0),(17,17,'product_visibility','',0,0),(18,18,'product_cat','',0,0),(38,38,'tva_courses','Discover the 4 most powerful methods to put this new list building strategy to use.',0,2),(41,41,'action-group','',0,0),(42,42,'action-group','',0,674),(23,23,'category','',0,0),(24,24,'category','',0,0);
/*!40000 ALTER TABLE `wpbe_term_taxonomy` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpbe_termmeta`
--

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

--
-- Dumping data for table `wpbe_termmeta`
--

LOCK TABLES `wpbe_termmeta` WRITE;
/*!40000 ALTER TABLE `wpbe_termmeta` DISABLE KEYS */;
INSERT INTO `wpbe_termmeta` VALUES (137,38,'tva_cover_image','https://bestcerakoteflorida.com/wp-content/plugins/thrive-apprentice/img/default_cover.png'),(138,38,'tva_level','0'),(139,38,'tva_logged_in','0'),(140,38,'tva_roles','a:0:{}'),(141,38,'tva_topic','0'),(142,38,'tva_order','0'),(143,38,'tva_status','private'),(144,38,'tva_author','a:2:{s:2:\"ID\";N;s:10:\"user_login\";N;}');
/*!40000 ALTER TABLE `wpbe_termmeta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpbe_terms`
--

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

--
-- Dumping data for table `wpbe_terms`
--

LOCK TABLES `wpbe_terms` WRITE;
/*!40000 ALTER TABLE `wpbe_terms` DISABLE KEYS */;
INSERT INTO `wpbe_terms` VALUES (1,'Uncategorized','uncategorized',0),(2,'Headers','headers',0),(3,'Footers','footers',0),(40,'woocommerce-db-updates','woocommerce-db-updates',0),(5,'simple','simple',0),(6,'grouped','grouped',0),(7,'variable','variable',0),(8,'external','external',0),(9,'exclude-from-search','exclude-from-search',0),(10,'exclude-from-catalog','exclude-from-catalog',0),(11,'featured','featured',0),(12,'outofstock','outofstock',0),(13,'rated-1','rated-1',0),(14,'rated-2','rated-2',0),(15,'rated-3','rated-3',0),(16,'rated-4','rated-4',0),(17,'rated-5','rated-5',0),(18,'Uncategorized','uncategorized',0),(38,'Thrive Themes - Multi Step Mastery: Build a Targeted Mailing List','thrive-themes-multi-step-mastery-build-a-targeted-mailing-list',0),(41,'wc_update_product_lookup_tables','wc_update_product_lookup_tables',0),(42,'wc-admin-notes','wc-admin-notes',0),(23,'SBR','sbr',0),(24,'MK18','mk18',0);
/*!40000 ALTER TABLE `wpbe_terms` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpbe_tge_answers`
--

DROP TABLE IF EXISTS `wpbe_tge_answers`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpbe_tge_answers` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `question_id` int(10) unsigned NOT NULL,
  `next_question_id` int(10) unsigned DEFAULT NULL,
  `quiz_id` bigint(20) unsigned NOT NULL,
  `order` tinyint(3) unsigned DEFAULT NULL,
  `text` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `image` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `points` int(11) DEFAULT 1,
  `is_right` tinyint(1) unsigned NOT NULL DEFAULT 0,
  `tags` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `result_id` int(11) DEFAULT NULL,
  `feedback` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `question_id_index` (`question_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpbe_tge_answers`
--

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

--
-- Table structure for table `wpbe_tge_questions`
--

DROP TABLE IF EXISTS `wpbe_tge_questions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpbe_tge_questions` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `quiz_id` bigint(20) unsigned NOT NULL,
  `start` tinyint(4) unsigned DEFAULT NULL,
  `q_type` tinyint(4) NOT NULL,
  `text` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `image` text COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `description` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `settings` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `display_settings` mediumtext COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `next_question_id` int(10) unsigned DEFAULT NULL,
  `previous_question_id` int(10) unsigned DEFAULT NULL,
  `position` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `views` int(10) DEFAULT 0,
  PRIMARY KEY (`id`),
  KEY `quiz_id_index` (`quiz_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpbe_tge_questions`
--

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

--
-- Table structure for table `wpbe_tho_event_log`
--

DROP TABLE IF EXISTS `wpbe_tho_event_log`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpbe_tho_event_log` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `date` datetime DEFAULT NULL,
  `log_type` tinyint(2) DEFAULT NULL,
  `engagement_type` tinyint(2) DEFAULT NULL,
  `post_id` int(11) DEFAULT NULL,
  `variation` int(11) DEFAULT NULL,
  `post_type` varchar(128) DEFAULT NULL,
  `referrer` varchar(255) DEFAULT NULL,
  `archived` tinyint(1) DEFAULT 0,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpbe_tho_event_log`
--

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

--
-- Table structure for table `wpbe_tho_test_items`
--

DROP TABLE IF EXISTS `wpbe_tho_test_items`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpbe_tho_test_items` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `test_id` int(11) DEFAULT NULL,
  `variation_title` text DEFAULT NULL,
  `is_control` int(1) DEFAULT 0,
  `is_winner` int(1) DEFAULT 0,
  `views` int(11) DEFAULT 0,
  `engagements` int(11) DEFAULT 0,
  `active` tinyint(2) NOT NULL DEFAULT 1,
  `stopped_date` datetime DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpbe_tho_test_items`
--

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

--
-- Table structure for table `wpbe_tho_tests`
--

DROP TABLE IF EXISTS `wpbe_tho_tests`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpbe_tho_tests` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `post_id` int(11) DEFAULT NULL,
  `date_started` datetime DEFAULT NULL,
  `date_completed` datetime DEFAULT NULL,
  `config` text DEFAULT NULL,
  `status` int(3) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpbe_tho_tests`
--

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

--
-- Table structure for table `wpbe_tqb_event_log`
--

DROP TABLE IF EXISTS `wpbe_tqb_event_log`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpbe_tqb_event_log` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `date` datetime DEFAULT NULL,
  `event_type` tinyint(2) DEFAULT NULL,
  `variation_id` int(11) DEFAULT NULL,
  `user_unique` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `page_id` int(11) DEFAULT NULL,
  `optin` tinyint(4) DEFAULT NULL,
  `social_share` tinyint(4) DEFAULT NULL,
  `duplicate` tinyint(4) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpbe_tqb_event_log`
--

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

--
-- Table structure for table `wpbe_tqb_results`
--

DROP TABLE IF EXISTS `wpbe_tqb_results`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpbe_tqb_results` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `quiz_id` int(10) unsigned NOT NULL,
  `text` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpbe_tqb_results`
--

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

--
-- Table structure for table `wpbe_tqb_results_links`
--

DROP TABLE IF EXISTS `wpbe_tqb_results_links`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpbe_tqb_results_links` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `quiz_id` bigint(20) unsigned NOT NULL,
  `page_id` bigint(20) unsigned NOT NULL,
  `status` enum('valid','invalid') COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'valid',
  `lower_bound` int(11) NOT NULL DEFAULT 0,
  `upper_bound` int(11) NOT NULL DEFAULT 0,
  `type` enum('local','external') COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'local',
  `post_id` bigint(20) unsigned DEFAULT NULL,
  `link` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `result_id` int(10) unsigned DEFAULT NULL COMMENT 'quiz category id',
  `date_added` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `date_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`id`),
  KEY `IDX_quiz_id` (`quiz_id`),
  KEY `IDX_page_id` (`page_id`),
  KEY `IDX_post_id` (`post_id`),
  KEY `IDX_result_id` (`result_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpbe_tqb_results_links`
--

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

--
-- Table structure for table `wpbe_tqb_tests`
--

DROP TABLE IF EXISTS `wpbe_tqb_tests`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpbe_tqb_tests` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `page_id` int(11) NOT NULL,
  `date_added` datetime NOT NULL,
  `date_started` datetime NOT NULL,
  `date_completed` datetime NOT NULL,
  `title` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `notes` tinytext COLLATE utf8mb4_unicode_ci NOT NULL,
  `conversion_goal` int(11) DEFAULT NULL,
  `auto_win_enabled` int(11) NOT NULL,
  `auto_win_min_conversions` int(11) NOT NULL,
  `auto_win_min_duration` int(11) NOT NULL,
  `auto_win_chance_original` double NOT NULL,
  `status` int(11) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpbe_tqb_tests`
--

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

--
-- Table structure for table `wpbe_tqb_tests_items`
--

DROP TABLE IF EXISTS `wpbe_tqb_tests_items`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpbe_tqb_tests_items` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `test_id` int(11) NOT NULL,
  `variation_id` int(11) NOT NULL,
  `is_control` int(11) NOT NULL,
  `is_winner` int(11) NOT NULL,
  `impressions` int(11) NOT NULL,
  `optins` int(11) NOT NULL,
  `optins_conversions` int(11) NOT NULL,
  `social_shares` int(11) NOT NULL,
  `social_shares_conversions` int(11) NOT NULL,
  `active` tinyint(4) NOT NULL DEFAULT 1,
  `stopped_date` datetime NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpbe_tqb_tests_items`
--

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

--
-- Table structure for table `wpbe_tqb_user_answers`
--

DROP TABLE IF EXISTS `wpbe_tqb_user_answers`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpbe_tqb_user_answers` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `user_id` int(10) unsigned NOT NULL,
  `question_id` int(10) unsigned DEFAULT NULL,
  `answer_id` int(10) unsigned DEFAULT NULL,
  `quiz_id` int(10) unsigned DEFAULT NULL,
  `answer_text` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpbe_tqb_user_answers`
--

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

--
-- Table structure for table `wpbe_tqb_users`
--

DROP TABLE IF EXISTS `wpbe_tqb_users`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpbe_tqb_users` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `random_identifier` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `date_started` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `social_badge_link` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `email` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `points` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `quiz_id` bigint(20) NOT NULL,
  `completed_quiz` tinyint(3) unsigned DEFAULT NULL,
  `ignore_user` tinyint(4) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `quiz_id` (`quiz_id`),
  KEY `completed_quiz` (`completed_quiz`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpbe_tqb_users`
--

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

--
-- Table structure for table `wpbe_tqb_variations`
--

DROP TABLE IF EXISTS `wpbe_tqb_variations`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpbe_tqb_variations` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `quiz_id` int(11) NOT NULL,
  `date_added` datetime NOT NULL,
  `date_modified` datetime NOT NULL,
  `page_id` int(11) NOT NULL,
  `parent_id` int(11) NOT NULL DEFAULT 0,
  `post_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'publish',
  `post_title` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `is_control` tinyint(4) NOT NULL DEFAULT 0,
  `state_order` int(11) NOT NULL DEFAULT 0,
  `cache_impressions` int(11) NOT NULL DEFAULT 0,
  `cache_optins` int(11) NOT NULL DEFAULT 0,
  `cache_optins_conversions` int(11) NOT NULL DEFAULT 0,
  `cache_social_shares` int(11) NOT NULL DEFAULT 0,
  `cache_social_shares_conversions` int(11) NOT NULL DEFAULT 0,
  `tcb_fields` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `content` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpbe_tqb_variations`
--

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

--
-- Table structure for table `wpbe_tva_ipn_log`
--

DROP TABLE IF EXISTS `wpbe_tva_ipn_log`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpbe_tva_ipn_log` (
  `ID` bigint(20) NOT NULL AUTO_INCREMENT,
  `order_id` bigint(20) DEFAULT NULL,
  `gateway_order_id` bigint(20) DEFAULT NULL,
  `gateway` varchar(80) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `status` tinyint(4) NOT NULL,
  `payment_status` varchar(80) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `transaction_id` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `ipn_content` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `created_at` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`ID`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpbe_tva_ipn_log`
--

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

--
-- Table structure for table `wpbe_tva_order_items`
--

DROP TABLE IF EXISTS `wpbe_tva_order_items`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpbe_tva_order_items` (
  `ID` bigint(20) NOT NULL AUTO_INCREMENT,
  `order_id` bigint(20) DEFAULT NULL,
  `gateway_order_id` bigint(20) DEFAULT NULL,
  `gateway_order_item_id` bigint(20) DEFAULT NULL,
  `product_id` bigint(20) DEFAULT NULL,
  `product_type` varchar(64) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `product_name` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `product_price` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL,
  `currency` char(3) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `quantity` smallint(6) DEFAULT 1,
  `unit_price` varchar(20) COLLATE utf8mb4_unicode_ci DEFAULT '0',
  `total_price` varchar(20) COLLATE utf8mb4_unicode_ci DEFAULT '0',
  `valid_until` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `created_at` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`ID`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpbe_tva_order_items`
--

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

--
-- Table structure for table `wpbe_tva_orders`
--

DROP TABLE IF EXISTS `wpbe_tva_orders`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpbe_tva_orders` (
  `ID` bigint(20) NOT NULL AUTO_INCREMENT,
  `user_id` bigint(9) NOT NULL,
  `status` tinyint(4) NOT NULL,
  `payment_id` varchar(30) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `gateway_order_id` bigint(20) DEFAULT NULL,
  `gateway` varchar(80) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `payment_method` varchar(80) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `gateway_fee` varchar(20) COLLATE utf8mb4_unicode_ci DEFAULT '0',
  `buyer_email` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `buyer_name` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `buyer_address1` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `buyer_address2` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `buyer_city` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `buyer_region` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `buyer_postcode` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `buyer_country` char(2) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `billing_address1` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `billing_address2` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `billing_city` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `billing_region` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `billing_postcode` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `billing_country` char(2) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `shipping_address1` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `shipping_address2` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `shipping_city` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `shipping_region` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `shipping_postcode` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `shipping_country` char(2) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `buyer_ip_address` varchar(64) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `is_gift` tinyint(4) DEFAULT 0,
  `price` varchar(20) COLLATE utf8mb4_unicode_ci DEFAULT '0',
  `price_gross` varchar(20) COLLATE utf8mb4_unicode_ci DEFAULT '0',
  `currency` char(3) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `created_at` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `updated_at` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`ID`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpbe_tva_orders`
--

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

--
-- Table structure for table `wpbe_tva_transactions`
--

DROP TABLE IF EXISTS `wpbe_tva_transactions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpbe_tva_transactions` (
  `ID` bigint(20) NOT NULL AUTO_INCREMENT,
  `order_id` bigint(20) DEFAULT NULL,
  `transaction_id` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `currency` char(3) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `price` varchar(20) COLLATE utf8mb4_unicode_ci DEFAULT '0',
  `price_gross` varchar(20) COLLATE utf8mb4_unicode_ci DEFAULT '0',
  `gateway_fee` varchar(20) COLLATE utf8mb4_unicode_ci DEFAULT '0',
  `transaction_type` tinyint(4) NOT NULL,
  `gateway` varchar(80) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `card_last_4_digits` char(4) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `card_expires_at` date NOT NULL DEFAULT '0000-00-00',
  `created_at` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`ID`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpbe_tva_transactions`
--

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

--
-- Table structure for table `wpbe_tve_leads_contact_download`
--

DROP TABLE IF EXISTS `wpbe_tve_leads_contact_download`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpbe_tve_leads_contact_download` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `type` varchar(255) DEFAULT NULL,
  `download_link` varchar(255) DEFAULT NULL,
  `date` datetime DEFAULT NULL,
  `status` varchar(64) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpbe_tve_leads_contact_download`
--

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

--
-- Table structure for table `wpbe_tve_leads_contacts`
--

DROP TABLE IF EXISTS `wpbe_tve_leads_contacts`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpbe_tve_leads_contacts` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `log_id` int(11) DEFAULT NULL,
  `name` varchar(255) DEFAULT NULL,
  `email` varchar(255) DEFAULT NULL,
  `date` datetime DEFAULT NULL,
  `custom_fields` text DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpbe_tve_leads_contacts`
--

LOCK TABLES `wpbe_tve_leads_contacts` WRITE;
/*!40000 ALTER TABLE `wpbe_tve_leads_contacts` DISABLE KEYS */;
INSERT INTO `wpbe_tve_leads_contacts` VALUES (1,5,'Nick Xifaras','blackhawkcustom@gmail.com','2018-10-08 04:41:39','{\"_autofill\":\"\",\"aweber_tags\":\"\",\"post_id\":\"106\"}'),(2,7,'Nick','nickxifaras@gmail.com','2018-10-08 05:47:35','{\"_autofill\":\"\",\"aweber_tags\":\"\",\"post_id\":\"106\"}');
/*!40000 ALTER TABLE `wpbe_tve_leads_contacts` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpbe_tve_leads_event_log`
--

DROP TABLE IF EXISTS `wpbe_tve_leads_event_log`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpbe_tve_leads_event_log` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `date` datetime DEFAULT NULL,
  `event_type` tinyint(2) DEFAULT NULL,
  `main_group_id` int(11) DEFAULT NULL,
  `form_type_id` int(11) DEFAULT NULL,
  `variation_key` int(11) DEFAULT NULL,
  `user` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `ip` varchar(40) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `referrer` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `utm_source` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `utm_medium` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `utm_campaign` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `archived` tinyint(1) DEFAULT 0,
  `is_unique` tinyint(1) DEFAULT 0,
  `screen_type` tinyint(4) DEFAULT NULL,
  `screen_id` bigint(20) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `date` (`date`),
  KEY `event_type` (`event_type`,`main_group_id`,`form_type_id`,`variation_key`)
) ENGINE=MyISAM AUTO_INCREMENT=84 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpbe_tve_leads_event_log`
--

LOCK TABLES `wpbe_tve_leads_event_log` WRITE;
/*!40000 ALTER TABLE `wpbe_tve_leads_event_log` DISABLE KEYS */;
INSERT INTO `wpbe_tve_leads_event_log` VALUES (1,'2018-10-07 19:39:13',1,335,338,1,NULL,NULL,NULL,NULL,NULL,NULL,1,1,1,0),(2,'2018-10-07 19:47:17',1,335,338,1,NULL,NULL,NULL,NULL,NULL,NULL,1,1,1,0),(3,'2018-10-07 21:07:36',1,335,338,1,NULL,NULL,NULL,NULL,NULL,NULL,1,1,1,0),(4,'2018-10-08 01:28:15',1,335,338,1,NULL,NULL,NULL,NULL,NULL,NULL,1,1,1,0),(5,'2018-10-08 04:41:39',2,335,338,1,'blackhawkcustom@gmail.com',NULL,NULL,NULL,NULL,NULL,1,0,1,0),(6,'2018-10-08 05:39:19',1,335,338,1,NULL,NULL,NULL,NULL,NULL,NULL,1,1,1,0),(7,'2018-10-08 05:47:35',2,335,338,1,'nickxifaras@gmail.com',NULL,NULL,NULL,NULL,NULL,1,0,1,0),(8,'2018-10-08 07:57:50',1,335,338,1,NULL,NULL,NULL,NULL,NULL,NULL,1,1,1,0),(9,'2018-10-08 15:36:48',1,335,338,1,NULL,NULL,NULL,NULL,NULL,NULL,1,1,1,0),(10,'2018-10-13 11:09:56',1,335,338,1,NULL,NULL,NULL,NULL,NULL,NULL,0,1,1,0),(11,'2018-10-15 05:23:46',1,335,338,1,NULL,NULL,NULL,NULL,NULL,NULL,0,1,1,0),(12,'2018-10-15 06:54:43',1,335,338,1,NULL,NULL,NULL,NULL,NULL,NULL,0,1,1,0),(13,'2018-10-15 06:57:16',1,335,338,1,NULL,NULL,NULL,NULL,NULL,NULL,0,1,1,0),(14,'2018-10-15 15:00:53',1,335,338,1,NULL,NULL,NULL,NULL,NULL,NULL,0,1,1,0),(15,'2018-10-18 08:08:57',1,335,338,1,NULL,NULL,NULL,NULL,NULL,NULL,0,1,1,0),(16,'2018-10-23 04:01:31',1,335,338,1,NULL,NULL,NULL,NULL,NULL,NULL,0,1,1,0),(17,'2018-10-31 18:32:28',1,335,338,1,NULL,NULL,NULL,NULL,NULL,NULL,0,1,1,0),(18,'2018-11-01 14:56:29',1,335,338,1,NULL,NULL,NULL,NULL,NULL,NULL,0,1,1,0),(19,'2018-11-12 00:35:45',1,335,338,1,NULL,NULL,'duckduckgo.com',NULL,NULL,NULL,0,1,1,0),(20,'2018-11-13 01:27:46',1,335,338,1,NULL,NULL,NULL,NULL,NULL,NULL,0,1,1,0),(21,'2018-11-16 18:45:50',1,335,338,1,NULL,NULL,NULL,NULL,NULL,NULL,0,1,1,0),(22,'2018-11-27 09:14:52',1,335,338,1,NULL,NULL,NULL,NULL,NULL,NULL,0,1,1,0),(23,'2018-12-31 11:27:09',1,335,338,1,NULL,NULL,NULL,NULL,NULL,NULL,0,1,1,0),(24,'2019-01-12 21:03:34',1,335,338,1,NULL,NULL,NULL,NULL,NULL,NULL,0,1,1,0),(25,'2019-01-22 12:34:42',1,335,338,1,NULL,NULL,NULL,NULL,NULL,NULL,0,1,1,0),(26,'2019-01-25 04:42:37',1,335,338,1,NULL,NULL,NULL,NULL,NULL,NULL,0,1,1,0),(27,'2019-01-27 07:53:38',1,335,338,1,NULL,NULL,NULL,NULL,NULL,NULL,0,1,1,0),(28,'2019-03-04 04:23:29',1,335,338,1,NULL,NULL,NULL,NULL,NULL,NULL,0,1,1,0),(29,'2019-03-06 18:07:40',1,335,338,1,NULL,NULL,'www.bestcerakoteflorida.com',NULL,NULL,NULL,0,1,1,0),(30,'2019-03-07 21:59:14',1,335,338,1,NULL,NULL,NULL,NULL,NULL,NULL,0,1,1,0),(31,'2019-03-08 00:00:56',1,335,338,1,NULL,NULL,NULL,NULL,NULL,NULL,0,1,1,0),(32,'2019-03-08 04:16:24',1,335,338,1,NULL,NULL,NULL,NULL,NULL,NULL,0,1,1,0),(33,'2019-03-30 20:36:08',1,335,338,1,NULL,NULL,NULL,NULL,NULL,NULL,0,1,1,0),(34,'2019-04-20 16:50:20',1,335,338,1,NULL,NULL,NULL,NULL,NULL,NULL,0,1,1,0),(35,'2019-04-23 13:32:19',1,335,338,1,NULL,NULL,NULL,NULL,NULL,NULL,0,1,1,0),(36,'2019-04-24 00:04:10',1,335,338,1,NULL,NULL,NULL,NULL,NULL,NULL,0,1,1,0),(37,'2019-04-24 09:37:21',1,335,338,1,NULL,NULL,NULL,NULL,NULL,NULL,0,1,1,0),(38,'2019-05-17 01:55:14',1,335,338,1,NULL,NULL,NULL,NULL,NULL,NULL,0,1,1,0),(39,'2019-05-21 00:23:08',1,335,338,1,NULL,NULL,'secure244.inmotionhosting.com:2083',NULL,NULL,NULL,0,1,1,0),(40,'2019-05-31 06:13:21',1,335,338,1,NULL,NULL,NULL,NULL,NULL,NULL,0,1,1,0),(41,'2019-06-17 05:42:33',1,335,338,1,NULL,NULL,NULL,NULL,NULL,NULL,0,1,1,0),(42,'2019-06-18 01:57:40',1,335,338,1,NULL,NULL,NULL,NULL,NULL,NULL,0,1,1,0),(43,'2019-06-23 08:34:16',1,335,338,1,NULL,NULL,NULL,NULL,NULL,NULL,0,1,1,0),(44,'2019-07-05 04:55:01',1,335,338,1,NULL,NULL,NULL,NULL,NULL,NULL,0,1,1,0),(45,'2019-07-12 03:04:11',1,335,338,1,NULL,NULL,NULL,NULL,NULL,NULL,0,1,1,0),(46,'2019-07-29 05:25:16',1,335,338,1,NULL,NULL,NULL,NULL,NULL,NULL,0,1,1,0),(47,'2019-08-08 12:29:53',1,335,338,1,NULL,NULL,NULL,NULL,NULL,NULL,0,1,1,0),(48,'2019-08-17 14:57:46',1,335,338,1,NULL,NULL,NULL,NULL,NULL,NULL,0,1,1,0),(49,'2019-08-23 11:59:13',1,335,338,1,NULL,NULL,NULL,NULL,NULL,NULL,0,1,1,0),(50,'2019-09-01 20:29:44',1,335,338,1,NULL,NULL,NULL,NULL,NULL,NULL,0,1,1,0),(51,'2019-09-02 17:28:28',1,335,338,1,NULL,NULL,NULL,NULL,NULL,NULL,0,1,1,0),(52,'2019-09-03 03:04:56',1,335,338,1,NULL,NULL,NULL,NULL,NULL,NULL,0,1,1,0),(53,'2019-09-03 12:10:37',1,335,338,1,NULL,NULL,NULL,NULL,NULL,NULL,0,1,1,0),(54,'2019-09-03 21:30:37',1,335,338,1,NULL,NULL,NULL,NULL,NULL,NULL,0,1,1,0),(55,'2019-09-04 06:56:31',1,335,338,1,NULL,NULL,NULL,NULL,NULL,NULL,0,1,1,0),(56,'2019-09-04 17:56:55',1,335,338,1,NULL,NULL,NULL,NULL,NULL,NULL,0,1,1,0),(57,'2019-09-05 14:04:58',1,335,338,1,NULL,NULL,NULL,NULL,NULL,NULL,0,1,1,0),(58,'2019-09-07 12:29:06',1,335,338,1,NULL,NULL,NULL,NULL,NULL,NULL,0,1,1,0),(59,'2019-09-08 20:06:04',1,335,338,1,NULL,NULL,NULL,NULL,NULL,NULL,0,1,1,0),(60,'2019-09-11 09:10:40',1,335,338,1,NULL,NULL,'www.mail.bestcerakoteflorida.com',NULL,NULL,NULL,0,1,1,0),(61,'2019-09-16 02:58:56',1,335,338,1,NULL,NULL,NULL,NULL,NULL,NULL,0,1,1,0),(62,'2019-09-30 06:47:33',1,335,338,1,NULL,NULL,NULL,NULL,NULL,NULL,0,1,1,0),(63,'2019-09-30 15:47:19',1,335,338,1,NULL,NULL,NULL,NULL,NULL,NULL,0,1,1,0),(64,'2019-10-01 00:50:12',1,335,338,1,NULL,NULL,NULL,NULL,NULL,NULL,0,1,1,0),(65,'2019-10-05 19:12:56',1,335,338,1,NULL,NULL,NULL,NULL,NULL,NULL,0,1,1,0),(66,'2019-10-10 00:41:30',1,335,338,1,NULL,NULL,NULL,NULL,NULL,NULL,0,1,1,0),(67,'2019-10-17 12:41:56',1,335,338,1,NULL,NULL,NULL,NULL,NULL,NULL,0,1,1,0),(68,'2019-10-19 14:58:06',1,335,338,1,NULL,NULL,NULL,NULL,NULL,NULL,0,1,1,0),(69,'2019-10-24 23:17:34',1,335,338,1,NULL,NULL,NULL,NULL,NULL,NULL,0,1,1,0),(70,'2019-10-30 03:19:04',1,335,338,1,NULL,NULL,NULL,NULL,NULL,NULL,0,1,1,0),(71,'2019-11-02 11:48:01',1,335,338,1,NULL,NULL,NULL,NULL,NULL,NULL,0,1,1,0),(72,'2019-11-08 06:35:36',1,335,338,1,NULL,NULL,NULL,NULL,NULL,NULL,0,1,1,0),(73,'2019-11-14 12:42:12',1,335,338,1,NULL,NULL,NULL,NULL,NULL,NULL,0,1,1,0),(74,'2019-11-19 23:54:23',1,335,338,1,NULL,NULL,NULL,NULL,NULL,NULL,0,1,1,0),(75,'2019-11-22 11:58:05',1,335,338,1,NULL,NULL,NULL,NULL,NULL,NULL,0,1,1,0),(76,'2019-11-22 18:31:14',1,335,338,1,NULL,NULL,NULL,NULL,NULL,NULL,0,1,1,0),(77,'2019-11-22 23:26:42',1,335,338,1,NULL,NULL,NULL,NULL,NULL,NULL,0,1,1,0),(78,'2019-11-23 17:42:36',1,335,338,1,NULL,NULL,NULL,NULL,NULL,NULL,0,1,1,0),(79,'2019-12-11 06:15:34',1,335,338,1,NULL,NULL,NULL,NULL,NULL,NULL,0,1,1,0),(80,'2019-12-12 12:42:48',1,335,338,1,NULL,NULL,NULL,NULL,NULL,NULL,0,1,1,0),(81,'2019-12-12 12:44:49',1,335,338,1,NULL,NULL,NULL,NULL,NULL,NULL,0,1,1,0),(82,'2019-12-13 13:57:06',1,335,338,1,NULL,NULL,NULL,NULL,NULL,NULL,0,1,1,0),(83,'2019-12-19 08:27:08',1,335,338,1,NULL,NULL,NULL,NULL,NULL,NULL,0,1,1,0);
/*!40000 ALTER TABLE `wpbe_tve_leads_event_log` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpbe_tve_leads_form_variations`
--

DROP TABLE IF EXISTS `wpbe_tve_leads_form_variations`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpbe_tve_leads_form_variations` (
  `key` bigint(20) NOT NULL AUTO_INCREMENT,
  `date_added` datetime DEFAULT NULL,
  `date_modified` datetime DEFAULT NULL,
  `post_parent` bigint(20) DEFAULT NULL,
  `post_status` varchar(20) COLLATE utf8mb4_unicode_ci DEFAULT 'publish',
  `post_title` text CHARACTER SET utf8 DEFAULT NULL,
  `content` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `trigger` varchar(64) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `trigger_config` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `tcb_fields` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `display_frequency` int(11) DEFAULT 0,
  `display_animation` varchar(64) COLLATE utf8mb4_unicode_ci DEFAULT 'instant',
  `position` varchar(32) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `form_state` varchar(64) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `parent_id` int(11) DEFAULT 0,
  `state_order` int(11) DEFAULT 0,
  `cache_impressions` bigint(20) DEFAULT NULL,
  `cache_conversions` bigint(20) DEFAULT NULL,
  PRIMARY KEY (`key`),
  KEY `post_status` (`post_status`),
  KEY `post_parent` (`post_parent`),
  KEY `parent_id` (`parent_id`),
  KEY `state_order` (`state_order`)
) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpbe_tve_leads_form_variations`
--

LOCK TABLES `wpbe_tve_leads_form_variations` WRITE;
/*!40000 ALTER TABLE `wpbe_tve_leads_form_variations` DISABLE KEYS */;
INSERT INTO `wpbe_tve_leads_form_variations` VALUES (1,'2018-10-07 18:51:59','2018-10-15 06:55:59',338,'publish','Discount Code 10%','<div class=\"thrv_wrapper thrv_icon tcb-icon-display tve_evt_manager_listen tve_et_click tve_ea_thrive_leads_form_close\" data-css=\"tve-u-05bbb7a4cadf72\" data-tcb-events=\"__TCB_EVENT_[{&quot;a&quot;:&quot;thrive_leads_form_close&quot;,&quot;t&quot;:&quot;click&quot;}]_TNEVE_BCT__\" wfd-id=\"106\">\n<svg class=\"tcb-icon\" viewBox=\"0 0 30 32\" data-name=\"close\">\n<path d=\"M0.655 2.801l1.257-1.257 27.655 27.655-1.257 1.257-27.655-27.655z\"></path>\n<path d=\"M28.31 1.543l1.257 1.257-27.655 27.655-1.257-1.257 27.655-27.655z\"></path>\n</svg>\n</div>\n<div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-15bbb7a4cadfb2\" wfd-id=\"62\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-25bbb7a4cadff0\" wfd-id=\"105\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-35bbb7a4cae02d\" wfd-id=\"63\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" wfd-id=\"97\">\n<div class=\"tve-content-box-background\" wfd-id=\"104\"></div>\n<div class=\"tve-cb\" wfd-id=\"98\"><div class=\"thrv_wrapper thrv_heading\" data-tag=\"h2\" wfd-id=\"99\"><h2 data-css=\"tve-u-45bbb7a4cae06b\" style=\"text-align: center;\"><span data-css=\"tve-u-55bbb7a4cae0a9\" wfd-id=\"103\">10%</span>\n<span data-css=\"tve-u-65bbb7a4cae0e6\" wfd-id=\"102\">OFF Your NEXT CERAKOTE PROJECT FREE!</span></h2></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-75bbb7a4cae124\" wfd-id=\"92\">\n<div class=\"tve-content-box-background\" wfd-id=\"96\"></div>\n<div class=\"tve-cb\" wfd-id=\"93\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-85bbb7a4cae161\" wfd-id=\"94\"><span class=\"tve_image_frame\" style=\"width: 100%;\" wfd-id=\"95\"><img class=\"tve_image wp-image-282\" alt=\"\" width=\"300\" height=\"275\" title=\"CertifiedLogo\" data-id=\"282\" src=\"//bestcerakoteflorida.com/wp-content/uploads/2018/09/CertifiedLogo-300x275.png\" style=\"width: 100%;\"></span></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tcb-mobile-hidden\" data-css=\"tve-u-95bbb7a4cae1a0\" wfd-id=\"89\">\n<div class=\"tve-content-box-background\" wfd-id=\"91\"></div>\n<div class=\"tve-cb\" wfd-id=\"90\"></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-105bbb7a4cae1de\" wfd-id=\"85\">\n<div class=\"tve-content-box-background\" wfd-id=\"88\"></div>\n<div class=\"tve-cb\" wfd-id=\"86\"><div class=\"thrv_wrapper thrv_text_element\" wfd-id=\"87\"><p style=\"text-align: center;\" data-css=\"tve-u-115bbb7a4cae21b\"><strong>Get 10% Off your next CERAKOTE Project. It\'s simple all you need to do is type in your name and best email address and your certificate will be on it\'s way to you. No strings attached.</strong></p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-125bbb7a4cae259\" wfd-id=\"64\">\n<div class=\"tve-content-box-background\" wfd-id=\"84\"></div>\n<div class=\"tve-cb\" data-css=\"tve-u-135bbb7a4cae297\" wfd-id=\"65\"><div class=\"thrv_wrapper thrv_lead_generation\" data-connection=\"api\" data-css=\"tve-u-145bbb7a4cae2d4\" wfd-id=\"66\"><input type=\"hidden\" class=\"tve-lg-err-msg\" value=\"{&quot;email&quot;:&quot;Email address invalid&quot;,&quot;phone&quot;:&quot;Phone number invalid&quot;,&quot;password&quot;:&quot;Password invalid&quot;,&quot;passwordmismatch&quot;:&quot;Password mismatch error&quot;,&quot;required&quot;:&quot;Required field missing&quot;}\" wfd-id=\"116\">\n<div class=\"thrv_lead_generation_container tve_clearfix\" wfd-id=\"67\">\n<form action=\"#\" method=\"post\" novalidate=\"\" sourceindex=\"853\" wfd-id=\"68\">\n<div class=\"tve_lead_generated_inputs_container tve_clearfix\" wfd-id=\"69\">\n<div class=\"thrv_wrapper thrv-columns\" wfd-id=\"70\"><div class=\"tcb-flex-row tcb--cols--3\" wfd-id=\"71\"><div class=\"tcb-flex-col\" wfd-id=\"80\"><div class=\"tcb-col\" wfd-id=\"82\"><div class=\"tve_lg_input_container tve_lg_input\" data-css=\"tve-u-155bbb7a4cae2f7\" wfd-id=\"83\">\n<input type=\"text\" data-field=\"name\" name=\"name\" placeholder=\"Name\" data-placeholder=\"Name\" sourceindex=\"854\" data-required=\"1\" data-validation=\"\" class=\"\" wfd-id=\"115\">\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"76\"><div class=\"tcb-col\" wfd-id=\"78\"><div class=\"tve_lg_input_container tve_lg_input\" data-css=\"tve-u-165bbb7a4cae336\" wfd-id=\"79\">\n<input type=\"email\" data-field=\"email\" data-required=\"1\" data-validation=\"email\" name=\"email\" placeholder=\"Email\" data-placeholder=\"Email\" sourceindex=\"855\" class=\"\" wfd-id=\"114\">\n</div></div></div><div class=\"tcb-flex-col\" wfd-id=\"72\"><div class=\"tcb-col\" wfd-id=\"74\"><div class=\"tve_lg_input_container tve_submit_container tve_lg_submit\" data-css=\"tve-u-175bbb7a4cae374\" data-tcb_hover_state_parent=\"\" data-button-style=\"rounded\" wfd-id=\"75\"><button type=\"submit\" sourceindex=\"856\" class=\"tve-froala\" wfd-id=\"137\">Send It!</button></div></div></div></div></div>\n</div>\n<input id=\"_submit_option\" type=\"hidden\" name=\"_submit_option\" value=\"redirect\" wfd-id=\"113\"><input id=\"_back_url\" type=\"hidden\" name=\"_back_url\" value=\"https://bestcerakoteflorida.com/thank-you-for-subscribing_video/\" wfd-id=\"112\"><input id=\"_autofill\" type=\"hidden\" name=\"_autofill\" value=\"\" wfd-id=\"111\"><input type=\"hidden\" name=\"__tcb_lg_fc\" id=\"__tcb_lg_fc\" value=\"YToxOntzOjY6ImF3ZWJlciI7czo3OiI0ODMwMTk3Ijt9\" wfd-id=\"110\"><input type=\"hidden\" id=\"aweber_tags\" class=\"tve-api-extra\" name=\"aweber_tags\" value=\"\" wfd-id=\"109\"></form>\n</div>\n</div></div>\n</div></div>\n</div>','page_load','a:0:{}','a:10:{s:5:\"fonts\";a:0:{}s:7:\"globals\";a:2:{s:1:\"e\";s:1:\"1\";s:11:\"content_css\";s:19:\"tve-u-er8lgvdlae78a\";}s:7:\"masonry\";i:0;s:9:\"typefocus\";i:0;s:5:\"icons\";i:0;s:10:\"inline_css\";s:4988:\"@import url(\"//fonts.googleapis.com/css?family=Special+Elite:400&subset=latin\");@media (min-width: 300px){[data-css=\"tve-u-05bbb7a4cadf72\"] { font-size: 11px; width: 11px; height: 11px; color: rgb(255, 255, 255); border: 1px solid rgb(255, 255, 255); border-radius: 99px; overflow: hidden; position: absolute; right: -10px; top: -10px; background-image: linear-gradient(rgb(1, 1, 1), rgb(1, 1, 1)) !important; padding: 5px !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-er8lgvdlae78a\"] { overflow: hidden; padding: 0px !important; max-width: 800px !important; border-radius: 8px !important; }[data-css=\"tve-u-35bbb7a4cae02d\"] { max-width: 788px; min-height: 503px !important; }[data-css=\"tve-u-35bbb7a4cae02d\"] p, [data-css=\"tve-u-35bbb7a4cae02d\"] li, [data-css=\"tve-u-35bbb7a4cae02d\"] blockquote, [data-css=\"tve-u-35bbb7a4cae02d\"] address, [data-css=\"tve-u-35bbb7a4cae02d\"] .tcb-plain-text, [data-css=\"tve-u-35bbb7a4cae02d\"] label, [data-css=\"tve-u-35bbb7a4cae02d\"] h1, [data-css=\"tve-u-35bbb7a4cae02d\"] h2, [data-css=\"tve-u-35bbb7a4cae02d\"] h3, [data-css=\"tve-u-35bbb7a4cae02d\"] h4, [data-css=\"tve-u-35bbb7a4cae02d\"] h5, [data-css=\"tve-u-35bbb7a4cae02d\"] h6 { font-weight: 400 !important; }#tve_editor [data-css=\"tve-u-35bbb7a4cae02d\"] p, #tve_editor [data-css=\"tve-u-35bbb7a4cae02d\"] li, #tve_editor [data-css=\"tve-u-35bbb7a4cae02d\"] blockquote, #tve_editor [data-css=\"tve-u-35bbb7a4cae02d\"] address, #tve_editor [data-css=\"tve-u-35bbb7a4cae02d\"] .tcb-plain-text, #tve_editor [data-css=\"tve-u-35bbb7a4cae02d\"] label { font-family: \"Special Elite\"; }[data-css=\"tve-u-15bbb7a4cadfb2\"] { border-radius: 8px; overflow: hidden; padding: 10px !important; }[data-css=\"tve-u-25bbb7a4cadff0\"] { background-image: url(\"https://bestcerakoteflorida.com/wp-content/uploads/2018/10/VRGL6089.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }#tve_editor [data-css=\"tve-u-45bbb7a4cae06b\"] { text-shadow: rgba(29, 4, 4, 0.84) 0px -3px 2px; font-family: \"Special Elite\" !important; font-weight: 400 !important; font-size: 45px !important; }[data-css=\"tve-u-55bbb7a4cae0a9\"] { color: rgb(143, 2, 32) !important; }[data-css=\"tve-u-65bbb7a4cae0e6\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-125bbb7a4cae259\"] { max-width: 652px; float: none; width: 100%; z-index: 3; position: relative; margin: 0px auto !important; padding: 0px !important; }[data-css=\"tve-u-125bbb7a4cae259\"] > .tve-cb { display: block; }#tve_editor [data-css=\"tve-u-175bbb7a4cae374\"] button { border-radius: 8px; border-color: rgb(171, 124, 134); font-family: \"Special Elite\"; font-size: 16px; line-height: 1.05em; text-shadow: rgba(0, 0, 0, 0.4) 2px 2px 2px; background-image: none !important; background-color: rgb(143, 2, 32) !important; font-weight: bold !important; }#tve_editor [data-css=\"tve-u-175bbb7a4cae374\"]:hover button { border-color: rgb(192, 80, 82) !important; }#tve_editor [data-css=\"tve-u-155bbb7a4cae2f7\"] input { font-family: \"Special Elite\"; font-weight: 400 !important; }#tve_editor [data-css=\"tve-u-165bbb7a4cae336\"] input { font-family: \"Special Elite\"; font-weight: 400 !important; }[data-css=\"tve-u-145bbb7a4cae2d4\"] { float: none; margin: 0px auto !important; }#tve_editor [data-css=\"tve-u-115bbb7a4cae21b\"] { text-shadow: rgba(0, 0, 0, 0.8) 2px 2px 2px; color: rgb(255, 255, 255) !important; font-size: 20px !important; text-transform: capitalize !important; }[data-css=\"tve-u-85bbb7a4cae161\"] { width: 118px; float: right; z-index: 3; position: relative; top: -75px; right: 0px; margin-left: auto !important; margin-right: auto !important; }}@media (max-width: 1023px){[data-css=\"tve-u-05bbb7a4cadf72\"] { font-size: 15px; width: 15px; height: 15px; margin-top: 10px !important; }[data-css=\"tve-u-er8lgvdlae78a\"] { padding: 0px !important; max-width: 751px !important; }[data-css=\"tve-u-175bbb7a4cae374\"] { float: none; margin-left: auto !important; margin-right: auto !important; }#tve_editor [data-css=\"tve-u-175bbb7a4cae374\"] { max-width: 30%; width: 30%; }#tve_editor [data-css=\"tve-u-175bbb7a4cae374\"] button { padding-top: 10px !important; margin-top: 0px !important; margin-bottom: 0px !important; padding-bottom: 10px !important; }[data-css=\"tve-u-85bbb7a4cae161\"] { top: -50px; right: 0px; }}@media (max-width: 767px){#tve_editor [data-css=\"tve-u-45bbb7a4cae06b\"] { font-size: 25px !important; }[data-css=\"tve-u-55bbb7a4cae0a9\"] { color: rgb(143, 2, 32) !important; }[data-css=\"tve-u-65bbb7a4cae0e6\"] { color: rgb(255, 255, 255) !important; }#tve_editor [data-css=\"tve-u-115bbb7a4cae21b\"] { font-size: 17px !important; }[data-css=\"tve-u-85bbb7a4cae161\"] { float: none; width: 130px; margin: 50px auto 0px !important; }[data-css=\"tve-u-75bbb7a4cae124\"] { margin-top: 0px !important; margin-bottom: 0px !important; }}\";s:8:\"user_css\";s:369:\".tve-leads-conversion-object .thrv_heading h1,.tve-leads-conversion-object .thrv_heading h2,.tve-leads-conversion-object .thrv_heading h3{margin:0;padding:0}.tve-leads-conversion-object .thrv_text_element p,.tve-leads-conversion-object .thrv_text_element h1,.tve-leads-conversion-object .thrv_text_element h2,.tve-leads-conversion-object .thrv_text_element h3{margin:0}\";s:3:\"tpl\";s:19:\"lightbox|tcb2_blank\";s:17:\"selected_template\";s:10:\"tcb2_blank\";s:11:\"state_index\";i:1;}',7,'zoom_in','bot_right',NULL,0,0,NULL,NULL);
/*!40000 ALTER TABLE `wpbe_tve_leads_form_variations` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpbe_tve_leads_group_options`
--

DROP TABLE IF EXISTS `wpbe_tve_leads_group_options`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpbe_tve_leads_group_options` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `group` int(11) NOT NULL,
  `description` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `show_group_options` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `hide_group_options` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpbe_tve_leads_group_options`
--

LOCK TABLES `wpbe_tve_leads_group_options` WRITE;
/*!40000 ALTER TABLE `wpbe_tve_leads_group_options` DISABLE KEYS */;
INSERT INTO `wpbe_tve_leads_group_options` VALUES (4,335,NULL,'{\"tabs\":[{\"options\":[\"front_page\"]},{\"options\":[]},{\"options\":[]},{\"options\":[]},{\"options\":[]},{\"options\":[]},{\"options\":[]},{\"options\":[]}]}','{\"tabs\":[{\"options\":[]},{\"options\":[]},{\"options\":[]},{\"options\":[]},{\"options\":[]},{\"options\":[]},{\"options\":[]},{\"options\":[]}]}');
/*!40000 ALTER TABLE `wpbe_tve_leads_group_options` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpbe_tve_leads_saved_group_options`
--

DROP TABLE IF EXISTS `wpbe_tve_leads_saved_group_options`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpbe_tve_leads_saved_group_options` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `description` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `show_group_options` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `hide_group_options` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpbe_tve_leads_saved_group_options`
--

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

--
-- Table structure for table `wpbe_tve_leads_split_test`
--

DROP TABLE IF EXISTS `wpbe_tve_leads_split_test`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpbe_tve_leads_split_test` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `test_type` int(11) DEFAULT NULL,
  `main_group_id` int(11) DEFAULT NULL,
  `date_added` datetime DEFAULT NULL,
  `date_started` datetime DEFAULT NULL,
  `date_completed` datetime DEFAULT NULL,
  `title` varchar(128) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `notes` tinytext COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `auto_win_enabled` int(1) DEFAULT 0,
  `auto_win_min_conversions` int(11) DEFAULT NULL,
  `auto_win_min_duration` int(11) DEFAULT NULL,
  `auto_win_chance_original` double(11,2) DEFAULT NULL,
  `status` enum('created','running','completed','archived') COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpbe_tve_leads_split_test`
--

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

--
-- Table structure for table `wpbe_tve_leads_split_test_items`
--

DROP TABLE IF EXISTS `wpbe_tve_leads_split_test_items`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpbe_tve_leads_split_test_items` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `test_id` int(11) DEFAULT NULL,
  `main_group_id` int(11) DEFAULT NULL,
  `form_type_id` int(11) DEFAULT NULL,
  `variation_key` int(11) DEFAULT NULL,
  `is_control` int(1) DEFAULT 0,
  `is_winner` int(1) DEFAULT 0,
  `impressions` int(11) DEFAULT 0,
  `unique_impressions` int(11) DEFAULT 0,
  `conversions` int(11) DEFAULT 0,
  `active` tinyint(2) NOT NULL DEFAULT 1,
  `stopped_date` datetime DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpbe_tve_leads_split_test_items`
--

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

--
-- Table structure for table `wpbe_tve_ult_designs`
--

DROP TABLE IF EXISTS `wpbe_tve_ult_designs`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpbe_tve_ult_designs` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `post_parent` bigint(20) NOT NULL,
  `post_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'publish',
  `post_type` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL,
  `post_title` text CHARACTER SET utf8 NOT NULL,
  `content` longtext CHARACTER SET utf8 DEFAULT NULL,
  `tcb_fields` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `parent_id` int(11) DEFAULT 0,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpbe_tve_ult_designs`
--

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

--
-- Table structure for table `wpbe_tve_ult_emails`
--

DROP TABLE IF EXISTS `wpbe_tve_ult_emails`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpbe_tve_ult_emails` (
  `id` bigint(10) unsigned NOT NULL AUTO_INCREMENT,
  `campaign_id` bigint(20) unsigned NOT NULL,
  `email` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `started` datetime NOT NULL,
  `type` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'url',
  `end` tinyint(3) unsigned NOT NULL DEFAULT 0,
  `has_impression` tinyint(3) unsigned NOT NULL DEFAULT 0,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpbe_tve_ult_emails`
--

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

--
-- Table structure for table `wpbe_tve_ult_event_log`
--

DROP TABLE IF EXISTS `wpbe_tve_ult_event_log`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpbe_tve_ult_event_log` (
  `id` bigint(10) unsigned NOT NULL AUTO_INCREMENT,
  `campaign_id` bigint(20) unsigned NOT NULL,
  `date` datetime DEFAULT NULL,
  `type` tinyint(1) unsigned NOT NULL DEFAULT 0,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpbe_tve_ult_event_log`
--

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

--
-- Table structure for table `wpbe_tve_ult_events`
--

DROP TABLE IF EXISTS `wpbe_tve_ult_events`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpbe_tve_ult_events` (
  `id` bigint(10) unsigned NOT NULL AUTO_INCREMENT,
  `campaign_id` bigint(20) unsigned NOT NULL,
  `days` int(5) unsigned NOT NULL DEFAULT 0,
  `hours` int(5) unsigned NOT NULL DEFAULT 0,
  `trigger_options` text CHARACTER SET utf8 DEFAULT NULL,
  `actions` text CHARACTER SET utf8 DEFAULT NULL,
  `type` enum('time','conv','start') COLLATE utf8mb4_unicode_ci DEFAULT 'time',
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpbe_tve_ult_events`
--

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

--
-- Table structure for table `wpbe_tve_ult_settings_campaign`
--

DROP TABLE IF EXISTS `wpbe_tve_ult_settings_campaign`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpbe_tve_ult_settings_campaign` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `campaign_id` bigint(20) NOT NULL,
  `description` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `show_options` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `hide_options` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpbe_tve_ult_settings_campaign`
--

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

--
-- Table structure for table `wpbe_tve_ult_settings_templates`
--

DROP TABLE IF EXISTS `wpbe_tve_ult_settings_templates`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpbe_tve_ult_settings_templates` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `description` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `show_options` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `hide_options` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpbe_tve_ult_settings_templates`
--

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

--
-- Table structure for table `wpbe_tvo_activity_log`
--

DROP TABLE IF EXISTS `wpbe_tvo_activity_log`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpbe_tvo_activity_log` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `post_id` int(11) DEFAULT NULL,
  `date` datetime DEFAULT NULL,
  `activity_type` varchar(128) DEFAULT NULL,
  `activity_data` text DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpbe_tvo_activity_log`
--

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

--
-- Table structure for table `wpbe_usermeta`
--

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

--
-- Dumping data for table `wpbe_usermeta`
--

LOCK TABLES `wpbe_usermeta` WRITE;
/*!40000 ALTER TABLE `wpbe_usermeta` DISABLE KEYS */;
INSERT INTO `wpbe_usermeta` VALUES (1,1,'nickname','bestcerakote_wp'),(2,1,'first_name','Nick'),(3,1,'last_name','Xifaras'),(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,'wpbe_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(13,1,'wpbe_user_level','10'),(14,1,'dismissed_wp_pointers','wp496_privacy,theme_editor_notice,wc_services_add_service_to_zone'),(15,1,'show_welcome_panel','0'),(19,1,'session_tokens','a:9:{s:64:\"6de8f9185d6a4ee8d5a2b6b0beffe803cff1cc97c1c2b576a150c7cc90709339\";a:4:{s:10:\"expiration\";i:1576417992;s:2:\"ip\";s:12:\"73.85.252.63\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36\";s:5:\"login\";i:1576245192;}s:64:\"93a03f80ea58dba0a10fc5f158d598d8a829e747e1b8d7e695200fe2aab5f85f\";a:4:{s:10:\"expiration\";i:1576418004;s:2:\"ip\";s:12:\"73.85.252.63\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36\";s:5:\"login\";i:1576245204;}s:64:\"eec1dcc9ad5b1310f69ee887ac2c4f36e57332e25f3d3d6a8e5c8d41381b5c7f\";a:4:{s:10:\"expiration\";i:1576418183;s:2:\"ip\";s:12:\"73.85.252.63\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36\";s:5:\"login\";i:1576245383;}s:64:\"97f502fc28e36252d9dcb6934575357af9f469fc0fd37689bb2c68668bc778fd\";a:4:{s:10:\"expiration\";i:1576418197;s:2:\"ip\";s:12:\"73.85.252.63\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36\";s:5:\"login\";i:1576245397;}s:64:\"41d31694819d4e68f0c45283a205326ae870100be7c4dfcf8a78964216e1fbfb\";a:4:{s:10:\"expiration\";i:1576418208;s:2:\"ip\";s:12:\"73.85.252.63\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36\";s:5:\"login\";i:1576245408;}s:64:\"38f4e3052fb46972fae336a0ff8142b7ccd0c5ad545f2a74a47bd9ac40063e78\";a:4:{s:10:\"expiration\";i:1576418357;s:2:\"ip\";s:12:\"73.85.252.63\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36\";s:5:\"login\";i:1576245557;}s:64:\"489df6d8fc5b17312674fb8e4aa0925f8263fa4f14cabd756726310bf5725179\";a:4:{s:10:\"expiration\";i:1576418367;s:2:\"ip\";s:12:\"73.85.252.63\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36\";s:5:\"login\";i:1576245567;}s:64:\"4ecb33e50adf39a7c05f0c80187bf52cc77b38d48621a7c3b73476c15dd958b3\";a:4:{s:10:\"expiration\";i:1576418613;s:2:\"ip\";s:12:\"73.85.252.63\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36\";s:5:\"login\";i:1576245813;}s:64:\"fefaf91fda4bfa188e0b87e05ab06b7c66b6ef6f9b69ee1bc5cdf682de7736ac\";a:4:{s:10:\"expiration\";i:1576418651;s:2:\"ip\";s:12:\"73.85.252.63\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36\";s:5:\"login\";i:1576245851;}}'),(17,1,'wpbe_dashboard_quick_press_last_post_id','2353'),(18,1,'community-events-location','a:1:{s:2:\"ip\";s:11:\"73.85.252.0\";}'),(20,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\";}'),(21,1,'metaboxhidden_nav-menus','a:2:{i:0;s:12:\"add-post_tag\";i:1;s:15:\"add-post_format\";}'),(22,1,'wpbe_user-settings','libraryContent=browse&imgsize=full'),(23,1,'wpbe_user-settings-time','1551997346'),(24,1,'tcb_edit_key','1165ef86d4'),(25,1,'nav_menu_recently_edited','39'),(26,1,'_woocommerce_persistent_cart_1','a:1:{s:4:\"cart\";a:0:{}}'),(27,1,'wc_last_active','1576195200'),(29,1,'jetpack_tracks_wpcom_id','140207846'),(30,1,'jetpack_tracks_anon_id','jetpack:9qYUsbLg9BtR6wtRvWWZTP3+'),(35,1,'AtD_options',''),(31,1,'dismissed_update_notice','1'),(32,1,'wpbe_media_library_mode','grid'),(36,1,'AtD_check_when',''),(37,1,'AtD_guess_lang',''),(33,1,'tva_learned_lessons','a:1:{i:33;a:1:{i:406;i:1;}}'),(34,1,'autodescription-user-settings','a:2:{s:13:\"facebook_page\";s:0:\"\";s:12:\"twitter_page\";s:0:\"\";}'),(38,1,'AtD_ignored_phrases',''),(39,1,'billing_first_name',''),(40,1,'billing_last_name',''),(41,1,'billing_company',''),(42,1,'billing_address_1',''),(43,1,'billing_address_2',''),(44,1,'billing_city',''),(45,1,'billing_postcode',''),(46,1,'billing_country',''),(47,1,'billing_state',''),(48,1,'billing_phone',''),(49,1,'billing_email','admin@bestcerakoteflorida.com'),(50,1,'shipping_first_name',''),(51,1,'shipping_last_name',''),(52,1,'shipping_company',''),(53,1,'shipping_address_1',''),(54,1,'shipping_address_2',''),(55,1,'shipping_city',''),(56,1,'shipping_postcode',''),(57,1,'shipping_country',''),(58,1,'shipping_state',''),(59,1,'last_update','1536386251'),(72,1,'closedpostboxes_dashboard','a:4:{i:0;s:19:\"dashboard_right_now\";i:1;s:18:\"dashboard_activity\";i:2;s:22:\"jetpack_summary_widget\";i:3;s:12:\"gadwp-widget\";}'),(73,1,'metaboxhidden_dashboard','a:5:{i:0;s:19:\"dashboard_right_now\";i:1;s:36:\"woocommerce_dashboard_recent_reviews\";i:2;s:28:\"woocommerce_dashboard_status\";i:3;s:21:\"dashboard_quick_press\";i:4;s:17:\"dashboard_primary\";}'),(76,1,'uagb-classic-editor','1'),(86,1,'_astra_sites_gettings_started','1'),(77,1,'wpbe_managetoplevel_page_snippetscolumnshidden','a:1:{i:0;s:2:\"id\";}'),(85,1,'_woocommerce_tracks_anon_id','woo:eMDUxwvkpa6ymkp/KBy7DZri'),(92,1,'wfls-last-login','1576245851'),(90,1,'wfls-last-captcha-score',''),(98,1,'_order_count','0'),(115,1,'_woocommerce_load_saved_cart_after_login','1');
/*!40000 ALTER TABLE `wpbe_usermeta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpbe_users`
--

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

--
-- Dumping data for table `wpbe_users`
--

LOCK TABLES `wpbe_users` WRITE;
/*!40000 ALTER TABLE `wpbe_users` DISABLE KEYS */;
INSERT INTO `wpbe_users` VALUES (1,'bestcerakote_wp','$P$BqZZsP9xXeQPbwV.jDXGEZtyGMfBGo/','bestcerakote_wp','admin@bestcerakoteflorida.com','https://www.bestcerakoteflorida.com','2018-05-21 04:01:11','',0,'Nick Xifaras');
/*!40000 ALTER TABLE `wpbe_users` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpbe_wc_admin_note_actions`
--

DROP TABLE IF EXISTS `wpbe_wc_admin_note_actions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpbe_wc_admin_note_actions` (
  `action_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `note_id` bigint(20) unsigned NOT NULL,
  `name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `label` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `query` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `status` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `is_primary` tinyint(1) NOT NULL DEFAULT 0,
  PRIMARY KEY (`action_id`),
  KEY `note_id` (`note_id`)
) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpbe_wc_admin_note_actions`
--

LOCK TABLES `wpbe_wc_admin_note_actions` WRITE;
/*!40000 ALTER TABLE `wpbe_wc_admin_note_actions` DISABLE KEYS */;
INSERT INTO `wpbe_wc_admin_note_actions` VALUES (1,1,'learn-more','Learn more','https://woocommerce.wordpress.com/','actioned',0),(2,2,'connect','Connect','?page=wc-addons&section=helper','actioned',0),(3,3,'learn-more','Learn more','https://woocommerce.com/mobile/','actioned',0),(4,4,'share-feedback','Share feedback','https://github.com/woocommerce/woocommerce-admin/issues/new/choose','actioned',0);
/*!40000 ALTER TABLE `wpbe_wc_admin_note_actions` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpbe_wc_admin_notes`
--

DROP TABLE IF EXISTS `wpbe_wc_admin_notes`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpbe_wc_admin_notes` (
  `note_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `type` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL,
  `locale` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL,
  `title` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `content` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `icon` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL,
  `content_data` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `status` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL,
  `source` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL,
  `date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `date_reminder` datetime DEFAULT NULL,
  `is_snoozable` tinyint(1) NOT NULL DEFAULT 0,
  PRIMARY KEY (`note_id`)
) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpbe_wc_admin_notes`
--

LOCK TABLES `wpbe_wc_admin_notes` WRITE;
/*!40000 ALTER TABLE `wpbe_wc_admin_notes` DISABLE KEYS */;
INSERT INTO `wpbe_wc_admin_notes` VALUES (1,'wc-admin-welcome-note','info','en_US','New feature(s)','Welcome to the new WooCommerce experience! In this new release you\'ll be able to have a glimpse of how your store is doing in the Dashboard, manage important aspects of your business (such as managing orders, stock, reviews) from anywhere in the interface, dive into your store data with a completely new Analytics section and more!','info','{}','unactioned','woocommerce-admin','2019-07-04 06:26:18',NULL,0),(2,'wc-admin-wc-helper-connection','info','en_US','Connect to WooCommerce.com','Connect to get important product notifications and updates.','info','{}','unactioned','woocommerce-admin','2019-07-04 06:26:18',NULL,0),(3,'wc-admin-mobile-app','info','en_US','Install Woo mobile app','Install the WooCommerce mobile app to manage orders, receive sales notifications, and view key metrics â€” wherever you are.','phone','{}','unactioned','woocommerce-admin','2019-07-06 06:27:33',NULL,0),(4,'wc-admin-store-notice-giving-feedback','info','en_US','Giving feedback','Are you enjoying the new WooCommerce experience? We\'d love to get your feedback.','info','{}','unactioned','woocommerce-admin','2019-07-07 06:28:02',NULL,0);
/*!40000 ALTER TABLE `wpbe_wc_admin_notes` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpbe_wc_category_lookup`
--

DROP TABLE IF EXISTS `wpbe_wc_category_lookup`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpbe_wc_category_lookup` (
  `category_tree_id` bigint(20) unsigned NOT NULL,
  `category_id` bigint(20) unsigned NOT NULL,
  PRIMARY KEY (`category_tree_id`,`category_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpbe_wc_category_lookup`
--

LOCK TABLES `wpbe_wc_category_lookup` WRITE;
/*!40000 ALTER TABLE `wpbe_wc_category_lookup` DISABLE KEYS */;
INSERT INTO `wpbe_wc_category_lookup` VALUES (18,18);
/*!40000 ALTER TABLE `wpbe_wc_category_lookup` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpbe_wc_customer_lookup`
--

DROP TABLE IF EXISTS `wpbe_wc_customer_lookup`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpbe_wc_customer_lookup` (
  `customer_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `user_id` bigint(20) unsigned DEFAULT NULL,
  `username` varchar(60) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `first_name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `last_name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `email` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `date_last_active` timestamp NULL DEFAULT NULL,
  `date_registered` timestamp NULL DEFAULT NULL,
  `country` char(2) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `postcode` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `city` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `state` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  PRIMARY KEY (`customer_id`),
  UNIQUE KEY `user_id` (`user_id`),
  KEY `email` (`email`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpbe_wc_customer_lookup`
--

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

--
-- Table structure for table `wpbe_wc_download_log`
--

DROP TABLE IF EXISTS `wpbe_wc_download_log`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpbe_wc_download_log` (
  `download_log_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `timestamp` datetime NOT NULL,
  `permission_id` bigint(20) unsigned NOT NULL,
  `user_id` bigint(20) unsigned DEFAULT NULL,
  `user_ip_address` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT '',
  PRIMARY KEY (`download_log_id`),
  KEY `permission_id` (`permission_id`),
  KEY `timestamp` (`timestamp`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpbe_wc_download_log`
--

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

--
-- Table structure for table `wpbe_wc_order_coupon_lookup`
--

DROP TABLE IF EXISTS `wpbe_wc_order_coupon_lookup`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpbe_wc_order_coupon_lookup` (
  `order_id` bigint(20) unsigned NOT NULL,
  `coupon_id` bigint(20) unsigned NOT NULL,
  `date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `discount_amount` double NOT NULL DEFAULT 0,
  PRIMARY KEY (`order_id`,`coupon_id`),
  KEY `coupon_id` (`coupon_id`),
  KEY `date_created` (`date_created`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpbe_wc_order_coupon_lookup`
--

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

--
-- Table structure for table `wpbe_wc_order_product_lookup`
--

DROP TABLE IF EXISTS `wpbe_wc_order_product_lookup`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpbe_wc_order_product_lookup` (
  `order_item_id` bigint(20) unsigned NOT NULL,
  `order_id` bigint(20) unsigned NOT NULL,
  `product_id` bigint(20) unsigned NOT NULL,
  `variation_id` bigint(20) unsigned NOT NULL,
  `customer_id` bigint(20) unsigned DEFAULT NULL,
  `date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `product_qty` int(11) NOT NULL,
  `product_net_revenue` double NOT NULL DEFAULT 0,
  `product_gross_revenue` double NOT NULL DEFAULT 0,
  `coupon_amount` double NOT NULL DEFAULT 0,
  `tax_amount` double NOT NULL DEFAULT 0,
  `shipping_amount` double NOT NULL DEFAULT 0,
  `shipping_tax_amount` double NOT NULL DEFAULT 0,
  PRIMARY KEY (`order_item_id`),
  KEY `order_id` (`order_id`),
  KEY `product_id` (`product_id`),
  KEY `customer_id` (`customer_id`),
  KEY `date_created` (`date_created`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpbe_wc_order_product_lookup`
--

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

--
-- Table structure for table `wpbe_wc_order_stats`
--

DROP TABLE IF EXISTS `wpbe_wc_order_stats`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpbe_wc_order_stats` (
  `order_id` bigint(20) unsigned NOT NULL,
  `parent_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `date_created_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `num_items_sold` int(11) NOT NULL DEFAULT 0,
  `gross_total` double NOT NULL DEFAULT 0,
  `tax_total` double NOT NULL DEFAULT 0,
  `shipping_total` double NOT NULL DEFAULT 0,
  `net_total` double NOT NULL DEFAULT 0,
  `returning_customer` tinyint(1) DEFAULT NULL,
  `status` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL,
  `customer_id` bigint(20) unsigned NOT NULL,
  PRIMARY KEY (`order_id`),
  KEY `date_created` (`date_created`),
  KEY `customer_id` (`customer_id`),
  KEY `status` (`status`(191))
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpbe_wc_order_stats`
--

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

--
-- Table structure for table `wpbe_wc_order_tax_lookup`
--

DROP TABLE IF EXISTS `wpbe_wc_order_tax_lookup`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpbe_wc_order_tax_lookup` (
  `order_id` bigint(20) unsigned NOT NULL,
  `tax_rate_id` bigint(20) unsigned NOT NULL,
  `date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `shipping_tax` double NOT NULL DEFAULT 0,
  `order_tax` double NOT NULL DEFAULT 0,
  `total_tax` double NOT NULL DEFAULT 0,
  PRIMARY KEY (`order_id`,`tax_rate_id`),
  KEY `tax_rate_id` (`tax_rate_id`),
  KEY `date_created` (`date_created`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpbe_wc_order_tax_lookup`
--

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

--
-- Table structure for table `wpbe_wc_product_meta_lookup`
--

DROP TABLE IF EXISTS `wpbe_wc_product_meta_lookup`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpbe_wc_product_meta_lookup` (
  `product_id` bigint(20) NOT NULL,
  `sku` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT '',
  `virtual` tinyint(1) DEFAULT 0,
  `downloadable` tinyint(1) DEFAULT 0,
  `min_price` decimal(10,2) DEFAULT NULL,
  `max_price` decimal(10,2) DEFAULT NULL,
  `onsale` tinyint(1) DEFAULT 0,
  `stock_quantity` double DEFAULT NULL,
  `stock_status` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT 'instock',
  `rating_count` bigint(20) DEFAULT 0,
  `average_rating` decimal(3,2) DEFAULT 0.00,
  `total_sales` bigint(20) DEFAULT 0,
  PRIMARY KEY (`product_id`),
  KEY `virtual` (`virtual`),
  KEY `downloadable` (`downloadable`),
  KEY `stock_status` (`stock_status`),
  KEY `stock_quantity` (`stock_quantity`),
  KEY `onsale` (`onsale`),
  KEY `min_max_price` (`min_price`,`max_price`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpbe_wc_product_meta_lookup`
--

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

--
-- Table structure for table `wpbe_wc_tax_rate_classes`
--

DROP TABLE IF EXISTS `wpbe_wc_tax_rate_classes`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpbe_wc_tax_rate_classes` (
  `tax_rate_class_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `slug` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  PRIMARY KEY (`tax_rate_class_id`),
  UNIQUE KEY `slug` (`slug`(191))
) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpbe_wc_tax_rate_classes`
--

LOCK TABLES `wpbe_wc_tax_rate_classes` WRITE;
/*!40000 ALTER TABLE `wpbe_wc_tax_rate_classes` DISABLE KEYS */;
INSERT INTO `wpbe_wc_tax_rate_classes` VALUES (1,'Reduced rate','reduced-rate'),(2,'Zero rate','zero-rate');
/*!40000 ALTER TABLE `wpbe_wc_tax_rate_classes` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpbe_wc_webhooks`
--

DROP TABLE IF EXISTS `wpbe_wc_webhooks`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpbe_wc_webhooks` (
  `webhook_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `status` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL,
  `name` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `user_id` bigint(20) unsigned NOT NULL,
  `delivery_url` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `secret` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `topic` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL,
  `date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `date_created_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `date_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `date_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `api_version` smallint(4) NOT NULL,
  `failure_count` smallint(10) NOT NULL DEFAULT 0,
  `pending_delivery` tinyint(1) NOT NULL DEFAULT 0,
  PRIMARY KEY (`webhook_id`),
  KEY `user_id` (`user_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpbe_wc_webhooks`
--

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

--
-- Table structure for table `wpbe_wfblockediplog`
--

DROP TABLE IF EXISTS `wpbe_wfblockediplog`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpbe_wfblockediplog` (
  `IP` binary(16) NOT NULL DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',
  `countryCode` varchar(2) NOT NULL,
  `blockCount` int(10) unsigned NOT NULL DEFAULT 0,
  `unixday` int(10) unsigned NOT NULL,
  `blockType` varchar(50) NOT NULL DEFAULT 'generic',
  PRIMARY KEY (`IP`,`unixday`,`blockType`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpbe_wfblockediplog`
--

LOCK TABLES `wpbe_wfblockediplog` WRITE;
/*!40000 ALTER TABLE `wpbe_wfblockediplog` DISABLE KEYS */;
INSERT INTO `wpbe_wfblockediplog` VALUES ('\0\0\0\0\0\0\0\0\0\0ÿÿÙòÖ','CZ',37,18302,'waf'),('\0\0\0\0\0\0\0\0\0\0ÿÿÕãŒ','NL',8,18302,'waf'),('\0\0\0\0\0\0\0\0\0\0ÿÿÕãŒ','NL',8,18303,'waf'),('\0\0\0\0\0\0\0\0\0\0ÿÿ6${²','FR',64,18301,'waf');
/*!40000 ALTER TABLE `wpbe_wfblockediplog` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpbe_wfblocks7`
--

DROP TABLE IF EXISTS `wpbe_wfblocks7`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpbe_wfblocks7` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `type` int(10) unsigned NOT NULL DEFAULT 0,
  `IP` binary(16) NOT NULL DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',
  `blockedTime` bigint(20) NOT NULL,
  `reason` varchar(255) NOT NULL,
  `lastAttempt` int(10) unsigned DEFAULT 0,
  `blockedHits` int(10) unsigned DEFAULT 0,
  `expiration` bigint(20) unsigned NOT NULL DEFAULT 0,
  `parameters` text DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `type` (`type`),
  KEY `IP` (`IP`),
  KEY `expiration` (`expiration`)
) ENGINE=MyISAM AUTO_INCREMENT=2501 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpbe_wfblocks7`
--

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

--
-- Table structure for table `wpbe_wfconfig`
--

DROP TABLE IF EXISTS `wpbe_wfconfig`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpbe_wfconfig` (
  `name` varchar(100) NOT NULL,
  `val` longblob DEFAULT NULL,
  `autoload` enum('no','yes') NOT NULL DEFAULT 'yes',
  PRIMARY KEY (`name`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpbe_wfconfig`
--

LOCK TABLES `wpbe_wfconfig` WRITE;
/*!40000 ALTER TABLE `wpbe_wfconfig` DISABLE KEYS */;
INSERT INTO `wpbe_wfconfig` VALUES ('alertOn_update','0','yes'),('alertOn_scanIssues','1','yes'),('alertOn_throttle','0','yes'),('alertOn_block','1','yes'),('alertOn_loginLockout','1','yes'),('alertOn_breachLogin','1','yes'),('alertOn_lostPasswdForm','1','yes'),('alertOn_adminLogin','1','yes'),('alertOn_firstAdminLoginOnly','0','yes'),('alertOn_nonAdminLogin','0','yes'),('alertOn_firstNonAdminLoginOnly','0','yes'),('alertOn_wordfenceDeactivated','1','yes'),('alertOn_wafDeactivated','1','yes'),('liveTrafficEnabled','0','yes'),('advancedCommentScanning','1','yes'),('checkSpamIP','1','yes'),('spamvertizeCheck','1','yes'),('liveTraf_ignorePublishers','1','yes'),('liveTraf_displayExpandedRecords','0','no'),('scheduledScansEnabled','1','yes'),('lowResourceScansEnabled','0','yes'),('scansEnabled_checkGSB','1','yes'),('scansEnabled_checkHowGetIPs','1','yes'),('scansEnabled_core','1','yes'),('scansEnabled_themes','0','yes'),('scansEnabled_plugins','0','yes'),('scansEnabled_coreUnknown','1','yes'),('scansEnabled_malware','1','yes'),('scansEnabled_fileContents','1','yes'),('scansEnabled_fileContentsGSB','1','yes'),('scansEnabled_checkReadableConfig','1','yes'),('scansEnabled_suspectedFiles','1','yes'),('scansEnabled_posts','1','yes'),('scansEnabled_comments','1','yes'),('scansEnabled_suspiciousOptions','1','yes'),('scansEnabled_passwds','1','yes'),('scansEnabled_diskSpace','1','yes'),('scansEnabled_wafStatus','1','yes'),('scansEnabled_options','1','yes'),('scansEnabled_wpscan_fullPathDisclosure','1','yes'),('scansEnabled_wpscan_directoryListingEnabled','1','yes'),('scansEnabled_dns','1','yes'),('scansEnabled_scanImages','0','yes'),('scansEnabled_highSense','0','yes'),('scansEnabled_oldVersions','1','yes'),('scansEnabled_suspiciousAdminUsers','1','yes'),('liveActivityPauseEnabled','1','yes'),('firewallEnabled','1','yes'),('blockFakeBots','0','yes'),('autoBlockScanners','1','yes'),('loginSecurityEnabled','1','yes'),('loginSec_strongPasswds_enabled','1','yes'),('loginSec_breachPasswds_enabled','1','yes'),('loginSec_lockInvalidUsers','0','yes'),('loginSec_maskLoginErrors','1','yes'),('loginSec_blockAdminReg','1','yes'),('loginSec_disableAuthorScan','1','yes'),('loginSec_disableOEmbedAuthor','0','yes'),('loginSec_requireAdminTwoFactor','0','yes'),('notification_updatesNeeded','1','yes'),('notification_securityAlerts','1','yes'),('notification_promotions','1','yes'),('notification_blogHighlights','1','yes'),('notification_productUpdates','1','yes'),('notification_scanStatus','1','yes'),('other_hideWPVersion','0','yes'),('other_blockBadPOST','0','yes'),('other_scanComments','1','yes'),('other_pwStrengthOnUpdate','1','yes'),('other_WFNet','1','yes'),('other_scanOutside','0','yes'),('other_bypassLitespeedNoabort','0','yes'),('deleteTablesOnDeact','0','yes'),('autoUpdate','1','yes'),('startScansRemotely','0','yes'),('disableConfigCaching','0','yes'),('addCacheComment','0','yes'),('disableCodeExecutionUploads','0','yes'),('allowHTTPSCaching','0','yes'),('debugOn','0','yes'),('email_summary_enabled','1','yes'),('email_summary_dashboard_widget_enabled','1','yes'),('ssl_verify','1','yes'),('ajaxWatcherDisabled_front','0','yes'),('ajaxWatcherDisabled_admin','0','yes'),('wafAlertOnAttacks','1','yes'),('disableWAFIPBlocking','0','yes'),('showAdminBarMenu','1','yes'),('displayTopLevelOptions','1','yes'),('displayTopLevelBlocking','0','yes'),('displayTopLevelLiveTraffic','0','yes'),('displayAutomaticBlocks','1','yes'),('scan_include_extra','','yes'),('alertEmails','nick@blackhawkcustom.com','yes'),('liveTraf_ignoreUsers','','yes'),('liveTraf_ignoreIPs','','yes'),('liveTraf_ignoreUA','','yes'),('maxMem','256','yes'),('scan_exclude','wp-content/plugins/thrive-leads/editor-templates/_form_css/fonts/57_set/57_set_icons.svg\nwp-content/plugins/thrive-leads/tcb/admin/includes/views/templates/modals/delete-confirmation.phtml\nwp-content/plugins/thrive-leads/thrive-dashboard/css/font/dashboard-icons.svg\nwp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill.php\nwp-content/plugins/thrive-leads/thrive-dashboard/inc/script-manager/assets/js/utils.js\nwp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Pages.php\nwp-content/plugins/thrive-quiz-builder/assets/css/admin/font/fonts/icomoon-tqb.svg','yes'),('scan_maxIssues','1000','yes'),('scan_maxDuration','','yes'),('whitelisted','','yes'),('whitelistedServices','{}','yes'),('bannedURLs','','yes'),('maxExecutionTime','0','yes'),('howGetIPs','','yes'),('actUpdateInterval','2','yes'),('alert_maxHourly','0','yes'),('loginSec_userBlacklist','','yes'),('liveTraf_maxRows','2000','yes'),('liveTraf_maxAge','30','yes'),('neverBlockBG','neverBlockVerified','yes'),('loginSec_countFailMins','240','yes'),('loginSec_lockoutMins','240','yes'),('loginSec_strongPasswds','pubs','yes'),('loginSec_breachPasswds','admins','yes'),('loginSec_maxFailures','20','yes'),('loginSec_maxForgotPasswd','20','yes'),('maxGlobalRequests','DISABLED','yes'),('maxGlobalRequests_action','throttle','yes'),('maxRequestsCrawlers','DISABLED','yes'),('maxRequestsCrawlers_action','throttle','yes'),('maxRequestsHumans','DISABLED','yes'),('maxRequestsHumans_action','throttle','yes'),('max404Crawlers','DISABLED','yes'),('max404Crawlers_action','throttle','yes'),('max404Humans','DISABLED','yes'),('max404Humans_action','throttle','yes'),('blockedTime','300','yes'),('email_summary_interval','weekly','yes'),('email_summary_excluded_directories','wp-content/cache,wp-content/wflogs','yes'),('allowed404s','/favicon.ico\n/apple-touch-icon*.png\n/*@2x.png\n/browserconfig.xml','yes'),('wafAlertWhitelist','','yes'),('wafAlertInterval','600','yes'),('wafAlertThreshold','100','yes'),('howGetIPs_trusted_proxies','','yes'),('scanType','standard','yes'),('manualScanType','onceDaily','yes'),('schedStartHour','22','yes'),('schedMode','auto','yes'),('cbl_loggedInBlocked','','yes'),('cbl_action','block','yes'),('cbl_redirURL','','yes'),('cbl_bypassRedirURL','','yes'),('cbl_bypassRedirDest','','yes'),('cbl_bypassViewURL','','yes'),('loginSec_enableSeparateTwoFactor','','yes'),('blockCustomText','','yes'),('alertOn_severityLevel','25','yes'),('apiKey','bf242f9aa85d473df7246cfbe3ab150f6a680e0b3321bdc0d26c58dac95b02b7f9b8ce3dddd4ecffa19e912fe1ee289368b5ce941fdd0f58cc7ced6755e50a579f6537e16668df29cda97141750ab43c','yes'),('keyType','free','yes'),('isPaid','','yes'),('betaThreatDefenseFeed','0','yes'),('timeoffset_wf_updated','1581369959','yes'),('cacheType','disabled','yes'),('detectProxyRecommendation','REMOTE_ADDR','no'),('dismissAutoPrependNotice','0','yes'),('onboardingAttempt1','license','yes'),('onboardingAttempt2','','no'),('onboardingAttempt3','','no'),('onboardingAttempt3Initial','0','yes'),('needsNewTour_dashboard','0','yes'),('needsNewTour_firewall','0','yes'),('needsNewTour_scan','0','yes'),('needsNewTour_blocking','0','yes'),('needsNewTour_livetraffic','1','yes'),('needsUpgradeTour_dashboard','0','yes'),('needsUpgradeTour_firewall','0','yes'),('needsUpgradeTour_scan','0','yes'),('needsUpgradeTour_blocking','0','yes'),('needsUpgradeTour_livetraffic','0','yes'),('supportContent','{\"top\":[{\"title\":\"Blocked or Locked Out\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/blocking\\/blocked-or-locked-out\\/\",\"order\":0},{\"title\":\"Optimizing The Firewall\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/firewall\\/optimizing-the-firewall\\/\",\"order\":1},{\"title\":\"Wordfence Web Application Firewall (WAF)\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/firewall\\/\",\"order\":2},{\"title\":\"Scan Troubleshooting\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/scan\\/troubleshooting\\/\",\"order\":3},{\"title\":\"Wordfence and LiteSpeed\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/advanced\\/system-requirements\\/litespeed\\/\",\"order\":4},{\"title\":\"Two-Factor Authentication\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/tools\\/two-factor-authentication\\/\",\"order\":5},{\"title\":\"Firewall Learning Mode\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/firewall\\/learning-mode\\/\",\"order\":6},{\"title\":\"Scan Results\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/scan\\/scan-results\\/\",\"order\":7},{\"title\":\"I am locked out of my site\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/blocking\\/blocked-or-locked-out\\/#i-am-locked-out-of-my-site\",\"order\":8},{\"title\":\"PHP Fatal error: Failed opening required wordfence-waf.php\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/firewall\\/#php-fatal-error-failed-opening-required-wordfence-waf-php\",\"order\":9}],\"all\":[{\"title\":\"Wordfence Central\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/central\\/\",\"excerpt\":\"Wordfence Central provides a powerful and efficient way to manage the security of many WordPress sites via a single interface.\",\"children\":[{\"title\":\"Using the Settings page\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/central\\/settings\\/\",\"order\":0},{\"title\":\"Connecting your sites to Wordfence Central\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/central\\/connect\\/\",\"order\":1},{\"title\":\"Setting up two-factor authentication\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/central\\/2fa\\/\",\"order\":2},{\"title\":\"Using the Dashboard page\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/central\\/central\\/\",\"order\":3},{\"title\":\"Viewing scan Findings\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/central\\/findings\\/\",\"order\":4},{\"title\":\"Using the Configuration page\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/central\\/configuration\\/\",\"order\":5},{\"title\":\"Using Wordfence plugin options Templates\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/central\\/templates\\/\",\"order\":6}],\"order\":0},{\"title\":\"Dashboard\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/dashboard\\/\",\"excerpt\":\"The Wordfence Dashboard provides insight into the current state of your siteâ€™s security.\",\"children\":[{\"title\":\"Options\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/dashboard\\/options\\/\",\"order\":0},{\"title\":\"Alerts\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/dashboard\\/alerts\\/\",\"order\":1}],\"order\":1},{\"title\":\"Firewall\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/firewall\\/\",\"excerpt\":\"The Wordfence Web Application Firewall is a PHP based, application level firewall that filters out malicious requests to your site. \",\"children\":[{\"title\":\"Optimizing\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/firewall\\/optimizing-the-firewall\\/\",\"order\":0},{\"title\":\"Learning Mode\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/firewall\\/learning-mode\\/\",\"order\":1},{\"title\":\"Statistics\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/firewall\\/statistics\\/\",\"order\":2},{\"title\":\"Options\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/firewall\\/options\\/\",\"order\":3},{\"title\":\"MySQLi storage engine\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/firewall\\/mysqli-storage-engine\\/\",\"order\":4},{\"title\":\"Brute Force Protection\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/firewall\\/brute-force\\/\",\"order\":5},{\"title\":\"Rate Limiting\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/firewall\\/rate-limiting\\/\",\"order\":6},{\"title\":\"Troubleshooting\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/firewall\\/troubleshooting\\/\",\"order\":7}],\"order\":2},{\"title\":\"Blocking\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/blocking\\/\",\"excerpt\":\"Aside from the Firewall rules that protect against SQL-injection, XSS and more, Wordfence also has custom features for additional blocking. \",\"children\":[{\"title\":\"Blocked or Locked Out\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/blocking\\/blocked-or-locked-out\\/\",\"order\":0},{\"title\":\"Country Blocking\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/blocking\\/country-blocking\\/\",\"order\":1},{\"title\":\"Troubleshooting\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/blocking\\/troubleshooting\\/\",\"order\":2}],\"order\":3},{\"title\":\"Scan\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/scan\\/\",\"excerpt\":\"A Wordfence scan examines all files on your WordPress website looking for malicious code, backdoors, shells that hackers have installed, known malicious URLs and known patterns of infections.\",\"children\":[{\"title\":\"Options\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/scan\\/options\\/\",\"order\":0},{\"title\":\"Results\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/scan\\/scan-results\\/\",\"order\":1},{\"title\":\"Scheduling\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/scan\\/scheduling\\/\",\"order\":2},{\"title\":\"Troubleshooting\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/scan\\/troubleshooting\\/\",\"order\":3}],\"order\":4},{\"title\":\"Tools\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/tools\\/\",\"excerpt\":\"Wordfence Tools include Two Factor Authentication, Whois Lookup, Password Audit, Live Traffic and Diagnostics.\",\"children\":[{\"title\":\"Import\\/Export\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/tools\\/import-export\\/\",\"order\":0},{\"title\":\"Password Auditing\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/tools\\/password-auditing\\/\",\"order\":1},{\"title\":\"Whois Lookup\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/tools\\/whois-lookup\\/\",\"order\":2},{\"title\":\"Diagnostics\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/tools\\/diagnostics\\/\",\"order\":3},{\"title\":\"Live Traffic\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/tools\\/live-traffic\\/\",\"order\":4},{\"title\":\"Two-Factor Authentication\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/tools\\/two-factor-authentication\\/\",\"order\":5},{\"title\":\"Legacy Two-Factor Authentication\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/tools\\/legacy-two-factor-authentication\\/\",\"order\":6}],\"order\":5},{\"title\":\"Login Security\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/login-security\\/\",\"excerpt\":\"The Login Security page currently contains settings for two-factor authentication (2FA) and reCAPTCHA. In a future Wordfence version, existing login-related features will also move to the same page.\",\"order\":6},{\"title\":\"Advanced\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/advanced\\/\",\"excerpt\":\"If you want to know more about the technical details of Wordfence, you\'ll find the answers in this section.\",\"children\":[{\"title\":\"System requirements\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/advanced\\/system-requirements\\/\",\"order\":0},{\"title\":\"Changelog\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/advanced\\/changelog\\/\",\"order\":1},{\"title\":\"Remove or Reset\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/advanced\\/remove-or-reset\\/\",\"order\":2},{\"title\":\"Technical Details\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/advanced\\/technical-details\\/\",\"order\":3},{\"title\":\"Constants\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/advanced\\/constants\\/\",\"order\":4},{\"title\":\"Wordfence API\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/advanced\\/wordfence-api\\/\",\"order\":5},{\"title\":\"Troubleshooting\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/advanced\\/troubleshooting\\/\",\"order\":6}],\"order\":7},{\"title\":\"Wordfence Premium\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/premium\\/\",\"excerpt\":\"Wordfence Premium comes with an IP Blacklist, Real Time Protection and much more.\",\"children\":[{\"title\":\"Account\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/premium\\/account\\/\",\"order\":0},{\"title\":\"Pricing\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/premium\\/pricing\\/\",\"order\":1},{\"title\":\"License Key\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/premium\\/api-key\\/\",\"order\":2}],\"order\":8},{\"title\":\"Wordfence and GDPR - General Data Protection Regulation\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/general-data-protection-regulation\\/\",\"excerpt\":\"Defiant, the company behind Wordfence, has updated its terms of use, privacy policies and software, as well as made available a data processing agreement to meet GDPR compliance. Customers must review and agree to updated terms in order to continue using our products and services. We also provide a data processing agreement if you qualify as a data controller under the GDPR.\",\"order\":9},{\"title\":\"Site Cleaning and Security Audits\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/security-services\\/\",\"excerpt\":\"Let one of our Security Analysts help you clean your infected site or inspect it for vulnerabilities.\",\"order\":10},{\"title\":\"Login Security Plugin\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/login-security-plugin\\/\",\"excerpt\":\"The Wordfence Login Security plugin contains a subset of the features found in the full Wordfence plugin: Two-factor Authentication, XML-RPC Protection and Login Page CAPTCHA. It is ideal for sites that need login security functionality but either canâ€™t or donâ€™t want to run the full Wordfence plugin.\",\"order\":11}]}','yes'),('supportHash','1271bb60392e129e65f394b26f31aa1b494f5d02d7f37329ec0a25f1720464b6','yes'),('whitelistPresets','{\"wordfence\":{\"n\":\"Wordfence\",\"h\":true,\"d\":true,\"f\":true,\"r\":[\"54.68.32.247\",\"69.46.36.0\\/27\",\"2605:2400:0104:0100::\\/56\"]},\"sucuri\":{\"n\":\"Sucuri\",\"d\":true,\"r\":[\"97.74.127.171\",\"69.164.203.172\",\"173.230.128.135\",\"66.228.34.49\",\"66.228.40.185\",\"50.116.36.92\",\"50.116.36.93\",\"50.116.3.171\",\"198.58.96.212\",\"50.116.63.221\",\"192.155.92.112\",\"192.81.128.31\",\"198.58.106.244\",\"192.155.95.139\",\"23.239.9.227\",\"198.58.112.103\",\"192.155.94.43\",\"162.216.16.33\",\"173.255.233.124\",\"173.255.233.124\",\"192.155.90.179\",\"50.116.41.217\",\"192.81.129.227\",\"198.58.111.80\",\"162.216.19.183\"]},\"facebook\":{\"n\":\"Facebook\",\"d\":true,\"r\":[\"69.63.176.0\\/20\",\"66.220.144.0\\/20\",\"66.220.144.0\\/21\",\"69.63.184.0\\/21\",\"69.63.176.0\\/21\",\"74.119.76.0\\/22\",\"69.171.255.0\\/24\",\"173.252.64.0\\/18\",\"69.171.224.0\\/19\",\"69.171.224.0\\/20\",\"103.4.96.0\\/22\",\"69.63.176.0\\/24\",\"173.252.64.0\\/19\",\"173.252.70.0\\/24\",\"31.13.64.0\\/18\",\"31.13.24.0\\/21\",\"66.220.152.0\\/21\",\"66.220.159.0\\/24\",\"69.171.239.0\\/24\",\"69.171.240.0\\/20\",\"31.13.64.0\\/19\",\"31.13.64.0\\/24\",\"31.13.65.0\\/24\",\"31.13.67.0\\/24\",\"31.13.68.0\\/24\",\"31.13.69.0\\/24\",\"31.13.70.0\\/24\",\"31.13.71.0\\/24\",\"31.13.72.0\\/24\",\"31.13.73.0\\/24\",\"31.13.74.0\\/24\",\"31.13.75.0\\/24\",\"31.13.76.0\\/24\",\"31.13.77.0\\/24\",\"31.13.96.0\\/19\",\"31.13.66.0\\/24\",\"173.252.96.0\\/19\",\"69.63.178.0\\/24\",\"31.13.78.0\\/24\",\"31.13.79.0\\/24\",\"31.13.80.0\\/24\",\"31.13.82.0\\/24\",\"31.13.83.0\\/24\",\"31.13.84.0\\/24\",\"31.13.85.0\\/24\",\"31.13.86.0\\/24\",\"31.13.87.0\\/24\",\"31.13.88.0\\/24\",\"31.13.89.0\\/24\",\"31.13.90.0\\/24\",\"31.13.91.0\\/24\",\"31.13.92.0\\/24\",\"31.13.93.0\\/24\",\"31.13.94.0\\/24\",\"31.13.95.0\\/24\",\"69.171.253.0\\/24\",\"69.63.186.0\\/24\",\"31.13.81.0\\/24\",\"179.60.192.0\\/22\",\"179.60.192.0\\/24\",\"179.60.193.0\\/24\",\"179.60.194.0\\/24\",\"179.60.195.0\\/24\",\"185.60.216.0\\/22\",\"45.64.40.0\\/22\",\"185.60.216.0\\/24\",\"185.60.217.0\\/24\",\"185.60.218.0\\/24\",\"185.60.219.0\\/24\",\"129.134.0.0\\/16\",\"157.240.0.0\\/16\",\"157.240.8.0\\/24\",\"157.240.0.0\\/24\",\"157.240.1.0\\/24\",\"157.240.2.0\\/24\",\"157.240.3.0\\/24\",\"157.240.4.0\\/24\",\"157.240.5.0\\/24\",\"157.240.6.0\\/24\",\"157.240.7.0\\/24\",\"157.240.9.0\\/24\",\"157.240.10.0\\/24\",\"157.240.16.0\\/24\",\"157.240.19.0\\/24\",\"157.240.11.0\\/24\",\"157.240.12.0\\/24\",\"157.240.13.0\\/24\",\"157.240.14.0\\/24\",\"157.240.15.0\\/24\",\"157.240.17.0\\/24\",\"157.240.18.0\\/24\",\"157.240.20.0\\/24\",\"157.240.21.0\\/24\",\"157.240.22.0\\/24\",\"157.240.23.0\\/24\",\"157.240.0.0\\/17\",\"69.171.250.0\\/24\",\"157.240.24.0\\/24\",\"157.240.25.0\\/24\",\"199.201.64.0\\/24\",\"199.201.65.0\\/24\",\"199.201.64.0\\/22\",\"204.15.20.0\\/22\",\"157.240.192.0\\/24\",\"129.134.0.0\\/17\",\"204.15.20.0\\/22\",\"69.63.176.0\\/20\",\"69.63.176.0\\/21\",\"69.63.184.0\\/21\",\"66.220.144.0\\/20\",\"69.63.176.0\\/20\",\"2620:0:1c00::\\/40\",\"2a03:2880::\\/32\",\"2a03:2880:fffe::\\/48\",\"2a03:2880:ffff::\\/48\",\"2620:0:1cff::\\/48\",\"2a03:2880:f000::\\/48\",\"2a03:2880:f001::\\/48\",\"2a03:2880:f002::\\/48\",\"2a03:2880:f003::\\/48\",\"2a03:2880:f004::\\/48\",\"2a03:2880:f005::\\/48\",\"2a03:2880:f006::\\/48\",\"2a03:2880:f007::\\/48\",\"2a03:2880:f008::\\/48\",\"2a03:2880:f009::\\/48\",\"2a03:2880:f00a::\\/48\",\"2a03:2880:f00b::\\/48\",\"2a03:2880:f00c::\\/48\",\"2a03:2880:f00d::\\/48\",\"2a03:2880:f00e::\\/48\",\"2a03:2880:f00f::\\/48\",\"2a03:2880:f010::\\/48\",\"2a03:2880:f011::\\/48\",\"2a03:2880:f012::\\/48\",\"2a03:2880:f013::\\/48\",\"2a03:2880:f014::\\/48\",\"2a03:2880:f015::\\/48\",\"2a03:2880:f016::\\/48\",\"2a03:2880:f017::\\/48\",\"2a03:2880:f018::\\/48\",\"2a03:2880:f019::\\/48\",\"2a03:2880:f01a::\\/48\",\"2a03:2880:f01b::\\/48\",\"2a03:2880:f01c::\\/48\",\"2a03:2880:f01d::\\/48\",\"2a03:2880:f01e::\\/48\",\"2a03:2880:f01f::\\/48\",\"2a03:2880:1000::\\/36\",\"2a03:2880:2000::\\/36\",\"2a03:2880:3000::\\/36\",\"2a03:2880:4000::\\/36\",\"2a03:2880:5000::\\/36\",\"2a03:2880:6000::\\/36\",\"2a03:2880:7000::\\/36\",\"2a03:2880:f020::\\/48\",\"2a03:2880:f021::\\/48\",\"2a03:2880:f022::\\/48\",\"2a03:2880:f023::\\/48\",\"2a03:2880:f024::\\/48\",\"2a03:2880:f025::\\/48\",\"2a03:2880:f026::\\/48\",\"2a03:2880:f027::\\/48\",\"2a03:2880:f028::\\/48\",\"2a03:2880:f029::\\/48\",\"2a03:2880:f02b::\\/48\",\"2a03:2880:f02c::\\/48\",\"2a03:2880:f02d::\\/48\",\"2a03:2880:f02e::\\/48\",\"2a03:2880:f02f::\\/48\",\"2a03:2880:f030::\\/48\",\"2a03:2880:f031::\\/48\",\"2a03:2880:f032::\\/48\",\"2a03:2880:f033::\\/48\",\"2a03:2880:f034::\\/48\",\"2a03:2880:f035::\\/48\",\"2a03:2880:f036::\\/48\",\"2a03:2880:f037::\\/48\",\"2a03:2880:f038::\\/48\",\"2a03:2880:f039::\\/48\",\"2a03:2880:f03a::\\/48\",\"2a03:2880:f03b::\\/48\",\"2a03:2880:f03c::\\/48\",\"2a03:2880:f03d::\\/48\",\"2a03:2880:f03e::\\/48\",\"2a03:2880:f03f::\\/48\",\"2401:db00::\\/32\",\"2a03:2880::\\/36\",\"2803:6080::\\/32\",\"2a03:2880:f100::\\/48\",\"2a03:2880:f200::\\/48\",\"2a03:2880:f101::\\/48\",\"2a03:2880:f201::\\/48\",\"2a03:2880:f102::\\/48\",\"2a03:2880:f202::\\/48\",\"2a03:2880:f103::\\/48\",\"2a03:2880:f203::\\/48\",\"2a03:2880:f104::\\/48\",\"2a03:2880:f204::\\/48\",\"2a03:2880:f107::\\/48\",\"2a03:2880:f207::\\/48\",\"2a03:2880:f108::\\/48\",\"2a03:2880:f208::\\/48\",\"2a03:2880:f109::\\/48\",\"2a03:2880:f209::\\/48\",\"2a03:2880:f10a::\\/48\",\"2a03:2880:f20a::\\/48\",\"2a03:2880:f10b::\\/48\",\"2a03:2880:f20b::\\/48\",\"2a03:2880:f10d::\\/48\",\"2a03:2880:f20d::\\/48\",\"2a03:2880:f10e::\\/48\",\"2a03:2880:f20e::\\/48\",\"2a03:2880:f10f::\\/48\",\"2a03:2880:f20f::\\/48\",\"2a03:2880:f110::\\/48\",\"2a03:2880:f210::\\/48\",\"2a03:2880:f111::\\/48\",\"2a03:2880:f211::\\/48\",\"2a03:2880:f112::\\/48\",\"2a03:2880:f212::\\/48\",\"2a03:2880:f114::\\/48\",\"2a03:2880:f214::\\/48\",\"2a03:2880:f115::\\/48\",\"2a03:2880:f215::\\/48\",\"2a03:2880:f116::\\/48\",\"2a03:2880:f216::\\/48\",\"2a03:2880:f117::\\/48\",\"2a03:2880:f217::\\/48\",\"2a03:2880:f118::\\/48\",\"2a03:2880:f218::\\/48\",\"2a03:2880:f119::\\/48\",\"2a03:2880:f219::\\/48\",\"2a03:2880:f11a::\\/48\",\"2a03:2880:f21a::\\/48\",\"2a03:2880:f11f::\\/48\",\"2a03:2880:f21f::\\/48\",\"2a03:2880:f121::\\/48\",\"2a03:2880:f221::\\/48\",\"2a03:2880:f122::\\/48\",\"2a03:2880:f222::\\/48\",\"2a03:2880:f123::\\/48\",\"2a03:2880:f223::\\/48\",\"2a03:2880:f10c::\\/48\",\"2a03:2880:f20c::\\/48\",\"2a03:2880:f126::\\/48\",\"2a03:2880:f226::\\/48\",\"2a03:2880:f105::\\/48\",\"2a03:2880:f205::\\/48\",\"2a03:2880:f125::\\/48\",\"2a03:2880:f225::\\/48\",\"2a03:2880:f106::\\/48\",\"2a03:2880:f206::\\/48\",\"2a03:2880:f11b::\\/48\",\"2a03:2880:f21b::\\/48\",\"2a03:2880:f113::\\/48\",\"2a03:2880:f213::\\/48\",\"2a03:2880:f11c::\\/48\",\"2a03:2880:f21c::\\/48\",\"2a03:2880:f128::\\/48\",\"2a03:2880:f228::\\/48\",\"2a03:2880:f02a::\\/48\",\"2a03:2880:f12a::\\/48\",\"2a03:2880:f22a::\\/48\",\"2a03:2880:f12f::\\/48\",\"2a03:2880:f22f::\\/48\",\"2a03:2880:f11d::\\/48\",\"2a03:2880:f11e::\\/48\",\"2a03:2880:f120::\\/48\",\"2a03:2880:f124::\\/48\",\"2a03:2880:f127::\\/48\",\"2a03:2880:f129::\\/48\",\"2a03:2880:f12b::\\/48\",\"2a03:2880:f12c::\\/48\",\"2a03:2880:f12d::\\/48\",\"2a03:2880:f12e::\\/48\",\"2a03:2880:f130::\\/48\",\"2a03:2880:f131::\\/48\",\"2a03:2880:f132::\\/48\",\"2a03:2880:f133::\\/48\",\"2a03:2880:f134::\\/48\",\"2a03:2880:f135::\\/48\",\"2a03:2880:f136::\\/48\",\"2a03:2880:f137::\\/48\",\"2a03:2880:f138::\\/48\",\"2a03:2880:f139::\\/48\",\"2a03:2880:f13a::\\/48\",\"2a03:2880:f13b::\\/48\",\"2a03:2880:f13c::\\/48\",\"2a03:2880:f13d::\\/48\",\"2a03:2880:f13e::\\/48\",\"2a03:2880:f13f::\\/48\",\"2a03:2880:f21d::\\/48\",\"2a03:2880:f21e::\\/48\",\"2a03:2880:f220::\\/48\",\"2a03:2880:f224::\\/48\",\"2a03:2880:f227::\\/48\",\"2a03:2880:f229::\\/48\",\"2a03:2880:f22b::\\/48\",\"2a03:2880:f22c::\\/48\",\"2a03:2880:f22d::\\/48\",\"2a03:2880:f22e::\\/48\",\"2a03:2880:f230::\\/48\",\"2a03:2880:f231::\\/48\",\"2a03:2880:f232::\\/48\",\"2a03:2880:f233::\\/48\",\"2a03:2880:f234::\\/48\",\"2a03:2880:f235::\\/48\",\"2a03:2880:f236::\\/48\",\"2a03:2880:f237::\\/48\",\"2a03:2880:f238::\\/48\",\"2a03:2880:f239::\\/48\",\"2a03:2880:f23a::\\/48\",\"2a03:2880:f23b::\\/48\",\"2a03:2880:f23c::\\/48\",\"2a03:2880:f23d::\\/48\",\"2a03:2880:f23e::\\/48\",\"2a03:2880:f23f::\\/48\",\"2a03:2880:f0ff::\\/48\",\"2a03:2880:f1ff::\\/48\",\"2a03:2880:f2ff::\\/48\",\"2c0f:ef78:0003::\\/48\"]},\"uptimerobot\":{\"n\":\"Uptime Robot\",\"d\":true,\"r\":[\"69.162.124.224\\/28\",\"63.143.42.240\\/28\"]},\"statuscake\":{\"n\":\"StatusCake\",\"d\":true,\"r\":[\"103.194.112.70\",\"104.131.247.151\",\"104.131.248.65\",\"104.131.248.78\",\"104.156.229.24\",\"104.156.255.184\",\"104.206.168.26\",\"104.238.164.105\",\"107.150.1.135\",\"107.155.104.182\",\"107.155.108.234\",\"107.155.125.29\",\"107.161.28.219\",\"107.170.197.248\",\"107.170.219.46\",\"107.170.227.23\",\"107.170.227.24\",\"107.170.240.141\",\"107.170.53.191\",\"107.191.47.131\",\"107.191.57.237\",\"108.61.119.153\",\"108.61.162.214\",\"108.61.205.201\",\"108.61.212.141\",\"108.61.215.179\",\"125.63.48.239\",\"128.199.222.65\",\"138.197.130.232\",\"138.197.130.235\",\"138.197.140.243\",\"138.204.171.136\",\"138.68.24.115\",\"138.68.24.136\",\"138.68.24.207\",\"138.68.24.60\",\"138.68.80.10\",\"138.68.80.173\",\"139.59.15.79\",\"139.59.155.26\",\"139.59.190.241\",\"139.59.22.109\",\"139.59.26.85\",\"139.59.29.167\",\"149.154.157.61\",\"149.255.59.100\",\"151.236.10.238\",\"151.236.18.80\",\"151.80.175.223\",\"151.80.175.226\",\"154.127.60.23\",\"154.127.60.59\",\"158.255.208.76\",\"159.203.182.22\",\"159.203.182.60\",\"159.203.186.225\",\"159.203.31.18\",\"162.243.247.163\",\"162.243.71.56\",\"162.248.97.72\",\"162.253.64.104\",\"162.253.64.87\",\"176.56.230.110\",\"178.62.101.57\",\"178.62.104.137\",\"178.62.106.84\",\"178.62.109.7\",\"178.62.40.233\",\"178.62.41.44\",\"178.62.41.49\",\"178.62.41.52\",\"178.62.65.162\",\"178.62.71.227\",\"178.62.78.199\",\"178.62.80.93\",\"178.62.86.69\",\"178.73.210.99\",\"181.41.201.117\",\"181.41.214.137\",\"185.112.157.185\",\"185.12.45.70\",\"185.47.129.168\",\"185.60.135.86\",\"188.166.158.224\",\"188.166.253.148\",\"188.226.139.158\",\"188.226.158.160\",\"188.226.169.228\",\"188.226.171.58\",\"188.226.184.152\",\"188.226.185.106\",\"188.226.186.199\",\"188.226.203.84\",\"188.226.247.184\",\"188.68.238.79\",\"192.241.221.11\",\"193.124.178.54\",\"193.124.178.61\",\"193.182.144.105\",\"193.182.144.147\",\"199.167.128.80\",\"209.222.30.242\",\"213.183.56.107\",\"217.148.43.188\",\"217.148.43.202\",\"31.220.7.237\",\"37.157.246.146\",\"37.235.48.42\",\"37.235.52.25\",\"37.235.53.240\",\"37.235.55.205\",\"37.97.188.103\",\"45.32.128.80\",\"45.32.145.79\",\"45.32.151.21\",\"45.32.160.172\",\"45.32.166.195\",\"45.32.171.24\",\"45.32.192.198\",\"45.32.195.186\",\"45.32.195.93\",\"45.32.212.56\",\"45.32.36.158\",\"45.32.7.22\",\"45.63.121.159\",\"45.63.26.78\",\"45.63.51.63\",\"45.63.61.213\",\"45.63.76.68\",\"45.63.78.84\",\"45.63.86.120\",\"45.63.88.213\",\"45.76.1.44\",\"45.76.192.50\",\"45.76.3.112\",\"46.101.0.24\",\"46.101.110.32\",\"46.101.110.43\",\"46.101.110.45\",\"46.101.20.96\",\"46.101.238.182\",\"46.101.238.189\",\"46.101.240.208\",\"46.101.27.186\",\"46.101.61.83\",\"46.101.74.251\",\"5.45.179.103\",\"50.2.139.16\",\"82.221.95.161\",\"91.236.116.163\"]},\"managewp\":{\"n\":\"ManageWP\",\"d\":false,\"r\":[\"34.211.180.66\",\"54.70.65.107\",\"34.210.224.7\",\"52.41.5.108\",\"52.35.72.129\",\"54.191.137.17\",\"35.162.254.253\",\"52.11.12.231\",\"52.11.29.70\",\"52.11.54.161\",\"52.24.142.159\",\"52.25.191.255\",\"52.27.181.126\",\"52.34.126.117\",\"52.34.254.47\",\"52.35.82.99\",\"52.36.28.80\",\"52.38.106.97\",\"52.39.177.152\",\"52.41.230.148\",\"52.41.237.12\",\"52.42.126.166\",\"52.43.13.71\",\"52.43.76.224\",\"52.88.96.110\",\"52.89.155.51\",\"54.148.73.118\",\"54.186.37.105\",\"54.187.92.57\",\"54.191.32.65\",\"54.191.67.23\",\"54.191.80.119\",\"54.191.135.209\",\"54.191.136.176\",\"54.191.148.85\",\"54.191.149.8\",\"52.26.122.21\",\"52.24.187.29\",\"52.89.85.107\",\"54.186.128.167\",\"54.191.40.136\",\"52.24.62.11\",\"52.88.119.122\",\"54.191.148.225\",\"54.191.151.18\",\"52.89.94.121\",\"52.25.116.116\",\"52.88.215.225\",\"54.186.143.184\",\"52.88.197.180\",\"52.27.171.126\"]},\"seznam\":{\"n\":\"Seznam Search Engine\",\"d\":true,\"r\":[\"77.75.74.0\\/24\",\"77.75.76.0\\/24\",\"77.75.77.0\\/24\",\"77.75.78.0\\/24\",\"77.75.79.0\\/24\",\"2a02:598:a::78:0\\/112\",\"2a02:598:a::79:0\\/112\",\"2a02:598:2::0\\/96\"]}}','yes'),('whitelistHash','bf3d76dc05caf8623cb3fe01c1fc9e308e2f2ea37b826937d850fde361cdefd4','yes'),('touppPromptNeeded','','yes'),('touppBypassNextCheck','0','yes'),('autoUpdateAttempts','0','yes'),('previousWflogsFileList','[\"rules.php\",\"attack-data.php\",\"ips.php\",\"config-livewaf.php\",\"config-transient.php\",\"GeoLite2-Country.mmdb\",\"config.php\",\"config-synced.php\",\"template.php\",\".htaccess\"]','yes'),('diagnosticsWflogsRemovalHistory','[]','no'),('encKey','2f7db3a0c82548b8','yes'),('longEncKey','d81ce032b58d02f698d418cb5c46f297d2cd773b0120551da3aa1e124b7e7f1b','yes'),('cbl_restOfSiteBlocked','1','yes'),('timeoffset_wf','0','yes'),('lastBlockAggregation','1581333714','yes'),('allowed404s6116Migration','1','yes'),('migration636_email_summary_excluded_directories','1','no'),('fileContentsGSB6315Migration','1','yes'),('config701Migration','1','yes'),('blocks702Migration','1','yes'),('serverDNS','1581401893;900;199.250.192.223','yes'),('scansEnabled_geoipSupport','1','yes'),('config720Migration','1','yes'),('waf_status','enabled','yes'),('detectProxyNextCheck','1581410101','no'),('detectProxyNonce','','no'),('serverIP','1579212124;198.46.81.46','yes'),('allScansScheduled','a:2:{i:0;a:2:{s:9:\"timestamp\";i:1581581400;s:4:\"args\";a:1:{i:0;i:1581581400;}}i:1;a:2:{s:9:\"timestamp\";i:1581840600;s:4:\"args\";a:1:{i:0;i:1581840600;}}}','yes'),('activatingIP','73.85.252.63','yes'),('cbl_cookieVal','5c9026ce5d6d7','yes'),('geoIPVersionHash','61827bcd885b3f8d0bf1885e6f6f9b37dd467696bd664eb928350052d66170e4','yes'),('wp_home_url','https://bestcerakoteflorida.com','yes'),('wp_site_url','https://bestcerakoteflorida.com','yes'),('adminNoticeQueue','a:0:{}','yes'),('dbVersion','10.2.25-MariaDB-log','yes'),('lastDashboardCheck','1581369959','yes'),('dashboardData','a:4:{s:9:\"generated\";i:1581366731;s:3:\"tdf\";a:3:{s:9:\"community\";i:5710;s:7:\"premium\";i:5711;s:9:\"blacklist\";i:12217;}s:10:\"attackdata\";a:3:{s:3:\"24h\";a:24:{i:0;a:2:{s:1:\"t\";i:1581278400;s:1:\"c\";i:5659637;}i:1;a:2:{s:1:\"t\";i:1581282000;s:1:\"c\";i:5241523;}i:2;a:2:{s:1:\"t\";i:1581285600;s:1:\"c\";i:6792784;}i:3;a:2:{s:1:\"t\";i:1581289200;s:1:\"c\";i:7227262;}i:4;a:2:{s:1:\"t\";i:1581292800;s:1:\"c\";i:6873878;}i:5;a:2:{s:1:\"t\";i:1581296400;s:1:\"c\";i:7137130;}i:6;a:2:{s:1:\"t\";i:1581300000;s:1:\"c\";i:6672584;}i:7;a:2:{s:1:\"t\";i:1581303600;s:1:\"c\";i:5304688;}i:8;a:2:{s:1:\"t\";i:1581307200;s:1:\"c\";i:5735006;}i:9;a:2:{s:1:\"t\";i:1581310800;s:1:\"c\";i:6887232;}i:10;a:2:{s:1:\"t\";i:1581314400;s:1:\"c\";i:5490746;}i:11;a:2:{s:1:\"t\";i:1581318000;s:1:\"c\";i:5057778;}i:12;a:2:{s:1:\"t\";i:1581321600;s:1:\"c\";i:5342844;}i:13;a:2:{s:1:\"t\";i:1581325200;s:1:\"c\";i:6278464;}i:14;a:2:{s:1:\"t\";i:1581328800;s:1:\"c\";i:5221411;}i:15;a:2:{s:1:\"t\";i:1581332400;s:1:\"c\";i:4882376;}i:16;a:2:{s:1:\"t\";i:1581336000;s:1:\"c\";i:4914157;}i:17;a:2:{s:1:\"t\";i:1581339600;s:1:\"c\";i:4916877;}i:18;a:2:{s:1:\"t\";i:1581343200;s:1:\"c\";i:4777390;}i:19;a:2:{s:1:\"t\";i:1581346800;s:1:\"c\";i:3996426;}i:20;a:2:{s:1:\"t\";i:1581350400;s:1:\"c\";i:3815541;}i:21;a:2:{s:1:\"t\";i:1581354000;s:1:\"c\";i:3753353;}i:22;a:2:{s:1:\"t\";i:1581357600;s:1:\"c\";i:3700088;}i:23;a:2:{s:1:\"t\";i:1581361200;s:1:\"c\";i:3650788;}}s:2:\"7d\";a:7:{i:0;a:2:{s:1:\"t\";i:1580688000;s:1:\"c\";i:145168937;}i:1;a:2:{s:1:\"t\";i:1580774400;s:1:\"c\";i:179444357;}i:2;a:2:{s:1:\"t\";i:1580860800;s:1:\"c\";i:115276439;}i:3;a:2:{s:1:\"t\";i:1580947200;s:1:\"c\";i:99810105;}i:4;a:2:{s:1:\"t\";i:1581033600;s:1:\"c\";i:93719843;}i:5;a:2:{s:1:\"t\";i:1581120000;s:1:\"c\";i:89511837;}i:6;a:2:{s:1:\"t\";i:1581206400;s:1:\"c\";i:112101644;}}s:3:\"30d\";a:30:{i:0;a:2:{s:1:\"t\";i:1578700800;s:1:\"c\";i:85161227;}i:1;a:2:{s:1:\"t\";i:1578787200;s:1:\"c\";i:90331651;}i:2;a:2:{s:1:\"t\";i:1578873600;s:1:\"c\";i:112374178;}i:3;a:2:{s:1:\"t\";i:1578960000;s:1:\"c\";i:113363066;}i:4;a:2:{s:1:\"t\";i:1579046400;s:1:\"c\";i:112438378;}i:5;a:2:{s:1:\"t\";i:1579132800;s:1:\"c\";i:135762039;}i:6;a:2:{s:1:\"t\";i:1579219200;s:1:\"c\";i:102066693;}i:7;a:2:{s:1:\"t\";i:1579305600;s:1:\"c\";i:105739199;}i:8;a:2:{s:1:\"t\";i:1579392000;s:1:\"c\";i:109310524;}i:9;a:2:{s:1:\"t\";i:1579478400;s:1:\"c\";i:113498744;}i:10;a:2:{s:1:\"t\";i:1579564800;s:1:\"c\";i:103471477;}i:11;a:2:{s:1:\"t\";i:1579651200;s:1:\"c\";i:99382372;}i:12;a:2:{s:1:\"t\";i:1579737600;s:1:\"c\";i:106536569;}i:13;a:2:{s:1:\"t\";i:1579824000;s:1:\"c\";i:94755249;}i:14;a:2:{s:1:\"t\";i:1579910400;s:1:\"c\";i:92517638;}i:15;a:2:{s:1:\"t\";i:1579996800;s:1:\"c\";i:88044261;}i:16;a:2:{s:1:\"t\";i:1580083200;s:1:\"c\";i:92289286;}i:17;a:2:{s:1:\"t\";i:1580169600;s:1:\"c\";i:95499777;}i:18;a:2:{s:1:\"t\";i:1580256000;s:1:\"c\";i:93090955;}i:19;a:2:{s:1:\"t\";i:1580342400;s:1:\"c\";i:94930724;}i:20;a:2:{s:1:\"t\";i:1580428800;s:1:\"c\";i:113016469;}i:21;a:2:{s:1:\"t\";i:1580515200;s:1:\"c\";i:130815646;}i:22;a:2:{s:1:\"t\";i:1580601600;s:1:\"c\";i:119873424;}i:23;a:2:{s:1:\"t\";i:1580688000;s:1:\"c\";i:145168937;}i:24;a:2:{s:1:\"t\";i:1580774400;s:1:\"c\";i:179444357;}i:25;a:2:{s:1:\"t\";i:1580860800;s:1:\"c\";i:115276439;}i:26;a:2:{s:1:\"t\";i:1580947200;s:1:\"c\";i:99810105;}i:27;a:2:{s:1:\"t\";i:1581033600;s:1:\"c\";i:93719843;}i:28;a:2:{s:1:\"t\";i:1581120000;s:1:\"c\";i:89511837;}i:29;a:2:{s:1:\"t\";i:1581206400;s:1:\"c\";i:112101644;}}}s:9:\"countries\";a:1:{s:2:\"7d\";a:10:{i:0;a:2:{s:2:\"cd\";s:2:\"US\";s:2:\"ct\";i:263910291;}i:1;a:2:{s:2:\"cd\";s:2:\"CN\";s:2:\"ct\";i:183152087;}i:2;a:2:{s:2:\"cd\";s:2:\"UA\";s:2:\"ct\";i:79666870;}i:3;a:2:{s:2:\"cd\";s:2:\"RU\";s:2:\"ct\";i:79179959;}i:4;a:2:{s:2:\"cd\";s:2:\"IN\";s:2:\"ct\";i:64580555;}i:5;a:2:{s:2:\"cd\";s:2:\"FR\";s:2:\"ct\";i:58546125;}i:6;a:2:{s:2:\"cd\";s:2:\"DE\";s:2:\"ct\";i:55657067;}i:7;a:2:{s:2:\"cd\";s:2:\"SG\";s:2:\"ct\";i:47739706;}i:8;a:2:{s:2:\"cd\";s:2:\"GB\";s:2:\"ct\";i:45482956;}i:9;a:2:{s:2:\"cd\";s:2:\"CA\";s:2:\"ct\";i:40985949;}}}}','yes'),('noc1ScanSchedule','a:2:{i:0;i:1581581400;i:1;i:1581840600;}','yes'),('adminUserList','a:1:{i:1;i:1;}','yes'),('disclosureStates','a:4:{s:20:\"waf-options-advanced\";b:0;s:22:\"waf-options-bruteforce\";b:0;s:24:\"waf-options-ratelimiting\";b:0;s:23:\"waf-options-whitelisted\";b:0;}','yes'),('showWfCentralUI','1','yes'),('allowMySQLi','1','yes'),('dbTest','a:1:{s:5:\"nonce\";s:64:\"9d4a7af0ab96cc555b2b597d106198d76805e65395929a6690ab5c1d3fe79824\";}','no'),('vulnerabilities_plugin','a:45:{i:0;a:5:{s:4:\"slug\";s:15:\"astra-bulk-edit\";s:9:\"toVersion\";s:5:\"1.2.3\";s:11:\"fromVersion\";s:5:\"1.2.2\";s:10:\"vulnerable\";b:0;s:4:\"link\";b:0;}i:1;a:5:{s:4:\"slug\";s:22:\"reset-astra-customizer\";s:9:\"toVersion\";s:5:\"1.0.2\";s:11:\"fromVersion\";s:5:\"1.0.0\";s:10:\"vulnerable\";b:0;s:4:\"link\";b:0;}i:2;a:5:{s:4:\"slug\";s:11:\"astra-hooks\";s:9:\"toVersion\";s:5:\"1.0.2\";s:11:\"fromVersion\";s:5:\"1.0.1\";s:10:\"vulnerable\";b:0;s:4:\"link\";b:0;}i:3;a:5:{s:4:\"slug\";s:21:\"kt-tinymce-color-grid\";s:9:\"toVersion\";s:6:\"1.14.3\";s:11:\"fromVersion\";s:7:\"1.13.11\";s:10:\"vulnerable\";b:0;s:4:\"link\";b:0;}i:4;a:5:{s:4:\"slug\";s:13:\"code-snippets\";s:9:\"toVersion\";s:6:\"2.14.0\";s:11:\"fromVersion\";s:6:\"2.13.3\";s:10:\"vulnerable\";b:1;s:4:\"link\";s:42:\"https://wpvulndb.com/vulnerabilities/10050\";}i:5;a:5:{s:4:\"slug\";s:20:\"custom-typekit-fonts\";s:9:\"toVersion\";s:6:\"1.0.15\";s:11:\"fromVersion\";s:6:\"1.0.13\";s:10:\"vulnerable\";b:0;s:4:\"link\";b:0;}i:6;a:5:{s:4:\"slug\";s:12:\"custom-fonts\";s:9:\"toVersion\";s:5:\"1.2.1\";s:11:\"fromVersion\";s:5:\"1.2.0\";s:10:\"vulnerable\";b:0;s:4:\"link\";b:0;}i:7;a:5:{s:4:\"slug\";s:17:\"customizer-search\";s:9:\"toVersion\";s:5:\"1.1.3\";s:11:\"fromVersion\";s:5:\"1.1.2\";s:10:\"vulnerable\";b:0;s:4:\"link\";b:0;}i:8;a:5:{s:4:\"slug\";s:33:\"google-analytics-dashboard-for-wp\";s:9:\"toVersion\";s:6:\"5.3.10\";s:11:\"fromVersion\";s:5:\"5.3.9\";s:10:\"vulnerable\";b:0;s:4:\"link\";b:0;}i:9;a:5:{s:4:\"slug\";s:32:\"home-page-banner-for-astra-theme\";s:9:\"toVersion\";s:5:\"1.0.2\";s:11:\"fromVersion\";s:5:\"1.0.1\";s:10:\"vulnerable\";b:0;s:4:\"link\";b:0;}i:10;a:5:{s:4:\"slug\";s:7:\"jetpack\";s:9:\"toVersion\";s:5:\"8.1.1\";s:11:\"fromVersion\";s:5:\"7.8.1\";s:10:\"vulnerable\";b:1;s:4:\"link\";s:41:\"https://wpvulndb.com/vulnerabilities/9955\";}i:11;a:5:{s:4:\"slug\";s:11:\"microthemer\";s:9:\"toVersion\";s:7:\"6.0.8.0\";s:11:\"fromVersion\";s:7:\"5.8.3.2\";s:10:\"vulnerable\";b:0;s:4:\"link\";b:0;}i:12;a:5:{s:4:\"slug\";s:17:\"really-simple-ssl\";s:9:\"toVersion\";s:5:\"3.2.9\";s:11:\"fromVersion\";s:5:\"3.2.6\";s:10:\"vulnerable\";b:0;s:4:\"link\";b:0;}i:13;a:5:{s:4:\"slug\";s:15:\"sidebar-manager\";s:9:\"toVersion\";s:5:\"1.1.2\";s:11:\"fromVersion\";s:5:\"1.1.1\";s:10:\"vulnerable\";b:0;s:4:\"link\";b:0;}i:14;a:5:{s:4:\"slug\";s:11:\"svg-support\";s:9:\"toVersion\";s:6:\"2.3.17\";s:11:\"fromVersion\";s:6:\"2.3.15\";s:10:\"vulnerable\";b:0;s:4:\"link\";b:0;}i:15;a:5:{s:4:\"slug\";s:15:\"autodescription\";s:9:\"toVersion\";s:5:\"4.0.4\";s:11:\"fromVersion\";s:5:\"4.0.2\";s:10:\"vulnerable\";b:0;s:4:\"link\";b:0;}i:16;a:5:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:9:\"toVersion\";s:6:\"1.14.6\";s:11:\"fromVersion\";s:6:\"1.13.6\";s:10:\"vulnerable\";b:0;s:4:\"link\";b:0;}i:17;a:5:{s:4:\"slug\";s:14:\"w3-total-cache\";s:9:\"toVersion\";s:6:\"0.13.1\";s:11:\"fromVersion\";s:6:\"0.10.1\";s:10:\"vulnerable\";b:0;s:4:\"link\";b:0;}i:18;a:5:{s:4:\"slug\";s:11:\"woocommerce\";s:9:\"toVersion\";s:5:\"3.9.1\";s:11:\"fromVersion\";s:5:\"3.7.1\";s:10:\"vulnerable\";b:0;s:4:\"link\";b:0;}i:19;a:5:{s:4:\"slug\";s:17:\"woocommerce-admin\";s:9:\"toVersion\";s:6:\"0.25.1\";s:11:\"fromVersion\";s:6:\"0.20.1\";s:10:\"vulnerable\";b:0;s:4:\"link\";b:0;}i:20;a:5:{s:4:\"slug\";s:28:\"woo-gutenberg-products-block\";s:9:\"toVersion\";s:6:\"2.5.11\";s:11:\"fromVersion\";s:5:\"2.4.4\";s:10:\"vulnerable\";b:0;s:4:\"link\";b:0;}i:21;a:5:{s:4:\"slug\";s:20:\"woocommerce-services\";s:9:\"toVersion\";s:6:\"1.22.3\";s:11:\"fromVersion\";s:6:\"1.21.1\";s:10:\"vulnerable\";b:0;s:4:\"link\";b:0;}i:22;a:5:{s:4:\"slug\";s:26:\"woocommerce-gateway-stripe\";s:9:\"toVersion\";s:5:\"4.3.1\";s:11:\"fromVersion\";s:5:\"4.3.0\";s:10:\"vulnerable\";b:0;s:4:\"link\";b:0;}i:23;a:5:{s:4:\"slug\";s:11:\"astra-addon\";s:9:\"toVersion\";s:5:\"2.2.5\";s:11:\"fromVersion\";s:5:\"2.1.2\";s:10:\"vulnerable\";b:0;s:4:\"link\";b:0;}i:24;a:5:{s:4:\"slug\";s:15:\"astra-pro-sites\";s:9:\"toVersion\";s:5:\"1.4.6\";s:11:\"fromVersion\";s:5:\"1.4.0\";s:10:\"vulnerable\";b:0;s:4:\"link\";b:0;}i:25;a:5:{s:4:\"slug\";s:22:\"thrive-ab-page-testing\";s:9:\"toVersion\";s:5:\"1.3.7\";s:11:\"fromVersion\";s:5:\"1.3.2\";s:10:\"vulnerable\";b:0;s:4:\"link\";b:0;}i:26;a:5:{s:4:\"slug\";s:17:\"thrive-apprentice\";s:9:\"toVersion\";s:5:\"2.2.9\";s:11:\"fromVersion\";s:7:\"2.2.5.1\";s:10:\"vulnerable\";b:0;s:4:\"link\";b:0;}i:27;a:5:{s:4:\"slug\";s:15:\"thrive-comments\";s:9:\"toVersion\";s:5:\"1.3.7\";s:11:\"fromVersion\";s:5:\"1.3.3\";s:10:\"vulnerable\";b:0;s:4:\"link\";b:0;}i:28;a:5:{s:4:\"slug\";s:25:\"thrive-headline-optimizer\";s:9:\"toVersion\";s:5:\"1.2.3\";s:11:\"fromVersion\";s:6:\"1.1.30\";s:10:\"vulnerable\";b:0;s:4:\"link\";b:0;}i:29;a:5:{s:4:\"slug\";s:12:\"thrive-leads\";s:9:\"toVersion\";s:5:\"2.2.9\";s:11:\"fromVersion\";s:7:\"2.2.5.1\";s:10:\"vulnerable\";b:0;s:4:\"link\";b:0;}i:30;a:5:{s:4:\"slug\";s:14:\"thrive-ovation\";s:9:\"toVersion\";s:5:\"2.2.6\";s:11:\"fromVersion\";s:5:\"2.2.2\";s:10:\"vulnerable\";b:0;s:4:\"link\";b:0;}i:31;a:5:{s:4:\"slug\";s:19:\"thrive-quiz-builder\";s:9:\"toVersion\";s:5:\"2.2.9\";s:11:\"fromVersion\";s:7:\"2.2.5.1\";s:10:\"vulnerable\";b:0;s:4:\"link\";b:0;}i:32;a:5:{s:4:\"slug\";s:16:\"thrive-ultimatum\";s:9:\"toVersion\";s:5:\"2.2.8\";s:11:\"fromVersion\";s:7:\"2.2.4.1\";s:10:\"vulnerable\";b:0;s:4:\"link\";b:0;}i:33;a:5:{s:4:\"slug\";s:20:\"thrive-visual-editor\";s:9:\"toVersion\";s:5:\"2.4.8\";s:11:\"fromVersion\";s:7:\"2.4.4.1\";s:10:\"vulnerable\";b:0;s:4:\"link\";b:0;}i:34;a:4:{s:4:\"slug\";s:12:\"antispam-bee\";s:11:\"fromVersion\";s:5:\"2.9.1\";s:10:\"vulnerable\";b:0;s:4:\"link\";b:0;}i:35;a:4:{s:4:\"slug\";s:24:\"astra-theme-visual-hooks\";s:11:\"fromVersion\";s:5:\"1.1.0\";s:10:\"vulnerable\";b:0;s:4:\"link\";b:0;}i:36;a:4:{s:4:\"slug\";s:14:\"classic-editor\";s:11:\"fromVersion\";s:3:\"1.5\";s:10:\"vulnerable\";b:0;s:4:\"link\";b:0;}i:37;a:4:{s:4:\"slug\";s:10:\"simple-css\";s:11:\"fromVersion\";s:3:\"1.1\";s:10:\"vulnerable\";b:0;s:4:\"link\";b:0;}i:38;a:4:{s:4:\"slug\";s:12:\"wp-templator\";s:11:\"fromVersion\";s:7:\"1.0.3.2\";s:10:\"vulnerable\";b:0;s:4:\"link\";b:0;}i:39;a:4:{s:4:\"slug\";s:12:\"unlist-posts\";s:11:\"fromVersion\";s:5:\"1.0.4\";s:10:\"vulnerable\";b:0;s:4:\"link\";b:0;}i:40;a:4:{s:4:\"slug\";s:9:\"wordfence\";s:11:\"fromVersion\";s:5:\"7.4.5\";s:10:\"vulnerable\";b:0;s:4:\"link\";b:0;}i:41;a:4:{s:4:\"slug\";s:18:\"wordpress-importer\";s:11:\"fromVersion\";s:5:\"0.6.4\";s:10:\"vulnerable\";b:0;s:4:\"link\";b:0;}i:42;a:4:{s:4:\"slug\";s:21:\"thrive-clever-widgets\";s:11:\"fromVersion\";s:4:\"1.46\";s:10:\"vulnerable\";b:0;s:4:\"link\";b:0;}i:43;a:4:{s:4:\"slug\";s:20:\"thrive-intercom-beta\";s:11:\"fromVersion\";s:3:\"0.1\";s:10:\"vulnerable\";b:0;s:4:\"link\";b:0;}i:44;a:4:{s:4:\"slug\";s:22:\"thrive-product-manager\";s:11:\"fromVersion\";s:5:\"1.2.1\";s:10:\"vulnerable\";b:0;s:4:\"link\";b:0;}}','yes'),('autoUpdateChoice','1','yes'),('wafStatusCallbackNonce','','yes'),('totalScansRun','442','yes'),('wfKillRequested','0','no'),('currentCronKey','','yes'),('wf_scanLastStatusTime','0','yes'),('wf_scanRunning','','yes'),('wfPeakMemory','107479040','no'),('wfScanStartVersion','5.3.2','yes'),('lowResourceScanWaitStep','','yes'),('wfStatusStartMsgs','a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}','yes'),('wf_summaryItems','a:8:{s:12:\"scannedPosts\";i:0;s:15:\"scannedComments\";i:0;s:12:\"scannedFiles\";i:0;s:14:\"scannedPlugins\";i:0;s:13:\"scannedThemes\";i:0;s:12:\"scannedUsers\";i:0;s:11:\"scannedURLs\";i:0;s:10:\"lastUpdate\";i:1581369967;}','yes'),('scanStageStatuses','a:11:{s:13:\"spamvertising\";a:4:{s:6:\"status\";s:7:\"premium\";s:7:\"started\";i:0;s:8:\"finished\";i:0;s:8:\"expected\";i:0;}s:4:\"spam\";a:4:{s:6:\"status\";s:7:\"premium\";s:7:\"started\";i:0;s:8:\"finished\";i:0;s:8:\"expected\";i:0;}s:9:\"blacklist\";a:4:{s:6:\"status\";s:7:\"premium\";s:7:\"started\";i:0;s:8:\"finished\";i:0;s:8:\"expected\";i:0;}s:6:\"server\";a:4:{s:6:\"status\";s:16:\"complete-success\";s:7:\"started\";i:4;s:8:\"finished\";i:4;s:8:\"expected\";i:4;}s:7:\"changes\";a:4:{s:6:\"status\";s:16:\"complete-success\";s:7:\"started\";i:2;s:8:\"finished\";i:2;s:8:\"expected\";i:2;}s:6:\"public\";a:4:{s:6:\"status\";s:16:\"complete-success\";s:7:\"started\";i:2;s:8:\"finished\";i:2;s:8:\"expected\";i:2;}s:7:\"malware\";a:4:{s:6:\"status\";s:16:\"complete-success\";s:7:\"started\";i:3;s:8:\"finished\";i:3;s:8:\"expected\";i:3;}s:7:\"content\";a:4:{s:6:\"status\";s:16:\"complete-success\";s:7:\"started\";i:3;s:8:\"finished\";i:3;s:8:\"expected\";i:3;}s:8:\"password\";a:4:{s:6:\"status\";s:16:\"complete-success\";s:7:\"started\";i:1;s:8:\"finished\";i:1;s:8:\"expected\";i:1;}s:13:\"vulnerability\";a:4:{s:6:\"status\";s:16:\"complete-warning\";s:7:\"started\";i:1;s:8:\"finished\";i:1;s:8:\"expected\";i:1;}s:7:\"options\";a:4:{s:6:\"status\";s:16:\"complete-success\";s:7:\"started\";i:2;s:8:\"finished\";i:2;s:8:\"expected\";i:2;}}','no'),('lastScanCompleted','ok','yes'),('lastScanFailureType','','yes'),('scanTime','1581369968.19','yes'),('totalAlertsSent','33','yes'),('lastEmailHash','1576245192:039f02ea6b4e0695b33b4af7ac3a7c29','yes'),('totalLoginHits','13198','yes'),('originalScheduledScanStart','1581322200','yes'),('lastNotificationID','1107','no'),('emailedIssuesList','a:510:{i:0;a:2:{s:7:\"ignoreC\";s:32:\"b6208a6760556a67776b6c3170bd74fe\";s:7:\"ignoreP\";s:32:\"b6208a6760556a67776b6c3170bd74fe\";}i:1;a:2:{s:7:\"ignoreC\";s:32:\"9e8db97aeee23423d121c0cbe1aeefd5\";s:7:\"ignoreP\";s:32:\"9e8db97aeee23423d121c0cbe1aeefd5\";}i:2;a:2:{s:7:\"ignoreC\";s:32:\"0990f77c02558a57a1a546bc7062e733\";s:7:\"ignoreP\";s:32:\"0990f77c02558a57a1a546bc7062e733\";}i:3;a:2:{s:7:\"ignoreC\";s:32:\"48b972895db5551e767884926d1a6e0e\";s:7:\"ignoreP\";s:32:\"48b972895db5551e767884926d1a6e0e\";}i:4;a:2:{s:7:\"ignoreC\";s:32:\"09f3c647d32dd2ccd9a1ddcb3994831f\";s:7:\"ignoreP\";s:32:\"09f3c647d32dd2ccd9a1ddcb3994831f\";}i:5;a:2:{s:7:\"ignoreC\";s:32:\"d4994fe2dda78b0fdd6d675b30670c8d\";s:7:\"ignoreP\";s:32:\"d4994fe2dda78b0fdd6d675b30670c8d\";}i:6;a:2:{s:7:\"ignoreC\";s:32:\"cd72e04a9c14afc74b2b057ed106f122\";s:7:\"ignoreP\";s:32:\"cd72e04a9c14afc74b2b057ed106f122\";}i:7;a:2:{s:7:\"ignoreC\";s:32:\"fcab0c3baa4689c7168f83b99cfd5a48\";s:7:\"ignoreP\";s:32:\"fcab0c3baa4689c7168f83b99cfd5a48\";}i:8;a:2:{s:7:\"ignoreC\";s:32:\"6061fa8905c37216109f8f55e911148f\";s:7:\"ignoreP\";s:32:\"6061fa8905c37216109f8f55e911148f\";}i:9;a:2:{s:7:\"ignoreC\";s:32:\"3698ca66775f9ef1f21fdcb43d021bb8\";s:7:\"ignoreP\";s:32:\"3698ca66775f9ef1f21fdcb43d021bb8\";}i:10;a:2:{s:7:\"ignoreC\";s:32:\"3c5df1d2dd6f3ae0b23217b380237444\";s:7:\"ignoreP\";s:32:\"3c5df1d2dd6f3ae0b23217b380237444\";}i:11;a:2:{s:7:\"ignoreC\";s:32:\"8b39e0bd80878a27614c9a36a81d837c\";s:7:\"ignoreP\";s:32:\"8b39e0bd80878a27614c9a36a81d837c\";}i:12;a:2:{s:7:\"ignoreC\";s:32:\"1fd8171ad273ac3da6fdd2ed3e108645\";s:7:\"ignoreP\";s:32:\"1fd8171ad273ac3da6fdd2ed3e108645\";}i:13;a:2:{s:7:\"ignoreC\";s:32:\"5f598cf200b9d933e693f61e104d1cdd\";s:7:\"ignoreP\";s:32:\"5f598cf200b9d933e693f61e104d1cdd\";}i:14;a:2:{s:7:\"ignoreC\";s:32:\"3fe47c361a17fc61dfd07c15fcdf0208\";s:7:\"ignoreP\";s:32:\"3fe47c361a17fc61dfd07c15fcdf0208\";}i:15;a:2:{s:7:\"ignoreC\";s:32:\"d5df860b37cbc6718313ccf4ed58b5c7\";s:7:\"ignoreP\";s:32:\"d5df860b37cbc6718313ccf4ed58b5c7\";}i:16;a:2:{s:7:\"ignoreC\";s:32:\"080f0d4681fb8a82e094f1a11efe338d\";s:7:\"ignoreP\";s:32:\"080f0d4681fb8a82e094f1a11efe338d\";}i:17;a:2:{s:7:\"ignoreC\";s:32:\"24478c5ba8618128393aa57b6ce1a343\";s:7:\"ignoreP\";s:32:\"24478c5ba8618128393aa57b6ce1a343\";}i:18;a:2:{s:7:\"ignoreC\";s:32:\"a8c755ac16cfd1501b6aa71488db70d0\";s:7:\"ignoreP\";s:32:\"a8c755ac16cfd1501b6aa71488db70d0\";}i:19;a:2:{s:7:\"ignoreC\";s:32:\"8f06d7f1dd06ffceab467ebbfd86473e\";s:7:\"ignoreP\";s:32:\"8f06d7f1dd06ffceab467ebbfd86473e\";}i:20;a:2:{s:7:\"ignoreC\";s:32:\"25dc93892c2b785d638c54dce906c2e1\";s:7:\"ignoreP\";s:32:\"25dc93892c2b785d638c54dce906c2e1\";}i:21;a:2:{s:7:\"ignoreC\";s:32:\"06bf08539aa14ec6541246ae3fb4f2d5\";s:7:\"ignoreP\";s:32:\"06bf08539aa14ec6541246ae3fb4f2d5\";}i:22;a:2:{s:7:\"ignoreC\";s:32:\"65716f34cfaf35a08db0f51e893083de\";s:7:\"ignoreP\";s:32:\"65716f34cfaf35a08db0f51e893083de\";}i:23;a:2:{s:7:\"ignoreC\";s:32:\"9193802e84182ce58f686c21518b3c59\";s:7:\"ignoreP\";s:32:\"9193802e84182ce58f686c21518b3c59\";}i:24;a:2:{s:7:\"ignoreC\";s:32:\"c49a873a51e839d7c5725dcc9cd2ac8f\";s:7:\"ignoreP\";s:32:\"c49a873a51e839d7c5725dcc9cd2ac8f\";}i:25;a:2:{s:7:\"ignoreC\";s:32:\"d6a9a92f00fbf566cdd734dc72e1a7aa\";s:7:\"ignoreP\";s:32:\"d6a9a92f00fbf566cdd734dc72e1a7aa\";}i:26;a:2:{s:7:\"ignoreC\";s:32:\"2138b7b2df0f63afb622d3c275d35789\";s:7:\"ignoreP\";s:32:\"2138b7b2df0f63afb622d3c275d35789\";}i:27;a:2:{s:7:\"ignoreC\";s:32:\"afb954428b2c0b876fa677404a6fc19e\";s:7:\"ignoreP\";s:32:\"afb954428b2c0b876fa677404a6fc19e\";}i:28;a:2:{s:7:\"ignoreC\";s:32:\"1bfe552779663d32692d8873f3353e4a\";s:7:\"ignoreP\";s:32:\"1bfe552779663d32692d8873f3353e4a\";}i:29;a:2:{s:7:\"ignoreC\";s:32:\"62d6aeac0971bfba229d9e39c6168e5f\";s:7:\"ignoreP\";s:32:\"62d6aeac0971bfba229d9e39c6168e5f\";}i:30;a:2:{s:7:\"ignoreC\";s:32:\"7545663a2b9ea55fddaa4567bbbcbb53\";s:7:\"ignoreP\";s:32:\"7545663a2b9ea55fddaa4567bbbcbb53\";}i:31;a:2:{s:7:\"ignoreC\";s:32:\"feb66c6bbc526b17e64c368706bb6e65\";s:7:\"ignoreP\";s:32:\"feb66c6bbc526b17e64c368706bb6e65\";}i:32;a:2:{s:7:\"ignoreC\";s:32:\"8fb042f7284ed953b317a871c87f2294\";s:7:\"ignoreP\";s:32:\"8fb042f7284ed953b317a871c87f2294\";}i:33;a:2:{s:7:\"ignoreC\";s:32:\"58c6af4bc77b42b471b6b2081b252894\";s:7:\"ignoreP\";s:32:\"58c6af4bc77b42b471b6b2081b252894\";}i:34;a:2:{s:7:\"ignoreC\";s:32:\"d2ed9d54c39e86e3cb92f6a889386095\";s:7:\"ignoreP\";s:32:\"d2ed9d54c39e86e3cb92f6a889386095\";}i:35;a:2:{s:7:\"ignoreC\";s:32:\"37f13cd13d0348d679daeaf3dd565e6b\";s:7:\"ignoreP\";s:32:\"37f13cd13d0348d679daeaf3dd565e6b\";}i:36;a:2:{s:7:\"ignoreC\";s:32:\"9d3cb94930440423dceb028cf123737b\";s:7:\"ignoreP\";s:32:\"9d3cb94930440423dceb028cf123737b\";}i:37;a:2:{s:7:\"ignoreC\";s:32:\"2bd413947792fc351bb6f4be91793800\";s:7:\"ignoreP\";s:32:\"2bd413947792fc351bb6f4be91793800\";}i:38;a:2:{s:7:\"ignoreC\";s:32:\"dfe6c5f25b74c1c876e0ec29f7f7f385\";s:7:\"ignoreP\";s:32:\"dfe6c5f25b74c1c876e0ec29f7f7f385\";}i:39;a:2:{s:7:\"ignoreC\";s:32:\"500bff6ded2cfdf6769571e96eb727e4\";s:7:\"ignoreP\";s:32:\"500bff6ded2cfdf6769571e96eb727e4\";}i:40;a:2:{s:7:\"ignoreC\";s:32:\"b8e63831b0fa14f8f7c1afa1b0a882fd\";s:7:\"ignoreP\";s:32:\"b8e63831b0fa14f8f7c1afa1b0a882fd\";}i:41;a:2:{s:7:\"ignoreC\";s:32:\"cdf5550e938df1a95299d0bde61a06ff\";s:7:\"ignoreP\";s:32:\"cdf5550e938df1a95299d0bde61a06ff\";}i:42;a:2:{s:7:\"ignoreC\";s:32:\"0fd0ded04cda775c4036b99752cd7163\";s:7:\"ignoreP\";s:32:\"0fd0ded04cda775c4036b99752cd7163\";}i:43;a:2:{s:7:\"ignoreC\";s:32:\"46287f020e31934bcb40b09522fcc38e\";s:7:\"ignoreP\";s:32:\"46287f020e31934bcb40b09522fcc38e\";}i:44;a:2:{s:7:\"ignoreC\";s:32:\"51b97bce3303a0a7a20dd34609ec648e\";s:7:\"ignoreP\";s:32:\"51b97bce3303a0a7a20dd34609ec648e\";}i:45;a:2:{s:7:\"ignoreC\";s:32:\"05780a09b94e6fefd3f58eb17b982c5c\";s:7:\"ignoreP\";s:32:\"05780a09b94e6fefd3f58eb17b982c5c\";}i:46;a:2:{s:7:\"ignoreC\";s:32:\"c5829aeb24617857a7684a46b0d2610a\";s:7:\"ignoreP\";s:32:\"c5829aeb24617857a7684a46b0d2610a\";}i:47;a:2:{s:7:\"ignoreC\";s:32:\"a905491bf0471c3b42f71901c81c0388\";s:7:\"ignoreP\";s:32:\"a905491bf0471c3b42f71901c81c0388\";}i:48;a:2:{s:7:\"ignoreC\";s:32:\"916a4a519e62618d7ed2e032eb24acb4\";s:7:\"ignoreP\";s:32:\"916a4a519e62618d7ed2e032eb24acb4\";}i:49;a:2:{s:7:\"ignoreC\";s:32:\"2efc618f484e70b716ae4cad26c80543\";s:7:\"ignoreP\";s:32:\"2efc618f484e70b716ae4cad26c80543\";}i:50;a:2:{s:7:\"ignoreC\";s:32:\"b5150ee434660331d7a6d12aa2adc427\";s:7:\"ignoreP\";s:32:\"b5150ee434660331d7a6d12aa2adc427\";}i:51;a:2:{s:7:\"ignoreC\";s:32:\"8c997689cc131aa6c58196fd305a8af8\";s:7:\"ignoreP\";s:32:\"8c997689cc131aa6c58196fd305a8af8\";}i:52;a:2:{s:7:\"ignoreC\";s:32:\"e13bf8fbd93ba0b20110be78a3c3409b\";s:7:\"ignoreP\";s:32:\"e13bf8fbd93ba0b20110be78a3c3409b\";}i:53;a:2:{s:7:\"ignoreC\";s:32:\"fc9758d0e468c456dfd490dccef2ed1f\";s:7:\"ignoreP\";s:32:\"fc9758d0e468c456dfd490dccef2ed1f\";}i:54;a:2:{s:7:\"ignoreC\";s:32:\"b4efdc145d23b0cbbfcea25656cdcd9d\";s:7:\"ignoreP\";s:32:\"b4efdc145d23b0cbbfcea25656cdcd9d\";}i:55;a:2:{s:7:\"ignoreC\";s:32:\"8b0e50c1c156e8d7f2e437bc4188a80e\";s:7:\"ignoreP\";s:32:\"8b0e50c1c156e8d7f2e437bc4188a80e\";}i:56;a:2:{s:7:\"ignoreC\";s:32:\"aaad2406ae8327de7de826710f747af7\";s:7:\"ignoreP\";s:32:\"aaad2406ae8327de7de826710f747af7\";}i:57;a:2:{s:7:\"ignoreC\";s:32:\"7a885f9faf03bb43b0a34cf4f9128be6\";s:7:\"ignoreP\";s:32:\"7a885f9faf03bb43b0a34cf4f9128be6\";}i:58;a:2:{s:7:\"ignoreC\";s:32:\"426638f991b2506c656f69d579632892\";s:7:\"ignoreP\";s:32:\"426638f991b2506c656f69d579632892\";}i:59;a:2:{s:7:\"ignoreC\";s:32:\"2c38719ead41c5f1e81f43e78d724b42\";s:7:\"ignoreP\";s:32:\"2c38719ead41c5f1e81f43e78d724b42\";}i:60;a:2:{s:7:\"ignoreC\";s:32:\"b0527155daf23cd29068a028e20ab520\";s:7:\"ignoreP\";s:32:\"b0527155daf23cd29068a028e20ab520\";}i:61;a:2:{s:7:\"ignoreC\";s:32:\"e64035d73e9639a553717330534f87a0\";s:7:\"ignoreP\";s:32:\"e64035d73e9639a553717330534f87a0\";}i:62;a:2:{s:7:\"ignoreC\";s:32:\"099b453583b0b21436f50f1dbea530fe\";s:7:\"ignoreP\";s:32:\"099b453583b0b21436f50f1dbea530fe\";}i:63;a:2:{s:7:\"ignoreC\";s:32:\"0984a3254dabce64264399264bc224db\";s:7:\"ignoreP\";s:32:\"0984a3254dabce64264399264bc224db\";}i:64;a:2:{s:7:\"ignoreC\";s:32:\"b79da069129bcbdda697ddc2244dcbaa\";s:7:\"ignoreP\";s:32:\"b79da069129bcbdda697ddc2244dcbaa\";}i:65;a:2:{s:7:\"ignoreC\";s:32:\"db76170b90fe95ffc9658e0c2d09f5f8\";s:7:\"ignoreP\";s:32:\"db76170b90fe95ffc9658e0c2d09f5f8\";}i:66;a:2:{s:7:\"ignoreC\";s:32:\"2f57ef47b4f77e59e6e7819274b31ba8\";s:7:\"ignoreP\";s:32:\"2f57ef47b4f77e59e6e7819274b31ba8\";}i:67;a:2:{s:7:\"ignoreC\";s:32:\"590b32cb61ad8fdf6586765c67914379\";s:7:\"ignoreP\";s:32:\"590b32cb61ad8fdf6586765c67914379\";}i:68;a:2:{s:7:\"ignoreC\";s:32:\"0e390cd19bc7f24a223aab9196eec511\";s:7:\"ignoreP\";s:32:\"0e390cd19bc7f24a223aab9196eec511\";}i:69;a:2:{s:7:\"ignoreC\";s:32:\"8d931bbadd751963c8f5cbc0d2b73e51\";s:7:\"ignoreP\";s:32:\"8d931bbadd751963c8f5cbc0d2b73e51\";}i:70;a:2:{s:7:\"ignoreC\";s:32:\"ef300f22fcac33f143822cf50f4395d1\";s:7:\"ignoreP\";s:32:\"ef300f22fcac33f143822cf50f4395d1\";}i:71;a:2:{s:7:\"ignoreC\";s:32:\"2079907ce8c268371131b1598334b728\";s:7:\"ignoreP\";s:32:\"2079907ce8c268371131b1598334b728\";}i:72;a:2:{s:7:\"ignoreC\";s:32:\"f455614f55441963a1cd930f07f9de14\";s:7:\"ignoreP\";s:32:\"f455614f55441963a1cd930f07f9de14\";}i:73;a:2:{s:7:\"ignoreC\";s:32:\"d77bbe32cda1578bacd843bd46e47fc3\";s:7:\"ignoreP\";s:32:\"d77bbe32cda1578bacd843bd46e47fc3\";}i:74;a:2:{s:7:\"ignoreC\";s:32:\"1f05ef534c4083f9105f40014ddc2870\";s:7:\"ignoreP\";s:32:\"1f05ef534c4083f9105f40014ddc2870\";}i:75;a:2:{s:7:\"ignoreC\";s:32:\"397caffe0378a9a3888e03e73b7697ca\";s:7:\"ignoreP\";s:32:\"397caffe0378a9a3888e03e73b7697ca\";}i:76;a:2:{s:7:\"ignoreC\";s:32:\"9d4f14ef179887c417824462c3171580\";s:7:\"ignoreP\";s:32:\"9d4f14ef179887c417824462c3171580\";}i:77;a:2:{s:7:\"ignoreC\";s:32:\"d4ceec90bd7fe62ed8c15cad59c7ddc8\";s:7:\"ignoreP\";s:32:\"d4ceec90bd7fe62ed8c15cad59c7ddc8\";}i:78;a:2:{s:7:\"ignoreC\";s:32:\"cbaabe13187bc6d879cf957862d3a413\";s:7:\"ignoreP\";s:32:\"cbaabe13187bc6d879cf957862d3a413\";}i:79;a:2:{s:7:\"ignoreC\";s:32:\"8be75942f28d34aa2c483643cbbfb8b1\";s:7:\"ignoreP\";s:32:\"8be75942f28d34aa2c483643cbbfb8b1\";}i:80;a:2:{s:7:\"ignoreC\";s:32:\"d077224ee294fd2717c671e89c12d566\";s:7:\"ignoreP\";s:32:\"d077224ee294fd2717c671e89c12d566\";}i:81;a:2:{s:7:\"ignoreC\";s:32:\"c3f2fda903ba3851bdccd854ee853ef6\";s:7:\"ignoreP\";s:32:\"c3f2fda903ba3851bdccd854ee853ef6\";}i:82;a:2:{s:7:\"ignoreC\";s:32:\"6310a85bc35fd5e2d600a0b63cff4f25\";s:7:\"ignoreP\";s:32:\"6310a85bc35fd5e2d600a0b63cff4f25\";}i:83;a:2:{s:7:\"ignoreC\";s:32:\"0d85369bbb2b6277afd242cc68ebdc42\";s:7:\"ignoreP\";s:32:\"0d85369bbb2b6277afd242cc68ebdc42\";}i:84;a:2:{s:7:\"ignoreC\";s:32:\"ee7d2419b1a83b7fd8e78eef4f0736e0\";s:7:\"ignoreP\";s:32:\"ee7d2419b1a83b7fd8e78eef4f0736e0\";}i:85;a:2:{s:7:\"ignoreC\";s:32:\"e31c1d6f1c5162dd55e18190fd065da9\";s:7:\"ignoreP\";s:32:\"e31c1d6f1c5162dd55e18190fd065da9\";}i:86;a:2:{s:7:\"ignoreC\";s:32:\"945ec6d64041d538d831e6edae4401fb\";s:7:\"ignoreP\";s:32:\"945ec6d64041d538d831e6edae4401fb\";}i:87;a:2:{s:7:\"ignoreC\";s:32:\"f90dd8614956cc5971591824b6a90441\";s:7:\"ignoreP\";s:32:\"f90dd8614956cc5971591824b6a90441\";}i:88;a:2:{s:7:\"ignoreC\";s:32:\"779d8e07a020e9b0f76e3ee136ccd50b\";s:7:\"ignoreP\";s:32:\"779d8e07a020e9b0f76e3ee136ccd50b\";}i:89;a:2:{s:7:\"ignoreC\";s:32:\"9b838cc60a9fb37eb4c68dc2b05f5026\";s:7:\"ignoreP\";s:32:\"9b838cc60a9fb37eb4c68dc2b05f5026\";}i:90;a:2:{s:7:\"ignoreC\";s:32:\"508e48864544aaa62c3ebf6707ef81cf\";s:7:\"ignoreP\";s:32:\"508e48864544aaa62c3ebf6707ef81cf\";}i:91;a:2:{s:7:\"ignoreC\";s:32:\"84ed1c89af37402da272b0481c9437d6\";s:7:\"ignoreP\";s:32:\"84ed1c89af37402da272b0481c9437d6\";}i:92;a:2:{s:7:\"ignoreC\";s:32:\"643302c50d24d1d481c332c1c6dfa678\";s:7:\"ignoreP\";s:32:\"643302c50d24d1d481c332c1c6dfa678\";}i:93;a:2:{s:7:\"ignoreC\";s:32:\"080ec59c0dde45b23cfae312e5971ec4\";s:7:\"ignoreP\";s:32:\"080ec59c0dde45b23cfae312e5971ec4\";}i:94;a:2:{s:7:\"ignoreC\";s:32:\"0444095205e63f8fdf5e41c22b0f44c3\";s:7:\"ignoreP\";s:32:\"0444095205e63f8fdf5e41c22b0f44c3\";}i:95;a:2:{s:7:\"ignoreC\";s:32:\"063bb1ec422b9412ed9ebc273ec327e9\";s:7:\"ignoreP\";s:32:\"063bb1ec422b9412ed9ebc273ec327e9\";}i:96;a:2:{s:7:\"ignoreC\";s:32:\"30607f86a804458ec7910d78c3823f2f\";s:7:\"ignoreP\";s:32:\"30607f86a804458ec7910d78c3823f2f\";}i:97;a:2:{s:7:\"ignoreC\";s:32:\"7abbd151723fe7c6a2f8df12dbe0040a\";s:7:\"ignoreP\";s:32:\"7abbd151723fe7c6a2f8df12dbe0040a\";}i:98;a:2:{s:7:\"ignoreC\";s:32:\"ed78b149351d37cc841ac0f4ea72c2b5\";s:7:\"ignoreP\";s:32:\"ed78b149351d37cc841ac0f4ea72c2b5\";}i:99;a:2:{s:7:\"ignoreC\";s:32:\"5aea62ece48b98d6d08b03533a1f6111\";s:7:\"ignoreP\";s:32:\"5aea62ece48b98d6d08b03533a1f6111\";}i:100;a:2:{s:7:\"ignoreC\";s:32:\"817cc72594c92cb21fb30266e6ea5e53\";s:7:\"ignoreP\";s:32:\"817cc72594c92cb21fb30266e6ea5e53\";}i:101;a:2:{s:7:\"ignoreC\";s:32:\"56b56f840e61f6904a72dff1c585f969\";s:7:\"ignoreP\";s:32:\"56b56f840e61f6904a72dff1c585f969\";}i:102;a:2:{s:7:\"ignoreC\";s:32:\"652357d8a9c558c64594249caaa7f817\";s:7:\"ignoreP\";s:32:\"652357d8a9c558c64594249caaa7f817\";}i:103;a:2:{s:7:\"ignoreC\";s:32:\"87ad4532b91090d3f91b23e72c95c08d\";s:7:\"ignoreP\";s:32:\"87ad4532b91090d3f91b23e72c95c08d\";}i:104;a:2:{s:7:\"ignoreC\";s:32:\"3e7c03dd8f0a3eb3c262cbb82a7a8bd3\";s:7:\"ignoreP\";s:32:\"3e7c03dd8f0a3eb3c262cbb82a7a8bd3\";}i:105;a:2:{s:7:\"ignoreC\";s:32:\"d530d6238349c4d58b00340fb43e1ad5\";s:7:\"ignoreP\";s:32:\"d530d6238349c4d58b00340fb43e1ad5\";}i:106;a:2:{s:7:\"ignoreC\";s:32:\"95163f33a3af1a00dbc5ee39c50a8ce8\";s:7:\"ignoreP\";s:32:\"95163f33a3af1a00dbc5ee39c50a8ce8\";}i:107;a:2:{s:7:\"ignoreC\";s:32:\"6b5bf91446c1dac9d73a3b95e91b509a\";s:7:\"ignoreP\";s:32:\"6b5bf91446c1dac9d73a3b95e91b509a\";}i:108;a:2:{s:7:\"ignoreC\";s:32:\"fab5071397007329dea37a198ee28097\";s:7:\"ignoreP\";s:32:\"fab5071397007329dea37a198ee28097\";}i:109;a:2:{s:7:\"ignoreC\";s:32:\"428381c916624d51f7a68107314324ae\";s:7:\"ignoreP\";s:32:\"428381c916624d51f7a68107314324ae\";}i:110;a:2:{s:7:\"ignoreC\";s:32:\"e56b54001ef04756dd2da4bca48adb39\";s:7:\"ignoreP\";s:32:\"e56b54001ef04756dd2da4bca48adb39\";}i:111;a:2:{s:7:\"ignoreC\";s:32:\"1bb8ceb9580e22127fe686fcd4c3b134\";s:7:\"ignoreP\";s:32:\"1bb8ceb9580e22127fe686fcd4c3b134\";}i:112;a:2:{s:7:\"ignoreC\";s:32:\"067bc0c7fdedf4f306ca095bd3b81160\";s:7:\"ignoreP\";s:32:\"067bc0c7fdedf4f306ca095bd3b81160\";}i:113;a:2:{s:7:\"ignoreC\";s:32:\"537780c5116ca8676dae910705059a03\";s:7:\"ignoreP\";s:32:\"537780c5116ca8676dae910705059a03\";}i:114;a:2:{s:7:\"ignoreC\";s:32:\"7d04f37427c1387bcf8a2a8eef9c6ebf\";s:7:\"ignoreP\";s:32:\"7d04f37427c1387bcf8a2a8eef9c6ebf\";}i:115;a:2:{s:7:\"ignoreC\";s:32:\"f369816086f695af1d4bf85861334d91\";s:7:\"ignoreP\";s:32:\"f369816086f695af1d4bf85861334d91\";}i:116;a:2:{s:7:\"ignoreC\";s:32:\"b5fac0ab75e8400ac3b5603d42a86cb8\";s:7:\"ignoreP\";s:32:\"b5fac0ab75e8400ac3b5603d42a86cb8\";}i:117;a:2:{s:7:\"ignoreC\";s:32:\"6892aa9728f48f80267f831f684e2d01\";s:7:\"ignoreP\";s:32:\"6892aa9728f48f80267f831f684e2d01\";}i:118;a:2:{s:7:\"ignoreC\";s:32:\"4902cb3f2defa087bfbf9df5d5151c31\";s:7:\"ignoreP\";s:32:\"4902cb3f2defa087bfbf9df5d5151c31\";}i:119;a:2:{s:7:\"ignoreC\";s:32:\"966938838580920b0f3d183d1a764f63\";s:7:\"ignoreP\";s:32:\"966938838580920b0f3d183d1a764f63\";}i:120;a:2:{s:7:\"ignoreC\";s:32:\"4ca77e1b9473ab952937e72d2f2877ac\";s:7:\"ignoreP\";s:32:\"4ca77e1b9473ab952937e72d2f2877ac\";}i:121;a:2:{s:7:\"ignoreC\";s:32:\"fa114ac6396f47b30c6e262663b27747\";s:7:\"ignoreP\";s:32:\"fa114ac6396f47b30c6e262663b27747\";}i:122;a:2:{s:7:\"ignoreC\";s:32:\"a076d7af03b7e94f6f1aa95b4acfe6f6\";s:7:\"ignoreP\";s:32:\"a076d7af03b7e94f6f1aa95b4acfe6f6\";}i:123;a:2:{s:7:\"ignoreC\";s:32:\"fee653526882787b035b448efb54e7f3\";s:7:\"ignoreP\";s:32:\"fee653526882787b035b448efb54e7f3\";}i:124;a:2:{s:7:\"ignoreC\";s:32:\"80f0a96863fb4d4d1e1625c37a8609f3\";s:7:\"ignoreP\";s:32:\"80f0a96863fb4d4d1e1625c37a8609f3\";}i:125;a:2:{s:7:\"ignoreC\";s:32:\"35b558a276313bf80dd80ab0bb86b29b\";s:7:\"ignoreP\";s:32:\"35b558a276313bf80dd80ab0bb86b29b\";}i:126;a:2:{s:7:\"ignoreC\";s:32:\"2a5c45c6a98ddd94755adb3855092674\";s:7:\"ignoreP\";s:32:\"2a5c45c6a98ddd94755adb3855092674\";}i:127;a:2:{s:7:\"ignoreC\";s:32:\"647687425f1852cb5ce32993247333fc\";s:7:\"ignoreP\";s:32:\"647687425f1852cb5ce32993247333fc\";}i:128;a:2:{s:7:\"ignoreC\";s:32:\"56df0631b576229829ab724bddd4d4a7\";s:7:\"ignoreP\";s:32:\"56df0631b576229829ab724bddd4d4a7\";}i:129;a:2:{s:7:\"ignoreC\";s:32:\"17bcf259a12488dff8e039435ad0266e\";s:7:\"ignoreP\";s:32:\"17bcf259a12488dff8e039435ad0266e\";}i:130;a:2:{s:7:\"ignoreC\";s:32:\"3ce744b581d5831b889484410dcb88fd\";s:7:\"ignoreP\";s:32:\"3ce744b581d5831b889484410dcb88fd\";}i:131;a:2:{s:7:\"ignoreC\";s:32:\"64b8bf5337af9250eeba3b92ed9977af\";s:7:\"ignoreP\";s:32:\"64b8bf5337af9250eeba3b92ed9977af\";}i:132;a:2:{s:7:\"ignoreC\";s:32:\"4834e3be37b668dd7622f3096271d7af\";s:7:\"ignoreP\";s:32:\"4834e3be37b668dd7622f3096271d7af\";}i:133;a:2:{s:7:\"ignoreC\";s:32:\"361a156c9d8cdf7601a67f7789fb3f3a\";s:7:\"ignoreP\";s:32:\"361a156c9d8cdf7601a67f7789fb3f3a\";}i:134;a:2:{s:7:\"ignoreC\";s:32:\"668dd0facc7e71a185b4a970948a09eb\";s:7:\"ignoreP\";s:32:\"668dd0facc7e71a185b4a970948a09eb\";}i:135;a:2:{s:7:\"ignoreC\";s:32:\"bf801c37ac64f3f7c07b9e4f5307f093\";s:7:\"ignoreP\";s:32:\"bf801c37ac64f3f7c07b9e4f5307f093\";}i:136;a:2:{s:7:\"ignoreC\";s:32:\"25961756901f13b1b867e3a6e450561f\";s:7:\"ignoreP\";s:32:\"25961756901f13b1b867e3a6e450561f\";}i:137;a:2:{s:7:\"ignoreC\";s:32:\"95938359c793a5f125ca73bf3516bda1\";s:7:\"ignoreP\";s:32:\"95938359c793a5f125ca73bf3516bda1\";}i:138;a:2:{s:7:\"ignoreC\";s:32:\"57e0ffa3feafafbe1ef628eef26c1385\";s:7:\"ignoreP\";s:32:\"57e0ffa3feafafbe1ef628eef26c1385\";}i:139;a:2:{s:7:\"ignoreC\";s:32:\"37ad2fe38ddda3f3b26cef6e920366ba\";s:7:\"ignoreP\";s:32:\"37ad2fe38ddda3f3b26cef6e920366ba\";}i:140;a:2:{s:7:\"ignoreC\";s:32:\"4f2c3ee95ac1da3c29c04fe6973bbbf6\";s:7:\"ignoreP\";s:32:\"4f2c3ee95ac1da3c29c04fe6973bbbf6\";}i:141;a:2:{s:7:\"ignoreC\";s:32:\"3d8e808660313a2d788df73104e7f13b\";s:7:\"ignoreP\";s:32:\"3d8e808660313a2d788df73104e7f13b\";}i:142;a:2:{s:7:\"ignoreC\";s:32:\"4576e6009dda6e9c654d2bcbacda1d72\";s:7:\"ignoreP\";s:32:\"4576e6009dda6e9c654d2bcbacda1d72\";}i:143;a:2:{s:7:\"ignoreC\";s:32:\"48000cfd7f47200f186c3b5cd0de7f17\";s:7:\"ignoreP\";s:32:\"48000cfd7f47200f186c3b5cd0de7f17\";}i:144;a:2:{s:7:\"ignoreC\";s:32:\"84eced1b65abb1fa4240dd087273a547\";s:7:\"ignoreP\";s:32:\"84eced1b65abb1fa4240dd087273a547\";}i:145;a:2:{s:7:\"ignoreC\";s:32:\"7676c8f270daef3d7f1fc326554ebfae\";s:7:\"ignoreP\";s:32:\"7676c8f270daef3d7f1fc326554ebfae\";}i:146;a:2:{s:7:\"ignoreC\";s:32:\"5efb95e6e9b3911efaec376029cac5fd\";s:7:\"ignoreP\";s:32:\"5efb95e6e9b3911efaec376029cac5fd\";}i:147;a:2:{s:7:\"ignoreC\";s:32:\"35caa85ee8d959ca62a6dc78c4bc6658\";s:7:\"ignoreP\";s:32:\"35caa85ee8d959ca62a6dc78c4bc6658\";}i:148;a:2:{s:7:\"ignoreC\";s:32:\"063bb61484361979d5fd382528fc98be\";s:7:\"ignoreP\";s:32:\"063bb61484361979d5fd382528fc98be\";}i:149;a:2:{s:7:\"ignoreC\";s:32:\"cb10156fde8049701be941787e995aca\";s:7:\"ignoreP\";s:32:\"cb10156fde8049701be941787e995aca\";}i:150;a:2:{s:7:\"ignoreC\";s:32:\"679f3149a93542990c55b57fa06c8ba0\";s:7:\"ignoreP\";s:32:\"679f3149a93542990c55b57fa06c8ba0\";}i:151;a:2:{s:7:\"ignoreC\";s:32:\"3bfbdbd180474f49253cc9804e46c093\";s:7:\"ignoreP\";s:32:\"3bfbdbd180474f49253cc9804e46c093\";}i:152;a:2:{s:7:\"ignoreC\";s:32:\"9fb635836644276c732956a1539f9bf2\";s:7:\"ignoreP\";s:32:\"9fb635836644276c732956a1539f9bf2\";}i:153;a:2:{s:7:\"ignoreC\";s:32:\"9ba87b0cc7df07dde1e9c2a1f632f332\";s:7:\"ignoreP\";s:32:\"9ba87b0cc7df07dde1e9c2a1f632f332\";}i:154;a:2:{s:7:\"ignoreC\";s:32:\"52ebe1b59ec652ffaa8124fa777bdead\";s:7:\"ignoreP\";s:32:\"52ebe1b59ec652ffaa8124fa777bdead\";}i:155;a:2:{s:7:\"ignoreC\";s:32:\"be8b7418a6bd7296f00f7cf4b0ada2aa\";s:7:\"ignoreP\";s:32:\"be8b7418a6bd7296f00f7cf4b0ada2aa\";}i:156;a:2:{s:7:\"ignoreC\";s:32:\"5fe6c50588a5969b93799c30d150288b\";s:7:\"ignoreP\";s:32:\"5fe6c50588a5969b93799c30d150288b\";}i:157;a:2:{s:7:\"ignoreC\";s:32:\"52125a142dbb7663592467c86b511a6c\";s:7:\"ignoreP\";s:32:\"52125a142dbb7663592467c86b511a6c\";}i:158;a:2:{s:7:\"ignoreC\";s:32:\"019b9ae66ef2030b0861cc5d95de2054\";s:7:\"ignoreP\";s:32:\"019b9ae66ef2030b0861cc5d95de2054\";}i:159;a:2:{s:7:\"ignoreC\";s:32:\"dfe53e37033c0b08f0fe4ae9a16cdd1b\";s:7:\"ignoreP\";s:32:\"dfe53e37033c0b08f0fe4ae9a16cdd1b\";}i:160;a:2:{s:7:\"ignoreC\";s:32:\"114b36797716740a3a51272976201e6e\";s:7:\"ignoreP\";s:32:\"114b36797716740a3a51272976201e6e\";}i:161;a:2:{s:7:\"ignoreC\";s:32:\"41de45dea67962d6ff9bb89ca12037fa\";s:7:\"ignoreP\";s:32:\"41de45dea67962d6ff9bb89ca12037fa\";}i:162;a:2:{s:7:\"ignoreC\";s:32:\"6a6fe15212ef8c0fc8f7eba35f022fff\";s:7:\"ignoreP\";s:32:\"6a6fe15212ef8c0fc8f7eba35f022fff\";}i:163;a:2:{s:7:\"ignoreC\";s:32:\"6dd75f2caa459771ba963c1050d25598\";s:7:\"ignoreP\";s:32:\"6dd75f2caa459771ba963c1050d25598\";}i:164;a:2:{s:7:\"ignoreC\";s:32:\"5d495964ef6b6dfbc84546726a3d4143\";s:7:\"ignoreP\";s:32:\"5d495964ef6b6dfbc84546726a3d4143\";}i:165;a:2:{s:7:\"ignoreC\";s:32:\"0e2e12ffbc1c5d506473090be7ffc93a\";s:7:\"ignoreP\";s:32:\"0e2e12ffbc1c5d506473090be7ffc93a\";}i:166;a:2:{s:7:\"ignoreC\";s:32:\"53ea1eba76f366acc08123eb7c6173da\";s:7:\"ignoreP\";s:32:\"53ea1eba76f366acc08123eb7c6173da\";}i:167;a:2:{s:7:\"ignoreC\";s:32:\"3dedf18e98e0953d982fca9e8dbecbe0\";s:7:\"ignoreP\";s:32:\"3dedf18e98e0953d982fca9e8dbecbe0\";}i:168;a:2:{s:7:\"ignoreC\";s:32:\"79634747085a8afedc7387aab97bdb5c\";s:7:\"ignoreP\";s:32:\"79634747085a8afedc7387aab97bdb5c\";}i:169;a:2:{s:7:\"ignoreC\";s:32:\"8ae07532d6abe77379fef8fb1b16ce04\";s:7:\"ignoreP\";s:32:\"8ae07532d6abe77379fef8fb1b16ce04\";}i:170;a:2:{s:7:\"ignoreC\";s:32:\"c6073f89212416f6ff903823dba595c2\";s:7:\"ignoreP\";s:32:\"c6073f89212416f6ff903823dba595c2\";}i:171;a:2:{s:7:\"ignoreC\";s:32:\"607aa2158cf4fe680e5bfc09f4511d10\";s:7:\"ignoreP\";s:32:\"607aa2158cf4fe680e5bfc09f4511d10\";}i:172;a:2:{s:7:\"ignoreC\";s:32:\"38c7a7bd4aeddcac095c10d91bfd92ee\";s:7:\"ignoreP\";s:32:\"38c7a7bd4aeddcac095c10d91bfd92ee\";}i:173;a:2:{s:7:\"ignoreC\";s:32:\"64e3fa1e55d4a1926f46f93084889008\";s:7:\"ignoreP\";s:32:\"64e3fa1e55d4a1926f46f93084889008\";}i:174;a:2:{s:7:\"ignoreC\";s:32:\"d3d692ceabcced8884aeb230a4e77bc0\";s:7:\"ignoreP\";s:32:\"d3d692ceabcced8884aeb230a4e77bc0\";}i:175;a:2:{s:7:\"ignoreC\";s:32:\"d86ba3b881c8713e36e56795bd87fe35\";s:7:\"ignoreP\";s:32:\"d86ba3b881c8713e36e56795bd87fe35\";}i:176;a:2:{s:7:\"ignoreC\";s:32:\"274a5e69dc496f8790588dcc5ea4abad\";s:7:\"ignoreP\";s:32:\"274a5e69dc496f8790588dcc5ea4abad\";}i:177;a:2:{s:7:\"ignoreC\";s:32:\"9adab8cff03a917c3b1ccf5e57a5226d\";s:7:\"ignoreP\";s:32:\"9adab8cff03a917c3b1ccf5e57a5226d\";}i:178;a:2:{s:7:\"ignoreC\";s:32:\"8a2bb97d6427744a7fbc136aaf55fa54\";s:7:\"ignoreP\";s:32:\"8a2bb97d6427744a7fbc136aaf55fa54\";}i:179;a:2:{s:7:\"ignoreC\";s:32:\"0e4d6d1485a28b9d83f853aa9233145e\";s:7:\"ignoreP\";s:32:\"0e4d6d1485a28b9d83f853aa9233145e\";}i:180;a:2:{s:7:\"ignoreC\";s:32:\"1d7f208b1a2cb42a95eda7eccf684a92\";s:7:\"ignoreP\";s:32:\"1d7f208b1a2cb42a95eda7eccf684a92\";}i:181;a:2:{s:7:\"ignoreC\";s:32:\"5b917023507387921b12d663e7258396\";s:7:\"ignoreP\";s:32:\"5b917023507387921b12d663e7258396\";}i:182;a:2:{s:7:\"ignoreC\";s:32:\"89f5ff047e0bb244a18f97d9f405da1b\";s:7:\"ignoreP\";s:32:\"89f5ff047e0bb244a18f97d9f405da1b\";}i:183;a:2:{s:7:\"ignoreC\";s:32:\"539772869bf68b2cf34d34fed21eb455\";s:7:\"ignoreP\";s:32:\"539772869bf68b2cf34d34fed21eb455\";}i:184;a:2:{s:7:\"ignoreC\";s:32:\"aa997829f98e8b305eb2f5c2d62da1bb\";s:7:\"ignoreP\";s:32:\"aa997829f98e8b305eb2f5c2d62da1bb\";}i:185;a:2:{s:7:\"ignoreC\";s:32:\"f5d50846eee245cb01e8b933d3bd180e\";s:7:\"ignoreP\";s:32:\"f5d50846eee245cb01e8b933d3bd180e\";}i:186;a:2:{s:7:\"ignoreC\";s:32:\"b69213f603d637a42ff79132133e10a1\";s:7:\"ignoreP\";s:32:\"b69213f603d637a42ff79132133e10a1\";}i:187;a:2:{s:7:\"ignoreC\";s:32:\"91839c54d9d362ed438d8b72ce6abf33\";s:7:\"ignoreP\";s:32:\"91839c54d9d362ed438d8b72ce6abf33\";}i:188;a:2:{s:7:\"ignoreC\";s:32:\"3ce3a04f873a57fb0cbbfd2ebf50c2d3\";s:7:\"ignoreP\";s:32:\"3ce3a04f873a57fb0cbbfd2ebf50c2d3\";}i:189;a:2:{s:7:\"ignoreC\";s:32:\"16570d0fd2af867d08437647e83b743d\";s:7:\"ignoreP\";s:32:\"16570d0fd2af867d08437647e83b743d\";}i:190;a:2:{s:7:\"ignoreC\";s:32:\"dd150bc6802ff2723dfecf70f82ea02f\";s:7:\"ignoreP\";s:32:\"dd150bc6802ff2723dfecf70f82ea02f\";}i:191;a:2:{s:7:\"ignoreC\";s:32:\"6f71b4c931c01506cfcb08a3670c4fed\";s:7:\"ignoreP\";s:32:\"6f71b4c931c01506cfcb08a3670c4fed\";}i:192;a:2:{s:7:\"ignoreC\";s:32:\"95c2f5d295c0f24aea1be14ea4011923\";s:7:\"ignoreP\";s:32:\"95c2f5d295c0f24aea1be14ea4011923\";}i:193;a:2:{s:7:\"ignoreC\";s:32:\"831a9b2dfa91a7ff986ceb4850029097\";s:7:\"ignoreP\";s:32:\"831a9b2dfa91a7ff986ceb4850029097\";}i:194;a:2:{s:7:\"ignoreC\";s:32:\"3433529277938562358d75c886ef3bbe\";s:7:\"ignoreP\";s:32:\"3433529277938562358d75c886ef3bbe\";}i:195;a:2:{s:7:\"ignoreC\";s:32:\"7ccb21ee9c56d9bfa5a2a505915b3dad\";s:7:\"ignoreP\";s:32:\"7ccb21ee9c56d9bfa5a2a505915b3dad\";}i:196;a:2:{s:7:\"ignoreC\";s:32:\"0dce9a23e6d9b61f64be3efcb3a9cc42\";s:7:\"ignoreP\";s:32:\"0dce9a23e6d9b61f64be3efcb3a9cc42\";}i:197;a:2:{s:7:\"ignoreC\";s:32:\"309a22561b3cef6b7d050d044510c75c\";s:7:\"ignoreP\";s:32:\"309a22561b3cef6b7d050d044510c75c\";}i:198;a:2:{s:7:\"ignoreC\";s:32:\"e68ee392c8f9ebe66b76c9c0611b4ddd\";s:7:\"ignoreP\";s:32:\"e68ee392c8f9ebe66b76c9c0611b4ddd\";}i:199;a:2:{s:7:\"ignoreC\";s:32:\"4910cc0404b315d7e240f15aed8639c3\";s:7:\"ignoreP\";s:32:\"4910cc0404b315d7e240f15aed8639c3\";}i:200;a:2:{s:7:\"ignoreC\";s:32:\"7c48e3dc07c75e839a536aa04a5fc0a0\";s:7:\"ignoreP\";s:32:\"7c48e3dc07c75e839a536aa04a5fc0a0\";}i:201;a:2:{s:7:\"ignoreC\";s:32:\"486bfd08414445c81e6a7640f4feae06\";s:7:\"ignoreP\";s:32:\"486bfd08414445c81e6a7640f4feae06\";}i:202;a:2:{s:7:\"ignoreC\";s:32:\"6601c6dfc4fa80500d386f744df1063e\";s:7:\"ignoreP\";s:32:\"6601c6dfc4fa80500d386f744df1063e\";}i:203;a:2:{s:7:\"ignoreC\";s:32:\"ab69e31eb5b2504ae08c489693332aab\";s:7:\"ignoreP\";s:32:\"ab69e31eb5b2504ae08c489693332aab\";}i:204;a:2:{s:7:\"ignoreC\";s:32:\"33a0dd2c8de9f9b2bcb0534e0982974d\";s:7:\"ignoreP\";s:32:\"33a0dd2c8de9f9b2bcb0534e0982974d\";}i:205;a:2:{s:7:\"ignoreC\";s:32:\"c912bbf72f3be736cbfb65f4d26709f1\";s:7:\"ignoreP\";s:32:\"c912bbf72f3be736cbfb65f4d26709f1\";}i:206;a:2:{s:7:\"ignoreC\";s:32:\"37725ea8d53fb12a0688ac90f75204d8\";s:7:\"ignoreP\";s:32:\"37725ea8d53fb12a0688ac90f75204d8\";}i:207;a:2:{s:7:\"ignoreC\";s:32:\"313545fff1912fdd90c8d5cb268fb750\";s:7:\"ignoreP\";s:32:\"313545fff1912fdd90c8d5cb268fb750\";}i:208;a:2:{s:7:\"ignoreC\";s:32:\"e79f36de77403e2e4da28d196b35cb3b\";s:7:\"ignoreP\";s:32:\"e79f36de77403e2e4da28d196b35cb3b\";}i:209;a:2:{s:7:\"ignoreC\";s:32:\"03f89037889fd85a15236d05af5be9d7\";s:7:\"ignoreP\";s:32:\"03f89037889fd85a15236d05af5be9d7\";}i:210;a:2:{s:7:\"ignoreC\";s:32:\"4d422d84a5c6d1acc6286bae98d57e90\";s:7:\"ignoreP\";s:32:\"4d422d84a5c6d1acc6286bae98d57e90\";}i:211;a:2:{s:7:\"ignoreC\";s:32:\"d64ff03d7ca9c3e52549b463d9c41637\";s:7:\"ignoreP\";s:32:\"d64ff03d7ca9c3e52549b463d9c41637\";}i:212;a:2:{s:7:\"ignoreC\";s:32:\"0d700df3098f3fb3c23bcdb16d0b9384\";s:7:\"ignoreP\";s:32:\"0d700df3098f3fb3c23bcdb16d0b9384\";}i:213;a:2:{s:7:\"ignoreC\";s:32:\"abec534c428247f4f3a6ce55f7a6e1fe\";s:7:\"ignoreP\";s:32:\"abec534c428247f4f3a6ce55f7a6e1fe\";}i:214;a:2:{s:7:\"ignoreC\";s:32:\"2ce7d39decfb415de0d5cb7116d5590e\";s:7:\"ignoreP\";s:32:\"2ce7d39decfb415de0d5cb7116d5590e\";}i:215;a:2:{s:7:\"ignoreC\";s:32:\"0c29c9a8d3a88e52683fba6d69355398\";s:7:\"ignoreP\";s:32:\"0c29c9a8d3a88e52683fba6d69355398\";}i:216;a:2:{s:7:\"ignoreC\";s:32:\"ef169931afbf518344b040f747de2845\";s:7:\"ignoreP\";s:32:\"ef169931afbf518344b040f747de2845\";}i:217;a:2:{s:7:\"ignoreC\";s:32:\"a61d235e37ada5f013b2d03e7b90c98f\";s:7:\"ignoreP\";s:32:\"a61d235e37ada5f013b2d03e7b90c98f\";}i:218;a:2:{s:7:\"ignoreC\";s:32:\"349d1f1476257a8950f3c111266f1748\";s:7:\"ignoreP\";s:32:\"349d1f1476257a8950f3c111266f1748\";}i:219;a:2:{s:7:\"ignoreC\";s:32:\"cf1bf379860d14ad1236b10b372d2e1b\";s:7:\"ignoreP\";s:32:\"cf1bf379860d14ad1236b10b372d2e1b\";}i:220;a:2:{s:7:\"ignoreC\";s:32:\"23669354f5d724194d98dd0287242f1c\";s:7:\"ignoreP\";s:32:\"23669354f5d724194d98dd0287242f1c\";}i:221;a:2:{s:7:\"ignoreC\";s:32:\"230e373a1cf7fd6f9257aba4a4b798bc\";s:7:\"ignoreP\";s:32:\"230e373a1cf7fd6f9257aba4a4b798bc\";}i:222;a:2:{s:7:\"ignoreC\";s:32:\"d305cb4efe4c43c407cd91bc639115a6\";s:7:\"ignoreP\";s:32:\"d305cb4efe4c43c407cd91bc639115a6\";}i:223;a:2:{s:7:\"ignoreC\";s:32:\"bc44fd51f87da554e85636f6d9576a89\";s:7:\"ignoreP\";s:32:\"bc44fd51f87da554e85636f6d9576a89\";}i:224;a:2:{s:7:\"ignoreC\";s:32:\"1a751ba5e6082540147ed28b75499013\";s:7:\"ignoreP\";s:32:\"1a751ba5e6082540147ed28b75499013\";}i:225;a:2:{s:7:\"ignoreC\";s:32:\"575cec57ec0b83d32efc881f8e00a850\";s:7:\"ignoreP\";s:32:\"575cec57ec0b83d32efc881f8e00a850\";}i:226;a:2:{s:7:\"ignoreC\";s:32:\"a6e76dff00e057413028138c02c40d88\";s:7:\"ignoreP\";s:32:\"a6e76dff00e057413028138c02c40d88\";}i:227;a:2:{s:7:\"ignoreC\";s:32:\"6184d18a97fbce851e04e0f6c272796a\";s:7:\"ignoreP\";s:32:\"6184d18a97fbce851e04e0f6c272796a\";}i:228;a:2:{s:7:\"ignoreC\";s:32:\"e70510ed98176ca3bbdd2c554c19ca74\";s:7:\"ignoreP\";s:32:\"e70510ed98176ca3bbdd2c554c19ca74\";}i:229;a:2:{s:7:\"ignoreC\";s:32:\"27511788228a4bab8348e810222860fd\";s:7:\"ignoreP\";s:32:\"27511788228a4bab8348e810222860fd\";}i:230;a:2:{s:7:\"ignoreC\";s:32:\"5eb8f7f91eb8d2c11c76320dacacf371\";s:7:\"ignoreP\";s:32:\"5eb8f7f91eb8d2c11c76320dacacf371\";}i:231;a:2:{s:7:\"ignoreC\";s:32:\"82995997e48cbd593175042176c5fea4\";s:7:\"ignoreP\";s:32:\"82995997e48cbd593175042176c5fea4\";}i:232;a:2:{s:7:\"ignoreC\";s:32:\"c4f5535bc2c6cb9841e1d97ee4ba89f6\";s:7:\"ignoreP\";s:32:\"c4f5535bc2c6cb9841e1d97ee4ba89f6\";}i:233;a:2:{s:7:\"ignoreC\";s:32:\"a97ca12211db10bacab76e9f8752c46b\";s:7:\"ignoreP\";s:32:\"a97ca12211db10bacab76e9f8752c46b\";}i:234;a:2:{s:7:\"ignoreC\";s:32:\"3a337c68af851c6f4b0c5bca640403c9\";s:7:\"ignoreP\";s:32:\"3a337c68af851c6f4b0c5bca640403c9\";}i:235;a:2:{s:7:\"ignoreC\";s:32:\"095f10f5203fc8348b067da74495a7e9\";s:7:\"ignoreP\";s:32:\"095f10f5203fc8348b067da74495a7e9\";}i:236;a:2:{s:7:\"ignoreC\";s:32:\"505a79f788ec89553e938a7144292079\";s:7:\"ignoreP\";s:32:\"505a79f788ec89553e938a7144292079\";}i:237;a:2:{s:7:\"ignoreC\";s:32:\"ab67dfad33897b42212c0d8993efb454\";s:7:\"ignoreP\";s:32:\"ab67dfad33897b42212c0d8993efb454\";}i:238;a:2:{s:7:\"ignoreC\";s:32:\"2987647c4d88083c266e86b544351229\";s:7:\"ignoreP\";s:32:\"2987647c4d88083c266e86b544351229\";}i:239;a:2:{s:7:\"ignoreC\";s:32:\"ddb111cd340d28dd050828601609847d\";s:7:\"ignoreP\";s:32:\"ddb111cd340d28dd050828601609847d\";}i:240;a:2:{s:7:\"ignoreC\";s:32:\"071f10ace33e62676945cacd52547c79\";s:7:\"ignoreP\";s:32:\"071f10ace33e62676945cacd52547c79\";}i:241;a:2:{s:7:\"ignoreC\";s:32:\"27d54c9e9135aa2ea9ff450a5f97cbc6\";s:7:\"ignoreP\";s:32:\"27d54c9e9135aa2ea9ff450a5f97cbc6\";}i:242;a:2:{s:7:\"ignoreC\";s:32:\"284845f68f1df24ecf4852e570431bf3\";s:7:\"ignoreP\";s:32:\"284845f68f1df24ecf4852e570431bf3\";}i:243;a:2:{s:7:\"ignoreC\";s:32:\"5e473524ed2817a2619659bf940dd194\";s:7:\"ignoreP\";s:32:\"5e473524ed2817a2619659bf940dd194\";}i:244;a:2:{s:7:\"ignoreC\";s:32:\"81ffcbd8a8aefec772b5d0b08b6154c9\";s:7:\"ignoreP\";s:32:\"81ffcbd8a8aefec772b5d0b08b6154c9\";}i:245;a:2:{s:7:\"ignoreC\";s:32:\"d71641469ef4f6b977bf363c6a650ba5\";s:7:\"ignoreP\";s:32:\"d71641469ef4f6b977bf363c6a650ba5\";}i:246;a:2:{s:7:\"ignoreC\";s:32:\"8c7fd2210b04beb10f42137766cf2e38\";s:7:\"ignoreP\";s:32:\"8c7fd2210b04beb10f42137766cf2e38\";}i:247;a:2:{s:7:\"ignoreC\";s:32:\"c70fc065417c24f5d9d16c59b6fb3b18\";s:7:\"ignoreP\";s:32:\"c70fc065417c24f5d9d16c59b6fb3b18\";}i:248;a:2:{s:7:\"ignoreC\";s:32:\"30909f09a90de13f398831d0b93a17d3\";s:7:\"ignoreP\";s:32:\"30909f09a90de13f398831d0b93a17d3\";}i:249;a:2:{s:7:\"ignoreC\";s:32:\"eff8206cb56c9f240389c858169ba95a\";s:7:\"ignoreP\";s:32:\"eff8206cb56c9f240389c858169ba95a\";}i:250;a:2:{s:7:\"ignoreC\";s:32:\"6f7d94c352a27d12f5080228bb7089d8\";s:7:\"ignoreP\";s:32:\"6f7d94c352a27d12f5080228bb7089d8\";}i:251;a:2:{s:7:\"ignoreC\";s:32:\"c4db2aab1068184d073e7f3f4b8b35a1\";s:7:\"ignoreP\";s:32:\"c4db2aab1068184d073e7f3f4b8b35a1\";}i:252;a:2:{s:7:\"ignoreC\";s:32:\"1a5a99172d262417b4b73047a87edf7b\";s:7:\"ignoreP\";s:32:\"1a5a99172d262417b4b73047a87edf7b\";}i:253;a:2:{s:7:\"ignoreC\";s:32:\"d7f56d86b39611a1d37e9e5405d58c00\";s:7:\"ignoreP\";s:32:\"d7f56d86b39611a1d37e9e5405d58c00\";}i:254;a:2:{s:7:\"ignoreC\";s:32:\"cbfb12a4529c5f3d7354ff5d254da20b\";s:7:\"ignoreP\";s:32:\"cbfb12a4529c5f3d7354ff5d254da20b\";}i:255;a:2:{s:7:\"ignoreC\";s:32:\"4b79e8d3e1ade1ae3c556fa27b992850\";s:7:\"ignoreP\";s:32:\"4b79e8d3e1ade1ae3c556fa27b992850\";}i:256;a:2:{s:7:\"ignoreC\";s:32:\"93ebed8ad8403ef28c988cb461cccca9\";s:7:\"ignoreP\";s:32:\"93ebed8ad8403ef28c988cb461cccca9\";}i:257;a:2:{s:7:\"ignoreC\";s:32:\"a05ed989ae2a8dc4527221c824f0d4e4\";s:7:\"ignoreP\";s:32:\"a05ed989ae2a8dc4527221c824f0d4e4\";}i:258;a:2:{s:7:\"ignoreC\";s:32:\"4945121ea4fbb54b7a8fd58acd1da9cd\";s:7:\"ignoreP\";s:32:\"4945121ea4fbb54b7a8fd58acd1da9cd\";}i:259;a:2:{s:7:\"ignoreC\";s:32:\"3452c3e1e0a1c11868402be80a8d3880\";s:7:\"ignoreP\";s:32:\"3452c3e1e0a1c11868402be80a8d3880\";}i:260;a:2:{s:7:\"ignoreC\";s:32:\"0d598ce1731f856ec318898a72bd7c20\";s:7:\"ignoreP\";s:32:\"0d598ce1731f856ec318898a72bd7c20\";}i:261;a:2:{s:7:\"ignoreC\";s:32:\"b051433327d03c8f3ef9e1c49d3a23e4\";s:7:\"ignoreP\";s:32:\"b051433327d03c8f3ef9e1c49d3a23e4\";}i:262;a:2:{s:7:\"ignoreC\";s:32:\"9c4a81969a523b7b8c7caecd8e451242\";s:7:\"ignoreP\";s:32:\"9c4a81969a523b7b8c7caecd8e451242\";}i:263;a:2:{s:7:\"ignoreC\";s:32:\"ab7886a3cb5cce8f4f8135b0a3ad5e83\";s:7:\"ignoreP\";s:32:\"ab7886a3cb5cce8f4f8135b0a3ad5e83\";}i:264;a:2:{s:7:\"ignoreC\";s:32:\"f4cb92e2cfc28049b5a7df6c5c4e0e68\";s:7:\"ignoreP\";s:32:\"f4cb92e2cfc28049b5a7df6c5c4e0e68\";}i:265;a:2:{s:7:\"ignoreC\";s:32:\"78815f5a3df1cf59524da2c602212946\";s:7:\"ignoreP\";s:32:\"78815f5a3df1cf59524da2c602212946\";}i:266;a:2:{s:7:\"ignoreC\";s:32:\"f88f20eaaed9908e1d499ae092b20177\";s:7:\"ignoreP\";s:32:\"f88f20eaaed9908e1d499ae092b20177\";}i:267;a:2:{s:7:\"ignoreC\";s:32:\"3824903b9a5f6d79b2940601c7a670ac\";s:7:\"ignoreP\";s:32:\"3824903b9a5f6d79b2940601c7a670ac\";}i:268;a:2:{s:7:\"ignoreC\";s:32:\"571bba9f7f38a6f91ecb64e84ee12969\";s:7:\"ignoreP\";s:32:\"571bba9f7f38a6f91ecb64e84ee12969\";}i:269;a:2:{s:7:\"ignoreC\";s:32:\"cfee8f0472f3457083a434f6a5fd0f45\";s:7:\"ignoreP\";s:32:\"cfee8f0472f3457083a434f6a5fd0f45\";}i:270;a:2:{s:7:\"ignoreC\";s:32:\"ecdf302a4608f3a1167bd556004c0bde\";s:7:\"ignoreP\";s:32:\"ecdf302a4608f3a1167bd556004c0bde\";}i:271;a:2:{s:7:\"ignoreC\";s:32:\"bd435078a7b8ddc8ec7385b30bd2ee02\";s:7:\"ignoreP\";s:32:\"bd435078a7b8ddc8ec7385b30bd2ee02\";}i:272;a:2:{s:7:\"ignoreC\";s:32:\"67b22c219bc74b0ab67ef498dec0f8d4\";s:7:\"ignoreP\";s:32:\"67b22c219bc74b0ab67ef498dec0f8d4\";}i:273;a:2:{s:7:\"ignoreC\";s:32:\"d55a3a61ac37ea835e620fa72f354e4e\";s:7:\"ignoreP\";s:32:\"d55a3a61ac37ea835e620fa72f354e4e\";}i:274;a:2:{s:7:\"ignoreC\";s:32:\"c6aaab68ffd88713b185aeac71bc1107\";s:7:\"ignoreP\";s:32:\"c6aaab68ffd88713b185aeac71bc1107\";}i:275;a:2:{s:7:\"ignoreC\";s:32:\"534314be9f80c9497a9f75beba95f8b0\";s:7:\"ignoreP\";s:32:\"534314be9f80c9497a9f75beba95f8b0\";}i:276;a:2:{s:7:\"ignoreC\";s:32:\"bf2b21ea522925d738bda41b71edc5bf\";s:7:\"ignoreP\";s:32:\"bf2b21ea522925d738bda41b71edc5bf\";}i:277;a:2:{s:7:\"ignoreC\";s:32:\"155117a41614713282e7573ad1b70bf9\";s:7:\"ignoreP\";s:32:\"155117a41614713282e7573ad1b70bf9\";}i:278;a:2:{s:7:\"ignoreC\";s:32:\"6f1346f97ddf0f65067af8f34d616766\";s:7:\"ignoreP\";s:32:\"6f1346f97ddf0f65067af8f34d616766\";}i:279;a:2:{s:7:\"ignoreC\";s:32:\"cf014e1995360e74f8fe51ac7758ee7f\";s:7:\"ignoreP\";s:32:\"cf014e1995360e74f8fe51ac7758ee7f\";}i:280;a:2:{s:7:\"ignoreC\";s:32:\"0d09d9bcf24160ef93f404c8b2dd34d7\";s:7:\"ignoreP\";s:32:\"0d09d9bcf24160ef93f404c8b2dd34d7\";}i:281;a:2:{s:7:\"ignoreC\";s:32:\"bfa3ed23a6a0aa0c334657869a40704c\";s:7:\"ignoreP\";s:32:\"bfa3ed23a6a0aa0c334657869a40704c\";}i:282;a:2:{s:7:\"ignoreC\";s:32:\"16deeea226cd8295438ca35654e54962\";s:7:\"ignoreP\";s:32:\"16deeea226cd8295438ca35654e54962\";}i:283;a:2:{s:7:\"ignoreC\";s:32:\"2ced69c82719c9bd3604e3718f856237\";s:7:\"ignoreP\";s:32:\"2ced69c82719c9bd3604e3718f856237\";}i:284;a:2:{s:7:\"ignoreC\";s:32:\"61c7e634f1996900d7c504392ff5695e\";s:7:\"ignoreP\";s:32:\"61c7e634f1996900d7c504392ff5695e\";}i:285;a:2:{s:7:\"ignoreC\";s:32:\"447b281118f73f9a35bfee75efe86ded\";s:7:\"ignoreP\";s:32:\"447b281118f73f9a35bfee75efe86ded\";}i:286;a:2:{s:7:\"ignoreC\";s:32:\"8ffc9c6c8317e48ad8980778b9b85faf\";s:7:\"ignoreP\";s:32:\"8ffc9c6c8317e48ad8980778b9b85faf\";}i:287;a:2:{s:7:\"ignoreC\";s:32:\"511c165cc08519b5120d343178aed59c\";s:7:\"ignoreP\";s:32:\"511c165cc08519b5120d343178aed59c\";}i:288;a:2:{s:7:\"ignoreC\";s:32:\"71f5b76f2e4de0e216f76ae05ba88645\";s:7:\"ignoreP\";s:32:\"71f5b76f2e4de0e216f76ae05ba88645\";}i:289;a:2:{s:7:\"ignoreC\";s:32:\"3a854a46d237246511f3be129ca7f9a3\";s:7:\"ignoreP\";s:32:\"3a854a46d237246511f3be129ca7f9a3\";}i:290;a:2:{s:7:\"ignoreC\";s:32:\"dd6aa811434bdebe70a17de950ce1530\";s:7:\"ignoreP\";s:32:\"dd6aa811434bdebe70a17de950ce1530\";}i:291;a:2:{s:7:\"ignoreC\";s:32:\"64581f207b4d94aea558a85ecd1bcfaa\";s:7:\"ignoreP\";s:32:\"64581f207b4d94aea558a85ecd1bcfaa\";}i:292;a:2:{s:7:\"ignoreC\";s:32:\"595999fc061c6466d7b43e57e26a0929\";s:7:\"ignoreP\";s:32:\"595999fc061c6466d7b43e57e26a0929\";}i:293;a:2:{s:7:\"ignoreC\";s:32:\"36c812473f5a48dc1d14981a06817846\";s:7:\"ignoreP\";s:32:\"36c812473f5a48dc1d14981a06817846\";}i:294;a:2:{s:7:\"ignoreC\";s:32:\"f3750b372a7565980da60276646bf2b5\";s:7:\"ignoreP\";s:32:\"f3750b372a7565980da60276646bf2b5\";}i:295;a:2:{s:7:\"ignoreC\";s:32:\"a0b0b4ee8ba8b977e40dce3e400f26cc\";s:7:\"ignoreP\";s:32:\"a0b0b4ee8ba8b977e40dce3e400f26cc\";}i:296;a:2:{s:7:\"ignoreC\";s:32:\"5f89315a0120a2cea0392ed32cd90f25\";s:7:\"ignoreP\";s:32:\"5f89315a0120a2cea0392ed32cd90f25\";}i:297;a:2:{s:7:\"ignoreC\";s:32:\"557d4d441959186f029625a8434844db\";s:7:\"ignoreP\";s:32:\"557d4d441959186f029625a8434844db\";}i:298;a:2:{s:7:\"ignoreC\";s:32:\"2c81fcf58580a16d39634a4fd8ac6284\";s:7:\"ignoreP\";s:32:\"2c81fcf58580a16d39634a4fd8ac6284\";}i:299;a:2:{s:7:\"ignoreC\";s:32:\"99b7df024297d22b5f588bcbaf5e1668\";s:7:\"ignoreP\";s:32:\"99b7df024297d22b5f588bcbaf5e1668\";}i:300;a:2:{s:7:\"ignoreC\";s:32:\"db4f2995d9175492e380ef965e54b6a3\";s:7:\"ignoreP\";s:32:\"db4f2995d9175492e380ef965e54b6a3\";}i:301;a:2:{s:7:\"ignoreC\";s:32:\"6e45de3840bef1e24c7f1c10b85d725f\";s:7:\"ignoreP\";s:32:\"6e45de3840bef1e24c7f1c10b85d725f\";}i:302;a:2:{s:7:\"ignoreC\";s:32:\"e44a37c138731e93cff831f74b72ff3d\";s:7:\"ignoreP\";s:32:\"e44a37c138731e93cff831f74b72ff3d\";}i:303;a:2:{s:7:\"ignoreC\";s:32:\"25bca6623702b80bb3241fa2047b1af9\";s:7:\"ignoreP\";s:32:\"25bca6623702b80bb3241fa2047b1af9\";}i:304;a:2:{s:7:\"ignoreC\";s:32:\"2884c45204d207facf2891b2ab7aa763\";s:7:\"ignoreP\";s:32:\"2884c45204d207facf2891b2ab7aa763\";}i:305;a:2:{s:7:\"ignoreC\";s:32:\"c2fbd0b14a453066a27770c5856e7397\";s:7:\"ignoreP\";s:32:\"c2fbd0b14a453066a27770c5856e7397\";}i:306;a:2:{s:7:\"ignoreC\";s:32:\"9506af5dbed5dbd15dfa8295c63d0635\";s:7:\"ignoreP\";s:32:\"9506af5dbed5dbd15dfa8295c63d0635\";}i:307;a:2:{s:7:\"ignoreC\";s:32:\"cc7970cd7665b63cc8dbab51725a95f5\";s:7:\"ignoreP\";s:32:\"cc7970cd7665b63cc8dbab51725a95f5\";}i:308;a:2:{s:7:\"ignoreC\";s:32:\"3ce69b54889577a3d11320001bc22316\";s:7:\"ignoreP\";s:32:\"3ce69b54889577a3d11320001bc22316\";}i:309;a:2:{s:7:\"ignoreC\";s:32:\"daf2ceb3f640033aaf3e8ad5c4363e9c\";s:7:\"ignoreP\";s:32:\"daf2ceb3f640033aaf3e8ad5c4363e9c\";}i:310;a:2:{s:7:\"ignoreC\";s:32:\"fdbb34dc4296d317dd33dd3100c25146\";s:7:\"ignoreP\";s:32:\"fdbb34dc4296d317dd33dd3100c25146\";}i:311;a:2:{s:7:\"ignoreC\";s:32:\"97d2e8403099919ef93a5893fd80adbd\";s:7:\"ignoreP\";s:32:\"97d2e8403099919ef93a5893fd80adbd\";}i:312;a:2:{s:7:\"ignoreC\";s:32:\"6746e6ae1fb4b756400f29ba6961cd56\";s:7:\"ignoreP\";s:32:\"6746e6ae1fb4b756400f29ba6961cd56\";}i:313;a:2:{s:7:\"ignoreC\";s:32:\"d2713668a483cead895fa74f77e1d8da\";s:7:\"ignoreP\";s:32:\"d2713668a483cead895fa74f77e1d8da\";}i:314;a:2:{s:7:\"ignoreC\";s:32:\"98102401074a025bc9e5d02d09cd2b86\";s:7:\"ignoreP\";s:32:\"98102401074a025bc9e5d02d09cd2b86\";}i:315;a:2:{s:7:\"ignoreC\";s:32:\"2fad53e485711c5cbc3283702add727d\";s:7:\"ignoreP\";s:32:\"2fad53e485711c5cbc3283702add727d\";}i:316;a:2:{s:7:\"ignoreC\";s:32:\"b2f20624e175be0ebe6d89436263f318\";s:7:\"ignoreP\";s:32:\"b2f20624e175be0ebe6d89436263f318\";}i:317;a:2:{s:7:\"ignoreC\";s:32:\"de92ea6cbcf3a06c2a4b2a4e695f642d\";s:7:\"ignoreP\";s:32:\"de92ea6cbcf3a06c2a4b2a4e695f642d\";}i:318;a:2:{s:7:\"ignoreC\";s:32:\"89b4b42dfcdc651cd8f8552c25b45221\";s:7:\"ignoreP\";s:32:\"89b4b42dfcdc651cd8f8552c25b45221\";}i:319;a:2:{s:7:\"ignoreC\";s:32:\"c81a319cc3214015ba54d994b9bd0b2f\";s:7:\"ignoreP\";s:32:\"c81a319cc3214015ba54d994b9bd0b2f\";}i:320;a:2:{s:7:\"ignoreC\";s:32:\"128c94e7dd1f624aa34b2e53d0b0cda8\";s:7:\"ignoreP\";s:32:\"128c94e7dd1f624aa34b2e53d0b0cda8\";}i:321;a:2:{s:7:\"ignoreC\";s:32:\"4b448e73cba15093a04b340167706da3\";s:7:\"ignoreP\";s:32:\"4b448e73cba15093a04b340167706da3\";}i:322;a:2:{s:7:\"ignoreC\";s:32:\"9473ea7c808748b2e691fb0c24363053\";s:7:\"ignoreP\";s:32:\"9473ea7c808748b2e691fb0c24363053\";}i:323;a:2:{s:7:\"ignoreC\";s:32:\"e81e9fab01cb822d6177706ccdf0cc7c\";s:7:\"ignoreP\";s:32:\"e81e9fab01cb822d6177706ccdf0cc7c\";}i:324;a:2:{s:7:\"ignoreC\";s:32:\"58dbd449280fd42f4c3bce49bbaf4917\";s:7:\"ignoreP\";s:32:\"58dbd449280fd42f4c3bce49bbaf4917\";}i:325;a:2:{s:7:\"ignoreC\";s:32:\"a3e8d5b10bdb41b3d00e00e48534d1a0\";s:7:\"ignoreP\";s:32:\"a3e8d5b10bdb41b3d00e00e48534d1a0\";}i:326;a:2:{s:7:\"ignoreC\";s:32:\"fce67b5c72709d0740a9f2f8eb34d3cc\";s:7:\"ignoreP\";s:32:\"fce67b5c72709d0740a9f2f8eb34d3cc\";}i:327;a:2:{s:7:\"ignoreC\";s:32:\"b740f3d0878ef1f3bf36ee49c25a2249\";s:7:\"ignoreP\";s:32:\"b740f3d0878ef1f3bf36ee49c25a2249\";}i:328;a:2:{s:7:\"ignoreC\";s:32:\"f394f7d38689f89068714f262bf14e13\";s:7:\"ignoreP\";s:32:\"f394f7d38689f89068714f262bf14e13\";}i:329;a:2:{s:7:\"ignoreC\";s:32:\"ff9836806c75d86e61c3ab69f958a62a\";s:7:\"ignoreP\";s:32:\"ff9836806c75d86e61c3ab69f958a62a\";}i:330;a:2:{s:7:\"ignoreC\";s:32:\"4c050528268dcf3c97dd8696d1ac5048\";s:7:\"ignoreP\";s:32:\"4c050528268dcf3c97dd8696d1ac5048\";}i:331;a:2:{s:7:\"ignoreC\";s:32:\"bb4b7d694b257d6e7016195f88346a8a\";s:7:\"ignoreP\";s:32:\"bb4b7d694b257d6e7016195f88346a8a\";}i:332;a:2:{s:7:\"ignoreC\";s:32:\"d5d056b4a0e578fee964219578983024\";s:7:\"ignoreP\";s:32:\"d5d056b4a0e578fee964219578983024\";}i:333;a:2:{s:7:\"ignoreC\";s:32:\"0faed54855dfc90186ccefcb8d1ce00b\";s:7:\"ignoreP\";s:32:\"0faed54855dfc90186ccefcb8d1ce00b\";}i:334;a:2:{s:7:\"ignoreC\";s:32:\"1fdf2e6194cab1a9daf1f7e2f812e21c\";s:7:\"ignoreP\";s:32:\"1fdf2e6194cab1a9daf1f7e2f812e21c\";}i:335;a:2:{s:7:\"ignoreC\";s:32:\"5fc223887e405ce83add538f08f3507c\";s:7:\"ignoreP\";s:32:\"5fc223887e405ce83add538f08f3507c\";}i:336;a:2:{s:7:\"ignoreC\";s:32:\"6e5a8510356464a62575c241b0de6af2\";s:7:\"ignoreP\";s:32:\"6e5a8510356464a62575c241b0de6af2\";}i:337;a:2:{s:7:\"ignoreC\";s:32:\"422b448a57371ecacbe277a3c97f2f5e\";s:7:\"ignoreP\";s:32:\"422b448a57371ecacbe277a3c97f2f5e\";}i:338;a:2:{s:7:\"ignoreC\";s:32:\"2f2f0ee26d81a106e548f19dc9d98e48\";s:7:\"ignoreP\";s:32:\"2f2f0ee26d81a106e548f19dc9d98e48\";}i:339;a:2:{s:7:\"ignoreC\";s:32:\"208dd6f9621b7ee3bc40d7a4556160d0\";s:7:\"ignoreP\";s:32:\"208dd6f9621b7ee3bc40d7a4556160d0\";}i:340;a:2:{s:7:\"ignoreC\";s:32:\"1b31de8a684fc17511b71620ac2e2583\";s:7:\"ignoreP\";s:32:\"1b31de8a684fc17511b71620ac2e2583\";}i:341;a:2:{s:7:\"ignoreC\";s:32:\"49eb22785087daca02511b92a9ae0026\";s:7:\"ignoreP\";s:32:\"49eb22785087daca02511b92a9ae0026\";}i:342;a:2:{s:7:\"ignoreC\";s:32:\"84b0fd035f80a966041085008cf25087\";s:7:\"ignoreP\";s:32:\"84b0fd035f80a966041085008cf25087\";}i:343;a:2:{s:7:\"ignoreC\";s:32:\"80d0e18751d8c41d596676688bf04bf6\";s:7:\"ignoreP\";s:32:\"80d0e18751d8c41d596676688bf04bf6\";}i:344;a:2:{s:7:\"ignoreC\";s:32:\"340241f261b1afd9cd3c833bc655c222\";s:7:\"ignoreP\";s:32:\"340241f261b1afd9cd3c833bc655c222\";}i:345;a:2:{s:7:\"ignoreC\";s:32:\"924a333787fbcb7372aca03508610cb4\";s:7:\"ignoreP\";s:32:\"924a333787fbcb7372aca03508610cb4\";}i:346;a:2:{s:7:\"ignoreC\";s:32:\"78a61b0f185ddf98b3df773207ad7e70\";s:7:\"ignoreP\";s:32:\"78a61b0f185ddf98b3df773207ad7e70\";}i:347;a:2:{s:7:\"ignoreC\";s:32:\"0ec75e59afb569cc5b3a1bade299fc98\";s:7:\"ignoreP\";s:32:\"0ec75e59afb569cc5b3a1bade299fc98\";}i:348;a:2:{s:7:\"ignoreC\";s:32:\"b33c47fb613159bd31d6d19876483b4b\";s:7:\"ignoreP\";s:32:\"b33c47fb613159bd31d6d19876483b4b\";}i:349;a:2:{s:7:\"ignoreC\";s:32:\"cf294282eab8f157d212706e0459e228\";s:7:\"ignoreP\";s:32:\"cf294282eab8f157d212706e0459e228\";}i:350;a:2:{s:7:\"ignoreC\";s:32:\"05248287bd1013817ff7f67eeec521a4\";s:7:\"ignoreP\";s:32:\"05248287bd1013817ff7f67eeec521a4\";}i:351;a:2:{s:7:\"ignoreC\";s:32:\"8fa0536b4f84dee38323ff26b1c0f0bf\";s:7:\"ignoreP\";s:32:\"8fa0536b4f84dee38323ff26b1c0f0bf\";}i:352;a:2:{s:7:\"ignoreC\";s:32:\"2900026ef4d8b7903f7e57cca3d8ba93\";s:7:\"ignoreP\";s:32:\"2900026ef4d8b7903f7e57cca3d8ba93\";}i:353;a:2:{s:7:\"ignoreC\";s:32:\"b3014481bb8b79703289da81e85df47f\";s:7:\"ignoreP\";s:32:\"b3014481bb8b79703289da81e85df47f\";}i:354;a:2:{s:7:\"ignoreC\";s:32:\"eac6ba48a702fec32a5c5000ea5aba1f\";s:7:\"ignoreP\";s:32:\"eac6ba48a702fec32a5c5000ea5aba1f\";}i:355;a:2:{s:7:\"ignoreC\";s:32:\"aa4d7c597c7cbac75f041ce001f11822\";s:7:\"ignoreP\";s:32:\"aa4d7c597c7cbac75f041ce001f11822\";}i:356;a:2:{s:7:\"ignoreC\";s:32:\"49a734c544f54c8d334f7fa78d7a85f4\";s:7:\"ignoreP\";s:32:\"49a734c544f54c8d334f7fa78d7a85f4\";}i:357;a:2:{s:7:\"ignoreC\";s:32:\"5d48bd221d83da2819af7ce67bf67f74\";s:7:\"ignoreP\";s:32:\"5d48bd221d83da2819af7ce67bf67f74\";}i:358;a:2:{s:7:\"ignoreC\";s:32:\"b9428b97a735b89bc686ead2f8a45083\";s:7:\"ignoreP\";s:32:\"b9428b97a735b89bc686ead2f8a45083\";}i:359;a:2:{s:7:\"ignoreC\";s:32:\"da5b4925765a9a4f24c76496e38a4a20\";s:7:\"ignoreP\";s:32:\"da5b4925765a9a4f24c76496e38a4a20\";}i:360;a:2:{s:7:\"ignoreC\";s:32:\"cddc5ac99fbd7d15dbf8a5fcf40ba2af\";s:7:\"ignoreP\";s:32:\"cddc5ac99fbd7d15dbf8a5fcf40ba2af\";}i:361;a:2:{s:7:\"ignoreC\";s:32:\"763d1d925e18bd449f07a40f4cce71a1\";s:7:\"ignoreP\";s:32:\"763d1d925e18bd449f07a40f4cce71a1\";}i:362;a:2:{s:7:\"ignoreC\";s:32:\"42b771abf190faddadfd9524f6151a69\";s:7:\"ignoreP\";s:32:\"42b771abf190faddadfd9524f6151a69\";}i:363;a:2:{s:7:\"ignoreC\";s:32:\"612dd8b5a20397991d729695aa1a4f79\";s:7:\"ignoreP\";s:32:\"612dd8b5a20397991d729695aa1a4f79\";}i:364;a:2:{s:7:\"ignoreC\";s:32:\"547a2ad670db036e4cc39a48fba39dc6\";s:7:\"ignoreP\";s:32:\"547a2ad670db036e4cc39a48fba39dc6\";}i:365;a:2:{s:7:\"ignoreC\";s:32:\"e94e0668452ed5d801e61940995df6f3\";s:7:\"ignoreP\";s:32:\"e94e0668452ed5d801e61940995df6f3\";}i:366;a:2:{s:7:\"ignoreC\";s:32:\"54e243f7f774da004c9caa74e21d69fc\";s:7:\"ignoreP\";s:32:\"54e243f7f774da004c9caa74e21d69fc\";}i:367;a:2:{s:7:\"ignoreC\";s:32:\"ccae5cf5cfa8f18d1aaa7b274a6bb20c\";s:7:\"ignoreP\";s:32:\"ccae5cf5cfa8f18d1aaa7b274a6bb20c\";}i:368;a:2:{s:7:\"ignoreC\";s:32:\"3748d6f654fb209603b967093f7cde5f\";s:7:\"ignoreP\";s:32:\"3748d6f654fb209603b967093f7cde5f\";}i:369;a:2:{s:7:\"ignoreC\";s:32:\"a729e1b6a2dec5bf93f56ea77d1a8b9c\";s:7:\"ignoreP\";s:32:\"a729e1b6a2dec5bf93f56ea77d1a8b9c\";}i:370;a:2:{s:7:\"ignoreC\";s:32:\"99579a1df666f9c9c7446dc6c4001bb0\";s:7:\"ignoreP\";s:32:\"99579a1df666f9c9c7446dc6c4001bb0\";}i:371;a:2:{s:7:\"ignoreC\";s:32:\"d23f9aa7c87086fcceafca3a6274255b\";s:7:\"ignoreP\";s:32:\"d23f9aa7c87086fcceafca3a6274255b\";}i:372;a:2:{s:7:\"ignoreC\";s:32:\"88e767262f03956c1dcf8e143479d2e0\";s:7:\"ignoreP\";s:32:\"88e767262f03956c1dcf8e143479d2e0\";}i:373;a:2:{s:7:\"ignoreC\";s:32:\"cae0f422405311fbb9b01fc7f952a916\";s:7:\"ignoreP\";s:32:\"cae0f422405311fbb9b01fc7f952a916\";}i:374;a:2:{s:7:\"ignoreC\";s:32:\"ef57abca77d455e762ca5746212d7f10\";s:7:\"ignoreP\";s:32:\"ef57abca77d455e762ca5746212d7f10\";}i:375;a:2:{s:7:\"ignoreC\";s:32:\"ba3a8bcb607ae06801e4d0b3837be9f3\";s:7:\"ignoreP\";s:32:\"ba3a8bcb607ae06801e4d0b3837be9f3\";}i:376;a:2:{s:7:\"ignoreC\";s:32:\"1b883f89b10849cf08b3f003606f4534\";s:7:\"ignoreP\";s:32:\"1b883f89b10849cf08b3f003606f4534\";}i:377;a:2:{s:7:\"ignoreC\";s:32:\"21facf0afb8608fdd92cebe2f48b07e4\";s:7:\"ignoreP\";s:32:\"21facf0afb8608fdd92cebe2f48b07e4\";}i:378;a:2:{s:7:\"ignoreC\";s:32:\"b85b190478c0fc1ed313eb4db6c33823\";s:7:\"ignoreP\";s:32:\"b85b190478c0fc1ed313eb4db6c33823\";}i:379;a:2:{s:7:\"ignoreC\";s:32:\"6f121c6c70282a665b4ca3cbacc8735b\";s:7:\"ignoreP\";s:32:\"6f121c6c70282a665b4ca3cbacc8735b\";}i:380;a:2:{s:7:\"ignoreC\";s:32:\"0e7a49b5ceb6eccacfae2bcdaa0f3e18\";s:7:\"ignoreP\";s:32:\"0e7a49b5ceb6eccacfae2bcdaa0f3e18\";}i:381;a:2:{s:7:\"ignoreC\";s:32:\"4dca94f5e3f99aa5397fd424ffaa3158\";s:7:\"ignoreP\";s:32:\"4dca94f5e3f99aa5397fd424ffaa3158\";}i:382;a:2:{s:7:\"ignoreC\";s:32:\"09e216236685d323b1c36d4dd7c14896\";s:7:\"ignoreP\";s:32:\"09e216236685d323b1c36d4dd7c14896\";}i:383;a:2:{s:7:\"ignoreC\";s:32:\"c39ea5f05613390eab1134c1698d16f1\";s:7:\"ignoreP\";s:32:\"c39ea5f05613390eab1134c1698d16f1\";}i:384;a:2:{s:7:\"ignoreC\";s:32:\"91a6c2a3196f8f9d7987b4cfea3e604b\";s:7:\"ignoreP\";s:32:\"91a6c2a3196f8f9d7987b4cfea3e604b\";}i:385;a:2:{s:7:\"ignoreC\";s:32:\"b0bca405a5476cb87a07bec76bb90c18\";s:7:\"ignoreP\";s:32:\"b0bca405a5476cb87a07bec76bb90c18\";}i:386;a:2:{s:7:\"ignoreC\";s:32:\"b0d3316b475289ed11ddac17e2cb3b40\";s:7:\"ignoreP\";s:32:\"b0d3316b475289ed11ddac17e2cb3b40\";}i:387;a:2:{s:7:\"ignoreC\";s:32:\"f1bf47934698c64b3db88ccfed15308e\";s:7:\"ignoreP\";s:32:\"f1bf47934698c64b3db88ccfed15308e\";}i:388;a:2:{s:7:\"ignoreC\";s:32:\"3ac0a41c3a3cc793fbafcf6a471624bd\";s:7:\"ignoreP\";s:32:\"3ac0a41c3a3cc793fbafcf6a471624bd\";}i:389;a:2:{s:7:\"ignoreC\";s:32:\"2aac047be935942d8f65f920cff01a15\";s:7:\"ignoreP\";s:32:\"2aac047be935942d8f65f920cff01a15\";}i:390;a:2:{s:7:\"ignoreC\";s:32:\"0dc1e27f3ff17ca8ef46e566f87e7639\";s:7:\"ignoreP\";s:32:\"0dc1e27f3ff17ca8ef46e566f87e7639\";}i:391;a:2:{s:7:\"ignoreC\";s:32:\"058f6e90479a1d1cd21b0df263cdb6fb\";s:7:\"ignoreP\";s:32:\"058f6e90479a1d1cd21b0df263cdb6fb\";}i:392;a:2:{s:7:\"ignoreC\";s:32:\"9f5bb144ba22e02b166b8971ac21deed\";s:7:\"ignoreP\";s:32:\"9f5bb144ba22e02b166b8971ac21deed\";}i:393;a:2:{s:7:\"ignoreC\";s:32:\"def95a61adff8c5458da6cb1fbf7a5a7\";s:7:\"ignoreP\";s:32:\"def95a61adff8c5458da6cb1fbf7a5a7\";}i:394;a:2:{s:7:\"ignoreC\";s:32:\"d34cef1f973ad67827e9842dee5c8c2c\";s:7:\"ignoreP\";s:32:\"d34cef1f973ad67827e9842dee5c8c2c\";}i:395;a:2:{s:7:\"ignoreC\";s:32:\"d3dd29234fb06f24cc2e0fee65a76e0a\";s:7:\"ignoreP\";s:32:\"d3dd29234fb06f24cc2e0fee65a76e0a\";}i:396;a:2:{s:7:\"ignoreC\";s:32:\"9be71b28707d1c11d6ab31e61ac5708d\";s:7:\"ignoreP\";s:32:\"9be71b28707d1c11d6ab31e61ac5708d\";}i:397;a:2:{s:7:\"ignoreC\";s:32:\"5b5d841d41fe289cfe1add0e5ed883ef\";s:7:\"ignoreP\";s:32:\"5b5d841d41fe289cfe1add0e5ed883ef\";}i:398;a:2:{s:7:\"ignoreC\";s:32:\"76cb2972c094574597756b1f4f116e41\";s:7:\"ignoreP\";s:32:\"76cb2972c094574597756b1f4f116e41\";}i:399;a:2:{s:7:\"ignoreC\";s:32:\"4bd23935d7c1c1b77383b5b4cd14e2a3\";s:7:\"ignoreP\";s:32:\"4bd23935d7c1c1b77383b5b4cd14e2a3\";}i:400;a:2:{s:7:\"ignoreC\";s:32:\"d8d7a098e727dbe0ccc2b4ba49373d3a\";s:7:\"ignoreP\";s:32:\"d8d7a098e727dbe0ccc2b4ba49373d3a\";}i:401;a:2:{s:7:\"ignoreC\";s:32:\"3dc93b8ad1a69a95e1a7e9ea4da5d620\";s:7:\"ignoreP\";s:32:\"3dc93b8ad1a69a95e1a7e9ea4da5d620\";}i:402;a:2:{s:7:\"ignoreC\";s:32:\"6f66737397742a484e9d7fe439c7ba29\";s:7:\"ignoreP\";s:32:\"6f66737397742a484e9d7fe439c7ba29\";}i:403;a:2:{s:7:\"ignoreC\";s:32:\"cbbd48cfb715b4bbd8f8b66dfd0e0a77\";s:7:\"ignoreP\";s:32:\"cbbd48cfb715b4bbd8f8b66dfd0e0a77\";}i:404;a:2:{s:7:\"ignoreC\";s:32:\"b72b5f7872b233e35666071ce75a30eb\";s:7:\"ignoreP\";s:32:\"b72b5f7872b233e35666071ce75a30eb\";}i:405;a:2:{s:7:\"ignoreC\";s:32:\"6005c1e1e18ff49b89e0cb1aeaba35ff\";s:7:\"ignoreP\";s:32:\"6005c1e1e18ff49b89e0cb1aeaba35ff\";}i:406;a:2:{s:7:\"ignoreC\";s:32:\"dd1dc5329d1aac54d776127141630bb3\";s:7:\"ignoreP\";s:32:\"dd1dc5329d1aac54d776127141630bb3\";}i:407;a:2:{s:7:\"ignoreC\";s:32:\"2a2647054a4d6e149d4270f3b025c461\";s:7:\"ignoreP\";s:32:\"2a2647054a4d6e149d4270f3b025c461\";}i:408;a:2:{s:7:\"ignoreC\";s:32:\"4bf5e9d95afef26615bde6b15ea55e70\";s:7:\"ignoreP\";s:32:\"4bf5e9d95afef26615bde6b15ea55e70\";}i:409;a:2:{s:7:\"ignoreC\";s:32:\"9332324caa08c387406d28fcc8cb3d5d\";s:7:\"ignoreP\";s:32:\"9332324caa08c387406d28fcc8cb3d5d\";}i:410;a:2:{s:7:\"ignoreC\";s:32:\"e140c162e96e0bd370e04fb4938aabe2\";s:7:\"ignoreP\";s:32:\"e140c162e96e0bd370e04fb4938aabe2\";}i:411;a:2:{s:7:\"ignoreC\";s:32:\"78f41464236bf50639f96bdc4e7acc6e\";s:7:\"ignoreP\";s:32:\"78f41464236bf50639f96bdc4e7acc6e\";}i:412;a:2:{s:7:\"ignoreC\";s:32:\"eedcfc38f80621f7122a41f3b4f3d4e0\";s:7:\"ignoreP\";s:32:\"eedcfc38f80621f7122a41f3b4f3d4e0\";}i:413;a:2:{s:7:\"ignoreC\";s:32:\"29d41465cbfbc3fa4449da4659a3c152\";s:7:\"ignoreP\";s:32:\"29d41465cbfbc3fa4449da4659a3c152\";}i:414;a:2:{s:7:\"ignoreC\";s:32:\"d6871845f3a64c70c8cb6c45cd20b0ec\";s:7:\"ignoreP\";s:32:\"d6871845f3a64c70c8cb6c45cd20b0ec\";}i:415;a:2:{s:7:\"ignoreC\";s:32:\"047a172d8c9951bcfdf42e6897b86944\";s:7:\"ignoreP\";s:32:\"047a172d8c9951bcfdf42e6897b86944\";}i:416;a:2:{s:7:\"ignoreC\";s:32:\"bc44fbedadba1b8ab175bc8cc8a109dc\";s:7:\"ignoreP\";s:32:\"bc44fbedadba1b8ab175bc8cc8a109dc\";}i:417;a:2:{s:7:\"ignoreC\";s:32:\"a8d35858b323202dca2b9f2f78c09cc6\";s:7:\"ignoreP\";s:32:\"a8d35858b323202dca2b9f2f78c09cc6\";}i:418;a:2:{s:7:\"ignoreC\";s:32:\"aa1e0bb4e97deb20ddb431e5fae9e278\";s:7:\"ignoreP\";s:32:\"aa1e0bb4e97deb20ddb431e5fae9e278\";}i:419;a:2:{s:7:\"ignoreC\";s:32:\"3318b63ad11b8fab728c8973019b389f\";s:7:\"ignoreP\";s:32:\"3318b63ad11b8fab728c8973019b389f\";}i:420;a:2:{s:7:\"ignoreC\";s:32:\"7f5b528615be966fa554fb9888b7baf5\";s:7:\"ignoreP\";s:32:\"7f5b528615be966fa554fb9888b7baf5\";}i:421;a:2:{s:7:\"ignoreC\";s:32:\"eb3f6d987ed1d5957a3affb192bc5445\";s:7:\"ignoreP\";s:32:\"eb3f6d987ed1d5957a3affb192bc5445\";}i:422;a:2:{s:7:\"ignoreC\";s:32:\"7bd5a4d77ae519206d24fbdb9c45dff2\";s:7:\"ignoreP\";s:32:\"7bd5a4d77ae519206d24fbdb9c45dff2\";}i:423;a:2:{s:7:\"ignoreC\";s:32:\"657174c42e5dbc482d16f7acf71687ad\";s:7:\"ignoreP\";s:32:\"657174c42e5dbc482d16f7acf71687ad\";}i:424;a:2:{s:7:\"ignoreC\";s:32:\"e6e68f98d4420b671e578fbe71e51232\";s:7:\"ignoreP\";s:32:\"e6e68f98d4420b671e578fbe71e51232\";}i:425;a:2:{s:7:\"ignoreC\";s:32:\"b66d5d882a15ee07f0fac6b7f7b09777\";s:7:\"ignoreP\";s:32:\"b66d5d882a15ee07f0fac6b7f7b09777\";}i:426;a:2:{s:7:\"ignoreC\";s:32:\"ff2313ef3d4f4fdd3849ad3092022d50\";s:7:\"ignoreP\";s:32:\"ff2313ef3d4f4fdd3849ad3092022d50\";}i:427;a:2:{s:7:\"ignoreC\";s:32:\"d66390df57fbecd588f10a40e426988d\";s:7:\"ignoreP\";s:32:\"d66390df57fbecd588f10a40e426988d\";}i:428;a:2:{s:7:\"ignoreC\";s:32:\"de55a38fc429d68a929b3cc3983dfa6a\";s:7:\"ignoreP\";s:32:\"de55a38fc429d68a929b3cc3983dfa6a\";}i:429;a:2:{s:7:\"ignoreC\";s:32:\"3d5cbcd0c24d342a524ddf6c7e69c974\";s:7:\"ignoreP\";s:32:\"3d5cbcd0c24d342a524ddf6c7e69c974\";}i:430;a:2:{s:7:\"ignoreC\";s:32:\"3511fa7f49f41ed885b97cff3fc586ce\";s:7:\"ignoreP\";s:32:\"3511fa7f49f41ed885b97cff3fc586ce\";}i:431;a:2:{s:7:\"ignoreC\";s:32:\"44b9518d34c89574a5a92c2057babedd\";s:7:\"ignoreP\";s:32:\"44b9518d34c89574a5a92c2057babedd\";}i:432;a:2:{s:7:\"ignoreC\";s:32:\"5e126f982d579f78107a4da86c45dff7\";s:7:\"ignoreP\";s:32:\"5e126f982d579f78107a4da86c45dff7\";}i:433;a:2:{s:7:\"ignoreC\";s:32:\"ed8e6b8feb276775284a6400e68df650\";s:7:\"ignoreP\";s:32:\"ed8e6b8feb276775284a6400e68df650\";}i:434;a:2:{s:7:\"ignoreC\";s:32:\"10c3e453ab3e6ccf6ef106abba7015d6\";s:7:\"ignoreP\";s:32:\"10c3e453ab3e6ccf6ef106abba7015d6\";}i:435;a:2:{s:7:\"ignoreC\";s:32:\"414fd57c6ba41b4c84766c5e32d55245\";s:7:\"ignoreP\";s:32:\"414fd57c6ba41b4c84766c5e32d55245\";}i:436;a:2:{s:7:\"ignoreC\";s:32:\"5c846f81009d9719d90be8124a936180\";s:7:\"ignoreP\";s:32:\"5c846f81009d9719d90be8124a936180\";}i:437;a:2:{s:7:\"ignoreC\";s:32:\"1623aafdb16b6e36732bd8de170d9354\";s:7:\"ignoreP\";s:32:\"1623aafdb16b6e36732bd8de170d9354\";}i:438;a:2:{s:7:\"ignoreC\";s:32:\"24010f24fdea5f9070957603b23c3675\";s:7:\"ignoreP\";s:32:\"24010f24fdea5f9070957603b23c3675\";}i:439;a:2:{s:7:\"ignoreC\";s:32:\"205ed5aad3bc76c86757211cd5ba1d5b\";s:7:\"ignoreP\";s:32:\"205ed5aad3bc76c86757211cd5ba1d5b\";}i:440;a:2:{s:7:\"ignoreC\";s:32:\"d7bd5a230f3f0527561d57ecbb4154d9\";s:7:\"ignoreP\";s:32:\"d7bd5a230f3f0527561d57ecbb4154d9\";}i:441;a:2:{s:7:\"ignoreC\";s:32:\"83d9ea66364427ef2a760379412e5a5e\";s:7:\"ignoreP\";s:32:\"83d9ea66364427ef2a760379412e5a5e\";}i:442;a:2:{s:7:\"ignoreC\";s:32:\"b5c82dc53ab476be1011e68c1470f6ac\";s:7:\"ignoreP\";s:32:\"b5c82dc53ab476be1011e68c1470f6ac\";}i:443;a:2:{s:7:\"ignoreC\";s:32:\"822611c4cd9f0e42120048a7c39b6e59\";s:7:\"ignoreP\";s:32:\"822611c4cd9f0e42120048a7c39b6e59\";}i:444;a:2:{s:7:\"ignoreC\";s:32:\"aba1afaafbf2ea0ed883cf2bf85cd339\";s:7:\"ignoreP\";s:32:\"aba1afaafbf2ea0ed883cf2bf85cd339\";}i:445;a:2:{s:7:\"ignoreC\";s:32:\"d9dfb2010b25e672015c9ff9ba4e1811\";s:7:\"ignoreP\";s:32:\"d9dfb2010b25e672015c9ff9ba4e1811\";}i:446;a:2:{s:7:\"ignoreC\";s:32:\"2b204218bc4dc1aa1bd1f60d230360e6\";s:7:\"ignoreP\";s:32:\"2b204218bc4dc1aa1bd1f60d230360e6\";}i:447;a:2:{s:7:\"ignoreC\";s:32:\"78acb43a2c2341c47f63e6948236dc31\";s:7:\"ignoreP\";s:32:\"78acb43a2c2341c47f63e6948236dc31\";}i:448;a:2:{s:7:\"ignoreC\";s:32:\"2634f26156c7092e0d7251530f6fd360\";s:7:\"ignoreP\";s:32:\"2634f26156c7092e0d7251530f6fd360\";}i:449;a:2:{s:7:\"ignoreC\";s:32:\"b85d32552ea6943ec8219fd9adf44898\";s:7:\"ignoreP\";s:32:\"b85d32552ea6943ec8219fd9adf44898\";}i:450;a:2:{s:7:\"ignoreC\";s:32:\"cbb5670ce0684370fed013c2d358824c\";s:7:\"ignoreP\";s:32:\"cbb5670ce0684370fed013c2d358824c\";}i:451;a:2:{s:7:\"ignoreC\";s:32:\"4e5a2e26c37c550f87d1971f93026119\";s:7:\"ignoreP\";s:32:\"4e5a2e26c37c550f87d1971f93026119\";}i:452;a:2:{s:7:\"ignoreC\";s:32:\"415ae8f4d9a2e2576f5dce9bd9ec01a6\";s:7:\"ignoreP\";s:32:\"415ae8f4d9a2e2576f5dce9bd9ec01a6\";}i:453;a:2:{s:7:\"ignoreC\";s:32:\"3e28e511d22cea74d4c9728a3972bdfd\";s:7:\"ignoreP\";s:32:\"3e28e511d22cea74d4c9728a3972bdfd\";}i:454;a:2:{s:7:\"ignoreC\";s:32:\"2a36cb97bee113cec7084748b1b1e55e\";s:7:\"ignoreP\";s:32:\"2a36cb97bee113cec7084748b1b1e55e\";}i:455;a:2:{s:7:\"ignoreC\";s:32:\"f871c4d6a22eb7f9b4e04b8321e93f6c\";s:7:\"ignoreP\";s:32:\"f871c4d6a22eb7f9b4e04b8321e93f6c\";}i:456;a:2:{s:7:\"ignoreC\";s:32:\"a70e1fa2e4fe8299ef61bcb1cc3b6823\";s:7:\"ignoreP\";s:32:\"a70e1fa2e4fe8299ef61bcb1cc3b6823\";}i:457;a:2:{s:7:\"ignoreC\";s:32:\"6d846a64c433689372fba0b47bbff140\";s:7:\"ignoreP\";s:32:\"6d846a64c433689372fba0b47bbff140\";}i:458;a:2:{s:7:\"ignoreC\";s:32:\"99c2bded38644cc493ccb7b5b791c62c\";s:7:\"ignoreP\";s:32:\"99c2bded38644cc493ccb7b5b791c62c\";}i:459;a:2:{s:7:\"ignoreC\";s:32:\"3158da0aef99583e47bd1cb8bc1d4659\";s:7:\"ignoreP\";s:32:\"3158da0aef99583e47bd1cb8bc1d4659\";}i:460;a:2:{s:7:\"ignoreC\";s:32:\"ec31840a4abfda420269d375ff68a014\";s:7:\"ignoreP\";s:32:\"ec31840a4abfda420269d375ff68a014\";}i:461;a:2:{s:7:\"ignoreC\";s:32:\"ec67598182457b03a7e648fb42f9823b\";s:7:\"ignoreP\";s:32:\"ec67598182457b03a7e648fb42f9823b\";}i:462;a:2:{s:7:\"ignoreC\";s:32:\"2055f7fd4443277f6e14755119b70cb5\";s:7:\"ignoreP\";s:32:\"2055f7fd4443277f6e14755119b70cb5\";}i:463;a:2:{s:7:\"ignoreC\";s:32:\"27226f13f7d79651a7d3f150c0046a07\";s:7:\"ignoreP\";s:32:\"27226f13f7d79651a7d3f150c0046a07\";}i:464;a:2:{s:7:\"ignoreC\";s:32:\"bcff8f34ecdd808c6c22478f96911422\";s:7:\"ignoreP\";s:32:\"bcff8f34ecdd808c6c22478f96911422\";}i:465;a:2:{s:7:\"ignoreC\";s:32:\"80b1c04dd73f4dde8c89595b0f09699e\";s:7:\"ignoreP\";s:32:\"80b1c04dd73f4dde8c89595b0f09699e\";}i:466;a:2:{s:7:\"ignoreC\";s:32:\"c626af8ff0b493805c79872fc2ca5293\";s:7:\"ignoreP\";s:32:\"c626af8ff0b493805c79872fc2ca5293\";}i:467;a:2:{s:7:\"ignoreC\";s:32:\"5fea1792e7ccfa6caa9e9e3922f76b1f\";s:7:\"ignoreP\";s:32:\"5fea1792e7ccfa6caa9e9e3922f76b1f\";}i:468;a:2:{s:7:\"ignoreC\";s:32:\"887cb2ece6e88eeca5b1b1b2619cab82\";s:7:\"ignoreP\";s:32:\"887cb2ece6e88eeca5b1b1b2619cab82\";}i:469;a:2:{s:7:\"ignoreC\";s:32:\"40595707262d2719632030a442f8ac14\";s:7:\"ignoreP\";s:32:\"40595707262d2719632030a442f8ac14\";}i:470;a:2:{s:7:\"ignoreC\";s:32:\"9ea75a2877b7a42358b992a387b7876a\";s:7:\"ignoreP\";s:32:\"9ea75a2877b7a42358b992a387b7876a\";}i:471;a:2:{s:7:\"ignoreC\";s:32:\"9554de087ddc7d4f12ed9d4ae878e791\";s:7:\"ignoreP\";s:32:\"9554de087ddc7d4f12ed9d4ae878e791\";}i:472;a:2:{s:7:\"ignoreC\";s:32:\"6eeaedbf13f1eefafe0dee75e17b68e1\";s:7:\"ignoreP\";s:32:\"6eeaedbf13f1eefafe0dee75e17b68e1\";}i:473;a:2:{s:7:\"ignoreC\";s:32:\"e43832836908bb68b890de30a0e164be\";s:7:\"ignoreP\";s:32:\"e43832836908bb68b890de30a0e164be\";}i:474;a:2:{s:7:\"ignoreC\";s:32:\"8d87bad66ec09120dbfb714ac20c1b17\";s:7:\"ignoreP\";s:32:\"8d87bad66ec09120dbfb714ac20c1b17\";}i:475;a:2:{s:7:\"ignoreC\";s:32:\"9c7bcc3427b2d0f19a55b4569d3f0915\";s:7:\"ignoreP\";s:32:\"9c7bcc3427b2d0f19a55b4569d3f0915\";}i:476;a:2:{s:7:\"ignoreC\";s:32:\"99b6349dd688d4c46a179f7841f59f82\";s:7:\"ignoreP\";s:32:\"99b6349dd688d4c46a179f7841f59f82\";}i:477;a:2:{s:7:\"ignoreC\";s:32:\"da4cf671cad172cb491de0d82c35a1ce\";s:7:\"ignoreP\";s:32:\"da4cf671cad172cb491de0d82c35a1ce\";}i:478;a:2:{s:7:\"ignoreC\";s:32:\"4340a6f40d0d03cf198b4229b4560bb7\";s:7:\"ignoreP\";s:32:\"4340a6f40d0d03cf198b4229b4560bb7\";}i:479;a:2:{s:7:\"ignoreC\";s:32:\"184db949171f6c694ac07e1e42639df8\";s:7:\"ignoreP\";s:32:\"184db949171f6c694ac07e1e42639df8\";}i:480;a:2:{s:7:\"ignoreC\";s:32:\"8ee6ff365e5fcf612c6e6c3e498ad028\";s:7:\"ignoreP\";s:32:\"8ee6ff365e5fcf612c6e6c3e498ad028\";}i:481;a:2:{s:7:\"ignoreC\";s:32:\"3121d128efab65be7087e15fae02a07f\";s:7:\"ignoreP\";s:32:\"3121d128efab65be7087e15fae02a07f\";}i:482;a:2:{s:7:\"ignoreC\";s:32:\"cdca7a6f62c1cfe94e7ac9752fb56185\";s:7:\"ignoreP\";s:32:\"cdca7a6f62c1cfe94e7ac9752fb56185\";}i:483;a:2:{s:7:\"ignoreC\";s:32:\"ce3d08fd94c049a9c8f7eae07939d8e0\";s:7:\"ignoreP\";s:32:\"ce3d08fd94c049a9c8f7eae07939d8e0\";}i:484;a:2:{s:7:\"ignoreC\";s:32:\"1c52279edd4778be1d313f053e60a763\";s:7:\"ignoreP\";s:32:\"1c52279edd4778be1d313f053e60a763\";}i:485;a:2:{s:7:\"ignoreC\";s:32:\"c46e55d268f189c0ea4585355c91ba9a\";s:7:\"ignoreP\";s:32:\"c46e55d268f189c0ea4585355c91ba9a\";}i:486;a:2:{s:7:\"ignoreC\";s:32:\"331ca8ad5cec01146d69371e968009b2\";s:7:\"ignoreP\";s:32:\"331ca8ad5cec01146d69371e968009b2\";}i:487;a:2:{s:7:\"ignoreC\";s:32:\"2940a1aea0359cf7ff7a02d8a5a499b3\";s:7:\"ignoreP\";s:32:\"2940a1aea0359cf7ff7a02d8a5a499b3\";}i:488;a:2:{s:7:\"ignoreC\";s:32:\"4ca310832bb22206bc2a1d095ad7ef31\";s:7:\"ignoreP\";s:32:\"4ca310832bb22206bc2a1d095ad7ef31\";}i:489;a:2:{s:7:\"ignoreC\";s:32:\"146cb13be283d89e6155518f9d7ec456\";s:7:\"ignoreP\";s:32:\"146cb13be283d89e6155518f9d7ec456\";}i:490;a:2:{s:7:\"ignoreC\";s:32:\"a8737f19572d74e1188bcb8d7ba2cedd\";s:7:\"ignoreP\";s:32:\"a8737f19572d74e1188bcb8d7ba2cedd\";}i:491;a:2:{s:7:\"ignoreC\";s:32:\"2be129eb139cce94874af501ae385d86\";s:7:\"ignoreP\";s:32:\"2be129eb139cce94874af501ae385d86\";}i:492;a:2:{s:7:\"ignoreC\";s:32:\"fbe6b33f88b04f6ee1e83b29c0f76397\";s:7:\"ignoreP\";s:32:\"fbe6b33f88b04f6ee1e83b29c0f76397\";}i:493;a:2:{s:7:\"ignoreC\";s:32:\"b67b86f65d2ef19d7d112872f002b2ce\";s:7:\"ignoreP\";s:32:\"b67b86f65d2ef19d7d112872f002b2ce\";}i:494;a:2:{s:7:\"ignoreC\";s:32:\"fbf806c90d3acf214cef0772059502b5\";s:7:\"ignoreP\";s:32:\"fbf806c90d3acf214cef0772059502b5\";}i:495;a:2:{s:7:\"ignoreC\";s:32:\"5548233c77909dd2ee384397773942a1\";s:7:\"ignoreP\";s:32:\"5548233c77909dd2ee384397773942a1\";}i:496;a:2:{s:7:\"ignoreC\";s:32:\"1c60e9d224546ece381060c4e89f53d5\";s:7:\"ignoreP\";s:32:\"1c60e9d224546ece381060c4e89f53d5\";}i:497;a:2:{s:7:\"ignoreC\";s:32:\"0392ba718880e9cd2fea85918d201355\";s:7:\"ignoreP\";s:32:\"0392ba718880e9cd2fea85918d201355\";}i:498;a:2:{s:7:\"ignoreC\";s:32:\"092f397832b1929509ddb851ec299c72\";s:7:\"ignoreP\";s:32:\"092f397832b1929509ddb851ec299c72\";}i:499;a:2:{s:7:\"ignoreC\";s:32:\"5df2eb39001c962ecedd55fd406d77f8\";s:7:\"ignoreP\";s:32:\"5df2eb39001c962ecedd55fd406d77f8\";}i:500;a:2:{s:7:\"ignoreC\";s:32:\"ffcb74b1944ba660f072fd71fb7c0f8f\";s:7:\"ignoreP\";s:32:\"ffcb74b1944ba660f072fd71fb7c0f8f\";}i:501;a:2:{s:7:\"ignoreC\";s:32:\"10b6b447a8049ed676353acb8d90ce36\";s:7:\"ignoreP\";s:32:\"10b6b447a8049ed676353acb8d90ce36\";}i:502;a:2:{s:7:\"ignoreC\";s:32:\"976803d327828594d05e4d0edf51ffe1\";s:7:\"ignoreP\";s:32:\"976803d327828594d05e4d0edf51ffe1\";}i:503;a:2:{s:7:\"ignoreC\";s:32:\"8c6350cd6d698e3ae9a80af64d0bbe38\";s:7:\"ignoreP\";s:32:\"8c6350cd6d698e3ae9a80af64d0bbe38\";}i:504;a:2:{s:7:\"ignoreC\";s:32:\"b2b3b6af3ad9b30a1622743792902ea4\";s:7:\"ignoreP\";s:32:\"b2b3b6af3ad9b30a1622743792902ea4\";}i:505;a:2:{s:7:\"ignoreC\";s:32:\"3ca63554f03048822325568d9c7c4c22\";s:7:\"ignoreP\";s:32:\"3ca63554f03048822325568d9c7c4c22\";}i:506;a:2:{s:7:\"ignoreC\";s:32:\"644fb317094dc2f2b6b2d28e46614f55\";s:7:\"ignoreP\";s:32:\"644fb317094dc2f2b6b2d28e46614f55\";}i:507;a:2:{s:7:\"ignoreC\";s:32:\"ede23ac6875bdbc9af3681121120412a\";s:7:\"ignoreP\";s:32:\"ede23ac6875bdbc9af3681121120412a\";}i:508;a:2:{s:7:\"ignoreC\";s:32:\"d1a28bfbc06e0161d9561bbd59942fba\";s:7:\"ignoreP\";s:32:\"d1a28bfbc06e0161d9561bbd59942fba\";}i:509;a:2:{s:7:\"ignoreC\";s:32:\"4d7d1d2d03815c4e4bd31e4bb932884d\";s:7:\"ignoreP\";s:32:\"4d7d1d2d03815c4e4bd31e4bb932884d\";}}','yes'),('lastScheduledScanStart','1581322565','yes'),('wf_dnsCNAME','','yes'),('wf_dnsA','bestcerakoteflorida.com points to 199.250.192.223','yes'),('wf_dnsMX','bestcerakoteflorida.com','yes'),('wf_dnsLogged','1','yes'),('malwarePrefixes','‹\0\0\0\0\0\0Öy8ï\0ðÙ—»Î;Ë½sIYJ…ŠBR$RI%QŠDÙZHJ!I+…J”¤H‘Š”´i!*)¥EE+Ò&~ßßŸçœyžyßç3çÌ3>ãÇŒ\no>^×ß\'Ì_wBØx³1ãuO¿\ZÞÿ Õ%ïe\rÉ?ðECËÄ)¥³ŽM¾>í²Í8)ûÿ}–ãu×„ú-XïöÿË1ff–æÿm\0–é\0øý\0Ýràa?\0xG7\0?Û )ûô`‘\0ö4ÀÖDÂK@ÜbH½\0Y®+ gZ\0¹p\ZÏê¨›‹\0êß@1¶Pt„ô¡€180å\0ûv6ÀÙÈ. à);€÷¾ð§´Õ¼\Z@U—	¨Ó{\0uŽ ¾\'ÔÏîÂÌ@p_ö€F»Ð\\q4·Æ\0Z.=€ÖÂ_€ö\r0h²êíèŒït&Õ:A‹€!·í\0]ýß€î¤\n@7è\0 ûb? gè]¬–ÙÛ;€aÜl`Ø,[À0ì`¸í`xý,0ü`00¼¯aŒ˜ñì$`d½0Z§U\\\0Œ>ÍŒK>Æï&¶)€Éæ/À¨S5Àè½)€;0ó­€r°Ø=	›»7ë?î±À¸ë­À¸º`\\C`9Þ°*XXÕ€Õïd`üÉ~`‚6LˆXKþÖ—_ÖW–6$`Û÷°»¸˜t¦˜t/˜<$p8·7ŽOÓ\0§ü`šm0mà‚.V!ÀôÝý€kH,à\Zý˜ÞÌHðfœ~Ìx8˜9½˜•ü˜uúà6~à–…³Žî«\\÷Ÿ¹À\\§`îÃwÀ<Ç:`^s0Ÿ³\0,?\0,H{\r,8ã,(N\0\\Y\0,øžx,þxä¦\0žcO«Ó€gö#`¡½-°Ðuà¥­xx›s€·/à]˜\0,¹%|ˆë€ãøl¼øª0À÷,õÔ–Y·ËÖþg×8`Ù×À²Ñ€Ÿìàçžø]ôüêCå\'v\0þkÜ€\0É& `O,:	X©˜&\"@`çH hú4 8ZÇÁÜÕàs`õÞIÀ\Z0XÓºÙ›„A@XPv¹/6\"°J bé\Z \"k\0X§¯Öõ:ëýï\0¶†‘—Q òU5d•DG]\06=]ln¶X†[VÁ@¬.ÄE±ÿ½»Ø$ˆ½·Øúó°õ.°-©Ø¶ï,°íù; ~Îj >éŸNñuç„µù@BŽ#8ºHÜ7H|;Ø.v„¬’œ+€$— i‡?°sä ¹+\nØõÊ	Ø,v4{—Àf7°gëo`ï§ûÀ>Ùw`ßÈ^`_ïN`­R<æ)AÔ=ÉÀqÀ—R M÷6f0\nH—/\02ÆK€g; Ãc\"9P²0%k€ÃÓ¢€ìá™@¶ßD gß= çž3pdQ!p´ý4p¬YäÖÜòÀí@Þzs ï£×çœpÍN\Zþ\nŒó‚t_àT£pª[B±@¡ñI pþm ðá\Z °=(ìžœn»œ1\ZœY\Z{¬Š—{%\'Fç|¦\0ç*^¥&Àù™•À…)ÚÀ…í‰@™ü(›2(OR£³€Ë§ª€Ëw&WÞæ\0•“` Òm=P¹2¨Õ@õôk@õF :ñP}®Õ|®×Ù7:†µ†£€ÚS÷€ÚÛç€[9ZÀ]¸r¨Ó™\0Ô5G÷f6\0÷|åÀ}E$pßð@¿xxx8û2ððÄ/ Á4h¸txtöÐ8S4¡Ï€ÇcÃ€ÇQÀãGîÀŸ§À³Í^@ËÅ6àyì à<xaj¼Øû\rxi9x9Y	¼Ü^¼¬^KÚ–ºmébàµ·=ð:$x1x;rðö²)Ð®c´¯\r¼ŸÐ	|hK:ÌO|€Ï»u/¶³€o‹¢ïç§]ËöÝÀ# [Ïý?ñ@÷Â@ ûˆÐã=í\r¿_…ðÇ¾ø›Uüý¶è»÷ø7c\"ðoN)0 ‚K€àµK 4M„ò?€Ð§û |„c¼@ÄºDöº‚h¼-ˆ/1\'ÄþÎq¬Ä†xÔx6$/ÍEÖ. Èë8(Z;]ŠË¢@ñ”@k@Éð$P2Ù”†ß¥[ß€2»hPöu:H¥DƒTû3¦Ë@f¿\'È{²Íù G¤‚ÜºP¥‰\0UûAUR\0¨ÖêÕŸ€ê‹é úÞ~P-…E© °n8¨™Ujé¥ZÃƒZó|A­ÆM ¶~!¨íUj?ùj?{*›\rêèåƒ:›²Aš-ààÀvpp¼)8D³¢WêZ;º¯úÛÓ@WÐÀóhðò84-zq	8lé0Ðp®4ÌN\r_[€ÃÙ\ràp?8¼X’Ž¸œ\Z}M\0]AãÙ;Aãñ 	”šÈÚ@“8ªÑõë.8\Z\\šŽ}šZÍÂï€æà Ð¼·ë³{*gp·b8®í\0h9v>h¹ûh™5´šø´JN\0Ççéƒ‚û@k™h½þ\rh}À´þ¹´ÙÚìlmN^mÊAÛoEàÄ/ã@;ç~ÐîU8iÑ?Ð>&œÌ/\'?O\0§|D@§@\'pZÙÐÙz!è<ù8=‡]#~€3g‚3¦G‚35\ràÌ+GÀYn€nÁÙ÷€î_A÷œ±àð!8®çºXƒóôÓÁyEÁùêÁùéÀùÿüÁÎà‚È\rà‚$%è!o=†ï=êŸ€­– g…¸pÏ\0¸ðœ/¸°y¸híApQå\ZÐK²ôš´ô:R.¶ß.¾üôn‰—äçƒ¾‚K=ÓÀ¥G·‚KóTà²kÐþúeW¸d‚+ÞOW|ëý7]W>ØžÆÁÀG0Ø¢®²4W]\0WÝX	­…å‚Á{0øµ’?^†½X†uÇ€á#ß‚ƒÌÁˆŸ¶àÚõ!àÚM¯Àu+>ëªöƒëošƒQ>Á¨3öàFø4¸±Ë\0Œ^5	Œ>”	F>nú¡Æ\\]Æ< ÁÍ\r\npóÓLpó«à–+àVf=¸uº7¸mú2p[êWpÛ‰}à¶\'0nb·ÙŒ·Œ\0ã÷€ñIÕ`Â’,p;¿Ll§Á6¡àŽGÁ¤X)˜ÔÜ&¯œ\n&§?w}H÷ø·‚{{æ‚û´‡ƒûæ=\0÷ß¯÷*S—x€©-ŸÀeàû`Ú‘+`Úýr0í©\r˜>hxpõD0ã[=˜éè*pç‡·^\0³RÀlU˜Ýž\0æ„\0sþŒ1›Ác/÷¹“U`î\"3ð8_R\nÿøÌ›˜\0æ5žóþöù÷ËÀüëÁ12° y6Xú,ø»<µxêÃ9°Ðì*XX÷,ò™½`Á3%OÀ³²MàY+sð¬¿<»&<ûÛ\r,60K˜@°´0<ï·¼0lXÆõƒe¹3À‹J°B¶¬0«+æ.+Âgƒ—–„€—)7ð²gxyÕEðŠñ\\ðŠ×H°«+·«FE‚W¿Œ«Ço¯¹?¯E<¯Ï×kòCÁšÿ9u¼ý¬5¾Þô¼½,¼ªÞ®©o÷‚wuç‚w‡^ëÆ¸‚ììÀ‹–‚\'‚‘àÃÿêÐ ï	>\nj¶\0}qw§ƒ=‘`S½=ø-ë{(À\'oÁæià³$l‘õƒ-#g€Ï×/Ê°µž_š$ƒ//Ô‚¯ü+ÀWç?€¯žãàu\0øœ	¾s°ßµ•ïz§ƒïùµà{›^ðCÒðct<Ø1<\0ìv”¹çmÀONÖà§ÙÙà§sÎà§Û§ÀO/ëÁÏ ø¹¦üò~øU´ü>}8ø½X	vÅ]»:°ÛX\nvï{öDÝ{ËN?ã1ðçïbð—×oð×2_ðWÀvðW¶ø«u6øûÂ\Zðï#ðïÃà?Ãõà¿²0°Ÿêûk;ÀW; À“†€47CàÝìp† #ºÁ\n{ž0\0Áv¶|ç„!Äb9„.y¡ l×¯ºæ1€ˆm#!rû\'ˆ¼\Z\n‘!Ñ¼XH²%’:+!é©«ôÆ[HfÉ¾\\€äSÅü•-D\ri…¨ã\'!…»¤hÙ)1Rj/€”w, Î¬â“Û!õ?H0ý	VG!a»$ìð…49¯ ­wAö4_HG{¤óO\rÖÞ\röt‡‡<…ß{\rù÷ÒËŸé}Üé»‡ôW¼‡ôwo„ô¿˜@CÇÖAÃÜžAÃ|AÃJ¡a—» Ã‚+Ðˆ–5ÐÈYrhäÝ#Ñä\ZÈèŸ\n2î%!€Fi-†F‚F\'¾ƒLß4Bcd%Ð˜+ 3ŸdÈœ\" ±ê]ÐØ-éÐ8ã$È²p*dYÆBV¾@ã\'éC,t Û$dmÙMXÙ— ûÃk ûìóÐ»EÃrHQBŽsS ©iÙÓhÚª«³û7È¹ð;äà¹lš\0¹¼\0M\'CÓùhúÅ.ÈÕ³r]=rÝúr}òš5*š=ú$4Oè†æ_<	-øï<ÚC $äIxAžs]¡…Â4há„ÐBo3há=Z4|=´è±+´èÏSÈ«v\'äí”y§ZCK<ÇAK²ã %Õ«!Ÿ!ë ëxÈ×}ò¼¡¥\Z ¿›ß ¿7w å‡â åOfB+Ö\r@+chåž…ÐÊ»Ã¡•o@+{CöéP`Å;h;Z5ÍZÕ¤‚Ý à\"h5­v7…V—‡B«/–Ckà¹Ð\Z×PHÖ(t:…Þ_…ø…d (Âé!±÷;´~ÔhýR	ù,Š	5…brnA›‡VB›+>A[ìïC[w|…â,= I$”03JØ9\0%ü˜\nm·j†«•ÐŽ˜(É´Jšì%mý/¯%½ú\n%_‡vM¹\níºòÚíqÛí¹´ÚóÇÚOA)g_@)/Ú Tq%tÀâ”V˜¥O|\0LºÌ	Ì\ne¸ÅA™fYPæ„(óñèð9Oèpçy(kH”kåøèCG8tditäØèÈ“è(g³»{ûk	_Ò\r?~ÊûøÊ·Ì€ò#G@ùCùwÖC\'à_Ð	‹ŸÐ	—YÐ‰´[ÐÉ¯¡¨*ØZj}	êB…ÏCEˆTä9*Ú>*ú	Ag\n~CÅŠ÷Pq¨*Þ?*)Ì‚JN†Î¹* swæC¥cÊ ó›pè|ž7tþÔTè‚è2T€AW™A3äÐ%/	tÜ	UM_U½q®n]]M•BÕG k	‡¡k§¿C5žÐ\rãïP­Gts÷cè–ÁLè¶XÝí9\0ÕiŒ :Ó èÞ:º×®Ý°€Ð º¿ zÎªj=ª›5nó†·\'BOý@Í÷ë çË@èå¿uPwj3¢ ¶%YÐkê\rôzÊèMÆzèmrÔ¾9zÿÇúqúðÒúðeÔ‘iuš\nuzý€:ãÊ O×Z Ï~MÐ—šãÐ×øoÐ·ýFÐ÷ÔN¨ërÔí	uÇüƒº“µ î{_¡ks¡Þ3zPoUôsÕmègýaWA<R >í{Ð¿žl¨¿FêïÃa4…Á©q0”z†mü`¸¦FôžÁˆÑuËw‚±ë‡`Ü&Æ/Ã„ùr˜ÝÊÿÜ‚I`L¦–Á¢‘‰°(»	µ³°¸[KM†%\'ÁÒKÉ°ô±,\nËö¼…eµ?a:*¦_„•F7`e”VÂÊ×&0C‰`N‘s‰‡`ÕâË°ê×qXX’ÅÎ°ðt5,4Á\ZûdX³Ck¯ºš:\"‚u|&Á:mÇáÁ›Pxð²}>¬»î!¬—Ðë]Üë›{ÂCÅðÐÊýð0ä<¬Ý6t>ï<\04˜\0™Ý9\r½`£Ol\\k	›|÷ƒMþYÁ¦^ž°¹$6wþ›Ÿh…-ú¶ÀV6k`«¤Eðø¸x|É=ØºðlSÛ4¿„mþ6Â¶_ÂíRà‰¥ðÄ—ØnÓ>Ø~°!<9¼vˆ};\\4…\rÀS¯o…§™iÁÓª_ÂÓžR°³Î(ØyÂ\rØ¹èìB?†]£ð*žÑqž	ü‚gN¼\rÏô0ƒgfngÅÀnR`·‚ðìëbØýÌxN°<×PÏó=Ïwœ/Ø¬‚=`]x¡Õxáö>xÑ¹¡°WÉ?x±Ë}xñ[öÖ.ƒ—|t‡}F$Áÿ•öqx\rûô0°ïùPxéíÝðÒCáešxxYåjxYÕ+ØOoìU	ûåÀËï\r‚ýKõaÿ–°ÿg\r¼ÒÐ\0^Ypë	Ú˜ÃkÿÁ«\ZÊà`>Þ¸^=ê¼æE²çòÌµ}AÃaåŽpØ[çÂómáˆ³YðºîÇð†’»p¤±y1	Ž¬©†#ûoÃQ3]á¨Â8êt¼1ù¼1¥ÞøÀÞøñ¼Éló!Žù˜Ç‚×àØÝ¼õÌ;x[Ä(xÛ6Žsy\0ÇøÇW-€ã__ã;†ÃÛhxÇ‘›pÒ´hx\'ðÞ>ÞåvÞ#ÚïyõÞ;é8¼÷ãx_ï{TïIÀû§‡Sà¶qðkà¹Cà7‹á4[N[ë§_n€Óo”ÀéÍ[àƒß\ràs78c¥6œÑågš	gf¬³K:áœÛá#áMð‘£>ðQ¦>zÅ>f³>îLÁyGà¼ëpÞ£ùpþ ×ð	\"\n>‘p>Ñ÷>©ß	ŸôŸ¼íŒ,‚Ž;Â§NØÁ…]YðéE›á\"ãHøÌ°£ðÙšøìmK¸¸..Yu.ù9>·r|þÙ<ø¿.cÏÃSþÀ‘\rpÅí…ð•!p•m\\uæ!|õô1øZâ%¸&g.|£º\r®¥ÂµñýpíþvøæüÅð-#ø62¾ckßqkƒëìžÃuŒàº.søžØ¾We?ôq†<‚–Œ†ëm@¸>ÚnØ7ÄoîäÃâVÃM£ZàÇ§ÖÀOf™ÀÍ»õàæ¿ág5üÜwü¼Ö~Q9n=LÀ/=àW+õáWý?á¶UŽðëHøÝØð»¸^ø]ö-øÝß«w¿Ã‰6øãXøãÒF¸óª;Üù~)ü©oü5x*üõÍoøÛMgø»w±r¸ËÃ\rîÚow½Ûw?6…{\Z÷Á=ísá1ËáÃ½:‘ðÏË«à_Ã#à_»\'Á¿Ìá?^•ðŸKøï¼#ð_ïÍpæ¸?[<Ý\0´†>Ø\"@ÌnÈ>ÀÔ7©‹ So#hÊ}=Á¦®D°åí^q!ÝD<9\0ßND$·!’æ/ˆ´R‘¹9!²ã·ªæ&¢¨MD·Úu$Bïÿ…ÐOî#Jî¢œýa‘L„}ØŠpÖÁošŽðG_ ªsWÕõND±QçGÅDxv\nÑ²ûŽhE× ZÿmÍLD»¨Ñn_‡h\rD‰® ƒ®ŽGt¾ýCt~5\"ƒ§¢ÈàÅˆÞoDïãDßà¢ÿG1ð{ˆ´NF†>ª@†!©ˆ!º1…ÿšŒ\\w1\nŽ@ŒÖš\"F}çãvˆñÆÈèŸ¦ˆ©}bÚ¸³â\'2fà>bVe‚˜K& æ^oÅ]Ä\"u\'2Ž¼ŒŒ[jŠŒ‹š‚Œ»X*G#–­g+ub†Øè©ÄÆß	±%Ò‰u}ˆÝ\\dÒÚaÈ¤c+{{	2e¡âàðq˜{q(õFë†!N:ƒi›aÄyCâ¼c*â|<q>¿q¾rq9}™î<™^õ™þù	2£¡™ÕŠÌü¹™%Yª¹ˆ[¨7âþ1™3ú\Z2ÇÅ™»j\"2÷B\Z2÷½)2··™§úÌ3²Dæï¹‡Ì¯Z†,È„x„ø!a%ˆgäÄsƒx›‰,Ü¾YÛ!^•Ûo¬ñÍ@¼×#KjZßÜ	ÈR}CdéüUÈÒØCˆßÚ2Äïh$â—gŽøõ¾A–¿ +NÞBüUYH€*YÙ½	\\ð	ÌƒžòFëmUž?UÙ4þ(Ð†ÇE‚OÿBV§îEV7CÖLÄ‘5Gí	)X‚„N[„Ö¤#áKA$âúZd­n²nîsd½\"Y‹¬¿T€l\0­‘hó$:à]q‰qöG6óáÈ–)…È¶ÅÃ‘m)ó‘x×j$¿ƒ$,Z‹$¬þ‹$$E¶—íÍw7J‘$Õ,$é’\r²s¬Ù¹ñ’|ñ’ÜÃ\"{œ¿!{Âu½“W {ž#{?mFö]@öSÏý¿> ûÿ™ )‹Æ\")¾’«¤\ZERçÎCRï7\"\"Î Þ#i[Æ uäàä$$sÛxäÐ¸ñÈa«.äpb3’uŸE²¿: Ù½™È{äèÞ»ÈÑ‘£ÕÈ±²³Hî6=äøÉã†!yb‘“J9y¡9Ym‡ ÈiÑE¤hrrÆá\0r&Õ\n9Sø9kô9;ë3rö„R<Í)ÑíEJš,s}<R:ë7Rê>¹P›‹”Í¡‘²¢gHÙýD¤¬¡¹8®¹¸érIã„\\?\Z¹<B.§!W^k#•§® •wâ*Ã&¤*°¹:aR½%¹NmDj†¯Gjân#7:JZ­õHíËHíoä¦¤¹ÙŽ ·¥!ÈÝÔQH]¹1r/[¹÷{\'r¿-©Ÿ•Š4Øö#ŽU\"Í5H“í¤)ŸG{ÀÈ“Ù7‘§{¥ÈÓÞ…Hó›õÈ³,K¤eÈ$¤Åù1òÂ¿yy«yEø!mâ™H›ñ8¤íÎ\Z¤­eò&Nykóy»ÖywÀy×ê´K;öâýH{m?ò8…¼C‘÷çò\\òñ¿úv¤=D:_”\"ŸV|C>½³@>ƒ8òÒB¾,[†|)´B¾œ­@¾”.B¾Íþ†|ûÑŒôÿF~ÌüŽühÔ ½óÞ€R¤7Íé-›ü4{…ü>zù}¦ù£Uüñ¬@þ&; }K¤Hß3äöé²	é_péo»ŠÀ¿™(øü\'\nu¥£°:	Eîú èÊ›(\ZøEkÕ(®tBqÃû(Y‚Š†¯EÅ¢¨Ø´•¼?‰Ê®ODåª¨ªB•3ÚPF/e>c(Û‡r#¼P÷pTsÂd5Ü¨A‡<~‹êŠÊPÝq*T÷‘/ªÛ2Õãß zëP½œRT¯ñ7ª?•FõåèÐìÙ¨¡Aj-B‡ûCGOGÏ¨IúqÔäª:æõlÔLP¢f»ÚQ³C‹PB-¶÷¢]jñã5:¶í\":ÎÁ7ó\"jù\Z@­\\ï¡Va7Ðñ{eè„•¹¨5¢ÖÏö¡¶cÝQÛ}cÑ‰ÂÔ>ˆNÞ²Ç¡ïuPÇ™CQÇë:èTÍgÔiÕxtšÌ¶=u)ŒB]Î¶ Ó±2tºz=êúx:CtÉ–¢n¥ž¨[e;:›˜€Îžzu{	S¨Î[ŠÎëšŒÎ|Ž.0¹‹z² ê¥{õzTŽ.Þ=\rõÑ’£>½E¨oéÔ÷6ºÔÅõ[rõk‹DW4ŒEý³¾¡þö¡þÍÛÐ•ƒþ¡+=î +ƒ`te¯>ºŠÚ„®JnDƒôÑÕ£o «/;¢!c×¡¡Þ›Ñ°\'4|G,\Zžû]kþ]?è-º!xºá¤\ZI8£‡÷ \'ïE7èÆ\Zi.B7»¼E7ç£èæ/1hlc9º5e\Zç*G_¡	±SÐí_ÐÄ/¾èŽ[SÑá5hòLc4ù†šÜ%CwÅÐènE\rºÛ>Ý}åº7nºo·ºÿ‹5š¢wM1´@SÎmBS®X ¦ÝBS£®ÜGÓœÑ´}Uhº‘z0V„fì|†fêÝ@3ÿÕ¢‡l|ÑÃ#ÃÐÃ\nÑ¬1uhÖ­ÓhVó4g„æŒM@sâ\"ÐœìX4çe(šóa$zôd4š»­Í-ÑEžˆæ­(Fó²–¡ù3tÑ|ÿ¿h~ô4¿Í=qFOôíCOæm@X-ÐŽEÆ¬CNÌFO­¯BO{FO¿?ŠÇ$£%þè½½è…ÄZôBû0´L÷\rZæt-›u-+üˆ–×ë£·­G/÷e¡W¾¤ •Ÿ\\ÑÊÞ·èUýèUýèÕaNh5´­ÖrF«+£ÕkÐk%Íèµ{‹Ðk_Õèõ·ÕèõžXô†üzãbZkí€Ö®qBoRèÍË^èÍêzôvä(ôÎš«è½­è½}­è}Wz?&\0}([†>\\‹>’h£IÚØaˆ6þ‰G›¸õh“mÚT€>‰ÉGŸÂuèS¡è3}Vbƒ¶ì”¢-® Ïw½GŸŸ9‚¶®z…¾ôýOr\"ú²5}5¶}eÝ‡¾Zÿ}Õþ}=¾	}=ëúúQ(ÚnrmŸô\Zmcƒ¾OtEßßÈD?ŒÉG;lÐG/´có´ã,‰vú}B?Ÿßƒ~þ<ý\Z‡~i°F¿jMF¿ê_D¿ÍF¿›F»˜\rh—æÚu§íºûíúÈ£Ý£œÐîCÐîs«Ñžâô‡Ã/´×¥ý¥Fÿt¼Bû‚æ¢ÿÖßCû!S´TÚoÖöGÍ@û3¦£ýùè\0RŠ­O0¤\ZÅÐá–cX{†ý‹Àðò_~?\r#Ê]0âæ;Œ¬vÄDðyLlž„‰}Â0ñ²lLb`‡IâÎb²•w1Ù†û˜ì€QÌyŒqS\Z¯Ä¸32Œ/?©jžbªßN˜zô-L}ÄS·…aš®S˜æO¦5ì¦­ç‚içbÚU‹0íë	˜ÎSslˆn¦{ Óƒ0½Õ?1½¼W˜Þ×I˜ÁÁHÌàÈSlhB\"6,~\r6ì[fZŒ\r÷/À†_˜‹°*ÆFûƒü[Oæ°Ñ5¡Øè/©˜©Ö Ì´&c²³/k¾{à663\Z[þgò×TYÀ,Ãõ1ËÚl¼ÉLl|­-6a¤	f3î/f3ëfË¿Âlí1Û¨ÿòôåØÄá¾Ø$ö6©ô6i ³×Y‰MY€M)ù9™aŽmŽØÔa7°©¡C°iŒ6í†;æ’2sùHa®?‚±ªÁØŒ#§±Y5 æ&ÁÜ¨cØì¸nÌsÁæôgbså+±¹†ýØÜßžØ¼Ò7Ø¼o?°ù6ÿq)¶\0¾…-h×Å<Æ÷asÛ1ÏÅ=˜çÞ˜gÁRÌó¹æùÖ[¸S…y±±Åƒa‹—žÁ¼Ó°%?ß`>ŽK°eƒÞaË&]Àü—b+z³°€!ñÈû‹­tÞ­|5|q|{[5e4ò”ý:„Ë\\±àg$Bta!Þ±ò×X¨‡…¾LÀÂªî`ágŒ°ˆá³±ûuØº‡±uñØ†Ç½Ø†g±\r_œ±È]ÆXôˆÃXôÉõXtq>¶‰Ü„mª…m€mN8m>tÛüÁÛ²Û‹=šŽÅþõÇ¶fÍÇâôZ°¸I\rX¼xÿp=–ýK¨þŒm—çaÛUúØö*¶½é–x;Kìý€%Ý·Ãv¦ŸÅ’ÃYlš‹í”b»£plÏ”5Øž§ÅØ¾Ÿ°ÔIk±ÔLK=iƒ¥ö.À\'`éÃÃ°ôØÑXúÍìàï4,3x\rvh÷ì°îì°?–eúËºn‹eêbÙi4–cÜƒ¹ñ;ÊNÁŽ-ËÂŽ½:„å¦c¹—œ±<t–\'Žå©¶byw\r°|h!vâ»;	þÀNîŠ„?Â\nDc§-ÀŠtß`E®qXÑu.ê&±3ºéØ™àuØÙå,V¬JÇŠ›°â-!XÉ¡©XIÏeì\\ÿF¬tü9¬ÔÚ+®ÂJÝi¬´ê¿¼%»ðDŒ•uÂÊ!%VþÛ»ˆÁ*nÃ*úý°KZýØ¥o[±ËzºØ•/XeÔn¬ê;…]µf°«?n`ÕmO°k\'7b×\rc×—ºb×o.Á®·\rÅjb°š={±š¼Ø\r·UØ\r¯cØ;ØæùX-7\r«}ÿ»™»µÍ	»]=»Û…Õ!û°:ËZìÞòØý%ØÃÑµXÃÐ9Xƒ%„5B_±\'…]Xs”%öltö,<k¹V…µü2ÇZù•X«3†µú™b­»¦c/Wb//Ea¯ß-ÇÞ0[±·7±w§°÷Ègì}oÖÁÂ>¹ìÄ¾*ÅØ÷¡õX×ôj¬+{2Ö]õ¸,Â~G±ëÒ°QYØ/,ûµ\\‚ýŠøývZ‡ý±à±?N…ØßÕ#±¿ïH¬oÏB¬¯½û÷æ,ÖßÜ‡;q ª‡Žþ§Ð\0G<Üq\\¿\'M\'ã¢÷qñ	\\rk.å÷àÒŸSqÊö®hjÂY­hœÝÓŠs•›quÐF\\(Ý‚kt×á\Zc®mŠkß¶Á5â:¶à:óýp\rJ|°›>d´5>dÅ[\\·R…ëöøázÛ¾áz{špý­6¸~å]ÜàòiÜàÉB|˜ô>ÌÊV­ÂGtÅå¸q~nüõnrt=>*å<>êD%>úîMÜôòOÜt`â]„é8Œ›Õ¼ÆÍ‡|ÀÍmÜÜã,nÞmˆ[ õøØ„p|lê;|z\n·<®À­ŽOÅ­n˜ããu‡àã—=ÀÇw8áv¯Â\'TŸÇmlnã6¶z¸ÍÎ[¸M-nó­	·à]7ãvƒzp»wñÉý¶ø”`k|JúOÜÁ?w[‰;MÁ½áŽ;MqÇ#\røÔ˜d|jZîÔÝ…O³º;ÿÆ]¸¸KŸ>Ý0ŸnºŸ™îƒÏÌ0Åg®Ãg¡Eø¬\0O|Vw%>;ø\Z>û¨7în·Ÿ·ì,>ÿ¢5¾À>_°e/îñéîy¶÷¬[Š/´Ø/|¶\n_äq÷zŠ{uà^\ZÜÛ0÷vÆ½/Vá>ÇƒqŸOÁ¸ï²KøR§6|éû»ø2íåøòÊø\n»)øŠžSøŠŸkpÿ\'^øÊßx >_µ%_õ5zö	¾iŠ¯^p_½p4:Œ‡}_†‡¯×ÂÃ£àáOjñˆ{3ñˆOðu’‹ø:u:¾aÕy|ÃÆ	xäüuxdÜ<òxYa‰GåÃ7\ZNÁ7Þ¿Gs×ñè?1ø&ÿ5xŒÞg<&­y±\ZiŸ‹oþß|ÿ¾ee4¾åí6|Ëçqxìj|«¼ßzi(¾m	ÇÙïÆ^ÅŽ4áÛát<³Âýa<ñÀ6|GÎG<é¾5¾sË|g[%¾³ÃßÙ;OöuÁ“Wäâ»2ßá»:¶â»2øh¾çÅ5|/‘Šï»¢ï?óO	îÃSÒâ©ZÇðTO-üÀž“xzÎ&ü ~~0x%ž1EŒg,‹Æ3Êÿâ™	ûðÌÔOxfC<~ÈÄ-Xˆd‹ÞÿÏjOÀ³/¯ÅxïÅ\\{„y4ÏEÿà¹5žÛž‡Ÿ óñ“Ê‡øÉ 9øÉT/?/ˆZƒ\\?ôŸÀËçà§­Çã§wOÂO×iá§ßÞÀOwüÆ‹Ø»xQ„Ÿ]nËôñbË\"¼xïm¼ƒ—´†á¥a_ñÒÏeøy™?~¾Ì?å	~þÍ+¼|\"ƒ_Ì†_vÿƒ_ö	Æ¯,}…WjÝÀ«‚VâU%3ð«³xüêñ“xõª>¼:ÿ~Íë=~mÅ0üÚycüúÐ[øõÐjüúÕ\\¼…×8â51µø9,~SÓ‰ßœ¯Æo˜à·¿Xàw5;ñ»Cþs¿»Ãë CxÝpküž»!~ïëoüÁüPü¡,8é þðû8¼ŠÂe.x£*oáû´ð¦µ¾xÓf¼iÞT’Š7Ýš‚7õ1øã,þX‡?±?™Ø…·Ì:„·l·7Ã[îÎÁŸ/qÁ_„á­ñ—¶x›Çu¼-ˆÇÛN\0øëqÏð×±£ð·q)øÛt[WÂàïž.Æß—<Ãß÷Ç?<Â;|ðŽYø§m“ñÏz/ñÏ¶3ñÏgSð/Mð¯g7á_{,ñoÓûñoµñïkÖá]•\Z¼ûÔ.¼gw6þÃªÿqÏÿÑfŠ÷®kÃ{7xoúaü\'i‹ÿŠ–ã¿Þ×à¿]Å¾‚ÿ>ÕŠÿ~Ñ…ÿÑæñ?&[ð¿²øß«x_’ÿÇ;áÿ*@¼³1Þ_ƒ ¦ø€÷r|àËA´_G€ó0Õ„\0K)zw”@Ô?ÄÀŽ@vÈª¨í0ãö˜ÅN?ÐBšh‚04\'Ä-0!™óô$d)úUr˜ w$Ê&;‚Clåg‚½7…àp]‚¼à|	>b/Á—ö*^‹Pe²„0ï0¡y}™Ð\ZšCh%7ÚƒfÚŸÚ_wƒ¡ÛÄ`b\"1xëbˆh11DaCè…}%ôö\ZD,aP3”Z²„VSEî	\"†Ž †ï;NŒx¬KŒ$Ç#i[bäH#ÂèÑCÂxÞUÂDvŽ01ë!FÏF‰Ñ«>£ã„iÔHbŒÕEbLT\'aæïDXœ{NX|ßNŒ‹~BŒÛ÷‰×õ°ä|Kƒ/„¥y\"a9O—°|’OX~]IXö|$¬’‰ñ–«‰	­«	ëá×	•/1±åaýš°ëAØ})%ìõ´	ûýÎ„ý½nbÊƒ/Ä”v„C¯%áèŸILÅwS‡ÄSW¶N6§§–#„Ó·QÄ´™	g­ë„³½+á\\H¸\'\\FU.%,áúî1#p=1h&fžšEÌ\"ˆY\'r	7·I„Û³å„Û›ÂÝÉ€pv\"Ü%î	ÄœÙóˆ¹ãpbîŽ˜ÇTó[Çšµ	Ë6ÂS/˜ðt]Nx–Ì$¥‰¯ñ×/×c„—¯ŠX<=šXbA,~¸šð‘J,™®$|˜W„Ï|†ðó™X*®#–fÌ –æ†KÏÆKïß\"ütëˆÎ;	ƒ\" )šX9d\Z¸.“l¼HÓk‰5Ã¯k¢Ìˆ5Ïˆ	éDèR#\"Ìêö$‘ûfO„çÜ ÖRÄ:v±žXKlð\\DD…WQ?kˆE-Ä¦ð@bAl±>Nl¹2›ˆ]1ŸˆÝ¿ŽØZt“Ø¶Ãœˆ»NÄ=o&â†Ûå×‰ÄÐÓDâåED’d5‘4Ì„H:<•Ø…ž&v‹F»#²‰Ýêˆ=6‹ˆ=µ‰½ÿôþSLì\'Üˆý+Ü‰ýÇÚ‰ý)=DŠc‘ú6“8³‚8pú-qàL‘f´ˆH›áD¤½F¤ö#ÒçéµïˆôæyDzûaâàÕÄ!Àœ8dHr¯\'²`k\"«4‰Èi¤ˆ#“eÄÑˆ£¯“‰Ü¡—‰Ü\'ˆãZ÷ˆ¼›“ˆ¼oáD¾f€Ès‡È_<•8©ßDdcDá¤ûÄé¨#DÑ´ÕD‘‡œ(\n<Ou‡gÀADÉK”(u\\B”î¸O”þ7[çO¿\'.”ü&.ÔÚeÚÝDÙ÷¢¬WJ”ãˆr\'¢ü˜(?·‚¸è¾’¸X§M\\|ò•¨¨®\'.¿!ˆ*‰)QµëQuh(Q½»Ÿ¸¶d€¸`FÔW7Ø\\âÆp	Q{Ù‹¸9}qË&“¸ekEÜºBÜ>¸…¸ýBMÜgNÜY‘OÜ‰xCÜ©_AÜéßMÜcN÷\'÷MkˆûÞ)Äý}æÄýãwˆr)ñ`Ã\nâÁ—â¡-ñ°oQ·ˆ¨ß7‹¨oL&\ZøDCÓ\"âQ²;ÑøÔšh|YL<Y‘A<é»I<Ý %ží!š-ÌˆgCYâÙ9k¢eÙq¢%-xAê­¯@âåö$âü–xxŽxÛy–ø°¾‹øðÀ‡øèÖO|\\FÖD§¬èÔ½Et.J|Ö6#>¦ŸÓ´‰oÊiÄ7õl¢KGt­¯\'º|ˆžÓ‰žãw‰žÑ3DüHÚ@ôÆë½·½opâ·Gñ»¦›ø“ý™øÓ«Eôé{}?~ýÓŸý®S‰µ>1ÐpŸx.%Á/H˜õ a£h.V“ÈÐZ© 1q‰¹Í#qµ‰/ÞAGW“ÄÓs$	äæ9¤8Á„”ú6’rÿS$µÖ¤¾= B8I?ï#Å3’™?…d\ZãHvh)É¾B²Ýy$ç°žäX“\\i3©:ð‡T—¼!±)<ÜOj–=!5N’Zò$RËõ\r©5ï9„ZIê\Z’¤Þ‰•¤¾$ŽÔ/Š%õŸ®\"\rRQÒ Ýš4ø+\'‡-üA«¥HC>š4ÔúO‘‚¾}\Z9bÎrÄÑNrdÞ0rä!¤‘«iäöŸŸIãÕi|c:i|k7iÂž\"MœF‘&±ÏH³2\'Ò<siÁÖ‘c\'_%Ç¥+IËÑ£H+ÓXr¼d9^JŽÙKÚlYOÚ6&m§½ mgú‘¶oH»5ÉÉD9ÙUM:ìyI:ÜÒ%1Òq;HNõYDN%§žùMN³øFNË¯#wÎ©^¤ÙKN€I×³ÛÉWÊI·­‹Hwÿc¤{Séþ½“œ#i&çLyDÎ)NÎ­aÉy²ä<íä‚g†¤ç4Ò³ê¹ðd¹°Ä…\\dëD.*\'½¢<H¯ä³¤×¡¤×ûç¤×ç}äbß¿¤·×ÒgäZÒW“NúÊ!}°¤ïÇcäÒµÉ¥	{È¥?-ÈeeKI?Äƒ\\fN.Ð@®ÑC®¸N®hM\'ý]êÉ€‹É•OƒÈÀ¶…äª:rÕï¯äª¿ÃÈ`Ï?äj#sr\rÓB†Œ\r C\"2äÈw2¬Êœ‡¶’á§‹É§2\"4Œ(|L®Ý/%×>ô&×•©Èu³Èõ›GLf’>O##GF‘n¶dd/FFÑSÉ(ÏKäÆuëÈ1ÏÉhÅ2:y4¹	­#7ÚJnòÞOn*~FnºlDÆ¬LÆ´-\'7;DnNYOÆ™Ý\"Öm$J«ÈÄ±dâÇŸäŽ5óÉ¤_dR¿7¹3$“ÕÎdòždr×¶Nr7ñÜí#&÷É³Éý÷BÈ›dêõÍä-òÀÎ•dÚ=rð›™9ÿ)™¥ß@f™U“Y•ÙdV+™½n\'™Sµ…<²RF…’Èc/=É\\„Ì\r¸Kæ^}Hæþ»Eßõ‡Ìk:OæË´ÈN\nòd+Y°$RkÈÂï#ÉÓ¼-yúD\ZY¤¨ ‹†~&Ï<!‹-F’ç`#òœµynZ\"y®YªåC^ðM!/„m\'Ë&\'Ë¶=\'ËúlÈò‘ÇÉr¯J²<|-Y~ë=y1MNV¬¦ÉKZ:ä¥©/ÉJ·Gd•=yµ`yµûY=í5YâIVço!¯Ó:äõ\"%yýÚX²f¦+YSêJÖºe’7N7ÃkÉ[„š¼ÓMÖé<$ïÍ{K>pJ\'\\t ŠÅäCcòáòaiùðëU²Á{1Ù8MŸlÊ-&›n‘Mí×ÉÇ.ÅäãKÈÇo{È\'kÞ“O=¼ÉfY*ÙlžO6OÍ ›Wo!›“zÈg†³ÈgþŸÉg_EdËŸ·äóR;òùóäóß6d«‡5Ùê÷”|S½…|ó=—|;¨ƒ|öœ|[’ïný!Û¯\'Û¯ÆïóµÈìkòÃ5=òãÌ²Ã²Žü”0œü”QD~6?D~îÚN~9ú€üRJ~[‚ßòæ’]ÈF²»xÙ]æMv?u&{râÉ^Âü…hÈ_êJòW=@þ¾ÙDþbÈ?-É¿V{È¾É¿É~å²ÿò(²¿ê’Âˆ€Ú=\"pÉUÜR.‚¿d‹m\"TvPDL²‘>\"²ÿ–Hlc.Ïz+{­‰k(‘|ý8‘¼ÇQ¤X½F¤xKŠhŸ\"fZ…ˆõu±¯oD‰øˆ‹\"õ´ñ\"ÍÂf‘Îî×¢!;4¢!BDºÊH‘Þ_\"½gÅ\"½·Ž¢aŸ\rEÃG&ˆF:o;œŸ™/2~á/\ZÝ÷A4vm”hÜ°Ñ¢qwAÑxH\"\Z?\\#²6ø!²<Ed\',ÙÎMÖÜM.s9¢‰\"GŸ¹\"Ç–]¢©óÑ´3¯EÎ‹D.ØÑôª¢ùËD3ÞD‹fžˆÍ.¼#ro=&š“›,š;shÞ Ÿ¢yCÏˆær¢ygîŠ<NOytõ‹Z-Š(ZT†‹¼Šgh‰¼oF‹|2)‘O•¿È§m»Èçc—h™â»Èo¦©ÈÏëÈï„½hÅ\\sÑŠ¸?\"‹¢€7E+ÝlD+?÷‰cƒEAC/‹ÖTô‹Â¾6‹Âo.…w­­ÿ\'Z{ÅV´ö‰½hCPžhCÊÑ†*R´ñÌ^Ñ¦nGQL‰B´9ø˜hëÁ¢xì‰(¾ÌB”xÿ±(	>+ÚéyR´³¢H´¿ðhÿÓõ¢ýß4¢”‘ßD)!Ù¢”®±¢Wæ‰ÒÊÇ‹Òú–‹Òsgˆ>>/Ê0_+ÊÈÛ-Êxë&:4¯Ht(cŸ(ûBµ(»)T”#d‰ŽHmDGM\rEG“:DGó>‹r“ÿÓn!:¾æ‚(ïÞQþ;Ñ‰(mQ¡h±¨pòZQÑ²¢¢ÌzQQùPÑñÑÙà	¢³kÒDÅõŸD¥Ã÷ŠJFˆJfˆÎ‹Dç¥ûD*kEe«V‹Ê‚Då‡µEågBDþ3E—äDWfžU&é‹®nµU«­D×®ý]ûüPtÝn¨F–#ª©ž,ªýÆ‰n~±Ý28.º¼Ý‰4ÕY´ˆî…¢ûç²EõäQý§vQC”RôhþOQ£è®¨)ØXÔT0Aô8K*z¢q5+5\'E/bíE/®^µNX.jm¸,zy^½z—,j›é)z3h¼èMôÑ[ù\nÑ;Å4QÇ–Á¢ŽDÔŒ‹>/[(ú¼â©èóÚBÑ—DÑ×ä‘¢¯gôEßÿë½ï¾ïE]ßòDÝ7xÑ¿µ¢¿(ú»ó²èoÆ}Qß&¹èßƒ6Ñ¿®·bÀJ,F&U‰QÇ1šê(&òûÄä‡]bQ›¯X¢%KÆîË¶ù‰eÙ‘b¹l‡Xžó],¯8-¦µ2ÄôøX1íü\\¬?ˆ™=Å¼ÿ\"±ºd¥XëÕFñà±ùâÁ¯VˆõÜG‰õÚÒÄJT<tâ5ñPÏ	bC¡C<|¹£xDõ\\ñÈÉÇÄ#{x±Qõ\r±ñc±YÞV±Y‰ØjŠ£Øª³C<áôNñ„ÒUbkÀPlí½Tlâ$¶üX<Ñ/WlŸ÷J<Å@ç?ÅSÞ;ˆ§z±b§6b§ÄÓÍOû˜.žö÷¨ØeõlñtÝfñô`ØµËP<kUxÖ³/b·=b·Œµb·Ì$±ûžíâ9þâ¹]kÅóŸT‰=ïbÏâÅÛ—Šïš-^ü¾P¼øÛK±÷FkñÒE“ÅK;Ö‰—‹¦ŠWÌm¯ø¾Aì_)ÜÄ•§Å+~‹WIÓÅ«j’ÄÁ¥´8¸‡tDˆCg¤‹Ã4Žâ°Î­âˆöâµfqäu‘xãÕÛâM…vâM¯·‹c€qŒ®x³Ö\\ñæ¾Ûâ-•ÛÅqjSq<tCœà$ˆ|ëÅ	ûôÄÛß\ZŠ“ˆwz4‰“K«Å{!ñÞ–.ñÞŸ×Å©Q¯ÄjÅi›÷‰Ó’ãÅkO‹>JgŒgiâ¬ËíâœÖŸâ#ë§ˆw_çé>ç]\\,>’(.­üÝ*>e(.{G\\Ø¡Ÿ9ŽŠÏnr—nÄ¥oÖ‰ËÆ’âò¢§â‹CŠ/º}W*WÄ‰/{ˆ/o._ÙÑ#¾R˜+®Ú” ®Š;!¾šm-®·H|ýÆqq­«…øVÂñí[CÄ·ÛôÅwŽnß9»U|wˆ“¸Žú(~°¶Pü™%~¸cŒ¸þâhqƒ%\'nðw7ÄM7|Î7\n£Å[ÄMî:â\'Ôñ“ì`qóþâ–Ò[âç73Å/ö›Š_4:Š_ô¾·êí·î£Å­Öâ6ËGâ¶-®â×Æ‡Å¯ëäâ7 •øM÷ñ;‘½¸½·ø½iµø½óxñÇ+ÄŸx‘ø“û)ñçkÅŸ¿“â¯ý£ÅßdÁâoË‹¿[]w½VŠ{–ˆ{>6‰l©ÿÅ?:Å¿¦Xˆû&ÓâþAKÄýÆ×Åý»Å«\Z$ÀÝr	˜.‹ÇKàï%xóc	±¥XB> !Z7HHi„ÜûX\"\"~HDå$¢[Ó%bm=‰Œ’(§]•0A\n	{¡O¢rš(QŸs—®áä ‰¦÷™dÐ\"™dÐ2dÐ†\'¨F‰ÎÆÝx[‰nÉ6‰^¤§Dè ‰Á‰’¡‹]%C?—Ë[\"1<m.No“Œô•ŒüsIbœ{Eb²ò‹ÄäƒX2êŒ£dTçQÉhûÉèd±dÌõ‰ù¶%‹ë=’±Á’±»Í$ãG;I&´‡JlÀ^‰M„Äæñl‰]À3‰}¬—dŠ¡Äá€½ÄqÇ\'ÉT#B2ÕÚLâ4<Nât÷¬Ä©a–dZ ÄYëªÄ¹ì»ÄÅõ½dF,™ñï’dfÜnÉ¬k	·I.’¹çwKæ`$óúd’ë½$~C“ýJ‰GU­dá?Éb“g’ÅÙó$‹KgH¼_6K–ÈI–èDI–Ì<#Y²<X²$Ô[â£Þ+ñ‰Z%YÆÍøï!ño«‘LÏ‘ô8IV“¬\\ÿJ¨n•žÿ\'Yg+	z\Z(	zM²fe‚dÍë½’5?%!îç%aÆÖ’°’$IØÅ{’°G%á²IÄƒ\nÉZç,Éº	’h|ƒd“\0I6õ“ÄÜx\"‰umlåÞJ¶^m–lû+Iòž&ÙiGHvúÛK’OèHöx{Hö¬Ú\"Ù;û¦doê	ÉÞ×%ûæ¸JöÇ™HR}ÞHL–¤ÕÍ¤ÿ}-ÉPÄK2I²¦r’l™½$»·Q’“òPrtœXrtÙbÉÑôLÉÑWI’\\ûe’Ü½’¼Å€$ïõiÉ	}7É‰­í’‚¨S’SóHNeÞœ:üLræÔ!ÉÙ™³$ç>ëIÎõ‹%¥n»$¥>*IéÉùU¹’ó¡%e+Ã$e]†’\n–Tž—\\ú¼_RéòHrmÃÉõ^’[õo%wxSÉÝë%uò­’:Ã5’º]’{›s%÷v~’Üÿ¾XòÀw¤äQñ9IÓõ%’§vÑ’æºÛ’g¼%Ï#s%Ï¯·H^¾ yáòKòbÍIÉ‹ØÉË£¥’—§â%¯®\r•´Ý³´=ì”¼Þé,y§IÞï³”|0è“|„^J>Å¬“|öWK>7œ“|þ |Ùë&ùò3HòmÏHÉ·ôc’ïæ›$ßoŒ–tk›Jz¼T’ž;¦’3K%?‹GI~<(ùÝm+éû›*xzI\nÙ­BSl¤0u]ŠøšI	i¼T$K—ŠO$KeC»¤²á®RÅÊERÆ/IÊ^”ò\\ª”;-Õš(ÕZuKªmûX:\"w¨tDï?éÈ©“¥#ÝÃ¤FÛÂ¥&`¨tôK:J’!5ë¡tÌ†*é˜Ýk¤f‹‚¤f‘{¥æ¶ï¥æÕÑR‹©/¤.W¤wJÇŽŒ–ŽýI:6ÍP:¶»UjÍ’Ú$Ÿ–Ú´ØImg®“Ú6<•ÚäHíâû¤vß‚¤“FäK\'…žÚš#V,œÇJ¦ˆ¤S-B¤S[ÇJfÜ—:e’NÔÒiÿéô\r…ÒÿîJg­:*uÓv”ºç¤³ŸŒ”ºGŒ’ÎqÛ)‡TJ88K=ýí¤ž)C¤-FH½¬Ì¥‹OóRïd¹Ô»¤Oêãè)õm,]v8Pê\'¬’úÜ)õ›Õ&õKû-õ«\Z®½•®0Ä¤þúÍÒUë6KƒüZ¤ÁÜ&i°î9iðÐ×Òà¸\"ið{‰4DV#\rÑ,\r·JCu—IC#>HÃ^n•†uœ”†ý®•F\Z}“F:àÒ¨S¥1û^I7»I·MÉ”ÆñÝÒ„ï¤;&H“–‘&WJw‰é.ýíÒ]‘ÎÒ]\"¤ûmçI÷?É”¦Ø–¦\\Œ—¦Ö”JÓWèK3‡Íöé“fÕŒ–fß´‘uù =zè¥ôøÁ§ÒwéI]\\zò×3iæ*=5í¡´èl­ôl}µ´¤ê­ôÜºÑÒòƒ·¤cii\'½Tä-­ÜþTZ“&½–î!½Ñ\'½Þ»Kz³÷ŽôÖƒÒÛf•Ò;K}¤uáqÒºæûÒ{p—ôÞ¥péýa¤N¨¤õfþÒG+\"¤5QÒÆºÕÒ¦	ùÒ\'sNJŸôß”>½²Qú´ö©ôiý%ióå‘Òç–‘ÒçofH_zºIÛŽ¸J_[“¾ž%}kHßvµKß­Ì—¾’~œ íØ½MÚy%Búi»ZúY·Kú¹6Xúua”ôëÁ?ÒïT©ô{ìni×è_Ò®\"éeC¥½i¥Fß•þÉ/ý›*í!íûýGÚí”öG®•»¯ÈÀ¢/2èJ…~<H†ú¼•¡ûeØ3s~AK&úIÉÄà™D\\.“ŒçeÒ€-2¹i«L~P¦øR/£Ï¥Ê˜rLÆbd¬K¦Œu?.cÿÛ—3dÜOöÉøq™2µvL½÷„L;v°lPÞt™ÎÍ8Ù`tlpc½L7ñ³Lßj¯ÌÀlŽlh°Ì0ÚD6¢ò“ÌèV¯ÌxûM™	rG6ê¿5£Ç>‘öú$35ÉÌ>’™=L‘Yï•=á#[â,wÉZf‰¡²	JG™­ùp™­ß|™}ùhÙä|©lJ÷\'™c²H6m°lºI¦Ìu¿¿læ©e²™­d³*@™[ôBÙ<¨D6y,›—â$›?>L6¿\'EæñFæ9¨XæéýZ¶0èžÌ{ñv™wò6™Ïb‰Ì÷H˜Ì÷\Z óÃ¿Éü¾É–o›+ó÷m‘ù—_–…Ôî“…<Åd¡\rÍ²ð¬í²ðógdáõdkÅ:²uK²dd‘¶?e3e;É¢É¢OúÊ6Õ.’Å¬ß/Û²u…,¶0YÛî(ÛvÍ]g,‹\'ãe	#»e	Ë¶{xËõÞÈwN‘íø³D–T¾K–ð]–¼ÇR¶gîzÙÞa¿d{­\neû}ÏÉöß)‘¥’¥š.;°½Bvðœ ;Xá\";X7D–Ñ;L–ñ\'YvÈ=U–Åò²#9•²cV~²c{]e¹þ²ãÛ>Ëòç¨e÷Ãe§ææÊ\n§<–öÜ•ž&;cœ(+®é“ß\\ ;7ì„ìü„ÙgmÙ…ø0Yù°²ò	–²K—þs£Wv©.PvÅ“”U«þÉ®…ÈjþêÈn˜•ÕzËdwî\'Éê‚žÈêÎZÉêªâe÷„ÈîÛËîÏ”=lœ {<§]öDy[Ö,þ)k¶t—=KY\"k!\\e-ò]²ç¥Ke­Ü!ÙKî•ì¥±›ìe -{óYöÊ<BÖöx¶ìõSZö&ÚQÖ¾ã©ìCg¡¬Cv]öIY.ûlž%ûòV.ûÒÓ.ûv{ìÇÜ%²åkd½Ÿrd½}5²?E¦²¿¢û²ºoeÿ¶—Éþ]2–õ7|“\rÊ‰Fò¨nŸ-GúFÉQï09N¿ãËp9~¢RNìû,\'~-’‹nŒ”‹ÇEÈÅÆÈ%¤¯\\jËÈeîÛå²öyrqGNXÈ•«ålÂ69{\\-çI7¹`\"×>¯’k×WÊ5úÉuš¹Nïxùàç9rÝ{§äúë¹A­£Ü°è­|ÄÍ-ò‘ä#o}–M©–sóå&¯¿ÈGédÈM—·ÊM·5ÊMK¶ÊÍjäf?7ÉÍ\'Qò±À¹e,·J®•[•gÊ\'x—[w¹ËmžÛý,”OùÈˆrÇ1˜Üñ/*w:yLîôq@>mßEù´ëåÓ*óåÓ¡rWí?ò¢9r÷õkäsÇäsNFÈçôî—Ï{§–/°\Z*_tYî±òƒÜã[™Ü£\'Hî¹b°Ü³¤H¾(E_¾(s§ÜË¾@îu×Z¾—{¥äK>‘/Û5Zx©A|¡B|­|õ]N¾&}¢<äé7y˜Ö9y˜Ý#y¸»§<\"ì–|ýˆy¤n¨|£LG¾Q1J¾qà´<:I_ ß4wª|ëätùÖ?”|ÛX¾­~›<nêyyÂàvùÇHyr§§|×‚ƒò]ÿ¼ä»7¤É÷„›Ê÷4˜É÷uëÉSÞ¥ÊS%Õòƒ‹¶ÈÅºË³¬Ë³o“gï~(Ï>÷[žóï‘<×ÃHž›0C~<€’ç›ùÈOÂå¦GäßMäE›cäE/”ò³+Kåg¿Œ”¤É‹\rSå%­åòÎÓäez¬¼\"/G~i¨‹üò¤xyeëyµÛiyuÖbùµ±Æò\Z£&ùÍ†JùÍ·ò[™\nùíš6ùý§Cäš|äß–×]—?úa*onÊ›’CåM5ògfñògï_Ê[YùËe×åmÛÞÊßþ-·W×ÈÛ»Xùû;ÁòC3ä÷UòÎ-iòOZ¹òOËäŸÞêÈ?}ªY>Xþõ4#ÿö4ZþÝçµüû\0 ïÊÐ—÷z£òÞ§ä?ïýÿªø*ÿ{¡OÞWÕ.ï×.¨=AeÙ”J!ø\\\n‘÷PøP\n_Dá›/Päh=Š|ô‚\"ßÖQ¢÷)ñ¬Å”8`<%Ñó¦$¿!J¦XJÉl£)Ùµ­”ìó9Jn6@ÉÏ\r¥(AQïÊ)ÅêHŠŽÜGÑQý”òîSŠ‘®¥Ó§»‘ ØC»(.éÅµ†P¼¨…Rï\\K©û#(MÈbJËš ´šÃ(±7¥£¹MéXÆRCì¾PCŽ\\¤†<¼NéÎ¸Bé}ÙIé3‹)}­`Ê\0~Fõ£ÚSCÛQÃÀRjXÒ=jØ/kÊ0{65ü¼5¢b5âQ 5’\ZG|]CMúMÍà(ãK[(?5e’s–\Zeúž\ZÕZK~æF1\n Ìò%”ÙµTÊ|îyÊb=H=}“\Zg¸‰\Z·b+5nS?5n×>Êj\reuv5á~e³Ì–²‰¢lî”í³ÔÄ‡Ÿ¨‰õ(;ó¹”]X85©óeïö—š2û5eLM	þC9¬YH9äl£zÖSŽ©©©ñÁ”“åÊ©¬‚r¾•E¹ø–Q.‡’)—ãß)—†§Ôt£óÔôEæÔôðÔôW_)×É<åêaCÍx~‘š¹Ÿ¦f-:H¹	{)7¯&Êm§åûžr?6Žro7¡æ9@Í_KÍ÷«¢æ¦DõP¢RÊCœKyþ-¤Ú]¡¼ÖçR^Ÿ\")Ÿ÷)_p7å»—£–n»F-+¾EùÉfP~ñw©åZ?((Š\n 9*àÃnjåüñTàÐb*pÃ<jÕÃ\ZjõšrjuR\rj<›\nË;K…§™Páã©µîµŽO­ÿöÚp¾ŒÚð£›Š,ÝKE^ZLmÜ2œŠvN¥¢£QÑ·¨MŸþP›>o¢6wÛR›ûNR[&Ž ¶¸(©-þs¨8¿X*ÞtµÝc9•˜XDíàë¨ZATÒ¦[T²™#•œ÷Úåð‰ÚuÊžÚuë&µÛ¥…Úý=‚Úû{\"µ¿@DØ¸Œ:pÔ—JŸ™K¥Ï’Pé¯S\rÆS—¥Q#â¨ƒYÔÁ?MT‘Ee8Î£0¦=L:#¢²¾6PÙzaT¶~•ó\\JÙoN¹0ˆ:za•k±„:1$:q7˜:ñ;Ÿ:¹Ç*øz‘:ö‰:õc!Ux«˜:í6‹:sâ+uæ·@yR%ÃÚ¨’ÄeT)µ‚*~:¿åUvzU®ô¤ÊèQó?QðFªbësêr­	uyàUµ=Ÿºj1„ºÆÔu¯NªFg:U³fU»$ŽºeQ·ÞjQ·¨;NvÔ]Õ^êÞ?êÞRê£.õ`ö\rê!ÈSõèÇ ªÑ²Šjü`E5þœG5U$RçSÓ”Ô“êÉÝÔSG\rõLÏ—z–^Hµ¤‰©ç›HêùnõBkõÂtõÂÕžjój¦Úâ/Q¯ÕÇ¨7ƒÃ¨7—qêŽõ.v	õÞò.õ¾¢œê8ÔJu\"AÔ§A~ÔçN?êKdõ5&”úú®˜ú†É©oK©ïùo¨.³OTWàfª«§‚êÚMõo¡~NùAýr- ~Ï·¢þàºÔßè§Ôß_ÆTŸrÕ7*‹ê»ð…êÿºNôR€­ÐÎ•\n¨h°–®RÀß*YKØ(^:[AäÝRÈ‚\nYï?…Ü¨MAÝ²S(êÖ+èµwJ×9\ne¾BYÙ `4M\n¦|¼‚ýòGÁ)ó<uCÁGØ+ø‹£ª²A\nuû9…0\"\\¡=¦Dº(í\\§Ð14TèxVè¾§Ðcúz—ä\nýA†-Å\nÃÎoŠáó—*FÌ^£±«B1âŸ›bäïá\n£ÁM\nãÒ\nãkk&T¾ÂdpÂ$xŒÂd‡ŸÂÔ)J1†V+Æ,WŒ	ñPŒy>MaFlW˜yW˜­y¡0»ž­°Ð8(,VD+Æ¾?­7ÆX1ÎáœbÜò¿\nË¹Î\nËÐŠñ‘Š	7:^+lMÔ\nÛc/vZ“ uŠIç.*&}^¬°7þ¤˜rèºÂá9¯˜\Z®R8ñ{Ó²ç(¦ÝNR8«P…ëŠq\n×è8ÅŒîlÅLÛ^ÅÌÄÅ¬i!\n7SFáöežÂm F1[ÿ»b¶y®bvHžÂýçDÅ<»ŠyåŠùì\"…\Z®ð¸,(<ù …§©X¸:R±pË0Å¢1c‹Ž†(¼$s‹“[Þ‹êK–ÞV,é¹¦ð­Ÿ¤X¦{_±Ìq—bYB¨ÂÏd˜byã|Å\nƒy\nP¢ð7ãþ9cþµËŽCuîŠ€nŠ•sŸ(\\Q¬’/T¬r~¤Ú÷MlúB|=W±¦m¹\"ä½TÚ)Âlá·7+Â»+Âûþ(\"þë…ˆq–Šˆ}†Šµ*Ö®;«Xû¯@±á÷*EÔñ¥ŠM¼›_ŠØ+ÉŠØê<EÂæmŠí»‰Ë+‰›6)+v0;–MPì¬«Hö?¯Ø•ˆ)v\'J{GSìuýªØ[ˆ*RWe+R7MV¤nÓQ¤7¸(Ò;}éßÆ(2|)2Ò6(2­œ™ŽÇ™±2Å¡Ÿ&ŠÃqƒ‡Å*?YfAŠ¬IwÙ?ãGvKG\nâÇRÃÇ…3Š<Ã%Š|›4E~ôÅÉÅÉ½\'»AEv¤âÔbNQ8b§âô˜ŠÓ¿íE[ÕŠb·¢Ø‡TeçW¤]ŠrýZEî¨¨¸’¤¸´Q\\Zí¬¸t¶Uqù}ŒâJ×IEeèE2_Qu´âê„ÿVýèQTÃ‰Šjñ;Eu‰—¢ºûâzÉ\nÅÍÑžŠ›ã‡(n¿¦¸…\\TÜjwUÜNx¬¸ýý¥âî¼*ÅÝ]KuÆmŠ:oµâÞÌxÅý ©¢Þp³¢qˆ•¢qäEc¥hÒ¬hj-R<¶z®x‚*ž°õŠ§ç*Íæ‘Šf§pEsï~Å³¼EKùÅs—ãŠÖÛmŸ6(^/tR¼®Õ(Þ«x´Rñþé~EGL»¢sJ»âS £âS_¡âËÅ—»]	ñŠîêEï~ÅO{•â—ëÅ¯…ºŠ_‘y_Å_a¾âï\"Õî*úÌ!\Z˜VFÿ\ZiÐè\rÍ¦áCu4rI ‘ƒ4º¥—Æ\ZŸÑXÇ\\\Z_/£ñ¨J\Z¿PA“gúh‘^-ŽVÑâÚ=´Ä„ %û/Ó’ÛiYIMOghúã,šÑ²¥™ã›iæoÍ:\04[“Gsw_Ó*µ/­òSÑª·ÿhuH6­Îq§…ui!>®¥…Z†ÖØÕÑšË¾´–I5­}ý<=èu1­SCÑ:¿çÐƒmjéÁa¥ô[Öu«¤õ†œ£\rZëè¡ƒuè¡A0=4¤G>t£¶¾£ö©i£œFz”m\Z]H›\\¤Ç8ÇÒcº÷ÐfÆ‹h³P/Ú…h‹¢\0ÚÒø0m¹0•¶Ò¾H[íÒ§­š:é	E=áÁTÚÆum«½’¶µ5¢mÃ2iÛ_½´ý(m_MÐS*GÐS±ôTj=uýzêÙ“ôÔÖy´S‘=Í¹˜žØ@»Œ¼D»LF»ì© ]îjÑ.ßkééoÏÓ®ÜXÚõPíú/ŠžaÞJÏÜ§EÏ¶8HÏ~Ù@»ëHh÷¡ïh÷—h÷×=\'@ž³n=çäIzÁZ˜öð™E/¾½Œö®O/™ô—ö	Ê§}n¦—Í¼Aû¹O¢—×<¢—?¦éLÌ~Ó+\nãé\0·2:0HC¯ú\"¥ƒþyÑ«ã«è5«Eôš´Z:£éÑwéPG5ök-îj@‡‡EÑáçMèðŠ<zm\rA¯¨¡×]MoP¹Ðúºé¨­\rôÆýÛéè c:úÎ}zÓ{5£?„ŽYèGÇì¸Ho±H¢c­7Ó±³NÑ±Q–ôÖÓ†tÜÚñtÜ/3:nÀšŽ¯]O\'Ø-¤®‚ôöS:qR:8CC\'ù/–}§w,¯£“ò¿Ð;g×Ð;Í¡w¦ˆéäÐtrV!½KØGïò:Lï\nÖ¢w8Nï–TÒ)3ÇÐ)W³èÔ–têÊ\n:uGús*}àŸ#~MNÔ\ZDgN¡3ïåÒ‡¼sèC§éÃ^£éÃùatV¬ÍÝ¢³	úHÆ?úèi˜>æhIk_Iç&TÑyØq:ïÊúäütÁbwº è)]p.œ>ÕÃÓ§“nÓ§k¦ÑÅ®WéÈ‡.‘¢KšFÓçL;és=ô9ÏAt©];}>m8}áÛ*ºüs]á\rÐqéô¥múŠg1}åÌújœš®EÑÕ©»èk=³èZƒºÖy}KåMß2×¢oOˆ¤o_½LßE7ÐuQ=ô½­Öô½‹–ô½>¾O¤ÐõÒº~b,]x†®?5”nØ¾Œ~$Ê¥™ÕÑ\Z·Ò^“èÇŸÑOç=¡›7}¥›ïÎ [†™Ó-Þ™tËï|ºåï|úEÉ\0ÝzN—n½iD·>w¤_n~A¿lJ¿2´£Û`Oº\rÙC¿;”~íÏÒ¯ƒýé÷‰Iô‡ƒ“èÂsúãóññªýñY4ÝžAwl˜Kw´ÖÐ¾ÐËÓ…ÇèÎ‡&ô\'¿úSpýuu2ý5TB½GÿdLw-ú@w-í »\"fÑ]GÆÐÝ¿ÝéÞâÝôÏ=Ïè_¾Îôïåcè>‹|úŸe%ý/Øî‡ŽÓ»>*¡k%:dƒ[8B‰ítSâ`¢R”sE)ÊµPŠ?nRJ‰yJÙì{Jù(©Rþh’Þ*©™”ÔÎ‰J´BIÛLQÒ›£”LA’wOÉõ„*ù“S”*Á\\©\Z“ªTÍ^©TEŽS\nf Rx²G)¼ÖRj)(µGnQj÷?U~²Z9äÊ$¥®ç	¥ž×]¥Þ•óJ}ÓÊÂeåHÍKåÈ9uÊ‘¯‹•F/Ž)­Jc;{¥Éàå(ózåèã³”c´w+ÍÌ+Í¼•æ&?”cy¥rÜ”ñÊqá€ÒÊ7Z9þ{ŠÒšÁ”Ö6û•ÖÙ‹•6±o”¶ý5Ê‰ª•Ï…)\'<WÚ0J»ÿöµ{ì¤œ|¤A9sSN}Réð4Sé$+œW:•V:ý;£œvl±rZ™rº5®œ>uÒµ¨Léz~ŸÒõÃOåÃ™ÊÏß(g½2WºËWº7­QÎ	¤œ³3A9·‘rÞsZél¡\\¼gƒrñIåâ²³Jo¯J½\\¥Ï¶©J_Ÿ7J__c¥ïnC¥ï‘XåÒåÊe³”Ë¾¶+ýúæ(—Ã×•Ë‹F+—ßÈT®µD¹rpµ2HI*ƒÛ•«\'(Wo^¯\\}Ï_¹FºF’ä¬ùî£U_Q†VÊµ	2å:Q®sØ­\\7ÓI¹áí^e”ì‡rSÀwå¦U•›úß(cÄ)Ê˜ë­Ê-š<å–ß¯”±fW”[§}Qn{F*ã>)ã¥Êø‘w•ñsŸ+ã#b•	ÒmÊ[@¹;§Ü¾‚WnOß¢L|3I™ÄÇ(“\'­PîjîRî¦?+wJUîKKU¦²Ê”œ…Ê4ÑseZùeúece—­Ì˜h©ÌØl¨<4ÆQyh}ŠòPëBåá CÊÃQzÊ;eÎâÃÊ#V±Ê£’1Ê£ö6Ê£eW”Ç°Jeî\"oeî[©2/(S™ŸZ£Ì¿„(OŒÙ¤,Pö)œ•§&´+OÍÇ•§Ž7+÷¬Wžù1HyV¬<«=DyÖh¡ò¬Ã/eñÇHe‰z®²df«²Ä§ZYt]YÌ*Ï½§<wy©²´ÛLy=¥,#Ÿ*Ë¬o(/^Æ”o~SVXè*+Æ>Q^ÒÛ«¼üc•òJô}å•ø_Ê+/.*¯tÝRVY¶+«âì•UÙ¯”U]”Õ§ieuÛåµ‚ÊO£”µî¤ò–ƒ§òÖ®å­7”·ÇqÊÛÃ”·³TÊÛ\'Ì”w$mÊ;¹¤òÎ›­Ê»Ë—*ëlb”÷Vÿçi™ò¡ž²ñërecßiåS@ÙÜôDùì˜‹²el›òEÞMåËƒ”¯Ž+”¯Î)_½ý®l3¦|=\'Lùº\'Wùöä!å»ªBe{h­òýš^e‡ºRÙ1šSvÒû•ÅÕÊ¯•Ç”ßþìW~?>OÙ5E¥ìú®PvC®ÊîÛÑÊž¨²wò€²÷e‚ògÔ`å/ßËÊß3(ß—*ÿìUþKÊg\0¬‹fÏa•¯¤MÁ`Û¯3Ò¥µŒ4\'‘¹ÃÈ7Ù2qƒQ0ÉŒâX:£4¹øßð¥0J—iŒòã†Ý3ša;ãÞ©ŒQÑùŒj÷HFØ–ÉhÂãÍƒßŒ–ÇdF[]Çhû{3ÚÏ¾2ƒœ3:£›%/™Ág62Cœ\'1ºFžŒ®Ù4FoÇ;F¯2šÑ{0ú	ÚŒ~Õ)ÆÀ¥ž–º’1t\\ÅþþËŒ¸òñúc´ô<c\\ò˜1™r1I¸ÉŒZßÂŒ^óŽ\ZÁ˜Æ|gÆÄîdÆÜËX$ìa,Ç¼d¬.`Æ{É˜ñË{™ñy•Œu@c³/œ±“Ÿd&ùÚ3“B´˜Iì˜I™·û0Æþp,3¹5š™i1iæÌÔËÙŒÓª\0Æ©êãÔô“qzü™e¦•}eœÓ­ç2GÆå…;ãš;‚™¹n3Ëø:3;ö3ïx!³`ötfÁ²fAæbÆcó(Æ3jãùKÂx[Ìøè1>W2_c	ãkoÍ,ÝªÏ,m\r`–þýÃ,[ÙÆ,»÷YÖìÊ¤²L@])³r{³J4ŒYÕîÃ)Lð\\&8¶‡	Î?Ë¿úÎ„L™Ï„Õ3!±ÞLHú.&ä.ÒbÉ„ù1aVQLXë&¬-‡	7»ÏD|_Ï¬{ØÄ¬kñcÖ}[Ã¬7¸ÃDd\"C\"™¨Õ‡™¨ŸW™C²™™UÛ™­ºLô‘*fcÏÄD11g™Ø½ÌÖ…9ÌÖ÷õÌ¶!µLœ£w0˜IHºÉ$d•3	çõ™íïL˜ÄáLâ+]&±»IŠ‡™Í/™]Ië˜Ýc†3{”Ë˜=ïv3ûÙ3)h5“²ã“ÖðI®2é¡£™ƒN2A9LfóX&Kû“5\rg²noc²#F09ˆ“cRÉY=‚9rm	sÔæ\rsôo“KœerãÛ˜Ü›ræ¸î&ïð\'&¯R`ò^Ocò=_0\'¶OdN2µÌÉ´³ÌÉœLAÊsæ”Þæô¿¡L‘Ñ¦ÈJÂmå˜3¦8sf‰#S¼O`Š/¦0Å¿2Å¦3çB&3ç_ý`.Ðû™/ü™ò}QLyçbæâ¹L¶™©ø&b.Mˆg.­®a®¤Ía®\\žÎT.Ì`*ËåLÕþ­ÌÕå4su‡/S½ú\0Sýzsµc®­<Ë\\»?œ¹žÐÏ\\¿˜ÏÔL:ÁÔìzÌÜ ú˜L\"sƒÝÁÜëcnºïdnVG37_52·\"§2·¿ìeîÌ=ÃÔe»0÷†,eî}ÅÜOûËÜÿy˜yÖÁ<|-gêõ/0õ‘Lý»³LÃ’iü9iÂ’™¦_û˜ÇCâ™\'Õ3™§\'Š™æ£Ì³ÛO™g¿¾0-†Ìóµ•Ì‹‹+™—K—3/Sº˜6¡…y}?‹y«<Â¼ýrŒy§qaÚÛÍ˜÷sL˜÷\r¹Ì‡¥·™‡2™çM™\\˜Ž½û™Žg™ŽwFLç|óyÇ\0ó%A—ùrÈù’K1_Sqæk)Î|c1ß·c¾¿ÈgºÌ®0]•¦ûÊôì¥™žÓÓócóýç.ó«ð<ó»ñ ó7©šù{ß™ùÖÆükF™ÅCf ¢›hñbÁ»2ò9ÉB90]>ËB¿ÃX¸ê(ÿ~Ç\"¿–°¨ãh‹9ÁbOo³¸{<K ½,ë³Ä2/V4î+9 g¥~ÇXù/9KéG²Š†×¬âï2–6îfi“,½~«´R³Ê\rËXå‘4–9|…e¾¯b¹mY•I#«š=ŽU\rØ°j£PVýq+HpVKÅjÙ÷°ƒŒX¡8«“|’Õé4a{¦²ƒ?g±CÜeìúZVWs•Õ5ñcusQV·à«7ÌœÕ·S±ú®z¬AÌXÖ ¸š5èxÅ\ZZße‡ºìp¥;œ‹c‡_ÅŽ O±#,ÝÙìˆ»æìH³«ìÈ´Åì¨aÙQ7²cÚ\'³fºå¬YGk>\"€5-°æ6Ys‡}¬eÍŽ5yÁŽ5£ØqÙq//°V#CØñÓ¤¬µÅÖÚk=k}y%k£çÀÚ˜f±6yZìDÏÖŽÃNZ±“¶Þe\'5d\'õ}díéuì”á(ëà½Ÿu‚Ö³No&³ÎÕ_XçsX—Ðìôó~ìD`ÝN=aÝÎ4³³Ý`ç¬ŸÅÎiÆÙy+Æ²\nBXì¢c·X/óÅ¬×Rž]ìàÅ.öÊ`½§ç³Þ\'×³K†áì’ÿj¿ä›ÀújOe}GT²¾sKØel1»ì»7ëwCÍ®´øÎ®œgÄ%¦²ÁÓ­ÙÕÛ\rØÕçzÙÕõ%ì\Z°–]“¤bC´kØ\rÛÆ†¾Î†i=aÃFú³a£«Øp“R6B±kÛ¿°ë¾G±‘²f6²BÃn´Ïa£mýÙhO6:d;“šÅnn©c·xx±[Û¾²qÈ6îÀs6.o-› µˆMÒMg“.`“šlÙØ-vgúR6yR»Ë{2»ëÂvÏšCìþíiìþêkìþÚB6uÁ^6u×&ö@ë$6mÃy6ír*›qQÃfüÚÁfBßÙìöClÎÌílN†9›ÓëËqƒ=:a9{tîiöhJ>{ôM{li {lÅ;6×d){<þ›7^ÄžÐ°cF²^ÞlaÕhö´Y\Z{:`Ï\0/Ù³«²g¿j³ÅŽØâ?Ù’‚ZöÜ–Åì¹b[öÜ£Óìù•3ÙH[žÀ–ßd/gT²•ðr¶rÈy¶ªY`¯j¯d¯]èd¯ýöa¯O¹ÃÞG³7ÜöFH={óìjöæ€½£ÎÖ‰—±uVWÙûT{k{ÿT%ûÀà2ûÀÜ…}°öû0<Œ­ïia¹š±¢|ØGñÙGÍŸÙÇšŸìã·Áì“A9lsJÛ\\¹‚}6¯}¶Ðƒm¹SÌ¶<7dŸLbŸ/¸Ç¾Ü7†}yr<ûJ5}µË‚}mnÃ¾Þõ}óÉˆ}kïÎ¾›2mosfÛŠÙ÷·~²=0¶Ãr/Ûyá+û	˜Ï~ª˜Ì~Þ»€ýRZÃ~ÕhØ¯î9ì×$ö;|ˆýîü‚ý>a»ºÇ²Ýåyl¥6ÛãQÎþ˜šÉþÌŸÆþš]Àþ¶\ZÌþ‰`ÿÚ{²}6°kâþ“Îþ}ôýÛdÁöé²}Ñqlÿüj¶¿à,Û_ÛÍ(-Ø;û9ÀëlÍ¹$­ëæ ¦\\XÄ!Æw9d<À¡{í8ììsŽ2‚#¦špäÍ/œxµ)\')7ã¤ê©œôd\Z\'Óäq2çŽ–0œrP§üjÏ)ûpŒË3ŽÉ;Ï1Mg9VgÇ¾±â8óŽ÷ÝÊñq|]§Rpªº5œêa6§nÅ	Ç9¡e\Z§Y£à4—pN{g7(½ˆtï0§c×Ì\rîÊátcê9½3œþ”—œAóTÎàK7ôðnØ‘ÜðP?nx£7b˜=7Âd,7Ò$‰y©Y«ÍlXÁMåŒ»—q&Ñ¹QÁß¸Qm‰Üè]nôƒnô£·Üè×³8S°›3\r.äÆ4¯åÌ/áÆ¨¸qm½œå°Cœ¥ùBÎÒÑˆ³ÜÂYý9ÇO)äÆ§÷qZ-8ë¡œMÄ!Îæ`$gûä7±å.g·¥„›ôtgoQÊMÙÂMölã&_­åžâ¦žà¦–ösS+hÎÉ%‹sÚRÇMSdrÓÁœó,_ÎùñÎÅò87˜ÌÍxÉÍxtœ›õç7×`	7wÜDnî9[nÞn^ò1n¾Là,ºÃ-¨Vq¡ÉœGç.ÎS&å<á&*¹…ÿVs‹fqÞcnrK<â9Ÿ£ÍœÏ[Šóu9ßÝ0çûÐ›[\Z,pËnÙr~zÜòC¸å?,8.€óŸ8‰P\'r+>q«,¹À}¹ÀÏ2n•ù&.XtŽ‘àB&Çq¡›‹¹Ð´R.´±[ç-ãÖ£ç¹õ¹?¸È	O¸¨hn“wcáÁÅLÔãb~­à¶üšÈÅ¶¶q[·¿à¶þ«ãâ¢Ã¸ø¿û¸r,—ïÏ%Þ]Æ%Uã’uÆq»T¸=N™Üž;K¸½Órû’çsûþÝãö\'æö_ßÊ¥è{q)¹¥—¸4>…K«Ë¥Ó7¹ôØÅÜÁ§wÈNÉe‰C¸ì?<—37Œ;áÌí(çŽé+¹c=Üñª[\\õ…Ë»ÓÉåÏ^ËåÏå¸ü]ç¹û¶p\'ÎmàNÃ¼ZÁì¶ã\nº¸Â>[îôiWÔaÏvsgŽ¿áÎŽ ¹âY¹â¨Å\\‰[WR±ž;ç Ãë>Ê•‚‡¹Rè5Wê9Ž+Ýù€+½ëÌ•\r+áÊ¦[re¯så~·¹‹ó~pHWAçs—fusWor•[ª¹Ê¯k¸ªÄÜÕÁ¹«ÇÚ¸ë“¹š²Ü‡4W;6š»Y{„»“íÂÝUqwÍNquh&wOÍÝ3b¹{“¯r÷là´\nÜÃ‘½ÜÃ9g¸‡QW_ð”kx´‘{tº•k\\þžkxÁ=+_É=»\ZÃµ,àž3bîÅù2®µg?÷Òä\Z÷2á6×vÚ˜k»YÌµ¿å>À\'¸ciîãl×1]‡ë´íå:Ýp®ÓÝŸû¹Šû´u5÷™üÅ}Étç¾–Îã¾\'vp]–“¹®C×Õ¹—ëÖªãº+¹žg¿¸Þ7<÷ó€ˆû™‰p&¹q÷›rß8s}óçp}‰¯¸Ú„Ø°¯ãó!<èZÏCR–‡.Lå¡Gz<ÔQÄÃw	5äQ‰	öoç±§n<©ó˜\'GÝæIû\"^4¤‰m²àE{ôxÑÃ¿¼„Êæ%ëNñRï^šSÌK”óTFO•ò\nx4¯ˆLäûûxEIOïlà•syîÃmž·íçÕñ›yõág¼ðl=¯µk¯U\'â™ÏÊ_ÅëÖó:søÁ©?ùÁ7óù!G¶òÃNšó†S~ó†§µxÃ2~øÚ_ü—L~Äž ~ä…{¼ñr„7I+âM:ãøQFóùÑ±¶¼éáÞ4çoZ“Î›>ØÄ™¸„ŸÀ©®áÍ”¶¼ùSÞüÛpÞbzoákÌ[ìià-uŸð–WÎñVê8Þjl\"oõá	?þf??¾-ŸPnÏ[·oämjLyÛ ¼íšw¼í)Ÿ=›Ÿ¸%Ÿ·›ó†·ÏžÅOÏO™YÂO)ºË;ä×ðŽ§Òø©3ªù©½søiŽ)¼ó–HÞeì-ÞeœïñŠŸîÖÃ»š—ð3D‹ùy¥üŒ§Cù™cÖñ³ˆj~Ö~V/Â»¹ŽàÝ2êùÙóî»øy-nü|¯ÍüüÚKü‚ï×ø…÷£ø…Ïñ^[CùÅ\'Gó‹+\'óÞNü’éžü’wJÞÏ÷ ï?Ê„÷Ÿ¦Í”à~[ðÖ#øU—Ëø`¹¿:`¿æk8\"_Ï‡‡ð!ƒøo/ùPlzév½‚láÃÏLå#bõùˆg~üZì9¿î‡„_ÿ/©üÁGê¬ç##ÿñQ_\nùíþ‚ßT^Íojuà7uMæ7Gfó[vä·4ùð[æòÛ~á·Õüãã¨,>nøA>Î<ˆKäãÖæããƒøøòÍ|äÌo§+ùíãÓùD…+Ÿøþ6ŸÊïT%ó»BÓùÝ¦3ù=¶ü^ò ¿OåSÓÿð©-ù´‘î|ZAŸVý?äUÉgùóYeÇù¬ŸÑ|¶Ã>Ûí4Ÿ³v	ŸSp•Ï©ðçiSü1×wü±U:ü±2>—µâó.\'òù·«ùü\'wøü¿øz–ü‰Ûýü‰ïù‚*¾`›_pm_ð8œ/hÉåOmãO½œÂŸê_ÂÖGó§Ó.ñ§K~ðEu•|QgIãÏ5üÙü%üÙÎÿâ¯	üÙ»|qý;¾$2“/)ÃŸ{_Ê_ˆjä/4MäËL¦ñeG\0¾¬!›¯ˆÛÏ_Š‘ðWvßá¯ìµâ¯dŒà+ÙN¾zjmþþZGÝ…ç¯gò7¢bù[-eümé`þvsgxgÂß­åï\'Uò÷»óVÎæ.;Ï?,Ï×¯;Î×»Î7ÌØÂ7Ü~À7­œÏ?ÖÆø\'Ž\rüSù`þ©*“j9“o¶Há›†óÏ\\¿ó-³»øçUüóù=üû/ü‹éßøÖ9|kï:þ%ñ/•#ø—»3øW©ãø6~\"ßfË¿¦Ïñ¯UðoRñosÏòï!}þ}û;þcÿx¾=ÈwVÛðmü\'^Í–Çð_þ<å¿¶ËùoŒùoÿ|ø.ˆïöšÇwGËøÃøG_ñ½·_ò¿&zó¿<_ò¿UyüoãÑü_Ã¿üß¾ïÁMþßÝþß\'¾É÷kUðýÇòýÅóøÕy~àˆFèLV*p‘½\nÜ0DnvR»ÝUû_ìä§BïWa¿Î©ðÁWUøá»*¼ÜQEhÌTÄ{\\%Þ÷\\%É®’ä;«äøo•|”½Š\n¡TŠ–*Ú<LE{9©”£ä*¦dŠåzUì§—*ÎçºJ5¼P%0E*áh‚J“)RiN<Si¹OUi\'ViW—©´ïþRéˆ©t&ýlP\rÆ½TƒµN¨†L¿ ÒuŸ«ÒK5Sé½ø¢Ò|¯Ò¿`¢2»¢\ZñË_e4|°ÊØb³ÊdE™jTÊÕ¨ÌtÕ¨ÖÕh¹T5Ú‹VŽÒS™^ËWÑŽP™KRTæmTæÁ·Tæ‰Ýª±K.©ÆV$«Æ%IU–È•eS Êò÷|ÕøÕø¶•µÍ~ÕDD¬²§p•ý¥j²ßN¥©*‡ [•ÃÑ4•£­½Ê±¶Qåø}‹jª§ÊéºZåôà™ÊéÏÕ4ô°Êyì9•óøC*ç”•ó‘Y*C½ÿþö—©¦Ç…ª¦7¾WMèVÍX8_5søtÕÌQ†ªÙµ·TîÌj•{îL•{ÉB•{EžjŽqþêTsÊ|UsZUs~¹ªæ¦¾QÍ\\®šçw^5®½jÁ•÷*;*Ï#ŸUç¾R-\\ôQµ°æ´jQæ?•—ácÕâ\rçU‹ÓŽ©Ÿ½©ZüÞCå}!DµdÞr•Ï*_i¥Ê·ÃFµ,bjÙV=•ßÚµªå#ÒTþT•*€Tl<§Zyï®*ð”ƒ*°8^µª¹Y4d@¼ŠS­>w^µFë»*dÓ2UHB¦*TK®\nÛ¤\n¨Â\nTáÁUk;W©Ö«ãUÆ\'¨¢¼Ç«6\rØ«b¾óª-Íœ*¶àªjë/ÕÖª<UÂ©oªÄŠfÕŽ˜4Õ®¿ªÝÌ8Õ¾Ú¥ªýMcT©²ÝªKf«ÒÌ¨Ò\"«ÒµóUé«#TÃ{TOª,ÿûªlê±*;ÈW•³ó½êèåÑªcU^ª\\ÅUn*­Ê}xTu<¶FuËVt_¤*Xf§*(¹¦:õ_Ÿºõ«\nçìPVu©ÎÌUm°T›ú«Šëç©JNf«J*¯ªÎuS•å\0ªò’›ªò&µª¼{Žêbƒ›ªÂ`ªªbë0UÅßvÕ%+Pu)©JuY·[uÙ4CueÌÕ•=ªªê‰ª«>aª«‡ÒTÕþ_TÕªkCîª®M\\£ºž>ZuãÖYU­æ¦ªÖo›êæóÕíEª{Ï‡©?Q=Èúªªß§ªÏº«jX’©jðÇTMFIª¦ìŸªÇ‹tTOE{TÍ‰­ª–—=ª–®ªÖK“T­î«^†šª^f§©^ùfª^Å<Q½ÚûŸO\rª6×ª¶½ÏToÕ™ª·ó—¨Þ-|¥zÿÑUõÁé†êÃÁ`U‡¾½ªÃÝ[Õ9“TuîfUŸL©>ïY ú\\ò[õ¹á”êë¿qªo\r#TßžÏTu§šªº[8UOëLÕù‘ª‰±ª?†OUqÕŸËTSõÅ«æ~W3F©Ï_jÀû¼\Z8`§ŸªÁïfjÈñ½\ZÊITCÇŽ«W#ƒ§¨qG5qA©&^T©E&jq¶F-s|«–ùŒSËñ÷j¹ü¯šzW¢VÌ\'ÕŠò›jÅG•šöLU+õª™þ}j–ª9\'µj¤ƒZpØ«f5©…?µv\n§d»D=¨N_=èqzðæ,µ~ãjµAðBµáðõð%uêáA:êbCõˆá…êEïÕ#®îR4ÏU|rFmqLmtF¤6–NUè«MäßÕ&i\rj“WÕ£?ªMÓ–ªÇ˜P›7ŒS[èS…?¨Çéy«ÇîV{ûHm9a°z¼û<õ„)>jk&Em=[_m³ QmsûªÚöP™z¢÷õÄ£çÔv£¿þ§[m¥¶ËðPOÚõQ=ù@zJBˆzJ»§ÚA¾K=Õ˜UOµR=õø\nµÓÄyj§mMêicÚÕÎoÞ«]ÂãÕ3G¾SÏÜè¢ž™+UÏ>4\\í>ýŠÚ}Iz©ç¤ÏTÏQ¨ž;w±zîº³ê¹¶ê¹3ÕóžÓê¯6¨=_4©ú.T/²÷V/Ú+R/ºõ]íµÉTí•Yª^ìÚ§^|B­öv>«öÞ´E½$É^íó$CíËTª—RWÔKwÚ©ý2¥jÿ“Ú¿ã´:`x–z¥jª:P.V¯ÊìSëZ«ƒ9ªW7„¨W¿Ôk×«CÂ­Õ!y.êP­ÿèÜV‡çÕk\'ŸQ¯‹4T¯»Jª×G|Uopx ŽZ’¬ŽêÐVo\\j¦Þ4ó¬zÓ¼¡êMù\ZuìáBul‡:öÇ0õVƒõÖƒÿÔq­ê¸\'[ÕñÔIuü¼ê„åÙêí\Z™zûV^½ãÑIu’öõÎ…Uê—cÔÉCN©“ßQïþï™÷8¨÷xLVï-Uï;V¨N1•©S¿¨S÷žU§¾›®>b¤Nox¤>¨½UQ4R}hÇ|õ¡òvõá#+ÔY¡zêìU6êœAúê\\ƒêã=ËÕy!fê¼ÝÓÔ\'6»©O<;¦>ùû®º 2Y}êñKuáåhua‡µºðë*õéCÔ§ûÝÔg¢õY¿u±c±º$ÚS]ÒÝ§>¯ªÏ¿©/ølT—Å°êò–DõE¿`õÅ·ê\nýHõ%Õ9õ¥‹ÑêË³²Õ—_¾R_Ñ9£®,2S_­»­®~¨¯[[¨¯÷Ç«oLQßˆ[ª¾qã¶ºv£¾¹|¿úöÂ\nõcÕw÷W¨ï%g«ïÕ_Wß­£~`€¨rêŽ¶ê—F¨<Q?¼¯§®×tª$Yê†%¿ÕÖé¨¿£ê¦7^êÇHú±dªúq¬~¢wOýä§~Ê ê§Óç«›Ÿf©ŸßÕU¿¨P¿Ü½MýjoºX¯në0R¿†n«ß4j©ß¾÷V¿ËèT¿«º¦n_°FÝ~tˆúcˆúã› uÇ@„ºÓó†ú“~²úÓ½{ê/\'ª¿¬Ww9û¨»ÌW÷h‡©{Ò¶ª8mQÿtœ¡þ¹ÄWýkê^õ¯=SÔ¿Íªÿ,ÍPÿyûQý7WŒœ­x/QôçÀÄ2|ê  óF	èZBÀr;k#`××	8øCÀÇð#ã<oŠ€¿‘	$²L%åâFA²ÉGjŠÙô{‚lÖ\'A>£TP&8ÊÌÓ»e¸À–¼Øs\nAõÎ_Pß\"¨ÏŒ„¿\"Aóè¤ µ\"LÐžDÚáåÂ «RAÇ;EBÍ†ê†½†dŠ…!¹w½Iƒ½û…‚~Ñ-AÿÝZÁ d¸04æª0ìãGÁÐíˆ0<A_~£GÞ€\nF–³£Ðw‚qe¡0êÁrÁŒÛ-Xh¶c·¥\ncw¹cÛü…ñcê…ñþÁÂø3f‚õÖ‚¾‘0qûpaâþRaR´ž0©+^°|{GZ°ŸµY°o;*LÞß.8\0Ÿ…©áK\'Ñ\\Áù²H˜®;N˜¡¿S˜5ñ°àVýHp«	fWÇs¼R…yV~Â¼ÝÂ¼ËW„Ó<…\rº‚Ç¸\"Á“™.,ºóEð2_\'xu7KÈG‚ï¿éÂ²Ð$ÁŸ\\/øë¥	:…Àå3„ÀÂõBàéoÂª‡ˆ4£WºúSªÕ‚ñ_Bp£¯°zÒauéaÍ…z!DˆBáD!tÃh!4­A=ÿQÛV-DD‰…ˆl+!¢Önü&¬Mq6\\6\"åBT¿FØpTØ4á€#9&Ä	1÷Ò…ÍæÂæƒ…-ã…-2…­\"„m©“„¸aáBÜüÓB\\Þ8!®+CˆŸ8_ˆo/â{DBÂ~RHH¿*lŸ•-l	‰Yç…ûZ…$Ç—BÒl7agÈwaçßáÂî?ÿ„=ëW{\nû„é_!e!¤üÖR\r„T=!uÙ;á€ì’&oÒÙ	gþ|#dÌr2¢!cÏR!ã·‹©ï%d–Ë„C¡“„CëÓ„Ã+:…,ÛOBVJ‡M8	Ù1£„#1O„cs{…ÜQË…Ü5Œp|îXáø¦Z!O“÷Ÿ!øZ!ÍQ!?!QÈOsNoNÜb…SnW…B3sáŒÉáì¿QÂ¹qB©ù&¡ôÝráÂ“sB™AœPö¾D¸(	.î9\'\\¼9_¸l6K¨\\½O¨º’(\\U¯®þZ(T›˜	ÕŸ÷×ÙµÂõ³2¡fr¦pjnÌlnDX	µ£,„ÚîµÂ-þ°pëùráŽR$ÜYr\\¸“(ÜEdÂ]¡nØpáÞF\\¸wÚ]¸ÜW¸gpÿ›\\x¸ä¾P?¡U¨Ìês?õåžBã”Bcè\'¡±®Oh\Z¼Rx<ÆBxj7Dxºb¹ðtO“ð,ÛUhYøVhyn$<ßí*<¿ã+¼ÐÛ.´šæ	/Û\n¯8{á•S·ðêk¯Ð6c®Ðv-VhëÞ,¼ñoÞ-ÿ\"¼k ´‡B{•ð~Ù7áC¯ÐY)|Â>\nŸÌÃ„Ïö\Zá½@ø:ó·ðM/Gø6)BøæµJø–2Qøv-Hè\Zó@è¾’$ô¯zß0Bï×.ágòá×S‘ð×UGè»Y.ôýÝ!\\™¨F}Ó\0ÙQ\Z v§xóOš˜kÀí\rdØ¯˜jà\r¾Jƒž­× ï^hða\Züã\'\r9¨L#Ú¾Q#ñH#Mº®‘ovÑÈ¯5häOfkkó5´õ~\r]sH£TOÕ(Ó?k¸Ñ75\\3¦á>ÎÖð÷M4ü³_\ZÕZ-ª×@#üMÒhE«4:Úã4:/Ojt:?h?××èEFkôöN×èýiô5½•š¡NrÍ0JK3lÌ\"áç1šá¥+4FôÑê·\Zã£íšQSÍ(çQšQ×M5£~ÖŒÖ\Zª1µ²ÐŒ	Ÿ¡³~™Æ,èŽÆ<â½Æ|SŽÆ¢CK3ö@fœörÍ¸K±\Z«¤§\Z«Òyš	}C4ÖIï56\r5v¸›ÆNØ©±k\\«™2ô€fŠÛÍ”­ë4{-5SÃÚ4SóM4N·sæsu¯Æå/£™.²ÖLÔ\Z×ùK5®žš™Lf–ÄR3kÐg›§qQ®qÛtTãö|¬f¶íÍ\\ô‹fî¤§šùGAÍ‚ß—5ÏÓ4ï¼4žÏ‚4sfhû¡ñB²4^ƒ5šÅV;4‹£Í’Ù´Æy©ñMØ­ñÛ°S³¼|½fEtŒfE¼¿Æÿäÿ[•&@{Ÿ&Àiµ& §C³Òú„f¥ã}ÍÊ¥Ÿ5+³ÞhV~]¤Y5óˆfÕ¼RMP* 	îx¡Y­¿ú—y8oÇ‘­„Q÷ÎÜ¹sgî:wŸ»I¨¨”(J‘”B¨D‹­•6!R²f§RJö}§\r%T$KÈÒ‚h¡ü~|žó>Ï<sÞ÷œó=3ï!]7A8êPLð¼÷àå9N8‘u“à­EðQñ%øüŒRþ¯^üÛR§ß8N]@8óP—pæcáÌ¯=„€¼ B@ç,!`ö!ðm?áÜg=ÂùÛ\r„º½„zÎ„‹éi„KÜõ„KMÂå[.„«¿ŽBß×	„PD‰~¾˜pýã#B„Y\0!ÂÒ‚pÃ£–p£7Ÿ¥çG¸évžpóXá–ÂBôåå„Û/Þb–-&Ä@9„˜à„øö+„“GHøšIH<áKH,p%Ü‹w’“wf>’–€„¤¬lB2ÖEHÙrò\0$¤zÈRk¾ÒãMVÛ	ón„¬a˜5[K¸+8C¸ß»•ðÀYDxHÐ$<t[Dxè¥Hx´Ì›ð¨Ý˜ð8?šð¸cŽ«ªFÈ-þEÈmñ%äC›…¬õ„¢¤ï„¢6SBñîvBñÙ•„—BI÷jB¥À€P~—PÝoK¨=ð‰Pw{1¡îÕFB½E¡þÌB}-ƒÐp±ƒÐ¢Gh”&45|$<óô!<‹üBxqàáÅ£ÂËÿãyY:Fhnr\'´ÜäZÅi„VýaBëîXBkÁ,á•s\náÕ‘Ï„×Öß	¯÷)ÚJ„¶¹„ö”„ŽÏ„Î%#„ÎˆM„Î,+Â[b¡K¤OèJÞEè6ÚGè.ºJè>FèY]Oè‰m!ôä¸>&Ñ½›	}>K	}O	ýÇ¬	¹gŸ¸\'	ŸD×ŸŽŸÆ•ŸþU—º­.£Þ†v†5¦Ã¢Û„‘Ô£„‘¯u„±ç	_‡	ßö„ïžE„I%?Â$ã	aÒÏ˜0íN˜¾Ç!ÌÈ¯&ÌYMøÅ\\JøNø5Ð@ø]XOøs÷\nav‹0kæG˜ÝWB˜{þÊyþ]$ÊÙGåZ\'ˆòî™Dùv*QÁËŒ¨< @\\¨»¸0­ˆ¸ðCQ-v\'Q=%j~k$.Ù«JÔšÓ!.Ý•BÔ~F&êHŽu¢^u†ŽuÙo‰z«ˆzyáÄµ‡ˆ+~>$®Ü~•¸ò…„H\\mHÜüˆà¾‹DHü‹¹ÉË\\‰dä‘r~ÝÙJDC—©o	D:ùn<!2äœ‰Œ“£Dæ½=DÌâ\Z+\'±\"ö#È¹û…ÈÉ6!òælˆüi¢@G(ž!â‹_qm¢ÈÇˆ(æÃD±(Ù=E”òŽ¥Ý†DY…?Ñ@N4N\"®Å\r„´©D£•óD#ƒZ¢q:qÍ¯@â:«âºš¢‰h\rÑäì\'¢é´<qýÍnâúRœ¸~Ü‡¸QEƒ¸q	h6ÐCÜÞKÜ|D@ÜüµŸ¸ù×;¢ùÆõÄ-ê%Ä-E^D—Q¢Å%¢¥éÑòn4q[V&Ñêh•êA´i¶ ÚnøL´‹0\'ÚLwïºEÜÝ¿›hÙNÜ³b%q“*qÏ¼\"ÑË#:\\8LÜwWè¸ižè¸åÑ±‡JtÚêDt*‹#:›„]ž \\ýèª~–è&¬%ºGÊÛ¿‘\'xLôà½<N½ú\rˆ^“â±7½Äcí‰Çþ-#ž´÷#zßÞHôùy‡è{­„èµ…èÿ\"žªŠ%žÍ‰$žp!,8GØ±—Ð4@T¹AÔÈ#žS%ž[²…x^=•xþ´-ñÂâÝÄ\'Äàü\"bðç)âÅ·õÄKåcÄKýŠÄËËpâeê!âUÍibèòlbè%gbhô1œ“CçŽÃí\nˆá·ÿ¯ï<EŒð¾FŒt=H¼atŠUþ“x³.’»Q‰»-žëAŒÓö%Æ™þ!Æ9!Æ½ÝBLì|A¼SëELº×GL*ØOLÞDL~þ?_ëˆ©n‰©Ï‰iGžÓ.i3Öž\'fx ÄŒ/›‰™†ÄÌ½¹ÄÌ£µÄ,£ÍÄ»Wˆ÷ÿå³W¸³7<$fW¹À÷ˆ9¢EÄ“ÕÄGyˆ/ž!æúŸüˆJÖÄÂ7tb±š±˜~—XXC,‰%ô!bÉm*±”cJ,å? –\ZxËÑ~bÅîNbUø&bUÄb=x’XÏð!ÖsùÄúš£Ä¦³‰Ïå¯ŸƒÏ‰Ï¯ü ¾ V_˜?\'¾°Q$6o|Cl>—Dl!x[­ˆ­·u‰¯]Þ_‡Îß¸?#¶³ï;Uˆ_žüÏ[â;ÐøþN%ñý¤*±+d9±ëãjbwŒ±çŒ>±g,–ø1Ô„ø1\\@ì½vŒØûä=±ÿt+±?çñ“ñÓ(Ÿ8Èj!Ù‡=6‡op‰ŸµÂˆŸ9§‰Ÿ³‚ˆ#~Ç‰£´6âè…ÄÑ¸Râ˜‘ˆ8®*\"~±ì&~m³\"~{&Güþ}’8ñn%qR/qÒëqj‰\rqjN@üq\'N¿œ$þ\\nEüiK&þZuŽøG\\Bœ5&Î:LœË2&Îkÿõ{çaq~=Èí\"\n»\n¯\0Šëµ%‡q@©þ 4üP–¿\n¨l°T¼—ª\nŠ€ªþ_@µÔXxÞXô‹	¨ÅœÔFÅšuÀâx@}Ñ ÎÔÍê¹¿\0Íå\0Í“ç\0­¼›€NX¾AÐg\0+ŒƒN^\014 †]\0p-\0ìoÀa\0L‘à£ë\0)( •/Èm\0œ]PLzÊ	!€è{ˆg-€Ô·hÔs€zF ¾]Ð|­ZÐi\0Sc#À|0?ó\0ÖÖv€5ç`n7À¼\0·Ãàù\0_ïÀgçü»%€ ï \\ú\Z^»Ë¿\0Âj#\0—,ðCÝ€ˆˆž£€dþ: s–dƒyÀ*ý?€Â5ÀàK	°\ZrV8\rœŒ¿Ö\0klk€u\n:À:;À$ÇØ¸/°1/0»µ0g®ÌžÀ–³¯\0‹4ÀrÉ%`kíf`ÛIÀŠ›\nXñÚëÒf`»C°ÃCì¼ÔìÛ€]û§\0Ûµi€Ý­ÇÀîåÁ€ý+Ø³;pÈÌêœ½Ë¾{]Ù€£|°ßí#àà8ÝÎâƒ=õ€ÛÖMÀa8<ÿðÀ¾\0\'ÒO[1à56ówN8›>A€/ã0à[tð;}ð»8ýq8û¿ŸóNÀùÌ> XÏ~ù¸¸.â™À¥¯ÏËàêŸE@ÈÓàÚ`f>„9Láf½@ø‹6àºŽp}kpý»3iü\ZˆL?D–~\"gK<[àÆÓ JMˆò»ÜôZ	ÜzéD_KnG5\0·‹û€˜Žd Vuˆ%Ž±Ï\"€8Â% nj17Ý$Á@¢$Þñû›;â`àÎé[@ÒæJ ¹g9ò¼HiÝ¤öÚi“ú@º—á»ÈxtÈ<K\02Ïå™a@Öm?àžapïW	pŸýÈ&¯²Æ\0V,\0®”÷·9N\'€œ{!@N»ðHÕÈu·ž|_\rä™Ž\0ùµa@þm `¯P˜|(ŠŠîˆ¢<	Pì<ûµ%v€Rò# L\r”\'…\0Ur€ªý¡@ÕŸd fWPs#\0¨]Cê®\ré@cïf iÉw ‰Ð<¥DOÍ·Oíó§žýÀËs€fÝ£@ó\Z3 EÍh©SZƒ7­×~¯»€vÛÅ@‡þ5 c$xk¯¼õï~€÷B ‹.tµºóÚîà=ø8^ô6+\0½3q@Ÿ\\0Ð—ëü¯‡0U` œ\0ŒÃÏŸYK5`äq;0v+Ëñ\0Æ>_Æíû€ñïÀ¡ðåh$ðU^ø*N¾îi¾­¾Ù<&\"éÀÄít`¢ë\"0¹±˜¼èLáÚÀÔiàçÃ?ÀoÇoÀŸ9àßËõÀ¼å`þÁ;`>ŸÊÑçA¹{—Aùg@ùhGPE(.ú]	ª•Aµ7ï@µ‘— ú]+P£ÏÔTI5@Í@*¨9\\\r.Íp—\\\0—\0uèÕ ó&¨·²Ô£3@½h9p…à¸\"¡$ìÞ©ÛARó4Hîöa$D|Í@ÔÑ¤%>iù‹Aºy(È$fƒLËÏ €@6Çd»Ã ×käfæ¼Ï‹Am$(âîE-(¦}Å7Aq\\6(1>J\nœ@ÉÇ)PÊT\0õbÁUú¸jš\Z\Zû€†“·@cÙuÐxKhìè®	ì×=×êÛk_š€ë¶û‚¦‚p}ƒ¸Áú¸qÛ7p£ãqpch¸11´X<n5*·š?·3·žr·†ß·Æ›VW®€Öô[ u‰¸]hn?þ´9ÚîÒMmO:€¶9›@ûÀ.pÏ—ó ƒ tx,÷^w÷‡éƒ”ÇÀí\Zÿ#|e¾€Nº¥ S„3è4©:MþQ\0t™ŽÞzº&2@×Üàaß!ðð §«9è™™\0z--Ž­¾\n*€Ç.7æÇ»V€\'õ+À“¹dÐgµ6è³Åô}\0úf^ýôr@¿N{ÐŸõô?ýô¿ÒžZÎOƒg7(€ì3`Àw0°ÏR^\nž»¡^P\0ÀT#ðBÅAðÂo{ð¢¼4°¼BÜ	†\\Û^;´\rn¯ŸÃÁ¨€s`Ô\r30ª9Œ\Z/oþ©£ƒKÁØÛ`Ü	{0>á=˜ð>LïdÌ‚wJ¬À¤\rŠ`Ò\r`rÆB0Eã˜Ò7¦_Û¦ÇìÓ;ÆÀŒà…`&²\0Ì<uÌJ¹ÞÓïö÷OùÙÒÝàƒÕ)àƒÝoÀŽYàƒÆ ða×y0Çý3˜[ýÌ­=>QLŸ´íóô\rÁ<×80ï¥2˜óã§Àü9o°€{\r,Ø|,pYøFqïÀ‚º`Á‹¿`¡¤,¶\0³»ÁÂ°p,,Z”-–‹p.X´Ë\r,\nþ=±‹y\0X¼q+X|³,NI‹SµÀâì…`ñ§°dg,XrÕ\n,‰K/[‚¥y{ÁÒ×›ÁÒY:X¶åXæÞ	–%ªƒei\n`¹²XN\rË\r}ÀòuûÁòØ,°¼\0Ë¿\r€å¿½À\nÅ°BU¬01+¶l+¶Ý+.T‚RÀŠÇé`E5X1ZV.ì+¯?+§|ÁÊ_+Á*¥f°*$¬º™VåŸ«~­«æ‚ÕÄ`5:VéÕŽª`Âu°Ö9¬=¦\0ÖúÀÚîÿ×ŸRÀ:\r°îÞo°®aX×s¬ëëftÁúú`ý¡J°>Ò¬OëÛ•ÀúN.X?â\r6¬Ì>ƒ\r;úÀ†B>ØP»l˜«ý`£C>Øø¼l;6Îlç5Á&ÅX°ÉÍ\Zl:¾¬4[³À–%°%f\'ØÒ„‚¯H\Zà+n#ø*\"|õ6|5™	¾©‚of—ƒi>à;Ç\Zðý†XðýÞcàû˜ß`—J/Ø½ÖìnÝ\0~ Þ?~K{—L‚ý¾à€æYp`Iø‰bU÷€C–àð49d\nŽÚ?G[ÊÁ±\0ÿèŽÏî¿¸d€_jÎƒ_7ƒ_ÍªÀ¯ùÑà×¯[ÀoÞ?ÁogÀ‰œ\\íN^0§@/pJØN?r@pšpœ>Nû”Ó¹ŸÀéª	ð×žÅàï¸Qðw×:ðÚÎöŽs¥/Á—Øà¿;›ÁùÄUàüW_’œB)In;N’O‘$$…Èf’bŠ¤Ø¼˜¤q¤º8š´Èh3I­/Š´˜w–´ØZ´øŒ\ZICIÒ8’4\"ˆ$šß$.>iÉ•s$-I+iéúnÒR·AÒÒ;Õ$í¿±$MW’N$JZ®æKZ¾Ñ´¼­†¤»Â›¤k|‰¤7Æ#­`æVØ)“V8ì#­8y—DñHÄç&$ ŠL¿ü%AÒ~%:‹DÉ§‘ÐÐúZ‹DSN!1-ªI¬®S$¬ªž„µ†°÷OHìoÎ$Î¢i\'ô‰SøˆÄc\0$Þ5’0·†„‡Z‘D¼Iâ’äÕIò%„$\\K’yF20Iç·‘VkË“VÇÝ%²oŒÑÒÚý¤uÏ¶“LT]I&îI¦§mH¦Á$ÓK;IëeIë+«H²JI:¯‘6*…’Ì¨ÇHf1>¤Ís$s5Ò–ôÛ$zÉ\"ËŒ´ƒøŒ´ãè(É†ž´‹EÚU°œd‡T’ìÛ“ö@Y¤=gv’ö¤†ÔKHÍ$‡W%¤½BÒÞ×!$G›DÒo’ÓÍ¿$×øÇ$×¢$7ÉíåÉ]fJrß1Grˆ\'R-$ÖŽ&~I:òÄ€t<»ä-¾Hò6}Lò>>Hò¾Œ‘|^\Z‘|ÿ\"ù3#ù…}$ù/ÿK:e<C:uÓ—t*F•tÖ÷)€ûŒp#†ˆ$‘[IcÇIAy3¤Fº¤VÞ¤G\"I—†“.ßÓ!]yíNº¶È‚tM¢@\nóL%…ÿ;HºŠI…¤ˆë“¤ˆ®¤ˆ™ë¤ÈùK¤[¶I·?b¥ËH±nV¤¸ôý¤øß¤D8”°tg‘*)IŒRÞ ¤T-œ”¹ù)3®‰”å´’tWN@º>Dº/zOºoQEÊV}HÊ^IÊ_Dzh]Nz}‹ôh…ˆôÈ4‘ôèú!Òãû¿I«–“òDŽ¤<ïFRÞµ¤¼ÂrR¾«Œ”?÷”T qŒT¸ÅTÜpTvCL*kºF*ç¯ •[“ÊçI•„Ç¤ªlˆTõdœT½è©Ús©úÛAR@ªÝ^OªƒÎêOô“\ZÎý\"5®í#5¦n#5>\"5=´!=ÍÍ\"={õ•ôl°‰ôÜç,éy}éùÓÒóÏí¤fƒ¤V1‰Ôúò:é5ˆôzñR›#LzÃè\'½¹¶šô–N\"½·°!uý–.«\0R×þ;¤®ËÇH]ßÂIío‘zü\"õ±y¤¾‚R¿Ö]Rÿ¾RèER‰+ià·\Zipù}Ò Ç;Òì+iøüi8²€4Ü’>/ÛK\Z9<O\ZyÚK\Z½ü…4:™N\Zó\"M¾\"ý{H\Zç#}9BúŠú“¾Y<$M,U#ýè¿Cšv\Z%M?ì%ýŒr$ýìŠ&ýÄH?§n’~a\"Ò‡|ÒŸ3Ú¤YG5Òœ\n™47çEúË¹Iú[|ô÷ËQÒ?\n$·L\nÉc!9CoH^~#$÷Zpù$´ 	„|7„\rb\nRÙºR5k„TÍƒ …®+¡…µÐ¢Ÿ!µG5Ä€4ÜïCK”Î@KZ ­…ÖµVe´ôÝgHûÉMH;ï´Ü”é\Zì€VüI†V\"ò¡6\"¾­€\0f\"¤î€{Sð¦‚Â5 ¨Y\"ï»‘/+CðgˆB5ƒ(kl!t¢ºçCÔˆfþ¢·€íÄ¼O‡X[¦!Ìo\'Ä&ÆCœ„|ˆ\'‡x†û žw4ÄÏÔ†øÿ!þü\0$XÝ	<w@‚fHPA‡ïÎC¸§$úg‰M4!é‹hÕögÐª´hÕd°md0c	­&¤@†æ&aÇ\0døë5d|€Ö,Í†Ör 5k¹Ðšuhí:)´Ž¼Z?C„6(€6¼t‡6øC\'ï@fœ7Ðæbhó?&d¡P	YÆÖB–ãFÐV³uÐ¶ï»!káeÈ:(	²€¶?m€¶Ï¿v,Ž†v8iA6¿ h§;dG¼\rÙíw€Bü }:|hŸÿZhßÍÅÐ~¹vhÿ<\n¹\\³\\ß@n+C ·Ptˆ’\nÞtòØ6\nµYõ°…Ž6¯‚<ÏA^ê!/ òŠ.€Ž›\\„Ž‰¡“Kg ïÏ ŸåqOùdo|ÊîA¾qÈ÷öäÇ.‚ü¯C~¿L!ÿÕ®Ð)“èT½:íÃ†N—3¡ÓMP\'\nr:{?ßì]ž.X*CÁ»¨ÐÅæfèbÛRèÒêkÐ¥³&ÐÕ‹…ÐÕ¢·PÙº6±\nÕ–Baü(ìúI(,>\nk¹…[³ ˆÿs±zŠèè„\"~«A‘©‚ÿI‡nL½†¢ú_A7ÙZÐ-õ èÁºýû%+l‚âp(î{=oö\nŠ?%Ð¯A	ë¡„êïPB_\'”ð#ºó¡J.‹‚R²®@©ù\\(Ãé8”q(\rÊ< LÙ”yç\Z”9øÊr¨†²¢¿Bw+š¡lN4ôà`\Zô\r…þâA	|èq””{‘å–¤@Oþ×eû”÷}”ï{ÊoË€\ný¿A…Ë ¢`U¨¤v*¥X@¥»¡rr+Ty*ÃC ª$T½<ªÉU‡êþ÷]7d5ä‚šðB¨iGô´èô´Êz!>\rµ”ž†^™f@¯BA¯o†^7P[—1ÔöõÔ~u8OCé— ŽéP\'šu~ Î?Ï¡îíû îòÃÐ‡ßÊPÿþ‡ÐÀìè+úd$ƒ>eŽBƒ\'5¡Á4/hðõ*hhÉkèóòès‰4FÝÕûCcí‰Ðøª[ÐøÑEÐ—’aèÛ ôÝú^ZMT;AêÐ¤ú,4™=M]Q†~¸&AÓŸqh&?úµÕú•¿úý¨úó\næ^ÔB_•Aÿ¼Èr³ýdùÇÓdùêcd^Yá»?YñÚi²bî²bÛ$Yy;¬œàNV.„È*1Yd•;qdÕKaä…oüÈj×XdM¿»ä¥£ßÉËÍäe&5dm«²Îê!²N×;òòžßd]²®ž-Y·Ê”¬ÿŒ¼B]Ÿ¼\"z¼¢•O&¨»‘‰7‘¦Udp8€=þN†ü #…ÏÉhú:2šS@f-“±›2ö¨…ÌV8Cæ¬æ‘¹Û:ÉÜ´dî]52¿\"ó‡gÉ‡²àÒy²°á Y8šNŽçñ-‹É¢\"²˜²‘,¶’¥æîdiÚm²´²Š,kñ\'Ë¦2ÈúždýälòªwÈäCd¬Ÿ¼\Z¢‘WÿÎ&¯ñ2\"¯)zL^§s˜¼Þky}‚yÓ¦>²9ã\"y‹¸š¼ÅG™l1¼ˆlùãÙZ÷	Ùºÿ-y{9NÞñ¢ž¼£\"ïÍ!ï’W\"Ûê_$Û^6 Û]½NÞ}LHÞ³Èƒ¼§Æ‡ìàUGÞûà\rÙ¹Hv¬1\'ï¿™L>p8Žì¤Gv†N’“ÉÎá{É.Ço’%œÔ#»Z³Èn‡$dw§7d÷c\Zd÷¨Md÷;ïÈ‡ïÉ‡ï?ºGö@~ZqÉÇTâÉÇ_xÿ\"Ÿè’O®ò#Ÿ|~•ìC™!ûTÖ“}\\ÈþoòÉ§îì#Ÿ6\"Ÿ¾_BÐé\">1\'æ›‘ƒrÈçV¨Ïm}F¾ ×Mþ7E¾¸âùŠ|ùj„6ùjÏ	rH¹ù\Z?ƒzè#9´ŽDí¨%‡]ýŸbkòõ/RrÄË¿äHYùÆÎOä›K«È·ÉähMœ=kI¾=œMŽ]äGŽuÛCŽë¹CŽßGŽ¸œd6CN:MNF®‘“Ý”É)µrêyrÚ9}rÆ=äÌ€käÌ©rV¤)ùîaœ|¯]H¾_|œ£xžœ³l˜œ“ö¿mÆÈÔ7«“M,#?¦n$?è&ç*®\'çªÙ“sItrÞä‚ÆIrAw¹èb!¹(%\\’lA.¥ÐÉ¥a‰ä²y)¹œçO®  W‘äÊ;éäê›uäê1Or…Œ\\“B\'×Ê+’k[-Éµž“ë›È\rzÛÈ\rÔ{ä†trãHù9 A~1# ¿T&’_{‘›ÌÈÍmÈ-ÁÍäÖ,ù•|	ùÕb9ò+­­äWÙªä×œHrÛr[ž-ùö3ò›=wÈí£çÉ”CäŽÍ‰äŽBGò»×Aä®ø=äî±äžm¶ä^5&¹W§–Ükv‘Ü{{œÜÿ3ž<øX“<ìHþ]\'D^!\nŸ“G\r·“ÇšŒÈãÔzòxÐmò—…qä/Þò×­;Éß^û“¿ó²ÉßíƒÈ\rwÉ“|&yêÿ,¿Kþ!I ÿ°õ!Ïm!ÿŒ÷&ÿ,ÚIþÙy…üsêù×ÿýúËÎüknšü;Ø‰ü\'Ò<«6CžíÙ@žíS&ÏÙjçJ?“ÿþßŸcFÈfÈóïÔa¹š)Xž¤Ë[ûÃòG_Âò7…°üL¬pÊ^`\0+ªß‚=	°Rb¬ôä4¬|£V.Ô†U–¯ƒU,`•£ë`Õ¥¡ðBx^h`«ïÒ…5ï…5»oÂKÎúÂK¾l‡—î’ÁËÞðaí¥1°öÖÍ°ö.5Xgy,¬cy^¾b#¬»¨Ö5´†uãm`½b¼¢ô#¼¢y^iy\Z&Œ`ðöWŒW‚Á„ã0ÉêŸ{\r£	#0U¤S7äÂÔÜµ0uj3Li†iR;˜éP3ë¸0ëÚIS8c÷ßÃì^0;ã/Ìqp9ß/À\\ÜL‡õaá-Æ	æ°(ü,ŠÂ¢„*XTd	‹jG`1°–hXÁŽ,ñÛKÑXjO‡õÝÔáUáëaƒUi°¡¥%lä˜ïZ_\n¯ÑÄà5áÅðšæe°Éž°©Ö¼ñÂSxcÄ\"xc²&lö›oþ3\n›/Àæ1Û`óüØ¼´¶XûÞzò¼µç¼mô3l>[?€à¡á]½|x×¯¥°-÷0l›VÛÑ;a»ôx·‡!ì Ü\n;8ýos~ÁÏz`‡y	ì¸;îš‚K‡à«Á&a\'	Ø™ó\nvjƒ]ˆvðAÖcØµ¸vc®„ÔÃ¹ð1øxûÊÁ°ï›ë°ßÖRØ¯q>e&„Ïx§ÃgoªÀgSÄðÙG8 ö2è\"áÚpPRÔŸ[œ\rŸ«x\0_øëËŸ„ƒïÞ†/Þ€/±‚àK»7Â—ßÂ—\'ºà«gXðµwðµ™ÓpèÿuÍó…CÃ¡§á0ø6ttŽ0àÀ7V­‚£~³àhXŽþ¥ßV€c§>Áq¶ÃqRŽ‹á„Ê`8ñ^!œø£\rNRº\'Ûà¤p2M\'ûÃÉQúpò}}8µÜ\0N‹lƒ3üPø^NüÀ€s’—ÀlZáGÙ«à\'{®ÃOö‚ŸU…ón	á‚ÿ5^˜d\0éÙÂE3^pI€)\\úÄ\Z.Ûõ.{¶.?]\n—ß*‡Ëß&ÀåRáÊçáª¦pÕø¸Ú·®X\rW_>Wÿ À5ËTà\ZÏ—pí‰L¸~d\nn\\Ð7.õ‚›4šá&Ú¸É…ŸŸ,‡ŸŸ‚_žÀ/ðpø…¿tq‡_äÀ-¹àÖ—	pk[\'üÊí)ü*ƒ_õ‡ÛÔá¶×‹à¶Oø´n_ýnë†;æNÀË\"àÎuL¸sr\'üîâøýÊA¸k_Üp®€?-‡?\\2€ûîÂ}‹+à~;\"<Ð¡¼ÿRØZò<4Ö­†‡®tÂÃb/xø‰<â®¼\0iß€Ç/ªÃãcRøËö ø«Wüõ\ržØ¸ž×€§†‡àŸ]áŸÉ‡á_¯¦áÙgxnHþÛìÿc¥È)ÿ ÈmRäQ)r‰(ò–û(ò¾Žù{,Êle¿‡²ÀeeAç%ŠâeE)¡Ÿ¢<µ€¢\"è¤¨l¬¡¨ï¡¨Ü±¢¨T_§¨ÔvSŠÇ)\rïP>ùBYÄÜEYÔ{‡¢æRAÑÔI¥,1Ö£,é S´Üµ)Z^í]óíroŠÎšo”åcŠžZ\"Eo8…²‚s‚²â·„²2g3…ÐøžBL¢ï5Q\0G&…Ô8ATÿRÈ_Z(ð’f\nåB>¹3HAªžQ¨þ&ê -…öm…1©Ia…ÍSØ‡×PØžw)ì,O\nû—…ûm7…§»\"Ð~L”¯¢ms(Âk0E$*¡ˆ¶ŽRD­©ÍŠ4¤\";7KÑ·m¦èŸÐ§¬ZÉ¦¬â=¦„¼¡¼È¥¬^³—b(î !O)F›~SŒv|¥]ð ÏQÖ¦l¤¬ÛÎ¢˜4™RÖ«œ§¬ÜGÙ°ÛŒ²)(²éû4eÓ¬!e³!—²åægŠÅ›`Še@±,G±|yŸ²5ñüÿ$P¶N­¦X»·PlôÃ(6w)vNQìžRvÿåSìuý)öi)%\')¥«({•¢){;z(ûvÌRö59PT\\£8_¢S\\L\r).M·(®½3·Ø”CÉ‘”Co_Q<ŽöR<4)ž¼6Š§•âyô!Åóô	Šgþ&ŠA“âuø+å8?å„–€r’z•rÒ2‚â½àÅ{³5Å{“âíÙIñ®Q|E;(þK–RüÉw)þFÕ”Ó/ò(gòÛ)gµô)g/÷SVý ¦¾£av” È”s¢û”ó‹U)çO*P.|í¡Ÿ§\\lÌ¡\\2*£\\ú´„r™7L¹ÜãH¹BO¹òeåZ|#%Tp—Z4E	s¸C	{ñ…ÖrË£\\ßÐ@¹I¹žð‡©aN‰l°¦Ü`ÈSn\\øJ¹‘óžrã¥%Šs‹mbG‰~1B¹½«ž×´ˆ’pú%Ñ1Ÿ’ô¥Œ’<UGI¹J¥¤æ¬¡¤¾¤¤ö/§¤±Ó(éÕ™”Œª”Œ—]”LçLJ–H¹»g%› ¥d³Jöº\0Êƒd\rÊÃ%JÎôvÊ#Õ	ÊcI5åqÕ9J¡Î¥èÆ¥Ô°ˆRÎÒ£”ûúP*¬”Ê‹:”*êeJUy:¥Ú©˜Rð†RãºŸROI©ß ¥Ôç¾£4pç)\r^*”F5SJ£¦¥q[¥éÊZÊS½E”§³_)ÏŒH”g{®RžëõSž£Û(ÏíîR^>|Fi\rÝMi­<Cy­Bim ´mýDi«¹Ki\'PÚe‰”Ž:¥£àåí¶M”·ç_RÞOž¤tSª(={º)=])R>>xJù8u†Ò+Qz7Ÿ¢|Â[)ŸfVQÿVQ†z¯S†•\"(Ÿ­•(Ÿ¯î¥|þeG½z•2fQÆ\n“)ãÊ;(ãÂg”oÄc”‰—½”É´ó”©ƒK(?2C(3E‰”_kc(¿6~¦ü2;L™ý€QæºÅ”¿åïÔ*DNo)\"wJQ`Åœˆ’ê/Di³¢Šù\"32E’.dQ°¢†N\"jGO\"ê5RDc‹¢±ÝÑT¹Ž,qÜ…,y‚,ÛªŒ,;½ÑÞâhû©!:_%ˆîŠˆ®ïD7±	Y¡1€¬\"„ãáQ;\01¼àŒÀ-Éüí-‚,A°_ê« ±Ÿ*|¡å!´2E„¾ì+ÂL=‚0ßä\"ÌÙ5kùFËØˆ°÷>C¸TE„ËnAø9wþ¬\"˜ôA„êF~3	ÂÉK5DúØÑèDV…E «† KÎ!Û#CÆ9Äðˆb¬¿1Þñ1þ?þu+/ ë.\n‘u3‘u}ÛM}ÄäàÄ$Ò1uÐEÖ»T!›ô‘MgÍ7d³‹Ù|Î1×ÉE¶Tq‹›·Ës)È¶º?È¶ïdÄJ¡±v×G¶×Œ ;8#ÈN¿ndçûnd×úËÈ®KkÛhÄŽáŒØm³Aìü‡‘ÝMˆýJEÄþå\nÄQ¿9À=‚Ø<€ÈèGœÏû!/|D\\/f#Gô#G†ˆGôcäè-Kähnâ¹hâ™#D¼î§ ^¯\"ÇÖø#Ç6Î Çê¢‘ãªîÈq+äøÞVäDÕädˆñ–[‹xz Þ™gïžˆõÄ÷²3âÛ\'FüýSï`ä´²=rºü7ræ­	È<†ºGo?E‚„ÖHÐ!=ä|ð?$øVréÓäòð.äò|+rEÓ¹áŠ\\ùÿ×p¥hrÕdrmár­m	]à‡„]„„~ùŽ„‘® a5îÙ„¿Y‰DXþO.±k7u¸‰z6Ü<r¹yg\Z¹U¬‚D@nk[\"·Y3Hœc67¤ƒÄ\r¿F’~¯D’æÝ‘äÞv$å4‚¤t:#©=?‘ÔÛô­HF5Žd.û‰dò¸HfÁ-$ëò rwå(rï};’ÍÐB²…®H®V ’Û;‚<9³yÒIGò4ú‘¼€F$ïs(RÈ¯C\n\'ã‘\"j?Räú)rëBŠÜ E)£HI		)%BJYqH©ëRÚ©Ž”Í) åº!H9ò)oü”ÿ›Dªµ\rjf$RÝÓÔøö#µ°R»!	©ÝÌAj+!uHÒàã„4<à\"\'ò‘Æù¿H“ÎRäiÚwäy¹\rò\"øÒ\\qy¥éŒ¼:Wƒ´YŸDÚÆž\"o®r7õEHZtH\r×6ä-õ>ò^/y0yßP‚tg/F>´Èz+ÒsàÒS{ùh¥Ž|,ý‡|«Czã\nÞ»\0Ò÷Q(=…Ò=ÁnOä³¼òùo2úê2>î‹|	ˆD¾Òo _o/D¾%F&‚ž#“ÚºÈ$³™RíF¦øÍÈÌêd&‚†Ìdv#3yÈÏŽLäWË}ä7zù3>ŠÌV!s³—¿B\'äï¥\'È?Ífd~¯2ô2ÿh*g¶UàG£\n\'ÐqÑwLÑ¥Qè‚§×QEÍ¨bpª˜ðUìhDÿu£Ê¤\\TÙÖUýÛŠ.ôêD½ËAÕÂ¢ÑÅ’¨ºiªa>€jØF5¨ÆÃjTãOºÄûºäòTË¤Õú2€.ë5Dµ¶¢:!—Ðå„Ityg-ª›;„®p8‡®ÔÎEWæœE?”4àB±‰(™Ö„’é{Qò‘µ(·¡0r…Ëž¢È¥ÖM¡Ô&J;œ€Ò\\Pæ©8”ù¾ÅÚæQ¶Å3”«åÙ_DÒ*THiG…ÌTø¨Å?¾@EW7¢¢gr¨XxËRQÉö0T4]%|®êòA\rNk †>î¨Qú\rÔXE]sv3ºvóº6Ô]ûH‚®}õ]¼5yª„š®Ú…®÷Ùˆ®¿þ]ß…n „£faC¨ÙÀ4º‰ÏD7?~ŽškŸ@ÍþF·ü©G-®D-µýP+‹«¨µÛÔºâ:ºÃðjÃŠEwff¢vò­¨}ì/Ô¾g?ºÇaº§ö	º§ÛÝ3}ÝëŸƒî3|†î»¬îK2EAOÔ±ö6z`Õ>ôÀn3ôÀCuú§º¬8‡ìyƒºR\rP×„¨û¥ ÔcS8êq¹õ˜å£ÇË-Ð“7\\Ñ“½n¨³5êsÒ\nõI¯G}÷¢þÒ¯è©DOô´îzôtØôt¤\ZdWŒž³RAÏ/^p¨F/äX¡ºÑà€@4øÿ˜/¶[£geè• \ZôJ¤\Zz•;^ÝŠ†ÄðÐÐùV4Ìg\rë?…†/œGÃ-ªÑˆ+\ZéˆF$ 7nø£7J/ Q¼4jÝ4*ÈúmƒÞœMFo\ríDcKÐX^4Ží„Æma¡ñ£­h‚M\\T€ÞqÞ‰&mµA“¶ ÉkÐ”çB4õsš¦µMÃ|Ð´çhÆö	4ãÚ0š1[Žfñ^£Yn÷Ñ»bWôî»\"ôþuôÛRôÁÅZôÁ•—hÎ¼1ú¨û9ú¸&}üq1š+ÈCs’Ñ\'ßh^ƒZ°³-p˜E\rÐÂHw´ðƒZ¤g­m@‹«Ÿ %‰áhiÈ6´¬nZ.ß‡Vö£Õe0Z£ÚŒÖÜb µM–h}A&Zÿ2mPjC‘hÓ—Vôé*ú´6}ž¼}q5m^ˆ¶\\ÏB[zÑVÏ0ôÕúZ·}ížŠ¾¾?‰¶\'i¡íEíh‡¼ÚÙ†¾]´}»~+ú>§íb„¢ÝJÑîä%h÷Ú=\n£VG¡lv =¬ƒhÏ«}èGôÚ«uí½ë‹ö¡ýEÉè`úÌD‡-ÑÏ¯-Ð‘5¡è˜¬\rßñ¯Z€~Iû…~tA¿+¢ßÀèDB\r:ÉœG\'³ÒÑ)ÍiôGÄôçú¯èO‹<ôg¾úy„þ~Žþ®¼Žþy¢³«¦Ð¹ÕåèÜ[ôïX!ú2@çÉ³èü­—T9Œª€¶RÂŽQ^¯¤.¸÷˜ªÜC]8^H]¬iL]¿Žª©®OÕäGQ—Ð»¨KÖ]¤j…Q—*¥Q—?j¤ê¶ZRWF_£®œv¥TP‰ãÚT\0› ?\n©à‰ET’G&•\\|\nï8I…¯¦Â¹7©Õ**%©–ŠìÛAEò“¨Ô5vTê-{*µÍ’J«±¥ÒÞð¨ôõ5TÆêwT–B7•ŸKÅv…P±#ÆTìç•}‰KeG·S9À(•sn•‹fP¹mnTnÇw*?#*ðÚNb*T<Ý—*V;@¯ö£J`*­Õ¢ÊàEÔU´TªÁ)ªAêoª¡Ë+ª‘üqª‘³Õh(”jœÚB5n]J]£ÓO]sÄ€º.œE5ù{”jºNžj=GÝ¼pˆjÞÿˆºe·:uËDÕÂqÕ¢5—jñS‰ºmërªÕƒƒT«‡bªõ-êöî+ÔáEÔ5ÔžÔ]ù#TÛ†ÍTÛ¶/T»¾eÔÝAª=ñ4uÏÂiêÞûË©ûRR×¶S»>S÷ï\\DuVÒ¤ºm©£ºUÆSÝ-(T÷ü»T÷!-ê‘…Û©/S©ÿŽP=Wÿ¢zž z6K©^FjT¯ã6ÔcÁÔã=Ô€z\"¶šzòKÕ{h\rÕGý\nÕçè7ªÏ±ýTŸ[»¨¾Ü·Tß—ÊTßáýT¿uÿ¨~iO¨þq¥ÔSY4ê©úÛÔÓ=¨göLQB<¨çÒ\"¨ç:nR/ì?@½ÐlA\r6Qƒßq©—Â—Q/+Q©W 0ê•=CÔ«rÎÔ«º*Ôè\nõšç*êµÓqÔkêÔÐ…ýÔÐotjX&5ì›<5ül5B£Œzã•&5*°€\ZUºƒ\Zõ7†z“t˜zs ”\Z-S££K©1ãÎÔXä5Þº\ZŸéBM0ÿGMÔ7¤&:†P“=¨Égr¨)‰5ÔT³~jê=.5õ~<5Í4š~¾š¥ÒFÍÚ®B½Wú”úÀ-‚ú eõáESêÃL	õá\\)5Ç?‚úèjõq¤2õq.úø]:57x-5Ï=’Z0?E-Òt –øzPË\"T¨å§SËÓË©ßS+÷¼ Ö+\\¦6¬Ž¡6rîPó©•Ô&CjSáOêÓü.ê‹’çÔÿ\"©Í±\nÔÿJjË¨9õ•Éeê«½CÔWÝ_©mç7QÛêj¨íë¾PÛSL¨Ø5jÇÕUÔwY|ê»—«©ïþöRß¯l¦v‘–R»6™S?®5¥~üØGíÝXDí;OíoXG4u¦…tR‡\ZS‡º©ÔÏï»¨#_â©£ºG©£ÜýÔ1ûãÔq«Ôo‡¾S\'™7¨“Ý¡Ô©iKê4ÉŸ:#wž:TRgÜ®Sg¼Aêï¶UÔ?*ñÔ?oë¨sEë©s?†©ß þ¤Pÿ¹/¡þ;ò:oãLß?H“;;B“P¦É‡·Ðä›Th\nCkiÒè4Å˜yšÒÑ4%¯o4åC}4åOq4åo\\šJƒ\rMeú8Mµ¦-¼z—¶È\\‘¶(fmÑx\"m±Í6šúÚIšº—¦Þ£@Ó8¡JÓ8³•¦‘HÓ,©£-á½¡-‰~N[’|¦EÜLÓŠÍ£iÏÿ¥é”YÓ–7fÓôLŽÐVêÞ¢ÊÇiÀm\Z}¾[A#M5ÑÈkœhóÅ4D‘HCí QRiÔ¬l\ZÝ ™Fw×¡1L,hŒ–.\ZsÝv\Z3i7µPŸÆò£a÷#hÅ·4ŽË$“ðƒÆÕ}Iã¶ÿ¥ñi¼¢4Þü\Z?øM¼&¼J§	³\ZhøÆ“4ÑÒý4Q?MfA[U”@3TÒ§nw¤­;O3Jž ¥B´5´µÜik·\\¦­7–ÑÖv ­£mD^Ó6²ÆhM¯Ð6îÛL3ƒäifÇ3i›¾ÄÓÌåiæilšy†m‹KmK|6Íbf¹0f9.¤m[©CÛ–³Ÿ¶}IÍfeÍ™¦ÙÜÊ£í¬k£íœüI³]\\D³Óè¥Ù‰Sh»µªi»ƒ\'höËiöv54û\r´=W–Òöú{Òu´ý2i˜\n4§2OšËƒß4×gÆ47VÍ-h1Íý´Í}Ž@;Ò_Oó ¡yÞ©¡yÑhÞ\nh¾«Ñ|.Óü°VšŸS ÍïX1Íÿ•<í”<—vf”àsƒðÈœ$¼N;ww-íÒóg´ËA»hW¦]é§…\\ØJ)úM^IÒ¤…å§ÐÂþEÓÂmßÑÂûe´ŒH‹¬|M»ÑSH»ùýíV¾5-Ú2˜v›ø“ÛþwÆ×ùˆ¥Å¦Ðâ«Ñâ[ci	òþ´„ìJZÂ³tZbó;ÚåÁ´¤œW´¤ÎaZ2º‰–ì”–ÂÔ¢¥<FK[Ð@Ë8oDËÈ;HËÒ’Ð²VÇÐ².? e}±¤Ý=…Óî)Ü£ÝR¡eëKhÙwh§Zi¾ÒqÕhÎÉÓEhÐrýÌhO˜ž´\'åiy\0–?¼ŠVhyŒVUC+|­G+Z£B+j£›@´âCiÅ¡Ÿi¥ÒJZ©µ\'­´FVî«M+OùŸÁG´òÉ7´ŠEZåÚJZÕáVZ5ù/­&2˜Vs Õil Õ­ûDk˜W§5t =54¡=_ó˜öüÇ9Ú‹ÊS´—Úëh/ûßÑZVôÒZ…Ž´Wr®´×VŸh¯ëNÓÚ¼\0Z{êZ\'ÝŒÖ³€Ö9u’ö6ÖŸööŽímÚÚûÉ\"Z×76­ûd,íCk-­wûNZï\'”6€¥Ó>qÚiŸ$—hŸ¢§iŸèÐU¦hƒ_–Ñ†CÒhÃõ¡´Ïêî´ÏÖM´:@ykHg;ÐÆw\rÐ¾¸*Ó¾ú×Ó¾öî¥}Ó¢}÷ÿDûJ MÁWiSé$ÚÚÌ)6ssžö+CDûçIûÃU¤ý)=C›•ÿI›^A›Cƒiã]è\nOnÒ•”Ò•ø¥te=[º\nTCWq§«öBtµŒetµÉ—ôÅ–»èšg\nèKÜ\'éZz|úÒèGôeæþtž]§¿™¾Üê}yÌ	º®þkºù\n]om}@¦¯XÕG_yl}åGô•m9tÀ\'‡Þ¡ÑÁ{™tøM9EG—¤SÍõèÔ€::õû\':}AžEgT=¡3§/ÑYêWé˜M%ëÊ¢³ß$Ó¹a\":÷Þr:oY·ó)7·Î×YGÇ÷‡Ññºûtñ­Fºt‹]v©Š®¿²€nxrÝøÞbºñs”nüñ\0}M¤”¾VÁ¾VRL_û¼œ¾Nã}¦Ý$î\'ÝdÞŽnz÷ }½¼>}}š}ÃÞ•t³Ÿ—èf¿_ÐÍ]mé[†þÒ-¢—Ó·fséÛ–Ñ·õLÑ·qèÛ_;ÓwHlè;v:ÐmèvMºt»iúîùôÝO÷Ñí‹.Ð÷%Ñ,>Ð÷É«Ó÷í¼AßççJwìÊ ;íH¦»ÈÝ »ìv¥<õ„~ðs\rÝS¤»íûLwÇ¿ÒÝ»vÒwEÑOLÐŒo¡=m@÷\\ð‘îõ€B÷zš@?‘J§{ãQtŸSè¾øbºŸw(Ý¯6‡îÿŽM?µÀ–~JæJ?í@°¼M\\„ÐÕ“éÎô@ÿƒôÀ·{èç÷ÿ¦ë9Ò/_S¢‡øï ‡¤bôt}z¸š)=B¤IÒ¬§G%Ðoå¹Ò£¯Ðãj_Ðã†ôéñ|èñ•éô„zâ)wzbÔjzby4=qö-=Ù)žòBO+ë£§}4 gll gÔÕÐ3>$Ò3±¯ô,GcúýöTz¶¾.=»¤gî¢?€-éÖ|£?¼9FÏ]ÚOÏË·¦çýxLÏ›I£ç?]H/ø?Ÿ…ø-z¡Q	½0ÿ8½°J^|2˜^Ü	ÒK87è¥á=ô²¥gèeÆ‰ôŠ¸.z¥¦½Š¾ˆ^UëJ¯þ¾™^Cl¤× ¾ô\Z·Jz­Æ<½v©½VGD¯ÛåJo° Ð›7Ò›Î?¦¿<ëGoîœ ¿‚	ôWÃßé¯3]é¯ß©ÓÛLSémÝlz»‘.½Ý\'ÞB»`1ýã7z×ezOàVzÏ•ûô~Ðûìƒé}á·é}	\nôþí\rô~×jz…9}`óCú§£¹ô¡Ïkè#5%ô/ÚNô/û>Ñ¿jŒÐ¿¯{Oÿ¾¾þ=êý{úÿTjÑ\'4=é“1EôÉÄAúd÷yúÔÅwô5úßíô_Òkì¡ÿÕw¥ÿÝçCÿ‡hÑÿ/§Ïï}LŸwä1äö´2”ü^2”®72”þ,f¨–ìd,|,ÇP;åÄX¬%e¨Ã†õívõßšœ{Œ%ö‘Œ%×=Z#bÆ²mÚŒe‡Ÿ1´-ŒÚ)†Ž‘cù³(†î²d†.ú”±¢´•±rÁ:ÆÊô:kföòD¥9Pw’AÒÑcÀ&‘Jw2ÙòŒ¼hfPG3hî$íŠƒ.w•AOAOSY‡Á<íÉ`/‘18îÞï]Á8™!ø±†‡Í3DnCtß‰!±aH~´0¤þOÒ.†¾—±jÿÆª+šƒíóï«÷O1V§ü?æ¤?bnˆa¥Æ1Œ/?c¬©-e¬­ÿÈ0ýò‡aúëcãV9†W—aæÝÈØ”2ÃØTBdlª\nalšßÍØ¼¥•±ùË>Æ‹1Æ–¿–Ë½ËbÆÖcúkgÆŽ:C†:Ä°*;w¿`ìúºŒa+é`ØŽ0v«-bìÙÉpèå0ö:_gì-¹ÁØ¿5—±ò\nãÀNkÆQo†³0‡á<ÛÃ8¸˜Å8˜cÌ8X¹èBnºnÀ4ãð‰xÆ‘9Œ#é7G×ïax&Sžo;Ç·gßq™qüÁo†·zÃÛ£Šá#\'ÇðÙ\\Ïðõa2ü¬ÙÿøÆ©¢xÆéeqŒ3›rgs\ngÿe\0ÆAŒÀûW_úA.ÕŒsŸç­ÆÞ¹2‚Õ®0‚÷‰ÁçÁ]Œ‹fkÃ$ŒËsKW3®1B;ùŒ°9FxÍ$#‚«ÇˆøÇ¸±ó.ã†Ë7ÆMôã¦ñFôøvÆí˜	FÌÚFüþXF|òOFÂ•|FÂÜ #ñØaF’ñ;Fòì#µˆÄHmÕg¤AƒŒtµ9Fº¬‘ñr’‘™ù›q—îÆ¸›ËfÜ-+dÜ-`Ü»¸q¯,ˆ‘¢Áxðö	ãa¶„‘Ã[ÃÈiŽ`ä®eäÅ,bä¯›aäßÚÄ(Ýc˜3\n3-E£¨r\'£5eA%)£ÄfžQÒò–QÆ;Ä(ûÕÊ(_“Æ(?KfTð¢<F…é=FÅ—fFep£ª9–Q^Æ¨ŽÚÀ¨Y«É¨	b0jž2jÞ\\`Ô.ÝÌhˆˆf4bŒ¦\'îŒg½ºŒfÍ(Fëº\rŒV¯.ÆkñNÆk£Œ¶ãß£=w7££ô(ãí£ÓŒwZW]ÜF×uœÑ­´€Ñ½Ç—ñ¡¼…ñ±õ2£W®›ÑûÀ‘Ñ÷[Àh­c|Ê2>½œe^Vdv¥2† <ÆÐ@,ch(1üÁ‘1Ü“É?Ê5DcÛŒ1/ÆWÊø:ÿœñõƒñMv…ñ­bˆñ}ÇUÆ.dLœS§¦Sù‡?ì2~”³ÓàKÆôƒãŒ™³LÆÏÜoŒŸ­]Œ_Ëú¸:Œ?ÂdÆluc¶3—1ç(dÌ¹§1æÞ§3þºé3þ6‘ÿt0þ¥º1åÞö1å÷é2d#LÅÃR¦Òø#¦r–)Se@ÂTùæÃT­b.Òæ0ý#1üe.þÑÈTßgÎÔXåÇÔÊ%0µ>0—6ª1—É–3µi3uì¯3uâ½™:¿N1—Ç&0õ¨þL=VSï§s…y\rsÅ“ÃÌ•ºóL‚‘=“àTÏ•˜äãLx¦“	ÿÕa\"UùLôÂ:&ÚVÊdÊ`2ÿiü.“Åa2±K=LöÂ…LöÉ¿Lö­…LŽc“ïñ–) f1kß3ñå—™xÂr&^qŸ)JaŠf†™’õ™’ôsLýgæª€@æªò8æª7LƒËû˜¥JLC¦!àË4ôtg\Zé•0Õ¶0)IL“ÓMLÓ%ÃLSÝ‹LÓñ£Ìõþ·™.‡2ÍŽ™07¦37{d3·hÌ2·p_2·œ‚˜[žš0-æ3-oÔ2-ßobZþranó2·ådîØ`Á´IIfîÄ³™;;\\™»Ø;˜»¤FL»¡L»ok˜»71w;Ø2í÷?`ÚJf:0˜©Ç˜o–3÷.³cîÕ]ÉÜ\'\neîó¸ÈÜ43÷÷®eðxÎtj©b:[,d:_HeÌ™_ldºÃtÓ¼Æt_x†éÂtÿ‚0).f\n±gzü›y¨/éa–ÄôH&3=^ÿ`zšžfzY3±Ú™\'öG3}}˜¾g3OÙè2O¼Ì<t”y:œyÆ}šyöÌaæÙŠ^fÀã|f¯‹tc†y~P‹ügŠyé !órÇmæåáÓÌ+™!ùºÌ_bæµÆ0fèÓ0fI“¾*þ,þÁ’qc32o7ó†éaf”b2óVŽó¶Ó36^ƒ›÷û¾„Ws™Àæ1ï$92“†(Ìä×™)•<fjèbfê­fj¼32ÈL³>ÌLÛÉg¦{t03oŸ`fu0ïq÷3³µž1³K™O1y–1E,bæïºÊÌ¿EbæÿÊcD`•¨1‹Ê™Å3‹ç1K4?2K^R™%½5Ì’i1³\\m„Y.Ä™•Ý»™Õëc˜5‡™5¿Š˜µ¤¥ÌZ§%Ìz¿8fƒÆlHÞËlèÉf6Þ0›ˆŸ˜MvÌ§ÍÌçÊ^Ìç}ß™Ïÿ°™/\n˜­Þ ³uì)³}óVfÍ“Ù©Ì|kqˆÙ˜Ïì»§ÀìßÍìŸ=Ìp`<¼ÅÄ÷2‡”G™C6o™ÃVÅÌ‘Ù1æÈ_æ¨JsL•Êü²¬Žù%v”ù•¿šùMÌüPÎü~«Š9Y\01§Ö¨1<ÎœY5Çü• Çüó;—9{N‰9û¬9;þš97–Äü·G•9ß›Àœÿº›¥ mg)<–c)Qÿ°”5XJy&,¥Ž2–²\"KåFKuãaÖÂˆµ°b-*Òb-^ÀZ<îÅRïzËÒ€Y\Zè<K#ð(K³`	kIÙk–v0Kç(ÊÒée-³tÚ±tß¶±Vöo`ûYD\'C0^ÁubX‹\']ÃaQMüY´c1,Úó?,Úç­,Ú÷Í,†÷m³¾ÅØÇb…U±Xþ²Xý­,¬2ŸÅÞ¦Ëâ°8b\r/ï>‹o±øqr,þHKð©’%4ÞÁÂÍ:YxžK´Ë%Q{Â’h-`IDïX’$KzøK&eÉœ4Y²z,ýE–Áò^Öjº-kõçË,£º¬5‡fXkî¬d­[þ†µ®Þ‰eòè4Ë,À2?·eq.‡ey,Œµõh\rk[.Ë*—ÎÚŽþem—y²¶{ö²lŠX6OÖÎtÖnd;Ë*cÙmg9[°œ¼XÎ¿/°\\Ö8±Ž@ú¬£Û‹X^^+Y\'½ï±|µ¬Y~c®,¹^–¿ÝR–Œîÿìc¾b^QcÖÑYã¬À‰&ÖÝG¬wÏ².¼{Ìº$‰b]Šöe]ªna]^²®z¿b]\rNa…äö±®éZ°®Ù	Y¡eº¬°-u¬°7YáŠ¬¨­+ÊÆšu+á+zQ7+z?—}/œu{9™¿.•Ÿð“•¸c5+±¶ˆ•üi)+¸ÇJ›…Xé„=¬ôÜƒ¬Œ(ˆ•ÑÌÊ\\²²Þ)°î.ÿÊº¯ŸÎzà°›•“¶žõ(	a=Î*c=9ù•×”•ŸUÎ*½fÌÜcüÍeÂY…ÅÝ¬Âš¬¢ªBV1é«x=Æ*‰šf•ùîg•/²Êÿ^1s†U)¿‰Uu0øºXU‡Ï±ª/v±jöi°jWø°jc%¬ºkKYõ—¬†ÿóÓtVÕ4ÔÊzÊï`=3Lg=7Sg½p‹`½ð:ÃzñÏŽõ’õ‘Õ\\™Ãje­a½þ=Îz³öëÍŸÖ;Ú=Ö{Î_VÅ‚õáÀê¹ØÁê­ßÉê[·5h=Î\ZºàÅ\ZúÜÊ\Z¹“Í\ZÉd±Fº¦Y£aïYcÂ×¬±û klcww°¾¹¨°&*XSZJ¬©ÊqÖTK\'ë‡škzóÖtöwÖô/œ5ƒžfÍÌ”±~šÀ¬Ÿ	ñ¬Ÿÿ@Ö¯gÑ¬Y‘7kör,kvfýU(cÍ¯eÍÛ³æ£»19ÓLîÏ &o°SðÔÄž?ÇM³1ÅySŽÂT)J˜ª…\0[h—-_Ž-:»[Ô¶S#‡aj\n¦f/ÁÔšý±ÅÊ‰Øâ¸LCÌÂ4ç0ÍdlÉÚl‰ÓlIB¦u¾ÓJZ€-ƒ8˜NW?¶üþ.lùœ1¦ëÑƒ­PîÄVl¨ÅVØù`+óå±•.bD‹J1  æµ1ÒŠŒôv]‹Á ”hŒlÅÅ`žÒÀ{kÉ°Ç¨!%Íù+F»nˆÑ—8bÌ”QŒ9´cmÝ‚±-`œµºÇÖã<·Æ¸A÷òyŒ›qØfb‚¨9L¸ ê~ÆDÏ\Z1ÑH&¹Ö‰I˜´`“í·ÁV-lÁV­üƒpQlu*€îÑÄŒ–i`F:f”è‡½WÇŒ¹s˜±”ƒ¿;€­IÄÖÜSÅÖ´”a&9ç0ÓeNØÿ!l£uföã4fn³\Z3O\ZÃÌïça[aV˜Õ#6f½Þ³ÎÆv^a;¨0¡?¶ó)Û¥ð\rÛmR‰í¶\nÁìÃ0lÇ¶§ê;æpÇÛðÛÛ»	s”\"˜ã*ylçNlÿÀ!ìÀ_UÌé\\æ¬è‚¹p¯b.ƒØAÈsÝü\ZsÇ>cîæ~ý\næ^ö;\ZùóºÕ‚ÛWß…°Ã±“#}˜ÉÌ×óæa;¥Ý…ZkŒÝ¢ƒ=‚ag?Æ‚œaìüÒT,xí2,ø£\'vI9»D»‡]:ä†]î7ÁBÞŸÃÂüæ±ðÕ)ØõÇ—±È;[±{XÝ‹\n¶Ân–a7ËžbÑY±˜î,æëS,V£‹ßò‹wýŽ%\\‰ÆB¶b‰Eÿ3×‹Ý¡ŽbwRcIW+°¤±ÃX\n[Kõ„°4æ/,ío–¾T‚e:7c™õK±ÌE,K¸ËÚpËÚ£‚e¹ˆ±»‹Ã°{²SØýö`³3öà¦3öp	{ØoŽ=æìÅrï*cOŒ³°\'öQX~¶+ aMæX!ìƒ•8c%\nXé½Z¬¬¤«hÀª¦´°š\r&XÍ…z¬Vb‚ÕecõK`\rç5±†B¬áÖð·kTÌÃšb$ØSiöì5{ÞÜ…5Ûa­„ßX+«kí¯ÂÚˆ¬Í¥k;Z€µ5Øz.Ö¡Ü„½¬°·oÃ°w¹Û±÷ò±÷&ãX×’³XÙëfM`¢c=•eØGµ×X¯•\ZÖ¿ÑëwB±þcêØ§6wlØHAæ°ýÏØ˜àö•²ûvÉû.ïˆ}_9Ž}?¯†}ŸzM¶ObÓ6íw›Î¿‹ÍD^Åf¢—b3ã†ØÏ¬ì×\"ì×ë\'Øz4ö§þ5öwÑMìoÆ%ìï´öÏ3ûª‰ý+×aËmµg+g/ÐÛÊ^èÉ^p~€­Èqc+ÚÍ±=·³•ÆcØÊöélå+wÙªZïØª«EìEê®l59”½ØÆ‰­àÅÖØÈÖø»Ÿ­é°µ -l­Ñ\n¶ö²=lm7y¶¶w[û½¼Ï†­ký­;²Œ­Ç:ÇÖ+ReëÕ%±W\\CÙ+òKØ+^]efž±[6‰aÆ&¥m`“…ßØä-OØ”ó8q|ÀFâþ·Ï?³‘ïþlÔô›ê¢Ê¦y¸±iCûÙôêl¦N2›Ù¾ˆÍ*ËbcïªØì|M6¯ÞÍë©bš+Ù8úß¼Ê½©e‹]Ž±Å†ÙÒ%ëÙÒ¤lv-k±gË‹Ùú¾_Ùú©\rlýæöªç\0ÛhÇ$Ûhp9Ûøb{ÝiŒmr\nc›ª¦°MÃŸ²ÍHd¶æÁÞd1ÀÞ4Ëfo69À¶pa[n»Å¶‚£ØVNl+#¶µ¹ˆmýKÈÞ~½‡½£ÙŸmšÆ¶é^Ä¶-wcÛ™±íUì=hÛÁÏ…½Wn-{_h{„:{ÿ—1öØãìb¶ÓZU¶³ÂZ¶³›„í2º„íò/š}H}ûHU+Ûcl˜}´y€}Lo–}\\í&û¸Ø–}b½ûDvûDwûäº2¶·ãr¶/S‡í[TÈö·ÔcŸâ.fŸ¾ö˜}fþ$ûì²Kì³÷ÚØ·þ²/<Ša\'³/“6°¯8}d_©ÄØW½w°Cø?Ù!¯dì0¸™¥ÈŽ»ÂŽìPgßfßš5cß6Ógß¾ ÃŽÁgØ1žqì˜Ä7ìØ#Øq§W°ã†o³fBØI/åÙÉ\rÃì4+vºùv–ëoöÝÕBöÝ·vì{ˆûÞŽ-ì{Ñìûj÷Ù÷÷4³ï²³•KÙujØ(UìGv$öcƒ)öãÊì\'Âì¢\'Eìbù9vq]ÜÏ.žÙÂ.y­À.}PÍ®44`WÑýØUÅìjTÌ®«ZÈ®AÙõ›V°ãìg÷Ù/$ö÷£ìL‹ÝŠ\\b¿\n#°Ûäÿ±ÛôæØmè»Ìn3Žb·g±ÛZgÙ7—²;ÿ×Ê[2ö;Å:öÕGìÛØ=+’Ù=Þ!ì1ÛØ½‹Ýû}úÊ[Øýž†ìþ`	û“á[öð;öÈÑ«ìÑòbö;‹=Vq…ýmµ-û[µ*{²<–ýTcÿúÐÂþQÁþ³b	ûÏ\\,{.p{îf{®ú5û¯®7ûŸð0{ÞB•#gþ•#w™Ç‘wå(0®pÜžs¼.à(¢p”¾÷r”WÍsT|!ŽªËÿx<à¨FsTsÊ8ªß¼8Ïp	sÔÆ8ê×ws4.làhÄmæhÄ¿æh\"!œ%º-PÎ²®íä\0ŽÎ’ ŽÎ!ÎŠ½œ™—8+ÊÝ9+Û£8+ß28ÄŒžç€!Û9$¥Mh1ÂÞzpÈd*‡ÌáÀ9™ÆAFç9è6‡º)‚C½>Á¡;Éqº{9LÒy3ø‡ù€ÂaíYÀÁ§9ì[\nîôn/©’ÃŸà¨¾Að0WUààKk8øfŽ8²™#3SæÈ6§sd>‹9«^Ÿà¬þ°•c4qŒo°9ÆÓZœ5ÄuœuÔ¥Ó}:œ€-gãzsÎF7ŽÙ`(ÇìKgS€³­ÀŠ³c«\'g‡ÍmŽ\rVÅ±‰áìÊ<Ï±ÓÎ±óôäØ]¿Ê±§\'rö6söM>àìg|æPÎåÈyÆq9ÛÄqÕ”rÜjÒ8‡ÍVs<’VqŽn~ÁñâUp¼\ZsŽIhœãW_rN:åx·{p|:ô8¾VtŽÿÁVŽØYÎ)I9çô¡3œÓóœ³¢PÎYwçìíNà†vÎ¹0ç’ŸséàÎ¥Ö&ÎÕóÕœÐôtNè(›®qÂË>q®+\0œˆ3Ndë%Î\rê)Î\ráÎ‚­œ¨<œs«°m™Ã¹\r¯äÄ*[qbo|áÄ»îâ$h¦q’pÚWr>žå$>YÈIÚoÆIšVç¤ÈŸá¤„×sRnDqÒ—&q2G9YYœ»Özœ{oä8÷&J8÷å$œû†9œûƒiœì#œÞQœœJ#Î£‰§œ\\¯vNnéSÎ“W_9y§~qò^Np\n´+9EF9Å”\'œâ£Û8%ÃcœR­NéúhNyøSNÅ©N¥±5§ŠlÆ©I¾Å©}±Sûã§~ùnN½§qœÈi’´qšº×qš&pžz¤qž)lç<[Èyæ©Ìy–ù˜ó¬Bób¯óòg§¥Ð‘ó*Ã€óªý§-æ¼á†pÞ¬‡8opÚ\'ë8Å/8S79o·¿â¼ãI9ïÖ÷pÞoŒåôìºÌé}:ÃéƒÕ9}ôËœþ…nœþeÏ8ýä5œˆ&Î@‘7çÓþœOew9Ÿšõ8ƒ^1œ!¿œaÕ	Î0k€3Ì?Ì•ÛÈ+³àŒ}‚8ãÆ\'8_Þã|õªá|ÛÂ™Ô$r&Ï7r&£9“O²8?VàœiÒ2ÎôÚ4Îô1ÎTÈ™åü)¨äüyz‘«˜‘ÇUü—ËUºgÍUúp†«Làª>lä.Òšåª›½áªgÞåj*|å.éåjorµï8su\Z¿q—ïÍåêêésué®\\Ýæ»\\½ôTî\n{îJ{.aÛn.áãK.ñu à†l./Çw°¹ g¬—ã’Úq!yw.”Ä%_yÍ¥¨üæR’‡¸¨Ñ..3SËR°å²Wjq¹õC\\^m—ŸæËx?ç\n\r¶s…¯Vsqã»\\¼\ZçJp%®Lq†«¿«„«ók0Å]íq»:£»ºz‚»zP…kˆÀ\\Ãý\\ã¼§Üµ£u\\Óg–ÜõÛ·s×ç<ânðæš‘ßp7»×q7Ç\ZrÍ¯r·är¸–T¹Ûv\n¹Vÿûµù\Zß¸»ûörí?xr÷¬˜âîyãÅuÈä:üpå:Ìs÷®zÇÝ›ÁÝÇrÃ¸ŽOz¸ÎómÜƒ–Üƒu—¸®•×¸nŸ/pÝ·¸‡Jz¹‡C“¹‡#Ø\\O§s\\ÏŠN®—Ÿ	÷)ƒ{lÓ^î±¶4îÉÎŸ\\¿L®ŸÞvî)6÷Œ|÷L„9÷¬ÙSîÙÝ¦Ü€Ú?ÜóczÜó“÷‚ûGn°Îî%Mî¥†î•x]î•)6÷ªu÷Z(›{­Û„*È\r=ÒÊ\r-mã†ÜÀ\r{·{§q#u¸}ªÜˆ!=nÄo.7ÒÏŽycŠ{ãï$7jÏKî­2÷Vµˆmuž{[yœ{;÷(7öÊunlÌ?nüIWn©œ›po	7¡ü\07qW7q>€{G˜›‘ÌMÊÌä&e½á¦ÛÀM\'+qÓ›¹H7£æ\Z7k	ÄÍŠËçÞ5YÁ½kÑÉ½ë/æÞ­åpï/½Î½/<ÊÍNÄ}@Òá>\\q^ØÃ}˜ø‡ûè2•ûø››[ý†ûdÙ\0÷Éˆ7Ì-ðçNÜ¢Ò\"nQó\"n1jÊ-qrá–YsËðýÜ²Õ~Ü²Ý®Ü\nCSnå®½ÜÊ\'ÆÜÊSÜªÞÜê…òÜš×ÚÜZ¡\Z·nv·Þ©–ÛpÞšÛø¤žÛ”\'à>½¨Ç}¶Å›û<æ3÷y+‡ûB÷;÷Å=÷%ºƒûòH1·5)ŸÛf3Êm??Êí0ÍâvÜJávL[r»äÔ¹]·Öp?‚AÜwr{O¤q{¯+r{ãEÜÞ¾ÛÜ>ø.·Í9nt·¿¸ƒ;ðlw`ÊšûIu÷“k6wàIæ/îä{Ûp‡kš¹Ÿ/ØsG¦rG~ŸáŽÖ]à~Qcp¿ÜNç~ùÁýÖWÇèþÈýÌsdTrq§‡l¹3¢bîÌx?÷§åþ&s~=Îý¥úžûËä2÷·ñzîŸŒ!îŸOÖÜ9Êyîüí>žü¶Nžüû2ž‚YOá¡oÁ¼2O1>†§ØÓÀS’næ)[½å-¬á-Š2â©©+ó/XÆSPÆSÿ~§éÅ[²¼•§mu„§ãáÉ[žWÆÓe¾çéUÖòV>iæ–ò €\nx„Ù<Èg-|\ZãÁ§xˆÂ+º³–ÇP™æq’Uyœ´z—•Ç·kâ	·«ó„³í<ÉëžŒÈ“‰ód¯vòVŸ\\È[ý¸ˆg¨ñðŒ\"*xFã;xÆ6ŸyÆGªxk	ª¼uÙÏÔù!o}f\noÃö}¼\r/Bxñ¼[¯ó6îKãY¬ØÍ³t2âYV{ó,?<çm}Dämã¦ð¶oâYEÅñ¶3ßòl¢+y;/*ðv^~ÏÛe|‚·ËV·ë¦3ÏÎò1Ï®ô$Ï¡õ>oïã¼}q¼}JxŽN\Z<§k,žÓO]ÞAÙNÞÁygž+o„çæö„çÎ}Å;ò©žwT=œwtb\'Ï+ûïÄúdÞÉU}¼“•î¼“s<ïÂyž¯þ]ž_vÏý\0ï4äÊ;³Ñ‘ph/ b/(Ð‹TàÄ;—õŒwþû}Þ…öL^pÊ5ÞÅeOx½\\y—_à]Cx—\rœxWØ«xWsyWƒ³xWïñ®¾4ä…¬YÁ»WÅõâ…ÙñÂ¼2yá^ž¼ëÁÇy×ï\\áÝ8vµ#”u\"ŒMyÁ»žåÅìzÈ‹yéÄ‹}(æÅÓÂxñNé¼ø¼„Ïy‰¾Þôƒ¼$“N^ò/¼ä¾‡¼Ç½¼Œdo^Æ\\/3x/3ö/k‹	/«$w÷Ì!Þ½Ô‡¼û¡©¼ìoÁ¼ìéÅ¼‡jyâx¹Ûjy¹Mµ¼¼÷i¼|›¼ÂûyEwTyÅ¢S¼â\\”W’1Ë+Í}Í+sðæ•Åüà•ÍòÊKnó*¬žò*2³y•jt^¥Á?^t‘WÕÑÆ«¯óêÖ>åÕ…¶óêI[xõ&^½s8¯ÚÈk¸ú÷´µŠ×¼o¯%z÷\ZÆx¯´òºlry]\r¼®‹ßy]Ù>¼îmd^÷åÝ¼mÞ‡Æ=¼/ÎñzLy}¬`^ßš#¼¾©¼¾ñ¼~¥£¼Oª£¼OÇxŸÎ½â\rž–òŸà\r“xCµÇyÃÄBÞ0bÇvÉá\r‡êñ>¯äñ>¿ùÎûz—ÁûV2Ãû~”Ï›Xó&Ž½åMÜXÏ›¤b¼)ó»¼ßŸ¶ðþ|ŒåÍ2Óx³‰N¼95UÞßQKÞ¿?é¼ù1o~b-o~ÞŠ/ïLåË_\0ù\n:ù\nåùJzb¾RÎ¾\nPÌW1²à«DæóUzÈ|ÕŠü…Çüø‹Çø‹¸ò|5ñj¾Úº2¾š…¯V=ÄWë2åkðÌø\Z•>|._s§&_³c7Áˆ¿,á\'_W§ƒ¯Zóõ®:ðWöó‰,3>qû>1µ•d-ç“ì.ó¡“–|XÝˆO¹öÿâ£„A>JûÊ§.$ó©`\rŸæ®Æ§]¬à3\"I|Æ“x>s¥\nŸ•~œÏê~Ìgÿ~Æçüöäs«’ø¼+d>/Õ„/H÷âãËëø¸%{ìæ‹lšùâ³Ö|	=Ž/5kàK÷Åð¥^š|ýþ§üUAy|ƒm#|ƒ÷æ|ƒ‰?|ƒ_ƒ|ãÚUü56Vü5®Õüµ«–ó×©Lñ×­tä›˜Ìð×§Õð7¨?ã›=îâ›•ˆùfu\"¾Y}-Ó›F¾ùacþ–s/ø’;|ƒõümr*üm¾·øVËÙ|ë3ëùÖÙ“üíGBø;#=ø»l™ü]³‰|[~ßöÊ0ß6<—¿;ï ÷—Ë|ûI>ßþ×C¾C¿–*ˆ€ï´a\rßi[ßåÐ*þÁså|7®ßÍú6ß}Wßý÷Qþ‘:*ßc‡ß£ „ô…ßóˆ<ß«°ŽlG\"ÿø­4þñTyþ‰uþÉçs|ŸXu¾OÂU¾ßV%¾¿ÔŽï¿Óšïpÿ”r/ÿ”S\rÿô›Mü@×Kü Èþ¹Àüó}±üÐ~cþuç?üE\Z?b<…IÜÇÌ?ÉZÍàGÍióoú*óoußãG?äÇ_À™ýÃû¸’ïõ‹Ÿ°ô0?ÁY‹ŸóïD~â\'qƒøIFùi—NóÓ—›ð3¯©ñï¾ZÊ¿w®†ºÀÏfÜâ?œ¼ÈäÈ<¾”Ÿ÷EžŸos’Ÿt‚Ÿf¿P;•_ø±‚_¤VÊ/š±â/\râ?ZÍ/õä—¾‰äWXîçW¸ˆø©‰üŠ&S~Å·B~åž~¥¿-¿Ê\ZâW‡ókVà×±Zùõ&~}½„ßðÿû£ÇøÏ[oó›·ñ›»2ø-»Õù-3¥ü×CMü7Ûnò;Ô;øûóß:—ñß~âwÿò?È)ó?è¾ä¬Wäl™ãì¬à÷Nßâ÷Eóû×}ãhà†ò‡Ø-ü¡ŸGùÃQþg1þ‹Äá¤ñGfóÇRÙü±fþ—­‰ü/5#ü/“¯ù_W:ó¿¸ü¯œçü¯qøßønüoŽòüo¾¹üos+øßØñ\'îð\'oñÀuü^Nü™ÔküŸÌ\nþÏù?\'ÖòµŒòÛáÿÑúÍÿSçÇŸuBøs—æøs«ù¶òÿ‰ÂÒqÂP°@a¶^°à_ X#(~¾(Pa¿¨XèT³ª9wþ^ó,:c)PÓð¨yÓ\ZCGš¤{‚%®Z;ËË¬hÏž,ÿ·@ {.G ›Õ.Ðë—	V0Á\nÛ¿âq¶\0ØøV\0œ|* ­½* õ¸	Ècogåb±\0ùb/@Xô”¥€:uL@[ðA@Kž06	˜\r÷,¢\0³]/ÀnÆØRûîs\'j\\À[Ið|#|³dàøf ¬G xg.¶¡Ñ“\0¸{F ÉH~/¬\"Ñ«.ÅVŸù%0´|(06ÀkïªÖÞ÷¬K,˜¬¯˜ì˜’pé:oé–3‚\r¤`Á†ƒr‚\r¿O6>:\'03ÿ\"0û™&Øt5A`ÞúG`á\n¶>X)ØÖ”!°²X¿%°~ø?7Ûgt6¶I›Ë¦‚]¯[ÚwíVS]ò€À®ËS°Ç^S°çn’`ïâ}‚½:ûÓ,~WœÎ;	œ5\nœ/o¸n\nJõ®Ò‡×7m7ñ„Àý„†À=/BpX1Ypø‡XpÄÖBpä¬žàèþõ‚£eÚ¯Eq/¯ƒ/_¦àXQŽàx‹²à„ÙVÁÉ‘À;ð¨À\'ôºÀçº®À\'¦Ià›KøŽoøÑlþÛÂ§hÇý‚sºGçåë4äÁ•³‚‹ðiÁer–àraœàŠÏ  Ä\"Opm¤IÊ> ¸®¼Tp]\"ˆÐêDÜÿŸR}Aä±U‚ˆ¥àæ³BÁ-“`Aô¾LAt{°àv?]c‚7HsÆL§Ô\"H8E$l$fë	’äe‚$ç$ARÀ  ¹?U¢z[2öHZ¥!HëÒþd.\rdrh‚ûˆ@}ÎLóL,È™Öäú\r\nž<Ú-x21!È»z]×ò}f‚<AÑ¹AÑ%® èE” Ä&YPúó˜ t6LPÖ		ÊQ;Ayƒ· òÁFAe9]PùÙCPÕ’ ¨qÔÔ¦XêGB\r’PAÃ¶/‚Æ\'!‚&Ë:Áó…ú‚ç·×\nž9.xñ°NÐ*IÐš:\"xõ*xý Mð†÷GÐ¾p‘ ½¥SÐáá è~\'èìý.xg<+xwQ[ðîÎà]÷ˆàýMÁû/‚®¤A7\'RÐmp[ðá¨‡ \'Ò@ÐsÏNðÑþ»àã€‡ 7EYÐwôÃ §…àÓ‰\\Á§´>Áàm?Áð£‚áÄs‚‘}g#yy‚Ñ•)‚qØ@ðÅ^A0Á?&˜¸7\'˜øØ)˜´œL~„Sn‚ß~L	¦›?wütIü.èüž¦fM¯	f¯ÌÖi	æŽª\nþ*Ó›‚Ð%Áü\'‚ùX(çvG(—n ”{pP(—÷^(ï/T°•i\nœî.¸—!\\ð•-Tµ”.ºü\\¨–}_¸Øð¬Pý}µPsñ¡Q(Ô² µìç„ZÂ¥ö¯„Ë~µÆ„Úi€P;ÝM¨¦$Ô=tB¨›L¨÷x¡@ë\Z?\n‰úuB	I7	É††BxK¶¾b$¤ä5é!µ“\'¤UŽ	{\\„¬ÎÓBla¤­(äèÁBõŠÃNr+ï\nENšBiE(sx$ÔM\Zèð„«ƒw	\rç›„FDU¡ÏXhdó^hìg\'\\+‡	×Ž–M2ö×z+\\8 \\7.ÜðŽ*ÜóN¸ñ§‚p“nÐü’¡Ð<ÌRhÞì/´¨VZô®ZN<nµY(Üú¶E¸mÂNh½´Rh}\'B¸]ë–p‡Q¢ÐFí–ÐfU±p—E¬ÐÖù»p·Ú]¡½n…Ð>eÐ¾ô·ÐþÏEá^x³ð@òÐùÈ5¡Ë–F¡KKµÐh&tï²ß\"<l¿Hx8ÄYxøíoá‘µòB@¡‡ÅO¡ÇsE¡çÃµÂcVyÂc{´…\'>õ	OZmzG}úký?M	Ïhf	ÏÔ¯†\n„AgJ„A%#Âs–[…ÁòK„ÁG„Â‹K„—®E	/¿ì^1Û\"¼’;-¼Ò ¼2ý[xµÜBxí½Tzh©0,S$û+¼?#Œ„î	o,[\'¼A} ¼ùÈSý;H3]\'Œ•æcØ	5žm	Â;ï…IiÂdß½Â”&P˜VvS˜ö6O˜.ç\"L×ß\'LŸf`Â×áý¯…÷ƒ^³÷ç	³o&	l[.|\">´>¼›$|Ø°]˜³Ý_øèa0O¨(Ì;Š	ó7\\æ_¿#ÌŸÌšÔGž‹‹¯{	ËóÆ„•¢Qaeù5aÕÿÚ®^—+¬…Õ…û…56Ï…\r¦ÂÆ÷Ë„#aÂ§€•ðÙá.áóåñÂ–¡Â–û„­=ÂW…!Â×´{Â7A«…ífÂöP]açªïÂwk´„ï	»4“„]m©Â®ÎJaw†·°gëAaÏn}aŸÿUa_ç.áPÌrá°ÿváð©qáðÍÂá¤oÂÏ‹\n?oò~;±Xø-ß@8e\n§÷Î(\ZjÞþ\\)üuó”pÖŒ\'œ;> œK¥ç*\nÿžÉþóŸÎŸ®ÎW¤àrÚ{p\ZW0½‚+œ=Œ+¼~ˆ«üVÇU§6áª?ªñ…è|Ñýµ¸Úýo¸ÚK#\\­EW\'©â\Zò]¸Æ|i(¾tr\Z×a[á:µør¾®KœÇuËázKúp½ÐÝø\næ8¾R²_¹‰¯¬]€ã„„‡8é¢\ru\\Æa~#Ž¨ÆÑ¥\"œ\ZMÃ©¯~ã´.8­]§G×ââÎ&áŒççqÖeCœßŠcÿ\\pÎJœ;ÖóÎ´ã¼šÍ8ÛnœŸ‚½qA{<.øgŒãQ«qÑß¸˜éŠ‹÷]ÆÅçGq)U—Þ×Áeä\\&øŒËÌ÷â²ŸøªÅðÕq#ÕC¸Ã7:dˆËöâkLÞàkÜ¦ð5SÊøÚ¶7øÚq7‘zã¦ö-¸éÈS|=è‹o°	Å7®Á7º;àŽàfÛ-p³ƒDÜ,l¾)Â7Û§âæ:Å¸EYn1ÏÂ-Í›qK¾Í)ßV²·Z)Å­v	qk*€o?ËÇmò¸Mßéý	ß•ƒïjwÇwÃmcËpÛ\"\'|÷ûøåÕøž•‰ør/¾Ç|ß°wˆÏÇFà{5•ð½z»ñ}Ô½¸ãÅ\'¸cõ|ÿà_ü€²3î´ïîäVˆ;]ãà.«\rñƒÛpWBîöh!îÖî…Ú°?üØ?üïî!Ú‰{¼û‚{Þ}„{V¶ážÿNà^”püøK\rüÄÿu<@Æ½	¸ï-GÜ®Žû™À¸¿u9~êÑWü,Å?Û#Ä–‰ð\0x?6í\\€Ý\ZÅƒ†ãçä^ãçÈñsv~ÞH?ï=Œ_0\'âjÿáÁp:~1Ç/5Æ/ÊðËÏñ«™Oð«ÏôðÝ»xÈxÈtŽªàá²§øõ\"ñÿXqÞx˜ˆGÞ~‡ßˆ9€GiÁ£Þ¾ÀoåDáÑºæx|Î?<ÑtO*>‡\'Ë«â)à?<å‡žÊÙ§¾¬ÅÓ\\ãYþùøÝÀ.üžà-~Oÿ~|‚?T—Ãs‚¼ðœz	žh‹?Ùƒâù;ŸâùyðÂ3Gð¢-xQV^ô2/úmˆc?ñ’Oñ’?¼´0/­>—Näàåxå)\n^½D¯©6Äkíºñº£xƒñ¼‘îˆ7íÕÇŸÞ;?ÏÇŸ\0x³Ÿ5Þáˆ7ÿÚŠ·Üû¿â§â¯ÄqøkîiüµXo·Z€·WnÀÛGnà›	xçò|ü­_þ6Ï;t—ÇÂ»L²ñ®¡z¼ëûU¼[»ÿð°ÿxlèÃûFVàýãýõ¹ø€Å>èØ]À‡;®àŸ‡Uð‘e©øÈÏ)|ÍÅG­öá_VRñ¯Ž\rø×“;ñï—>á“¬ÝøTÑþÃ\'Ÿ¦xáÓÅ­øô\Z>óë >ó§ÿm¶\0ÿ½=ÿííÏ”àskÎãÿî·Šä˜ÛEòN‘ü{@´àÉ‘b(Rõ®©6¥‰\"KEOuŠ^f‹™øŠÍm-6\niœ‰-y³Z´dJ ÒâY‰´ŽÜiÝ½\'Zª4.Z\ZüA´ô¡T´l•¡hYn‘hY©L¤Cø Ò	±-ß[)ÒuòéíÊéi‰Vp£E+|­dÞ­¬Y#\"<; \":Ï‰@ª™Ü¡!‚&1Ùû˜®TQª9®(BúÊDèT¨ˆ–K1*þŠ˜çDØýÃ\"Î•1g _ÄUPqc\"î‹\"oq´ˆÇ¬ñ2—ˆxzD|=–ˆ=òÿÁó¦H°²U$ ,	ªCD‚Þß\"ü‰H4ê ’uu‹ôëÚEÚM\"ƒq-‘áöý\"Ã=™\"ÃÎ‹¢5;ö‰Ö„»ˆÖ¡¦\"ÉœÈäx«È¤á¡h½¦§hý1™h}È/Ñú¯¥¢\r\\\rÑ†uƒ¢\rGEÊn‹6vN‹6þ^(2#Ö‰Ìv|m2	mº Ú²ªG´%¨_d¡j(²X¤\"²¿%Ú\n¨‰¶ÞX-Ú¶·]dåðUd½ÃO´½‰.Úµ¢Jd»ØUd\'§\"ÚR\"Ú³›(r8Ñ-rHIíÕ\\+ÚG[\'Ú·û›h_ñ1Ñ¾–õ¢ýÝ)¢%\"§g«D®žŠ<´‚DÞkDE èØ³\r¢[Ù¢e¹¢“”jÑI;WÑÉ¸w¢“\rA\"o9+‘wÄs‘ÿSeÑi¥Ñé–hÑée¢3Û1QÀ›iÑ9þœ(XíŸ(Øö…(ØS(\n\rßûŸÊÑ¥Sá¢Ëýª¢kÝ.¢PÓ^QXò}Qø<Qø¸¾èú:kÑõ¶JÑõËD‘…#¢x€èÆîÇ¢›÷óE·níÝ¦ËD1ìjQÌ¦nQLæ5QœçQ\\P¡(Qõ·èŽ©—(‰!Jâ:ˆ’+™¢”ÎQ*ÿª(5ßK”–¤$J‡´D™{ûE™7D™iE™U4Q–‹¡è®ñkÑ½…gE÷|•E÷þEˆ²Ç,D´·‹4n=ô+å(¿å\\ûß&‚¢œ>%Ñ£ïEä	QÑšLQQÅQÑügQ±ýsQ±ëQqXº¨dÁQ‰’§¨Ôë±¨Œ®**¯o•wNŠ*G.‹ª®ÿU×è‰jd?DjlQ?NÔ”Â=Í0=Û/=«ñ=Ï–‰šù‹Z<E¯Žº‹ÚÚbDíÿÙÛ36Š:‚è¢ŽÁFÑ;Þ”è]_¶èÝ7Ž¨ë,_ÔÝ²CÔûÌ[ÔGÉ\r¾ù \Zž\r}Öw}þúU4b*\ZÕŠ¼–:‰ÆBÃDckD_øÇE_¶¦‰¾šªŠ¾ÝŠ¦Ì»E?¶ŠEÓZdÑLêÑO¾‰èwb‘èOÇÑ¬Š©h¶ç¬höÛ\ZÑé´è¯ç±œaˆXÎ7Y,3\'^p¿C¬Hý$Vô;(V‚Å‹öóÄ‹Úˆ“,Å‹³4Ä‹+8bõŸ/Å\ZLw±FbˆXóè.±–ÎJñRÓ2ñÒañ²%Abm$Ö±X!ÖÙú^¬ûJ$Ö³þ+^‘­%&¸öŠ‰û£Äà‡…bèŸÐä\r1,¬ÃµbxØMLq®SŽÿ£Õ41µr¯˜æÓ!fP11CŸ.fÜgˆ™»#ÄÌþ41«Ð[Œ­Ù.Æ2|ÄlÑ!1{xDÌÙpNÌ[Ló Ž˜wEÌïˆïZÄÂg÷ÅÂæ1n *Æ×‹N®K2ËÅ’ò?b)rF,›Ú$Ö\'ìë‹íÅÇcÅ7]ÄŸôÅ«]TÄ†[ÖŠ\r“‰\rœÍ•‰…\'Äk«*Äë® b“{¡b“’åb“Æx±I—­xýÐVñåñ†ãÄÆ.‹Í\Z¨b³v9±Ù§±ùÂ(±yœ¹ØâØ±Åko±%;Ll)m[þ2[éü[7ÉÄÛ;Î‰wŒPÅ;·®ï|ÿV¼kí¸ØVÑNlçõG¼ÛJSl¿•(ÞsÕVì@t;Xˆ\\›Äûø‰÷Û\\X‰à;ÄNÕÇÄÎzÙb?uñÁ\\ŽØUG vC]Ån§Ä‡¤ûÅ‡íkÄGöú‰=Þ{=š_qH|\"VO|Òôšød~¦Ø{w¤Ø»û0(bŸ{›Å¾ñiâS”Bñ©f?ñ©©­âÓÄ§¯ÜŸÏx&¾°”&¾ Ë_€RÄ\niâ`~°øÊãFñÕVqÛZòãŽ8”¶Efª/û?7ª[Äìpq×Hy+T|Cë8êÞñÍ¬kâè[WÄÑYÅ±¿çÄq–;ÄñÖŸÅñAÎâø=âøhq|í%qZ,N°Ø/NHÞ/N¤k‹=JÄ‰â;\n=â;÷­ÄIçûÄIwŽŠ“\Z2ÄÉÕ¹âÔh‰8­ \\œNŽ§_*gTEŠ3|gYÌŠïÊ3ÅwW|ß5ý,¾_BgçÍˆ¨ŠÈèâ‡Q=âÆañc?Xœ›ª)Î}òGü„Šˆó8/ÅyÎ+ÅùNËÅ…Ò\nqa®ƒ¸p@Q\\4ñV\\<A\\²âˆ¸Lã¹¸üñuqy«Ÿ¸\"5X\\Ù²C\\¥øP\\åQ\\{k½¸Ay—øé÷qñ3¹]âgÂsâgïpñóÔ\ZñK%%ñK ÷\nÅ/Íˆ›ßˆ›»Ÿˆ[8â–ä÷â×ìÇâ×¯çÄmoÔÅm}>â7{TÄíãþâŽÝdqÇÿµè\\´FüNi¸ko•¸k8_üa¹†øÃ^ŽøÃ‰qOašøcÌ¨øcv´¸—²H<pÁ[<tö¸x¨ÖE<Ôã&þlõD<úRK<6¦\'‡MÄ§«Ä“fÝâ\n-âëêÄ?óÄ3\Z±â™žrñÌØ1ñÏ\"™øg‹‰øW^‚øÏ©ƒâ?ÿ\nÄ³¡¿Ås5â¿«¶‰ÿ]hÏSˆçw:KäÚKÈOHØØJq²Déº¶Dé‘ªDùË‰ªÆF‰ê\n‘DuÓgÉÂ\rC5_êÿ¸JÔòl%‹õ“$êg[$ê‰;$êowJ4B3%šý’%K%ZNY­¬cmõ‰ö^7‰öØÉòÓ]ák‰®8F¢ûK_BØ.!:êKˆs]hù=	¹ÈE«ÔH`-DÓ»%ÔÝ5êžÅºÕq	}w„a±CÂº¶X‚qÿJ8k$ÜÍ—$Ü=ÆÞœP\"Þä+‘ªxI¤›I’UZ%h‰Äàä˜Äpw‹ÄèÕw‰1q½Ä¸™)Y#ë¬iO’˜4Þ’˜nš—˜\r˜¾]&YOÜ&YßƒI6Ž\'J6]L”l†®KÌÅk%–ûf%ÛÎXH¬t—I¬\rkGL²ýþuÉ“’7+$6ì›o$»Öî’ìêø%±Õž–Øžè”Øž.‘ØÅJìŽ5Kv+zHìO=•Ø×œ”ì1û\'qo”8¨\\•ìsñ”È>!qúD’8[ÕJ\\N$—J6OJöý¸NIÜíò%‡Œ¬%‡7hK·ÍH<äç$±|ÉQù‰çµ/KrBÞPrÒ¨Kròµ©Ä[Ñ_âå ñ	”ø2Š$¾ÓÉg¾Ä6^rJù™äÔË)Éi…¿’ÓO§$g” É™Û‡%g>Š%g+$Î$	’s´’s›¾IÎÙIÎÝì”œ+âIÎ«=–œï\\(	¾Ó/	.],	®%H.ÒÿH®°¿J®ŠßIBä3$a\ZÉ’°êDI¸ùIø±äº¥$âÔ°$âq—$’\Z-‰”\rJ¢›$7e’›.Ñ’›ÿ¦%1Z$IÌ:KIÌè2IÜ¡’¸´`I<Ø)¹s V’ÌU’¤ÔëKÒ 	Išû¸$]çˆ$+3Q’õ$Hr¯*MòPï¸äá¬š$Çëœä‘jžä±F–äqE’k²\\’}S’› Ô×H\nšó$…¾æ’Â«Ñ’ÂxSIaÒ¬¤Èñ·¤h¸RRÂ{,)I%¥©Þ’² 1I¹ÜCIEx¶¤2ç¤¤²÷ ¤JÏARm˜%©³”Ô.—“4¬\"J\Z\\+$\rãª’F$HÒ8yRÒtöœ¤)ÿ´äi¶Pò¼—¼(ó‘¼|9#i^\'iQß%i)ø*i}KÒv3BòfåI{ž¾¤£ú¨ä­ì¹ä½‹·ä}ùCÉû)CI×Ë|É‡E)’m’¼DÒ#Ù*éÙÛ/éé{#é½¬/éí×–ð.JD_%ûH>ùÔK>u&J†VæJ†7\\’[NH>J’ŒšyJÆ$c…‰’ñã’ïëÊ%ßÏ×I¾_0—LhÞ”LÐÕ$“¢ÉdØnÉä­HÉÔ?%ÉO]ÉÏPLòë¯’ä÷APòÛÇ\\ò§óªäï¦@Éß’.Éß©/’ùƒƒR9ÈT*¿­HªtRºp³•ta°DºHiNºQ—.:°]ª¦ùCªfÓ ]ü}—TÃ}Dªie#]¢øAº„ƒHµH‡¥Z‡ÏIµnIµ^ÛKµþ\\–jÍuI—v†Kµs¥ÚŸiR|ŠTçe³T§Ÿ$]~ò TW’®tü,%8}F´¥Äó¥ÄÎËRÀ~D\n¸ëH\Z)8â)%tKI{º¤$ÇRÈ“%%WÚKa8\\\n_Ú&…+Ë¥”–)åÿK*J©‡ç¥Ô[3RZl–”ž¾UÊÜÃ–bîªR,kDŠ\rÆKyOÜ¤ü›{¤Ãy©à’§W¿/ÅÛöJÅ×¥â¹©d•T*#•¥KeÍERý§©}»tõ©­ÒÕ©Rã¿‡¥kònK×]o—®+Ó–š‰•nHÂ¥j¿I7¦n–n¬Öš™?—šÅ¥›àíÒMæRsz—Ô\\`\"Ýb°[ºÅ—\'µø)µ¼“\"ÝêÿCºÍm³ÔÊS]jí¨*Ý¾“n¯Õ•nÿ¹GºCYUºã$Ýq5@j\"µuˆ”Úe&JíjRûwéžY¶ÔÁÜVê²Mê„m:Y8J\\Ç¤Î‚RÍ>©Kp†ôà\\zpÚQêÚüAê¶mXêæ“&u”ºÓÚ¤îüté¡`Ké¡_W¥æéR¯F9é1£WÒ“Ø5éÉiM©Ï?\\êgHýîKýƒå¤þŸ¤þm©ÿôié™§Û¤gç¤J·¥_Ü¥ç¨w¥ç²JÏUl’žßÔ/\rþÿ,Á©¤—r¥ÒËHzÅ\Z–^©I”^uÏ”^ûÝ,\rå¯’†ÊPix˜H\Záà-˜½/ÏKo|•ÿ@\Z5,½µ¥C\Z»jP\Z¯œ#÷£KözH“Ó^H“«ÿISU.KSeKÓ”yÒ4ò°4ý%Cš,ÍŒ»%Íš‘Þïs“fÛ†I\Z}“>ºðFú¸J&Íë-—œÉ\rI‹Ž¯–`H‹úr¤Å¶òÒ2tRZ–º[ZŽåK+´b¥‡\0iÅi%<!­ô}\"­ZI«¼•Vo–Vû©H«ËKkNK¤µz¥µ¦ç¥µ¯¿IkgWJë€õÒºí5Ò¦$é‹]ÍÒ—«Qi‹¿³´õì:ik˜±´­r›´mFQÚ®[ mw™‘¶û¨I;úVHß¾ÿ!}7è.}¯ì+íZ*íº‘&í~ðFÚý4IÚ³6]ÚÓT*ííQöEVIû†‹¤ýŽléà¦é²µtˆ·[:tð˜t(U[:ÌN—~~{W:B©Ž:8IÇ”ÞIÇ¯JÇ|¥_À`é×€5Ò	gX:q×V:¹Nf§KgºHžÒ‘þJ)–þêz&ý-¦KW¾•þ¹ðO:«»F:/S³”ÎmQ–ÎßLÉì•)¨ï—)\\”“)9È”r¿É”	·eÊµe*Ø.™êæ}2ÕÛe…±²E®›eê$¦LÝT_¦¡P#[úñ§lÙ¥!™öß*™N¸²LçO©l9ÕD¦{fLO;^¶Bé¬l$/[±c½l¥a¢Œ–Ê€Á<xtPFÒø(ƒ¼A×•dPä^yâ„ŒÂß-£Œl•¡Ý2ê¦…2:å¦Œ~ÏHFv–1êµeÌ“‰2–Q¯Œe—&cyre¬g?dØG\'»àœŒ“U(ã5åÊwKeÂïwdøÿ\0½í2±£²L|Ž#“5Êd\Z“2ÙõyÙª£Ùjœ#3ô¶“­Ó»$[Ç]$3)T’™ÚÕÊ6~{,3{_)3×µ•™WYË,bd–Kíe–Î¡²mG.É¶ýº.³ºÜ(³–GeÖKdÖÛzeÖmÅ2ûÃïe{0_ÙžŒ0Ùž¬«22‡ð™Ó·Ó2W|‡ÌõÀy™«³›ÌÍX,;¤\';tz‡ìˆF‹ÌC/óÈ§É<ŠîÊŽzÊŽzåÊ<IKdžþ¥2/E‘ì¸ªTv¼ðìDOæ/óm^&óýâ-óÓò’ù‹þ£°¾£¹|ß8€‹PHÊJd5ìT¢>ãùìñ|öžI¥\"*šVöHV\"#	EYY	ÉÌH²J¶²\"”ê÷ýû¼ÎûŸçœç¾¯ëúã2‡Ü\"!¡¾÷ç!^:ËY*ÄSñét†øEwCüúe!~Áÿ×U\0§ÃÀÇÚÀâ<Hàl$ÈÙrî;$Ô°*|	½·~rG6rçÝHøûÈ]¯/»åzˆ¿ÈC<Hä»Í(]MHÔåDH4-\nr’‰•:‰Ýq\0rÿ\no›I¼w’dÐ\nI:4I²ð‡$…[ARÔ‘”ÜƒG2žGÆ‹GdGÈãQ*$-Ö’¿’^’>¥yjt’¹/ò¬<ò<ñ-$z’-üÉo3€äo,C\nøñ‚LHÁð ¤P9Rø6R$BŠlÍ!E‰Ç ÅiŸ /»÷A^=»)“‚”\0)ë{)[ºõŸHÅ62¤¢œy½é¤RÐ\n©üQ\n©Z“…Tïx©6Õ€ÔM)C\Z.hC\Z<`†i	H£úH£¹¤ékê€¤å¡¤¥lÒzw	ÒZpò‘ûòqX\nÒQøÒùç ¤«OÒm{Òí\\ùëùâ=\rù’§ùª´2¸þ\r2dL†¿Ê]‚ë!ÃFõaËdÈÈ.=Èˆ‡dT^2v¯2–_\0ù&ñò])ò·ò½T2é›™’ìƒLÇ†A¦ST!Óƒ<ÈŒ[,d&ûä‡´dñ\r²ðTY¤yC¯mƒ,Þ{\rùum+äw¿d¹É\n²<u²j[Y\r£BVÿ.Bþ8•C6ÌÅCs¿g!ýÎ@þ>~\rùwoòïéÈ¿á`¨D<*0ùŸ%¨ôd\rTÆX*ƒ×‚Ê<S†nù“ÝZs*¯²Ý¾kºãTÙ$ª{ªg	U#´@ÕÛâ \Zw¡\ZŸí »ÃÒ¡šÂh¨æåPÍÅPíäÓPí!P\\	T§è\nTwßT7\nÕí/‡ê=o†êï½Õwç@÷2†î½”	5Ôö‚šfN@Í¶©@Ž<€’:=2µ(R†Zük…½ú\njeÞ	=æá	=öí$ô8“\r=y\0\nI„Båä Ð(ý\n{ê…ÿbBg2q®ŠôT€b÷B±3Pœú>(þF;\rJ€þ€¢Ÿ@Aå(øDJ2;¥üj†R‰uPÚþ(íU	”3¥Š‡2ðç¡ÌßíP;Ê>qÊ¾ýÊ!í€r…PnÙ¨@\'*|\0ö€Š>~‡ŠGƒ â#è‰¯ÓPk•ÇÐ“¦/¡§Ô˜ÐÓvnP[…»PÛ‹÷¡Ž2³PG|ÔñÆCè¹“fÐsE=Ðº+PgŒ6Ô¹\ruQu†º¨ƒºt˜@]ã¡ÐKz*ÐK¤ —¯JB//LB/¯ÌAÝ„· îf\\èÕ0,ôj•	ôÆ€2ô¦S.ôÖ·MPÏX%¨2zûã<ÔïU4à»54pY\Z4m\r6ÿ\rÆžƒ†ì>\r¥¤BC#!ÐÐèËûÐ;£æÐ»§f w_€F‘¡‘>ÕÐÈl\Z4ZÉ\Z}ÿ94f@\0\rª‚Þ?j;O™…&¢ ‰Ô.hâôshò•BhòÕ!hòû‡Ð‡ÜhJä%è#úè®\0š*}ì»šöð&4mvšþ@šž·š±©š!§Íx´úäL*ôIB	4³Åš•óúìš°\0Í¥`¡y–ÒÐ<\'h^|4ï\rš7ß\0Íû;Íoô€¾ˆò‡°ïBªR¡ÅwhqÀ\"´8h+´øq9´$DZ’¦\0-~}é	}¥†„¾êÆAËÂF¡e÷³ å°h…ò9èë–4håù!è‰ÇÐ7rw ÕÁ“ÐêÔÐÚ76Ðº‹£Ðúsg¡\r÷,¡\ríKÐ&ÙoÐ¦h³&Ú²&†¶ñŸCÛÌ¡ín\'¡íázÐöäehûç‹Ðö‘ÐÃ=ÐÎ3G¡]Ú‡ ]WŒ ]ÆÐ®!hwÉOhí´Oh\rí›”~þxúyQ\rú¥EÚ~Úÿ½: ó:°z\r:$–€¥Æ@‡•\\¡Ã£IÐQMKèX°:ô›’ôLðÖ…N<Üœ‡N§êB÷Ctl‡þÄ¡óyÐ™“ÐÕí\nÐU³YèÚtíët}¹º±Ùú/hôß°LÂÊ¶éI7Lò¨7LòULò&=\0“jeÀ6ëVÀ¤	ê0™\Z$LÖò/L–}&Ûó	¶åÌlËEKØ–Ñk09Ûë0yÿ£0ùL˜Ï¶íŒ2LQ¦\r¶ýYLI#¦|Z¦¦Ry¦*u¦J;SêSï…©ÿäÁvjÃv‹Caš\Z›aÚ’î0í+7aÚ)§a:F]0‘¦ë|¦wèL¯òl; 	;à¤3Pk‡†TÂŒä¦`F¨U˜™•{ÃÌ³`æuŸa‡BŠa‡Fp°ÃKØÑ}0ËniØ1]ØqÓ‹°ãŸ`ÇßAõ2`°;08¼\Z÷Ì€!?_‡¡Õ`è˜tæH{ŒÃ?±‡ó90R¡4Œš²£kÍÀè®Ã¯GaÌã0¦\rczïƒ1}CaÌú=0jÆê¼cƒoaxŒûäŒW…ñ±N0þ‚\rL°VæÀ„]x˜ø„+L|÷L|?	vn;1º³v¤Á¬—·ÀN±Âì\rraöØ!Ø™n<ì‚Å>˜S:ìb²ìòzØ•Æ0wù×°«*?aWuR`×^ü€]7ß»é´	vó³\nìæ\r˜‡:æ1{æ¶ó†9Ã|þLÃü¿‡ê&ÀÁ;\ZaÃ)°`A8,8ü#,ÄÄÂU……ZfÃBQ†°Ð?XhM#,ìsìî6kXDä8,²-\ZÙß‹Rû‹i²Ý“é‡Ý+_ƒÅYÜ…Å~‹__‡=À0`	ìTXBÐ,1\r„%®Á’t\r`ÉÍÃ°G7þÂRƒKa©Õ<Xjcìñ@,MÂ–¶ƒKƒÜ„¥ãaé#c°ôj°\'’?aOTzaOïÀ27í…eª„=§+Â²sXv‰-,/ –¡V Ü+Ð‡\0…°¢$5XñXñ1/XñÂKX	d\rVê5\0+“‡•~ë•ÎÝƒ½²v•©…ÃÊL|`eè-°2ÿYXyr¬b;VQ,{]~V)Jƒ½á\"aoòzaU\"GXUê3XµVý,V³¡\r«;è«KW…ÕiÂêM½`\ruã°Æ™ý°¦[‡`ïøq°–ž<Ø{	\rØ‡–c°¬.XG™¬Ûn\0öùë-Xÿ®/°~÷°þp#X6x¼	6tÞ6ì7+ÈMÌ™Á&Öra“z°Éï‘°)­NØTO<lúä lºô:l&zì‡ñ\Zì‡½/ìGûl	Àæl7Ãæ5æaóÚÿÁ`‹û·Â¿ÍÀ~ÙÌÂ~#÷Â–UöÃVÌ¼a+¿Va«wÃþØÀþ„ZÂÖ+­aëÕ9°¿Î;aÿ&nÀ%£7à›óÚáÒnãð­ÞFð­µcð­Ëšp9ËE¸<R\0—o‚oÿ\0W”n…+ÂÇàŠ3ZpÅye¸â†\\)â+|‡F=|ÇÈ\Z|\'â|\'ñ<\\9w®²B…«f\\„«özÁÕwœ„«¿ƒïN‚Áw?Á5Í³áš›p-â4\\«V¾çœ|O2\\Û°®÷Á®×#	×—€ï•	‡ïµ^†ï«Š‡ï§¼ƒŒhÀ\rÇ~ÁÍÁêôÀ\Zž‚ÄTÀ^Ã\rÀÍ¿™Ãu‚.À,ž€[*›Â]òƒŸ@Ãá?÷Â­8pJ\rŽx»Žx_\rG=ÞG[nÀÑ¬pŒö[8>ÃN¨h„šþÂ™2Cp–ò~8ëð%8÷»:œw\0çßáÀÁ…¾p‘ë}¸øI8ü,n]ƒŸ4hƒŸ\n–…Ÿ®š‚Ûþ‚Ûþ~·ÇÄÁÏN„ŸÝ=\0?ÌŸMK„;ÎÁÏMòàNtÜÙÝ~qk\nÜUI~9ï/üŠÌGø•ýuð+ÁÓð+oáW†¯ÀÝ~{ÁÝÉ$øÕ°JøµƒøµN=øµ\røMÌ0üfîüfå9ø­¥­ð[}á^Ü+sî•—÷©Ó‡û´…ÂýçáA¡3ð`­+ðàx(ê!<Ô.ê´ëÖ„‡ÀïzÙÂïNLÃ#{Â#ŽYÂcûíàñ3ßà	?xâÓ~xò˜<åñixÊDüñ‘&øãn]xšÄyxšâoxúö~xÆÛqøÓ£Æð§ü¹b7ü¹ÃxnV$<ïämx^Ú&xÞ‡Zx~’¼àïxáæ÷ðâpx‰-^R¢ÉüyZ^:U/ì†WU€W?<¯ñó‚×ylÀëÆðºEsx=ä/ümr	üm½¼QŸo„ºÂ›’8ð¦9¼¹\'þŽ~þNP7ÕoM†À?|Z·¹Ã;zìáêYðÎÇmðÎ·-ðîøx¯Êsxï&¼7Û\rÞ;åÿ¢ÿü þÿr5>p¢>p…\rúÕ.~ž\Z€ª%ÁG)uðÑº«ðÑ{ø˜³3|Ìe	>V;)‡[Ÿ‡?>\nÿ|>‘F€OA›àÓW,àÓÞ^ðéJKøÀðù\02|Q˜_¼»¾[_|ù¾„H…/…ï†/eBà+Náëg–à\'Ýáí›ágåM‡\0ÉR€4>ŽxHgÀYŸe`Ë›÷€Ü•j@®m7 7ôw=	(°«…P øþ6°=õ\'°=ÏØ¾öPúÑìØg	ìÜÚìœj”\r•~@e‰\0¨~ù¨õþÔÛ0€zûI`Wü/`7xØ½ahÕ¿ö.{>{¾ª{E€Þ­\Z@_aØk=ì4\0<;X*\nn\0FýË€±Ù$`²ç`’œ˜šw¦ÙÍ€™;\Z0K¨öØ‡UG€Ã\ZA€…ôÀòÉeÀŠ6X]\0¬\"ÅÀ1½RàXáp|ÿp¼ð!\0±Ù@®Ž°YU\0îRÀý>ð?Ñ\0Â?@~ (­,\0Õæ`êý¬»€Íÿà\0xä%\0ŸŠ€øµ\0OÏ`z7@²ËHÉV\0éé @>‚\0È7†ÊË\r€šv	 É]è<:Àh0˜_&Ž]À;êð¦¤\0!­§»R\0ë %Àº\"8Y{8-ý°•ÚØ98\0ö§žö¯r\0‡3çû€³îù€ãˆpþ†8_+	89gÌà\\H.¢W\0Ó(ÀåÓaàÊ¯ÀíËà6¤¸?n˜Ô7ˆ§[\'Wi1àéxð¦ŒÞ±’€w\\%àpð=ø)ì\0üœñ€_Þ[À¿a(Y\0‚Ø@È4„•‹€;¯Ÿ\0wt€Â8Ò\nDV16@L»pï};|ˆ]ââqŸóøxO ~QHŒ’.ÄIË ™~Hfõ\0ÉÃHàážkÀÃ\nEàá\"H¹¤r×€Ôz7 Mß\0Hÿ\0È˜\r\0ž\"†§ÿöYTàÙ£\ràùçÀó§3ÀóC [F\ZÈ½\"rßzo%‚×Â…R ¨®(¶ßwt/u¶¯£×W[€×óq@¥¯Pùš\nT¾¥o&T€*•N ê¢<Pu…TÕ[Õû”€ê¸£@\r\nÔÊ	€ÚÓC@Ýj)Ð°šôfÍT 9â7Ðœ›´Em©G€ÚöñX ÓhÐù\'ø´`t)9\0]kš@wïÐ#ãôì4z>\0½ÁHàsˆ\'Ð_a|Í8|•jþƒÁÀ ÏŒK›>CÙ›Àˆ=øVµ˜ ¹Ì5`*ò005ÓÛ¸À´’)0}ú;0ýú\00=m	Ìõ.?7·?5‹ú#À¢íc`±H\rø•íüjùü<,Áf€ååßt`e‰¬êùkÒ·€5`ý…!°^Ã\06HP`ƒå\0ü%Ýþ4„Ä‹ƒ‰¹„¤îBòÅ\'„´aBºð\nBvß„œNBÎçb›Æ4b[s(BQ_¡x#±½ø4BÉ$±Sr/Bå€PÈC¨ñòêËÒˆ]ÒÓ\r“ÄnÃˆÝc½ˆ=ÃÚ¦;:/:5|„n¦B/2¡þb¯±7î6boN:b¿£â€Ú_Ä‡Šƒ\r£ª‹ê<ÂäòQ„IôI„É£ „éQY„™.\ra6pq_0O©@˜·œGžÑ@XÜ(GX<¸Ž8j¦…8JŽB<°<Ö‹°<+FX9Î!¬<UÇ=.!ŽÇö\" ž! AwðïËà°€ú €È7$ž†@=Ý„@\rµ#ÐÁ÷èã-À*Ä#°‚pîÔ[1 Aú¸AÞÝˆ _-EPô²”=µd/‚¶ï(‚Öì† ´ 7,}\'‚`OU!8²	NŸ	BðîB0º!< D]câ´\r„5ù2âäM;Ä)BâTDâT_â´è\'ÂÖ aç‹°Í”GØ©3vu„]£\"ÂÞ¢aŸ:ŠpP	G8¤GœÑ?‚8C²FœµA8é<@\\œ#\\È?.³ˆËý	ˆ+ï:nÜîäQÄÕ¦HÄµ’/ˆkkˆëS/×\"®¯Ö\"n¨Ó7–!nÞÑ@Ü,ú‚¸ùý.âÖ\ZáeQ†ðº›ŒðÊ:„ð†f ¼^#¼¿—\"|õ¾Sþæ \Záµáßò„€#‚¥5Á}CˆàÕ5D˜ñ_DÄVŽ¸¶\rqgp>¼Œˆxö\0y$9g‰ˆœ¿†ˆÁ\'#î]¬EÄJCÜÏ=†ˆßQƒˆmB$È\"N¾G$ºF$ææ#«†I¿. R¼_!RÊò<Ã©?i¿¯#ÒÍÏ\"Òc²òˆŒfÄ“`_ÄS½Ûˆ¬Ð4Ä³E&\"ûH\"{*‘Cø‚ÈÉðEä4/!r‹v!òÌ¯!òíÑˆ\n\';o\"Š8{%˜‹ˆ—‡Ž#J\r#¯&eÜD¹Ö^D…ôoD%ÏñFÊ\0Q»2‰¨`ˆúˆˆú16¢Ad€hqD4<.C4µ š$kM¸pDÓ\'KD³ÝÎ; š_ïC´Xï¯\\F´¾‰@´Î!ÚFmß$ÿ³Šh7B´§¶ÑˆN<¢óA¢s!Ñ\rÖ#ºo¬\"º__lû_AD±ñU5	ñU B¹†¿ˆöÉCŒ¦Ö FÛ‰ˆñˆñŸ.ˆÉÆíˆ©]Íˆé>YÄôš\01³y1h˜û!æ®§!~ÂóraˆÅˆÅ˜Ä¯ü<ÄRŽ>bÙ¾\0±\\€X¶A¬Žå\"þ¸=@¬/ 6,ˆ¿‡åm!þ¾)Aü»„øWn‚ø7v)qm)53‡ÜÜ@GÊ\ZHY¤6rKBrk)\'ŠBÊ¹Ö!¶ .á‘Û8“HÅr»²©´/©ä‰Bî­\"w^x‚ÜYê‰T–D*_ƒ\"Õ»F»ÿAjlnBj8!5F\"5/H#5_!÷›!µþ uMj‘z÷k‘{£ ÈýG¦ûKÛHÒ`^iðGi¨\0i¦Œ4\"\r MÕ¢‘f_7GR.!-ªu‘G»|–fHËgGÇá1Èã7\"HÈÍ9$43:v	ßÓ„s¼\0ë#¨ø‰D¾C¢_w!qR&Hœãi$.+	ÆžA’’dÖm$y&Iy;ƒ¤ê}BÒVö\"ézp$C©Éœ1D²%#ÙÅd$»‚ä v#9ÑëHNó7$3ÉÍ‘‚‚q¤ ®)<ó)Ú;†K6 Å”¤µÛyäiéTäit$ÒvÛÒÎæ0ÒÞSyæv	òÌcä™ç6È35‘g¥aHÇ«Lä9¯\ZäE°y1zéRõéòaéúFy©½yYÁyùÑgä•¯Ïnk‘È«9äµîKÈ›;‘7¶ê\"oßAÞŒ1CÞJÆ#oMíEz˜Î =­—ž\0Ò3‡…ôñû†ôY‘þßŸ Ö¯\"wB†¸u\"Cj^ Cc Ã¾!#¶Ý@F8b‘>Ÿ‘*LdTÁdTk2\ZÿMŸCÞªAÞ›|‡Œe%!c/\"ãdš‘ñû6!hîG&Xš!âº‘	ÿ}Ÿ¨ÚL’iD¦ØÏ\"S®…#S*/ 5^E¦I-#ÓBdZ¢12Ãb™çƒ|êÆCfîÞ„Ì,¼Ìz‡Ìªf#ŸÛœ@¾~‹|q|Qô\ZY³„,<š€,„þF–”mC¾<Š,õiC–þYE¾RÀ ËÐÈ2ÀY†­B–=ØŒ¬ðëAV„Ø#+R*‘•‡•Ooö5 «LÕîCÈjŸ1dÍýÈúSÓÈ¥_Èw²!T€lÜ7€lô2F¾‹ÞŒlyùÙzWùAû4ò\"ú¿•ô5òCí(òÃL=²íø²íª+ò£ÁeäÇ «È_§‘íw\\áÈŽd:²óÙYŸ†ìyƒü¤@vyU!»Ò×Ýw¶#{äÓ‘½›Ÿ {ÑjÈÏ#öÈÏÿå|rÀÊ9p59S‰ø[*2@ŽìCŽþØƒÓø€üVÎA~7G~·lCÎÜ…#gº7!çE\"çÕÕ‘óIÈâsä‚C:rÑ2¹˜#‡ü}uò÷ƒäŸç÷ÿS\\cB+ÿ¦{Q%wP›v<Em2³CI:*¡$ŸK¢¤~FmŽYGmý€’N\"£d¼CP²R(ÙÓÚ(Ù$jËí¨­Ç ¶þ†Úæøµm=¥x‰R’HG)µY£v¸5 vr`(å@1JyŽR!!P*ÔÏ(•³ûPªUe(µÍQ\Z.u(Mùh”¦Ë~”V×<Jke¥sÖ¥[ÛŽÒS5FéÅ¢ôcPzQúFÇPú6I(ýÚ+(ýEÔ>É\\Ô\r”TÊÀ\'\neh‡2Úk2Ùí‹2=2Ûg„2£F¡>œ@™_°GRSFj–Dú¡‡:¼ùêpR/êˆC1ÊÂ/eé±ˆ²¼“‡²Ì.EYÁ ¬ü×QÇø[PÇD¦¨ãˆQL#ß5†J£€Ú$\"Ü…à P>Ó(Tm7\n5·†B/H£0ùP¸ûÑ(\\±\n¿¹…ÏÊD]Î£ˆqÏP¤§R(RaŠ\"2CÑRTPôR#tÅ2Ì@q2tPÜð›(ÁÏh”pT%Š9ˆ¿uC*EYïÉ@Ùì8ƒ²ÁÄ¡lhn(›î\Z”íÉ-(;«Y”=üÊ¡Š:3n„:+“:{Žr”ÙŠºÐŠrZ‘D9— .º\r \\¬\"Q.´}(¡Ê%—‰rÉA¹ÆìF]º`…ºÌ{Žºbñ	uu3€ºþ,uss\"ê¦G(êfL*ê3uë}êÖø[”‡ûy”×¦”×-U”WzÊkÆåÓïˆòÕÙƒò5^Gù>CùïtGù?,DÄ;¢‹QÁ®Z¨àFT¸Ã*¼u‘ž†Š&CÅühEÝSÅ¢îeG£îNAÝ_wFÅ:‚Š4D%HY¢\Zö£’¶ ’uPÉw¿¢R¶Ö£RPS¨”v(êQÊ\'Ô£÷Tê)Tûêéž¿¨ÌéÍ¨Ì? *Kƒ‰zf•Žz6°õ<Sõ¼Nõü}:*[ö&*;¸\0•#ú„ÊÕDå–÷ òè%¨<—«¨¼Ï *¿Zõ\";Uð3UÜ]*Q+G½tÕA•jY¢J›2Q¯6¢Peº_Qå˜\\TùÀ ª|‰ª8ªœÍCU›Z£ªC‰¨š&¨šÙË¨Ú‘í¨:W!ªî^ª®èªîgªagªuÕ4í…zÇ¸‡j±BµpýP­ò’¨»ÚQ÷¹¨OjE¨.“\\TwQ,ªûÝSTïfoTß‘Û¨>—c¨þ	Tÿ¢j@4\Z¸¢£gQÃ\ZÎ¨aíí¨á¦§¨‘Ã­¨‘cQ#£F)gP£§TPcSq¨ñ¸Ô·j\nêû_ÔÃ	5uŽšeœBýÜ>‰š·WD-¸M •¸¨ßÝQË{ñ¨åèÔŠ!µÂû‰ZcP+)K¨õ‰ ÔÆy;Ô?‹Kh‰ª>ô¦°·èM±ehÉœ|´ÔÁ]h)Î´Th(Zêczój4ZÖº½åF8z+ã,zëãh¹ä´¼uZ–‚VøÐ‰VX@o[>‹VÌJB+¶©£×]ÑÛ‹\0ôÎo´òõN´rt;Zù#\Z­RŸ‡Vé¾…V=~­šù­&w­¦~½‹5‰ÞuS­qÎ­1=‹Ö´%¡5ï˜¡µ¶å ÷ŸFëé¡u„¡uŠh=½E´þ¿èýûÑOõÐ¦\rh³”óèCW‰èCËôaqÚ’g‚>Þ&‰†<ÓFC^=CCõï¢a\ZûÑ0–\Z~Â\rÄC)Ðˆ‚P42Ùº2†FÍª¢1§úÐ˜˜hl›#\Z¯¼Ž&JÍ£‰\'úÑàÑ4I5M*ˆB“ªµÑTîšêKEÓj.¡énËhzý4›ˆDs¿î@óíuÐòi´à{%Z”õ-úú-Î¿Œ>1GA[k@[Ïj£OÖZ¢m6h›ðëèÓà Úöþ]´í³oh;ZÚN„¶ûa€vhy>Ódƒv,uCŸ\'E_\Z¡/ÝB_È=€vÒø†vÚ?†vB;š£/ÞD»¬…£]üF_¾óív~\ní®ò\rínè„v_;‡¾Úå€¾a7Š¾õÎí& =ü³Ñ^ZÐ^öÑÞ;\'ÑÞw£o[#Ñ¾¦L´oV-Úßö2: ƒHîG<ÙŽ|U†ü`ƒ™DS¨èP¹4tX•}ÇàúN^	A‡w=FGyÓÐÑíÕèÇÍè˜0t¬a:Öø*:.’†Žß„Ž…~ðÐÀ‰B\'Ü9‚N˜öG\'->D?YC?ü€~¼B@§¹ü@§… Ó=Ñ+{ÐO>)¢Ÿz 3×*ÐÏàãèg)éèg/9èç‡/¡Ÿ“ß£ŸgÑÙí‡Ñ9*Ñ¹>t^«úE“úÅŸ“è‚ét!Õ]h‡A—´ïD—BƒÑ¥Áéè24]ÆÐF—o°Ð÷fÐ¯×Ñ•†kèJîqteÛiô›©rô›…Tt•¥1º*Ð\n]U‹EW½¡«{Hè\ZQ8ºöV;ºv*ý¶B€n·F7?F7ßE7YÝD7·z£ß!\\ÿ³~?€nÝ}Ý\Z%F·>z„þ°öÝ¦¶ÝVd†no2Bw\ZDw¦ù£?	åÐŸþ^Awƒvèî\0ºG¼€îk“E©¦ ¿,<F´ÐÓKèÁ–èa+>zxh=²==ªU÷ÎAÇ]FÛûý­[\Zý½®=a\Zž°¸Œž„­ \'ÌÑS»ýÑ³*Æè¹ªNôÏ IôÏ»¶è?z‘0^Ì?†^>–ˆ^¾C/{ß@¯¼«F¯²ÓÐðAè{òè¿ˆ«è¿(_Œ„i1f“LfSówŒôÉi¿TŒÌ†\0³å€fëCŒœ>#Wø#C£ðáf[³fûAŒÒL;Fiáfgˆ<FÙvF¥ë+Fû£ZÝŽQWÅìÞ¼³ûb\ZFS«\0£6ŽÑ‚†`ö¸ú`t:ç1úWÌÞÀÌÞž˜}GÚ0û\'1û¢1¨Ì,KÌzUŒvc¸5cx…†1ü[1©rÆ˜šbL19ÃóßÛ0‡N¹`Ý‡9ÔÝƒ±0ga,\Zl0Gyî˜£n0–ßÎ`ŽU–bŽ—ìÀ@$ú0U(n—OÆ ó0ÈJÖƒÚÅÂ Ä2T°\"•°	ƒ3Ãà\"ÿapcVÜÜ\ZÁ7Lb6G1`\'CZÎÅP’\Z)CG`˜fæé—ù2†ýEÃY4ÄðŽebø—Æ1Ò-Œ J#<2}õÀX‡œÃœTmÃØô?Âœrå`låa;ƒ.ŒCÌÌ™µAÌ™Ì9…>Œ“ÔYŒ“¥Æéf.æâ—WWUkŒ›ª2Æ-nÆíÍ(ÆýX=æ\ZIsí¿º^ÒÇÜøl‹¹Ù˜Œ¹¹ ‰¹•Y‹ñ0y‰ñp\\Àxøb|<ã1·µ¼0¾œã_ÿ@Œo·ÆwLãsÅø—yc\"O`>dc¥ÏaåÃ1A¾Z˜à¡2L(®JºŠ¹;‰pPÃDNc¢\rå0÷TLÜ¿	L|Z>&Á*“ðr“hx“x6\0“8?IsÃ<Üy“R™ƒIy\'‰I}iˆI×àa24I˜ŒWý˜ŒIOLÆòaÌS5æé¡L–¦/&Ë!“óñ&gq\r“³ÆäÂW0y™ß1yBLþnOÌ‹ôÌ‹¿0…buLáÝ`LQîOL±™)¦„ñSr‹y¹qóÊ\'SÖÕŠ)çþÁ”{yc^wGcÞ|lÆ¼‹Å¼™JÃÔŠžcÞ:%c\ZüÑ˜†¨lLÃR2¦I÷¦¥÷)æ½Çæ}€/¦•RŠiýŠi]åbZÿa>¦6aÚÃÍ1=%›1}7\'1}ñg0_†*0ý‡²0ý÷Ë1ý%o0_Ý›1£˜Õ%ÌàÄ-Ì	3üÒ\r3ü÷\'fäÌÌ(ƒ‰ó0ÅŒw`¾Ùb&ôŽa&fr1S\\fÊ‰™Ø†™•ü‚™MlÁü”óÇ,ºc~±ž`~eêa–J7c–†Ã0ËçÂ1Ë˜åÖ˜KWÌšõKÌúif=\r³^×Ùà]Ål¼ûˆù«tós+©y\0+Å˜ÁJ9ÅJ];ˆ•ã™båT±òKýØm¹¿±Û*z°Û¾ýÃ*ÊÆ*ž<ÝÞò»½½\n»Óâ&v§+ˆU	ñÄªüšÃª	èXµè¬:Ù«²»ëUv÷Z4Vëà?¬–•VËóvÏþ!¬þL>vïÿ­Äî;ÖÝ…ÝWw»_b»ZŠ5¬‹Â\Z•A°ÆjVXµkX“½ÎXÓÃç±¦U°f	X³%-¬ÙÆ]ìÁ´?XóWuØC¶6ØCg¤±‡5°‡ÝÜ°G“naa+µXx`^÷,fafóXÄ9,â‘2ÑïŒEmvÅb.\Zb±ˆ‡Xl‹	–pyKøpK\ZÀ~ñ°ä²~,õf–&3Ž¥™WciªXö6/,ÛJË1ÎÃrŽÂrM¬°ÜS=X0åE`ùÍ|¬Pº+|cEaEe±\'ú„XkÝ¬õÒ öddÖ¦ü:ö”â3ì)ãFìéP¬íÿ´<…µŸ\rÄžÙS…={yëèœut©Àž×abÉO±Î‚`ìÅŒìÅÑX¬«%öªcöê×)ìuÏ0ì\nì9\"öæ—q¬¼ëö`½&r±^k>XïŽL¬ÏÖZ¬Ï]>ÖgÖ{;²ë»;ë{B\ZëŸŒ\rtã`ƒä`ƒý`ƒ§\\±!2°!¬“ØµIlÄ¶ØHM,6J|\Zý£	³(½ÿü6~×GlüKìƒü+Ø„\'¡ØÄ\n6éÝ;lÒ}Ød	l²…6ù™56y<û0Ø›òŽˆ}tS›zÄ¦·}Å>õ×Àf²[±™o¾`3We°906\'L	›r›?ñûbk0öÅþ;ØÑdlB\n¶Àê>¶€|[ø>[„ØŠ-î0Ä–îkÃ¾ÂÕa_eIbËXØ\nÅëØŠ¶¢Õ\n[1\\…­”†­¼ÅV6îÄV®·`«{7ck¤-±5Ð]ØÚç½Øú“l}m+¶~\nÀÖÿÓÂ¾\rœÃ6\\ýŽmhŸÇ6âý°MUVØææØwÄŸØwÿ°-R*Ø™Ø–%Ø^¶åÊ/lK…:öýg#lëlkÊKlk—3¶MŠmgVc;Š§°ÝW‰ØlO@¶ï·¶ßÔûµÚ;¨÷;x1\r;Xe¢<Â=‹Ä¶a‡¯{b‡7R°£/%°cÍ¯°SŸÛ±S¿wag6!°?bagµÏaç¼¾b>òÀ.¼ÁbS³°¿æ‡°KñºØ•êaìêûç‡\0»öâ*nK\Z·©Ï\'ù¬\0\'µ/\'µö·y`\'½²Œ“q5ÂÉFÀÉþ2ÇmÁ©ãän;ã¶m^ÇmsÀmìÄ)ŠŒqÛ§p;‘q;ñGqÊ‡¾âTÜßãT{`8µ×pjŸqj?Ä8µÅs8õ=18õ‚Ý¸]Òq»Žà´ìup{ô>ât0n8—;pzSÓ8}•<œþ>N¿ÿ$no··ù(nï(g²Ó\ngb~g‚ŽÁ™xÄ™ô1p¦aXœu;îàEwœ¹4wè+w˜Þ†;¹wÔÀëˆÇA\Z/ã`5á8ØÔ=ü›>™Llq¨ÖZ†QŠÃrq¸¸G8¼¬Ž`AÆ‹pÄ˜ÓŠ#ÙŒàÈÙƒ8Š•ŽRê…£šÌáhkn8ú},Ž±ÉÇ2×Ä±‚þÓ~Ç®pÆ±»ßã¸õp¼A8ÁËû8!ó4N8Òˆ)áÄ¯cqÖÓLÜÉÁ\"œ\ri\Zg±‚;å¸wê…&î´ùyÜé¸$ÜéñFœmÒVœÝ!mœ}×cœ})îŒý\"ÎQ~?Î‘ðçè§Š;—GÀ9®Æ9ÇqNo[qÎ°œóÛ×8çÑpœ›ÛWœ[æœÛëœ[-çá‰»¦[ˆ»®’†»™ócpu–8Ï=¸Ûe·p~£­8N.@¥\ZpbÐ\"tÿ¯$ýa¸ M)¸ £í¸`‹\\°0:8‹/Gã\"\nCp‘s¸ÈM¦¸ÈM¸{Ú	¸{,%\\Ü~\\Òå;¸dz5.Ùn	—ÜÙŠ{ø‰K¹ÔŠ{¤ÍÀ=²QÅ=ê”À=v·Ã¥A¹¸\'·’q™é¸¬on¸g›qÏý¯â²¤ã²ßàrÇàr¦,p¹§ìq¹¡ÇqyšP\\€Àå9Œâò[qZ³¸‚ê‹¸¢I+ÜKí/¸—{]q¥j¸W7^â^%|Â•…ïÁ•+¨á*ôeq•Ù¸Zy®–9kúï]ÍÞ4\\ó·“¸X<®ÍŽk»{×ö=×ŽZÃµO#pb\\ù7®ãÓN\\×¹o¸®p\r\\×È=\\/‡ë\rÚ‰ëýã‚ë#9á>‡ùâú=žãú[™¸–-nPY7ŒÙ…>Syi©Ù‰yw7òûÖ«^/n\\+7î>€1Å}›©Æ}§ˆp.2¸‰f)ÜdåÜ”ÂsÜÔv5ÜT17Caáf¾(àfæ!¸²_p?¶Uâ~hÀq³šF¸Ùãq³ÅÉ¸Ùe&îg(€[\0ßâ’¸EþcÜÒ‡VÜ²á0n9\Z…[~ó·B‡âVAÜê/ÜŸgÅ¸µ¨0Üz8·ÞÅm8ºá6‚¾ã6fµqÿ›±Ñ_qÿfÇð›®ÜÆozp/¹ë^Òf/Ùã—ÒÁâ¥.PðR¹óøÍªzxé/[—éÅËj¦á·îÃË®àå¥rðÛMñÛ&ÄøíeaøÖ3xå„ox•úA¼ª0¯:SŠW]ÊÁ«õ	ðê^³ø]($~×ÉR¼†ñ]ün;m¼ÖÓ	üö^üž*9¼¶´^-Äï»•€ß‚„ßo[‰ß¿T?°4‡7TÆ™ÅàÆñ†qxc(\Zo|Zo|á\ZÞ8 oòú	Þôˆ\0oÚö	oú‘„77Þ‹?TèŠ?²Ùd­o>‚?Æ¤àoƒáËã¡–ñÐÂ<´Üûaƒ‡\']ÀÃ_CñÀ”\Zõx\Z~¡Š\'íÆâIE9xRË[<ùl+žâ¤‹§zâi-Òxº{?ž6‡gÕNáÙ\'òñ|œžïPî2ÂŸØ”‰·nDá­7ðx‡óøSAdüiñ:Þ6h3Þþ{þÌx)þ¼R9þÂ®¼“ýk¼“ó6¼ÓÂ1¼³9Ñ)ï¢\"¿ÜùïFÅ»yÔàÝ‚Yxwý5¼{`9þªvþ:\'\n=1Ãä4þ÷3þÆÂü5yüM½xÏP\'¼—9ïUøïí{ï}_ï+†÷óAà‚$ð‹Qø ¶Wøà„x|p®\0òYæs¡¢Šh;ˆ<Ð‹5ÁG!yøhÃ1|Ì|Ìo|\\¡>þùþŽþÁ‘øÌ|BðK|Â\'üÃƒñ³ôñF†ð©šAøÔ\0Yüc¨þ‰Ãü7}ü“§Åøg¨Nü³Ëaøçþy\"ˆ>kŽÏ9¸ˆÏÕ²ÆçÕÅç­ãðù»Çð¾0‘/:ƒ/¶Ø‹/~±‚/!´ã_ZüÃ—‘\\ðå;÷áËêðåOâ+ôLñ\r§ð¯“<ñoÞ¦à«|ÜðUßñÕ›sðÕ[\"ðÕ“®ø\Z™<|Íö9|\rÿ)¾f®ÿöÁ3üÛÄ`|cþ¾yÓkü;R¾åh1þ½mþý÷³øÖb|k“;¾u\0‚ÿxm¾=†ïÁ%ã{>êâ{kø>Wþ³\"þsa\0þsévüçž/ø¯Pü\0â7~°(?Ú‘ŒcâÇ*ûðc\røq½bü÷G\nøïu£øïmðß&á\'Uñ“d~Òö~*D?íx?=¥ŽŸÙàgXeø9I&þ§M\rþgy\r~AÌÁÿ>€ÿ}m¿DQÅ¯èø?}\'ñ†‹ñk:þøµš2üÚg+üzûVü?ë›øs‘„MË7’n6ÉBkÂfsÂî^ÂÖÁù‚ÂWÂ6åUÂ¶iAQPFPl› (N·”ŽCJ¸B‚R @P\n™\"ìØ\\CØÙ}– Ú5@P§ç4Of4Ãn´*Þöp6öÜ/ ì©%ho½KÐ\r{AÐ›œ#èÛëôWZ{/µö¦‡ö.Éö}Ë%ìÏ~FØŸó°ÿý=‚AÕÁPÎ†`Èñ&f\\\"µfŒ~<$¿ÝE0™W$T%9F°¨+%È ç	0®\"ÈŸ# ÷vÕádÿÊï3c!`À)–¦JÀægpÊ®¼ä:o£HÀ»÷ð+Aq/(5L žøB Ü\"P+Ÿh´#Ú½›VÕ­žGà|«&p~¥¸·“ÜUs? ˆõwÄâ$‚¸ìáÄ™L‚µJ!ÁúõQ‚õ°+ÁF­šp\nM8Uøƒp:*œ`»M“`ëz`ûsÁö—à eF8›A$8š.ã_û×	çãß.°_.Äž#8EÔœ…J„‹W¿\\z ×>ÂŠà¾ÙˆpuË9ÂÕ˜bÂu»k„›å\0Á#ê:Á#©™àõ«ƒà}®…à]Fðîä|.|î/<›Ì	A¶Æ„àúM„$‰RjBƒÂfR	aë§	wÖs	áubBø½‰\\¨!DŸ&b´	÷do¶¬Ó‰½ÿåª!iw:!‰Ø@Hz‘²c¢OHYÙNxÔ²BHmxDxÌ\Z ¤INÒ_&¤ËJž<*\"d¢‚	™?žùÏ\"AÂs½=„ì(5BîýtBîoB^t#!ßÔ—ß¸›P°Í–PdRG(*’&ÿp&”ø’%¾„’ÚÂ+ÖvB¹ÖOÂkôáµm#¡Rê¡²¾ˆðæÂABÕ˜)¡óœÐð9‰ÐøÞŠÐ¸Exw{ˆÐâOx(Žð¾ŠKhuÝAhý)\"´þµ\'´à	m¼TBÛ¥;„v,¡ó‘áS–Ð+¥KèÃ¨ú\"Ö_üò	_é	&Õ„îaÀö\naÀóa ¨0jO\Z\n$£L	#³Æ„Ñ|ÂØM€0®èJo{DøöLðÝ\"’0ÙœK˜>¹Lø1Â%ÌjŸ%Ìem%üüêA˜±%,(û<F‹u„_uÂ¯&á·àá÷[YÂÒ8a©þ:áÏCEÂºæ/Âú‡„\r9+Â†0‚°ÑyœðšIø7\\G”pN%nÂ\\#JY#ˆ›÷œ$JGe„.D™@}¢ll?qË‘-D¹Ô1¢|ä¢¢£/q»cQIz™¨Tq™¸Ãøqg”<Qùx!QUðœ¨îœOÜew“¨áZMÔü9GÜóA¸ç“Q?†OÜÛÿœx`@4DÄ˜¯‰F‰ÆmëD“M2ÄC±aÄCMXâáo_‰GJ{‰GY|âÑo™D«»æÄã`%N:CDê‘/g‰¨‡}DôŸ\"f‚ˆ9?HÄ¸|\'b\\ß	éfDB“6‘(ú@$&Ú‰CzDRq\r‘\"ª\"Ò°›ˆ´¬DæQw\"éLd­cˆÃ7DÎÁb\"çž&‘3Känw\"r\"ïa‘7–Kä«ùÆCD!¢žhíJ<©K#Ú\0KD›{%D›ßû‰§vÄOU3ˆ§þ–O‹#ˆ§ÓHÄÓµ=DÛ\r5¢ék¢ýÑþ¾6Ñ!Ex¦þÑñ ñÃ‡xþà9âÅ2xqLLt™^&ºÆ²‰®SÁÄËÊp¢›Œ9ÑšJtg8ÝËºˆîu(âÕ‚WÄëÔóÄâ³Äµ*DK\'ˆY¾DÏ‰/D/	¢Ÿá+¢½žèçL$úŸ¨%úÏŠ‰AS3Äà‡‹ÄP÷0bè£—Ä°£Ÿˆw\0\râŸÃÄˆ›þC%FÞ¯ F)3‰Q.£\rÄåQâ=¿bÜéUâiCb\"CL‚\\$&p‰I_]‰)oÆˆ\Zˆ©ûSÃ^›*3?Ó×ˆé_ÉÄÆmâ“zÄ\'…ÖÄ\'ïŸÊŸW…³w> f¯]#æ½ÝDÌ×0$æïÞGÌ÷zI,(/ }³&1%–T~%¾Äï!¾Št\"–…¾ –¯&¾>-K|ív…øºÊŽø&ö)±Zf±Ör;±î¤€Xç@\"Öï%Ö¿Ë!¾½ÜNlÚýƒØ¬£HlU÷\'¶þ|IüpßˆØ¦bOlÛ#Il›ˆ#~<dOìØ,Gìhž$~R{Fì‚{T‰=Ý<b/&„øÅÎ›øÅ½‚Ø¯©Jì/ê\"œs#ã[‰Ã“}ÄQ|6ql—ø-Ö‹ø­ÿ3ñ;Ö’øýñiâ÷Õ}Ä	§Ä	D<q#Eœ2úJœ:[LœŠ‚§ÙaÄÞâÑâ,T8÷‘8ûøqNSHœ[Ð&þ,»Hœ¿×L\\¾Iü}#“øÛû5qÙú\0qeîq­Â‘¸Ö=J\\¯?FÜÐƒ7Â}ˆÿd<ÀMÊwÀM7ºÀMÙ $Š	J‘þ€›}Ò@Y¯bpKí\"(¯\ZÊëö‚ò‹e Â7;Pqh\nÜ¼··•l@%×ƒà½%p§Épç_P9LTyÕ’	 ZÎuPFÕYP#´ÔX›w_15Å4P›óÔ¶}ê(€º—ž‚º±hpï=p_‰6¸ßfÜï&÷7ÿ÷¿;è*\ræAC[6h¸¾\n\ZñdAãDÐxc4)Üšüw7ÓÃ;@³QUð`’h®Ÿ	ÖÐ-Hæ åÅ*ÐêüðXå\nIùB70ÔãÝa±å ,o+øš€À£ B[\"éý Êè\nˆB¿± ö\nÄŽ†øµX€ÿá¿Abª1nšÁ´:dSôŸI*+RL€T¯\0vØ¤Íª€ô­ ý(ÒçA¦9d ëü Èš³\09$+8rW  ßó%ÈŸ¸\nl¼@S5(4v\0Ežr h^K¾\0OXSÀSN í~WÐ63´3Ží,CA{Ãÿ\\¿Ú—2@ûv1èpÿ?•àY:x–Óž-øžíö[¦ÁŸÁv 3ö!x‘Ùº|7/á÷€—\r’ÀËÑþàÉdðŠl(xÅ9¼êõ¼ú\"¼º~\0¼æQ^Á€757ícÀ›gMÀ›‚7ûž€*;AÏ<èÙ\rz£[@o°\nôþaÞÖ\0ýîk‚þzv ÿŠ\'ª3†‘À°Ök`Ø÷0ðÎó*0¼ŽÞ-@ƒw‡7ÀÈO`ÔaY0ZÞŒ9.Þ[c¥õÀX‹c`Üê50^¹Lxî\0&Zî]jÁ$©0)í>˜¼/|¸z|¸¡¦H7)rçÁ½!0…¨>rüO-LÝÔ\r¦N7€i/õÁ´\Z:˜öi7˜žÒf´YO¶Û€O¡{ÀÌ¿ÀL¿Hðù&Eðùçp0;õ(˜eæ$•€9ÅÍ`Îè0×ÊÌ#ß\0óšÀüv;ð…æGð…é9ðÅII°PâXxÝ\n,ðgŠÁ¢tXôs,Ye‚/“2ÀRU#°´ë	øêç°,D|³V½ukdƒ5A£`m:¬Û³¬Kÿ¾=~\0|ëŸ6È€\r±!`ÃÃã`³\Zlî‡‚ïn?\0[;Îƒ(Ýà‡¼X°-?vAÀvó\\°½8ü¤Ù~Bi€Ÿî¼»¦äÀîäJ°ûÕS°·£ì‹èû2î‚_ÆÒÁþ=®à×<ø5éøµx8ÆòÝÀ!g88ô>}¶\rS}Ž¥i“}tpŠ]N­\0§÷®ÓCàœìøs~8\rÏ½›YàbÇAð×Ä¸¤ø\\Úî.-¥ºzÁµÍ[À\rÃP’DÙ]Ò&½ÿøl!É4Ú‘d/ú“ä¤´Iò\\\"I~LDRÈÐ$)¼É\"),rHÛÊbIÛ©XÒöÄÒŽŒ4ÒÎ%$ej4Iy±†´{”DÒ´ë#i­“öè£I{ŠHÚ×%H:È\\’.ðŒ¤ûKŠ¤ß1NÚ§u›´/2†t€®O:P‘L:0D2t¨&G¥’Lß#ü˜F2?ûˆtÈÕƒt¨ÁŒt¨é\"éÐdéˆã8Éâ\Z™tO:Š#õ#2&YB<I–Ô	’å´\rÉJN‹d5J:~n‰t¼þ\r	j²Ï­$Á_¡HÀN\"È‰„Ô“†’$¤ð	ùVŠ„Â/P“{I˜©³$\\R	7Ã\"\\î“ˆ½$Ò±S$òÖ8uÏ~4$ÑL’ª$¶ü{ÛØ•Ä®è#q´IœK;H<ç)¯0›$„ßÕI\"~#It¢tB^™t\"ctâï0édÇÒÉ!tò‡d³•G²éÐ%V(\"¾SI²µc‘lo“_“.Xé“.dM’.›’œÕHÎÁoI®©ÿH—òRI—CnJ\'’ní®#y4Z“¼:X¤Û·±$ÿ	R€Ì$)à…4ð2¯F\níµ#…h‘¢4¾’¢ÌHQ‹ê¤è;HÒ½âvR¬±)vnéþ]RÜ‹bRÜÌR|À%ÒƒÄ›¤DûdR’<†”¤ÑOzHþÏDéáO)åJ)gHJµá’G“’ÒÛRIy¤§õ6¤§r¤ÌÆ_¤¬‰EÒ3©¿¤ç’\"Rö11)Û•@Êö}MÊõ{Lzß èš\nâö“\nëjIE;ßŠü\nHÅË¤B(©tYTæÒG*ß+Az}ô5éu2…Té>Aª\\+$½1œ$½é†‘ª,FHÕß’j¸É¤šk¯Iuk¤·Ó“¤†t	Ro©Yj©ùt#©ùª!©û‚ÔrªÔÒJjYÕ#½?å@jå©“Z¿›‘>lßCjË„’Ú²‹Hí/²Hfò¤O§Ÿ‘>¾ u=í&uCçIŸqOI_†6‘¾Ì®úýdIý÷¥IçUHaé¤ÁÎo¤!Ñ&Ò°Ui8Ò‡41;OšÜñœ4™w‰49À$MÎ=\"M~Lš®&Íœ’\'Íêï&Íù¿%ý<cEúõ‡ôó¡i^í	i>»´t’´h•úŸç¤E<™ôÛH™´ÒAZÁ±I«R*¤Õ RÒjz3iíÉ_ÒúÖÒúå!Òú£¤¿šWIÝ·þÝ·$K†‘%»\0²”‹6yó…déšd²L?…,;’BÞ’PGÞ’Á!Ëd9j;Y^2ˆ,¿ÖJVî +š\\$+>o\'+öÙ’·+´‘·»KÞž½BVº›KÞI#+W4“•ûO‘Uì“UÎ‘Uï–‘U{Äd5‡RònC&Y2LÖŒe’µ´§ÉZ0Gò¤Yþ¬ó¸‘¬;FÖ1\'ï5ÙIÞû·—l\0K\"\\Y%	[ÈÆY‡É&wkÉ&¯È&ãÈfgÈfƒd²¹m>ùððùHº\'Ù¢<|Ôwƒ|´ã3ùè¯Jòñ-ªäãß!Êždˆõm2d!‰‹Ÿ#ÃÚçÈû‡ddHF®´‘QrwÈhÏ\Z2º«‚ŒQÏ$ãöç‘ñ”Kdr—Lž S6ÁÈ”¢x2”Nf¤ú‘9£2g\\†Ìu.\'óucÉü»2dþý\r² Þƒ,Ì¸ENÝ\"‹Þk“Åÿ>‘O:÷ŸgäuédkãGä“+ò)g4Ù6”O¶MÜF¶-– Ûé‘íY)ä³®4òÙ\"ù<¾ˆ|!}…ìä{’ì¬ãGvÞ;I¾è“O¾8ÔCv±ö\"»4ì\"»\n!»r‹È®µt²ëª\ZùÒ#€|©°ˆ|YvŽ|¹~Š|­¨|­Ñ•|}óò\r”ù¦<Œ|ËCöðÓ&{æº‘½5\"È>`\'Ù§B¾­‰\'ûú\"¸œ&\\^!º¦‘ƒfƒw“ƒ¿$“ƒO“C çÉ¡ÔprXl=ùÎŽErÌµoä˜›Sä{Õ“äûÑ»ÈqugÈ®Æ’øf“À³äÄ+ÞäÄô£ä¤-‡ÉIÚ,rÒcgrrþUòÃ-&ä‡Æfä‡á8rŠTù1T–œ¶ÿ*9ý€9Ãªüd§/ùIhù©ìKòÓédr&y?9sÎžüìV(9›_CÎ® çpÃÈ9ÅÝäÈ…œBrÑ–nr‘!—\\´q€\\|žN~ùÒ™üòã}ò+ÔCò«çÉeí7Èå†!äò³zäŠ`Cò· rUf2¹Zâ¹ZÒ‡\\½Wž\\›H®ÎÇkT¯’ë¼¤Èo1oÉÚäÆ¯ÉM./ÉMoÉM³³äæ¸yò»Zä–ìûä–õò{£ä÷ÃrkØùÃO)r[À#rG/ƒÜ¹/”Üõ_ºý‚É½GBÈ}}ãä¯æä¯¼ò×Ó&ä¡šÝäá3¿ÈÃ[È#ÿõxôä	ò¨ýòè\0–<:\r\'uÂÉã~{Èß¶¾$O”‘\'\ZƒÈ“ñäéýeäi+yFÔNþ9Mþ‘Mž={Š<û5<\'xDžßZIžWýEžoU#ÏzMþenAþÁ‘Ÿ’—³’ÿÜê$¯‘“Ékuöä¿+nä;¬)çØ©/Š4J‘¹þ˜²Åº›²ÅY™²Å­‰²%4Ÿ¢pãE¡æ1EÑû\"eûÖ&ÊösK%Š7EUöEZLQ_‘¡ì’Ê£ìºÓGÑH{JÙM,£ì.v¥h®8R´û(:uë”½¾\Z”Ü&Êþ6ÊJ8Åp—%Å0¶šb„ SŒ’¬)FóŠÉ1Å4=ŽbúNšbFRÌƒb)æe\\Ê¡W”#ÆK¯ŠåŠ}?Åê­)åøÎzÊñÌ—È¥\nP§\0#|\n\"P›‚ˆ­£ ú(˜#›(øi\'\náä	\nùl>…ú_¾¬¤g/QhäWúGi\ncë/\nsHaÑpã…åLa\' pU®…ûõ	EðÕ‚\"ÜTD¹ÇPNë´QN×õPl·ü¦8\\ÞM9ãü‚ræ%œrVÑr–|ŠrÖZ‚r66‰rN³›rÎÝ“r>Vžrá¤å‚CÅÉÔ†âtÔ‘âltââº“âpŽâºcƒâêp”â\ZÞO¹L¸E¹RùšrUz‘rUm„r5ŸO¹vHƒrí|&åZìÊõõyÊ\rÓ`ÊÍº«mg(žrÎO“â)p¥xzò)^½”ÛE¡ß;•¿/N”€KJÐUJP˜4ø_éRBj(!#Ñ”°¿)w”ÏQÂ¹û(w6(‘º$JÔétJô•jJW‡›ò’û)%¾Û„ò\0YMyàìMyÐK¢$JRï±(‰©‡(Iy£”\r<%E·Œ’?By—@y¼ëå±É0%­½’’ÖË¤¤_\"PÒKz)éÕw)R“”°‡ò$Wò”«NÉ¼Æ£dí<HyöWƒòœÏ <ÿ(AÉÉÆRr:ßSr9a”|ùPJ~ÜÊ‹í.”‚+”BD-¥ðÝ-J‘Žå%!ò’º‡RÚšIyu¯šRvð¥œ´N©x{•òÚD“R©ÛGy³ûå\r-‡òÆµŽR•\"O©éyJ©ù®O©e¬SjÛº)u§r)õj”·‡¬(oûÊ)\r=2”f“¿”fÇÊ»Ü‡”–Ûã”÷ò”÷Š(Ê•~Ê‡‡Z”Ý‡(móû(g•(m?)N³”Î™6Ê\'ÊJ—‚ˆÒ#¦ô\\¢ô†)}¤PJ¹å«¾eà&Š2ƒ¢ÎZR†m”!N)eH¼Ÿ2t²‹2ô©€2¬*¤s§Œ*QÆ¶…QÆ|.RÆ¯HQÆ=åÿ“@¯§|ÇºQ¦þ”©38ÊT[eºÊ›2#sŠ2ó7ŒòÃ¢Šòãj åÇÍ”Ùª\0ÊhJùµg‰²ì|„²|íe¹9‡ògÛåÏ™û”µ¬g”õMí”\ruÊ§ò·Ä•ò~™òï‘*!«@•¹LÝ”ì@Ýôþ.Uò¾usêZµ©[d©òý	Ôm]-TÅN&uÇ×T•¸½T•—ZTUõwTU·(ªêõWTÕŒgTµMXªÚÎ:ªZ¸!U-ù=u×VªÆè)êîìª&Ù‰ª…\n¡jŸ•¤êÄÎPu>£êQº©z—!TýûKTýQuÍ2uÿ·‹ÔMTƒ­ËTH5ù{žjºÍ“jº=—jvLšjöü=õà­¿Tó<8õÐžêa]%êa&õðU7ê£\rªÅi-ªÅ÷kT‹ßpêÑ¸*ªõ#ÕêÔÒþ›\nM%Sa«›¨€WM\0©hÏ³TÜ–.*®ä •0œH¡4*éé•¼f@¥Hí¦RŠŽR©û\n©4îg*}Ê$ý¤2›PY=ªTÎA*•þ òRù-¨¥vª â\rU;O})¥Š·¨Q­Œ¨ÖÏÌ©¶S©¶9bªU\ZÕ¡XžzæÄ\'ê™(Wê™Õ`êÙäWTGX/õÜ—!êy£Ô\ZÉÔÚ¨–ÿRê;¨N_ßS}Í©Î5êeòAª›ÅªÛå­T·¶\'T÷¬}Ô«{c¨W¼©WƒË¨×õîS¯ÿÙE½d@½‘TO½y%z«°”êp‹êóÇŠê»#êÛàK\r˜Ô£*yPÅÔÀ°ÛÔÀ¢%jpŽ\Z\ZTA\rÍv¤†þ QÃ^¿¡†Í&Rï´¼ †‹­©wû‚¨×™Ôˆ»óÔ˜-ZÔ{¢hê½ÌXê½O¨±«Ô¸ã[¨ñëzÔ$mê£·û¨/vRÓ†¯SÓå©éâ÷ÔL…š™RAÍl˜¥fÙ:QŸíW¤>?ü‹š½ý5Û+›š½zšëÇ¢æí’§æ7GP‚¦©ãÅÔÂ“2ÔÂõÏÔ¢WúÔ¢u9j±Zµø/Z²{/µ´³‡Z&SËéÔ\n«(j¥n>õ\rzµJ·˜ZõTZRkù,j=}ƒúV¤O}r–úö1µ±{†Út@mò¹I}—B}77B}£J}ÿ{µõö_ê¤õcívjûÉjÙ€ÚÉåR;cj©I	ÔÎ™ýÔO—J¨ŸòÑÔ.™\"jWZ\"µ»U‡ÚkhKíûoús¨ýmê Ä)ê`‰-uXòuÄt–:º­Œ:^ùú-Ê†úÝEH²ÙD¾¾—:ý!…úc®’:{iu¶º•:»âGo|H]è¼Bý…¦þŠw¦þ66¡.ÑØÔ¥³{©Ë÷ü¨+ƒQÔUðu5òõR=õÏ}uÍ÷u}Ë#êºÎuýfu{ˆú×·…ú·=ˆúOç#õ_…-õßHMsš¶ÉÝ‹&…;LÛ,1MÛì¿@Ûü­ˆ&#¡ÉXëÒ¶ìAÑ¶†ÚÐ¶¦†Ñä>ûÒä5·Òäû‹hÛ\\WhŠ¯ëiJ	4¥¤K4¥Fm\'3•¶³äMEcž¦Ò…§©×ÑÔIv´]2tÚ.ÍRš†Â*MSáM³qŒ¦`h{”nÐöPi{Ò ´=Ïƒh{zçhÚ¨Vš¶W	MçÆ[š®a,M_!‰¶Wð”¶×ö$m¿Ê\"mÿ£%Ú4ešAËOša¤4Í(ñ\rÍxä\ZÍd;‰fæG3•ð§™¥ÇÐÌzð´ƒ˜ï4sÏ@Úa¿\nÚ‘y4‹š¥f¹D YÑŽ™ŽÒ IT\ZH§[ŽÓÖ4ä÷4‚Ö\Zqû\Z>¦‘M:id\Z9n™FQ·£QÞ`h4å»4ºß<x˜ÆàÑ˜ì&\Z[¯ˆÆÎ§±WoÑ8tÆ£n¢ñÏ£ñ¯–ÐÏÆiÂ®û4:&\neÓNè<¢ø>H;y¶‡fs=vúYÍ.ÉæÐrŠæÐõ‘v&þíìõFš#Ü€vní)íº›vá.šváÙ]Ú…wþ4\'‹_4güIšsw\"íbÍ(írÂšûn+Úµ»6´ëè‹´ëqƒ´ò´›ûRi·Ž§Ðn-n¥ydÒ<QÏhÞ™×i>ßÞÑüÎ| ù[ÙÑ¬#i[üi¡³¦´¨WÁ´èe:-fäíÞ‡5ZìZlC-ög-ž\"K‹Ï×¤=€>¤%Ü/¡%¢i‰ç¿Ó¯÷Ò}Ø´Ä-é¨-¥ñí±¹–™AK+¼@Ë€gÑžèß£eIŠhÏ¥hÏ•%i9ÀKZîr\'-Ï¨•–wNË{ªFË·§½0ãÒ^˜+Ñ\n|Uhþ‡i…ÚY´Bê\Z­°û=­ôà>Z©ç3ZeR>­êá+ZÕ\')ZÍƒ&ZÍòwZ­ÖYZíë\\Z,‡V—~†V7ù†Vÿ%†Ö@h\rBiZÃ)ZS‚ÖôGö®†Fû ,OkƒÄÐÚ®-ÑÚîÐÚí@Z{@­}¹Ö±e/­#1“Öù°˜ÖY¨@ûíNë†ÍÓºŸ…ÓzÎGÐz.ž£õe+Ó>JÓ¾ìÖ¡õ¿|Hëï8Iûªw6pqŽ6ŒÔ¡D^¤Í´±šÚøeÚwæÚ÷‹´‰\ZmØ M>q¥M\r7Óf\rgh³6C´Ù÷hs§hd)Úâ¥eÚ’Ã5Ú’3¶TÉ¤-T¢­)ÒVÕ·ÓVwÅÓV{nÐV“iè_h:?ÓÖ_¥­ß\\¡­céÊ·éRhúæ™7ô­T]n_?]¾â*]ád}›ü]º¢Ë(]1Y¾cÿVúÎËte‚®¼ñ–®bâAW\r¾OWÛlB×¨ÙB×>ZN×~M×~ÿ~àÖÝp‹;ÝðÑOºÑ¶º±ßºq›nÒSJ7íâÐÍ.ì¥›=Ð§¼:N7—ûL7Ï¹D?”†§ÑO¢[pbègêéV8kºUP-Ýª}•v¦Cg“ép¤#àUÓ‘c\rtT÷:fñ\ZkèEÇ†Ü¤cÓ´éØZw:ŽnLÇM£è¸ù5:þÝN:þƒ-h¥ƒ_žÓI3:©IšNŽ3£“«èôÑktÆ©Y:#¿Îzþ‡Î–þDg«øÓ9tÍƒÎºBç\"ÿÐyjè¼K³tÞB:A¨4Ò…~›é¢?1tñi5º8=—.Î£‹ŽÐO<«¡Û$UÓmÚué6Üé¶3út‡Gú™—ÁôóMôóo/Ó_µÒ/êxÑ]Ð]ƒt7øUº{y3ýšF)ý7™îqc+Ýc´†î)}˜îuåý6S‘î««N÷ýE¥ûéß¤(¿  }è¹éoÚèAíAô`‰9z°×6zá=ÂEì§G.xÐ£´è÷NÑc‘ôûì:zÜ¿ez|pýû]úƒw\ZôâUzBÆ)zÒÚ/z²ë,=ù†=¹,—ž*%¤§ªØÒG\\¥?n¿HO¤§‡ï§§ÏÎÑ3vÑèÂú“¡Ýô§;æèY‡Õéy^ùô™Ïè…ZfôRÙyzi–^æ©I/‹	£¿ÞaDãœE¯µ¾C¯-ùCo¾Å¥·„ž¢¿_§wº&Ñ?\r£wå_ w¯ŽÑ{†íè½‚ôÞØ‹ôÞ„(zoÿ5úgÛVzr(ý«’>7GHÌ¤Àô‘òpúè[€>æüœ>æÞEß|“>±™>^xŽ>Þ¨Aÿæm@ÿîÒFÿÞ&AŸ8y>©èLŸ¬èÓv5ôé[\"úôýG‚>}öÒ_ú¬—}n›}.×‘¾hvœ¾hîM_t„Ð—Ü£/Y‡ÐWé+‹é«šôUCúŸ{2ôu¡}£¤‰!q«‹±i,Ž!é°Æ²ÙÂØŒ«aÈøÿ`È¤Â²¡¡Ù‡4†ìbc‹aCn6C>“ÆØ&zÄPt-`(.80vj1”O¥0”ÏÒÊ•{*e•Zc†šñc†\Zì)Cíž˜¡Ö+ÇØ%{›±»4•¡ihÊÐìdhY”3´H­Ñz†¶Ã%†ŽMC§ÉÐ=Æ`èÞ|ÆÐ{RÎÐ7cèÿ{)Œ}$\ZÃ@V•aàÃ0’\Zf…¾`÷ÞdÄR‡…G„AŒ£ŸÙ«ú«×ÝŒc*ŒcÿDŒãõûÐmïÐŠ\\5xÏ0¡”‡#ÆÀ°&q·ÇžA|ZÁ\0ý2äBõO5ƒùÀ”Á|±ÈàÎ>`·Í3„þ2Ä!ïÖ¡êŒ“äxÆÉbÆÉrŒÓpã´§?Ãvõ>ÃÞÐ‡á ¾ƒá\0{Çpðd8¶|dœ©1Îóçg®2Î¯§2.üf0œ¬_1œ:*N\\†³\nÃe%…áZ&É¸¤Â¸L2g\\®™g\\î…2Ü¼Ÿ2Üuv0Üs ÷¶AÆUrãša\rãV•ÃcÚ‹á=uŽáóƒÈ¸XÍð£~eø«¦3ü363iŒ Í`F°ì#4Z–Z Í3b„?bÜ-0\"TQþŒ¨ðMŒ¨ô=ŒËFÌõŒ{_3â`UŒxõÝŒÑÃŒÿFâYFâò8ãáÏýŒ”[Œ”GŒÔÒ	ÆãÍ²Œt|	#ÍÈÜñ”ñì²ãY¾7#{º’‘½lÊÈ1í`äà9ç\'¹ë§yRïygzùíÍŒ{\\\"£Hç£8.ˆQü#™ñÊJñêÕF¹ÞSFE6À¨¨fTtU0^›92*eW•%•?õop?Ui\0£š‡dT‡z2ªÛ\\ÕëŒš®6F¯„Qç€gÔ}^`ÔÍ[2ê{“oÏ)1Þz2oß¿c4ä63\ZkŒæÝjŒæô¯Œw5ŒûYÆ{\rÆ{>£Õl‰ñácãÃº£Í`|dº1>fJ1ÚS¬†ŒNîãSs?£Ë‰Èè\nÿÁèúx˜ÑM¶bôDù3z²ú=Õ»}O¢}ÝÆÛzÆW‰¿Œ¯®RŒ\n1´.Á®ngŒ<ÎgŒo¡1¾‹Œ‰Ã·wû“ö½ŒI\'[Æ”Q+cðaÌ&<cÌmþÁ˜Ókeü<”Æø|‰1ÿßY<ÛÈX²ìb,\Zb¬Š]«ÉÒŒ?ÊöŒ?Õßk®›kU\nŒ3íŒ\r9Æß´<Æ?{\Zãß:™)¡§ÃÜ”pœ)©u„)Ù‘ÅÜŒŽaJã¤™2Ô˜²²˜[/1·Ìê3·¾È`Êa¾1å®¾cÊË\\gÊk\r0d/3\\Æ™Û¦™ŠG{™ŠP¦’i4s‡þ:Sùr5S¥7Œ©¼eª]]gª•f1w]òfîº&ÏÜ••ÊÜÒÇÜý÷=SÝÀÔ¼ÞÁÔ|9ÅÔê^ejý±eî‰Odîùs—©½ÖÏÔw…2÷BN0÷íÝÄÜÿà.Ó ‰Æ4¼QÆ4Jqb\Z5¬1c˜&Š¿™&œd¦Éß¦é	+¦YÖ=æÁCsÌƒ=ÞLóH}æ¡ž8æ¡^æaZÓ\" –i‘hÇ<Ê{È<š¤Î<Ú¢Ê´Ô6dZ©leZg0­ÌckLèç½Løæ`&¼(•	ÿ¸Îx¹Làö&\"ÜŒ‰,ëbb\Z¥™¸íû™¸=;˜8Œ*_}”Iìœe’†àLòŸe&õ5ŠImKfÒ%ùLzåI&[æ,“Ý­ËäÈU19³îL®—,S(Áa\n½¯1E7iLñí¦\rüó”^ó´*È´¥O2í²™vý³L{Û¦ƒÀtðxÎtð9Çt<’Í<ç/f^hzÈtBW3MÍ˜ÎõñÌ‹­ÑL—ÐóÌK¤bæåMhæL·K;˜n›™î6ÌkC$æµ_·™×³˜×\"˜7Ždz8D1=º·1=	W™žÿ|˜^‘AL¯^o¦í¦OV&Ów/Žéw¸éçQÆôßÛÇôg\\aúóÞ3ýÏó˜þ¹¨ÿ¬3¶®2ÄÌ€¯kÌàÅqf¨™3lh€yGîóN‹93üy.3BqQw•‰MbF>xÊŒ¬d1£™1üDæ½CzÌ{™±ô\"flÿkæ}]æ}·rf¥‰g]ÌŒsŽ`Æ¹v3ã¯Ä0ØÅ3Ä´3 ýÌÄÊf’ÏSfrÁWæCw3ÅIŸ™òM™ùÈÎˆ™º²‰™1¸Ì|b£ÌÌTNef^ÏafÑÖ˜Ï°^ÌìÆ3ÌìÌœßŽÌÜö#Ì¼ûDfþ¥fþçuæ	}æ‹ÛÎÌ‚t_fÁ¸%³ìÇ,\\gh3KþÌ1K³L™¯\n>2_ý™a¾Z[c–½b–Çœf–)0Ë\'0+Ì}˜¯Gª˜ož„2«sú™5QÌ·Fç™o‹n1×‰Ìf\nÙÔÌlšc¶¯evRŸ2»o>fv?YbvÿÙÇìyÌaö9‰™_\"k™_¦=™ýKÑÌ¯»™-jÌ!SæÐ^sèÃ-æÐ—gÌ¡¹Tæ0»†9b÷€9’HcŽEC™ceLæ÷¾Ræ„Cs\"J†9õ•9Y(ÁœÚËœv¸Çœe?aÎÝ™cþ¬ÌeÎƒÿ˜‹\'<™KyFÌåðæòà\ZseŸ¹òe7sµês­Íž¹®1ÀünËüûp\'óŸ\rÀüªÏ’ø™Î’T.bIÒ²¤ºûYÒ¾±¤K±dÉ³d<n°d\nY²û\ZX²n¬-’Ž,9ÕW,¹w?XòÜz–üõ/¬m2*¬mj±¬m,\rÖ¶€H–âr7k{ÀCÖö¦rÖöq–²‚µãÕY–ª\"¥¶ÿ7Kí·&K“ÍR/êfíz$diíöaí‰HféÌè²t6lXz×ÍYzñpÖÞ AÖÞþpÖ¾=çXûo¡XÀ5–AC/Ë`òË`YŸeð§™eØQÊ2jmcCÐ,ã+,“ËLÍ:øøë`#„eîÕÍ2O‰b\Z`qúÅ²¸Ã:*˜`íŸaYM&³Ž5>a[&°Ž7¶±Ž/ÑX°-*,ØK`!d²‚3,„Ï\nQœÉBªg¡ûŸ±0†,P\'‹ŽobYd“ç,JQ‹ªûšEõ²YŒo\'X,\rÏ×Å{Àâ7$±ÜR–Ðv™%ô™a	›ËYâš,ë±ÖÉ™K¬“‹–ÍÍ~–·<ËæÉ1Ö©[{Y§Mî³lÏO²ìUÎ³ÎþúÎr¼a9Ù]a¹€J,—%Ö¥“bÖ•7ö,·ü<–»e>ë*5uu%†u­q˜uCéë.ŸuãRËÏò¸Çò\\dyC±|^<fù|+gÝ&•°|ÍJY¾GÒX~Ò«,¿wY~ñx–ÿù–Ó<+Pc’ìf}ÚÄ\nëwaÝ9ÐÊºÃ\n/8ÂºÛúafËŠÀ~bEt™±¢ž~cÅ¼úÀº÷už»Ë«ÌŠ?eÅ{³YñÙa¬ø±$V‚r+‰´‰•ËJú$d¥$e¥ld±RgÔXiv¶¬4_VZ„•Þû„•‘WÀÊøú‰õÄí?ßÊXOUa¬Ì_YY¿î²rŸXy>¬¼ÄVÞYV¾ì!V~N<+2‚õ‚°ŸU4ù™UŠÓc½:Lf½²ªf•k¬²Êo±*†Xo–‡XÕ5š¬ze_VÃiKV£;«™óŠÕ²ï?‹¬HëC‰õ1Ç—Õ®¥ÉjOðcuh°:±9¬Î‘JÖ§Ï·Y]Ô·¬n¶3«GcÕãÅêÝ²úîL°úþJ°ú!r¬¯û”YW¬Ú~Ö ÿk°b‰5ä½“5sb\rßµg}n`M)°ÆSüYß/Ø±&§YSÝ×XÓÖtxëÇ‰§¬ïÞ³f÷½dÍRSXsæ\\Ö\\“%k> –5ÿuŽµXgÆú…Ìú5÷‹µd+ÏZ¦¿a­lF³Vbw±VçìYzGYë\ZY6³%t‹Ù‡o±7=mdKýdKñØR!|¶Tôq¶ôv)¶ô.¶´&-sÊ-s;™½¥)”½QÇÞú|[n÷[^ÆŽ-ÿè2[±ÂV²}ÁVzq½£Î€½°U¤ylõ¨lõ_*lÍj¶Ï—­šÉÖzeÎÞÓ\'ÁÖ>žÍÖfcë(]`ë¤²uµÚÙº¹T¶žHÌÖ÷´ü{_]Û@­m`Î6³Ù›Ø‡¾<a±a	±f[D.²é²å>gC?`CíúÙ°Zlø|3Ég±QÒ¹lt)`³qúilœŽûêÍÆ#VØx¿e6>õ\0›(±‡\r¦N±ÁþëlRà›ôã+›\"UÁ¦œ›eS¯9±©þZlÚ=›ŽwdÓFÙÌý…læp6Ó*‘ÍÞWÄæ€³9œr6Ç­„Í¼Åæf¬²ùûÊØü[OØ|¿E6!Ÿ-HXb{Ù¢$<[4ãÄ¶¾fÍ>õV‰}šóŒmk^Í¶]¸Ì¶MdÛe´±íž6³í>ícÛv°íÿÜg;À—Øç‚Ø™4ö™c?Øgí`;¾©fŸó\'±«³f8lgf2Û9o7Û¥‚Êvc±/5d_Ö·d_ª³/;ïe_®˜d_QWf_ÙmÊ¾r2›}mÒŽ}m£˜}=Ê€}Ã€Á¾åÜÁö0¢³=[Ùv²=Z7Ø^cWØÞ»3ØÞwÜÙÞoÙ>É3l_;Ðû;Xî;;DÆÐf‡ÕÆ³Ã\ZzÙw´\nÙáÏÂØwO±ØwóŒØ÷\ZØ‘»4Ù‘gÙ‘Y$vTƒ	;êS1;ª÷	;:4Š}ÏgûÞ¼ˆëþ”}¿ï;÷€ObÇŸmbÇßhc?ðèd?hg\'Zß`?º5Î~ôÚý8z7;mÛyvš¢4;íø=ö“®Ïì\'?ŠÙ™<væ‡ýìì˜óìœ\Zv®ò\'vî©·ìÜàdvn•G8ÍÎû0ÄÎç?gç_ÚÎÎ¿Ã~Quœ]d¡Í.êlgû6±Kn¹²K¼O°K\n°KÑoÙ¥ô×ìWÕXö«žv™s»¼³•]amÇ~Ó³‹]eµ•ý6<‘Ýøà\Zû=Îþ¨‰ewª°»\"ÆÙ]­Îìn«ûìÏ±£ìÏŸØ_n|b‰Mg÷#Ï²ûíØN8ö€ûoöÀÌeöàs]öa{¨®”=¢6Äž@ù°\'ØNì	á\"{êÒ {êÉ+öÌ!öPgöOÏ@ö¼c*{þü7öbÔ\nû7£Šý›s˜ýû„&{i«<{i{é0‰½²ç\Z{Åi„½ŸÃþƒUd¯é·±×NE³×9#ì\r	öF*“ý*ÇþgùŸè3ì¥Ž„·G²Ã‘\nÖàlî‚q¤Ÿpd©–Ù{åœ-ÍÛ9re\nùïu™|Žb$š³óàGeëGeàG•mÈQ›>ÍÙõ¦£…1ãh_âèXpt/¶pô¯›sö*]âìí¯æì³»ÀÙçþ’³ÿ¬gÿ5.ç€ïkŽ}\ZÇ ÙŸcüë\'ÇLs€cö¸‘sÐ¡”sÐY–cnÁã˜ŸœârÓä¹´™säÚCÎÑ,Ç<÷Ÿ8Îq=ut{0z@‘×ØàÀÓ>q\09\"H]ã\0³ƒ„‘e±ƒÞdÏAg>ç`x%<ÝƒƒÈàà¿pRâÁ\nñŒ‡øLJ¹sÀ{¹°ÃCÊrHK6r{>‡ÜÎ¡X19”oFÚQ‡>¸ÄaÀwq­õNm ‡Ë*åp¹,×!–ÃsìàðýU9\0ÍµsÄ‡â8â*ç„ã.Žõ‘ÏkJ5Ç:«s2õ(çt›\rÇÎõ2Ç>ôÇA‡Ëq¸aÏ9ãÉ9›õ’ãxÃq´Xçœ‹+ç\\ÈHá\\xJâ8é<â8K^ç8Ëýå\\¼RÉq±¥r\\*s\\SÑœKÈÎå¦zÎåž6Ž»àçêkÎÕÕÎ-KÇS#ãIMãxžûÎñ\\päxwÚs|n.qünårü•Ú8~\rœ ³DNÐÀ\'Xæ\'8ô7\'ø=œ\Zòˆzßƒ¶ÚÈ¹£´Â	×âqîþ×ÿèN.\'z œsÏ…É‰•8±Ëœû…xÎýe\'îX#\'ÎàÄEãÄë{pâÏþäÄÿKá<hs’¬Žq’ÞÏsþ÷ž”žaÎ#\rUN*™ÁIÍùÌIs9ÊIûfÁI›Wã¤-â¤_á¤§Kq2ÜœŒkKœ§gaœ,]NVäSNVÖ\nç™õ~N6§ƒ“}Ò‘“TËÉŸ2å¼HŽàÙá”Ý9%iO8/£t8¯Úðœò(NEn%çuÇN%íçŒSMòàTÿvãÔmåÔ]¿Í©‹ãÔ/xrÞŽ 8\rw|8\rÏe9ÔœfE\'NË3á:9-ÿ*8­¸ýœÖ|NkƒçC¡;çC›óañ§-a7ç£lçã¾tÎÇÏåœvä-Nû(—ÓÅøËéâätoæô`\n8=I×9=Êœ^ô0§÷þ!NoËNßs#ÎçüBÎçq[Î——ºœ~ŸZNÿ·Çœ¯ÓéœQ#gXjž3¢{ž3j‘Á½/æŒ-—rÆ¾qÆsÑœo\r)œï\nQœï¿–8ŒbÎTI:gúUg&Û…33¿óc¥”3KPá,zÏr~5ks~\'\'q–dÄœ¥´`ÎÒKGÎòŽóœ•ŸÎŸuÎßÈ&Î¿x®ä³^®ÔHWÚàÞþre4V¹2-S\\™…«Ü-¡B®\\ŒWîSWÁ®•«x*˜»}e7WéÁwç¬W\\áª\\>ÍU-Wâª-\'sÕKD\\\r££\\Í€c\\­(_®v\\4W{HŸ«ÛkÈÕÃÝãî5ýÉÝ¿”{àV×ÐOÈ5léà\Z|á\Z)ypÊ‘\\cè)®qT×äL	×äÞI®I=ŽkjrÍ%*¸æ3lîám§¸v¯¸Gõ-¸–\ZM\\Ë½\\«#;¹Võ6Üc°Üc³(.Bê=á°ÈEDnç\"oús1JI\\á)s–ÎÅ„^åbªÌ¸˜ßR\\ì\r;.ø3œKîjâ’Ç¹Ô !.mûY.3å/—ud—USÏe7*r9­>\\®z—{Ä„Ë½Èârg,¹B¥í\\á%Wôê8W|å\"×ºì\r×æ¯€{*2™{Ú+œkkvžk§ùœkG\råÚ]á:W¹öéÜ³¸g½OrÏQô¹ç¼Ö¸çÂº¸N»T¸Îë§¹.«®k¨2×õž÷Ò¾«ÜKå«Ü+wÛ¹î²\"îÕˆÜ«oßs¯Elå^›­åÞ`[soTfp=a\\¯£ç¹B_nÀ)Gn@Ñn`Ñnà8—¼îÃ\r9²Î\rIËâ†¶<àÞI»Ë½Óvž{gã7<î÷®ç6n$“ÎÊ–åF}Fq£ÅTnÌ)OnÌª	÷>µŸ{¿9œû`,›Œä&*å&êå&{ØpSì/sSfîrS¹ÒÜÔÑfnúÛ\0nzë]nÆõíÜŒçËÜ\'ªÙÜ§F\nÜÌ(47³j€›5»‹û¬B“›­£ÄÍŽqææìvçæB~qsÓƒ¹¹UJÜ¼q\n·¨ú·„Eä–åp_¶à¾\Z¿É}õï7·ìònY¦\n·ìÅnyæwnÅuîk·›Ü×%\'¸•)Üª¸nÕÚ*·šUÍ­Ý™Ç­íòæÖ|æÖ¯·rß:ã¾íËæ6’â6Ïç6†]á6¹èp›Þôp›M&¹ÍvŠÿiã6—ôrß2¹í{Ý¸ÍíÜ®öËÜÞ|n_~#÷s-…ûeË\n÷Ëz1·K·ÿÄ·ÿe<·¿v7÷«E÷k›w’Â|u‹;¼ÆáŽüâŽ®ÞåŽIáŽÝapÇÍÇ¹ßÞFs\'÷q\'ßˆ¸S^q§*Ïqgo{sgs‘Ü¹Ow¸?÷}åþœþÄ·ðç.¬Ïr7up?Þåþ>Šäþþ»‡»|àw5šÄýóžÏ]Wuâ®SC¸ëþ0îúÝiî_N÷ß‘Ü$î¿Ûr<	¦7ORæ3OÒXŠ·ÙJ·9Ïš·¹¯›\'-cÉ“žÿÈ“=¨ÃÛÏåÉS1<÷ç<ÅŸ]<¥hÞŽ¡W¼ŸryÊó^<Õ—î<õ˜<õ:OƒXÈÓøÈäíïàíNÍæíž¼ÉÓ„Ÿái:¤ó4Ï\Zñ4¯­ò4—ûxZ’·xZwæx{nÕò´«Üxº’Ûxº¬ÿ²‘ÅÓKÎäé/	yûd›yû5ð|ÞÌ3À‚<ƒ†<Ãýž1Ö‘gLuáG}â¿GñL£<Óû<žÙÂ$ïý[Þ¡‰Þáóûy‡ã±<q:ÏJâ,ÏJÏ;&?Ä;&<Î;vî\rþaŽ‡À²yˆÞ<Ô}úl\"UÁÃ¼iäaêy˜¶e–\ZÇÃ—kðHÖ%<2°Ä£všð¨“J<úå*=7Ç”¸Äco]ãq-GxÜÁ[<á¶<qÍ4ïD•,ïD—-ïÄZï¤¹\"ÏfKÏƒáÙ$\"x§;òlÁZžmµÏ®Ï³ÿ®Ás¸ÒÄ;‹?Ï;[ñ™ç([Ås$\\ç9>LåÃ•òÎ5$òÎ½?Âs²±â9Å¸ðœÙÒ<ØÏ5z3ï’Š7ï,ˆwYº„w¹éïŠAïš/ïæ¼[„xž‡ñ\'ž\'É˜çEæyÅhò¼]°<ßðDžß–BžŸ§=Ïïé}žÿH&/@ç/à¥/p[%/Ôå…|Êã…óBgya¥h^8‚Ë¿ýwWR‚‰›ãE‘fyQ¼^TÕ/Ú¦•³û/æ¿ÚÝ—HäÝ_”àÅKöñâ#Uyñß¯ñJx.úðÒÍÝxéwßñžºØó2›>ð²îVó²ªÇyÏ4ðž	yÏŠŸðž—ûñ²ÍÜxÙLx9ô]¼Ü\nïEö_^i3¯ÐÀ†W¼k?¯xú¯Ä¸“WbbÊ+±”å•Üèä½”úÅ+ëå½:VÌ{•UÇ{Õø“W¦Â+¯°åUh]ç½ÖtãUšPyof¹¼\ZÑ^ÍË;¼ºßÖ¼zh¯žðÞJó\ZŽœà5¢nò\Zûp¼Æe€×¨ËkþíÂ{g¡Ì{|Ÿ×¢z˜÷¾n…×z<–×vÎ‹×Öµ‹×î>Âûäö×åº›×í²Ìëkx}¥6¼Ï!bÞçñ·¼/:\'x_O|â\rœå\rÝÆ©ÿÉÝýœ7Jñæ:œæ~|Âûf»È›D(ñ¦¶]ãMýãÍäðf	¼¹jÞÏäÞoÞï×\'xK‰xKÏoò–>`yKêyËØ	Þ\nþ7o5›Ï[ýËû£ïË[7¦òþê yñ#¼«ÿø›nð7µ,ñ%kjùRËD¾º/ËåoÝ>È—íåË›xòåïlåË·4ó=TùŠyk|Åš§üíþöÈRþöWßùJÕ|å‡ù*k|u0›¯þw™¯q™Å×ð\nãk4§ñwó\nøšËr|­DKþÙ3|m•p¾6-•¯Í¯áëÆ:óõ¤~óõ_¿àïõ\'ñ÷¼Äß÷ÍßïÜÍ?À¸È?ÐRÊ7zþ“oÜ@â›@~óMÈª|Q(ßÌûßÜmÿ°Âþ›A¾E˜ÿèÝ­ü£IP¾Õ±Í|«Û¡üãÙ\'ø@Žq…ÌG4å£ûø˜ck|Ì7»U“Oräã{Ìù„èO|¢»%4þÃ\'ùó)2‘|J,„OóáÓ+¾òé½‰|f¿>Ÿ{p7ŸËkàó7‡ð&ã|Á™i¾]É2ZøÂ._T2Î·áÛ&eñí~êñíþ|á_XÎç;Erø.£ø®#pþ•\0/¾[Ñ%¾»ÀœSZ–sÏÿÖ‘¯|›Z|!ßc²‡ï)áÃ÷D-ð=ñŽ|/Ÿb¾Wíq¾WsßÓÍ÷ÙáÏ÷É~Á÷\rãûýµäBñÉ;ùA¢1~°†!?øü?øêG~ÇoNàße}àß]~Ïx¼ñî\r?j„ÓçGqøQmüè\'Lþ=36ÿž¿4ÿÞp7ÿÞ\n†ßéÿ~˜>?N¶Š§$ÇßçÇ_GóüÂò–<ø‰?ùë%ù©ÖþãIü´ãütü>~:÷:?Cþÿé/~f¢ÿÙÖ$~öŸa~ŽÝE~î£7üÜ†6~SŸW×ÀÏ˜ÊÏOÅñó3ø/ôçø…osù%ø~É÷8þKã/ü—¡§ø¥KüWÃGùeç3ùe¯óËùëüòN~ÅË-üJsuþË‹üªòoüê©#ü\ZÝ¯ü\Zû2~¿Vö¿®~ßñ›xãüæ5k~‹/¿(à¿ÿ¨ÊßÎo•~ÂÿHtâ·«ùípO~Çˆ/¿sÜ”ÿI æwÙMð»Š·ñ{ºþðû£øŸSËù_®ƒüþñ]üC. Åä¿ämæó‡\\þðƒ)þˆ>š?¦§Ï—‰çþá;AãsrçO¬ëð§î–óg†üø³RSüÙ~ÿ3oŒÿóÀŸ¯‹âÏ/\rðZRø‹Ãüßíüß_ñ×´îñ×--øÿž˜	¤0[Re(ÁæßËé\nš@ºë¿œy\'Øúû¥@Î\"T ÿé‹@áñ¸@¡ý“@Ñ®_ ¶ßü(PºC(¥$vœ\rìTèì4i(«ð*‘‡*žT«§j×O	ÔŠê¡úŸ‚]Ã½“L–J U•#ÐÝÅèïèŽ¬	ßÞEÜ\r</<˜Ž\nÌô6f¼™B`n¶[pèhºày³àà àˆsàèßÏˆ¢\0Š¾.€ÉÎ	à¥(ð\"V€Yà	°Öá|¨›€(yM@¬2€Ê…PÕN@–Pâ/\n¨ó\Z=[@gx©×Œ@óNÀÚR+à|pÿîðí6	Y†¡Õ´@ø/Ñ~\nN8=X›¬nX|œ\nNi–l/Ðö\\CFàð}ŸàÌ¶ÁÙrœÀÑV[p^)PpÁn³à‚ÏÀIF,pÒ#.\Z<¸vÔ.Ô	.›®O®ôûÜOxÜÝíî!$Áµ5ÁÍÏ½-4G8KàùŠ*ðÕ\'	|\0_B‰Àßò— èt› ø:(Uˆ„z¼Üù`*¸ó§^~RMp÷jš bR_ýÈH\nî½Ä¾QÜ7û\'¸Û$ˆ»&\'x°oC°ëŠ A¿XÔ$HvO<ün,H™¿&xÔÝ$x4R H}°\"HÍ‘<F_¤Éí¤A—¸‚Œ6¦ óW‘ ç(ÈÕ-äé	òŒ?\nòD^Œ½º«ŠÖÕÅ¦‚’Ú$ÁË^ª BºSPq_[ðº3SðzD$xcT½ZTÇè\njöÔ6Gê¶¤	ê/¿Ô§§Þº!\r’“‚FkAãµhÂ/	š-¤-\'©‚–_ÁûS­3C‚vë<A§|„ ó‡ª ëv’ 7ÃCÐ·ÏJÐwî’àóà‚à èW1Ø\'ï†C3‚‘æ½‚‘¶NÁ(:E0š,|y	¾-³ßµö	¾_y$˜8-˜hG	¦<Ò3Û7	f*­?r³úí‚ÙžFÁBÖiÁï¹‚¥µ|Áªç\'Ái%ÁŸ÷“‚5›%ÁzÓÁßk\"¡Äo‚PrßáæKBi‹?Bé8¡tá/¡ôôO¡ŒÒg¡Ì¹[BÙ0¡ìL‚p‹Z‰PNæ¤PÎÌE(×‡Êû\'	å_8à¡‚ûf¡BÚpû«sB¥™xáŽ ”pG‹pgF¬PUž&T}rA¨.qS¸û8T¨;²U¨/Û.4rÛ)4z£(4Ò\Z¿pšèèÿZÊ8­’àÂcPW!hBÃM„0u\'!ìx^#„g¶	ŠæB¤ç†E?)D	n	QWú…˜ÌJ!¦Ï\\ˆ¯Ñ’»k„{	!­%¤ïš2i\"!ëJ‚-²rÒ„¢ŠBë¸­Bë•áI3\r¡Ïá©²0¡Ý¶ÐÞCUh¿úEx¦iQx¶ú¨ðìÄU¡ã‚ÐQ,#<\'8.<×µ(<˜*<*]è%¼\"(¼Bºe¾ºÜ^m\r^×bo|¹)¼5yEè1ŒzhztzËŠ…Þ+—„~0¡ß‚Œ0pG¢ž.EC„¡Q9ÂpSYaøo²0BÕZu¦G}»D£V\'Œy­)¼G{\"¼?CÆ-N\nÐ„|ã…	«ÂÄ¦(a’I˜l\'Lö‘&æ\n“7~\nSU†„iðAašÛœ0ƒ…>¹\\-ÌT?&ÌŒ¸$ÌÏféH\nŸk>/x+ÌFífû·\ns}Â¼O®Â¼›„ù2ÂæmÂ‚‹›„EK(aqÈ°äÌaÉÍûÂÒ›ÂWY6Â²ö2ayîáëúçÂ7ß„U„U_ó…µ÷Ç„uŸ„õ¦xa=ç°^\"|;E6>6|6™]6—6m6›P…ÍÞRÂæ¢°¥/|¯ûVøþ¶‘ðýáûþRáƒÂ/„*;…mªŽÂ6O_a[þoa»¤‘°ÿQØþ˜-ì¨¶v‰N	»I?„½¿¶¿ù#ìOó~=El©F\r3L„#—”„#¥šÂ‘µáèñÂQ_P8®²O8®\Z,ü&]-üÖ³Møm¸MøÝ<Zø=¡T8a!œú*œÐÂI¼®p2þ»p*±N8sG üyüp¡ò˜pÕ%\\“·®­g\n7¼ØÂç–E°^‘Ä…Ñ¦2?‘drŒhsÚ_Ñæ–‘lû}ÑÛ£\"¹=4‘\"%Rœ–m—­)½ãˆvx8‹v<Ù)Ú1%)ÚI,í¬‰T²Dª^ý\"µ‘ú¢h—+S¤1×%Ú¼)Ú£Ii/Ÿéø	E:\rd‘~Â!Ñþ*wÑþñ¢›P\"C¯\Z‘³Pd²ÛNdR?)2fE¦_ˆÌ\nDåEæÛŠE‡´E‡†Š¿ðY´…E–ˆŽßf‹ŽçA\"«DÔo\"xÚ	<3MD‰Ua\"ÔáJêíaZ -B_†ˆ0/ãEØ}í\"ìH­ßä#Yc\"0FGN‰Hó…\"ŠÑoõ5QDÃ‹èÍš\"†ßC£Þ\\ÄêPqžÔŠøÈ~¿P(ü^YÛYŸ—YÔŠN:T‰l–5E§s‡Eö?GEŽÅJ¢sø Ñy7Ñ?¦èBž–èâ5e‘«ÔG‘ëë‹¢Ë[¾‰.E¢+t‘[ŸÈ=\'ºvxMt}äŸèÖ‡Û\"²–È‹~AäP$òú– ò¾Jùo(ò/MLÊlFªˆBôLE¡(]Q˜·ªè®iŠ(â¢½(jo…(öNŠè>‘\'ºÿ×RÉÅ§¾=È‹%ä6‰\rEI.Ò¢¤àK¢”ú4Ñ£‹×D©²Eé‡¢œ™èéî¢§F€è)øWôôy‡(3[W”µ=RôŒ@e»–Š²_È‹²«—EÙQîŽhÑÛ½¢7JD…¼\\Qá¥PQ‘‘¬¨¨pTTÔ+-*šó.‰Jë‹^]y.zøŸ¾uQ&ª¸›&ªˆ¿)ª{(ªñÐ5Œ™‰\ZÍŠ\Z‘Dƒ¾¢æ$5Ñ»ÜQËÍQÛiIQ»Ï9Qç¾¨ûl­¨çÄ¸¨çâQ?ÝUÔï\Z\"úúµGôõ×²h\0Y.\Z*\r\Zû‹†–.ˆ†K–DcÛÌEcùÑ¸úfÑxÕNÑ÷WLÑ¾R4qš\"š„ÓD?þ›»æ·D³vª¢ÙEEÑÜžÑœN¤h®iY4÷[R´ðV$Zú‰~ƒ¢ßM<Ñ²³h•5#ú“Ñ+ÞdËoZ-o¾].–VðË”«ˆeý·‹·Ê°Å[¯;ˆårpbù¬,±Â/±âZ€xû­ýâíoüÅJÇ´Ä;XŠwXÌ‰w\\?#Þ‘uJ¼ç(ÞÉ++#abËy±êú˜XMÙT¬fþK¬†¯«Ç.‰5¬PbÍk\nbÍ!ŒX«ï²X¥&Ö=\'ë~ú\'Ö›mëËmëÅ‰÷níïåîï={V| ä–Ø ÈAlÔµKl,Rl|Ö]l2½IlV“&6%‹–§ŠÍ?;ˆ—Þi\'¶¸p\\|´÷¶ØÊ+C|l[—øX¤«z,_ÍÖCëN‹áªZb`Ÿ¦‘¥\'F®žãt¬ÅxC\r1žÐ+ÆÛw‹	Ç*ÅDg1‘Ó,&¿Ú%¦à%ÄTž—˜.¹\"f^Q´žŠÅ\n­bñÑ\\ñ	ÿ“âm€ØÚe§ø$0-¶|->uñ¥øô×¿b[ó)±-o·Øö¢†ØnLZl÷ÛYloŸ.¶÷ú+¶ÿN;xb‡WbGÎ{ñ¹Ç=âóß¥Äç§+Åàâ“JâSâ‹ÄcâKªyâ+áeâ+£¿Äî@ºØ}dV|M›.¾v¨\\|i(¾ÖqX|m*¾®xM|Ý/]|ó\Z]|ëž¬Ø£­Mìi -öŒ7{\Z‹½€$±×“(±WÅN±÷±Ïÿ1\\ŸñXQ\0Àe§aÙ\"Ñ”d”\r´Ð³÷Þ{?vÙ+-+\"’¥‘­\"”™†ŒEÊÈèÿñýÜûòwÏ9÷wÎ\0H–\0!!;\0!ïÁ€°Ol@Øx œ(„?\"6¯\"|ê\0þ7‘z7\0QÎJ€(Ðu@Ô›Í€¨¾e@4?sBˆ{b>*\0b?S±²€¸^ ™Hé(\\\'­\0n0Ü8c¸A\r\0Ü\\™\0¤/h2ü[™y€l­À779ê¯9EI€»¸)@Aö@áÍã€â^ $ð D|P2…Tl\"\0*†þ*÷e*_|<Úâx<åx’Ý	xJ³<MÞ¨®ø¨ÉŸÔüŠÔ¬%ž]=¨u³Ô¾þ\n¨k\0Ô€\0êÃ¥€çu€FÝ@£ÑC@kV$ õc% ÝEÐQÆ¼4Ü	xuÞÐõ$ÐmmèFª\0º__ô(–\0zYî€>Ä^@ß,	ðvcÐÿº0à²0hÉN†N¬††”\0CŸ#I\0#¿÷\0Þz\0%€eþ€Ïx	`,Aðex\Z0™L+&{ø€É¥eÀ”ÇfÀÜ0\0ð=ã=à‡R4à6ðóÒ\'ÀÏ&eÀœ¹\'`Þî3`žOüºs°P{°(g\0XÜÛXvÛXAæVVÏ¾\0¬vö\0ÖÖŽ\0Ö\0Ö›&®DÀFm(àß¡À¿c;€›ÜÁ@9(_ Ê¿\0®þ*ÄÚ›ï\0•žæ•s€Ê-€›æ›ƒÕ€[,ï·ªà[-ØÀmzw€Ûn€jI€ZÚR –Î\nPçšP÷äi ÁÀ(Ð¨ùÐ¨_h|öÐ84h²·hvÇ¸{ôÐÊP´29´:phÅŽZË…­;wm_,íM1@Õûÿ{tà¢û¸Ÿ€FŽ\0˜²k~*îñó:h:u€NÓIÀ£-²À£ó›€ÇþÂ€.ög®ËI@7ýÏ@·æs@w„ð¸R8ÐãÍo ÇG çÕO@Ï¦C@/6èõ[xòèÓ·èKžÚ›<ÅžýVt€þv€þe`À×Às÷çmö=\0^tî^|g¼8£¼”ÿøü0Hõ,0èçIàåñ@@·òØMÛ¡{î\0¡é@hÕ3 üf)ÞõˆŒaQä ª¸ˆÞbŒ¾±Åh î„Ä»|â?ÊÓ€„ç•@âÇ@ yhHº¤ÎÇiJ7€´XK m2H[2‚ºÌf*m¥\rd_\0²œ€ç-@Žà=g#ò§€ó?@K>PrÞ(ù¾”Ú=J7º€!ao!õJÀo€!ÓíÀð¼cÀð7>Àð÷CÀß­À+>ï€WÄg€1žŠÀø$0þz0¾´˜X<\0L*=LÖI&CñÀäè7À”>Àk9G€i‡¾¯ÏÞðòÞÅoþ‹¦«cé1ßYõÀ¬p`öùÀì`vÉ0çùq`®˜+Èæ1ë€yI›€ysÚÀ|í_À{ÄEà½¨5`ÆX¨©\n,¼(,Lù,lþ	¼ï˜¼:,ªþ\n,ö÷–žÑ–>»,¿š\n,ÏÌVÚ2€=gU¡À\'ýÀjK°æ2\rø¹XNÖÕw\0\no\0wþoô;°™ï\0lÑG[lâ€í÷K€ÿ×S§ŠØ™ûø²7øŠ™ìv\n¾ù|Ø¥	ìé~ìÝ5ìM>\nìûÜ|§—|—kìÏD\0D?ÏGvšßÿµŽ~}üà´ø±ã$ðo	øyÜøÅ;\Z8±épb&8YÛœ\\Ûœ2Ýüšœ®¼œni~¯°\0~ÿÝœÙ•œ	Çg’ê€39‹À™µ$àZ]àOägàÏ(GàÏ[nÀùù·À_r²À…—ëÀßzõÀß\'Àß´À?‹´§À¥7ýÀ¿m×k—Î7šœA2¬7 £û åõ\' Í¶Q Í’<ÐæÞ Í}& -¹% ­b%Zõzýu†éÆ%æ:Vù~V{H›ž\0ÚqÉ´#þHwS7Hwg1H·a¤çµ¤÷\0\rÒO4í<Ñ\0Úùþ\'È4àÈödú¦d&x2/e‚v!‡A°ý Kç.%\ZÚ}‚Úc¢ÚsE´ç´gÐdmb²Îv\0íS­í3Uíû‰íŸ:èäkB«•~€wIAN[UANÇAÎ Ë%U«Ü?ûÄ7Ðñ“# ãeî @GÐ‰¹ êÍ ñb·B\0èdqèd»=È§Yòú:#Œ…ÚÎVö‚ü7VAçmt@çÒ@ÅÐ¥^((ð4ÈÂ‚Sƒ‚$S àÊ00æ&BÚ‚žA_½Á$ÛAˆxCâ·\r±D!I© ´`„i§ƒpì= Ü­n>g„_šD·AÄSª b¦,ˆbW¢8QÎãAT‡W *í>ˆ:›¢á½@Œ1ˆi™b(Ø»nƒ8Z@Üü þmÁ\n$LpIr@!‡ì@¡‡›@¡•Ñ ÐVyPXìQPd8tåÆuPtc(fé(V2ŠCƒâ/çƒÒû@	¯•A©r­ Ô($èšz\"è:ü	èzÑèúÇYÐÏ<ÐÍÀÐÍièÎ”ãÊØ2Ê¼5Ê*leßº\rºƒå\ZðAyQf |&(ÿÆPþ‹iPþr7è^¯1èÞÄ9Pâ	PTPrtßÂt¿ÍôÀÊôÀö0¨86TRÿ	Tje*½•‘>€N¸*¼@•àQPåÚÐ£SÐãím *u è‰·èéw?Põ­S ºPÝê/P£ÔèQj\\¸	jzXj~jþêj5rµ&µQ™ ¶Œ P§ê|ñôJøôjp;¨Ëj7¨ËÕÔ•ó¿#P·OèîèÍµPo5Ôgšê{µôn|ôî_¨ÿV:h0à	hðîcÐà’h¨*4œ•\Z±z\ZÍ~\n\Z³ü\rú²õ*hüÈcÐ8ù)h<Ý\r4å\rš¸ašÈìMÚG‚¦B‘ ©„Ÿ éër ZN \0!h¾óè·ÍÐo\Z	ôýYd‚\rw–Ÿ­<‚þ¾°ýV­ï{Z¿­ÿ¾Úèvm|ü\r–q9–%É€e¯+‚åÙ`…êR°¢¥X1\rVì,+AÒÀJ5É`e³ðæhxË¡Oà­8_ðVñ:x[@x[„#x[jxû™i°ªÔ¬ú¯¬fVƒŠÁêë?Á\ZÏ‚5>îk:€5µ¤ÁZá`íÓë`”°Î‹°Î›x°®QX·ÖãÙ‚õR‹Àúšá`}ûI°~½;XÊl¨Û\n64À€\r—.‚XOÀFq/Á¦ˆý`Óá\'`³{T°ùðsð®Ìdð®O½`‹˜;`«Ëãà=ÏzÀ¶!ÏÀ{_YíGºÀöß’ÀìN°Ã{ð>´/ø@ŠøÀGU°£øØ±¶\r|Ä¶|äÞ4øÈò	°“ã øèŽdð1)øó,Øeµìú9ì¶l>^{|B„{`Î€=-–Áž­À^jÁÞf¥`ïÀ°wÅy°w/	|²RìÓ¢\nöY	\0û&Úƒ}ö€Oi3À§Ú:ÀgŽ&Ïª†‚ýþŽ‚Ï#wƒÏ‡Ëƒ/,‚=šÀË!àÀÕYp°î~ðeº¬ž\0†ä¹€!¯¸`(b;GÃZãÁ50‚èFi½£ŸAÁ˜oÖ`|@+ŸžÆw^dÕÁD ˜\\T¦ý0ÓíæÁô&˜ñ Ì”§€™E0û˜ß\ræ<~æy¼ówlº~€Å¾?Áâ%`i‚=XÚŽ\0KÇ®‚C^pÁ!CàP£:p(Áúå8lÇ8\"b‘§\rŽŒ4GN.¯*©€¯<_ýÛŽ1Ž=y/~NˆÖ\'zn\'ñûÁÉ§Á)8\Z8ÕCœ\Z¹œúù*øZÿ&ðµECðÍSÀ7ïEƒoƒÿ‚o\'Lƒoß›§—D€ïœ¾¾S1Î±ç”&sÝ¢Áw!Æà»˜dp>\n\\°\r\r¾ïw|Ÿr\r|¿.²>.r:.fe‚KÚÁ¥ÊùàÒepùwp¹mÀÿªÁå6ƒ\"ŸƒFƒ+Ü\0?ÖšWýÉ\0?ñ\0?9—~Ê`€«-Ÿ^?ë*?[k±æàº9)ø¹ÇSðóK5àçÄ)pƒ×mpC[3øÅ\\¸i­ÜbTn=ÿÜšlnýH·Ý¬·_Î¿² ƒ_­=w}î\"´€»fGÀÝÃwÀoÜáà7,pOÁopïß7à¾€ð;3&ø]é4xàäx°f+ø½y<ø}¥\0<Ú§\0þàbþÈxþXþø´<–vü±<þæ0xbð#x’KOfè‚§\0ÛÀ_ÙKà™ÛÁàŸ¸vðÜðÂþ,ðÂ›à%¹(ðR-¼<¶ü÷zxÕ\0þ·‰þ—ÿ²IŒ€È]ÖƒÈ_‚(€nB4@”#_B”oÕCTØï *BT~×@¶x\n![®„l©…lßÞ	ÙÞq¢f^QËÃAÔJÊ êuS\r™6ˆ†ü&ˆÆ2¢¹ü¢…‘B´Hÿ :DKÈŽA4dÇ§ˆ®»6Dt\0¢Wÿ\n²óR-dg“Ä`i\'ÄP—1Ìÿ\01ª:1ê‰…kUBL(å“ªIˆÉp4ÄtÿuˆYÎ>ˆ¹9bNyÙåÅ‡XÍWAö,¦@¬ïŸƒØÝ­€Ø•AöZþ†ì½gÙ[k±ïƒØ¯B¶„Cö]ûÙÏCCöª‚>Dƒ8¶„8y@?ŒBŽˆ±§ßµcìs×5Ä=šq¿}\nr<Àâ±òâ©<ñDjC<Ã5 ž\r\'!ž3ˆw|\'ädæWˆç:Ä\'õ(Ä÷íQÈ©Ö3\ZË3™ gm& ~ª{ ~V€Æ$È9ÕÈÅm6KÖ!UZ R¬ëË@`êL3!ðÚý¼ÁD}†`ª\\ ˜eOn›>/¡@ðE;!„CëÒ‹‹òÏ:åBçœ‡05f!LÀ*„W\ra?ACØ‘Žÿ~ˆ þ6D”›	óq„„_ß‰0PD„m…DiÔ@¢>¸B¢\rS!Ñ»áè˜Ã“Ø€ƒØw(H\\»7s	¯y?™‰Ÿ®$l\n$ÊP!Ér$HJû:$UJ‚\\“ñ†\\¹V6¹• „¤» ééhHú]kH¦±<$k+’ÕÔÉ&@îÐÆ!w6‚!¹9‘»g+ yv|È½‹‡ ÷n˜C\nN³!—Ã …J­%HI-¤tÓ)H¹¼:äá•gGüýÇnVÇLyÈã»ç UlGÈ“½Ê\'v\'µZ§ÀTHõ¡‡ê£\Zþ3È3ÚfHmÞ+H]/Rç%¤áF\ZäÅõHÓðKH‹ü3H‡B>¤£›yyÈò²¢\rÒõ;ò&ú1äM\nÒcÞé5q„ô†î¼5¹ygƒˆÞC$¡(Èˆ[	d“\0­¨€Œ~øùøü$ä3÷\'äK\n\r2~ûdâ9\r2Éõ†|=…†Lë„C¾ÿ\Z…Ììˆ€ÌfdA~R\n ?ßyBæ7á!óA-_Çç ¿µE²˜YüÔY.xYî?YÑK„¬ˆ!+ÅÝ¿ÎÓUÙKUÈ*$²ÆáCÖýö@Ö!ß!ÿJ.Ce¡½P¹}÷ r³P9¨Â—E¨¢šT±fª$ƒ*ågB•šPPeeUèæ6\0T¥Ý’¬ÝNÎ‡ª:)BUƒ>@Õ4EPõŒ¨F´T#ÕÚÖÕY8Ý8\nÝÁAuEw¡º¥Ÿ zîÇ¡zm>PýøH¨¡‰ÔHý0Ôè|7Ô¨ÿÔÔ¼j.ßµ°Ë‡Z:9A­h‰Pk‡ßPk±ÔöÖ>¨m•\0º]Ý7¯Ýîô€c6ô`Ùkè¡ÀÝÐC?¡‡;¶@_éA<@CžÒ8=šcu¦ý‚:pãåCÝÖ4 Ç3ˆÐã¥.ÐòzPã¨§s4ÔkÓS¨÷nu¨÷Õ\"èIžz2†=9q\0êãã\0õ½sêûú\ZôÔ>è„,ô%\rzÎg;ôÜ÷¿ÐK%ŠÐËAÃP@M=ÂCaÙ· ðÔ,(‚´E–Ü„\"×™P”)Š‚7C1CuPìšŠ)…âÿ%B	Ù(á#JJÙ%¥Ÿ‡RPÚÝPft\'”£ÿÊì‡\n¡JPñ‰‡Pqy<T²9*µ)ƒJ&ÐÛ5hˆ‡4äòKhèM\'hhËahX?\Z®\Zþm74R£\Zikìx¼ÂßFUŒA¯lü†^Eœ…FûhCã¦G ñ—¡‰Ö\\hb×4	XMEC“\"ª¡)ÐkÈ2è5üô†®ôæóÐÛÙnÐtYUh:÷¿EhFX4cžÍôð„fiiC³QÐðmhLš›í½{æ4/lZ€x-hñ…XB‹Bü ÅTGh	ÅZ¶ÓZùrú¨2úØÛZEû\r}BÝ\n}’¦\r}ò~?ôé§XhM€´fzZ{HZwñ6´>ù5´¾¡ZÿÞú<÷´áR´ñN0ô¹ÚÔm>ºÚöè\r´­“\ní05„vŒÙ@;ÏB;oX@_ÝŠ¾ª\rƒ¾j¸\0}½5ú\Z’\0íÚdíbŽC»Bd¡ÝŸR¡oæ; =m¦Ð¾i/è[£³Ð·ÎÏ ýÐæèûý©ÐÑkMÐÛ®A?ý„8\0ýT†‚Žm©€ŽùBÇºû ã‘7¡ã7¾AÇïD@\'O«@\'	[¡“O’¡_Ÿ=ƒ~¿|\nú½­:sEÒ¡?Ðùí÷¡óË ¿\nžA3 y!ÐßfbèâX%t	ï	]>º|\'\Zºüœ–ß¡¡Ëk†Ð¿6<è\Zq+t­]&#Œ‚mÊ Á6ý´ÉY¸Âäº‹a\nƒƒ0Å«\Z0å„\Z˜JqlË—ØV¬6lÛþ£°m#Øvb5Lz\r¦¾+¦‡i^4‚i)ÄÀt¾ˆazr\0ØÎÓ¹°Q\n0Y#˜ÁŽ˜ÁÕ&˜±	flS3N<3³`¦ûK`f\ZJ0³>˜ù“°]‘Æ°ÝÍPØîßî0«ùV˜=EæððÌá¶ï¬ìÀû.ØAò%Ø¡¶˜“¼ÌyÐv¨s9–sÛ*s³þórVyÿ„´½\ró	7ƒùVÀNMDÁÎ<Š»óãÀüÃaþ0ÿ¹—°st=ØEKX áàÂ€;\rDÂ\0¹%0àž`ì§á\rCVˆ`ÈÚ[0¢†>¿ÃÞÜÃ¶lƒžŽÂ(ådõT!Œš\\£é®Á˜WÀ¸êO`ÜwÖ&ônƒ	?í‚‰t¦a¢k0±Öi˜˜m\r“¢\naáZ`á–›a\0°È£ßaWNÍÃ®ÞDÃ®þ1‡%ž{K¤¬ÂR¦žÀRG«`×ƒ6Ã®¯ŽÀn¸î€Ýt2‡ej>€eÒ±°,‡c°,ä}XöÖ>Xö2,‡p–{ì(,ï‹ìÞ+¬ ê8¬ÐµV(Ø	+ÿ+,ø¿j+2¼+ú\r+¾ü	V\\ò\0V²õ\Z¬¤ÇVºí¬´ÑV.äÂÊK\Z`¡:°Š¦0XÅÄ:¬òº¬Ju¬J	«‚OÁž”NÀžThÃž’ÓaO³oÁª‘c°\Z2ö¬‰{öŠ\0k¸khÛ\rkxkþµu¾„µ\rb`íñ¥°>Öq-\rÖ9zö’SëÙ\"ëýlë‹R„½­cÁÞùÄÀúÛÁ°Áw®°áhØˆ{#ìýÊ5ØèvÂÿfa£‰¿`äNÂ>¼Ï}t­…}y<›°»›´ƒM™¶Ã¾­?†M«<€}ßûn}ÏbÁf=a³s`ØCØ#°¹È|Ø\\—:ìwð\0lÑ¨¶x2¶J…­‰°uÞmØ¿±­ðM±à²¼U¸lŒ\\Þ]®D¼WÙq¾Å»¾¥¡\0®š\\W«ö„«õ@àj¿~ÃÕ× pÍ)_¸ÖM\Z\\û½\\7j7\\¯ý\\oA×¿Ÿ7	€¹7RŒ„=Ù	7ÖJƒ_»71˜„›>€›ÊÝ€›:•ÀMÉ\'à¦ÃÑp3“Sp³W¶póÚ)¸ùŒ|—áÜ²_·úq¾R·Î€[ÁmŠ‡àv8,Ü^·no÷îÀÇÁ»?¦0à‡WÍáŽÆ¸£w,i™tƒ;Ý=\nwúË†å8Á.í‡»šÃÝ÷ÀÝ&ïÃÝ·l‡¿J…{ÑáÞ1~pŸòl¸¯ÝÜü~¦M~±ª	h	¶Â»¿À\'áÁíÓðËÉÍpÀù68½‡9™Â‘³fpÔw;8FCŽ¿óNˆ‡„ÂIºpWN“«3jçàŒù\Z8û{œ·£Î¿ªM‚áb<.fÏÁ%“kpé¿rxHÈixH÷xè¹Pxèí@xØþð°,<âº><ÒK¿êà¿\Z¯\05ƒÇ,®Ãc/ãá±nð8Ç]ð¸É:x¼Î2<^â¿w?¡O8O(<OLÒ†\'¥à©!ûá7kÁoŒî‡ßÜû	~óeüvÊwøíz#x–m;<—üž›.†ßÕú¿§/øx^(FÀïãáÅ›€ðâØðâ´ðâ5?xÉP+¼Ôõ:¼Ô×^>Þ¨i¯¸š¯X¦À+MQðGØÏðÇ‘sðj‰#¼æA?¼6\Z¯Ëo”\\‚7\r”Â›|„7/ü7ÿ[€·Ô¨Â[8ðV“ÿÇó½:ðNU¼ó8\nþZÇþz¢\nþz#ÞmqÞ©ï@ÁûÄ÷áïœFàï\Z3àÆBøÐ×Løp|$í\Z|¤Ï\n>ê¸Û\Zÿ\"÷þÅh>Ñ\nŸ¬&Ã¿~ƒÃg@ð™âÏðÙCþð²Ñð9­Aøœ·\'ü×X>|z\r¾€‡/i</}ó¯è·ÂW3ákáDøzØKøFPü)!Ãx-;“¹‹ß´Œ?Rˆ_ \Z\'JÁEå^oÄæÊÿ’[T_ ¶Ýþ…P5µC¨©Cê\'ä\ZÌ­¢„¶…BçDbÇë;ˆWºnûú\'4;Ã«;3m‰·+&C+m„a¯ìÿD“ã&³še„yâQ„ùC\nÂ¼VaÙv±ûóeÄäM„uá,ÂæX8ÂV†‹°m?…Ø»ÖˆpPA8œ-D8<ŒGì‹èEìçû!]ÝŠ8”éŠ8òÐá´ù$Â\ZŽp® \"Ž…íA¸F#\\¿è ÜÒkî#%3„Ç³Y„Rá•æ„ðšƒðµjCø~ä\"NMŽ!Î¼Bœ%ò—”Ñˆ@9\"ŒRQ@ÝC\0\\J@b28ä‡€»ðsztÍ>f­\nýà…ÀÁUøè×ÂÅ±AIf!(óTí¥‚±\'ÁüD°ÂSE‚S<‡àjØ ¸Ý¾\r!‚\\Aˆr¬Å&Dˆ›#\"TJG„…¾B„W1WÍ×1ûF1×.!b±É5ˆØêDìçvDìd=\"Îõ\"®«ú	‘à{\0‘X˜‰HbÉ\"’nC$w^@¤†&#R°×\"­i+g7ün nÜœCÜŒEÜÆ¶\"Ò­’é)éíýˆŒç$DÆz=\"Ó,‘\r¸‚ÈžÚ„È!}DÜ•ïFÜSFäýiAÜCy#\nÓÚ…¯z^$#J¬%ˆ\nM3DÅ•yÄc¹DÄã‹{¼O?Ë!ªs³Ï«½\r+¹ˆFø1Dcd=¢±h\0ÑøÌñ‚wÑ¤hr– Z.˜\"Ú!uˆNÑUÄ«¶ Äëã¯Wš]rûÝO5oÞAôüßÞßÊ}A¼\rtC¼ëWFô=sˆA®1Tkxïc…ø ôñÁÐññqâ“ÂvÄ¤Ebj?\rñµûb\Z²Œ˜ýÞ˜Û9˜?CÌÇN#æ¿”\"~9mF,¼Ô@ü~˜X<YXä7 V,1ˆÕKˆU±&íG¬ýÞƒX×¹ŠØ†\"6Šmÿ_!þåX\"eT/#eÊ”òvJH…Ó‘ŠÓäæA\nr‹ìNä–¾)äÖX:rë½	ä¶¤j\0©úÔ\n©n‚Tçª\"5š\ZSHÕ7H­¨³H­èÏÈ	&H½=¾H}~rgz?Ò`ç?¤á/u¤‘iÒèh1ÒXŠ4æ×\"MüG‘&“5H3w1Òì÷&¤Å¶d¤E¦2Òr¸iõ$¹GÍ¹‰GZ.#­Y¿6QH[íãÈ}{!¤Š‘‡Õõ‘‡«þ!“¤È#›N\"ÌÎ?W.9úH—þV¤+_éfõé‘OFz:¾BzÅ©\"½2®#½Ö‘Þ³¯>ösHßz1ÒwmyÊ&yÊ<ÝøyöÀò¬¯1Ò,ƒô‹\"ý—o ÏÙìCž79<ïúy^\0E^4!…/A\rHàŽH`\0	‚É#Aâ$Ø‹; ÁHð&òv	ÕWCBƒÍ0ÂÆø‚D*–\"‘®HÜñQ$þ°’\\£Ž¤Ê9 ©aãHj	’v+Iç‘ŒS}HFò^$£ê\r’×»É[{‚ä#‡‚Bƒ³HÑ¤8¤)±x”ŒBJÓÒ²‡Èmodè.2d:\Z¦ƒE†¿GFðAYÈˆ|däöÈ¨ô_È¨{6È+YÈ+O°È«F×ÿ7ƒŒ»$DÆ½òFÆ\"ãó‰&2Í¶\Z™V»™62‚¼í/ƒLß\"A¦Ûõ ÓÃô‘™˜pdVà5dÖøä2WP„¼{H„,E©,!‹´lEÇCEÝ$äùä5yd±ë,²â¢\0ùxÏ>äãðtäãñ}È§ä5äÓÔ9duK²vYK×EÖJÝ‘u×#^ _4Z\"_ŸG6=kF6­6 [´Ž [hQÈI7²5ßÙ¶»ÙNÎGvº×\";a{‘#‘¯.ÿC¾%!{]î!ûŽ}™oå’‘oC. û5ãýÞ•ÈþûÈþi]ä°Â,rdñ2r4á6òƒÖiä‡ÖdäÇTòÓGcäg,òóE+äçšäX29Ö”‡|FN22“ÁÈ)¹(äÔWoäôÂäw;1r†EÎB_ Âš‘sìqäok,ò„ƒüÓø¹HÙ‰\\ªUF.}ÿŠ\\q>Žü;\rB®¦\"×µ\'ëûN\"ÿÝDÉ*£d·¡dÉ¶(y‰\nJ¡y\Zµ™RÙR±¨F© 4Q[î¢¶®~Gm»†ÚVö¥\nNG©–ãQjïVQ\Z	¨[ÆQºNÕ(Ý^O”ÞŽx”žù.”€ÒK¸‚2ÔÜ„2.ÊBE™›£Lý¬P»Ö\"P»ÕÝQV!¨=r\n¨=*¹(ëÚ(›c¨ÿç=Ô>³ƒ¨ƒ›ÛQ=íP‡6íGÙËA9Mw¢œ³=QÇ¶–¢ŽA¨ã©s¨·P\':-P\'&†QžïQ^ß[PÞE(ïVÔIGê$=å\0¢üBPçÍ¨j\'PÏG]úœ‰\n)¢‚~Ž£‚ƒŸ ‚_@¥ñ(ÈÄ\nš¡€‚éå `­Ã(Œ&…ù‹Aá:Pø=çQø© )ÎEnqGQ6šPÔb6Šv&Eë7@Ñ™WQÌ*(±gJ|­%IAIÆäPÒ”/(i%d BŸÚ¢\"ö¨¢\"û¢b\\mP1§ËQq/\nQñ€ß¨D…pT’Æ(*Éí*âŽJ‰‰C¥þ®B]ƒ¡®IÚP×êÿ¢®õ	P×ÕZP7®W¢nFÿEÝØŽJ‡Æ¢2¨Œ©VTæÞ	Tæ¡tTæÅZTfª*k[*Ë-ugØ•ûD•gW€Ê+IBå?­Bå¯žF[W¡Jž„¢J»²Pe¾ÛPÓ]P‡¢* Z¨Ê¸:Ô£Ë8Ôã×³¨ª+QO\ZbPOÑe¨êÝ7P5i*¨ZgTUÇc¡\Zj·£^ÐQM;ÿ š÷ÝA5ç¡Zõ¶£ZÔP8]TÇr\nêed/ê• Õ¥Õåí‚ê×¡ºÖsPÝù¨7J¨7˜¨·êA¨·÷i¨·n¨wÆ¨wÄ!T¤7ªÿ~6jàÞfÔàÑÔÈÙ}¨‘œ¨÷&¯Q£fn¨7Pî/¡>ë¡>\'®£¾ìE}Á\r£¾PQ_B/¢Æ¯¢¦zo¡¦«ÿ ¾+X f*P?µkQó¯ëQóo#Q¿‚“Q¥ÿPÃ!¨?O²Q‹\r›P‹ÃßQË_PËãë¨å?‰¨Õëq¨õ¦¯¨èMqïÐ›ú†Ðrg\'Ñr;´\\wZ¾¡­GG+žc •~D«ôÑ[¶õ¢·8ÞFoyy½´\r½5Å\r­êž€Vý´­±Ö:QŒÖoBë5IÐúEÅhýeÚ@fm˜ICV¡\r_œ@émE7áÐfŸÑfg´¹sÚÜ£mqÝmQ¤…¶(Þ‡¶ôø‚¶¼àƒ¶ÄCïŽ¼„¶	EÛLÐö\'zÑögž£÷ÛÑÑû9OÐ,ˆèï<ÐÏ»¢&9¡ªÉ ‹mÑ./ÆÑn[Î¢ÝŽ§£Ý~ô¡ÝÝÐîhoôñj9ô‰–Q´—›ÚË\'}rG:Úg\ZÚÚ†ö=­‡>¥•†>JAŸµ×Fû“EûÛüA_<i‡¾˜IG_œïA_Rä¢/íy¾T\"E2î¡ƒtß ƒl4`À\Z\r¬á A%ûÐ ŽhÐß#h°¦\Z\\èƒ†|8†)lEÃ•2Ñð=Éhxù\Z¡î†Fîå Ñ|4NpûõÏ×A8hâöq4Ñ¦Î3Ð4chºÍ/4}Œ‚fÚ†fz!ÑÌŒ}hæ+4‡F³(_Ñìo{Ñ\"ÍM*Fó\0fhå&ZPçˆôE¢…ãhñA=´ô¬2:4„ŽP¶GG\\ù„Ž\\þ¾ÊÊFG7qÐ1]t\"\"rj:VNÕÔB_WA¡oÞë@ßìŒDß>®N\'ýCgïUCg³:ÑÙå\"tn~-ún~:OE/¼€¾gõ],@—ðÐÅSÏÐ¥í†è²¸QtÙÂ]t…ÉWtÅÏïèJŒºòÏô£gÑèG?xèÇ‰jè\'ÒnôSÕýè§aè§)tí-t-!]ØýÜgÝh@7æ$¡_Ô¢ÑMš£èfÕ\\tó$ÝþwýêY\Zú5ñºËúº«3Ý]ÝŠîqèA÷pèèžº×‡îãÿF÷õïA÷¶¢ßYlA¿+g£‡–×ÐÃò1è‘@!zg†ÍþŽþ°n†þÈCA£ÑfôÄÛNô”ýí:ým9=ód=óâ\0úÇÖFô| =?sý[Éý+‡^Šƒ W2Ñ+opè5óÝèuåiô†dý/Fý¯ãúß¼#ãö#Û‘éÀÈÌ®bd~…aä-Œ0òîƒ…£åÿÁ(]àb”Ïc”—vb¶ø·c¶Úªb¶«tc¶KOb¶?¯Àl_wÇ¨]Å¨/bÔn`ÔzoaÔƒ1Z”ãígÇ0:ÞXŒnª9Fï7£·´€Ñ÷ªÀèßÛÀì\\JÃÌöcm1#,c*AbLG¸˜]}ŠK¥½KMuŒU†c²ÅØlÓÄØÖýÆØ!aöÊœÃìÃ\n1ûã\n0¨9˜ƒÓ¯1‡ö¨`«)a[e0G‚Z1Î›²1Ç]Æ;9öc/Æ%¦ã™ùãM}Œ9ÀÇœì¹…9ß‚9«9=vsÆn;æLaÆïõ.ŒÿZæü^]Ìù¿˜—>c.Ý‡c½Ïb%˜ qUÌåSK€ˆÉb1àG#ðËlä);×ßÆ tÝ1¨¤0ª\r‚A+þÆ û1˜^\\Äs¾¾Cr­ÃÈg0¤«w1”ÜzC¯ôÀ0—0ìc%ö*Ã5Âp»bxÎ0ü±RŒðHF(¡cD†û1bÜ\rŒÄÛ¶¬ˆ	Ïåb\"î¿ÁD!îa®ìÂ\\¬`® v`®´.b®š÷c®’µ1ÑWp˜¸ÕÍ˜xLü?L‚m/&±Æ“¬6ŽI•ïÇ¤&R1i#9˜ô°Lú$“ƒÓÁä…V`òÃÍ0ù¥˜ü®#˜Âæþ¼7¦)3VÄ”¹€)çLaŽ£0•8˜Ê¿ñ˜GDÌSåí˜§÷‘˜\Z+0æ™óõSk÷SkÀÔ•¿ÇÔ½ÁÔoÛŒi•`^˜0/õ1MzL“K*¦ùÝ*¦E”ˆi}Æ´mi¹Œyu0óúÓÕÃtõbºþ(aº™(Ì›€vLÍÓ#ÈÄôúžÂôYÅbúÃô}}ykìŒyÂì:Œpù„˜[Æ=‘ÇËÜÅeb†¾Ã¼R0£~ï0Á˜O×0cc‹˜/ÇÆ0ã®`&•1Mý˜IÍ\\Ìd€f²mf\nU™ºï‡™Z;ƒùz‡ùZý\róu9óíL<fz«ff33ë¡€ùq[3—†ùµ\nókéfáûoÌŸ&=ÌbFfñÁkÌbµ?fY Á,g»aV1kš&˜µë0ÌZ™#fŒÙ·ÇlØ£0ˆƒ˜—®˜B±2±²p¬üyM¬|ÁV¬ÂH>V)f»ÙÊ\0»y©\r»µå4v»#»}íV5•UMûƒUŸÃj<\nÄj:\ZauTc°:þo±;¶ªaw˜Ûc\r´Õ±†>²Xã;¬IÉ\ZÖdàÖvkÞX„Ýµ8‰µ<i†µÊBb­å°Öj\rXëªì^W¬=^»Ÿ¬ŽÝÿj{`Çmìà~ì0wìÊ;ØCMaXgÓ\nì1Íÿ;ã¥p¬Öë¦Ýu‹´ÄºÛÉ`Ýébì	|¬§òw¬ç\rÖ«Ñ\n{2Õëþë3rë{Öëûú%öÔEìñ)¬_ës¬ßlÖ¿&pj+6àÕ\rìÅŸÖØÀÏØË3¹XÀ·,¨ü\"š¡‰…¶±Ð±!,|g:á¨…E\ZÃ¢|±¨&-Bc1[\\±½óXœ}6åc‰87,ñÍ,ù·\'–Òb…eþŠÂ²â°¬Y,;åPna¹e…Xîw9,Œ2Ã±\"ùT¬‚ÂJÔ~b%,V\Z†•~8ˆ•ÎÄ†fßÁ†\0`Ã†IØ°y46ÜÈ^¾ˆP`#¿ÇFrÆ±QiØ+(}lÌÞBlL7ÕŽMò\'a“É…Ø”–Ø”£9Øéslêÿ9»¦×ƒM;‘…½y\n{#È{ãuöæÎãØ›+™Ø›ëëØÛ\nÿ°·ŸÁfdûc3«J±YavØ;^SØœ/&ØÜ½ýØÜÊlnÓNl~š#ö^¹¶`¯\"¶Àå¶°\Z…-6ÏÂÇÊc‹—ò°ÅëÆØËmØ’˜»Ø2p2¶œ^ƒ}x[[áÞ­¯Å>Š½€}4=‡­*cŸ¤2±Õ‰Ø\Z$[ëñ[·±[ßj„}ïˆm4¼‰}¡÷Û\Z×†mí+Â¶¸bÛêR°mK°Z›°AÞØŽàlçí}ØÎ‡·°¯¼€Ø.Ô{l€íê¥b»¿Mb{wÖ`ß:ïÂ¾’`ßÅÝÃö§Yaû§|±ý_cŒ±ƒv°CNÕØ‘¾›ØÑÕ5ì\'‹£Ø±8ìXû\rìØHö‹q+öKT#vâNvÊ\r‹Ê\"a¿Z~Ç~}×€ýæéý¾ÁÀÎˆÆÎM`g†}±³ÉIØo`¦8bç”8Øùx{ì|¹vÁp\0»`2ý]…ÃþÁõ`Ò°«M}Ø\'G°ÿ®¸cÿ-oÁÉ˜+à6ñŸâd‹ûqÊžU8å©tÜ–âZÜVÕEÜÖÝçpÛ.)â¶oRÁ©ÛàÔv“qj¢9œZf?NíÉ!œ†^NÃÑ§éÅi­ŽâvèÃéÞ\rÂéö|ÁéÇ·ãvRÎàv–`q&Î °g00Š3ŒÛ3ŒÅcãŒ?bq¦‚Bœi|Î,ö Î,i3Îœb3O<†3¿»€Û5ÃYäÎã¬|Ÿâ¬(\n8«$mœÕ£Ÿ8ëæƒ8m2Î6ƒÛ«e‡Û;ñgÿüÎþOÎÒŒs˜«Á\\zˆ;ôçxÌw¤%\0çt+\ZwÔnç,ãŠsáÜIí8Äœ§s	Îóöoœ÷n?œ÷Þ,ÜÉ’w¸“¯¥8_“eÜÙÒÏ8¿cœŸW\rÎÏ_çGÎÇù…žÅ]hø»Ø»‚,¿ˆ^\\Á]Þù\rwyWTÍÀA¶/â jó8È+jP‡ƒNÂÁ¼q0F?qP‡@>Ä!>2pÈ}ïqÈ[xÊP‡ùáÃNhâpÖ8ÜuW~:\0‡ÿ¥…#H_áˆgpdÝ\'8ròE×G9ê‹£êàhÎ®8Úõm\\Ç¸3„côUá¸ën8Þúœ@%\'8ˆzùâÄ.8ññË8q\'ù¿yJ>pa[4qá)pÀn\\Dr.r²	UŠ»ÚðÓ„‹=Rˆ‹M¸…‹Í­ÄÅUíÅÅõmÂÅ§©álšp	p	wÎãÿ*ã’N*â’ðj¸ä—ûq©êa¸´œ¸›Ê¸tß\n\\úu.#ƒËòú‰ËÕ.ÅåÕÌàò–Oàò÷ûáò=qù“Á¸{A[pÖ\\AÏ>\\ÁÜvÜ}×\\‘Ä	÷`bW\\Ö€+›áÊggqÇVpãÝ1Ä=þé‡{z W½õ®æŸ=îYz®Îô\"®ÎuW_®‰kÜs×xâ®ñÁy\\ý®ù×›Çµ¨¹àZ–òpm¸vùp\\{Îg\\gýgÜËzÜËéû¸W÷~à^Í›ÿ/÷úÜ\Z®Û¿\n×}ëîíŠ<îÝÊoÜ\0§7{7´)7Ôw\Z7ìq7ÌÖÀ\rGá†ëoáFVqï=Ãpï‘!¸÷þ¸÷Y¸O^,ÜT|=îë7†û®¡ûÞ·‚›”ãfÐ¸YÍS¸YÆ)Üïs¸¨yÜIsÜ\\H×ÿÏ”QÜßº2Ü†³\nn£u3îßCm¼Lêi¼lÌm¼G\r¯˜]‰Wºô¿îÍøÍÆð›ÍÈøÍ/‡ñ*œSø-‰Çñ[[¾à·YîÂ«úàUËæðj¨½xõ}X¼úÔ^c\Z€×”y„×)pÆë,´ãuVÛð;búðzz9x}X^?ý+ÞÀropƒ7\n;Œ7úFÀHÇûðÆSxE¼¹‹:~×¾l¼åà~÷>-¼ÕíL¼µ‰=ÞVãÞvÌ¿~ï W€wH5Á;”‚ñûƒ/à÷÷Ç;dàÛ[ðGvJðN¯öàgeñÇ{ñn^\'ðnóøã}ø—†ñ^ê\rxßš/xßYü)¿³ø3÷wãÏ¶=ÇûikâýL®ãýŸ\ZãÏk^ÂŸw à/ÀÓñAV®ø I>øzþrÃ\" ôp÷ÃØÎx`c(‚1ÆC\rôñ°£}x˜OBâá*ñpg	qQlÇ£RSð¨f3<:\0‹Ç*mÇc\r‰xÂT2ž°úOÔ;…\'ÁœðäƒWñ”ƒ—ðä<åÏ<Õ’„§ÎÛãé¡rxú÷r<ãò<“#‡gMèâÙN×ðlÂc<§ÇÏ‹ÂÎxâ…Àkx‘\"/zæŽ+ÅKì]ñÒÅÃøæ6|¸¥,>ÜJžêÏ¥à#ëƒñ‘Syø+7ÌñWËñ	Z|‚ÿ\0>!ù>áO>qó,>ñÀ%|rŸ\"8ƒO…á¯¹hãÓ\\“ð×9EøëOâo´©áo¿!àÓsXøŒµøÌ\Z&>‹µŸýð>þ®ñ>Ïë$þ^_8úÿk2þ÷¾ØÄ_ì—/a7àË|Ìñeþ³ø‡šzø\nÞ-|¥ÿøê¾ZÇ_Ó`Š¯s]Ä×ácðõñõøúÑ×øç]ø‡ôðÍƒð-‡¼ñíãÛÓLðÕø—ë·ðÿß1|÷¶<|w±þz>¾w[3¾hŒ°¼’â‡~Çÿ,ÂpÔÄ´ â?ÞÒÄÒQÆºãÿ¢?ƒÿ–ÁOœ¯ÁOIÂOžÆà§>ñ_íœñ_ñßþÀÏÊÞÅÏ\Z>ÀÏŽ4âH*ñ?²îãd‡áçr—ñsu[ðóiðâBð‹éQøÅW¹øåƒ‹øåŸzøå•møô~¥©¿ú¿QžGØt•KPF”ßÜ&(¿?GØ¬_IØp† Rp—°Ý·…°=ý*a{ ê\\CPMŸ#¨ö9T‡‡j¢^‚ºA!A3b† õÞŸ =àJÐ	L\'ìût/“ú²‘„—¾v–êŒ\Z£Š~‚¹s9a—[=Á²B@°¬×$ìFí!X5hl6yìüC	{ƒµ{…„½¿2û‚Y„}Ï6Œ\r?\"ú‚#8~\'Q&Až#á°G\"{	Gß¸œy^„cL6Áå¦\ZÁÝ¹špÜ6p<õ1Á£Mðh8Kð,ê\"xÝˆ$x=3!xÛU¼Iw	Þ%`‚S0áÔþ	ÂéWw	§ßˆ	g´~²q?­)‚¿‡Á¿v•àßô’pnx…p¾zŒp¾õ+áu…pQF™pñ˜\Z!¨D‹ô£‹ÜíB¸üB‹\0¸iK\0–©`¸¯¸s\n1Ê! Õ«È·Œk/[N%àÒ\'	„k^b@ryJ ]#:,	d«<yœK øv¨¿´­ç	lýHûÑ%pç#¼äh‚± «„ù£Q¬%AºbMˆTÏ&Dß#D’o¢”ªQû¢Î+®¸v®Ü©&\\)9O¸²aG¸Ú™NˆŽ¸Kˆ^\"Ä{+â•„ä<2!%ú3!¥~ƒp]Å‘pó€2áÖæÂ-páV^	!Ýá\n!=ç-!ƒšNÈ4‹ d&-²³ÙÙ¡„;ËŸ	w1­„»s=„¼²\\B~L(¡àÿ|n{C(.ØE(5F(•êædÑ–„\n¤¡¢R‹ðÈ¾‚PÕYOx2ÐNx\Zu–ðtú(¡Æ>‘P¬J¨+i\'<?:Ghd¾$¼èT!¼x%%¼Ò±\"¼ªQ!¼.yMè~&tOÞdÿ ô<CzG“½_¢o«ÿ¸\Zü	ƒ¼RÂ`z:a$ì&a¤Î•ðþ¢”0úºƒ0:L$|8ÖMø°~šðññuÂ§)8ás\\áËÑ“„ñ%„ñ±nÂd½*áë%Â7îeÂ·ÂUÂ·j6a\ZÜIø>[@˜ÝK˜#»æøz„¹\"_ÂÜ‡Ÿ„yÕ\ZÂBÐwÂïÝÂïGò„E “°¤ÓGXZð#,ûÖþ&Öç¾6@ˆ2»\"‰²¯˜D¹=`¢|ï9¢¢MQiú>qËÑcÄ-Dgâ¶ýŠÄmÇê‰ÛH+Äm<8QõQdBÔÐ jîØAÔ4ùFÔ<IÔºµÞn\"j[ð‰ÚSíD¡Q<DÔmÀõ!ÅÄW>w®™\rÂ÷\rJ{ˆ†ÕD£‡¢ÉÌ0ÑÜÉ˜¸Ë—I´¼ç@´òn\"Zý»GÜÓth½Ç‰h}f‚hã\'ÚZ¨m³Sˆv-ï‰{!\\¢ýæ\r¢}šÑþ.¸oëUâ¡c_ˆ‡2µ‰‡ôÞ#ù¡OtúiHtŽÜKtÑ{Ety½@t»œHt‹?G<î C<±-‹xâò1¢Çu¢§rÑ³Õ—è½õÑû}ñ$ï8ñÔ\\ñ,A†èç.%úaƒ‰ç¦ìˆçE±Ä»‰žÇ/¼—\'^TGUâˆñýD\0c’\0A:DˆÚ4ê\"$Â	ˆ³d\"âÌYp„ˆÊ˜$¢•uˆhç—DÌ±D\\Ú<÷¢’HˆÍ\"R…ˆÔ;\"ÍtHkw\"2ÌmˆÌ!:‘•°ÈÊ$Ùrgˆl·DNü\"‘[éNävùy‚<¢Pº(\"½\'ŠÍê‰â cDq.ˆ()X%J!‡‰RÂKb˜Z1b×bØ—Q‘IŒ<=CŒŒüGŒŒ×%FE÷£c‰1±HbÌ8†ÝIŒEn!Æ9Ü Æu$&›>%¦ÜQ\'¦üˆ!¦ÒˆijöÄ´[‰×Ç.oÔ;oÛº3‰b&e‰˜åx„˜­kCÌÖ7\'æÌ#‰¹çwsÁb^n%1ïn1¯ú ñ¸ƒX˜.\"ë<’\'>xO,~¸—XæRM,§$VÞ½L||á0ñ©”C¬®Ë%Ö˜7Ÿ)œ!Ö\ZÑˆµÁÑÄ†â‹¼Db“l,±ù`±eûbË½XbkÍKb§F#±Ó …Ø‰ï\'¾²h#¾¾;Jìf§»£z‰=*÷ˆ=vÏˆ=³/‰}iaÄ¾%4ñ³#±¿Ûœ8ðgq(:Š8ôþ+q$»†øþäEâGîñcÜGâ¨ž8öü7q\"h?qäGœ<¦AüŠ	!N{¥¿¿#þ«U~#þê7!.Pœ‰‹Übâ’Šq‰˜L\\Ô ®¨Wv&®k×·º×‘BâÆÖ<âÆÇâ¿\"iÓ¦¤MáûH²E$¹G’ü	IiFRp\")´^!)\"åHŠ\\Iq,ž¤”@Rº‘”H¤Í÷p$•ËbÒÿ’Ê+’Êx#iËÛó$µ²D’z¬I=½—¤iûˆ¤åEÒŠÕ\"iÕ”’´ë\nH;¸ó$½­C$ýi\Zi§riçY’ªdrKB2ùK2ý[M2óP&™!.‘veg’,Ð¾$¬Ébí7iwXi÷\r%Òîú’H²zÂ&í	;E²¾ìL²þ* Ù9ž\"Ù‰\"Iv\r4’½¾+iŸ‘é@Îé`±é0¡tD=†tïOr©&¹4×“\\º‘ÜôÜ}_“<»y$oÝ½¤“ÇµI>—ï“|îh|ÛBH§˜H§·Æ“N›>$qð\'óP ]P‹#þ[%½zL\nú¼F\nV¼L\nÞ]Lº|Ý’Ü{<p€ŒºF)õ@FI ¨}˜±à“ Žƒ$Èx-	zá	:¼„°U%¡óH˜Î1¾ÄD¼2H\"t!‘aÖ$òO¥Ô›D…G“¨\\%=÷#‰ÑTAb\"±*“ØVGHœÞygf™ÄK}JulÄÃÞ$Éå³$I¡)IRò…\Z7D\nœ\'…_Á“\"°XRDÂÒ•@\"é\nFºúr\')ÚÜ–½CŠÆZbþ~\'Åe‘&I‰GŽ’šII/ýH7ûH7†«I·&Ù¤ô¢ó¤ÌÜ%Rf	’”}{ˆtÇè%éÎÇrRnõÒÝ_ßIy~Hy×UHù&¤ükq¤üéÖT`þ€TØ|ŽTÔhGzp6„ô \"‘T¼‹C*¹Ê •ô\'‘J&óHegHežE¤2È\0©,GT>óTqjˆTÁX%=Úü†TEÛIz©OzJS$U[=$ÕlÏ$Õ,&=ß>Mzî@%=?ÿ”ô¼é#©É¹”Ôôí©yO!©ù +©¹˜Gj^¤ZeVI­û!¤V¨:©=Nê`ý¯q;é«„ôªã.©«\nAêš\Z\"½ñâ’zL”H}i¥¤¾\rWR¿-žÔ¿¸@\Zàþ$\rž%\rm]\'\rÝÜN\Z>r•4<PA\Z•&\Z†’F·’F[ÂHþ¿ŸP\Z¤OÜË¤±ö\nÒ„O%iâk%i’OšüÔ@úú¯„ôí‡.i6÷inþé÷7\niéçYÒÒ‚1iùï=ÒŠ´R7LZéøNZ™-%ý½hCZßßJZ™‘Ö{¬HØYÒ?72YvSYnÂ”,7gG–ç0Éò	,²Òžbòæà¿d•kÉämÚCäíÞÊdM§d­\ZY;Y¼ã£	YoBHÖ·ž%ë£dýµKä¤\"²¡Â²¡ø#Ù86„lâ€\"›Zû’M½‚Èf6L²™s.Ù¼ÂƒléË [žÏ$ïa­ƒÓÈÖwÈ6^çÈ6c&dÛwÈ¶•ådÛ‰l²B Ù¡iÙá%¼oöùÐg²£Ò²ãÕ%òQÅ/ä£Ÿ`ä£käcQäcÍãdÒÙep7ÙuM>¾ÝŠ|<Å‹ì}þÙ;‘C>9åFöø’}÷‘}‰…dßOPòéÇ·È§{wÏl{@>Î ŸEZýöôýNùý	8ò9pùÂ¡£äMäKGŠÈ—’’o·ƒ+áäàúrpó_òåØT2ØS‰1‘!Ì:24iš}C!Ãc‚ÉðØ‡dÄ))1ãNF¾Ø £Þ¨“ÑU»Èè÷zdL°ˆŒ¡9‘ñr02þ°*™ø¶Lfÿ#“£“©F©dêP-™ú}?™¶QGf¦¦‘Y²)dVH8™5iLæ\\‘¹-êdî|™÷û8™¿’C†ÈÂk«diÔo²´Êšòï/9¢ì\r9’ùŽåôŠ|%ƒD¾R¾DŽvûBŽYˆ\'Çjg’´“.“ÊDÿk\"\' §)Ô¯ô‘¯ÿ%ßÎ’o/ÿ%g\\O$gŒ¯’3w­3ïŽ’³àýä¬®dòÔ`rÎå%rŽÈ”œS GÎYýLÎÐÈy©0r^…9ï<9ÿÝ4ùß/rI‹ù¡¾ùQE¹ÊŽA®:¬C~ƒü4ü9ùiV¹ZÞ™ü¬(\\Û†!×y¬’Ÿ“O“ŸW|\'7LË‘¾!7–fGåÈMh>¹éÜ¬`InéD“[íÞ‘[/í%·fÂÉ­+Èí*§ÈíE¾äŽoöäŽù*òKÊù¥ä\"ùåäW~šä×½ä.`5ùMØ\'r6ÜsgŒÜß¾JîÿŠ\'ôn%ô¡Éƒ˜òf\Zùã™(ò£ò—©ËäÉRmòTá?òŒ\n‘<£QAþQSKþénHþ)Í ÿ¼sŸ¼ ñ\'/z-“—\Z“ÈËŒcäåiòÊA?ò\nö$y#m/ù_|.Eöo%EN;\"×nF‘·°¢(U¡li¦l3ò¦¨~Ê¥¨ïÎ¤¨×ûS4vP´Úò(;®©St1-Ý>#ŠžP†¢—»—¢¯¤AÙiö?sŠÊ	Šá\ZÅðþ.Š&‰bL¹I1þŽ¢˜wPLÛÎQÌ»:(ß¼(V‚-k7Åú‹6ÅÆí6Åf˜A±\rt¡Øn¦ìS…Rö½“¡ì÷~@9\0.¥˜õ¤ŠÜF9,€rØKâ¸óåhæ7ÊÑ\'úçÀ”c{˜”cÂ1ŠëëŠ[øŠÛ/<ÅC&‹âyqˆâ\\F9¹iŽròêådæCŠ/f†â[×E9“{Ÿr¦qÅÏà0ÅÏ*•â7	¢øçÝ¡ìP¦p¢(å&”s%E”‹úÊ¥€\"J`óEJÐ!\n%¨î%X°´•^j¥@PG(0v(>:JAüÿ}ÈkÊÔÈ\nö†=»¶›‚«X§àk)„Ý\náÖ0…XlL!‘s)‹‡Jä\nU@¡§fRè¿wS¬(Ì—ÁÖ•N\n÷÷y\n¯t3…ˆ§/¼ ˆŒæ(â»&ñlEÂ\n¤„ÂÚ(a%üb%ü‰åŠî_JÌÀ8%æ“7%6j–wà%®d–’è°›’8Œ¥$×”SRe()]”k¦¾”k‡•)×<G(iíß)×i)×¿ZRn|¤Ü\nQÒãžSÒR²ç+)¹EJî‡?”»÷œ(y(\n%H¹wbžR M)°Í£<\0£”lºO)Ñ¡”m«¡”Y¤RÊÒ„”²{Þ”òE<¥|ù\'åao6¥rŸ\'å’Fyl´—ò¸ÃŽRÕ4HybmA©îbSjÙ÷)u\nw(uÁ\0JÖŽRÁ§Ô+†Qê·Ÿ <¿ñ”Ò8¿ƒÒ$/Ki‚\0)­z(Ú?(c)mª”Î™\"ÊKÉåå ,¥Ëþ.¥ìJés¯£¼uÎ¢¼Û·‰2˜mKyÿ0ƒò~ˆCùx{œòé-eL¬HùRp“2y]•2ù:–2U\'CùºB¤|û—@™æC(3ç¼)?,ª(svU”_\r”_ÿÂ)Ô(F\')‹\'Ö)Ë&•”•€=”Uo5Êêˆe­k‰²nð•²Þ@§lèÌS6XÊ¿Ê9ªÌoê¦/¯©²(>U–{*OJ§*Ø¸SpéT¥3öT%à3ªò	U%ÏºåÕgê¶_¨j¨j>NTíùTM…ÏTí«½TÝ†cTÝ&UïtU/í#U/ÿ)u\'%‚ºóêªÁî5ªÑUÕÄêÕTÓ˜j:>L5³{M5o8LÝ–CÝÕLÝÕdAµ,9MÝýl–j½ÓŽj}7˜j“}Žj›	¡Ú–8SíŽ,QžQÜ, êDR{P]~n¡ºº?¢º^üCuÍ6¦º®`¨ÑöTÏuª×zÒR™êSº•zZdM=«½‡zö‹êO0¥úÿð ˜ÿ¢^P»@½@Ù ^\nÌ¥^B‹¨–[©yÔÀþlêåÚt*Dk†\n}ÑGE¸%Q‘±©ÈGåTÔ\'e*j:ŸŠÖ£b.S¨Ø‡©x/ŸªB%¸ü \ZQ‰¨Ä^1•:¹…J³ð¦ÒŠd¨´vs*ís(•~b•:J¥K®P#AT–Ÿ\"•´ÊAP©œP2•é¢\nƒG¨B*V|B?T¡JÎTIw(5¤Ê‹\ZzN\rO}K\rI\roºHô+¥FW¯Sc{¨q`jÒA25¹Â‰šr€JMÝ©OM…ëRÓžRo¥4So‡úR3²ÏS³ß§ÞY*¢æˆÂ¨w—3¨ï¨…¹g©÷_TQX€©Åî`jIø.jÉwCj©^µ¥F-¿õúÐm’Z•£VvSé\\¤>ÅSŸÊ >}B}úÊúôçYjmC=µüú#¡6¸©/ÒP›jÜ©Íï7¨mª…Ôö>µ£cµkÒ™Ú{´ŽÚ_dM0¨¢<±¦Ö] ¶ˆ©ƒ_S‡=èÔ‘ížÔ‘´zê¨Zu¥Nýò‘ú¥=Š:¾ÿ=u|1†:@~E¶h¤~kPg´‡©3Ò9êL€úÃ%‰úã>“ú£ú\Zõ§æmêÃ‰:WžLGÜ¡þ6u§.qÏQ—øÇ©kwP×†îR×õ#©ë›©S\"ê?‹cÔõgi›p4YSM^H§ÉgbiŠ)4¥\'Ž4¥oÚæãã´­ñr´íjiªrBšjB!Mí¦y\'Msl”¦Ã|EÓk~DÓßâD38êA3\0Ñh0šÁš¡§;Íô•fH™§åyÑŒ\ZvÓL–âi¦¥tš™ù Í|s*m×5EšÅëZÚî4ëûe4ëÎW4ë•Û4›Ekš\\?ÍnÆ˜f·øœ¶Ï­”¶ˆvàÔí`Ž.íðú}Ú@ÍI#šæ¤w—ætêÍYÃŠæ’RHs\r¿NsZ§¹ç_ ¹ÿÙ ÏyJ;¡¹ƒæé:Cóô©£y!KhÞØ34o&‘vrß(íäL.ÍGÜDóY…Ð|·,Ñ|­Šh¾)\\Ú©ð+´Ó^–´3:Ú™	(Íß\\Jó/<Eóþ‚ Ñ@;gL;GÑ¦‹½J;oÍ¦Ú)Ó‚åà´à»0ÚåMQ´Ë¦i—!x\ZLö#\ræs†m¥Áï1iHY\ryX‰††ÆÓ04Œ×\ZZEÃ­wÓð1_hD\0F{¹ÆÐî¤1u«i,ÇX\Z‹ñ‡ÆVÒØ¹Ž4Î•\Z§h3²™ÆÛ&¢	7ˆ4‰ýqštÚ–²MJE …Ñ´ð™#´‹iñ¿ÓdZdì4-jÔ†v\r Å8í Å\\ ÅF|£ÅW§ÐäÔiI>bZÒõc´kâß´kJii»Ýh×_™Ñnìõ§Ý`VÑnÝO»É:IKW\0Ð2ßÒ2)ÿh™}´,®-{cvgïZN­-—‚ Ý=TGË‰¢å1¥åCßÓ\n6li…[©´Â‰W´¢€ÚüfZñv/Zq°\n­D¯‡VçÑJ‰¿h¥©£´ò¸_´Š‹´ÇÑßio7Ò{C«Òš¡=¹?A«nI£=s³£=Ã¼ ={¯E«ïÊ¥=W|EkðÓ\Zàõ´Þ ­az/­ae‚Öô!”ÖÌo¦5¿m¥5½Ok‘\r µä¼¡µ»öÐ:HZÇT\níeËÚ+UÚ«i­kçZ×>>­+ÜšÖ](G{C:DëÑÛOë9äEë}}ÖwœJë+»L{{.ƒö–¢F{glK{w\\“ö.|…öîš3m@ß’6ð~ƒ6¼F§”ËÓÞKÂiï+ëh£\'Y´ÑÏ¿hXßh{RiŸtKiŸž¿¢}š¶£}®~Iûüa6XKëÿH¤·Ñ&¶lÐ¦Žì¦McÒ¾AËhÓÔ4Úw™í´ïëlÚÌ\"6[,OûÉ}A›ó†Ó~]¢Ò2Ó~Ïï¡-=9J[j}I[>åB[y¥­š¾§­YÀhk•ž´uýzÚÈ™¶‘ÔDÛh{LÛXh§ý³§Óþ}u¤Ë•iÑ+°t%­júæºJQ:}+¤¾Ý	DßÞ4D×Ø_G×hÿE×˜—Ò5ËlèZ© ºÖ5º6L×–¢ë*ŒÓu{­éú\'ªèúé	tCSºÙÅ,ºhŒ¾k+‰¾Ë¶¾Û£—ne§O·ú¦B·Þ\ZG·L§[ƒ~ÒmÌÖé¶T#º]Æ8Ý®7’n7J·[ÛGß+I¡ÛÇ\0è2^ÒóuéG\\At§ø<ºSoýØôÝå®	Ý=hî>w‡~(¢{šNÑ=)wéž}ƒtÏiº¬”î°N÷ÝdL÷e×Ò}Û°tß?·é§”ÐOKEô3¢Íô³À£ô³=éþÆt¶&Ý¿ŒHP¤\\»M¨ë¢Ÿ÷¤ÒÏdéçÃ3éÍ¨ô‹{+èïOÑ/);Ò/%ÄÓ/å¡ZäÒÆÓƒòSèÁ¿yôËAÓtà+:˜N·¿¤#7ÓÑ¡^tLP	3x‹Ž½èKÇ>o£ÀD:Ùð7ýÿ/ì¯N§~ ÓZàtºÞU:ã‚?qû-ñ(“Î¡„Ò9ÏþÒùøtÁc}ºpAgWÒÅ…£tÉÞaºT)‰.ÅLÓ¥-9ô—hzÈÛz(ÿ$=ú‚nr”Î¶£_™ê£_½I‘_¡ÇÍÓã?=£\',ü¡\',ÊÐ»­é©{ÞÓ¯™€éi¢Aú6=ýø\"=ý²==e=ãW\rýÎN=×f„ž[\r£ß½}žwp\'=O§çqèù“ûè÷îï¡´áéÇéE“ô>²ôÒ¡ôòó(úÃd?zå´\'½êßýÉáúä_ú“o3ô§\nNôj³môê“öôjt&½æL<ýÙ©iú3I=ý¹u\n½ÁGo8žEoÀjÐ_ÐÎÑ_¤pè/ÆãèÍ×Ñ[ìÖé-ÙÉôVjz›‰?½íÎNz§½.½sñýe„”ÞUªFïù?Oï6—Ñû×¬èƒÕ_éƒ\rô¡Øfú0aƒþžkNŸw‚þ¾,˜þAþ>ýÃ	múç—6ô/;~ÐÇåþÒÇéã\'ƒéã7îÒ\'«éÓÆîôïPúÏ}^v™þGñýü\n}ñŒ¾|Ó”¾\\B_QäÑWÚíèúÒW¯ÑWÎÑWÁÕôµ³^ô5–\n}Ýh•¾îz¾¡SJßXfÈx#2õ\nÙ}Ùw;rÛ\nÁç\n-R†¢â†bñI†RbC9å+cs\"c‹M?cë2cÛ5e†ª„¡úÜ…¡yÍÐ¨ûÈÐLeh¸3t6Õ1v„_gèÑ×úžÚý1ƒŸ»F/¯3Œ‡Á“ôH†éõE†ivÃlù!cW˜Ã²c·|Ãªn‚a}}˜aýðÃºòc¯3”±whˆ±wÃ‚aó%Ã¾ú+Ã¡uc·š±ÿâÆ~¾\rã\04‡qðÝSÆ!«Gï^Æ‹4Æ‘è$ÆQ«JÆÑðH†óKÆ±kW8áŽ:ÉðÆG2|<¾2|}Û¾1õŒ³Ž3Î–¹1ü†¿ä¯Œ€KÉŒ€+&Œ€æÛŒ€™=Œs’AÆ¹<ãÒ¹%FÐ\\(#øä>ÆåJPÝÃ\0þ 3€QØ‚õÄ3`ÉÛ(íST¹;£9ÅÀþ~ìºg_ÍÀ=´dà?Œ3ˆ”NQ|AòÕfÞV1ÈÅ÷4Ø=.›Áð`0>1sGlß-N¤#ƒç,C<q‚!mA3B/1\"œ·3\"¢£ùíŒ«Y“Œ˜ù|FìÖËŒØŒFükEFJ³#ÆH\01ÒTŒŠÝŒ›öÖŒ›ûw2nP`Ü,KeÜÚ,fÜj±eÜzÈHßñ–‘~é#ùˆ‘‰¾Ê¸cgäô_bä‹¹¿8Œ»öŒÎWF¡•\r£0Áƒqß;–Q”³•QÔ•ÅxÐúQ\\þQÜqQbšÍ(½Á(m‹e”2ªÞÕ3žà¬O5J-ŒºN1£Þ!Ñð¡†ÑxÃh¤üf4Æ´0š¶ä3Zw¸0Z]ƒ­\"cF{ËwF§5’ñ²ü!ã•ŽÑÝŠf¼QŽg¼^c¼¹†eô©u2úð§ïöÞgô¢CoIŒá§åŒ‘m!Œ‘‰;Œ‘Ûï\'	Œ÷¿Ì£ZrŒåÞŒO?ŒŸ1>«3cÏÕ‹(Æ¤í<c:P‹1ëÉ˜IßÆ˜½Äø‘¥Åø™»À˜èeü2³aürºÃXŠ|ÄXÙYÏøû³•±zÊ™±ú{ƒ±Vgl@v3e«‡™²Ï­˜rÏö3™g™*VõÌ-{>3·F~en“ßÅÜfšÈTß•ÍÔ`gjT15Üfj²•™ÚÆÇ™:õÍÌ\\<sÇ+L=ï_L=€©ÿ÷$s\'Â¹Ë`î¤íf\ZNc\Z+m0wi¤2­vßgZÝÔgZ_ 1í&\Z™ör;™ö\'™öD¦C$‡¹¿óóà<•yØÉšéhëË<rÇœé¤w‡é´ÁtÖ>Î<&cºøé0]ƒ´™î¦÷_LoDÓ;ŠÎôN{É<Åfúx‹™>Â˜>KÖLß’¦ïûëÌÓÇü˜gÈóL‰Ó¿ÿ*óÂ®·Ì˜læ¥?™Áé$æåO©L@3™	Ä³˜`n\"¶™Ç„‰J˜poe&<K†‰X)a\"}Ò™¨\'MLtÙ£•ÁÄ–1‰k£LºžIÖÓgR‹Ó™´¸E&ÝÁ¤Ÿöf2Ho˜Ì“L–’“å•Èd™e²‚²™,¸“Ýö–ÉS\Zb\n>ú3%Ò\\fHïyf(ã3”;ÁŒ8s–`Ì¼\";ÌŒ®ÿÎŒy{Ÿ3¯ÌŒ¥=dÆ¼eÆUÉ3ãÆ™q;˜ñî—˜ñ]™‰}õÌ$å,f’Ÿ93åîofêm&ózð7æ\rsóÆÕÇÌ[òÌŒ™ëÌÌN\rf6]ÈÌN<Í¼óÈÌÁb™yÎ fþT.óžN\r³Àë-³Ð¨•Y8ãÌ¼1È^g>Xg–èÖ3K`ÊÌ’šrfÉŒ-³ôàWf¹{1³Rá\n³r)ó11šYåìÊ¬Ê[gVÍf1ŸÞ‰`ÖäÃ™5?¢˜5«G™ÏêJ˜Ïê˜ÏÛhÌ&o\"³ée³Yv\'³ù¤3³Mÿ³í…/³Ý¸ÙNrgv\'1_mQbv™^cvA¢˜]YƒÌ‹ef¯–ÙKšböÿ_›™ƒ÷»˜õàÌOn÷˜cVÌ±*æ—o™Ž8æL9/ôaþ†—1ÿLê1»¾2—¦_0—^Ì¿#‰Ìõ‰1–Ìc(kS˜-Kö;“%wøK‰ù¥üÌÚZ{µMV‰µ´‡¥^«ÁRïÙÍRŸ÷bim$³´ƒˆ,m2›¥ó§¥³âÂÚ‘¦ËÒUaé©¯²ô¬šXúýçX;ÏÄ²Œþîf™àÏ±Lïù²Ì<,³ç–¹B&ËÒÙ‡eÉêdYÖ\'±¬L­XV	b–Í!u–Íç«,;÷(Ö^ûDÖ¾ýU¬ý§ÆXû	‰¬¡é¬ÃÖ“,§Ç/YGV³œÃN²ŽéXÇ°YÇ¾›²\\R+YÇÂYíÃ¬“ÉÕ,Êë”…å7t—åß’Ë:G3a“L°.&gžà²‚ó;Y—7e².›JX\0S]à ‡x6Æfõ²€åù,ÃäýÔt…s:ËB\Zú²Ð	wY*Š…õøÌ\"ÄÕ³ˆßÞ²Èâ19ÃŠEùôŽE]ÎbqY¬Ûa,VáA{;˜Å¹¯Èâ†°x;è,Öv–\0øŽ%tmb	³Y\"ŒKÔ4Á\nóteE ³\"wÚ°¢›YW¼¦YW5Å¬«IÏXÑµlVœ±€wÅŠ;žÍJÖ³’w|`%Ûh²Rþ±RªY×ê6X×ºcXi[óXi£¬ë*Ù¬—ˆ¬[¦Ú¬Û\'%¬ôÃ™¬L¹^VÖŽV¶œ3+û~#ë¼ž•¤³rm¬œ¹HV^‹6«`à+«•Æzq‘UlN`•¨Ö²J.Î³Êä¸¬2\nœUnàËzØ‘Ïz¸ÞÄª8·ÈªxdÏz$ûŒUušÍª	YÕ7Ÿ±j\rôYµ’«¬f™¬æ{BVKB«Õp7«\r5ÏjªcuDmauôg½ÂO²º.±zY=Ž\'Y=î&¬Þë­÷\rÖ;b?«ß€Äê¯–°úkËYCvy¬¡•Ã¬áù6ÖðêwÖˆîNÖÈ¡dÖ¨F\nkôWëC‡õÙö\"k¬Þ„õEFŸõå_/kü¯˜5QYÇšXA±¦4\\XSÆY¬o]m¬ï‚Ö÷ªRÖìiÖìCë‡ÏUÖOÖ5ÖœÎ<kþ7‰5ÿç5k~ÅŽõgç)ÖŸxÖß‰Öê§iÖšdk=ÿk½kŒµáŽõï‚½iv€­ðv­ä¼ÀVú‘ÏV–“°•\"Ø›7±7Ã|Ù*‘ªì-ûMØÛôØÛÇ9ìí²lÕS¶&Ä“­…½ÀÖZB³µ-Ù;v°wVßeïìÙ`èay	Ù¦Æ›Ù¦®l3ÏÝl³‰ló8Û²¯ž½;Ážmcz‚m»p‹mgâÆv¨	fï+bïëªbª_gJd;	«ÙÎôlˆ€íze‰í:y—í&w}Â“Ïö(²a{v~e{)HØ^;lom[¶wÊ%¶wíNöiígì3v@ö™Êì³…=ì³•ûÙg±ý.²ý®QØþÎöìsg™ìKrcìK:ìÀì`b&;øêsvð×Ïìà\r?6`UŽ\rô“²!³[ÙP›lèy6Â—ÁF\\Ía#U¦Ù¨ý³ltÒG66Z‡W­bã=Î²ñ(96AužM\0k°	MÃl¢î16ÑYMvªfSjØ,i0›Û7ÆæÇ)°c½lÑæl¶hä[¼ö„-1‹eKƒØ’’slÉH[ZãÍ–v³CÉ‡Ø¡­»Øa·w³#ž÷±#o°£â¢ØQ«löÕ/“ìhõýì˜¿eìØçGØqS+ì„P;ñÕCvòfUv²Aû\ZÎNóæ²¯[ Ù×\'mÙ7WmÙ·¿F³³•ÜØw2 ì|o);ÿ»pÞŠ}?îû~úv‘¥»¸|™]br™]òÉƒ]–[Ê.W·g?Ôµ`?lÝÂ®°sgW0&ØUöXv•Ã~\Z¶›]c¯Â~†¿Â®eE²ëä†Ùõ£ŸØÏ-Ÿ°U±›^f7_f·‚ÝØ­ŒZvÇ‰-ìÎ.!»ÏîúVÈî9®Àî¹SÃîûÆ~kÌa¿›£²û‹²ûŸµ³ÍN±‡Ln°‡ô³G>y³ßÇœa¿¿‘Î~ÿÀ†ýþ‘ûÃ– öÇc2ìÏ6Øc\r§ÙãG³\'ïÏ±§Š†ÙSÿ˜ìoÖÿó1`OÓQìéø>öw³6öì§\ZöÏ»¶ìŸ}ì_Aµì_Irì…³7Ùì¥‘·ì•¡0ö_eSößc±ì\r›‡™­\\ŽYŸ##üË‘iµâlJOæÈeæräQ8òíùÄjŽ‚«G!²‡£½•£P{Š£¬üš£|è6G…RÅÙÈçl5»ÁÙ\nŒâl¥}æl{0ÅÙnÄÙŽ|ÀQÓas4å¢8Z·~q´îst·¾çèb½³78z?Z9ú679úà`ŽþTg\'Ã1fÑ8fŸ­9–!:+7g\'˜c]äX?0áØ\0?slïÙqì4g8v	ög¿Îg?ççÐÑwœCÒÎá÷#ÇE\Zç¨`/Ç¹ÐƒãRÑÏqyîÀqÕlâ¸ad9ne›9î²Ï9\'Ê9N¶/-ŽwìuŽï9ÎiYç´K%ç¬§\rçlÁ ÇÏÄŒãçSÊñ#8püO›süç\Z9äN@o/çRP=çRL\'øÏàõ‡èã€ð<Ô\0ÉÉ8ðGß8¹×Ô\'úº[‘Á!ËyqÈ–Š2‡ª*æP÷Ös¨WW8ÔuWM5ŠC›”å0†i¦åMsO‡ÙCâ°-Ô9Üc_9¼eWŽ ù*GD7æˆ¾ésBgÿpÂ¤jœð×O8‘“œ«g8± [œØt2\'öG3\'!³”“òÇ…“xÏIã>ã¤s97-87Œ³9·§Ç8é¾Nz›ˆ“>(ÏÉ(zÉÉNØÊ¹ƒ1ääžÞÌÉí£pòž¤ròÞZqò_£9÷\n‹8U\'8…Îý­O9Eçœ¢Öçœâ41§üS(çÑå‹œÇ²ç9Ño9Õ\',95îœ:·1N#Àyqò%ç…O§Å†Êi‘B8-É9-7z8-ÓæœVGNkœ§\r8Éi+}Êi[Žætœ9‹•œ—¯b9¯\nç8¯/9¯ÃÖ9]Í–œ®noÎ›»LÎ›_#œ^²€Ó›ZÃé~Èé3¸Åykã¼Ìä¼£pú×^rÊosúr=8CÓœ¡—®œ‘îXÎû+_8£‘œÑ8cÎè—ó!!óásçÃòÎGOYÎÇgç9Ÿ‡8ãgã9ãeÎ„5–3y:‚óõ[\rçª‹óíÿœOoIàÌìzÊ™ùÎàÌÞÍ™=¥Ä™½ÌçÌ²ÿ_S-8o÷q–¬îs–Ï9K_ßsV,ösVNpVðƒœ¿9PÎßÎ\nÎêŽ[œÕ°3œ5§Î†9‘óp˜»)»€+AæÊÞ¬æÊþØÄ•«_áÊÁ¸òŒR®|IWÙ¿«<9ÉÝüÂUá®s· Ü-ñÜ­	ªÜíNB®êW8W½›«þ³Ÿ«‘ù—«ñÄÕŽòäê8©ruçÏpõÊs\rBV¹F\rv\\£ÉX®IB%×<ÄµÏäZî•ãÚì%qme“¸vÚ_¸{Ÿ)r÷~r÷é´p÷E¹û>krB¦¹‡XMÜCÃ¹‡Uk¹ŽHo®ã›óÜ#£­Ü£ˆ&®sð^î±³¹.„ƒ\\—×Mo×ÝË=¾§‹{üÄ?îqÆCîqi.÷øÛÜ*»¹\'ž^ãzx—p=Í¹žI\\Ï?ú\\o-9îÉÝDîÉÚ“\\Ÿú­ÜÓ\'?qÏôzrý6©qýqý¹þ\ZŸ¹þ¦\\÷X®ÿ›°mˆ ¿Â\r°½À=g2Î=×¸Æ=/På^œóä^êÖâšåGFpƒË\n¹Á?¸`Ý[\\ˆä²xšåc¹Ð¸8.² ‹ªèâ¢Ï¹˜¸»\\lÊ_.ùÞa.¥]À¥Q£¹ôó.ãÇ¥SÞp™Š¹l/.»ú —ý&€Ë),àr/	¸¼F-®ð^\0W8ÅíQæŠÍ®qÅyd®D;‘+­­æJ_irCÖÜÐÔÜ0†#7òÅ$7rˆÄ½Bsã^á^}¿™ý ˆ#ÃàÆ(\'rcÑÇ¸q?Îq÷s?Æs“ô½¸É 9nròsnÊnÊ¸=÷\Z>„{mµ›¦Ê½¡t…{“ßÏ½ÞÈ½ÕÌ½gÂ½Ýáf¸_çfÚ¸·\r¹YVmÜ¬âÓÜì	%nÎÓ!nÎP7OÎ’[°^É-<\'Ï-ì[åÞgõs‹ðmÜò˜4neF·Š÷ˆ[•)Ã}‚òå>\rå>1ä>3Zã>s°ä>W\Zã6œ!r[¹­1eÜÖBî«åGÜ×[r_r¸¯†¸¯?sßÔÍs{Îºp{§¹ §ÜÁ`yîà]gî°w¸\'Ÿ;bƒæ¾×mâ¾w›ã¾?“Î}¿îÈý`åÌýDLà~úò‹ûùÂîø^+îø!îxÄEîÄîû7wjÝˆûõs7÷ý3÷[a#w¦{•;«‡çþLgqþÛ¹qWî|f9wáZwac\'÷÷_\'îÒ³=ÜÕsÜ¿\ZO¸«y(îÚ¡îZ‡wý €»mÏÝ(úÂý·½Ÿû/ä/OÆxOfàoÓWž|õAžBížÊ+eÞ6t\'o[vo[{2OíOÓtŽ§Åæíð­ãéu>à„lð]•yÆ®<Sµ<ó€_¼]žÏyÖ\n÷yÖ\0Ï:t˜g³¼Ì³­àðìªòìêdyöû ¼}{yÍfxGd»yN†Š<W/ïxM:Ïc7’çyyÏó[\ZÏsyŠç…ïäyUøó¼:3x§^òNÓNðÎ\0îñÎ A¼3ïL¨ï¬ïžv”°1Ã»0à]T\ZåÉnåwó‚ýöó‚Ã²x—Ý&x—½{y—G¼y€ãP ö%PÝÄbyÀû<E4çOZñÀé#<ô+jÂƒþÒæ! *<Äb¯ÛÌÃßHåNëóU:<btál1Ë#W¨ñ(øc<ÊôCÕJ›ÇL•á±Ä4ëãwÃ\'ˆŽæ	^˜ò„jŸxBæ4OøÁ¥rxâDž¤úOêŽà…Œþá…|1ã…¾ÞàE¤äEÜ)åEŒ£yQp>ïJ_ïªÊe^¬g/®ÏKÚLå¥ZòRƒnó®/OónDýâÝh~Ä»5µ…w;ú2/Ýï/½ë:/ƒ?ÃËŠ¿ÎËÆ*ñ²¡¼;º“¼;Kxw­òî™ãÝ=±ÂËkñçåû|áÝ;yƒw~”woþ¯ x…wÆ+ò‘ã=H<Â+£æU^ˆåU>¸Â{ì<Î«rùÂ«zŸÊ{z0Š÷ôÑ~^5§šWÝð“WÃˆäÕªñêŽDò\Z‰^ã¸=ï…b¯iÀ•×¬õ’×¢Ïk±—áµ$ðÚ0y¼¶L\n¯ìÃëò†ñÞ\0yoH¡¼žîh^o¹”×_Hã\r¼žä\ryÃ[y£1Wx˜Çycýí¼/\Zx_æxß£Kx3Éy³Æ“¼›‚x?2è¼Ÿ ·¼ŸùÞ/ÙÞ¯òo¼“2Þ¢ÂsÞÊ×Þ_8†÷wæïïz&o½ Œ÷ï’/ïßTST\"SÇ4_.Ä†/Ï®å+xóe³ùŠ»ùŠOeøŠó`¾Ê·Ëü-§lù[\"õø[Ê\'ø[–óù[çœùÛî~ço{¿‡¿ÐÈWÝÈä«·*ò5¾…ð5=ýø;Ž;óuwÃøzŽ£|}Ò6¾a‡oØSÀ7ò¿À7Êfòå;øÆjd¾q’o®‹¿ë|ß\"\ZÂ·T‡ñ-/çó­Ð7ùÖñF|O<ßÖX™o[r“o§¯Ä·»²‡o7Š¿×S“¿Ïà-ÿ€ýmþÁF<ÿÐÞAþ¡Ódþ!1”Xéÿðô-¾£Ùi¾ã+&ÿÈ\nïä¶Îwê¹Á?ªùÔ?žï¼ÅïÜÂ?v\"Ž¬yßÓ>‡ïÙ¬Ê?upŒÊ5ƒêúÿôÅÝü3å–|¿$?\0×ËÙÇ?\'¯Ä?¿\'†>®‚>ÁÜ6Ä¾Ë¾õ‰y‹”ÙûÿòÕ#|@çY>˜åÎ‡~òaOÎðáZC|¸Þ$“áÇÇ}=ÅÇýúÈÇŸOäã36ó‰‰>©NOò)†·øTù“|Z<›O÷ŒçÓñ|†‰3Ÿ³ã0ŸóDÏ3dó…½ù¢Áã|)ê	_ºz†²-š’Ë\róÃÔ“øa«™üHð;~äÒþÕºíüèû™üXçE~õ?q²”Ÿ´7•Ÿ,yÇO®¤ó“W²ø©ÏTø©¯ø×N,òÓ\0ütˆŸ™ÈÏbyó³zuø9Ôy~ÎC8?w¦ƒŸÄÏ/3â‚ù…Ï>ðK¢wóKýFøeÂür¼?ÿ!$Ÿÿ°a–ÿðÏ2¿Ò=_åÌá?ãóŸj$ó«/ÔòkrøÏà_øµžü:›N~ýÔ2ÿ¹ò1~Ã¼\Z¿ñÛ~~ã:ß\"·ÊoY7á·iDðÛ‡øµü—·7ó_Ë¾à¿ûÉïÊìãw¾ÆïîÖáwà÷/à+ùYÃüÁ—LþÐ!sþpp0¤¼›ÿ¡\'€ÿa@žÿÙÇÛ|€?á…ßäñ>ÊŸHÑàLò¿Ž»ó§—5ø3Sù?ÆnñçÎûòçåíø¿þóÿ¼zÍ_„¸ñ—µCùËëoù+—ø+CBþ\ZB‡¿Fà¯½¬È•^È•AŠ4ÒX@õ]°}3@ †i¨÷X\n43Ÿ´ÔMZŽ.ðwÞ\'þí‚„%ÁÎ‚?@mBµÀ Ò\\`è)0¤¢†wFr‡FäR±%[`ªüD`ÊÎ˜«ŒÌ‡‡Ù‚Ý¡—VÅo{”6Ï¶}p>J`å °{NØuÜØ_z+pÐO8ˆ·öë~ìwsìŸYô·úè%8ÂÓ¹Z/pÚ2(p‚ÂG:.ÀBÛ`«À½GàNü-ðØIxž¾,ðüô^à­º,89¬(ð)÷øT=œi$ÐYœF\\¸2\"¸Dy.ÔO¯	—À¡Èù©\0ä(\0µý€™àÈ¸fU\0±=$€x 2RÔxA\0z	à‡­3âO…\0µ°,À\'%	ˆ:TñW€,£  ^NP_:\n÷êŒ±sá³€Uî\"`¥8-ªÎH‘€gø[Àÿ¾W ðþ*@„GÒ¢ÐN(ó­@ìm\"‹Ûtï”{UÚ.ˆ²ÓD…›®ªý\\=´KËÄŠ‘‚8òŠ îN± ®FC¶Ið|BHX$fn’~ ÉÏžR†•©ó‚ë!‚ë_ä×gy‚?/\nn»ÓéÒéÑ[™‚NAæZ­ «t‹ û|—àÎÛ$ANP ÷„ ÷kšànÚA^ä1A>vŸ àf› àK³ `$(Ä}Ü·ÍÉ¿yf	ŠJ–¥‰·e×åõ²‚\në·‚Ê\n¾àQ°@ðøaœ \nLT\nª$»Õ³ûÏN£»^\Z»è‚Æs‚ÆOY‚&:\\Ðœp@Ð<µGÐÖ÷KÐ.x.èÈú,èx¦ èdr¡]‚—Û/\'/ý™‚W?A÷´Š ÇrXÐkt^Ðëá ècˆïš5ýOWy~‚A‘`¯#^QŒXå	FúGïsï>¸?|8/|–íŒQËco&>‚É£‚Éâ-‚¯F…‚ogv\n¾õÄ\n¾s	‚ïüß‚¥NÁL\0]0-ÌTzfÉ>‚ŸùbÁ¯¶@ÁBhŒ`á«`éÒ_Á’Ð_°,”µ¸%”½Ñ&”A„\nPo¡âèSáæ`ŠPåÈ}áV›YáöÍÕÂíµ4¡ª\\’PÍÐ[¨öË\\¨~ØQ¨ÙvX¨ÍØ)Ô.j¯š	u´™Bž\'Â	Âïõ‚iBýFKáÎ×CBÃKyBc½ÃBã\\¡	¢Hhº 4×©š×žî28*ÜUo%´\0-}	B«¥váž§…Ö»o\n­SIB±«Ð6¸Nh·¹]hwZWhw®F¸÷ŒH¸·(´OÍ:xB…ÉëÂ}»t…ûS„ûûg„‡de„‡ÎŸ:^Ü#tÄ…N§\'„Nþ6B§2žÐ¹H,t¡y	]ÝyB7WáñsxáÉž½BŸ˜³B¿¤Ð?=_è?†ú¯X\nV./ì^œ^ÚR\'¼fÝ…A.Â ÍÂ`¤º€®V´…À»BPÎm!¸ñ§ò.P™BUnawBØ»GBø‰ÝB¼Wˆ$¨\nQÎêBT¢Pˆ¾Ø/ÄÄ±\r_…Ø}B\\.Iˆ›z-Ä\'V\n	‰_…$Ý!‰i!$Í\"…d§óB²ÔLH~R¿O	Y‚.!++\\ÈM¼&ä)\nùªBa‚™PÄnŠ/‡C–f…¡=„aaøJ¬ð\nÂHxu°Q­!ŒÉ«ÆâvÎ\n“«†„É/	S…©}×…ig\Z„×7O¯;U	o˜b„7soÛìfìfåé\n³Ù:Â3;aÎIyaNj¹0OFF˜OÓæß6æÿÞKšZ	ë«…÷çÄÂ\"å.añ¡ÂâòÂâúEa‰íŒ°¬-DX%jV©	kb±Âgog…µ+a}m›°¾×Vø|W°Ñåœ°iò°å¹¡°ÃŠ\"ìx$ì…/K}…/_;ö_¿™v?à{vê{½„½ßò…o-	öI„ƒ.Lá XC8£$%:?:m~”Þ~ü÷Fø©ì–plÄR8ÞZ _Ú-œrÙ$œº\"üÚ‘(üæÖ*üû(üþüpöŒ“pvñ”ð‡ÉŠð‡w ðÇi±pî ‘pÞp\\ø+/ü}*üÝ­$ü£rQø‡µ,\\šHþM~#\\Eí®…¯×¿©	ÿ}=*ÚÔ–\"R85.RøðP¤0ñN¤xð‹H1%V¤X1\'R:)RÂ¶Š”Ê“DJß¶Š”~m©Œm5\0‰¶;‹¶ßžmO©ú5‹TË>Štˆ_E:¼\"|¢hÇŽ¢«‘¾s¡È€Ë¬=Zë‰Œ{~ˆL;ŠÌ¯Í‰v\r\Z‰,ŽÇ‰,-\"‹ÌN‘Å\"+;]‘UHdµ²[d\r‰l|­D6,‘mXd»,Ú;¼Kdo4.²¾YdÿöhC¿è@e¨èà¸èPìªèÐã}¢ÃŠË¢Ã¨‹¢Ãñ¢£ìiÑÑ¡\0‘sõ?Ñ1ÉˆÈUy§È5&Räæè&r‡¾¹çÕŠ<’@\"Ïs¢“ÞÕ¢“cY\"êf‘Ï?„è”o˜èôþ>Ñu¬èlï_‘¦HäßùMtN½JtÁ|Ct©ò®èÒÂCQ°,J\\š-\n~Å]îQ]þ¬.ÈŠE@ùr°f›d¼GŠk\ZšD`/Œê».‚*Áš/‹àº]\"Ä9R.S„Ì¿*BGD‹Tîíá”«ˆˆŠëªD”Ø&%=CDë.ÑæˆØ›\\Eì6W%EÄñFDü”Û\"¡Š•HÄC‹ÄÎ\"‰ß‘dÖUeX%ºz5PSzKê)Jðú J²°%WˆR.NˆR³/‹R»Ei©OEi?zE73o‹nV-‹n>Ý¶6¥me´ÀEwŽÊˆî”lå4Šî¤‰\nŠï‰î_ÎÝ/\r¹TŠŠ;ÿˆJ–è¢RÜWQù•K¢ò;‹¢‡«f¢\nž·¨âævQE^T1þ@Tñó¨è±òÑã¬eÑ“×EO.Ý=Ý|Zô´!ªæ DÏ^Dõu1¢ç2¢÷?¢¦$yQÓ¢³¨E­OÔ¢_&j]:\"êP<&ê¸,ê½äŠ^‰^PE¯~w‰^ËrD¯\nD=ƒE}‡wŠÞ)Èˆ†>Þœ6„%ˆFb¢÷$SÑÇÃò¢ç¾‹>>Í}!¾ëõŠÆÍ¡¢ñ¸hüÝ’hâÒ1Ñ%šš}“×}³i}+< šNˆ¾«qE³†)¢Ù¿í¢Ÿâ4ÑÏW¢Ÿk¢_*\n¢_GzD&äDË¶OD+÷¡¢•…*ÑßÃk¢¿G>Šþ†­‹þÞç‰V¢Õ…vÑZÜœhmH Zû6&Zg¾­¾&Þä.Þ´lü¿P±\\ðm±\\s§Xî}¶X¾¨L¬ P¬Dˆ•âw‰·’‰·ßƒŠÕIbM/±fYƒX+²X¬u,Ö.4ë¨¿ë–ÓÅz’bý¸Ø(¸Zlª©.6M‰M¯cÅ¦E†b3{%ñ®!b‹ÒN±Å‹U±å·Uñn%w±Õ+¡xOA†Ø¦PFl33(¶MñÛÞtïU-ïÅµˆ÷\nRÅö~–bûÂ±ƒê˜xÿïKâƒuwÄßÍ‹ü?•y–+v\nÚ#vúõS|ô`ŽøèE±3$Jì’ôYìšf*v­[»Ö§‰Oì–ˆ=vË‹=¾‰Ä^nb¯ïÛÅÞ°bï»hñIÒW±ïößâS‘Dñ©fSñé©>ñ™]»Åþ®ˆý	½âsšæâ‹ì^ñÅ¡qàÔqá³8(í°8øG8{UDŽ‰ÁÆ…b°¯¦ü‡/†TÄP\\†\Z?+†tÃ:¾‹asnbÔfŽEº%F+÷‰ÑGÄ˜i¡ë¼\"Æ\rÄ‰	A¿ÅÌM1¡(&++‹ÉÝþbÊíy1õÄq1Í²]LË}+¦k.‹™~›Äì@k1û÷W1çð€˜sO]Ìëjó>6ˆ…Û¾Š…¼XØ.¶¿»¿ˆÅ½Íb‰-q-‡^ê‡æ•‹Ã¶ñÅ‘{µÄQ•×ÅWÈÄW»—Åq‡_‰ã\ZÊÅ	MHqR„¥8ÅÒSœÚY\'¾¦§ø¿ò‚5ÅiÿŽ‹¯\rß>ß²§Ë[ŠÓz‹3ÿ·Ò+Î6sgÛú‰³{~‹sFNŠsþåŠsµtÅy²qQº¢¸Øz^\\|Ü[\\\\9(.‘&ŠK¢Ï‰+ßŠ> ®bÑÄ5ä/âgÔ›â:q}Í7qý¿5ñóáBqƒ§¸ÉeUÜ´b/nñŠ·Ò â¶cÄmL°¸íÁq‡s£¸#PGÜ‘ ¿„üwÿ_s½—~‰{[Ä}Î¦â·¼{â·W¿‹ß–ðÅï¶¿CMˆû¿ˆûgÄC‰}â¡ÔLñðÑ\'âÑ\"¬øƒâ!ñª¹øã\nDüÙ’+þâ:,žèþ)ž\\pO…ž›¾(ž>µ$ž¾rVüý«—xflV<{&K<›¨*þ]\"þ­&žk}!žkgˆç]ƒÄ¿Ò6‹JÅ+ñïúŸâ?˜qñ’i©x9\'PüW§\\¼ö+^ÏSo\\&ˆÿ­8I6ŸIä¯œ(éì“(Q†$*Vé•/9’­›¸’­öG$[Cä%Û~Ü“lŸú ÑØ-Ñ¾rI¢ý8W¢ÝwO¢cóU¢s\"Ñ™É”ì°Ú)ÑåJôP};¡D%1ôxý¿a‰Q5Obôf‡ÄhÄSb4.1–Ñ’c{%ÆBˆÄä…ÄdÈ[b®úGb8,Ù5}VbaÜ.Ùm‰“Xµí–ØhÃ%6ˆ‰Í»í[3‰íâ‰ÞMÉ^u/ÉÞÆU‰½Rbº\\²_÷ ä\0¤KrdjFâl}Fâ¢Z$qóH–¸“¸_	‘x\Z`$žÞß%ž>‰çÙ,‰çu˜ÄëT·Äë‘äTÚu‰ßü1‰ÿ19‰ÿ×DIÀ)‚äü^ÉùÔ×’ÞÝ’Ó?%¬${ÞK‚\\ÞH‚.«H\0Æ‰ÐŽ?ó ‘+\'A)ü•`2_J°þ|	Ž—n%dð\'	e.¡ïÛ.¡7p%ôn˜„ùXÆÖ¿]vŒ¶„+a¯>–pìH¸rQ^¼¬„á›D\0\0IšD y-Ô„ID7$âðU‰ääœ$dO®î+‰èž•\\i\r“Dm•Äé<•ÄDHâ¤G%qubI¢º±$yGª$u~«äÚ‹³’ëâ_’$7»F%é“IÆËnI¶$SrgAM’Kä.“ì™”89H\n¾K\næI\nš%…§’ûF$÷Ú%”l$Å²I±÷gIY+ER¾Ž“<¤£%76IªÖIê\'$õ{Ò$õy’†«0IcÂIcý¢äÅÎ%É‹â³’¦3O%Mçð’¦ZwIÓœ¼¤Y÷²¤%#i•½+iS5´9B%í~\'$/îK^}“t\'VHÞlz#é)¾\"é)é—¼¼û´(pcH¨\'%ƒ¾	’!%¡d84F2‡”¼¿h!ùàT$ùügT2&|!Ž|¡|”|)˜“|5”Œ»|”Œ‹«$“v.’o*’ï~hÉw‘ždFÿ¨d¦é³dæm—dVédÖý˜ä‡ÁnÉËxÉ³Ã’Ÿx’ùë’_;e$¿z’?ýY’Åb¨d	8/YJáI–%‡$ËîHÖ”~IÖŽVKÖ®¤JÖ¾€$kS.’ž%ÿ€cR™iÒM¢ãRYA Tö³†TÑ÷¼Tñ¥TIó¶t³u¶T…c-UiL‘nßã&UßÇ”ªÿº\"ÕðâJ5ò¬¥Z·¤Úo¥:¼T÷{ŒT/IWª/{Nª¯Qªú…TÿÃ¢t§›±Ô$2SºkÇ€Ôrï©å•yén9©ÕU®tÏþ$©õ.€Ô¦p\\j—= u˜aJ÷¹·K÷çÌI|Ž‘ÔÌ’r•:¡b¤G¹£Òc®SÒcÙ\rR‡n©›Û€ôx‹‘ôÄé‰•íRÏÒF©Wû{©·\\½ôdVžÔw£RzÊ JzŠ¿Gzú°«ôLàMé¹í·¥çü®IÏ—â¥ç¿ûK/{K/Ù–J/5ï•ÍJ»‚¤\0{)ÈcJ\nB5KAÒ3RXÆ n~VŠä	¤È÷O¥¨fÐ/E?	”båRl¼¯ûÄHJPt•Ï–’”ˆR’Šƒ”luPJþQ*%ÿ©“Rjj¤L)sÔCÊÒ¬“²,Ã¤\\°‚”ûø÷Í…÷\0<”É*QFI¢’\"Y™©ˆDf!QôÝ{ï½GeSv	%£ˆ†\n!‰ŒH‘øÿÎÿÅç</î9÷Ü{ŸçÜñæ²sÛ9{³\09_U\0·ýØ€;=–€\\Ø{@nã}@îäK@žY4 /np÷\0X¿\0(¾\0r³ÀÉ\0¸î8\0¶ó\0ÙÐ@¾ó ¦1\0L¥\0k˜Àïñ©\0âŸÛ\0Òé>\0é~5€R1 \\\00ÚØq‘\0n¼€û¥À$0\0Bd@bä\n\\ßàÎ\0¤_\Z\0ò®\"À½ˆ4À=ô5@á–\"@áÝÇ€\"ŒPô¨\nPì,”¼×”n¿(Ýã\r(½Ð(ãï”3\r\0JV½Š€JMg@åT7 ªò: v½:àñ>(àÉb0àic	 !¬ÐLá^¤F:N‹‘ÿÅ\'|@g¢\Z §\0è2E\0Þ;x{u\'à-FðîÔ$ Çoàƒaà£ÉNÀGšàSï3@oØ< ŸvÐ_­\n¨»hkŽÄ\0†PHÀ°ì:`¸Ã0<‘øR7q:©{Ó•\0¾^ù	˜ØLÞñL2\'Sû/¦×»¦¹\0scJÿÙø¹íàçòà·J?à÷§+€åï§\0·]\0¬V\0V/ø×ý¼T¸T\"ûüw\"i7_n8x¸á¤¸ÕÜ¤^T1÷n>éÜ\\3TÕúTMüT³¿ÜÂÈª_¤\0Õóf€[cÿÅ·v}jujm—·w8ïîp9ÔƒÓz/€;Ÿ\0\Zvvƒ€FK%@ã¿YÀ½þ±ÀýçýÇc€ñÀ/@ÀƒÐíÀC OÀÃnê@«w½À#õ§ÖNm@C{à±.ÐÎ¨xü¨Ð‘Ü<ctÖÆ\0Y‰ÀS¸õ@wÐc Gæcà™ðcÀ3Ÿo½¶…ýê]g·ÆÏê¶ý5—€þI§ÁúŠÀÐ¹MÀóëÛç±¯€·\Z/6^lÜ¼ØŸ»é[ý‡Ã+ŠáN/‘ÀÈ/`”S:0êço`´Û0º¥c Œñ,Æd¯nf¯†Ÿ^¥k¯>˜^}çŒÆáÜ€	Ñ0`\"î>ðºcðúIàõ‚?Àä)0eL[ïL‹Ú	LßÕÌ(ÿÌ–\03ŸìÞÄ[o\n;€Ù¯Þs^›oW2€y÷³€wl€\0P(°l\0zÖ\0AÇs èX ˆ§ºÁCOàÅE ÌþÆrÂ­lð²k@xˆxÈ\"A\r@Tˆ^Mâ­½D-K ñ0H¼®\r$b¬Äg…@*h:¶ÈŠk²À@à%žänœrmš\\/)÷äù&€‚Ãö@Á‡—@ñ:)P|’×ä%Àn tÏ& L«(;:¼oh\n|p­\nXüæ+°d—3°¤ó?K§¥5ÆÀG·ì–‰ÀjÏ£ÀZõ»ÀÚ“Dàco!ðé¦EàÓ}FÀ§âÏÀ§ÍO¿çk{€ÏÂ¹ÀçÏpÀfÜàg\'`+ÊørÇuàK<ðå“H`\'ä%°så9ðõý`Wù\Z°kp°û{<°{Éøfã°gÓIàGÇàç 9à\0)øE¿\Zø%ñ9ðËpd›\'päöuàØÖRàö7p¬ò-ðkágàø†TàøÖpà·Ôyà788¡ÉN|Ê~ßhœ¬Ûœ:N=oþXZNïƒgþ¨n^þœ{œ?#Î|€ó÷¢€úë¿zÜ€‹ÍÀ?!*À•-	À³»À5K{àÚ¿Û …áXÒý2Ð_hCïeòIC2Ô´ÉD´É¤’9ÚÜv¤ŠÜ\0R3ºRË©Uw€Ôyê õšxzûIÐVÞ†>¤9Òx\nÒŒíiõR@ÚÿA:>n¢¤Ûã	Ú¡ÿ¤oÒû\nÚu`dXºdÔÏÃ˜ ãÆXÉúDÉ©ß )Èä_$ho‹>ÈôüwÐ¾<YåIÐþ·Pyá:EtÐ›\r²4YiYmý²z´dµÐ:šö\ntôæg:ÈÎGdÿ=t¼Kä 4¹¢€Ü ¡ ·_gA§µA—·<¯öƒ¼x /ÿ\nW°ÈûI5ÈçhÈwý(×\nÞ>u\0§€‚Ü|AAµ\Z à¸÷ Ð7pPèr$è|³èüäÐ…gëAa»®€ÂÐ@á›‹Aá¥ PÄ)(Ê\rºâêŠVPEÿŠ¹šºjºÚÕŠ–þþ\0%ªÔ€7ËAIÖW@)0PÊµû Ü%PŠ`”ò\n\0J=z\rtcö,(ý“3(£å1(£/\Z”É‰Ý|å8oå\\òÝYôå™-‚\0×Y Às+Ðjè¡>½‚ðgA°Ç@°¼¦„¬5aŽaò@Ø‚^nü/ˆr@DµÜ¢–ú‚h]AÌa\0ˆ]â0I þsŸÆñCABµa(#$úö$6P\0É6s@r¢”ßS\r*(oV:‚\nAÅ§·‚Jé‘ 2D¨¼ª\Zôð¢5èaòKÐ#`?¨úÄOPmØ)P-OÔˆÜ\rz¶¯ôì|¨àz¡\nz!¯½([j_+uün½·2õDá@ÏYz¸ ¾öP¿àèsnhà4—ú²ÿ<hd/\n4º\Z-þúj{ô\rõ4ñð0h¢þ(h¢54ùÂ4ålú±}4}ïhÆ¥4{:\04\'ºú=ÓúÃÎýµŸ¯Ë1¯#ž¯üVM	V}º¼Åô X3È¬™´¬­T\rÖñðë$ÈÁ:·ÁÛŒ[ÁÛ[‚·}[\0o/\n\0ë À>`ƒþ°×l|´l¸¼û\Z\Z¼û¶¼ûîðž+OÀ{füÁ&\nAàý¿Ä`‹“‹`‹q{ð+ÑàÃÞ÷ÀVwìÁÖ/ð`[Ãn°mþØ¶çØ.¦||Ã=ðqÀð‰gB°Ã•B°Cì81\0>iH;m€O	a`×Ü`7Ü[°{ì2ØÃñ;Øã¹2øÌ­`¯¼X°×ØçRØ×5ìK*û> ‚ÏºýïÌ‚ý\'ýÀAY­à Ê^pÐh\n8ä}	84oæ—/UGz\0Á—ÝÏ‚£ü€cN×€cðŽàXo*8ŽœŽßF\'Zÿ\0\'¹~_kf“—>ƒSÀi§dà4ºøQ¾ñCœ~ë\n8£J|óú8ûø?ðí”mà\\ä,8·¹|w~+.VBÀ 08é^CgÀÐ|º\n†®€QGö‚QÖ3`Ô}F×;ƒ±s¯Àø©0áZ,˜ä’&[ºÉýù`Šg\Z˜Âü¦ê2À´²«`úÙ=`:¨\ZÌØªæ˜Þ\0sÌ­ÀÜí`þžÿ°¸`AXêi\0–-%ƒåjnà{­ÿÀ÷Ÿ®ç[<nH:lÑÁe©Ñà²[Àå*ãà‡yàG_<ÀŠTp…h\0\\|\\åHWÇ¶‚«§!àÇ8øi$üT¾\0n²xn: \0?Ù›­€›¡`p3³\0ÜúTÜú\rnËk\0¿”ß¿RQ\0w<ŒwÌ@ÁZ»À:Aà×IÁo5î€?x‰Áà[ÁáàOÊ‘à>x\n¸OîWX÷«½\\º¸¹<Øz³üåüxd3<¢-`mÁ£›æÁ£È.ðØkx\\Cžˆ_Or.ƒ\'_÷ƒlO÷zƒgçÀ³ƒÁ³á¹àYÑ9ðÏxíž¯:þ¥öü‹Ûþ•/Æi€ß€€—×šÁ‰Ÿ!ëÞBL$E…yˆ\"»¢XÅƒ¬?ÙÙ0i	Q¶üÙœ‰‚l®ÜQcMC¶ƒ¨›}„¨\'/AÔÅ`ÈÖw‹õÍ;úM±2D»õ;DÇ±¢Ë¼Ñ[?Ñ3¨…è<ÑwÉ„èÇ÷CÒu †»V {¶®ƒìé†ALœÜ {¿CLï-Böm?	1GC,^¾‚ú±Ü\0XöGAÏ¸C¬6‡=9Z=±nQØ$)AlC- ¶‚ˆ}êäxÚÈ‰Gg!Î÷j!n{÷Ð\Zˆ{=Ä#|\0â«œ±CÎt‡AÎLtB¼lý ^¨ï’\"ˆFña©@|3Œ!þ•HÀ›\\Hà^2$å	Ê)†\\2Žƒ\\JC.ýˆ‡DôI!‘_k —Í?C®„´@¢;-!qkF„¨0HÂ•„kº¤%9äZözÈµŠyÈuƒqÈuHZÕ6È !äß\n’	¥C2r 7ã!YÕ Y3¾ìŠ­ÜqHNk8äv«äv?rg;\n’«ý’ëáÉ-yÉÛ¦ÉC¿‡\0N@€£µ	ˆ…@È`Ú²ÿlA;¿†`eìïsüÞ!xôCˆ#ñç(„Tl!7@¨\nKªA,„úL¡yåAh‘§ tÅ!ãøOƒrÂj~	aßAØ	›áÈÎA8£ ¼*DÀ^„ˆ´f \"§\Zˆ42\"ýû\"3¼	‘¿¿¹y°‚äÇ# ù=Ç!ED1¤Øã¤dRš¶RfyòÈXyÄ6‚Ôl€Ô¼þ©µ÷„ÔÒ#!µ\r>Ú	\n¤®Íò¸½òÄi¼x\nÒ”V	yŽR€¼°I‡´èXAZW!­Ïÿ@Z;ï@^í\'A^‰{ ]ÒHW/ò¾ò.éan„|jS€|ú—	éÕ£@z}4 ½OAúŒ!>Ÿ\\H_Ò÷°Òÿ¹2ÐU	Úù2Ô‘Noƒ|9/†L\n=!“ß“ ?´: ?B.@f~êCæš s«\"ÈOßMŸ³My[mÈüê\"ä¹ò;y/äwýmÈŸá“¥œåõé¿‰q¿?r ÿ¢ã!«>dÍï\nTqÝ/èúJuèFÙT…PU[‡ª­O€ªáyÐ-™¡êG@Õkc š‰»¡Ú\ZÙPm-$T»›Õ£A·íQ€n÷ªëñºã—1T_å\"t§itç›«Ð]°H¨Ab	Ô5Ù59„špwB÷†ºAM< ¦Øè¾£ýÐýÖ¨…Å9¨-jÑ„8~zðÌ=è!×è!¿è¡ô°=jEp‚ZÑs GlÐ£»ÁPë‡-Pëo‹PëßP³dè±ŸiP;‹7P;Ú Ô~½7Ôa—Ô!,	êÒ	u½:Uü†:o>uÖºu=¼\nuvºÆ»C]‹í §ÍÏAOúuÛauÿ¨õèð†zn|õT#BÏ°”¡Þ±\'¡¾ãP¿´CP?.êW‚ú;›@dnÐ½%ÐsÚ=Ðs¦ ç¯CÃ´·@ÃA/]J„^þ¯¿(Âôªçwhç-4!šMò¹Mú~z]óôz4š¢?Mõ.‚¦~r¦¶Coøj@3R´ ™è[Ð›\'b Y[j¡·.ÿ…ÞÊþÍy¿½½;8¹iAAÐýPp\nIj†Âö¸Aaÿ­ÂÎŠl‚bÝ ø+PBå(Ù¥ì¿¥âZ¡Ô·:Pê´.”32\\‚²¶œ…²t‹¡¬?@(§ŽåŒß€r÷ƒ <ãÝPI*Ô«ƒ\nr¨èüO¨x*\r*Q*‡JnhA¥oiP9¦zòšÿð.´È´Z\Zâ-}m\r}¸±úùZáµ­ÒC«2hU´Z+	Z£­=±­å` uÆþÐÇˆFèã5ôÉ–×Ð\'ÕóÐ\'Ÿ„ÐúŽ&èÓsÐFm´ÑB\0m\\†>ƒv@Ÿ¯Ù@[´|þÛZò -áÊÐVy\r´µ4Ú:½Úº²Úö4ÚÖ\rmÿ=}9å}µ}ô•Xí8ß\r}gÇ‡öÄ_‚ödí€~ò…~jÿ\ní½ªˆ{\r<²:¤¡bÜ‚cœ Ãow@G #ÔqèˆÜ:\Zh\r6‚Ž.ˆ¡ceèX	ú5ì1tb:y\r–XBgbÿBçžüƒÎ\rúB‡zB÷çC¯e@—f=¡+ìèZ]t­c¦àµ¦t¦¦ä¥[¯[¯w¶¡òlcžl#s¶iï\'˜JÆ^Øæ¶C°Í+Ñ0ÕÍÙ0µm/`jÏ˜0µæqØ–d0lK)¶åñL=U¦Nø	Ó¹“ÓU˜‚í?†í(ýÛ1>3°+‡”‰a{¶mƒí!a&Ž\n0ÓÛª°}sÞ0ó×aæG)0ó¤6˜ù5Öêaæ™°ƒì`ï,ìÐ,vh%vX³bÜ‡Y\'ž€s0„ÙÉôaö7ra\'ŽÖÁ×;ÀS’aNÞoa§.`®û^ÂÎ$ÀÎ|€yÿ€ùÁ^ÀÓaA™s° Âß°`x=ì§Z5;·vA¡Þ4‹Â\"k\'aÑ‚û°˜M—`16°« X¬ž,Ž¬‹+³…ÅUƒ`q³XXüíyXüüCXü²–(#À’´W`I§$°¤n ,Õ –ÞËðYƒeÔÃa7eÊ°¬æ°¬\n°¬4,;B–³§–û­\r YÁ gÿÂà¿œ`G-‚G†!¦Òa¨Ï.0Ô÷<ú…gëÃe*Ãùça„ïa0Â?%	óFVq†‘“nÀÈ9ëaäú9%­FÛêclûcÖÁÜ\Z£WÆ¤jÂXçô`ìÄ{0öws×¸\rÆÅ»ÁxË0¾FŒ¯c” `‚Þs0Ár/L¨u&šòƒIF00iuL¶îLæ‹†É¿¿„ÝS^†Ý×K„å¿†å;}‚Ø‡Ã\nŸ„ÀÊæFa­íaðŠ°\n7eXÕ§°\Zã.X]úì1«ð\0Ö±\rÖ‹5åNÂš RØ3»nØss¬Ù~¬ù6Ö<À‚½TÛ	{io{y/Ö1ôÖ½û ì\r{7ì½#ö>ÙÖS…}¨~ûèÙ\nû¤ë³,‡}Þ¾ûœs6|çlTý\'lì_8l|ËOØÄl2·6•7\0û!‚Â¦wöÃf\\½`3ÐjØì‚lNÙös°\r¶`„ýzq\Z¶xV\röÛ0öûÝiØß;•°•OØ¿ðØZyl­¡¾ÎX¾Îw®”_?·WÞlßDÝßrá\\s\n×\\›k9	×5+ƒë†[ÃwœŠëûÞ…ï¼ü\nnà’74Á6$Á<á»ìà»ƒlá{Á÷Ž\\†›*äÀ÷Ål‚ïk„›=?7ë¿\r7ÇSáÞXÂÌÀrÓá‡íßÀÇ_„îÌ‚~í·²=·šØ?²ñÜZ¬·±º?Vè·k·àöáö³pG|¸Óö¸S×9¸{èÜ½·îvîâ÷¦nûì„Á}ŽƒûdNÀÏ¾«‚Œà:wáA™ð/<ôˆüB1~‘•¿X2\0¿Øþvþ\r<,Ú	¾á<ê@&üÊ‚üjå	xÂaøµ£wàÉz?à)Ë%ð4<ÍožÞË…g¾Û¿‰u‡gù^…ßò¾\0ÏfKàÙ÷¢à·sZà¹wxî½+ð<àcøÝÑT8€¸¦çÀÁ›/ÃÁ¿OÁa!¿àˆÝ 8òcù¹ŽŽ”ÃÑûà»$8v÷—¿ÇGßƒã±pü»8ñ»N:…‡“xFpÒ\0N±j€3úMà¼02\\&†çðpá¯¸9\0—Ø…Âå×Ãå,c¸\\Ôðkž¯ÏgÁllá\ZàÅ9ðâÅ‹ðv:¼äW¼œû^yå¼Zt^ã¾þ8÷!¼^ÑþôÞDX‚7ßø19\no9†·ÜÂÛ\Z’àíf¯á/W‡á]åŸáÝOÀß8¡áoÊŠào¾úÂßÞ Ãß‰*áïšóà=›à÷§Á?Ê,á½u.ð¾<|¨é(|Ø‘ÁG~^~ì„½Úÿúù>|ü÷\Züûávøä>*|òÄIøT±\'|Z÷|f8>³z>{p>ZÿÔÞÿ¹Í¾ÐÿþËö ü÷ÕpøŸÿêjyŽXwt¡£ƒPÔPG(:ÿF(ûë/è!ÖßqBl¸hƒØKA¨¢n\"Ô0ëê’ê\Zl\'„&Ï¡ù1¡£ŠBl{ÐƒØlØÞ|¡‹©@è™L!ôÂ¢zá—úŠ½ˆ›¿!v¹|Bì’ú!v5Ô#œ¥ƒªX„¡õn„q¯=ÂxB±\'ª\0±‡…0¹‰Cì­|Š0µ³A˜½º…Ø½0_~ˆ°p!È¶ ,mHˆÃjIˆÃZQˆ#O ŽÕ#Ž6W#¬DXƒÍÖDmÄ‰ó¯‘ïØ\rÇç›\'K„\'Ÿi„óñ)„ë)g„kN\nât;áyÕqÆŠ8Bxéó¾„oñv„ïoâ¬ë#„ÿ¶mˆ€•*Dàa.\"ðèIDÕuDPÑDpX\"D#q.¾ªÃ@„æB„Né .ToE\\¼ÌD\\”Ba^îˆ0Œ\0V¾¾‰Ž?¨„¸ôŠˆóBÄœˆCÄÄX#®žCÄîIEÄEä âòñç‰f¦ˆDï.DâØiDe\nqÝ§\Z‘¼g‘²%‘–ŸHç#Òáˆ×qDF‘qî\n\"³L\rqÓø=â&Ã‘å¿\r‘u7qËè<\"ç‘ëÁFäY_BäáÍy#Eˆ»wS\Zw¹)`|xË­G€f#À×UPå«øn6q*:t?E\Z¬Dù_E8† òášÂ~m×]ðÁ<\\†`2¯#X§Ü¬È¿Nç?ƒn9ƒQâ7¦©š\ZBšHFHK¿!äž*ˆ{Â÷K:äºÒ…þIˆBˆ¢ðg.¢èñDÑ\ZQm„(~=(h#J~†!J!pDYœ&¢<¡\0Q^„xXp\nQyªñ˜¨ˆx\\vñø‡ñä…ñdrñTyÑx \rÑXõÑØHG4~‹E4å#š~; že Ïˆ™ˆf¬¢Õ|/¢íx¢ïŠè0m@tl@tß©Etã%ˆ·gôoI:ˆ·«Û=ûï!zJÃ=‹0ÄÄ‡ÈýˆOäˆ¾{0Ägß/ˆµeÄP1ŒYB¿@Œ(à£+)ˆ¯‰«ˆq³Ä¸Í/ÄxñÝ˜šÚø1¯ƒ˜=ÏEÌ>­AÌ]ôGÌGu#æë>!~M»#~;‡\"–Ô\r¿BÿìÿÂ%ˆÕ¿k_k—¦ë›AÈõÿôNœC*¯KAn<©ÚÕ†TÓEªM ·@Ï\"ÕUš‘ê«¡È­ŠÇÚ‘ÿé{†Ô1ÜŒÔDîÚ‹4LX‡4Œ!k#÷,@&t,Ò¤E†Ü»•€4Õ>Ž4o=Œ<”=Š<¢!DìDÕÐAZ«K6MµH»‡sHûÇ­Èã-¤ƒÐ\0éÔé¼%éª‘‚<­ì…ôÜX‚<ó\'éåB@zù˜!½þ.#½Ûb¾ûl‘¾l¤ïRò¬2°ñ2 €˜€!C£42ÈªäùµZüy~Â\ny1îòbV12ìãFä¥+áÈK·È…dÄìcd~Åg!¯_ ¯,9 czqs,dÂÃÈÄâTdÒyòÚÛ]Èë 3ÈdôdÊt62ug,25‹L»9ŽL+ù€¼!ý„¼ÑGf¾Ã#o\Z«\"³Ž¯Gf5^EÞN2AÞÙCæÞvGæ­—\"Y×@F†tDÂ˜û0Éc$Ü3‰Ø¹ŠDv ƒ‡‘H»)$2Ë‰f\\CâÜÕø¢5$át’Ðßƒ$•r‘ä[‘”½Û‘ÔkíHÚž$-î2’žc†dÔŒ#Ù9¯œo-H^æ’\'\rFò•l‘‚cP¤àf=R0y)ä>AŠ¿!Ep4R„»€—úÏ¤øÙ\"RÜ+FJ_BÊ©!eI±H/)ÿd‡¼’…|p|ù€xY°ï ²àT²\03„,h@!ViÈÂÈxdQ”YµYÌhE–hú ËvN Ë\"úrô‘•Y‘UI—‘U¿#«ÙÈêøÛÈj`²ºYçb‹¬cÆ#ãÞ#ëÐ\rcRdÓU&òYä-ä³ØNäóŸÏ]ÆÏA†È–Ó\rÈ¶›3Èvc)²}îò%Ôù\n’ì8òùZgò5¥ÙÅyˆìz†Ev+Bo«oÛ÷#ß,#ßýWóï±ÿï¿Ô!{î!ŸÈ?½çG}¯¿6\"‡¯nB~ÓóG~;=‹œXÜœÛOFþl& çgaÈÅçQÈ?-uÈ¥}zÈ¥?är–rùžò¯®\'òož*rmÄ¥´p¥KF©´Œ¢TMO¡TL¢TÏ5¢¶Â&Q[Ç`(Íõ(ÍûGQZ{!(­7j¨íÆê¨í=6(ÝÌÔŽÆÓ(ýÚ‹¨5Q†Žž(£ó(ã–Ý¨=!ŸQ{·P{ýÇQ{‡¬PûNÔ öÁ(3ÎÔ~{j?\Z„Ú?¶eáõ\Zu°î\0êà{M”åu\'”ÕøI”Õ¯c¨#]¨£s‘(k‹×(ë‹X”MñÔ±|”­ä/Ê¶a+ÊÞ;u|ãêDKêdÏ8Ê¹üêíÊåd-Êeà\0Ê^€rìD¹‡æ£ÜpPžF;Q^ÒV”ÏºeÔÙ-E¨³KÛPþê\\T@ÝTà>KTÐ5TPî8*Øä*Øâ	*ô4ºªŒ:¿í\nêBG,*lvuIŠ<úu%\0º\"Â b¼†PW3mPñûw âFÅ?Ç¡zè¨$ß«¨¤©0ÔuÇ¨äk9¨áWP7ù Ò_(¢2LÝQ™¯£2Ç\\QÙïä¨ùêÎùXÔDKÔÔ÷¨Ü_•¨¼m j€û @…\n(pôMx‚€‚Ö¿EA_¼DÁÓ¯¢†Ö(ä››(Ô¡z\Z;ƒÂJ®¢(Š(Ê\0E5¯D1zx(6¬Å1(@q‡Q¼à7(¾¡ŠO×E	­C	JQ\"ê$J¬ù%é{„’&ËQÒîë(i¿%J®[…ºç @Ý»ÔŒº¤„z@/BÎj¢Š¯:£JÖß@•Ø&£J7£Ê(¨²‰¨‡Ò\"Ô£çÖ¨J«Tåý2Tåt0ªÚ>UP€ªn\n@ÕlþŒz¼æˆz\".CÕ_”¡êãP\rðhTãu¨Æ‚xTc¡)ªyñêÅª¥ê\0ª-¨Õ¶üÕ€£^>Ë@u¸N :žŽ£:Ãß ^{½C½¾ê‹êÚÜˆêzöõænêíˆ\Zêƒg/êãû#¨PŸÏQ}.¢ú†D¨Å$ÔàV9ê\ZM[A?@M\0¯¢&Ý­Q“´¨©“Q¨©G\"ÔT×ÔŒÞ]ÔO·u¨yÒnÔÂòÔ/å=¨_y2Ôïº.Ô’ã\"jù°õwû>Ô_ôê/±µ²)µ²f‚Z[pE+½\\VúãÞ¨v½©U½iõ+zó™Iô–z,ZÝH	­î\\ƒVod£5ò\'Ñ\Z­hM.Z³É­ù‡ÖŽBkCþ µËÑÛb\0hÝÏÛÐ;ØôŽ9+´^­GïLÑEïR®GÄ§ \rÞ¾B¦8¡<&ÑFÉÊèÝ°rôž*Ú4Ñ½/1\r½o­m&¿ÞŸ2ˆ>h±mœ…¶zÞ‹¶î~‹>æFEû&C;¹¢Ž‰Ñ\'‡Ñ\'\'FÐN–QèSQ™h—KhWûçèÓ±R´›B?ÚýJ9Ú#ƒ>“·Šöª\ZB{—Ú£}Â•Ñ¾F.h¿´_Eú¬EÚ;\n~8ü$ú‹iªDŸ[Ú‰Ý;‚]>€¾`G_ˆ¢/Ä.£/,‡£/ú¨£/f[ Ã‚ûÐá6ýèK&èKtÄ¬ú²?}9²}¼}y©\0%¿ƒŽV¢cî ¯ê_F_-ÿ€ŽMy‚Ž]þ…ŽSÉDÇßA£¼¢M¾£¯]i@\';‹ÐÉÑGÑÉ×è”ßŽèÔÕ·è4ÿZtZE4:môúÆ±™Î8\Z†Î„}Fßt*Aß¤/£o>ƒ£oØ‚ÎþŠAçlÞmG-2Ð@K\ZÔœŽ§×¢ÁÜD4¤¿\rõDÃyûÐðÁ“hä•óhäíb4*–…FÕ—£Ñ‡£1Çþ¡1h¬ÝI4®YçžG“ ÉÆšh\n§\nMyæ‚¦Ã»Ð,æ{4ë¡Í¡ÙÐ\"4Gåšs±Í¹ì„æ½SCó·mG÷¡Å\'«ÑâR´xÄ-©*CK·¥ ¥/è{’Ð…ñ<t±]‚ÓC—m\0¢ËÐcèòMÛÐå{³ÐåfsèGûÌÑ×¬ÑÕÔ­èê\rtMÎ&tm]÷€~¢÷]ÜŽnÔÿÏÝ„”¡Ÿ%¾G?»æŽ~vg\0ý¬jÝ,UA7Û~a³	ýÂî!ºjnE,£Û¾ù¡;CÊÐ¯Ežèn¥{è7—Ñoµ&Ñï“éèžûèËèÞètÿñAô@—+zð\Z=TúýesúËîô÷ zÔ°	ýõª1z\\¯=î5ˆþ–ÄB­EOš|@Oþ´BO®ýCOÿ1FÏXŸEÏ¼T@ÏÆ;¢çŽ>AÿÜ?€^8ÔŽ^LE/DF¢ê?¡i,¢ÈÑ¿/rÐKž§ÑËÐ+ÌŒB«FáG6FIõ)f½i+fcÛfãH>f[ŠQŸÀ¨1ÎaÔ]‚1[Ûº1[»ï`4íµ0ZÇ£0Ú¯M1:3$Œ®fGðcŒ^¨5FÃfçæÌ®ð*Ì®›æ˜]ÌoãkÓµxÌ>Õ5ŒYE+Æ\\1s@Ð…±åc_>‹±jÚ‰9‚óÃéžÅX³Ék©;Æ¦Yc{¾c{cg2‡±_ù€9þ´ã °ã@ÒÀœLõÅœ:ºã:q½q»ŒqÏb<væ`<üV0çÊ0g¦·c¼æb|ž9`|ÿ`ü1þH_LÀP.&PÊÃ~ÈÃ7Ä:`‚7+cBÔ¯aBÞäcÎémÅ„2h˜ó\Z™˜m˜°ŽbLØŒ1æRm(&B©sÅý\n&zû2&v²Wµ“¸~&ñÓL’¡&¹ö&Åþ&õr&5I3z‰IÁ¤›—b2ô_c2ÕNb20™¥‡1·\0L¶6“üŠìÂ€íu1ñýÈß@Œ|)ÇÀ+|0ˆHrýI²?ƒuÄ`+ÞbðÜß¯\0C½ÅPoÕahézÉ)ã÷“.Ä°\ru0l®3†ÝqÃ5pÇð0B¦6FL+ÂHâf0ÒÁEŒl×1Ì½ì;˜û+É˜×®`0»1*˜‚\'LIº%¦´ð¦Ì.S®˜y´ÆTœ	ÂTÝ±ÂTï±ÁTw´cjå˜:ëÌSÏ˜§I˜æ3×1ÍUPÌ‹íS˜VÓLkûUL;ró’ôóJÙ\róêÝ#LG©¦s%Óå¡ƒéz^ŒéNÙ€é.À¼©ìÃ¼ë¾y7ß‹éyõó±¡óñ«¦·í¦o)Ó¡búÙ˜þÂM˜ÏC9˜¡ke˜/‰0#;ú0£s©˜¯¸\0Ì7Qfâ*3ñœƒùÖ†ùþë$fjƒ3u%3Å!a~q˜é«|ÌÌEgÌì9%ÌÜ˜.æ§v:æçí·˜Ÿ²k˜ùõÁ˜ynf^Á,½ƒù¥>†ùeIÄ,ÆOcþœ˜Ã,\raþ\Zc0³1+Gl0ÿ¢!˜ÿ”0kSë±ë¤G°\n¯±ŠÇwaCj±Š¿ža•Xï±ë=Æ°ëaÊØ\r]7±–Œ±*ûô°›]ÞcUÍ°ª\0K¬j­vËç¬vÌ6¬vö4VÇàV‡ð\r»-ív{ã7¬®5«ÍÂêö…cu¿ÅêåüÁêÁ¼±;öbwyÆ`wµÞÃ\Z<\nÆ\Zj¬`wÇ±{>~Äš„ë`M>·c÷.½Çîû¾k¦ï5{»€5ëßˆ5ÿ\\ƒ=tòöÉk™ë€µºñ{ôÝ4Ö–ÅÅÚßÃÚ>ÝƒµKðÆÚoHÄ¯lÃŸÕÆžðŸÁžHHÃžX)Ä:„™`À½XÇØT¬#A„u6vÆºŒbÝÎ„`Ý7(b=\rwc½zš±¾Ûª±¾?€Ø³NØ³Ø³E0¬ÿ±6lPÎlP›=6x¥šƒ\rac/Ìc/†$`Ã6bÃF»°aóÃØH˜*6rÞ{y]8öräyl”Ézl¶]×nžÇÆðf°±´_Ø$[lù)6i®{í¼769$›üþ\"6ÍC{#ô&6C.ÀfZþÁfú¼ÅÞüh„Í\ZØŒ½•\0ÇÞúp{Ûê67¥›Ë\\ÃD:X ù{,ÐŽƒÕ{c![V±ðÉ`,bå7i#Â¢?þÄ¢®a±w%X\\Âa,xKðoÅ›\"°d;,§‹¥wÛ`Ä6,ãY–i£‡åÔ÷`yÚ\ZX¾çW¬ðXVxÝ+ü†•œY•©ïÆÊñŠØû»®bï?¨Ç>P_Æ>Y‡-;Š-[sÁ–ÛecfLbµïÆ>zS‡­TLÁVê.c«2ßa«ÖØj«ØšªÓØºbl]n¶{[‡»‰­{í€­›üŠ}üèöÉ»+ØúüØÆ3±1tlÓ¡\0l“¿öUˆ}6ªûßj‚°ÍEë±-©LlKÉlKË\n¶\rÞƒíÌÜ„}­í‰}·»ûžî‡ý°?ûQ•Žý(˜Æön-ÅöÝ)Æö}Ç~æGacG±ÃúJØ‘ïç±£û/üÿÛÒÑ¿&Ø±s<ìX”-v\nfý±c\'v&É\0;Ÿö»P7‰ý¼…ý•c×)a—–³±Ë{Ò±Ûž`ÿ¾ÍÇþíÅb×Š­p\nÐœB§xðnÃÓ)œ²qnãÈKœŠh	§ºŒS]Å©mDáÔ÷¨áÔOòqê^Ù8Ëe8ÍS•8Ío¿pZSqZŸátò¿â¶õÕãô¶›ãôŒšqú¾Q¸]±,œÁvœG6ÎæŒ3ÖÃöãŒoæâv;îÆí)˜Äí=‘„ÛÛÝŠ3M:‰Û§e‚ÛÏú†37z3>Œ;hÿw=‚;d>ˆ;ä3‹;ÏÃ.½‡;ÂgâŽî°Æ=ôwÔ=\nw4«gÍ¸„³Ù`Œ³i³ÂÙ>yŠ³ýÃÙ­_‡³Ë§ãŽmÄ×Ç9&vág5qNâFÜ©G8×i=Üé}ïp§ãRpnºé8w§%œ{^,Î3ÔwæöAœWU7Îë÷Î¯ýî¬âœ?¿pî2.°f.È÷î\\¥%îü=î‚ö1ÜEv8.ìY!.¼¤þ‹_ÙŠ»Ô¾wµå‹»’ÿý ýlCÈÁÅÿÀ%Èsp	¯tqI÷®â®‘Fp×ñp×Ÿ qÉÆ÷q)jÞ¸ÔºÃ¸´+i¸ÌÆ¸›gšqY¸[{Þã²ÿ”árJ\Zp¹¿7âòVà\0Á…8P‚©À!z3pHÕXr÷6Êþ$=S„Ã?ã°Œ`.æWo‡ÃŸ¼‡#œnÅ¢}p„¯Î8¢¦ŽØž#îÂ‘>dàÈ´\ZÍÏG*ÀqŽã8D§§ÇK¿ŒãÃ±8Á]œÐûN(1Ä‰u…8ñ•w8™Hˆ“Ûpd®¸ÂX.®8ƒ„+qÁ•ÆÏàJ¿\rãSÂU4ká*õâ*ŸNãªµh¸š¨\\ô*®vë*®–ÆÕþcâê4p‡†pOþÚâê÷[àêo®âžú}Ä=MÀážþ½Žk‹Ä=;u÷‚ï†k¹Õ„k™ôÂµªìÀµ}îÅµÏp/]jq¯*nâ:®„à^WŒâ^ÿy‚ë2SÃuù9ãÞédàÞ?šÇ}¨Ã}Ü®‚ë5|‚ë-z‰ë£&áúÜgÔoÜ`+7`€&;â¾¤Šp#:0Ü˜l7îë+î[’?n¢…›¢Áýxq÷cÐ7]«›~v73›)TÅÍ†uâæ?\'á*Rq¿ö‘q¿Üªp¿~ôãýq¿Ç¸¸?\Z—pÄŽ¸?ËOqßiãVõàþýWËkùxÅÑ\rx¥/¼²“¯œßÈIÄ«¼†áU7^Ã«>lÁoùãƒWÙƒßš}¿•½Š×¼Ãk,Åkúãµ6ýÇä^ÛR¯\rú†×9„ÃëØÇãuÜ¼ñ:)VxL^§ê^·×¿ã\n~ç‘sxC½<¼áõ‡xÃŽh¼‘oœÖ7f=Ãïyk„7	ø€7¹¢‚7i¼7¥fâMkøxÓ§Õx3ìÞŒÁ›×ãþáá½³Â[^³Ä[¦qñ–€Rüaëx+ÍGxÛMÁxÛ6W¼=’…?Þ:Šw0ñÆ;DãaÛñ\'YâOÚUâO^ãvˆðN‹`¼ó;%ü©Àü)¤!ÞÅ&ïÚã†w«/Å{ýHÄ{›¬á}³âýž1ð~_?àAðA”ø \Z\\DÃ7}À·9áƒ¼Ç‡Oâ/®ÜÁ‡kèâÃµNáÃC\Zñ—ÎÁð—ÂZðEøH­=øHk|äá	|TŸ7þJS4þJ»\r/ÃÇD+â¯ºlÅ_}ÀÇ\"ãã›Uñ	wFñ	3­ø¤Û—ð×Õ¿áSµxøÌøÌ,w|¦¨	øKû>[«Ÿm¥‹ÏÎ\ZÀç¬ÿÏ©ãoÞÆß†·àï\\ØˆÏÝ]ŠÏ=\Z‡Ï3¾‰Ïó®Åç=¹Ž¿´÷µ¸û4©ÇƒN,à¡µúxØy\n¾çîOÃ#Nãëx”åC<:ä\0«s›`àñ¹Çñ„0žðÀOXÞ‚\'FåãIÌßxRÉ8ž¦7§÷ÚáÅ<cèžÙýÏÞÏŽœÀó7Ùã….^X<Œ—ü{‰—2÷á¥.xé„*^†\"âåkü}ä.|e_ðo3¾tý|yy4þaí!ü£4\"¾Âj_qã5¾2Í_¹v_ëþÿ¸!ÿäÿ4³\0ßpé\'¾éÿluÿ\\ù\Z¾Y/\0ÿâò3|Û›q|û°?þU®\r¾{÷Güæü›ûoñïð=ÎæøOá×ðŸªøøÞ½-øÏyçðŸçã‡ŽÑñCnñø¡E{üˆòüXæ ~Lþÿ•t?n\rÿ\r¸?ÑjƒŸ,º„Ÿ\n(ÂO•–àœ¶ÅÏ ~âgDßð³oBðst	~a‡þ—“7þ×ÝOøEJ	þ·Ÿ6~ÉØ¿ôYŒ_ÕÀãWO<Â¯^UÆ¯Ù„à×ü9Eš°þp6aý›vÂú©6Â&k!a<€°©âAµ–NPGÔBþ4®…4 —ZÇC	ZIš­\'Ý„mÝÂö§(Â;‚^ù1‚^ÍS‚þ¾J‚áÎUÂ˜°§6”`\"v$ìåö	¦ö½L0ûÉ\'Xì•,Î= XÀ+üç·	“î>¿G8d3I8l&\"~\'^~D8\"¦ŽÈj	6ç:	ÇTã¶6$‚ýÜyÂ	c	ÁüŸç#\'¼Á…¯Ip™œ\'¸Þu#¸ëÜÿ•<ÎBžéQ¯§.¨/Á–Ið-é!ø™¯§ÙBP™!˜ØJ~~‡ÜŸA}šG¸0ãF“áå@Bä›»„Ë;+	Wöµ¢›+	±Þ|B,Nˆ=#Äù1q.âÚ·*Ì‰£Ÿ×´š	ÉL!Y®@H¡¸RÛŸR?ÒìÓ4.!«~+á–ÂBÎŽaBŽØ‹ó¾ƒÓßF¸­Ø@ÈÝL¸ëõ\0ä\0ãà•Bp¦˜\0ÂNÀD˜ó\0ãPÍótˆ€Ó‰&à©h.#>VÈZ!²I W«( QeB@;ö€@+»K ¦è_ôÙW†ö\ni´•À2ÃØ}¶^ñ-¯Ä… ÈŽ\"HôxizAZœK¸·”D(ˆÈ#vrEn.„âN„â;Bié?Béç»„2½u„rÈVÂC#9á!šPÁŠ$Tv•#rBõ¹ÿDèªŸß TO>\'ÔuÜ„ºy,á‰‰áIA\0áI•/áÉp¡¡3‡ðœ\"!´0-—mùÛ	íÊê„WÿÍÿÕ¯jB‡Î,¡Sá+áõr2áÍd2áí™^ÂÛæDBŸ¡ŸJHW!æ8¾À®¾oFÌ¦	#w£9alw\náëÏÓ„ñÌ×„i„é§ú„<a†Ç%übGé£„?ù>„eÀá_\'”°6ó€¨ÀÐ&*ýc×Ò‰Ÿ—U¬+‰**D5ÇÝD5^¢\Z¦¸e’ETßŸDTg•ÕŸœ&jô²ˆ\ZKûˆZkG‰Úg†ˆº‡uCW‰º‰µD]¦„¨ûØ“¸CVJÔË½EÔßnLÜµñq—–qWÇc¢AÀs¢áœq÷ô¢ÉKÑtœhz}Ñ,äÑ,JÜÑFÜ¿¬O4Ç‰æÍáDó_§‰=\Zˆ‡<ž%Ú-¡‰–R_¢•ÁzâŠÑF™K´¥>#ÚMí•–‰Ç÷Ú{›·¼\":šM¬t‰ÎnÄS£ID—Ä&¢«Î¢kÞu¢kÉÑm}ÑÝ¯†èž{‡èÞqƒèqo?ñÌ¿!¢÷ÊÑ·µŒxö]ÑßîÑ?§ŽrÝ“2ŸI<÷A•ºÏš:­H<¯UO<oeA<_G\"^„ü%^¬zMë$F\\zKŒh\'FüI\'Fšm%FíþF¼² Æä—¯ŠŒˆW[¬ˆñ®Öû“8™Äk:RâµÕ(bÊÉ6âRb:ó1Ãö\01£é41ó°ñæEkâÍ´<âÍ)1+C¼õ·˜3ü™x»`˜x»k?ñö×Pâm«Ä;¹ÝÄ\\ßbÞñGÄ»N»‰w‡@DÀ¶l\"DÔA„Lì$B=íˆ0§;DñžÕDDð…Ddµ7ÙPJDN×ñZSDB´ˆH¨Y wI¹:Drl\"‘üv™H%Ø6·ˆÌÐDæ£&\"ó5ŠÈnÃ9z§‰Û,¢ÀC•(È#\nDÁ/¢ðâ¢ðkQr*‹(¹:G”fe»ŽïÝ$Þ“î!ÞwI$>íìˆ±Ä\nïÄŠebw±â‘”XQÕL¬Ü–A¬Dvkâ¾kÞÄ:£bÝ%±A©˜ØH\Z\'>×½N|ÞíAl6] ¶¨®[÷Q‰íN±ÄÎîjâkMñõÉvb×=-b×7Mb×Ô\Z±{:ñ¿&â[ø¶{ŠØÃ ~ºË%~zøØ·#‘Øç»ØWò…Øª…Ø¿2Jül£A0M%©¤Gì]ˆ£¾ÇêÿÇ§	ÄÉ€âÔñ‡Jq®pˆøs›q›LüUiFüõ;–¸Øˆ%þð%þF!ˆK[f‰Kv=Ä¥g†Ä¥•zâ2Î˜¸¼ìNü»CD\\±±\"®œ?FR8ØCRX­\')jPIŠ×ôHJ÷×“ÖGü$m8ªLÚp@Úx¿’´ñk*ióxIUèIR;H\'©¹þ\"mYì!©34Ô´|IÚ%‰¤j(Ò.6’d ®B28À$¥’Æ$$ÃÒ$ÃÊ$c5*Éøi	iwå$É$¶dË ™SH¦5ƒ$3{Él!›´÷QÒ~‡’ùá«$ó¦$ÔO’Å³aÒÕû¤ƒ9épØG’Õ¡\'¤#¸*ÒQ;\0é(õéèÓ$k¦Éz­Œd³³št,\\‡d«L$ÙÝ+\"/ûN:ñB@:y}žträ8éä´>É)8„äÌ:Hr.À\\£Ð$7m	É Ñå’|>†“|í¦H¾A$¿ÄÒÙÿÆì¿É‹ ðxÖŸœ¥E\nÑí!³#ïÊ&]àóHubHa]ÇHáìH— ú¤K²qRd§3)êí<)úŽ)ÆB…tÕ”FºzÌû0€÷·Ï<FJìßMJêºFºÆ~Dº^åIºþ\"•tý»*)y[)U?Œ”¶é\"éÆ …tò‰”Spžtû…/)oÛ0)/¤twýPï:	xê=	ˆùD&ßº“ ¾›Hp\Z	ýù	½œAÂVD“pUHøs½$R‰|»œDÝ!Ñjw‘èEõ$fH‰í§Db) qÍÆIü¬0’@ÿ*I2úš$µ“î¿xCzààM*\0·“\n]²HEëIÅöûH%°AR)ö2©lg\r©<WƒôHº‡T‘>Eª¬Ñ\"U/Iµ{žê>âH‘KD¤\'»ö’êö\Zp±¤ç¤çC‹¤–­¤¶ïn¤öƒLÒË\r¤—y»H#é¤®¯xR×ÂÒYÒ›Ò¤7\rëHoWHoO™Þe4Þõÿ%õôˆInŸ\'}²ˆ#}º®Kú$Ö%õÍ‘úko“>›<&\rl@‘Ü¯“d$Ò@¾6iÐaž4ˆ$\r[‘Fc£Hc‡\\Ic—©¤±¨tÒ×ºVÒøQ3Ò÷My¤Éê¤É~é‡§	i~GiþöižJZÐÞEZÈÜAú¥µ@ú§Cú·Mú7û´ºN…´–’NV^¤7ßÐ!«\Zü&«RDd5ŸOdˆdíò¶²&ò¶·7ÉºÓOÈ;Þ‘õ(d½N2YßÀ¬Î!ïÜ¦LÞùÏ“lŒµ&ï.³\"ïn‰&ïž’÷D:‘÷@pdTyïw-²é¡U²YmÙäB6oÞM¶x©E>øéÙRŠ%þÐK><ÒM>fÌ óV ƒ¾\"Ÿøpì˜‚ Ÿü1K>®@>E¼Avý½ƒìîÎ!»4ÈžËödÏÕïä3—³ÉÞ×È~¾ä³7ÉþÉþ_¡ä€\0%rÀður…*94 ”|þ@-ùBö&r˜	’6w“~<Ÿ\"_I›%ÇÔÈÉWþ‘¯h“c7G’cU·‘ã/‘ã5‚ÉñÑäxor|šœàEN,úLN¬É%_ÓÉ×ÊÔÉ×\'7““+ÉÉ}áä´H9c’œ!ß@ÎÊö#ßrª ßz½DÎŽ™%çj¸’ó4Î‘ïzfï¾{F¾û¾šPÙMT‘Md¸Íc2âØu2ÂmšŒ8·ƒŒä”ÑMÑdÌ‰çd\\¼#ŸK&˜yÉå¿Èä¶P2\r…$ÓO¾&ÓE}dúò%2C¿‰ÌT“™2ù’Ì\\) ³\\èd6&–Ì@‘¹_“ù±d~ó%2L˜ü$…6dIà^²ùˆ,yµ,õö$KÁádÙ›cd¹òùÞŒ”|ÿÉ%rþ.	9È™\\p°ž\\bG.¨›\'ªÉ…*äâàJrI›\\èG~ô¢‡\\ÔH®Ì\0“+{ÈU¿†ÉÕrMru£	ù	ežÜpá¹ñL6ù™rùy_\Z¹¹ÿ¹åòKrKž-¹6InÝúŽÜ ¿T©!¿<I~ëF~ùì ¹#ŸH~m3O~ÝO~“”C~gM~7»‰üs–üiÝ<ùSk¹÷E\n¹OINî[~HîM&úß&ë×“‡-Ç¶¶’¿qÔÈ!Óä‰\\4yâ—<u·üãGyúÎ(yúŒ<ûZ<¯Hþ…î /–Ç‘×ì\'ÿ™\0—òÉ¯j’Wÿ»9­{’JQ¨úAQ¤P”ÍQ”žzQ”¦wQÖ/P”-T)›º‚(*Kcµ“õCÊÖg7(\ZM\nm£ý”í(º;R(;¬Ð}»»”jó”S(»öøPçRŒR—(FäcãY>Åx‰N1±ÚM1»©@1››¦ì?{‰b±ö–b¹îÅòÂŠeÖ ÅëK9¼äL9j I9jiK±Ž0£XS’(6^(6uÝ›–iŠÍÚkŠmÅ;Šýš>å¸VÞÞPŽ¿L 8h>¦8NZPNJÜ)N\rÉçäuçw/)§ôvS\\6I).µ&”Óú¯(n0}Š{@åÌÍÊ™§¿)>‡ÎR|Î$S|ã(~¼‚ÿ´SÎÌ)g>Rƒ”ˆ8Jü8%4È†&ES\"´Ü)‘”ÈK…”È¤yJdûÊåñJŒJ7%ff€rÕ0ƒr5t’rõß(%ñÓyÊµçß(Éc”e“”ô3J:LI¿O§Ü„NRr¾øSnßí¥Ü÷£äkRî¦¨R\0²(\nÈ¦v5¦@lÇ(Ë]hØ7\nÌ“KAXSïM(È^O\nŠœ‚ùÞHÁ‹bT9…8=@¡èR(WŸP()\\\n51™BÛ~†B{™C¡_±£0T(ŒÛ_(Ê\nc5‰ÂŠ}IaoW§°¥ãö£\n\n{ŽNáî=DáW)ü7w(‚©QŠÐ¼‘\"$¢ˆöSÄá‡(â›(b€\"Ý=A‘:‘)ráMÊƒÕvJ¾á_JÁ„*¥p\ZI)ŠeQŠ±”R¼¥li˜RîëGy(³¥<\n8C©8hO©Ï¡T.n¥T·¸Qª‹)5&í”ÚêJÝÎ J]“\"å±½;åqê6Ê“„5J}ù]JÃyJSJ\n¥©¬„òŒïJy6²òÜJi%ó)m\Z”vw*ååÚMJGþ[J§n¥ÛÉòž¸ÒÓµBéYŒ¥|˜Í¢|\"\\¤|ZPz·‡SúvFPúh4Êç3»(Ÿ½I”ÁKŠ”ÁèUÊí<Ê—}½”/×Q¾LS(£çå”ÑÔxÊ×[§(ß {(ß\nÎQ¾ãæ)“Nµ”é]ï(3)sÊ|†ˆ²ÐZEùµâOù}W•ò»<„ògÓ)Ê’™*e‰OY\r¤¬½U¢*D7S–Ò©Š[†©ŠïT¥#Ô\rnÉÔh-ªÊVEªÊÁ\'ÔÍ\'û©›ßŸ nƒPU}U¨jÖû¨[§¨[dÔ­1¨š¥_©:-ç©:/ùÔí\nñÔí‡/S·çŸ¦êž>IÝÁw£ê5UPw*Ê©;oS©»ò¨†:›¨FÃcÔÝ1ç©{¾wS÷,¸S÷¬`¨{UvSÍÆvP-¨v§RíûHµÜ<O=L0¤öR­+Ì©6¯ÏSí6Š¨v~bª]\\ÕþØzêq\0õø³ªÃÎ?TG0ÕqNêd¿FuÞÈ¦ž‚Q]¾A¨®»nROo¥P=lÎP=\nÀT)Õ3ú\rÕgd/Õ·ÿ+ÕÏEõ[Š£ž\rM¢úëo¥ú{ž¦ú{R6¨P5Ô`Š\Z\\8L\r?L=b@=WM¡†-šQ/ms£Fì?ArøJ½¢rˆ\Z½S\Z£Ì§Æl£ÆÄPc¨q\nóÔøçÔûj¢õÚ.}j²ãajò;,5Õjœš:IM‹Ñ¦fôúS3¦OQ318j&§ˆš9ô–zóZ\n5K+†še\'¢f¡Ê©YâãÔ¬û§¨Y?6So=ñ§Þ\Z>M½µ¬EÍ~QMÍÓ, æ½ÇPïrs©àÓiT(a\n3]¡Â’Ò¨°ÛîTøå£TLÖe*¦ô»Í˜Š_J%Þ\Z¤û©dU\r*9všJ!p©T •ÂS™Ž*³g;••Kå #©\\\r8•ïuƒÊ÷£\nŽYR³O¨\"ÕhªØñUìT@•™;Påç;©÷œÔ©÷ÈËÔ‡?Qº]¨…7.RA¨EF¨Å»*©%òCÔÒµ,åµ\"5›Z•YI­ñ¼O­;G§Ö·í¡>½ØLmÀVS-P›’±Ôç3$js£µyRúÂ1ˆú\"²•ÚÒžOmSž¤¶/R;PáÔNÉKêëdSj—çgj×\0‡Úí‚¦¾3ï¦¾{¯Fý ùšúážúgFý‡ÚVOí›0¡~¶®§~Ž¦ªÚQw;Qû§¨Ã/ÅÔ/Ÿô¨£äêh[õ+ã7u[D$ÄQ§4îSl¸Iý1ÐIFm¥Î=ù@]¨1£.Þð¥þ&|¡þfþ£.¥•R—YG©ÕxÔ•åoÔ¢C´uš4EÒ$M)RHS]¤­o?FÛP˜NÛP¦OÛXð‹¶±î\rMåœ¦öÐ—¦VOÓØº@ÓŒÊ§iÊÓ4;‚iZl]šöàÚvÉš®`¶ccMïLM¿ì	m—m\rm<…fh”D3?¡í™ÙO3éô¢™âÂiûÓö½I¤™y*Òö7ž¥™i“•´a^´OWiã§i‡!HšÕÖ,šÕ¶c4«S4+*žfõï/Íæ›íUf«±f›=H³ûov4û}Ÿh\'¬ÑN’i\'þÝ£9ÚÐœƒ4ç¸{4çÜQš«­/ÍµñÍõµ1íôSÚiûÃ´Ó‘i§_inÊ­4w(Í}¶˜æQ³…æù£Œæ=±žæ·î<ÍoŒ@;{8™æÿ…Nì¦£ýh!–1´þZ¨ÊZèž\ZÚyÄ$íÂÖBÚ…„LÚÌOÚ…ºC´‹×kiC´‹Å9´°ZxÑ(-Bk’“üŽƒŠ Å|u¡ÅÞL Åœ¦Å­ý£Å Å÷i‰zwiIû¾Ò’Ü¬iIœO´¤\'\0Úµ¨M´k±Oh×Þ¬§¥ÔÞ¢¥^½JË@Ci™þ´,ÍDZv®-[ø†v»¨†vÚJËÝ‘JËÍ\\G»‹P¤Ý]ÆÐ@/­hÐìX\Z´»‹†H´¢!Ê7Ñƒ4\Z2œCC9í¢¡2hèÐ5\ZÖê\rçû€†·¢Òðø\\\ZÁ|7pèôRŸF-ž¥Ñˆ4º“„Æì;IãX~ q-h¼ÐXšð™&\\!Ñ$fÅ4ÙF!M¦¶‘V¤F+š\n¦•˜¦•ï¤•gÑiåeá´‡ªiljiUÞ+´*úñVûSö8áíñ°œÖ5OkLœ£5Žl¡51ôh-UbZk´­-É™ÖN9C{i£½,§½œßN{X¤u,o§u–Ñ^øÓ^Ÿ»I{})”öF;†öf8›öÑd•öÉCûÄ\\£}šÒúú}iýJã´!g(md´‚6û‹6Vz„6Ö}ƒöµ$–6^šIûöA›@®Ñ¾Ë´É\rÚÔU4íÇ<–6KT¡ÍJüh³ëhs\n´Ÿ\'hó%Ý´E÷TÚïâŸ´ßKiµ/ÒþêÐV^ÏÑþ-uÒV³šikWºhk] ÚÚL.}=ý	}Cƒ6}ÃŸ(úg,}kµ˜®qÍ€®©¿B×tH£ë ×Ñ·™î¤oW÷¤ëNºÐõìRé;\r=èFDSºqU}Ÿ{}¿ùú~Þ-ºEÒgº…´~0è4Ý’”F·:¹‘nõ ‹nó#”n§ŸJ·;¸“nWK·?XN·O¦Û3Ëé÷Ãè\'™wè\'§<è®ë€tWâOúé„9ºûÍEº;Ï‘î¡ZI?³ùÝ{Ã[ºÏØÝWqÝÏÕœ~6)ŸhÔFñ¢‡$NÓCFèçô¶ÐC/ï§_ÐT¤_8B8O;çMË¥‡·ÕÐ/]§GØdÓ//eÓ¯h>¡_	©¡_9WO¿òê5=öJ=îõEz¼u=r†ÿ[L¿]MO¶{NO¶o §è3é)ôI=¥ï5=õD\"ý¦Æ,ý¦®ý&ø6=ëÐFú-Ífú­ýöqeúíMúmI=W°@Þ£ƒÞ&Ñ!WéÐ•:GÇDÞ¢c™It.†N<ô“NŒÏ¦“6¥SCïÑi•¯éŒû\ntf¼¥¨OgoØFçøÓ9×*è ‰ÎÝîLçíÌ£óNÒù_åt{+]¸{]”TN—ìr¥KÉé2/Eº\\á-ýµ~_¡~ß|œ~?ªž¤çË›èùuÕô¢ƒ…ô\"˜\n½X=^â‘H/§—³–èS°ôÊïdzÕn%zUï?z]¶%ý‰â)úƒkô¦ý)ôçEôæTWzË®ôV=mzn½=!‚þj9ýgŠÞùƒGò•þúÜ½k/†þF¡‰þ6©þÎr†þÞp?ýã…yú§¯pzßFSúçSôÏ¥Xú€?}\0ÚEÖ[¥	ˆ¡×ÒGé#@úÈ/cúØfgúW­uô¯>íô	ý;h3ýGõúôðAúŒ‡	}æS4}ÎIŸûâIŸ[n¥Ïç/Ñ€ú¯§é¿C›é¿»{éKO¯Ñ—CèËUßè+¹púÊƒNú¿X}¿‹¾*ë ¯~ë£¯Î÷2@ †Â§†ÎØà\'cl¸u†¡¼û\0CyÐ“±‘2ÀØ”8ÌØôœÇØÜÅPµµ`¨ÈU‹¡fòŒ¡öÏŽ¡Îk`¨ehìóbh\\ª`hð734;KÚçŒmÛ2tÓo3vL]`èµ°;µŒ‘;c»\0\"†%Ã0w×˜Ó¦EžÓ_ã³îTÆþ‡†9Z•aÞ`Ç8 ¸Ä8 «fü®Ì8dË84Ì°Ü„fXò–Vå™Œ£JG	%ë)› £›kÇÇ\"lÇê®3ìbvO÷3ìåúŒãÁ*Œã‡&Ã1¨•qrT‰átháÌßÄp^›gœ2¨d¸úfœ~Æp¾ÁðÌ~ÍðDàž$s†§ ŒáùxžáU¥Ãðš,bx{2|.gøždœ•Ø0üõÿ0œ„ŒàF/Šj’qa5^šÊ¸tÃˆœG3.gÿdDYÜaD÷j2bÔþ2b“w2bsDŒ¤ð8FÒ;cÆµ³ŒTíŒ´\\FÚÈ8#ýÙ~Fú»+Œ›o0néžgdÒûOãŽO\"ã#7ò#—yšq÷r\n¨Äf€ñ?ÆEÜ¯Þ{ˆ}ø‹Ë™e™$iÇF9‚È þ»Â`¸{3ytc…Á`ºÝg0¯fpÓ\\@ƒûc;ƒKeðïG3„C”²…!º‰dHÜ¡ù5S†üæ-†œšÆ¸¯lÂx°í:ãÁ½Œü¯þŒv£`h£ø#›Q²¸™Qþ¸ŠñèÑF¥²£Rÿ7£êŽ£z„Q}‡È¨‰xË¨!âu×÷U3ÓuõŠHF½ßFýCF}û4£ák\Z£q€ÆhR.f4yÑÏ[Œ/hç­VÆŒ—Œí|F§’5£s›1ãu´ãõ÷LF·f-£›Ggtw2Þèš0Þ$3ÞfY2Þæç1z@Œž?ÍŒ¾FßWFßÚVÆçGSŒÏñŒA;Æ`—1¸²•1œûƒ1RfŒÝa|;ÒÄøv#”ñíac\"šÈ˜X¾Çø¾ï+c’‚aL10¦ØÆ,Î˜½aÌçé3->0cÿ0SsÎBKNŒƒ«Õ½Ìuû™ën™ëšZ˜Šyw™Š˜X¦R ”©Ôw–¹>ÏÜPfnè²f*+h0U<r˜*c]ÌÍ3	L\róD¦&§©£xŸ¹Ýh†©«t‚¹#ôSïH2sgA\nsç€¹+{Ó M‹iˆŠf\Z²1\rG&˜F¤X¦±Ø—¹çòsæžÞLSá,Ó¬Ñš¹?I‹¹ù3ÓbäóÀlóàL\ró0á?\0¦¥à9Ó*¹™iõ»‡im¼Ì<¦6Î<fXÂtºq—éÔÝËt¶ùË<5äÈt9Ât»ü•éöùÓñ›éÉ)bžqšbžyëÌôþ÷…é£ÀôÁ_b´Ï0c™ŒÌÀWf]ÄÙ¢Ä9cž»zŠy®7’êÓÉ¼hö˜y1%ŸvjžöZ~¤€îòŠqÖ™yù´3êƒ×%bÆOD2ãÿê3îô3¯Mg3¯¯ÿÊ¼~;™™|O‡™BWc¦Š<˜iŽ`æ$fÆ|>3so3sä3k¥›™Mµfæþ~ÍÌhaæåÖ1ïî0#qLF?l>Éç0!Û¨L˜ý[&òf	ùd‰‰™hæ\n“GbbMÔ˜¸ÛíLõ>“0w€I:ÝÄ$]D1IÍ_˜ô7yLVB\n“}à	“}fŠÉÉÉerÛ‡˜Ü‘5&Ïì(“?TËeð˜¢?W™âíb¦toSžEcÞWègÞÿÌ|P´Â|ð„ÎÌ÷5aÊ~3‹ŽX2‹Oæ1K÷]b–¿¾Ã¬lÖ`V~D0«ÜJ˜µ©\'˜µ¯Í˜Í0ëC¿1Ÿ:¼e6ª‡0›ªj˜Ï=ú˜Ï—2›s™/¶3[Î¼`¶Ä(1ÛƒÝ™¯{™¯ú|™Ühf· €ù&éóí–&æÛsÞÌžóÌ4CæGmgf/ “ÙO­g~ö÷fl|ÈpÊbÄ<`éª1‡2·1¿:Û3¿f#™_óó™ß6¸0¿…b™ß&XÌïôæ¸s\ZaÎ™1nÀ1n1çQ/™¦ë˜‹ÈÌÅOæo¿æŸ­ÎÌ?º³Ì?éQÌeƒÝÌ¿*˜+¯™ÿ”š™«ÏYŠ7&YJÂXëHXN7±6\\íb)Ïžf)/`m}ËÚt¾˜µI ÌÚTƒ`mZ;ËR‰.e©LV±6Ûïgm†^bmî0`©>Îe©­“±Ô”…,5¿,µ4K\rŒc©uÍ°4#¶±4‘/YšY,í–K,­¬]^J,Cú6–¡Ë2úfí¹bËÚ3ÜÂ2‰©b™<ÿËÚ»¤ÉÚ·ë6Ëì”œµ¿î!Ë|Ñše‘•È:°C‰u ÿë Ôuð¹ë›Œux±eå`Y1:XGŒXG*-YG\r±lT‡X6=î,›¾Ö1½\\–mæ#–-;€eûïë¸Ž)ëø6Ö	ß8Ö‰rËáÌz–ƒ@›åL÷f¹ü£³\\ß¡Y§ä¬39.,/ÉË¡Ïò.6fùÄ(°Îú„²Î^D±)¥¬ sVÐ\nVp+‰’SÅ:—É:¿¹Šuž¯Í:?oÈºðÌƒu±eî—Ç\nÿ<ÌŠ|t‡}ÌŠ\rs`]\r½ÅºÚ˜ÄŠíºÀŠýxŒ•H°®¿—±ÒfYéáoY7\'lYÙí¬ì”$VÎË—¬;5¥,À5ðã_ôÏ’lÈB1XèÖI6é	›óš…«¾ÉÂ=ÑaÒw³(™Y”±peí1‹úÎŒÅˆta1Xì”qGþ—Å]›eñ´³Y‚¡e–Ðú?YfK¾É’ÿIaÝƒÌ°îcŽ±î?°tê±ò_@YX­¬‚„+¬‚—u¬\"·[¬\"b«¸Ä*¹Žc•9À*\rÜË*ý²Æ*ƒ±ÊòƒYåam¬‡ê›Y,ÇYo±*ð.¬ªC6¬êcV\rÏ”U#Ç²jF¬Ç…§YO:úYOóX\rá+¬†DVãFEVÓ6eVSP«)^ƒÕÔèÎzÕÃzVƒc5¹ÉjÉ?Àjm}Çj©euôqYã»XÆLÖëƒ;X¯k¬î°aÖÛíWYëRXŸ¬KYŸ>[°z›Y}ás¬}kÀÏ\Z °†<O³¾|ÜÍ\ZùÀúºéë›á\"ëÛuÖd¹)kª8‚5ÍgÍ<\"³f}{Y³Ü¬ÙoÖÜâ8k!É‰µ€yÇúåmÊú“c-a„¬å³¬åKØë€%l…ùlEk[)è[é²-{ý‹B¶ri:{£Ÿ\"{c\"Ÿ½±ËŒ½iÃ\0{ó”[uÕ˜­¾`ÇÖØš­¹SŸ­yÎž­ùï+[s‹­Õ„`ëênbë:U³uß°õ\r?±w2|Ù;ÅlƒOoÙ»u«Ù{ÕÍØ¦mlS¹”m¶«’måÀ6âØgªØ){Ù™elËfì£Ì1¶YÛ&ë	û˜ÏÛö†œmûžÈ>,eob7Â>±úœí°CÀvœœbŸÒÝÊ>UbÅvÙö”íúI}ºî,ÛÍAƒí¾ï$Û}Ìœíyd/Û,d{{HØÞi!loI>ÛG\'‘ícMbû»e±ýá]ìÀ±RvÐö%vð¶\0ö¹¿×Øˆfì‹¾‰ì0±#;ìÙûÒû÷ìˆuìÈŒÿn6±vT[!;êÓ&öÈ1ö•ESv´é\n;FE•«ÚÎŽwlf\'ì	b\'ä©°“r,Ù©G;Ù©özì´\roØi¼Ø7âÙ7:÷°Ó~³3‚KÙÍ:ìŒöÝì›zdö-Á$;ûæ1öí˜NöØ½ì¼Ýtö]m\"x ˆ\rô¯fƒ)lH›œ\rÍ5bC6¼æ:mö‘1bc¦ÒÙøÓMlÂb›8Âc“›Ù”¿Ílêë—lÚºlÚ¶h6“ÌftIØL½ClNÁ0›G×aóZ•Ù|à%6Ÿv•-Š³a‹›¿°¥:	lÙ›P¶<?ý€jÅÎà°‹ÂcÙEJì¢ßkìâ3v1\"Ÿ]bû˜]®’Ä.ß©É~xÙ†ý(Oƒ]%bW¯«gW¿/a×la°kg×~9Ì~ìâË~¢YÎ~B²Ÿâ_°ŸÖ¹²¥Þì¦í÷ØÏ¨+ìgÇÙÏë„ìæk®ìÕSìÖB$»mÕŒÝ®\"`¿¤ì`wìå±»ÓÙo\Z´ØoÞ}a¿·Îg¿.f³ØŸ7°óŒØC\rîì1îöØ‹Çì±…Ëìñ,wöT²\Z{nÃ>öÏß+ìùØöüT{ÁÄ‚½P¶…½è*gÿÙ´›½z¿ˆ½öå+{mÅ^ûöš£àÕÍQX.á(¥ná(åŸæ¬·ïæl\\˜åljTålv^ál~ÅQ»œÄQ«ÝÊQ×sç¨GVqÔÓwq4Ž~âhjq´eÞœí©§9ºq¯8ú,G9c(>É1îïä˜á˜,NqöÚGpöoÜÁÙÏŸä˜ÓÙóö9ŽÅ\\ç@øÎ¿+œCœC$çÐC\rÎaï\nÎá”SœÃê9VÍ½œ#ã8GºÎrŽ:erŽ==Ç±;¢Ê±÷¦qŽ“%G+(çä¸Ç%UÀq}PÆñÙÏñöp|^ìäøÉ¯pÎîùÄ9Û¹—ˆ8Ì	¹Ã	\\¦s‚Šœ`‡“œs3RNé	\'lbˆþ)€a8Å‰näDJ\r9‘¿8—Í¼8QÚmœ¨(\'ªä\nçÊ™se9†MYàD·„pb§æ9ñ~¿9	ˆœÄñœ$ë—œT†9çÆéaÎ9GNúÆmœŒ §œÌñeÎÍÙCœ[?ë99ö*œÛoã8·ç9wröpòÒÖqî†iq\0ß#9‚eôæYÌü8[â`\'¡œ¥W&çàoç†Í8D‡ÈùÀ!¶¬qˆË¶’˜CŠ	ç•ý8”0‡z9™C£áÐ÷ÙpnÆí½Æò;{ó%Ûþ\n‡;XÊáþÊáÄnQ®G|ó0GÌ¥r$£œ{gßsòïip\n†8Ec¦œÒufœR•Néq}NÙ62§sSþ ƒS>°‰óhø5§òc5§ÊÖS¥Â©;3Ï©Òä<yaÆy\ZÏã<¥ä4f„p\Z[9ŸÖs\ZGwpž)ˆ8Ï;[9/˜KœÍúœ¶Iœö€-œ—Î+ûœÎ]Mœnâ(çŽÓsÙ‡óñà:ÎÇïyœÞøkœ¾Ç*œó\0ÎPi<g˜Áù¢æŒl¸É‘8£	œ1âÎ×Ô@Îx?‚ómï gBÃ”3i#æÌâ8œùÎ?œ…GÎÂÂ#Îâl1ç7‡ÍùsËYæ¡9+êg9+‰[9+C8«.m\\…›£\\…Ñ÷\\Å}îz³—Ü\r£¾\\eÑkî¦ˆ5îf«Q®šüWSù\"W3ÈÕº&áj£¸:„aîöõŸ¹ºëä\\]éwÇ¦—Ü!Û¸Éú\\CB×pÀ5\nyÃ5úñ…»\'›ÏÝ3íÊ5IüÀ5ù°‰»·Ý»/y…»oä9wÿ™q®yž2×\"Ì‰{ð›÷°G%×êÄîQö.®uðA®­ö&®mª×^ÀµÄ=þã\'×!d3×aºëØXÈ=yz™ë’tŸëÒµŸë:fË=sÝ†npÝI\\]+®‡‰ë© ÇõÜŽäzúép½6=æzë3¸>ÕbîYý]Ü³Sª\\ÿu[¸þþ®ÿ•Y®ÿ;Mn ‡xõ+7è÷\'nðÅ8n0l„{¾Â\r5rà^¸pˆ{Ï½ Óå^üö{qí7œ”Ä\r6r/}\\àF¶³¹—×s£4?p£èÜÝYn¬æwîu™!7%Ü’›z¦‚{ãe7]|Œ›¾ü{Gõ!7èÄ½ó¸±žÒÒã‚ÏFsa¶u\\Xê5.ìß./àþ¹s‰Q	\\’b—dñ–KŠIå’þžã’ë¹\\J÷~.µ|žK»¹“Kã›qéq\\DÎeôÂ¹,\ZŽËÎÞÎåÊ¹Ð®PDãŠ£ÎqÅ ®TÁ+]JæÞ3£rïqïõŸàÞßäÞ§esóŸ¹ù“­ÜÂø“Ü¢ˆn1µ„[\nRæ–÷Æsn|Ï­°&q+lös+¦¯r«vNséç>ñâ>™|Ì}\ZgÀm¾ÀmŒYÇmÄq›œz¸Ï6xsŸ+¹ÏµpŸÏr›Í§¸/,¯r_´å¶äæ¶ä/q[ï‡qÛ÷³¸/‹vq;4¿r;&np;wÆp_ßoæ¾]Ïã¾Ýµ•ûîŸ6·§h–ûa~ûÑRÀýDùÂýô9œÛ«åÌíå¥rûwÏsû[º¹ŸÍ-¸ô`î n’;Ôš;´6Í®)ç~™tâŽÕÚpÇ&ª¸_ƒ#¸ãFhîÄzî÷X2÷;`ž;yN›;ù¬;¹rŒ;»pˆ;¯	æÎïYÇ¿æÈ]ˆóä.ô^à.üÕà.Ú7rÿ„¾äþ¹ç.iíæþUôæþÅ¤qWwðÖñ;xëªðjíxŠí¯yJ{ZyJÃ(ÞúuÎ<emO%ñ#oËíHžz¹œ·5½…§°…§ÝWÂÓ){ÈÛKçmKð¶@<]æ1ž~œ*Oÿ®Ï@Žá~¶âIyFÀIžÉ3öuåWïã7*ñvmà™ØXòö‚¿òö}vç™Qµyû”óÌFyæC<‹Ã?xŽ0ž…_:Ï¢Â‡wèÄ;„ÕàYª?ãYž)ãöCñ¬ê®ñl¾BxÇÿÌð.<ÇüÇ¼“ÚC¼“:¼“v¿x®Ò­¼Ó&y§Ë1<÷b0ÏC=ˆçÉàyÄð¼ê­x>ûvó|„Þ<9™€åpçxAçuyA‰5¼ì¼è4/\\.åE|<Â‹XñbzfyWÕ½yq›²y‰—fxIÛVxI${Þµå¼ëþ§y×¿Ýå]_óæ%ïùÈK‘bxiJq¼4e/Þ½\n¼ôý­¼ôÀÍ¼Œ)/£[ÌËìçón>¬ãe9»ó²»óy9–ÿx9÷òrF»yy_ÿñ\0(ÐZÃîõáSºyà®£<4Ïœ‡yò–‡µuça»[xø`-iÎ#sŒy”C{y”Lº6È£ýLå1nþ÷ W:Ìc[»ñØã‹<>‹Ç)«áq»Ëy¼{Ê<~ œ\'8{Š\'¨jäIÍ¶ðä‰{y÷vy÷¢²x÷ûñî{¸ñîW^æÝo:Æ»¿¬ÍËÿfËËÿûWÐuˆW8íÈ+žHå•H¾ñJûðÊþ\rñÊ/tó®Ãó*F-x•ë,y•Æ9¼Ê%$¯ÚpˆWíý‹W}i=¯úï&^Íé§¼Úì³¼ºS¼º8 ¯nÆ«Oä=%\rðžÎxOWOó\Z´Õx\rŸŽòš:2yÏ,ûyÏo%óš5ä¼f°€×Ú4Â{uÌ”×Ñ™ÎëTVáu:uò:;›x]w7ðº>žå½9&à½‰Ôå½)ÙÄ{+ÛÂ{·÷ï]´&¯ç\\¯çY¯OÅëøOñOÞ`¾oXé=ï‹qïŸÌc_à_lçÏ©ñ¾÷;ñ¦åÕ¼é¹TÞ,tŠ7WåÍû}÷)ïÏVÞÒ”oåÏÞ¿\0Þ¿c“¼y«U¿x«¼5S[ÞÚ9!oíœ¿Ž»ÄW8ÒÀWXYÏWqâo®\'ñUmY|Õ¼Z¾*0Š¯v]ÄßòÕ¿5Ò™¿µûë\n€¯q,—¯i*ák)-ðµúðµ£?ðµ__äë,òu»ù;Ôù;Ú¶ðõÌ3øú‹®üþ)|ƒTG¾Agßø½-·Ž¯…;ÿvK¾Å‘.¾Ë· wò8ºòœ¬ç¼×Â?´ýÿp´ÿè½E¾µ†1ÿX‡\nßÖgŠo·î	ß^aß^i/ß~þ\nÿä‹ªÿß5ß†ïZRÈwýÒÁwKÒà»M£ùîïuøÛa|vÿLf\rÿLV=ßKÌ÷²_Ç÷ÞŸÍ÷±˜àû„hò}Mùþ;ù!:ù¡WÇù\Zùðrþ®ÿÂ§0þÅ§ùkùùáIfüKiQü@??¢ÆyË‚ùÔÿÊÍmü+2	ÿj4™»ÞÊ+ÑåÇ®á\'è«ó-ù	Ÿqü¤0o~Jã~j`%?µešŸ¶ã;?}â=?#•ËÏàhñ3OÍóo%gñoÍçg_~ÆÏ~|•ç–%PXÏ=æƒnåðÁ¤f>¸ç22YÀ‡,%ð¡ðT>\\y^›ÉG+æðñþ||«ŸppŒOXvá“tA|Òþn>‰‘Ï§2¦ø´~/>ý†ŸqÁg:ñ™•r>s)ŒÏÒ\nçóÂø¼4>;žÏÏ›å‹w8óÅw¿ñ%§Oñ%Wø’%=þ½Ôoü{¬~þ}¿nþýHÿA‚ÿ3€_mË/4®çvAùE§ÛøE—ð‹æ¶ñKÀ¶ürå~Åp$¿êØ_~uŒ_Ý1Ã¯íÞÍ¯3¯å?ñLæ?‡ðŸ|óë¡+ü&,•ÿÜºŒÿâZ¿%6›ß®xŠßnv—ß~ñ¿óX6¿ÓÍŸßùî>¿Ûë;¿»tÿÍ«ü·Ñ/øoÏðßjòß;Áù=¤ü]3üáÅü>«U~ÿF}þÀöüÁ#5ü/;€ü/È5þXâþ×þøC:ÿ›¢»™?±TËÿîÐÃÿîõ–ÿãçZ©†?ý^…?q‚?›ãÇ_è\\Ç_xû„ÿ{{ iø6ù%Œ¿²4Éÿ§àÉ_ý:Ì_ýMá¯Õ¼¬ûN¬[9 P:õC 4h(Ø <)Ø¸ÃF V\"P{Fl¹U >ºM þý¼@}q¿`ëžzeL }[O ÓôR ë)ØáøI`à÷W`µS`°tR`¨å-0.˜p&c¦\ZZ‚}cOfù³O)‚Þ‚}@Á¡s9‚Cy£‚CÕB¥cŠàè¶à(*G`sîŸà˜V«Àn®Z`·:+8þ(Hp|9Rp‚‘,pH³8\n\'/œbsÊsá°àÔi¬ÀõÈu—†¶Àû±£À[)8ÛhAÎŠ‚œ£ TtPp1\"Jj+ýQpéd¹àRh° rœ%ˆ©z$¸j^*ˆeö\nb+o\nâ?¶\nj8‚„îhARç¬ ¥ÏGz>ZZÈ¤>¼.HW6¤[	2ì7-\r7[YÜ\"AÎî,ANúÁí­3‚Û$”àŽ Apgú  ÷–šànæà”\0à*\0„<\0ÂÛ@¿œ.€*`ë+°›ðëb\"$E€ø2 @nÐ7è²\0ó&Àü	`¨Bú?ÑÑV@t¿8	È+òê	M)V@sF	h‚%½LCÀ8;(`\\˜0`÷L¯Z÷ü&é,¬…	„®‹‘I IòHjb’‰ ìl‘@.\nÜ3—	îÅf\nÐ7…ŠU‚âËA‚²#å=‘‚Š„AAÅŠ¥ òœ® òÎEAåH‰ zî» Fé‡ &ÛCPƒË<áª\n\ZŠ\r*_\r’õ‚Æ¬\\Á³lºà¹+RÐšÿVðÒ%XðjIQÐé½_ðúÛŒàõÒfA×„¿à½ÉÁû:kAÏ ­à£Þ€à“o‚ ÷¨•`à¿<\r­j	F¢]#ÉÛ#ÁHÑ¸`”ŠŒ=SŒM}ŒCð‚ï/tS‹W?Ž~LL\nf€³‚Ÿ»F¿ôm¿ØÁ¯Šß‚EÇÁbÒ~ÁR.T°¼q¯`ÙR_°\\¦*ø[«-X94.X	j¬H/Vš­+ŸY‚!G«/o¾	7nÈªÒ„›?U]Ì…[‚:„\Zs¡V)R¨õÛZ¨íè)Ô¾S)ÔZ·³ê*…	w˜´wÀÊ„;Þ	…zž®B½Øz¡¡·¿p÷F¡é©Ð´/Üw¢A¸ï¼§pßìW¡Y9FhÖ&4Ob	´Ô-6“o­”dÂ#mÂ#ß\n]ZË{„Ö¿’…Ç\\ì…vÍmÂãiBƒ¡ÓLšð”ï²ðÄSxŠ°_xŠt]è*Ôº;•=¶X\n=³n\n=©¹B¯c¡×«gBßÏþB¿ˆU¡ßå)áYaœÐÿìCaÀWÂ Ò&ap¸¿0ø‡›0ÄgQr)<¿øWxáøŠðBä 0¬h§ðÒ(OásD1^yW(Œ±nÆxÞÆÙãrs…ñ‘ÝÂë…i¶¦Âô¸Â›—„YÈãÂ¬–Â[.á­&‚0û`­ð¶åvá º0—£&ÌûôTT<%T¯¦\n H!($N~5.„^òÂö‘×3…ÈÉ;B|ðe!qC„øs«,ë’Ÿ*É3îBÊ‘e!å]Hµ	Y—¶¹»Ê…<¯·Bú†×Õ&ä‡Þò[Ê„B+¡˜1\'”>ý\'”ûnÊ„÷&Ë„ÜÏó3…5cÂBóaÑòea±aƒ°˜Ú/,²„¥kåÂ2ÆNa¹¾Ÿ°¢!,\'>,º*|4ß%¬Øb*¬ÄÌ	+KJ„Õk¡ÂšgÁÂÚ£ÍÂZŸ7ÂZš‹°öCŠ°vXWX\'cëjYÂºŽ­Â§›…Í¾w„/þ†	_Å…¯Z÷»/¥	»£‡…oæ:„o•‹…Ÿý/?ÿKØ¡„©„ƒëš„ƒ*û…Ã¾Âa©pøÕˆpøXø…þJ8ðE8j ŽÝRŽÑí„cM§…c/Ë„ã>_„ã“KÂo(áTà¢pºr½p†e,œõ]¸pä‚ð×þá¢š¢pñž»pñåCáŸc@áßË§„«ç£E\n,ªHá^¤ð&K¤x«_¤¼ÉQ´±©F´±™ÿŸÿâ=‘Ê/SÑÛ‘zn›Hóñ_‘ËW¤c\néF‰¶ÿ‘‹t3–D;ŽléñDú7Dú7‘4]dT©\'Úý´N´G­_dZÙ)2[,íçZˆ¹ˆ,/EŠ,¿%‰¬ŸäˆŽ]ŠlDvj\'D\'ÏÐEN#~\"ç#e\"—R‘ËÚÑéÕX‘‡Uä±MKäÙ)ò(yžšyYy….‹¼Î/‹|ùV\"¿ 8‘ß;CÑYÕç¢³f½¢³‡D5BQÐÁÓ¢ «Q°I„(xÔ[²ÕXòÉGtîÄQhògÑ…ECÑE•QÌAt¥ÂYUüÏQŒrˆ(¾²H”à*%PsEI*£¢ëº–¢ä@°(yÊW”ÂŠÒ™¢´\'E7z\ZE™xÑÍ*{Q–K½è–Ê.Q¶÷eQ6ÊPtû6Ot÷âV §W^Á÷“DÌubü»µÎS„vëa×aiE\"l1V„mŒá„A\"¼Ö:á^—ˆ¢\\ÄfoqÊ~ˆ8¯BEü„qÿæy‘ø¿±H¾ÅŠdð\"ÙÓ÷\"y0Et?2O”Ÿ´I”‹\nÀ@QÁÃ\nQÁ¢XT(™Ãw‰ÊpM¢rF›èyLTÁ*UïlÕ^ŠêÖmÕmJÕq•Eõ!¢§ÔQ}VÔ4ðMôìÚ\rÑ‹K|Ñ‹ÇE/D-«oD­‹Z‘¢Ö–‹¢¶{\0Qû6¶¨½8Iôê—¡¨‚uJ«E¯Ï¯uûžu´‰Þ$‹ÞL¶ˆúnÅ‰ú½ÂEý…¢Ïã/Dƒ‹DÃ·Š†Ë”D#²Ÿ¢‘¯¿E£qŠ¢¯áDß\"™¢	VhÒ\\A4ùÝB4uð§hê§‘è‡ž“è‡\\4ÌÍ(Í½÷ÍM‹~b\'Eÿåk¡ÕU´ðöŠè—ƒ¾h™\Z+úûs§èï\ZOôïd“hõù&ÑZM¬àøQ¬€¹\"V¼õ|‡Xé½·X¹ØQ¼Qª\'Vq‰U®½«)DŠ5hÃâm\r¶b½c\"±žh‹XO>$Ö¿c,6xöTlðÍVl°Ø!6RBˆ×Ä{Û»Å¦ûPbóâWâƒA¿Å‡íö‹%ŠÄ¶‹Áb;ŠžØ^A*¶°„ˆO,ÝŸü`(vNÿ.>µ\Z,vQê»X•‰]2QâÓ1ËâÓÏ‹ÄîJ/Äîjãb÷ÏbçcbÖŒØë½™Ø»ðµØO^\"öW^ÑÄÝoÄÀ@q`Ý^qðYŽøÜ_‚8Ôþ„84ÕHZÉ_P~\'ï|/ŽVG°SÄ‹7Ä—7Ÿ_Þ(ŽÊØ%¾2› ŽK4Ç‘‹ã¿Ö‰RÅ‰á\râäÏiât‡âÌ·Úâ,Ã9q–ÑqÖAMqÖñ-òñ­2-ñî qn´²8¯&Tœ÷¥C|—ç,@Å€\'Åbàå3b°¹ŠšÃœÿ‰aä1¬qNŒ\0Œ‹QnýbÔEe1z,WŒßb$ÆßJÓœCÄ´¾˜ŽØ/f·ˆ9n{ÅŸy1?’+•¹‰Åõ9âÂ“>â\"|‘¸¸ô¼¸äÞ]qy^ƒøÑ%‚¸RsH\\iÇW”Š«î€ÅUŸ¿ˆ«F¬Ä5ýÄµfwÅõgâú’HñÓÄO›•Å\rèlqCíŒ¸Qó…¸ñj‡ø™‚’øyåOñóA²¸™_\'~ñPKÜz§_Ü†¤‹ÛÆ‰_îü,~Å6wh¢Ä¯uóÅ]:â®’_âwWÊÅ=Å÷ÄiÓâ¾ãBq¿†½¸?ç£xàt¶x0U<¬výOHBÄ“CñâÉï(ñô}Žx6áxvŠ*þ¹&þi~Güd$ž\'z‹ç9–â…y¶øWØ‚ø×}°øWõMñ¯÷xñŸK—ÅK¿ÛÄË\r…â	–âÕ¾YÉ:gK‰¢=O²±ÆC²qê­DåiˆDíˆD¢vmH¢6Ü/Q7;(QÎ–l½3-ÑØd\"ÑÈ°”h`‘1‰¦zƒDœ)Ñ¿ä\"ÙåÔ,Ù5^!1ˆê—éK$»—-%{4HöÌþ”ìt—ì{›\'Ù¿:*1·>!1Ïº&9\\xYbµ\'Gb%o–é®’Kÿ&±½J•Ø>Jì>˜HŽWü‘œ %õ7$Ž¯\"$Î“6’Sû’S×þH\\«$.U‰Û=u‰ûˆÄýÛ&‰kRâõB&ñúa)ñ¶uøÇ§I‚vJ‚“-%!Ç\Z%!åÉ’sÁW$çO`%çQ’‹ÉE©äâé[’°¬$I˜°Nö€ ‰Â®“D•ŽK®`p’è‚QÉµƒÉõ>’d§	Iêýƒ’Ô†I\Z(Ikð–¤FI2Ž%™ôBIfF’…} ¹U%É~Û!¹½[\"¹C2•äîPýO’û É3U•Ü?#¹ûÐNô;(`%À	d÷	Lïž&^‘À3t%ðG¤úF	Z#C‚¶Í“ ÓÀô¯z	ú«Ëõ’ànKð—‹%„„ýBEÂÈ¦I˜ßc%ìÍá¶!@Â—°3#%œËŽÎƒnC¼„÷bT\"\Z9,Ã\r$r+{‰	“È›7JîP•Ü‹R—\0¢%	’ÂÛIágIáÀIÉí’’\"IiA‰äáÞc’Gþš’G)	’Š=¯$ƒÅ’ª3‘’êT\rI5¬JR{%MR¿\'it(‘4¶Jšz2$Ï4þIžIž…J%íÑú’öš¤£ð³¤Ëú‡ä=FÒë{NÒ›h#é½;\"é7ž–ô[`$ýÑÅ’Ï€>É@æ’dt•/·Õ—L¼H’|/•H&ÿH$?l:%?JîJ¦|—LCîH¦ç$3=Ž’YZšdö»¢ä×wÉ¢šd±ØX²8!”üÉ¥Jþ6$+N7$«=RE÷mRÅ@_©b˜µTñ~¸t½ât}Ïé†6}©Š<Oºùñ”T­¡Cº%gYº¥®\\ºeÀ]ºe¼Wªn¼&Õ„JµìðR­•‹Rmƒ¯Rí?=RJ·t{¨štûÒg©.e“T·”#Õm­êÝï–î|¾Oj”#ÝmØ$ÝÝc.Ý£æ.5yâ\'Ý\'JÍ¤mÒƒ³~ÒCZR+µR+Ó©­­‘Ô¶_(µŸ–ÚJ¥ŽÞjRç\'SÒS?¤§¿8IOOÿ–zœ˜•zªæI=1ÊR¯.žÔÛð´ÔGå“Ô§a@zöÁM©ÿs®4$ä›4Dè*=×tG\Zz\"\r+	^šu“FlM^Þ)NIc·JcRPÒ¸Éai|Išd,M¹n\'M[Jo`Â¤é¦Òô\rÒŒíbéM“;Ò¬‹‘Ò[<7iöN˜4ûV©4[øBz;˜+½ãØ%Í›dHïîî“BïÆJaOiRTD©Å{\"Å~ê–â×¤„#R¢SJ>W(¥4ü’RmïHi–VRºgƒ”!h–2ª<¥LÛV)§rFÊÍÞ\"åõIÅç…Ré«©Ì;C*W™–Þ×þ\"½¿GQúÀû4¿zŸ´ÀtEZ’ýIZj¡\'-m’–)¹IË]¥Þ®H\rzH+N8K«ú¥5÷¤5Q½ÒÚÜ[ÒÚ™õÒÇÛJ1‘Ö”Këk9ÒØké³‡2é³¶ãÒç#•ÒçósÒæ§|éP‹ôÅDÚâzPÚûCÚÊ~,m«\n’¶õDJÛËó¤/Ïž“¾Ä ¤¯Ú·K;ŽåJ;µ<¤Ö{¥öNÒÎ/ýÒ×ç¥ÝxôNŠôÝ¥;ÒwY¥ïA;¥Ô¤=4¤¯8I{I¤ýöcÒÏ_—¤[¤µÒ¡¼Òá‡¯¤£>)Ò±á½Ò	é˜ô{I:s,‘–Î4¼”Î6kHgW¥sKËÒŸ{:¤¿¶Jÿ¤HÿTªHW=®JWkÓ¥kâe\nËX™Âj­Lùx¦l£«²l“ÄG¶Å¥T¦~ÄK¦Ny)S_x\"Ó\\-–i©\rÉ´œ*dZWA2-’§L[sA¦Ýï*Ó)–m·Ø!Ó5È—éº.Ó¯N•ÚøÉŒ•5eÆ¨\\™IéW™é¯k²};5dûoøË,,Å²ƒç²ƒR=Ù¡Ý{d–±V2«¯2+øz™Õl¿Ìjž!;Ú%‘Y¿‡Él`eÇ²@²È=2§Í³2§®p™‹g°ÌõOæ6wNæö÷†Ì”¹÷Ü•yþ	–y\rŽÊ|m4d¾¶|™ï-#™o9[æ§)‘]Ù,óßñWæ_¥,P\r d!G3eç†^ÉBãÂdçƒƒea[ßÈÂÎDËÂßl”EžÌ—E¶çÈ._ÇÈ¢—eÑ3—e1Ás²˜ó;d12¦,¶óš,NÒ/‹›÷%$ÅÉòeIñëe×1²dp½,ù_ ,ÅËB–Ë‘¥<Z\'K\r˜–¥&\nd©T_Ù\rDŸìFŸ®,ýÃ9YvK–\rQ‘ÝyxU–ËQ’å>ÐåµËòz‘²»\ZÙ]ÜIØ£PõGÉ`•2´|U†M*—á®•áó2\\M³Œh¤$#&fËH¦¦2ÒMy÷9*£¦»Éè¦\09%£’1ì:dÜk&PÆŽÿ ã‹ÓeÂ*]™ø¢£Lœï$“|€È¤%s²{’hÙ½k²û6ËòéÉ\nÊ~É\nÏž—9$ÈŠ>ÒeÅÆs²G¬Ô «øö@V\rO”ÕXÅÈêà;dreO·Ë\Z‚e¡²Æ LYcÓCÙ3ºŠìy¾Ÿ¬µã»¬ÍG,kÿö]ÖþÃAöÒ,{I…È^·Ü•uÝh‘½½â%{gsXön²AöéÄaÙ§²{²¾C²¾?Y¿bŠì³vŒì³ãÙç¥Ÿ²Áƒá²ÑlÙhË\'ÙøSÙÄ.€lâ{„lò]“ìÇ½½²™å²Ÿê¿e;üd¿7iÈ–¾ÈþºOÈþù8Ëþ…½“ý‹”­©•Ë‚å\n}ªr…ßÝr¥¶“r¥©Oòõ}Ñò\rù†r]ù¦é@¹Jb¼|sÚ&¹*í­\\µò‚\\í§§\\c]¬\\ã°“\\ƒ+×LÈµýäZ9	rm#š\\»|³\\Ç“\\tC¾­åƒ\\ïXŸ\\ïÔˆ\\ïU“Ü@mTn ¹\'7h¸.7\n*—ï~óP¾çÐ>¹‰N¬ÜäJ²ÜT±Dnj¶*7½B›Î}‘›wÈÍ¿àäßNÈœI”8ÊmY\'?4õJn©š#?Œÿ)?b´$?zÅUn·÷¥üø•ùñ¢¿òãòåÇ1åŽ¼2¹ã`¹üä6sùÉíÎr\'L±Üù>Fî’‘\"wiV”»\"!r7âg¹{Ê:¹—ëv¹×Ý\\¹WÏ	ùÙrwyÕyP:Bô^W´Ô/¹ôX’Ó-KÞ,cž“‡qÓäád¾üÒÛ%ù¥åy¤Ý:ùå¦VyÊ[óôü*f@›ç*çÈãG#ä‰\'<å×Ï²ä×‹÷È“Æåixù\rI«<Ãß@ž1²]~S9@~ëT¡<ûÅ%yNâoy]I~{ØK~ûïyn¶«<ïËq94í¬Ú“\'G½?#G#9rÌ¶Krlˆ¢Û²NŽ3“ãÐ9^+\'ä$ø?9¯#§¬¶Ë©.UrZœªœ¥ gå÷09‡g*çyå¢Í9rñsE¹äCŠ\\ú&U~|ó?å÷ZRä÷Gå~ÄË=ÇäÅÕä%›äFÈ+ŠÎÊ+ê\\å•ïMäU9¾òêÙ»òšB¦¼–pM^÷Å]þxèŒü	ÞO^? o|…’?ó{,vÎPþüï˜¼ùïUy«õŠ¼íùy;JAþò$ZþRb$ECË;VÊ»\"å]÷WåÝ33òw\n½òw&ò÷ÊYòú<ù£Iù‡°^ùÜüãç@yßì¨¼ÑI> .ˆh–*¿“¡È‡2ŸÉ‡ÈÉò1òQùX½\\þUÛE>þô¸ü›Ñ\'ù·Äÿ1\\Ÿá\\pQ\0À)#IeFÛ(J’ÈJ•M‘‘Jf¢É*Éˆùï½÷ÞÓ*)…H¥Œ¢xßç>¿ç|»÷Üsî‡só;¿Üˆìœ¯ïœjÜÐ9­¾ªs::¾sºÇ¯ó»qçwÖÎï¯Ïvþ8µÔù#Ýù‹} sV£¼söÚµÎßñòÎßð¡Î?oÚ:—¶Ot.¥œïük	ïü›z ²° êÉ¬Òò¬š¬–¿¬î\0¨UÔ\0ÔÛE\0\\>@ãƒ@Su e½ í1X×Éè¼mè¦\\lÜDœ±lª­l>|°¹D	ØŒ90RgŒ|ÞŒÎáÆQó\0# Àì‰`Kf`K»ÀüÄ[À¶&`{©*`ÇèIÀî]­€Ýï\0–÷€\0+ý€ÕSK€5°y÷	`—]°«\0ìçã\ZMÏ\0ŽðÀ¡?b€“ÀpØ¿p8ÿ à0pQÿ\0pK=	ðøYðdîx©Þxi¼ò\Z\0^3Àq‘-À\'V	ð¹xàC1\0øèüt4~EB€Z	8Ù}pJ?pê^2 HU	üœNÔœqK\0DÝ²œ›}ˆÎ†ÎÇ¾\0\\‡\0b”«±-@œd >ò\0 ¾´O#.Q˜€„V\Z ¸ÜÜ¸â¦\n¸\"H\0$:ì$F?\0$þ›$ŸùH=s\r\n=HÛ|pýûg@põa7à&mp‹Ú\0ÈµäTnïü\0¸]¨(È¹\0(¸Û(Ôy(\Zz\r(ax\0î9]Ü¿ºp_zPÑÊTü°\0TÁU1l@ÕŸx@õmCÀã/€úˆÀ¤\n !\\hè¿\rhtÂž¥fžM$\0ž—­4£¤€æñÝ€–,[@ûWu\0P\n\0šÏ@ñY\07\0’œ@Zcû@\0j3\0€–\0Ø,\0û\r •Hó\n\0õÂ]\0=”àîÅx\r\0‚wá\0áèw€ÈE»=Èò\0òôÿ=Åä°«\0Eÿ.€r­@ix ƒ\0”7\0”8@wg& ßôàíP\r`dé*à£î`ôo `|µ\00±30ud`ŠÍ\0LëÎ\0¦÷ ß(`À·)mÀâ<`f˜™Y\0üÌú\0˜~˜³*\0,¤”þDí,©Á\0K €%|àïºdÀ¿ý Š·PõÝPuÑ¸ªh?P­Ü¨6T\0ÔÜU\\CÂ\0µ:³ëðo€:F@w!Àõ‘ÙÀõ·^7Ú\07ø@³C@³7W€Ö+À­«Ç;¶å\0w´êwGü\0Zúª\0-ïÏ-{TÖÃ€6Õ ­o3Ð¶Ñ¸Ïêp_€*Ð¡åÐáoÐQ¨	t\\‚.\rw‡CçÎx7 Ë—XàÖ] «Ý_ Ç³ã@Ï­AÀ£ÏÇ®Òú¬ÍúªZ}í©@¿æhà	õÓ@— Tá®\rÿë†¼œ†\Z>†>)†Jõ¡_þ\0Ã¾<†_éžöOƒô€§§¿\0ÏX|žéýŒÊñ\0F§­ž/^8S¼ yŒ]GÆBlq;€ñNËÀxŸb`|xðò–nàU×RàÕtC`bóW`\",\0˜º\nLÖÓ¯aéPS`:²\nxëöO`¶êg`ÎÉ~`®ß ð¶ÿ~`ÞØCàS¥À;í/€þÀø	`ap)°Øy°ôú#à½G#Àû‘ÑÀ²ÖgÀ2Xþà%ð!­XYÿX}o°ºþð±çðq·5ðñøE`müz`­<Xw3ø¬ñ°Iª¾\0ó­«?[-¯[ag/™ÝÀv—ƒ@ìq¸\nˆùbwY\0ñ«¶\0	#™@b>Hšè\0R&\n€T— Ãì ¹åcä\'‰‚õZ@¡ãE øûZ ,ð:Pö·¨¼½Øêì.^vKþ\0»¿ö{¼ÉÀ¾Ì!àÛ™oÀwÅLà0,ø¾yøžhüPù\ZøQEüÈ|üTóøy<8n¨\r—,\'.½NUä¿Îd¿Ù„ð¢€?÷‰?ÏR€?ÉÀ_úÀÙ£o€³oœóÔÀßÎ~À¥Áà¿{2àrá	àÊÁzàÊÊHÅÂ¤Ú©Î^­¢ô‚V½í­¶ƒÔ<öÔ…ê \rë†í7†´¤Ù­aˆ@k÷Ýé´É@hAº¿ôBò@ú²\ZÐfßaÆoQÖiOhË#\"h‹âÈü—ÈBd¡²È;ÚÚ;	ÚvRÚÖ“ÚÖo\rÚ^bÚ1—²Š~ÚÉíÁ`@{?lÙií×€œ,MA‡é ÃR?óe&È\0Y]\0:2ýä\Zèr¹¹”‚ÜÒp wÎ+Ç™u XÐÑà|ÐÑAÞÚª ï÷Á Ÿå>Ÿ¢ä¬äÿyèT\nr)Ï…¸Ô€B®.BÏƒB^m…}*ERZAg9XÐ¹G2Ð9>tÞj=è‚1tá‚/è óí/(–üïÖ\0Šòt),”´tÙÆt¼\rtù_èjÌèêÅPÒårPò9(\r	J×ÌeØê2\\ì@YO€rBìA¹)- Ü7 Û\'‰ ¼Ð <F(¿ýèNïÐ]ßPí,¨\n*þ•‚îRAåÿßãÁžÏ ‡EGA•{«A•Q¯A}CAßoÕ„^Õ^Å€jëü@uÝPƒÆNPyÔ¨]j¤…€š>AÏsU@ÏY§AÍŸÆ@-\ZAmÇ( öçy Wn@€8;ÐbØJÌ@ ó ðä_ÇAøTl‚¯¾B˜ÓAÈ­ï@¨«»A¨¬&V&áÏeƒˆÐtqDªŒ‘7¼‘k÷(½`­¢D“´€˜Ÿ{Alµ§ ¶V4ˆãÞ	âjqo€xù@ügM IŠ=HÚh\0’ÑÕ@òŒEâ:ÔÕýÔ½FÔ·úèuª7èõP#èÎYPÿE¨_1\ZÐZ\Z $€µÂAƒ5AÃDSÐû¹ ÐÈÝË ¯\Z@£Q ñ<hü­;èËÕ$Ð·:4è»ùCÐwî\'ÐÌj#ÐÏ(]Ð\\®hAÏ´¨\rúý-´”¹´TÏýK–Õ>‚–»\0 •\nÐÊS_°Êv6Xe\rVm<^½¾¬vñ=XÝ8¼¦+¼nm9X§\r^¿6¼1&¬o¹l°áxu¼¤\0›„±Àæ‡ÁV­`‹•ðbðÎ]ùà“¥àÝÝ/À–¢£à=ûÖ‚÷Ì€moè‚÷=ëïß}¼(l?| Ù| !|@vìhsì”æ	>òâØÝödƒ=jÁGs^€~¾>~5ìmÜö®¸ö&Äƒ½»ªÁ>!oÀ~%àÁ\'HÞàÝÁþ…¾à s)8(µ¼ç2øŒ[8Bý8²ý\"øìéeðÙ;pTþ 8z§8ú÷$8>~øRD3øŠÉ	pÒÉÕàä¶)pŠš	8e‡œrõ8}ý3púÅ‹àtÂ[p:9	œ?ÎÌ÷g¾#³®ÑÀY/Î€³P‰à,évðÍ‡éà[æàl8;ë-8\'÷:8‡Y	Î}1Î]©\0ßvó à{¡GÀ÷áÁ•ê	àJÇipåk}pÕÊupõ;pím0¸¶Ý\\w[\0®dnH›7ÔâÁOUþ‚Ÿ©ƒŸýæ‚›RÞ€›X±à¦¹Vðó7Zàfã/à–³“à–¨fpkófðËäcà—yýà—’Á: pç[0à¶„ƒÁk®ƒÁï»À¬ó`ØN?0\"¬ŒÄD€‘¯gÁèë/ÁØâh0®ŠÆ¯‹“/S»ëÁ´}Å`ZR	˜±©ÌBƒ™)]`Öä0»nÌ;¥æIO‚ùU`~X(˜Þ<\r\r™¥ü4°tùX°,×mw]IwUý\0w»:€ûþ¾÷;Ø€ûIPðÀózðÛ_Áoÿ¬q—Á#áOÀ(CàÑÛ÷ÁŸ4õÀŸ<±à‰mªà/¡Lð¤\rüõÔð×ùð·gð÷^ø‡J3xæ \0üË=<{žkWÿ}dþû1üÏíø_û?ð?bxYå\nx…¾¢‚)„¨ºhAVÝn†¬’@Vã’!jq~#/ šƒ!ZwaµêÈ:SkˆÎÓó\r*!º³¦Ý9\Zdã¨>Ä ½\0bˆ(„\'ûBLK ¦á\rSùZˆÙÎLˆÙ£)È–G\"È–ê~ˆE<²õ‘6dÒ²KÓ²+âÄ2sÄFÙù¿ëÅ½Öw!vÙ¶}ïú ÿ®…8þì‚8.Õ@œ3m .ëþç÷âÒSqM)€¸¦¶@\\¡á×þvˆ»æQˆGë*ˆvÄ³˜9\n–B¼>ÌBŽ©¿†xßN…ø;ñÉR‡øv¼ƒœý‚œøª9éÓño…øCŸ@üAiÁÐÈ\\È™o Éˆ§\"Hdf$êÃ_Èõ%ÈÐwHlO%$.¢÷é+$>Uríú#HÒÕ\\HªÐ’f½¹~\\r=i$£O¹ñ¤’yüä–ÏÈ-täÖâOH¶V$§º\0r{õyHÞÞ‹ü¥S‚HmÈÝ4*ä.\0)’ï„”<5…”ÄBÊ?C*i§!UÈtÈ#ýUê	äñƒçZ¤.è3¤îö-H}áIHC@	¤!yNT‡4WÐ!/‚¶A^ÔÕAÚ&¢ /›ðŽÿ{Ð9’¸$@€œýý	¨q\'žáAè¥@Ð!ÒeÅæ\r„\ZÝ	¡‹€0îeAØÞUÎÍQ÷œ-„o*„ð¯k@DiG RÛˆÔåDé…ÈÆÊ!Ê‘wî‹Þ›,Hß¥s7ù÷v@ÈˆÅ0däòA·2ºM{í>ùt÷\ZdLCóäB&Wl Sw} _O´A¦l…üð%AfL·@~öªC~å ¿*Ç!³à9}3ÈÂz+ÈïwG!½ Ë¸åË!åiÈòb)dEUQ@U¶l„ªÄ”@U< ªc j×f¡êƒPõl¨æðvèÚ§PíöV¨Ž~T‡e]ïóª·%ªg[Õ÷ÉƒnvH„n®@\r÷äC·ÜnyIƒšgî€šäA·Î\'@·m—A·¥ùA·ý9Ý¾q+t××)¨•Ö)¨Õò¨µe,Ôúøv¨uñ>¨5\nµùûºg[tïŒ?ÔvW7Ô¶èÔÎìÔîþ[è¾­åÐ}B¨}¦ô€Í*¨ã]G¨KÈ¨Ë+¨Óz¤ØêZÚu¡´Ð£ëb GCÒ ÇtÐc¯@½c-¡Þ¹ÆPŸ».PßgfP¿“›¡\'ýNAOß@ýŸf@ýß‹ !G ¡y#ÐÐ‡» ao¼¡áÐ36NÐ³K[ çlg¡ÑzCÐhOô|²\n4Æ=\ZãYýì½ˆaA/’Bãz·Cãû‰Ð„Ñ$èå–^è•ÕèÕ¼1hâB+ôZøôZâ4i÷[hRáhrÈ7hê‹(h\Z¼š~Îš½~	½i€ÞìÇAsö·Co;@óÖ\n ¼Jè]­Iha½´ÈcZì¦€–<|-yÔ-i[½ß¸-Ÿr‡>j†V¦žVfB«£Ðj²´Fÿ\"´æß}hm]´öU=´îv´¿Ú\0Ú	mdNAŸ~œ‡>·5€>Ï)„6#„Ð•Lh‹¶\r´¥3úâÚz—m³ùmž‡¶ß/†v¸ŽC;.ì„v¦p¡ÐÕ%PØ…ŸPøÈc(*ã£B±y>P\\Àk(ù¾7”zi\0JýpJ?uÊˆˆ‚²{B9ÞæP^ù~(ïy\rT¨¾Z€Š\\ âæPñg\'¨4r*ûb•_ßUÞA»¢c ÝÍÐþAôÝ•4èåthˆN\\9_ýhÕ\ným[	…ŽUB¿DC\'5;¡“ZvÐÉ,\0trþ*ôëã2è÷5EÐ÷ó¡³ãO¡sÕžÐù}; óñ¡‹èâ	èâ\\t©Äº4Ê†.}†.ýz]fäAWú-`ªhLuü+LuÅ¦Þü¦¡±\r¦­\n[ãù¦áÓ¦vÃ´?Þiÿš‡­û\r[,¶~Ñ¦ç°¦ç³¦þfÐu¶éè[˜‘ão˜ñs\0ÌÄã*Ì<î5Ìüºfžá³HƒmËÛÛE‚YÆýYÓaVmßa6ú¦0›ga{Ò°=ì`{]E°½äk0ÛûŸ`vàØ~§B˜ýƒ˜=NæÐ\\;øæ)ìø=ìðšlØaÃxØañ˜³Z ÌyDæ¢­sá­idÀ\\qÚ0×¯æ07O˜ûƒ³0È˜çrìØ¿.ØqÇ0ß¿a\'º­`þX€G8,HcâúRÓµ›‡…íw†¾Ä€9tQ¹1Q‹ô¹;[²‹:È†›0‡]HÖ„ÅéÅTäÃbêÁ.\nÎÁâ»ÃañSË°„¼ë°+;ÞÃUæ`‰æÇa×vmƒ]‹:»öõ.,©K=6Ëxã»ñ¶v³=–s²v»ª–›»ãŽ†ÝA­ƒ´°a¨vXÁÇµ°»iPØ]¾\r¬øI!¬d­-¬tÊ\rvo=\rVvÁVÎÛ	{àV	ó…UiØÂÙ`j`ØÀj@A°úy}Xƒï\ZXÃÒNØÓ¸XØÓ‡\r°ç¶°ç!‘°f–¬e}¬õ‰\ZìeöAØËªÐŽ\0%ða šiòX£ÿ†¹~†Ý †á¶èÂðZ†0üK1®FÊ…QL«a”`ô·¯`ŒÏ`Œä¯0¦æuóv1ŒÝ×~<	¾…ÉÎSa²Ó0â1Lé¹S.ß„u—Áº`}›°¾×i°×Î¯aý›¼aýÿÖÃ˜7`ƒ¯ZaCÔØ°)\röÞ46²7öqÕ>ØèquØèe8l”Ùûä™û|­6ç\r¯\\›æÀ¾¦Â~<ƒý¨ûõ›}][Ü7û§êûW`\0[6”ÂV†¨pÕðRøjcc¸fe\\ëÐI¸Ö-\0|mf*\\;×þz\0®Sl_Ÿ°®{<®ç,ƒ8§Ã\rÞ‡oZ_7‰ƒÂM]Á·avÀ·;aáÛ?Àw0WÁwE5Á÷Ô0á{j}à{\Z0ð=ï^ÀíüßÀíB¿Â÷í°ƒï_ßî‡ïgªÁíMð	ŽpÓWðƒîpÇéY¸So&üpP/Ü…ó\nî\"m€Éý\rwo¢Â=epÏÖµð£ë¸ðcwâáÞ«0ðV_à\'|ŸÀOjÂOy†Ÿz½8íð¿Tx@a<ÐÒ˜zX]	z\nÉt‡‡`øð/êð?½ð0¾fþp\0~º-\r~æp<Òp~þÝ,üBã/xŒf<&Ìós/<þÈ<>^~	>\nO˜¬‚_sÁ“ínÁSF¡ð4SwxúŸøõd<Có-<cóIxF›=<£ã9<c¶~£%ž¹–¿)p†gƒá9çXðÛ+nð¼îHøuOáw‚ßÃïä¿…ß!ÃïH+à:Rxã=x‘º-¼øüCø=kUxÙ­óð²G»ác0øÃ¼òûAxå/{xmçAx]E=¼A‡7„7ÔÃð§~4xSW	ü¹î*øóÞxKD3¼åa\n¼µØÞ¶½Þ^ö\ZÞ)Û®5€ƒr˜pðÍ{pè)ÆO‚#š4áØ;p¼ NHÃ‰ŠkpŠœÊÿ§=N„3RöÃY»èpkœ]\'„sÈ#p~ÓY8_þ.°ÃE†Gáb„\\b•—zµÁeNÀå&p¹b/\\Á…+XKpe¢¼;ÛÞ÷8þ:£\0ÞŸ­ëoõ¿Dø°E\0|ç	AÁ?œušî:ÃGkðO÷ÿÀ?=ü3rƒm„\r¶ÀÇ†´áã[¶ÁÇ	>ð/±‰ð/É*ð/•Öð)‹Ûð©q\røôÖUðéFð™“ð9»yøÜƒøÂW0üwS=ü÷‹õðß¿á\n¦àÆýàKÖ5ð°BÕ1¡êt	¡ÆÌChì}€Ð<‚@¬ñt@¬u{ƒX{Î¡³µ¡ûR±Ió\Zb“€0\0\"Lyº3ÓL„ù¾I„y¦aþ\r±³c±ûj%ÂÒ{aYÌ@XÅ€Vƒók,±7ò!Â®]a7t±Ï$±ï¶&bf±ÿ0±ÿØ0ÂþÝ2âÀ\nÂÁºá°ÿÂÑ±áø8qh“Â	b‹8\\¬p9¼€p™a#\\=ÇnèËw”áa¹áQ1ðÀ?Bxp#G#\ZÇ:þ ŽŸ_ðî\\AøØ!üMŒþ´	„¿è7\"@’‰™Ã!Â9!Â¡[§§#\"v\"ÎVT ÎBbÑë1™ˆÄDÜWD¼×FD|+\r‘pu‘v	q¥î-âêz)\"Qu\nqm8‘tö\n\"5h‘ZÖƒ¸n›Œ¸Þh€ÈïDduÅ\"n&È·W#²ã¯#²ñeˆ«hDÎ¾\ZDŽãSDîYMDþÁ>DÁÏVDÑß!Dqÿ\n¢dÍFDÉÌâ¾ÞEÄ}Y¢ÜU‚(¿Ø‚(©DTD#*î=BT°;vnB<@¯ L•ç#UÖ~ˆêCïžG<ö!jí<O®e!žü*B<Ýú	Ñävñüê¢uG!¢øÑb…x¹Œx9uÑ®6‚h‡‡\":ž|Ct0^#^MZ#€\\¼#fBÀ§ˆžÔi•C eéŒG³2‰À¿“#ˆö`‘5Ž ×ìGP\"Õ¬‚U~ÁB|D°äkœÉ]îm‚+ÎEð(Xß ÁÏXä«#„¡Ï1„0l!Ì<‚ôu#¤Ì\'ÙÖÛù¼BËF(ÈG]™NˆT¢w¦Ñ7ž…èw:„èŸ,A¼õƒ\"†ìÝC=Ä{fbpñ!Ó\nñ±:1:IGL¬­CLJ_±ùˆ¯ÓÔ»ˆéõˆŸ› ˆ_Îï¿žÅ\"~½Eü¦\"~\r\r fïas4ÄÜ×}ˆùÍ¿?x ~O¸!ó[«Û+ü¤ÊF#¤šò;RÓ#©uÈ©•æƒ\\»Ù	¹Ö1\Z©Ów\Z©G)A\Zp©H#Ÿe¤…ƒrt¹sür÷¢ÒæÂuäÞ\n&roOÒvwÒî\0iç?ƒ´ëAî;Gîß¾¹_‰´÷½ˆ´ #àH§Ù<¤óÂ¤‹¯òˆK-ÒíWÒ#†‹ôø=<æ>„<ÎWGÿŽ@_.Ez×+‘>³¯‘¾Ö(¤ïÇ¤ï¯È“Û½\'Û¢Cd°\"²>\Zú&yºáòŒ†òÌè+däyîíd´yÎ@Æ¥¡‘q7cñ™ãÈøÇeÈK6È+3ýÈ«‰-=ÈkúdÒ¹$d²¿;2¹»™¼ø™\n3B¦1ìéÁ½Èë‘Èë3+ÈÛ3‘7‘™Wû‘Y \näÍ?d¶Ígd®œ‹¼Ý…Ìß¡…Ì¯?ŒÌo9…,x¯‡,4öB]9ƒ,vžG–æÆ Kï®A–Ó½‘†1ÿ{|ð×YiR†||EÖ©ø ëë\rþ†ÈÆy)òyg5²9}ÙÜš‹l]\ZB¶ÍA¾üÛl­C¶C¿\"_¦\"{J€àHp^RBB(\"$4ë&ö¬\0	CÔ#*NHäO$Æå*ÇEbrL›)$½IŒd|¼ŽdîA²«m‘œ>Hþåv¤8h	)¾ì†<”\0Þ ¥—3‘ÒÜ‡Hií.¤”†”~úƒ”‡Ì#åŠ|¤©ìHBvyå »ã\n¯¯‘ýÎ‘Èº1rD¾soA¾×\0 Gÿ?ãSÜIä¸ƒrüâMä„§ù¥ŠœDïANE\"¿îÈEN×\"gÎs‘?\rò?ãàÈß_1ÈÅž%äßÈ1(ÕK”êÇ\r¨Uj§P«<QjA1(u¥qN†ÒHWCi®¶Bi¢•¨µ§ýPkÙ‹(3F(GÛPë/C­…Z?CmÈ¯CéìBm4ý„28MGmÒùŒÚôÔe|x5Ê8ÆezèjË!Ô–ûI(}m”Å¾ç¨Ì¿¨]/ÛPÖù×QÖ2C”Í»XÔž¨u¨}«•¨}Þ£(G¶êPãêÐÜ\0êHI=êH¿ÊÕú;ÊídÊ-†rëoGy3QíPÇÀ(ß\'Q\'æ&Q§ÞDù{†ò+P©6¨à£GP!þ‰¨Œ*<\'>?„:íËEñy:Sµ	u¦Á±|\ryËu®/·}Ç§…Š»÷\r÷Åu‰¸\r•½ý;P—=V¡.wËPW¢MPWËÅ¨kÚ£¨”ÒT\ZA\r•öËuý†*ƒõ•éñ•uæ2êfd$êvÝ?Tžõ-T>î2*ŸÞ‰ºóµUtoUìë*®_A•ù Ê.´ Ê·¨ ÊO¡P}e¨›ŒPZ1¨‡kÜP!“¨Jv	ª:2UÝ@=n.DÕlÐ@ÕGÕ´ë£jK j•~¨zH)êÉÞpÔW$ªÁ›ƒjø†jÔ¼Šzºaê)´\nõt`õlÓqTÓøê¹nª»ˆjÑà¢ZôP-ƒ[PmŽRTuÕ![B½Ê¾ŠêÜ´€«¢@GƒQ {Z‚ê à:ÏPð‰\0ÂR\r…6mCáÆBPxÕQþ¨>\nÿû!Š D€(’KŠ¼1Eí@Qg×£è‘PôgpsÛE«0\0Åâ>Eñ,> O\\PÂ\n\'”p~%:±%¾§@‰·¢dŠ”\\¹¥ˆè@)À6(%ªÕÕØ‡êâ<Du{ÁQ½âM¨>\Zõ&´õæô$ª_«5 Vƒ\ZPB\rnëA\r&ÑPƒÍY¨w÷H¨w¿ªQï²QïcsQï™P£:¨Ï•|Ôça jŒ¾€\ZW±A}‘£¦rQßT³PßÓ7£fê§P¿â™¨_	4Ô¬6õ»uõ\'(	µt.µ¼n/j¥åZ%Í­‚^B«Z%¢Wq˜hu©.Zýï{´æîhMËè5•ÇÑkí‚Ðk_¼Ak»|Fë@Ñë¿½Bo:R†Þ,¢¡Žk£¦ß¢=Ñ&¸:´éª´iâ=´™AÚ¬Ú½åP	Ú|½mž3…6/«G[L%¡·®±Do·}ˆÞþ&½#ë(zç]?ô®÷ôîÂ‡è=J9zogz/é:ÚÎözÿãmè-pôoh‡_Ãh§x5ôaì5´óÚ»h—ô‘±5è#Ë\0´«¡5ÚÕ+íÖd‚ö ¡è &G{=Ä }©h?×Tô‰pôI\'\"úTv8úÔÔ´ÿúX´ÿ#:p¬$ CFóÐaÏÐ§µ5Ñ§ÿø¡#‹ÂÑç\n7¢£¯½BGÿ3C_pËDÇšF\'è­B\'üÄ ¯4nC_i\ZA_£‹¿¡Ñ§ÐIQŽè¤Û…è¤ÅDtZûNt:¹¾Gg¨ŸFgâ^ ož@ßìÚ†Î@gcÐ¹¶|tþÃ3è;mbtâ$º(L]T\Z‚¾W&@—Oy¡ò¤è*ÿ6tý\0ú(]]ÉB?Þ-G?¾>‡®YLG×Ÿ)E?QœA?«1C?¿þÝÜ A·¨ÜF¿8ƒn¤¡_-|GQëÐÀÓh°ÛU4ü‘\r¯¹ŒFj8¡‘ùÝh4\r‰Æ4=@ã4¼Ð¸Ãýh£Mð\ZC“ÞoCSÒo éÐ4ëy/š{ºÍ_þŽ\0êÑ‚·¯ÑBÐ(Z¤ú?Æ3´¸3\n-9Ùƒ–m*D+X{ÐÊP-´’õÝÅþŒî.Dw·¢Ð=‹zèÞÐ}¡èþ“›Ðo‘tô»…!ôû0#ô£ÍèÏö£?×ÑÐcöÙè1OôøN\rô„Éiô 5zJ¥=•SƒžzˆD¸„þÖ‹FÏ8îAÿ\\Aÿ\ZBÏ¢¡ç||ÑsuNèùŒèEƒ½èE—ô¿É+è•Öƒ•0/ÌªcZ˜Õg¶`ÔìäõDcŒzcfM£Õ~³Ö´\r£]ïÑ~–„Y—)Çè¬#cÖŸ	Æ¬ûˆ1¨«Ál\nÓÂlŠYÙ”ô³Y÷fsn0ÆøU7ÆÔï7fË`<ÆÜ1\Zcî…Ù\Z{³UP±4ÌÄX&\\ÅX²?`¬b¢1V\\ fE1Æö*³Ï³\Z³Ÿ›‰±¯ÔÃ}Š90f‰qPÄ8ìÁ8ââ1‡R–1‡ˆg4ÆùÇmŒ‹ÅŒËi5Ì‘ðEŒ«q-ÆÕ²ã~HŽñŽñøæƒ9jdˆ9Vë‹9ö7\ZsÜosœðã£›‡ñ±¹ññÿ‹ñM<ˆñ³óÂø]0Åè0ñÍ˜ÀŸ™˜àÏÉ˜ÐÚL˜ÅLxó^L8ø-æö&¢æ&bå>&úñ&Ìyl\0æBŸ&F¯[cŠ‰[·“((Å\\S?ƒ¹ÖŠI:þ“|,“…Ä¤haÒm1éÉÇ1U17úã0™z{07o217ÇÏc²‹bòwÌb\n‘L!ú¦‚Ám¿ƒ)ÚñSÜ‡Ä”ä¶aJª1e1—0e¿¤˜òï0ÐVÌƒèÌávLå–O˜*%\nóÈ‰yÄ&c-_Æ<>kŽ©1èÄÔ,cjîýÅ4ìÚ‡i¦bžyÿÁ4ïïÄ¼¸ùÓvÝóò`9¦]\'ÓN;„y¾xDÀ\0Ð5àÂDï;rzééÅ@CL10n59ž…AyÅcP^T,	ƒŠß…A«üŸð–&lƒùÜŠÁüþ…Áùbp9ÓÜ†`ðCŠ»‹¡ôlÆÐ_`1Ì-NA†OëÇð‘ã{Œ¢ÀÈ’0²Å;¹à;¦ëÂkÌë½y˜×M+˜I8f8Ò3üa7æ#’Ž=ˆù„Ø€™ÐûˆùBŸÅLžý™D»c¦ò]0S=˜¯îN˜éÌôœ\næ@Šùu„ùõðf®‡€Yð¨Âüù9YüÛƒYn\'`–¶˜å7w0+à	¬êùµØU°«ÃS±êOÜ°\Zx¬æqvÍ±CØµ}&XíÍ#Xí–Øõ\rXýšOØMœl¬¡°k¼A5.:5þ²‚5EÅbÍ^øcÍscÍÑ]X¿&ì¶ÊNìöØïØäËØ]·z°VK°Ö»†°Ö‰NXëd¬d-Öæ#»¯[ŽÝo†Ý?¬…=`ÁÁ8æ†=è´„=xí:ö`÷mìÁÞ3ØÃy™Xç´:¬3ü1Ö…ûëz_„õÌ\rÅÓ¾Ž=æð{,â\"öø9öø²:Ö§Ž=Æž¨²Æžœ2Çžê´Çúw-b`Câ—±¡ê-Ø0\Z6,€\rÃ´cÏ8&b#œl°½%Øs÷8ØsÐ$lô	ö¢bÇ-À^òÂ^J¸ŽMH3Ä^9¬‹½JrÂ^ËXƒMúmŽM¾ëŠM.ý†M{í½¾ð\Z›Ñ–½1p›Y–ÍécsóK°¹m¯°¹ÌzìmÎUl^änlþ°1ö¿[è-j»ˆ-Âa±÷Ö`ï/aËt>cËÜÍ°åyll9P†­È*Å>(½}¸~[i!ÁV%?Æ>Þ5­W_­‚°ÏÈ!Øç×°Ï³‚°-¦óØ–Ì»ØV|lke<¶­ÑûÒáöeÂKìKðì«Nc,@ohõtzŽcb¡‡R±PŸßXXüf,~‹Ê]ƒEÉwa±/Ë°XKHø‹%ÆÕc‰üXÒâ0–\"ðÅÒÿÄÒ~°t\r,ã~–5¼Ëm5Áò¼j°ü°f,ð	+¼Ÿ‰ðÁŠ>ÎcÅ	_°RM¬ôª\ZVö)+â‚•‹ê±Šðh¬QŽUÞ6Æ*;Ø®Ò9lwÄlwc\'¶g~Ûwàöõ1v€$Å0¦±&öí½0ìÛì»15ìÐØìûsØ‘vä¹\nöã™FìÇÏ=ØQƒ5Ø‰«°_©Ø¯t°ÓÇ*±?×ýÄþÄ+°sÓ³ØßVØE‘5öoÓì¿4uì¿‡bìò‘³Øå!ì\nÀ§R9ˆSÕÚ‚S}”Œ[e3ŽS÷lÀi|JÅ­y=ƒ[{ò-NûËœŽX€[¯g[·€[OHÂé”âô(HÜÆ5Ù¸s†8ý«ßq†N`œqg+ÎDß·EŒÛ¢¯ŠÛŠÅã¶’Öà¶_QÃm¯ãàvcq»…q–o%8«oWqÖ	wqÖb/œ\rŠÛsø8n×n_®>Îq³)îÐÎi;w¸î!Îùi:îˆ^.îÈÞ[¸ã‹é8ï}»qÞÇ÷á|/ã|¹8¿‘ƒ¸“eopþò\\€ö.\\\0*ø„\">Æ	ÃqÁ=wq¡wvãB;2paz@Üi««¸3,\\Ô¦\\t@\'î|Pî|§îüdî‚Ä“¯ÀÅ­nÁ]vÅ]Î[»š®ƒKlvÁ]»ÿ—l¤KNKÂ%ßû…K±ØŽKßx—^—‚KÞ»~ýîÆ`.2†»Y¹	—Ýw—ëïË7µÆåÛÂåGjá\nŸ˜áŠ®ãJ&ºpe¾©¸²;\n\\Å–6Üƒ£TÜƒSûp½Vá*Oãª´}q5öáêV©ãê±½¸\'ãú¸†m\\ca7®ÆÀ52†qÏoÊp-†0\\Ë®\\^÷â×7\\ëÚ^\\›ýQ\\›d\Z÷íëmÅuÞpÃRp€R(Hdá ÇpP‹ý8è«,bæ!Õ?‹C¨Åa–Þá(QÇq”¼“8êQŽ¾×ÇØîcZPpÌ”Fs1ÇÒ[Â±6ÂñÓÞãøÅpüÇN8K=N,]ƒ“(<qÝn!¸n+\\wÒ3\\Ïd\r®÷×(®_á†ë_šÂ½=t÷–<ƒ=ÈÀkãÆdþ¸qv8n|…Ž›è}ˆûr&÷†Æ}‘gà¾>íÁMŸ£â¦o\\Á}»2„›ùÆýTGã~ºGà~F¸ã~æYà~\nîáf-öáf/Uáæ¢p¿p‹&c¸Å}Ë¸Å‡†¸¥?Ïp+Òp>x•2^eÑ¯js¯–û\n¯6¡‚×°ÆkNÂkâÇðk.¥âµ66âµ §ñZó0üº€0üú,¼M!~S×#üætÞÐû(Þèè ÞÈOo¶†Œ7›câ·4ÞÃ›ï”áÍà·nÛˆß*Dá·{Fà·3­ð;4Tð;²eø]Ž_ñ»5CðVâ\n¼¡\nÞ†Ÿ„ß“¸Œ·­5Ä;TUàþÆ;ùXâ]tŽâä|À».çàÝÎ“ñn#½x?ñžžø£óx¯ójx¯IGüñƒx¯8¼ÏñN¼¯Ðb]þ¤ÖAüÉÝFø“ø-ø€õ=ø Ó)|Ðð-|ðþ<|ð]|èí%|˜ª->ìe	þô\røÓagñ§ÉX|‰<óµf>êeþÜ|ô¶\nüâ(þbâN|ÜN>Î5© 	Ÿ°?Ÿ½\ZŸð	+)øË§á¯X|Ç_ñeá“L\\ðÉ‡QøG|†ÀŸE·Äçtæàs¤©ÿ«Æç:­Çç\ràÀWñw\'œðEQMøâ¦|i†þÞÏBü}ý›øòàz|ùÝ|ÅY|ÕŽ/ø*—\n|•k&¾\n†ÆW	ÿàÝ~ƒ¯ž–àkË3ñu^Qø:˜¾®…o¤¼À72Ÿáy–ø§§jðOÃKñOÛ øÖ—›ñmcªø¶Ÿ^ø—¶øÎ	3<À*Üm‡‡ÞâaaÍxD¤ÈÁ#Ú¶âQ‰cxtÉ4ž°\'\rOjWÇ“ÏlÁSUÐxêžP<õ/OÓwÆÓ|âé©-xúJ7žY‹güPâ9vx^À¼ÙŠ÷,ã¥N~x)ÔéžxÙ[^Áçã»2—ñÝNã{vrð=®Ÿñ=c%ø^p1þÍ>w|ñ-ü€›þ-ïþíküàöÛøÁá\Zü°w\'þýê{ø‘Õ?ñ#Åbü\'ÝƒøÏY±øÏ—ðãßñçéø/‡žâ\'S·á§.oÂ]-ÁOÏ–â¿ÀÐÅ¤†ÿQu?“}?Óú¿Pp\Z¿ ±Áÿñ}‚_ŒsÆÿµÍÃÿÅ]Æÿý‰_ùOPybJP}\ZBP3t\'¨+a-Ûs„µ—âk“l	ÚŸ?Ö8AX¿ö!aCÐ=ÿ› ›ÖDÐÍÛBÐ3ôÞi6,ôAÉý™,Â¦Û@Âæü·Ãu±ÃôWÃÜi‚Ñš!‚Ña‚±ù‚1áÁxìÁdE…°Å1˜°¥æ2ÁâV\"aÇêiÂîÌ‚õƒÂžƒž„=•I»O†ûø‚=ªšpÀ@…àpƒApƒ	ß¢´‡S?\\Ýþ÷ò!ÁÝfÁËÆ‡àåÓKðJi\'[È$_s˜p|0‹àsàÁ§f€à;\ZEðëN#œØŸE8uä!¨µ‡læCÝ•BWN›æNçêNÏ¼\'œÙø‡pf®åºH8¯Õ@8[BˆBb­G±ˆ„‹µ<ÂÅº(B¼)!~4˜p	dJ¸«F¸ZSK¸ºKHÞãIH}2EH‹YG¸þ<¡\ZKÈØ^O¸±$#dVœ\'d\"b7¿&d¯9@È~¾ÝfEÈ)8OÈó_CÈL\'Ü1A\nwž&³ÅKxBÉ¥ï„RBé-6áÞ?Âýž9B™ÉKBÙ®BY:¡‚D¨è!T,~$<8ø“P¥jBxt$ˆð8>–P«5K¨ÍßD¨wª\"<{J\"¼((\'´î¦Ú·ÚÜ«.:ƒ	„ŽÏ„W—v\0ƒêÀâQ(&€o	à‹C°ì	À#@>dà?-è_Ö< €Ÿ›\'SþˆíMòösÊj=ížãE`®Ë%°Êk	ì‡šŽú g×Gàã¶„ÖC!K› ~ƒ%H«ï¤½û	2OB×ÃÛ„n+¡s†ÐãÂ!ô®…zO&zS>ÞL~%ô¯ùH¬M%¼{•JÚDªýFVÞ/‹	}“	¯IŸÖ<&|\nR\'|®ñ\"Œ\'¨&»ûSw	SÌ­„©®W„iÏ_„ïÑ„ïwæR\n	ó\rÞ„« Â¢Æ_Â_³K„¿iz„ÿºØ„åÜß„•¥)âªkAÄU%Ç‰kôŠ‰kô_µDp¢vc\rqý^=â‹hâ®qÃT\nQ7{€¨~ˆ¸±TN4Hb\ržV7ú\r¯x\ZoˆÆžµDs;¢™Û¢ÙÍ1¢ÙŠ¸µê\ZqûšâöSsDË<9Ñ{›hÕjJ´öS!Úxo#îÍ&î-_O´Þ&ÚÙ#‰všD»†&â¾OáDû½ŽDû©âŸ3Ä³‰W›~K%:É$:ÆëºWˆÎ“»‰n¾·‰názD·6ÑózÑ[œè]áJô†[}qÁÄSIÄ\0ÛwÄ\0øZbàX%1¨Ü‹ÄýN‰ï †ôl!†žŽ#†^Ö#Fª}\'FAöcÚˆ1ÓÄ‹®ºÄø$âå¤+Ä+ë…Äk€%b’m:1‰$¦<G¯Ã®3i­Ä›/]ˆ·p¯‰ÙîÏ‰9ÉÍÄœº?Ä\\“‹ÄÜ>âmÍ¿ÄÛ{ÑÄ‚kêÄ»vFÄbËÄRß6bivñÞD6ñÞ7ñá†)âC‹UÄ‡Þ6ÄGÄ:ôb]ÿ6býþGÄúã\'ˆõÍ¡Äzé$ñÉ\'âÓ+ÄgîgˆÏ\n¡ÄgMë‰M&pbÓ[b“ÏbÓï½Ä÷<ˆ/Z#‰/¯©ÛëŽÛ{Òˆ.³ÄôEâ«ì³Dõ2\"ºB„	‰PÞk\"ìÄF\"<èùAÄMkñ·´ˆDÝoD2p7‘üÎ‚ÈØfMd1‰Ìƒ7ˆLç.\"óå3\"³w’ÈÒ¼BdA	DV÷n\"gú‘Û¯IäþúE–XÅÓo‰’\rD©ç=¢´·ž(ËÓ&Ê×»’çˆ]Ü^b7=ˆØÛ=Mì£È‰¯áXâ[s7â;“gÄwADâ»¤Zâ;É(q\\B¾‘G|__O¹Lü@¿Düü!–øyf#qÌ§ž8ÙâNœzu‹ø•¼“8M¹Lü¶Y@ü¾Ð@œ9MœéK&þ÷ÿ$ÎÕl%Îoô\".ÜÌ$.üûJü3<H\\<VG\\d´ÿnýIü[FüÛ²ŸøïG\ZñßoMâr›¤Å“TâHj\Zú$µW9$u•õ$õ\'Þ$>)I£?’¤i]HÒfì é3H:ŒIë_%m0.\"mHº?<HÍþ6&î!mš¢’6òH†µOH†BG’Q”dbgO2ÁÞ%™>¼@2Åì!™E®&mÉÏ$™{Y“ÌÃ¯,n–‘¶t‘v?ºH²4í#YéÜ!YÑ…$kó{$›Þ^Òþq*Éqú éP\0št˜®E:¬ø@r¾…&¹l>Fr1õ#yT“<@kI>«}H>¿E$ŸÅ\"’ï±l’ïøk’ß-$¿¤SëÖ“N…ZÎƒIàvRpÅ/Rhx\n)´Ä™Ú3@\nC’NûÏ‘\"6:\"\"ÕHg½IçõŽÎƒ_‘.ÌKI1GÏ“bžÓI±õ`Rt\')þA:)ÜDJ(¾DJ #]±÷!]]ŸCJŒJ!]{FJÊ™%eD˜’23\rIYHY<I·*³HÙŽ\nRÎD\n)—äEºíUIÊÓÝK*Ró#•D“J¶‘J–žîï;E*ó8Cª8ó›T¹Ù‚TÉ#Uõ›•-jTIµS§I\rí-¤Æ·÷IO[–HÍæ<Ò‹o2R«hŽÔf­Kj³¿Ejß`Nj7ºDjßGjÛ“:´O“:ÞÆ:†ï‘^¹i’^ýê\'u6>\'u¾°!LŒH€V%	øá>	|‹Og«‘À¯·“ ŸgIÐÿ{	{ƒ$Á¼#!³$äu7*.š„¶M%¡Ï·“ÐóOHx½Lþj ‰ˆ(\'‘~z“ÈÆ–$rÈõ‚\r‰¶q‰YåHb]‡’8WIœ7&$žÁ@âë,“øÛI‚«oHÂf$I´ê/I\\qŒ$ÜE’©úä	I!ÿBR^0$)™¶$åÀmRINêÞöÔóšMêY#\r¥Ú“†Øµ¤¡Þ0ÒûžO¤`1éãèGÒ§ŒÒøªó¤ñþ\nÒ—»i¤¯Û¾’¾4HßúŒHß7óI?·ß\"ýêÜKš+<Cšëÿ@šßOZXÝMZÈê\'-@ú·Ç´|0ƒ¬&«t+È«íÉ«‹Ž“Wÿœ&«Eë’ÕÃž“Õ¿Y‘5ÔN’54´ÉZÃOÉZ¿gÉk\0È:f~dVòú³®ä\ryÈºšt²þ½-d/ySÞ Ù¨ÅlDâ’³É&!ÏÈ&“ždS^\0ÙôÝ:²YVÙ<ç\nyëfò¶8còvÙGòµ\"òÎásäÝ÷È–§.‘-‹ÊÉV9²!…lM¼B¶–U‘­ÿ@È6‘wÉ{aåd[\rÙnÛ*²-™l×!#ï×™%ïç™íßÉEAäƒ‡Þ“^\";ît&;*ÈGJ×“ÝÖÎ’Ý†uÈî7Àä£CGÈG¨’Ý9Nö†›“½ÆdßšçäVx²À)r h59ðÓMr“„³\"õe’ƒO:ƒ‰yä˜9Ô¥’vªîpŠ|:Ð‡|úþZòizùŒ±	ùì‰µä¨Éç.§“Ïÿ!_(‘cþ™ãò^’ã‡ÓÉ—Xä+Øò•Ïä«¥tòÕçKäk·UÉÉ·~‘“+Þ“SôšÈ©flrúzrº+9ÝW“œ>òœþÅ‡|½*ƒ|ýQ79ãj/9ƒìK¾Ð!gÆ_#g>„’ož½KÎþw›œó¨œœ°@Î­}AÎ;ÜNÎ£ä‘ó=$ß½jC.,É&V-äÂ÷\"rÑÅyrWJ.ÞÓN.Ý­G.\r¼A¾o{‡\\æ:E._çN./X!?\0= ?¬1!Wöß!W{ÃÈÕéäÇ÷É5¿^kµ‘ë®áÈõD¹žD~Z2K~&R#7 È/|[u†È­gÉmºWÉm·òÉmÓä—î]ävCrÇ:ùÕy4Ø–@Õ\\$C”D2d€@†ÆÓÈÐ10¦ú‰Œh½HÆVµ“qoÉä;2qŸ=™TÐD&#^‘)&Éôö82&3x¶dvû;2çˆ5™óõY°E—,<˜,,‹\"‹cÈbïÍd‰æYrÿYz3€,‹V!ËÉZä®±Jr)Üü›üH&”f‘ß‘JÈC~EäïäQ³,òg×»ä/‰Ýä/CÁäÉò”³ù«×sò{`òæ\nò3ä­ëÉ?È?6¢®“m\"ÿ\\l!Ï~úBž<DþE^Z“N^zx€üwQAQÕQ§¬Ò9LYµa‰²êš²ÚKQÛ€¦h¼Ÿ¥hüdR4÷ß¡hÒ‰”5R2eÍ#-ÕZŠ–Ôž¢ûª‰¢÷’NÑùC1hÌ£@ßR\"(›´S6CöR6c)›gŽRŒ¯|¡˜¸o¦˜L0)¦u)¦ì(¦òg3½!ŠÅe[ÀmÊn/#Š¥OÅ²\nF±ÞA±vò¤XWGPléRlÐ”}z(ûn(ûa”ý¡G(öf”Þç(ˆG)A)Žæ$Ê¡/)‡ ±0åHógÊJ)Å­4ˆâÞð‡â¹;ˆâåïEñ:—M9¶³r¼%ƒâGÓ£œ,âP¤0JÀû½”Ð?O)aM”3”È“µ”³¡­”ó«R)±Q.”8•û”8F%!N“’0žrYc†rÙO¹ü ƒr¹\'…råhåJÌÊU7kÊÕÎlÊUøJbá(%±HIæ·RR>úQÒÌïPÒ*¶PÒ8”ô7JÆYJÆ“\0JÆÐvJ¦o\'%óŽ’)½L¹Éï¢Üêœ¦ä…’(yÏT)w>q)c”»7Qî>ÝF¹;ÐH)Œ{L)2Ð ð£”x(÷m](÷¿ØQÊAJ¥k5¥Zý6¥Ú|ŽòX/ŽòI©ë‹ Ô)\rö[)O;)Ïâ])MÆé”&¯fJò$åùÁÊó\\<åùýiJ³&ŠÒ¢SAy!²§´é0(/Š(Ž/(àuYpý LM¥@¶ÆS —Õ)°ö}~%€‚¨k£ Ö}§ â·P0Ng)ØLË@Rð%ç)„\na;B²ÙJ!k ÷fP¨[7PhÅ-†Õ\n{å\r…»ÍŸÂM«¦pß7Rxû‡(¼¤{Á•QŠ`é0Et¹\"m?I‘þ¾D‘yRä=0JÏÅ6J¯ç¥7÷0¥—Oy]’A8~Œ2´Dø ¼¢PÞý¤¼ËfSÞÀ(#g²)#7ó)ö9PFÏ¥|¾±…òYlJ_u–21bKù²L¢LuÞ§L¢(Óv¶”éÃ8Ê÷ZÊwÊcÊÏMu”ŸÞå”Ù”,Êü1cÊBÇÊïôJÊâU=ÊR‡1eÅJYùRAUë?IÕl‰¤jNRµ¢V¨Z}0êZs	U;Ã•ª3ºŸºáa;U÷àU÷Á\nUïƒU?Ï„j°!‹j\0ØB5Xj¦n^mF5\"êQ×RMŒ©fËéÔ-}©æŠ·T‹/›¨Û¶¤P·¹]£îÌ]KÝåt›jéŸGµLÎ¥ZÙP­µ©ÖQmÔ=%áÔ½Ÿ-©v+ÁT{÷\Zª=àÕžE¤ÈÙI=ðxŒz )zp¡‹z(e˜ê$þJuC©nÁÁT·Ð.ªû‘ST÷À1ª»Àê¢z–&Q½R/P½P}2iTŸªïa{ªß:ÕïÇzêÉ=óÔS§+©§ÔàèUÔ¨>õLòjT†zîcõÜujôiCj4žD¦Sc~¥S/n\\G½˜ÐI/Ð¥ÆW|¢Æ/ð¨	zSÔÄòpjÒŸcÔä“O¨Éü$jº¡z}×{jft3õæû‡Ô[«‡©·Žþ¡æÚn¤æŽPsùw©¹C«¨·B¨yá~Ô¼K¨ù¼Ô|EõŽûIjÓµ\0ñ†z÷Æ$õnþcj	džZºË”Z¶é,µìê-j™²‹Z6ü‰Z~É„ZñH}pÝ“úàÁCêÃ‹Ô*ÃUÔ*Àgj÷µæÕµÖ¼–úô‚\rµ©öõ9Ä€Ú|¥ŒÚ¢-£¶|âQ;7­¢NQ!FUT¨ÑI*ô…œ\nËK¦\"ª¼¨ÈûóTÔ_*Žó˜Jd¥’|{©äÅN*5ºJû¾™Ê,q òaÃT1JD•8•P¥ô¨Òº»TéìjªŒ„¥Ê¦ÖP»ê˜Ôn¢µ[~žÚ–OíA…R_Ã®Rß¤ØRû¿¾¤”USšQßfûQ?l+¦~ÌL§~ÞOÕùJý´6‚úéàWêX5:îÒKð§NR¦¨“oƒ©“Ÿ(Ôoˆ*ê7Î	ê÷ÉêJu¦ŸBýµùuùR:u¥lš¦{@SÕ1 ©~‘ÐVí¯ ­zPISóè ix=¤iö£­ñ\n£­yÌ¥ií.¥i¶£i¯&Ñ´·iÚÿ’iëÌiºva4ƒïÓ´M¬šÑi!Í(î!Íè&f\ZC ™ÊÓÌJ7Ó¶hShAc4‹¦(škš¶õÔ3ÚVLmûú´í3_h;}¶ÑvÒ,›,h–ýJšåDÍªù<Í\nSA³þLÛ#ÚJ³U}K³Í Ù]zL³+FÓö­w í{×JÛ©vàÍÁv˜æÐ\\Jsì B{ÑœÀi.üÚ‘ò‹4×S4WÄ$Íõë[šÛ=2Í=>˜æ^ýæ^¯Kó¨cÓ¼Ž^¢WzÐ|ôÑ|É´“ÛÒ\"h\rž´ ŸJZ0h=-X|’v‘H»v”>¤¹ûŠi­ E–wÒ\"9LÚùÚy[ZÌk*-Ö4‡ûü9-þüí’Q íêBíÚ¾\r´kcdZÒ,-)…LK‰ßBKMÉ¢¥¥ÙÑÒ«/Ð®_˜¥Ý iY‘´›#$ÚÍ9´[¤c´¼‰´<ç ÚØHZá!­Tø‚VúF»ß`@+“—ÑÊ7Chå,CZEê\ZÚƒ5{h5Ó*-fh5É=´\Zá­Öý­þú0íÉÙ%ZƒY5­á¶=í©·í™ÖEZÓª/´¦#Ú´çá½´æÄ|ZsœöÂPN{a¾‰öb·­UPA{éöƒÖañŒÖ¦½RýC{Eq§½šj¦Öo¦OÒ@EWh1\ZôÇA\Z:Oƒï§Á¿yÐC@\Z²ˆOÃNuÑp4rùn\Zõ½?z‡FÃ6Ðè%L\Z#J—ÆÜûžÆôþ?†\rÑ˜J\Z«tÆÂ­§±·ü/¯ŸÆ‰‹£qh\\Þqš°JÑÄk„4ÙÁšŒ„¡ÉE4EY\Z­Ë=‰ÖÕ5LëÊ¦u7m£u/®Ðzki}ÆÞ´>çk´>o­/Ox5Cô‰¡\rÞºA{—XE{\'\'Ó†L{hÃ¥´÷«Á´èÚN,íjš6ÁCÓ¦Ì¹´o{X´o9»i?^¤Í¼¶¢ý$ÔÓf\rúi³¥á´YìIÚÜÆ>Úª—ö\'©ö7•Cû+]C[I¤­<,¢«ô9ÓWIûè«u:éšƒék¬@t­í7è:vÒ×/QéD	ô\r=éº±³tÝÛ;é=ÿÐ7&LÑõs\\é;çèsëè›ú=é†™[é†ÏÖÑ‹èÆ9ýtÓYCú¾Ý\nHß!ÿKß1ó¾ÓI·ñ¼K·[Ñ÷îK ï¦Ð÷‚\0ô½¿îÓm½ké¶Úô}ŒMôýçÑ÷Ï¸Ðí2èö18ºýý}t{l.ý€ãqºÃ„\ZÝ±m‰~H´Hw2_¡;=}K?œ€î¢QB?²cÝ•3IwýWGw{¦{˜[Ó=õŽÑ½^NÒ}jEt?0ýDS=7NüC‚Áèa”dzøèezø‚.=ü¯\rýL¢-=â¤=bù=²Ëù«µSA?§öŒkH½ÓL¿XÉ¦Ç¹A·9O§¯Ðã§NÑh>ô„ÁÇôË<ý\Z‰EOJøKO*\r¢§íl g˜ñè\'Áô=³ô›¯vÓo¹Þ£ß‚ûÓo1ªé·~aéÙ€;ôœOÉôÛ¼ô¼Áô<x=ÿ”\rýNö\'zAm8ý®î4ý®û}z¡Ù]za½°ñ3½ø„\'½´•D/…zÑïïR£—ó¡ôŠ\0MzÅœ½jG½Z¨C¯~¿Hl¡×½( ×½dÓë†9ôzç?ôÆgéï·ÓŸIåô&GzS*½	VFo¢÷ÒŸ=£?Ÿ~JoŽn¤7§zÒ[š?Ñ[ ©ôVƒíô¶ý¥¿=½Ý÷/½ýÛ8½£w™þÊ4‰þÊÖŸþÊ#“þ*f;½Óh3½³I“@ÆÑotéÀ7Qt†D‡ÆŒÐ¡B0:nE‡iÓá	UtäÎf:òç{:ÊKÇD|¢c*úèØ:%÷GÇ`éø–tÂ“·tâ•x:iG>fB§©iÐ™ÛèL–ŒÎJûEgÞÓ9tW:ßMBçç}¦ó›Atáé·tqÈgº˜º.9r†.½§K§Séò›Ùte·½ë4‘ÞË Ðû6GÒ_G¾¦¿‡Ñû\rëèƒ¬é#?éã:.ô‰Ý“ô‰®ô/ùú‹>õw/}úÊCúwwoúÃô™šhúLþs?˜þë‰’>ïñ>S…>_FŸo=Oÿý¬‡¾ä£ÿK²¤/sìéËoÆè+˜WÕCŒUÅÍµdc†ºÉS†z\\C=ý\ZCýæC«pC«ÿ6CëŠ¡³ËX†36ìúÍØ\0qbèþÐelL^bl„~`ègk2BŒÍåŒÍ=†¡Ú\nÃÐèÃð¥ÃÚÎ0=šÌ°8àÍØ:z”±­T…±½4—±³0™±«í\"ÃêM	ÃZ‡É°>dÉ°ä3ö~dØöç0ì‚…ŒƒOYÇuŽýAŒÃ‚-ç#OÎƒÎEC×_†kaÃ}ßu†û„áqcÃ£i‚qtg2ÃëCãX¥ãXŒq¼#ƒá+\\ÅðóÅ2NÊ\'ƒ!ŒS5wþFŒ€ÂjF ýOFð¡FˆŽ*îd„›ó§×ýdœ3\"\"Ÿ0\"^Œ³ÿ(Œ(ŽqnÕGÆ¹ôÆùÝ1ê³ŒØ­¿=-qVƒŒK¿T	¹Œ¤ÂmŒŒ]FFx #ƒÉaÜ(B2n|bÜ*qfäm~ÄÈeä/Å3îþaÅ<g” /1J‹º÷œK÷7Ù1îçq÷ñ:Œ2@!£ÜBƒQ¡1È¨$ô3jnìfÔý 3êëÀŒú÷îŒ\'u»\rµM…ÍºŒ6Ç/ŒWmÆ«{û€—å\0lž^»…¾lÃ€¨ob@Þ˜0 ÷°+VDå6ÇÀÇ0péSÂ›bN1ƒôð\'ƒºÞŽAo¨eÐŸe0FÃœ³Ú®Z3ƒ·Ñ–!ðîbˆÎå2DW¯2$ÏO3¤ï0äay.Ÿ!Ÿ¹ÆP4Š]EŒnH8£GSŸÑÓ›Íx½9˜ñfO%ãì:c°$€1Hg}ûÌx¯µ•ñþ¥„1’ïË{ú‡1á½šñ…nËøÂ+`|:Ì˜ÒúÄøÚœÎøVÞÌ˜Å1æ0wW;‹‡Œ¥œaÆß€4ÆòÏ|Æòïl¦\nÊ\\ÅòfªëüaªßÛÂÔÈRg®•%1µQw˜Ì«™?$1\rO™›z1÷v2[™ÆKÚL3ËN¦y¬s[‘ˆ¹ƒæÇÜYÜÈ´l 1­JW˜6Õw˜{&‹˜¼62ß_f¾üˆy8Êtþù—éÒjÍtA˜.K®Ì#³½L×–³L7»\Z¦{€%Óýƒ7ÓýÛ:æñëÑÌãùiLo\'\r¦G!ÓéÁôyý‹ég\0fž0=Ç<{—yÒŠÅô7ieú‡½aúç¤2Ê&˜z[™æ÷™A-$f¨\r–yºæó4÷óÌÄf €ÙÐÍ¼Pf^À˜±[n3¯¬=À¼šÏe^}²y¼ÈL²ve&I˜ÉQYÌÔ÷>ÌÔ17fê„3íB;3ÝÃ‚y£è3“”ÊÌ\"|gÞÚÊ¼5t™ÍÊdfOlcæ¨ç0o0óÏ0ó MÌ;²qfÁ‰ÍÌ‚ªXfax ³ð5Y4c×ì`÷1K_~f–Åíf–I¾1Ë	îÌŠW™¢æƒê»ÌGŽÏ˜^²™Õ˜,æã±Ì\'ïÉÌg­-Ì¦[ÃÌçŸ®2›k˜/F2˜­å×™í{_2Û+O0ÛçÖ2_nb‚:ß0ÁúLè¹L˜)š	?ûˆ‰ê<ÂD_²c’Ìì™¤íºLRŽ3“È¤~ÿÄd=f3ÙN1…[™\"Ÿ›LQá]¦¨_ƒ)^eJÆ˜LYÎ.¦üSSá^ÏìÒ?Éìº¬ÊìJ)avG0{ÃÅÌ×Û!Ì×µ_˜oRt˜ý­ÚÌÁÈæàëcÌwXæp’sø¡säßæõØÿ%2?\Z3ÇtW˜cN½Ì±·Ì‰!óKp(óKøæä&>sÒ,ž9ÙNg~E®eNG€˜ÓŸ˜ßÔB™ßÎ0g´™3ßO0ç`=Ì…ÕuÌ…Z/æÂË&æ_ÂærØ<s%|„¥2‘ÁZUmÃZõ6ƒµ:OÀZ¶d©Ÿb±4XU,Mæ)Öš·XkúµXÚkD¬u•­¬õ×î°Ö—ÂYë_t³6»²toßaéþ(féiå±6ªº°ôq%,¿¬Í‡É,ã÷Î,“²8–éÇ=,³.Ö–Ï–ùd<ËB-‘µ5çkë‡\"Övæ[Ö\rGÖNá4k÷áó,«–UZ4ËŠ«Í²ymÀÚ“Î²½È²…V°ì’Xví9¬}ïkXöÿX¶L²Wí`9Z˜°ÍÀYNo6°ï×d9ësY.)¿X.MB–‡Â’åµöËëÝ*–×ûÖ±âj–ohË·8‰åd²N®°Nî<Ê:õü/ëè+à)Œè“Á\nhf&­°BÚ”¬Ð¦+¬PI+¬L“&´dvÏcE$ê²\"`Y¬s§úYÑ‹ö¬óö³.L­fÅ„àY1ü¬Øu÷XqG‡YW.}e%\Z²’µUþ7ÆJ¶Hf¥–‘XiþlVzóGV:Ç•u½<‹•Q´Ìºqð+3WÌÊzy™•õ&•5·ÄºuFu+ƒÊÊn\0²²1%¬œóæ¬\\óIV®ì%ëöv<+¿^“UðÈºës‰UíÌ*\\~Ç*ziÃ*¾±Àºw4Œu¿ñ«ŒçÂ*Wc•?üÌ*o³b=ˆ/d=È¼ÍzøÙ‚UIA²ªlX[ÒXµýþ¬zùVÃ[]ÖÓsGXÏTmYÏ\rÔXÏ·ë±ž£¬6%ÖKKwÖKÂ«½z™õ*¡ÕišÄê\\¶c^f×(X`óv„Ï‚n° élx…ºÏ‚Î²`\rr8…²Òc¡\ZÚY˜Ç‹,Ì†…mÎÂ=´e‘–ž²ÈYd‹¶ã+‹yZÂb™F³ØA·ùK¸¾‡%Ü›Èc‰§YŒKZÌ’¶;±d	,ÅêY–Ò(˜Õ%qg½þ¾Èz³[ƒÕßêÌ\ZÀaYƒƒ¿XC÷Xïwé°>n5e}>cn‘³F½-XŸF6²Æ~¸³Æù¬	”kBÆe}aœdMöN±¦°BÖ7y.ë;ø\'ëç¿BÖ¯¥O¬¹ÉÖüí¬ùkQm\'ëŸÆSÖ¿“«Y+ÒY¶jèO¶ºš’­±w+[#Éž­iô­YSÈÖÚÀÖºIek=ck§±u6*Ù:M¶ÞÁël½–IöÆ°vö&¤ÛÐÔ˜m(­a…;²Í(Il³I8{Ë­¯ìíÏÙÛ§î³wbw°w¹Œ³wá²w¿e[†²-Ø6¡Ø6gÙ6¸‹ì½*þl[2Û.Ú—½/ù%ûàÓ¶£æy¶cYÛ‘½Žíä¿‹}øS\rÛ¥„Ïv£Üe½&fqdûä–°ýœRÙ~Ùì*\Zì¿Ù\'ï°Oé¸°ý_°ýh³\"±c²I;ØÁjLvð¡:vðÓìµ†ì›Nì°Ivø§yöés›Øg\\¬Ùgæ2ØyJvÄ³+ìÁvöÙ9	û‚Þ1ö70;f´ëËNd^b_Koe_{Îg_û³Št‘ÃN¾¸ƒ2ôŒjø†úLÄN]xÈNKªe§½:Ç¾!agÜìaßzcgû“Ø9ëôØ9ºoÙ·¯,²ó\r‹Ùùòtö+¦ìÂç®ìâ»¤Í¾‡ÝÃ¾Ÿe—…²«¿*Øù>ìÚ¿ŸÙõ@»ž·]¯øÂn(õc7Ü¯a7æ<`?M²f?%ý§<ÙÏ2äì¦ã<vÓD.ûy²\r»9%ÝüÆýâÙö‹¿ÝìÖ°Ëì¶Wþìö¸v{	ŠÝÎZawÄ\\ew4ìawô¾bªþ²]îlàH0‹bÃ¾SØp€ý!“‰ö`c†¿±ñ;^²‰;­ÙÄë^l’w\n›”Ë&•²ÉWæØÔaC6­Á†MkúË¦ê±Yðq6ûj\'›ø–ÍCóÙ|Ÿp¶Àö[€ña‹Î½`Ë=.±å¯ŠØJ=v¶ÝèÍ~ãÊ\\ýšýî‹{(ä>{Ø>Ÿ=\\/a¿OÍb¿/¨a„ª±?ÜúÂý§Æþ|u€=i5ÌþúAÊž¾ßÇþ–ÕÉþa²Âžñ{ÃþYžÌžuÙÈž‹yÅž+>Íþí“Âþý¤ý{ÖœýçIûÏôö¢Úvö\"Þƒ½4Êþçˆc//¼ã¨ìrTídÕ#8ªè|Ž*Aƒ³Ê¹³j–ÏYí¼–³\ZàÆQûº£Y»š£òŽ£uõ,g­úgm¾1gíÏQŽ¶êjÎ:[>g]zgÝË4Î”	gÅÙ0®ÃÑµTåè¾çè~ýÂÑË;ÍÙ¨ÞÊÙhŸÍÑÿ¸Ì1x+åòS9ÆÎpŽÉ§×ÓÇqsÏ]óã«8JŽÅyg»Jg»™g»§gg¢;g\'y€³“Šçì^£ËÙýÍ±¬éæX%ÜâX¿ûÃ±ž˜çìÉdsövéqöuþáØgò9mÑàÎÁ©%Ž#bÇ‘±™sØ£œs8ÿç0ŒÍq¦Üçùò–ã®#çxXnãx¦@9ž•¿8G8p¼6r¼ÎÿâxµpŽí5åx9>Ãž_i\0Çô—ãÿÃ	ø©Ï	lûÊ	rà}_á_pâ„V˜sÂ“œpÃ`Îé„6NDŠ?\'òI0ç¬ÕÎÙÃk9gëq¢Èÿ8ç®C9ÑV/8Ñnsœhxç‚Î_Î¢Œw:‹—íÁ‰Ur.©Ýã\\:ëÇ¹t#‹s©Ï–“pjŒ“\05ã\\­ÆrÒÌÕ9iå¹œë—ê97š[8™fœÌ;ß9™@ÎM¸‚sSDçÜz¬ÊÉá19¹®œ\\6’“—¸‰sg‚S47È)Q—sJ·frJwúsJ™‰œÒîœûGwqÊ›_r*âæ9bçaà\rÎÃØ^N6”S%3åT·xrªaO9O¸=œ†õœßËœ†•zÎSÿ!Î³•œ¦t/NX“Ó¢SÏiÙ¢ä´XÚq^Úùp^²M8íOZ9}Î«_¥œN•@ 9\0Ñ0ÝÁ¦­ç€Ötqà«—8ˆ]	dZ(õ´ˆƒ3½ÌÁER8É^áÝ)Ò˜CÊÖãÐN\Zsè9%†Ã´:Íá¨s8œ_8\\wï”#¨uã¦¡×Žð†	GÔ­É‘¦r8²›`ŽLp‘£<ßÀé)ìâ¼†Mr6[qìŸp29ƒÅÎœ¡UUœÑ+žœÑ¬aÎ\'ãÎçXÎØ×@Î¸ø#gbëÎdéfÎW‰„3­&çLoýÎ™~VÄùó3ÓEãüjæÌ.äÌ·sæ®­á,˜P8‡\0œ®G8Ëüœ·_\\ã@®Š3WšÍUçÏr5¦_sµ^ìåj‡§s×}Iæn(@sõ«r7=Ká\ZÇésM^rÍtîs·è¤rÍ]ê¸Çœ¹>•Üí*ýÜíNr·ßàîØÅÝqù\nwwôe®Õ;®dˆk_àÚˆœ¹{€Ç¹{+G¸Vc¸úÃ¸Ju®Ó™zîáÉa®ëú®ko×u0…ëYQÌ=ör/÷x\'‡ëcÿë“ºÌõ{°‡ë‡Måžàpý•Ü T87øònØÎinX7ÅÀþãFuqÏãË¸ì£¹1«µ¹1a§¸1éÁÜX“ûs„{Q?Š{±À½ÌåÆË¾r/Y¾ä^ÊÏá&DqRÍ¹	w¸	¤îå#îåL6÷ÊA7é›rg57–ÌMÝá¦&1¸iåÜ´•Zn:ÀÍø¿f7b¶r3ÉÇ¸™ÊTnÖ,7k‚Ë½iWÊ½¥6Ç½õÿ)û¶7g-››ŸÌ-„‘¹Ev£Üâ#Tn©c	÷~3‡[™³›[ù¼”[ÉHçVG8pß¦rëFU¹\r>¦Ü†€ÜæNîóµ/¸ÍÂ¹Í£G¹-ñw¸­¿¹mk;¹/ÇxÜ®‚H\'pÍ\\àé\'\\àkS.(—ÉÉ\\¹ÀD.$m5Â»Í…­äB}C¹°¸M\\XU+†•rÕç¸ˆ>g.òB3)ÙÏEIŽsÑ\n8»ó— ìç#R¹$¿$.ùE<—âóŽK»”Áe±U¹¬ï$.ûó5.÷ï.o×s.ïu\n—?ßÂœåq…¯¹¢n®è¯W–ñš+ëõàv\'¸]\'nu·Çí·ÏÐœÛ—XÁ}mßÍ}¥Çí¿‡åöKÂ¸˜~îÛÔDî !ûNº…;ì1ÉüÌÙ¸™;r	ÉýpxŒû©pûé×#îç£Üñ\rîxÉsîÛXîWµîÄ=ÜãýÜ¿`Ü™{öÜù]?¸ë´¸—Ë¸ÆWqßà.-pÿ®ûÃý»-€»üÛˆ§NþÎÓØCáiÝŠçi×ñÖºèðÖ¦Pyk¯{ðÖ¥ðtÖò6lòæm8nÍÓµ›åéK~ðÐ‡xFf<“ŸHž©}ÏÌAÊ3_÷gncÊ³ÀáYŒ¸ñ¶×\Zóvt\rñvÎ¼àíÞÎ³\ZÆð¬&Îòl*Êx{5sxvÀ¼}É!<û5|žýÎTÞfï@_ïÀç.žC«#ï Ã;Röw„šÉs­íà¹ânñÜ?Ôð<Ç<xGOçe$ñ¼ó¼’ry^ðažšÂóšÑâù¼bòNXHx\'2!<ÿ×xþqv¼\0…9/Hã/¨ŒËI‡ñBG‰¼ðºµ¼p	ït¼€w:=”ÑàÂ‹\\gÊ‹¬Xà}ÀâÅ¶kð.n;Ê‹³¼ÂK0Yä% ¼y	?By—_ÿâ]þÂKåó’té¼ä5‡y×ßhñnæýäÝš§ð²£{yÙõf¼\\á6Þí»ëx·ãyù_Nð\n²<yS¼»1“¼BS8¯È€Ì+úšÊ»W\'äUDÙð*Îwð¦|çUŽ»ò©\"xÕ÷x5OCx5+¼ÿ1^o\rï¹e¯¥3“×2‹×vl„×†xÅ{ùæ6¯¸ÈkcÁk;Ëëøx€×1{ˆŠJàÁÂjx°Iõ¯’‡iÕæa&by˜&OÐâá{<bÇSqÃ#uiò(fOx”…ï<êlõœG+‡óh¤$ãÂhæ1$yLëYËÓƒÇš¶àqvëð¸%©<î×ƒ<¾iOXÉ*ñ<Q9Ž×uø7¯·ŠÌëS=Ç{íjÏ{¾‰×Óá½uæòg§yƒÿ¬xC¯öð†wêóFœ¶ðFpÞg“\\Þ„I;oÒý=o*°‡÷Õö/ï+7#oçýê)åÍ>ëãÍë\\åÍ7wð~Gðþ¼}Â[òÀó–¹ñU7òU¿jóWªóWg×òWƒ®òW#‡ø\ZÏoò5Ã\'økR¾òµCøëîèð×;üæëEÏð\r²³ø´+|ãS|Ó7i|Ó_5|³ÉÍü-÷žðÍs›ø[WWð·ÎÞâo[\'äoó\râïôúÌßÍ¸Î·0ùVÞ?øÖ—=ù{ª|Û¿ùû_´ðí}mùüƒŠc|Çzß¾ƒïlªÁwvóƒù.Cæü#ï’ø®M,¾+Èwýý‚ïþÌˆïñ¼‹ï©ú™Ôí\ZÿxHÿxÝ+¾|ŒJí\r? à3?0ÍŽÈ óƒÓ£ù¡~öüˆ‡RþÙSïøÑç¶ó£GNóÏÓÞð/HVóc_uðã0~|è?~a#ÿRã!þ•ô^~bE:?¥œÉOûÌäg(>òo|àgz´óoš=äßj.äg_:ÍÏÎ6ãg?Ëäg“ôø9›ø·í>ðo“.ñór¼ù–ü»™ªü»c~ü¢^ü{æ¾üûºø‹îü‡ü‡Ãþ£uþ#›_jÈìÕÁ¯¹œÇ¯ðk·ñk›}ù\rW±üFC¿qÆšß$?Ï~â\"¿eÊƒß¾i+¿#ÀßYÅ5ó!c?øÐä6>,ö6Kä#ŒI|ÔÍ|œÈ‹OØkÂ\'PÞò	3Ý|â“>9cŸ¼\"çÓŸðéÚøôõt>=ç*ŸÞÀgv]æs‚&ù\\ìF>—>Äç\rçò\r£|Qv7_|x˜/Ùp’/ÉñáËÄ\0¾l´Ÿ¯ØÅWˆ\nøÊIu~oªˆßW@æ¿v›á÷{¨ñó›ùƒó`þð0Ÿÿ~÷Fþ?1ÿÃãþ¨&ô³\ZÿÓöþg•4þç%ü1•ü±Ûøc=Åü‰û¯ø_ÖŸà­ìã3Šà§NñgŸçÏ!îòV]åÿ‰8Ì_rðÿjUóÿ†õñÿ­à/›\"ø+ªzü•×*ì&ê†/Õ™(ÁªÍµuºµËEäFC°Æå¡@Ë³U î%Ðzä.ÐúxP ôN°Îù@ç·T°¡÷ƒ@—h.ÐýÂèÁôú ½‚Í\Zax«ÀˆÓ(01ß*0YÈ˜Ì	vÚév]ìz,Ø}…%°§,ß›\n¬96»l{6l÷­Ø}&°«\ZìwNØ;¨Œ8¸L	2Þð_NIkn?<µÛ*8ºtNà¥3+8–Z-8Ö÷Epl¸Xà½\r-ð¾vPàýnIàý+Dàã:/ðÝ=*8üWà¿ñ¦ ðj³ l„ òÛfA4U\"8??!¸`fû¿*Á…Í‚˜5ß1[	.>¹!ˆÃ“ñùÇ—ºñ‚ÄìlAÒY” 9ÀQt¤|W\nÒ£M×Q§×‡Ü×\'à‚Œ\Z5Á\r‹HÁ¸6AÖÓï‚[ˆ=‚œu¿9]AÎØeA®p ÷í’àvðyAÞi© `Ã:AÁÎÁÝñã‚»j‚BÕAñ¡Ÿ‚×Ó‚®¶ tw¯ 4Y ¸÷$Vp?–,(3Ô”¡ÖÊuŽª/ë•\Z	²ï‚g‡þ	šü	š-ç2-õgí¢AÇ©»‚WS»þW€¾tÈj·\0RµC\0ÁÞ@ƒ£¨\'·¨g‘ôe}Z(à²N	ðëÃ„¬€PÞ! Òjåñ €~ËGÀ(\n˜¨T‹S(`CN\nø3zÁ¹¿Ñ‘*ƒˆ	Î±ò¥@<i)1HÙttŸ@6—,P@hÅ›4A…­ WeYÐwÿµàÍÁÀmcÁ@J04CŒàS+·F‰‚qó\'‚/I?“SVÓƒÁ7ó£‚¹Ýó‚¹ðÁÜ^°x°[°xŽ(XZw@°ôÿûþ÷Ò\\¨zêºpõ6májßBõ±¡FL±P+¯Z¨]’&Ô9î Ü¥!ÜPÛ&Ôë›êg|j…ÆÁ‹BãP{¡	N(4ÕšE¹	Í*„fd-á–Õ·…Ä0áÖÂÂ)[„»îh	wÁb…»Ãr…6{ƒ…6Â½ýw…v.óB»VB»`-á~«|¡=,WxP\'t<#tšðºø\n]l…®\ZR¡kô¸ÐõZ¿Ðme•ðèÎ]Â£‰mÂ£k…Çl‹…Ç7œz—L}\\Ë…\'¦Û…þ;ß\nº|„ÁHaà9Ž0èùAaà©0h*¾þE’¬%Ý²\"k[\'<mOžŽ²žY³Nx&bBxæÍŠ0\".AiÑ#Œ´?\"ŒŒêFÅFx	£Šÿ/ùc¤#ÂØ¬0a,ÚXx1aE·h&¼ì¬#L\\^óÞ L¹ LÝã.LÅ.Ót…ém…é²ÃÂëÛ±ÂÌÌ{Â[GxÂÛ+ÂÓkÂ»*„EWž\nKm…÷.–I«…ó>«vg\n­*¬¶V‡þV\'¼VïVwà…õrðIo¶°±j@Ø‘Ÿ¥<>#Ž›<…-*±Â–ÆRá‹ŠDaû]a{vž°ã l§\n;ÏP„€+¿…ÀÍB!èë˜<|Mþ‘ „E~\"Ÿš\nQºû…ØBìgG!žüLH°œ÷DI.„4¨Ö“*dŒ…Ì‡±B¶§§“Ö,äÝ:#äå•\nù\0m¡P~L(º³$”î\'¥ÃíBY0U(¡•:¿„Jë¡’µSØ2v	¿	»=.\n{xUÂÞ´‹Â^Ômaß}¶°oä•ð\r½DØ¯c$p8%|»éŽphÈQø>+Aø1 Zø1Ï]8Ê?(ü\\%ü<òM8f,Ž;wÇéÂ	G]áÄO8!²N:NÕ>NAO¿i~<\"œ~\"NÃv	§™dá7·á·Æá·	Špf^[øó£›pvS¿pîJ—pþS¸ð%\\\\»,\\,Ø/\\B^þk	®HDªn?DªÙ—D«<BDj:f\"5“r‘úC‘úC¤QÊiN‹4>è‹4‡¡¢5ã^¢µ1\r\"½\'kDõçDDú7Dz­¢Mª¥\"#›§\"#à5‘IÔ~‘Ù¹\nÑÖº«¢mµK¢-m¢ÝÍA\"ëÿk“Šl\Z%¢½¸AÑþõ?Dû·KDE\'D4Š\rÓEŽòÑ!ö‘‹¹ÈUöBäÖï#r7¦ŠÜ]EîoãEç2EéEžÁm¢£\r6¢c	ŸEÇ5	\"ï€Ó\"Ÿ\rX‘žªÈºYäWë\":™Ú(:eä\':µl%ò×ø\'òŸ°îrâjDAGv‹‚REÁfE§üE«ŸˆÎž/ŠN\ZEçæ‹.OÅ/f‹xpÑe”(Q±O”8)ºÆê%Ý#‹RóD£¢LO”…x%º¥‹²-wŠ²î‹rUJE¹šË¢Ü¢Û»Dù±%¢»–¢»—·ˆ\nß¿$‹ŠUwˆŠ•¦ž•\"ÝD÷¢ŠÊÆ¿Š*l=D•;7ˆE£Dº\ZEÕÏ3E5ÿ×¥fw³¨öz­¨Žý]TÿîšèI¥Hô¤…\'zì5\\:+z¦úCô,¶FôòXÔ´ÙSÔTÐ+zî\'z‘!½À‹Úž6‰^J;Eí»7‹Úd¢ÍŸ¢Ž×E¯òW‹^-¶‰\0¸\"p×WìÙ=L^(Bð¢E‰¾ÍfŠ0ëçE˜À\"–ûZ„Üaÿþ‘\nãE´õBzIÄø\'qPE¼2;ï!DÄû^#âë[‹þ\"aU$$‹EbˆB$ÑÜ!’àGD²Ê}\"¹Õ¬H‰GŠºRå¢®(Q·ª‘¨\'ÙDÔÛEõPE}8GÑkž\\ôz,zQ-ê +\ZˆÿŸÂMôÎ•(\ZÚh/\Z²g‰ÞïS½ß+\ZY¥+\Z5È¾1}æG‹>OÐD_^ESõßDß#Nˆfª¯‹f ¦¢™·¢9cÑÂ÷_¢?HÑÒ×|Ñ¿›}¢åñ›bU³\nñ*Ãñª¾ñª%5±Ú+‚X=)Ö@]¯9ðH¬µã˜x¾E¼!p§xÃé^ñ†¦×bÝû±.-ÞhŠë‡\r‰õ(±þ»f±[§Øàœ¶x³šºØhž 63y+6Ûn#6‹ÆŠ-ˆ¶âm—2Ä;BßŠwö?ï.*[nž[¶í[MÞ[ývïÝ7!¶*ÛÅ²Äû0kÄûAkÄöqX±ýScñÛB±ƒ»@ì\0§ŠV‰ú*v\n:!vo;_p»þ¿Ü÷y‰êm{Ñ{ÄÇ½ºÅÞ*h±÷KŒØž*öÚ\'öÛž-ö{‡ŸÈ«Ÿœþ$>µ_M|ê4K|êQ‚Ø¿þ§Ø¿ßQèzÚˆƒÝËÄ!ÏgÅ¡=/Åá»vˆ#6Æˆ#þ”‹£~½G/<Ÿ¯:\">ÿ4T|qDUÏ™_Šú)NX÷Nœ°ÑJœPtT|¥¦\\|µÐLœüÙFœrhQœº¾\\œÚñ[œV\n§Q²Åéahq:fZœÞÛ%¾®{B|]!Î<\ng–•‰³.ˆ³>‹Å7þg?+Îî¬g,‰s(âÛ‚	q~Dªø®e´ø®5Q\\”Õ#¾_Êß§ËÅeûÄ¤•â‡žâÊ˜Qq%x½¸êŸ‰øQ·¥¸n­‰¸¿G\\q\\üä,MÜhå%~vyLÜ7?ßwCü´IÜ<ºGÜr+TÜ2qWÜ2÷^ü¢ÝSÜÚe+n»—+nû”\'î(Å‹*T1@{Aêœƒpób°§Úê\"†U«Šá¢1âëz1r_•é‡#S]ÅH€BŒ¤^£xÛÅ(i—],Æ™8ˆqÇÄ„Ú)1Q‘&&iÅ‰If\n1}TL/Þ\"f¤Ù‹™W7‰™€b–Kµ˜­W$æ¬ësî×‹ÿ<Å‚:˜Xl$Ÿú¿H„X:ÎË½ÅÝ‡¼Å=›VÄ}s×Äo¢JÄo¦§ÅFSâ·\"Å#ÿ¿‡&=âÑÄlñ¨-þ4„¥`ÅS=â¯6Š§_(ÅßW{ŠgF¡â_\\ñ¬ó^ñÜó)ñB­©x¡cFüûp¸ø·h^¼–$^\Zü-^3”¨8­–¬V¶I4–íîF‰Î*MÉúéh‰n:O¢×óH²ñÔ:‰á¾‰û‘ÄX7MbŒ\\Ê–˜Xÿ’˜ÜbILGÃ$[ª-%[Æ%æû%æ|‰Å/ÉÖZ¦dÛ>”d;ÉX²£ñ†dÇ/Šd÷ú—’Ý¿Aë„l”dO»dÏHˆÄ.´Zb×¹Ub\' ÙwEW²%9°¯Ä±dŸäðV;‰ó}¸Ä%\Z(qy\n—i´—¸¢²$®?%nU%žaÅÏ•#’£ïÏH¼\"ÎHŽeêJ|ÈÝ_ïßâß{¿óh‰ßÌIÀöß’ÀÁRIð	sI(¹]ÊâJÂŸœDéDnW‘Dâ<$‘â9IÔÓÕ’suItè€ä¼‘¦ä¼b‹$öd¥$^öQrÉ*Zriš%¹Ê\r•$úõK®9H®åKRú’$)¿è’T\0E’V•¤‰8’ôH?ÉuõHÉõ˜|É\r±$Ó¯@’	•ä~j–ä›‘$wŒÎH\nÕz%Eß%Å»7HŠ_?‘”%÷jZ%÷m~JÊÎ’”s$åÔk’\nÏ7’‡5¾’Ê=V’Êwù’*ß’*ø;É£‰ÉãFmI\rê‘¤F¾\"©=.©½,‘Ô9­—Ô!\Z$õªA’\'‡ÿI\Z¦Ó%;Œ%Ïƒý%ÍírI3v¿¤%×@ÒÊï‘´=’´ÿH”tÀ<$€À`	 «ZÞÿFNÿ(~I1Ñd…¿ÅÊ• ¦Õ$èŸ}L±„ g !¾”Î9IHyqÒó\n	UsIBƒ\rH’	*’pfoJ„Î-¡E\">zH\"éÄId:Sy‘¾DÁJ–(W­•ô4WHzÃr$½É+’¾³±’¾¾ Ißw¤äu`˜ä5E_òF—)y3a y·<!2®½VJÞ§î’Œ¨JFü[%’:$£zU’Ïk,$co5%“ô[’o)–’o¯$ß\rµ$ßÍ(’Ëƒ’Ù-7$óó’ßF’ßä/’ßKÉ_™ävH²Èh‘,¹¯–üý‘%YöJ–,ûý‘¬ôHUìIÒUZIRµà6©ú÷/RMÿ	©æ+¹T³óTË¸Bªuwt­3Gªè&]7n#Õ™¦H7`í¥F6J7L¤zwI7N­’ê¿Û\'Ýt:IºyÝÿ\\¥›;W¤†È©±£†tKÁ}éÜ!éVt²t÷Þ‡RË¨“R«Ï÷¥Ö‰³Ò=?ç¥{¾RÛDM©Ýá½Ò8éaíRg ¦Ô%ý°ôW)uÝÉ”z¨o—z\Z‚¥žÖ2©çÇ(©Ï=Šô„~¯ô„å!é‰UÒ“v[¥\'/ý’ÞÞ$\rä¿—µ9KC°\nih5M\ZÚ–&\rÓì’†-úKÃ1¹Ò3\Zé™µŸ¤(Œ4ê¢·4Z¹WzA.½@N“ÆîÑ”ÆÊt¥q…»¥ñšIÒÏ`éå™ôzáui†ó¤4s°JšÕÔ-Í\Z¼-½iùJš=vUzÛÖ[zS\"ÍÛñQšo‚“Þù»,-øí,-øë&-¤n‘QÏJ‹¾÷K‹U‹¤Åó]ÒífiÉP§ô)Lzo¬Bzï«¥ô¾û‚ôþµFi9ü–´Bë†´bzôAûCiåáÒJw‚´:·\\Z]ì#­Ñ’Ik¼\Z¥5†ÒÚfmi]B±´.SUZ×@‘Ö;¶JëÝKŸé†J›¥Íc¤ÍeÇ¤-áFÒ–…KÒ\Z¤/Ê¶H[Ë£¥m„Ò6¥§´Ý¶D\nˆú#‰¤à­îR¨î‚Ú\r—B=¥›4)\"¦[Š)×‘b«š¤Xòc)¾Z %fÍI©ƒ+R–°_Ê¯¹\'Ý—JšWKåç,¤ò_-RÅgg©rnJÚ›ï,í£ð¥\r7¥o¿ÆK”KÚ¤ƒÞKßÕ(¥C#PéÈ]éÈaGéÇ˜Òå$éØ¢t¼ý–ôK\'LúeÙY:M‘NfJ§§2¥ß® ¤ßUJúëIçÉyÒùŸPéÒ“Véò¹\ZérÆ¨te•–texX¦rrJ¦Úh,[=óM¦>­”iHâd\ZïºdšS2­t L«–&Óú–*Óú“/[§-Ó¶fËÖùSdºõÛdzVÙ2½=z2½_™2}‹™~–¡L¿!S¶ÙYKfp^fü› 39Ô\'3³w—™¿´–™å2sÊ\Z™…5EfÁÃÈvØ®‘íú»Wf=³\"³©’Ùî2“ÙºÊlƒ/ÈöÛ\ZÉìw9ÊìG–dÓ Ù¡–Ç²Cíš²C¿×Èß¸#sVK–¹Œ‘dGÊ³e®o®ËÜ4ÇdŒd76ÊŽ•yekÈ¼þU½&ŽË¼§®ÉüÞçÈNÂÿÈNmŠ–JPÈ¯[È‚~_’Û±eÁû*eÁ¾0YÈ+²q,äß~YhGÚ’Þ¥‰ð‘En@Ë\"wgË\"Ã¶È\"§ÌeQ¾7dQOÊ¢uŽÊ¢¯´Èb,zd1n¹ÿ£Ëb¸I²Ø¬,þL÷cN¿£C_&»T»E–\0‰”]=ôT–øÝ_–T5/K­“¥*”¥\\¿+K…#d×7ÌÊ®÷±d`oÙ\rÙŒ,Óó•,k°Tvëó´,[,ËÁòd·…WdynYžßÙ@Ù|YA\ZKVÐ.+RM½}\Z”Mm”•ÀÍeåAY¥žª¬2£JVIÎ=z${ô´FV=øTV›ýFöÄ\"^Ö0Ê–=‹ù.kÉÚî”µÉNËÚ.²ŽnKÙ+•ZÙ«ÂRYçªaYgÄ^@‡\'MeÀ±aèH”ô|rmŸú,L[„É0ûçd¸‡d¸	;>ÎTFHÙ\'#9!edû¥á„ŒñÛKÆäþ“1Kd,ÿ\nG½NÆÓ£Êø|™P÷°LTU,“0œe’îG2iÞN™t MÖ…L”uaŽÈºªËztƒe=ÿïßkß%ëí+pâË\\¿ÊÞºþ•\r½“ËF|Wd#ï¶Ë>ÄäÉ>\\Y#etÈÆÔ™²ñk\Z²ñ2ºì‹ª½lrÇ!ÙdOŠlrÂG6uà‹lŠ–}}æ,ûuXö³ªU6›½$›-\\+[(?)û]c+ûã¶Qö÷p¦ìŸTö/ç¬\\Å ]®ÒÜ+Wþ!W¿Z/×ˆ¡È5²Täš½b¹æçßò5OUåÚùåÚ/ßÊõ,rýv\r¹>™.7ØöPnð\'On|?Nnâ<\"79õBnÒN–›\06ËM¾\\–[8HåÛŠºå;„Ûå;•?ä;Kä»Äò]Æyò]–öòÝ™ä–îrë•$¹ã-¹‹šÜ¶TEn÷¤D¾q@n{N~0·M~ØªO~˜‘»:<•»íZ%÷Øä.÷B,Ê½·.Ë½ÏOÈ}6ùÊ}º=å\'V/ÉOE”Êýý¿ÊƒìÉòàÂ,yèZyX‚…<L9#w[”‡×Êå§{ßË#¶uË#Fúä‘Á$yäó5ò¨cJù¹¤­òhûòóôuò+òØ¸:y‚e‡<ÁÙDž0ë$¿²öŠü\nõ ü*lQžh2&O<%¿æ‡‘_û×*O^‡’\'Óhòä!ž<åäiyÊí\'ò”…ßò4£ûò4%UžÑöH~ÃG_~ãÂùzùMèIy¡I^XöV^øL /BRåÅG_Éïk¸ÊïÿÐ‘—¯1”WéSåU&>òj—çòê²ýòšóSòÚ>Ky]Ç°¼q[¶¼±zTþ´k•ü™ÅNyËõ-ò—…,yÇŸòÎ¡\n9@‘/ºÊäÀT9èÇ¤†±ÃW”Ã±NrÄæ\Z9bå›iW,G…ÉÑŸ˜rã­ï)Ççß‰÷å¤¶e9yO°œ,{*g®¯‘³ÙŸä<ÒŠœosT.¸\"î…Ê…óNrÑ¹»r‰o›\\$ÊåÇÈõÙreqŸ¼;©WÞ“¼$ïm‹“÷7VÉžÈßòÈòa;´|˜~QþÞ%ÿØ_\"ÿ8n\"ÿä¡%ÿ|G]þ“\"û@–O¤™È§êoÈ§Ÿ¨Ë§W°òª ù0ù¯òRùœÊwùÜìnùÂb‘|±pHþ/2Uþ/;J¾ÌMV¬.¬S¨Ûë+4×Ph­‰P¬Mx¦X·c¯b]òCÅzU˜bCÆ.Å†¦}\nÝeUÅÆíIŠe»ú·Ã¾;›V«+=û&nX…Ù\\„bËs#…ÅMk…EûQÅVU°bëv¦bk]“b›J±cÇŒb§w½bgÜkÅNÁyÅ.³…ÕŸr…uÙn…Í•…]L«Â>µKaÿù²âàæ,ÅÁ%[…£z‚Â‘:¡8žŸ¤ðÁ!>Ü…o¦‘Â/;Dqb­XqB¿Kqâs»âä93Å©¿Õ\n³\"…?¡R¸ËWè{CüÐLò­;#S„ei*\"ÖN)\"Bf‘´|ÅY—mŠsúkçþª+.pr—Ö0—/(ý(®]þ®HÚ#P¤è¿Q¤…e+®ß*nlžWÜˆ­QdÁÙ)Šœ®ZE®­‘\"÷fˆ\"W	Wä­¼Rä‹þ)òGw*\n£êÅÆÚŠ{6`EYÂzEùÈ¨¢Âê©¢rö´âiAQsõˆ¢ÖÛBQÛ°¤¨KÝ©x¢_£hÐ&)š¼ÚM),E›¹½âåª5ŠNd•äuHš&* ±üÃ:òá3Î¶K;é¤À7½WàÛ‚xô=^é¬ –;+è8k#±FÁ¸ª`ö+Xj\n#NÁî6Rp}òÜÞ[\nî˜Š‚·Z ¬öV¿*D–\nqã‚BüÜU!9Ñ«]‚)d\"…üí…²DªPV_Pt*^ß…*†ñŠwz¦ŠwØŠ¡ÛGÃb¤b¸‡¬ÑQ|ÀÓ¸bÅÇEŠO÷éŠ1ðœbüLŽb<½T1ÞuW1±ÉGñeCŸâ‹S¸brÝ¢b2§øvæªâÇ¹CŠŸârÅìÎ}ŠÙ4wÅì«/Šy¶b^+J1¯¿]1ÿób9ub¹©L±2S¡T?ªTðT®.òQª5ô*×(…Ê5_+×B•Êu„JÍõÊõ\'þ(u§ï*\r^*7K•†_÷)ð\rÊ-‹”Û-6+w}MSZêVZ¯RÚ´Qîq(÷5”û—”ÆËJ.LyÐh­ò`–™ÒÑfVyH©t\nB(ž½W¶ªR:G7*]®/+hžTô)]éKJ·hÒc×´ÒËÝQéõZWyü³—Òûƒ›ÒûGšÒOyJy\"«<iUžŠ4Rž¢²•þút¥ê¥Öse ]‘20Œ¤q{¯9õNz{A:œ¡Ãf)Ãf¨ÊÓV0åéÌÊ3q×”QÙ\'•ç¸~Êè¤\Ze|ƒ¶ò’Îå¥*±2áó]åe¼@yÅ¦Eyuì„2q‡™21ê€2±p»òšù[e’v˜2IJQ&·*“—¯(Sc*S±Êëgß+3E%ÊÌõÊ¬…òæËZå­”!eö™eNÜ´2ç‰µ2÷ô#ežÕ>å\"Ž²À¤,hW t•w7;(ï¾kR‹•Åþ\rÊân\'e©Ê[å½“ÊûQÊûyÊ²¾teù%¡²œŽS–Ú¥|?«¬`+ŒUV³¥ÊZÀce½ÔSùd‘¢l<¶¢|\ZÌV6}™S6{(_¨÷)Û8—”ík|”íÉ;•íÕ	ÊvZ¿²½»OùÊV¡ì<vVÙÉQS±•àªƒJXQŒ.G+ÓW”È­ë”¨ýX%ú,L‰ù¡¯ÄŒUâüž(ñ\'î*ñ‘l%þž‡’Ø²_IjIWRd))#cJªW½’¡ý[Ép&)©B%3SWÉ9a¤ä_+94¨’ÛŒUòrM•¼÷R¥Ð—¬~/SJ!JÉÍV¥ä÷s¥ôã¥|q½RQt_©ŒÓR*Ÿµ(»ÃÂ•Ý}ÁÊî”½ùÛ”}ÿïý6î±ò½Ååûåó„òÓãCÊ±Ú)åD1Y9_PNeîVNµ\\QN-\Z+§?h+¿»(¿ýGqy‡sáu\\()¡!M¥BFÈˆPF	‰ŒR¡”(«l*Ù²GT¢¢RÉÉV’Ñ}÷Þ{ïiôþÞç<Ÿ¿î½Ï™÷Ü{ÒÿrQ÷ÿrÉ¶ùW¶þ~:üWtjç_QOþ_ñ¿’¿‹ëœÿ.Êuþ.õ’þ.)Ûÿ.|ðwEôwÅÂ ’ð°ê@@5. Ú7P³·¨\'ÔçwV‡ºVâkúM\Z%¾€µ²Àº‰=€õÁÓ€\r‰\0mîE€Î´=@×’ÐõQèVèN66hlj¬\0l~°õ\0°}ÓUÀöá%Àî‹€ÝoB\0»ùß\0´^ÀÞ·r€!¸°ï~1`_%p -\n`Œ»j\0ŒSØ\0‹áû\0›O.\0›Ïæ\0Û5\0ÛJÀv&`×p8øà8‡808Ý{pñî¸œŽ;<8V”8~nÀÕí.ÀµÜàÖ·pr}Àk­ÀÇ+àóñ.à´‘à¿à›Q	8³8óªàw€	ðsœø/H\0AÇsçŸø\0BÔ^\0B\Z€‹P€‹ãRÀÅ©‡€Ðºó€p•Ë€uS@„m\' ‚\\]¿¸¶sàÚ¹Š¸®`n4_Ü4óÜÑÜ|º“¹\Zwsß»Øì\rH3$Ï’eM€ÔÄß€ŒsL@æm5À!#@–Lµœ¸ÿ6pà\r çsî\Z çI4 ÷Ë ¨u/ øÖN@qÛf@©\nP6Tì8¨ŠdªyÏµ€ÚÏu@Àã¬9Àãwõ†n€§9î€§mw\0\r?g\0Ïj÷žkž7=¼8üð\"ÞðbÌÐtù åë~ÀàMIàÍóM€·6€w·{\0ïþ´î´FÁ\0ïÍòmýF€_O@÷þ0@·ïq@wS.àCF ç¿|öm=øxD\rðñdàcËà£¸ðéÉ$` ;\n0æŒ|‰|©­|-|³Ýø6c˜²0L§Nfü€™A%`6•\nø;ø¡ðÃ,ð£†	ø©üvpÌý)üÉ·\0ü™»\0˜7üø»Oøû÷\0$<€t— kî ÞWHÒ	\0J¼	€R ¿N0Ü\0B¹€¤® !¯Ø,4€³\0à‹\0ô=€0¹ ¾i\\=p­2X\"@~Æ Xµ ø4XÜ{°x		XÑ2¬Ð¼*žº@•ppÕ±T Zê$Pcì-PkÐ\0¸‹j7mŸnŠn6\rê;¾\0ê¿Hê/|n+9Ü¾¯¸g_pá\'phxçpßk:ðÀ6ð\0´hâøhºÆhº3h¶Â\0Z´åNåïZÚ%-ÓZ€VÇ€‡[]6çF€¶éí@Ûþ·@ÇG5@GÂ3àQ“ S\rè¬¦t¾|èr`\rðøR<ÐX\nô°Ý	ôHŒztgOÎé=·ozÒT§z;€^5aÀÓ6ÖÀÓ^†À3Cž@j0àþm`pÔsà9Ÿà¹Zkà¹†ÛÀó¤`ˆÉ+`9\rBý¼h§@€WáR`äw`äï`Ô05–\nŒ>ÞPñÞïÆ¼}Œõ8ŒkœÆ€·``âž?ÀÄkOIi€ÉýÀä:ÀLB#ðÎ‡\0à½„ûÀû%Àl»^`v 0;Ä	˜ýj\r0wi˜—ý\r˜_ŒæÏ\rN‰€Ãß…O0À¢žÀ7–%I“ÀÒ\raÀ2…°¬:º\røPOøÐ.Xw°\rXŸ(>ýè\n|:uø,dð¹‹\0øÜûðÅðÅ;)°i`Ølé|µ|M-¾q\Z\0¶þÑ¾Ÿ,\0¶yM\0;ÜÓ€ÞÝÀÎÎdà‡ú`Ïþ~`-Ø7·øQ<ì×±WÜŽ:ŸŽ%®ŽµRc€_ûG€“5Pà·q+àæ\"p†,Î^Ùü±±øÃQø+3øk®økyøÛ{ø›œë~\\ÀmþÝ„D¡ñr ìÎ ¬ø\rNr\"Ù.@”þ# Z½ˆöþ	DŸÞD×ùñ×	$@\"r;Ô;¤}º¤sÊ€Ì0AJ2€ì«€ìV §€ä,oò^X_r€¢Gs@éÙ@Y¡-PþcP±k¨dc&€KFÀ¥‚ýÀÁtà¿Ëª U®Lz”´zëÐ\ZbHcbh¹hý1h}d#h=Ï´Ai	\0é†€Aª€6—ƒ¶ô<ééAz€%ÐVÓg ­_/ƒôO¶=àƒ¶ý4m¿á\rÚ»ÚÎÃ€v:¬í|q´³U\0Ú%û\rÚ­w	´ÇÚ»ZÚëR2´÷íó>	: sd£€™yœ™¶‚Ì«mAC¯@‡ÔªA–ôu ÃÇï?ã‚lŸƒŽ0æ@ŽGg@Îÿ‰ËèXÊ9Ð1ì+r³h¹çöƒ|.4€|†×ƒÎ<Ø\0òÓùÍ@þöi ³Ïƒ‚Î„ƒÎUïgÓA!ÏcA?í\0]¸\0\n½4\n­¨]q]³½ŠŒ\0ºÁ\0ƒnNN‚bWoÅ=I%0Þnƒ÷‚’ï%Ûý%Ÿ\r%W˜ƒRm·‚Rÿ$€Ò?Aé©* ;1s ;·k@wª‘ ¬¦ û/A97rß÷€òŒ×ƒ\n&@…ëAEŠÏ â§N âWëA%_ö‚Jæ\ZA%$¨T	*ý­*Û*³@¢AU­gA58}ÐC\nTëôTû\rzü¨TïzÚâjÊ}zÉ\r½¾¯\rz»qôÎÊÔš+½ïÔ½Ÿ;jórµî‚Úy q¨s­#¨“Yê6Ç€ºëÜ@¬ÿ>T^õÆñA½21èãúm A×\nÐ`æ\ZÐß4ºþ8hÔ×4Ú)¾\ZŸ½š(W€&zÛ@“>/Aß\\E ©§×A³NÐwYèG£?èÇ—Ý _„\r ß¬} ƒ? …/ \0IÜ·	¼Þk-‚ oR@PüúÏK«ÁñL\n8¢íÿ	¢ý~bt½±@l`ˆ­PqÞ¼qC Þ%ˆçžæ\0AÂ§@â\0Gu$}~$s&ƒ–;‚–Q?Á*«wUs¶ÕÕÀê;¶×ÌŸk8€5Uu¼`ÝƒßÀ›w‡‚·lýÞ–ƒo›g€·-ÆwÞï*¬€h`ÃÏàý‡Á&ªæàƒ\\\"ØÜiØü.l^¶d¶€­«Á6:E`Û›`{Ñ øHùØá6ì°`vîÖ;Ó\0»Œ_»íó{¬*{¯?ö.ƒO7y€}kgÀg®–€ýYÉà\0í×à\0z68p&H]\\¤€ƒ¥nàóÙàÅkÀÏž_9ö|%GŽ€]G~\\_×ÂƒodÛƒof6ƒcŽcòƒÁqep©\'\'ìéß26\0ßRFƒo_²\'n¤€áãà”µàÔžßà´²0pZßpú„\'8]fÎ\\7Îº0Î‚~gÁbÀ÷ïÂÀyâ(pÁ6{pAÎ!pÁ“à/piÍsp™\\~¦\0\\q×\\kg®ó\\×¥éÝ?þ¸~\nö7ÖO€‹àg\Z¹àgí,ðsO;ðó°§àç7gÀÏkw‚›¶6›ŒÕÀMÇYàætðË+áà—)!àW¸%ÑüNq\nÜ\n£Û/‚;lÃÁM\0p×	¸ûb3øÃ—)p5\ZÜ|îW8€?ýxXž?;Y˜WG.—‚G*àQµëàÑ(kðhûgðgKSðWU.ø«¯:xò!ü\rÏODƒ§£·§ÛxàÏ?à™{»Á3‹\nð¬Þ+ðìnKðÀpðÏp*øç—Çà_¢³à¹ípðüõðÂ™à…»ÀÀé`àÏG`Ð}6^áFg€Ñ‰;À˜«00~ö5O)\0[¸`ÒÑÏ`R_˜ì6	¦®©S·úé»VÀô[Þ`†öC0óD4˜µ¾Ì:°Ì6‘Ù.OÀìz(˜-lóƒÀür0;U\r€Å[’Á’ýú`…ÿW°¼üoÎ¢šmQí¸Q3;	Qg~høWA4ÇL š_‡ ZšLˆ¶E=D·R²±æ!dSÉ1È–‡U½3ºýC‘}‚d[X.d[ã)È.²‹Ü\rÙcý²§\n1lÜ98¡1ýøb†˜…˜ûƒ˜£Ds¡#Äb}\ZÄ\"¯bùé)ÄJËrXÃb“e±Î‚ØÝbCìõ?BŽ¬¾q¨÷†8zì…8%/CœƒÚ!.×ò!ÇÿÌBÜp· nÒˆ{øAÈÉvˆ—‰Ä{çÄ›ºr:á$àÌH`I7$ÈdTD‚œ[ß¹d€\\²ƒ„ÚP á2!áƒë ¿öB\"æê W¤«9ökíiÈÔdÈõ˜¨gHTr;äFG8äf‰\nä&þ\Z$¦P\rS}wá<ä–zäVñ\0äöÕW¤š$G#HÒ™»ä}HêH*$=ñ$½k$Ãz$S|rÇtäŽŸ+äþºNÈ}êzHv¾/$o\0É¯Œ€ä³J!…û!…— …¹é¢×b‚1¤ÄŒ)¹&”>Ü)\nT.Bªœ9ºñÈãÍzýú?¯!Oml!O=[ O«÷C\Z}!\ruAÆÑuçyxÈ‹Z\'ÈÎ(¤IOÒœày9›\nyÝ>i‰s¼Ù¡yóù.ä\r\ni}}ÒîQ\ritÒ¡¥éä	 ];!]Àîü³îŠ^È‡UMžƒùžC…ž£o =é$HïS¤/è¤ÿ“2àö2ð12\0¹|ñ2ö÷$dŒ_™Xÿ2i‚|;™òX†L—…Bf«r!~¸C,‡ _‰!Så¨Æk,1‚x{‚:ÝÁÜß\nÁ¼»	Á›©Cð6\rmBÔû\n!në‡6d@¨;L!ŒSß!î „ù€a=N‚pvü„å$ˆÈ¿\"\Z@Ä´-i	Dæ’\n‘[kBä·WCzE¯ýÅ?ÎP•õ,¨ªíc¨Z=ªáo]ÃCµÍAu=U yæÐ-û«¡[Ž@·<è‡ny»ºåÓ-¨Þø6¨¾ñtú t{«:ÔàctoÒèÞ\'Ð}–ï û¾&C÷9\r=Ø­5‚šþ\r†šÝ¬ƒšý¡@ÍjAÍ36C-j.B-¡ –è+ÐÃç^@íbP;q:ôˆƒô~ê”Zu	ö‡Ûûzì¹\nôØëÓÐãÚPWóÇP×Yu¨0êÂ@OÀs¡\'¿ÏB=û; >á\rPôg¨	=“÷êwvÔoüÔ…„”„Õø@ÏÙ¨AÏ)^AC¬¿CC~* —žÍBÃ¾¶CÃ}Ðð+2hÄæMÐˆ¦÷Ð›–ªÐh4îÉ;è­‡áÐ$û,h«\nšùËšeZ½ïç	½ŸVÍþé\nÍ]‰æ…´BóB ?f¡Å~ÚÐâÙÇÐ\nZÖ«„V>C«dîÐ‡\'ßC&¨Akµ.Bk•&ÐÚ•%hÝ…ih]F\Z´n<úÈø\rô‘ú¨	­”CŸ«/@Ÿßv¾ÖC[f’ ­»^C[§Û ïõª ïýS¡m3xhûÆÐöƒÐ® `h·ê9hG:´¯¡é?8Ð èÀs.tpe:bkí¢BÇbT¡cµ3Ð¯ç¶@¿¯@§¯@gï£ ³àÐï{Ô ?}œ ?oFCÿT¯…Î_ˆ.Ö….Øð ÀÝ((H†€B>A!}Pè–V(|h\0Š¼nE\'A1R(¦dŠ™©‚â‰g „\\<”è´	JlN†’$PÒ­PÒ›ïP²Ú(eÛV(µm=”þWÊ`H –”µSe½K…rÞâ¡ÊÛòf PÁ™WPñR2TJ€Êv|€Êb¨ü…)T±×ªˆk…*€¿¡‹õ+Ð¥u— KÕ¡Ë¾ÞÐåG-Ð»B ÿNØÂTò<aªÆ¹05ï°Õ`«Ñ°µÂÖE0Î\'ØÆÿ&âÜý0=Ãµ0=Alki#Lv7lÛùØŽ“°‰‡a{lÖÃöœvƒíAÀöFÖÃöÎÀö­;\rÛ÷Lvà	vàå˜Ñ]ÌØ½f,ÁL4Òa\003óo0ót˜ùé›°CÑ×a‡ÊÿÀ¬¼~Ã¬®Ëa65}0{Í9˜}f?ás°ˆ‡9û©Âœ_aÎ¤#0——(Øñ	0·O¾07Ð,Ì#Ä\0æß\0;qñ&ìTþ˜ïÂG˜/7æ»¸ó»]\nóƒÅÀüe@ØÙÀí°€4,€§ËmØzò´”Þµ	vnv.é#ì|!vþyì<àìB§v¡ÇvI6­……E>‡…M>€…)\"aáßÜaOK`WwGÂ®=¿	‹Òÿ‹¶\n„E¤°oÐ°ß½`1!JX¬¾,¶Ä·ÓÇ|K`hÁnå›Àn[[Â’oÂRüvÂRbB`)ì)Xª•,}»	,£»©	»S»÷í*ìx=ìž4–µº	–EùËŸ…åv0a¹Z°¼¤rXÐ–ßý–ËlÂ\nÿÔÀŠÊC`E\\2¬¸à¬xTVª¢+5€•f©ÃÊö]„UÂaô!XeŸ&¬¦ô7ìáØCˆ/ì‘öŠƒ=©¸\r«_•«8{:Ÿk*€5:a/6ÀšÇaÍñÇ`¯ü6À^ÃÞj5ÁÞyÁÚ¾.ÁÚÝ>Â:l†`Ÿ`]þá°®æ°nßõ°«°[¤°µjXÏ37X_†ì#ë\ZÃ>‡\r8[Ã†N„\rÝ¸Js€\r=TÂFòÇ`£]ó°Ñ1}Øçñ»°‰5>°¯¹Øä.lïû–uöm:6µú=læ6\0öKûå·öëöKn›;­„ýI_„ÍWß‡ž¼Za\'7äã\r´g\nï6‚!\nËaˆ‡—aè6x›·†ûSÃ	á/þ…ÑSaÌ”,ûð#GÎƒñê>ÀxÓJ˜àÓ^˜ÄòLÒ“¹çÀ«{a\nI&LÙ¿¶ô>¶r±¶’¾®ê>W{Ë‚«ëDÂÕÛà«uð5»#ákÒnÁ5ŸÓàšløº·ÞðuƒÑp­n\r¸¶ý(\\ûã.¸Nÿ\n\\÷N9|cq|SÂ,|S®¾éù)øæUWà[êá[~m…o·µ‡o÷ûß~ß¶ß½¾wã#øÞ¿¿áû‚vÀ÷µ9À÷wyÁ<i†ÙÁ<\ràFâN¸‰G6ü ü&Ü´W7k—ÁÍäOáæ¾¥p‹®:¸¥é	¸UvÜÚ+n}ž·ÙnwanÁ	~„‡;è”ÂtáŽ¯TàG›vÂ¶OÀþÉ€;û]†;ß;?î+»Z•Â]›ÖÂÝ§tá\'ÔàðvÑðÙ\rpÏÜst~jõmø)ôÜwó¸ïŸðÀ«Lx`eü<¿\n~qÆš6}\néÂC™æðË‹0øÿø•\"<âå\0üº!\r~}rE‡À£gÎÃcÃc\nlà·âÀðDðD=x\"ç8<¹ÞžÜxž¶ŸO»ÿžë‚§ËFà{àð~Wµžzž«ŸÏ™>‡ý~J€?à–ÃË÷ûÃËëèð\n“?ð\n÷ÏðêöRxÍþwð‡·ÒàÇÏÀëµRáÏ<7ÀŸu<¿L Â_+SàojèðÖ+ÿàïýám\'|àm[xÛò5x»a:¼ým	¼ãèxÇ½ðÿx´þòØú˜þ‚€PÍà£#{àcGÆác!.ð±ÿô¾†‡±ûÿÊ…OÖõÀ§NºÁ§\Z¶Â§É½ðiáWø´\\>½ü>ó >Ã*‚_—ÿ«ÿI„Â[¶Â–Âç2á×öÁékààmÏààË\'ààœUppMº+õ¥À±.&pÜëp|Õf8\'Ù[Â×7Á¹«Ëà\\å&¸`í¸\0r\r.6ƒ‹iÁÅD\\¶®Ðô€+Oü†+\ZàJàuø\"d¾ô_Ý.1uáKËï*6„ª)bõ†xÄšÊÇŠÄZ¯q„fIB³w±¡Â¡sÁ¡ók±iÍ$BÏM¡÷x±m›±­w±óÆ3„A^!bÏ‹Cˆ½Ïc{I%#h Âxd\râà—=ˆƒ\\¦¾WCùË7„U×q„MÙk„ì0Â«‰8òGáàs\náØ¼qt¹áláŽp¶ÕB¸.!uˆãîÿ®ì1„[§á¾ñ-Â=Z„8yÄ	q²<áylÂó_\nâ”^#Âër\0Âkð\ZÂÇ¤áë5ˆð]¡\"Îhq~§8ÿ¹d„?É¶8†AmºŠªúŠ’E\"‚EIˆs9ÖÆ\".ÐV#.ª—¶Ì#BÍÈˆÐ¤›ˆ°µ)ˆ°‘fÄ•Ä•aâúº>Äõ«`DÔ*)\"êR#âFD\"¾Â‘ €HðùŠH*ñ@¤\\@!RÞ3©§*w*wˆˆ»É#ˆ,ƒ(DVåÄ}ÓçˆÜ›¾ˆ‚sˆ¢âî¢8Ÿ„(~(¯F”NŽ\"Jù`DEZ9¢òÈoDuÑDÍÕ\'ˆšÇµˆ‡ÖnˆZvÄãuÇý†çÎ êkôõíEˆ§«Š\r`\'ÄsÐ\nâEÚ¢©ì9â=ñJþñúŠ¢eå&âAâ×>DëÇDûÍDçþËˆ®Û£ˆ®Gqˆ.¥¢»ö¢~ÑûÌÑ‡F|™FôíG\\ÌBfd!†Š~ †9»#Q7ã«\nãauˆ/ÞRÄ”*bb¯bâöWÄDõyÄTfbŠu1CûŽ˜ýbŒ˜ŒAü\0]F,|×E\0PúàŽpÅcD÷;º¥	½ß@o¹‰@\'‹èOµü±û¬A×ŽA°Xþö©<»¾Ái>‹à,E~g#D+_âA[„tr!Û4ŽT!–Âøˆ¥ðÄÒü0by×Ä²+±pCüKÀ#UòF*KHuØ\0RG®Öy\\ë¶ˆÔr/Cnx¤…ÔŽ5GêNýFêþüƒÔ%E#u—â‘›8H=YRÿd	RŸÓŽÜî°¹ð¹ã]r—Jr—y\ZrWò$rÏíbäÞ…ãHãÌkH“ƒFÈƒ›–‘¦½5H³ý(¤Õõ%¤õ“UÈÃ£sHÛM\"¤mH6Ò¾¨éèòyÔ…tJÔF:e¶#ó’.\'ÑH—{vH—ŠIä±ÈçÈã;µÇ¯›\"]Ó_ Ý®#=º‘½žHÏ­iHÏÿ§ÖÞEz©è ½ºf§\rš‘gbaÈ35_‘gúÁHÿ§}È³J2àB2¸\"rm-òÒãÃÈÐ§‘—O, /_øŽ¼ü»yÕ¤\nyU¼V×€¼Æã\"¯\'g\"¯?¾ŒòéBFOüAÞ\\¹ˆŒÙV‚Œ)hEÆÆ®FÆNÇ#ãµiÈõëÈ„=ä­dJI2¥J™òÊ™ÉtEÞÕJAÞ})EÞ+Df%	YH2?þ52_yY˜Ž,ßA\"4EbÌ¥ÉÉÈÒ¯eO¥çØÈÊ3W5	9Èº4Mä£# ä““»OB-‘õ7#õã.È§±ÈçbdóþZäË$Uä+_òÍ†È73Èw}k‘­«®!ßŸ‹B¶¯yŠì|¡Šì>CvßlF~`¨\"{T¥Èž?doÙ—5‡ì«²Fö¡â‘ø\"‡^¶#‡Û¾ G’ GPÖÈÊäèågÈÏkxÈ	‡ä×CääQ5ääTäÔ—7ÈéùmÈï46ò‡Ÿùó-ù+„‡üUB@þ>ò9÷|5òÆ0òüržGþ5A‚\nT ©Ü®ƒ„uw#á7\np`ö‰ºQƒDë‘èKöHÌT\rÄŽ5!ñŠ$Ññ!’¸2$/<FÒ{„HÆÝQ$cØÉL\"™òY${\\É!ìFrS+‘ÜŒ¯HÞº¤ ùR<þæ#Åc×R\r¤”ŽBJWF‘²ÍHù§sHù)—Å!Þx¤r3©ÜŸùËÈÅ5ßË¶Èåhä2å\rråß3ä?¥\'JE @­ÚœˆRHD­Æ©£Ö¨EihrQk·Y 4·~Biº- Ö‘x(-¾jÃ>jCdJÇéJgì;Jwõ+”îd	jÓzÔ¦j³fJÏô+JÏ/¥—ý¥7òµ•}µ•ƒÚö™ˆÚÑP€Ú¹·\Zµëò_Ô>L	jÿônÔä2ê€ƒ2Ê“ Œ]Ö¡Ljo ¬\'ÚP‡Ã7¡ç Pö!/PŽ½¨£È(÷ÏPîÆ§Qî‡µPîTw”Gt2êÄj&ê„Ô\0å¹6å©k‡ò¼r\ZåIÈ@Zk…:%hAy Î0lQþàË¨€\0* ì,*Ðö*ð\\*hšŠ\ni«E…@o¢Bö B?1PW¥7P×47 \"×\\B]À¢n$P±{w£âvÐPqT$*~Õ•5x\ru;TJŒá¡’š?£’ÝP)¦¨ôÿöÜ™£î._CeåE¡îg}De;@å„áPùlTÊTÑ½QÔƒ=2TÉ	ªLòUYÏBU½¯DÕè: æÙ¢j{$¨ZÒfT-Ÿ‡ª;-AÕÅœBÕ\rÞA=rAÕ_.B5<¡\Z¨¡\Z3rQÏR¡šþE¢^mùCq¨–M7P-!TK’Õ2tõv‹6ê]Gªõýê}è+TÛiªËéªÛ‰úðŸÿ€<TW\Zª×à#ªï@?ªïÆ)T¿„úôü#jÀt58 ‹\Z^&£FîÝDR…¨1\"ê³Vê[|#j*I€š¾V€úîwõ=ÈõËú.jþê/‹zë¡€é«QÀ÷1(Ð»^x<ÍrDÁ¶£P°6\n¡ÐD!M(äóÇ(ÔÐyút\n3Ý€ÂæJQØ¡·(œ-…e¡])(²þÙ‹¢\\ ˜[ÔQÌ–ûW-ŠƒDq0Pü]`ßJ%ð\rD	¢zPâ‡=(Åö/(Å°5j)Fµôî.j…ÚŠZarÑ*ë£Ug¿¡Õw¶¢ÕËž¢×L” 5ö]GkXZ£58èµIáhÍž{èuIè\r@ô†±J´ö¼ZÇ©\r­smZwà/z£ízãø$z³©*zsê>ôl>zÇÕ0ôŽ¿çÐ;\'÷¡wi%£\rìòÐ#íè}[=ÑæŽoÑ–¯cÐVõèÃö7Ð6Û\rÑ67Ž¢íÊŒÐvÝ\rhÇ§æh\'KK´ŽvQòÑÇÃÇÐÇ_´£]µhh×h÷ñhV.úÄÚïè_~¡Ošv£=.¡=åÐ§ÂœÐÞMhÜO´¯–\'Ú—¼\r}F\Zˆößi€ö¯‹Bû²Ñ¿V¡ƒ¼ƒÐÁ–ÏÐ!{Ð´ÅèÑoÿ×–@óèËe›ÐWnÜ@_50AGî²FG«ŸDG›=BGÑ7.¢Ð7G+Ðq^/Ñ·¶ÑÑ·LÌÐ·ˆcèÛ›ÉèÄ[-èÄ™1tZñgtºåitzC:#ÑAÏ@gšïFgËièœÝïÑy­Vè<Q(º@#]”¸ý@Õý@Cˆ.=Õ‡.}ìŒ®LwBW6•¢+±Dtu}ºf>	ýðTºöé,ºV9®‹x~‘†~|+ý6Œ~‘S~A<€nÚ«n¢£_÷¢_½{ƒ~Í1A·œÝ‹ny]nx¢ßªC¿]·€~û¤ýî/ýþXº}ÝRA÷­ô¡?F× ?V=CZ“…Xg…Ø7øŽLoE-IÐÃ*YèaõMè§³èÑËíèÑþ2ô(Ù=æ@EmCO×£?Ïô ¿jŽ¢¿*3Ð“FcèoNÑßä½è©8z*ÏýÝ~ý[‚þ¹cýóvú—ßMôï=›Ð¿—ÑóG:Ð’04pâ7\ZãŠ—íACT¼ÑÐ÷Ñ0H\Z±½x‘ŠF¼ ‘z~hŽÆ¤d¡1ÃÍhþ(\Zkó?€@ãë8hÒw[49âš<Š¦ÜÈBSÕ.¢™œ14så3š}fÇº¢¹¿.£ù†\n4?†ˆ	ÃÐ²1<Z¾.-ßÒ‹–ûš •n“èn7ÑÿüuÑÿP@ŒJ.³j„Q›CaÖ¬a4bÇ0ëvŸÂlX>€Ñ5ÝŒÙÔ·³åÁP¶`¶P«0ztÌVÃ~ÌÖç)˜ãÆ˜$fç­¯˜ )f°³§Õ³w!c`bö_¥bö+S0¬\\0Fýfãµ¶ãíC“sï0&iw01¦†ß1¦W0ï¨˜ÃeÛú`Œƒñ<ÆiÆéÀŒóT Æ™¸‚qÙi†9¦ÁÆcwaŽq/`ŽŸ\"c\\UîcÜŒo`Ü…þ4ŒçL/ÆË*\nãóã£Ä`üž20~J)Æ¿Vãß¡†	pÑÆˆïb‚½¿`‚\'V0çD0çGô1çe[0!Ùe˜z¿1·‚1¡Ý—1á\'vaÂã0—‡™˜«ËÝ˜(`æ¦ó.LŒw&ž\Z€¹p	“¨ý“ì‰I~­I‹I¯ú„ÉÄ`2»îbîØÛa²>`²ê<0÷]1Ù;·arÊŒ19oÜ09¿ì091yArLÁ¶˜{S0ì\0˜âmY˜âÛ+˜â+LñÌeL)ö!¦ì÷Lyc(¦r7\0SµÒ‰©ö0ÂTû7cªgó1M\Z1a]ÎÃ<\ZÂcË˜\'QLýîrLÃ˜Ó?‚i”ébžÝÞŒy^ýóœ`Œy!.Æ4k`š³;1Í7Ì«ýs˜×iLËLæÍªdL›¤ÓŒÄt­\01¾eaúJ}0}=6˜~Lÿø\"fèí)Ìè÷dÌød\ræËRfâ¸æk´5fÒv3ù¶\n3e~óýd&æÇŽý˜\0ÌÏ”o˜_›,1¿žcæÂÞaæ¾À0s¤O˜?0:Z˜o]ÌBx&°Ê°à`\0N`Ñ,t©ÙÂ@\Z0ŠèVkô¾îƒ2ŸÁ`•¡œC%ß´	CQ‹ÂPF±jÍ4†æzÃØnƒaþ2Â°ºF1Â¹NŒ¨õ\'F„:ŒG˜`Ä‘@ŒôR/F^}³Tt\r³LèÇüS+ÄªäVbÕ¯^Ãª÷OcW¯nÆ®žZ‹ÕpÅjœÌÆj‚ØØuÖØupkìz«*ìú¸5Øõ¬N¬¶½\nvsE8VïÉ{ìÖ›O±Ûûbw?Àîî¬Æ\Z¬ÉÀî1=ˆÝ¿§»)Æ\ZÍÝÇ\Z2±&C{°¦ÎáXÓÄF¬)°k~Ç{¨YµZ|µnõÄÚèjcmä°¶æÙXÛTÖÎúÖî>kOu¸?†uÚ¥†u9V…u+ù‹u=ˆ=õê.Öwëí¢õQUÁž®C`O3¢±¾–b¬oŠ:öLu2öÌkìÙUg±gMÅØ€†½Ø r+6ø[6øûfì¹¼^ì¹®.ì¹Ÿ/°NUb/ÚßÀ^ŒëÆ^êóÂ^BWaCñ°—¿žÃ^a5`¯¾ÝŽ½v|/6úÝCì\'O°7Y°±aØXÜ*l<î6ö?›h²›èÍÁ&¡K±©w/aSÇÜ±÷²¾aïÝÅÞƒ8b³ž9`ïo#aïû½Áæ˜:asÊÑØ¼Cl®#ö)[òw-¶ì®¶¼“-ïZ‹­ËÃVî[ÂVqÁV7›ckŒb±µ·wbk?\'aŸcÚ\'°/a›íÇ63µÿCûúÔ]ì›“ÚØ·—¼°­¶Ø÷;pØÃŸØŽ˜½ØŽÙØÎ÷ï±]eØÎ/Ø.ClWÅClw¶!¶›]Ší¹íÕ¹‚í5Áöæ‡aûž%bû¬°ŸÁØ¡—Ø¡™QìpPv8R;rñväEvì,\0;VÙˆý|–Šýò®;á¥†¸’€ˆ?ƒ˜âc¿fìÀ~ýõûí¯;kJÀþ‹°?³¢±?Ÿ½Áþ:÷û;Hû;&û;—[u;çÔƒ]¸6Šý{ä2öïÑ ìß(,€AÀ?^Ã‚N>Ä‚oÕ`7Žc‘ï±¨s‡±xÄ<–`qKÈ‹Ä’o¡°ô	Xö*,{@ËÙSŽåÌb9ü÷X®­VbP…•Xëa%Ó©XÉ¯ïX©ÆQ¬4Û\0+K8„•~ƒ•Ûfbåïa•;l±Jè¬’å„]üÆÄ.]ÔÅ._Ú‡ý‡ÔÇ©:¾Â©¾WÁ©u¾À­yV†[ëÂ­#XáÖï¨Æi=ñÁmVãtžà6Š£q[âÎã¶dYã¶j5ã¶^ÔÀé_nÇmS¿‡Û¦Ám;ý\Z·ý¶;nû—\\ÜŽïq;úáâÆq{¾àöÇmÁ ¯Â‡pÆ³+8cÁ9ÜAû8Ó\Z)Î¬Ÿ‡³ã»¼ÆÙyqöF8û°Ã8F-ÎÅ+çÂ¸;~¾wüB2Îu\rçêòçÝsÏYÂ¹Kãp\'|ôq\'h#8ÏH=œ\'Twªp\0ç³y\rÎgç?œy(Î\';ç›Y;»¹w¶õ\n.è`.hê!.xÏM\\ð™2\\pùîBýÜEo1.ô”.4°šù	Þ»wÙ¸wE¯wõD.òh2îzÊYÜõ/\0\\”«.jÚ	uÆEsºpÑ+…¸†.¸=ó¸›C¸›¿ïãbÆq14.Nç.®ñ.>ƒ»ußw«÷#.ñ]).iæ#.9-—šÕŠKÙ€ËˆØ‰Ëëà2ÍOà2Ÿõâîi%ãîwåá²gæq9Æ¸œò\\N/—ów—ûËæãò[ãŒUã€ûq%¶q¥ÄU¸2O\\yH®Âô%®ª.W‘ƒ«¾á{d^ˆ{¢~\0÷¤9W?k‚{š¼×À‹Å5,;á^¬!ãZœpï’õpï\n\\qïäã:\"pIÕ¸®à Ü‡xs\\ß]\\OÀK\\ï¡\\ï¯R\\ß3\\_ûmÜÇº7¸ ¸þ\0=Ü\'MÜ@„n0¸7Tv7ü…1:‚ÝéŒ[â¾,[à&¶ºà¾N—â&Õûp“®à&K\npßFÎá¦n¿ÄM«œÇÍXXâfpwq³‡Å¸ÙÉK¸ïtÜ÷ø=¸_{Vá~¿àæ\nÕqökà€Gq@-ð~#ä6Žƒq°”885‡Ô:ŽCnÀày>8d“>9¸‡¶IÅ¡“òp›+8LE\rCYÆáY8ÂG|sGÆâÈ8ŠG[wÇZ»Çéº…ãÙ\râøÒ4_6ƒâ·ã„¬8QK\ZNüœ„“lÀÉº6â_á–7\0qËxÜ¿#–¸³FxÕùxU¯–XˆWOñÀkXâ5ÜFñš¯cñh¼¶¹^Ç)¿ñ[~ãÜ*ü¦Ûñ›M³ñ[×iá·îDâwÖ[âwk2ñ»}Âñ»‰|ü^•cxC7*Þ0´o8ôoø5¿Ï/\0¿¯÷\0Þ(t=Þè‘Þø´Þ¸.o¬lÂ›¤YâMžuâº?Ä›¶àÍZ­ñæÕ ¼ù\"Þš)Áž(ÃÛxÍâm7–à¼Dãïã[á¶âÖºá~:ŠwYul1ÞÝar-ïtïšŠ÷“ˆñå›ðJ| w\n>°v	”ƒÄ‡|Ç_ˆßŒ¿ÈëÅ_uâC·}À_ö2ÁG¬+ÇGØŸÇ_\rá¯*4ð×ò«ñ‘¹9ø(½1|T}|M{Ž‰çãck“ñqæûðI:~øäÛOñ©j×ñ™:[ð™ƒ\'ðw#‡ðwÑð÷Jlð÷Cnâ³—­ð9\rø‚¾¶_H8ˆ/\"?Ã)ðÅD|Éöø²æ|™HŠ/Ž¯ð»€¯\0‘ðUãÖø*Á¾®ä¾îY.þ‘YþÉú5ø\'÷ñO\r[ðO‡žãÄ¶øÆ#‡ñÙhü³¼füó42þy–þyã|ÓS_|óÇ|óÌ;ü«{/ñoNøw”¯øÖ—åøÖAüû±p|{2ß©®ƒï´!á?¾½‚ï¿¾ßÿj?òg	?ºõ,~tð<þ³ùWü„—~rs~ÊÃ?\r?Ÿ…¹áØÒñ¿^uà«Mãõ™xÈ¡cxh‹5†ÁÃurðð«ÞxDâ‰YÄ£_ÙãÑäxü]<ž{OÞ¯‚g:añLJ6žUòÏÞõÏž*À³‘ÿ-Ï|ÇóÖâùi%xáÀ6¼%À‹6Qð’•íxyš^9¿¿Ø¦_ºq¿Tý¿„7À¯œô#¨tþ\"¨ªTmMªŸÔÇ5	êÔVÂêH}‚†ú Ak;Ÿ°AÆ#è†Ÿ\'è>Ð$lÌ™$l|9OØüBÐþHÐo…¶1ž¶»…v¸~#ì2ûG0üò…°o´Ÿ`¤ÙE0òüM0ŠUŒ¾–Œµ\"	&¯ÌËÂ	¦ßè³²M3ô Á|Ù™ph8œ`iz–`µ¿Ž`½Ù—`]¦F°æ 	‡©úÛwR‚-H`7×Jpˆì#8m\0œOn!¸ÛE8v\ZMp½=CpmzEpýªJp+|Lp\'ÄNÜÓ!œüëM8õö$Áë§*áô;ÂË„\0k!8È…p>d5áüÅ·„óoa„¡¿Z›ºm	“Õe	„Ð®B˜ÃNBþ!|[4árK!‚ØA¸ž{‰5Ë$D«¢7r	7`¶„›±LBŒn!&«˜»NˆzâÎáñö÷	ñˆBB‰!¡t†.!¤l_EHï¬\"dÆü\"dfÌ2DB&§™pGÁ#Ü=B\'Ü=ö“p·ˆE¸7åEÈ>-%ä¼o%äo.$p„¢)¡Ì_—PFÏ#TœF¨˜µ\"T®n\"T-Zªïijú#ú	Žçk#<ö¼JxüfŽðxnžP¨\'Ô³üù„w·Ü	ïîü&¼ÃÉ­ÝïyZ„6­=„nC„?»	þ}$ô@±„¾½„¾ëz„OYë	ŸÞœ ò	C•ê„aË4Â—ÍÂDôYÂWÕë„¯„Âd60sDN˜¹Eø¾Ñƒðýç\ná;)‘ðcõ\"a™Gø\\$Ì»ºæ#?þÞ¯&üm<D\0Ô ü7M€Î\0ÛRI€ÙÕeZDß	®\' BwPY\rìí‚ÕcñàñëKãZé¡M`Fò	¬\',gDà¸üûÞ\n ¤ËÂ{‚hAdNAeñz3‚ôÔO‚´W‹ ‹¿G5äa‘E¶*a1É°4þœ°l\\BX)ÅV&CÿìŸU\\`ÄU6_ˆjSTâjñqÍã¢†‰)QR@\\{¨¸.å0QÇ»¨ëÅ%nþÐDÜb¬BÔÏ¿AÔoç·o!n¯ö\"n ˆ»W9w×½ îFu\r>Ì÷t÷fˆ†ûì‰ûM¢ˆûO­\"8dN<PÒE4ZH4Qÿ@4ùÖI4¿·H<4G´Üx’h¢ ZÊ®­â–‰V5ÃD«ŸND+`ñpt1ñðŒ\rÑFîN<rõÑ¡Ùˆè€W#:FM]zw×’‰®núD‡D†‹ÄCâÉóŸ‰ž®`¢ç;uâ©4Ñ+¶†èýF—è=w‹èã?Jô¹+#žV¿H<íJô½D\'ú>I%úv¤ý*Êˆ^G‰ç[µˆ&7Ã\"†¹[Ã\'DÄpl\"ñ2M¼jŽ$^‹$Fjï\"^ÿú­{‚öxãI1ñæÇ\"bŒS1îÏbBÄñ¶ò\01éY.1ŸELËÞGL/ÚKÌ8|„˜9ÓB¼³Ë…x¯h+1Ë€DÌÕL\'æÂsCˆEÛ«ˆE¹¡ÄbW,±x‰N,Ñq#–òqÄŠÓzÄª½_‰Õ!×‰5‰·kŸÚm<F|”½B|TPN|¬^N¬ŸXO¬ÿu†Ø`nGl(ñ%6¾xO|éA|sï*ñÍ+3âÛ{ˆï.ô[\'ïÛßÛ7W;íF‰w³‰Ý÷©ÄÞÄ^Á;bß?-âÇ âÇÙb¡±¿ç±ŽJü”YE¨í\"ª·‡y{‰£¾mÄñâÛÄÏ¼âñ›÷#âôw\nqú×&âÌ]qæ·.ñç‹íÄŸˆâïGâèqqšüVI…|\"‚.Aÿt‰0\"ìñã$©®BD\Z¾#\"¹ß‰˜¥=DÂç)\"QœO$1ßÉ\"O\"Ýé&‘9£Md¯‹#²¿ï%r¥QD^¥‘Çh\'ò·ëùþÇˆb=w¢ÜwQqù-QQ7ATš]\'.>{N\\ìÏ#.íñ .õ\'.oÊ%.ÿ\"WìfH*u9¤U¨$U ImMiÝ{’†aIÓpœ´n]\'iÕ’–“7Ika?iÃíÛ$m²=i3æiîIÏS•´õÑÒÖ	Ò.Ýu¤]£ÒîM\0Òî˜’ÁåF’Á/Ò[=Ò×\'IÆº¡$SçC$Ëü’Õ£7¤ÃPU’Íl9ÉÎ‡I²oó!¥œ!^%9wÎ“\\ß’\\ª‰¤ãAv$·ÖÓ$Ok’Ç7ÉšHòX^O:…\"4ï$¬è&:‘JòR}Jòê8Mò~9D:j\'ù¦#ùæÕ|»mIAUHw¯&]\Zˆ$]¢¿%…í­!…ÕÝ!]î,#]1Ì$]!;’\"ÕH×¼¡¤ÈÖ¤HÓK¤ë÷BIQæ|R´×~R4¼ts¾†“»‹Ë*$ÅùW’â“ÆHñƒU¤„uÒ-<)©È…”²´”O$¥ñ#IéfH‡’Iv­¤Ì†¤;‡9¤;G’îý)\"eU¹“²Õ½I¹ä¤‚=Rw™T¨cAzM*îœ&•»]!UÄ7“*›7’j6GjO¿ =Òž!=¹¤Oª/2&5{í$5_t&½Äv‘^úAjit ½I¨%½Û-\"µ†é’Zÿ“Z1á¤÷cÏIíVÆ¤ÎSRçÔ;¥Oê;Oê“ú“>2IýU:¤±oA¤1Yéó­¤¯oûIS³¤í`ÒÌ¤ïbÿøMúqJúMŠ ýaÙ‘æïY“ÐûI\0)	øA×“`‰K$Øˆ:	žü‚ÒIÈ”F–¾D\"x%æé$âþã$¢)‚DžùK¢:Ø‘h—_‘h1P½VHbßi!qÂo‘8È\0¿ßš$0%	µI¢µ1$1–$ý-\'É\\à$¹l‰$WÆ‘”R’2º´¨~†´˜_JZ²–‘VbûHÿœIÿNzþ•Å’Unl\"«Ô”‘UÓÁdµÀ²ZY1yÍÁ)²Æ¤YUNÖüDÖ~!¯Ã;’µ|ÉÚgþ’µ{óÉ»È[Ô­È[^\"o%õµ‘·m¿EÞV¸•¼#\'“lH6úM6~K6}€\'›m5#›íK\"›ÝA‘Íi©d+{>ÙúV!ù°o%ÙÞ ‘|ä™&ÙaÃ²ãüK²‹IÙÅÞ’|¬¬‘ìŠ‘=ådtù$ŸDöô\'Ÿ\ZÒ$û@¢È§×m\"Ÿ6M$Ÿnq\"ûZôýÛ’Ï®’’ÏJ•ä€hr ÅrP2›´t€l}„üÐŽüF“|®ø/9ä`,ùByù’Ú.rØÆr˜#9ÌÔƒîHŽ“¯`.‘¯Ðä«¦ÈWÝ“ÉW/ù¯9ê’¯¹µ’¯þ&_¯ù@ŽRQ£œ0ä›fkÉ±«ÛÉ	gÐä[‘Õä[ìÈ·¿…“RáäBrjÐirêµÓä»=äìØ6rnÓ5rA„\\«$1N’Ü­\'—˜»KZ“È¥f6äÒxCr…ý!r•y5¹\nJ®¥“k*]ÉµoRÈµý(ri(ùÉ0žü4q˜üôŽ7¹!ï¹á9ùA…ü|M~á&%7o\"7ï`_)Þ“_w°Éo¿Ž‘Ûž\'‘Û=ÉéäàjrïÖ`rïrïùã·4rÐ0¹¿f7¹Ò@¼%%]\0’‡rÏ“‡“ÈÃ3åä‘×Åäñ^Mòdi\'yªbù{ÿ^òÏˆzò¯Ù	òoO8ùwT.ùÛŸ¼Â%.\nÉÀÁ@2(·Š¢3É`í.2ÌBŒ®H\'c¶rÈ˜¿ódìs2Nµ“LˆÏ!OL‰¸_d’ýW2ùƒ™nI¦(-ÉôK†dFÚ2³ò%™õ!‘Ì	·%s5GÉÜc†d~±Y°Öˆ,È8GÌ:‘²ðÛ0Y(j!‹YT²d;–,[h#ËÛ\ZÈJ•Q²2#œ¼È†“—ö—“—þ«™åÝRòŠêy%`E…MY“-¡hLÍQÖºÓ)šS)š²”uw¶R´jþP6¨_¡èü»@ÑxOÑ-AS6íS6ô¤l>mAÙüûe‹/™²£Ô™²Óbe×©k”]-Ê®ß(»`-ƒÃÃƒ_\0ÊÞøÊÞ¢$ŠáFOÊþ”ýÙ”š)ªz)F1ý”ƒg7SÌƒ)‡‚_S,ñ=+¯«W|Š:‚rØj€b£C±m¦Ø=Ò¤8„\rP×fRuvQœz(.‡Ó)Ç´3(nÒJŠ›Añˆ9J9aäH91½…rÒ/ˆâÕàDñP¡œ©ùJñ{p—â×—Mñ_¯E	ô²£ÆºP‚3§(ªS.öS.¢\"(—ÊK(áGR)áƒ]”+Õ2ÊU:†rí¬	%ò 3%Ú#Ÿ]H¹y0ƒrsÐžCs¥Ä’Ä”„Ñ1Êm÷”DËU”ô \'JÆC6%3ä$%SlO¹£¤díè¦dYÜ£dÕÄSîç¶Pòb¯Ròˆ@J¾…?¥Èj¥Èë!¥hdåÁ{Ê„„R¶J)·§TlÉ¡T¦=¤T™¡T¯r¥Ôl¤Ôø\n)5’”Æªo”g~”gð9Êsa\råÅ†”—«(Í9bJó\"‚òjKyclOy{±œòN#‰ò.è=å]”!å4•òÞ»…ÒöçúÌS:üþR:½F(]A•”˜¥wC\"¥/ÓŠÒW°…ÒÑ“Ò_$¤|¢ß¦n)¥žò¡%iS†òŒ)Ã\0*eäœeTe\reìž‚2öð-e¬m‚òùDåsz9åsû\rÊ+Ê—\03Ê„ÿjÊDç^ÊD·\Zå›ÅmÊ7·4ÊÔîË”©ê)Ê€D™m¥Ì.ß¢|ÏK¡|ïM¦,ø-RþÞ¥\0£(€o\n0ë8ôyâ–JTwS ‡(0ýßØ»Óxx=q÷AO¤ Éx\nÚÍš‚%S°+O)Ø,…¬yB>6J¡ÜU§Ð_£0ûSØIcŽGábÝ)ük¿)üêOá–0ŠÐ_H‘è¤S$¦I^\'Er–\"\'½§(4ª)Š²Ë²²èEYLñ¦,\'R–Ò(KEA”•U”•]Ê¿ŠÃ”‚ZêªìKTõ±ÇÔÕU%Ô5»8Ô5W?P5R+©šS4êú¶êzÆyªŽÖU÷W9u“Þ9êæªOÔÍ?4¨[v.P·ì{GÕ+m£nõ÷§n¤î„šPw{•R\r6n¡\Z¾\\CÝ7ú…ºo¡†jd¡I59®E5ñ¢ZÔ_£Zõ‘jEœ¡Ú’¨¶Åw©v^¨vÚTPÕqÝ9ªã›ûT§–ÝT§y3ªË±IêqÏ2ªkð*ªëÏ1ª+å(ÕMÏ…ê®’Cuï	¦žüdD=Õˆ£z[°©Þ´aªÏðõô>#êi§WÔÓ	ªï˜5õÌ¿6ªŸÑªßG&Õçª¿ÏkêÙ	ÔÀÕë©ß©ÝÚÔs›Ôó¾iÔóÝG©¡£\'¨¡tMj˜íSjØàmêµ`ê5ëÇÔÈÿÎFN7S¯ë^¡^÷­¥F½°§Þ4 Sc\\J¨±/Æ©ñjbê-‚5õöänjâºÕÔÄ„ijò¥_ÔäÁ}Ô”“ï©)á%Ô”–,jêsWjš³.5-IM+ãQ3\n^S3×FS3\r¾Rï¼›¢Þž¡æ>Só~PóùÔja…Z8X@-œ+£mÎ å< >Ðì¦>ð½D-=J-Yð¥–õ-RËO¨»©ïNQkQhjÝ‹ú¸íõqûfê“ýLê“ëÔ§¸vêS²’ú”óŒÚ\0¸OmÞvÚÜ\r ¾º7Nm‰j¥¾ÛØD}ŸäOmTSÛí\Z¨]»ÎS?ä™QûôŽP?ú^£~*ø@°Õ¦<Œ¢=<A>½:ü*:ŒQ‡%¨£†>Ôñ8*uÜFýêJýZÜDý¦B\"\ZPgí¨³\'©³\\ê{3ÔŸyÔŸM©?—žQç€«©Ç©×‡©ÀäT`Í)*XG…˜í§\"Oí¥¢ß< bìú©˜ú*–ÝHÅuyQqËåTÂL•ÈH¤ÒÜTúV*ÝHen›¥²FÎPY²ÏTÎ7•ßaJ¬M¢\nt¨¢ÙTYÛ{ªÜm\'U1yŽºxFº˜øˆº¼W‡ºòMý˜Ký×7KS‰6 ©\Z< ­ž²¡iºMÓh9LÓ„Þ¡­»8A[ú‚¦•fNÓ\Z#Ñ6´2i0/i°ž4í~m£·\Zm³ÁšžÚ4më­|ÚV‘*MÈ¶Íê*m[½	mûK?ÚŽžM´]š–´]Km´Ýwòh{ï¥íýQH3ÄäÓö\n¤7}§&ÒÌ÷\rÓ,¶¼¡R:Ð,ë.Ò,Ù4+—‡4[òÍ>ìÍñ¼”v´p„vtA—æ+¤93i.Õ³´c]z´ãÚ8šk†:ÍÝqÍ´B;Q™F;y–E;ù•Jóôô§yþZM;õMóÞý“æ}ð:ÍÛiŽvšhM;cw‰ægÓIó»LhÁÓ‚b*iA‹oiÁ‘´óX]Úy˜v”J»ä—N»$í¢…¶¥ÓÂ]Êh%æ´ëÍc´ëâ8ZT}5íÆádÚ81-FTM‹½³‡Û¬O‹%4ÑâH´øLíö±/´Ä¤9ZòÙDZJ¶-ÕH–jÙ@KËÚ@KjÓ2ví¤e\Z&Ñ2ÝîÒ2‹§hwÖiÒîT®¥ÝCœ¢ÝÐ²Þ|¡e!Üiù§/ÐòÏ$ÓŠü¨´Û6ZIv­4e™VÆ÷¥•gÐªÞ¨ÑªÓhul;ÚcÍc´ÇÔ[´Ç‚‹´\'‡šiõfZƒl–Öøn€ö,þ-í¹Q)íåöPÚ«\rÚ«B8íµá­e$’Ö\"¤½ñúA{óÐŽö6Ðœö>ÜŸö^á@ë|3Më*cÐº×WÐ;hCtÚHnmÌ>š6ŽßJû’ôŒöå]m¢ôm¢¬öuÕ ík‡9í[L	mŠ¾‘6mÛCûÑKûyò\0í÷ñs´?‹i€“«iÀ\Z®F¢¨4ÐÙ\ZdÓ\Z$â\röÖ\'Ð’1\Z¡wœFþxFõDÐ¨“`\Zm-‰Æ°£1=Ëi\\›]4þ\"°L§	?ÐÄæª4±_Mf7I“Åý¥É\'„4Åów4¥6†¶”0H[Ž<O[Ø@û—ÿŒ®2ì@_µð–®ª‹®\n¤ÑÕ¾æÓÕbú\Zåzº†XŸ¾ög#}½o}}9…¾¾®•ÙM×ª¸O×îyK×I¡ëÀ–éºgûéºÄbúÆ[ôMÛ^ÒõäÑõâé[ÿÓõŸ ë/OÓwØ‚é;Ëçé»ÄÇèYô½roº!Ê‘¾Ï\'‚¾¯ä.Ý¤žI?¸=˜nš7K7;QK?dœH·,¼O·¬Ö [MèÖQhºuÇQº5Í–n›õš~ÄAJwÜEw´,¡;zÂèŽ#éGu\ZéN«ÃéN4ºóÍaº3ûÝYaJw‰(£yîzq;ÝM?qoýäŸtÏŠ(º×A=º×ºOÂºoš˜~Ö¸Ÿ~Öå=ÀW—ÐF´zH<ûžÄí¥‡´:ÒC~Ÿ¤_¸rˆ~Qe„~åó4=\"ó>=âù=âkýšt3=R·‚~}õ4=*ö=šò”ÜIµO¥Ç%èÓã£µéñ©)ô„_Éô„ßuôÛíéÉô”ÍZôI=m8“ž.W£gœ_EÏ¨-¡gLbé„Zzæ# ý¾ùqúýzöP\'=›CÏÙC¤çª&ÓóÖdÓóLÈô‚»ôÂé…e–ôBx\0½Èy=½ÄT“^BÒË7”Ñ«’éµÒù¤?#–Ñ_¨OÒ_hÏÑ_@xô&}czSZ½ùÐNzóûçô—§-è-ê^ô7Zóô7{Œèo²àôÖz»ãIzûG&½ƒø˜ÞùÇ˜Þk£÷ƒ»éýØ@ú§•HúÀÃ×ôÑP0}tú!}ì´ýËX}\"É€>eRDŸ™¡ÿ\\_Oÿ™Aÿ5ïDÿ;3Mÿ»XL‡¤Ð¡ŸtØ\':üÊ:bãC:Êf‚Žú{ŒŽÂÅÓÑš:t´þk:zè:ã“@ÇDèØç\rt,Ú†N,5¥Ç-éDb$H\'ÇTÒÉÍÎtòàI:µC§.UÒi{é´_>t†~\'‘~•ÎxD§3(Ít&@g¥l§³æ>ÐÙ‹:çY\r[I 1èÂù]t1@—­?C—…¶ÒtÁš®dm¢/†}£/ÅEÐ—ÚíéKã^ôåèE†JÍW†êóf†j‹\'CÍ\nÀPKÌ`¨uãêübÆjc­Û#ÆZön†fò cÝEÆzµ\\†vÉj†Î	.C\'@ÉÐ=®ÊÐí1t\'çÝÓ›5*úó?ÛN0vDE2vÞ_ËØ»û+c¯°›axÍ†aØbJ…Œ}ýw¦Cî³³ßfæ§ÌæÀX†ùòQ†å£3›õë¶gŒ#ãŒ#ŽçG4GR60Ž,2²†ãO†ÓYo†s©?Ã™®Ãp9¤ÆpI>Êp)ûÎ8.|Áp+†3ÜPŸîó\rën†G7•qÂ5q‚ù”áy—ÊðÚ…`xeex=þÁð±0NO g`/~¦ƒÿÁŒ³¦“Œ\0#PŽd eYfœ{¡Á8_2Í)ud\\ÜÁ¸tî#TNc\\s~Î¸æNfDº3\"“åŒHe7ãzQ3#Ê£ŠcãÄˆm¤0â\Zƒñ•ÚŒ¤5Œä{¿É¥«)ƒ9ŒT“‹Œô°3ŒÌ5óŒ»Nw}Çw…û÷9]Œœ{Œ¼ÝŒü­éŒ|ÙFÑ¼\nãã£xï\0£xô£äÃFÙ¾ûŒ2Ú£ü‰\'£bÅ¨¸¿šQqgT¬Ô3ª=¯3jgÔŒ%2juâµŒ×ŒGTuˆŒ\'»>3žjE1\Zâ[MZWMM0Fó†@Fs£¹{ŽÑod4c“Í‚Œ·™‘Œ·„nÆ»]?ïr“­ÁŒ÷—‘Œ¶8{F[ƒ£=è£ý–%£#¸ÑÁüÃøp*ˆÑû\0Åè…•1ú5Ž1®2š\0Œ°c€´1y’1tÂvØÀÎ¹À~¾–1ò³š1ª_È}ö”1¶ã%c\\KÊ§80>»j3>—M1¾à—_¢_ó™ŒÉ–FÆÌqÆ8œ1·³–ñgÂXðúÎ\0œºË\0žÌe€¶g2ÀHäû%p•wþÊ@nüÂ@=00»¶20Ü,`‹\'1p«ø[×´ƒ|žA–·0(7t4m!ƒvãƒVÃ ÍN0èÕ*†Ü•ÁþFbpLZ@ƒ;™Ïà|a¶½cÒ\rR·1†ô†!ýPÏPîf,F82›f+Ï²+”gŒ/ÙL•OG™«n1U/Ç0UçŽ0U•fLõÂÃLuX sõÎ~¦Æ#0s­x\'SÓD‹¹Áeˆ©dnn<ÎÜ²~¹ÅÙŒ©?pœ¹ƒ—ËÜ­¿‰¹gàsïž¦¡ö+æ~­\Zæþ=ÿ˜ÆÁMLãÂAæAXÓtµÓôži®\rgšçÒ™‡î3µG3áN2-ÓÞ1­sLÛw¦më¦-IiwëÓ>~=Ó>w’i_õ…ydìóhˆéá1Ïk0K¿1,3»72]õ73Ýžïcº[µ2O(T™ž*Lï™¦ÏGÌÓ!×˜gTç˜g0UL¿){æY=3æYÙf@¾>3°¦y®Æ¼˜e†ž?ÍßKd†[˜áGŸ1Ãi@føâórÚ?æåû™W-õ™W‹.1¯b1¯÷`F‰\"™Ñ›¾1£c[˜Ñ™uÌ›Û˜7k˜±i\nfüáf¼ï3AÄ¼ú„™<:ÂLïžafžócÞ1úÀÌ¾SÀÌnyÁÌ†™ÙŠ?Ì\\q83ïX&3º‘™\'¹Ä,Rób9w2”<f>$1K<©ÌRÉ5få¡mÌJéCf•‡:³ê}³ZÓ‰YSÐÅ¬)^bÖúo`Ö~1ë‚¿1?ºÎ|rî³þìÆw‘ÙÐ0Èl¼/g>‹zÉ|öw³)Â|½e;³ÅÍl¡$0ß<š`¾=Bg¶~Kb¾_Ë`¾<Éì”}f~8¸›ùáì³çT\r³§«€Ù{¹”Ù¯y’9¸*›9|ŽÍ;Çœx±Šùµ<™9ÝwŠ9‰bþø1Çüùt+ó×Ekæïú|æ¼c\"s>}š9ÿg€¹à)g£¬˜ ó(&µƒ	ÞéÎ„Ù1áÐwL8ï#!‘0q‘<&þø;&¾ —IˆÈ$Ì{2‰\'˜DŠ’IIå3©æ™´Êd&\r cÒ`ÆLº8“þÌû?2˜Œ¿ÍLNe“CùÃäî˜grí\'˜’°0¦¤¬’)Ýòš)[eÂ”Õ`ÊZ2•»â™Ê!sEØÅü—»†¥¦ÂR÷¹ÅZ½=›¥Ñý‚¥Áç±Öy°´ªÖ²´/6°´û¼Y:ÙV,ÝëXºt3ÖÆ,oÖ&c$kSªkSÍŒÐYÛOmfíÝÆÚë­Í:`q†e2¿u0¹eßÂ²¸}uH}ˆuH+še£Ã`ÙØY¶j,[†!ËÎÅ“ejëHúk–£‚åäÇrzÀr\"€YÎYS,g\Z“åR7Îr!N²Ž—Ø³ŽyÏrí?Ãrë¶g¹êYž¾“¬S1Ë¬S#,¯„–·å}á\0ëÌµ§,¿“&¬³íV@Ê+àýÖ9D\Zë¼ÛUVH\'+$;R7Èº4Íº4íÆ\n_©e]þ9ÇŠ¨¨eE€6²®ØÄŠ¬n`EâW³®ï±n®5bÝÜ™Ìºéõœ›ú›ç\\ÂŠ£?`Å¿yÍŠ_4bÝÆ^e%fü`%5ÁXÉ~Õ¬”äqVJãYV*(ž•ö8œ•~¢Ž•iãÊÊ,Îbe	˜¬ûŸ³YÙsY9mÁ¬¼µ‘¬¼T+ÿ¤«Ð²‰U8_Æzðè;«tÏ=VùñlVeÄwVå[{V¥°U5°ŸUõó2«Š`Õ:*Xµ¿o³ê\Z®³ê\0Xþ³ùÉ92ë©ÅOÖÓ’U¬‚«q’õì‚«)ó«ù€	«¹~€õê1ëÕw\rÖkWëõ…«¬7©I¬·O‹Xo•_XíÌW¬Ž¸S¬ŽºdVÇ\"œÕÕ«Âê©ùËê¥>fõÑcõU(Y}Ê¬Ák“¬¡+;X£«¢Y£•¬q»^Öç®¬/-¬oõ×Xßˆ6¬©7XÓŽ»XÓ¤‹¬™‹¬™8]Ö”W¬ŸXÖ¯‹e¬ßUPÖ\\Hkn&õ§Áúó§…5ï\reÍG|d-ôÜg-LZ°\0ž;Y€Ö,à\0†ª~ËßdiÙ,hÏ~’…XY`¡¼±P¾7XƒY¶3E¨—°ˆµÿÁ`¥ž,rÃ\r%Ë¢n!³˜\"m+v‹•îËâªM°¸^‡XÜ{WX\\Àq‹\ZKPý„%Úý†%r-g‰Î.²d\nM–\\k\'K¾²—¥4Ç²7º±3°–,ÜYKøÖr‰/[åt{Uà¶:^ÉVçýa¯†³×„³×äqÙ\ZZclÆR¶Æ³`öZëöÚ‰9¶æW2{óm¶–Ô‡­ý©€­ƒt`ë&M²7æleoöÏgoý˜ÏÖÏšcoß´–½¸ÂÞý¦Œm`¤Í6(>È6è–²÷ø&²÷–:²÷ö´°÷¢ãØ†ÞÕlÃ,&û@ÿ2ÛÄTÂ6)+bŒTa›þD²Í¾¿f›ûÜeòºÎ¶¼/e[E[³­bž°­î`Û˜u±m¤l»p=¶]\"ƒmdÛßHdMub;>e;…RÙN&l\' 9ÛÙ¶}Ü¸’}BeŸã³OLeŸÄ„°=™ÇØ§ÈÅl¯ä*¶wî;¶¯Ì>ó/žðjš¸ù*û\\Ã_öyÕLöùñzöù¥{ìãEì×!ìãìK€v(ã;ìe;|ûûŠ³:ûJ€?ûÊÌ$;\"ÂœQÇ¾zx…}möûÚ¿3ìH«Õìh…/û¦œÉŽIÌcÇ|mfÇë«³KÙ·ŠØ‰À¿ì»^vê›­ìŒí0væÚv&¬Ž}Gr—}gy„e²‡}qžÍKbç¾açwO²ó¿\"Ùùˆ@vj»ðx»ðÃIvÑ¬ûO1ûÁÏWì—3ìò+ŸÙå­Yì\nO/vå	svõÚzvÍt-û¡œýpÏ~8\nc?œa?r˜e?òhd?Ýa?‰7b?ÞÆ~ªý‚ýtÏ;vã-5ö³ó^ìgIÙÏÄì¦µfì¦ôöKãHöËóÕìWv;Ø¯g^±[²?²[òØo®*ØoÍß±[#ÙmH}vG.†Ý]ÐÌî®øÇþàÀîõÙÏþèÍî7re÷3éìO6;Øà.öð!\'öø§!ö—Ò\\öäÖ{ìÉúQötÁ)öÌMölZ7{¶%‚ýkê,{Îrœ=—}‘ý÷¡+ûoˆ\rxÂžüËöÛ°Á?N°¡;ÆØP¿6ÜÁFlƒ±§ØHJ>…ÝÅFß¹ÍÆÀ\nØx­q6ÑC“M6ÔdÓrØôØ\rlö%›ùƒÍ^~ÍæàSÙÜ„&6¿¢”-°hcï²%žÿØ\n•Ÿleú4{i¾ˆ½$ØË^9µ‰½2y‹£²ýG}ãgõ¦ýœÕ£û8\ZÆÖk8kÕ‡8ëœqÖ½tå¬dp´È8ºÞ\"Žîó\nÎæ6ŽÞªŽžì*g+(”£õ%g›×g»m.gÐ†³“~“³W±“cT½…cô{ÇøçŽÉ*%ç \Z‹s0;spvÇÜmˆcþÃ•ca;È±¼ÖÏ±|~œcíücí>Î9,{È±ÙPÊ±1›çØ¨slWš8vÇ²8vi‡<Ž£ñ_Žc]/ÇxŒsô«Çù†&Ç¥Â™s|\"‚sü·-ÇÕ$Šã–šÆqÿÙÇñB=çx¯Ñçxßq|,9¾>ß8¾éÎœ3çº8gÊ9~&f¿ÐŽ¿lçlö9N€ÞvNÐ	}NpÍnÎ9šçóçü\'äfçÒ!(\'Iç\\¾àÅ¹\\ØÍ¹üÊ‘sE3òå\\Õã\\MZÃ‰òláÜ—snf97=œ›/rnŽýåÄ€ª9ñÃ­œ„ïœÄŠÍœd×=œ”Þ;œÔ5DNªñ\'Õl\'õd\'ýëmNæ½,ÎÝ±Î=¿dÎ}|\'ûü]Nö`\'Gtˆ“_Å)ð_Ã)ˆâòb8EÂ½œ^}œEvœ†§ü¼§<ƒÈ©xyšóð&Ÿó0>ŒSë{™S½SgVÇ©Nç<Z.à<Y-áÔkžâ4Xœå4®ƒqž‘Ÿq^qš´‹9M\rœ—6IœW•78¯\rœ8-ö\'9mW\"9mmœvë`N»Ô“Óé¢Æùð_Üz¶}ãôXÁ9=/ƒ9½—Éœ~¿çœO÷Xœ×œ¡–œáèJÎpWgtl+gl#’3¶{ˆ3>;Ä™˜!p&xÎ7]\Zç›,ž3ãÂ™Ö~Î™néàL9Ä™ñLâÌ„œÙ¶`Îwè?Î8ÎO¿­œ_Å¦œßïùœ9‹ŸœßÎßuO9àíG8àw¯9­—8¶ „éÁAÀ¤]8-ã`^rpêºÜyÃouã\Zbƒ9‡l[Ë¡ô94}mp‡yá+‡9z†Ã\ZˆäpË8¼!Ž@û!GP‘Æ`œ9ÂšŽ8èG²W#þÈ‘ r92¶‚£Ø´Š£ÔûÀùwé\ZçFÄ]eBãªVrÕþÿÜ\rs×­½Ï]·oŠ»®Ó‡«¥ªÆÕÚºƒ«ur…»Ácœ«sg’»	£ÉÕsþÀÝZdÃÕ×¡põÍ’¸Ûš¸ÈJîÞ#6Ü½ãË\\C\r®!žÌ5\\Îå\ZýÓá\Z·sMÖŒsMX@®©ÊA®©™3×´î(×t¾‚k¦jÆ5SFrQ³¹Vië¹Vm‡¸V|×®Ïu0ºÂuÈºÏužçº†õp]ÿ˜qÝŠþqÝ#¹îÐîÉK&\\ë®o‡ëïú‹ëZ›ëÖ‹`PÏ\rBÛqƒkÜsy—¸çPÜ“Xî§dî¥#¥ÜÐšCÜÐFKn(6ŽÕæ†Çâ†ƒèÜ+gÏp¯4p¯M¹EÜ«)xn¤Á7nÔ«‡ÜhÍõÜèê+Üî¹7ß\'rc§”ÜXô,7áà6î-.—{ïÏM<+ä&Ê}¸É+×¹iã<nºŽ7ýÂ9n:Ç“›Î5àfl5àÞÅ\\äÞÇr³[Z¹Ù3µÜËnÎäin®J7ß›_éÎ-:VÌ-šrH0Üb±·Ä/”[~ò<·ü\\>·²IÁ­Éâ>:îÇ}ü…ûd#šûô1…ûTò™ÛPãÄmXªç6æä6Rm¸Ïý)ÜçMÁÜ¦C-ÜW‚+Üw•ÜVV4÷=m™ÛþŒÛþø,·ËËšÛ•ïÉíá%q$Rî`.;2šËÛü™ûY]‡ûùŸ!÷‹¶„;Q´–;ÆýzÅ†;	ëä~síâÎ˜jqgMqg	ÜÙ¥ƒÜï›§¹?\"¸?\"M¸?wáþ÷åþZ½–ûK²Èý³Î;_t“;ÏSpNü÷ÚÀ–s]>\\ òãÈUã‚‘H.Ä~’ßw‡§©páK_¸ã$.¢Ñ›‹TTr1àF.>:ŽKtûÎ%À¹dþ.ãÆ.‹¼Èeqƒ¸ì~.§w—§•Ìå\rjsù“Æ\\ñÎ%®ä›W\"sæJ7K¹²çÖ\\ùš^®ârWÁã®P¥ÜZOeé3oåOõÒUžÚ´	oõÁrÞêÄK¼5î<’³<\rÔ=ÞZ²!o½j?O+å.O‹ÝÈÓöåótãÒxºbosJ:OÿIoæoûŸLÞvƒ·ƒÃÛéð„gªÉÛóÖ—·Êàí];Ê3Ü¾g(ÙÍÛw\'Ž·?é\rÏ¨Mg²…É3i]Ã;˜)â¬ÚÄ;ø(w°í+Ïøgö.‚g¾\'ˆg¡oÅ³ø`Ï³ücÄ³‚eó¬”<ëõ‹<››—y¶«~ðìnzñìïòŽ¼Šå9Èæ9&iòŽ¦ðŽ–MòŽVèóŽâÍyNh Ïi)—ç¼Æs‰ràÿ2Ëó`mæyˆóx\'Ìýy\'75ñ<ëŽò¼*Ÿò|_©ó|¿¼çù¹›òü®Ÿâm%ð9ò.¨ð.Y#y¡—Ëya¿žóÂ˜m¼+‚yWi¿x×Ãúy×ÓKx1Û?óbd½¼ØÎ5¼X‘wâ/Áá\nï–U:ïö¥Þí«ûx·ûÁ¼Û+f¼ÄÖ^ò^0/uð/\r<ÍË yñ2³êxw^óîyžäÝÃáxYÏxYƒ»y9Iq¼¼Íº¼¼ür^b/¯põ^Ñí‡¼bË\Z^©é;^©Ë¯¯Í+ÛÆ+“ç•c\nx^Å»*^¥¾+¯Ò†Ë«ÖùÈ«&ŒðîoàÕþÓæÕIþòõ:ñê½îóž²æy\r\'ìx\rm;y\rÞ‹#RÞßK¼&õÞëì#¼éiÞ¢ïí·Q^›¡¯¿×t–×1$ãu^*á}ØgÎûp.÷¡´’×ƒ$ó>ð>1Myë\"x>_x%º¼AgÞàµFÞ`Œ&ox²˜7SÅŸäAá¼ññ{¼/‡®ò&öPxßBÍyÓÕwyÓÒ`ÞÌ\'9o¶çïûmÞ/íï¼ßÛø¼9|1ïOÌ\rÞBÄoá„÷W+‚÷w1›PAð\0±y€P„ççA<PøVøf\0ºË™E–ðàzHzç~zb+z¡”G«æ1Îlã1ªñØ·Êyœ=v<NÎ/cÍãîþÉã.±yüÍ‘<~HO°ÿOÐZÊŒ$ðDÌ\r<±AOªÊSh‹y\n1’§ü¹‡·xïoñeoQ,á­”yñUvYóU>“ø*b_þªºw|U-_…ã¯Ñ_ä¯9†ãkÌð5Íªùš‡Tùë6.ó×‡òµlNñ78MòµÃŠùÚFü»‚øÊø[7äo½BàïtßÃßeÎãïú4Ìß]¢ÃßƒÐçïýwŒo¸q„¿_^Ë? jÌ?ðÅ‹\0ð”`‘Ä7âùÆM|“¬\'|Sÿ|óý¯ù*m|Ëß¥|«<ßêƒ5ßúü2ßæÔv¾ÍãŸü£’l¾ó•«|gÒß%rˆïÞÅwKQá»Çfð=ŽZð=òø\'ÖÙòO2nòOJžòOåÚò½³øÞ‰Rþé²×ü³Úãü€\Z#~\0ÐØ1ÄÊ¾È?·ë1ÿüçþù™+ü‹¿ºù—ñ/mûÅ¿´OŸz ‰*¹É6â_Nïå_þ„áGlžåGÔnå_Ûûù ýú\0ÿzò~Lc-?v·€Û¼—;\"áÇ¢®óãQü„ŸÍüÄü1~bu5?é®‚Ÿ¤ôåç¿ççÃ;ùùK\"~áþ?ü¢mûùEY;øÖtñ”Ÿâ‹pü’MËü+<¿âî9~Í*\Z¿Öq#ÿQtÿIjÿ)FÁoˆÔæ7NJùÏÒ·ó›,¢ùÍ[Lù/¿Ýâ¿ÒZæ¿¾þ“ÿ\Z•Åc×ÄëÝÏd€ÿž½Ìo_âwìÒäwØzþ…ßñËïL«áwûØò{Õ—ù½¶h~ÿ¦&þÈ³ þhÇcþØ<˜?ÙÝÁŸŠÍãOý}ÁŸN¿ÉŸ~RÅŸMð¿ïÚÍÿ	¯âÿÊ*åÿNðç‚Ãøpþ‚Ò‹ rù £|Ð“>øñ5>tM	ZÃãCQïøpB\rúÅÇø¿çcž_æc­øXû§|lÿ]Ï\'ì1áEðI±×ø”¦ß|š<‹Ï ð™O¸|æ«e>ë³=Ÿ5ù€ÏÕãóC_ò¥ð«|å_#Ê @åÅej¨L VÐ.Xsy·`Í“ËÌÁÚ-kwiÖú>¬].hÖ\nš¨U‚u;=ë>k\nÖ[\nº\\•‚Í®o[îílÍ~/ØJÿ#Ð»!Ðg¥¶Ù¦\n¶×}ìÌ)ìj\"	v›½ì.Ç	vwiö®WìÝ\nš&\nsêÌ>Œÿ˜ìzÆ	LO„Lÿ»¦¦ŒZ™Û.yAºÀ\\‘$°xóK`¹ýµÀ²ö½Àª…)°^¿,°Þ(°¶ØXl9þYàÐvZà¨uNà˜j\'pÄØŽnu¸®—\\mÑ7û·{Â‡Gà8#ðèN]x-8ÕùZàÅ¢¼aýÏ›7‚Ó\rþÁkAÀK]A`]»àÜ±(Á¹˜àüzÏo)œ_\\„¨å\nB¯B``A–#¸Ø(Õ¿%ÿw@p¹´KpUÇYpõ€¡àzt‚ zµƒàÆÑAL¾¿ F’)ˆ½Ü~ ¤ð÷	R®R_CiN:‚´`;Aºc€ ýQ² ãø² S‡&¸SÑ*¸{ò”ànA„àþÑ<Aža“ @#BP~{¯ 2ã¨ Æ·JPóU*¨ù‰<œ<¶©Ô/H\rvY‚†÷PÁ3Uà™õˆàù1sAóvÁ+½ZÁ«}ñ‚WvF‚×Á	‚–m•‚–ŒjAë%A«G¬ ­$hoLt¬)t>§	ºcmnh>>\nzŽzŠ}=µF‚žÑ:A(DÐÇz(LhU¯û]_½*UÙ%³†\nÆÎ	Æ.´¾„1_²‚¯¥`rè¥`Rj\"ø¦Þ(˜Ù.ø±!Kðã,HðKÝI0ßwF\0Œ\nÀiWà;&(+€ç`OºpóaÜyI\0ú+@:ëÁ”U€’´;„+\'„\Z™€d´C@^Ó-  &Ô·ë4Cª€fW\'`¦—X÷ö	Ø!>vÛU¯´X )},fÈt,²ïÝ%¨F°¤G,9,kô	Vc„jçÏÕªVÕžÆ\nÕºÈB3k…šá—„šQÂ\r^p¡ö¯³B}Â.\'…z—œ„úz…ú§ý„;;„»¾…Î}Â=æõB#øo¡‘LCh²ÎQh\"Ø\"4\r+šêÍ“M„_3…Vž	B57¡\r°[hëQ&´_Ï:nù&<ŠsºÀl„Çíºi½º9Ô	ÝX¾Býd¡‡Ãq¡L$<q{Vx¢ <¥f.<¥œz‰…>zzBî3áé8žðtæfáéš9á™¸|aPÕˆðÜûaHA…ðb6Oxq.YxÉæž0Ìµ^n&¼<ç*ŒŒ^w^Gö£Ü\'…Q\07avLxC÷ŒðÆKgaÌ¾taÌ©ßÂX×,aì…}Â¤ïúÂä¶«Âdn™0™Ÿ#L¿R.Lï{+Ìxì,Ìüb\"¼{»JxO7_xßK(Ì†œæ”íæŽ¯æ¯¬DE	‹l$Â¢w>ÂâhkaéI¶°4ßBXÍ½/¬Ö¢Í…µ‚[Âº\r„u:@a~DX\'¹*|œÞ)|º¨6†c…Ï«¶_¯¾F\n›ÊU…M‹íÂ—“ÂWyÂVc¨ð}f¡°Íéº°mz°}[¹°=x“°Ã6\\Øñ‰\"ìü¡)ìõÑöÎW?ítl ì„#*XáÃR8ÂGGû„£ÌCÂñáø;áTô°pšÙ*œq»(üžñÍ„?ÖþÐiþ>Nþ¾k)œ£å\nÿ¸¿þ¹ÊþÝ!œ8&>&ŸZ‚£ÿ	Á……(AŸÍÜ$Äl&1	6ÿÑ#Ä:)„Øk§„Düy!©ê€|ÖZÈh|\"dméò…üÜ.!ÿéQ¡`Õk¡°ÌW(üŠÎ\'\nÅN“Bé]¡”é)”½ÊÊ~ÿÊ¿Ç\n+KBå›páâ¾gÂÅ\0á\"³N¸tjT¸„‡W¨,‘êže‘êu‘ªrE´º}Y´öF”h-â–h-eQ´>-Òòi[êŠtdS¢MÞlÑ–#ž¢-+q¢í‡‰ö¾{ 2¹¼Ut0¿GdÖ¶Ud±åÈâZthS¨ÈÚó³èð•8ÑáWÑá\'D‡9\"{Â-ÑôN‘ƒ×è¨-Lt”¢)rz*ržQˆŽ¹ÆŠ\\wùŠ\\ÝD®Í9\"WÆe‘[°¡È]õ«ÈC£Etjð·Èëò?‘÷G‘7ÆVäMã‹Nž(™Kùï¸(:›#:;ÄÔ<‹ö‹‚å?DçnùŠÎï°…¬)]H@‹.Š.ýçÇ%„PZë/ºÜ»FñqTAß$ŠN‹®Ž¼];T#ºvU!Š4Ü-Š2|!ŠîEgéˆ¢qÇD76†ˆn„‹n°EqtŽ(ñGŠ(q!J²z)JvÌ¥¼ÃŠ2ñ2Ñ=\\žèþ¨(;fT”ûh(·ÿš(¿,*tMÂDÅ‹D¥úñ¢Rë‹¢Rç¢Ò¶¢ÒŸ¾¢²h5QÙï¢r=²¨ò×œ¨Š=)ªú·OT}>_TÃÔ=L? ªM.ÕË=YZÕ©=uƒŠž×h‹^ly#zQŠµ<ó½Õ+½+9+z‡}\"j=^\"jm>&zmµÍšŠÚ3»E^Ë¢.ó\r¢.·¢n@™¨G¯]Ôç–-ê?ì!êw„Š>==\'úD9/\Z<É\rm<-\Z._\r¶ˆÆªtE_Œ‰¢É£<Ñd|è›±¹è‹ šväˆ¦=D³×A¢ìß¢ßø¢¹`¨hna\\4Ç;-úó,Gô××FŒo“LEÀ¹§\"pPœ~A.‚\'ˆ\rX:„%ÂÖa¢uD˜Þ¾±^D\\Ù\'\"}ÿ&\"?êÑ››DLK„ˆuÈIÄ¶9!â®Éñ6{ˆxânÿL‹HÀÈ	8a\"ÉŸt‘´i@$-RL×Š”¦šâU™™âUõSâUmŸÅ«~ï¯¢9ŠU5ÍÄªqbÕ\0±ú3\'ñê„÷â5;õÅ\ZÔzñZ›±–FµxCùw±n|§xcëQñæÃmâ­;Ä[§ÍÅú¥·Ä;âÄ»ìÄ»mOˆ\r¾ï_{VlŽ››+†ÅŽ…b‹´CbËSqb« ­b«òçbùz±­ãg±-¯BlÏ)ï;ÕŸ;¯Û+vù‹O†<Ÿ,¹#öSÅþ]šâ€Ð4q gƒ8¸ÈJ\\æ.–­ˆÏigˆCDcâ¯ˆ/?_J9!û±C|¹ì€øò[ñµÙyñõùAqÔ_ø†÷¢øæ2A·J&Ž·Ú\'ŽŸ‚‹oŽ‹o‹uÅIs¶â$Cœìí$NNM\'?8,Nþ»Zœ¢_œ\"-§%‰S—ÒÅi¨·â;ñ6â»eBq¶^‡8/tXœ÷ÝC\\xIMü \"I\\Œk—¤˜‰KhqÙ‡Nq#®88$®è; ®øtY\\9e+®rÅ‹k>l×½x-~\\¾^\\ÿ½U\\O~+~Š:)~º$7Ô”ˆH½â^µ¸Ñg¿¸ñl©øÅÁfñ‹ãâ¦…OâfÿqsL™øåqWñ+“¿â×Y8qË¶_â–+«ÅoŸŸ·jœ·½²·‘ŸŠ;JïŠ;ûÄÝ~“â}UqÙMq¯ç¸¿ý§xp6Y<ì.Wï[øˆÇ\'ÝÄ_4‹\'‚kÅ_×Oö\\OÎ\\O¿‹g÷GŠ¿³£Ä¿†<Ä¿WÎŠçmÅó+ñÂ¾1Ð¨Fœ‰Câ»ÄÐí·ÄHR®]¼JŒ¹~VŒ÷Šã\ZÅDÈ!1y{¹˜Ü³YÌò…‰Yw%bVIÌ>!f—Í‹E±è)–;ÀÅ‹Ý|ñâüIñ{R¼œU+^¦JT~LIVGI46ÄK4\rÍJdýp·DÛ÷ƒD÷ã¼dS€‡dóQ7É–ïA=A°Dÿc¶dû¦k’]öá-C‰AÚ>ÉÞ‚\n‰á¹’}Yc#Vbz@ ±èY+±LN—X-\\–.CJl\Z]$6¿L$¶×Hl“îKlË.IŽÀ7IéÓ’£õ›%Î|´ÄeqµÄu»ÄÝi½ÄýìS‰‡ÊsÉI[K‰gk¼Ä+k‹Äç˜£ä¬]—$À×@8–Õß‘}*	ž2•³Ø’ibÉòCÉÅL ä\"k­$ô\nQr-·Yé¿Qrf+‰º2-‰ªß$¹Ñà&¹Y±Yû-‰¬•Ü*aInµ–HnçhH’Î~—¤Ã$é£«%™Mó’;ö’;Ñ¯$÷þ…Hrn.Jr\'$yFþ’üì.IÁQSIáÙIáóIakž¤¸P.)nð—”ÈwHJ‡ã%oK*=I*r$U}a’êÕŽ’ê8I«DòD“ÔfÜ“Ô¥a$u¹Ú’º–Iç»äÑì²äÉ:„ä‰ž¾¤é8VÒÌÝ#y¹æ”¤¥<TÒÒà i]AIÚé’N¹Š¤{ø“¤GÔ)é-N“ôƒs%Ÿî$HÆVa%c“%’ñ¢d³K2±í³d2ÁE2µdºò³ä{À²dn9T·€wo’@ÞYJàð=8ÂJ‚jBH0\'%üž*	Ñ5VB:°EB\Z_æ³%”cÖJà˜„rëŽ„:£!¡’žHHX×¯J¸—¿JDå?$bõi‰äÝ¨D2a+‘7J´$‹·p’ÅºC’¥]Ö’¥Cw%ÿÀîÒU®MÒUå©ªU¦T5Ú@ªf\'Uƒ}–j@÷H×J×.èHµYKµ™^ÒÍ·~I·”©I·`Ì¥Û¦	RN§tOv¼Ô°\"UzÀœ/5ã¥&w–¤&ÄËRÓ§R©Ù†ŸR‹áéáÕ¾ÒÃËw¥¶X©½­Bz:/uüî&u\"˜JÆKýÐ‘ººKÝÙW¥\'”¤^Ò©Ï¸½ô´ó/©ßG©è#éÙu¥šþÒÀU…Ò ÑÒsQ!Òó}§¥!¿I/UKÃƒþH#Š“¤W}¤W¥õÒk¼·ÒÈuÿÁp’F_9*½é¨”ÞLÑ’Æ‰f¥ñ7B¤	MÒ„né-/é­&uémý`ém¿.éí¦ƒÒ$·Ò”˜\\iÊ‹jijb‡4mRWšë%MÏÛ-Í¼óNzÇ§Wz7ð‰ôžI˜4‹²YzÇVi^}Š4¯{›´è–•´xs­´Øï´˜¸_ZÚ°NZÞ‡‘V¬H+wOK+[J«,Ó¥Uñ)Òª7ÖÒêóZÒšžÏÒ‡™\rÒ:íFiO±´®©Yú¸xô11GúÄ%}ÂJëu+¥õ÷ŸHë\'¯HŒþIîôK_¬aK›W©H›?ÿ‘¾êr‘¾ö^‘¶œ,‘¶¤dH[xéþGéÛ$Kië­kÒVü:iGàgiÇ­`i\'®WÚåp_Ú}ÛRúáM¨´7¥@úñBú±¢]úé?GoHjZ¤ƒãÒ¡G:Ò¡A¶täp¶tD0-õ©’~‹ÿ.ýV,ýö,Cú“þ¸tPúk£»ô—Û¼ôWš£ô÷]º`=%]ÀHÿö¥J1RÈµ×R`I\n@HáðP)âE¼ÑþEŠ¬ð’¢jt¥Xó)6ew€,Å_¶”â×I	¥\")ñæ;)ù3XJM;\"¥Vž”R§:¤Œ§o¥!_Êê\0HÙàR¾FÊÍÓ’òûì¤\"ûoR‰	]*­Ke7\r¥Ê„5Ò¥G¤KPéŠö™ªþ)™ZóŒlõCÙš\r­²u«eë\"‚dëÕËÖÃ¦eë…Þ2­ò/²\rëûdÚùê2í—÷eÚãv2Ýå»2½@²lëõ£²­À;2}“q™>r³Ìàão™T!3L˜“&_‘N6Êö1æeûoÄÉö+ 2£u­2#‚ÌØ<Vvðn´Ì´Œ+3;Ð!3ß3\'³H0–Y¤¾’Úz]vh·³ÌJã„ì0AOf_Û/³_ËŽð\'eð2ÇW)2ç[Q2çÞ2WÐn™›÷™[9Wæý-ó˜•T7”Ü/•y® ;Å¯‘ù¸úÊ|ZOË|¤¥²3ÏÎÈüð52ÿÉ²@§bYð| ì\\X©ìüž—²óÍd—S¼e—³h²+çQ²+HGYk·ì*í¼ìª\"Rvmß^Ùµ’Ÿ²Èã·e‘±õ²È¦<Yäˆ,:ö·,:ù¥,˜(‹%¬•Ýš|,»\r~&KlË’Ô£d)Ãeñ²˜ºìÎÍ²;Ã,ÙÝ\rº²,ÝYÖ»]²œ©²ÜÂ!Y.2L–W—å#—e<dÅ³BY‰šHVòÞIV:Ñ%+»–)«ø\\(«¼{KV­Þ$«Ñ,—Õ\\ËjêKd÷¿‘=l”ÕnÊ¹reªNËÓÅ²§?©²§ØrYÃÚ;²g·ÝdÏz2d/=È^5–Ê^áe¯•»eoÒY²6k°¬ýÄFYû—eY;›)ëdÕËz’7Êz1²¾úÙÀeUÙ\0\"L6¼ºI6¾&ö’}ëÖ”}[Ì“MUÈ¦iWd³öu²YX‡l–Ã”ýø´EöÓk¿ì×n¾ì×D±ìÏé›²?µÃ²ûbÙ_\r ¨’·—É ÎÉd¨{e(?C¦¯M†ÍWÈp7;døÐ¾§NF¸+#>¨”‘U/ËÈëÂdäþpÍ¢FFÃ’dtÜzÃ8CÆZ›#c­Û+c1÷É8;d@ŽŒ›Q(pjd¢ƒçe\"k[™èUƒLú¨Q&›J“É/çÊ”\re‹jtÙÊmÙ¿|3Ù¿º;rÕA²|õG¾æ`–|…|MN‘|í¤‰\\óýnùº½òu‘ëåëw¨Éµ¢dr–A¹žƒ—\\ïž—\\ÿ½‡|›þqù4L¾cå»|÷`²|¿\\¾wPMnØ#‘ï›,ß¿n£ü\0î±ÜÈ<VnôG[n¼=Wnœ•/7ž˜–<Þ+7Ý~GnÖ-?äl\"·\\;+·üÑ,·2î‘[\'Êo÷”®·”Û?ü#?¢~[~Ä6MîPû\\î@çÈálùQ‡ƒò£ï?ËN4ÈßFÊÝ^ÉOŒjÉOHÿÈ=7ŽË=‡\nä§&få>µ<¹Ï‡PùéŸrßï&r_ÆgùY¶X\\È—‡ÜÝ+¿TxFæ Cž—‡ë•_ù)ø¼Iñ‘GjÛÈon“ß<a ±Ô“ÇTŠäqEÝòøÚÓòø:¢<ág‹ü¶Až¨±Jž$¨—\'ïÃÊS~?—§@ËÓòäÏSå÷ÀåÙÛ£äyIpyÞK¦<oÑD^Àü,/’÷GËKöøÊK+áòÒ¡!y…ô¼:ÍOþÈ³Yþ8ó¤ü±ò¾¼þIþÔk•¼!¼YþZPÞy_þæU¦üm\nYþÎX ×± oe™Éß¡äm.½òv×ƒò³fyÇÀ¨¼C)ïÌÂÊ;+;äÒÝò®n¶¼ÛÄYþA£ZþaÆIþé}|ø½µ|¤ÁS>*!ËÇ¢íåc?ñò/»ßÉ¿Ôí“OlŸ‘O˜Ë¿žÈ§RÊg÷GÈg“nÈ¿÷uÉ—ÉÞÊçÝ‘ò…ASùÂb›ü¯	\\þ×”*^¾ ‡´TÉ¡emrè¤³–Ò$‡Jåð­1r¸~¤žp^ŽzC“£_ÿ’cw1åXwå–Ð”ã‹å„l´œ˜R&\'Ñ³åä\0;9u&g¬N’3ÿl‘³<É9Z29/ë§œ÷aŸœ7Å“ûÊå\"­¹HT,‰ýåâÑ	¹˜5\'—Ž’Ký§å‹wÚä‹ÏË—ÎäËÖDùJ¸»|åv•B¥ÂC¡20ªXÕþY¡6‰U¨o> P?¨X»q»B«8D±a»ŸbÛD±ic‚bK-X¡¯ÿK¡Ÿ}H±-ô„b\"I±36S±Ë0M±{U†ÂÀ,]±çµ§ÂÐ}D±/obß§«ŠýË\nÅÿ…±N¿â ý’âàÔK…ÙH•ÂÜ{TaþÐHa‘Q«°=Ü§°=æ¢°ß´¢p¸R£pÎ)ŽÞÿ¤pR½¢p×5Vx˜7+<€9Š¯C^>Î\n/?m…ïpˆÂ¯ªCáï­¦ðŸ*Î^sT¬yª@<SînU};£âg)Î‹ró).ÝG*B+Sá†bExœ¦â2ÏVqÅcJqe(Xq½ýŽ\"ºnâFq\"vÈ@÷ ˆ7lRÜÚôYqër‹âv½\"±q@‘tô¬\"Ùü´\"EU¢H•>Td\0ªÿŽ)²òR÷¯~TäÌ„*r34¹ÜËŠ¢©âk®¢¬Ö]Q¾IWQnŸ¦()ÊãŸ*ÊGª•¢•^CŠJ¿\"Eef¾¢²u‡¢ê¨¨nü«¨þ™¡xüôª¢Þó®¢±^KÑøì±¢¹l½â¥Ž¡âUõMÅk3ÅëÛŠ×ç-$¼âÝåÅ{o[E[tŠ¢3?NÑÕ¬èš¹¡èÞ¨©øpÃWÑ#ÍSôùÔ*>–§+úÍß(jl½ŽŠñ)ÅñµbtŸ¯blú¥â«ê}ÅdØ²b¦¥˜y©˜ýÕ«øwVüÙ=¨øû¤\0¬õT\0\Z”\n ñ„\Zb­@žR O)PK¯xŸã\nü6aý\n\"ç¯‚**È)k|ƒ‚Ã~¦àFg*¸´ÏÙ]ÁkÉV±\níŠBÎ;¤PÞ¥P”œR(fš‹3jŠ¥—\0ÅŠý7ÅJ#M©RP­\\u%^©j—¡TëÂ+ÕwÌ+Õ]t•êü^¥º¤D¹ša¨\\czN¹æ3N¹ÇS®·œS®Ø£\\Ÿ5¬Ô¢?UêèWê5+uæÕ•º—ü•=+7×îQnn²PnéLVnJWîØv\\¹ãÕ¸r§TO¹Ëv¯ÒàÛ_åžôOJCñˆrŸÆKå>-¦rŸ³³rßµ*¥±¶£Ò8ã„òà¦ò \r¥<È‰VšžÉTšQšõ¼TšžS*;¦´tRZíŽVZí¦´ñ‡(mÎš+íN*íc•vüE¥}U†ò(#Nél-P:SÝ•.îT¥ËÊ¥k×/¥»Å\r¥»½\\é¸©ôrØ¦ôBžPúl\\­<$Vž~}Ry¦¹Mé\'½ <+¿©pWÔ…*°©Ê`§zå9Ótåù¦Ê‹\rÞÊ°˜÷ÊËAG•W[_(#ç×+£\no)£KÖ)ofÞSÆå—(o™T*“\r”Éõo•)KÊÔ+…Êô5šÊtç)åÝy®2ëê²2§1[™ÃmVæemRæwø*ß¤(‹ú•ìó•Z¿)KWù(KÙ}ÊšÛ\'”5,oåÃovÊÚ•|eí‡²NT>ªÝ©|’{Mù´è ²!¼WÙHR>·8¯|~­Gù\"gVùž¦|µ6Uùú¬Ÿ²åà€²åî²²µÇ_ùÞæ­ò}T£²­ÍOÙnÐ­l¯ëWv¡R”Ý‰iÊ¾È«ÊeBƒr Ÿ§?¬ôTŸUYQƒ\Z”#¦”#Øpå-_ù%ú™r\"õ›òk€ƒr2‚ªœD~UNãÓ”Óluåì†WÊk®)ôÎ)3µ”s”m»”€-.J\0õ‰¸ÚJ	¶ø«„œWBnø)aÌKJ8è®ñÐU‰Ü¥P\"[•(£JŒãq%¡ì•’$\nP’m¾*)&ë•Ô%ó°\\Éœ¸¡äëu*ù‰h¥À¶C)âá”OÎÃXrÙ!bqÕÿ\Z Ïx >€ãECƒ+‰r‰Ji©4.¥¬8\\CK\"B	—”ºÒNéII‘H„ÐÀ¥T$\r¡%‘PŠT$RtÒ¥ÿzîÕïí÷ó³ËÑ Pzºén‚ng@·(%è™³z…×Cïó§ ÏQeè»£”­ª@Ùë(¨«ƒêæhP-/æ¤Ë yôüÚgüšZ³“`È|Wò³´•ÌA;¤èö¬=]Ð›©zôû,ý~ñ _R\rú•`ñFª]„Q}rÁp`<¹=£Û¹`ôc$LÐ5€i%\'aú—50cš\'˜NÑÓyf`úæ1Xtë÷À:eXŸ÷\0­°±]¶Áöðy°ûmØ-=vÿ»á`ŸköÅå0¿e,P+Gõ‘°ø»,}4\n–íô…å®nàœu\\ÏåÃ*Ãeàn1Ü_<‚Õï¯çðRý^“`íö³°öÕtðY±|Þ€ßñdð;iþC€}¬ègÂF}?Ø=6–ªÂ&Ý°Ùq:lÞU›ÏDÂ6u‚ NmØ9ôì>é»ÂÞqýaot*x¸B D\'BÜo@Hãøßô*84JÂL…°œ÷pì‚Dýg?9eD;ÇAÌ_eS}bÿ,‚Ø½…ç \rqëVB¼ÓEˆwU‡çï8b$N2‡$µHÚRggŽ‚”P#87k=œŸ}.øêAz×\\H_<2Îl„Kw‡Ì2o¸¼~\\ù–\nWÕ•áêšçpÍ°nV™@ÞæTÈ;·úÂíÌp¸3´7ÜId¸Óþòc.À=}¸ç¿\nŽæBQX)<ðM†G\njP|ù<<q_¥¡Ìø=”yöƒ²TCx¶\'\Zž;~…çIï bÉp¨\\«\0UGWÁË_Á+\'x}ÑêFë@Q&¼ÓúïŠ´ á‰4jÄB£óh¼ù_‹@ó¬åð©p´ìÿ­Ÿ2¡M2|w¾ƒ:[ÃO•wðsµü|z 3èÑ*`vìâ²»ÖšaOY†JÁ\n¨tB\r{·.À>NÞ¨|É\ZU~tà/;Î¢êå8`¬\'üþÕ/ÌAÝ¨q!vùŽš›’Q{P#›7õ÷W£ÁŠ«hpëŽêöGeþ†ó£qô í8Æ¬ÇØtG£KGÐèJ>ŽkUÄ	/\"pb®\Z/î‡“VtÅ)½ÝÐ$ÌMš£I‰6Nµ±ÆiW4púh\rœñûQ4µ[†¦áƒÑ,`ÎQªÇ9CßàœšWh~äZ\\ú-²ÑÒÿ)Z^|‚–izh­2­íÑFû2Ú*œC;·l´/:Ž†ßpK9.ñû\r—„Uâ²!ûÐiÉ=tz:WæMD—wQè\Zú=\\Ž GÜïè‘8=ßCÏ/ÑKw5z­rB¯ÀV\\Ó7×L\nÃ5¢÷?{ÐgøôM«Cßœzô­ßƒ~çñÏI·1@µ?nL²Á@Å+¸9ún±x‚[½bq«_wò°ÁíËpÇ5{Üåo{öÄáÞm^¸ïí4¶4ÅýÁ_p?´ã3—ðÀ›Õx0ý\Zr…‡6õÄÐà%x8¦ìªÃ£ñ®Nv•‰Ñq›0æ[Æöš±ºŽw¢\nã}ÔðŒ²#žyñ&<ÖÆ$C˜”œÉšã0¥©?ž`„é=1cý[Ìøú/5áeW+Ì²ŠYSðzK=fç`NbÞè²oì†7ÿ{›÷ÝoM™Š·?Ç»5˜ï±ïeìÆ{×ý±Àe%j,ÁBÿXd\\‹÷íñþÑ\n|¡‚ÅŸšðI?G,Ý\\eÏ»ã³„h|ö¶	Ÿß\rÄ\n¿`¬Ü5+k¯cÕ¸]øÒ¿_VÁê”X]½\rk<W`­âI¬½‚o¾b]¦¾5ž‰?N½‹3µðãóØžŽÍßn`Ky~VÙŒŸÉ\r¿¼êÀ¯FIØ~d¶w~HÃóúàØù3\0á—t$«{È“£IÑ4œ?¿¦n.ÍÔ}Àrê‘\\E=í3Iiügê5Ë”z¿¿B}Ü:H9/TöÅP¿Ÿi@ŸÑ¤œMƒÒ qÇiÐõrÒ\\[BšÇ’æ­ú5ü\"i]J!íá“H{Yéœ‰§a]7Ð°­wIož	é=n&ƒ«dèÜL†!/È°v>\r¿LÆªÈøë%š4ã0M*J¢)š\'iÊ¢d¢^J&ÿ$ÒÔãhÚ{4­|+M7/ ™ž¦dº¦æºšÑÜ…dnéLH\r&d9Íæ¥“mÜEú}S9¨,%‡³6ôGÈš•Bó¿‡ÒüB§í¤E»ÈñF9–Ï¥Å%\Z´ts-M;LËœÃÉyw­ts U«¯’û\\Zí@ÕŽä¹eyÅ‡×eZgN>ášä›¹—|ïO%?¯0ú³¡ü5•Èß;”6XÓæPÚ–@»Æí¢}Ó‚hŸßÚ‡(¸ ?˜èKÖ|¢õïéàXc:¤¤M‡¼\'P¨5…–ÙÐá2:žÑH‘3/PTk\\	tjÅdŠ­+¢Ó7Ë(ná1JP$JPk¡„E”¨ó”’lÍ(éºí­Bg‡­§³>”ò¿J-¦Ô†:?£’Òbœ)íQ¥5éSÆ1oú{A]ŠJ Ëç<(kv\"]u¿@×^ÓõŒ Ê6LÙv~”“ãB9¹çèFÊGÊ|…r¿ÿ¤[]ÌéÖÏ2Êò‚ò74PþöÅTÔäDz™ÓÃ…:ôèÌ*þöJÞ]¦§£OR©g_*\r2§Òs*Ó\ZHeëÞP¹²-•ÿÞF•Çs¨ª‹=U;¢êü2ªuéIµGÒ»ÕôîL ½·ï¤÷?fPÃ”ú(-Ô¿‡šo†Rsó~úÔòµhí¦–KmôùÅKj_º‚Ú«¨£Ou¸UÐ÷Ôëôs@ý\\Ù‹ÄÊ†„Æp—ÍÌ];-X!²‘rSYq¢÷?–•Î¦r¯=VÎög•§UÜÏ.‰û½yÉª]G°êSVmVäuXm~\'«eÞäA}‡òà¦<¸Ñ™µæùòÐJÖYpƒu÷M`ÝÎ<ÌÚ„‡eO`½¹ÏÙ`ô56ÈëÍ#V­æa<âx	ø¤Á#\r×ñÈÆé<º[½lÏãÌ–ñxã¾<a–:Oÿ„\'ºÚ°±ïdž<Ã\'‡íä)Î3Ù¤L‡§ž^Ì3—&³i~ÏŽW`³ªM<Çí[&Ýb+å,žçp‹íÇ{²½ï^0¶œZGòâ;5¼ôt/_WÀËƒ?óŠ²\rìRmÅ®ó&ðª_ÙÍ«‰ÝN]e÷Óyu-ìqÙ=¯®c¯±±¼&Bx­e(¯½¶×Õ²·§&{\'ñº?ö™bÊ¾™£ÙO÷oPÿ‡f.â@-\\~€ƒŠ¬9¨]wm±äÝ£ðç¼¯Q•ƒ·˜qð8~µƒCŒ¢8tq9‡Þ©äÃO{pØštË¨æ°6|´s&»Ù•g#Gä_áˆ¯8Ò¹‘#ëð	c\r>¹Q£S?sLèO>Õx‹Oý[Ã±Š9V«†OoãÓâÌñ+ïpüÝ•œà“ÄIƒù¬ÞNÞèÍÉMyœü§(ás³¾óyýÁ|q®§¯häô}…œ¡®ÆÃ”ùï‰‡8«þ&_¨äœöf¾ñk-çªÕð­ò£|{ÈN¾Ñ“ï®Æw}þæ|ï|ïø..(ÚÌ…;êù¡\"òÃ¼(~Ø–ÎÛºó“ÝÕü\"ùépu.7Iáç¥E\\ñÐ+^çs¥ßa~i;ž«ûÀ¯nüà×#fòë†g\\ÓÅƒk5–s­åN~SØ…ßü;ënöáº;ƒùmã®ŸìÎõÛ>rýµHn¨|ÌCÇp“á}þ4@…?­«åÖ¿¶ò×Ü%üMÏŽ¿Y~ä§…ó±^Œg3÷béÚ¯QòPç‰Ò6]Q>Q\'ý]¾ˆêjQ«}!êeWdðèå¢5!Q†ä„‹v€¿hÇgŠö}O\Z8Wt\"~XOÑ)ÎÝŽ2ì¤±èï*ÃÇ4‹þ $Ñ?³Cú_ƒ¯ûÄ€úË(íE‡ÄÐÂHÆ<8(c*AÆ™dÊDj•IË£dJ¢ºLm6—ÛÞŠé5±ÈV«Q±buJSlUŠÅ6Ä¶¦‡ØÖ¾ÛwŠ]òT±ŸÚ)ó[ÌdAâHYxÚU‚£8Î*”%æÊ²ÔŒeiL”8¹«ŠÓ«4Y5t¤¬ÚT#«;‹WIŠ¬õñïáÉºæñ)	_+KY?{Œø÷W¿4Lä¯àÙº3M¶(JçzÙi¥(;ó‹%ØÓXö\'»Jˆz›LÒ’ƒÿv“Ð˜>rx‡„\rkˆx+‰´è.‘W‚ä„ÆZ9ñ£‹D5õ–˜Î?äTâP‰ÝX-	+NHâ‘‹’XV()k^KJ`„¤ìé\'©cý%uFœS“ói#$Ó­H²„I–ËsÉªØ\"Yµ%rõÓ¹6\'A²\"$\'*Rrí­%×©@òÞºÉœRÉ?T$ù¡îR01J\n\'Î“BUyV*u\näq“<þÞEŠwIqM ·¶HIÎgy:ÐJžÎ<$¥cÊ¤´­@ÊŽIù~y¾þ‹Tx{HÅ¶¹RY Uwäe[­¼ú­BjÞšKMÛZ©=~Bê‚×É;…ÙòNËEÞMÈ“ú9(\rý{KÃÛÒÐž%.½¥i¸‹|2Ú -“µäËÙfùR‘+­»Hë_i½>G¾fÍ“¯gåk{|í¨•öíÊ·ÁQÒ1Ý]:¶™HGü\"é¨nÎûKäç\ZSùù Mð•¦Ð§$a‹­ÂÍ©Ãflÿ?ÉwZjÈ‘\0','no'),('coreHashes','‹\0\0\0\0\0\0\0\Z€åa:2:{s:4:\"hash\";s:64:\"a99413de969b5437bd759ee432669ce73b59fc2fcabbd4f16c0430516ab005ba\";s:6:\"hashes\";s:126240:\"\0­ˆëW7‡Ž±ht#“	²šq¡»)¤ºdÅèú$\0ÐÉ\0(Ðœ˜úZúY÷Y˜@àIq©î›È—#áÑT»áù@\04ß—¼t‚\\v¦QçüÞ¹¾ô\'_ËáÂajxÊÒ¦Û\0E=j¶ƒËÈ‹|p8.æÂ½ÿ÷ËÖ¤ñóSGpåƒ\0Eq­x¿ƒ”ÃPa§ˆ÷>bváDª¿o4VŠG;a<±Þ\0^NÙå¼˜aðe|K ·-àÆÜ°ÒÍÉœ=ç„\0bœ&Fžö˜³ÿ%|w›í*Qr;|/Š=(A§óä<ü\0…‘¥#æBí5à¿j†ó$#õàj!ŸµþÐbN€ôjö\0Û§ÿå4(ÊK I|Š„¯0ºìµqD.^¾v¯\0>|æ;(ß¯\\W*œ7?Œö\nØNªÁ2=Ã7[Uo\0µëiäÓÖ„\"ÞûãÆ]Ñ^è°þXDþ“2](\0¹‡ö/Œ¡o)öô:4]±ã_Çøß+Ì”ëŽc½þ×\0Ôeµ*ë@’t„À±\"éáƒq	ÈNþ’5÷„H¥\0íT|Ì…_¬ÕSò8­´O0Î¼ªÂ¸0ªÃª‰6•\0÷ù-bsèG¨\n(hr\Z.ónåõù!eÈ×z.Yx€×UÏiÍ5G èÜ$PÂüuÍvAT‰‘ÀÊ¦D¶IèXVªf¸EW£Ïe“€ßG§]¸ñ´q)6—í	ÅjÜí”õnNØ¤^}0[PœKXs“¤+È‰a±w©S‚¶à[óU`|WS³PDæ°ç¾ŸNh¬Èb!•Æò­#§8iß>kq6¿R„Eÿ5ž”:—\"ü…´Ï±„ç·Tª_^gyªzG‚L\"1°û³U}6:ŸŸl|‡ì(ãœ¦Á–q{ÆðVÀ~uê<¢Dh¦o*¿¯ŒcÏ¬0ßñÎÁx¢cl$‡	™4ÚÝm•·äÉøo¾¿`vA:§ø™ìˆ`{rfËÁï_ûS3/sÙmÚ?dš^Í”0ßX0ã#q–Â-mlÏ*€Ï#TñŒc™ÁxðEµÇÂƒyîˆÅ©œâHœà÷î>Ìã$É2þäŽ]â’%Æì*œ6Þ\\þdpùÛ›!½s%Ÿà]Z×YÇoåŠÝ¿ŸþŸ¥„©‘ôÉr;GÐ÷\"Š¥Gu÷Éß&Ãw]ê-H€\rRWý½\\Ì5õ¦õò\'³Œ=ÃQ€7aiÌ\rICÒpE–KáÈÌð‡y½€kŠÑ©}Ë£œ\\$­p\"·&Ìp+^„ºÕ\Zõ{©¯ŽÛÌÂ˜¹5ÿ|™f¢ãµ…SÍLšo3EýxÀºýÑ¥Uãÿ°q¨`Žq4uí¶øZ¢®¹ð°¯[nù8”O£ìr7‡Í0H01YL$RRAhJ6´çM¦w:/ð7š.ÊÚP”Áƒh.BÂU-Ñ—ò\'TsÁªz+p¿ßMúË»yUL¤…ÁK«ùCËWaå\\°èËÄ\nƒ;è¥0åÄ \"f«ÐÎŸïÒ\'\rÍ¤ýDÄdMÅ×ÙùÃ÷§sËÇ¿‰ØÚ´ø$2ôj)Ã,\n²\' #6ä§9\nü‡ÏÚ–©õmKØ2†e²féte¾4ùœš\ZðGG.Àf­±Vy`¸Éÿ)\".o[`×ÏÝ\rÉn”óçjn¼viU\n@,›+!%u	re4Ù+JuP$,–WNÙPÙ2Ò\"Åž˜,|^âå€yÞ²ðñò/\Z(A°1]ü/Æ…­B‘Mój:­å@Ñ«ÈG+SÛf¶º«ÿ¹dVži‰\n°6W·úÔ‘\\<çOÌEj2¬QòŠ×Ö”\rÀ|þX6ÂìÔîÒ/46¤JòÕÉ?ÔÕæX’GX†~†–u™Ÿúic\râpª«õ´ûQÖÇí™œ½÷\r?c˜LÙTÓŠ•ùîqg¦È«?c—r‡È¸¦t­d®¬æB\rTJÂ,Q“Ó$šTDh×ñÐ((Zdz¶¹vOÿ¯¯Â_•Ÿ;Æ€›³EŒpYö.Õ&}öº_º	ÔQ¿Æ‰ãoSânnûÌµvêø\0)°öÌÓ¿–ÝÓ¤å:DILV­\0yÅZþˆ)›¾K‰\nã…ËÜ˜D‹~™‰%Roøïc‰Ö7®\r¦ºL»æ>1ŠÝˆ]š^]¬RÉ¢NF™MôâJÌ,˜ï÷iêI.2 š»>1·ZØ;×¨¾‚1Ô$š!¡‡W:	¨SxïDq5ºà/wºÛ_W:œØ+fð1zù¸g¢¦‹\\Yòúâmõx³GO0ÇÎâjo].ã–½®Bœ=½f~:N¾Ì¤Fa6¢Õ¡Ù\nY ØÓ\'ºèiûÂç+­`­ÂfGYbmŸïUP©™M™JéÚ¡0€&CvÂèM“$…Ûèú¶O½·4-K¸	o6Ûlbö1Eå;±7xù?ð-™Ç±Œ¨ZÞzE»Ÿ‰*†nk±»‰E×m@ìžãéöŽéð1s®­Y•#1$Ðé\Z£=I˜ˆŠ¿b£ŽXBr½?Š·ìÍ¥-ô‚!Çiº>¡`Éå]wBËùÎºõ@kp&»›¹h4Ô›µ2¶™ºf\'öGÑÓÏIS•æ} }Râ¥…ýJÐ›Z[`Æöm¦ÿI”$=„­ù¼¹D“‹Ö›&ÄÇ¾@+Õ¢ËÐz=¬i»êîÒ Sò¨°ÔÀý\Z\Z4Ú¶1é5ÁªÇ2’3\r#?EÉQ·ËØL¶ÕIm$ÏZÊåªB\Zï!„ãœ&šÍ–Ž—Ck†`7‹Ï×\'/¹½]äiª²5 \0¼ÒÖÎ%%Öì-ÓÕ)^\\‰¢\0«t`–kà²@§ƒ›UæOÅ”¤cp¦Ï>ã!8HB6¥Ïàãìâ=“bñÂ‰!§ônŠz\0§OS~Kêøç|$Øëö°T¡ìïÁ…ælJÆøbÿOwŸàÐáÍf\nTÀþ²­Eg\ZUê\røŸ£l{à²SYD7IÕ.`èäµÃ}#Ù§þžôJKN¢eéÓŒ»ð&ÂÐŽuÑ¡Iq™t¼·‹n~T	_j×-˜›†É%³¦?ž7¡0i–»Ë}ÍeÝiZÖO™&E+rXŽe{eª½mXÎÈö<¼:¦KSz_oeïÕýÅ­y§^/?h;@râK%àáLP…Çf¨àcË(|Õ_] ÛUÌÍ’o~MEÿèï×†Ý´sèƒò@Z2]¦óºi¾¨¨](J~nø3ìàÏ¿Ù€hjóqÚoÑ2±†kLý›JQ§c\0Ï8|VÜËA‘üýŠŽNÚº¶)\rÂmäMA¼ÌæD¾°os,–Õðê$»‹ôgJ	áÅ–Ø7l}Øa¡ñ¾ÔÈÁŠ¯Ãw|ÛgRLh!ö°1ÒRóþ&\'˜ýk±D\':8Yß¤\'\\Õ\0¨¶¯|Ç8Í(´ˆ]x’Zä´ÏvJ+è~†S‰$Ù‹6ÏîvgAÑœÀÊ‹Q?­j¬`J“ô‘2r)rk’+`½NiMçñ2]<¾	¾h\nÚË¥—þOí€3Œ5FžÐÈ\\Ì\0÷žð“,vSçç+p\ný.‡§™é´\rÄJ*RT	ü!ŒæA&–ÕUóBÍtG=_:\\ê]>iŸ£?Î·@Ú¹ÜaKÕºÚ*¿ Ô½+]²€µÒ®gÆ‰^62óG¦ž\rƒS …|±;)¥$=XÁn!Ãº®‚l=Ø@õAÍ°Óñ:ÞV56UÆþx5ôPx››Í&ó¿:V“VæûÚ-qX¹êA9ÀMç4Þà†-²°©t\n{ëÑõ†}ÿMI	AE0NãöÜÊûµ„Å.T0b([Î²Üžª£õíoYdÔÎ%Ü å+£[»Bº•ð f¶<3)|•žŸˆõ¾xZŸ Õq@Éõ¶ä51a¥Ixˆ»¼MOYÀUò\r‹ZêtŠKÏ­éuJOyÅ¹¢&Ò¸øÄ*ë‘Ü²Æus#‘žt1ð²#4çÍö´Ãä‚¹\Z€Á\'&Ý8Ñ\0Ãª”¿õ›m9;:áÄÍ¼„fÂÆf„)“™¤Iïœ³Í;ÁþPoiÃã§Ú=DáŽ¯ä¤0SlíhsgÜº{”,˜ó–ÕÉ`™€hˆÿ`“P¡*Í¤¹!j1m!–~J­Ž\r¦OÓ]ŽY<yŒ}ƒ\Z»>ÉºH¨¯ðI|ÜÇPôè±ßè®àBb¥½eÔ^üšÎˆ;VT1¨Îcj¨] k^§O×ê¤9«A9/Ø\ZóŒ%˜@b¤.Œ`»ð•š poÖÀïdf¹Æ?»jr£äYåe|ÕHŒ÷h>Ý,‹ecÞ¡–Rúes5-“šàD=ÇÄû<óÚ:3ãÍÏ©‘MçñÔ>»‹ÿrî6ËÔ¤Ðô%z‹uÛ‡7þ}»FËð˜Ä[yx±¯]káÆÝ­÷Yrƒ‡Ö¼9£IV,C2\"“•ÉVÑl·—pˆ]l2¢Pïøf>ìõKpÔÇÖšJ”¾™bvw°`î©ªµ*»wé ó}±Ëø©¶*Ê˜ñ˜)>2ƒq¤–e¥€^ÕÀ)ŒP’¦ÇnûGfRô@Ol,>ivÄ:°`ÄtQÆ*·8\'¥<“ó\nã‹Á’¼ Jò·;“H`÷QØ6pq¾ÿØaó%ë®ñ\r†Ø	üì\"…Anˆ3HØIsÌ:Y¥¤aÁe0BÒ²yõPp\nï­¾¯¨™òÆ!Î›Íÿ»Ù&°ÖÉ…\'MºÐ4ãšBŸSøßÉ+\'¥4&¼$Ø¡¡óVgg¤áoÎüg~Ùëm/à¡/&t+äùâs×ì¾äÔ\"#:Z«Ü¯4ã“‰&_&ÛÇÇ6\"xFð|w`AZ_+vL\r}°ŽNßPåÉæ6ƒ«¸Š½¢_ëðÒ°æÝ¾”ýl2¡bž©¹qÃœ$U„v¡ñ	l,s¨ÅÙ\"\rûmžè`»áY×“¯U”¶X^žMs÷—6RŸH@ñ	&‰å†¾¤BÇxžö@dÆR#U³ôOþPg›žsHüoè)nÕÎÿWréÎtZìMªÒþè?%†ï¹ˆVúÜÀ¢D±°Fvà@¯ˆÁüÜ*9V›»ŒÎ¼ó[E£¶Bu}<¨î„±\Z#¶d¸4*û?˜œå¸dªQ]Bx.|9Døö:h@ÖÂQÿÏ/U\0-|_Û¢1ùg-ñ+´­·Þ}üÔ˜!^iB³ÐòJüÕ\\W¤]f§œ@@…w£=	.]¶íkZ1Ñ™mÒGõ‚ý]Ôxà0øê•É	14\"1œIxªõGL¦[	•‚±>(GáA:ŒýÇ	64µ®ˆç ¹2DMÈMâ$Ë\ræ¾i“\0Ô¬‹	8\\Å¬ç®jùA’Ê”5Ñ+X­œoˆTùm°_|	Më°ìyu$œ1¼ck_‘KÿoÝfÛÏm³…¹%û	g)[.‰r\nào”i×{4Š›Q\n\r8HŒ\rfXðÀè	v¶l»´õÙ®ß÷!ÿð¹ÿP€²mýø•\n6|Ï”K	~ÐõCèÈ«™¯7¤àÃ:À£s&uËäÙìjÔËt	©+ö{RôƒäÓÙ„åÔËnýt,´Çž¦`µ•Î|Uî–	­	½œ#t‰Ì¹»ê«p=¬I\"¼¦˜)F	Ö“ÅÜñ-Œ\nqU‰Ëiº×Í-›$àh*íØm™l	æVh˜ÐðLC‰Â»>UÆ8.Å`Æ@<Kéãh	üÍ¿¸ÊU%ÅO¨HÞ¡ñŸ…@¿~x\\6ÎÄ~â\n*„²<×÷ºÓ³³?HM²\'VÕéèLî¼\'[RÛ\nð@&Øê[DqSÞÁÊÓðìàB—×N#F‰B…ä\n*An•„¸.]éBéÄtúvƒ!‰WÒ§Mw’9ÝûF\n+P_tQÿVoêú©²ª7nÿ\nz#ù8ÍúºÒÛßJ\nGkù ~ng˜–m.ë3\\–\nðæ°1i‚ÔjgÖ¸Ó\nv­?Ìuì	ÒÈÈfßh6Ú2Bþƒè?ñ2\03”}¦\nx‰çm¯«…nV=OD¼“\0T­ÚÞ)‰ÏUÜã©\n‹\\_9(ô)7‚\n—Ö/õSæà\'ägßƒ†v•£Ã\n¡9d£Çìgð~@–¤®|ëB-ŸÁ°²œÚý6=£\n¤TÂ[Cp¹±§â(,¬_V+äL\rÛ¨I¹ü(.ˆ„\n¥súH×µÑ‡c ë-y//ý?‡\r®$MÌ¤j3\n§aqYK´JÒ”Î€pù\ZJüj¯\\PÇ˜È\nÔ\n¶¯Ú·›tnŒ\r‰EanòŽJ;}(ïÒÒ™©ñÂ.°Ä9\n¸X:€¼QØ}×+öO—\\ß_“	{¼Ü“C\'a×y:¤ß\nÁû ÅW\"íˆúëw†\05ÑS NrËý©Š¼šh\n×CãÙ0ÄpFdù°‡l•\0¿ž\"uê™~2\"õT¯½p\Z\nèvÉ[\0Çõ‡XZppiý.Ì¡c¹;~&Œ†Ýø\nî·Î&ª)h4Ð_`ÕFãL“<—ã:`#pf¢ìò\nù˜˜ÛRW#Þˆ´ å¦Q¥ÆÄ“4E[£\'Äz“61k‡K(£á]1Èz¯ukpR¶!¢‰³Œ—YC8»³Õ`dfh–.^8¦äôÊ!{ÊÀÝFüN‘L{ÎçzÅ)ªú,­\"§wÍWÏýS²ŒJÇ²þžÕÁK­SÁª´Àuá¾’¹MˆÂccÖÍÞcdD™(‹Q±Ì\\™\raò•[„J?TÓÐð?ÑÿúG¼d¡æ(s†©ª¢Ôîtô¦BUI+u›˜ÀC¯ãÅ¶…R‘ŸãSF2>Â3`¥ûvÉþ\'˜:js(-Nê§²šÖ ¸ï–çNç3ƒì•ô:âVS;ÛÅáCT\n€»] þ¥C‡rJ¾2ŽªËÉm5CZ‡\0Ù/@@1ß1ÝÆSîð.>õU‘B|2›üÓœOU}¿Ú(Ô°¡tcç2Á¬Ä’ZV†Rêé¡ƒ[§‚l#4ÿË»>1Îµ¢´Eþ€Âl|lh¬®£ÙÊ]ýŒä:ÔYÅˆõ3	š§Óì\\gmÌ»ñ1)q+#ã˜òÙbæ^0rR_Ò²¿ˆYn,ªJš©©½ÎÍ“TÈNBº(Ù-±§gõê\\ICÚž×:rÃn…Ì¿†>TwØD\n®Q¼!˜@iDäøÃr‚è´È­!wz÷L{©ïJÑy7-Ñmé×á“Gé´žYâŠ[¨ÍôãkÊÈEn#XvÕi‡w÷R»:žM7K¬kRŠ¢D·•¬‘.„ó²© L9Œô%±S÷¨³J*˜À–…n\'Íªt^ÀÎÐVÉ¹ÅO‡œÆÇì*ó(œ˜„·Š7Y‹î(VÝz|%\0\'j·Õ­lø÷Øµ®$hçTCîôßÕžNû8köÈºÉ™y¸mœ-Bî©Ëóì›ìYVAlÍ¼2¾VSü#nÛØòX¼–‹Õ6÷ÃXî”›âñDUÈTö=õ–1O¿@ø,xÔÏý’ˆÝ³Ù Ø)®¼\r&Üd5·s/,—\"ìd·\r%¶P¨–˜ÓùcWé-:\'2„Uá\'FtàÝ©z\r1?–;IBœ=S±÷\Z“2ÍÖ¥‘&þ×†Z¤B®¬»\r5CÝÙ–˜òªNËùsÅØkú×úl›\'t35¿¶°ª\rQiü^š\ZB|­äf²‘C‘¿è-/r±ÞUÇYÙ¢ÅB\rX·[cdpSs3Ó%.Xóå|AˆºÄwü˜#(JL\ra‚{pë9ÑÙåó(A–)Ë¡…Ì®SPV†Ìsë6ì#i\rnuŠî:Ft\Z±¤\"P9ÿµ¸qP¾‰œR¸®PA \r‡¼Ëk•<vWàPäÀœvªãg(HÑ‚µ¢cŽ+d7\r”YÓøtÚW^¤ü¬}rIxÛ¯óºu†$ç/dMkØ\r Uÿò‡:ïwöçëÔ,ÈËß&çK…p&á\ZšÑ\rª7GÙ› ríXylÖï³ <U5p8â­nŽèš\rÂ›Ø×Xd	D\nè£ìñŽ¬q¼bc÷\Zu—íÀ\rÙ“£ÒC7,š¾<ÜúÜp­,ÏLùâµ~rYús#€\rç\"¾(qqš6çZN†è´Ïæ–Éû–ÕÅŸ&åh©Ï\rò\nÝîÌ*J–Ô6´¤©¾û”V^±Ï%W\\Ày¬\'íh?IÆÏIëÂ3z(BŸGQ#‰—`päS:eJÇ&„/–ÊáaÉ‹¨“`ï÷þ\nŒ}ûç\Z\\xÕ+ÃG\\%R£µÍO¢¤6³àûí}î°ã•“æ‚«Ä-ªFúkRVËð£6š·ƒG_e\r­¦\"ä}ÕQ^uâÕøÀ¿£YtY®‰sNlÉdU|ß7™‘tìUàFY€›ÈnˆaÔIWRHÛj°wHBBÇí•Îíu¤Xp\0bäUeÒ$OrÎ°Ye¼JX¥pºW	!ëL«	o÷Ñ¦Ÿ?Á11Êæ¨]ûQ[¯Ú7*ûa3ÞÇ¾Úh‰‰,¡UúŽªc\\ë¯kiš² »6uøàJ\n3*¬“KvÊi„åA&à4’ú«=‡DéÖq!è“¸Ö§f;4“™PäZµøeµO!˜vx.eèÓ8—jY¦»ûçß0\Z¢´€èP…P1¯ÔS/ÀÞ0?ëU!õÍˆ¾ß½¸õò6°??ÏÏöZž‘vˆw=2H:õ)x.°ô®‡³Éo\\ÅÔJ†Ât®LUËÕoíõßñ­L¶¿~ŸÐ)6ÓKÏ5S$Ê‚8—ÇÝ×â¡§5gg7ƒ3lsuØ¾«yˆÝà‹Z¢wÚ ›0YE\0éåÏ£èº«i\\ùÂÞ|’¼”˜Í7‰Ùwq‰Ò;,r’íäLXâü†±çÈ\\35qv.Rß¼h<<êï«‘t÷hDŠ$ŒÂ\\FâM…(ñb;ËôKáóæ«g«&\nõ-“ûnzEja ¶#‚[ÕYdIdf@\\‚K2o—–Ø‚/*Ò~ÛHwèÿc@Û2Ží,éòÓù´¶P±0ëíÁºé¦Îãîx`ÕžˆÚdZvsþ.ÔÄk‹’º…Þ\Z¦5Å\0«ºyX“§$Èõjë¤‹ˆÖIˆÂö8¢ÏÌ@t=Þä{9vÔÆ>:Ì·M\ZÔÏµ‘”±¸\rBt\rðÏ×ÌÏ3û˜½å­±‚öš„tõC ÿY£\n™ÜHßú$$ŸTƒÌž}^ñpfO]ÅÇ­N3­%\r\\Šà-ØA¹J²KÝªK—àƒý7P¯xeæ\'£PHøÿåHýP=,¼L‹‹ëNÁ·}ïœ\ZøEåùO\\0¸uÅÊFOR\Z)Ä§è„;S \'bN<vÙwúLSÚ»«sT³Å|Ï>QëÎ°Ïi}ÚGåD…£Ž7á OF5ì¢B×NovÙßÈ:A_-3£ûx\ZJ¼B“@k‡y50é“ÏÉ\n­×Qã(çð¯;®4ôÁ.ó¸ò`R‡Åwÿ|lSÉPpÜkÔGÆMÑ8Çüƒ•¡ÝÔ¹ÍÜöfòEËx;Ë±£ÉOØ[À÷óÌJ`uOâv&_ÜÙÜ-]ª›ƒÆE–ç;|¯µx$ åí(˜t`\"òíð/\Z=á`>&î‡oRŠÖ«Ùúª	æÚ²îç}ÆZ	wé%þö(ð4)¶;\råí;¢)6qi9CôÜ2éÜtÖd64KÕ®ÚAØU)Û³! ž¡Pdlwä+´þ¯>Æ;ç ßO¬±-dÒG¢;žÏ·ð6Á<³á°òúº wj›;ÔV½Û4dkÏÔ·Ü>·D‰ŒjÃ,p„Æþk~*Šº®Ýd}ç¯[¼ÔíçHù?âiK¶[¼i¾ú/Û(õ¯‹â^ž\\‚Œö4¢žc-¡ÃÈœ¡þ)öÍ—ÊÛ·õ¢Ò@c.ìV_;qö¦ª:uMø­ÛX®ýœbW…ìZ`ïÄE²Ø¶\rÇSèñkyíì%„/þ-‘Žu_EC©?oÍTgûNLC\"Mï61É¿ä\\ˆ)®ji®÷êÁñ]ãm¥†bŠ#¯™«6ˆ§C2 —Îaoß2á¨FýÃäËLØW¡”®%\rVJ~øpŒí$¡Á–P(‹ñqŠÇú\0„RSé;\rsò}¼ºo%Š©XOwR	É\\˜óBÐ;zÜÀÒõùñb#Êqš¾l¦¼EôˆSŒWDò€æLexìÝéª´@m!Ñþ~¶î§Ñ|dûET9v,´WÑ‹‚‡ÜÊ€KKì˜Ñ#\0ªÊf›ç¾€PP¼\0A¢wƒ:oHðRRˆESÌG‰ÂÊT-ëa*Qf±,S»7ôÏqÔÌ“<¦U*\";b¾r’êÛ^°&Â7jùFÅ‘øú‡ÀÒ±yÐZA\"ÊYŒ!•	=¬šxö`Jß©i.¬?w~ë/\"w¾U{«’ÒLf×1:Õ¤y;¨&Û†Þ¹[rD«ÞbóNv•Œã¤„¢Õ\nÿ\Zwr‰ÄkHuE¤ììôNÁ/ïJY·’þgöSi÷–)”N]oòëÕ}ß0<Á,ÄíëeS</öÜ“8CÒ©T2I†UXÐjFê¾\rPJ6¬\\íd$Se=gÁ®˜øÛJÞ°S·0¼£il‰ww®4‹:™øÔÚ\"D½‹¥€=[•¸ZÌï\r‹‹ç#¦A@Èf3¨1_<ÈÑîv£ÏËü(QNÐÜYCwoéÍÀÛô}zïö/+xÙ±—®\Z8Õîû3¤•¯óóÛ€TÁÑ‘/ºÇ*¨2^ÂoÜ°ì\n­0üþ\0ÓÏ1îx?F(É8Ž¯ÜVíéÅÙ/`8ÜùÐ†ÀÂŒã×t¬2Ô:²]XK%×	EL­Øå„ŸíŽté°~¨nFç^mºÜÄKYÄN§Æ\"ãèU[”±µÚA7­EÎOxÆŸ±:Y§Ã{¡ñ ”2gûZÁ“+j{Üh“øöNž.m·Û©+Ë6™œr0Á…±q´ãXÅ{4¦a›û©Ëç4½•¿…=PÔÒž%^\\$¶ü~ÄKOb¿‚HÖ$(ûÀþ\r_®\nt¤lì	ó6±àAx	70)P;ç¤\01¼«œM{}iÕ®’õ)æ-[\0ª·=Ö¹?¤+;Q¦…/×¬W/{º˜ßšlDA£„UÉêRp½rmm\rF6í©ãúŒØ·ˆ¡iŽ(\":ž@Ÿcà‹·: <R)‚¥%+:Á¼ø¨ÉG%Cy*àm?Û´¶/Ä\r!ÑÿÌ…æiªAHK2°ïÄw:Û%.ó;j@Û´£)H&î—R‘×°£ÄíRÖãÿwci”Fôìz›þ\r_c;âQAÞÐèJR·Q6}®Œ%™\0ã’w˜…Q1¦h~ÇB¸§×ºÊŒˆ„¸Ê¤!ígÀy£¥È{å8ãÄÙ¢÷à7\n•¢gT1üÛ^0>ìˆ\rŽœŒñåŠ¸Ö¬+)Þ×7X[_§uÒÛ±HÐØ]\"¼ª´Â¡`Änr‹XaÕ;ã?~‘ŠR¹žq3ü¸Ù½¸R ±©Úaår\0Òþ©B<c™=OR“ðÂŠÌv³B¢n|J¼±In²;51VöSKÂ6ÇH°òiÔI¥Ÿ (.fO‹Ódx,¾0Xl¿€ÜJëú.Ó*ÄJsŸ9ÇË&ž$ƒŸñÀÈ\rNÖZ/®aU‰Æ`³dLŒ?ì>C|É®Ê‹^vò…‰s‚_%„WÝ¸ï\rJ–èó*Äf’zKà˜Hv®¤M,¿ËÄ,õÛz»¦ã¡«ì?jkÁºÏ[×0}ŒÑFW@ñU0ÍÇWÕgSÀ¬2cÅêFFˆ|Õ2`85’SbêG?e?q7ƒ¸¢œ#pjÚ¥|É¨\0Yåï‚Ü°O|øaV3E‡FW^@l“2þ4KÂÌ<\\Ø/#\Z¾¸²Ðjp‡ñ!C——B¨ÎÚ‹TLåXÝ6­jîáyÂ\Z\nê˜Ñ‘Ö4ºWÁ\\\ZÓTàð¨´ÓM\\ÐVûdEêÒà¶¶|@Ý]Œ)2Ô•iqÇj¢ì\'—Vpý,äßÿœèÕKºÞzMr#»ëÜ6hæôq	:·@Äß®›\rÏßÊ0lÒž„·ÿáÇáŠ6Îj¥¤ñÌøZmŠcúƒÁþ-«“kÅÑè­Y£ÆÛxJÝÓ5í½ü_Ö*Þý–]O\\“”s—M†Ö\nÕTœ”27Œ«éoÚ CÞg`cŸ™ÞË°mÕupa \\˜|/Jîy§2åfy2qýtÏ@WŸkàmxÙGÊÄð°VÍ’´×µ¨Îpzkðè¨în!Šãò>x›\\½ðh|À,e´0?ˆ†s4n÷,äLmu™Œ\ZÜ^Î…hU}1}=Ùz£èiÁñy\'\'|K¯²W?[ r(\râ\Z3ƒ·Ìz©Ø»×fW^Pƒ1YØ2&ÔÐÛ‘pAµUØÞ¢%šõ§â˜fÜ¤G<‚+HH4ûywyéª\'hz²xáú\"¶v‰\\òpÒ$»¸boÀ™)cHúvSÜµn_ã™ˆ¥(a¤§WcÍ´AœüÏ`kÔ­BÊœÑ®,2£Ž×÷SˆØ^ÃºôDñ±ïõ\ZÑ£0?ËÞ–¿fót¶ª&Ý!-U8ö†<’´Gzï<3\0RÓ-kÐ,šuø×¼)³†æž\0­²\nk?—R³0©ž}<ÝÌ¤¡ÜÁ÷ø. ¹¶$^$¾ŠmÛæwÞ»`.AÃ_[ò¦rE£å]þJ®#é¼Ù+ß˜£4ÿD½¶,Eã¹ëÇ¡Gfóy5ÜŸ@‰ˆnNñ„¡á«	Ý36ÄM‘¬ï[ÏyéFRDÓmÖß:„mâ\\ßûØì,Tê3yÈÍÒ?ÌP¼þ¹Ôˆ+o˜óŠKqra•àU“Wj÷jˆ:M±ÚÉSìóïC\0¨ÇÐ™EšºpÚŽŒU=\\Ù«2%±ýüÊ72B¯•9º¾Ôä9kÑñÏ\r?rÊÇþqQe™-µ=‚ù¿õæûÇÓOzÎ³Â2z!•—­.‡wàì\ZFPAÀ¦¹SÓƒP‡l–ZÅNÀéÓ!&€›Qwô|¾c;\0,2ˆaÚ¢Uøè§P»ížrYÔo:Wš3§–\"6¬uxhêÞøÛSÛØ¦®«3)]T•CÁ­ËŽ1B¶‚\"$Ï¤_öY[^¡e\n‡Þ41¥­L§òHÝ©âÌ¨ò<úàÒW`’‚eíâ½Ûö	ŽU°&œzøÕ¿RýÿB=P‡KqF–uß~•ãŠ\Z8ˆŒÉöíÜÞW¦2\0èþ	Òeü½`h‹àpÃ,åë-nƒù}“;F›õ¥ \Z/qè@ûÆQ!XŸw>ã‹€Æ7¾.„lû8³èµòle¹Q,…ÀžÅ×í	nïÒa‚²TßŒCÄÓ€#ÆÉÜ¦ôYUš¬\"V1Ä	Ç]®98}´.ú@ñ\rf[É–&þ»óÖ1^¿¢™õgÂž+fVèü`6)	ð­5ú½EÎÙSýj–ÍÉÿ…ÚrôKÅìñåujÆ÷Ø%‰öpØÖA“õˆŒ 9Xc<_:Ñ÷l#¦(åÇ€v)É£˜,•‚Ä¹¸†vÊ÷V-¤núžzâWó¬è“EÒ2âDû½ßûþ Hþ!~\\ê© FÁgë™J\Zop\'ö]Mi@’‚øó÷P;µ›ÈVKiüùV(Ô~n’ˆ&^VTâSnØÇ×^óàE§½y	Øuû\0ciñ^SuË%™Dª{oäxÕ\\4\'1–0péÉúG&û¼ÆoÊËù¼ÀAMãqÉÛ5Ï@ì=ˆÅ øPâxÇN^Ô+‡5H9_r ©²è?ïMÎ©—Ô´ÃYµº5D`$BfyÀIÓSŸWqØ›Çë¾rÞcùW£ò²\nÅ’©+ NÁAÎ¢¢ê¤:Wˆ¨¿éàöùì <\'¦Öãdÿôýæ¸’SB³4,ää¿÷hÒÉÜŸ+­ßÈ{Ì—r…~aöAÄcŸÅKAj¡TG”•/6èÕìþ\n€]Å<E&@Ç·ò(\0¾Ëað{|ï,é¥@êhaƒZÇÝ»Œ¹‰”°N/F]\0cOJhäÃ™LÏC„	ù8×«hlÄ2ê\"i\r2Ó£-à­ÂX¡C +›R¾a,¦æ©f6‡Ê—!\\©I&Cú#2MÎ8_6wsÜEŠûUí¸øP¢[ØWÒ‘´Ï4Lº{4‰Å\Z ØUú˜uw—ÀŽ\'çžŸºh¢QîiÿŸ³5z\rÃ&‡Ð‚`~ó­\'\rìQ l;4Û•¬±ç—×eóc1bÿ0‘wß~Ÿ{÷±wcj¾|m]a_šö¹òdƒ¯õ«¸4Nýœ^÷\\~”¯Ê˜™×óí’ 7q/\"]ºÔå$îù&<Ô¼	¡QÛáYíž)¶°\ri\0\"4ß•mlíÉ\"W±K‘x§šI0$\rØ!L7³®Šï›K3@š™\"[qŸâïË¯vè1 ©ÎK&.ÍîD,Äðpþ	Ú±4zÎ®)”ˆäúõF’Î\r8xÙÕÏNz$¢wFší¼m¯º$\"˜›§®’”»]X°¬¬Öeõý\"ø?ª|2þY	ÅŒ‘ø¢Èt¬-	ù¹úæà£Ÿv¯TÑÕ¨¢æƒ2H`oÞHPOn­uDpRÖ½€ã’R† nOÈÆk2Î©@7 \'y·UÙ™K;ø@IôªùÈ:7}íº.£aò	Ì‘HMÏ©:	qFçCO´‹„×úüå÷ªc#Š²Šæý y\rÝÅìÆéš<Õ¥†l½4à˜™¤˜Ö¬á(»Öïóšw	½]áïå5åõ‹Fn?•`æb8¾)½òk¸ö‡¢ÛÍš(S;’wàAqÖ^È;ñõTÈÎ¹Ø[—cÂöºJD_´–=$xÓBó2ëƒ™$5)ÁS¸ž²jrx…VŸæIR-[„ÒŸé1¹ð.;\"»é=1Ü(C]e(½d-|5QCØÉv®œ,Ñ?ÉaŠdßÓöækVŠlÙEWšä¶±R*9Â¸)7”‰ëmûvÁX­òbÚ·\'†p	Z9@³·S\r0,t`2±plêós™÷­WÓœ¯¼î)ª0Š8aIpop„AþˆB«ÙHß7¢M™¬¼´)™Íû ŸáJÿ†Obî\0ê!ØX£+cÍŽª±º¸òÇ®ô†„Ô‘8Ð@ÿøœGÄh…šar6 ÊÈrÜVB:ç\'® 4-²µ°ÈÀI9»íˆ#í\"‘ÄàiÝ”[«ú-¿l”—À+‹“ã\'2YíÉóU‚~nZ™á„õ¬cÀtÄtŠM›h?šØDmÙ%¹ÁÊ‹dê]ÄÍ\Z´ÈÕ	MØµB\Z¾°r»/Ošˆ5’¦†%±NÌ¶æÀ\Z\n²Å¬þª¾W±´O–Oõ€¿,ÔºN‹ßÆEÌ\Z\r7ÄhZ›¹ËîBLG¿Ë+‹ðüîvòS¨dÙÍ2Ø\Ziç˜\r¿°ë/ŽqÅ¡»¢uVcçx“-läl®8\Z˜ÉìÃšóZÃ¾–üÞ¨6£®¦W2ÌlIæ96G\Z¢BúXf\"ÆÔ­®ŸÉëœOÝ –%â¨K3Ñ“93h\ZÜ4þ2o^iªÈÔwß$Se(Iª’}P’((ôö\ZTcÏ‚¿6[æ¡L‰BÅc¸lÝÎ\rx‰çR()éÄa?\Z[Iž¿ÎÊ™`:—}ž§›V\Z¼‰TÕDn¹ý+á/`{\Z^\\%íÛk÷‡OŠ¯™€­eÄiø©: i‹çñ‹Êo\ZqRâT‡=—\0ê´Ý,×\ZXDí”šÔ\Z´h‡÷ÄÌK8h\Zxy7{³è ²èá¦ÅzQ1+5:#Mu<â¯\Z…dhˆÆ¨,ÈŠ ™aþìÃúÜ‘…†iK¦±#‰A\ZˆtùÖY-{RV Û·FRù¹!ê%8·»`û?O\Z“Iaú^à’°ñëiJ‹žHŠ:žjê:•ºÀbÂÂŠ«\Z³ð;4JpRÓ—šõ®ÚŽXÄV\\2p&àÒÙß\n\ZºÍmÒ´`Sýè|û‡•Ø0	S®sŸŸEA‘Lçö³\Zäœ«ãÈ:ûÉH2f×[ÝJm<Œ”ýxÃ<œ0”\Zé7¾›àÛ´½Ã>Û0ÊXõš…‹Ï˜ôØ\ZþšK ÚG“Umþ0Š;Aßò³¡†ˆ’-v…nâ\0]‡Ð†´¤{lÍûCMvãøÉ¾@¨Æ‘Tï97C¤=y¬Zùÿ„è3¿óÎ‰¤c3mŽ”!®pr­ƒûðû&,ñÖûY*žÉl}Jæpx5K²5&\0CRdR5P,Bi¯Qf7êœ®Ú&\'d°W–zÒ“|¶Ý1òÙÉŽz\"z|õ¦²sâeÐÝQ¸gšêJÑÐ­z-øûX—+¸|¦ó@ÎV¦ÎcÎxñÉïª¤÷‹s|˜0–üàŸ‹»  õ)8m}.\r¢d™¸_®n¼5±i?øW)œ°:\\`´^«V›½=Ìw=\"Ë[<òÏUÜ€©œÄµ²ê9ùYCW£òÇ-µâ™üžGMóŽdz[½Šg½ÊbîÏåê¤¼ì&Ü{7º¿§³37kiÖàÖ5Ñ”3‚¬N0P™®5yŒ}@Ùªåûºáb1¯po4ÉÂAÖ{†õ/\"ÞñrËu•´0yL³i·(ÀâòH¹\'ˆvØ-3 *3¼„“™^üÓc(^U#µ–ÃÿgÉphÚÛz{:ŽÛ7bc/ÉL•V9½ãb»˜ëa³ò”rñä~D–à¸,éú?Ñ ÞGd)FA‚ç’uçí`‡`çÚ¿o±èÿ¼Û­rÁ•a±ÐõóâÞ×Ú†c»,=ísK¤>P×¡®®eÚ›)9R­ ÚB£°ž[·ÎÅ|ñÙõÓÃüö-s§Œÿ˜1“ÊŽSP¬þÒ†ÔEÈGIê45ÕMCïgYÿù<¨-b²êOî,°‚w[Æù6eJ¶²G7U]\\™Jæ5\\ÐN•(-ð\rÉXö_Ïj\r15-QäÁ›_ÆY\ng^ýÊ¸\"|üµ.Y|Ûb‚ÒþåO-ìb$×t+¤8jêK×¹\Z«×ÏX#ì[ÓàªwÀš¼Íwûqüª51¸èDjã‹è…LH^é½Ÿt+Ä?ˆŒ‹–\ZcÃiñÎ{ÙÃ­®q@:Ï[¯bédl9ÖÖ€,³Ü±îƒMS,eÆlNrœ}í6¥ÞnôŽ\0O!\"¯j¦:(££!b*C\r‡zÒ\"{ëºt\r —=ÇI)é ^«sb\Z§¦¡ŒZŽ\nS­\ra‚ô¢LÛ&¥´ â­vî3+kCJ‚ÅIò\Z< \0øP>± ¬%@5êvñ%â(Ò äô™òJøù§¯…aIÓ¸\\Ñ“ˆHŒ¿O\'\nð×(PùÓ³¤¾\nÈrÕä	Ès°ÈñJæªúbómLhç¬‡û[´£Œ¶±\'{0ˆþÑlÖuÏæÊ’hk¡‹õ­FNÊ¨\nÉ,U|Ãë¡â§XæÞ5Ù)ÙaTØÝðåÔ© %2•ûýûRyÂè‚êÅ«i*Ø%h%æÕÆÕáç¶$)`v:#f“ª«˜Ÿþ.x÷d\nœ˜¹Ž:ÌxAìÿ-à¦H>ø¸JìÂy;îáõÅÓ<žðI8w2AÊ	Å‡ƒøÚ¸Øž°0À¿‰2ü–yK°|ï_’˜Ñâå%dßÒ`2ö9ª…xmÂñl’Q€W¯žè–•U=d™¹£Z¡è¸	«éÊ’c‘WZ:ÁwP×ó{6Ly«?Ø·cûâÒäìÜI\nþ¨õ•£ß¾°B2ßµ±»¸zÕ evÈz†Œ¶3ñŽÆ˜U€{î^qa%I™BÝÐ›ÍWíãý<VŸA=Þl¸ëL—Æ^Ÿ<kL¤‹ sjÝÒ¥?íbÞÉ–ðÈ’|è„Bí?-(…ú+xdú6SPÑIj‹Ò—©:K­ÏöÑ-œ`UžMâ°Åu¯nÖ§œ]BeI×ðY\rfþ6éýþ·yÍ;Ÿµµ6\r)ÐÌ„,ìñP 6;\'—6˜•\"ýÖ ds´\rã=‹ÊVà˜’\"n*áR-ª!ÎÞ`ÎCGÖ‹¹Ù…\"¶^Ýe¤\n|5ïÏ.Þ°Šã—ÉúÎ8¹!¢9:Ÿ%îÉ±„…¤ö\'&;¶úC¿×rÂAL‹*3q˜ž8“ºì$Ç\"ïnú³ý™$åFo¤ef$•ãîS…4Cê×\0}UJ5}¼Þ&ÜJmyÄâNL5¨ØÎ\r\Z˜¶0s3çûu³6!$¾0œKJŽ‚Á¨\r22ñÌß–]ôö€Ã“\'L\0ÆÛÑñI˜MÉqß2ØËªã½\Zç‡§»¸Ûi(áÀo‡‚ì)ÝNÞ¢ãVB‡Ò ÁnúLíâcãˆ\rÝàÊ¿5—»…œÊ2ñBÖG“3…u‡«²²Í*Ó0oýBÇ¯þÚÖÙhÏûäâ Î}C‡Êëºo€GØ}BdÞg»DØ‰$êŸO<L#1£OØF14.+ê¿kcù*‹ø9\'q•.ÂÜÝ;‘F¦ç›×Ãr€P\'óú­Ýlø—â1´e^>b6ØchNÊìí¼E4#\\’G¦YúZ>ÃAQ‡³Žb&µ˜Á‹YZoáœ>QrŸÍ¡’°˜íi9\0T9\\>$ˆ2ÏÂ‚œÏÝ²ØæjËÔórþ³whq­¢ÃMëÀTUòúÐ©w‡”Í™CHN\0ÉI”<æ—ŒŒ½÷.ÍO¬˜÷¢žößÆÂ†Í§²íìÂÜfh_2E²§_Tþ.ZuiÏÕYþÆûçk.\\{gá:í­Ñô­—«F„hdóòµañ¤ñGóI‘›\0q­×¹a\ZÑ}Õ*ÖÍ3»yXóZ‰×æjoy¸Æ\\oCØÕw=°€€usªn@«èÎ=]N1õ%P0™„ÞË.\"‰p†¯ŸŽT¥Óœ÷q(%7N¦ª…ò¤˜Oê2\"hªkUùv¦ˆróÞ´¬°°Õ\'ré-…AÛDƒ„^EõcZWq”ù8…ˆ5ãýqé†rÆÌã@Îü7VRÅÛ˜]¯7Nƒi’åÔjR\"~RÚØÿO|âº¥fÂ`ôS:Äö\rŽ×åÛb-\\³|ÊÛƒ£ø”9E´éøg±èÒƒf’Ž±]¹Hh~Ùw†åéwÛO\0LhD:p¬JµÚÁÌºÓÞÓèÈÎ³˜Syï®9s…68r¸MÞôÚ ¨cää‹ÛÀÑ4b¬oT“‡Œ¼,ÿ>£\n?j¬¥™/£&bÓ\"¡ó\nã<5.B‹ñz™ÒnÈó€1YY]}àì{6Û^œ\rßåoñþÊ aXÜ–^ôÛ	’¤…æ„s0ŸÄ×É»s¢y0‚ì1‘É)f¨x¤Ÿ– ø¾û¤Xà`øÙ[Z76ê×‘.Ÿ-*ØP«Ç—Uî-8m@eù0ðŒ5¤\\¸«wMvÔ1.²ÄÊžRûªfq\"^ähSÛ;Xö¥–~øYííYœ§š^å«üÏ»›jc¹Tî˜xàFw7¢?D?ô½¬Fa\0Ó°ª-Å@çh1èÔ+þþK(ñÑãÑa¼ãÙ]ñ´DRñß:[‰_I3y€µâ”Êwt×Ÿ»#F3÷»µ=2ç´Õ2I‹8ÊÛJpLþ] ]}²õà0nŽ£¼P\rQ¬¥ËßÒÔcJ‹ÓYBñµ=niQÒ=NeðÙÕ±unS,ŠÕåhÊÝÜËXòÍ:ª_ÙùUŸÇ-¸áJÄrSý5´””¶ãü¶…ý‘btû½LÈ’¸|Äð›n 4\0ºÙ’ó\'Ä/XMK,f\"*Z$ïí¼„4¸‚» ›%¯-æb#Û6u|‘¾Ä–}¡bæŒJsò6É .¥,2F*›ÏÑz&@¤ô;Ä`x^Â#.ñ„W(–` :…kýY„Š¥MjxRÖÖ´–P=ãTÂ_U~ÞQÊ HÕÊ±àyêÞ4ÿBW”@c”\\§¦ØÈJßŠqã×GC W¡aQÖ×x«õ‚DÙ2-q%µolþ(Ñî]?Aá lÚ\nÂ°&|¥\"äwK~›€30,Šàø>³P­¾é&w ‰¤žÙüí°\'Æ © $nÞX±€´37ÚN²–<¸g ‰ÜYL«§&‘¯>â­Î G\ZuÛ%X‚ö-)Á—Ò š)—•ü>üÀ×Q—õ|Ûú	]v‰ŸCê ,ýÿ ›7êÊÄ‡êKý4ôýsNsÓ	QŸ<þsŒð|—á¥ïá ®\n	ç\Z?`%T€pñ6ôØÁ#IRë«ù÷lœR„Ú ÓŒ[*šktåC¬‘`x¶{cÔ!Õ™\ZVWîSÙÔsètŒ ÔîÄ@W4nþ‚·ï*˜tù˜Q`EJ Ý)È)e%C!³BwÎí”´‡Q€\r\Zô-……èý1ðËþO²!«ï—ÄT¤á¯õ—v†­ìÛÀ‹‰Î±ûõè!ðÄ)uÇ^ŸÖ)òh\r¿äÈ±>uOKŽ,hc$œ¸!,“elÈsíð\\Ø÷ù055ì.fOtÁó³÷ûe¸}!5ARü/œÏ{Ca€F9ÿZº_ît«Œ%8ª,=Û«!ZÜmNxIŽ>W>%ü*ïr˜ô“^ð±#\\µQD!]Í¯%uO®bû²Œ;í¦Í°(2[\nÂ—½_!iîÝ\\ ²×ŒeQ\0˜rºz.+;\0\Z)‰ªoË5£3¨!ˆÞúù\'”¨oê]ºßï±ò³tèJ¯Æ:soTßÃ!™x¤Ð6æ^q»®Ä>F70žVÖµV–>¯>²áµë°!ž®¡$ªæ1Å­9†¼†5\n2d\\aÙW—•\Zq°3x !¤:¯qÉ´&¢ôg™zž68Ö›üdåÉÇÏ;tV;U!©&ÐxÝù”[w¤Àû)¤ÆÈƒcüN–SýaÎ!´¥î>$wÄœ¦ö¡¢Fÿ\n%“`IJ×M6—o(Ò–!»bƒ™FæÞ‰g2oÃi\nNl+\ný–™ßµ£îb!Îÿ‹5AÃ ÇÀ¯Ð~ùIºüô¿î \\€ƒv(öcÔF!Üÿ(\'eÐŽ¶\r804@§šd•DÉ4þˆKS„kV!àaÀ”ZU£žï‰/<rg$½R4gÍZÂ0´÷l‘!ãå\r;˜m1Ï¼€.è{r°€6@¶C´äHc^\"A÷!ëÄ©tXóÅQ™Îî\"úÞ¾ÜÑ’m]Àà™ä2J\"TâYK‹„ý ±Á°JÖô,/þ¼Ô\\/ ûd\"ºh>:ÄêáQ ùê±Ësik¡ZµØßèEw}b\"Ò:¼+á@Êbê$¾ÏT¯AtË6ŒrÎ£\":fnùJ\"²-vS ›´X¾ï÷¾ÀõÙ^­\rË #\"JRIxý¬ï9õŽWÀnÎ\"µð¦‚aä¦öÔ™¾†ö§é\"L0]€˜“û¾Ó†õÙ¥y)UePÆÂ^÷›AØÎ\"Sã¸.87~96sÂ³yjr\'Œå]s\0 “\"\\€¨Òüêß&S§–¼¹„“‰^‚Ò\r xQŒÚìfµ\"nN½ñv?îKƒ¶¸‹g^å:m¸¶™óBlbðZ\"•’„$l˜}Öeé³æÉëXÁ\\Œ%È’\'AåÌJ\"•ø	®¿.FÍ¢ÖY\\õžgFy—Ž2\n\rM†Z’´\"šøGÙ$@€ÌùPÄ¹\Z7~Ô§OÆ¦pãdb ü\"):ze…0E¹Ž8ý†=!þ–7¡ÓºÖl<“Z½P\" /¸JK»Õ}µ´uÆÑvèaàHú¦Q˜LEÈÁ\"¸½Í!°zFÛº6ŒÆþð½‰üë&ß\n¤§s®|î\"ÊŠîÇ5‰¢\".Mãp•´¢-zx)Rš.%Ô.™Á8\"ØŒV2M.é\\ë™ûe#øNØíÈ¡Ï>Û.¤ý:¦àIø\"Þ_¤íórª¤ÐüÓMüDZNÉaŸŠ­\"ëL›p¨6-@³”!#·^kYÚ®XV£FÂ€XÜ65´\"ì=óš\rÅBŽ¸>ü’\"ÎHá÷@Zæ#X°V¿WÎ«\"õè8¿0#>ünåàyl¦Ìvþ´Æ©rK~„8\"ý;zÃ`‚~gå¼^¾_ÖÜÜR›ö¢5„úÑ‚(öÓ#ÄŸ_Üµ?ÍWÈÖ/­žC+¹‚ƒ÷ºUÒ¼KG#…2±èsåÑ\'|xš—ò,q³™Â´ÛÚÞ£¿\\\"\\*dq#ýLj@P\\–EÈ¼õé¸nýxË$WÒ«r1Ù¾6}#2;#Á/7\n QrsE&]ÀðÑÁIe‹Yëcçg#Oyw;p…¹”Ó¿zŸw,!€:;umjõÍŠ¸)#SøRïm-ÎzÅŸQ¶¬\rØÇä¡: QêVÀ¦×Ê#fl˜æ~FƒØcAmÄ½¦b\rVÖ¯qP9iÃÏ¯»#f†èöW*o–Ø_æ\nŸãæ­ÇÖU8¯_ª¢\rÖ£z#m•«þbŒT¥á®É¸Ö=’ø©Vê“187–>ƒ#ƒµ_Ós(··Ësxña{ËÛ{A-åøô‡##°Ì¨wAÌ/còÒ[áâ&Ge\Zx%%çÓ=’C[a#±™góÇïCÃY›<Šåüb´IóV?¾¿Ji^·aU´B#³®yÄ½ùTf»‡Ü<½¾,ï9zÕ,îž;ÀPÐ›¦#Ó™>ho/Á>¦,¾F±±äªmèùƒ@`ƒ0šï#g#Ö\06¦”ù|Ð “ÕYDŠŽ…ÅÀ›Ì°Ø£wty#ç¯ÊM°°+—¶ŒBø*TvÍGÇ’?ªoLJªsù#èBðoKm±×ÄuóÌïq÷³GØKLïŠ…Ò5¦=Oß#úV}€é©›F\'y½¥#Åv	×¼\"Ã™’æ6ðÒGÎJü#ÿþ¯°ËòÚ]§=Ùð0ù¬’\n\ršÄž’^æ\'ë<$_üéÙ-»\'ò8uÐPüÒcäÀ6Ù#	KEumçÙ$\r˜ÓÇÜ·2¢Ý“ÚÏ¼Õ+‚BîÃû©É¡Q(-$³Ÿ´F:6~QQ\'×¦:ä3~¤Èó»ÊÁ§¤U$#\'òÀîbÈ}Ô$X:¶cÄ¾úmý]ˆ\"´V¤$2¯†	½•ªJ8ËÝ+¦n\nbO+9º¬ü2˜àªËq$?Â\ZWë7âmß(w{K•„¡\\Û¶Ž×®Ž–Äj„t$Cþ¤rá{3õ¼;LnŸ,uÊw`¬°Â‹á7úùpùE$Iál;¿ûÆüû_W\ZdÛ©°À§Îˆ\0fm¥Ö$XA¦8­’8ðÊÌÞÁ3žk.b½4ˆñDZºì¥½$^õW+NˆÇN§	´¨Ò»@ÎyA$­ÏôGì¥ß+Z[($h/Ûì*Ã…ZçOòx+¿ˆ-ë¡–éHØ©TEÀá¿$jš^2	ŒÜ½“4`‚ÔQüî•Qœët²yTrŽ\'$l¾°Ûµ	ˆ¬¤n¤ˆs}ÚZåÆ×ò¡‡?˜|¼:í$‡V&´<î% æ—….ÃÚßl‰³äöøã¹¯ûæž$¨¸E,©_§²wþù¬ÄMJI:º·”žŽW«~À¶¯$¾…¤š` £òå5ì~VWClZ¾¶‡ÿ–í²	¡|GN$ÂÛ±¼çlÐ¯s†F,žÅ³eIxÖ\Z:Áå>ú;à3$ÒÛæ]ä:)„~K×F,B4w÷Ÿ¼•Ù¨/cØ,™ºH$Ô‘œÉî´<ñÈ*Y»+ºäú`pÛ_—/ãÈž)Od$ãö‰„±`¯MHnª#†<K£¶Þßè*\r½ÁÁe%%Žák¶Älf‡;{Ý…T¥_ÀÏ<{x%¥[4dá%S3BG\n9K¡½\"àUãfºq×*A›j5ã\'ÁÏ±%Yžy\ZŠª@äÚ¤ý~&Ç¨1¯#†2QÀi×®%nMÇ®èºiñ’D7“@qŠVâÒ#vÏE©>TCdW%v+ï”4)©%îOiÿ+aàdg˜F2!ˆT+É%„žkñžœr _”›‰ÐS’µpÂïEµ°†”3±æ%°›f3´qEÞb™Ä<êórëØ]B[µþS@k1\'b%¾’>²f“ýè¹ã†XJÔ&áÐ–¤Õ>Z•y2p#ï%Æ07¸s‰\0\'zM|Ë:9#âh7ÀdÂJa6÷×!\\%Æ²öçÜaëU>ÈÍîZæZÓ	YD^@NÄÚøN%š%â8X_‘Ò²×§§%$9Ù”…*„_¸ÀêÛùó›©ô[%û»îÜ‰±ù`þú•»³nÇÜ››TKéxCt•¾&íXÝây&Ì·-;×‘Œu¿Hîïîä\\s!Ïù5š\0&\n¤ÈÈÀµu’Ob&»\"õM¬ùf?û+ATè±(¤M&ïp©›ØÕñj—+õÒŠþ%šs<­\\±$&am{[ó>ÛBv\\`šÎ :nwÕc)Èß—%Z0ä&|º€O	gñ)ö2»«*€×«7Ôo-¸Ýžró?øâÄ&„[on¹§Çñ šl–úíaÏ³‰tâWLŠQO²QÂcó&Ù–œ`Ê“Ôþ¦äðò#tÞ™,—QµŽ)DŒ9&žÄt€ïæ*–2Ž¨¤~’|ú1/ÈUÞ8ÿVY}$&­¾øÈm“4tXûF†þŒ¡@¸Rµ®ØÊº¹bL&Ó¥Ykâý\Z nß°X»ÎOêõã£Ú±é¾hÛØb)&ñõÚý!„ÿâGðêÛË!¶C›ÊoFûQ`ŸBºÉîQŸ\'™×l_JÓÿVÄìSu8VHJ„¦’£ÙÒ÷yC\'¼ªDÄ‚áD1•§ú`Ú¯ ç/5)òÌÍüF1©¸\'»¶®+F».à}M>W\nwJ½]}&Æ#V\nÓÜ\'(Ç\0*òÑPg\Z$—\"PHG!ù»ú‡ŽýÔ‰5ŒjN\'@ðúõ½?B’{´uBtÐÍi¡\'Sß?\n¶=ãÎPCÎ\'F.¯1ìEÏ)•ÁHŽ;âl”/.nø7ÓÇÇ|Wç*\'G¿¦LàªÊÏs\rŽŸÙÖ+áQ·N*õ+r;_1…ÃYö\'S{<—?’þË*ãf”;°²/Ã{’\'êœìv\'k7^¯Y«ÞêÐ6Ö¨{Jïä/ÎÕš‚ÉºÏdN©ó\'ŒÙQñ_žÃ+g®à*d©œírVÇ ·ÁûÅ\'*\'°¡æ$ƒ1,;ÔbãLë(Ë“ÑÌ°OÄ\rM•gÐ´Ð\'ÃiZ\"Æ®Óf=ùD×F•ÈG¼ïéó\n_ÁB>âqYÞ´\'Æ*Ç‹w)M¡Û>êSY\nöŠSšš4ÏvnÚaÞÿé\'ÈÈ9_eÅZ÷å·ðhZìVaé‡¦Œ¼vuê[*S\'ÏNà9áÉì¡r¸g_TÆÈ»kù‚Îø–›®BºÑy\'Õq·ù&1Ðç,žÝS÷Nj64cìGÍ&Z_âá3j\'Û^Êù°²¤5j%ÑV–lÖç{ç=ŠéÊ{Ám·@ÙÞÁá\'ßm/¹–lrÀ¿éÉ8êÆ*l	=$æž’Ó=£h79a\'æj*ì,¦A†.ƒÉû+…-÷T·¨ï¬²ˆ*\'íãÁä¢ÙN‹fÚî[óOŽgæ¶îŸ|\Zè	ÿ+\'î´xör²X¸kãÉ.Úñ~âÅb5·ÇŸ¨<ÒMÂåÒ(:«ýMQìß =ýë©ªßªyyL»•Þ¢çŒÚ(Cd?hv“¾ÝÒºn*Œ÷1ÔîZƒˆV„(=X•twìÉ¬DÙ .=H\ZSñÒø¡µ\Zá»5wá(?ß¾ÛnáT ¤Z«ð¦†½ý \\9ñå8vW¹øÈ\Z¥(E\0ù	ö73Ñ/>ˆu0§·¹ÂðAH*$\\¡þÈõ(\\Ã°w0#r‹Fß¼Ù¥^G‚Acwð¨,t´”Ž©´(a8°ÜÄò)€è~%ïcGÝÔ:~»\\\0p#t¢‘F?Å(fp\\3{¬?\"Ò];>W–¯Ší·qBèÝì5©mo(nÙéÐs¿¼sTòj+<$Ÿ|rE÷Î~âŒéÚ(y:wj5ƒŒ1ùº»\Zç!Êð`³®<ž¢!_‹(€wy‘•e\r…63TñÁQÑ-¾ˆƒY’Tœ=G(•Î˜\\õ‰Þn Ülpu¹ê‘&]š°y˜i›J)(®f¤¦–¢qièIÔpÞÜ²ã,÷úíK˜ãñ(Ã­ÑÄ¼\rC	¡üv…™±¡SæìKO]l]¬t²¿(Çmÿ}Â:Öƒ¹{™®Fi\r~^‡ü–ª`·@€2$Œ(Ú®å­wS4ÕûB¨l…q`8Ïz»áW:5HI)z4ó¸Éphzi‰þT±vÉÐ/¡Ô°x¢”³¸)!¤/¿­P²dÇÃêtòOÂ;DCá¤‰ú7P5)%^¢–VòtÀ_î\"L&x?Ð.à›¥Îò«ÒªÑ*|2OQ)JJQ¸%˜æ„x\Z•ð‡¬ø	€»rì]¤(R`Á)NÎ\\nÁËmEÁ\Zk“cúöÖQ÷¤¿­(aÖïô)QFÀÞ¶úéÙÐcŽóµBWÅk¢Å÷!—ñ)Zô!Y”ÙÚì¯PAä;¾®®šð]nû”‘••)a¡ÐQOhÐ¡/zÃ æS\06ñÎþ`ÚŒÊ)}´VÆOÇg§-w/¢^°w6!EãýˆèèÐò~ƒ5OnÇ)Ä!e¡ƒ±£Ð¤RÝ€zg†g6‘Ñlñ¬[²{)ÔQ1˜Ùªèp”$«2Ën#[z*/	*?¤|¬)ôX.\rˆ•¹½j…cÄËT[q’1Ç¿Ü]MÈ:ô½‰«*ÅùýÝ&—„¿ÍØS¤¤‰ÒÆ½tŽÔ0îž¾™¨õî*%Ò¹-ñËm\\ûÍÛ(«<ø`}yœ åx‚	ˆ[l* µÞjùóÏY£„6XAS‚ìÍ\0t_¦ášB*0Ì?¢“\rÅØYoXdø	Þ:í¾©¥Ž@²ÎMFIæ)*Néª±w¸ŒàjŽ‡u\ràø§3Ëâû¥ô£ðô*P¼|Ë¿(W¯åa—OB¨§…A€e×À¾þ¥ÿ:£Õ+ë*RNÚ”%>•+£ß®6ÙÒ×èn^wjþÈ9ý²8Ü*enŒ©|Ó—ÛQ›¿DU[M!B\Z×Xó2ŸUgy¬*j4£œm3: PËà0ˆ\0å\0ïO÷¬Ë9ÜÁ`*k /ÙYlò§IÝ>CK:îxëÚßÝA§ní6[*¹çmáÒ°ÑÇ•(ÖySl™“SÇXL£	ý3QnœÙT*ÁYÇ×D>)‘ûk¾\'äYÜO+›j*üßUYâ2µFµ*Â×áÕ(Ž‡¢9ñ¾ÍŒvå&5d2|³Ñœo<¯v8*â®ñnT÷HSaQƒÀÊÌp¤þGÙeöõë£Õõ˜gz*å.CÜ®ñá)Üi˜±XÇêöÖF8Ž9ÑŽ,¯Úä£*îÂ‡àjlµJƒ[Ä¸Ø¯‘i•u*_ÿ	çžù·´Ê*ðwVS°1™Y«‹ƒ¸°\'õ;În_Žb¿ãåíŸ6ñ+‰äÕ%Û<©“æÒòhò´ýÌaæòt¦>Õä¼++ð€­BPxP\'\"àÓâXˆpóÐT©ì‘hw\"e +(Oi~”.I%·Æ¥î?\"~Yä¹‹öïbüoQ\\ÜYÕ+I°Ø*¬’¿›› Ã\"2’ïä­æ:Gfl”Œpà=æ¸+^ˆßH®ÿuß²ÎÖ¨ç¼n¢Të˜æçZØï7œÈ+œˆ¢òk d\Z\'Èê,¸G·ww‚ÞÖÂqNÞ+¹ùZP›ýÜÖÜ2ôÑlv,,í2ÍÀR¿Vê~’I+àëáÓÖÝê±Zr\\aËïzäîãkÖÌ§Î±k+èéèþû±£ï WqzŽ\"§[× Ë½_Å{ÀÊ,\rNMì˜âd°_“•z_T3$7Xc.ð5A˜X‰×ý,–þX‰Ù…WvY9ÉbÔ\'ùò7 …}\nÜ,#â|¶xËIh‹ÜˆÛGò:â`3Ð¢{_^ñÿcá,mƒþ\ZrßbëÕÉÈÌÀJ|&\\ú¦\"C8)ˆOžæÓ},ŸŸÏ~8ù×¿K3k.FP?R()ÔoòÈjrt,®äó1†¦­^®ê7\rÕx6$\'Ö.ÑÍáò„SáWFà,²ðlTÑ•™½%ïPê~Èœxq\rÆÚÓÆÞ¶®‚fçÇ,·g£åEä®^\"Ç¤5ƒÂ¸ª±Ú6¦ä—FO•‡,ÉÚ€1f,Ms]B„é#^ÜÚX¬¼«†=ƒd`ã,Ô€ºJ`Ôj0¿Að\nüÁ*®L¡ÛzG,ÛiÚS~?:5^:øb\\BGãQËo—z!‹bvéßE|,ã¯¢ò/z]ö‹Åò_ù—¼¼›W­˜Øpd¼´©.f-7bkÙšA53¾gFEk|¸^Ú’‘n»^ê)¹-#;Å¹D ¦êÆÃä§oþ¶žIYÃMÿAôu»-4aˆkOÒý67½åZÞ¡R•)øûÒÔ&¹ð~	Ù-;i\\3ý .¡Ï\'=ÏÅrs\'ó1•\0„<ª-FP“¹Å9N†¤fš›« ;ª¼î·–hçíl—4E-½HÆP{cÜ»:£n{2ùsZ°q:³7ÊA)l-ÓŒl‡^ç.Ô«êÐÈ;	>¼½Í<äû;ŸènC\\ñ´-×ª1ý:¿ÆùcÂ„&hÉÍ	ÝÖ³±ë4V°§F½-é±,hå8–f»aP¶jgW‚>³qŒþ½Õ\\œq0­-íßàk„Çðyn:ô’ŠQ±2Û €Š´š—ô?ÃxÝ-ðÜv‰w—\\yèUô+.$aWˆÝ•2.ÍFÍÞ-÷{­=mMòzØÚÊ¶¡KÆzŒ¼gR*ƒâ›(.Ýë(2çGKzj\"õÊ,è5ê5+ö%Ê{	ÂW.Çç~\rßB|\\èÕ­}î­:tJ‹ÑîsfÉZþüì.%%­ØŒŒ÷kÉT³aßÀE¾ŒQdu°8¢Ù~Ö3ð.)¯y\ZôJ\nö*F¼£h,¶†T›TíuÔƒ× N.Kð×n‹G\'¢zäô=_å™ðäÄ¨ë©K\nÍ¯áO`r9.d-vŽŠœÛº²Å’È#uÑ7š‘)¸Ò“{µ¦.{¦fZÄ%Ÿù{þ34ñÌí‚`zo<²\":qe5Ab..õ‡IÇ÷ËÎ)6Z©n)ÿ\"6\Z]\r3ÎCFZžW½.šBºøxœ‡~Cd”Æ\r(olvôÁ½úà°+×Á£k\n.Ü¢ãSP*šî¡ƒ6;§]XRCÑÉ†\re‰g–fò.òÇÄ:ä•%q/“}!’*«â:r\Z^ÁEÝÇÿ¢¼/¿uÀ¢C;ˆüÅ,!0ÍAŽA+¦CÇŸg23/Ìsæs³¯Z*ºj)ißÐ±®e« ôQ¹3>s<ñ/^âW)H×ç\\yÁ=Z3%·1q^QdÒaé¯H/&dx‘G:IVt¤Í†ŸØËY¶jáÇÏM?RŠÅ\"/#å×„Ëö×–ú4û$ŸÇ½ª»Øï~r>-h%8•X×/,±b£ÿ•Õ2Hþèøã=XÓ²\0ÀºóõÔDÄNíb1/.Ù˜š½˜ÓîÃ‡ùàKvý\\–æ)×÷w½ÛS¹/7ýÚô0/!B¸§sƒéêìÝ’oBÜÍ»¥e±}y^/>£Úwi`ÞSƒ¾Ó{¡oF’¡’ïý†:­£i8/M¶„œ°4ªêH&¤úo²l=¨|@ÕuQñD}‚W§p/_¾9^Š`5J—Ò¼,ŒËÖÚßY´âaj€KÙEÝålí/v ú\'I5ßR/^\nBR7¯0Ž1nQ=‰*Q/„™|…wÎ…•±jˆR×Ãz·ZHcxS ÊJbËÍŒ¦/…YêleŸzIGz¬Üëzsˆ«¥s=\\ƒ}æ/ŽÍÔ£÷šZµ¡g\0cVðž×¥vçáð¹d›Z¶/™	43s×ýÎxÊñð¯|\"¢@Æ-8ã,^F¶/œ–GO%<Ž\"âàŠ!5Ä¨®Ç`0<¹hCJ²¸”±/´É\0¶‰NáKoƒ˜Ê©Û­è©¡{¢nggÝê/Ÿû|`ýÅzÁªZö\0^\n°ˆÍŽ#0÷‡\"”ô\0@žµæ/§çXžŽÅƒ½âñàY]¿– ”øIç÷ØOÇ/½)ø§ñäË²ËøàjtS°+KUVÝSƒxšï‡\\/¾¼?œ€<@qùŸvê¡ö4ù?„rÕcm‹5õ/ËFA@T½ïZ5Ça¡ )ðLOfÐW”»Rl!¶\"tˆš/ÛÏJ»tR8·èÔÖ“†9ÐHòµd³øFØ£8­‘0“!§ÔQ+7¯ãó`Gó#ô\rþ)ÕÇS<\Zÿ{bÐ0úˆ½–C?ãBÅkÕ\0\'Í®<ÿ×’+F/&\ZCèÜõ0ó­’o ¤7Ô‚ØÀ^²‘\ZtÙU×:+ê¡Ò0ìCOªÜ¢6Yöy—´þ¸ K8†<”G÷žT¼J‡0)¬…5¶üÖiKeÚåô£’jÕˆ’ÊÔüTö|¾F$Ë4t0F€6^Ê¤pƒ	,Ûw§R}nlD‡oïYDÈŒ\Z•0J;;æQëˆx*„©,U»ŠÓÄ¾ì<gþ_;§o-H0X!Þ\nB\"`Ã6öèÿ D© ûÏKP?±ï°ä_Š0X¹73S;ø Ç\03mä&)Ù$K>7wtT´\"µ0[nÓÚ•rµwëýe&³ýîE_ÇJãCè¡Ùä’ˆ0iÏG/þ+Uî‘W3Iœi\r¨Â·8ˆ”ØµS ¸§8•0sÈaÁ±¥…°¦`\"*ºm(|-=©9¿Æ„ú ¤A@0À(ÂËÜ<é~UÏ-t.™&]%/wˆ1…©ŠR¨o0ŒòQ9\'«—j\rÜäp‰WC‚mög0b¨¡õu+ö<0 ¿Ïáö¨èSbŽ€º]‹^ŒìD«ì¤ÑŸd«Ü0¥…g¾†ÒÐºÊå²«}ÿbIYwe–.êGžÑ0©pÊŠRâ^=©úY› ø¼o(áä‡a*¢7Á`Á0¯Ü,d9É˜ðó„·Gõ\n6úêPÒÇ$JC97,néHç0èqeRŠ1:\'°“ÂãQD‡uÈãhVãÐÂwÏ‡0óÌ÷ ‚\rXyqÞ\\d‰ø‚]jÅ‰: +R„(ÿ7Î—0øº?@Ý\nQ¢›ÆŸ¤¢q0	2¼ˆzúRö•ÑËo@0øÉøY–ìiËÑ¾ëäc1ËýÊ\Z±²³[‡^r0ü\rÁHCxŽ^\nêë”#öçQíÌëY¶4NX…1„!3Q*„\nÏôXÚ}³(ÄbÇz¥=¥œ.Åù/1&ZVº0Ñc;÷»dÇClšÞÙÎ¾P`…–ùŸcý1/pªÎJVQƒ§ì2v…Žþì•€ž]L9çðe?4J15VƒâÆ^,û¹‹ŽgK×äÿé|#¿0£Idµláo1E(Ó|Tæ€Vc»-NÂ¿-ìíÞ¾„~znòì}µ.µ1\\ó^¡œã8ˆ¬òÄ.Òl›·jåÐ…Œ¨Í4x²]›|1]›TÇÂ’ì2J\\+	äi¦6SŽv©®S,Eï€´‰1eêñä…­8o£NØTÜ:ûw8Ä<¥:ÚÕ¨î1h\n@ú”ÞóEA:ò\"H9¡ú8‚G—×E¿1‡ÔËu¾\'ŽY	£òÃÊ/%ùÇ¼\0›ˆç¥ñB¸Â\01Œ-#öó$½ü²„p÷&ºh5híJ‰m9³ÿƒm.‚1’Ê7’õH™}·®­hŸtqŒEÁŠu6ÛÇx]º1”SP^&!é £!\r\nOñ¬6\'R˜ €ú6¡a\nµ-1œHŒüìÑ\"ØgyßüÑ†*Ù&\Z±ÎÏb&fKþ1¡¢¿_¬»«X‡#/I*D¹NÅ|æqx À]\n±\\t1³ó¢¨f¸@g˜øì<ø÷g—-vI„›Péà8îá³1ï6sè4Ú>gŠøHTÂúµs„*ŸNV‰BªßÓ1ò\n	Tk5tí×{j°´.\Z éB½5$ºV¬ò{ò26?Ã´%I8#ƒAaŸ§W‚¼=ñªÝûÒ€VONhEÏ2AñþWB]±¶bž}÷¿cÞ¯B™Äè÷#É2B·Qb9ñL‚ò†\'ŠÄÈÍ›¢ä¸ýB¨BTŽ2Dl±yì¤O_!€DåFjF^¸=Î-ïv¨Q\"T2v´2Hš˜‡s|kÃ-ðD`ÂŠñ]^9Ü÷âªÁÍÄcõ,2SLËÃbˆì{¼³äšÄÑXsÓÇ…*ðž@)Q˜2vziòÛM%\\ÔíXtâ#Ýîž‡$­žeµ*ƒ¾‹2{yC$%BÒE;ù•¨¦ø‹4>©ê«f–Ý&b=ôâr2}©À)vD$t2ù.Pì—³÷·‡2ŒA‡üÚGô½þ8Q2˜ñÓ†JáJ™/CC7NÖ×Œ\rªÈjÈÿ‹Ìi2ÌMm¡ÊQ´fÍ!áž=sö*”û™˜2Óúç\"!-Ò2Ø—§ÄŒ„ÍÏ_g[)@ææ‰û23>²ŒÇ,ñ.¼¦2óÙ¹Ô<­ædI=¥@M8­Ó>ª4‡c!^i N3fKÆfYÓ8~Dh_ÖÜé©ª”Ç%*&zçF¸0-ä3(„îJÊ{´*™€â\r[óŸÉÚÜ½’}†W33)\"ÆK\\,ÜÜöh+–î\\\")û`°“/W²Ú33ˆ9DkÇNd\rìF‡›$±O‡2í>ac™c;™Sö3E”!”›Ö†ÞƒXO+ó¦–ó¼)ˆ\r^gPÇJ3O¢™€jü}.£óÓãÃøj	^W/Q(Ï¿Ð¸hBC3Z:×2$¾FyÓPâ7bØ¡ü: —äy‡MúÝïí3r­ù=…«	aÔ…šñç6˜~1…´tŸùÁ}‚k3‹i°ŠåˆZ+²+<A&±ÏëÜnéã?«¼‚%Á3¢J~wUV.gD”¯š%Þ £ó.÷¿P	‚<Qï3Ï7H0Ï0ÚÁÚÔ­*:ÞÓ>âñaž_Úî·r`g3Õ¬ÚKY…CäX–-¸îkÿ“íg9[ÅëÛ³µÒ„š4Pë¢¢\ZÚÐ+KibÇE±WÐ’q`r¹\nQÏL¸4\ržÁÅ(HO_)‘µyÖJ–ñƒwàLãÅÿ†ó†Áö4¨K\0¬$ÍÚÃ|%Ü°^ñqï÷BÛ±&‚¥ÏK…ô¼4,Êj´­òÂE6©†Îþ¢Üú“æ@µúË9&–YPdü4-”;*B_|Tç•Bˆõ Ù!°Öþ\'÷o\nëQÓn4We›.ßeÙûþ>uÉ‘±ÎðyƒÃVcÉýÒ@ˆ4gÑ“7’¼öG>…\\“óJ¹ÜÖZl®Ì2ü°Æ4‘‹ŽõÞH}AC{ÒHh/ù}sùfÞÑYÃáˆ£4£%ÞC]îÄq@²à¨ôm7kêDèñû¥–W¯Ü*_4±¶]¯ôŽ]@w:üyÙºX)%Ç€[b›tbs­m/Ý94»%_^^å[¾ðì£2¶ÉâûÂi¯Ós.·Çª-‡4ËYÞ2õéË½5MŒ€fÕžv2,Ë.¼à‡¶\\~†ý¨4ÒÄ\Zr}ÃM‡ÈcPÏ\\ÃGÏ¢l8Ôæ¢ïEý¥5½cíÄ[—/8àÁí>ô8g1Zàn‡àóBÈ¥gx5IwýNÒüeó¿zýÕ¾E®s-ÊM$£èg$úŽ5#_»÷DØž;}6]þ&ƒÓþ]Ì¶Žü&‰igæ>W5$;˜«/¿ÊmÑk«íØz —ð³ð™ “pƒþA5*Â¨ÁPÄÙo;è,«†£XÈ‹èyÖE[~‰ÐÃ5BÊ`íú­¿¾DÚ×ð’ÇSx|ð4øq|Ò­^’í]…5YÝY+þØWýï—4ò¹ž~û:j£/:ÎÙ‘,¦Š–j5o€ƒŠxØßùˆÒ~ì,ÓÒÊ\Zå±F<”‡H5‹Í±ð°hš×çôYó‘IË&ÛB•ëiUI­?ÄÒ‘5™	®XxtÅB\ZæÆ}O¥ž²ã‡ûLŸ =\ró6·µI5îf`dP&ør:ã]û‚üÕÚï°»½ÓzØóW#[Ä5ó`œ©ßHºê•ÀÚç¾Üø¡Öº>ÑR5ÁEOI6,:}u4!Z{ÐŠšìòw1³&äv1Æ¯?ÚN@ÙÕ6= ´G!J|Glœ¿ï¥Ì£¶8(êxHï,åQ66Gñ\rékH:’\r,6œ¡YÕ§j€h½=Q’$rF÷—a6XþWÒÛ\r2Ya\n—ÛNàƒ‚D;3¿>¡?ÿ)?VÖ6k>×º£Ý	QÚêÚÑHa[×‘é]{°9·ÀÙF¼¢6tªY~\'I…Y+6ïõ5}’j²gØñÎh®yÓ:6ƒRàÃPJÃ’2]bîD\rµ\0JóÃnòRi’ÐãæZè6Š}Ÿ‘àñå¦åo\ZƒSu¿ìS§õ4Ì€n\rhþ6Š½\\Òæ¥…Tbñ{)p2¡u,®¼Ö…É¥£!wl˜Öb—6É•I•Ò£MkÕa_ùëßGÕ#é1Ïà²Ñm6êò´ÎÏÕ¼|d5lÂ¼g4„0æ\'ŸB`VãŽŽ‡6ð\\Õ\ntÃ\0€`6Í‹&)ªánâ—Äek\"Sü¸h7ÙISØXŠóîei¸NØî‘n˜&Ëå½¹³þdœayÑ7\nŠ@3çl,íUl‚ÄLÔ°XfRuDÖYRsíöm‚7çMªIî¾Š.çœôÚñ›-*“œ\rÆ‘æ7È§’å\\éÝ±Ñ”@Í°büÖdàxì?…¡ê7‘—)J2·,\"ÿ\ZÅV#¾µb‚¨Õ{°Î7€ðõÁ®\Z©ãÆÀð>©Qã©;£~oûàgYF½7]UP®ÿ*2©ˆ ÒªŽ#bò‚ËV ¨•ÎEÜXj7bŽ1œ€§8ß!´ÛU=…¢É€mš¾¨Ö{YQ‡7m«›¿0ç äž¤–3Å£›K7–ùò\nFg0íŒbÝ•W 7nœvŽæhÍ–ØXýd¸\"ƒôéÍ‰JèŒñÚˆ7qpÀ.Ñ}”a \rÀð`7Ñnšš’sñBÜúŒ}@Ó…v7|\n6º3«üÀ«Ò6¿#6ÑIÞ×æ?´Èà ˜7}áÍÉÙó>«³ž¼²æ`õJ+iV­ò]£Ë6¾ª7™Ù‚®·ò\ZEš¬.E{(ËYÑÒKhd`zŒk¶7¼I˜Öc÷Hƒì<=þü=\"óøF)\0Í[!Xâ\\æ7å­ü#q­$‰öTçT)Foe\'&?Prj%o7û@lDÝéÞìI¤R*)U†Òµ‘—¥èRä¶&\0e£¨7û|ì&,SÉWÄ¦l~Š°¡ e|T¾5‹—–‚oÞß8\0ªxqû± ù‹ªrgk*\"@TCRZ=òf’‘¤8K*}\"}u¾a¥Ú©ßîþÕßÈï}›#V^¡Íä}^g8KÇ–Ú´\"-?Â?,[‹À{/´Ou|ðEÕæpóâ‹8`Ñ°ÄM‹U8?˜‚i$ßîÅëî›\"³O„{˜Â8o0êË;ìà§—œ·Pjñë‘ª9I(–ÝÔhm~ÿŸÏ8~/ó°Sõï¥ù#WUD~c9u©uTÑv8Ú“1Ÿ‹­b;÷ü0eRÚ ñjìuU`ß` isÂ92g¢àÂæ­ìÆÐýÁþK:ûraÜW;\'ÓŽÞÌÞ19fG3óCësw[<ÝØhÇû\\ÃŠ¾°;;OA(Ks°9>|€ßžõyÉ®üŽö¡,Šn¸³a–S­Ý>\\S9IªÜ<Rîa§~ÒTªeð8JG,dèòÌ[…Js29P6’ATa~R,~F\rÖ‰«+Ìo‡)¢¥\Za0êp9PÅ `8_æK#õ£îç,ÖlS³Vd*6T3-`~9T-¤¢HÈž :9…¦¥˜1ÜS»\\\rb?FC©Óä½9Wmˆº\Z X —¨·Q?uM\0GuÌë‹7’ÉnOŽ¥9eí9‘Dõúg2[Oe‰¥ÑùÄÓ-ï„¼”DqT†noK-9f`Ewo„œ¼ß{õš)Q1W¦•<™ØÌ¶É‹9p’mÃÔRz®ÖmÀ˜Aq*èÓZƒ3ôŽŽV·\nŸ-9Š1»ÄY±z=&†3–‹.T°Ôö QâA[$…É¤”Zq9™7ŠTñµ™èÛÅBìRœÌ#[\rO:„K)÷ŸÅXý9œ5ÆV]‡*¦sêˆ»µjòq7«õË¨ð¡È3ìÒ9Ã¦âÀ%à!©ºbdV@ÎO GÔaMÛÃã¾¨\nµ{d9În¥‘Û~‚A ƒbÙHc†åx;‹åB®®o>1<9ÞJœ|UA6@Š)YºÒ>$UÅÙšâé§¥6b\"9áó~%qö¥2^J²ñD3]ZÃÍÀû4qôƒTõë9ò²ÄÆ·]6¤z*6u„jLñ\0ƒ<)¾+îô\0å9÷«ÙÔ$2©ã!èº…Ìu²“ÄÛéÎ™)…\0Ð¯»ð9þàžqBYaÙ‡sd¤yþPÃ¹(¹ClŸ;]«¸%É:Z‚?SjM¥aŒ\0ðùyJ†c/¸Eø#Î8Ðè s:\nå1Ñ.¢ÃÕVÄ\\ÉÁÇd†S=œ\"E,vv0²|“:$€÷UÒy\Z\n*â+–éÿÅ¾+cyª53‰3eê3:k6çZJ™£Wj?ËvëA‰¶ˆ^aŸ€-YêEçÏ8.,%:k¼\n<(QÇ ¦-g¨Üvv]èš¢áÔi³ýÈeU—N:‹ÛÅOñŒª3Ö›KÍiDé‰›˜‚é-‚-Ì*¯3K/: ¡ˆj\'²}’!ž „}DD·%Xï×á6âD:¡\'º¢¸Ž\ZÝ?ðçDßæ-Sp\'LíoÝ\"u¤…ä`pÏ:¬›Ùy8…–{#ÍÕ¿…mçúöÖ6mzø6Y(9:´¶ÿÝÁ‰Êmèÿ÷e0i7Y€§,<YÞˆ-|€Áž½:Ì÷ÈdŽÑ ÿeU€êï&¨\0 ÖWåÅC}>a4§È:Ï_ƒllß|Sê\nvÆ\"›2´ ÜÕçÂÁ$¯‘¯r):Ïi=£\ZYäeuÍóÂ)Óªmëƒ­}¸Ús?ù¤:ÿ\n[³v’Ég%Gpäa?>ŸˆÑm“_kÁ„ÿ5:ÿU¥#¹?‡™_jL§2S2Ôö½ü‰ñãU·ª£H^;RÀ‰îÏ^ºy]ëò¸ä%a3_)Î;teâé®;JªEÅ]N”ØjÂÌ.‡Ìæ1¥*E–—‰ígWM„‚;WÍ­ÿ ª±%H)wš<~ÐD|Ÿ7VÈ<ÌÈJÜ;d÷ ß©„,Z­zñ^u–¦XðÑ˜8ˆ}¶÷l$£Y;g½ŽÁlSÉ¹Á\0G,i8MÂŒ‚\0çý¹©ñóœ;z¾—mÊpúKm\0\']s\Zø)³MR!\\£U<ýè¿í;Š\r\0osoþ™B>Ã”]ÍØ÷âuc“ºò rÕ¢T‹;Ã\Zm}§gÏåêêùO†_tÄ%n¡È…Û¯‡w®?;¡è0õNU”-û\n°ÈÄûò$Î¡¾œëJäãŒ;ª·Ñ‡áQ‘ §¹¨ZÍ[ê•ƒªíÆÛh^2u£*;»7ÕD–nRÑWÝN4@“´JþsÁ`ÖIºö¨ä;ÈPÇþÎÖºîˆv}M¥ZÖµ&•V½¹ÕÊ<JS;ÏŸµ›§j\\Øù%z™všò©”ƒ}dóÿ83eª_;ê@ïŠ_–MÊ-çàÕ…‰Çï÷Ý,(gŠBàÞCÌ\'4/;ë]A(‚1Œçƒx&¢äšÌ®^»Øl_Ük8c<FÅà ´\0DÉ;Pw—Q¸œÐtøÖsÝÏ¯<·5œê©ºäõ½Õºˆ·v€€Ëñ\"ðÈ˜ÚªœåÂ<é¯:GÚß&D]Ôƒ«ÍE3 	uæÝœßtŸž³< `2!l~òsø‘òªDU¬=™¤¤ÚÏTšRýåœ@I<!{]Ëwf›ïô¤ŸÖ°„z=~îSþôAð>nJê<\' óŽ<à±\'[Oe€÷ù0ÕãÊüuÜ!ôX	‹g<7è…SÊdTï	{~ÐÓ}&(94ÍY—_¢S#+TË\Z¶<?ni6~’ŽÏŠÕzù£›ûÞîÓ­Dzm\'={?63T<m†2€Áèõå[ÈôgŠôØCƒ|ŸÜ0™´øÚŒ<qÍ#;•&„p6fÄ‚^½¾ø¯8+Ô:÷¬é¡âÑHñ<x:Èwì©âóîƒLdìdÎ|G%N†é=©s©<›\0Í  ÑÉ$Ú±Ó5Åµ‹Ç™![•ÄG7]5+<¨’H.<û1zôff:©/|Ö5¡FŸ\"©<^õ÷}úÝ<ªÿãþ°P,vuSÃákÈÖ5ø3lšD ðTZç~O<¸.xnEe×¿ªj?\'o2•†œÒ\Zh<’:-Rr{<Ô«ú!qÀœòŠÕ2{Ÿö»Q:œÎ…¹€¥2U†?=A@5Ó¾Á²Í¾\"ÍvÉkkaÏ›aâµ´.kògçæE=%x§,Ç\'}”<ì*ép¸öãuX„pÐsìýˆH#r=Mbþgž`<ÁCó˜ÁòX6¡ûúØ.4xÂ§Ì{=QÈs÷fÐø#Í“”1\"C¨–+3bî“5¥|<PàC=]óóùm·\'ÂO¨ÊP«0;&x\"Î¦•šƒÃÚeÓ=šãóêÚ¹¦ýÈô\\ë0äð$ÖìäÓ[¾#üb=Ÿ¯í±$ëÄHÓ3•Ôf4ñDåü±¡V­rjÑ!?öÑ=Îø—¬.	Û• &ÔIgCq [OÙØS„=Ñdtz\\àIgNì\n´d%­?8­³®e%`s2ûôI>\"8²ùâ¹*S@-‚öbH°ˆÛ\"ËaiŠº›žEx‹>\"eY×-¦:0¨°ýÆ37ðùžþ,jÀ³ÝOâ¬>rfÆ	/¦lùÙ¸$\ny+b+0ZHª0wbêVÇ>‡@Z‹HƒÓÇ“’§º9 Ÿ)ŸWî|„9ê¤^~ >‘	tNí}¿ú%åÂÛÇíó¯ÍÚâ˜7â µÂ6É>ÐŽ¤º<è©gÍ\\^_·¥ù½9ŸKýåö¥:>ÒµPíTÏ»ûŸ±§7rï`“üˆKÂùË’#žF>×EoG‡¬ø0W^“ªÚ­>&i®nö\0½†úÎóY9>àxßÈf?)ÃÏSû‹vRK‡Z¹›ø‰ð„n½ñR>îÔ¹£îãËîWß^;žïÞèáâa*qâoÿáicý½³>ÿ¸Gãºæ+›G‰Y/„C­ê•»Ü€6ÛrÉ&¶» ?O>uÉz·/AõÇš	n5E-ù‘I„ÆGUhß³?	]„M.Š¦nŠ¸ä±b4sÞÁTô+ÏHˆ¦?ÚŸ>!©dïÙùâÀE_5ì;$~$¨„§ñ&Æ \rµ?)ã˜ ŠåwYÓx†mN#¢\"( 0wiúIÙ¹2Àñi?!a0?+m£!©ZŒ¼½uC¨<:°ÓÑÍþÍä>íGq÷?\'¬Ð€|8§iÇ{_Ðz_)-©2®=wmo½wÜÐ¡?,gu§Và¢ÉÂ”-UbëâÔÄ<eAÑÇ©KN¡þ?3Í³¦’ ¥Š´ÓóD[çqJ•‡ÅŽ‚•g*h¤Y?5KÏ¶®ñjB *Dº¹ÜäP¥ú?4žñ^‡”¼?>ºÐe©Ñàþñ¼cºý2u“ð¯ÕóužööÐ?H\'ÍSüD>í<56©Ì§5cá¨#_{8ù‰cf?Q¨O¸Éx™R”\"íÌ&À¨Z-²C¢¦í¸j\r?_±Þ6bÙ%Ÿ£¶ã»§›«èÖªKÕçÇ¯xLžÀbÍŸ? “ú—ªh]ž0\0Ú	B¢¦™É‚ˆàL¡ JÖ¿?ÓÏ\rÛ´à<—èÙãë~÷²ŸëS×1.¯ÞQ±E¾m?ëõYê¤²¸;Ü®ÂáS{Bvº,J”{9š±?õ‰W^Ëz\0¸ÓY*`\\ÁP·+’É-Zœ¾Æ ªlo@®$†þyZÎ¤T±Õ+‚¸Iéf¯Ø’c#p Cø@vP…áÍèÔoêå4Oëuº¸öº¦“ŽY7jÑ¤@sÑ\'”b ÓN9E=Ð¾±ÝSÑ0¤V‰Ì{ÈK@ˆëk÷„ô¾¤¾äX$Î©PB	´òæ²=PÐS@*5­]ýðG¿‹€ô²Ýû¼ÄÖ€«Ü3)A{—Aq@:xÿcŠÃ†PV‹àïqtŠ´(„×*¤Ë@CA°RA³5³¯Pü}”§ó%šbI^½C3·®úÿ@Lo˜ÖŸG”²×j§_x0`æý8CŸê{Ïp@`@Z=¹žsXî/Ø$Xvó\0¸ÿ¶uy³8=7œ†ì@^<Û¬\'=âf©õn+Á~½äw‚;òü™\0®Ò@`±7°…ZÇ›ùbvP©‰õ2øtï@hlÈq¸ÞÒ€@qb®juªO «;…x…Ùí¬æ\Z{%y	Ì*„ð›]@v³KÞ¨kêÃ%~†|`¼Ø`„<5PëÛíŠê.@|IªNÀA½åY®˜:_Iâ¡¤Îüa±*„)õgÂF@‰~ÞbR…é’¤ìZÜ^¨Æg¹£õ4œt\\E[]Îx.¸@l×lü4ÒôwÀ2¿³lªÎq¦Î3P±äà\"Ÿñ¾@ž•F3ª¿ò\\;ôeåˆ0ÛšÊëNÍQP£©\Z@«;„®ÊEí îxS§\rÖ=ÎK¦A-ëõpž×y@µ@É¦¡  =ôKw€Ù¸\rk¦)\\XsÊ‘•]Ú Üˆ@¼Q4Ä¦P¢ñîª±Àl¹NØŒÏïF!ÂÛK»³¢å‘A$ß0©jðºg\0É3dhfGTÝíGü)Ì·³!A92Ð!Z9œý^v*¹\0D8\Z=Qµy‚ô\ZAbôAv¡{/Gªgö^6Æ~FÔ\nÄ–ÃÞSA	“½‚»Az#êøôëRHˆÕÕéŸ[¨`Y|Ò–„\rxÒ¬”A€¼è®5ÞÄùNök…j(WÜ{lüÈÂ9ŽXIk.Q\"#A†²«’‰c¡¼7€î6ßQN^ò\"BÔz´ïÍNA«2,™0F\rv< qbš9×&Ç°îsÛ&Á/ãA—´©„Z%ä†6PãÃ™Hç—û®[h\n@ï <¦¼A /úõeÈÊ£Pêš3ÁsEä‚bzáÌï%xKÄ#Tô«AÀjŠÚ±ÿ]½UæúfÝ89b•yFvw1¾„Ì$ˆeôAÅN~šúômDD*ØW Ž\n´e©\Z×ö^¿Dhuß]AÓ@z¢$zYâÏ­umÙp¹Ü”õ^¶£6Â/£bÞAÕ‚¡Ô8OæÐ²ä€í¼ŽœOzœ»yÅK\Zt®\\AÕÜîª‹iß¤^ñÏôÛfßWÍŠÃŸvº¢#Ÿ\Zg¬aAÜíë•Ùåã)ú6Ï.k#Õa\rU¸ˆ²AÞe[	ŽºŠvÌ›3ø¾¯kçg\n\"…¥¹®ïàÝŒèAì°tx‰</YâùÆDÛÎá–:=Ñóo«Ê›˜	u…B\0ˆž7rï”\n–75š¬ƒ³HŸÏ„K~‹+‚ÜDBo‡B–ù5¸}\r}dT ýä/´Ð¨îÈØŽÀé,BBI\\c±cx|Ÿ¦³c\rì”wHN,4ˆß?ØÒB&ˆÅJÿP:o†¤ûlÊG|PÄ:qÕ_pŠ!Î~¤B*œ/zâén¦äë-‹ðTýfY£ÂÄzO|…EìVöBÞF$bßé²øÔ$.…-zFneƒMÔ*/„èšç¢ë|B•VÕÅþ\n,°¶Äî¾£O{Æ‚9õÒ¢™°ýó,ó–BŸMZÜÿrDžgKÙ÷Z”y³ð{¶!Èd÷ÍÄüÐVBÊ<ž= P\'\r³¯ŠlÝû5hhH@ñCp3Ï2É­vCcBÖR»Ä*8Å˜¡ÓïTåðö/]s·.9T(Èê¿ÔBÛ¥D~Ç–Ü¬ßB>\\_E”ˆq€ÉÒçlØOxy\naÅBÜ\nç™¨Ä¡?}Vx¢¼qAÛÐ½a˜³IÕwA\'6Bã¢I˜èqƒš0úq\ZÏ* ªéZ>ÃÇ%CØ!lC6må©è›¥í×mlÉ ýõ‘ÆÚ2‡}$\\A/C>0íÚ,cïÜÏJÁvy˜Èìš“(TÝ„çžI•CN6ïÔZ:™czç15êùÁ(Esë{(’ùM×½CnâUcœ]üÀ¯ÊüLêá˜]Ä¢6½ÀC1rþCt‘…¹[–ÓP9oŽ&Ñ–·cvÑCÇ¡â‚b™²;C‡]ƒóÉU½:3\0€îµ<Éøv=\rˆ\\ŠåGã)¸ÍC‰âv¹m9)Á¶“ÛæwÌlçÜNdü?¹>o¬C—å4)Öø’’“½‚iÇŒŽ<1ÏuÔÐŽ¸Ï\"CœO‚5‡X”þWÏ	ÃÎNùî¢áJ”½Í6ûåC«]ó×ª.7íˆÚfbíÊ¹¦šoÑ	$»Lá™ÍæpDCµíø3¨ð(`¡èe#¥½bö3Õ~;o¬‡ÒÂ4TCÒ÷ŒjšU#HL¾\\Y%úðý\"ÜrSì{¨õtÑÊªCÜ½=#\\‰4Cø.ûðfÔä>)!ãßÊ\"ÖgÛkCÝyÔŠÃJDo H¼yþê¸$õÑÜ+ñ|°Cô9–~®‡f~&ê’ò%{	7ñÈ¡[¿{aOyíÝDg9‹Õ¥Ô+‹ ›½Çwèw\'ÞßYJÄEÕD2Pwr8ÕI—þeW’}þ)ŠsßnÑà°ö³\0þÿD?–j^*¾Î¥{2¹	WÀc|§ ÿ]‹ÔyütDC…ˆ\\N\ZK`aõ—o¨¡ì2õL·JÄSw5:L»TDHoBäT\"—Áª/¹T[‚h‡N;ãÖ*w´o´©^´°®DLSgÑÍg¾Ý¨»Ü? çŒ‘åÍÏž«Y1Ñ› hDkäÊ5ö2øñÖüÒoÝâïô…«èä‡+¥×¤I0ð¦Dp\"Šb›PÖmEN÷}^¯¹³[ÜúÚ:¨qþf¾¤D‚T×E™)$GòÊetæsÌ®EÙ¹¬ª\n­¢æãDß\"ŠKê–ŒT„œ¥+qrË9 šütJ£v!!D£%}³IƒÚîm‹ãF2ï=(ˆ\'+¥äA’‘XÓD´ÆŽ­6Æ¹S´xä«hjï°ŒG­]iÏÒi°‘Ì_D¶U¼;F=£¹è½d¦øZŸK/ì³h-$»ÝçX#DÇä\0w‘ìÄV—ìvRwo‰–«‰ï×~èMRùDÞTÕX6•_8T&\ZUc\Z~®Àœ@ªQ’ÂßÓ3góTDêzý\nrÆÅÒÖä#o8¶­]ÔqñË©8g¿Úw–ÔDù\nDKbuç4iQ\'’:é©-!êš:	¯ú2ÎWi\\ÝDùœ¦N¹™-I0–ÿÌ0?‡4àzfÁ€<áHníE(ÄçÚÀÂK\"Ây¤Œù69=aÞ1c“3øú0˜mE*Èñh5|ðy;f\r±kÀ€Ôa‡í“¤~NËrðE0À8ÖµLó«ý}qe%v·BÀ|:±h¦w†E7·3~ã¡Kµ\02³ˆòÓ7r\"Uª%¼-ò_:²E:ú™kfèdœtps*H@ëœ+IÊ35_\ZrŒ3´EG-=ÀŠ¥|èð†6W ”+xA0õ†Icq_–+EJúVU÷2b7jMy¢ð8]×nF}°ÞZ‡²?4íêËE`ƒÁf;¿uí³\'wI÷$Ž0Vžo0H3ûö]E}¢¡œZnÕ.G„¸–{$‹XÕêº(jyqê£o=E’ª‡î6Üx7à”›ånÖ÷oj a¸úh.¹eŽë5½Eš õ\'Þ%Xmš-ÿQ»sØûáÄŠKeb«øb©XpbE¨-8\n‘u‡ÚT/ÀÂ§ÎÎiâ¿xäúr&¤ æ3E¨Qé¶ÎÖd¤§8’LÜ®Å¹@ñüª ì#]sï­EÐˆ›Äø\ZëT”•Ý›¯Ÿý¤×µ„Ë$çé;±QEé!¶!‰¾Í¥ü‰ƒ)r;Ûn6ê®EkêS1þ$`^F Í¥Z©Z(5JC©Âåû¡kù¨\"ü«óó|dwqF´kfSÈGK#:ÈÀ·³Ý’m¸SkÜÂÅ%ëF­hëÞ™øºï«HmÎð‘k™ÈÜ²=æ¢¯™F÷w•Ø³YÀã=çõœ!îB´\rØJœÅ9´F!	úP™ö\r\'ów“¸:(”Q\n’=jlõèhj¶¬F+\"º£àù2|+öFUšÃŠØ;Y¶Iá”}f}|FCöAÑý>=²šóh1­ðXJWDX˜4Ô\"Š=TXFV›Ñ—±aè6y±p\'î3®¥]µ\'†´îÓþ,F}&w=4qu®\Z¬Ûù­X?·F{û©W¥B!½F§¯Š{KØP:†iòªgF´\\öÜZ	(\0GpF¨ûø¸Éþžy½½€Åý™ßéíâ3núÅàóÓ#Ü;F¼ÛzÎg­Ùsfý7˜B»÷¹X²ñÐ·Iw±EñÉFã˜tö¢Ç£vûÖ\Z¥:ë;„þ`ÖjµÊ ÔB¡G‚›ð^Ð—Î±ñ”›tG¹eøåšÍ)×Ùí²ú\\G½nŽ“¨U¯ó>)_\Z1¿d†/ÚÅ2¡’Ò>\ZÚJG\'AQhîMÍÔVí§¶v‰S(˜G¼¬l^~@yÝGBðìàÒ#”(ö>”·‡+:ËáùÔ¾\ZþähþÞ/T‚GI}¯‰?\ZÜ)[>\"nå`ºÎ÷ÙC’Ñå cfã”G]€Ë½{0nÙ‘)mæwhní¸m­«TCñÎ&G^˜Pÿ[òÙÖ°a+Ëä‚“ÞöÝˆm—gÏ ¢?÷Gsq\"¡÷qk•¶,Ù&ðu{nºŠi>Ÿ¨ámÓGs}ê£©²¥~V/	Ý­æÙ¤[öëí:ñY£×\\Gt_!ó§HXÍû­«Ð«wc¯qÏìeäúþ6Å>îTkðG~x%í¾ƒË³ñâó>)žµ¾d(Å\ZBNJ!G…ë+§Ú8“v³Í®1g*=^5ŽVøô¿é€…·\nÈ\'GŠ@‡PÈƒÃUˆ! 9ï1XYM“ÉÿQeˆ \0×`ÆG´?}ço>ÈÇUÎŒÿ5®O*qú&+v‚3\ZRmh@G‘™gr8É,ïBÌÞc]u_·a\rÌŠ²ÐÊ;˜~ËG½¦W\rð\Z‡äG$é7iD>Éb‹¤á^Ï®Èï4öGÄ³Ë—»YqUé„¦´¨´lâ\"	ìÈ,]âûf§C\"sGÆö\'”½Y¡¾½7Ëÿé5T¹jçd5:Â€“ÙX}{üGØH{²p•<Z¼ßtM¨‡h`áKÐÄÇAL–¿ÅGð±¦ŸcëÈ`B+91l%SÂ;à8B!¶ÖºÆG÷Øí:—³}ò«›ç¤ï\\¯\r¬Ë÷#}gàÁÀóuëHóAfº%Ö³1h°*#ëë\Z·UEUhŽ>B=r‡Hp\r³\0VÜQÎ]µ¹%<‹ Ùÿ	Ð&si\Z­[•H…ßHeùQÎÎe	=:¬æ2sOÅ8×Oõ½rÈœÅ–ÒH,Ïo‹ý¸1ô@O> ã•ÍR{õÆâ’5k©e•ËÄH69ìó—ÃŸÀ$K²¯&úó‰k³­ÚáÑ•‘\0ðy}H9méPÈ¥ß\"¦T€žŠ¶ËùÆÕ©þÖ/5Ê{!ß#Ïû^HBÁŸú˜]=|\rÓUJÂ¢ ÑèI±Á‰¨­wÖj ~HNÏ>ÙÙ+föãòVQÑ‰ž2§žåð½çË^ÍÐH`kfN–°Lôäõh×`ûˆoíè[agvEHaÇ÷”÷ÒÀYB¦3GD†«ÛŠìõY¸|åå_â]ÀH{Ã8;sP‚%;£q‘Ð9\\š×}óI€“W—ªH™Ù¤]Ãªù\0Øë•{/|È öodl€J/1±H¥©Qïƒ‘¨0zí/ÀtÓ$ÆéÚÈ7È)æÌIH¯ˆ Àÿ{ÿä\"!b(ÂïëArõìD´]ìÉßR;•­H·ãËJá²Ÿ¢Ã ` ¨÷ò…ût¯HV¬{H¿¶è¹5±\"wqnG8ÊxC·ˆZš(Žî÷«\07ÿ¢Hä3–:Bk[e<KRƒT6ë¬uLÁö‘b€ŽhÎñùËI‡¥­10—%óV`Þ®f¬aúö¦²8~(×õ§‹I;BŠô»S¥ó»©âG¬l¿º”D‰kÙl,\0‰åä)IGQp¸œÍ5u½òŒ\0cÀ{Â}­çAìðÂ>INÒä®ÿE™ç¯j‹4“G\Z\Z}”®«C¿JÅC¾IZ¾“4¹ÿÜÖ»{Ò—×7taÙxÐ’H­1–¢ÆÖðIyñÏ\r|­qª›–SAý*†	çÄ}H¿àPÁ”æI‰|á™µ0ÇÝá¾7aÒn¹Òe;\\Uôœ÷ÚI£>Ù½âï^iliA®$UMÂ™>œ¸ªl¨)£¹$iI¤Àg-¿ÓÓ®¶P?{ÞuâORìRr%‹ë“~ÞÐI®Ô?Š¾ÔRñ`#¥àC\'\'\"·®Ó\\j\0aR²_îôIÏ3d7°Z4ŠUØ®!VÒRü™\"Æß†Koœd(â²IøB¾qM 5{s6 liæYÐ,žÉ¦dÓÃÙeÃ\reUIûÜ?«5j¹Ín7à¿+#Ik¥ÄS¦Úïð›c‰ˆJR2ï›Îîñ_¹s{\n/úvgLiòœ›:%¡ìJˆ¦§œe©N2\0íY ¥¯by¨_·B‡šÔýéQñJ(|\"ŠDçÖw@Î¢ð–˜wîï§;`®Sþ ¡Eá\'É]J0^iæN™Õé¤¸®yÅLéÂm¯¿¾øës{ˆá(J;?[(Óæ*Qý‚{¥84á…¶AfùU±ùý†ÿ5f;¨JWóæÜeüjù ¯JA¨£ËU]1‚Ž^s?Z‚Æ\0JX#jÕÀÇwöÔÓšYûùæUZ+òõvä *+Œî·J]²Æ <SMvðidz„å«×ý>€à¦…&<d“˜CJj°;þÖãKžã;s¼\\¢•2Ç~€Ú‹4½J~ÃÄ=¡;ë…žü”#– á	\"K\ZE+‡í½Æ13°˜J‰3õAZ[‡§;‰`“›´Ÿ³ ¾ƒ3Ë¦ÄoŸ×J“4Ç+`b	ïˆÑ\0YŸ‘yØ¬6WqDÃ…Jš „ËÃV¡sf™^·”³¥Ìªôüçó0G\\Š“J¨Š¬Y™ŽF Á >%•PMFê? iºO—êJ¬‰	p5v…ã”„v½õÞô´ð8Š‰œƒ€( °­ÁïJ·bjbî‰4Djw*4ž¾Ôé±‹p÷-:Vx@óŸ~J¼•÷N¬@—`Ù¨ý¹P)@-8Y°Xì-ØÑJßÆ}0òÀË.ÔäûpƒÎe	GÎÜ^—ð~•»QyJã”$§ñEæ¾!\Z€ó\"ÔÆówŒONÕÐ‡Ž«^mJìíP°Õ#d	Të¨Ž=ì†v*Qf§¦tz\n“½±KI³å1ZÄ. |¿Å=ƒ3÷S0\rž÷8]„+K3¹SÎãxF¸Hn¶¹ZDa‹ÝÛ³Üðwïs)*xK;PÈasz‘nZ‰ú‹ˆ—£*dWÄ‘í«j‰]rKPð‡”F1)oÑô47æâ–@VÿOäçfU5gÌìKa;¨×¾ð$ù(Uiéò{i­N)hi\'…ó¶TÍŒY01Kb¡C\rÊöü·it¥ê…£Ü\r?Ö\ZŠä½áÓ6·Ke«]éoãüï¢ˆ‰?>ñMŒ‘¢3ö<¯—îð€XKxd]pÀì”Ÿì6rîñ€7qŸù7nh»àXJ!K€Ô´Ë‘‡kéHVÛýà†×AZ!Úš¡¿ÓÐÐ÷\\ïÎKŠ’šht÷£öµ€Ã¢ÁÂª–xšºä\0,\nywÊÂKžz­Í¼3cÖ×Þ–22Ž?Cô· ®Æ@äb_LK³O™ÿE®ênÛAFò>®š£Ú’d3ø’\Z_»0D)\'KûÏ\naÚ„h)Äˆ#å·†BÝPå¡$û;¦ÀL$QÐöA\Zÿ3­oTÐÖŸñxåp\\‰Cˆ™ñÐi­5L&üýz¾ÁŠ„ÏÖ›Í­+Õ	Â*&X»¥ö&R&ßeLE\'“²Ž—J€nEý@”»lÑr!3Î†”Âé·Ív\rLOHTcõ¬þKã6®„æ.…e£;ø]ÀAesË¿S ©FLSÀ© #Vˆo€8ki.£e\"k©™«û’£ß¦ÒêòpLz7\ZUÛ¼x{UW?EQäK‚0à†\Z÷§ù`hlÉL(pypÜ]Éó&Ê8å¿,\"6»Í$cM×³Z}uòÅL´f6˜Ñë=¦([Ñ…€Åó•`•õ#7~µ(aLÈêO<«e7¼j}ó;Üh¯—&KÐ9ôø<• ‹¨ÂLÉÅÁ&}³†PÏðïÜ›Ø¤Ê|b31ÔÒÎ³LÌCí•´1%ÌPÇ­Vîç©«q{¤•{r\"H¤.«QÇLÓvQ4Ôä±ÀxŒƒ™¡¬ßA>‡—krík-§\0àLÜ:}øŒ%,¤âƒ\\}£~8\\Âþ»Oa’ 8ÊDsX‹LÜ¨\\H»ø=cÎ\ZïâIƒp‹b€xÆn5¥À¼ÿILä*~Î à¨E‰x¾¤®ÊI<¥\'ÕULhk_‹fÿBLö›å]EÔ;B–/y/k]ý®r¯\"›û< H$ÉçLúí¿¯™˜òRHâxßýsÄqÓ5]þÖíMÛf9M\nA\'J@c¤VëM|)®ª=þü5â»c[ØÙÿ™!M\0(¥ÿ@hF(Â¨o\ZB°FœA\r™w•7™–M„ÇÂ±MÞCÒ×Ð-”ù”8Vò]\"®?FÏ/Ð»‡MV‹€s¥ºõhìÉ$ôCÚr+B·wÞ&Êu&k Mk_!:°Ã³“a‰»‹¿#“ªËþÚø\\	^1³ãM9³9Á„7«ÎV%lÜz‰[B6è\nÔq‚Ê•çÃðÌMY~q’¸_$ø19±wÙåÞ`Œ¯ÁñÍþ¦\ZîÓM[Øiö¿%MªáAD½.ñ¯l.\ZnÍ ýp´T‹tƒMyL;-˜Ú›%I¶u\\‰K|,ÌžâÃfíû] ›M;*j‡®hÒ\04\'×u\r_–Ð`ìt\"ùOÍ–þ4M˜Ä®ü.4jW[áäa`Aù¥ù>œ?6eXÁMÀ«q¼\0qÝ.ˆž2Ý¾šA/^GÌÙ/Qû¾trªœêMÓ¬ïP×èð–=ÈM‚Ó>lw¯ìÀ›É—ov†\0Mì€~ÐÅËY¡‡kø@Lÿ\"#\"/;c®†vj~\0ìdßMòøôßÏ¸\ZP‹\\xÒÕç\09‰Fæ\'?Õ‡·÷í=MöSpØá}Tƒ÷.!ÿ©û$|Nê¿\\µ¸Å×Äü»YNÄâÝEhÞÆÍÞ’\ZâÃÝ¯¤,P.gÜKN9Ø“]`ÈT¥Þ*Læ)wæò\0—…+øÄÃƒ-r]çËNA;Ö·o•‹ã5¿9‹Ž0„Ö6ÇîlúÃ†lyz£ÏNL2¼¤hÚ«F¥$H[=NÊRµž2\rQ$ß{üù„)NU–Ðïš{ö¸‡Wçkz\\ºðm‚˜™½lfÇëÎ#7N`?g¨\ZÓØ‚žË€Æèz±írz…e=×s¥à%Œ>éNp.jªìƒ£f´7F¥,DÅÆÛ2Ù­:Ä¤2ð­+,¥Nzâ€—Ò¡r´¹9;Óô´›,=Äèõä—ˆd†¢GyNÈ©Ÿxƒ=â.åŸÛ’¸G¸¤—nøÎca(N€\"Â?ßÝX¨ÑhÉLúæf?e!#+¿ovŽÌ`ˆÐn¶N¨×:ÖûÆŽ°ê>Ý%ç,7è	çgâŽ`eézš,N­v²ÐêÞçLTgwRöö€–\\˜ÐGïh,–´N´€‡Ñe>h¦Ì@ÜJ|jôÎl÷Å·p>U¸ÐNµjß$ÈÈ-ñGE)€¹ˆ³&J©Ç4ðÑG¿âêTNºÅkŽûÓ²ÙØG\'ƒ:‹¯±˜2]¿üFÃ+”‹‹ÞNîYÄGDbþiÂ\\iRL<Ø&\'?ÍÿÀã<·þ³U3XNÿ§«WNlN4~˜Œ J& R—\\xdœ×¾tR_é¢ã O©	Yÿ@²9ŸP®·-¾¸íÁÅË>ú5ªÎUw\n\'ORÖkÔg)¶eFÃ¨°Á¼lõ,Œ›Ú@Êô«’OÙ¨›|áe]|mK¿~éF¨Ó‚Ë;‹J\"´ª¤ºO(µî{\\¯Ç¨UÞ^DÁ%þ!ä¶£ª†¡XÞÑXJO:X…ZÉ%”ç§M;Ž—‹‹	;?®™¤Õ—læ%¼OCdo^žù¼r²õ•”?žÓ²ždºùôÎ8ú&V®OG¾Þ£Y8+]Ú^wâtæºÔåX]Ý¯“s6QzOVÖçø/Ÿ«½~ZÒÊ<Ý)Ïr!h=›þXÍ4´XOeIßVi\\q<º:ûmé´W³DlK‡Í„ÞÚ\'BÐI„Opbå6å<FÏ»«iÖÆä²¯Hp†\08•2¾û£Cî*O„e„/¿<‘ìêHÄ}	ÊJ¾ƒ¶¨t‹†J‚ý3KÃO…ì%zŽ¸³¾½÷wvœãW8X¯F­ˆ]úÁ¨lUOˆgû6r\rþ\nôp¢»H¼Ì–Ö·Ž—|ÄO”AR°„`qL®?¯×¬ËOÈ3våv\0UowË\0Kœ½O§W\Z‚9Åa¸q(”Ž: 3¹Þ+¢*+¾›£ˆÒm;êOä~xwU.] bfWÕ`³h‰šWòƒ\\Ü­¸mP\nkHºžâ6w#rüv{0…õ£=ï«Œ\0ãi.PzºZ¨¤û©bØoBL¹]Æî+n¬@$Gã*ŸQÑhtP€ü\n„O#~íõ#•Šü |öäŽF:Q>Ý„äGÃPkSþZëz´ƒ½–0«D“ÖÏ«¡I¹,1hÆáÇ]jP=ÂÙqÎúá˜Î\"\\&É4Äî¶òoè“0š©iPBÿ1BÊ8‰aSßh@<í ^!›©”|\nã¿àPB™HŸÑ<þ}ÿFÃÅJç›âˆg„­=rv×ŠúûqPD+Ë¢³RÆ†ÅÜÅƒõÄ5BhþX¹â]lÞWP_ÀºMŸ4˜µWûM$\r]¾\n¬Öý]’”³|°øa*Pk:ES¯ïv\Z˜LÖÁ‚³a¶©ÞÞ\"i\0SO2sá‘=äP~¹ÛåØ¤‘X7L¶G¶0©»°†ÊQËûdkL;å}P¦¹ØV\nB§^~ýˆ«Uh ÿy»rî.FÇ>6pN›Pps%½Ã\\*ûáóÒ #Q=ƒ¼£QCg8ôPƒ1mK¯=ÊY4à$Ì	’r‚Ö¨Ø\r(|/gË¥$¡P—j\n\n¹hbZïW²>}øùnö»“oFb*Rˆê…P¤Ä½¼7_c¿ZþêÑsÌ82Fù®%ìª\ZFJ:7PÀP°í*HÆ²ƒÁŠB?ÂBÅðn´ôÆ¤1K ]ßsgP·‡õ3—îJFúÃ‘mÅèß\0‰[l%©ž£Ö$ÿ\rP¿ÄK&O˜«Ú5®\'‚RTË¢Ï\"L¦rÁ<Ï‘6ÛÚPÇ,–\\§ïÃ×óÁ­áÞZ·ó`áä !þs­º£†3PÎW±à³ÕJî\0w~¡®\ry!R\Z‹[BE&@Ãù$\rãPåOÍ\r\0ÐÝ‰Öð U}$ïaúÜ)S~\'ÃA\\ŽKP÷”©%þ¹?çkN&Ñ{(ŽÍbGŽ!ã¨œ”¬Q\rLdž^×!DG4ÚøgŽt×µíÊš¾Hÿ·\"£»QˆAYZb½DeO×®0Ÿ{òóY›0èŽéXvQ&·»göë“£a¨ƒ©œI¥\Z5ŠEc&#ŽM/Q8¨ƒ.àf\Z`š>Ûû”ªËz;öƒ¶™+¢8$3ÿQ>+]Œ«6\'ŸGq™*r-­U¶Z\\±>ö#)âµMQJrýZ#6\Zíëd&!;]ÔþsZú¿\neÃÙèê7 ûQKP¦;ËXÓ¦_f)ÓŠüàìCœ?«*ž£®Qj¹éÛ4bº$V7UÄô„ƒäŒ¨M|RbBthÕQtAFB;<b|³»OPó£tèÛgyWŸZ‹Ïî‹Q‡ÐœhE»cžN0ÂëGÇ	–7ª=ƒµµm0é;Õ]QŠú]ÙÝBá¼ƒ¯àr4°?N&Øu°Zs¿”Q¨ ^Q‡JC£˜}f½·ÀLª¢[`%%™¦ËšÅ¿b¹ƒiG¨Qzz·³·u}”Ï˜þÕ¿¹¸ùò¿±>g¸™&9ä8ÑQ›ªöH\'èô<Å~dhÃ§–øªÍrú$âuÃ­0Q¡÷!¹ßt±©L7	Ž\n,N¤§±{Nÿ’Íw9Q¢à•Ÿµ[»#³¶T¤Ó¯Ò`ì¯0õŽ”QÔŽRŽŽIQ¤N´\\ÇÀŸsžmG«iß&½¸!0‘\'„ï2òQ¤T¸Ÿ\Z\"™sÔ­Z\'@µÔÂ‘›>=;FÆsõÇP[QË®5w=ÛCzË?\r.hÍ+ p‚\rWý4U…Fë0ÖQÓ~­uRðkH%ö6â³t–uÓYÐ0¼Š9¤|÷*/ •ÜRñ|7¿ªå5˜÷¢I‚|fš(¼ï‡ÿØj\0R(ß³\\úß¥H‰£3âõßð±ùÜU= ùNÙKóRe£ Ã{(¿TFâáÏ²Q”…þAðÛÅ	ïÇ´ÁÈNRrú¢ù‡2+P¸•;Ê…r{\0ÔêÌL]ã˜Û‡¯Õv+ðRu8¯ip=¼J£Žõù”]¼õó”âwBÎàÏÂ‚è¾RòñÅÞáŸ„éóa:hx¸–E	ŸgkAùÜ	+ ÏSÏÖ ÇƒnðD×JŠH0Ûh@õëÛ*Nt`¼ÑJS¼ìÅtBmÛ„4t›å‘\\ÊN9¡†Hð„6ÿ§ýÛÃ‘SBdžÿq…RV+?ßå£ÇóòŽ»¯¥õ0éÿâ®SKÃI­r)ƒ},2§äxqÔãj¤ø6+­‘ˆÄi©D­S^[m‡¯_ØÂïÂ,YÆùá%qº[Gà¨êDýç=oS_ÐR“v­F·¨™Fì5¼ß³7så\"O’Ùõ\'ãGShÃçá`.Ç!‹1eîÓUG19rj<bÝ4$×US›,µþo¨5È‹\0øÛ\'–Y¡Ãb-XjQæÈ(,FàSµéßÐ-Âyâïq.´/v5ðAªÕÌó”üt*·S½õ1VÖD†›†FEÑT4fÈÊÛÐó¹ŽN‹§ŽáSäþˆé„Î\n@GÝÃãfì_`IF¸aQm]-÷<Só­°íÂÂ|·ï ƒŸà|ŠI––2¤!Viè¶¦ASõÌŽ²[;¸c¹ŽÆÃCð\Z•EÌÒÄ4­?6óÐT	y^â\nÎÃ\\Çew\ZÐKÈWÜårN©e/ð{ßÆTƒ³Xù%°—¸ïNuØ©§z~cÆ¢ä¨C	W[Tz¶º1PW÷j=Üb·×Y\'ÇªtNT)è¨“{\'TTš«2·Ÿ?%ÉiËIØ	ø`ÃV-½  ÕŠ˜¬tTV¹‰¶\\æ-ðOKXÇ¯›É.Å¹NÃÝÐ™Žu¡¦1^TY¨ºô£;ŠGVƒÎ\\7´åhW~àO\\Q{¶\"T_þ Õþ GŽÜôlöyºNç2Niæ3¥ªËù¤Tge‚\\PMåŸüø¯wûQ{ki}‹‰\r¶iÂT“uõsÉò)¾më·è[|l¦ôÅIÿÞ\\Â³\ZÉ¡mUT¥€Q¤<Jhwøö²ˆ)àŒþ\n\\ö7<®Ì½¿óêG\\TÃñÿF´ÓH‰QX@fSá…õBŠ©ÊDh8V÷I?Tí†w¸_±`zzÎvŽù5`rP®[ý}~3Àô´UËTîÏ“©ÆÆ0.ºÃ°‘!ô’î÷hËPŸ1s0ƒd¬Tñm9Áè‹âëŸùÂ¹­†åv•·Ý.x¸™•§¯Ñ9Uä9óŒîƒÁÕÈ›\ZAÓ=Cm„Y¡u\Z¯n§ÍîÎU‚í‘V«Î™õ­pWxÔÂ$”õ?»Ìäâ‡¼Pð½Uƒ€ôcZ’al(Û+;ý¯\Z&¸E\"¤H³yµùLU04+@qj?™35ÂÑS£rÝ{õÛˆR×ú;ÍŽU;S´È´ìTS2.Ë}¸Æ1X“SH…&ñê¼XÿE6™UKCWéÂÍ¢/‘Z3ŒÇ\ZÓ¶I²–qœî£îÿÊú¿UW&k?u­nù.N±oÁ³è^ìÓñX®£ÖÛ…5PUi<¶À§”òT	,sT¸à¢Øáaí»6ÂÊ÷¡VUlÒ6>8ÑâSÔá’»fu8‰ºÉ	q~À$rÃé‡UmØPÞãå¬g[6˜m†	e·cÛY;èâæU”y‹Bºôç\'l;FÑâ‡VÓ¸‰z©`|\nþ¾C1BmU•kÚ\Z¨\"Ö4™i`FVm†¹Â¬GXƒÿ˜‘i•EU¡áÖÛ¶B—©?âwN€ ˆ-ñŸôÄŒóm\ZÕ§•U¿ÉËÐÈò•s(»4>\0ƒxŠ}ñŠv‘Xú*WR\0>UÞÑúéW¶¾qPu¸U—T‡=?V#í20Âfâ~\\Uáˆòêš¬²7žé²E™§²EÔ¢n;é­º‡©9Úô¢kUéæ­É§†kñ€)‰©€I)Gé¸55	©‡féR7Uð’ƒ”œ`Î›)Í½HEÚl²#„ez‚Ç†í@‘DÔUñeDœÞòDkáX¤5\\h=,è™U\Z˜ˆ8Zÿ\0íUýÞ.‹Š¤Xýå}Çb£Á,W²sfyyE•QØF_¸Š[V,©{+ä¹â¥x}-ø½\n uM8gý>,l»Ûœ{TVA™\0×“ðÁDN`\n‘)PÄk9ôWQµ±ŸóÒŒ·Å»>VK¼‰ˆ¸„a¬FÕq©kùN÷ÆiÁÊ7Îº¨å”PîVX×òWãÔ–Þx€@*ký‹U?P•Â6¼Ñ¢\"Œ­5V_Q•Z®ñHÎØ›¼N\\èè&IU±bóš‚‡\Z|ã÷} V†¾¦éxGÙ˜‹o)yõé†0ã¿`cÔV‹à¡›ê›ËóJ[lu°¿“³Xkûà·éUv½\"PV¤¦™XøÌÏÑQ”3ÊÔåâÇL!h¼\"i‘â#:@V¬žÌ²D3Ä3Ê˜>/å×ÆQu`Ê¤·R@@V»\nŽÍ³wÿµˆÅ“ga\\×ï€ˆ~J8wàú…N:m½N+VÁöíýEóâI0uÀXÏÈ÷­^Ù@&Ý2*ÖXÑVÇbqPJëÕÞ\0ô´¯?ÕHý÷ð…ÏYÖî¦ððzVÔq]Ž5Ô ð.]¡@MùÄ*ÒuóÇ°bÊ¶DLJ7Vú>ÖE¬€fw)\\‡ÀúÔQQ.óH¼º¦zØÀ«†\rÉVþU¸\\O ¡Âë8°NOy¶!b‡¼´yïAvÇZW\r5’|”±a‚±U‰›‚ÍˆÊú3(|¯‡ßÉ“»kŽƒWÖªšøØß2×|Ï0óN¨ÒµxÇ£YO24pW;ˆ&Žc6ÇpDÂX]`à¬gˆ—ŒPÐã×ŒU]!íWeÅ½§_õÖÝ²:É}ú—@Råé×W›Ð¸EXúWfC3®ÐæKu!Ô7J!l7Ë¾ã‹ÄbêþÈÔ¿£Whø?áCexl}Þ$ÊÓˆOJù›cÞ ®†_ÈWw«£¢•R%ÇGÃ`{¹ì¦\\]†3+ûG]l»-`W„y€Ó€Vª]@ŒaMËò°xezE®hÛsQ¾ågmgW†xï¤/4®¬êŸ÷/Ñ\'x/ÇÖ‘ù-©°Ø\Zzs¹ÕyWŸÈoý5ÒRjÏ?š˜U·˜£µZ×(ìOñ%“zW¦÷x…²·OãŠ`5ÇÜç$=áÞU>oú´‰„WÑ¾\rÀ%,½Z	A+”»uÿ‚8ÊÕ×ç2,gLÄ\Z_ÝWÙÚw~¸s¨Ró8Q,Ìq!´èû\\s†Ÿ÷kMåWõ9ï,ïÐP2eë!Xµ:™^uIµôVn›íNY«³´Wû„}ü¿¤‘ 8.t¢f·ØôòÐÄ˜í0\'‡é	±WûÅêÓÁO}¢l‚eVd±ç“Á`”Š¹1Ê0bñ¿W@XXâPÚ¯Ÿ HÆ_Ž÷0¾ãNc\nZâ¼þ`OÜàðX\Z’¢?yvÚ}ûÿ•ÿŠ‚hD¤.Éå¬›M¡v)X\Z›p/}âÿâÕºà \r_ÂÈ<\"ù½Ÿ\ZÒ!ý}Ë¥X(è¦”þ˜úù7¯‹™+NìbÙ&1¹Y[; £á‚X(ó¶fÿ»âë˜\0–¾ 3JÛËËmÝ<\n%làr½ÉXHíPïpEè%øÐ*ƒ+%‰…¼¾Œ¹tÔÐ×f`ÆXb²}”Ì¿L‘Š,ÙgCÓî‘îy~ý™eb\'ý\n41íXc\"Œ«hª.½Aõ‹bªq‚œëK¬Ó¹w‘_U@9Xp*-[ÚDP<—V8±A#¯ñsAgS«»Ïn‹cÆ½XˆÈÈÅº=ÿ )e×Ž¾Œ“.ëx–’¤ipXžL]O}FùÈw	Vy\"§žç#aqÄ\"=ºËÇûrX¤ÅÃ–e™$ž<qŽÅ>”j…M÷ã˜5Ì¸z>6çX¶!¿wñ4öÔð-<[áÏEÈùÑAÝb¥¤´Çg×z­XºÈ“PñŒIäJµøpe8ç ,cm‡éÿË[›XÒ}wÉ—ÜþR6©7ÛuM·T‚!÷¾ÜŸÊ· ð\r2ö©XåxE‰¾KÆª.ÖÇ,lX>w{oyìßi‹%UHqAcXìÁrƒŒ5…y™…•¥w]jªÎ³Ú¯zÐ¶ƒ\Zô±Y£Eü»4¥˜¥³eð†V·LÊF/”Uk,¡Æ~¢Y?cÀ*«_×aµ)‹À\0|Ùñ4S²tŠƒˆ}¹-âÊYBŽéRbØ-tsxŸcÿo®@ÒÔ¾PüÈÉ«YCÏ©ÏŸ¡$ëpË¯=Ÿqj=hs\"æø(\ZNî)äòYð“%øFš„V­O«åÁ‘‡cþ´ª$ûmÿ3½\rY›l5½pY=·«è!í\\^ox™>œSÑÉ8äY¦-Y¢µ`x¦^.¹ÝH#Æ¹/‚2 öÿèÌ×Ý4üÄ“ÊcY¦@µe£?ÚW\\\'øl¤mç^‹9°¯ÄÞ®-›+ÔYà7É¡Ü¼a/c$Û®Š7\rDr\\½š.˜ì¦öæFEÑÎYó1n¥8£ÆDo³Xäa0É«Á£Ôqèžp&E–Z£4r—ƒ½“BÖŽ“Ùzn—Õ¢>é \'údRíÎZª›G‹\n+:På|>s°Pc^™M\"qÇêÁ¤…ÇZ%¤·4ù\'“\nÔCôî`ÅÚZÃ³Ëå4Ðcj¶/lZ6žråU—B÷!³téR³ytJû—I0+dI\"î1ëZWjÕI\ZÂg*(¨TØ\n\\L´€br7tÉ€²\nÏEAæZWr…ó\\#¹Í•	þ!¹^ltœû”ËÝð|oÇCØ ÉlZ^¡ìx ª «ê„-–}©:É\\ƒár¶þÝòNZb)ÎVlJ½…fd¦¾„¡XòÒ#lW @ W Z‘ìS-ù`óØ~­çnVë•ž\"Ò\ZUM‡T;¿Âô?ZÓ¦8yéiëŒÃîkP\Z3ÎÊÂ‘è‘Šï]›è¿ZÐÖªÁmë–•—\"|O§íÈºJ×}^·ê@“Æ»åZÕ…‰ ú ëÝZ/.ë)üþàw¦Î}¥·é†¶Öè[\nx…SØSYPåž«BñÏ_XƒÞÇK8SÛþa#æê[\nÈ*k0æ5Dëa˜4Ì´‰Öü±á;Ð\0/_–7ãa[•&(Ü‡\0‘ÒÉÎ•l„jüø¬GÓúùñ·n[\Z$ÝkË¹þ±éŒd?‡\\{\Z¿ÄÝ³g/ã_,ip<[$ºr(Àë´Ú›€·îœ8¦tbMq\0>¦5ðF[5—µ4(KL9Æ&-k‰ÀGRK$ÃÅz,üb6Fpùâ[8sþiõ!ŽµÈ@¯ë®{ÍBŽu$fþ¼‘ò<[Dþæð\npðhÙSîu¸o9†a`Ô\0B,\rûi[e2·<þwöt5¯HÒø®ämù|ö×Û¯x#FëÉ)=h[e¹‡¾6ÓS»äë\"„»“Ã±¦xakAyR[t;}Ìn[¹¶Z¦VL¬Ÿ[¦¾qTÃu!ÍïË-.üæ[uŽ#ºÒ\'þKF}ˆa~\ZY·	1áÛóžL.¨Ñpû[[8ŒæœìaýkI©€¸ìé%\'žn©€&Ôù éG³[€)ß‹ìT0èuDWP\",L”Ç«[­I,Þ²Z²F[–”%y¼KR¨Ñãb6Æ=F\\ºÃÆadÂûï¿á[£êÀ\n)Ð>l=ÑlºøVƒË;O—w——~ €º[©žó¾f\'TOT¦ÝÌeó¨¦f==ºãœ&Ói[Å6àäÒ;]‚ÉÙqd¦äÝJô\n}Ê‚¸É¥¤D[ÖàäyüV…´ |‹t\r\ZÐö/]X\\m$ý’®äÛ[ìÈŠD1V•yEˆM	š¯âeÌÈ\n~%Uà,¦+ž\\É­G½Í«…¢FøV6BZµå²ß@Ûª2XŠ4Mw\\Jt.¾NûáØ4\0ƒ8Ú\"†ØÌ¥A;(R[Š“l6\\^;×ªh±z{‡»ÅaT¯‹B†©™ó{í`Èµ\\sÌqƒ)“|Ñ½ÖIJ<Í§,xLI2[Kö£Þ0äPd\\x¶c,ûÄkŒWbžŸaÌŽß2©\n‘•[e]\rÊsJ\\|æß¯ìT(tÿ2ý±Âˆ…Dn\\£‘ýÆà3 \Z# \\ˆ#G7€›‘ø1¥°ð\0nXs°d÷ÆïÉÇÁõ¶\\”ô?¾§œ•BÚ:ì{Ó–73ÂšÅL·Î”Jðß\\•283=}f.ÙÎp{Ûç£¨Æ­:½¼Ómd\\ŸA‚RZnÆ9îìlr(Xùu”O™šæmCÉÙàœ„C\\«_{ð”ã[Á‘GÛDÙ%”†¨@Xºo[tOx1¥\\±”ÁHODÄ¨{Ïd}d2ësÃIƒô1eO:´yÑª€±\\Öµ$ƒÙm]Iù„EÿÊ#¶Å(\"€Ôsc­1„.\\âlCøþv!ÛÂ÷BŠ§wnsîÛ˜%y\Z·©Y(\\èó±úÚ˜=‚0ƒbÞòœ©²‘2Öšÿ½ ”`sTR<\\óðŠÿ3í“Sî„Rã\0»Nò´ØE‹u=ß˜oïí\\ô®y›T{†Ìâ³ñ›ßMÚåP“u|)?Û\0@\\ÝÑ1B\\ùžU6ÎÓ¡jÝ€]bzÜŽ6éx+}\'rìËéÒ™] ÂË|$ä,bEw³¬¯`&uI\"¹5…à`a]ÑF’Í5&ôŠÙ-]Ÿ´¿V4âÉdB@Fõç£])…S¨wäãÝÝMëUÕX…ú¢QÔ=‰X—|ú¸]<r£ºÖ½¯ÿ¼Î4Çj\n½¨çãhNR‹z/ž>ÀúÕ]A.÷É¤…ýô‚ízâ.ãÒjŽ¸/z»¶µÆþ©ù]H½¾BÚÒÜ	Ím3ÍÝüùÑh¢ªÜ¯0x!ek¢´-]JýÆÄøŒebU«§fÈ7bÄ^p3KOFÜâ¼¶–•ç]NqýCðN­¥öÚÙ“ÑÔ}~î<aõ¢«Áûð¥Û]`~$‰¯˜ã¨mg[ØKã5ÈNœdÃjsišRÍF]fÃÝCŠø¦-\\Oa+ë°Ž#i4þ²xš$jK]®£ðFHrPç-s“òen|‹¸Xq\r¦mfÙ`áyù]ÄÚC˜¡Å€ù¹ÐPy£É(ÔòìcÔ:C#òŠ8ö·]öàâvYÓ\n‚uŽ)ŸÌSEEõ\\ô>A˜?]L”V]ûµšè•r¿¿6|©ÛW©äèŒ„€ùw\'ÎY]ýÐÀ¡øV0¸Ç5,ùMÎŒ9Ïn·rDUuç7]ÿÀØ•¨ÃYñ\'¾TƒùãÒ¹0­ “P¬=<ûû qš^ÔÁTàÈº^ï†‡Ä·>`}jÊNGÑ\\\'Ì…^Í>\"Š5éJ+f´¯iª7h&CöÏ­X»±2þ\Z¯K^7qü²ô°Ud>©V¹N³ õc§ÓhaÀ‘p9k<^>Õör=`œ¾”³·7«Ê\Zë–å·è)¥xÍå^AG“œÈ^ÝÀ7 Í¾«Í6`Ñü*þ$^¹v„Ïé”_^Jãåp!ùÉ<“ÁÊ›YÇ÷–©w²½\nþø)l^Nbu\ZxÀ\'!T¶èþ¡8Êo½Ì	y›Y|‘~•C\'^W;s]Ø-4§¯àV€Þ8´4¦Æ^ƒÍ¼ºå€,i•Ñ^g öK‹Ïc¡ZÝ0ì(Ú!ÿ¹~¾zWê\":Nž^mþÜm[Ø(˜²Cí«,m.^ü—v‚DÝÒG=ms¨vã^·:–U·›Ûr¯UìÐ¬ËD¿UA6Yf¿ô€Cb^¸•U§jx”·{–Ÿ+\"&?5¹Y‹pÑµÿD?¼ÎåT^ÀÜ€×\n¯0{zsŒ„>Nzéœ/Ù@ó6×R^ÌŸø¯LG›µZÜ¯Qñ8VŒW—…9ç\n¡Hb2^ÍHR7Ô-ŽIAœÄÃ¿L#ç~{¼Ú†•øÉUÄÚ~ÙÉ^ÝŒ)®n¶Táh):3\"WjEv9ˆ÷ÆNnZ-mÑµËK^äPºK:¹`X‚¾÷ÂYÖqpËËI»ûÑ~µ^éªíe2¾Œ2eDÂÂú\r®ˆÅú/Vøñ½q^<,×Ù^ú½Ãîø.ß:®%5)4N¨€’c¶j,Ö¨6|^ý×‹Ü„úyiT­™Wé¬ažŠóD#¶ÌFu–å†æ2_2öÞf\nw/Þ©¹} \r¼<ºàÞ8Zûµœ$„_ã¯M7°ÆÄ˜Tf&%Z”©€1€ŸàÎSÅ/ð-þv_|BØO\Zß­/Bã‘úlk|™S|dÇˆhe³ÝPà_,îçÎaLOÊ0lÓ”B\\ƒU²{üïE¹r§ó‡¹@4_-nÜ2zYfy…#†à¡–VP· MÈ\"~ý_^¦›_=>7bá™\n’¼6ˆhé¶¨Pj|õ\"ˆx»hÈy_?¸,êþÀIàˆbe}éé8Æ\\Lì£asŒã·/_T_:r‚cÐöß˜ÒsÌNÌ/Ý]é\nð¬{ìz–J_duÜ÷A›#fE£*„.\nn9í§žT\ZèÁ9pYbXˆ_lbò®¥R¸,Ë\'«´ôI°hže‘œRƒâêD8}H_o½µ°YÙ±ÉÔRQ™¬_}ÇGJ1m„ö]à~ø_8ó»@ô«zdf0p`oÖqqÍ×U:¤Ç_˜È7Q¿»«0²W“éƒA‘-@\ZC½§T•M2‘G_žØ½™•37~…œq/j¤ž\nï„ï9»SÞ#s©_±«Õ”J´å¨\nüÙZ“Dü¾.ªs½A	1ªd Í²_·å6“4	šƒÔPí¬K_ß`¿ÖIË¨Ü1?ä§ÅL_¸ùû±%M€SK¦9À$yˆï«Ã¶îgŠ€„‘_Gÿ_É$@\"¡4](ãê¥XU¸jÄ³f«´Is¡òŒÒƒ_ÕYÕUsEÆ¹TÐ4qP˜îåŸM¾áDSÚF>ŸÊC6_Û×›?&mž½H[¹JðR“¨c#ý ¦Ùœ¬M6E‚à_î,@Ä\\Sµù7äl¼oÑêFÏPÛþTŽëßÞ¨G9_ö3Ì¥Èþ3ýê*m	¡h\Z¾nM·¯² ñÑüìñkXì`Œž>:‰ª6Ô©fï‘™±	øÂµê(õr£áP`·>PÍˆË™À$I+=¡Æ›0úµt‘W26Sþ_¦<pH`>´ÁNgñ¾–K)ÒËã–Âžˆ¡p&0L@eë\Z¬`T¹°.õ|	ÛžÄ‰©[bTœÚçI¬ùŠŒœ©¥ˆ†÷‚``íõtD;ÓÐùµ?^+Ê“5mèÑPþ|ó&`{óYÆñ¤hÕuA²lT­ÈN¥-çoÂrgêÌìþ’`‚\nÁÿÆÍäùR ]­›sÂ?šI“di#®8Gp`ˆ¦ºhsþ€4DœUëž.f«ˆ$™»E¥aæ<p[Ò`’í§\Z»¢Ó>f”>à-\n})€ÙÞž‡®ÅgGKÖ!`ŸË!\r;^w°®³ÄjMRU\"&Ý»IžÊií<l^Hï`«=Ø÷ÝI xŠü\'àuÿàÐ|¤àÎ™K«ˆ!`±dIUgQ|X™!áfÀ¹~jŸm%‚ZöªÐÄp–`¶r±½{R©.1çB•iKk)Žß¦5M”²µ®Õ`ñüS,ÀÐ«…=êÊ3î R=àhR1Â\ZöMâ„$¾a\\C…›äÒ‚–LÏÉnôUË[þÜ ý{\'‡Ua\n‰U”Ø~®šžX‡s˜Ç\\\r>ßcf\"òó®a£2>îÕbçÀ[º/Wó‰–tz\rl´yÁoùU€da\'ŒÂÉŽ¯DÚu9MJµúÙ5u|Cõm¤FhS¤¢00•aC¸Õ$å¢qas©²6[`œšuŠËÖ“À@W]-Í§aœfê˜K¿¤†ZX~ºÁýÍº¡¾3ûbŠ]L¸<7a Ç+J#àÿ\r/_ÌìT±QP×ó‰OŒÙl‘é½Žl?a¿²E<2`\rµ_ˆñra€\n²ä·{!¯’{‘½™QØ¯aÁ²¾µ~Í§•žZBvû˜LjÚ*Ahó* ƒbÀaàè³Øó zCå±…ZÝ€œ ¼;ë4ˆr=“Î˜|­aö®âÝDˆ¦Ž¬ÃmE–˜©RÁBtÔ\rÓ?fQb\rÀ“C?ùD†¿÷K}Òú¿—y¥/„å;|MñT$è?ñb-é“a?Œ<óé\Z-·®Ììr\r$úø¤Zî…|Y¾\nbGŒ03âŠ¼šÒ\rQºQÁQ@„vIƒF.3íMÜ²%UábJ’m-ý¬Ê§èýÕ5Ú53P#ÍA{¸ŽáÖ6ýù\r54bgB—xŸËÍÉ–)#éB•„_ùu®ñõ©¨rÝß®+b¹ýWÌæ·(öŽ›: Œ|ã±×[ÚKñ0°bºKçõsÉm„FdåAÁëÛŒ‹­›R•$¦	ü³b»bµÙ²¥J®4k&rÿ¢hXÎ+Äv×ýOtß$ôìbÀ²0#Ï¦í–¤˜A*>¸pjqœL*LN*\Z4ÔbÏÌé;•±Ø½Þìw\"ŸƒS§8\\z‘æð£©}ÒN0bÛQ†\Z‘êB£×ZQXNT‹6ÉÏÞ{’¥hBÜq‰bé²‹ôˆ€®9©Ü!½ÅX±ø€:\r3_:ÆÉãmcbõ’çq²áqú[˜°¦çÓJsæØ¢_~Å4/ É`qÊc#Æˆ|Fúw¡J\0¯`w~Á^vEpÙûLÁ••Lcð¾KÍ˜÷GÙñ| á÷ù÷\0×wO>ÓW!’¾ c¿Ùú²Œ‰:¸ÎåUe¨ÓH CÁB\")SƒÎµ{èc&ÿç~L‰Rt j>Ú¯¼¤ÇöãñE@>êðÇ¢`ÂcIH1Å¨’¥?ª‚ÊÝ\"Šû= ãü\n·³w\"à{°¢ÒxcS¦g¡î±úy(ÎÅ0^£îðxŸað&[ò5 fc`G¬‚Ãè¶òÙ¥çTÜüó­~z¢™FÉ+ÒUÈYÚ,c­´OÿŒº`H¸‡Ä;üÐ³ÃÄÒCeìß]Ï™²T¹c»9®×›ŒaIâøaX8\rr,Fü\"Ï¦×C2Sy‡cÈgðñêÍ| zqÏB³Ã|¡ô¾‹Ó=\\~?vúcÑÅÐ^\"†ì¾“ÏUŸäÛa‹?ø»ªWSQgb»É¡Ò‡cÕHo¦›Ô“Ä±ðÀRUó~ošÂÏ³,ÚPÁ)RWF÷céª®jÞ¾¨‘?ûl\'ò84ïçF=/3;6ª)_qÛØcï.sH³á*Ù-Ø¨ö_ê:Õä€À%–;R\'‹KŽ„ÑcûÃÊ—úÏ’ BZé†Ü7Ã²ß;_ÌZ–ev‹²d$G¼™ûjw}XX‰yu2íZ=ù²Io*Û6d/eÜ\\sýÃSø:ì§†Ñø„$fl©²mÂoéjd1ú3ù\'mœzìU=&Ùª$ÔÙ?tõØó×‰$ûh\"wd5[æ&*%ô×\ràÛG²Œê8	òpSÓ-ì©Ÿq`97dBÝ‘É\\ÙE©ÕÛgEÿ8\n–·ò¤ŒÆ±z\\\rxñ/§dPâ±±ºø¾©X.]âÌó9ÉFÚPžáö+‹„zdWŒ\'MJ¹eÉ~vxÎh{Ès_ª|qúa‘Ý´ºÆeÍ¬dcÞ3b½[·]	€¤~?;\\[ÑXk•™Ð—ºŠ`sdf/–ÈdBl›ÑâçÙ‡òPú›QØ=€Â#djq’ùe^Â1wK4IðntåfVC2÷¦çþ2@qòdr\\ïƒû=Þy‹ZÐÄ]›‹¯¶ù.×É±ÆúË d€|I¢m¡ÕÛtåPžòç€¨þº9‹Ø6ã£|dƒ¿	Y——ïƒ@@›“+¡ÏŒÒ“gèÊ>$/’âd‘ÌƒÎðæ‚qx?’\'?lí¹JÞkúSÐ#ßî­ßd¨”ð¾IX&Üšîs½!µ,ãËç,\ZVwYLìdÒ0èÀ±(žî¸œ…Xð}v–ï·`ñÞ\"dä«ôWîiÛö^$À£ŸåÌŠ_òµfædòri¤\"—fvxœòÊ…Áe¶K­A?Ž²¨Sí2ÿdóNûWN½VSCÆ¨!­\\K;e!£…×Ù*T¥âdüœ·9¬¦œÓ0€2‡ÓËÿh,A*ÿ¦;3OŽA¿e4¤¤ÿcÒr}šcÙ¸eK¿WC÷s$äXgŸàˆ-e5ˆkyHµ~¢„¥­^}ýô\\ ˆf”‡#´¸6Õ×ôe:iKû p[“óÑ×Æ8ñqBåQñÄ›(3”–eTm´?˜Uy7,’Ké\r“ˆpSUÈÀ¯n¢8Í·@en±R.	OFæœOXï™Púíh“¡ÜYC>¿Wêe›YöÌ»LýÇþ¶s{T¾ªí=BêrvIFUK×:eÌEB	ª¥¦Lz®t›¾=ãFœ,ìfa§‡ZÄà{­’Ô²eÖßJ*ÙÌbV†,Cv¬b¢Êƒû™Pµ~…ú‹$eØ“î»¼„Ôr¯JQ×(¶O@_Öy\'§+Û*&w²Ð\".e÷÷Ób|(G½Æòªï\ZìªrKÃÍ<ºœ›7ñÉÇ˜f=EÄÜ¨Yñð\nò2ƒÕfìVšLˆ$/DE±Ý×fl/ÈioÖÃVÛL5ärp¸HÍ…Ñœ5!Ùf1\'¤ó)UŽÉº‹OÊ+×pñâæ‚ú‹P\rëkšÎ¶èf?ä‡sÓŠÂ1˜˜‰@cd`¹åûè‹²Ó÷6üÄfS¾~¯\'h‚,û’P.E1Jþ>3&œú`Bù(ú¬Lfb\"=üÂg½.›ïê>ð{aÛ‡aN‡¸l;)êO&a,Wfh ÅP1ÂŽ8‘jIUúØ?7zÎ“Æjþuº­+j(>fµ9ºªâÈÈ†y‡7”æè,W2ƒ)ú©[ìÅ*ÊogäÓ¦\rúW:íPžyåÈ}p!î;•\r‚žc	%¸,g-ïÐ„Æè#h;>–Þ	Œ|¡„£3ÍzB×ËVøþçûg6¤BÂNpüúý£&áÇþ\Zg¬q:æs¸dÑÚÕüÞg;74Ù£·eZÆÉ=`7yÈþœ®´!üuTé9V\Z…gV¶|ÓºgaWoÄE½žÿ\"÷{QùTÊêS{>giI?F]	®{¨°Õ[¿Î•ù$¹^#Š”ÍžÕd	g…AôkÐèD·«	€dB§(9òÑÝæÂÔ½âÉ&·g‰aóaq®$‚œ+q«0k+&”´î€;\Z\nl$–hgŽ%b]Zjùd)²¹-³ŸpœFÏþú–jŸ 9g›ÔÅ >º›À0®n)³á´X2´)‚—Ê0?8óòyígŸ¤ÎêÆ>”º Ù—€×Y‰— lÁ\rï—\n	Pm¶Ag =‡{wu2©œáªx„’šµjä5ëˆ?þ¡›üÏg²;aÚÂ¿]†X±rÆ~·îö\n“tÑÂ¹ nø¿29Ž“gÆ.Å$óo8qµ§;Z7tz?À‹ÝÎÇ°æ»¬Ú¢ê+gÎªî#ÛØK„’Q]ˆ¸÷•\ní44w“ñK£ƒägÒÑHê7ÝI€ÊŠ—|¯HiÑÅ³lCÞ²ä¨»gÛgñdv|U=ŽD²FBæ;³~ìjZ¬fîœgàÓ•W–…šíÑ¦ðÆ\n[Tù\nuA[z­âƒGzah\rÉÊ’Û©#j¶EÀ;Õ«åèíû}Qe-‚6Ä€ôCh\"“n¿§9ü(aà›h‡Þ¿ÇçŠ[ŠGQúˆ<\"‚h\'€+•:êèu°gƒcYcÜÙgÞÜ=ÂÒhh0zN¢™åW:Õä\\jëæX½%õ…@Ìf‰;ÄhBkD]{•8‹ÃÇhªºá~-2q ®ï¼ÁàaZ›zh\\´¢¦|qA\"÷®_;^þ¯g‹à•cwÌÎä›\r{Ph‰…íãÁ•¬÷Z}›‡Û‡ßb¢„ú¾äÎ”ärÓ>×hºh<gÔÌs).ª×–¡ª¾ŠWËð0¯xZHCDÇh¼]3æÀ…l%Yæ+¿‰!¨‹†F«o^Œ=•ähÕ¼oÌ8u\Zð:É8úNäî7 IM!ì\Z·lÔjô#7hùp­S€=T_k. æ>òUÕCÖmÞiV½ïiÔrõ«Ù	§!8¥»´©@žDîa¾E„Î{i+;Nªà3ÈÇÌ–± E†âÝ¶—Aä¹´¿Ê½£+i:ˆ¡™;ÆŽ0™$Pvû‹œúÎF\nSpô2×Ö¹i[-Rÿ[½¬4œàœÌ ¸/IwF§ÑE	UãUx«Êi`W’‰VdšüÌägz\0• *Âœ˜¨Ná·Œ^àâeipZ&ÏÐû`UnÌ$Pé9½xA	‹Ó‰Ä½üÕ\0±iyHˆEùÑµ3EŒ\"“÷:ÞLï\rXŠÛ€,$|uÄWpi~÷·ô­†::lœÓwÅË‰Î¤Õ«â8QðiÛ(½wAi}eP³.P|S§[wˆÊë ÈW¥&w€4ƒŽxi’æìMÆW@žUû}ßP—O¼õÒO„Jjƒr4çßM_E{i“Ô0“yN›¸G\\8á9ƒ\'¶¯1+8*Hdi£ê¼iYS’Ê\'’ëŒµ`Rë^˜„¸yœg4i±n\"}„VŽ»u©3)!Æ«èÈúZÏ¼~Õ\\C^&Î$i²Ê±L.1©jÉužÀ‹ÇìéÑ0šuýå/Â&ñS0i¸ý¨áðvÍ*+¸ü&Ê&@kM&Q„ÊÏÍ’iÒ›o¾âÃõH÷ÓŽ¾J1ü¥½Ž¢À„ßpµ@tiãt.%´-Åx;\n—>rý#,œìKñ+È·iäcõíÃ\'Í”Òž»>™Ï:‚”2n²Q š§n‡^Siøh0=ú£Ú]8Y«E\n*õÓ½ž¶ºÀnsÑÜˆjh\nÑ˜ ä(€á&ƒ„£E¤¸¨eªI\\Üs`|j¼ÝÎS“×Ì=£sÊòï¼•Ì¼*÷¯aâ	Šñj!þi‡¯H4ÒÁ]ýeLÂ8žð\r«ÑS™l±Ècbj0¦‘4à1@E»ä©X»<Ù\0µÒ+&ŸYj$6g¶Cj6vtˆ5år#gAWFÙžÚÅÏ#ñúYë¶Å …¯~j<öð©	Ñ©*$Ü°*s£r‡M`¬ôeÒ‹!ƒþj=åë8Pã™NØä˜T\r˜†]L®®éÆÙTÝC\0\nòjGË\'æC1´Kðhû‰b¼õ*|¬øü¦YF¹¸jI\n£&U@š—”ýÂæ4o=±Ÿ¹ñw|x“Ó¡¨ý^ÏjPV¢Ÿü]Õg„Žü2LûRSlwµBqÑK¶¢’je+=ËµhOêd\n:t÷˜©(Ùþ³„ŽÒt¤Æ%¼1¿j|TT˜ *™·ðÝ/#[¶ý;ÔU[©B?,žÜ¢`5j‚Ììá4ûCu\"ØB(ò³7Ùã\rX ÄF4ŸušNcÒÃˆj†áÕP©.ƒcHqóI<Î;wœhB‹Nb8\\8côéj›­	Ö¶ÎÐ÷-òŠó%Z²L9I~xmHŒÕƒ×jo‚9\nÕ ›Î’yê‰[²Ž1	é—ôIÉÅª€¯jŸ\Z¢p‡£ûISñÅbÊŸÇS}Â_ÆVšÂ•Ã¤†j£œ&Z“y\nær[¦„!ÌÄ‘Ö‘IöÂî}	ÛI+§j¨~Ë´nBA¿Ã-¢ÒÔ˜FüOÚZ*ÐÔÕ3yA»^jÖ¯cÁ’Q1\0Fo› fyHŸDö0@)á„CÒêjà–]I\Z–âKxzÕª^«ˆê©!bu™ñ°jûö‘A´\0ì.ÆSøhNê}×•FŠ|YÌE\Z>ÑÅN¦ÈjýSwôK–a^Ã&œŸÒ4	®ú‘ÜîtB»Û¬ik¾i8½5{ñ¨?}©Õù’\"!¼‹AW,@zàˆUk¹lqÇUsþn¶…3\\}%2¶?rzÅB‡Ì²ú¡ÜÓk2©{zå…×Ð$µ\0+3´›éQÓ‰XÞË¼£ PþüïkH%|¤QeÔH¢z\rY‡o•6Fp“¤i0[²½ç¯€kN¨IPóõ”Èõ-\Z7}H ‚ŽDCú;®Î®>£EˆÄk]°^‰‚=®Þu\Zí¶;¾dªê2·ŽúÅkøXÍóµçD\'wâ£÷â…MõÿCÞ\náŽº\'k¶3/BþžÜó	ßª\Z”pó\"ÖJ¥gžh³•»kÓä É·dZ¶qNÐ›¯\Zç,²F\\åÈ\ZíD+ïÓkÛUËÛœ[9Ø€jóLËÀ2u¦Á9ì?u»ñ‡£kÜ]úë70TÎÞ­q§½•#¯CÂÃÖ ™Ò²0äj‘kâ¬Zu”ÐÒð¿‘Í,†¹=\'žÈôö®Ð¡Ç—:Ì¨kïŒ›P–;åòÁ‘’N3pìãê\Zxq‰ÏRWö¯Æl„šåÖ»qS)ö?¦ôç¬ëË\\ZÔ­„”Œ!†?lÚ¦­”Ýøñ=•Q¨>|ZØÎüÉŠ»ôô>F5YƒÑl!‹ƒª}[z£móª§¥çÚü£W†Ö#	±Úê\ZlLU[«d¿g.\r•ÄÍ5Âîp\rQ±‘€<ø[«vr0l_](7e†/ªèÑ6ü¿déÚÎÝpëÁšk#»lšßH¿€âìñÝ‡\r]0×$õ{øå	%O!ÑØÚl­­K$Çs0FP|PêÇ\\ÛV¥SÍ&6B«=·úÑ²ŽRlÆi4ì¿¦¡rnµž±Âîu³)K€jð¦5€æƒW	lãîˆ-¥ùCüÜj–·Ø’¢gÉ\\°rÄ¾Ï¸CIËClùaŽ{!hÉPw{æ%&ÞÖÊY0ÆŠÒ’ƒ±|tm\0‚\r>œÈ‘ÕOv<ÈÚk¡a£eéCñƒÈÔù@mòÛÏO›]^Ë-,¥qsr°¤6µVø%F²Ú»è£ãmeÑ‡_îúTG\"^çjU@üÙs=FÑ†ú5|¦›m\rXCÐ9SÉguhö¦~¶ÞRkYmeèâý¯mN ŒÂÐÕ\nTmÔßéG#Ð˜·ã}‹ZšYÕ€\"m9¶­(Ô¼ü“±y[³EA½”óš§IÁ\"Be]ñm;Aý\rdÔ+ìõ¹é„j¨7áËÕýqNýÓy	Àv\"P÷m`§Ã6ë½©©Ï³¼ú®%ôÚHj®äl“Ì¬?™–.ml´’›ò|à,Cº+èIbI$Ó¨é¬\ZH„Î£^\"lQAëmlã§ÔŸÄB:»ú‡,¼%c5iN÷›€9¯Àmnm>ÞŽÙQQ0Þ504|$8÷Ò]W¶p_ÙÆLtsm|i)m`mðI}IdKj+ƒ9›VöõÍ€jÁ|,òÄ¥m~<]ŒxLñò´1±‹äA8•z˜\0†-)@Ê…øm‚£bO-æ7Â°™O¿a$üLÁw?þJEQU8m–oyfrGÝÞÚT^5Þ”ó\\kpðÐ0ˆ[*!×èm˜v<íô.K®“	1\\¸ö§ WPµÏLùˆŒŽ`Ämš×©Ùs]S7LAZ&<ìì„–³vß‚ÈífP¿F¤mm£G Õê ËÂ‹=·ŠÅâò~Í5OURD\\Wq–áeâm¦ØŠ—„}—ÀùŸ¶àBP\'|{M2ñ÷gê×‘YØm¾­M ÈÚ½ñÝ©=F§VÛ7­RîÍ¶}9½dg=mÚÓ¥\'“éº™RÒ€ÒŒú*zú#:³×ö,û`$âcmãú`ek}Ã¢ôˆyF¾[­ÿöuÎ\n€e›˜²²³Å^mçÿ¥<F¼hävú%EÏ‘1Ò^A›Ô»\r¡”mý¯¸ƒÉÀè»jšÑö8tÉ—ÓíKü\r±¶»?×G*¤znDs&UñC”Ôƒùn},­íií\0võ•_¿l\r³än4cyp¶¿}´í´%4ø¹m‹b&+uvBÂ‰¨n5ÚÐjÂ†Ax3fL•{ÐÃÁ“÷éiÆŽ9¡nB „%EÂ¶>é9d[[}·3ä¹+…hl_›nLÿzí<æßkÞÉ…7€k-—\ZAåAD×¤Ñ`(2nZŠ\rc÷ %èmGÔòâV–@mâ@vTàûIJæKn\\ ù¸§ä/JßÚ-+ÔÑ\rÎX*JŸ¥„iúHndkè.ëCz]É9fi0ÚñÞjÏ\'Y¦G¯úg>npgœgðûzó gº5Ìs.n5¢†µLŒWÂ4œ³±nqÊ0Ç#†O‚}À\"Š´EŠN„t²ž!ª®©CénuàúÐ¹ÖoìLÏ³¢óSoïcoUFaë÷[‰×±Þe\0\\nð£TÄ‰IÂè˜êïv’ÜêyOiÇ’4‰ªMx£Ÿn€èÅè-­ÇQ1H.x(jÕ«8ï¯ÇXßÊD Ánˆ!¸5]òÐXö¬ë­›ó¾èSã;Úu<}3U8Þ\' n”-‡yu_´¾\":~I•8õÏ*2«ùY‹rƒüã5än¨ì;àNæ9€@I-Åz®Ì¹‘¤>á™ØôGqÅü° –n¶0í¼oF!ÄV_1\'Ÿ¥”x¨Ähs<z=n¼¯ƒj¸wÛcÃ=ØÑ˜þZ®7×Vƒ=urýËhnÓG0’%E(G&ÜWX†Ÿ1tüF!°£ÐÝäÐnü¤iÉL&MÙ˜x=²ØN“ãf[¿y=ñ/´So+UâYûÝµß›r0~x†¹Os¤,2Ìwo‚°”šhæõQd¢MÂ\0…Ž;HÕ†úpïÔ7ðCo\0ˆE”ÏÅ¤üCwÊÊh#9\\é“½¯¯|öËõÝo2á‘q÷\"ë,Hf”!O›þ×¦œæwZ=P¢Lo5rášÊð à+£®öÒ}¾ô£Šo–38€øJÌo:G$ .¬\Z%è©Ð‘ËF›’Fªh‚SÁ§u”<¬oKSñÛc3çÖ÷¿úY¯Wö$ÛÇyæ6Vl21@˜á9Á>ovQ\"û˜„Œ“c4¡…’ìyI½ARÝéªKSUo‘QòÖt\'„ØFæOS’Ú˜Û‹¹Uâ.Rúo³›}\nd‰ÆÖ‘«%?„ÃþM€ì›ªõ¤ÿÊ;”·oË×…¿CHË÷œ€laèºÕ˜úqÞn‹F}Òúuoë£Ö‘çRà`#Â:ÙÖ¥6dÇˆ›8ïú‚ÐðÈ\ZoîóxõÔ6úÛ}DPÿ\rM˜bèÂ1aõ¦»Ú|iáN™p W|±b†O…<fÕcÊë#_V´È|ç\\;ùZ½óp\n}\0ª]tt!ù…x° L\'m¾µ,iÎñÇfÐK#$sppmµ+Ú>ã\\#J2=”)ôÁ\ZØÕXÓÓ®=P	~rp“%h¬›ä¤Ô7¨=×APºÍÁÃc(@Æ¼›p%{ŽerBÝëÚ	¼Â…Ðd>HÞK5œÍû¬-c1>}p(%Ýx5IYéKüƒfM¤Q	÷Ú­£L_:Ì÷Gp+Â4éÓN¤d–ÜJºu\0’5H{Õ7`S_FvÙèÚp7RVŠÄŠ:Û^Lî©~ôòŠÒ»:äˆØTW—ŽWp<D¤Ê9‘ÙŒÇ	 Dp›ëH2†¡•LReGþM«pLdvïX3\">ÎbÇ„„Yó‚_[M€Ïµ\'pó0ð„ŽpTc ŒOj-åÎ¢	suj®”4û¯IýTï×#°Á‚pkºæxèƒÑ¥LÒ—©í”)òDîÌA‚z‹Y€n±Vî8Öp‡~žçˆÃäŒ$\ZûtBÝ@g™Zz^L¦éÍ¥pšˆyüÁ²ÊÿJz\\ŠEµòŒHÕ ëT`\n“ˆ—Ç\\7p¡£í½Ò%‚Ñ˜È®WÔzìîÌ€+QSrë=«·:À5p©Y˜Ñ¹!eóu0vûß?.jú¹Æ[‚ˆ,Ä¨†!•pÁÈm£Ó˜´DäÖåÞ.už“IdnÀ·‚¹ú1wpÊ=DY\'cq‹Œà·Å­gawð OÁa<¤;Ö9ÿ–pÙuæ-iŽì,Úð€’pŸñWÃç¿c}hÊøpŒpèñëâ2ÜWÒ|Ô[MQßÍÒõ‘Ww‘v$|­CpýÞó+ü¸ˆLÒúÏë¼à,þWyü4mâŸ|Cü¨qÇ,–\0É:ã>|¡«˜ÎAC˜zßÂ½Ìlq(˜—FlÌè‹—njp¡Er-R~ÂOà¿¾SN+Kq*ˆO×DžšlªW2aëÞ\\ð,Dû%1<Âè–Ü­ï¥qq.\Z‰kó‘Ø€E…á¸Û#æÉôàq‚ŠÙ£\"š§q=ë1®‘#ÿ;°¡¹+”²Ù\\^ƒ‘‰”p°$ÆùºqYŠ3i\'ÓÚG›±ã¢C–?o(÷™˜€\0\"+I}lq[8×òdõƒ¸èwŒû‰ßs˜›#­bþj:75Êqi´´j³jÖe*Z…µœHG[Ä?=–?jìzÔ„FaFqzLòkÃ\">àÙEÆ°zºx»áQçe6ú´ç¹éqzþ+£k×‰Fzø3“Ó7-¸R6>‹³é‘ÃÔ#n&q}¤bN‡Š°OÂnœžYV8èYõ¥R3SH‰C\rjq‘¼Ï‘ùþ\0dÔ@Ð›íˆ0l»,çëÿ‘¢Ö¦ètDq™CP Î!Ü3‹Óü×ëÐ°_ d‹	Ç¸uu–…iŠGq» YŒÆ±ñe$ï£irhNF¶I¥lóŠ´,ùoiqÁíÊ£uG(ëŠaVè…7fÌézà£îñžL¸mÄ³qÃº·Ù«&½õÕUzHk‹o‡–VßÈ!+lVŒOª–Ÿqèþ$ÍÑ1WÖ‘û·=–J=<¨À‘Êùí-\\#ÆÁ¯r\ZWèå	Ü¿d,ÖˆÿðL_@¼àJ£JA¨pb\\·©r±<ÌK§ŠêeûŽí2K¿­{EÃ…˜ºóôƒOòr,	RúB—¹“fæ0ÿz^ðŠ*H§a*âˆ:r4(^0ò¿ÍÿFÄ1°´È¶s¥tÑ\nr´4¹Îó¶rKX?¢kz^C…Ìˆ9X\Ze×ýF»YŽ38‡_ýrVÛj•-­jnÎÃ[MÍñw\n=pÉ²²d€4¶æcÚÏr_!Ûá¥LPpÇf<vsåß$â\'âú”â¤ôèorl[MÃ‡\'’‹…Á³H«$•ÅÝ¹§>ÅQŸ_ä¹r®åbðSä¢ˆšÃ%VŽÈŸV[9šn½®!ž„Ïr¸„ÕÃYÇòè\0˜jå‰ùo;ËÙq>wÐ,Üuž™rÌûÂùoZ•æž`°ïa%Ò,ü@°¶ûH\"J7¯xrÓm„\"•]=aàn$áà±7-j\"ÅÝ\"Ð4)NMrrÙNP_;æ bˆ»0ÛfÈL\"9u¡éS‡ÅåÇ,ræ§;´íÍ/n#í~Ø†®›—üªæp…$`Íš¼W}>rõQ[¡ãûŠOð½ßßGOÐ€\'Ô˜L‘—®±Ë‡îrõ]À`²8b«ý@¼é#T€ãŽFè\'w?Ý’6rø´ß‚ÎCZöÜÄèóîðZ{ÁÊL†¼!¶(Ûî’€Å;säµ#a\\±”’ïûž8Qƒù0²súlÊ}ß¯]Ñ6s\Zrµ:³<[×Rd™}:ÅYd±y²(‹Ñ©P€\"°äPs\'ý†j{õFCäºh™¨Ì\'GåìM˜g0À®fžs( Ç8¡(›äƒ\ZÎ>e6¡Aˆ¨RŸQ!3´¾>Ï†Ïös+ˆ\rU\02äå³#×\Z~¼zÝÝ€hèsî˜Ì«s.CU¨±Û õ½MË^³ðoSÌF8à6Eï¤ò»ûsNÐlD\Z5Ì‚Â2¿G†êW©ÏR½¥«»”FÄÕ–sP¶‡Ô3ã4«	5©²>Û²#Ãv×ñÙGÔp”sPûÔ4ŒÍ®4¥­¼qoÍ\"öF\\	^:QÙ·šÑs‡ý#XÛ–+pFXT%?œ?¥¬crS¡yNÎº&Iþ\\’–s ˆ”_£d´Ye‰kžP¶(¬HPÝ6P´Oûs¨DV‹iæšß¾ý[žbÓ*ûa—VaŽý	½ ¬ëøs²¿U”Œ$$ñÞæìVËògþÏÑÈb\"lx°mÊâsü2—il)1äy¼þÝj¤uõHuMÔt5(Iñ:ÑE[t¯*Ì½vdWã;1!lH²ÇÐì9ƒþ\'<«	CÃft›lT›^´âû7Çå‡?1Ü	[à‹]¨øƒ¨#TÍ#t:srã¶9øÕë¼caË>ýS|0õàø+/\\3•j@tB»ËyüûÆiC8Í¿ªžL4›D£QþÌî\0½oz¦tG=9’\0»“a·Ê®œéb>\Z€O™zò˜cŒÏõ1Å}tIqóÚ|\ZG¡wPÕ8±^6Âõe…NÙc“f	Ít‰rX#\'…ùXlmRq{ô¿8·Û8FùÜñ€Œ‹tÀ­Š2zèv´fû#´ ÛÆ:M´Ýâ³‘{%tÐ•ºsÇ)W­j³Dr¼™Dðiº¥<¤Ÿ6ÉN§ÃùFtÖá¸¹ÚÁ–]Þ¸º®á«H€ù™ZMm¡ØÜõ‹Úmu\r}[’µ-·È™×BÐúU`BEÜrZ‚nˆÈZð?*šu«…œÈf®KìÏóM· ]¶å=_mA98¿\0©u Nr8Äãö³\r1íæ\'„p{ñqbs/þ“¾†¥u#gTdý.C—ü¬­ØùæYg Ð‹±UWžæa{õu)Ör×Bæ.Îp÷óc“=ÃÑt\'Ù×s)¹‘Ó<Iu-Ñ£‘¼ŽAH‡´Z·64Š?²ðÑ§:á â¢}u6,]å³gÂ8M÷ÄU†dÍ]8µ7ÌNXÊ¢©‰}Mnu?|ŽPÙ4¦™TVìm+óìsÏü¨ù”q‡dm~)u@?î›Ô’$pû*½%ÇËãºër(b=ÏAéê—iòÔuƒ€¥Ã=Û¦µ´„íRnJ+^íãZâš\'=ÀÝíU\'Œu‰Ÿ‚¹@ÒüÝjñh´0/å \'0O¯Mu›;rõŠjùÿJ%©ÊÆ0$½«ŸU•CÌ:õ\ZY!uœè˜#eo^3÷“|xˆ¡„ê½˜ÄïžËPœªu	„üx¥ÓÁÐ{	_Eà•Ûd(^äš6uûõ™HßâU?/:êº¨äAw\0­¦x2Úš÷pÆ>Bv\0WbmA¡[¶ë8i¡EâäR¿S0E¬`7dà~›v\0Çá¹k‘ÉETvÒ3dx“eÊ™…–\0z?`•¼œv7cš\0|¼q[jëQ‰[&LûÆ—¿PÌNú¢lvË9ù\ZR\r…2ôó@¢ä]3‹˜z#\nòï¿q\r3¾vÐ\'æ2ÐY./T¡}™t b³HŠ<6ÚPy-ÜvÈÏxggïgy)Î¦ÿÒ¸s!ï@XQ¢Rc1ŠFv.”Î¡W¨Ô»lq¿HÑÓo‹¬r\'«Jm7Ïbåóv26†}Ûžèâ‡\Zâ\no‹¯g$ä$¥@[¡C—\\Vv3)<ª‰>÷‘ró¶y(L¼1üyUé»\n©vâfãav4Zß}k¯ ÈjÅø>XÒÔËš¹WR/%jð†5t Äv6œ\\ãÍyvT\\MÁŒò	FQKG€u0ùíÿÜv?Hmˆ®rÐq¿\0þLš‘¤Ü>=e\nS¨óŒòR‹v@nÂL†Öî¢!rëìoóî\nå»îòµÚ·¹¦ÄºvY¢<•\räÂð4eš6ño™Ž§R¤ù;Õ¯C;×vŸïŽô!ž³ºþ¥zÉß¨ÆA1Ä ÃüÔ`©[Šñ³-v°;aÿ\'\"Ís Ü{„Ct±(~å+ò~muÞÂÊ@v¶|ËPu<>›n4päR.þãõsI<ÃÜü›¯Àúv»Û2áÏ‚¦¾Zû»ª7»“ºQóù÷¿½XwF€u}vÞ{_5Öô[átËZ;a+Ì¤X•\nx\\€õò&vëÃÿa-iQY½ÐhJt«	ðÏHiƒô”ç–2&ƒi~vòë1RÊCÖ…m²Ú×žRÈeV98¤¬ÌxýÞ§w× `g0O›õù±…!’·£+ÙU\Z4ÍÿjV½9woHpõ®¬åùÝÃŽ’ \"M^­Y\"ÎÿƒùSÞïˆÕ“§w¸A!Õ(vé.Bc?ð[àËD\Z;v…ßE”U¥¨w&C}5QÙ’×¢ÿuÉ<Ø4Uw Õ+hñÖÝÞLËOŒw0?±pºn~(§3e4«þþB¦!QwÆ»Lb®¸w<[ËSö%l†n,ó-SÀ~ê¼]MD¹pÂÇŒÃˆµ¨ðw=c^©:Â^N¾[°Ž äX“%Ê%NÏ,ôwDiÿgÅk\Z#¼ïVçJ PN]¼»	Y\\8ˆdÊœwM.ëç…#SÖ{Ð.¡›íœœ½¡D£G8óq(µFÏÀ¦wP±˜:B²!›‹nƒ¨$dÎ2e¸ã|6Ó¹Ñ®:0²ÊwSÄt+°\Zï¬®HH±ÇÜ·z H„–oËõ\'3{”¢öw]<½	^ÙJúdOh„¬þYþHª×žñ£t.ä¬(@,wfÆÆ¿toÛæÓ‚XXGö‘ì\nFÄœcIsÞ*ß¤£wl™E\'~ÜN‘\r4dAËŽ¯@¸7j;í.¡šW[ðg½‚w„»àG´’TÄˆãÑ‡_¤|\'K¿\r,½ã#scw…qï•X¦9ß\0¨¢ª§ýV\\äÀ•½éÓ%ÇÓtwŽ~B¥Í£aÂÕ¨1ÑÔ¡u?n·‘ \ZÞùöÆÊodw·c4y¡ªÍOù.ÌüÈ~H—½{æ_Ê—†VÐ“¿wÉ>Sa¾ÎÝð	Â?½œÌœ™Õszœ°§¾‰ðiÃ¾wÏÆ\nŒˆí~;H4ÔÇœã/tÔê«ÿ²_vîŽi%]ÓwÖ^q¹ˆ92:èâ§×_kÞæÃ_]¤z`Šž=*1wß¹x¬€o\0øÙ(üü¿+%õ5ëBœ¶BSrl?!Gwå/bÝ±\n]Â\nANŠAº\0¹ÛÎvLÌƒ¡Gx#oC:[ÒL6lˆr€z|w´Ç3â:«B‚=½¥™x\ZÛ“E…ž¡\\kª!\n\\D‰º6°RˆÍÜ~—x3z	lÇrgRMqÀè;çÃ¢¼h»À¤0ü:Ó¶x3‘Mé1«Ÿýw:Ìª‘xÐðM(òyð/2ð®Ë,x5¨Ÿr#Ð‡XtÆ%JFCD‡£±û\rÎœØ\0ŸÉÑxKPƒÓéØù%ÝL“aÚ¡ÚëUÌxÿÆ\n¼GŽUÄTäxP1v“£ÜÕË›o©Ô0{ÏWÃO†I- z²ïwCEâxh@j†±AšÎ­‚®Î°ÜhÕYò*~itÍ\nŒwé±\0%x‘Qn¹g¿ìgW.6£Yšäõ·z#ÖIÄ²«x§Õ$‡ä•P&Õ}ô‘`\\QyGpr¥Ì*}9Y‚xÅ·(í²µïG*&ýÈIAvœÑ„_¡R!‡?ˆxÈˆ\'eöîÅŽª4m#ÅÛ8âÕu¨ÆV‘hþ•û©xÍoÛ?‘!lN;8gÜ_€¹[j×œ3&Î‚q°3È¦QxÝTÀßÈ±Ñn¯^ÇÀJn\rC@ùëÔ Gú«\\xèö•»ÂS†½ï‡Âùn]±ÞBƒóræ½/óÝu<\rxô—…âYãÛ\Z†>kªŽEº¯­M—R6.‰™ä\r[¼îxöl,Bê³%æ\\°‡O!šó¾®S<æ³yð¼¿ÐRÅÀúxùÔ´W%\'7&\\az<’ AK×oÐ% |7ë¯ýKy Ý£¸x#\röëôjÙÛ¤£âEäTæCœIfà›nZy-ó8Å¼‹<Ûá¦@<]Je<¿w^Û„à½CY¢0æB­y8‹Vüx^„î·¡ˆîkúåj“¶ONlì\"3`‡y9èÖt­û½º$ßJˆf³¥ÆŸ»×çÅúÑ\n[d‡wîyK6³¨hà„®+>Aî”ÁW[­ñ¡úÜ×,ï1/ÏÁycÆ++S&êa¤1gÛÕ­óˆ[yá—ƒÄ©¥Ÿ·nyd-fÑr\\áœ•>X­1¯Ê -Q¨ÿNÒyr:\'Ý?eÑO–¼ŠF¨Z»©«ÞÆô¤è¯®\0ž3¥y—8e„—ûöÔÞÝÖæ(Š´™—¢@ß$ÿòáÞk(\Zõy—ãˆ”‹4Ét¬F´Kò ö¤ï¤v9ßgö>M@€ÒÇyž¬„‰Ç§•8=Úuï˜<³&(3‹eŒ¬_Ü`\0„¶y«Uñb‰\'d04Àêt‰‹o¹/\Z+ˆñ]!Îóèd‹:y®\r!²’\r´s|Ü°k¿FÍËÿ»a2Ú¼@Åî\Zy¼Wÿ@•ãÞçÃïõ]ûaíÁù¶õXÇ%©T†yÉÜu¼~ìû61ò«ZÉ\\ÿ/[çl‡ýÙü(yÞÊL$L	rj™küàKƒô÷‡ìôÚjVx\0IÑsßzFÍ+Š1¦@‹Æ,¦ã›Œë0ŠCÎJ£Oà!Ôz‹Žñbö¯ªÛèø­¯Ö¬Û³yg¾FbçeEÝ=º¼èzLj³˜äR3Z\n†\ZÈÏÓæÐ“(ánfÒ\rô÷¸z$p~ñ»=PÛp\'’»áÿey¹èK!v^kzP¿*$	ÿõe²(WI!–[(„ôŽÜš>< º‰òzUm{‰Ú¿Y>pŽÀÖ¥x³w\nTÏmwë\Zõ~äìIŠz‚÷eˆe `ä~Žöw€úýã‹ò¼G$us4oÅ8z’Çó$²E†ðgÒã¶gŠ9šK93)Uó˜¹:ÔSz¢_ÒJ¯?Qõ)º”áÐÏÐð¾aL^ã;V½ðúæzªr…ÏOU]¤LÝWq$¿»NÐôAw¤ ½ÎÝN—zÉ\"Àö|‚5Ü—§î:lW8]òPübNþC~zé-6‚ŸŽ©i	F<>£Á’LO<kÔ¨1\n˜r\\Äzí™kùÏ¤c¾Qò=’ÔoJ)ç¡Ö\0.¥e©»2 Ò,zôHm¬aøµä~BÊ;@«ûlõ‰\'eÍðÛ¼sDÅ‘;{¾3ø™löŽpª^÷3ÄÚkºà;ÐØ\nìkÀúè{÷ 2žwø\rOHÜS‚uÜŸn¡±ÓŸÜ¢²»›¥‘{u)˜£x!âD@Ÿ|ˆHÇFÑ9ÝBu2Í\r<Õ[?{5úyÈ†dj2&«î =IàâU,qC”<ÂmËóU˜œ{@šà¤¨ð$g+ö•E’‹Àäôèg[r3òüŽÖ{MÏ3±#ãô_B?nÎýg²ìÑ<Ûvw-i{\n‘í©{iŠ;|-#qYædð_;¦üQHª\\©µù‘ª§B%ºÕ{saˆÀ¼VmHº»•¢û	Ù±+ôr§<Ä¸T;ä[‹{™“\rÅ›¢9°Å11ªT_P,[DÒçý:ó¿Æùwž{¢n]Ö\0Öˆ˜Ýn»\rÏµôÉ<§wË·X)ƒàÚ:{³„,‚tã4S)hùdŽŒ÷Â;›}KáƒÑ1á{Àg/èÏ\\ÌEÇ°\ZèI|\'á„›D·iûê…!H{ÄO”Wì=!ÌÐW\\\0vRý¿ª&ÿÙ~GÊ½ÍÐ#{Ð©NïäÀ±7¢!QZÃ\0EÝ1ØÍ¦ÑûÔÚ¤!gÔ|‚…˜mÞÉ{öcDà1Ò×\"D]]=ØÉô-c\\ƒ|]Ðo”›(jF\'þÀ*À¶´áÙ¡Æ—îEF$K#|åh‚ÐPìœiÅô>è‹ì@ñJæ6³ÐlQŽMãž‚|#•¾˜¡vœ”€¯h`JO™Ax®ÿ\'¼^Æ|(\\‰¼QÐ&j™‹\"†ˆ’·n	ô\nuÕÛÜÁÑ |4rc¦ÈËDV*Àµÿ¾¸{’3Fø|E¯d™Ë\rºqÐÈ®#ü9¶žÏð\n®Jìêtï|F¸Y÷c~\'¿B Ž_ïõ-dlè¼0h|QìhÅ[s†ob\"ý¶þA ºf/Ö$÷å|ýœ|U6çs\ZJZýÅ\rà~5ßÜÆª\Z|ºßæ$Øù¡Ýš|Y\ré¨:l_žÆ™=§¹Ý¤.M\nðÇ×º‘*¼|bà)MGA\0ÌÊ3Y\0Žï«öÏQª§ÿ°½yLœ=|m!“5Ã¢zdlöÚ¯4uOln{+ÆPÈ;©\r|qÜ7r’œ®ßŸ÷{Ç,À\'‡ÌŒÎ\n¾À_ÛÅ|‚&ë•þ1´`À	••Bò	ßNt-s¡ó e[|•™\Z$Ò\"«_wæB°&iØòt\Z|ª³†|›@&o•|ÇX4Pûu@¦C¬oÕÙ9›RŒËd³|£zp-€v¼ˆÊdüÝÕ.Š,[\ZÈÂ|Qëb•F|±ÒuˆßÌôÄ_íNacýÿ˜µ:-·Ÿ•;|»üpÑ¨²º¹7{Í+¥ÃôFí;Óé}ÊU¤|Êƒ[ÃÂ„^BcxÍ‚ÅÊ^ˆ @<=ð·£FòDÏ|Ë†ðÓ°P—À<Õµ>ºÔDdA.ÒG}ÉÊ}­_|Ï…z’á,Ðj=g§È·ô	ŽŸÙðê²úTF!w¨d|ÓN!x¨äV$”W8qIA©öC]1!Ó’	­±}^ä¼\Z¥%EòÝ·2=¦›cûìÌƒP÷FÙ«ÅÖ}ßÊ_‚ã˜þçÜØ¦b¿qÛŒ(h=æFïÄ¼}CYÒ…³8Ö#j<¯ÁÙëQ\0Æ˜:Ü/¸DÊ}DË	4?¬¼Žþs¼·.M¹ç*‹£î{TªÈ‡¸Fd\r‡}c‹ú±[–/ÒNHÊjüûnò‘‚Ã¾ëL•\ZXm}eExÀêíI‹Å<°»gB\Zù9÷skfÿ·þ(hº}yŽì#Å©¢Mßss˜‘ø®áðD£°j\"Ù}{þ€q}•”P•d,Ø_PšÒ9¤1·+Bw•†ÆFŸ™~M§ù}Êž¯Õ4!ÏìÊ¨Yô6Y%ûdX‚SÙ»¬\0Gµ‘}ÛÂ-6×\'°f¦nT Y@©¡y_{|nŽ<ÇèÈ	}åm™-Ö+‘Ñvi 1¾ûŸs„\nŒª›U¢÷¥‘8u}è)H@ÇßŸVbR\"\"Í¥Ø0×¹ãöoüµk’¨¸}úŒÞ	W€¸úb‰2ácf©HBŽ£y‡ïuù©P~eý2èƒÒçý4x¹`›ßéâQ¦x<C­4ÆÜ_¦~\n-5ÂRT½¥ú¥ø×w4Ìê„}3“}w3&Ïy7~ÃCp†¾V_<r‡Z¢þJ†ý‡GÔ¹?Î¿œ\\~\"=ŽêBåê»À«Žêc¦ °\Zì‘\r®z™Œn3^ý~5:ŸÜ™ŽµäFšìÿ“LWÞÿ¹s@ë†˜ÓN§é7‚~>,äO0FçÜÿ2vÆF\r}ª÷Éž“êÀkTZ;›ªÓ¢~DZS¦TÌµöp-7êEev_ñQyšm˜K\\¶Œ”)p‹~G¢6œ86ê*“Ùç£ü\" â§Œžf\Z¦=^×\r¬‘~PjgkÎ–	üöf:§‹\"ÙvEî¹Áy0ÑsÕß¤£d~QoEÙ3RoJ¨9>æX£•èçÎµÇ\"Ø‡Ü1ƒ~vÝ~Ðz´S5„ÞÈ¢«Œi½yˆ®ŒXñpÖðdH~x«\"&/íÐâÛV¤ò¢!¸ c»aÝ6Ê¶ftÉ^‡Ø~r §‡ˆ‘Ÿd †KHqŸá•#ê%´Y¿Zê—‰~£±^4‘Ç*º*®Õ:±r´ÉCísÌþ%uKhdç~¹ÜE»UaáŽqRh}Ÿóìä?£B@Ù:¬‘ä°§†~ÆGl*h$*V«{M¹&UlÄI¾\Z\\Þz’¨™~Ô;ÂYì¤›±N³PŒÇ¢±lôÅ&©4çœ%\0~àÉ)+:ñí ™1Å¬Øˆ\"la@M¹¢ŒSÓ½kÐÃá~á·Õ„¦:ˆ×Ù«ÒÚ\r…rq03aÍ½¶íÿä!{â-ð~á¸v—œÔ<¹gz_¦çßÝ‘á	RC	~ž5B[1E¸É_õ®ï\'ƒìÀ¥&xmóò øfí•R2Ih+Nq$,!%‰>o•5ô&qœÚëZ—q-Sœoˆ4¦PÒÇ9ëu›,›ˆ£ù*á3‰æR®“ W®IÀD[1hÑ’Õ3ì˜X?ÓÁ?$ÆgÆ`ÄÞÀä¶`£ L\r9;`\\tMQþ¬Dj7iÀ®D–ÂfbaêÞ9SžÁ%â,#ìÌ”¾¤Ïñëc£~ðrƒÈÀÇrÈw´CpMñÅ\0©w™º‡dÄJª•]@øÆÈÝÜ¶¤eu©¶_³¯öŸ(ŸÜ¨ujçÿø«››³éÐÇp½PÏóœŒå5\\†–ðÖŒþ(×DÊÖrüˆñ‡‡ÅÒ3ñf!UHžŽåQà^3þì\n“µACª“’«Äásÿ¤u–<œf•8sÒó®l‹pÝZþ®(Fc1÷\'•æ¿‰Çã“jò$cFƒePna¼³Þ¦†@ô#‰€\0$6i2ÔnìÉt™òö_‘oÃßÃvÍß‰pjâ›ÞOYv€qQß,|äa6¸Êíè-=SÖ¾I‘ªpdÖí€%_#µûÎåŸêïkCÓ ! …!òns`»)^a€LîikýÐ8>:Gõs ­à^êu`ïJÅ=TÙN¡`äÂ€Q5cU±¢ÐFa=åOÈòœÅŒèÜ°ÁTõ®\\h€X…8ÝÓçºGR\0§z_BÃ?<(ôÐŒeo·€uÉ:Û@Goë5 í¼—{`ñåºdQðz]À‡<€{#¹G®Œçææ	;€c¦¦ÂÆ\\73!Ò}Ö\0´20€‡ÍŒšã¯B“¤i¿\\5,¦k?øL‰ÇŠ*_È„çú€‰àbÇu%dNà¬âv3Û tp>?X?æl:\"€œxÍ9®à‚lPîyf¸Iu”‡™&¹pË3œ¡2‡¾Æ€¸ñOkÑh£WSŽbÜÞ^S\r )ï[Çe÷D<Ý€¿îg/{>Ì\\Iš„6×R÷à§5.vþß‹º° €Êf6ˆ¯‘¾*Ÿ#6“á—ÚÔ:ÄcKx:1#Ù¨ä³€Ý†=$ñ¼Oè/KfÔºÅå–„>·8~3>×‘ÃÞ€ù©Æ\rY3¾¡5é)×ôæØ>FS¾‡Ë=ˆ(ª€ûk)¹Yt×•ä©‹Å¼8¹]c’>%Ú9\r’ËÏ¤Ýç€þ–fz»››Uç¢âÏ<éMhª&E•NŠ+Ñ€Û÷‹ôÐ“Hü O>ß06}ÿ#¬ù<Q“¡ýðnºúàwßÐöÄköVYÔ‡/ @ƒœ‚¦Ñëò|Û€²ž\'&ZË¥~oÆ—ZÚ–‡ñ\'ïú6g‚ºi0B±<a 0Ä²[«™ÿ\0=ÉÆòUðª0½ Ó-TK#¥ i¶>×l¶.¢Z0øKªá]Œ<Š’l>æ&Þ‡Cy\Z|W°¢®	Y|z>6ˆÛ}½¿\\ Õyñ‘«\\–FeÔS#lt^5:~ˆ/®b]¦©Š{ô©Êý.\\+úBá À ¨B„°ZåÇ3¨#f4.xÍi:ˆpY´AdàŒBÍKÒŸ\r!U3JÝwñÔ×y—‰‰pÃ¸º\0EIntUæ]×°h‹yRï^£ó2Ìv *§èPL<î‹ÿßÅ§éSÒ™™w8Ø«Ü‡Si.=$#	Åb»/ð:ÝLV“¸çäœ{l©´_§í3t ï¯Ány @ã8\Z½fU¼Œé[ÇßäYà<¦™Tý®iì¼Ö´	ðJ¾]ìÚ8´NøØ»Ôçÿ4mTýëñ“d‹6„Wo›kµë,Ó®?aËGü£æËŠ¹BÇ7J?°­Únñ)ép)¤=jk\"/%>‚Ë;û¹×ÚÛ’g%@tÞlˆsÅÝÀîËjêj…rÆ‚r6yZ¹±û.÷\\þëÎžú\0¯õÀ?©`ðb{C‚\"$—v¢¶R‹âø9ãyæ©ÛÉìo4óh:	\n¡*‚fÆŠ2•×gnî…2Ià {C“[HrA\Zb‚‚ýÑÛ–÷Ü†lWÏGŸñ·UaòÔú¶ßGþòèb{\n‚ˆiáòkTðvQ4Õ‡¬úÈéE\r0E…)l‚Œ`êŸ&@ò©šºº`ü\'a1Š‰kÌ–VS+\nWy‚öîÔM‰öå9>üþ±Uð:¾\n’´ÆÕ¢\06‚‘¾×\r»Q\\¡lz?9y¥˜˜N¹q©ñJf0Ûî£‚—[ÜÃÔ;P\0º½¥X-\'*›˜õ\0Ie#Þü¨‚µÒCÑïø¥Á/ÐMÁ´þ„Óè;ÛK\nAt/†c‚åC\n˜]Ç\\ëJÃÞê½ìÞà=¯°\\\rRqñ\0€ê¥L ‚è…ªpç/ˆÙÄ¤üDQ.¹žG¶ÒÈ—{õ<)¤ìMÁP‚éÑ|ëÄúyEÔ^8²Û}“îßØšn÷Š¶t²&O˜‚ôø8(dœó56GJ\'CÛ:R,;ˆZ,œ\ZFÇB>‚ôÉ,\\¤	XwêÍl4ÿ¥>‘Ío¬…à\ZÈ[_‚þ6‹.$Kyo_3Dë&QB²¥¥éÛ2ÞÏ\0Tý\\\'_ƒ©MEÃw^¡TŸw[X«j4—™¢s··®ëGÚƒ<\\Ø&eûï¬\nPÏÂ\\¥*ûFy´?¡š|áI‘hƒFIXÌF¯‹Hå¿E\Z*9Ý¶×£/B¡‹‰€Fú	Â>&ÑƒJÚ5›4ÇÉÇØA6•“#\"b2SévJ¼á@Ëä’ò{ƒU­1ØÚ¸>)T}Â…°4¦ù:¶Øî4ûSmÅþåƒVˆí½YWØÊ>\0\0qM[Ol\"o èˆ²3S¥±\r(7ƒ_ è»Y£o¦$šbµô°Ü¤ì™rÞ9‡«2é4ÕÑ?yæƒ€i‚¿>~Åf±½KJú…ƒ` õéôÚ3èÔuxñ”Eƒ…æ¢–^Õ—ÈcË|§üÜÙž4ä|c8¬\\Ãž9YƒÛ³%ˆL`N/~sÜ†4ž}?\\Qî†°CãþîÛ`®ƒéÕ¯—&m&=ÐC}ÖÎc¢”S<%ø•`øý	ƒ ¦&ýÆI¯›EibÜ±ºlª“@!´ÛÜC¦ƒ©×\'0:¢IéWU„sA«@;éÿJ/8ÔqÚªígÃƒ¶›lDAÄ×‘A“=òþ<ðž¬ñh9)¼Al¾…ÏtƒÂ©±‚|yg8T:5,uÚ„F…œjðX4Ž\rW<0Y°ƒÞ{V9‹\\.ÌIp?¥H[™sBÍHöxGq¤ZØ8/Zƒß%¹Fw<Êè+-;åQn¹gpŠŽ®þÕŒplñVöNƒèç«f–›VV.|ÄvXÓþ•N´°8D×‰ÇDáŠG„g•B@¸]B ÌyòÊq +6Æ€=¦’’_€›ñ7„kÔÃyÂ~»ÓmèÈåÁGú|F©Á¢¦:†9Ÿ4„uZ7>fà Ø«D„†—ÞiÔÇUgpþÙ©väª„Ò{ë\0÷¿/¦´9\'™™œx~¶ÅÑ°fú7ìë®Q„–ËŠÏo„ ,«|ê$ùAßŒÍü`¤ØÉsÕÝ„¦W_øwÃ\rz]Þ·vÁXÖ„#»b£ÛxNÎí„¦£Öq‰FLþÓg~~ì4øUÚŸ+û\r¦ù  °•„¬™?Î¾zÜ2lãŒÊñ=ó€!öß¤$¡x¡”}„ºÜÜ…öºe(86 6g½PE¦¶tµÃŒ	ús«Yk„¿÷ýœþMcÇÇ³o1+Yœðlç’»©V#¼º„õ„ÏqÏ«ïp_§j§›fÓ?8omc5Ö’ü\\PM%½ÅÓÕª„ß	T0Jñ\0ç™ôÍ(=ìDÅ*ÁÛ˜ååÓµ>ú‰„ö\0âµZÌë(×¯¤Î‚ö| îÆ\0‚·#…•Š…Å¸ÚlÕsƒ@0jd2S*\rç¬Kƒ§™²³Œˆ¥‰…ŒT(¦³g’.´Ùƒ§óýt¬}	ŒzCSø0Êj¹…)wÖd‰ÏâéVßåœ¥¶¦1ËÓJ{ôôhV æ‚ð\'…JÓb´-i.9ÖEAù~Ÿ+|%\0ö…ÂìùŠ@Êm…V‘wäç%©%È: 3CQ#+gÖô›	•–e¹}×…Îì@%s5FÅ’j¬fpvñÁÄG°¸ñVýÛü…ŒMvxÂêÐ!!ªˆàîì90MÖ—‚¥yµ‹-t3o…ŒXD±Èwå‘XÁâ² ¼ ï‡xTüéñA]W…¦¾eZ\0—p›ô¡õ7¸ãßg KëzðXF¢êD¢Èk…©5pB÷Ž€#íŽƒä:N¿þÓp[·ÏÈFd›*n…Á¦7Ãdë·1\Zh6x:i6“žLf ¤`O÷z…Õ~¿Ó\\Œ‰Aj!ž^E¥h©†Ü×ú{´RP¢…á‡hOì‹ð	ögÖpª3°²X|)F}h¾9P¤á*…ú‰K_	Ë÷ý&Z2J”i;és±Àb¸š…~~:¢†~UwÏiÛ«uE™fµIrqæÒæp“EæW?œ†ëÊ#ƒÜˆ³*Ò\\ «ý©f«}·ÕªÌ±mÛ½œ†24ójºi´Ý(S3ð„¤\r25y\0²2ySÐ¡ŽfU²†^xƒ>ÿÔëp$Ö!¿péŠ[ör\rf^ãnœ×E†i±\0©ÂûFs«\ZN–ÀþÌÜaFRÈ«‰?|Z=«çp†ƒµþ¹U)®\Z±¯Ëÿ¼É!ø›Œ:¾y®4†„ñDY\0ý6È)°Ãâ|šÕ)õ0¸x†;Q[5æãS†Ç/ØIô×ö4ºú¡ýÆjV¨Q9Óàu,ÔòÚ|eœ†ÉÊèÈ·¦dTKˆ:o‹ë¥VÓL‹§•E‚ì”2Ÿ†Üë¤yé¡Eùþ6Á_À‚%Xc_Øñ+˜|V7òT†ì=ðÕ¸NÉ69Øõ\núpÿ«¦=x/NîÓ³Fs†ï/È—Ü\ZCªþŽeÜ»´Œ½iL$µ@¿V¯_%ÁÅ†þÇörÈ(\rnðç¤b|8íÖäöŠÒš¢b²‡ú^+Æò­‘MrVŠ5ÑÈ-\rñ¤×\r öJÜ<‡$ÚjŸ¡§Ab×¹¾W\"0AEßÿšÉà=câÝ¶•G¶‡/twv„7©ìKã›´ÓoGÇ§„vçÓæt™ä¯aAX‡m¦4Î@ßxœ5ÔgÇ@ÅOƒÃs¬t7—z½¿”‹Qæw‡€Š™¯·\0ýå,ƒ7‡ x/Ë@69	­ÐŠÜE¸*#Š‡‡†óÝ/p?iëQ¿ýkÒgÆ±y™ÛÅ {ßÛ#‡\\o%E9ÁñPÊËŽs„¾]¤ÙhÍ‚R;b¦E:\0‡µÖ7Û&[ˆ/=sšøcÒ´ÅÀìLúøHòDòl±‡Àœ_«÷úŸdþ+¸²%nþÐG#HÐ´%Ü˜r„ŸÏÜ‡ÊJ<¥\nÓ”—w2´§öÃÂñç¬{SU%ö’	N3y‡êÖœÎåƒð#ø](®Q\'nÞ¢¸y—z¶Ma¿Í|¢®‡ðÏ×ÿZ„83P#êèWÑ(P)ö‹Óç\n¤ÙôÕœ‡ðã£7|š‡#ü«|˜¤‚igû˜Šª™Åå´‘‡ùØ>³=ƒthº@~1²J³ÑÀµ#x9QªbvL\nê‡ú\'¬×bþ•rL¼\r8øÖ’ØÒ\\„êÃì’8˜¯c…Iˆ…~(0Ò; ZÅ³‡…4öÇ81‚O ikù™ÿž’ˆ(réô.PÆŒØ¤öÆxºîn±®GAhÍYÞIå£ˆ0ãvü¸ž6³°¬-ù€ô£Wk)(yó–jRvˆ5Ó“UþÄ“*\Z™°˜\"ÂLvÑ::	ÿÆÈ”jÊF»¯ˆ@V:™2GÛˆÍ~OÉÜ_iS\nJ£ìI>)õD3j\nˆEòšI5xpÒ*I£\r!£	Pif«Vqî‹×lFäDˆVS³><ïûÉ§X[\"v-V€¸ö!º¥vŠ[è8ˆeEÀ:BÉäÇ‰ñŒê”8!Þ>E™ÂšaCÜtïˆe©Q‰s›Ç,Mz™ÖX{ð®\\[º(HfCP”A´»vˆy5åªéÿÒF·Âàµ­Y^´ªÒìã4}ù!?ˆ›~nD¸m ÎnC!Öºù4åK…™ã¸)Ý…Œ3€_Êˆ´àö_¬1å[“”ÍÀFŽ*›J‹Œ¾@-©$¥ÞˆÃT˜‡€$ïTD£MR¬ë…¹£~ÈF-¡š5®é™‚{ˆØª\0†÷Wx&¯_‡	3g_`ÆBÆw½iÁ[úß\'ˆÛ\nTèT\0¼Œ\"½«-Þžv	¿žô±‰kþ°ˆè¶Y›d4 ‰wº£ñª°‹½ý;/u‹)Ù¢X´àÀ\rˆìû¤/_oË¡[’¤‰BÛÇÓó\nKKxm¶|¾çT*Hˆõ9K@k‘„df«ÇÿdQ0?ÐW*ªæ­˜fa9ˆøÙž¤Ú‡š·]îS³Î…HDWIôîFã~¦ç„°‰<X1g9]=-ãÒŒé‹ýý>èÅ¡0Á8(ô¥š‰\r4hþHÅ”ÕÓHøblƒœþ¨X¶T»\n«\0y\"‰aRTf‘þÅB-.ÄRc/“nµÔMœÀ—,=g‰$§(}óBâÝ®D–9i¤¤@¡”‚×]dEÁÍ^‰CAm”Ë7ùtb¡vùá[5êÔS{GåR™i®6‰K7ø¡3!˜Úþsºtˆi‹q)Õ¸JÎ\\(\'UÆ‰RÇÂ/¯\nfJ„Ãh”vi5ürr¹–\\z\"6¥q%	!‰k˜—ýQ*ú;MŠžèÁ£°uO*¼§á-\\jµ‰mkeŽw[pÔ¥1ãÌ%œ õ¸7c©p!L—7wg‰~ë]\' Î=,7þ9‡v…•Ü/ü_—¾œ!ß€P‰°wS5˜ íb#fJîW¾neoRÞ¬´«ôA¤ïW_fE‰ÒR_éþ\\e+›Å!¿ hoæ¬Ê%9Ó­Ï¬‰ÙƒÌ	’–§KW¤e2ÔP¯î¾‚–[ç, Gì‰Þ7oˆ\\;›ÝïÆ’CÁ(Û”ªH\\Ý˜9™Èfõÿ/‰å‰V©ú•Ó|Ù³çøiöˆ¥¨3<Pin\Z¾E«O‰ï¥Vo”Cu	Œ†ìš17,så·u¥Í‰v,±¿²ü‰õKóyJc¹eòÅFÂGÉÕîÕü2Ÿu™«]\"\\¤‰ù#3î\nVÜdH-SLö86Ý¶ÒÀ;¡›6ß	‰þæyOÂÏêÏ=ÃPÏåoŽ½ßÐ£?¾”§ŠÛbu—êùùÈ×”®”­®\0ÿ‘G¨\\%´AÌÇèòïŠ\"õóû¸^õÐcÎ¯ãûk™ÛÜŽoÎTŠ+%§Å$çÃ[Š[ß/tH/ŒÄ(ÝŽ2‡Š–°ËeqÇ3ÛžHë-X‡Št? ÿL›ÑA±ý$G¢í?Cž¤¿Œqêœ†GGÚTŠ|æPÂ:6«¦hL6^‰E„zPu ²–KÃ;lù)Š™„‰ª¸cÿë<S\"²ÍUÎBIï“—D\nm?‰5øfƒŠ¯ð¥‹¤\"M¶£,áO=Ÿî:“ Gà>êŠ´þ‘¿m‚`!ºl{_,D”‘L–Î+Õ2€iþ4Ç„ÊŠÅ…´ôë.z;£ý& ¨»Þqé±ç¢Ã»ˆ¯9ŠÍýÔ€ÙjÖƒ7\nT¬ÔtiCÜbÐ‰ÎOKñÌŠã¯¦0NV‰¶É€kÅØbˆX9¡ý´¥åQ\\ª\\ŠìmˆÝ,z¦oôºFÄSI‚aÁ)~óaÔFí=Àö2åçŠû\nð)©¾œÐòá}$îþ¦ì‰Á$÷•¹NÜ)‚”aãûŠþd*\'äI<Þ}‚ª)Ø»Pª*l¥—Âw‰ˆKB‹}ÞœõúÁÃs2C`»ÁŸÝh`Wâ>¬®‹!•í\"8zH›0Ñi¡ žÄV(‰+Àûk§a–Pµ‹)ºø²2\0äÕ’Î\0‹¾ý¬á·UøÒä(ríbwÇ‹9k\"m{ïRØ7èa%,qºJM0è˜Ïwé)å^¨¢‹_Î +£\"g%ç”–O0û®[!·<I9ãÃ\"¯žN‡E‹hÜ•AOk> f5ÊÆ9%,ÿ<±×îš9;]9Ë²™‹i©í0ÕøÌIcÓ;ÆåÆŠëß@ŸpÐ¥P\r{I\0‰‹‘ÿ(<C„£¿y…µ¡Ï¦]1Ô£§Ë¿D¥Grcò\nË‹ÏÊpC3Q3®Æ#9\\\n#IÕhq24›>šM{‹Þušs½Š’¹!Rd/ýhZSóC	î›“ç]_¯‹ûW¯-{ÙWFùvòv4[åi?irËzGÜöa×Œ/¸\nÙ‰Ÿp ±®RÆ?61».x¡‡l‘ö\"²>£Œ¼ŽÜ%|o¢Ê®o3ƒú®–dÝÜlÝˆàs9Œ?9§Ü:PŸkZœ‡À¤I%-öÚäûU¥?œ·÷Mü$ŒL¹eŸâ¢’U_F=Ðç`o^™FpiO@²·^/¦ŒX\røñûÑ!ï¹Ðh“æÚ6KÄw?®¡o=—7Œoƒ|<ÙÕÔ›RéSªÊKVQLn­„wŽ—ø©÷ÎrŒzdóÖêä^ŸÐ§GÂÙDC.%ÌÍ{?_ïÎÿ±zñ¹Œ}+êiU&4cü?=Ý½“òKèD`‚(ì$Œ‚(Î[Öä… @h9<}ÖRù=Â-ôï+K…[ã;E¨xŒå¥,kÝ x”÷°¸É~6uz°`ØŠii–7òRµŒú»¡§qøÛ3@ÍónMÜà©5Ýˆë7¥-7¤Œÿ”#“K…èT7¹n.…=Å$·£ÎqYõ¸\0þ\"M‚úå(\nOraŒHQ°ùè61…¬%ÙºxŒO[AÍ¸úëña\Zð\"`ÒƒÝ=È±RvH‚m†…‰f`´ü±l¼sžW¿BBÔÐåÂ\nµSd3•–“WºçLš+&ùìŒ‘cD`§_«eßöd£vJNá•ª¥À>bg2†ŠZ•THêFÈS}íÒ×!*‚rUjßÍk´¤$4mxY¶J _‚Ã\räðîkøÇ@7ÔWð	Úñ¤$w(æÒM€PÚX…†pCì}Ë²û˜ùãýÝª¨V.¡ŒWPr÷™ÄÖE!å“oÏ¦¬¿½IŸ]§1PCN9\\¼f1	2³vvmêÃÅ^L®ä§éÖÐ×yf(¿_<>MÐfv‹€qÁª\r´‡7jZ2¬)i8›&þË<0~í€yb€Ëi¯¢XfK¦×»Z H´ãWrµRkLÒéCÊÚ›/Äx\0œës”-QÛ³·¼èÎÅ#ø\0Õn{‡óò]\rÃWÀh0Ù@î²=ìrþØÏIKÔ®ˆþ~gÄŸ0âÈ£)!»Œ„Ñ±ãK&Ø@<“\n%	d§>?‰GÖgÈt!½3]#Þ³jN7è£ž|ÝÂ&?¨Ç°ÿÕ²bš>ÔÊàÂÀY>r]™b¾ƒŒ¨Ï‡3ƒ¢¬õÞ´½Xà´>mÝ>ÐÃƒOUy‘vò†H\nÀ;àQÄ±g\"·¢©WAÒ§_gÓÛsìˆëUþ™M’œ-Gm\"¦Æcµm#{œtµÓ##Ÿ‰!á6­\'D„«óõ!¢õ£Û\\Ö¡‰qâ<pZò«÷«¤q3þÀglóª™›°#¤iâUËP£¢Ó(sP°™g°‹´ãÿ/Dgˆ}‰#÷Ø&ëŽHâ3Ä&XwÒ¼Y»Ï:z½ q{ëìIŸ†<îsœ¸­›UxŠtWËgAO/©’mÆ°Brbª,çÌ}Ž71‡–­ÿO[¡“§ž\'GçºÖÁ‚d7z\r|¤q-[ŽIvùÂÎx»D!ÅfÏ–êåcàDFCÅ ]•ñ5íŽX»Q\nx¹Ã!§sÓæTªŽ„ô½PÄÂ¾ÚT1¤!Ž`µðBÝIòÙrQ˜µ¨q\"‡ã”Z¡F´~Þ¦-Ãd±õ™ŽlWê“]!“r†”tÊTÅ$MKP\0â¶žlþ¨O\'džŽ‚]<ØHÅÅçã²Ý§—‘rø@Xa‘’â›Ê\"cÆŽˆ| ßÍW00Rõå¬¶8³¥Nh.¿s)Ý7\0;XŽ–\\âtª‘•I7žÒSc4,¢O/`Ò»ÆŽ¬õ[%pP\Z¦ý›ÓÝcFšØòí~¨c£¹RøË†Ž»ViêMàJ¹\n12Åô\0Ý„´ï¨x1€Xú ØŽÄ\rÄîTé=2&{$©”Æ·`z#?@øÌ\\Å\0uŽÙ@þøkrÇíyßÜ~¯ˆÄºC9lØxu@÷ÇÆáŽáH¬þÈÎyá>7·ãÌHÖf²ãFÛ4·«ñ””<\ZÅŽé‹]sLé¢óoxEl!\0œÏÏü·gUg¦ä\nó‚ôGŽú†vãžø½\"…@:~‡CGôKE`Â^-ÔBÁ\'F*òS1?´||Çwôº–¥~`Uaüð¼ê‹=\n3ƒ-‹:o‰RFñ*&ƒ\rÃJsâJ§¤ªˆ\rd^ÉšhYefáÅÛmÃVrÎ%£ÏÖ)Ó‚x	©ëcÝ`³9«yÅD#îøoí˜×\r…—µ‡æëp†j@\'û%Ó÷š(ð±‘¬§ð„\r‹\"`»4¡ëÖ-XoœlKùk$ëÑ¯„fù7yÓ–‰ëus#ä†i$	…\\X„i „™</jÕ½\nÚ¦*Ï’\0œ+èØ”% ÞVé»‰êŽyw¬\Z1äìÌ1•0+ôÞ ¤ÙÜ]øë²  “ö\\¹UC_sð¶öè¿ç±!)è~Í´Ý­ñ>ÖÂË¡Q5·Æ¾œbós\Zp.“(Y*é‡¨u½’%yÇëy‘eðS¥÷h\'¸:‡‰üx\\ÂéF`fè¢s¦ãBX#ÄM¬lŸ–äWÊ\0ê’#ó_óÝâÅEÙœëL‘¸‹]Z2Œ}½ ~8fHÅÕÝ§¥„O´wžˆ¹$}äöjEƒkw$Øþôh|¡çëaX¥x’NGñZù‹n7ÂRstÿÉðº•Å°Ôù0¿6<W¡U´.“s:Iù>ýÀT-¦×6fO°ïlb]Æâ9P…Âð½…Œç@Ê1Åü^xzëêÙoU5¿e2yþü)qŠ ­n +÷£â¯„UÈ0i°¡Ûq¡¼Â ,1Ã¸ÏŽ£ã,°…¼¹™ã•™£Ð}@íLÀ’‰(ßÍ™VZ—g«­|_}ÐU)©³87^»*¦S$ @Køò•^/T¢°\Zªé”2µÅ\"\n@+øª²èüãà\nV)-d·˜ Ž¶Cù×+v«˜®5Æ¿^Ó54­Aîlƒ°es¬ú¤ú’^Ø×¤š RúæcÓgïÚÓ€æQöÛ‹ìØc÷@´y¬‰‘Ð®*•]a²ÑÕ/¢“>^ôo</º9?ò©¼s‘®‘:î)Ù1§\"€{/†ïpTjä®Ù–É\\û‰\ZÅ?M€‘¡Ðân{1)\nü› „-‘QËG¥\Z?ZŽþ}/3‰‘\'“õÒl:Æ9±wâ):Iõ™)Â‚šÌ’]O£‘CÂ{dv”c^ÙÌŸ9Îe³§Q‘Û_ƒWo{_‘T7ÕQÌÊ‚…÷Îwû L.è°‡M ðÆê=äBÖ‘’\rå¬\0AtÈ‘Nä\r¢ý>§-¦-bmYUMe˜‘¼I†¦_i ¤¥V¶ØÄHˆY(ñ•oÙß œî­Á‚‘ÂŠ!°k{ýustÙ¼Æ’‡l|ýÕazªº4‘Ìñ¦5š5@	^Ên4èk«¸=ú\r	»_æK–Þ\"‡ÞX‘×]4—ß@™ð´NS	ªÑtžw”Ò ÿ÷aF^ýºû¥‘ìËî–˜îáE!”Ôö@Z­[æ|†ãi(~’\nT°”£MOmKÓw`Jåúñ€çÜ4/ww-6ÊÌ’ ž½q¯nJÐ0\"dJÝíª»‡R\Z5Îò,¥jd¯’\'Yˆ²BcH‰7*Œ(ß’,æ—$Þ©ÒÕÏkŒàš’3`tmœ«ý5^°7¡}´MÒR€`ý-µxñÉ’c‡›ræ-‘AÀ$Ú:T¸þïÇV¬8&óEÃ75’qÅä¨YæjY9èÚÜM–Hž›®•îEX¸[X²’›]@Gš3¦¸‡:Omo]?G¡ï[¶!YŠÖ’œáõûSß1Ö“Ñ}ôdÏQ*£tÉ/ð‡^RÃ¶Žµb’«=9¯ˆ¹@ˆÅd…“£æárŠ 2H4×ÑŠ’®JMBÆòÑ¦«}ãí\r™20‰2h×(G:è?{’°þr\"¸\0\'5Èw¸÷Ý³ó™tÞ3c‘4­Y\0VI:>	’ÍX\"ôFq³—U¸{–Þ ¹iM$Ìµ<‘4‹–lûñ’Ø¤í ¶ƒ8¶0”/\n}¶J`3¿cl6éÆH¹W“	’9z^q-ö¦û7žšïŠ6,‘s­vÅ„Te}´¾ “5ÊÊ;³uî÷+Ä,3.¼¥-ŸÃ9š#FïÌ}¢‚E“\'$$˜¾It´üž¥ý÷¯ëã&kîû -–®8l„Z6“>FÔYŠ\\3§œ8ÃåfÿGæOÉÃp>úKes!2“Y¾ù…f«xM—«Àw¦|W$Ô<‘&hÒñ•§ë70€“k7ï·N2wF™ŠuO4-@cët¢É·3´(°ü“y\"“/S‡5à øü¯M3ü8¢i¯)BC[ïÜš“~”ZWîÀKŸi7ø‘/ZŠŽ¼ÉªHz…&‹0,·“ˆ°?R-âÆÍeÅj2­#XíH¶\nd³5\0Â·¿“ˆçô¢x¹¿\"}ïv}¨ñÐÐÑu0\nâM\n×d†¸>¥á“Žƒ@,z\n™Œ¢‘&ˆÒ@]ÖÒDÝá6N‡ïI\"\"{ç4“–:g¡²þñ\r®¦ŒIýS©Älž¹Ð£­ÆÖï/“¤¶í¹m~…Yønró87ÁðÝÕECÌ\n·j1sÕD“­ã)UÇ@Õ3ªkó{];š²Èì‚Ä‰·aÕŒ“àÐÍQôdÆÿ³8ý—k5¸ƒòœ5aiÇ*äUW—÷s“â‡¸s{qÃúœKcB¸Ïˆ*›œ\0å“&Æ¼\0?wío“ýÑ˜SŒŸ®$¤¦€ÄÐÔG†í£ºÆJNglc^”^HHµï^zçÜS­&^ »žF”ñÞ¿hY;ÈknÝ”|ÎTSäÌO¬cwžÜñDÙ›OeièÍj3OÐ)”ÀZÝŸi_ðô›­LÆ5>©}R%ÁZŸøÅAâ>Í%|”ÒÎí´Á@Ö‚p¨wØë^õÜo(‰éfPk\"E”ãÕº…l5ÑzƒZ†«8ìÁØàÌqªº½}\rÏÐ2”û{Â$ŒÑ7F--sâž›G2³,aýÀî?‰Üd•Iu3„ím§òôK=ðøžëV\\‹±Ô‡â˜|¾ÔÞ•9ÒP¹T—ÚÊnÕ¡c6‚\nÞ¢‡{z®tŽ˜@•;=¤JMòZàÈ}`î¥èóáÁ‹‚ùà·¬e÷~vïJ•?š\"/†i´È\r–<H¡i5×+:~p1K‹G{Æ•`ØÍÝ¸¼òÂ¹\r?’† yît®bgÉ=!Ó«¾ò§•ˆQ6ÀÌò9¡…`\"-tPƒ§(cnƒ×/˜ù¿æÀ>š•œ)b@HOŽ€?þ¥5>PQ¸ç	áµFšç¼ƒì`•·À½;<và£Ä}\'P[ŠY%/?_@­e¤&«ú›•Ðý†û¼\'³õGpp2[zDªwN´½ëžjúÃ–?Låu5Reêv¹&ßÎ-”kUobE³…ÚÀ–7Ü¼øŽóðzL{·Ô{·MËTG.{©‹}¦)¦cÀüž–Ië ¼+@êÿ±>Hã¦#qL=ìëaÂ.”cUÌ\Z–Mw‰£¨æíòJÍÃ—¨ ú·õ\'bš\nÈ}\Z–Q!£áx˜‘\r5±ÙÍDQ’UäÔKÿ€Ü……±§Þ–‚À:(O.Xiß+”&	õMâ’EÞ	¸ˆ¾¬èzFg–Žùo¢1‹ù:‹Ñ³\ZžÉé°>A¸\rq–ù7–•0O|Á%6`	‚PIŽYã;I (ËÅ¦Ï‹YÎÛ–­å¼uf/ÝZú¼\rÒåÿáGüs<Öhï¬4ÒÑ–»oÉWxôª³Ûº!ÑÙMz0V_.=*ym\0ø–ÁCª{!YÃðR¨†a²\"¥š	`F?MˆËU‡°Ç­[*–Îa:Ñ&·3Ü¸<u×LJžÌP†#é=9+Fñs–ÔÖqÑÉIB§¾:®U{G@ÔBší=ËÇ\'ØÖ&È–ßù‰fC Ñ~ø.§n,ˆº±1`Ÿªo9]å¦k\Z±¾–ñq4Ù±x¿ˆr°ó*ø¶Ó¦wŽR–ZÒ	›ZëJ–öh>ÔE|7´ˆèÜb½{Ñd±ð8*ÚÍY±ßyÑ—B.÷ºõí*¢ó	òlò2Q­Š“_d_§ï,6—QñaA[þØ²—¯ý»æ=¹‰Ø	2þâm…í¼Ÿ—@êß”>Ê@ATm~FmÓ “NÉlãl>èõh—IîÉ2Y¿ÖÖ!ƒln}¿°1dåñ¥ZÑÅÅ×—K´7çGù¶÷ß?-U>˜‚»ººƒÑtQÉ+qíKz:—né9>‘j5§èdñä3Ëû=Ç’€˜Y±¡sNqq—pëc×ñÜuÈºtV5ÆÈ¤m9\Z8Œ°Œ£q}—u}oƒ8>&©VÁï½ý&NÛAµ²ò,\r™ÌjY—‡ØÑÒnxIvæIv°òóÔšÐë!2q#&aˆ“ñ;Lù—ˆÁl¯ðÊ$ã®d£š3\Zå&2Ô	%¯\rÌ%~ŽÐ×W²—–‹—+n}ˆÒÅ`”ÿ+j‘Ò	þŽßQø¨Cè—œÈóçØ[\"!ÅvÕO\r#-óSÕZ8(ÉƒA×Ò·‰äh—ŸÙÙþÄáÉ/¼°vàà.OÁ¼2žW‡¶ðÿ\n—ÍÄ\n\\yqÐÝ#1­˜êŽ6¹&Z\n8ûÓŠ´‹ý—ßUuBåà©‹‚9úELÔa=äTì/ûÐ8Ž,i?Á—ßÃÈDò/½ ¶-Å &~ô\'É‹‰œÝ±ÙŒ»äªÀ—þ¿çÏ]‹êÆùÿ…‘œ‚â¥!zD–W+õ®µjJ˜äÓ(r ]¤Ê\n=+À’ÉWU}O/injõ4Çu˜9“Ï¯ã\\-£/O²Ò5dXS^í`æM“.˜NÐS±IÆwº*‚/\rÚiüwà‡lžüµ%Ñ7˜Rêc(òZ=m­±ƒ“ÊÀÛ—šAùÄñ\'Ìj;Š§LB\"˜^Ò/µ±:Ž¿óqQðÆoBßf õl¿G2ÄœŠ˜w¬`’wþ²”níõN‘¢ÿ3=ÛÍŸhKr¿rºi˜ŠòJŒ‘8¦[úC=S¹Ñ¡Êk¤Ó{£Ï[„k˜¥ìF€ô`“Rl>§Ä)í“†oÉ8³07M¥R×nÍËï˜˜¯wã¬ÕKÒ\\ÈiU¬VD}Ó3yøœ(åîsŸ¿$ÿí˜ÊTßç±»a‚	A²a½ø| ;žTróÉ¯Í(£˜˜×&o{÷©!¥ùû2ëoÊªŽžÒ’ºçD^Ð¯D1˜ñÑ+{^ÇÙ«X(òß› ‡“«M[çø>òÚm–M˜÷¹C±«°ÙôoMtË}ÑqqXAÖiYQõÃMÞ˜ú\"#¢¡ØE©ÉòJp~&w«¡»¡® Æ_‚„Ú™6=«Çïuqùe4_oq–Ö‹tp^B¥a@^#š™$ªg‰™…Kýdãù²/›Ä—5“˜\\H½RøÔ]Ü.™H%Eqùùãà £Æ©cnœ­Œ‰\0»¬µÇÚü»™pˆŽ\ZYvœ1]@Ã´©ó¾õø“Úy—$]‚Ô6¥ÿ™ëìo~†Ü‡÷] OL÷HP¼xò	Ý9lK³S§ï™™’#ô¤ünØ6¦½@#Gb×bµ5_é*BˆpX¹ã™êÃ[u\0T‘9££ß< 	cò&Aèw¼\ZíEÎNê™ñ£Y°—qÎÜÄžiù¥6§-%1LË­Ý;\ZÍþ™øò2’ãuYë@\n’¸âWèÜ‘Ðº¹Ö%?¡í¾òš‘Ÿ–;…`,èÒÄCÁÕ‹ñúBè·xóøŠšVõu(|ë«/§ó9¬µ´ôJúÛ@û“¤hyš¼½¼(¤¾KË4š\ZU Œ+h÷±A\"ó?ò_6GAmšìÞšÌè€!3¿hÜ„óþ£\"äìVj`Õ’š+ë*GÐ6jÂq`8î&R1`ÙÏóý\r\Z{Ûøƒ š5y¨G‰\\ú‚Úñ0ÉìM—áx[ÅøÅ-òýª¸š<P6Y£‘êEÅ[3oHSVÐ˜ç E]:S*ÑËšD€ÿ›Ï{vJ¯Ò-C:IËJ™*HÇ]½˜˜9ý[šFŸÃ|A9»’xÂÚ~·d‚rìï¦š[;èŸ#;.êH™AÛ£¿c…<¿ÝëEp&U\nš‚OþÁKEÉrñBÉÁ±øÊ³õgU¢Þàa1/•ÀqXš‡ûå¤žËd°‡9SyrCT\0µÑ«.Í´YbÛjNZ¾Mšº¤ì<hýÁs±Õ½Iº–\\Œ‰è5\'Ð›ßLøIÀxXšÈçò`öÇE…ÑªÐÙB+‡A›™p:G¶Á:˜Þå,›w&×³Ã?/K$^ce?^ZdO#Ö%¡XxæŠÊ†¯¿Æ›-F8ÚãyŠ“d™²ß]3Îf^Šéœë6CøwƒÙ›g~xˆ¯Þ¤¾!ÚªÊÈ –÷}+¸`¿¸™Õa›-Ó¬3+¹†À@wØFõÝ_+xË·Ó€Î+\'CÏï`›œ&¥œÍoB”hà\0”6ÿ„Êú—6½+£ìu0†›¢ÿ·ëÌçæ¥2šÔ­p\Z;¤Di¨Íbiá\"r\Z@›¥!:»–MêîuüYSê¥¦š%Cp‡¢¯,\"G†ƒEN›¦NN×ßL/•4ÑÿÞp`Î‘á¸Ø41½úP›«‚céÍqõÛ27¿í«¹Ì1ÜI±»Ê^ªÐ¦³›¼DvÔnZÍUÿ‡C7Œ¸òôUpx, w´ºŠÇÃ›Í€úvNxÌk¡l¢fB2ò€½Q²¬W½kñœ´UÚœ\"**ëðöR”èðëõ™¢§Ük˜hæÏW`­îÙ­œR|¨5µÒç˜Önu-\\Å×:ÔœY\'KöFŒûƒœ\Z1Z¹S%4äéüVb*P†[°±‘™d8geÍ½C\Zœ\ZSï­j0–‘13îÁ¡4]Í)—½ÕéÅÎ¶œK0ÜÒ›z½ú\'uÂz©¹u÷¦À¿«`Ì¶$Ëœ\"µXÐÁå•ê•ïMNáÍ†¾&øVª\'#Ç™ÌO¤‹œ0Ø-kˆq2w¹Sc¶³š¤?d¬ßUÈàõH\nQ7œ3hÊ«ÛâæÜm<¢ÅGM]’3¹p+L‚¦—KNÇœHRfžµ$Ç|ék´«|s\rÍßúÌ£64\rë»IbmœHæ?ÁC\nÇD†ÞÔˆÝÁt9!¼  ‚Ãø¢ÁÒD¯œWòÒ~šò<~ÉÄJ€(“ìuŠâ˜µÎBþ&šâOÁÁœœªç‘Š[m Ñ¬ž˜¯7§ ƒÀAmÀ¬ÇØ	,œ¥¦„ùL…CTœôNR×€Ñ‰”@;êC¼Ou¯Jœ±¥9Ÿõ¨¶˜®\"ƒ\ZO°Ï§Ã‰á•Æ“‹{OýNrœ·çX«ë˜ÎæUé•œ¤QÓÙ©\n i/$–Û:t²niœ¾„ØKSféÚ]é›cÇäÿX\nn\Z„÷ÀF³œçîæÑç÷€ˆp™pJ„æV™®ð¬ŸA#\\1æö{A…œð ×Ã»§õ«Í¥J«ï“OmOš:Ï™éçÜl˜W–5œüTŒ2³îƒDB$‹^VyÚg¹½É™~ú|§\Z¾qQIW#(4¿É\Zòb=9¼úø-C¤/s‘#6Ë®…CÛŠ²%G´8µëóqÒ)Ï¥Üâ£vÇ¯j7Z›í÷\"Sìèeë(š¨µ«$KVC‚Üäm[ë;†W8<{bçæ\'ÊÅ“…Äq`\n‘3ŸÝoÍÞ³B@8õ†JcÃ½³Ån&VÉ¹Ÿ”/[©)Û»zƒ¤[ŽÒ÷gö±EÇ>b`*ãe·ÑÐN¾Ý“¿\r	é´ûƒhÇÐÊHjøÊã	gèQ.Xþ]ñŽz˜Ñ©*gˆàw¶€ãã/^xGq1%S9ëû?RÁæ°#¢¨B~²ñ::†ãXò‹g5[mÐåQÓ¨›CM.C\0çW{•â4\\vkÎ©ÀxÁÔØ[í¤»%¡º–í@œÜcÞèÎô©ÁÙ†#\Z>Oæ;ìjGgß¦R0ÆÔGlàY(ëË\"y4‚h“/ØEì‚¡»p°¡4¤3­37¬-sÕ£Ü+×«ÈvC,üöäT1>K)||yDá×pä‚¯ÇóÀBÙÜç½£× #A.®{Ari=¿M-·þ?Ú3u;­ï\\™ÜÝ#ÃÇS´†ùÎR²\\¹;ÉY¥¶üßµz„›ŽCFª#LÜ!N@6¬„9‘žjØc@%à ÜžÚ?LŽÜ$bmjT0)±ŸÞåº ôÎã|ýlž¦€`$ Ö\\{ó›Ñ\"´º?~cj:‡‘¶ïÃ¨Æž‡Ç‡ôŸ\0(¥8à˜ƒGþf íÈWiâpJ©pMbVgž®C/ŽV!”WÑç—3ñßÔ¹i“9±Ý*mÅV wž“©kZŠP[:Ðí¸ýUjB¼ÁŽ5†‚E²®“ ž$í\rˆ(›õÔ‡þ~YïG=C\nwêê…­9G)Ž\\–Mž0xa$k¸´Ù¥·äÇ4­a&dkGS‚Ž#<›Ëýxâž>)\"&%qÿÙ£íøu4ˆKM¿$î¡ožºÝ­{ÂA\ržQIç¼Qó\ZÓ(µBß}Oà^Q4…uTìv¿ûîÖ1žƒ•úˆ)Óæ´\\NzàÞo”Ç\'\n]Ág\Z‡çuF¹ž­(:\rá¸ÎSÎäà¸ÎlßV¥l&Ñ×rÕ\\;;ªPžÏ¼¿ƒOa¾Œ¿ÔèJæ÷àaE¼Á²7ìdh|˜žàóŽ«qBù\\)6Ñ¾pDÁW{Û“Û¾!$Ê¤5g[9žðÚSí¯äöZ6Â ž>ÿ),ÌÉ(…EòÃ<Ÿ––¯~ûÉ<©‡k¬¾Ñ\"`	Ôð¥[Žß¬”Ÿ\Z)^Ktz â`t^Úu]Å5é8ipvk\ZûÜŸŽ£ª±%T’þŒ”®›1žÓ#§WÁõ$ÐÛ)z/WLŸ-Z‚„E{ÔÈð÷ûKÊÑ­vè·_‡§½_\"“l&ÔŸ3ãI49°q¸ÎŒáïøZœY¿FU	-&\"Æ(¶Ï6Ÿ]†•–\'ÄÃ:¸‰áÀËrQýFG‰ßµ™¹‡¢#Ÿb?ù–ïyâgñ	Vúiå”Wÿ’Ë\ZÚXÝJxÚµÕŸq*Ó×V8ð,xÑÒ¸Ú$­Ý «IBS¥;Ã É•8ŸŽ1ú°¡¬lL\'\\š¸ud€øú³jœFÚ×•VQCŸŽ3›x)Ä!éTU›33Ws/wÁ˜q·Æa_KBŸ´Ó	.A»ôê‡ë·YæèÞDµ–Z<ÞX´m\ncŸØÈÁ{m‘]‘RWr‹Þ™”« ò¨V¥ ŸB™a×Ÿç§¦Fz™ÂþJ³O#Ë%ÄžI,S«MÄûVœ[uŸ÷\r÷uB„—V–èoÊÓÑê²þ¿Ñ#ÊÈêIv4¯Ÿ÷dªï?¹ÜÕîŽ„QƒlHJàÒ6\\2Äúmeû8(¾ ÔÔ\\á¥0¬\Z%ëhe€[íÂ>K5\Z´ ›* VÁº\\”òz%ÎxÄ¦Y1xYf[FãX6cÇ *ÚÂŽuk…§;•¨)‰ógR‘ã”Ib~¿\Z 4žV€ +u¨äŒ÷´crùè›>×\0_ßs ;ÒÏ¸ŒÒàˆBáõøsÔÕ1M—+JØ5C†$‰r <0”ßçÄ É‹[!Í‡é»Ÿ·\\dÁ5crýF‰ P2¢ur±~o‡(ï„MàÊFäSÇáâ“*:lØ5\ZÅ> ZåD¹rgåoµEIÜÅH¼÷Pé½g÷”^ ]nÍü0Í/Ç¬àˆ÷Ás?ÿÛFü×ÏŽãIïìs˜\n4 ^ýTÙéXÝr&Ô’l¶ÙÁ(EèC4)öö£¯Š\Z rK(‹1ÿ2ÔeÔ^Zrð#¹²‹–ïjŽW ÖyÉ5 ˆ-e	G¿_óÿåm» Ðríƒ?gW¸¬Õ ˆñ rš¡2Ñ¥þÎ@F?šå&……Ös¬~¿“Õ ”($öÌ».èÝÃ×LxkWNg<ò¿åöüó ™\\ÒRgž…_¨üÃ1’Éá3Û¯)16œŽOûÞƒ¬  ^L³;¹¹Ë‹ê.#Lè¤ˆI.½§]æãÿ §\\à*ÀG3½fºÜ¥ø¢Bl9ýî_‰®ž\\772Å °+ÿ„ÿ«Ýæöé›ÞÐJp«·(ø9Ù°XÃÎŒ\nð ÂÒ\0’¡ Ÿ*pÉÄÌ•ì^ XE†1¦¯oO÷ŽóôŽ Ç3rß ð˜1nv\0jÄHÀåk7ÈqÍ-àÕ;CÙ9 ÇæRêÉ_ØiÏ$ªÏÔŠ¡ž¨•6tqmäÝ4_rën Õ‰$u·*&?º¬e`=8ÇÛæ”ò9Çþ=¥è\0½ ãåÜ¥±ÂEµÚÝ‰ÊÇX8«ÍYm	»éãž‰ÙQ¨­ èlA¬§Þ\nÀ!„gÂëúCn|èI²âÁ#*ß0\'p éò‡Tÿ”,œúÅRr¾ºØ¡’¢ A—öãªîÍ5¤s¡ÖŠ©soŸÊŠÆøÂ/¶]O]Ë8\0qg_€Ç\Z«¯^¡“E’6{:,\';ðZ»B â§cßÀ¥ùå“NØ¡\"Âƒ!gñù¤»´xšu¼Eª\rûÌ‰8òi&F“¡?åøw[â„Ÿè¿¢Z‘ Éqü»!\\äÿ\'-Qx\0L¡D™¿-Z#SÐ¦÷í[%Éšl“³¡ñz*mÒ¢¡PWá1ù \\>ÍžuLvÎ}È:wžÑçP([f®ÂÞ¡0÷¡[[¢ÿÙ\nudv8ÔfŒ…ä¡R»¶Dœlž‚Õ¡e»$šË*}Ö¢Zhý\\w‚OWïÚwËSi7¾G™;¡x„…VùÙ\"Œ\0’ž·Ý¤ˆÆ«ñ–¸H›à2ÿ`¡zw›`oi0æVj×\0ÙŠÐlj.Ú…Bõ¢ìº\'¿¡|ZÔÞÃ¸súæ-p0p@¹ß[´¤¼øêL‹¾ëf‡¡¿d@Äâa1®‘ÞkvÁžŠŸ<+r¼	“½HËù¡ÄbXÒž¯L„¨ãæW1&“@þrŽJÖÞÚ‡¡Çžsb¿_˜`6K+Á·“lñ¢ù|âS.£ Pð^¡ólÔä	l9Õ/È¬x`ÈóÞ:eu)‹Ÿn\'»\Zc˜¢K]¯œúà¨QÐ ð‰ÜÂLø!ž¥jÄRÉæk‡Á¢VÊ=~RŠÀ[ºÎC¼;>ÔøfMÃBòRò+¢mš£vnã	tÀ¿;=%J„áyë ¥R%ø0Ñ\nfþ¢/e÷ë‚áÃ–¶IL*ÔŸÎrWtô&BmvWU¢#wI•†$ŠÚKlh5ÿb4:ÎÑ•Wnàw‚¢=\r‰¢0™CìURù\"õ$d¼Ã©6ñ¥¸ù°)¢ISÆÑ¶—\nàE]ýmùY5c\rwcDç¹ä4˜Aq‚¢Qòix—Œ–÷¾WD2oÙF·¤0ýÄ+—åvBJàþ¯¢X½“´\0Tëí«¢±¥PO›]\Z8UÉíËmVqþ¢^o#™Z›Bô‘aCuÍwIT-‚$e‚·*1¢hé·)à­Ù¿“ýÒ vŸSh_â­=ÚXDÓÓp¢iÿ-½›wÐFêa¡\ZPN;æ«Ë®ž°hƒ·Jû4¢mB¢´àB;ô3Ó¯ñÏÍhPÏ;Ê)Ú“Vz\0D¤ó¢r?Ï{Ù.‚Å<ƒ§õün®;  Vèà.Rä»à¢yƒRŸTx»\\ÁýhÜþ~DÊ@n\\Ç¹”ßiv•í¢zß{ˆ\Z”]_q­|@ØT°bs™üBzV&Î¤ìk<¢‘ùx%´&õ–ïëyp¾Á5à×L&Á†]äø[ÓRÕ¢•Y¼½BÑµ…\0­É\\4:\r¶a·’™¹—¯o²|(;Ò¢°–¿Ló]ê²€Njàù°ßuÅza¾ÈhpF ¢Â3–‘üHûÑO³)-ÿ>!\"\'Ù$t-}ðÆ×Mû¢Ç61p9“Ç¡©ô¤ºå‰ÃÜkþ£×TbÊ:XË%nŠ£¢Ü¢“ÿx²JÐ; œvww§ |UÔ-ˆ%=™FÌìùŒ£ÿ«Mï¿ß>gq=÷ètGˆOwmjdÀ)¹íß£\0‡¾$QŠ%_âîá×Þâ{¬1ÍÞŽœ7ëÚ…£\rÄ,?·ì•ñÈzDþx¡•‹&†™ù÷fvõ©£8PÆ?³±Almèí ¹Á:2M—è”ÞmÜX:~Ú£8å ,Ë´ÿËí”t»úý©žT^×¢+\0Â°^£Užä`à<,MW¾é—Ât\\œ‚ã’+ŠTÃ„\"^J%£VìŸCy3BVtIÊpp¼¼Fïyšðß/sÜ®ü£ŸNƒâ[ÿs¢<ÄŽ)àÃ ºZÃÞ9QBÅæÅŒ¡°£ÊõÂ\'úGè,~IœfÅ™ÀÌÖ›·NŸoîYt¡¿ê£â;Áž³¤\ZÜ•ŽAŠwöÔW¡II¡wÓú	‰†ì|£ä¥îô¸dÊ2Lu›ŒŸÌéƒí=#ÏJR9:xÝ\Z«z¤\'‡Ó#m:…uZÇ¸È>8Ðû¨ü·„|×Î{K¤iª²E<Èþ¤z?eL²<M\\¡}°¤vƒ³6Äó¤\Z¥8zRv`Ý\\.€)ïŠ.ú^ÀÂËpÄ”·¤/E{~2	Evš“£h:¦mþîwµW‚åÃdÎÓ¨$¤B|Sž1,¸¢|ñ¢KÆY$TTL_Ì|£h¨@ß¤P%ÞHD>í¤¿óÊÙ¿ff?_Ë2“Y\0d#v¢Çæ¤Tœ„ÍUùÐ¦Å[TmGònaÐÈmqÝY\nT©orqKK¤crµ <#P5r±hf_‡D«×mÖ”mNÿ€+™K¢¤{÷VOÚu-Á¿ÒQd;Ú++O;vœDÌ)(žP9Œh¤•]í,vÉ®v–Àš«±JMÊ(0(&™#ŒìŸ´>¤š_Q7%ßl|µ[ØôŸl°|Éâß˜AÓ†–ÁIŠ¼Ž¤yæ~èþÁk\'$Ñ‘±ßãÈè^ÎYÑ\"½ awE.àë¤®¦ãªÜ5þ]‡ìÌû®~¬½o]bTÝÅþ\nñÃ§‡Ù-¤¯ŒGÓÜ=ØÃ[öŸFJÂÂ4Ù@Å·ž¢´æqaûb¤¼n då«É\0þØn¿´Xf6?,­¢®=Ê¤¤Î ×K\'ßë9ˆƒÃo—dÐ?pˆòàGŸZ{âe&\"¤ÓS†¦¿\nT¤kêN&(uu0ì!Ï©7Á$šV9Õ¤ñ\\`”toéËôGßã\"©ÝöîŸ*°ý+cW d«¤ú€”½+ªÎŠMò?\ZòL š÷ºr¨Z%\0Ì\"lÓ¥YÎMå‘2£<Íß	VToÀ^%Fã”_Dt±!Éä¥mu¬¤9³u·H|¥Œü —ØÜ–aQLþ²ÖU¿ž½¥‡ý0\Zú~{vhœ‹âÆ‡çw’RjIyphó¥gs¥Œþs Ñ&Ñ:°×Cã¿©âé\rÖmÙ9>zo|.Òó®¥”\rÇ©óP¹\'âRëIÑýR›š\0ø¨‘)Þ$ÅuÅ¥½Œó	µékÑÏf]W^\n²< è´¡Ûýb_ñÄ‡â¥È¸[G¶ˆü&R9»2àÙ&­€DøDcQ¡âEQ¥Ó‚_Ÿoóù‰fIo	˜}B’3&Y$P’ô¤Ê¥ôŒ½ÁAÐÌø÷]]ëhi¼²È{Ü Ôƒ‘Æ§cÂJñ¥û}|‘ß\nÍ¯Þ°AÍ(>œµjÖ2OÆž}VêO »×¦wDÑ{¢so	ˆkÐßjLAÙÁ£¬žRƒ	®˜V¦)þàÎàÏµ9ôD[·üý¥.NVÔKuZ•\'Þ‚Õ?©¦0×¬á¨’–çÿÐ;J;\0±j=\"(‰ÕP]<Xõ¦4Í£m%ïÌ†\' ¶?Û2¦[üQè€8/sG¦7mÂíÕwÞ){¸\\I \'ôQ}mË®$ÒR4´U¦:k‚$âGw 1æ@ï¼Éu²iLÄ0KÄ¸:ì@¦E^Ø›‰36€v‘ç¨!l{°PVw¢éSá¢!¹n¦H+‹ò\"†\0Udà–:¢ž\nõê˜O«˜*”SÐ ¦LùÙ„ýŸì.\r>Ö›n«]Ð¾öøÃ9ú^	ºa‚¦ZË_p®ùhRf}¼ê	PÞ¯šZ™{Ö¢J„ÁZ¼¦b±«ÍR«u+„$Jp)Û°#è˜¥Œ>æXV%¦z_XÂí@KOuKMF©øõq:…RSO† ™®uÑ¦|=o%-™“ã„Ëþt,už‘·.ëàØ —\r¦’Hxe¬U›çÌÒêú¬UHKÍ^ìíÇ„_%¶×šù‹*¦¥°¹«À¶\'í»†ü÷Blm&µÙÂš^Ï/‚ÆØ±-¦¸ñMp êó÷#<_ØË¥d^»ÊÆ´ÔÏÓÁ5ç¦Ä›înåÆ+ÜÜ‚æË¬ä§\ns5ÌøÜ*ƒD^àkŠ¦Ê2mi^¸+ßQfú\'ÃN,ŠntR&ïÇ*‡\r¦ÕSˆPœKô?x»7Å.ÞýÕžÝ*LÅu¥KÖ¦ð”âv2ZgÒ,zê[^¨£×…”ªYç¹÷güöv´¦øþýâ­¤YZ¯V%›Is!ÁÐ±©ŸÜj8>Æ\0Ø¦üÕü›ŠnéÿG²UÁvŒèi•¥3‘D¼¦CA¦6DÈ¦þ¸`íLs<ò­òŠÅ¢ìÛÉÞt¶E§>Põªô—ßs§±\n#HNoŽý­œãî&í©¢¢ÔWZê€ÌMl§U¡h*†ácÖŸ÷hÏ`¼ 5Í_3·û…ÞX§s¢`bFœ+¬u\0²¶#¯\ræŒ LmÓNßŒu®‹äí§uc^=¬Â¡DU{.¡¯öÄ¯.Õ¿¥¬]Üñ­d0Ó§zEvGL7…t|Ú%\'Œ§4‘¸%¬Òf‡p#e§hÓ-ÓÄÂœ¼hü8q9À¹\ZxÅ	²VG’%%h/%§Rñ/ÆäðÎ®qéòeG±F^6•`v‘BI	ð|2§—PS?šhFÁMa¤ÀæÑÈ‚U«E°~z–“Þ§ž#Æ^8Zõ½€y€©7UÜ²º={ùŒsñäÎ&ˆFW\n§ªR_	Á\'Þ×H™˜u)WÆC}ÓD&›7ü,H‚§Ú)m-ÈENÓMì”A£ÃûªÍ›	,§_~Y×µ?ck§Ú_\0¡Tó0y†k€õåæãM38•WŒ\\ãåQ7F’\\§ÝÐ\'ú®F•|S=Õ’áï«\\[8¡(YîÿYêû´§ëVd7{mÿ`C’9+§eý©f¹Ò¯÷6‡ó êíU§ö\ZaÀzß[î_”K }PìÃ0;¶rÉ‘B©ç@?§ø@[P×ŸòÑ^“3æÔD5Vw\0ž\r\'€îTËí§üûP´Î¢`Ä˜ežÎ­‰Ñuö¬ÐK>fL˜/¨Â/Þ\'F9r\Z!æÐp©ô\'6D;%^-ýxh¬¨%O 4y:X”0•Ö^ªYuGyDñ³QÒ÷ùbþì¨(Æg«ðEpÖ†õ£riÝ™¡hF•áè=ííÄyZ”QOÀ¨/ÝL%²ò¬@Û=ÅÀ-ÿ–eËÎ-I+RŒžª°zþ¨<\'à Ñ–rÑvqS’åKU7âWˆß¤_iþô«9q¨Qo	Aý4fâ”gS€·Õ‡úh%=Z‹NØ=þ_¨Qu~Ò¿„žú$3GÂŒU4¿&\" €KFñ§¨j”é T(¦5´å—Ýo[á‰…éw•O«P\\‘¥>0¨–3	æó{ÉŸÓaÃ6]0\nì¿*É(à)Î\n´ï¨–ÇžŸŒ\0¡“z½v÷VÛMAJUªla‘1 Æ·Å¨œŸrXŽä>ÞÛŒó5SÆ¤H[{ŠëPgð¼Ù¨¼VÌ!6\"	B˜ÔÐƒ®«h9¼¯Ûí.ì…ÎF²8„¨£éñve8û:½Ùîc;°%èÚt}5;­F[ ?EX°¨ºnØ´G~ÏZ¾Ý¸§µ\\¢üB[)¹¢zì¸ºãm¨È¬Oû¡…~Bç·|A&´–ˆšÅþÝ†ÅÝÊéBJ8?¨È3§^’_Í¢˜—¤¹·opÊ«UCgwÞ(i~©L ô|F² éƒóKGOª]ˆ5^ùAG¹\"$èA[?©¾:ÒMÀ¡ç2(ÃÌV ‰£æ—åA“Âì/|bý‘.©Ëå4ÓL\'iWFT³ÐŽØ™‡ËÑàr7ã¢î“75©F|D‘ FIJÓ5å3mÖË,Yl¦wN¢Æ‹¢Fù©e\\\\¨‡¯—y2…#Ÿ¹niÀüÔùF¯3œ’æ´N†©r¢b0“ã3jgŸÚÑõ¥Ž\\ûèmPßPÌjxà©„ãþ5æ”Pû$jä¨ó¾\"ã`õ\"vËR€\nì³Öl¸_©›ÖËð9È§n‹\\\ZÞø„r»Rã\\¨ê°ª˜Âô[³©¸Oâ¤óo™Óøý\\.‹¬a 8âûœš„4rÁ5$†©¹‹	±C\n†\ntYÿwýrÕc¼\'ÁSy»û:G©À`}.û,‰]|ííºÖ…ÝÐ¿ŸÐµÂÁIø†Û©Òb±Á–¹ØÌšúØù×ùâw[$Q²Ó¬h,·aª“€»\Zø°ÎÖ÷cN°ùC…Cýn°ÐÃ¸•¿‚€‘ªè©‘¨ou¯j>‚×]ü7!–¯¤Ó‡kª\'È\'¦Ùc²L:bøÓÀ_ÜL‘Xxý0IÊª+Q©°Ð;Ëñß/žhE;è?TÒ8èVÜ’ ’—÷ØªA#Iˆƒ”ŒˆÕ%d{°°FÄØíï\0+¾\"6ÎÆ¹ÈªJIZ;wè%—¶!ÕéƒøW9åëÖÑ±÷SÃ	}Í9nøªN-®>•£ŽÄ˜tÎü´¯üBâ¢/Ô£(qØúÔ[ªT&¬à7,Ç¼]m+7‰^Áê«’¨®¦†úvóK7ª[E¨u\r:‘‹&i|: 50= ¬åSöUuµ5°²ª^_w|)‹W6›¯ÙcÄ*&ÄªÑù]›ÛÇZÖñ\r4¬­ªt„Þùãš\ZæwMiÞå¨ÆG>B\\Œ©gôÑªv“`Î(1in£šŽœ ××5U{Iäoò4BµªŽî]’SfÌ1Ð®#²8ZL½Øúó¤õ¦ è}÷åOª–BåÈ«[yíû·‰â®Ý}BxwIüZëÐ§Ê&¼ª›N‡Øå-)ÍˆÃæ»ƒ…ž~5È|zI(:.ïî£Ë’ª¬*Ÿ—Ëg”H-#=a×$-“-ž9\'ÀcÚªÊ?I&k½œÔ¡èE•YB=Åb*Ò¿Î3Ftª×5èm¬{æTÔ<g‡F+j\'‡pûQœÝª÷\"}ÅFpz.ºù¸TÔ&lG¢ÅM©ki_å\Z–Q«\n€]í(›´_å,pgi1”³õ¸}þ¯.’Í‡3wÀ««z¢$W<¤§leP[™?è‰ÂÂp®>¼ËHÕ«#jÑË#Eø‹é^C­5¬½Å‘Ü”)=Ò=mfãht«)\'«¨z1*˜~6ºUãEèÀÊýü½‘éæ4•[kP«1¢®¹w¿Ó®ˆãÿ\\ÔÁ ^èÿ¶º`Y~›F±«9‡õ-Éa9RdlwÙjÃRaóéS(7Æ©¦\rÜ\'«E¼^´¿rnâÍ2ÍªU?‚å—¸W\\ëVšeð«L,A/š\" —›Î4ô²zXô1é]í¯¼½[º«MT@JÅóŽûmä4ŠN«2a0Nm).:ôÒª}«]ö%¼vÛÔác¾ÒÝˆø(ùY»“Ue%Ã!¶TF«o9ñ·j›:Og7(½ûd©øKQAª“ŠërUÚ&«³©›†¢ZÖÀ¨~fû,é·¿ûÿ‚¿½Ü»\ndšŠ«Ÿ`«4Ï.­{ÓmÏ–ÜS‡¾¨à9\n]b¢G+\n(x«£©7öÂ\"€Î÷¯\"Û5nž‚ÒÛÓçWIiÉÑÒèa«Ùz¤ˆ_Ý®o^2S\'ÎVAFÉXÿj#»–[Í«à3«HÎÏÄ@!Š½ íßÂ+siA$uN9µTµ«á+ å«ÆºDüƒ=Æ#Øwüj¦xíyÓ‹h‰OB.h «å2š—;ÏbIþq‡ã‡ÛØSÃî]ïBšÉ^	þíQƒ«ð;fWV¢•\0sø“lèä^€—ä°}!™§Ü/e*¬\'ß#„ÝW·l);*š=¹$º9¿9Ocor]ÜÈ¬-ñÊbÕÞçà‹`üàå(¨dÄõ\n#äD!†êÎ¬VÁeazÓÂîåß×UÜž|-ŠõøÒÈT¡[7Å|¬|ï¾A®©tuÔÌÎºia2ü¤´¶¯Û0¶Š²Ñí½Ä¬ž]F››sfèˆ*½MŒš\'{HsƒÜú©l€\nmL¬³7,M!mÛ–¨Ÿ\nþ=FK 	Ê.œ˜.>D(¬ÅÛÙªìO¤¡õ-ÁRº6”ï§äW=±ùq;7žÐ6¬ÓÜoæ’´²\rV>Ù=ðƒ­5‚øó…èt“Óã[ß“¬éÌÎÛ\0úÁî¨©ÖsuÁ1 h,OT³®ÿUÌ¬í$¨&ú^€9¶]Wgà½³G‡²ÐÓØè\">­J®o’e\'¤7XŽw†(šuc‹J§¡º[1œ½\r­\Z•/yF÷û²&’º°ïë}=\\HíÔV@r\"ƒB­3~†‚YÆ¼\n\n.fd÷†Ù\\>8{Î†ðAHÿJ­E´š¬ã«2¢>ÊÆØü›1Í}‡¶Á›¬“\0æ:a­TÔM[Ð-o	‹‰_ó¼ë\\f\\Äj•tƒ¶±­z\"ÝHP¯’Ÿ«l„ç¼³¹ƒü?úÐx4ÑP,æEå®­}a¸b`á€Znæÿ û ¡/Ÿ^5®ÖÚÕ)­šoå¶\0«³5ÁÉÙxÊÂ€%‡,“_`û@á¯ü¯cŽ­¢?T¬ˆDôÝçBu®ä=781øèzö`~€Ã»š­«éñÒR\'‚µØ)Fÿ]\rõ^›ËÓn@­hÊ5â­±™¢ˆÕ˜°A-zÜÕØæò¼‚£Ó.kÑ»/™ñƒ­²V\"5PG”•±7ó}jÍ!–mYZvˆ¯r¥IÆ’¶p­Ã4»Øñ¯§æ{±·‰JÚÍYEÜÔxÆµÄ(±Ù«E¦­ÆµÖá5ç¦dãì=?N®rÙs¬©½þæ¡.£P¾ü­ÐÃ¤O¶2É:~½,úÖ)ZÐUÞs†kÔôÕ\\u­Ú$œªþ1£JÕ–’3ÏÞ1G3p³»øR˜mÛç®œ<åÅ¨ïõÜ…þÇù7iãUå\'£¨£z¸:	® ö6ú¢îˆïã/Ðz@’Ö6TØ&\0âCp›Ë„ºŠ®(™¥$µ€ƒnÅTw¦VýÙÕ;ÐøLQ72€®NÇÀÍ‹-mÏÞ4|¦0\0;¤ºü°WË4ê²bˆ™®Q(ÉžÐùö@âtal2œãX“¦æƒíæËcæýïI®RL¸þž 29‚¡^”d¯6_V$CŸ8tà{S®\\ î‚ÒÛƒ àƒIîôŽø£ƒbòÿº\'h·5Ú®_ù¶Ø\ZQÉ’iêëˆ™O·sÆJ™:h[¾¿Ú®	Û®_Æ/SttòRÊ”åWé‰CUÎx´´~²:rÿQâ¨®w¹¥˜†…E÷…Áõãp¿ÌÄVÑ¼ÔîøüÂscÄ`P®‡”Beˆ?Ï1Pø÷ŒÄ/ŸuÂÉ‘8=ˆš“ÞB‹k[®‰‹EØ‘¯]} Üƒwúz,ôû<šâ?§Pªà&ä®•#®ssÂÃj6tv¨DzàELZždMëª¶W‡ñ9®›ITLc«¦r\\þh	=YkHTxD£eä»:#®®òo±0m°öÏ¿i¦úyŽû®½³Û‚÷l|4¦h¬®´Nó´‡ÒO~%„ö\n}\Z¸ð·ãôÁHœ®¼[6‰aù‰ŸB2jf×7”ôœ¹ÈÔÜfL~Eàl»f\Z®¼]ÍÜ¤VB\0nœ%MÉ/‚ª[×ã;„*ü¡öæ›þ®¿éÎ&/ÿá_Åôè¼/€!ÙÊÀr…Øæö½Àz®ÑÂ¾Âü Ô$etÚÀ%±Tn5”Ç?ƒ*ÛB‰Rg³§®Ýdm?ÀÜ*\r4›&#4°NœeTsÇÐðßMÖÁ®ä!™r­÷ËéÙ£Îßýœªà0aêTæÉ\0àÚ²Œ@Þ®í.m)¤Nãu—´40ŠÁ§¶d0n”–h\"í¾$ðý¯\0÷$ò§’ý\r‘¿ÌO;zjJÄÒ,nq ƒU8c¯³¯Á¼O¾\'„x™ÔvW—\"ÈøãjC´+o“„%~¡œ¯å«qõ­¦Oô\ríïÿï˜æP´‰\'ô§GrHq¡¯\' ¼Á[y‰-NÄIzc`ì#ÉÕÓü‹¦0¿Ñ¿û×ß¯;„Úý<	`>7þ¸Ts|þ46é¯f’’B¯!Í{¯C*iÎ‚\Z\"Õàcå9ÐÉq¯L£Ô¬¯¥· ä*7p¯€Oð6¼S`Žníôð±jó°ðV…FmTª`ü¢b3&¯….ÃjÓãÝ¤(qSjÃp!puÝzI0J\0‡øÙ&\\Ar¯¤Ö¾v“ü°æW¤µ^Ü¨ºÜ/„,¨G‰pÀú»Äßœ¯¬ã@d†îÇÃŸ-ÞÈ§Ò›‚°Òx­ÀÿºFkbûsàz¯¯X¤˜h‹Â%ûMµÏn¢ñcCE+c:Ž¥\0¬eÂôÉ\r–¯°Þª¨ë~„\n€M×w_‹øa<å>VÔXœ\Zlàù5jÀ¯²~d3£ßv_hòi­Ð0â7àÇ§?Ô{e‡&øóÚ©Š¯¸\0ÍÍ\'4n@ñþÃÓÿÌØ\Z¥.ã^ødiŠ$GÙ¯Â6-Ö¢\0¥¯qú®ñxw&a\'vúVçÆÒ§¯æ#ôcÇÊwr†4w³¤¡%}´P,HÿÔÓR(¼°‡¶€ÃT÷©6aúÛ\"@€ðšJÂmÏ l/Ã‰hSÙ° &^SçÞÑh=.éMå\næà6SÛQûãœaHtŽžú°8h•‘ísàÎ]—±\Z´ŸU*Fþ°Rg:ô(¯ÛB\\°L­|Ô‹àÆ\Z/Ë5––Lr¤ñ`[ªRB”Ø™W*_ù5°S¨!ý.!ÍÄð¦ò5C^™žÕÛŒ	Â›±Ä°|vVïu¾ÅMšM=rvƒÂí^\"r-Ž³$€£ãðÍ°ŠUq#\0°ù‡„HD`˜Œôñ>„v±Ôó·+’OëÛé°ã¸sCUÚäÜ)åOƒtß¶ôäÎÚ¹/m3R«?Ô°ö¨¤w‰Óù­ÃZLÔ¹ ô«ò£·¢5c„Z÷ñS°û.^\'Úçå‘°†%âûJ(ÊV‡“ /+¨µMèÌé¤±\0ä.yÛ3š6ªx> [/.ÒtT¢]ÃwpX×%þ]£±Ùº~|4uá­û›oÐÝAf\\ÄúQ(¥ážÃ‹±\ZÁ %ßÖ|^¿øÆÄ]ÙéöYØ^úF« #c*(Øë±#œ\n=<Ìeæã^ Ò·\'#Sâ=w‰W| K:Ó\0¦kG±%¿™¹oCàºØ‚lõ\'Á»Nˆ\n–p_·˜ó ÄŽ¨±+$Ýiç7=Íù˜Iû5™·ÙãÙiBÖÜ4<ïÒ±,óÔûFÈ‰g•§M½èÈRhj¶áéY€…Ä±/Ê<)®…šê¨pâQ¶ÊÐš’ç…P_súŠÅZ±0TÙXŒ®Añ’#6{ÈK>Ùù~¨„q¡Iâ=!±486À·Ñ>$ÐVsÊyJy9ËDž \ZÌ_`ºX?4¸±=!ß\\óz—RhpÚ}…¿@ê,ìrâQà!§Uñ±fY5¥u¤¡àÏ±€\nøE›faqÙÒº§¿Z:þÒ±‰…ûÇb¸ßÇLÃn-#[\"6ž1zvi~±Š3g¹F\ZÙ4\Z/ÇÉøÒ—|CýA»b9„gä÷=±ŠØ><P¶0–\r”Ëµ³ê¡Ícš‡+\r*+H¨\n$^Ñ±“¢&>HLi#a\"£´¬ØO¿fßý,Ð8õ±›,M4aµ!÷ƒ_~ÑšâCO×´&…Â8ÒY­:íß_±ÀØ‰üÄú…ðíÿ\'qP—#Å·œŸ[ï¨ðÜ`µ~;±ÇñH¤kMXÖMÒL•`b·…Öÿ›:ø$¹d®ûš\r±×9\\+Í¿<wCÏÒ}œ\"	º²\nT)Q\\u§:êb&pÅ±äÿ}ó–BH.G—;d\\ZÃáCÏˆ†\Zo/Ýþ±’b±îoï#¦Wø¿×±­.]H>Z*0þüëãoo¾±ý¼±Qwf<É¯]Þòqm¥éf¬‘~µpÅ¼ö=²\nßÂˆ.ŸåªÝ5YÆ6èÓ}§oÑŸi-íý(¶~ê²	ÇW÷Ïp`$<õ\\›‰5wJkSf36Ç§Ç›²m‚0*@/ó´úWbožÏwZ•øl\'[‘ÇÙ”\\6²lU™‘ì§yª’u##e«dà	ÐA3Q5‚R»²p1\'rëSl¦¼ùY(7wAä£ãO)FP]™°ÄÄã6²~\"ƒ’åÞÒ?B´wMÒ³(N`Ûq–Ø¯¨©ÍU²””]ÌÒ†\0êêõÿB¸]3ªÈÛ«Å#ÉíÉCàd5F²œC;Ô©yN¹¨¥*)Jý-°ª¯æÞ´1vôj.²¬—¡«¥y‡1¹BÇ·Çqk\n*;zÃÉÝ8jšçÈc²Äñ£üqý#ßc-aPäF©& \\(×1½«ý£(R²ÉÄÈ^´à§å«\rmŸ)áO7•x{@*;ã=³²ÛËÐþ@Šøsâêã³;õJÊ˜[Ô—Iø>~§®Ìö4³\r\Z«ÖÆ$AùCÑSwXZ{ð}»aj†Dû}bÐ9³-œœÏ%«\"ï!N˜Û_)Ô\\š˜¼Á÷*1Ã°ïÜ’³5o3˜–rX\ZÓ&?ý´V\nŸÊ)¼K‘-øãMé$¡³³AéíÍŒ·‡ìk	«Ð/m§ñdæôó¤œÓ²js³EF´<3•Ág“«{\'¢mv~®D¥E‚fM³`•öGûÂJÃy•$°:çxty*YÍß°úÌ%ðüì³^H\Z&E5CCqÂ%Ò.AB·Ê£VžÚ—åý¿C;³‚7\"ÊA…b¨IYI„\0ç:—)Ñ·Ç¥Ä`wcw³˜\nžNÏIÇÅÖ+Ïa\Zs Lz·fÙÿ#4C\rVvÌ³»µ}§ÇÍi¼K4KTóTb=2UáŠ°OB–¹`‘³Ë³Æ+T¤Àë9]Ëð-!IývãÃs–¦[ýhý˜÷Ï?ðÆ³Ë29“¼{·qKÎ¾¹Ð”ÿ!¡ïI\0žŸ(ñI`³Ó·—Û¯	(î’Ãhs-âÑ™¸G«$%TBy u©³Ø©äþx‡×™;gÒdBŸ]EÓ\rßâr8áùïÏ³â+N+RâfèàÛUPt©	à9áâ™x²ØÙl†œ³æ2ÅªÕ[jÆ—Ih‰¦*é@I=ñƒØh‹¤¢QÛ¦³ìïÑ…0rÃ§\r®bRÊvO~°•nw}ß¯žgK3Õt´§¹e¬$°Dv„­ÞôE£Z6ÔfÑ¸‚+(¾ê)¿Ñ´! åç„\"aDr¡9aC‡53¯§{î„ÿAÖ{ª´*Ñb2KwwqÒ¿¹o&•ðîG°DÍ¢¨a\\ôLôÕ´+^Â	œœÉpü£BJ¶ÝxãÃÈ7Ö?Qá±·£[´I‡‹!â´Á“>¢°ª@œòY‰Ÿ›{²<§˜´NÒÿ²ùa+âƒžÏ78c*QtÏS,á8Î½Ü\0´Y7tR~ãçå¶ô‚k”{š™Y‹£ØD+)îàY;´]‹¶‰ì^’Ïe-+‰A¾nõÖò÷5&á¯ù_àÿÖü´q4+SHæxæÄ•{Å?fêÏm3¥¡ÍÈ`êöaó´»¡û.#,º‡ÞtŽ\0W&¥–·³‘Ü;yÂc¯ˆŸùª<´½ÔÐqÙÐŒèË2ÄýÚèÑù5Ý¸ç;ˆÍäN†k´Ñþ=xnÒô%þvA ”[¥y8nî\n	(h‚!ú¬e´Ø÷®˜´kbžHkŸµ½ö”ðÇ[b0Qy7ÇŠŒE´Ú3SjzÅ$\ZM]°6Œ˜8€Dz´ù£kTykm|¤-´ìD›6¥8…Nó?£%aPÅ§)…]NCÐ1¡Cÿ´íLóŒW\\M!DJ‚y®7Fá(<\n“ÔøoM,Z´ü—ì`1OêYÑï²†A¾Qç°Î2:Á*ì t«Ó\n«ÿµæhO|‰;Ìz(¢Ã‰Š\'ÀËô¥™œ£¥äúµˆ;·wh‘{á#6ú„qY¦}è½æ6GWÈµ!~é÷ëÒ™ZÃ£Ïƒ~SàÔ÷ŒžLKjJ|¨µ4ž¦<Ç&Cn\roÛ¼‹—0+Ë>‡|ÌîPJ€±Pµ*ù m¢ôl¹ó·à@6TÑ•Þý\"Ž¨‹Ò·¯AðlµIïHçîÞÖûÙæ &dtM6×ç³&¹Ûµb¡ì8ÿÏZ	k™{Ù<Ù…J“W©ÅÈ~\\ìž¬2µcÃãß\ntÎ®JmI!K3|MÒ1ªõàj¡+ÌH\\èµdyòÖö‚ö†q±œE~’ßƒ!Ü>\'c‰ëªÂsÙtµ³Z*J^Ý;6Ô³\Z~IDÕ®$xÇPÕiAU-µ¿”]†=“—©\rj1•[Wfî%”¿>qpð<ÕŠÏ\n…µÚ¾²)ì Ë^^Èc%¿æW­€£Ïmž’Í$µã:\'bL gÝ}dA	¼,¥r×æô·ÛwKw/á>µêò&z©káÊœjM¹®U:~o‡ãÑh¥}¹5®[µï;ÄRfªñÉˆº5äk_ï÷æjQræªQµõVÛ\'é´ÅdÑM õ2*^äº\0ç\nÉqÍ#\Zä‰©eÞµú²¢ŠÕIÁTv5´Ü„ëSy8û#±¿äGyFâÌ$¶\nr`óèZý¯p¿G‡G*¶\rr\n™è>|õ«èY¶&”W4x¢°Wç’ª¢Zœ)±Ž\rÔ“(aï¿y{;Ë¶2¬fá°Q˜,ÆòÑáÑ+<·\\\0\\\'™â®	¾ý¶3GÓdÊß¬T”ð²ø*§ú€§ÒÂJ\nÃ^D1šÔo·¶=á$(1æ¦ùŽÉ\rÛ–™/ùzh‘Tç<Íð]’˜¶oÖ:x<UqöPJ‹}PI ÌI]è‘y lÇH\npá¶€uÚ÷!°4ß’íÈÝjFª\nz÷ã\\Wšâ—|ó÷rÓ¶‚bÏ’\0EÖ0+F7üÌš\r–<!-:Z[¯ÏZjäý¶…m`_«»¦õï÷2Í]Ü\"Ú{(4«0{¢Ö£ÀëŽ¶ÃØ}\rq;;)DÍm[Šÿ5­¼!Ú&ç`¦µ¶c¶à>?`(Ý®>Hfü=ð\\ÃT¦-]gžˆr˜”•{ñ¶ÿG[â\Z ÜÑxËÆDs¹uÍ¦ýþÑÞ±Ã4EXD²6·\0„Ü—D“¬áÓCxÞbQf‰rÞ03‰_LAŒ_ÜÈg·20mzø·{T()1ÖZ5-PqBñá°ÐÒ–MŠ·Gx99d‡ðŒ”äŠNŽûç5“«½8ú\'¿Aá·Ð·{}ˆaÐ‘á8a¬;[\Z&+:ý3Wçë¢…?\ry¤·©¥³W¡å$%[—¡ƒ6åúÓâÀPmª‡´œ\\I¨Y·¸Ó*‹ÒÌ%vbb<J<˜¯süjïÚÄºÔ´Uzäï·Ä#Zž‚Öõv¦Š:¼.NÒM­Væèrz$É}ô9ƒ·ÊÜ÷:ßqÐCœ»¬ >,Ñ|’ç4öÇ0F|=­.·Ëá2Ç¥Þ{ÌE[rÄPE~P(^ÉÞ\\>]!·Õrç^8Â¥Z#uð¿ï`íx+I[È0ÙN‰M·ß[xäV\"2ÃûFê¯qçâÃ‡Ãâ“õ“óHÆ•¸4ªí£6#\r0Jš7\0ô[iùõrïB´®Îã-p¸˜ñ*©i²¯Æ­1Õî›{‚×(HÈ ÔŒæD®Ÿ¸ /ðú‘Clgõ’9Nv„ºÜDB\"ÖêìA@%€¸\'+hçLñâ‘ÆÖ^^î+½#e¸)É.æ\\µQäˆ\"‚¸6zƒŠÀ}_T4xæ°ômúaªÂ½#EÉü‰¦Ïï¸>u—ÜáôX˜$={+cÜ§løoÑàTÎ\'.õ—Ž¸E‹“ÞÎî]³á\"f)|ØnsúöM€–dmÚË¸hÌ×iÛïÀÔqÅ…¿ùm	¤Üwb{Ag¿ù/š÷Å¸˜síÃ¤6ÕI-Ò-mŒDW4Ç2ÂŸV•ó9ÊX‘¸™-¯åý¥ÖÔ¡ÊÄýÆž±^©LÒí•GäÍ8ã¸­ÙDC<ÂWöÃFüNµú£B\ZŠ· ‚	{÷yWPJi¸²¿È\Z<@œkÏåqýsa…,jJÛ!ÐwÙSžåá¸µ·¹Þ™Ü)==€)±¸©eFKìx¿:5D9@“¸Ø‚ŠÏ¨\'¦<Mtï©v$d]#ì§›ý¾„ëß¸ãX[nJ•@ÓôÊzv»ŽT\Z0:tð{Á^!=î­Ž¸ãÕùñ.`8GÔ?|Àæ#ÿCˆÕ=ˆ²(Ë6×›¸òiu†h\"KS1©ªüR˜¬Êñ®Ùï+/ÿ;þý¸ûiY–.7/ÚXýèÌM7ž~Y”+ÁÔ/\\‘ì1Åî¹ênçX \ZA°\rÐÒ†àµÌEã÷rÌBèöÈÐ‹g¹%ú½î3ÜÅÇ×³ØE¼q=v,·¶ŸVý\"¶/ÖCê’¹=‘¹Ï8Î¡uâ„P	ÞkÅ‰/óLšAN3Ú)ä¹ECCä¹=ë÷‚Ð\0µ{€×§Ë\"};¥Áé¾¡Œt¹O«ÂÛ÷¾m—_·’ªjWG€ú\\ÆÉábojÀH¹]x!+·>½ÙÜöÔŽ±çÀýzžú¼4¦Jþ1Ð~J¹…Ç9K§mÁ¡ûÁ`§›vØ‹^Ã“GRfñï¹˜òÜ&¤½vcD´€ Oºv‘ÀcQø]¥P=Šãø¹œôöí$aF‰«×jFä&|uPUã¢MeG1ážø£â¹³Ûß¹ã²åãbÛ¥!	¤9~ÕüGgl¯òª¾¨÷È¹ÎÞ3|oµ?ÌD^aÑ@ ç²C—C—õ²ÐN&ÐP¹ïSçtâi²Çz¡r³é{¯cY ©®Gè±ËÁ*3¹÷\0´È‡z¡=†B°£–øl3ƒŠu@šÃ¿c÷´1Ê,Ÿº)ßa)çqÙ¼­qþÄfâõä¾L†›ÿ1ÙÑJ…|b(º#}©\\E†ÕºÂÊ¾¤Õã€—¹ˆŠUù‹Lâ&›…º6©¦\\Y?+c2$Ÿ«Ïòç)6êí¼8*æÈ°:Eº@}æÉzPWE4Rýc	Ä‰ðÿÛ“jïÚ”\'ÄnšºMþ}9É`ñAR)õ’’¯y€©Æ$±*[óØÀ|¶ËºVB&ipU¦ ™.—âVi“Ëtt‘]÷\\;HÛIºdÝDpp’øSìóð’²Ás°J£‘Ç¢–\ZòC2]ºhšä?³Ý±Ö†–~8žÙl©Èª4,Çž?ð´ºˆlÿkJã™¸3g>˜‚ËÚ·ÀdGzfwSCå<º§v®Ð\0ëæf{¢æ8:¥Û\Z…\09Aô©øB-¨º®\\±Ÿ\"î‹R·ËLFÌvÉ©Æ¡-×&i¢§õöºµÿ˜N±JŽ)–áÅñs¼¶+Á£áNüôm–ºÝÃugÎhƒ2%€é.¡g¸™0¸ú¦¹KÊõ²‚>âºäœG£ÿ€.P@Já3t–B¨k¼÷„ÓÃD|$ƒTðs	»#žà©ya\\©Ú«:Kè€B Ë8ÉÙco4™ÚÔ>G–»1J£`¯ÁZ§·©ŽI=³ôcBfeµÆ·C„\0«»22ï§Á²Jn§óM†°ìF¢Æ2ð¸Á¾Ñxü<ŽÆŒ»6&FµL\r‘Ýÿ<\ZRº#ìº£Ldp=è@fIWðX•\"»MBÞ1ÐQwoX4bx±c)@DŽË¥°Îk»aÅË¯|9Y\"ô”ˆÝi‰¦*éUšùL<6\'I>·»b–5pª<õeëZ¡ps³Ð}ÿ[ŒÉY!°¤šmÇ#»jì%Ú0žbïÙNøtR&y­.ªûsE¦£¬$i»/Ê8&ˆƒïså3o‚˜¿ôü,\nß°ñ½j˜ë<»BHþ@?’ a±ã‡ÀãÓýŽÿõÖg­Þj%²a¹ó»›,?×ò]š¿š/ë1ü{¨–¨‰õÖÆ„Ú/ë:QÞ»ª®ÇvÊõí>rr)qåAoè\rË:;(S>»´ûB­!VÈ5Rþ_Bµx< |9Ä\'bL*^»¹Ã÷÷Z\n·’’\\È©ñ³Ä|òÐÉkZ‰=¿™\"»ï”CÊý(k\"!ë™Û~°5ž3¿´ñ…üÔ\r€Ï›$L»ót»*1×3×p8A„ñt#Ý†¨?]áðDwšŸ_¼¼X§Y5hn.ßc…e›\"ÉÓŒ­	Ÿ„\ZSÉö¼–ÇÜ:Éáþv´B¾ié7JÌ7Î]1¨kÒk©1GÂ¼,`|]$9æ`ª,ôûw\r>®­-±Wû¹Ú7*ë¼ç<:‹’gjö6– Tz30Â8°Xháµ^~mÏ~¼ Ùu×µ´Þ„¹†È22’RYŸRP4H9‘ÂOý}X¼c@P¼`ù2Ñ_°ÍPVb–BÈ­ItJ Ì€r¼›ù¨¾c×GñJÛË´ `’nØ˜¹Uœ’¼\nš÷=¬±¼¢øIµ»¯Èn}\'þ`C˜5Öš%ý{·A™ûš/Ð^¼®çr€)·prAJB‡QÿvÂepþï÷)Ì ïRŸ™¼½Ny¼ŠÄH¿°ïy+3‹H(H^’e½E1ô”oóy¼ßÖŒHFÏõÐùY?\nŒÕü}VµÖ„é­˜n¶érô¼ÿ\0v1£êsÔNí>cIDÙ¦¾Ö„Ié­0ÿ-½*âFãÐ:®£Ã…=IH\'x“â\\\"ÃÐ\'‘³:½*;:ÈÇÝj»lÔ3 0d€âscîŠ©\0q|KF½0šŒ_qùå­YsBK¥bÖ·b®ñ(±7^:ÿÅË½2‹dl@üWHÅñÖwÝ\0™€	wWœK9˜“‚¥ŠÙ½3C,wÅõ’è³WÌ‘Å>ª¸\n›c6i·Sú!‚àº‰½Y8V#r«Q‚$[)‡¼zºnÃ¡œW;¿»WÑ Ý¥½pÜW£Í]BS7÷Šjˆ YË4òci…³–AíW»\\ÎÀ½~Y–õW4‰Í#a0Ó<ùg|.J¥øºDS‘ôy·à\0a½¿e¼®ƒ÷æãÔ¦G9~½rsÈjJÐ‘OÆè½Â}ÜÜÕ5á›eÿ3¹Ù3ÁŽmhyDæŒQ(½Ä¤àg^ÏLØ\\FëqA\"òÇäýÃ’Á@ï½Ò€Ç[;žK¨kq?Bæ†yÆ:P\r\0ˆË!—‹EáÃ½Ò#¶‘äMOz«þqšƒŽ~…íÎ“8é°,Äõ„°½ÕŸÿÌ/äÞ¸j!TˆŽ¡¸«ãNTØ­¡×	Óâ“½ä…¬+.SÉ^Q’iÍ¦š&Ã·êÞYX1\"”ýƒì½çŒIÛ+rÏ|ÙwÔÍ‚T1a>00nio½ú+Ë\Zòoo`üyfúnÑyÃ=CÑÎúÕª8:÷Î¾eZT£‡ÕWÍ0w XÜ$âq/Â£‚1Ž»„½S4¾ûiÔj#ìDÏê¦Ë]”ÐUuºü¤_ˆÉ(KÁ¾œ-‘„«ÿÒÇn´D(@½ˆÿ¸º&éƒ6Þo¹Zä&µ¾$ÂÆbÐ³¡XâŽ\\mfkJã—Ú“­IÂçŠÊBá¾(ð)°&.£}‘_æjÎh®F(®™œÖ«‚ä”ö]¾*|WjuýÅt.!\Zf=Î>/Î\'ñ¦ü„^O‡•o¡¬ÓE¾;3\'Ü(?¾óŸG>cgÊxªW‘Ê¡§ÌV-ïEê¾ArDx±Á•+žè+`Õc`¨/[¦Î‚î-ùJëHÚn¾OQ™…þ†„_÷*‡}ã£ƒ³ÜŒ£Ž€ýâ|¹¾QÐ‘¶\rq-F‰äóVÆ0´€šˆ@¶¹¦ä•âÚ¾TÙ†ùìÑÊ\nÞZ–•~ \Zó—,oÁ{õÀþl[¾UÖø«·E¢X}AJv¸d\Z´¿<`eaÀ¨÷¼¾X»ì9$GoÆÏ)åÍÕ¸r?SŽ´”*Ð8ŒqÂ¾¬m¯)qpùìßôpJÃNnxh\Z‰a±Ä? Ã4š¾¶áø»FsfYØ2X7\n¼@k%|/å@J:y¶$Lq¾¸rh)uF@1ãþƒã¤ùƒËž–o”ßA<îæüTQãÇ¿\rù94Jbä© ³rª1øõÝLL¬ƒ†“Ù£d‡¿îO^,ØRºô§N¾sSnì/Ä§¨ot²öUö¤¯þ¿$D_‘ýP!ã†d\0LpÂOk7õNlû²ØLn\nq¿&x2„ã´Ûå*Ôn¼;Y{šíÀuDWß[Š–dêgý{¿dœ ÊBïsÈûùn·ü‚½ˆ9¿­“içãS*LDE¿$ùƒƒüApf­–l_:YTÜ^,FdÎ”‹PÁÜg¶E¿˜ÌƒV˜À§ëíÿ÷¥õš@P¡8øí‚S0šJÈª¿¥)Z/ˆÔ@¦·*ˆ6ñyêR7,ä“¡DÁà¿«„\rm–îèÔ}QÏ4%{Ëâ°{`ƒ\"2nEÝ*V$‹¿Ê·Òx¡c‹RYK¹¦S¿«M¶´‡O-ÝvY¥› Îð|¿ÐþÏIÆ€^Q.a²W(f›Ë¿b\n‰;UB¿ÞÃgùnÂ½ŠÂEã•9À¾[9­|<C+~î¸T¡”¿æRBE÷´ ÏüÐnH.ÑVR3+Ö½½fjÂv„“5¿ìû+i#\"iR,k2qÏX¿8	Ö ,It8™¯Ò‚ßYîÀüŒÿ’Ü§G8)¡NÜ*è¹‰àèü*01ð‹G9À!1òßåÅ}¾WŒ«F°8¬|ŽVaÿØópVâ\Z2ìÀ$R9Lž‰ÖG&m”[¶Óp(šf$ÊRËÎzXÕÀZ8t„§þÏ80pV¢Ûg<é\n¢­E:0o?ò%À“”Ú¡cÖàOˆ\\Þ±Dið¹¸c,7[8ƒNGs?À é×Êÿ3¤ÌU‘Qf~‡-X5ÚÞ\rJËVæÚÇÀ£-ðˆ«c%#ïepž~ÀÖ8Ïš]kÎd÷nOÀ§æE‰Å¢”¤7˜¨?>¹»AòÉ2N†pñ$u³ÄÀ»ÖpŠƒ6Y¸¸`È»Íÿþ#¹vñ˜Rë0u^®þ/ÏÀ¼\'~,·èÊÛsJÌû$¤·òTl>6ÖH<ÀÀoBr[¯é°n×¬©*ÂªX¨zâ‘\"ÃÊ£›YÅÀË_£à”¯<‡³â‹\'}§™Í@iÉÀXÀ¼¢^kÀ×VQÄþà=Ê§‹!Îàùá¯ìô±d€~¹+ËOÛÀê½Åiígi!ßÇøÌHÆ\n\nu+o}¢Ð¯n€“À¹£Àë¹˜¹[€ÉhD—e–(¯ÞfO¤[Ï“v¡À÷©\ZædŽÇïq|j?RŽN>‡AA¸{z=Î\0t÷ÅÀúWs	aÝýiÕùi¿W[/;´‹q‡P~ëSr|žÀúL¾¹ü8ÇeßV@Ë5œœœ Ãè]Äû”U°žVÁ1Nk™ÀÔ†	§3OÊ‚ÑÂÙ„“ò9kÇ‹L[ÁS³‚8,ß^+î¾\\é¯Û\")>(JãêÎû‹,ý­e¢ðÁhè=Úá›U—P|ç…?Å7¿²ÚÑTvA2YB¼\\_ŠÁ†‹´dÕaê¥åŒ!›\"“QYPÂï56#ÿ*Á­Oy½Ô¬,°œs2Œæê˜áx§pFõ—T-o¢Á°u	ªTTï>ñ…&W‡Øm¿_îxËÐ˜4rþkƒ)ÁóS–d¶1DS²™ËëZ‡Ûó”ü–½\"¿¹:4é¸ÂR¡ÎsïËGW²ÔÄ—TÜó\ZZâ¾Ô%²À´ëªÂu¹Ý_¨÷H\"È®¤ïßV~	0‡“Š0ÎjÂQäýaK0Rb=µô¨â«Ñ¶Xï×®,c\n5iªk¢ÂhâaßŒ5©úÕ>tÙŒ¸^8B’rZâ¤`^Â‹ã=1¢{KÒôÃ	œ¬~žØ¸1„`\"ìL„\\|›Â–w.Dk€ <Àÿ„á d¯Ãðžúr‰¢Ojñ³Â¼·ª¤Úƒ(éÅý°)#}µŒžGùl°Jv)Â¿<Î~üÍ°zuùh,yqpåhÓÁ½O3A(æYÂþ)Šsâ³0J/®¸@Ù(rO| A®>m¿¨/[ŒÍÃà*nB_ûRG-·YX‚Î/ÂŠ”ŽZŸKî¹qÔ0ÃÐ$…ÑHÂ‡¢ÛÊÝ]po=\'søþÊX&Í‹EˆÓ;\ZÃâ%¢*Çjµf…/Æi¬>‡;õ	àZ¸ó¿\0¡¾Ã*sˆ\n¶7)ùþ]Vl^BÃñü—>ææî¬þœ¡ŽÃ-Êt@“€^~¿«×Wá-æðO&4#Ãh{àIlòÃ1ø@—lhbù¢®T7a+¯ÄÄÖy$½ý[Êã«7´·ÃB¤7kÍ¾3žµ’K³¾Ëd\0Ö.eÀ‹½^7AAßâÃR&DúGm1eEšê¿:Ã¢íõ©…¡s®êl”ÌïÃ\\ÇKÇŠ­œÁmîÖb\0™V€Ù96 ¸—\'¼?ÐnH‹Ã‰ÅvÙÒÎþp\Zß¾€­©Váú‚ÛˆZ6ñj¬j€Ã‹ã±H%¦ÿf¦VŸÖ—·ôM^´Åÿ^4Ì\Z°£ÃÏÎÛ•t}ƒ‡y%Jnâ„æí<ñ†~ö…\Z­jéÃ¦g³½Ämp(_ÂYN³Œj‚s>šþ¶¦ÂESiÃ²\"æÛÓƒÆ‹»äÝ—T^ôÞ‚¨‡¤µÿwû ”ÃÎð]EÔ«è½™â.ßF=|²ÍòÀñÕÖÞàÃýí•V?\rå&ó²ÚÌEHDu`¤FŸ2¦<Ë\"hÄ	9ÿÒ­’¶dÐˆV¾÷oß¡c¢8Q§š1E/Ê=¥Ä\rX ¦Ýƒ	h^Ö/÷WXgjU@Ú6%±›0I\r÷Äâ¼ÛD4e6ƒSðo5RéZfÞ±îÒ<Å¸vÆÄ+v‡Dö·>ÖÜm\0Ùü‹Š³Òa)Èä7t2ŠÍ«AÄ:®õ©ÑäðÁ‡yLÂª%XÜš¿lYDºøŽÓ}Ä;7sÌ»Æªû±„ô²?ýð±£ìÖÃ­sÍ©5DÌÄ]®#knn\r¨¦ÙÄñ)Ö1­:¨\réxÅù¿g	àÄl¨!÷¬Øœ„S\Zñ©»c/$.BE½k\'ZFyö|ÿAº¡ÄvPUIEAL`¬ L_ùá2,õMtÖ)oáf.Èz%Ä•†Íx\'ªu~zŠ‚¨­…¢e|º\\EèÄvÓ2r·òÄœÐv 7“¢g‹iU÷eÞ«tÈ¾¤!Í“<Aßa‰OgÄžŒÇ‘ãK]Q_örŠoÐØèžXÏ³.úÚoÔÄÈáAÌ³\r÷ÌîÙÙ]y ëÅ~1]	L(p_ÇÇ¼Ää] p^´†‹8È×cL‰Ó™®nõåR…Í\0ŸRÄåÜ\Z\"Ôö\r h÷àz\ZªE£’S)nnMRŒaÅ\ZpK3=V#ejài×N<’VüÀ]À¶\Z˜År¶”?ÊÉ_}ƒŠ9z¹ÐÁÒÛfi·•`âÅ.=ÿ»m˜\Z¨Åláa<c†GBžÃ\"$§–¤â)ŽÅ8¤Æ$W–ä**„fè±S/‰,Hóãk!]\ZjqÅBàlãú¹À°Gu%ö?ncÖòfd•vä¶ßêädÅGB–wÛ«ÕiJºOà×¨Zì@ž-½.³qòÅHØx7©©û®¡„\0Ä;¯4\0•Þ\ZÝoÖRD­•\ZÅJµÏÉv\"ª(pŠ­·Í{vƒ;÷fË‹ ö&UuÖuÅUÿ^$dÌ`ã·ÏóŒvŒî7îfErRÇ-üyÂÐÅVß*‰Lg®ÅbJù„êxÈß.g0Vìƒ»ZesWTmÅ^²\"¾‚Q»ÑœG(Í¢Ûe²Kü@^¦(1ðÖ]! \'\\Ås™¿rKªSÛáèÐ#A€/\\Â\n¡óÍ\Z\0Šc|fýfÁÅ›<=ª!Ó-uWï=«T\0ùc¥á„’ËF`”±×¹Å¦O­´\røÃ¹¢+¾\0½Aö\nN8øø¶Œ5pÅÂ BŒb÷tVV:Ï¨<(ôîyŒÄk^¼ƒm¼<üÅÆì¦e•é6€am÷Ô®œîäúR%M1;–¤Åï@t†!0¦%äÚ/;¤+(Ý€ït\Z•Uô)ü²ÅñŠátäÿÎ	-²¦b[í)>°×\Z\r¾Ðgó¬6ÆHƒ\n© w28+ÝÃl r®Ÿ¶oëP@üs>L×{¢Æ4`ôDÐÓMï¼ÈçÒêµåoœ°aâYÃãmù€ytºÉÆP*ôÁ\nDÕ³0AA\n·k´z}Ñ*ç‚$üc†ÆSÑ)KxX€®1ÙÿØ×Ó¼©¢ÅËÉÝ~ÁðÆbÀüÓÝ¥ÿÏ9½wEE3ƒ²ÌÉ|:Gä¦u,vÆlÈ¾lÁ™td±¢“A±4fè–ÂÁ@HÙòÑeXqŸÆ\Zd% \nØö[ÑKn®Ž0ÁóÖ!ò–õ&^¶ØpÆ„+ø•ßÜn‰T\0¹•ìo<\\?³Õ_.,¹OÓ”UÆfBÌäŽà±ÂÆCöÝ<Z¾x0‡ÍÙÏè­ƒÆœ¾î´5-ÀZd«Â“n3ÊI×ÜÍ\rC¬Ï\ZHùücAÆ¨žf}û¸À>^zûT«RsEyø»º:ßvÀÊ‹8Æ¯—<å„1¶´Ö³Šðƒ-…Pßf@ˆ§GÊ\rGàµyÆ´.× g]¬Jz¶ƒ•`’™Ø½¥­$LóKf‘<ÑÆ´sfçO–CÔ|u…Ìt=Rm­’)ó´ü«k% ¤Ya”@ÆÓÅ³tÑF\\Ì\r€?¶ævÃÑôWCYn•qCÝÿ}8|ÆáMÓ\\¡“<d^ï\"Ä…’9Þ•„A†¤Â„N‰Ä”ùÆæªòœœ é\\bæZá‘_¯u¢C¹,PI1à[\0å2‰_Æè³H9zn©Dž¨	¹·•rY[œ¸áÖ\"?¡\"ÄZÇÿŠcñ¦±¯°gœ\rÜ~ òÒÇVÚáƒ5?ÈBÔÇ $ýi1aî0EQèaQ›‡¾â“Ý2¤šFÐ\\>0Ç/á.…€\nwŠÇ\'”‰O-\\mo}%-“¨\0ïŽ¥{ºÇ@—£Á\nˆ{éÞ	Ý’Ûéõ­åS/Ç-6RÆÓŠèØ\0·ÇY\nç—¬ó™}K´ÅÀñ‚ÇÂ³öZ?¬Aâ’,\Z©ÇYáêum¥ÚËÞ<slMÆaPL/é«+v™wdäÇSÔzéÔQÍc\\ìN–õó§äæ~(fZFÄJî‘~\n<Ç”ŠYðMÙgE+ÞUäXÛ57·HE´¦htÉ6¢îsŽÇ£º@x?ãÐLû·HeßxºÝ¸q’º*Õº„¸ÇÇa.‚ýdNG÷í¦kN×šíPõ\'“hH>[Ò°ÇÑÂ[g¤¤-éÂdû­9#	‡35¶{¢ñ¢¾êGg{ØtÇßöÁ<ï¹y‘SÝ€ùà<Ÿ³†NÏç!)ñvÒÑÇì§øXù³^Ô\'€P¯1|Ñ€8&dàÄ–KÑ]ÇÈ	’ÒÅä©ÀE4vó÷ú×Û¬„Š€>t&gâkÈ\"ŠºÎ\r¥+´í»fUºÊ°4ØxY¹*RÄÞl¼Õ£zÈUªcÀë\n5¸K™™‘€éÈ··»»84]$Ë0T`1ÈoôFûÅ\"—¯&Ô\"9 ªÜÄ(ìœízÎ&ÎåÌ±ÈuÃÒÆ§åÆçžÛcîáó¯uÔj…ÍÓ„líûtóÈƒoîg•´‚Q’—„ÑíýfåùßðìEñ¸-fãÈˆ„ØIy\0]QÈá¼£¤Þ(™í®ÿüïÍ²ñÈµ0”•8ÐÈS9ºM\\Ô1Ö´nƒáž Á/{³†4È»IŸßÅ”»qÒdÂœÜ<ÚPlÙmüì,9/,†I;?%ÈÀû½y[.]_zºÕaZ%ÛUò$DW-ê{Îü};¹yÈÁ*¤0Õ›sÓ:@Ò&¡O\nÎÑov#žÏ½0ÝÅD#‘ÈÉ#²âa~Â7ÔºM‰ñÞ§/<]¹ÃçFtãÍÖÉ\"ÉO`3±è‘ñòvTlËïÎŽ§Â‹\rG˜ÞW«õ6É,®Îƒ_¤šœ{â*‚O%E»ƒûHL\rjòMÉDÑŸÃb³SF\\žv©¶l%\'ÏÍ°^³3ÉEŸ>ëúË‘§ÁYÃÀ,XñóžäšRk¡õø2˜úÉQLéO”¢Àí’P »÷¯£(çû“ðèmŸÏ|9p¼ÉYËuc¨‚?-ÚâüþÌÉÆFí½ÀÙ=Dq÷¸JkfŸÉ¢úÂ::Kqî©³‰é¦3‰úŸ5ÆFûpu@ÿøÉ®am†€È™§@•DŒ²m¤PØå”óÿJ‹ë¢É¯	j[IY|Ô²ìªb‘X$n°´…G>Ž‚²ÉLIÉ´ß10RzÊµ°†g\ZßÔ‘7¤„ùÈ²ÓûàÊª%áœËB]gë\"`.EÉ¢q§’²çª×à-C·ÎÖÊÚ9šúÿ6q ë„<R†_‰Á\n‚YBbÖñëÄS\"¹BÊ-+GãQ×JÍ2²ÙÙ~snmàª1+ufÁ\'sOdÊNðtk½«9^{¬­ýsx*Xà®\nŠ—ßb¶s‚¢é·ÊQÝh\Z÷P?ôÒL·±°y§8úß&‰>ûÚI¬¦B+ƒaÊwqËïŒ\\…ÊN];L?sBisíØƒòóï(Ü€ÊzHú»Oˆ±?ªÑÛ·¬‚GØÛ Ô™Ñ>Zÿ“	œ~êÊƒÄãýyÒg-ÒéŒGyv»mëÿ\"å”GB&i¾7qÊ¥™¶v2œËZ‡ùÀ}K_³	Þj¸ÑæI™l0”9ÂRÊ±~o©ã2\0“?S©V=«­÷¨ZÌæÁßs‘ñÊÆLMkþ·;PÉhJK{’+âf‰0Ö|°#½›8•:kÊßéÅý ùòßªGGß0hø‰ÁdâréŽ„…\nl§jßÊãs!¥Î~éøBÍOlÚ;iïKe?¨>VP®bAªÊåyí¢+ÚÕL/S©ÕŒ‹$.öbnëeÍžBªÊî‚xÙM»–gòàþFÑhäWõÛ~d\\Ó1ÉaÙ\n§ÊôTp@æÂÇ˜vDz|¶3E6’Eð¸	jö\\ÄP¹¶(ËgßÚCüŽ?à#ÌÓ$/ëñªT‡¤«èA}åû\\ËDUÚ¹^˜±ŠŽ\\æ¢ÛmïÅ$ÿ·Io¢*áº¾V\0Ë!ë[… šÿ#àÙÞ‡´*\Z«mhø¿¥p»ƒ6¯oË8Ídˆ9#×ZËÑoÏó\nT¤#ÿŒtÿ‹Æ9rd77¾Ë:²¿Ø#!”ºµ]6î†£I´03û—ÇÑÑµŽ†!RYËBUx£ØÄlrXw¶c¬ë<Àz!\n’bïOð¦¹ËpÁ¿L35pD^8ÁDX‰ŒÚ#qÖ»ê«Þ\'ùfƒêÙËñã.N!¢­q?M£†Ë*Æ]Ùá-£ y3,4P9Æ•ËŠ“%(½½º³Ô|Óâ›©µœÚÝvq\0½å}Éêí\\lnË 9‘ÕýHŠœÇ±€Uh¸LgNÄ{1W(–w£\nÛËºC¡ûÁ„ü\\Õ=•vp°¬OÃWó )‡ë[îÐ¡M†ËÅÍç2êÞS˜­éÝS{zb½þ-ïÍ¨¤ËÓ4]?¥^Dk=3š!©Z=	©ÿÐkÄñBÂ§´«ÃéÍËÕ*P²¢yX&%¾0VõúÉÚþ¢>\0ÙVûKNËô\"KP´¸K…/+¡Ýˆ«R$ùfßö!ë>ŸÉ7ËôMiéØì_‚\"ª4†ŠÝ	»»ZgÈþ®ŠƒÑ\"aËôxh\"‘‚Œ’\'M÷iø5á5LˆÞÒÆÙ)ƒê¬\\eËûŒVAÎåšÊáþí7”Äø©rdÅÆmÊÄ¶beÌúT¼©»Ó,Œ÷î—WMz(²¾Ç=ÇŒ	ß<Ì5å/Ÿ#P…N g×z\Z´&°Œ¦Æx½Š­?49Ì<c\'‰c:y4ÎOg8Ä²FèG\0\nÖ£Z7|öÌAqú+SO\rÎzÌ~(ÇfÆY²êàaÏÎ¹ý£y=A\r¡Ì`œ•]Æ¢ VÇ]¦„×)#–ûÂdÙOŒX1¶¤rÌeT8k“,Á—YžàÁh\\ÀºcµúYNµ›ÌiT7v1§X~J¢©£´éƒõ÷¨ê=_[i„\riJéÌq¬Ío2æÒ‹eŒ}¤±ÙXto|zJHãŸÞ°žæ>Ì†FÃ±Ã„#\rb4Á8îæL•IŸÛµ©?á2™}ÌŽ 1‡B›èSÞøîb`;\0&:Tuð%°f^Ú5Ì“>-Pc/s‘rtæ§)¬ÐxK>òl$,¥\Z±´øŸÌš×çQÕ\0uû4J47²Á:ÿ\"R,6´µÎ\0\\¼–Ì¨†tž«…X\'×JÜ³Úaióøm¼é>#MˆeÖÈÌµò¶ £±‰Ý*Ìo2Òd»‘¾*_6œ¤øc\nzpÌøÌÑqÀJÞ±³¯e Xí¾¬{~k¤¿\0aÖ’9¢ïpA¶ÌÛ&¿ažÑ&Jù_ÌÚÊ\"OŠTaÎ\n¹ž­SñÝÈø.ÌÝÆ7Ä®Xþê¹è`j\n¥föÊ}‚DåEr½ÌñF þý¤Jï?¾CÁöËNÐ¢´rÉ7ÞÔe§AÌôVk¥Âƒ];ûYÐ¿Eä™¡m6%\\‚3deœÍ\n¬uŠ8K°8BT×I)–›ÛW\'÷–À„Ž³|ª=Í«]m8Å‰”­n-`¦u–&ŠtÊîßœ¢â‰ÃSáuÍ¼j2€kpæWì6—{0@\n-“¤¥µt9Í$·-ÏVrTÂsYÝ¥¬/÷Øåˆh)ð£`ô6¹Í3\nç\0fByj­Zi„Û\n°FŸØºØÞ\0Ö Âµ#Í7Øf„¢œêÔøhCaT\"Ñ‘^>2„–´^~\"¹Œ-ÍI-.—§¼\r’Q1*aä÷	D.Ž…6¬ŽÝÍOGÔ\npÌQjÁ×‘8ô.q}PæÒ©ËJ:hQÍyyf\\uñ¦á:ôÑ66k<¿RV8:xêÊËÈ‘ÅÍˆ{g-¿Z}³ü^0:‘~¦É+Ã>‰x[¨ÇPÍ¨œë—8àQòÌï\\äùÐfM­JÖý’õþ¾¦‘¡ÍÃJª8¾šGš–\"œçƒŽN/6åÊj–)RVñ9¦§ ËÍÊyOóñRv‚ÛnXÄ3§f%0y8x{¯NoÙ:KÍÑ°—¥y+î!·1š±ŒîE†æåÃ€í\'¼¿ÎU¨¡ÊÍàÞ %Ix¼ž½„`¿ù»²’ÑLbðÉšÜ[_I%®¨¬Íä×Ç†m_‰|SL¬•¼ hŸaÑ\'\n¹Ð	(Ó\ZÍõ\"f_Åi\\µ›ƒÂG=X¶1±å¼!5»4ÂVÐ?g÷ÐÎ!Ù©ö!_#‚ûü*Ç“³Úç¶B	:¥ý’_Î$ÔÌ»°{Ï›àÊî‰@]˜ÓŽÁSŸÆC\0Ôà3éx—ŒÎSœ§Øè\ZN½ß| \"ˆhek•>t¾3Sÿm*3ªÎ^ñe®9|#Uê«6UOµµ¼ñþTb¾àìo¡¥~ÎsÅ/Üâñ‹.y±N+4[xV¼˜5·+D”\" žG{\\Îu-TÆ©ºÅØ\\XÛi·…ˆýÁ{Þ !7)÷Î{d£2SØõ¡¬¥¸gzfÄžóMJú±KKY1ã¢ÎŽÆuæÜLÒ%ç\0ý‰ì“ûƒÁÊÍï±ÏM0û@Î•¿NÐ:ù9ÉÿR¯}³5U\\Ÿû_ƒ…^s\nÈ|úÎÎ—¡ù)ŒnS&[{T.€·6Yãîi*¯H¯óó³çY_Î¨š4û—O¿¦o„„¬·aRË¯§«^Nrk/5âÎ­wJ.Ö¹¡‡Òˆrï²úá~Ñów=4ŸjØÌÈÓÎ®Oœ†O®ìyƒÂ#M¨«PìuæbT2.tÝ‰Ù°Î®Þ¸F¯\Zg¨T °‘ËïäiÈ†0bòwôiñ¸ÎßIL™ÇíŸ\0Æš›Ÿ|„Cþ–Ô	&M6é\"E;Îúâ²ži«`¨n7Ì(ü}å¬ú9‚/ø#T˜?ÏDP¿X`þd¡Ó‚®óã|ÚÑ›:Â’D˜3ãCÅSÏCŒklS“´tÃUa\"6ôkHD…¢¢UŠ·xKU¶>5›ÅÏJÊ§ê·-ŽL‡E»{_Eƒ¹ñ\0§	ú©RB¥}êÏNÅs®EC‹%ÎÎ\'õÛ“ßŸRf¥?’\rˆÄÍÀÏU¸neˆÐù“\"Ÿ4ˆˆØ\0Cp/à5éûÌý|ùÏX@ãºªÿûgpü.§¶\nÀ5_ãUqÚ s?K3ŒÏ^ñkÇ§!ð\0Þ¼LÍÞ½\r‘b•Õ£çÝ­,Ïl™uÝš·àÅ>Ê-´:„‰[BÇ“|*ïC–Ç£@Ï‡8Ù7!ÒÚ\" (åRÏ‹‚–2\r\Za­DDŒ{…oàÏŒž=_}³+~òæ½èÀÎ(Èže¤ìvrC[mâKÏÏ¸›ö$ý¸âaÎŽ5Q¿¹ÃÖc¸›ã‰Vjv…`dÏèÈŒ÷mm„Y³×ÀQ,|¼:´K’Ê’º%¥DLÐ#Êübå´XWbºpú?²Íÿ\n©Q¸@xËHcëÐ*XÈOLëÞa/£öÕèö{Ø’a™·wn\n——yLÐIàF³Þ)|#¢µópš±SŠ“RƒNbTÿ—isÐm¬óT¶ÃJ{)AïoÎÈnÎ;Œ9µ%¸ün[:ÚÐmö‹µútØûÖÉogæ87ÝPÇvÉZ:ÍEF¡¼úÂMÐs,–¶¾æÁì6äÇLb!’G3Jv^5KÊ`GCÐŽÈLÍX]½\'kªÒAûm”]·¾›J7ç½M”B©Ð™ ’Böýz\Zã•k VÜÚòw¨n¯áól)\rìÐœT±ÑFC)k|šÆW³jƒÁNÆÉ©Z] /e{Ð²e^½²·K\rŸs ;Söe‰D+ãVc¾ò,/ÔNÐ¾‘;ìc\0×„5s+œ{ƒu‘¥7”ú·^“ìŠÐå”ß­kFƒ5-nÍ!íx`Ok´ŒsãŒÐîu=J$˜ u	š°8âöÔ@åZx`Þ÷™#Þ)Ž+—Ðî™p­oáPŠË¤hzåÂÇY÷‘[|`ýà;]·¢ÕÐú¹á‹ÁXË–<R²hÊ#IJç‚á* Täqª²\0t<¤ÑbŸCK7j¹BœYíCÄn‘Â»ÉÌ¹)B#)öÑ\n@Ë}ãn¦ÇF¯ÉÎ>Ûk7X*¢úveÓ{}b‘¡ÑßÛÓI¨ÆñP0Î¹o-Âø¯„jÂÅòCÑ-û¦ÑæW¹ÕBBu´„ÚîžsÙ¿	#gÿ2­&º*Ñ<ÍÔžŒ°1ÉúVâ=¦¯ô(„Œ¦´sSˆúl‰.ÑBå+u€\\íÛ§ãƒ-;í-R8kðpŽ§4C÷9ÑRWJÌ¡f+V÷¿UÍämúÒ9jŒÔOø§D†ªÔíÑzqè”·‰´žƒ‡ò™gƒ\rÓ’dKäùô:DÑ¬Þ¼.áA¨¼ŽÃQ„¸%8;+Ã[}©œ2\0OŠÑÂÁ\nqbm°~	+¾­éžÂj¹DÉÅ§¤É½²Õ5¶hÑË«\Zx$ÒwB|9âW©8¢£gk£8Yljüo™Ò\n`Ê\r$%ëeG\Z°8…	cbÂ¹#k ¿uh(\\åFÒ#ƒjÔÆóW7äî\"×eÊK´CóÁds’2R‰\'YÒ.·Ä‘3ÍþEŒÞ9D>Þ	›.¨Ý2˜,Ÿ!ÒYÌS‚Þý[œw\0m0HÝ+ÂÇÙ\rq‹Ž(Ï2÷=ÂÒ]øŠ$É†pƒýÎãLdGßa2¾x±Ü~eì_ZÖçÒa5“§š«×ìÐªøÚ¹-á¥{øé˜UŽ´VdHÒr°ÏVŽ”(-¡W‰ß#Qî¨Šù?`G÷uGp~n-Ò“Djk“Âÿ€h‡‚¢ð¼ˆ)…fx³wÿêËêLQ»Ò“–saŒ\"Äo?á†ûþÐ©£®ø»˜Šc9C§‡…öÒ§‚Ø1 8,ã©^¥2ŠêšyÖI˜Õ[u(¡ÒÃQ¨ “-¯yj™Ö$ie‘ÙYi{pØø¹’\\—ÒÅ8ÏöæÚªÆf.ç$F¼õL6wfžj\\½iÓAxkÒàÊ*^D.oÂáäRí|Dã9O²•4[žJƒ¿²Á°Ó	\"­<ëòÊÆ¶‡‹Š2»î,*¥5µ÷pÚG¡ÚÓE¡?‚‡:íÃzMì$ŠÖîq·eÆ­b€a2³E!td¬Ógj\"XkÀ‚‘Œ»’°séÅÞ	&åQé=IŠÓjòE‡NÎ7Ž\n;Rù®}l¸þpfV–b‰m´¼‰ÓmÂÿhîc\\µJ¸Ã×ö~9‘HíJ¿¦$[¨«Àx[ÌÖÓ~Èm/æíûÈ¶”ü>ßÅ©T.)–,l¶;;¬o[Ó†ÜË‰DŒgšu\nÄâY2.å‡C0ÃŽMÞ(Ó‹;sd‚O¸ô&hÚgC0–»¶‡u!Î[+Ô\0ýÓž*Ø³ÊêjEŠW§;éÞÙä>$:ó¿Ìˆ4dÁQ+aJÓ¨+±`qs•{9¿¬„OF’œ°x¥vNms‚ñ{êÓ®ÁÂ¾Š&º¼Áj\0Ðv«S ·âÀúûÌì|.åkÓ·Ä†“{çº¿mÃ-a.G–ä¢ÇB1«ÿn—·É×:sÓ¸ƒØ9—A!ðàÖ=ÆÀ‘×º…aê	òäLÊP:ÓÍÔœ´í÷éÌ¶:wyjœ=º¡üÒ•­ÖÄ«6xö½¼yÎÓ÷SÌÅžœy[9Èøå l:èZ=ÖÍæóÔ?V¤ºÇ2T%<Î‹ÌªÒÂÑ¬½J±ÚÀ’Ùb‘+•Ô/?BËÕ<\\Ï|8èW)\0Æj|·²¶(	Ëy¼zòÔ6§•33Wq¶\'§Õx¬0`¡CæõAðW\'®>Ý©ÔK‚ñá•\"wª-\0CÒÿ˜V!ôýŽ)3Æ§UÕ§yâRÔœI|y\'ÛÚÿñ vädñô§ÅŒ#ÞÏ®t™èÔ¥å®‚³E¡ŒO1ø\":©9¹¡(ñTQ²æ\"ŠM4%ÔÁéô&r’OÐfA[È²4ªÉÝqU}Rà\"¯µ³æÁGÔÇ„ÆøéL¶g+¡\0vÎQò§v1°“R2ß¡ÔÏ/Æ”Ù~—Ïž-¼\\Ø ª\Zû­@G>âØÞuèôy‰ÔîËax³òn`ù¥fãw?Õ6y}>ÒÜm\nM×æ–ÈRÕ\ZVËòy¯f`™T‘Þ°ÑÃ˜`‡ñ¡šÍs[Õ|œCÎÈIûmÅyu>j„©Š€™Ç\"¦eû[8%Õ\Z\rúÈÛÎäË¤‚\rN}ßR—ÔmãD<ÕkåžüÕ1¨\n“ù%¾DÍ{RÓ¢\0›M+ÚÎ2ÔÓ¢€ÌæÕ;ß\r´MÊ@†Éj¥ù˜c£3.·RÃ2 Ÿ‘-ÕOeZ}{®‹Ç 7 tBR#\r¿¸\n0f“_`Û½ðÎÀÕ\\É\nð}(“nÈaŸ¯îw×Cð9‹-A–šIQE„DÕ^³Yl2ÿ¨ÙJjËf\"3¹—zW£0Y®ïP{ç”{Õy„Tzwƒyj†m€ÔË¬€\'äï¨fñäÚšGÕüÄ’õ×GNÛ2’õ*íœRmWF~„mK$QŠÕŽ1øç¨Ïm.JM\\kØV¾?1 [`u>\0!,»¹Õ•¿ð¬Ê>­oü*ý®å ,_wE™ ™Ž]I`[3Õ–érÂ\r¬§GÿVpGG¢×ÝŠX3íßø€›ÀØ;Õœøºã5IË†ƒÏð3Õ§KnLm\\UîkÚJØµlLÕ¦‡`˜A»^{·ÓãB»ÿbƒ\rNÆ¦‹€†\ZßÉÅÕåJ¬>#ó\nñ\"7¨ñï`)Šw¿Þ1ª0.Á^RÕ÷bÇâ†ö±ê´šfÝÕŽÈRS\r€ñGñ4åç‡Ö(¯¹!úOX*ŒäöùŠý¤Ò7’A©òl±\"‹ÉÇÖ&ŽÀap6f±K)¹^o©çOs‘<«—ÈêA6ÂÖ3æAß¯†%wZÎ5-DÜÚ¼éîé@ÞÀÂ—°×ÖJ‰S›\\<‘CÞÐ=s\'WI&\Z‹(þÐðvaToÖOá,\ry\"¶ÆºHoëõS­vêP	¾SKÌw‹cp­ÖUô%(ÜláfU}â­æçñ¸hùp2Ùÿ+nDËÊ­Ö†ãvBÇ‘dX ±ç1f­vH¬ŽÍyÎ)ñ«lÉÖš‰ÙÄƒ3Í’€\rÎÄ¹„©ðîè’TNô3À_*˜.Öžê£&úu×ržÌö|ôÑÖi+Q­`Å¸M1¯UÖ )–ø©í–8Öôl°÷/Zà¤Rö=²Yp…«ýÖÝO–¯2IûÑu>&Ë·À ™èuòUµÎÄ–ƒ«ê{×®‘§kdo\\•¤æÉíoè©ù~(yØ&j×ÍÂF¦×ƒÒ%¬@¤I¡µŒ(ª.#–“5U[Ö‹DB@ö…i~1”×\'7Ã–ðŽ\0ñW”ÀÆ2j—ñÌÿÊ™úê„ÔÑ{`€ü×01]!Ö¥\nÒc3*ÏÓóaVÖ†e¶Æ—ÓÈÔŸÕ×9RíìOt\rÎC_Þ×ù§Ü4cØzÿ¨S†ÞâsÓT×Aq†cÚ·¿Â’59«aýOöùëÒ„ê?§t‚ü×M)†P­HŸÙ¹ÅœkÏŽ%7fˆ+È$Ú.ºÚ~Ó›Û×Mxkv„\rnÙsŸž]%®”³°Ìÿ¡T¬Ä‰Ò©ª×^Å{ðÆŽÝuî×ñíÐÿ’º“Îj-{V¡=OÍ\\î×j±ÒÕ??f&:¦së[#µRDs³¥;Ê…i×lbX‡’.Ó-¬t/«ºy ›ÓkOÕ‡Ç|{W9¿×mdJNRéjœí8?|›ÄH!‰sÑ’i{OT6ò¨Ðëµ×{z4˜8ˆ0øog3œx×àF±‡RòýÇ.ƒè:+€×°É§&ä„‡û2ëÇÐC.Œaº‰eE0ç,9×Ô\'ZS5€›‡ï4ˆ¡G[«»\\e¿€}*<ê|L;÷z×ÚxÕÖx?&ÛøWFèf­=èãxé;Ò¸™.uL×ôš·)Ôœ2ŸûdÇÏL{ù€å0€Î3Ê5¾½Y’!ØU\nhq\\¯®DÞGÛhB„,Ú;b&´Ü<éC­Ø$ìH\n>š‹»‰T¬ ÷EõGâN™Ð`öâ-ðÞ*ÍØ(ºqº¢–#Ôœ‚¼D“]KæƒãÐX ÂÐØJê•n¿ú·piÎ®oÀ§(ËÞF ‚…°ãýrr^$îØOÎ5µöüMÝ&õJúùüDÏKð‚0£FãNw0\\ØPÝ»s-\"»d›,½ä¸–ã„nÇ7z:€nÕÉSKn‰ØŽ\\Xüâ)ìÐ¨Â®4ÁÊ¸cWÃ¾#E5ÛöÓ‚Ée%çØÃâ/šÞçh] “ÅÍÞ²»#Ñˆ9“²ï`vÚÉÁØßàðbÆ9óN/‘ÞlRýagLû¡êwÔºáQ¦Œ\'ØêbÙ(cÇ/›ï²Æ:»²ôø+õˆßÂî„~ØãäZØðîüµµ²öñ|\0uŒÜ%rvBT‘ iæ‹·ð“óØôÞ‚NÜÉ««Ôýá¿à/¡†=õ–1†ÜI¶ÓÿðÙDj0\\l›ÒM´51(Ráæ;\\gÕŒeøÕžþ$çÙ_,¯j…þè–¶Ãût¢C@÷¼ÏŠ¶ü€‰¶Ù&8H×ƒaq_¤/ñÀý •³†™BuZôÙ&‰?´yØÊí=Ó¡¦ÃC6™d6òmÇ\\´]vayÙT*«f‘Z/ä8†ß¬ÀœU(WòÖíöUòï—{ç-–ºÙVÍ—œÙ8$4§l\\ýÔL4y¯\rñot«f`8†Ô^Ù`¤§˜=¬@ûl¤TzÅœ8Ö)}”~–H}±‚qÙ˜‰ù\"Õñþ[Ñ,ÙTý#ŠHÕÎ5\0ùF	\rÕRšosÙ™ßý$¼Ñ°„¹ÕR¨ej`^„ª7Ìè‘Ÿ%ãà¬yÙœ›³¦ÿMèó¾9\ZÖ/·´ÖÊ\'í«ôÖõ Ùž˜4bVtîƒûêÕçtk‹À…Ep%ñ~D`%Ä\0‘;Ù´Î M\nŽ¶¿WX\nŽèº¨Ò|Í|3ßœÔþ+ø+¸4,Ù·ªç´±˜1]ùÖ²lzŽ¼bžVPê¹xëÌœ¬=ÙÅ­Í?Æ/‘’¿ÄŒ)å-\'LÔ— xå!ô¢Uw²ÙØ_nFaõŽÙ>e3¼Ÿ;vzšßãtÜåÕPi(üdÙØÎ|\ZVw7BAzÒázMk+Àš¸øOš5î­ÆÍ@ÄÙÝ&}ˆ,pyÆF(%²Ldïö\r*n=YNtÙïª,kšL®]*–º]>N5c	Ynô±ñl)\"†Ùðïqšqpu˜ªuŠ‰4FÂ€æÇÖÝ†$ÍÓ•ïžÚ_Ùp~Ì*Ìß60¤#¤?BTèP„|½Âÿ:ûX´Ú\Z@Öd­\nf!BïŒÏ>j§×\\R^3Òâ¹óªÚŽV™ÐcZ¼Î=.\0…ý¸¦ÜˆÜõ\\º\'ˆÆ,ÿ™(Ú&€ÏäùM1^t&*/:7`P\n¸€S!:úb=¡Ú.#ËR[$V<¢åZ>f+ ÿ¶mÕ½Rh_i;1²ÖzmÚ6@£Ìd÷3×5(•G\\‘Ü§Doi	PŽp*vwÚ;ÇèääX?=æs|V§F˜ýÆ¢Id³šE<8µÙmÚJ.•EwjôÔöÞÒ#_\ZÜžf®nN€þ7’‰·ÚU/¤“è/gÿ#ªÍJK²Ó’Å]å ¹‡üÀ²Èý|¬M™ÚnÐY‚M\nªŒ}2 `’ÛQæóßvÇñ_í\rzBž^=Ú…¶c:íÆÜ¾|@¸°lõ\'ÆÒe±©—ß²“ ~ÃÚÚ†L-u5Zkw‹=03O¸Œ* ;XJŽ¢²\'z0Ú«Å²¶ÿöT\"ÏÛ\\S‹@¥„Þ¥–+0yrx9ôM,‚›Ú®(‡\"¡Y<%°I 0c+	¶±ƒÄðMÄìv1ÚºQþ©GäƒžuÆGiÔ¯Òg—¯Ìç#dNõ ,ˆ—ÚÃòÖ¢âü’¼ï¶è_ƒöš5†^Wç{£KbÚËFÐyPXÈÄpŸ^MºÆ´s>ê\Z‚HÇ.\r¶ÁÐÚÐýßZ£\\UDÑàþOÜtóÞ”³&Å”LZO\Z£4ÚßvdUÓÒòé=‰Ã…=cx\\÷µé­ž5\'ÒµÛdÕ»`¹›k½Â_[aJ{¡Öp\ZœE=„(X‚’óÛ\\s	Ãp¤JŒTX~†×\\és±Ak×\Z-=}FÛb–áœ¾ïTEw!§†}ža}.›& c-BÈ\'¡Sj?Ût6–÷õSzìÃ¥¿ù«Z¥ã‡æýëÑú,jÕÛ‚wT\\â… ¬+Ú=ÅÑáž¶ò…b\'^÷xØKÃ.ÐÛ‘þ&\ZéŒ·ßÛ7ê°~è¿øÄ±†àrbá©ÿÛ£ë‚Ô°<€ÿÐš~_ém?#±†¼©í#B	î(ÒÛ¥~b%…w\0 ˜z±9ŠwsÓÔnùÙ>Dy1Û§–•ø†è#)\"Uõ­ÎÔýG¤þº´ÛÜ‘é]õ­Û­M:EœÞZÛ<v(@^••òeõíKã\0Û³}sYDk6›Ðë‰ñÍMµÃ(kGN‡Ø©\\BÎ‡ÛÁTÕjñ¤5àDžý­-8FŽÚÖQ\r%Ñ.ÝmÛÄ5RÂã–©\r;ögPkl„r<âèCDŠâ0*\nö)ÛÑÅÂmÖÓx:°.ÀožÞwýpÔ´6b@âW‚FkÛÓ-¹ëÖÛÏìïÜÑ1éäq‚[¢4š2\Z@Ñr»: ÛÓªN‹÷lT­D“…Û,\'›;Î=«¸†%È~æ	H`ÜƒÝÌ`@}6ç°Ðï[d=w\\˜Æ+yåÍ%e‘-´_öÜ+ˆ°^•ÃJ6ÂÊ^NihÈõOJkföiBªÎáÜ¥DœÌ‰I~Ñüñ§Åú.lœâ²v«Pg»ášwv\rÜ\"aMIøÇñ\\ÝP¬;bóÕ>ê§’5>7Dub«lg ÞÜ=z^«z)t‡õ—?Åªïé³Š<)–“+$á>ÜS 4Íh¬\"•hAD\'¶\'|ëº6[kF=×\nyiÅõ«Üfóm»³±‰Rþ²…ÔÌ—U’iØœÏçÖ!Y¹Üh‡Lêça¿þé—¨bøË|\r,7@\\\'>Õõº™0ØÜnƒ+SûúK‡ËÎ&€s¯„ñÑ‰·\\;Y·q»9š‘Üw¥m3Ÿtï	›ÇÐ«Qvš#`i-1ÙžäUúhÊÜ‘ñ‹‘„Ç£gþÖÚ\nÜÜ÷4 ]´Dø$ƒ¯ñW¢¹Ü—•E¹V¼8Ö‹i;±fÀeä|­Ìâ¢Ë¤†ËÜ.r¡µ²ÊYMDMKÈqöÄ¹zëZïpçïýÞßÕÜ£x³ÅL#Ë!ÝîE±~p#‚w¼ˆöpý1[©0L´ö\nÜ±f²œžX¤ÅIñ`&•›¯:•=^bçKGÁ\0.ÔÌÜ´&Š#¼Ôkp‹e`£ò·ª± h™fÏsIžXNkÜÉ:øµK³º¿:õ\"Â‡$_åÇ¥ý\Z˜†g ¹…ÜÐpSI”çÛ{Ç«2jP±µfåGi+YHñKÜ×€¤á…îÃÞ&¦©ôf8•§ÖŠ„ó®Hk[%ó¶¸ÜãmÖrÂŠÝs+n²0ÙOfüžßìÖ ®Œ7Àíy€ÝÅî§g\0xâ-“•¬¨8£“ÀøßúEèmbßE\rHÝ	Zº¶m¼Ž‹Ý\"®6‡Š¥N`ï! B\'wC•Ë®”Ý.°0{\'~K.sJ›·µIPÚ«º&nR‡	°2ÝJ¶ù¯X}šúkŽ;\nÿäöÁé5ñ¿V´ržû4ÝŠwµ?ÂœL)£ä­K¸ÿå†f4Ùº\ra~÷tnTÌüÝ©zK›±u‘ÃYáà.ÃÃmýiÂ4Ÿ’«*¬UTâÝ´ªÏøî\"c¿YO€|Då\0øÁ;í.ü¨–ÓÑ´º*NÝ¿pü\\ä/h#]\"\në=Í/Êþ‹¢MZÖƒ²á×IÝÜ33¹u n°±M5Kh&ÍbV\\%˜Z$èiöîÖÝâC±1Ù~sÙ\\å6ÎrÛ˜âôŒÂýŽ¸\nÎ£ÉÝêç6tt‡Ž|ëüÉhf¥­S?îfí_z¢ªŒ`ôy‚ÝõïÈë…(Hú2\nyÏ€8â…FÑp¿˜àBÝøÈk¿ÂÊ«.E» Ÿ\"yË3ø(ÉO6ÂSuÕ›Z&ÞÿÎêS,®	É×Ôpö\nb!êós!œÍ®]‚>ðÈÞ\n˜óOºÛjÇøÔ5»RLC‰I˜e¦ôºèá»”Je\0Þ.S”Fˆ>í.œ«çÝî¨wïgÞ:$€\Z	ž±ªVÞ8{äõV÷íú9Ë/ÎjÚzbbžÞÛhFøµ+”\0~šÞXÛtáðÇž¬ƒC¼¸{•Ðã%¨©fÍ\"‚´Z_m=ž‰ÞZ>D[¹{¶©Î/³Žm9qNÔ9wN|\nÞÖ¥ÙÂsÞj*Ðñb”ŒîTÿó…O5påp´`€„)ÂÄÞ–ÇpöŸÂ1iýÅÐœÕ¶û&ñÓ19Þ }D3Ì²»Þš$>ªÀ÷ª*ñôÈÈÖ~wa°\rÔÁµxŒš„Þ¥\\Þ}ü9QZ×è\rHO\Z™+ÈCµ3\rÍ‡q†Ñü™,âÞ±ÔÛî\n1ç¶$Äd8v^!*˜3Èçó#Íœv@ÞÂ3¬&h±N;y‚B\ZàªåN¤ 8	jüxÞoùÞÖXQl~?‹8’¹•¸ÖiæÓêi8|¡«†þÕLeÞþú¯Õ÷ËIÓ_y:÷¶Ž“&Çë³ûRªzß²<OT%x\Z´âÜ‚it11E¹gÜU&½¢2ß1°YI\nf	œê¹Yá¦ŠÓÏFrLÇ™¼Ø7€ßu…¡•´ÈS–tÖ—ù³õpèœÇ¯$U‚-²mö©ß ‰—~ÐÜV°>ƒ¢¯ò˜€¹çEY\r’,i¼Õ‚ˆþß!\r„2nÄD¬›À9Té%TÖ–Î\r>™‚›ì‡Æ¾âÎüßAýYä{,P\0~b•Š\"Üƒ°›½îƒê×©n\0Aã¹=ßRŽ’˜<îF{È;xÙ¾Û¶IÄx3¦\nézÇ–ÛQÊßh°Â-nñ&ûU±ìe\\ÑXjš`øünÙ­Å|ò&ßkÁ—2ØùÊ°ãS|§ØôIÚ…ß†RØýy¹rÿßv@|ßz÷%ÌÓ¶p,Áro;B5\0±ÚC®…yaFßvÙVNcÛŠŠi÷Ba•ÖáÜÓÆTÇf€Xß÷ß| ³jòªÓb·ªdPÏCW>báæ°$=OÜtÇß—>G8jÅj±4‡•8µ-sZî‡ÔsÅfª?ß…y÷Rë˜zå5ñµT§˜\0ËDUç££	«wÌ¯ØßŒ\nû‰ür†ƒsgÉ´ÅÚã5Z¢}Ì¼¯õâ„ßŒõPÊý½Ü»†\0·{QçÐ©#î÷m,Áx\\`ar_ß”õÌ}>&žIy¸	p‡—Àby1©°8‹gœJ\n °ß ƒ„B.qf6*_…í-×ëªù‡¦W–I£Õ4—öK2ß§Æ)óö¹¥sûgñç¯,„øüHeä|•\"ÿjÌ‹2(ß¹VïþªˆÑçûÏN«A=´ÿ²XÝÀ÷\"ìÃ.€\nßÅ…i‡2—³~ê<´g»qÔ´TÏ—öæî~‚%>‹ßÔ6mÿ®“–_¨5Óô³Ÿøí›è}Ï;[IßòFêöi±Óêã|x¬7N¤™*T¤ÏÏàZ¦´j”\rßóu^kbÚµÄØÈ)†P\0˜€×[\'à.¤l7†ä^\rßö?Š%ÕRþ¿êc’Á­Igl‡ìŸù–¢QRx\ZÐË®•à¯R«-S®ZoŽ3Ò³CA›j»—¯	™M”‘^à2ÒÉ–<”tfp\'ÒÜP6ß±Éú)¶u›´@üŠåàS…ÿC­o†¶­m9¬Êô…4]·2IeEü˜k…„qàhÂö@N>ÌÞ‡Í˜RRSo sªBycó!Íõlàƒª¢çê	MJh^ö…`Å¼7¶ýZà=ÎÚà^Ô¯¤¯à…ÏÄ½1ÍTg‘«Ø±ÿÀDËñwàhÏlàŽËÔ‘“Ëì_‹x†4Ž°®í\r[òÏ	\r+¹ù…¾~à\"j—\\êç²ƒh_EÌV\"¶§·R­ŸÒ†càœÞ}œ×o©iÓ¿FpÜ&KÍIPÊ½±D²á[‰’ùà¢ÔE=3iJ[aÄÝx­(aB½tgñP	Š‰BƒÛú†\"àÏ(ÜQGè<C°<¼’¥÷êF\Zm_=|…kÂ„±BÃ´àÑ4¨á>]F´fw\'à‚†ˆ¥¥¿æ¬šêã­Evm8”àéaøÄ†î¨¥êJÊÿ½µHÚ¢#e§ Rû¾7\"dàô‡#!ÊE!,ñæ”clà5„B\\	W´\"gÜ·¿}}áè”ü|Ÿ¬“ˆC„ÊC0½ü²óvÓÇ0Ké°\r-ÊáèÉî´èp¹Å®úº4,™áéKY(—IŽ á xD¨Qƒ¹á/¢tú«àÅv›±ÉîÇ¹Uå¿8¹á-¦â©é4J \0ó)SÖ´ÅÔÍëò?Êk\"4àZ¹.áZ9…\r¡k²ÕïXêÆe‹_^ˆq(Ñµû/Ì¹áh‡Ñ2¤úë2&ÛXˆt-ååÛÂaüœZ¸námúsNâQ\"?»mFN8ª?™pi\Z²hê©HæzëáŽžO,äk”h¬iY£´eÕ8;w*AÞŠ&\'D:á™Ð5’`ôv>‘çdèŽkÿ}< ½ºö6Çþ€ ™áŸÈ€òKBîÛµ&|UBÆõ\0¨Y¼Ô;@7Òñ³ìäá GJãòÛ½æ·+ÖI¾¤-…“Æê°i3×<áÊîe\n!ñd>Ççáa‚ñ÷ö±%+£eT7 õÒ§gáÑÙå¢é¿ßdë§ë‚ñ,w=	©{|\ZZoÏ¢.šÀáÜpÖ]íU\ZeßÚûO§lP¨ÄÎÖ&A{°Š5áå/ÿÆw?Z)H%ÁK“-œxrNœpê”¨Ôò%ýâ$,¶©…©5ö%mŒœüäí§¾ÿÛ,»\nu(Þžw0âKoHJ,aô»	”r†U9\'s?Ì|ˆó™«¾äôâR0™ÏAtRWëE  )©çÖ…uT‰±¬R¹ÏYÅâT6™Âr‚ä³\Z¢IZ)³þ[w[]ï¡=`Lï ÃžâV GëLßä¡÷™¬¦mJ—ÄaÎÏf¤o€\0åÔâW»˜eØ2Ú`Ô¥:Z?¦š¢Óì^X=GÈÎ³¹âb<H”G§âwE×21ïwh„a3(JÇ@â€µ`úiz  òy}ý³fWÌmhïGmM•³¶]â˜H\rìu’‰:ðº4ˆá›Ì©¢i²ô÷——7[Gâ¤ì³™rã/a4 v)šw}Uõ³+ú“è°†{3â¥¾¨Ïµ¹ó¾”êç‘‰—N)]ôòW1—Ò+Z±§â¨*Ê Òu<àÿeëëè\nÞç,›§¥&­ÛÍ­1¿âÊ€Û:If	ÌÚ¦%‚‹±5Ð@Q‰85õÊ‚1Û-5âÕÂÕ¼ymén*$ï\\lµüGš…ÈÁ*²EäM\nlâ×­Ïm³[ð-ùB²8Y´ŸÙºª’d™¨ûJ6áÊS.âÛV59á†ûœú4*·„¶f¿H	¼‡ìr™š*\0ñYâã±¿;+h<Rô¾Ÿñµ¹VÅ_ã×u&RƒÅá‘:âê˜Æ¹éW\rbC¨JŸ™9 žnàFB ˜yßJ/ãad¸Ë“V§ÒBZLC€ù¹¦;’wxãY^Áã-ª³óÑo/@ø8Ø7²²Ÿ?ð›Ì!c°¬^ªHþ\0ãEœ*ÐÚªIòz3^M±Ž•P4Æ¥¶FlÃwRCãH1“\0H\rgf´^Hq*ƒßvþ6MÇg2ÜÂ¬°ãI®Y¾–”ã›g²·Ö_¦Ëùµ,ý\ZI.&;Ó¾rãV<SgàU|¿4E+5å¤Cõ828¨˜‹Ò½ãoù\'Û?ÓõŠ_æ8ÅäÛ—0]$47F\Z£A#„[°RAãrÐÅ57‡Ç{›0²7f=ê9GûcNÌÃùyÎŸorã|‚¸Aî\ZíU˜\0®ÎjJ´ŽÎ†PÈM6.\n?ã~¢oâ•ÇÎ¥™TXJ)*a›†ºL#ôVÖñÅ·Šîãú42Bê2Ž¢ü±,u¶ïÊ•n}~ÂÒ‚Z-ã¨3¯6	Åàž£›ø>Ó¯¥\Zÿz?<^ÀæÁ¡…ÏÞº©ãª%8¬÷\"¿yÙ±OlBæ=VG‘áhó‹!â³ÌKö<ãÙJšq¯Ç;»(5nOÇj¦nYZ5qÚÇPÜ ÄÎ4ãôzgzBìtWnŒWþ¢&»cÞ\'J@{TçÈÖrŸq¯	Ÿä*k÷ÓJ+ß0úÏ}þVL¾f6	•âÇüÓ†`lI*Hä?²6­‹ûÃG§}hêoÚBƒêñ Ÿ‡%ãùµLä@¡Ä¥¡òübu‰(FHP\\È¯C9!²cnÀäN*NJg§ª}YvËâµ7ÑOh%.\"A—Xä*ä¯‚·:«rÿ µ›oOÇ\'7x¾9´ é)y³‘ûjäÑ?wkÑ6òÀŒ£(.¥T–Êv—Ì¯1‹ëª½¨»‘äæûŽþ5‘NËíbð7Ù³UwŠÀ*)Úh	+Úž²äé‡\n)Q¶àNÊkÛÂUî4žÉüJ°M›Ñ\\ÌñêVäë«ßõ^1µÜîÃç¨u²îrYÞ¥1m³wæô’±täìÚø¦ˆ&˜Cr\'BMFÓu\ZxÙÒ/D9Á«ðzHäó&Uéÿ>È+Tœ­ôKðùF(—³,`:7­†QäøäúÇ±-F„¡ŽZ«QéTÆ·n\r¦õ·{ŒãÁåPuÀÏ…ü¹~û\r|F¥ÅSža(ãJ€}ÈŸµA\rå1PÔxœzšuíîÑ·±;gtS7„×éGn+‚¢Qå1âÆrg¤“‘Q× ygáÐß5ù±.h¢”f°ÿhmå;½öÈk¢ »ðô²±W8¡ÜÐË‰Œ¡ôÚnátåAÜèƒøby—MÏ;(ujûù?Öó]ë$ÍCÞÿì&eåZæÃ%¿,zf¯w#nØ”5²0DŒ*/r…xª¶PågÖæb– =#à¢\0öMœ)ðÝB×áã…\\eù±åˆCAøï²wƒŠÙwK°HYøªÍ\"÷´ä0d´ß·žå”À~ÈØýkí:µ£\nìøäâY¨Ã¯y.¾5 <€ä”å£oÊÆ¼oP?¹–†ü©D¸“O%³úÚµN:(ì²å²{¥ZØÓŒU†J•£øk#H‡…T]^¥Uÿ\0T’jå·Ä…[Æ·G®Ï¥ÂÖ±!IŸzóAè4Nÿ:ÓŠÎå¸ðU	ž[–ÇÃºêæy-ÈÕÜòøŠó˜Ê)­ä›5åÈ_âBa\rcÿ­‚ëÑÿ;£ö‚pîæ×vˆgm-,åÓÈý_í¼\"T›Pœ].íž­jî¦8\\3Çc\ZÙ^ÔýåÔ@i# UcjH«q.—!þâî¿Û´	^UœÓ\rã¾såæžþ;må¹¡™F}I­-6áœnÎ$[åé¨Ž$\nÁƒÂ9Ÿ2%ÍV¶ÙúÂ”Ò0D2`qœ¨åî¨T&²¹%ÑíqŒ5Ã¢ÿy\nVÚŒ¾™H©tÈðåöØÈ:œÐ<‡k%·›û‘Âäÿ (õ„Â1²Ó.æpŽIŒ¸u˜Š¼ÜeIªt9ŽëÔ]„\05¹ôå^æ\Z!žùÜcçxN°®d×iÔGeAI@ï\'iÛ¤ÿz¿¦æ*ÍýbT‘JÓ-2ãÔÌ<…8Ko|’nF&Qó Itæ-Z\r“Ë…‡òH«F® wbä9Ñ¿\ZÓxRî×ãÖcæIŸ0ã{šÈeQDäÐ ìç€{‘°~aK\\-ÖB\Z¬æ](5zÆ!üUÇâN[áaÀ9»{ÝÏÏÆÔj©›B0Púæ`=|fÖÞ«‰7Ð²v\\Žr%3{Vß:o,\\äT\0ë·æoU­œÈÛK¯˜j¦ÚaW”Å›\'„´—Îyˆ³¬Yèæ›—>Öâ@-œÏäºì=•æ	gò„_šð³õæ¤ñ{-SP+f£´QúpäÔë87i!*Iåíà§æÉ6ëKk¹	ííŒo´Œ˜yA¼w)öÄ}\\C	\nÑò¼=æÕ‰{£¶†•½o×¶gbUŽ•œhº6‰ÿ–XE’.æØÛR‰un5jšŠ©ô¸ÚO\0é6\ntìuÙ=´´æÚù—§5Qæú%Ç›|ß‚Ž¢ÁY³MÞ\\ÉJ»ažábæöÄÁTÊà÷jŸÝbGar¸Ußê„~•\ZoZæö\"TÉ·Å\rMÙ +èÂš	`‘ˆÌÔgOålæþ:”æìâæøl³}s1¤iJoÄZš3wÔ/atØç?\\pûŽiEEËþÊ,›8±ÿ¸¾)¢TÅn,û„q»çSFÂz”È²MRýÃW3ÃÒ\\ÏŒ€è\rÇ×q¯Äò1?çXE¿°GD†f°ÜL­SÂq…†`Ö	€”ÈÙ·ç‚¿EÈÃî$>9¬6g\0­ëÃˆ¿];µÅlˆ¬ ç…\0lš*\r¾ŸŒÆ\n%žE\'ÈtûûFëàä†ùç…¶\Zf=?±ž;[§”é%óÂÖj×Ä{j‹ôMa7ç—°fùWeJS’“ZŸwëkìX¹ºÚ±ÜòÓçšØ~¿ç‹\n}Ê@™=ÞáÜ\\Y³ñYÁCªˆ]ÈÇ¢é‘ç¢‚€†Ò5 ¹¢Ìc§Z¡Ïç°\rö»l¶Yç§Æq\n\"Ž)\nŠÑêSe]œé~¤&^v¹ŠwçÅœ‹¡´‹‡v|Ú†…`z`±®„²I{ûzÔÖC€9çÉ]Wªòˆî9Õ‹Ê¸oz=ª®™p³røÄóþ7è\0£H\n({ÝS=gè³®ÙÿÂ‰kyoÌä?þ”•¼è½¸Ï8Õ‡¥Ð|BÛç’D…Šÿæ«1˜‹3œØ7šÝè¶íÅ£é¢\n<Yz\'±ÉjìXœ¶»`ê¡fr¥Qè\ZöÈ¿Ó4ÿáü«M†F/Ç-îf‘¿r“:CK\nèÛ8]“›PYÝÀ5Hý¼ågbÇÜ:’<žxÝ¢¦ÔXè‚Ç,sèÝÕ\Zi™(±6è²¿!˜úžÿgŒÑŠÑk8è-¢Â›dŒ´xøj½)”£dmˆxÔÌß»‡ë?è9Ý±|û¾X!¢l½‹·ú%1+ãw…çÔ$­5èJíck!Ô›è“HæF¼fKè\Z¾–ö­ûRœ$H¤è´ZYî¡Á€\n~íÜP.åêxêœƒ N×ýÃ®(¹gFèøw÷@è©YÔÌÃÀa_‰^ËËf¤¢^êÑÂ(Ä\rOèý«>×è¸­,“×ƒž¹š¯ýð\\qç§œé³rï*³ï„³ÚÁ¾L–lf¢°­Š°< Õwžé;·?Æá¾Ýšµd ‚t-ÌÌü8eä0WŽø~»*é>< *±ì0V÷ê‡çå£ä©Ø\04¾~Òt¡µúU‰égLóQšù¢ºŠÒùç£º1ZÒktx¬Ã*ýš¸5Ié„³~ã¾¥Ýµ„n„n\'´-˜ç„ñ˜Ò‰VÞ>çéˆ¢Ú›Ôr],?i(R;¾À½}¾˜>•ÖÜéžQV!yvpcÌ’P` ˆ-že9rJ“K\'tÅÏ>;é«¥úÄ§gZï˜ÁúŒëCÝÞ§ÔJ oÀé*^ñ¢éÉ°1–N»JýR’áiÀBèíŽÔOõÓ¬BÌêVé×h´pCé%äâZí–}¾=¢™s<Û”ŸË[Zè#g *éÚé°\Zé;1\ZE”?Ic®_€†æðcÄ#ÅˆÑMéèž-µ[\"¹n³Eª*9‡p“:ÖcZT\\×ç›:_½ê–&#`Q¸\n.	.ŽE¬@¬ÑŽ.ú©%E´¸gØüˆê=ážN3äü¸>½ì¬gœ|S(FÑjÇ•\nÙÕ;•eèêXí4P£ievØûæìWßsoÚ‹ÅLñ­QBWÃb¥êe¸xþñAíj,p¤rñˆk•jV°iƒÉê›Ù]ÈA¦\"”¥‘±—3#Àq Æ†Ö\Z¾)+l\0#<9ê¬¥\"Ï•ü“ôA¥ÙvÕhzÄJ>AŽqƒäWß&zUê®V¨šµÆ\nW8 ­²`\0ayxHÃµ¹× céêÎÍ¿Í°µÛ9Oü8ñ^^ç]¦½ýt*fæ%ËýYEêíÆ5ð<Ê`ðWÿ²hµ«Ëj0g÷_M†üªÑTJêï\np²…cÂ‰[«ùÇ_:E(.)“&$*~Ï(gf“ëØ;Ÿ—‡c©×\0Ì¢¸¹câ÷eÛ:Hb>R@\'=½vë@5)ÛëîyÅ&¡Ö«“†‹\r»¶œ;ÄðÓ&ëÆØ›Æ¿¯Ø»Í5|V¿{£×¾üA\rreAFzK`ë\"Ù?ÐßE¬õzÛêcRœz±ÐÍžó.VÇ~!ë6ø˜k8•Ö½¬éÿ§ W\'Ð|Ç˜Ìý—rf­H	/ëA”¹.ºy—aÿé¤·’#‘šÎcÁ¢ð½^Sá§ëAƒý_šÈß7ý\'hcvœ‘]½Ô#\':ÙzØëK×lßà?÷YkÒéÅ2‚óÉìW>§Øô-ˆMõëPûN`g?\\\nÂ\rK¶´¹\0ðßJ<Ç˜3bxT:ëW*–Óªr—î-6¢föpxc×,hoNƒI÷ë[Í\\ß`ÿnBæ7$Î‡#tý\"S¬mÐÚ-®§Cë`Í¬ÉŠÎsÎE#)(»ØôA[”h™\'ù®øçë|àùkaOïIŠîhÝ9A\08(¿?¼K\nµöÍ ¸ë€ZNt­aÂZ¬”f+Ç ‘\nõKèá°ú·°œb¯ë¤LDL9Æ4“Ý¬JÒæ•ÝƒõCí¦lE<aÇˆ…ïöëë¥lã.Ä“zÚÍ]\nºÕ\Z‰ý:›Âzs\0nÄ½Ìë¶ÿ°>¸eÅ[7“ÒNJõªttŽ@êŽ`¶2Zë¹\'S§VÙ\"ê*‰XAŸvkœOx¼Þ¡ÖmdFFÃ…fëÒa+‡6È¬ç³åÁ÷)rbÆ4”Ê²g´©}S“xëÛvÖ»–aÊ©ÆD\05SS†-’Î*Ã^Ó…Œ\\w²ëð­Ò%`0Š¸ª•vl·¡µ\r®˜˜\n?¿4É¿ìrÖO©n¿õ_4Ä`…/“-ñ\'ÀîaYI|6Æòì`Zâ4‘¨\n¿é\"ž±l\'ÁãU8yîkSlöØµAÆì(GL¼¦8!Õ<z½KrÖiãáImV‡e(iCxùì/?‡¿¨O‘¾ÇE¥q¡²ði7A:Š3\r”³˜¢:ì?°ý2=‹,¬+)ÍÌ»þÓn£gš³»3©(·î¡ìD—íÔaˆ!_yþ	ÂQ“VGK‰³Ò‚½šsv@ÖìNºËÔù\0å}AŒv³¨ÃA¾‘$Î=Þ08Q×j€®ì`å§\ZæËÜ9ñ÷•8Ra>rÕZåì!´e%©ìd¡uH/l+ÒïÞ âÝÔîÖ.„ÃÿI6Šñ(Ûÿì›Žy—Rôjò·\nM¢Çø¯Èx\r.sˆÎ‚÷…çßÁŒ&ì®À’¢y¥îÃY#¨Ç³ÃE	´è92¿žžä„ì¯»ƒvnjs,_Y{\Zk•˜]µÙ›z¸Jò^zêì·{‘MŽþÉþ9l+:A¢ê}0¤š0ÈÝ.½@LìÆ3¢lå›”‰\\ÕHiÜµx„fîLl#@Å¤‹åe+ì×¹=’¾¾³So\nhÑ±¢Ù‹!J~áºžÇ¡É¹ìá½™Ág\rÁ„yôuCxÄÔ;P{ó³kØîÆéyMìã#µh .˜’?éõt#É ‡‚£\"ü‘ëz)`–ìúRI+‹_#aØÿp[o×ñ|\'ë:@ôîóAª×} EíÃé¥¬2,ò’¡Á)º“w_êDÊ‰Ô¶§Í‚íÎÔ6j4°0FŠ†Scö\"«µ~ÖÖG8<\'óÀˆÞí¹€ƒ³½‘:ïÁ¨ŒMÄ6©ª¿/î¿U­9)íO…àãÞáªÞWTÁ>•ËûŠSÁ€0\0É;§õQOí%$Kðþ	œÕ\'ßàÍ•{)²°_ºÒÂÄŽ#/qí&ôOÄ[Ê¶Ñ÷O¹\"Â²æ,êìôl?2j&—Ýíí,‡kàºûäþ›¥û$t3ßó?iYÏ²YÚ·O†í5]Iÿç{ö¦Î£›¤ƒÙš‘X‚LëlÇÌòÌ#,\níWÓMb™©X°³zp)\'ì•Fñ—â{§ôPniqŒ¾9ío§ÃÌ³l5Êy9òMb†&iK–èues¶<%íqÑ¬6ÙþI¬¬½F™_‘‚\'Q•7—3#5XN¸íxL+ºÖ–}	gTj°ô,Þ)0fœ’Ûí§­;7p>íƒDy(éº-s\'ìã¿#Ö›XÌÞ‰êÎ†•>¼í’Ý9ÈF„Üð± Ê÷dÈãíÖ°H]@eéPaí™yŠÅ&)Ô§ü»0Ðx)/ÒmÛ…ÍrÙUzßí¨•þê„¼Ù&š•¹[j’}wR÷Eý·¥vàäíÌ{ðAï„ñôG‰5öFä¿i	y*dq]œOŽÈX=íù>ý’j*¶¡Ììš¬»eí3Öpž]æ¬LØ}ž`îÔ`ÎDX1ó¨˜äç¢Ø¹“óWJÍöšÍ]cÆˆfî	uøJ0f°j\0Ö‘sìÐZR‰~•]ÍÁ´ß*Ã¦Üî\"Ûrd SŒ2é!æ{—Ö£:=úNzäàïÃg†&þî$—F,lKê¸‰/Ã9özÞÃœu ê\Z\"Ødmî*\ZÜîä¬XÝÍ¹[I|•4rñ_œxS‚´©î*tÁ–€Û^ç&ðÆ/Ê\\$ÌÒêr\\`Ê³aþÌî7%€¿eÅ±CS6Õê€ÿÒÇ€èh¤2.^W¨wñî_NèóCœ³ˆnÜd,y¼p¯¾U³~¶—É2Ê©ùîwÇ:µjUÊ/¸ªt#Lÿ¿Ž\"uât…âPÇw\"î…´LÛx|ï(.ayâÑ«uÍ#\ZžÚ„e÷œœuîÇuIå;o·è,1ù{÷˜[rÑ¸5é¶b¨,î ù½‰B2ó«+YÔGHéõ¼QéM·®p+ÖÊiî³Ç2ÑvC°­’Æm’*ÑiúžüQLC·H8îÀRvJëÜj…Ãoœ™×Þ¼f2RFt½¯…	{[OîÖbº4˜‚ÿ?Õøäfs^ÅYÚÙ\0‰©Á©¢½À^÷îî%ümp2X[j_aG·…¹Ðâ…v»@Þ2‘«b\\þï\0æ“ƒí«~*JÕjTÙ\Zw·?/™cƒg—‹)eÕï¬øöZ~&¢q»ÙN7Óó Z-í‡ÌÉÎ…rõÑ$Eï\Z3b\n¦îæNyoHëN„mQûÑvaýNï/	äYï!vâ‘46]3º]£ë3è<§µÚ—“ñµ”ï<‡*=Ütó…¡¢pE‘KL¶ËÈÖ[œMrx%\0ïb0qq¬Ä‚õ®|x»î’ïñ:¬_³˜V…5:áU–‘Sïo2Ò¾Pÿu‰A_•*}ë~Êô‚\'K9ö;ô¾ÿ4ïÖp«ä\n+=U¯Oª}Ýî…6ÔŠ|¼‰è±}<yï­¼Ö‰KîhxÞ«(Ráïñ1Êõ=~ÅPäwÄïÂºT¡+·Inö™\r{¸ãMë™ã÷_ðà»˜`3x¯ïä4‡•Lê#\\r°¼Ô¹FÅ \"‹$qÏcí@\næÿïø«CñâKnAìO] ™`þo§¦ŠC›ýK¦‚ðÅ.ˆù‘U8u…±›iÏÄèH<pShÛZØ°/ð\r.‚Oôû}9žfPkÈoøÖ2,”=A}P¨ð#\r5ók´à›,P¬D·+ª>J»Ô5ë”§ùn€Îð.\0UŽRqÏk\'…¾šž¨i_i,…\nÑGËô+Lð.\rQŠ\0€½%¶\'óyóm–_˜Ü#ê?ÚÑðE1\0«Â² ÷7“¥5mw>ZÍùß2Q2K=¬^NƒÜâðq¤Ùó¤íQ\nôIS„}V#íN7=‰êÉ·Š5øÔðžgD¼ò©>h]3Úð\n0_¬ÑáWg¢1*ð¥VÁ¦ðåÁFIP´¤ x¯‹fìvL»@èÙÄpàðÀîÆR;K˜ØøÊÑÀúRÌñ[:[ÿæ*w¿(æ1€ª yðÎjL3Ë‡·d„\'­þV&}l›Å]dOìÑgñÆV§æ:ðÓÙ5ÅËfHµ¤A~l!/»6äyÔ¶žî!ª¹[^¦IðÙ·O3Ç³EØ}{˜ÝY¶z¬½Œ‡#¦âñ€@ðÚöXaÍ°]çâ()cÿkÏÐ!~só~h®íî¢q0ðÛÁ•X?8ùÌ…™ƒàH‡Ûi,+xú¼ÍµŒSEðô^>¥6\\½¾ãâV¿6 Eé‘iÇ*ÙX,¤/²6ñÿÚà××}%]ávˆ	§‚\ZYû«¨á<ž}]ñ8æc›Ü4=}ŒXíj(	;ßÝwãgÎÖ¸,\\Rñ‚0©$kÆoˆA­…{¿°¸†ÿÊ2#ì˜amªˆ\'™ñƒY#ÎòO®ç(&\r\n0Ø{zÉã€öÇû7¹jÇá»åñ¥Rºv’•‚^0Òõ?ø2DhÙ4†SGÆ8RH“eüÏñ¸4Ú‰3Åz\ZríK,îIÞ—ÅOeÀx¨ÑŸ‡ói}„ó.ñËkQ¾_ê3«°9‹y\n£bÛ-5c,R¹–ñè3£§Å\'„r´˜.]9cËx·ªßšY9í\\~ÏóòÂØÄfÖÊÆÇ¶hýj}u—pIXåpâÚ¾Î©T²§…ò/Ó6F€ƒkÍT†E;æH	#Ûß›ÞöˆÍ{òC\'VÛ¨/ÉéH_n{ÝÔFWÔê?^Õ®¢VŸï‹ òN	±á»-«²²j¹›Çs\Zjhß½CáÈ™ªIùë²EòbäÁU‹aöÈÐË9e×½R§²X‡?æ¥ˆ1±µòih\ZÎÒ•üƒX¼T÷9€¥€ÛòEßŽ¢iðšÑ†	òv²••&²=GžŸéVŸkr2Î×C5¶­¸ÏmôÊ~q~Œò‰±Ø;rfXá…¸½“eXÈt¢Åª.+[¤µ£ûòŽå’©H{vúÌò./s|UÈZÓÈA§h$DU²sÓËò­æúIÍ{\'\01ÁãâÜŒ˜ä‡røªŽk¦ŠDßäòÂa²cÉö´ö#kôQbm(ö¹(· {ia^¨\\vì·JòÖM©”C`QA6 _Í~‚jÓcˆ,1®îŒF\n)7Üòä©¾!è@¥˜ë	Ón›ˆ÷K^$ÛëN€Vj¡ýÊqòì`J…BZ›Þ…ˆJ¢Œ•X 0u¦9 >¥!®‰v1’ó ìvªêÄ…¯>¡›ªÐ¨î&ÛD™6X]`ïÇ=ó(fyÞÃ2ýÉÐ­Ï9¼àexÜkzªBü«4Ûò6óHy·/=žÝu4¼_c¦µ…	Î¿\'Ž‘®M|4³ógE;+\\¹)HÐqÏÝ{@ÃdX{a2ÕH´=·Äó…GÍÈ6Cm­Å:î|ÄÒ!%¨â…p8ÇUgð¿Œ«ó’ë¤AçNˆÕyúqoÊ…#&]#mV°Û•ºrÈ¹ó¦ÂÔLá=¦Ö6mzQh¨´ZˆêöòœàÁÑÊCÓó¬ µ¨ÊT¯Î±ˆˆåi•½ß Pom\\D5~Ô!À…„ óÐ—†ùÃ÷e¨åãW‰_6|—T-Ý>{ÜrC\nÌ=±óÚkÈÅRdŒj€¦6¿ÄôžTãÏÂëøÎ\'‚³¢óù’3HÎ_cxøÅNãžÛpn¦¦x{V…«‚@Óôf!··D.S°°J/ÞxkùnZ¶~qÆê6Lê‚¨$Ôô¯ˆ?{II%õ&œV(Aw®Ø<ä©»„Êêcô$Ða‚=¥¸®èµ!3C¹PY¬â¡.c%Ç0b?Oô)MíŸ´™ûøË[Â%>xdë]?ZŠñ´ž1õ€¼ô5ÙÎqö)•9W/`¯çkWèV*à_i_\'hÊMaôCQWÜ~KÛ0±X~DÎ<ý¤Í>Ì5ëO!	U\'£ñôIaÓ´9+¶åí6ì§ÚfFÉ£7«r,Áõ?ÏËOôP“Ó\ZârŸ(gaëžu;YˆR‡>èºv\\ÙÂ?sëkô\\¸ ¸~Ðm†”àVýâ|Ý¥\0™‰!ÔôÙ–X6±¶ôaªv›/%1UÿEd È_w\'±Þ¢—¶×KGs³*<vôu.˜€ùìê—S²ÍA`\n¤	t§úÿp\'â\\Ë‘+&ô‘¡*u4ªµc	\Z{\r˜ˆ†ö¤õ@l(2Ïu¥Üô®-V°ÿð’ÎâJË€…¢z•Ø§`*#–äjô¯xZ¶É&ç\ZÞ{C\rB¶]¢ÞYá#ð<\0!_ô¼M~(‰ª¥ú­kÜà_MèÖW¼ÔF‚i‰]È«ÓôÁë¶åiË’¡BÙÝl@†jë!ë\0@‚þÎ‹ôÅ²Ž3÷´‡²pv`ñr9HŸƒ(¶cßWÞK\"…$ôÆGàÏ­\'·6ÜI\"óVÛÉœ=«Â0¹Ûþµ¼²ñ\ZôÇó×hÖ­Ý†<e1L¢!Ó³ø„\ZªŠD¤K¾—iôÍ@*SŒÄ˜RgÔÉº	r¸ÍzÞ÷2,oÛÏQ®¹ôÏ•ÎFUö…élt€°*³gª§ëÐVâ˜²Ã¹ÇËô×ÔÛ¬ƒ£BjÆLNƒùhZìíe%“D\'‰ÇüG}wîôåEÏk*	ªÏWØŒj»¡|•ÂK\'’ l×Èˆ<ôí²ŠÓÇÒêfdUÈÆ¬¶æ‚ÉÈ\\ê¯fHÜËëö÷v„õI¬IšÝwßd¦4\"°é†—ÑàÞÒ0_Õëhí^1õ Ê-åcÖj¦HtfÝ¬Ó?óáÊD)Ä\'·ÖhcF,õ4¯|iÓQl°p§êt÷>ñ%y£¨²ä1P¥bBüõR‚ý¦ô[B}–\n[ŒÚÜ;	I2qè‘UÔ>åõn)Í„¸ºIx´ñ´VV$ºÌZ=¾”qÅUOúàcõƒïæ\nÔÇÌ4\r\'RŸ2ä8ÏF(>Fð„2 ”Ýõ”Â\"Qj6¿h³ë\'–Vh¦­~ÆÆAd’º€7Üõ¦Dšc€ÉÝA‰\ZµH¯zyÝÀI“íîêQè‰]‘oõÒ%<»°DN«N‹÷Mž^ó®^º¾/jC9òtb–¦pö\r<ë!!dŽeŸpõÂ\ZÂö	¥0mz“ÃÇ˜é%ö\ZNúŠñ:‡J0¼²L©ð2æû\"L±íâ¯œtÂö%>œ:1¸W™µR¿ÚØŠÍ©°ÂQÔi‚ñ~Õ^Gövr’`GáÌƒÎSý€°„©Â$ áÁ2|‚¨>éõ‰YöwMüW[þë ´ßIËî/¯H-j\r%èD’°³Éˆ€öƒ+¯P4Õg.½àžÄ{ÎáÊþ^WœÄ/![quöˆÍT ®&gÉ–Ð\r.…Ä:Ø)§QÙÝ7‹Ý£ð ™hö³\"bŸY(VÝÑWË|/5[ýrðÉ·*ÏÊÐM–ÚÔlöº¿ráþn©¶zW„úm:føO&y(ëHÜ´ãÔùö»\nª#_F¯D:±®Õ1IÓ}U\"\0HØBŸ&`Æ8û€möÈ!U¡c%rT ”êã.ªqƒx†ë¹ž=\0öÚÔ\"øIà8cï_Ý;¢kà6½ùR¤r‹çE?{dÂÂöÝG_ÍA”›ê7©¼œÃc0+›Ù^EÎéh1îä„{ëó÷9UÍ,·ŽÞ%k1X\r LcNï‰;½<KÎ÷{–*Òúk“L¤½œÍý–ìE,Ít*«J¸.	ì—÷¼»*æ­\\5œµc%ªaû¤PŸTÁ›g³xÈ»÷=—Ü|@” ÔƒÄÙ\\¯›HVq2ªÎv5Âo«›,™\0÷7ûIÑ´ùE‡³£™Æ90.BAeµ4>]yþS‚Pk™÷=ü9iÎðfCu	l6E€#ñZt,#<‹\ZLÇ4Z¼´÷Z<&Á^‡SÛÜèŽVÄÀ?½ÀºR†ÃŠ¥]€‚	„÷ÞÍ®6ÝØô»R¾ŠÔ¤z†¤8\\4”ùwæÄc‹÷ßyŽ¼€Ýs–˜øM™)9@óŠ£îþÉðŠ2î‹ÐÁØ.Á÷êVü/B°Îc5a—º\rRI G>?£¨çy;Í+šú‰÷ô\'ùSAE¦D>ÌÓÆÞqqaç_ÊËØˆK)ôAºø/ºó±YQ€°;¥#æ6ÌycäÈŒúÊ—ÉjÿßÈLø2©Ë-[Ñ 3»æý]S³³.ïã\\þŸ0×”£ÕøB/\nÉj“z\'açÿô¸·§ø½÷ÙÕFðL\ZøH-L	`$p1/>:r—ýÞV Ç™=={ðÍOrøRÜxgÓJ9G0>z×c&öIÃ†b4~¨*LªQøRkg!iÍïf¦nb.*ëÍÎ·ÛØð¢$ÏgwËøTÎ©#;?²Ú`Ò?ÐÉ;\"ŒèAäöY|û—X;uøaôw?oa”æîbN$²gIÌöÏôõ+Ç·áR.øeî\ZúèàÀôptñµÖá£ˆ¥É:\Z¤`\'8Áy`ø•¥w‰Wðö0ãÛÈP·ªR†Æ‡²î]±Pöd«Þ$*Hø9\n?šg{Ñ÷¥gsû	gOÈàXžIØ#nø¤¨!F#YÈ¼v\"|é:àÝ¯CG#\nY¹E[‚‘VŸwÎø¹i¢%¨-%Fþ\0ëåÀ[˜nî1SaŽ±Ó+ÒÓä]øÛBªE2Øs–ÅŽ)–?ÔŸÌB°	î¤*èZœOÿøÛ’n+zü`ß—Ý×]£^Žé‘$¼d›gÏÒGf¼øçmä°G8²@~nóñ?â	x¶Ä*Õ‘x½kûþS‹øëžµ9À¦²ú”U×RÝ¼\"¥EI¼ {†`zåë$„øì¨€qíæëZ6hÖ²C¾†R=¦8H ‰ÎÔÉ<øíÍ>æyêèyå=ôû ôØƒ•ÏGòÕÓ©&˜‘øî0ýÔ*—·²üuã\0u\r™æ+M\nMÆ¿Ó4€øfù_žMG…àæ%2q¹å¾0è/Ò“:;å…êeäW¤G’ùÊˆÝPäÄ,ÔöK´”A]HÔúë%éóûí¦AõæQùDæ´ÛžVèš¹xRBBy%ÄhÑWv³ÎÇ¶mØ}nùGŸ”. Õƒ»g‚ù?ÂƒÐr°Ð¢js$_”D&Ö—»ùH«²á­s%âúÆvüx-âèî#õ¿¼?	äêùT¥¹´5á«)ßø\\Npš±¸Áè[Šá>»ä&¬ù]Œ‘âˆ÷:ÿœø.»Ñ¥×‡„¢Ì4öšžU‹ŽÚùhnl±ÃhÀÈÊ«ÍjF¬**\ZŒµóWînfrP#3ÊùwÖ¢$ØéÕí¡Â¡æ¡˜3þ¼­DÇ\\È[¢I£€ù——wD=O$l\ZÝžðïåIâ9<€ç0oxé¼>ù­L1 Ì\Z?–¯ê÷fè]ÅûÐt2Ðˆ˜èò5û²úù³I˜vË¨CÀ(ªß±wzi›¥C\038§\'Uˆ“éùµ$öSª¢(Ô]4âP¶Ó•¿¾cUÜvÅá¢­—(¯cùÍ„É¯ýTÎ½Ú$_ýƒâõ®¥Søêñ‰©ñÐŠÞ|ùÐ|…åÙnÓãD“~½–v-³;&ˆ¹ãWî²š¥0ùá;äé7Ë\"‘L~Þ…»LEº`!à)lÌÊ›ýhLùëOØ/Ì©3½z4ÎšûC:Ufz^^Gnçõ´ãùì/·pR1‘CúÌ¬20°2€J½Î<±‘:·_ùíB!s*þ¹Ãlª°ö6ÇÕØ\"Q_ýÈ¹©2®¶ša7ùî<\\U}Ï\"A¨´²sÜÂ?—ÜC9‡»Òñ`Âr«Èùð0Ã‰‰ÏÃîò\0èØ1¼Öy£iúN7,N]Ü8äùûÏª¾Žü˜ÌÄÍÜC‘,01›SÍ­ç-€aœ½bùüªpYíx{VcÞÿo€ølNG¢qlkb‡¡ùñá¦aúòÃ±ÔŸ‡ybÐÖ@ËYÓäÔ(J5}×¸d“t`Muú¼ÌÆ‚€Uz[çºw\\=Ê¼\0[\nKixµ-b>´Åú,Eýd½Ò”à\nNß-Žëî\0´9pM0+±½~0Ÿú:6rÂ½cÉÏ	…âh{€M\\ó¶ÒËÐJ¬š,ºk\r?úúO\Z/Þ†f…½à?½xÈƒ9ºú\rQP@\rïÌ\Z¾áÁûúSÒzó½¬\n³ÀE´OŒ“µÇwF.Pùê)n>³ù<ñÏúW¨ÎS)¿‡Ð_×]µæêÃYÿaŠ\'kY¹­ÙÿÝú_otërã£)ÍÖC§“¹ÙE®IÇm/½;×ïàëgúg¼Å­Ž‹Æ±Òà0`ü®£8^ùùì\\‚¦Æ‹ý~– ú~’J±Ì7$kSsYme(°|£‚.¸Å¹zZàÅ[ú¢¸ªëª¾l°céì‹…ŠqÚo×Ÿ¡¸KÈÖ›+ú°º%íØ‚Ã!aÎ29\nÜãÈÿ½`¨F_h” *Šyúº.¶Z±Û­Pî0·¨\"€’j…ÅÎ§=xat\\Kú×h“£á9¦õÀäwÇÐÄí¼;Z)õÂîKþ~ÞúßQ‚[::Ýü´jžsÞØ^Z@2nâì³ve)e_úäuî‚éî!Å9½]´we<»¹‡Î¹iJkNúíµBST…ª½ð hÂZs©*†÷²[?	PO´“vúóDÅŒi*ïŽb÷ÕÚ*¡;Ø©D“Ú¨²nó/Nàœúú‚¾sh«wí¥äk1]ÿ\':ò&e¿t¤b¯tñîúÿ*Î\n\'¼Z%±À$^Ùòô*¹B¥üR_~ñ;AŠ•òúÿk8«Úæó\\=†>Jõ¹ºÄ1íÀ~(‹æéAcïqûo%TFþO-ÁGzÂJTN>Ú\'¿Ùñý‚”ç˜#.ûD¥=±ôøÒÙaÞ:ôß\'j•Kùä WHS’ªÜû`\rÈy~Eä~|ˆ\nRËi)fl—é¥”e}ã)ldû*ôÃ€IñFª^‚È¯—Ü’ì‰åWø’é@ž~½Ý˜ÇûTÊ`Èl©ìÀ Þ9¾˜çªPÞkÖKVÒâdªÝ*ãûbý¸zúHpÀfÀœ?÷@Ñ˜Ý²àI ù¶¾ŠG±]ûqÓM;ŒÕ>l\nAíµŽ>åÎk˜hÇØÝRºÆñ8ûyO¬ŠtïldôUÐý^Á­E¡%OˆðnÞ¹Á~}û­ÙqïcçsÏ @€\"/äÙÁÅ¡|sP|0›‘Ã´þû°Š!§JÉÈ[h7e“^ïJžT«uµV°”Ú…ò6ûµ»bJñ³õRê©#ŒÿÔ²‹Yu¢nénO–œûûäc\niz½N£y×Šìô´}Ëœ.Üþì®\Z»^¡­šü\nøx+©UÇ×1ï›wëî€zœ)­\"4„+ÜB\\ü¬’IIÿ%¸%è\"Ð–XŸœ¢å~X4;;Ý]*Å	ü&Æô¹ô\"TÑþQWvRiº²dú3’mþ`aÅø3\rü45q$¨&Î’9QO*z½kB…Ž€½µžþjdE,üTg‹OrP~øtgn©gšÉí(¸W¦{v¨êÑÍ^ôüZ¬è}ÈC6Ýž÷«+‘?‹Û¸ZøPËd?Pü\\ÄÒùèƒkO×ýÃø}H¦\"Fï+:ÌµLZ’KAüx¡‹ÇÂr¼^/û£Ê\'ðD‡~ì•4èdôÍÂ`8`qü§r×À’Ø|\Zéã‚5¬báŠT2¼®Ëph=´±ßü¬®—§jŽ#ÏjR……ÏÕ	ðª¨Ú|‡zÂþü03Åü¾Ü¸OV1¨SlfwVç¦Î1	üØl?Î•.\r•üÆ¨;p¸-ä¤e*îÒÑ`žˆÊ[í§p5UÿüØÍ³§Ðá¦{œ£án¥¿Â!z[Û>µf¸t4‰üî÷s^¦tE+WêLêÕ¯‰èÿ¦CŽêøÒ©Ï‡HýhŸZ;PáÈ.¤çóËs.¸1º›qþ+Ü‹\r’4Êý$PdµuU1¹Èô×8›—ð<Knâs¡µÀpGR÷bý:LÀÃ0ñ÷¬j}¼y•ìŠŸWÄ¿ÇSh¡5GHý;ÛVƒ­(üÊ(Æ\ZB\0ˆ\rËlÅ—™àÂBäs°#3ý?+æê‡Wpâ¤P¾Mçk]¼<px_Á\"RÝLki ˜GýGPPù(ÔÏžÁÓîSËá3Qý?(H|,ø;pŠñýH@yÆ„¿k}Ì{Œ¯[«ÇW{ŒLGÍ.ávOÇ«ž\"ýM\r6IcÄ÷½ýòE‘«,M+,¢Ç–¸åfŠž ýMPæ†[°Y&åð¨Ï\rŠ¯,·¡ëYDxÎÂxæ©÷ýVÞŒ˜\Z­Ò~´VDéÙÉZ6ßaWÊÀ_à÷¢tÊ©kýgìi\nÁB±_Èê[•\0‹Ý7¢Ù4òw5×ØÌqáë‚ýy°ŸäÚ1±Ð©3«&³TtÝÈ¹£ê8€=âËSýP¶yóYmíí«ˆûm¶æ½UíI¶æÏOÀF	!•ùýŽî›qÀ¬Oç¤~Ã¾`·Ï·7“i.KþÜêK´ìýœþ;Œ¢3@¢†\"ŽÁ_Ò“dª/5¿ðýŸà%ƒ´Ûè9”U6>÷Nc°VŠM°Tp÷W \r0¥ý¤äçZ|›\\ŽT‰-‡±BýD\"Ð,QÃuÜ³Á÷n¡ý¯¦.˜ÇíñÚA\ZÝÊX¦m,¬éP\rë—J·hÜýãxÅQ#’›\0Â‰Àtgû¤ò¡FªÁÎN¡õßvýó&›W\"üÄ²}:€®ñkÕSà÷-e&sñcôþ1héØ—]m3ÄºXq°Ã÷ìjÂ_Þy®[+xòEèþÇV0zÙêÁxiÇþ\nÌí²ÛFž\nËè·þ7‘Û4Ææ¬‹\\ó Mè=„°æO‚¡–h³¿£™’þL;•-ºÎFÒÄ\0ÓÙU±ƒ*/·—ÖÖdã.>z_ÛþMEÈMÕ-/vÄç_Ú…c’œâ¯é?,U&üß\"–‹Rþ[à˜¼Rá±ÆØá|LìõŒ•§<uQR”V³¤ ¸xþs 	b[Ðy¦iÏCàâ¨õ\0öâôãTþq@W~‡þ{™á¹œgñIU9ÿ\0ÅØÚ¡Swíq’\\(LpR^þ_mËo²<eÇç{„FE²P\n-ÀáðÞ,5Hþ¼:¤œ@¾æÆ\rà%·­-ƒ™½½à,$y·Ãkèþ¿\\ý3†ë”¢ß“{½B2—Aá™êÖGÙ<Š&%þÁùß¼w$ž¦™cŽTVÂ¶\r‰|fø7hCÁp\ZÐþÝ8šwGþ+‰dUxÑÕXcˆÑ¨Vò*¿6Øi(ÎþåHÖXwÙ6[òþ|ýJaÙÍ´çÐ–Òq^ü¥þìOžh;xAô3×÷-\r¬ðèhMœ>kv7¥Å[þòžÞ×‡d£Ì‚zR<¯¿2õêèKˆ®ÓØÃ7‰I“þýIÆ!1&™j¶‡[6›¼ˆš56i¹8ç›nžtþýl™*ÿÇñ?·ˆò½/]À\Zø4í¨¹tXê*ý¹ò5®ÿ2ó.p²Â·Ð\"„Fœ6ZØ™\n¹Ý$zŒ÷z¸¤\rÿ9`\\&S9â~{-LKÅIÛT–iØï;•u!®öÿ7ôÿ±˜UÍe°H> -ôä%G µ(ŒmÎ\0˜ùÿDO;†™^ñKÔälµ¿½€Ø¸!à/?aFÓzìò#ÿU³%föî­{øxóÊiŒ<ç¹f¯œ;¯˜µ–š‰KÿZ9Þ°NúÝWj_‰Hñ¬]ÏÍšV”IùR[ëƒ›ÖBÿk¯®’~P,oü¨ÁÊ‚-~¦BÊ¾Ëi>1¹/#ÿ´Þ#öÛyš‹XÔoaª…\\DÅžheb¤‰õÿÂàhƒæ?)—3Ž»1àuóŸ¡s˜Þ_sñ³¢Ð¨dÿÄ>V *RˆŸ/\0˜ˆòÛãÓ·ï~rÆ%\"ÒÊæžòÿÅò8lbØÎºÿ§\"ž7eŽEŒ=n~ÛÑÍ™\'2ÕC/ÿÖ?»›	C¿Q–¾Ûc2 Gƒ‚”â“½eåÞh£ähï‘ÿÚÝŒ^Ý@óË¶\\},nÑÜ¿Û›~AëF×,ìÿý{Å<n—Ð½¯>!Äí2ú¤_UÖd~ ÞpØç²7O\";}i6’í\0','no'),('wfsd_engine','','no'),('scanFileProcessing','','yes'),('allowLegacy2FA','0','yes'),('signatureUpdateTime','1581007366','yes'),('lastAttackDataSendTime','1581386366.751731','yes'),('lastFalsePositiveSendTime','1553439834','yes'),('totalIPsBlocked','2453','yes'),('total503s','2452','yes'),('totalLogins','29','yes'),('lastAdminLogin','a:6:{s:6:\"userID\";i:1;s:8:\"username\";s:15:\"bestcerakote_wp\";s:9:\"firstName\";s:4:\"Nick\";s:8:\"lastName\";s:7:\"Xifaras\";s:4:\"time\";s:30:\"Fri 13th December @ 09:04:11AM\";s:2:\"IP\";s:12:\"73.85.252.63\";}','yes'),('lastError_prev_geoip','[1555608176,\"Undefined offset: 16\"]','yes'),('needsNewTour_loginsecurity','1','yes'),('needsUpgradeTour_loginsecurity','0','yes'),('vulnerabilities_theme','a:2:{i:0;a:4:{s:4:\"slug\";s:5:\"astra\";s:9:\"toVersion\";s:5:\"2.2.1\";s:11:\"fromVersion\";s:5:\"2.1.2\";s:10:\"vulnerable\";b:0;}i:1;a:4:{s:4:\"slug\";s:12:\"twentytwenty\";s:9:\"toVersion\";s:3:\"1.1\";s:11:\"fromVersion\";s:3:\"1.0\";s:10:\"vulnerable\";b:0;}}','yes'),('lastError_rate_geoip','1555608176','yes'),('lastBruteForceDataSendTime','1564947877.960000','yes'),('wafAlertLastSendTime','1569942329','yes'),('lastDailyCron','1581369958','yes'),('tldlist','|com|org|net|edu|aaa|abb|abc|aco|ads|aeg|afl|aig|anz|aol|app|art|aws|axa|bar|bbc|bbt|bcg|bcn|bet|bid|bio|biz|bms|bmw|bom|boo|bot|box|buy|bzh|cab|cal|cam|car|cat|cba|cbn|cbs|ceb|ceo|cfa|cfd|cpa|crs|csc|dad|day|dds|dev|dhl|diy|dnp|dog|dot|dtv|dvr|eat|eco|esq|eus|fan|fit|fly|foo|fox|frl|ftr|fun|fyi|gal|gap|gay|gdn|gea|gle|gmo|gmx|goo|gop|got|gov|hbo|hiv|hkt|hot|how|ibm|ice|icu|ifm|inc|ing|ink|int|ist|itv|jcb|jcp|jio|jll|jmp|jnj|jot|joy|kfh|kia|kim|kpn|krd|lat|law|lds|llc|llp|lol|lpl|ltd|man|map|mba|med|men|mil|mit|mlb|mls|mma|moe|moi|mom|mov|msd|mtn|mtr|nab|nba|nec|new|nfl|ngo|nhk|now|nra|nrw|ntt|nyc|obi|off|one|ong|onl|ooo|ott|ovh|pay|pet|phd|pid|pin|pnc|pro|pru|pub|pwc|qvc|red|ren|ril|rio|rip|run|rwe|sap|sas|sbi|sbs|sca|scb|ses|sew|sex|sfr|ski|sky|soy|srl|stc|tab|tax|tci|tdk|tel|thd|tjx|top|trv|tui|tvs|ubs|uno|uol|ups|vet|vig|vin|vip|wed|win|wme|wow|wtc|wtf|xin|xxx|xyz|you|yun|zip|ac|ad|ae|af|ag|ai|al|am|ao|aq|ar|as|at|au|aw|ax|az|ba|bb|bd|be|bf|bg|bh|bi|bj|bm|bn|bo|br|bs|bt|bv|bw|by|bz|ca|cc|cd|cf|cg|ch|ci|ck|cl|cm|cn|co|cr|cu|cv|cw|cx|cy|cz|de|dj|dk|dm|do|dz|ec|ee|eg|er|es|et|eu|fi|fj|fk|fm|fo|fr|ga|gb|gd|ge|gf|gg|gh|gi|gl|gm|gn|gp|gq|gr|gs|gt|gu|gw|gy|hk|hm|hn|hr|ht|hu|id|ie|il|im|in|io|iq|ir|is|it|je|jm|jo|jp|ke|kg|kh|ki|km|kn|kp|kr|kw|ky|kz|la|lb|lc|li|lk|lr|ls|lt|lu|lv|ly|ma|mc|md|me|mg|mh|mk|ml|mm|mn|mo|mp|mq|mr|ms|mt|mu|mv|mw|mx|my|mz|na|nc|ne|nf|ng|ni|nl|no|np|nr|nu|nz|om|pa|pe|pf|pg|ph|pk|pl|pm|pn|pr|ps|pt|pw|py|qa|re|ro|rs|ru|rw|sa|sb|sc|sd|se|sg|sh|si|sj|sk|sl|sm|sn|so|sr|ss|st|su|sv|sx|sy|sz|tc|td|tf|tg|th|tj|tk|tl|tm|tn|to|tr|tt|tv|tw|tz|ua|ug|uk|us|uy|uz|va|vc|ve|vg|vi|vn|vu|wf|ws|ye|yt|za|zm|zw|aarp|able|adac|aero|aigo|akdn|ally|amex|apple|arab|army|arpa|arte|asda|asia|audi|auto|baby|band|bank|bbva|beer|best|bike|bing|blog|blue|bofa|bond|book|buzz|cafe|call|camp|care|cars|casa|case|cash|cbre|cern|chat|citi|city|club|cool|coop|cyou|data|date|actor|adult|aetna|dclk|deal|dell|desi|diet|dish|docs|duck|dvag|amfam|amica|build|kpmg|boats|bosch|cymru|deals|kred|land|lego|crown|lgbt|lidl|life|loan|dabur|like|limo|link|live|loft|ltda|luxe|maif|meet|meme|dance|love|menu|mini|mint|navy|news|cheap|mobi|moda|moto|name|next|nico|nike|cisco|citic|ollo|open|page|pars|canon|cards|chase|pccw|pics|ping|pink|play|plus|pohl|porn|prod|prof|codes|post|qpon|raid|read|reit|coach|rent|cloud|rmit|safe|sale|click|rest|rich|room|rsvp|ruhr|sarl|scor|azure|baidu|beats|save|saxo|scot|audio|autos|seat|seek|archi|sexy|shaw|shia|shop|show|silk|sina|site|skin|sncf|sohu|song|sony|bible|star|surf|talk|team|tech|teva|tiaa|tips|delta|taxi|town|toys|tube|vana|visa|voto|bingo|edeka|viva|vote|wang|earth|vivo|weir|wiki|yoga|zara|black|wine|zero|drive|dubai|wien|work|xbox|zone|email|beauty|bostik|boston|broker|fiat|anquan|aramco|berlin|bharti|fido|film|bayern|fire|fish|flir|food|free|forex|forum|fund|green|hsbc|final|ford|gripe|ieee|immo|group|author|guge|host|imdb|gucci|icbc|guide|haus|africa|guru|abarth|abbott|abbvie|chanel|hair|center|help|ikano|casino|here|caseih|hdfc|hgtv|info|career|horse|agency|airbus|airtel|sener|camera|hyatt|alipay|homes|honda|house|alsace|omega|alstom|seven|chrome|fage|fail|games|gifts|glade|globo|gmail|jprs|glass|jobs|epson|gives|kddi|church|gbiz|gift|circle|clinic|ggee|koeln|claims|kiwi|coffee|comsec|credit|cruise|dating|datsun|erni|gent|condos|coupon|dealer|doctor|nowtv|degree|dental|design|direct|dunlop|dupont|fast|game|goog|faith|fans|estate|cruises|farm|golf|durban|courses|emerck|energy|fedex|gallo|gold|irish|itau|iveco|jetzt|coupons|gmbh|java|intel|jeep|cricket|komatsu|sharp|creditcard|creditunion|cuisinella|kosher|country|legal|education|kyoto|lamer|download|engineer|engineering|lease|lexus|enterprises|lilly|equipment|linde|lipsy|lixil|ericsson|loans|locus|delivery|esurance|lotte|phone|photo|poker|radio|corsica|quest|dentist|deloitte|paris|rocks|democrat|parts|party|rehab|reise|ricoh|diamonds|digital|lotto|lupin|macys|osaka|pizza|place|praxi|press|prime|promo|rodeo|domains|rugby|discount|discover|directory|salon|madrid|report|abogado|academy|agakhan|android|athleta|apartments|rogers|alibaba|aquarelle|associates|attorney|amsterdam|mango|media|ryukyu|safety|sakura|sanofi|analytics|auction|cooking|abudhabi|barefoot|review|bauhaus|bestbuy|booking|samsung|sandvik|bloomberg|reviews|rexroth|accenture|bentley|bargains|baseball|accountant|barclays|afamilycompany|allstate|rocher|alfaromeo|allfinanz|audible|auspost|avianca|banamex|airforce|bnpparibas|boehringer|brother|accountants|barclaycard|basketball|blackfriday|blockbuster|bananarepublic|americanexpress|barcelona|americanfamily|boutique|brussels|capital|channel|charity|search|secure|select|bugatti|catering|catholic|nadex|repair|caravan|careers|broadway|chintai|company|builders|nokia|bradesco|budapest|citadel|contact|ninja|business|cologne|nexus|nikon|compare|capetown|clubmed|college|comcast|cipriani|movie|school|bridgestone|miami|calvinklein|cancerresearch|cityeats|christmas|cleaning|schmidt|capitalone|clinique|clothing|commbank|schule|saarland|republican|restaurant|contractors|money|science|computer|consulting|construction|richardli|samsclub|rightathome|security|community|schaeffler|shangrila|sandvikcoromant|schwarz|services|scjohnson|scholarships|cookingchannel|shell|etisalat|google|gratis|health|hermes|hiphop|hockey|hotels|hughes|imamat|insure|luxury|maison|holiday|hosting|makeup|hoteles|hotmail|hyundai|market|markets|mattel|metlife|mobile|hitachi|monash|solar|mormon|moscow|space|sport|grocery|museum|mutual|guitars|nagoya|hamburg|hangout|natura|monster|rentals|goodyear|grainger|jaguar|joburg|jewelry|juegos|kaufen|latino|juniper|kinder|latrobe|lawyer|leclerc|lefrak|lacaixa|lancia|lanxess|lasalle|limited|lincoln|graphics|guardian|hdfcbank|helsinki|holdings|hisamitsu|homedepot|intuit|hospital|healthcare|kitchen|immobilien|industries|london|infiniti|institute|insurance|investments|locker|ipiranga|living|lighting|homegoods|homesense|jpmorgan|kindle|ismaili|istanbul|kerryproperties|kuokgroup|lancaster|lifestyle|nationwide|kerryhotels|lamborghini|kerrylogistics|landrover|solutions|lplfinancial|lundbeck|marketing|mckinsey|management|marriott|software|marshalls|maserati|melbourne|memorial|mortgage|lifeinsurance|merckmsd|microsoft|mitsubishi|international|motorcycles|spot|fashion|fidelity|vegas|expert|fairwinds|family|farmers|shoes|feedback|fujitsu|frontier|video|ferrari|ferrero|frogans|vodka|volvo|finance|firmdale|flickr|fitness|flights|florist|wales|watch|fishing|weber|events|flowers|weibo|football|forsale|firestone|works|world|financial|xerox|extraspace|futbol|gallup|garden|nowruz|skype|global|godaddy|office|online|neustar|oracle|orange|origins|otsuka|exchange|oldnavy|organic|partners|eurovision|giving|smile|george|netbank|netflix|nissan|pfizer|pharmacy|smart|network|norton|philips|sling|nissay|olayan|photos|physio|pictet|pictures|realty|exposed|express|gallery|genting|observer|okinawa|pioneer|politie|racing|redstone|playstation|plumbing|property|productions|protection|redumbrella|yahoo|prudential|quebec|progressive|reisen|shouji|soccer|social|viajes|voyage|webcam|xihuan|yachts|properties|yandex|realtor|viking|recipes|villas|reliance|shiksha|shriram|virgin|vision|voting|singles|vuelos|walter|walmart|wanggou|watches|weather|website|wedding|whoswho|windows|winners|showtime|yamaxun|youtube|zappos|shopping|pramerica|zuerich|realestate|xfinity|softbank|stada|store|study|style|stream|sucks|studio|swatch|swiss|tatar|supply|suzuki|sydney|taipei|taobao|today|target|tennis|tienda|tmall|tattoo|temasek|theater|theatre|tickets|tiffany|supplies|tires|tirol|tjmaxx|tokyo|tkmaxx|tools|surgery|symantec|unicom|staples|ubank|storage|support|trust|tunes|tushu|systems|toray|stcgroup|total|trade|toyota|travel|toshiba|tours|trading|training|vanguard|fujixerox|furniture|passagens|xn--node|frontdoor|xn--p1ai|xn--qxam|fresenius|goldpoint|newholland|nextdirect|panasonic|yokohama|statebank|spreadbetting|statefarm|stockholm|travelers|ventures|xn--90ae|vacations|olayangroup|travelersinsurance|verisign|xn--c1avg|vistaprint|xn--d1alf|xn--e1a4c|travelchannel|woodside|xn--fhbei|onyourside|university|vlaanderen|xn--j1aef|yodobashi|foundation|xn--j1amh|technology|xn--l1acc|tatamotors|northwesternmutual|swiftcover|xn--p1acf|xn--qxa6a|xn--tckwe|xn--vhquv|volkswagen|xn--45q11c|xn--9dbq2a|photography|xn--55qx5d|xn--io0a7i|xn--2scrj9c|xn--9et52u|williamhill|versicherung|xn--kput3i|foodnetwork|xn--4gbrim|wolterskluwer|weatherchannel|xn--30rr7y|xn--3pxu8k|xn--pssy2u|xn--unup4y|xn--wgbh1c|xn--wgbl6a|xn--y9a3aq|xn--11b4c3d|xn--q7ce6a|xn--1ck2e1b|xn--1qqw23a|xn--5tzm5g|xn--3bst00m|xn--45brj9c|xn--80aswg|xn--90ais|xn--90a3ac|xn--c2br7g|xn--3e0b707e|xn--3hcrj9c|xn--cg4bki|xn--czrs0t|xn--czru2d|xn--3ds443g|xn--42c2d9a|xn--45br5cyl|xn--55qw42g|xn--fiq64b|xn--6frz82g|xn--fiqs8s|xn--fiqz9s|xn--80ao21a|xn--cck2b3b|xn--d1acj3b|xn--estv75g|xn--fct429k|xn--fjq720a|xn--flw351e|xn--g2xx48c|xn--gckr3f0f|xn--gecrj9c|xn--gk3at1e|xn--8y0a063a|xn--9krt00a|xn--czr694b|xn--efvy88h|xn--h2brj9c|xn--80adxhks|xn--hxt814e|xn--imr513n|xn--j6w193g|xn--jvr189m|xn--kprw13d|xn--kpry57d|xn--kpu716f|xn--otu796d|xn--pbt977c|xn--pgbs0dh|xn--q9jyb4c|xn--rhqv96g|xn--rovu88b|xn--80asehdb|xn--s9brj9c|xn--ses554g|xn--t60b56a|xn--mgb9awbf|xn--vuq861b|xn--w4rs40l|xn--xhq521b|xn--zfr164b|xn--mgbab2bd|xn--o3cw4h|xn--h2brj9c8c|xn--3oq18vl8pn36a|xn--54b7fta0cc|xn--5su34j936bgsg|xn--6qq986b3xl|xn--80aqecdr1a|xn--b4w605ferd|xn--bck1b9a5dre4c|xn--ogbpf8fl|xn--yfro4i67o|xn--ygbi2ammx|xn--clchc0ea0b2g2a9gcd|xn--eckvdtc9d|xn--fpcrj9c3d|xn--fzc2c9e2c|xn--mgbbh1a|xn--tiq49xqyj|xn--fiq228c5hs|xn--jlq61u9w7b|xn--lgbbat1ad8j|xn--mgba3a3ejt|xn--i1b6b1a6a2e|xn--mgba3a4f16a|xn--mgba7c0bbn0a|xn--mgbaakc7dvf|xn--mgbaam7a8h|xn--mgbtx2b|xn--h2breg3eve|xn--fzys8d69uvgm|xn--mgbah1a3hjkrd|xn--mgbx4cd0ab|xn--mix891f|xn--mk1bu44c|xn--mxtq1m|xn--ngbc5azd|xn--ngbe9e0a|xn--ngbrx|xn--nqv7f|xn--qcka1pmc|xn--nqv7fs00ema|xn--nyqy26a|xn--kcrx77d1x4a|xn--mgbai9azgqp6j|xn--mgbgu82a|xn--mgbpl2fh|xn--mgbt3dhd|xn--mgbayh7gpa|xn--mgbbh1a71e|xn--mgbca7dzdo|xn--mgbi4ecexp|xn--rvc1e0am3e|xn--mgbc0a9azcg|xn--mgbcpq6gpa1a|xn--xkc2al3hye2a|xn--mgberp4a5d4ar|xn--xkc2dl3a5ee0h|xn--w4r85el8fhu5dnra|xn--vermgensberater-ctb|xn--vermgensberatung-pwb|','yes'),('tldlistHash','145caf5eebe3ce6640880609e476c3d82b8821a71be9c4c8a170a91b2b81f51f','yes'),('lastPermissionsTemplateCheck','1581420147','yes');
/*!40000 ALTER TABLE `wpbe_wfconfig` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpbe_wfcrawlers`
--

DROP TABLE IF EXISTS `wpbe_wfcrawlers`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpbe_wfcrawlers` (
  `IP` binary(16) NOT NULL DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',
  `patternSig` binary(16) NOT NULL,
  `status` char(8) NOT NULL,
  `lastUpdate` int(10) unsigned NOT NULL,
  `PTR` varchar(255) DEFAULT '',
  PRIMARY KEY (`IP`,`patternSig`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpbe_wfcrawlers`
--

LOCK TABLES `wpbe_wfcrawlers` WRITE;
/*!40000 ALTER TABLE `wpbe_wfcrawlers` DISABLE KEYS */;
INSERT INTO `wpbe_wfcrawlers` VALUES ('\0\0\0\0\0\0\0\0\0\0ÿÿBù@‘','‹üÀ•>b0«oQ1Œö','verified',1581322565,'crawl-66-249-64-145.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0ÿÿBù@','‹üÀ•>b0«oQ1Œö','verified',1580833182,'crawl-66-249-64-141.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0ÿÿBù@','‹üÀ•>b0«oQ1Œö','verified',1581421024,'crawl-66-249-64-143.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0ÿÿBù@‡','‹üÀ•>b0«oQ1Œö','verified',1581423308,'crawl-66-249-64-135.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0ÿÿBù@…','‹üÀ•>b0«oQ1Œö','verified',1581423317,'crawl-66-249-64-133.googlebot.com');
/*!40000 ALTER TABLE `wpbe_wfcrawlers` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpbe_wffilechanges`
--

DROP TABLE IF EXISTS `wpbe_wffilechanges`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpbe_wffilechanges` (
  `filenameHash` char(64) NOT NULL,
  `file` varchar(1000) NOT NULL,
  `md5` char(32) NOT NULL,
  PRIMARY KEY (`filenameHash`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpbe_wffilechanges`
--

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

--
-- Table structure for table `wpbe_wffilemods`
--

DROP TABLE IF EXISTS `wpbe_wffilemods`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpbe_wffilemods` (
  `filenameMD5` binary(16) NOT NULL,
  `filename` varchar(1000) NOT NULL,
  `knownFile` tinyint(3) unsigned NOT NULL,
  `oldMD5` binary(16) NOT NULL,
  `newMD5` binary(16) NOT NULL,
  `SHAC` binary(32) NOT NULL DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',
  `stoppedOnSignature` varchar(255) NOT NULL DEFAULT '',
  `stoppedOnPosition` int(10) unsigned NOT NULL DEFAULT 0,
  `isSafeFile` varchar(1) NOT NULL DEFAULT '?',
  PRIMARY KEY (`filenameMD5`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpbe_wffilemods`
--

LOCK TABLES `wpbe_wffilemods` WRITE;
/*!40000 ALTER TABLE `wpbe_wffilemods` DISABLE KEYS */;
INSERT INTO `wpbe_wffilemods` VALUES ('‚Ž\0¸ó¼²+OW+','index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¹*_Q:V[ËCI‚\0','×€]¢H¼ðÿoÿ&…àY\0YÉ±	Â¶ù¹‹˜\ZëŽ=K','',0,'?'),('˜ÍÉ[²/9} `:wÙP','license.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@ü/9Ôr¡»Rôëå—àÂ','¨C¨Y–êR)ÆK€Új\\\0ÎïÒúqJü>8Ef','',0,'?'),('a§?£ª_×Ë¢¾Ð6j¨ìX','readme.html',0,'Â½Ë÷k……%ð}X’V€','Â½Ë÷k……%ð}X’V€','Ë5vcëœ\0¼‹-MÊ»ÓD0ñhRJg·\r§DÏs\rÕ','',0,'?'),('3Y–#Íî6r\nýYpì$ª³','wordfence-waf.php',0,'æßéŸìØ\0¸Eú¡\r0,‡Ë','æßéŸìØ\0¸Eú¡\r0,‡Ë','ld$ê†+ðÝ¹Ú³MRÝÌÙ„æ°{¢¾•Šù½','',0,'?'),('çÃÕKÿg›Ðå‡o#ç0','wp-activate.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M`&j²ËÐòÛ`?£…','ô¡ÎaB9VwãkÂ-g¹9JåY9„1D÷Vë¿;â6u','',0,'?'),('-‡º)7¦5y°8cÚâWvØ','wp-admin/about.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Üä86\'ƒ™øy¢\n°ªa','×ÿÓB½Õº\0BÓ{\Z¼™é€£àv¼€VX›õ,æ','',0,'?'),('XÿæHå¥¥(»:ÈZí©','wp-admin/admin-ajax.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(l¸ÖJƒÑ@ãTB¶ú>ý','g©¹°ž¶J†úel±#sßÍJëN0¢õå”¦v™&k','',0,'?'),('!1bÝ…9 ª*ãÀÿ\\áÆ','wp-admin/admin-footer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¾27µÃ°ß|fêÙÉN','em–sñÝtc;:D·QÞJÓô.iÏ¸	RTÑ¶¢¥Ã','',0,'?'),('ÈKUõg0MU¿/šöÊ‡','wp-admin/admin-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÙÌOÛQ ìx…$\nI”O','?ø!mä€W–Ád<2Ó|7Òçº¿SEÉ3“¾s\"','',0,'?'),('@èm¾·ëÅOÅÝW','wp-admin/admin-header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Øµ[LûÆ^‚™³ÔõÇN“¶','‡š=»žG®“v‘eœhÍ‚Ùh«Íò5ytûï','',0,'?'),('í]š§@ƒ\n—«>ÄºîYn','wp-admin/admin-post.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ÿ™„ ²ïßåaŸ^Èï','Ò‘)WÍ`+ðj¼8‡·H,]UÐÍí\ZDeXc<,Î%ž','',0,'?'),('”ˆ¦,H(bæ_F”O','wp-admin/admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','€XjÏÓiP½“ÉÕS>','Ç„A©@ûOË\rúýôÓ\\ZœQ»Šñ¬:äº<Fî…É','',0,'?'),('	XÎt\\4vNI5‚ØjËÂ','wp-admin/async-upload.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ý|Rn‹;JË™Z×Û²','¿ýŽŽX„Bjæ	W¯a×Ñƒã‹*ôûŠÊùŠÃ¹â','',0,'?'),('\"ÓÄ6\r+K{×\Z!a','wp-admin/comment.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÊžŽ+&Ä\Z\\&CØ˜;œ¦','(º•#bj¸Ö<(žúIŠT—“ýê—Ù0’Ê;·f6','',0,'?'),('kMÏü–œ¦šîÌ™Ysp','wp-admin/credits.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';$u?¦.	‚ª·¢g','[Ðª·.ÀìÁ‡+òæÏÁH*Ò}ùøR‹¹J÷Z›','',0,'?'),('¤*O-¡LÏ„ªÂâ\r[Ûu','wp-admin/css/about-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-sdX½iz­Ã”˜@','”ùË¥Z-#§¥ÆŠahÉ·)hª RgÀ¶l9Tî','',0,'?'),('U¬nÉ“b4lZ,I','wp-admin/css/about-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_D¾rSÀ@¥û+ag','Š÷Ô1÷/»ÃVÚh™Òñf2ÏÙ®Ta{b=ˆåS','',0,'?'),('ÉA7¨\'áC#žwŠSûsŽ','wp-admin/css/about.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÒÌ[­\0Ü_½»pšc:','\r—®³³ÉTå¤Æ\'¯’R\Z×µêý˜ÛÉ!9e•e¼s','',0,'?'),('üJ’§ó!2 ¨Ü\0­€Áü','wp-admin/css/about.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','»öm¢oÎå!)îŸÉLt','trã«°7zv9ÊU,‰H-¥b£&~Ðs§«ý!\\0²½iØ','',0,'?'),('”mÇn9ÆF±6·','wp-admin/css/admin-menu-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5ÕdyÛÄÌßNx°\rt6','ÏˆÂ\'Hm¯®0:¦èÒuë›„GlËáB‹1­DxmÁ','',0,'?'),('T´]\\gø¯ö4ÅºuP²;','wp-admin/css/admin-menu-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^¡•ì¤ÿ\Zž3vN','ïÉgÄ§95\\ÿ}µçÝ‡¢½BµöMðÑJ{zŸõDš','',0,'?'),('Á\"êZ0\0Ø¿e…Ô¦pß','wp-admin/css/admin-menu.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I\'à½GfLügÓä1','.,5FbšR\'ÜšýÐRœÀ¤QÑ^¿Ã2†I(^_&','',0,'?'),('ÿE58¾ùyªäÔWsÖOºÕ','wp-admin/css/admin-menu.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ñ}Ä¸4Ã‚•î}?Ó3žÿ‹','ŸŽª»’Ï;¸‡6J‰\r¬džVmÕô˜ÓÁ\ZïIÊä','',0,'?'),('`ŒÇû\nƒýó†2¬ê¯‹','wp-admin/css/code-editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ò°ðƒ[\0î/R¤Šô«ß','µßÐÞL¦‹WTÖ³é—	±Íø…{izLÒû²M‡\0','',0,'?'),('=¿²Üf;Vódl\"§À','wp-admin/css/code-editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ì)?sÒ»EôH›äÝÑ','ÓÌyŽ¹‘qÐñ}lõé[Õ=¦à³	ðn(cL‹C','',0,'?'),('—Lß¨õÏ¤Œ(º¹R­','wp-admin/css/code-editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','CA’ï’îæÂÒOú^î)','È÷/Ñy14~ëÜ(«6²ˆ¦>B&F»Ç,ÊS¬ÇÂ','',0,'?'),('~}â{ ÝÇ>Dí}¦<','wp-admin/css/code-editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O+¼j×whŸ3í:ŽÞN','}c/æÙ–€)­¡DeKÈèxOdH|‡5p[[ånËð','',0,'?'),('ïÀûP†‰a`Xuî¥¡','wp-admin/css/color-picker-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ûr!,³<íCEükqZÈ','ÛÃŠj\Zn‘#AëóŽ\'V°†¦%UcaLá{','',0,'?'),('ÒrˆWê®3¨™ãá¥¾V','wp-admin/css/color-picker-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':YÛ‹ÔHT9ÖzÀrO','¢`	Ý™©ø+Dõ\\ïd‘ñÍ³¼æþÆ¼’‡ú0¼','',0,'?'),('FóÂï?æ‰C;$ŒéH\r\r','wp-admin/css/color-picker.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A¨ûŒSá#†WZI#Ú','ÉÔa7óÔÃƒû,ÊT±‡ÜÓ±»šŠ+ç{Î£„Ñ','',0,'?'),('˜¯Ü¡9îu_\\\nÃ9Á\'','wp-admin/css/color-picker.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#	,MÿÓg™Æ1m-','äˆP?£›r¢ˆÈuN_É\n-÷ÔñD[ô/Ž´\0D“t','',0,'?'),('¸J|6}ËPß,\rÙ›','wp-admin/css/colors/_admin.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','MxW¼M®¸\\­0ÿî«','îûq(ÿ\0yÑ\Z„ðÜt‰‚!.¦¶–Xm¼Ìq_ì','',0,'?'),('ueö,\"\n	îh¸g.','wp-admin/css/colors/_mixins.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r:chWõõõô/5x#b','×YÄ‹ò‘5:¼éu¨³9æÉCüþIlŽ¤ÇýÑÁc{»x','',0,'?'),('©¢=CÑ Ôæ*TXô¹´4','wp-admin/css/colors/_variables.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|Ég<µÄn²¨12þš','‹Wë~å Ž&£xd–YâbyãÅXµ)ìY«JÛ1a•Á','',0,'?'),('58çdá`S61K>Û®†v','wp-admin/css/colors/blue/colors-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ŒÃ\'ÄùÊFw\"ÝíYç/','‘‚h0´«s‡½Yr&.mgÕ¸X’\'ˆ³Z\n{x÷\\','',0,'?'),('D©8hFÞ›BViRî¨','wp-admin/css/colors/blue/colors-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÉÐ£ÁA3ÚéÀá\nk…æ²','Á¾Uÿ/ÄÃÝ—Çlœ\'B´ž:8pÛœN–¦†¤Òóñ±','',0,'?'),('çàFüZY¿ÑC8À3E','wp-admin/css/colors/blue/colors.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','„Dù¾ø`„?Sir¸,‡B','M\'x0t©Ò_ü:¢åú”¶ýž„×	9ožfþ´+','',0,'?'),('tm6Û—ÀqºÿŽ.£=j','wp-admin/css/colors/blue/colors.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ë:ÑT/Ä) Ø¾?d`œ','}sÓ›9+ûªEªÃbê9ìùFÇý\0»ÑÎOÞ','',0,'?'),('Lñ>t™õšNÿˆ†‹Ý','wp-admin/css/colors/blue/colors.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÙÐ5I×”„g,)Z­YM³','ø\\k›ˆSÛëš‘ßn wWýš	ÿ!Ó*Á~¦vÝ','',0,'?'),('Œ½´†juGCtOÆþØâ','wp-admin/css/colors/coffee/colors-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r)Óü’C¥GPChóQa(','òkÖsF?!ËˆÊªÝÉ]LÖ=Î7,y¾jv+ðg','',0,'?'),('²‹q?%Íõrpþø0÷7ïq','wp-admin/css/colors/coffee/colors-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','½D¨In™†™¾\'BA','>ÍH-Ã•\ZåiÓ1zkæ‚ºñ )_V6³(\r~ÿ:','',0,'?'),('Ï´ 3P`#8^ÝÖZ','wp-admin/css/colors/coffee/colors.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ûž]/¦££AÉe ßgÍ\\ ','“Š§sèæ°/V(­E£\\Î „……H^¤šUzï·á','',0,'?'),('íùëeC˜¾„ðDi!×ç','wp-admin/css/colors/coffee/colors.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A‚ßžÁa³\0Ï\"7Ó£Ýß','ÐR3¿‡..Z¿GE”…)Q‚2%ÿØCÔª³H¼‰b','',0,'?'),('xIHÞ.”9”YÃàBO','wp-admin/css/colors/coffee/colors.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9~8 ²z#C0É^%aÎ','\0{µZ£r~˜d0|B¥Ü|]×„Èùj¶ÚÜŒá¶I‚x>','',0,'?'),('jmE¤ÑAXÝuw›>Ü†','wp-admin/css/colors/ectoplasm/colors-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Î$×àYe³\'m2Éýü\"','›!RÑB%‚‰Í!(ü¬ú~–°ÅÄå”·ì»¥@µ','',0,'?'),('DÕ¹ïÚø»åØ$Oaª£éô','wp-admin/css/colors/ectoplasm/colors-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¤àÝÊúÑvÊ­W¦Bþ','ùVž}*¢ƒã2õ%^»b“\\W!¯>Î{m¿?‹žÍ','',0,'?'),('šªô¢ìH\0Û™À®h™CÁú','wp-admin/css/colors/ectoplasm/colors.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O”žü¸×˜çž½ùªó²í','˜¬UÊxïx^Ö¬J¶‘5Ã6à–‘ô˜T,‰øØB\\ƒÝóî','',0,'?'),('[ŒÃ#Ü§\Z>]¿<¦','wp-admin/css/colors/ectoplasm/colors.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','rjË÷rË:bŒ¹€¡','h¼Amöäê¢xýÝÓãL•\'bb!ý|ÕÉîMˆ÷¿','',0,'?'),('ÌMÏTq&[?ýù>ì¹Šå\n','wp-admin/css/colors/ectoplasm/colors.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','”qÑ9+Ø\"©Ñ+‘•','BÁ†mæN‘¾hÄë µ¬stN£ójAS4X\0$','',0,'?'),('ßq‚ùœŠ%Å±“ m+','wp-admin/css/colors/light/colors-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~bRý„˜üBè1Ä±','N©¡ü¼?‚¹ÎODƒ#/\'Bù	ƒ×ŸÅ¬ðàI¼k','',0,'?'),('-ŽfâÈ4]Û#\"u¸³l','wp-admin/css/colors/light/colors-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','jÁðßòs\Zü’³‡¿¼¿ä','$(Î¹ÐGó›Ë;ÀèX“çK7ÎÉ;×ñq[õEÁ','',0,'?'),('vð{#¿¹lš“b\0}ÓãB','wp-admin/css/colors/light/colors.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','á×3#	ÊøKG?=\nÂØF','>m¾5oò™9“­D.Wq\"uïçXx³$Šò&','',0,'?'),('ü9(FŒRj2¹n6]Š','wp-admin/css/colors/light/colors.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','gué-Ù¥µ3‡ìòÿ˜#Ü','Øt»É÷{uŠ¢\0Œ+±ÈQc\rÉCãeˆ‡AJÕ','',0,'?'),('ˆÞKS+¡e×ŽA†@“Š','wp-admin/css/colors/light/colors.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H›ÖGå³#ïˆÖ<å^o','?=ÊäÒE‡\ZM’aÕXÿ¶„ÄºJ\"s¼æk;ê3','',0,'?'),('ú˜”çÙL?@§š.~O¯','wp-admin/css/colors/midnight/colors-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','á-Ä‡Ôž·GRßN(iò','¯8>|„]¦Øµ•XþL©1ú2º@Ë®i\n\'~„òè6n','',0,'?'),('«ô÷á—Ø3…-ƒ«4°','wp-admin/css/colors/midnight/colors-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','sµ˜[]Ûâ¯ß>`þ<‘é','ËS¸¹ƒìž=EýG‚:îÇÊ Þ«…ß²;XŒ_¶õ','',0,'?'),(';Þb­fÈ–0ÿ–¦­x','wp-admin/css/colors/midnight/colors.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Lµ`Þ	ÉŽ›¤…Œ»´','Ø:ëeOF‚M<oöáäz¬‰ðEÇžZ¡EüBº¦(','',0,'?'),('ÛãŽ_\r¬JLè#®@BÌÖ','wp-admin/css/colors/midnight/colors.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>[}\'KÂ³÷îI£VR¯6',' ;d@eçÈ&7—Ÿ€¡×ßäÍŸßº_¤ò Y/Ó','',0,'?'),('Ú†wú=Å¢ÄOú&¹FÊ','wp-admin/css/colors/midnight/colors.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&ÜªðÄ|DW¸¼!Eô†4','SêÌoÍGpžÛéôª{µý‘\"¨FuS¾&§Žõÿª','',0,'?'),('Ÿ<„ (ÈêÀ‰*A]ŽOí ','wp-admin/css/colors/ocean/colors-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','òå,‰çT¯sÑ9Æv´+','Y°Pí£Èò\ná¡‡¶\'ð˜¶Â•¾)Sçñ\'›;n±r±','',0,'?'),('±§©Ù{^Ž†WÈíèóC±','wp-admin/css/colors/ocean/colors-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':œ.¿ç[Ÿ<£Üsr~Â','\"\r:ILà	ý¢\'ª¯­Z;<¨¯1U…Ú!;Áñà','',0,'?'),('ÌÃŠ5ffÍ;,G!\'öó\'-','wp-admin/css/colors/ocean/colors.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Bù&•…¯—  ¡Âá{Ý','Ï	õÄ\0„…­ØcäJ×\r×Îü²]5\Ztÿþ,>ú','',0,'?'),('ž*Tñu\r¢íÓÖ ~ªm','wp-admin/css/colors/ocean/colors.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','´ï³çtM\npt8Úžh','—Ž”¾WØÀ	Ê„á]´UYÞ1kMªz&œÛ>','',0,'?'),('-²êÑáÇ¸†%w=õâ','wp-admin/css/colors/ocean/colors.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z|[ýŸ¯lÇ|Ù±f%h','ÃÉ®»ú1ÔuZRªHÑ6­²IéÁ\r	ÐÅºô‡–ˆÜB','',0,'?'),('j×»ý‚óq.»*;§á2','wp-admin/css/colors/sunrise/colors-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¡þ`]¦ÖCqÐ','”µcD]ßP¶A ¼¸Í‡nÅ‰ùnËßa21ä¸Ÿ','',0,'?'),('2jÿL,ÃÙÞW\rº®W$›é','wp-admin/css/colors/sunrise/colors-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¹”þMÁï\\Øö< è‹.','K.oÍÂYéô#ÝK\0Rb÷Õ‡6ú0õ%@)Y\nP*ç','',0,'?'),('œ…‰Šþy85õÜÃ¦bÖ','wp-admin/css/colors/sunrise/colors.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_lš’3©°Ó*\0Ý3ô','èL™VS)¹A¹™*eÏ\'àßþÑG\nã €¤`¤iç¥','',0,'?'),('Ï-Ó+ŽeÆáÔmñu\"¶Ãx','wp-admin/css/colors/sunrise/colors.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w´F€w<3jVYüZœŸÞo','tš‹Q\'GÚ¥:;c. “ ‘î\"´‚±\0È\\Wp\Z]','',0,'?'),('ÿµS©CRCþül¸Å','wp-admin/css/colors/sunrise/colors.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V’‡\ZŠzî	hÝù’=ì','ýâ¯Q_nŸ‰97ÊL2„ó$¢îy:jàSÑ…‡ ÎÅÁ','',0,'?'),('³ÌW2ÝØDñG‡7‡V','wp-admin/css/common-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','jXQ©ZÇF¸L‰óJƒÕ&','Œ2v†b)>’á¾—ÚvŒüôèq¡º\0ü','',0,'?'),('ŽŸ…X’‚˜HöovË','wp-admin/css/common-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y²£í´Û¥ì$D]5×','E‘iî®`†$£ÉÙJGâïeˆ©|£Óùvê\r¡O[*’%&','',0,'?'),('ü‰p·Š9½6Ã¨åRæ','wp-admin/css/common.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%aóú!æ¤eƒ™ù£IX	','+ÎÝ1^òûŠê,fèSùÈ@‰ñ3’Dt','',0,'?'),('\rƒvNõÌ[BáÓ&êØSL','wp-admin/css/common.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','äÉÑPéÐ‡žoOIèIµs','}*­Œ—9ãvG8â¥›ù°qgêðõSza!ÿ«äòùÅù','',0,'?'),('óÿV¬“k9Û´îs¿»€Ö¿','wp-admin/css/customize-controls-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','§ë…ÜÈ£h@â:q^\0','¤Yœ®¿84>e\'Øæ¸ÈOqšð$}¥M{È?ýí³','',0,'?'),('Í©ÿá‡p÷jÖ›`’Èw','wp-admin/css/customize-controls-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','­RÏ\\Uî2–{ü¾ó/	\0','÷7³™ºÇügß1¦x_w€@±¹d‰<ÆnòîH/','',0,'?'),('Œ?š\n5ü´Hã?âàÁÀàè','wp-admin/css/customize-controls.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','øœÜ©\"Ö?öƒåÖ\' %','|éîÓµv®J¿0Þô³P\nÝ‚RÉm¨rãC€','',0,'?'),('ú.Õ¶»ÕñZg{Ú=ñšÌ','wp-admin/css/customize-controls.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V„Y3úu€Œ„”	#ZÔvo','G®¨¡e<ÂV\ràäS¦8	YtÃ{—|T(-Û`°Ì','',0,'?'),('OáûÆÕÞy ®ýk	b±','wp-admin/css/customize-nav-menus-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‰3vw»ƒfbè0›éED','](@ö×Qå.WºÄòù­Ý\"ÔÛ/¬ÏŠn¯Ë±®ýµ(','',0,'?'),('HA„¸þf¾,Áõä$F-î','wp-admin/css/customize-nav-menus-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!_±ÊA@Ý@+¦1`gJ','c´ñÔG—ðÒ.£-,FÉ¯Õªôø«ø2—O8<m!','',0,'?'),('A­lA~i^˜‚›éuÓÃ˜','wp-admin/css/customize-nav-menus.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','äƒ*4^+GÀ(ÈÙß¢ó­','o\'àýæ™±ÓÖ}z´´ŠŒìýÓþç¨þÖû\n»Ö','',0,'?'),('èŒ\0…]¨pÝÒÞ‘ê–	\rG','wp-admin/css/customize-nav-menus.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','çûPGËÇ(³üïh¼@à','a˜`kt%j+¨Q„m‰µùà\n…þh™ÆªWh¿~©','',0,'?'),('NñãþHVû®Õõ}¶4G','wp-admin/css/customize-widgets-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ømó7XzJ÷+)6¾','›Ðc˜ZÉ5ü¨*ÀÌ:ÿÞÇ¢ÿVéþ“îÿRàvÄ','',0,'?'),('º¼4T¸(â\\9\'Œä3±)','wp-admin/css/customize-widgets-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ý5\"à´SÂ\rß´Õ÷}=','0¶NÐÏp\',z)_ÑŠŠ _E\ZYm;£ÃS.²û','',0,'?'),('ðö´øü•ø6$[£ª®OÀ','wp-admin/css/customize-widgets.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N3ÞæN„ÕüŒhÓÎ','ì¨;öö•a•n_02æ0w‘PKOPºeê=Ì¿Þ×êÅ','',0,'?'),('—ñb¦ü’Áÿ£º|e~ë','wp-admin/css/customize-widgets.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ô\"ÃP9ÆsIuf†üzö','ÛÛ|ÂéZ€Á@hþåhãçLË\\¡ìR­—ˆ&S¥Ý±','',0,'?'),('5ê?‰y˜Ä<Ù2Ì','wp-admin/css/dashboard-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ïçÕjë—8•ÿ	ª','Ô³uüÝh…6þÓ9³>\"×©/}DÏ¬æ›Ã›ö~','',0,'?'),('µMŸésá;\',¼ÞÚ-E','wp-admin/css/dashboard-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4ª¢ã»¢Á,Wûz´\n;p','‰RÔ®@¸,Áˆ/fU‚s°´íµc\n*a€A	?s;','',0,'?'),('²þ£²KqMÃä{ƒ±»','wp-admin/css/dashboard.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','mç’t¨9õcùÄ#>¯,AÐ','yVwDnAÖÄuf;!€´ƒ·mV#ƒ¸Æ&àLC”','',0,'?'),('æ+‚ù«.âøÇeF«È','wp-admin/css/dashboard.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&K¯+ÎªÚô&;\\KW»','¸´ßF¸3Öû\"–Ð/f:áJ‰¶ÿ<v%©axÓÄ','',0,'?'),('8©@)ý±6yg[yåsQR','wp-admin/css/deprecated-media-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','HàÛñ™‰\rIgw É©Ž£','T®j&m°¬ðF~gt…È½\0² Ò]Çcút@š™Ðš','',0,'?'),('˜pt_ Y‡ÁŒÊ7LãKt','wp-admin/css/deprecated-media-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','óAÌ‘ÛCÕVØW<ÝÀ^\Z´','h\0¢ÿßí¯nÌö(©éMyÒR&ä¥Ê‰1à9?','',0,'?'),('¼ð›ÂX\"¯-{ãÊ$48sx','wp-admin/css/deprecated-media.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','»‡±OC•‘¸9Ù»»ƒAf','ËÛþc`ÖLðôºH²;Šc´!k[÷L\'CbIa§¬jª','',0,'?'),('4aäþ[Iº}çØÜHÿm)','wp-admin/css/deprecated-media.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Õ\0Æ ·ðƒ¾øæµyö!÷','~E÷\']Ô›TÑs¥ô\05Ô¥…8i‘,Xr–“a','',0,'?'),(']§Ÿ‹âù\"}[’YÜRÚ','wp-admin/css/edit-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c(õ<<qÈ+ÇvßmÈ','*&\';ôË`—Fº:	8/˜½øýÍ%~æu$#:æJ(','',0,'?'),('“BÝH*mz—ÍN83üî','wp-admin/css/edit-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2\'Vëüüdªþ¥ÒrÝ','ôþËª)Ëp$a\Z„nK±÷Ž/”|F!Íw^µËí','',0,'?'),('\rœ:‰:‰ìõHHù:d','wp-admin/css/edit.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','÷Ç–L(B‹õ@MPg Ïg','ž^nŸÉE|\\³-ÎÊu“ X\\’Â&:`üO','',0,'?'),('ó‡ç,·oÙ!Âz¾j\"ó','wp-admin/css/edit.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6§êey9±ß\ZIõ¤=L','ø4Kråþ2éÍpÉå[ËÍ°ÉçÂœ/×tìŸù','',0,'?'),('6;I(ÖH²mÉ%¬Ãfº','wp-admin/css/farbtastic-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‰ÿ»qà@!!µEkÂ',':~Þ°X#^sI>&ÁØÖ\0Ù.•ïMKG^#øÙÞŽ1ë','',0,'?'),('‚OÍXëÁg]<f@˜','wp-admin/css/farbtastic-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÕS@ãÎ[“\\,ð3|’¶!','£Sm¾\'ß;d`—ãe MØ0i=óŽ?>ÎÐ€ä¼?{','',0,'?'),('«Â«¬ä—-j=´u¶N\\q\'','wp-admin/css/farbtastic.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ùã8)¸úí}{¾øCûh2U','|A¹åLäºÉMbÇx¦d8Xï‚jX.ÐûŒÖ^\n\ZŽ','',0,'?'),('KnÒ‹D&sRôWU(‹','wp-admin/css/farbtastic.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#Õ^µ:ˆG€(“‚±:k\n','4·°7V‡f›Ý ñ¾/ï‰¼å€êÃÃæDŒúW3p','',0,'?'),('OlqCcÛŽÐïÖÊãÏÌÐÍ','wp-admin/css/forms-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÜOÁlý—´\'&d_Î±','r|Ë–+†ë¯3ün®0Ûep¹ìÃê,	ÛBßØ','',0,'?'),('»Ê{ü]\\Öµ­	ôèdó»Ú','wp-admin/css/forms-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q°šN\"ï‚I\\în','\'…sé—ÔàÃä»:<	Mªß*F¹üŒþÄ;>P”','',0,'?'),('õ¥Ûý(ëÅø%ž#€9yn','wp-admin/css/forms.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¾0\"‘DK\r„~»ãZÑ','©3‹¶AÓy´¦œ\niî¼†JlTõ…!ëH%_Ž\0|','',0,'?'),('Å‚j¨Dß‹¿.¥Ë–D¥‰','wp-admin/css/forms.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¥G€œCÅ}ÁÈÙ%¸Ä.','>Á¸0r‚ÌŸu?kÏ\'H:µ%)^i¢¾âìÁ„8','',0,'?'),('µø§„¡ÉkMÔÕ?ÊuX','wp-admin/css/ie-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U§‘Fœ›ÁˆoBrý<mß\'','Ð”‡lWh‘<S§=åª\\ù\"0 €iC™DMÒÞq\Z¯','',0,'?'),('vs%Âz¡ï´úø¾FÓ','wp-admin/css/ie-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ò¶™ñL£XdìÝaÈîÉ`M','³N¼ôsêî\"*\'7´Ÿ‚p$iºx¿¼”´È­¤vµ','',0,'?'),('Eø&¯ÑVN®³‘\"N','wp-admin/css/ie.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y`öž×-z\0é¼ê¥\\™','äüìšvA™¼Ùó‘Hø\0‡eq$óWÕDj›³K+{j¨','',0,'?'),('Ñ§›_ƒ4a!¢F¤ñ','wp-admin/css/ie.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','vÊ´…·ÇèŒî','ü×†dÅªC*†k]¬0É¾\"€àþâÍ¶#8Kå®Ä','',0,'?'),('Íwÿ9=Ÿ_\"h%’×v','wp-admin/css/install-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&l*hãïSÃ.‡Ë†Åq','Ð?)ü.ôµÌ!Êáßdú9cG›Wp|m°7‘1ÅI­ô','',0,'?'),('i²-ÿÐX±8V[~Eû','wp-admin/css/install-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ìó ¡	Øï·Â¡8©§ô','7óWnîÎÓ\0«»‡×›½m^Ëª2ý1H4úŸt¹ê','',0,'?'),('<‰9þuþj³®ÿ„!Á$','wp-admin/css/install.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','³ù\"Âò¹¸âåêWÞZh','ÛžkÑÕ’³ikkLO]øNôŽŠ†X]ÓÐÉ)\0º§','',0,'?'),('ƒâèÊ†×én¥Dã®–Ë(','wp-admin/css/install.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','›éYæ½¿¸ÒË¯pd&\\','6¢\"+ë9í¶/¶R\Z+¥`³Ôn(Üâ›´w€Ä','',0,'?'),('¡Ð\'-ôpÚ-Ïûñf¢','wp-admin/css/l10n-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i°R{å³ª,Dþ_ÁÃJú',' Îñ\"…X\0¶Éÿ\rŒ‹R²>sFÓZ£ÞÑARƒv','',0,'?'),('vÃ¢,\\­+Q¹åÕÛñÖ§','wp-admin/css/l10n-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÁOSµGfKç½šŽ8ÜÛ]','­dòx‘¹ñk3rþÁÞ°VNÄª…eüt³-ü ƒÜß','',0,'?'),('ÉÒ°†“2D´iÜe½','wp-admin/css/l10n.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','µÄ¸øP)û|„ðqŸr²€­','wppS¦½Ü\"üDÀ.¼Åo”MOŒmÇO©\'bËaÇ‹0','',0,'?'),('åHÆÌ4….\\ã:‰ç#àî','wp-admin/css/l10n.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+.Õ[H\rÏ¬.k«½/ ','®þ’»ÃŒˆlgóÚÃÂj-u¹ð\\$?Ÿ¿¦)\\‘y6@','',0,'?'),('¢y%…ËÆÇº~¹ne\"V','wp-admin/css/list-tables-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','„ÞÈ\nÌGUq\0¿¨ß}','T|¬âúÎc’U˜›åó‘«}ìàÐ\'§pÍÃÖì†‡á|','',0,'?'),('þFÏ%­³CÂÔ0»£¡,','wp-admin/css/list-tables-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ë.–kk…wZú·)¥J','×ï¤qýÙ`Z¼üÀ–þ}ÿÒ¸pqË‰Ú]/K\nÞÀÜo','',0,'?'),('|jª•x7Ç(Q}Ž0À\'ð','wp-admin/css/list-tables.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ß\"‘Â²×ÛaìY¨9®j','BÁQê‘ó‡vIdv¬wFOÕ &{Ûa„’wUü','',0,'?'),('êkLN\0ôç»x6@','wp-admin/css/list-tables.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4è~\nv{E:½“s¾êÚ','½Ô¨–µG¶j6Ó‡ÊŒDçœoS\')r¹/zÚäwC','',0,'?'),('A{&Ï Š¢V>ì²Îs','wp-admin/css/login-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ìOê8Âí±õIw>ég1','­5íú¥G—«ÄÊê·ø¿f1Ñº+Gñ$·‘s£ý','',0,'?'),('h@ZÉ%Rë•Fß;ti\\m','wp-admin/css/login-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9Z÷PÁžZ¹÷åíZ}','©åIÞw¾&&ˆ\0Ñb;ÍHY<I‹P}‰‹sé!«:','',0,'?'),('¶º¤|jX–ù©ß|êfb','wp-admin/css/login.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','tî±ˆ)k`º¼õ|T','=\"+™Šé»EÒ„ñ¨*Q?˜lþƒíShÔ÷Q™>','',0,'?'),('`™&­¸é”¥~K3/d','wp-admin/css/login.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','°qož ë‰¨}ÖÒ•','*æÂ÷µŽ*dzmÌ‡åg×tvç×¾8Dõ&–×','',0,'?'),('rùÎ\n—Ûb°•#ð©é','wp-admin/css/media-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','å›âŒKÛ+[r\0ØUV','|Øk1“g×í\ZÐ÷`&ô„_Ç-ÀíÂ¢Þí/U','',0,'?'),('ÁzÝ¿ä¯&Xâ™6¤˜Ìs','wp-admin/css/media-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‰ò£_‚?hÈ9vŸèDE','VC½P¼´ubïë¾¿ó~Ç^´þ)•ÚØÅ.\"ÈüÓ%','',0,'?'),('˜£ýT¹D‰ÀFÒK1Ç','wp-admin/css/media.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','…gcØ«h£aQO.5','‹w2J³\'@°þ–0]ðTO±ÐÚ£‡\\ý_#o¿{;y²','',0,'?'),('%ÐPb.Îÿº8ºGdÎtÍ','wp-admin/css/media.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1¦bº¬·øw Ë´òî','@Së‚…S<’˜²kµœÛÏ6OŠHâ9ñQÄJ2ÖÊÔ','',0,'?'),('\Zïy‚„8R#O¬yÎÆ','wp-admin/css/nav-menus-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','íÄpTŒ¡|R¾Œ”öü‹l†','ù›ßã±ˆšñt Ï†~ñº‚,—@	[´#m æ3','',0,'?'),('Dƒ¬ š2û”K|&å','wp-admin/css/nav-menus-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=ãx`*ÄUsØ	šH','ö\rè«œ¼1#´«Ýé”XR\\îŠ\00˜‰\Z°*','',0,'?'),('¹®ƒqhÌn›Jýj¯','wp-admin/css/nav-menus.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¨uWç„	@x>`Ç‡~*™','×¦½Ñ²sËÉT.™wzïƒj\n@10_…UeÉè','',0,'?'),('½ZžÀWtÇp¥NŒh','wp-admin/css/nav-menus.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ŠªÈÄSøàõ4QmY_','HŒBÚW®cª›Ž\r²³‰&b]Ë¦æÀ%ùùZm-:{‘','',0,'?'),('ûPhÜÈ³·¤rVâ','wp-admin/css/revisions-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¾áÿñÛ4˜‘PÀD;','½ÛÊ˜læê0è[þ‚ëÖ€v›k„:³[WÒB#','',0,'?'),('@êtÜR>GœHhÄí×¡','wp-admin/css/revisions-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ªKŸ€¯y“i$w}féÒÞ','‚Õ×‡Kü¡©¤¢óÞÛ;æ=ûµÿ)z&À¸í¹!_[•','',0,'?'),('¢ a\"KwTÕbc1S','wp-admin/css/revisions.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Aa_¾Þ4µÎÕ)þž^','í.êM>¬ ìÒ%g$û—(`ýfP€ä+/CW{%y','',0,'?'),('\nýGÆ™nåð\Z@1+U]£','wp-admin/css/revisions.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Dw±ŸÏ<ÿ·aÜ°å','A¹\r°ºÞ\0¬Æn>²…òe\0µ))iªVIÆë7É1eG','',0,'?'),('Êr¹ž{¤\Zk¡À\"¨¤k','wp-admin/css/site-health-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'ÆFãÃ†O“)gf•C•','eˆä7®¿ÑNT²{\0žW’ðÓCl¾Ñ]¢k:°g','',0,'?'),('êð6ÎZ—fMï£ó”;„','wp-admin/css/site-health-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Æ—Ò•ï§²Y¡ÃÕ9 l','R¬8Û­Wx\'²8‚(•¾ÊÝã‘Wk[\\ôµ¦òVë<','',0,'?'),('bñª¥²KÄþ+x¹€ šwF','wp-admin/css/site-health.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ø®7v:Œåˆ›.¶„oó	','Ì–^Ä`=õõœ&ôRNØ°˜²íßIûÂ×`h','',0,'?'),('Ûv6^Aèó€A/],6\'y:','wp-admin/css/site-health.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¦Cw»•Çu4c\"yìæÇB','Æy´Å¼ôÐs0ž¨aÒüµ7!dV½zÆ¹€P±YÐ','',0,'?'),('÷­0rãˆH\"áYK]T·','wp-admin/css/site-icon-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','„;€w°}ÎkÕ2ªzÓæ','éî’Î±a˜	XgkfØ8j†nÑª®›=&`sØ§','',0,'?'),('‰‘ÞQã£WsñA7d\n','wp-admin/css/site-icon-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Å`_?Þ„=Û|ø‡§+”d¨','ìòÙMµ´ÈS»Ãõ–>j/‹‹¶\"K%qÞ£ýÖ~','',0,'?'),('\'=!Za„ÍaâÛæjUÑQ','wp-admin/css/site-icon.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¨ô}ŒE²¨Ôp0lu','i>ÂœÓº#ˆ&‹2Zí\'‚ŠK(*™«õÖâµ','',0,'?'),('›šn&¢âðn¼!å´¬î','wp-admin/css/site-icon.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l•ËxÚJ‘ÅTGˆ˜','ð+ÊÅÎWµÿöVÛð3¯(qFèíæÀr;·|^ö@¤Õ','',0,'?'),('¦±–ëg„~Òw\ZÐhh','wp-admin/css/themes-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|K‡§ÛAÎ\n«ÙXŒ','ì9£?B>ŠH¶\rÐH¾+ïlÚ¹Ç)éfÑ‘²&Ã','',0,'?'),('µœ5ŽAtß‚–m0iŽz®','wp-admin/css/themes-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Tl‘²aÖÈ|°²DMYœ­','ïÒ†‘™,ð(k¾ë*‹b¾!¡Ý2_ÌFÇÒ\nv¨','',0,'?'),('ÊR±­ÙÑˆé°Þ¿¾0','wp-admin/css/themes.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','“·&+ÏÃÕ9·ŒBá','_pNûŠ1±‘SJšòªsÿ…‡¡©\rõç¥VÛ\"`•','',0,'?'),('±šÄfSu¹BìÍ¥?^yO','wp-admin/css/themes.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¥)*AûxŠŠrèƒÄÀb¾ª','aé³æÞKòpÞ$\ZµyÏ‹Àuá—é«b2¶‘æçN\\X','',0,'?'),('‡¢¨3v´U€\Z3˜PÅ^O ','wp-admin/css/widgets-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ò\\:ÁèÜZ!4ºìW4Q¾','Ò§VS¡£	_+s² »q| KÌˆ–ÔuÕÑç!5ªsÎä','',0,'?'),('s²E¸ÎžqÈp°BíÚÖ','wp-admin/css/widgets-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ñ:d˜VØ çæ77oÛ8Ø','€áîCé#@»‘)·€-[s‰Þ‰À”ÏÐDÇlÛ’*','',0,'?'),('”!HUN&ï\"‹¨ÓŒz÷ô','wp-admin/css/widgets.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+‘§Fê)ù¨º<,äÉ\"Y','3]D˜”p…Ì’Ÿ‰ Àòò2U`ò\"™T»ÏêE','',0,'?'),('Eœ}¾~î¥MÊÅ-Û]ˆa','wp-admin/css/widgets.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ë{®é÷\'z×¥PñŒM5',' AÕ²‰µ¤t³·Êô\"däŠ·Ï>¬o{žTaÎèpÄÓ','',0,'?'),('Ž°Ö—]NR¼ïS{qv?…','wp-admin/css/wp-admin-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J‰A9ö†½\0W:©ÞÁ','Ù²ç+ÓË;H‡oÞtÔô¯²N˜-Åíg´eÞü ','',0,'?'),('µ†»$(­g‹(Á®ÔPÚç/','wp-admin/css/wp-admin-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','GƒQ5\'EY­oâ0¶}Æ_Ç','0‡|TFîáÎÝO 	ê.—«‘å¨ã.¹¯>¹CEjûø','',0,'?'),('dè4jà2UÂVŽ·$öP','wp-admin/css/wp-admin.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','–7#Qª&M?Â»‡ù|ó[','QÃD¦ Ì6¦¹›hPÖÂÌqqM9ÏFOÚÒ\\O–','',0,'?'),('×Çj0–©ÞwþE}Â®RŸ','wp-admin/css/wp-admin.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','€eèUpÊ“ûHšWtP! H','Ê^´ÉÝE-ÊRŒø±¢\'#?‘leÀ®mL0¯kU@','',0,'?'),('¹Œ?ƒ0|Ãöà5uÆ¡ƒ¾','wp-admin/custom-background.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','cµˆ`GøÜ¬[¿Éž','t[@vÒlí;Äz šçôŸ0•±)ÂÆ\',q«±ÌL','',0,'?'),('uáqg\Z\0‡8‰hÔ­û\0ð','wp-admin/custom-header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','î˜ŸÊîç^Cc[„&','ÒÐY:O}ï±…	ÐóÂ¬3bXìuS\ZhB¾Âš$Ò¾[','',0,'?'),('ª;?2èáˆSýã§\0ûšp','wp-admin/customize.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','CKïÖÝbA\0ëF5S','¡ í‰¯^þó¯Ý€šÛ«#[¯±V6ÅŒq£í7','',0,'?'),('žîp?E^¢@·\'ŒãPEÅ','wp-admin/edit-comments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ƒEÕAä<ŠzHz?à','ÃÃheÈqIø3•¥úŒöz³d‰6LmÖ I»’','',0,'?'),('æ\ròb\\ñ™‰ÄÉ²\ZÄë','wp-admin/edit-form-advanced.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_ž…L¥r[ÿh+/&\Z¦®','©Ë-ólJ	Ê7Ë,õ½ß³]ÞU[sb÷€TÉð','',0,'?'),('5ƒÓú92Íƒ¨^À%<®Ç','wp-admin/edit-form-blocks.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i¶­}Ge+7å¿EV½\"','qÍƒþí×°Ñl2˜Æ%i! „”°Olbé®Ÿš·±','',0,'?'),('G–7\Zžæ²I&:íx','wp-admin/edit-form-comment.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‰€ªÃ6–‚ÞµTÏ=,','DÈžûÆpi\'\\Þ”çO^Í˜ð;ÌzR¤<è','',0,'?'),('\n“µ‘b-ÓVø:ˆƒ|mµÿ','wp-admin/edit-link-form.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r¥Œ5Àò£ä«7XÿleÉÏ','r’-iÃ]ÅôŠ:^ßÈŒ1øÜI>¯É¯gÔØ[Ùáç¯¦','',0,'?'),('%ºÒàë8^œV<ÑtË','wp-admin/edit-tag-form.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','´q\Z(?šÞFš ‘onµ;','ª~šˆ›?ŽîOj0Åá†Ó÷4Ç6ãsNu\r’Š%ãŸ','',0,'?'),('¾Šh¢Ýß)UG@Èx–Ìv	','wp-admin/edit-tags.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}Äü$¤NÝ\n€â!‰“B','‚x“»†XSÏWJ~%Ï@Ì-Å™½õ³VšNZ§“ä{','',0,'?'),('Y…LaØ€µhÐ(','wp-admin/edit.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¡\nXƒAQ ’ÓÖ °ç',':x¡iœÉ­Öóhì‹iÇtÌ«	m¸8ÎRá®‡­ô[\"','',0,'?'),('ÓóÁI7ß‡SÑ2‘&°Žˆ','wp-admin/erase-personal-data.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ªZòâG”¯‹X:ƒ','H¨üÜ$vœò>ÈµHhã©–Ä©ÿ¶ôû&&@E3ê?ž','',0,'?'),('|-ÙýÓÊ“zþÇ-¿','wp-admin/export-personal-data.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÔvÞñÙÕ÷`÷O¨§‘…','0Â¶é}$ú÷Öž3¹	#;\"Î—S/y\\¹Îh™•ü','',0,'?'),('ÂÀ1Œ’Á|¸}š”âdQ','wp-admin/export.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ß™‰!9[\0cM~n[›üˆ','ŽâKãš‡5ISØ¬jÍ·½‡]:;­¸Ò;YÞGc','',0,'?'),('O§ƒµà&Ârè“•ê ','wp-admin/freedoms.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','üÊ%ø=x$å\\$à`V«r','ý$ ü–àlBqLÉ|7T\nûwÜ^µóîf_','',0,'?'),('æÎWûêÃ\"úÚêSk:Í','wp-admin/images/align-center-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ž¾²-ór‡5*J7¡If','¢8tfç*JwÒTÂ^åÂHÙ>ÈñÊ1öJDÈÎ¿','',0,'?'),('&*ƒÊÄdÄ†Ö¸	ÖH5','wp-admin/images/align-center.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	Ù\ZÝ¶µ4yæŒdY1ÙeŽ','Ðë†½N3‡X!ÅÍljÿh`ã®±ç´ÇhA]ô¸J‡','',0,'?'),('öV9´ÔK±áÄgoX±¹7Ó','wp-admin/images/align-left-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i…8±O¹ƒšìÐ^—Æc','$kb¶>¶àÎÍñk&ž:	Ú‚a¬7¹¶Zcdm‚´%','',0,'?'),('éªÊm¬Mt¨†ÛW³B','wp-admin/images/align-left.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\ýy0Ïúd÷Zòo.hžÔ','é_]ê<#¶SÎ\"´B^U4_ÝQ<!@šx?J$®£KÏ','',0,'?'),('Ô].õooðÈ¦M-n	‡','wp-admin/images/align-none-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','øXC™)[×°›-º4½','³ß§&QQ½p\"~Û\Z8S×Šš‰ïÍöYÞåëÅS`','',0,'?'),('MW€	å¦¾:Éä˜ÙŠ','wp-admin/images/align-none.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ñ­eqd2 ¡Úu‘¥Âñ\r','¤g(¸1†Xã¤{† [].¡üT‚Ž¡“AÙÄõ','',0,'?'),('vâG‚.Âg·AõÆ#õré','wp-admin/images/align-right-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hƒl½>rº]£lWÆÀx','¤V:ðh¯ÁÆ#È†BTÖ5i\0¥?„ùcÀBcá„ôÝ','',0,'?'),('ÃÍtnRŸØ”Àá¯ÎÆ%^','wp-admin/images/align-right.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','BØóâ‡Oe#Ól@:P+\"v','ò‘üÉ³üö‘Cºº?ò=ÿòè&¡°UyZ©31’¥!<c','',0,'?'),('™[‚Ÿ®QH\"pS1Èªëc','wp-admin/images/arrows-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','— Qð†}Îñydb#6„','ø,cË¿\Z¯i(~æÖ×)•Œ©Î\'€Ä8[Aé/¨IÑåx','',0,'?'),('ÓE#lðÂLþæ_&Üª³Âï','wp-admin/images/arrows.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Úv’$ð>ˆÑßÙ>¿Y','’YW‰š(†ðN3–2U;ÕâÆÎÑ<.iDd!ÄÑ','',0,'?'),('¡DSæâá3.Ä¯y}ó;','wp-admin/images/browser-rtl.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D\"‘ÙÓ Aä\Z®þ¿¿%Ì','+å•§îÛè0ÖçpÎÆœõ˜JMk ÿqçwœXØ¨£','',0,'?'),('˜›¯ÐÂŽÙêHË06²','wp-admin/images/browser.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Á²ùÂžµK\\„b•$þF','&$ñ†Ä‰9›¡àˆ×~_SHÒ_ÙÌ“ï%L¼¶þ\'&Á','',0,'?'),('G€9qóñë=Ê¥[3?aè','wp-admin/images/bubble_bg-2x.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ï¬qšj™Œ\nŠXÂ<','n¬¼%4ëL¦©í6{/Ð¢[¬Ä¬?XW_A.r','',0,'?'),('QuoPXØØ\0«¸SÚž','wp-admin/images/bubble_bg.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ú~Ïg<Ä‡óI Á¬®0','\'+uÒWë`-A²¶èþÝS\'¤}S~SõÒb¤Ì—','',0,'?'),('ÒÕLt593–u^˜ëä)ÙÔ','wp-admin/images/comment-grey-bubble-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','TYÓÅ2¶s,\rõmƒ¿','D‰ÅÀx­ŒT-¡¡æÜþw…ÃN„	 ¾PŒ{¦‚','',0,'?'),('¢ØÀeßbWüA0Ïd','wp-admin/images/comment-grey-bubble.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y*\'´‰°©tÀ¶²F','7	®y²ñ®Œ¬ÐèU{Ã®¦ˆÔŸã‚Å`¡§]m¢ó','',0,'?'),('ÏI¢Ø\\j¶¬ÑxÌÍËg','wp-admin/images/date-button-2x.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Â‹?¾©¨a´0ý×9JQ\Z–','Ÿ­Ó*¬Q­ºèÚ_(G:*€ÊýÎ·dúëãîêà.','',0,'?'),('ýÍa„í\'@Tç‘“‰õÖÊ','wp-admin/images/date-button.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v!0Ï$Ç\n-æ½®LåÌT','hÉÅµÎ´ä˜¼ùïn$°†ÛóÏê£¹‹èq!I#ú','',0,'?'),('j%M»ÉòÑp)Z‰Ä','wp-admin/images/generic.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','øŽ•ÿ\'Š[#98!Ð','§{uë£åÕK[gÍ†ExÜ{¥:ß¼‚úlÍ¨GÄ«','',0,'?'),('È\Z{gÝü?Ñ3gÚ¢\Z½','wp-admin/images/icons32-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','µ%¤*ùúüøÌgš´ú»','×#!$í¯Ø@ì0gé¿.Ö;i3%!ÍýcHPë•œ=','',0,'?'),('ŸÎ–&¿¢NÂ,õ¥ïŒ6P','wp-admin/images/icons32-vs-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¡*04ÿG4F—	&Zƒi}\"','ë.aú}…‹hwÓ6œWEÊ­–(3ïJÓ­µ9ÓEå','',0,'?'),('‡«L UÿÕÀ¹f¯àuâ<','wp-admin/images/icons32-vs.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',ÖP*çÓñ{>v¥±Uf','–°Úø?Uü˜z¾ÔP\\™Â@†`¢8g;\r®³Á–E','',0,'?'),('Â1¨ŒWV(2Ÿ˜6²„³”','wp-admin/images/icons32.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÑÛ¬[çm9…çJ¡4Ì\Zê','DÌkCd‰î—i|a|™¹àÝÙ+ò\ržx‡¯ÌŒ¼ñ«','',0,'?'),('LÖÄüý8àï€õ\\¨Ý¼+','wp-admin/images/imgedit-icons-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',ãî\'ƒ£6U¦½ýÃÌát','“?àØŽ).l ôÐÏ%¸<²(_Ú 6ÿ`^c7','',0,'?'),('{õ‡?ìÑÕü\r’Ú\n\'','wp-admin/images/imgedit-icons.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','KÕ\\2ŸÙØ}©G‰i;O','TÎNÂ~ˆå÷-Ã@°èNƒÐÌžVç\\¦”(u$Õé','',0,'?'),('¢4gŒeÊØé>©óÓß','wp-admin/images/list-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hÕ»ISÂ2ýÓi‚gš','ùîJüpáS_ò¯ÔXØØ#Ž‰UBÙ-zÔÔÄ,ç','',0,'?'),('­âZ\nuÕoK° ¯¶T;e','wp-admin/images/list.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>–½*âÀÓ³ÑSñÃ','\\w«»T[…=°b­aCk©…ª;c£¶À','',0,'?'),(')úMæÈ^ð¶Ã»ozð©','wp-admin/images/loading.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@…×œ¯x>c—”­ºµÖÂ¢','ì<\0Ð…Ò©¦•Ù‡qU%˜âG†ò7ró\\œ*–¼2J','',0,'?'),('»\0²×%3[$x\0èâ.°Ž(','wp-admin/images/marker.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3Ü*O2/Ô3I2œýè','~T¼@\\Ž€vUI<çpKÈ×Ä×a`Tº@cãÞcaü','',0,'?'),('@Þ;5‹XõñV¨”OÆZ','wp-admin/images/mask.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','üö“g~¨\"æÒJ÷²ä©Ž™','êž×/<sÄÔ¡ã)Ý\'‘.®1ÀjknƒK9QîôÉ','',0,'?'),('@÷sZö”^™¥Óèqv','wp-admin/images/media-button-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#ÛWIå…\\¸Ð?ÈÉ','Ÿ<ó‡:»ðtn½kbíwiÝ&Œñ	¸È÷R¡µÕí\Z','',0,'?'),('1ÜEfQ¤v#)ó\nÙ0EkQ','wp-admin/images/media-button-image.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','øÌó¨¶øm¾	\'ŠèæA','iÄ·±ãz[º¨ÿÄ/\"Ì X“éÛ{Üoýî—:†³','',0,'?'),('a\\c,I\"5TÍ±#Ì‹þ','wp-admin/images/media-button-music.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4^&$oÃè uf&ô˜','èwWdÂ¼8PœF6êA½µî×Ü´´to-ÖÓX\\‡þa$','',0,'?'),('NQž\"*hzªrÃw|\Zø','wp-admin/images/media-button-other.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¥Q&T^‚]BB™g\'ùÃ','ý¡B\Zêr¶FÿÐ’Ã‰Pv-^fT¿,ÊÁ_ÂÉi','',0,'?'),('þýþœ)z]!?»±aÀ','wp-admin/images/media-button-video.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÂÒß>ýÀÛu‹€e­wðJ','Y¢e¸—Ü\"n+ò#@¬õ¾Æ¼†Z‚†ÄgáVPþé\'','',0,'?'),('a)žTMWá¸Ooˆ¸Q”|Ü','wp-admin/images/media-button.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','²¶Ãã6@pè’z^yeóÎ','_\ZêúˆýòSj×–Y ½óðè•V¿ZŸîGenç°_','',0,'?'),('\"’ŸNß¬jj)…Ÿ\0Œ•N','wp-admin/images/menu-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','jGÿõþâù{¿>¯^;$‚Ó','–2]yâ×#h½âÄ2ö9ø> ^s€\rHå	\nÛÜgšÃ','',0,'?'),('* aØF²Ìð4Ÿ°uÛvU','wp-admin/images/menu-vs-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J¨ZY<÷iÇY®„bø','\'œ¹Fà½÷Ñ”E\0†õæè7¡É¡Ÿ#ä>sePØ¶','',0,'?'),('t]•ÙŸuÃÕuÛüåjû','wp-admin/images/menu-vs.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q™€òLð,_¥;1/ïE¬','G²iH|ü×)¶E;³½\"_ã;Ô£4Ô»w”lyÁ','',0,'?'),('@ºXD\nÃ\nRN†tëÍÓ','wp-admin/images/menu.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','á\r9#‹dóY`	Œÿ','ÙlúÈIE/(¼p­–\0Òpnó‹–T-O¥z\"],=`ï','',0,'?'),('ëF ó8Ç+²)ÐØrÝPè','wp-admin/images/no.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Èk¿dÉ$ùŸÜŸV7ðÀ‹','\nà>ÈÒ¢~hÄZõ¤ÓP\0ýU0Ê;\' {õ)	¬>','',0,'?'),('µåµ+DžFÜ¿TZ[H7','wp-admin/images/post-formats-vs.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¦S¦l“ôH\\©¬¯¯üæ','e…t¯«w|W§{x¿y%K:¦»QE7¬‘åÃÓ','',0,'?'),('ã\0¼•×•oxi3%\r+]kg','wp-admin/images/post-formats.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÜKÿáÑ\0“äÙ%3¨Öº','9Æºƒ&Ï]Ÿ¯nŸEu¡Àa]iFé÷Æó¿Æ³Â','',0,'?'),('n]ûj7<3ISsQß','wp-admin/images/post-formats32-vs.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','·t.E¶­ê5G¥N\Zóþv','(Z¨,…œîªIm­Y,Î‡üÔ—ñÆtGŸ©£žú¯¸«a','',0,'?'),('ÎÅ“þúúÏ”ò=Ÿº#6','wp-admin/images/post-formats32.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','WY~O’ø{ð+_L‰kE;','k¾<8¤._D´ãK‹‚µßG[§5e-I(0w°áh','',0,'?'),('ò¶?{o_±°µ\'»nÖ','wp-admin/images/resize-2x.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ˆ{3VV´íFV¬fä%K','æ‡´y2q™þZðo ¦~´¢([—‚`\0`C¸i\ZL\'','',0,'?'),('¬3!9ä=è6Ý¡','wp-admin/images/resize-rtl-2x.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÏMÕï“ù¨MñHõ!þYA','£2ùìmÑoßæ{«|…ny‰üËƒŸ4(åøûÏ†î=ª','',0,'?'),('ˆIÝ{‹?»†rô]¯ 7','wp-admin/images/resize-rtl.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','nC%YØfœˆøvµF.z','@St-]ózº•\'+kŸ·2€å{ØjÜ,ÊQNš¯~)Û	>','',0,'?'),('~?¡J¼IÖb*×ºêeèC','wp-admin/images/resize.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ËÖlNíû‰«ÄÍ','©6ó€¸×óˆ&?Ã5úÑ?sýqGM`P;','',0,'?'),('\nf†‰Y¡·4&üLð¦','wp-admin/images/se.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÖÈ”BÃ`½Ú.}\'7:','Y­»›ä›è\"KùÑ{·U¼©×r™:2Š‹JL´”È','',0,'?'),('X—:8+Ë“2>V]¬Ë8à','wp-admin/images/sort-2x.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‘´AÃ¬kì:¼bÑ‚vFj','\'ˆ—­aKÅ\0tGJ¯Bq…©XW*(J|1š£õz[(','',0,'?'),('Ý[6»5€„+È	án9ä','wp-admin/images/sort.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','û ²¬ í½*¢ ª’ÚÏ3','vP„„-~«x’µO\"	’ÇÐÙáþ;€é','',0,'?'),('‡J¼&_#¹ñ3SÔq ­','wp-admin/images/spinner-2x.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1ý™æ2†^#æ8µô',' ï¯#–Ë’Ì=$c©§6ÀÞäÒß	B™46','',0,'?'),('èfõi¿`¸=@TµçoÙ','wp-admin/images/spinner.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÕLõ\nD½\nÊoÙ‹ÔjË²º','zÆ„à\Z\"ÿ²n\Zs²(ÎU¶/~÷7º€F«ø^Â…ã','',0,'?'),('PÞ1$¶‰ó\\*åC','wp-admin/images/stars-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','õêA”§œ#æS²Me.^','[®òè€¿ý_(\rhª×çYÁˆ´Tî¤¹ðßqZ±Õ','',0,'?'),('éFÎj!Yé{.J=,µ®','wp-admin/images/stars.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[¬à™><õk²{Òì(‘','/	Þï\"…ÚÀˆFaì±”<SYÚÃgÜ¬ÐØ‰FŒ×@','',0,'?'),('Vrm‘KE§p¼j×ä6—','wp-admin/images/w-logo-blue.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ý[N°W¢ð_pàw®0','Þ£^Qtä3ôHunUâ»Éà~²\'»T2','',0,'?'),('Jf¸3?ö“‡_rÛC‘','wp-admin/images/w-logo-white.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n¦ÌîJvÛ¢~»y¬\\…','nÁDš°‹ _Ï;Ó!G«×cVƒ0M9ië‚=½','',0,'?'),('Æ+’ ÍgÔ¾Âq6¥^\0è','wp-admin/images/wheel.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E0½ q0m»Æ\ZY%V¹X ','(]´:=dÓqÛ…¼O{9ŒÂ€Ô€¥vš…È˜~Š²Úó','',0,'?'),('‹%„ä\\ùÂMA‚íÒïÿ','wp-admin/images/wordpress-logo-white.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','½ÙqPûCª†-SPDæ÷','e£4ÑEºÇ?ú&õDsA‡Ä×Ê¬ª;ü)@¾XÉ’','',0,'?'),('tZQ¥Yz0…ú½ßè·«','wp-admin/images/wordpress-logo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Æ°ùy¹æoÃ8ôË8S¥`Š','bxÃLüPÍ°éâ=^’íå÷¹aõmÏÅñº»1i³ß','',0,'?'),('òc\"ml ÿÇž>o','wp-admin/images/wordpress-logo.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','óNö%“d÷ïÏgÍÝÉp','Î\"¦uð™¨j-QE\0‰Ó[æ¦gLÝZ5ÝMD½:','',0,'?'),('€ÓÚºèu¶¿M—É÷[\r','wp-admin/images/wpspin_light-2x.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','mS¬û¬ýÐÛy\"C‰ÄÒ','°½66S¯X¨£±¹þ±6O}É4>ˆp¾\"Ã ”\'1','',0,'?'),('\"w%â_ƒ„K\\ áuË','wp-admin/images/wpspin_light.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hkžuËRª\r@9k÷’ç','»³÷!ÚF×±‡äò¸(œ‰µ#õäˆ1†‰:ã','',0,'?'),('ü»<læa¬€,›bX,³²','wp-admin/images/xit-2x.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','œÓÆu:@4\r…âÅz<5È','¨S\rÎ}@½~Q÷:€Scµ±§ê*d+åZÎ_¾{¬R','',0,'?'),('§mÌœýz4èLä¯úK','wp-admin/images/xit.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','”ì«	3X—Ä«9+ï–6n~','üÖü s²¯¹”ÉÛÛ¨“ S,mdïŸ\\Yb’Æ‡ïÂo','',0,'?'),('ØM&3\rÜÁ3CMaQ{','wp-admin/images/yes.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ä+ø¢7Ü‰—\rqZèQk',' =ÊQêâGÝëçˆ9%¹K†ææ,Ë\rû\ZFðyõ…ç','',0,'?'),('”ÉT²¢V¨íôª“\\˜—','wp-admin/import.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÙJZÎMÍksÚ#s°Ë¨','öj|Ó’©S&ŒüPUÌ0øƒHââåÖ?O(','',0,'?'),('Ä³Jõ\n`|Æ5,HTõ»','wp-admin/includes/admin-filters.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')Y¦‹5µd„Blð,Ô','m»t¹ój¦–}9È¾ªŒ£R‡f¿>!€þeÄ­ìƒ','',0,'?'),('D’Éñ¾Õ)baëkÚÅ{ËË','wp-admin/includes/admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&vÍ{‡Lo2JoBÚ†','`ü¢#¦ø“6¦™wòj)FéhaÌÃ(àÍxºP','',0,'?'),('Òª*ãÔHšª¨\n;t²û','wp-admin/includes/ajax-actions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m?­šù%áŽVb;6‡Š','z/ÁGO\"„CQÓ{~Ezaö¦\r¨‚\"¨vÉW1â ºö','',0,'?'),('¶°ÎHº*¶á*.ÚS','wp-admin/includes/bookmark.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','þê3gÃî€;¯räÚÁ@ƒ','v}˜Ïïà•L„x4˜‘>+ª·¹¨Üš\0$—ÍWä','',0,'?'),('\"Øw²¾h²ˆ­Æ','wp-admin/includes/class-automatic-upgrader-skin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¿ð©žÃv×Ùû¬F^²','\Z|n›&•RÁ¹ã7¢â”ê\r.½-€Ai†=)\ZÓ4¹','',0,'?'),('nãÐº™Óvýnj=Í®','wp-admin/includes/class-bulk-plugin-upgrader-skin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ßƒïlÅ=Ù*fÜ·G9Ýœ','æŽÍ‹ÈŒ±õË€GÁ\0ü·c{>â.¾\'\'‘1eå,','',0,'?'),(' \'ÓÒª_U;0˜/<Â','wp-admin/includes/class-bulk-theme-upgrader-skin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÊŸ®H§ŠLÙË»)ÞðqÉ','ÚühhÃ>÷×š¹4âž!SÂ˜–à&zlg\"Ïì‹','',0,'?'),('W7¤”{(„¦;:P¥š?','wp-admin/includes/class-bulk-upgrader-skin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A2ç?ìÖ¬ššØ+Y”°','ói·ËÀ;öM3ŽUÈPñ<ëÀXZÓ¡zÚÄßâ','',0,'?'),('ÂjÕçUÃUé‘X\ZÐè/J/','wp-admin/includes/class-core-upgrader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','–6Æš¹ÄúÉÚ‚5GAm','­ÿŸ\\o&ég»ÎÔ\n:\\h¹B`ð[‹¸\Zi£Þ\0»dz','',0,'?'),('É¡îˆ‹Ê§~²¢Á¿.)k','wp-admin/includes/class-custom-background.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÀH­ûRÛ\nÆ§âkœÆ`‹ñ','¹ëRé©ÿ”&ç˜1èN¤P3ûýÓ#°ÆÃÏè…<ò&','',0,'?'),('±ý÷ªn¬›jçøPú+…©','wp-admin/includes/class-custom-image-header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','·Ê±ùŽIB‹0²üÂä:•','ò8Û&J2Æj˜Oyœ¼z&ØÐúJ‘oÆ\nl4ï–D','',0,'?'),('×M\0÷ÂÚc°šíø¡¢_dØ','wp-admin/includes/class-file-upload-upgrader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6‰í9®m=3UÂPK','ûèäÈ~Š»œ í\\\'ðøhˆÿ6i,ì	”‘L','',0,'?'),('©:8ÏIaö¹Ã¸lÕm','wp-admin/includes/class-ftp-pure.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ä8‚\rîZ!È¾4úÜM','€,Ø	f)*¤)\ZJÉ“Aê~O½Gm3—´F»)Ÿ27ÚÓÐ','',0,'?'),('¥afh=F¯ÕÞTÒ:þ“6¶','wp-admin/includes/class-ftp-sockets.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3i{.ƒ¹#ìÊæÊ¯î²','£œç—UJiÓsÐ»C|¤%—1vTº\\$¶/jÂ','',0,'?'),('ñøå“rp.u…3zx€','wp-admin/includes/class-ftp.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8¶$÷Bm·“wÌñô	¡','ç3lÒ†ÑüÝ·]‰Þê”È×yêK N¡AZD«mL¶','',0,'?'),('º­:æÀX©¼@\0{*ÅÖ¯¦','wp-admin/includes/class-language-pack-upgrader-skin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','©úÌý1‹K¡ðþõÖd%','ÍI\'õéJ÷8Ëµu—î_ð\r™Ïl÷„PŸ¿ÓÊ^4§','',0,'?'),('gÐ¶~)²~¥sºÊž“ûI','wp-admin/includes/class-language-pack-upgrader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','kO9+þr·ëÏY.9','6áxj\rOŽef1˜Zƒ?Î¦ïîAõñ\'™piw«','',0,'?'),('ç\"ÕÆ¡üŸ7vs+ö','wp-admin/includes/class-pclzip.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ô[©\'îj†[ž”ˆilÙ','|b±ÆÃhÙòPóŽ‘à«nVïò‚4Ö§kEÒ›ãU','',0,'?'),('W&ËÖ´ ª)+ôÚ±¥öå','wp-admin/includes/class-plugin-installer-skin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','â*–x™–g{“ì”-or','~)°»»Hªìâ«Qq+8.‚>,Á¶Á:Ÿ‰žfYÃçõ','',0,'?'),('®h/Í”žj—Cê¶\0æn','wp-admin/includes/class-plugin-upgrader-skin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3f\0•ÁÆaÌ²•ŽµûÊ','GýÙ4äòÁËÂövûµ^î1Po´Ê\\õyè˜/','',0,'?'),('v–)F¼Û~q„‡œ?b','wp-admin/includes/class-plugin-upgrader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(ì}ÌÆœ˜Çòµí5mÿ²','ë‚øVSèV;¥GâÿÒv¡}ù´\0î±cÀ*ê§','',0,'?'),('¿™s¼óƒIžqF›Š£µ','wp-admin/includes/class-theme-installer-skin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9¶!§x³~)ø™¢Ê','”Ëý?€m§jÈ¿ë…µáÖËF!ðñ¦YãhM:™Ü','',0,'?'),('H`°\\ñ æœr²§·YêC','wp-admin/includes/class-theme-upgrader-skin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÄrM¢,É}1ìo®Ÿ™5','ÊE\'JFw\"õäã9HÕƒ î‡ˆ‚\ræI…ÓQ\'ÇDÅ`','',0,'?'),('›3âôaD•w·P¶œŠÆq','wp-admin/includes/class-theme-upgrader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','UéG¿ÓŽçÃ‹dŒý3','zG£Ô/Û§ñ, YRîQ*|_»ïÂÏØZTïù','',0,'?'),('{y\"¶ÒµµÐÝ©¶{­','wp-admin/includes/class-walker-category-checklist.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':eFœ†¨w Ý}Gcçþ','€ê&f.…a l–ß{¨\n³S…	ÃL(IŠµˆ$vÞ¿','',0,'?'),('ŠøQs|âc·LØœVH³)','wp-admin/includes/class-walker-nav-menu-checklist.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#1F]|§*Â&wF”ú°óE','ˆÖ¹Ð›½±¨lD`Dp@æ´\\ƒl:½?{Z\\›¾ç4Ö','',0,'?'),('Ø±¥-¤_}Z‘hûì\n±\Z','wp-admin/includes/class-walker-nav-menu-edit.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','½q.ÁE•AE”ÊŸ«e','Hƒ/	Ç^\Zã¦Šç}ýO»U^……€k”~@Ï)‘ñŸ ','',0,'?'),('Áœ!çàyÏF¼¿]ÉÆÃ','wp-admin/includes/class-wp-ajax-upgrader-skin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q¬Õ‚®ä,qèsÉÝãR','/øs˜öž=\Z«’KB±jJáZw§¢mV¯‹ÕE¡õ:','',0,'?'),('í§¤ZÅ\ZaYH\0 ›5î~ ','wp-admin/includes/class-wp-automatic-updater.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4Û‘´gbïqKÇòyÔ–','MC´ão5ª‹ÄçâÇ»‰ÜŒ«¸¤µ:Ûó>Â','',0,'?'),('‹öÂYe¸.ð0s–‚','wp-admin/includes/class-wp-comments-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y<IõÞZ]‰õT@úsü™~','îÓËÚéê‘5·CF–9:Ž|}_y)¶þ~+ÃH¤','',0,'?'),('õ&/¢db¤dÈq°2/','wp-admin/includes/class-wp-community-events.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','²T;¡4›¬ðÇçþ\n6}','^£»—Ÿn[1S@ŠjˆPî”û’\"]$÷Îû6','',0,'?'),('Xð‡TCW_^¨·ogôê','wp-admin/includes/class-wp-debug-data.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','µ‚ýbèWé„ê‚íŠ.­','HôŸÆ#ëwN &Þ„Yd¶ÈûÜàlìïÒ½ÆMµá0˜ û','',0,'?'),('à%çf\\+,…æÍ\0\\Y','wp-admin/includes/class-wp-filesystem-base.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','²Ñÿz[Q`ªsüVÎ”ä¿','—WÄeDå-Ë«LÒ*hØéó¸@ÇÕZÂý”‰ö€Ê€½','',0,'?'),('ÊhFM<@`%q-ãæ','wp-admin/includes/class-wp-filesystem-direct.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L‹-Wzû?®[È…¸V','ÎPÂÙªHŽEi:ô§¿m‹«¥œvBs²ü_èP»<dJ','',0,'?'),('6Ì ,õø_‹ìqòêùu…','wp-admin/includes/class-wp-filesystem-ftpext.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g÷6Îl6oüb’GÆ@0î','9K!÷e4É\\û‰öÅRôÔ„{þøøD2ÄÛ±ÿ','',0,'?'),('œÕ‹€PQ‹E|E}7+','wp-admin/includes/class-wp-filesystem-ftpsockets.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' ÍÇÂ$üÿÏeÕ›Gå™žl','sýœCE²Ú+¼‡m%ÎáèèÚ5+a!réüüRµïã','',0,'?'),('Íø‰»j(gù€~jU#·Ö','wp-admin/includes/class-wp-filesystem-ssh2.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‹º$­°Ä£Í¯RaT','®À­nöSt4zª\\¿FWòGKI©HL¿÷Î0€','',0,'?'),('v]¿z‹ðÔåšÃ3»tB','wp-admin/includes/class-wp-importer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Íß«\"¯d°K¼·à×jöü','dÇ&ÛJˆ¦¬3ä›ØOcþ	²âgÊ<Ò‚§ËÓÏ‡','',0,'?'),('‚ìœý®v¿A\nGrÏ3C9`','wp-admin/includes/class-wp-internal-pointers.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','GÌP­¹p7ËÕåt´',' \'žQó»Áˆ?ÃÙ\Z¨çÞ}Ñ`š.8³;L^»UÈ','',0,'?'),('_î‘(íC˜ŒÂM6˜9É','wp-admin/includes/class-wp-links-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8¢aš=/ë-ví6£‘','>j#P›ôv¬ÕUÕKr‚~±žÚÁ¶«Š¢\"¶!','',0,'?'),('¼üUdŸ¥M…’ÙS$€l','wp-admin/includes/class-wp-list-table-compat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']öÍZ;âE°†\'','>Þ1WûUí†\"&SI«d/úÝB t»³\"¾²œUW','',0,'?'),('O	‡ÒS ý•Ç#ÅÿYiòv','wp-admin/includes/class-wp-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÄiàfË<)Ÿÿ‰Œ—ÒàC','ÉUèî3«¾ÙF¨…þUMÖ¥AÇxñöW\\;‰OÞ4’ë?','',0,'?'),('³Vb(ktˆW\"í6(;Æ´ ','wp-admin/includes/class-wp-media-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','É%¨—ä·sÈøíºHÐ©','\r÷,ŒwZi	È‡sáûUü<á;í$!‹Z^žWŠ4Â','',0,'?'),('®ëþ§ªêâsp›Ðäeü','wp-admin/includes/class-wp-ms-sites-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','õï¼Â$	c\0Þ¾®6','–žµ;½¯C±`¸ã}ÿE²%ƒÎ~ŒÚÝý“Gªôƒ','',0,'?'),('äw¢ÍÓÖV¥Ðë¼!Ü','wp-admin/includes/class-wp-ms-themes-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','WÃmz‰Àcò¹ãÁk)','¢ß%î–Àórðe´óiE@£ü¸ ]]tmN†.£ƒkú¿','',0,'?'),('ü«i)33Ü¥ÑÇsÚ*','wp-admin/includes/class-wp-ms-users-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Úƒ_\r¬€…Fœ¯¦¶w','(x˜àõë—«¿ˆlJÝY†aCv¶dÎïRÁz@À','',0,'?'),('e.PÈ´NB‡Sx[Û&Á¼','wp-admin/includes/class-wp-plugin-install-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','€¿\"Ìœ|-³ô—»','HÔMCÚé?,ºÊ}G:)(Ígð!…ìM\r\\ñ0*Ðí–','',0,'?'),('¸Ž”§œ[®:°—„…q','wp-admin/includes/class-wp-plugins-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','xtC¥ìŽ:â\'ßyÃK{','­ò4æuJº˜¾Ö	CÑÇåbPMáÐY\Zþá@`‡ ','',0,'?'),('c§4L]ôËž®·Mc','wp-admin/includes/class-wp-post-comments-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ú@d©B½¸#­&&»¦','{¯Äbkö†\r»öÞ}ñ’	{=Öú×\\Û=6ã`l¾Ô	','',0,'?'),('×GÈ©õï¿6”¤³È\0Y','wp-admin/includes/class-wp-posts-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ç[Gãs¿+a]1Œ²:_ˆ',';›2¼°-ªüþÞÍ+²þ?]5*±°,Ù-ØPú\"T','',0,'?'),('«SÄëú³qê`ŽƒMÜ','wp-admin/includes/class-wp-privacy-data-export-requests-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','yà\"“äÅ7ÛŠ€´Æ','©Ld^±üPÆµ^g‹ðçô/áFCÔEà´ºrLÓ)qØH','',0,'?'),(')ÿ`”òf,µ uý4¡³','wp-admin/includes/class-wp-privacy-data-removal-requests-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U`ø»ð‡ÎTx¦”','Ý×«Æk{3¨ùçp<ddçu3å²7ß)bÆ$½Ú7','',0,'?'),('Þ5f„´ ¼éoÞ®ç','wp-admin/includes/class-wp-privacy-policy-content.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¿C¿‘”±WùÖÅìÖM¹','Ì·øw1*¨’u`Ðs÷Ä¬Òˆ¾“ƒþ‡:÷êP\ZõÃ\nV','',0,'?'),('‡fG<®@áŸNûçµ-','wp-admin/includes/class-wp-privacy-requests-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F\'ñ™”ó1*îÏÐÙU}#','[¿dX´|H/,ééøTƒx–mä\ZçÎy<ç&Ä+','',0,'?'),('TMò¢ÆüÊÝlòþÕôºß','wp-admin/includes/class-wp-screen.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','®b-¤cÖšµ>>g\0¸½˜’','ª‚NNÛßŠ23‰#›Ô­íâ“áêXËúòÔÇ«g','',0,'?'),('%¥Çà9íºñ\\Þ‹ª','wp-admin/includes/class-wp-site-health-auto-updates.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','çp”G¶üoxÓÏÑ´Ù…Ö',' îmío@å06jšø(	õ‘2²mg½žÌ„2Cl','',0,'?'),('•u1HM:E7/š{ú','wp-admin/includes/class-wp-site-health.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Õ¼]Ó8“\nÝ&m„–ù²Q','öxaÎcgá7d;‰LkÇÌ^}¸wv°‘•Ô‡ËH','',0,'?'),('\'Mþøwˆñ‘·ƒãÇ\rKj','wp-admin/includes/class-wp-site-icon.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X[µbÐŒ‘l6—›°5_','(9`Í¨{¢!0dZÞk‘ù›¥\r«&¯Ô›û¦\r…Hq','',0,'?'),('L#Ö¬/Û°*Ìø3òÒì\r','wp-admin/includes/class-wp-terms-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ÿ·¨c„7nÁºÛ7’ˆû','%ÝÑnTB9–Ï÷—«Ÿ;•á¬÷ÕìY4³ƒWUõG','',0,'?'),('¬\"Ú•K[@‰GÇûáá9‘','wp-admin/includes/class-wp-theme-install-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	±†¼iXtÈ•ÄµtwPj','\'ª…ÄÑîøŠõX”$éŽY¸÷1€‰}{ðÝô°¾—','',0,'?'),('\"IFnº§­¸@÷aÂ}’9','wp-admin/includes/class-wp-themes-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‘L@f]üÇl3aðV«-¨å','È0$ëmò5øz%2U€š|´ùžÖ\\¨çÁ­PF„ls','',0,'?'),('ß=@\\ðJpQóm\\†À6','wp-admin/includes/class-wp-upgrader-skin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','÷\Z*¬öï’\"A+ÝØ#$','ŸÄJºkvV±Uÿ_‹Nk:}FÝ/SIíÚU','',0,'?'),('z¬öÕïJXÔw{!\rF«Àº','wp-admin/includes/class-wp-upgrader-skins.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q\"úƒ¼ÈÒ‘á-Ñ‰','.¡™7j3?Ì¶ÊËÂ·?‹¡2U“EŽ.“GÌW','',0,'?'),('XÂ×ßG°¦“ö•åz„X','wp-admin/includes/class-wp-upgrader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y9«%§³¶ŒÁâ%^Ã','PI³‘~F÷›¤Ú¼3Û•øS}Ùn h\0;ÜPÐ[B','',0,'?'),('Ýò®–x8[!>ñX','wp-admin/includes/class-wp-users-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¼u¸r8{‡c¾¹É$ü','þ~40Z‚¦ˆañ4¤Mym]²¶è¼YŠÆ3`fñ','',0,'?'),('|Ú&;Œr¢Ls5ùŠ','wp-admin/includes/comment.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','†úæprNKw»)§!`Œ','Ï“?ZpEc»·£¦C‰Ä£&Õ-¢Ú·— Ž±','',0,'?'),('3k­¨oW‘5	k[mq','wp-admin/includes/continents-cities.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W_ñÌTÉÓ°Iä£Y²Ö›','2ÉŸª«tb;6@\Zq\'¶QäßHþj	øÝm¢ÉÆÑ«Ë','',0,'?'),('¹¹Î<ÿ	Ïf%ÕnŸO³','wp-admin/includes/credits.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ßÌ¤ÞIv	ƒíq;œ‰hò','77bæÇ¥1Læ³ÛõÈÔã$Ï¸ê\n>Ã=À±˜óZ','',0,'?'),('\\šÑ‚’?$€Í„8À’¡æ','wp-admin/includes/dashboard.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ª 7AÐ´sFXg:`ÑC1','¸W¦`rõCgØ†Çã|—qþ¹¹ŽBm?\\ðFˆeTa','',0,'?'),('ò?²âE_Ï)ŠxÚ…$ž','wp-admin/includes/deprecated.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q<‹fw	³ÅÙ§W²','$Ôóäq¥gÄKàr¾v+ÆÂŒG»¬¯¸º?**','',0,'?'),('Ÿôx[Çe„ò¶¾>M','wp-admin/includes/edit-tag-messages.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','–Ôm-Içf3Êf\\Z’ý','u¶-hîyjLÿð!zîVÀºœ-1ßnyFY‡Ã‚&‘','',0,'?'),('…¹>ÁAäBÇ7åSz!ˆe','wp-admin/includes/export.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%»Ÿˆ¢æ{qD[!^kÜ','ô¨¾}ª6°õöl®Ï AÎ]\nÈÂ%IrÖBhì‰','',0,'?'),('QT«ñò*f×P„å¥.¿','wp-admin/includes/file.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¤L:Õmd›ÚO|{çàŠœ','„üJÒã©r›ò]Lq…ñ²Å:wP	–V•q»','',0,'?'),('“«7‹ÖE#¾wÅ§j¯²²','wp-admin/includes/image-edit.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F\"÷[—±Ô9\n\nõç','ršÕ¡Z (®©]‰\r–­vLGUÐH…v0','',0,'?'),('\0Ç|9è×u…eäñá–@ƒµ','wp-admin/includes/image.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ò~/iwÜ3ËÁŒ†','ÙMYn%–ñ±ü¶ïô›“é¡lF$ÆzT£7±6úÓÃ','',0,'?'),('ØA¯h)Iˆ\Z]GrÞöƒE','wp-admin/includes/import.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[:f’óx|Ë]EZÝâN','á› ŒvËž¯Ù…:)\nÃÈ…°„qH¹Õ€r‘ï','',0,'?'),('þcµÔwk(”‘ø43Ã','wp-admin/includes/list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',1/šÑ{”R\n};þø‚ã','”hà5O*z\\ŠÊoÌí3…]`ÒÛPßGi¼“','',0,'?'),('úRœÞ=úÝ*ÉdòÕn','wp-admin/includes/media.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Rymæ_Ã¢¡êõ¡Hm','æÑÈÂz±½®¶	Üô|1ê+dÙ×\\9ì1»EäÉ`','',0,'?'),('\n™qoãqZVyXœ¿9','wp-admin/includes/menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ñþ#ââ½y8•TéÅtŠ','X°ÆjÆ’ ìÍØU»ýn\\ö=†Ð:‚L;êú•@Oˆ{','',0,'?'),('HÃ½ÍñiíZ¾U,H»L','wp-admin/includes/meta-boxes.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8Êäö‚råfß‘?+','iäJ!Ã†\"Ef	öŸ¡)-‘¦ÑsKñ‚a@õÙèBg,','',0,'?'),('†1äˆeUüMVý¸^š™','wp-admin/includes/misc.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2_Ç„ÍÎZÓ´¯à‰êË‰','y§oà„çœ¼¥&n¸nQrþXxTAÖë&þ¦^–','',0,'?'),('¯jÐ<M½Dd±—þî4m³','wp-admin/includes/ms-admin-filters.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','½J¨u‚¶5ñkésÇ“L','ZhnÐˆúÚ#ô6d0â¯¤Ç=óßåàl(d5ðÀ()','',0,'?'),('‰7*ûø\"{ìóƒ\nK<','wp-admin/includes/ms-deprecated.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','•žlŽ¿t{0oã¯Þ–','7<NoQF•‡É\0æ€$°j›aÏ¤ m€ñÃ\rµiûÈ','',0,'?'),('f éœ°fØŸ|hû¹U’L','wp-admin/includes/ms.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‚œÿ€º;ÊÓ‹dä¢w‡HT','yì \'ˆã´i6É‰Y\Zi_ÿÔîôüDp‡ Z','',0,'?'),('(¿€—Ñ™—ÉÚ\0H<_','wp-admin/includes/nav-menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k˜\\6aJ(fjR”d~°m','Ž\ZÝ¬þÔl\n˜G“ªo&CSn\0;Dwn\rX]J‚Š“x','',0,'?'),('V×€ãÄ\'hý—Äˆ+:ŸÀ','wp-admin/includes/network.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','PöÍfùÑeDåooÚ,„ˆ','©¿À2OQ§dù_hÙ®¼;î\\Á&ÔõRòFœ','',0,'?'),('w®ô`MËá>Ç{Ôƒ´','wp-admin/includes/noop.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','XÓqj¤ö‚Ñ\Z!ñ\r:´','dËŽJ©™Á¡æÔ˜P[\n=¾ŠQc«‚®™PÞ','',0,'?'),(';pR9²¶+óqpÕ®','wp-admin/includes/options.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ûwèÔbUzx|0–Ìù á','î+u½8WNÎ>§3dãr;U¶*éúØÈ`Ú&¯•','',0,'?'),('R—§|Rx/ãbzn9\0*ÑJ','wp-admin/includes/plugin-install.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?µë4Z´¹ÎÚ&;ƒX','o\0(Yz ÕÂaÓß{±ê~øÙñ¤\Zeƒb¢\ný\Z{ô','',0,'?'),('q\"coëÞ£>«2Rhé]','wp-admin/includes/plugin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U~G”îëéð˜ñlåŒi','¸¬•TÈÆ²†XZlèü‘ž4 q\0RuáJF6m*','',0,'?'),('ÃÕÅ5ÛV\"ó°$$î_ý','wp-admin/includes/post.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q­BBfv§þ¡¯C>*SÝ','‡îûEò­ùñ³¦nžE)\Z‹Ðü,zßÀ5iô]÷ãª','',0,'?'),('ê-.§´x¶É¤àR»Û','wp-admin/includes/privacy-tools.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Å®¿¡d¦ÁQ¯ònsIÏs','³MŽŽ]N«˜Îñ…p\n4Ï5@<~ µ\r:ròŸ¶','',0,'?'),('x–^mÝ]Ì²š/õÅL4vU','wp-admin/includes/revision.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','éD}ÓU0Ë	åþ#,Ý','Å82¼,l‘È®mpæQf™3=©ÍÝ*I‹²Š‹[µM','',0,'?'),('Ç«É=Åèm‘/àÁœ^','wp-admin/includes/schema.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','®¶QQJŸyÜ[kÇ’','-þAÓöF5„8‚E:ÐéÏu°ÌÇA¸†»k¨Ù(¡uÄ','',0,'?'),('( ïv|Tâ€” Â¥Ô','wp-admin/includes/screen.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¥ië^m’ãÎFVûÚ','ˆ a;Ar}[5Š¢V+U‘Ìoð)Ï4-Ï(WÅ•','',0,'?'),('Z¬ÊèÄ %/»Z¿z9ýì','wp-admin/includes/taxonomy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','VF£’ÅE†!\np‘7(p','ÈI¥ô0,,»8ý=´FDxy·Ö )Â«a/LåGí­m','',0,'?'),('2@Üjåj\0¡kÓ²”¡Ó˜','wp-admin/includes/template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¡wã`r\\h„|ªËŽP#®','E¹Ø{ëê§ÕƒœšºÒDGÛpäMø!¼Uá¼”¯N','',0,'?'),('“~˜âLÉÎ*Ä,Ä<:¥','wp-admin/includes/theme-install.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4_ïõ±‡Õ²aŸ€&ÿÔ','Ž‹+#>=Á]°L8\0Â¬dÓh{rC[CGÃÁ=ZÁ³P','',0,'?'),('é]÷W/>ï}<8è VFã','wp-admin/includes/theme.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','üºq/*ˆ#ë¬L;Ûq','\'ÜpeÐðÅr»æ“=¬e3ù”âÎìTFî¼ŠHÄÜ','',0,'?'),('8žR6ÚDH°Šq£-{Ž:`','wp-admin/includes/translation-install.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H7Ý)\n]7Qö×±©ö¸¨','[2…„!˜ Ýv´ÚãðH\Zmñù‘ŽfW2Pxó.†','',0,'?'),('®ÌäUy/ÿ*%þåý;','wp-admin/includes/update-core.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Æúœ\'ƒ‹á1§W‹Ô«','ší“¯óØ¯py´#É8q†tÀË	BµÝÂþƒLG','',0,'?'),('ª]Ú.Ç1\rPXL©','wp-admin/includes/update.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Oéä%]¥ÛW‹_yø›e','Gx¬]Óã;Y°wT9Ï‡«åÙö üû ·3éÿX','',0,'?'),('íñ²ƒ=ÃúcäÙ‡œæý','wp-admin/includes/upgrade.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B?=ÅûWx}²@ð¸a','^Y;ÄjøþTN³J ÏÓQÄYbŸþH›F;ò/J','',0,'?'),('Q¡ ·Ô(;Ø |~R8¿b','wp-admin/includes/user.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Épˆú+þ{~UcY/z','’Á”N`*\'fû¨Œ&ÍgÔÆiîø`¼¶CÐ¬{®¡‹ÜQ','',0,'?'),('´ðIÇåØû.$U0]\'ˆS_','wp-admin/includes/widgets.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','†´t€ÀJY#Ê?A³™’¹','\'!ž™9ÀsØýØQ—«ÚÏ4ôlø¸þ5æøÝ‡8','',0,'?'),('’ÑºŸ\"ÌP5ìÓ^U\Zi','wp-admin/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','„m}a**0 l®êÇm<Ý','è¬\nø„66¼\'“ëï¨¤ÂIIZ»·šå0','',0,'?'),('B†¡j„)ßÐq¼DŠS','wp-admin/install-helper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¢\'q:e‘%´lÉñ','×–)”Á$2g–I\r€ìL´¦ùHÄ†õÈó!±ƒ\n½ø','',0,'?'),('–6¶|;¾;8ÅQ¹4™k…ö','wp-admin/install.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E“®‚œ”>Ü,Ÿú*‡ž','ãÙ”¦ˆ_¯¤ù¶)³œ,š;é\r:%—Ç³$À2ü‚','',0,'?'),('z;j2WDº6²Œ[¡V','wp-admin/js/accordion.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','òlï¶Jfð_FÝ5®›','¿<‹SRÑ¤u•‘­aŒ ½ÆÜxm—c‘ã{k?','',0,'?'),('é^.—jT}ù<ÞŒI¾™','wp-admin/js/accordion.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','gE™vÔµDØ€%ªËÌ]’,','B>&–pM¾q\rƒøp ×?º«i>,\'‘?','',0,'?'),('Èâüfp°ñ\0!¹tDK','wp-admin/js/code-editor.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','HBH˜Î?ž¨»7?†S(&P','q“E“•\'<òþõÑ¨ˆèñ3G7“¡ÇôaØâ·','',0,'?'),('|«÷ ¸4ãxå\\ÐÏM÷n','wp-admin/js/code-editor.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÌP¢\Z±l>JêxT‡C+','»Ÿ¨22(Âý¢—%@ð4üh9„Y¤‚qó¨àJžë$','',0,'?'),('œ5ô‡¬ƒÜ\r¿ËkÔÄ','wp-admin/js/color-picker.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z-jh‘J6oN£ì\nf~','<C]UÍ°l¤Úä|ÉàóÖw“¸Ù«N; ”¶¸x[\"Ê','',0,'?'),('çÏHâ¶ÇÍlö±{!D#¯!','wp-admin/js/color-picker.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ØÈ˜F¥¼R­b<BªÐîÞL','³ÒÆ­Å¤1D¸¤.Â–\0˜ ¹>O†mI;¹ƒ¹Ž¤+','',0,'?'),('Cð/ù;)ŸªÙ‘î°o','wp-admin/js/comment.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P3Á¹l:ðÀŸBÚ†Ã','ÌÚréôN9ëÑÜÛÚ\r×|`\\rôpÅ\"”F…T÷]','',0,'?'),('Qý©ƒÏÛÁlêg´-Äó','wp-admin/js/comment.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1Fý†5^&\ZB”Ü#','|WÖŽMqEG%X®~œ¢¤›¡œ¿ÇNû©KÀÇ—¼','',0,'?'),('wýúÚòáÊ:}V¹¼P','wp-admin/js/common.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i%%ã¹æž÷•Û4Æé','Eï‚T¯ßã€Õ5¿gpË1üŒŽÜ±£;‰…ø]2','',0,'?'),('òÂÌ_fÂ $ÁO<o','wp-admin/js/common.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a}t¬äž½½áPç üd','(ô^ŽmÛÝlç.—”d–ì€¦@äª6g0>¬yÕ¾•s','',0,'?'),('dãì­1íìµ“-…;O˜ö','wp-admin/js/custom-background.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ì5Œ3‚X`@ì¬','A+Eì‹s^T7Îè–àˆ±!@íJÏkè!\'_ú=Ælà','',0,'?'),('} yTŽìZÝH„cDJ','wp-admin/js/custom-background.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','TBÏ»±«÷¸CW¾ÔJm','YØMÂ±åMIÄ¯½4ìå8&?-Èãs1Iûìo“','',0,'?'),('ÛÞC\nŽ—äU¾„ü','wp-admin/js/custom-header.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¿ß¼ÙÊ*Sé…~ÿ³A','„j\rDyc–Ê$,j¿÷!)Ñ+\"ÄÐá‚8Np#²vü','',0,'?'),('¥ünvp¬e„íÆÐîÊ}è','wp-admin/js/customize-controls.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.†{µ=±½ŒaÃ%ö\'yÑ','Êÿâåoùfÿ†×Ë·Ä\nùÁ#– ÿ¹›Ì','',0,'?'),('¿ÿdA#…öÍ*ç‚Å¹o7','wp-admin/js/customize-controls.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','JHé²ßéÂùÅ,Ùîoå',')UQÅFû¸Š—Ëëì{5~8p(oÇò±c:Œ#','',0,'?'),(':DéJ$í¥h»†Ç…\rÙ','wp-admin/js/customize-nav-menus.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¯ó1¼~CýïèDÎBé³','P±÷×&&]Ä?8Î¶òÆ\0‹5­,eXvÛƒƒn·ì','',0,'?'),('HGh\'ßÁxúR‡¼Ž~\n','wp-admin/js/customize-nav-menus.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','à™¼\rk^Á»éCóæX¡','4rªVÎ:˜7¢7Üÿæ=I;RE?â\råE¬£Nz-b	','',0,'?'),('­)[\"J¹H”î|çjkŠû$','wp-admin/js/customize-widgets.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%8¼piÿ%ë¡­Ž1”X','RÚéeï»¼lc…_?õH¯ÊùÈm\rF6¶sY´4Û§','',0,'?'),('fMx’íª¹®	é+9•U§','wp-admin/js/customize-widgets.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÿ×®Æ8RÊÿCkÂ…W~Ï£','Á\"Aà#Øµù‡Ø\0D=ænyŽË\ZD82×®YðVg','',0,'?'),('âäÄ¸:ß,p´1¿ÛHr','wp-admin/js/dashboard.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\røŒ0ëzÅ+@!!\0/‘','âä†x[×¸ó,	toì¦¾®CÖvÏy\'Ý Üéf®™Æûy','',0,'?'),('äßæ¨ÞzpKC²{\\>‚ó','wp-admin/js/dashboard.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‹.Îái8ÚØ\\X=FÙ','3oHþkaOïƒ~cð%ùÍQÇO\rªå”çÝË‚','',0,'?'),('`%­Ö½áj®±\'‡ÒPù´','wp-admin/js/edit-comments.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#Q_^§Ñd§()‰ï','Äšj]ý½ôR-6Þ=@ú‡#})ÑÚžš&Ù Y','',0,'?'),('FÐ\'£B¤/í4{JÍ{w','wp-admin/js/edit-comments.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p-x=Ù_‹²ßŒ³*:','c™sÎ&H¼¼‘úÉèƒ\0‰\"Éu( Uu!¥­¡jã','',0,'?'),('åRËä5?’- S£^H—ý','wp-admin/js/editor-expand.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¾«žefÒìp\'¼Íƒ\"²È','ÌA?«^F!WÓ_(˜‡ÉA~d+¯&’7J\r6d¿¶','',0,'?'),('IñV/’ðµ6¤sãÃø','wp-admin/js/editor-expand.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','àUçgénîø^³;ò¾¶','![‡èD©‹€<1ÊŒ(2·É˜¤¬™ñO›‰Ÿ1”É','',0,'?'),('8=ÀIå¯ôa÷%œƒkÒ~¯','wp-admin/js/editor.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','óKmÑA:±ÍŸ(OÕ','6m:-c°1j€^*M0a„vé\0S=\rÄ|câÓÎÅ','',0,'?'),('æâ££ôMåO×ºîïƒU®','wp-admin/js/editor.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(gÄçjMÄÈ±+e¹','{À´ÿ@HÈxÌ¥)lï\"ycKÇ·Xç*÷ÌÆéŽ','',0,'?'),(';RÞyh›ëŸÐRxK\r','wp-admin/js/farbtastic.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','§:óT 2Aq]†˜þê4’','ÉbtéGp®\0BM0zÂXJvœZHAtâM¸%','',0,'?'),('˜Ä/GÎžÓ¶[­ÇœîÙC','wp-admin/js/gallery.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c±â‹<•üXçw4%­','ý5ØáZ¬½Ö§JÉøÌånõG»g´]ùµ*/·s/‹','',0,'?'),('Û æIÙ_X²Óš¼¨?','wp-admin/js/gallery.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P³JVÎD•¡=NFy•]','‚ÞnZ÷ª@Ã £ê4…‚Ièã&!®ÂL{	ü§^ü','',0,'?'),('G_bc©.,]&Åè','wp-admin/js/image-edit.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(€bÝa`x1[Îü_8F,','ùœåGM5ƒˆ@WÏí¢(KnÜàS¤×áœÒk,|ß','',0,'?'),('µã-Z¼³€:E¾:','wp-admin/js/image-edit.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','VÛqÈYQØhìBªì\0Ãz','5¬o¤Àºû‰ÿ‘Ý0–kù µFß•Má”hcNK;','',0,'?'),('›%n©ÍTß’	^ÇgXÎ°','wp-admin/js/inline-edit-post.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','SÎkNjâ‡¡EÔÆ‘š7«','FÝU-Ö	¦Yqhù«&ü}6Ê™ÊÆ;Øú±…MFú','',0,'?'),('£1ào%¨ÀqÅAµ€','wp-admin/js/inline-edit-post.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','«˜\0Š°5îž°òŒC','Öœ£ª¥¢*k„x•Ä‹CÄš©Ï+ia¸à3_²yŸ','',0,'?'),('Ê(†q‚4Pè}ý5Ozük','wp-admin/js/inline-edit-tax.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3Ùr“§ƒÆVT¡E¤','%ÎÞ} KSÏxb–ÇMAÎl¦¤VÊV¬â2-lL5','',0,'?'),('ù¢¸pöl4[²þ°e›Ûû','wp-admin/js/inline-edit-tax.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','mònL„]®\nG˜¿¾P3€','Õæs‘ùšð”ž§¥œ! ´–®#÷ËnÏ}´7‰e˜','',0,'?'),('ólF‘®¾Ücë’•ÒLÁ€ø','wp-admin/js/iris.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E`dýËüùõÈ™n¬KÉ','zíTÒÕIÖ5RK”b²æbú}ÍuHïþÐÐ’c	Pî','',0,'?'),('iÀ\\´¯›=Xïh$','wp-admin/js/language-chooser.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¼ÕþrºI‡»Yù:ˆ','÷º„š½™†Ä†r@„Ü\"(r^Oe$Ûœ)þ éÔ','',0,'?'),('¡»«Z€\Zxcy•dó\'','wp-admin/js/language-chooser.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' ãš©¸AO`bAMÝ','Æg´öáÖ%›ÞKs­<Ð[’ƒØxS=K>XeÝ&®™','',0,'?'),('í°QR\"æÃ@3ªövàS','wp-admin/js/link.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.ké~ãR­ÐÏ} OÈ','[RÃê©ØÏ¸,“Kø4¼<ð$ƒ×ÿ0¯]¢ýÁ','',0,'?'),('Ú|À#éÔ°#{•ÄþŸá','wp-admin/js/link.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<+_ä2³çM/a+jÕ‰','¯}Fˆî¹P1]±.óí~S0%c;©ì2ÓùóÈ$µ','',0,'?'),('nZ/1T:{&^„/n¿ý†','wp-admin/js/media-gallery.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‡\\a×â?\'æ<H?ú¤ÐI','ö#E9DUâ|cÛ³kúHzŽ—Á_;â+÷','',0,'?'),(':ŒŠå%H`!¬ûá\rè€Z','wp-admin/js/media-gallery.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S°ùºSž¿ÃqoðÈ¤','¡øsx‘¦ÜKï¶ÐëÐöï{ê\"èXÛÀ1ŒÐ\Z','',0,'?'),('ÐØ^º\\¶XèPvS¬\\÷{','wp-admin/js/media-upload.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?ÈÔø<¡Ü˜¹G“B','„Lº!?¨“S—ø­ï˜Ÿ(öî	ûº|Ðå²P2-','',0,'?'),('el÷5s˜˜EïÃºQâ','wp-admin/js/media-upload.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4\'xQä?£\rï³ÃhnO','÷aÆIK«MÚv}Î£ÜŽ–«‡£û\n†§3T%ˆ†','',0,'?'),('r‰(nÕž¨ójç—ßb\"','wp-admin/js/media.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','£õÊõ˜iGëQðówpÿc','(¶HÕ¾Ž]cÍÑèì]õß`ôÛÄÀ­1wxXË','',0,'?'),('×ž”y„7mE5ƒ…O_Á','wp-admin/js/media.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ÿ¨=ÃÃº®¦‰NÃKjØ',';(U‘s3é=U\n½~enäS-Ü»©¶ •„øÅÖ	Q','',0,'?'),('©Ü ÍçIt13&','wp-admin/js/nav-menu.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2#ÔÛÆŸk¿;t–ÌgO','!×28½ÖÞŽàÄ†Â¢hµKcjb+ªbØ’FQX¿','',0,'?'),('Ýf…ãyŽü¬Ä§—*!','wp-admin/js/nav-menu.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[F—l7EÃå^zƒs','ÀÕÚq¶Ù­Ž+5sŽ–¦ãB}5BëYdCÁò[','',0,'?'),('ëå\"\rJ\04°¹\'i´','wp-admin/js/password-strength-meter.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','é_{ýÞg—‡ÎúžÅN ü','0S¸%Ž»á(5,jY¦ì˜êm¢ž|xl^\0¯ª·','',0,'?'),('¨¬ÌÈ€ç~_qÚI¶ÄS¡','wp-admin/js/password-strength-meter.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ƒ\ZÛù´˜á2|™&U','ñª¬÷:dl&vl„«ö!2AUÙ« {Â¶æ‹ßµ','',0,'?'),('t6·îžO¬\raŒÈ†ëf','wp-admin/js/plugin-install.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‘A{*ñ?ŒÍ1F«','†OZªsTÌÞc(6×3ñÈ“òs$›‘S‹^Å±\0','',0,'?'),('!ôÿ·íY0-z1àdm>‡','wp-admin/js/plugin-install.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*|8jqÎm4ïÒz[¶ÿì','³Ì]]oYçzÐÆ^5²\0\r·«Â¸AoÝùð¦žP','',0,'?'),('Vž…ï‚™ëŒ$ØïŒŠx','wp-admin/js/post.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','jiwõ’ÂÆ3(#i{œ‰',':8-²OÎ¯Èî·Ç7¾}(ÆoSãºxæù·©–ý','',0,'?'),('M?,5Ø*îóÉúÜK*Åf','wp-admin/js/post.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',ËNm³§QÐòlË0P','Õ÷r¡F.ß ÕQ¥ÎŽ8î]?½ô¹d¨Jâp\04g','',0,'?'),('P\'ƒ(µôë?+‹z´“$¡','wp-admin/js/postbox.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ß£Ò«?ª Û’¢KÌù','%Ó<üòÐSÌ÷“7º=\0hÓž9·*ö…Ãœ¾I©','',0,'?'),('O¬¬ú³R¯r¾©£èD•?—','wp-admin/js/postbox.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~±³ÈÍÍW±\"ŽU','W!˜Q…äÂ¾Ïí“TÓ—•\\\n À-òë9nágÁ','',0,'?'),('ÃòA³ßFk','wp-admin/js/privacy-tools.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','DqN¤ºPqÍìÀySó','†«­6\'`Øã°Q¥èU”X³f	\rû:Ýž&E™','',0,'?'),('f¨Å­Ý8®ÿ;ÑslV','wp-admin/js/privacy-tools.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','É½Ec™\0R‚Z*p[‘c','i¶ÆWÐ4>Í,–åü\0[ÈÇ\rt-_I%tzŸ\rH”','',0,'?'),('½²¼\\†“9ºÑ•F wí','wp-admin/js/revisions.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Åò\n¢ãqlÃ¶õ9ÉRÕ','c|ÿ6ƒÃë\0!¤8”ÏÉa¥5?QËÛcÔÔ','',0,'?'),('økæÞº”e<FêÚ4','wp-admin/js/revisions.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÑXzÏ“ïmÆGXÙ„õ\rV',':Š˜+‰MZ4gÉ¬Ì~q2§R’K£%Dºþ!¿ë5Ÿ¿','',0,'?'),('KúÚWÿ&\0\0Kµ\06‚Gô','wp-admin/js/set-post-thumbnail.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N‡É–•=Ž•fæ‚º4„A','Duï€eº¢a«Oˆ³_â-º¯Ðî‘mzƒê/¨+(qj','',0,'?'),('TËgslFí¢æÊžàõLy','wp-admin/js/set-post-thumbnail.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ð7âl— °ZJÌgèÏîà','¦«)í\r(Â’3“BÞÐ¯F¾Ü~a˜²	aýgÕ™¥ÿdÇ','',0,'?'),('J8þE˜žDh+¦ŸF','wp-admin/js/site-health.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7Æ«„›\nº³²®Äóô©','C<ei¯|Q›ò“œ}±9¼ÏÇQÃÀŸ\rãþÃ%/:«˜','',0,'?'),('¸Œx–`þf,5ef2ý“','wp-admin/js/site-health.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','É™±@á×ÒÄ\\|pö»Ë™â','Cb¿ \r>Ó!2.•»)Ðù;|‹ÁžÌ¬Ééæm,F‘','',0,'?'),('ñZ/¥¼û{LtåÕ®F$€','wp-admin/js/svg-painter.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^ïû·o¹DLÕ±l…','ürZ;[‰•7Ó3ƒ\"]B>\ró|”^‰®ÏÁæÎ8z','',0,'?'),('ËU<Ý?Y,õÏ§Ø»(','wp-admin/js/svg-painter.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0\r®ø¾yw\0¿Wuj\0—','k4QÔßXAØÛkži!pzþÒœ…a£yaÝ1','',0,'?'),('G¨|$pÖ +(ª','wp-admin/js/tags-box.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{²ÍD¨#ÛÙ#¹ŠOv©À','µ!Á,¢Ç–/4˜´; År3a\Zmv:Y8mj››ûŽe','',0,'?'),('§œŸJ1€«MßF°†<þ','wp-admin/js/tags-box.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Xýöx‘\"xTžd ƒ¤','4Íx}àæÃYOÒt”×hDæü/;B¶òêr\0—','',0,'?'),('}\\¤5æ\r’ð$Ôl’Wª ÷','wp-admin/js/tags-suggest.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P¢”|Í¦¡ù¯¼5c±Õ','…Ì,=èyÁDŒw<ï¼#\'«=|*ç\r\nR','',0,'?'),('km§|÷‡Kma0í\"*ˆk','wp-admin/js/tags-suggest.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ù²+ìÕyæ%ñ8sÎi','R‰´5AŸyžÐ2vZÏŽ\\ fY»sÚÂŽÕG¡Ðd','',0,'?'),('{tÈE~ªÌPÛA´1ø ','wp-admin/js/tags.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','RÕÓöz0ÁÎEª[—ÿ','¥D:Ý³š®Ò ÿ‹_ÔL‹%6­Cóù‡}ËËbUc','',0,'?'),('¢fkj’ÂN‰Uei4=%Ã','wp-admin/js/tags.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','°“O)Ýpf¤eèãâ`a','td$L§ŒûTŽãYæAÉßŠÓcX4:Màó\0Íçî¥','',0,'?'),('‚@ßF ÑÓ (©¤Åe*[','wp-admin/js/theme-plugin-editor.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S±n—žÑ[†e¥³I‹l','â¡&V¯É«‘XDñ2Õ+Ñ7ˆ Ž·å)þšæíD\\','',0,'?'),('€ÖNxïõÚ‰\Zã8yH\\','wp-admin/js/theme-plugin-editor.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ì\Ze–ø.ü;õˆ-‹M\0','ñmx,ü!ƒT†%U™àu¬Ó¯Fd8ågß´ï','',0,'?'),('ó#\\ú·â¨/‡vXR','wp-admin/js/theme.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ç¢ÔôÍ¬ZzÓ=/fbX','^p¢O1â¯pMûE¦µeí8o¼÷)†ä†UsyÙnÐŸ½','',0,'?'),('G6Uæ2\01Rü¸“¢ÏJ','wp-admin/js/theme.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¸ô÷¤ï[›V&\\æ‡k ô','6ý0oóÙSçˆvÏ\Zº’¿€.”‚G°©·t“Î}Év{4','',0,'?'),('+9…£Œ[BUûE–e','wp-admin/js/updates.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e7‹&bk(ÑÚv$\"ýí','KGNeöÛP¥qE±ÁÞ¦\'S– ñ&ÂðÅ·rÝnØ!','',0,'?'),('([d‰˜ùº±¡×ïBQµ‹','wp-admin/js/updates.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?¢^žÎÞ]¡R¥édŠ','wH—U’ŠøÏs«÷+:ÈCüŒ7J¤l J[KÂÂ•k<]','',0,'?'),('Öð„Ë\'>á[½žÎ‡÷','wp-admin/js/user-profile.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','AZ\nâÐ¬p=%pí ž','¶ý	›Æ™œ# Pg–™]çð±Ï–!œ¡¦ð‚Ò¿Ëý]','',0,'?'),('ö¨£’ÂþH©S!;ø ó–','wp-admin/js/user-profile.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','³|{Ðô+° wÍµµÈá^Á','\ZùÙ¬ÿÈ´¿O	ÊyWÎª‡[Y ©\\MÀ:n0','',0,'?'),('RÂ¥ø²®ÍÊLeýq	ð&Ô','wp-admin/js/user-suggest.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¹¤\Za´KÁ=ø†l²s³','õ>Én‡\"S•¾†®qðÅt¥\"qz–©ÙŠ*pZ#¹+x','',0,'?'),('ÕXéð¯—$„a²ÔBÈÒ^','wp-admin/js/user-suggest.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‡ F¹#\r²tË*F5¹',',—S:…IdÞ™]H.°nHnü‚DØIl,Ä±Õ°k','',0,'?'),('¨åŸöŽ‚•—‰&Å»Ÿ(','wp-admin/js/widgets/custom-html-widgets.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','›šs¹ÏÄ4â‹[š,è','ˆjNÙ¸î ‡àýSFsJ*ð1„‡1Iêd;:(\n','',0,'?'),('{\n„ÕåR o­æR=\'gÀ','wp-admin/js/widgets/custom-html-widgets.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ó\r§ÎÊúŽô’ïw`ïÛÂ','¢TuwJ›Ëjž7ÊrÔIáBž©Ø*™Oøo9-…Ýø','',0,'?'),('K¿å]Cíî©l7:ÄD\0','wp-admin/js/widgets/media-audio-widget.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','SÂ7«®*üÏ·*U#í¾','ÜØíSä›šj¸ˆ/yqš_húoúÓ³±nÛmuÆ¯Y…ò','',0,'?'),('Œ<‘à|~E.ÑY^Ô!Ö]','wp-admin/js/widgets/media-audio-widget.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ï..[x†?l[Ø[¿E”ÛÂ','ÑÇh»Üâ~&èðÕ™•¼gQôm7H$áiœ?ô0','',0,'?'),('ª~K•É·wwfÀCì','wp-admin/js/widgets/media-gallery-widget.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ì(Ä”¨åóî¥ÎB?ì','ŽÐnÀ2sã†½ÙCÎo9ß²)™à$>“´›–²ë:!#','',0,'?'),('yA©‡0»¦•Xz(€ž\'\\','wp-admin/js/widgets/media-gallery-widget.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¨¡çG=:<Nx=ÄNÈ=','¨±À(È*ˆÊDQ*LÙ´œDÎ«÷þH¦m0½fà','',0,'?'),('ªž4‘y‡3%k³ ‘³˜Ñ','wp-admin/js/widgets/media-image-widget.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',VLª&Z§ªªÔ\"¤¬î','Z›tUO¤º²µÔvKðÐxò¾OA_VÚxI!³‰’@‘fl','',0,'?'),('|N! ;xãN&®gÙïmù','wp-admin/js/widgets/media-image-widget.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\Ýh€íU­²É`Ò<','e^j\r¾\rÕÞ;P^dé^þ‰x>a%.*^WG»Ç','',0,'?'),('À5Úœ šÇ2Ïl2{„','wp-admin/js/widgets/media-video-widget.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','”÷jdA0ÎâçNQG','T>Éúz’ûSÌdœc›‘ú*¦\\¬PÌš©É­{','',0,'?'),('ÀË¥Ì°MVÐ—eªAú','wp-admin/js/widgets/media-video-widget.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g4S…f™)èÑR&–','Ç@ZÇ\'_á\',f0ß\'\rÊáJ»ËìFû}C`VÔb•','',0,'?'),('Å†L¥G¶ÀP(íÎ‰ÃÈ¯','wp-admin/js/widgets/media-widgets.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‹…ï{.-Ç¾Hæ.÷”/ü','€U`‹ýú…†,ŒR„bâ1åpäo8ñeòµ]*¿¶çÂ','',0,'?'),('Q;Úòé(ü±¬Mp*ñ‹','wp-admin/js/widgets/media-widgets.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ß.-Aè%²z²\r$Ï7','íÉˆÛ©¤3Ÿ}è*¼}8ÝÐ›Úò[ïˆ·ÄÜs0','',0,'?'),('Áð $öT†Xü@#Ž„A¤ç','wp-admin/js/widgets/text-widgets.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','·gÔ˜tÄÜj´YsÔR','ßAcÑwµÞÍÒôø\"øPÇbExæ—Ãð\0]¥','',0,'?'),('bï§’p°A°+Ô-+Ê‰','wp-admin/js/widgets/text-widgets.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/°Ûçz\0hk^[?Òó§…','b¶™›(ì-­{GT¢WJ°%O¡#iTOehTŸi3Œ<','',0,'?'),('RQ÷b7f§È |~Û“†(','wp-admin/js/widgets.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÿÁ5TÁqy3f¶j·«Ó¤','#CjÓwõ¿Ê¨È^B|±\0œG6„¢\'èK²ò2a»Åõ','',0,'?'),('®SxÃß4®@oÁwïN','wp-admin/js/widgets.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','•@^]`w%+îŠ>ž„Ñ€','­¥,î†§…¡,üËnæz®Êè¹¥òEKpÝ¬³œ8','',0,'?'),('P73oè©	§ë\0æ=áŠÒ','wp-admin/js/word-count.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¤ÜF…3\"É›^ûÎ¿\Z','ÓY¹µ2Tã¡PUšCÇôgêªƒAÕÎÙ… Ý>Ü','',0,'?'),('–âCg¿¸ñ‹}|ÇE÷ý','wp-admin/js/word-count.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';Ù’p£.ÎÿCó1q','k\"\0gåöu}	,â†¦bà”‡(˜¬@; L·<·D©«','',0,'?'),(')è¹f><z0-AUi','wp-admin/js/wp-fullscreen-stub.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' kº5“¼¡ùû´Úz$Í','WsyWh‡aÏµºµ¨:[\"5a‚¸cQQt	€Eõ','',0,'?'),('žÒ\"Œ¸på\"-Cšý¥•w','wp-admin/js/wp-fullscreen-stub.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$f2Æq‹©Ê1KRrø','awÌAVÈ Ø>[÷‹GA•§I\Zì Öâêcr\\lè','',0,'?'),('væüáâ4Ý|>í<´ÿÀ¨','wp-admin/js/xfn.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','÷éÍÕp‚¸)¢·','¾v*KÔ:œª½	‚ÞRzo©k‘¸ÞM</ÛkÏ+','',0,'?'),('é »ÀyN<Ž €9€o\Z<','wp-admin/js/xfn.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¨ì|S‰ˆL$•`°‹¡I»','¹Aø±xhKwŽiVœ,„§½Õ66}“š:0cs0','',0,'?'),('|þ»YŒ>à€Ð	ùÆ†Ä','wp-admin/link-add.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ŒKÍ?íÖ0å›	Éb','²igäàVˆZ’£ÅGŒâÆFÄÌílÅ€¹BFÀƒw','',0,'?'),('…B%v6ÍI\"Jb½Ç4Ó¡T','wp-admin/link-manager.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ëÄ6«¡fíÎ­y;œË°í','Y…#tŽ>,ˆÂuOVÚ¬ôà\\É(1o|uIÇc6²','',0,'?'),('ö€~¡‘äâ»âr„C›ž','wp-admin/link-parse-opml.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','JŠ»	Žâ´Fƒà\Zâñ','Øiÿ=sÜòµê‘Û»f{ôMèølœ«Çg©‘BÃ','',0,'?'),(':{Ãâì{7Ê9°‰Ÿð','wp-admin/link.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ª•ð˜¾@¾cÙÌƒsï•T','lríäƒR€VÌš`àB+c!§b\rÆà½å¬\r','',0,'?'),('6‚]jàvÙW¹k\r3-ç','wp-admin/load-scripts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','70…‰yäk+ÅëµÙAêò','áC\nÌÊ›Ú‰!G+—\r“à‡Èº–?=!¿Ça','',0,'?'),('W})Ó–7£Œêeç}5æ9,','wp-admin/load-styles.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O>ð•6Ë¾‹\0‹•','ÑmË<+–mÐãþ^w/©ÀÐmC_–J;£ú9Ä','',0,'?'),('´ÒK´ççOÈ–9×3|<','wp-admin/maint/repair.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ƒ…IêŽÚæä¤¸ÖÅ§Ø','Ø‹;yínbŒ-ÏtöRyƒ1€E³9¾Ü¸u0¾=Æ,h','',0,'?'),('J{£Ö¹Zi^Ã¹x•I','wp-admin/media-new.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Þ’³„à#„¾±L%üÆ','s®Ï/¾ªoÞ;Ž‡úÕì€4;Æ+¾´¿Ÿ}â¥IÇ¡','',0,'?'),('†³¬ºÃê‚âë}•Í','wp-admin/media-upload.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','aôò&»…œå\Z·õç[Ÿ¬P','¤æåÛàL®ï?ýªvzÈ¢]\'¶É	€½¡¸›v(Z','',0,'?'),('¹ÃuLç,îŸ&Ç‘‹\r1','wp-admin/media.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{mÈÝ^nEö	D¡0Á','‰4¦¸3”ò!+‚WÕŽ.ÓEÃ;¬åÛIù]„Ô','',0,'?'),('ð$ŸÄ«¥Iˆ^ý“3·”Ñ','wp-admin/menu-header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9”p†¶Ös¸;ssœW½Ý',':ìÍhîzû`ë@h¡ÊI¡Wvïó/²_¦9hZç¬½','',0,'?'),('¨¯ß\\àD ü>üF,µ‡ç','wp-admin/menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\[¸‚+nœŽ„\r™Œ©Uõ-','”¯Ø·C²QbÉ=!sÖ×áŽú´’ôVÚ$æR+ûEyå','',0,'?'),('W{°g- Xòéû\'=n8','wp-admin/moderation.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Îr>r\"¨öÝ¡l\'“æÃ','O1oBzÅ¢ÆðÑÂŽ†ªË\Zâ·G¡%âA³ +[§ð','',0,'?'),('vwÙÑ@ˆHÊÉz–F¦','wp-admin/ms-admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','š´—@ßÍ¯E…b6ä','ÀÎBHTÅÜ`C\rŒ#À8Ü9JÊèà÷N4D¢\r','',0,'?'),('&eeî\n3KèÔãvZ¦•','wp-admin/ms-delete-site.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','UÇM¢jðÒX±™Q‚fÆ?Ÿ','T ’2Ðšà˜£	O½Ú_R!R`¸÷k;ØSÙÁµÐ^À‹c','',0,'?'),('E¸Vàó÷,Õ%¦×,SM=','wp-admin/ms-edit.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ô/öÄ¦Ã½”º:E‚','‡‰«æ•”L`;÷Ai€^ãO½Û~·ˆ·M®Ý:e’\"ž','',0,'?'),('\"(}GÅÅrç	0—ŽV(','wp-admin/ms-options.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E¾ÙÏÐT•\'ü.Pø\0d','J3l+²K¾Óu\'ÆöÆ´>\r\n¼Èþf,þXÁÃ°€R•','',0,'?'),('¯-1ð8ü;§Tö/Xâ©]','wp-admin/ms-sites.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÕB¡ufÓa5\0>ö‘A7þ','X–\"\ZëoÅ\"è|¯„vSÝø\Z{Á‡è¬Ú','',0,'?'),('´=b¤6šÞhs€ªæt','wp-admin/ms-themes.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y¬HVÿiãÚôü……','}¦[v¼Ü0£â­„	wà^!“*«©TxWÄ„','',0,'?'),('\\ÜÜ…•Œ9‡ƒ·ÈÌ÷','wp-admin/ms-upgrade-network.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':9·ÚYÀG®Ó¸ŽXáw¿','Q²‰à¯{£Oè‚ÂåºÁ¨‚J{SNÑ-è(£tç','',0,'?'),('±kÊULŸíÇ¡¹$Á˜ú','wp-admin/ms-users.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4NWB–zàô‹Ð„ï9','	„[=Ž$Ä”*ýJ¡Z\n¦Œœc—5œéÉ[÷ëS','',0,'?'),('\rxÝ^´§¿\Z ƒ½<;','wp-admin/my-sites.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=°s‚Ö—ù!1aª','vä.\\‚ý†å4Âr¢Úö¤ŠNÃô,¢ÚP±yfUVá','',0,'?'),('¸·áClo¦¶±–¯éÒ','wp-admin/nav-menus.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ZîeŸÉ­êç‰æš8I±','ª±Á¶-+3‘	BÛçK-˜÷ì¯‘Ø¦ÄãTtÈw³Ë','',0,'?'),('«o¢ù ´l>¼âx~I° Â','wp-admin/network/about.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6ýfq¥I<ÈÅ@V!Ùmê|','`ò¤é,Mö[þŽãbœô¼ë&	 T%mßU¶eX','',0,'?'),('·›œZQ4ÇØ\\(‚Ü‡','wp-admin/network/admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Hñþ3pù×°\'e[g…æ”','Éz‰ÒF\nÖ~“õ–oE’^qê\r±¸ÎéI³ÒH','',0,'?'),('+Äãøt¨%R?ÒÛõø Ì','wp-admin/network/credits.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¡¾T%>r¬Ùlæ1q\'å¥À','<C’%Æ9>¹Œ»÷ ü=ÅýÞÎêÄŒ£ZÑIð_é£','',0,'?'),('\'Úž\0;¾¿?Ã+VÒªÎ','wp-admin/network/edit.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W·VtšùÄ{x\raÔÍž','d«ÀæÊ\Z-aV~ØôïIeh¿ˆ·Cénì1ÞÞÌ','',0,'?'),('ÏuFóâ‘^Gú¥E+ˆ¶c','wp-admin/network/freedoms.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','á¯9éB9©DD\n²’S“®`','ÊÓJB\'Þ˜˜FRŽF/1ç­7AÙû\0y&á£ƒÈò³','',0,'?'),('\0C_\nìÂjD¨é@k','wp-admin/network/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o†¬”ÊÙ‹™°D9N-','w.ö5’Š\\äOc¿$|U9•ÞºÅ–wVòc®1','',0,'?'),(']¥‚P·¿îTkvtŠº8A','wp-admin/network/menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i‘Ã%×p!Í¤›Ó¾þÈŒÜ','uCî3E‘„P9øIxf¯vF¿Kây@l’Ä0P8±o','',0,'?'),('™˜[ixTºqÔÃ~Wv¡e','wp-admin/network/plugin-editor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','eŒöKwÔ5UZâ¥»±Sj','a|i%×L?«€‰!ˆE§Ì:P¯x¯¾™»\rH\'','',0,'?'),('ªÚpº$^†ôµdZ','wp-admin/network/plugin-install.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÙÑÓ\nÝ°ÚañÀ…°ý','oóz½#çüÉä¨œ\',„YÃŠ4’7­\\Ø\"þ¼','',0,'?'),('¶˜ÀãŽÆ\"SÎ­`t@','wp-admin/network/plugins.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ä÷Íü­ÜF“þÌ9»UÖŠ','XÃMCCD\rdJ&ÀÈ-*<Ëâ4˜ÿTUù¼& x','',0,'?'),('¨£JÒ×—¸_yzxÈ÷6O','wp-admin/network/privacy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Õkž~{[`PnÁ>üO','ž¾oGÑësÈºœÚi*JÉ4Bú%»Ÿ‹µO3*','',0,'?'),('Æ=Å}CðãîiðÜHT','wp-admin/network/profile.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','htÚÂ†oØ`Ù3v¹','Í_Åá!g‡I˜\\:¿žšäªäK[ëß—•CA','',0,'?'),('íé\Za˜]]ãA‰ê\'hŽ¤€','wp-admin/network/settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?[è–C½Ÿ©.Œ­b','q6äµbt8úÈ‰7Ž\r†9/Þ¹ª-X(Z•R3«¦OXGg','',0,'?'),('/»s»µC4Œ˜àÖÀ€ž','wp-admin/network/setup.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Îtä=$ÙÃlÕyé2î”±R','Qˆ\nèÌ0.sÛù$äšöñ˜…áÈêc¦˜\"tZ^¬','',0,'?'),('+³§G*#ô±íô¦”ýf´','wp-admin/network/site-info.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','eŽ¡y/Q«dT¥ÒÀ¿÷Rù','…±§xÒ¼§–™ÏÖZºÿŠ1gVšSYab®','',0,'?'),('yêŽäG•\\`˜áù¢MR”','wp-admin/network/site-new.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','qoÞû\'£Ä€Æ<ì¾a','„âäó+rA	Ùè€lÈqzèk$F3ò™ëÊó€Æ¯p','',0,'?'),('‹óycâ0O°g)Ï­Mf¸','wp-admin/network/site-settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ý’¯×U<©¦lƒ	KÅ!z','üé½TýYwªvTÃ9YP’»Úñðð\\$úÅBc	Ã','',0,'?'),(' qò¬h¢ö¾Bcø92’î','wp-admin/network/site-themes.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p¯½rÙø‹9¹»¿³£(®','WŸXú…Ä»©h÷Ûó÷R˜×J­ìÒ¥…“düù7','',0,'?'),('áq@/»¹ê¦‘Ùž-MË','wp-admin/network/site-users.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\rWv¨×sb@Lä´á5','•îª/Þ«%¢é.„¡É2­¸œF).Ë]Ê„A˜W','',0,'?'),('n“ÆíÄ@’§AŽùF´','wp-admin/network/sites.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6c6[ÚàƒÁmÞ§@É}Ñ','ÔÃé$ Vkç’û›Ùú§é1®£¥£52&','',0,'?'),('{N¤ˆÈ2íQ®uÔÞ=	œ','wp-admin/network/theme-editor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^)¿”ÎÅ­w·âÑqB','4(Vt\n­Ú¢n÷8D[“q’‡lp\"§ºŽŸ\ZèÏ<²ö“','',0,'?'),('h|hEˆˆf:Æ±2š‚~','wp-admin/network/theme-install.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÇœD%Š–=‰ºñ|7\níp','¼IâÒ¼°1Ùí	Ï™^²œïå÷ŒÞ0[àukå­”','',0,'?'),('Ùë¼!}ñ=ö`*„gZ=','wp-admin/network/themes.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','zËÊ%Ž¯M#÷¨òªÜP','Ñm,R±M‡dH6©a–=Õ€G=ç¥£íQV!!','',0,'?'),('7|oOU›’ùz\0Ef»œä','wp-admin/network/update-core.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','•·Ô~×I\'0YŒ','q=®mË­1Bã5Ž‰£{“ž®Ñ“N÷lRïµ','',0,'?'),('‚ý\\Ï(åÙwBêÄIã','wp-admin/network/update.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','™¾oËE£ÚNRF9Ÿz8ð','ø$ù­êuó—§-B?yÕNwÔ‚v¯Ò‡=³eòÛ,','',0,'?'),('r”®h’Åv†ÏLk/…ö','wp-admin/network/upgrade.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‡æM«U\\*˜èT¾ôÇùÓ','M¯k\nVZ¨¥%%‡Wm´_š×eAF>Ë›†»Ýl˜:k5','',0,'?'),('\00öñ#Š9ýœ¬Z4Îj$','wp-admin/network/user-edit.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¶­?aO\Z§ý\'·•	','„nFã#¨ì’µV}\Zø^šLÇÓKu¶øŠ','',0,'?'),('øÂ6K1ýþ›(îöÝ}/AX','wp-admin/network/user-new.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`¥“ƒêáÔÇ¾YÌûi“','ŠŒé–pfˆ•ì™,1P^ÀïéY÷TÐ/Ao*ªè','',0,'?'),('	éñÏÛ09÷-b±…Í©W','wp-admin/network/users.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','’–öN‰üR<rŠü#&$¹','D-V\0Ä%ü½žámJÇÝ+,1˜“ü k±hÜÐªü','',0,'?'),('ÍdÝêãlP‘Oê’ùI„','wp-admin/network.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.¸°6½	„” ñòmfS	','ÞU8ýÐÚ÷=Õ@š—ËQK%’*åÇA ‰®e‚','',0,'?'),('­JTV0D·îoTAï¼»@¡','wp-admin/options-discussion.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z»§TW0aÙ\"éîÉ°ùL','~7‚t2íªét¹5vøÜB±nlñ¸·Q9Ü$ÒÐÎ','',0,'?'),('oí“[¬Ðn3u‚ÈÊ¹ŸP5','wp-admin/options-general.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ž\'Ž‘<./Ç\rõ¹','Oy–Ó¸|hŽ^òU»ÎŸ7@žé=úD˜ìÑ‘­ï','',0,'?'),('\rÑª1s1=¬¡`(˜y','wp-admin/options-head.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÝcV8A#h:e×­/ò¿^','cÒˆ„î^$kR2\r=½Ü«ðþØù@g¸Ê2çú','',0,'?'),('¶¦â\\äÆ.1°Û-œ¾:','wp-admin/options-media.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',¨àCÐ”Ôº“>','K·PØ±Ÿ:—gUéŒ…4PÇã„ËjŠÁäÒT#h^','',0,'?'),('ü)§£™Št\rî,½JÚ¼','wp-admin/options-permalink.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ö>ÚV2c,\r„7ÿËj','R‚À¢¾Ô_A„î³Ó#0ÇíRÄ2¤Ù<ir¼žü','',0,'?'),('$îï^„âØ6bH^ê*âƒÚ','wp-admin/options-privacy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ã9¶ÿAX”\"§&Î	U[Ø','H¾ß\r÷ˆ’¢p¯$a©8uGeòJ€¾>\"°¬Z.Â†Tí','',0,'?'),('Ò²E5|ÒÑµ‰C‚dé—¼','wp-admin/options-reading.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ë&ÛÁŠ<šP%‰´—Žñd','ÏáÜ€\0Ž´ÄTpÒNÖ(ºü‘ã™3	³°B>› fÆ','',0,'?'),('âL¶>ÙŸ‰#{6p}YãÎ','wp-admin/options-writing.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','£êöüô¡w‡PÅ€fÔïk','×¯ÅÛø‘ç&/+w§abÏù›üqþ\\@÷P¡G','',0,'?'),('dÕ(ÄÈ%JéùÞ@õG†','wp-admin/options.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ûynPˆ²É Ÿ-˜û','.±uý§¸\\\n€xèæÀˆ	)ÌWJãcF¤³IQ‚ûÈ','',0,'?'),('aÉcµCH\r…‘=l@Ä¸','wp-admin/plugin-editor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','®…ÈÉ#BS*õ^E9/','sÙÍ1œ¯3þyé\r\\›¶‘viUHÛÎ5´4ËÜ_ê–','',0,'?'),('ÊxjPÕö¼¨Ù!cÈx','wp-admin/plugin-install.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','íaI•æZñRå|Õå¦û','¼N™aAX<<Õ©úº©ª1é—§JÅ¹ál¡X','',0,'?'),('Oû\\©¢µP5ÑÓÿ{¾R®','wp-admin/plugins.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','æ@aUmî\nwHÌ¦HzÚ','f¢]Ú¤~–òxœhäÖ#”I?Öû8ýGËpP,‘j³×','',0,'?'),('”k‹¥—zß£óÔì×boÓR','wp-admin/post-new.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','„Ð¦£ð¶$¬Lh«{¯¢1','w%×/üÑÜ0ãuoõôyø‡`cÈ4‘Ä²\nÕ','',0,'?'),('ëÝvAÀds½ƒ—µ®Kµ]','wp-admin/post.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÆË\'_{<çúSŠ]','½®-Î¡º(w’øãÕ‹å˜¯ÏÚw,\0.½n“Ø','',0,'?'),('Q·`ºöä8þM¸8','wp-admin/press-this.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t¸p¬lf¡|ëaò`','*ˆõß	õý-iZ’—ßæb—)\"›){8Ý}bX','',0,'?'),('2ª|¸Î¢(á»§tŒðT©é','wp-admin/privacy-policy-guide.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','²ó¤]®µp²”,\ruJ-°¾','ð–‡µþàXÌVXà¤ü.û\r!òOÙÍ_|›=GZÇ&6g','',0,'?'),('cé¤Ÿ¸´(Ok1‹!Í‚','wp-admin/privacy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.søâû·â¤²@ÜÄÞ×“','7¯ó-U½R·úq£oG½Mý í2g“?^êõÉ¥Ø*g–','',0,'?'),('h4¬‹ò#3Ç`Ž-Ýˆ¨\"¢','wp-admin/profile.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','àe«ÍZB¶B5aZ¤',',¨6I;ÅG+Õpb€²lZdÁ¬”¨ycã\0','',0,'?'),('\\Ó\0õ£>¦+¢³ÁFbÐí','wp-admin/revision.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','”šòteô²×Ó±›¨©‡Ó','¢‚!ÉäˆjÂ.ôÌúèAY7ˆ¹BtOü—i0mìq','',0,'?'),('§cã†ÌŽ´ˆ$\n\'@›\ròè','wp-admin/setup-config.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÇK„·7-ÏrÕj)¾\n','æ”ºâóM\ZÒ¢QAÌ6¿ýÙ[ªŸx9./îÔ\'û','',0,'?'),('‡;jŒ§|ý:1/Çæ£','wp-admin/site-health-info.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b3\'Ózž¤z›‰·”ni','}2BB‰Nï*£\0ÉôÁb+ï(y¨ ˆíg¬V1','',0,'?'),('ø-|Vñûû™ÄHÛ%„ª','wp-admin/site-health.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Nðàp0#DcÃ€ßÈ!›','ÁQ69Ž5¹ºÓzR¨‰Ìu9!æ9:=³\ræOT{','',0,'?'),('Î|žÏf÷€îèÉ,2­T	','wp-admin/term.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','˜ƒÈTžÊ\"#qÓ\0Ì','(Ü©‚1{xØ˜åÎtõWÎ%—ê¢®ŒÛóþÓ%wß','',0,'?'),('&É`×OËQ5‘QÕ43¿','wp-admin/theme-editor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r©¯ñ·Š‘iùÇRãxÉ/','ÖÄýì\nƒbv‹¶‰4ÌöŠäÄè³;\Z_˜(úÊ{4','',0,'?'),('\nô\r£Bƒä®pÌ­','wp-admin/theme-install.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Îl©þ›\'F“Èü#ÚÚ\r','­Êø6)ær‹îV\nciÏ\Ze÷¢\rŸü+ÿ)q‹i','',0,'?'),('º©Âã^[X’æŽi³	í','wp-admin/themes.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','É{k=q\0±1á²Ñ½½¨a','œné—üð½Q¡¼O»\0u+ã}ârßø«ö','',0,'?'),('ñ7sþ\\]Ô}ˆAAùwe1·','wp-admin/tools.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','·’H¢¤©Ul˜	Ó\Z¤éx','Ø„¯­_\0&Uð*¨{ŒkÍþÆîÅöB¸\'íêÀüH','',0,'?'),('Ì!éLTá3•ŸiÙêxÅ','wp-admin/update-core.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','žïŒgýu£Dé¨%„5','ÿ¢mkc	RÐHÃcÁ¢Ãì­çO`CƒWôh\"t˜â','',0,'?'),('!o\r¿ÍAˆŽv7àÜe','wp-admin/update.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ä\'\Z¿ í²Þ=gÝ47›F','çFÿÀ°®¸¯Úrø†¢F,*êÙÊ»÷ÆÔ/–ÑÏÐÛ','',0,'?'),('^@Õ²{\'«©_èâ›92','wp-admin/upgrade-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',éí¯Ö)`¿‚¸UÚyõbÑ','\rÊ91|&QRl\ZÔ¼ð· 4Y;<H,=‘El —','',0,'?'),('éáæj7r[¼,”ÌüZÖè','wp-admin/upgrade.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4‘ñûººŠl+llãWï<','vm¯ÛTvk~’—ÓÓJ;‚¤\"i»q§©Ž¾mAh','',0,'?'),('&t!0^g‡ÛbJˆc,>3','wp-admin/upload.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','el-mof>¡ú=ÛàÛaá','6ÝTLºh*<\\H\rÊ…ÿŸøï¾dœ1?pêºiàº','',0,'?'),('^9(-(Å²Åy ‰÷Ê0q*','wp-admin/user/about.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','™ì\0Ú‘KNý ˜£äN¾-','»gR¡\nz…?ËÓ9?Yœ¡ëË ãbÝ‚fÍ—','',0,'?'),('1s¸)6ªÓ¶™•¯C§…Î—','wp-admin/user/admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','—ŒrˆÉÜé>YÑÈQùdg','¹Ù£j§t‘Ì\Zÿþõìö–µ/Ÿ<×£\r”6Û8”','',0,'?'),('É¥ƒÛÐ~\r\ZK4(#ãÅ','wp-admin/user/credits.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ù ´ûâÂÇ€[K}åZ','eŠÏ³CQFò¥½Ë[–^tÂCõ„Ò²[~=Yð','',0,'?'),('¥R;lzOé8m<3”Nie','wp-admin/user/freedoms.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¦Ë¹â©ÓÞ³H™t’íi.','~ÐÐl¼&Pð´}@M­ ¤ÃÐ64è°gDz','',0,'?'),('[ê æ|KòoÊÛŒb7ð','wp-admin/user/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Èý˜÷ýÕ-x½­÷Nb‰ú','Ý¹MÜZÑX*h°ºðVà\0gêÀc!ëÃ+5ƒ#5','',0,'?'),('õæØõ£y ø\0º\"¬îQ','wp-admin/user/menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Â‘8ovÊ›Ç4,«¶','5kYÉ#(ÞÙÍùßýÄéÍÔ|¢ìÂ6ŸP-¡~(“©¾','',0,'?'),('\0älDdƒÓýu^âáY¬â¤','wp-admin/user/privacy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'Ý×¼n\r¦úÈ\'›ÿ)›³','ºæq§OXuþíA³G’¦û\Z@YU2j.ÈÕ[P','',0,'?'),('öÓã­`×&X<ÄaQŸVh\\','wp-admin/user/profile.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¹ú©•€\0yÝ¤±&-','[À#BÙ½Üf¦Œ_M‰»Äú¹­ã!—Pk›;ö¤Ê','',0,'?'),('ô=üðq¯\rljA+','wp-admin/user/user-edit.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*zu£c°øm	J‘ïeê','å•±áåÌ±		åp@\\Í©ØˆÔÑ9¿.a>vƒYÊ¢‰Œ5','',0,'?'),('ÒJh|±”0çƒ`Zp˜E','wp-admin/user-edit.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K~c>ikùÐšN[Ï×²Óú','œ„Úµh­£kÈæ\\w’jï^b(Î>\ró~æIFj•H','',0,'?'),(' *@ADÒ“ˆ=pu°˜ÓE','wp-admin/user-new.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$É‘ÿRôÞëÓ°g·8fâÃ','Ž“Ûâ	¤\\¯Ãò- :Ÿ¢‡md‚<ƒ§¿dH«ñ','',0,'?'),('PŠÅiz¡tîaé}Ôa','wp-admin/users.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¤S÷ÜRÿ/YùæœMÙ·s','^r’ßkµ6[³Ò‡Ø8“Ò¹fmÓ)ë\'W™à¹Jì»dB','',0,'?'),('™TêhËÔìzPŸùré','wp-admin/widgets.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','œEÐæxÄ;µÎ¹¯M','_ÿÍ»ØÜ—Ôx·x!b›-Ä¿@f]	\ZÚ÷AÀ!','',0,'?'),('I•Ä:BsÞ#×çÿÞ@×','wp-blog-header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','óô;Ëu^u™«ýµkq','5Czµå0¨Û“uþXµÚI³ž!–‹Xµå¤„','',0,'?'),('Sˆÿ÷ÜpØ>ÙÝWr½YE','wp-comments-post.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J˜À ºëž‚õõwç7#OV','ƒæ¤åÝá‡{ñhNbŸŽšAK¼üHÊ ç&Ä\rÒ','',0,'?'),('~Å¥Ïs\0Ì1yì$‘L}h','wp-config-sample.php',0,'>B¹ƒà¶™@{­¥õç','>B¹ƒà¶™@{­¥õç','ûO~Ú0lûüþ ÔCö×\"ºÎô¹›’ÐAÁ®Ö','',0,'?'),('vK;@ÑsºaU1;©	^©','wp-config.php',0,'J	ì%eŠJêb‡{ÊûÆ1','J	ì%eŠJêb‡{ÊûÆ1','A5,¹‘l™,%=´»ÍLñšñ€u~.2a(Å	÷€','',0,'?'),('\ní\rÁÈ#Û:^BÄò–»','wp-content/cache/index.html',0,'ÔŒÙ\0²é€	˜ìøB~','ÔŒÙ\0²é€	˜ìøB~','ã°ÄB˜üšûôÈ™o¹$\'®Aäd›“L¤•™xR¸U','',0,'?'),('UqÑsæÊã¶V­Æ¿¾9','wp-content/cache/minify/index.html',0,'ÔŒÙ\0²é€	˜ìøB~','ÔŒÙ\0²é€	˜ìøB~','ã°ÄB˜üšûôÈ™o¹$\'®Aäd›“L¤•™xR¸U','',0,'?'),(';[\\JáH#Ò”aéŠš\0”','wp-content/cache/page_enhanced/bestcerakoteflorida.com/_index_ssl.html',0,'sÛ{Õ‘¤É–RËgIg','sÛ{Õ‘¤É–RËgIg','ïI¯¥a¶B±GH*fÃÒÊñÊ2Ñ ×©(¹	eÿ\\','',0,'?'),('ú-^gÿˆÌº@\0/÷“†','wp-content/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','gD,Vë§=\\ÆbP','k‰À—~	¶½UH\Z¥ÖxƒPêÛAÌ„¢ú<¡ž;X¨','',0,'?'),('‹ïÿáIW°gS6³TCº','wp-content/micro-themes/PIE.php',0,'-oz@þGhÂü%Ý)Ë7','-oz@þGhÂü%Ý)Ë7','5,f÷­¤+?-TžÈîCu^ƒg&íÉ¯{æ–ÎÞ×','',0,'?'),('Ó8KB<ü\"Ð!\rŸ#˜Z','wp-content/micro-themes/active-scripts.js',0,'ÔŒÙ\0²é€	˜ìøB~','ÔŒÙ\0²é€	˜ìøB~','ã°ÄB˜üšûôÈ™o¹$\'®Aäd›“L¤•™xR¸U','',0,'?'),('Ï“JZãÈµBôJâÍ)¨','wp-content/micro-themes/animation-events.js',0,'Øp÷~‘<iaŸ•F,üF','Øp÷~‘<iaŸ•F,üF','É°j³¿Ê3ãp‡Æ²g\nº]\'j®-¡e$œ`ü–W','',0,'?'),('>.õ$÷+?uÃcbê‰','wp-content/micro-themes/draft-scripts.js',0,'ÔŒÙ\0²é€	˜ìøB~','ÔŒÙ\0²é€	˜ìøB~','ã°ÄB˜üšûôÈ™o¹$\'®Aäd›“L¤•™xR¸U','',0,'?'),('ÂÂêwÞeŽ ‚r*a°O','wp-content/plugins/antispam-bee/LICENSE.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¢:t³ôÊùab0x”!zË','X;Ö1MrìG{– »\\yãÙ%1Î`ÕÔak§˜[‹„','',0,'?'),('÷Ÿ†ÍJ\0ð÷?	0ü','wp-content/plugins/antispam-bee/antispam_bee.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¥TóvBŽ…Â¶U£]”G','S­ãùq‡ýúFr4’­xø±G\'‡_bî¬L”','',0,'?'),('XŸŽ(ÓzBvûšx0','wp-content/plugins/antispam-bee/css/dashboard.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','·ÏÒ7\Zÿ¨1sxÛR)','ÚcÂðlyV÷ð~•UkA/Ï¸Qàdv‘Ý”O ’»Âúÿ','',0,'?'),('œ^!PH5ÌÇX¬åîûð','wp-content/plugins/antispam-bee/css/dashboard.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','™Õ±ë°0n¢â`¢Ìð','ÚcÂðlyV÷ð~•UkA/Ï¸Qàdv‘Ý”O ’»Âúÿ','',0,'?'),('ûq^²MÐOpFÑÙ<†ç—','wp-content/plugins/antispam-bee/css/styles.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3^)4a!jeê*EUa£','„6;Ôô<ü$Y\\~³±ü‘}Qâ<jh¸/PM³þ','',0,'?'),('sÐUÄÊÕ>}×€¯téÊ','wp-content/plugins/antispam-bee/css/styles.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Gg=„ÐˆvÛ0‚\rÝ®%','B~Ô¾|ïðà};Õ¥LÌ3OèTÐ\nÞ	\"ÅP×›ü','',0,'?'),('úåéå™ý9_ÛìFBþ¿','wp-content/plugins/antispam-bee/inc/columns.class.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Wtœ±©sÚ«”_¤äô¡','º¢‡F½	uð3ÁÏ²ËóœÎ\"ãÓ±¥>ô@RÉ9ñ\\','',0,'?'),('ÎMiV—4Ë%ÿQ|{Çr»\\','wp-content/plugins/antispam-bee/inc/gui.class.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T>æp	¹±X«õùœ','}“¢´Öa“Ý›ÇÌNQS(>óˆ4‡.ËÐÊ©Æmƒ”','',0,'?'),('i”ú7å·±?ÁÊ8„I²','wp-content/plugins/antispam-bee/js/dashboard.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','vfÞ\"%küí+ž˜Ïšôv','×ŸÞCË9^”¡Øíôi~ƒ˜@c=À³<Xœ]\'í','',0,'?'),('»V¬“l‚Øý¡­eÈc­','wp-content/plugins/antispam-bee/js/dashboard.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ú\"B¿(¯ õìˆy?~Ÿ','XDÕ\"s©X“îÍëÅU>cò\r¯5I.ËËñ%s]','',0,'?'),('0=^¥üív‘„¢Ê¢ß$','wp-content/plugins/antispam-bee/js/raphael.helper.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¶ñ×írCÂÕ€Uæ)GR“','k¹ý¿ÄeRvÙVÔ	YÆÜÈCïß×û$Çº\r>','',0,'?'),('9ÕVÃ\"½óg³ò÷³','wp-content/plugins/antispam-bee/js/raphael.helper.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','úu½ÜõE$·}RÜÛfÖ','Oz’\\ûýÑ<‚–Çð#sÉˆŠ–ìÉ¬#r}t+','',0,'?'),('caHd~0¦-˜³\"›P_','wp-content/plugins/antispam-bee/js/raphael.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Æ¦.üÖ+ZúÎšn\'+|é','¢NÍTæŠÊôú;Bl!àÿmõØF…íjF¥?ÀkŠÛ','',0,'?'),('èxPëÌÀßp—¼¶6^|¼C','wp-content/plugins/antispam-bee/js/scripts.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_aGxYGÁ˜WúŒQ³','“yF>ñ+S¬™6^O¹.»iqa8]¯³!§k¨œ','',0,'?'),('LÈ›VX§Y};g±¸®¶\\','wp-content/plugins/antispam-bee/js/scripts.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','žf8B\\às¾ÇÄfÑ','ØÅäÉ^Ô˜å“\"§g¦2kIj\r~0tDû=ac|','',0,'?'),('æItJ4²zÙj¶Q¼l*w','wp-content/plugins/antispam-bee/readme.txt',0,'±<EÇ¡«6Å—L? È','±<EÇ¡«6Å—L? È','€¡~F¦ÍŽÅbµ—4\'ÇŽ)Sþ»2@­”»	–ÇÇT','',0,'?'),('p„âã[¦$Y…a©˜Žv','wp-content/plugins/astra-addon/addons/advanced-footer/assets/js/minified/customizer-preview.min.js',0,'AZ\"Ú¸5ÇÖ+Œýe','AZ\"Ú¸5ÇÖ+Œýe','5_µ§Úêça–g‹…ý«j‚p÷2ñÁµÝÅ_','',0,'?'),('õEô‘ X®; Ùo€Q','wp-content/plugins/astra-addon/addons/advanced-footer/assets/js/unminified/customizer-preview.js',0,'~;R|oñs£<GJÖ','~;R|oñs£<GJÖ',',x‚’1Æ8øq4pÊ;¾„@ç® Á†´&1','',0,'?'),('ÊŠ¼ïaˆÈ#|! ÄÇú','wp-content/plugins/astra-addon/addons/advanced-footer/class-astra-ext-advanced-footer.php',0,'ûÕºÑAnô\\v\rç!e','ûÕºÑAnô\\v\rç!e','›ªª×\0Ù²fvnV7RxÑÁXDž|ôµpl¸2&â€','',0,'?'),('pä–Ÿkl}qÎµ\ZIÊƒ','wp-content/plugins/astra-addon/addons/advanced-footer/classes/class-astra-advanced-footer-panels-configs.php',0,'Fèed4ð\0$eÓ¦AtÔÒŸ','Fèed4ð\0$eÓ¦AtÔÒŸ','ÓÝqn4·D¹!ŒgQ@E¾ÙŒœúQ5Õ³&ë','',0,'?'),('ê@•ÞVù ®\rñšÔé','wp-content/plugins/astra-addon/addons/advanced-footer/classes/class-astra-ext-adv-footer-loader.php',0,'8<3‘Þh]ÉDæ³¢_','8<3‘Þh]ÉDæ³¢_','8ÛÎo}äÇw¦Å„MHeMEéånÿÂ·!³°“S','',0,'?'),('÷=lŽxï_	î‹Ê`!','wp-content/plugins/astra-addon/addons/advanced-footer/classes/class-astra-ext-adv-footer-markup.php',0,'†x±ËG›)!°{$„ï\0','†x±ËG›)!°{$„ï\0','wÆ‹…îÌ«†æ×YÒ­^æVVÂtìª›mŽÙ¤,','',0,'?'),('A±ã€×=5ÃÖ¾…ß“\r','wp-content/plugins/astra-addon/addons/advanced-footer/classes/dynamic.css.php',0,'uÁ‚±„|*ksÕÕh½©¢','uÁ‚±„|*ksÕÕh½©¢','6ým¾žkSeÞŽÝ\'«FŒ61ÉÒÈ¾æÄ²ÖKh¥=%','',0,'?'),('ÎŽkëFhó76™yueþ±','wp-content/plugins/astra-addon/addons/advanced-footer/classes/index.php',0,'vGàJºhIn —õQ','vGàJºhIn —õQ','Tþ™ó‡ë(ßâHæ¯érl³)àß ÖKOÖÀ¸;†','',0,'?'),('×¬7–Œ!d¹ÑcÄ,P¸;','wp-content/plugins/astra-addon/addons/advanced-footer/classes/sections/class-astra-advanced-footer-configs.php',0,'Hhâ>±õÏ ,” ñÅÂ','Hhâ>±õÏ ,” ñÅÂ','Êª­´íºæÇÂÀ÷Æ!ÒÀ÷çŸ™uÈã™^úütT','',0,'?'),('SªØó«ð+°ë@3','wp-content/plugins/astra-addon/addons/advanced-footer/classes/sections/class-astra-advanced-footer-typo-configs.php',0,'Eˆµƒ°»Móˆô³FÙ€','Eˆµƒ°»Móˆô³FÙ€','jí“°Y\\Å¹-h“xÄwJníK0Æ¹¸àAk×Ø','',0,'?'),('7ÿæOÜõOnµòJ~J›','wp-content/plugins/astra-addon/addons/advanced-footer/classes/sections/index.php',0,'vGàJºhIn —õQ','vGàJºhIn —õQ','Tþ™ó‡ë(ßâHæ¯érl³)àß ÖKOÖÀ¸;†','',0,'?'),('L¥ø¶(¹0.![¿Lã\0','wp-content/plugins/astra-addon/addons/advanced-footer/index.php',0,'vGàJºhIn —õQ','vGàJºhIn —õQ','Tþ™ó‡ë(ßâHæ¯érl³)àß ÖKOÖÀ¸;†','',0,'?'),('’”ç‡¨âZòŸ3gÙ°c','wp-content/plugins/astra-addon/addons/advanced-footer/template/index.php',0,'vGàJºhIn —õQ','vGàJºhIn —õQ','Tþ™ó‡ë(ßâHæ¯érl³)àß ÖKOÖÀ¸;†','',0,'?'),(']Œ=Ìs4Gl\"TÏòýp','wp-content/plugins/astra-addon/addons/advanced-footer/template/layout-1.php',0,'†¦ñºÛz|tv|„ž2é#','†¦ñºÛz|tv|„ž2é#','6ô½÷æä-\Zb|æV–‰iæás§{&ú+Ð{x.iµ™','',0,'?'),('éYR\\Ë#–•uÛ66¤x¦','wp-content/plugins/astra-addon/addons/advanced-footer/template/layout-2.php',0,'¬N¥j6\r U\'‘^u\n3','¬N¥j6\r U\'‘^u\n3','£O¨÷¤&ÿX1§qt(ˆ\nv9-¹¯H—8ô—','',0,'?'),('ù­$‚õñ\nÁwµn\"Wù3v','wp-content/plugins/astra-addon/addons/advanced-footer/template/layout-3.php',0,'…õM´nÂdë§´&ê#º£','…õM´nÂdë§´&ê#º£','Àói¹¨£4í‘¼I\\&÷Ûvë¡×Ýó0À¡','',0,'?'),('^y^DªÙ	=ø	¾','wp-content/plugins/astra-addon/addons/advanced-footer/template/layout-4.php',0,'–ÒÖŠ•rûÌv¼ÎmS9','–ÒÖŠ•rûÌv¼ÎmS9','ÑŒ¶£Ëÿ°M2$Ï©\'ÀP÷Š	€)gƒ ÷ÝEŒ‰êùî','',0,'?'),('Ôse•‰FÒ„}À\"×','wp-content/plugins/astra-addon/addons/advanced-footer/template/layout-5.php',0,'ù™Å½D§ÿ#Á2Ü:&0','ù™Å½D§ÿ#Á2Ü:&0','	æQÆã‰gî#‚¸áŸób+/ðõt¸ ç«Ð!€»À\'','',0,'?'),('JÞo°¬Í“]”Ôq¢ª','wp-content/plugins/astra-addon/addons/advanced-footer/template/layout-6.php',0,'söïUJ©OþìÉPšS','söïUJ©OþìÉPšS','bm®Ž>¶`ÁCÓùXÏ¼}¼øâdÏ>áP¦B”ù‚ï','',0,'?'),('¡&3ïqVäèí+VÉvÂÞ','wp-content/plugins/astra-addon/addons/advanced-footer/template/layout-7.php',0,'+z‡\'½¸ÊŸ‚øÉ\n.','+z‡\'½¸ÊŸ‚øÉ\n.','â‡Rªh¿òíüPÐ8-Ž9t–˜Eâ>\Z\rÏö‚$','',0,'?'),('5­VWˆW5\'ŸÒ3D•™','wp-content/plugins/astra-addon/addons/advanced-headers/assets/js/minified/advanced-headers.min.js',0,'Ð­˜î=™ÿ€‚ù¨²êyØ','Ð­˜î=™ÿ€‚ù¨²êyØ','äH6L|L8@L%B›r‡Á—£,e@|Æ)wž7rGñC','',0,'?'),(')ójvÈ`’^…ç†','wp-content/plugins/astra-addon/addons/advanced-headers/assets/js/minified/astra-advanced-headers-admin-edit.min.js',0,'Å[IŒ¾Á\n#r\"³¶;9','Å[IŒ¾Á\n#r\"³¶;9','RYÎ–ìÛ,‡V’ì•Gë©ö*Ê\r,i¯»Ëb','',0,'?'),('¦9V/Õâœo 4¡‡4`¡½','wp-content/plugins/astra-addon/addons/advanced-headers/assets/js/minified/astra-advanced-headers-admin.min.js',0,'ÈÅM’éé’ò2‡\'Cl›','ÈÅM’éé’ò2‡\'Cl›','rè\0MYYAÅe÷˜*Ÿ‰àä}¼5-}ýÁ‚vyÆ¨\"','',0,'?'),('¢Õo1G\'LÇ?0›ÿ‡s€ˆ','wp-content/plugins/astra-addon/addons/advanced-headers/assets/js/unminified/advanced-headers.js',0,'$±â*ÕzD3ƒãÇíÏÇ','$±â*ÕzD3ƒãÇíÏÇ','òý(ïÿ9Ì‰6IAV}#ˆs¿ ÙPïßÍq?úO','',0,'?'),('=GÐrY˜uÑˆ¨cuª\0','wp-content/plugins/astra-addon/addons/advanced-headers/assets/js/unminified/astra-advanced-headers-admin.js',0,'ÍGQEÊiÊ¿’aPöÁ¨-','ÍGQEÊiÊ¿’aPöÁ¨-','“Ðe\\˜\".o\"·N¥Ù±£¢jˆ\"ÈA\'a%FwØ','',0,'?'),('SpµZ>hÿ…›ýçMÊ,Þw','wp-content/plugins/astra-addon/addons/advanced-headers/class-astra-ext-advanced-headers.php',0,'Tu7HP|‘ô5$\ZFW','Tu7HP|‘ô5$\ZFW','åâ‚®ñ“s\"¶`fX¿Šñ(d\\\\’Wk\rëTVÿ~','',0,'?'),('Â/€Š\Z¼®\'…Æ_','wp-content/plugins/astra-addon/addons/advanced-headers/classes/astra-breadcrumbs.php',0,'YWGÎEƒ˜ŒØ\'¯Ä\nœ','YWGÎEƒ˜ŒØ\'¯Ä\nœ',']a(ú4ªd¦–)Á»s®PýG ò Zñ‚ËÀw9Š¤','',0,'?'),('!ì¸¬ŽÿGŽtr•ÃÌ4`','wp-content/plugins/astra-addon/addons/advanced-headers/classes/class-astra-ext-advanced-headers-data.php',0,'Š\"?j\"g6K3£_È','Š\"?j\"g6K3£_È','4®a†Çûüb-ù;Áã†¿=/á³–š*!€NOÊCäŽ˜','',0,'?'),('r8¡Ÿz#…`½\Z¾ÚÉí','wp-content/plugins/astra-addon/addons/advanced-headers/classes/class-astra-ext-advanced-headers-loader.php',0,'ëÊ{èp]{µW ÑæRUþ','ëÊ{èp]{µW ÑæRUþ','Ýl&ŽeY¿kÂ[ÉÉ[^ŒkI·!Ä$5óPõ9I','',0,'?'),('º*¹¹ì×J­û®9.-È¼','wp-content/plugins/astra-addon/addons/advanced-headers/classes/class-astra-ext-advanced-headers-markup.php',0,'-GÆ*ÈC¯k¨Í‚–üás','-GÆ*ÈC¯k¨Í‚–üás','~ŒF|–Î\ZºIŽùÑÜûÂd²•Oôðž”bM8','',0,'?'),('×ê*4à9_ÉùÕ90À','wp-content/plugins/astra-addon/addons/advanced-headers/classes/class-astra-ext-advanced-headers-meta.php',0,'Æš—ÍÑ4³@àÝW','Æš—ÍÑ4³@àÝW','UèäÊÀÄ€/`YÿþxÙ¹ÈŸâ,ÃÞ”†²í,','',0,'?'),('Ë•žè?Ú´,›¥\Zc¬Æ','wp-content/plugins/astra-addon/addons/advanced-headers/classes/dynamic.css.php',0,'Å}àä¬±äÐzNx±Î','Å}àä¬±äÐzNx±Î','ª¥c¹óK\'Z\"ÛÉý>Ž¾e2œñ5ç‘VÚâ©','',0,'?'),('ÑKsÒ|åñËvÌ¥´³›','wp-content/plugins/astra-addon/addons/advanced-headers/compatibility/class-astra-advanced-headers-subtitles.php',0,'VŸÿT%nÓ0}%ÐyÈ6','VŸÿT%nÓ0}%ÐyÈ6','Ÿq‚yQT±–]ÉËùU½yšþ FYJ‚¥ó,gz\r','',0,'?'),('‘òàuö:Š)¥HÈ}Âñ','wp-content/plugins/astra-addon/addons/advanced-headers/compatibility/index.php',0,'vGàJºhIn —õQ','vGàJºhIn —õQ','Tþ™ó‡ë(ßâHæ¯érl³)àß ÖKOÖÀ¸;†','',0,'?'),('s¼?3q>¹é³ý¤ûŠ“8é','wp-content/plugins/astra-addon/addons/advanced-headers/includes/admin-edit-location-rules.php',0,'äƒ ŽÉhŒ¿qå€Æ¥<©ß','äƒ ŽÉhŒ¿qå€Æ¥<©ß',' ¤·ÈD&St»•qÌ>ÌÛ!q~Ž6ìÿ“þë','',0,'?'),('¶$nê*¨ä<=„›§€Í','wp-content/plugins/astra-addon/addons/advanced-headers/includes/admin-edit-user-rules.php',0,'ì­HÜµ¯ÌyÅcÑ6v','ì­HÜµ¯ÌyÅcÑ6v','_Ëõ}ÒxÌ(‡s¤R;xO×¹ü7s»õŽU;rÜESeQ','',0,'?'),('{œb³({Í_æÕáGyL','wp-content/plugins/astra-addon/addons/advanced-headers/template/advanced-headers-layout-1.php',0,'…áuØv(í§¬mF‘-–','…áuØv(í§¬mF‘-–','NZ%W´•Ãíà•ÂO‚QªÚ³QrlÊù#8š]`Êîzî','',0,'?'),('8(uÕ y#™ïb\'Å>J','wp-content/plugins/astra-addon/addons/advanced-headers/template/advanced-headers-layout-2.php',0,'}Ð1·×ì(?\nzÚ1Sƒ','}Ð1·×ì(?\nzÚ1Sƒ','ÇÓÜfQ…Újé£Î%YÆ—æ\"ˆu.˜ÿêYUzþº:ž','',0,'?'),('ãÒÿ/$\Zl²nù³%/CA“','wp-content/plugins/astra-addon/addons/advanced-hooks/assets/js/minified/advanced-hooks-sticky-header-footer.min.js',0,'ŸØqŽþò»n,D/q','ŸØqŽþò»n,D/q','…ß,º7iÍæüMHnLŽ¤ú—Ã¥Ü“Ä\\¹]n¼!)ü','',0,'?'),('¾Ž¡õe¢\n–\"(`ød‹','wp-content/plugins/astra-addon/addons/advanced-hooks/assets/js/minified/advanced-hooks.min.js',0,'/þ®³§ÕÏïÄÉQÏûY','/þ®³§ÕÏïÄÉQÏûY','W©ˆ!¾þr•\r$NŠjÖ“á¯GÊæ¤¦1ÏÞ','',0,'?'),('r²õ•Ô—´Ë®ñãês{X','wp-content/plugins/astra-addon/addons/advanced-hooks/assets/js/unminified/advanced-hooks-sticky-header-footer.js',0,'ª+(4ÿ„·æzÚÒv«(ðW','ª+(4ÿ„·æzÚÒv«(ðW','FÂÔŽº9‚W•Ù-=É¸÷ÂL‘È8:&V†¯¤Ô£\\ý','',0,'?'),(',J¤ÑT:\nmºxøS	','wp-content/plugins/astra-addon/addons/advanced-hooks/assets/js/unminified/advanced-hooks.js',0,'vsTïõÉ¨µ4|Ý—Yl','vsTïõÉ¨µ4|Ý—Yl','ÉžteDÈˆÝ0œÌ¹*}#™6*Hà)?','',0,'?'),('×	ÇÜËk$bÁÀ\'ŒÖì}û','wp-content/plugins/astra-addon/addons/advanced-hooks/class-astra-ext-advanced-hooks.php',0,'ødíkàhb•eW^³!0','ødíkàhb•eW^³!0','9Ý+5pÍÐo¦4±Tò¢§ß•\\ü…|Ø£á/*ßèÛ”','',0,'?'),('š–öÙŠØ HzCR­–a','wp-content/plugins/astra-addon/addons/advanced-hooks/classes/class-astra-ext-advanced-hooks-loader.php',0,'á3ù Õt«ãx¢,bvŠ¯','á3ù Õt«ãx¢,bvŠ¯','Jƒþ\"=#~¨¶v–!qGAÔ{ÄÇ¨¹Sž@~WÉªñ¹\'','',0,'?'),('Z?¸Ö|J‡µ¨¤A¬','wp-content/plugins/astra-addon/addons/advanced-hooks/classes/class-astra-ext-advanced-hooks-markup.php',0,'‹^¯é?•eùïhJ¤Ý‚C','‹^¯é?•eùïhJ¤Ý‚C','¨×& =A4°fTÆ\'ý§¢‘ìÉ{/À<^ÎlÐ\Zçƒ¦Šô','',0,'?'),('¬çÁãdp-toÕJo¯æY','wp-content/plugins/astra-addon/addons/advanced-hooks/classes/class-astra-ext-advanced-hooks-meta.php',0,'`&d)üæ„ÀÈW¥û;ÿî','`&d)üæ„ÀÈW¥û;ÿî','{Ïê§\n-<Ê˜¹)û¬6,Ý²ÜÑ3]>«;QWñÏåg','',0,'?'),('ýNœã[—T§t!çâçÎ„','wp-content/plugins/astra-addon/addons/advanced-hooks/template/template.php',0,'uÁ..Þ„âøå_öÞëH','uÁ..Þ„âøå_öÞëH','éw	NÓöè7‹öRšÜ‡¬Â£\nÄ’¼?A2”\\®n„','',0,'?'),('43í—Ê÷â‰\rgE5Q','wp-content/plugins/astra-addon/addons/advanced-search/assets/js/minified/advanced-search.min.js',0,'xˆ‰ì@—P}ËKmè','xˆ‰ì@—P}ËKmè','ÑUÊ€[ðRæ­W\Zb_óÖû™o‹ŠêTSQÌo}\n„','',0,'?'),('z:æ{(Füi@j½Âö','wp-content/plugins/astra-addon/addons/advanced-search/assets/js/minified/customizer-preview.min.js',0,'ÄÁRÌ~…Ô\'[|ZÒ','ÄÁRÌ~…Ô\'[|ZÒ','¤Y”ä&Nî7l{ˆ|Œn9ª(èé‹ìÑÔûA6¥‹u²','',0,'?'),('t‘ð½\n:œDÒ|¨··‹','wp-content/plugins/astra-addon/addons/advanced-search/assets/js/unminified/advanced-search.js',0,'p6Ÿ^ÙÍ´%f Å¢[>\n','p6Ÿ^ÙÍ´%f Å¢[>\n','ÿý•“¯‚<“µùYKÜ¼¹A¦²e¥ ZNò]óŸµU','',0,'?'),('ŒèÑrDÚkØ\"Æ·º\'Èƒ','wp-content/plugins/astra-addon/addons/advanced-search/class-astra-ext-advanced-search.php',0,'¼˜ÛïR®5Óá‚Œnæäy','¼˜ÛïR®5Óá‚Œnæäy','º\"×a÷!ð\Zˆ+Àh0½®\0sc|ØŽvôdsÇƒ','',0,'?'),('™ŸÙ¼—UàÀE†ç†,7','wp-content/plugins/astra-addon/addons/advanced-search/classes/class-astra-ext-adv-search-loader.php',0,'‹·.üw	¡µIºŠ7Ü','‹·.üw	¡µIºŠ7Ü','aØ¢UÇÝµ>æ¢›T“¿X\'ê¹½Þ£±tX~‘ß†','',0,'?'),('Ë\">_/X7k¸êà£¾','wp-content/plugins/astra-addon/addons/advanced-search/classes/class-astra-ext-adv-search-markup.php',0,' ~þw›•ú,¨Ç^8\\¹',' ~þw›•ú,¨Ç^8\\¹','Ôdá»èt¦øog¸`åœtÝÒ.¨c›ù¹¦YhxÎòå','',0,'?'),('2+$l&…¤\n7A¥¶ƒƒ','wp-content/plugins/astra-addon/addons/advanced-search/classes/class-astra-ext-adv-search-shortcodes.php',0,'1ý´9!Ž,22«7jÇ','1ý´9!Ž,22«7jÇ','ãìqµO JµÁ«@ál.[úº7-õ\0NKœ,I>D','',0,'?'),('Õ•?è2›L_Ï®mÔÀ','wp-content/plugins/astra-addon/addons/advanced-search/classes/index.php',0,'ƒ´+þž‡‹aµê','ƒ´+þž‡‹aµê','F:{ÝrÎE )>Ð,äyÍÜûbAXr	‡¤¥‘Š','',0,'?'),('0	{4Êl††¡\'=H†ê/›','wp-content/plugins/astra-addon/addons/advanced-search/classes/sections/class-astra-customizer-adv-search-above-header.php',0,',S$v‡ÉT{ÕÏ“Z',',S$v‡ÉT{ÕÏ“Z','4\n’õCíÙßFª™0í˜„u£ÃÂCŠJ`EÁ©òË5','',0,'?'),('d$!6ÅWm©J“Zõa','wp-content/plugins/astra-addon/addons/advanced-search/classes/sections/class-astra-customizer-adv-search-below-header.php',0,'å:\rjá×å”}PqVL','å:\rjá×å”}PqVL','QŽ\"€]¡xk,Aò\ZœU÷´2\"z›6µ´^ë‘Ÿb9','',0,'?'),('™tí®°roñçjqÛò„Ö','wp-content/plugins/astra-addon/addons/advanced-search/classes/sections/class-astra-customizer-adv-search-header.php',0,'ê¯ˆ!gçô‰¬jÆ{–Ê','ê¯ˆ!gçô‰¬jÆ{–Ê','ã “Qëw½Þ¥ÔÉHI×n²óëdýa­RË\Zõ¿Æ','',0,'?'),('@«OÏ*þó\"8ÅÜÝÊm','wp-content/plugins/astra-addon/addons/advanced-search/classes/sections/index.php',0,'ƒ´+þž‡‹aµê','ƒ´+þž‡‹aµê','F:{ÝrÎE )>Ð,äyÍÜûbAXr	‡¤¥‘Š','',0,'?'),('Z`kãg`[™xWØcp','wp-content/plugins/astra-addon/addons/advanced-search/index.php',0,'Iz’È.¬@q×4Ô.0O\Z','Iz’È.¬@q×4Ô.0O\Z','¦,Ša‹®Mœ‡¬“‡ãl P¡D9qâ°SM;”8ŒÎ>ª','',0,'?'),('ÄÌ†•†®¦Iï’ríP¯«','wp-content/plugins/astra-addon/addons/advanced-search/template/full-screen.php',0,'îUoq¦g±1÷_[œ¹!\n','îUoq¦g±1÷_[œ¹!\n','‰Æ`«î(©ÙÒI! Î~7žkËÆÃ×YS˜àv&Å','',0,'?'),('\"K•ß*­ï\"2Uk','wp-content/plugins/astra-addon/addons/advanced-search/template/header-cover.php',0,'ÂHöä~—ÚC€vi¿','ÂHöä~—ÚC€vi¿','kÀ›Ÿ›+š8?;ð}oiêƒ;	GO %>>xšþ','',0,'?'),('G´;¸®F‰Á¤(tÊéµ','wp-content/plugins/astra-addon/addons/advanced-search/template/index.php',0,'ƒ´+þž‡‹aµê','ƒ´+þž‡‹aµê','F:{ÝrÎE )>Ð,äyÍÜûbAXr	‡¤¥‘Š','',0,'?'),('¨ý×Å–˜KxM_Èþ','wp-content/plugins/astra-addon/addons/advanced-search/template/search-box.php',0,'2–ÖvÊäÖvÂtÂI','2–ÖvÊäÖvÂtÂI','\'î±\'\\ýŒ\"MópÄi÷¬‡ìÎÂRAaØ[z¤','',0,'?'),('°ÊªÆ,ªAU$Èk¯c2','wp-content/plugins/astra-addon/addons/blog-pro/assets/js/minified/ast-ext-blog-pro.min.js',0,'mùPFFÿòÒ9‹Ž[ŒÓ©','mùPFFÿòÒ9‹Ž[ŒÓ©','r[­uàÍ<es{5½D}9á\'\"bÐ©Û2ô¶áìéî','',0,'?'),('yúZN&9ûvø±µë‚L','wp-content/plugins/astra-addon/addons/blog-pro/assets/js/minified/pagination-infinite.min.js',0,'~‘Gí\rç¿?÷lbÈ\r','~‘Gí\rç¿?÷lbÈ\r','O€>Ñ0ûíG2Š‰4ÒõýêáiP±ÿŽŒn\\s|„','',0,'?'),('G§*fñ| .Ûù)Òxè¢','wp-content/plugins/astra-addon/addons/blog-pro/assets/js/minified/single-autopost-infinite.min.js',0,'?æíÄ‰/—˜•lïæä‘','?æíÄ‰/—˜•lïæä‘','œú%e¸‘;Áåú†RŽÏju3õØb/lÖ-’ƒ‘Äº,u','',0,'?'),('¹B\rÝOÃŽ3@\n¹%|v','wp-content/plugins/astra-addon/addons/blog-pro/assets/js/unminified/ast-ext-blog-pro.js',0,'ÁÖ‹]$\Z8Û‹„ÿÍx%','ÁÖ‹]$\Z8Û‹„ÿÍx%','Ñ*#É>‚¨¾¤œ^:†ùížF;Ê0¯ÖÃÑ­3ÒÑ','',0,'?'),('Ï÷ØÅRž¯¸#•Ù~ò8','wp-content/plugins/astra-addon/addons/blog-pro/assets/js/unminified/jquery-history.js',0,'¼ã¦a¤LGNu¡Ÿ*','¼ã¦a¤LGNu¡Ÿ*','BÜê&Éy¬$TŠŒ]ÃßßJØó2?—«Qž!T-!ž','',0,'?'),('–€ÃLŽ´Ê†ø=ùÛ','wp-content/plugins/astra-addon/addons/blog-pro/assets/js/unminified/pagination-infinite.js',0,'OÀ\\sœ”F/¶','OÀ\\sœ”F/¶','™á9v¦N‚1t&%\nå½*l>Aa]df‡J<ò·/','',0,'?'),('L=Õè©Fnù›Ül','wp-content/plugins/astra-addon/addons/blog-pro/assets/js/unminified/scrollspy.js',0,'<À:ZÐÕ0îø;8}','<À:ZÐÕ0îø;8}','\n¸mÙÆL=a1LMáávŽ¢‡¶jMŠlã\"¸=,d$','',0,'?'),('vjèKlÚG““wÔ¨P','wp-content/plugins/astra-addon/addons/blog-pro/assets/js/unminified/single-infinite.js',0,'=x¢Q^à\0,-­1ú¼y','=x¢Q^à\0,-­1ú¼y','Û«säq×sµ)¬&©¸ü8yB\'.’&Q’rÉ%&óo','',0,'?'),('§lY§ÿ„¶\0%ÿ‚	œ¡','wp-content/plugins/astra-addon/addons/blog-pro/class-astra-ext-blog-pro.php',0,'ïÈSfo2“kHI±%','ïÈSfo2“kHI±%','~x­ðõrw¬zJx¡7—Tß°]…d!¾†)Œn+yU','',0,'?'),('1½ÖðH¶;Î÷¡9]WH','wp-content/plugins/astra-addon/addons/blog-pro/classes/class-astra-ext-blog-pro-images-resizer.php',0,'EÜx¯DZê:_úQë„{Å','EÜx¯DZê:_úQë„{Å','\\»}nC&PrÍP}Ø§0½O\nJ9Ÿ¨\' ÛóÃ•utþƒ','',0,'?'),('}(¥¾¨£ð»êý	F=µ','wp-content/plugins/astra-addon/addons/blog-pro/classes/class-astra-ext-blog-pro-loader.php',0,'!œ*©æ\0\rW\0œñ','!œ*©æ\0\rW\0œñ',']×õà$B\ný¦°¦»U\0‡­òÑ¡A/¤?Ÿg','',0,'?'),('£OÔëŠm1uÞ£ƒÈíÇÔ','wp-content/plugins/astra-addon/addons/blog-pro/classes/class-astra-ext-blog-pro-markup.php',0,'+´\")¹Š‰¦âÜ(Æ³È','+´\")¹Š‰¦âÜ(Æ³È','(hé—Oâüó·ëÜÔÎ5[ŽûR1íÃãŒ&*','',0,'?'),('›W©²yU£îxÓòòÔd','wp-content/plugins/astra-addon/addons/blog-pro/classes/dynamic.php',0,'¡ù^€\r€Ž\'ðÉ²†epà','¡ù^€\r€Ž\'ðÉ²†epà','€$iMˆ±bhƒbEÜR\r Y¹wDu£LÅ&þ…ËLè','',0,'?'),('æ°?Ê¨\\[nÌ«T\00','wp-content/plugins/astra-addon/addons/blog-pro/classes/index.php',0,'”ˆ½…fLUô§k4!ö','”ˆ½…fLUô§k4!ö','ÝíPÁ!Ô¨8aKu×•”lï¦Ä•ß —”ª}\rN8','',0,'?'),('?ºn¾L“­BÛ¼ÅWã	','wp-content/plugins/astra-addon/addons/blog-pro/classes/sections/class-astra-customizer-blog-pro-configs.php',0,'†Ñ8¢«²IIÂû¹b >','†Ñ8¢«²IIÂû¹b >','º¯¯[™òšyauàùòÞ\"\"Pê•þiéñx-qÝt{','',0,'?'),('~{þfäD¢> ÓTí','wp-content/plugins/astra-addon/addons/blog-pro/classes/sections/class-astra-customizer-blog-pro-image-resizer-configs.php',0,'fÕ¢M’ˆJ&Uêƒæ@GO','fÕ¢M’ˆJ&Uêƒæ@GO','mÄœHÚ“?å;àñÖƒ³òà4GaµG›“Éµ\n©Ÿè','',0,'?'),('VÇfP•bSÖß¸ø`Ìëa','wp-content/plugins/astra-addon/addons/blog-pro/classes/sections/class-astra-customizer-blog-pro-single-configs.php',0,'˜b÷cvf–$ùIî‘8 A','˜b÷cvf–$ùIî‘8 A','ž³ŸÒž(S¿¼Ä<\Zì¤äFMb—y)½þÖê','',0,'?'),('e{õNµÊÀv xÔC 3','wp-content/plugins/astra-addon/addons/blog-pro/classes/sections/index.php',0,'”ˆ½…fLUô§k4!ö','”ˆ½…fLUô§k4!ö','ÝíPÁ!Ô¨8aKu×•”lï¦Ä•ß —”ª}\rN8','',0,'?'),('\Z•\nèÚü)„ypâåT(','wp-content/plugins/astra-addon/addons/blog-pro/index.php',0,'”ˆ½…fLUô§k4!ö','”ˆ½…fLUô§k4!ö','ÝíPÁ!Ô¨8aKu×•”lï¦Ä•ß —”ª}\rN8','',0,'?'),('¶zBX8ÿ¦kYâÌ} 51','wp-content/plugins/astra-addon/addons/blog-pro/template/author-info.php',0,'#åG­òÒç©CÓ%Ú²?‰','#åG­òÒç©CÓ%Ú²?‰','óy:%Œì¶àåb<èÛ×¢â6&òal²Gë`àŸYü','',0,'?'),('…Ñ?IX Ìü×¬c£\'¥','wp-content/plugins/astra-addon/addons/blog-pro/template/blog-layout-2.php',0,'é\\YJ{½“¾‡1ïU¡!','é\\YJ{½“¾‡1ïU¡!','Ý¬}Çd!¦Ä\\ˆLåÚâqØ¨rãûÿa@Ñb|á','',0,'?'),('î¥ö$`óÝ¨ªaÕ','wp-content/plugins/astra-addon/addons/blog-pro/template/blog-layout-3.php',0,'¿MÌ–3cCòìùC-÷Ÿ','¿MÌ–3cCòìùC-÷Ÿ','hŒÊW¥cÂ”\r\"‰õ>aãº_ÉÆa«”\njSZ7','',0,'?'),('zß?>ÖÔu¶·öbˆ^r','wp-content/plugins/astra-addon/addons/blog-pro/template/content-partial.php',0,'*b~›WìŸ0€¥&ü *','*b~›WìŸ0€¥&ü *','´õ¨qãhgQZ•E£rÊ±£1?Ú}{€£}Âgh','',0,'?'),('¾4´‹ÑþoöÞxkÏ','wp-content/plugins/astra-addon/addons/blog-pro/template/index.php',0,'”ˆ½…fLUô§k4!ö','”ˆ½…fLUô§k4!ö','ÝíPÁ!Ô¨8aKu×•”lï¦Ä•ß —”ª}\rN8','',0,'?'),('W^TêŠ²ÿî÷t`Ì­[','wp-content/plugins/astra-addon/addons/colors-and-background/assets/js/minified/customizer-preview.min.js',0,'¡É¾ÙO[ûÓ&êŠö¿˜Ô','¡É¾ÙO[ûÓ&êŠö¿˜Ô','•ôRöµ¶P`oÃ…Ô‘d%ý\\fÄÃØ¨²CdB','',0,'?'),('K¿ƒ¬àÜ\0<Yñ O‚Vv','wp-content/plugins/astra-addon/addons/colors-and-background/assets/js/unminified/customizer-preview.js',0,'@TúÖ¬âº8y¢BWHµ','@TúÖ¬âº8y¢BWHµ','$ó%¼yZFz—†{š>þ8ZHÝ…˜ŒxÆ‹à+DK/','',0,'?'),('Ö2Y¼|cV\nž‹Ž¡0K','wp-content/plugins/astra-addon/addons/colors-and-background/class-astra-ext-colors-and-background.php',0,'y·Á}	V¥YJ}ë¥ØMì','y·Á}	V¥YJ}ë¥ØMì','_Gæ‡1Ô­Í­UT¼½s’±RœGÏäÔsðÂùMuÅ^','',0,'?'),('í\Z¹9ö²ÊÎúìÀzÉüò','wp-content/plugins/astra-addon/addons/colors-and-background/classes/class-astra-ext-colors-loader.php',0,'„6\Zán¾ÄYFÕkòÁY','„6\Zán¾ÄYFÕkòÁY','D³Ã~Jì™õ.Ç,ü’¶,r\0ÖTÃ}£ØÛ“m*=ìÅ','',0,'?'),('µEaXÃ`ÈAY\nØ¼“','wp-content/plugins/astra-addon/addons/colors-and-background/classes/class-astra-ext-colors-panels-and-sections.php',0,'M%á¬-@üÃfç£‡}½','M%á¬-@üÃfç£‡}½','úJ´ù—µ¹Á_Á¯\\ÓyGŠ•…97‘¹F¦R','',0,'?'),('EÒêÝZd X ¸ç3ëîŒ','wp-content/plugins/astra-addon/addons/colors-and-background/classes/dynamic-css/class-astra-addon-colors-dynamic-css.php',0,'ù¬*\'ríà£ˆƒü=j<','ù¬*\'ríà£ˆƒü=j<','÷n¡Ê`)«\nìR„Žjü [AÖ|Yã¸Ã‚è7\"','',0,'?'),('pL£X}Ø˜†×|0sP','wp-content/plugins/astra-addon/addons/colors-and-background/classes/dynamic-css/header-sections-dynamic.css.php',0,'y0\nEÞÃé\'’¨[º€','y0\nEÞÃé\'’¨[º€','a\"´Ð²ø’ÂKh7 tÓõI@®âBŒjú¸5y‰6','',0,'?'),('L–I\04mÐÎJ³$Ù‚ÿ','wp-content/plugins/astra-addon/addons/colors-and-background/classes/index.php',0,'vGàJºhIn —õQ','vGàJºhIn —õQ','Tþ™ó‡ë(ßâHæ¯érl³)àß ÖKOÖÀ¸;†','',0,'?'),('Ç¼Ö{Ð5ðÒXŽ¶~Ìˆ','wp-content/plugins/astra-addon/addons/colors-and-background/classes/sections/class-astra-customizer-colors-archive.php',0,'¥»òÞ}ZjpÞäí?','¥»òÞ}ZjpÞäí?','ž°¯ÚÞ‰Ðáwód½gRTX‘Æ#¯YàÊÓ;†žv÷','',0,'?'),('ð›AXÜ½†SåÛùåÿ…A','wp-content/plugins/astra-addon/addons/colors-and-background/classes/sections/class-astra-customizer-colors-content.php',0,'ú>&>%¡\07åho@J71ñ','ú>&>%¡\07åho@J71ñ','äÅ&ŠìÙ¡v“BšÆ7Žù•´÷â«#gH²^˜{*Â7','',0,'?'),('î*üý]ÐiÝðÛËíÈ','wp-content/plugins/astra-addon/addons/colors-and-background/classes/sections/class-astra-customizer-colors-header.php',0,'l²Dn	51ï·fÜX¸óÓÝ','l²Dn	51ï·fÜX¸óÓÝ','²;ŠO–ˆ,úâÎŽ¥>ù§Uèæì(nö½6rvd„b','',0,'?'),('çÞKñc\\GyÕäèI@','wp-content/plugins/astra-addon/addons/colors-and-background/classes/sections/class-astra-customizer-colors-primary-menu.php',0,'-z@ÑË½\Z>Ãr¸ l¿O','-z@ÑË½\Z>Ãr¸ l¿O','Ð¤p–„và…µš«¬£#A>ðH`³‘ü‹[qW¡ÚÔ‚','',0,'?'),('ªwŒPžW¨@„T.±VÞ','wp-content/plugins/astra-addon/addons/colors-and-background/classes/sections/class-astra-customizer-colors-sidebar.php',0,'êJÁã?¢ø	û‘ýâ','êJÁã?¢ø	û‘ýâ','	ð}€¸dm,TgZÐ8|4èŒòÒf@4ñž_^k?','',0,'?'),('wrXcP_Z¿J†S,êB]','wp-content/plugins/astra-addon/addons/colors-and-background/classes/sections/class-astra-customizer-colors-single.php',0,'–G\rÆŸ¿æº\"^cGŽ{â','–G\rÆŸ¿æº\"^cGŽ{â','šd7.Ò/òçÖ­û\Z~!µi°80ï¨¡so•“\0','',0,'?'),('æh‚€w,‹=þÛ+\nå','wp-content/plugins/astra-addon/addons/colors-and-background/classes/sections/index.php',0,'vGàJºhIn —õQ','vGàJºhIn —õQ','Tþ™ó‡ë(ßâHæ¯érl³)àß ÖKOÖÀ¸;†','',0,'?'),('â¿R¬õ\r’t\\¸ÒGU','wp-content/plugins/astra-addon/addons/colors-and-background/index.php',0,'vGàJºhIn —õQ','vGàJºhIn —õQ','Tþ™ó‡ë(ßâHæ¯érl³)àß ÖKOÖÀ¸;†','',0,'?'),('»“	½Q®§hºëÂâñ','wp-content/plugins/astra-addon/addons/edd/assets/js/minified/customizer-preview.min.js',0,'Ø¶©¬ÿóC}:¢Él\\','Ø¶©¬ÿóC}:¢Él\\','›&¢Ùu­À`0òV\ZùùŽ- OU6ºìUë\Zì5','',0,'?'),('¿&ÿô‰ê|Ql—ô!Ùô','wp-content/plugins/astra-addon/addons/edd/assets/js/unminified/customizer-preview.js',0,'öC;ý±rä3A£aSX','öC;ý±rä3A£aSX','j(<@J»ïÒRP}5X+³¹TõÆ†OÍXVæm','',0,'?'),('OpYrv±¦dŒÊwí,€','wp-content/plugins/astra-addon/addons/edd/class-astra-ext-edd.php',0,'[;­—ÍX]¥\\µ|ëÙF','[;­—ÍX]¥\\µ|ëÙF','5ÎéaA|C¼ún±#OuÄ°ž’tÛ×N>æÔùW','',0,'?'),('jµµGIÆTVƒÎ(ï','wp-content/plugins/astra-addon/addons/edd/classes/class-astra-edd-panels-and-sections.php',0,'þÈ3Ñû$Ã+))ŽŸö','þÈ3Ñû$Ã+))ŽŸö','\r-”¢Ä¼…(kj^[þg4°bSø&æõÂ‚›ýÑ®','',0,'?'),('1ÍØUP®p!~»G×^ºj','wp-content/plugins/astra-addon/addons/edd/classes/class-astra-ext-edd-loader.php',0,'›ÀéÒP÷ÕúÂå†\'uqP','›ÀéÒP÷ÕúÂå†\'uqP','ºgO/;M2ÎR~4ðvBþ*F×0«®´øÖG¤ct1','',0,'?'),('~:Î™R ‘×Q9E=Ü','wp-content/plugins/astra-addon/addons/edd/classes/class-astra-ext-edd-markup.php',0,'½?ØJ\')<hTŸÂÇ‘™','½?ØJ\')<hTŸÂÇ‘™','qíÆ4BPø$´ßÛJ*bÒ¦»Æ%í…‘ºLÒÂ?W(','',0,'?'),('\"Ñ)\0º“TiUûL]2Hµ','wp-content/plugins/astra-addon/addons/edd/classes/common-functions.php',0,'œ¡är«fY)û7ím~Èó','œ¡är«fY)û7ím~Èó','²œÃ…‰âä¢åD\"v“¦ýOy\'›*íäqüÇ3®Ý','',0,'?'),('Å(¤£;0|Øä¾¢RªãØ¯','wp-content/plugins/astra-addon/addons/edd/classes/dynamic.css.php',0,'öù\n\r2]¤2I.LMÚ|','öù\n\r2]¤2I.LMÚ|','š¿y’±^AÊGâ§Ão|©B<\')­Ç½kõïÒ¯','',0,'?'),('\0•’\"IZ›­\0P†/\'Û©','wp-content/plugins/astra-addon/addons/edd/classes/sections/class-astra-edd-archive-colors-configs.php',0,'Ž«bIõè÷*î«>îö;r','Ž«bIõè÷*î«>îö;r','WvE4è˜¢X‘5@6Ý_ÐM¿¢Y*O«+','',0,'?'),('C±ÇÞUo<Bâ«H','wp-content/plugins/astra-addon/addons/edd/classes/sections/class-astra-edd-checkout-configs.php',0,'}n”pâˆª²¬à¹áiÅ','}n”pâˆª²¬à¹áiÅ','·ÓÈ5&PR}FÁ–£kŽ:^«®wmîÃÅ—– Œqôá','',0,'?'),('~\"ÿ!?t3Ç:KŸag¢','wp-content/plugins/astra-addon/addons/edd/classes/sections/class-astra-edd-general-configs.php',0,'µú;AËÑÆ\\m=!L÷Ù,´','µú;AËÑÆ\\m=!L÷Ù,´','‹TéC…¡	ì]{ðcŠ,C‰(®çO4êb–Ð','',0,'?'),('!Ò4D2ì§8œ†ê{','wp-content/plugins/astra-addon/addons/edd/classes/sections/class-astra-edd-shop-configs.php',0,'¼Ä™×á»ª£iÙö²£','¼Ä™×á»ª£iÙö²£','7º‡¨,’›ÑHì»;ÙÜÐ§S&Å>þÔ\"â ½ì','',0,'?'),('‚Â­&‚6¼¼ø÷Ëªw[¯','wp-content/plugins/astra-addon/addons/edd/classes/sections/class-astra-edd-shop-single-configs.php',0,':cWäìA}ðªnþ&RŠ',':cWäìA}ðªnþ&RŠ','Ïc8C%òìG0.Îþ<øhÞ¾6’¾ÊµlÅÕu³Ì','',0,'?'),('ûoë¡lÙKR9À%f','wp-content/plugins/astra-addon/addons/edd/classes/sections/class-astra-edd-shop-single-typo-configs.php',0,'R@ÑhLl›v®O','R@ÑhLl›v®O','ÙšMãì\0¹Vq«ý²Nôf½«j4³Å‚D†i ','',0,'?'),('Ì]ª cñÃ±«ü\\dC','wp-content/plugins/astra-addon/addons/edd/classes/sections/class-astra-edd-shop-typo-configs.php',0,'º\ZÃ§²RxsÄe¢C¾üˆ','º\ZÃ§²RxsÄe¢C¾üˆ','éãˆî•h^\'¢5Esw6lm¸¹¶<=²›§Z‰ë','',0,'?'),('Ñ»•¢FëU²,ý^,Ám','wp-content/plugins/astra-addon/addons/edd/classes/sections/class-astra-edd-single-colors-configs.php',0,'<–Öxlª8.;ÞS\\yñ“','<–Öxlª8.;ÞS\\yñ“','·iâÈfÒ÷…‹£¥¡§õ¯Ms®zõÝÚ’³}4Ë[J','',0,'?'),('„ÛNåQ”ýW|‰úÝnc','wp-content/plugins/astra-addon/addons/edd/index.php',0,':ñT’‰s	û¢‚6„Wþ',':ñT’‰s	û¢‚6„Wþ','¡|þ~äŒ3á‚@þðÑ0Ô\ZÄ˜Eè{îÕÌbxKå','',0,'?'),('ã±<³$‡4:º+ÕdÛ½Ž','wp-content/plugins/astra-addon/addons/edd/templates/checkout-footer.php',0,'KwmC_œp,,;Ò³£žZ','KwmC_œp,,;Ò³£žZ','\"ÇÍ!%Õ—ŸþÜ˜Lh]«ìry\'\nïAÞíóykÌ','',0,'?'),('f‰{×`JÃ˜¹¯ãfý','wp-content/plugins/astra-addon/addons/edd/templates/checkout-header.php',0,'ùñC\'3Vâu(½œKjøD','ùñC\'3Vâu(½œKjøD','àÔY~\0´«qÝŽ¸¢üZÎMÕLÐ‰/ÀåÀ­áÍ','',0,'?'),('€´­Áé4ês\"Þ\\š\Z','wp-content/plugins/astra-addon/addons/header-sections/assets/js/minified/ast-above-header.min.js',0,'ø<ŠãÅË>ÅÿÄ9YÆ×','ø<ŠãÅË>ÅÿÄ9YÆ×','–L6›ºˆpIql¼ž±iz÷ß¶ÑX\'Q5â˜MdºÝš','',0,'?'),('E¥Ksa1ýaCäôá•=¤','wp-content/plugins/astra-addon/addons/header-sections/assets/js/minified/ast-below-header.min.js',0,'¿«+”ä;»LNpzË.•','¿«+”ä;»LNpzË.•','Mˆv÷6»ó¿îhö™}É$ã5íhÞ^›/ÇqÔe','',0,'?'),(':)¾tÛÙÒx!=Äõ3¨','wp-content/plugins/astra-addon/addons/header-sections/assets/js/minified/customizer-preview.min.js',0,'Åà£ün¹ÞWt.«{æº','Åà£ün¹ÞWt.«{æº','÷eë¹ØvýR\nZRÁåtö¢Î`ùŸÞëw%:8)P”','',0,'?'),('âMÄ egEž2Ô×¼Ù¡','wp-content/plugins/astra-addon/addons/header-sections/assets/js/unminified/ast-above-header.js',0,'ù—o·ºî€ðvwÿ»õ','ù—o·ºî€ðvwÿ»õ','7†Noý—d*©Ž\nf+‚^Nìz,â\Z3ŒÐÚC','',0,'?'),('UL\'¤ï’¨³‰™1\"ø','wp-content/plugins/astra-addon/addons/header-sections/assets/js/unminified/ast-below-header.js',0,'WýdFiêÿaH¤\'ºÚ','WýdFiêÿaH¤\'ºÚ','µ„@Ï–àñE Óöà	\ZŽ‡ã—÷‹óT±Úåõ÷î','',0,'?'),('ˆÜ7k\\¬v˜†*Æô–','wp-content/plugins/astra-addon/addons/header-sections/assets/js/unminified/customizer-preview.js',0,'ØÄÜaÐ\nqº²>\\ŽO','ØÄÜaÐ\nqº²>\\ŽO','‰OG±çJ ú¿Y„…ŒëCCË+ÍSëÐÉËYÝþ#','',0,'?'),('«jN!‹|sw\\x×|0{','wp-content/plugins/astra-addon/addons/header-sections/class-astra-ext-header-sections.php',0,'-ŠÖIò¨<fO‘W¨\0àgq','-ŠÖIò¨<fO‘W¨\0àgq','ïòÖNý\rñ-Pï¯ªÍ®îRw­71^+žž¾ùÚ2\"','',0,'?'),('OÖÿ†t€àŠG[¤	ä','wp-content/plugins/astra-addon/addons/header-sections/classes/above-header-dynamic.css.php',0,'ÿEÄÍ¯žmÊ¸’ƒnTå›','ÿEÄÍ¯žmÊ¸’ƒnTå›','hM;#¹¹t0vçANƒßS8-‚+µžNe\Zƒƒ','',0,'?'),('ªC<ÊÕweöåež¬·»','wp-content/plugins/astra-addon/addons/header-sections/classes/below-header-dynamic.css.php',0,'îæLÉ©èK§eI]iy¾','îæLÉ©èK§eI]iy¾','Ä7¦¢Qï‚¹Ä3…f9+ÀR}{:u|C³´','',0,'?'),('592¸^&ÿ4Ù3×õ','wp-content/plugins/astra-addon/addons/header-sections/classes/class-astra-customizer-header-sections-partials.php',0,'–ìiZÕ+,æ<ï_Ï©¡œ','–ìiZÕ+,æ<ï_Ï©¡œ','ûWé”Iá^&˜¦!õë^èþ¹Q#PA>LØ@å¤‚q','',0,'?'),('4wAûíULÅh†¥W','wp-content/plugins/astra-addon/addons/header-sections/classes/class-astra-ext-header-sections-loader.php',0,'¥«§³Âß§eM0~°„;|!','¥«§³Âß§eM0~°„;|!','xEØ¶]/ëz^ø–“	þÙtÀtÜJQ²„vb)Jz','',0,'?'),('øtš2q\"æUã¾õ¡XU','wp-content/plugins/astra-addon/addons/header-sections/classes/class-astra-ext-header-sections-markup.php',0,'Àxg<ñ¾@×	“½—ú°','Àxg<ñ¾@×	“½—ú°','qÅq\n«ÕìÜ;Oh§1Á±<¥>fn±\0†WBÖ','',0,'?'),('(äi¤ñ€asRA1½Ñµ','wp-content/plugins/astra-addon/addons/header-sections/classes/class-astra-header-section-panels-configs.php',0,'qÏi¼_½¤!t¢âgqÃƒ','qÏi¼_½¤!t¢âgqÃƒ','š¡Îûø±‡€kziv„N*³4VR¾`æÙy—ÙÉ!Ú','',0,'?'),('ÙBè†?K8·„w·¾\ZˆK­','wp-content/plugins/astra-addon/addons/header-sections/classes/index.php',0,'vGàJºhIn —õQ','vGàJºhIn —õQ','Tþ™ó‡ë(ßâHæ¯érl³)àß ÖKOÖÀ¸;†','',0,'?'),('vÖûZ#nÙ¤¬½óZÕ','wp-content/plugins/astra-addon/addons/header-sections/classes/sections/class-astra-above-header-colors-bg-configs.php',0,'Ú}Ó,)?Ï@Y€9Ú­ð','Ú}Ó,)?Ï@Y€9Ú­ð','b•Î¸Ýž¯Â€QRDwþ]D×ýäJÞ‰ÂEn£ƒ¹N','',0,'?'),('v^V4ÀxcQB:ìŒ½','wp-content/plugins/astra-addon/addons/header-sections/classes/sections/class-astra-above-header-configs.php',0,'\rA\\þ<CÍ÷3w!>|$','\rA\\þ<CÍ÷3w!>|$','’)W¼0N¾ªkLOÄwŸì¥jà–C\\ú%÷¯g','',0,'?'),('[&©ë˜|ôç!SzîÕt','wp-content/plugins/astra-addon/addons/header-sections/classes/sections/class-astra-above-header-typo-configs.php',0,'ÎùÓ!º‹ÁHÏ‹õVS','ÎùÓ!º‹ÁHÏ‹õVS','[×‰lØÿZyþÄCT˜;véˆS˜ô!:b?S@','',0,'?'),('B3D¢Y›½@)jê2','wp-content/plugins/astra-addon/addons/header-sections/classes/sections/class-astra-below-header-colors-bg-configs.php',0,'švJ{Ù)ì\nVýb¡~','švJ{Ù)ì\nVýb¡~','©àr‚Â-\\5Š]ª -·Íº“F·Ò]…­I\n=•3™ƒ','',0,'?'),('oÉO£/Æ*ù¸AJ§>é','wp-content/plugins/astra-addon/addons/header-sections/classes/sections/class-astra-below-header-configs.php',0,'œ\Zì©uNà©Ü¼P7‘E','œ\Zì©uNà©Ü¼P7‘E','$Óf$äçÁ†\rÃ\Z×Ø0øvL?¬…bþ¼¯S]t˜','',0,'?'),('™#>h6ÒóŠIáÜÍ','wp-content/plugins/astra-addon/addons/header-sections/classes/sections/class-astra-below-header-typo-configs.php',0,'!oÿ_Ru~õ˜a£¡Z','!oÿ_Ru~õ˜a£¡Z','D\ZLµeW¬Sa[|–d‹wôWe“Ìƒ.?}E\0ýà,Y','',0,'?'),('ê9d;Ó† óU»­£','wp-content/plugins/astra-addon/addons/header-sections/classes/sections/index.php',0,'vGàJºhIn —õQ','vGàJºhIn —õQ','Tþ™ó‡ë(ßâHæ¯érl³)àß ÖKOÖÀ¸;†','',0,'?'),('3üÌ‘uÑÞx2¿Oj','wp-content/plugins/astra-addon/addons/header-sections/index.php',0,'vGàJºhIn —õQ','vGàJºhIn —õQ','Tþ™ó‡ë(ßâHæ¯érl³)àß ÖKOÖÀ¸;†','',0,'?'),('Þ:*ë+.¤¶ããfls¿','wp-content/plugins/astra-addon/addons/header-sections/template/above-header-layout-1.php',0,'møJ¢ÝØ¶ÞÁÇlP¾','møJ¢ÝØ¶ÞÁÇlP¾','aÙ–\'zÎ fyXœPˆ+Á¨õËƒ2Vìã<Šù¡','',0,'?'),('½™jíLî a¥‘Ÿ{ÙÞ¤','wp-content/plugins/astra-addon/addons/header-sections/template/above-header-layout-2.php',0,'{¤O¡¸Ã_KKSX±}Þo','{¤O¡¸Ã_KKSX±}Þo','Ð¶”÷ž>ƒÏg&UÚø~7òoÚQ² ‚£›çSÐZ','',0,'?'),('ŽfMôT÷*ýM5áûÉ©zo','wp-content/plugins/astra-addon/addons/header-sections/template/below-header-layout-1.php',0,'¨Š®8OãY™®=','¨Š®8OãY™®=','‘	c¦•Rk»›{k éñ.v$‹æQKˆ_T†b7£‡','',0,'?'),('…vyLNG8.¦U[=¤XÏ','wp-content/plugins/astra-addon/addons/header-sections/template/below-header-layout-2.php',0,'“@ÞeÊñ§M&2ˆix¦©','“@ÞeÊñ§M&2ˆix¦©','å´=E›lß\0ãÒƒ#Ži°O}«€ª*öl¦G×Qþ3','',0,'?'),('ãCs©t§¾ö\"21f.R×.','wp-content/plugins/astra-addon/addons/header-sections/template/index.php',0,'vGàJºhIn —õQ','vGàJºhIn —õQ','Tþ™ó‡ë(ßâHæ¯érl³)àß ÖKOÖÀ¸;†','',0,'?'),('Pìt\Z&ÐC¥ÏYò{','wp-content/plugins/astra-addon/addons/index.php',0,'vGàJºhIn —õQ','vGàJºhIn —õQ','Tþ™ó‡ë(ßâHæ¯érl³)àß ÖKOÖÀ¸;†','',0,'?'),('1ñiœ¾€¶V‡žá´YDOß','wp-content/plugins/astra-addon/addons/learndash/assets/js/minified/customizer-preview.min.js',0,'Ï/Z{;à”“a\rßrVÒ','Ï/Z{;à”“a\rßrVÒ','\\@=[×•^O*•’ÑzÆ;®cR$_Ž.äÜÈ¤ð)êÿC','',0,'?'),('8þ)»}Œ6 ¨~þáoÛv','wp-content/plugins/astra-addon/addons/learndash/assets/js/unminified/customizer-preview.js',0,'!ÿz”/oí8µø{•àŠ','!ÿz”/oí8µø{•àŠ','4s¨†ß¡:ái[»±0xóVÆ‰\Zø·uèA\"æˆ','',0,'?'),('¦\\ /XE$lOS(+‡6è','wp-content/plugins/astra-addon/addons/learndash/class-astra-ext-learndash.php',0,' ù[1â+º=‹—=’ú',' ù[1â+º=‹—=’ú','‘Ô,=Ç#GI‰Y&wP•á©ÂÃÓL|€–5i•','',0,'?'),('ÎbÃ2°2üöuÝ_Ø‘O','wp-content/plugins/astra-addon/addons/learndash/classes/class-astra-ext-learndash-loader.php',0,'ÈÄÎôßZû–âJ±:¥N”','ÈÄÎôßZû–âJ±:¥N”','É–-ªÿ­¡èw®î”îqÎÕ_†q¼¤ëUZ·€…V‘','',0,'?'),('„iW÷%nÉÒ4˜ß¶h','wp-content/plugins/astra-addon/addons/learndash/classes/class-astra-ext-learndash-markup.php',0,'øãgll=S_|e]¶º44Ë','øãgll=S_|e]¶º44Ë','&’ÔeWÂª0\\¼êCµ(ÖííO 7¬M\"1–ma=','',0,'?'),('¸é\räv9V+mAÒçZš','wp-content/plugins/astra-addon/addons/learndash/classes/dynamic.css.php',0,'äOB%ôO\0)	×`¹','äOB%ôO\0)	×`¹','¶â}0D[:Ÿ‚27³sÑJö+M“!Ïâ7³ÂégÏ','',0,'?'),('#éá0ûé®ŸÒ«¥Ö','wp-content/plugins/astra-addon/addons/learndash/classes/sections/class-astra-customizer-learndash-color-configs.php',0,'\Z3†íg£TZòrælŽÚ','\Z3†íg£TZòrælŽÚ','úH[‡\nR:U)v>ÎISqs3h“¡7UýVeV³','',0,'?'),('˜pô|CÃ]Öw{˜Üî>','wp-content/plugins/astra-addon/addons/learndash/classes/sections/class-astra-customizer-learndash-general-configs.php',0,'ÄÓ²ý¥AèEÆóyÚXÐ','ÄÓ²ý¥AèEÆóyÚXÐ','Òµàé+˜kì`¤ì[\"ÓRÜPã‘åOúð\Z4ë,XJ','',0,'?'),('SÑQŽœU1îØîÇ\\¯','wp-content/plugins/astra-addon/addons/learndash/classes/sections/class-astra-customizer-learndash-typo-configs.php',0,'<zû)\05/õ”I6¹ó','<zû)\05/õ”I6¹ó','úª„•„ñÞª2™m–n‹‘w£j~¦¼Æ%¥ÃŒ-','',0,'?'),('Z	x<Œç ¦#»•…à)º','wp-content/plugins/astra-addon/addons/learndash/index.php',0,'”ˆ½…fLUô§k4!ö','”ˆ½…fLUô§k4!ö','ÝíPÁ!Ô¨8aKu×•”lï¦Ä•ß —”ª}\rN8','',0,'?'),('_±š\" 1W«üÛ/škÖ','wp-content/plugins/astra-addon/addons/learndash/templates/footer.php',0,'Ç­Ž*z^§1‹Œt9¥þ','Ç­Ž*z^§1‹Œt9¥þ','º¯…*”`AäAà’†‘ˆTo¬a:åµöMßÖE—‡}','',0,'?'),('DÑí\0x!¬hë½.ú2ø','wp-content/plugins/astra-addon/addons/learndash/templates/header.php',0,'ôÿÇB8#¢“µ	í.','ôÿÇB8#¢“µ	í.','EÍD]…§ç›)ëûq‘š\'²¤uÁiœó¿\Z˜7','',0,'?'),('éÞÉ}d$ž,ßÛ·Á~‹','wp-content/plugins/astra-addon/addons/lifterlms/assets/js/minified/customizer-preview.min.js',0,'t4òc~Ô\rÍ–ôý—Y','t4òc~Ô\rÍ–ôý—Y','d‘Ðë\rP¬döœ§ø½Ç,·%¦~õïÕ¤U','',0,'?'),('1.Ùy©ìË(Ãq«^À8ª','wp-content/plugins/astra-addon/addons/lifterlms/assets/js/minified/lifterlms-builder-settings.min.js',0,'4JåðXÁmCŸŒ(Z»','4JåðXÁmCŸŒ(Z»','t¡kE­z\rïÃ‹3h\rîOÏBæO^VZf´Ì~ëŸ','',0,'?'),('©¹F­Ç@G\\ŽºxSÇ¦','wp-content/plugins/astra-addon/addons/lifterlms/assets/js/unminified/customizer-preview.js',0,'|’\'»S0p\Z|ªÎ¨6ƒ','|’\'»S0p\Z|ªÎ¨6ƒ','tôy\ZLÇÃ\Zì·>ä¿(>\rÖ´ÈUß	[;ØøB','',0,'?'),('¯“G0 Ó!C[«O\'','wp-content/plugins/astra-addon/addons/lifterlms/assets/js/unminified/lifterlms-builder-settings.js',0,'R^ÓÊZz©<\n\nëc¨','R^ÓÊZz©<\n\nëc¨','h—¾æ¨_Qå\'ü¢â*ÏŸdŸV­×MÜ4Æž@×J','',0,'?'),('þ\n95ýÅÏ€w «0×','wp-content/plugins/astra-addon/addons/lifterlms/class-astra-ext-lifterlms.php',0,'j66ò™v_µÛðq¾o¸›','j66ò™v_µÛðq¾o¸›','VfKí¥	|&èá¥ãV«¥ŸŸ¨LcþSpàD2³\"ø«','',0,'?'),('þ:¶ÊT®Þ¯(Ày!5','wp-content/plugins/astra-addon/addons/lifterlms/classes/class-astra-customizer-lifterlms-panels-and-sections.php',0,']ÔþrÿL¿ØŠ9Y',']ÔþrÿL¿ØŠ9Y','àGdŒl»¡Ó¯±‚ ¢FKÛ9í–2ýìF','',0,'?'),('~Ù`%åæ2\\¡ùe8\0','wp-content/plugins/astra-addon/addons/lifterlms/classes/class-astra-ext-lifterlms-loader.php',0,'KŽ8Wô;±Øïf€4ÏÌ','KŽ8Wô;±Øïf€4ÏÌ','Xx)“>q_›ìþ¨Ï&WyT¼ðÁ¡BC1’qî°Š','',0,'?'),('Žé%C× S`(R|¦','wp-content/plugins/astra-addon/addons/lifterlms/classes/class-astra-ext-lifterlms-markup.php',0,'•¼0úw˜ý{@Eqn_','•¼0úw˜ý{@Eqn_','›E`’â«æí£ÂuÝ%R¸_è#ŽÐr-\\zE—Ë3i+','',0,'?'),('HVV™²ëv{Î8~ä','wp-content/plugins/astra-addon/addons/lifterlms/classes/dynamic.css.php',0,'Ä£ÓÙ	wàp9QêzbhË','Ä£ÓÙ	wàp9QêzbhË','´sE¶ð¢gom®žF ì*ètøÝ‚€åssÑÍœ','',0,'?'),('û\0¢Nš€ÖèªBƒVoê','wp-content/plugins/astra-addon/addons/lifterlms/classes/sections/class-astra-customizer-lifterlms-course-lesson-configs.php',0,'{£	Wê\Zw	4â\ZµFW?','{£	Wê\Zw	4â\ZµFW?','«‹.kf]·-Û†Ú“—_TìX½Un…ÒáÿšM°	–','',0,'?'),('á=í³U”gÉÏÊ²´ýª','wp-content/plugins/astra-addon/addons/lifterlms/classes/sections/class-astra-customizer-lifterlms-general-configs.php',0,'½Iö	§fÝomÖúlßh','½Iö	§fÝomÖúlßh','ïó!œ§è‹\nùñþ[_BLqD²ÖÊ0´nºòg8n','',0,'?'),('EÆfÞô‰\\_	¸ÐÒÜÁ­i','wp-content/plugins/astra-addon/addons/lifterlms/index.php',0,'”ˆ½…fLUô§k4!ö','”ˆ½…fLUô§k4!ö','ÝíPÁ!Ô¨8aKu×•”lï¦Ä•ß —”ª}\rN8','',0,'?'),(')Víñ·^\ZSJì\0¿','wp-content/plugins/astra-addon/addons/lifterlms/templates/footer.php',0,'98$ÐK^ýd0ö	c «','98$ÐK^ýd0ö	c «','zãçH\n\\ÇM;ÿWmÑX´½Q!‹4;0\"Ù¼e‡¤a€','',0,'?'),('2“Èüf½gçë‡¿™·Û','wp-content/plugins/astra-addon/addons/lifterlms/templates/header.php',0,'»Ü \0ëôkô¤=5â:†¨','»Ü \0ëôkô¤=5â:†¨','Õ5Ü„uÁ¥ú(sãÇÄT4ú‡e´UÚ•ÏÀe¶‹L0Q\Z','',0,'?'),('\n0ÇimQ 2ØXSâ9','wp-content/plugins/astra-addon/addons/mobile-header/assets/js/minified/above-menu-no-toggle.min.js',0,'\"<T 6èŠ«á+©…','\"<T 6èŠ«á+©…','\n«_¨Ïhfõ×[_Z®B:(²ŽÌk»¬¯,³ý','',0,'?'),('[He²Po¦Â|Žy÷üÜú','wp-content/plugins/astra-addon/addons/mobile-header/assets/js/minified/below-menu-no-toggle.min.js',0,'Ã÷ÒÞG‡Üß#vh…î','Ã÷ÒÞG‡Üß#vh…î','¥$6¢½›Ì·^Õ£êÀÔúÕuGY¿¼Ü¨œ2,Ô«','',0,'?'),('6í’µÈõ¯7£ÎèL','wp-content/plugins/astra-addon/addons/mobile-header/assets/js/minified/customizer-preview.min.js',0,'¡>Ã ÂX>“Ð„úÎæþ›','¡>Ã ÂX>“Ð„úÎæþ›','ßt¶GrÄ¼-¦X;û#^90gßÓ•¦â?zJ?ó>·â','',0,'?'),('kçâÿO¡G¢‹¹½žÚ','wp-content/plugins/astra-addon/addons/mobile-header/assets/js/minified/primary-menu-no-toggle.min.js',0,'%co	†È±§ÖçU£','%co	†È±§ÖçU£','GÞZ§ØTÌ–ÎŠí3Aé±?Z¨cpŠlíè–îcS¢Ò','',0,'?'),('aÔ¾€km»oE•¥5…','wp-content/plugins/astra-addon/addons/mobile-header/assets/js/unminified/above-menu-no-toggle.js',0,'\nÿ×£µh|\"«¬ýfü<','\nÿ×£µh|\"«¬ýfü<','ÖÚ¶huÇ¬Þ•¸’)ŠGÆ9¡MÜëa*Ã','',0,'?'),('Œµ}’ÇËÉÕEÁMaí}','wp-content/plugins/astra-addon/addons/mobile-header/assets/js/unminified/below-menu-no-toggle.js',0,'Ëîs¢&â`»€uu¦','Ëîs¢&â`»€uu¦','ÐWZ]^\\ÈåÈ7eívG1\Z§UÜRU#g°sÈÔ`','',0,'?'),('€ÀQÂ»7Ïë©¢6œƒór“','wp-content/plugins/astra-addon/addons/mobile-header/assets/js/unminified/customizer-preview.js',0,'¢Ž³‰eiþ9Þ-Ý\0t','¢Ž³‰eiþ9Þ-Ý\0t','W\nÑ”NRœé‹ŽCNQÅô2E ‹«YLèÜÐ–V','',0,'?'),('J¤XÑ‚5ñ^÷äe¨LÒ=Ø','wp-content/plugins/astra-addon/addons/mobile-header/assets/js/unminified/primary-menu-no-toggle.js',0,'à*šù;85”ëu/÷‚','à*šù;85”ëu/÷‚','ë^30.tgG´‘¥ñ©•Í,½Ã}ÿ Æ¢«A\nìyß','',0,'?'),('”H}5Î×ì’nÕÎ8','wp-content/plugins/astra-addon/addons/mobile-header/class-astra-ext-mobile-header.php',0,'d¸ª›Õòæ:“Kk~Òy','d¸ª›Õòæ:“Kk~Òy','Ï®´5¹òÐåZ˜ãâ–üpv®…¡Ô÷ñ—»€¶p','',0,'?'),('Á¼$^FûvÒ÷.Öj','wp-content/plugins/astra-addon/addons/mobile-header/classes/class-astra-ext-mobile-header-loader.php',0,'Bjb5ø‚%L¿®û!O.Œš','Bjb5ø‚%L¿®û!O.Œš','Ú¼Ï*[¬´E™ôÊ³¹\0 ’ëlmáÛ—†¹wYér','',0,'?'),('hzƒÃ*™F¡l±=ÔâYŒ','wp-content/plugins/astra-addon/addons/mobile-header/classes/class-astra-ext-mobile-header-markup.php',0,'®Òçöd\0*â;Ð«³gÍ','®Òçöd\0*â;Ð«³gÍ','—-b¤‡vüïÚuË‡ÊþˆCŸz.t\0¦‚ ~Jhº','',0,'?'),('ó§û!nr\"Í‹³D|ëRˆ','wp-content/plugins/astra-addon/addons/mobile-header/classes/dynamic-css/dynamic-above-header.css.php',0,'…Wmv8ÿÕðlV·s›ß2','…Wmv8ÿÕðlV·s›ß2','Ž?š—_‡M¼A²ó[ ð´Úv™†9‡û]àŒ)J¥<','',0,'?'),('ÑÊhb?#¤ËdwŠ¯Ù','wp-content/plugins/astra-addon/addons/mobile-header/classes/dynamic-css/dynamic-below-header.css.php',0,'½±¯†ƒ¾5×ÑW‡&MD#','½±¯†ƒ¾5×ÑW‡&MD#','j·Ã–Ó4•Î¬ç3ÆKäêÁF­¯åñXšbF~„h<ô','',0,'?'),('–ùÞ©Ð7µ`V,$ é','wp-content/plugins/astra-addon/addons/mobile-header/classes/dynamic-css/dynamic-colors-background.css.php',0,'gdWÔ­P X?‘ëÚ„z{','gdWÔ­P X?‘ëÚ„z{','d)Üå+7Ù‹Gz„tÍMN¯Ê[5Ö8	ýÁë','',0,'?'),('?¨b]áÑÏä¢H6ÑB3','wp-content/plugins/astra-addon/addons/mobile-header/classes/dynamic-css/dynamic-spacing.css.php',0,'DCðN-,…ì9m‚6','DCðN-,…ì9m‚6','\rà-õäÔ·Ò&œÅb3GHÒ«]¹Ú¡¨°šÏ¯','',0,'?'),('×s÷Èù•O^ÀÍY²','wp-content/plugins/astra-addon/addons/mobile-header/classes/dynamic-css/dynamic.css.php',0,'(‰fòº¼ÆÜµ¶bƒ_4¦É','(‰fòº¼ÆÜµ¶bƒ_4¦É','Ó¡]TÈ4\Z¤iÏŸ\r\nÐY9Òdq%º]ÊNåo/|','',0,'?'),('--–‰\\–ÖÔ$„:Í¼','wp-content/plugins/astra-addon/addons/mobile-header/classes/index.php',0,' Ó¸”H!íÎÀ²™ë',' Ó¸”H!íÎÀ²™ë','áƒ~bu¢ÿ$î>6+W°YŒ“c\rc£d$ÆBf•K','',0,'?'),('Ó¿Khíí,G¥˜¿­','wp-content/plugins/astra-addon/addons/mobile-header/classes/sections/class-astra-customizer-mobile-above-header-configs.php',0,'xX¼#¹ä·—\\`þ ¤\\Q','xX¼#¹ä·—\\`þ ¤\\Q','¶2ßÈ5ö£©6²(^¾Õ`ñ!Jó]·ôz\'q z\n©','',0,'?'),('…×Ê):\n¨y•ØˆÊ=*²','wp-content/plugins/astra-addon/addons/mobile-header/classes/sections/class-astra-customizer-mobile-below-header-configs.php',0,'Áz%oÉ÷/îñí}Ýæ','Áz%oÉ÷/îñí}Ýæ','è“!·O‹u¿CC½`-ÑˆkïŠþéÑ¸|î','',0,'?'),('e³3/“t±qK9B¹4lj','wp-content/plugins/astra-addon/addons/mobile-header/classes/sections/class-astra-customizer-mobile-header-configs.php',0,'SnˆµÜ%ùÝ•­ï2æJ”´','SnˆµÜ%ùÝ•­ï2æJ”´','Asã(ýžóXß—¦ƒf²HÔx7!gïˆäqQR‰ô¬','',0,'?'),('R.øé;äç¥vF¹','wp-content/plugins/astra-addon/addons/mobile-header/classes/sections/index.php',0,'vGàJºhIn —õQ','vGàJºhIn —õQ','Tþ™ó‡ë(ßâHæ¯érl³)àß ÖKOÖÀ¸;†','',0,'?'),(']ëÖEí^‘¦•èØ³ã','wp-content/plugins/astra-addon/addons/mobile-header/index.php',0,'vGàJºhIn —õQ','vGàJºhIn —õQ','Tþ™ó‡ë(ßâHæ¯érl³)àß ÖKOÖÀ¸;†','',0,'?'),(':Ž†m=S‰!\r¨A','wp-content/plugins/astra-addon/addons/nav-menu/assets/js/minified/customizer-preview.min.js',0,'Ë?Çk§–¬ábÞ~<Æ','Ë?Çk§–¬ábÞ~<Æ','8iS\"Wäm0WmŸH‘Ø¯šJ.Sëz)(ì”Ê,l®','',0,'?'),('Æ\ræ²2½šOç‚á','wp-content/plugins/astra-addon/addons/nav-menu/assets/js/minified/mega-menu-frontend.min.js',0,'ýÁK+Tá5wÛ(ßùGZ','ýÁK+Tá5wÛ(ßùGZ','|¡ïAæ{\rYè¿LãqLRÙ«ÆÌŒVHOáÔ€','',0,'?'),('ñ±°81öÐ,Y½œŸQ','wp-content/plugins/astra-addon/addons/nav-menu/assets/js/minified/megamenu-options.min.js',0,'ÓºMƒÄÐ{8å\0‘¯‡','ÓºMƒÄÐ{8å\0‘¯‡','Jc2¬?\nìZ÷¤T¡¾m¹æ1âqù»H­szKÛ','',0,'?'),('Â9jóí›çŒ¿b“‚}ñ','wp-content/plugins/astra-addon/addons/nav-menu/assets/js/unminified/customizer-preview.js',0,'&§ íäI§;¬ó±î¢','&§ íäI§;¬ó±î¢','É+¦ò»ÑÃ3X\Zw‹á\\@/œo	Ô¶/èUu¹ßeßi','',0,'?'),('(P¹œe5u*¹.=¥tÉH$','wp-content/plugins/astra-addon/addons/nav-menu/assets/js/unminified/mega-menu-frontend.js',0,'V¿*U\ZUräßWŠ~\\ñ','V¿*U\ZUräßWŠ~\\ñ','L\"nFd«×(r}\'=ùZ@þ½ff˜z/½FÈÙM¡','',0,'?'),('Ž5èæj}ø+\ZLä','wp-content/plugins/astra-addon/addons/nav-menu/assets/js/unminified/megamenu-options.js',0,'R»SÕñë…’¡tÌ·c','R»SÕñë…’¡tÌ·c','™8Ù™>aY_ˆ´@ÆzœPÑ&î~”ÊÓõõ*ïvÓþ','',0,'?'),('wÈºÔ	œLX÷hÑX','wp-content/plugins/astra-addon/addons/nav-menu/class-astra-ext-nav-menu.php',0,'aoc(&>vøæû!\\A *','aoc(&>vøæû!\\A *','kþ,8äÜçUµ$›d,âQSCÊŸc¯íà\\<WýVáù','',0,'?'),('hSn– ÊÂ{=AÎAb?	','wp-content/plugins/astra-addon/addons/nav-menu/classes/class-astra-custom-nav-walker.php',0,'$‡©j…Và×T,ÙK–°f','$‡©j…Và×T,ÙK–°f','¢pN›(êLbõ­F9-ˆwÈ\rY\nçDî$.í¿','',0,'?'),('+‰´kÆE²V²îûâ;Í','wp-content/plugins/astra-addon/addons/nav-menu/classes/class-astra-ext-nav-menu-loader.php',0,'Ó”^¨d˜9YôD­«X?','Ó”^¨d˜9YôD­«X?','Óa—à½«RÀ­Ä)^6Ë\'l¿ `ÀWµÍÄÿl®È;Q','',0,'?'),('¬Ì¨ÿ¹?¶5Ìxn‡','wp-content/plugins/astra-addon/addons/nav-menu/classes/class-astra-ext-nav-menu-markup.php',0,'KÕÒì»ò	QÇS~I£Ó','KÕÒì»ò	QÇS~I£Ó','õ|ªØojï“²àr­7û(‹i¨Ãå¦Ä]ÍÍOu˜','',0,'?'),('F{‡“¥JÏñãÄ…­® ¾}','wp-content/plugins/astra-addon/addons/nav-menu/classes/class-astra-ext-nav-widget-support.php',0,'Ò÷én/W5ÐÒsç\"Š*','Ò÷én/W5ÐÒsç\"Š*','uÃ¬u\naZ?{Ýyãü¤ê‘äñ‡¾ÿ›6Î•À*Ó','',0,'?'),('¹ÅX­:h`ä.™sœï','wp-content/plugins/astra-addon/addons/nav-menu/classes/class-astra-walker-nav-menu-edit-custom.php',0,'Ò.ÊÀP²§©#‚bi¬¥­','Ò.ÊÀP²§©#‚bi¬¥­','ú]™Ë |ƒ¦×¢§lTJ±¶”Ï?$T8ïÂªˆæÙ','',0,'?'),('ÆRÖâŸ*:ÞÍ:ù.Vj)','wp-content/plugins/astra-addon/addons/nav-menu/classes/dynamic.css.php',0,'´Öñå…÷§èíQ	','´Öñå…÷§èíQ	','qŒ=ò^¸;\Zî>­Ù\r·À§Á‹m/^H¥€«‚—o6','',0,'?'),('ßaèä{¼‰žE½Ÿ|‚ÜÓ¶','wp-content/plugins/astra-addon/addons/nav-menu/classes/sections/class-astra-nav-menu-above-header-colors.php',0,'âð“Áéãs*ih÷m\Z…Ú','âð“Áéãs*ih÷m\Z…Ú','Ì]ƒ\"Îžº·3Öµ^Új}ÆáR†gÖ¡à¢¹¨—^ÿÉ','',0,'?'),('rgx‚,šÐaÓÝïÚUæ','wp-content/plugins/astra-addon/addons/nav-menu/classes/sections/class-astra-nav-menu-above-header-layout.php',0,'ºµ%¯÷/â×˜äW™«Xý','ºµ%¯÷/â×˜äW™«Xý','¡±HK!¹GH©/ºÚÎ©šRÇ˜vå¶ÝäÖºo','',0,'?'),('dßS”Biüüòò„z4†','wp-content/plugins/astra-addon/addons/nav-menu/classes/sections/class-astra-nav-menu-above-header-typography.php',0,'ˆr®læ™ÕS#ƒ','ˆr®læ™ÕS#ƒ','Ï_ÒÇõq\0=<¶Iwr‹\r –?µîyy^àù›@','',0,'?'),('ð÷™†±ÓøÆ‘á¢MÆ˜/','wp-content/plugins/astra-addon/addons/nav-menu/classes/sections/class-astra-nav-menu-below-header-colors.php',0,'œ@ÊºŽE£¾)\'Põþ1…','œ@ÊºŽE£¾)\'Põþ1…','[Ûê•áÆ(ÎNßÆoBJ¼ur±D\"·Ah×Œ€RÜ','',0,'?'),('?Dƒ¢òÔ–{®vÞ\nªîÉ','wp-content/plugins/astra-addon/addons/nav-menu/classes/sections/class-astra-nav-menu-below-header-layout.php',0,'\\ùšË\ZdºV|Š¥<.Wfš','\\ùšË\ZdºV|Š¥<.Wfš','KÅ˜OÜþW8èYo´a†:ó!çP’cÉg&70','',0,'?'),('Iy9@÷\0ÔÉlº+<‘…Ì;','wp-content/plugins/astra-addon/addons/nav-menu/classes/sections/class-astra-nav-menu-below-header-typography.php',0,'~ä¨\"cŠFoa’P)øXù%','~ä¨\"cŠFoa’P)øXù%','°º,õ}kòëš(\"©¹®^V+2ë\r$à“¨Ë¿Zá','',0,'?'),('ª7xº–#`¹äsï¿Ôe-','wp-content/plugins/astra-addon/addons/nav-menu/classes/sections/class-astra-nav-menu-primary-header-colors.php',0,'ÝØXG`r\"ôÙøê	•m(‚','ÝØXG`r\"ôÙøê	•m(‚','ZÍ5î®ÍªÍ¢\Z—‰Jø®Ë¾åhÄÔ>iNß†ˆ','',0,'?'),('VWÍª\\y€R\"ì\\MÝ‹Ý','wp-content/plugins/astra-addon/addons/nav-menu/classes/sections/class-astra-nav-menu-primary-header-layout.php',0,'Å®G\Z\'u¸s=l1†','Å®G\Z\'u¸s=l1†','‰0ÚðÀWhƒ.¢¡A|ˆ*GŠÉyM©ß¹Ô>Gnó','',0,'?'),('®nƒr·OY³é¡g®','wp-content/plugins/astra-addon/addons/nav-menu/classes/sections/class-astra-nav-menu-primary-header-typography.php',0,'%›ˆ­\0óÇÓ]-gLgµbÉ','%›ˆ­\0óÇÓ]-gLgµbÉ','ÅO–APÊµ¿Wê€,TGôødòäqè|S3Ú–Þk','',0,'?'),('ºZ›Ò\Zô0.ŽÞ@;','wp-content/plugins/astra-addon/addons/scroll-to-top/assets/js/minified/customizer-preview.min.js',0,'c4ùÊ‰e*ƒn5j(Ø','c4ùÊ‰e*ƒn5j(Ø',')NöíàdT¯ùË÷±ä@cE¿}`(æ |P…','',0,'?'),('B+žpD€NI-¬MðÐ^±','wp-content/plugins/astra-addon/addons/scroll-to-top/assets/js/minified/scroll-to-top.min.js',0,'ÇD5³Îò“[Ð²Na‰','ÇD5³Îò“[Ð²Na‰','À3²^¦ÈÖ(ëû.Q˜z\0ë.I:«<t‚êlŽôwƒ!÷','',0,'?'),('ó!ºJ\ZBGÑ4ß8ÉM','wp-content/plugins/astra-addon/addons/scroll-to-top/assets/js/unminified/customizer-preview.js',0,'î§óœõßÝåÐ7¬?r+','î§óœõßÝåÐ7¬?r+','Bj¤Có…o\0›1•\nPŠ6Q¼à‚Ý÷¼ßÓ‚','',0,'?'),('SÐü\\…ä+Cˆ­9’M(Æ','wp-content/plugins/astra-addon/addons/scroll-to-top/assets/js/unminified/scroll-to-top.js',0,'¸#çù=†uÄËTSâ6Ö^','¸#çù=†uÄËTSâ6Ö^','\rÃ`wN?ÈN,l7¢\r){<Ö­MüïÇ”‚eœ','',0,'?'),('fƒ/CW¯YÛKÍ@D¾¢!','wp-content/plugins/astra-addon/addons/scroll-to-top/class-astra-ext-scroll-to-top.php',0,'˜ñùFú¾¦Áåä-î’','˜ñùFú¾¦Áåä-î’','>oq6/VàÄåû¸åŠ®0•¬ÿ£yfÚgýÓó+9Åî','',0,'?'),('_7EÞ®^-ŠhŒ–Ÿ7','wp-content/plugins/astra-addon/addons/scroll-to-top/classes/class-astra-ext-scroll-to-top-loader.php',0,'“ÊBÆÙ®ïŽ¾º©Ïb|:ù','“ÊBÆÙ®ïŽ¾º©Ïb|:ù','Tš»Ü¸sÞZïñíâ#ì‘îîKcX÷tP4½h¶àãÒ©¿','',0,'?'),('VÏ`àJÐ±Óó¾¼\"Écò°','wp-content/plugins/astra-addon/addons/scroll-to-top/classes/class-astra-ext-scroll-to-top-markup.php',0,'|¥€UKms16n@YwT','|¥€UKms16n@YwT','\ZõNQ5ÎÃ7¾„iMlIQ0Ùm¢cú}¾¬Pv','',0,'?'),('%])¢gz€u:W[SQƒå','wp-content/plugins/astra-addon/addons/scroll-to-top/classes/class-astra-scroll-to-top-panels-and-sections.php',0,'éD5ïRÂêÒÝ[ÏB\'oa','éD5ïRÂêÒÝ[ÏB\'oa','ªö[O°OiVGÁµ•\'mËž{õË¹y1ó\\oÔÙØ','',0,'?'),('Vk75LÍ£ò•Öi ','wp-content/plugins/astra-addon/addons/scroll-to-top/classes/dynamic.css.php',0,'Õ	cóq˜L“AkÄõ¹','Õ	cóq˜L“AkÄõ¹','}/°zöDøË|4{s\0•5x§î¶ÉKð±ìf²','',0,'?'),('{}DO.î¨@t1~OM','wp-content/plugins/astra-addon/addons/scroll-to-top/classes/index.php',0,'vGàJºhIn —õQ','vGàJºhIn —õQ','Tþ™ó‡ë(ßâHæ¯érl³)àß ÖKOÖÀ¸;†','',0,'?'),('M (üjÅ‚4Lcq¾Q\rmî','wp-content/plugins/astra-addon/addons/scroll-to-top/classes/sections/class-astra-scroll-to-top-configs.php',0,'IK—†»ÛŠ@dÒe ç\\ñ','IK—†»ÛŠ@dÒe ç\\ñ','”ðH‘ÚeÂªàÒ™äœI;åY@ãRrÎ›«Ö','',0,'?'),('—·\r¨TF<™áÌgïˆù|í','wp-content/plugins/astra-addon/addons/scroll-to-top/classes/sections/index.php',0,'vGàJºhIn —õQ','vGàJºhIn —õQ','Tþ™ó‡ë(ßâHæ¯érl³)àß ÖKOÖÀ¸;†','',0,'?'),('|W	µ¬ì®ì´`Mä','wp-content/plugins/astra-addon/addons/scroll-to-top/index.php',0,'vGàJºhIn —õQ','vGàJºhIn —õQ','Tþ™ó‡ë(ßâHæ¯érl³)àß ÖKOÖÀ¸;†','',0,'?'),('h•p¯Nä	£Ú™zVÀmpò','wp-content/plugins/astra-addon/addons/scroll-to-top/template/index.php',0,'vGàJºhIn —õQ','vGàJºhIn —õQ','Tþ™ó‡ë(ßâHæ¯érl³)àß ÖKOÖÀ¸;†','',0,'?'),('ÀóŠŠ§¿ØEJüóL\nò','wp-content/plugins/astra-addon/addons/scroll-to-top/template/scroll-to-top.php',0,'u\'äÚþIàHë­w’è.ñh','u\'äÚþIàHë­w’è.ñh','‘@_/ãÚ±Ð¬”?‡Ga?{½0ßÊ‚šä™ûä}','',0,'?'),('%©oÌÕ0ËÆ\0ª2ïðÓ','wp-content/plugins/astra-addon/addons/site-layouts/assets/js/minified/customizer-preview.min.js',0,'˜×Ôâ£ŸƒîêÁ6Rä›','˜×Ôâ£ŸƒîêÁ6Rä›','ÖædááŠÈ²zt¾ø£`{ª:aò3hŒù”´{“','',0,'?'),('‹Ñww|z†Er[L~¬±–','wp-content/plugins/astra-addon/addons/site-layouts/assets/js/unminified/customizer-preview.js',0,'Ä—É:wi0/«M+õÔï','Ä—É:wi0/«M+õÔï','éÃ|bòEC$o¾ îÁë+ÝÌBÉÃ„/R%-Hé','',0,'?'),('P\\|ö”Œ\'÷ŠÀ.àçK','wp-content/plugins/astra-addon/addons/site-layouts/class-astra-ext-site-layouts.php',0,'+,)V©Ó‡Ã÷;ZóÕB','+,)V©Ó‡Ã÷;ZóÕB','éÊEùqx²µ7Œ^nÄ®‡YåiH`y¦m0Oë9','',0,'?'),('ëïQíUÌ‰Z„Q6¸ü¦','wp-content/plugins/astra-addon/addons/site-layouts/classes/class-astra-ext-site-layouts-loader.php',0,'\0\r©‹óžÙKhD.ªwC','\0\r©‹óžÙKhD.ªwC','AFù8ÕÇ“ŽÿÖCt=bÅE_;ëûù¼ÙV•ÁF©‰','',0,'?'),('´ËRV‡LéRž¯;¶2å','wp-content/plugins/astra-addon/addons/site-layouts/classes/class-astra-ext-site-layouts-markup.php',0,'\"«ÝÞç1Ç˜ØÛã\nß†T','\"«ÝÞç1Ç˜ØÛã\nß†T','aÃ¢ˆO\n\r¦•àCo6­áÀræ‰Ò\nÚíÔ1&','',0,'?'),('Êýp×îHÞš^@8ƒ6H–','wp-content/plugins/astra-addon/addons/site-layouts/classes/dynamic.css.php',0,'çºžíã¬¶DƒyZŒ1','çºžíã¬¶DƒyZŒ1','‚lnMRÆ¼Og7íPØÈÕÄ¤{‹ ´çTi«p','',0,'?'),('6côCœ;\"×_ˆF\r¤íú','wp-content/plugins/astra-addon/addons/site-layouts/classes/index.php',0,'”ˆ½…fLUô§k4!ö','”ˆ½…fLUô§k4!ö','ÝíPÁ!Ô¨8aKu×•”lï¦Ä•ß —”ª}\rN8','',0,'?'),('Ú9þü„äë¾«Ô«%+tÐG','wp-content/plugins/astra-addon/addons/site-layouts/classes/sections/class-astra-site-layout-configuration.php',0,'¢:ê™:üÍ4!´ ›‚6 ','¢:ê™:üÍ4!´ ›‚6 ','ø¯<û¡pu¬s”úÈ˜¯¬Ã3ûýø›d«[«€[q˜','',0,'?'),('	ÔÅ[9w½ý!Ó¨—W½','wp-content/plugins/astra-addon/addons/site-layouts/classes/sections/index.php',0,'”ˆ½…fLUô§k4!ö','”ˆ½…fLUô§k4!ö','ÝíPÁ!Ô¨8aKu×•”lï¦Ä•ß —”ª}\rN8','',0,'?'),('ÖKM]âãL$Ü;#¸Ñ´','wp-content/plugins/astra-addon/addons/site-layouts/index.php',0,'”ˆ½…fLUô§k4!ö','”ˆ½…fLUô§k4!ö','ÝíPÁ!Ô¨8aKu×•”lï¦Ä•ß —”ª}\rN8','',0,'?'),('Át„Â§Î•¨~+ÔWÑÚÞ','wp-content/plugins/astra-addon/addons/spacing/assets/js/minified/customizer-preview.min.js',0,'lóÍ†£ùõX„œ…\rÑ','lóÍ†£ùõX„œ…\rÑ','6,Ââ¨šÏ»ÊO»³ul#óLœyýC“[7<3','',0,'?'),('ó4¼Qã“dççœ\"ûo³¬','wp-content/plugins/astra-addon/addons/spacing/assets/js/unminified/customizer-preview.js',0,'£\'þ„Î™Ö6ôQÃÏ±Ï','£\'þ„Î™Ö6ôQÃÏ±Ï','­#_¯<dö½.8­³š$³€[`ž.XƒÙE›F','',0,'?'),('ò0þ ›ŠÐR•Aâ¥åz@L','wp-content/plugins/astra-addon/addons/spacing/class-astra-ext-spacing.php',0,';üÃ\0ñ¾Øjc%ûà',';üÃ\0ñ¾Øjc%ûà',';ÔE}U<“²†¨°÷ez\'ŽÖAéüWç•F—-%‚','',0,'?'),('×·wÂÝ.N¿Ú„g3ÒÀ','wp-content/plugins/astra-addon/addons/spacing/classes/class-astra-ext-spacing-loader.php',0,'¦TÔ;›jvùÇ–XÜõ','¦TÔ;›jvùÇ–XÜõ','èˆ[7ü,I$´×|E]?FÑ|3\'ŠÿÕ–K™','',0,'?'),('kîÊ\\B2õ1_­/w','wp-content/plugins/astra-addon/addons/spacing/classes/dynamic.css.php',0,'PÞÒ¢æÒ8dý\Z[\r','PÞÒ¢æÒ8dý\Z[\r','¥˜/ò½zš6çªjByÒï9XqìMž•¼ðu\"¿€¡','',0,'?'),('“ü”¤#\ZÂ—ñ)Uhe9','wp-content/plugins/astra-addon/addons/spacing/classes/index.php',0,'ÅX¤SÛ¥@ïkp$P¸¬ ','ÅX¤SÛ¥@ïkp$P¸¬ ','„JŽ.©‰ì&qrh±Á\r£‹úÕÂîjÀÏ¡sP','',0,'?'),('¨‚k—Vk•\nhGZ¦Üf’','wp-content/plugins/astra-addon/addons/spacing/classes/sections/class-astra-customizer-above-header-spacing-configs.php',0,'ñ{·Vþû¼à‹Óíîª7µ4','ñ{·Vþû¼à‹Óíîª7µ4','ëâ™Zøá]êÒÔò~QÂ.iÌ% SmûEzy÷ß*©q','',0,'?'),('.L3›sxivyþó¶’Ê','wp-content/plugins/astra-addon/addons/spacing/classes/sections/class-astra-customizer-below-header-spacing-configs.php',0,'¤€Ù!ˆçû0þSáä(','¤€Ù!ˆçû0þSáä(','¬¶„¿õXxƒ§¦4ŸLõ˜Ñ¸6DÛ8vŽE_t8','',0,'?'),('S,²™Ž ¤è‚Øg$®¬•','wp-content/plugins/astra-addon/addons/spacing/classes/sections/class-astra-customizer-blog-spacing-configs.php',0,'u5%Éè@û¬jzÀë‡š','u5%Éè@û¬jzÀë‡š','%L€Z:Àƒ0~/Ï’#ûè3,\nóã#“´–d¶n`qa','',0,'?'),('Áõû5îé9Ï$FÍIì›','wp-content/plugins/astra-addon/addons/spacing/classes/sections/class-astra-customizer-container-layout-spacing-configs.php',0,'Ö+EŠ¥¥™	qÓÓiy¯','Ö+EŠ¥¥™	qÓÓiy¯','GiséžÿwjV|èõTˆèÂgðøJhzÿ‹7º	£Q','',0,'?'),('4£Ó3ƒã\r [dB\'','wp-content/plugins/astra-addon/addons/spacing/classes/sections/class-astra-customizer-footer-small-spacing-configs.php',0,'•Y6o!ØæáÐƒ','•Y6o!ØæáÐƒ','¢)-d£ôµìXŸê(µâ`Õ›L¨,×\"z\\D]á','',0,'?'),('|ÿ‘û7ý›\n\"[¤Úl.','wp-content/plugins/astra-addon/addons/spacing/classes/sections/class-astra-customizer-header-spacing-configs.php',0,'‘…ÃA¹:Ù§ÿê¼\'I¶','‘…ÃA¹:Ù§ÿê¼\'I¶','rÖR\0)³çù¬5ýS7Ûh-Û{1çÄ[ê\"','',0,'?'),('f^ÑÑ•Ø…ßÓÿ¬ÎŒ(8','wp-content/plugins/astra-addon/addons/spacing/classes/sections/class-astra-customizer-sidebar-spacing-configs.php',0,'Ö)ç@™$—865ø5Ò[Úö','Ö)ç@™$—865ø5Ò[Úö','–ÃE/¢=¼KòÄ~[‘–ô‹±\"Zì}ÌÈC','',0,'?'),('X¯¡í)«‘+z„','wp-content/plugins/astra-addon/addons/spacing/classes/sections/class-astra-customizer-site-identity-spacing-configs.php',0,'öÄ÷Míre]îªXY6p','öÄ÷Míre]îªXY6p','\0jNVI9ÄÐÖîÄÕœ©þÎ}“·<‹(€þ½º“­Æ','',0,'?'),('§ûäùì€úœ+ôai…\\','wp-content/plugins/astra-addon/addons/spacing/classes/sections/index.php',0,'ÅX¤SÛ¥@ïkp$P¸¬ ','ÅX¤SÛ¥@ïkp$P¸¬ ','„JŽ.©‰ì&qrh±Á\r£‹úÕÂîjÀÏ¡sP','',0,'?'),('+zy4·wËoW«C¾¼W','wp-content/plugins/astra-addon/addons/spacing/index.php',0,'ÅX¤SÛ¥@ïkp$P¸¬ ','ÅX¤SÛ¥@ïkp$P¸¬ ','„JŽ.©‰ì&qrh±Á\r£‹úÕÂîjÀÏ¡sP','',0,'?'),('i8™ÓwlÌ(h‹æ¶Awå','wp-content/plugins/astra-addon/addons/sticky-header/assets/js/minified/customizer-preview.min.js',0,'e ä6¤¿!á\\gíþ”yT','e ä6¤¿!á\\gíþ”yT','åfôh1^A²V\0íèO<ÄhkpÈ«4¦4zì´¬ò','',0,'?'),('¡9F,U:\0ŽÉšcÊ‘µ','wp-content/plugins/astra-addon/addons/sticky-header/assets/js/minified/metabox.min.js',0,'Dâ[Yœ>¤zîÂæ›ì','Dâ[Yœ>¤zîÂæ›ì','m?]«íc:À¸\n²¾2I¾r´qý3SÁÒd½htxÄ','',0,'?'),('cg$ƒªÎ·6ùûøqS','wp-content/plugins/astra-addon/addons/sticky-header/assets/js/minified/sticky-header-compatibility.min.js',0,'5Ç€*°5±Ë×¤)Iº','5Ç€*°5±Ë×¤)Iº','­ïÂÏÉ\'\nÜ¦ã2úï<škÍÆ=\"še]’[ú!øM','',0,'?'),('¢âo Qz3$ä£wwÄ¤','wp-content/plugins/astra-addon/addons/sticky-header/assets/js/minified/sticky-header.min.js',0,'øÿa­\nØåíì¥Êý~','øÿa­\nØåíì¥Êý~','ìñÛ¹o;Ë@,;#¾óZ]ôŸ#ýÛç0–$Ñ\"Ó=µk','',0,'?'),('[Ð	ÐŽìÛþ5­Û&[9\Z','wp-content/plugins/astra-addon/addons/sticky-header/assets/js/unminified/customizer-preview.js',0,'^žçP‡+æyŸXRû˜Üs','^žçP‡+æyŸXRû˜Üs','\n*Ô‹\'JŒømã©±úž9@~–KV´°-åìËÓ»9¹æ¢','',0,'?'),('¾ã”ddPê/ªÄ×¸áó÷','wp-content/plugins/astra-addon/addons/sticky-header/assets/js/unminified/metabox.js',0,'Í9q}MUÐ%ó‚ðÉö','Í9q}MUÐ%ó‚ðÉö','pŠ°/ìßÂœ«’‹ÁH:,\Zfç‘6¤ê½-4','',0,'?'),('k`COÚ†&|4.p²â','wp-content/plugins/astra-addon/addons/sticky-header/assets/js/unminified/sticky-header-compatibility.js',0,'è‚iu5ì5£§~Z—V…\'','è‚iu5ì5£§~Z—V…\'','ftéß\\Æe‘äBš>™xÕ•±¼ý¶ÒæwµK‰W:','',0,'?'),('N)ŸÞwÓÉ­±üA&•.®','wp-content/plugins/astra-addon/addons/sticky-header/assets/js/unminified/sticky-header.js',0,'ƒ0	IÜ|VÐ“vä¬ù\0','ƒ0	IÜ|VÐ“vä¬ù\0','À-ãÊ´ü\0§’¡î´¼®‹y=Ô^Ñþ{v×%Ë‹âä/	¹','',0,'?'),('8þç6€š\rå×þ@!¿K','wp-content/plugins/astra-addon/addons/sticky-header/class-astra-ext-sticky-header.php',0,'pW7}jCQ&•€¼ÞaÞB','pW7}jCQ&•€¼ÞaÞB',')”]ÅU5Ó4e+S›,/öƒ!ûV4Ï\04u‰\nûíV÷','',0,'?'),('¬¹«Ý‹òôÈpn¬&(,','wp-content/plugins/astra-addon/addons/sticky-header/classes/class-astra-ext-sticky-header-customizer-partials.php',0,'‡©påuO¸0oJ¬†','‡©påuO¸0oJ¬†','¿¢_œpŸÕ±\0¹£§±94 ë™éÉ‹Õ{üêþ','',0,'?'),('ŸZCøŸ‹®P$Ê,Fú \n','wp-content/plugins/astra-addon/addons/sticky-header/classes/class-astra-ext-sticky-header-loader.php',0,'íI1°NëÔ¡iÉˆ÷ßí','íI1°NëÔ¡iÉˆ÷ßí','š¤nÁ¿TÉZŸ5ûU\"[«´rƒðŒ2ÝgdDÇs4','',0,'?'),('8°zQ+rBQöÏnó','wp-content/plugins/astra-addon/addons/sticky-header/classes/class-astra-ext-sticky-header-markup.php',0,'µÊŸ“Æé`¶·Åø]','µÊŸ“Æé`¶·Åø]','Ç$É1CÕ\'oöA”(&\rÕ·@_&!î%“\\‡8†','',0,'?'),('Ö#ÉDH+•»È$};98­','wp-content/plugins/astra-addon/addons/sticky-header/classes/class-astra-sticky-header-panels-configs.php',0,'œX™aX3×AºÛ$¾‡','œX™aX3×AºÛ$¾‡','¨{y€1p¤¹çb½áË÷ú\'bñ-‰ésw*eíß','',0,'?'),('# ìWA¤Áƒeuíj…','wp-content/plugins/astra-addon/addons/sticky-header/classes/dynamic-css/dynamic.css.php',0,'Ñ{ÅÁü˜8ÏÌU¶ïÒ','Ñ{ÅÁü˜8ÏÌU¶ïÒ','óY€B-v!$¾B}û/˜9d¨{LL…Çùß\"Ž@w]‚','',0,'?'),('ÎPtÝ.\nS½oò2Ò±','wp-content/plugins/astra-addon/addons/sticky-header/classes/dynamic-css/header-sections-dynamic.css.php',0,'jOMqzhNµ®6îŽ~','jOMqzhNµ®6îŽ~','ãBì@­¦*¦°²kù!²_?SÒŠI’wÄäq','',0,'?'),('oó~‰›‡µË€½…w’^','wp-content/plugins/astra-addon/addons/sticky-header/classes/dynamic-css/site-layouts-dynamic.css.php',0,'R_©äÏeÿÐ5y%ìÜ(âÐ','R_©äÏeÿÐ5y%ìÜ(âÐ','÷ÔøÐÖ¦Œ†Ú?v9ÿàÎwÙØ8ÿ\"=ÜþwU©','',0,'?'),('ù¨å`²ìs‘x6®Ø%ªB','wp-content/plugins/astra-addon/addons/sticky-header/classes/index.php',0,'vGàJºhIn —õQ','vGàJºhIn —õQ','Tþ™ó‡ë(ßâHæ¯érl³)àß ÖKOÖÀ¸;†','',0,'?'),('£r>Û•­¸HˆTå±Ú¦\Z','wp-content/plugins/astra-addon/addons/sticky-header/classes/sections/class-astra-sticky-above-header-colors-bg-configs.php',0,',”d~³¸gP`ˆrÐ',',”d~³¸gP`ˆrÐ','ñÆ·]C]É|\"!°aì¦½M}\'\\%¹v‡síTên','',0,'?'),('„ŠöÏ;S1r·q3+\'ñ','wp-content/plugins/astra-addon/addons/sticky-header/classes/sections/class-astra-sticky-below-header-colors-bg-configs.php',0,'>£Ú\r\n%_H¤oðw’ÿv&','>£Ú\r\n%_H¤oðw’ÿv&','§_š±Ô4@š;ƒA=›¹¨‹ÆÚXvp\"Ô$A&/Ä›','',0,'?'),('Fû×HóÝ–ÔŸqˆ\"!/e','wp-content/plugins/astra-addon/addons/sticky-header/classes/sections/class-astra-sticky-header-colors-bg-configs.php',0,'ÀÉ¼A9I¡œVó¢¼a#','ÀÉ¼A9I¡œVó¢¼a#','§OÝ‡io|àß~×-aUÝcâG•ú·´ÓPb8¾‹‚','',0,'?'),('§¤Œõ±GM‹·@ƒP£Ë','wp-content/plugins/astra-addon/addons/sticky-header/classes/sections/class-astra-sticky-header-configs.php',0,'!ÀÝP­\'™[Ô$~´H–','!ÀÝP­\'™[Ô$~´H–','ÑdˆÕxªËéhŒCieÌÛý£íd­÷½m\"³Ë!','',0,'?'),('Ê™V·sÆea¨Ñ¤„÷EÅ','wp-content/plugins/astra-addon/addons/sticky-header/classes/sections/class-astra-sticky-header-sections-configs.php',0,'8¬Æ³õ‰µìÅ1¯¨Ã','8¬Æ³õ‰µìÅ1¯¨Ã','Û&À’°-Ö·…ò³ºÿ-êðÎ°1€t[RÐvÔ','',0,'?'),('¿w€>Böð­‚Ã‹ÙIØ+','wp-content/plugins/astra-addon/addons/sticky-header/classes/sections/index.php',0,'vGàJºhIn —õQ','vGàJºhIn —õQ','Tþ™ó‡ë(ßâHæ¯érl³)àß ÖKOÖÀ¸;†','',0,'?'),('DLa&…0³\ršdÌ‹ôk','wp-content/plugins/astra-addon/addons/sticky-header/index.php',0,'vGàJºhIn —õQ','vGàJºhIn —õQ','Tþ™ó‡ë(ßâHæ¯érl³)àß ÖKOÖÀ¸;†','',0,'?'),('A?\r#òùÑ^ÑN¶\Z2\0²z','wp-content/plugins/astra-addon/addons/typography/assets/js/minified/customizer-preview.min.js',0,'}°æ{¿õÓ…·$šÒŸÁ','}°æ{¿õÓ…·$šÒŸÁ','>àþ}œÅŒ3ìØF_+	ì‰	’Bwþ˜Ý¦x£','',0,'?'),('ç%KÜÎIª²Å­ÔP°‚','wp-content/plugins/astra-addon/addons/typography/assets/js/unminified/customizer-preview.js',0,'ø	¡”4¼U´†“WÞ×_qü','ø	¡”4¼U´†“WÞ×_qü','ÕÓC‡Iî]~<Leƒj‡GXô\n|…´çØ\Zßí”º:š','',0,'?'),('7Ÿ}n¸ý½ž\'~~5ç','wp-content/plugins/astra-addon/addons/typography/class-astra-ext-typography.php',0,'èŒÀ@íë %Ek4w[¼š','èŒÀ@íë %Ek4w[¼š','âàqÊl›c2÷‘¿VnÞ$4P-¼#r¥Ñ›Vð²-#á','',0,'?'),(';Âm¸}nócYØoˆY¸','wp-content/plugins/astra-addon/addons/typography/classes/class-astra-ext-typography-loader.php',0,'ÙÌFÐÁkj@eË“Y–“q','ÙÌFÐÁkj@eË“Y–“q','(¥íXÅx ŽÔ‡‡ø‚#DrÐÕ¨â¬ð‘ÎÎ0h£','',0,'?'),('H£»lBö3×°ºˆ0¦œª','wp-content/plugins/astra-addon/addons/typography/classes/class-astra-typo-panel-section-configs.php',0,'\\P)7&Ft˜kÞê¼o-Ò','\\P)7&Ft˜kÞê¼o-Ò','Ïe°˜YçjaMq¼FÉ%L™pÉ¤q(¸hß§§¼®À','',0,'?'),('€fx’wŒ\nUÆ(Þpöz*','wp-content/plugins/astra-addon/addons/typography/classes/dynamic.css.php',0,'—ì˜/a¢%í—‚¼ŸÏÍÐ','—ì˜/a¢%í—‚¼ŸÏÍÐ','ü-,2¯—u}r5Þ}so|GFþJ\"Æn½ÓöpBço','',0,'?'),('´‰ÍëÒã6ZTæd{§U','wp-content/plugins/astra-addon/addons/typography/classes/index.php',0,'vGàJºhIn —õQ','vGàJºhIn —õQ','Tþ™ó‡ë(ßâHæ¯érl³)àß ÖKOÖÀ¸;†','',0,'?'),('˜òbã¥ ™(n~ÅPÄÈI','wp-content/plugins/astra-addon/addons/typography/classes/sections/class-astra-archive-advanced-typo-configs.php',0,'çÇr\n9\\¬1yh/€¢„Ój','çÇr\n9\\¬1yh/€¢„Ój','ÉMéý™©±$!ÝÄºÐ>ëwõ&DAœ‚>Ù÷ø¦','',0,'?'),(',õlR’eW¬Í°Ûˆ›Ê','wp-content/plugins/astra-addon/addons/typography/classes/sections/class-astra-button-typo-configs.php',0,'{ïÓ<‡ Z]Î,­Ô Õ8','{ïÓ<‡ Z]Î,­Ô Õ8','ÖÙX£Üà½B‚†örüsìEê1êÇùK\n”è@÷Q ','',0,'?'),('m¬[[îÛ94FÌ×ð','wp-content/plugins/astra-addon/addons/typography/classes/sections/class-astra-content-advanced-typo-configs.php',0,'d^)ößî¼Þ;ÙY&*L','d^)ößî¼Þ;ÙY&*L','\'Uh\"[F8¸Š\nu0;ÆgRP²R\\».?aâ¹ßÔX„','',0,'?'),('gMÔ×\\¦âÒÅÍÉn·','wp-content/plugins/astra-addon/addons/typography/classes/sections/class-astra-footer-typo-configs.php',0,'ÊkÑóÎ÷¾¸0','ÊkÑóÎ÷¾¸0','õ¨D„Ö¼Fã\"umuUTŒöì£WÏÙFö»?x£èÙê„','',0,'?'),('`+,¾%ÜU[$Ú\'×ä ','wp-content/plugins/astra-addon/addons/typography/classes/sections/class-astra-primary-menu-typo-configs.php',0,':»eÞIZÍÌ‡Ð‘ÙÀÃÒ',':»eÞIZÍÌ‡Ð‘ÙÀÃÒ','=ýøÛ@\'n¤†ð.ºgEâˆk»”\'ÚÕÚéNP','',0,'?'),('~N%¸L¥•@Ÿ·q.¤ê`','wp-content/plugins/astra-addon/addons/typography/classes/sections/class-astra-sidebar-typo-configs.php',0,'ˆèœrÒ+_Îçœ8vuþu”','ˆèœrÒ+_Îçœ8vuþu”','º½!¸¥Ä\n@pŸqás¬4†CeIcWÜA3¦©ƒ','',0,'?'),('S¦V€¬ü:øé­ÆçPr7','wp-content/plugins/astra-addon/addons/typography/classes/sections/class-astra-single-advanced-typo-configs.php',0,'q%}§7â\\{`Hn}¤','q%}§7â\\{`Hn}¤','¹«µvjX›ˆš0ZoX&éªn :Š8ƒ¼“b\n','',0,'?'),('#.Û´’ÄuÞcàl%!–â','wp-content/plugins/astra-addon/addons/typography/classes/sections/class-astra-site-header-typo-configs.php',0,'×«‹M«ƒƒùQ«†ßÝœ','×«‹M«ƒƒùQ«†ßÝœ','ó\\P™x™ãÈÒú&É®Ëmºš>ÉpZú…Æ©OT','',0,'?'),('k›BBiá]g„Ò','wp-content/plugins/astra-addon/addons/typography/classes/sections/index.php',0,'vGàJºhIn —õQ','vGàJºhIn —õQ','Tþ™ó‡ë(ßâHæ¯érl³)àß ÖKOÖÀ¸;†','',0,'?'),('y]Öåœ‡ð§«K£\"Š','wp-content/plugins/astra-addon/addons/typography/index.php',0,'vGàJºhIn —õQ','vGàJºhIn —õQ','Tþ™ó‡ë(ßâHæ¯érl³)àß ÖKOÖÀ¸;†','',0,'?'),('¢l‘í@œE*nˆ(©;','wp-content/plugins/astra-addon/addons/woocommerce/assets/js/minified/add-to-cart-quantity-btn.min.js',0,'Ã-ƒzúé[÷æ\0jŠ','Ã-ƒzúé[÷æ\0jŠ','œµ‘cÎc•¾cg>Ç|¡£šÕf9œœs÷ÚÂþ!R','',0,'?'),('VýŒO³®ì½VÞµO%f','wp-content/plugins/astra-addon/addons/woocommerce/assets/js/minified/checkout-labels-as-placeholders.min.js',0,'Ž(®võ‡	œ&)¼ýÚK','Ž(®võ‡	œ&)¼ýÚK','ReèÛT-.uÓ6“Ó}Î«~ˆ_ÅQ7Öpe]Ö~','',0,'?'),(':	·&«ùûDE;hŽ_€Í„','wp-content/plugins/astra-addon/addons/woocommerce/assets/js/minified/checkout-persistence-form-data.min.js',0,'s§b%£!üà\'Ý€Y','s§b%£!üà\'Ý€Y','Øý	ˆë`%ý\Z¢åÁ–½‡K‘øGà$wMÕlMjÚ8','',0,'?'),('îŒ^’©¹x\r‚Ô\'gxFÒ','wp-content/plugins/astra-addon/addons/woocommerce/assets/js/minified/customizer-preview.min.js',0,' èZ›(¹¹+5jC§P}',' èZ›(¹¹+5jC§P}','\rÝÝÈŒ;Ñ˜Ç°¬—rßª\Z¯•)xØºŽ”?E”z¸','',0,'?'),('ù£}ÄñûhµÉnû×','wp-content/plugins/astra-addon/addons/woocommerce/assets/js/minified/pagination-infinite.min.js',0,'¢ú¹4øp™ã_zE°a','¢ú¹4øp™ã_zE°a','vÇk¢ª&Wü—Mms³Ñziœ?š²|3(‹º3°','',0,'?'),('’3æ­Ÿ8ßí%3þ¡ƒ\0M','wp-content/plugins/astra-addon/addons/woocommerce/assets/js/minified/quick-view.min.js',0,'a,†\n¨s®cè‚/\')','a,†\n¨s®cè‚/\')','AÚ‹P…æ;Ò-KÇÖ„ða*U+ôqžÎ¹b9âM2','',0,'?'),('‘u½`ÔUÂ‚¢ÖÖ§Lµ','wp-content/plugins/astra-addon/addons/woocommerce/assets/js/minified/single-product-ajax-cart.min.js',0,'Jäá‡7•s6Ã$‚¿V','Jäá‡7•s6Ã$‚¿V','Ìb‹\n½Ï!÷¥_VAèÍÔ°êµÂ›í9¢v€','',0,'?'),('oô’þ8J`taÜd³É*','wp-content/plugins/astra-addon/addons/woocommerce/assets/js/minified/single-product-vertical-gallery.min.js',0,'w4ÖÎhp¸7=fXBGŠÒ','w4ÖÎhp¸7=fXBGŠÒ','3]Õ§\Z¡Qg1T|u¶»—V­<wHMV/ððoú','',0,'?'),('‘Ñë 	C7XæÓ¯','wp-content/plugins/astra-addon/addons/woocommerce/assets/js/minified/two-step-checkout.min.js',0,'Ñ-´Ú“ò\\dM`­Øn\'ñ','Ñ-´Ú“ò\\dM`­Øn\'ñ',',@@uÓHRK\Zú+{òEj~1(!1ð‹E\r¿±³xÕ¬','',0,'?'),('ê­û{\ZˆegwèR×™ú','wp-content/plugins/astra-addon/addons/woocommerce/assets/js/unminified/add-to-cart-quantity-btn.js',0,'1[¿M\\Õr\Z\rt±tŒ$','1[¿M\\Õr\Z\rt±tŒ$','e‰uíŸ]ãÑÎ¦6Lƒ­ia­îïjƒ„åL?¹›^Ó','',0,'?'),('E+½%.•‹lÿã„AÚK#','wp-content/plugins/astra-addon/addons/woocommerce/assets/js/unminified/checkout-labels-as-placeholders.js',0,'N»ûóÃî.ÿø™Œ','N»ûóÃî.ÿø™Œ','È®Hå;GXA„Ô÷c•¡#±Ùk+ÇÊu0Ý[…','',0,'?'),('	Þ%!ÄqR¿N+û ;','wp-content/plugins/astra-addon/addons/woocommerce/assets/js/unminified/checkout-persistence-form-data.js',0,'²±–›ràÆO\rÖAýx','²±–›ràÆO\rÖAýx','H(!šzôLvkµY\rpw\0‚M%ËD[IÿÁòµ$ä','',0,'?'),('³¡økHT\nâ\0T7ôá¨','wp-content/plugins/astra-addon/addons/woocommerce/assets/js/unminified/customizer-preview.js',0,'z·à¡mhÒd?@?¾3~Œ²','z·à¡mhÒd?@?¾3~Œ²','¦{\"y‹¿ôÉÊ°Ø_¿eËÕ™˜ƒJ¾¤5|ÌR9ÓÀ–','',0,'?'),('.6¾çõ½^LOè5Ô~’¼Æ','wp-content/plugins/astra-addon/addons/woocommerce/assets/js/unminified/pagination-infinite.js',0,'OÑŸ\\\rwEËþæåvë®','OÑŸ\\\rwEËþæåvë®','æ:ûÞ5{ÒÁCÖRéø9çpì7‘º†x`“_r¶=j','',0,'?'),('ú\Zë —qeqZ85=\'','wp-content/plugins/astra-addon/addons/woocommerce/assets/js/unminified/quick-view.js',0,'ÊÔ5[ÿó$5û¨×ÜÌ€ß‰','ÊÔ5[ÿó$5û¨×ÜÌ€ß‰','c\\b\r[ßYJ|°³¨¶bßñ€Vá¾’éŸ°','',0,'?'),(' ÒÊ	—Œ:ÐGšÄ YOü','wp-content/plugins/astra-addon/addons/woocommerce/assets/js/unminified/single-product-ajax-cart.js',0,'ba=½¸Å&=‰è†ñƒj3','ba=½¸Å&=‰è†ñƒj3','Áä&4•xÆa¨©Œ2ó]8ŽP»ñbæíA.Â#Zü','',0,'?'),('Ki´7UÇ³lÃx\0ahH','wp-content/plugins/astra-addon/addons/woocommerce/assets/js/unminified/single-product-vertical-gallery.js',0,'ñ+~[zo8T;9•B^v®','ñ+~[zo8T;9•B^v®','Ì °dX –V`Nn éž~¡hü½ÇOÉ¿@s7”','',0,'?'),('Ð‘#e•½©ÉyÁà´øÉ','wp-content/plugins/astra-addon/addons/woocommerce/assets/js/unminified/two-step-checkout.js',0,'¸þ@)4I^×qpÛÈôµ¦','¸þ@)4I^×qpÛÈôµ¦','BÕ‘,½¢À®¢o´Á½ãwK{ãª[fkñ@øò','',0,'?'),('o#[)kß—ÜfDýFã','wp-content/plugins/astra-addon/addons/woocommerce/class-astra-ext-woocommerce.php',0,'<æîËvX$¥P*?æ„ƒ','<æîËvX$¥P*?æ„ƒ','Y<ÆÍIØ&|f¹½Cø—$“»náR§óCcT]à','',0,'?'),('2ž \'F^	sÇ.”ú«³','wp-content/plugins/astra-addon/addons/woocommerce/classes/class-astra-customizer-ext-woocommerce-partials.php',0,'™vF§€Ö˜)àå9?µíA','™vF§€Ö˜)àå9?µíA','Á)d4ä5y¦Ñ®X·…mïº’O4X8›5Z\"‡‹Ð','',0,'?'),('RÙ°Ií)­,¥¡³IÌ_¥','wp-content/plugins/astra-addon/addons/woocommerce/classes/class-astra-ext-woocommerce-loader.php',0,'½|:´™?º3N»Ô±Ô\'','½|:´™?º3N»Ô±Ô\'','oyLcŽWAtO!bü*„frQÉ7‰gXýßìrTT','',0,'?'),('wzíñØÅ]õ…Ùm','wp-content/plugins/astra-addon/addons/woocommerce/classes/class-astra-ext-woocommerce-markup.php',0,'<c(FxtcÆöW r˜','<c(FxtcÆöW r˜','XÉÌ,[Æ4:eTÑâ¿ë3TmDºs:(y8vM¾Î¤','',0,'?'),('²/ºX(òQß)Y]öŠg','wp-content/plugins/astra-addon/addons/woocommerce/classes/class-astra-woocommerce-panels-and-sections.php',0,',¥U”Ÿç4¾Sý@ÇÄô',',¥U”Ÿç4¾Sý@ÇÄô','Q}õpJ+`ûÆtÄÁRd	¸Y6ùÅ‰`ŠÉ:­Eß…h','',0,'?'),('Xnóç%³`å´³·þý ','wp-content/plugins/astra-addon/addons/woocommerce/classes/common-functions.php',0,'€ÑÈP„W!ˆ*6Z','€ÑÈP„W!ˆ*6Z','ºË´}	‹´:+ÌU¯å³1ÇÖÙK»î+ì·DƒT\"','',0,'?'),('»SWymô–#!ùhí”','wp-content/plugins/astra-addon/addons/woocommerce/classes/dynamic.css.php',0,'ƒ&˜¶ ±Úß=º˜xÎ·','ƒ&˜¶ ±Úß=º˜xÎ·',']1ê¿m(SåG=k5Øw>?T‡+¾~¨=)œ0s','',0,'?'),('Rá™\\WHÛ §(˜ …','wp-content/plugins/astra-addon/addons/woocommerce/classes/sections/class-astra-woocommerce-checkout-configs.php',0,'SEÝ*âÝ$gsNØ²f ','SEÝ*âÝ$gsNØ²f ','×¢»ñJðž€èdáG¦¢Ÿ¾ÃÌº=Û_–>¸¼ .áð','',0,'?'),('T™: öZÃN%4hLX','wp-content/plugins/astra-addon/addons/woocommerce/classes/sections/class-astra-woocommerce-general-colors-configs.php',0,'ìµ\ZÅŠŸf©Í:õls¯','ìµ\ZÅŠŸf©Í:õls¯','v^ÛÔx4º(XÊ¸Æ#œ­»jn“¢úÔLPØ­w\'Q','',0,'?'),('N(“qî‹”Á ãLü¨ô','wp-content/plugins/astra-addon/addons/woocommerce/classes/sections/class-astra-woocommerce-general-configs.php',0,'Ž‰ê0*(/µØßËW8','Ž‰ê0*(/µØßËW8','°rôzíU/ô†\nÍÐ¿Ê€ä5K#Žã%[´±{Yß*','',0,'?'),('A´5ÂéÈ*©ÔÕÛtõ','wp-content/plugins/astra-addon/addons/woocommerce/classes/sections/class-astra-woocommerce-shop-colors-configs.php',0,'|ëpˆ9æaBâ×ž','|ëpˆ9æaBâ×ž','$æ…JG\n4ž/Û2ê=é²C!mf¤ÖÙö(gúúž6Î','',0,'?'),('W¡LÛ¯ç‡†ÔþßU8','wp-content/plugins/astra-addon/addons/woocommerce/classes/sections/class-astra-woocommerce-shop-configs.php',0,'Ì•ûý0µIc¸oM¯=‡÷','Ì•ûý0µIc¸oM¯=‡÷','ß#2ƒ7“Ðë¨ÆË˜\nxõr1Sü:³–ê¢ã˜Š','',0,'?'),('j…ükHˆ1$oý¢[!‹','wp-content/plugins/astra-addon/addons/woocommerce/classes/sections/class-astra-woocommerce-shop-single-colors-configs.php',0,'’Õ½ò“Ã’Q÷ð7‡Ì','’Õ½ò“Ã’Q÷ð7‡Ì','é’[…Ã\"0©Úg\"²dòúd$Û—=ÔšL25?\\ª','',0,'?'),('i“i¶Q•š¸%[ª4nR','wp-content/plugins/astra-addon/addons/woocommerce/classes/sections/class-astra-woocommerce-shop-single-configs.php',0,'ÌNå–\r>C¸(¿Ùš\Z','ÌNå–\r>C¸(¿Ùš\Z','~ŠzºaÌò\rìØ)Æ‰¹?‡m|ÐåøŠ xôŽæ','',0,'?'),('c#¯Ì>±*sü0Í=§”','wp-content/plugins/astra-addon/addons/woocommerce/classes/sections/class-astra-woocommerce-shop-single-typo-configs.php',0,'\ZçêÚ\'ÍðØ1-Ž[è?~','\ZçêÚ\'ÍðØ1-Ž[è?~','H[¡©›0œT`óÅ‹£#ùT…?›šà6´[^¸öb»º','',0,'?'),('q»ë|Å\\È†M£C@úùm','wp-content/plugins/astra-addon/addons/woocommerce/classes/sections/class-astra-woocommerce-shop-typo-configs.php',0,'éçSX¾s°­Ú!ÿD','éçSX¾s°­Ú!ÿD','†¿$µ^&|÷Ã¡Ç¥•an¸‹ç´ÞSì±V÷f*','',0,'?'),('õŽ(XqÒÛ	4¦™´‡6','wp-content/plugins/astra-addon/addons/woocommerce/index.php',0,'”ˆ½…fLUô§k4!ö','”ˆ½…fLUô§k4!ö','ÝíPÁ!Ô¨8aKu×•”lï¦Ä•ß —”ª}\rN8','',0,'?'),('Pù8`#n‹[ÏD©ÎH¶','wp-content/plugins/astra-addon/addons/woocommerce/templates/checkout-footer.php',0,'$Fä–ÒÍ¯˜äï¹µH','$Fä–ÒÍ¯˜äï¹µH','$ÿ$…ÝE“#Fí\ZÂ,—°%±ûkšMãäëˆJ','',0,'?'),('Ã²Ï&j$ø|’Òbáä','wp-content/plugins/astra-addon/addons/woocommerce/templates/checkout-header.php',0,'OmÏG‡³yd³œuM÷i','OmÏG‡³yd³œuM÷i','¼5ƒy5÷Þ+¯üó#ªÜG™ÔÿB!êM¿JÔ9ö','',0,'?'),('OØ¬-Q<ù[	|@½••','wp-content/plugins/astra-addon/addons/woocommerce/templates/quick-view-modal.php',0,'\ZŠKðŒ/q³<gó\0û°','\ZŠKðŒ/q³<gó\0û°','±oá\r”_|Tôºé·|›<´;A1PãþUr]oó','',0,'?'),(']\'GhakÞÁ ã/†Ã”U','wp-content/plugins/astra-addon/addons/woocommerce/templates/quick-view-product-image.php',0,'ÀQaO Ï¿Qš†$ê','ÀQaO Ï¿Qš†$ê','\"5#L	|d¤íi´nÿ´ãÊW`b#·“g*h','',0,'?'),('Ø	Éj€àðõ½-ž7Ò·ç×','wp-content/plugins/astra-addon/addons/woocommerce/templates/quick-view-product.php',0,'Y¦+/%¶^!ð& 5ê‚!³','Y¦+/%¶^!ð& 5ê‚!³','r²„¬YyÊ€¡i+ÕÝ.ë€Ì–(ø/\0|´[vî\rˆ','',0,'?'),('n=ðº›-*,Ð®/ÇÐí|','wp-content/plugins/astra-addon/admin/assets/js/ast-ext-admin-settings.js',0,'Ò²Œ\"txT&¶°šAí/','Ò²Œ\"txT&¶°šAí/','Õ¥n,œÙ‘€›«‚ŠëÃ‰?ä‘óÛåGg*æ‰9‹','',0,'?'),('\n\\¦$›sÏµ/ý®™V–­','wp-content/plugins/astra-addon/admin/assets/js/customizer-controls.js',0,'rÂáÄ¨­“½bÛ& ¯å','rÂáÄ¨­“½bÛ& ¯å','jûˆ$z†.ÛÊƒ`4ƒv„¢ ?Zr\\Mž‘Ùæ‚1&3','',0,'?'),('¼Vsá›wÛ€d¦»÷Ž`4','wp-content/plugins/astra-addon/admin/bsf-core/BSF_Envato_Activate.php',0,'J\Z].<º©CHf £ñ','J\Z].<º©CHf £ñ','qÂX©ñ¡Æ\0½KtgE¾64âD­0A„ÂÞ1þk\0','',0,'?'),(' ]ý–Ðl!°ÅÀ	','wp-content/plugins/astra-addon/admin/bsf-core/BSF_License_Manager.php',0,'ô®wˆ1“-!K5#½','ô®wˆ1“-!K5#½','Îç£Úª“õ»„²\'ÜÐ0×¼ÃÌ\r‘:†ó¦.ö¢','',0,'?'),('T%$ÜžÐÔ©ìèwS¸¥H»','wp-content/plugins/astra-addon/admin/bsf-core/BSF_Update_Manager.php',0,'Ô\"Ðqè	«\r¡ÅZ(PÖ2','Ô\"Ðqè	«\r¡ÅZ(PÖ2','^\\Ì¶z(6Jü„ÀAÄ®ã+õl¢—PI­ï³ã9Ûµ¹','',0,'?'),(':t–5Q/U|¸™s:ï','wp-content/plugins/astra-addon/admin/bsf-core/BSF_WP_CLI_Command.php',0,'h,­Cü³§g2·1ækXt','h,­Cü³§g2·1ækXt','óÒ‘Õ’–\Z4µâhêŠÙ’ðtIû\'éöbGéD›|¨–','',0,'?'),('‡¸²5L©ú‰f|‡-Â±\"','wp-content/plugins/astra-addon/admin/bsf-core/assets/fonts/brainstorm.svg',0,'Â}ãŽŒê,îú\röåz¥','Â}ãŽŒê,îú\röåz¥','Å<ÔÅê13Ÿ•Ò¦ò\'þFc8h‚Ýþ6m¬¯©,Ü','',0,'?'),('…Sp\0{¯ºò~ô3;Áð','wp-content/plugins/astra-addon/admin/bsf-core/assets/js/bsf-core.js',0,'+Æ´5Å}iäÁ°}','+Æ´5Å}iäÁ°}','Òð„ÝÂáVAðÒ$”_PŸO¯ðnõ<˜§I¦j“í','',0,'?'),('Œb#öÊQm’…vJúsO','wp-content/plugins/astra-addon/admin/bsf-core/assets/js/frosty.js',0,'¢Ø9ä63J‹8½:/k','¢Ø9ä63J‹8½:/k','#MÌ6\0¤ˆ§®Ý#èáƒñOx6å±>ŽRt€6<áME','',0,'?'),('%ðÚ*j­3N”a!','wp-content/plugins/astra-addon/admin/bsf-core/assets/js/jquery-history.js',0,'¼ã¦a¤LGNu¡Ÿ*','¼ã¦a¤LGNu¡Ÿ*','BÜê&Éy¬$TŠŒ]ÃßßJØó2?—«Qž!T-!ž','',0,'?'),('5O\\Àª€kööc¶˜wüW','wp-content/plugins/astra-addon/admin/bsf-core/assets/js/license-form-popup.js',0,'•›8cä›”!pc\0	¾¢','•›8cä›”!pc\0	¾¢','œ¥#?¼I[3¬µC\0!ð4PÈk£Å‹\"&üò,','',0,'?'),('^Ìþ “±àîÉYF9&O','wp-content/plugins/astra-addon/admin/bsf-core/assets/js/switch.js',0,'…dS×Q1ÿìSäèA³','…dS×Q1ÿìSäèA³','€øLl³Wlž%Ð½â,&]AÈ˜q’=ô ²\"º_š','',0,'?'),('ïë\"/GAÖÉn†¦4¨X\n\'','wp-content/plugins/astra-addon/admin/bsf-core/auto-update/admin-functions.php',0,'>˜´ýâéipm¼¿,','>˜´ýâéipm¼¿,','ê:…‚èê ¹g®®q\n^ìPïµµ E…&ç¿Õ','',0,'?'),('î0kïÉº³\'‹\0Ž­R','wp-content/plugins/astra-addon/admin/bsf-core/auto-update/index.php',0,'˜¸÷PÃ‰—D»§Å7V÷4D','˜¸÷PÃ‰—D»§Å7V÷4D','üaô68/@šN@ŸáÉ#€\0ñ7FWÖà)‹{ŽµZr½%','',0,'?'),('v¨Jí`qCðŠö94ž¡û','wp-content/plugins/astra-addon/admin/bsf-core/auto-update/updater.php',0,'×XV1â`YÌj	R8Í\Z','×XV1â`YÌj	R8Í\Z','ÉêGEò<=öì1˜bÍÖÒ[ÒMž‰V¿öØj','',0,'?'),('Ç¸ƒëÉ¾ìÅFN‚Ñµ4#','wp-content/plugins/astra-addon/admin/bsf-core/class-bsf-core-update.php',0,'€cÑÝ´Ÿ\"ñî’¤ÄØ‰','€cÑÝ´Ÿ\"ñî’¤ÄØ‰','fÁà7¤Ñ ©mì0_SÄ+ÓwJX6âÜ3ý	¾¸Ê','',0,'?'),('=ÿcÙln<*´Fœ›)3','wp-content/plugins/astra-addon/admin/bsf-core/includes/helpers.php',0,'1©X{xpr^§xX#èŠª5','1©X{xpr^§xX#èŠª5','z¨ät4ª!*\rÆæ»6tvc…ñnmÿNå„¢íQ;€äO','',0,'?'),('+¯®I^B~‚2³ÍÌ£','wp-content/plugins/astra-addon/admin/bsf-core/includes/system-info.php',0,'!J¿\nã/4é¸ýòv','!J¿\nã/4é¸ýòv','wät$±E{ÛJ{•Y­C*õÎá¢UÞ$sÆ­>â)/','',0,'?'),('I‚òýÞýIÇÃ¹™\0¸','wp-content/plugins/astra-addon/admin/bsf-core/index.php',0,'ÂñXŸëÁé’‰Î	«ï','ÂñXŸëÁé’‰Î	«ï','‡9d!ùoð[pž£+œ@Ê_ðžÑNtíÑ]}ëô','',0,'?'),('Âwy\0V8\Zö)¢D^ï¿>','wp-content/plugins/astra-addon/admin/bsf-core/plugin-installer/admin-functions.php',0,'s‚b%mX›$C–ö™O®z','s‚b%mX›$C–ö™O®z','ÖX¸~¬i*´vqvšµ¬öÖþ°Y@bœþ-Ä','',0,'?'),('y<çªeg4”c4ª0','wp-content/plugins/astra-addon/admin/bsf-core/plugin-installer/index.php',0,'@¸’ºh¸Î¿J2u¯í','@¸’ºh¸Î¿J2u¯í','KÙˆíùßaD‚(ŠbM„½ìÎ/q0ëÑ^D°E¯Žj','',0,'?'),('õ•ïÄ‹\Z¾\'éÛÔSîŽ','wp-content/plugins/astra-addon/admin/index.php',0,'”ˆ½…fLUô§k4!ö','”ˆ½…fLUô§k4!ö','ÝíPÁ!Ô¨8aKu×•”lï¦Ä•ß —”ª}\rN8','',0,'?'),('Øàe&®(\Z*3%µ','wp-content/plugins/astra-addon/assets/js/minified/ast-addon-customizer-preview.min.js',0,'{¾`©¼<«–>üí=_À¨','{¾`©¼<«–>üí=_À¨','o}l\r±“#Î3Ô„û´J4ÎÛG¯bŠä†s3VÆ§','',0,'?'),('{b¤JûòáöiÓŸ1ßHt','wp-content/plugins/astra-addon/assets/js/minified/common-sidebar-and-menu.min.js',0,'ØzjÆë\n2Tv©\"K','ØzjÆë\n2Tv©\"K','$P`¶I–É»R,¥n•w&÷m7æCÓ\0GŸQWN','',0,'?'),('!Np™›!»´\nú¾<y','wp-content/plugins/astra-addon/assets/js/unminified/ast-addon-customizer-preview.js',0,'™@†PR«ò[»TqZVç','™@†PR«ò[»TqZVç',' Æ_sx‹Të`mJÁ±#ÿýø×ÅñæåPda\ZVŸ¯>','',0,'?'),('™I³9ßzŽ\ZþqÖªä','wp-content/plugins/astra-addon/astra-addon.php',0,'.þß¿Kçx[³è„$\'Àµ','.þß¿Kçx[³è„$\'Àµ',' ²Ã¸~°aU@Ä[né×ÎøaMxûë´nMAÍÜÛ7','',0,'?'),('‹É\nµ©.ÛûÒ)¸&xˆ','wp-content/plugins/astra-addon/class-brainstorm-update-astra-addon.php',0,'Ìx°¾vHÿí]w?áØŸóS','Ìx°¾vHÿí]w?áØŸóS','þšnÁÌœS(öÂ\0í]}p¦ ƒ3B¦_¸ØX','',0,'?'),('¾ˆÔcÛR¶ØÅM©ºéØ','wp-content/plugins/astra-addon/classes/astra-common-functions.php',0,'uöâh–Ä ·´5Î$˜y','uöâh–Ä ·´5Î$˜y','mïä÷Ü¹_þ\"èÝ}EâÄ¢†¢feñJx)ARe^.\Z¿','',0,'?'),('¬ÒøÑ–^1!ú…ÿ}»[','wp-content/plugins/astra-addon/classes/astra-theme-compatibility-functions.php',0,'Ø\r²!t«›=T\'\nÜV¥','Ø\r²!t«›=T\'\nÜV¥','k’<óRH\'$|õRhÃ ¿ÆÍ;É5š¡Ÿ[Ùç—ÛQ','',0,'?'),('_züü‘ÍÄP’•`†','wp-content/plugins/astra-addon/classes/cache/class-astra-addon-cache.php',0,'§öà#ØÎ-ÖP÷','§öà#ØÎ-ÖP÷','…^*öÝW\ZÃ@Ž[^IÙÑÙYe;¯ZeÏc^v','',0,'?'),('M­ÂWD•ü^íiH¢Ê','wp-content/plugins/astra-addon/classes/cache/class-astra-cache-base.php',0,'á„¾N¯‚Å±ÍÖ¸ö¿iñ€','á„¾N¯‚Å±ÍÖ¸ö¿iñ€','CDõ\ZWu1JŽÞ±\'œu…§«0Õ÷$ëÐÃé„','',0,'?'),('\ZËíð3qù|Mþå','wp-content/plugins/astra-addon/classes/cache/class-astra-cache.php',0,'åÑD˜ezô|D´óri.','åÑD˜ezô|D´óri.','Ð–[åLÜ·ˆ«¡ß-!\rÙ3ò¤ÎDãØwÎ«Ì\0Ò£','',0,'?'),('CÔ¦=“hÑ‘ÀøR\0Œ3Žü','wp-content/plugins/astra-addon/classes/class-addon-gutenberg-editor-css.php',0,'D×`Å‘ÌåÙ^±¼\0û9','D×`Å‘ÌåÙ^±¼\0û9','“ÞØ¿«•\"E§2îýÀþÓËô{?_4@õn“/­','',0,'?'),('œp¹ ßÒ©ÙÔP¥ãÈ0','wp-content/plugins/astra-addon/classes/class-astra-addon-update.php',0,'“ô1¿·n½U¸[ˆHrr}','“ô1¿·n½U¸[ˆHrr}','…PÕ’w\"®ÙàÝ“LwPcŒ¢<˜ÝzËèRXìÛ','',0,'?'),('=½MXÛcévøZ}!','wp-content/plugins/astra-addon/classes/class-astra-admin-helper.php',0,'hÊcvB\r9I2o†,LO<','hÊcvB\r9I2o†,LO<','!it¢Ë(xJ “I°gà§@\npþßœlÌz’‹=','',0,'?'),('–Ë¡Äå®¤5†/ö÷','wp-content/plugins/astra-addon/classes/class-astra-ext-extension.php',0,'[žªóNž¤’HˆªE\rçw²','[žªóNž¤’HˆªE\rçw²','4¿©M*BXj%Î‰Üj•Ê~)%¡ˆ^HlgË','',0,'?'),('qÖ°ÆüUïG¢ëìŽ\r','wp-content/plugins/astra-addon/classes/class-astra-ext-model.php',0,'}#†¨Pf»Ò›½¶&','}#†¨Pf»Ò›½¶&','f2záÜª$z\räß«.HÎ´u<±ú¿_è¸R·ƒI\"','',0,'?'),('4Ã‰\"IÚ?iC‘\0 ×å-','wp-content/plugins/astra-addon/classes/class-astra-ext-white-label-markup.php',0,'†¦¡äIÕKÉ|ÿ%ÆªS5','†¦¡äIÕKÉ|ÿ%ÆªS5','– ˆÍlìiÉ~ëÖÒxÍ\ZÞ\ZFGË‰ .°8Ó','',0,'?'),('IÀwÐ¯­½¬7è—P¶2','wp-content/plugins/astra-addon/classes/class-astra-minify.php',0,'Ý–xÌÙä©õgé\"¶yÿ','Ý–xÌÙä©õgé\"¶yÿ','–Þ™ˆ¸6c|ÆÖVcg¯÷é²³×1Òt‰ª+%ªI','',0,'?'),('Á!\Z‘iÛÁe0Q6îý0–','wp-content/plugins/astra-addon/classes/class-astra-templates.php',0,'±{#;©KðB±Lt!Ù','±{#;©KðB±Lt!Ù','b¶‹²ÛŸQá Ã0ã1©ÐÑÖ+R÷.š#i1ˆ^Î','',0,'?'),('_æÙCýî£?¤ò¶','wp-content/plugins/astra-addon/classes/class-astra-theme-extension.php',0,'ª>ªR? ~ø®®]X,±','ª>ªR? ~ø®®]X,±','^AGÅšié¢&°ÍnàÏòÿÚFìºí²YôŒW¯','',0,'?'),('ëáw‚v!´ÓHü_','wp-content/plugins/astra-addon/classes/compatibility/class-astra-addon-amp-compatibility.php',0,'\ZSy†®üà\r\nCV‡0{e','\ZSy†®üà\r\nCV‡0{e','ÍéùgÑO\0&µ6ÞDFéÄ¿IhooþX \ny·é','',0,'?'),('¨¡„ðl|ÛQâ¿k¤¯','wp-content/plugins/astra-addon/classes/compatibility/class-astra-addon-beaver-builder-compatibility.php',0,'ŸÊ©ÇV!;\'€r$\\Áô','ŸÊ©ÇV!;\'€r$\\Áô','÷õì#:+{ÍÕ\nÙJ`&² ™m0ÕÃ*£²\nžŒ6\0Í','',0,'?'),('´=µŽàó\'{%·rœ¿F','wp-content/plugins/astra-addon/classes/compatibility/class-astra-addon-brizy-compatibility.php',0,'B`£u^ÜÐäØóÌ„','B`£u^ÜÐäØóÌ„','dšÔKu\ny¦ßÉŸ=ä{D¼À³íK²©\Ze[','',0,'?'),('	÷SŽ·Ö@°5­ŸmŽ$','wp-content/plugins/astra-addon/classes/compatibility/class-astra-addon-divi-compatibility.php',0,'GQþ‚ccýA–Æ?·Üµ¤','GQþ‚ccýA–Æ?·Üµ¤','çþšOrœÃK:ÝïýéålÐ¶{=³\0-;aÉ?ÈoP','',0,'?'),('BÉñ¸rGiWãýÔ„€´','wp-content/plugins/astra-addon/classes/compatibility/class-astra-addon-elementor-compatibility.php',0,'’Ä56¨Z„è–‚Ý•ÑÜ','’Ä56¨Z„è–‚Ý•ÑÜ','jÌÑh4fä@$g‚¥êoB²§9XBaàÝO	Éé+','',0,'?'),('XByÍ2ïi-6Å	íï¾«','wp-content/plugins/astra-addon/classes/compatibility/class-astra-addon-nginx-helper-compatibility.php',0,'Ý®\ZÉ{“\"kãOgElfp-','Ý®\ZÉ{“\"kãOgElfp-','ƒGè‚|ý¨ÐŸ6åúÁ/Ñ¤thÚŽðÒ&%Io','',0,'?'),('\"p	•›ïàiÅÎc\r‹2—','wp-content/plugins/astra-addon/classes/compatibility/class-astra-addon-page-builder-compatibility.php',0,'¾Ç#¥.9ãŒžA¿AõÄ','¾Ç#¥.9ãŒžA¿AõÄ','L¤g÷ŸÖ×v2|{~_[˜äòÑ#¥¹þZmd','',0,'?'),('`IFkR[°–´Tbã-¤','wp-content/plugins/astra-addon/classes/compatibility/class-astra-addon-thrive-compatibility.php',0,'§~Æ\nË‰PùóÔ/9®ˆ','§~Æ\nË‰PùóÔ/9®ˆ','	FKÜÐP£4VGf¨Ó?–<>$N×lÀj	§•Þê','',0,'?'),('—h\Zã-¾kNÿÈâš}ÁE','wp-content/plugins/astra-addon/classes/compatibility/class-astra-addon-visual-composer-compatibility.php',0,'|Žñ4¥Pè\0¡©Ò¬î½','|Žñ4¥Pè\0¡©Ò¬î½','ê©ä81æ÷Ý|¢3à±Œ>ÎŠº.ª»T1þ€I”º3*','',0,'?'),('|OBå, óò@æÍ”','wp-content/plugins/astra-addon/classes/customizer/class-astra-addon-customizer.php',0,'¶®,.Œ‡0qç\0ëß','¶®,.Œ‡0qç\0ëß','$ï¾z&1¤¥Ýe¢û‚„ÑµØÒ>ò.¯C¤þþ½ö/È','',0,'?'),('-&þ8úªe#¤³»]±¥°Ö','wp-content/plugins/astra-addon/classes/customizer/class-astra-customizer-notices-configs.php',0,'iJ˜Ë\\-­Ýš”a9…-x“','iJ˜Ë\\-­Ýš”a9…-x“','pêý•F=Ý{s{çårÒA‚¦Ñú¿mŽog.>¨E„ó','',0,'?'),('ëËMÓ!ºfwêjóAÞÈ','wp-content/plugins/astra-addon/classes/customizer/controls/class-astra-control-customizer-refresh.php',0,'èrã¡#ÑÛm¢6Ÿ²»R','èrã¡#ÑÛm¢6Ÿ²»R','ÖÜP›xfZ§ÿêz™•† IõàŽ3ï6ÆžsýÐ','',0,'?'),('¯ÈcVÉ\Z22È\Z;°','wp-content/plugins/astra-addon/classes/customizer/controls/responsive-background/class-astra-control-responsive-background.php',0,'=úÈŠ“\rÞìx¸¯f,','=úÈŠ“\rÞìx¸¯f,','TK?›j>©zF J0B¬O4™>™veãl WÓäþ†$','',0,'?'),('ÛT²b-VÊa³g½±Qñ—','wp-content/plugins/astra-addon/classes/customizer/controls/responsive-background/responsive-background.js',0,'ìc§öE¢÷ÅÄSã°äºÊ[','ìc§öE¢÷ÅÄSã°äºÊ[','èÁîŒ·¯ÔpƒœC¨ô•­›¼/At­wœ‘Zô','',0,'?'),('ûsÇ³C\\qKGÍ[Ù•J\n','wp-content/plugins/astra-addon/classes/deprecated/deprecated-functions.php',0,'‚ðg>Z&¤bÈCŸäYF…','‚ðg>Z&¤bÈCŸäYF…','1eJ{ß”æ\0pú Þ/†1·eKËs4Îa¼ÔcUeS','',0,'?'),('öP)o®ëÓUÈ¤jŽ1sb','wp-content/plugins/astra-addon/classes/helper-functions.php',0,'®ÅÚ9+Â,Ä0ò9+Ö\"ï','®ÅÚ9+Â,Ä0ò9+Ö\"ï','û«/ÇË—4L÷@4Ÿ±ïâ#3û&Ï\\î¼ÐBå','',0,'?'),('uåVî‘­õ·@ó}ÕâU[','wp-content/plugins/astra-addon/classes/index.php',0,'”ˆ½…fLUô§k4!ö','”ˆ½…fLUô§k4!ö','ÝíPÁ!Ô¨8aKu×•”lï¦Ä•ß —”ª}\rN8','',0,'?'),('ãÊ¡<U†l¡f’y_‚','wp-content/plugins/astra-addon/classes/library/batch-processing/wp-async-request.php',0,'yà‡šéî†f¤o5¶]\Zj','yà‡šéî†f¤o5¶]\Zj','é¯äþO¢µp©cp“D…YæåmžÇ–Ç0±]§ƒ}†BÃ','',0,'?'),('T¤œ\0ò^°%’é”Ñy','wp-content/plugins/astra-addon/classes/library/batch-processing/wp-background-process.php',0,'›¼Ê€j_e?¢ïÃ/ûT','›¼Ê€j_e?¢ïÃ/ûT','³ù\ZRÎ±$ò~F‹–sÎ {Û³?ùQ<Æ2=‘eô','',0,'?'),('lÛlk›Œ¿/Ødø¬ï™n','wp-content/plugins/astra-addon/classes/library/image-processing-queue/image-processing-queue.php',0,'ÀEâðÅaó÷yjM´R©Ò','ÀEâðÅaó÷yjM´R©Ò','êä¨ðº’K8¢mú›§Wõ˜TöWi­™mcâZ…(Té','',0,'?'),('vÐ¬È£´(Ú™ŠQ%','wp-content/plugins/astra-addon/classes/library/image-processing-queue/includes/class-image-processing-queue.php',0,'§Ár$ßâQ®I¢•ô¬l','§Ár$ßâQ®I¢•ô¬l','Nõ|r³\n°J±=Zò\Zž}Ê™I¸mš<©€§P','',0,'?'),('šúG«YgõÙu°©ÀÂåw','wp-content/plugins/astra-addon/classes/library/image-processing-queue/includes/class-ipq-process.php',0,'É\'	>)\nZJOBçB:»','É\'	>)\nZJOBçB:»','Aä²\ZÁôó†£E.Þ9·\\hÚ‹-/‚e·wÛÒ','',0,'?'),('‰PL[åe.€¤F‹]D®-','wp-content/plugins/astra-addon/classes/library/image-processing-queue/includes/ipq-template-functions.php',0,'Ú»OMü %ÝØZÑhY','Ú»OMü %ÝØZÑhY','èÏ±á¢Ë`©3—é©â·‡e)\n\"ýì•Ê7üå`s','',0,'?'),('wRŽ(…tT÷ä4?/Kï','wp-content/plugins/astra-addon/classes/modules/menu-sidebar/assets/js/minified/common-sidebar-and-menu.min.js',0,'Ó&½¡£À­6móÅÛœ','Ó&½¡£À­6móÅÛœ','Ô/²\0¥;xë×uä7œÜzš&:E¢Ð·ÊÏ~Øàr','',0,'?'),('éþüòªÝ¾t×‹£ý©>Ã','wp-content/plugins/astra-addon/classes/modules/menu-sidebar/assets/js/unminified/common-sidebar-and-menu.js',0,'\0ƒð £\Z¼ÊÕFÉi)¿','\0ƒð £\Z¼ÊÕFÉi)¿','fnzà€fS±rõkPÂ+kýÖ®²‘‹ÐfŽzÚ:','',0,'?'),('1JQ.3þ&WXDUJØ','wp-content/plugins/astra-addon/classes/modules/menu-sidebar/class-astra-menu-sidebar-animation.php',0,'uŸc\Z+£\r^ö¥¿öEo','uŸc\Z+£\r^ö¥¿öEo','÷S\nó2˜V\0\ZµÉW§âyÄÔ†ùÿ¸Îk¦f','',0,'?'),('Ý`Ó\0¥Ëui9ÃOc•ëþ','wp-content/plugins/astra-addon/classes/modules/target-rule/class-astra-target-rules-fields.php',0,'Æt÷À-ºÜ¾ÐâÃ“(w\r','Æt÷À-ºÜ¾ÐâÃ“(w\r',' ÙQÅL\na\\©ûq3	(û‚ÂÏ­Qkû+Š[d¸','',0,'?'),('Æqú%U¨ù…è©måxû·{','wp-content/plugins/astra-addon/classes/modules/target-rule/i18n/af.js',0,'\"ëh[ºðÎ«LåMÕ‹/v','\"ëh[ºðÎ«LåMÕ‹/v','>ô\r=jüyÄp}©w¹cëv\06[,c%ÔG¦•','',0,'?'),('dì<§{¯IÄoî#›¨','wp-content/plugins/astra-addon/classes/modules/target-rule/i18n/ar.js',0,'üÏ£‡É‡yÐô-h–¨','üÏ£‡É‡yÐô-h–¨','\Z;žS-Ë“¡jÞp\r€aU©@‰Ž0¥„ò>`','',0,'?'),('XŽ0|.1FðCúyóN','wp-content/plugins/astra-addon/classes/modules/target-rule/i18n/az.js',0,'#™¢yN7ŽöËõ2š\\.','#™¢yN7ŽöËõ2š\\.','zõŠœBVjO\r…Íïe±,?üÖªj é{ƒÅ8-3ê','',0,'?'),('y	q)«›x[Ë»™WØ>ÚÝ','wp-content/plugins/astra-addon/classes/modules/target-rule/i18n/bg.js',0,'»7Z£&ç¶EâI7ì´åæ','»7Z£&ç¶EâI7ì´åæ','0ïPc2V£šâÄ€A%‹A¦NzÅLÕO¢A‚T','',0,'?'),('¸ä[~¨¹æpÃ+_ûp','wp-content/plugins/astra-addon/classes/modules/target-rule/i18n/bs.js',0,'ÈKmµ®Î¢2Á†âtÖéÔ','ÈKmµ®Î¢2Á†âtÖéÔ','ª[þGÄË,1¾ú*™‡ :cªÓÀéÁu¯Å[ÎÀõ','',0,'?'),('£±ÔðçF,¢‚á›Â–àå','wp-content/plugins/astra-addon/classes/modules/target-rule/i18n/ca.js',0,'¤Ÿw,q}Yôèr; ~','¤Ÿw,q}Yôèr; ~','®a®ùºMK£9;’M&¾cÒ²\'¸OáE›ÓƒlŠ','',0,'?'),(' \rW¿6aûbU¤Ö—\'>t@','wp-content/plugins/astra-addon/classes/modules/target-rule/i18n/cs.js',0,'ý¢¸8Œ8]ÖbtHðÙßA','ý¢¸8Œ8]ÖbtHðÙßA','Vrª4Ù}c®ƒë{í\'gºªW,Ù1…¼W†™îÒ‘','',0,'?'),('ÐEæ \ZÙ¾ŒH÷Í»¶ª','wp-content/plugins/astra-addon/classes/modules/target-rule/i18n/da.js',0,'Wè±æãÚˆ+ÝjZ','Wè±æãÚˆ+ÝjZ','PÍþï‰ºú÷UÒ3Ýt4„pÑ‹Ÿ˜WÆÄ™ò&h×','',0,'?'),('¬ÕHÊü_¶®h/ás0¸h','wp-content/plugins/astra-addon/classes/modules/target-rule/i18n/de.js',0,'*¢•Ÿ–F_ŒLÞ”ýå»L','*¢•Ÿ–F_ŒLÞ”ýå»L','9xdW.ÇßªDñKF_q#Uà€O-˜‚ˆÆâÛ‰','',0,'?'),('r²õ1ü÷_T) ©','wp-content/plugins/astra-addon/classes/modules/target-rule/i18n/dsb.js',0,'”výÍÉ)¨¸§YÿëŒìÞ','”výÍÉ)¨¸§YÿëŒìÞ','0–ôA)5*ìÃÁ^Ýç_r›/JçKÌ˜<Å1µð','',0,'?'),('ØhŒ^Ò×º5X¥ÉCÅyR','wp-content/plugins/astra-addon/classes/modules/target-rule/i18n/el.js',0,'ï¦á“Ö/¡Vk0eçü5','ï¦á“Ö/¡Vk0eçü5','ælª÷ˆ¬íb&uâDLäüÚ&¬Mpgü]‘Ð\"ÖTŽ','',0,'?'),('œËi¬$j“¨ö¹V	ç½','wp-content/plugins/astra-addon/classes/modules/target-rule/i18n/en.js',0,'ó	rB†®€Oååº+Þ','ó	rB†®€Oååº+Þ','	7WxÃ<ðdà|FBFâqß|õ‡Žý–É%òhº‡','',0,'?'),('bÖç+É¿ù¦ä90â™L‡','wp-content/plugins/astra-addon/classes/modules/target-rule/i18n/es.js',0,'×ø=òâíq/Ë/í–hÔ','×ø=òâíq/Ë/í–hÔ','¤–üm­U;ÍžƒË\Z„C×_sì¹ŸÔ/¹^Š`fß','',0,'?'),('T\n1äƒi4ô›ò‚È ','wp-content/plugins/astra-addon/classes/modules/target-rule/i18n/et.js',0,'Ã[ZÌÏÃónïg%¦™','Ã[ZÌÏÃónïg%¦™','`Ù¦òÅ—ÌøØÁÐ™=©bÅ€Eôî	oB)µ)Í1½','',0,'?'),('ˆN™–”€D´Ÿ=BT…','wp-content/plugins/astra-addon/classes/modules/target-rule/i18n/eu.js',0,'\0è•{>ŒÛ–ï˜P¬<hÅ','\0è•{>ŒÛ–ï˜P¬<hÅ','„Uª,Åù0¸<ÿ\n!µ¾›Ÿ¢:Ô€O{.(g*]j','',0,'?'),(';°~mü¼ÑÕ”´§\ZyÍ','wp-content/plugins/astra-addon/classes/modules/target-rule/i18n/fa.js',0,'4fL?ô,ŽÜë°F³e','4fL?ô,ŽÜë°F³e','$õDÉ¥jGë¡$Ì¸3„ž½G¨C]ë³i}¡•Þ5','',0,'?'),('*ÏH§¦·2˜~žÝwÐ\\','wp-content/plugins/astra-addon/classes/modules/target-rule/i18n/fi.js',0,'ÓÐèø>8‡ÂWÆäú/ã4','ÓÐèø>8‡ÂWÆäú/ã4','êC¡I	ŸIÒRï˜‰ã­EN”…à¾\n©6\r!ðý','',0,'?'),('Æ¶â6Æ «këœ0','wp-content/plugins/astra-addon/classes/modules/target-rule/i18n/fr.js',0,'Q9\0A>Ç5%ël¨yÔ','Q9\0A>Ç5%ël¨yÔ','K–F,	Ã*\ZÑÚ¿=ªTžˆI-)3F=]Û\n’²ÿ','',0,'?'),('ˆ3àÀ¾R_3‡i5ÛCæ­','wp-content/plugins/astra-addon/classes/modules/target-rule/i18n/gl.js',0,'#Y“¶ÝaåcytuŸ^Úz','#Y“¶ÝaåcytuŸ^Úz','ô²e®Õ?fþ¦(a,.¹\'@5ÌÊÊåzs|=','',0,'?'),('…ð½›Ãá\'ÝáÇÉNˆ/çÜ','wp-content/plugins/astra-addon/classes/modules/target-rule/i18n/he.js',0,'„›ÈlýjqÉ¯ú\nÙAV','„›ÈlýjqÉ¯ú\nÙAV',')^ëÏ½¤É¡Õ””O ¤ÜWh”ú› üxRUÂ>.¢aæ','',0,'?'),('>‹\rBô½ä\'¬X×','wp-content/plugins/astra-addon/classes/modules/target-rule/i18n/hi.js',0,'|6}ÎˆUr7rSÚ\'dé','|6}ÎˆUr7rSÚ\'dé','Tp\0 tåüSÜ`­yŸLŸª€Æ´ºP¸WÞšS—','',0,'?'),('ðß¹XÉ¢ÿo0¯Yªx‚\Z','wp-content/plugins/astra-addon/classes/modules/target-rule/i18n/hr.js',0,'X)Š™žîjäå`ÿê','X)Š™žîjäå`ÿê','éë¹zöŠ-ù¿‚ÝÒgCG°`ÆgeDÕ.@ðŒ¿z','',0,'?'),('á…ev;!z\"æø¨™`£¸.','wp-content/plugins/astra-addon/classes/modules/target-rule/i18n/hsb.js',0,'!=]cq›\rRç6CbYµ','!=]cq›\rRç6CbYµ','´ç^„ù(Ñ›»\rŒ0Ù`ïõÍŒ\\œE›þP¥1Í','',0,'?'),('ÎŠÔ9¸@7GòÓÆK_â','wp-content/plugins/astra-addon/classes/modules/target-rule/i18n/hu.js',0,'Ž\nx‚ÊôiÇøµ^„’\Z','Ž\nx‚ÊôiÇøµ^„’\Z','†HætåÍRåÍÎÜ[HÍ¡g3à»@Ü–+”mª','',0,'?'),('ÀÉ“Â\0´™lâÃwgRË5','wp-content/plugins/astra-addon/classes/modules/target-rule/i18n/hy.js',0,')“GË9UûÃyC!CnîÎ',')“GË9UûÃyC!CnîÎ','FRþý)iç\0+aIpH~šÎD!\'·ý(\0‘Ç·?Ý:','',0,'?'),('¡ØCßRsÚ‡¡”Œpï¨³','wp-content/plugins/astra-addon/classes/modules/target-rule/i18n/id.js',0,'ÓbáýùoJ0õ·¸Ô¢','ÓbáýùoJ0õ·¸Ô¢','VäuæY¹™Æœî„ãÒ½C¸Ù† ›1çEçüéKøÌã¹É','',0,'?'),('ÀÄž&ØÓJ¡[RÌiëá','wp-content/plugins/astra-addon/classes/modules/target-rule/i18n/is.js',0,'·JØl½ÑwÜ»Ú·V±l','·JØl½ÑwÜ»Ú·V±l','?Ç¦,Œ“«ß0\\FzöZm%}[&ô±{~ùî3','',0,'?'),('\nzyÌW@R‹G¸âô','wp-content/plugins/astra-addon/classes/modules/target-rule/i18n/it.js',0,'Ÿ§¶J•\Z—\0}œ	z&n³ü','Ÿ§¶J•\Z—\0}œ	z&n³ü','èL;È¿\\÷¥ÆGBpF~éÞ\":ÿë*Jv&^ù','',0,'?'),('ô~ýž¹I+adË‹Ûå','wp-content/plugins/astra-addon/classes/modules/target-rule/i18n/ja.js',0,'¥tgîÞ”†¼4›&\"Ò','¥tgîÞ”†¼4›&\"Ò','çô‘\0Î·ßó@\0uvJ‹*:˜í‹3ö·-\\x','',0,'?'),('¼céƒ3³Í×H‰Ë®§Ã:','wp-content/plugins/astra-addon/classes/modules/target-rule/i18n/km.js',0,'É¿¤Ü”æ²AÞìî©Í3¢','É¿¤Ü”æ²AÞìî©Í3¢','unáý#9 Â£îY÷÷˜Î«6‚`®9,°[ F»®','',0,'?'),('}¿ä$º¿d5Rö®Í0š','wp-content/plugins/astra-addon/classes/modules/target-rule/i18n/ko.js',0,'-·ýšµNuØÔÞÖ«ËÛœl','-·ýšµNuØÔÞÖ«ËÛœl','s¦Á]‹\n»Ì@Wêv‚†ìàÛQ…Úü#WP­úâ¹­','',0,'?'),('Æ6Ãv7NÝ¥\0`2[','wp-content/plugins/astra-addon/classes/modules/target-rule/i18n/lt.js',0,'Iê§^üJjôŸ\r	Vmq','Iê§^üJjôŸ\r	Vmq','YXEçêeèrv(}Áýjp3ªd¾æò^ÂÌØ#=\"','',0,'?'),('aeëD½‚KÍÈïX','wp-content/plugins/astra-addon/classes/modules/target-rule/i18n/lv.js',0,'¹µñ7ê\nêNŽú\"ôÅ3Üç','¹µñ7ê\nêNŽú\"ôÅ3Üç','Mtî²²ÆR§ØW—´•9”\\Ý|þsUUŽé\ZS#','',0,'?'),('ê¢Êèn+Tà‹§Ï~D','wp-content/plugins/astra-addon/classes/modules/target-rule/i18n/mk.js',0,'m\0Žý§‡Sð-I^Æ[6£','m\0Žý§‡Sð-I^Æ[6£','ðžk3R›ƒAH2“0«k4½DR9¯ûx\0ùà¦â','',0,'?'),('Î—L$ *¨>»~­jŒ^','wp-content/plugins/astra-addon/classes/modules/target-rule/i18n/ms.js',0,'Œ¢†eª[%äÕqåe4','Œ¢†eª[%äÕqåe4','²—\Z,Ï*gl¨ªñðVö[•Èêz½D¶{Š‘úmÝ','',0,'?'),('›Äæ\\ÞKv@tþÆ6Ê°','wp-content/plugins/astra-addon/classes/modules/target-rule/i18n/nb.js',0,'x}L¥å³O\r¯‘»Üe¤','x}L¥å³O\r¯‘»Üe¤','ŽÏ×Æy-Žr?=+®–…ÄWÊ/•˜7)‘½LÇ»','',0,'?'),('8·m–”ûëžœaõ€|\\%Û','wp-content/plugins/astra-addon/classes/modules/target-rule/i18n/nl.js',0,'‘_^¸Ä2þ”»Ê®…','‘_^¸Ä2þ”»Ê®…','¥U<ö«ü§\\-í%¸ØÊ~ÈÔù\\ªÓt®@	¡2g','',0,'?'),('eb%†%vFùË§Ê¤','wp-content/plugins/astra-addon/classes/modules/target-rule/i18n/pl.js',0,'òt›,JW_FUG%ýÃiÐ','òt›,JW_FUG%ýÃiÐ','NˆXk|^ËóNÖp}PË.PLæS=}îH«ä‘','',0,'?'),('Ÿñ:·;\Zk\"4BÑÉTT&','wp-content/plugins/astra-addon/classes/modules/target-rule/i18n/ps.js',0,'ú¢£l.­á÷„Kl2„','ú¢£l.­á÷„Kl2„','„ä†s¶aµk£Zr^túUxÔùr¢„€¨—pKœ›','',0,'?'),('íb³3ÎÔ°‡¹ÉT˜S','wp-content/plugins/astra-addon/classes/modules/target-rule/i18n/pt-BR.js',0,'¸5L5˜ªFîmƒ´Y½','¸5L5˜ªFîmƒ´Y½','‡Cu¡»KÝ‹\0¥Mºb“Ì—ôÅ­CCWL','',0,'?'),('Jv¿.s„óÔ%šŽ“','wp-content/plugins/astra-addon/classes/modules/target-rule/i18n/pt.js',0,'Êf­§å;“Œ‘(Ÿ,(','Êf­§å;“Œ‘(Ÿ,(','åÀœ;¾jþÛNCŽ;•+ÕÍ¹_ÍO\rL¸K#Ô@qd','',0,'?'),('ÕÙa,dB÷áÓæ£Ì','wp-content/plugins/astra-addon/classes/modules/target-rule/i18n/ro.js',0,'\'ºôMûñ\\òþáÌÝªµ\0','\'ºôMûñ\\òþáÌÝªµ\0','¦V“üçD3\"ÇNc’ÁÚø¾íÐXé¼ü8~FérY','',0,'?'),('¸\rŸÈ-ñž\nÜØ‰‹ç°','wp-content/plugins/astra-addon/classes/modules/target-rule/i18n/ru.js',0,'3=ÁD¢‘ÎØmbŸÎº','3=ÁD¢‘ÎØmbŸÎº','sy#4â¹ qvÀIËVÄd­þ?ê <èçŒZ‰(ö´ÐÒ','',0,'?'),('Ûï$\\Å· ‹0†GñÆ','wp-content/plugins/astra-addon/classes/modules/target-rule/i18n/sk.js',0,'OŽ^ÓQº;§gÀJd','OŽ^ÓQº;§gÀJd','I[,|u¼L=™@ˆ Té0;ÄÏÑÓsÖôaÅ^ŒEP¶','',0,'?'),('ç!»Vð`ƒWÃÍäÌPb+','wp-content/plugins/astra-addon/classes/modules/target-rule/i18n/sl.js',0,'ù¦¨Èþ µÜ•ø=oØ','ù¦¨Èþ µÜ•ø=oØ','\Z-e	Õ/6ó$–c£ò]Eæj´5~}–S·4­%','',0,'?'),('¶äéM„JònR»¥·M™','wp-content/plugins/astra-addon/classes/modules/target-rule/i18n/sr-Cyrl.js',0,'8áÜÙ+I¶±]¶p°¡{nç','8áÜÙ+I¶±]¶p°¡{nç','S\Z# ðoýœ¸\'“x¯ß×emÝ\"²wYaêÞoì','',0,'?'),('æïª\rØuÓÅŒD$é½È©','wp-content/plugins/astra-addon/classes/modules/target-rule/i18n/sr.js',0,'¾¤j¶øÎÎá\n^Ùq24','¾¤j¶øÎÎá\n^Ùq24','}9¹…íÎÐÙÖ2ÁyYámÎ–\\Òº¦—ÍÓve zyd','',0,'?'),('êù»bŒuüð}êŒ‡','wp-content/plugins/astra-addon/classes/modules/target-rule/i18n/sv.js',0,'‡´X[ÓÇïQ{v	Ã§Zt','‡´X[ÓÇïQ{v	Ã§Zt','Ëw»ð—õ¤¿8ûCg¾bŽeM…cÕ7¦Ðz¹/§ZYh‰','',0,'?'),('\"`êFZ08ÊŒÉoDÞÙ','wp-content/plugins/astra-addon/classes/modules/target-rule/i18n/th.js',0,'ùN„¤/^¡NÏÛß|Ì\'»','ùN„¤/^¡NÏÛß|Ì\'»','Þì¡ú€&«êÿSE^ÐtõpØ‡k¬©ƒ|{/ì†','',0,'?'),('ê¦¿sUGéØŠÒ<‚Œˆc','wp-content/plugins/astra-addon/classes/modules/target-rule/i18n/tr.js',0,'X¤é‚bk\ZªÓÔlËÝß','X¤é‚bk\ZªÓÔlËÝß','úáà&4c¥L¿‰Ú@rÁùµ¡²ûÍÞó,‚V','',0,'?'),('<|dJ8enÀô¸Æ','wp-content/plugins/astra-addon/classes/modules/target-rule/i18n/uk.js',0,'+•.B·ä(]úÚ;Àj','+•.B·ä(]úÚ;Àj','ŠéÛºÏ\nMò¤‚ÅòE:V·Ðë•É¹ýÖe÷f¨{W','',0,'?'),('!I7’tËp²O/O”:îÆ','wp-content/plugins/astra-addon/classes/modules/target-rule/i18n/vi.js',0,'‘øu*ÉÉÉxPÃRŒaì>','‘øu*ÉÉÉxPÃRŒaì>','›ö	ª»XÁç÷ïY˜ã>òBiÓ>+¬¹¦\râÁß','',0,'?'),('µýíþÌ\nQ•SÑ‹_4','wp-content/plugins/astra-addon/classes/modules/target-rule/i18n/zh-CN.js',0,'V›¯<\n’ÒÂp}21i.','V›¯<\n’ÒÂp}21i.','G3óY¬|6‡jž!Ê­mÎwWþæÙQI\'1Î','',0,'?'),('ê`’þ³á”ø¼bj!iwÂ','wp-content/plugins/astra-addon/classes/modules/target-rule/i18n/zh-TW.js',0,'&&`âU—›`âjQÏ!','&&`âU—›`âjQÏ!','E[¢tI\nÄ\0Ù\"™<ƒÁæFÉZ_÷º¼=„~¼','',0,'?'),('þ¢§ÛéíågŸ¦ À­®˜','wp-content/plugins/astra-addon/classes/modules/target-rule/select2.js',0,'³ÌýÑi3üüç#_‘×','³ÌýÑi3üüç#_‘×','5*ò¹H©¶*X8a6\r^Œ\'{G—cØëòÒ¢öhAµ·\"','',0,'?'),('ç„õ?PGJmÇßÉz¶Ê','wp-content/plugins/astra-addon/classes/modules/target-rule/target-rule.js',0,'\nVäÙ· û|zÚLµ¦n','\nVäÙ· û|zÚLµ¦n','V„{–ð˜57åâˆÒì«h\rœ90V\"ËKêš·¿k#','',0,'?'),('¤ÝØO¤åªrÈÍ¹\Zý','wp-content/plugins/astra-addon/classes/modules/target-rule/user-role.js',0,'-”Ù(E;Ï@o|Å#FV0÷','-”Ù(E;Ï@o|Å#FV0÷','…h«Â´ÄÎço\"ã§‰¿Qµ¿4ó¶Q¹ºM†(±','',0,'?'),('ñðŒž0–1´ÇjNy','wp-content/plugins/astra-addon/compatibility/class-astra-ubermenu-pro.php',0,'Þ­\rðèªú(Âà7£','Þ­\rðèªú(Âà7£','ÂÙ×³2ñ-Þ,Ù¤_~¼*`Ò#±@þZs‚´','',0,'?'),('-a¥™¤Æo&…;\n>]ñÚ','wp-content/plugins/astra-addon/compatibility/class-astra-wpml-compatibility.php',0,'kâèÿ•F¯)=ãÛâÁ\0 ','kâèÿ•F¯)=ãÛâÁ\0 ','!þ“òíá©Ë7ÎTõÔEøcAîn6“íiE±<','',0,'?'),('Q«\\>ÚÎƒ%ŸZuö&','wp-content/plugins/astra-addon/includes/index.php',0,'”ˆ½…fLUô§k4!ö','”ˆ½…fLUô§k4!ö','ÝíPÁ!Ô¨8aKu×•”lï¦Ä•ß —”ª}\rN8','',0,'?'),('ædj(³$PŒ`ßŽvCÂ”','wp-content/plugins/astra-addon/includes/view-white-label.php',0,'J£«çË\'¶}}§\nx/','J£«çË\'¶}}§\nx/','™§+×Ð ÖxÜ\nìÑ²ðêÆá–ÓÏJ«ÐÓ¡','',0,'?'),('Æ…Þ[ç•¥Š:Ñ\\óh#ª','wp-content/plugins/astra-bulk-edit/assets/css/astra-admin.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Zú»µ¾«íDãDœ,Õk6','n-ÇºN7;ù€Èœ¤Vhr“_ßµuH¾¦ñ(','',0,'?'),('fmHúÌ_ 6¯iÉø¸ô\r','wp-content/plugins/astra-bulk-edit/assets/js/astra-admin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','²äÌ@çðõ(Lõ²ìø','IïÆNºŽß,*]`\r \'ÅÉ^4%˜f²°Éè³ÌiD','',0,'?'),('U8}D:à‹B¢(¸\0,æ|','wp-content/plugins/astra-bulk-edit/astra-bulk-edit.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','§3qÉ‰’€îDŠ£\'â{','IQÐ\n¯Õ|­{0Û0ö§ƒ”ÎÐ±×c\"Ë†ç§¹Ÿ­,','',0,'?'),('®)@‡‚\'o¢u ª³Ô','wp-content/plugins/astra-bulk-edit/classes/class-astra-blk-meta-boxes-bulk-edit.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Œ?áÇùCÕ 3C?³J','=âaWwÀq¦¯††¾M¤E þOÇã€JÑ½½p¿4','',0,'?'),('Öa~D/ËÜÿW¹öðJ','wp-content/plugins/astra-bulk-edit/languages/astra-bulk-edit.pot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','qüe2\"v°\"zû>QzbÃ£','±þ\"õÈç{Ñð[k2´Î­iˆÈ?ÆÝY³¥œXOˆ','',0,'?'),('ÅSX¤iAœbøÎ¸©ß','wp-content/plugins/astra-bulk-edit/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','½ü®³¨ERÞ{„oú\\óÞ','„\n\rál7ú—¸NÖ{cpAžy.•ºÈ+?¥Ãmv','',0,'?'),('o’q7ÇoKdsÁõÌ ‚’','wp-content/plugins/astra-hooks/astra-hooks.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','×[*SFÎ8$uèÒ%hú)¡','¦+çé³—eæƒäå”–l&†GX$ÍJ\'¿4ÏhIz','',0,'?'),('Ê<ÔhwÕƒö0¦A,½…Õ—','wp-content/plugins/astra-hooks/classes/class-astra-hooks-loader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Åi‚lÆŒcŠùX&Þ ','|3Qgª6³›Ô«±\"Z§›|ù‹¦\'OŠÔüsÝ44','',0,'?'),('~–/+9 ”Ø\rR!a±Ñ','wp-content/plugins/astra-hooks/classes/class-astra-hooks-markup.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','â)¡©ÿu®×MÓÐ§é#','á®°hÚœ&ôéçþTzÑq±C½ó¦Ä«³FÈô½˜x','',0,'?'),('ú¾nŠŸ<R—:T¯±','wp-content/plugins/astra-hooks/classes/class-astra-hooks-white-label.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$·µáê«^ g¤#´’','~v˜°Ç=»<;9PPs~š×[TÈÞÞ:¼sÿè','',0,'?'),('ÎÁÓ^Åè*¹”+°&','wp-content/plugins/astra-hooks/classes/class-astra-hooks.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@c.\"xðˆþ[|/šg?õ¹','žú]N›Fhi9+²ÍæÑõÒ–¿í¾Ò‹0«åf±ÄF','',0,'?'),('-sÚLB!}Þ­zx¯©1','wp-content/plugins/astra-hooks/classes/customizer-panels-and-sections.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']Â¦†‘üËùòš#Éöñ„','¶ôÇÛLò©sRÜ¨¢R7ƒ¦„…‹‰Æ©¯õ§æ­','',0,'?'),('ökôNsÙ´˜æ¥Lx¼','wp-content/plugins/astra-hooks/classes/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÝôšÎ)­O¿%Ng8>Ù½i','R`\Z§ªÌ4ž¡ŠÆ¼Vj¢9\0Êqg¡épÎr`¨','',0,'?'),('ÒÞâRYV¯_æLvÈÇ','wp-content/plugins/astra-hooks/classes/sections/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÝôšÎ)­O¿%Ng8>Ù½i','R`\Z§ªÌ4ž¡ŠÆ¼Vj¢9\0Êqg¡épÎr`¨','',0,'?'),('­¬!·bF†»€¶&ôöƒ','wp-content/plugins/astra-hooks/classes/sections/section-hooks.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','£ªC5i»‹¹,tð­—õà','ÁD?¤:QÑ)šqtÆÃ“®ínsXçDT?!þ%Ž÷','',0,'?'),('˜!ÚMoWZôŸF¥$WÖ','wp-content/plugins/astra-hooks/includes/white-label.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ƒEöÝ%¢¦Á%Ü’»îï\"','´AÎˆ/Çå·qö\"-¸~ÆˆAÊnB¸|)ÝY3°\0','',0,'?'),('ÖÅ-—ëìæ™ ‰&Z','wp-content/plugins/astra-hooks/languages/astra-hooks.pot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\nwäæb\nâIÖRLÌ¡h',')¸Ç¼RŠñ¥dw–&B+o‘KºVôè~#	aˆ²ëL','',0,'?'),('e#\rF,ÐþUDÜ˜^z7x','wp-content/plugins/astra-hooks/readme.txt',0,'è“„ãÒ¹‹í‡0SÑ–','è“„ãÒ¹‹í‡0SÑ–','/´4À0d@}\\ƒ¼òr¶…gŒäeÝ\'xÊ\Z¬‡jŸ','',0,'?'),('ÝÊ¬ô·µÈâòìæàwâØ','wp-content/plugins/astra-pro-sites/admin/bsf-core/BSF_Envato_Activate.php',0,'|‡“a«ËÜN~ö1','|‡“a«ËÜN~ö1','qÂX©ñ¡Æ\0½KtgE¾64âD­0A„ÂÞ1þk\0','',0,'?'),('/=ýÎ¥\\íA“FZ\0¼z','wp-content/plugins/astra-pro-sites/admin/bsf-core/BSF_License_Manager.php',0,'Jóí®à±ÞóŒ>pä·','Jóí®à±ÞóŒ>pä·','7¢ñÉšÓñŽ\0†w>w á¬&Xôs°Zê‘…»¯ù','',0,'?'),('§ŒZô±¥pp\n','wp-content/plugins/astra-pro-sites/admin/bsf-core/BSF_Update_Manager.php',0,'=·%zˆEý¼¥/)É','=·%zˆEý¼¥/)É','\n˜O•»4ðÇÝ)¹­þ¦òÍšñTETPŒÐ³ëüÉf\'A','',0,'?'),('žÃvðM	–UœÝ»-o6','wp-content/plugins/astra-pro-sites/admin/bsf-core/BSF_WP_CLI_Command.php',0,'u~ÛvÓq\0pG\'¹ËÕCÒ','u~ÛvÓq\0pG\'¹ËÕCÒ','“ÎR‚š¯}—nÁí2¶ÏÁ»Å{:J@/Ö','',0,'?'),('à7Ú6;(Î5$¹4Ls','wp-content/plugins/astra-pro-sites/admin/bsf-core/assets/fonts/brainstorm.svg',0,'\\”^Ø$—š Žóìá½±úD','\\”^Ø$—š Žóìá½±úD','Å<ÔÅê13Ÿ•Ò¦ò\'þFc8h‚Ýþ6m¬¯©,Ü','',0,'?'),('î”^lpE†í—Eð¿`','wp-content/plugins/astra-pro-sites/admin/bsf-core/assets/js/bsf-core.js',0,'Y·­)\'jçÄûäNY‘','Y·­)\'jçÄûäNY‘','Òð„ÝÂáVAðÒ$”_PŸO¯ðnõ<˜§I¦j“í','',0,'?'),('\r8_X»Î‡4%<”Kþ','wp-content/plugins/astra-pro-sites/admin/bsf-core/assets/js/frosty.js',0,'ÈõÄ>TËí§áK”è„','ÈõÄ>TËí§áK”è„','#MÌ6\0¤ˆ§®Ý#èáƒñOx6å±>ŽRt€6<áME','',0,'?'),('ÑÃfúM£Õxî{”ó°p`','wp-content/plugins/astra-pro-sites/admin/bsf-core/assets/js/jquery-history.js',0,'¼ã¦a¤LGNu¡Ÿ*','¼ã¦a¤LGNu¡Ÿ*','BÜê&Éy¬$TŠŒ]ÃßßJØó2?—«Qž!T-!ž','',0,'?'),(' \rZ¯õÑd‰%ˆ','wp-content/plugins/astra-pro-sites/admin/bsf-core/assets/js/license-form-popup.js',0,']«cÎ·xç9+¨å',']«cÎ·xç9+¨å','œ¥#?¼I[3¬µC\0!ð4PÈk£Å‹\"&üò,','',0,'?'),('òï›2’(Ô|uã™\'¤>','wp-content/plugins/astra-pro-sites/admin/bsf-core/assets/js/switch.js',0,'î½©„bÓ¯û¼¥uQdð','î½©„bÓ¯û¼¥uQdð','€øLl³Wlž%Ð½â,&]AÈ˜q’=ô ²\"º_š','',0,'?'),('@:7÷É6-âZ?Î9*³','wp-content/plugins/astra-pro-sites/admin/bsf-core/auto-update/admin-functions.php',0,'Eósp à“Ž1Ïq…!oép','Eósp à“Ž1Ïq…!oép','ê:…‚èê ¹g®®q\n^ìPïµµ E…&ç¿Õ','',0,'?'),('éES`*:CmÖ±ÈÔ¹8Ï','wp-content/plugins/astra-pro-sites/admin/bsf-core/auto-update/index.php',0,'þ÷À\'díÞªDÓKµ¸«â','þ÷À\'díÞªDÓKµ¸«â','üaô68/@šN@ŸáÉ#€\0ñ7FWÖà)‹{ŽµZr½%','',0,'?'),('Z@‹ý8¦`¶;\\\\kÐ','wp-content/plugins/astra-pro-sites/admin/bsf-core/auto-update/updater.php',0,'Ï÷É‡:5‰ôk\r¦','Ï÷É‡:5‰ôk\r¦','kSÔeèÝ½®§rÂø‘dYª7¨QÜˆô¾Ó…WEÜ','',0,'?'),('R¡MäÒ¢ux¨Àßâ5','wp-content/plugins/astra-pro-sites/admin/bsf-core/class-bsf-core-update.php',0,'ÁN¸·&¦}ÓÒU','ÁN¸·&¦}ÓÒU','fÁà7¤Ñ ©mì0_SÄ+ÓwJX6âÜ3ý	¾¸Ê','',0,'?'),('&7³æßh¶‰KxT“®','wp-content/plugins/astra-pro-sites/admin/bsf-core/includes/helpers.php',0,'úü9—zÅ³™|o!\\·ÒÒ†','úü9—zÅ³™|o!\\·ÒÒ†','z¨ät4ª!*\rÆæ»6tvc…ñnmÿNå„¢íQ;€äO','',0,'?'),('Ø¨É9µþwÇ¤Ûçº„','wp-content/plugins/astra-pro-sites/admin/bsf-core/includes/system-info.php',0,'IëkçHóåqÊ‹ —ñ','IëkçHóåqÊ‹ —ñ','wät$±E{ÛJ{•Y­C*õÎá¢UÞ$sÆ­>â)/','',0,'?'),('ŠÛôçƒõ=—Z-ýïA','wp-content/plugins/astra-pro-sites/admin/bsf-core/index.php',0,'ü<<P(Ñp™§D¡.r6','ü<<P(Ñp™§D¡.r6','‡9d!ùoð[pž£+œ@Ê_ðžÑNtíÑ]}ëô','',0,'?'),('ˆ\Zeß”¼bT\0C0„¾','wp-content/plugins/astra-pro-sites/admin/bsf-core/plugin-installer/admin-functions.php',0,'Å\"?h?2²$ÅE]\'‹!','Å\"?h?2²$ÅE]\'‹!','ÖX¸~¬i*´vqvšµ¬öÖþ°Y@bœþ-Ä','',0,'?'),('ŸvÃ5Z÷nÇ’¸GÝ¬Ô','wp-content/plugins/astra-pro-sites/admin/bsf-core/plugin-installer/index.php',0,'xÐëûŒV·«O·\0?\0ì','xÐëûŒV·«O·\0?\0ì','KÙˆíùßaD‚(ŠbM„½ìÎ/q0ëÑ^D°E¯Žj','',0,'?'),('PAÆs<Áª÷\n¸à©>','wp-content/plugins/astra-pro-sites/astra-pro-sites.php',0,'¾~§ºÜÉ‡åý{st äl*','¾~§ºÜÉ‡åý{st äl*','þÝƒTšÊîÏvqŠQ±ÎŠjBú~0ýr6j	','',0,'?'),('68úE|\\ê‡‚€‚õ•Ë+','wp-content/plugins/astra-pro-sites/astra-sites.php',0,'Å<Âd&Ë#qÃÕ˜&xnê','Å<Âd&Ë#qÃÕ˜&xnê','*	¬ë¦âºµ‹ÞL;=yI­Mf7„%Œêà¢—>','',0,'?'),('ÿû¤¬¹„ü>¬ú­	','wp-content/plugins/astra-pro-sites/class-brainstorm-update-astra-pro-sites.php',0,' 2»Wl\Zàª2ÇjüiÚ',' 2»Wl\Zàª2ÇjüiÚ',' àb¢É[\\x“VjUÂµ;ØHRB3éè°Íò‰á','',0,'?'),('¯­©|3Þæ…—;§ÿ','wp-content/plugins/astra-pro-sites/classes/class-astra-pro-sites-update.php',0,'p†öïm0/5JÖèn','p†öïm0/5JÖèn','Øà™Û}½Ë,^4ÐHgÚÑVõO2´çnÒ¼št','',0,'?'),('ªpUðhÕ|à%ÉÞ^¬g','wp-content/plugins/astra-pro-sites/classes/class-astra-pro-sites-white-label.php',0,'×HÄ•.]Nð\\‹DF=ñðÝ','×HÄ•.]Nð\\‹DF=ñðÝ','@´:™8QÕYJGÐ´R-6„07:Êbz=€TòZÑ','',0,'?'),('²ËèP^i€Ûv|—oã 	L','wp-content/plugins/astra-pro-sites/classes/class-astra-pro-sites.php',0,'½±Ú… ÇÔùLžÃœö¾ ','½±Ú… ÇÔùLžÃœö¾ ','B]™˜±7ÂÔÄyœÛÍ%›É)ýì3Daè€\rÁø`z+W','',0,'?'),('Oó`ÅDdÝLBÒ&ÐTpI','wp-content/plugins/astra-pro-sites/inc/assets/js/admin-page.js',0,'•`é½Ÿ®ÿ]ÙèUU*','•`é½Ÿ®ÿ]ÙèUU*','æ2Ñs4¡Ot¼æ¶ª¥^¾‡Æ˜Ô(wŽ‚³Ž™8','',0,'?'),('vòË©–Ð`’vä','wp-content/plugins/astra-pro-sites/inc/assets/js/astra-sites-api.js',0,'/š‘ò¼ç”¿ÎHwÆ','/š‘ò¼ç”¿ÎHwÆ','æôš§W[M-É;’%‚ä^fð;Ú½í5Ÿ·','',0,'?'),('å„ûê\rJ»žqlžåR','wp-content/plugins/astra-pro-sites/inc/assets/js/eventsource.js',0,'+ê\ZoÃÎ˜÷Aa¢t','+ê\ZoÃÎ˜÷Aa¢t','‹“*jrQ\'p\'ôÚðèCÓÑç1÷Mj»}·$Aå','',0,'?'),('«Z6ÇËFb’ç÷\Z ñˆÀ','wp-content/plugins/astra-pro-sites/inc/assets/js/eventsource.min.js',0,'=¾_ø¼T×¶JÑ»>i±','=¾_ø¼T×¶JÑ»>i±','fÐŸËãþŒ\0ÓÆÇŠ½ÔˆL¬³ iE\'[ä','',0,'?'),('¾c?$šÝ£ßm¤´—+','wp-content/plugins/astra-pro-sites/inc/assets/js/fetch.umd.js',0,'…ÚÛ\nÞ¥´_í‘#xV£Ñ','…ÚÛ\nÞ¥´_í‘#xV£Ñ','‹Kö+|ÙðÛÌ«M5Jé¦éòÍyÊ0It¥lol','',0,'?'),('çqÁ}#JwÁë×åëX~','wp-content/plugins/astra-pro-sites/inc/assets/js/install-theme.js',0,'\'ùº‘ï;H.á»ø>š','\'ùº‘ï;H.á»ø>š','¡—ÚvŒ-Ð6ÇEã¥Vx2ÿªS`¹~Žß‹†øúªíÞ¬','',0,'?'),('x¢ý&¨váðW7Q','wp-content/plugins/astra-pro-sites/inc/assets/js/render-grid.js',0,'œûÐúÍ£U‚-h7Õj@¼','œûÐúÍ£U‚-h7Õj@¼','Ã¼³ÏðÓ3Æ’#Ö…»‰DÓÐ£#Ô]\"Œ+^!°T','',0,'?'),('Ìæ=Å.êáSx‚î¼½','wp-content/plugins/astra-pro-sites/inc/classes/class-astra-sites-importer-log.php',0,'®¿jøüzgPŽ\'_ÕªÐÙ','®¿jøüzgPŽ\'_ÕªÐÙ','» É,tf.ši}£}Kµ™$ëÛ%¨¬Fâ]›Y×','',0,'?'),('sž™\'šþæ^có½þ=ä','wp-content/plugins/astra-pro-sites/inc/classes/class-astra-sites-importer.php',0,'!2iJùË‚\nv»¼ä$','!2iJùË‚\nv»¼ä$','8±‚$Ï3:æ;R[)à÷¿.Äý¾•jÑ6mÃÑ9³','',0,'?'),('»Bœº]jôÞP£°hòŒ\r','wp-content/plugins/astra-pro-sites/inc/classes/class-astra-sites-page.php',0,'\"M†3¿+\n›É“Ô‰','\"M†3¿+\n›É“Ô‰','=Bæ:aï¹Wð QÒ\r’À\0»*Ùõ9wƒ\ni','',0,'?'),('†pšus´À·&p¶£‰u','wp-content/plugins/astra-pro-sites/inc/classes/class-astra-sites-white-label.php',0,'-(c§-Sè;#¤ålŠ3','-(c§-Sè;#¤ålŠ3','âý å %cŸuÕ$_³*^ýøC×¸>é`ƒ','',0,'?'),('™[Ù³*ÇjO[ãøž\r','wp-content/plugins/astra-pro-sites/inc/classes/class-astra-sites-wp-cli.php',0,'Ò•Ü6,Ê,=/ JîQi','Ò•Ü6,Ê,=/ JîQi','WÅêqõ2†ÞEvh±YÇýà½ãì´bà¯zvˆèÎâ	=°','',0,'?'),('ZõŠ/ŠÌ‚ó+Hçt£\\J','wp-content/plugins/astra-pro-sites/inc/classes/class-astra-sites.php',0,'š{™“;‹¼‡ï(÷/k','š{™“;‹¼‡ï(÷/k','cs\nŽßÁlì](ÊM.§$¤·¦=tªhø·Žt‰ÎtH','',0,'?'),('Ü…\\MY81²•NdÃDÐÇ','wp-content/plugins/astra-pro-sites/inc/classes/compatibility/astra-pro/class-astra-sites-compatibility-astra-pro.php',0,'þŸúó÷Œ~st‹§CS','þŸúó÷Œ~st‹§CS','\"æ!•Âü,ÃË7Ù‰Îü£\"+ÁÝGÑ/¿OLª','',0,'?'),('øÞÛ\\™6Õ|:“hî','wp-content/plugins/astra-pro-sites/inc/classes/compatibility/class-astra-sites-compatibility.php',0,'e¶ø+ÓVÇ§ÿáó','e¶ø+ÓVÇ§ÿáó','\\Ö(P28Ï2 ùæÁ¦…ÇL0š­ßò\\µ‹ÒÚ.‹&Z#','',0,'?'),('ä%ouCEg‚ØØÈ','wp-content/plugins/astra-pro-sites/inc/classes/compatibility/sfwd-lms/class-astra-sites-compatibility-sfwd-lms.php',0,'æf#ÎúŽñÐ_ÅKÎ“)','æf#ÎúŽñÐ_ÅKÎ“)','g\\¯ò‰¦vñG•®À^[GWgE£Š×\'¤W¡','',0,'?'),('›Eé„«B02|½rB—²”','wp-content/plugins/astra-pro-sites/inc/classes/compatibility/so-widgets-bundle/class-astra-sites-compatibility-so-widgets.php',0,'<Ÿ÷ä<\\hï·ém·','<Ÿ÷ä<\\hï·ém·','ÿ}Î•\ZÒáqº8WáEkT„–Š5áw#Õ±ƒÉT','',0,'?'),('›¾–X[0BÄvöpB_¹o','wp-content/plugins/astra-pro-sites/inc/classes/compatibility/woocommerce/class-astra-sites-compatibility-woocommerce.php',0,'õ2}¬ƒÞð¢ô©¯žÚ5í','õ2}¬ƒÞð¢ô©¯žÚ5í','•|}ýro$Ãý®zVm2¥3-Éõ7 ìÞ&–+¬ªÛ','',0,'?'),('Âöšª|Ê‘Þp\Z™®àÍTF','wp-content/plugins/astra-pro-sites/inc/importers/batch-processing/class-astra-sites-batch-processing-beaver-builder.php',0,'X*ø=@\\”%´ó/ÂÈÙ]','X*ø=@\\”%´ó/ÂÈÙ]','`X—\rIßŒÎ\\gþE\rmW`E£ÑÐ‚ú†ÖIc+','',0,'?'),('ÒŠQõüNÔ€t†Ž³ÜJÄ','wp-content/plugins/astra-pro-sites/inc/importers/batch-processing/class-astra-sites-batch-processing-brizy.php',0,'{lQš	!Ï£¡Áb†*','{lQš	!Ï£¡Áb†*','áõ%D¡‘TçÇ–úÑLMŠsžîýD†)ÓxÙøPuZñ','',0,'?'),('Ÿ94%³¢â³¦\nM$’','wp-content/plugins/astra-pro-sites/inc/importers/batch-processing/class-astra-sites-batch-processing-elementor.php',0,'”Y4|øî–b-ë4jç','”Y4|øî–b-ë4jç','IçÑ×ë\0ëÄ,‚‰\"”GDw—Mš¹;‚ã°añ[x°','',0,'?'),('“ôÅÕø8!€­>ObÍá','wp-content/plugins/astra-pro-sites/inc/importers/batch-processing/class-astra-sites-batch-processing-gutenberg.php',0,'¢æÃõy]™ž±HP¸ +j6','¢æÃõy]™ž±HP¸ +j6','§„¿ —J’´0pèÊ^«ûFàºò¹(\'†x [¸\0','',0,'?'),('ôºen¾t5‘NÐ˜›d)Ó','wp-content/plugins/astra-pro-sites/inc/importers/batch-processing/class-astra-sites-batch-processing-misc.php',0,'mõHó3ëMÆÒ[}þÙ¢º','mõHó3ëMÆÒ[}þÙ¢º','u,ûîì.÷õ¥”\0-éé8]Û[‚¬vY*±î','',0,'?'),('	`’Ú“¸…Á>*u).@','wp-content/plugins/astra-pro-sites/inc/importers/batch-processing/class-astra-sites-batch-processing-widgets.php',0,'9 T¿ÿÊaT¢žiGœ','9 T¿ÿÊaT¢žiGœ','ŠrnìLþgLê“\Zí”‘\r2:H·}°²t÷˜eQ°Ï','',0,'?'),('d¥ÅM‘ûZöL†b','wp-content/plugins/astra-pro-sites/inc/importers/batch-processing/class-astra-sites-batch-processing.php',0,'\\~5È{ÛÉ×7A0¡ãp','\\~5È{ÛÉ×7A0¡ãp','\ZÚßŒòà·Ît#ê\"ec•4RÜ=×]U8Ÿiµ®','',0,'?'),('k \'0ãL‚TTÌl”ÝÁ4','wp-content/plugins/astra-pro-sites/inc/importers/batch-processing/helpers/class-astra-sites-image-importer.php',0,'¤‘%çíúõÃA4lLßÍ®`','¤‘%çíúõÃA4lLßÍ®`','ÇkmH \nÑ\nŸ‹ÔÔå_ÖUðdÆåÓþ‘i¿›nÔ','',0,'?'),('ÊeýÒÛ¯ƒ·¶Õ\'1”ÁÍ','wp-content/plugins/astra-pro-sites/inc/importers/batch-processing/helpers/class-wp-async-request.php',0,'ÛªkƒàX¤Å‡@?Ëvf.','ÛªkƒàX¤Å‡@?Ëvf.','t;¸·Ô¤‚/êƒýp_rÂS*ÎO¿;rµÝUbS','',0,'?'),('Võe÷˜;žyƒ –ò®u','wp-content/plugins/astra-pro-sites/inc/importers/batch-processing/helpers/class-wp-background-process-astra.php',0,'DË£…øQÙÉAÛHÏ§òO','DË£…øQÙÉAÛHÏ§òO','Ê ¢}Í¸KÖõ	Qv¥¶ ‰\nQO¥ªq|QÕÛñìB°','',0,'?'),('BBaÑ˜®KšæÆ#„Á7','wp-content/plugins/astra-pro-sites/inc/importers/batch-processing/helpers/class-wp-background-process.php',0,'ðßzäcU÷T-­','ðßzäcU÷T-­','::ïö\ZgÄ‚áßÂÊÿ>øµIæ¹¹Ùp^¦¬','',0,'?'),('rñXÆ>v› ùTk\rTšk','wp-content/plugins/astra-pro-sites/inc/importers/class-astra-customizer-import.php',0,'@×fJo“‹ñ¡86¿QÔ','@×fJo“‹ñ¡86¿QÔ','8\\dZ`x´WØDÃŸ½}b½IÈJ)\n-QœÀ*<=~úR','',0,'?'),('\'ðqÜ¶é0òaÎt÷ÑÎ','wp-content/plugins/astra-pro-sites/inc/importers/class-astra-site-options-import.php',0,'\ZéÞˆ€ûËY©Tq\n','\ZéÞˆ€ûËY©Tq\n','VA!,\Z)PòÊ„žæ/ÝÒ‚“4ˆ>~r(åÕs˜$é-','',0,'?'),('¶¡	d8ê€÷èšH:ˆ¦','wp-content/plugins/astra-pro-sites/inc/importers/class-astra-sites-helper.php',0,'ÏCšÏX¨Á£\\lÞ= 	]','ÏCšÏX¨Á£\\lÞ= 	]','Š2ê:È£ºÒdQLòÇúšj˜	8Õî³?º3çR	„','',0,'?'),('ÚÝa…CiñÉ‰ÓÛ1','wp-content/plugins/astra-pro-sites/inc/importers/class-widgets-importer.php',0,'ÒfwÑéÙkkÖ«sŒU ','ÒfwÑéÙkkÖ«sŒU ','6˜„:áÓ#-#²(wjP»u&DÛæö°×ÅŸ','',0,'?'),('B@µ¸D89‘rU2T²vñ','wp-content/plugins/astra-pro-sites/inc/importers/wxr-importer/class-astra-wxr-importer.php',0,'C›\0»€K!Ä;©$&©Ú t','C›\0»€K!Ä;©$&©Ú t','ûðI2l=Œ\0š\\Ð¥ÍW­!s/êÕEL—Uÿc','',0,'?'),('ö;U¥ú¢i¬uW†Û}Ÿ','wp-content/plugins/astra-pro-sites/inc/importers/wxr-importer/class-logger.php',0,'ËÌõat­%Oþtí¤qG','ËÌõat­%Oþtí¤qG','&n[TþÖaaì|R ÁnñÿœäQfÀøëvbAbƒ','',0,'?'),('÷3ˆÂP©ªÄA„0Ú,O¹','wp-content/plugins/astra-pro-sites/inc/importers/wxr-importer/class-wp-importer-logger-serversentevents.php',0,'…i¼R¥ÉF°\r¶¯Hl2','…i¼R¥ÉF°\r¶¯Hl2','‡ÐfË	Ù7sá7+»“Ð(SO[¯UËŠS©+„õ','',0,'?'),('Ð+¤·aD^I\"z9JØyQ','wp-content/plugins/astra-pro-sites/inc/importers/wxr-importer/class-wxr-import-info.php',0,'\ni‰gZ±ñtnm-Rpi]\"','\ni‰gZ±ñtnm-Rpi]\"','´ÑÙ!«i#oxJ‹±§Ë‘Ö¶ðÆzPÓ\'‚Öé’Ð*','',0,'?'),('“h<×ÓWÆ7PZZYÓÍ—','wp-content/plugins/astra-pro-sites/inc/importers/wxr-importer/class-wxr-importer.php',0,'qNÚ²ØÞ…óÛ%BLÄËH£','qNÚ²ØÞ…óÛ%BLÄËH£','Xä°Äžé÷Ôzá²5ß-š+ŒL?7²$\ZìÓüEPu','',0,'?'),('i\\€˜!h”–Ä›û\"›','wp-content/plugins/astra-pro-sites/inc/includes/admin-page.php',0,'‘ìŠ_—L«pëj€ªoây ','‘ìŠ_—L«pëj€ªoây ','š©Å¬õ¢AÁ™‚lø¶;Á	ïS¨â,¼ùa?˜×¯;(u','',0,'?'),('ýÒ…øÚQp!–eDŒi3c','wp-content/plugins/astra-pro-sites/inc/includes/white-label.php',0,'GÝo™ArämÀJ‹v™Ù','GÝo™ArämÀJ‹v™Ù','c=ám(@‹¥Aa=Çw¼ï»ÈÐízìq ›\'hYÉÜ²m','',0,'?'),('#’Å·âý FP¨åÄ','wp-content/plugins/astra-pro-sites/inc/lib/astra-notices/class-astra-notices.php',0,'áŸäÞ÷Ñc.–','áŸäÞ÷Ñc.–','Þ=pû©þyð¨+yw×ÀÌþ +ìè>ºìYû7','',0,'?'),('¤ÐÞË	W¿«1 ÿ>C','wp-content/plugins/astra-pro-sites/inc/lib/astra-notices/notices.js',0,'v«¼†Ðù„b›2%N*ì','v«¼†Ðù„b›2%N*ì','ü/|\\x¹1ë}þRÇlß\"û‹oŠü¸‰ŒùÕ´ØÎ‡','',0,'?'),('ªÃ;¡GdÀÞ0¾Ã^','wp-content/plugins/astra-pro-sites/includes/license-form.php',0,'ÎÊ˜;S¼\nu(²K¦wÂ‚','ÎÊ˜;S¼\nu(²K¦wÂ‚','5úÝŠ£`o)š/6™·~Xõ9Ýèq˜V¿Zg','',0,'?'),('“¬$°ÝË¢rÆ\n½ÅïA×','wp-content/plugins/astra-theme-visual-hooks/astra-theme-visual-hooks.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V¢©H‚o#w$w$YQY','ŒÖðZUf’eÂV‘E±Š,bF¯ÒÈîEîz','',0,'?'),('Àâp,†+¿Èó¸¯°H K ','wp-content/plugins/astra-theme-visual-hooks/class-astra-theme-visual-hooks.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|…‡ZÌç%ì1ƒC˜|','%C%y<îPã\n“V\0¼Vê\nrV©I3äTÂF5“}x\\','',0,'?'),('×—f@¬S¬·ZúÞ;•FËÎ','wp-content/plugins/astra-theme-visual-hooks/readme.txt',0,'™¼7s\n£=ÐS§ÒoÁ','™¼7s\n£=ÐS§ÒoÁ','¹èÙ],¹,kIP£ÏÑV0ÆS’ËZq\\_‰MkÒ','',0,'?'),('´XÕÐ-‡°@.@¥´Z3','wp-content/plugins/autodescription/autodescription.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','í\Z±Ùt8e¿áÆ:ûú‹','G‹‰~€ºLGì-¬ÆaûÕ6N.¦Ÿì‘G¬â£5ð','',0,'?'),('ås­n³Ì¿¨\"–Ô¹’ü0ë','wp-content/plugins/autodescription/bootstrap/activation.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.–Ñõ®Yõá‹Ò¤R','$B5|¡†^¤ó³Š\\üJ]Ô_)ŸÒxOÔ&š','',0,'?'),('»Â](ˆÇµß;xøÞw4¯','wp-content/plugins/autodescription/bootstrap/deactivation.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','šX±Ú.m¨tx¥«·íUv','¹ü}Eºn\"5…ÎˆF3ìÓ¯ñšîÝ{tÖxžŒËýÑÿ','',0,'?'),('‰ïva	‡ ¥˜ðP…Ô„¢','wp-content/plugins/autodescription/bootstrap/define.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÑIY‚i•¨ñr,of[]\"³','©å#Q‹~âxmÁN—?ôÚ)Ÿ!cþYÃïzbÈãF','',0,'?'),('ÒÑ”óÒ¸Ri “ûÙõ','wp-content/plugins/autodescription/bootstrap/envtest.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Õæ?ºb\'0×‹ê¦6C	Ù','Œâ=Õˆ^6;ÂV*ÔòÁ<iõL\\o\nˆ¿ÃFÃ[eÿ‰','',0,'?'),('Ü’õ%”‘\0Ç¯*D«4R‰','wp-content/plugins/autodescription/bootstrap/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ö5œ†§®*“¾xq\0Í','IªÇ˜ý\0	\"]e¢qü[…‹Ž eeÏWGsu','',0,'?'),('Ä³ÌéN¤¸‹v7£²¬\0','wp-content/plugins/autodescription/bootstrap/load.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¼`km½X¥ý§U¸ŽÃ','\"ÆÕ»vNÙr:t_#I¨	½Ã¡®@ŽºIR5íÊÆk','',0,'?'),('Äm €ÊWŠ|xt1>ÖÀÝ','wp-content/plugins/autodescription/bootstrap/upgrade.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ý^bôÖÕÁ«Ø¾øºá£b','ðÜ|N\0É.CˆH\\ñ©K!žÝzûÛÕ…B','',0,'?'),('Äqß%PžïÛ\r\n?Ë','wp-content/plugins/autodescription/inc/classes/admin-init.class.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÕD4¯LýGÁnm/¢O*sA','V‚Q0qn‹ö:úF\n(HÈ?yoµaá1\"˜Ïlˆb','',0,'?'),('‚dJd_xÆš»6ÌÍsB','wp-content/plugins/autodescription/inc/classes/admin-pages.class.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','KýuAÔœ\n¼~ø‘?°ú','>6JÆ¶¤¨hÝÎAŸ\ZÊÎOÅµä‰>rnîôè0«•','',0,'?'),('¤RT•©1à¿¬’òhùú@','wp-content/plugins/autodescription/inc/classes/bridges/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÍBIÕw^€T†?ð£ƒ“','G\0€¤dœë©–?‰k†>©Ú]¢ˆRu¬Ä\nÝr¶syÚ','',0,'?'),('ŽÏsQÈD¿Œ= w35e','wp-content/plugins/autodescription/inc/classes/bridges/listedit.class.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ä&ý¸RýÔþNxÙ·Ô=','ÓUŒ#w*Ë¨MÚÎÿvÍØ8(¨‚7Ëê^#ãåìÚy‡','',0,'?'),('1üj–]É›}ù5e“»§¢','wp-content/plugins/autodescription/inc/classes/bridges/listtable.class.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|o¼5*o‚ddøÖá¬W\\','jÜóy_\Zùb ·Z:]ƒN®ZäX•‚â\"¿±jê','',0,'?'),('járó8ÊUq÷­ä¡«Á','wp-content/plugins/autodescription/inc/classes/bridges/ping.class.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','MVÏ‘l¨à!à[œ†â“','ð¥€—åwŸ|Î=ŒAA\Zmi×¨¡ƒ’ÂU»|\ZkŠ','',0,'?'),('1Z4Ì§Ž^[„Òz]ÑP»','wp-content/plugins/autodescription/inc/classes/bridges/postsettings.class.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ì¨èÜ~jÝT\"õÇíÕÕ','³¬÷IméQm˜x’Ý–loËYGÞ³úòœíÎÅd','',0,'?'),('’óZÆŸ3\0\rÜAÚ¬Á@Ö','wp-content/plugins/autodescription/inc/classes/bridges/scripts.class.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Fîo!®dô3Ó#áF(','„ñªÿ!Ž`sÍ&ƒ.ö²¦¬¶ÊinâSÜ>‡¥³ÉA','',0,'?'),('âàì,p\"–……G({‡','wp-content/plugins/autodescription/inc/classes/bridges/seobar.class.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I§Îuö^”~  x¯â;','Ä:µ\0;œìê@hmÖèÆï+;{À´Õ*¬\Z9ááG!~','',0,'?'),('Ð›žxeÓÞéâ{¿ýÈ7c','wp-content/plugins/autodescription/inc/classes/bridges/seosettings.class.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','…ø–ÐÙ¢o‰ä [Ôõú’','}ó¦|ë¢kÃsFe‘§´G6¢‡zÜ¡q.CÁÐ¡','',0,'?'),('5ûgþ²®Iƒ óá','wp-content/plugins/autodescription/inc/classes/bridges/sitemap.class.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','å<As<k¦ÌêúŒ\ZËž','Üƒ€6åÌ†³ŠmÎƒJI[C%úüEà¬/«ùŸ§','',0,'?'),('ÂÙ–f§?™SòøÃWÜ<','wp-content/plugins/autodescription/inc/classes/bridges/termsettings.class.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¢q•°}[Æa3D+¸N','ÜÐ”ÆyŸôÒ¦7Š‰ùöJ½{LBÒga_ÅíOê','',0,'?'),('º\ràƒ;ŠÚ_Oku0Q','wp-content/plugins/autodescription/inc/classes/builders/images.class.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','tó‡€?¾Á(úªÑ±j','\Z¹4-¯qHoõäJ6ŸäYƒžÞö/³x$×Œ×#ä\Z','',0,'?'),('=b_g$è¸\'¥Cj<ò›o','wp-content/plugins/autodescription/inc/classes/builders/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¨£¤VÀÇ¶hzÅÍ&é:h','<72´Y•zKf¼5¾\0L¥`sÓ]Í3™ßÐNÉ','',0,'?'),('ÿ¤…(ýV°I×’8ýðÔS…','wp-content/plugins/autodescription/inc/classes/builders/scripts.class.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R}ýs¥…£r\n¥·X\'%','Æë0øÉ$Ø„U§P$^^ì]BPeM÷ÚD¹ÌÒ?Vä','',0,'?'),('’³%fÒvÆL‡W4^¡á§ž','wp-content/plugins/autodescription/inc/classes/builders/seobar-page.class.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','DLóTª#½ªw»~T\\','ˆ…þÞBéÛ|}çr>t±©?Ê	Ÿí/\0ãõíÑæ','',0,'?'),('9ã>$ã\\¿‚ˆ?@\ZQ','wp-content/plugins/autodescription/inc/classes/builders/seobar-term.class.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','xŒá^@ï6jÿ”(è','¯?>Ñªœâå;µ ÕÚbkY­p1ÆRìWY¬','',0,'?'),('±s¨Í„¼ö²à«Ï3Sî0','wp-content/plugins/autodescription/inc/classes/builders/seobar.class.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','MyRí)]§mÒ‡?Òn¸“','OµV=ØÐÁ7d”Ð¿­¼zú´Ø¦™:ËÊ','',0,'?'),('*56˜*…eû¢­F¥‚÷','wp-content/plugins/autodescription/inc/classes/builders/sitemap-base.class.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','XË;Yé‘Tµè¥‡	Ë7','Æw2q	Ï“‘Jhu®„õº_í+(á*~mDMþNÝò>','',0,'?'),('b˜™½¡4…fáD§¿>ÅW','wp-content/plugins/autodescription/inc/classes/builders/sitemap.class.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R˜“ïQ/m_)ì¿M»','h]“#5.Ç…B`1dUÎŸÔƒ#|£)¦cñ\\ž','',0,'?'),('½Ø}Îh×¹…F—O!mz','wp-content/plugins/autodescription/inc/classes/cache.class.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',wS„#•Ó€·böƒþæ','É>\Z,éd\Z÷ÍAª„Ñ¶Ä˜ÎâúÒPŸ/€Â!ÞMÎèÓ','',0,'?'),('3ÈT½\\—Ýµ.@§Q(Ú:','wp-content/plugins/autodescription/inc/classes/core.class.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<L}>ÃYz¹’|','‘ÁFSwS{SOôDílŠ»ƒB+«S„’üÃ½oZÔ','',0,'?'),('ÙŸÃœ)	•wµ;¶§','wp-content/plugins/autodescription/inc/classes/debug.class.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9œ©po¬Ë¶gî™Jë~v','¹¤®´þ–/ÂFªKà9CªíÎ£k2³i(]º—£','',0,'?'),('˜ÿ³PîÇ£XîŒ$','wp-content/plugins/autodescription/inc/classes/deprecated.class.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|ˆÜŽDôðø’²\'ûÝ','C»ñÝ`\"M¢ÈµÓÕŸ$Cœ 6cR¤(–@\'RïO’','',0,'?'),('Pqqàb›}Bêª|[=o','wp-content/plugins/autodescription/inc/classes/detect.class.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','wlˆ¨w¡“bÜ¨ZÀüŠ9','å>~®Áá›—RcîK×Sî¶L“þ›\Z<(Ò%','',0,'?'),('V_ûT#>õµ¨ÏcÃûÅ5','wp-content/plugins/autodescription/inc/classes/feed.class.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y–Av´|´h”N<–R6','½\r¸qêa¡UhÚùº¦‚¥Õs‰­Bilâ°','',0,'?'),('XÈW´H3pÏu…ê','wp-content/plugins/autodescription/inc/classes/generate-description.class.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{î£9·|WCëÐî¦xˆ','´è‚ðp§\r\nJi÷öâtIuQ\0¶ŽŒ!	,¹—©xï','',0,'?'),('8Œ€ÜÌ7–ëÜ¯+Ææ6„','wp-content/plugins/autodescription/inc/classes/generate-image.class.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','XÍ\"Ô\nªÀ <âÞìf‰','Äø`	ø²8|,À±RÑrt‚óo`2÷gÒ•°8ˆ\ZÚ‚','',0,'?'),('þÚ/ë !˜c_ÏˆQ-ì','wp-content/plugins/autodescription/inc/classes/generate-ldjson.class.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9 Ð·³Ï\nU”ç€ÀR\n','-T\\ýGÅÄBÈ#D\\”DßJV\\7=e!‰¬nd‘','',0,'?'),(')8JAhÓ¹ï”÷§¼«P:K','wp-content/plugins/autodescription/inc/classes/generate-title.class.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ªTÅÝa5øY7R×Óè³8','×XŸªjW\\­<Ýlˆ\"¯˜L³ÜÅ+9}´nŠM¦S~©','',0,'?'),('ý_©–Å¤	ßÔbWŠ','wp-content/plugins/autodescription/inc/classes/generate-url.class.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','oÖ‚>êƒuZÆÖvoZJý”','ÞØhŠO‹Hð¦˜¬«ØË¦S\\+Óš5rB\rÑç','',0,'?'),('x\Z[Û€¹UëŒq-°ˆÕ¸','wp-content/plugins/autodescription/inc/classes/generate.class.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ôõ\ZéÉž2ÃMéÁònì','Özå+•mÅ:¢Y‡Ö«+*ÝøÃÒ5ö°Ç§Ó0*ŒQØõ','',0,'?'),('òÚJŒ2žéOæd}Ha','wp-content/plugins/autodescription/inc/classes/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hï±BawÔt`¿Ê¢ò»˜','{Ðõ¯„¿\\ÞßQ×Ú7}ÛJE(Z–¹àã––¯¼Ô‹','',0,'?'),('ÒÃÛ¹-.co<î!Å\'','wp-content/plugins/autodescription/inc/classes/init.class.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ü“ÀwºäŽ¦v)¦','‹äJX/\Z|Oçf†I¦qÃÊç!²dÇÈx@•!(M','',0,'?'),('Mæà$x/Fí9R·OÛ','wp-content/plugins/autodescription/inc/classes/interpreters/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','uÆ&É²y°š‡)bjáÁÉ','	]Æþ7ø^ÃHFC²Ä²|ª¦Vþ¢z›ð/¤¬…Wú','',0,'?'),('±Î\"îQO…‘Í¹iè¦Ó','wp-content/plugins/autodescription/inc/classes/interpreters/seobar.class.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','áBàY ÷/Ž«TÏò²ýÍ','+SpH°iìtPª½?—CxïeÉZÅM€²}‡´€','',0,'?'),('deÿ.jæ˜H=vŒ´K‘{','wp-content/plugins/autodescription/inc/classes/load.class.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Œš\Zu¯’&cÝ’F¼Ü3','‹!yc?Tå™íTƒžì$ûmÏñ[‡ò+Áhê`àW','',0,'?'),('\0y©¶±ú¬ÕíùòQãCú','wp-content/plugins/autodescription/inc/classes/post-data.class.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','éôüŠ?{Zòë†QS_Pj`','ì_o€*?\rÀîS8,Þ7wÉëOX1Y¼WÁÙS²JÐ[','',0,'?'),('H£nÜ_Ý©ß¡P°','wp-content/plugins/autodescription/inc/classes/profile.class.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','»*:¶Çèº%¦´sÊˆB:','K’Ä—J|@Œoê~nA®’èídpTžb\0¡€Š!‡','',0,'?'),('0çä;î.\r®±ˆOgéÈ','wp-content/plugins/autodescription/inc/classes/query.class.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hóDðÓ‘øµÏaë™³;o','0ê.êaMŒU@BfÒEÝ)ÿf÷Ù9liÅ+G5×¶','',0,'?'),('Ñ}TxlËfXª§LêÌ™è','wp-content/plugins/autodescription/inc/classes/render.class.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`£…?	v#]Ûü4õˆê=','xÔ•êõYÖ´ê²]@oV©<Þ©òÒ¯\0GÆ','',0,'?'),('*O8Š\\¤ò›ïkðûµÅz&','wp-content/plugins/autodescription/inc/classes/sanitize.class.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'œÄøa™ÀÞ(M|[Ñh','­#Z9›6iöâsXD‘TGûÔP>¥Sa›\nsô|#','',0,'?'),('³j\Zž¥!ÝÁ±ÿÃšp','wp-content/plugins/autodescription/inc/classes/silencer.class.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¦±¦\0ú{ç:ÝU\0¸J\\','SñèCÏŽko‹{~òáå£T; N“.=aØ®Èk­Á','',0,'?'),('x@”ÿsS©ŸhLS·g\rÆ','wp-content/plugins/autodescription/inc/classes/site-options.class.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!D{¼j%Åo!é¡Åo','2¬fbËÝÞzI	5%Fžñ…’`ÿhÞ•“¤È[Ú¼ö','',0,'?'),('¬X²¡ÚìÙÚçpdd\"','wp-content/plugins/autodescription/inc/classes/term-data.class.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"åÚâª\'¾yÓ¹°ˆ…g','M›¬(wãF	~³4	$é8!ÅŸ%ïcÉÞ‘Á„–2Û','',0,'?'),('Ö\\[n·c¢6c•o:†•(\'','wp-content/plugins/autodescription/inc/classes/user-data.class.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÅNÊ*‹Ëv³«+ð¾ûw','‡Kõåõ8tàÞJ\Z·zzTr†\r=+äìÞÁ6€','',0,'?'),('#ëÕcÜYÍS…Ê¼†#ª','wp-content/plugins/autodescription/inc/compat/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Þ;ÀØÕ Ø´Dv>?¸','ÃÝ°-E‡¤n#š$$™wEö”ÆQƒTÝÑïŽØÊA¿Ï!','',0,'?'),('=}”WÙÄýBd«#','wp-content/plugins/autodescription/inc/compat/php-mbstring.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','™ŽUP\'{ïREÎÎG >¸','Ñý¥.…òFQ>Û_8ÍÜ•Œn	†A¦J\'*©·#Co’','',0,'?'),('Ê#ò»~$ÈÀyö	ð\\q','wp-content/plugins/autodescription/inc/compat/plugin-bbpress.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' œjðâSÜÄ¿µ¯iÜzú','€àÛôSåjEÕj­E®Üsa›×é†öÓê¥Ôã','',0,'?'),('è/‘¥ dcYh’&›{œü','wp-content/plugins/autodescription/inc/compat/plugin-buddypress.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÕÀ1tç5˜ßÖÑ—ô×k4d','(½e\nEn› _â„éÑƒÆºxå‘¦\\ƒŸ0šñóß¤','',0,'?'),('€7—®Eè+ÈåsaÒ','wp-content/plugins/autodescription/inc/compat/plugin-polylang.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|£]£í¼øNÉñÕ]','ÔfW,yò#7Ü÷\nC\0ëKs¿ƒ\'°ð/¿Ç%¼i>','',0,'?'),('°’©ßêÿâ„CÑE½Œ\01','wp-content/plugins/autodescription/inc/compat/plugin-ultimatemember.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Å‡{ñæƒBâKƒÙSÈR±','G1[·Ó!ÒÉ³\'œz^\raóJ[áú•Ì\\ëXøÉü','',0,'?'),('¥+\Z‰P¦)ÜN×~«$ü¡','wp-content/plugins/autodescription/inc/compat/plugin-woocommerce.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¬™BøWi_‡ ctÎþù®','^ù”*óf˜AÂbr.%ô01ƒ‹3³4!58ÀÝ','',0,'?'),('†Ó-¦À\\›òt³â¹H','wp-content/plugins/autodescription/inc/compat/plugin-wpforo.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','gVøªá]ËQ¿xýa¬ÈG','…^2®ZUX††Gå”Õäž„çrtS<ÊAýzØ8','',0,'?'),('õó›v¥\Zë[]ë‘ê¤‰Ç','wp-content/plugins/autodescription/inc/compat/plugin-wpml.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','æÛ,}òA\0ê¤$Ý^¥(','±PJ*‡ƒE`iTJ¾	U\'s¨¦Ÿl¾[—[crH[€º','',0,'?'),('ST«ýÛUµlµHx\rE×©','wp-content/plugins/autodescription/inc/compat/theme-genesis.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e+‡­ž\n­„æÑ·Ê…','ã»uC­þØ‚|Ç\"¢áxžRé+”7ú):oGìçÿ','',0,'?'),('g[M_’ím:ys3XÚ|','wp-content/plugins/autodescription/inc/functions/api.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','à•Êq*¶Ú1Gù?9òþ','8\"\'%É%‹äyç/f{!ì¢¨xŠ‡¥é»Èà´','',0,'?'),('ìA¦Äî«‹€zÙ~G=','wp-content/plugins/autodescription/inc/functions/deprecated.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','fi	ªÖ\ZÞ*Ìsmôõxû','ÜÆ˜9ç1^ôg±|.óõ³±âD¹Álg3uÝbOu.Êq','',0,'?'),('@íœÙ3þöX–‰*åí/','wp-content/plugins/autodescription/inc/functions/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ó=:†Œ£äî6<ý¶tˆ',' O„k±Úy²àOþýÖ¦…Ëx ö\rk\r!ZwL9Ò','',0,'?'),('\\~íÓÉW|‹N¢ÀËìdÄ','wp-content/plugins/autodescription/inc/functions/upgrade-suggestion.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z¬§Ë”begàÀñò—L½','bÃ•;q£Åù8ýH\'/¥ØÅågªåqJÛZt×M;„','',0,'?'),('bØìOººAJßûý«-]go','wp-content/plugins/autodescription/inc/traits/core/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' >Uµk2Ùuô©Y^]ž‘','k sðu~\'OØ|Dî\"r¾ÈÀŽ7…îl§Ž‘','',0,'?'),('dŠ¸ 8½¶3¿÷c>2é','wp-content/plugins/autodescription/inc/traits/core/overload.trait.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','³ö>&´M0–žM)aö','=«ßŠ*÷Û$È‹Â—­1³rK)ÛAÀ\0Ž\rËÝÑ´Õ','',0,'?'),(' 1êI%hEÄÓ©žÍDR¨','wp-content/plugins/autodescription/inc/traits/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','°X|!Ñ/c÷£ø*D¶žÈ','„ZíÎæ#*êß>ôÚ%/ÆYâöÔW!ºRw>5QFËP','',0,'?'),('Úæ9°ðB¢GŸÚÿøP,','wp-content/plugins/autodescription/inc/views/admin/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','cn}óZE{Ÿ¨ 7>¡]','å˜­txB‡žu¥MoH@’ü4M À|Ž‡sÕÌ','',0,'?'),('Tu„–;²?À~Í‰','wp-content/plugins/autodescription/inc/views/admin/metaboxes/description-metabox.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¹ãEòMæ8Gdïý.É=','ãÁºäïÄªœ;>–fmÃ¤a›c¬,¥tÅªPSŸæY','',0,'?'),('ä‚Ø‰9&_Y\";{ß”','wp-content/plugins/autodescription/inc/views/admin/metaboxes/feed-metabox.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','šYT[Ær§Dé¿/HUT4','¡”~Jß2?zŒ¯ €:A®¸¢ÎÐ:q[¿0ÖÎ','',0,'?'),('Ÿw+øãh¾eB]é‰\0m','wp-content/plugins/autodescription/inc/views/admin/metaboxes/general-metabox.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b´ó@¼€×iöè|)Ðx‡K','™ˆìtšŸýæ–w†Ôò š¸Ú!›“Ý€‹Ë$Œ','',0,'?'),(',!K€À–þ\Z©ÀIÊ•¥é','wp-content/plugins/autodescription/inc/views/admin/metaboxes/homepage-metabox.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','˜‚ù‚ëâ3\Z¼RGc4','‰t11Uîæz¬ë¶êÁ[åKl/7I\0K¡œÇ1’ÚŽ','',0,'?'),('^#„ÑXãŽÐŽQÞí±h','wp-content/plugins/autodescription/inc/views/admin/metaboxes/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'àbI¢Qß\\dÍ™—ZL','‡Ö,v‚â6ø¼{DzY °A u‰Ãä¥¯ç®ï','',0,'?'),('%R÷}ÁkÂãš«z%d´í','wp-content/plugins/autodescription/inc/views/admin/metaboxes/robots-metabox.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','èåØÆÄi´ÎPd?p=¾','[¦.-8sØö˜\Z˜Ýò¨\"ðÀºôZU,’vŒ$JD','',0,'?'),('|l(nÄŒdŸÞGË¥ö)','wp-content/plugins/autodescription/inc/views/admin/metaboxes/schema-metabox.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÓÞÿš¶	÷:Ÿ/I<±%Õ','EÌh7½ÀúmÛ‘2Ð¨LBÚ÷«Ì(câñ£$zì','',0,'?'),('LÑá•h åze»•;+','wp-content/plugins/autodescription/inc/views/admin/metaboxes/sitemaps-metabox.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÃÐ\'P†e*‹|)\0žˆ/','ñ¯N¿	ùŒ$	m&üµQók+£ùä\"OK_Ù¡—Õ','',0,'?'),('È•tfsŠ38{Ëïù\0Ú','wp-content/plugins/autodescription/inc/views/admin/metaboxes/social-metabox.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÏD·Ÿ«‰²®ý•^>_æ ',' ¢\Zc±ÅõE•°©vô§*áû)¾YPOWÂú{_&','',0,'?'),('ºWýÀì¤ÁˆšbR¡Þ¤p','wp-content/plugins/autodescription/inc/views/admin/metaboxes/title-metabox.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H—emÐ4Ž_øœATU','­Æ¾©@|n÷úX_î\nkÙÂ’Xè“È˜Ã{”þ%','',0,'?'),('ñžD¼°lŠ(UhÌÊ•7','wp-content/plugins/autodescription/inc/views/admin/metaboxes/webmaster-metabox.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','šÝW¨pbðâˆÔë=lw:	','—	Ó¶Û>ª½]úý·1´/lýuí:Y˜ß‡¬','',0,'?'),('O÷€w‹`ÓÁ4Û¾ýàH','wp-content/plugins/autodescription/inc/views/admin/seo-settings-columns.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|Ö.MÏÙñ-ÁK®¥n3ßÃ','þ·î@°r¦í˜·œÌ±e,¶ýÕN³¼r‚ÒmGî`','',0,'?'),('VëJØMd~;ÃÂ2^zL','wp-content/plugins/autodescription/inc/views/admin/seo-settings-wrap.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ó×’«×, ÝóÓÀ±ý`f,','ò_é¢Š«@C×X@îÄC&\0ÚaÔ=+$	WÔ*|	‘…','',0,'?'),('ð€»ÎKÓÓþ›ÂŸˆ\0zj ','wp-content/plugins/autodescription/inc/views/admin/wrap-content.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','éq8ÉÚT¢[ÿFŽŽ@]M','Aå€¤—S]…^lVïåãK\0}\"\nšïwÛ¨Q´I','',0,'?'),('¾‰ê&¼#–Ø#+ñw¶','wp-content/plugins/autodescription/inc/views/admin/wrap-nav.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>’²jBötø›O£{w2','I‰y@wÛ”)…y·é‹GÆ\'¥öš³8Ü¬’Ì\rCéÏT','',0,'?'),('ÃÜ	bÖwUäPL\\À½¢-‰','wp-content/plugins/autodescription/inc/views/debug/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','«àhŠAê_ìhž*$','ïÑ+§ ¢Z=b Œú‹­³Ùøk.hÞ›­éÇù$@¿','',0,'?'),('ÁÇŸÒwgXSï’o¤\'Ô','wp-content/plugins/autodescription/inc/views/debug/output.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Øä?Š»“HtyšoÇT­S','æäFÍhR Ážv1H¦Eyw[˜¶“ç)S.Ò·Ý','',0,'?'),('Sm±M`—¤|L¸+i\'	','wp-content/plugins/autodescription/inc/views/edit/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¼D–¸ÓîÏžàZ\n›G_C',')+¥ú0Œ)ã¼Ufƒ°Ý7¦ïæ\Z]ö“úñåâç\ns','',0,'?'),('ñ Y5Š?JHJ3€\ZÀ$R','wp-content/plugins/autodescription/inc/views/edit/seo-settings-singular-gutenberg-data.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','€!ã^ŽTßõÞ)®òÍ',')­g*¸¯\'F×».8³,VµýA³™§˜:«f\râˆ','',0,'?'),('óÖM×^íà\\÷’ç0¾¹','wp-content/plugins/autodescription/inc/views/edit/seo-settings-singular.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','…K)åÆšÅ¢‚½²ÐÉ˜¹','IÕ{5{ð\n¯ÕË›`´™LP\"V0#§\'L£ÈÅ2×','',0,'?'),('0qësB7ÖºÅåØkY','wp-content/plugins/autodescription/inc/views/edit/seo-settings-tt.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ùâ$À<yyÇ3ÂOê','w±$‘ÉJuÔ…¦µýº¿od)7Àßw¬êVÀk','',0,'?'),('.Š)Û»ÏìšËaptâõ','wp-content/plugins/autodescription/inc/views/edit/wrap-content.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¾”¨w+@\Z±Ûöã','7€±QäJÊä5’¢Ãy³<’>5è¯ž–Îf¥[_´ü','',0,'?'),('ˆ×Ó4™S¶ó¢ÙKÈ','wp-content/plugins/autodescription/inc/views/edit/wrap-nav.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','û‘ez…L\0¿àõg','%ì¹@•ôð}§úü£ùNÎ¢»c=«]+~ë\nŠî\nYâÉ','',0,'?'),('¤¨RW™˜\'o‘\Z­!7k','wp-content/plugins/autodescription/inc/views/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','â¿t÷Ìü÷\n˜LÓÈµa','’Æ…®³KÙ`&Ü&Fe”\r[1ÇCIOö}Ì^‘|ó¡','',0,'?'),('ÖŠ9ÎÎ¥¼¯§žF²+¥','wp-content/plugins/autodescription/inc/views/list/bulk-post.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','KkØ	¬‘ÛÊ?m»ê ','òOÑ`æÄ^˜%ê¢Ÿ	k#ZfRÐ;CØšÇ™\\C}›ë–7','',0,'?'),('¸_îa¾Í5Ü_6Ð©©','wp-content/plugins/autodescription/inc/views/list/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','„¥Ê¤4Q¯A~Ö^ÍQG‘','ÓËJM‚†Ö?”ø»ÖO,`Æ‚ì(GŸˆÁÞd[b','',0,'?'),('|÷ˆÿlùaÆp’ö;[y','wp-content/plugins/autodescription/inc/views/list/quick-post.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','• ´=î^‡ÛÆÎ\næ#/t','­T®°9³TJ<ÏÔê	Fß©Œ‡(È9 ¦h…V¢HÖ','',0,'?'),(',Ô|kÄ]€],›>?;ôh','wp-content/plugins/autodescription/inc/views/list/quick-term.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o Ö’“DU ÷Ž ¬\0+','õ’€knã!˜Ebmávíß\0]ÆGÆñ3×Gi![M','',0,'?'),('¦7x—&¹†¦«æ^Ce','wp-content/plugins/autodescription/inc/views/profile/author.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Û5“aì­9ºçˆ?·õŽ','\n`ü/`sˆÈBþMÎ+ñ#§¢äÐ+¹ÙÛ—ú.ð','',0,'?'),('\'‹¢×æ¦•6’¢K÷’Ì¡','wp-content/plugins/autodescription/inc/views/profile/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k~{4)M}òË‘Òßx','Ãþh0Û_Ê•I_k]Œ÷IcåÐ‡pà^\0_ÑµöÁ£‚×','',0,'?'),('7œÛ	ß2å£×÷N‰€—','wp-content/plugins/autodescription/inc/views/sitemap/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¢ÅF·µ¢Š‘íIC^Ù','ç‰¿2¬ÍlÑèˆ×\'m™‘|ÖùN6âo;Æ=','',0,'?'),('uö‰Y¦±„ùÕí²_•','wp-content/plugins/autodescription/inc/views/sitemap/xml-sitemap.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ýw°)^¹iµ?6ƒòWc','Ç®ÇºH<Ÿë±µ]mÏ Ç…:òož@1‚®µ=0û','',0,'?'),('™ß¿„_t@Ø6ý÷C	','wp-content/plugins/autodescription/inc/views/sitemap/xsl-stylesheet.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','•ò¹X¨zÁ£´x±âÍÉ','ƒ®å>Y]ŽÁ.\rå™‰2ÞÏÅŽá’ü,€_*!®QÛ','',0,'?'),('¼s¶Ü€ÆEëWAé#Óò','wp-content/plugins/autodescription/inc/views/templates/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','sñýÒJ/yÛ‰…œêÙÜn-','~“å§£~<©ÎumjLÁ´Ð€Cs,æUâ¹’','',0,'?'),('ÞÒIÐ¸Éö	T®$´','wp-content/plugins/autodescription/inc/views/templates/inpost/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','œr~—±Þnžé©§³','ß“«@škÈb½UÉM\0¨ƒªJ	´“TÓßtDWc','',0,'?'),('«i‰=ÓYÏ1ÕØfSÜ^','wp-content/plugins/autodescription/inc/views/templates/inpost/primary-term-selector.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g¶”GíXƒ–É;ú+ÓYã£','¶Ü(‚W\ZUM4µ1ZÌ‰:¢p!\nÁhw>=Qç{	C','',0,'?'),('Ñ·¬ èD(M4ýe’','wp-content/plugins/autodescription/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¡®kìä7X·-§ Ý²ìæ','ÃŠžóï@Ù«äHXh²ÊtÅÔ1¾ž›Y}ÿ #µ|´e÷','',0,'?'),('Œ;çB!×@R«o^q±Í','wp-content/plugins/autodescription/language/autodescription.pot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ZÛõjm’[Ì+;\0Vd›±?','bÕ•yÅ|iŸ¾×«×Õ÷–B95[uî³7I¹eÐ','',0,'?'),('ý½`å`²Î5\r2™µççü','wp-content/plugins/autodescription/language/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','öêÛ¢ú%KhâÂ]K•','´Qß33áˆÌ\0çÎ€}>Õ5dÖwpðÒÙCø¹ž6','',0,'?'),('³qÜÜ{;?{$H\\','wp-content/plugins/autodescription/lib/css/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h’sÄñ\0|™ø±¢?½ÜË','¹¨ÏiÉ•ƒ»Ç”å)¨&Ã öókk=˜„¡ŠÈ\rf†','',0,'?'),('Š	ôb&$„OÞË¤ÞˆÄ<','wp-content/plugins/autodescription/lib/css/le.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','TÚå´¼YB	3ŒŠy‰','ÃZœâ°¯5„lú³W”?¤ÄÑélÞSü–M÷V~cT','',0,'?'),('…Ås¤ÊœQIx^µ­±Ø™','wp-content/plugins/autodescription/lib/css/le.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¿o¸X›i\"BkAçö‘ÿX','0c/ OÑòY¦TÇ‘óçAÁFññ&ú[êØ²ÅÍÐM','',0,'?'),('U+œàÑ0Ÿi¯‹\'þ²','wp-content/plugins/autodescription/lib/css/post.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ðL·HUè§ô\"ø–„~_Å','è“½?}Bðƒ¾‡® ýÄå-ö|Ù{²h›TÑ´=br™','',0,'?'),('\0@s„ì·Z^q	ÿ÷ˆÙ','wp-content/plugins/autodescription/lib/css/post.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7ú.]#p=’fW@ >w','ú5¿Ü[BÇu°@ó„›\"äÉ{H±œh5þîÓÖCµ-×','',0,'?'),('Ážf´È‰ûE¥Ê˜‚u|','wp-content/plugins/autodescription/lib/css/pt.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','òÎ’¶ŠË¹ÇxLüd','ìdÕˆ\rkCÚ{=¤ÄÒÂ ©Ol÷E9HºÞ{I“','',0,'?'),('Ü°78Jv$Ò¶Uy´§ÆÛ','wp-content/plugins/autodescription/lib/css/pt.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*\"%|}B}+Q¢ipÄT','b¿n~)Ö‹fÉ¸@JÌ¿!hY¡D>#+!Žå','',0,'?'),('Ç!öoµ/µÎ5O­Ž','wp-content/plugins/autodescription/lib/css/settings.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','äË°	›ŠRÂÒæ»…`S¨','ûñúP\0éÎH`e\r8~iå€©C›®yÍWíð×DBb','',0,'?'),('Z&=äú6E$5¯Zp\Z°','wp-content/plugins/autodescription/lib/css/settings.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‹›’XlutVV²]‡»î\n','\0i#üËô`CXõ¤°5Òš‹Js±«é.	£Aá&%','',0,'?'),('Új”^¡JðC0ù„_t','wp-content/plugins/autodescription/lib/css/term.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u$Öžœ5èÄÈH]Oº®I','YºovÄ(~öØ-6µ‹\"	5ßé»v]=bK¼®îÔ¬','',0,'?'),('Óç=Å>Àyý{?êæ','wp-content/plugins/autodescription/lib/css/term.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ß{Ö8Q¦ŸŽ¨pZS}','Z3•ákŠ™C-eÔ“BÔç9å]Í\\ÂâÐÂ','',0,'?'),('öRÑÈü@”ÌÃèµñ>T<','wp-content/plugins/autodescription/lib/css/tsf.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ùcv¹õ±™¬Còr4,','«Æð6ªl©ñ4*88˜÷Žñ?x¥}ìž‚ïÌdá','',0,'?'),('[ªLwÑn(l\'ææÑ\"Õ¿+','wp-content/plugins/autodescription/lib/css/tsf.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ëÞ}ü±td R	22Ý','ž—ÐÞåµ³ª¹íÐ’ññÃƒÕlë’Tõú\0×Ûí—','',0,'?'),('’¾ƒ}Â¯aŠ‰«$Tä','wp-content/plugins/autodescription/lib/css/tsfc.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4)ÝVÓ¯]Ø¯Bò»','ÎãüŒ³Ê©¶6üÿ~«CIðcÔ±ã÷pÂûC–v%','',0,'?'),('½\0=Ê¸uê”£ 3Y','wp-content/plugins/autodescription/lib/css/tsfc.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ñTp°ØÞBïL7.zØz¡','\nsnAJèRÅ·^9x#¸»™ä¡í™è—„d”ç3=9','',0,'?'),('jOJôHóR×Ä]ëÛEÝí','wp-content/plugins/autodescription/lib/css/tt.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','gbõ,&€î{í«H2çm','>mzìT¡ñóiL™ØÅ?°¦É\\–÷Ì½H@.Ñ8W´‚','',0,'?'),('¥Ÿ‚­f\"+Y¹hÈ&þ¨ù','wp-content/plugins/autodescription/lib/css/tt.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4ûZG<yqäæ^b.øR','àãœ\0ÿ9ûËTzq¤ŒnÃéÑ‰²8vw–ÇtÁ¶','',0,'?'),('baVïå	ØF‹E#Ê','wp-content/plugins/autodescription/lib/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','×;VZ”„¡n,„­Vó','ðG†ÐLªì9Þù.\nàvž’\"ßœåýÊ®¼lMðÒ','',0,'?'),('=Áä1„F‘É(Çÿ<1œ|','wp-content/plugins/autodescription/lib/js/ays.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ä]¼×<ú-^J¨ÊK±','˜Y~m>P„S¨»cæ$érD\rNª3=Ïñàå.','',0,'?'),('9¼C\0vãA.%ÅgìÔã','wp-content/plugins/autodescription/lib/js/ays.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7€k%?ª\0Ã 0Šy#/ú}','Œ—MuxÀ.|…›ó½nÅ4•¼\r{ Æ¾gG€6‚V','',0,'?'),('Ú+M¹ð‘þOAa`ÿE(Gä','wp-content/plugins/autodescription/lib/js/c.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','´M6HåQtTž\"0|','\0›„ü¥ær;Ôœ|1NnÚò´¼5ÊÉ7ðÞ[-,oN	º','',0,'?'),('\'•ÕIÚckêð0F¬Jf','wp-content/plugins/autodescription/lib/js/c.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','×*VºðÚn™£a’¬&','jf•ëÀî¬U¤^x¡Ë)„fX¦ÝöŸv=ìd<p×.»','',0,'?'),('Þí±Ù\n#ÞÚÊ3K','wp-content/plugins/autodescription/lib/js/description.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=g\rÀgù¨ÝÈ¯½ªJ„]','ÑìßòO±§úpÈîÍ±5o¿T7-Óƒiªv„ò¿','',0,'?'),('	6˜ò‘ÈJþØZu—','wp-content/plugins/autodescription/lib/js/description.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' Õ\\ë4.å ‹M]£ ¼2','\ZS-nàuÝ<UÌgCÚõÐ %¡J>ÖŠï¾…ûDò','',0,'?'),('0\0òxzA`æºì@ƒžË¼7','wp-content/plugins/autodescription/lib/js/gbc.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3È›fâ;Ò¬Ò.°Ì8 }',',ËW5†Sí²¸–^_L>o£žßSÕ+àœn¯Ø{N','',0,'?'),('‚6k\ZU\"PÜÞÄê¼ëî','wp-content/plugins/autodescription/lib/js/gbc.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','±Äªèþ|¸ÿHìˆBDvãÆ','DÛ×„^?ô|8Æ:œ®Ž7Ãê¶B™owq_„¦¼U¾','',0,'?'),('­;­ÙÇÇõÆf<iZCŸ','wp-content/plugins/autodescription/lib/js/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ztq\rƒ%ÐÅ³Êá÷PDZ•','…ôf”D/YÅG•:ðŸ·‡È8€á`€þ_ä…','',0,'?'),('#Z¨YÓÑ¹qªk<¨÷','wp-content/plugins/autodescription/lib/js/le.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','gƒ«œ¤×£,Z;C©éûû','+¿°¸‡Ø«ÖuYVŽIMÛWZBlBi«âgäž:d','',0,'?'),('Í¤ÜQn³Ž„d“DÝñ','wp-content/plugins/autodescription/lib/js/le.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','vÜ¶î0¢…<YIJDäU','.?ºúJ/Õ¥G6Bv¾KóiG>Àê\'æwëÒîÔà','',0,'?'),('’eÒ\"‹ÎÙW~Îqç\rDª','wp-content/plugins/autodescription/lib/js/media.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Æ][ÝÛ/\"iäŸiï‘yjV','É·4$G3Éig3^IpÄ´eìˆÃ@1è¢\r°','',0,'?'),('¥Ç²ôPßgšC÷¿¸','wp-content/plugins/autodescription/lib/js/media.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÂË¾ÚÌ9æåzkA4c','¸¼€¿ÝO„e)ÙÕ÷~\\#v÷CcC Aë>÷_Âø@¡','',0,'?'),('„®“ª[\'c†t‰p0&ý\"','wp-content/plugins/autodescription/lib/js/post.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','—WkÓwßf÷ÔÍ\\¤¢ ','ÆI\0ê‚\'«Þ´ØVdºHü£FL¡¡—‹[‘LÒxŒ','',0,'?'),('1Ú0)\\æ¬)ä}U‹ö-','wp-content/plugins/autodescription/lib/js/post.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','cqµ¾¥×ºÒèg¥r¦d¼','¼fad>;|¯šw64‰ˆ%p63sÒxµÝAkQ?','',0,'?'),('·x@ÆÌ?óF‘ßuÓ…','wp-content/plugins/autodescription/lib/js/pt-gb.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_oÐçôþ¤`žÞNå','Ò”ldçÁQ×Qç?\\•Îl…ç4:Œ)äÚlvg','',0,'?'),('Úy.…ò–‡•‡’Û³j','wp-content/plugins/autodescription/lib/js/pt-gb.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ôçË3+pÉ&ƒrª÷GS','ô³ÈÝm»`$€‰‹\ZäfÓóÅW“†#C—ë!Nîë®à','',0,'?'),('ê(1ûÜC1J!¶Äæ7ôŽ','wp-content/plugins/autodescription/lib/js/pt.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ü}ßaˆ«â2\ZG;(ÙÞík','líþ]ávcuVòÇÌ±ÞÓ\rF@C‹Ììž1¨@ó*¤Ý','',0,'?'),('Bû šbÚ†j!\r±£An','wp-content/plugins/autodescription/lib/js/pt.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¨ïèo3ÊY±¯)LGî','U-Ô*ííÁa„ºÈáÒ\n¾~‡_à‹Ó¯Q5ä²Ç','',0,'?'),('k×h½õªëVÃ6ã[','wp-content/plugins/autodescription/lib/js/settings.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','PÁäyMY„v[:ß<ë¢p','>ho/ÆËQIÿÇNÃðEAR0Ï!_æ`Äz;cº','',0,'?'),('|êN| Œ ƒÌ&®Ý','wp-content/plugins/autodescription/lib/js/settings.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t‘Ê<á„™Wo.ˆ‰','T…AGx¡%µÁAåÄ”4ÙÀ7~\n¯¤¡Þ*05‘Ì÷','',0,'?'),('E¢X*Õæ‘lÍ³	4','wp-content/plugins/autodescription/lib/js/social.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q1n\"|ue÷-s½ìÙ‰-','4‡—ÒWþÎ\\œf\ZÍ†‚Üj2‹¢²¤q°ï 4E','',0,'?'),('³‚c8yrÐD?øâ#','wp-content/plugins/autodescription/lib/js/social.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ê?Ù+‡¶UCáŸ¦QÝ3','îá—WÏ|4F#‚³&¯™à¯ Ö‹¾IºŽ','',0,'?'),('Ôdˆ#÷1k÷3;‰N=×]<','wp-content/plugins/autodescription/lib/js/term.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'.x5Ï	€½m ´‰Ôû','gŒÀž3[Ë8ç‰«Dœ.ªF˜‡@~Œ%äºX	G}à9','',0,'?'),('aToJƒËu©Ú*RA/Ñ','wp-content/plugins/autodescription/lib/js/term.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','†îôôç<µ©‘Q)','û]Ø¾Ýjcé‚hî¿\"rÈŽ-(j§h¦Â}áÂ\nþ„','',0,'?'),(')X?NÜ/œV®ªÖ$ÂI','wp-content/plugins/autodescription/lib/js/title.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','yzùt[PhK.\0­“',')ô(+€šjêO2¥ŸÈÔ\rpþäº=AE£²ÇÀ¿´$','',0,'?'),('FUý½µ²WIÑ”ïtCð','wp-content/plugins/autodescription/lib/js/title.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ë×- A¨’ lüÕF','6i³0‡†Ž»U“lÎ”9%1è9“‡*Ä0€U]!K’','',0,'?'),(',Öñ²K*¿î\rÀe˜Œ','wp-content/plugins/autodescription/lib/js/tsf.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y:6Š€œÓ&´@AÏ','Rï/¹³–š¶Ó\"KèÔÄøªÝ«Ä¢|ßÑÝ8Í\0Â4','',0,'?'),('èb‡[†Cª ·^Ô—TÜè','wp-content/plugins/autodescription/lib/js/tsf.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','xl«;HñÙÂ|#àc\\Å','ùT…Qqçöþ¸ÙÜ¦mD}y[k}r¸Ô	ŠÌV›óR','',0,'?'),('S>w#ú6x`‚ZùiÍ÷','wp-content/plugins/autodescription/lib/js/tt.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Dao@ø`¿ñ<ùQ–ýV','þmS“î1«ëïµÆ»°?ÞÆ^én°ßú…,û;ú','',0,'?'),('®\nkL^”µ#£ÁþŒ­ÒÇ','wp-content/plugins/autodescription/lib/js/tt.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','„O !y5†qÏYÌ>«¤½','‡}ÛuÛn›¾ÛªZU(ûXšgoAÞ\\\nÆ0˜ãP-ô','',0,'?'),('N]KÏ$ÌMß¬ˆ>åèÃqÅ','wp-content/plugins/autodescription/license.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','„ÜÉM£­µ+S®O£äž]','x6Ê@à©\nÛqvÇdR>àã²{‘8^¸_æà¸pQ','',0,'?'),('µôAñíãž²	\nM{õ','wp-content/plugins/autodescription/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1oå¾¹2,™ƒÉhÝ¯','a}‰ž¿cà¤ôCÅ¾¦1É±‘ÇLÞãì26ÛxY7Üæ','',0,'?'),('-Û-Uõeê9¥­ÔA*u','wp-content/plugins/autodescription/wpml-config.xml',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/†};bE\ZFíÉYô„','l7¡¹—f—¡S¿?zEC¤õnF/Ïôµø÷4ë ','',0,'?'),('àµŒéžBRcÚBÄ‚ú¸ø','wp-content/plugins/classic-editor/LICENSE.md',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h+˜QNXÇ“«æ›«Ò6',')ê¶Š¹añ¡qF’©	`û!zÃ JŠ¶I àw,ÂŠf','',0,'?'),('Ð·U© EÒLZB­‚K','wp-content/plugins/classic-editor/classic-editor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','vš˜t\\<r,[ºôÖb','®ŠðYÐÎá?Ø‚8SçY—’ÝV¡Z‰ìÞn¼','',0,'?'),('L¦ù…V_| Ø0ëç*~','wp-content/plugins/classic-editor/js/block-editor-plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Àã¨÷Š\0Çã4¦¤*Q','@\'`Øx\"Ýûþ;Úzjøxtw¾Ê ;¡ìéŒ?‰','',0,'?'),('aÛ¥%1LÑ)à™Ácós','wp-content/plugins/classic-editor/readme.txt',0,'Y†øŽƒ]7‚0ˆ$/\Z¹[','Y†øŽƒ]7‚0ˆ$/\Z¹[','[ð\'¹]Î¨u¡ÀCÞáC)e¨i·ª¹šüèHýÒ','',0,'?'),('ÄÇ[åýÌQäkŸÆx','wp-content/plugins/code-snippets/code-snippets.php',0,'ªÛ[Ÿ•\'`¾Èë{-øú','ªÛ[Ÿ•\'`¾Èë{-øú','åVX¸2ƒ·Ž­ýŠØÆóu$á³efì‘o¹õ5y‡','',0,'?'),('\\`ÈöŒð€üÑÔ†RÛÒ‘','wp-content/plugins/code-snippets/css/font/code-snippets.eot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z9·Tlã•Ì1o¼jý0†ò','«øžùºýÅÄÕò…×¼Ô­ãW±M¶È×ÃNÓë`ÎEp','',0,'?'),('êv5Oyy›Lú6£²	/Ë','wp-content/plugins/code-snippets/css/font/code-snippets.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ðj®8:“#¶×üZ»Kõ3','i8\'·ýJÿ†\\$ÔXvþèé(<®t]œ•›x‘B?','',0,'?'),('MÌ€„\0ÝÚÝ…»îOF1k','wp-content/plugins/code-snippets/css/font/code-snippets.ttf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';ü¢åÔ°£-‰|g3/\rL','¯*žþöG1J@²:ixPÅ+\\ÁÇ^Êxý-lÇ×ò','',0,'?'),('U™#k-è«_Üþ·„ÒÚ','wp-content/plugins/code-snippets/css/font/code-snippets.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1ûÏsT­g~¶×¸©\"W','WSÄ{[Ç-S;Êdö1-¾úàáý•ÑõŠM›ó','',0,'?'),('ò„ÿF”g|Õèq‚Ž','wp-content/plugins/code-snippets/css/min/edit-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ìHUÊZ* ¾$nŠÿ','¸ÕžI¿ å®_¢ œ4Ð™+„Ìs3Þ:ôµ%»FÕË<S','',0,'?'),('£ŠÃA)-[\Z,ó)qd@´','wp-content/plugins/code-snippets/css/min/edit.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7²¹Ë˜¿¼u‰£2C¯','wÞ¯-ŸÛòä{I¶Æ0ïqOQM€ä\"¡í/ \0_z›','',0,'?'),('É0ÌgÖ7ò-P÷Þ6/»Öß','wp-content/plugins/code-snippets/css/min/editor-themes/3024-day.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','®ñè×wLÆcÎ‚™•;s','sánƒœ=Ù’rL~òƒÍZ\n”•t´®ù%”Êl}|Ó','',0,'?'),('V´Û@¨$‘Hœ»‡×c|','wp-content/plugins/code-snippets/css/min/editor-themes/3024-night.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','œcþOG™³K•´–áŒ*I','@RLréÚ{–HýQœslÓb¢¼é,	×ëÃz ','',0,'?'),('Ä„³•]nº-‡b”','wp-content/plugins/code-snippets/css/min/editor-themes/abcdef.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Û .pÝ_}¨i a–õì','B³©h¡øÑ;Ô4IÌæa-ˆÜnäkžôæ.örÏÍ','',0,'?'),('ªÈ#pÉ“–F™:ë¦_¨','wp-content/plugins/code-snippets/css/min/editor-themes/ambiance-mobile.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','uÖãèMóÒÐýbcXy\0©ò','ÄœøR+xÂŽ§úMàú9>Dð4sm¿¾·ÎŠ=','',0,'?'),('’©²Ï‹OC0ðô³­æXUŠ','wp-content/plugins/code-snippets/css/min/editor-themes/ambiance.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','fù‰|ã1_lYauf~Aþ','PÌ°ß„…C`4uéW†¥ˆþ\"¨£)0àRq™ù­Ý','',0,'?'),('ÞÞÜô&Éß®Ñþe-R¥Œ','wp-content/plugins/code-snippets/css/min/editor-themes/base16-dark.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ý®O1<Ê„Ïxg×iZ€ž—','•Ò`K—Ü~0gû£ÐM\\Wä¥HPqÃZms‘×gÔŒ','',0,'?'),('¦OnÛýd¥\ZoÇžqâ@.','wp-content/plugins/code-snippets/css/min/editor-themes/base16-light.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÈO¼Œ1Ua/q“rroÏ§','ó?ŸcõŒ°ümh}µI~%´Î\"¤æ~Å«ÔÑoV÷E','',0,'?'),('A¹Å8¡ÊÏîæ…\Zcs','wp-content/plugins/code-snippets/css/min/editor-themes/bespin.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\rIÓ	sÞ…ÀDXHª','•#Ì_L®W·Ã¾6lÌnC¡Â‘`˜÷YÚò','',0,'?'),('Vþþ—êÝ¦óA¨S;¦2','wp-content/plugins/code-snippets/css/min/editor-themes/blackboard.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','’õ+Ä‡Í°îlªÈØ>’ý','SÀœh\ZÝ/Í60ªx÷Ëõ—ú%ƒ(\0Ïnê‚ßúÒ','',0,'?'),('V0Ø¡Ãèçç®{³4Ñ¯','wp-content/plugins/code-snippets/css/min/editor-themes/cobalt.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','îs”îr>©¢Í™âZ¡å¨',']LdØÌ\råóÑúº=—8Ä“„¼£(AVçMïxkƒ','',0,'?'),(',Kñ¤ÝhK»RQkéð','wp-content/plugins/code-snippets/css/min/editor-themes/colorforth.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&º•ZUÃ¸zîì?i','.D_ÜOï?iï“2´&ÈÈàj¢rÄ9JFHgPÙ˜9¬r','',0,'?'),('Ü°xÍ éoëœ`0#ó¾,','wp-content/plugins/code-snippets/css/min/editor-themes/darcula.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','£ˆ¾\'D£M<»­§ÚÅP','Ðƒ‰¶ÇÛËë¶ô¤†—)°Ç9§qŽs6Üd±Il','',0,'?'),('hµz@Þ‡–¶/‹¢„T‘¹','wp-content/plugins/code-snippets/css/min/editor-themes/dracula.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-ý_‚}¥Æ,(9eµ©7','Þ)Ð¨Ì{|˜&ŠMÙ1j9sÅbÄ\r¾—«3%Át3†','',0,'?'),('Û0@S¨+îÅlÁŠ]ê_O','wp-content/plugins/code-snippets/css/min/editor-themes/duotone-dark.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<$|™	~ÂÆ	…Ä/ÄH','¡,ÔÜÐéüõZ*P_H!ì÷³!œÏ\'°ÔYX®','',0,'?'),('ÊðF!ìÈ¸KFÞGP½ˆ7','wp-content/plugins/code-snippets/css/min/editor-themes/duotone-light.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','eÊÜë‰ç¨”âžsWN…$',':ò“\nd—\Z¯2Qî¢ÿø¤& <œÓªwéBX²í]','',0,'?'),('óÌô·¿#á§ÆñyÁÚw','wp-content/plugins/code-snippets/css/min/editor-themes/eclipse.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','°GëO>m«zèpcÚ§x ','I›¿AP\nÅhZ3•ràñC×]Š› Š¸¢ïØ#°P+','',0,'?'),('Hÿ¯ßÒåî.MAmŽ','wp-content/plugins/code-snippets/css/min/editor-themes/elegant.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','dB¹öµBs”,%gEcµ)•','³áÃ/˜*9[V™Ðæ\nrÓØ¥ª·í¦óÿr[Œ','',0,'?'),('Îÿ÷N«p#‚\Z9ò¾´','wp-content/plugins/code-snippets/css/min/editor-themes/erlang-dark.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O|ÌÁ‡öŠ 	yñ','qÕBìdÎ=ØÛ¯XJB´y¶\nY¬Ò¥¾ ','',0,'?'),('YãßøC»U|ž¶pý8ðV','wp-content/plugins/code-snippets/css/min/editor-themes/gruvbox-dark.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ó”s×?@¿qÏ04Ø','z:{ÐÂ=”œ×o.(•\rm\r_r`œ@pã¬\"kíuÕJ,','',0,'?'),('RË$¶R½$‰™\'Ž}¤G‚','wp-content/plugins/code-snippets/css/min/editor-themes/hopscotch.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','å0á‡ÛãŸÇx˜•]“',' 3kI%÷5?k¤‘Û¬fÀòbµOÆ?<í,zv´<•','',0,'?'),('öT*à–œDËó¢ÁÎô','wp-content/plugins/code-snippets/css/min/editor-themes/icecoder.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¯8DRaýµùf¢U‡ç“','?©\"‰æá¬.t±¬q~é«÷CHK}õãû?¶ÊÞØ','',0,'?'),('_w0‹EÐDêÐ#ÒÇÁX','wp-content/plugins/code-snippets/css/min/editor-themes/idea.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ò×¦•3=ÃôS¸kVBqk','¤æ¸jù¶öp6¸¸¯\0¶\n£Ò•T¬…›¥·§\0¼H¾(','',0,'?'),('ø8èÇeòûÚ«išÄúž’','wp-content/plugins/code-snippets/css/min/editor-themes/isotope.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"ãÐ}ÇÊÆ€”Yb<Ñ½','pÌÜ(ú{]/ê;0j›Èˆ_»˜¡5dÓÚ‘€›é','',0,'?'),('®± éL:ô)ÙñÙàP\n–','wp-content/plugins/code-snippets/css/min/editor-themes/lesser-dark.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+MŒåÚà˜”xn5³','j±ý\0ÚàQaíD¼`nïÙš™…#îâ³‚âr²Ÿã','',0,'?'),('ä¼Í&&rÑ‰ i\'','wp-content/plugins/code-snippets/css/min/editor-themes/liquibyte.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','™°÷®âñÌÓLá-ÈÊ','ŽwïäÁ7ì•iÖô‡s4 NiBj…ƒd6ÇÀrn)*','',0,'?'),('ÎƒMG5ÿ,©9Ijx','wp-content/plugins/code-snippets/css/min/editor-themes/lucario.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\rÊßœ/¿ëf&ËÅÏix','>1BäÍù}HâÄU_´•¬¢r;7ayÌ:—•.R\Z','',0,'?'),('A8ÚK*à-3ùæÀñÛeS','wp-content/plugins/code-snippets/css/min/editor-themes/material.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~µzeáD¾o3S¿Å','$Uá=míŠ@T´@É©ªk@ÛÝ^À©„›‘gLK','',0,'?'),('y…«¬1!L2¸\0µz¹¢é','wp-content/plugins/code-snippets/css/min/editor-themes/mbo.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ëS{_eÄQ3$4§½j}','¿i¡ó~^—šÍ\0=aý‡äg6•&á\"=Çt`â0Š','',0,'?'),('ü™«ij(½ð—‡ß','wp-content/plugins/code-snippets/css/min/editor-themes/mdn-like.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ì´½–i‘<ò†º¶Ñ†','…¨>É—ÝàpÙ\"»f­íŸa{~÷ïÿ=ü[Yz(Róx','',0,'?'),('ºò_LdØ7I»vúÂ ','wp-content/plugins/code-snippets/css/min/editor-themes/midnight.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','çuï\rwÃ‰ä[Ð€</uâ','M)ìÜ÷èÖò¾YsD!‘nÆÐW®UC³ò,Ôµ¹','',0,'?'),('ßL†_kC\\³b!’þ2Úµ','wp-content/plugins/code-snippets/css/min/editor-themes/monokai.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'&Öú·È©‘õ¾ŠµØ.','D­zö^®­XÍšÉ0ŒS×ŽQ…ï`ü²×Æø>','',0,'?'),('þÜÿ-}U.žF±écvX','wp-content/plugins/code-snippets/css/min/editor-themes/neat.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>˜ã§C­¶y\0’à®7','ú#¼1ðövÏ¹ìÑ¯;’:]í\"è¼bÚRæµ7Eµl','',0,'?'),('®(‰õ7+û÷Ì¼k‚Ó-u','wp-content/plugins/code-snippets/css/min/editor-themes/neo.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','å j\n\rØ‘Åþ;ÌÊŽG§','±ÉRÀwR£SÕø()H¹I„Q0;#ÜßÇ¤r9~´','',0,'?'),('q‚É^u2òçf0Îð','wp-content/plugins/code-snippets/css/min/editor-themes/night.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ò)½)wÞà#4ª3X`Q','ŠM*Äiv·LÅ”÷wí|D9F¿ÍÞIÒC±ÉzÝ&~','',0,'?'),('uÛFà¤RŽÙ£¹ÙÞ','wp-content/plugins/code-snippets/css/min/editor-themes/nord.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','qh®÷d¬öÛì¹[´*Ì','Ræê‹D¾9šŸÕä)qÈk_ç<C¡è‰ýý3+ ','',0,'?'),('’!ÃÓó–„M²–½ÊQW','wp-content/plugins/code-snippets/css/min/editor-themes/oceanic-next.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','î%÷¾a(2–…Q0%O;y','#ú4XnN²Z6JyªÞòÃµá¾\nE¸wBôº„„ÇÖ','',0,'?'),('¬Ç\"®‘8›<ƒ¼åÚOD','wp-content/plugins/code-snippets/css/min/editor-themes/panda-syntax.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ä1Ÿ>ÆSóMé³FýU','(\"wÃA+#\\F-gÅ3ŽÚ˜0ãòÄûÌÎ) že±U','',0,'?'),('€|Lè°…j„Ë¢0æ','wp-content/plugins/code-snippets/css/min/editor-themes/paraiso-dark.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z\\?Ž’Aó5Õ*·¬®ê','»éŽSjÞœVø2°iËÜ›ôý^Ðö,„\nC9òB×­,','',0,'?'),('¿|Œ>S]ÞÆä`€lZë','wp-content/plugins/code-snippets/css/min/editor-themes/paraiso-light.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¨]	RÇz²\":áÒ‡_P4','á£EJ‘+Q)#¡´ˆ?µØ\0]ÖûU[¥ýòØiÜã','',0,'?'),('¦Ý¢u[8©ð‘Ñ`«½¬h','wp-content/plugins/code-snippets/css/min/editor-themes/pastel-on-dark.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ë…’ié£îÉ!CZ£q','wp¨+ûò·0;O.‚Ex‹QiwºÉ4Æ…Ð(>‘Nýð','',0,'?'),('¥Éæ?7Säýó!`','wp-content/plugins/code-snippets/css/min/editor-themes/railscasts.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','QñW~ÊªàÌS/Yî¿µd',' ‘Š+~NÁAùÇ^…+Ì˜ŽS‡A-!Î–Gµ‰ê›','',0,'?'),('HT NúºÊÈÅSK=[·f','wp-content/plugins/code-snippets/css/min/editor-themes/rubyblue.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','gçíÙÊÊOûƒœù6SQ','\0©vwDî3“×©	Y=úïÒS¡ë(9òî¡}÷™U','',0,'?'),('øª–¡x/DE=ÙÎfqÌ/½','wp-content/plugins/code-snippets/css/min/editor-themes/seti.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ä¢\"6µº–‚ÎA1Zš\0¸','Qï\'¨ƒd9ò…’ËÄ(‘Þ‡Ù™ˆG	‚ÑÝJ¯Ù|','',0,'?'),('ÎüÖišÌˆ¢|­œ}´è','wp-content/plugins/code-snippets/css/min/editor-themes/shadowfox.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i]¶É±¿*Ÿ;èq-d…','ªµ\ZB3Ü¹q}o`½üß…/¯;m– Ò4ÿ\'lÕ\r','',0,'?'),('.\rH0Í>CéÙkKÍtýi','wp-content/plugins/code-snippets/css/min/editor-themes/solarized.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Su\"ÄþAp¨?ppî','£~Þ?ÎÎÝ£C=ÊþQ$?(lŽ/Çyoœ&´OSb','',0,'?'),('K\0ÅþŸ©åèCr\\Âþ','wp-content/plugins/code-snippets/css/min/editor-themes/ssms.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2×2&»Rª.£dî;ïQ¶¸','$7.eyÙÁþÎ”·X~Ê\"*µ,pÔÖ¯³R©Œüè±','',0,'?'),('\Z™¤ig™çÜ\nÏŸ,¥l','wp-content/plugins/code-snippets/css/min/editor-themes/the-matrix.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','àS•®¿<Id¯8v¹ìF','’cÔ|c’½g3w\0N£‰P0~öèEæS”e\rbæ7','',0,'?'),('|ÈÆsã “UnmÍîx','wp-content/plugins/code-snippets/css/min/editor-themes/tomorrow-night-bright.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','…þ}î-ÌììÆ ù·å5\"','’3ÃÚC~ž×<Š_›Z¡_x^‰=÷þHÄ²è\n”*¼É','',0,'?'),('±`sX\'ü#›ÛÄ„&P	','wp-content/plugins/code-snippets/css/min/editor-themes/tomorrow-night-eighties.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Å9] Çë(òw¨ñ=íUý','AÌ€š	[:Ímýh½^ÛµlD…™IŽ˜DÝ«é=ÖÓt“','',0,'?'),('K¯%·^J¯=¾ß­š’GÆ','wp-content/plugins/code-snippets/css/min/editor-themes/ttcn.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‚´Ú´[?gXÕHvÜ©','ýg\\vUt4´w†L0I`qÚù;!	[e‰\"h€$¦\'','',0,'?'),('’h¹€s4Ûþ>ÄY²|ý|ù','wp-content/plugins/code-snippets/css/min/editor-themes/twilight.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}³¾Ò–|ŸTÉ¾<ìêà','¤e”(m*G³TÉý¾°>ê}fª×­L=î/Ö','',0,'?'),('\nLvU09	«S¨±®Ê“ja','wp-content/plugins/code-snippets/css/min/editor-themes/vibrant-ink.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‰¡±fPRLîµœº¸¦l32','Ö‰§òJzkl3ôß/]%‡¤„¶…\nü¿/‚òó','',0,'?'),('ÝÓÆ®Qº\"ôŒ¤›‘','wp-content/plugins/code-snippets/css/min/editor-themes/xq-dark.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+óSG›××š\ZZ™¼+™1','u?6VÌTV40bå\"B­^ÏD<«N}sÓS/Kã:u','',0,'?'),('B„°ç~¥o¹´a•­7','wp-content/plugins/code-snippets/css/min/editor-themes/xq-light.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','’iLÇ›ÝÏkíUZÜ•5RZ','\0H²SqIqÂÑvµÞ#ÝwxŸDs¦Hy‘èCWå','',0,'?'),('Ó¨òU8Xµøùm	\Zæ','wp-content/plugins/code-snippets/css/min/editor-themes/yeti.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Â-yâwZiz¾;æ›ò','ÿ?¼g:öï÷ý˜~ÀS7¯qŒ «Éz…U€5','',0,'?'),('ž2ŒºSØµ;³`…´7™KZ','wp-content/plugins/code-snippets/css/min/editor-themes/zenburn.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-òO‹¹úÒÞB™rµN»','©B¼>[”°n6IG^+][°“ÑËy®ØC¤ŠÆŠ:Þ','',0,'?'),('…GéÇ4Û‹¦·Ì,<&H','wp-content/plugins/code-snippets/css/min/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D“žþè~´wŒØÈ','º¡ëV¨ºßÆ¸Ó¬ûˆÞç¶|_Ôgªä?eÐQq','',0,'?'),('ZÃÙ[×¹š!Tý‡÷ÅY','wp-content/plugins/code-snippets/css/min/front-end.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ŸÍ<÷±oò&ÃR[-íc','gânvÜ†ÞÒÊ¿gÒö­¢ïJ´ðj.®0ÏÀt!Õ','',0,'?'),('K¬Ðÿÿ½ïÆ7Mªr#œ','wp-content/plugins/code-snippets/css/min/manage-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','zÜÏ<=$ŽŽs¿\'_¼','\'CŠ=„žœ£~TxÕ)°«\"í8$ÿu,Ó\0]˜7¿','',0,'?'),('–Jæ×Ï‰Øô´÷­QUoN+','wp-content/plugins/code-snippets/css/min/manage.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.áŽ-6Òw·<@=âJû','ÇçØh¦#ÿ7ÎKbÛžù‚Ÿ{µ˜0Ã…mïR¹¡','',0,'?'),('÷ÓŸ$éBº^ƒyúcôÆ','wp-content/plugins/code-snippets/css/min/menu-icon.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6ÆxsÖ‹–©Ñ~½óY','!QE¦(Ù› (1ë#Ö¼­é”…< X¿‰5ƒ¬ fÚ','',0,'?'),('Ù39M+Ü´bØå\\öÍ9','wp-content/plugins/code-snippets/css/min/settings.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','×§“h¯ÜÂb`$xg','—)ÿÝWÝOƒ¥µ§½©XÅÁT‡uíÐ(‹,pÌ¾D','',0,'?'),('£\Z¬æ8÷÷Í[çhð$L','wp-content/plugins/code-snippets/js/min/edit-tags.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' Çºyd“Ca-ëÌð','›xÞA‹ìØg“þ¢ÔÛc«I­7½üÇ-Á4¬f„è','',0,'?'),('#*Ñ©¶8¤Îü§J8\\óy','wp-content/plugins/code-snippets/js/min/edit.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\rªŽ:¸Bþ\0:©. Ï','²ú1PÇ9inÝõ¨Fõ\r¬zÏýÐïÊ0ÃŒ_-Ñ¹x|Ú','',0,'?'),('Þ¯ÚQ±VÒˆ&$øÊqÝ','wp-content/plugins/code-snippets/js/min/editor.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j‰ØŠ%…;Jü­æ&¶','Äêu47ê?©ÊŽÂ‹?ùdxGŸ¤x-¤·Q—oÔk˜·','',0,'?'),('œÎgM!¶\Zº\'\\«K¹','wp-content/plugins/code-snippets/js/min/front-end.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' SuÐ ò>q6Ä>b=','™þú,Y³ám‡0äÊ­ï²wlühÔ±ìÍ`¢ï¾À','',0,'?'),('\0r}O¿à#­.uÍ/~o','wp-content/plugins/code-snippets/js/min/manage.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','˜–¨-ýoÀóA\ZœÒž:','³À5DÏw\0ªÔ…#Üƒ3¤|n™-Ý¸UÆ+µ,zÇ ','',0,'?'),('+Ty6`Þy\'™ŒÃÒ·','wp-content/plugins/code-snippets/js/min/settings.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÝBÅžRv’n­¨b·º','m~T˜2ŸsWÌóÔy¦þ‰Ì„­ÛÚ6ˆa','',0,'?'),('Ä£ÊÃèŠF˜1×>;¢Ž7','wp-content/plugins/code-snippets/languages/code-snippets-bel.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¤o4<õÀ!=[','€º3s„œ÷„ÂÕgº$‡†n¶•¬ ˆÊ_”iÝ‚nÛEö','',0,'?'),('õú\nþQE×»Àö¤¨D©K','wp-content/plugins/code-snippets/languages/code-snippets-bel.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ïàé#¯›~B…\"é7MÝ','y×¢ÓY¢C§ô}þXîDffˆF@v,± JÑC ','',0,'?'),(',ƒ/‡R#Ôt@l%TÊ­','wp-content/plugins/code-snippets/languages/code-snippets-de_DE.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e&i?Úéx\Z \"æ¡','pÈÿXÉàæ\n`ÐhDC¿Ïwls­Çû’Gþ3a','',0,'?'),('í?E™×\'Ê¤&ƒÜÖ´“x','wp-content/plugins/code-snippets/languages/code-snippets-de_DE.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','tOÂ]ÎEÞ¢Þˆ@(D','`Œüñ*\\u_]àU°z§iS>rÜlnË†)€O','',0,'?'),('Ý\\â4Œ–-Þ•c®','wp-content/plugins/code-snippets/languages/code-snippets-fr_CA.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Nû¢zÞB³.ügnµVèß','xeíí¨øì›Û_„ßzøEÖPz\rí•ÐÖÐà!\"GPã','',0,'?'),('œ²D ÿ*+ÃÈŠ\ZéïÚ¼','wp-content/plugins/code-snippets/languages/code-snippets-fr_CA.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-š†°£Ù½æ>±“’¦ê','ú¨_b/ÀËÖ˜¼&jHŽúC±÷úfÄ}Åv›—¦›','',0,'?'),('œØ¾ßÑ ¹æÆRdÉÇ','wp-content/plugins/code-snippets/languages/code-snippets-fr_FR.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ü¡à$2Uêsì\r~ßúG=','‚}?·ÖûU³\'øåHWÈ€T\0$ó‹ÅE1¼¼74Û¯(ª','',0,'?'),('v5‚ÑO3v°‰xºñ|†','wp-content/plugins/code-snippets/languages/code-snippets-fr_FR.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','þˆ2þéI¿—¦‰Ú§²ôx','ø£¬*±mbZðÔÊpšuœ¬rNùw:Þnü¹TEd','',0,'?'),('ÏŠ©;—¿ý6»CÓî6','wp-content/plugins/code-snippets/languages/code-snippets-id_ID.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ZÈÊO]Œrb‰Ì°ÇÑ ','JgD?ˆÑÕtQÎÌ°‹ºâ}\"b^¬eHcÌ cŸ%²‘ä','',0,'?'),('/;ñmYç™T„»H+,','wp-content/plugins/code-snippets/languages/code-snippets-id_ID.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':±ÛAµT/{+ç›Pø‚¤','ÙÙºþlŠ2Ñ*\'`F<”~é‘Â¶BEO–4¥·:','',0,'?'),('A{Ð«ý,ÞŽæÊ„ëK','wp-content/plugins/code-snippets/languages/code-snippets-it_IT.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ÿÿ0ÊôßD^·b{ˆíÓú-','o\"@åöÙPP4kµP”üÜ¿DÙLOAÿ%éT´','',0,'?'),('¾P•têWÆ\0ýœ¾ÅŸvp	','wp-content/plugins/code-snippets/languages/code-snippets-it_IT.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I«t<žõá_’b¶.g’','šáËøKš”C˜Tþ{°(»¤aØÖgÏ›\nfÿ3’í','',0,'?'),('œ†\0pk6~MÙ_8æÌ','wp-content/plugins/code-snippets/languages/code-snippets-ja_JP.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','àÕHq> ê	Ã`hD,','káò‰%æ4[Ëì=ìv‘¯G‹¼Ù¯Ü^¤­“-','',0,'?'),('ìµÛú„œ÷`Á¾aöú','wp-content/plugins/code-snippets/languages/code-snippets-ja_JP.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÒõXƒ§ÆöwŸ±–¿¼','Ý€<Êš,ñfËáš†ºðÎ¼@õsÇ@—¯ûÎAaFtœ¦','',0,'?'),(',©4sµ¼±`hb›','wp-content/plugins/code-snippets/languages/code-snippets-nl_NL.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¢Í‘h:TÿDæˆ†A“Õ× ','iöå£&\ZÝè¥æ)7bªâÇÉgõ˜\\¡Â+Câ¤¬ð','',0,'?'),('I0WZ¸\Zu¼œÏÓ$','wp-content/plugins/code-snippets/languages/code-snippets-nl_NL.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5%1äB86*}=ïœ}”','q7Î®ºÊ†}è&Oê†YoCJÈÚÃ­5ù~\'í*[','',0,'?'),('ÊnK2ÓøB\nÐ\r\\ÊŽ ','wp-content/plugins/code-snippets/languages/code-snippets-pt_BR.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','êæ‰ÑÔº¿¿©ekzº','å®Sx×¦8¥÷š86v¯x/\ZmÐ)«¨×ÁYPô±','',0,'?'),('—õ±…s¶©pTîK¨ù','wp-content/plugins/code-snippets/languages/code-snippets-pt_BR.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','’[ ÉC\'ÈÁ˜‘ëô&™÷','Uô‹ŽÂÙŸÌ‹â€kq+º±ØCó¯@¢ã¯unÕþê','',0,'?'),('û=u±Çh Â=kÝÑ>âl½','wp-content/plugins/code-snippets/languages/code-snippets-ru_RU.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}5˜A™LåZ¡\Z™™','5˜ü¸	†¶ÆYÊ’b‡Âér§A\r®\095Ô‰WÑ','',0,'?'),('RÜ° q¼¥ãÛ”W','wp-content/plugins/code-snippets/languages/code-snippets-ru_RU.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','MÄº\n„_äÞSÃæ]v—','+8×4êSç˜s¨™è\rN\'/\Z;fµß£!*ZW¥Ì','',0,'?'),('d3Ê‡5æ}]EáÔv‘æ','wp-content/plugins/code-snippets/languages/code-snippets-sk_SK.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','eð´B:»ƒ¯Kq¦I“6v','Ùô?nåë©vò~„]ôÖÄÒp\"çI?”!ä´ˆ*NÆÁ','',0,'?'),('-yÆt*N¯I°¦¥4²5\"','wp-content/plugins/code-snippets/languages/code-snippets-sk_SK.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':ÖËVº¢£-Â\rÑk»4','\0–\"í±|VÜ&„¦ åVíSDš(Áº4½S°§ð','',0,'?'),('lg\n­¤›š‚…MÕÁ¬†€','wp-content/plugins/code-snippets/languages/code-snippets-sr_RS.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s\0\nÖ„~îháëdÊË','Y§5Š|+m¯÷t¼±\'¬N²²2˜úó9¿‹;k(','',0,'?'),('Ž4Ø5¥áÏG‘Òïüý:','wp-content/plugins/code-snippets/languages/code-snippets-sr_RS.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¬¢eÈ‚é<FOŒ‹V_é\0','*²èñ‡mŒœs,3ßl)Ë)¼ÐÞv\\Ê7)“‹Ð','',0,'?'),('š¾^Î«û·f‘=Ý¤…','wp-content/plugins/code-snippets/languages/code-snippets-zh_CN.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','©¿äH\0GÔÁnO³Ró¯','A‚ë±CŽZ˜¸Ú+íÃjó”ßrÊ~+>†Òñ','',0,'?'),('kôÐ£ùz?¬bŽÍTÁ','wp-content/plugins/code-snippets/languages/code-snippets-zh_CN.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^™a{šA?SÏ`é','F±Çã	{	$I4ª¿ó5ýÁ–p‰DkóœT Zé','',0,'?'),('&Ï0ßÅY¶]sþ>/•ª=','wp-content/plugins/code-snippets/languages/code-snippets.pot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ü‘·ÿFi[˜àzç6«Ñ¦','Êç¦ëê‘¾ðsÔŒ­ß}¶\nŸ{ê÷³>G?­{Ð©','',0,'?'),('V-PøjO*é%¨âšLÀ,','wp-content/plugins/code-snippets/license.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1ÉRsÙ6å¥8dtKz','k|XTOg)˜Š¡ÒåHBVòÓ`_Âôä¡#™îu','',0,'?'),('SV²éóXì†\n¸X	À','wp-content/plugins/code-snippets/php/admin-menus/class-admin-menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÉH2UkEêó	ŒáøhŸ5','qK;ñ©óÎñôÁL§„Ìæ#	²aìš³3‘Ã¹n\r','',0,'?'),('£]ùQÒó“^p¸=jM÷','wp-content/plugins/code-snippets/php/admin-menus/class-edit-menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','dþõ\\nOUÑÿF}&ŒS‰','í¥À}\'`RTÇkè*—A§¹i¬5$×\\YDÑÎ±Ëv','',0,'?'),('âX‡ýzL¾%â¯E+­Œö','wp-content/plugins/code-snippets/php/admin-menus/class-import-menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5)Ý†¯Öæ÷Ò2T‘Uí|','½*Ò´ý\n4C¬¦ZkBæ`Æ¨½ 7œ`/Ý¹­Ù˜','',0,'?'),('LbûMÎÔ*š,Cš­X*','wp-content/plugins/code-snippets/php/admin-menus/class-manage-menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z:öA½2î¦_QSïG','ÜNT±Ag·ÿv¿t<?¹ÔFÓÑ%?¯Öï¥ppa,','',0,'?'),('j!GBísýCÉtSjëX','wp-content/plugins/code-snippets/php/admin-menus/class-settings-menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÃJÞ¤†c”žGÝÍæÃ','uù§DR‘Š©%•7û¼Ñ_´ÁÓeðRòÑ¶k`d&¹','',0,'?'),('zÛ&ˆãö‡Ãc[ÙÕ+','wp-content/plugins/code-snippets/php/class-admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÙÒÑ%‰¹Hƒ×<ÿÒ°','msæ‰œ¦3 Œ&˜©¼„pJO5ámÞïÛ×KŒÅÌ','',0,'?'),('ÁãèÜÏx&´Ñ|2‚H','wp-content/plugins/code-snippets/php/class-code-snippets.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',Sûµäh+‚O‚?k)[ò','‹l ‰¥™lŸôíä²ÒMCÛÇØÞÉAfv]ö^ÜÏUøª','',0,'?'),('—Zi‡âÏþ¡hÐ¿”.Î','wp-content/plugins/code-snippets/php/class-contextual-help.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','î˜²&£;‰ä’ûiþ4#ö','k5’ÄDá,Y<3AjôQdmô«³šò†zB.gE','',0,'?'),('•W–-}å¾QË$\Z¡ÜZ','wp-content/plugins/code-snippets/php/class-db.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ººÕ¾²I‹ówp„ø/È|','NøñÇ[V`W„v­¾ªþ@	v¶ótL0ÂP\nÈvß o','',0,'?'),('WÀK—öG=,sƒÏgË','wp-content/plugins/code-snippets/php/class-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ž¸ûKn(ôCÒÒ{ú\Z…ÿ','(0ñ´J¾¦	fËøø¿mÂ™\"mÃïù®þ{Ü¢é£','',0,'?'),('îðÄØæA!l=bíe‰†','wp-content/plugins/code-snippets/php/class-shortcode.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	\"ÛøÙ|S\"¾ØÎ÷¡‚I','êajn“×âÔu P\n£“ÑdÙ{¦yêÏž©=','',0,'?'),('šçùâZ&\Z0Á¡É\rX','wp-content/plugins/code-snippets/php/class-snippet.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r\rk#8ÚœHq¹5Àú','7Î‡\Zù{ê³íNâ3ÇœIÏ¨!·Uhì%L¼!','',0,'?'),('™8Œ‘Ù®{pT¼±(65N','wp-content/plugins/code-snippets/php/class-upgrade.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','vR¢Ö\\2£2òøÊB|‰É','¬ÚÒƒÁA|Z‘pk×˜8·c¼ü®;èç´xMµè','',0,'?'),('\Zò\'¶*“Ù’Pð¨¨DÆœ','wp-content/plugins/code-snippets/php/editor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','KRPAi¬çÊ™|½S','G¾¶ªUöBcÍüÀÇªW<•Âhƒ‚€Ô.Ê={','',0,'?'),('q\r7K\rf<ÄN²ÐãN÷>¶','wp-content/plugins/code-snippets/php/functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','©5®tëZ²8ªè&{','wyòÐ,À€÷É·døEÀXÀ\"®Y,˜aÒü97wÏ','',0,'?'),('Èùö*;¯ÈZÌ~³(0','wp-content/plugins/code-snippets/php/import-export.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','HóvMîmŽz3:E–µÒt','ÉI<E¶t}š2ïh…ƒ··(wÎ²Bq—f¢nRÛ','',0,'?'),('GóÅr	ÔñÄ½cdùW','wp-content/plugins/code-snippets/php/settings/editor-preview.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','œ§¨=gÄi¢ðU·ÙÏÝë·',':4ƒ6Õ„Z2oDˆ‘íŽWÑh´‹Ú×À¨\r˜.†‰<','',0,'?'),('Ð†´ä¹íþqšbc)','wp-content/plugins/code-snippets/php/settings/render-fields.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÓbT¶Üië«{ÆèÁü','¼úï¯\rŠ_xË;CõK/¬«€Ì-ÎÖ†ã u Kø/Ê','',0,'?'),('Äô‡Y­v{o€Jy','wp-content/plugins/code-snippets/php/settings/settings-fields.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','«¬òÆæ~hì=ymP`','&Ëž6¤C>Õv$0.XšÀd¨ õ9l¼ˆŒ¼ÿ','',0,'?'),('\'ÂIŽ’WD_M·ÅpŠC','wp-content/plugins/code-snippets/php/settings/settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'Q@³_Ö¦¤h\"%|h,i','¨ö­QÖ»ÉªÐLÁŸ‚rC™t\"…)õ»æ¢?ù¥13Ï','',0,'?'),('îrtCàÖ\nc8œ:#2ø','wp-content/plugins/code-snippets/php/snippet-ops.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0Èµ À¡¤+MNzaÄÔKG','ãÞ~d+šnv§kÌ/D“î«˜øMÆB¨Q“¶ÜÖnÑ§','',0,'?'),('²Ü?ðûÂTQ·ÚQ','wp-content/plugins/code-snippets/php/views/edit.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','˜ƒ†³¯h¿™•H@´VÇ,','SŒR¿0äRr9î¬†öâ<Ý]J0ÄNA.Y¯ßì','',0,'?'),('³Ñ‘yù9“ë$-¯†ùÞ','wp-content/plugins/code-snippets/php/views/import.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','±Ââ=Ð“<w8d®„–','ÒSôÅ\nf¤ë\\©Ç-³l<ªž]ÍhŽd™öiÖÂk','',0,'?'),('jß—·KÙ¢åµ4oøO','wp-content/plugins/code-snippets/php/views/manage.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|ˆ“t”¢A:è}K½‡Õ«','‚Tí$NÂP,fAëD³( 8NAû¡´ûzò®À`¢þ¹','',0,'?'),('$1òmÿLžå€™ª£Ý','wp-content/plugins/code-snippets/readme.txt',0,'Çµ˜¤æ¥)\\f &¡8?éG','Çµ˜¤æ¥)\\f &¡8?éG','©ýM´s¥ìì\"n5áOÜ%V,kšúù¨¨­ih ’','',0,'?'),('[ŸÄdÞ(<Tá‚Þ®×','wp-content/plugins/code-snippets/uninstall.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','è!´ÉëP!®ƒ¬ý“÷','ªQïIqí˜Ó!pg‹¹‰½˜AÖßÒQº-=P\0jã‡Êä–','',0,'?'),('5ùRÌQ€‰ì<{=ð«Õ–','wp-content/plugins/custom-fonts/assets/css/bsf-custom-fonts.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?%!tÖ…A–®î’×*WþÓ','`y¤¤d¦rýTÂ÷*c6ê!zp ïïUª$ýþ4`˜','',0,'?'),('>0 ±&\'jkƒ¨‡ÚûŒoÏ','wp-content/plugins/custom-fonts/assets/js/bsf-custom-fonts.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Îg5\n\n÷Ic§[¾Ô\Z','PµáÒ=bGŠfGïã¨4þ´„Hyz;É\'ÌB®¯A','',0,'?'),('¦£7¬ÑÇ¶nï3 6ñÎa','wp-content/plugins/custom-fonts/classes/class-bsf-custom-fonts-render.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','IaýGÄé{’RÚš½','\nT>;©Ë%O³K\'µ]}¬‡n·’÷lU\"Á3°ìí£','',0,'?'),('&êY¿Xi>ª?J@ƒ%0=','wp-content/plugins/custom-fonts/classes/class-bsf-custom-fonts-white-label.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','yír–Úõ­Ù3·ýl','·úLªåŠa\ra7kMÞàÍåûî¨>ÜwÝoÆ¦HõõYŒg','',0,'?'),('Æüð†tFÆþ{¼9	x{ô','wp-content/plugins/custom-fonts/classes/class-bsf-custom-fonts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E ¾c¦7ô™øà^\Z','Fd>eÞè¡r/a­é¯»¤Uñ¿•¨Óõßy·x5','',0,'?'),('ô&ÖŒF²½àÌ3»v„','wp-content/plugins/custom-fonts/custom-fonts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t\'ÑÒÌÀ|½DÝØÃüR','úè3jIÃk2wv	Hý\0*NCÆÜÚgãdÇ^Œå@','',0,'?'),('ÁºùÚ‡›AãƒˆÃÓ´öÐ','wp-content/plugins/custom-fonts/includes/class-bsf-custom-fonts-admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ðŒ€ª¾¿þÞª¼§õ½`','†‚EÜ¬´ƒ0m}á‚rA°q?3E|]bû—~ë(`ñè','',0,'?'),('*9C…ŒãƒÚ„FÅ-eF','wp-content/plugins/custom-fonts/includes/class-bsf-custom-fonts-taxonomy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ó+YCPZvæùeˆYá2','ËnÖd }WqÜ_I_²gÍMµwypX^ÅÔZh','',0,'?'),('8¦Œ>¼óÍ˜;îõÅ','wp-content/plugins/custom-fonts/includes/white-label.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','fîû³WH˜„NQo\\2wø5','ÁžEäÝ64\n?_Ü˜|¢ñôJ\0ØäT9â„°Ö·Øó','',0,'?'),('ªå°c6ŸÙlMu%uª!c','wp-content/plugins/custom-fonts/languages/custom-fonts.pot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Taò¼ŠEª©€ÙØÍõãS','ò¡o¿\0fû\\çji˜Wü	J“Š‡§ðËN´¶$„h…r›','',0,'?'),('«>ùë”w+æÕÅwð}','wp-content/plugins/custom-fonts/package-lock.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','pæú9\Z\ZÁ°4³78ŠÛ5Ü','U©ôìj©\\+ ƒM`S~}¢Ï`SÉô€Ä•ÿû­','',0,'?'),('g¦Ì¸³GªÅk‘¿¨)','wp-content/plugins/custom-fonts/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O¶þ?$†Ås‡Å&','šD/DÎåÎ	`¢j¥Ë¬Ì—\n¼Œ¾*Ö\0¹„÷òÚ','',0,'?'),('oû)*>pvH~ênšó','wp-content/plugins/custom-typekit-fonts/assets/css/custom-typekit-fonts.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l1’Qax&>ðíÑ#+','š–ŸJ°\Z‚	ÏZ>ÏNe±:°¨½\"õX./§(®L·','',0,'?'),('ã‹h-4û(¶2ß+û\"v','wp-content/plugins/custom-typekit-fonts/assets/js/custom-typekit-fonts.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','“ó{ÇÀ.<ØN<\\g+\"','°nP}ºt>&UZ—:âÀV†âÃ/XÝ<œ€Þ\"','',0,'?'),('KÕ¨¨Wˆ<æzV!ÓF{ØÍ','wp-content/plugins/custom-typekit-fonts/classes/class-custom-typekit-fonts-admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E0s\0_xé]g®ÄTØpx','à¥½-È³pyO)R{ãƒŸÿ@Î2nW®{vªó´ž09Ë','',0,'?'),('ëh.Ô+uÛ±x[âŒ¿Z','wp-content/plugins/custom-typekit-fonts/classes/class-custom-typekit-fonts-render.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ùFåÒ:ûM>Åèã¨®%','YÝðE¯Ÿ7?O\"ó&ÂK?Ò\nwu±‘P×mÛêž-','',0,'?'),('žw>ÔÌš‘;€óñ\Zù','wp-content/plugins/custom-typekit-fonts/classes/class-custom-typekit-fonts-update.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','è×çå±§*\\Þ\0½sž','V€ôny¸n\0ˆÐÚ=ÕÄðev\0—š;£/a#ØR¢=s','',0,'?'),('lqÿÔRÍ²–8tý','wp-content/plugins/custom-typekit-fonts/classes/class-custom-typekit-fonts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','DÚñÈåNe’\rú}:Ï–Ç','Á¡%ŸòÞKPç¼wô§íNß¬ÛT	“×ÍîöèÚ\0','',0,'?'),('F¨Q¬§ûj\r­w¼','wp-content/plugins/custom-typekit-fonts/classes/class-typekit-fonts-white-label.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Õ{_ÛR<:êšRTv','V²Æ‡ßƒ@ÁÅ²TÓ¨6ûÌ¸årŸÆ^ïh’“Š}','',0,'?'),('	þ\0þ®AÍ¦I¥Z2¢w','wp-content/plugins/custom-typekit-fonts/custom-typekit-fonts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ù´äÁ:ìLœ\\ô24\r','Å8ö%ÃHÍÊ2õ$bñ¾ÂoY¬šï/¿YziþÔk','',0,'?'),('g1á?ZI˜‹ÿéb\0jà','wp-content/plugins/custom-typekit-fonts/languages/custom-typekit-fonts.pot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','æ4»Åm8‰–ãùß‰âºs','áòÃŒÇ‡•[D|\\ž	j£ožÇe;èÇð›$=É','',0,'?'),('¦˜\0@»ejiý³F’,â¶;','wp-content/plugins/custom-typekit-fonts/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ßZîµ[‘ÒV<£Ô¸k“Ž','Ý•)Ô¹ xz	\ZÛûT2Ÿûnçü>î}°’ºaºU]3','',0,'?'),('Ý¤ÀJ6½äñ¬=f','wp-content/plugins/custom-typekit-fonts/templates/custom-typekit-fonts-options.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','RŸõzL¸·Gn(è”3E¬','á”ëlýŒG´ò\\ÒÊŠZ³`B)a:bìÙÔ)œÀéÌP%','',0,'?'),('pZ\rÙj(÷¥)ÔØDi','wp-content/plugins/custom-typekit-fonts/templates/white-label.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','gCäDÂ@Ç¬7ŽyGÐ','„u¡8.ÐÔc4ß¤].Uø²‡§b›ÊNæùÄ0©','',0,'?'),('¸¾|ìo7Áô6Qò¿OL…','wp-content/plugins/customizer-search/assets/css/customizer-search-admin.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','³ÏÍ˜ùA¹	K¬º^','w˜¢TÒ·-f:Ò,ÃÚIÛh\rëøÁ¾ÜØp6N1³','',0,'?'),('Ã RÉ˜p\\æÞÁ[¶','wp-content/plugins/customizer-search/assets/js/customizer-search-admin.compiled.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ßTµi\Z>%¤]qÂ†r-','µŽžÿaŽÚLÿ!7‰×x¹ä´y!øxÏkú+¢Ç?','',0,'?'),('ØlJ–(ÍU<vËÌ€','wp-content/plugins/customizer-search/assets/js/customizer-search-admin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','™¦«	h›5ºØ¸„G±ŽÜ','öþAÊfì`5—TÔ†Ú¢¤Áé\nìÊŸ§81R=€Ý','',0,'?'),('H©Ÿå¹Bÿ¹7T,»»','wp-content/plugins/customizer-search/class-customizer-search.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ºœ‡S\nÙ7±]kí®ï','g¢ñ†£OqÎÎOòÆÃè4lÑÂõÝ¥%áÛ­`ø±Iu','',0,'?'),('+,·±>íµ¸”cëFsë','wp-content/plugins/customizer-search/customizer-search.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Rì˜Mò‚•3³]\"aÄ','\rjö¸m|ìPç«äe}yñxÙaEnŽ©Õ\Z°4Åå','',0,'?'),('€¹BKµË]GjŒ°ªFÏá','wp-content/plugins/customizer-search/languages/customizer-search.pot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','EÏF–—Ú±‘´­èË','³ÕÀµ¯Soú¯0šžCŸj5ç”¸¡ñ6Èa§y','',0,'?'),('¼	Ð½lr™°0ªõø½x','wp-content/plugins/customizer-search/readme.txt',0,'(u¯K™§©Í9uŒpeéâ?','(u¯K™§©Í9uŒpeéâ?','hžÿco¥3Tégaö‰ÆZ0æêFÎŸŸŠT%','',0,'?'),('ëÚ]Ü\ZDãã%D.=Ýé','wp-content/plugins/customizer-search/templates/admin-customize-js-templates.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','nsÓÀ¨?\\ùü;ˆËÇüæ','ôWËíÅðFxñ!Ÿï[\0èi¬M¿Ëµ“­\Zà¤[Îù','',0,'?'),('zJ¾âw÷`»Õ.áÿ÷¥.','wp-content/plugins/google-analytics-dashboard-for-wp/admin/ajax-actions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ç#!uŠ˜9¨„™?£ÛC','ÛæLglm8ñ¾Þy·EË›MyˆØgŸib	Têµ)','',0,'?'),('…þßqc5ýL’ˆÌæëÕ','wp-content/plugins/google-analytics-dashboard-for-wp/admin/class-am-notification.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\QÕ˜M§IúåOßä','WÚ\"T{-G˜l^,Ëø§ÄŸ;Gü¶f1_R’SÂè','',0,'?'),('¸×ùð“FÚ×=ùá*h­','wp-content/plugins/google-analytics-dashboard-for-wp/admin/css/admin-widgets.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ØËp¼H\"OLnl`\n…~','xZhæ°Œ¡ÄºóÒô‡{×Ü®÷jÂO<j3ª®Mˆ¥ý','',0,'?'),('à?ZP+\r€3U+1‹','wp-content/plugins/google-analytics-dashboard-for-wp/admin/css/gadwp.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','üÂÅ0ÝñAú§„eêV³','C|¥ïX§Ÿßˆ¦Ò¤\0Ý¨•	³’vO‡Ã0\r-bÏ`C','',0,'?'),('zŽÅ±Ô”¿È+™üºÖú','wp-content/plugins/google-analytics-dashboard-for-wp/admin/css/item-reports.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','×q1´ÛåÔOŠ¢®Û','ÏÍäþ„Qÿ×\0ÃFrNdà\\»Þ_]ýHdmƒ','',0,'?'),('é²Ú×·5FRØxs–¥A','wp-content/plugins/google-analytics-dashboard-for-wp/admin/images/clicky.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','oxkT¹Ýññõë3s‹ª ','ÚŸ\rLyÇ&+™†t,ÚŒþf›^3þ]•‹²Jæ^þï¶','',0,'?'),('7é…ï­8KD+åÍ¦','wp-content/plugins/google-analytics-dashboard-for-wp/admin/images/gadwp-icon.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ú¨jS-‡û“ETâ\"Ÿ}¯†','Y CFùBü¬jM×µ8Še»Ziÿ–`¢‰`','',0,'?'),('+Y·™ïâ(ûô‰£óòúa','wp-content/plugins/google-analytics-dashboard-for-wp/admin/images/google-analytics-dashboard.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f3h}dj™^Ã!Ïì±','x\"÷¼Ì>È.:LGÎÙÆ¥2õnÅ\ZÌnHíUtm¶','',0,'?'),('\\ÉŽ“×……ŒöI«8','wp-content/plugins/google-analytics-dashboard-for-wp/admin/images/help.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|¥’†Æf\\èÒ.’È\"/','`†4‚çQ;¤3\"ýsó\nÄ¿{*ôÖ\n\"³\"Êp','',0,'?'),('rýõ]Ç­‚š½\Z$º','wp-content/plugins/google-analytics-dashboard-for-wp/admin/images/mcdn.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ïÝ€ »Õ.+Ë:,D¿','iWxb\ZJÅlƒþNA²ó)à$ÐiÓêæ9˜œéüÖý','',0,'?'),('‹Ž•©±¦»Ú„ö¬—U‹\"','wp-content/plugins/google-analytics-dashboard-for-wp/admin/images/optinmonster.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','dhZ‡I¶6YÓpž¦ý\Z‡¨','Ž[øûI·Ïëç­{³Mùþ¾CØ\'ñ¿mRzé%‰','',0,'?'),('MØú_Z‡æfÁ¤’\\','wp-content/plugins/google-analytics-dashboard-for-wp/admin/images/ssl.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','HGK=‘éÜmŒ°FŸ@×å','Ð˜S+êÒ\Z7nŽxí–£HGø§Èm¯äùÞªYù7ª|­','',0,'?'),('=¬ÆDÝhuç©ÕXÞ','wp-content/plugins/google-analytics-dashboard-for-wp/admin/images/star.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&6j(xýõƒGÛ§À','÷–¥~ø¥_AOíèÈh…€š‹Ž¤Ýb]Iò·¬','',0,'?'),(' ±Ò‚œº]yˆ3²k«¬úó','wp-content/plugins/google-analytics-dashboard-for-wp/admin/images/wp.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','nùºZFÖK»¬v`€','Ö™üyJéäó>¼pÅºI\"ÃÞVSy«sYôÄ“y','',0,'?'),('M§]³å£bÁæ„\Z§-À K','wp-content/plugins/google-analytics-dashboard-for-wp/admin/images/wpforms.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ù± ~w÷¢J%ë$åÕù','£9î¨à’Z‰Î<£%ÃhÓ¹\nÄ|yÉÞá	\"åy','',0,'?'),('„õÓlf>$ø«æ¼JËÞ','wp-content/plugins/google-analytics-dashboard-for-wp/admin/item-reports.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','xà¡7üì@ùÕm ž‘','ê%ß-sdµÜ @C†qÖÎÒ¹Ãñ\0p0ëŸÀÝPƒ','',0,'?'),('	ÕºªúªîLÕ©}Æìq5÷','wp-content/plugins/google-analytics-dashboard-for-wp/admin/js/settings.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','–‹Ÿ’<™à7:ÿ˜üXŒ]','i{Š+œÞŒ¹¬ÍÖÏÏ5fc‹ìz0ÂZ1˜îû','',0,'?'),(' –Hõ\"`–û&¢Duå_m','wp-content/plugins/google-analytics-dashboard-for-wp/admin/js/ui.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{ü@ØõOKŽ«`¹C','¥’Mñ³KÓ²áÎx‘ÀR¬MêÐÀQÖ¨–Ovµ','',0,'?'),('bká®ñP|ÔüœM.÷','wp-content/plugins/google-analytics-dashboard-for-wp/admin/js/wp-color-picker-script.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¼”\\€âÚ/ÿðrûý','1äE>ó_þ2?}3\n”hûµ49²¨ð]Èq±ejX','',0,'?'),('ïù¹oâ‰l2‘üÀ¹X‚Å','wp-content/plugins/google-analytics-dashboard-for-wp/admin/settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','šH©I\\^wùŠ„‘©œÏe','#;HD,àlâÿ¦‚môÂ?¡mVŒ)Â™ÂUÙŸ…Îì','',0,'?'),('Õñ…)<¢®O‰ö\rðÃÙ','wp-content/plugins/google-analytics-dashboard-for-wp/admin/setup.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¸lë_k6çEPq°™-8Û-','†I;£-;%ÐFø6 pgïñÏa‹ÁíNÄ™íh”á','',0,'?'),('¦«¿/r(rÀ{Ð–«æ%','wp-content/plugins/google-analytics-dashboard-for-wp/admin/tracking.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','–\râ9oÄä2Ó‰(3$Õ','áý†˜Þ8Y#l¯«D\n›æª³Ï§¨õ¦~r!/É¸','',0,'?'),('RV’KŽï¹sÒ!ªV7','wp-content/plugins/google-analytics-dashboard-for-wp/admin/views/access-code.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÚãFålXIÅã¸ZNÑ,,º','¢óªo†<¤…hù~µ¯B…Âp®»îÀùRŠck','',0,'?'),('SÀ’‘ìD\\šgbñ5žx•','wp-content/plugins/google-analytics-dashboard-for-wp/admin/widgets.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d	¦({Ö²S\Zd8Å9Þ','I`Ò>€T™cˆ1¸rëzB$\\uêÛZáõIÄÌ\0Y','',0,'?'),('woæ[«öC]\Z‡3¶id','wp-content/plugins/google-analytics-dashboard-for-wp/common/ajax-actions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','úß¯²òiÚ4.¬X‰¤Æ„','ÚÈ†c`nbžö¼>Ã	è†OçnN„‹‰ºÐ4Í]ñ‰','',0,'?'),('L¸’a?ÏþVš¤H?x','wp-content/plugins/google-analytics-dashboard-for-wp/common/js/reports5.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9«†#d’Ø>ÄøgŸ\\=','Ø\Zé“ým¸ê©W/‚T9ñ~*Öl·­/ÊëÃô|-ñ','',0,'?'),('Ow)‘Ô–ˆ½Ñ\0OHÀ','wp-content/plugins/google-analytics-dashboard-for-wp/common/nprogress/nprogress.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','²¾¹S%Çl˜È3í€é¾','ê%Á±w¹ØiŸÌžtžÑwašìKÿ{Ÿ®œ¥äÑ§vî','',0,'?'),('ˆ3s Ã/üíT	çkª¥³	','wp-content/plugins/google-analytics-dashboard-for-wp/common/nprogress/nprogress.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','âÝ’’Èò­ý“¦XâjE{','¤°‡Ü“›”ÐÂ:é^5ù¨Hd§°-o©åÏw','',0,'?'),('Ï5·ö4:ÝUõéÌ\'y','wp-content/plugins/google-analytics-dashboard-for-wp/common/realtime/images/ui-bg_flat_0_aaaaaa_40x100.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*DûÛs`Æ\"¼öÜï‡Ø','zÚ[‡í’¡rÖØá\\¥øþË–Ö;5MömMçtVž°','',0,'?'),('ŽŠÞ6Ñr\\­#5\Z±ƒYî\'','wp-content/plugins/google-analytics-dashboard-for-wp/common/realtime/images/ui-bg_flat_75_ffffff_40x100.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','†’æïÝø‚¬¿ñDÃŽ§ßß','Îfï(¿ï»æ‚ÎC,\Z‰j4¨Ò_ú~ìþõ=5tç5','',0,'?'),('b$¸ûQW3#›‰…;õ­','wp-content/plugins/google-analytics-dashboard-for-wp/common/realtime/images/ui-bg_glass_55_fbf9ee_1x400.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','øôUŽ’ÿ,ÖgS9ì','¥óW7•\"û3Áý= Ã\"3ŸAóû®[+\r(§€2Aÿq','',0,'?'),('¸´±9åCá5|â&è¿‰¦','wp-content/plugins/google-analytics-dashboard-for-wp/common/realtime/images/ui-bg_glass_65_ffffff_1x400.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','å¨ó.(ý\\\'¿í3È¨¹µ','olœh®€¶i6›#ÑK@J¬³´Û)GË\0JÏ›7','',0,'?'),('\'éá™€}sæy†…/÷X&','wp-content/plugins/google-analytics-dashboard-for-wp/common/realtime/images/ui-bg_glass_75_dadada_1x400.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Á,eÚÓëúdÈ£•š$i','÷—›í$sŸãÕ<&ÈV~“Ò}QýW3’æZh(0á¬','',0,'?'),('™Õ©34m*4 ø EC','wp-content/plugins/google-analytics-dashboard-for-wp/common/realtime/images/ui-bg_glass_75_e6e6e6_1x400.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ô%CVÂ¨É£ƒ ^òÄÞ\"Ä','/‘ë8qm(ª´=hJÓj)Î\rU-\Zw0«n06','',0,'?'),('g÷(!•¹!þ8ÂŠèñâõl','wp-content/plugins/google-analytics-dashboard-for-wp/common/realtime/images/ui-bg_glass_95_fef1ec_1x400.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z;âØÿø2MY®Ãß{\nƒ','sÅÐ‰ªGOÜ`^¤Ô>C¾¤\"‡l‘©îÊwŠcÜÐ','',0,'?'),('S²«ðüª¾\Z«4-R¸ÏÔ','wp-content/plugins/google-analytics-dashboard-for-wp/common/realtime/images/ui-bg_highlight-soft_75_cccccc_1x100.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','rÅ“Ñn™‰RÍyî3Æó','T•2%Ü­Ò¬S\0æ%ÊœÑ¢ÄOšÌó¾\'Å²ËIn','',0,'?'),('?©ý1ÂFôÔÛ¢„6¨','wp-content/plugins/google-analytics-dashboard-for-wp/common/realtime/images/ui-icons_222222_256x240.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‘)à†ÜH‹ÊøQÆFº','?CÐâ¢mBÒy]ð,GÍc·Õ$lSá¸¬R0Øþñ','',0,'?'),('œŸ_)xÿÂèb¸:`óæ','wp-content/plugins/google-analytics-dashboard-for-wp/common/realtime/images/ui-icons_2e83ff_256x240.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%+øW¨ëƒê“*XCnI','.+Âcì·w¤@õ h^ûóû£\nûçú2Gd˜lÄJ','',0,'?'),('’\Zð±7\rÛ@œË”ñ•','wp-content/plugins/google-analytics-dashboard-for-wp/common/realtime/images/ui-icons_454545_256x240.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w™H+Üqìäs±u%–','>ñY¦G²ªT†¼|ÊÍ8>ŽóX¼1jØ Í¯Ì','',0,'?'),('Ñ\r­–{­¹ú†¶d+A','wp-content/plugins/google-analytics-dashboard-for-wp/common/realtime/images/ui-icons_888888_256x240.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','úöõÜDç‡„Áû9ª','¤}™fº/™ºHÆÁò,ŽäÌ$U™t\ZãôºVŽöÞŒ.','',0,'?'),('ð‰)Í•™ãQ\Z,n’Ä?','wp-content/plugins/google-analytics-dashboard-for-wp/common/realtime/images/ui-icons_cd0a0a_256x240.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']ˆÔ<ïÊog¥1mf2','K7¥z\rÓëÆhÿcSÕ‘Ö-¼ a¢bê|ö•Cª\r','',0,'?'),('þpb¦‡–,ƒL	òJ}%','wp-content/plugins/google-analytics-dashboard-for-wp/common/realtime/jquery.ui.tooltip.html.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ñð0ó”QnÏTé+Ÿ#/æ','üKø	+¶AÂ„1fÅ‹&G9å®\'<Žâ÷š;uÊ’0','',0,'?'),('c)^C¤ð]R´Ÿ;Áï\0v#','wp-content/plugins/google-analytics-dashboard-for-wp/common/realtime/jquery.ui.tooltip.html.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C¢“˜wƒ)7‡êÔŽ–\n','\'c\n&y™w)\0¸‰—Õ¥bL·uB§ÙCºh½','',0,'?'),('“pŽyAª6uŽ„YÚ…ã','wp-content/plugins/google-analytics-dashboard-for-wp/config.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ø%hCÔêÓAÝAß´B','†™ xŽk†Ï6ÀV}É‹40àY*†¢=\Z+\\«Cg_','',0,'?'),('çp v„ÞRŒªÆÙŒÐ','wp-content/plugins/google-analytics-dashboard-for-wp/front/ajax-actions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','“ÂÁƒë*1šL¾','ˆfò1ï4gÑ‚~æäá„16QÀÎöJ|‚D²vä‘ë²','',0,'?'),('[Ó~\\UÍäêÙâRÔ¸','wp-content/plugins/google-analytics-dashboard-for-wp/front/css/item-reports.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ˆÇÐÛ1«‹Þ@qKŸ','Ù+E\ZGîÐüæ± ´tÔ\nþi4Öm#ÂY\"ÑðRUU±','',0,'?'),('%KªÂÁÌs&GHùÎÞwN','wp-content/plugins/google-analytics-dashboard-for-wp/front/css/widgets.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','×jÕÉí…†½¶‘³P©ù','hÈ±Ø8Y¤&jÖ‚±Ê`8m$¯& KÓõ—ØåO€Æ‘Ã','',0,'?'),('÷G½Ö©h˜ºHûšƒ','wp-content/plugins/google-analytics-dashboard-for-wp/front/item-reports.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','é4û*CX#·û’{Ä','¡)1€ÌÆ CˆüIÃ)|>¨É÷å¥Jõ¶CŽ*dÍ\"íP','',0,'?'),('Àèà£‡-ß†ò85›ˆ%','wp-content/plugins/google-analytics-dashboard-for-wp/front/js/tracking-analytics-events.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Kmç®xB	;ó¤Qamk','§øéî­Š£)`›ª‘óÆu0wýb]w6P#ŸŸ#','',0,'?'),('ì‰>‡Œš¤>QÄWS–„r','wp-content/plugins/google-analytics-dashboard-for-wp/front/js/tracking-scrolldepth.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','­ugôOÁ‰Ip¹\Zq³L','Dç<\"†jL‡ô·9©µ&wò<_UfÙòxæ3©\0¼','',0,'?'),('2vú|ü»\\êKºð<”g','wp-content/plugins/google-analytics-dashboard-for-wp/front/js/widgets.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ã-H9$ÍÑ¯µ…àm','ã·ä½¯\\û‚igä%Ù¶(­·öâò;\\Z@)ü–c“','',0,'?'),('*C¹j9Þ=PÖ4xë','wp-content/plugins/google-analytics-dashboard-for-wp/front/setup.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','üì{ÂÒ´Ô¾IçrŠ¯ü','dotÙ|ÌWôâÐ*ÜËS‘QËˆßÇÏ~¼UZY(òÖ\"','',0,'?'),('üq4žs¡_›M·´bž','wp-content/plugins/google-analytics-dashboard-for-wp/front/tracking-analytics.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0xQÉKªfã£B£eXë…c','¶Ô;ä\"5Btw`>e7QÊSÕ­…,nn “VH½R','',0,'?'),('¦^#çÆ,ß€>äíŽ]–','wp-content/plugins/google-analytics-dashboard-for-wp/front/tracking-tagmanager.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','MC ×¯‹¥Äÿb\nƒ­¼]','Nµ 0*)ê²U²mñXXQc/ßÐ‚ö[ˆ2òý','',0,'?'),('ÑIÜØþT)y-3G®¯™O','wp-content/plugins/google-analytics-dashboard-for-wp/front/tracking.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¨ÞÈ”=÷ËöÒ,½¦“',' £7ô—‡ÛÏ°¯ ÷“ÉÁâ4\"e5u¨÷¼v\r‚>\Z°š','',0,'?'),('Œ…3k°bÝx”Á5‚-µ…','wp-content/plugins/google-analytics-dashboard-for-wp/front/views/analytics-amp-clientidapi.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¶ÓdGµ	_¨ÐžÿRxP	D','m\rD•ŠþÚ“w_÷Ì^Ap‚‚Þ	$my:®›','',0,'?'),('lù°¯¦<‰vSËÛ¹³9','wp-content/plugins/google-analytics-dashboard-for-wp/front/views/analytics-amp-code.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!½ˆ§&0ÅU‹ÑaÞ','_+ÕvÂ öšs´/}ã,Xz&ˆ5‘¶Ã³4¡óMã','',0,'?'),('¼¹¯ªqª±øµ2Ñ6','wp-content/plugins/google-analytics-dashboard-for-wp/front/views/analytics-code.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÇXJ½KõÁ¬Šõ¶s','!zsï˜6­öí8·Ù©\0º‰@¸Ès#€BGÙj	Ž','',0,'?'),('¤g^ìw´ÖÏ²ûiXöJ','wp-content/plugins/google-analytics-dashboard-for-wp/front/views/analytics-optout-code.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F=ö2®8ÛiSIÂpzœ','7pdöÌæÌbwÀ´äØØYM+ùX:ý0gnÑ\\S{‹','',0,'?'),('šu-®	¦%Yè£1ûR','wp-content/plugins/google-analytics-dashboard-for-wp/front/views/optimize-code.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ƒgIVë*³ÉðHË\nÖ‹ì','äô6r£¥š*±Q±³§ÝÝäœƒL;Ó_ÑÞ…/?Oýw','',0,'?'),('‰òžá¥žý+Öl±R.9»','wp-content/plugins/google-analytics-dashboard-for-wp/front/views/tagmanager-amp-code.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^<v%gŒêª\\&½™†','ÞHûøšEK§Ì	3ó±+ûÂGðÏÕ;Úã×>t!.','',0,'?'),('é\'‹¬GçÌÚÍbz%_µ','wp-content/plugins/google-analytics-dashboard-for-wp/front/views/tagmanager-code.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','üsÈ€·<†ø-fpçºÛ','¸ê³yvËdÓ¼¡YnWþ—ÿ›§VÖÝ\n¸Ë]ä\'‡\Z','',0,'?'),('ga¬ÎäŒ/ÅT’O›','wp-content/plugins/google-analytics-dashboard-for-wp/front/widgets.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E«rü’¥ŠÁlÿO¿','§…þ¶™\r¬+Qd©X™\n#×EN†ËÖ¸”×á','',0,'?'),('ž¸Ÿð€kè)üµ&ÀD','wp-content/plugins/google-analytics-dashboard-for-wp/gadwp.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ûâ?zM‘æÍ&W|g','Ù|„z`ÿ‚CwG<­]\nõ•w*	©— ‹oªïJàv2','',0,'?'),(',Á:\"\0\rÀ»>Ð+ƒs<','wp-content/plugins/google-analytics-dashboard-for-wp/install/install.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':dL3™>÷ ”\'Õæ:É','ë‡}BÕévíö‰IÒðÆà\"z0¥áÀIôÇ+öœXŒÒ','',0,'?'),('öœuÎQ=:6b#ªMÃûÿä','wp-content/plugins/google-analytics-dashboard-for-wp/install/uninstall.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','†¨ŒüA+	Î³!3','™žO²7¿bX\0w‰5ò6í#R‡e?ÉU\Zf¬&Vm','',0,'?'),('»¡¥ðM¤z¢ïÁ«Ë‹K','wp-content/plugins/google-analytics-dashboard-for-wp/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8èÛ(Ò½øÄ›¥RoØ','Ä{n‘Ó\0°Ïp˜Bÿh<X2F%FµðÀ”of','',0,'?'),('bÝÑîj\ZØäto\n%Ã	Ó•','wp-content/plugins/google-analytics-dashboard-for-wp/realtime/jquery/images/ui-bg_flat_0_aaaaaa_40x100.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*DûÛs`Æ\"¼öÜï‡Ø','zÚ[‡í’¡rÖØá\\¥øþË–Ö;5MömMçtVž°','',0,'?'),('v)–š&ïfzTMÚl•','wp-content/plugins/google-analytics-dashboard-for-wp/realtime/jquery/images/ui-bg_flat_75_ffffff_40x100.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','†’æïÝø‚¬¿ñDÃŽ§ßß','Îfï(¿ï»æ‚ÎC,\Z‰j4¨Ò_ú~ìþõ=5tç5','',0,'?'),('þJíõnìLQ;b …X','wp-content/plugins/google-analytics-dashboard-for-wp/realtime/jquery/images/ui-bg_glass_55_fbf9ee_1x400.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','øôUŽ’ÿ,ÖgS9ì','¥óW7•\"û3Áý= Ã\"3ŸAóû®[+\r(§€2Aÿq','',0,'?'),('´4wÖÌ+®>ˆ¦“dZ','wp-content/plugins/google-analytics-dashboard-for-wp/realtime/jquery/images/ui-bg_glass_65_ffffff_1x400.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','å¨ó.(ý\\\'¿í3È¨¹µ','olœh®€¶i6›#ÑK@J¬³´Û)GË\0JÏ›7','',0,'?'),('“å¿IM#*ªs	–lÿwT','wp-content/plugins/google-analytics-dashboard-for-wp/realtime/jquery/images/ui-bg_glass_75_dadada_1x400.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Á,eÚÓëúdÈ£•š$i','÷—›í$sŸãÕ<&ÈV~“Ò}QýW3’æZh(0á¬','',0,'?'),('G?eîž$‡®','wp-content/plugins/google-analytics-dashboard-for-wp/realtime/jquery/images/ui-bg_glass_75_e6e6e6_1x400.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ô%CVÂ¨É£ƒ ^òÄÞ\"Ä','/‘ë8qm(ª´=hJÓj)Î\rU-\Zw0«n06','',0,'?'),(':$)]¥NNd­¿~ß²dÀ','wp-content/plugins/google-analytics-dashboard-for-wp/realtime/jquery/images/ui-bg_glass_95_fef1ec_1x400.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z;âØÿø2MY®Ãß{\nƒ','sÅÐ‰ªGOÜ`^¤Ô>C¾¤\"‡l‘©îÊwŠcÜÐ','',0,'?'),('òª2a {äôSüÊH<í','wp-content/plugins/google-analytics-dashboard-for-wp/realtime/jquery/images/ui-bg_highlight-soft_75_cccccc_1x100.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','rÅ“Ñn™‰RÍyî3Æó','T•2%Ü­Ò¬S\0æ%ÊœÑ¢ÄOšÌó¾\'Å²ËIn','',0,'?'),('š\'Û«7€éB¡þãú§','wp-content/plugins/google-analytics-dashboard-for-wp/realtime/jquery/images/ui-icons_222222_256x240.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‘)à†ÜH‹ÊøQÆFº','?CÐâ¢mBÒy]ð,GÍc·Õ$lSá¸¬R0Øþñ','',0,'?'),('£¢9„x¤—«µíPù\Z','wp-content/plugins/google-analytics-dashboard-for-wp/realtime/jquery/images/ui-icons_2e83ff_256x240.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%+øW¨ëƒê“*XCnI','.+Âcì·w¤@õ h^ûóû£\nûçú2Gd˜lÄJ','',0,'?'),('oemy\"‹Ðò’\"lëÐ8d','wp-content/plugins/google-analytics-dashboard-for-wp/realtime/jquery/images/ui-icons_454545_256x240.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w™H+Üqìäs±u%–','>ñY¦G²ªT†¼|ÊÍ8>ŽóX¼1jØ Í¯Ì','',0,'?'),('Ôš C\n^·ô{U:','wp-content/plugins/google-analytics-dashboard-for-wp/realtime/jquery/images/ui-icons_888888_256x240.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','úöõÜDç‡„Áû9ª','¤}™fº/™ºHÆÁò,ŽäÌ$U™t\ZãôºVŽöÞŒ.','',0,'?'),('å~W±ôÿ.ƒÛA£vÀ8­','wp-content/plugins/google-analytics-dashboard-for-wp/realtime/jquery/images/ui-icons_cd0a0a_256x240.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']ˆÔ<ïÊog¥1mf2','K7¥z\rÓëÆhÿcSÕ‘Ö-¼ a¢bê|ö•Cª\r','',0,'?'),('-ôÓ ý\0EZ8µ9C¹ì','wp-content/plugins/google-analytics-dashboard-for-wp/realtime/jquery/jquery.ui.tooltip.html.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','mµ \\¥g¸ˆÍ¾­æ#â+','j1N1xÏèilÇÅšä\'vrïšüáqnÕY€^é','',0,'?'),('õ\rSDîIŸLXTÊ6€Ÿg','wp-content/plugins/google-analytics-dashboard-for-wp/realtime/jquery/jquery.ui.tooltip.html.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	&j´p!°Æ/z†væ¨–œ','Ò`…›;õ=K}¾zf%3?æ)ä<«\0ŸC³ib¼;','',0,'?'),('¼}…‘=Íéºwí/k¯sÎ','wp-content/plugins/google-analytics-dashboard-for-wp/tools/gapi.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','´EþV®`»Ï{øgÞ9\'','zã*DÎù1k¨¶C^úkðh…pn!{è4v”qx','',0,'?'),('Õ\r¼Ê¼˜\ZA¸\Z¶à¡ ','wp-content/plugins/google-analytics-dashboard-for-wp/tools/iso3166.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Â%0F­®QPÉÜWŠÊ','Y ÑÌSGf¡ÃDœ…«žâÕºF}×brVÝkp\ZHöf','',0,'?'),('ÊÇÛá4SS7<ÚL;’:Ñ ','wp-content/plugins/google-analytics-dashboard-for-wp/tools/src/Deconf/Auth/Abstract.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')?‰r\nƒhwÔÖmùvæ','à\\>à»)iü$XŒ)+M&×%PôO¥€‹|‚PGT','',0,'?'),('Þ¶O&U©-qTDŽ\"iõo','wp-content/plugins/google-analytics-dashboard-for-wp/tools/src/Deconf/Auth/AppIdentity.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a™€à\\\ZBÇ§¯ëÞ:®','DµA“–@íï²ç\0Øü°ÂK´æQï•q<é™±Ö]Ž','',0,'?'),('™~2ù<çhšÕy3lâ·I','wp-content/plugins/google-analytics-dashboard-for-wp/tools/src/Deconf/Auth/AssertionCredentials.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u›œö@0ñÂgÂ%šµ','b%-ÖŸ.í(®l·g÷êö½Oz1Þ±Íxºëî¸¦','',0,'?'),('Äz¶daª<G~=kT)@','wp-content/plugins/google-analytics-dashboard-for-wp/tools/src/Deconf/Auth/ComputeEngine.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x€­Ý÷1Í\Z—ëtØcò','æmE\0CZ&W>¤âË:IúÏ0ãÊ–÷!KJÏ¦/{©HU','',0,'?'),('-¨8sÁÆši;¥íµlï','wp-content/plugins/google-analytics-dashboard-for-wp/tools/src/Deconf/Auth/Exception.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','©5¦w}ÒÊåTÛ©ŒæÊ=f','%« –æ<ÖH\\û‘W~oXºˆÇ«È(Gq\\¹[','',0,'?'),('Æ]…ÌÎ´§7‚‘ÈãÑí5','wp-content/plugins/google-analytics-dashboard-for-wp/tools/src/Deconf/Auth/LoginTicket.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ˆj›hzÜÄë4á\0,³Ûü','?EÅxß+CýŠÂÈÝJðU™ë\0½G))Á°–ãrš','',0,'?'),('ŠôËPM9#þj\\ÑöÀ&%','wp-content/plugins/google-analytics-dashboard-for-wp/tools/src/Deconf/Auth/OAuth2.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','€V_&¸Zk9½÷¿¥a²]','âSso­™þZüå†Ü¢B)³Œ·×‘»\0¼äª‹ýŸàp','',0,'?'),('X¡É¡Éum\n QëºÎê@','wp-content/plugins/google-analytics-dashboard-for-wp/tools/src/Deconf/Auth/Simple.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_øg5ÍæQvrí¡_?7','ÉöbÓ¹)6_“\"ÓèˆAWHn.°øSŠð˜8^­”','',0,'?'),('6¦¬ŠÛ°½\rÒ…IXÜd','wp-content/plugins/google-analytics-dashboard-for-wp/tools/src/Deconf/Cache/Abstract.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a“çâ’±ï‹¶Šž%ÊÂµx','×Ö_æY¶Z@¨ás}V‡\n›ªnLæ0ÇX¯t8¯R','',0,'?'),('cbÙŠ\r°%Ð¸Þ+ë','wp-content/plugins/google-analytics-dashboard-for-wp/tools/src/Deconf/Cache/Apc.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÇeUµ±ÿG•Âåm^','=EÏ”hí\ZsÚò`†ÄÏ¸óõ €øOjÂ‡&¥ÔI','',0,'?'),('ò‰ƒÄVÕµA•®²','wp-content/plugins/google-analytics-dashboard-for-wp/tools/src/Deconf/Cache/Exception.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','°X ‹°xi#\'­','Í¤aüQŒp6½yÍ!Á•;âûG.³È[È¶¢eë	','',0,'?'),('¨kïØ•¾WÊÛ[L	Èù','wp-content/plugins/google-analytics-dashboard-for-wp/tools/src/Deconf/Cache/File.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P?ý·\\fTm\07†s¬èó`','ç3N$ü8YAVÉË­Pq1ì÷ròàÁÜhO¼:J¶F','',0,'?'),('¥l¾^LÓ•æp–X‚øt6','wp-content/plugins/google-analytics-dashboard-for-wp/tools/src/Deconf/Cache/Memcache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','´O.<¼IfñÂ ïŽ·Å¦','ƒÈR¸¢0) ê	dñÔã¶RÔKKÙ.Âç','',0,'?'),('zðAn1L9-Ü›)Átþí','wp-content/plugins/google-analytics-dashboard-for-wp/tools/src/Deconf/Cache/Null.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','½i¹_6h£®†Ã‹~k@','–uKgq3¥~´«Õ-îÜsPŒžx’j7l©\nµ×£mT','',0,'?'),('öÍ\Z›ö1[|Ö} i\ZÂo','wp-content/plugins/google-analytics-dashboard-for-wp/tools/src/Deconf/Client.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','»øH\"Ã8ê>1ŒUH¨P','\'’¤Vàì¾$Æëù×Æ¡×jüä›8†³…\\','',0,'?'),('>W­ËßMvT\0|=ìÒN','wp-content/plugins/google-analytics-dashboard-for-wp/tools/src/Deconf/Collection.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5—pÇÙx°Ô£^*JT“','¡ÁìÁ¦ÿÇòe©kÝ·c§1ÛB2‚N{ˆ°óˆûÓ\n','',0,'?'),('Á¯w†ú­†—I$Ñôå¸ª','wp-content/plugins/google-analytics-dashboard-for-wp/tools/src/Deconf/Config.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0YFh8FGnÕ{é ëÁ','ØzŒ9k€Ð\ZŒðEŸ‰À˜º\nò0…Ïû¹RmZ#u','',0,'?'),('›,	=Î›£\rñÏ/@¼e\Z','wp-content/plugins/google-analytics-dashboard-for-wp/tools/src/Deconf/Exception.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','fíe2ðMËZd~Ú­.¯','¡Xì\rÇG)žRlb™R„\"z£–»õx€öˆ³','',0,'?'),('rÓëÉ0ÔqbKÄz£rN','wp-content/plugins/google-analytics-dashboard-for-wp/tools/src/Deconf/Http/Batch.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';¡š3	î\0\rW²loyô','½i§_}tg™É*Qÿß(=i	Ùáä­JEûèÕu°','',0,'?'),('F\"Õ	vóIËƒŠTr','wp-content/plugins/google-analytics-dashboard-for-wp/tools/src/Deconf/Http/CacheParser.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W8/É²¹ü¢7ßýM£','Ú;¼Üô€©]6k’óX˜å™ÂA»åZÁf¦¤ËxC‘‰_','',0,'?'),('ßÛ€Nì\07(z©PCP','wp-content/plugins/google-analytics-dashboard-for-wp/tools/src/Deconf/Http/MediaFileUpload.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','rµÆ§¿ßt1ìžÒøZ!‡','¦¥9ä6êa7Ÿ—r)	x¢Õ˜çÌÚÅ*I¾îøß’ë','',0,'?'),('¿Œwúkš}vykï\'f','wp-content/plugins/google-analytics-dashboard-for-wp/tools/src/Deconf/Http/REST.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‚)¸OKÕÝöÎõ^ð=Õµ','bl3bµ=í¿üŠŽ¿±ÐlJ)-`9ö‡È‚V©','',0,'?'),('GÏ{ºôjÑ%n{Ÿ_£öG','wp-content/plugins/google-analytics-dashboard-for-wp/tools/src/Deconf/Http/Request.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' Áø—ÎÁÊ	ãl”ádby','n“ê‘øÁp¡+úÔ5ÉÕr?^†\"Ìa¡xà“gü§l','',0,'?'),('@DmÄkÜîï]âšÔä','wp-content/plugins/google-analytics-dashboard-for-wp/tools/src/Deconf/IO/Abstract.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','xk©ïºqW`rï‘©ÁÙ+','+ÚRY!Žöoû‰LSŠ^XÖe:ÏB—9–ß,³Æ‚','',0,'?'),('žõÅá’Vl\r¨­aü¯','wp-content/plugins/google-analytics-dashboard-for-wp/tools/src/Deconf/IO/Curl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9@ö%Fž…{Š…EÓ','”óà›{ý{Óý?„ƒ(™Ç+ÀAÙP&+å0=ð1ß’','',0,'?'),('µ)7H-Tß¬òÜ¬å€F','wp-content/plugins/google-analytics-dashboard-for-wp/tools/src/Deconf/IO/Exception.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ì~Üú”L	¡ìcI','jæ2A‘„-Mgtèþ	zé\Z©&f»óþüGÖü;Db','',0,'?'),('Àìàm\00YåÔŽ.–','wp-content/plugins/google-analytics-dashboard-for-wp/tools/src/Deconf/IO/Stream.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ýœŸ‘t‘Ä°îSêœL&.Û','gLü›•>n¤¢7ú%‹øÝ¾6ôCSQkÚg%x\Z','',0,'?'),('ë‰Yg ¢=Í¼%$åÙ‚x','wp-content/plugins/google-analytics-dashboard-for-wp/tools/src/Deconf/IO/cacerts.pem',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ZµDÂJ@£§æÒ·‹Êÿ3±','Y>w!à„Öü|`=W[=gv¨ÁÑfºÊ`sWÌ–bPÓ','',0,'?'),('©€ÍÂçÊSYÄb‹ÙÚ­€','wp-content/plugins/google-analytics-dashboard-for-wp/tools/src/Deconf/Logger/Abstract.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[‘B(‚!Å7ËqîÙAãK','rhTµÑMÑYÙˆÃ£ ès\"yßÏ‹ý_ÿãVÎ','',0,'?'),('§¾ú¿CgmD¯T¤ª]ÏúÛ','wp-content/plugins/google-analytics-dashboard-for-wp/tools/src/Deconf/Logger/Exception.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ñµÏQg¶“iŸPúÚ)ó°','ìý<idáTŽª$dÇºÙ=Í0‡Àö”ä#¬ïðØ','',0,'?'),('¡jÕ–„ÂrÌ94ø$´','wp-content/plugins/google-analytics-dashboard-for-wp/tools/src/Deconf/Logger/File.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','OMKVkÆ›¸€Šx¹S','èç§=Ì \"ŽÄ\"¢]ÈåÛë\0ñ/o©7üDúQƒZ3','',0,'?'),('å¦jX)¶’ÎŠhô','wp-content/plugins/google-analytics-dashboard-for-wp/tools/src/Deconf/Logger/Null.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ö{âÉeÖ8³ÕÛ›ÕSËÌ','OWÙñAuæ¸–¦xòº‡>6«BïlÙàq´\\îÑ','',0,'?'),('e?ê†Ðîølµ‹v\"‰¨(','wp-content/plugins/google-analytics-dashboard-for-wp/tools/src/Deconf/Logger/Psr.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ç³È1@åHÔð6ÿ_É;,','Îšô°M§–$uìÌvÉÉWƒ{©Ãê¿¤cÐÜúË½Æ','',0,'?'),('W ‹ƒôÑ™ÈY‰Œ9@\'¥','wp-content/plugins/google-analytics-dashboard-for-wp/tools/src/Deconf/Model.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','îæ 0e„TÌ‰ŸUžhr†','×èˆ3ˆ%J`ü:£¨Ýé4Â®l­g×gC°Â','',0,'?'),('ÝBìøS„<Mo¨¦¹','wp-content/plugins/google-analytics-dashboard-for-wp/tools/src/Deconf/Service/Analytics.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Í\Z´–Õ`ô¤õÓše‡¨(’','eÆ{Œ¾Ýü:¨ë‰QåÃ+P(Œ¯|O!UÓ^/C£','',0,'?'),('J#Îy	€•Y´Unâß','wp-content/plugins/google-analytics-dashboard-for-wp/tools/src/Deconf/Service/Exception.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ï/•k€Ô¶³ºúA>','½)7ŠQ+„‡Ð5–´n»­rÏC÷ñàø šîÅ0þ','',0,'?'),('ôS£ó”«âçB…™VUŒ','wp-content/plugins/google-analytics-dashboard-for-wp/tools/src/Deconf/Service/Resource.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~/kQPÙÙò÷FÂ¿“','AnËº\Zìäz£ôC¿¦‹jjK\ZÝô!yªáÚGF','',0,'?'),('™Y%Ö={‘4óî t!\Z','wp-content/plugins/google-analytics-dashboard-for-wp/tools/src/Deconf/Service.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A^0¯„Á{€TiëÚ[*','¿ÎT¼Û‚I¨&œåmÀQ~T«Ë>»g°ŠïöÚR','',0,'?'),('.ÆJ+…²i%Ø\\ÊTf','wp-content/plugins/google-analytics-dashboard-for-wp/tools/src/Deconf/Signer/Abstract.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z¨¶ðD–\r•NVí9#','µ*[èØu›ôê/þ+ÇTz\0á>»G	«F1q-‰b†ö','',0,'?'),('h0XdæYìŒèûs©Uâ£','wp-content/plugins/google-analytics-dashboard-for-wp/tools/src/Deconf/Signer/P12.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','öhþ4ïÄ†ðx’£b','jìiþ½4ÿ¤ÜªÍ:1ÜmKûh—\"ü6A§±\'åV;','',0,'?'),('“%y’l9,Ñ5¢\"réO','wp-content/plugins/google-analytics-dashboard-for-wp/tools/src/Deconf/Task/Exception.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','˜†!¾k`ªéÍoÑTJÕÂš','¸.ß®Ý=yK´—~ÞDWÞv8ºˆ·ÿ\\ƒ[ñ>gïñè','',0,'?'),('“TgÆ‰:Ø£¯¼%$ƒ1','wp-content/plugins/google-analytics-dashboard-for-wp/tools/src/Deconf/Task/Retryable.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','úoJÌ$Ž-Åƒ^tXY',' D»§W÷‘œÝ°&ÚpQÛ\"ià1ÕÇ {K_-Ô\"û','',0,'?'),('#\nÌº•AçØ¨–Äsh','wp-content/plugins/google-analytics-dashboard-for-wp/tools/src/Deconf/Task/Runner.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{8©pF„œ^{ûÖEö“','­èJÙQZdCý›úÐ(¯*¯¸›„xd†ú€ÔUñ','',0,'?'),('VzWd\nÚ.Âƒþ«eáým','wp-content/plugins/google-analytics-dashboard-for-wp/tools/src/Deconf/Utils/URITemplate.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-—âÂv$§Úr®vSYÔ','@µà…+ÊV‚iz‘Ä7üR> o­CÜrcà:I;1','',0,'?'),('¤M‘Ú½cÊºa™aFÁÜ€','wp-content/plugins/google-analytics-dashboard-for-wp/tools/src/Deconf/Utils.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ËS×ìÌ-(\0 Øpk`a','¯çîgY‘!äƒõÕÜ”Š•TäÍbj8?F=œlñ','',0,'?'),('?ÌŠã¿\'ox\rÍ¨tÆ','wp-content/plugins/google-analytics-dashboard-for-wp/tools/src/Deconf/Verifier/Abstract.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÞSxJø¡Ë­çEl°&YÇ','‘ê7¼sõžàôº|Ï€Î„Ý¡y_Øç•x·‹¼%ø_ð_','',0,'?'),('ÃÁnðAâÉó$«Û¸','wp-content/plugins/google-analytics-dashboard-for-wp/tools/src/Deconf/Verifier/Pem.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"QDàØ¨÷cÓ^±×U‘ZÇ','Œ0ÏdC#x—_›1;`þê}c€ÜóöÈ2aØù~dRþ','',0,'?'),('›§íÛ¡IPy¾`ñÔ','wp-content/plugins/google-analytics-dashboard-for-wp/tools/src/Deconf/autoload.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','þ6*Ú§·ÓÛçìç!E','ø@;lndp®X.q³šUcÍU¦—_Þ‚ÜéW5õ','',0,'?'),('-Óß¬«\r>LiçU\0Š\"3&','wp-content/plugins/google-analytics-dashboard-for-wp/tools/src/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[\nˆŸÀäõšÛ!l½o','žÂõ‡ýo[DÂ\'@@‡êM¨m\Zgwn‰ê®ÂŒJ ','',0,'?'),('øåØIÆìº ˆC(‹§','wp-content/plugins/google-analytics-dashboard-for-wp/tools/tools.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1jžy´*a?ihYÞç','Î1ÇÕ-êÜCH¤ÓÈL•\ZªKâ¡Êæ+6£›8ÈŠÅ','',0,'?'),('<òÃ9\rç:r†ÎR±ð','wp-content/plugins/home-page-banner-for-astra-theme/home-page-banner-for-astra-theme.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t˜Á7-ÙÏ­’EÒ¥”ÿ','LcP1–p°Îƒ#2ÏP;aÃîƒ|2²ÌO.)e®','',0,'?'),('ì¿ÏoÐH<;ÿ\n žgò','wp-content/plugins/home-page-banner-for-astra-theme/inc/assets/css/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','þòËP_vqKíãÀ-`)','E%a}‡ÄÚnÙN…S\n-ŠÉÊcÉù$ >Õg‡','',0,'?'),('k½*R?U¶4ÇÒ†W¹T!','wp-content/plugins/home-page-banner-for-astra-theme/inc/assets/images/banner.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÒìP¬€À­Ãj¢Ë!!\Z','JÆÝ*\r³ä¨æÍÅÊBêô³…\\¢NêSå·Øè','',0,'?'),('‰þiñY¼‚î[Œ¯%Îz','wp-content/plugins/home-page-banner-for-astra-theme/inc/assets/js/customizer-preview.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'Š@Ïùç˜;øØ®)-¹“','³Rkê,?-Î“×X¹îT%[Ü×é“mg6¡£','',0,'?'),('WÒ«ó!Ê\\<ðrbñî5Ã','wp-content/plugins/home-page-banner-for-astra-theme/inc/assets/js/customizer-toggles.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¢%.!çoÝZÿ	yÂ{','˜wÿ^IE10—>=r§©:\".G;,tã]å','',0,'?'),('v28Ö3Èf6äñYAO°RP','wp-content/plugins/home-page-banner-for-astra-theme/inc/assets/js/home-page-banner.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','›tpH:ñõLIò±DÆ$','u^˜õƒ›vU½í“óPw—^Ÿß\0Qfð¦ÝÚžL','',0,'?'),('šrÄ)ä_Ú²¿ÕqâmÏ','wp-content/plugins/home-page-banner-for-astra-theme/inc/class-astra-home-page-banner.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>áe,¥­õVŸÖG=','ë$Ñ“]âuq¬,½˜©ûrûþ¸}›RdEñ¨`ÿ‡\'ÿ}','',0,'?'),('{¬ ø\\u\r„OK”C>¸','wp-content/plugins/home-page-banner-for-astra-theme/inc/classes/class-astra-home-page-banner-loader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','º‡¸Z‚Xâ¨“Â™ê•','!2*‚Ì[§^UÒþ?1—ú*¶äs7«DÓÂ¦¸Æ.‚_','',0,'?'),('¾bxÎ­Äö\'hçÞCµ#','wp-content/plugins/home-page-banner-for-astra-theme/inc/classes/class-astra-home-page-banner-markup.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÉUïch“hå¾.âµpŽº','˜’!¢KA[Nõûsú$ü$6DžáÞ^™û¬','',0,'?'),('Ñþ…=W÷ò†¹íN','wp-content/plugins/home-page-banner-for-astra-theme/inc/classes/customizer-panels-and-sections.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|Z¼YOù¢¸2hfhæ:',' ]&ÁSË¿Wâ’1{dXÇ×µ÷‹6àèÚçjÑÿ','',0,'?'),('ò†Ó5…Ctù´è<×','wp-content/plugins/home-page-banner-for-astra-theme/inc/classes/dynamic.css.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','zù<ü#8c.Æ·N#˜h','¢;Â	X¿Ë½šÿGj\0R\ZÁ‘²ªS]@Ùæx»0& ','',0,'?'),('­—–rs,C©jÁoÕ','wp-content/plugins/home-page-banner-for-astra-theme/inc/classes/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','”ˆ½…fLUô§k4!ö','ÝíPÁ!Ô¨8aKu×•”lï¦Ä•ß —”ª}\rN8','',0,'?'),('?pc˜r60$`zŽL“','wp-content/plugins/home-page-banner-for-astra-theme/inc/classes/sections/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','”ˆ½…fLUô§k4!ö','ÝíPÁ!Ô¨8aKu×•”lï¦Ä•ß —”ª}\rN8','',0,'?'),('òÎªŒ0®Þ²õûìéNž','wp-content/plugins/home-page-banner-for-astra-theme/inc/classes/sections/section-banner.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','»ëÈÌ·ãw$	éìQ?Vƒ','›ä’²ÝgvUð2©(ñÒ­wµsø¸+XAêã\"”÷','',0,'?'),('ökJ-kº{‹vvÜ{„’!?','wp-content/plugins/home-page-banner-for-astra-theme/inc/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','”ˆ½…fLUô§k4!ö','ÝíPÁ!Ô¨8aKu×•”lï¦Ä•ß —”ª}\rN8','',0,'?'),('hÜÎ¨’ª3ø€>Ò+Š','wp-content/plugins/home-page-banner-for-astra-theme/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','”ˆ½…fLUô§k4!ö','ÝíPÁ!Ô¨8aKu×•”lï¦Ä•ß —”ª}\rN8','',0,'?'),('š;†¼+Š•O6}4\ZÌ°BL','wp-content/plugins/home-page-banner-for-astra-theme/readme.txt',0,'ùØu+þ‚(Y½â%îµ‹+','ùØu+þ‚(Y½â%îµ‹+',',!îSbÝÆ§êYœüuQYY¢<úDù°6íH','',0,'?'),('ÔèòÿåÍ0*îWÇÔ','wp-content/plugins/index.php',0,'gD,Vë§=\\ÆbP','gD,Vë§=\\ÆbP','k‰À—~	¶½UH\Z¥ÖxƒPêÛAÌ„¢ú<¡ž;X¨','',0,'?'),('iYhBPIQÀªMÆî¬s…','wp-content/plugins/jetpack/.svnignore',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!5»ûz\"o)qï­·B\Zå','_Í™äg’ðš…+ŒíñB0€¿Yû9ç¿Îž÷%','',0,'?'),('¬:÷èzŒ4”:k]ÝGëZ','wp-content/plugins/jetpack/3rd-party/3rd-party.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&þæ÷Î¬ªßIo£\"†÷ˆ','Û0]€-†ðªù€G ¨ÞÄ‚@ˆÑ—0ðúä%)¬X','',0,'?'),('>b§üùb\ríÆ!ú—\Z','wp-content/plugins/jetpack/3rd-party/bbpress.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Jÿ–¤½»Y´ÓÒ«äAÏ','þ.Ø¥\r/|‹†k£kVÚžGür`E BéÛDs','',0,'?'),('Aš`¯‘=Ž‹Ìò§ ç','wp-content/plugins/jetpack/3rd-party/beaverbuilder.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','È¶àt©y*“ÉDäREûtÒ','¾ÐÿÁ®¹Ü$t§\nðmÑAd­!«|˜V,jÎ®“','',0,'?'),('¶­ÃL¼¡,ò,þ33°ÌÀ?','wp-content/plugins/jetpack/3rd-party/bitly.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/+@ÿ\róþnA×°O{Ò@','	ôs-ãyü ÏÕf¾V×¼¢¦*áADÜÔFÕ]V£Ÿ','',0,'?'),('‹ýx~ðv£,yGR%h`','wp-content/plugins/jetpack/3rd-party/buddypress.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B$‚îõP,e/6å|3M^',' .y8OqÓ¢)çÝ—Žù\'ÃFKàm›ŸÄ2¯ö:j5t','',0,'?'),('÷\Zªût–$˜4¡P,öË','wp-content/plugins/jetpack/3rd-party/class.jetpack-amp-support.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1+‹Ì’ZÙÇ\"![Óx','\r,„£H•Äà8Ò?ÏŽøQñ®iÖ´’ŒPÎ¢ÇŠ××','',0,'?'),('âÝ	1‘Þ:Š­Q×¹{¥','wp-content/plugins/jetpack/3rd-party/class.jetpack-modules-overrides.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÞçÅæí4\ráÖAl','ð,–ÜôxÖD¥Èêßh(¹\r_*É·ïC“Æ>&ÂíÞ','',0,'?'),('B´â¢ÌP°€í=‹¨','wp-content/plugins/jetpack/3rd-party/debug-bar/class.jetpack-search-debug-bar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H1™9\'ô-Ù*tÓWí','±%Ä+Ý³%N“ŸØný~×A3&|½<ª¸ª¶Â¼B[','',0,'?'),('à°á›Ghçu¾þÆÈhAÆ\"','wp-content/plugins/jetpack/3rd-party/debug-bar/debug-bar.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‹Ññ`?@[êÞ8´÷ûè','ßYJ‚ÕSpU|>ßÍ+ÿqn“‘:îšªüÆ','',0,'?'),('ô¦ ,®S¶¼Ã»\0-Bü%','wp-content/plugins/jetpack/3rd-party/debug-bar/debug-bar.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"+¶ß¬o^kI4jµÃ,*ñ',')±´áÔÂMž£¨ü?Yc†´ör|¾3ÝSênjÜ¥Ù','',0,'?'),('ýD÷¾ˆ\0©åhf¾™Z¾]','wp-content/plugins/jetpack/3rd-party/debug-bar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','±A&`U£¬«_õäØgž','¡Û/«=SæÍxŸç%õÀ\\ìCÉÖÖ—bÿQÞ','',0,'?'),('T\'`ƒ£-ÛƒOÇV4','wp-content/plugins/jetpack/3rd-party/domain-mapping.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Û?¿›úšï˜º¿¶pï','ô¥.Å‡\rú«ÓÆ?}AªuûÊ4‘:½*?5KY','',0,'?'),('›þÝÜÝ£ÏÙ	½ÆdvŒ\'','wp-content/plugins/jetpack/3rd-party/polldaddy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','§,yg µÓÃœœìÃ~','Zvü“˜ª®ÚÞ\0‰ŠóÞWµŸT‘ügCÔoò|×\rn','',0,'?'),(' B:È< )\0öìGh','wp-content/plugins/jetpack/3rd-party/qtranslate-x.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ÿ0Á©TG6³Ætªâ$¼',')ƒžíßˆù†r!ïAEÓ‚Òühœûd—ÒÚLÌ&,7Æ','',0,'?'),('5Í_Ìí¡¸è~ˆˆÀ,€-','wp-content/plugins/jetpack/3rd-party/vaultpress.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','UÍjâ»DúkÃw\\ì´S','h%ð®ë¢Ë½ô|ò¥:÷¼>¹ë0ÏÆj¤âû«(õ±%á','',0,'?'),('yóüzâûY2Ò‹‡)¦Q','wp-content/plugins/jetpack/3rd-party/woocommerce-services.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')w—\Zâ™W	«`Œ«hÈü','‹a‡å­‚ÞQ›â¸õcfûßÌººYöò5ý=HöE','',0,'?'),('»WiTN‡Ž—Þ#Áãë=','wp-content/plugins/jetpack/3rd-party/woocommerce.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' ÓX÷\'6“u‹ãÓ—ø­*','H­…v·_8u–›…RÝÇÃ½Ggoß®¸_G²›‘šîpD','',0,'?'),('=cz x©ŠôÊ(ðø¸œ','wp-content/plugins/jetpack/3rd-party/wpml.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','†_çP³Î†ä	¬H','Rð”d^k^ª·“ýý\Z\\Lžu‘c?­(ûïýí','',0,'?'),('õËÙÚþÙ\Zïƒ$&œšS','wp-content/plugins/jetpack/CODE-OF-CONDUCT.md',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ûk ¯Ã7f?‹6ÊD­(ùÂ','yÈIðæ¡ß¾°‹Ñ¯hi„n™ô~`JÓ8{jUø`Í','',0,'?'),('Ä£§\nšñÙ2®vœÆýH','wp-content/plugins/jetpack/_inc/accessible-focus.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','·¬ë#œ&ÇwÃè-h^Õ‰','Ûçf\0tþÁ_t„íváp¶Ôh9<‹¦ï³©h#^','',0,'?'),('ð–·­/¼!ün2ÊÜP‰š','wp-content/plugins/jetpack/_inc/blocks/business-hours/view.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','˜²)¢äŸVÿ¦^Œ(½','åífë_%\ZªöÞ­ªj±¤åœÀ‘B„ð½jöbcÌtV6','',0,'?'),('_¦ÿÏºÔ¢^AÿÇ¡Ðé\rd','wp-content/plugins/jetpack/_inc/blocks/business-hours/view.deps.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','×Qq9ˆ˜~“1˜câA‰Î','OSÍ¡Œ+ªT»_š>Ëåí«MŽº‡</¹E','',0,'?'),('õký@\nˆªÉ>î,x{Nå','wp-content/plugins/jetpack/_inc/blocks/business-hours/view.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ò<%âFMú2Ö¼¹ä2','¼ºâŽOÅã–ˆeK+E‚¾s4MãÅ¡`XžiåÃ$“','',0,'?'),('È{Ðd‘T¡lE¡L®gu','wp-content/plugins/jetpack/_inc/blocks/business-hours/view.rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¯^T˜Fè5¨~ŒÞ˜¤','ZZzC-nÌ©°N-—–L›$?ÏBV\n©SÌ)cËî','',0,'?'),('Fž$¼XrÎÖk¥ ÆÄ','wp-content/plugins/jetpack/_inc/blocks/components.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','±½*Ÿ@é¾4¼Q±÷»','î‚7…ÍËO]ÔkSp]{~{ÇöŽÉ\"áJÆDÍ','',0,'?'),('Ï¦\'¥Wmr¾6¼ƒæsØ','wp-content/plugins/jetpack/_inc/blocks/components.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g)˜§¹«´Ž	p»»]','Ö®Àù?­Î)—@zõx*0jG	”Þ¬ªºÍ','',0,'?'),('ùr·oñZÙå‹$lDD','wp-content/plugins/jetpack/_inc/blocks/components.rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&±gÅ@ü³Èl\0<2x','QgŠ\"*YCž“M‚®t?!E¯<­4°®ïvo>y‰','',0,'?'),('UœºÆ85O2F®]Šq','wp-content/plugins/jetpack/_inc/blocks/contact-info/view.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ó+‡ùsx=c2U-Ng','®åi³‚²B3ò‘óoô\'´×ƒ;Í¾ÄC}ß”šC“','',0,'?'),('IÈJ+ÄInþË\"ZÅ','wp-content/plugins/jetpack/_inc/blocks/contact-info/view.deps.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','×Qq9ˆ˜~“1˜câA‰Î','OSÍ¡Œ+ªT»_š>Ëåí«MŽº‡</¹E','',0,'?'),('•7¥B U:´6(ûMûF','wp-content/plugins/jetpack/_inc/blocks/contact-info/view.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3r®±éìJÉeým£Wp\Z','°ÃÚ\roÏá^ikÀ=!èÖWÒØË0=ÞÔã[“L','',0,'?'),('t&)(Ænê»c¿ù<¡c','wp-content/plugins/jetpack/_inc/blocks/contact-info/view.rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ó+‡ùsx=c2U-Ng','®åi³‚²B3ò‘óoô\'´×ƒ;Í¾ÄC}ß”šC“','',0,'?'),('MîþYhðÝ½$e¦È/û','wp-content/plugins/jetpack/_inc/blocks/editor-beta.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',taÓÚéZoû?$î',')@6ô\\>ò6¶^Ý>Áfìq7­¼Ò‚)²öjÏs¨	ºi','',0,'?'),('U=3>CIY^4eäö”','wp-content/plugins/jetpack/_inc/blocks/editor-beta.deps.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','HÀ±çï¬)`½Ý¢:ç7\n','W	Êóäý»Qá±8¨˜HÄáógÐŠÄÒ\'_: ñÆmY¦Ø','',0,'?'),('ï›%¬oòo²¤¥Üƒ30','wp-content/plugins/jetpack/_inc/blocks/editor-beta.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','lö–_gÙ”0ÚC‡G¢šQ','?\0	­¦)Ÿwué^;×¼˜ÇBÍÓÙÇè¨–òýèÊ»I','',0,'?'),('yÌ¾÷ti\0#ñ~€Óžü)','wp-content/plugins/jetpack/_inc/blocks/editor-beta.rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','“J[Œ‡§\"Ã„×ð†è!o','&jrñ¥:øŽœr´å?whOi%”&IÍÂyÙhl','',0,'?'),('RK›Š1XûG¹ù` ¿Ó;','wp-content/plugins/jetpack/_inc/blocks/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','rïN}Iÿñhïie\'','Åõ5ë›${pø—Bü»aEûî÷>ýu=—¿T•ã[©.Ú','',0,'?'),('Š÷ FæÉÃ4d¢•.³ Ú','wp-content/plugins/jetpack/_inc/blocks/editor.deps.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','HÀ±çï¬)`½Ý¢:ç7\n','W	Êóäý»Qá±8¨˜HÄáógÐŠÄÒ\'_: ñÆmY¦Ø','',0,'?'),('f5H°Ž4ÅŸf¸ÎÕ¡NÂ','wp-content/plugins/jetpack/_inc/blocks/editor.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','§\rÓ«\'Œi?ÁGí±øŠá','Ø¦í_	m–ð>q˜©¹ˆ¢Ïª,©vª˜ÈN.g','',0,'?'),('÷*\0\'ƒîÓôò‹ý×)½¹','wp-content/plugins/jetpack/_inc/blocks/editor.rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','OÒèr‘An\Z\Z!Ïòc“ê',']ªÉÏ‹•‚†©\'9[Åæhõ Ü¬‘†V|Ézö\\š','',0,'?'),('Ä~ÐIÊõý~)( f?2þ','wp-content/plugins/jetpack/_inc/blocks/gif/view.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¼´KÖ%=7ˆ.Ö$qj÷N','Kçã^R#\"‚PÄÀÁ4\rÜ•c_ðw÷«ÙAº','',0,'?'),('SÆÒÖó×±ÓŸa¸ëÏ™','wp-content/plugins/jetpack/_inc/blocks/gif/view.deps.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','×Qq9ˆ˜~“1˜câA‰Î','OSÍ¡Œ+ªT»_š>Ëåí«MŽº‡</¹E','',0,'?'),('š¦OÂñëüšXŸó\\›','wp-content/plugins/jetpack/_inc/blocks/gif/view.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ê£²CÄßGÌú(›Rä','í9ËlÂbáêÕÖK˜{Àw›•p:ÿ\"Ø³¬€ÞÍ§›_|','',0,'?'),('jA±§°¬¬Þè™ûÜÐr','wp-content/plugins/jetpack/_inc/blocks/gif/view.rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','˜æLÊ@®… l¦4¬/¬','ÀñðˆÛr2´ñG»’•iæÂª¡ŠÑ¥iâiÅ_;ü2~','',0,'?'),('<pÛQ]Í¡¢„dFÉ¦Tn','wp-content/plugins/jetpack/_inc/blocks/images/map-theme_black_and_white-1ead5946ca104d83676d6e3410e1d733.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','­YFÊMƒgmn4á×3','«ƒ…~NEÜôSÅ2…£Sc·¤|ì[Š¨²NÃì |','',0,'?'),('9¹E÷sNîH9Ÿè2‘-','wp-content/plugins/jetpack/_inc/blocks/images/map-theme_default-2ceb449b599dbcbe2a90fead5a5f3824.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',ëD›Y¼¾*þ­Z_8$','B°ônÛ+Šw`ºó›Ç¢ß²§?”ÒäÚäëM','',0,'?'),('<ÞWÙ¢tò4î(ÀM7W','wp-content/plugins/jetpack/_inc/blocks/images/map-theme_satellite-c74dc129bda9502fb0fb362bb627577e.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÇMÁ)½©P/°û6+¶\'W~','ˆ¹Œá7¾±^y;Ts»ÄLŠêöœ\"ò¦šàv','',0,'?'),('*3ÍÑ	´¾VµûüøÓ','wp-content/plugins/jetpack/_inc/blocks/images/map-theme_terrain-2b6e6c1c8d09cbdc58a4c0653be1a6e3.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+nl	ËÜX¤Àe;á¦ã','ívéîSs”.ÍÄ Wn=Ÿí…8YLª¸,qá¡écT)','',0,'?'),('^ŠR:‹!ëC«v','wp-content/plugins/jetpack/_inc/blocks/images/oval-3cc7669d571aef4e12f34b349e42d390.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<ÇfW\ZïNóK4žBÓ','æ“JFC*¢€ŒyœWÊLlÎçÐt¥´à¨ñö','',0,'?'),('\Zª\n±‘†bÄžO¯o° ','wp-content/plugins/jetpack/_inc/blocks/images/paypal-button-1e53882e702881f8dfd958c141e65383.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Sˆ.p(øßÙXÁAæSƒ','¯‘~ž¬¡@ÿË^Dßõ•‚ûôò­Âp½ÝÀQ–','',0,'?'),('zå”ËLAw÷ƒÁEÀM×1','wp-content/plugins/jetpack/_inc/blocks/images/paypal-button-2x-fe4d34770a47484f401cecbb892f8456.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','þM4w\nGHO@ì»‰/„V','±f)î±°OuêaÃ_ÂÆs7‹¦´nü}÷;/n~3¾³','',0,'?'),('Åqˆâ…Çü3Îõ@îZò”¡','wp-content/plugins/jetpack/_inc/blocks/index.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ë`!îào‚z¥Uø·ÂG','Ð8A„YIãAßŒ³¹ö5ò1iÑð©ã@+¢ÃÇ•LŒ','',0,'?'),('‹&FD†ciÜ5‹ªX¢¡Ð5','wp-content/plugins/jetpack/_inc/blocks/mailchimp/view.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':…VÝ.t€GÐÓ’V ','±N„Íø›™…ä¿6Í%ÒÎßÉ™¹BYà­}©','',0,'?'),('·8&m²Ç\rŠD	Ç•{$ï£','wp-content/plugins/jetpack/_inc/blocks/mailchimp/view.deps.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~¯^½«¬ãT•CP³µç x','Çõ8{¶½°Hòx¥x.×W˜Kê„¸i­]‰GAuf³ê','',0,'?'),('ž‡X`gÏÄvµÌâ%5','wp-content/plugins/jetpack/_inc/blocks/mailchimp/view.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ªéSbï÷µ€1ó]/f','\0ÄC÷\nl£å•ñÈžY|m’q#–4n\'åê\Z>\0','',0,'?'),('\0‰\03ÛŽ<\r³Fs´	^Q@','wp-content/plugins/jetpack/_inc/blocks/mailchimp/view.rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':…VÝ.t€GÐÓ’V ','±N„Íø›™…ä¿6Í%ÒÎßÉ™¹BYà­}©','',0,'?'),('\07ó…ßéÃ÷Ï}èaªÞž','wp-content/plugins/jetpack/_inc/blocks/map/view.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¨W¥t“O~ÞdO‡!K®““','ƒiFëbûöizÉðÜ£ð§m£W ^¼$Ý,®Pr','',0,'?'),('byÒ:wðo°mGç˜pZ','wp-content/plugins/jetpack/_inc/blocks/map/view.deps.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','™+ N¿ÂMø˜í|ýp','\n”/ÓØÔù¥ÉÈåR…£±•Óá5f”¦TY°þUþ²','',0,'?'),('aæóˆõEnòE²}ó[4`','wp-content/plugins/jetpack/_inc/blocks/map/view.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','“³$yÔºEñ^e@†»°T','\nÚWmrÐ,«û¥¬\"±M92þ0)?.Õ›Hiªî','',0,'?'),('˜à{TäoŸ ²þ!–þ','wp-content/plugins/jetpack/_inc/blocks/map/view.rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‰”d…¶ÀqÝ¨°¨¾Iz','Îl4{ãp’—jÿ¤•¸\\GjÀ$ÛÕOÖ$¨‰‡','',0,'?'),(']³ç<‚­€…cù·h¾ï','wp-content/plugins/jetpack/_inc/blocks/recurring-payments/view.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r\r“ÆóQæÂÑ&>)0`','\Z@Üß_QÉºê—$ÍâH0´¢Ÿ/ÕÙf`Ü&—íÃ#Ø','',0,'?'),('A¿È¸ñ¸ŠÀ‘uÊ·ø','wp-content/plugins/jetpack/_inc/blocks/recurring-payments/view.deps.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~¯^½«¬ãT•CP³µç x','Çõ8{¶½°Hòx¥x.×W˜Kê„¸i­]‰GAuf³ê','',0,'?'),('ã oýÊÏr5¤4TK°˜','wp-content/plugins/jetpack/_inc/blocks/recurring-payments/view.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!]:I…%}vi•´n*Ž','éí3¸O%OHK²¡ÎþŸÐ	ejóŠ¿-øJå5À3','',0,'?'),('\r9ž˜‘¬ê¸?VTD¡è{','wp-content/plugins/jetpack/_inc/blocks/recurring-payments/view.rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¥RçþH×çÀ>~Ã^ìƒôÕ','2\rƒüœøïa$­½ÁjûNéo=#{6WÛY§A¬','',0,'?'),('å™-‚fÚYÃoïƒPsð','wp-content/plugins/jetpack/_inc/blocks/repeat-visitor/view.deps.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','×Qq9ˆ˜~“1˜câA‰Î','OSÍ¡Œ+ªT»_š>Ëåí«MŽº‡</¹E','',0,'?'),('…û°C8Çq™{Àf¦ŽÜ','wp-content/plugins/jetpack/_inc/blocks/repeat-visitor/view.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÉcßÏDèUž;§dá)×;¬',':F®u¨ÑòT+×®–‘¥‚*!ø>š®2gùb¤£òbW','',0,'?'),('€zÄ¯½o<j~G&+¼C','wp-content/plugins/jetpack/_inc/blocks/slideshow/view.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m‹úÓ`x¬OxÎ¤“_¡','DØØbò)åºŸ<9š~pºLÓ‰iõiwÓX^¦M¿','',0,'?'),('_ˆ¨œ`Æ—ý\raÐƒŠ2k','wp-content/plugins/jetpack/_inc/blocks/slideshow/view.deps.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','›Ñ¬ñ?õáÚ q!Ší„Î','jžÇÙ †Õk:ß›YÊ±¿õÂ6*äq2ØS','',0,'?'),('eµ;¯Ž¾·ÄXIœ›æa','wp-content/plugins/jetpack/_inc/blocks/slideshow/view.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q¢66ü;•ší)ÈŽå$nG','JêAÎðLÔÉ˜îÁ=¸Pò…$IÀHnÈ‚ûð•‘±\r','',0,'?'),('Ù§	ÅH’51\Zâ	¯!Ìâ','wp-content/plugins/jetpack/_inc/blocks/slideshow/view.rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','§+\\W<Ÿ\\,T32Ö\0.','M2H<S–§M-n3IPFÑ”;äIº¸³\0?r˜LœP	','',0,'?'),('	Zˆ†ºš®pïù&\ZGW','wp-content/plugins/jetpack/_inc/blocks/tiled-gallery/view.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Hß¯†¦[Î|DfÚ‰_Ë','öÔÚ²½k Le°É47!.¾Æ^’3/gÎÖ\0Ë¢_ß','',0,'?'),('r?GÞ¹×!„)oF','wp-content/plugins/jetpack/_inc/blocks/tiled-gallery/view.deps.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~¯^½«¬ãT•CP³µç x','Çõ8{¶½°Hòx¥x.×W˜Kê„¸i­]‰GAuf³ê','',0,'?'),('r°_aÏ‚ž¥˜A‹–¥ž','wp-content/plugins/jetpack/_inc/blocks/tiled-gallery/view.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','åÏ´Ì5ùØ=	Õ=<uN\nú','öæ\"`3v%m,MoÖ‹Ã˜_‹…d~ÂxQU_$Þ5Öƒ','',0,'?'),('j-0mXþ‘\n`[»äF¬õ','wp-content/plugins/jetpack/_inc/blocks/tiled-gallery/view.rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','å%¤‘¢\\ñ[ê<b','gýÔ\\ë…¢;h—éš\'¾Ã±-ÄÅ)¢ùYûÇÜƒ*é','',0,'?'),('6ü9‡žØÂ|>Ã”#EÚö','wp-content/plugins/jetpack/_inc/blocks/upgrade-nudge.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','úÀGRF\nYÖ;Û²!e£','t|^˜+DpPhÎ^Y1œk¼^‚ß\\•a’°µˆNI.ä','',0,'?'),('­¼&¦K—IS	þ·ìÖ >','wp-content/plugins/jetpack/_inc/blocks/vendors~map/mapbox-gl.99bb2d9afac030901882.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','î.	²`Ož\nÁ°Â¨³äj','ï¾Ûzñ¯“þ¸Ü])Å	lu,—ÿH#šÅô¿-]ß','',0,'?'),('„SQÀ¾ÏZÄ0¼…–zom','wp-content/plugins/jetpack/_inc/blocks/vendors~map/mapbox-gl.99bb2d9afac030901882.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ë˜¢ƒwÐhGY—ïv[+“','%ƒY)Èe•‰•srŒ³ÍtêbP±¹}çöŒ“x¼','',0,'?'),('‡E=au’2å8€—Aoæ\r','wp-content/plugins/jetpack/_inc/blocks/vendors~map/mapbox-gl.99bb2d9afac030901882.rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','„-‰zSç­5_¤Ü=O','‰#BZ*«êœÖ.A¾\'Lô|.8œÎ2¯¢\rÞŸ˜dÌ','',0,'?'),('æT¯ô÷	&Ô@™Dœ','wp-content/plugins/jetpack/_inc/blocks/vendors~swiper.2b1609a7224e20d752be.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','üqvAÌ`òZ;†G7¬','°€š(Qn‚Ç|Oª•\Z$l\nŠ°|…™Ý»Œ®Œ$(\rØm','',0,'?'),('æÇ¡å–‚¹÷,^Zy©','wp-content/plugins/jetpack/_inc/blocks/vendors~swiper.2b1609a7224e20d752be.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Â#X]¼ý\Z·lp;µ£·|','ì¢Vä™+æºœ²B>\\(3ð¶)ØÃƒR‘±ø#Mõ¢÷','',0,'?'),('c –K±Ï>Öôö}ÐÀe','wp-content/plugins/jetpack/_inc/blocks/vendors~swiper.2b1609a7224e20d752be.rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','®n¦ø|Ï §ŒÙhîž','j©a…šäÕXbaÙŽã6?¤t$ÐúÖVãªC,v³','',0,'?'),('6Ò½w¡Þ¢{˜\Z/ÌîÀJ','wp-content/plugins/jetpack/_inc/build/accessible-focus.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Þ9y”QßÂôaéŒšüh','h/¢õÍ¥hŸŸ÷ÉÎð÷¹º_\nÃ‚¥®5ÀË','',0,'?'),('Ð\ZE|më=:rA¿','wp-content/plugins/jetpack/_inc/build/admin.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¶[g[‚Ù(W\"ƒe','ëŠÃÈöT%+ˆþ½ˆœðt²‰WÍŒ‡øˆ×Ý@£Ýƒ','',0,'?'),('õ;ÄùË•0;4ûðW6','wp-content/plugins/jetpack/_inc/build/admin.deps.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ºjùF‡4ßËêeJ€á²','µgÉ&Ö&OþÙNí5ü?[ä_[ÆÚSšË¢CØÿ','',0,'?'),('­$ºé]oþI`ÒÓ*Š','wp-content/plugins/jetpack/_inc/build/admin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ã@/ÖT`£²Ø2¬£XE','ÒÍðOŠjh ‚þœêÅxƒy¦sjáqÙ¥+)Æ‰°3','',0,'?'),('x‘I`¤Ièí……	öÛœ','wp-content/plugins/jetpack/_inc/build/admin.rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ØŽ‡Á…ûÈz§¹9é,î','¥½Ÿ­Kãr¦¾N¯­Ã\"ªzõ±»_á©À`:n§y','',0,'?'),('lí]Â’™¿Qûí¯º\nš','wp-content/plugins/jetpack/_inc/build/carousel/jetpack-carousel.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¾8Î§Œ¯?u\n¹ßïr¦','‡ÃùJ,QuyCD®”S…Et\Zàœô†Á»|]™|(T T','',0,'?'),('v&õÛvCêœÕ-\Z>&Š','wp-content/plugins/jetpack/_inc/build/comment-likes/comment-like-count.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¾\'üø-›¦Šz†…2½Øú','è„çÍøÊ¿?4`A\rÜac”{7Óªg[ÇË³‡+','',0,'?'),('ÓÈy…çLþÏÛM¡ADþ','wp-content/plugins/jetpack/_inc/build/connect-button.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s|€:|ëGÅož`cV‚','\Z±\'Ê3Æfš£Hb3\Z?¹PHí®bÙ3fÜkˆÙ€','',0,'?'),('l vÏn™OZÕgÁ;SÚ','wp-content/plugins/jetpack/_inc/build/contact-form/js/editor-view.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`rzÛ;\Z—<é¾kªT•¾','2aöhVÐ	žFîµ\rR´_Y3ðwâ0dIƒ–ƒq','',0,'?'),('\râ!‹ø\"»’Jwr˜d;','wp-content/plugins/jetpack/_inc/build/contact-form/js/grunion-admin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']å)o ‹¿Qj	Vð$8','ûá”p^VøvÑý!îÓJønïù¹\0CdVÞM´1','',0,'?'),('È´í¯œ{i	Ç£¥Ì¨','wp-content/plugins/jetpack/_inc/build/contact-form/js/grunion-frontend.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÁfB—YÂ&ÐÔâç,Lƒ¥','÷ãaí¯‘–>‚2U3n\nÚß™î×‘¹~¸w€ã‚çW','',0,'?'),('å\"¥K@º‚qýÁ<œÃêJ','wp-content/plugins/jetpack/_inc/build/contact-form/js/grunion.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ž0•³Zr§â5Å”šCc•','ë¨•wðß`oE\r¯¿¾Œ+cLºñ¯Ðƒè	ó','',0,'?'),('¬jâì£]ƒØ?©štº','wp-content/plugins/jetpack/_inc/build/contact-form/js/tinymce-plugin-form-button.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','si)ÏG½áð²ñ·6œŠz','^GMŸbP8»W|Fk½ËºÜcµ!4Ã{Û<v„˜˜p','',0,'?'),('%7çqu²ÌáyNÖ\0','wp-content/plugins/jetpack/_inc/build/crowdsignal-shortcode.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-ÁŠàI”wÑ¬ý]ë','æY\"ÀqÉ¶i\r8/tøD©5EÔK²¡aµê´:','',0,'?'),('ËÑût†\r\"f§½ðf¹|‹ø','wp-content/plugins/jetpack/_inc/build/crowdsignal-survey.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j->=åËØ8š~ÖÂñØ®','¼ók‘²®5÷K:Ì‰+L”­sL³æ ì¢Ÿ¬f','',0,'?'),('ƒ©–,WvVEò·“2º:Z','wp-content/plugins/jetpack/_inc/build/custom-css/custom-css/js/core-customizer-css-preview.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{J]Ž#ù¯/Bc¸]™‘˜','HAZ©XAÿûm÷>6è\ZnÇæ÷\n	•FUù','',0,'?'),('±Á?Ï7[;[åøK²ˆ¾;','wp-content/plugins/jetpack/_inc/build/custom-css/custom-css/js/core-customizer-css.core-4.9.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Š]á«™|H‚Â¥e þm¡L','„@$¸…gCî‹þd†ÜËø	uB‹›šÖ%ïêOÃ-lä','',0,'?'),('v¬û¸NA¹k5ôÉ\0','wp-content/plugins/jetpack/_inc/build/custom-css/custom-css/js/core-customizer-css.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','©a1=¦tUcw-B¢c2Ñ','kb@œˆÚ×\'e†•\'_#„m÷²¸¥ÕsbEb“\\Ö‘‰','',0,'?'),('Á\";W4¶MšW(3','wp-content/plugins/jetpack/_inc/build/custom-css/custom-css/js/css-editor.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ž)ªÝr73öþµâ©ÒÛ','M)Võ‘H²H§‚ìCYý¢D½l=O°IOïZ¿ûÅûÍ','',0,'?'),('¬ðÝJo[}{Öƒ\nU','wp-content/plugins/jetpack/_inc/build/custom-css/custom-css/js/use-codemirror.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Té¼ón›îâ(®f2Š¶\0','Ï‚sBÝ1ýÄ â$j¾iUˆF*À]Ç^n\rîšîÃ','',0,'?'),('Å~í8Vé—%ÝI¼î­eš','wp-content/plugins/jetpack/_inc/build/custom-post-types/comics/comics.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Xù™b~/P6P—¯•Õ~ä','´æ2lHðƒKNq‡?ÜEïê&ÐÚîÍ`0?Jå’É+','',0,'?'),('Ò[‘ì0d’µö7þð¯”½','wp-content/plugins/jetpack/_inc/build/custom-post-types/js/many-items.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b¢wbµ9A¬ÔUä„Ä','Nè	Eo4§û\'µDÂ8uJkÛ;ºí[f\'¡ˆ„Õ¬m','',0,'?'),('Š}U/%=‹kiãm ÒÞ','wp-content/plugins/jetpack/_inc/build/custom-post-types/js/menu-checkboxes.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','òXîh$rœÅÙ…Ví#b','ãmyIU’o¢ÁNŽ=%¹ñ·§„Q•uRz“àéã','',0,'?'),('k7@½dh\nY7«*Êƒó~','wp-content/plugins/jetpack/_inc/build/custom-post-types/js/nova-drag-drop.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','WX\nG{\0­ÆYµâ~¹£','«¸Ö>Thõš	J½ê˜•ÐÑ›œ»tÁ}ul+±r×¾','',0,'?'),('–E×³«!šnfáÿ­','wp-content/plugins/jetpack/_inc/build/facebook-embed.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N[„šÉbžnï\Zd¢','ã$œƒÍ\0ÿKµñQb(a¶Z°ñ›+*Þåúg`','',0,'?'),('³°k5jþ;ÂÌ+ÃÛÒü','wp-content/plugins/jetpack/_inc/build/gallery-settings.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Lˆq\\(`;\rpct>Ä ','ÈU½è–Œ¤í+ý‘ÚÇ²O@˜º°\rò#8D\'B6‹L','',0,'?'),('žÂJòX#c!»žÍ£','wp-content/plugins/jetpack/_inc/build/idc-notice.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¶C“vØ5&IëfU¾','CÁDÝ,J¾Ò17Î÷zjB§¦’³k|í™Þ]ÒbV','',0,'?'),('fK;Ck~4¸!Ð—‰Éˆ','wp-content/plugins/jetpack/_inc/build/infinite-scroll/infinity.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','º{Y¿ŠÇûÙèHý!Îê','à³Sô‘È2—ÄÐ[qô“²õM.AKèè›.5éùæ×','',0,'?'),('câ¤&NF|U“ÌÁñP\"','wp-content/plugins/jetpack/_inc/build/instant-search/instant-search.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}ø`Êì–·ÎÖqJ^!ÿžz','›ÚtJ¾’GæÀ£=â°¢÷¤X/æú>²×½Œ¯¬¸¼','',0,'?'),('eú]h){…ñK¸‰F?T','wp-content/plugins/jetpack/_inc/build/instant-search/jp-search.bundle.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÑíòPÐûŸŒz•,â','ÑßØŸ¶j—Oõz6DÓÎÈ\'Òµõj³‰%©¨ë™ä','',0,'?'),('çÛeC¤pØÔÁŸdDéº','wp-content/plugins/jetpack/_inc/build/jetpack-admin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n‹àÔá€ëMuêúëåÀ','9øÈ;®r^2ïNL€CÔ<m¬©¡Ïèì\Zž','',0,'?'),('Šñctàˆé–à¦}»ø','wp-content/plugins/jetpack/_inc/build/jetpack-connection-banner.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ø€æx3	Ó1ùZ§ëÕ>7ð','\"²§6Øð‹ P”ÎFÕúT§*PÔ–¼·M&ôÑ×p','',0,'?'),('!M¨\n-Vv‹ç]\0@«','wp-content/plugins/jetpack/_inc/build/jetpack-jitm.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<‰›2ãW­£šó”Í›','ï\0˜ÏÜÇ|\ZI4²³Þ¨Ò€Ÿ2*«Y°æ<Ä “·ùô','',0,'?'),('èŒäNÍc§&··…:ÖÎ','wp-content/plugins/jetpack/_inc/build/jetpack-modules.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','rñ\0Q„CSqßÖlpØ¯—','SI_ˆÂ 5ºP‰×ñÉÄë¥hÈC4§â‘\"F[º','',0,'?'),('ål*øÕÆ.öM×Çhƒ½C','wp-content/plugins/jetpack/_inc/build/jetpack-modules.models.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','çO£:Uµ=E-¢ ‹”í÷','˜‘ù˜SÆ1©*:}žx¤¨— b|cÝt}\0Æ¼','',0,'?'),('¯!d·sê”ì\rZçÅc“-Î','wp-content/plugins/jetpack/_inc/build/jetpack-modules.views.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Qlpÿ0.”ÈÉ]J:Ò~','ý7Û¶ÔyäwÔîÇ@°ôæGžÊ¾™\0Žª=bŒ','',0,'?'),('aÊt€Ù‰p!Á¡BrAÚ','wp-content/plugins/jetpack/_inc/build/jquery.jetpack-resize.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','IôOjÖ6Jé†&ÛRÂ5¦','¯ë^	›:}Á@{µ?\'St²Ø,É°I”’Câ:±\Zè','',0,'?'),('Ì„ªT/5þûÆ~YDzÍ','wp-content/plugins/jetpack/_inc/build/jquery.spin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','õëZí*7”ÙŒÇ£','›eÉÂ{“&OÚ8=Ap¸éAÕ&·cÿ5h^$Ì™ÿŠ','',0,'?'),('z†€@ÇNS¤PÃ5Y¿È','wp-content/plugins/jetpack/_inc/build/lazy-images/js/lazy-images.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¥¥6öoÓ£]ôáŒ°¾xa@','¿èªÇs  ‘¬ý{|á))ÿ(Ó èGÄùU\\','',0,'?'),('Rzçâ^ošHømJü“T{¹','wp-content/plugins/jetpack/_inc/build/likes/post-count-jetpack.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!=›¿Ÿ=ÎÒ‡ÍKi©EN1','B‚ÅIú\n$6løÈ&ÂGKGòÂ^²¾¢Ì@E¹¥','',0,'?'),('›µßõÊ5gðÔv±¬¿þþ','wp-content/plugins/jetpack/_inc/build/likes/post-count.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÇüÈãÜà÷IÖ¹ºeG','Ž¼d§Û-¶	ÔxþQ[%TÎ‘‘\'¾,öã´#®','',0,'?'),('\n‰<%èPK ‹[o”Ð­','wp-content/plugins/jetpack/_inc/build/likes/queuehandler.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Qß—¹žÝUÇŠvž™»+','R½Ðñ¼û6¸îUÿGyS@ƒ·½Ñœ¢/ùO;ÆJ›N`','',0,'?'),('ð\0.¬0»}}áø±·™TË','wp-content/plugins/jetpack/_inc/build/masterbar/tracks-events.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ü+Jüð°æ©Dfªë\n0œ;','˜Ø!iÛ_b|ñ3%Sr\'e$xV{¿”¤M©gëãÏwˆ','',0,'?'),('N:âEk×&j`y–öìÑ','wp-content/plugins/jetpack/_inc/build/minileven/theme/pub/minileven/js/small-menu.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÍÈ~êàÀÙËëÊî%\Z','ï!˜¡þ‡`y>¬šß¸(½0+~¼+ÕYT©Ål\'Ú','',0,'?'),('Rî%q9 }‡~ØìFˆ\">','wp-content/plugins/jetpack/_inc/build/photon/photon.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','©qa?6ÕKCˆ$rCïq','T4{¶¤éF9RÅDªÌ]¥ï]:9w»à³‰Þƒ~','',0,'?'),('¾ìCL¯]5d¡MŸª','wp-content/plugins/jetpack/_inc/build/polldaddy-shortcode.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¡¢‚åÕ§Œå†GÌÂ¦','M:á‚\0œ}t1ƒWö­°h.;ÂŸÇóg!ö\\','',0,'?'),('@%9ú…\"\Z£«#&R0„$','wp-content/plugins/jetpack/_inc/build/postmessage.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ŽP\'ˆü¿ÐÄiÿÊlD','í®RîVü\\Ã‚òíWâÆfq(8GºG+–M:¥ú','',0,'?'),('P]ÿ½±B­f„tÍ','wp-content/plugins/jetpack/_inc/build/related-posts/related-posts-customizer.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÆÉé–&ð§yPàgy','r‡»˜\0V€œp¸L3É0§nNúÖ˜Ä8	“3Ø@L','',0,'?'),('í5eÅ˜[wI€<‘±.O','wp-content/plugins/jetpack/_inc/build/related-posts/related-posts.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Æ¶þ¾gú˜YÛî\\','ŠÐ§})Ö·<1p§Šê0‹P(ƒÓ(àï»PöM~\\','',0,'?'),('iëw8Ê_	î¿m-‘@eò‰','wp-content/plugins/jetpack/_inc/build/sharedaddy/admin-sharing.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','žbÚBÙlæ?îõc*','\0™ùrbCp~ÄZ?œ	H#mÎTJLåQ™ÉÛ\rKe','',0,'?'),('úZVK@hùñ‘,Õ„ø','wp-content/plugins/jetpack/_inc/build/sharedaddy/sharing.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','po,Ø\Z:z}º›ùv)ù{','¬„lÃDl’Ÿq~Ï]¾Ÿ-¦´ç_[ˆzœ´6','',0,'?'),('Ç\n·[ÿÝE„$„Þ~','wp-content/plugins/jetpack/_inc/build/shortcodes/js/brightcove.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','oq¹@™Äsí»ù\0â','#œîSžO¥?Ú À\Z¸èÙîÃÌ[Ž:¾þ\0FèÔ]','',0,'?'),('Ú_n®ª™±DÇ\nðX¢','wp-content/plugins/jetpack/_inc/build/shortcodes/js/gist.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ŽV$·(—†2ß#@Ñþj	õ','DÆ­T6=”úóH¦úÕ¨ÆÉ¢~Ìc£f©ÊJ(°‹Xé','',0,'?'),('¿™¢Ý†R-qOM™•','wp-content/plugins/jetpack/_inc/build/shortcodes/js/instagram.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ZaôµÊ7fC‚wHÁýùÄ','Æoµ\nOSOÀåÒSª¢ñÒ\"»‚wI‹ò`Ú[¬þ2oì','',0,'?'),('Ôs4\r¼2ËEo I7l—¯','wp-content/plugins/jetpack/_inc/build/shortcodes/js/jmpress.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':„–Ÿ¬B:˜9ðzŒêP','‹f7<â¶ôz˜ª«••ºK#\r©ë“…µàº¹','',0,'?'),('Ü‚—¬!›NâÁNc;hòø¸','wp-content/plugins/jetpack/_inc/build/shortcodes/js/main.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ùVñÂsÂËþìUÎ`rœLž','|ãùð8CÒµ:\\¦íð~pùüío”û?/„xÍøY{','',0,'?'),(',G!\'¶wž&\":Å|éQ	|','wp-content/plugins/jetpack/_inc/build/shortcodes/js/quiz.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','£ÂÊG¤ºãä—ózÂÄ',',ù°gÅUä8\'šð¡ËA/·••|LwoIÓ','',0,'?'),('Ž¿–­dáõ±Ð0ÃúÎ','wp-content/plugins/jetpack/_inc/build/shortcodes/js/recipes-printthis.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H#ÆU+ZøªåÒÏ*‚;á','eš¿Ñcgó§Ì—c­}ƒB(î8¸bV_Ey•šiÏèXÞ','',0,'?'),('XäKÃOXÓ“\rD ­Äúü','wp-content/plugins/jetpack/_inc/build/shortcodes/js/recipes.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÀUdùK\\­Þ4t»‹\"','lqÑB“ˆœŽø–Àå£÷yÀû+?ÉÜörã÷®[','',0,'?'),('Ú“ Â3€íóÙ§†ÝF','wp-content/plugins/jetpack/_inc/build/shortcodes/js/slideshow-shortcode.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O$Œì•ß¹L=ê¢<y','‚…ôÃi8xóøˆ9ˆ,ÀKuÒõ±<›sTŠø¯œ','',0,'?'),('3\0ÅüêiC7°–E\n4+','wp-content/plugins/jetpack/_inc/build/spin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4˜Û;âóŸL4lÿÛƒÅ','V)dk}“á ÔfÁˆNröbÿË¹_o¥p¡.¡Îp','',0,'?'),('K3š\'»áXäé÷;`Ûp\n','wp-content/plugins/jetpack/_inc/build/static-noscript-notice.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','“:wÌ_ºs1G3Éóþ','rá[ÿ¢J1‡ð<óœß_3¡¸\nô°9‡-Aéa>','',0,'?'),('YéŠøØƒ‹à*‘©p±ñ','wp-content/plugins/jetpack/_inc/build/static-version-notice.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','˜AÉØ€ØOM4» sÙ¿','ì›1)œOSyt1U_…ô2ŸÁAJ=‰ëå¯6y„`ÉÌ','',0,'?'),('{&soÿQÉ!#Î\\˜•Oè','wp-content/plugins/jetpack/_inc/build/static.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K‹}YKp\'Èa·Ÿ²í3','CŒKŸÒ.ùb¤üQ7ÁæÄ*Kœ¹>ÀŠ±ª´}¬','',0,'?'),('äçWb.d3\ZÍVðD§Û','wp-content/plugins/jetpack/_inc/build/static.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~òÕ<jj• GPýa{ï(','’\0óP·oK^Ó°¶]²Ç„#ª!¼#´F	$s&H','',0,'?'),('ÞQIgßøÊûFæ(&','wp-content/plugins/jetpack/_inc/build/static.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','__àdj|ƒ€V&ë<k','×¬NNZhW§‡ÈXäæÖ¿æ½ô®òÀJ$ž3@mÍ','',0,'?'),('èXùùL)ç¯u…’az—„','wp-content/plugins/jetpack/_inc/build/static.rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','†R\rÄÖOŠ@Wã‹Ïå[','*~{yøäËàIf£Æ0¨Ä›á\'ºDÀ’³<Üìà^è7','',0,'?'),('[h3X;¦•|Åt·7…VV','wp-content/plugins/jetpack/_inc/build/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','”9 w:Âª¨(>GÝK¤ù','Tµó<î?¸v!ãÖ¨³ø¸œ,06ˆã3+rá','',0,'?'),('ìÓlZ/ÿ-`7šŠ`','wp-content/plugins/jetpack/_inc/build/style.min.rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¹Œ†:!5ejCn²ão','ËÀdA»ÿæŽOt\rŽ@×SŒ|º<âÇÒ:»aØK¢','',0,'?'),('¿Gý±tôž8xÁ³…ÿÆ','wp-content/plugins/jetpack/_inc/build/tiled-gallery/tiled-gallery/tiled-gallery.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ûDýHÆ;³•ÉùÁß ý','àÏ»ÉXôkýÛF¥EDR‹*B> Ó?£‘—eaa','',0,'?'),('L1xÈ–B‘àªÉ7¦‹šª','wp-content/plugins/jetpack/_inc/build/twitter-timeline.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' _Ž+u¡°k>@Ä™~% ','o”Ùì1¢¿¿1>µïW[Žo¶J‰Vó$»]Éúà´','',0,'?'),('¹l›â¨.>Ô,ÀÁµDëç','wp-content/plugins/jetpack/_inc/build/videopress/js/editor-view.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','uÎU=û	’E=h^¾À‹í',' Ð`â*;’e~x1»îœG¤ù‘2äRâ¹8‘wÕ','',0,'?'),('`UL*RA Lfá®wlÕm','wp-content/plugins/jetpack/_inc/build/videopress/js/media-video-widget-extensions.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ùÿ\ZS>\ZS›H','ˆ×÷Ë`, €ef´ˆÞw\r„Pq?ŒÂG}','',0,'?'),('n-(ÒûÛn~Ü—©1é','wp-content/plugins/jetpack/_inc/build/videopress/js/videopress-plupload.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ð)î@àÅçp¿R|\'Ö¯š','zúœ~])J	Š’]\rìÀ‚dÞÕjB±sÚSˆyPä¾','',0,'?'),('îS*6ÄA’ãÐíé6ùvÈ','wp-content/plugins/jetpack/_inc/build/videopress/js/videopress-uploader.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.hÌ–){(ò$	òÍl','G¯EªÅPN]‚M€ÞÎ·ÏþWŸú}÷ý’Ñò','',0,'?'),('ƒ”jSl\0@¹-Ø@úµ','wp-content/plugins/jetpack/_inc/build/widget-visibility/widget-conditions/widget-conditions.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p¥SÏÆêr2¬_&JlT','$Äô‘_]Þp/šEÔ)RázîˆVªîç,k.’[Ñ','',0,'?'),('”>t\0í¶vø_6’{¹êZ','wp-content/plugins/jetpack/_inc/build/widgets/contact-info/contact-info-admin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','…¼¶Ê¤Ö5>lYÆNÎ«ö',' ?<BÞ×z•zšì`1×äóÊÅÈw/xHäÀ','',0,'?'),('ó\'Ð°jìðS§ô$%¼+½','wp-content/plugins/jetpack/_inc/build/widgets/customizer-utils.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','µ¡2spxv3òà–sýñ´¦','ãFýÎ½šZ&Ø˜\'X*VuHì¾2¡•´Ç%·Â,Y(þ','',0,'?'),('¢\\J2ÁPÍÇoHùÜ§O™','wp-content/plugins/jetpack/_inc/build/widgets/eu-cookie-law/eu-cookie-law-admin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ýK¤·Ëš“wtO.cr','°úYæâ&Ó\"ËoÄ½Ø6Y¢ý4æôU¬ýýu','',0,'?'),('Ü™þƒ¢ÉzØî»à%e‚','wp-content/plugins/jetpack/_inc/build/widgets/eu-cookie-law/eu-cookie-law.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÍÓl§¤ÿ zK_¸¹F','ªÃ³r¿ñ¶¤œQ&)¸µpÑ¸\0¤ÆçVf','',0,'?'),('Ë\r.©øøcD’²Rzö','wp-content/plugins/jetpack/_inc/build/widgets/gallery/js/admin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`’A¢Ô`\rëO<:óÂ\0','uÙ_ÆD;ÚÜ.>ô»Ý†¯\\ KÈuÝ-xF…Œ¯ðm×','',0,'?'),('þ¹…°2ÌÒYuL‚oÝ\0\Z','wp-content/plugins/jetpack/_inc/build/widgets/gallery/js/gallery.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¿ÄnØ–)ã\rî±¯ƒ`ºò','ÞîÞÓZ4`Íçg¨b\Zu¤Ù¾£\"¸¿¬MCÔRÔzŽ','',0,'?'),('²ÀžED¼ô¾W\\èr	¨B','wp-content/plugins/jetpack/_inc/build/widgets/google-translate/google-translate.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ø/0Í§·Y<\'‡hŽïE','hcê“Rä*d‹×ÒÑD™‡ðn¨”Z–s]ÝÖ)n','',0,'?'),('Y\rPh2\néTŽ®á7[¥','wp-content/plugins/jetpack/_inc/build/widgets/milestone/admin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Zù«ý!]ê*.\Z¾å\0<E','’´üNúü~i£\'õ;nTóXÚ1uë…•áöæ¶Ži	','',0,'?'),('ž‡§	ÑÕiðöQµžœ²}','wp-content/plugins/jetpack/_inc/build/widgets/milestone/milestone.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Òô&ƒÀABºìzzJ\'&','N<léèˆ¡‰¶È¤]‰BjFƒ©©Õß@Q\\ÀßHzŽÉ','',0,'?'),('4K÷wnïÒŸÌ»!òÇ‘QŒ','wp-content/plugins/jetpack/_inc/build/widgets/search/js/search-widget-admin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?M‹âÃy¿á¥M	M”áû','WbÄx‡:k”æÂ¾ôŸoàö}\0¾DöÞ,H‡™Å','',0,'?'),('#²SßßõÐ¬‹ÞË\\[Äß','wp-content/plugins/jetpack/_inc/build/widgets/search/js/search-widget.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&ÓOÃçE†@û·Îm¼{æ','Xsh}Ž@´÷@¦ëI‰‰¡ÎRX\nVÀm‘D}:','',0,'?'),('VkÕŒ¯â:¦FËh4ö!','wp-content/plugins/jetpack/_inc/build/widgets/simple-payments/customizer.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','îºù.sÁ]>èSbÖã','T»L…7\\ï‹9Ïd¶µåAÕßæ¤E­8ª…}¯D','',0,'?'),('OGx±Ü=ü†5LÓÎ	','wp-content/plugins/jetpack/_inc/build/widgets/social-icons/social-icons-admin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ã åÚ%ï—s¼—43V.ª','»_§é‹Ð>o)Åúg°ÔàÌ_šŽÓZòWÕ','',0,'?'),('.ô$3~¥zvýJÎ-€ €','wp-content/plugins/jetpack/_inc/build/widgets/twitter-timeline-admin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','âËüÀtüºmU<','Œ…¾$\\$¯6!èAj¶ˆbÅ›6 ì÷ë<Øý1J4','',0,'?'),('\\è\\]‡	¦®¨*\ZÓþ ','wp-content/plugins/jetpack/_inc/class.jetpack-provision.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';©®•¶áÍÃ^L;','\'²ÒpÆWX\r¹&í.¿.ÚŸhF‹‡ŒWƒd ÷3\ZX9','',0,'?'),('YDHÖLàºì™½µ‘','wp-content/plugins/jetpack/_inc/connect-button.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','</ýƒ{Hìú\nÆÐÏ','¸ø¬)ŠîÃï¥,!gÒ¿¼A‹µ>î¯Ÿ¡½Ú9ž*','',0,'?'),('òúå\nÄ¿²ôE÷{ë?R·','wp-content/plugins/jetpack/_inc/crowdsignal-shortcode.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<’2 ð˜†éL\0CÆ¥¯êÞ','C§%€bwÏ—‡ö¶nkB}ÃÑ)¸\rÂÊÃ+îLÔÞÙ','',0,'?'),('Žô¨b¬—{À(\nês™_ã','wp-content/plugins/jetpack/_inc/crowdsignal-survey.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','§]{N›œLxxÔp)Ôr','ÉÈ´1S)t¦Kš†–¾yø¼neÃ ÈAíiîIŽ~³','',0,'?'),('Ó©	NÜ8Åe“qóç›ú/','wp-content/plugins/jetpack/_inc/facebook-embed.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','þ\'«X4Ê[ÒlÊÈ\"ë§\n','óÉÑ +ò¯j+Á‡˜\r¦™úé*Ó)ãNÔŸ‚($','',0,'?'),('^æ©CcÖô-¹¥7$MŒ†ÿ','wp-content/plugins/jetpack/_inc/fonts/automatticons/automatticons.eot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&fÔ*tŸ>àûFKïîž','—nF¦ì²µ¸dýDÖê8YöÈ61\"‰Ë¾©‹Ú>GÁ','',0,'?'),('œU©¬¼ôJ','wp-content/plugins/jetpack/_inc/fonts/automatticons/automatticons.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ä5€š<‘Èœe–^ËÅ³','‚Í@ 3D\r²R	d¦|ˆñ½gŒ\'ïŠt·Ë¡_Z','',0,'?'),(';¢‘!“¡žá{§,ÿ','wp-content/plugins/jetpack/_inc/fonts/automatticons/automatticons.ttf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÊåÛ¢8\nçq‡í­','ºdZŸ•/»a>‚±_DÿÐ*\'x#òæ*ÎÔ>ü','',0,'?'),('ü³®E7½“©ðëÐyÅB','wp-content/plugins/jetpack/_inc/fonts/automatticons/automatticons.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{cçÏž …œ†Ó9wm¨','’iUiLÓ*3»¸ßî©½ä8xR‚™ÊR’´½yRE¼','',0,'?'),('‹€;k”\0 Á’Ê\r”•','wp-content/plugins/jetpack/_inc/fonts/jetpack/jetpack.eot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t‹­sÃq†óŒ‘ã¿/¼','=¨pä\Z¸ùXfm?k×	=·õÍ½½Ù\'á¢Á','',0,'?'),('å½;y¦2eš£òÿÆ€','wp-content/plugins/jetpack/_inc/fonts/jetpack/jetpack.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Å69—â\'òŠÝšü;×ú‘','ÛÒºþ—«Cª	-Pcëû•ü)¾Dñ×R|¥+áPxÒ+','',0,'?'),('Íø}%c1§IdDÿaBc','wp-content/plugins/jetpack/_inc/fonts/jetpack/jetpack.ttf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0ßÞ6ûùX›ÑþŒ}¼\n',' *[„\0t†fZ¶ÓžNs“;ÅH/$•ƒ¯HŒI¼Y','',0,'?'),('#Ø^‡ç;SžËTNÎ…öÀ','wp-content/plugins/jetpack/_inc/fonts/jetpack/jetpack.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','á+x®2õb­¸¯–hI‡','0µtf”Žc$x\\ÃõCòubBfÈˆ\ZÞW…Mº¾Ù','',0,'?'),('þÁªØ®Fâh‘·ÿ®','wp-content/plugins/jetpack/_inc/footer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','µVw›1ƒpÌºÁÆþ','‰ÐPØ9ƒSdˆ[Aû%w”²f«=À•¼l•','',0,'?'),('û˜[:¤8ç<ÄÌ1bØ0Ì,','wp-content/plugins/jetpack/_inc/gallery-settings.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','”£ƒ\0Ç´$z\"ä˜Aâýo','b%¨ü+·ô§½#­dQ«œ)fÔ&®Úä·','',0,'?'),(',jÎ†È[ÿ],)sçv','wp-content/plugins/jetpack/_inc/genericons/COPYING.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¹B;–ëa`GÔ¢·Þ‰','öƒ+¯P4Õg.½àžÄ{ÎáÊþ^WœÄ/![qu','',0,'?'),('è4Å«&\n4â¥v¡','wp-content/plugins/jetpack/_inc/genericons/LICENSE.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','²4îMiõüäHj€ý¯JBc','¼ÿ\0v1£êsÔNí>cIDÙ¦¾Ö„Ié­0ÿ-','',0,'?'),('Mçl‡³ì|ú£¢åO²¬','wp-content/plugins/jetpack/_inc/genericons/README.md',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Äí6 ×ÙñV\0×ëÕè','Ò•RwÙ&8J’ñŒie@¤í‹î<Må}¾<,\"/d','',0,'?'),('á%ÏW;¡êŠ	pÁX¬ha','wp-content/plugins/jetpack/_inc/genericons/genericons/Genericons.eot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¾»S¥Ó©\n¹/;]s>','4À+_É[ž¦õ¼ÂÚÌqpv,Ç´{öl¾¤’œÄÒ','',0,'?'),('^“9o¤=>hÌPðaW','wp-content/plugins/jetpack/_inc/genericons/genericons/Genericons.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')ld*ªZŒ”ôÒÚbÏ','(Ó5Ä\\&HFI7l24=}`›jÕVÇÒôùBj4)å','',0,'?'),('Ñ­¿+¥P}iwÛ','wp-content/plugins/jetpack/_inc/genericons/genericons/Genericons.ttf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0ˆ\' üNê¹›óÌþV','‹?‰þšÇµ·_-ÏŸÅòµb7b¤\ZÀ	«\'øfp>UG\0','',0,'?'),('ûÿ9SñÞa†‡ï’ËdÄ','wp-content/plugins/jetpack/_inc/genericons/genericons/Genericons.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ó÷;(Hîí-Jht¬x†','„¶;Òm†Ú}ÛâÅîÊÌe(~‘y0m¾= },','',0,'?'),('ì†ßBeÚ~íSî4ÎkeË','wp-content/plugins/jetpack/_inc/genericons/genericons/genericons.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¦P\rß6ÆÝXw®üxÓM',')å×À@ ÖÑµv©P½4\\W*Yôž\'à-cÍ|ŽŠúû','',0,'?'),('t†dMñ£JQn¿™÷','wp-content/plugins/jetpack/_inc/genericons/genericons/rtl/genericons-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y+`–‹ºÉ#YgIKà','¿å¸ÁþJ¼Ì4xÞƒóMAò‰¯Åý•®Ñ\"+³','',0,'?'),('dÛý|1[ò¡]tFU¶','wp-content/plugins/jetpack/_inc/genericons/genericons.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÁMÖèNiJfÇâ\"Ôš',':Óµ’¥Lˆ0VHÊ5î¸\'~\0ŽÚ5	GOÊÖÓèèõ','',0,'?'),('ÿ‡Äå&ÄY“\Z»?€úÎÀ','wp-content/plugins/jetpack/_inc/genericons.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ûd*©~Ã-Û1¼ãÓ#','¤XkI}ú´^éXª	nóÄ\'ý€qº;y¿ü€kgY','',0,'?'),('2·8 óp7f‚u©‘õ½','wp-content/plugins/jetpack/_inc/header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','«ÉýÅ/J_Ú(iX¶ÍKC','v‰vS€0¹Ä³Pië£`[®€YYeWl±¾’Óœ…ƒ[','',0,'?'),(':‹×AWÛzêl£Ÿ.£ÝÚ¯','wp-content/plugins/jetpack/_inc/idc-notice.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I\"Ô´pÏ7Þ@ËöË\'','\0›|¯Ú·&Õ#¨‡‘„ªW©P)ÔF•°÷©µšãûŸ¼','',0,'?'),('Ñxñ8=‡µôIV§ûyf','wp-content/plugins/jetpack/_inc/jetpack-admin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Šœ62›GhÕö\ZákÏ[:','¶|~:XAùðí]KAª1†BÚÑèÉh	¯-\0Ug…','',0,'?'),('ÛH\'»¶~]«¨„Ú½5 Œ','wp-content/plugins/jetpack/_inc/jetpack-connection-banner.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q#»dË=zèÅÌZ¢´yª','îêAEñ?¡ônK)¬O!‘°º\ZµÃx\"œ]à\\=c','',0,'?'),('Î^ž$4@g¾¸K”—1f','wp-content/plugins/jetpack/_inc/jetpack-jitm.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¨­cMpcTæh§9	ZÀ','²éÔ\rô¦\'\rˆ:pŒŠ^å‰—² L›¹…ÃVÚ5','',0,'?'),('üÏJ#©Ï\n\Zû\"ÜÇÀíX','wp-content/plugins/jetpack/_inc/jetpack-modules.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\nÜÑ°Ï’ qÌQ!„}\\)','LÛ^dùp~Á<ø‘Ý¤‹zêä´ãÈOË°68i','',0,'?'),('xx€\\‘,\\ØØ2&Wnt‘','wp-content/plugins/jetpack/_inc/jetpack-modules.models.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','±§7|NÏß±¡?s','],ÄRm.ÝŠf}ã¼eXq”…ùˆqa«·ÅòâIü¯Ò','',0,'?'),('ws\\ V¹j+ø/Ÿ cœ','wp-content/plugins/jetpack/_inc/jetpack-modules.views.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%Õ‡ðdàjE°_©6','Mš8tvá‚¾‰¬A‡ùùS>ì¡Ñ4\\bÓÛ#ÐG','',0,'?'),('>åj*\"‹}«ØÔˆÃÃ','wp-content/plugins/jetpack/_inc/jetpack-server-sandbox.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ìèÄŠš!^²°qkUû','F¬c×CLI5¸c·—ºœIã\'$Åšê\'È °Ã®§\\æ','',0,'?'),('JÕ‚7KÂó>k\rQ«','wp-content/plugins/jetpack/_inc/jetpack-strings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!“Öa–ã^]6ß9q–','›>}]rq‘X¾>sÖ”‚VÛz-U×Ë¥<í&Ž·','',0,'?'),('pÃ°ùÎrzjDšcHl','wp-content/plugins/jetpack/_inc/jquery.jetpack-resize.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','§ä(ÕxÑŽmý6ä	Û–’','cy6³OYtë¾*+2á³qÈf¡“ÑôV’=bðs','',0,'?'),('gD,²Æg³g›ß¿E“Wá','wp-content/plugins/jetpack/_inc/jquery.spin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','rwü É¡þöåü#A³','3X2;:qßßgƒýØ—Þÿ%šáRGCë¶š§J³ëv','',0,'?'),('Ü²\\ù%û®#Ì#‘','wp-content/plugins/jetpack/_inc/lib/admin-pages/class-jetpack-about-page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|páÑkÈŽ¡…íÙ¹','¿¤š`¯²“Ãü]Xƒ6\r^ÝŽ¼§*†Aå®x\0þ–û','',0,'?'),('sxr¢‘ó~¿ÁÀ rÛ','wp-content/plugins/jetpack/_inc/lib/admin-pages/class.jetpack-admin-page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ûYÿó}ú’œ´t£ÈM0E','Uÿªœ¨;@äµü\'•na•ÔÜ:,XUó§Š5½ThÒ','',0,'?'),('ßGí^§³ Ü†óÆõ\Z','wp-content/plugins/jetpack/_inc/lib/admin-pages/class.jetpack-landing-page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','£I#•½×î·¥Û÷\"ˆ*úÕ','±^râfPêå˜G`íêz:rÍM‹Ñº¬Ògÿ•2çä','',0,'?'),('·¼¯ÇV;.ž\n6É©™ª','wp-content/plugins/jetpack/_inc/lib/admin-pages/class.jetpack-react-page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w›w!Z—öf\'>\"\'¯9','—¿z¤ay2†H•(¯î6!ðAªC=–‹Á5Ùs‹F','',0,'?'),('ý¶òÅÒ:cªOÖ«Ožï','wp-content/plugins/jetpack/_inc/lib/admin-pages/class.jetpack-settings-page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ôõÞýÙÎ$‡Þ-ÚFÓ±?9','K	”RZðPi®´Ìò¿ÏôoƒD}Ÿœ³™#f\\á¢','',0,'?'),('ªÂ7Ò\n²n­u:Kã®','wp-content/plugins/jetpack/_inc/lib/class.color.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÂIŸ¥PŒ_×JÝK›¶M','óÃ`3Á¢A%ÌÏé·îæ£îoR—bYŸ¦ì½ÿ','',0,'?'),('hÏ©ØNÁéðDÊVˆ+	','wp-content/plugins/jetpack/_inc/lib/class.core-rest-api-endpoints.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','þÿûåCkÝùð”Á¯Œ°O','²¦ýÜÖ»d3ªRÇàf=ÊN¡ŸRð\'ø\'>c`¡>y','',0,'?'),('¶“ðR:±ÆJü°ï½‘®{å','wp-content/plugins/jetpack/_inc/lib/class.jetpack-automatic-install-skin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¥‹“›TŽ1e©OïÉ','Ir\ZûŒ¡\'EõT¦®p“´í¦êGÇEÂõ¦Q¡^¤‹f','',0,'?'),(' Z„Ë*,ºgTñ|T EN','wp-content/plugins/jetpack/_inc/lib/class.jetpack-iframe-embed.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4]ižM¯»³aöe¡9','¿PúVŽQÏ¯Ì[»Sè¹ÏBB‹¨]ƒnÔ±äî¿ÁŽ','',0,'?'),('>‚ÛdçÖBBâQž>£é=','wp-content/plugins/jetpack/_inc/lib/class.jetpack-keyring-service-helper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h#hV,l·MOµ\rTñžm','F8Þ]ãV²|˜¿v ~‘Á!H›G½«/\Z“<','',0,'?'),('Ê‚¶¯(æP@¯‡ž‚','wp-content/plugins/jetpack/_inc/lib/class.jetpack-password-checker.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ØÔJêD‰ÓÊ)X`Ã§†','mûÐ;õHiQŠÖãÝžªŸ¹,Ï•!é¤§¢÷','',0,'?'),('\0™bØçn9ó-+•Ò','wp-content/plugins/jetpack/_inc/lib/class.jetpack-photon-image-sizes.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','×‰íŽÛ¹×%¶úŽZ','¹ßþ]~–44–ôº¾þ§0–Wò@3ÄÐìtè‚VkØ','',0,'?'),('\0caÞ“²@³E*/HÌœ','wp-content/plugins/jetpack/_inc/lib/class.jetpack-photon-image.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3{r×°¾c,õôƒ.Œ\"b>','yðÖRg8\niOvú²¨œXøóôÊôLŸ¥’…Þ/','',0,'?'),('÷Ö(þ™öë}v­ë\'ÁÎ99','wp-content/plugins/jetpack/_inc/lib/class.jetpack-search-performance-logger.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','æ&T­†)­Ü¨¤&/íŸù','|IðÐ¾þz—“Ï›«\n¬C\0‰¯‹â`Tp.Ü¶_','',0,'?'),('«²:–[’þ¼¿Ìypé8','wp-content/plugins/jetpack/_inc/lib/class.media-extractor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‰G£î¡ß4ÿþÅºt.d¹','\r±$,|#…‘–Vë!åÊˆû$È‘Xë2œËÐHDNƒ','',0,'?'),('rªY=•akÕnZWSr','wp-content/plugins/jetpack/_inc/lib/class.media-summary.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ØÒô»ÝMó¦“FÑ£','	ü³ŒÚð`¿i…ä‚«í.K2.D&èb½ÉýC›Ö','',0,'?'),('9ngv´©¼öô0Ø*ErX','wp-content/plugins/jetpack/_inc/lib/class.media.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÄgàëýCªAAB~NÓ¶','°i0Å›,GÅ^§6Kƒ€ÿÆ3.úL{Åq°ëû¦Jì','',0,'?'),('µÕšâì(Ôíúçò*Kð’','wp-content/plugins/jetpack/_inc/lib/components.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','²´ýàgç€6ptáW{ã','&Õöv\n¹Î‚f}ÃÄí“… Ü\rÓª~Ú³ëM§oÐß“','',0,'?'),('zÙ!\nòá‰¾D*k¶z/','wp-content/plugins/jetpack/_inc/lib/core-api/class-wpcom-rest-field-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','nÑbÄTÆ·?X†<','8ÞÙ’ì™Có>ÄjÐè.v3£€Ï¥B8³me9ü','',0,'?'),('[¸\rSø®t\r!ù¦N9','wp-content/plugins/jetpack/_inc/lib/core-api/class.jetpack-core-api-module-endpoints.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~ß=È]Ò1âC¤ÃTCC','y°T\\Zn	+¤³ªz’ØVèíšÍ#èŽøE','',0,'?'),('e9ìµUf\ZÿÄãV¢tØ','wp-content/plugins/jetpack/_inc/lib/core-api/class.jetpack-core-api-site-endpoints.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','™gµ[í§ÖÄåƒ¶','‹Ëâw©èèVIYÍ+õ©–#>Ì\'Øh©¼$XÉ%(RÐD','',0,'?'),('\rÄ,`j`7I	n\"Y','wp-content/plugins/jetpack/_inc/lib/core-api/class.jetpack-core-api-widgets-endpoints.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c¨\0¸•ý6tŠ<X*UŸ','­k0ÝŠ:æŒÉmÃ‹6Îý¸ü¸P…/és','',0,'?'),('QÚn-×dõÜaòé[','wp-content/plugins/jetpack/_inc/lib/core-api/class.jetpack-core-api-xmlrpc-consumer-endpoint.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Š>ÊxWBõËk¸µF\Z›','è«®˜®ÁC½r[ÓïÐƒ@B‘ÖôMÿßã—­9¤ž','',0,'?'),('|¥xòè%ÃÄÓ`{®y¬','wp-content/plugins/jetpack/_inc/lib/core-api/load-wpcom-endpoints.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','û­#¯Ï\\wµìEùTú:²','Ž,9{B ‚yÒêÑ×¶;Ã-ÆW)®2ô}:bõª¥x','',0,'?'),('‡#¡8Seç\0‡ã‚\"÷á','wp-content/plugins/jetpack/_inc/lib/core-api/wpcom-endpoints/business-hours.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÎëI0×mBðöÉ_ï',')dA>ÕíaÜ5qtwCWŽªIÄ¹L³âdñ¶\n=a«}','',0,'?'),('þ„Â³€´n§|>ŠUšPÛ','wp-content/plugins/jetpack/_inc/lib/core-api/wpcom-endpoints/class-wpcom-rest-api-v2-endpoint-mailchimp.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','„bö„#„ïûô»ª‚Ñ&â','OgZi2(.¬>Ëu­ÃÞ`¸âÐ^jü³­Ù3û0SæÀ','',0,'?'),('<¯¿¹ä‹Èã{¡	Ó,¤','wp-content/plugins/jetpack/_inc/lib/core-api/wpcom-endpoints/gutenberg-available-extensions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';Y¡[°TCE\Z“‰OÛ','ùÈn#$x( ØÉagrWr³ùÃÈE¶~*@Ý™jy','',0,'?'),('„4éNå-‚rœÎ˜H˜o=ª','wp-content/plugins/jetpack/_inc/lib/core-api/wpcom-endpoints/hello.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!+%l(¢ÓÌ~+`8Å!','Ó“gÐ¼[9L”8ID†OÕ¬›ÏœÆsÅR°dR:oàÒP','',0,'?'),('•KmîôL>“§èÑÓ-É¡','wp-content/plugins/jetpack/_inc/lib/core-api/wpcom-endpoints/memberships.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5µR}þ1ÇóY\r‡|ˆER','®‚gØÈ±®$ÑÙ.z%êü÷7ÇDÃ_^a›·îf','',0,'?'),('WFYëŠßâ7™FàzXÏ','wp-content/plugins/jetpack/_inc/lib/core-api/wpcom-endpoints/publicize-connection-test-results.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','²)îMþ;%ðY','˜ÊG\"bK]Ã)Z…f+tKÏEBë:ŒHóÔÉ@r','',0,'?'),('À;Š¿¤¨ë ÖÚå*$¬ôò','wp-content/plugins/jetpack/_inc/lib/core-api/wpcom-endpoints/publicize-connections.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M³ci½Ñ09Ïc0zÝ#ï','@m@X¢MfÄŽÑ8}ó _,4MLa„æ¥«a¸„','',0,'?'),('2°‚yŠ5vÐb÷åoL”','wp-content/plugins/jetpack/_inc/lib/core-api/wpcom-endpoints/publicize-services.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','£´÷ª/\0£w)~µ]‡Ëç','¥2€JPˆæëÍ¿.÷—^eUßÆJ2û· K6PQÞn	','',0,'?'),('¿Ðþ¨Ñð¦ø/j','wp-content/plugins/jetpack/_inc/lib/core-api/wpcom-endpoints/service-api-keys.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Û» èš¶‚Æ«8Kjø€¼H','P¡àøˆM\rØÉì£€Yð’È{›:3D1ùÐMã5','',0,'?'),('•«Ì,$/ºÈ<@³UMr','wp-content/plugins/jetpack/_inc/lib/core-api/wpcom-endpoints/sites-posts-featured-media-url.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}s[a9ß|Ñ¼­Fg','ÓOœ+7@‘qßaÁœÏ¨3¯ýÒƒ]/ Ñ`á`q—dam','',0,'?'),('\ZRµïWÒÞÖÕïXêu','wp-content/plugins/jetpack/_inc/lib/core-api/wpcom-endpoints/subscribers.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0xBƒ\Z\0™zQE¸ˆåc','K(ÏÅÿØdÆòx¡Ò…É4¦{·£x¨UgìS','',0,'?'),('p’@sv‚ŸjîQìÄ','wp-content/plugins/jetpack/_inc/lib/core-api/wpcom-fields/attachment-fields-videopress.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÛZð^œÞS~:-›\Zg:è”',';ÕÉÚMr~²XôvHÊâQ3{÷Æ^„¸LÒ_Ü','',0,'?'),('ÎÏcíqQC¹¯úÌhÝÂ','wp-content/plugins/jetpack/_inc/lib/core-api/wpcom-fields/post-fields-publicize-connections.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b,jWCž¹„c¸ô@6%¼Þ','Ë2_#ÃhH÷Ì?ùñ)xÀŠ¾_ú=ùÉ¸wŸûJÙ.?','',0,'?'),('iÕ	÷—úwã Ëon˜','wp-content/plugins/jetpack/_inc/lib/debugger/0-load.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ç–ÀØn{»%qÒ±§@Nv«','–ô²‰\'rª4YÞÊb®:©ùÀ1Õ%v%íMNÚòŒì','',0,'?'),('.DšÁFž	bz(àÆÖ','wp-content/plugins/jetpack/_inc/lib/debugger/class-jetpack-cxn-test-base.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ù\nyNÏtsx5©Ê.','mƒ{{ƒÂJ²rå’¨µûÉËËK¬¥GŒM;­ ìüî','',0,'?'),('ÑâÅà\'Ø\\ÚÅ7Æ\0d-Ã','wp-content/plugins/jetpack/_inc/lib/debugger/class-jetpack-cxn-tests.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','“ˆÉ~2>a½‰FÏ5sÂ','EÄ´O§•ïÝ‚=¥VK¤R‡4	GÈÍcA¨¼','',0,'?'),('avB6Œœ±ëO¨—ž:WŒ','wp-content/plugins/jetpack/_inc/lib/debugger/class-jetpack-debug-data.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','//:Ï•Ì$ÈÐóëžÿx¬','öm§9å¤»lj½•Ë‚¢ŽeF-ï·nkÈN<F8zì','',0,'?'),('ü¿Æ?¼§ÿ ôïžj™','wp-content/plugins/jetpack/_inc/lib/debugger/class-jetpack-debugger.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0·¼Iž<¬–â Š	S©®','¼r/dÒoÚ²#¬.	xŽºž+°à;ÿwfŠŽc±','',0,'?'),('\r_Ìkæ†=Æ(XDšÒ­ý','wp-content/plugins/jetpack/_inc/lib/debugger/debug-functions-for-php53.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v˜zÐ­Bøæ¡ù8BÚ','¸´m¢bŒ‰({N{·î‹9ø€\n]6úŠ„þôÂ*.','',0,'?'),('#á6;	üNf—Ûç—','wp-content/plugins/jetpack/_inc/lib/functions.wp-notify.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';ú¢€Rm³6#jØ`f','DÔCª\".â›¡£sŠÉAfàŠé[ÀyÑ÷L«ã‡','',0,'?'),('æU+\0e-Û:4yKöl|Ç','wp-content/plugins/jetpack/_inc/lib/icalendar-reader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[ã þBÄh\'ÈŽÿóò\n%',':ŽSßYE&oõ0!f°á&ÃÕ©D*Ó \"¶¡','',0,'?'),('?¢jVì-{éÄç¹Øæ','wp-content/plugins/jetpack/_inc/lib/jetpack-wpes-query-builder/jetpack-wpes-query-builder.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~¼Ü[‘\r5õL ét','#¥IÓZ”;†zw™ÈaÁávóh‚\0•„®Fýê«Ll','',0,'?'),('’.y;Ô^soŒŽrLawb','wp-content/plugins/jetpack/_inc/lib/jetpack-wpes-query-builder/jetpack-wpes-query-parser.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0;/ˆsj”¬Å&`P&|>','zA«\"óÒÎM¸×l¦§o>UOµ˜Î·‘ÅfÀC‚‘ü','',0,'?'),(']¿‘nå´\"C=©ßµêv','wp-content/plugins/jetpack/_inc/lib/markdown/0-load.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ã(ZžKÃ \\¡ˆdf«š','\r{ÈÿŠÇšÆ¬MÔ†#n^UË8ybÕ¦¦D\n/	©','',0,'?'),('àœ6°(²¸T˜@Vˆ3','wp-content/plugins/jetpack/_inc/lib/markdown/README.md',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5¨d‰`wàÚU\\Çÿôè','&¾ï³À°ÙíY›Þh½è¨u™¾¬óüAËnØv','',0,'?'),('`¬ÒK×‹Z—†ùÚ…T','wp-content/plugins/jetpack/_inc/lib/markdown/extra.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ŒBõzŠÖ9ÙÐÔîÎÍ ','‰raîâ	je&_å{ja~\0@ %?äIÖBZF›þ','',0,'?'),('ÖB%ñ¾A0†\n³îÏeÍ','wp-content/plugins/jetpack/_inc/lib/markdown/gfm.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','õHQ‡”-‚–ßSOxg','§Ÿ^6o%ž3¨†aSÎ«5]ån~1É¯ç±¥,ÞÐ','',0,'?'),('â^1^M/Éßw,Œ¾¥K','wp-content/plugins/jetpack/_inc/lib/plans.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','åÝ¦2LòØYúY|\'Ñ”','G3Y3¹‹Í­¼[z``íô™ºÉd”¹^$©','',0,'?'),('¼L´ÓG3	ˆÿåíý¥ë¼','wp-content/plugins/jetpack/_inc/lib/plugins.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','“¦ÀÝëß½æÑ°ü^M(ª','Âù¾Þ>#\n”Œ’\rVpˆø‰=€ÚQ(l~;E>¾','',0,'?'),('¹ ³°QõÝ…Ì\'–!U','wp-content/plugins/jetpack/_inc/lib/tonesque.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','û¯î´ÿœÉy¨Þð™Þœ¿','#¨‚÷aC1î/±ƒl…Â‘ú1ƒœÑK™I×Ã¨Â','',0,'?'),(':YX­‘2[¼é¹;öó','wp-content/plugins/jetpack/_inc/lib/tracks/tracks-ajax.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','++ÒÙ¬¸›X\Zx&´ØÕ£','»§ÍÛj81=ŒdòçZŽ›Ñž¥5ƒ³m\r¤J','',0,'?'),('CVé‡A´Qp–^M;éb\r—','wp-content/plugins/jetpack/_inc/lib/tracks/tracks-callables.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7\'\r“éÝŸ?ççÏø#O','ùæ‚ADJEC5K7„x¨2Tðœ4â;ïš','',0,'?'),('Vˆ^Aþjæ€¬ê6`\0Æ','wp-content/plugins/jetpack/_inc/lib/widgets.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ò®¦“DŽ“ÄY¶Ý-Ûæ','d\ZYôK*†wSI©µi‰°3‹‚´‰	ÌŽ»Ûš•\0=','',0,'?'),('„¶v¬<…½RØ,ù|`','wp-content/plugins/jetpack/_inc/polldaddy-shortcode.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Û‰uu°ªmŠ+É\ZÉExì','¶æ©ƒ÷½Rª~£\\@òÝ4ï%!ž0òž²˜³ÙÚpt','',0,'?'),('‡ˆÂZ=Gøë$U´Àç«','wp-content/plugins/jetpack/_inc/postmessage.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','êÜX2Q=VpˆJ—\\má','²±uW(TÅ™xVãg.aUþÑäýÁmÔ·ãFx„','',0,'?'),('‘€…¡q5H­$ƒO','wp-content/plugins/jetpack/_inc/social-logos/social-logos.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','«4%yîÙU‚Ì ûµ0W','>ˆÄû¨NÉ\rEÜ\\P%ôµG6ç%5mªçÜ©ùüg	±ª','',0,'?'),('¤M©J+û1®*u*Îñ','wp-content/plugins/jetpack/_inc/social-logos/social-logos.eot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','×}M°1°à/ä`ÿNú_–Ä','®+l™	sfºbÇ5“ö`ÿR)f6Ëþ†\0ÿ‡ ëÊÄšš','',0,'?'),('`µ\0úE2z¢5]–m?¨','wp-content/plugins/jetpack/_inc/social-logos/social-logos.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ä]Â}Ï˜ÂÀ‰.ú^M›p','æáš0õK´OHCA›J‡Þùh‰Î¨v/Ê;','',0,'?'),('‡íÕ=\0–¾±â@;’	ök','wp-content/plugins/jetpack/_inc/social-logos/social-logos.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\rV…›z‹‹û{c>','ÿª²”öOC·Aß]gÆž·¶Ä4˜™IX¸LÝ','',0,'?'),('»¹áŒ\0í-ØGæû)õf','wp-content/plugins/jetpack/_inc/social-logos/social-logos.ttf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h\'l¡¦OñFZ_Áb!»7\Z','%öüjuØõ|\Z—Pªˆ¨Y†áu•L‡szµBÛZ','',0,'?'),('~PŸéz•Å-;”…','wp-content/plugins/jetpack/_inc/social-logos/social-logos.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¿Â~©È|CîhâO­!óõ','sîýÿî¡ÏØÙoz“;òb¯¨|¤vý\'ÿ²¦*^±','',0,'?'),('\\çoI;¾U0E¤þQg?g','wp-content/plugins/jetpack/_inc/social-logos/social-logos.woff2',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>gõœ+ð‡˜4éAÇÒ','#9…¾§Ý%Fé´må2š•D¹f…ÖX4q|É]±â','',0,'?'),('N|Š<.üPå¹a-Ó`¾ùÙ','wp-content/plugins/jetpack/_inc/social-logos.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2ºaøWcúk+OêÛ&è','¸¤Q»O@­@[1_¶%ÜØ£êC¬½rÓO“q§^Ö','',0,'?'),('ŸèL¶gü‚bìZô¼”·ý','wp-content/plugins/jetpack/_inc/spin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Î$·”&áº5þ,Ä«½;ÏK','ÑŠàvSÀSŸ*Àþ *<Ýáa•á¾fF÷dU†i¸ýj','',0,'?'),('Š_¯J«lzLtB‘	','wp-content/plugins/jetpack/_inc/twitter-timeline.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','«¹ä,b,Èxt…¼¢','”OØ¾×í¹¢aÏôUíu†J‹†ØÆ<I\ZöU!~','',0,'?'),('i@Öƒÿ!-åQ“î>Z<¶','wp-content/plugins/jetpack/bin/build-asset-cdn-json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','aÝolLï=¦véEÇ™<','J§ÙÖ³˜Ë³¹\núKW×{F¯ñÒÑ`Ê³','',0,'?'),('Ó*K1w\'FðŒf ^','wp-content/plugins/jetpack/bin/partner-cancel.sh',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','©‚¿ï_ê%ÙYNRº2','ÁDpŸÅÓðM‹O*Åò?ã¦$¶	±Â^Ñ0ZÈz~s','',0,'?'),('\\ÎdÀ\nå·Â²c|c\" ','wp-content/plugins/jetpack/bin/partner-provision.sh',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',QˆæY%_pV¦G¯¡ø‚','‡,æ’Ô×ú—,,/…¢(Úš®¦W\\Yø<÷GŒ\'Ê¤','',0,'?'),('Šp-x\\ý\r¦œ\Z’FFÍ','wp-content/plugins/jetpack/changelog.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	a‚Â“\\)j$€l0A=Rï','\\êñ£Ómu³ÞÆ„0·;ñvâ`|ž\\µ:¬,','',0,'?'),('µ‰I ná¥\r;]Ð_n9','wp-content/plugins/jetpack/class.frame-nonce-preview.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?“\\h›9Øì3û9\'Q·„','+’}&™•‹T*óW…+“úP}”ó§FÙŸuN7','',0,'?'),('ËpÈ©ÒHð&cwX•Ÿ ','wp-content/plugins/jetpack/class.jetpack-admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&3I:ß¯_u\n<î','¿bõG#ž-Ã{Fc¨··§_ƒ«•ƒh!Ì}W4‡Ÿý','',0,'?'),('½úåÞh^qÙÅÁûÓq>-','wp-content/plugins/jetpack/class.jetpack-affiliate.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ú÷«R!œü·7wÇ¢Óß™','	TN\n‰Tô­ºi÷\'Œ¤1µôœØ‚¦þ2¿ªBN¸³','',0,'?'),('ú›ÊÊµì‡qw>•£ÎÆ','wp-content/plugins/jetpack/class.jetpack-autoupdate.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F •IØ‚¬L:]j$\Z','N­Ìý‡+°”Ð€Ú*ÂùàÎº—üqBÃ²5•H%²^\"','',0,'?'),('m[¬>¤žL:Tiî0\0½','wp-content/plugins/jetpack/class.jetpack-bbpress-json-api-compat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'vHÃ¥p6Cµž\'òÎÁš','´×9¢ilÄw¼3„R0ïÐ.ˆÌ%Œ!ƒf¹lŽZaw×','',0,'?'),('ÏíMaëD^Ö#ÜÑ&§<','wp-content/plugins/jetpack/class.jetpack-cli.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ãrÑªiï±ÊAèCÇ_È','ÀÙEff$Zƒ(ñTt@N¥*ŠÓf“½A•eˆxf%','',0,'?'),('l)ŒÚ\\\\y ¸‰1T‚Ÿ]','wp-content/plugins/jetpack/class.jetpack-client-server.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ðŒ¥àJôž4žŸëmÊ¢#','ZhcWzÎ<i¤ÝÆ‘\Zâkªvï„75V„\Zè©]í','',0,'?'),('´`§?·9àZÉGÌV','wp-content/plugins/jetpack/class.jetpack-connection-banner.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','´£×a×{P¹YÓÖ´ÞÉ','Ž§<ø©äû…ö¢Ï1Õò…UVøYBÊ³\rEì9ß','',0,'?'),('xÊˆ›\Z@)´Ñ«öwb2\n','wp-content/plugins/jetpack/class.jetpack-data.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÆyuÃûå¥dæ/¹… (›','Ü	ãhùˆÒj§åJ”W—`ý\Zöü(³ÄdÅáô','',0,'?'),('ä/¢ÏÏûö-„W—@ §','wp-content/plugins/jetpack/class.jetpack-debugger.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ž@µ¾§ŸÎùµ}‚.óP','‰ÐPØ9ƒSdˆ[Aû%w”²f«=À•¼l•','',0,'?'),('ê8u`öŠz©P½´}‚*î','wp-content/plugins/jetpack/class.jetpack-error.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¯½KÙø>NM=u2ÚCŽ','XïFÍ±;Õæ4\'× +‡Àº³Ñ»ËðPæ¾·ÔÔô','',0,'?'),('xÈ€N;;H#»í$Ñ|','wp-content/plugins/jetpack/class.jetpack-gutenberg.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#¾^®â†ôBÿ¸šRw6Šè','w©‹›;˜7/È¦å C ÊiYÐ+9WO\nŸpŸ\"tòž','',0,'?'),('÷Àx{ˆ¢Ì®ÈøÌo','wp-content/plugins/jetpack/class.jetpack-heartbeat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^Zg˜åjK3f[™ç4!ë','ètZÍmAºÝAÂgöo^j¤›2uWJ³\'À§Ôë','',0,'?'),('ßÚBGÛVFLìûÅ[†','wp-content/plugins/jetpack/class.jetpack-idc.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*1Æd¤ð¬/âÑ‚ûß)','ú0Dñö[“‰}wïåa	ÚœJü¨²e†®Ê°fqÕK','',0,'?'),('sÚzg{[=änZ÷ ¼','wp-content/plugins/jetpack/class.jetpack-ixr-client.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q=ÿ{A6âÁÇ ÉÊs',';ÿ´¹·iõê®z;-‘Tô2$QA˜þ)½9å5ö','',0,'?'),('\'octh9àN à™ä?C','wp-content/plugins/jetpack/class.jetpack-modules-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ðÆE»ëapLŠõÓP”6\Z','ïb¾³Z¹f!x—\Z¸Ñkž³Dþ²”ÛJ7s5øÊ=~-K','',0,'?'),('R€„\"9ŸÍÏýœ/ûô\Z3','wp-content/plugins/jetpack/class.jetpack-network-sites-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','œéR±aâOÜ(«,®v','î¡D}Þ9#ç1©¾\0y—AÔ½œµ¶¶ÿ:Lìqs´’','',0,'?'),('Î,j’*€èMMâP´p','wp-content/plugins/jetpack/class.jetpack-network.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','UÊPÆ\'“&7NµÙØñ','“°–ØÄà.ìû6F‡h»‘©î:uìS )‰vXá¥','',0,'?'),('Î9:/…Â3¦Þ3]éHâ','wp-content/plugins/jetpack/class.jetpack-plan.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','±Â°!˜ƒi‡\\¢ÚÑùaÇ','}#Ò,Œ•“ßžÉÔnmz>Ë‡Ç]”É9 Ú','',0,'?'),('ÖÓ8±7”(-Ã¤z«RÈ','wp-content/plugins/jetpack/class.jetpack-post-images.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J.Ë×fN/O]£\nmßWé','w‹aMÏ‚HÏÉEZ>/Þfzòð¥P˜½]Ò´—tR','',0,'?'),('¹@dêµx|‚àÜp$íÊŽ','wp-content/plugins/jetpack/class.jetpack-twitter-cards.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','§vÆÅ–Ë—É±\rªCó','°÷ìÜ¡_J7	Ýàïåenx·`â\08¯Oµ/','',0,'?'),('=-!-Óª.•ôDÖ«„ñú','wp-content/plugins/jetpack/class.jetpack-user-agent.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M£eæ~©ìêñÞ ¢@Ad','9æírÌmi¥:FiPø}Žë[ÒÚ#±Ø±j´WÓ˜u’Ã','',0,'?'),('•ÆVûx%FX\r®Êè—','wp-content/plugins/jetpack/class.jetpack-xmlrpc-server.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¿§áúcó›Ä{…¥¾Ïm¸1','(4¤“’;ô;>ô¾È:Ð®£Bœ‡Š…ÈßœS¢­Š','',0,'?'),('àŸ•onýŽSkM}Á\\','wp-content/plugins/jetpack/class.jetpack.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ý[DïõLKZ§ÞM‚','Ó9§+6óxÄ¾Z!qëœ€J¸Ã)&U÷qÙÊu\Z','',0,'?'),('ÚÇÁTf!êŽ‡Ÿ¯$','wp-content/plugins/jetpack/class.json-api-endpoints.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f$ÈkI¼Èxô)®ÿ<8','2´B1¢†Åéû);\'Hr°ŽÐ€;÷ÝY*ÁÍH','',0,'?'),('ËÛó$¹@Â…–;Ñ ','wp-content/plugins/jetpack/class.json-api.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','½6Ì‰\'Áæ£ÐD¿	Ë','^-‘¤Y˜oýœ^Žáâ¶zÑ	¯qk:Úö“)EÈ—ú','',0,'?'),('V²DgiÇ²AÌ›g','wp-content/plugins/jetpack/class.photon.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','üÓ»‘{\rbü&ÓÀG-{','‡Ÿ¥A§ÆJäòZ6Áò‹Ú—XªØ+åÉž@µ&è','',0,'?'),('¢kfŠ+c‘40|\\äàö\Z','wp-content/plugins/jetpack/composer.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','pRªü1xÃPAæ·/=Ë','vƒf?ÜÿtÁl²Nzàãám+t,ŒÏý×‘\rtp','',0,'?'),('$Z–äE‰7ÈÙëi¨¬*±','wp-content/plugins/jetpack/css/dashboard-widget-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Óu[lÍ“¡iœ€Úùk«','„nw¥Ä,Œásé¬ø\nÙ]˜a¤z©],nr`…Ï8¢','',0,'?'),(' Åê!VÁÐŠ9·Á7ÈYv','wp-content/plugins/jetpack/css/dashboard-widget-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','·aeö¬a¼ Iv§C–X(','ÈÍñMxÝÙ[U|GGÚi_Íj\Zîå]MâØ|o¨','',0,'?'),('#4r0ÈÜ¹í»A“3','wp-content/plugins/jetpack/css/dashboard-widget.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','UvBÃ>ÃuNF#àb”jÉ','k¢-²f‹r\'-\"šP‡mªÐ0¸0ÁšuÉyEùÿ¹','',0,'?'),('¤ôbÚþŽ×Uë+ld.','wp-content/plugins/jetpack/css/dashboard-widget.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','bÊ÷—”ÂìZytÎØÿÑ','„šÙµuC!Ý¾Q{Ûu÷œzåNQ&x—*›ž¿s«©:‰','',0,'?'),('ÙÂñ\'\0;¥0$Œp½ÉÝ¨¬','wp-content/plugins/jetpack/css/jetpack-admin-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','CÎMä¿íþªÑ”þ\Z','tÆÌÂÁÚÚ´MW¥Ž¸·\0m¨£í\róPÏrG’èž','',0,'?'),('ç|X¢‚”K‚ÿ«zn>S','wp-content/plugins/jetpack/css/jetpack-admin-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÒH¤cW´8$[Å@¸sï','<öV¢û\"òï´–üCíŽw¸Ì·dögKšSƒÏÙ','',0,'?'),('¤TNÚ…c\0ü=‘Ÿ¦šn','wp-content/plugins/jetpack/css/jetpack-admin.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|=Rÿ­“Mlo›E+D','*GèÑ½T²3’R`c;Y¼c0\nAçhâË,I»','',0,'?'),('H5ç”Ù^/àQeèà‰K','wp-content/plugins/jetpack/css/jetpack-admin.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÊHQh2‹´Yý—wB','²:ä¡hvñ¿QéÓ&¹h+Œµ/@òï|ïé.o','',0,'?'),('ˆúüM$Ñrä»22xÿå8','wp-content/plugins/jetpack/css/jetpack-banners-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W¿v7ÒÞòâRü!õXD','YÑ&pQRÓ5ÆDÞ‹aYrÁƒj×tâs\'5ò\nUzQ','',0,'?'),('Mà	@Û/•”¡ç-_}¢','wp-content/plugins/jetpack/css/jetpack-banners-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Žt^ó¤ÅEŽŽÈ›©','J¦ËÀ\r1¥?Þœ±O£¯SÝô|ÔáN\"','',0,'?'),('¤\n€*	Ñ¹V!y7ÖYxhé','wp-content/plugins/jetpack/css/jetpack-banners.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[è³Ìª±ù²Ð°\Zø £','-äæüª‡i,¿<¬ÄÈC­^m]˜ÕDŽRD','',0,'?'),('’í3jk‰ÇâHÍöHBƒþ','wp-content/plugins/jetpack/css/jetpack-banners.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','zëÝ)‘R Ó	ò1ËT>','ÄÅµ-Ûîp°[€cZ)D+F!øà@WgÂ¶ÚÖ','',0,'?'),('¢8å£×*”±¯^ùÆ.à','wp-content/plugins/jetpack/css/jetpack-connect-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÌŠr¿õ•+£*À\nÃ','°€J`³`jÉjáÑ\nîiäÙ‹…ÐÚ•(Jº„q’žJóW','',0,'?'),('äÍ‡³ÂÏBùT53q','wp-content/plugins/jetpack/css/jetpack-connect-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[F^„À0*kœX_xýÃ','Äsª³\'i\\ù§{×Xn_t^ä+WÎ&&Ý$ÃTºµðVJ','',0,'?'),('×he´bÄ±ÿ#ƒ.s›','wp-content/plugins/jetpack/css/jetpack-connect.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','âc¶Œl&‘Zà³P½','ºœ8.U‘¢Äá.|Të4[¢C®5&É&½g','',0,'?'),(')ÙÐ›º¿F¬XÀfÃ%','wp-content/plugins/jetpack/css/jetpack-connect.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[F^„À0*kœX_xýÃ','Äsª³\'i\\ù§{×Xn_t^ä+WÎ&&Ý$ÃTºµðVJ','',0,'?'),('ªÔ\n½=*=®#\rBL¦','wp-content/plugins/jetpack/css/jetpack-icons-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‹G¶Š‰=EÖ¬¾›','“FÌ—Ù{ûÁ©*+m$ªIóÂ,E\ZñqC2æ5','',0,'?'),('UvBPBºé£á¼Â‹¿2Ü','wp-content/plugins/jetpack/css/jetpack-icons-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','æ]¦WçsDâéËžJ†P','ä¬1ÔdD]íÄ¼‹&>Tè7‚ïâï%ÉV$<ÿ†Ò','',0,'?'),('~£YzB9ìà²UâÉœ3','wp-content/plugins/jetpack/css/jetpack-icons.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¶öM¼´Öû\'Ø6£(Á÷O','ÉK \n‰ÈÃ\'	ø–® °æ¿1t\"ëîEi©±m•','',0,'?'),('·WábÊ±s\'òfäÊ','wp-content/plugins/jetpack/css/jetpack-icons.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','æ]¦WçsDâéËžJ†P','ä¬1ÔdD]íÄ¼‹&>Tè7‚ïâï%ÉV$<ÿ†Ò','',0,'?'),('Ï–¹`¶kxDæ/£„\'Ó?ç','wp-content/plugins/jetpack/css/jetpack-idc-admin-bar-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Í†:ú$v‚±Á-Ÿ¡Ûíx','Ýj?Û.Ñ‡;{ÿ•ÕÕ$Æ\n¶ŸòÏÁõÁî','',0,'?'),('‰ÃWïýW×±àƒÍÆ>“','wp-content/plugins/jetpack/css/jetpack-idc-admin-bar-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','§FÞ2¼ C2…V›¬À{Ì',',<S=d…h—JÈ«ˆ£,–	Õ°:h\"¬¶Xz7','',0,'?'),('µDÿ²=Šë#$ÇÏÓ‹','wp-content/plugins/jetpack/css/jetpack-idc-admin-bar.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"okXÑËôÙ&@ÀrH3í§','ÍÜlIöLþ”»Õ¨7¸¿^ú¬ÀóAH› NÅ£','',0,'?'),('ÛÚ´=Åä¦q`µû›Ö','wp-content/plugins/jetpack/css/jetpack-idc-admin-bar.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','§FÞ2¼ C2…V›¬À{Ì',',<S=d…h—JÈ«ˆ£,–	Õ°:h\"¬¶Xz7','',0,'?'),('âÈüêŽ<Ðâ$=ù%éYW~','wp-content/plugins/jetpack/css/jetpack-idc-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¾sA\'•Ù§Êš§RfœA','¸<()Ö¨é)*ŠV¸{Å1yãtó\\£#Üü\Z\"qÈÙT','',0,'?'),('Z­Ï¹£Ê8†…©Õ|\0','wp-content/plugins/jetpack/css/jetpack-idc-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v¸¢…}OÀY¨Fß„‘ªµ4','¯)™wÓ’_“Ï{U#\\³£žÃz%—^´Í·úoÈ','',0,'?'),('^70»þR¤âe=š+','wp-content/plugins/jetpack/css/jetpack-idc.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','©¨;a\nNl|Ÿ‰µ¥-‚','oÃêŸüáD§¾Ö¹ç\"^#12M›’QÔ¨\Zžêy”Ìßd','',0,'?'),('÷8T„—^÷[­¦÷JÉ$','wp-content/plugins/jetpack/css/jetpack-idc.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','],„ÏªÑ/g³A¶ú8ì','©\Z\"Y(ŠýóXéîÞðü˜æH“žú1D<Ô?\n0Ñ','',0,'?'),('Ä3~\nÐn²ÜfF¢§€ÓÀì','wp-content/plugins/jetpack/css/jetpack-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','åÖGõÎDRõe^¿d™²ž','¬šéÂ€³ÿÑ.É‘{Bæù¬–F°}íºÖRQlŒ','',0,'?'),('	¿/-±O‡ôc— tÌ','wp-content/plugins/jetpack/css/jetpack.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'áBuñzn¹]ådV','Üñ»ÌœMkšœ]Eóg_…R@høRÉ%ûö´˜»','',0,'?'),('ÕÈbö<+&éÝøì»T','wp-content/plugins/jetpack/extensions/blocks/business-hours/business-hours.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B/ê+Çç%yÝ!cxÃ','ïuG‚Ð™°(·Fä çÔèŒ‚<CX	3£ÀA¥_—*','',0,'?'),('8Ä:Ò5Ôw?æónögÆÀ','wp-content/plugins/jetpack/extensions/blocks/contact-info/class-jetpack-contact-info-block.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ð§tqsx	Ï–²‡ö&­Ç','Èf6ÞJa(ItÓ9ï…ºGß½ú=qx…Xf‹’!Ú','',0,'?'),('7q¹Ç¸9TçG\0“7Å¿','wp-content/plugins/jetpack/extensions/blocks/contact-info/contact-info.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f1Sv¼žþ{}J>_D','õÙa4KÒ,¿Ÿpµ•Ã4eo³0m;j›‰˜½)Ïæ$@','',0,'?'),('^b/ø3â¿“žhšàÜ»','wp-content/plugins/jetpack/extensions/blocks/gif/gif.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ÿ<°Ì~F#?„FÐ¢²|','áoõ‡X¸«`ÅDHÚ#ÃzoóÆUCVr+Páˆ©¸u}','',0,'?'),('²ešã«ì‚kÐPH','wp-content/plugins/jetpack/extensions/blocks/mailchimp/mailchimp.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','LÊ²^£ú¼4ž‡²&™','©\nøÀn\0ÚaÙ™‚¥_åNhg=nD¨ë°c¡¼ü','',0,'?'),('Â8îQ‡ƒ uÿ˜Äº','wp-content/plugins/jetpack/extensions/blocks/map/map.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‹¥$žê™¿\\šÉ“‡(K','9I L¡÷|D™vÀŸðß€‚Ë„sÉHqzÆÖß7tpK»t','',0,'?'),('Bu_o§ÁKñ\"ñ|ø','wp-content/plugins/jetpack/extensions/blocks/markdown/markdown.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{s«óe³€é‹í£/ÙJ',':IMë»eÀ=ó¯÷0|¤,Án´­Â³]cþqþ+','',0,'?'),('‹_ÄÚÌÉÀÕ™eÇ0#Ïu','wp-content/plugins/jetpack/extensions/blocks/recurring-payments/recurring-payments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¿E±0#‹äUèRBxÈUJ','›ú$œŠvC¦o\"7¤£O—Uj“uçS¨ô	˜','',0,'?'),('K,qzwÎ[¦NÒ³Íp','wp-content/plugins/jetpack/extensions/blocks/repeat-visitor/repeat-visitor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÿ3M\\+mö•ð\\Ó>c&','ÔÔ:SWuÛÜ=¼±oz`õGHû¢¡a¥Ï?‡','',0,'?'),('’¥úPov>8<xýD©','wp-content/plugins/jetpack/extensions/blocks/slideshow/slideshow.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','á À-&áje¿»“²¼T‡','Ÿ»NŽ˜Uü,B‡`”üÓ~s?þÔ CÚ‡~Lÿ','',0,'?'),('¨”ÿ6¦zÑºGýÖä','wp-content/plugins/jetpack/extensions/blocks/tiled-gallery/tiled-gallery.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','˜ìÎQWîú£ñËîo­2','¨&lr&ã·låH«¡¦-1Á¹&­‘Ë…TVçQÍx','',0,'?'),('Š9X%\'A¼5ùÞ‡s–','wp-content/plugins/jetpack/extensions/blocks/wordads/wordads.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')Ò½×®‰â›AŒÌ»Àù','Ûm¤ÈÈÂÝ–<«Æ`êô&¶zÞs$>4è›éýÕfùÃª','',0,'?'),('ÌD?žßºŽÆWCó¨‘¦','wp-content/plugins/jetpack/functions.compat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','©¥åÜF£T•O_\'Øûâÿ´','ç!h¹\neðç¬_ˆ!7ƒ-fÎý÷Š¼÷å¦eVF‡Œ¹','',0,'?'),('Xîòh!±³§üÃb„1œ_','wp-content/plugins/jetpack/functions.gallery.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','»¼=T¢©\\ê\"‰:ó›³=u','Á¿ò®zH¶ü\rÀt˜‚qrht«÷	‰%Ãe%Æ%Àd','',0,'?'),('IBh¢Óüiê\'U¨R£','wp-content/plugins/jetpack/functions.global.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&X’vv’H‹§.Öül¤','ˆqa§aÚÚv¶,¥¨ƒÐUG@º\nüŒ;åx¥Ï6Ö}Û»','',0,'?'),('\rÊ9H„‡ðšnmsÈä','wp-content/plugins/jetpack/functions.opengraph.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<Ø€©¦U\r•Ý1,»ó','QDù6?›ÙöDŸU÷^çø­üì[?­‚¶¡ªú','',0,'?'),('ò„\r¬P‡fä¯NÇ”œùo^','wp-content/plugins/jetpack/functions.photon.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0$\ZÉžU²µôßÛ\\Üí–','+ý~W\'.qÛF»\npÔ‘lÁ‹†*èE3YÖ ','',0,'?'),('žÞ\"ª;NòUŠvˆ=;ÀW¼','wp-content/plugins/jetpack/images/apps/triple-devices.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¾^tý^¤Û\n¹0Ã_S','º¨Ÿýõ·­ð¼–õkÖýª{¸LKj!¬¢¡Aäð,','',0,'?'),('ÍyÓ×’Ö·h—\nð?R3','wp-content/plugins/jetpack/images/apps.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','œÀj>ûé(Ê©W.8m£”','w“O¿¬I;M}\\qÇîç+yEí +Zo+’ŠAW','',0,'?'),('`aÀÔNˆé\n¬-ƒŸÖù\"','wp-content/plugins/jetpack/images/block-picker.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Â	N¢vö@ÞeåÂtŠ,H','ó˜’d;ä &\\1À9nõ¬HìÔîåÁ‘í0þ0¶1','',0,'?'),('ëªå4&hZ!:Uj1ÐÅ','wp-content/plugins/jetpack/images/cf-ss.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ßþ0ƒOð(5r%Óõ(Œ','iîžÚ}ÍÚQ<öëŸ÷ ¡°—S84Q«’¾;óõ4µË‡','',0,'?'),('@ëùÉ]œÈMÒââ','wp-content/plugins/jetpack/images/characters.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$”<…ºírÐó¥ã¸qR','H¬ßbÌ¦çS8ú2˜»·ìJ\"\'5¨\\*^Ç“Ø','',0,'?'),('Ê±ÍÑ²í7ütu0Ú\'yþ','wp-content/plugins/jetpack/images/cloud-based.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=÷wØSd£ô³:Ôã:','Î^îBÓb\Z£\"Š÷[~ÆôL$¯ïòêIŸõ4òï…³','',0,'?'),('ú.Ñ¬`rîæ\ZÕþït','wp-content/plugins/jetpack/images/connect-jetpack.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','›ÏùÑQéí‘ðIäóQK','WÓ[EÙa¨¢bJâÏ#®rç™i­iœÜL7~ŽÝü€','',0,'?'),('öOnY¨MÄ5k œ4Î{Õ','wp-content/plugins/jetpack/images/connect-plug.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','´£]úšÏwVØÐ×ä0°','sÛõ°-ìƒc[þîˆ>Îµ`äâñ‰>Æ1slÇ$±½.O','',0,'?'),('Uî·£U…{á‰.ƒ¦»d²¾','wp-content/plugins/jetpack/images/customize-theme-2.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P$_¨Sq)\"mˆÂO•4ò','ú¾=°R[Á{êOõ]“á.ÀßRx‘_z™$\rö','',0,'?'),('U=8ägËV¾Y›ÏtZ”','wp-content/plugins/jetpack/images/customize-theme.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ä·®Õ<‚¤=e1J\nÿ,£Ó','Û=M F\ráWÞkVõ¢uN%ºž`ìˆáçú¶ì','',0,'?'),('f—÷@èÍ{¼;\0¢Í,Òk','wp-content/plugins/jetpack/images/generating-cash-2.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','€:yvLµ§òò<¥ÛU','®Wox±‘\n«µÉ–\"BÜ“G»OëK?à\nÔãaB','',0,'?'),('Åd/;óšs†õk¥j','wp-content/plugins/jetpack/images/get-apps.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','©K@Êpˆò„/¡B','•%ö}¤™‹9€‰Ú¸ŽvûóhZ9f±_™°šmj³Sd','',0,'?'),('¯±ñCß^÷PJý','wp-content/plugins/jetpack/images/jetpack-design.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ø/âøUw&á+ÍÔÔË¦','|¶ÕUsm!ávã ãÏ+û:(ÇKñí«YJÈ-','',0,'?'),('š\'%¿/4)-\rÑE$','wp-content/plugins/jetpack/images/jetpack-google-analytics.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':0ôìAì>îH¹J„Ö2^','¶?õÔ¹ÂœÐWDJ$ÌzBm(V\ZZÔgÉŽá%Wg','',0,'?'),('%§QÚ\0€¼Ø»q.î','wp-content/plugins/jetpack/images/jetpack-gutenberg.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1 ;ý\"’6±¬êÄ‘7èj','Mòýìðï¼É†à\r:ÈxFDûñâ[€‰Ý3Ý]ÑUÁFz','',0,'?'),('Ó`¤)üm[…F\ZL	Œ','wp-content/plugins/jetpack/images/jetpack-icon.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ºä_a>^Œ&#¯ø2‘î','²QÂïç¨f•6SN*ßÒ…#þ,…èýÀ3É_jð','',0,'?'),('£A\'üg™4Ig‡\00Õ£«','wp-content/plugins/jetpack/images/jetpack-logo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¿%\n‹˜87Vö¬èêÇ™A©','\00¦h\\T»ƒ®»ˆu‘ìr&!¶â\n«aho„Æ‹','',0,'?'),('Zbì^RÒÁà>E€žje','wp-content/plugins/jetpack/images/jetpack-logo.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÜL}ù3¸¨n UÜIþ€ƒá','Š#‡ÍqÃø\rÅ&ÆFs  $Qqö3{¦','',0,'?'),(',÷!ó\\Z˜¬W„Á¢','wp-content/plugins/jetpack/images/jetpack-marketing.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?ÔôS{‡hê‰öÜ}1','#m‚ø®>ÓÿKú\r8B\n“SÑçh\";,Þ¾UTbM','',0,'?'),('ÀÍyËÄŠû?ùûiGéœ0','wp-content/plugins/jetpack/images/jetpack-performance-icon.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':0ôìAì>îH¹J„Ö2^','¶?õÔ¹ÂœÐWDJ$ÌzBm(V\ZZÔgÉŽá%Wg','',0,'?'),('›+ú´.Tòú^vHU¬G`T','wp-content/plugins/jetpack/images/jetpack-performance.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','íåRÑÓ¶‰¿!Û©m¾²í',']Lñ<\'£Ðz¸%ÿP@¼]ˆWõ!®ãÒÍº*çOh','',0,'?'),('ºBç-¤ý…âr`éÏ','wp-content/plugins/jetpack/images/jetpack-powering-up.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','›ÏùÑQéí‘ðIäóQK','WÓ[EÙa¨¢bJâÏ#®rç™i­iœÜL7~ŽÝü€','',0,'?'),('EJ›l3©z`ù„’ð	','wp-content/plugins/jetpack/images/jetpack-search-icon.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v! VØësªÏ ë#‰e','ø•»[½æul™j©¯LB×ï¸€½Fwú+ÙñN_','',0,'?'),('Ûbœx8D·}¯ËŠ4o©b','wp-content/plugins/jetpack/images/jetpack-search.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','€Ö`d)ðÄ÷â	U^L','›ª½,îãüz]{¸Þ5ã$êC/jÄ¡òÉOí\"Q','',0,'?'),(',D{öÚv‘lÙ\"­KÅš','wp-content/plugins/jetpack/images/jetpack-security.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ý¯#êÍ\nÅ´ÿY—','¤	ƒEùXqAãcÛ-,Nëî¨ššHø¤FDvî¬’q?','',0,'?'),('ðöªý®ƒ0ÒVuÁf£-\0','wp-content/plugins/jetpack/images/jetpack-site-activity.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','÷BØ-°¨$ºÿnoAp,,','\Z™Çà/è»þÿx`‡h*–-¯—–5*6‹^rØé\'c\"','',0,'?'),('É³ë‹Ò_#Â¥Öfs','wp-content/plugins/jetpack/images/jetpack-spam.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','†Æ›¸$qRùLöøåž–¨','‚\"q]àwex/ ¦yT\'ú§oÌ]}gO²¼U>hãep','',0,'?'),('7M±•ÜÙagÜŒ\Zù†–Y«','wp-content/plugins/jetpack/images/jetpack-speed-icon.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|aùdÃ7CƒŸ¿„Lùû','óžœú#®X<ç\"Úý. èQŒùŒ~!xÒhÜúp`(ï','',0,'?'),('…‚\rÝtXï‚R²ã qGr','wp-content/plugins/jetpack/images/jetpack-speed.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u©Dú\n¶D¶¡¦ÔBu´)','þgGÕå±Ì=½C<´‚1\Z)*¦jkÄ¤f^­I€J','',0,'?'),('MÌ+õ4òêT¡¤t¿œ”','wp-content/plugins/jetpack/images/jetpack-support.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(¼ü¨\r H¶©X|4','Öñš½O^Ÿ<¢Ô0YþÆ«M&\\\Z{þ80c§ ßÐ¶','',0,'?'),('¨x?áž¸Šà{}„\ZÖ\\','wp-content/plugins/jetpack/images/jetpack-themes.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Íña¬Ác˜’¤_K\"','ýÅÈo¡u4)@†»=ê¦aÄ¸â~‹;?Hâoðd{7»','',0,'?'),('Pîã6ˆ–ÎÅÓI=ô','wp-content/plugins/jetpack/images/jetpack-updates.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','üWÉÚË¼wg	\ZJêÅð','<¢Õ£‹4O¾»ŽÈèýø€N[©9z9Ã¤yÎ®m¨D','',0,'?'),('­©Ì\04›¸æýü¡u˜Æˆ','wp-content/plugins/jetpack/images/jetpack-video-hosting.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÚeJðð`žV`\ZÜÍÃ',';´Àp¸§’¼Ç–Ý`¨ë–HeÅS³–Nöq#£Ú0³{','',0,'?'),('e?¼“H‹(€ Ý[6yo','wp-content/plugins/jetpack/images/jetpack-welcome.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',Ò*VâúØÈ2Qœ#AªÄ','ý+2CCŒ,±ý\n\'|œû¶+¾îxµ€%§ÎªÙJ’Â','',0,'?'),('ú¶gÚ™±ns¿%¹µt§f','wp-content/plugins/jetpack/images/jetpack-wordads.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' *êís(„ZÛ‹Øþ@þ','ZÕ¢Ñª°Öã{_.½j(Ä™œoçË™¦Ô6­o±(J(3','',0,'?'),('K:ƒ1’Õ©\'l:ì’ó','wp-content/plugins/jetpack/images/jupiter.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','JjÎ—qñˆ.BÈóI„','À.,±ÉÎøÚîKƒD•÷st%$’&Ïî{fK0º¥¤','',0,'?'),('Ã¬¹	sKé(~XJ§odr','wp-content/plugins/jetpack/images/man-and-laptop.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',Ò*VâúØÈ2Qœ#AªÄ','ý+2CCŒ,±ý\n\'|œû¶+¾îxµ€%§ÎªÙJ’Â','',0,'?'),('j6N‡uâË{»¬\"ï¤ž','wp-content/plugins/jetpack/images/people-around-page.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+jàq…H{ƒÇn‘ø','SŸ«¤õlð$úëLgc™YuI2Â¥ú´cìÆîRWç','',0,'?'),('õx|SÊ¹áKü4x~E¨š','wp-content/plugins/jetpack/images/plans/plan-business.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ié¯ìoù\Z¹¤ÝhÄPÕC','<@×%#ÍW&Gî¸SÇƒ7º[´n/Ðh÷¡ÔúíUÈ\'d','',0,'?'),('‚Q91Z›ŽS¹\Zì\'','wp-content/plugins/jetpack/images/plans/plan-free.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','pÍ¸?¡¡gÚÂNJ¶)\Z','j*vþžíNLƒ¿ƒ©Y—kÿÓy¢FÀ.@q²·','',0,'?'),('°möûRÕ¤Zù-“5‰œ','wp-content/plugins/jetpack/images/plans/plan-personal.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ò§µËd†;\rFccÐKš','½tãU‰øá_2w¬Õ.¾;š¾Leý%¹¥ø5\nï','',0,'?'),('œÜb–iÀ\'\\/ ,¡','wp-content/plugins/jetpack/images/plans/plan-premium.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','âå xŽ×µr\ZÌ2Íä','FzTÇ2$Y‰P-ÀÏµ§œËý*ö´™Ùì ~¾','',0,'?'),('9Ðw–­54äÕç”^»h','wp-content/plugins/jetpack/images/rss/blue-large.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÛAô`Ú;io|µ•×u^e|',':~4i‚?jßÙðþ|J6Žh¬Ë¹‹åãCGþ','',0,'?'),('ýwÄ¢+}Àduñß³°W3-','wp-content/plugins/jetpack/images/rss/blue-medium.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¢áRTâÂÒ$:áÄË—','ÎŸûq£`†$\Z«Ák™{º–Ð}©›ÐÁ?‚Ì™™','',0,'?'),('¦\0­mQHßRýÁ\"\0ô','wp-content/plugins/jetpack/images/rss/blue-small.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','•Š®Ð1\\ŽÆ:+u”éÕç','p®;ÛJàó(ë&Lªš©fÊ·}qA0¿ÃŽØ¥>¹','',0,'?'),('§>vpÑu9iµ\0W*V9','wp-content/plugins/jetpack/images/rss/green-large.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','®Î‚0à`è‡!Å6º+ØLd','AÌ!“˜ÁÒ×Óÿ„kÆbï¶üe…¥sÇM^Ç»ñ','',0,'?'),('ÞÝŒ¯»@ó·ùL0®','wp-content/plugins/jetpack/images/rss/green-medium.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','øe™a¨/Ï\"fnt„èÒ','ñ-\Z?*Õ¤ñ\\!\r–Ž¶•ùVÙÐX¿€°ôî“ì','',0,'?'),('–›p¡·ÿDŽ|½;ÌP','wp-content/plugins/jetpack/images/rss/green-small.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!ÓoQ]wn¢\"³”;¼Î',':˜ðEºëi“âäöV˜[%Z:”;ˆä»hÁ™','',0,'?'),('ë„™ÅGKFa}«#ª¹8P','wp-content/plugins/jetpack/images/rss/orange-large.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','»œ!þÐ\'´udŠLt{b','¾?mr\'XÜ.ÆiåË\n,˜ê\'=C„ì¿©Ö…hEŽa','',0,'?'),('Ï5«½GÌ;.°¸\Z@ÁC…','wp-content/plugins/jetpack/images/rss/orange-medium.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\ˆÉÓÅÞ‰…Hù-™?ì','íJ½å¯µ”@™à ›ý=ò¡$	Ð|\\€ÚŒ’®Ü','',0,'?'),('¬äQËPj„j¿¾Ý¿˜—\"','wp-content/plugins/jetpack/images/rss/orange-small.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' ¢¶gÎe”¯†ÑløÊ­','r`b¤7í¹jbŸìËVfÆd¹\'éºêr¶Š…Ø','',0,'?'),('\0‹À*á@fùÙºd¬ku','wp-content/plugins/jetpack/images/rss/pink-large.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ú9¢Ýj¢ïÖÖ”c\Z)ë','y…„$xVû±–e˜5ýøt—–~Lk?)$i¸4.`','',0,'?'),('Ugä¿*09Úp†ðCEíf','wp-content/plugins/jetpack/images/rss/pink-medium.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Tký\n¾ÂÔqýA!=Eo','zÈx=èö¡ÇÞà@ò¡j^¸¡ÅGsT¤Øþ¶','',0,'?'),('jUöÛ†ƒÉ†–8ÿµ|£','wp-content/plugins/jetpack/images/rss/pink-small.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ñÖ÷bÐ¼š3¢OŒ#Ù','^…ÆfÇ;Ç•¹?õ‹š9¿’³£/‹1þ†K³Xâýç','',0,'?'),('1›‹Aà}ÿ$—G}z','wp-content/plugins/jetpack/images/rss/purple-large.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s<OVæxÀèÎ%p@)GY','SpIŠ”Oü$†sGœZš¿áÔLoëÄF\'\ZŠ°°©','',0,'?'),('5Ë¯ÂŸYÛk\rò´©°î','wp-content/plugins/jetpack/images/rss/purple-medium.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T­ŒÑwuc5r4ð%','¥—ø®hZ¾\"³›‘Onùòf4·P%æÆˆø×»3Þ$','',0,'?'),('Ê\ZÙ†lg-l›Æ«ü¢êø','wp-content/plugins/jetpack/images/rss/purple-small.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Wrˆõ©‹¶U³¾‚t	','à«ÕÒ±ù&ÑM“ÉKfÌ˜žì•<Ø– Ô`ÔÎþ}»','',0,'?'),('z6H‰î>ÏÛ~šÒZž^','wp-content/plugins/jetpack/images/rss/red-large.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ËPü5ª^PÖäÅ†qZ’Ö','Ã“¨	*o.1<_ÍxÖ¯ hÏð|®!*Ä7eqâü','',0,'?'),('œZØùë1*•\"rØØæÜ','wp-content/plugins/jetpack/images/rss/red-medium.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Êƒr8ªŸE¡çB£','Ñ‰îÔ-d§I”€8¤R9Œe°Ø»²ú5@îdé}Œ8Û¯','',0,'?'),('’„ÇûïY7Båm¥&lÉ','wp-content/plugins/jetpack/images/rss/red-small.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¥G\'©ð+V/a=±%šˆ','hZiæ‘œáÔ5©n%1ËþSwËµ/YO6®ã','',0,'?'),('¸bªU&/YNäÏ™bßú','wp-content/plugins/jetpack/images/rss/silver-large.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';…D	éTp#Ûñ¹ hÎ','QE_D4ØªÃkH›¿â›‰é*\r‰¶ÄXÄÄ.-è','',0,'?'),('ŠÆ¬£˜ÔÁpF	sÍ°Þ','wp-content/plugins/jetpack/images/rss/silver-medium.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ó%ƒ¦©ÿÈT	îv\\E€','Ã^—Ñš‘Œ7ÖÇâ3\'ýFÁá\"÷åFÕL1Ý','',0,'?'),('»½5_å«˜˜Ç²˜“P†','wp-content/plugins/jetpack/images/rss/silver-small.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0#{jEšw‚ºŽ²]6b¯','\nuµDV$ãž\"p«¨¬ÆÎjÐŠš\\®C™[àa´(ƒ','',0,'?'),('€^k4\Z¨gG/\0üŽêCÈ','wp-content/plugins/jetpack/images/security.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*Dv<0\Zîõ+Y²W]Î\Z','Ìœ«lÐƒ¦||m«\Z¸WÍ§—±Ù;tm/ÉúSi','',0,'?'),('i¿¸sÉoÔJò®U)pûR/','wp-content/plugins/jetpack/images/stars-full.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','«‚††«æX€÷±WÑŒˆ','$ì¢Î7ÍG]èDp¿	C‹žñ<²4Bf¹AÉy¤3d','',0,'?'),('îKñ¢ çLÉT3&zð_','wp-content/plugins/jetpack/images/stars-left.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','šEó]²[íé³h²óº€','C=\"Zw‡ŽþË/i¦ÇRï5ÇC9o’tÊÈ<J','',0,'?'),('¬å¸>(’’QZp“c@Ð4ñ','wp-content/plugins/jetpack/images/stars-right.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';´WÒ`€Éê™‰)r&œ','k~a1ÅÌ·É¨±bªR_ÚŠºD“Ç>`sŸ$FÉe','',0,'?'),('½þ…F|ð¸_k2e„Ú!','wp-content/plugins/jetpack/images/stats-example-lrg.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','®\Z²t®©#“Ù†1ò','ÀxbÁ&Õ=±Œí3Ï\n>žVòz\Z	ê2s¾–ŽZmç','',0,'?'),('_lÖÍE - «`æ‘.™','wp-content/plugins/jetpack/images/stats-example-med.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ð(Ð³EÆµ`ìIó]','(nÝ¿XZ™¡¸PÝùxÓ”ø&Fï…×fmVq÷áN','',0,'?'),('7øF>Šb*’„GÒö\rÈfÇ','wp-content/plugins/jetpack/images/stats-example-sm.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3Ý®µZPd¹D\n\rõYç~X','0”îûå(Ù	ÕuìÕºößxU÷_õ°À–	²','',0,'?'),('ˆ64Ö%SÀ”ëæz¨%-','wp-content/plugins/jetpack/images/stats-people.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','²çæÔæ98`\0æýí','@œ#³Kì\næLë­ktyqÐÐ˜‰\\Ë™a˜\"í<B<','',0,'?'),('MUPøI®+º}µ²ŠŒ','wp-content/plugins/jetpack/images/stats-smiley.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','äÖs¥\\VVñžøcûˆL','\n#á¢˜ÖcnsÄÿ‚Ãy‰‚îèÛè,Kô™||mÉö','',0,'?'),('NCÞ!tƒFŽN·Ì','wp-content/plugins/jetpack/images/stats.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ð/îïJp‰Þ×µ·ÌÛmEÌ','Pçü¤ãÄs:…Z¡Û4vBŠä™j@·¹ˆq','',0,'?'),('âûÕEqÓÒSvj0 †','wp-content/plugins/jetpack/images/themes.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','½‰i¹Ål(}`¤Gè','¹æj„ùœv§ä‹Ã:ÂÜF‚Î.¯—‚âÎ.9¨¼','',0,'?'),('Á2\rö›1Ÿ–÷—î˜¬\n','wp-content/plugins/jetpack/images/white-clouds-reverse.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B6Ÿ:”P®ªÞ\n2Œ‚','®\'Úu¸!Æè†f¶É[¼åtò“x¶ØN®r^¾ø¾{','',0,'?'),('E§Ny\rRžv¼™áØ¿(','wp-content/plugins/jetpack/images/white-clouds.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}M$\'Éá£ê>,dC¡','ìÒ€+Á®CûüÍ,…¿âŠU#hˆ àÅ€ÂJ','',0,'?'),('šk# í[¼ywð™ã‘h','wp-content/plugins/jetpack/images/wordads.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','kŽ\0Ë|ÙåÜ>)ÛÉ\n','¥0„êJ¥F¼œxÔìd6ÑÑ´¼}ÃYømÖRU®Å','',0,'?'),('Æøò™½Þñ^Âh«œH²w','wp-content/plugins/jetpack/jest.config.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f,‚ì›×ôX¹/ÅËß¨','#6a•3ÂÇÉ“¡æ2XM?h¼¡b\0dë©žþŽr','',0,'?'),('J²¤	zA3ÜÊ¾)Áœ¼Y','wp-content/plugins/jetpack/jetpack.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ïÛMCD)Õ˜O>3Øé\\','–êØÄVYßJ;^ã™ÿ¸®ð¨²7%ÝÙâ[‰˜ºìT','',0,'?'),('¬w I=Ž\'\0;-8iË\'','wp-content/plugins/jetpack/json-api-config.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','þªeäJ‘é9~ÂÊñc!\Z','¬ùú-ö)LÈÐr,O– ·¡x{ \nÖòÞ@&<Ê†(Wq…','',0,'?'),('tæ¯DÑÄ8$<›k:æ','wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-add-widget-endpoint.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¦ðÓþ%ß–®àM×Š','ÿªÊÊ\rWè>µ§œ/»a¹\n½š‹´Ç¸I¤}X¼Ø!','',0,'?'),('™£¿ñêÜ9¯½]®i6FÅ','wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-autosave-post-v1-1-endpoint.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','üú¹Áóþ™BVök¾t','å`kïD4*ÏXÚs=ðX÷À?B§‡(’K±\rÜ`6¥','',0,'?'),('w¥ ¯>ë?é˜~^ÑÕ','wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-bulk-delete-post-endpoint.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ã@4©Ú\"zcÛô!Åy¦','²ÚgŠýšÊÅÜ·l^\'=XÙ]\r£€Åü_”pÆ','',0,'?'),('<OQ¦ÛëÉŽšaá¿R¥¹£','wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-bulk-restore-post-endpoint.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','êaùâOÇ8<‹±uXÅ†','yÊ(Àö™˜†(_uuéˆÇk©Ã»šü½d†‚™iûc','',0,'?'),('»[Ã§œ´WµA¬îîð','wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-bulk-update-comments-endpoint.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','øô	¡vùìèKL	ê','šÎ52˜Y,\Zñ)–[cUjc2Ú¢Ú:`ºOøÒÚ','',0,'?'),('†e@€»Þ;?ƒh;)|','wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-comment-endpoint.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}h‰üUYBDžãx–\r€Ë',' Zâ\\/”Ääš0øy0ÝúÔoç„M=|Î›g•–¸j¢T','',0,'?'),('ÑÝ­1xNepf]¨Eã','wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-delete-media-endpoint.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ãß¸=¬¨Nì‹rìø(¸','£<u‚	ËzOY8ìñCéÅÍõ01Zæþêô˜Q`VP%','',0,'?'),('æTz¹\"Óut&ç\\Ñ™Ì„','wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-delete-media-v1-1-endpoint.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','·ÙÐ2pë–dVè|‡Ñ”','	GÈçC+`°&WIÂœ·ÍnŒ‰9:Bï±ÒðÆ(Á','',0,'?'),('æ8ÂÊ¡¿Ù†µ?¸rq½','wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-edit-media-v1-2-endpoint.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ˆA0)ìöCRå¡ÓÀ£ao','‡‹Ù\0hÅÂ$‚{/X–È@â4›<ÚŽ½Nê=Þ0','',0,'?'),('Ür•>>’›/Âg´P×','wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-get-autosave-v1-1-endpoint.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','à$#\\Õ•-<sçŠ','5ˆ¿?Í‰ÀÖãñé¡o¶Ò‘TÂ3A=°<Î)U*(','',0,'?'),('º\\:œ<è=öÌ%‹bµ','wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-get-comment-counts-endpoint.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','½\0»R“P:Ž¥JÌµ…MÔ','rË\0ô]]îÌXY\r”~¨Oó‰€K(‡Iêá¡æ‹O','',0,'?'),('¯\0¤ÓhRíí»Ö\n	ÎÆ','wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-get-comment-endpoint.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','çŸ?v¤$›B¶õ4M»5m˜','-c¾lQœÞCEóRùÓ¾·mlËÎDÉQT/Iª@×','',0,'?'),('UØš¼¬À¢éM·æçYq','wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-get-comment-history-endpoint.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¤ê+ÁÇú°šýO]`6óà','ï™>\0m¿BòŸ	‚zûoÿ™ÙBõK‰+J\Zu3ª[‚','',0,'?'),('ª2·’zøÂÔKQ,•4','wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-get-comments-tree-endpoint.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',x1ýÂË<÷„¶¶)Sƒˆ','î[¾ÌéM’ßAo>Fžxöv‚AmtÑâ•¸üÆØ','',0,'?'),('Ía±\\&Ê#¸øº`þLÒ','wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-get-comments-tree-v1-1-endpoint.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','gÀ)â¾yèÍýª¯wQ','ÿÞ^EDñÉ¬³ír¼TÏ•³øšhXø\r¿IÜ','',0,'?'),('‹HÊ\0j1ÿï›­ßL™ž´','wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-get-comments-tree-v1-2-endpoint.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','²©DÚ}¦lYö_$^yjþ}','xgùöîIƒy/³¤dL|ÃæÔÇ±ˆ&Š\\Ì™\0…ô','',0,'?'),('(\"»öÜnŸüÈHEç¼Ú','wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-get-customcss.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ú³¦¤=)\'¾\'þóVª‘','üMcúñcPI÷j[uKNàˆî1ÿHëí©¯ÕäÅ¦ê','',0,'?'),('FGnÛÿ$ «-öG4³s','wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-get-media-endpoint.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','×UýÀUÆð÷ØÓö%?Ñ','vËNˆ`úßÇpê×)Ê]H¨´ºÜ.MuµÅê‚','',0,'?'),('áLGÙµN?d]`PÌ\Z','wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-get-media-v1-1-endpoint.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÇU/~LŸ†…F1H$ñýc','£Ýƒœ1[°ˆõsVÝ“’œ1¸šWÊ/•‚$¤1','',0,'?'),('üWÏ2Ø\'kNHÈÆ\Z±þ','wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-get-media-v1-2-endpoint.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¹µqC2šÆXº‰È*½+X','kº£6(áÔ’’ö‘Úê»ƒA<2Há ì	ƒ(À','',0,'?'),('1\0f„ä¥Ò 0÷VCØ','wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-get-post-counts-v1-1-endpoint.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÆšYkwh›Y¢l‡˜{','*Â…ð<SWmsÈéËQ®õbß» á\0Òm8‹Û%ÀN','',0,'?'),('	ó´¯Nd`­îù.9Sö','wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-get-post-endpoint.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d‹´pŽ]ðã1UkY6Ö	6','VIõ3#¥­!æ^¼2\"(S¨W8ƒGŸ³JŒ4b¾','',0,'?'),('ŸIb%¤‚^‚}Çœ´œ','wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-get-post-v1-1-endpoint.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¶C$Eq¢zqí—Ù©·¦8d','Ám |h\nÿH•—’ú‡^ý†Æ¤Âê<»Ñ‚â#xó\"[a','',0,'?'),('µ¢„§Re­0\0æ÷ nÏ','wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-get-site-endpoint.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z3’\0VÎŽ›¶#ž\':Ép','áiË—Œë@3-Š”ðr¾¼|²$1eù:j\nçVÃùœ…','',0,'?'),('µGqÙ&†9$}‰™9º','wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-get-site-v1-2-endpoint.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\}¤ÜÚTƒ:ÚO/n£','À&ø”¶L\rïþÚÃJÈ,žoGF½ßëMÿGÓù¢Â','',0,'?'),('ôEÇµ¤u€ØÆC','wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-get-taxonomies-endpoint.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!,¹—â›ƒ÷+ùß\rå™','n‰ÐÇ?%¢y•×“à´É‘%ýÊ×æ0©[¬œ!>¿','',0,'?'),('v‡ˆÀŽ:Ã»pBhøÇ2','wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-get-taxonomy-endpoint.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¬­AEsç>Ýï·šIÝZ','[a›µa«Â Éåu!ó!·=ëi–Çd·<@69˜Í1û','',0,'?'),('³T­Ôþ|4h“\0Ó(àhÏ','wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-get-term-endpoint.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','™k¿8Bº£N8Ó›','Êk q×;ùØ¶q@«”oð”\'$Øì>\0øAÌÒïAT6','',0,'?'),('Ÿ÷žbqšÓ“(Ð=çÆ','wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-list-comments-endpoint.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ô¨bÁÞƒý	aÂY§ý{',':hÑ“°0æ7ŒÐj–†ôòt*ßrWO5?Ú„CG','',0,'?'),('t©ítâ½låUM?&“Ë','wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-list-embeds-endpoint.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','’å†8\rÕ¤£Ö9˜tiÎ','ÎuG\"È\r@àãÛ Z.4÷)Y\n²vÈ©^Cê€','',0,'?'),('³|…ëV·ƒä®7Gó¨','wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-list-media-endpoint.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+×ðš•=òº›pÃå','^l˜£“Êý¤‹:à,_APbŒ{nÂ\0V%XE7¿\'s:J','',0,'?'),('Jæ‘œB‡\ZÎÕ‡ùÙå¼·b','wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-list-media-v1-1-endpoint.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[EÇ*\0ìåM”Ï,tð','½Äwu§¼…óË»²®|a_9XLÓ„š¥FcÓ ','',0,'?'),('7y×`Ps_õAsç¿ìõ','wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-list-media-v1-2-endpoint.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<Ü`ÿ\"ùñpgíø»˜C','d‹ŒæVíy-9-ÊÀ~˜È<DB¸/Ü-ó¥Æ','',0,'?'),('59œè¢N›µŸÞ¤ÝZã`Î','wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-list-post-type-taxonomies-endpoint.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Gß˜8¬ªgZC]òÒuì','+¯j­[ƒS‚Ž†íFœ½¬½Æ/cîKÚºÑ)±o','',0,'?'),('­-»¿™È°aŽC€ëê','wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-list-post-types-endpoint.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Pkž®”1w?ü²á´´','d2øÂÃÆ\n5º!*5Ð_³ÎÝïõDù2@Š-','',0,'?'),('»\"z<\"H\'–ÙqR8E‹<','wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-list-posts-endpoint.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Db{.kIH]ç—¼4Ä˜Æ','˜n\n²ž¤ñ\Zº0åÿTˆØäôºPéØ£1Ùü­xø“','',0,'?'),('ëzáîìà¹à…]öÝ','wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-list-posts-v1-1-endpoint.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','€¸þŠãŸÇüGØ0ÇìÀ‹','$°©¦ÂBªÎ•Ù%…• ¨ËN¸3Ä“©£ðmñ ­','',0,'?'),('š(DþÈÍ)÷Óé›','wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-list-posts-v1-2-endpoint.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','•OU-†6Å09íæá†V','ßYÊÑóI£†lß:òÜ„#ªjtèiJCU]M¶Ø','',0,'?'),('ËQ©¶ý›u­Ñ žIdïõ','wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-list-roles-endpoint.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*Œðâû,g@¬P¦V6','ór6¤zQÒ=í€gw%äºÐt÷¥S©«nñ°','',0,'?'),('A\\ã[Å¡™^j©êzŠ´','wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-list-shortcodes-endpoint.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ónâèÈLÇñ^qÞ®ÿ','‰ö¥•Wí7Ù¹;4Ï¦Á¾2áèÒ?°ü%êš¾Ù$z','',0,'?'),('Â_Ïyð²)À$ŠJ¦@','wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-list-terms-endpoint.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¥Ç-kevßâ‚.A|˜îo','V×>EŠWáÕæ|ÙØ»¶6Ñ¯x\"»}‘Xæ„Ãt','',0,'?'),(')n*¿RfG°#2¶è<•','wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-list-users-endpoint.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','øI%fs§ÐíBm-Û^<','0»æ}E2W†æõÏŽ÷G(#8²Òd,å1\rðÂ','',0,'?'),('x¦ãœ-ªâÐf†´×ûV°','wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-menus-v1-1-endpoint.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','í®\Zoy¨–Ù%Ç{þjr','M“Çò¸â-ë¸UB\0>Žm¯óv=FiýlœK‰ÏÎv','',0,'?'),('ôrÎ•øqçïU°¢ps','wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-post-endpoint.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','˜90~:Y$¤}?ÚÙs»','0–SqÉW¯ä½-(éL*‡ß‰F	£ë¿£ð]¸','',0,'?'),(';ØOç°u è®ÐœGÎè','wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-post-v1-1-endpoint.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Æ*˜©ìŠ†@\0’Åp','­:=H¢V™\ZÌ›š,“—»ösh<î!','',0,'?'),('L5P¤r¯@Òi;³¡†‡','wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-render-embed-endpoint.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ç`˜$ÖLöÔ®ôÅ','Â3X:þ÷Ðw\ZS¡­<nîõx8ßÅ5—ãO xÁ','',0,'?'),('ØžJ!ÃŸ8µ@æFn´ÜY‹','wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-render-embed-reversal-endpoint.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~bª4EvÄO‡FW\0€g','ÿ#ìM,uW†êõè1»´xµÄï¨ƒÆ>%9DÄì“¨“','',0,'?'),('€dKÖ±w8VÑFêÒX','wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-render-endpoint.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','KE	Ÿ}6†¤NÔÓ&á=','ƒ\0¯Î~7çœ=£œì2á„[i˜±XzÃºðV.21','',0,'?'),('ñ˜þÙV3Ñå*E‹gW+','wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-render-shortcode-endpoint.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','“xù¹“…¾ÝAâ ÝHà–°','©\"a¤½Õ\\ò“Ë°.^~^¶Ž‡0ƒ-éù?\\K‰²´Ø','',0,'?'),('¸»µ>yƒ`)Ps™î;ý','wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-sharing-buttons-endpoint.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','³0(_å8åžD”Z`œ8','ö‰P9ÄÎ“Où«hM£ŽÞ¡(^øAóýÆ*Ñà‚—¯','',0,'?'),('Øýo.‰Páôó~X}','wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-site-settings-endpoint.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']¼?—WŽðÐVLœ%Ì`','t¨ïtwîf‡(º0ãý\ZØÞÞ7#Nvfu¿Y‡—ßpPs','',0,'?'),('TÓfë.ý¾o÷ûÊw½’','wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-site-settings-v1-2-endpoint.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','®K+rƒÀ¢[:Êõ>¤oT','@’B¡mÑÀý\rMu){@°>ÚJîIé_¹Ñ=^¾','',0,'?'),('ü<qì”À¼x‚«ý §','wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-site-settings-v1-3-endpoint.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6O9Õ+v£Èž®,d','†9ž(äüº6Ý‘pÕ†LÄ\'—ýõÓIkÖ€.s©ndw','',0,'?'),('í¶²Š,ÎÈ…Löí`¡cá','wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-site-settings-v1-4-endpoint.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Åñ‚RžiÜ‰Ã','wg%\0_‚ÖÀ¯87ÍÇFÕ”Ê­©A×áÝÝµ','',0,'?'),('H%ÃÄÒ¹Lç e¹Â’r7','wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-site-user-endpoint.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'íÎ¨ë!áÅÆ1Ö<’PÙ','âòÊ=B¢z/|%¡&;Â¼¥4uƒ¤ãæoGÇô','',0,'?'),('_Å#›#ª8àóe$«&Bç¼','wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-taxonomy-endpoint.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hl|³Üê/Œ¹ÁäR‘è','ßÀçŒ<=âà²üÖÞÑ¤•_³­ìÔømGŠÉ','',0,'?'),('\0¼ÂGm€Mè¬Ü§y`','wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-update-comment-endpoint.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','°º>Úgæª7Ãü/i7qšã','Ðï¹|7^,óöÓÏû„aÀúcÜô­2õ;{sÙiGX','',0,'?'),('çÉ\rÞÓž¦9Ûð1\ZµU','wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-update-customcss.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','áUÚŠA\0ó¸ 8°`l','âMøæLÔg9,W}Mu¿jÊg¨ÇsÚ¶ŽÇ\Z+ëdÖ','',0,'?'),('Z2HÔ>—qi‘Ä6%ÿO','wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-update-media-endpoint.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`ziÃ¸ñJà7?Âc','¥³ãå\ZõØªÅë|\\PqšÊ™Çî7z˜µáöï»ïÝ','',0,'?'),('¥vëyYÍ$m ôö5','wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-update-media-v1-1-endpoint.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ö:–/\Z‘‡Û9²¡ýâh~','†ŒÛ–Ä\ZxS,«³n…]ßÏ)s‚Fóªµ(L-t¯š','',0,'?'),('Ä›ý»¨¯ÎífqÒ›:×','wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-update-post-endpoint.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ª2âÛi$KîaÖOÊ\n','›ÓI0Z½˜çÒ¨ìþ|¡º,«ÙjäUV›z‘çœ¢','',0,'?'),('-f¦è#žíLìÕw','wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-update-post-v1-1-endpoint.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"eSÇ…Þ7µG¥2>uRf','v[âGk‰‡?gß6=NWqeŸ|«e”%ð\rØÊ·','',0,'?'),('þü>	g„!´©ÜÙ--ç','wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-update-post-v1-2-endpoint.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',»ÛÕ˜8øû†½Ò','èáZ´<j{.f¤2`fûÑH0¨Ä\'44Ë:1 {g','',0,'?'),('íÚK9i¡‡sÙ7T \"©Þ','wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-update-site-homepage-endpoint.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ËóÚ=nü[(f­Ä¢qV}O','g™zY8\rAXQJxÈÔ	-Ë’G41Õ„Bm5q','',0,'?'),('`ps²22ìœ|0²à…','wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-update-site-logo-endpoint.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',*V9òGDÇ†?\'n•Ï','V4l‡‰²Â[*Ú—ŽJQ0:\'4¤Ó4†NjøvÅý','',0,'?'),('éÒq.);š_S ]“6X±','wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-update-taxonomy-endpoint.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ïj-@õ5£îq×7','÷Æ.wÔýTúiÀº‹\r´:m\0[™·ÒsÉR´ÎÿB','',0,'?'),('àé÷åY¬î˜a\nµ‘l','wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-update-term-endpoint.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‹ý%õHüRLˆÈ\Z0«','ÓÛVµÒÑôS-[›\'¦ÈÂ i•œS«9‘{²ˆî¤æ+Ô','',0,'?'),('ß&13Už€”GC•³˜ý','wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-update-user-endpoint.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','†	)“hQ¾TEc„‹•Š','Ý1ÓØÕ¯»©p¬å0s‚á•ò™#¨OËô¹v&Ü‹Ï§','',0,'?'),('Ÿ[F¶ËÆP!ŽE›ei','wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-upload-media-endpoint.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','òãgÇ¾Zæö!¨‰R×²','‚4}¨$Žñ”ÉN@Ÿ¬ÒLû½×\\gc?e¬)x¥g„ã','',0,'?'),('ÐÊ:’v_ÃÍ˜–˜²‚ÇOo','wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-upload-media-v1-1-endpoint.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','™o^p¯ÛvM.¶øã±¢_',' f-9{¹}\"L2HF±Ã¯¾0L£ßí7-³ªSz','',0,'?'),('\"q9±	ë¾=\'™æ‘','wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-check-capabilities-endpoint.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','—Žƒ)ˆ|W+z½¬Á4„?Ã','½~ žoïTö{Ï>“K\"(é§ÚŽhún°*6–í$','',0,'?'),('hh!>LC\"ïnÑƒœÎ','wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-core-endpoint.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','†ý{IÓUû\'H’ÛÒ¦Sj','úcu’ÀsRc2¼{R`Ñˆ–…¦¥>(hkyd','',0,'?'),('M®MÊnÆßŽËCQ¦)ù','wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-core-modify-endpoint.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','nþÛÏ£‘!«»|ç\"9¦','øã+¶ê¢u‚ÅÕëÚ³î³ÿr¶\\³™ñ}Gº«00œ¯i','',0,'?'),('pSÕ ì’Æ«ß¾ð×˜R','wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-cron-endpoint.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','oƒn¼ªmqŒr1`ñ','Íñ	å²{EøkáƒùÜõ{ZbhöŽ ¾µµqT8uh','',0,'?'),('3ïh6rø¯š(\0ÀšnÒ','wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-endpoint.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','µÊjl Ø‘æ]ó»š—','„l¥,1+>…>ä±8k/~ÅåîY\nêfu2”Ù','',0,'?'),('RƒF¸åzº×ý­mÈ6','wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-get-comment-backup-endpoint.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Å„Š‘htI\n8è`Æž•','ucýØ3t§xCJ	í7ÓO–ØÅÎXJg¦wïâC','',0,'?'),('\'tac¥eÒ«qÆp³NØd','wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-get-database-object-backup-endpoint.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÏŒ—4»Ö;™ê£Übàl','Pw­–^ä\r†\'\'ßó]Ç¯4\nqÃY]ÈãGiþ¾','',0,'?'),('1ÿHø÷ëq]m¯ºº','wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-get-option-backup-endpoint.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','úû-¶ŽˆÝ\ná{“Ó*»',':(©‹#áK…^l¿He×AÞ\n¿Ì2S×¢+ôbù£','',0,'?'),('pÃXØ\\t¥¿¼êE[ºU','wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-get-post-backup-endpoint.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Œ¯àJ!7ü_‚;ÜíKÎd','õF½äÚ‘[­¿ãèž¢ËÍ)—\nõ>(O8²ù','',0,'?'),('àùˆ8H‹ðÝ­fæ¥S™Ë','wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-get-term-backup-endpoint.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','æ©Ú¼Bøˆœ.(t¬ì¨','í<$;ÅmRøHÒÓ/µ3ÊÝJ ÑÉG\0\"™ñ$£«','',0,'?'),('„E\"ÃÛR’¶µž.','wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-get-user-backup-endpoint.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','AlÂÁ…ÛzÛÅóB','dA‹ké–Å•­J×½ƒy?Ò›²X=8HT&å•Ù0…','',0,'?'),('g¾+Â$° YÜþ	·Jš','wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-jps-woocommerce-connect-endpoint.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ëB0·›vM^ÔRûÓƒ','Ì$–¸|6WÎè 2«JkíÛÀìˆ­7At','',0,'?'),('xpõ¡ Ÿ\\DîÎe¥\"\\37','wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-log-endpoint.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','jÒJ¸âY\"ÝÕäàÏà§M','}°\',÷^*„àñNÞ§aþ1ž$ë‰ŠM½¹¬]','',0,'?'),('²í¦þ]vn•ŒC¹a; ','wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-maybe-auto-update-endpoint.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ùRì%PxÁÂR>³O.0ü','ÌÒ{^øbcug€ð—7Z·Ú×^)º-ÑJ7GÏóÇ\'','',0,'?'),('rÒœ²íU<L2V*NÒ‚	','wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-modules-endpoint.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t9	T5^›\rPÈÁÄRG','\0„ÚÐbw¹šcžZ\nlZªCÚ›äTàûq ','',0,'?'),('·sn&ìû;bÓ¹þ!°pž','wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-modules-get-endpoint.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','áÇ‹WÖeÎ|~Hö*IÊ','tÀ¼•1$KRF§–ÈÑsl©¦VnPÜ•ÿ\Zy|Gc','',0,'?'),('bø¸F¶ƒf]ŽWèG5´','wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-modules-list-endpoint.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?´¼pÏã0ç±¶ äz','ßvâ, æß]**+ØËF[½i\Z=£-òº\0È\n°Ž´Ð','',0,'?'),('ÙJ÷áÉö+Þój«Z1$','wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-modules-modify-endpoint.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','õ~Rº¼\næÍìÉ–§)]','„B\n¨Ç\"¶6’ZU.Q,OúÃdüþ÷u^','',0,'?'),(':•_ž•í¦›þà0zØÎ^','wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-plugins-delete-endpoint.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ê>Žª¯€‡—¥É#Šm',']uµÁeRÚð¾›ÙH 9âûñ›áðzâ1LÉ5','',0,'?'),('»)FðNÌ†!3‹ ¨HÇ','wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-plugins-endpoint.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','éúNòŸ\"sy_>:','ì\rv>Ì>N\'U Ç-ã’Ïû_vO[‡ø<XqQÐÎ’','',0,'?'),('=‹û^8| M¨|²““€À','wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-plugins-get-endpoint.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','äqà_z8,øw€,sýš','\0{°ªåö;oq¡EÿŸí[_Nh¢*™@®ÍÚ','',0,'?'),('Á\Z—ãÝ\0[,+L¶)%n','wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-plugins-install-endpoint.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','«YÁc‘šyÆÁ\Z­ÿJT›','9ø!«ÏhÛ€Y±HÌÄcò÷©Î¹êõ‰¸­.råò›','',0,'?'),('¤._Š*øwÛaÈÙ·‰Ø','wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-plugins-list-endpoint.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6/‘Z–¦Ô,ù\\µ”','­óÌò|X×íFÙ\Zo\"ï°²‰hBCJ,@å','',0,'?'),('û±çÇÄ6zç>žÿTp\"þ','wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-plugins-modify-endpoint.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ßÅœêƒeŽ¿â\'!k¿Ê','{Š[•:kYpP­ùr5w3*Ia Ë>’‡°Š*ÉUÎTí','',0,'?'),('G–çÎLæÞä£;Š€«>','wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-plugins-modify-v1-2-endpoint.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¸\"%	YaØf¿múÃ‰¢F','Atöbõ‹#åÌ<	#7¯rýqèñÂÔù,MëBõB\rz','',0,'?'),('&IÈ\\èÿ½gøñŠiì)','wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-plugins-new-endpoint.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K¨žé¡/´G˜a>á6l¯','æEÆá&}h–Ái|Å^¶JÆ\rä×’²Ê¦¦÷`<','',0,'?'),('¨zì*]8›M@2ùÜe“','wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-sync-endpoint.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S\'LJì¸{7Â¢%¡','ÿ$jÈyþæêSƒ‰Œå©\0F‡&‰Y^7‘Y¾ÑÝÑyù','',0,'?'),('MÝwxÝæ)¡ô`¯©¸ó','wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-themes-active-endpoint.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','€¨$ÐJÅøsÕ-t[Ö','v)@.%7­ëÞv®Å¼ ï_ž¸+ÇÙ´Ö','',0,'?'),('RJ´i-éOŽJò‚ ½Ì','wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-themes-delete-endpoint.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','CU™íq+¹†Sí»\0§Z*','>­ùžbœIá9O½ÿŸ­ä(@!žÉù³È)=£í','',0,'?'),('žB_:dp?ŒÕ+ÍT','wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-themes-endpoint.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^EÚä·M ýv5¨± ´','¦Õ6§^d\r.\n8û=Ì‰	ÿ¸TúÕÇ°I‡á¸JIB¦ü','',0,'?'),('ÓÝ*Õ[Pæl|å6[OA™','wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-themes-get-endpoint.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÉkÃ²–¢1\r6^%Ù³Å','ç¢ë˜\rqìÂ5;PûÄQEí&ÉÖ¡÷Ô÷•dn‘v‹)6','',0,'?'),('	y¨üiS»dÐk”ù(4','wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-themes-install-endpoint.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¥ÍÃ\'8ÕÇv•­\\3','KŽdn(Ãh¨<ÅóÌv¤šKâ½±Òf‡o(B—X','',0,'?'),('ð¥ÝüÉÉeÂÛ®n¹>','wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-themes-list-endpoint.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%Ð¿UÛsx¢oÐaÛá¨E','\r!ÚpMÜÛRŠg\nðô°êS1i†¦=€§è³ t(','',0,'?'),('85’O	çÕ¡\'À3ZÒ','wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-themes-modify-endpoint.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7˜Åê2=1ÝÕ½Z¿úœ','^¿ó•õ}z~Ä@‡„þ$ôã™ËøÖ¶ó:Gî,¦p%-','',0,'?'),('ÃÇŸQe>‡ùÇ8’‡ó’','wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-themes-new-endpoint.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^°ÈôÞ¥Ónœ×Cä','ðì!¯z>Ÿu? ðà•.û‚©-üsYKG)”Ôó´ã','',0,'?'),('rñ¦‚6²Ï’¼/“þhá','wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-translations-endpoint.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‡êwW5 u¼ºtÌ§“<','âNf_ùÑ]D¾…qpøÑl¸¨£]ƒ>çÍí¿U;nØ','',0,'?'),('9Š\r ls«E}Ù”V','wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-translations-modify-endpoint.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z»sˆòâc”×ò+]/','Y¯{€ÉÔà}ßüÓõF\ZÆV…¼8Êç¶”Øl\0ë','',0,'?'),(',uèAkçæ7o8ßõ','wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-updates-status-endpoint.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j02•tùTþ1qùžÎK','…|pDžs :ô|_þÑ\Zç4^ }¶\rÂØ>1Öc','',0,'?'),('RÃõoÊÎÏ1:Àæ{1','wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-user-connect-endpoint.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j¼³˜Mµõ¨C§‰ûèËƒ','Làµó|“\0?ŸöÍà82øq u{¨\"£;Â» GÀôF','',0,'?'),('¦sìNÁ6TQâ”Ët','wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-user-create-endpoint.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¤saÝÕ2Ì]*] /&','õQ1F%àÀÕàdµ=­Â$q„›±‚pÅÙ)ó& cÇ','',0,'?'),('¢#þ\ZI7	-X”â','wp-content/plugins/jetpack/json-endpoints/jetpack/class.wpcom-json-api-get-option-endpoint.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U…ÜU\'çvÆþ]T±[‰','êœGzÖÅ\0J\0è™.BãÆ,Þ-À€\'÷Xc$.t(ƒ','',0,'?'),('‹ôõ\"¶]»¢UWü\\î','wp-content/plugins/jetpack/json-endpoints/jetpack/class.wpcom-json-api-update-option-endpoint.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','å+x&Œ—eŸwÌq','6éþ<‰I—ÏÉ9Xv‡DÓ£ne¬ü†\\§–ìæ‰‡','',0,'?'),('‹:ÆÑ6–]”G¸ÕÔŠ','wp-content/plugins/jetpack/json-endpoints/jetpack/json-api-jetpack-endpoints.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ßCôÇùìÞ‹\0³~·Ð•','méòÛ6X5»s£Û‚¹¢8L‹»_-AÓ+Ð¯À-¾T','',0,'?'),('\0XyyÄªÑÞÉ­éÃ!','wp-content/plugins/jetpack/json-endpoints.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']°¨¤êl\0ÙHñ@6–','&Õ5e±ž<O;ÞJ€yŒü¶Ñçn‰ †Ñ\"–%™','',0,'?'),('³÷nÙeR\'ÇDžLùˆÛX','wp-content/plugins/jetpack/languages/jetpack-af.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ãçŠlöV“ØÃ;}7','§Nm(G‘‘3xÍVN\rï©â€É&~Ó”~+û?ä\0;à','',0,'?'),('eûSh²#Åló™','wp-content/plugins/jetpack/languages/jetpack-ary.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V\\ÃV„@áfñ}ÊtâN','ÃA²ÆhPîøàÂôwj	Ï˜ë¬UiÒÑ²«€=‚','',0,'?'),('8ø<i¤ÀÛ¿³rÞ·Ê','wp-content/plugins/jetpack/languages/jetpack-az.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']yyí\'…a}š*w=ÄqŽ','æ9déÃfŸý]0‰Ñ”7j.¡ô#V¿wäv×','',0,'?'),('ŒäQ\\ØëKl´Á¾/Ë¬qp','wp-content/plugins/jetpack/languages/jetpack-bg_BG.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Æpk<^‹fØåBÄ7¥I','ß3Ž‰ÛN%š®[Ž¯/kßŒIKy9D\"J€¾GN','',0,'?'),('ª\0C<âþ>5FŠrÉ','wp-content/plugins/jetpack/languages/jetpack-bs_BA.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‘<\'Vç\0uÎøf$ò','–.ÿôV\' r†\"O”„³$åo4Êq¼Mà@íÜf$','',0,'?'),('ú©¨s} ÎoÒ!,Yï(	','wp-content/plugins/jetpack/languages/jetpack-ca.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','’œ4ýŠbÚv@ÓnX¬&','%ª\'yÝ[\\‹©*ÒM*úG39WmÉª/=¬´€','',0,'?'),('9\Zx­ë`Ñ×›¦™tW','wp-content/plugins/jetpack/languages/jetpack-ckb.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g™~0•î}£é%QgqSÄ','síT¾K_= ]Ò@2©PV8AÀÎÐQñãëÄIˆH','',0,'?'),('åZ>§\ZÎmqçÛVr','wp-content/plugins/jetpack/languages/jetpack-cs_CZ.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U‘”5¶…’r˜Ïn','äíý2Âú\0“G›WzÜùðškÃ-þÃÞØwB\'KŸþ','',0,'?'),('jãÙD<ÔJê¤E”Œ¬÷','wp-content/plugins/jetpack/languages/jetpack-cy.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.V˜úôb™ª‡S^*ð\né','üÃUÙ8Ä÷%W~óÖDe™\Zrÿ˜8¡š4#/Í','',0,'?'),('‘L—5+[ÍãžÀ*‡,û','wp-content/plugins/jetpack/languages/jetpack-da_DK.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ïÇd2îjå¦-…fJ–^jÑ',']Ð:‡>jT‡WioŠmÌª¹Š@-³£þ¤GÔùèØ°\"Ø','',0,'?'),('hŠÏÆœ\Z·“a‰kT©•m','wp-content/plugins/jetpack/languages/jetpack-es_MX.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÚòSŽ*ñ;Õ‘\"9]TÆw','	˜öÈíêºê¶Bzs‘Ä^UëÀ?b]5ô!‹1¨k','',0,'?'),('­\"ƒ\0Ùu¨!ß6ñ¨\"D','wp-content/plugins/jetpack/languages/jetpack-fr_CA.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{kî‰hƒSÆ	«ËÔÞÆû','Ñ‰;þ°$8ÇÊtNº”¯¾®À]‹ß)ÝÖ&•žË{','',0,'?'),('z—3aâŽµ©¹ù–g‚]Á','wp-content/plugins/jetpack/languages/jetpack-gd.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','KÃE(¿6iTw‘Uuã›B','Ð§‹ÔÉ½Â ¸âÅFI‡*{\r“RÁO}JsC\\Ø¡H','',0,'?'),('4jÐ8°*O$x-Mk)[','wp-content/plugins/jetpack/languages/jetpack-hu_HU.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ô\r\Z¤¶[þÆ/ì\'I\'®','À¥IdÙZìwë×¤àìz7þö;d\'G\n×ìXÌË','',0,'?'),('Nxˆ”š&Ç¹÷öý\\	','wp-content/plugins/jetpack/languages/jetpack-is_IS.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','º=ãz•Æ+Ý/ÕaZü','òšŽD`²\\{‡Šã¨µÄUòÎ#ýÝÃz\n\r™ô¸Ceú','',0,'?'),('®?kÀßPJª]Q£Ž·|{','wp-content/plugins/jetpack/languages/jetpack-ka_GE.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ƒÁ{ZýÅd6Ý>Z\rÕr','–¡·÷í—ÃwÉÔë•|Ì\'±†ëöÌôvKäéé€M','',0,'?'),('&•q’…¸«“¾š†\"°Â','wp-content/plugins/jetpack/languages/jetpack-lt_LT.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Vžas¥-ŠÚ÷l,\nø','W€U%!\\-3‚UÄ!ÀOßƒgï¢Rç²”z„‰þµ','',0,'?'),('žãÍh#Ïã­µŸét÷ Š\Z','wp-content/plugins/jetpack/languages/jetpack-lv.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','£NÓÞ\Z¸{¿éf}ÞL®&','÷E€ðºÎòÐ7Ùè	¥×‡_’ïÒâ[n¸È²·\'','',0,'?'),('`‡ÁR•‹WK¸ßÁùõÙ¼@','wp-content/plugins/jetpack/languages/jetpack-mk_MK.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[™\nY¨rø;¨}µÜX','ì[6_\"pØjÇ‹éº\r¥Ôè\r,ÄÛ†mÕyô','',0,'?'),('µI3·½’žb@–Aõ ','wp-content/plugins/jetpack/languages/jetpack-ms_MY.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ëxpSƒ¹/äâ¨_¹ÝÜ','‚Hýiž+:â™u/Â¨<Í±J‘ñ©‹µÓ°c$','',0,'?'),('4k½ÉIc@a~}jñçw\"×','wp-content/plugins/jetpack/languages/jetpack-my_MM.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‚û]ãoÃ Ac ×ëé·','-F+\nO‰P³µ$(Ï¥™é8hA\"\0\ró‚ÌMóØ','',0,'?'),('sð³´xNðÏ³U€\0','wp-content/plugins/jetpack/languages/jetpack-nn_NO.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','îdû\Z“õÑÓQ~{ƒƒãøs','L2èŽ C$Áã>ë[P±¶F¿ôøLc ÎŸa°-¼SQ','',0,'?'),('\nž­“+ýr{Ã…ðw¹ö','wp-content/plugins/jetpack/languages/jetpack-pl_PL.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','åKÂwÆ«@èC¦/?À','_Ëìnù½ïÊÛ)j·7t+¾:ãsÂõ^ßàÊ?€–','',0,'?'),('ÄEãÓ Zñê3deánz','wp-content/plugins/jetpack/languages/jetpack-pt-ao.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_éö¾åµ^9†)ðC','6TdŒèÓy¬ñg!ÙZ1øûD<mg\0†â«MLb','',0,'?'),('˜L]‚€7×>–ÜôÛ9æDë','wp-content/plugins/jetpack/languages/jetpack-pt_PT.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','®êì«ú|×È•Õ\"û™Û','è\02Ž\"™äÆpà–-ÝTV¶ÇkUƒO)-¹âò{XU','',0,'?'),('e Ã^^Sü­Ð %jž6','wp-content/plugins/jetpack/languages/jetpack-sa_IN.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','pµBÇÞYÑrÜÝVÉ','–Éûòi¹õ;òï1Ìð;0†îÈ’NÞ„ã(¤si','',0,'?'),('Mã,%QlÇ2qÃ:]','wp-content/plugins/jetpack/languages/jetpack-si_LK.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r¼UžÏÛÈèXÃ’¸É`','Ë\\bÖô\nq\Z¼é×`Û¼Wo½`l1Åÿ`;|','',0,'?'),('üÃ«¾¯w\n†Ü4ð-a1Ó','wp-content/plugins/jetpack/languages/jetpack-sl_SI.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i”W…ïR¸‹…xs§|X\\','OËæÛ‹\\\"96«ööæ(_;eÕ|BµÉ âÎT³Êîû¡','',0,'?'),('Ÿrh›åŒÙdŸÙ®ï[','wp-content/plugins/jetpack/languages/jetpack-sr_RS.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','–Ã‘ÎG>8úe]Ó–ðØÑ','Á¢’Y¾€N9EÃ;ôsô}:4Þ\' qC»WÐe­«k','',0,'?'),('ÆðT§·é¾.%õ\\÷','wp-content/plugins/jetpack/languages/jetpack-te.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ƒ©dÆ¸1qäLü–¼\r','áœ[ºB0Û#F3Õ},îi‡ª =\Z±Êœîz»î\"','',0,'?'),('Ú^ì[t¾¸\'òó£','wp-content/plugins/jetpack/languages/jetpack-th.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K}ÆM?<¢äíÛUW™‚\\<','‚f	Ò“‡+Ç›\rB³¨e¡Mî\0&µìáê¹Îã¸@†š','',0,'?'),('Þ_AÅJë&¦[˜8ÿÈ*Ê','wp-content/plugins/jetpack/languages/jetpack-uk.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	 Ê…âŒ¹\0¿ç¯³ÚPø\0','…¤Ð‚`È×àmödlQY1Ù4I˜¦åô„ìÌ¬','',0,'?'),('?ŒK+b—f*ÜŸ+\n','wp-content/plugins/jetpack/languages/jetpack-ur.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ð³™‡.,Û ÈÀ¡œÇ§Í\'','Sˆú.úßÀ	¥\ZjM!0HoÏdiãúíøP¢˜ÓŸr','',0,'?'),('Ñú\"¨©ž•\"ÇXåšÂ‚Ç','wp-content/plugins/jetpack/languages/jetpack-vi.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-Ú¶fúyy¸­áIvA','™üØf¡†‡ˆ>ÖûÝÕß’ŒˆkIfj=Ø_,4/ä','',0,'?'),('z¾¡¸\n	³ ¬ ©Á','wp-content/plugins/jetpack/languages/json/jetpack-af-1bac79e646a8bf4081a5011ab72d5807.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0Æ¸\0n@¢Ý«Yró/\\','¥4âXñá°˜Ö¬°Á—yn”t8F§AÿÿGÍQ','',0,'?'),('^ã&p·ƒÉÆõCêÚF','wp-content/plugins/jetpack/languages/json/jetpack-ar-1bac79e646a8bf4081a5011ab72d5807.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ˆ˜rÝ¹ÑºÁ›DÑ¢Z','êÍ†EèØÌ\Z<¬]um}qP®(š¶æ6pcªÚò','',0,'?'),('\n-h\0—;–i_=Ž¥šÐýŒ','wp-content/plugins/jetpack/languages/json/jetpack-ary-1bac79e646a8bf4081a5011ab72d5807.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','í~Böz>ÏÃm•pÕ^X„A','×:9[¡~\n%dO¤#A\'Çö4(U[‚0ÉU/','',0,'?'),('T:ƒ22ÑR‡s„7™$','wp-content/plugins/jetpack/languages/json/jetpack-az-1bac79e646a8bf4081a5011ab72d5807.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W‡Á‚öìGŒÔqS\"9','“¥Ra²zÊ•n‚vHî†äu3ñFÖg=ã<r^ã2!%','',0,'?'),('‘Â«mù;ÜÖp¥ÈÊT³','wp-content/plugins/jetpack/languages/json/jetpack-bg_BG-1bac79e646a8bf4081a5011ab72d5807.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','º0]tÏÿÆ›^L€[€È£','ðÓ0ziûM)ih¯¹ž©¸äHù“÷Ã ãR.’ñÐø','',0,'?'),('Yí1fX/Z‰\"4èö ì(§','wp-content/plugins/jetpack/languages/json/jetpack-bs_BA-1bac79e646a8bf4081a5011ab72d5807.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ë2÷ršKËMàÿîdCu','Æí¤üžsøˆvàÖPºqÉl¿W0A2œb\0ª>	Ï„','',0,'?'),('³¬v‹¬Ÿäùm|Óév','wp-content/plugins/jetpack/languages/json/jetpack-ca-1bac79e646a8bf4081a5011ab72d5807.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','³XsJâä?“u[£€Õ','fIñNã’ìoÚ’~ŸWÅKîÞŽ.Q¯¾•žckN','',0,'?'),('øÅ:æƒ¤–2ªèÆRõ','wp-content/plugins/jetpack/languages/json/jetpack-ckb-1bac79e646a8bf4081a5011ab72d5807.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','éfÎÌ¢éËjëS´-ØZ','ÿøéPT°pXô•mÆ`áÂc–þf¦km’·\r#','',0,'?'),('ï¤œZ=Õ»gi·\'+§','wp-content/plugins/jetpack/languages/json/jetpack-cs_CZ-1bac79e646a8bf4081a5011ab72d5807.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<ü™=qÞt+ÐM‚=rA','×ÓßÄŠ3WHW8®•‰©aLˆ›Qî¦h“.ÓÛÇ','',0,'?'),('ûGœÓ¨¯mè“ ¶µÕÍˆ','wp-content/plugins/jetpack/languages/json/jetpack-cy-1bac79e646a8bf4081a5011ab72d5807.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Tx¶L&+ï—mäEGÃ\'·','/Ââ—Ó¥VÂÿÀCßÇq¿¸TËëÂÍ=åqBsà','',0,'?'),('NGk¼Ð oÉ\n¾Öá>Ô¢','wp-content/plugins/jetpack/languages/json/jetpack-da_DK-1bac79e646a8bf4081a5011ab72d5807.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','®^Áê÷\"lëðv\"º³Q€','{Wfò*Øyê.ßÃØæX»óŒŽœ?)ÐôUuËjÈMt','',0,'?'),('5úÓ5æF‹ÅÜû&Ÿ','wp-content/plugins/jetpack/languages/json/jetpack-de_DE-1bac79e646a8bf4081a5011ab72d5807.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|ñ;˜ˆ~Éz˜)³)Á„Áz','\\¢á\r‚~ªä©FÄVml—(Å`¨Û\r*èÅ^º™P÷','',0,'?'),('	È®¥¬h91ý|Y@,Ì','wp-content/plugins/jetpack/languages/json/jetpack-de_DE_formal-1bac79e646a8bf4081a5011ab72d5807.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','èOq2	þ‰–ïÁm=@','w|“%X[Ï“XþÚL§#¸{z82\0b;ÙÈ.4X[À','',0,'?'),(' —1)/9Üø°±6SCT','wp-content/plugins/jetpack/languages/json/jetpack-el-1bac79e646a8bf4081a5011ab72d5807.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','û-I´÷Af‰#ÈìðÁÄ˜',':ž•ØLh¯UºöK\r*\r[Q@„E±bO~','',0,'?'),('ÎÔÞ½1ÃìüüMiùí*Ï','wp-content/plugins/jetpack/languages/json/jetpack-en_AU-1bac79e646a8bf4081a5011ab72d5807.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']^ ÿ£½ù`’¬µ­…(e–','‡d/€ŠIŒö?ì%OƒùIþB“çÔ]e„õ²ÔšU','',0,'?'),('ÈTóÑ7°\\`¦·7µ[','wp-content/plugins/jetpack/languages/json/jetpack-en_CA-1bac79e646a8bf4081a5011ab72d5807.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÉÎ`Ñí³\0»ºòÈ’o@¿','Î¥Í4¨-RŸ™V8”…]˜9šZÃ=ò‹r9»·ó;„Z','',0,'?'),('®éEƒ!¿¦5g¸c@vJ','wp-content/plugins/jetpack/languages/json/jetpack-en_GB-1bac79e646a8bf4081a5011ab72d5807.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ú–X¸‚\rïfšÅOs9Zpð','N›\ZêOÓx.·W o-9)\"è·je¹soy','',0,'?'),('Ó9›°@å7rÅÎ}¥ó¥–¡','wp-content/plugins/jetpack/languages/json/jetpack-en_NZ-1bac79e646a8bf4081a5011ab72d5807.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']ƒ¯¶&Í)ÿŽÏø!','Ÿ“3À^J‘¿Å£ŸÅý\ZÓö‡ÊÉ2†{L®£s«óÑ1','',0,'?'),('óXS=,+ê-+¦î)òöÿ','wp-content/plugins/jetpack/languages/json/jetpack-en_ZA-1bac79e646a8bf4081a5011ab72d5807.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','aÉÎ¯œ—úR“0›Ð','ñ;\":ÌPò!»$¿µë]àéD‚~ËL\nqó³¥Èã','',0,'?'),('j6šd°ËÌÈ.×UR¤™w','wp-content/plugins/jetpack/languages/json/jetpack-eo-1bac79e646a8bf4081a5011ab72d5807.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','½øž4SÔÊ›< âT','›¦æ-‡)§Íät+üb¸29jz¦³~!) ƒ|‚ýaÌ','',0,'?'),('‘y5“í€o\0gàÒ7','wp-content/plugins/jetpack/languages/json/jetpack-es_AR-1bac79e646a8bf4081a5011ab72d5807.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¸ücã »:m?C‰Sû+ƒ','aªT*” Ã±H¸‚Æ¦øÄª#ÔI2§œGÞŒ…º','',0,'?'),('Ùë“ûç\n–˜Œ„[j©','wp-content/plugins/jetpack/languages/json/jetpack-es_CL-1bac79e646a8bf4081a5011ab72d5807.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','éø–«ôÔtÓÔT·Gòe','…0>ÉU ORÇØÄº®´&>çÉßdþ¢S\"øµ¢ã_','',0,'?'),('ZÞ«6âÄÞþÿ7¸nY¿','wp-content/plugins/jetpack/languages/json/jetpack-es_CR-1bac79e646a8bf4081a5011ab72d5807.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','²‰ÿ=b6¶Ý@)üÒD¦·œ','…\"küJ\rq›>o[Jž¶\rZM°ÀƒÄýM¬„võÊã','',0,'?'),('FgºU&\r‘î8ˆÏX|¶Y','wp-content/plugins/jetpack/languages/json/jetpack-es_ES-1bac79e646a8bf4081a5011ab72d5807.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','žOÊbÜ¯§Ùï‡µïw`Ö','Q°æ~kÏÚ‰^”ñš·—pÃÄ@n8°­R½{ñs§²','',0,'?'),('X;R€ö½ˆHWMe¯§Ä\\É','wp-content/plugins/jetpack/languages/json/jetpack-es_MX-1bac79e646a8bf4081a5011ab72d5807.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ºÁ-5V{U³ÎPsq³*é','	’Ùµñ÷êÿÆ=HÉ(©5iŠ©_—UÓ”ü¬Ðò','',0,'?'),('R6žÕÊhÿ;œî:¿Œ','wp-content/plugins/jetpack/languages/json/jetpack-es_PE-1bac79e646a8bf4081a5011ab72d5807.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Cƒüæ¬ö§E\'*ì£¥','iÇ%\rìiC0HQÊïÉž_E£tÁæDÖ¼÷r–S','',0,'?'),('S[mw@ÈEâLT','wp-content/plugins/jetpack/languages/json/jetpack-es_VE-1bac79e646a8bf4081a5011ab72d5807.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b¡ŒÍ$Ór€\\ºb','ïiýƒ@aÁ÷\'ÞÓV¬çfYF¡H*j¨ml6£\\','',0,'?'),('§Øß†÷ÝÖ²”ÉUyä','wp-content/plugins/jetpack/languages/json/jetpack-fa_IR-1bac79e646a8bf4081a5011ab72d5807.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','†2\rêÀìÂÇìãQ¼T¢','§¦çŒô^YÆ“P0¨nÍWT…%¥I97GÊPWDÄ','',0,'?'),('$ûôÔ Â˜DyáÉå¢\\N','wp-content/plugins/jetpack/languages/json/jetpack-fi-1bac79e646a8bf4081a5011ab72d5807.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~i‹Ž°•L	YIÓT­','+*“Øç<ŠžôTÕY´Á#´TBõ5å³æá\0','',0,'?'),('Rí[ÍÏ@V¹GÝ;’Ä4`','wp-content/plugins/jetpack/languages/json/jetpack-fr_BE-1bac79e646a8bf4081a5011ab72d5807.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','OÕ·\\¾»l¨Ÿjãw«','øûrxÂXÒ «p:HC@äß<	ÔíÖYÞ{¿Ð','',0,'?'),('£Þw]IK[çÜÉŒ\ZJ','wp-content/plugins/jetpack/languages/json/jetpack-fr_CA-1bac79e646a8bf4081a5011ab72d5807.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ë2´Ü‘QH™Sa>ž™ƒ','žƒ\\ûBÝãì.gEÂ\rÖahŒÏÇY£Brí5X','',0,'?'),(']#Àãˆ\"½×£è™Û&','wp-content/plugins/jetpack/languages/json/jetpack-fr_FR-1bac79e646a8bf4081a5011ab72d5807.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1[bT¯JâÖ^èeò¼ËœØ','ÿsÍ˜5ª :ÎõQ„ÿv…ÖòÛøg§SÛC¼¹¦`³‹','',0,'?'),('µˆÂR¿¹’\\ÿz–YÜ„','wp-content/plugins/jetpack/languages/json/jetpack-gd-1bac79e646a8bf4081a5011ab72d5807.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2«Næ\\‹o»q_ rQ	L','ªœ{c¾UócÉÑ¼7‡ªF«Â£K°s\'ãù¥š#','',0,'?'),('‚äÞVlk€4ÑËâàxë','wp-content/plugins/jetpack/languages/json/jetpack-gl_ES-1bac79e646a8bf4081a5011ab72d5807.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','WŠ¨ãIÓZ½V‹þ™Eyìb','UQyI½Þh£p¯épLÓ^+ÍÓS¤Úi/Ÿê.§¿t•','',0,'?'),('aÓÕ@Æ/×L™d›4=U','wp-content/plugins/jetpack/languages/json/jetpack-he_IL-1bac79e646a8bf4081a5011ab72d5807.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2Ö\"ùŸíø¨Ñ¬>·çS','™ÒþØ{QÐJ”ï°S\'¼äóZ‡éØ¹ÓX»\ZsV™pºä£','',0,'?'),('ô¨û\rÙY<>ýÙ)c7\rË´','wp-content/plugins/jetpack/languages/json/jetpack-hr-1bac79e646a8bf4081a5011ab72d5807.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ëJÃ^‘Â<&t•¿^PºžÈ','À¶BOi†Õ´(\Z+ Ø€‚Eã,åZ9¬„@æ¾\"õ´','',0,'?'),('sèÇû4|³!(=ýÚþ}Z','wp-content/plugins/jetpack/languages/json/jetpack-hu_HU-1bac79e646a8bf4081a5011ab72d5807.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h§‹2iMY^}ê½/Õ¿','p$Îº¤ÝmIp¢Öà!Ø@gjvHùe*×Ü©åFÅ','',0,'?'),('2…¤1¡(«ƒwÓÉ]ð','wp-content/plugins/jetpack/languages/json/jetpack-id_ID-1bac79e646a8bf4081a5011ab72d5807.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÈugGÔpsâÀ†d•f','€ïWt¼éú	lüÞäÒ¸§¼ßoðæy‚Ã¡{Á£Ý)Ô+','',0,'?'),('z6ˆ¸¶ú…p.ÔæI¾É','wp-content/plugins/jetpack/languages/json/jetpack-is_IS-1bac79e646a8bf4081a5011ab72d5807.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2Cùþh|¬cF°ô§è','¸Xlmâ[×þ±m`ñIã©ù	‡ØG(bT»Àhš‘ ','',0,'?'),('QV¶û—ŽšmZkKwT','wp-content/plugins/jetpack/languages/json/jetpack-it_IT-1bac79e646a8bf4081a5011ab72d5807.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','yùñçÆ°†<YE£½SÙ','UOasïÑË–sZŠÙÿé–ÔÝïõÒSÊÌFõÎ×yÙ','',0,'?'),('ErßìK2:W©(É÷}`','wp-content/plugins/jetpack/languages/json/jetpack-ja-1bac79e646a8bf4081a5011ab72d5807.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','œ@”€­Gä8Ñ€¦k‘','¥Ñ:Æ[pî°h;ÓJzˆ~}¶¿q/ñ¾®\'›°','',0,'?'),('	‚ÝÚpÓÌ;ï;ñEu…Ï','wp-content/plugins/jetpack/languages/json/jetpack-ka_GE-1bac79e646a8bf4081a5011ab72d5807.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9©Qòz…ò0‡ÅDrÁ­','áA[³Ñ\rŒmÀAg•¦n‘;…¬”Úó¦ÚòÿµÞ','',0,'?'),('’—ó	Žè4Óí\0§','wp-content/plugins/jetpack/languages/json/jetpack-ko_KR-1bac79e646a8bf4081a5011ab72d5807.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','vœ˜wÀ­À\08YJ©‘­«','wÎ®cežd¹žù)kÅÅ­§+rÎ×\r,JÔû$’œØ','',0,'?'),('ãX­×­¾bG\0˜™','wp-content/plugins/jetpack/languages/json/jetpack-lt_LT-1bac79e646a8bf4081a5011ab72d5807.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ùm¼UX~J×¥e×;ØŒ','x›.[*Ží±q4ÿKæàÓë~Æ	Z„Iî‰óu\0y','',0,'?'),('Ï÷Tg÷µä\rÆKPZ','wp-content/plugins/jetpack/languages/json/jetpack-lv-1bac79e646a8bf4081a5011ab72d5807.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‰ZÇá>[f*ô H1†','ÒIIA³òF¯>Å¹\Z9üáßqÀg$µ6êÁ°bM9E¿','',0,'?'),('uº¦êÔ²‘*Êùeñ','wp-content/plugins/jetpack/languages/json/jetpack-mk_MK-1bac79e646a8bf4081a5011ab72d5807.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','MéÇðE^xo…ÿ¤ðß','t»ä7½SÜÒ_ôvh†SNŽ¢jµyaŽ.÷æ¯','',0,'?'),('ìËÓþ†ÉÀ–{\ZÉ[Ù›','wp-content/plugins/jetpack/languages/json/jetpack-ms_MY-1bac79e646a8bf4081a5011ab72d5807.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','þÛ¨”‚2,½öC','®2¯î™òöf¡\ZŠx;Œ#B~ ¢\'‹0{L>AÅv8\"','',0,'?'),('í#ÒÑÖ+\\­H$šk¤¸','wp-content/plugins/jetpack/languages/json/jetpack-my_MM-1bac79e646a8bf4081a5011ab72d5807.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ìöï¼l=û5õC‚p$','6gðÛE:ÿ(¡a_ íz¶Wë¶Ê4n¡ßWË)œ)vÈs4','',0,'?'),('+Ýþvž‹ˆ)z¸‡Ã','wp-content/plugins/jetpack/languages/json/jetpack-nb_NO-1bac79e646a8bf4081a5011ab72d5807.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ú>å¿Ü·²\r«úß¹Ñå','æ¢®££.!”ËI×,Íi9Ág½ V%,¡®ÖS','',0,'?'),('DäZ„«ÔF¢_Læh)qH','wp-content/plugins/jetpack/languages/json/jetpack-nl_NL-1bac79e646a8bf4081a5011ab72d5807.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','–>¼¦€Lœ~kûøÂ¯k','À~ŽP?™nýo/Àq¾è\Z-„Œ[j†&!îìm;ßÚ;','',0,'?'),('py°	£DiŒ ¯dàÌ','wp-content/plugins/jetpack/languages/json/jetpack-nl_NL_formal-1bac79e646a8bf4081a5011ab72d5807.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Nyadg‘ÂV6â‡9','ƒ £Nã2ÌF˜85ÄÎ°GôÙ¹`â‘­DOÄ|×¼]','',0,'?'),(';³¾Ñ±ôtËÙjñk!j','wp-content/plugins/jetpack/languages/json/jetpack-nn_NO-1bac79e646a8bf4081a5011ab72d5807.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P\"¢|Ü~ÄF<sàáIè[®','™FÀ–E×º2!¶è^tH$„¦‰<õ­EÏA÷røåÉÁ·','',0,'?'),('å@ú½©tÜHö²ßG&Ø','wp-content/plugins/jetpack/languages/json/jetpack-pl_PL-1bac79e646a8bf4081a5011ab72d5807.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÙWU¥ùg?Ÿ´Zêœå','–¦Uæë=«‡ ¼ RS¸Üd\Z>zwçÚEXE¹¨\'','',0,'?'),('âÝØ?™‚°ÔæØPþÒÛ','wp-content/plugins/jetpack/languages/json/jetpack-pt-ao-1bac79e646a8bf4081a5011ab72d5807.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4?¸\r]ã3I†Æ]æ~%','žoÿëR®xÃX¢#j÷\"{5¯›àuÏz½ëÏ¬÷×','',0,'?'),('6áålS9ï÷5|/!½¹z','wp-content/plugins/jetpack/languages/json/jetpack-pt_BR-1bac79e646a8bf4081a5011ab72d5807.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}ôK¨\ZTôk|\Z¾l]èã¢','~AWjœacOˆýp÷N&\0qñßO¹W\"¿…†ñ…÷','',0,'?'),('áÌŸ+pŸŽNÝa&Áš','wp-content/plugins/jetpack/languages/json/jetpack-pt_PT-1bac79e646a8bf4081a5011ab72d5807.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‰\\Ú3¬iNºãf-¤¥Ùt','ñ/-½Å ÉúšŒ k¡À¨nÁÓ5£ŒgäÏ†¥æ)Fï','',0,'?'),('	[@\Z¬íƒèÁnÉft','wp-content/plugins/jetpack/languages/json/jetpack-ro_RO-1bac79e646a8bf4081a5011ab72d5807.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ë4Ñ‡:ow:»Š','‘çÔ‹2D…÷V¡F\Zñ±n\0;öŠør«¸ŸJ£è','',0,'?'),('ú0îõ7\rå\"<ZÔÔ»u','wp-content/plugins/jetpack/languages/json/jetpack-ru_RU-1bac79e646a8bf4081a5011ab72d5807.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‚¨§B–ÙçF¬ÎÓóþ',' zŠÕ‹ëQ®O]É/ þ±ZQí¼€¯‰ Œ€:','',0,'?'),('qá™:RŠ—ú©$ÏQOÖq','wp-content/plugins/jetpack/languages/json/jetpack-sa_IN-1bac79e646a8bf4081a5011ab72d5807.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_ø]°+¬œ¨¥^k½ß','ùy3ˆÙó|á½2‰è÷@Î<ÜÂf>l;¤š¥>³ÞF','',0,'?'),('	Ô7=?êTØÂˆaîÂ,','wp-content/plugins/jetpack/languages/json/jetpack-si_LK-1bac79e646a8bf4081a5011ab72d5807.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d,õÎmƒôc¥ë€ÕF','Åi‘h‘>hì“ñQâ¸žº¦œ½Ú•OIM„’\0èC\"','',0,'?'),('NÓÒAz~!É³–¾dëC¸','wp-content/plugins/jetpack/languages/json/jetpack-sk_SK-1bac79e646a8bf4081a5011ab72d5807.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ø. ÚâÆ³½qwB·ìû¶;','öV¨1 ¡Ò“(IP¤ VŽÄew§ô|÷š¼t®†Š‹¸','',0,'?'),('[Ë³Œ¢ï\Zâ$¬þªÒ','wp-content/plugins/jetpack/languages/json/jetpack-sl_SI-1bac79e646a8bf4081a5011ab72d5807.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')›F©]Ãa¦ç>Œ»·‘','ÕØcÉJ\Zâs˜Â­¾zÓ„eq>Ž”lÅ\Z³ò Œø-','',0,'?'),('X­ b¤üÖ—˜CÂ!Ö\'µÛ','wp-content/plugins/jetpack/languages/json/jetpack-sq-1bac79e646a8bf4081a5011ab72d5807.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':{Œ¼É1\'\'ÄUÜ*È','D¾ûPýx¬Ü¦Ñþ×T½—ø¹å–Bf¥tÏd\":Ák ','',0,'?'),('k§¹^ZÖÂ­4o}¼žîÈ','wp-content/plugins/jetpack/languages/json/jetpack-sr_RS-1bac79e646a8bf4081a5011ab72d5807.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	ùÀ‹¨°ˆwF?','‹‹œö>0P|dò€áÓ+‡ 9‰“rS/Ç2CÍ‰','',0,'?'),('‡ë*@³à·ð˜åÚ%é','wp-content/plugins/jetpack/languages/json/jetpack-sv_SE-1bac79e646a8bf4081a5011ab72d5807.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','FíQÆCq›“Ë ùÅ','¾áÔÇ–¤*]½Ä·ÖÃ`Ín\0àÐöN€‰Çoƒf','',0,'?'),('ˆ†¦%r¾Wã—ØÒ¤mÀ','wp-content/plugins/jetpack/languages/json/jetpack-te-1bac79e646a8bf4081a5011ab72d5807.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÏQ%ƒ»£ou^~›ÚB¯','«RÙP~lô+6›ã¨S8dÅYü	ãÞMn§mm–','',0,'?'),('æeÍq=í\'m××Þ©›[º','wp-content/plugins/jetpack/languages/json/jetpack-th-1bac79e646a8bf4081a5011ab72d5807.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Þ‘°È—£…-ŠN	>g6O&','/—ó9™ZÖR®ßó†°8wÀÝoÁ±ÁI5½¢yÂë]','',0,'?'),('…º%7D¾»ážÀBM·','wp-content/plugins/jetpack/languages/json/jetpack-tr_TR-1bac79e646a8bf4081a5011ab72d5807.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','³8!CtûìF…‡áe','ý$N$ÃdVËdiG£F5(»øÊ/åíör}‰leiÐ%/','',0,'?'),('ÈÞ:wÖnE.56çœ¬','wp-content/plugins/jetpack/languages/json/jetpack-uk-1bac79e646a8bf4081a5011ab72d5807.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','÷&PŒ;ŠUZhH	GïM6','T¸\n{Vûaì„°ª~Ï½Ê¼\n„Û.-ç0g‘ëñÌoHü','',0,'?'),('©ö	m\Z=Ò†üÚp\\»ë','wp-content/plugins/jetpack/languages/json/jetpack-ur-1bac79e646a8bf4081a5011ab72d5807.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8Î`Ÿ7j^©øH/¢ÞÃ®‰','“L„B\r;@kžQÏ:ñ(u8729;í´ø\"†t2','',0,'?'),('Ì¨<’H“:µ+Üç_èßž','wp-content/plugins/jetpack/languages/json/jetpack-vi-1bac79e646a8bf4081a5011ab72d5807.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','´¡Õô4%V|Oí¸q}¢Í','^x,äXiÎÂ/œ[a­ß„_øë^:Ø¶äÚï\\ún','',0,'?'),('¤;”™ô_r@œCŠ¾¦ln','wp-content/plugins/jetpack/languages/json/jetpack-zh_CN-1bac79e646a8bf4081a5011ab72d5807.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','î„lùú^Çš‹æ8]7+i','¤¥ZsäFsœ#3‚ù˜ßmOžÛÊÊôÕ–^[óÎ','',0,'?'),(')º$‡Ž×j¥ˆ©‰Ô9','wp-content/plugins/jetpack/languages/json/jetpack-zh_HK-1bac79e646a8bf4081a5011ab72d5807.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',’ù«:FÆe(Ö—','xµø4ç¾©ê€Ýß69(.&ðNñ7|¸ïÍ	H3L','',0,'?'),('çðø¦²¹êÈ>|;é®Ï*','wp-content/plugins/jetpack/languages/json/jetpack-zh_TW-1bac79e646a8bf4081a5011ab72d5807.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{Ž¬å6²éà^r{†§','^Bz®­x²®€_íñ~â(ß#¼?žÃRÊ½1º\\©†\Z','',0,'?'),('£ak&Å*í€¿¹x)','wp-content/plugins/jetpack/languages/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P-_Ìí,fÜam\"T','[h‡ÌtBL°€&¡ñ|æ¹Ú±.Ž©òjo@Ž-ˆ;','',0,'?'),('ù0—!Z	€z.²Œ(iK','wp-content/plugins/jetpack/load-jetpack.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÖÙÚ=qlO§6­à','ËáÏ6Ïh6\ZÚ¥®\\Ä4à¼lèU•kM½Qo¨`Ù„','',0,'?'),('ÕÍ8È$AžG~*äÆošš','wp-content/plugins/jetpack/locales.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ò®	T xOíñ¨5‚Ð¤|','žd½¸.q½ênïçôÃ¸ØÊ×ém’½½rgâˆ','',0,'?'),('~„zqg×—¼d¡ñeS¡','wp-content/plugins/jetpack/modules/.eslintrc.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ynPjº*4‹p5=vfþ','ïN±)Z“pþHYºpQø?½e\\“ª!>ZìÕ/¢™Ô','',0,'?'),('¡Aw™3ë×ÒåoË!Õ','wp-content/plugins/jetpack/modules/after-the-deadline.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ž@µ¾§ŸÎùµ}‚.óP','‰ÐPØ9ƒSdˆ[Aû%w”²f«=À•¼l•','',0,'?'),('E2ÞBßÓ·\'Å½£ØÉyøÜ','wp-content/plugins/jetpack/modules/calypsoify/README.md',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ãh¼‘ÁÛw|âp_\">','\"3ºÝä–)}ÒA<‘;Pñ»\'Pe¥êö‘Èlá]<','',0,'?'),('Àz¹ËÝà¥ T\0×äUyˆ','wp-content/plugins/jetpack/modules/calypsoify/class.jetpack-calypsoify.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','èü¸Ô&‹¢!9¨9\rÜ5','±Åò´›§sñÎg>eºº™€J‰\'\"øKé„½°êL','',0,'?'),('R¦n±¶cœ,õrÃxH8×•','wp-content/plugins/jetpack/modules/calypsoify/gutenberg-styles/button.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ä©âáÝ4mWÅ‰>s47Ê','”åbÈgt.±ƒ_Fáô¢´OÓ(ÃEk\\®m.','',0,'?'),('ÜQ¤8~³VÑmÕú%þ ','wp-content/plugins/jetpack/modules/calypsoify/mods-gutenberg.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ò@­ë÷–\"bÉ=ôAÖ','“Ì×Îk4d1O–½z#ðLšŒlq§p;Êh’©Tþ	','',0,'?'),('`n°¥6Vû’¸_5aªI','wp-content/plugins/jetpack/modules/calypsoify/mods.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ž¤þ3˜yC7²Bøýf','‰ŽG~Ófr-¥½/\\œ/@¯¡Íä-EDÅîá84ÆÔ','',0,'?'),('é~ÉÁŒ\rAVOv7®æúÀ','wp-content/plugins/jetpack/modules/calypsoify/style-gutenberg-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','üÉôMõ]á”3³mzÛü²>','ë<\nU ¦åÔÂŒ`mþX¥xä»9€|2Ùñ\räžŸE','',0,'?'),('o@ýuªÛ/¿j~¥À©0D','wp-content/plugins/jetpack/modules/calypsoify/style-gutenberg.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I[XRM1¿¹^»þ{Ãc','°¤Åèö ÿrPøXŒ=)ï¦&Üà¨ýmrC®NŒ','',0,'?'),('Ê¼Gí·¦erÕ:iâ1','wp-content/plugins/jetpack/modules/calypsoify/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1{j»ˆ‚²÷ZèÛ¶¨yl','ª]Þ¦:8ÿ\'¢3ˆdõœ\\z‚SÄøŠ~uÂŒÄCÜ','',0,'?'),('vKÿ\0³yNŠ*ÝBGüN¢','wp-content/plugins/jetpack/modules/calypsoify/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¨qˆÛgÇ½¹îõ\r»¶','“ZÁf·Æ”M2C¥ãdlíA1Aš¸°¢^	?±øS<','',0,'?'),('Ü^ÅÖµ3²Ô@ë\0áéÚ','wp-content/plugins/jetpack/modules/carousel/images/arrows-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ðÛ¸À4	·Èßâ’œ(]Ã+','´š0¦|2Ÿ)5®×ÿEþùŠü~Õ¢,¬Ó}9\'(È°N','',0,'?'),('UË‘\"‘ñ)Á4Ûq£¯ög','wp-content/plugins/jetpack/modules/carousel/images/arrows.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','vg?5D•¯i	—í™','µ¸[843†\rQÔ=Ž\'Œóâ}+8dBÝ8OIu®','',0,'?'),('œéôŸ,>úƒAè?cÞ…','wp-content/plugins/jetpack/modules/carousel/images/carousel-likereblog-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~S¯æ#+1ãCqÝ§btË','©oÿ›ÛÎ?cS £¹(’õ)Š\'j¨JHJ\"N¹òÈ','',0,'?'),('mÑ‘¦æ—÷:¨Lÿ‹=','wp-content/plugins/jetpack/modules/carousel/images/carousel-likereblog.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÆfÝ„WOD–¯è7UÒˆ×','Ð¹cS+Ú”÷’‹=¿ÍAà:Á‘[‚u¹€±\0ªí','',0,'?'),(' Õ‚ ÞqºI÷±','wp-content/plugins/jetpack/modules/carousel/images/carousel-link-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‚AÅ2#†ûÑÅB?\"ÎÌIH','ÎtÓR/+‘ƒ³Ÿ€¡ý¶úü¹­²®ÅvqQÇE¥t','',0,'?'),('¯hñù‹÷l\'X5Ú¾àû','wp-content/plugins/jetpack/modules/carousel/images/carousel-link.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&h‚/DPÌ.´¤È¢-','ê¥±³	)\"Ô=dÄkë³êm«(-6ªŸÚ$B.|m','',0,'?'),('|\rOH¯óŠåö¨¾)­8B5','wp-content/plugins/jetpack/modules/carousel/images/carousel-sprite-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¯uR´¾÷åÏîÞÂ	„','°“Íƒ¢é7]\0j¤+¯Åa¯%4sð{f2?”œ,','',0,'?'),('ˆ<“	C¤;·F@Ûßrz','wp-content/plugins/jetpack/modules/carousel/images/carousel-sprite.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','“]³\r>ìîñ/¹¤»†½Ò','M+vÙž¼q•ãŸˆï^ó˜€Dø%n\"-F¥>ëÍ“','',0,'?'),('J$ÑöçGèAáõ(…á','wp-content/plugins/jetpack/modules/carousel/jetpack-carousel-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','õµ®™æ›Ýé‹íáã[±·>','³8Á÷«“«®/J{5õ|¿¹ýWèËã$–›¯)¢','',0,'?'),('d¸¬ƒ@šõÔÉñ\\v$','wp-content/plugins/jetpack/modules/carousel/jetpack-carousel.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S kºBø“XMõi','ŽÝ ÷	H	j…â×ŽÏÂŒQZüû¾ïçTÖ½õ\"*','',0,'?'),('{‡§v¼Îrd÷~?‘åW<','wp-content/plugins/jetpack/modules/carousel/jetpack-carousel.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','°„wþÖ\rc	Ôp9a9yÙ','K²GºU[\rvÀÒ4žÔSËþ5,\'Âóo7âo‚–ßf','',0,'?'),('ã¯ë\n™$?9^¸W’Ì½t­','wp-content/plugins/jetpack/modules/carousel/jetpack-carousel.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Edl÷jqfÀý•.Ê›·','å.1ZûÌ»UÛ‚@ÕÐÐ·f2EÎƒHûqÐ¬²ïŠ','',0,'?'),('¾oç¹­…+ç©Lùò²–,','wp-content/plugins/jetpack/modules/carousel/rtl/jetpack-carousel-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','²èQ®™Ü?5‰M•Iû$','g±)©ŒŽa_Óí\Z:ÁDºu,¼áÌÈ–Ï—™=ÚSe0','',0,'?'),('w’Qð»-tù½?`ÈI›','wp-content/plugins/jetpack/modules/carousel.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','OJ±ú7þŽ¹\ZÊeª~°','ÁÍê¹‰¤ƒ„¦ÕšIñi§S¬º‰Š<×Ï\'`‰','',0,'?'),('W_Ôõ¾w*ÀÿÚGPƒ‹{\'','wp-content/plugins/jetpack/modules/comment-likes/admin-style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ê.,å±£Âþ9<‰\\ç','!¼Ö3èY}öûxMÙŽï–}Xß¯°ƒž\"S[ÝñgÑ','',0,'?'),('ÍÁW\nÓéª”¼•\"àþö','wp-content/plugins/jetpack/modules/comment-likes/comment-like-count.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Zùn[y%l¹Ç#€ˆB','óæa;„…p9û¸\"`q³%0ö;ÔÁ±•­‹I×\rvž','',0,'?'),('_’MÀÎE+B,]˜¢S­	','wp-content/plugins/jetpack/modules/comment-likes.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','«\ZûJ0Ëñ•\'L€úÿ(','šmß¿&;è»Ü•dÔI^Ø| fh”ßÊ¿«>ê7Wæ','',0,'?'),('¨oˆêÎþ‘yd\r5Èê','wp-content/plugins/jetpack/modules/comments/admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N\n«nŒoyG¢f(·ßÕ-','el+6Â]¥¶{€]ÇÈõ[5aæHðÎ8','',0,'?'),('ª¼ô¸Àù%¾uH)d±àu','wp-content/plugins/jetpack/modules/comments/base.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','FUú¢Tq\\Ë«Š“{^','1Ñja¸ÌÑbsßÒì^‘ó™*s4¬S¹€)BbÂ','',0,'?'),('HTèêþÛº¿ˆh.Úšn¸õ','wp-content/plugins/jetpack/modules/comments/comments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-#¬B=‹ŠÁˆúg~QÉK','ú¼¸ªO””ŠKa	o—?_ˆàÄ$WÝ*A‹ü\'Q¸’5`','',0,'?'),('`›ÇëŠÅÀ ¿Ç6aû«','wp-content/plugins/jetpack/modules/comments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','…ÛsEØcŠÓ[@’/Í§','p´¢Åæ¤wn‰#ô¯¤à#’}JWþghå¯Íó3-r','',0,'?'),('¥ù=ßÔÌ¤ëQž¹==ó','wp-content/plugins/jetpack/modules/contact-form/admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Òðq)n½1¡Kajš*ÿ','°{Ì®-QÈ!üãÇFŒ8(Ï\'\"ürgBYE©K:½S','',0,'?'),('œÛVIc5V˜9«Z4± ','wp-content/plugins/jetpack/modules/contact-form/class-grunion-contact-form-endpoint.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Š8QŒ‚ßÉ)6ò\\','÷a‘ß”1ª¿c¸óÁÐZvýevž™ÆX·`œøº†p','',0,'?'),('5½Q]cÈ-,é4Üt7ç','wp-content/plugins/jetpack/modules/contact-form/css/editor-inline-editing-style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','aµÛ¬/Ó]•nNZ^žY¦','ý‘f+4š!Ã”›Øî<°Ÿ/2Ö¡ã|¨Ù&æm.•ñ]','',0,'?'),('¶1\r63–cÁ¬Ôí^p¿_','wp-content/plugins/jetpack/modules/contact-form/css/editor-inline-editing-style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‰Ó¥.ÐnîŽF…jõ*E’€','1ogRƒ¤k£Uø‡S›ùfœ×`Ñ‘±ÒFN± ²çÜ','',0,'?'),('ÌÖ‡d?íÖ·ÑºÍcŒ<\Z','wp-content/plugins/jetpack/modules/contact-form/css/editor-inline-editing-style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V;b=¹Þ¨:Ù×&Ì«Q','«F°âÏÔ6ìÉO{˜ã¤£3VCWý# ÖÒƒãäì0','',0,'?'),('æÅ´J:W<üŠNà','wp-content/plugins/jetpack/modules/contact-form/css/editor-inline-editing-style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ðß`åƒöƒ+§2±	êßL','Œ‹”êópõ¡W7Ði³•XVIÙGíÖ\\},Ø¤Ó','',0,'?'),('Eû´ù[I¼¥IåûÌYôn','wp-content/plugins/jetpack/modules/contact-form/css/editor-style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+aî]¿dw§Ö}O¡8%','­W/´ŸhFÒéb°¹c(q?D7¸a‚GdK‡p—Œí','',0,'?'),('\r&p˜H-Á4ˆ¥ÔÄ','wp-content/plugins/jetpack/modules/contact-form/css/editor-style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ýãë,«DERŽ´&r','ÄçoÝ\r,Ço¥0Òñ³0±|På]p´ÃÆ§§ž9RÎû','',0,'?'),('k\"°/°K&`„¯j„6m—','wp-content/plugins/jetpack/modules/contact-form/css/editor-style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.ÄbYá¢ØRW“Å(','	tá<\ZÊúuÁ¯Í¯r5ÕIìxQÒù4WÜéräXt','',0,'?'),('E¢’§“Ä‚ö?ÓlµÏÆÏÇ','wp-content/plugins/jetpack/modules/contact-form/css/editor-style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ò\nqñ,ì%3Ÿ¥W«’/p','l¥ð<(y•ôŒs™¯ìFÌpjYß7‘x…s','',0,'?'),('”sÕ\\eUjNºcÙüâ','wp-content/plugins/jetpack/modules/contact-form/css/editor-ui-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÌºR§´~ºþœÍ¾S—í','ËwŽíÏ÷QÉDÇhÉ¤=Ú˜Âì’ôA~ÊÅ©¯üX@©®C','',0,'?'),('¹^t±Þ´ûfL\\\"‹”›','wp-content/plugins/jetpack/modules/contact-form/css/editor-ui-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','gÝÉGœûÌVÁ©ý©K—‚','¢Ç\\^\0¯Ãj°YFp]ömYËýíÄCiÁøñQ6ûxŽ','',0,'?'),('îÔª‹È¸ß$Œ]fg‰±Õ','wp-content/plugins/jetpack/modules/contact-form/css/editor-ui.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‰{b¥§\ný?ht‰\'a—Ð<','Â±¿´£bë™ØÊ~óÓa)ƒ«@‹7†xD±_Ý¨ã€','',0,'?'),('™W-ïAR\0²ñ\Z®¢·n¯X','wp-content/plugins/jetpack/modules/contact-form/css/editor-ui.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','£Éa˜Ü|f›ûcO|ƒ','\'Éw™æ¯ƒ\n>W7Xˆ«ÑcF¥³u*ÕîÇð_','',0,'?'),('Tk_¬}S™fQ=¬ÙÑ|','wp-content/plugins/jetpack/modules/contact-form/css/grunion-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>.ÂÜµVW[S$mÊKT','g—;cž·…q`s”*¼Ë¿àÂ P|«ôõ*&Lý(fè','',0,'?'),('¾]GGWãï$MQ¡0¹™','wp-content/plugins/jetpack/modules/contact-form/css/grunion.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','´y`w®àR5z;Cy[ ¯',';ea)3\"ŠÒ®ñØ\Z4z±húzTÞæãÔ3ºP=','',0,'?'),('€¨Û_ÁÊüÞ±Äh÷/Â','wp-content/plugins/jetpack/modules/contact-form/css/jquery-ui-datepicker.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÒÊUuê3÷æ½œvyûÇ','R€¼ÏVØ9Ëp+áš*3\r0AãßQeÀ±­ECñ','',0,'?'),('¾•ÜNþ£92ú|­Ó´ÇŒ|','wp-content/plugins/jetpack/modules/contact-form/grunion-contact-form.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','’[\0L)/õOb÷Í0æž','(t¤\"¤•QêÖVðÆ[T¨8 üHBŠÛÂÏÿ8,ö','',0,'?'),('Ýæú©[0@‰MŠxãÑÆ','wp-content/plugins/jetpack/modules/contact-form/grunion-editor-view.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':mz\ZÍ½àt}ú`HÚ','Í±]	¬\0õ¢¡¸Ü¬ÜÙits±c—P€j×7»€','',0,'?'),('ß	*¯üJÚ.ç­\'í	´v²','wp-content/plugins/jetpack/modules/contact-form/grunion-form-view.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Û‘FoþZË\n,¹¤Ò','ø¾8¼a¾¾[Qâj³¯4íÛ“ÿ›¾ülšlßB…Ç','',0,'?'),('Ôª>(¥ÎuˆÍ=|§ê','wp-content/plugins/jetpack/modules/contact-form/images/blank-screen-akismet.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','öxWò‘ŠÿRÔ–p\\_','rÅmûæ8yt­ ’Íµ6f>Î¯€‹ª8ø³¥Õ','',0,'?'),('Úëý\rÒÌžÃ„&\0XÔ/','wp-content/plugins/jetpack/modules/contact-form/images/blank-screen-button.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\R¯‰ýøü¿…ÒÛÚœÞ­','	[qßKJ÷è¯WtGNÞ¼Å¼¥TÔÿñF%Ö\'ÛË','',0,'?'),('c›gòÖàÐ6Û‹iÁ','wp-content/plugins/jetpack/modules/contact-form/images/grunion-form-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','sg…âfßˆ	Áiù	ña','=©l¥£Ô”­)¶†Ã(ûÎ>wh}êÜy˜ÙÌf','',0,'?'),('Wß’ôæî-P54-Õ ù','wp-content/plugins/jetpack/modules/contact-form/images/grunion-form.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\™aèÕä’—ùe­´(','»(›º°•»¬9Ù±”dõ5;ý	/¾CNÀQ†©/¶M','',0,'?'),('ÑZ%Ž+z=ÿÛÜ¼8ÞB¥','wp-content/plugins/jetpack/modules/contact-form/images/grunion-remove-field-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ä¬áõßí”P®$Ä$','ú—Q6Æ–³¿Îb«<EÛ ƒ©…×$ÔÚ hKCål','',0,'?'),('–Ÿ¹my5\r±ù1<Žû¨\r‹','wp-content/plugins/jetpack/modules/contact-form/images/grunion-remove-field-hover-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Õpv”lò£ïÐ: ®Êó','·íïÁç’Úù!ãBb!¼Šú^½úˆ\'åþMF$–>ˆ¬‡','',0,'?'),('cÎî9%H¶Êr­ÊZ}','wp-content/plugins/jetpack/modules/contact-form/images/grunion-remove-field-hover.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','KÛ0V¤5›Ö,›³šø3B','t©è.K‰\'\n-FÌª²GsÉ‹¹$ßö†yhnhŒ','',0,'?'),('¨²[ºþìÇ%`ð0Cˆîó','wp-content/plugins/jetpack/modules/contact-form/images/grunion-remove-field.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','çT…¯\0aÛ8âpæ¿D%','[Qœ÷¬¦ÍY¼”»àß}— þ\\/í‘t)†rÎDá','',0,'?'),('ò/ÓÅÁë\'µûæ½vlÂ','wp-content/plugins/jetpack/modules/contact-form/images/grunion-remove-option-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','™WU°Ûûí¾æŽ”å@aÄ','NÓ‹<éØÌÀ:ÂzÀãÂÜéù–ówšÎ@‚Õ','',0,'?'),('‚\\Æ~‹VŠ0ÓdúK','wp-content/plugins/jetpack/modules/contact-form/images/grunion-remove-option-hover-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ÿ;ra´ž0þ>¼¡ˆ·Õ\"','GÞ®Ô§®›Ÿ	¯a%ü‚7ÅpDÑüš¢@ØIÃœA','',0,'?'),('7ôÉÜuààVüŠ‹Qx','wp-content/plugins/jetpack/modules/contact-form/images/grunion-remove-option-hover.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ü,ôyx3éqjÅFèš{o',';ÚÊ€JV\0e†+XºÍ@ÎP?§G¡UÙÓ¼$µ¯Á','',0,'?'),('H\'±)±lŽ“Ú¼~¬©Õš','wp-content/plugins/jetpack/modules/contact-form/images/grunion-remove-option.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ý¾•s=þÌÏc½Ø­%Á','Äñ\Z«¢›rpÈ’1ïÌ¦-È@b¯*øY¯¼MÉÍOë­','',0,'?'),('¯Ó”©ªý˜[4€É#ß¢×','wp-content/plugins/jetpack/modules/contact-form/js/editor-view.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ê	ÂÀ‹,+Éóí°è+Z(Ì','Qâ³‰]Wû 4í4iv¾™Ÿ´Q5gI†êq±Ù','',0,'?'),('ò[$î êjÄ!.l‚Î\'º','wp-content/plugins/jetpack/modules/contact-form/js/grunion-admin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ê[J ö‡sR cs­','ewx\0G?J9³Ö#lÀ!þ9g“AÍ†:â@†Föce|','',0,'?'),('P³Ýäú“8Èê	CZ%w','wp-content/plugins/jetpack/modules/contact-form/js/grunion-frontend.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M:6¡Èjã={£úA¡','¥½VJ7.änŠ-ˆ\\³jÛI¾²©ô\\Ÿã+×²JŽŒ(','',0,'?'),('ñê²þÐD‰öÃ€ª¡úR','wp-content/plugins/jetpack/modules/contact-form/js/grunion.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','–Þ¡ýÆCƒ2$ö&7yr','b¼M‹9¨Èë½Íú2	—nÌT­óä1ãt\rÌä','',0,'?'),('¼jºÁ  ¯iðª>Ò','wp-content/plugins/jetpack/modules/contact-form/js/tinymce-plugin-form-button.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U–•¦LJ9üÛ£Œ’','ç\0e‰0!ØŒ[ZDÝµ\'×Yä;éþˆúÊ¦','',0,'?'),('A\nxAÌ³f[q?\\ù!å2','wp-content/plugins/jetpack/modules/contact-form.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ªB~øz#GÖ#yaŽ|Í',':F\né(Œ¢u`-ñZ™ù]BÞwµ!Óx½bÏž®\Z\n','',0,'?'),('±Jl;0Ž DË&¸ßÍè','wp-content/plugins/jetpack/modules/copy-post.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¤ƒ‰M>‚ÝF}i\Z‹K\"','Ñ–àÞÞqúÕÿÉƒ9—À]ðñQXç©ëZq¿Ç³–£','',0,'?'),('{ss³R¹kl1\r‘Ç&š','wp-content/plugins/jetpack/modules/custom-content-types.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','cüiº\'.’€èœ™KÏy','¹¿ƒ+Ž!Õ\rSczó\r¿\\j€ë\"ÕzŠmP¦SDáJ@','',0,'?'),('‚\n3É@Ó¸…ºÐÁç<$','wp-content/plugins/jetpack/modules/custom-css/csstidy/class.csstidy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¨H.­Ù(ö:v/î34¿+','\nñªá›aBÔ¸Ï£¦Cé<‰9±A+1¬»£·•','',0,'?'),('Ì÷PV}½¡7`„¡›','wp-content/plugins/jetpack/modules/custom-css/csstidy/class.csstidy_ctype.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ß,ú®e	0?e­9Š§EP','ƒ©˜ÄUËµóˆŠÛÙƒ¡Qö¤¾ªpñSu—µeo','',0,'?'),('Úž(Âµ\'XE_\"Ö*(ËÃ','wp-content/plugins/jetpack/modules/custom-css/csstidy/class.csstidy_optimise.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','§\r¢€úu*­¢¡”[P”','ô$Û\0e‡%u&ÆÙN“.uÓÅ&¸ÁÐ×fxky}^Â','',0,'?'),('\\€­”áä›/<³·’=','wp-content/plugins/jetpack/modules/custom-css/csstidy/class.csstidy_print.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f¯H­µ;í\r<œ \0D',' ’ß1¢:¬(t”~_Ô’oÒ+\\Äç;ò89öÕ6¹U','',0,'?'),('à\r¾./6r’	¸©Ÿ÷Te','wp-content/plugins/jetpack/modules/custom-css/csstidy/cssparse-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ƒKL¬+	rîãwVhH ¶','_”à\0bLIƒ5à‹#mŸ°<r&˜ÛzWZ˜ÊSë','',0,'?'),('„u»ÒÈž‹®²Å_Y','wp-content/plugins/jetpack/modules/custom-css/csstidy/cssparse-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','°TÏ†1ÛžåVn¡óíUÄ','i08Q8¶6eÞ®+à0«ºÊq¥€¬³²	4³–*øôL','',0,'?'),('ÿ½wÓØ`‚âÚ¶·|','wp-content/plugins/jetpack/modules/custom-css/csstidy/cssparse.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\nºÿÀKü¢lé¼ñ·âx','é0†³7Ì!ólhx»4Ù™æw¥eb$1¤^íO','',0,'?'),('U•ÊüZMXÀ+rÊ§¥','wp-content/plugins/jetpack/modules/custom-css/csstidy/cssparse.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N!wÉ[*Ùý‘wö°æós','Ü@¡…#À~àÁÒ{×%QÍ›ŽÊË”b¸ `ºD','',0,'?'),('”Âº@^L¢_Å•_+','wp-content/plugins/jetpack/modules/custom-css/csstidy/cssparsed-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','†·04\Zµ%`ï`|€k','E«ÍšÚ¢µÌªGú»ùP2äF0ääDÇCLÊI¿ûtA','',0,'?'),('&ÚÛ q9¿½D\'’(‚1','wp-content/plugins/jetpack/modules/custom-css/csstidy/cssparsed-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÝÍÌ™<†GäÂmóC~','	_5éø Ma³ëó‚Tí\n×d[ÙZ¯‘ñR0kî…','',0,'?'),(',#úq1žÊN–—ÚE¬','wp-content/plugins/jetpack/modules/custom-css/csstidy/cssparsed.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':$a @Ñ÷¿¤\"=','Gù3‹\\ä¡»ìDy‘A>™6,l¶ÍéÇ¥Ñ¯:ë÷é','',0,'?'),('oCDgÆ*GE³2^’´','wp-content/plugins/jetpack/modules/custom-css/csstidy/cssparsed.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','kÉ…ï¨ÓôP½k!Y¿õ)','Jv‹Õ<òØg\rîˆE‘eaZ%÷BW&ü$­¦ÅgOº','',0,'?'),('{u²HÃv¡q~ÿd¸ö','wp-content/plugins/jetpack/modules/custom-css/csstidy/data-wp.inc.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' 5Õ=óŒIðj¬Ça+','…¥Býîÿ!ÄàNÅÒ³NYy5Ù“m=Å','',0,'?'),('€ñ4\nb°I¦ûLr‡¸ ºì','wp-content/plugins/jetpack/modules/custom-css/csstidy/data.inc.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-œ=Y½¼bk•1©µ@­','kúÝ>Ý^‚©àxýUi¹6Än•b§ g†T‚UG2Ð','',0,'?'),('Ê»ý­=¸ÇsNÓÓt3Ì%','wp-content/plugins/jetpack/modules/custom-css/csstidy/lang.inc.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ü”>§Ñ¼îQÔëÜ­úù','I¡_gz?!ÏœŸ˜ŠZøäî‰ºÁƒÍÐ­M7','',0,'?'),('þ@ìÁN8Cä .À:É’','wp-content/plugins/jetpack/modules/custom-css/csstidy/wordpress-standard.tpl',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	£õe„ÇÖ8üô^uëî','/r}\'Úî\r¢ëÍÊ€õ|„À›þ–`\'-ÜªÆ’˜','',0,'?'),('–¿^xè™O›©î@','wp-content/plugins/jetpack/modules/custom-css/custom-css/css/blank.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u+Â`ÔP9íÒdf´Ë','Ò!xLÚ1î®\\‚•àG¡KÚnÕ©µ–?Êž|ë9Šœ‘y','',0,'?'),('Ì¨4Îcî®‚ÓfÌð','wp-content/plugins/jetpack/modules/custom-css/custom-css/css/codemirror-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{ýåStÆï„~Â~','îÀAÝT\r;Þ‡ ªÛPc- ÷R\Z³ó—äLsU\\x,ø›','',0,'?'),('†¨Ré\0ù4`…í\'JQ^','wp-content/plugins/jetpack/modules/custom-css/custom-css/css/codemirror-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G—m”÷jÆï4™ýÝ','À‰ÛÖÆÁŠQ=T(éi\">jýÚ½Û`»\n¶ºõ','',0,'?'),('îE-}æJØiáÌŽð','wp-content/plugins/jetpack/modules/custom-css/custom-css/css/codemirror.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','·}¶×Â·/BŠ‡›”·','#:š‰;¤ëÁK\ninç®ûµhúóÝx>6Œ®ì ','',0,'?'),('	\'ïì³!1§œý¥heU','wp-content/plugins/jetpack/modules/custom-css/custom-css/css/codemirror.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ê¡z¶)y]Üdêuˆÿ}.','¢:#XN«tç£-ŒëA°ÅÀTyŽPù¥ÆŠ£×¢','',0,'?'),('0vSò\\¬À•^t|¯‰×µ\0','wp-content/plugins/jetpack/modules/custom-css/custom-css/css/css-editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','œ[Û²çzœ´‘=‘¼9Ô','£–,œìNŸ¤ØËïïë\ZˆÞ­3Þýóà´7¨±h:›c','',0,'?'),('Úªôõâ‘ã˜H±{Š˜Ä','wp-content/plugins/jetpack/modules/custom-css/custom-css/css/css-editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‹”Qcü±°0/à¡Øµ','âÒÊ,T³&Í¤G¤;ÚO¸±t£ê¾Jº…‡\\C9 IÜ','',0,'?'),('h}øRUùÚàâ‚WŸ)/0¨','wp-content/plugins/jetpack/modules/custom-css/custom-css/css/css-editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','uùg»lÿÙOÎ¤3½1m','k…TS\Zk\rúŸa4›H¥KžËef.¡œX¦’nÜ','',0,'?'),('R}ÁT¥C‚¦¢Vh{îÃ¿>','wp-content/plugins/jetpack/modules/custom-css/custom-css/css/css-editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','gu™@ë¦Ë‚[>!Øj','åeDgÈÙÛ’šuªWôÝ³¡lŠ²Ë^Åf€9ãÂ¹	','',0,'?'),('\0|ÍC!‘À\rÞïÓ¤y¶','wp-content/plugins/jetpack/modules/custom-css/custom-css/css/customizer-control.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Uý acü.3õ—jÚ','êK“¨êê³+áÆØÇîæM¶9™«í)“åuË¸¤','',0,'?'),('xNbù}2™5ž0},T','wp-content/plugins/jetpack/modules/custom-css/custom-css/css/rtl/codemirror-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\rÍöI°£ˆe`q9','üT—Teõ:›÷YPhÓñÝ®±ƒ/ü®N{šw\r','',0,'?'),('¥¤Ð9Ie¯¡¥ÿEFn','wp-content/plugins/jetpack/modules/custom-css/custom-css/css/use-codemirror-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&wû2ÞKîhòKF6—p','(Êå†Ð¿£,íðÄ¦vdß–`5BoYˆ	èN‘','',0,'?'),('/QƒÕ¬R?”!¿Ñ‰¢Õ%','wp-content/plugins/jetpack/modules/custom-css/custom-css/css/use-codemirror-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ï£e¦04rBáqøt’r\Z','úˆ4–¾û•”…\\ÿf>þºnòR¥þ™‡·™1	7¯','',0,'?'),('ƒÕCçÔÑ¾¢<ÆÅ½´','wp-content/plugins/jetpack/modules/custom-css/custom-css/css/use-codemirror.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','aØ8“W†	j œ@\\«','Â1Ô¥u\Z‚TtäUÆÏ´=(wª24h\0*Öœ_»','',0,'?'),('OþQ+Îñ÷ºœSéEÌ^.','wp-content/plugins/jetpack/modules/custom-css/custom-css/css/use-codemirror.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-ãw;$²l–hh°m†','vô%3UåãÔä2äkTÄKP&ð-¶dÖýüQ»-Ü','',0,'?'),('âìnÙyïùùô…à¬«õ','wp-content/plugins/jetpack/modules/custom-css/custom-css/js/codemirror.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','•ˆÐ^†îí+Kó Uyf.','Éâ.æ”`öÐ¼:±´¼#YmÕDÆôþ™\ZÛ6Ç','',0,'?'),('â%1y*Ô`t%•$','wp-content/plugins/jetpack/modules/custom-css/custom-css/js/core-customizer-css-preview.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K\\D½û³uIõ¼}dïAB','…I--@ª7\"š—°ž%J=õ×Ç˜ÐWX³z¥Ø\nþ-','',0,'?'),('­¡ßWX5Â´”©Øë','wp-content/plugins/jetpack/modules/custom-css/custom-css/js/core-customizer-css.core-4.9.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‘¾paµÁ0 æ!õØ±','Dç=åàuÇÍÇ‹!ÀA£D—WL ô!<Ü/eìÏ','',0,'?'),('wfõqô&¼¿?Bö','wp-content/plugins/jetpack/modules/custom-css/custom-css/js/core-customizer-css.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','BŠBG†\'ÆÞ}¡Øº¥É—','—ôµùi	7U5¹m%ï0ðÚªËwÌÍ5Ó@õÊ@','',0,'?'),('mó€NÝ€²$XRñ—=‘È','wp-content/plugins/jetpack/modules/custom-css/custom-css/js/css-editor.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','´^	Å‘K³Å¼ááÂße','q>f‹¢5%Oàîè\rÏ?è·½ê°kòï¨éb–','',0,'?'),('Ê2%½<iŽ·Ûù+<î<','wp-content/plugins/jetpack/modules/custom-css/custom-css/js/use-codemirror.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Àh}çàÚMïoiq',';wÏme¥Y5jOy8ÿR=Ïƒ§Ôî&ö”ÐC›d£','',0,'?'),('p¥#\\/pI¹GÛ2´\nÖŠâ','wp-content/plugins/jetpack/modules/custom-css/custom-css/preprocessors/lessc.inc.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F^*)Óå“š¨¸S~#€KÍ','×	\\ðŸðÔ.Õ Ë&íwLK«ud$³ óYþ\0yh÷','',0,'?'),('<V\r˜œÿ«Í˜û§Õ','wp-content/plugins/jetpack/modules/custom-css/custom-css/preprocessors/scss.inc.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¿QSøZS\0©7’û¾ð','#¸è-î\"ÏËøQsÈþœîv¹ÐÉ5w†MQæín','',0,'?'),('/+¢¿‹¡é8=³rI\"N','wp-content/plugins/jetpack/modules/custom-css/custom-css/preprocessors.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[&J‘ÃpâÒUDc0õ`æ','!ff~Í‰ŠÀ\')2­Ðæ^\'}èK¬’b] bµdŽ','',0,'?'),('QDL~Û±Ø]Õ¼ßúm£','wp-content/plugins/jetpack/modules/custom-css/custom-css-4.7.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>=šá\',€kn}#_\0ëý',' 3¨?ã©ùJ˜\'¿_XÈôÚ“oÔ$ªmÖˆõÎÏ€ÛfX','',0,'?'),('Ó}3 Ûÿ|!þi8ïO»','wp-content/plugins/jetpack/modules/custom-css/custom-css.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','sWrëFgÑ©çŸ>xnàŸ','ŽªMçYŠ°ØN\\§€bÃ¤J}´t1¦Ç.x','',0,'?'),('ûHêjêïœ¼Ð™”<Íu','wp-content/plugins/jetpack/modules/custom-css/migrate-to-core.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j\"³Áƒ‚Ñ\Z¤™3Ð4õ(','³Í~N#Eq^×ÃüÌoóË{HÞj§%‰f¤Ýžé7','',0,'?'),('çÅcÕíÇÀ÷=öÔ–òZ','wp-content/plugins/jetpack/modules/custom-css.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ïl\r:šöCÉ%Ô¦h0©','öj5´c$\'ãÕ\0ûÃÌ‘û\rñßÌ%p£Ô–ž‚Q','',0,'?'),('ãlÔ”ê Â=³¯˜1Ë1','wp-content/plugins/jetpack/modules/custom-post-types/comics/admin.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ÿ Ð+é@¢ÓûT\r¢´','ò2µÀx˜Jõ¯²h\rÓÀÏ\Zßçœ§>(ZÃÈŸ','',0,'?'),('ýpÀ—ªö-ÀŸìäpLø','wp-content/plugins/jetpack/modules/custom-post-types/comics/comics-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L˜Ó°G3Ÿš½bpäª','°6ç2)} ´•¼C¿mÆPé\nj_O» ù‡WÔÕó','',0,'?'),('sâPh\rj±&²óUån®{','wp-content/plugins/jetpack/modules/custom-post-types/comics/comics-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ó2ø‘Ì¾Â€¢_\"43øc','N¼ížüä1W‹âïàe8¥HÞ0ÒºÙ?W¦8½w÷','',0,'?'),('¼¢+ÁB˜éô%êò>Þ','wp-content/plugins/jetpack/modules/custom-post-types/comics/comics.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Áb=„ Cw³»\'ÞgºH°','R{`ßJúUˆ…vé`p`9\\~|o¾¼ºê\nò#ýj','',0,'?'),(')1m¾—À>Y0ïÑúÐÒ¼','wp-content/plugins/jetpack/modules/custom-post-types/comics/comics.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"†§‚9wÃ•2\rÅý.','BðŸJÔª¬DûfL²y4ÇlNDoR×dsQÍC2','',0,'?'),('9~	ì€çü(@®\'-OX','wp-content/plugins/jetpack/modules/custom-post-types/comics/comics.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','môw#é%n›ýýš\"d','w{æ¥Üœš¼+o¿ÚÙë	}Ä\r•­ª›/{A¬iô','',0,'?'),('®9gÛsñ8eó5l–A','wp-content/plugins/jetpack/modules/custom-post-types/comics/rtl/comics-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ß>aÑ\r[A¼d¦ÞZÙÊ','½²¸ Ç:^qÕw«Z§pU1é#Ôú€…\0˜ÕOµ-¢','',0,'?'),('íitµ3‡öŠ]§|¨e7Ô¥','wp-content/plugins/jetpack/modules/custom-post-types/comics.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','«¦òñ¨äÙx¹y©¼Þ','°\n	ÊÜ<¼ÙÜ-ÙäO ÍVŸG=±!ÈwkŒJL\0Œ','',0,'?'),('wëF£sÆ©–¨]#!4¬uë','wp-content/plugins/jetpack/modules/custom-post-types/css/edit-items.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','84ÊÏØÂïÐÐCòM”Ö=\0','‚ÝÂ Ü,Ÿ¯£]À¹ï©¥Ùè¡ãz0nÕëÀ¢¼à','',0,'?'),('†V\rXç59ÉKÝâÂn9…a','wp-content/plugins/jetpack/modules/custom-post-types/css/many-items.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','uÂ·–fêéIŠëÝKôþ','Ãg6-~½‘ãË1g³Ûqo$mò.ÎNï¿’ûò0','',0,'?'),('\'ì#Ü-… M÷¿O¸Wk½','wp-content/plugins/jetpack/modules/custom-post-types/css/nova-font.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÔPêù>?C—\'‰@„hõP3','c‘˜“¾As€‡J´ß¯k™^Þ—”~,\nÃ¸o\0¡Z','',0,'?'),('~Þn/ÿûø§f¾Å’“}','wp-content/plugins/jetpack/modules/custom-post-types/css/nova.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ƒÒ1~Z™×ì¿©','Okªz§rmKãš‘\rQ»Qr\ná/Þa9O»QBÌ?','',0,'?'),('Å˜3*YÞà4‹Ÿ·+ºJ','wp-content/plugins/jetpack/modules/custom-post-types/css/portfolio-shortcode.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>qU+A÷·OãiE`KN','sÁ­ÏëU×Â[\n´¿cë}Â‚µ’•PÚ­ Vpn\0','',0,'?'),('´4(L3·àŒ,•¹ç','wp-content/plugins/jetpack/modules/custom-post-types/css/testimonial-shortcode.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','œì´áÐLe*‹Ý¡á(é','¸=6ô2t`ðùð%Ù•óú™;IØé?Ò—ûsXÓ,€Ø','',0,'?'),('ò}´èÆM ö¶ãs­','wp-content/plugins/jetpack/modules/custom-post-types/js/many-items.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ñ.GñÛu¦yç\\>q‚è','9™HòM:};~6IælˆúFbGª8F›¶¥7`…§ÐJ','',0,'?'),('ÿ©n4Á0ÿ“˜ê)³¦¤','wp-content/plugins/jetpack/modules/custom-post-types/js/menu-checkboxes.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';bðgÞš¿lgíÁ`‰_','Í„t\"ë]Mý–¤h¿¤fóF±}sŽÍ ¬å¾|ö—','',0,'?'),('ÇÙf—³]ÝXXºJ','wp-content/plugins/jetpack/modules/custom-post-types/js/nova-drag-drop.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0vÂƒƒ	¡Ž¨ù!–hv/™','8B(°LÌ7A™ÑûEs¦ÿw†ÚÜp\\|\Z­Pu.ÃÀ','',0,'?'),('„²ŽôÕ}·Jt«¿XÙ','wp-content/plugins/jetpack/modules/custom-post-types/nova.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@Ëù¡¹½íl-þ„ÚLz','Ã›¬Õ:áW°¤~Sº‡²Àò!UÜ¥¥PÊË]Iš','',0,'?'),(']‡EÔ‡Ü0?ü4ŒHæ u','wp-content/plugins/jetpack/modules/custom-post-types/portfolios.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','˜ãˆõ¿«`˜U~2Å»~Ò','*3û‚§îY%@·-zNbJN9	\0Ê‘Zò«','',0,'?'),('Í¢žºl¥~â60}Ã','wp-content/plugins/jetpack/modules/custom-post-types/testimonial.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T[yãsEK„àª{5~éô','8¾7•H!TkÅ7‹?Éˆb­Î¢\0:¬|Ææ¯Fl}ABƒ','',0,'?'),('Dwë÷¶\r†ž7xMX˜O±','wp-content/plugins/jetpack/modules/enhanced-distribution.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0¼&ÄØ<HRIŸw0ß=','Oìp~°õÔ¢?;\\{	<«=¹Â£áÉINá„ÒNG','',0,'?'),('>{?OB8pÆ&ç\r3z','wp-content/plugins/jetpack/modules/geo-location/class.jetpack-geo-location.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Âîiò’fxÂ¬·!¥¢Ð','™a\'ÝýÈy›Žé¸à}çùýIÓvFNe¢','',0,'?'),('Í H¾ƒ, €! `€ù¼','wp-content/plugins/jetpack/modules/geo-location.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','JGÅìÞ³*:âé°J,/','lÃg¢—šgÕñD€L~ú“XŠI iŽƒÔœéµWb°','',0,'?'),('eòEl}D†ÄõZ\"ïX[','wp-content/plugins/jetpack/modules/google-analytics/classes/wp-google-analytics-legacy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ŽjlÈç—§Å´BÜÔüÎí','§+©¾ Šaèßm¯)¹G	Wû7U½Ò\0P.6Gˆ²$','',0,'?'),('¡ê@”pm$‘Éøô5D‹','wp-content/plugins/jetpack/modules/google-analytics/classes/wp-google-analytics-options.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F×T7°\nS–35åÕv€xW','êñy}\Z»Ž˜Ô­®­N¢O Ò;„Üv×#lnà>k','',0,'?'),('¥L	¥Â!Åó\Z-¸Xzó','wp-content/plugins/jetpack/modules/google-analytics/classes/wp-google-analytics-universal.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ó©3L2äÃ\n6ÐaßEáò','cæ“Æ@í0uÉünÓõ„ß·ðŒî“Åýo¥ô	Z²ê','',0,'?'),('¾ç=\\âÆ\'åÝ¬¡ð­','wp-content/plugins/jetpack/modules/google-analytics/classes/wp-google-analytics-utils.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f€Àò²×mÖú=”FNT','~XT2*ƒ¹±åh™½ÄV,²ÂhÀ#\0y%`¾\Z¯','',0,'?'),('E(›‘±ÖØ°‹±^0','wp-content/plugins/jetpack/modules/google-analytics/wp-google-analytics.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','µ1µÏ£î-Üaøí¸Ð¬','ï3.l\"`[)Û.FÔ<Ž‡¸É±fcâ5rtJ°Ë¨d','',0,'?'),('ª\"²ãùÒÞTÄ(‡ŠÝ€Ò','wp-content/plugins/jetpack/modules/google-analytics.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ñ½Kêl?‰‹§I¹TN','»óÓÙFzÓñ¸ÍïZ\rdpæÏ÷!±Vá„Ç‡6k','',0,'?'),('ï†S–M/‚ ¥kÑ”_¾’´','wp-content/plugins/jetpack/modules/gravatar-hovercards.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ŸÂè\"†xŒn\'•\"H','\\Eºúðc)cØbØ„JxÑ&O÷‘yK`w#\ZnPÅŽ','',0,'?'),('-ˆ ²Ôt\nŠšw`\'£~¡','wp-content/plugins/jetpack/modules/infinite-scroll/infinity.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','…‚ýFŒ´_§\'’•+éW_','Ý	Ÿ„K¬:®‡Õ,·¤ÌyÉ¿¼”c<ŸD¶ã','',0,'?'),('xŽf<¨X®äªP;­','wp-content/plugins/jetpack/modules/infinite-scroll/infinity.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@ìÌ!|®1z	“GÌ-','Î‰)l¤^ápå¾ñÉP\Z†WÄŽ0a§Ð`\"+`','',0,'?'),('d&;c\'P*Wè´Sú³','wp-content/plugins/jetpack/modules/infinite-scroll/infinity.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','uµÃÔ1kçŒÝëkv','†ï)ÈIcsÍa:_#\"®‡Î7‹|}P†‘ùNíàÓå','',0,'?'),('³žoF¨9ºyH‰–ˆá›lö','wp-content/plugins/jetpack/modules/infinite-scroll/themes/twentyeleven.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','½Õ\Z»pÈ_ÂlöCÇ','´O6KæÂJ˜»Žä=¬y¤Œ c•Ðaþ@g­\nrª_','',0,'?'),('ln:ð7Ìz`ˆÐÏa1','wp-content/plugins/jetpack/modules/infinite-scroll/themes/twentyeleven.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','êÚ«Ó|ê¾S 1ßÃx—','›TM„K½fÍq%\rÒ]YNæOi¥Ðñ‹ÑN·,%Ðé','',0,'?'),('›oÊ†¡ùÞ‹·×wR`8À','wp-content/plugins/jetpack/modules/infinite-scroll/themes/twentyfifteen-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Fäg^.´ XTŒx','ê4Œã*|èí£iâ®ˆž]+È;Ê™¿®â–á!','',0,'?'),('Ù»ž5Æµ¶’ÑH~/','wp-content/plugins/jetpack/modules/infinite-scroll/themes/twentyfifteen.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Çñ2Dô€»*-Ãë¾dˆ','$dÂÁ“™›­ÛN0`¨‘åÝè`­3ã—^é‘w','',0,'?'),('¤q]_ËA›ä¬6ŸêŸƒä','wp-content/plugins/jetpack/modules/infinite-scroll/themes/twentyfifteen.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Çô=JÞ[ŽÍÁ¯ãÞ‡k','Þ‹0y¢NÇü0ƒJ¢IôA/ûÕXZOœ™iERûý:','',0,'?'),('D_‚]µ¥h\\ÉÛ˜}*ü','wp-content/plugins/jetpack/modules/infinite-scroll/themes/twentyfourteen.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','— \\ ÷dÉã‹ÓŽ]','`Ó\'²‹¤qI„.ðQÉJRE´k†+Gú†ÁT¶','',0,'?'),('ŠAÏ»75—ß¹·ÁÙ*æ','wp-content/plugins/jetpack/modules/infinite-scroll/themes/twentyfourteen.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','tz{BÕDB©kÀš—','lÇ7;I‡ÆLE±~ãÿ¬ÈB]ã’t­‡µ©³™Çj','',0,'?'),('$¸1“ˆêˆMíG§yPöi','wp-content/plugins/jetpack/modules/infinite-scroll/themes/twentyseventeen-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¢ÛñÐJ›}É«ý	pÊ\0','.&î>òÃ¿ža}ÆHd¨6åÿ”Ô ±½Ä|','',0,'?'),('¬aõÝ2´fj.!…ŒgWÄ','wp-content/plugins/jetpack/modules/infinite-scroll/themes/twentyseventeen.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','€¼ö^j²Ÿx—ïU¾€k!','Ž@qÌ àzvã0‘Iç\"\'û–7\rbëF1îCo','',0,'?'),('Ü$:9UÚ‚µAå¬[µ','wp-content/plugins/jetpack/modules/infinite-scroll/themes/twentyseventeen.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?ï˜¶°Ó,/òUHÒ','¯öj-¹Ð\'§k7©”±­#\'gãR†Ãm3Ñò‡','',0,'?'),('µE\0DJ…e	GIPKž_õ]','wp-content/plugins/jetpack/modules/infinite-scroll/themes/twentysixteen-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÓÎK-@Ñ¿=óŠj‚Ž','óð¢î8ë+Aƒ&#Î–lcmSÇÀ”îµøö¯0hZ[','',0,'?'),('Ûa]%µY¬ÙÛ\n].#’\n','wp-content/plugins/jetpack/modules/infinite-scroll/themes/twentysixteen.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Kß´öøó“ÐúÇð.A&<','ÍDp6ÔŸD$kŒ~/¯™ËÛ\'vÀÔ¸à”£µt\\âÎp','',0,'?'),(']bò÷ï[>Þ·Í˜×Ô;†','wp-content/plugins/jetpack/modules/infinite-scroll/themes/twentysixteen.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¦˜Áïqqèâ5Ê˜†mÃ','£Û…Áü\'%ÃHÄùµ{š‡û™RQöw\"V×ŽD!Gœ','',0,'?'),('Ø/{®o±‹².‹O¼³+\0','wp-content/plugins/jetpack/modules/infinite-scroll/themes/twentyten.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¹k €kSv÷mÕÜåg`¸Ô','ÞZñ•(HÏÂ¶#d+Ñxúõ¬»fÖÊU\0ŸŸ‡¦','',0,'?'),('óR¡Éý-æ1#Üµ´5i','wp-content/plugins/jetpack/modules/infinite-scroll/themes/twentyten.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ð1ÿ“öÇ24Å´|«c¤H','jÕn£—~ÏL‹dÉ4\\z~<g&òÖŽN\r’;èƒÃ','',0,'?'),('õ(;YX2ÁÙu	R‡z¸','wp-content/plugins/jetpack/modules/infinite-scroll/themes/twentythirteen.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','õ©%AÒE\\»;Ücx¬€~','‘°¨MÈQ!q¿³ÚØˆw€n(ÁMP„ZU¸\'øµ','',0,'?'),('b\n ïT¸aH¯ß8Öúµ','wp-content/plugins/jetpack/modules/infinite-scroll/themes/twentythirteen.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¢UßÞvÆ2z¼+\në[Wí½','¡Ø	‘5ð|ÿS§€5l{$}Žß;4ñv7ÑbÚÕw\\','',0,'?'),('¢¯xŠ{ÚyfÈÁ3­','wp-content/plugins/jetpack/modules/infinite-scroll/themes/twentytwelve.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_)èáUä)ñ,têkiúè','B‹Á»Ýá—$\\K“´Æ§ù:×ÐTQfŒ®TôÁc\r','',0,'?'),('ˆMŽ…†\rþ¦è™’Éçñ&','wp-content/plugins/jetpack/modules/infinite-scroll/themes/twentytwelve.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','þ³Õç\0í×mƒÇWöqóü@','õ×\Zîæq±ô1xî ^Í”µÈépysQˆ›','',0,'?'),('yr\\áI8÷´‘ÖA\'—w','wp-content/plugins/jetpack/modules/infinite-scroll.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Î„3)Nþ÷þð¥¦y;d','¾l1ÀªPn}sD)â$nIõhÒÝ—;è¯.EÊƒzØ','',0,'?'),('ûþZ\\€3óòáÆ’LŽE','wp-content/plugins/jetpack/modules/json-api.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÀúQ¨þF9\r#H¸-LVÆ','¶f]·ýQï0é™×ýÀòðd5*Î7§ÉÊÊ','',0,'?'),('™â…ò¡Ö$µ¡RsbL­z','wp-content/plugins/jetpack/modules/latex.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','67ùõe\Z*+³øâ:Ÿaà','…EMø:w`Ö?Û	?#pM{ÁÁÕnj ,Ò‹ñ<','',0,'?'),('Þ¬¶ÇNBé<)ƒ Þt%î','wp-content/plugins/jetpack/modules/lazy-images/images/1x1.trans.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ø—Fˆ¢ÙQd©ð1êìÕ','ïU®u|‹–lƒ$ƒP3Ó£eŒíó‡øëðZ³6†)','',0,'?'),('òæø€9ò%[Üðiæ:±£C','wp-content/plugins/jetpack/modules/lazy-images/js/lazy-images.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'Õäm\nªÐ?Ú8ØœC','¼\nÚHX\\}þw7H>iäož!ŠvwåÑœãF¨','',0,'?'),('éÄL©ÜØBŸ÷­','wp-content/plugins/jetpack/modules/lazy-images/lazy-images.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','š–=¹p\r×e’ô®”Œ°å~','çUl·uL±\ZUêØòú´ù¸GRtÿ+¥ž9ôø¢†','',0,'?'),('å†m¸NA8ý¹K}±$ê6','wp-content/plugins/jetpack/modules/lazy-images.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=BnQÜâ€·€ô*M`Uó','\n…Ök°Æs™W Í°Bu2¦Mf>\'Ðý§eæríl','',0,'?'),('õ­fOdg`Ð	\'-ÿœ','wp-content/plugins/jetpack/modules/likes/jetpack-likes-master-iframe.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','™)>é`K*„š/‰ÝÓ','±Ý½ÏŽ¼1ô.ß¾KÓ(5ïÙÙ„´¨ž%–\nl','',0,'?'),('ÁÚ4‚g•f·ÈxawÚ','wp-content/plugins/jetpack/modules/likes/jetpack-likes-settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','üXã¢ZNkFígF¿¡ëyê','ÏÞæâGÊ\nÚtí²Ü\nù$?ærúè¼žèO˜áª¾v','',0,'?'),('bV²!EPzë	-#Ÿ£|Ñ','wp-content/plugins/jetpack/modules/likes/post-count-jetpack.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1+\'»uNt5D_dfæ','÷Ø1éä„Ûi™5ñRÑ¥ƒÇvú–BYÞbqóA×îÀ&','',0,'?'),('yûƒýÆnRzÈ	/#­H','wp-content/plugins/jetpack/modules/likes/post-count.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}6’kò\ZÓ¬Ò\n(N£n','ÉÈÛmÞñ–Èñ‘cT	dÐë	náD¯â','',0,'?'),('!¤s©Ù<$´\0_MÈqU£','wp-content/plugins/jetpack/modules/likes/queuehandler.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Õ 4r	Þ)Ý_†™Ý=Æ','=(€ú’ :k·Wô [‰z0a!Ü…o–ø¹eoO','',0,'?'),('ªÿU*Öó·y4ºÉ¨,','wp-content/plugins/jetpack/modules/likes/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ß;Av©VÊ4`Bü—iQ¡',' EìQ[é„‰hKK%,¢\rIaÕQDøÎÜíœ›2','',0,'?'),('NQ’Î´(•ÐòR®ó f','wp-content/plugins/jetpack/modules/likes.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','šX§Ð4÷ÛW,è÷À¸7B','ÎÚZN<LGèÞd“0¼G@ˆ¯ )à2uD°×p2º“\"¶','',0,'?'),(',Y}äJ¡¢…“Ùó1ƒv','wp-content/plugins/jetpack/modules/markdown/easy-markdown.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ä×ËÝ¤{©¼‚ƒ­©‹Sú','³²\\/iä\"BŒc û!\nZ|rÛzîÒ>‹âsèôDeƒ','',0,'?'),(',\']z–å­˜ÝçÃˆ‡(Œ','wp-content/plugins/jetpack/modules/markdown.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Bô*‹˜WÙù…ÿM•ˆ Åx','˜í¹6 ¹}CŽßûú^3VÍaŸ¤Œâ¨þè ²åMy\r','',0,'?'),('Pý¯ÂFƒ‚»*7„ö´','wp-content/plugins/jetpack/modules/masterbar/masterbar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','á%âÜ®Mî-‘:Ö™','ü>ëRDÑe§¬€W™ôåŽ·¤¼ý\\¶&«\"v','',0,'?'),('ˆ!hïøy#ËÏì˜yE','wp-content/plugins/jetpack/modules/masterbar/overrides.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','œ6b~Û,ˆ´%<\n}H—','RkÆ=`xüUÝÞOæ ãc\0HÚÉ‘,C(€\n','',0,'?'),('F\"Þ×F\'ôáæ0v¶ƒE—b','wp-content/plugins/jetpack/modules/masterbar/rtl-admin-bar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÎÊ¡ò\\y²…gg2à)¡','9ÑÈ9šê–Äâ;Ôþmžf ¢\0q[¬¿\\ ·^¨º','',0,'?'),('»”ÑwòD”»ÜcRp&C','wp-content/plugins/jetpack/modules/masterbar/tracks-events.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}\0³â)ºÑR­©©½îú','\"\"H¦[TƒE. b¢Ðíg0e:´’\ZJ¨U*C/Á','',0,'?'),('LICÞg˜€4²7ÒMÕl”','wp-content/plugins/jetpack/modules/masterbar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','›Ò\'ˆ/|‚èŽÝéL','0ÌµÅß<Q}èÁÓpôaF˜«éÊ+Õ','',0,'?'),('‡Fû[Â\n&\\Òi ¶ÛG','wp-content/plugins/jetpack/modules/memberships/class-jetpack-memberships.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ò“ŠZôã†[q×áuZÌå','É&£‚_°R Å#»1uµæ]z;çFðáÏzzVVc','',0,'?'),('4ßÄ­œPûx·ç','wp-content/plugins/jetpack/modules/minileven/images/wp-app-devices.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$_\rrƒ«­Y {œ)É','ö«Bçð54¡\\a|ösø4Î\r&ºUýBµQå8Bî','',0,'?'),('ÎˆÚi™AçªlÂœn}','wp-content/plugins/jetpack/modules/minileven/minileven.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ö\"øÒÑš¡˜Aø 5+äñè','oÑ‹W_^ÖÐ)á ,\0f›\n@5‰]«ŠºÈ‡è','',0,'?'),('•KÂ•aÖçù³p;’','wp-content/plugins/jetpack/modules/minileven/theme/pub/minileven/comments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7º¶Ä_~L¥ŸÂ` ç#¾','²=ŒöcQàEA7tg‡ä5ãxmÃÃPcú*','',0,'?'),('­\roâ÷?` å¼ËHðÔ','wp-content/plugins/jetpack/modules/minileven/theme/pub/minileven/content-gallery.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÉZy³›ÈéX¨Â£¾Ø¾','Öqnn$¿ÒZz‘oÍÂJ†P-ÅxPVÌ,²§°Ó','',0,'?'),('} õK„?½v Rrõoí','wp-content/plugins/jetpack/modules/minileven/theme/pub/minileven/content.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%©ã,âë¡=5B°¹v£','•¢Œ×šMz¿g¿»Žåf/Àeÿ8¾-à3îÌ„î¦Ø','',0,'?'),('p9WØZ7©á“,µÿ\Zœ','wp-content/plugins/jetpack/modules/minileven/theme/pub/minileven/footer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W`ùÖú‹ëª2ÓBHú\"F','LŒ+{ðWzq¸Eç$ä<!A·e|áv?ç¨C×ët¼','',0,'?'),('vOÝ1w8,Tã’¯¡,ö','wp-content/plugins/jetpack/modules/minileven/theme/pub/minileven/functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','já4Kµÿ+—ŒŽ¡n€',',2¬>p7X×ª™Û†ÌÚÖ¼†ÃNÊ:¿Í>µÛ\"œ','',0,'?'),('p\\E²2®ðD\nrÖ™','wp-content/plugins/jetpack/modules/minileven/theme/pub/minileven/header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÃZJŽÜF‚µ›6_Å…','jzUÀ±=ú&Ø‘fè,hþTÂ]åBœQAÑÕñýúÔ','',0,'?'),('8î{î¨<+™±´5è+ã0Ç','wp-content/plugins/jetpack/modules/minileven/theme/pub/minileven/image.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(Gö/tÏ^&CÔË–[xë','9:ß{/«„NU Æ#·ÚHqz›®\'Í\0âIm“½','',0,'?'),('CG6\Zc{\'qÉuc™¤™š','wp-content/plugins/jetpack/modules/minileven/theme/pub/minileven/inc/custom-header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','÷“[kÄyN*núë(Z','ã„:CøFe™<vÚYÅ~Š×¶ËÉŸÎ(ü®ê=ýu—','',0,'?'),('å1p½CçÏ…\0=bý©a','wp-content/plugins/jetpack/modules/minileven/theme/pub/minileven/inc/fonts/genericons-regular-webfont.eot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','yÙèÄ)(´kàôÅ±ßÖ','i*uð&¿ö¡Ž\"Xò÷¼gw)‡=uIGÀÇ›ºƒ-','',0,'?'),('0*ÎR¤p B%0ˆ\Z×£p','wp-content/plugins/jetpack/modules/minileven/theme/pub/minileven/inc/fonts/genericons-regular-webfont.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{)2)cª}¶é{Ÿ+Ë‹','àY&?Jk9Á~÷ó ƒ\ZÝ~àÔ¦]«¾®FÇ¬','',0,'?'),('-D÷&YPY9žÂbƒ„ÝŸ','wp-content/plugins/jetpack/modules/minileven/theme/pub/minileven/inc/fonts/genericons-regular-webfont.ttf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¹Ðk{äpé\r3âó¦áV`','+*Â)²-!29½y§žØ‡gâêºaö¦Ûã¢’˜','',0,'?'),('´™Ö˜æ«üÈÛw/0ªk•Ø','wp-content/plugins/jetpack/modules/minileven/theme/pub/minileven/inc/fonts/genericons-regular-webfont.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','÷¹p9¦2Õ,J˜	XÓ¢,','FzÃV”J©SÔiHdUaÑÕn4#t©9:ÑÖa™	9ê0 ','',0,'?'),('EŽÍÞíl]œ9Ó<z`“,','wp-content/plugins/jetpack/modules/minileven/theme/pub/minileven/inc/template-tags.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¿ôúRo€K,O#?L|','ª°ò¬O	J§—a07›\'\\ebBÓMQ˜Í-ÈY','',0,'?'),('âEYÑ›¯ÊRÈîdQR','wp-content/plugins/jetpack/modules/minileven/theme/pub/minileven/inc/tweaks.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?{Î1Jpƒ‰Ï=0¶\rv','vu~Âåøê>Nù%™/ë¬`š)–)Âú|äÏ','',0,'?'),('Bäà+íGÙo*ì/óã','wp-content/plugins/jetpack/modules/minileven/theme/pub/minileven/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ugé…Ðæ©ˆ™\"Ü6X•','m-lØâ9©D@B™Œír£óà‡Xb»î“¾Ðë','',0,'?'),('Ù‰ú&”#¥°› (³V³W','wp-content/plugins/jetpack/modules/minileven/theme/pub/minileven/js/small-menu.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','®‘D>Èv#+>ÞaålêR','Ád¬ZÄÎÍ.ÌÂWž²ø=1º²k´­ýt=Õ¶','',0,'?'),('Ú?èÆ%ÆºÚþ6~ä1','wp-content/plugins/jetpack/modules/minileven/theme/pub/minileven/page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','à»®ú|­Y³Å7[a ','ß9Æ/¢EØ0Á\nª©)\r“(²~¼Î‡³„','',0,'?'),('þüªË¤þ·Æ%÷ì¡L','wp-content/plugins/jetpack/modules/minileven/theme/pub/minileven/rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Sáüu¿%ÔÄÐ!¶è²!','ÑPd(×Ã´Aï9ášËá$ÙS”¯E¦uR&”æ®Ö¨','',0,'?'),('Èe-žåZP¢á5ÆŠD=','wp-content/plugins/jetpack/modules/minileven/theme/pub/minileven/screenshot.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^û±&ud4XzÞ#x¼z','l)ñ¢‰f5žKÃ”½j†+å¢à]uõîüV»¯¶ÓÝÈ¤','',0,'?'),('ôã‚Ô‡2VG¥\Z¥','wp-content/plugins/jetpack/modules/minileven/theme/pub/minileven/searchform.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÄgÅù…ëÏ¸Ù2âS;','\'ìŸ¥_¸í:b› \"Ô´(BxºïZ¢(-‡;*2ß','',0,'?'),('+)¹\"¡ŸZ÷¼,)^s«®','wp-content/plugins/jetpack/modules/minileven/theme/pub/minileven/sidebar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/§CÐ;…Ë-v¹<ä','ü–$º2q¿ôaåâf; ñÄ>å¾xµèIËÀb„—','',0,'?'),('»&qÚ·J7™\'3èŸ#4\'','wp-content/plugins/jetpack/modules/minileven/theme/pub/minileven/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','óú‰.Ä-Å\\i	 \n*Ø%n','G6ÕÜ#Pk‹û‡ESžH‘äÀÖ:µßlBÅþÒ‘','',0,'?'),('ddÔü4Ï]×ÃÇ/:','wp-content/plugins/jetpack/modules/minileven.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ê8×ïRßO\'í>½.R','÷¾¬—Ä€<ÉàŸè„@%bî…Ë¬-c÷…ßþ+`','',0,'?'),(',“¦“PzÛž¢p:ˆ_9','wp-content/plugins/jetpack/modules/mobile-push.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÑÀeÕ…‡Í@c®cK×(ß¾','@CûyVJYÞZ»ÃÝÅÇÁ<\r[Ë\"ê»Et :‡Gým','',0,'?'),('»cvÞ½¸èf\'IÓ›íZ£E','wp-content/plugins/jetpack/modules/module-extras.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ŽJ·°¶t$ÅP;-ÜÎo—','?éÚ’43¾Õf^öqHí9!Í+€­bœ½ŠÆ','',0,'?'),('=à¥²|z;Ö$U%Q8O','wp-content/plugins/jetpack/modules/module-headings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','˜SÏ;¨î¸^}O€âÚòÒ','¸¬ÕÝû ÚÁô›U_q¶þbÊwö ^¬E©”‰QEÇ','',0,'?'),('º\Zd×® -`Œ ?Ìhn','wp-content/plugins/jetpack/modules/module-info.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','±`¾g«Ö9ü~–Â–z','\'µ°H8.Ã\n\'&tÎõéôÒê•ÔªýÙ!ªã·UëT','',0,'?'),('Ûâ¤åˆ–jÜ›Se§|C','wp-content/plugins/jetpack/modules/monitor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f–Ê¼íÎëð+ ˆ','ÃãaC>U8e”P%(#c%ÃÉA\"xôïº¢#]É','',0,'?'),('™EUð)7Ò-É\'œ¾','wp-content/plugins/jetpack/modules/notes.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','½í­Ññ±­•’\r@¨s·ý','R&ý	mO¥^ÎU±Ÿ‰E¡éÊ°J¡àVïQ','',0,'?'),('ˆ\\#Œ\0*Ð³7wÇ^sé\0','wp-content/plugins/jetpack/modules/photon/photon.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÈiêÀlÔb\nÚ­\'pOoT','„¸»dz²$i!åëXþ).\ZW‹FÑ•Ð£“-Ù Ü','',0,'?'),('tF]©4Œì,–D1z×«÷8','wp-content/plugins/jetpack/modules/photon-cdn/jetpack-manifest.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|›lÝ=áE2Üü:KŸ¢','ö´±™Oæý9¦˜’ÌªüJÉ!‹µ\'·;ìJ\"²”ù','',0,'?'),('h„\0ˆ9²Á†¼-\n#÷^','wp-content/plugins/jetpack/modules/photon-cdn.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$]²ÛÄC«œ~­Ê™cÙ˜','À@”¤	ºDÎ1áö‹*>¼õF,v%!ÄâŸ@‘','',0,'?'),('³h™t¾¥Hcx¯Æ¹ê	','wp-content/plugins/jetpack/modules/photon.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','að|	!\0t4sT¤œy/<4','_Nâ`Ð†•±ÝBŽŒö\r¥cŒÁ­ûÝáÀUÂÞ2s¯Œ&K','',0,'?'),('%ÀÔ¼˜}×FGj™:+','wp-content/plugins/jetpack/modules/plugin-search/plugin-search.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L&gþ.±AÖ\nª:òV+f','5BSµQ„eó×ŠŽ•#½ð¨ñƒ2ý2¼N8Œ›áØ-”E','',0,'?'),('Í‚wO¤ùŠü´¡eû0','wp-content/plugins/jetpack/modules/plugin-search/plugin-search.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0ˆ÷³‘ÑÈ‘<SBm–®ÿ','XñO¥#6äŸñí/uWDZêƒ…[/¡µÂx5¹½2','',0,'?'),('Ù¾ÄmK¼5j¯[ìCK¼x','wp-content/plugins/jetpack/modules/plugin-search/psh-128.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‰3D	¥(²$µÙié','€‡ øL÷x¼cõºÙÔBK¤J\rÛP0xW„_û´q1','',0,'?'),('9€¾ÈüžœŒ˜Æ >|ˆ','wp-content/plugins/jetpack/modules/plugin-search/psh-256.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ZÍAiøE&ì_4¼c;','OÃâŸ=JÞõ¡4›Þ8¬-·~ñÏCNõÿw·p»^qÇ','',0,'?'),('þés,ÞiØ£“ÄÂä','wp-content/plugins/jetpack/modules/plugin-search/psh.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','„±3Cž¿¬´fã­)tG','l\ZH9ËÃŽ¢›ƒiÀvuÉG#å><N`Åz–À,ýz­','',0,'?'),('¹xi OØ¸„¡ÝÔW£¦','wp-content/plugins/jetpack/modules/plugin-search.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','²+ÝâÑdÑWSœŽ“\nÑ}&','j7ÙWr/¬¶­RëOóPÃæ]¹N¶','',0,'?'),('Æ€.´2ÅÖß1ë›×ñïöf','wp-content/plugins/jetpack/modules/post-by-email/post-by-email-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','±/·¤4¤&Ö1¨wt„¼','z|L<·ÕN‘/OOy¡tG¨TÛq\Z{{×+ú“Lê','',0,'?'),('h‡’&62‚ÂÚ9þÌâã','wp-content/plugins/jetpack/modules/post-by-email/post-by-email-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','œ=dÚÞH—!™qó”\0`Œ¥','Ä)U)D»Ùq©Gî–_—äO|£h¸äü”…¾tƒÿ','',0,'?'),('>Lã?â–¼ÍèXI¢','wp-content/plugins/jetpack/modules/post-by-email/post-by-email.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0•æfïifDÜ¤\'1u¼F','M¦L²rJó‹ºöÏR5MÜÕy˜žíŽÙ™÷Ðš6‡','',0,'?'),('µL¤+ÜW;3¾Øã`˜Ä','wp-content/plugins/jetpack/modules/post-by-email/post-by-email.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ùì…•+Eýg¬¾ÿÎ\r','èÇãéÚ¾Ð;–Þ µfŽÈ]=•S!§5‡Xª\0|çJ','',0,'?'),('øúã*—ñ;{Ø¥ƒPárÁ','wp-content/plugins/jetpack/modules/post-by-email/post-by-email.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j »8)zûËjÖdÖ','(4ìs8àò¹	˜¥§Žsæ ìH“›o+?k\n3\n—Ñ&D','',0,'?'),('qkøPúrÙÚ6ZÝL©â;Œ','wp-content/plugins/jetpack/modules/post-by-email.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÀU@)5ÞgÌÁ¨º;á','6õRv¤L2Šû››·’éT±¬:r—ª,d	02!','',0,'?'),('ZfŸ˜]üS èÚ€‰:','wp-content/plugins/jetpack/modules/protect/blocked-login-page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‡•­,ö?Iíb*´ÄÜ³@','‚e×?4ð½7¾Cob)&ã:‚cùüøWc!ßŽÌÿ£','',0,'?'),('˜HeD>¼ðÏ9UÛ5‰','wp-content/plugins/jetpack/modules/protect/math-fallback.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!¦/é\ZÂ~“‡‚gaÕ7','ìäp¿W?¥–¤¡±ëÆ¹~>ž\Z-³\'—\r‰˜Î','',0,'?'),('û¡ÉÞç-ÎbÁº¢FÑú','wp-content/plugins/jetpack/modules/protect/protect-dashboard-widget-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','db.ug“w<cºûÔZán','Vì¢‡âj°Òõ|d.¶‡}¤‡\\¾A¨ÑáÚ\reŒî+','',0,'?'),('ÖÉRéR‰¼¤øŠ,Ñ ?*','wp-content/plugins/jetpack/modules/protect/protect-dashboard-widget-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ô&€fõŠvåW°:OŒù','û(&:Z\\æ\"©½c¥ú`\'*P²ïgˆ&ìQ|3','',0,'?'),('R3ÅÅ•Øzñ(}çñÝ#X','wp-content/plugins/jetpack/modules/protect/protect-dashboard-widget.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¿zýý¡›qÊ\"#','0»ûQº_¶J¾PèW°IQTÏˆµŠ¤:úÇ†÷Âw','',0,'?'),('¦ŽÐ.hq~öó{ls™Ü','wp-content/plugins/jetpack/modules/protect/protect-dashboard-widget.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÃIüq4\0ü¾€ú…T”','\n	–øSN6…„¹Ð)ÿe9‹æFÃÆã7?QOx ž','',0,'?'),(')ïµ…¯d™Ë%ó©ùP‡³','wp-content/plugins/jetpack/modules/protect/protect.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','«®Š\0·Êøëmêw“%]','fÐÿÂíê÷ö£éãpœ·–÷¾ÈäHrðƒ;£5','',0,'?'),('åé¡)êmåœxÚŽSq«','wp-content/plugins/jetpack/modules/protect/shared-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Øv)*”ôÌŸ’4·—9','&h\\«.¸1óò«PM˜‰½HÔ\ZÜüæcV*?\'™Ä0','',0,'?'),('ÏŸëœpáóµõÙCÊc','wp-content/plugins/jetpack/modules/protect/transient-cleanup.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Zqç¿[YèÆ™‰n?8','›É,}\r²‚°²<yŠÄÞ5DÄsËòÿæq¢öÝ','',0,'?'),('Sú¥Þ¶ÃÅNz_´çD÷','wp-content/plugins/jetpack/modules/protect.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','š}å}‡>úl¤óóQ_ê0','nûý_}0FâGÜh©²L#›”)»úiáiGÈ$E','',0,'?'),('hÓ™5Ý\'jjPç+5Ýƒ÷','wp-content/plugins/jetpack/modules/publicize/enhanced-open-graph.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Øöt~ ÇÝ«wháó\0¾','	r×Ùâ¶Ú?°½€e~ù§gpËó‡È·U:\"\Zf	¢','',0,'?'),('7¶uÀÃ\\$ÕíXÖ@X5','wp-content/plugins/jetpack/modules/publicize/publicize-jetpack.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`tWNai\0Ížê©b(','ÐgþsPfúvYøM>¨‘£Kô÷«.vŒ­–¿.†','',0,'?'),('w×^Á•‹/°*ºª»£Þ','wp-content/plugins/jetpack/modules/publicize/publicize.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','LD¶¬\Z\"·qÍ˜£fPÂ','”¼úÏJ(÷×ü‘§Áú‡òÌ£-ÏŠ\r\r”Z:þ','',0,'?'),('w4ë£à•M°dÜÿÆäŽ','wp-content/plugins/jetpack/modules/publicize/ui.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7kç½™µwf£AYáˆ','E€\"óK©eôZp=ÝJx!áf	-J&B\04Än','',0,'?'),('&Ïe› `™“ÊlýâŠÞN','wp-content/plugins/jetpack/modules/publicize.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(¨æT9íî€¯m°‰{P','-Ç’‚r:)7H<fªE•ªj¯ê£‘Ñé«¨#…õmnŠ','',0,'?'),('`¶nWÉÉ«Žš¥Wt','wp-content/plugins/jetpack/modules/pwa/class.jetpack-pwa-helpers.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ž¢®6J„o‘2ì\"›w\rå','Ø;V~=j¸—bŽ\ZàÃ¾Ï!¡×ÚMòŽ2\0ÉDÃ”z','',0,'?'),('°îðÑ#\"!ËŒàµc','wp-content/plugins/jetpack/modules/pwa/class.jetpack-pwa-manifest.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ö4|.„wl]Gd´Zs','1ÃU´™Ö 4§¨N\\yIìÁÔâñ„ä$‰±ûlÇîv','',0,'?'),('ö¤&äÁà_8Îs.„~Ã','wp-content/plugins/jetpack/modules/pwa/images/wp-192.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ý†Õ›Ï\'ãfš~r\0WP\n','Í$QôŽ“|¤Óðùì•ÓÅÖsÇuîŽ¤ÇÆ’zö;ƒDÊ','',0,'?'),('Üý·ç/ñC|\nì5~!ÿe','wp-content/plugins/jetpack/modules/pwa/images/wp-512.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','OmÑRÅkîÃtDÆ2ï*','òGàá#ýûa¹,WE63gyTñä—*Mê|ã/–','',0,'?'),('•n²aÆ9Õù\rgæs<0','wp-content/plugins/jetpack/modules/pwa.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¸·[†\n!O8Àx¬ãtîð','./‚IqO–…µ¶à ¼î–Qž~qÉi6py8‡Çû’','',0,'?'),('1>‘>ƒ;½åÆVúG™p˜','wp-content/plugins/jetpack/modules/related-posts/class.related-posts-customize.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',Ë]Ò}­.ÆX`ƒ¹\0?È','At½rý™q\\“s:}•U¯N¥rß“j,´±w:','',0,'?'),('µìÔÑCp£6=ë','wp-content/plugins/jetpack/modules/related-posts/jetpack-related-posts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','£j¥m½²zs…Õè¥w','Aa$ˆ¥ÇÉaŸî¶âËaáï ãoEË:úgÙ€ÿ\"ól','',0,'?'),('®¾œ1¤qÉród2\\P','wp-content/plugins/jetpack/modules/related-posts/related-posts-customizer.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#O\0”wu×Ñ\"­™€² ','GÀ\"qYé}å\0DSµ±ú]ÊmµájàöGçm¥Ç1Fp©','',0,'?'),('Ù1z/ToÍßØ(*\\','wp-content/plugins/jetpack/modules/related-posts/related-posts-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‘ÑÄ\0)æQ«Ué4[ûƒ','V!žŽ90þ?ëB(Ÿ\'·£_½ÄÂ«ud5™’²>çî','',0,'?'),('/èƒ\"k#WqGƒ(ænñ£','wp-content/plugins/jetpack/modules/related-posts/related-posts.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','´çÅM#ÏžUX™¦…ð','4Ú‘`CÓmÒï#ãÙ—ËÎÂßéCËÑÈ&N£®xK','',0,'?'),('\'>wQâVŽ¨‚*NÈD•','wp-content/plugins/jetpack/modules/related-posts/related-posts.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ëíî6—ïK=ß¶_ÜD%','u›…<9³ŠÒÆÁÉ§DäiÚ‡[ƒºbHêúã3È','',0,'?'),('Ž~e¯’þŸþ»_1.Ç','wp-content/plugins/jetpack/modules/related-posts/rtl/related-posts-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N‡·#Ù®ÄÅ¾OÛ8ŸL','	ë1ø.Ï\"’IÛÆmæ£åÔ	 	}6	\'‘;™','',0,'?'),('ý\\¯ðé×EC½à&3\0\rL}','wp-content/plugins/jetpack/modules/related-posts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¤‹Ãöê7wž‡Oo@CÓOŠ','ƒãy’á-`Á Ó=ÓuIüÃüÎ óøˆ®x·a¬þF','',0,'?'),('™[ŸèÖ»µ»“XÊÍ','wp-content/plugins/jetpack/modules/search/class.jetpack-search-helpers.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÛõÓ½ß)1ŽOo¨2iw','?.a¡-–x­YŒ—O›¬àE+vÖ)‘ôM‹Ï@´agÊÙ','',0,'?'),('}~…£aõã$h…@åŸb','wp-content/plugins/jetpack/modules/search/class.jetpack-search-template-tags.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','©\"˜2¹nÝBÍ\\¦ð5C','G°¬*Ä*U<ÿRÅWÀ2Ì„ÃW†ï\nà¼‰RÊB','',0,'?'),('¼Æó³å´r,½Òçòô','wp-content/plugins/jetpack/modules/search/class.jetpack-search.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')ÀÎ@‹áGØ	~J\rašŒr','Í)ýëàE¶‚Vü]–ìW\'õ4d¦-\'%oœŒ›','',0,'?'),('¯yá‘eEÄÏ}• ´‚','wp-content/plugins/jetpack/modules/search.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‰>  ~ÉR€C@jj.F','fõÀª]@b„t4h¤+Å4	·ErÇÆ0UÈ;­ê\0·÷/','',0,'?'),('#Ó,¥­ºíüŽ“^*','wp-content/plugins/jetpack/modules/seo-tools/jetpack-seo-posts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':ghÎ‰Xbôž›5÷Üï','ïá ëÏôQÌ™¥èÓ1“•ã¡IÜÁ7pnŸfB6F¬','',0,'?'),('}\\èA=j¢_×õ\0ÄYÂD','wp-content/plugins/jetpack/modules/seo-tools/jetpack-seo-titles.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','£þNSš],r,Ô°5€','fmµ3Ö¶Ì™>èl©ÒHóÃoP7Xb/÷#)¶','',0,'?'),('ÂœB\'Ä[_¸;¡MRP`¯','wp-content/plugins/jetpack/modules/seo-tools/jetpack-seo-utils.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Èª.,ª\Z)t*`$Â','DE\\Yýpz_ÅÓÛi¥ŽpûNø^ŽÔ;Vµ&$ª=å4','',0,'?'),('¡Öû,F€Á\":()r¦ÕþF','wp-content/plugins/jetpack/modules/seo-tools/jetpack-seo.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¦„ÔˆD·{.Nqn”Ág','Ø\nm4ùpE;À†e¼¨{ßºñJ›[Á¬‚ÖôU²ú','',0,'?'),('Ì;*¬ßt`DÎ‰ñXU*','wp-content/plugins/jetpack/modules/seo-tools.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¢·cü€:¬Ôÿ^¬ð[9Õ','\\c.\Z_²¬@ê·2L–ÝU\"¢¹µFÍ}_Îªqt','',0,'?'),('Leæ3Š5d8Ípá%~Wg','wp-content/plugins/jetpack/modules/sharedaddy/admin-sharing-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','wWü‡öTºú—’uA','sKFësäòJäæjÒñ:C!|Ü}à	9MYW¼nÝŸ¢','',0,'?'),('ŽÑ0`äÕLÆFØÞßî` ','wp-content/plugins/jetpack/modules/sharedaddy/admin-sharing-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Žœ«x²ãµXæÅâ4¡{','°ösªqÓ]±óáÞÿ¡«:àïñ04@Q hi Cø«åT','',0,'?'),('v’ø¦y­@¥‘×gql','wp-content/plugins/jetpack/modules/sharedaddy/admin-sharing.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ñ]9.­­¤Í\"j1]±','æŸ¤Ä\rS	)Ûx}o†ü&üÑß>¸þsF”°! >','',0,'?'),('ñˆä\rùû,qbÃ!¬jÞ€','wp-content/plugins/jetpack/modules/sharedaddy/admin-sharing.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','š	HÁ¬Åó_lj O\ZŸ','¶¼ú†F;7‡HEÎ²¿Õ|[¸j~,b<Û{Ï','',0,'?'),('éd+Ô™Þ:3«2ä›aÁ{ã','wp-content/plugins/jetpack/modules/sharedaddy/admin-sharing.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','±~±*\n¡øäßøõ·','+qFåÏR‘¬I5oŠëAûSŒ•ÐÚ+v’öäåÙ@«','',0,'?'),('¢Ù¸ú^ë¨é¦w0_ù','wp-content/plugins/jetpack/modules/sharedaddy/images/after-the-deadline@2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¾IòE1ŽoˆµEáOjÓ','»ÜP„!>8ÃbGÓô®™÷êº­ÿg­ŒL:±¨gí','',0,'?'),('Q1n–»™1À¸’ƒB*Þz','wp-content/plugins/jetpack/modules/sharedaddy/images/comments@2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y¢.C<ªÞv®`Æör\rôX','ñ¼ØwRÇÊf ß´\'|\Z°ƒíþšæº+ðÎûÌ%ÓF','',0,'?'),('„ÏF³e¥ CÁ·ÿÛP>Ë','wp-content/plugins/jetpack/modules/sharedaddy/images/contact-form@2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','†ÅZ_YûÊ__œÍ','ÄÞoúºø.[ùBØêshõã;‰Å~yójŠåý)q$','',0,'?'),('«d tù tþBú.ƒj.rŸ','wp-content/plugins/jetpack/modules/sharedaddy/images/custom.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','´=Ê!EOÆËy}b™$½',']³+‰î~È¦…àÜîÆñø\\+ecxUƒUõV	í‡†','',0,'?'),('Twt¸‚JÙ¹Úƒ7·C·†','wp-content/plugins/jetpack/modules/sharedaddy/images/custom@2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','°Í(Ï.ÍA¿\"$‘g|[','k³·îòûˆÍ‘­P†ê©LÔhøÄDV=x$öü^T>','',0,'?'),('s%d‹È¼ÙÔ1(ñ','wp-content/plugins/jetpack/modules/sharedaddy/images/designfloat.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','”E>Šo±a¯Bü¤n¾¬~d','eûW”XG¤xÞÆ‡o\'_OVð§wØýnºO','',0,'?'),('`FÈpTº<JW\0HàQ:','wp-content/plugins/jetpack/modules/sharedaddy/images/digg.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Þ€¬Ó?íöY1jª?','€›ù$ÍQ]Ùb¹ýšûÐ\\¶â\\M¤¥ìÕ','',0,'?'),('Pt^XÏÕ¼˜©f	','wp-content/plugins/jetpack/modules/sharedaddy/images/digg@2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ë¾yé÷âfHË	¾','<fŠcsµrXGæ~J7 ùÇ\rBž¯^P¹…‘Ò','',0,'?'),('É¹žR™é›- iK¸“cŠ‚','wp-content/plugins/jetpack/modules/sharedaddy/images/divider.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ð ‰ü‰‹Ù¬2ŠPø','—O4?CjzCký;½u†gå¡×mòÑ÷Î)i\ré','',0,'?'),('ð þ*¾z	Ò.)-æ½\nX','wp-content/plugins/jetpack/modules/sharedaddy/images/divider@2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ñ§­T¥µSi,.–t®Hñƒ','ÝÎ/>É¤çgÛ#O¥‰]RñÿWª-”÷Á„<¼“Ë«ª','',0,'?'),('«Qð³Z™Çfl¬k,Ë','wp-content/plugins/jetpack/modules/sharedaddy/images/draggy.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‡w¶q‹Âk+®V=X‹ó','ù´MÀ®íQsÇ#»Ø“Åƒ€¡´ãnvFJÛd)ƒ—ä','',0,'?'),('Évœ—C=.K3Ñ#÷w|`','wp-content/plugins/jetpack/modules/sharedaddy/images/draggy@2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÿ&¨Üê¸%DQ…yDj.','s_b	ü…2S]d|¾ÜzÛÇt§ÚôìaþYJí','',0,'?'),('…ì‡‡jÛ¹Š•æü\roó“','wp-content/plugins/jetpack/modules/sharedaddy/images/email.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ck™R¹GduÁKk\0p?','Ž|ÎÐ€×¼AÄB?±úvKûÍºÄ )¡±ÂTÉ ®','',0,'?'),('Ó¹btZ¯ÂsÒ.Ø0þD','wp-content/plugins/jetpack/modules/sharedaddy/images/email@2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O}çÖJ•w!ç´†q‡','²£SßYp¶dUøÆN3Ñ†HOUÊoˆh‰l±ƒ‰4“','',0,'?'),('/Ã¦Š£RøóTªl‘','wp-content/plugins/jetpack/modules/sharedaddy/images/ember.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','åhJ¤	›nó‘%ZZä Â','³4{¥ÔkxCï¸OÙž1¦0]‹Ò©\Z>íÂ\ZÃ¤’','',0,'?'),(':–ù¡æ¾F»WWÄöýºi\'','wp-content/plugins/jetpack/modules/sharedaddy/images/enhanced-distribution@2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ò™8ZÈYÓR‹à0€Òa','rrz’ø¬),¦ÒÕŒ\n@¯ ó¯ÏWóÖ„‚‹ÃNU','',0,'?'),('hé¦-‚#höŸ²’T«','wp-content/plugins/jetpack/modules/sharedaddy/images/facebook.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z³w¾&	)Ûá‰Ž‘¨nÉ','Ù^°ö,[â$Bèû\nÅ6-Õ„R!êÞzÀŽà\"ìès','',0,'?'),('ó½Í¦a(~Ž¶£¥¨ø','wp-content/plugins/jetpack/modules/sharedaddy/images/facebook@2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8NÌ0\'X«Ê£<â4Îýj','¬zM¬B!6?rù©ˆbÝc3?Ôí6Ôã«q³‘M','',0,'?'),('’]I2Ç¤<H¨¯’%È¬','wp-content/plugins/jetpack/modules/sharedaddy/images/feed.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a2œ÷`?+­dÈ«m¼¤Ê>','¦=\Z!„\Zõd<Åi9·gØŽ(&úál”OGëÓ','',0,'?'),('Ì&¨[U¿bÉN§Ê;œáÌ+','wp-content/plugins/jetpack/modules/sharedaddy/images/icon-facebook-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')Ð$	ŒW³áPý{×\rƒô','Ô×ï’Pe4bUC&Âsñÿûƒ\Z—bÜ BÁÝö­','',0,'?'),('·Põ_¯šÄX½ý	Ò-4','wp-content/plugins/jetpack/modules/sharedaddy/images/icon-facebook.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ßQ\n¤_âµ- NëT„,¦','M?Êþ~õª ƒ‹‚f<†ÕÝ8Å2“BôŒ—','',0,'?'),('œZžªLÌSl™8LOtË_','wp-content/plugins/jetpack/modules/sharedaddy/images/icon-twitter-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ç‹ \'æÉq+H$¸ÌFó','Ûâü%ó×.¯Oínäõ¶²¸nè;g…Ëû²ÜeI>[D‘','',0,'?'),('ÝtWsE±»‹H™@ïW','wp-content/plugins/jetpack/modules/sharedaddy/images/icon-twitter.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','kÙæzýMR,Lì”u’jå%','a­žŠ~Ò±ç™ªã2÷€™xwy1à˜†¼lÚÉh¬','',0,'?'),('•‡Bú;ÜÞY|Ðu','wp-content/plugins/jetpack/modules/sharedaddy/images/icon-wordpress-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ajÈñ\\t›q¯9D:th•Ç','%‹™SÔ¾ÅÔKx<-\Z±3×M’÷uÂ¿9ÁTæÂŠ”š','',0,'?'),('fql\"~\0ßwD\"fµìFC]','wp-content/plugins/jetpack/modules/sharedaddy/images/icon-wordpress.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ØªÑ´°Ég&Ã/â½I','&_cÀª ½`¸p¹J•Äìc3=.¼8b`ÒU™™','',0,'?'),('¨+g$Ëiƒk¶CŒ°P–öN','wp-content/plugins/jetpack/modules/sharedaddy/images/kindle.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':fÄ_6A1€Œs¬Ýi°','/Ó\Z¦ž>ÍßåDEêj{òm9­¥—¼xvl\'|z °¢’','',0,'?'),('Æy|F%åQ’yÒ®Q«öd','wp-content/plugins/jetpack/modules/sharedaddy/images/kindle@2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',½ìÒQ>ó\"ŽèZBGÀV','NcGÓ46vÝ\'Ïv2jYÈt¬U¤º³$q%õ“Þx','',0,'?'),('=G&§¡øPõ)GÚvC','wp-content/plugins/jetpack/modules/sharedaddy/images/linkedin-horizontal.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','BfûQ\0jLÌÕ‚CÔèœ','–˜Ž!pªýçÀ(Üñ9åÖ¢KÖ„ßpy´H—À','',0,'?'),('M»AÈKLvÎ9A+Êí±','wp-content/plugins/jetpack/modules/sharedaddy/images/linkedin-horizontal@2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	ô\\Ò·…,7Ö£îà','Ò¦6Çd_+ÂqW\0~‘g\0Õ£¼1§\0ŸFÎž·\'\'Ç¤~','',0,'?'),('k‹$œÂÓÌ¹ûBÆ\Z-˜','wp-content/plugins/jetpack/modules/sharedaddy/images/linkedin-nocount.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ŽMbœ9kÇ6x\'éªè^','œ¢´²AbOÌÀåS:)õ—bÙ!Ú]é3¸4–)˜','',0,'?'),('Èi@ä³‘Rø•ÍÄ~É','wp-content/plugins/jetpack/modules/sharedaddy/images/linkedin-nocount@2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&«–³Ì}-HÑëYn(àt','Ä¹\0Ý¥~‘³{Ó\" |fù¾\"ø3d´&^‡ý©ÍE','',0,'?'),('ñ\0@èóN\nÐ§¢&p²/','wp-content/plugins/jetpack/modules/sharedaddy/images/linkedin-smart.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','BfûQ\0jLÌÕ‚CÔèœ','–˜Ž!pªýçÀ(Üñ9åÖ¢KÖ„ßpy´H—À','',0,'?'),('#(Y»ƒ0nÃ©p‹b}¡®','wp-content/plugins/jetpack/modules/sharedaddy/images/linkedin-smart@2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	ô\\Ò·…,7Ö£îà','Ò¦6Çd_+ÂqW\0~‘g\0Õ£¼1§\0ŸFÎž·\'\'Ç¤~','',0,'?'),('TúRúu	W:Én?ù?‰','wp-content/plugins/jetpack/modules/sharedaddy/images/linkedin-vertical.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','«ÈåoDƒ¤Ò“¨©“±€','¢oµê/oÔÃX\\ç‡.DŠ8@­…Ä¥¾æj/5Ú','',0,'?'),('ôàœØÙ	ø¯iDÞµ{','wp-content/plugins/jetpack/modules/sharedaddy/images/linkedin-vertical@2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n&¶Ü3­Þx=&_','~íQ;)Û42G*ÆÃWŠ¨5!KJÏ¨-œ¾,','',0,'?'),('Â—{ý¦«ZÿN9–Ë96','wp-content/plugins/jetpack/modules/sharedaddy/images/linkedin.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O»Ìrí^9ë—€’Õ','s%&¿\rÿÓPôÒà=ýEîTÆEZi‹ÉzaØpe','',0,'?'),('¶\'\0ÏàØ‰-ŠÅoáñ†Í¶','wp-content/plugins/jetpack/modules/sharedaddy/images/linkedin@2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Õ1ž4øÛUuÊÆ Û2îŠ','”@°Z›J.¤:?„»GÒ=V´l&ó@Êq½îC´üX¸','',0,'?'),('|Hßi· ×ü‰©&­(','wp-content/plugins/jetpack/modules/sharedaddy/images/loading.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','š‚iBc¾JµãHpá','ÁçD(!þRm¢Ý‚/^L´‰öÄØá†Ýçç‰´í@PØ','',0,'?'),('Â².Uò\"Ò>¢Y52­','wp-content/plugins/jetpack/modules/sharedaddy/images/more.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','«&c_/6ÅæðòÔV','±\'k_\ZÒâƒîãBŸbÝ·áûÃ+å·§Áïˆ˜ifK','',0,'?'),('k2±Ìì?Ï¢}&¤¶¢´','wp-content/plugins/jetpack/modules/sharedaddy/images/more@2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','LH ˜ïyÐ{ëGöY3•Ma','›\rfä©ŠE>Â‰iñ˜FàWGäYÇ vŽ¶¸58','',0,'?'),('GÎ´‚l<î.*š¡ÇÖôe','wp-content/plugins/jetpack/modules/sharedaddy/images/pinterest.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','²»d~ŽÁ¶NWÂN?&ùv','ªüÅóäå—Ù-Š]8ôšªcÿ˜¦zß¤£ü<\\?KåÒ','',0,'?'),('$Q¼y¼‰X„D`öÿ6°','wp-content/plugins/jetpack/modules/sharedaddy/images/pinterest@2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÙT1`•?³ývæb~ÆZÇ','ƒv<g}IéŠ¦UïGˆ4rÀn»Ñh-ws¸GyÝ','',0,'?'),('bd³ÔsÔ‡ÖcÞÂÒ×Þ™','wp-content/plugins/jetpack/modules/sharedaddy/images/pocket.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','fräz&\n®éËÇe\'×9ç','t¸5±”³›Õ?,Í¤ =U+e1¸žÄd\"IQ-','',0,'?'),('E¼¾GõÇ+°(ïII¨˜\Z','wp-content/plugins/jetpack/modules/sharedaddy/images/pocket@2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c>S\Z\rir:\"bØ·¨Dœ','÷Ý}ã%•j4î	#ø,ß‘OBgí‰úˆA…éU/¡-','',0,'?'),('ñ FhèÂa3àÄ\\­a~','wp-content/plugins/jetpack/modules/sharedaddy/images/print.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÂLt]‹š>å>ÆÁXƒ','¥)†pV\Z£™Wi\\Ð™[Û‰ÉµÍŠsh*–MtäÊ','',0,'?'),('4ŸT\nÔHñ(	8ŒXù','wp-content/plugins/jetpack/modules/sharedaddy/images/print@2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','×H¶šILgò¾Ø¦×y','K¨þúøjõñ\0—x B¶‰<€pfJS’8Â-½LÐ','',0,'?'),('çå³Õ–:–\'óä€-í','wp-content/plugins/jetpack/modules/sharedaddy/images/reddit.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','´!÷–dæ˜´eÞYåmYÇÁ','[_u‡ )Œ†9©é‡%}8–>ê\"S„#ŸÍ+÷:','',0,'?'),(';O«ßŽña3ËxäÂÎ,','wp-content/plugins/jetpack/modules/sharedaddy/images/reddit@2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Eå°z5e±	¶MHB','2TIÈ!zÜs¶áÞ€é«ªéÍSÂ\'DˆfüóÌ','',0,'?'),('É~ªÄ;¨Ü$¸—dÈ²lÊ','wp-content/plugins/jetpack/modules/sharedaddy/images/rss.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~O£úŽcoæ=UÂ#¦1','\Z¨0Vò¾Ý1\',äê‡¬ÄÚ¼¾(9uÕ‰\"¡W¨§þ','',0,'?'),('[ð~Å˜˜,Í¤MÃ¯—Ó*','wp-content/plugins/jetpack/modules/sharedaddy/images/rss@2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'°\0ì‡ò	Š» o','aÆÄþçoˆîh€//âv¤ÅÄû,Ñÿ³o|NjòëÎ','',0,'?'),('qdì§˜#×k-’\\÷n3','wp-content/plugins/jetpack/modules/sharedaddy/images/share-bg.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‰ÍÿíŸÆwò²åî¼è×','â–Muówú±î¬\r±Va¾ˆaÜX÷Ö8L\"~z§ûô','',0,'?'),('ºg±¢ý\\@¦øoÉ¬@+','wp-content/plugins/jetpack/modules/sharedaddy/images/sharing-hidden.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^¬Ö7–[ö“O<Ë¬™Ê','m°ÕR‹*ƒúóöÑÆf˜y€Õ‰|&¶#·Ÿÿ(','',0,'?'),('Ö”åöë£ŽX5}òÝ\0h²','wp-content/plugins/jetpack/modules/sharedaddy/images/sharing-hidden@2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m°ÁÒØzÅ7ŒïÇ€…','Ä!‚‹yøj¨¸	º£½Î”~jÆ@®5œ©J¾','',0,'?'),('˜,Dð2IÝ«r}ÌÆ«X','wp-content/plugins/jetpack/modules/sharedaddy/images/smart-digg.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','MKç¿Q§pH¢ÞÚ','½Ì–oV¦ß€¯$þ	ûÜì©ÄEËaÊ\Zõ4Ò’','',0,'?'),('±Iœê ïù§ÄßRÁZåÕ','wp-content/plugins/jetpack/modules/sharedaddy/images/smart-digg@2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ƒŠYß{‹ìGÕkÔØ[SO^','ŽB6MàP¶xûÊÑA^l‡(y…ðoùÝwbn\\`','',0,'?'),('¦ùIâUq‹üåóÈÿö¦','wp-content/plugins/jetpack/modules/sharedaddy/images/smart-facebook.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']kÄNßU·-¸µÄ™mžS','‚ØnÏŸa“fó9Ã:V™¡ÐÄ´ØÑ\rÝÃ]o\"ž','',0,'?'),('\rY•‰A’ørGÖ^¨èe£„','wp-content/plugins/jetpack/modules/sharedaddy/images/smart-facebook@2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','øâ¶Úýs]}Ó¨Éii­u','Å¨6ÉUpÂÁÊûFDcGCÕO -!4%ñb(¹ð\\±','',0,'?'),('.K\r\0;ó<â_à¬ÑX\r\'@','wp-content/plugins/jetpack/modules/sharedaddy/images/smart-like.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`Þ®mF ~^Ù\r^câJ˜','‹Q‘JrŒÀQTþŸD=È/òÁ.ñeÐå™CKñ†','',0,'?'),('‘Æ\n*”[MìZ‘±¯YÑÊ','wp-content/plugins/jetpack/modules/sharedaddy/images/smart-like@2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"ò¹Ñè~†;ËH-&€K_','Y õ<ôóÂ}CÓyé=Ÿƒ>9‚[Öo‹f|mÃS','',0,'?'),('fêÉÆ~.Ê±.E;‡^','wp-content/plugins/jetpack/modules/sharedaddy/images/smart-pinterest.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','˜+Ø0–M) :Gø\r','÷Œs%L\'HÐÜå(zJÞÒWoGT¯µtÐå:—ç“','',0,'?'),('˜nÏÀâ^2õýÊðüµ','wp-content/plugins/jetpack/modules/sharedaddy/images/smart-pinterest@2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','±B!-¹—JW@Ì9ð›F1','·\'ß#^žÃ‡%}/ïÂ7éjã$±ý?9ÑïBÊÒ','',0,'?'),('v^b‹£XÖý7i@¤»jø','wp-content/plugins/jetpack/modules/sharedaddy/images/smart-pocket.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=]\Z$yìèá\\u]Y­²','n§ëÄ5U`‚\nÅz˜,Z\"pØ=¹I ·øS@†lÆ2','',0,'?'),('<Ô‹?:Rç%VÁ3','wp-content/plugins/jetpack/modules/sharedaddy/images/smart-pocket@2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÉŽ!Ã8R°êUAH”','°1ðð,£6éýð‹òÉ¶»âQ&âï¸8ïÏ»øeh?','',0,'?'),('³	øÒd>Ú°.ÉÔ—ë','wp-content/plugins/jetpack/modules/sharedaddy/images/smart-reddit.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A»hVÎaãÁ.ÿ+Í|','9dj5kuÊSüØ`>áÎËËV£§½—`(kùÌ@E¹','',0,'?'),('6½çÕj¼þÒ¨÷ßfÎKtd','wp-content/plugins/jetpack/modules/sharedaddy/images/smart-reddit@2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hï¢!QézAœý¡¯C~(B','›åcÜ_„8‹T§º¨4HP~“m˜Hß¦%<a','',0,'?'),('_aD Dj_KZ~ñ«Öeæ','wp-content/plugins/jetpack/modules/sharedaddy/images/smart-skype.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Þ`Š± ÓÀäë î`Qü','L‰&WqçÄÍ¸¨Øž\Z±x\ZÞ|kÓè-ò„4·çÆ','',0,'?'),('³ùMísUdíj^C™5','wp-content/plugins/jetpack/modules/sharedaddy/images/smart-skype@2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';ðü*(&WÏŠÖ¾','ƒ¡’–4CHqág#©œŠ¬UËJ)s«D4ý&DŒ½I','',0,'?'),('Q÷âFûd„í²˜u1jV\r','wp-content/plugins/jetpack/modules/sharedaddy/images/smart-stumbleupon.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Jä_°l»}ÒP°wcsV','þ0Ï‹«\ZíÏ‡`—»¡pB/—Î·_ÄÐ©§¶+Á$Ó','',0,'?'),('}åôü%:eCÀ~Ö&.Iû','wp-content/plugins/jetpack/modules/sharedaddy/images/smart-stumbleupon@2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ØÊ|‰Låå )PfSæ ±','Fò0àå ¶‚¶†ÚK·í¤UÅãy\'Ò‘nCXS@','',0,'?'),('O’XGÉ\"®…/£à7lÃGK','wp-content/plugins/jetpack/modules/sharedaddy/images/smart-tumblr.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G„);£ëÕ5M© 3À–','â`iÝ¬ÇWÑ9v°fˆŠõï¯¬ê/†wi6+','',0,'?'),('QAÚ4’ËÉìu£_Ù˜0á{','wp-content/plugins/jetpack/modules/sharedaddy/images/smart-tumblr@2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‚˜+KÓŽô_?¸¡åÉ}','bžÀ¡;ÿ’Á˜Œ‘3×\04;¹cáXÝ®?\0„@wóy´','',0,'?'),('‚¤mžY²=lQ\\eæ.','wp-content/plugins/jetpack/modules/sharedaddy/images/smart-twitter.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ç½øÈ½~È+òF“%…®','„1+*ì·‚à7Š\n:	\'V«Wü}LG,Eþa ','',0,'?'),('Hí-š‘êTM‹\'›Ó¥','wp-content/plugins/jetpack/modules/sharedaddy/images/smart-twitter@2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}‘müŸ^5d± I|!¤','EEÙö[ã.Û&•4¦~…ì§ÍÆçÓ©æ¬¥’‰Ù\Z','',0,'?'),('óluâ“Æ¤ëŽ×\"E‡p','wp-content/plugins/jetpack/modules/sharedaddy/images/tumblr.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¸¼MCÈˆþ\ZÒÚ$e@×','^	ÛˆCäö\Z¿ˆÝo\räc—Œ’÷niû®š•>','',0,'?'),('?è!†–„EE™‚5NKH¶Ç','wp-content/plugins/jetpack/modules/sharedaddy/images/tumblr@2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X`zyÚë5Y†½™GÃÇ/÷','~Bí—Þö¯mh¸1lð­dõ\'ü`ÞPBXê~','',0,'?'),('B\Z\\çmó¥ßq Ûë‡ÚñV','wp-content/plugins/jetpack/modules/sharedaddy/images/twitter.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','kÙæzýMR,Lì”u’jå%','a­žŠ~Ò±ç™ªã2÷€™xwy1à˜†¼lÚÉh¬','',0,'?'),('hLÍÿù¼}…íQÆd¦/ú','wp-content/plugins/jetpack/modules/sharedaddy/images/twitter@2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ì^²ôÝáñ€¶¨*n%À\07','ÉÁOà~efqŠ2¹Ï‡YB*Øñkñß![Ì\'z','',0,'?'),('GÏ½¿¾® v¨ÝuZÂq','wp-content/plugins/jetpack/modules/sharedaddy/images/wordpress.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¯^ŒrN†óÝ„\r;sq—','\Z<9á.ýÊ»ýŠˆ/öƒˆ!FÜÓ“°\nÊ@2Ù`','',0,'?'),('È(µ#×’tÞö—¹G)´®','wp-content/plugins/jetpack/modules/sharedaddy/images/wordpress@2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÃòáŸî¨gáÓ‚*îµe','ÂÊ’íl\0KÞ³?®	\'ô8’Ó)HC^ˆ²M ÷','',0,'?'),('Äup\n¯_†êþ†nƒ~/ÅÑ','wp-content/plugins/jetpack/modules/sharedaddy/recaptcha.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','—YŽ¼ \\Ú{e-;õ–€','ó×›œsyÊ\'ÌÿÅCs~1PC‹\nàöï $_:{','',0,'?'),('”šK4¹WU‘ÏðDÝ€','wp-content/plugins/jetpack/modules/sharedaddy/sharedaddy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','û´Á§Ä[›¶\"Râî6k”','gà—çyƒb×~Åù?Z[K{BD\rùÑ E WdâÍ.','',0,'?'),('U5W¸G<^©Ã¬ÙÌvÈ','wp-content/plugins/jetpack/modules/sharedaddy/sharing-service.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';¹bT»­©\"o©@¥i','œ<×\n†î}v<ø¢¡Ò•Â×ÒƒßßÔ<Å ®&?','',0,'?'),('=¹·Dë³uºRZÈÛ®¤%','wp-content/plugins/jetpack/modules/sharedaddy/sharing-sources.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8‹UÁ{ê\'4H\"\0wÕ','ÊÿJ‚1õ|8æ9‘êéäyÐý·¶ˆìð,ˆNp|Ai','',0,'?'),('l¸hÐºùÍ=·ýÎ@as','wp-content/plugins/jetpack/modules/sharedaddy/sharing.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$x`nîk·ÛmÜ¦Çíç÷D','%—Ê®ê÷Mÿ=õPŽ(EåJRJE¾F\Z>±Ö8ì¢','',0,'?'),('KqfÃ˜ÍI\rîž-O!Þa¿','wp-content/plugins/jetpack/modules/sharedaddy/sharing.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_~žû×è‡0ÐÕ‘kvJ3','Í bÜEÄf9ä\rêÈnLÞðAÙ³5C)ökü“±','',0,'?'),('•÷âðöâ½Í÷´É1ñö','wp-content/plugins/jetpack/modules/sharedaddy/sharing.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<˜[HEª\0ö‹+éÂ¤ÆY','Ú»\"HL¹XHÞ¹ª´ŒìéÊxó!“ËÜÇ	CÊžð¢','',0,'?'),('²o©æª†,\r–;þöÔ/kÄ','wp-content/plugins/jetpack/modules/sharedaddy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ë)¡ßm:.\0’¦B!œ5»','ŠeØ‘=ÿóyÓÞˆ7.Ó÷ áèÿîÔE´Qô¡î›]²','',0,'?'),('Ó:9ËX×9TA&»p-o”.','wp-content/plugins/jetpack/modules/shortcodes/archiveorg-book.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¬Ò¡ZGGuÍ©ÑÛ‘QÌö¹','Q²¡”º¢RO<3/`¼þ6hH(?¯`0=P¾j','',0,'?'),('í~ê¯ÕsŽ=Ç^Öüñc–','wp-content/plugins/jetpack/modules/shortcodes/archiveorg.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':H’ù.tí+5ÜÑ ýÌ','T÷…,©ë´™X.~,yò¬:]‡ç¬4”†xyÖÎù','',0,'?'),('Cm´z—ËóÖ\0JÓìÚw','wp-content/plugins/jetpack/modules/shortcodes/archives.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¥Œœ¸Í¶[‹ÕGQiú','€én˜‰Ì(°³\'µîã8Õã¯PkFçp¶ƒ³z','',0,'?'),('â5ƒ/Uy„*8¡ÙŽhQô','wp-content/plugins/jetpack/modules/shortcodes/bandcamp.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9ßô}Á‚Ê…²ºôPel','ÉÑEq$W•««ÎÍÇªûN¹¦ŸsÇ¥€n©°','',0,'?'),('/÷°ÖE«YcTš>h‚','wp-content/plugins/jetpack/modules/shortcodes/brightcove.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r*\Z›éýRœ™ÜgÂ˜µµ','Q²g¦Áþ4ŒÛlçqÃ\rŸŠ^ÞYË ¹š¨†óªa','',0,'?'),('”Í+Œ®Ô­ï*BySJf','wp-content/plugins/jetpack/modules/shortcodes/cartodb.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a$Š¾÷uÏŒâÊE·','ÖxŠŽÜ¢;å€â3T&œ~6Š€ü$t_|','',0,'?'),('k^ãÜO¢hQ-M_Î×','wp-content/plugins/jetpack/modules/shortcodes/class.filter-embedded-html-objects.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÒE¢ ¯Í±…ÿì	Î6#x','9ú\rÞZ)ðJ“BÏã ±A¡xPv ŸÌIp\rÜNÙ²§*','',0,'?'),('^ƒ¯Î[ Ô¼NØ€;O¥','wp-content/plugins/jetpack/modules/shortcodes/codepen.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','š-N2ueÑo ±bº‰j','MiŠú %¸âŽ\\‘¦%§µ¸\'”Ž™Ã™°õ\'èSö\n','',0,'?'),('(û(Àç)79aÙ)ÞZC','wp-content/plugins/jetpack/modules/shortcodes/crowdsignal.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÒÜîÑ›ZiX ïàr•½','o§)ˆµIÌT¶R÷ÿÎðï”\"Dò0Ö$^ü©äb','',0,'?'),('ëÈMtmâÞ?p¸0¯<‹','wp-content/plugins/jetpack/modules/shortcodes/css/quiz.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÇdÑ;\"Ÿ­3š]Ì¬¸TÆ','.Ðo>¯ùçÔ6²”Ý|uT‹®;\'¹ù–¯Õ\"™«NnyŒ','',0,'?'),('Õz”úLPGó\0=æÓ','wp-content/plugins/jetpack/modules/shortcodes/css/recipes-print-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','„4&ý-l½5â3bŠŠJ','\'\"ž¥˜b?7{<ª~¸~2ju&qNÿ9ëñ\Z;x','',0,'?'),('„nP7¤ãBÍz•Ôšv$','wp-content/plugins/jetpack/modules/shortcodes/css/recipes-print-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','„4&ý-l½5â3bŠŠJ','\'\"ž¥˜b?7{<ª~¸~2ju&qNÿ9ëñ\Z;x','',0,'?'),('/8i«Uc\nìu¿¦c@¯','wp-content/plugins/jetpack/modules/shortcodes/css/recipes-print.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','†ËØ<M¹¼‘›ÍY	…­ðé','lóqâ´àŸÚž’å7¿u¦Lt,Û»øeý¿f','',0,'?'),('‹Ó3Ä#¿HtöJÇ£@u','wp-content/plugins/jetpack/modules/shortcodes/css/recipes-print.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','€)êÄ“nÍ3X\"XÇÌ“','Tæ{;’q/Žoüæ°@þÐ¶Hø½:Õ¡`þ*ÒŽ','',0,'?'),('\'|–_Â“<Cg›·Ç','wp-content/plugins/jetpack/modules/shortcodes/css/recipes-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hL„:„B)¦½©tTí','»±y\"g8Å¦o™Ü”‘½­²wªp\\BŒpëëý','',0,'?'),('<WfC¹Îg#êí•–·ž','wp-content/plugins/jetpack/modules/shortcodes/css/recipes-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hL„:„B)¦½©tTí','»±y\"g8Å¦o™Ü”‘½­²wªp\\BŒpëëý','',0,'?'),('ÙèçÝµþ}™ÞS.So~mË','wp-content/plugins/jetpack/modules/shortcodes/css/recipes.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ìf(2ðÏ$xCg\"”3aÅß','¤ñiöª@}]üÌq³B—;8Ÿü¬þEán@ºÏÖ','',0,'?'),('`N3mlPgNsowÆF®','wp-content/plugins/jetpack/modules/shortcodes/css/recipes.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?6ÉXdÉC”`!~¯Ìp¦','€±ãÊšØZ×ÛDºÓjúåÌ’Eç[:BµŒŸ~å‡Ü','',0,'?'),('‡<¤”ÖFŸH!r)‘d·³','wp-content/plugins/jetpack/modules/shortcodes/css/slideshow-shortcode-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÕòøŠÀ»/ÔÇålgg','QIüaKläõÌ+÷~}íp‰ÄRFÌß­½iQ£‰CP','',0,'?'),('8Žû^…VbÊV.{7$*','wp-content/plugins/jetpack/modules/shortcodes/css/slideshow-shortcode-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','îð2Ú²w\\‹|a±_öq·','¹õ=qAzÖvHwY&Ý-ÖÑgUÃQ[ÑìX>24','',0,'?'),('³ëÐÄ˜å`„í“hñåoj','wp-content/plugins/jetpack/modules/shortcodes/css/slideshow-shortcode.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1³öÇ\'å}òˆgYŠ³-E','fæžÌÝ\nkêèÔ×r^iì\nKçµEx×Š žÆÝ0ì‡','',0,'?'),('ˆ}[*: Kå	MéIH','wp-content/plugins/jetpack/modules/shortcodes/css/slideshow-shortcode.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÅúcÛÑ9“Fh1E9‰ï€','“e®¿º^V~ã4Ñu&ñæ?]\Zm\\Nƒ?Ó:ãïç','',0,'?'),('K»µTGšBÖs`¤ Ý','wp-content/plugins/jetpack/modules/shortcodes/css/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¼Ö0õ²y	*ž±Ššê,','¼£KíõC)Å¹\Z`©´¤MpÉ{±òÉ}`»0›{','',0,'?'),('“lM[Ü…0®ëû²^_','wp-content/plugins/jetpack/modules/shortcodes/dailymotion.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','aàuOàéoû}š%','« ZuòyÙî¶	´…q¿*Ò>	^©_‚`\"€oô¾„ç','',0,'?'),('ä¶ÑmKL\'›%(\r&—É','wp-content/plugins/jetpack/modules/shortcodes/facebook.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','°ÿ~ãt|C…¢f&¹bÌ ','SÏ˜ØˆôuÒ×}w^ÌÐáŸH¼ÅhÈ œf‹tŸgÔ','',0,'?'),('ŽÌ‹CÈRû½N³q»9ÞxŸ','wp-content/plugins/jetpack/modules/shortcodes/flatio.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&Ä-,Æ\'¤¢	`›_rÁ','Ñ±%Uà&7vþ‘xÃ2(öG$qÞ1Žd‰‹l|Û8B','',0,'?'),('Ërè5`—Â×[¢~aË¼¸','wp-content/plugins/jetpack/modules/shortcodes/flickr.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','à‚	¥É‹‰Hó©ž&¼R','§4¾\0–£9è¬jÁ1ÓJA8ãqíÞï:ª;<‹Û„','',0,'?'),('Â9¯Û+šbÛ\nä8QÍ','wp-content/plugins/jetpack/modules/shortcodes/getty.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ŽQSÛdÜnÁÓpB-¡','fQ_€{š24«œºS«³ÐQ×h¬_«î$Aw†¯Ç”9','',0,'?'),('„&ÔlN¬UÏÐ¹¡’¡j…Þ','wp-content/plugins/jetpack/modules/shortcodes/gist.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','qó?œ±‡_OûÎX}','ø‘¸ê?¾Ým–it&C*¾¿*†^#W.8¸¥õ','',0,'?'),('û$¼—ù)÷@lY;bƒ','wp-content/plugins/jetpack/modules/shortcodes/googleapps.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'\"Âë±·óí.|d×(|a','L%-T(\\™îyÿ’ÇÜÐ=¸[Œè+%êNp5','',0,'?'),('Lq¼¢ÑR\nK)6zœ8','wp-content/plugins/jetpack/modules/shortcodes/googlemaps.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','œWpÎŒã7%”Yù^(','@-ƒ·”¿¥šný„Ù½nŽíÕÁ}/³¹ØJtü,	ÝoæR','',0,'?'),('qÙ“°ÒµÇu’M	\\ß','wp-content/plugins/jetpack/modules/shortcodes/googleplus.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{—\Z§.K£ÍÆú¤o','¹«&øb<uÕ Äƒ÷æ‡e¨Ÿ|¸¤OAÔ4:EË','',0,'?'),('F¼Ôˆl2þ—äEF¹áºÙ¸','wp-content/plugins/jetpack/modules/shortcodes/gravatar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','žã¨ûÌ','Þç|Ûì§ÍGÓwIúm˜Ú*¯˜D*\\;:FÅúœ0','',0,'?'),('t3ÂØ«÷ìµ¤’ÿ+w3','wp-content/plugins/jetpack/modules/shortcodes/houzz.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‹§Q®Àº;$9&lo','dÅ2Ä¶o\ZÎœ‡­X¾Ÿ9U>˜îiRSÛ8Bdž','',0,'?'),('aÀ·.ÍY\0b©k-˜\nJÒ','wp-content/plugins/jetpack/modules/shortcodes/hulu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','øKÍéùæë[™ŽI','¨ˆnÊ¨ûöm†úÏYŽúN«\r¬ŒoÑ%Jdè—»®ÝCÔ','',0,'?'),('Î?XÝQRE°\0¦ž kR','wp-content/plugins/jetpack/modules/shortcodes/images/collapse.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¦†\Z$€RLŒP&¢/PÛ','8¹Ë\0(‹ùÊ­0¹…rwJáÑQ±Ÿºg÷ÓÏÓ,=ÅQ','',0,'?'),('v?U\ZÏnÃŸßJ57?','wp-content/plugins/jetpack/modules/shortcodes/images/expand.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ñ+îñ¼¨é9Þª²ÒF™','Å]Ü‚Ò°©“27×\"@’\nMw—xŠEÜDOy´','',0,'?'),('j—Ô:æ’ßON10º¤ö','wp-content/plugins/jetpack/modules/shortcodes/images/slide-nav.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8ZíCÓj»~ºé¾´¹','Ó2eû\0ÜyK\'œÞiÙa”õ,»gìe©…ö7ß*†å','',0,'?'),('½*çøxXª.Ð(\"PËå','wp-content/plugins/jetpack/modules/shortcodes/img/slideshow-controls-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O8ü¿[§Ö\Zø;¡Œz\Z7','0\\Š†;³Þtãm/YÑ$@?½Ž&5ˆ…:…‹é“','',0,'?'),('}‰#~Èï¦¢!ÙÇÈ#','wp-content/plugins/jetpack/modules/shortcodes/img/slideshow-controls.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r\\ÿºãä=ãì¶&OJ‡/','xc²‚\0¾*‹&5}Íé‚~‚2š=vbG×æ‘lÉÍ¤','',0,'?'),('q^¬Ö¨Ë^¡¡Bó¸®Á4','wp-content/plugins/jetpack/modules/shortcodes/img/slideshow-loader.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','PEûeäp D~$«’a','Ûýà;á$^“U\\3P!èéÇE9h‘™ÒÔ»ÌþÎ','',0,'?'),('mkÚÞxÅâi›†	W…ÿv','wp-content/plugins/jetpack/modules/shortcodes/instagram.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';Z°ÉM€ ´àné¸','ÖšjIÂÍý˜y´ì°upÁj´P\'ÇŽJ–¬Œ[êæéâ','',0,'?'),('âMdõI»Ú˜‰€>','wp-content/plugins/jetpack/modules/shortcodes/js/brightcove.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¿üiA\\µš}	i—WÎÎ','éÈdß¼´`$7N³hÕkpÞÉŽ•$ðë{Ö]t‹ÄÛ[','',0,'?'),('gOõÿ«\0Ûº@U(±KšE','wp-content/plugins/jetpack/modules/shortcodes/js/gist.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d®ÍžŒU5½ãW;Ì7','Àôäö“{,£\nîÅõ¼§Ë*ÁÌæK´þ Ü\n)F','',0,'?'),('Æÿßôý]Jv`IŒÉ!','wp-content/plugins/jetpack/modules/shortcodes/js/instagram.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[Œ2Š]W/ØÆ“Í˜ø','ûwRÃ¡øY!Ö¯\'ê¤÷È˜Ñžn;‰}”r','',0,'?'),('Ö{ÿ<þd$ëÜç‹ÏŠ','wp-content/plugins/jetpack/modules/shortcodes/js/jmpress.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ËTô¬&‰ø|¿ßÁÂ³s^¯','Î€ë·þ\rÓÄQl¸‚žš?·%<I|Z88¦:7','',0,'?'),('ýU}âjžœÜßHætý’','wp-content/plugins/jetpack/modules/shortcodes/js/jquery.cycle.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Á|4¶9]éá¤g½£L‚I\0','…\nt›CåZá¶$ÍØbt šì(™7ŸM±Ñ¼','',0,'?'),('”¢‹7ZµÆ0ëÖAiè','wp-content/plugins/jetpack/modules/shortcodes/js/main.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¼ø¯r	]¿€«|X\né','¾°©N…!|k\"éÌÄ.³¯ÈuR\r5Á6;€î,C','',0,'?'),('êK¬5Z¦T ãÀcÄ¥','wp-content/plugins/jetpack/modules/shortcodes/js/quiz.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7Sû‰@À™q\0à¦‚A','Qµ³ýN\Z¢Î2}ÔH~’ûk‚:l!ËI\\žb¸ãÿÝ','',0,'?'),('¿ÔÑêÒÏÏ	úyrË´','wp-content/plugins/jetpack/modules/shortcodes/js/recipes-printthis.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ý©1™Süd?½Ç‹´','QÂŠÜÌ?&˜/Q=q\Zj˜bÑˆÿ ‘~úów‡è','',0,'?'),('q~ä4!Ÿñå¹Ëƒ!\\Ð~','wp-content/plugins/jetpack/modules/shortcodes/js/recipes.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','—8ÆÕbÕo!z©‚¢','wÏ%†é)bcÜ¥ï´3Ó»¶Ía…è«â¤Ût­','',0,'?'),('\"Â‰®xB&Û¥èiµ…','wp-content/plugins/jetpack/modules/shortcodes/js/slideshow-shortcode.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C‚‹Ùüc¦;À\nŸhþ/','}\'s\\ƒ¤éÝ¤&ÑK AÑ’Ò–ÉïŽ/¼l','',0,'?'),('8Å	”ÑÅÈ.§¸ÅÊ†ˆ±ž','wp-content/plugins/jetpack/modules/shortcodes/kickstarter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(–{hlÙÉœ¤mÕï','ÊÀwê-ûcã±&Ú¯%Ð”%€x\'ðaÎ+Ú6Ú','',0,'?'),('ü—Y—É}s2ã—Ž\\‡í','wp-content/plugins/jetpack/modules/shortcodes/mailchimp.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Qe¼Ýël:ïp]º`M®d','\0N£WÉ;S_*œ•˜žö¤GÃŸÊËÇbt†¾B±Lú¤½','',0,'?'),('ÁIXQ†áî ŸÖýÇÀÌ','wp-content/plugins/jetpack/modules/shortcodes/medium.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1Édd}d3%}Ý×õg','\ZL::G=?âÑ\Zr‰\nÖ­n@Ô„m!ñÛÑ?Xð','',0,'?'),('i,‘ñ8ASSâ ¶cé»]','wp-content/plugins/jetpack/modules/shortcodes/mixcloud.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¢.î¿âÍ<Ñ¨\\ÌÛ;Æ','¶#%sšN¿!#kÇ°5žzÑýtoó$Ç U/O]','',0,'?'),('M“è‚Zš°ì3UM\Záw!','wp-content/plugins/jetpack/modules/shortcodes/pinterest.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m;	]?Ž¬kÆ]cß	€?‡','C\"¤³Éï©¡g‘KÞxÓ-ãÜ\r¤>²ãˆò0¿WÙÑ','',0,'?'),('É1f\\X§x?3¶«H','wp-content/plugins/jetpack/modules/shortcodes/presentations.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','˜42,EíÃÝzL•T','±hƒN‡|«k$SD{‡±g¯E× šªªºp¨Ú','',0,'?'),('¿ˆÞ‘©JÝåqb\0á\0þ','wp-content/plugins/jetpack/modules/shortcodes/quiz.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ê-±&\r6JJ4\"\"r|.°m',')^“ÓS$\0ªåÆk½,õ…œñ’N³Wì‡’EÓ†ö','',0,'?'),('ž÷´³¨Æµ&ÿ²˜³$_š','wp-content/plugins/jetpack/modules/shortcodes/recipe.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f™ðjwW¢5MrçÍ½','­ã\\Ü¬ÝêoÆ³G\"Tè8ò\\¸W6ˆ¡“˜¦(c[A\n','',0,'?'),('M¥y+á{ß@&ðb5Q','wp-content/plugins/jetpack/modules/shortcodes/scribd.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÿXit_çÏû©(ç4›DÏ´','Ô¿˜o\"Ôñ¹_^šF/ô±ûK·*z‡fÅ®ÂÁß','',0,'?'),('#¹eú¶­G#Ìé‘ˆC&Î','wp-content/plugins/jetpack/modules/shortcodes/sitemap.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','­ÒBwÐ!r±rJ¼+4','…¡gtÅñî SÑMÉÛ³ËÅqôö¼d\0Óúìš\\Ú','',0,'?'),('”gÌ	â×Íí\0ÄÀÉ6>sè','wp-content/plugins/jetpack/modules/shortcodes/slideshare.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8ºø\\\0i6ª‘™øVí„”','—¹}º‹æ\",±šþ+u	×*õæ1¼šh3ÌÆü³','',0,'?'),('Ñ@<0_m(C}U„K‚ç','wp-content/plugins/jetpack/modules/shortcodes/slideshow.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','™+º›g³ÃIYõˆ»Û','ûXçlTN¤w3©Ú—&¨Ñ\'ˆÎ¶44Ò5K¬ë2^','',0,'?'),('PA¦p¢Q®áTúôh','wp-content/plugins/jetpack/modules/shortcodes/soundcloud.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`z¥u|#¤Ø÷3\r(Â','¹=ähg/ÐÒ	„ÇÐz9ßu[“æÈfG%G­@é','',0,'?'),('ØöI±?[9Èl¯Ê–·ùÃ','wp-content/plugins/jetpack/modules/shortcodes/spotify.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','WÉ`ÓªÐ–&¦U±¼Ì+','L½r1$iSÂ¸Ÿ›ï:Þ¡èÂ]¼ƒÕ%ØO5Óñca4','',0,'?'),('¢-S_øüÏv@›‹','wp-content/plugins/jetpack/modules/shortcodes/ted.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','érBÉk)##]\'\rÖÓ„ˆ','!ä3³€F}?Þ•(mDSF1àI€›-2n¼É\nuÿ^','',0,'?'),('¹àõS^(î„ªlCvl»:','wp-content/plugins/jetpack/modules/shortcodes/tweet.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','iûtŸ~ð§\r>áµ8;ý¿','<L”}¢Ö`]Æã‰mÔXo!>š…‘W™kô½›ÏÈlé','',0,'?'),('^ÜY;KHy±=ü$V^T•','wp-content/plugins/jetpack/modules/shortcodes/twitchtv.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','õ±-µz§Š:äÞ!f','ìpÙz^ú<@F”ßþCF&¬€òðoòZ^.êc','',0,'?'),('¬öYhÓ8½«ÚÁ{UÜƒ<','wp-content/plugins/jetpack/modules/shortcodes/twitter-timeline.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','eÕ¯5g\"(úŒÈ§©8j_','€Â ¸½ZLªõj+~¯Ör¨®I=ÆÚÚç$yŠ„ƒÜ+','',0,'?'),('²™ÉOœ@\"i|ÂÅï0C$','wp-content/plugins/jetpack/modules/shortcodes/unavailable.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','˜a t€\'\"ˆ®®¯8¥¶é','Q:Ü¾bþË³…²ë_¼®Â?âwÅPéûéë','',0,'?'),('É3ŒXêP?di¦\"\0Íp','wp-content/plugins/jetpack/modules/shortcodes/untappd-menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ª(&ôÛýK_Ô“F#†dQ','ôCÞ›”MrotPñ?I:²¶{”nökÃ^ûÀ}¸Ü\nA','',0,'?'),('7(ÊúI¶Ñ•º^@ª?Ü','wp-content/plugins/jetpack/modules/shortcodes/upcoming-events.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','òÇÌŒO®AA\\\n•','·ÿmèØ!°üˆÇÿ_Ë¶ª±MÕ^Ú„„ Ôþ~Îøb','',0,'?'),('‹\r&ÖJÈ ÿP[.£ïùp','wp-content/plugins/jetpack/modules/shortcodes/ustream.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0Q=¨)‘Òi†(&â>','‡>\Zà9âî8M6\"uBÌLT¹Í­}ç_¢O+¥Û*à\n','',0,'?'),('ú|FÂlRÑƒÑ9ÓÆ','wp-content/plugins/jetpack/modules/shortcodes/videopress.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'ù„Lv\'ùßÿûó}{R','xùG‰š Zª®ð{þ>ÙžZË_&çWH³„¬.âkÓÿ','',0,'?'),('±iT{„å¸‡êå 0FÂ','wp-content/plugins/jetpack/modules/shortcodes/vimeo.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I‰\nÊ~sŸ·á­Îk¿ý','gsè\Z¯”X÷9ÂÐþéæÏƒDÉôe™é½JEïP\r”','',0,'?'),('4 ~_BƒƒÊ·ùä\'bªó‘','wp-content/plugins/jetpack/modules/shortcodes/vine.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¥5QÇ+N‘(i‰.þ\'ÿú','<‚}À÷}0Ú’\0ê*‘Ð’.ï¶†7Ðö8ÄSÊÊÐ','',0,'?'),('—‰!ÙI§Ž5½þ)pÊ#Ì','wp-content/plugins/jetpack/modules/shortcodes/vr.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','±ˆ¨.Üá.%mÉø‘Ð','–§áLõJa¯#åæ\' iLE[žFRÚO<¼)K8','',0,'?'),('_¬=¦a`†8©rïµÓzs','wp-content/plugins/jetpack/modules/shortcodes/wordads.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','©‘p£¾ŸžB;;a~‚É','ÃÝˆO Ÿ¼mG\'‘\'’.ËnÜ«,X8I§!HÜW!»','',0,'?'),('÷ØÇƒl\rç¡‚®É','wp-content/plugins/jetpack/modules/shortcodes/wufoo.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¬ôÍ—	ÞL¯²ä÷» ','jâçD8ÉHTúº”½ýþ÷=Â«·¬#	EÝõ','',0,'?'),('òáØpÄ€Ï?:—g~¸r','wp-content/plugins/jetpack/modules/shortcodes/youtube.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y\0<8~°€¶À½Pt ','Ò`A\0ÎèÒ?)ìOx-RÆòIÀÌÊä|EÜ-UIÇP','',0,'?'),('ÈöÂo¿ém`˜\\	%-³o–','wp-content/plugins/jetpack/modules/shortcodes.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ŒÊö6zÍQ[ô-ï@\róG','.ƒëTVÈóv¸Ü-\r¿‘÷–¼Zj¶†Û\nÕÎs ,õ','',0,'?'),('ºP.îª+Þë¯ £âï¸','wp-content/plugins/jetpack/modules/shortlinks.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÜWõ?`*¼jVÍûS’\\','´±Mà#£>Ù8\r“<ÆñÜäOx~‘f!ÝÁK4YLa¥W','',0,'?'),('>4Ð\0cê6;Íba÷)','wp-content/plugins/jetpack/modules/simple-payments/paypal-express-checkout.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I5#üÞ!IM^!‡rS0','F~¯öQÆâ^ræ× ¤\"rdHÄÒõ)Óø|¯¨‘Ê','',0,'?'),('píWƒŽiú×N\nPj`','wp-content/plugins/jetpack/modules/simple-payments/simple-payments.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','öÂÖNkcaObXÿ+LS¾','ØÚ±úô¾©ô­_7Úâ?FƒÏÐ9¼5R:^ß','',0,'?'),('9”ó¢Q0ŽÚ8é£¨C','wp-content/plugins/jetpack/modules/simple-payments/simple-payments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','zU®¼z­86ã,','ñë\0ÊÀZ*›ÉÉõhsBÙÉµ>HYêP=U?ŸÓaWÛ1','',0,'?'),('Lµ|ÈuN\0š/Q >‘x','wp-content/plugins/jetpack/modules/site-icon/site-icon-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3Ó/ÌH#¦íx›ãL0«&','Ç]àrb·<<,ôžˆ÷O„^kX*m“ñ­Ù¼÷mX','',0,'?'),('õ\"óMðGóHËˆ«ØLa','wp-content/plugins/jetpack/modules/sitemaps/sitemap-buffer-fallback.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÄSLü~cƒ‚þ\Z¾´”y','SœŠ[âã©ýZmJâ5+æTU¾!~í›»k','',0,'?'),('-lX“1;q g¯´p(','wp-content/plugins/jetpack/modules/sitemaps/sitemap-buffer-image-fallback.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m±è)ž· ±Ú(—r','Â;fÕ÷P=mßõºÒ¸Iw–ýÔ³¿óÞÐèHš®','',0,'?'),('8~P;\ZOôç—,xý@ã','wp-content/plugins/jetpack/modules/sitemaps/sitemap-buffer-image.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ãë<x9E\"#‰°RâZ[','Ó	6‘ÛòÃ±}•íÂŸGpÆžýV¸“{ÿ‘äÀ','',0,'?'),('+_­¸‘íÍÿ0íWñw¤','wp-content/plugins/jetpack/modules/sitemaps/sitemap-buffer-master-fallback.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','å`¯ÙÃ±T89q‚îÍÑv','\'Z§/å¤f*…9òš.äA¦e<â¡í\ZJ$TKÌ','',0,'?'),('¤V_ášD³DÏ>Æ»','wp-content/plugins/jetpack/modules/sitemaps/sitemap-buffer-master.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Jc\rXžyÊ“XÃÅ0+„Û','À_ú	[3;£z­Lßò(RHò5O‹‘1ß9øx‹á[','',0,'?'),('Ç’à#[ÿs¾þÕ½I~cÊ¯','wp-content/plugins/jetpack/modules/sitemaps/sitemap-buffer-news-fallback.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¯ýöÜ2Ó‰ßv`š»ìC','Žø9•0>r>ÚÕOg§-—Õ±)*Pã€ô³qµ','',0,'?'),('Ÿ‘,ì®y°Ïè©\0guˆ\Z','wp-content/plugins/jetpack/modules/sitemaps/sitemap-buffer-news.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','õà&“÷l‹‘9‘bè','s©šõL\"ê›×—R2mH.æjÏD»‘vºk','',0,'?'),('6Üø¨šJ™p;öŒ<ä','wp-content/plugins/jetpack/modules/sitemaps/sitemap-buffer-page-fallback.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' MJC`?”?eÈnyE’ª','çÞKÙÕiGã¹q˜ß^@ù¿`G¨Åý&ýy |','',0,'?'),('`tiŽPÆ³<n‡+hn','wp-content/plugins/jetpack/modules/sitemaps/sitemap-buffer-page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','÷÷±¹[äJ‡Æ;ÝÏ²¼','FR,ºžW†ùØŠ…“ŸfáEôgKeû¦Ë^','',0,'?'),('àiëT\'Á‰yÛb_O½','wp-content/plugins/jetpack/modules/sitemaps/sitemap-buffer-video-fallback.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','So­2OÙ<g‘Ñ^f[\n','ˆ·—¤±\"nÓ£ïÍ×¾dG*²\Z&âÙ»ßl(Ãh(','',0,'?'),('Í:åÔ4ç¥G•394','wp-content/plugins/jetpack/modules/sitemaps/sitemap-buffer-video.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÏØWnDU_Þ;ŸLH×”','émš_ñð\"«°ÕO¸*³¡\ZÖV5‚ÈHÀÐ\\×Ãðì','',0,'?'),('öÈ>\"÷k Ø{••²Î','wp-content/plugins/jetpack/modules/sitemaps/sitemap-buffer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F¥n9ÔCƒX…Õ›\Z3','å:ì+”cúÁ\'(ˆÌÖù0rW…#“øôØìF','',0,'?'),('’“¸B\nPrr-	%\Z','wp-content/plugins/jetpack/modules/sitemaps/sitemap-builder.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ò–üHR-<w˜;7•ß','É;–|YBz\ruQGàfÿÂ@²å‚Ý1·¿Z­#1 ','',0,'?'),('åÌ`¡w€ŒáfÏ¢ÖÅæ','wp-content/plugins/jetpack/modules/sitemaps/sitemap-constants.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S:2–\0ÖÒ‚t«œi','Ï+d#•=ó!NXÞ™\ZŽ5§–%WJÅ@´TK{{â¤','',0,'?'),('f áAÕ1&]Ö¥»†','wp-content/plugins/jetpack/modules/sitemaps/sitemap-finder.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@þË|™bnÉ,»\\åVµ','+¸	¶Öesÿ·è¿.x°Rn)j”Ëjn¯Ç#ÐU','',0,'?'),('Ú‰IÄ\"`ñ&$Oc\"W¿','wp-content/plugins/jetpack/modules/sitemaps/sitemap-librarian.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ûÙ—Üœ§h4v]Y9-ÂT','¢Â–lHðŒ¬Ë_C~ƒ†Å!1@ã3Ao\'•ÉÕ','',0,'?'),('Y\n	¿evàíÕÄ)»¬8:','wp-content/plugins/jetpack/modules/sitemaps/sitemap-logger.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÖStäqoâ´¹ã\'*OÙ','Ë°þèža×†c‘J{„$%ˆd3ES½Ô$ÝÃ•P','',0,'?'),('Êh¹ÿzƒ¤ÞC	ûmO','wp-content/plugins/jetpack/modules/sitemaps/sitemap-state.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$ÁC™×iä1è\n·,å-¡','xÒÂ\0Ú¬Áì\Z­Û¼Áð–ÙiŸ—ë5¤ß4vZ','',0,'?'),('Ì¡AìL 3Œ;›Vµ\rË\0','wp-content/plugins/jetpack/modules/sitemaps/sitemap-stylist.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c\'&þH\\k*ìðÚrÙ9§','kÑ|â¥\nnu‚Ýá!F¥x•»Y›Kçx›ˆ€oe\Zë·','',0,'?'),('ºçoÿó——ëuwD‰X(','wp-content/plugins/jetpack/modules/sitemaps/sitemaps.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','™ß·Öùµ)øYÁñmü','óm=y–U& ®áÐWùŸV–të™HË#ÿ[áa§2V','',0,'?'),('¡œM±Z}QÛmãùC;ö','wp-content/plugins/jetpack/modules/sitemaps.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ØàcêÛÂ9„¦\0•\n','k°×Ð½œ³@Æ•9Tg‡BC¼™Êq‹œAÖ¹`','',0,'?'),('\r2„äKmÅÒ\Z@õ·Úü\\','wp-content/plugins/jetpack/modules/sso/class.jetpack-sso-helpers.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ƒð¾¹~X{Zxiˆµ§:¦B','– qýk¸ím,Ø5Ì~ÂC½X´\06?–Ãa\0V','',0,'?'),(')V¥w²Íõ~‰&\nV<éò','wp-content/plugins/jetpack/modules/sso/class.jetpack-sso-notices.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','vŽt§z:ÄOºUÜc×#”','ÎÔò£¦È¤ÇNK©†ò{µÑ¡PâŒ‰@ÃV79H','',0,'?'),('FâÃ ¦žhQe;KáR¨','wp-content/plugins/jetpack/modules/sso/jetpack-sso-login-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','tM¡~“|o½˜2Ékž³l','ø É´ˆý¾\n#{u{óM\"ò5a7oðCÁ]ÁF','',0,'?'),('Šë×Ø_…“\n1KFf\"…','wp-content/plugins/jetpack/modules/sso/jetpack-sso-login-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÕÞslIý:.`Šþ|F{KQ','Ëœ„\r#+Bt¶YŒªnã´c8üŠ‰ÊùÚ™»è','',0,'?'),('Þ%ŒCŒj/›ÞÜVêÁ','wp-content/plugins/jetpack/modules/sso/jetpack-sso-login.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','QTü¶Nº*Ž9¼J­ª-.','/Ïän‡î‚åZåò£·­À[tÕX[MæL˜°†0…º‘','',0,'?'),('°¹u„|s\ZÉOÒYã²','wp-content/plugins/jetpack/modules/sso/jetpack-sso-login.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','àãÑ”ÄyK&³:ü‡ÖÊ¶','öí;$.ø2˜Œÿó×ýÉÌ|¡Y6í G\\Ù^[l‹‡','',0,'?'),('¬{H\0¿‘ÛÔÄ½»bÔ','wp-content/plugins/jetpack/modules/sso/jetpack-sso-login.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','†’LkêÛ\"3XªMl¾','›0¾”&X¥\'{¬g][…n\n‡˜õî/1ÇÚ¬','',0,'?'),('Š:ù\r±¡gÏÇ[œÈêÄ','wp-content/plugins/jetpack/modules/sso.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Û¢ÏƒÄ‹:%Iãnmâk º','nsZ¹„ž)ó+{…ÒêCŒ–©ØRI¨ï®æi','',0,'?'),('Ï­Ôóì¦6nc,µ`¹<','wp-content/plugins/jetpack/modules/stats.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','QK›*?fRm<Ä¦','k¤ÝÝŸF÷¢i<¾++r+ióßKŽ978¬yÅ¦ëê','',0,'?'),('¥šëÙæ1®»Àþ`7<E','wp-content/plugins/jetpack/modules/subscriptions/readme.md',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I¨Ü.:$C×„:j]O†š','>éóëØpßý¯ãoÙÊ¿»CÊPØ§EåâÌXŒg	¯','',0,'?'),('˜ù‡ëÝöèH‚Ô±5©t','wp-content/plugins/jetpack/modules/subscriptions/subscriptions.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÎÜª¸ÄÍo,RD/!l~0C','èLïŠpmÓÇpy®TÁìqŸ(§3k×†=­Q¤','',0,'?'),('’ #^_øô1…«­á','wp-content/plugins/jetpack/modules/subscriptions/views.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÞC· m\rZP}µq³O–','H;„¶±‘[>òºh‡@ëçp\0ncŠÙ2ƒVš9?¼','',0,'?'),('i]×c%œ}	Ôýh”L','wp-content/plugins/jetpack/modules/subscriptions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9²ëº…þ\0ü‡	Ù K¤o','}ã\rb²¶÷Æã:¶$W	¤<Y8»×«Ð>â„çA','',0,'?'),('}ˆ‹UÇáðT9%ÿê$®Râ','wp-content/plugins/jetpack/modules/theme-tools/compat/twentyfifteen-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\nE­$š?%QÜÆ$Œéþ','ƒuuõÌú\n…ÒýqÙI ¯v»ª‰iZu¢³í','',0,'?'),('þð	ëCçAÏéËô','wp-content/plugins/jetpack/modules/theme-tools/compat/twentyfifteen.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‹Êfá?ZB°?€žKŽÐL','å×°Ù:ƒM‰•Ð$÷µìºÓŠøµ×÷w6ÅæÕL¹Îå','',0,'?'),('/“Öãð­W£ßâœ´S\0ž','wp-content/plugins/jetpack/modules/theme-tools/compat/twentyfifteen.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','£rEpogÛýõsïk[`¨','ÄúyCÅM½Ìè›lN–Ð6Æ\r‘ê.uÏ¯¬Do¢ø','',0,'?'),('ºœô^ožu?×d','wp-content/plugins/jetpack/modules/theme-tools/compat/twentyfourteen-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ŸBa òoªôn#ÅUp','Ò+Bvn¶b·ü0OœK1Sˆ•¹%ÔT0²q®#\"8íÔ','',0,'?'),('D4Y8!#_<ƒÐ·T²d7','wp-content/plugins/jetpack/modules/theme-tools/compat/twentyfourteen.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','€vÅ¸†#â}Ú[_Á¾æò','!”¡¶IÎ¿—\\Tìs™H¨gj+ˆ·×º?ÊÔÂdS','',0,'?'),('H?‡ú7ÛMfe)*wç_','wp-content/plugins/jetpack/modules/theme-tools/compat/twentyfourteen.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&ÐFW¡»tZá%IŽæ','½‰i™\\»yâŽrÌ\rÙÿÆ-ny®<#ÇðÏìaø','',0,'?'),(';«	¤Tòµ2Ð|Ó','wp-content/plugins/jetpack/modules/theme-tools/compat/twentynineteen-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S•FŠø°“VpMNÚº','Uú©TCÓZoÐÀvŒ$Uô)ˆÆWô@À|ÊN8Zˆ','',0,'?'),('JÙEÂ:ïËö&…xïo','wp-content/plugins/jetpack/modules/theme-tools/compat/twentynineteen.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Yß|ÿû!öš=‚©Z^\rÏ','Ç±äB‰z2Åúy ¬â@eºó¬žz_A­í3Þ[W\0Âj','',0,'?'),('¯Ü:XÆ‰áªrËÂ 1','wp-content/plugins/jetpack/modules/theme-tools/compat/twentynineteen.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w	qõºc™}Âtº†Çé',' aÕñÙYƒ8Ú–ÞÀ$r\\e¹	óî ×³“®òoòIF','',0,'?'),('cXK”úïkÃ=Î>','wp-content/plugins/jetpack/modules/theme-tools/compat/twentyseventeen.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','WäÈ>\\C£¹q”õˆ\r','º@(Iïk™DXCL\"K~³¿åžu^ŽÍ»2½òÏq†âJ','',0,'?'),('ÙçUª>¹yZx±!ú•e','wp-content/plugins/jetpack/modules/theme-tools/compat/twentysixteen-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','»ò\Z‰ð;êóçuŠvTè','®Û\n9üN›K×Øzt»!«¬”ÈL¸úþè‡ë]ã‚>','',0,'?'),('™¤ØË¤-qIÇ”v[E‚	+','wp-content/plugins/jetpack/modules/theme-tools/compat/twentysixteen.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ìR‰š³Nî<~ÇîuÄ','uxÏý³ß#…]·ÈOL—h·v+¦f© Žçi&&£\'Í÷','',0,'?'),('ØÐ…šJ9¥Ýê5\r9\Z','wp-content/plugins/jetpack/modules/theme-tools/compat/twentysixteen.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÐeŠØç…ç:>è=F]§Ë','‡>Ë‘·y°«2º‘wºG«+ë½o÷>¯u%Ÿ¹«El','',0,'?'),('ù@;øNè\n²°#¶|à','wp-content/plugins/jetpack/modules/theme-tools/content-options/author-bio.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','oÒp­s˜à±?áDÞr','#*(˜l0\rªK`°‡ôCé÷ÌÐl@qè+úŽ\\.÷Ï','',0,'?'),('s õõUì!&ÎA¹k®]','wp-content/plugins/jetpack/modules/theme-tools/content-options/blog-display.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','í&¹Ùk\\šöS\"k˜u¤â','œvÇöiÜâ4M‹ÕÊTÞPUD«ôkpÒwZx','',0,'?'),('‹ÍeëMXÑ\nFÌ©æë#g','wp-content/plugins/jetpack/modules/theme-tools/content-options/customizer.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÜŒh˜GÔ´\\ó (Š;!','²¯Éä ö#ýV†}%Í“|Ÿòûedn4³	','',0,'?'),('i÷Šð¢ä*I…bÉf','wp-content/plugins/jetpack/modules/theme-tools/content-options/customizer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6:0Ö…£Ü\"¨Oo™¥Ö','dBÉe¥ÊÏB]qó“˜îçKMy†€Bie[uä#CB«','',0,'?'),('Ê$=(ïZS½õHZ¸®²RE','wp-content/plugins/jetpack/modules/theme-tools/content-options/featured-images-fallback.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','…;À*ÐÒÜ«Óìj–“ï','CdG™Š1a÷£q¦gp+K³F¸T¡q¶¼a','',0,'?'),('Âã.f\n»’à…¥`Gõo','wp-content/plugins/jetpack/modules/theme-tools/content-options/featured-images.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Dí69óó/ÑæŽS‘Íf','ô\n çžÒò¸:{àÝäÎl3”\'MìÇÁ~^ ÷òBi','',0,'?'),('ý9N?=D@ùåõç','wp-content/plugins/jetpack/modules/theme-tools/content-options/post-details.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','øaŒËM<÷ï’ãÒÀ“','ªì4ŽÒÝhYØ?çè‰z÷R·Ñê¢^,RÍšÎ°','',0,'?'),('Î’ €7Sá¦ŠÑmÛ—','wp-content/plugins/jetpack/modules/theme-tools/content-options.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ªVÂ¬×‘ú?#ó','<yÅê:ÅŽÈÇtHhYžáòsÜ¨ôœîz}Ôh½q','',0,'?'),('!]@‹z­jò|çL¸','wp-content/plugins/jetpack/modules/theme-tools/featured-content.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','æÿ¾pr·%oà^0vq1=4','¤^A§[áp‰w7Íû|BñNF›¬Âr‚Käº\Z','',0,'?'),('k¸2nJ÷YuÛ³Š,OG','wp-content/plugins/jetpack/modules/theme-tools/infinite-scroll.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"Ñhs¶€_œ5ç§¢)°?ë','¬7é‚¤¬Å4`çÆõPuÚD¢Žì/£2p+ì #š6Ó','',0,'?'),('¶ÙæÔÚ*°¸„Ý~[	GX','wp-content/plugins/jetpack/modules/theme-tools/js/suggest.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9Ü6ßYíœÚ\ZGAFš\"','=ÝVœR“W8ùTÏ¹tú\r¡q%VÄ;TGƒ[Åž¤jÝ','',0,'?'),('”À­ŒY\Z…³²„©}®À€','wp-content/plugins/jetpack/modules/theme-tools/random-redirect.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','þk¯‡ý}2…I²Mgwæšµ','7v¨èÉcšQ.àj¶À”ruÝ,¹&›ÃdÑW‘{á','',0,'?'),('toƒ”¿ØT—$\\:¹IäŒ','wp-content/plugins/jetpack/modules/theme-tools/responsive-videos/responsive-videos.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','NCÌúþ@af`.k_zç','×äÕ´b”èøeû[ý÷þW4>W³™6€ÏoÙÜÏ­J','',0,'?'),('®ù£üÇ¬‰ˆ¸ÖÌ®½','wp-content/plugins/jetpack/modules/theme-tools/responsive-videos/responsive-videos.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ƒöt5±sCd’?üÞuÕ','÷‹÷#oôPŽ¼-»~3þ3ÿÝãxó Û6?ÖŠI','',0,'?'),('¨\rp4íÇ¥q¹½5	ÌºvÂ','wp-content/plugins/jetpack/modules/theme-tools/responsive-videos/responsive-videos.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.¼	\0¹œÌÄÓËæ','àÚÔ‘îÔÉ¥Á|_EeK¢Cê=7·÷e^¶»FZ½','',0,'?'),('ZçŽØ«½utÒm¤@','wp-content/plugins/jetpack/modules/theme-tools/responsive-videos.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Öçv1ÉòÖŠ\\©úP³','Á)XÆÿµkØÓ™ä°BƒÜâ¦ä³ð&ÜÜÀÝ€Û','',0,'?'),('ŠõaÍÞmÛÓä¥ŠÙx­','wp-content/plugins/jetpack/modules/theme-tools/site-breadcrumbs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i:jºŽtóqÂÓí\rjŠ‚Â','‡ýRôÿ$–•è½ÐF›L¨’—“Ò62ÑÃîBºÌ','',0,'?'),('êÍƒí,€ÖohNÑ„l ¸','wp-content/plugins/jetpack/modules/theme-tools/site-logo/css/site-logo-control-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','’ˆ‡¨:”Í± º<1‘œ','?6M}¼¨ÌîÉkjG;QÂš\r©-^Ç}$]Óð5ý','',0,'?'),('ëúy03ïº)à²–\0%®','wp-content/plugins/jetpack/modules/theme-tools/site-logo/css/site-logo-control-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ˆ¾†oòèÂD„2 ½ª	uö','¾^”< \"ówêAS$^××îj9Ââ\"Ñ3*','',0,'?'),('‰rcäQS<\nßk»õø¥­','wp-content/plugins/jetpack/modules/theme-tools/site-logo/css/site-logo-control.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N8×OÛƒ\"m ´ÔÃfŽ','Ò‡dÓo¨.£boIº°/èé°ü¨TSHÉ‡ƒpÀ','',0,'?'),('Ä¬…wmøfìö½oÇÅ','wp-content/plugins/jetpack/modules/theme-tools/site-logo/css/site-logo-control.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ˆÄ*Ž>‰ÿµË†¶¥\\','’	 è³w_úuhe»ÛK–‚²qS<—¯ƒú¬ˆ„ªöh','',0,'?'),('Iõ6/VEE|×d”Îí0','wp-content/plugins/jetpack/modules/theme-tools/site-logo/inc/class-site-logo-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Þ~³G_–Ò³ÑÒ]BVÎ','-}¿Yö?s*ë=k_iŽÆöàW WÈ¾)ÎkÃœ','',0,'?'),('•x>ÔÎB>•sõ¦wª¦','wp-content/plugins/jetpack/modules/theme-tools/site-logo/inc/class-site-logo.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ö ©›EÜ ¦œæ*|@ØcÝ','á€½ùþ½f+šÆ¨Ÿêâšï·W~]Þç¸œÅ{','',0,'?'),('çbÆ¨tq<>óvb','wp-content/plugins/jetpack/modules/theme-tools/site-logo/inc/compat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','14¶ÕxVv¯QÄÐ)bbéA','*Ð–à2B,ƒQ~Í]@³`ÈæØ\'bžpî`ìÇ','',0,'?'),('²§ãÛòn)\"ÿ–Îí','wp-content/plugins/jetpack/modules/theme-tools/site-logo/inc/functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{xÕ!¸|Raƒ»ÕüoJ','8áË}9éJGRQe¿iýfBøÔž Wœ§¹¯Þ€8 s','',0,'?'),('ä¸ùÏž­/~½Í*c)c','wp-content/plugins/jetpack/modules/theme-tools/site-logo/js/site-logo-control.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J¿Zúä†yb±—xw','Næ’	…gm|¼x~K¦¾gã…#‚Å«\Zˆ€€ï\0Zbì','',0,'?'),('§©\r.ŠQ‘æïŒ	%HÇ','wp-content/plugins/jetpack/modules/theme-tools/site-logo/js/site-logo-control.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>ÈîmD]•ö!Ä‹\rãîU','óÉ{‹ÃýyÕÁg.ï(-o KöA(Á{|+€CAŒ','',0,'?'),('¯~š¥Þ4Y.â‹Húà','wp-content/plugins/jetpack/modules/theme-tools/site-logo/js/site-logo-header-text.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9s,#¦ñ°W>…let•W','Z²Á{x?	ç_wòsÿ©ì×Ñe2,?5ÊÖ +E›','',0,'?'),('÷)³!¼j´²r¥!b¶','wp-content/plugins/jetpack/modules/theme-tools/site-logo/js/site-logo-header-text.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÛœË•êO“Ž­:”Œ¥ü','¯˜‰Ö\Zs2\'\ZžNsrGÛhly†	óÈ…hyøD!k','',0,'?'),('Ò±ø¿ÅtpDqú›Më²ð','wp-content/plugins/jetpack/modules/theme-tools/site-logo/js/site-logo.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','€Þ)¿˜kkÒ#WÝ&(','¼*±Ä°Æ8Ó°Ü­.ùÇ˜/¸x&ü«ÒÝ¬  }ò','',0,'?'),('Õ¦°ˆê´íB$\naTíb*','wp-content/plugins/jetpack/modules/theme-tools/site-logo/js/site-logo.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¿%(ø-Uñª2ÂÐª>','\rÒä‰v„ÓÂ:\0ëyÁfM9sÚSny‡3¬ÊšÓ\r','',0,'?'),('NWLM¢JµÁšá8Ü$:','wp-content/plugins/jetpack/modules/theme-tools/site-logo.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Wû´\r:LÐÐ,î\"‹»','Ð¡¨/œ×{M `èKYè(‡ÒJ8qh¢üPò¿Órùh','',0,'?'),('</(ôÑ2¤²˜]Þ‘þ—\'','wp-content/plugins/jetpack/modules/theme-tools/social-links.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÅÙ‡”,ûá¯—Ž½ùrð','yÊ¹ÐýÆl0càÊ‚¦¯GCœ4|XTS\'ÂÐ	î','',0,'?'),('þ_8[‘Ù¨û}‘hìC3‡Å','wp-content/plugins/jetpack/modules/theme-tools/social-menu/icon-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X5/6ª²oooY™\'ÑÖ','Q¡òé®òŒx£RïŒó@Ì>rJ²?ØÛmb5+zðú/','',0,'?'),('ÒôÃ¤6â¡’õÈ>íR£À','wp-content/plugins/jetpack/modules/theme-tools/social-menu/social-menu.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','åÚ—k2óT±	Ö&b','µSôGÀ¾oºœk-ìcÊÜýÛ·¶\0¶+F¾·’œO','',0,'?'),('¤˜Âƒ¯†²)%*ñX\Z','wp-content/plugins/jetpack/modules/theme-tools/social-menu/social-menu.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~W•QŒ©šEÀÿËÔ	ã','þû¹×WRÄéŠ!»¾m«Ìú¿y) á½œŒ‰P','',0,'?'),('aÍ=zAÀ–E©èd:8®è','wp-content/plugins/jetpack/modules/theme-tools/social-menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}\'‡÷‡5ÆžùÏ=Ú','Øæœ$Ó/òÇâBU™¹šVvÏI¦Úw:0A','',0,'?'),('n†{D’‘0y¶gq:Õ','wp-content/plugins/jetpack/modules/theme-tools.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','À¼|ŠB•?s•Ÿ?á8','y©ü¸l…VE9ÉÐCÀ¸·Ob—ˆäšžbòhÍ^','',0,'?'),('‡‚îh:^…ÁKßFâò','wp-content/plugins/jetpack/modules/tiled-gallery/math/class-constrained-array-rounding.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p+Æ#öø¸QSNž¡<C','xQïTRÑ€ÓOmÆ­Ÿ@*\rçË¦»i$&É|K¸¾J³','',0,'?'),('åh±‰²³\rÈõ.Vè®z','wp-content/plugins/jetpack/modules/tiled-gallery/tiled-gallery/rtl/tiled-gallery-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','µŽ¸JW!©ÒR)s{½ñ','%‚œ¼ö\reÆÍma€g<šÖBFÐËÐj—{ï#÷F,ÿ','',0,'?'),('öýd>6GO‚ƒŽ¹Õ¾','wp-content/plugins/jetpack/modules/tiled-gallery/tiled-gallery/templates/carousel-container.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','üK8mø§Ïµ¥ñÌ','`/+Š*	÷ï‘^ðû)“¹¼\Z±É<²·\'Àˆ„','',0,'?'),('6·V¦c%¸=ç++ˆî','wp-content/plugins/jetpack/modules/tiled-gallery/tiled-gallery/templates/circle-layout.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¥ÊüMÍ#¥8IR®','¥,ÐÙGCÏ¡ˆð¤Ú-°XÒÙá¼¹š‘¨ù€S','',0,'?'),('cTÚÐÕ*5¿9½°TÂ…','wp-content/plugins/jetpack/modules/tiled-gallery/tiled-gallery/templates/partials/carousel-image-args.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','©ç”i½ôcZñk]TVÊ','q+4½´gèÖ\'îp¦@I&pmÎàa&”¦¼Ãü‚wý','',0,'?'),('1knm´D†Yy\\ânW¿','wp-content/plugins/jetpack/modules/tiled-gallery/tiled-gallery/templates/partials/item.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4öWÛCAfËÃÀkírš','ÛË¯œuÃîÓ&Y°„HK×ßv@š`_Öž‰KpQ‘ù','',0,'?'),('™1õh“Ø­\0¡;íŸ\"Ô','wp-content/plugins/jetpack/modules/tiled-gallery/tiled-gallery/templates/rectangular-layout.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Åƒj»æ4¾9\rH³—,`','Ù”nãsYíl‰ëŽÂÜùÂ~.±{©/¹ÉP¥Ú','',0,'?'),('Þ2d—n.lóÿTçi…wÇa','wp-content/plugins/jetpack/modules/tiled-gallery/tiled-gallery/templates/square-layout.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','çÉ×OŒí2r¶çahš*','ƒnb°2™‚!1›Òæêv|è Ù\ré¨º’‹T˜','',0,'?'),('ZÔ¦,èOÔ•´7¤n›Ðk©','wp-content/plugins/jetpack/modules/tiled-gallery/tiled-gallery/tiled-gallery-circle.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','£Ñn·œrÒÉ¬áC·×Q(1','²â‘jì8è\"ZX¢Õã™_GmZžÆƒÅsé–QÂÙprÜ','',0,'?'),('nÙŠGlä¥^Å¨O¾…@~','wp-content/plugins/jetpack/modules/tiled-gallery/tiled-gallery/tiled-gallery-item.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','³tÃå^…‚OÝáÆÜJ~#a','VÂ‹ŽMaÚŽo˜°y\0¹Q¾eøêOBþó_°õËaÎ','',0,'?'),('†ÎsjàGdGkÏ€+W™','wp-content/plugins/jetpack/modules/tiled-gallery/tiled-gallery/tiled-gallery-layout.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‹ï¦‡ÓÔÀ?¤öð‹˜¨~','R\04ºçÈá\\NƒÂý¹ßGLÑÐÕ™Å¹  ','',0,'?'),('™RÁg¹z‰!2›dPü','wp-content/plugins/jetpack/modules/tiled-gallery/tiled-gallery/tiled-gallery-rectangular.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0‚ØœNY7öP!Ëÿf¼_','\'»àîîóþòÏÅÇ¿JûÝßþÓ:\n1ßÎ¼Ä}•¦','',0,'?'),('U;‘LööcàVâA	<','wp-content/plugins/jetpack/modules/tiled-gallery/tiled-gallery/tiled-gallery-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_Eê…SHuH<ÙŠí=y','W{~tÄn?sKG…Ê‹7…K˜9„~ÌŒ2\'§€~@†Q','',0,'?'),('9¶{ô+=-O¬e>Vž\Z4','wp-content/plugins/jetpack/modules/tiled-gallery/tiled-gallery/tiled-gallery-shape.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÈÈŠo)-óPü) Ê°','(v¯c‹²È˜Ñ;ù{ R<”Re+˜â2	Ëzø•ÐÙ','',0,'?'),('é!ÓÝèï`í¥n»”«wø•','wp-content/plugins/jetpack/modules/tiled-gallery/tiled-gallery/tiled-gallery-square.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=‰·ëÒX¼ÀøäÚ”Ò\"LD','–ÒL#UX8„%‹Ó6Ûàapö‹åöûÁcŽv4â}Jÿû','',0,'?'),('¼\"Äd.…³£hcèù˜Ñ','wp-content/plugins/jetpack/modules/tiled-gallery/tiled-gallery/tiled-gallery.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÿiÝŠè×pÆ;h’‘ž','r$ŽE4ùèxEQV8¢ˆ6ÂËŸžCv‘‚ÿhUš','',0,'?'),('…­®„µëCÚDL¾ý»¸¤','wp-content/plugins/jetpack/modules/tiled-gallery/tiled-gallery/tiled-gallery.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÍÑÿå9š‹»\näóÉ','Ò…õu«Ç$æþ‡w¾´ÞƒŽ;¸ÆÉÐ¾õp<jŽ\n','',0,'?'),('&Ð]±ÏŸp†«ª‹º¸ ™','wp-content/plugins/jetpack/modules/tiled-gallery/tiled-gallery.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','»HjƒYä”Z©Û»ÖÑ','>4Èj‰ð±„\\Æê]8½ì³¤×cž5Ð#cÅ rs','',0,'?'),('çÓ}I…ªâý¥;ˆ G','wp-content/plugins/jetpack/modules/tiled-gallery.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ßlËýz1@Qré±âV','1«Œý^\'Ç\rã¦5oÚQÑ<ÿ5’|•\Z³r™HB','',0,'?'),('ŒÞu„W€U7ºÏ','wp-content/plugins/jetpack/modules/vaultpress.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','º‡MûÐ\réŸ_ìË Í','Œ¤b¿iÙY”8xx¡ä,XÛ_OœÑ~Ær©a`í!ˆU','',0,'?'),('6ô¼(à¢©Z]˜ûG¼µÒ','wp-content/plugins/jetpack/modules/verification-tools/blog-verification-tools.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ëÆSn®q x’%ì ¹','+9°Žë©ý\rÕÒÐŸ»ªQÉÜ‘èÁ“ŒµÛLæ','',0,'?'),('BV·*ª´÷\'¥0GE€öŠ&','wp-content/plugins/jetpack/modules/verification-tools/verification-tools-utils.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ò7+\'šRíZ±èC•Ç‚›','¢}=Êk®EËç#{cïØéGÙó(TÔ&4÷†Ý ','',0,'?'),('+Ó³„’S’h@<–}DME','wp-content/plugins/jetpack/modules/verification-tools.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','nªª’LlòQ9ŠpMnôÈ','õ÷#aØ\"ñ¦ßA+vÒjÚœïÊ2]¬EÌ¢ä›2','',0,'?'),('Æ—€Åó¸gÛÈÌÜŽ','wp-content/plugins/jetpack/modules/videopress/class.jetpack-videopress.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','àIè2Ãê‰c”kßì·{','µbV\0ž+,1j/Ã~Xu4Ç›\0te©þ¥','',0,'?'),('uüÒÓ×ÙE§\\ê\0>Ì','wp-content/plugins/jetpack/modules/videopress/class.videopress-ajax.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','›(ÉAøß1Àrz›€#¶','\Zq\\5Dî¹9¡\'Z¢\"»û•Öjw!þ»Î¤\"i@®ë','',0,'?'),('ÆÕe;À[©gï³Â•¯Š','wp-content/plugins/jetpack/modules/videopress/class.videopress-cli.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c”ÒÂ¶ÎdÁªKØbf[','ã‹ü»>Ð\'}ê%ø£Ì?\r¬=òpgBÁKIüÂ','',0,'?'),('LûVz¢xoYI_,Ú÷kCÀ','wp-content/plugins/jetpack/modules/videopress/class.videopress-edit-attachment.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÑMx6Üî‰¨Éaü^pŒom','¿Þ\0~<óÀ¦ÆÏ|–(¼Ã°<=ïäé•&4œ','',0,'?'),('¼ü $MÝ~vþº©Û¨­','wp-content/plugins/jetpack/modules/videopress/class.videopress-gutenberg.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','µT’É†\"ž0ƒû½­à/','Ø¡û¬¦kð1†LðÑÃR¼KzÁÎ”ûpo1\'é7ˆŸà','',0,'?'),('_U¼m!w»“Ë(šá¥','wp-content/plugins/jetpack/modules/videopress/class.videopress-options.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ÿ\"2üö–¨óôþu)','MèÙ?A3£bë£(††~&¶‰˜‡ãhA~´úvàô¶','',0,'?'),('+c“s´<P‡ÍÈv-','wp-content/plugins/jetpack/modules/videopress/class.videopress-player.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','£þ¦³\"emÅÜ˜U‰O','~|ù<×ƒiÅUŸ,XÎ6~*šÃ¬´	Ž?‡»Í^','',0,'?'),('H‚Å—Ñ§kN~(ç—ŸŒ','wp-content/plugins/jetpack/modules/videopress/class.videopress-scheduler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¹DXö¨Ê²Òn\Zù›\r','¯ØÑ–ÝîÓ=Ÿ	atìO´ëx4J â¯¬†À¼','',0,'?'),('¿GƒkKÖ>6cüû?Q\'','wp-content/plugins/jetpack/modules/videopress/class.videopress-video.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','góT¶À‚Ñy¨}–®-','±…½ï\rsKªYËgõrjèWžAæ]šÝ²ïØC','',0,'?'),('<~9„ß>2ÙŠ\"3B ƒ','wp-content/plugins/jetpack/modules/videopress/class.videopress-xmlrpc.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@¶¡¥›(Æ,ÕÁQ¤X0Õ','À4Í:²–˜I¢0NÔ³d#ãêxÑ(O	b¢³?ä™','',0,'?'),('¼€ŸtVh›1zã«ÆYQ','wp-content/plugins/jetpack/modules/videopress/css/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','êM/È¯’¥mnaÕãùË','ŠÜŽïý’|.´­Ã°#2+_\\™ÓYÕ¹5ã\0\r’d','',0,'?'),('†üw“\rŒ‡Ôr«Sp¬á','wp-content/plugins/jetpack/modules/videopress/css/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','æ›@:JÀÖy*êŒœÝ','­Kp˜å¬ÂêüV©±¹=eb\no<È^ãƒ`šA—','',0,'?'),('BÔ¯íûDø’L¼kœ\rÃ','wp-content/plugins/jetpack/modules/videopress/css/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','°œn±t²UØô‘\'ø',' ; Csµðë0Œ­EŠY?ÑƒH#—)ƒVÏð3N+Y','',0,'?'),('ý˜ê°’[†qcš¯yÑö','wp-content/plugins/jetpack/modules/videopress/css/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','DŒêÈÇA¤_?­rípáŒ','ÄGÐÞ›²D~ŸÙ¿!&¯  ØÅtú,B„ÁÎ:èÞ&ÄTI','',0,'?'),(']*a#•mvÆÓmWÎµ» ','wp-content/plugins/jetpack/modules/videopress/css/videopress-editor-style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¬™o-à\'jaµAÌ4‘ð','\rÉœè;°õ¥(ùH\"3>3obùðþÅk¨¹–g2Ç%','',0,'?'),('ñÝøÎC¥ûû£ÉìÛfå	','wp-content/plugins/jetpack/modules/videopress/css/videopress-editor-style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','oÛ2­<æ,-„{â1Ã†','éò‘*\Zµ)]Š\"§ß&VŒbRi¶ûg§]7¦&ÓÜÂ ','',0,'?'),('Ä¼Vn†FX=ïê\0´5û1','wp-content/plugins/jetpack/modules/videopress/css/videopress-editor-style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Š‘Zé›û/Œþ€’D›ð','KÝôFù;ÅáÛ™µÞt»øÆõŸ‘ÜQøüŠƒ˜','',0,'?'),('8\ný˜æÄËóÝî7þm|','wp-content/plugins/jetpack/modules/videopress/css/videopress-editor-style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','dvöÙõ•ð#\0™ñÞ1mŒ','ì¸uEÝ(ÈÁ´\'Tu?ýÊ(T‹ç¤ÎRûV“=Ý©','',0,'?'),('Aš/:†ôrV—BÄ‹E.®','wp-content/plugins/jetpack/modules/videopress/editor-media-view.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','bYwp`—Êº¶Dãð\\','¤Ë@€üi‘3þÛYèð¿	ùC#BQÎí#?b\\}0©','',0,'?'),('š`\r”„Ù þËªœ4k','wp-content/plugins/jetpack/modules/videopress/js/editor-view.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M¬®q4;œùlŸ¡è½äG','WèZ;}C[äû)—Â•\'rÈu’Õ*úõ±÷©','',0,'?'),('°öízÐ\"@ÂçÎ¦Æm³','wp-content/plugins/jetpack/modules/videopress/js/media-video-widget-extensions.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P•\'ˆ°ÙŠ@H%®e','°(\Z•œÇàÂ7éæäJ¨wy9¬…¹0å¼‘[MrÐT','',0,'?'),('£5+eú*¤$ãÂÎ{','wp-content/plugins/jetpack/modules/videopress/js/videopress-plupload.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','LäÕ×î	\"Õ‰TS£ÃÀyÈ','vßÑ\\iËC]T+6Èã2=×vãTöÒŠE†k_F§','',0,'?'),('øÐ†ÞVÈh2OŽâÇN‘','wp-content/plugins/jetpack/modules/videopress/js/videopress-uploader.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','úLrmÄÉ	BðÜI4½‚','dunöÎ$þ¹ÛŽFÚ¨[¬êd’u‚ÍÂºÃ»Ã¼Æ\0','',0,'?'),('´ôAŠÆ\ZR³RRv(|\'Û','wp-content/plugins/jetpack/modules/videopress/shortcode.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¾¤âªæ¿þ¬$`O\nnT','\\«ˆQ«YÞ5¬p^-QfúZþ!†$ëÛ•ÚÝÄ','',0,'?'),('˜)yñ)«­„í|Ü9ö«','wp-content/plugins/jetpack/modules/videopress/utility-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q¶O‡Ï(!“]H}<ú¬','~’ïA2b1\Z_}Úäwøá¥¦ŠÇËOU+Ø²—#¤‚','',0,'?'),('ÕãCØÿ—kq¸š?¨','wp-content/plugins/jetpack/modules/videopress/videopress-admin-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`ýáôááÄ$ñ7[4gÉ','ƒG¾MéÐBî¹/\'Ý4ôõdüG§)TEš\n«:)è³','',0,'?'),('±q&Ì\"ÖíyÐ%ívÏ','wp-content/plugins/jetpack/modules/videopress/videopress-admin-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÑRlkØxÆg^‡%¨D','{\0g›–sA»¯”\\‚ª÷sÂ^O	.üÇ`X$A9œ»','',0,'?'),('aÜ„˜¢f×½kÎÍ','wp-content/plugins/jetpack/modules/videopress/videopress-admin.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ñ½«gŽzv3žð¢Wé','bÒWíR·ð%ÄÜøô\"ˆ¿ÒCäTºÆj¤Æz¬{)Zý','',0,'?'),(';Iµð§ßhÆÞNyKå','wp-content/plugins/jetpack/modules/videopress/videopress-admin.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','À˜¨´¬™ÞÅ±¸Af¸Ò','_ë¬ñ@öKeÓhƒC¤M[Ñî³jLQ}ÉÓ™êî¯','',0,'?'),('Ø‚°°tCG•€á=&‹O`%','wp-content/plugins/jetpack/modules/videopress.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¢\n¶^D$ËmÙ‡T¯WJ','ç÷VD¨ìá&ç…\0lÂnêdÒOœ›]I÷I¢H','',0,'?'),('ë¿JÍ*Ž¯šhèôøNS‰‡','wp-content/plugins/jetpack/modules/widget-visibility/widget-conditions/rtl/widget-conditions-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9[z.ë£VÖ{Zt\"(±½','‘ú¢‡„èó?rÜzo4ù5±ÊæJÆèjúÇ','',0,'?'),('&é¶Ç:€•X½¡³Í°','wp-content/plugins/jetpack/modules/widget-visibility/widget-conditions/widget-conditions-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ãWÇ€¢yðãù-ìñúæ','þ°nöç^Ã0×7ÎW5´ÚæßñåN£¤Ù‚~\'z','',0,'?'),('¨°$þ:êÑfÇÜÏ‚Q\'','wp-content/plugins/jetpack/modules/widget-visibility/widget-conditions/widget-conditions-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ö”7ë$9Í\\ot¸¡','=Ö{YàžÛÍ…K\'==äyV!GòÈÁè_€Ä','',0,'?'),('ý|Nt¹Î\ZÍðIðžˆîk','wp-content/plugins/jetpack/modules/widget-visibility/widget-conditions/widget-conditions.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','yF«Ñ€²Wà:Íš+™\Z	',' SNÑ ‘UÌkü`‹î´»kªÍë}ü©Ïék¹G','',0,'?'),('<Ï‘]šÞ.>ÔFÐ`ž','wp-content/plugins/jetpack/modules/widget-visibility/widget-conditions/widget-conditions.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H	Ð/x5ÖH¦œršR+','n_ïg+~eg\Zº³yPuÎg2Èó‹FE\\Â·:ðS','',0,'?'),('áÎ—vD\\#Ädô ÷-ÏN','wp-content/plugins/jetpack/modules/widget-visibility/widget-conditions/widget-conditions.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Üˆ¿Z?Æh.¼ÊÖÜ÷ý¸','×í€d¯p:ð]é”‹\"÷Vz°sÁú¤Ùë•…','',0,'?'),('€7w	ùuÒ•x.?BŸ','wp-content/plugins/jetpack/modules/widget-visibility/widget-conditions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y,¨RSe(9T¡>WíZ','\Z]]©ÏàØ0¨\0º¿ZMfT×Ž°PÖüÙcøýð ','',0,'?'),('0@pzshMe?çÒ}Ï','wp-content/plugins/jetpack/modules/widget-visibility.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','AüJ@œGuÏôkb»','ØýÔ–Þ.ú³]rðá´ôZ©|[j2¥#{ãFÝ\0Âú‡q','',0,'?'),('¨™Ñ}*Po£î¹g‚îw','wp-content/plugins/jetpack/modules/widgets/authors/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','„©RòˆÂ>¬—ºk¹h','!‡Ý,È]ñ,ù›œ)!å†?¥·Tõ†Uþ‹)2u','',0,'?'),('éV hÆ)·7Á*í‘•€','wp-content/plugins/jetpack/modules/widgets/authors.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ã³ž~ã£ÿáy½f¯Ñ¨Ø','Ãû6i IªÔ¬#HÊÓó¤†ÝƒºuhëæÈë6¨H','',0,'?'),('ß¢_ªõ¢?^p—Tóh³','wp-content/plugins/jetpack/modules/widgets/blog-stats.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' S>n*þa£ÓÝÞî”Ñ','9nÝê9.:Y]½µ#§SéÀsíN/ögÐ5@oõäí','',0,'?'),('ÔÔG‹Îwc»ßHüª½','wp-content/plugins/jetpack/modules/widgets/contact-info/contact-info-admin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¾Ço…MáÇÂ°CÀ','î€HSä¾Å##\rTð«ú±ß‘“™Åe•FE)E\Zµ','',0,'?'),('Ë:lúe\n\\3 Õkºç*','wp-content/plugins/jetpack/modules/widgets/contact-info/contact-info-map.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Õ”/iä\0DaèÀÖoÔ&','·”¥‚àÃX¯^â	}èÐ—9Ñ¼ÀD¶D-—¯·»Š\rÂ','',0,'?'),('az‡j[2+÷}b\"°4Ž~','wp-content/plugins/jetpack/modules/widgets/contact-info.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','GI&e*oÙúÐÃ•tT|','ôÚùñ/uwcñsWÊ9ðc˜]\'Û&ª¼M£¨Ô©ïk','',0,'?'),('ügŽàò”X“g—Zzô','wp-content/plugins/jetpack/modules/widgets/customizer-controls.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','»x/ÐŒzaüíá¨j¿SÚ','d%¥0í-VµpiÄÿó“¡\0­×—¨ÈÏVPLYõ½à','',0,'?'),('Íz ã‡9QÛæŽå²”5c','wp-content/plugins/jetpack/modules/widgets/customizer-utils.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A0Š V½óˆ–ØR‡','Ât’‰½òäP&—(²”’>¿xˆyž¸s(z#:«','',0,'?'),('—ˆ ›s¿]\ZÖ·ýD¢X','wp-content/plugins/jetpack/modules/widgets/eu-cookie-law/eu-cookie-law-admin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','•?/wz×¦€¸,,µx','AËMS—Ÿ€è³ŽZ|ÑÞöE³†³†a‘kZ}1','',0,'?'),('iGi[¬¥ÓLZøgF6\0\0','wp-content/plugins/jetpack/modules/widgets/eu-cookie-law/eu-cookie-law.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w‹·Qœ?ý8·üº*Ý ','¿ìe[¹Ms…Â”)Ù9¥¢í\'UT¤jXü øû‘','',0,'?'),('RÔ¤]xc°ø$ýÊî×¶','wp-content/plugins/jetpack/modules/widgets/eu-cookie-law/form.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','AµÃt þ:ãÁjøPÂó-f','*KŒ‚ÂúÓ¨ ¯|PæÓ3üo?RSÐ#ØQYÄhQ','',0,'?'),('zøª`º”sTŒÜK<¨¬Q','wp-content/plugins/jetpack/modules/widgets/eu-cookie-law/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ò©#¦+ìS¡6¥d[','d?c[2^\'·±’/ûÙC¼~=£z½±Ð›m‡ÔáÑ©','',0,'?'),('¥§˜§>ŽþbÐ·´†c','wp-content/plugins/jetpack/modules/widgets/eu-cookie-law/widget.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Æ@X\\ÑGÛÙŠmì§f&eó','\'9Â¥>ŠNùs£¼G\n¡ñåJfKG6¥)û†`ò6š','',0,'?'),('Ä7Í\rC)o^‹²º','wp-content/plugins/jetpack/modules/widgets/eu-cookie-law.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‡Úˆišþ]Uøð.ÈÆ','å™áÍã•ÙRI¬©*žtL:Èã4ûìBðeó‹“k','',0,'?'),('Dö¸ÆØ¥ç/Vvõ&','wp-content/plugins/jetpack/modules/widgets/facebook-likebox/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÃÐ@^ú…pÒ%ã×\ZFN','}$É\':OˆðÒ1y>?åüblGÂAäX§åK+','',0,'?'),('+ØŽg¡BŽ‰Þ•KÇ','wp-content/plugins/jetpack/modules/widgets/facebook-likebox.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0d•ô	JŒ¡«òÊ~Ên','c@ÀK[\nmïe“k¢,i–…$F\0ëvÃT³oãŠQ','',0,'?'),('ëcP’}Á–•Ñ©','wp-content/plugins/jetpack/modules/widgets/flickr/form.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Žyî‰Ê¿q´nžŸž9—','íAaäÕ=n¾ì9ÀÏ˜rþM£ðü‚¶‚ìoŸò\0ÙÑØÊ','',0,'?'),('h†º5Z€ì”x°‚œ¦Ä>','wp-content/plugins/jetpack/modules/widgets/flickr/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','os°ÜÄ¿Å\0#ìë/K\\Ô','[ÔukÖþ›ãoÀÀey»cs9ÜpÇ´\"ö	®ä','',0,'?'),('ýþþÝÒ=O÷µ¨ö*3','wp-content/plugins/jetpack/modules/widgets/flickr/widget.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@Ú8s°ùÂQVÔ5Qµmì','ÁJÓÿK3Ôê°;M•éTv\roŽìòpËmçI!_…','',0,'?'),('ˆ~Û4Gw_eôuâ¯','wp-content/plugins/jetpack/modules/widgets/flickr.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hé/xû>ZßéØ]?\Z<','†{Ä¼28D÷ÿéFà—4_ÞœwÂ,’‰ÑO¢›éåuý?','',0,'?'),('U­§ õø#5H¸2R¬*0','wp-content/plugins/jetpack/modules/widgets/gallery/css/admin-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`È´œ <úçGõƒ÷Ã¯ß','Ç—þ®ù³Ž¯&³»bIæà}Ì\rùa6í´¿!³S','',0,'?'),('ÔýÍJ1ÙQžå¿€d0®áw','wp-content/plugins/jetpack/modules/widgets/gallery/css/admin-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*g1œdú#°´¤½S‚¸','=0¿\nFûîu(fã“sÐ?¯aÅïoS!@î5Ùø}§ÇÊ\n','',0,'?'),('3;þ|øx»öÏ\'6','wp-content/plugins/jetpack/modules/widgets/gallery/css/admin.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a–bb¤x`±ND‰ˆvÏ¼','æÎ‘„Ý&ÚÂ3Zbq]÷Î\nUèŽ_¿´:*0p¼','',0,'?'),('@nÜ[e*>ò (<½\ZP','wp-content/plugins/jetpack/modules/widgets/gallery/css/admin.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‡ŽÉ$øì;ª¶˜ÑÒ©=','ôÈ$õ¼i(}([oàÆx¾Ž\0E„‹§h„‘­ös¥¾','',0,'?'),('qõ¯\nøøU@?','wp-content/plugins/jetpack/modules/widgets/gallery/css/rtl/admin-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ñ3£¶”†ÃòíôÍ;)C','(–¹>M²Ë< q¯¤§–¾så0Ä|Såi‡A%P','',0,'?'),('ŠàÚB$\\dª˜á!Æ-S','wp-content/plugins/jetpack/modules/widgets/gallery/js/admin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',—½ß£­,Îhä‹óÌüM','õ‚|¶µÝY=„CdÏÁÐ—Ti•@ôáp+I©×w/Xb','',0,'?'),('ð±POŒþ\0C~ºUí2ñÍ','wp-content/plugins/jetpack/modules/widgets/gallery/js/gallery.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ëS\rVƒ´l}ÉCÞïø–','”©åp³D\"½»nlÌo†BbT˜ú%ú&v','',0,'?'),('ž–Qõ(â<ýý\0m•','wp-content/plugins/jetpack/modules/widgets/gallery/templates/form.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','xüƒZ@XàÆÍŒÿ‡á%','í£6yÆÒ3]}¿/T¡™6u«´ŸúŒœ‚+\Zž™\r','',0,'?'),(':qX=CË\nD¢,©ìÿþ','wp-content/plugins/jetpack/modules/widgets/gallery.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ß[0e‹1^$)î¤','õKnŒ‹Èëß’‘¢ü!Ï\\ù?\rmº¥Ê}ZôÓbm','',0,'?'),('¢u¬9†›Ø6Óã‘\'>','wp-content/plugins/jetpack/modules/widgets/goodreads/css/goodreads.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','³ÁP1\0ì~0ë¹Z¡Á.','ñ‰ûðY“{Â×V™Ï´Ê>¢¼*÷\n¶6m/”×’|è','',0,'?'),('ÜÃj|‚ì±øÚ†ØH!','wp-content/plugins/jetpack/modules/widgets/goodreads/css/rtl/goodreads-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‹¯\'·*,‚\Z™„™ç&','¢“l&´e{oø>§-„>=(V‘	ZÛ²7LÍ¥;Cy','',0,'?'),('Ðî!ËBºž¡Mî','wp-content/plugins/jetpack/modules/widgets/goodreads.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Î‹†¶Q2ËäQÏlx2²',',÷\n@Ôž\\aœjŠb2ãI©k8ÝãŠçÓ5°^','',0,'?'),('b\\EJÔiÖL{t','wp-content/plugins/jetpack/modules/widgets/google-translate/google-translate.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e+Q5}Õ<V\\¼à$Z[','œL3#ð»\rÊ©Ð‹´iNÍ,ðYñríô2ï|.ÿ','',0,'?'),(';Æ$ÈOË\n³MXcyŠR','wp-content/plugins/jetpack/modules/widgets/google-translate.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¿ï	Y‘HÎÀì`¹éšá1','pU\rJÿ\ZK»sm‹vh—›óŸ¼X`j¹–)½ÁK','',0,'?'),('iÁ/°ú§0Ê¶\"#W”','wp-content/plugins/jetpack/modules/widgets/gravatar-profile.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','õÜ5xQ¯2%ïX7ì','Îz)¾¦kIØ¡›¤æ×Êvy!8ŠŽÈõoûBø','',0,'?'),('GžôÿroÖ`¬z‘ª¸','wp-content/plugins/jetpack/modules/widgets/gravatar-profile.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','YñÐÑ}úE¸`~ü¾û*',';uò&³D^÷ÖÎòcÔ¯Ók^#dtvš*Ö,â¡','',0,'?'),('vÿô^òÈ¡³CìÃÜ®ß','wp-content/plugins/jetpack/modules/widgets/image-widget/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','rÔ\0Å™â<!“\rÛXúM','TA3¸¦¯‹/‚ßécª­@ã¼öHu³áƒ^	Û','',0,'?'),(' Pw*º;°]š«°\0…4','wp-content/plugins/jetpack/modules/widgets/image-widget.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9‘õ7[\"’Î”û$’…‚','DOªRVi†…R XÛWÄeÄ“ó ƒD\'9,ÄT^K','',0,'?'),('[(þ	HÐ¹ËüÉùbW','wp-content/plugins/jetpack/modules/widgets/internet-defense-league.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ìêÐ(awP¦N­wg;ÏÏÇ','Ð\ZãºÂÛá¨÷{pP>‚æE\r¨¦Q¡h2®øí}\0b','',0,'?'),('§–.W½þ—æ‰–`Ã¾','wp-content/plugins/jetpack/modules/widgets/mailchimp.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Med¾òMÿáK89þ§t','sC…ÝsÈY‘Y &¬ñEÞŒÞWoå^B®Tô','',0,'?'),('’9\":æHÍqºljµÌØ	','wp-content/plugins/jetpack/modules/widgets/migrate-to-core/gallery-widget.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‰)GB­ÌC,d¨žj\r+Ù¦','v)üäÌ¥8gî¯-*ÑÂÅØoÖe5å )æ>‚9Y','',0,'?'),('4•*É·”[†B“Œ¤FIQÙ','wp-content/plugins/jetpack/modules/widgets/migrate-to-core/image-widget.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#˜c«Ï–.ïB_Ø','Mm[Ž+G©É$l.ZÀÀÑÙ}äMc,ÝªÀK9xÄâ&O','',0,'?'),('NŸ˜zˆ7µþÓó‚ìñ','wp-content/plugins/jetpack/modules/widgets/milestone/admin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Â/·®{_uÏÓKÙ>','h¦óË+XšÎ! `-Ã×¼R…—¬”¹)a±€ä','',0,'?'),('yÌôNËŽž5U\ZìþcÃ','wp-content/plugins/jetpack/modules/widgets/milestone/milestone.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','uÌã„ÃU¡üí¤>\'sÎ©','Ì\\á44¸n¬G©¦úð¼k0Ljl¡Yt.v~„—','',0,'?'),('*†ùe@µø4ät*XÆHí¿','wp-content/plugins/jetpack/modules/widgets/milestone/milestone.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X€ÅãÈÝÀ	šºÅ¡zf','ßÓ¯L*Ïé)?ªŒÀ¼5ÈïÆêô\ZXÛõ2','',0,'?'),('1^\Z¨g0\"+1÷‹','wp-content/plugins/jetpack/modules/widgets/milestone/style-admin.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',Ç¥Í\n>]%{{ùÌ¤=Ú','-E8*§´pˆB\"&OäõØ·Xž¨•‘gÃ\'&H','',0,'?'),('ä«}+EäùíÉ$$H^ä','wp-content/plugins/jetpack/modules/widgets/milestone.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Qà5L­6s\\¨¹\0g›“','B)mÝÕ5ðûÎ­øíé\Z›\'wy\\UÂÛßÛ·Xuƒ','',0,'?'),('Òóõ)›À]ý5ë','wp-content/plugins/jetpack/modules/widgets/my-community/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.·ºp÷¥±¢Œ|™ˆ\'ü)','{X<èšn¬;±ñ.àk‡Ûä½ÃáË\r¿*;yÜ³','',0,'?'),('m˜ôXåÙVYQ›ÍVØO','wp-content/plugins/jetpack/modules/widgets/my-community.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Íqòô¿Ž)É™åÌ´®%','Ì¬¿©T‰ïB¢ÍÝH¢úý(_$û·ûÞlˆo/r®','',0,'?'),('nJµ ³€ëâîÙ.+','wp-content/plugins/jetpack/modules/widgets/rsslinks-widget.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‰r…“`c3•Çw0Ç\0ÉÎ','rØÔ:Ü²¸Z­Ùí²tà™t[P_ZšÜ[Ü{ý‘Tö–','',0,'?'),('KùãuO6=-¨G(Ü','wp-content/plugins/jetpack/modules/widgets/search/css/search-widget-admin-ui.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','SÖ2ûã—²+®ÕÄj','ÇƒÁ´‰\nS•…kÿ=þXø”åôQõ¡¹¼]k','',0,'?'),('îiÆ8`åIÿg´Ý+÷','wp-content/plugins/jetpack/modules/widgets/search/css/search-widget-frontend.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ßa‡™y(NÈ‘åU§Q','fæ&bË‘«àŠÔCàÔêÂ²&ˆ2» YIþhßó¹×','',0,'?'),('ê\"µþ}§AÔ%Ëø]£','wp-content/plugins/jetpack/modules/widgets/search/js/search-widget-admin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\nñ¹‘BûC¸î3Q0,\0','æðäG&7ª3ƒ&#¨ëƒµ_¥ŒóØ„ƒ4ºö^\0','',0,'?'),('M¨šäñú¡xz@êîÊJ%?','wp-content/plugins/jetpack/modules/widgets/search/js/search-widget.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‘v1\0-7—\\®·fíc\n','vª•k&h/ŸØX™Ó7ˆ	¯õDÛ…Ñ_‹íµp%M}','',0,'?'),('`½–eL¤g!ŸZgÔ»ûÜ','wp-content/plugins/jetpack/modules/widgets/search.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'B†~j<+Zx\"2™ÅËsJ','3>÷’ØY6ƒï²Ö²ËÉôkýS˜°ÔµVë?ŽÅ','',0,'?'),('Û˜1ëä\"[C	:–+Ì©','wp-content/plugins/jetpack/modules/widgets/simple-payments/admin-warning.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'Úcw]©h\nTcÿK\0','rìhti.aA×s—Èˆ•ÔéŠÏ(ã”	ïT¨>–ß','',0,'?'),('.w‚]mg¹^<âå@K','wp-content/plugins/jetpack/modules/widgets/simple-payments/customizer.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','³Íñ¨œðÉ\r³ên¯','8uš\\rNjO°³ò NP1PÞš!hÕDá2ïŠ°’','',0,'?'),('æÕ—°â\"îÃŒnMƒß¯','wp-content/plugins/jetpack/modules/widgets/simple-payments/customizer.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{/&6µV¤èiôâÞj?ïƒ','/±¨·ËœÒûFWÑ¸`lÛ-¿²™¼à)Ú¸°šé³','',0,'?'),('Gà{½}¾â­Ã’] Dc','wp-content/plugins/jetpack/modules/widgets/simple-payments/form.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r³Ã7h:›2…ß”QÁ','G¬Rì×ÃïSæ®>(`pbÑa­ùO¹¨!±þ','',0,'?'),(';L{_¢_%Ï0¥·ûA¹','wp-content/plugins/jetpack/modules/widgets/simple-payments/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ýv;Þm…F+D\"Ý¶£-º','í¥ôK]Ný?Ž‡ñt\'aáí<u;æÏÛâ™CcãîÍ','',0,'?'),('†éX¾IÕ½öáPÊr~','wp-content/plugins/jetpack/modules/widgets/simple-payments/widget.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','…æÏe¼Ö%OÜ&','lò`…éþÉýqÑìaßlË›.oÊÞ_>*ï','',0,'?'),('JºvC>–Yj5´æò','wp-content/plugins/jetpack/modules/widgets/simple-payments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','øAŽºpùûæ\\lO4ÜH','óýJê\nýp_Ç•\0ZB–SX\0æ\nl¢àd\"þ)r','',0,'?'),('![ðTôlR%leÅ!0‹dÞ','wp-content/plugins/jetpack/modules/widgets/social-icons/social-icons-admin.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')ž£ùÓ;–ðcÿä¯¡[','SùÃ°~¬¶ÝàëªÛL2»sø:èú+!n¦DÂ’ä','',0,'?'),('ÕÈé2ƒ\nq2|F¼âhŒ','wp-content/plugins/jetpack/modules/widgets/social-icons/social-icons-admin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Œ¨©5EÂ3âW°AE','T¡¾*–ÒR°AñQç\Z{­O‚lkÝ—xYz§“=Jyzû','',0,'?'),('ÒØ.Æ‡ÜÅ‡ò7Qš','wp-content/plugins/jetpack/modules/widgets/social-icons/social-icons.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}™acÀŽØ­É®”o³×','Šaš»B±`pÅ\ZmÑ}ûXÐÍÉãÑfYA‹','',0,'?'),('ÑV…CA–¦3!\0f\r¤û','wp-content/plugins/jetpack/modules/widgets/social-icons.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Æu¶•€Cá	+cêùs','FZhÄfÀÿè•ógb[6Lº\Zg~Z_¹<“ó‹1z','',0,'?'),('€&xêLÆüã^—','wp-content/plugins/jetpack/modules/widgets/social-media-icons/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','œÀ¤\Z\0À·*ÑÖv×Yà','á¥šâŒ–U¸>UÃ|¼ù$ ä[clyž•‹a.ûÜ','',0,'?'),('b <nq‡”øéí²ùA','wp-content/plugins/jetpack/modules/widgets/social-media-icons.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','»81­¥eí·Ü«p¶£Œ','¼¯ütÇu«Z\Z³Yß‘üq¤ìÿz\\ltn$Ï×','',0,'?'),('¥ð¼‡PÙæ\Z¤Á 9‚','wp-content/plugins/jetpack/modules/widgets/top-posts/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','od¢Ø\Z”cêÍh\nôè¨h£','èŽw[L9kÌy¼ÙbÊÉÎA–a§ÂBeVC–nJ','',0,'?'),('Ðƒ\'£œ¤=à²ŽQ·c','wp-content/plugins/jetpack/modules/widgets/top-posts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‡MÉ ÒWZQ¥3¸','4˜öô9¾ï«Ol|è29“-?&‚«žY·ÞC\0)”','',0,'?'),('…êƒÀŒ†HÞ//@¸>Aâ','wp-content/plugins/jetpack/modules/widgets/twitter-timeline-admin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ú@ã€8“r‚jkwQ·','V„KÅÿòÍ*ùe£=\"ËÖPûO_·æ¶ý‰I4xX','',0,'?'),('gršØõ©r³Bð§a«£\\','wp-content/plugins/jetpack/modules/widgets/twitter-timeline.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Gè³­©ÞŠçòXð9ø0','iúŽ\n Äýå¿ÿ¨–BånâÀ	tfZg=óæ/Ó¹\ZÇ','',0,'?'),('S¼„Õ\\íÖ¼aÄ¼‘\nO','wp-content/plugins/jetpack/modules/widgets/upcoming-events.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':	þãYöÀua18´pw','hÆU’îq8|Ý²–o¢0à’VFîq6€Ý°Ù\'šNÎŸdÄ','',0,'?'),('Kv/ësí¨„$jiZZ_é','wp-content/plugins/jetpack/modules/widgets/wordpress-post-widget/class.jetpack-display-posts-widget-base.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','å°åJuBê$^˜õ;‘[','¯ Ù…ÁföWÞ#X€‰ºwWìnÜÉ›|ùÁ8À¸œ','',0,'?'),('f…Ø†\0‡ÅùcŠðC','wp-content/plugins/jetpack/modules/widgets/wordpress-post-widget/class.jetpack-display-posts-widget.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','mÈ=INö¸Õ×o•B”Ü','\Zl=«RÄa?Í‰³‡˜\0›Îä¯ÕkŠ Çñ•\'¬$ìf8','',0,'?'),('hIÍÅ›Hb¿Õ×\'§úÞ','wp-content/plugins/jetpack/modules/widgets/wordpress-post-widget/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':³3˜¹7ø¤¨z ~§p','@rw¸åqr,tÖ©y|pÆd¨½Þ>IL£N†0+‘','',0,'?'),('3ýiÝ-znÒðêQ¹†Ø$','wp-content/plugins/jetpack/modules/widgets/wordpress-post-widget.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¶²½n”\Z¢VI€AÏù´','XxÝ¦».ç›Ù’îŽÚr¼@Ñ¹‚Ôµt\\¨$hð–','',0,'?'),('”«?¿½Ï‹è‹O)\0ÿc','wp-content/plugins/jetpack/modules/widgets.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P†ŸšI¼SùêfÉ<','“„TœìF7MÖekì}~Í£Û1Ú|òÞúµ§òÒ','',0,'?'),('åd03‘²¸õF{)BLxüp','wp-content/plugins/jetpack/modules/woocommerce-analytics/classes/wp-woocommerce-analytics-universal.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!‰ú6ó€§(&1Púøß','ôÖž	]‹gx–<k¹\\Û]Â¾éw×xà½[ãP','',0,'?'),('f’‘\0ëóX†îDÍžã@','wp-content/plugins/jetpack/modules/woocommerce-analytics/wp-woocommerce-analytics.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t¦†<âþ|Lc±ÁºJ\'','ŠÚþGýK`½ gœ˜IÖ,æ—Å¼¹(”ïö1¼µ»4','',0,'?'),('\\„,jqë (H;<	0','wp-content/plugins/jetpack/modules/wordads/css/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','É€ËCac\ZãÞÜ‘8N','±ø‹BV\nÆê¡¬Ùý¾¾CÅœ$æò½fp°ð/ä\0…È','',0,'?'),('QxˆyÞöÿ]M]Ð\rÐŠ`','wp-content/plugins/jetpack/modules/wordads/php/admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‘«%c©ýr7·\Z†)ž@','+\\\'Ä$¿òó¿ÝW4W=¥u\'†A@‘ª˜¹ghÎ','',0,'?'),('´{%È\n\"Y;¥^Û6=È¯­','wp-content/plugins/jetpack/modules/wordads/php/api.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','KYk‚<Cí ñ8½ü\0','’n û¨(˜h0šNž“S\rùÿI\rò¹¨yTPA­4°Ü','',0,'?'),('âßøw}}GÆ†ñæÌ³§','wp-content/plugins/jetpack/modules/wordads/php/cron.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\â´9MÜx—LrGQY%','…Õ±°0C1G(§tÞ˜ÝéXçZ¶ÂhXáÃ·”€','',0,'?'),('Ð¿„Ut®=à£ãÀŽ\"x','wp-content/plugins/jetpack/modules/wordads/php/networks/amazon.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÉBi£ú6ÙíÙpñOÓŸ¼','Às¥ÒßªO	ú–E\Zcb\ZÏóIv¡Í®½ùs8lXo','',0,'?'),('\rõ•ÖÇ´Âìôœßÿ‘^','wp-content/plugins/jetpack/modules/wordads/php/params.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^e9`XÕ3‡w,œL‘','ÿpÚ_ª7êUî\"ÍÏÌI<m	 \0ÄfÀÏ6ø¸çg','',0,'?'),('x4ò)úªÖ`¹Ôdf^','wp-content/plugins/jetpack/modules/wordads/php/widgets.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Í#ÌÏ!õI$^KbÜ,ÄB','ÖìÒÎ‘‡IÊæ0¸âd{¨W²öaöÐ,‘E9ç½£','',0,'?'),('ÌnéŒÄ^.ë\'\nu\"+I÷–','wp-content/plugins/jetpack/modules/wordads/wordads.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÚÂQØ >um¤» /­','BG“b¡Zÿ|Ï£…û¹c-Äo°¸ŠDCNÎÃ7XÌ','',0,'?'),('û{AjîÚGýÞŽ@|-ôž','wp-content/plugins/jetpack/modules/wordads.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','žÖ2\0sÂ:ÁGîŸq 8','+o:‚ÏõÄô ²³Ý.+ª†áJë=0,Ð ò·œ','',0,'?'),('ÿs¤“È?ŸÜÝCiŽsÓ','wp-content/plugins/jetpack/modules/wpcom-block-editor/class-jetpack-wpcom-block-editor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','˜šÍhL0«dhOÛRù','a}¸JªùP–¤ŒtULPgs™tìéZÉ×¶J¶','',0,'?'),('©¾ë7“3¶^	B#@µ','wp-content/plugins/jetpack/modules/wpgroho.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?Ó¢hÖÞ:*ß†hÄZ','\ZiÄ¼8…üÀÆÃþßoºX„\\¡T“¢¤-æ·|~Õ……','',0,'?'),('Û1ú/‰é¾“`N7ë{','wp-content/plugins/jetpack/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','­W¤¹ÏZ}ÁVðY.T\0','Ê,¨ºhˆ—€‹•”ù„à»š¾ôB`ž:¢oÜÝ½Ò','',0,'?'),('©úïÏ¨‰øá¡ýmXK•','wp-content/plugins/jetpack/require-lib.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ízÒ/§(ïÃÙmb¦ê°','.?÷WÌÝU“Á¦ÖMÕõBãqdÅÙfÈ`ô:','',0,'?'),('ÉÇB’Œ‰‚ªÉ—§—Ó¼','wp-content/plugins/jetpack/sal/class.json-api-date.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','KÍhäÀ>27É.m.','uÅù”ªÙ+©\08;\ZŸönæz¸¼$k0Š(tÖ?ì”¾','',0,'?'),('ƒœSPÜÄhí—cbÂ\r','wp-content/plugins/jetpack/sal/class.json-api-links.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','×ŽñÇÒ—(WùÍžR ','Hˆ“±‡\')Þ›þ‚–[«îÊ´Ñ±ö÷7µ£÷{é9','',0,'?'),('•8Ò¥¼¶º¶}\\&F]G','wp-content/plugins/jetpack/sal/class.json-api-metadata.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}¾bT=QýiÓTº¢~T ','æNä*öâ¥¬ç•I‹ë‡÷y¦þDLÔV÷Ê×¬ÊÖ','',0,'?'),('WSàÚ³‰º’ì´¤{n“*','wp-content/plugins/jetpack/sal/class.json-api-platform-jetpack.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ªÆç 4 k$\0½Tˆwâ„','‹E”ª¯Å¹N¤_ææpu$J*D¢u˜ï~è‰J','',0,'?'),('|X¥@Š<hØ§k¤·é‹\0A','wp-content/plugins/jetpack/sal/class.json-api-platform.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ñªi°c†sûÐÅ-¬M¡V','1«rN‰`E0jï‡A$ˆ²?Š\0ŸãJ?ÕlÐ+—©úv','',0,'?'),('¼Þ±=E€£‡&ñ—d*Š','wp-content/plugins/jetpack/sal/class.json-api-post-base.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E\Zz[Z¤‘v³¶+‚ÜI)','çô2îx\0ÖQ ænÍSæeéªzã!¾IK6tšúâ','',0,'?'),('cÐwmÒ½æ´äÚÖ»ætx”','wp-content/plugins/jetpack/sal/class.json-api-post-jetpack.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','â{Zg©Gz)ÐM¿ÒŽ','Ç‘ŽY_0¬‹€÷	nÁ‹}i\r÷Ã˜ëNÏ9@œj','',0,'?'),('\0D~À’+¥$‚6ùsqÍ‰','wp-content/plugins/jetpack/sal/class.json-api-site-base.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','õÁå5Kr‡I<=','©ðp-Iº‚¨¦pÀ@Ó‰ÎJI,u¸\ZjPÅDó','',0,'?'),('Úâž÷‡h±i§~Ç¯?ö','wp-content/plugins/jetpack/sal/class.json-api-site-jetpack-base.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' Û¬Ì7ïÎœ’«šV_','_àÞõ¢õ\Z—ß¾ÈŸ…®œû#CÓsÏðÍ</=B¯','',0,'?'),('úu¾ÁnÏë²XÆè¨ú1','wp-content/plugins/jetpack/sal/class.json-api-site-jetpack.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')óEÐÏÉçþ‚QY+º\'Pù','½ÐC-¡ƒ¤FAï0qb\'V³L¦åeŸyï6','',0,'?'),('‰ö2ò^<£ÌOˆÙû=','wp-content/plugins/jetpack/sal/class.json-api-token.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%“Öçæ\Z¬2ØÙÒI','—®P*ë–`S›‰øàH*\'LyÀ‡8œåìzh¼Ùöî°¹','',0,'?'),('èûqT§¹{”-„·i›Õ²û','wp-content/plugins/jetpack/src/Tracking.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','™\ZõE™Ÿ‹XU}ßÑá','£Ýù*AquéÖI½uÇ\nµQuM;µ§G|&ÚÅ\'\0¬','',0,'?'),('“¶Ò=²×Y=ù\"Â[Ô+¿','wp-content/plugins/jetpack/uninstall.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¥YãE*ÙC-øàco‚,±','î¤î1÷þ8Þè@ö“Ó·ýûÝŒÁ›Æõ\Zš0÷Þ','',0,'?'),('¬óm{s­@ÔbµÎe³','wp-content/plugins/jetpack/vendor/autoload.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ìÇz4C°«à×¯Ü>','¸}õw}2U´H¡ÏäÃü`’Ë-Ž2e¥í’ŸT¬÷','',0,'?'),('”B1ë\"&÷ÍTÚû|8ë','wp-content/plugins/jetpack/vendor/autoload_packages.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','£k9:LT×\\°n(µ¼ü','yV\nºúüJ%V=\'+ù?ÞÓ{”×7 ÚomV$¤ý1ƒ','',0,'?'),('î„m¾QMUn,63ƒkúK','wp-content/plugins/jetpack/vendor/automattic/jetpack-abtest/src/Abtest.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ZâIc4ï\"Ô_KXX','åUÌú‰>ÀIQ\0z¯Ò4µZªõ;Ž`ü’¨àRHl','',0,'?'),('šfuý=”º¯é·ž×ÚL','wp-content/plugins/jetpack/vendor/automattic/jetpack-assets/src/Assets.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','NCdH²š]í¼\Z«¿c','ê\\²Š-Ï\rH×^\"µÍc•mn8Unå%XÁ\\é+¦ƒR','',0,'?'),('{l¼Òfc•*/\\','wp-content/plugins/jetpack/vendor/automattic/jetpack-compat/functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¼¨ˆ_\"rOÃ+X’Y\0,','¬aEDçùcÓŠ¥þ8<Ðã«,:…n€^Î$b','',0,'?'),('ž›ø4 Ä•<ŒMS›¼{Á','wp-content/plugins/jetpack/vendor/automattic/jetpack-compat/legacy/class.jetpack-client.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','lÂ4Õ7ÁDwò:±ØFï','˜\0m+³Hšl”ÿþ¤N\n—ôo±Ö?ab_Tº	','',0,'?'),('p‹:‹{M p:Á™þM','wp-content/plugins/jetpack/vendor/automattic/jetpack-compat/legacy/class.jetpack-sync-actions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','—¡®©À÷âRë¥mÉqÊ','¬ñ ‘—\n™i³rÓzÈ½Y¶¹Ðü\Z³LàMÍñ¬,','',0,'?'),(')¤Ñí‹Š•Û»\rr¼i','wp-content/plugins/jetpack/vendor/automattic/jetpack-compat/legacy/class.jetpack-sync-modules.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','WÓ½»¹S_gcª„LH—','kL-ÚGoÙÇˆgž·Y+ç¥n¸)P6Í©X¥£ìt','',0,'?'),('7ÈóÊò“È\r·ó¶¦ã<','wp-content/plugins/jetpack/vendor/automattic/jetpack-compat/legacy/class.jetpack-sync-settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Öy3sí|Ì›ÒÈdÙ­t–','?<Òì4RùÿyèP•â…æqhZeÐ(	¿X¯Ó','',0,'?'),('£B,Ôh³ã”îTâu-','wp-content/plugins/jetpack/vendor/automattic/jetpack-compat/legacy/class.jetpack-tracks.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','«·±’œJbâ,N—êâª','Í¯UWB­*“–ý-º¿AéÍH;¢÷u~#‘t)','',0,'?'),('¡ÿÂ¡_KÈìelU;Í','wp-content/plugins/jetpack/vendor/automattic/jetpack-compat/lib/tracks/client.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ù\0]íç,b _\'m\r','`V¸Ê³ÆÜø\\ÍÀ–m\Z5µû£¬†Åá$Ï:\ZíàÎ','',0,'?'),('9Ž	›:ìù×u?ä.÷','wp-content/plugins/jetpack/vendor/automattic/jetpack-connection/legacy/class.jetpack-ixr-client-multicall.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','»»)7_Ò]`zñ=ìï{','Lë±#<4Ü‘àõ)é´Ì1\"‚3PÉ>“E¹ÑÿT','',0,'?'),('|7æ„åƒ/$é÷µ@} ','wp-content/plugins/jetpack/vendor/automattic/jetpack-connection/legacy/class.jetpack-ixr-client.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Éˆ	@87g‡°5/Ðý','Œ/€Sx ¶ðKÌ·Á:hñIBËQEþõ›Ë!E¶K','',0,'?'),('–vTXÁ‚á´1BGÈâ','wp-content/plugins/jetpack/vendor/automattic/jetpack-connection/legacy/class.jetpack-signature.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','û÷ÌŠ¾Ž9e0	}–:ý\n','A8‰b~³÷%.\"çS0¦ZßÍ$œTåÕÛ`Ðr…þéA','',0,'?'),('>œ¥ŽÙ=‘wY$ýIg½Ö','wp-content/plugins/jetpack/vendor/automattic/jetpack-connection/legacy/class.jetpack-xmlrpc-server.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ŒSO:³3£âˆ²Rß]¤\Z','¤+çíÓè¸|½\ZÚ1¨Ñ9X_ÁÙ”Ž!ñ','',0,'?'),('wæÓåP©ß¥³§‰¦©','wp-content/plugins/jetpack/vendor/automattic/jetpack-connection/legacy/load-ixr.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Á£]`SÓóÚ}ƒ_þD','ra]xK9ÝXeGUO“}PÖ`èw6Eä¹qn\"âMà\n‡','',0,'?'),('á©z`3`3p®ðæéj«','wp-content/plugins/jetpack/vendor/automattic/jetpack-connection/src/Client.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a.Ï\03š‚Di€‰\"øìì','ïœ‚ŒQW¬Ü?D\r0ºŒoíÏÉË‰·©]²XLö‚Œš','',0,'?'),('´YAtL„‹ `-H$Ü','wp-content/plugins/jetpack/vendor/automattic/jetpack-connection/src/Manager.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u{EWØâ76Z;s','Yô‘f_N;b•\ro¤-V°wk¤Ãhõó. #—ýoI','',0,'?'),('\rÉñß>)ØÑ\\üwf','wp-content/plugins/jetpack/vendor/automattic/jetpack-connection/src/Manager_Interface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','zæ¹qÓ\\¦0³ºðc$ýS','e?ŒÚW»—¢¤Ð?J»®ü»e?ƒ½þUæ¿.Òr¼ú‡','',0,'?'),('ß’¼íà&GºWâÞÉÖÿ','wp-content/plugins/jetpack/vendor/automattic/jetpack-connection/src/REST_Connector.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','•wüw~~ÒéX—Tu—%','ú¨ˆª+Ïë|†xàJ«W0WÞå;€jì@Wl9²k','',0,'?'),('{Ó²õ¢»F!;wúó¶j','wp-content/plugins/jetpack/vendor/automattic/jetpack-connection/src/XMLRPC_Connector.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÎO2+–Œå;çÚjg	p­,','¶Bo×z70.E°nÀ vøi}KÉþ§ÂXU¥•´','',0,'?'),('œeÖ°ÿ r}XÌâõ','wp-content/plugins/jetpack/vendor/automattic/jetpack-constants/src/Constants.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ãë£†°XÀÇø†ÌÝœ\\Ù','ìf(tk‰ç:z.7®¾x)§<àßkúö«w9!Náy','',0,'?'),('WaðÒë¼KhÇ¹MQ)À“ì','wp-content/plugins/jetpack/vendor/automattic/jetpack-error/src/Error.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r–æ“ð#F¶+Äæe;ª','ü-›0ó0vÜ˜É3ÖÞvß‘¸Ô¦ÂóOS\r','',0,'?'),('Üˆ0PM? œ¸Ÿ…,è«©î','wp-content/plugins/jetpack/vendor/automattic/jetpack-jitm/assets/jetpack-admin-jitm-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','±nkhÄØÜqÇ×@ƒ¢','Ô :_âËp4œðþK¡µ\'¡§§`Õø+†BoLk²¶','',0,'?'),('T)h+\re–ÇGÉ2Ô/S','wp-content/plugins/jetpack/vendor/automattic/jetpack-jitm/assets/jetpack-admin-jitm-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8ê%•[F—:#›I›','v¸A…\"yÊKI^¼žW+ÚQ÷ª5½\\M{¾‘¥XJ','',0,'?'),('ˆzá7”u±oØ\rÍà±Ú','wp-content/plugins/jetpack/vendor/automattic/jetpack-jitm/assets/jetpack-admin-jitm.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','xAÕ¡\'fÚ#ð-™4\0_Ê','ß¾c¦ÈPø%çI»Ëß›Ì¼òZŸµÑV2Ý’Ö†â‡','',0,'?'),(' ïªcBšdª’ïlxŽ3','wp-content/plugins/jetpack/vendor/automattic/jetpack-jitm/assets/jetpack-admin-jitm.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','nÒ!÷Wœ‹¢w·ä›','£þ]ÕrÇ“¯¶Â`­ìEuR×Ó€6š¦‰±É‘Vš ','',0,'?'),('«p²¿­QM>4\\ƒð}í|','wp-content/plugins/jetpack/vendor/automattic/jetpack-jitm/src/JITM.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*ìdD3ì>\'\'V6ò','í¯@cJŽCÇW§Êh±¼¥ ÛõÄˆÕAÑ\n\\åE','',0,'?'),('lF¥©Ü-H®OUVÆ$Ô','wp-content/plugins/jetpack/vendor/automattic/jetpack-logo/src/Logo.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Èª`Ú±&×b›Ëƒ€bìm','|Žãïä>m!FA×†½6›gÍ@bqèLÆî`\'','',0,'?'),('wØÈm_ ÎßzÕªUS2ù','wp-content/plugins/jetpack/vendor/automattic/jetpack-options/legacy/class.jetpack-options.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¹ÓôaázŒâ€\0´xñ','Ä“ae@ä,ÃÕ¿NpMÊ’êð{Žm‡L‰wÀ¤','',0,'?'),('™´Ý}dnR^ï’Ímã?','wp-content/plugins/jetpack/vendor/automattic/jetpack-roles/src/Roles.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@±Õ>*\\î»ñÂ róñü','Wæûÿ¸\r•B*l°ñ7À§<\\S´‘é 6ŠXÙÎ×[','',0,'?'),('ÎêÍ-ÙÜï	È´keô™<','wp-content/plugins/jetpack/vendor/automattic/jetpack-status/src/Status.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1íØ	b‡Èp ~x![','AÕ`ƒ–xVNÃ¶æâÕ\ZU€6èœv$g§£)1Ðï','',0,'?'),('$,¾â±o£¾ƒœ\rë,¨','wp-content/plugins/jetpack/vendor/automattic/jetpack-sync/src/Actions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÐGß™;±&´¾êcŒàæ$','M]„›NÇ»„`W§çúQ3}Í™õƒºÏó9&öwz¢','',0,'?'),('‰²úØ	saûê‘ó:','wp-content/plugins/jetpack/vendor/automattic/jetpack-sync/src/Codec_Interface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@™B/—Ú_VT‹˜¨î è¢','Ù-ÚéJœIâ¾±\"AØ¿·=•Øöp¨`Q]¡','',0,'?'),('j6.è½Rç	LzrK','wp-content/plugins/jetpack/vendor/automattic/jetpack-sync/src/Defaults.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','FtìFãÏÓKÁ\ZVAÞ','1ºôçÏlçRÛž(Ÿ„¦æ¯ á¹sÁÿÊ\"ºOçŸ','',0,'?'),('=ú¯Ê©€¥4tÎ|<‹ì|','wp-content/plugins/jetpack/vendor/automattic/jetpack-sync/src/Functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Øf‚z.ÔIO¾\Zsœ¿æb',':7á“Ãh?Xg qº#º×/ìÜ‡úÅ.6œÔV%','',0,'?'),('•xÐZdŽ‰­‡6±f	O','wp-content/plugins/jetpack/vendor/automattic/jetpack-sync/src/Json_Deflate_Array_Codec.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¶¨C¯=\0]Ðö^×Óé8ã','ÜÀüÄ;p›†êÇÊ“”Ü#EÊ|Ü;@€OØ¢Ýtt','',0,'?'),('níÛ’úŽ{íl\nÌòb ú','wp-content/plugins/jetpack/vendor/automattic/jetpack-sync/src/Listener.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Þ*¶…m.\\²þt‡r»Kl','O¢Býß°SZ•ÊU49bQwäk)(á \n8Þ0¾F÷','',0,'?'),('êô‚ÞàýZõâ´’3õàç©','wp-content/plugins/jetpack/vendor/automattic/jetpack-sync/src/Main.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/ò\\»ñ\nþ7Ø9g[|Rå·','Iqä„}Ô¬a›ÅM»×rjš’õ‡¼õaŒš','',0,'?'),('yÀYoF…$@Ãäcy)õžI','wp-content/plugins/jetpack/vendor/automattic/jetpack-sync/src/Modules.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Pë;Œ\rä¾h™˜›õl6','g«*‡\ZV‚èêl…QxÖ¹²çj@p÷yØªƒo»	„','',0,'?'),('IspgNõÑ&ðsX^úðËÀ','wp-content/plugins/jetpack/vendor/automattic/jetpack-sync/src/Queue.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N\'KÈèa?cœK—C“8','rê©?¥róe5)ž5e‰öm02þz˜öû±Ù\'','',0,'?'),('zÜú—hÎË­ŽMDxÉñ','wp-content/plugins/jetpack/vendor/automattic/jetpack-sync/src/Queue_Buffer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÐÀh&]¤ué@3ò&Œ]ö','s§ž“8îR¨(@ú&”°>4ÝžÄ…]E‚û´','',0,'?'),('ä—Ž5æQõÝ6Žª9¬','wp-content/plugins/jetpack/vendor/automattic/jetpack-sync/src/Replicastore.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ÿ6Ù–ìõÓxü®%i','^«‰j-Í`þÉß»ÛËGŸÒÚMx[,±E3k´þ','',0,'?'),('B+6v¤¨q¨Ý¬r³¶','wp-content/plugins/jetpack/vendor/automattic/jetpack-sync/src/Replicastore_Interface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','³ƒ¦Ž¸ê(T¡Á·','øÍ ¬Õ¯Mcœf€ù`RØðs‹µv|€ÞŽr','',0,'?'),('ñV³9|ØÖ2ÊøHÛ¹ÍÈ‡','wp-content/plugins/jetpack/vendor/automattic/jetpack-sync/src/Sender.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÈËp¥Á²XìëØt.ò','¢ë‘ËLÝ’y®tÌƒY‡a\\¿Qcc¼ßf)2B	','',0,'?'),('û5ê›K@ë¿M¡ÆùÊ','wp-content/plugins/jetpack/vendor/automattic/jetpack-sync/src/Server.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ý?Œcí“+Æºîrô7]','ûë·7p¨ZiÞgW¯±åßCôø×Úû\"3dw','',0,'?'),('dÝ`ìh‘j»Ä¿É','wp-content/plugins/jetpack/vendor/automattic/jetpack-sync/src/Settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6¾…GI¤\\P¨˜~d\\•','Ýb:Üw_ÍûUhb+S5ÎËt	¹·\'.±… ð„‡²','',0,'?'),('Š`gIV×ØÙ	ƒä\ZÄö¼','wp-content/plugins/jetpack/vendor/automattic/jetpack-sync/src/Simple_Codec.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‘ŒJ:Ÿ¥@Éò0vyT#','ÂÙIíÐsrè…ÐŽ¸ì(\'›ŒDòJ{Þš”¸%ÐO©S','',0,'?'),('T•€zußHgÔ÷d•# \no','wp-content/plugins/jetpack/vendor/automattic/jetpack-sync/src/Users.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','RûútV©ßÍ4=¬ì“Ê×','Ê¤Öã)Rä<t½ ˜,j}GÌû(ÜŠú‘E','',0,'?'),('ÿ\r@Ä¹Eº?qH ¸•è_','wp-content/plugins/jetpack/vendor/automattic/jetpack-sync/src/Utils.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y?{,z€RÓC™‚]tíH','[Û¹q»¦¸®ößµç÷Ž%fý‰;»~”•Ãõ8\0¤','',0,'?'),('G¾£c ÒÈôhÙÙÜ—Á','wp-content/plugins/jetpack/vendor/automattic/jetpack-sync/src/modules/Attachments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','î¡ñ³…G÷C¡b	¹×','æw³.£¸åoA©¢‚å}¿îÓo¨É6Ü:é9ee+/S','',0,'?'),('B*<½Š=ô–OÝyXâÿù','wp-content/plugins/jetpack/vendor/automattic/jetpack-sync/src/modules/Callables.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÁÒ¨ÓYIŠMì@4Ï','IÑÓ;-UÆñš)Ðžö\\±÷®Ô¡¼”5`…u‰ä›\nl','',0,'?'),('”kÌã“‚‡¦T5S\rhª','wp-content/plugins/jetpack/vendor/automattic/jetpack-sync/src/modules/Comments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','vu¼‚¥:¼¦’Ûm”$ê','ÔnÊæ\\kŠ„Ÿ¡Wàò¬ò†ëJÌô7¶îp0 O','',0,'?'),('VÉëTbúÚq5ŠæÓÂz~','wp-content/plugins/jetpack/vendor/automattic/jetpack-sync/src/modules/Constants.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','èuãCÙûÂF2Àñêzxà','%yòï=~)V2Æó{}â¯¬JÒµI^3¶\Zp,“Â','',0,'?'),('×‡ãa?‚¤I»k¡h²àr','wp-content/plugins/jetpack/vendor/automattic/jetpack-sync/src/modules/Full_Sync.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','lÉTûÒˆŠt:FóZ7','j+\'?Ñ¬®YS«j/…È´¨zz^ÄL>®¥Þ?¯†2e','',0,'?'),('W¼ÃÞPñ3 *ÔdÓá(s','wp-content/plugins/jetpack/vendor/automattic/jetpack-sync/src/modules/Import.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ºl²Û§X^ö±j»LHn','P*QÅiàÕ«ô2Ó¸`LåÓË5*ð=““[öS>Ü§H','',0,'?'),('3Ûp‰V …“òÀuª;Ñ`W','wp-content/plugins/jetpack/vendor/automattic/jetpack-sync/src/modules/Menus.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ä?3ÓO$B.oÅ2ùV¾','µ7Ý½(×È|?·*ËM%˜*È±Y³ o3Jbg&ÿ','',0,'?'),('@	±ü³åwÇúð','wp-content/plugins/jetpack/vendor/automattic/jetpack-sync/src/modules/Meta.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¡Å¦{O~œ¿¥ç­É-','k€)h8#Œ\\íÖœ«¬A	|p¸¼tnÒš%R]‘#','',0,'?'),('Å{wÌ®CcO˜éwcM>ô','wp-content/plugins/jetpack/vendor/automattic/jetpack-sync/src/modules/Module.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','óÊeÍá[àô°ˆÝ{','x\0|,Oùt8nÔ í\'BÇoƒ;¥XGÿH2ÊDža','',0,'?'),('‚_Z	1”xÜ!äb','wp-content/plugins/jetpack/vendor/automattic/jetpack-sync/src/modules/Network_Options.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','µûÏ—âêTàZÐÎÄ\nt€Q','È\Z\'t·…½´wÔX{¶ÔÓÔTgbF¢×²8ÈÌÜ','',0,'?'),('è»\0;÷¾ŽbÕñ2M ×','wp-content/plugins/jetpack/vendor/automattic/jetpack-sync/src/modules/Options.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÜeÕÞwD¯ä¦Úf\"','iÓ%üT18ÒÃÿC,&<èÕ<˜À ¤þäíã','',0,'?'),('Õq1†iüñÅÃ6dŸ²…','wp-content/plugins/jetpack/vendor/automattic/jetpack-sync/src/modules/Plugins.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','èùýßIr®I.rVõõÈ','Z…¤ïtÂz:_oyï?þðZûqÌ´G™—‘Ó3Ü÷‹bÔ','',0,'?'),('-9¿¯óÙÒPjÒr¢','wp-content/plugins/jetpack/vendor/automattic/jetpack-sync/src/modules/Posts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{!ñ6´”’ÍÓ€Ë@š#','|‡Å¾‚ËÌ*pê9|¹°hÝÐJUÔ•[n.‚¾EÂD£','',0,'?'),('®ÒÙš÷ÉWå-“%i˜_î','wp-content/plugins/jetpack/vendor/automattic/jetpack-sync/src/modules/Protect.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','”§OËÃeç˜°Æ#´','u		#ëhâ²£ùÃˆçñf<wR.*&«ÚZE4ƒœ','',0,'?'),('+’JXHÑE{Ê•¼tx','wp-content/plugins/jetpack/vendor/automattic/jetpack-sync/src/modules/Stats.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3<-k7]6$†ž9)^À»','Ææ„÷€ôZ„àb™^úWÑj8	‰ÛÈôB–ud\"[í\"’ä','',0,'?'),('ñèòþ—Åw\0\0·‹Q4y','wp-content/plugins/jetpack/vendor/automattic/jetpack-sync/src/modules/Term_Relationships.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^»&õQ³ÌXjä^íy','Ïø3ñ±«7ŠÄ«GÜ®1¦g·¥¥rG%sMâf^‚','',0,'?'),('p÷¾ø€ŽzÓ¨`×\"©’','wp-content/plugins/jetpack/vendor/automattic/jetpack-sync/src/modules/Terms.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@Ô3ˆ}£’	ÎObbÜ\n¼','ßK:ÉâwL‰O6ÿø|ZX|mÁS€N§øOph','',0,'?'),('À1lÇl·ÓZOõ÷Y}ä¹','wp-content/plugins/jetpack/vendor/automattic/jetpack-sync/src/modules/Themes.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','˜²¿e3µ\'^´êßï¢àÁ','÷Äãògüí˜ãvð0m}a[æøê*²þvôõç>nm','',0,'?'),('D£ÆnØ51³\ryÿxÒz','wp-content/plugins/jetpack/vendor/automattic/jetpack-sync/src/modules/Updates.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|¯¹ï¸øLÃâ¿wü3‡N',' s-£˜¹=<ûXƒµø¢\0}\ZßA|Æ0@ÒZ¬Þ„','',0,'?'),('A¿û˜õGî\r(Œº®ä.XÉ','wp-content/plugins/jetpack/vendor/automattic/jetpack-sync/src/modules/Users.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ë``ž-Ñ|!´B=‘›ll','›eÂcöÁ×çgò\"ý6õ\nÞ×wÊÝ\nÉG¡ä','',0,'?'),('l ð°yçC\")}ô2','wp-content/plugins/jetpack/vendor/automattic/jetpack-sync/src/modules/WP_Super_Cache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','”Ã\n(©UÚÛ¹Šzî','Š É\ZúÎ>b7¡GM‚Lž¡¾Ô}@ðq.v,\'„Óî¡','',0,'?'),('Bn9óHJ¿&ÒË³£','wp-content/plugins/jetpack/vendor/automattic/jetpack-sync/src/modules/WooCommerce.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c°7Ço‘âF!\rë','åsïúñ±SJZñû¹…¥<wÛ/ØºÊá\"5\\m‰:³','',0,'?'),('\"K×¢ÞHe²¦ÏF','wp-content/plugins/jetpack/vendor/automattic/jetpack-tracking/legacy/class.tracks-client.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Š]EuÜ	d­éX,;ëÛÊ','O²8ð™²Ûqk0ËT:.šÂ	ªw±‘¬ž¬%{â`','',0,'?'),('ÃÙªÃI9Øˆ/\rEÎlO','wp-content/plugins/jetpack/vendor/automattic/jetpack-tracking/legacy/class.tracks-event.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	}øvð)‡è÷=f²—}’','äQ¿3ù:)Kñ¤od\"SÊ#¸dtŸïŽ¡`ñ€ÆT¬','',0,'?'),('º¢sÇ˜ƒ)ŸX\\SfÌ','wp-content/plugins/jetpack/vendor/automattic/jetpack-tracking/src/Tracking.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÄÖ<+\\Ýh u?DŽÕõÕá','ÿbâ¥·çÓŸl¡¨O\n´· ¸P=.3¿šD1¼','',0,'?'),('âZx?]þ àiÈC*ì','wp-content/plugins/jetpack/vendor/composer/ClassLoader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' ‰×Ù|%þ‡*T*ú`','˜˜’ä¡289vu3’n	C2s¯¼va/Ÿ','',0,'?'),('æ£QØV#j=2PÔÙŽÓ','wp-content/plugins/jetpack/vendor/composer/LICENSE',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','•]_åŒ#Dö´\0óƒµâ','\Z ŸøÛ’ö%§4~NÙ~Gh!bØ­:w‚˜ÉŒ¿™\'','',0,'?'),('ÍÑ‰ NÅMIe„º)','wp-content/plugins/jetpack/vendor/composer/autoload_classmap.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"P[ôÞÍ!Ü7iÆê^dB',']6Ïq\Z6/{5—?\nZ7ŒéN›×á¤Ë\n’/’«Ï','',0,'?'),('uÇÚ8ãm:ÕÅV~`À7','wp-content/plugins/jetpack/vendor/composer/autoload_classmap_package.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÏE…únu›,´W\nê','Ýyªq~ºOW$ßfRÏæÍU{ ƒ$èÐë»P•“','',0,'?'),('kSÎ«fûf¸C^ÅŠ_','wp-content/plugins/jetpack/vendor/composer/autoload_files.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z<ùËZ-ö…ÁÀ·7²','hÄå`BÓîHyåû·¼K®\\G%\Zö\ZÕ€\"JrÐ©F£','',0,'?'),('r=¬ýDB¨’ïwB','wp-content/plugins/jetpack/vendor/composer/autoload_namespaces.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5á,}vÄ¨3¼õGÀâ)©','E½r4@\0¸Ô¡$¦âzæú3ð¸$l²ê\ZÐ`iäexÃlÊ','',0,'?'),('Ë=Î÷¦	ŽÁ$òDˆ','wp-content/plugins/jetpack/vendor/composer/autoload_psr4.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','•+n½Bl[8öËW/qÈ','UÐÇ’Cz,X/•„Z¯T	¨ú;¿ƒã[ˆX’¤­´','',0,'?'),('>\"l\r—ü  :@z›áÏ','wp-content/plugins/jetpack/vendor/composer/autoload_real.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^	%ÃiI²ïœõ','KåÇ[Nw1j¸``8ˆeê[m	rUQMcîTòÊœ›	','',0,'?'),('£eë»Zø\"ÝíÇe]——','wp-content/plugins/jetpack/vendor/composer/autoload_static.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ârž§ðÜØEeœã¤Ï-','‰”žð1ÂgGP™uè¢ýwß.¹ÿŒþ›ÿ¸Òªâì!','',0,'?'),('Ø¦ž©Õ;~é\nŒ•aÎÒ\'²','wp-content/plugins/jetpack/vendor/composer/installed.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q´¼Ï²å2Fn¯Šêß','¬—Ú=×ÕN¾OÉðå •x³±tË.šÌÇ#“ŸË','',0,'?'),('«–«—«5³ÐÍÍª”L\r˜','wp-content/plugins/jetpack/views/admin/must-connect-main-blog.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','›vœÎØ=jGVkƒŽ2','k<Šy„I«3’6;³ƒñs>‡ó|pÒ±u¯ØeÔ6z^nå','',0,'?'),('ßû]>z³Ê5€~À¡pâU','wp-content/plugins/jetpack/views/admin/network-activated-notice.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Î»)ÃÚšK}–k©\\³wã','[0øòÓé•rÐá÷ïXéž-øó‘¬d³U•\"ÊogbÄ','',0,'?'),('ù–OfÔøÚ&?j;°¿','wp-content/plugins/jetpack/views/admin/network-admin-alert.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','µVw›1ƒpÌºÁÆþ','‰ÐPØ9ƒSdˆ[Aû%w”²f«=À•¼l•','',0,'?'),('|õ¦k\"åONr¾¨ëÐvÃ','wp-content/plugins/jetpack/views/admin/network-admin-footer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','µVw›1ƒpÌºÁÆþ','‰ÐPØ9ƒSdˆ[Aû%w”²f«=À•¼l•','',0,'?'),('dÌ–G‚…n7vvšÂåZ','wp-content/plugins/jetpack/views/admin/network-admin-header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P1žõŽhô›eó»2j','Æ]„ìŒêœu!.{“h‡ÒtÔeÔ²ôƒ•eûFA','',0,'?'),('Ï.=\\ÝÔÔÐ*+Í‘','wp-content/plugins/jetpack/views/admin/network-settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3#›ñvÆ×\n‡y¼\n`×','±ŽïrsüäÉ†ä¹*üÐüÃ`†\'hÖ4\n‹kP]','',0,'?'),('«¡Ê9Á½œ~ž‹=\0','wp-content/plugins/jetpack/wp-cli-templates/block-edit-js.mustache',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','™AJÅX‹úóZ5Æ','ôìx?4lxÎÎŠ ¤™–ZÂ{ÿ ïMæ¾¥`tÎF','',0,'?'),('&þ’•Å8Î`Ëi’ÑVdµ','wp-content/plugins/jetpack/wp-cli-templates/block-editor-js.mustache',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ü%%±óR(.»5ûk,','4§*5¥’@SŒúNŒÙ®µ\0b:J¶6‡g;n8t«','',0,'?'),('iµf!p™aÃ¿–Š{\Z8ò','wp-content/plugins/jetpack/wp-cli-templates/block-editor-scss.mustache',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¹fIaúçô®öJ:p%','\Zy¹öÍô¬ñ§5cTÐ+6VYñ4èŒ\'ž7!²ÿ‚£','',0,'?'),('æ1~×ûÆ²–!¨¯H5õˆ','wp-content/plugins/jetpack/wp-cli-templates/block-index-js.mustache',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','”T> òK&áÌ´·K','Mã\'¯Ñº£ÿ†ÛY˜mÆr›hBt×$)¶I8»Ô-¹û','',0,'?'),('K­<@¨ÿý6’x¨2ðS','wp-content/plugins/jetpack/wp-cli-templates/block-register-php.mustache',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','nB©7kFAL\ZŒdN·','ŽddXü^¾?ñ	n.˜~¯?œ¢;kÀ2eBÿ','',0,'?'),('/¿d¨!yq´×@£PYÞ','wp-content/plugins/jetpack/wp-cli-templates/readme.md',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','åD©µ¥ÙŒãÑN±G=êî0','¡»l,pò¿h‡\"«®ÇU­º¾W3Bz/¹Eßm¼(','',0,'?'),('Úñ>ùxú“wO‰êRî','wp-content/plugins/jetpack/wpml-config.xml',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ý¸¿“û«\0Q‘j¢fÿy«','Ê‰hB_¸_¦àQ»ØHˆ÷gžß¥î¦;q^à[¶Ù','',0,'?'),('lY4®DÃ=¶ñ18¥¶>','wp-content/plugins/kt-tinymce-color-grid/css/a.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','xÌ[‘$áMØá4»”Zui',',º.G–êb.ÛŸ%èòdð‡Öh³M^‡ó+˜6Ô','',0,'?'),('nî™üwIzÚsË•Ý°ã','wp-content/plugins/kt-tinymce-color-grid/css/alpha.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','cTa.=‚Z¤ØÚµAùÀ','CÑ	ªðë²Ñ$”^lv“’z+$ºá€ÙÐÕMÜŽÝ','',0,'?'),('ùêG»‚/LS6¿4æ‘¥Ÿ','wp-content/plugins/kt-tinymce-color-grid/css/beaver.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Wqž€ JÜÒRi3ÿO*','“_Â01éQ§ã.ÊïÂß®¶µ\'©¹L•RëŠËî_Ñ','',0,'?'),('îÒªH§kH}Œ¤¡','wp-content/plugins/kt-tinymce-color-grid/css/elementor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ú…~öùr¸©ü`t7’Fm','¿—R›\Zæ °º¡åöe\0)ƒëAî¢‚£a=·C‡p','',0,'?'),('DÚª“gØo…-§8W†t˜x','wp-content/plugins/kt-tinymce-color-grid/css/fontpress-colpicker.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÌŸè˜à™ò‘•\'#F','Ÿgºƒq6‚ÿtm}£ïßå6H×5	?ýÀœÚr0','',0,'?'),('’qn«:ÉÒ¶g|d]cæ','wp-content/plugins/kt-tinymce-color-grid/css/marker.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3Ü*O2/Ô3I2œýè','~T¼@\\Ž€vUI<çpKÈ×Ä×a`Tº@cãÞcaü','',0,'?'),('÷#•²¨j_”‡1-ÖeV)','wp-content/plugins/kt-tinymce-color-grid/css/mask.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','üö“g~¨\"æÒJ÷²ä©Ž™','êž×/<sÄÔ¡ã)Ý\'‘.®1ÀjknƒK9QîôÉ','',0,'?'),('Wäæ2Ò¶{éÇ‹WÝßÃ\rK','wp-content/plugins/kt-tinymce-color-grid/css/settings.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¡sÒ¤ñÂ?xƒ[U>âB','NO¤R±ˆÔßQR³–uý©ç|É¿…¢OC¼…S¨>˜','',0,'?'),('k=ù%l¼í´í^Ÿ#Ù:o','wp-content/plugins/kt-tinymce-color-grid/css/settings.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¿Ý6,?rÝøŽŒÕàD´4ä','¤y«Uš†¸+˜®Þ1‰£Œ)awÄ8ðÇ³\në«DÄ;É','',0,'?'),('€IŽÂ7(çz?ê­2','wp-content/plugins/kt-tinymce-color-grid/css/wheel.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E0½ q0m»Æ\ZY%V¹X ','(]´:=dÓqÛ…¼O{9ŒÂ€Ô€¥vš…È˜~Š²Úó','',0,'?'),('p_ß6Ãy\nãD·!,ö','wp-content/plugins/kt-tinymce-color-grid/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','·F-¨5AÇ›L{A†rºñ','P42’,!…}1uÞìŸ»E3û‡ŽwˆrúîËô–','',0,'?'),('3³\0ckmiVZ…|êÿ‚','wp-content/plugins/kt-tinymce-color-grid/js/fontpress-colpicker.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','wËd+\rÊÁøŸáF‹ÈLõ','¤`…·½·¼$?Èg*;€´m`gá½+T@#¦Û`”3\r','',0,'?'),('ÚlÜ@¨Nqµt/$Ôr+','wp-content/plugins/kt-tinymce-color-grid/js/iris.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ë -Ä•\"qy—îÊ;Þÿ','\"jŒ<ýY=Úyp]·¥’«I¨Ñ_¼ÉŸñaÓnuÀ','',0,'?'),('Jxr‡É-îÊºl ”','wp-content/plugins/kt-tinymce-color-grid/js/ntc.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ý<“x“5ù|Ž|¸ÄÚqÓH','tÛ5‹ºSùq²ß2¶·îOáWÒËÙREÎ~¯8“0\"…Ã','',0,'?'),('ÌA&J4˜J¯;j6)HŸ’','wp-content/plugins/kt-tinymce-color-grid/js/settings.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','“ªUŒ*/\Zðzâ•u¦','5ÚK±õ	èÌ{^šø`MBüaù¬#lO„H—Š','',0,'?'),('­¬ÅZ1;uï“	x\n\"Ï','wp-content/plugins/kt-tinymce-color-grid/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÙO¸q˜?ÍTÛA•µ§Ã','^H¬j¾ü\0³8»ã¹G,Ú‹f«ãõ¶qÀ¿¨,…Á;ó','',0,'?'),('©5t+>¯0™í4Ýú^üã','wp-content/plugins/kt-tinymce-color-grid/uninstall.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¨0Ê¨<loi÷7¡œ3','‚r÷\n|Ž×™ÞMåJÍv*Uo)VßjÐl„1ú$','',0,'?'),('ó˜¯÷’Y¥ÙtgËÞÙm¦›','wp-content/plugins/microthemer/error-reports/debug/index.php',0,'êz÷¦=v°öŠÌ]÷ÓãV','êz÷¦=v°öŠÌ]÷ÓãV','k‰À—~	¶½UH\Z¥ÖxƒPêÛAÌ„¢ú<¡ž;X¨','',0,'?'),('u‚Tl*‚‰¤_7BÒOo','wp-content/plugins/microthemer/error-reports/index.php',0,'êz÷¦=v°öŠÌ]÷ÓãV','êz÷¦=v°öŠÌ]÷ÓãV','k‰À—~	¶½UH\Z¥ÖxƒPêÛAÌ„¢ú<¡ž;X¨','',0,'?'),('>Ô ³GƒwD˜ë¨CU','wp-content/plugins/microthemer/get-dir-paths.inc.php',0,'¯“Ì&éÔúÅgŸ[þþËe','¯“Ì&éÔúÅgŸ[þþËe','áWÀð9}‡‚ZúŽé¢EÆB\Z­D¯¤b_®=¦PP','',0,'?'),('º0F›%s[âïþ7à+•Ö','wp-content/plugins/microthemer/includes/animation/animation-code.inc.php',0,'Œöêƒ£>3\'\nI>0Är²$','Œöêƒ£>3\'\nI>0Är²$','êAòî‡œ³YÜ¹Ê¿\'\\¬$D¾_<wxaVô±aõøe','',0,'?'),('\",HàÁ%A¼:Ì:-mo','wp-content/plugins/microthemer/includes/class-json.php',0,'õ\r‘{#àÐ:×‹­<','õ\r‘{#àÐ:×‹­<','¦d<	‘Yò7OëÚ^’ÑA(Ã%sz1-üì)K½ùþD','',0,'?'),('÷²[ÿ_†ksF©JQ¬é','wp-content/plugins/microthemer/includes/fonts-api.php',0,'úQîÉZÖ˜KK*0«ÇÂ¿','úQîÉZÖ˜KK*0«ÇÂ¿','›Váð°sÞ‰ÊçÚ»Hìyôll8,ÈÞ½BhÒÖÄ“','',0,'?'),('¢YÒ¸(šKLyZ ûky','wp-content/plugins/microthemer/includes/fonts.php',0,'—\rÛÒDó¡Þš‡¬W','—\rÛÒDó¡Þš‡¬W','+\"6¥n¾A%A	×‹t+€Û\r£• KqI|W2\Z','',0,'?'),('¼/£à|	~\\²]_>gû','wp-content/plugins/microthemer/includes/internal-docs.php',0,'•TE›¬\0<e7	\0»íÍ','•TE›¬\0<e7	\0»íÍ','>ƒyªà™ïñ\nÙšvm	râÊù\n’°?²sN•6^d©','',0,'?'),('ÚH»ÒµÝÏï½Å','wp-content/plugins/microthemer/includes/js-dynamic.php',0,'1‘$üä¦ŒLIö8','1‘$üä¦ŒLIö8','\\7ci”ÔÁrW=8À\"\Z8 ´È‰RœüŽ\"Í68a','',0,'?'),('v `O¦TÜ)uzršñ','wp-content/plugins/microthemer/includes/js-i18n.inc.php',0,'øÔMŠ2>˜gmCGÈYç','øÔMŠ2>˜gmCGÈYç','°k‰Ël$Fúî-fPˆdþ—*™ ©./kŒŸ·L®–','',0,'?'),('Žeû½ü¢}‚ù¹ÛLn¼','wp-content/plugins/microthemer/includes/min-css-js/minify/src/CSS.php',0,'¥²\"m~k•Œ?ôµ™¤¤','¥²\"m~k•Œ?ôµ™¤¤','èxø$~\rt;\rB1|Ûh9²ˆÒÛßn¼çÀŸ%ÒéTÙò','',0,'?'),('+°>5ãÍké™aæøë³=','wp-content/plugins/microthemer/includes/min-css-js/minify/src/Exception.php',0,'g\Z»“ÅŒØ|­Ïl¾îù','g\Z»“ÅŒØ|­Ïl¾îù','3Í²J~ÔõÇX}^þrtv°/«º­ß3ð4C¼ºâ','',0,'?'),('Ÿ<ÍÆËËÕ@¯€\rƒË 8','wp-content/plugins/microthemer/includes/min-css-js/minify/src/Exceptions/BasicException.php',0,'\n’Bé=ÓñÅ¶K\0ú©','\n’Bé=ÓñÅ¶K\0ú©','¹ì~û^9Û,‰^Õ¼\\dKI\ZúÁ`´ˆ—ÅùÛ\"','',0,'?'),('NÀVw» ¾[_p\"kƒ]Þ','wp-content/plugins/microthemer/includes/min-css-js/minify/src/Exceptions/FileImportException.php',0,'‘¯->O|dçr¦?ÖH*½','‘¯->O|dçr¦?ÖH*½','= ´òåLI›v]Ã\nVÎèÂéc¼ÃT&ðQêÿ`R|\\$0','',0,'?'),('I»ÄÜ×Oò¦)Ž@5MÅ','wp-content/plugins/microthemer/includes/min-css-js/minify/src/Exceptions/IOException.php',0,'ó­pÓB5ßI8Ï.åÎ','ó­pÓB5ßI8Ï.åÎ','ýøz¢s—KÝÕ½æ}¹«F\nK¶LÚ¥G£E÷ÖÇÿ','',0,'?'),('›Syr–vw0×3 Àad…Ã','wp-content/plugins/microthemer/includes/min-css-js/minify/src/JS.php',0,'¨Å$DÔèG…ß“|ëÂ?','¨Å$DÔèG…ß“|ëÂ?','Ô¡v‚”)úÝ	Í½tK|Ä„ïH“»2<n·yý\Z­','',0,'?'),('íç3}qÕy0Ðý¢d7î,','wp-content/plugins/microthemer/includes/min-css-js/minify/src/Minify.php',0,'ÜYjž÷Nšº=¦£ÑÂÜ','ÜYjž÷Nšº=¦£ÑÂÜ','ÃfˆOX=Ê=´Ç\nn)ãóÎ},ÿÚ;4F/4ðî°:','',0,'?'),('~Œè)ðà¶Õ:ÿÖ','wp-content/plugins/microthemer/includes/min-css-js/mt-minify.php',0,'×‰ÁÊO^•Ù\\ð%¾_XÞŽ','×‰ÁÊO^•Ù\\ð%¾_XÞŽ','!lZ({¾—tF`þÜ\'>¥Õ™}¯œ¥R,À•ù¢½','',0,'?'),('^[hÏþTãl!¿Ë×(Ò','wp-content/plugins/microthemer/includes/min-css-js/path-converter/src/Converter.php',0,'~YÔ«ŽE4òÌ›,Ï1]','~YÔ«ŽE4òÌ›,Ï1]','a(‚òï‡ÓØàÀÏÍ!\'EéWÞ—®,AÍÑtÑrd','',0,'?'),('6xu`>©Zø2êžÜœæ','wp-content/plugins/microthemer/includes/place-holder2.html',0,'ó2ïøS•v‹ÃfÚIáÔ','ó2ïøS•v‹ÃfÚIáÔ','ø@@±\\ý‹GUst$€N–¨ôQ›‡š–ø ‚p','',0,'?'),('&¨èf_IŠžº|meÑ€×Ã','wp-content/plugins/microthemer/includes/program-data.php',0,'Ö>XY¥B}Ÿ?Â™¾g\\í','Ö>XY¥B}Ÿ?Â™¾g\\í','ó;]}0½rLi\"m&wÓ¯ˆŒ ÉpJ×–þŠ','',0,'?'),('m‚iø˜0À~(ŽO\0G','wp-content/plugins/microthemer/includes/property-options.inc.php',0,'»tLguƒ \\Šú¥28í¢','»tLguƒ \\Šú¥28í¢','òIâH^0_í>½ò<0Ç€L©&e›G~WW<5ô','',0,'?'),('¾yÈö¯øûÆdÇIWhãþ','wp-content/plugins/microthemer/includes/regenerate-animations.inc.php',0,'B$LÐê21ž»1ïðÌ','B$LÐê21ž»1ïðÌ','=æRÈ:u?G§Ó¼\\^ðªí¦çÏoY\"ÇI#','',0,'?'),('Ìñî¥þe¦Š»éR¥E†e','wp-content/plugins/microthemer/includes/regenerate-option-icons.inc.php',0,'›§å‘…*u‡Íû1M{','›§å‘…*u‡Íû1M{','+M<«\"ö}:3\"Ý«š©f2-<ðU²úA¶#J','',0,'?'),('TäìÕ´Ï±\0µ·‹ÇÜZ','wp-content/plugins/microthemer/includes/resolve-css3.inc.php',0,'lÕZ~a­.3ÜB\rò’','lÕZ~a­.3ÜB\rò’','x Pí*ï_¿¦Ab(¥ùÕá¶¸‰‹ì¥gh ë(‚Ý','',0,'?'),('©Ø[_Æ-€˜Œ#UÓ‚J‰','wp-content/plugins/microthemer/includes/resolve-input-fields.inc.php',0,'SÀÑ›• Æ‰2Ú9§Ÿ','SÀÑ›• Æ‰2Ú9§Ÿ','`jó=\0\"\nžRC¯k„d‘¢çÙ›EútnÕï','',0,'?'),('•†\'8|ÀË¨…Õ2Óá„','wp-content/plugins/microthemer/includes/scssphp/mt-scss.php',0,'IùAx½I÷æœÁq /Ê×','IùAx½I÷æœÁq /Ê×','ŒR¶„eFÄCº.4r²Aà\"¦J@…Q‚†ª ’','',0,'?'),('iÐY¸;\"åø²‰•Yu™','wp-content/plugins/microthemer/includes/scssphp/scssphp-oct-2018/example/Server.php',0,':t1B½©ÎŽÂ½]~Èð',':t1B½©ÎŽÂ½]~Èð','y=ß¡•@k)ö!å1}\nßêC3‡kÞÛõ	–<Ã5û˜','',0,'?'),('™s÷ÚÊ[0 e2\Zk\\60','wp-content/plugins/microthemer/includes/scssphp/scssphp-oct-2018/scss.inc.php',0,'õÞöB_¹…‡\rÄà;Ûµ‹','õÞöB_¹…‡\rÄà;Ûµ‹','#±€-ª®™¢,K>Þ‰üÊImåÛ\ZdoHLù‰¨\"','',0,'?'),('‹±j ¦k.Ž•^Ù','wp-content/plugins/microthemer/includes/scssphp/scssphp-oct-2018/src/Base/Range.php',0,'Aê±v÷l*&m í‹ 5Ä ','Aê±v÷l*&m í‹ 5Ä ','ÎéÀ-¨S3™2]2¶x1Þ´}ý§aNç\'ëuß¡•ä','',0,'?'),('$ÿ&Cü:š]ÞKÓ0a','wp-content/plugins/microthemer/includes/scssphp/scssphp-oct-2018/src/Block.php',0,'E½•*°±Å[áÖ$_','E½•*°±Å[áÖ$_','“‘ïDÑmh¿Ù÷ÓbáZ¶íFo\Z³Em>NLN©','',0,'?'),('ï&–VÙ\nW³ƒ(7\0N¢÷','wp-content/plugins/microthemer/includes/scssphp/scssphp-oct-2018/src/Colors.php',0,'õ”40a†—7½','õ”40a†—7½','&c18¬é\nÀuå>.£tþ§›˜¦Ewáiw×','',0,'?'),('g,(ö©< Ýò^¢','wp-content/plugins/microthemer/includes/scssphp/scssphp-oct-2018/src/Compiler/Environment.php',0,'ÖæM)Ì`O#zIò\'˜@„','ÖæM)Ì`O#zIò\'˜@„','<–æ—Úñ}©`‚>÷}ga\'TÕ\rjY‰','',0,'?'),('-ôÚÙÐïÈuº{»=c','wp-content/plugins/microthemer/includes/scssphp/scssphp-oct-2018/src/Compiler.php',0,'M¬7a¨ä®A7wZçÂö|','M¬7a¨ä®A7wZçÂö|','2QêÚDÙ²âÙ~÷6«QéºÝ»â´MxÕºýQ','',0,'?'),('Ù2qÀ?üŽ¡e= Ïž','wp-content/plugins/microthemer/includes/scssphp/scssphp-oct-2018/src/Exception/CompilerException.php',0,'+³Iúä´˜A¢´ñ‚a','+³Iúä´˜A¢´ñ‚a','µBæßåÐ‚è©k·ççŒio¯ß‡Åžü†Zcð@ä¾·','',0,'?'),('Î¹Š?»Ù\0cÌ.t','wp-content/plugins/microthemer/includes/scssphp/scssphp-oct-2018/src/Exception/ParserException.php',0,'¦›ˆh#îúeŒƒ&µ‹`6','¦›ˆh#îúeŒƒ&µ‹`6','ÍÐh›ÌwRà»¡Ó˜\"8Ç÷¶|ÖyxdU¯õ}Ì»”','',0,'?'),('¶¼Ä’X·á(öž«ä°þ','wp-content/plugins/microthemer/includes/scssphp/scssphp-oct-2018/src/Exception/RangeException.php',0,'l¥êÖ¡ã´ä’TG9Pó¶','l¥êÖ¡ã´ä’TG9Pó¶','\nË·øØZt¿]¨™/ô$~8žz™RÔm‹N}¶e*€O@','',0,'?'),('šú‹¢±WÖ`4w§·Še','wp-content/plugins/microthemer/includes/scssphp/scssphp-oct-2018/src/Exception/ServerException.php',0,'5Qî×J _»«òºý','5Qî×J _»«òºý','à5!î˜dP>Wî°”ÕÉ3µpV}”#sõªqá2I','',0,'?'),('n!4	R-äV˜nÛ ','wp-content/plugins/microthemer/includes/scssphp/scssphp-oct-2018/src/Formatter/Compact.php',0,'©tc ¯œ«’1/-Ã*×ç','©tc ¯œ«’1/-Ã*×ç','ªö\'X*äöFv•‚­!ƒª¡ÿ¹¾Hóùî{dÎ','',0,'?'),('å¨ŸBÖ\nKÖ»œ%>X>©,','wp-content/plugins/microthemer/includes/scssphp/scssphp-oct-2018/src/Formatter/Compressed.php',0,'Šj%—làsßˆ7<[ÜFF','Šj%—làsßˆ7<[ÜFF','<Ç<-X#8&Ú²H”Hºå‚}“Ù†ä]¹Yñ‰pLB','',0,'?'),('Ól²¥ñ¿p,\nLû|“','wp-content/plugins/microthemer/includes/scssphp/scssphp-oct-2018/src/Formatter/Crunched.php',0,'&7Ñ¢\rÎTB•à%F‡ï','&7Ñ¢\rÎTB•à%F‡ï','\\ØäÁ‹*ë8ÐYðØGÆíÛ}}ø_ïI_ÁÂ8Ü;','',0,'?'),('·¼I7]ÚJRh™ùµb','wp-content/plugins/microthemer/includes/scssphp/scssphp-oct-2018/src/Formatter/Debug.php',0,'9TAŒvœ0:‚$x','9TAŒvœ0:‚$x','ÞÕ¾/ž¯%dtEZNháG\Zhšå[`—<E!–','',0,'?'),('îÀ{õ‚uÔ3›·áÂ†j¸','wp-content/plugins/microthemer/includes/scssphp/scssphp-oct-2018/src/Formatter/Expanded.php',0,'•ô8Æ©¢|3öªÉ‚ÒÆƒÜ','•ô8Æ©¢|3öªÉ‚ÒÆƒÜ','Bc÷á²Î‡ }Qúû‹úÛ4<3%L(rfû-p‚ú','',0,'?'),('Ã.cëñhuh·¸:¾','wp-content/plugins/microthemer/includes/scssphp/scssphp-oct-2018/src/Formatter/Nested.php',0,'¾\nlT´d¯ò{¡!ä','¾\nlT´d¯ò{¡!ä','HËömå;ÖIÂ÷ŸÍž?Ç»‰óùVn“Åmqjl‰Þ','',0,'?'),('´‹­0¥¾†¬­§~{¿?ü†','wp-content/plugins/microthemer/includes/scssphp/scssphp-oct-2018/src/Formatter/OutputBlock.php',0,'UÃ,n’Xþ5¼ô½‰','UÃ,n’Xþ5¼ô½‰','ZUa‹²°¥¨Ñ¨9¾ß0ã·ËØsZ\'¥fèÔÀ','',0,'?'),('ÔÎI¼³Yf¼ÈŠMÂ\"W`c','wp-content/plugins/microthemer/includes/scssphp/scssphp-oct-2018/src/Formatter.php',0,'³\"™$Ð¬, Œ7\ZÇhG','³\"™$Ð¬, Œ7\ZÇhG','®H\"ñ.øüòaížýˆ’Ù‰:ŽÌ3L«þW  ;s','',0,'?'),('Àïo¬…FÂL*¤QXô','wp-content/plugins/microthemer/includes/scssphp/scssphp-oct-2018/src/Node/Number.php',0,'Ïqu¾Xúv³ú¼OÉhd','Ïqu¾Xúv³ú¼OÉhd','ÖÌËŒ=»‡¼Kï¦g½L¯”ŠV)6íXþ“Á{€ñ‰','',0,'?'),('Ñ¤6b!ž˜V„òŸB“ã','wp-content/plugins/microthemer/includes/scssphp/scssphp-oct-2018/src/Node.php',0,'ÿV72ß¬!l¶*\0Ï~','ÿV72ß¬!l¶*\0Ï~','šš¥˜+6°æÍÞûSO™›[9kÄñ·X’¤','',0,'?'),('\0^l¨$¥ñæZ]V-Žfñ','wp-content/plugins/microthemer/includes/scssphp/scssphp-oct-2018/src/Parser.php',0,'«Ëî	ÿP\0ƒÍþõýÝœ','«Ëî	ÿP\0ƒÍþõýÝœ','9šåm*¦µ‰—Êg‰ø;I£6Úþ`?>½½Ò^\Z','',0,'?'),('ª]x\"¸Ä>Øä«òè\'÷š','wp-content/plugins/microthemer/includes/scssphp/scssphp-oct-2018/src/SourceMap/Base64.php',0,'‰u«Ÿôk\0­¿H¡EÎX÷™','‰u«Ÿôk\0­¿H¡EÎX÷™','ÖÉouö¥Ë¶w”cŸ§¿Ñ•u«Ðaß‹Sð<¸O¦','',0,'?'),('Ó(–h\0ÝÜÄsV','wp-content/plugins/microthemer/includes/scssphp/scssphp-oct-2018/src/SourceMap/Base64VLQ.php',0,'Óp%.“È˜™ü@wžùï','Óp%.“È˜™ü@wžùï','À]EK9©ÍN`?{gäƒ#móIOr-â%ë  Œ','',0,'?'),('³{ƒ.–µz·í¥ÐkL!','wp-content/plugins/microthemer/includes/scssphp/scssphp-oct-2018/src/SourceMap/Base64VLQEncoder.php',0,'driij H\n/°‹Àýš%','driij H\n/°‹Àýš%','p\r%{7÷JgH¥ ¼aŒù‹ÙòÒ5ô>{8o˜Ä','',0,'?'),('™‹Ñà»Èï}•Ú\"iþ','wp-content/plugins/microthemer/includes/scssphp/scssphp-oct-2018/src/SourceMap/SourceMapGenerator.php',0,'°ZÒª„#yØ~vHCæTƒ','°ZÒª„#yØ~vHCæTƒ','ÇMMÓg`.ÞÐÂo¿õSÜŒ$`MQv{ŽZGB»P¥®Y','',0,'?'),('s$`iÖ«(8Å¤çò&','wp-content/plugins/microthemer/includes/scssphp/scssphp-oct-2018/src/Type.php',0,'V;PQ{’–&£©ÉMá','V;PQ{’–&£©ÉMá','ˆÓ…ã§ø™ÆØo½]àhw\0ƒº÷€tÒ¹÷sâËÌ','',0,'?'),('\r³À@1V°ûÝÌH·ºj','wp-content/plugins/microthemer/includes/scssphp/scssphp-oct-2018/src/Util.php',0,'4\Zõöé-eÀîhy¬2','4\Zõöé-eÀîhy¬2','âIHæ*##í§~#Q±–î]Úâwb³áÆês\Z¶','',0,'?'),('H¹ TA¥¾‘ƒÍÇV£ç','wp-content/plugins/microthemer/includes/scssphp/scssphp-oct-2018/src/Version.php',0,'Ù(Âµðk;‰€\r&¼kÓ¡','Ù(Âµðk;‰€\r&¼kÓ¡','¼ qbyC“£šl]oNÄTÑ\'þK€¬î1Š¢LP(4','',0,'?'),('$/±Gÿ±í`Þ•É[¥„&','wp-content/plugins/microthemer/includes/tvr-manage-micro-themes.php',0,'X4}k\nS³ð;¦ø•þõÞ','X4}k\nS³ð;¦ø•þõÞ','&óø™ZLa–š~âiî=VËû|¨ìý¬‹0Î9\\','',0,'?'),('c ”	†z´¦Rƒ‘‡ç™','wp-content/plugins/microthemer/includes/tvr-manage-single.php',0,'TÚ:Fý‚€h‡%Èùy°˜','TÚ:Fý‚€h‡%Èùy°˜','æW˜¸àj\Zz6é&­o@+OãPM\0Ê{Ã1Š¢µjÁ','',0,'?'),('~Yu\r-–€óüà(áˆ!a','wp-content/plugins/microthemer/includes/tvr-microthemer-preferences.php',0,'+û@Æ\rà)­¾¥ˆ2#h','+û@Æ\rà)­¾¥ˆ2#h','ïŠŠ”¿J f‰[¿,è0:ù…—-“½Ø£€%Û','',0,'?'),('Éƒ[ßF•¯tg¼|VÉ','wp-content/plugins/microthemer/includes/tvr-microthemer-preview-wrap.php',0,'qí×|]}¬CV%¡½^¤','qí×|]}¬CV%¡½^¤','§E‘ÏA:“DGOÎAz¬ãJÃI¹«Ð’£IÌëRu','',0,'?'),('¦D¸Óªª¹§AMÿhL8}','wp-content/plugins/microthemer/includes/tvr-microthemer-ui.php',0,'à<åËËp#t×	1ge','à<åËËp#t×	1ge','f0ð÷	MhÛxgà@àª4Lw]Ã ô¸½vÖl','',0,'?'),('\\Ä	µ)²Ce][»db^','wp-content/plugins/microthemer/js-min/ace/ace.js',0,'GòÃx\")É\rh”»);§','GòÃx\")É\rh”»);§','ñÔ©¨§\rXþµbM€^©P](Èäê¹«”æƒÐ—ù','',0,'?'),('º$èN_„+ç=©·QIa','wp-content/plugins/microthemer/js-min/ace/ext-language_tools.js',0,'“JL6úk\'‘54-!{~Ç','“JL6úk\'‘54-!{~Ç','ÉJÆA6:\n+ÇÝë€Ä«4^‘‘òÃŠ]cj\n','',0,'?'),('sK˜@ÛêR8˜ÓŠ+Ììì','wp-content/plugins/microthemer/js-min/ace/ext-searchbox.js',0,'¼Ø_({[ÔŽô„´_ŠÚõ','¼Ø_({[ÔŽô„´_ŠÚõ','.Å•³´mv°pÂáe, %Þ\\ºM×Öäª0×ï¼3(@','',0,'?'),('1w¾¹îä	¸Ü•9Ïð','wp-content/plugins/microthemer/js-min/ace/mode-css.js',0,'ÊªŠc=ÆEJO C\'','ÊªŠc=ÆEJO C\'','äFt(< S_ÔÒ*yÀg\"ª†8Ði0¨BF—_d','',0,'?'),('g_Zšµ¿ç®³(#	b@S','wp-content/plugins/microthemer/js-min/ace/mode-html.js',0,'ñ?…EÚí[ru£LÐ5A','ñ?…EÚí[ru£LÐ5A','–Ö¿7Äò7lLÚJ›í0\rM€à°„köà’Px','',0,'?'),('¬´Ü¦ý§KÐ{:Ðëª<w','wp-content/plugins/microthemer/js-min/ace/mode-javascript.js',0,'@ñ¿³Ö‰a–‚ÃR-G´','@ñ¿³Ö‰a–‚ÃR-G´','…ZN,„­Éw$ÅÂMÓOøS1´Ì;K£Sð¶(˜','',0,'?'),('‡H4È ¨·óB®ÎÄðLr','wp-content/plugins/microthemer/js-min/ace/mode-sass.js',0,'ÞŸÎ°8&33Òá`Ê²®','ÞŸÎ°8&33Òá`Ê²®','>æÛô	±ïJ˜£md„0¾´^T?B$r°öu”‘ºý','',0,'?'),('!+?º§ýóµdÕÍ£+‚','wp-content/plugins/microthemer/js-min/ace/mode-scss.js',0,'Š)pZòë×£Hp6_','Š)pZòë×£Hp6_','Trý&¨4þÎ`æ)ÝA½çƒ˜L¹¬ÕÓ¼¹Œ\n÷…¯','',0,'?'),('å|Ãœv­/0ø%¹ãø³ˆ—','wp-content/plugins/microthemer/js-min/ace/snippets/css.js',0,'k\Z™ÇÌ\0y/iða0d½Ü','k\Z™ÇÌ\0y/iða0d½Ü','9f‹åS´‘ûUðxXDÖá¬èÈ4;nB_•Ìy)\Zº\n','',0,'?'),('€@ç‘g	>¾³±y','wp-content/plugins/microthemer/js-min/ace/snippets/html.js',0,'­(+‘¼…f¥±wã','­(+‘¼…f¥±wã','AD™÷­¤lñ½#(\rË\0º2‹Np3ˆÙ.–0ÈÄ','',0,'?'),('\'Á’1–B©ñŸ¨Î','wp-content/plugins/microthemer/js-min/ace/snippets/javascript.js',0,'ÀòüéxýçËi”·L5—;','ÀòüéxýçËi”·L5—;','®!©y€A”O[‰0xWUA¾öazxÁ¬1ØdS±¢N','',0,'?'),('Ú)Gº«Ân*›ÊxÝ™—','wp-content/plugins/microthemer/js-min/ace/snippets/scss.js',0,'Ê\05Ršf ÁTóÕã','Ê\05Ršf ÁTóÕã','•VzÐ[v¨ ð¤ÙaïÈ2…\"2”]Àm•E–a','',0,'?'),('ÏòÌT\'fßjcHF£po','wp-content/plugins/microthemer/js-min/ace/snippets/text.js',0,'¿ÝÒOR±xßç§+IƒŽ','¿ÝÒOR±xßç§+IƒŽ','	Ñ\niX˜BœÖ„Åp$ñDõædèÑ)ÇC\ZHþ’ÚY','',0,'?'),('ÄŠ|•1ÒNŽ ¦’­C“ë','wp-content/plugins/microthemer/js-min/ace/theme-chrome.js',0,'m¯*ÊjíÝ¡âË`5','m¯*ÊjíÝ¡âË`5','ÛD+4Š€¢NFdâÓÍ1,y½Ê)Qu;ŠÊ¥É½§','',0,'?'),('·¹ÔUx\"‘*ºµÿYÍ–','wp-content/plugins/microthemer/js-min/ace/theme-merbivore.js',0,'\'ýú)Ú…$ÉcÛ&Dªå','\'ýú)Ú…$ÉcÛ&Dªå','Ø¥`ÍóSæóN4Šù¯ÃÀ¯Š&DVÀÎ¨\"4‰=íE','',0,'?'),('lH,/ýŸ.)ðïmÄ9¼','wp-content/plugins/microthemer/js-min/ace/worker-css.js',0,'¿æ2úÿéô“’E ã','¿æ2úÿéô“’E ã','©‰gt‚Eµ=²ß½‡…[o—‚¥-D =ãEµªÝ—W ‡','',0,'?'),('\n«ŠZZé?~Ô\"²\"c','wp-content/plugins/microthemer/js-min/ace/worker-html.js',0,'ß$¦B¨‘ô˜<m´¨($','ß$¦B¨‘ô˜<m´¨($','³˜4’r~H1]+\"iºTD¯o@b»ÈKáL2K¤!Þ','',0,'?'),('çÊŸé\\šç5¢Ÿ÷õ4','wp-content/plugins/microthemer/js-min/ace/worker-javascript.js',0,'$ê%®y:*ó;m•/=ü´','$ê%®y:*ó;m•/=ü´','A$*€c©áV_ÉiÍ\\ù¯¹µb`wÌ×’¥·ÁÃ±','',0,'?'),('Wv)‡|ŒVy\0€øAŽ~Ø','wp-content/plugins/microthemer/js-min/animation-events.js',0,'!l—i¥¿¿¹¥OÎÑ–Ãk','!l—i¥¿¿¹¥OÎÑ–Ãk','×¾ÿõÆYð9\\hDBº4ù¦Š¼‰[±`2÷—Ã,¡ˆÈ','',0,'?'),('©¸Bóõ=-€uÚJ_¶¾','wp-content/plugins/microthemer/js-min/deps.js',0,'Ÿ£ýšé}cåÖv±Ó','Ÿ£ýšé}cåÖv±Ó','fKäw˜^–Áw>%°i«Dx I±îLé','',0,'?'),('Êd•xÝÊR}©É]ÿ','wp-content/plugins/microthemer/js-min/detached-preview.js',0,'yâjDªÿêµ$ž¯Ø!•’','yâjDªÿêµ$ž¯Ø!•’','»’/>žÎç%ŠõbFŒÆŽíñ¯òž\Z”#uçìUûÄ','',0,'?'),('½›W-A³iŽ[ri¯RÊÜú','wp-content/plugins/microthemer/js-min/fonts.js',0,'á·ÿÛØGglŸçùþ§‹š','á·ÿÛØGglŸçùþ§‹š','Pð¡È-F|EÄFëWûT8\\BŸ¬cúØ’ý™','',0,'?'),('ÐŒMôýÑ\rÈ«ìâ','wp-content/plugins/microthemer/js-min/frontend.js',0,'Ø½é\nfìPJÂDw¥Ó','Ø½é\nfìPJÂDw¥Ó','ùÈ±¥gÐˆšW4÷r¢Œ¿9\\\'jN9v°Ø%’.­ã','',0,'?'),('Â—îoÎÄ\rí«(ùIù','wp-content/plugins/microthemer/js-min/microthemer.js',0,'@Z!%AÁUS4Åq7%Y','@Z!%AÁUS4Åq7%Y','³ºÚZ+Ÿ¦äDîÛ˜}ìÂõ\nùPK‰`kˆóSú','',0,'?'),('F^’\"Ñºòkc”`´#ëÒÛ','wp-content/plugins/microthemer/js-min/packs.js',0,'O‚<b¦\ZÊžÐy<¤ÃL','O‚<b¦\ZÊžÐy<¤ÃL','^Äò–~Øæ™2ìk¯Ù93þŽ ¼ì“ea–.Kþ²µUã','',0,'?'),('~Ç`ñßŸÄÏy¯Ã–þ,%ê','wp-content/plugins/microthemer/js-min/sass/sass.js',0,'ÌåI.Läç1$!w5®!ü','ÌåI.Läç1$!w5®!ü','ûÚ¨yÀ=¤\"Zw¢®*·•ÓÈÎ¹Œ©¤(ÿ†w±„ã0¾','',0,'?'),('J~6Ï›íN3·=í‘Ô','wp-content/plugins/microthemer/js-min/sass/sass.worker.js',0,'Ø©Ÿ¥ ™øÙ!rjÑÁ','Ø©Ÿ¥ ™øÙ!rjÑÁ','ƒ#©ËÏâÜŽ» u=R»%-GG!ÅÛhÌJòïÚ','',0,'?'),('ÜO­\"×I\Z\0ˆÇ£','wp-content/plugins/microthemer/pie/PIE.php',0,'-oz@þGhÂü%Ý)Ë7','-oz@þGhÂü%Ý)Ë7','5,f÷­¤+?-TžÈîCu^ƒg&íÉ¯{æ–ÎÞ×','',0,'?'),('ši=‚“ñ\\ùˆºS¦ù s','wp-content/plugins/microthemer/tmp/index.php',0,'êz÷¦=v°öŠÌ]÷ÓãV','êz÷¦=v°öŠÌ]÷ÓãV','k‰À—~	¶½UH\Z¥ÖxƒPêÛAÌ„¢ú<¡ž;X¨','',0,'?'),('&Éø4×BÇï–ØO›r(+í','wp-content/plugins/microthemer/tvr-microthemer.php',0,'üSw“1Š»DLÔËUwTè','üSw“1Š»DLÔËUwTè','uâißh}Ï6ÌŠö-@UÈ~ôÉ›¥BÖy–Í €“','',0,'?'),('•ý}A§DWüÓ*náÍ','wp-content/plugins/microthemer/uninstall.php',0,'XÙïÿóÓaŸµPä\\üb¬±','XÙïÿóÓaŸµPä\\üb¬±','m÷ãö q³ª[î©\0½ÊÀ,mÂÐà‹Š&~†(Š','',0,'?'),('¢ä#9aßð†ÐLËŒ\\ÿÕ','wp-content/plugins/microthemer/zip-exports/index.php',0,'êz÷¦=v°öŠÌ]÷ÓãV','êz÷¦=v°öŠÌ]÷ÓãV','k‰À—~	¶½UH\Z¥ÖxƒPêÛAÌ„¢ú<¡ž;X¨','',0,'?'),('Xþ©F^0ïàçQRô­','wp-content/plugins/really-simple-ssl/assets/complianz.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!­Ý¬	Þ…Ÿlçl‰§ßr','\níhó)Y[›¦žža‚ªM®º£\\eÏÉ5o8öiÈ','',0,'?'),('ï¿’¤Ÿ!ú ùæf…','wp-content/plugins/really-simple-ssl/assets/edd-moneybird.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+Ÿp¼7µêL	…ß%±è','PÜ­Xµž¶ b#¾|^gŒ¬\\qò»oŠITá','',0,'?'),('ŸÎ8wÍ©”ælëwÚí','wp-content/plugins/really-simple-ssl/assets/mail-alerts.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','›;ì0•­ÞÃjHù˜Z','™N£áÑâ¦ôq};—¼H˜åŒ–Þq(=úCò­Yd','',0,'?'),('<`S	¯!p>¿ŠŠSÿº','wp-content/plugins/really-simple-ssl/assets/most-visited.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¡D6ut5A, þ\040ê','¨¿Ñ\ní@±–äÿ5Xež¦~¾5¢¿FEè‚Ï°$	‹','',0,'?'),('®‘[=Ú€ÂøÑžË`','wp-content/plugins/really-simple-ssl/assets/really-simple-plugins.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C 2Fc‚3ÉßÁ1éùo','ËÆtÁÐ¦<«÷ra§$õ1kQf­òÜEfGe','',0,'?'),('%\0˜”OàÉOmlq0†','wp-content/plugins/really-simple-ssl/assets/rsssl-pro.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','EÜU”³r°±„“h”Fxý','5ªÄ@l´î}3ÒNoj¸tÔYÅªKH —A^¹,åü_','',0,'?'),('dY`2k\nÂÃä$[Iç‚','wp-content/plugins/really-simple-ssl/assets/tagging.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','WlÈàš­«y_¹K”´ý','}©­.‰²‘ío0\'®§<NãÊþ)òåŸQ¼IÀvQ×','',0,'?'),('\"µ«\"Ät$Ÿ8»ìH®p','wp-content/plugins/really-simple-ssl/assets/woocommerce-moneybird.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ŒÏÃÝ:eù£í*/¼c£}','Áp£¨S)ªxb±ç;±®P—A%R,IU~!Èí>¼(E','',0,'?'),(' /{˜²E1lžŒÄy¬:','wp-content/plugins/really-simple-ssl/assets/ziprecipes.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4Ž ƒJ¤^}f]æÐô=Ya','øÐÌ¬šR‡‚®k¼üRu•,ÓæVqBˆ6}&\Z','',0,'?'),('ÛzY#1‰„Aø«pVÀm³','wp-content/plugins/really-simple-ssl/class-admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b[|l7ÁºÄáw]„Y˜Q','‚¨c—@å‡!¨ôÁô¢†Âl%¢‰€Ih+O\rFuÚø·','',0,'?'),('€Ü’Þâ”÷ b‘ÌuÓ','wp-content/plugins/really-simple-ssl/class-cache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',ÒbÏ]fÿ\\··Ý«Ô','ÂOiÝnºX7áWeÔ`|ôNXB*ï¥|:dÒ“','',0,'?'),('PÛ\\Ëa&½šg£S€@©_','wp-content/plugins/really-simple-ssl/class-certificate.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','zäÆùúÀó¼—dö-E€î','3óõ	`y]	{š7ÇyÌ_²3´Œ˜ï DŒYÉJÜ','',0,'?'),('\'GB¦\në\'M‚Tiš¡µ','wp-content/plugins/really-simple-ssl/class-front-end.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Vè¾Ç¿,$óúÉµÇ­e','\0SðãL2èP¶‡ðþò\'³&—YÜd¸°;3@ò','',0,'?'),('ÒÇÉ-{½Vs5‚Õäº','wp-content/plugins/really-simple-ssl/class-help.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¡Î&Ì=V)I¥©Là´','Í‡Šà> Ü÷)VTgÍKÌE‡p¬a£ëŠÆë6ÌhB','',0,'?'),('€¯ŠÁÁ^·û\0Ýjœ’','wp-content/plugins/really-simple-ssl/class-mixed-content-fixer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ëÈ™Ùûì#>*qëe¹','Ïý_)÷:¦ÀI}\Z„¢St)Ì™€U--í–Çyø¤É','',0,'?'),('Ö>äÂˆqµýf?=Í','wp-content/plugins/really-simple-ssl/class-multisite.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9ØA‡œü½w»/3û','NíbúÁ\"/~sˆ»Ç[\nÀ*9¶\0Ù¨—ªÀ_œGÓ','',0,'?'),('Nà¥\0/G¦°øLåé:s™w','wp-content/plugins/really-simple-ssl/class-rsssl-wp-cli.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`Fµ:€ ±LËbïpÍŸb','\'ùTÝçÉ5øV)8„ýÊºûCÝDd!ùˆ@í™','',0,'?'),('›Tqé›Qâ;ý·iTIt	','wp-content/plugins/really-simple-ssl/class-server.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2UwdûÎ€;Í‘Ùu­k','Òyó‹tp:¾rìÅ¸>JÍ‚‡Ö^RÞ9ÃGÚœP‘Ú','',0,'?'),('9£y+§_¼¸@‹Aµš~','wp-content/plugins/really-simple-ssl/class-site-health.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*uÝrggU™fwMÇëj','2éGÉ¦pbøÎ[Æ»ðµ=Ag×ò £ €ár¾','',0,'?'),(',Eî6	]ÔM8}dç÷','wp-content/plugins/really-simple-ssl/class-url.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_5’K@ã»Ï—xlÝ<¢','ðh“<ë#0Ð<ÒsQ¨c¾ˆMæ2âðl”1rÔ•Ð','',0,'?'),('7µ*&¨°„ýR¨5Ñ','wp-content/plugins/really-simple-ssl/css/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-ƒè(½KSYUëvÐ','ä)Õ\ZÞ?–š{aö3{ó¸Wõ`áÅEX®-Ò','',0,'?'),('Þø»G¿ÂœR“A»ä¤…‡','wp-content/plugins/really-simple-ssl/css/main-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ß·í7ðÜ+Í©òBtÆQ¬(','±Æ„éžB\Z2ÑbeFeSäÖ×‰­ÛÞrµ-žïÿ¯','',0,'?'),('qNº  ÊÈp*XkúÂ¿\Z','wp-content/plugins/really-simple-ssl/css/main-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Œ+:¶AAÞÇÆÀÈ†‹Èê°','ö»²ƒDüeªVêy+\ZÃ¦è«ª­ìš,RÛ#—Ìí','',0,'?'),('¢´cVõE!¯eÜ 4','wp-content/plugins/really-simple-ssl/css/main.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','”Œ>{¥÷¥¬9@ØðM~	','gA‚ä¹\'”Í¼ü¹D™/Kã#ÝíÂÃ˜¼‚ÍKÝ›”','',0,'?'),('F:-k~Ø,8Ê \n´s','wp-content/plugins/really-simple-ssl/css/main.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‹ÕVVŠ,¶4•lÏ±i‹p_','ðTÃÝRéñþÿ¦ÖÜgs ï-OY$Þã;’ò¯•?À­â˜','',0,'?'),('²§{,EÐž}m@àbÕÑ‚“','wp-content/plugins/really-simple-ssl/force-deactivate.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','éö,­¢k_­_!“¤©Pp','Ù†ÎÓ<æŽþÀ±Ð%IÕ7ÍCÎ¯g¯×>ºÐpãü¼È','',0,'?'),('^ÞV—NiL÷ ¾üvÀs','wp-content/plugins/really-simple-ssl/img/check-icon.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','É\Z)¯wÃ*÷¬@J#÷Pý','0MZ@{p½p÷Ú;{ÙÐ‹*¶Ý·}Ðœ¬0‡r·','',0,'?'),('ƒb/Í2sØšàÑTÁÀ°','wp-content/plugins/really-simple-ssl/img/cross-icon.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O}WZÈVNq%ñ4Ê H…','©(yËð\'ln=›‡Œ³C¢•–—+OÔwœ\\òJYéª','',0,'?'),('R¸¢a\rWû¤d¡*=‚•Ö','wp-content/plugins/really-simple-ssl/img/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-ƒè(½KSYUëvÐ','ä)Õ\ZÞ?–š{aö3{ó¸Wõ`áÅEX®-Ò','',0,'?'),('iZÑ¶m@¡è†O?O','wp-content/plugins/really-simple-ssl/img/warning-icon.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ïß¨š¯G×<¼¢\n','Ô5	oÇñ%F³<àKEù–Û•\ZâçÉºhçZØ','',0,'?'),('ªUJJ0¬EG†¯†™ó}','wp-content/plugins/really-simple-ssl/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-ƒè(½KSYUëvÐ','ä)Õ\ZÞ?–š{aö3{ó¸Wõ`áÅEX®-Ò','',0,'?'),('Ó2žO‹8“u“ÇKÑûÆ','wp-content/plugins/really-simple-ssl/languages/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-ƒè(½KSYUëvÐ','ä)Õ\ZÞ?–š{aö3{ó¸Wõ`áÅEX®-Ò','',0,'?'),('»)1þ7è\0-ìXûn$','wp-content/plugins/really-simple-ssl/languages/really-simple-ssl-fr_FR.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','úN0Vu»þ}Æ‰ÛÒµn','ŽHŸa…úZ†X“Z²Õ,`y}µvjã\0ûûöB','',0,'?'),('>9%¥ÎÏ7ûÀS†è&G','wp-content/plugins/really-simple-ssl/languages/really-simple-ssl-fr_FR.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','µ÷Ù;®Ìß÷vP–Žñ‹Äš','á×bÿæH»´f¼j4ƒÿJõÄ‘‹å“X¨Ñi-Õw','',0,'?'),('Qú0§u†{H‘FbLþ¥','wp-content/plugins/really-simple-ssl/languages/really-simple-ssl-ru_RU.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','“Êb4¯ürií+‚÷¯¬','‘ÎŒ7wdtÔÂ0-IwËà®c”Gÿð4xZ|õ¯”Ç','',0,'?'),('˜j/6(ñ˜#à‹¤;Ù’ê','wp-content/plugins/really-simple-ssl/languages/really-simple-ssl-ru_RU.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$èó\"^DÚ\n©¸žfuS¸','ÃøõóÒz¼\'/±úVÆÕVžæ\Z“š|+½&ï&‰E','',0,'?'),('é*ñ­bëùÍšÈª~Fä','wp-content/plugins/really-simple-ssl/languages/really-simple-ssl.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K¡«¦ú9ë0€gJs\0\rÿÿ','&èB­\n×ìK}N< BúÍNÍØ•p¿>ŽnCP','',0,'?'),('rœe‚^ÐÌU)UãZ','wp-content/plugins/really-simple-ssl/multisite-cron.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','03}¡ï0¢S)a\rç<7','LU¡ïÓÜó\'à\n[o¼D•\"Ë0OÁ\'Ó^-°f>Ç]','',0,'?'),('õžý†$,V‰€\n½«„','wp-content/plugins/really-simple-ssl/readme.txt',0,'nÙpÏ¹Çu0†÷\Z—‚7“Ð','nÙpÏ¹Çu0†÷\Z—‚7“Ð','.gF¿†«ú#iUc0q²`¤$DëñªÕ6¤C˜;J','',0,'?'),('_Ò¹fàœé³p¶í','wp-content/plugins/really-simple-ssl/rlrsssl-really-simple-ssl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ö$$®eme]}ä7áÌôÊ','—\rî}±&b¾ì-QÇJ b\Z]?G!`Ù‚¾.ð$Â','',0,'?'),(')›oèÓú‰íAwŒ*¶','wp-content/plugins/really-simple-ssl/ssl-test-page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','“åØ†Í¦•2¹\0}d4ðí×','óö› U5šùrä )4É(å	Ü‘$¸Mi¯6jÅ','',0,'?'),('Ø– .ý¾•&„{ÛR•','wp-content/plugins/really-simple-ssl/testssl/cdn/.htaccess',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7V´Û H^¶Šû(¥J²£','\rOTØÃ¬]5@>•Šâ·GÏ`2h	ýÃ2©Ø\0','',0,'?'),('<ô˜®¹L%t{3°6æŸ','wp-content/plugins/really-simple-ssl/testssl/cdn/ssl-test-page.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¨¸ÜaÌ0ŸÁš¬ø&–-','ÓªƒGDfš¥è‰:ÃÚÈlkŠ#²L+J5B¨Ö','',0,'?'),('çàux7ô\r…ð\'t‘¶Q¿','wp-content/plugins/really-simple-ssl/testssl/cloudflare/.htaccess',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7ÝË­ËÓÃ’Wv8”qGP','wãÞã\Z‡Û\\Ýl•8UÕÇ‘ÅÝÂfâÀß{·‘\Zš','',0,'?'),('ÍYÅ¥ =­:tZB™ë\rês','wp-content/plugins/really-simple-ssl/testssl/cloudflare/ssl-test-page.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¨¸ÜaÌ0ŸÁš¬ø&–-','ÓªƒGDfš¥è‰:ÃÚÈlkŠ#²L+J5B¨Ö','',0,'?'),('¶I²ôË–Ü«\nÿ-ó','wp-content/plugins/really-simple-ssl/testssl/cloudfront/.htaccess',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','šYÿ&OEÔ¶ÎØcäƒ','(PÑ—ñ;‹¾GÂèœt¬2—r§;þîu}›FÞ–/','',0,'?'),('¡œ@ï²Ò}œxÁfþd»Û','wp-content/plugins/really-simple-ssl/testssl/cloudfront/ssl-test-page.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¨¸ÜaÌ0ŸÁš¬ø&–-','ÓªƒGDfš¥è‰:ÃÚÈlkŠ#²L+J5B¨Ö','',0,'?'),(' Fiò„ë¦6ò¹9±	£ì','wp-content/plugins/really-simple-ssl/testssl/envhttps/.htaccess',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ì=Jß+‡rZÛ5','¥ëó0ð¢™CJ™Ož«›\Z]¶\nó`Z4`ªVR„','',0,'?'),('>Ì\"ó^÷î^`6Ýô+','wp-content/plugins/really-simple-ssl/testssl/envhttps/ssl-test-page.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¨¸ÜaÌ0ŸÁš¬ø&–-','ÓªƒGDfš¥è‰:ÃÚÈlkŠ#²L+J5B¨Ö','',0,'?'),('X¾š¨`ýOÿ?%\'9Õ§×','wp-content/plugins/really-simple-ssl/testssl/loadbalancer/.htaccess',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ñ²B‘\Z†VÅ¹ÐÙÁM¥E','`m}G`\0”Ì‘VÂ¿\\o±S¿¶Ö°/Ö|^ð_é¶‘R\"','',0,'?'),('Üà˜ª€+5˜ïN','wp-content/plugins/really-simple-ssl/testssl/loadbalancer/ssl-test-page.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¨¸ÜaÌ0ŸÁš¬ø&–-','ÓªƒGDfš¥è‰:ÃÚÈlkŠ#²L+J5B¨Ö','',0,'?'),('ž-À’Ír}×“¹†ó','wp-content/plugins/really-simple-ssl/testssl/serverhttps1/.htaccess',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7Ó;šæ9Zm“ÇˆMÔÌæ','Q3×<0m›ÿ¦€dbÃnR¿:é_¯ÜºuA2i','',0,'?'),('Ô½•E;q8†ÿ3O\'Yå}','wp-content/plugins/really-simple-ssl/testssl/serverhttps1/ssl-test-page.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¨¸ÜaÌ0ŸÁš¬ø&–-','ÓªƒGDfš¥è‰:ÃÚÈlkŠ#²L+J5B¨Ö','',0,'?'),('hz[Cj8­±J†TþM½¼','wp-content/plugins/really-simple-ssl/testssl/serverhttpson/.htaccess',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m¹&˜¢ƒ\rsÞU·‡ü','¥3x¦£ðl¯z¼[¿µ’ÊÎ”¢›%8Ï)áçW•Åq®s','',0,'?'),('¯¥£W¿†o	\n4xw.Ù','wp-content/plugins/really-simple-ssl/testssl/serverhttpson/ssl-test-page.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¨¸ÜaÌ0ŸÁš¬ø&–-','ÓªƒGDfš¥è‰:ÃÚÈlkŠ#²L+J5B¨Ö','',0,'?'),('«\'e¸˜cÚäˆ×²†@#Æ‹','wp-content/plugins/really-simple-ssl/testssl/serverhttpxforwardedssl1/.htaccess',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ZÓétÑh´ú_â\Z€n”','Kÿ½e¬µgv*@,j÷Êu0V’\n=„³‚§Ç','',0,'?'),('çc±Z0{ÇŸK~¸v¶','wp-content/plugins/really-simple-ssl/testssl/serverhttpxforwardedssl1/ssl-test-page.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¨¸ÜaÌ0ŸÁš¬ø&–-','ÓªƒGDfš¥è‰:ÃÚÈlkŠ#²L+J5B¨Ö','',0,'?'),('R8Þõž±9‚nG\n\"\0Ê','wp-content/plugins/really-simple-ssl/testssl/serverhttpxforwardedsslon/.htaccess',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7V´Û H^¶Šû(¥J²£','\rOTØÃ¬]5@>•Šâ·GÏ`2h	ýÃ2©Ø\0','',0,'?'),('‘?õà%l²lÇ›Aî¼÷ò','wp-content/plugins/really-simple-ssl/testssl/serverhttpxforwardedsslon/ssl-test-page.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¨¸ÜaÌ0ŸÁš¬ø&–-','ÓªƒGDfš¥è‰:ÃÚÈlkŠ#²L+J5B¨Ö','',0,'?'),('ªŸˆå’ÅiéÍ¸ó	…p','wp-content/plugins/really-simple-ssl/testssl/serverhttpxproto/.htaccess',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l·ª;Ö•F:c¥ãE‘\\','dÍäU¨­EOÌÛÜQ“¤NÖeÆ&¢ªð«é±šþËµ','',0,'?'),('OžÏ?pkn†;SÜu;','wp-content/plugins/really-simple-ssl/testssl/serverhttpxproto/ssl-test-page.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¨¸ÜaÌ0ŸÁš¬ø&–-','ÓªƒGDfš¥è‰:ÃÚÈlkŠ#²L+J5B¨Ö','',0,'?'),('½G¥AÉ¹ñ§Á‡$™c³','wp-content/plugins/really-simple-ssl/testssl/serverport443/.htaccess',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','õ-ÛÐYóó¯Ðœ&Zš\Z','CWÏù·ù´Ý6zÿ®ÏfÖK’5Ñ«[1®,â','',0,'?'),('?Í„åš™øÅU5GçXõ)','wp-content/plugins/really-simple-ssl/testssl/serverport443/ssl-test-page.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¨¸ÜaÌ0ŸÁš¬ø&–-','ÓªƒGDfš¥è‰:ÃÚÈlkŠ#²L+J5B¨Ö','',0,'?'),('1ý\\IŽ·èS/‘qÛV‰e','wp-content/plugins/really-simple-ssl/uninstall.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','žx1æmÄN(ëø@~ß¢ù','­”^Ü\0\0•UÓ¶s3ÁàœÛÂ®~­¤ƒt‹)O÷Ði','',0,'?'),('8ž;èr\\J–D‡{§Ž\\„','wp-content/plugins/reset-astra-customizer/assets/js/customizer-reset.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ã*–/ˆø©1LÇ5@qU','«\rvsÃÔYžüÞVËÚc1T½‰ÐƒóaaOÕ˜¤q','',0,'?'),('Ö[… i¥bŒQ¼}äšÏu','wp-content/plugins/reset-astra-customizer/class-astra-theme-customizer-reset.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¤PIsÏ—øýu5kUjÇP','ÿ­Òc§?ÙZb t®—ü,ëþ¥a,ÍõßlâYëjö\0<','',0,'?'),('kxÆ\0±s´À6tê7„‹Õ','wp-content/plugins/reset-astra-customizer/readme.txt',0,'ËˆÑÀEQòê°xx¯;ýB','ËˆÑÀEQòê°xx¯;ýB','u)¬\nxl	œAè/Ó5²eL\r:ßy§Jgü‰,:;V','',0,'?'),('¸;ó1§²x©¬qZÍì','wp-content/plugins/sidebar-manager/classes/class-bsf-sb-loader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¬ßig/+óx¡Š“\0Œ5	','Ü.F8¤Í’EÀ\r„TVšÒãèý‡1}oœBÇõ°','',0,'?'),('ö®#10hBv%c7aM‘','wp-content/plugins/sidebar-manager/classes/class-bsf-sb-metabox.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ì7®»?ÛcÈ\n™G×-Øp','’ídeã®8J×ûÝ…ºtÅZßH²	I]Ñ?]ÅÏfü','',0,'?'),('Œ¥‰^0Õ°ì·è_Ýîcu','wp-content/plugins/sidebar-manager/classes/class-bsf-sb-post-type.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','dÐ{&áñ%@—zÔ¡\0','V\"åXa0bt*j†™eÓ•KÔSyQlù}_|j2 ~','',0,'?'),('=Qƒ=Ÿ\rí-z\"vV·','wp-content/plugins/sidebar-manager/classes/class-bsf-sb-sidebar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','òŸ cíþ|JÔÅ]þF\"ù','?8|câ°ðµa–+7	â@/ÈEø‡™9ó\0¿ß‡áÝö','',0,'?'),('Mœ>8à\r#GÂ_™˜\"Í','wp-content/plugins/sidebar-manager/classes/class-bsf-sb-white-label.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','mX(ó¤…ª‘NýêIlZ_I','_š>A‰û+í‡˜3huÚÀËä÷zOÒÇ™¸Q–ù;‰','',0,'?'),('.ÈÛwdm2„wÚÇí-<','wp-content/plugins/sidebar-manager/classes/modules/target-rule/class-bsf-sb-target-rules-fields.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T#›Dö&Së:8<ëo‚ø','Ç]ˆs`ñA¥ÞFüôkÐ•P|´–4‰$¶uòËjá','',0,'?'),('²ØoÂ1×ÙRN.u¬Ç','wp-content/plugins/sidebar-manager/classes/modules/target-rule/select2.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÔEqJ¹\"lÖTÓÇÙD,','ÞVB5¸ïÔÑ„Èˆ”¯P¡ØŸaënhgû¾¾!Åž\rT','',0,'?'),('Óßà< ?\nÂ™Ó­zÑÐ,','wp-content/plugins/sidebar-manager/classes/modules/target-rule/select2.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¨áÛO\\ž¸Íâñoa','ö-{HKöoE¤qü¹¿fË4³Œp\n`ÿÊb¢±r-Î','',0,'?'),('\ZÞ*v¶Ð\"ð\">á í¯','wp-content/plugins/sidebar-manager/classes/modules/target-rule/target-rule.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ª¨W—™ý•bä„Ô¦N.','XˆÝæP‚#C˜Ù%®&¯ýqL £‰\rV{–(D×hT','',0,'?'),('_çÙiÜ:B PNu¥€D˜','wp-content/plugins/sidebar-manager/classes/modules/target-rule/target-rule.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=`4:g/ºóEK+X1“\Z','Š>ýÑïCÇÇ$¿±Rûqwêü\0;\'ŽØÉaP,†2','',0,'?'),('•ÝœÀƒpR„^âc¡=v','wp-content/plugins/sidebar-manager/classes/modules/target-rule/user-role.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Á€\ZrØSH~Íí_Q‰','ûoh‡ãËmxÂ#ö:êàx•ºÓ;1QýþŽ)¢¯^','',0,'?'),('\"Öõ»¾6á“Dµ›HJ','wp-content/plugins/sidebar-manager/includes/white-label.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ZFrŸÙ,I˜B&m«å','%þ·d©dá¶ãkåÛÕ¿9¾Ç¨PÖ¡\'\Zy\"','',0,'?'),('Ð*ÎkÕ$å}3æ›€6Â+','wp-content/plugins/sidebar-manager/languages/sidebar-manager.pot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`ŠÞ¸š¥\n–«å×kl','eï{­õß“X´U¨âtT©Z£à¿š-ËÐ6ÑÈ?%Ú','',0,'?'),('‰F+™RLüµ—*F«Ü}l','wp-content/plugins/sidebar-manager/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z}¥«†ÞÜž\',½R`\0','yÝo°\\1Làô©náA™ýpÀi)Ui7ùÃ:E','',0,'?'),('¥°g ÈæQh†›HQs','wp-content/plugins/sidebar-manager/sidebar-manager.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','³®¾ ‡Ñ\08Â8­ü3N­','ìLÒIœý‘ÇiÏ¯¿Eúþ2øâG,É¨ª85d»ì','',0,'?'),('[£\Z¤Såp+0ÊC8ËØ@','wp-content/plugins/simple-css/css/ambiance.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','§ûòNõTép«¨½‘[ŽD','ŽŠä«/CiäLI¤ÊÇeIÊ®T@ÃÁsdÝjlÈ\0','',0,'?'),('>	ÌV–bÉ•l\'õ4¨ìÄ','wp-content/plugins/simple-css/css/codemirror.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Þ0í£˜W·ªc07h;X','—›¥³¶i­T»ÑžÉk?{tù2ìºVÒŠºÒË','',0,'?'),('ÄÉu}±€\"á†ºòÈ\\','wp-content/plugins/simple-css/css/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','uY\\Ëg”†ÞFüäP','@€Õ¢ý½{’ªW¢ÛJV›í·Zþ¿èËGÙÏ\0r_','',0,'?'),('<Ò¯ÎHpY›ˆ¬','wp-content/plugins/simple-css/customize/css-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‘ÕÔG;|4M§rÜMªÐ','xp!mFµv¨4Ð{ÿ8¸ôô¿ª¨íÒìi°ªuÎèú\0Ï','',0,'?'),('ecÍLµHÐ]Ì8F\r¢x','wp-content/plugins/simple-css/js/codemirror.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','†mSÆV\n†¯	×Ø­ÝÍ$d','BÛLRÚî;Å(ÛG,úcjæäŒuŒŒÒ—§\r¥|Ê^Ê','',0,'?'),('/¾÷âÛxëø¼‘F-3ïÞ','wp-content/plugins/simple-css/js/css.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\(t‰ìlÞ\r8³™','‡|LŒ³Û_~UìBÌÙ\n\\¾ÚÌíœIÊÎã‰Þâ(\\','',0,'?'),('½FuÝû]dw†W\'S®š™','wp-content/plugins/simple-css/js/dialog.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','þÞ‚ü²ŸÞÊ-y:e>ÎÀ','R)É¯!Š‚~ìtŸãìö½Rƒ†&iC¨®ÞZ¢•¥','',0,'?'),('Náu¢	\nC…zS0TI','wp-content/plugins/simple-css/js/live-preview.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','´»]	æ½÷‡ð6.–÷t','?ßßìJÀ¯t[­`Ôõã	\Zå½m°K§;}ºÃ·’S','',0,'?'),('Jâ²ùÇ‡³pfxý/‚³','wp-content/plugins/simple-css/js/search.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','røÆyIß^©®Kïšµ 8','%Šý%†hÛ¦¿LuYtÏTS³\'[à/Xñ~>XØtÞ','',0,'?'),('½e-G5£Õ.','wp-content/plugins/simple-css/js/searchcursor.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','þy”ÎyÄïÿÑÜÊ–','M430–«+?ÎÅŽkV.a€ Ë€<\nÈ’ˆý»NÛ!','',0,'?'),('‡j „ß3ÃÍ#6G©À‰gš','wp-content/plugins/simple-css/license.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}¡ìèÉÜ‘– ÏK‚l¥ªü','\Z€=s…—d-ÅFrØÇ\'–…Ò@2×(Q,Lq“Ì','',0,'?'),('B«“ÛD<*b\"tV6x|','wp-content/plugins/simple-css/readme.txt',0,'ú:Z]fº¿Î*uUHppÈ','ú:Z]fº¿Î*uUHppÈ','ÓÓWžÇK?Õöê±;ÁD˜ì\Z£ì‚8­×ClÎÃí','',0,'?'),('¾âìþ\rŽìÎäqÔîfë¦<','wp-content/plugins/simple-css/simple-css.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','œÜ»×Ùý¡x…i','| j´ÒCn<üí„{ÉXG_šrêÚûD5ýÃÙg6K','',0,'?'),('¶šá)5.î‘BÒL€óÃ','wp-content/plugins/svg-support/admin/admin-init.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0Yê_$”Æ*Ê%ù\r”æ\\â','æ.“„óñŒF»qdR…°9FÖÝ;ÜÛs“1¥Ôâ1+G','',0,'?'),('R9ß»‚ÖÈäx24Ã~','wp-content/plugins/svg-support/admin/admin-notice.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	@µ£\\„kövYü“‹\\','ª% %övÿ§\"EËµhâÍÂºXÚMê‹?É›','',0,'?'),('—ÃäM}:²·lP	yQ&','wp-content/plugins/svg-support/admin/img/shortpixel.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-i7:¹«¡ƒg.-½ŒT',':\n±TÕ—n3Ð¦Ê„.Ã¹â‡¬!§ž¤ïÂµ^0tõ','',0,'?'),('zòñ‹)úÁÄŽŒÚË¯äð•','wp-content/plugins/svg-support/admin/plugin-action-meta-links.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','»Jb2&–·ÿ7y¼Ôh;Š','õI·b“.h]ùƒi³bKcóçä­J×²N¸Æ;à|','',0,'?'),('‡n™LÏÕ\'VZP˜Ý«›','wp-content/plugins/svg-support/admin/svgs-settings-page-help.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¥o©·Í|W¬õáƒ—9Â','#bD	µØ<M~þï$± ¡””õËŽÓ\rU„ÂŸ»¥','',0,'?'),('}k&ž¸\r}•d”ªe','wp-content/plugins/svg-support/admin/svgs-settings-page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','pÒƒµg¾ÄÁ§ãvÃ','…AÖÔÔ¾\\ƒ9p‚ø¦3«ñ·ÿæXýQ÷F£×m„','',0,'?'),('Ý”×)#ñÝ\0bIÞ‘©-','wp-content/plugins/svg-support/config.codekit3',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¢	«žzÕà×±ÎÓ\rág','©w$ïÉ\ZhîSX¾Wy:oHÜá{ûÍpŸ„ç4}ˆ','',0,'?'),('o=¸¸‘2BÔÏ²î&','wp-content/plugins/svg-support/css/svgs-admin-edit-post.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','™ÈïSZ#$çZ¢P£ì#§','€\'NƒÉÝÁýö\rå`®çýù,Æv²nË€¯Q§‚4%','',0,'?'),('œ|\rdá£|‰Hý ·\rä‚\0','wp-content/plugins/svg-support/css/svgs-admin-simple-mode.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#¢éÓdt«=’SÛœ','´I	¢u”7òØaƒj`œ(ãÂ}‹)?ù‘©e6©úÜv','',0,'?'),('À‚ l\nÿe®w7/U','wp-content/plugins/svg-support/css/svgs-admin.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Fl‚WPË{D~ýîjf¦','Úà)>$©Ñ–.=¹3g[²‹ÒhZ[*l‰Fç','',0,'?'),('&&¨ø9=N¡õSÏ@¾zÊ','wp-content/plugins/svg-support/css/svgs-attachment.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ï™FBŸ³ó‘1ŽÏÍR!c','»µÖãVåNXˆoÁ¦ß€ÞöìÎázoÂW<B7','',0,'?'),('nû‚Ê	·iwóyßþ`v','wp-content/plugins/svg-support/functions/attachment-modal.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','íD)¨ë»Y²ÛÌ7u/B','dùe»“{êv@D‡6„š¨å¤ÒGH·Ï\"íšØ k”‹•','',0,'?'),('æ¡³Ãy\0d«áYŽ\\ˆ,','wp-content/plugins/svg-support/functions/attribute-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_éî,0m‘–v¼MoxM','2œ$îÐ‰Á±âÙš‡!€wul,å– »tÏ¯Š¾ë','',0,'?'),(';ö1êy\\oUmCmÓËÈw”','wp-content/plugins/svg-support/functions/enqueue.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&„t›´9ø\rú£-b™9','rDé“;¬€‡8n¾áMIo¨w$u*rWJ;Ó Z¹xG','',0,'?'),('•¥ÿROÓD_UÅ=¥€b','wp-content/plugins/svg-support/functions/featured-image.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','«ùÜnñ¡>[à¦Õðäø','ï¦‰Áð|¿|mz)ÿã–ç›0#S¡ó­lsGb€ç\0','',0,'?'),('Ë.;;BPfr6µûAØ','wp-content/plugins/svg-support/functions/localization.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','nw#Þ­Uý´ÍM=¹.Z','ô4µÎÛ¶ÎQ»¤:õÒMFÏQ4µ[åd‡ÅJ““','',0,'?'),('E;èÈŠñd‰	\'?”u','wp-content/plugins/svg-support/functions/mime-types.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O¯âVŠ˜®ó›ý‹\Z<9ïÓ','\\d‹ù@íPÎ¾¼÷«™ñÓ¤¯ƒaB÷y%è6éGº','',0,'?'),('óp¶àŠx;*1(×F(zñ','wp-content/plugins/svg-support/functions/thumbnail-display.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','üÓ´D–ÙÿH­ãë_','r¾Ór¤Ò‰T\Z„õËÂeÊ#FŒ`>ÙÍu’\"´ç?','',0,'?'),('¥I5~¢ByEù?\'¼','wp-content/plugins/svg-support/js/min/svgs-admin-notice-update-min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|ZGd)²IrSyfàüº','FZ¡kóð­Y•½.bÇ“y½Ë¼)ßTSýÎ','',0,'?'),('ú/ÞiivèàF{M¬áV','wp-content/plugins/svg-support/js/min/svgs-inline-min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W\n¥Lï1úº	U¶h²_','Ol¿Ë\Zú\Zæ¤i¸GŒäKÌËœMõhEˆÆï>','',0,'?'),('Ñø˜ÔŸ\"Cž5(óEí','wp-content/plugins/svg-support/js/svgs-admin-notice-update.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Zûj)è©;f›¾ºÞó÷ˆ','ŽÊN1ò4Ó¿ÒH¬B¥r/R¶Ë=¼¯1@{ZÎº;','',0,'?'),('ÈŽÈGÓÍå¢iÇÎÊî&î','wp-content/plugins/svg-support/js/svgs-inline.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‡w\\M2[UvÀº½ÿÏ\0{æ','ü…êØÆÂ4@?Õ5¶ôžYÅh„ð£ÏÌÅ\nÆp','',0,'?'),('oÓÀ‚¦Zx\'}	âUÕ','wp-content/plugins/svg-support/languages/svgsupport-es_ES.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','igeþÏOÌºµ8Ze†','m“>,ËSa7´â¿:TŠ¢šÿëo®ÇzS«„Y(£Å','',0,'?'),('Ur¾$ØŽœ\"&¥-','wp-content/plugins/svg-support/languages/svgsupport-es_ES.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ã¦r@ƒPh9ÿÓ-Cð¿','^Ê1Ú\rôŒ3kÁ¶p:öÇŠù:÷1>@Ý¢2','',0,'?'),('®võGôÂ’-4á	«wÀ','wp-content/plugins/svg-support/languages/svgsupport-sr_RS.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','œÖ$Ö‡¼„Z¼†”Ÿ','â.Ÿ8+lšWWUã¼¶õÙFµ¹0åZ´Á‹q(ý•S-€','',0,'?'),('¤\'Úcœ±m„à&˜½g›','wp-content/plugins/svg-support/languages/svgsupport-sr_RS.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ðg3–Ø4»µoèµrËµ','ö¹ž[“#ôxb®hå§íóßŽ\nÄÐ‰·WOÚ^jN¯','',0,'?'),('`IA›³±ã; !F','wp-content/plugins/svg-support/languages/svgsupport.pot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ë¢1ÑýÄ2­^€$òx~	','#c º7­›Ü;°#—kkùëZ#„€jÌ©Ú÷§4','',0,'?'),('å¨æU—Ï)Ö€×wÜŒ5È','wp-content/plugins/svg-support/readme.txt',0,'@ÅŽ\0D{—Ÿ\\^\rÛÃ9%','@ÅŽ\0D{—Ÿ\\^\rÛÃ9%','ERÒ=«%!xò&;U$5ïlÌ#õ ÿv=H\'ä·¾¦','',0,'?'),('/òq‚Ä¢e®x±†ÍKÑÐê','wp-content/plugins/svg-support/scss/svgs-admin-edit-post.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','†0;X“d”º¬æ(','Ì	Â\0|]©œ„IâÇŠÑfiQ5%Â‹--jßÈ¹ÿ','',0,'?'),('–_A/(@×I)0ÐÃ-','wp-content/plugins/svg-support/scss/svgs-admin-simple-mode.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',Ë-R\rvÃÌ}$}\'.0','¾}´:ˆ·ïŽmáY¿XErYåG‘Ðš„Å\rÓ‘-†a','',0,'?'),('ÜýhV\0+²#‹jË¥^','wp-content/plugins/svg-support/scss/svgs-admin.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I#õn!€sEÒd¹','Aí£ù‘Iàêô–ÇR„Îo¬[iÙ—¢mI³jðü\\W®','',0,'?'),('¤”ü\0ey¸%h–4/¤\r','wp-content/plugins/svg-support/scss/svgs-attachment.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i”÷R¢¥öfæzJ','}\'º %.ÊtÙ¹Bõ=ýõBƒ¦MÖ ò‹ä‘_','',0,'?'),('ògà{¿ßk…ôßa\ZÊ‚€¸','wp-content/plugins/svg-support/svg-support.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Zí†X“&ÅÚÝÆ¼ú','¨¯®íXK»²$BµiºÍþñ•Â¿ÕaŸá³Ñk','',0,'?'),('YåÓ·\nsøåñ;)¡òh','wp-content/plugins/svg-support/svg-support.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/¼É)iäÍZl\"[9)g','óX a	9hÑòAõãæ§T0õ—á±Ð5[>d','',0,'?'),('ÑñGá€sEÂDà%^›äßy','wp-content/plugins/thrive-ab-page-testing/assets/fonts/icons.svg',0,'DåP2/\\Bœê@¿APi\r','DåP2/\\Bœê@¿APi\r','59°€?qÿ\'ÝòÔ&”¶xÉ+´½“k³q†','',0,'?'),('w½¬|XŠ~Á#¹*<&Œ','wp-content/plugins/thrive-ab-page-testing/assets/js/admin/collections/base.js',0,'ëÅÈþë¡½´YÂžñ·/²','ëÅÈþë¡½´YÂžñ·/²','²ûw¬…#¯2ùVÝ`iÀ±Q·ßW¬4€O[öú$t™~','',0,'?'),('åáG±ßÎÊõˆÉ¦Â','wp-content/plugins/thrive-ab-page-testing/assets/js/admin/collections/breadcrumbs.js',0,'õüÏ£W…ÄŸ½(3dpØ€z','õüÏ£W…ÄŸ½(3dpØ€z','¾£Jtogòïµ10,¥P[W9åß*²ÊÚô\\F\r','',0,'?'),('¸mÖ/0p½K½Q!­ñ','wp-content/plugins/thrive-ab-page-testing/assets/js/admin/main.js',0,'oq\Zñ¥ðïY7¥7— ªÏ','oq\Zñ¥ðïY7¥7— ªÏ','¦ÅÚ`Zæ=µ¦[ç,DIÇKëß„Ï„<(Æ§š\rŒ','',0,'?'),('°:A¼]=è;~Ö°ØG','wp-content/plugins/thrive-ab-page-testing/assets/js/admin/models/breadcrumb-link.js',0,'Â PXïUð9}(dM','Â PXïUð9}(dM','¦~Žîµ‚ó! ~fŽìáÄ×r†â\0~:né>±{','',0,'?'),('ÖL²W¶Úì‹­¬H$|.õ','wp-content/plugins/thrive-ab-page-testing/assets/js/admin/router.js',0,'oÐð=Ãø“½ãæ§','oÐð=Ãø“½ãæ§','õŠ{\\¯­‚]Ýx}3Êûeú†ÇSIaP>ÃGñ','',0,'?'),('‹[º\'„Ï˜ÚÅ¯tÞy(Á','wp-content/plugins/thrive-ab-page-testing/assets/js/admin/views/breadcrumbs.js',0,'„dÁé­3iWÈv(¨d','„dÁé­3iWÈv(¨d','¡V{}2«ÜÉBÔ\\7Õ¥\\xèŒŸæ+º¬¿º=Á','',0,'?'),('³dSÉ‰	n?¨Þú\"ÞU','wp-content/plugins/thrive-ab-page-testing/assets/js/admin/views/dashboard.js',0,'	è“\0¸qæö,>4î‰nÆ°','	è“\0¸qæö,>4î‰nÆ°','‰Ø7Ufž²ùýŸ¯±àí-Bo/Óî”²½öB¦2Ž','',0,'?'),('2ø{(•ÖSÿÓÕ»Ñªô','wp-content/plugins/thrive-ab-page-testing/assets/js/admin/views/test-item.js',0,'‹^M6ÖÑdyü¾F	H\"','‹^M6ÖÑdyü¾F	H\"','€Æ-\ZÝöO&„°²ÜÚ(> 7™(#Ò\0:^³Iù','',0,'?'),('R›§ÞH<3\r$=À‹lõV','wp-content/plugins/thrive-ab-page-testing/assets/js/admin/views/test-list.js',0,'æ˜âÏŸ—-ãK-','æ˜âÏŸ—-ãK-','E&µ»­¿öŽ}Ú»W|½d»²ª™\0SÛ$†Oòá¢,£','',0,'?'),('›)÷°™ýsœr†ú…ý8¢','wp-content/plugins/thrive-ab-page-testing/assets/js/admin/views/test-pagination.js',0,'æí!Fá„üLÆžGG\"¾p','æí!Fá„üLÆžGG\"¾p','£‰x·ÑÞN@:ýÌˆ3¿÷l|p•2;)Ò\'\0','',0,'?'),(' Lp:¤!åÛô&|™','wp-content/plugins/thrive-ab-page-testing/assets/js/collections/base.js',0,'3](ñ&ù]Kþ}-T• ','3](ñ&ù]Kþ}-T• ','–®¼LÿôäÙ\ZŒ\0‘¥à±î±ËG³¹ý(Æ¾r/Ä','',0,'?'),(']“Ìa‘ùÞæLöã¼üB','wp-content/plugins/thrive-ab-page-testing/assets/js/collections/test-items.js',0,'iv1\"Ï$ìÌð\nãâ%¯-','iv1\"Ï$ìÌð\nãâ%¯-','ògù–MkÔ€½ôJ:ÝtÆ»¿˜É‰xZ‹WÞ-\'Õfw','',0,'?'),('³|zâì$NºÊvÎç\0ø¾','wp-content/plugins/thrive-ab-page-testing/assets/js/collections/variations.js',0,'¯X¦04/“ûD†ùµd×“','¯X¦04/“ûD†ùµd×“','N¹ÅÏëá+«}J´ŽÞMEšð˜ÏÖGjø…\"=…','',0,'?'),('•‚smÔ…”ICÕ 5!Â','wp-content/plugins/thrive-ab-page-testing/assets/js/controls/edit_title.js',0,'ÿ¯POž:_uPÃAñŽã³','ÿ¯POž:_uPÃAñŽã³','‘$AO¨\'Ä:sß[`üÅÃÆ_µXýÛ!Ö(KB:Y†','',0,'?'),('?9¥ÊlŠqS.–²Ïœˆ','wp-content/plugins/thrive-ab-page-testing/assets/js/controls/page_search.js',0,'¾#kL¡Yk¼zã’]žÜ','¾#kL¡Yk¼zã’]žÜ','~9ÇÛ[Y@AÚRì`es ý²§‚£¨&¾ËJTT¤','',0,'?'),('ÎÂ¡jj.\\áØ•ò/','wp-content/plugins/thrive-ab-page-testing/assets/js/controls/range.js',0,'Ì‹™c§	8¼¥±;…','Ì‹™c§	8¼¥±;…','hórèåï˜øÍ\nSð “¦Ò%ä\0¹Žìç·Õ±›','',0,'?'),('”l×÷µËà²¹=äSA','wp-content/plugins/thrive-ab-page-testing/assets/js/dist/app.js',0,'8³ìCw\ZM|ÂÐíðÍßL.','8³ìCw\ZM|ÂÐíðÍßL.','YgXÂ’ÖÍ¶óìŸ3fB¬Êý$öëE¶«ÀZŸð','',0,'?'),('åµò‹N¥üë¬_›²Pæ','wp-content/plugins/thrive-ab-page-testing/assets/js/dist/app.min.js',0,'x[E7²~Qkž1¿‘','x[E7²~Qkž1¿‘','áÙé™T¶K`Eí6ž6+\'¾9_«Ks?ËöKoÉ','',0,'?'),('Óš‚\r_|¸²¿Ù¢­Î¨³','wp-content/plugins/thrive-ab-page-testing/assets/js/dist/edit-post.min.js',0,'•î½j¥l\0BZqÑk°«Õ','•î½j¥l\0BZqÑk°«Õ','Ÿäwª£]]Ià2=Û¸ÿºbGæÀ=Üd¿a','',0,'?'),('„f‡ÞBÐÉkADTíž^','wp-content/plugins/thrive-ab-page-testing/assets/js/dist/editor.js',0,'‰}\'u~öH}%XeL','‰}\'u~öH}%XeL','ž¤áž\rú£åjü†`Š,ø»m‡výºf–É','',0,'?'),('ÁƒÂQñ\\Å\"\0–±¶óQ²','wp-content/plugins/thrive-ab-page-testing/assets/js/dist/editor.min.js',0,'ˆx\ZÚ\r›ä¸‚úÇÆÑ>','ˆx\ZÚ\r›ä¸‚úÇÆÑ>','µå $hþŒ(”¾w†\n#|7ÄŽ¥Ý£¬–Á¢·','',0,'?'),('CÒKÍœ9á¶åÐèŽgœTó','wp-content/plugins/thrive-ab-page-testing/assets/js/dist/tab-admin.js',0,'¹9Î¦>àP: M?ëÖ´','¹9Î¦>àP: M?ëÖ´','n\\ž%VpR)™7ŽÝTi¶¿°Ç\'ªë\Z K“h®','',0,'?'),('ùÜKZ¾¶ØL:WRäì','wp-content/plugins/thrive-ab-page-testing/assets/js/dist/tab-admin.min.js',0,'º>¬Ÿwþ™‰œ¬¸¯ ','º>¬Ÿwþ™‰œ¬¸¯ ','B”ÎC=-Z68dw0bãŸÆ£‹âìËþŒö\0€sŒµ8','',0,'?'),('ÿš€molÉ#ƒ—3(Åˆ','wp-content/plugins/thrive-ab-page-testing/assets/js/dist/tab-frontend.js',0,'“µù\0,.g§MSWjSë','“µù\0,.g§MSWjSë','1h9ÐyœMCQ0NÅÖ+ÊæÔVõP’1²˜','',0,'?'),('Ÿ”;\'¯{Cöì \0‚^–','wp-content/plugins/thrive-ab-page-testing/assets/js/dist/tab-frontend.min.js',0,'A¦¾Rl½Z/-ø;‰Ž','A¦¾Rl½Z/-ø;‰Ž','½ãEs\0®ž®;J¥ ×½}a…è5µ Û$</','',0,'?'),('²·2½÷Ú¶R18°?a°ÔL','wp-content/plugins/thrive-ab-page-testing/assets/js/edit-post.js',0,'fï»›ÍKem]£mÁ`Ï¦','fï»›ÍKem]£mÁ`Ï¦','÷g:²¹K‘ãÙÚ;g…iq‚»îù3#ºê*W,ˆ','',0,'?'),('îÔdººÜœÿioÔ¸u','wp-content/plugins/thrive-ab-page-testing/assets/js/editor.js',0,'£/^>K¡ÀlŠ½ÒECPu','£/^>K¡ÀlŠ½ÒECPu','©Yû,íØ¸ÇQ“µYËö$1~˜ÕÎF\'ÿä)','',0,'?'),('€“Ð¿Nb›DýKª¨š','wp-content/plugins/thrive-ab-page-testing/assets/js/frontend/main.js',0,'¨Š _U½7FTÛÅ Æ+“ú','¨Š _U½7FTÛÅ Æ+“ú','«	¾yÞ|ŒŠË1ñ!ˆˆzÊ/Ø¾FüíTe6íñ4ªP','',0,'?'),('dÂÅ\rÜ]øèb8#Ý¶ÐŸÒ','wp-content/plugins/thrive-ab-page-testing/assets/js/main.js',0,'2M¦C0V@œÞøiP´š','2M¦C0V@œÞøiP´š','ã.È¢[\n	Ï3Ø!æ\')Ù@36Àd9Òõb\"K-','',0,'?'),('îÈ;Ë²¿Íïb¿(1¶','wp-content/plugins/thrive-ab-page-testing/assets/js/modals/archive.js',0,'õ\r\ZÌƒž‡µªLu8RÞØM','õ\r\ZÌƒž‡µªLu8RÞØM','IsÅ	*œðEmø¡®KvÐyé´­I…¡§¡Z€Ñ','',0,'?'),('É4>,²BT{©‘ÄŠ','wp-content/plugins/thrive-ab-page-testing/assets/js/modals/automatic-winner-settings.js',0,'ó_Lëzþ‚ãoÕŠ~\r~','ó_Lëzþ‚ãoÕŠ~\r~','­_\n¼ã™±¨Æ¨…Þ‹ûÛŒZAÈÎÐwQ×¿a9Ù','',0,'?'),('É	Š¯¤­ÎË+Ä¹â(Ô','wp-content/plugins/thrive-ab-page-testing/assets/js/modals/delete.js',0,'»	F£}gcvåS×b\n','»	F£}gcvåS×b\n','5º*í•‚%ŠÝƒ§±Þ†\'‹J{Iéä÷œ²\ZíÚ1','',0,'?'),('fîº©V=\nî$»³Gša\Z','wp-content/plugins/thrive-ab-page-testing/assets/js/modals/goal.js',0,' ãË²ör£ç(Ý³Üö',' ãË²ör£ç(Ý³Üö','àNÜ\nÂ•ú\n;?‘¸r^ÆzQxÛW©1Y\\ÕL','',0,'?'),('[©‚G•:(J¤äì»','wp-content/plugins/thrive-ab-page-testing/assets/js/modals/reset-stats.js',0,'T¬3O€)c.ºÒ¦\n‚ù','T¬3O€)c.ºÒ¦\n‚ù','!8¥Õ[ºüù’3œ7™KÏYºÚ\'Ý9Ã>Ÿr‚³»y','',0,'?'),('4ŸP…R…÷\\Ò´È$æ¼²','wp-content/plugins/thrive-ab-page-testing/assets/js/modals/test.js',0,'?–h”Õ×#³tJ¥­˜—?Û','?–h”Õ×#³tJ¥­˜—?Û','z¢DIÇ\rU<£L_xNqýpÎ¼1oBÁ¥fók','',0,'?'),('¯·œù\"ƒÏ•ÖKÐ¼z','wp-content/plugins/thrive-ab-page-testing/assets/js/modals/variation-winner.js',0,'é5“y…}-íè%¢ì0','é5“y…}-íè%¢ì0','Me~“åí¨U°Ú¾›ŽÜŸ\rg‡‚šDW‹üŠ3$&v','',0,'?'),('fÝ´”óâreÃzâC8Âp','wp-content/plugins/thrive-ab-page-testing/assets/js/modals/winner.js',0,'Áúµw±Šî1×íë]Be¿','Áúµw±Šî1×íë]Be¿','ê¡ü.EŸúø/ý»wiËêqùT9»\0¶kÓE<','',0,'?'),('c¤ã59N(ê~Ù÷K\rË','wp-content/plugins/thrive-ab-page-testing/assets/js/models/base.js',0,'lÑ’Ÿæ÷xÎüº§ˆ¤oÂd','lÑ’Ÿæ÷xÎüº§ˆ¤oÂd','óä‘ÿ½À„eƒCƒ\\¢rÆ³j&J–@mbË»§3','',0,'?'),('ÝòlX¢m@j‰ ¶gâ','wp-content/plugins/thrive-ab-page-testing/assets/js/models/report-chart.js',0,'¤NA„„xˆ¼Œó«','¤NA„„xˆ¼Œó«',',Ú¸¶I[ÃÓ?ƒ³ÉÖ¾•·0QZÑ)j ¦åõåŠnj','',0,'?'),('¢5«Ÿ\n¤Ú.ÿàŸºÜW°','wp-content/plugins/thrive-ab-page-testing/assets/js/models/test-item.js',0,'*i\r/¬IFô3Ð|C','*i\r/¬IFô3Ð|C','FÜ³P…Ì4®ú’¯ÓòÔú§:¡éóvFÓ‘5`','',0,'?'),('Äf±àäÈ&$.n{e+-','wp-content/plugins/thrive-ab-page-testing/assets/js/models/test.js',0,'\Zù<úM£>±¿n!_¢È','\Zù<úM£>±¿n!_¢È','vôøã¼BX\Z]\nÿÀT£/enEõW%uí[r•¡‡9','',0,'?'),('¤þr´Vž__èàÑèe ','wp-content/plugins/thrive-ab-page-testing/assets/js/models/traffic.js',0,'÷£Žßø8‹.ðÆG ','÷£Žßø8‹.ðÆG ','õÅž¡\0Í¹\n³>ä~4[l#†|ÖxÛÌ0ØkIý','',0,'?'),('hz’ØòB²7/”ƒy&Uö','wp-content/plugins/thrive-ab-page-testing/assets/js/models/variation.js',0,'3à:­¥á	\nõãŸ\Z³ðœ','3à:­¥á	\nõãŸ\Z³ðœ',')Òà³¶\0±{V:™*æ…×A©ùdl¤‹¿®ÿŠàPž½','',0,'?'),('6j>‚dQˆMî»3rs©ª','wp-content/plugins/thrive-ab-page-testing/assets/js/router.js',0,'Ôu¯`^„+˜î„â|‘O6','Ôu¯`^„+˜î„â|‘O6','›(ï*n4ÎÌôÂíÖ*Lä®Lðf¤–]5º°…—','',0,'?'),('SG¬Â´4ÂPQrˆÁ°','wp-content/plugins/thrive-ab-page-testing/assets/js/util.js',0,'+nhFj©cd™{¨ç¯œ','+nhFj©cd™{¨ç¯œ','íÕb8ŽôHcdd|(…©dÆák©F]U5žHH.ÇK','',0,'?'),('þ6©û¡I:¢Ü^¶¹$V','wp-content/plugins/thrive-ab-page-testing/assets/js/views/archived_variation.js',0,'Òu£]·\Z$WÏñm¸œ\Z','Òu£]·\Z$WÏñm¸œ\Z','/ú~Qe\nuƒš|*ÁlDw,CÀÍ²”$‚‚ux\r¼','',0,'?'),('ãéŽÝ¦Ï{§ÛKÛ i²¾í','wp-content/plugins/thrive-ab-page-testing/assets/js/views/base.js',0,'ïÆŽº%¦u8U¯Ûˆ_‹¹q','ïÆŽº%¦u8U¯Ûˆ_‹¹q','«t=—	Ðž*æòÓ_Ó‰É=twa‹K˜”…2ö8ç','',0,'?'),('‰ÓFø—þ×gKÛI*Æ','wp-content/plugins/thrive-ab-page-testing/assets/js/views/charts/line-chart.js',0,'™zçž\Z¸º]%¾3‘/Ì','™zçž\Z¸º]%¾3‘/Ì','GWu«¾_PƒMzªœÍ“mÿ?ÿBÓ-’TÊ±­Ç_É','',0,'?'),('8È½bê©ëíR\n¾§ R','wp-content/plugins/thrive-ab-page-testing/assets/js/views/dashboard.js',0,'\nPÈÑÙgoä™¢üž','\nPÈÑÙgoä™¢üž','&Ó³¦™$“]”§F¸X\Z‹3:¼eˆY„K\'Gp','',0,'?'),('öã³žBY2­\rØdzÄmåŠ','wp-content/plugins/thrive-ab-page-testing/assets/js/views/goals/goal_page.js',0,'ë\0\nR—MänÕ&v','ë\0\nR—MänÕ&v','—·2\"ç$YG/OSî‰âàh\0àØC™í‚´ ','',0,'?'),('¨¢NgçƒÞÕõ¾ÛH','wp-content/plugins/thrive-ab-page-testing/assets/js/views/goals/monetary-settings.js',0,'ÞjY=¤ m³{öJi´Ä','ÞjY=¤ m³{öJi´Ä','È Îî¤LN‡¸…¼G	;a±†ô¿¬^™¹ù\"½`^','',0,'?'),('Ðˆv9ÂÀí8¦äÒgö','wp-content/plugins/thrive-ab-page-testing/assets/js/views/goals/optins-settings.js',0,'XÒã½žk³A<^T²Yv','XÒã½žk³A<^T²Yv','Â§éƒcxÇ‰Zø}³åB([_ÿ—¹5Ö¨¤J.\r†','',0,'?'),('þäì¤¦$JVlÄ','wp-content/plugins/thrive-ab-page-testing/assets/js/views/goals/settings.js',0,'»-bƒ®8ŽäÝ¸““','»-bƒ®8ŽäÝ¸““','Ý «øÿ$1¼wçaEÓÝ`+is…$X@#©åÉ‹¶ƒ','',0,'?'),('Jò`¿žòòÊp²™›w»k','wp-content/plugins/thrive-ab-page-testing/assets/js/views/goals/visits-settings.js',0,'žør¹.çsÊ¶gÙÓB/B3','žør¹.çsÊ¶gÙÓB/B3','K‰9F‹w™û˜IS3ØH¿}l\0/&Ã!/ø.–Ú_ò','',0,'?'),('-JÎ£xFžy¾n{ý?XI','wp-content/plugins/thrive-ab-page-testing/assets/js/views/report/report-chart.js',0,'Ž%y^×­$¸ÑUÏøl','Ž%y^×­$¸ÑUÏøl','Tþ0O]ƒ]îEv±ÑÚ/M¢[Ž»ž‚¢ÁhÛF','',0,'?'),('	ñ	œŠ_i‘IûWJ\'b','wp-content/plugins/thrive-ab-page-testing/assets/js/views/report/report-item.js',0,'³‚ªêÏÜŠ+.;Hfè','³‚ªêÏÜŠ+.;Hfè','>ßjOFáZ±8¿ƒXÔžç¯Ð‚Ûð#•é‹Õ‘ä¦‰Õ\n','',0,'?'),('¬2»Ä—’J¼(§±Ð','wp-content/plugins/thrive-ab-page-testing/assets/js/views/report/report.js',0,'³}»µ÷XÜ™\n¾£ýþêÐ','³}»µ÷XÜ™\n¾£ýþêÐ','‘<kqÙÑÛ³Ýêï%A°Ufß\\Û›öIÜ6µPŒY','',0,'?'),('VÔíÏ­ñ­EÆ[#™F','wp-content/plugins/thrive-ab-page-testing/assets/js/views/test/goal.js',0,'·ÒÞàa‰j¬D£Ï®ï \"','·ÒÞàa‰j¬D£Ï®ï \"','ˆI=Ž%ÚmnT€/º\"9\ng1ÓÁdžÐqr¶ÃwuG¶W','',0,'?'),('J°ØúÃP/{~€xãñ','wp-content/plugins/thrive-ab-page-testing/assets/js/views/test/item.js',0,'ç?GdIv`ÁƒïýT\0','ç?GdIv`ÁƒïýT\0','Ê5Ô<Œ®s™ï“ÒéÉ9j~¶;‚Aßq´˜','',0,'?'),(']›ñ?¦_’N_£àåN','wp-content/plugins/thrive-ab-page-testing/assets/js/views/test/table.js',0,')¸œvÿ]\"]WàKÎDì',')¸œvÿ]\"]WàKÎDì',')¶€©#ŒùUÉ¦f_üBPŽt™;PÌS©ÉuK¹–','',0,'?'),('RÏUÜ0ü¹d}.(ÅY‘Ñ','wp-content/plugins/thrive-ab-page-testing/assets/js/views/variation.js',0,'ÿc_â-ÆÆÞÞÈ,š','ÿc_â-ÆÆÞÞÈ,š','×†E^º$…Î™íd$ÿ?ôUez\ZÜù¦û¬ã°¼','',0,'?'),('ÿÏ3ì³K–&Í}ƒ`¹','wp-content/plugins/thrive-ab-page-testing/includes/admin/class-thrive-ab-view-test-page.php',0,'Ô#’ŽËâš§t›þ¦º','Ô#’ŽËâš§t›þ¦º','{ÐDYŽ¤[8Š´]è›îæ:É•ÀSùúøÜîå','',0,'?'),('Ü!n………§Ž‚Ia//ãY','wp-content/plugins/thrive-ab-page-testing/includes/ajax/class-thrive-ab-ajax-controller.php',0,'¯ÖÏÏ„Ä§ÔK`i;ÿÁ÷È','¯ÖÏÏ„Ä§ÔK`i;ÿÁ÷È','JGÖR,1ÿ´û°ÉþxËEl­Ùb‹´> Ù ','',0,'?'),('–)RG¡Žoìï|ÓÑöîX','wp-content/plugins/thrive-ab-page-testing/includes/ajax/class-thrive-ab-ajax.php',0,'7¾¯eKò& ‰6yä','7¾¯eKò& ‰6yä','é0ž\n¨	l S,ô@5€ÅÓ€Úc‡»dVZ Ð/ºì\"H','',0,'?'),('íFp„8e|ƒl$æ³,¿','wp-content/plugins/thrive-ab-page-testing/includes/class-thrive-ab-admin.php',0,'†¥µuìºWoê	—‘ëÌ','†¥µuìºWoê	—‘ëÌ','½ªi\nC‘MuqŸ]¢_!)Íâ&p\\ÂH­†ÖZ= ','',0,'?'),('a+€ÕŸ?ÆPÄš®Û~nÚr','wp-content/plugins/thrive-ab-page-testing/includes/class-thrive-ab-checker.php',0,'¸C¬«ÖtTXAÑßˆ','¸C¬«ÖtTXAÑßˆ','¢{`.¡8m®°{×k}t.Sõ”=“›J$æœ:Îædö','',0,'?'),('aåzÈc\rÌ€]EvòÁ_','wp-content/plugins/thrive-ab-page-testing/includes/class-thrive-ab-cookie-manager.php',0,'Fry-4\'ÚÛ—ÂP@ü\ra','Fry-4\'ÚÛ—ÂP@ü\ra','çãVÓsxVYp6dV2€½¿3¶„J,jqd4³û','',0,'?'),('u.‘qz;˜·ùuf‚ƒ','wp-content/plugins/thrive-ab-page-testing/includes/class-thrive-ab-dashboard.php',0,'’º?\'ŒÉà”¢0<¤©','’º?\'ŒÉà”¢0<¤©','@>Ý¢»%$lSHåŒÄ5EEu‰ÈF~‚¼†!á”¦·ÑÁ','',0,'?'),('–:ª:aNphÇ·Òšb+Þi','wp-content/plugins/thrive-ab-page-testing/includes/class-thrive-ab-editor.php',0,'tÊxð($“Ò’±O°oD','tÊxð($“Ò’±O°oD','ð£8EV ë½·œCù¶\rVåÅ„ÂÛßrK=É2 I&','',0,'?'),('b–Ì“’39}	%œÈº.Óž','wp-content/plugins/thrive-ab-page-testing/includes/class-thrive-ab-meta-box-completed-tests-table.php',0,'è0ôûe’}‘îÚ`6l','è0ôûe’}‘îÚ`6l',';~¬´ñfV\Z=sŸ—zÆVUèæ­±‚£À9–×ÄxI','',0,'?'),('èíˆv{ª0¦#fRzœaø','wp-content/plugins/thrive-ab-page-testing/includes/class-thrive-ab-meta-box-variations-table.php',0,'ž•ÌôD2Ëò8Ñ$2™ø','ž•ÌôD2Ëò8Ñ$2™ø','zÛÿ5±§þ£@ý›1K(<<ˆc=ÅŒ \Zqõˆîç','',0,'?'),('Ïç^*÷/Ÿ?Q™Õ¡›T','wp-content/plugins/thrive-ab-page-testing/includes/class-thrive-ab-meta-box.php',0,'?Ð›×»`àO5EYQg','?Ð›×»`àO5EYQg','GMÖ\0\Z6ø)_ù<5 ÐÑäLfÈ>ŽÆGy†R§','',0,'?'),('–\nëp7\'õÖuÏØ¥‹—Zø','wp-content/plugins/thrive-ab-page-testing/includes/class-thrive-ab-meta.php',0,'Lëöu\'¯ìL€?õÃ','Lëöu\'¯ìL€?õÃ','_n€ä§~[~ËG¸Øõê•C7ƒM!juOëêˆ5','',0,'?'),('¿ÆtvÃõ‘ÎKÃÆ%ØPð¹','wp-content/plugins/thrive-ab-page-testing/includes/class-thrive-ab-model.php',0,'ÛgÕâ´Ó+—;69÷-<M','ÛgÕâ´Ó+—;69÷-<M','2Sè„îD3K*ùqrsO2:FˆjÁ:b§«—x!8ö','',0,'?'),('Ò“4eê\\ç:‰Qx¡ê·','wp-content/plugins/thrive-ab-page-testing/includes/class-thrive-ab-page.php',0,'ÞÛ€U ³û²ëY°ÁŽU','ÞÛ€U ³û²ëY°ÁŽU','îŽ5O¼ƒgæJêE§}ÎF5ntß†ÈšaÙü','',0,'?'),('-{¿vƒ¢€aŠ\\ìó','wp-content/plugins/thrive-ab-page-testing/includes/class-thrive-ab-post-status.php',0,'›ýô1±\n¢2sÜïÇeú=','›ýô1±\n¢2sÜïÇeú=','­¦Ù¥|w^†‹è¢M^cŸ(÷#ÑùXtº60…Û”(Æ','',0,'?'),('ˆÖœ¿ûÛRÇlðp¬`éü','wp-content/plugins/thrive-ab-page-testing/includes/class-thrive-ab-post-types.php',0,'»›µVÄ£ÓäIÃ0Îô,','»›µVÄ£ÓäIÃ0Îô,','ÁI©ýgÇ®mÐÚ® ¼¨Ê^€4†Ðâ€@)X‹‰kP','',0,'?'),('Ð‚ø]†·G©\rk¯—Ô','wp-content/plugins/thrive-ab-page-testing/includes/class-thrive-ab-post.php',0,'&ÔüC7á:«Ý’Ò[i','&ÔüC7á:«Ý’Ò[i','u(¯žŒJ†v()&û0` é=ÿê¡±OËû6Ë{f^','',0,'?'),('«¡ŽÄy·qè)Õy—q\"!','wp-content/plugins/thrive-ab-page-testing/includes/class-thrive-ab-product.php',0,')É\r¤ÀÖ-:Œ‰Aì',')É\r¤ÀÖ-:Œ‰Aì','«{¿G3›aÿ½{~Þˆ,ÉõG—ajº‚Ig¼ý','',0,'?'),('ê….óìÁ18“t,ËS]³ø','wp-content/plugins/thrive-ab-page-testing/includes/class-thrive-ab-query.php',0,'Ç{Üáˆn]Ù£ímŒ_h','Ç{Üáˆn]Ù£ímŒ_h','‡È\"C¬lÿ!T¼Ó—²ÿ›9h~¥e?¯ÔÐ’Cl¥`d2','',0,'?'),('duØ	—EP;èX','wp-content/plugins/thrive-ab-page-testing/includes/class-thrive-ab-report-manager.php',0,'++Ç1jw¶5ß…7’€','++Ç1jw¶5ß…7’€','–ØË´ÇnRe×\nªó…ßLóÂsÑ£pó©êñ~æÊ','',0,'?'),('§rÕöÚ¶7é¦–P{ÖD','wp-content/plugins/thrive-ab-page-testing/includes/class-thrive-ab.php',0,'{CsÝÆ…³ÅòUÍÊé°•g','{CsÝÆ…³ÅòUÍÊé°•g','´·Ê}ÚìÿÃDŽâ\ZR\ZVùpuÓ”‹/¼qm¢·7\n','',0,'?'),('UYò4²°Öxˆ$}m­','wp-content/plugins/thrive-ab-page-testing/includes/class-thrive-admin-notices.php',0,'zìów‚@ñÄ¹ù_Âü','zìów‚@ñÄ¹ù_Âü','•ÈØo¾âW3”ø$õš;\'1Yð†;Ài\nNÔ›[','',0,'?'),('­?<r¡0ïŸàùï…‚ß','wp-content/plugins/thrive-ab-page-testing/includes/events/class-thrive-ab-event-manager.php',0,'O‹IKÌ=FÕRˆ4TöóY','O‹IKÌ=FÕRˆ4TöóY','¸©æíCÜF‚-2h‰{“kÒ]Ý`£€üÝot‰ÚÞ','',0,'?'),(':NÜ,ÒÌ—‚âÓJ„(?','wp-content/plugins/thrive-ab-page-testing/includes/events/class-thrive-ab-event.php',0,'Ì.hq‘›ðÅÛÑç*‹','Ì.hq‘›ðÅÛÑç*‹','„ž&,ÕÁ8• Ží%2ioÞ+å¶Â:o\r?‚ªCô0','',0,'?'),('J†öTò|¡ûHM¯–*_','wp-content/plugins/thrive-ab-page-testing/includes/i18n.php',0,'ÍÁ?!àr\0¼€®*Îr•¼','ÍÁ?!àr\0¼€®*Îr•¼','-6¢M¡ÌÜõad´sg=®´jÀm›|”JÍ:âÑXª','',0,'?'),('Â’±~\r\"Þ‚(ƒ0â7·zî','wp-content/plugins/thrive-ab-page-testing/includes/test/class-thrive-ab-test-item.php',0,'íÊw`ù’.ïDÑòl','íÊw`ù’.ïDÑòl','ìÑ¼Úbú4I?<ý¯[L7œÙhóðWïì»ÔCúN…ž','',0,'?'),('§:?Î$ÿ‚ÿjFáD','wp-content/plugins/thrive-ab-page-testing/includes/test/class-thrive-ab-test-manager.php',0,'Bh&‚GáØÊÓ_:ˆ\0]','Bh&‚GáØÊÓ_:ˆ\0]','B°O[/ÁV¤£Õò˜‚÷ƒÆ¡àZà%Èÿ¥ð¼§×','',0,'?'),('Tÿ¯ªO§Ý´¯=9i&w\Z','wp-content/plugins/thrive-ab-page-testing/includes/test/class-thrive-ab-test.php',0,'Êüè\r°GûUv›c¨ÿ¬b','Êüè\r°GûUv›c¨ÿ¬b','ô+¦Nt!Ý¿k-1u(Y­-ú®œpA¯ ®','',0,'?'),('}Ç¹¿=l\n9æµ³T/Ä','wp-content/plugins/thrive-ab-page-testing/includes/variations/class-thrive-ab-page-variation.php',0,'<˜’\ZÁÉ†h‚’‹^NV','<˜’\ZÁÉ†h‚’‹^NV','s„¤ÑKî)–÷c@p³ë×©Ö~se¨=Ä©IÉÈ','',0,'?'),('«jX]YzÐ´~Ð!mó	ƒ','wp-content/plugins/thrive-ab-page-testing/includes/variations/class-thrive-ab-variation-manager.php',0,'€©ÖfmÈŒ¬gI¦#C7 ','€©ÖfmÈŒ¬gI¦#C7 ','tè· |V,‡šsÍ*Žº<Ùær}ù¾briP}’í\'å','',0,'?'),('/`Òšnˆô_ÿ•>OµþÎ','wp-content/plugins/thrive-ab-page-testing/includes/variations/class-thrive-ab-variation.php',0,'³P—Ž\'O&LXþ','³P—Ž\'O&LXþ','XùG›Y\"Är5#<Ýù©ðhA*´NôÑ8(»î','',0,'?'),('åC,ÜçŽT tñ™/öy3ú','wp-content/plugins/thrive-ab-page-testing/includes/views/admin/backbone/breadcrumbs.php',0,'é!e¨`Í0ž4>:FÕÛ','é!e¨`Í0ž4>:FÕÛ','Å0s÷ùÙú÷çuü¯êºìôl¬p‰óë.\0†è','',0,'?'),('“â7½<òÑráççUb','wp-content/plugins/thrive-ab-page-testing/includes/views/admin/backbone/completed-test-item.php',0,'‰{ÚÈ€´ªÎþWËò4íQ','‰{ÚÈ€´ªÎþWËò4íQ','óûŽõõ[Ô¤Ö9=üç\\ÑÆJ½¡Œ¬Ï\'³àú±p<ó','',0,'?'),('@x0\'\ZdL›|ˆ•ç','wp-content/plugins/thrive-ab-page-testing/includes/views/admin/backbone/completed-test-no-item.php',0,'\"³®P\"Ê½{k˜$›¶ÒÎù','\"³®P\"Ê½{k˜$›¶ÒÎù','Ûêƒ—$m«!îNÀé³iíW‡åtÓá,Rj^ñ§ ˆ','',0,'?'),('Œ£Úå{LtŽQà3ÐàëE','wp-content/plugins/thrive-ab-page-testing/includes/views/admin/backbone/completed-test-no-search-item.php',0,'Nø1±ùŽßQM^ëÒ\0','Nø1±ùŽßQM^ëÒ\0','¾­1æ5}ÿT`Û7’ÜöP.¤Mí¿§š\\~(-','',0,'?'),('ˆÚO«‰ØÑ]ý¤˜~(','wp-content/plugins/thrive-ab-page-testing/includes/views/admin/backbone/dashboard.php',0,'&¨¼_;B;éä&Þá è','&¨¼_;B;éä&Þá è','RH[Õª[ôÿ´e««Vfž[à$i…:šÔKÅ@lþ½p','',0,'?'),('?ÒÝÁh ˆ&íy\nXC¡','wp-content/plugins/thrive-ab-page-testing/includes/views/admin/backbone/modals/html-delete.php',0,'‚ó=8XGttÜ*Sý1','‚ó=8XGttÜ*Sý1','!¤Í*\0Q·I%®14¢_qpT¢Ù6jâòY±(û@','',0,'?'),('¿ŽÔD™ç“õ8Òokg','wp-content/plugins/thrive-ab-page-testing/includes/views/admin/backbone/pagination.php',0,'±™»Ã·Á`[¬Ùöì6Äõ','±™»Ã·Á`[¬Ùöì6Äõ','«fÐG,&œÉÃ»’Í6[‘tF¶G€œ›3U8í‰Òî','',0,'?'),('b‘EÑZÙì¿Ö7¹…Q~`','wp-content/plugins/thrive-ab-page-testing/includes/views/admin/backbone/running-test-item.php',0,'®VòóRšWŽ†˜Ý@·Øë','®VòóRšWŽ†˜Ý@·Øë','Úö¤rlÏk†_mûø:*{Ø­¢ÊÌøœA8¥ÞŒ§','',0,'?'),('UPmPt‡Éö×}C-¸ë','wp-content/plugins/thrive-ab-page-testing/includes/views/admin/backbone/running-test-no-item.php',0,'˜t¼ ×ò)…1Ú}^¢==','˜t¼ ×ò)…1Ú}^¢==','\rù	³;ÍPô&\\YÃ8«ºtó‡oâEÎÈàâ|³3u','',0,'?'),('&n0)ÿâF$Yšû¦j\rþ','wp-content/plugins/thrive-ab-page-testing/includes/views/admin/backbone/running-test-no-search-item.php',0,'ù¾yÍáö¸ãAµ@¿ç','ù¾yÍáö¸ãAµ@¿ç','°éwßy‰•­Ûs6´©îú˜p\Z$£©ß=nbD²','',0,'?'),('ÿË4Ë`TˆºOþ¹¡Õ','wp-content/plugins/thrive-ab-page-testing/includes/views/admin/dashboard.php',0,'{PÖßLB•µ~ÿžõ‚gÙ','{PÖßLB•µ~ÿžõ‚gÙ','ÐMŠ¥Šzh.¦råfç6ÅÁ2þ-7d”ïðSbé†»X','',0,'?'),('{CÚ¡9vš¯V#¶‡Ù&','wp-content/plugins/thrive-ab-page-testing/includes/views/admin/edit-post/tests-table.php',0,'ªfÙ.»ð§»=ÂK-z€Ç','ªfÙ.»ð§»=ÂK-z€Ç','ap¿Æ”uµÏ¢–˜9ªì\0¦ÓU Ú: uSZ=','',0,'?'),('ƒ±¶NmµvA~CC’€žhC','wp-content/plugins/thrive-ab-page-testing/includes/views/admin/edit-post/variations-table.php',0,'É@r\'FŠM¿Ùbh¤7Ë','É@r\'FŠM¿Ùbh¤7Ë','E\\þ°T§%!Èñ.%öÜi]•Èú¦›Ðƒ`','',0,'?'),('Ô˜`dV×õ‚»Û7«\"K-Õ','wp-content/plugins/thrive-ab-page-testing/includes/views/admin/notices/html-active.php',0,'ÛÖ­I»±ZÙf!|b','ÛÖ­I»±ZÙf!|b','h?)ŠcÏï8™‡þüŒWŒëšSOpëÕª¸‡Èÿju¼','',0,'?'),('Òf=¦ÈRãækÜûÃVN','wp-content/plugins/thrive-ab-page-testing/includes/views/admin/notices/html-version.php',0,'®S~ó‘î¼Ä5!M>Ÿ,Þ','®S~ó‘î¼Ä5!M>Ÿ,Þ','¯`Í–¼]ù´pMf©ùŒ¶`Ö¿Q¡6d¨™†«4Pc','',0,'?'),(';UÄÒÔ°0C~GŸb³X','wp-content/plugins/thrive-ab-page-testing/includes/views/admin/tar-edit-button.php',0,'¬n`Ht>òUÆ>IÏ^óà','¬n`Ht>òUÆ>IÏ^óà','…/²,¤QÌ-m4»™%¶ê¹Òžà>ýÅj>”³','',0,'?'),('e·Qî$FrùÆ…*wMf-','wp-content/plugins/thrive-ab-page-testing/includes/views/backbone/dashboard/dashboard.php',0,'…DKÁ¹ÉmÓãèÚ‚uÉ','…DKÁ¹ÉmÓãèÚ‚uÉ',':aã—Â)õ×zUY·-Wå²—èM<ˆké#b¨xã5#','',0,'?'),('a‡“ÛK¡;\\òiô¼qøý','wp-content/plugins/thrive-ab-page-testing/includes/views/backbone/editor-modals/reset-stats.php',0,'•Œs;.1Ô9¶\"7UÕ','•Œs;.1Ô9¶\"7UÕ','Iuƒ|Ã2éïÆ¨¼ökpzd½U–´ƒ“‚<kûç^','',0,'?'),('Â:Ãr‘C;wb–V_','wp-content/plugins/thrive-ab-page-testing/includes/views/backbone/goals/goal.php',0,'%Ó ­{s¯G¼”)–éL','%Ó ­{s¯G¼”)–éL','d+fLü­“S_­3ÙÚ¹Y‰ö3>*\nÊ.µ9ð½','',0,'?'),('¬(nû0Ôm;Ý}.Qí!˜','wp-content/plugins/thrive-ab-page-testing/includes/views/backbone/goals/monetary-settings.php',0,'8‡ˆfˆ\"qs†ï­=ð®','8‡ˆfˆ\"qs†ï­=ð®','•dl`V*No¸QNÏ§‚0ž#.là9¶‰ž]÷—À§5','',0,'?'),('ý‡*!\\ŒN\0a3¹êÃ','wp-content/plugins/thrive-ab-page-testing/includes/views/backbone/goals/optins-settings.php',0,'”¼ÚƒN¾ÚÚeOî\\Ûî','”¼ÚƒN¾ÚÚeOî\\Ûî','QSE­ö<Ìs…0€üÎý8\\³!†«Wx%í','',0,'?'),('ÜhÀÀ¡Ìs¨2','wp-content/plugins/thrive-ab-page-testing/includes/views/backbone/goals/page.php',0,'à¨Î»ÓæK—œQäü°','à¨Î»ÓæK—œQäü°','$Ç!v±\'áû\0ÂÎwQû¢Úíx	ÉÿMEØO.ôkn','',0,'?'),('¸x|\\Ðì¨é´öM‚ØåÌ','wp-content/plugins/thrive-ab-page-testing/includes/views/backbone/goals/switch.php',0,'ãA)oBþ7ôvCÁ	Ælª','ãA)oBþ7ôvCÁ	Ælª','æ{ž+jÖ/7Ù¬.vª»|ÓŒ4k—Ñí\n:Ã¹ ÀW','',0,'?'),('|öÂç´4OÞ•œ;$~9À','wp-content/plugins/thrive-ab-page-testing/includes/views/backbone/goals/visits-settings.php',0,'2üa	]‘j˜Vàä²Z','2üa	]‘j˜Vàä²Z','¥.#L¸]ás_V_±I\n$([ki«Æ¥ãV€','',0,'?'),('p¨~4FD£¦ðÛ!.ör','wp-content/plugins/thrive-ab-page-testing/includes/views/backbone/html-archived-variation-card.php',0,' ìº†Í²¨>Ò8[\rjr',' ìº†Í²¨>Ò8[\rjr','Ô›/+Å:“J(8Tç©5ÌDæóøêÄZà¯Ç\'\n','',0,'?'),('ýò–ªâñÙ½Û/”_SQ','wp-content/plugins/thrive-ab-page-testing/includes/views/backbone/html-variation-card.php',0,'ôÝ“‡t‡&Úêå	Y”','ôÝ“‡t‡&Úêå	Y”','•:R”ðy§pþÆ¾5¬e™·fK ¡7Xj2“ß5u','',0,'?'),('þÆz•bH¤W÷y\'¯\0_õö','wp-content/plugins/thrive-ab-page-testing/includes/views/backbone/modals/goal/monetary.php',0,'wX\Z¬PàÂ{I¡Î©~³t}','wX\Z¬PàÂ{I¡Î©~³t}','­\">€	ÔïÎÆ¬÷Ëcè¤k®åí´rj{™ü','',0,'?'),('à­;=ŸÙ¨•ÆnZ\0	>²ª','wp-content/plugins/thrive-ab-page-testing/includes/views/backbone/modals/goal/optins.php',0,'aDØâ#ö\r‹š²Èó´?R¢','aDØâ#ö\r‹š²Èó´?R¢','‹É1ÜÀ¥`gžœ¸oÙ\0)•çjh/´>Aæ`Q—¨ª','',0,'?'),('qL;“®òÅ—Å ˆõŒ','wp-content/plugins/thrive-ab-page-testing/includes/views/backbone/modals/goal/page-row.php',0,'ßÑNÂ‘“›Êóýs·ùq†ô','ßÑNÂ‘“›Êóýs·ùq†ô','õl…67%’)B<Ä|ÔãHi[Ÿ]„3kâ{\Z=H¬;ƒ','',0,'?'),('`ARv¨®|àŠX(u@L','wp-content/plugins/thrive-ab-page-testing/includes/views/backbone/modals/goal/revenue-row.php',0,'#MR(,[z[#ÕÚÆ€','#MR(,[z[#ÕÚÆ€','éÊ°Tîºht¨oÄ[rƒ-xPBz]ÇGe‡IÔ*â','',0,'?'),('>º§ú’¨œä#´r>I¤Ï','wp-content/plugins/thrive-ab-page-testing/includes/views/backbone/modals/goal/sendowl.php',0,'úªvax˜ÂŠ@œÊå','úªvax˜ÂŠ@œÊå',';¬ÛÉ×>G¤>úùÍø]]qRÌ$HóZS8(×Ä','',0,'?'),('AuRf<\Zb[;‰Òâ‡','wp-content/plugins/thrive-ab-page-testing/includes/views/backbone/modals/goal/visits.php',0,'ÄÝÝ?W¯ãñKº‘C8‚À','ÄÝÝ?W¯ãñKº‘C8‚À','ÃÆKèxÛ½D¢„¸UEM×ŽP:%ƒZP¸9/Æ','',0,'?'),('©{­³¨ÞÃã.ÓáÌg‡v','wp-content/plugins/thrive-ab-page-testing/includes/views/backbone/modals/html-archive.php',0,'‚ó=8XGttÜ*Sý1','‚ó=8XGttÜ*Sý1','!¤Í*\0Q·I%®14¢_qpT¢Ù6jâòY±(û@','',0,'?'),('‰J@U.»Ì9Y	ä','wp-content/plugins/thrive-ab-page-testing/includes/views/backbone/modals/html-change-automatic-winner.php',0,'®«˜‘´>\reó©ËÊV/G','®«˜‘´>\reó©ËÊV/G','0u™÷p\n\"ÃÅÐ‹µÑŠMSˆô*\'ÆØÔÎ/º¨7P','',0,'?'),('KBý…Øã)ˆd‚qLcyO³','wp-content/plugins/thrive-ab-page-testing/includes/views/backbone/modals/html-delete.php',0,'‚ó=8XGttÜ*Sý1','‚ó=8XGttÜ*Sý1','!¤Í*\0Q·I%®14¢_qpT¢Ù6jâòY±(û@','',0,'?'),('•:©.Žu}ò¬/güžqŽö','wp-content/plugins/thrive-ab-page-testing/includes/views/backbone/modals/html-test-automatic-winner.php',0,'4pµDRër¤A‰ztõ','4pµDRër¤A‰ztõ','`íÖwÞn+8üYDuôÞx†c~Ý6Öè€Î½q','',0,'?'),('«&•÷Wdì/ƒø˜XÓº.','wp-content/plugins/thrive-ab-page-testing/includes/views/backbone/modals/html-test-steps.php',0,'rNµ6†›¾]<Cè£¿­^','rNµ6†›¾]<Cè£¿­^','xu?,½ñò*ömŠÁ©ÇùXDÆp8\r¨òf','',0,'?'),('ŒQZ\'8dF¦	g3ù¼¶ê','wp-content/plugins/thrive-ab-page-testing/includes/views/backbone/modals/html-test.php',0,'È$|š&v<ô¼H¥® |ç','È$|š&v<ô¼H¥® |ç','ãíÅµ…ò?ôWå¯úÂ,ùÀ–AÿÏIR¯ãâRN\n”','',0,'?'),('–¹Gõfeì÷EÚ|ð%ø','wp-content/plugins/thrive-ab-page-testing/includes/views/backbone/modals/html-winner.php',0,'I‘±­Pï“ajF}‚Ö´','I‘±­Pï“ajF}‚Ö´','ï ¤XSýJÈë@6OQ¸¼P„«R$c	„diâlF¼£žý','',0,'?'),('Íâ™MdÂ‰\0uÊ$ž3€','wp-content/plugins/thrive-ab-page-testing/includes/views/backbone/modals/variation-winner.php',0,'“¦ \0I‘5¨6~7î','“¦ \0I‘5¨6~7î','~Œ¿ŒÅYŸæ„Ê\\e¯*ÐÞµ„Œ.UQý‰','',0,'?'),('P«Z0ÍPÌê>GüâPf','wp-content/plugins/thrive-ab-page-testing/includes/views/backbone/modals/winner/item.php',0,'\rj‘i/< V^î©¡','\rj‘i/< V^î©¡','à7ÁŽU˜¾Þ[R6¨•Î@|´zÜ,^ÏŽW.ï¡ñB','',0,'?'),('&-®¸6T„°myB;ñ','wp-content/plugins/thrive-ab-page-testing/includes/views/backbone/modals/winner/test/item/monetary.php',0,'––Î«Ž†…sn™\0±}è\\ñ','––Î«Ž†…sn™\0±}è\\ñ','º³ÁÂi”¦ˆñœ$ž>ú*ZŒ&ÇÂ¶Âu›{ßTÿ5','',0,'?'),('á!jaÜNœ‡hø@P€;?','wp-content/plugins/thrive-ab-page-testing/includes/views/backbone/modals/winner/test/item/optins.php',0,'7\\¿¶r\'4¶ù#{JWhê','7\\¿¶r\'4¶ù#{JWhê','ß3/Ë¡Í¼™ÉØ£#j®Å–_“Rdª·!¯áFÇ—','',0,'?'),('%è©Hñ\\üùSC«‰Ñ','wp-content/plugins/thrive-ab-page-testing/includes/views/backbone/modals/winner/test/item/visits.php',0,'7\\¿¶r\'4¶ù#{JWhê','7\\¿¶r\'4¶ù#{JWhê','ß3/Ë¡Í¼™ÉØ£#j®Å–_“Rdª·!¯áFÇ—','',0,'?'),('Ò©~«G¤á¹MøSÂæ','wp-content/plugins/thrive-ab-page-testing/includes/views/backbone/modals/winner/test/monetary.php',0,'=Ñ7qüÂ<ÞŒdÕ7','=Ñ7qüÂ<ÞŒdÕ7','|eà‡¯WVò‡.\'}S3mK7ôíÎ»1>ÝÌ_','',0,'?'),('Å´è#“ƒ¿€Ý\ZªZŸ','wp-content/plugins/thrive-ab-page-testing/includes/views/backbone/modals/winner/test/optins.php',0,'ì³QwËD}ØM&m§Pç','ì³QwËD}ØM&m§Pç','YìZ2;¼j¨sÝ	–1õ+$8ýÞ\'¸`Ï5ØØ','',0,'?'),('6¢”Ôã\Z…Ô½e{¢öcÇ','wp-content/plugins/thrive-ab-page-testing/includes/views/backbone/modals/winner/test/visits.php',0,'2eÂ\Zâ˜4ø]f´¦úâ1é','2eÂ\Zâ˜4ø]f´¦úâ1é','ý^R7=	²µ‡Ê¨§‹\0MÛôqCn|Ä¬—Ù¥','',0,'?'),('GÜåZ#FX5Œ\\ìútz','wp-content/plugins/thrive-ab-page-testing/includes/views/backbone/modals/winner/test.php',0,'3ð.t“‰©—¨}ù´Ó®','3ð.t“‰©—¨}ù´Ó®','ax‰Y¹G®÷¯‡†©GOågùá\0BÊ4qnÎïPiÐ','',0,'?'),('+_ÔjR½\n|jmc½Ê','wp-content/plugins/thrive-ab-page-testing/includes/views/backbone/report/report-item.php',0,'ƒ¥Â<“ÎCˆCSññÄ','ƒ¥Â<“ÎCˆCSññÄ','æ¨kˆ0\nXC‚Ë©&7˜ýÏ2ÎçqQF&û Ì%î','',0,'?'),('kÍ/ðŸz†,ÍzVÌ-¦','wp-content/plugins/thrive-ab-page-testing/includes/views/backbone/report/report.php',0,'ž» ÈÍ:(˜/ç‚®§â} ','ž» ÈÍ:(˜/ç‚®§â} ','Ú\rCk~PzÔkç¦7Ø@§ÎÙ8qÁ;yÕœï\"ô','',0,'?'),('*O\'ì•´Ôuî XÁ>®','wp-content/plugins/thrive-ab-page-testing/includes/views/backbone/test/item/control-view-monetary.php',0,'#yˆT+¹ÄtÉô*ìrç&é','#yˆT+¹ÄtÉô*ìrç&é','i±‘oòV{y7~uîÖ\nw4.é9ãeSp[”\"ê#T','',0,'?'),('²ÿ-*Æ9ÝÁ4qB†õ','wp-content/plugins/thrive-ab-page-testing/includes/views/backbone/test/item/control-view-optins.php',0,'.J§¡—¤Ô¤Qˆ±\0Æ{','.J§¡—¤Ô¤Qˆ±\0Æ{','I‘Œ¡sxúY1·§aÈ&¶O–™uü4÷e]Ùö\n','',0,'?'),('ˆƒ7_ùxÒÏwíõþf','wp-content/plugins/thrive-ab-page-testing/includes/views/backbone/test/item/control-view-visits.php',0,'Hó-6\\<Œ¹ÝA1OE›ô®','Hó-6\\<Œ¹ÝA1OE›ô®','±ü{ö;œ“ƒ¡òªLËáý`÷«üSTpíû\'ÞÎ','',0,'?'),('É7û®¹*vÁÉ}Ne','wp-content/plugins/thrive-ab-page-testing/includes/views/backbone/test/item/control-view.php',0,'Í€ÿŸQÎÕY–OÔ«xá','Í€ÿŸQÎÕY–OÔ«xá','{â ‚õª¶ÙÖ>2ÙâÒ¿Ø:—ðk”åûPíõ$9','',0,'?'),(']Í~pûœ®ˆËo•šŽ9®^','wp-content/plugins/thrive-ab-page-testing/includes/views/backbone/test/item/goal/monetary.php',0,'Ò©Þ¯ÎHÌCSÐ‚øJ„','Ò©Þ¯ÎHÌCSÐ‚øJ„',')W–ÒLƒ§?îõ#g\r†V‰íFn\Z&@W1§±94)(','',0,'?'),('µùxãƒÞ6\'–ß0)üÜ','wp-content/plugins/thrive-ab-page-testing/includes/views/backbone/test/item/goal/optins.php',0,'¿b ‰årÑöÐ¸Ù©Ã÷€Õ','¿b ‰årÑöÐ¸Ù©Ã÷€Õ','&<õ·îºG1}½èÔ‘ò¶¥ñíÀ»&%ÙéyZûE','',0,'?'),('ÙÕºØ~)Ú—}F®','wp-content/plugins/thrive-ab-page-testing/includes/views/backbone/test/item/goal/visits.php',0,'£/ÓûM$Úýª¯\\qÑ“','£/ÓûM$Úýª¯\\qÑ“','èaK-‚û^\\?/—{7Ãé~Z\n`E3:>HL¡’','',0,'?'),('\\aÃ.Ô!WÄì‚W½B','wp-content/plugins/thrive-ab-page-testing/includes/views/backbone/test/item/view-monetary.php',0,'1”¬Þú—úÌ±é–euÙG','1”¬Þú—úÌ±é–euÙG','oŒW£<…©²˜®ô»‰ó‰ÝñÛz3ªYtÇ(Yü¡','',0,'?'),('F·f½Âeä;œº„_¸GŒ','wp-content/plugins/thrive-ab-page-testing/includes/views/backbone/test/item/view-optins.php',0,'žë‡ãÜ?õ¹éºˆ','žë‡ãÜ?õ¹éºˆ','x¡|aÀèëý¡™%óÞEÕÅËÄÌ¸\\&2ó«','',0,'?'),('MÓ´øüŸ ¸Özÿ¬G$','wp-content/plugins/thrive-ab-page-testing/includes/views/backbone/test/item/view-stopped-monetary.php',0,'¾µ2Dï&%Ûh¡0?/|','¾µ2Dï&%Ûh¡0?/|','¾§X´¢±øoë{Á*<j{È<·¶r©IJW“Ä\"','',0,'?'),(']c¶\r~Yým¤0„×u©*','wp-content/plugins/thrive-ab-page-testing/includes/views/backbone/test/item/view-stopped-optins.php',0,'!Tª’¼Â &_¸ÆâI','!Tª’¼Â &_¸ÆâI','424²ü\n*W†Á®ªXztìýÉÀ¾P#äQƒd\r','',0,'?'),('56„•uÇ%OvØŠ','wp-content/plugins/thrive-ab-page-testing/includes/views/backbone/test/item/view-stopped-visits.php',0,'›\0¦gÏ8Î¬·TQàn','›\0¦gÏ8Î¬·TQàn','G¹Úþý?Ïo-& çnto4Úú\"Ák¿ß°Ê,–>','',0,'?'),('w§1gp!©½í¢à©iÏ','wp-content/plugins/thrive-ab-page-testing/includes/views/backbone/test/item/view-stopped.php',0,'.ÈWR·Ê¨L¢|4á\0Kª','.ÈWR·Ê¨L¢|4á\0Kª','½EžêWÌÉÄs­º]­Œ²½´s¤ÆnŒ79ç','',0,'?'),('±Ô” úi\nL~`ùè','wp-content/plugins/thrive-ab-page-testing/includes/views/backbone/test/item/view-visits.php',0,'TÔNäc‡=ômþÓY™¿Ø','TÔNäc‡=ômþÓY™¿Ø','ÎÑ¡”~$uW@Ü+–ÛS^O¸OˆèZì“âPDæÁ','',0,'?'),('¡BNÇ½ešÂ2Ç!ô˜&g','wp-content/plugins/thrive-ab-page-testing/includes/views/backbone/test/item/view.php',0,'_G=vG¨¿Ð×Ð\"Ìô','_G=vG¨¿Ð×Ð\"Ìô','x§§kVú	ÉQ€|3‹GWÛcK¡;^\r?¨cc0SÓ”','',0,'?'),('#r5[û»“e<s»‡éC','wp-content/plugins/thrive-ab-page-testing/includes/views/backbone/test/monetary-table.php',0,'»¨ÉI{Gøkï(\"á\Zà','»¨ÉI{Gøkï(\"á\Zà','ÒåÝÌ÷B_Å^ÈDÜ³ÞË/ºok¤~±5äÚÿ–ÚÃO','',0,'?'),('#š¬¹9Øä_¿AÙY\\','wp-content/plugins/thrive-ab-page-testing/includes/views/backbone/test/optins-table.php',0,'›ßéÆž»jŒ£úØ¢_ºz','›ßéÆž»jŒ£úØ¢_ºz','=B2¿õ\n}v­«yäû¼“µî- ð‰Ó‡ÔHeK[','',0,'?'),('¿\rÁ›e,Øé—°ÄA¯–±@','wp-content/plugins/thrive-ab-page-testing/includes/views/backbone/test/table-body.php',0,'[n³µ\rÈmµØHŒXJ','[n³µ\rÈmµØHŒXJ','!·®Ê}¹0òW“[8‰0{WôyÌªÏ˜ñý·UÉž==','',0,'?'),('Û›\Z•<G¿	F=k³ášZ5','wp-content/plugins/thrive-ab-page-testing/includes/views/backbone/test/table.php',0,'»¨ÉI{Gøkï(\"á\Zà','»¨ÉI{Gøkï(\"á\Zà','ÒåÝÌ÷B_Å^ÈDÜ³ÞË/ºok¤~±5äÚÿ–ÚÃO','',0,'?'),('lO‘y=|¡Ÿ‡ÃÉX{(`²','wp-content/plugins/thrive-ab-page-testing/includes/views/backbone/test/visits-table.php',0,'´AõÀîÐ«Wd\Zå¿ó0(c','´AõÀîÐ«Wd\Zå¿ó0(c','ÉÓ¶y·ðAˆKqEžÿ¾ã.ÜRsžEq@²“ý„@s¹p','',0,'?'),('ödÂlÌŸBÛyÊ1O˜Z','wp-content/plugins/thrive-ab-page-testing/includes/views/backbone/util/edit-title.php',0,'\r‚§£¬9¿oÏn\0æ^ø','\r‚§£¬9¿oÏn\0æ^ø','I.nÊ\nÍsª?²“ï\'õb·‰ùÝ(àgó:ƒÊ','',0,'?'),(' ßÑ>)\'*hÜþDYøë','wp-content/plugins/thrive-ab-page-testing/includes/views/backbone/util/page-search.php',0,'ç“AW…Ò;`êô9®=Ü','ç“AW…Ò;`êô9®=Ü','=&W9¯ôÁô<8FjºÝ³/º—Jc šÔ¥Ái','',0,'?'),('æ<ˆ_O¼³ö„†7·g\"','wp-content/plugins/thrive-ab-page-testing/includes/views/editor/html-buttons.php',0,'¦!îÉÿ¬ßA#WMVÔ˜\0','¦!îÉÿ¬ßA#WMVÔ˜\0','Ï%ØQÈ¦u-Ñ¦\0å=nó²ªH:†‡®pƒæã€YÈ@','',0,'?'),('o1	ÅÛ·#j»\"¨}Oy','wp-content/plugins/thrive-ab-page-testing/includes/views/editor/html-running-test-button.php',0,'ƒ#¤	Ï ÂÍ¹o;›í^[•','ƒ#¤	Ï ÂÍ¹o;›í^[•','¹ÞÍî¶¤¼\ržß0›Y-õ¢5N~­CÏ9Õ)æa','',0,'?'),('Ïµ±Ê?Ð†7\Z`·NEP9,','wp-content/plugins/thrive-ab-page-testing/includes/views/editor/html-variation-button.php',0,'ùyíc ù­\0b¤sŸ˜#qx','ùyíc ù­\0b¤sŸ˜#qx','¶VÄ)(á]ÊØv’ÙÂà:ýÁRf	]•›Õè6x1','',0,'?'),('Ú°Ò1{æ¶Ÿìi,F','wp-content/plugins/thrive-ab-page-testing/includes/views/layouts/dashboard.php',0,'ÿQîbPòïÙ8ÝÛfwË ','ÿQîbPòïÙ8ÝÛfwË ','ã€$2v¡…c;ÝV÷ÀÓÄf ŽøÕ›š«ß`>…´óÃ','',0,'?'),('n\\ƒù&‹R×à÷è°Rx','wp-content/plugins/thrive-ab-page-testing/migrations/install-1.0.php',0,'b¹aoð6ìi@ßV­šü','b¹aoð6ìi@ßV­šü','ˆ‡©[Ù|5^}{fÑ´3$h;xÏ«ù{¹ìŠŒ9=K0\'','',0,'?'),('KÕßrÄæ.ž–©õ°iËÚ','wp-content/plugins/thrive-ab-page-testing/migrations/revenue-1.1.php',0,'›SÄß}èÖÂÕõÙF\r¿','›SÄß}èÖÂÕõÙF\r¿','·Ò»o~‚&¬ÍdÓ®”óé\\‘.ãVcEðrB%','',0,'?'),('´›ÄîµÈÆª˜Øy½ÜzH','wp-content/plugins/thrive-ab-page-testing/thrive-ab-page-testing.php',0,'œÂvmwæÃ9˜¬êÐ2µ','œÂvmwæÃ9˜¬êÐ2µ','ƒ¾®$WTl\"VÏÜ]\n£›’úìžÐTnªßG?','',0,'?'),('<çYEÿðòÑ“ÐÃgX_ù','wp-content/plugins/thrive-apprentice/admin/css/fonts/demo.html',0,'RãNÓQ/\r\0ðeñ8%XÉ','RãNÓQ/\r\0ðeñ8%XÉ','Í@ègn–€\'Ï†Y\\~Ç“Q4Iø©^#û)ÚX™®','',0,'?'),('3\'1\r@Kµ|éö£Ëî','wp-content/plugins/thrive-apprentice/admin/css/fonts/icomoon.svg',0,'KÀNjdœüPõY¸gÜ','KÀNjdœüPõY¸gÜ','\nçú‹\"Á•™è1ùT‡Á¯\'nü[¥xL­,p','',0,'?'),('‰²I ø°uÿ±4âuë','wp-content/plugins/thrive-apprentice/admin/functions.php',0,'oEhívƒÀäV¸°0x','oEhívƒÀäV¸°0x','D®WÔ\0Š•8ÔÑgÉõ­x\n—c5Ê³}Ù)­ÍÿjÑÂ','',0,'?'),('“\0Y@~PÃ_§€4‡la','wp-content/plugins/thrive-apprentice/admin/img/angle-double-right.svg',0,'‰ý39[ƒë\\C‘0˜Ô±','‰ý39[ƒë\\C‘0˜Ô±','\\MðAÕ‡QkO5DPìB¹.CÎùìÜ„ƒŸZTœ`ø…Ð','',0,'?'),('«Ü­ÒpÏL»›/•fø~','wp-content/plugins/thrive-apprentice/admin/img/audio-n.svg',0,'®œ«A»ú~ÓâÒß¶˜¡ãG','®œ«A»ú~ÓâÒß¶˜¡ãG','½óÂûÀ*Zï\0K•5‚ãƒÇÃ\r˜\rçìÇÉ~a\\Ø','',0,'?'),('VßSàáo/ÉºøaG›×\0','wp-content/plugins/thrive-apprentice/admin/img/audio-text-n.svg',0,'Ayfå²–Èf#—m¤«ÿ','Ayfå²–Èf#—m¤«ÿ','Å‘Sx«€÷ÛKëïœìñ]˜*‚OÜ«!c–]åN8¬','',0,'?'),('¬(Óƒ&Í=\ZK?','wp-content/plugins/thrive-apprentice/admin/img/caret-down.svg',0,'_b‚“\\ŠÎæH½í\0@êe','_b‚“\\ŠÎæH½í\0@êe','£L¼óÝãÝö„‹ú÷{ ÆÅH€†æ&—cÁKw±¸½','',0,'?'),('ÃDÂ’(¬P–·î´}— 6O','wp-content/plugins/thrive-apprentice/admin/img/caret-up.svg',0,'»“iVð¾æ¨<Ô	\Z¸F','»“iVð¾æ¨<Ô	\Z¸F','ofSó[\nZn5ddÏeµKa4«¦WAOþÎK”ž','',0,'?'),('s±³ƒûŽänjÈ’¾õw','wp-content/plugins/thrive-apprentice/admin/img/cursor-move.svg',0,'ÿðé†à¥‰\n÷ÒÖ¸fB','ÿðé†à¥‰\n÷ÒÖ¸fB','§eo¨\'mò¬¶ê\\\nnS¡’¸âº÷Õ“ÒØÿÉ8','',0,'?'),(')=oeDôé©\"ÇmX›M¾','wp-content/plugins/thrive-apprentice/admin/img/edit.svg',0,'=A…w¶ÌÇÉŽ(îÙÎ)`','=A…w¶ÌÇÉŽ(îÙÎ)`','mÕt¨mNÈ²iX§äŸŽ:mþžÜˆcsÿð Û«‚K','',0,'?'),('Ï>3=·YRhýÏÜÞQÃ','wp-content/plugins/thrive-apprentice/admin/img/general.svg',0,'Õp´*2! L«§Áž\rïÅ±','Õp´*2! L«§Áž\rïÅ±',' *^ãôgP*Ó\'´¿˜]fb¿AfT9´ø\Z~Í>','',0,'?'),('Í)¯µ_È\"Ü¹(«sgß','wp-content/plugins/thrive-apprentice/admin/img/guide.svg',0,'GAÄP½ÜkZ-ß4F6”&','GAÄP½ÜkZ-ß4F6”&','$…œÁ¡h”:ëÑÒ=³„©6—hÆ@z‘^[cÚAnÞ4','',0,'?'),('FË,Mv1I\0\"zý:Vp','wp-content/plugins/thrive-apprentice/admin/img/move-arrows.svg',0,'žšî…{¤hˆFÈþáÌ¾v','žšî…{¤hˆFÈþáÌ¾v','\"x9ÆŒe¨+3Ü`{‰”žµX$ë¬Îþ(±Ö\0„¼','',0,'?'),('=ŒzK“AÄöÑ‰;KæŽ','wp-content/plugins/thrive-apprentice/admin/img/publish-lesson.svg',0,'e$X)\'Á\0ÇÛˆ úÝu','e$X)\'Á\0ÇÛˆ úÝu','„îJytâ0øˆXõþ›~ja@&&„„ö;R\\Pd','',0,'?'),('Àù!\"*­ns*ë4Ê¸ñß','wp-content/plugins/thrive-apprentice/admin/img/publish.svg',0,'çRœ§ùFN¢I@éÈŸJ}','çRœ§ùFN¢I@éÈŸJ}','Ò¡—mœ§Ã\0ãêÔp4µ~)?_¡5Ö²ï—ìÍ\Z»ºB','',0,'?'),('\n	RH¤6cµ°ß&ñßÓ','wp-content/plugins/thrive-apprentice/admin/img/shortcodes.svg',0,'PïY86;‡ƒ¼Î•áú%ðý','PïY86;‡ƒ¼Î•áú%ðý','éŸÄ>£fÌ1U¦ß}íŠ¶-¤XB¡¬fÀº¸ô','',0,'?'),('|JAD”ˆë:&	èú!ý','wp-content/plugins/thrive-apprentice/admin/img/text.svg',0,'ìUQ$¿Jhn^P(F[','ìUQ$¿Jhn^P(F[','õ\'ò¬·AI	9òÉ˜Fqêñ^‘}&¶`]t','',0,'?'),('çkæèºô|;ÞÅßŽ^¸aÞ','wp-content/plugins/thrive-apprentice/admin/img/unpublish-lesson.svg',0,'o”+PØ„sí_bI','o”+PØ„sí_bI','û¶RÛÙ3­âò_ˆyÑÚÕIÄsLóŠõD{Y­Û•ƒ','',0,'?'),('å}>Ã¤CËðó \"ómšÚþ','wp-content/plugins/thrive-apprentice/admin/img/unpublish.svg',0,'|ã›R•ß5,êeä','|ã›R•ß5,êeä','âcéT	m^~œØwˆ‚ƒ|µÕØÍmlçÁIãÙ‹af','',0,'?'),('š=¹ÐÔôïëcãwJ	åu','wp-content/plugins/thrive-apprentice/admin/img/video-audio-n.svg',0,'¨!M»ÑƒòùÙÖùÛãe–','¨!M»ÑƒòùÙÖùÛãe–','ôŸñÓvc{ÞvˆwÄz—ì@†…÷S/lwÐ‰M','',0,'?'),('“¸;fL1\\CØærjú±Ý','wp-content/plugins/thrive-apprentice/admin/img/video-audio-text-n.svg',0,'NZs‹å„êt²Bc˜Øbl','NZs‹å„êt²Bc˜Øbl','O§tZ´Õ”þØK—-÷WšƒRÚürRÎT\Z¥§5','',0,'?'),('˜ÿ»?„å‘ð¯P‚žU ','wp-content/plugins/thrive-apprentice/admin/img/video-text-n.svg',0,'Š1‘Ž+òeuØÃxæH','Š1‘Ž+òeuØÃxæH','Ž9úø]xû”ã¶ÞeZ+ßlØ.‘¤^„é –|¦È','',0,'?'),('¹î2F7\nTp¢\nô“','wp-content/plugins/thrive-apprentice/admin/img/video-text.svg',0,']¹u«k—Åƒ\0vŠIY\'',']¹u«k—Åƒ\0vŠIY\'','{`Áœ˜ƒÔHæÝë½«‘ûU¢û$ƒˆ\"òµkE.á','',0,'?'),('l/±È€fè¨¾çzŽ˜0','wp-content/plugins/thrive-apprentice/admin/img/video.svg',0,'Û¤fÒ(è§Äš8ðh','Û¤fÒ(è§Äš8ðh','ªÊ´›nX®Äe³X3Õ•’¢g†ž4ºÜí¹|b¦','',0,'?'),('×Ö·¶R¨é‘Å=Z´LºJ','wp-content/plugins/thrive-apprentice/admin/init.php',0,'¦ouDf~¯p BŽ¿Ïs','¦ouDf~¯p BŽ¿Ïs','\0\"àAûÌËTÈÙâu”‚¼šÑ=…»Ì oS×†','',0,'?'),('F—JZ2÷Å¨€«:','wp-content/plugins/thrive-apprentice/admin/js/collections/access-integrations.js',0,'A¡Ï5I£9O.X‡’ê¨','A¡Ï5I£9O.X‡’ê¨',',ˆðâ1s[UÞq»»QŸÿ%ëT¡,˜5T ¯\n9ÀúÅ','',0,'?'),('° ePõFÿw/XiÿÓ','wp-content/plugins/thrive-apprentice/admin/js/collections/base.js',0,'i”Â,¦HM‹ÄûÖNÓÛ8','i”Â,¦HM‹ÄûÖNÓÛ8','›ìÀÆ¸˜bH.ì~UjùýWV®ÎŒ…šÝ(ÆÅƒ=','',0,'?'),('¥þRà–Ñ	˜á	éçFË³','wp-content/plugins/thrive-apprentice/admin/js/collections/chapters.js',0,'>ø±ëŠiðír²ò±Æ','>ø±ëŠiðír²ò±Æ','¶¯Ñ.©k¤Cm)8¾â-€Ff._jú}4o´‰Õ','',0,'?'),('Z×Û¦#«öíÒÌóìj','wp-content/plugins/thrive-apprentice/admin/js/collections/collections.js',0,'T:Ôoç‰&LOœ¨hë¶','T:Ôoç‰&LOœ¨hë¶','ü±XB^äªd\"9Ý¤)G¬_ÐÇ|<$“¸Ï@Ò·?õã','',0,'?'),('PlHŠMXø+\\¬’/kT','wp-content/plugins/thrive-apprentice/admin/js/collections/courses.js',0,'¿ÿ«z½‹ûwzYIŒXº','¿ÿ«z½‹ûwzYIŒXº','„`óÅG¥ëÂü—œ2g/‚±!	@RK;¶Üa$[\r','',0,'?'),('µ–Æ=£ôrÄL-ügD[','wp-content/plugins/thrive-apprentice/admin/js/collections/lessons.js',0,'ZÓØF,Ñž\\>h}ë','ZÓØF,Ñž\\>h}ë','Ti§\0Ætû`R]Ñ²à¡~´ga\\Ü‰®&)Òåùa','',0,'?'),('98ø~îÌQï;~-D74QÓ','wp-content/plugins/thrive-apprentice/admin/js/collections/memberships.js',0,'9\r¥åâ¯–k®,È·','9\r¥åâ¯–k®,È·','‡O2œÎÃ_‘ôl\r@NþK¾\"Åt+ˆÂ€ÎçÃ','',0,'?'),('øºöÐ¶Î\Zœ³C\':™¹ö','wp-content/plugins/thrive-apprentice/admin/js/collections/modules.js',0,'>óCàÅúéÿ$ËCy\0','>óCàÅúéÿ$ËCy\0','½.>ÆÌ—îU…ŠêÛQž“k‰]1ˆéÊM´?º†','',0,'?'),('îµfÞšAëdJÚÛêvLH','wp-content/plugins/thrive-apprentice/admin/js/collections/rules.js',0,'¥ŠùQ¬B¬ß&öÄƒ,Oç˜','¥ŠùQ¬B¬ß&öÄƒ,Oç˜','¹A»ÑZXŸº<EÒ=ƒVØ>X1íVúVR\"G\\ \\Ë¾','',0,'?'),('fÉ²F`{e5hÂÂ$¶VM','wp-content/plugins/thrive-apprentice/admin/js/collections/selected_items.js',0,'4L@Ov{Á¶œF•Æ­—þ','4L@Ov{Á¶œF•Æ­—þ','·Ù\\£MšO±{Åæs¬:† êñ·r˜.ºQ¬\"•*U','',0,'?'),('æ}õ¯\'ä8ldë„éSš','wp-content/plugins/thrive-apprentice/admin/js/collections/sendowl/bundles.js',0,'•,7ÉFVõ×z9“þ^','•,7ÉFVõ×z9“þ^','\"›kÕ¶.Å]í¯Å(*Ëc4LïíÓ“-åæ5Éa›','',0,'?'),('cRÇó—pŠË8ŒYêÎŠt','wp-content/plugins/thrive-apprentice/admin/js/collections/sendowl/discounts.js',0,'>wåEKòÌj@¾(‚<Ó–','>wåEKòÌj@¾(‚<Ó–',':Ký%e›8¥P´wo …c9 Ï˜ó6¾™†ø¬l','',0,'?'),('¦ƒ7¤Ú­§ó¼·ÿù¬bâ','wp-content/plugins/thrive-apprentice/admin/js/collections/sendowl/products.js',0,'šIFv ÂÚbòé`œ)f','šIFv ÂÚbòé`œ)f','/º,±„§›$gC©B°[Ê%ßíWÂ_å<£^yÙ#,','',0,'?'),('=’ÓžÊ÷Ûç8	ŠÒ','wp-content/plugins/thrive-apprentice/admin/js/dist/tva-admin.js',0,'Õíþù|Ãl˜ýÌñDï','Õíþù|Ãl˜ýÌñDï','Íõ÷‡RíÓý–Ø€Ûž‘üýŠ›ttý-©HN|\\&','',0,'?'),(';M·ÓªíÝh©À(Q','wp-content/plugins/thrive-apprentice/admin/js/dist/tva-admin.min.js',0,'y/àï$Â`Ž|PÙ$Ò4Ä','y/àï$Â`Ž|PÙ$Ò4Ä','¨ø\0E€Ô\\å\ZR˜7„U‘ÌÌEmˆq¢G\'÷Åù','',0,'?'),('KnÍò¨V8kÃ^}Ø!','wp-content/plugins/thrive-apprentice/admin/js/models/author.js',0,'i¯ ðDïî„¬t£Ûß','i¯ ðDïî„¬t£Ûß','[t‰Û\\OiokÝ{zBæÌõ)îäëü¢X$1ý [§','',0,'?'),('`õ\0`ôõ„±|zUóª#','wp-content/plugins/thrive-apprentice/admin/js/models/base.js',0,'Þ§“p½ÃN©Œ³¿)6','Þ§“p½ÃN©Œ³¿)6','•<dàYWsg!ÉØŠé$*FÓ8§bH½¡‚ÊnYÁ3','',0,'?'),('QÁonVéüD`ÎšZ¢E U','wp-content/plugins/thrive-apprentice/admin/js/models/breadcrumb/link.js',0,'V&U”9ü/œðÚÄb4','V&U”9ü/œðÚÄb4','(o:çÛP­-vâóÚ¥#*Ìƒ]ö£–.Æ‡Bx˜E','',0,'?'),('Ë´p|œ¾ð,•,¹ËÊ£','wp-content/plugins/thrive-apprentice/admin/js/models/chapter.js',0,'Ý\rï%£Í`þ(‡þÈ!','Ý\rï%£Í`þ(‡þÈ!','87@°G\nê,êÌx/%¥?(ÿNçÖgU‘ì7Cuâx§','',0,'?'),('?_³ßƒÖUP2Ïw²xA','wp-content/plugins/thrive-apprentice/admin/js/models/course.js',0,'ZÐäìÑþH‹ý]>cþº¤','ZÐäìÑþH‹ý]>cþº¤','†ä:ºçˆ1dï*:õÃ»#ãN;\'s\'.#Éë','',0,'?'),('úNK}\Z”FcBZ†)i','wp-content/plugins/thrive-apprentice/admin/js/models/font.js',0,'ó‡@fhi¥ÎYÌ²|b®','ó‡@fhi¥ÎYÌ²|b®','¯YY¯ÃJ÷søµ!ðuk\rIy˜€è¼’+©¢­Ï','',0,'?'),('ŠïÜ9cÀè…)ç)–Ü','wp-content/plugins/thrive-apprentice/admin/js/models/google-font.js',0,'s¿{bE‘MªN­¼œHÍ','s¿{bE‘MªN­¼œHÍ','yÍõ}IŠòi­RcÆ`¹C‰3Ë[ºç-ÜÏ»','',0,'?'),('8tÌþEAh#+hêþÕØ','wp-content/plugins/thrive-apprentice/admin/js/models/integration/base.js',0,'¸\0a\r¼9ÂÄBà‚Råû','¸\0a\r¼9ÂÄBà‚Råû','jå*TÐäÃ\'²Çj³»¦E\0½M‰$ó­rØ,ˆ','',0,'?'),('2¼\ZpiÂùÌýY²','wp-content/plugins/thrive-apprentice/admin/js/models/integration/rule.js',0,'QöõÚWVk¬s6fËy¥”','QöõÚWVk¬s6fËy¥”','¾ü‰Ñ¢f*þ\nc§˜í?Q!âÄY®ñA×ƒòÑ÷›#í','',0,'?'),('þ±ÈîïqÏÅ¤v€»','wp-content/plugins/thrive-apprentice/admin/js/models/label.js',0,'vZVoUö0“©VKe›A','vZVoUö0“©VKe›A','°$FÂ\nàYË¹NoIpVA©aj˜€Ñ2ÔFó#ìw¥','',0,'?'),('XÊ$¯ ºëj½ÒñdÉ—q','wp-content/plugins/thrive-apprentice/admin/js/models/lesson.js',0,'nîÿšbž+6@ò@hw','nîÿšbž+6@ò@hw','©³4-‹~Dý~¼x*Ûyat(dfcWc\'k_·‘','',0,'?'),('Æ48wP)ò]ŽÔÝ×©ìÒ','wp-content/plugins/thrive-apprentice/admin/js/models/level.js',0,'°¬&i«ô°àmÁÆ¥ê','°¬&i«ô°àmÁÆ¥ê','}0üTIÊ&•lz4žÖ4AŒîŸsã\"‡9þÛ#]qE','',0,'?'),('©/ê#Á0B?´z$¥','wp-content/plugins/thrive-apprentice/admin/js/models/log.js',0,'nI‚ÑšƒŒÎ™Ü®\Z¥Ó','nI‚ÑšƒŒÎ™Ü®\Z¥Ó','ÎH.Á& <Îk±V‚ÛRñJ´÷]G÷§ØÁÚ“L','',0,'?'),('ÍSaZÁÇ´-ú3ÅÚC','wp-content/plugins/thrive-apprentice/admin/js/models/membermouse.js',0,'1êHŒ’®dÚ¦ÚÊÒt','1êHŒ’®dÚ¦ÚÊÒt','\Z‘Ë¼4î|ôŒTó„»áj¡Ì›±ðo€/Ù\Z0Ù¡','',0,'?'),('`1\nE%Cÿ9ƒÂ=îŒ­','wp-content/plugins/thrive-apprentice/admin/js/models/membership.js',0,'Jwj4Km*\\ÖÀeÒ¿Êl','Jwj4Km*\\ÖÀeÒ¿Êl',']”T¶Ã\\R²÷«\"|è{bÝ\"4„ô?y','',0,'?'),('wa‘t8­·‡·>ìP!š','wp-content/plugins/thrive-apprentice/admin/js/models/models.js',0,'[<øjD=½õ{-#\\”c°æ','[<øjD=½õ{-#\\”c°æ','¬~¶ùjÁÏÁSªr%}·VŽ&O|àèþdµÚ^','',0,'?'),('ÅÔV6Ñ¦+¹g˜íø1','wp-content/plugins/thrive-apprentice/admin/js/models/module.js',0,'^¬ŸWÒSƒ¥áñªXò','^¬ŸWÒSƒ¥áñªXò','øÛ™kìHû49¨¯5qŒPÂ_*ÏAõžÜò-RWe','',0,'?'),('ý¯³3µ‘ÉM¸ú\0¿UiÇŠ','wp-content/plugins/thrive-apprentice/admin/js/models/order-item.js',0,'¿sìOy„ÆQkY{[è','¿sìOy„ÆQkY{[è','cO\Zä$ZÃ\0g¬›%Z@EB”cÞMòIçÃÖ]µ','',0,'?'),('-²E}Nÿ}íÈ¼\'êŸ‰','wp-content/plugins/thrive-apprentice/admin/js/models/page.js',0,'Í~ƒ„©³@d\'	õçÚ','Í~ƒ„©³@d\'	õçÚ','›\Z»‹haPðÍ‘Ê™*õfî§¤jÀÎáàû›','',0,'?'),('¥	ä²ïgi¯€R¿~Æû£ò','wp-content/plugins/thrive-apprentice/admin/js/models/role.js',0,'Iu{8ÐþÐ—ê×~õÜeO','Iu{8ÐþÐ—ê×~õÜeO','®‹!Ÿ\n¶-÷Øâ¯|óÅ¶ËŠ®e‡Ž«Yô\rãƒ','',0,'?'),('ýæÐ•šÿäÉ>šm+A','wp-content/plugins/thrive-apprentice/admin/js/models/sendowl/base.js',0,'ò1´Rªß%ŒÐ;a@ á¯é','ò1´Rªß%ŒÐ;a@ á¯é','ãnþ#Yƒˆ9\rÞƒø6®±nbÐ«÷(zúI×{VÁS','',0,'?'),('WEËxhuÝ¨5¨ñs°¶','wp-content/plugins/thrive-apprentice/admin/js/models/sendowl/bundle.js',0,'\nøYû§¡ãSÈDD×}(ñ','\nøYû§¡ãSÈDD×}(ñ',' /(’×DzjÉ³L6ÿ¨pöj…ü“¾@Ô9m\nõG½!1','',0,'?'),('öçZ’’;‚k–~','wp-content/plugins/thrive-apprentice/admin/js/models/sendowl/customer.js',0,'÷ù5³JâT½Hå¸+¼Œ­¦','÷ù5³JâT½Hå¸+¼Œ­¦','ÝÇ;féô²e¶gí˜-i3Z,àf!ÚLúÁ.¶9‡','',0,'?'),('TV›÷CH@+\'êm	0…ÿ','wp-content/plugins/thrive-apprentice/admin/js/models/sendowl/data.js',0,'G©\n¢è½<kÄ²ã\"ð','G©\n¢è½<kÄ²ã\"ð','[ËÏ[±ô­\0µ¤:”¢˜r¶úp©rÙ>ñ ðl·çè','',0,'?'),('Íõ+k@‚ÿ	Cëýhã€','wp-content/plugins/thrive-apprentice/admin/js/models/sendowl/discount.js',0,'2%ËÊ/i;Ï§Lðü§‘^û','2%ËÊ/i;Ï§Lðü§‘^û','-7»Ï…¯î3u¶EÛn¹díÕâäÃ£éÙ¤+ÀI.ö=i','',0,'?'),('+¨‹yyd¥ˆ¦¤xž(Û','wp-content/plugins/thrive-apprentice/admin/js/models/sendowl/keys.js',0,'ƒjv¥\0ƒI€«\05\Z0`BÓ','ƒjv¥\0ƒI€«\05\Z0`BÓ','³EÕAw}¯†þ[Þ—ÃéÖÐŸÈ_½ì5o#£ÐFÐô','',0,'?'),('äÆâ!ó\'Ø¾ÝRñ','wp-content/plugins/thrive-apprentice/admin/js/models/sendowl/pages/base.js',0,'ãü[ ¼Ö0~÷ü¿ä','ãü[ ¼Ö0~÷ü¿ä','Ä!ùýÆúÌN}_UææÑD9íByô:ån€','',0,'?'),('G*<÷w®§\\“IŠ¿','wp-content/plugins/thrive-apprentice/admin/js/models/sendowl/pages/checkout.js',0,'[…\rz³Âö,UËîõ„t`#','[…\rz³Âö,UËîõ„t`#','¿øm	µþyùT$#^CæúF±”˜\'‰S ƒ(	','',0,'?'),('^5{BQ­ZÊ|‚¢2{','wp-content/plugins/thrive-apprentice/admin/js/models/sendowl/pages/thankyou-multiple.js',0,'N·JûW—*§=ÚçYRtÅ','N·JûW—*§=ÚçYRtÅ','uÄ­Œ\rÂ‹IVeÌA{Òô²dmVT¯+™¹AË*j','',0,'?'),('Ã OÍ7°)•HƒP\'®','wp-content/plugins/thrive-apprentice/admin/js/models/sendowl/pages/thankyou.js',0,'“R»i%5@âhÔá\\uìg','“R»i%5@âhÔá\\uìg','W«á%¬e‡”{-q¤êkì*óýf~ò°®T†tÍÎ','',0,'?'),('=Í˜ç+/Õ¶r`½ïª','wp-content/plugins/thrive-apprentice/admin/js/models/sendowl/product.js',0,'ýB¹G\\Ù“àûMrüþ','ýB¹G\\Ù“àûMrüþ','t‡Ì¸_	ààÕ\"”Þ§Jå÷²B”}#\nÈÝó','',0,'?'),('û‹Ç:ÇD®ääE\ná\\-','wp-content/plugins/thrive-apprentice/admin/js/models/sendowl/settings.js',0,'Åõ6}æ¢ù½~¯SYt','Åõ6}æ¢ù½~¯SYt','¤Å\rÒ	’\0ì0 ì]ÞD•0Ë	8É š(ü	Î\r¶¾Z','',0,'?'),('‚ï›“,Æç^1Ÿ “_Ÿ©','wp-content/plugins/thrive-apprentice/admin/js/models/sendowl/thankyou-type.js',0,'lƒ…ù\\å¤”åzè¦Ø','lƒ…ù\\å¤”åzè¦Ø','šéŽ@k”ÎcU¢=™ˆ-zû«BÖ2[¼Š^Ÿ?˜¹','',0,'?'),('p\"¯]SsÄ»å@€p_¦|','wp-content/plugins/thrive-apprentice/admin/js/models/sendowl/welcome-msg.js',0,'Çáu^\"S<7\n~øÈ','Çáu^\"S<7\n~øÈ',']­Wšiäœ£†?¸£¤[\'µ>Dµ–Wgeùx)3','',0,'?'),('ô›éÚØ\'ÀM°8Š¹Ø ','wp-content/plugins/thrive-apprentice/admin/js/models/sendowl.js',0,'ŸWé‘øåQoäi™†ùã¸','ŸWé‘øåQoäi™†ùã¸','|1¼(!í\0Î§IYÄ!È™njGÝæ<.‰#ÈÙè','',0,'?'),('zSœ„ô±	z\0Kqyf‚wj','wp-content/plugins/thrive-apprentice/admin/js/models/stack.js',0,'d ?ÔäÆgÒlàØºCÝg','d ?ÔäÆgÒlàØºCÝg','n¦Kÿ(ˆ/þ+î#ƒ½Kqžì†ìãtõ 1¼·Ú®ÍXõ','',0,'?'),('=¾—øAÏöGw61ˆ»','wp-content/plugins/thrive-apprentice/admin/js/models/template.js',0,'k).AÐ”a\\ñ5Z@\0~','k).AÐ”a\\ñ5Z@\0~','±óT3˜%zÏÄbÖv2!/U9Ïv5£Nã6r|Ñ','',0,'?'),('Í¥¿Ë^6ZVˆÜS gØ”u','wp-content/plugins/thrive-apprentice/admin/js/models/topic.js',0,'­9cú¢šÜ%¾~Zä','­9cú¢šÜ%¾~Zä','„Ë‘›ÆÂ@üBÿŒ/ÀÑ@™ëtúBîò½qè','',0,'?'),('l’\r!¢í°ØIŠB=1','wp-content/plugins/thrive-apprentice/admin/js/models/type.js',0,'ŒK/Í™„I¨Ñ|‰%¥Ð‚ê','ŒK/Í™„I¨Ñ|‰%¥Ð‚ê','˜5d«ÀÛ]#åk¢øi¯b~®*_ÜŽÙØ²^I.j','',0,'?'),('Ä½A§oæðÛiéG','wp-content/plugins/thrive-apprentice/admin/js/models/wishlist.js',0,'1êHŒ’®dÚ¦ÚÊÒt','1êHŒ’®dÚ¦ÚÊÒt','\Z‘Ë¼4î|ôŒTó„»áj¡Ì›±ðo€/Ù\Z0Ù¡','',0,'?'),('Ã$-’Ž‡PPK¯AÉÉ\"','wp-content/plugins/thrive-apprentice/admin/js/views/base.js',0,'x×~~ 7c7×íQ,˜ ','x×~~ 7c7×íQ,˜ ','6ö±zˆV˜\rƒ°FÂ–/E´TŸ¢õuaƒ\'v-','',0,'?'),(';›­ç~©2ÄEÕBDû!','wp-content/plugins/thrive-apprentice/admin/js/views/breadcrubs.js',0,'úËH›<ì¡Ô…_µ\r^þôø','úËH›<ì¡Ô…_µ\r^þôø','Zeå%3 :¤àp*Ö¯TüÑ©<†¦cÛ«¸9!^ÿ','',0,'?'),('£±ëi\'eY ˜·¹¯Og','wp-content/plugins/thrive-apprentice/admin/js/views/chapter/chapter.js',0,'ÆMào¶›‹¡(;”Ñü','ÆMào¶›‹¡(;”Ñü','.Ë…n;_¯×¦!;¢ßHˆÊÈeˆYrV¥¦x^ük','',0,'?'),('Ûm¨_@pÑ1E‘vpA','wp-content/plugins/thrive-apprentice/admin/js/views/course/access-rules/access-manager.js',0,'Ñõ¯7˜h±žÊ)ÚÆ','Ñõ¯7˜h±žÊ)ÚÆ',' Ð\Z¸16 »­pn–dVãp{´¿áNŽíótd','',0,'?'),('¯¿™Öàu`­¹3º;Í','wp-content/plugins/thrive-apprentice/admin/js/views/course/access-rules/add-rule-form.js',0,'Òø­µ-|xÍ†nZh\nÝ','Òø­µ-|xÍ†nZh\nÝ','—^ÖSg½dÆÔ“¯¬­¶ˆCqxA&	ã¼ôG…','',0,'?'),('{±&áhà—ÃzŒ˜Zëø°Å','wp-content/plugins/thrive-apprentice/admin/js/views/course/access-rules/edit-rule-form.js',0,'ˆâïk.ßª°,Ã³ÒZ‡8','ˆâïk.ßª°,Ã³ÒZ‡8','mºúÇ+Bû¨¢é¥ 9xg¾¾éÈdGŒ•ò®Õëhƒ','',0,'?'),('Þ§¨tÁÓ“Êý‰Fµ„K','wp-content/plugins/thrive-apprentice/admin/js/views/course/access-rules/rule-form.js',0,'z¬3\\Â·Ž}ó¶æƒpuµc','z¬3\\Â·Ž}ó¶æƒpuµc','Á¸‡ºÑdsaÎAÀ¹!`Œ%³¬è†ŒŒþX+÷mÁ','',0,'?'),('beÝ@]¶¿<fŒ@á4','wp-content/plugins/thrive-apprentice/admin/js/views/course/access-rules/rule.js',0,'>Õ·cò{Ï\rMÛ„¨µë','>Õ·cò{Ï\rMÛ„¨µë','ß\"ï+-y²lÒýdb	×Š©®yÇ”‰+àaQ&ãð+','',0,'?'),('J\ZOÉ\"CëJ‰˜y¸{ª','wp-content/plugins/thrive-apprentice/admin/js/views/course/author/biography.js',0,'¢7SK!ÖX‰4°].;@','¢7SK!ÖX‰4°].;@','ÁbÆª8ÒÜ%\'À¾gô\\ÝðWÉ&õùõ™×*\"V','',0,'?'),('ç{iûÔæçÆtÚ¶¦','wp-content/plugins/thrive-apprentice/admin/js/views/course/content.js',0,'AÑ\0L éE3ã9®Çç¹À','AÑ\0L éE3ã9®Çç¹À',']³²É…	ÑÜÕ¾Ôéµ’:œ—‘äÔ‘µ,¤ºû','',0,'?'),('éíqêvDQBpî-8Åp—é','wp-content/plugins/thrive-apprentice/admin/js/views/course/dashboard.js',0,'¸CÒÅÜStIã®¼;Ú','¸CÒÅÜStIã®¼;Ú',']sœ°×œoö¸i—¨U9T’)%¥AÎjížu','',0,'?'),('šD.Ðƒ¤¬¤_`UŒµÚ','wp-content/plugins/thrive-apprentice/admin/js/views/course/details.js',0,'‰§\nD¼U¤U4ÌŽÛ	p\'','‰§\nD¼U¤U4ÌŽÛ	p\'','‚;AÅ‘¨%ÚðLãÚèÌ}Ç×ÌßÊ‡1€@i±,Çh','',0,'?'),('_¶æìan`ì¿qt\'=g','wp-content/plugins/thrive-apprentice/admin/js/views/course/edit.js',0,'‹uBÎ~®ï¦Þ’ÿJq‹F','‹uBÎ~®ï¦Þ’ÿJq‹F','´`ð(^çgfa‡jÏÏÊaçßLóø~Uð0žØ','',0,'?'),('%wPª\r;—€*ëñvÕ~,þ','wp-content/plugins/thrive-apprentice/admin/js/views/course/items-list.js',0,'BùA+^ºù@¶Ý.kÙ°Á','BùA+^ºù@¶Ý.kÙ°Á','‚V/_½*Ô^^¹xñ~ëZÿ{Á\"<Ï£ü«s‚ªïì','',0,'?'),('¯áÓûÂ#/Öt™äóL‰','wp-content/plugins/thrive-apprentice/admin/js/views/course/restrictions.js',0,'õ——AÆ=ÙêMu	|RJ','õ——AÆ=ÙêMu	|RJ','«ˆÌçÊPº	ó¦ÿ•ûNOÏ-³¤Fî]êh<Ðql‚','',0,'?'),('r5©ÁðçtÛ_4d¼¿€','wp-content/plugins/thrive-apprentice/admin/js/views/course/utils.js',0,'g2à b_ˆïÈ¹óë|','g2à b_ˆïÈ¹óë|','.JÚ+&ˆi­î9Iöt ’¶76¯r„ÿQÊU¾bqŸª','',0,'?'),('ÿ*» ÂTá5ƒ&\\ˆÿ`0','wp-content/plugins/thrive-apprentice/admin/js/views/courses/item.js',0,'ÁU	¡$$QÐbÜé¨¢5¡','ÁU	¡$$QÐbÜé¨¢5¡','c‡\nÿ¦¦+Ð¿\\q\ZSRÀêY1U‘r_VæâÙç¿','',0,'?'),('wcKÌ*u”^šÑ{½P¿”','wp-content/plugins/thrive-apprentice/admin/js/views/courses/list.js',0,'èAòKÄ¹í»¢äæRÞWÑ','èAòKÄ¹í»¢äæRÞWÑ',';r˜®úÅ	îO\0¸kåºé©‹˜œ¨Š\n-ŠeP9','',0,'?'),('˜:€enD‹Ò\reÐ¼(','wp-content/plugins/thrive-apprentice/admin/js/views/courses/states/delete.js',0,'LY¬¬ÌØîÄöHŸ¦?','LY¬¬ÌØîÄöHŸ¦?','óÑ2XºP\0%ö\"Ã‚n±×ÄÜ<KØb_R¯o%B\"p','',0,'?'),('~÷9Šq§øOŠÝ›âECˆ','wp-content/plugins/thrive-apprentice/admin/js/views/courses/states/normal.js',0,'ÈÞõÇü{ôZw;ÙS!Ic','ÈÞõÇü{ôZw;ÙS!Ic','CþM}»›4bÙ©(†3]»Y¦Rý9õ¹!Êl´—È','',0,'?'),('B±„åY¾¦Ï/cIHŒ','wp-content/plugins/thrive-apprentice/admin/js/views/filters/item.js',0,'ºˆÛuÏQW\rfC1lsä','ºˆÛuÏQW\rfC1lsä','<ãð÷ÙëZ­Jq»¤¹ç‰\'Ø Fh‡2Ò;G˜œ','',0,'?'),('õôb~¤ÌÁþ2“;','wp-content/plugins/thrive-apprentice/admin/js/views/filters/list.js',0,'|BZJë„GP!ÃÀÛ“\Zr','|BZJë„GP!ÃÀÛ“\Zr','å\Z^cëññR°¿:x\\Ÿº>¬„NÃøn¸–Ýß','',0,'?'),('ðCÍÍrmØŠ¬(ZÕƒÉ','wp-content/plugins/thrive-apprentice/admin/js/views/header.js',0,'g#	qo3#4ÿh$»óÂí‚','g#	qo3#4ÿh$»óÂí‚','¬46Ò}Ø½(ª«\"÷ Ø\\Ý²Ëkþ²Íœ(*B¢±Eeg','',0,'?'),('+ÿB„l3s`R´ìK¬$/','wp-content/plugins/thrive-apprentice/admin/js/views/lesson/lesson-delete-state.js',0,'8Ûs(ÜÒhÉ:ÞŒU)˜','8Ûs(ÜÒhÉ:ÞŒU)˜','oxá8³™ÛâV£ç:r\'uf&zlŽ™}[€C-wÕ÷','',0,'?'),('øOA$IŠ:Î‚:²•C','wp-content/plugins/thrive-apprentice/admin/js/views/lesson/lesson-normal-state.js',0,'y÷B\"0\'x&1ä3ñ','y÷B\"0\'x&1ä3ñ','8Dñ#ø6´é×¥¦Ì\ro¿-ˆpÜ\"¯t¤ö\n|iž','',0,'?'),('xYùÈüÓdQN|òŠø½ F','wp-content/plugins/thrive-apprentice/admin/js/views/lesson/lesson.js',0,'”Á>©m5.|rdòè\ZC£','”Á>©m5.|rdòè\ZC£',' 0+AxN£®’Eò,•Dá@ÛwHNù®û¿æÞQ','',0,'?'),('IwHci.C×§Ó×TØ$','wp-content/plugins/thrive-apprentice/admin/js/views/module/module.js',0,'86P¢dÆ7Ê!ÒN{ ','86P¢dÆ7Ê!ÒN{ ','_?Ù¥÷£G‹]ÝŠmÞÍ^Œé¥`af<NßúŠÃŽ\\Ø','',0,'?'),('\0ÞÐÿ÷	¾z(rX_N¹','wp-content/plugins/thrive-apprentice/admin/js/views/select.js',0,'Œ¶‘Òí½\ZÎüt´L¦','Œ¶‘Òí½\ZÎüt´L¦','š\"Úfecóïcm\0uûÃpâËaGÜF¶‚oUûÇ','',0,'?'),('……0Ž‡7ñ×ñzš•ú¹','wp-content/plugins/thrive-apprentice/admin/js/views/sendowl/add-product.js',0,'n³›1æ%ývSÚS1Ìõ§!','n³›1æ%ývSÚS1Ìõ§!','vàW=­ƒî²Þ<üaÏˆÔ@ŠÔ9³š\"Âä=¥Æruä','',0,'?'),('â1HOå³š¾Œàþ=','wp-content/plugins/thrive-apprentice/admin/js/views/sendowl/checkout.js',0,'g£šJG¤–¾ˆ3âä4','g£šJG¤–¾ˆ3âä4','ËÀre;~3d­Yd’AGÈ}%.­¹“€~Îð¨¾¼','',0,'?'),('õJ•Íº½ŒÄû]ùªJ­','wp-content/plugins/thrive-apprentice/admin/js/views/sendowl/dashboard.js',0,'Ê\"	U£s™‘â#9\n;	w','Ê\"	U£s™‘â#9\n;	w','ëUJs¦Kƒº\ZªâÆu7ü™GÚ›° ð ±d%ª»Ã‰Ù','',0,'?'),('­ \nŽÂ‘na˜ <ð×e','wp-content/plugins/thrive-apprentice/admin/js/views/sendowl/integration.js',0,'±žOŸlSèì\ZˆºÅ÷w','±žOŸlSèì\ZˆºÅ÷w','øn2Meú{uúàä!Î¿©7:.DEˆÕˆ¹ÜÙM','',0,'?'),('.¦‹0ÐøŽòo%ýÖÔÝ','wp-content/plugins/thrive-apprentice/admin/js/views/sendowl/purchase-links.js',0,'»â¹áþ„]¡Wp¦ü','»â¹áþ„]¡Wp¦ü','Œ­«ùæd ¢&ò8à9ÿnaQê\Z¹£Ô#‰Sñ`r·','',0,'?'),('òÀâl¶¬·Ú$%ò','wp-content/plugins/thrive-apprentice/admin/js/views/sendowl/quickStart.js',0,'\"¸ÝZ~’#….â¿zkc‹','\"¸ÝZ~’#….â¿zkc‹',',ÂŒpT…^MÏ­úÌeH×QmÜ“ùò	wr™g','',0,'?'),('î`nL–Fž•:ÀG','wp-content/plugins/thrive-apprentice/admin/js/views/sendowl/thankyou.js',0,'ûv›‚¯\"fÈÏ¥!','ûv›‚¯\"fÈÏ¥!','ßµ?Ñæ­›‡öûFÀ·–uW±¯ß°‚	i³FÁ³GÏ>','',0,'?'),('18\Z{ßÅr7Áõtr˜O','wp-content/plugins/thrive-apprentice/admin/js/views/settings/advanced.js',0,'¾#ì¥MdRBé±œñZ8','¾#ì¥MdRBé±œñZ8','wpØS*Îºêmm³“2³Õ¯8xÚÝâT<','',0,'?'),('…`…@yyôh—A<—','wp-content/plugins/thrive-apprentice/admin/js/views/settings/fonts/googleFonts.js',0,'é5úŒ4nóåe%c3V^','é5úŒ4nóåe%c3V^','73už)Å<¯‡øXþ\\%Uíë%hí¿u:×˜AlŽ´','',0,'?'),('1é	˜>	SHÖ†æ®;öó','wp-content/plugins/thrive-apprentice/admin/js/views/settings/fonts/safeFonts.js',0,'VìV¼Ì{¾\'êÇ\\@°','VìV¼Ì{¾\'êÇ\\@°','oúØ\nãåATù«³	0†E•³i1µþîb','',0,'?'),('W[fîàÄz*/˜|èå','wp-content/plugins/thrive-apprentice/admin/js/views/settings/fonts/type/row.js',0,'/ºYQ?ÐÅ»q¢â[KI','/ºYQ?ÐÅ»q¢â[KI','ß²5G³Ãtr$lI`æ>Ë\'nF®ëº´’Q×¤Iˆc','',0,'?'),('H]î»vÉBsAúêùí¨','wp-content/plugins/thrive-apprentice/admin/js/views/settings/fonts/type/variant.js',0,'3*\\VHËˆWõ¬íª	','3*\\VHËˆWõ¬íª	','—±ÏW´\Z}ú¯‰ñÌ#,‡¹¬Ï¹i%–ˆ‡\nw•W','',0,'?'),('˜HdÂ¡§Q!g','wp-content/plugins/thrive-apprentice/admin/js/views/settings/index.js',0,'÷jdUïòþr®¿Gr2','÷jdUïòþr®¿Gr2','œª6—f9¥›Ä)X…ªƒ¨3\'<,ÄJdÿ‡Gô','',0,'?'),('–½Ÿ_Y§“([sh¤ÊÉ','wp-content/plugins/thrive-apprentice/admin/js/views/settings/logo.js',0,'¯ˆq{¦&J­ÑóÙÕ†î','¯ˆq{¦&J­ÑóÙÕ†î','jù¿þ”›¿Àd]ÆüŒ.¬Õÿ×)ˆ/ ‰A\\lý`','',0,'?'),('[räÃÕ|·\rD2Jñ\0¤€','wp-content/plugins/thrive-apprentice/admin/js/views/settings/preview.js',0,'rïvÝÍ7¥?xŒ}¹¥Ò','rïvÝÍ7¥?xŒ}¹¥Ò','6ù½ÂÔ:*§˜q{˜\\e“&À‘£÷Ù3íê«H´1','',0,'?'),('hÑ¹{-wÚ‰3ÂóiI\'/','wp-content/plugins/thrive-apprentice/admin/js/views/settings/template-option.js',0,'³–\\ÞÃ„™ÓeR{Ê7QN','³–\\ÞÃ„™ÓeR{Ê7QN','kø»•šŸé3â,¼8:Õ´Ûç%í‹ÞÅ½3 _5]','',0,'?'),('\r¨Q‡‰ÿæÍz\nÎ\"5Öj','wp-content/plugins/thrive-apprentice/admin/js/views/settings/template.js',0,'û‚{. céz§± ‚^´','û‚{. céz§± ‚^´','0~ôÑ&fáÿ/×Ï}ˆ…ÒxqÌÑw8¥~-Ët„','',0,'?'),('Cì4bÜê5Ž˜ü?‹»ñý3','wp-content/plugins/thrive-apprentice/admin/js/views/ta-dashboard.js',0,'_éfþr—YÏ?t0s','_éfþr—YÏ?t0s','TAIY°þYsÚo·îcï¢\'JÍ×°ÖÎhlî4¹é\"','',0,'?'),('~ø¿àê\0<îÙIU2#','wp-content/plugins/thrive-apprentice/admin/js/views/wizard.js',0,'AâŽ%^\'\0÷Ï²ouúîÝ','AâŽ%^\'\0÷Ï²ouúîÝ','ŠnE‹KÊ\0‘úBì:j¥4{ ø†,_mÖÍÏ5?íý','',0,'?'),('P²€±4‹Â±m¡»ÛÒ','wp-content/plugins/thrive-apprentice/admin/views/dashboard.php',0,'LX‚cuÉ*_¡{Fnäç','LX‚cuÉ*_¡{Fnäç','âƒ3œj÷W\'« âàGÔ‡S-hwffø3´J	#Óž','',0,'?'),('ˆÁôÁz” É*<Ì0†3','wp-content/plugins/thrive-apprentice/admin/views/license_inactive.php',0,'ÿr­#¦g/ú•‘»‰Yƒø','ÿr­#¦g/ú•‘»‰Yƒø','%pžw\\1aünAvv³lWí[lãÒ8‡VµÊ‘(F','',0,'?'),('t\\¢ ³‚µÍrÊ u=[','wp-content/plugins/thrive-apprentice/admin/views/tcb_version_incompatible.php',0,'ÁæÓûŸ\"_µ?ù£©ðc','ÁæÓûŸ\"_µ?ù£©ðc','£[Qº\"Å®vR•w:¨˜·Æ|cV~½TƒÌHÖÓ‰','',0,'?'),('=Dÿê\Z\Z0úöeé\0éö','wp-content/plugins/thrive-apprentice/admin/views/template/breadcrumbs.phtml',0,'5ðWH»AÒ©œÉ7ªn','5ðWH»AÒ©œÉ7ªn','±dÈnøI´Ò¶Ì‹SÝ5¥Xh ¶ìö¢Ýtëâþÿ','',0,'?'),('jìíªx=(b_­c)Ad','wp-content/plugins/thrive-apprentice/admin/views/template/course/access-rules/add-form.phtml',0,'ÐHi*0Ázg*^Ô¸?‚','ÐHi*0Ázg*^Ô¸?‚','ñ½FJPŸê£¤þß‘íØ«¨+NöÿqÔRC~ù]','',0,'?'),('ÎÚyRI—=é „/ÌÏõ,M','wp-content/plugins/thrive-apprentice/admin/views/template/course/access-rules/edit-form.phtml',0,'ËŠõžöÅi$3:/½f4T','ËŠõžöÅi$3:/½f4T','¡xÓlôXÞO,8¬+büŒìL2§â™KvØƒ÷×','',0,'?'),('7¢ç÷+lÑo¸ãÄó','wp-content/plugins/thrive-apprentice/admin/views/template/course/access-rules/integration-item.phtml',0,'ñù£¨”@é2`%ÜrTÜ','ñù£¨”@é2`%ÜrTÜ','È²~i¦ Ë+Öû~<¦><Œè[ZT¡Kˆíb6f)|','',0,'?'),('è«&ÆKM\'bcÅŠ¾K','wp-content/plugins/thrive-apprentice/admin/views/template/course/access-rules/integration.phtml',0,'=¾‚“‰áÝÏ¸ÔÐm¶Ää','=¾‚“‰áÝÏ¸ÔÐm¶Ää','u‰áv½oÅ&„ð«z=¦oéPËÅòÙÓØ¤ÆÙ','',0,'?'),('»D¬ÚcL#ÏÍ\'ÿDô÷','wp-content/plugins/thrive-apprentice/admin/views/template/course/access-rules/manager.phtml',0,'v†ôžŽÍñ°cÈ_•À=Ég','v†ôžŽÍñ°cÈ_•À=Ég','K}\ZãÙ©ã¿(«FÞpqDÐmX>åZß\Z(ï6Œ`','',0,'?'),('ÁªøH¾‰ßô ”ã‚À','wp-content/plugins/thrive-apprentice/admin/views/template/course/access-rules/rule.phtml',0,'ëß:u—b]ˆ¨‡8{','ëß:u—b]ˆ¨‡8{','í(dzø.ÄŽñî-ËJ„(ÓÏkÁ\r$@@eâÀ3l','',0,'?'),('›˜qr<˜¥ùxÑ¡QD¯ú','wp-content/plugins/thrive-apprentice/admin/views/template/course/access-rules/sendowl-account-keys-warning.phtml',0,':î\0áCÐfÞPª::i1Y×',':î\0áCÐfÞPª::i1Y×','ÞŸµ×RgÈpn‘&:ôýmú$¨)®€\0Œ2Æ\\o\\’','',0,'?'),('À^Dš°3û^AÉ(–ô´-¡','wp-content/plugins/thrive-apprentice/admin/views/template/course/access-rules/sendowl-checkout-warning.phtml',0,'¿×´ìïc}•ŒÊHæ‚LX','¿×´ìïc}•ŒÊHæ‚LX','ô¡•¼ÁK“W  bž+r@ßÄû@äê‚ž\rez<H','',0,'?'),('ÔðÅ7\rÇüÀª\nq¨j™','wp-content/plugins/thrive-apprentice/admin/views/template/course/bulk-actions/chapterGroup.phtml',0,'ç4$FD\nZ0q×åÏ','ç4$FD\nZ0q×åÏ','	0:(•Í{w½2¾Töý°eÛ9Žž~õõžöLD','',0,'?'),('Íµ®W9Y%’šnR–/Ü','wp-content/plugins/thrive-apprentice/admin/views/template/course/bulk-actions/delete.phtml',0,'ëíážê4Š‰T‚sîŽ™','ëíážê4Š‰T‚sîŽ™','²~ì*‡¿÷ëß_º0€WÑý4<vùñEý¥Ü%{LÔ','',0,'?'),('50wõ	ÈÐxžÞ–','wp-content/plugins/thrive-apprentice/admin/views/template/course/bulk-actions/moduleGroup.phtml',0,'c¦0æ¢›*Ê(äÝ','c¦0æ¢›*Ê(äÝ','šdÅË¥È§Õ oíüæ!?„ßž$ã~|ðÔ&','',0,'?'),('­‡†€$¡ŸeÌê\"\\õB','wp-content/plugins/thrive-apprentice/admin/views/template/course/bulk-actions/move.phtml',0,'þz†/•ÛùØƒcÉ~w','þz†/•ÛùØƒcÉ~w','/kúŒX0v2HeÒŸ”E}ÈSÞ«A­¶oýZÚñÀÞF','',0,'?'),('þ,BðŒR2jf	Ý«H	','wp-content/plugins/thrive-apprentice/admin/views/template/course/bulk-actions/publish.phtml',0,')ïÇ8„z>Z+¹“õÝÖ.',')ïÇ8„z>Z+¹“õÝÖ.','@ª»ØXãõy›Q÷íÓx³¿.ø&íÍ[öKY\Z±ÈU?','',0,'?'),('Ã%GÇ\Z¸D`ÅñÎn','wp-content/plugins/thrive-apprentice/admin/views/template/course/bulk-actions/selectAll.phtml',0,'uR¹œ‡·Y}BÝ@)¶','uR¹œ‡·Y}BÝ@)¶','kèlMR“Å„3ºÕÕ>Ìú!EªÚ€<ªÇ(î7ÛË','',0,'?'),('¤ë¼©}íð6ú,õ Ñ˜','wp-content/plugins/thrive-apprentice/admin/views/template/course/bulk-actions/unpublish.phtml',0,'s?ûžÁ}[.wõË‰>¨','s?ûžÁ}[.wõË‰>¨','ýC¢À*$\Zˆ’äK÷Ù•sÿ|\"îŒIe»|üT','',0,'?'),('Uo­½oƒ ±IHÑ11úÛ','wp-content/plugins/thrive-apprentice/admin/views/template/course/chapter/chapter-delete.phtml',0,'…â›ƒ£\Z\'+\n÷dæzÍœ\'','…â›ƒ£\Z\'+\n÷dæzÍœ\'','Ýê¬ÞßÝ‹6\0Ý‘Ÿ·ø\0‡\rè÷ÞÍsW¯YÐ','',0,'?'),('á®÷!†˜å¦t‰úÃL','wp-content/plugins/thrive-apprentice/admin/views/template/course/chapter/chapter-editor-main.phtml',0,'ŸHÄ¼*—u?£¾)','ŸHÄ¼*—u?£¾)','Ì)ÖMsœ>–˜VEJYö+qC¬æñ@éÂå •','',0,'?'),('Úƒ{µà½ãÄ¦,&Ü§','wp-content/plugins/thrive-apprentice/admin/views/template/course/chapter/chapter-editor.phtml',0,'èýH/Ý\'TÕ\Z  ¼Æ W›','èýH/Ý\'TÕ\Z  ¼Æ W›','†I·Ò@j‹²[*»Ä_,ÄôWˆ3q–vJÎp','',0,'?'),('×À?€ûcã°ËÔ[›','wp-content/plugins/thrive-apprentice/admin/views/template/course/chapter/chapter-group.phtml',0,'Ä-Lm\"1CwB>‡T•rw','Ä-Lm\"1CwB>‡T•rw','Ë´:Fïê„’}P/}j	e§—Ef´Ò‰ŸÙ¿\n~ê˜ž','',0,'?'),('ÒxÂz`W|2»¯i\0ågº','wp-content/plugins/thrive-apprentice/admin/views/template/course/chapter/chapter.phtml',0,'BØgÈ„ÀlFÙ\rP’ºbÄ','BØgÈ„ÀlFÙ\rP’ºbÄ','ñ¿ž\0NrªŸä–\"Õ‚A†|7ŒfWªC	]','',0,'?'),('ÒOOAlæÖ>=f£ò‡ ','wp-content/plugins/thrive-apprentice/admin/views/template/course/chapter/modal-chapter-delete.phtml',0,'å0…î,On¬4ê‘ŠŸ','å0…î,On¬4ê‘ŠŸ','PÖ6$)Ê sJÈÈô×´Ó®Uýâ;Vx=Ž„07â','',0,'?'),('ãrR«QÚ¥·\r\"Œ\"]·','wp-content/plugins/thrive-apprentice/admin/views/template/course/chapter/modal-chapter-editor.phtml',0,'°i#ÈÂ+ŠgÉP=¯H)','°i#ÈÂ+ŠgÉP=¯H)','6òTmè6ÜçSò\ZÆ£öJÆO¾+Ø~I3Çdr`Öì','',0,'?'),('çf„»×øhÁ\0N1k…¦','wp-content/plugins/thrive-apprentice/admin/views/template/course/chapter/receiver-chapter.phtml',0,'´,{5žKÚ¦:4ÜkÊ–','´,{5žKÚ¦:4ÜkÊ–','§Äp\rç’í´)ÐÛc­ŸÊçÎõPì’¦L•ßü~€»','',0,'?'),('µ°R˜f­¼ëSs,','wp-content/plugins/thrive-apprentice/admin/views/template/course/chapter/single-receiver-chapter.phtml',0,'ôŒËÞ¬~;O ŒK‚öX','ôŒËÞ¬~;O ŒK‚öX','²À#yÊäL MYáMðÆ›Ö}ÇÌø¨×§Ò†å…','',0,'?'),('…dÓ[’ÃÂ¥Õl(`®d©','wp-content/plugins/thrive-apprentice/admin/views/template/course/curse-structure.phtml',0,'À^Ùf¡ä—¸øº(b‡¹ø_','À^Ùf¡ä—¸øº(b‡¹ø_','ó>\"°Ì±Æm¥Óþêñ(koxqÂ¬š([Wôõ½ñzïq','',0,'?'),('Þ)`Â#×Ê¦x@]r©Lš','wp-content/plugins/thrive-apprentice/admin/views/template/course/delete-state.phtml',0,'ý	vBc&|y2‘\'û°§T','ý	vBc&|y2‘\'û°§T','Ÿàñ}¼E‡¸³Sßø«¡…¢žX Üégæ–«O½\n','',0,'?'),('Âá*ìÌR)”[Ú+n]k','wp-content/plugins/thrive-apprentice/admin/views/template/course/edit/author/biography.phtml',0,'ÆƒØ\"ž*ÌÈ.ì	`#?','ÆƒØ\"ž*ÌÈ.ì	`#?','É…¾«>w©>	a‘}¨rOÅZ†}k©Õ–D¢5œ\Zn','',0,'?'),('»÷ÅÖÞJsº¤Óšð','wp-content/plugins/thrive-apprentice/admin/views/template/course/edit/author/image-empty-state.phtml',0,'´æp®!­EóœpÆJ¹UÜ','´æp®!­EóœpÆJ¹UÜ','÷À×”?COùi¸}ùÉ…¹Ôñ”eÐ‚~Ï\ZþæbØ','',0,'?'),('ZÑ/]€Ò\"ë—\nÊ2\'‘','wp-content/plugins/thrive-apprentice/admin/views/template/course/edit/author/image-normal-state.phtml',0,'ÿÑ½Ù—,þØƒfÃ)ò','ÿÑ½Ù—,þØƒfÃ)ò','t†Œp{¤vqohJ¦Åó]K—\Z9!YUD','',0,'?'),(':ºêPiRŒŒ9õm±†\ni','wp-content/plugins/thrive-apprentice/admin/views/template/course/edit/base-bundle.phtml',0,'ªeá5¬šýÍïWÖ¯','ªeá5¬šýÍïWÖ¯','J­ žA‡²ßã)‘eÔˆyL‚¡¤9ÍwñìRÂ','',0,'?'),('-Ý¾/U9HB5Wý†’àR','wp-content/plugins/thrive-apprentice/admin/views/template/course/edit/base-level.phtml',0,'»‡>ò¢/žaÒs¢OKÍ','»‡>ò¢/žaÒs¢OKÍ','ä”\'•ôöéØÅŒëøJ‘ ’ìåÄ$xëW½ÏÙRâž-','',0,'?'),('á}Ø%œð3”H_^û','wp-content/plugins/thrive-apprentice/admin/views/template/course/edit/base-options.phtml',0,'_‰ôF™ÆsÙk/ŒÄí·','_‰ôF™ÆsÙk/ŒÄí·','*ÚMþÈzæ˜¥ó6ã€p¢UÎ-<Ã%’ï','',0,'?'),('[¬†R@½F»G”?z~Ó¶','wp-content/plugins/thrive-apprentice/admin/views/template/course/edit/course-comment.phtml',0,' §Ru\ryFÅåí-® ',' §Ru\ryFÅåí-® ',']nüƒU>J\"]dwAAÒ¥2°“×,Ìb³Ž”Ñ>è\n','',0,'?'),('ôéHn3PÒëu¿äD¾î','wp-content/plugins/thrive-apprentice/admin/views/template/course/edit/course-fields.phtml',0,'™)5ØÁ­ê°Ð€ã 7','™)5ØÁ­ê°Ð€ã 7','Ú1iw´ƒ$·@¹hÑì¬Äã\0)îÕŽo~¿ÿÁàÈšÐ','',0,'?'),('””	ðŠ)	ÉÄh§¹BÈ«','wp-content/plugins/thrive-apprentice/admin/views/template/course/edit/course-role.phtml',0,'†OßÕ9×]Ÿ3sx¸aå','†OßÕ9×]Ÿ3sx¸aå','f‚mUÄï6£×Xài7SŽPæîóþÈ*„ée8','',0,'?'),('NºXhÈoÈN~B1äŸ','wp-content/plugins/thrive-apprentice/admin/views/template/course/edit/course-topic.phtml',0,'”iTj0„Þ÷²šA»3ýƒ','”iTj0„Þ÷²šA»3ýƒ','kh:h@n1ä+Üv5ìsÌöÂa#sÔ±ÒœÓªs…','',0,'?'),('ÛDhõö¯’…¼ˆƒ)ñí','wp-content/plugins/thrive-apprentice/admin/views/template/course/edit/cover-empty.phtml',0,'WAT°øƒ#Z.àêVð','WAT°øƒ#Z.àêVð','K·¿:à²¶âfžS\Z6P‘êç ¼åÊã¾þGiñ¡Î\'','',0,'?'),('k€ƒ!p‘¨î´ÅY“Cˆß','wp-content/plugins/thrive-apprentice/admin/views/template/course/edit/cover-normal.phtml',0,'j\"4’H5Þ°Ò%Ï¡ØA','j\"4’H5Þ°Ò%Ï¡ØA','÷¤ØkT`úIÙ€0(DG^vÑÑ{Ñöy]W¡­Tþ','',0,'?'),('ØôÌ¡„~“`çnÊ`','wp-content/plugins/thrive-apprentice/admin/views/template/course/edit/difficulty.phtml',0,'EŽ·d×LÜÉY²¥','EŽ·d×LÜÉY²¥','Ûe6~ì\n.„õÖÐIý¹$«Ã¨«2ÎÆT¬Ls&','',0,'?'),('´Ü¢,w×	q¼7XniÂ´','wp-content/plugins/thrive-apprentice/admin/views/template/course/edit/item.phtml',0,'ËøÐ’»ò\"ã—ñ)<','ËøÐ’»ò\"ã—ñ)<','	ƒŽ%CQbj·iCùµ­;Ncr)ŒâœÎ	@kÁÜœr','',0,'?'),('ÙsIH0ñEˆJÍ\'ä','wp-content/plugins/thrive-apprentice/admin/views/template/course/edit/label-controls.phtml',0,'°àÒœfG­ëæWo>êz2','°àÒœfG­ëæWo>êz2','\'®ˆ©ÚÍ#k.lŸœ†öÕ;O÷cZ(ó3–¿ü','',0,'?'),('úÕÿ…ìx$òúONVïU','wp-content/plugins/thrive-apprentice/admin/views/template/course/edit/lesson-cover-empty.phtml',0,'éÐÜ–àÚÓó\\/{','éÐÜ–àÚÓó\\/{','¡©|¢¾í5¾|ŠAâ_hàÉìhÍ\n¤)µQ×·ê„','',0,'?'),('&ð¦]NŒ~°Ró\0Æ1ñ','wp-content/plugins/thrive-apprentice/admin/views/template/course/edit/lesson-cover-normal.phtml',0,'¯$óö>ÁjµRDÿ¼Ÿ','¯$óö>ÁjµRDÿ¼Ÿ','Ÿ5µšÅn\"b½CÝSÒ\\[§Æb×ä›<+äè:','',0,'?'),('uÁB;:@–=\0‰–ZI','wp-content/plugins/thrive-apprentice/admin/views/template/course/edit/lesson-delete.phtml',0,'ŠÔ@za(ÒãMdÞAÎëÐ','ŠÔ@za(ÒãMdÞAÎëÐ','¥~@ÛMÞ¿±…¶Ø…AöÅ	Î¦27«*zÍ‡RÊ­@','',0,'?'),('X7hÉ¤xGfÖ\0çü¥[ˆ','wp-content/plugins/thrive-apprentice/admin/views/template/course/edit/lesson-normal.phtml',0,'±KùX¬+IõW>,èï','±KùX¬+IõW>,èï','T¸:÷*·fÅõtÄUªÕenµ’‘Çøn¼äºr|Œ','',0,'?'),('HÅnÅ=\rN¤úÞ@$— Õ','wp-content/plugins/thrive-apprentice/admin/views/template/course/edit/lesson.phtml',0,'g´ç™KÑltwï•¼¿»„q','g´ç™KÑltwï•¼¿»„q','+T®b™U)Í\'Üð¤tô<&ØãæAÏjÊ6LÍÖœ','',0,'?'),('äleàÌÛµM›_¾ÝCS','wp-content/plugins/thrive-apprentice/admin/views/template/course/edit/level-controls.phtml',0,'+Ø}¤ü·V¸ô_IòG','+Ø}¤ü·V¸ô_IòG','d“1ò¡¥‚¤Iþÿó¨G(åÕNŠ³ïü‚ã4Qz‰','',0,'?'),('»+ôBÝ«ÔÝÅ’ {+úDT','wp-content/plugins/thrive-apprentice/admin/views/template/course/edit/media-input-field.phtml',0,'Š°8†Emœlpñü“G÷','Š°8†Emœlpñü“G÷','ÒsãYÐðesã\"¨ÐE¬4R0¹/\0q±<ƒ<nOÏ8\n','',0,'?'),('_A$ÀTƒjºußßÎ:$×Š','wp-content/plugins/thrive-apprentice/admin/views/template/course/edit/memberpress-options.phtml',0,'•œŠ6J.iÜ‹z}I±€‡B','•œŠ6J.iÜ‹z}I±€‡B','\"<J.óß®Í¿a‹‚´J÷H’”ÅÝU¶˜1ùg','',0,'?'),('AÇ\n„ùpRÏÜÚ¼ëñ£','wp-content/plugins/thrive-apprentice/admin/views/template/course/edit/sendowl-bundle.phtml',0,'mùœ‡‹Dð;g–B)1J','mùœ‡‹Dð;g–B)1J','J­ žA‡²ßã)‘eÔˆyL‚¡¤9ÍwñìRÂ','',0,'?'),('²óoÄ\"½OYÒMh¾Åªô','wp-content/plugins/thrive-apprentice/admin/views/template/course/edit/sendowl-level.phtml',0,'ùÿñªç;Q÷d~óbÆ','ùÿñªç;Q÷d~óbÆ','ä”\'•ôöéØÅŒëøJ‘ ’ìåÄ$xëW½ÏÙRâž-','',0,'?'),('Få%²áäÞ¶}á‹|Â0','wp-content/plugins/thrive-apprentice/admin/views/template/course/edit/sendowl-options.phtml',0,'Gó\n·ªwC˜’¸ŒãPRœ1','Gó\n·ªwC˜’¸ŒãPRœ1','>^„%lüLqhº•OL¢_Úo>2À)W+®œ»Õq¬2X','',0,'?'),('æ®œ³v¦˜býï^2x‚','wp-content/plugins/thrive-apprentice/admin/views/template/course/edit/single-action.phtml',0,'¶§«”Da_Äs2sô¬','¶§«”Da_Äs2sô¬','TnîÊÓPQi÷Õ¾ùh9ìJ”*Ïý{FZ.1','',0,'?'),('É»¯]>ZMøÍrØ‰%','wp-content/plugins/thrive-apprentice/admin/views/template/course/edit/topic/list-topic.phtml',0,'¯Æ†MÀ¸QV=\'ðÔðJ','¯Æ†MÀ¸QV=\'ðÔðJ','õ¡ÈnÒ;J§\\hI8ÉÏÅ‰èQ%lîV8·ôÅO','',0,'?'),('»q;±Pÿ^(zTb@­','wp-content/plugins/thrive-apprentice/admin/views/template/course/edit/topic/selected-difficulty.phtml',0,'Ía\"OSä@Å•+Ø_õä','Ía\"OSä@Å•+Ø_õä','\0ü¸ñÔö¦ßq¤§µvuáöxõ• L\ZÂ\'™\r~ÄV','',0,'?'),('tÝ[\nz`ãk0‡±|Mƒ<','wp-content/plugins/thrive-apprentice/admin/views/template/course/edit/topic/selected-topic.phtml',0,'«?—\">šé\\ÆÞj','«?—\">šé\\ÆÞj','SqˆkÅ»ý°ÝgŠxÃgMÐ…I(x-ºŽÇ¼Y_P','',0,'?'),('4ó?uá•NkÓƒÎ?XÕ','wp-content/plugins/thrive-apprentice/admin/views/template/course/edit/topic/topic.phtml',0,' … bFhÁ©­G\\}Ý‚',' … bFhÁ©­G\\}Ý‚','ËbhˆÍÇˆÏðRLÍý¾€(ö2Üz“Ùò…õ}4!','',0,'?'),('6—xZBÑ–õ[Ñ.1','wp-content/plugins/thrive-apprentice/admin/views/template/course/edit/wishlist-options.phtml',0,'AÅ£ŸÎ|ýÜo¤Ô•Ò','AÅ£ŸÎ|ýÜo¤Ô•Ò','ÐGµå]*Zf6–_A.]ô>üO¨ÇÐ³lø!PŽÿÊ j','',0,'?'),(';æÎ‹.±\Z_ˆjºK','wp-content/plugins/thrive-apprentice/admin/views/template/course/input-field-editor.phtml',0,'?>OG©ê´ýiX|ÙÜ','?>OG©ê´ýiX|ÙÜ','åH|k³â‹yÕ@`…\rn“oa—\Z(6\Ze4¾jQwóz','',0,'?'),('xØø¸Õä3#¦ŸîwU7µê','wp-content/plugins/thrive-apprentice/admin/views/template/course/item.phtml',0,'ØÐ˜HVßÅÉ ìïÁSÅT','ØÐ˜HVßÅÉ ìïÁSÅT','3¸î}Æñ…ú8e6tŽ£˜o¶ÐÝþQ¹[`(åð','',0,'?'),('5Æ‰2$Kw)’Ó¶ Ë%M','wp-content/plugins/thrive-apprentice/admin/views/template/course/lesson/add-lesson.phtml',0,'Žªßñr2Ta5.8bÞd','Žªßñr2Ta5.8bÞd','4ƒ§ø0¸Ò9JÇ×âì\'}`r-~gæ‘³¦Fj>v7=','',0,'?'),('íªó5‘GrÒÕçœuº.','wp-content/plugins/thrive-apprentice/admin/views/template/course/lesson/comments.phtml',0,'\\6…åHp‘\nÔaš…À´6','\\6…åHp‘\nÔaš…À´6','¡æô´ŸRŽLƒa“JæTyx8tþëªÐÿ3','',0,'?'),('ùÀ!uHÄÄ(´5ãé','wp-content/plugins/thrive-apprentice/admin/views/template/course/lesson/lesson-editor.phtml',0,'PÈ˜j±_«ù	¡Ih','PÈ˜j±_«ù	¡Ih','E©Yn=·öqÅ|>´”‘;rs&™çA; -Ï½Óø†','',0,'?'),(';ÀLˆá¥4Ó\'X »','wp-content/plugins/thrive-apprentice/admin/views/template/course/lesson/lesson-option.phtml',0,'C j¯G3†²V\ZÆÂˆ;','C j¯G3†²V\ZÆÂˆ;','ýáºe éßVvh[T`ï^xég*îšò>ùûM:¢uW','',0,'?'),('QárnjO#S»sµëW	','wp-content/plugins/thrive-apprentice/admin/views/template/course/lesson/modal-lesson-editor.phtml',0,'–a@¾ –5Ò[áf9ñ™v','–a@¾ –5Ò[áf9ñ™v','Û§‘ÑßlJøÝnãAÛ\\Ú}è`„ FË}Ê¥p¸G©{','',0,'?'),('ÔÂ´+¡É\\¡åª­Ëñ€','wp-content/plugins/thrive-apprentice/admin/views/template/course/lesson/singel-option.phtml',0,'×¶ªØ§1û ´Œ«ÐþÄ','×¶ªØ§1û ´Œ«ÐþÄ','^´Üw„)-[ö—Š9¨ ±àPê\0Í0¿–ºæÙP¯¡','',0,'?'),('} %”GhïØÐ8è','wp-content/plugins/thrive-apprentice/admin/views/template/course/manage/course-content.phtml',0,'Ÿ¼*h¸jûÝÉ´Ê¬G¤ñ','Ÿ¼*h¸jûÝÉ´Ê¬G¤ñ','½…²a+gFK0ÆTb-Ç~dAÁ¸“4¥¢¿mwÁÐû','',0,'?'),('Vãh¯j5ì|Þa˜–OŠ','wp-content/plugins/thrive-apprentice/admin/views/template/course/manage/course-details.phtml',0,'\rW&FéUŽµÓ\\P#•','\rW&FéUŽµÓ\\P#•','	ßEj\'vl‚9\Z\\y©á\"‚ÐÒlˆî¸2$k´O','',0,'?'),('Š¾MËìÓc<¥î[¶’','wp-content/plugins/thrive-apprentice/admin/views/template/course/manage/manage.phtml',0,'\rßüy~r†jdÖP{ân','\rßüy~r†jdÖP{ân','—Û¸ƒ<ŒËã·“»¡©lrÓð¡Ããµ{?qâ','',0,'?'),('—n­åÀ~J©í™ÑšÈà','wp-content/plugins/thrive-apprentice/admin/views/template/course/module/comments.phtml',0,'«ÏŽ4Ÿy½CïÏHE\'Ò','«ÏŽ4Ÿy½CïÏHE\'Ò','ûÿjÒýö&5ž.¼bR„@Ìh`–UÙRÀ¨Ì','',0,'?'),('þ[ª¦9å=®w\'×Êâ€','wp-content/plugins/thrive-apprentice/admin/views/template/course/module/cover-empty.phtml',0,'+–%‡·ÌÂïŽ£Eávì','+–%‡·ÌÂïŽ£Eávì','yàYt§Kj\nM§ÚÁÏ“S÷Üÿ&¡níÚ¨ÆE\\£+','',0,'?'),('F‡g§ìsÄ~cÚ«¥68f','wp-content/plugins/thrive-apprentice/admin/views/template/course/module/cover-normal.phtml',0,'çÊN€à@(\\I®²','çÊN€à@(\\I®²','˜-€ÛB\"OÎøáüÒFAÇ„q Ø	ï<V1` $ïÀ','',0,'?'),('úužj´ÑË(éCõ×/›','wp-content/plugins/thrive-apprentice/admin/views/template/course/module/modal-module-delete.phtml',0,'š$må±Ø­j+‰½ÛŠ\\é','š$må±Ø­j+‰½ÛŠ\\é','‘ åŠ$[‘ÌO^»aäýþÑƒÏ=ÛZÂ\'Á¥g˜','',0,'?'),('41‚-H|µ}ö}ri„','wp-content/plugins/thrive-apprentice/admin/views/template/course/module/modal-module-editor.phtml',0,'IpNb¥i¼@æéÃEø','IpNb¥i¼@æéÃEø','E2ÁSá©k”}uˆÿ¸ÉJ>çßg.¨‡ãÇ¬&','',0,'?'),('‚h\0Y†voXå^ZMÎ¸','wp-content/plugins/thrive-apprentice/admin/views/template/course/module/module-delete.phtml',0,'•—Ü˜mZa­Äuº*3Ñ','•—Ü˜mZa­Äuº*3Ñ','DÓºÞuÄÓ—¸!h=.#ˆ_&?ÖŸkÍÔÏ¼hâÁ','',0,'?'),('ôèÚ`b\Zò.\ns%´õúƒ','wp-content/plugins/thrive-apprentice/admin/views/template/course/module/module-editor.phtml',0,'Ëé¼å\Z\\ZŸuZ7[','Ëé¼å\Z\\ZŸuZ7[','2–ºòH¦¾‘	°,‹í –œ\\Ëé£¸JæIŽ2','',0,'?'),('}ÀÎ™4¡oóÔgFîä*','wp-content/plugins/thrive-apprentice/admin/views/template/course/module/module-group.phtml',0,'¬ÖòÃ\\q&º=„î=¹c','¬ÖòÃ\\q&º=„î=¹c','`O$ÁÞ\nsÏ9OíüfÇø„˜×<]k‹¶·2T¾#¢','',0,'?'),('\'nD|j~‹ÜL}Ö×1i','wp-content/plugins/thrive-apprentice/admin/views/template/course/module/module.phtml',0,':4ÃC©!Çƒ=˜Œ',':4ÃC©!Çƒ=˜Œ','¤öëŽ¿fQ‡(Ö{ÍJ_!ba[-ßƒP›Wu§)ØÝ½','',0,'?'),('Ÿ¹¼‘Öª.G\r„Áƒ#¾u¤','wp-content/plugins/thrive-apprentice/admin/views/template/course/module/receiver-module.phtml',0,'sùe¡ö“SÙ‡÷0\'_„K','sùe¡ö“SÙ‡÷0\'_„K','…–˜&kÂsîÀE?(Ñ~¿}¯‡NÛPÆzË\Z×','',0,'?'),('|ùèšY®&$·.=—”œa','wp-content/plugins/thrive-apprentice/admin/views/template/course/module/sender-module.phtml',0,'bæ>¹ôžÿ¿§ VÂÄf','bæ>¹ôžÿ¿§ VÂÄf','dMþÇ„$óuQƒ}rí=1?cô\"RÓ$¡¢¢Ýq¶a','',0,'?'),('“\"Àö>ðê#›¶EmwŽ','wp-content/plugins/thrive-apprentice/admin/views/template/course/module/single-receiver-module.phtml',0,'éfU‘\nÚUÎÛÞßÿÅ€Ë','éfU‘\nÚUÎÛÞßÿÅ€Ë','ß®þ…¥LíS§úuÂuwó¿~¤ó\ZçêÔD¿¢`','',0,'?'),('™ðoÅ%TP{ƒˆ”Ä‡¬\"à','wp-content/plugins/thrive-apprentice/admin/views/template/course/restrictions/main.phtml',0,'zbõ;y:®‰àñ”pëD','zbõ;y:®‰àñ”pëD','ÌÜìõŽ÷Œ¶vyVJ(VÍÈy5íçJ\nOo}Œ)õ','',0,'?'),('ÀF.\'BSÞ÷¨ÙêÇ½((','wp-content/plugins/thrive-apprentice/admin/views/template/course/restrictions/options.phtml',0,'pGù(‚‚öÚ;G/t ð','pGù(‚‚öÚ;G/t ð','¥º[…sçövÿ³ÑiÎ|=™ºu¸ŠÛ9¶C9Ë©™','',0,'?'),('¬KD,œr<’‹õYƒ<¥Ó','wp-content/plugins/thrive-apprentice/admin/views/template/course/ribbon.phtml',0,'RÄÜÏì>XÁ²”^Žõæö','RÄÜÏì>XÁ²”^Žõæö','I›€B‡h0Äo(ñœ;Õo˜T\0Ií†&°!H¬Ø','',0,'?'),('Hp„ze¸º€E§XÆD|8','wp-content/plugins/thrive-apprentice/admin/views/template/course/single-row-item.phtml',0,'7!P•‹bYn^Žµ´ã','7!P•‹bYn^Žµ´ã','bð@Üw¶ÑÏ6õÃ¦ÊÝ†’†’[Âéó¯éÂè*','',0,'?'),('çÍ§Ì£py”—N9ÑJF‘','wp-content/plugins/thrive-apprentice/admin/views/template/dashboard.phtml',0,'Þ»ùõÓ“FæŠ\\‚¹^','Þ»ùõÓ“FæŠ\\‚¹^','©­þ”ÞG¼ðïÎÕBn\"9YN!é‰`}°â†ë‚','',0,'?'),(')k>£ÄLºh8?ékÁ','wp-content/plugins/thrive-apprentice/admin/views/template/filters/item.phtml',0,'±G1z}ÇæçÒÛëH«‹Œ','±G1z}ÇæçÒÛëH«‹Œ','â)è4ŽŒX–­ohÜ“²#9ãØ	oÉòé·×f*Eªÿ','',0,'?'),('ð&ñÒLwMóë','wp-content/plugins/thrive-apprentice/admin/views/template/header.phtml',0,'b,äÃæ€¨vo©yÓÖ','b,äÃæ€¨vo©yÓÖ','+yÏ¤ÉË{¾Øv¾½àöÇ:fžô×åF\nîHìÛÆâÞ','',0,'?'),('ƒ´‰«$V€«}—Àl7‚m','wp-content/plugins/thrive-apprentice/admin/views/template/import/course.phtml',0,'ðcÑæÏ_vðÑõÌ›','ðcÑæÏ_vðÑõÌ›','ûmØ%[GfuH\r¬2EšÆå~èý2ý§•ÇG\Zej2lº','',0,'?'),('º!):¥?®r“ù.A','wp-content/plugins/thrive-apprentice/admin/views/template/import/lesson.phtml',0,'-\nŽ³…	\rmébßqa=','-\nŽ³…	\rmébßqa=','²Ze¹Ù\'ÊÖq®Æ\0¬y4pr3‚¸6ô>€îˆª.','',0,'?'),('üFÛ˜ôÝŠú3»@FÑw','wp-content/plugins/thrive-apprentice/admin/views/template/import.phtml',0,'ÙØözqÐWÌù©F','ÙØözqÐWÌù©F','KdŸ¥/€>Ày½¯@üÀ÷˜?1Üšƒò©)ølÐÀT','',0,'?'),('=Öý{&Û„A~‚ëÊ™¢b','wp-content/plugins/thrive-apprentice/admin/views/template/label-item.phtml',0,'$sš]‚|¹†zi¾	‡·Å','$sš]‚|¹†zi¾	‡·Å','Nê\ZuQ\r{ºHyæI×9v¦¨t·&Â%\rÕäœÄäñ<','',0,'?'),('  I÷—ÁÈµ854¶L3','wp-content/plugins/thrive-apprentice/admin/views/template/label.phtml',0,'Çõj£í ½˜NÔ%ðA¢Ú','Çõj£í ½˜NÔ%ðA¢Ú','‚…	ÅÆ×àn1y}‡\nLÝVáPæ/Wá\ZÌ-P°–xo','',0,'?'),('¬£çµ³+‚Õ‹zäITf','wp-content/plugins/thrive-apprentice/admin/views/template/labels-header.phtml',0,'V7=§†%†ÜT—Æ¬_²µ','V7=§†%†ÜT—Æ¬_²µ','¸¼©PáC¾{Ý±–¨u´[w‡Ñ&QWf^g†','',0,'?'),('™©!_NÄþT«®Òë$]','wp-content/plugins/thrive-apprentice/admin/views/template/labels.phtml',0,'Í—â‚5@´@ÞG½ú\\ÖUÎ','Í—â‚5@´@ÞG½ú\\ÖUÎ','ÄcŸ]þ¯ŠmV_c¨ìÙ6¥“CQ×Ö}Ûõ[	Î´','',0,'?'),('Òp—#NÞïA\Zº…8Ã%','wp-content/plugins/thrive-apprentice/admin/views/template/level-item.phtml',0,'zµ(y5uË¼æÌáÁåzÈ','zµ(y5uË¼æÌáÁåzÈ','aIT_M˜ñ £’%96d=äóä¼µªrM¸­£/Þ°zE','',0,'?'),('ŒŽ€lÖï±h½åFádõ','wp-content/plugins/thrive-apprentice/admin/views/template/media-select.phtml',0,'¡Ë €(_²©©`÷{b¸b½','¡Ë €(_²©©`÷{b¸b½','Ñÿ½\'~@×Á_x:°úÔ¾s8¨Ïû¸ö\n\"gK„','',0,'?'),('¯´\r	\\)$ˆÓ–G°»Îr','wp-content/plugins/thrive-apprentice/admin/views/template/modals/add-content.phtml',0,'?[éÌ¥;£cßŸO6Š÷€¿','?[éÌ¥;£cßŸO6Š÷€¿','‡\'ñEt6ê?ƒ)Ü[;ùHðé>ãìY CÝá','',0,'?'),('ƒºV„Âk.§!“Æ²NÒ','wp-content/plugins/thrive-apprentice/admin/views/template/modals/add-module-content.phtml',0,'™`HÕ&)_r\'Šº_','™`HÕ&)_r\'Šº_','«aðÀ@:¯QëL1–ù¶|îA†¥Obnóý–»','',0,'?'),('xÛœ<ª€iÈè4\"å€íÑ','wp-content/plugins/thrive-apprentice/admin/views/template/modals/base-editor.phtml',0,'Sd\\Kr¨½Z.DÎSÃš','Sd\\Kr¨½Z.DÎSÃš','öú9ôMÙr¯UŽß.ã=ò›”ËDEø8¢-iéÜ–','',0,'?'),('W*{ÂRðÏæ”\"K^Fm','wp-content/plugins/thrive-apprentice/admin/views/template/modals/bulkdelete.phtml',0,'æ¥‰¾ ì\rM?k¥U`–','æ¥‰¾ ì\rM?k¥U`–','î†‚pc½mîCcOåE¸FG.[\'-4ä’kS¦y®','',0,'?'),(']¾×°OVüéÕEB½ò@Ü¾','wp-content/plugins/thrive-apprentice/admin/views/template/modals/bulkmove.phtml',0,'Q)EÖwJ5ƒËekj€','Q)EÖwJ5ƒËekj€','WxÙno	HÓÐ¾àwºwÑ?œh©;d›§p¶Y','',0,'?'),('RD(aí­µ`ì€ño%','wp-content/plugins/thrive-apprentice/admin/views/template/modals/bulkmoveno.phtml',0,'-wôÄìËwiKñ©Ä*?','-wôÄìËwiKñ©Ä*?','žîêÃcûS¼%>\rº6Ëi9.û¢Ôâéû7','',0,'?'),('œ&p7Ü‰jÆSº\n™„8V','wp-content/plugins/thrive-apprentice/admin/views/template/modals/chapter-options.phtml',0,'¥çi¤ãaŒ‹$‡¨\0k3Ô¾','¥çi¤ãaŒ‹$‡¨\0k3Ô¾','¢±U¦Ú¾×89¢¿éT±sð×›…3!G\0ÏÒ;4fÝ','',0,'?'),('áEo`:¼t&Ý·\"ŽO¨È|','wp-content/plugins/thrive-apprentice/admin/views/template/modals/chapter-parent.phtml',0,'(Oö­Ú@òçì.tÌm','(Oö­Ú@òçì.tÌm','x	Ò\rým¼µOÅÉû2@›‰%yG_oŸ0IÁ+(N','',0,'?'),('Èwž”Þê³ú^½½W B','wp-content/plugins/thrive-apprentice/admin/views/template/modals/close-editor.phtml',0,'HÇ:R`-ÎAÅqrøðó)i','HÇ:R`-ÎAÅqrøðó)i','\r8eÕ]Zý#‘RÆÉ:Ó±É‚Ú×	ð]ßí3o','',0,'?'),('ŒÃ–ìZ[Í\"*WIZÂì','wp-content/plugins/thrive-apprentice/admin/views/template/modals/confirm-children-move.phtml',0,'9åîçþC‹º¾Â´” Îš','9åîçþC‹º¾Â´” Îš','–2’(oë>ç…‰’£+ÖÅÛ×\\—ôûG8ç*/ÍÆ¢','',0,'?'),('!léêž~4–¥õ\nnU','wp-content/plugins/thrive-apprentice/admin/views/template/modals/confirm-childs-move.phtml',0,'lÈ[ÏWç•õ=Vnp','lÈ[ÏWç•õ=Vnp','ÉŸŠèŒ»ÂD’¿Ëq\\{_3«?\nçúÛáVè±0É','',0,'?'),('çz>ó>5Ì/Ià×Q','wp-content/plugins/thrive-apprentice/admin/views/template/modals/confirm-label-delete.phtml',0,'«·šŸ?­Ó8	:<öN!','«·šŸ?­Ó8	:<öN!','\\‹Èf”ì6¤µ[:êÞöv–Ãâ3Ïàß^HQð','',0,'?'),('Î©Þf{o$Ì*™¬	Ðm','wp-content/plugins/thrive-apprentice/admin/views/template/modals/confirm-topic-delete.phtml',0,'r|Âfæc´Â¼t‰×I','r|Âfæc´Â¼t‰×I','@Ãø°;@òç‚«ÜÿâŒÕÄKÝ’Ë\",PëaU\ZÜ','',0,'?'),('òžjV´ÆöuÖH¶qå','wp-content/plugins/thrive-apprentice/admin/views/template/modals/course-option.phtml',0,'ÙÌqÁòv%ãíDsLõé@','ÙÌqÁòv%ãíDsLõé@','\0N:n°tÃKþƒ—o\0Ê¶}È†45Œlóª`‚¤•','',0,'?'),('˜¾›S\'ÿû~Ÿ>óZ','wp-content/plugins/thrive-apprentice/admin/views/template/modals/cover-image.phtml',0,'˜–Q¾¢Õ…Z_|H','˜–Q¾¢Õ…Z_|H','L*ä4³\"×º	5«úPÃÅnRã¿š²Ô!ý^þ¤EªM','',0,'?'),('ÑaH„ïŒàÃ$›møG','wp-content/plugins/thrive-apprentice/admin/views/template/modals/greetings.phtml',0,'¡+ÚíHµíwT…LÜ£ ','¡+ÚíHµíwT…LÜ£ ','(4§µa[ÒÄÅ´±i<Ð5¨PUþ<2,~f€”','',0,'?'),('øý˜š~¯EÓFKˆf²à','wp-content/plugins/thrive-apprentice/admin/views/template/modals/icons/custom-icon.phtml',0,'Ïmå\"ÁA\Z–>ÖQ;\'Å´','Ïmå\"ÁA\Z–>ÖQ;\'Å´','ßåÜv#”Oj;ú|-aDgÃ‡EvµÌb½Ù','',0,'?'),('ÄYL^qlRNkÿÁ‘÷<','wp-content/plugins/thrive-apprentice/admin/views/template/modals/icons/font-awesome.phtml',0,'Oz!·¢â‡Oúø¶\rÉ?','Oz!·¢â‡Oúø¶\rÉ?','+mqÿ^Œ\rWš,Z5Ñ˜ç885îí×_]eÁ­ûÏ','',0,'?'),('Är»);FL²ºÖMRŽXÇ','wp-content/plugins/thrive-apprentice/admin/views/template/modals/icons/icon.phtml',0,'´µ¼d«\r°A™™òW\"','´µ¼d«\r°A™™òW\"','‘‹*ÉS	KR›|ÉÀ94ÔBÎ¨¾DqzæD/äÏÆoÍ}','',0,'?'),('Í\n\nù„Ÿ…pjßÃ/’','wp-content/plugins/thrive-apprentice/admin/views/template/modals/import.phtml',0,'ƒ\0—/ºI+é«·Í:`ß','ƒ\0—/ºI+é«·Í:`ß','þ²‡l~§ì’s¸@Î¯™&Ìq[ê‡|Yz†³m','',0,'?'),('[&€zÄªaÍ>ÛûÏ±Ã','wp-content/plugins/thrive-apprentice/admin/views/template/modals/item-parent-title.phtml',0,'Å“STýð+iƒzÖ´','Å“STýð+iƒzÖ´','ó­_ž&«C=ß®¢G2ú£©8\ryÌèåÇù6k','',0,'?'),('žûm¼PÉõuL-Þ±¶','wp-content/plugins/thrive-apprentice/admin/views/template/modals/lesson-footer.phtml',0,'Ü!Ð^éåá’bì~0{ÈIë','Ü!Ð^éåá’bì~0{ÈIë','™Ù–aäö©Û\'™bÐKÕì¢Æ÷Ù}\0{}õšm$cA','',0,'?'),('±¹)ø#Â;xK\r!Óv}','wp-content/plugins/thrive-apprentice/admin/views/template/modals/modal-footer-delete.phtml',0,'ã>Åy­‡–Â|CÛSÚÇ','ã>Åy­‡–Â|CÛSÚÇ',' ”¦µP Ê«ÖÆ»­Yž˜[Ù\r’ç«b]2ÐÒØÁ','',0,'?'),('´N¨™Ôql#—`§·#]j','wp-content/plugins/thrive-apprentice/admin/views/template/modals/modal-footer.phtml',0,'ë¡ér›š;ƒÙ“šPŠr','ë¡ér›š;ƒÙ“šPŠr','	*Ÿgà•øFŒúV¸ˆòög-6ôfî0hÅ;ÛCš','',0,'?'),('¢oödåFkCqÁàA4¤','wp-content/plugins/thrive-apprentice/admin/views/template/modals/modal-group-footer.phtml',0,'P|\0ãIHŸs2Xã¹j','P|\0ãIHŸs2Xã¹j',':#I—ý\0ÁÏ¿ÉÜ5vÍ÷HŠØ|év”0KÀ5œ','',0,'?'),('B£ê­l%Ø\nšäÖ‚','wp-content/plugins/thrive-apprentice/admin/views/template/modals/module-group.phtml',0,'û!¯îL>ô—6;ÃÛ J','û!¯îL>ô—6;ÃÛ J','Í÷æIg^D¸ÏïµµÉ@Úò£l­ôä@ÛÕˆìÞU±Éœ','',0,'?'),('›š¹@UR;ÆY¡\\ßÏÐ','wp-content/plugins/thrive-apprentice/admin/views/template/modals/module-parent.phtml',0,'2~‰¥‹Y‡y.ÕÛ-ß7q','2~‰¥‹Y‡y.ÕÛ-ß7q','éœ…’Mä5Ç\0ž°.Fw%S¨øÑ[Í-—©…-','',0,'?'),('¶XÒ ÁÈ (™5Ñô','wp-content/plugins/thrive-apprentice/admin/views/template/modals/move-notification.phtml',0,'À~\0ÞÌa}Ã%Þ¼ÌË1/','À~\0ÞÌa}Ã%Þ¼ÌË1/','õ¡Ebêr(!2MØ¶}\0„’íŸi£!2?\nÀmËÀqr','',0,'?'),('÷¹Àþ±?ÎHŠŸE(,Õƒ','wp-content/plugins/thrive-apprentice/admin/views/template/modals/notification.phtml',0,'ð­7-Þ9//!•×U6è9','ð­7-Þ9//!•×U6è9','ï‚~Bº2ÉVg\"k\\n1H\rÈ¡9š¹\r…ÀòÀ:¦†\\','',0,'?'),('„¤žß\ryê>øå&ÿ§àÅ','wp-content/plugins/thrive-apprentice/admin/views/template/modals/receiver-course.phtml',0,'ªpP dÑ1ûã·Ž`ˆ¢','ªpP dÑ1ûã·Ž`ˆ¢','ÿp\'Rqátg/¦Ç³\\TôÃÙä­SÛô`U\r','',0,'?'),('¡h^+„½b€2nÏ/$','wp-content/plugins/thrive-apprentice/admin/views/template/modals/receiver-item.phtml',0,'•¯Ñèôr,£h.³Õ·\r','•¯Ñèôr,£h.³Õ·\r','ˆ²ÃFÌ‰ò¤`’‚4nì[Øšo˜yî–ÓO¸;;ºö','',0,'?'),('(ë-g§Ñ¡i«¸e7Ú','wp-content/plugins/thrive-apprentice/admin/views/template/modals/register-page.phtml',0,'Éã0 œ×MŸàém…æ›!','Éã0 œ×MŸàém…æ›!','¸›c)ë8Šu;YDUŽ×\rMÂ•\Z¾ä‚¿?m#?“•ÌKj','',0,'?'),('Â®Ë+Ü¡aÿ“óm','wp-content/plugins/thrive-apprentice/admin/views/template/modals/select-parent.phtml',0,'«l­­ ¢Í•|Å/','«l­­ ¢Í•|Å/','\"Âœƒ”¶‘.Ó’®ê-ûrƒßGô+«ÍÌ_žíö«[ÜÌ','',0,'?'),('ó\'\'rtÖ––Ö\\ªŽ/ø','wp-content/plugins/thrive-apprentice/admin/views/template/modals/sendowl/add-customer.phtml',0,'€&1#>ÇºÉTÞ¡„Šž','€&1#>ÇºÉTÞ¡„Šž','zô¥­ºx¨S\r¹ïÍâF«8Ìo~–ªÞ#÷N–È}é˜','',0,'?'),('Ã´\\/ÿ ù\rdc;ùbDÂm','wp-content/plugins/thrive-apprentice/admin/views/template/modals/sendowl/csv-import.phtml',0,'ývç‘Ú| 5—N.}¤r','ývç‘Ú| 5—N.}¤r','ˆë:é¸YbUöN28Š=„\'Ï^%Z–½žÕÔ`ý3w','',0,'?'),('–¾ûˆ©©`¯†ãZ','wp-content/plugins/thrive-apprentice/admin/views/template/modals/sendowl/edit-customer.phtml',0,'°9p_Em›;ŸÚ—ÊÀ-','°9p_Em›;ŸÚ—ÊÀ-','x58´â–jþ·óå\"HTÏûØ+~I­µ¡çÀ•S†','',0,'?'),('¦XôpýaÉ`Í» Á|Á','wp-content/plugins/thrive-apprentice/admin/views/template/modals/sendowl/list-import.phtml',0,'vXþÐ7põ¹{Â{Ë¶Ÿ','vXþÐ7põ¹{Â{Ë¶Ÿ','ß%Ý=î‚¾M¦\n3IŽ<T,äQ=Z”´ÐÅÁ>‡Ö2º8','',0,'?'),('§åbd°8ùqeŽèÙ“F\0','wp-content/plugins/thrive-apprentice/admin/views/template/modals/settings.phtml',0,'¹`SoŒ,’éXðË@6\n','¹`SoŒ,’éXðË@6\n','N”n²+{ #½E¥óù‡³Lç9tó }®u!8¼€','',0,'?'),('†Ã¯ò!›8½€E¢¿ûæ','wp-content/plugins/thrive-apprentice/admin/views/template/modals/single-chapter-parent.phtml',0,'›¼>pÊ>àÊLïùø¦','›¼>pÊ>àÊLïùø¦','Sü„Dÿ³¨‰nèBBnÏbO*Ç~`R47Î¡oX<ÕG','',0,'?'),('öz°«ŽÁ¬0üA‰wuå\0','wp-content/plugins/thrive-apprentice/admin/views/template/modals/single-module-parent.phtml',0,'xl[è:³t¸£“éêÉ','xl[è:³t¸£“éêÉ','o\r³¶\'ˆOñqhZ^V·š÷èmZª^jçyR\"Fe','',0,'?'),('æN*ød3\n÷ÅÇ…ãé','wp-content/plugins/thrive-apprentice/admin/views/template/modals/single-receiver-item.phtml',0,'Ñøu°d !),»9”9É','Ñøu°d !),»9”9É','ÙˆãÛ\Z&øS¢¡Ñ{ÖÉ\Zz…Û\0²€ë†$ù˜¸d','',0,'?'),(',/+è?c*VþÎO>öï¼','wp-content/plugins/thrive-apprentice/admin/views/template/modals/step-modal-footer.phtml',0,'Ú|Œ®_S¼{î4lB\Zž€','Ú|Œ®_S¼{î4lB\Zž€','ÒÌî©Õõß²V¶8º£úÁ:Ïê{ºCè¨Wúk½','',0,'?'),('\0`ðùåWva·×#ARqð','wp-content/plugins/thrive-apprentice/admin/views/template/sendowl/add-product.phtml',0,':èß4ƒs?0\0²×-a$YÚ',':èß4ƒs?0\0²×-a$YÚ','*ýAk¯Ÿúä¸v<²qÍ^ã¶òþ\'ÿßÐ¶²±\0Q,¶¥','',0,'?'),('×‡£}5àÄP;Çë\Z\'À+','wp-content/plugins/thrive-apprentice/admin/views/template/sendowl/checkout/checkout.phtml',0,'JXÂíx0°“{ÁÆ<X‹','JXÂíx0°“{ÁÆ<X‹','÷§wìµ7ÒŒæö2]!Z¢b0ËØgëPH5Œ\r D','',0,'?'),('M·Ä{%è\rP(Á˜t^µü','wp-content/plugins/thrive-apprentice/admin/views/template/sendowl/checkout/page-state/create.phtml',0,'‹’°UnXÔl^Úõ!','‹’°UnXÔl^Úõ!','Jï)ÿ\"iÀ6ê±Qx€Ô…çñ«„*F‚OFC	Iv','',0,'?'),('Œ=mä\'›‰ õ\ZÕÏìƒ’þ','wp-content/plugins/thrive-apprentice/admin/views/template/sendowl/checkout/page-state/delete.phtml',0,'m*ê;ž“pÐ\'î±[(é','m*ê;ž“pÐ\'î±[(é','4\nÙ!±Õ\"QGÑÜ°À†bì|ƒ«XS„F9ü•','',0,'?'),('°ÇòŽM†B)p*bÈü ¥','wp-content/plugins/thrive-apprentice/admin/views/template/sendowl/checkout/page-state/edit.phtml',0,'kê00à\0a³éQ¦Æ)Æ²','kê00à\0a³éQ¦Æ)Æ²','!EC¼F÷¾XðH¢¹Ò›çq…Aî¯QŠøú','',0,'?'),('å¯?ï:| .¹—0;X','wp-content/plugins/thrive-apprentice/admin/views/template/sendowl/checkout/page-state/normal.phtml',0,' a³f{¾â9LKÇ­MTÈ',' a³f{¾â9LKÇ­MTÈ','r3¯)	’Òœ Î¿ž¬Ÿþô\nÒÚìP©HÌaÚy!câj¶','',0,'?'),('d¨Ï¢Ý(kÿ´âìK','wp-content/plugins/thrive-apprentice/admin/views/template/sendowl/checkout/thankyou.phtml',0,'_o\'ù€Ó‡1ø¿;;:','_o\'ù€Ó‡1ø¿;;:','€K¡}²ûÇÂhÁ#Å_©Ó$i‰ðSƒ-:düé¡V¤\rº','',0,'?'),('c+}KîÔ,l‡5Žþâ','wp-content/plugins/thrive-apprentice/admin/views/template/sendowl/checkout.phtml',0,'+#†	:›Î©øjß£šZ','+#†	:›Î©øjß£šZ','wê%%*‚}Yjsg¢£\"dW¶)æ*Nu[J·Eò‡Ì[','',0,'?'),('€µœˆÆ¬ßjøz>8V.','wp-content/plugins/thrive-apprentice/admin/views/template/sendowl/csv-customer.phtml',0,'£UQ]7æ–IT¯\nl#','£UQ]7æ–IT¯\nl#','â¿0:ÑÕ8ñ&wOÖýŽ!8üm\\Éù`;˜†iÌÄ','',0,'?'),('w‚º/T+Õaü‡=s¾6','wp-content/plugins/thrive-apprentice/admin/views/template/sendowl/csv-option.phtml',0,'³¡r¢íKÖ)@¶YÖw','³¡r¢íKÖ)@¶YÖw','˜8Ô¶@×ôõ ’´fi„ºû±ÙÏ²Š/ÇÎ^z)','',0,'?'),('åw$ÃŽdÒ\Z:6«¹?Éü','wp-content/plugins/thrive-apprentice/admin/views/template/sendowl/customer.phtml',0,'Ï9’~Ùåv\r˜”Ý˜´¶3','Ï9’~Ùåv\r˜”Ý˜´¶3','Oj:IÔŠLÄ;ü /ýLecýzVP2x<Ö‹àn','',0,'?'),('ÛøjÿMßú¿‘Ÿ€C>','wp-content/plugins/thrive-apprentice/admin/views/template/sendowl/customers.phtml',0,'7ø…wJD¶äe\\4äOzM','7ø…wJD¶äe\\4äOzM','ÌHoÀ()á£=a_¨(. phºïbükk„OŒ~°','',0,'?'),('L]ò»x©v‘Ðóm ÒR','wp-content/plugins/thrive-apprentice/admin/views/template/sendowl/integration.phtml',0,'Zp\'Ìð\0ÖCÉìRÑF','Zp\'Ìð\0ÖCÉìRÑF','·9/Â[¾jÑ°üŸL­X›|ÆÉ”,kàDWJ”ü','',0,'?'),('àQ!Í¨ù‹Ud×ðžI','wp-content/plugins/thrive-apprentice/admin/views/template/sendowl/keys.phtml',0,'p†xèõÑžP;h(Mr|ìí','p†xèõÑžP;h(Mr|ìí','bœˆk‘zmap¸Z*—k ¯™$o¶Á©ÂbîýŠ','',0,'?'),('¶nàö¤NÉðQZ','wp-content/plugins/thrive-apprentice/admin/views/template/sendowl/logs.phtml',0,'óÊRÌ‰“%ñ3ü:‹rG','óÊRÌ‰“%ñ3ü:‹rG','•gÕˆsµÀ:Â ±/CSQ«Î*Þ]ú£ëØD?gíð–','',0,'?'),('d7P,”5Õ…ø\rÜ§œG','wp-content/plugins/thrive-apprentice/admin/views/template/sendowl/purchase-links/cards/options.phtml',0,'¼°òþn(\r…ê;àÄ˜2','¼°òþn(\r…ê;àÄ˜2','4ÑúŠÛXo¯HO@)Û;xË€¦zÔŠÒ¿`!Ë65’;\Z','',0,'?'),('º®ƒã¦ØcË]Zh íØ@','wp-content/plugins/thrive-apprentice/admin/views/template/sendowl/purchase-links/dashboard.phtml',0,'¨š¨v»Ô!U¦!âÊž','¨š¨v»Ô!U¦!âÊž','ƒ0ù…Ž™2O¡K‹¶‚HM>\\í’ðR¼¯äXÛJ','',0,'?'),('ƒ—‚OuûNÁZctÜŠk','wp-content/plugins/thrive-apprentice/admin/views/template/sendowl/purchase-links/links.phtml',0,'ÈÝ5Ì+¨påìb#“0','ÈÝ5Ì+¨påìb#“0','5åE[ò‹9ð~ÒìjÈžêäÇìak€p\r®.;)e)','',0,'?'),('mpxªºàëou(Jå†~3\n','wp-content/plugins/thrive-apprentice/admin/views/template/sendowl/purchase-links/list.phtml',0,'9x˜Á´ú»oJ¦û_-4Ù','9x˜Á´ú»oJ¦û_-4Ù','GF²Áš)nTƒLœ¬áùÔ‚ ÂÊ‘Œ$wÂ„E4íÊ','',0,'?'),('–*Ï–Ó`1h,ÅP\ZX','wp-content/plugins/thrive-apprentice/admin/views/template/sendowl/purchase-links/lists/bundles.phtml',0,').õ°nöÕ\\Ódë–l',').õ°nöÕ\\Ódë–l','zlÞáaµUÛ\\,_·ðëì¬t^\"$ÊåÿàwvháÙ','',0,'?'),('ýé{¸×J\'d*¼‚†','wp-content/plugins/thrive-apprentice/admin/views/template/sendowl/purchase-links/lists/discounts.phtml',0,'@\"}…ë‰KUp$’Ü·¢CÝ','@\"}…ë‰KUp$’Ü·¢CÝ','zã)Ýýø“<&è“Jnm3Ê(|ðþ6ÀëŸ÷š÷_','',0,'?'),('e6Mèßµ/*Ú(¨e/x','wp-content/plugins/thrive-apprentice/admin/views/template/sendowl/purchase-links/lists/empty/bundles.phtml',0,'·‘y¼X¾d®s>Û€Gû±','·‘y¼X¾d®s>Û€Gû±','3Åô¨*s¤´<R#fÞWt‡rXp7ÕçƒG½(µ','',0,'?'),('ÒÛã:Žü£\\ˆv°„ôk','wp-content/plugins/thrive-apprentice/admin/views/template/sendowl/purchase-links/lists/empty/discounts.phtml',0,'9óñ÷×Bìj÷Ô{NïDä','9óñ÷×Bìj÷Ô{NïDä','IZ’@ã&mdoÔ»QsÂW°_Ëi§¹­`öª´/Lï','',0,'?'),('ÙR=õª=Îzx9Í#Š','wp-content/plugins/thrive-apprentice/admin/views/template/sendowl/purchase-links/lists/empty/products.phtml',0,'ª¤²wÂTn²õ/Â§<\r','ª¤²wÂTn²õ/Â§<\r','\"61w&`=µ„Õ¯ùáÙV3°\"XgtDú^Ê²','',0,'?'),('‹Ð?, –aïçÞg´w56','wp-content/plugins/thrive-apprentice/admin/views/template/sendowl/purchase-links/lists/products.phtml',0,'mZÊIA\'xâ^ŽL„é<£ö','mZÊIA\'xâ^ŽL„é<£ö','Ý÷¬‚¿åÍtQ\Z9È4+þþ¥¼™•î†‘ºgt','',0,'?'),('½ÜÝNú¶.gƒÁ','wp-content/plugins/thrive-apprentice/admin/views/template/sendowl/quick-start.phtml',0,'bÑËõxØöp‘ø¨+šx','bÑËõxØöp‘ø¨+šx','F°ŽýØyåk4”Þ/„š}†ç×¢ŒtdÅ…G~ö@','',0,'?'),('$_b>.àÉô¨ß¶ëi','wp-content/plugins/thrive-apprentice/admin/views/template/sendowl/redirect.phtml',0,'x—¶Ø‚¤?3ƒ[Âh','x—¶Ø‚¤?3ƒ[Âh','˜V•â,6A[\r\"“äžO„Å÷sŸ„6n,Ýûû¬zì','',0,'?'),('ºŽ¸®NÎWÜs‰²¿î ˆa','wp-content/plugins/thrive-apprentice/admin/views/template/sendowl/register.phtml',0,'[\nYàèBõ£˜L¸J','[\nYàèBõ£˜L¸J','m<\rZ-èè@\"#=Kô»ÅèÀuSÛea\n³ƒÌì','',0,'?'),('ð†h:âÜH?î*6€â¹ˆ','wp-content/plugins/thrive-apprentice/admin/views/template/sendowl/settings.phtml',0,'þ½3øÞ¼‡î¥ïBë‹','þ½3øÞ¼‡î¥ïBë‹','‹ãúLþtë©¿›zpÖßzµi\r,ã‘[MVÒË²íô„¨','',0,'?'),('%KðÇe	!(µ[“‘SBX','wp-content/plugins/thrive-apprentice/admin/views/template/sendowl/single-bundle-option.phtml',0,'¿„];}ôCãYmú‡=ó','¿„];}ôCãYmú‡=ó','šðÚÓv	MÒ‚äCL¯O8nþ“º>˜´0q¹^','',0,'?'),('fÙÏÇzÌ†loçîµáü¯½','wp-content/plugins/thrive-apprentice/admin/views/template/sendowl/single-customer-import.phtml',0,'Ç8›U&­ðø&–/x\'v×','Ç8›U&­ðø&–/x\'v×','woi+e&“KDŸ¯ÿqêo&ÐÖËU¯T¨]M½','',0,'?'),('UªÀÄ´%0ÇZ­R‹','wp-content/plugins/thrive-apprentice/admin/views/template/sendowl/single-product-option.phtml',0,'VÁ±-£wßMÇŠýœ=','VÁ±-£wßMÇŠýœ=','[½J;TµÒŠ CG­FEà\Z—ÞæÕú»Ìï2‰','',0,'?'),('«êäçü}¦×™o+îÕ49','wp-content/plugins/thrive-apprentice/admin/views/template/sendowl/static.phtml',0,'ýKd¸’QÐJ:§F2á°','ýKd¸’QÐJ:§F2á°','êl+š	=w§U!¹èýš°|]ëm\\ÌP2öác','',0,'?'),('‚(ÆÙNu^®×P¡îu','wp-content/plugins/thrive-apprentice/admin/views/template/sendowl/table-data-column.phtml',0,'ŸÏ©MÆ¯`‡XÏòdNZ™','ŸÏ©MÆ¯`‡XÏòdNZ™','øû®Êv…ÅèÕ—Yc#¯7~×š!c¥\Z*4\"•2Y\"','',0,'?'),('½-}T7E$dÚ„qÕ–\'÷¨','wp-content/plugins/thrive-apprentice/admin/views/template/sendowl/table-info-row.phtml',0,'¼Ù}Á:q•å©žŽVT|\r','¼Ù}Á:q•å©žŽVT|\r','¿Á*ßË}¦Ch‘âò,•G{Ç„MÄ™ÚH­öÿ”@Ú','',0,'?'),('ÏÌl²tá€ Î¯°','wp-content/plugins/thrive-apprentice/admin/views/template/sendowl/table-item-column.phtml',0,'G=\'—½zgÚsO€¡AÜz','G=\'—½zgÚsO€¡AÜz','ù^ë€	ê>“–›·ÜoÄ£øn=MšJM÷-“ $âj\"','',0,'?'),('P§Òd6z“š({Ó‰˜e ','wp-content/plugins/thrive-apprentice/admin/views/template/sendowl/table-wrapper.phtml',0,'1¯]¨d‰®(\'\'\Z5›¯','1¯]¨d‰®(\'\'\Z5›¯',']À—©±êPÙ9ÃfŒüœÉ>i»¡gQÇ“%åÿhp•A','',0,'?'),('i¨©£3Ú–”îvûî€Œ%','wp-content/plugins/thrive-apprentice/admin/views/template/sendowl/thankyou.phtml',0,'šûÆ°•$ˆÁÏ£ªc','šûÆ°•$ˆÁÏ£ªc','0ÿËn4†ÃÀ†þ‰—	ƒºë¾}F4ñFÌè½±±','',0,'?'),('éÏVáÚL¿ÊsJXØ|3','wp-content/plugins/thrive-apprentice/admin/views/template/sendowl/type.phtml',0,'ŠD83\0hî¤çããêâ','ŠD83\0hî¤çããêâ','D¨ÎëR¹¢¥“„h×åú\"¶om‚\\»…¥ÇæÉ²ê«©1','',0,'?'),('û÷\0¯²$Ûq‹Ñz*“','wp-content/plugins/thrive-apprentice/admin/views/template/sendowl/unique.phtml',0,'ß\ZÕa£Œ¦Â$!vr”ý2','ß\ZÕa£Œ¦Â$!vr”ý2','lÿE:×ÿç6ÚÝ[$>]+§H¤¹ikØ	nÌ¯Vh','',0,'?'),('¬hutE!sù\rŽæ´—','wp-content/plugins/thrive-apprentice/admin/views/template/textedit.phtml',0,'¬Å®ºP]–Ô±Në¥à','¬Å®ºP]–Ô±Në¥à','8}MbFŽþÃ+)s¸^»…Ø¾Òy!œ\07º@îá¿','',0,'?'),('±—p!°wmíø­ØªbR','wp-content/plugins/thrive-apprentice/admin/views/template/topic.phtml',0,'4rØjSöp­öq?JÄÁþ','4rØjSöp­öq?JÄÁþ','(µ-µÊÈf“Q ?­Ó+-7iõÔÞS\\E3>Ba','',0,'?'),('R\0¿ÿÝV¿nHÕ2ˆhJÕË','wp-content/plugins/thrive-apprentice/admin/views/template/topics-header.phtml',0,'6¦aC±†ö<ÁKNh\n','6¦aC±†ö<ÁKNh\n','ÇWŠÓp­áRF1 oã	öT-sá–:éxÃ×T','',0,'?'),('Û~xÑ>1*O•Ü³Š|fQ','wp-content/plugins/thrive-apprentice/admin/views/template/topics.phtml',0,'îÞ]1w³Ç9ÝWþQ','îÞ]1w³Ç9ÝWþQ','†ÚVI5BZ\0êh;p•|Ÿ@^óÃÔÈšÓ›÷ÌKô','',0,'?'),('ü	ïšNex«(Yu‘`','wp-content/plugins/thrive-apprentice/admin/views/template/wizard/font-row.phtml',0,'Ì÷B½9ä}öË·Ùäé','Ì÷B½9ä}öË·Ùäé','\\,9¥J»Às|@ÔØ\0ÿfYöƒZŒH:¥;=.','',0,'?'),('å ~¿{ïâP.™^\Z›','wp-content/plugins/thrive-apprentice/admin/views/template/wizard/google-fonts.phtml',0,'¿r<­‹¿ÙI )8´+Ø','¿r<­‹¿ÙI )8´+Ø','Ãc|åpp ÌE[ØlUcß¦9\r171’7Yu¥sßýÍü','',0,'?'),('6WSÅH<y]!»l\r','wp-content/plugins/thrive-apprentice/admin/views/template/wizard/logo-text.phtml',0,'u‰Ã÷¢òfºÚ@Òé','u‰Ã÷¢òfºÚ@Òé','5Ö\\{@þŒ²¤ÏüF”Aär¼ODîO¹Ùì','',0,'?'),('yi´O–ßéhé1©”‰S','wp-content/plugins/thrive-apprentice/admin/views/template/wizard/preview.phtml',0,'›<X±ÝZ?©Oç·¢','›<X±ÝZ?©Oç·¢','ÍºÚ4™Oòpfåã\\†ˆÃ½uUqB‘@±þ «·*','',0,'?'),('µÖ¸¤—5MÆ<³­Àg/°','wp-content/plugins/thrive-apprentice/admin/views/template/wizard/safe-fonts.phtml',0,'9˜ìÑ))5S½¤ÁÞ;','9˜ìÑ))5S½¤ÁÞ;','’Ný‰ÿÖ“¥¥J1ûMêÙ¶Ô‹¦Ñ8Ìa™’¸¾_','',0,'?'),('Âìÿç®¯3·Y_­x×^ª','wp-content/plugins/thrive-apprentice/admin/views/template/wizard/template-advanced-settings.phtml',0,'ð:<û	i+ÖUÊ1B\"mÚ','ð:<û	i+ÖUÊ1B\"mÚ','›¬ëúk©Ÿ®fÍX¶æùú	}óÔñ2“ÅT;øÐ—™','',0,'?'),('êÀ˜ùUEäD]¯ŸŠOº','wp-content/plugins/thrive-apprentice/admin/views/template/wizard/template-index-settings.phtml',0,'J¹Ç×Yã#t24(]Q\Z','J¹Ç×Yã#t24(]Q\Z','fâõk)-ks\nâ¢†–ò]ØYÙÜ‚ß.AîŸ™·','',0,'?'),('\\bÜ©*†a8X9súéÌ','wp-content/plugins/thrive-apprentice/admin/views/template/wizard/template-row.phtml',0,'CÂ8Ÿ\'¸.ômXË¨œs‰','CÂ8Ÿ\'¸.ômXË¨œs‰','ÐÚà9ÞÑ‚\0<·Y4ï?Ä³v™^Z6#ïËœi¼HE','',0,'?'),('Š©œ‚×^—LW5¥¨KO','wp-content/plugins/thrive-apprentice/admin/views/template/wizard/template-settings.phtml',0,'×ºë,œ´¿èïGrŠc','×ºë,œ´¿èïGrŠc','ªòª}œô·”Wá\r]&µÅÙy)øYÆ7­ÍÑe','',0,'?'),('s›¤Ý;[®~9já¸ÁXz','wp-content/plugins/thrive-apprentice/admin/views/template/wizard/variants-row.phtml',0,'¬´vQ&ç%{|§}¼„','¬´vQ&ç%{|§}¼„','lÃó@É¥£¿xåD!÷öë~‹®Ù5Ð\'1.À:‚','',0,'?'),('¶üˆ<ièÇlÈ›@rÞxµ','wp-content/plugins/thrive-apprentice/admin/views/template/wizard.phtml',0,'µ¸\\© ¨üxžqWML…4','µ¸\\© ¨üxžqWML…4','q\"~=zòÊW?dan×™ý·>\'6äÉrFmOp·%Eó','',0,'?'),('Jlv7Õ©Bw_~ŸHŽ¬','wp-content/plugins/thrive-apprentice/admin/views/template/youtube-extra-options.phtml',0,'¯ÞþXpš?F|c9IÃ²c','¯ÞþXpš?F|c9IÃ²c','[Û/†ïÞ”Ò\'þ¡\ZìŠ›é£ÿÌoQ0B#','',0,'?'),('Y8“Ò\ZEê~¸ðÔ`äý','wp-content/plugins/thrive-apprentice/admin/views/wp_version_incompatible.php',0,'°¿gDúã[Òø aŽ”','°¿gDúã[Òø aŽ”','„çÐSØMSô»²»7×\noC}¤fvj;˜Mz›”','',0,'?'),('ï“ž°cÆ³°÷	“Ã','wp-content/plugins/thrive-apprentice/class-tva-const.php',0,'	xº©ù©ŽÜQ¿Ë[N}q','	xº©ù©ŽÜQ¿Ë[N}q','êëwY¸_·~Gå»¼B!<øcEÌ&ÚÊŽmË¾ˆ8','',0,'?'),('Ô€gì9PœeÕÍLÈ*Kš','wp-content/plugins/thrive-apprentice/i18n.php',0,'zêA€ÙñÞ¨é°toÊ=}','zêA€ÙñÞ¨é°toÊ=}','L’Ô}:†ž2 ôÈ“)Š„4íˆ3KãL.šBl\r°Æ','',0,'?'),('‚8NÉÂ>ß\\8U= cp','wp-content/plugins/thrive-apprentice/img/arrow-left.svg',0,'¾0ùR\r®G”t‹–¡f¨±','¾0ùR\r®G”t‹–¡f¨±','OL8¯{–N¥fcH.‹þšèÂ	Cu=˜±y<á\\©ÑI','',0,'?'),('Î1jzÒCÝ¼Êr˜5ëu','wp-content/plugins/thrive-apprentice/img/arrow-right (1).svg',0,'ŽcvP9:\rêY®]í/Yh™','ŽcvP9:\rêY®]í/Yh™','¦æ˜¯ÒÛW_\n)u~¯™]¨ÈÌê“»À§zTX³¢','',0,'?'),('a®½•Aw¿1×¦þÜján','wp-content/plugins/thrive-apprentice/img/check(1).svg',0,'4cÃ·&††ûþÉ“|C9','4cÃ·&††ûþÉ“|C9','l˜ä×sYø~‚Ç©÷!ÄTüÛn‘g(Ó[¥Øí','',0,'?'),('YâGø¢ýÉ•ýq]Ù','wp-content/plugins/thrive-apprentice/img/ta-svg-icons.svg',0,'Æ”F³ÙØµ¡\0g„vH¥½','Æ”F³ÙØµ¡\0g„vH¥½','9ÍÈ]ÔYì˜*†oŸ\ZdþdÙLü¡\"[¥w®‰+','',0,'?'),(';	wi¬C8Ë“Dñáê','wp-content/plugins/thrive-apprentice/inc/author.php',0,'u/ŠyÛèTŸX)L]ïkh¥','u/ŠyÛèTŸX)L]ïkh¥','¼9çk?·~k{•šz¾YÂ”ãÒ”—Í¹ß±Ê´û9','',0,'?'),('%k½÷™ªÄ£êç”)…Øv','wp-content/plugins/thrive-apprentice/inc/class-tva-db.php',0,'V/)Q@Ÿk%×äT¼','V/)Q@Ÿk%×äT¼','¯ü±×«d½¤¢î„^·\r•‘ŸÖ;m|¿˜¡Œ6ã','',0,'?'),('Ü\'žÐBµ¨š_Y©(','wp-content/plugins/thrive-apprentice/inc/classes/class-tva-chapter.php',0,'‚ÜöABÅv”fÄÒ¯2Ù&‡','‚ÜöABÅv”fÄÒ¯2Ù&‡','™\Z”ÓÅhh=ÃEŽŸ´–ì3*f\0p÷\"i:ÈÆ','',0,'?'),('•²É¡œ\\ØÊ4&=ƒ¬)U','wp-content/plugins/thrive-apprentice/inc/classes/class-tva-checkout.php',0,'3¾ª¤[Ý»Žc÷Ö)ÌD¨\r','3¾ª¤[Ý»Žc÷Ö)ÌD¨\r','i€-‡P{c}y³Îf1w¾A®EàÓ€ú\0	ÚÜN¹`','',0,'?'),('¿ˆM¿ó¶Áìœ/î~¼;´f','wp-content/plugins/thrive-apprentice/inc/classes/class-tva-cookie-manager.php',0,'O¡šØÜ¹|jÁd@„ÃæR…','O¡šØÜ¹|jÁd@„ÃæR…','Ò|\næo‚Ôß>zâ‘D‹t#žªŒLDÁŸá‰õC','',0,'?'),('TWNBP\ZëmH4U››£','wp-content/plugins/thrive-apprentice/inc/classes/class-tva-course.php',0,'Gñô¬jF½&dCzRò','Gñô¬jF½&dCzRò','BÔB.¹¯ê,Q`Á¼qä§rÖ»¶æÞ¿oÛÙB,','',0,'?'),('‹4‘»£¥Ú©\"Ù\nuÃÀl','wp-content/plugins/thrive-apprentice/inc/classes/class-tva-lesson.php',0,'8¹Éµo‚\\Ÿ¸<øj#P','8¹Éµo‚\\Ÿ¸<øj#P','×ëg„þ)Ýf[°2›052áÓ#¿ÌJøœ˜\":T+C†','',0,'?'),('y]¨z}E$sŠï¥-­ÏCi','wp-content/plugins/thrive-apprentice/inc/classes/class-tva-manager.php',0,'ÍÀŠc)ÇrKù;ñ?eœm','ÍÀŠc)ÇrKù;ñ?eœm','ØKK2RÁ”¦(ÒžÓŸöŒ`œ5àüËlÁË¼ƒ¯ØÐ','',0,'?'),('`¨1æc^jXÝyÚ×¸R','wp-content/plugins/thrive-apprentice/inc/classes/class-tva-module.php',0,'®·\Z¸wÙ_ç„¥¦òI+','®·\Z¸wÙ_ç„¥¦òI+','ƒ£h@¸é7g\'eE<ýÁ‘þ+ÈÝ5›pbè=«>‚ÙL','',0,'?'),('ÑßO2Â¸Nÿ+füÅ.¥Q','wp-content/plugins/thrive-apprentice/inc/classes/class-tva-post.php',0,'™ÓÐÕ?ÅK°T¶‘M‰”ô','™ÓÐÕ?ÅK°T¶‘M‰”ô','‰R0d»#,\0&Ê&ªS>ÂVòG»ßÕ_Î|e¶³„Ý','',0,'?'),('nŒ™_Ÿ\"QÇ%›©vê\\ò','wp-content/plugins/thrive-apprentice/inc/classes/class-tva-privacy.php',0,'¯Õò{«KéÝ|ƒ¯)\'','¯Õò{«KéÝ|ƒ¯)\'','Rï°±«Î8|¬À:¼>`Ñ÷ò_BÐ¥ü²¬3	‹','',0,'?'),('ß9H¢^Ãs+ö¯lPÉ·Ûz','wp-content/plugins/thrive-apprentice/inc/classes/class-tva-product.php',0,'áïŠAXE7ïÄ‰odˆêxŠ','áïŠAXE7ïÄ‰odˆêxŠ','7ÂQ:7ŸîFØ``É¹½q\n‡(ù)Oéä»#œ','',0,'?'),('k\'¨úU\0¾Á9Ùo?“ù','wp-content/plugins/thrive-apprentice/inc/classes/class-tva-rest-controller.php',0,'†«„DXl_Œa¥Rà›«','†«„DXl_Œa¥Rà›«','6ÖòÙ]‚„/(ÆU{\'|®ªÊôåÓñ¼uð‡Ê8','',0,'?'),('Þ\"Ë)Ð•V*WeôO?‰','wp-content/plugins/thrive-apprentice/inc/classes/class-tva-sendowl-manager.php',0,'£«Þ|ír–ä(àa@ ø','£«Þ|ír–ä(àa@ ø','©LÏ£(§Ì»ö?ù§þ=·\r\'XD¿óMæh•6«Êç\0','',0,'?'),('U¾…’Övè‰ìa~!€œv','wp-content/plugins/thrive-apprentice/inc/classes/class-tva-sendowl-settings.php',0,'hYë†Ñd61O¢iÝ¡','hYë†Ñd61O¢iÝ¡','{À‰ñ®0Š+Ô.¶|Ú­¿É‰€Ú¨ÿüÃB<p?ý/','',0,'?'),('ÏUÿ!}\\1­¥#2l','wp-content/plugins/thrive-apprentice/inc/classes/class-tva-sendowl.php',0,'Aë:Ñ·pE8ê<(t','Aë:Ñ·pE8ê<(t','i×ó`×&\nƒx³	—ä­åñùM²h¬ôe.¸¼ò¯eI','',0,'?'),('©MC+49¼ŠãsEVÄ','wp-content/plugins/thrive-apprentice/inc/classes/class-tva-settings.php',0,'ko~Nïe“q‰ÓÃa•','ko~Nïe“q‰ÓÃa•','cGˆÕ#[˜Ð0!Ü¿òã»ª”œ„@Ïp?üîE','',0,'?'),('@ºü&zÎ\\®¦Í‘ÿWŠa','wp-content/plugins/thrive-apprentice/inc/classes/class-tva-shortcodes.php',0,'›¥ˆávº2è#f=€³','›¥ˆávº2è#f=€³','Âç&®ð–“,Àñ«ËCGKEÖæÛÑ\\ÊnS½‰ÿ<B','',0,'?'),('¡¦!ÙˆYˆÜ„Ó¼	Í','wp-content/plugins/thrive-apprentice/inc/classes/class-tva-term-query.php',0,'c5ÏýÊ.et€œÎLù8‘Ì','c5ÏýÊ.et€œÎLù8‘Ì','®ËÜß6+¼@¹á$ë÷+@e\\”ë¦à#r/ºÌ+ôÀh','',0,'?'),('s°nò|ØgèÄÝO~õÙ','wp-content/plugins/thrive-apprentice/inc/classes/class-tva-term.php',0,'67¾½¯JÚ5P\n¨!ö	','67¾½¯JÚ5P\n¨!ö	','b m–§Y%µ\0€ºñ[¸knñÁ¦é\\³‹§ç¬¿&','',0,'?'),('*ìÔ“o·_Ÿº_<¸Šyó','wp-content/plugins/thrive-apprentice/inc/classes/class-tva-thankyou.php',0,'GñlÏ@ªX…žæõ{ª','GñlÏ@ªX…žæõ{ª',' ËJøÂ¬(õ¦”î‹*GkÄ=ïîF`õÎÙ_\nÆ','',0,'?'),('Ñ\'ï)”ö]¨.?ùÙ(','wp-content/plugins/thrive-apprentice/inc/classes/collections/class-tva-bundles-collection.php',0,'\n„£È^ÜÍØ=\"0Þ£•|','\n„£È^ÜÍØ=\"0Þ£•|','š	Ò÷Ù2ì¼_÷\r™QœYën EñÖß(÷Á™“ì','',0,'?'),('î[ëšÎ¶œê&’êV1ã','wp-content/plugins/thrive-apprentice/inc/classes/collections/class-tva-collection.php',0,'\\¶ãdä4H¹Ô\ZÚE]–\r','\\¶ãdä4H¹Ô\ZÚE]–\r','4&æVm›NË‚Ž­¢©\n8=³ãú(r‘?[ó3†½»­','',0,'?'),('1zTMM’2Û]lp—$CG','wp-content/plugins/thrive-apprentice/inc/classes/collections/class-tva-products-collection.php',0,'4OqªÚ,ÄÚ\Z\"ë6›D','4OqªÚ,ÄÚ\Z\"ë6›D','>×þ@œÞ÷<óJÞìOmë-l*n¤SfBá¶C1§Ÿ','',0,'?'),('ç‰y)Ë6ÞôkÕ«¡Ù\Z','wp-content/plugins/thrive-apprentice/inc/classes/collections/class-tva-terms-collection.php',0,'ø(ƒl·»`=Ð\nÚgîWf¾','ø(ƒl·»`=Ð\nÚgîWf¾','ùfçý@pÌK|¼qôº}L=H÷k£ÄÊ%óñd–','',0,'?'),('µ¢ù“òý7Ýö²¯2A','wp-content/plugins/thrive-apprentice/inc/classes/endpoints/class-tva-chapters-controller.php',0,'²¾5MbóÀ.¶…zó#`˜','²¾5MbóÀ.¶…zó#`˜','-ÌQ TÖûR\r\Zì¡Ö:2Ùª«Ø‡ô}E¦î¹f','',0,'?'),('®\\£@²ÆKïrÍ4¨hFË','wp-content/plugins/thrive-apprentice/inc/classes/endpoints/class-tva-courses-controller.php',0,'¥ÓåÃ*é|O!šs','¥ÓåÃ*é|O!šs','¼Û†‘Âœ*ãv™\\Ó¡<u¥×NNÃbš«Ãa7Ö¸Q','',0,'?'),('ÌŽ\ZÐ‘\Zg»‚¢pŽS³','wp-content/plugins/thrive-apprentice/inc/classes/endpoints/class-tva-frontend-controller.php',0,'{AŽœ\'4ÖRygC3«ü-','{AŽœ\'4ÖRygC3«ü-','º‘Ý½ï…FøÓÒÏqñòãä»S¬Àw5MÞÑÿÙc ','',0,'?'),('v®Z–aàcTkçñ¤3þ','wp-content/plugins/thrive-apprentice/inc/classes/endpoints/class-tva-labels-controller.php',0,'²$ýž`]D­ª‚¿“}','²$ýž`]D­ª‚¿“}','éÝÁ“tgo(%šÅPJ|™òš!fKB†d-²','',0,'?'),('ò.A°&\0u\rüMãúðÉ','wp-content/plugins/thrive-apprentice/inc/classes/endpoints/class-tva-lessons-controller.php',0,'jKZdú7œƒm¼¤ <Á','jKZdú7œƒm¼¤ <Á','Q´£@õãäh¿û²¢kfÕþÇÛÅJ`voçöüKJÅ','',0,'?'),('¥ä\0	¸òÔDwó3]9H¥‡','wp-content/plugins/thrive-apprentice/inc/classes/endpoints/class-tva-levels-controller.php',0,'ÜBvåU\nfïìMÕ%òÜ','ÜBvåU\nfïìMÕ%òÜ','¤™ˆ‚‡\"\ZdŠ1¤²íÝ×éL1ézzùÉN\"óiÛ\"','',0,'?'),('¶L6Í£gËÄ¯ávfåÎý','wp-content/plugins/thrive-apprentice/inc/classes/endpoints/class-tva-logs-controller.php',0,'#Ø$‰Éreèƒ\n¬ÈýÞ','#Ø$‰Éreèƒ\n¬ÈýÞ','êZMÄ½Î\Z@þºùË\0÷H®»‘|ñÅ\n@¦õÒ½pRÖÜ','',0,'?'),('±®ƒtyE¢ré2‚J»u','wp-content/plugins/thrive-apprentice/inc/classes/endpoints/class-tva-modules-controller.php',0,'KããuéŸ´ð6’','KããuéŸ´ð6’','ión#øÊ—âì\\×(r™Q^&“h´Ô¡ÖgiÕbo\ZJ','',0,'?'),('¼Lõ1^Ü9plµæ€Çõ…','wp-content/plugins/thrive-apprentice/inc/classes/endpoints/class-tva-sendowl-settings-controller.php',0,'t´ä–ÔÍm… YZÊNÒh„','t´ä–ÔÍm… YZÊNÒh„','H¡‰Ü3+W„@ïàe´Wa]^À.›\"ù\0BµÎKE·DÊ','',0,'?'),('u-¬<vMŠÖ÷œ=®Ò˜','wp-content/plugins/thrive-apprentice/inc/classes/endpoints/class-tva-settings-controller.php',0,'ÅðÚfÝYiGÖVÌí±1‚','ÅðÚfÝYiGÖVÌí±1‚','1óÒ=-’\ZusP¼óùš‘ä´ƒœ*¨a#ð>','',0,'?'),('Òž(7D0`µŸK=Ù Û','wp-content/plugins/thrive-apprentice/inc/classes/endpoints/class-tva-stacks-controller.php',0,'ö£–œGê˜CõÈ\r¤\\','ö£–œGê˜CõÈ\r¤\\','£WØ4T˜êÕ]ë8B ¯%‰ÓëwÍþ„l€Ñ@†Äa','',0,'?'),('º@°»ëèÎ=°ZSæKÌS“','wp-content/plugins/thrive-apprentice/inc/classes/endpoints/class-tva-topics-controller.php',0,'—3ì?¦i#ig\'ÑúMå®','—3ì?¦i#ig\'ÑúMå®','ºí»ï<¯6âO3¹^­JÅ¼¯pk€ÏáŒ8]§í)','',0,'?'),('	õÖH\\v(Ú|äÁ·1ƒ”ù','wp-content/plugins/thrive-apprentice/inc/classes/endpoints/class-tva-user-controller.php',0,'-=ªÆp¸æyÿHçT9','-=ªÆp¸æyÿHçT9','ÌÎçÌ4*ýÌ¥ét0îˆ%B!õ¤r™=¯t¨','',0,'?'),('ùüÝÑ-ñoV•-‰´èë','wp-content/plugins/thrive-apprentice/inc/classes/integrations/class-tva-access-manager.php',0,'à% ÿ³Wo¾å†G|','à% ÿ³Wo¾å†G|','ÁwÊbž˜½7å\r–sbDcÛ¢ß`\0Ë(VlV>','',0,'?'),('È=Š2&õ3.L1Žl','wp-content/plugins/thrive-apprentice/inc/classes/integrations/class-tva-integration-item.php',0,'ú%ä«}©Ôfÿ0-²¬±§','ú%ä«}©Ôfÿ0-²¬±§','û²y;þ­í\"=û»YV÷£!|œ°œÂÿt†ÆÖÑë3','',0,'?'),('\rÂÇÑÜÉê€º²Ÿ`„','wp-content/plugins/thrive-apprentice/inc/classes/integrations/class-tva-integration.php',0,'\r†µJ	xÓz‚1¸êbŽ«¢','\r†µJ	xÓz‚1¸êbŽ«¢','D/Öd š4JçWbìí–i…¨‘±óÇ˜˜¦ÿ\'|','',0,'?'),('«lïÑ­Ïß‰Ì3öN4¨·”','wp-content/plugins/thrive-apprentice/inc/classes/integrations/class-tva-integrations-manager.php',0,'?mŸÈ(`„^B•â[83A','?mŸÈ(`„^B•â[83A','\"¢/M9Ó¸„_A*G÷\"ý z­&ÄO¯³Al®ÆY','',0,'?'),('xñÆ\rbœÈ§‚#›‰|¬Î1','wp-content/plugins/thrive-apprentice/inc/classes/integrations/class-tva-membermouse-abstract-integration.php',0,'ÌÀ’¡epd8âaƒ“‡','ÌÀ’¡epd8âaƒ“‡','›ãÝ Æ4	\"Þ|ÞWVÓA{Š„PÝêr\"ý','',0,'?'),('ŠëýãQÎ» ´”Q¦G','wp-content/plugins/thrive-apprentice/inc/classes/integrations/class-tva-membermouse-bundle-integration.php',0,'a/Úðà¥“d5ž¥t3@','a/Úðà¥“d5ž¥t3@',',›ƒ9Š/†HxëZû.s‡¡!Â™ÒþM8½‡ÎS©ÿ¨¤\\','',0,'?'),('@–»6H²Ô\0ŸÒ“‹','wp-content/plugins/thrive-apprentice/inc/classes/integrations/class-tva-membermouse-integration.php',0,'‚K¶Î6H¢)ÍÕcóÞG+','‚K¶Î6H¢)ÍÕcóÞG+','o;D\'âg{JUn)F•%“7‹é$âP´4/YWûê’þî','',0,'?'),('tàx@(C°}Þk(Ø','wp-content/plugins/thrive-apprentice/inc/classes/integrations/class-tva-memberpress-integration.php',0,'u-^X{KR~*¶H…Uí','u-^X{KR~*¶H…Uí','%ö¶81B”Eý½Í;Há·Ïñ]¿&D\næÒ]x“ö4','',0,'?'),('¼‚mC\rKÉ´tÊš=@Ç©','wp-content/plugins/thrive-apprentice/inc/classes/integrations/class-tva-sendowl-bundle-integration.php',0,'RÓÔÙ@u;‰`Vq½\"%ß×','RÓÔÙ@u;‰`Vq½\"%ß×','­pú°Qó<IåO„{¶ffNš »X@Y²\ný½','',0,'?'),('øêq¬A#Âa\ne4Okå','wp-content/plugins/thrive-apprentice/inc/classes/integrations/class-tva-sendowl-integration.php',0,'Ö8<åîÚ†Û:H±3','Ö8<åîÚ†Û:H±3','1Ý¡›qo»,wLn´|íãV;Û“Ífá³lÕ\"ÉŒèÓ','',0,'?'),('úåò…u	 ô’@Ä÷x˜?','wp-content/plugins/thrive-apprentice/inc/classes/integrations/class-tva-sendowl-product-integration.php',0,'“ê4$þ%>Æ2\'ŠÓ–Ñ','“ê4$þ%>Æ2\'ŠÓ–Ñ','@:N;;—€Z™bÀ·–… öõBXûeÛã?¼Ïñ','',0,'?'),('nÕˆ¨m3½¤[Ž:xÀ²Ø','wp-content/plugins/thrive-apprentice/inc/classes/integrations/class-tva-unknown-integration.php',0,'¦—:)ÜÃ1!òa‘dµŸ _','¦—:)ÜÃ1!òa‘dµŸ _','ˆ‡Õ8Ùàd«”è6zÚý¸,)ªC¸×ñ”¸²lNaeh','',0,'?'),('k[zçü¿Æ÷$cpd²¦i','wp-content/plugins/thrive-apprentice/inc/classes/integrations/class-tva-wl-integration.php',0,'¾,Ù±1mp','¾,Ù±1mp','Zú’‡%,–þñw\n–ƒo6«íaŠo«”«','',0,'?'),(' ™R\"W~™œ:kóžËg','wp-content/plugins/thrive-apprentice/inc/classes/integrations/class-tva-wp-integration.php',0,'\nÿRÖx{r¤‰‘6ÓÛ','\nÿRÖx{r¤‰‘6ÓÛ','u~±àµ\\Ý„¦na‹/’À¹;û3úeØê\'ä4Œ°ì','',0,'?'),('2jÓ§÷ À>\"8­/D','wp-content/plugins/thrive-apprentice/inc/classes/logger/class-tva-logger.php',0,'@1[¸äTÉ‡o@Á_žm','@1[¸äTÉ‡o@Á_žm','Ë¡…%\'ü¾_Š\'\Z»ÇwÐ}</ˆ‚ú°‰•[›Z','',0,'?'),('y§[n*³Ðö^µ•ë:','wp-content/plugins/thrive-apprentice/inc/classes/models/class-tva-bundle-model.php',0,'\"µò…&èñO{P•)n‹‰å','\"µò…&èñO{P•)n‹‰å','½HŠãØ°lûÁ? cÃÚ“—ø¦¶íè\n:lÇo{½','',0,'?'),('SQYü°ÿ\02¢´€c\Zii','wp-content/plugins/thrive-apprentice/inc/classes/models/class-tva-model.php',0,')ýøíY\Zí=÷Ôßòmp',')ýøíY\Zí=÷Ôßòmp','D\ZåùJ­ö }ò²·Ž\"SúÐ\0ôweUVE‰óN','',0,'?'),('yqiTôº¥å!ÞÈkþx®H','wp-content/plugins/thrive-apprentice/inc/classes/models/class-tva-product-model.php',0,'KaÆJ4(LÆªÙo2\nÙB','KaÆJ4(LÆªÙo2\nÙB','Šs‚ik‚Ý54/éY°ÂÜh‹ô-/&ŽG<Ò&å¾Õ','',0,'?'),('´–Õ 0‡xg\"?\ZPCi','wp-content/plugins/thrive-apprentice/inc/classes/models/class-tva-term-model.php',0,'}”aªZ(ÎÞÇ±1é{c','}”aªZ(ÎÞÇ±1é{c','c¿*\'Ë€s3\ZK7Àç\"Ÿ+±Æ†óS«l°','',0,'?'),('û‘Ó¨0‚–zkÿRË¦6','wp-content/plugins/thrive-apprentice/inc/classes/payment_gateways/abstract/class-tva-abstract-payment-gateway.php',0,'<4DÌñÀ›F´7÷ÿQþ¼Œ','<4DÌñÀ›F´7÷ÿQþ¼Œ','“Oƒ9¾›ÜNÂý¢tu¡*j>]±&¼)áÇä¾ÒP','',0,'?'),('…üƒãäb‹èÄR-,FLé','wp-content/plugins/thrive-apprentice/inc/classes/payment_gateways/abstract/class-tva-abstract-process-order.php',0,'e°Ÿ‹´tåzBÙÖgñèŠ','e°Ÿ‹´tåzBÙÖgñèŠ','2|´:Âqi–÷ŽîªŠô’i¹€Ÿª­¡iÐBÖÐeÒü','',0,'?'),('ö°çÊ¬ÚM{\Zž4Ž','wp-content/plugins/thrive-apprentice/inc/classes/payment_gateways/class-tva-order-item.php',0,'.d­òìÔ|žSRÐ5Ž®—','.d­òìÔ|žSRÐ5Ž®—','‡›×UƒNâíÀ’,ƒ`Š¶ssöÑsü8ôûZš','',0,'?'),('\rY›¶Ä3L‘fëe‹uõžß','wp-content/plugins/thrive-apprentice/inc/classes/payment_gateways/class-tva-order.php',0,'Œ<áNª)*õ^?™—','Œ<áNª)*õ^?™—','mÛ¨°â÷o¥ô$­Ž‡§þœšFÐƒÈ–ÍGH*&ª¥{','',0,'?'),('=z`>›¤ôvÛ‡µ\nŒ„÷Ø','wp-content/plugins/thrive-apprentice/inc/classes/payment_gateways/class-tva-payment-init.php',0,'BÖ¥	Pºà7*j79iÛÇ','BÖ¥	Pºà7*j79iÛÇ','LžDÇ‹ŸíÇ:’^Oà^­¹Íõç;zdwÞ7šÞrr','',0,'?'),('Ô®}%,Š*#Ok«¸E/','wp-content/plugins/thrive-apprentice/inc/classes/payment_gateways/class-tva-sendowl-payment-gateway.php',0,')Æ•\ZøóTøaötÞ|ÃZ',')Æ•\ZøóTøaötÞ|ÃZ','…½yÇpƒ\rpZšØ•ÕÀÑ¾WdfÑÇ_û8','',0,'?'),('\'b\0°«={“Å€EÝ5~Ý','wp-content/plugins/thrive-apprentice/inc/classes/payment_gateways/class-tva-sendowl-process-order.php',0,'Üi²î‰yÏñ21‰B¨î“','Üi²î‰yÏñ21‰B¨î“','N€ƒ\'Úp®µÔì|Bâ½¼	™{ä^£o¹´ìÁpµ','',0,'?'),('¹AS@_¹t)iÅ#ˆ0þ~','wp-content/plugins/thrive-apprentice/inc/classes/payment_gateways/class-tva-transaction.php',0,'Q_\' ›«©+Þ²Å´','Q_\' ›«©+Þ²Å´','\Z×´;¸T\\0ª-b»=c1™F5ÿÎš-œ|¼Ž8','',0,'?'),('_?×OÚ™úåMøv¯Y²','wp-content/plugins/thrive-apprentice/inc/classes/payment_gateways/class-tva-user.php',0,'òB˜¨tÖ\0iB©¸I–','òB˜¨tÖ\0iB©¸I–','`»Oø²QãwIf,íšåÃÖ-ï0\rºËñ³-eÌ ÷','',0,'?'),('«¬½Êˆ;¿yA$]¿Ûi k','wp-content/plugins/thrive-apprentice/inc/classes/widgets/class-tva-author.php',0,'£æ¤\n¥…¸Ñ4\rzz’Àp','£æ¤\n¥…¸Ñ4\rzz’Àp','&î}ˆ°ÃI_×Ÿäìõk\"	óßYÒY ýú<\n2','',0,'?'),('äaÜï¿ú‡Ñ[‘~[äc','wp-content/plugins/thrive-apprentice/inc/classes/widgets/class-tva-lesson-list.php',0,'B‚J;Þ±bå‹$Cã','B‚J;Þ±bå‹$Cã','òoÈbŠÜ„5DÁqïnï›Áž*bN(Sþ~a:_™)','',0,'?'),('<åO‘Ac=Ù¹=Pl','wp-content/plugins/thrive-apprentice/inc/classes/widgets/class-tva-menu.php',0,'Ë¨DHæfâòE˜óÔÆ','Ë¨DHæfâòE˜óÔÆ','À|U–åk‡;EI:$±¾”l\Zµ;pNZY›X±¼„gé','',0,'?'),('Ìš1™˜®Nº5^kŸ`á\ZÛ','wp-content/plugins/thrive-apprentice/inc/classes/widgets/class-tva-progress-bar.php',0,'góëÙn»æ\r}ŒÏÀ','góëÙn»æ\r}ŒÏÀ','Ï† ÑWÅØiñS—[DÀÁŽ!-”\nÎgˆd¬dÂŒÎ‡y','',0,'?'),('õ é±gô„Ðèv5¼)Ñ¬™','wp-content/plugins/thrive-apprentice/inc/classes/widgets/class-tva-recent-comments.php',0,'åê ¼S³2î`¼4“¨è','åê ¼S³2î`¼4“¨è','aV‘³\r\\6ÊôêA‹¾ÚÔyðaÿ°&–b','',0,'?'),('i>ãÞ\Z™:mD‡c','wp-content/plugins/thrive-apprentice/inc/classes/widgets/templates/lesson-list.php',0,'/hIp€xz§÷³ ÐžßR','/hIp€xz§÷³ ÐžßR','á)U`üx˜å+ªyu9ÈX±ê¶Ö(²êœàtŸ','',0,'?'),('7àORòy¸HðÚVÅÉíW','wp-content/plugins/thrive-apprentice/inc/compat.php',0,'?ù±Œ‰àÁ¡;Ÿ;~,ñ±I','?ù±Œ‰àÁ¡;Ÿ;~,ñ±I','y¤µ¨ÐËZžõö¨z-’\Z‹¾vnxY†ÁL‡.÷','',0,'?'),('ðýZ4\Z°EÊ‚wQ‰','wp-content/plugins/thrive-apprentice/inc/functions.php',0,'ädY(zÑpg,•)¶','ädY(zÑpg,•)¶','šwoÝTä‘MàèÕ¼7²p(Y»<CUÿ?óú„àî','',0,'?'),('-¼~ŽF®}¢n5	','wp-content/plugins/thrive-apprentice/inc/helpers.php',0,':ê¯¬ÅÞñWùëÿ”\r­}',':ê¯¬ÅÞñWùëÿ”\r­}','~X)R±“‹MuV\nÂË:šý=\"´xwM\nT*‚\\?ÏâÌ','',0,'?'),('»ñ\0LNyP`§AŽ›º%','wp-content/plugins/thrive-apprentice/inc/hooks.php',0,'–êâ¨J0ý)H9ƒ«îÓÏ','–êâ¨J0ý)H9ƒ«îÓÏ','uöÏµû$dG‰}l±¡Ñ@§Ÿ@YÜz\r¦ø,ÞæÖ','',0,'?'),('füÉ¼²×lÅ[k@›Ì','wp-content/plugins/thrive-apprentice/inc/menu.php',0,'Û°ÚÑ“.˜@Ô	ÿÊ8B','Û°ÚÑ“.˜@Ô	ÿÊ8B','AŠÍÏÆêˆ¿‰â¢Šj(Úÿ£«°¦%è¼XkNÒØ\'.','',0,'?'),('5r‹†:‹: É½hi!¨','wp-content/plugins/thrive-apprentice/inc/progress-bar.php',0,'T§®Å‘RK£xt©‰','T§®Å‘RK£xt©‰','³S›\"}\nºLdŠ¸«šãÌ‰‡ìeª@\0ŸË','',0,'?'),(':Ü~dÐyKBÿ^qQ!','wp-content/plugins/thrive-apprentice/inc/views/author.phtml',0,'\'f#bu˜&|!Š ùP','\'f#bu˜&|!Š ùP','À”Ä3Hœò›\nÎ4Úe\0YÜBxf.šª2ßsñh','',0,'?'),('Ð5þ­ÃSo\Zžo’ˆž(','wp-content/plugins/thrive-apprentice/inc/views/chapter.phtml',0,'Œ¦¦fôû]R˜Ù5ªpô','Œ¦¦fôû]R˜Ù5ªpô','\n­9Ãô>µ®çvƒ?²QÒ˜ÜÞ	YÜ\\Ü«Q','',0,'?'),('¨Š¡©³±ÂæsË×Ÿ','wp-content/plugins/thrive-apprentice/inc/views/lesson.phtml',0,'§Ë2¹3V%CáþôÆÉ','§Ë2¹3V%CáþôÆÉ','Ü~ZÿXßTÈ;|b8¤™_¹g=Á­]õIãrÐ\\1','',0,'?'),(' Ž¸¤~Ò×ó<Ÿ:z»@M','wp-content/plugins/thrive-apprentice/inc/views/module.phtml',0,'‡\"Tk×]]¤B€úzÆ/—','‡\"Tk×]]¤B€úzÆ/—','*°¬…0¡vy~høsKëÉ–t(3«H÷väŸ?‹öÎt','',0,'?'),('é?¤ŠH B­aúÖ','wp-content/plugins/thrive-apprentice/inc/views/widget/chapter.phtml',0,'¿ÓÆ‡fÐÌû_šîr†A','¿ÓÆ‡fÐÌû_šîr†A','B±`wGB\'_·õmõ\\Ø!GŒº¥ðu0µgÅUÃ¨','',0,'?'),('KH2~ö¹Þ«ZGë‹','wp-content/plugins/thrive-apprentice/inc/views/widget/module.phtml',0,'YâTûýÕ©ÉoF¦Øˆ','YâTûýÕ©ÉoF¦Øˆ','³±¹vGXÉn°HB0B íu\"ÞžM>•–±Ê¼Uõ„','',0,'?'),('ˆæ—$\0	±€–’ÍÒrIÃ','wp-content/plugins/thrive-apprentice/init.php',0,'\"$¼\r¦öLáV2TùÀ7€','\"$¼\r¦öLáV2TùÀ7€','Í{;n\"B_ªfVÌÿç(È>¥–ü	ç2Î\"|Íô','',0,'?'),('+iþl¢Ä¯ƒ?¸~(Ý ','wp-content/plugins/thrive-apprentice/js/dist/editor.js',0,'ä[z(Eì0µDÿ.½Ï2\'','ä[z(Eì0µDÿ.½Ï2\'','i£XŽSFÇÇÚ˜Bwïö±_;óÒy·œrêÔWZÎ','',0,'?'),('\"<Y:.†½„Ó¤:Y','wp-content/plugins/thrive-apprentice/js/dist/editor.min.js',0,'¾£kÓV\0A¢O¹¿ýu@','¾£kÓV\0A¢O¹¿ýu@','ÊÓDÂ¥1B\'5G3§vœk8ÇW£JßÅÐqÄí','',0,'?'),('³ŠðöS+Ä±M˜\\dò','wp-content/plugins/thrive-apprentice/js/dist/frontend.js',0,'Ãn(Œµ=ÈxëXŠŠºž)','Ãn(Œµ=ÈxëXŠŠºž)','¹ÉÑGôˆ–›ÎÌ)Âî“XK±ŒOoÿ¹\'Tb»çPÃ','',0,'?'),('sj	dcÎ]ovÑ€gGAæ','wp-content/plugins/thrive-apprentice/js/dist/frontend.min.js',0,'°áãŒðÕÒˆ)%aÀ¦','°áãŒðÕÒˆ)%aÀ¦','+=RÃÄR\\\'w2å¬J:;Ææ<àvÙÇV;ö','',0,'?'),('pù^r°ýØ¹ÂË¤6¨ï','wp-content/plugins/thrive-apprentice/js/dist/jquery.scrollbar.js',0,':Ü\\òøú[lÚy°ñë',':Ü\\òøú[lÚy°ñë','ŸX¤KÓ¿UÖ¢›*œrFwKš®|Ä­£—TÏIÚÄb','',0,'?'),('Ò;ù‡\"ÇX­ª\n‘øø¬','wp-content/plugins/thrive-apprentice/js/dist/jquery.scrollbar.min.js',0,'Ì½š©Æj×=kaoèa','Ì½š©Æj×=kaoèa','ÅšAZòˆ*Óšd³¢4Ø>ßƒ5Ÿø–.$…ßS¬ o','',0,'?'),('Q¦æÑ\n/áyHÂÃÎùä','wp-content/plugins/thrive-apprentice/js/spectrum/i18n/jquery.spectrum-ar.js',0,'ž¿‰J;MÞX„•Öf,¤','ž¿‰J;MÞX„•Öf,¤','öÁYôÏ ò$=ƒebjå?ð,®¥@iX\\ƒrœ„»','',0,'?'),('Öqa˜8Q\nÿ†(4e8','wp-content/plugins/thrive-apprentice/js/spectrum/i18n/jquery.spectrum-de.js',0,'UrÈfS{3lO5d.Ù','UrÈfS{3lO5d.Ù','/`/ÊX¬2†ÑÜ,?¢©þ±k;ža2\"SùuÆ«ùaÑ¶','',0,'?'),('?\\ÒiÝØ¸\ZpW‡Ú¼','wp-content/plugins/thrive-apprentice/js/spectrum/i18n/jquery.spectrum-dk.js',0,'ç“ÄdþÃBw^‡°±Q5','ç“ÄdþÃBw^‡°±Q5','l^TÝ×ê Z2âÚ\'à<¦ª^TÂ¢lfd´£G˜','',0,'?'),('¯wÛwJ“€få¢(®ú','wp-content/plugins/thrive-apprentice/js/spectrum/i18n/jquery.spectrum-es.js',0,'û_iÐå=š\\ÿS¡ë[æz','û_iÐå=š\\ÿS¡ë[æz','ãtÂÚfÉXZ+­%ï@íù¼éQÈ´$PCÜï¼þH‹','',0,'?'),('jðˆ¸Í*¬µGl©Ñ','wp-content/plugins/thrive-apprentice/js/spectrum/i18n/jquery.spectrum-fa.js',0,'õEùOív…ûûH·¶Ï','õEùOív…ûûH·¶Ï','»Y5í\Z¬wï,\00Ú±£d\0Sh‘Ú{ÌZ¦j·ü>y~¾','',0,'?'),('#ÙrDÆ„öD¼ø¢7\"/','wp-content/plugins/thrive-apprentice/js/spectrum/i18n/jquery.spectrum-fi.js',0,'<²fŒ%ç:ò?ÿ÷0$æB','<²fŒ%ç:ò?ÿ÷0$æB','è?PåÍk·Ö&<~ØOy¼‚x%ÈrK°³¿h«öÜ‡=','',0,'?'),('ârI—j=ó¿XÇ<aýÂ@','wp-content/plugins/thrive-apprentice/js/spectrum/i18n/jquery.spectrum-fr.js',0,'A\\•_€{Î¢¢3¾•å','A\\•_€{Î¢¢3¾•å','P]÷u\Z”DÌw%½IaH;Ê|\rŒÓA½ó@€ôÀtŽÓ','',0,'?'),('RÛÂ#oùîÕ¹•)ö6þù§','wp-content/plugins/thrive-apprentice/js/spectrum/i18n/jquery.spectrum-gr.js',0,'f-f‘ÍÇé”™èˆ»!Ö','f-f‘ÍÇé”™èˆ»!Ö','r%0œDÄ\Z$¨4Þ¬\0+”|SôW¬î,Ò;£¿','',0,'?'),(' DŸêÔŽ$€xiæçÂ+','wp-content/plugins/thrive-apprentice/js/spectrum/i18n/jquery.spectrum-he.js',0,'@6¹/ÜóÌ¦™LIÌ­øÞÓ','@6¹/ÜóÌ¦™LIÌ­øÞÓ','&üB˜ÑsE²\nŠªè`“‡\r†d«ØÝý~rmÐü€','',0,'?'),('`ŒKô°jÉÙ#øo’','wp-content/plugins/thrive-apprentice/js/spectrum/i18n/jquery.spectrum-hr.js',0,'\\­Œg_ž+c¸õ“LXù','\\­Œg_ž+c¸õ“LXù','‡\'êÑ¨œ×]äDÒ¹C¢ÜôT¼[œ­Žö>õ—-±','',0,'?'),('}¿\rÍÁŠ/ØlSŽã•J','wp-content/plugins/thrive-apprentice/js/spectrum/i18n/jquery.spectrum-id.js',0,'Ô]e\Z¥‡ˆsªÔý»‰\ruå','Ô]e\Z¥‡ˆsªÔý»‰\ruå','Ü×‚q‚ÚGÓN|Š’Êé[?˜yŒï8K%¦ís\'Û','',0,'?'),('zzü[ÚÒyÆÍm4k…N<*','wp-content/plugins/thrive-apprentice/js/spectrum/i18n/jquery.spectrum-it.js',0,'1‘nÅ½òÑ˜É¬:Aé!','1‘nÅ½òÑ˜É¬:Aé!','Ë§\\æ_™ëmÆ´¬®Ä*CÄwsHayUWèßÞDÆ–)','',0,'?'),('ÔØCÆÅr¨#ÜNæ9¢?ö¶','wp-content/plugins/thrive-apprentice/js/spectrum/i18n/jquery.spectrum-ja.js',0,'+[Òµ1}™õ„¶6ýB[»','+[Òµ1}™õ„¶6ýB[»','WX-¢Š,‰Ä§!½·Õ8I”­~W?|ß®Q,[[ã','',0,'?'),('\08%rmë[`—›–·ù¼=','wp-content/plugins/thrive-apprentice/js/spectrum/i18n/jquery.spectrum-lt.js',0,';Y‰Ü˜Fãôö¸\"ñ9',';Y‰Ü˜Fãôö¸\"ñ9','Hl°kôHïÑ\n¤g\Zá<šîŸ²NbTy\\>#K•%‰é2','',0,'?'),('IØ	‚ŸY)ô–Ž¼xâ·','wp-content/plugins/thrive-apprentice/js/spectrum/i18n/jquery.spectrum-nl.js',0,'©ÜÇôîåç‚¹ôŠéb','©ÜÇôîåç‚¹ôŠéb','ôPÛ²k«[³µt…Ü(ZÖÝÙU:½u4ê±¤%WaŸžr','',0,'?'),('%ÆÃr¼woçíÊ\n§ß‘','wp-content/plugins/thrive-apprentice/js/spectrum/i18n/jquery.spectrum-pl.js',0,'6„ïdl(åaKdæP{fZ','6„ïdl(åaKdæP{fZ','Â¶ê†ÉAº ¹ù±–+M¾AŒS7Kå}ûv³DÓN±^ß','',0,'?'),('­\Zò™±)®¦#áÆéDl¹','wp-content/plugins/thrive-apprentice/js/spectrum/i18n/jquery.spectrum-pt-br.js',0,'‹b‰”¨H ç£²¸ñcÝ_','‹b‰”¨H ç£²¸ñcÝ_','0šn? ¦¼s;î°hÏkk‚ù=º|þ·J‚G<','',0,'?'),('ÛuÓÄä?‰†1Ëƒ\r\0¥','wp-content/plugins/thrive-apprentice/js/spectrum/i18n/jquery.spectrum-ru.js',0,'M»jä~ü–Ì\'NÓ\n­Õ\n','M»jä~ü–Ì\'NÓ\n­Õ\n','0Té†3;OX‹À>ÏòˆÝè4~NØ}­[ó','',0,'?'),('	ûòøÃÈ°¡`ÜÂ3<Îà','wp-content/plugins/thrive-apprentice/js/spectrum/i18n/jquery.spectrum-sv.js',0,'ÆŸÿÅ>:÷ä„Y*\Z','ÆŸÿÅ>:÷ä„Y*\Z',' AƒÜÏŽ€ ç\\dTEÐ¢AˆèUjy«L+½æ3i•úp','',0,'?'),('–«P€oË!Ò¿Ë­{','wp-content/plugins/thrive-apprentice/js/spectrum/i18n/jquery.spectrum-tr.js',0,'ìR\r)”ò¼þÎÇCü’[','ìR\r)”ò¼þÎÇCü’[','\rÐ»nžœ”|þÿfÓe;6^ƒœ…ƒšdð7Ù±\0^','',0,'?'),('…Òw¸1\rÑ øß×hW³¬','wp-content/plugins/thrive-apprentice/js/spectrum/i18n/jquery.spectrum-zh-cn.js',0,')r¿¼Ú¹€Lºê}èü',')r¿¼Ú¹€Lºê}èü','™8\nœ!ˆ¸§Üáw\nÚ\\ü†§\\0ÀO+±!7åTzÓhw)','',0,'?'),('LåæèÆ‘Ÿ	%Ãg¥','wp-content/plugins/thrive-apprentice/js/spectrum/i18n/jquery.spectrum-zh-tw.js',0,'¬ÎJV]?my„4/ß¯ùƒ¥','¬ÎJV]?my„4/ß¯ùƒ¥','žGøõÒž˜âÝrŒ¿LÍnC u=‘Rü·çÑð¢','',0,'?'),('YfÉ.Ä\ZF:hŠ—É3Ä','wp-content/plugins/thrive-apprentice/js/spectrum/spectrum.js',0,'_~v#´¸¿Ž','_~v#´¸¿Ž','%Œ¯tD…:³îLNDNÏJ5PŒêOÊ\\\n¬ò ×ö±ÿ','',0,'?'),('Õþ“u;`!–cKšÑÃ','wp-content/plugins/thrive-apprentice/js/spectrum/themes/index.html',0,'ËO¬/ª`l|¶Ï½1[X','ËO¬/ª`l|¶Ï½1[X','9d[œ\r®¸À@€¢mÖ¯Újnyç|.Õ¾Ùä€¶','',0,'?'),('t!“^0k9æÕ5M‘','wp-content/plugins/thrive-apprentice/move-arrows.svg',0,'$à©IÙîS(Ã?','$à©IÙîS(Ã?','X-’Š$5Ö±ŽÇbü<­g6\0ZÝŒVå°ÝÐ¶','',0,'?'),('=WOâÉý¾}VùèÕ·º','wp-content/plugins/thrive-apprentice/tcb/admin/assets/css/fonts/tcb-admin-icons.svg',0,'uê…ÆøâgœñF[³$f','uê…ÆøâgœñF[³$f','HGÐëÑUÈÈ[ÏÈ.èv)dÅz³ŒÔoâ-¼†ˆMO','',0,'?'),('òðÉn1šQ	­/I¼`w','wp-content/plugins/thrive-apprentice/tcb/admin/assets/js/tcb-admin.min.js',0,'½ªD² ?Ww#ÞEºk>','½ªD² ?Ww#ÞEºk>','”ºÊÄv‘üÃ=\Z2ØY/ßë=­{€K¯,i-ï\n¨6š','',0,'?'),('\\ä;±ýØ)ÚÞÚXÒÐ','wp-content/plugins/thrive-apprentice/tcb/admin/class-tcb-admin.php',0,'_MB£\\.%z]öš1_','_MB£\\.%z]öš1_',']¢Rw”áÈZáŒS¼0±DÒ´º/ïVÊ›gˆF€R&¦','',0,'?'),('¡}zÞ\"äóäª±ÁÌe!HÕ','wp-content/plugins/thrive-apprentice/tcb/admin/includes/class-tcb-admin-ajax.php',0,'5sdØ0h& ˆ¡¹Í…á','5sdØ0h& ˆ¡¹Í…á','Ü\r³*#AMaøxÙ£ÿ{íÛa\ZýÍÖáxyìÙ½l','',0,'?'),('Ñ˜\r%–‰\"÷ªÛçoÈúá','wp-content/plugins/thrive-apprentice/tcb/admin/includes/class-tcb-product.php',0,'ˆøòcJ<‰kê÷ÉvÅ‘#','ˆøòcJ<‰kê÷ÉvÅ‘#','ã\"ï#˜_ªOÈA[µïšÙ]²ËÍÌv*Ê­„E','',0,'?'),('0<H²/{À-{þÎf®¸Ž','wp-content/plugins/thrive-apprentice/tcb/admin/includes/class-tcb-symbols-rest-controller.php',0,'ÅY>Ìjq©ÙÓ¼œõ¡’','ÅY>Ìjq©ÙÓ¼œõ¡’','­®ËÅ3œê¶¨5CLIÜAA[\raÜE|üü½[¦¤','',0,'?'),('ª3 ;´­ø¶Ó^Ú¬‹','wp-content/plugins/thrive-apprentice/tcb/admin/includes/i18n.php',0,'m	Y4¦{\Zï\nî„7I','m	Y4¦{\Zï\nî„7I','xíw>ßp™jHÎD-~ÈÐsA=wâÙ(\rÐ„s_','',0,'?'),('\Z•ÎÂ&Ü×ì¬”f–ã','wp-content/plugins/thrive-apprentice/tcb/admin/includes/tcb-admin-functions.php',0,'}\rs%ß,}‹.‰¾ð ','}\rs%ß,}‹.‰¾ð ','oOÕÖ‰NW…‡oiÜeøö0ß¼vC•ý™ñ‡3','',0,'?'),('6ZjnþÖ­L\rdà6;ÀÃ=','wp-content/plugins/thrive-apprentice/tcb/admin/includes/views/dashboard.phtml',0,'Ô²n1wf{.$Xýâë)','Ô²n1wf{.$Xýâë)','ÈÃ}‡_§£Ã`“Yý‹ÌŠ7hq[J5;?5Ì','',0,'?'),('ÄÈ§©¡ŒœŽÀ{T¥ó–E','wp-content/plugins/thrive-apprentice/tcb/admin/includes/views/templates/breadcrumbs.phtml',0,'C³ÑHgJ÷½‚½¥','C³ÑHgJ÷½‚½¥','‰ÓüÕó‰œÝÛ2¨2/7e…¾]€úhd´ÖJ\"@˜','',0,'?'),('HyÉHM¨kYMš£çIý','wp-content/plugins/thrive-apprentice/tcb/admin/includes/views/templates/ct-symbols.phtml',0,'ý®õ™Ú¢ÐÓ§«Ì¥#\n†','ý®õ™Ú¢ÐÓ§«Ì¥#\n†','ùRflxnWÙÂÍrüqûÂÎ5Tã²óöF<úF<Ç','',0,'?'),('— ü\"]Ñýò§	q™Ö','wp-content/plugins/thrive-apprentice/tcb/admin/includes/views/templates/header.phtml',0,'„ªæ-éä¤–ÔaYèÓè','„ªæ-éä¤–ÔaYèÓè','j½©È+–¶°^Çœ”€²Ù–Ç\nœ«û“\"’G\'TS','',0,'?'),('‹÷† ¢Øèê¦pvH','wp-content/plugins/thrive-apprentice/tcb/admin/includes/views/templates/modals/delete-confirmation.phtml',0,'µ‹þ´Ÿ2¯>˜\nå[ht~','µ‹þ´Ÿ2¯>˜\nå[ht~','ˆCnb>ÙòƒgŽÍAS’Œ7œÒ[jÖµ6þ”}Œñ','',0,'?'),('sn<é,‚1‡¯€Å¿1','wp-content/plugins/thrive-apprentice/tcb/admin/includes/views/templates/modals/modal-create.phtml',0,'-	|7þVF-}“v©ý','-	|7þVF-}“v©ý','òøJlÃõ‘‰ÏouÍPôñX¶Ôò‰`\"*°óÁ«‰¼','',0,'?'),(' æ9¶ªw^6‚nò>å”6k','wp-content/plugins/thrive-apprentice/tcb/admin/includes/views/templates/modals/move-category.phtml',0,'fO*4qf†\ZÞ²€ËSV#²','fO*4qf†\ZÞ²€ËSV#²','­Ÿ…;ž›óM&\'ÚðÄ\"òFe;ò°xÕÞ¢®ƒO7','',0,'?'),('u;@õ<Kã³GÙ#ùqï','wp-content/plugins/thrive-apprentice/tcb/admin/includes/views/templates/modals/move-symbol.phtml',0,'Pv;¨}kþÊŸ¶æÑqèÖß','Pv;¨}kþÊŸ¶æÑqèÖß','eôéB4¿<ÞÈ!„A¯‘VÓìuJðäÐ¿‚ƒ','',0,'?'),('ð9 ñÈf£ü‚PD”-Ú','wp-content/plugins/thrive-apprentice/tcb/admin/includes/views/templates/modals/new-category.phtml',0,'%•@;â|!‰ÝUß—r“','%•@;â|!‰ÝUß—r“','ÃÈL â*m1 ì¹N‘òšÓ3¸r\\£‹k¦?ž¨ê€~','',0,'?'),('–HÔÃRö=oJ™','wp-content/plugins/thrive-apprentice/tcb/admin/includes/views/templates/modals/section-modal-create-item.phtml',0,'ÎÝkœÍEL°Òì÷^ŒãÝ','ÎÝkœÍEL°Òì÷^ŒãÝ','l:-øã<ÕµóòzŸpÔDró•¸­;c2åö3tê,ý','',0,'?'),('¥ˆf3cø9Ø\n•{','wp-content/plugins/thrive-apprentice/tcb/admin/includes/views/templates/modals/section-modal-create-step-1.phtml',0,'Íçàè$T¶^¼|G¨+~','Íçàè$T¶^¼|G¨+~','ê%0ªŒùcÖ0I•èwƒa7Uû®%ª¯«ýí','',0,'?'),('ÀŒ†?ÀÁIë×qëºLzÎ','wp-content/plugins/thrive-apprentice/tcb/admin/includes/views/templates/modals/section-modal-create-step-2.phtml',0,'.R%[G£ÉF¬Ù8','.R%[G£ÉF¬Ù8','ªÉ%Üç@:þÇYP¯I\'ºOHú,šÚ,¢´¢¤L','',0,'?'),('ÀwU Dk¨ÐÍOl\0…Î?','wp-content/plugins/thrive-apprentice/tcb/admin/includes/views/templates/modals/section-modal-create.phtml',0,'ïÞ¦ÎI×þ šëè@[bµö','ïÞ¦ÎI×þ šëè@[bµö','âîôUèÉÂÞ îMÜ4>bÈÍÚˆ„ŽÉ¸(g¥ÓìÓ','',0,'?'),('”\rÅ·¤`\'íÔ(\0g0U','wp-content/plugins/thrive-apprentice/tcb/admin/includes/views/templates/modals/section-modal-message.phtml',0,'°¡\0GZ!»/ÚŸ´Ó\0~','°¡\0GZ!»/ÚŸ´Ó\0~','­Y¶Ý÷mÀ’së¯2+[·ÖÀAw6ž)£­N','',0,'?'),('¬Ž›£@˜I£HXñm','wp-content/plugins/thrive-apprentice/tcb/admin/includes/views/templates/symbols/categories.phtml',0,'r‰®QEÄ´ËòÞ[ì7o','r‰®QEÄ´ËòÞ[ì7o','³\rZ^Xu´;mË³ÌîÖ{†\\¥\"DIë†À=','',0,'?'),('£âæV×|Êó}t:×šÆº','wp-content/plugins/thrive-apprentice/tcb/admin/includes/views/templates/symbols/category.phtml',0,'â~E­ÅêÅLå©<ÙPT]','â~E­ÅêÅLå©<ÙPT]','‰—ŸP5\"él¼ä¥?uã½¹Hæ\r±q:–-Žà/y„€','',0,'?'),(' l<›’Ñ¿ŽNZ‘Ý6j','wp-content/plugins/thrive-apprentice/tcb/admin/includes/views/templates/symbols/container.phtml',0,'†&Kn.\n‘ûa–Òî¬','†&Kn.\n‘ûa–Òî¬','CÒÕRô{œäÃFxó8¯´E$|!ÍCsLC','',0,'?'),('qZ5Â&*Ào5\r×','wp-content/plugins/thrive-apprentice/tcb/admin/includes/views/templates/symbols/create.phtml',0,'Ú°,wíäGžü©¿Ñ±','Ú°,wíäGžü©¿Ñ±','9zJS55Ÿ ¯ÆP]äQŸÍ=9Vb>8û˜ª¦','',0,'?'),('÷ç¾`lÉb@ÅG]±Œ3','wp-content/plugins/thrive-apprentice/tcb/admin/includes/views/templates/symbols/item.phtml',0,'u‹#?²@J/	U=ƒûÒN','u‹#?²@J/	U=ƒûÒN','¸^ÂüKbÅá\r,ït\nsVojÁôRÇ‹ÊHü”Û','',0,'?'),('Zm¤˜§0\0›šÚU-á','wp-content/plugins/thrive-apprentice/tcb/admin/includes/views/templates/symbols/list.phtml',0,'	îÌV¶´ ½®ûóbÍ','	îÌV¶´ ½®ûóbÍ','¥ö×Ý eŽ¬2ØUæ…A$ózo9¾”Í=!','',0,'?'),('4#pbÑÃ²å½ØÖÙ','wp-content/plugins/thrive-apprentice/tcb/admin/includes/views/templates/symbols/save-templates-error.phtml',0,'tRæönÉwÔR?¯ã5','tRæönÉwÔR?¯ã5','jP@ÂH¨D*h\Zvâ&¨¡°àà2ð[Ç\nv˜³2','',0,'?'),('†bQÃ\r!©%T§£4dj›','wp-content/plugins/thrive-apprentice/tcb/admin/includes/views/templates/symbols/search.phtml',0,'Íñ”7ÜÎø/¸%…a\\¾','Íñ”7ÜÎø/¸%…a\\¾',')S.fH\"Ÿþ‘­¬ð¯I¤Téó²–G[,dMÊêR','',0,'?'),('‡\"+ÿ£^<«DÎ‘.1G','wp-content/plugins/thrive-apprentice/tcb/admin/includes/views/templates/symbols/section-item.phtml',0,'*´¬ˆà¿XöÄ2³\Z','*´¬ˆà¿XöÄ2³\Z','U­—¢]NAzŸU\r\'‡l¸O’ØSS‡W$W','',0,'?'),('cà]ý&{+1GcÜ‚ðýè','wp-content/plugins/thrive-apprentice/tcb/admin/includes/views/templates/symbols/sections-container.phtml',0,'Q¨OéíRê}æ!ÀnB„','Q¨OéíRê}æ!ÀnB„','S\0„µœñðsÅ`ÒÄm#`wŒ·	­74\\‡UÖ\naþ','',0,'?'),('0f![ò%8	I XL(','wp-content/plugins/thrive-apprentice/tcb/admin/includes/views/templates/symbols/sections-list.phtml',0,'Ôü‰è$ˆiãy©ï$J2','Ôü‰è$ˆiãy©ï$J2','7\Z°J7\0)÷í«2Z¥K8ëÃì¿tMŽn—÷›‚','',0,'?'),('AmóŠcÐÔK¾*Z¶†øSÌ','wp-content/plugins/thrive-apprentice/tcb/admin/includes/views/templates/text-edit.phtml',0,'À6\ràzâJÜd>½Á','À6\ràzâJÜd>½Á','ì!NÕ¬†jÅ²µOùËÜ¥—ãžÉ’ãåÿBpòx','',0,'?'),('Bï$¨ãÓÆAsŸ¹]ùø','wp-content/plugins/thrive-apprentice/tcb/admin/includes/views/templates/user-templates/c-item.phtml',0,'­;‡ŠbáeûR£QûÓt','­;‡ŠbáeûR£QûÓt','p¹;~bŽðäYêµM“«]ª=,:¿êá¤úwS','',0,'?'),('Ñ@ë£U¢|»¨@dÇÖõÔ','wp-content/plugins/thrive-apprentice/tcb/admin/includes/views/templates/user-templates/item.phtml',0,'ÝÁÿb¸ÕDÇ\0Â…çÇ$','ÝÁÿb¸ÕDÇ\0Â…çÇ$','¢ª—á¹ÂSØõõ`Í-{Hñ{G0#û”êY¥t\r','',0,'?'),('µ\0\"ÂšIÄìr9BÞ’cw','wp-content/plugins/thrive-apprentice/tcb/admin/includes/views/templates/user-templates/list.phtml',0,',-ü?ûO3å8Q*$6',',-ü?ûO3å8Q*$6','yÜAÅµ½‹o\"Ì‹µŠ»ÃÎ‹–T8øìçÖ}','',0,'?'),('Mq=çý®¯a¸+Jåýâº','wp-content/plugins/thrive-apprentice/tcb/admin/includes/views/templates/user-templates/t-item.phtml',0,'\\ð£Pk;=ö\"þÀ;E¦','\\ð£Pk;=ö\"þÀ;E¦','„³ºmD<JâÔœahí÷íNr7-nË>—ª[ü','',0,'?'),('9dÆ:É—ÞPžéKan¾q','wp-content/plugins/thrive-apprentice/tcb/db/fontmanager-1.1.php',0,'É@µ¢í¸ZmîCÇ¼f','É@µ¢í¸ZmîCÇ¼f','y‹TûÙ4,y/1+ü|‰[<Å‘îMkC#\r','',0,'?'),('Ñ¬ˆ;™/Žx¦¦i„ýƒ','wp-content/plugins/thrive-apprentice/tcb/db/index.php',0,'«¿˜™ÆÌñU¹b7´üÖ','«¿˜™ÆÌñU¹b7´üÖ','ÿ~4¨ÐÆEü+½àº£ŽFFc°«·~«oîI&ƒÃ','',0,'?'),('lñ”Ì£/¼ïoÍ8PyÎ','wp-content/plugins/thrive-apprentice/tcb/db/install-1.0.php',0,'±×{>ß0,S>cò:A','±×{>ß0,S>cò:A','DºeÕl‚ï>Wà;ŒTS¾7!°½þhøÐãÎÀøa','',0,'?'),('þÑ¡|õm°ìƒº™Ì$ã—','wp-content/plugins/thrive-apprentice/tcb/db/menuitemstyles-1.2.php',0,'Cëi%³Àº78~ÑÞÂë','Cëi%³Àº78~ÑÞÂë','{-EïwbÐ¥£Å®P³¦ù|]ç%7³Íû5´èë­@','',0,'?'),('²øÌ9Cè«±¡[Ã$a‘#','wp-content/plugins/thrive-apprentice/tcb/editor/css/fonts/control-panel.svg',0,'Ùñ@¹=+üR®£HH%','Ùñ@¹=+üR®£HH%','TïÊ‚V{zñå&KìûØÛ¸ŸqE0ßd3«2Ö\'ë³','',0,'?'),('üjÚ¸#a¾žÍdS','wp-content/plugins/thrive-apprentice/tcb/editor/css/fonts/editor-page.svg',0,'\'F=Pª¸˜(\r+pÑð','\'F=Pª¸˜(\r+pÑð','q¬‹5Û¹i-è½yþL1O®áöZ«ÃQ[jŒv²äÊ','',0,'?'),('+\Zõ¾øi‹´ˆøUml¬','wp-content/plugins/thrive-apprentice/tcb/editor/css/fonts/font-awesome.svg',0,'f5_œ¸€g™9ç,9!%','f5_œ¸€g™9ç,9!%','z\0ñFŸáÅ3RS©\\ò×\rÈ¾ò‹¶‚›œ‘\Zÿ','',1048576,'?'),('j&	\0\ZaLŒä%¸vÏ‰\n','wp-content/plugins/thrive-apprentice/tcb/editor/css/fonts/thrvicomoon/icomoon.svg',0,'–RûF\Z˜òhâ¡„‘G|','–RûF\Z˜òhâ¡„‘G|','“Û·YB|ëq*®%p­6ZEórÍN¢\r;·xÚSŠÓÈ','',0,'?'),('Sôð±Ã€ÜŽK£uëvJ\Zä','wp-content/plugins/thrive-apprentice/tcb/editor/css/images/angle-down.svg',0,'e\\ò¤}–ºdˆøGÖ‚\\','e\\ò¤}–ºdˆøGÖ‚\\','5˜g_x”—8ï¸¨fƒ»@Ü>0”ÄØ2·»¯zz¾À','',0,'?'),('ATü·S_{A?CDcÄwÅ','wp-content/plugins/thrive-apprentice/tcb/editor/css/images/angle-up.svg',0,'´÷E§ÈÍéôÉGª.','´÷E§ÈÍéôÉGª.','èN›óŠP»ðÜýYDï1mZñé_íÙ¤64oÿ~','',0,'?'),('©qH›eRz§û]ÆU2÷ƒ','wp-content/plugins/thrive-apprentice/tcb/editor/css/images/caret-down.svg',0,'Í/L^û–|DÎã8','Í/L^û–|DÎã8','g\0åc\rfEÇwDv¦Œ‚—FQnŒžá—Î\"Y%`î','',0,'?'),('£E~¾‰ÎcÜ90sJÙ+Ÿ','wp-content/plugins/thrive-apprentice/tcb/editor/css/images/caret-filled-down.svg',0,'œ¼É‚²úöˆÜ6dŒ ^','œ¼É‚²úöˆÜ6dŒ ^','\r]éWì…H]Õ,±Ué‡.õµµÉ‚ ÞufH‡\Z3\0','',0,'?'),('òÍIô¸œ?²È5µiŽ›ö','wp-content/plugins/thrive-apprentice/tcb/editor/css/images/caret-filled-up.svg',0,'(Ex		MÃ‹”é±R\Z]','(Ex		MÃ‹”é±R\Z]','^\nçè4\ZòëŽ»ÈÜwñè”¶.Ï‹×Â®ù\\V','',0,'?'),('2u¹Ã$úžÔ1ëÝ{@Më/','wp-content/plugins/thrive-apprentice/tcb/editor/css/images/caret-up.svg',0,'D;,\'ˆÍë&Ÿäsô¨Iaø','D;,\'ˆÍë&Ÿäsô¨Iaø','èðáÌx¢çðë+´½Z9aM*˜®µƒÙñ–ï*Æ','',0,'?'),('Õw¡æÀêX©å Å×ÒT','wp-content/plugins/thrive-apprentice/tcb/editor/css/images/chevron-down.svg',0,'¾A¥|¾Ê=¬³(Iù','¾A¥|¾Ê=¬³(Iù','5Lp8~-n•bÚÆ\'—F%TàÕ¯CXÏ¼j÷','',0,'?'),('Ô eÊ+Ÿ*îü¿jrÐ','wp-content/plugins/thrive-apprentice/tcb/editor/css/images/chevron-up.svg',0,'$«4ç¦´q5å$zs´8','$«4ç¦´q5å$zs´8','eá‰Dð‡Š%–†Þº±Uå¢qb<ŽmÜQ½ ð˜¨ç\'T','',0,'?'),('[‚[$N	·b‰\nl.ìf®','wp-content/plugins/thrive-apprentice/tcb/editor/css/images/logo_placeholder_dark.svg',0,'glé,—\0¤^ï—Åœ‡Âw','glé,—\0¤^ï—Åœ‡Âw','üÄ;ÊªåÊª‚(ù–öž-t-~ÚíQÿ~»€ï&ZÚY','',0,'?'),('ÎÀKÔ&í}—\ZšZÂ=j@','wp-content/plugins/thrive-apprentice/tcb/editor/css/images/logo_placeholder_light.svg',0,'$ã×ÊýGgg]2/\'>¨J','$ã×ÊýGgg]2/\'>¨J','ù	q>øøoÏ[\0J)fÞÜá…ý2xñ`8r','',0,'?'),('ù©ÒÄ”Ðm°i’ÀhåFcB','wp-content/plugins/thrive-apprentice/tcb/editor/js/admin/gutenberg-menu.js',0,'O}FU@ÐCróˆ3ÂyPÚØ','O}FU@ÐCróˆ3ÂyPÚØ','Óùx×ÏÜ‘ÉWÒÑx¯Æ¨¶Q\0¥ÝÜúÍ½½ÙàˆUú','',0,'?'),('N«õh©i#°óÍ•t','wp-content/plugins/thrive-apprentice/tcb/editor/js/admin/gutenberg.js',0,'fR¹?¸±Î	ˆ¾À–K¥Ë','fR¹?¸±Î	ˆ¾À–K¥Ë','¥ÙDú%Ìÿ1f‘öÙp®TçÆ†D5ñ§?S±gØ','',0,'?'),('ƒi–ZÄT¾*Ð¦xS‡Ýë','wp-content/plugins/thrive-apprentice/tcb/editor/js/admin/tve_admin_post_ready.js',0,'q™aS@å±ÐÆê9«','q™aS@å±ÐÆê9«','¥a¨.“øè]øwþO…È@\r”Û¡xÛ¸)=m4ã','',0,'?'),('_G[	ùìœÿ¼æDös\\','wp-content/plugins/thrive-apprentice/tcb/editor/js/dist/admin.min.js',0,'-ZÂ‘®Ú_hd[9¹uà','-ZÂ‘®Ú_hd[9¹uà','t.{rT§­3[\"Jsq°g.|þ1Öµú}TªúÀ;–','',0,'?'),('Ë~©Äúû=éÌØ)zäe','wp-content/plugins/thrive-apprentice/tcb/editor/js/dist/editor.min.js',0,'_¹ÅÇ/T4ÐÕ%Ž´','_¹ÅÇ/T4ÐÕ%Ž´','¿Li³¥¯b…%òM†xÿò°6@¡‰©#ej˜\\','',0,'?'),('ú^TŒ¶c5Eš‡ð+ùí','wp-content/plugins/thrive-apprentice/tcb/editor/js/dist/froala.min.js',0,'i\'þF°JÀ%r8J™º¿â','i\'þF°JÀ%r8J™º¿â','(ìÉ˜}¶á0!óc®çú«ó\'z}9U’¼X','',0,'?'),('¹\\zE#ÿŠð²Rs2Ó|','wp-content/plugins/thrive-apprentice/tcb/editor/js/dist/frontend.min.js',0,'ØE¤Ë^yIºM\n‡ð}¾\r‚','ØE¤Ë^yIºM\n‡ð}¾\r‚','ö&\"Õž=ˆ÷-(/¦‹wÂÇôP‘ŒK','',0,'?'),('m‚ëjÜ¸8ºÈ$D‘','wp-content/plugins/thrive-apprentice/tcb/editor/js/dist/gutenberg.min.js',0,'uÕ–®õ`É†:ïdT¡','uÕ–®õ`É†:ïdT¡','\\Šè)Sñ@IêJ0õC)æí›¤9DUs‹\n@Ûü+','',0,'?'),('L¹Ý5ùçx8^\"ã–','wp-content/plugins/thrive-apprentice/tcb/editor/js/dist/main.min.js',0,'Ç1¼3×5\nüzÄ«ûðÈø','Ç1¼3×5\nüzÄ«ûðÈø','X½Žïgl€ñ\ZÏ\ZGRóÈ{û\n:Ûóž+’–uq‹e','',0,'?'),('Û &äÜò¥Žß\neXGÎ‹O','wp-content/plugins/thrive-apprentice/tcb/editor/js/libs/dom-to-image.min.js',0,'¡²À\ZüTž%Awr hŒž','¡²À\ZüTž%Awr hŒž','øÓbSˆ¨dò›™ÿ˜:=mÿ=€6f#+Wâb','',0,'?'),('øï³Ÿh—½w\\žCžÀµ*','wp-content/plugins/thrive-apprentice/tcb/editor/js/libs/jquery.scrollbar.min.js',0,'¹Xñëêq‘WŽ©J˜‚Z¤k','¹Xñëêq‘WŽ©J˜‚Z¤k','û5Oˆ(0qÍñœC(¤_ˆnÇó»±	–Q<©ä¬','',0,'?'),('þá¼~€š,Öµ¨•\nÌ\n','wp-content/plugins/thrive-apprentice/tcb/editor/js/libs/moment.min.js',0,'v„Züö©½ÅÐ¢\r','v„Züö©½ÅÐ¢\r','Ú…YaÐëlÈ¡†`~ Ð#g)J96\\pQºÀ@‡#','',0,'?'),('D÷ƒíeïy…r\"ø|Ž¾*','wp-content/plugins/thrive-apprentice/tcb/event-manager/classes/TCB_Event_Action_Abstract.php',0,'@]UÒ¥tŸˆfŒÜ´9','@]UÒ¥tŸˆfŒÜ´9','×	ãy¯íÜ:>¸Ÿq5gàïy@rêi~Íi‘ã Ÿ','',0,'?'),('îB~f%ýˆ*	$ZPEÆ','wp-content/plugins/thrive-apprentice/tcb/event-manager/classes/TCB_Event_Trigger_Abstract.php',0,'áûtŽ/¶Ê©Dyçóó“','áûtŽ/¶Ê©Dyçóó“','Ù¸4¡Ö@­Jé`s€)êÉBéö‡)\'ÝäÎk_™uY–','',0,'?'),(')Uº|C]ì	!\rgiŠÈ','wp-content/plugins/thrive-apprentice/tcb/event-manager/classes/actions/TCB_Thrive_CSS_Animation.php',0,'á4Ë¼]ñÍe3¿á6FJ0','á4Ë¼]ñÍe3¿á6FJ0','žªg£@%¶#l² ÙhÆ\"ÿ×bˆÒCõ\nŸc×ý.Ã','',0,'?'),('c%Ž©å\rNAº«4ü²Êî','wp-content/plugins/thrive-apprentice/tcb/event-manager/classes/actions/TCB_Thrive_Image_Zoom.php',0,'¹˜2©ý?Ç2àMˆê','¹˜2©ý?Ç2àMˆê','ÈÄÃðª™Ä=-~˜;bM„G’©×9óÍd÷)­','',0,'?'),('ôO¥\\¾5î·Gx‹œ}—','wp-content/plugins/thrive-apprentice/tcb/event-manager/classes/actions/TCB_Thrive_Lightbox.php',0,'D ¼˜ˆŠY\'²è› ','D ¼˜ˆŠY\'²è› ','b0ãs0ÞƒœºS½\\À¢˜ð$ÊìíMTwƒCý2î€','',0,'?'),('k3YžN™£Äƒe½ïÉÛÞ','wp-content/plugins/thrive-apprentice/tcb/event-manager/classes/actions/TCB_Thrive_LightboxClose.php',0,'_RÑBØè7#{Å‘é–”','_RÑBØè7#{Å‘é–”','iØ>³UŽÑÅ:©„¿`“/MÌB–ª.¥@ØfÙ,','',0,'?'),('†Æ¿Ü¨|²b‚ïÍšX','wp-content/plugins/thrive-apprentice/tcb/event-manager/classes/actions/TCB_Thrive_Tooltip.php',0,'®n±gû:åãé¿sì¬—ý','®n±gû:åãé¿sì¬—ý','ú5&Z£kHuvÖÜ*7Ya@Fðêuá\ri§&&œD','',0,'?'),('ckÛ0a$WÑ$ÈŸƒç\\','wp-content/plugins/thrive-apprentice/tcb/event-manager/classes/actions/TCB_Thrive_Video_Popup.php',0,'xºùk–ìp[wK9 »','xºùk–ìp[wK9 »','b„ÂS$2ÍI—û~%!7Ã2QLdWtœß57x]','',0,'?'),('íÜÆvzðÅÆHöü:MÓ­Å','wp-content/plugins/thrive-apprentice/tcb/event-manager/classes/actions/TCB_Thrive_Wistia.php',0,'LÍ¯×8?åZ_Áõ?Q$','LÍ¯×8?åZ_Áõ?Q$','(èÕm\" „m]óª¦x}x\n_¹l°¹‘šr¨£•ÀOk¹','',0,'?'),('íQ^ìøG¸{QgÊ­','wp-content/plugins/thrive-apprentice/tcb/event-manager/classes/triggers/TCB_Event_Trigger_Click.php',0,'YÉ±›ŒãydëSãÁãŸ','YÉ±›ŒãydëSãÁãŸ','Æe´ÝÞQæÏvüNOÍÁ“ƒ]@(1ï¬ë)c¼hõ','',0,'?'),('˜;=ÿÇ\\êw‡t0[CŸ','wp-content/plugins/thrive-apprentice/tcb/event-manager/classes/triggers/TCB_Event_Trigger_Exit_Intent.php',0,'vÃŽhVLƒ‡ôÊ¾n¬åe','vÃŽhVLƒ‡ôÊ¾n¬åe','ü÷š5_9ˆ0Úz……ºTè›‘.ç9™=ýÕÞIÄ><','',0,'?'),('ØIbžù;*¡³3j<aàL','wp-content/plugins/thrive-apprentice/tcb/event-manager/classes/triggers/TCB_Event_Trigger_Mouseover.php',0,'§]Þ;ŠˆÞî’Æ¥','§]Þ;ŠˆÞî’Æ¥','±ÜÉ?ip2ï`o¦†—âQ‹pž¢/ÿ†û:5','',0,'?'),('¨×ý=#ýÍ¤Ó>«Iõ±ç','wp-content/plugins/thrive-apprentice/tcb/event-manager/classes/triggers/TCB_Event_Trigger_Timer.php',0,'ñô‡¦GÃ¿”N?xåh=¡','ñô‡¦GÃ¿”N?xåh=¡','¥Á&‰ß¯ú+Xdß3`²~”E0’\\óú²%´¼´','',0,'?'),('z#ÊádcÙ„‰©rvî­†','wp-content/plugins/thrive-apprentice/tcb/event-manager/classes/triggers/TCB_Event_Trigger_Viewport.php',0,'Åãfdfüø_™Ð&yÃ£','Åãfdfüø_™Ð&yÃ£','ÞÅ=MÑiW1…vŸ_«„ádÕè-¯éôèGJA…A%Â','',0,'?'),('N7\n$xÔÖ|fÂm','wp-content/plugins/thrive-apprentice/tcb/event-manager/init.php',0,'1Ü^¿\0˜Ù\n¹6¿p¬','1Ü^¿\0˜Ù\n¹6¿p¬','XÙž™nÔ9›câiz²](.ý.ÿ/ÖÎ.ÒîQ&b','',0,'?'),('Î²ÓFÿYLOjg³NÂQ','wp-content/plugins/thrive-apprentice/tcb/event-manager/views/js/lightbox.php',0,'ÝšíÝõrÝZ¤»Ro','ÝšíÝõrÝZ¤»Ro','˜o™e¾+„Ž›ñÓIHj[Yç´ÈG—¦$N(®ÄFú','',0,'?'),('âœ\r¸½–<ÂàL™Á¡·','wp-content/plugins/thrive-apprentice/tcb/event-manager/views/js/trigger_exit_intent.php',0,'$*õ­ÚÑt<.ÇZ,@9','$*õ­ÚÑt<.ÇZ,@9','äÚY[N\r7 ÈœÊštŽ;$‡d¶„ÉPS §œ\Z\0C','',0,'?'),('›Ç]jÜéú½Ì#d([N±é','wp-content/plugins/thrive-apprentice/tcb/event-manager/views/js/trigger_viewport.php',0,'4´‹B7($‚#ÂÙ­Ã¦âá','4´‹B7($‚#ÂÙ­Ã¦âá','Œ`ºçËC¢çÔç\Z\\àzp]:ï$¡!Ñç`–µ','',0,'?'),('¬Þ2cïÈõ2Tß8¬û=','wp-content/plugins/thrive-apprentice/tcb/external-architect.php',0,'Šù7YHôïgÑXí/L','Šù7YHôïgÑXí/L','*\'öË\\+{¥Áb·ûLŠVj­‘°Z—Ié\'ýHB÷çí','',0,'?'),('co/ñ¼îåÑÒÞ/7çAÂ','wp-content/plugins/thrive-apprentice/tcb/fonts/fontawesome-webfont.svg',0,'äÄ\nvCþU„Y,Ú','äÄ\nvCþU„Y,Ú','ñ‰ÊyòùJÖsLŽüO³Šz’(jºf{w+qŽºgÛ','',0,'?'),('Éa‘dìWûˆÆòTeÚµ','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/animation/preview.phtml',0,'ð¼îøþ\\Ó[µ=F Âjù','ð¼îøþ\\Ó[µ=F Âjù','¬W®X³@y¶ñïW3iq[Ðš-Xg8î*\r‘€ÁcÎ?','',0,'?'),('ß[âô{©RÏ±Ôå+VÚ','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/breadcrumbs/item.phtml',0,'Û¶9éòŽè8@e¢éf0Z','Û¶9éòŽè8@e¢éf0Z','3RdWcS2ý¬j¶Ø©+Ð°{>ñì»°Ä[…×¸h– ','',0,'?'),('&\"¥îB„oëæ¯aà».—','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/central-style-panel/master-variables-header.phtml',0,'÷óáµ˜VÆp„n™$þ8P','÷óáµ˜VÆp„n™$þ8P','Pî5{b÷õ@Ð;cZO\n½œ\"+hõêZaœõœ9¿','',0,'?'),('6\0IËt´8Z\\Ý,S=Æ}','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/central-style-panel/other-variables-header.phtml',0,'•;½Ú|VšÚø¹w/l‚','•;½Ú|VšÚø¹w/l‚','KüHÁÔ>_ \06Wùgd¼Ø’ƒNZ~Œ4·ÀÖªU','',0,'?'),('Ì4± 9¬¤.‡ÝÌ‚9&fÐ','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/central-style-panel/palettes.phtml',0,'‰€iò†ïJÑC¡‡‘æI','‰€iò†ïJÑC¡‡‘æI','4óƒþzKÈ¡tÓëTØø3+;sýt’ÇS¡m‘‘@Oo˜;','',0,'?'),('ÞnÆh¤‚kXÖ¾ŠÑ£k‰','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/central-style-panel/tooltip.phtml',0,']ˆXqk5?Aí|ž',']ˆXqk5?Aí|ž','è…N9]]°i])?—¥{d¶·Îo—<¾8#ZL\rm)1/','',0,'?'),('(Ïhø[™V«,C®Àf¨','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/cloud-templates/item.phtml',0,'ódv©º5TÐÊÓ','ódv©º5TÐÊÓ','bÇtS“Ÿ!‹2{lõ.û‚aôLh^(õÏÖ÷e','',0,'?'),('ˆ\nèm¡”¡ys4èVuHa§','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/contact-form/email-setup-form.phtml',0,'Æþ9›¹ÙdH1´‰ûs†','Æþ9›¹ÙdH1´‰ûs†',' €!ZVJÞ£ˆ§(Ðj#mòFAyÌó×oìDwJ@P','',0,'?'),('ÑÛ½ïÆ­ÀÌYª§Vù','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/contact-form/error.phtml',0,'Ž}Ú«?•³~]	*x–','Ž}Ú«?•³~]	*x–','ãä¨Ë´¬î°ÝÏW¿¤sÝç=K·S\'ž¿JËå1å','',0,'?'),('Œ6OL\\>?	\'cÜeT*•','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/contact-form/shortcode-button.phtml',0,'¥1©Ä+­Âñó/C¥Ã?P','¥1©Ä+­Âñó/C¥Ã?P','¦£kL„~edàèÆp–¹ÏÀü~t~Þ…é45îº¿á','',0,'?'),('vãêí\0¹-òaó¢´c','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/contact-form/submit-setup-form.phtml',0,'­“|OgA®=ïÄ î8º^','­“|OgA®=ïÄ î8º^','^CêGÉ62•¾Ý2éãÃ½!K™¬ÂP>ïõì…@','',0,'?'),('›¢°Êä!Jã\'”¸Zê','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/content-blocks/category-item.php',0,'áDý”ÐG„øêj^X,','áDý”ÐG„øêj^X,','ˆ2éª;:¿óëˆõo\"ÄAWkBÙL»#0','',0,'?'),('884s»ÌaR$\rU”Å½n','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/content-blocks/color-var-item.php',0,'éü…–Š¼b~¤˜n½Þ','éü…–Š¼b~¤˜n½Þ','i‹æ¤Dµ|Ó¸íBq\\`Þ´Â\rÓ0Z ž¹/·7…','',0,'?'),('ûèä—œ	:«\'Œ“	*¸','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/content-blocks/favorites.php',0,'ZV>v6a½]]f¯\nOæw','ZV>v6a½]]f¯\nOæw','à¦óI=ËÆÞÏVÕ÷Ò«µ‡^íøT/ñu7:3ó)ß','',0,'?'),('>èFS¬˜ÈÝ/IP)=i±','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/content-blocks/group-item.php',0,'ò1°@Lxµ\"‡ê1\r¢±½','ò1°@Lxµ\"‡ê1\r¢±½','\"ÂªÉàÛ±<³à²-×dŠ÷ò%€3Òz˜^Ù„›Îã','',0,'?'),('ÅÕY}Š‡žê¡8˜e¼çK','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/content-blocks/no-template.phtml',0,'µàw	‚p¯át}çyñ4I','µàw	‚p¯át}çyñ4I','Ê0Mð\n4ì3‰IIøÄùÞƒ7ïŠ	äº«»ãé','',0,'?'),('¥Ñ\0Mäj‰Ô¼äö´','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/content-blocks/template-item.php',0,'mˆ—¾± ?mElÉMW¸–','mˆ—¾± ?mElÉMW¸–','\\F„¢d†ŠÝ• 3eŠD˜‰Vq\0é`Êlù£=ëô','',0,'?'),('¹m=¾èÝ™xÂ¯hÿ6T','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/audio.phtml',0,'±~ Ê‹#ô°©¯0Ñ','±~ Ê‹#ô°©¯0Ñ','ÂÇeÖë2À©šË—a©H0EÁ”X>Úø4ª¸éC','',0,'?'),('dlÜèTz’{ˆ±•c}=Û\"','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/background/background-effects.phtml',0,'á.…rqÔT1ˆÆÛ¹W\n#','á.…rqÔT1ˆÆÛ¹W\n#','>’8…ƒ§ê­Sì`y„>ô%“²Jþå&¢y\'Ã','',0,'?'),('Pªcô–,+©¬^÷Zà}ÿ','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/background/background-image.phtml',0,';Xü’óøi:Þ8Á-¼ª',';Xü’óøi:Þ8Á-¼ª','§!b×3©\0èïóæ?ðà{€ ^‰\"øÊ&¯SÆÌOÕÔ','',0,'?'),('ý†¡½hžã~ ðRþ`í','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/background/drag-overlay.phtml',0,'õàÈ.Ó7qZ k­Ê®Ó‘','õàÈ.Ó7qZ k­Ê®Ó‘','ë]4ÄM†<«–ÒÊ¯¾¸$Özö[§Dí\nEKß«oº','',0,'?'),('8#ùðAû÷ûiÿ˜žüX','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/borders.phtml',0,'ŠþT®^ðJæmù—ºÅˆ','ŠþT®^ðJæmù—ºÅˆ','ý·ðÝh\"!_\\ÑR×’ÕE^RN«däµEib\05','',0,'?'),('eyP˜ÑZê0J:áI46øn','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/button/global-templates.phtml',0,'î.M;#1âSÂåQ\"|9X','î.M;#1âSÂåQ\"|9X','a(”5SëŽ¸vŒ†í¬7†~ºè]VÓ7 £{þÛ¾','',0,'?'),('¥9Ve*ÝÑÎ\nóµñ{—','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/button/style-picker.phtml',0,'QN¡íâÂ]œTŒ7Õ¿G','QN¡íâÂ]œTŒ7Õ¿G','ìÃK\rêW23¡œU£Úb°¹gÿoGò[¨˜yV','',0,'?'),('Ú¦ß_~J&zƒl_t¼µ·C','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/button/style-templates.phtml',0,'qÀ¢@ï“°k^ôé”Äòr','qÀ¢@ï“°k^ôé”Äòr','—/KñMHá®tò’)a\0¾ÁÊ¿¦ž8»\'‰Gì’','',0,'?'),('KFlM¥Iªl£êÔ¿uÆ','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/button-group.phtml',0,'»È?@ª\'¼>uJõJÆ','»È?@ª\'¼>uJõJÆ','ÐD}Šåê.Ë—ÚWŽòfÁQW\nïðf­D¤À‘','',0,'?'),('æ‘e)î©ïb¬NI©4ÏMÔ','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/button-panel-group.phtml',0,'TÊ’MÞÇ9-ù>»©}‡â','TÊ’MÞÇ9-ù>»©}‡â','ZŒ•l»Í«@GÈ=|k£³kaâE\Z7Êg7Ùô~·','',0,'?'),('}ü$K¹ê#!²”NnÅ','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/button-toggle.phtml',0,'v	ÀqïªI5øP\0?Ó?©','v	ÀqïªI5øP\0?Ó?©','ÆŠ*T[žìHÆ†]°‚eZß-´‘-¤ê%$´¡','',0,'?'),('Oë	w¬ˆûõ$—Ü¹”','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/cards-change.phtml',0,'¨kr‡¢þÌ<¢²¸Î ','¨kr‡¢þÌ<¢²¸Î ','üÕæ¡ÌŽúž(¦[›#°CÈTDÎŽÅÈ‘ƒ#@{C','',0,'?'),('Í`X‘þìÐZ]¼*ÀÕ','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/checkbox/input.phtml',0,'ÄImï	óÕ.cd·Îå','ÄImï	óÕ.cd·Îå','0êc”<œW-Å¬¨»\0òÌDhË¾ßº|uK‚Ã','',0,'?'),('c=IRp<²cã }VvBéà','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/checkbox.phtml',0,'Ûô\nÀ0éi¬Df=Êçõ','Ûô\nÀ0éi¬Df=Êçõ','“âìÕìã³Ž‡º¢È7»à|MÎÚª¿eÛdº²*ý','',0,'?'),('Ž—ñü’c\\@JÝ”¦Ù\nµX','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/color-picker.phtml',0,'CvBƒŽÌvÂöÝÊ,','CvBƒŽÌvÂöÝÊ,','Îø[‹\'ü$ô\Zh9¥ÒŒ¬`.\\L7‡›Û`Õ°–p6','',0,'?'),('²åß\ndúPÇ:MK…f','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/color-var-item.phtml',0,'”CâÃ^ƒÉÊàµ¥8	','”CâÃ^ƒÉÊàµ¥8	','¯…MDž»ð	®Ú5kØC\0|¥P>ýálU²GŒþ¥“','',0,'?'),('ËÊ±-®+D¦ë“fô3õK','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/contact-form/default-cf-item.phtml',0,'c±BÛÐâèegÙWYç:[','c±BÛÐâèegÙWYç:[','\Z™O•‡œúëÐ_¥$ûÂÓX²ž”¨¬Ê{÷x%i','',0,'?'),('8Ü€«Ž)3¥[™rR','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/contact-form/edit-cf-item.phtml',0,'ÀÌâõ á}—š:¨¦ËPŠÉ','ÀÌâõ á}—š:¨¦ËPŠÉ','ÞMw Œ®Æã°[3X\r Õ·FxØ…Øí§ï\n<\"š÷','',0,'?'),('âw-í(·\\Ê-ÉêÞÊ','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/contact-form/recaptcha-cf-item.phtml',0,'ÂgCöô?O«¹®¶·Y','ÂgCöô?O«¹®¶·Y','ý³Æ!$•uÁé€-•<*:Ã–œÞÑƒ_±½hãÑ','',0,'?'),('/qÃ¾=Al\nqwv','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/contact-form/settings.phtml',0,'10ò‘å¦†ÈîÌÖÝØä=_','10ò‘å¦†ÈîÌÖÝØä=_','|šèÀ‹=~¦‡ñÀZäì(¤o)¤Ø2	ÿ×','',0,'?'),('è{ÕM	bx÷\ZÏÂlB e','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/contentbox/image-tooltip.phtml',0,'\\ÓÓÊ›šÜ1Úfœür','\\ÓÓÊ›šÜ1Úfœür','¼·xXÊºŒ»ÜÞK% ­!AÞ}FêIÕŸZ¤:­Î','',0,'?'),('•¾&¢ŽÀ©Ï×Ö¢)­','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/corners.phtml',0,'lµS=œ³n_hÁh-ÞÙ','lµS=œ³n_hÁh-ÞÙ','øŠ_*†oGà³> muñá&ÜÌ‡àd¦Æjž','',0,'?'),('%\\ Ohókýœä¦HÍ','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/countdown/style-picker.phtml',0,'\"À…¦†õ\n¾~\n›–Óò','\"À…¦†õ\n¾~\n›–Óò','öŠÇîq\\ìŠàfT</RÂR[édZ§ò€YB­¾Åû¤','',0,'?'),('q»CÄ^k¹$5¿´»','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/custom-menu/edit-menu-item.php',0,'iÿ%È£‘â¸:t³¥–','iÿ%È£‘â¸:t³¥–','ü‚¾êªmÂ)×|b„¾V’ê»xÔfö8À½\'H‚','',0,'?'),('þ¹%6$T„ZÌ¹ÿ0Ú=','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/custom-menu/modal-menu-item.phtml',0,'‚4å{r³\"™ŒÊ\rbãÊÉ','‚4å{r³\"™ŒÊ\rbãÊÉ','£Ÿ[:³Ø]n-˜öÍ¨ÇnË	Q¢‰Ö{=Œay®ÐÁ´','',0,'?'),('yæÚµ“FeŸ¡^«Zôoº','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/custom-menu/modal-menu-type.phtml',0,'\0Ã|ÿÌ˜U¥{@Ø™Þ','\0Ã|ÿÌ˜U¥{@Ø™Þ','ï;VÉÆ<1\rG¾U§¦Œa­j\\êåt¾[8\r','',0,'?'),('‘hß‚ÉrÞU£·¹!?óC','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/custom-menu/style-picker.phtml',0,'v±#‹QÌîºR>ŒŠ(Úó','v±#‹QÌîºR>ŒŠ(Úó','^ìÈ*f¤¢!óVXòEtZ¡±e¡^‰•‚æ¾PèÁ','',0,'?'),('™tA˜Qû“³\\Õãzr','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/date-picker.phtml',0,'¯³ÈWb!DMy@Ã¡','¯³ÈWb!DMy@Ã¡','ðYƒÔõ±DÙæ*ÕJ*ç`@’0|ìZ(\nÁ‡…ç','',0,'?'),('1‡‹…ð3¢¢ßEµ À','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/decoration/decoration.phtml',0,'o7¬3)Ao•QöØ7Ú	','o7¬3)Ao•QöØ7Ú	','ª?ì\r\"û$9alØÃØh­ê¬Ì#ÀŸ¢V½UIð','',0,'?'),('AošVêê.z“9','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/decoration/divider.phtml',0,'Õ2‘88\"Ú!£8BF','Õ2‘88\"Ú!£8BF','ÏŒ,Y©óO¯H|yßïûN¯Z«¯µ¶ú1ÿ®ºG','',0,'?'),('=¢šê§p<t\0ÊÍ','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/decoration/pointer.phtml',0,'y¦î8c\r»u3æÛ\rŽ','y¦î8c\r»u3æÛ\rŽ','¡ÚWŽcÐô‰á”ÈMèÂ3°¶°•Å—8¶WãÂRàï6','',0,'?'),('˜—x3ÒDš€µ}b4šˆ','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/decoration/slanted.phtml',0,'Ä·àÇß5ÖÓ˜4îÒ£','Ä·àÇß5ÖÓ˜4îÒ£','û´Ä6*¶u±ãUþ¼a<ðó´ÊZ.ïyù(_Î¶(¨','',0,'?'),('ÁxŠèZ	^\"ìº·kÞö','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/decoration/svg/fancy-divider-styles.phtml',0,'Î·5€a9üÒŠ“\ZIb¹','Î·5€a9üÒŠ“\ZIb¹','™˜§Ÿ2±&\'°ä¦¥ìßÔÌ%q’S…©²«áÌ.CÌ','',0,'?'),('™½\Z‡?Ç9£ï8ëSu','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/decoration/svg-base.phtml',0,'‰ ôÚîÄcîeŽ1\r\r%\\©','‰ ôÚîÄcîeŽ1\r\r%\\©','Äèz§+þÀŒˆh®},ÇƒKuo†µÏéwA&`÷V_W','',0,'?'),('îØq×aà¥([îæ`.—ó','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/divider/style-picker.phtml',0,'s}\'±QIfÌ9Dö÷”»\r','s}\'±QIfÌ9Dö÷”»\r','œúnÿ˜\ZekŸÓ«ÑkL#syÛ²™€œ÷ŒR','',0,'?'),('7Ü%3äÐÛÈÌÇ†t','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/drop-panel-light.phtml',0,'&/Ÿ$€2µùÚË','&/Ÿ$€2µùÚË','ëC\Z:	Ÿ½³»´è‹¿œ@\0àÀ’Ëï’?`òOW…Ž˜','',0,'?'),('·!Û9\0¢t~¶·\'Db‰5Q','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/drop-panel.phtml',0,'&/Ÿ$€2µùÚË','&/Ÿ$€2µùÚË','ëC\Z:	Ÿ½³»´è‹¿œ@\0àÀ’Ëï’?`òOW…Ž˜','',0,'?'),('f–Œg©í-S³[(=.','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/font-manager.phtml',0,'%ˆ”h`\"¯æ\\)°öÔ','%ˆ”h`\"¯æ\\)°öÔ','˜oM3¢5jÿ×ü¾È@vGßA£}@§3jñ2;\nws×@','',0,'?'),('f`Ýß­s¡ÙäÖ`9h9','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/global/style-button.phtml',0,'¹2ªèV?æi\'qˆÄC1','¹2ªèV?æi\'qˆÄC1','©£àX¹As?\0F©Še| ]±jZŒý_Ê.ÐEÌ5','',0,'?'),('é!P pnÝçÎ4äKd‡','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/global/style-contentbox.phtml',0,'8íÕ0z^ûë©±Ì¹f£','8íÕ0z^ûë©±Ì¹f£','5mmüÁ®Q.¶\\>+ö\\éno”Eý®#@ëÊ¢Ä','',0,'?'),('8eU[‘\'d¨ôE;´rK-','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/global/style-control.phtml',0,'½WäŸzmúÍ“ãÌLs÷','½WäŸzmúÍ“ãÌLs÷','ÐÞOVÒÃ²{:i{0\"¦öV\r7DJ îi½)ŒØ6‹','',0,'?'),('©bÎfª/ð¡‚%¨s>ë','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/global/style-panel.phtml',0,'Ñ´Rd8ŒùF#§ÎÓr','Ñ´Rd8ŒùF#§ÎÓr','à2uy]9’*ÏÍujFe}AÞhnz>}(×s¹2','',0,'?'),('ÀÂ¾­©x øÄXÂž0ÌÝ','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/global/style-section.phtml',0,'ÄÆV]•^eÜS¸?ä¬ª|','ÄÆV]•^eÜS¸?ä¬ª|','ÿOzÎ:Øi®:½®à…G‰YÚz{#éj°âr\\kPº·','',0,'?'),('Ñ^óÑÑd‡´j±ê³','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/gradient/knob.phtml',0,'”»4(voád \0(UY^','”»4(voád \0(UY^','ÃZ,œ½¹nìXÀáªû…	}ÒS¿ÙïrƒÏ!a×°S','',0,'?'),('#ã«¸_*^(ì7ýâ8^','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/gradient-pattern.phtml',0,'d8Ãy§ÆBT:.Ž8B<','d8Ãy§ÆBT:.Ž8B<','{Á‹êë,q¹¦~ˆä³ ãç(6nMööÀ(H>=¶à','',0,'?'),('j=)2+nR·è¡!{ísã','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/gradient-picker.phtml',0,'ÓN42–^H|ø|ÄˆE','ÓN42–^H|ø|ÄˆE','«^„ûiZª_ê3/Þ)3¥÷ÂƒšI¸uX.ß=6U—yX','',0,'?'),('ýéõYÊ*¶›e{ iâ','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/icon-label-switch.phtml',0,'ov‘Äˆy¯¿>’#ìÜ_(','ov‘Äˆy¯¿>’#ìÜ_(','Hkåíì&¾ÇÔoQ€c8¯\nñŠæî#Lh¡Zl?|!','',0,'?'),('ðt3ò¦“R{†œ9‘õm','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/icons.phtml',0,'¨ÚWÍU`€:ºù(I¥³Yó','¨ÚWÍU`€:ºù(I¥³Yó','–\nÛ‘n\'(Nèî&Çåbæ,’U0Iu/®\ZåÉQQ¡@+','',0,'?'),('È°¹ïœA}®ðý)lÚ\\¹w','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/image/resize.phtml',0,'òˆ¾kã¢‚e\nNU>ÄaåÙ','òˆ¾kã¢‚e\nNU>ÄaåÙ','[TIpylg©&Ï¦z7áÅƒ*Tjiá\0°\\=¬ˆ™','',0,'?'),('XÝYˆ©,zøÁ]Nm\n','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/image/style-picker.phtml',0,'_p>×Kˆ”[Š	Â','_p>×Kˆ”[Š	Â','ô/Gbª+Ð½3g‘n.‡]a0UÃtU¶ƒ@AÊ<šï','',0,'?'),('ó)¹Bž\'ÔsœO¨“ÿÆƒ‰','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/image-picker.phtml',0,'4°i/¿Çs¤IŒÉWˆ','4°i/¿Çs¤IŒÉWˆ','vJÒà³mdÊHƒhUÞ9–@<MGHÃŒü)óïôˆ','',0,'?'),('V‹Ä€Žý-.=ºXö>¶','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/input-inline.phtml',0,'Ã‡5\'µîÐòíSl','Ã‡5\'µîÐòíSl','Û¿ü#F…¥B½x/KÓï‡ã˜ÃAÀd’Mî+(x²','',0,'?'),('ÿ¤VKÁå÷s0žýž','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/input-multiple-item.phtml',0,'Ð¶	ÀÇÕÚ›lzÃiu÷','Ð¶	ÀÇÕÚ›lzÃiu÷','}ãÑ,Í½%Áé=J¦6dËCX“Ju­5 ª/HO‹y­','',0,'?'),('1Ù%Ôé]Ö4Þ†ÌŠ(h','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/input-multiple.phtml',0,'Àãâ9˜`ñ=.aüô','Àãâ9˜`ñ=.aüô','ø€¿	ÅäòÄ{¿¢w8Wk¿^$6ˆ_u8ÒEH‘´','',0,'?'),('}šÀ%ç)!]¯Ï\r\0.<','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/input.phtml',0,' àíjÒÞÕ¡Q…¬a¯å',' àíjÒÞÕ¡Q…¬a¯å','Ÿ\råh7¾å]¶ÁÍËÂ¾5‰½Û+ Ý–„Þî\r#','',0,'?'),('6-åÅ“jG?ÆV«¾Óª','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/knob.phtml',0,'~Àg;žPWÔ‡X*È[','~Àg;žPWÔ‡X*È[','wâ¾ŸBÎªôà=m4\r£âØf49tbèÆYo°\0 R','',0,'?'),('aœl²»ÿÅ»Ô3P&è8','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/label-input.phtml',0,'bÈG<›†ÍAP¾ðÓ¬ð','bÈG<›†ÍAP¾ðÓ¬ð','ŽÓæ¼S&BÃÏ*¶¼Â\"¹˜â™9žàþjÀ«zŒ','',0,'?'),('B¡RMÙSÀ/•£Êcîœ','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/layout/input.phtml',0,'Ë;…£ÿ•—2È\'Ûª»','Ë;…£ÿ•—2È\'Ûª»','ËØcÔs°½O”ãí!<¼ídš{S€ì­ù9QZÜ','',0,'?'),('×=Eä²ÌÕeÂ@‚;S$ß','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/layout/position-absolute.phtml',0,'¾ZÄ`°d\\Yo¥ž£v','¾ZÄ`°d\\Yo¥ž£v','¸Âie…jpàø1©\"\nÍ9}gø`õQ¦©c\\Mq’9B','',0,'?'),('d1Kžgîý\"³Ð¨mËVÍ','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/layout/position-relative.phtml',0,'êœ_	§MK™}À4','êœ_	§MK™}À4','dOsØ•Ñˆ¹ÇänÚ‹\rÑÕ¸Òƒ‡ú¦í…ÁX3	nöÃ','',0,'?'),('@\'¢~‘ÂÈ ;µé4Ñ`È','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/layout/width.phtml',0,'”f:NçÀ*kÕréƒ','”f:NçÀ*kÕréƒ','’ÑiµÚ¢ËÕ9?d˜@­>–€¶{Zô”¯äÚ/zs¨','',0,'?'),('‘—à±L>6B×Eýldc8','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/layout.phtml',0,'©©ß¥5²=“ïLgµ{m','©©ß¥5²=“ïLgµ{m','¡¸J|ò »ñû²£Š}\"©ò€¡»Vû*i>‚\0È:','',0,'?'),('¹¾aš¤údBvè—OMr','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/lead-generation/api-connections.phtml',0,'ÂË¨´²ÊÄ³9ðúg!ø”','ÂË¨´²ÊÄ³9ðúg!ø”','T9ÏúmØ\\$Ÿ³0Æ²´\"bìZÉFj°­¬\rq]','',0,'?'),('»}©ñë´r}ì‘ÅŽ8k','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/lead-generation/api-drop-panel.phtml',0,'¿fZV‰§÷pP¬.A«;','¿fZV‰§÷pP¬.A«;','I)jÐÙ\r}(‚‰™¸‰›árÅ†ùÏjE]hËO¦‹Í','',0,'?'),('ÖRyããÏc~mŒÓ[FDøJ','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/lead-generation/connected-api.phtml',0,'}!Ò±(è¹bÝ²Fà','}!Ò±(è¹bÝ²Fà','¯äðŠáv‰­Ó†Ûº<cæS%½ä¼ÐMeÑe\'ƒ‚ü','',0,'?'),('Ç·9Èòv™IèzædR','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/lead-generation/edit-field.phtml',0,'¦˜\"Ë6‘O†Ê‹Ìx1','¦˜\"Ë6‘O†Ê‹Ìx1','yl%Ï#—;2(|f9£ÄÞë¶™—6äF«?-fo','',0,'?'),('ï:“SDã°çRí¶!/Ó','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/lead-generation/lg-input.phtml',0,'ç}«1¸ì]¸Í¬vì{\"ó‚','ç}«1¸ì]¸Í¬vì{\"ó‚','ßå1\Z/¿U´hÚÊ¨=m?Ubª|C1-ãŽäË5v¯J¹Ë','',0,'?'),('™-$¿kŽª\"8ïwÏ5&;e','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/link/dynamic-categories.phtml',0,'ßÒíà%®&L’¡®o›1û','ßÒíà%®&L’¡®o›1û','ý$éP…7êEÄCGö<a™K|Ÿd¼Í¹…•EÍ®\\','',0,'?'),('r_ÞÜa\nï„lñüÑJÇþ–','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/link/dynamic-links.phtml',0,'˜•Lø.p	|hiÏø?C&','˜•Lø.p	|hiÏø?C&','W^,pépæ×p™cf?‡3ÀtÎ§É%›C‚ÙL°¦','',0,'?'),('&&™ƒ]ç1iþS©.Ö“','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/link/element-link.phtml',0,'ÙOõ7Úç@üIÐwc','ÙOõ7Úç@üIÐwc','úún\n«‹a¯ðàÁ/ÞaaàHòÈ%^^†eÏŸÚ©	','',0,'?'),('x¸Û¹S…?È¨C2sâ$','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/link/link-select.phtml',0,'Œüt+ïŠDçÅ‘ý¶…Î?°','Œüt+ïŠDçÅ‘ý¶…Î?°','8›—ºã/•›ì¿¨¡¸Õ5ÍÑáÝc¼ªæÌã~ìÛ²','',0,'?'),('Kü{ßÄ\'&ƒ>žÌ¬¯¢','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/link/style-picker-item.phtml',0,'¾]9œÍ¼<w+«v0a„','¾]9œÍ¼<w+«v0a„','œ_¡0ì5{_^ïe¦ªô˜\\c‘1pŒ“+ã’žh½Q','',0,'?'),('WÐÜ·6ËÕ€Œú¾uz','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/margin-padding.phtml',0,'~N(+ÚÓž‹ðØÇ','~N(+ÚÓž‹ðØÇ','pi¤½UG±8Db¼M·ÔHâÀ©ÒN{/U','',0,'?'),('«¬ö˜\0£&)nU~J 9Ç','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/menu/preview-list-item.php',0,'æÕŸM×$SÁP!W’Véô','æÕŸM×$SÁP!W’Véô','åÈ”kÜ‡ÏqUþü«Žb™ru‚F‰0ØHsòJÍ\rhÓŸ','',0,'?'),('„?†³ÕYÜÌ¸œä±ÑŠ','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/multiple-checkbox.phtml',0,'UÏà^Í©72,.öp—ØÐ','UÏà^Í©72,.öp—ØÐ','Dÿz™s”ÔD÷·ur(‚f\nHÒãVñ“u{v¦Ã','',0,'?'),('¨mê…ÍV‚:*$DµÃ','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/palettes-var-item.phtml',0,'õ@Š‹(‡ð[ï:ëá`ïØ‹','õ@Š‹(‡ð[ï:ëá`ïØ‹','‹â\'}Ÿû—”êË™<Ãpß{õ¸¼-_ *Rþ§vÉ ','',0,'?'),('‰¥ÍA±„çíok\Z{F¿','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/palettes.phtml',0,'ò\n–JÑ==”‘?”ò','ò\n–JÑ==”‘?”ò','e›¦»±!ùŸ=q~ëô!’sã›\\\'¤ü§Ÿ²!‰ \n	<','',0,'?'),('E¢.Á£š—óP?Ðã','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/preview-list-item.phtml',0,'ŠZº\0\Z-.IRï˜°é‰>','ŠZº\0\Z-.IRï˜°é‰>','ò6ï=ïÝH³=(x‘×&€Wôlg¢´íj;0‰48m','',0,'?'),('ð%T\ZÅ™«rbáTy«®à','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/preview-toggle-list-item.phtml',0,'9quûhD¶áÑ@\rÞÛÅ•','9quûhD¶áÑ@\rÞÛÅ•','[6äpn¥„Vôo•V•Uk~pþí^¿s^@îÍO','',0,'?'),('±B£`,aÔ+dÏÏŒsñ','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/pricing-table/edit-instance.phtml',0,'¶È°ÿºÄä6R±>\"ˆWv','¶È°ÿºÄä6R±>\"ˆWv','f18ëä\"ú]•\\âÐmlÉÚ»´ç•Š,êU¢|','',0,'?'),('‹³ë¶bNŸµfÂåœR¥H2','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/pricing-table/edit-price-box.phtml',0,'¼ìö¢)mÀRíý:¡Ç–s','¼ìö¢)mÀRíý:¡Ç–s','‡QjPÙ/äî|\r¶Ù’FOð.Ð˜æ×†‰Ò¾','',0,'?'),('$\riªépþ\0ð¢‡Xƒq','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/pricing-table/price-instance-controls.phtml',0,'Ä\nž™üI\\!éu\"—g‹	','Ä\nž™üI\\!éu\"—g‹	','T‡Kía$Ï.G¨ºh¥áÁÈùW3\'v\r†ÜLˆ;„','',0,'?'),('ð$ÏâÓñ±_ _ØýÚü','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/pricing-table/pricing-table-item.phtml',0,'`û¦?ÎÁ ž~Awó¶','`û¦?ÎÁ ž~Awó¶','8¹¢ÐO–u:¿Ëån\\¸ƒl‘dgï¿¿µ¶ºCÎñ†ž','',0,'?'),('H”O˜-n~õi]MÂÙš[T','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/radio.phtml',0,'ðÒ™Z‡¥-ªþôÀ(gY_R','ðÒ™Z‡¥-ªþôÀ(gY_R','4g\r¬åŠ‰Öâ_«fì¾Å!8Ïòôë«]hÚx\0>dÙ','',0,'?'),('-Ÿ”X*ÐÝÿh´ÝÇLLi','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/rating-value.phtml',0,'“Aù8Ûæ•£‘”‚äñ6¤','“Aù8Ûæ•£‘”‚äñ6¤','à˜\n/\'ËXù£4yK‡RCßãò†9|ÖgÙn}Œ3«','',0,'?'),('l¬XZJDŒÅ[>’EÿÝ','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/responsive-video/style-picker.phtml',0,'+ñz­pèšîYà\Z„¿','+ñz­pèšîYà\Z„¿','Ö6ÝÛmQÚOÖÎ±^T›\r·©`‘l’ÙÝ$¥Ÿn','',0,'?'),('¤…>¿2†°Î:Vâ»j*R','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/responsive-video-settings.phtml',0,'Ü«¶!Ó…˜÷]%fŒžÞ','Ü«¶!Ó…˜÷]%fŒžÞ','È’`}Í“½MÒÇ}³í(mTh0 ÒE_êyùT,}','',0,'?'),('3ÕUwøë#-Ò¡QÊ³—','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/responsive.phtml',0,'xš…ý’J÷H“d*¬)ƒv;','xš…ý’J÷H“d*¬)ƒv;','Ýýôp2ž¡][=ëK‡Â5Æ†Í¢KfÁ_=íª{Œà³`','',0,'?'),('fónª6WÒ@ìº^øF©','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/revision-manager-item.php',0,'Í\'ÒÎ6iî¹È½\\6','Í\'ÒÎ6iî¹È½\\6','MÔ³jÇÞGµÞçBcoó>Å3„ S[F˜9=jx¾]µ','',0,'?'),('Eªã:9{÷cýˆOm-','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/select-multiple.phtml',0,'¤\rF²=@ÓÛwÉz1#Íe','¤\rF²=@ÓÛwÉz1#Íe','±¡å¤6¨*ú’—\r\\ŽËÚÁî²©9ºöÙËDÙD–‡','',0,'?'),('5M5DE\ZË|°RëÈ','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/select.phtml',0,'#IÐ×_ÓŠß¥A?äC>A´','#IÐ×_ÓŠß¥A?äC>A´','í\r	B\r“9Ze4=t‰Y°9„ÄïÖcÏÌ#Cw)Þ ','',0,'?'),('	ðˆ¯\r{‹z½ža¶/{','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/selected-elem-nav-item-compact.phtml',0,'<IËý\0Úõæ)ÉP8Jb','<IËý\0Úõæ)ÉP8Jb','¨ðíˆã½~‚¤~ã›dø½šõ`O†¤»½¿µò\rI','',0,'?'),('ÀRïÿ¶Q²ÖBà:©G‘','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/selected-elem-nav-item.phtml',0,'ëƒ ª%µöÆ(—œ-An¤','ëƒ ª%µöÆ(—œ-An¤','Lñ/õ\'uÝÑ×êvËµŠóé+æè€Ç|é›Ñf®','',0,'?'),(')Sî®3 q‹´óœqFu','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/shadow.phtml',0,'Iºé5W:u\r\r$­ŠÊF0','Iºé5W:u\r\r$­ŠÊF0','\ZÌ¶Œ^ùŽž=~ëD4È_N$ÕzhåÒ°[˜þÜ^ ','',0,'?'),('–\'Ê}ñ3åüª)Ä<ˆ‘H','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/slider.phtml',0,'j&ï¡¥­ÓƒÍg^\r+â','j&ï¡¥­ÓƒÍg^\r+â','”±ã™üÂYñÁLŠ>Â]œ8 ¿oÖ£ ‘RÍ4W”','',0,'?'),('(ËTbbBÄ4„jRïªÈ','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/social/fb-share.phtml',0,'íÔ\\ÙœfÝýøpï','íÔ\\ÙœfÝýøpï','	ÿ™·Â•OzÄçïð}çËì¼ÛÑeOš·tÆtã¾','',0,'?'),('µ³TˆºÂß]bÁ>´L','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/social/network-checkboxes.phtml',0,'Òbšû™ñiõ“Ú*­','Òbšû™ñiõ“Ú*­','³Uç±Ø×1Pà0žµN5š¾!4K#]mó½_qj©¬¦®','',0,'?'),('‘wËg¢uÑ¤ïW+¦Ø','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/social/network-settings.phtml',0,' W*JÉômŸ.Ål¶¥.',' W*JÉômŸ.Ål¶¥.','É\r‡¤›*xdµì<l	)‘Ñ§w­¥MÈRÌ\Zþ¶','',0,'?'),('Þ\nI„\\;e“¢dÛ¡¨s?','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/social/pin-share.phtml',0,',çñ÷Êq@òPŠÁô×',',çñ÷Êq@òPŠÁô×','H¥‚1«W\rÁÖvâö‹Å@†\"÷ƒ­Z9ôl‰@','',0,'?'),('œ}WØ6V¬°ÕgÙÐ','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/social/selector.phtml',0,'ÔŒÙ\0²é€	˜ìøB~','ÔŒÙ\0²é€	˜ìøB~','ã°ÄB˜üšûôÈ™o¹$\'®Aäd›“L¤•™xR¸U','',0,'?'),('HídJw±ÍC[ô#E\"|','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/social/t-share.phtml',0,'˜Ð¨œÿd{¬ª-ˆ>-','˜Ð¨œÿd{¬ª-ˆ>-','u8ªÏ·Ò{¼LŸö1i¢Šv…(qÚàm„UKË=¿','',0,'?'),(' õ÷üS{ãÒG#_›í(ä','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/style-change.phtml',0,'{Ì¶œ\rÞ€‹OÅ$Àµ0','{Ì¶œ\rÞ€‹OÅ$Àµ0','¦ŽßÇ(¼w˜:¬Ào«°#–KÓ}¯\\Çöny¡ Û>','',0,'?'),('x1cî¯è])ß@HjÿÏ','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/style.phtml',0,'je)TÊ4”\0Óáà{¼cv-','je)TÊ4”\0Óáà{¼cv-','·ØwMÍƒdw©&Dø§¤îV§¹¤à@ÅT\\„','',0,'?'),('ÄVéW1Œî.ßîþ!«ö_','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/switch-toggle.phtml',0,'H©âª,ã^Äâ¶	','H©âª,ã^Äâ¶	','àwÇ­R²ÇÛß@óˆaý8Â!X?¡»ÒÄ\'\0#`Lõw,','',0,'?'),('d¾Ëwôªt×’ú/|{›ì','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/switch.phtml',0,'›I`×ÝRÃÚˆŒ\nf','›I`×ÝRÃÚˆŒ\nf','`#ù•6ýî–¶—Œys\Z‘3?–µ‘ì$Oci•?£','',0,'?'),('î¨@ƒ….\n5ó®à±ktb','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/table/table_cell.phtml',0,'ã‘ü6g#üœÐ4Ç]Û\'æ','ã‘ü6g#üœÐ4Ç]Û\'æ','=éÄlfWK÷væpú]y•(Uîã[}‡A¯x!B','',0,'?'),('’Ÿö(«5\'Ä«ÿ\\Îvw','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/text/typefocus-settings.phtml',0,'jŒÔ¢Îy/+Úsé\\T','jŒÔ¢Îy/+Úsé\\T','¥ªÁÈ6T°äqëÑÐ$Œú‰ä=Ô—rF°m=O‡q','',0,'?'),('#‡cW5è»-m2ön(Ãm','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/text/typefocus.phtml',0,'=ÀŠ°ôoPŽÚ5O­','=ÀŠ°ôoPŽÚ5O­',':23äé¹ñ\\téA”Tý¥øDßDE¬Dv§!ýz','',0,'?'),('âêÿ6ÐB¦Hß•W—Æú','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/textarea.phtml',0,'³ÏÔü‡ü¡·«ºÖ«ë™','³ÏÔü‡ü¡·«ºÖ«ë™','9{-î»IVI9zIBod!‹öQÒÿ3ºD`Ï‚&\\Å','',0,'?'),('ÓxY,Wz\r€‘ÀckL','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/time-slider.phtml',0,'ÿ!‰o+1^Ìüù”X:ò´','ÿ!‰o+1^Ìüù”X:ò´','Õ;ðÒƒ ä)ûÍy´ÔC®d¢ß\'¥ÞÔ?½fÔÎC','',0,'?'),('5ã“8Ù³äÐºoÈ:APà','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/toc/headings.phtml',0,'°³ÔÉ¶IäÙ$âÆ5½^G','°³ÔÉ¶IäÙ$âÆ5½^G','õ«9_æâúŽÏò\nˆA™Ð‹}F{ÂPûáˆæ_ý','',0,'?'),('š*lLFiÑô?\0›Óv!','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/toggle.phtml',0,'i­7-ºDYVµrÃw-1','i­7-ºDYVµrÃw-1','iÎa‰ñÝpðWB/iv¶Y•¦\0™ç\'²	Ý55¥Z','',0,'?'),('Íâ(GÓÛD‚ ú¦u\0;å','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/tooltip/promote-panel.phtml',0,'’ùˆÿlß³—Tž}¶¢µë','’ùˆÿlß³—Tž}¶¢µë','2Kµ*ºáÜŸº+xñÕ	iu<õÙ±ÌW¢+÷þ›4WU','',0,'?'),('•Ö¼¥ãcã/\r¶(µ¥Ó','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/tooltip/tooltip-panel.phtml',0,'°þb½Š=Qno6Þ\ny','°þb½Š=Qno6Þ\ny','”‘m­r”cÁ«`ÐÈNlo\\K¼(‰¶\'”Äîe×Î','',0,'?'),('Å¬éá U¢¶hŠÚjú[0','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/video-settings.phtml',0,'£90§$\nÒcºFÐåK$','£90§$\nÒcºFÐåK$','\Z&Ó\\ºx56îIG.(80ö×>ÐgDS\ZCÆDL','',0,'?'),('ß.~T&žýµ%wðÑ?Ô','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/drop-panels/reset-state.phtml',0,'Hž55sr»¦›e²ó^„*','Hž55sr»¦›e²ó^„*','`ªs.®-*¼Ä.,æ=šÈÞx,7*|èfŠÇÕÏdÈx','',0,'?'),('µf\")ØÐ;|ØmW¨mƒ¤','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/element-icons.phtml',0,'{WE	ÉªgH`ÚÝÞd','{WE	ÉªgH`ÚÝÞd','àLJQ«‹\ZOg¦U»¿Í=Ñ’÷c#EBýTÿRé©O','',0,'?'),('ý”Ïú\n…þø„‚','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/element-states.phtml',0,'U\ZÙ¡³¡Õtµb™pá“K','U\ZÙ¡³¡Õtµb™pá“K','rØ\0êdrß ÕÂŠ\Z{.\0¿Y !ÞÍs‚LM7Ö,','',0,'?'),('”OÂ€QYÞëžÝÒŒ„ùÃ','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/elements/button-icon.phtml',0,'£¨>nÑÕ1 \ZÓú§','£¨>nÑÕ1 \ZÓú§','Âd³ïæÿw\'ñ¹Ü¯DÅo¶EÕ\n…[\rx‹8¦…','',0,'?'),('”E¤1¼‰T®„5Be=‰','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/elements/megamenu-no-items.phtml',0,'`ÙŸ±¬\n¢ÝªÕmÛ7úç','`ÙŸ±¬\n¢ÝªÕmÛ7úç','æ=	Åá¨›´#F==¨´/üÀë\0°/`\ZOb‚h\\j‘','',0,'?'),('±iÞƒâ4iî+ÀøQµ#','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/elements/menu-image-placeholder.phtml',0,'p(É3‹¾¸‹ˆÿþu\0¬ç','p(É3‹¾¸‹ˆÿþu\0¬ç','4hÌ^íñ¶ü¹, ŠèˆpøÚg;>ñœŸþŽû°','',0,'?'),('X¾¹÷Õ¡í%\Z¥Î¤A','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/elements/menu-item-icon.phtml',0,'-Õse£Éê1‘ e-I','-Õse£Éê1‘ e-I','U´æap}g¸*ÞõŽe\0Xj\nïÑYœÕWÿCà§Æ','',0,'?'),('OgÁ+}&•éÇ…{','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/elements/menu-item.phtml',0,'s…lÈ¢ª…fÿÐ	ç‡Å','s…lÈ¢ª…fÿÐ	ç‡Å','ø8½þ8OÄ<pƒÖü³Ë¦¶(+gR i½UoÒ','',0,'?'),('*Í0…/}IB©‹WCA','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/elements/menu.phtml',0,'CÖMÚ¤3ž#äûVaGØã','CÖMÚ¤3ž#äûVaGØã','VÜ¾Ÿ’[«\nk$pVý2­Ë”lXð\"ÅãûQ0w$¶B','',0,'?'),('Êxù\Zº{Ã˜é—øÿ¢ñK','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/elements/social.phtml',0,'ð¯Þü´äälÇ0|‰ò–ú','ð¯Þü´äälÇ0|‰ò–ú','«íçé¿jaÏú:y,œ¼•îEŸôóÄžË3‘€ì›A»¥','',0,'?'),('GþÛcóYÇœ\"S–Ç`þ','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/inline/column-options.phtml',0,'pf€,Æë\nCìXE³£','pf€,Æë\nCìXE³£','©[/‘ÍÜ(&jï¬M~û_ÒÇœ±sbMg‡×','',0,'?'),('¦ÙÈ\ZcªÍsn þ\0z=','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/inline/content-templates.phtml',0,'òS1Œ	.lôâgO¡´','òS1Œ	.lôâgO¡´','Åf,‰æ`Ü–g¶ëTJi²>6³<õîHN','',0,'?'),('çloõ1›ð¬N?¯0.s','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/inline/dynamiclink-popup.phtml',0,'ûª	Õbï˜ƒ6É€¢Æª','ûª	Õbï˜ƒ6É€¢Æª','ÚC£ O FWä8ˆ«ÅÝÆËF—¸jGÍƒÆÂ¶Ï','',0,'?'),('biÞoÃoOÙ#Â°{×«ñ','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/inline/inline-shortcodes.phtml',0,'%õvj±\nO&‰ÚyÀAH','%õvj±\nO&‰ÚyÀAH','×útèßí`òËy¥„O­‹”¢ˆ„Í .^','',0,'?'),('R8š‚ŽYn)3s—›°\'O','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/inline/jumplink-popup.phtml',0,'™³\ZIcpD½9É~#›','™³\ZIcpD½9É~#›','¦(è_N³¤øT™>?É™Š\0&j-P¶¡á0‰','',0,'?'),('jezF\rJÁ¸ÿ×#†¹ôþ','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/inline/link-types.phtml',0,'8¥V\\Ü3žMÎ`þ<‚¶(R','8¥V\\Ü3žMÎ`þ<‚¶(R','Ô…ò ¼„å9ŸÓZ){¯›©§Š\rþN+ºBá~N•1Ôï','',0,'?'),('.{H…5w/\\çº½¦|+H','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/inline/popup-custom-input-extra.phtml',0,'íGXž}kÞ8æºA²³','íGXž}kÞ8æºA²³','½âÆ±<²]B÷ë ÔÕZ¨•mô„d*ûawÓ°','',0,'?'),(',[åñ‡Ž˜ÿÅßk|À','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/inline/popup-custom-input.phtml',0,'Ë&5bÙÝ>*LÌ£ø©^¢','Ë&5bÙÝ>*LÌ£ø©^¢','dWx[ªžåIå°ÉÂ9m“Ê¨‘RËe!éãÚ´½²ŠLûG','',0,'?'),('sùnÒeÿ^ßàßA£¼¬','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/inline/postlist-links.phtml',0,'H³	¹ïŽük-ßÊ¶‡¡‘K','H³	¹ïŽük-ßÊ¶‡¡‘K','¦e±Ñßâðüms\\K¶/Ð)\r‰Û\ZÚSÿ	ì÷lÆ','',0,'?'),('\0‡kèï€U\\“) Š„','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/inline/staticlink-popup.phtml',0,'M(\0€Ùgžè€rAo4j·x','M(\0€Ùgžè€rAo4j·x','V\'Ÿ%MoŸ}´¸s\Zº‰+ îâ¤<c–Ó…gEj&Ý','',0,'?'),('S›õdÐ¥ØëH\n^5ŸrÀÛ','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/inline-error.phtml',0,'Ãº•îóÒü•Ù60Dqû(¸','Ãº•îóÒü•Ù60Dqû(¸','šo1÷â¦¥Øþ³o²Ô)Z¶–›!\n<R4Hsò¡%','',0,'?'),('±<\\ª`. qÀ[ó­i','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/landing-pages/delete-confirmation.phtml',0,'ÇÎÔ[‘ ý\']ïó','ÇÎÔ[‘ ý\']ïó','7„.9wÙß\ZìÔ7[@÷ÿµl@$šõU1‰n#9','',0,'?'),('ÆlLÍå\nÂ•˜@þçØ‰T','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/landing-pages/lp-set.phtml',0,'ÇÎÖßäæR„b,šˆì','ÇÎÖßäæR„b,šˆì','õØ»G®ÞáÛñÊ›L~\noÇêB$w5¡Üûõ','',0,'?'),('«þIXj†þ0Æ®4\'‘J','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/landing-pages/lp-template.phtml',0,'<›„ô\\DøÄö¬','<›„ô\\DøÄö¬','7µ8¬Xkç`y°íGÿÙ¥ÙËÍç„Žê¦UÀ_PsOâ´','',0,'?'),('Ä¸`”ÙÆg\0ÓF’ÚÌ\n9Ó','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/landing-pages/lp-text-templates.phtml',0,'–KI1ŸM³3I-:¹À','–KI1ŸM³3I-:¹À','-yþ…«¿n Ä)óÒÚõì—Nªyú:	þ&ß;£6D\n','',0,'?'),('F+šk/üº¤ÞÙ‚xóB0','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/landing-pages/tag-item.phtml',0,'c`æ„@<±8\\B\Z¾ÎÞ+ö','c`æ„@<±8\\B\Z¾ÎÞ+ö','VQø’<¸/Á¿S(›yƒ½Ô*Ç@ÂÊ“ýÿ?À‡]NáC','',0,'?'),('tþòX`³ðO£^¼>/ù–9','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/lead-generation/apis/activecampaign.phtml',0,'v&ç¶KóÕñó}:——=é','v&ç¶KóÕñó}:——=é','œêTå¾rwåöÒ{WÚÖ„T½k´±É{™î‹â/Î¢‰','',0,'?'),('p~—Þ*¥É4\ZL“¼¶\Z','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/lead-generation/apis/aweber.phtml',0,'æ¬¼bjFÎôÝ²ê=¹Ã-','æ¬¼bjFÎôÝ²ê=¹Ã-','¼7êcq\'kM^¼Í‰Ö®ýÞ™#<bùÕ‡ÆòT','',0,'?'),('.\0kdÂPÀã$gÎÕ‰ê','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/lead-generation/apis/convertkit.phtml',0,'Éô®<™_VJ2ÖºZÖuE','Éô®<™_VJ2ÖºZÖuE','*³·\Z¢ãZ;j¾Z¨—ž;¡W.ñinPù×šÍ£ÄŽi','',0,'?'),('q“»¶fÉ¨W(\0›#à','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/lead-generation/apis/default.phtml',0,'ÍâÒ&AÀ“C°òúôõ','ÍâÒ&AÀ“C°òúôõ','9´ýC1J‰$“=†¼™ºNY¤]™îÿ9Ì«¢2Üv	t','',0,'?'),('©Šãµ}+ËLàÓìÿ','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/lead-generation/apis/drip.phtml',0,'§Ï¨â	Æ®çù	É:ú ','§Ï¨â	Æ®çù	É:ú ','‘Uó0n–’ÕO\"¡Ðõ@Ýq ùP\'­æx\'3ê','',0,'?'),('É°*»¡‹5šÀ±Òµð{÷','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/lead-generation/apis/everwebinar.phtml',0,'MdU#éÌ9Ç/\\ÌÅÞkd','MdU#éÌ9Ç/\\ÌÅÞkd','¥ñ,cú‹ün#tMè«»«IC´óXß\'Ó&}	¿','',0,'?'),('3z/g^ÍÉ’ñÇ`b[','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/lead-generation/apis/extra/mailchimp-group.phtml',0,'¢ÍDRo¡c`è¹°˜”Ó','¢ÍDRo¡c`è¹°˜”Ó','†Õ¢5ß«/”ä|¼Ýoé§^¼Q9‹è—ö€€$Â}','',0,'?'),('}VÐÚ.ñÊøâC8Œ	ƒ','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/lead-generation/apis/extra/password-strength.phtml',0,'b|Ûª¨^OéîÆÑ|É¢2','b|Ûª¨^OéîÆÑ|É¢2','V„RËËìXh/Ú ¨¸Ú¢1×Ï†Ï¡w\'','',0,'?'),('‡pà<ŽADà–>íXÇ|T','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/lead-generation/apis/get-response.phtml',0,'•ß“¤xp[F 2Êz±gÕU','•ß“¤xp[F 2Êz±gÕU','^NxG­nËñõ2í’\\#Sø;¥µ¯(~¸­USšP[ò4','',0,'?'),('½—aæÑÜ6¥±è=TáJ,t','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/lead-generation/apis/infusionsoft.phtml',0,'ºÑç\0o^KÀÛ~0Ø','ºÑç\0o^KÀÛ~0Ø','ƒ{(GÅØ§ÌçÛùú(+š+pœ¶\"l``ayÃ¨>','',0,'?'),('þ5mµ•ÇYIÉ“–·>\r','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/lead-generation/apis/klicktipp.phtml',0,'«ƒ!<=’a7¶æL','«ƒ!<=’a7¶æL','ÝåÞ!”©\'~/]<»%9y\'%ƒ‘×Jiçp‹ã','',0,'?'),('1…Mk[ã$‡Æ)ÃÚÈ¹O','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/lead-generation/apis/mailchimp.phtml',0,'Q3sÂøÂO\0ÛT°Ümì','Q3sÂøÂO\0ÛT°Ümì','/Ç#ìp¬[¯E¡§©’‚äZ?äJ2æF)ã','',0,'?'),(':ä9\0 0Î_l«€°È*\0*','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/lead-generation/apis/mailster.phtml',0,'¼´átÇŒfÏ,sjÏ™ÂÞÅ','¼´átÇŒfÏ,sjÏ™ÂÞÅ','ZñÍ‚WBŽ¡/;fï+~\'&òçßž¿…eè¨õ@lR','',0,'?'),('ÛÿLÿESZÉ´rÚ7ß˜}Ð','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/lead-generation/apis/ontraport.phtml',0,'eïŽq®ËjŒkVÇÝ ¯6','eïŽq®ËjŒkVÇÝ ¯6','ÀíNs‰“‚—–ä™+Ô4ípßÀ•7zàKÐW†—','',0,'?'),('ãY¦=ïP®àCÛÇ‚}ø‚','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/lead-generation/apis/sendlane.phtml',0,'É#!3ÐÜˆzÄs$w¨Í','É#!3ÐÜˆzÄs$w¨Í','*³·\Z¢ãZ;j¾Z¨—ž;¡W.ñinPù×šÍ£ÄŽi','',0,'?'),('ÀH…OË&7\\°Ò}ä\"KØ5','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/lead-generation/apis/sendy.phtml',0,'zÂœw[NO(ëJiL9ü','zÂœw[NO(ëJiL9ü','/Jò ÇR{SžfV9MÜGÚFv ê\r9›Ø1rû-','',0,'?'),('©-:Bö²È²NöØ­8DÐ','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/lead-generation/apis/zapier.phtml',0,'6¬ÿ‚m½Ó<®ø”äêúX','6¬ÿ‚m½Ó<®ø”äêúX','ÎB¬á—£®WÏò;å”áHûKa–Ëë\"Ò(b','',0,'?'),(',ÀCÖ—Y¹ )}ëbá¡','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/lead-generation/apis/zoom.phtml',0,'¹®äuÀ©f-ü·Š8€•ž','¹®äuÀ©f-ü·Š8€•ž','™ÑîçgÕÅ§RP*v^7˜Q¬BõÅ%Gš„çÖ','',0,'?'),('ƒ)ŽÇ?zt‹Hå—','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/lead-generation/consent.phtml',0,'ì›waü”¯ÏN>õ=¤MK','ì›waü”¯ÏN>õ=¤MK','VhíÊÒU2â™G€Ò_Aßpn	e&Ä²4Hs\0Æ–','',0,'?'),(' ÿdjL#Ý±ËÃQ~‰º','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/lead-generation/errors/item.phtml',0,'Mz6´9›v	IL›ï\r','Mz6´9›v	IL›ï\r','ìT\Z\ZìF4åÓTsâ2O¸L–öŠí®¹«t#Kd£9»é','',0,'?'),('gµ}`ëöSÝ6°õŸó¾r','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/lead-generation/new-connection-area.phtml',0,'¦ItG1 ,pÌÔÍ={','¦ItG1 ,pÌÔÍ={','¯ï­	[JìÃÕzAž÷«4¤_Å.o«7û Ûœá','',0,'?'),('¤¢nK¨ž¤:qïYa¤Ô','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/lead-generation/submit-options/option.phtml',0,'Ô´7Úƒ¨6ãé RH|ü×','Ô´7Úƒ¨6ãé RH|ü×','„ãØèMD¨*³aj‰®æ7–Ñ°hæ”fð÷è…Ýšæ','',0,'?'),('š”´ñéP4áå°ŽÃ.ÜÙ','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/lead-generation/submit-options/submit-options.phtml',0,'>æ^_j¶¿ÔbU7š¢g#','>æ^_j¶¿ÔbU7š¢g#','Ç¿šóâ4²÷ =5\0I˜MèeÔ3Àll«©úáN]|','',0,'?'),('®~Ë`ÅnU[t~1×(Ž;','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/logo/item.phtml',0,'wâË\nùAÛ>Ó%®6ûw1','wâË\nùAÛ>Ó%®6ûw1','fª¼ù~qãã×5¬RÞ³AÚ‰Œ^‚žñ]fÍd™Zá','',0,'?'),('‰gÈO!K®möËÕçCÚ','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/logo/tooltip.phtml',0,'¼rÓ†Ú<:W.¼.¬::ån','¼rÓ†Ú<:W.¼.¬::ån','ï[N” fþ!®@bàCÕ%\rŠâ˜(½¬“½Egl7±','',0,'?'),('¦KðŠ~UMŽ\Zù@þ®','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/modals/cf-settings.php',0,'™\\j{=¦J#éç¾ÑQVÚ','™\\j{=¦J#éç¾ÑQVÚ','Zwït›E\Zõšô¦6ÔU¹.0Èu%¯çþ‡\rÁŽ','',0,'?'),('Êç yx¡”•{’+4:	«','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/notification-box/error-save.php',0,'_†èO²[yùÁ‘v™Zñ?','_†èO²[yùÁ‘v™Zñ?','Š~l<=µÇx3×(,šF•N9R\0«ÁP!5¥u§','',0,'?'),('û2eb‡0:Œ1;{åª','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/notification-box/error.phtml',0,'ÞzÊÛÍÃh6Tbñ¾óË','ÞzÊÛÍÃh6Tbñ¾óË','ž.ü­s»J ,Èå—€…¥5ûùzDÌbøUø†ÊÎuó(','',0,'?'),('¤Î®ÆcáÓÌŒ¶ŽA','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/notification-box/info.phtml',0,'·@\nïÁ.i­ì»Iþ	ÜH','·@\nïÁ.i­ì»Iþ	ÜH','è‹À†ƒT¤œjÜLyür*)ÏAó¶ûð–˜Äð\ZMd','',0,'?'),('Y›’`­Þ\'{TMC:0','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/notification-box/success.phtml',0,'­{Q£°Þ9Ã;àmsAÚé¢','­{Q£°Þ9Ã;àmsAÚé¢','ý?ÁòŸŽùICf™Íê‘\n\'yˆ‘>D´òÂbŸ5dK','',0,'?'),('ŽÛ,ê‰G.²^3uãàÂ','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/notification-box/warning.phtml',0,'û5Š±¥ã3IÐ‘»ªy™£','û5Š±¥ã3IÐ‘»ªy™£','õA>é.3ïêçÕ”ø/°1ø†C·/ãÛÿìx~ƒrM','',0,'?'),('dÓ9ÂS\r\ný“\'ÙGMCÝ','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/page-events/actions/lightbox-preview.phtml',0,'Ñx›±dí¹_”ªþgå“X','Ñx›±dí¹_”ªþgå“X','-6ñàOMBV¶ÂSQz„Kz‘ÖÑÄ3ŸÞSûy|)ˆf','',0,'?'),('†ÚÀ3¹aŽXòuÒÄ','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/page-events/actions/lightbox.phtml',0,'±»¹²Æï3õ4Ñ,-ü§Ñß','±»¹²Æï3õ4Ñ,-ü§Ñß','AfVMÏRâ\0ëñ!\'Â™÷pÒÉ~ÀýW@T¯€8','',0,'?'),('CTXG>Œ%€J±tqµ2','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/page-events/form.phtml',0,'‘O›Ü[F€YKzŠi©','‘O›Ü[F€YKzŠi©','×ÎÇTbõ¯ƒGw(o®“„™5‘V¡CÂ«ÓiP','',0,'?'),('¬77,˜ä²ág\'P','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/page-events/list.phtml',0,'×Q‘M;¨ÒºqsÔ07Æäñ','×Q‘M;¨ÒºqsÔ07Æäñ',';O(ôLzwêO±7¨§)ô“eÍ·œWî¿¡À‚XÑ ','',0,'?'),('‰[Óî\nÁ1%D™qºcÐ','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/page-events/no-events.phtml',0,'=ë¸±Þ4†äB¯i','=ë¸±Þ4†äB¯i','¢ª%æYËJ¼^U8µ+C_bæq%·qõµ¿\"]','',0,'?'),('>üJO\"5ù/NÇ0ÜýI','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/page-events/triggers/exit.phtml',0,'Íò<;ÞF[iØÓ5æH','Íò<;ÞF[iØÓ5æH','ÝµÖö³Ï\0W×-B)­:åGýnâNÞDœÙ\nÅ¡ÒX','',0,'?'),('L©¬!]˜—å9mQ­ù','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/page-events/triggers/timer.phtml',0,'#26¹¹k2Ï–MTÏ†è','#26¹¹k2Ï–MTÏ†è','¾â@…JE‘Y¤JCÎÉÉ…}ÞÑ\0«¡ÑŠêÜ¾|<–','',0,'?'),('ÊÉ¿ôoÙ{å¹Æ²ákÝâÃ','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/post-list/author-query-rule.phtml',0,'CûQI)¤ütG/EœÙDñ','CûQI)¤ütG/EœÙDñ','‰A`-øÃ«*Cþ…ã¼6Ü‚€î®øJMÝ4î¤','',0,'?'),('\0aó±FfmÔaZN„#','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/post-list/extra-image.phtml',0,'¯¿ £Û‰H²7Y†ˆ©v[','¯¿ £Û‰H²7Y†ˆ©v[','aÅ	V|Ì±÷nA}¿¢›8Æ°kî0=ÎYEò 4Ú\r','',0,'?'),('P§ƒÈ(¨ïÉœš’Ð\'Ï¸','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/post-list/post-list-default-template.php',0,'IíJ·>Ë›YêëáXW','IíJ·>Ë›YêëáXW','	H1j€@&Æ‹4]ÂOÓ™äÑ8srÁ[vÔ°¸ŸFžI','',0,'?'),('B=ekª‰\"Ÿ^\'È‘±4çS','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/post-list/post-query-rule.phtml',0,'Ýæi]Ï7Ít5EáÐ´ñ','Ýæi]Ï7Ít5EáÐ´ñ','8/}¤L+(˜ùä•™ŸðÚý”ò»|kÿ²+ÃI','',0,'?'),('Ó‚H¯­¡Zo•!BMÖá','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/post-list/query-options.phtml',0,'NºÁ\0¦ŸÞ†ã¹ˆÅ4','NºÁ\0¦ŸÞ†ã¹ˆÅ4','Oh¢Áfu__úxME£ƒóqHóóû\"Ñ9×âKš ','',0,'?'),('2úfaL¡”¢ÓiÆÏ','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/post-list/query-rule.phtml',0,'9Ë\n.~çÒ›^}YÚÉ?Á','9Ë\n.~çÒ›^}YÚÉ?Á','cõTÛŒ(ïZGÖ*äD¦•,¿eôœC	.„+Y^','',0,'?'),('êNž¾A góßóûv O®','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/post-list/query-term.phtml',0,'L(Ÿ—ê0ÿ›åßhCÈ6','L(Ÿ—ê0ÿ›åßhCÈ6','éÊ¸fÜžú£/0€_ŠÓ7ß—T‘§Ï”c¡@ýc®<(N','',0,'?'),('7ÐZ¢¾æ×m¾j«ƒšÿæ','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/post-list/select.phtml',0,'Øí5™Ä¬­çŠ‹kºÝS›','Øí5™Ä¬­çŠ‹kºÝS›','þÃI3énøÑv3;Ë„-!74´Ø‰#!0ÑK&','',0,'?'),('ïNò7aÎo@Š£\\WVK','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/sections/item.phtml',0,'8ðìðÇq–ê;M•VF£','8ðìðÇq–ê;M•VF£','G(ç³E™Ü€É»Q˜ð\rùpóþø\0@Æ 5ˆ«id','',0,'?'),('Û#½¶Ê3‹]¤—','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/shadow/no-shadow.phtml',0,'h‘Pü#Ükƒ.>Áê?%','h‘Pü#Ükƒ.>Áê?%','W§Cmîp8†ÈÚaÛ¦ÙjT1‚ã(A°»íˆS/ó','',0,'?'),('qÒæµ‚3…¯7\n)^$-Å','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/symbols/content-template-item.phtml',0,'µ4<?7s\ZÚb—¢7Lj©Q','µ4<?7s\ZÚb—¢7Lj©Q','t\n	Å\nùP»ÖÁOÇÖ@<hMÑTå:ˆæôk`\Zý{','',0,'?'),('+éC¶õÕ62êØ­Oñé','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/symbols/create-item.phtml',0,'zˆˆßl³IV»àšÚ¥h','zˆˆßl³IV»àšÚ¥h',' m \ZnS’Î7€\Zi\\Áê”À¬\\Zö÷®‹©eVÕ','',0,'?'),(',äS²_¸79KdN—R9V','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/symbols/get-symbols-error.phtml',0,'ªUCë`ª°=#Z”Èî','ªUCë`ª°=#Z”Èî','¦ÂûWú eüôÍ\nÉþÒ1\'`íˆ€žŠ´¤õS\"','',0,'?'),('cn7“4ëïœCÉ\'´ï¤\0','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/symbols/item.phtml',0,'!µ~GéÕ×;ukå{Å','!µ~GéÕ×;ukå{Å',']LüNyËp¨ŠpàL<@fWäªaRÒÛ\ZxŽq[öí','',0,'?'),('¥@þŒ?¶ðl‡‰nøFO','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/symbols/save-templates-symbols-error.phtml',0,']|¼ˆºñ9¨‡•…¤øàh',']|¼ˆºñ9¨‡•…¤øàh','3_Õ T·SG…ÀË[Eè8]ÙUvêá`Geoë>','',0,'?'),('‰;ƒŠÑ¢©qzþ¾0Ñ','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/symbols/section-item.phtml',0,'ºÔ¤ç		á¡,o²@è','ºÔ¤ç		á¡,o²@è','õ²|.U$%”‡ÀÀ‹ÎlÇ	—b6“g¡FÄ²®fãÉ','',0,'?'),('÷Ç––˜üÄšº2Ã\ZÞ,','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/symbols/sections-container.phtml',0,'óP\0»|±#í*|ïàµï','óP\0»|±#í*|ïàµï','²a¥ˆ‹†(bØ8åº™sPk(ó¡kó  Æb>é','',0,'?'),('Å¸®éè¡.žë¯þ×','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/symbols/sections-message.phtml',0,'°¡\0GZ!»/ÚŸ´Ó\0~','°¡\0GZ!»/ÚŸ´Ó\0~','­Y¶Ý÷mÀ’së¯2+[·ÖÀAw6ž)£­N','',0,'?'),('J¨3³—ÑëOèkfÌºp1ò','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/util/audio-file-picker.phtml',0,'Ìt»es\Z\r|KuÌóÛÛ5','Ìt»es\Z\r|KuÌóÛÛ5','(´XtÎ–¬?ù‘Cnë;›T­»nÏd¸ùPÚ\rw','',0,'?'),('R H!,Æ#kòKCÑ¿S<Ñ','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/util/color-picker/add-color.phtml',0,']ÚÖ2­ÛžLbß7°¿H',']ÚÖ2­ÛžLbß7°¿H','k`VŠ8{VY¢t’û×Ò—”Üµ<–dä^çµqD','',0,'?'),('ø_në‘OÈ¿Æñ§z7½','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/util/color-picker/favorite-thumb.phtml',0,'Ò1°Ø†I\"ŠWù¨ÑvË','Ò1°Ø†I\"ŠWù¨ÑvË','ÞàªÝ]bT÷âä¡#&–€ú¿tjÖÝÜä480&$ Ü','',0,'?'),('<ªtrmÁ*vÛ\0-VÝä‘','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/util/color-picker/global-thumb.phtml',0,'¢—œh\'o*cÃÞŽ[ï','¢—œh\'o*cÃÞŽ[ï','€5„»^’ûð®¯4êb=—èí-!»ÏqM´—X	Ùcz','',0,'?'),('ìûùbòÎ¡¬¢žQÎBh¥','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/util/color-picker/save-btn.phtml',0,'ÚÑ8Mr¾°‹l{Yô$E§','ÚÑ8Mr¾°‹l{Yô$E§',';Ã„CHcJí†]\nÆU~2XLzä…@bVÚ\\P¸{I','',0,'?'),('wWn¤ó\nÅ\n ‡÷,â˜`','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/util/edit-as-group.phtml',0,'Mfà¤’z—Íø«¬­TëÞ','Mfà¤’z—Íø«¬­TëÞ','éNr2€³î¹€ŸAN^CE–o3LÕ?)p÷	ú¤','',0,'?'),('\n_ÿm:‰ú}«w®Ú¼P','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/util/edit-global-colors.phtml',0,'#Ø\\=÷i€Ð´¼ò‡3','#Ø\\=÷i€Ð´¼ò‡3','rÒ&É ßÔ$é¡\Z/êíSø:Mtr\\–]þÇ$‘éÓÙ¹','',0,'?'),('³ÉÅQZ”+ÁQàð;Øþ(','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/util/edit-mode.phtml',0,'lšCÌ,H(Kì|÷\"]ú¼','lšCÌ,H(Kì|÷\"]ú¼',']?Sô³ä4\0fÚmw¯W´ä¾{ÞŒƒU·V†\ZTOÈ…','',0,'?'),('AÜIPYåŽºLSÁÒb','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/util/favorite-colors.phtml',0,'YÅ±æ!nÒþ¼öÙïR”|','YÅ±æ!nÒþ¼öÙïR”|','z î8GqÚ–«ÿ>Ü¦M<íE¢7\Z|ê¨ªÒ#Ø´œô','',0,'?'),('ý?éêÐ%Du%wÔy0','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/util/favorite-gradients.phtml',0,'ªR­Y+Âá6›”¤š','ªR­Y+Âá6›”¤š','’ÜÝKžÕyõµÒ¢–ˆ†HÝÍúQOåÅ÷ïö¨1Kú.=','',0,'?'),('„ƒ·^	0Cà¼˜÷H','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/util/file-picker.phtml',0,'\nšœäS4¯7Ì¦¿tŒ?','\nšœäS4¯7Ì¦¿tŒ?','Ýoõ\'qEeÌûÐû74¤Œœc¦Ec\r§< ','',0,'?'),('ÏP^HÅ]-$, ly¸’I\Z','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/util/icon.phtml',0,'¥.ÃD+èü½ú¿£¿','¥.ÃD+èü½ú¿£¿','üM‘„YFsÁšµÛË±—Åyõïž¸ñ­QCþ7šä','',0,'?'),('|˜H·8°Œ<øëÁf\\Q','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/util/input.phtml',0,'µ$kšSõˆiç;<ºì[','µ$kšSõˆiç;<ºì[','ìŠî@vSŒ6”#ŒË£Q¹Wqõ 6îÍ¼öZç¬Hó','',0,'?'),('X¾7GBç•´0}›tQË','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/util/link-styles.phtml',0,'˜)¤ž.®´?eì6ä}…RY','˜)¤ž.®´?eì6ä}…RY','‰8	BaR<Ð3h*}!Æp|”&œcŒx²Ú—Ù','',0,'?'),('±íg—_öR–²	äö÷','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/util/link.phtml',0,'Ž=}—7çó(†Hwð$´','Ž=}—7çó(†Hwð$´','ÚÐ\"LW½‰…|0”I¦>£Z\"}Æ¯1ˆbØ8H·^','',0,'?'),('ílö~ƒ†¦Á…7ßå˜i','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/util/list.phtml',0,'{¶]ôé¥jÐgµI\Zsuí™','{¶]ôé¥jÐgµI\Zsuí™','ÌòQˆƒ\'\\æî[3o³}d,+Ÿnïþ+^ë>Œ[','',0,'?'),('’½©iAlYðhkþPÅÄ','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/util/option.phtml',0,'Oª‚·]\n4ª¯Ý”]è±c','Oª‚·]\n4ª¯Ý”]è±c','Fš¿ô5æKÝ^iM\n,ÓÆò*nxó²ÉÖ+Eóê§×‚','',0,'?'),('yÍÌZé—v%‘ï’X\\†','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/util/svg_icon.phtml',0,'ÙTO…“œøÁó	P|Ò\"','ÙTO…“œøÁó	P|Ò\"','¦½ð9E=vo!øF¯È6F7\'!v.ú”É\"YPó¤','',0,'?'),('Æ\Z\ZËoÂÛ\rª°ÓWÒ›T','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/util/template-colors.phtml',0,'”…ƒçä3OÀ{wºí`4','”…ƒçä3OÀ{wºí`4','4ñ¹eH÷à‹•Ä\0¯RZRiRHS¦b½Á±¬±÷én','',0,'?'),('J‚‡²3š;Ë‹-R”Ãð-','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/util/template-gradients.phtml',0,'«Ïšðÿ™YÙ†qd6ïúZ¨','«Ïšðÿ™YÙ†qd6ïúZ¨','e\0äª\Z$XŠ+iOáö¨;]6o¼Ð9dŽÛ%ŽK','',0,'?'),('«ú;z^O\")N,}–•TÏ','wp-content/plugins/thrive-apprentice/tcb/inc/backbone/util/video-file-picker.phtml',0,'¬ ¾žÅ¡“¤0‘gDš,','¬ ¾žÅ¡“¤0‘gDš,','¯ò]©xâÕWŽÒýü™ÂVós“(o±Ü31o9ye','',0,'?'),('9S%W\rÅoõ¤y½ƒáVú','wp-content/plugins/thrive-apprentice/tcb/inc/classes/class-tcb-cloud-template-element-abstract.php',0,'ƒ@j›It%xb+¸\rhJ`','ƒ@j›It%xb+¸\rhJ`','ÄhN\Z¦ZØ,WZ¿šüýrâ)†§ä7¯º±Ú¥”','',0,'?'),('¼“¢Ùót±sM&','wp-content/plugins/thrive-apprentice/tcb/inc/classes/class-tcb-contact-form.php',0,'<{CÿåÎ4úýKQ=Ÿ','<{CÿåÎ4úýKQ=Ÿ','&ÆÀÇ\n¢Þ®—ü`øêHÜÿ”4Š\\Ö‰\'r(Lí','',0,'?'),('¿ÐWÎhá¡„éÄÈvŸ—Œ','wp-content/plugins/thrive-apprentice/tcb/inc/classes/class-tcb-editor-ajax.php',0,'6RD»ôQx3Ïþ@ât‚','6RD»ôQx3Ïþ@ât‚','Î#\n ŸÅ^éQhé¼Ž4€ñL:?/‰¸Þ:ï(','',0,'?'),('T[;fN	Ð#6R;ÝÏ','wp-content/plugins/thrive-apprentice/tcb/inc/classes/class-tcb-editor.php',0,'\rÅùßÌ°NbyëË;ƒ·','\rÅùßÌ°NbyëË;ƒ·','þ\n@NÈšŸ¯½ÃÅ¼üˆU«ŽÚ&qª|àÁé©','',0,'?'),('YHækmC×¹Ûð\'ìæ','wp-content/plugins/thrive-apprentice/tcb/inc/classes/class-tcb-element-abstract.php',0,'Ñä¦ÁH€öÞ#-\ngí','Ñä¦ÁH€öÞ#-\ngí','Iƒ“P¬ç¹!Ù~D,¤ÎW>Ãÿ´uÞÐãcShOœ–','',0,'?'),('½fý$¨tø_ØÁŒ{ñ','wp-content/plugins/thrive-apprentice/tcb/inc/classes/class-tcb-elements.php',0,'çkqöLÇPPˆ¨ü¼ †','çkqöLÇPPˆ¨ü¼ †','¯({\"ïGÑY„ù¥c“–xXá06_Y—¥-x%ü3a','',0,'?'),('cK?GJx¥‹Tfþ!½P','wp-content/plugins/thrive-apprentice/tcb/inc/classes/class-tcb-font-manager.php',0,'Ji¥n½CF¡È‰\'fÑ¤æ','Ji¥n½CF¡È‰\'fÑ¤æ','ß8oüf—SÉ,ÇäÁl•kYGƒÇh2‹ñî›¾èÑ0ß','',0,'?'),('“•CRºÆÇÌÙúÈ“1','wp-content/plugins/thrive-apprentice/tcb/inc/classes/class-tcb-icon-manager.php',0,'Ð>FqÂQ\'T—Ÿ%}~q','Ð>FqÂQ\'T—Ÿ%}~q','±æTmðáö–µî?‚yÇµäú¼ª £ÛPõ~5â','',0,'?'),('/ËÓ*§r6íI4â‹','wp-content/plugins/thrive-apprentice/tcb/inc/classes/class-tcb-lightbox.php',0,'¤„a±a\näXKÐt´','¤„a±a\näXKÐt´','8%¹4Ð‡ oÿã;`|†x\0_\0¤@„Cºw¸å','',0,'?'),('êÍÏ\nE´išNÒ“^™£','wp-content/plugins/thrive-apprentice/tcb/inc/classes/class-tcb-menu-walker.php',0,'8\\y>8ÆBsÀ—hd–ž’','8\\y>8ÆBsÀ—hd–ž’','Æ\'+Ü\nW™*S­Ñó¸ÛaÑú&Ö·\n|]€','',0,'?'),('½›;„4Ò3ïJSÝÿ4Vt','wp-content/plugins/thrive-apprentice/tcb/inc/classes/class-tcb-post-grid.php',0,'<í¼@|©\r^v÷ßa;{X','<í¼@|©\r^v÷ßa;{X','U1ý:ù¦H]ÊôºÀ)É;xev‘˜é…NÊ›\nÊ{','',0,'?'),('FÈÚ¡¶½Y_æ Ã¥÷”¼Õ','wp-content/plugins/thrive-apprentice/tcb/inc/classes/class-tcb-post.php',0,'~ùÌ—kMÍ£î‘B3ª:','~ùÌ—kMÍ£î‘B3ª:','SY%´ÍâË]5W9k4Š‹ò8d¦ ¾¬§\r´å','',0,'?'),('ö¡„ÙûË±S—@åÃu„„','wp-content/plugins/thrive-apprentice/tcb/inc/classes/class-tcb-symbol-element-abstract.php',0,'‡ÄÁ98³›ž‰•;','‡ÄÁ98³›ž‰•;','õÊ÷ûß½”¿Ë’–V¾z²4ÒÕÀÄY©àp©*Owd±','',0,'?'),('>\rÒºAX‡Sü^Ý¡µ\nŠ6','wp-content/plugins/thrive-apprentice/tcb/inc/classes/class-tcb-utils.php',0,'…dZíÄešÓÿï…y–','…dZíÄešÓÿï…y–','Z/¨˜c‰ƒ¿OšÅ‹üZU®§“ûÇƒÖ¤\"ý|9ímÒ','',0,'?'),('Ò=-O–°i{>nzè·Kê;','wp-content/plugins/thrive-apprentice/tcb/inc/classes/class-tcb-widget-element.php',0,'¨ô±¸K­bªŸ¯Ä¶\'','¨ô±¸K­bªŸ¯Ä¶\'','Þ.¿‰›·S1Óæt§Ø½-È­^éIÖ^pPÑ\Z¢¡','',0,'?'),('¹ËúÇÊ’_ã­æ#ëööî<','wp-content/plugins/thrive-apprentice/tcb/inc/classes/content-templates/class-tcb-content-templates-api.php',0,'«ìÄÝN2Ÿ«-®]Ò™œ','«ìÄÝN2Ÿ«-®]Ò™œ','‰Š\\\ra ½)^<uÅ#‹ÂBÑÏ´{Ç–X§Ç1kQþ','',0,'?'),('ÈÝ2lR¿sn§ÜãÒƒò','wp-content/plugins/thrive-apprentice/tcb/inc/classes/elements/class-tcb-article-element.php',0,'w½aD¥³Ñx¿EËÝ¥8[|','w½aD¥³Ñx¿EËÝ¥8[|',']ëKFûn¹Ï,p\0ÊûÈÐ]\ZÌ!Ish‘¾Á:À','',0,'?'),('Ãéð%Ô;~×ÃÕY3À:L','wp-content/plugins/thrive-apprentice/tcb/inc/classes/elements/class-tcb-audio-element.php',0,'>¡—12%Æ‡X`T','>¡—12%Æ‡X`T','sÁž)ƒEÂ]En0šèŸÅµìõö|«_0Aè3Ç¡','',0,'?'),('Dà.…)@¯›,º£S','wp-content/plugins/thrive-apprentice/tcb/inc/classes/elements/class-tcb-button-element.php',0,'yÆ\n-\nÚ°Ó@hbÉºuÚ','yÆ\n-\nÚ°Ó@hbÉºuÚ','€îÃ6Øn”Ç/í%ÈešN«Õp¹ƒ|ˆ( ÏŒ','',0,'?'),('¼Æ×Ç¶ßvð\'9N ','wp-content/plugins/thrive-apprentice/tcb/inc/classes/elements/class-tcb-button-group-element.php',0,'Ns¢¹•ªË®€]™Ã„','Ns¢¹•ªË®€]™Ã„','GƒÀ,¨¸yb´¬ŸëÆœ	\'¤¹\Zž„sù¾t‚›','',0,'?'),('”V•qõ\'OèEd¥P,','wp-content/plugins/thrive-apprentice/tcb/inc/classes/elements/class-tcb-button-group-item-element.php',0,'Ð“«m,šëfs´|ž£n','Ð“«m,šëfs´|ž£n','¾ÝaßO&Â†öÄÜb;©Íç„¦IužŠh¹','',0,'?'),('õƒQñ(D(§Ø×äÎ²eZ','wp-content/plugins/thrive-apprentice/tcb/inc/classes/elements/class-tcb-callaction-element.php',0,'•èGÍÑp¡2ì_TEÚ7','•èGÍÑp¡2ì_TEÚ7','ºòÂ~¿INìúšW4zÇ¬b7sØ?j|é3ö`ºŠ','',0,'?'),('çû	˜¬3êd-‡\níC™ý','wp-content/plugins/thrive-apprentice/tcb/inc/classes/elements/class-tcb-cell-element.php',0,'“¼ø¤¸_Û”ÕáËÞ!{Y','“¼ø¤¸_Û”ÕáËÞ!{Y','\'ú$J6¿Ì~¢ÕOûŒz{†³“™¹ù\"À£˜{Q','',0,'?'),('1îñMlP¸¾áƒÂ³ÚŸ','wp-content/plugins/thrive-apprentice/tcb/inc/classes/elements/class-tcb-column-element.php',0,'hL_¤Å0þ¹¶ë@ÂÇX','hL_¤Å0þ¹¶ë@ÂÇX','_K`W:X¿E´JýaÖè†…žrK²¯q§í¢Þ°','',0,'?'),('QÝ~‚eÞÒèé´N\njø','wp-content/plugins/thrive-apprentice/tcb/inc/classes/elements/class-tcb-columns-element.php',0,'étk{†k¦}Ô IÇíßá','étk{†k¦}Ô IÇíßá','p²E™Bkiu«Ç¤#Ïeï³á®Qý)º1A=ÓÈŒ¤','',0,'?'),('Õ?«wmøL¨2†V¯²ÑÚ','wp-content/plugins/thrive-apprentice/tcb/inc/classes/elements/class-tcb-commentsdisqus-element.php',0,'ß;p!–À‹°3çé‰Ã]','ß;p!–À‹°3çé‰Ã]','Yq^Ê¿1-5•3¶>\0ó¼®«ž¾†…Ó\'q+q','',0,'?'),('+kH(€Qâö¨\"æ³þªìl','wp-content/plugins/thrive-apprentice/tcb/inc/classes/elements/class-tcb-commentsfacebook-element.php',0,'µW\0 ½¸0°‘k9xzMÃ','µW\0 ½¸0°‘k9xzMÃ','.²hÆÿ1Å#?d†ÑB*E8ÁT’ïtð0§O;L”','',0,'?'),('\'²\ZpLûqE¯³»¦T','wp-content/plugins/thrive-apprentice/tcb/inc/classes/elements/class-tcb-contact-form-element.php',0,'\r¼i•å—ÏT×ó>eÃµBt','\r¼i•å—ÏT×ó>eÃµBt','µNrCŽg@Â-ÜÀÖ¨–!ÇÑ×c\\ÌJ·R€ÑþŽþ','',0,'?'),('.\\ñýßÙÐK÷h½–rÄ-','wp-content/plugins/thrive-apprentice/tcb/inc/classes/elements/class-tcb-contact-form-input-element.php',0,'#…hRåC.Í\n¼õs™¾','#…hRåC.Í\n¼õs™¾','¥†’¼’ÂDa„ÔÈ$Õ	æàED—ë	ñô·½ÝNö','',0,'?'),('\\o{a˜¥‰Z?î»}8V{','wp-content/plugins/thrive-apprentice/tcb/inc/classes/elements/class-tcb-contact-form-item-element.php',0,'Ã~ÃEòÊÖuñ“kg{','Ã~ÃEòÊÖuñ“kg{','·\ZqlÔS†#„€3¼&’ˆ&œ}’N¯¯œ8\Z“[J”','',0,'?'),('Štá/dÑpU\"z)õïÞÑù','wp-content/plugins/thrive-apprentice/tcb/inc/classes/elements/class-tcb-contact-form-label-element.php',0,'±KÒ…Âà¤–èƒaoÑºX','±KÒ…Âà¤–èƒaoÑºX','és–º¹¨S­>a$Ñb¨ûWÖìúÖì•m¯mCbâð','',0,'?'),('S´ìsq·ä•&æ\0µ[«ˆ\'','wp-content/plugins/thrive-apprentice/tcb/inc/classes/elements/class-tcb-contact-form-submit-element.php',0,'	ÏñQHGf‰<SªuÇ','	ÏñQHGf‰<SªuÇ','z\";Êoäaã¤CZKp[ƒÏQ¸pxO´_’³\Z‰','',0,'?'),(']Î²åÈ·Á}\"ý¦','wp-content/plugins/thrive-apprentice/tcb/inc/classes/elements/class-tcb-contentblock-element.php',0,'&Ìu½{\rQ`¾ ,¨','&Ìu½{\rQ`¾ ,¨','+VÖ¬#‰±\\»ŽÐµ.ãëó·½·¾¢\rn§\\†','',0,'?'),('?†5^ªPÒüZ10È','wp-content/plugins/thrive-apprentice/tcb/inc/classes/elements/class-tcb-contentbox-element.php',0,'I’’f—D3·Uö¦]Ü3òõ','I’’f—D3·Uö¦]Ü3òõ','i€\Z‹d™â§DôPŒ—¾ù™\"–Yû¹HèÌ\'vH','',0,'?'),('G[<¹èõÕUçõÃ*•','wp-content/plugins/thrive-apprentice/tcb/inc/classes/elements/class-tcb-countdown-element.php',0,'êš›Ñ!†ûŠå6ÈnR','êš›Ñ!†ûŠå6ÈnR','Âµ<0èýŠdv÷uõ-sðF†g¨‹ dÌÑ!šÌDë','',0,'?'),('\"‡ÖŠÝ\"\rÌÄåQÓ¸','wp-content/plugins/thrive-apprentice/tcb/inc/classes/elements/class-tcb-countdownevergreen-element.php',0,'‘ÕÛ+½zvVd½Ë‘ÿgá','‘ÕÛ+½zvVd½Ë‘ÿgá','	èaRé§.Ÿva>+$wCÁ^Í²Är£¾G+ý\0','',0,'?'),('ÃrgÜ•”òãel»c^Ï§W','wp-content/plugins/thrive-apprentice/tcb/inc/classes/elements/class-tcb-credit-element.php',0,'už¨Ï¶U\r›NæÎËñ½\"','už¨Ï¶U\r›NæÎËñ½\"','|b6\\É¢\Z×*Ü[[:;§\'âÇ\0\næÃë)¹3‹í$','',0,'?'),('Òiçá}ï³Pzß6	','wp-content/plugins/thrive-apprentice/tcb/inc/classes/elements/class-tcb-ct-element.php',0,'øÜ{lút\'`1¦$','øÜ{lút\'`1¦$','{©ù¹»êhÐ¦¦/Î+Ìya£cª‰6g·2~³Á','',0,'?'),(':zê/Ù(­	Z’Ûf—','wp-content/plugins/thrive-apprentice/tcb/inc/classes/elements/class-tcb-ct-symbol-element.php',0,'AŽRbëþg,òT8NÕßUM','AŽRbëþg,òT8NÕßUM','\rÂëxFn\0€¿4D?z(ÓZÄc;Ò%Çƒ‹','',0,'?'),('‡hm-Ö¸OOt†$à','wp-content/plugins/thrive-apprentice/tcb/inc/classes/elements/class-tcb-divider-element.php',0,'¼FBö\rìëÌ˜½äè…¤©','¼FBö\rìëÌ˜½äè…¤©','¦6„Û÷Âé…é?1ÜÒ&—-á\0äòxv,MUeÎIù','',0,'?'),('—íòSp»ö™ß¸ÉúÀ”¥','wp-content/plugins/thrive-apprentice/tcb/inc/classes/elements/class-tcb-fillcounter-element.php',0,'Ý±‘}© Õ’Äì\0>\'šY','Ý±‘}© Õ’Äì\0>\'šY','³ÞúùÐªj¹ƒc{}5;<\"ŽÈÿŒ†6; •?É®®°X','',0,'?'),('9L…tm¡pïpM	<Š]','wp-content/plugins/thrive-apprentice/tcb/inc/classes/elements/class-tcb-footer-element.php',0,'‰SùTM]p;áx¡ô»','‰SùTM]p;áx¡ô»','Y?éS\rÁ›¼ï[˜YÁ(\\®9Í2µRþ;w¼B²‚2','',0,'?'),('‡™zóÁ¯O‡UŒPÁ<Ø','wp-content/plugins/thrive-apprentice/tcb/inc/classes/elements/class-tcb-form-icon-element.php',0,'Z{{\nB3²Óšáh9w;','Z{{\nB3²Óšáh9w;','‹Ä õ•Ñwˆ„ùT^‰Ð,HcðÑ³Á·æJ–¢','',0,'?'),('«š€_š­¨\"\"¯–©q,Eˆ','wp-content/plugins/thrive-apprentice/tcb/inc/classes/elements/class-tcb-form-input-element.php',0,'ç‡Mbƒ>&ÝÀ˜þ×•j¶ž','ç‡Mbƒ>&ÝÀ˜þ×•j¶ž','_P©HrÅmDP´ö:B6s¬U-ü±ôžþ[Ì','',0,'?'),('ZçÙgB*ÿŒà®ÖoÂ','wp-content/plugins/thrive-apprentice/tcb/inc/classes/elements/class-tcb-form-item-element.php',0,'Ôœ:cÈo	*Þ«°#','Ôœ:cÈo	*Þ«°#','•å˜&fXÂ¸¥­9½´´±è^™iì^µæêê¼nV','',0,'?'),('ËŽÛt&µw²fê[®Dß’Ÿ','wp-content/plugins/thrive-apprentice/tcb/inc/classes/elements/class-tcb-form-label-element.php',0,';Y9Ð‹UÙjØ=`ùçbÌ',';Y9Ð‹UÙjØ=`ùçbÌ','A”ü®æý¸@6ë”T`dž2€#ì0wË','',0,'?'),('/¢öç8ÆV·¡Î‹‰Ë”','wp-content/plugins/thrive-apprentice/tcb/inc/classes/elements/class-tcb-form-submit-element.php',0,'2QWùÇ<fåJ}>yð','2QWùÇ<fåJ}>yð','ôƒr[‰›Ã°=ÐÈ]%~„³o…üÁ¿k8p˜¾','',0,'?'),('.z‹.­ÞÙµæëÃNýý','wp-content/plugins/thrive-apprentice/tcb/inc/classes/elements/class-tcb-gmap-element.php',0,'¡[¤7»Smú¥¬¥n_ãö','¡[¤7»Smú¥¬¥n_ãö','(÷M|ç¹\Z]G~Ó6|F	Ë pëF7eª7¢ï¤b','',0,'?'),('R_æà”áMsîN•O©1y','wp-content/plugins/thrive-apprentice/tcb/inc/classes/elements/class-tcb-guaranteebox-element.php',0,'1B{ÓjªÁÚX*\0Þ','1B{ÓjªÁÚX*\0Þ','åø±Ù†öÎ«¾›¾øI³ËÑÐã“\r{?,±ñ¤±','',0,'?'),('\\Ï¯¤dnk•ä]pÝ/)>','wp-content/plugins/thrive-apprentice/tcb/inc/classes/elements/class-tcb-header-element.php',0,'nIpã:%ìì7*®4a‡','nIpã:%ìì7*®4a‡','tpõã„4ê\r2®¯9\Ztë”~A‹Þ´[\rtWÒ²—','',0,'?'),('i<Œ[1(ëª)7dÜÄå','wp-content/plugins/thrive-apprentice/tcb/inc/classes/elements/class-tcb-html-element.php',0,'‰Õ÷2ò3NãÐé%Ü3èðu','‰Õ÷2ò3NãÐé%Ü3èðu',' ºòÐ!0¡,(VüùM[|¥G”ùŒ^s\nB‰íD…','',0,'?'),('K·Öc¼ßðz.üŒ7¨','wp-content/plugins/thrive-apprentice/tcb/inc/classes/elements/class-tcb-icon-element.php',0,'¦ùK.¹ã““Þ¶XAbš','¦ùK.¹ã““Þ¶XAbš','“\"Ñ$X±éÊ¸øÈƒ_Œ1õTŒfØt/‘GtPÕ','',0,'?'),('•Ša§j§¼ž¯§Ãxu¿','wp-content/plugins/thrive-apprentice/tcb/inc/classes/elements/class-tcb-image-element.php',0,'›{›r\Z%)A“˜‚™¢üˆ','›{›r\Z%)A“˜‚™¢üˆ','>%Û%obG\Z^ßÕ2»!e7Û| õZÇÊCR­','',0,'?'),('¬ÜïÊÏ~×6WPˆ4ö','wp-content/plugins/thrive-apprentice/tcb/inc/classes/elements/class-tcb-label-advanced-element.php',0,'‚Ýß\\/Ü…ýŠ© ÍˆÉ','‚Ýß\\/Ü…ýŠ© ÍˆÉ',':\0©e*}išG/„Dà¿ŸïiÉÍµÎí·3','',0,'?'),('³3)¬<^ÜKQõì3NÏ','wp-content/plugins/thrive-apprentice/tcb/inc/classes/elements/class-tcb-label-disabled-element.php',0,'oÑ;áÆÀ¯ŽÓOësê‘','oÑ;áÆÀ¯ŽÓOësê‘','D»˜]ô Ì.ÌÐµ_-ôKôN™0‰ž\r-‚Nt\Z3ƒ','',0,'?'),('Ûâò/IŽ-}aàsìyÃ','wp-content/plugins/thrive-apprentice/tcb/inc/classes/elements/class-tcb-label-element.php',0,'^\nÆŽÆpg|…W\Z~ïˆâ','^\nÆŽÆpg|…W\Z~ïˆâ','·Ál^[€&=Ô®Í¡QŠn )W²^l¢jƒMS','',0,'?'),('\'…XÇzRÿm¦çóÑŒ­','wp-content/plugins/thrive-apprentice/tcb/inc/classes/elements/class-tcb-landing-page-content-element.php',0,'Ö7¡ñªIÒWFõ/}ˆ—Ã','Ö7¡ñªIÒWFõ/}ˆ—Ã','cß‹bÑ“K@˜Ye>Œ—Éu¿ý‰á7C&Ó@›','',0,'?'),('è±Þ‡ÈŽ7Éö,øÎ2ã','wp-content/plugins/thrive-apprentice/tcb/inc/classes/elements/class-tcb-landing-page-element.php',0,'m‘0G@}0/ Ÿ˜«¡|š','m‘0G@}0/ Ÿ˜«¡|š','z8~Â=Ç¾LŒæmÌ]ÆD\ZJ}Þù$»¡Kï…ò','',0,'?'),('[õ:-@òçÚ×±¹¹÷{B','wp-content/plugins/thrive-apprentice/tcb/inc/classes/elements/class-tcb-landing-page-text-element.php',0,'$9Uôi>«¿p£9>ŸIÊ£','$9Uôi>«¿p£9>ŸIÊ£','Ÿ³juß’sÃ6†°o‡ã¶í‰êÔV$…9[RQÝ1§','',0,'?'),('0¾|\nªƒ¸kÚFà7œ4N\n','wp-content/plugins/thrive-apprentice/tcb/inc/classes/elements/class-tcb-lead-generation-checkbox-element.php',0,'#Wh+AÇ í×½F€','#Wh+AÇ í×½F€','îý!¯Rb.1­4ŒQ4\ZÂÄõx®áëø©tXœ½‘','',0,'?'),('­($†sLãP%ƒ[ŠÙ','wp-content/plugins/thrive-apprentice/tcb/inc/classes/elements/class-tcb-lead-generation-element.php',0,'«äéðÉÖ\rd&ªk\\Vï§','«äéðÉÖ\rd&ªk\\Vï§','ŒÏÙîÈOvñœž}÷g4X¢êOÓœ¶ _rSŠ`jLÎÆ','',0,'?'),('¦q	ýyÝ3Ù†-øV´Pâ','wp-content/plugins/thrive-apprentice/tcb/inc/classes/elements/class-tcb-lead-generation-input-element.php',0,'~Ó*ÛæD27j½óvÐ','~Ó*ÛæD27j½óvÐ','^œ‘Œ[¨“¥Á|loÏQ‘ulî­i´Z×eÚúf‚d','',0,'?'),('Cðë3ÐóÖÙzJ\'£Së','wp-content/plugins/thrive-apprentice/tcb/inc/classes/elements/class-tcb-lead-generation-radio-element.php',0,'ChïÍŠæðèUOŠ','ChïÍŠæðèUOŠ','$zëdÔã]àöÜPöñàKMžâESÇŸã­nÇMÑÄÕ','',0,'?'),('©Ío3zDq22Ì.=†±Û','wp-content/plugins/thrive-apprentice/tcb/inc/classes/elements/class-tcb-lead-generation-select-element.php',0,'\rõÿÅX”¥]…ñV&ð.','\rõÿÅX”¥]…ñV&ð.','£/À¹‰oõ`ô¬9¤¦>u¶V„§„ÿ4M!o','',0,'?'),('#ÿ¯@2OŒÐ$8hÇ','wp-content/plugins/thrive-apprentice/tcb/inc/classes/elements/class-tcb-lead-generation-submit-element.php',0,'AvÒe5(Ÿ›íB,\'','AvÒe5(Ÿ›íB,\'','l˜ßku—`#RÛrdoCÃ›8K\"ìL…=mèíx£','',0,'?'),('„‹8d™+iõczÆ˜!ß{','wp-content/plugins/thrive-apprentice/tcb/inc/classes/elements/class-tcb-lead-generation-textarea-element.php',0,'YÂS`¹ÄkËm}ëœ^7','YÂS`¹ÄkËm}ëœ^7','\0§i®ø+&í»±å“\rÅ4ãøF¯ÃhÎI','',0,'?'),('0N°¤ð²)FÜC[ßyÖ','wp-content/plugins/thrive-apprentice/tcb/inc/classes/elements/class-tcb-lightbox-element.php',0,'+™¶o4ñÚÅè	‰|‡ƒ<','+™¶o4ñÚÅè	‰|‡ƒ<','œ=Vù>o¡ãŽkÚªlÙ¾$Ô\"U¿îg»ô2ÿªJG','',0,'?'),('b4Ktœ=‘þ™ý-®','wp-content/plugins/thrive-apprentice/tcb/inc/classes/elements/class-tcb-link-element.php',0,'¦£ne‚CWwkžƒ\r„','¦£ne‚CWwkžƒ\r„','7~²@ñøÜ¹qFÚŸ>¤R¼†žÌó¡ïí—«ZÈF¬','',0,'?'),('öÝ:Tv…¤6×õ´â¥Ð','wp-content/plugins/thrive-apprentice/tcb/inc/classes/elements/class-tcb-logo-element.php',0,'ÑCºÃ/µ\n¨am ¨’','ÑCºÃ/µ\n¨am ¨’',' ‡$\njïeu‘åx_µÉ½v4™*ƒþB×R•,KÎš','',0,'?'),('BOÿÑœ˜èædÀÃÌWï`','wp-content/plugins/thrive-apprentice/tcb/inc/classes/elements/class-tcb-megamenu-column-element.php',0,'–!ð‘Ëv·¨ŸUë‚ÜlP','–!ð‘Ëv·¨ŸUë‚ÜlP','¦p:\rL“˜ÝÖ\\l³W˜qmb\nÅñT:õ–[™','',0,'?'),('ýd÷ˆ8\0‡òtÏ/jªG¦î','wp-content/plugins/thrive-apprentice/tcb/inc/classes/elements/class-tcb-megamenu-dropdown-element.php',0,'Œì×Ê™Z}ÏÌƒ\r„¶§','Œì×Ê™Z}ÏÌƒ\r„¶§','ï…þ7–5²Îæá°©L mtâEÇZ€f÷Ð“\0©B','',0,'?'),('xØí[ià0Ù¿zRt£pú','wp-content/plugins/thrive-apprentice/tcb/inc/classes/elements/class-tcb-megamenu-element.php',0,'özÎº}ëóÜy>iï8g»','özÎº}ëóÜy>iï8g»','èŽôs„ëñé³n›²Ø<u&AÂ´\"´~åÕÁÎxZ','',0,'?'),('b½\nò»]_™:ûS\Z×³ðî','wp-content/plugins/thrive-apprentice/tcb/inc/classes/elements/class-tcb-megamenu-image-element.php',0,'Qv‡Ë5emÏ|pÆÛ•ýý6','Qv‡Ë5emÏ|pÆÛ•ýý6','÷*d@œh»AÃyA#ˆû/Ãy\\˜¬ã(CHÔlR”í×','',0,'?'),('Û.ôµ+åØOvl','wp-content/plugins/thrive-apprentice/tcb/inc/classes/elements/class-tcb-megamenu-item-element.php',0,'Ÿ cÖÞö7æ³kmfGKt	','Ÿ cÖÞö7æ³kmfGKt	','-Cµ¿¼¾IÂ\r9µ«\n8Ð\\’ÄÄ÷½4ÄUÈ_’w;ì','',0,'?'),('>à3-\n×£üìYg','wp-content/plugins/thrive-apprentice/tcb/inc/classes/elements/class-tcb-menu-dropdown-element.php',0,'jõ,°h<çpë&:Ø½â','jõ,°h<çpë&:Ø½â','êÄmS]Ÿp\Zäá‚×	Ôý”q«ÐN2YôÇÑßDš','',0,'?'),('«?†G{¼½l?Úï\n4¨ê','wp-content/plugins/thrive-apprentice/tcb/inc/classes/elements/class-tcb-menu-element.php',0,'/¡×/·ñI+rù%','/¡×/·ñI+rù%','µFsìêýÏFþ}Ü½èuä(ÇÇ¦šwÀO\"OEw','',0,'?'),('á(OéD‡ÊÕ%€bŸÌy¡','wp-content/plugins/thrive-apprentice/tcb/inc/classes/elements/class-tcb-menu-item-element.php',0,'K^)o7¸cUO‡¬ý4','K^)o7¸cUO‡¬ý4','Üj¾‰Ówæ{b–hiÎÁdú_îÛÓ¬XÛíp>','',0,'?'),('Z5<Uw¥œGW¢¼»‚Ö','wp-content/plugins/thrive-apprentice/tcb/inc/classes/elements/class-tcb-moretag-element.php',0,'Égô‹c6Zy	ó€­','Égô‹c6Zy	ó€­',' rñ6R=š7Y>=Œ˜ã+Ùðû:”â¢o21Fm?bù','',0,'?'),('êšòlJêŽ‰¯tŽ|Óð','wp-content/plugins/thrive-apprentice/tcb/inc/classes/elements/class-tcb-numberedlist-element.php',0,'»ùnˆ2/üÏ-§…=¥','»ùnˆ2/üÏ-§…=¥','ù¬>ÅùÀ½=”r¥î-:4äT˜gƒa…º?v9:8L','',0,'?'),('‚Pì|’{U}¸Zê‚b¨Î','wp-content/plugins/thrive-apprentice/tcb/inc/classes/elements/class-tcb-post-element.php',0,'-&ÖPmÈ­#\\ÓÃ”h›','-&ÖPmÈ­#\\ÓÃ”h›','Úuç¡~×Zd~=¥NÉÎ@â®UTr‚n®[¶ÞkOü\Z','',0,'?'),('¿¦Æ}M+¿é\n¿ÛÛôì','wp-content/plugins/thrive-apprentice/tcb/inc/classes/elements/class-tcb-post-list-element.php',0,'EAXŽYE´¯½…=%ú:','EAXŽYE´¯½…=%ú:','tPO,ÐB_:ˆƒ¾ôãÊ]ú²hí×\nIé+YÃYax','',0,'?'),('LQ†re«$ð\ZÓÖùx×','wp-content/plugins/thrive-apprentice/tcb/inc/classes/elements/class-tcb-postgrid-element.php',0,'3}I#|MRVV3fy§Ù','3}I#|MRVV3fy§Ù','•G8p0‘\'åžªµ+7“ës7R ½\"$™\ZÏùï','',0,'?'),('ª±ŒTö6ÉÔV˜¾®8@','wp-content/plugins/thrive-apprentice/tcb/inc/classes/elements/class-tcb-pricing-table-box-container-element.php',0,'Q×%ë­jAùÅâk…B-Õ','Q×%ë­jAùÅâk…B-Õ',' Éü@H±OlôlE2ä\0eßwGÁ­ªË>ì','',0,'?'),('G±…p~}}ö×C^‡g÷ž¬','wp-content/plugins/thrive-apprentice/tcb/inc/classes/elements/class-tcb-pricing-table-element.php',0,'¢Z§‹Š°XÄGqÖ^¦™Š','¢Z§‹Š°XÄGqÖ^¦™Š','üÂüRÂ\\>§Rf&£ÄÚÔ¾Ù6ƒÎ\n§œÉsÌ','',0,'?'),('½Mî¡±yf,Ú‡qkä\'.´','wp-content/plugins/thrive-apprentice/tcb/inc/classes/elements/class-tcb-progressbar-element.php',0,'ùLú+\Zôg1þ¾¾û†é¾','ùLú+\Zôg1þ¾¾û†é¾','•ø˜ì¨Éêg¦/7Ì-6†[’pÄ	ab-Ï4$+','',0,'?'),('i„÷ê!xµ×>Æ\'6ÏÎ','wp-content/plugins/thrive-apprentice/tcb/inc/classes/elements/class-tcb-rating-element.php',0,'-ñŽIPuH8	«ûÔ&','-ñŽIPuH8	«ûÔ&','M}åðþ^+{Òu0Sø’ÕKúmÞšðRÈ‰DT','',0,'?'),('šuaÌ¤5£P%6ƒPY,lü','wp-content/plugins/thrive-apprentice/tcb/inc/classes/elements/class-tcb-responsivevideo-element.php',0,'“ÝõA1çm•™›Mz3','“ÝõA1çm•™›Mz3','“5äd§TÈ<	RyŽ[{Î]Ö¼CËû‹Ù@-p~Ê','',0,'?'),('OŽOíØÑLÙ®L-6ü˜','wp-content/plugins/thrive-apprentice/tcb/inc/classes/elements/class-tcb-reveal-element.php',0,'C{\n¸ü1Ås×ÞS7+°','C{\n¸ü1Ås×ÞS7+°','NîOKÉ£³åƒØ…èVŽÃ^\rÆK–oö2j½÷.ý','',0,'?'),('ËBÕ¨òŸ‰;Ühõb5','wp-content/plugins/thrive-apprentice/tcb/inc/classes/elements/class-tcb-section-element.php',0,'Ÿfštãÿ<êdk0^¡','Ÿfštãÿ<êdk0^¡','N÷O‡¹Ÿ®u¨d“OÜÑl}}›Æ¶»*–ˆç’?¦','',0,'?'),('r×…ê!“…j£Üñ','wp-content/plugins/thrive-apprentice/tcb/inc/classes/elements/class-tcb-social-element.php',0,'D>	¾ŸmN»U\0¶ô·–˜£','D>	¾ŸmN»U\0¶ô·–˜£','‡XpáÂ\0xë°’ŸÀm&¤üy Ï´¦vÝ¢(„¢<h','',0,'?'),('ÚSÉ*ž¯{-ÉrŠú?(','wp-content/plugins/thrive-apprentice/tcb/inc/classes/elements/class-tcb-stylebox-element.php',0,'Qºº]ƒ‰(eb¹›P»','Qºº]ƒ‰(eb¹›P»','à!Ä°*ÒùÄ|¿Öáü·þKÜ\0^Ò¤F \"~j(Z','',0,'?'),('\0ÃƒQXVžg\rë*#çX','wp-content/plugins/thrive-apprentice/tcb/inc/classes/elements/class-tcb-styledlist-element.php',0,'ÏSØy_Â[–Ž~?~§—','ÏSØy_Â[–Ž~?~§—','Ü} !¯±ŠÏ­{PtáJ,Èí£ÇµeJÆ,$„GVú','',0,'?'),('”n7Çè,wd@rOA¬>í','wp-content/plugins/thrive-apprentice/tcb/inc/classes/elements/class-tcb-styledlistitem-element.php',0,'|Qká£!b`˜ô«wýxù','|Qká£!b`˜ô«wýxù','à~™k¥ø.>HNŠa*‹T…ˆ‰yF‚ðOrÁ','',0,'?'),('ÐV*j³Ð¥¤ašU *','wp-content/plugins/thrive-apprentice/tcb/inc/classes/elements/class-tcb-symbol-element.php',0,'i:9ê•Û‡„p¯ËÄo)','i:9ê•Û‡„p¯ËÄo)','jL·yS¶¢«Dhyöo–hŽ€½OAÔ’ñØáý','',0,'?'),('*0ˆŒ.;€úÔèûÒ','wp-content/plugins/thrive-apprentice/tcb/inc/classes/elements/class-tcb-table-element.php',0,'\n	ÒÑú—ß‡gô=h\Z/','\n	ÒÑú—ß‡gô=h\Z/','nk.@«/ÕÎ¾0aâ-£Nëiö2OïîÌñ\n˜thl´è³','',0,'?'),('õ8©}È5µ—ë5Ðïø±[','wp-content/plugins/thrive-apprentice/tcb/inc/classes/elements/class-tcb-tabs-element.php',0,'ÐÑÝ/€À™]{HÕÿÏ.','ÐÑÝ/€À™]{HÕÿÏ.','\"(E¯ër #.Å¶f8kYÑÿæî©¬É\\Ê‹„hD','',0,'?'),('®ÓtØrô\nÖ:/IAG¨‹','wp-content/plugins/thrive-apprentice/tcb/inc/classes/elements/class-tcb-testimonial-element.php',0,'Bx!sçm•ûc‡“fÄrhK','Bx!sçm•ûc‡“fÄrhK','Áp¸¡=Úi?NæôÚ°ÿ¬œ!×lIÈHƒÖ^KZÁžÖ','',0,'?'),('^xÂÚ:…€üSzA+A»63','wp-content/plugins/thrive-apprentice/tcb/inc/classes/elements/class-tcb-text-element.php',0,'ý4wlhLÅØty×f¾ÓKL','ý4wlhLÅØty×f¾ÓKL','ëmÑÂÇTD9.f˜‹h/f@¨fá–ÀO˜Ò','',0,'?'),('¶ßJ\n·q{úiWÐÃÝ','wp-content/plugins/thrive-apprentice/tcb/inc/classes/elements/class-tcb-toc-element.php',0,'´£4ÁF\\\nÔä0‘‡ÛÛh','´£4ÁF\\\nÔä0‘‡ÛÛh','(ˆulÓz[•ö~µãE*ãíRïùS¶Ê¨•øT\r&‡H','',0,'?'),(':YÐ‚³øC`*®7ÿ•-','wp-content/plugins/thrive-apprentice/tcb/inc/classes/elements/class-tcb-toggle-element.php',0,'‚âMïV÷±µˆ£ãÚVŒˆ','‚âMïV÷±µˆ£ãÚVŒˆ','\ZNÚ\'Ü¯jI8WÚÚC¢\\á,dRžJ-¸Rî†Ç	','',0,'?'),('bn«HêÊuƒ§=õ','wp-content/plugins/thrive-apprentice/tcb/inc/classes/elements/class-tcb-tweet-element.php',0,'¹zúïœN]ƒËçÉÌÆÏx','¹zúïœN]ƒËçÉÌÆÏx','œðÐ j(³…íÒLÉŸ#¹Cp[\Zã´{E¡9','',0,'?'),('ACâºgZ`Ñþ)À†XË','wp-content/plugins/thrive-apprentice/tcb/inc/classes/elements/class-tcb-wordpress-element.php',0,'®f)ïi9JŸ!J ','®f)ïi9JŸ!J ','F”wäŒ¦ÅÁ?œô²Q“-¢öT~T¦Zºbã9ÒÍLš','',0,'?'),('húÁ­~Íô\r|5òì','wp-content/plugins/thrive-apprentice/tcb/inc/classes/elements/pagination/class-tcb-pagination-element.php',0,' R«Àéû„’LX<’œ$',' R«Àéû„’LX<’œ$','ã5Š%-¿ßIiÕŽ1dù$\\\r©çÚ§IVbHQ«s8ì','',0,'?'),('¾k‰œ½hˆ­Â`º0jƒØ','wp-content/plugins/thrive-apprentice/tcb/inc/classes/elements/pagination/class-tcb-pagination-first-last-button-element.php',0,'áBv0€æhp(œïe\"','áBv0€æhp(œïe\"','n½¦M”Ž*lÜÜááÂ<?b¿”U#Ã§H±„<™‹°','',0,'?'),('o•öpåñù‘ÁG¤kB','wp-content/plugins/thrive-apprentice/tcb/inc/classes/elements/pagination/class-tcb-pagination-label-element.php',0,'÷¥©ó.ç~íß	þŽL\rª','÷¥©ó.ç~íß	þŽL\rª','¹HAI÷¡žŸÝ›–¡8h–ô“=³?QR(”ì¢%*','',0,'?'),('/Ð‰l/³è{E£À=N¨Y','wp-content/plugins/thrive-apprentice/tcb/inc/classes/elements/pagination/class-tcb-pagination-load-more-element.php',0,'ÔhÍÉ<†±ìJ\"ÒÃ7«l','ÔhÍÉ<†±ìJ\"ÒÃ7«l','cd¾Å“¦ña”ŸžX¹Õ\Z¹\\ Pr¡Iô§\0·ÅtLßïD','',0,'?'),('¿GW¾?äî[2ß1ÉÈ°\"','wp-content/plugins/thrive-apprentice/tcb/inc/classes/elements/pagination/class-tcb-pagination-navigation-container-element.php',0,'žxé´®žî›Kcòôà','žxé´®žî›Kcòôà','Â²²LÚ=Çovxð8 >{Žiš=™—L#V×&\\­jk','',0,'?'),('‰Er½ñ‡(4ÚÀU…\0~]','wp-content/plugins/thrive-apprentice/tcb/inc/classes/elements/pagination/class-tcb-pagination-number-current-element.php',0,'ØmÚÀbïª¾ê¨©hcQ8t','ØmÚÀbïª¾ê¨©hcQ8t','/d¼w0µZ[îfA¹øÇ`x¦è÷ÑÒz*3 Æ','',0,'?'),('uê¨²5Ï‹Ñô0µA5‚Õ','wp-content/plugins/thrive-apprentice/tcb/inc/classes/elements/pagination/class-tcb-pagination-number-item-element.php',0,'\ZNGø¾*œ8ëu¥Éã','\ZNGø¾*œ8ëu¥Éã','‰1ìÕÔv\\Ó\rìY:GÄKQÌýÅ(·Ìt\"›ÿzÄZ‰¥','',0,'?'),('®–C³ŠóGì<OÐÚ×_¹','wp-content/plugins/thrive-apprentice/tcb/inc/classes/elements/pagination/class-tcb-pagination-prev-next-button-element.php',0,'‹ObHÓü`é…ý?Ò','‹ObHÓü`é…ý?Ò','4¡ÄŠ~ôÀ4ØK²{{!PyõÐÅéE@5¹DD','',0,'?'),('õUv\nŽÃ¸£úÌ|¿FŠZ','wp-content/plugins/thrive-apprentice/tcb/inc/classes/elements/post-list-sub-elements/class-tcb-post-author-bio-element.php',0,'Ö\nÌHR&,\nsµì3rE1','Ö\nÌHR&,\nsµì3rE1','Ñ_;\"ô\"fÐÐDP6¥ºf1Ð†­üs*Ÿ','',0,'?'),('ÒÍ;Í;¥÷_2HH‘ë¿D','wp-content/plugins/thrive-apprentice/tcb/inc/classes/elements/post-list-sub-elements/class-tcb-post-author-name-element.php',0,'ÔÐØl­µwb.ã\n…ç','ÔÐØl­µwb.ã\n…ç','{ä1ðwÎ]ªK]šUÃ¶pÐ›®ñdüPŠF\0†“”¡','',0,'?'),(',Ãb·|	î\\.À5Ó','wp-content/plugins/thrive-apprentice/tcb/inc/classes/elements/post-list-sub-elements/class-tcb-post-author-picture-element.php',0,'Þªì}»øÙk~\r','Þªì}»øÙk~\r','|U¬¡•ûG´_å‘<+ÅÐWVlÈÈO9{Ó¨†å','',0,'?'),('»ùã÷—»Û,Ü9©F:tÑ','wp-content/plugins/thrive-apprentice/tcb/inc/classes/elements/post-list-sub-elements/class-tcb-post-categories-element.php',0,'…(ˆ§7ÀyÌœ­T4I','…(ˆ§7ÀyÌœ­T4I','(áÿáéüz‚AÁÚž\\-U¹óÜt¬0ì)°9¡,','',0,'?'),('¡ø!ŠÇÇ{ë—©(Æ;å','wp-content/plugins/thrive-apprentice/tcb/inc/classes/elements/post-list-sub-elements/class-tcb-post-comments-number-element.php',0,'AÈð—¦—ub[&ïyÍ','AÈð—¦—ub[&ïyÍ','uÁï\Z	;›šàÊAF?H\\õBèP±’m×é xÊò?','',0,'?'),('\'©G“6N_ÆÂ¼ Æ·aÄ','wp-content/plugins/thrive-apprentice/tcb/inc/classes/elements/post-list-sub-elements/class-tcb-post-content-element.php',0,'üôjf¡¨ÕœR!ÕÄÜ¦+2','üôjf¡¨ÕœR!ÕÄÜ¦+2','Ý(H«2È²°‡±ˆcõ —oWæLÛï<÷\02¶','',0,'?'),('*méÿz¥ö±T’JIÃà','wp-content/plugins/thrive-apprentice/tcb/inc/classes/elements/post-list-sub-elements/class-tcb-post-date-element.php',0,'-„SP¹ƒÎZ:ïä›ó[¸','-„SP¹ƒÎZ:ïä›ó[¸',':¤6!`Ôk¿Hï›~Sr˜“3\\yAY,žÝ±´œ] Fú','',0,'?'),('O`Py5\\›:øJ#è','wp-content/plugins/thrive-apprentice/tcb/inc/classes/elements/post-list-sub-elements/class-tcb-post-read-more-element.php',0,'Èa¼žQà{°í~½®\Z‡.ˆ','Èa¼žQà{°í~½®\Z‡.ˆ',',«X ø›åH›“gÇ\'{}«xè\0‘¼6j^›Lúï','',0,'?'),('\"ùDÀÜrDàý!tµ`aÑ´','wp-content/plugins/thrive-apprentice/tcb/inc/classes/elements/post-list-sub-elements/class-tcb-post-tags-element.php',0,'*Ô’Î‡+öƒÛÍæF˜\'','*Ô’Î‡+öƒÛÍæF˜\'','äE©ãÍà›k1oðL©sý&?¦n›BÆ–ç‘˜ò','',0,'?'),('3û/cú_éˆ›|þ®*\n^','wp-content/plugins/thrive-apprentice/tcb/inc/classes/elements/post-list-sub-elements/class-tcb-post-thumbnail-element.php',0,'öÙø:~TÒ3æ8`Ò\rÄß','öÙø:~TÒ3æ8`Ò\rÄß','#÷bŽ²‰°ÁÜëAŒ£˜ ëÊ¿]—ÔwØL Ið¡¤ÎO','',0,'?'),('<¶~ËŠK9qË¿}¾!','wp-content/plugins/thrive-apprentice/tcb/inc/classes/elements/post-list-sub-elements/class-tcb-post-title-element.php',0,'»ôA¤ ÜµOÖt–Q','»ôA¤ ÜµOÖt–Q','z:5ÁK*<^¯l·ÇŸŒ/>oªœ|	%fùÝK b×','',0,'?'),('W¯xÎyŸ¼ÐL‹­~¼\Z9¤','wp-content/plugins/thrive-apprentice/tcb/inc/classes/logo/class-tcb-logo-rest.php',0,'=Ð~Ç˜BüË.Ž)©£\'97','=Ð~Ç˜BüË.Ž)©£\'97','…GsTÇ¶‘”49—‘¢Áé$¡ËôÓxŸ f0kÒHU','',0,'?'),('5Þï«d°¬´x{gAU‰','wp-content/plugins/thrive-apprentice/tcb/inc/classes/logo/class-tcb-logo.php',0,'B÷õ¸¾½~CÄñòËÔ’Ù','B÷õ¸¾½~CÄñòËÔ’Ù','j·ƒË<iÓûÂ3(·ÃßKß\\ÞÝÇVq9=ùý,.ú','',0,'?'),('1lü€‹áT2¸á…#~G’','wp-content/plugins/thrive-apprentice/tcb/inc/classes/post-list/class-tcb-post-list-author-image.php',0,'vC±ÃÍI©n>Üœ4? ','vC±ÃÍI©n>Üœ4? ','Õ\"˜„Ðn8Qƒl\'ž!iôtLR½½äA·´ëã9íb','',0,'?'),('øÖÕ{œË¬´CÛŠµP¦','wp-content/plugins/thrive-apprentice/tcb/inc/classes/post-list/class-tcb-post-list-content.php',0,'…ù?|”7+D–ÁKÎÜ2','…ù?|”7+D–ÁKÎÜ2','½ZALº||•‹–ftK)½˜gDo¤\'ÖTšÉë1ñ','',0,'?'),('oÔÆzð®Z«“¨Á?·÷3','wp-content/plugins/thrive-apprentice/tcb/inc/classes/post-list/class-tcb-post-list-featured-image.php',0,'àZwûuúÉí¯Cñ¿','àZwûuúÉí¯Cñ¿','Z{N…œªL<ôa	¶po¥žm:Y	H/µÜ	KÀ¬-~Ì','',0,'?'),('ÐÏ\"˜4Âuåaq®','wp-content/plugins/thrive-apprentice/tcb/inc/classes/post-list/class-tcb-post-list-rest.php',0,'±.ŒŠQ‡ccÎíl¾)c','±.ŒŠQ‡ccÎíl¾)c','H1}¯ô»®}m¤úÃ‘Š‹Y°ç[òqgf‘‡üÃ#e','',0,'?'),('7S+cf”²à7¤¢ER','wp-content/plugins/thrive-apprentice/tcb/inc/classes/post-list/class-tcb-post-list-shortcodes.php',0,'19ƒ\\Üûûlu˜Oõ','19ƒ\\Üûûlu˜Oõ','	9)©#\\~ò±¢£‰˜vb¿dÏ’4!\\dê¡\\¬^','',0,'?'),('ç´­£÷ª‡ä}LPúˆœ²','wp-content/plugins/thrive-apprentice/tcb/inc/classes/post-list/class-tcb-post-list-sub-element-abstract.php',0,'­gÇÆK¤ðW-QàÇ€¼‡','­gÇÆK¤ðW-QàÇ€¼‡','ˆžÛoÝÌï!|2õ¤Z‰f¸¾9|‹,Î¿>µqM','',0,'?'),(';¸’pÜÝ\\vä €g)®','wp-content/plugins/thrive-apprentice/tcb/inc/classes/post-list/class-tcb-post-list.php',0,'¢o•±k³ccPÊ@˜i¡ø\0','¢o•±k³ccPÊ@˜i¡ø\0','¨.Š‚U}jeX ñèÕå‹ù\\“œ´›†qd»Iµ%ƒ','',0,'?'),('Pk§Ss3>Þ©¢ÂM*â“E','wp-content/plugins/thrive-apprentice/tcb/inc/classes/post-list/pagination/class-tcb-pagination-load-more.php',0,'ð­îÌ ©^\"\rð\n!','ð­îÌ ©^\"\rð\n!','œŽ¾RSwÎ®pávr¸à*x)³[¢—ä=†¥àAD™ú','',0,'?'),('ñ!ËeÒ	Óâa¿bƒ½','wp-content/plugins/thrive-apprentice/tcb/inc/classes/post-list/pagination/class-tcb-pagination-none.php',0,'îgÎ&¡³ýÂõî­øòÏ‡‚','îgÎ&¡³ýÂõî­øòÏ‡‚','%u;°4’d/uc:³5æU£v “Ëå3ÄZ\'à¨o¦ÓŸ','',0,'?'),('ÓMyWúƒÌ…,î&ßÀ«','wp-content/plugins/thrive-apprentice/tcb/inc/classes/post-list/pagination/class-tcb-pagination-numeric.php',0,'ýoÍJE7ÛØM¹Û÷¦#Ý','ýoÍJE7ÛØM¹Û÷¦#Ý','Oy€”„ãîJòŠøŒ0­zèVé\rìùàÓŠ	lN','',0,'?'),('fÖ»)Ãsø8Á\0Žr’!','wp-content/plugins/thrive-apprentice/tcb/inc/classes/post-list/pagination/class-tcb-pagination.php',0,'VÈG ‘R\náH\ZÔ33','VÈG ‘R\náH\ZÔ33','¼ÈÉ¯sÙ¢fn{ˆd‡¬åZsg(–Ò¿¦7nl‹9*Ö','',0,'?'),('N±æ˜qæÖ{m‡äKÝ','wp-content/plugins/thrive-apprentice/tcb/inc/classes/symbols/class-tcb-symbol-export.php',0,'óQ³^›}ÍI¿~™Ó','óQ³^›}ÍI¿~™Ó','ãË¹nè`\ZßŽeÑ®ÊÌ4øX©š+Å__Üò²úF','',0,'?'),('·æ±Yz‰‹@\"¨G‹íÓ','wp-content/plugins/thrive-apprentice/tcb/inc/classes/symbols/class-tcb-symbol-template.php',0,'³[Ñ)«]º#óïÜTµ~ñ','³[Ñ)«]º#óïÜTµ~ñ','ùZU‹Uér%þ LU0÷„Uø×†wru\'¡í¾ö©²€','',0,'?'),('n¸A~Má7_9;HQ×èÖ','wp-content/plugins/thrive-apprentice/tcb/inc/classes/symbols/class-tcb-symbols-dashboard.php',0,'Åææó]X\r±o+:¡','Åææó]X\r±o+:¡','/ò¼±Þè=ëli7€ž9Âøè\"[žC¨N!£Ót','',0,'?'),('òšW.±Qb3``hz','wp-content/plugins/thrive-apprentice/tcb/inc/classes/symbols/class-tcb-symbols-post-type.php',0,'å*6,jVJ»<º8','å*6,jVJ»<º8','è5yl´Å=Ì¶hEuæOå÷ý¼/J»wè»o©wTFÈ','',0,'?'),('k	7¹úÝEþqÀÅ{\'„','wp-content/plugins/thrive-apprentice/tcb/inc/classes/symbols/class-tcb-symbols-taxonomy.php',0,'¦Fá/^3	Q¾°mág','¦Fá/^3	Q¾°mág','þŸ qƒ¿Ïf—á”êÜ,HksÒ¤?SÕî\'öè','',0,'?'),('~^Ú—\Z2oæˆwHð ²','wp-content/plugins/thrive-apprentice/tcb/inc/compat.php',0,'’ò\0¡Ò¡{Yç@‡r}„','’ò\0¡Ò¡{Yç@‡r}„','-W%D&¬<\r”C\"ÈsV©]åØÈ‰¥KÝák¬ù','',0,'?'),('ã]uN?ÁpUI²ð|Áá ','wp-content/plugins/thrive-apprentice/tcb/inc/functions.php',0,'4S~MÅªzÍ6Ÿ‡´•/F','4S~MÅªzÍ6Ÿ‡´•/F','glBózË”®¦iñPwhð¾°~Çú\\*>5Øeb','',0,'?'),('-Öì½…*T(`½Ò¶','wp-content/plugins/thrive-apprentice/tcb/inc/helpers/cloud.php',0,' ]¶’zŸµ±äÂ©A$',' ]¶’zŸµ±äÂ©A$','›ZÌ÷£Œ^\"mB˜Ð¯Ÿ8¢M‡x\rªýÿÒ;Øf¬','',0,'?'),('ò3æç]B\"MóÝ\nnq‚','wp-content/plugins/thrive-apprentice/tcb/inc/helpers/social.php',0,'eŸø½>£24ý+·E','eŸø½>£24ý+·E','W=¿Ø4Zò«A~é¯3*\'˜w—qc1W DUÊ«ôœ','',0,'?'),('–ûê™Si\0,(ËVß¶ã	','wp-content/plugins/thrive-apprentice/tcb/inc/i18n.php',0,'ˆCZ	ò\'–øïæ÷h¨','ˆCZ	ò\'–øïæ÷h¨','$š«E(Ôå?SÒ6!8Û,â˜ÞÆsCR\"‹0/\0','',0,'?'),('Æe¾š«½ël’¶­½·','wp-content/plugins/thrive-apprentice/tcb/inc/license_notice.php',0,'¾c’#BÉç§A\0ÕÌ','¾c’#BÉç§A\0ÕÌ','£­WåuMÌÛêG„„î_Å”¹ÅpG¯3r~E¾±ø«','',0,'?'),('…÷¸	´)ÓoïØ@','wp-content/plugins/thrive-apprentice/tcb/inc/menu/audio.php',0,'È£ùšé|ÔyNMV2p JB','È£ùšé|ÔyNMV2p JB','Š‡[¥›ÖQâ«_<’³=‚¡ÎàU!þ=µ(‘À58','',0,'?'),(',º¤\0q~‰éÕ: #þ','wp-content/plugins/thrive-apprentice/tcb/inc/menu/button.php',0,'ÖáÃÐ/q–òtÙ±—Ñì','ÖáÃÐ/q–òtÙ±—Ñì','—àÁÁjÆAH½wÔ)\\)nhËQ­öµ–×ã‡–†','',0,'?'),('˜Ž×â¯#óYM8âPÖ•\n','wp-content/plugins/thrive-apprentice/tcb/inc/menu/cell.php',0,')š¬Èì œSx¹€þ$‘9',')š¬Èì œSx¹€þ$‘9','$e	ŠÞ©‰0X’°\'Ý”0ÈI#¢D˜žX´Bx´','',0,'?'),('ßÿËé‡‡06c%P4J','wp-content/plugins/thrive-apprentice/tcb/inc/menu/click-tweet.php',0,'±ZTŽå¹ç­\'ie™/!±','±ZTŽå¹ç­\'ie™/!±','LôbæO&#PO¯|Øp±{ÊŠ\'—¬ G¶õj·y','',0,'?'),('DoaB²]~¤ÇqÖÊÏ','wp-content/plugins/thrive-apprentice/tcb/inc/menu/columns.php',0,'¿\0V<²\'>LôÔ“¨›\\','¿\0V<²\'>LôÔ“¨›\\','É{ll`Çxàªüó½µö”¶úU¡ŽùÆÂ~Óë˜««','',0,'?'),('Ê	.ö¨/23þç#ÝCÑí','wp-content/plugins/thrive-apprentice/tcb/inc/menu/commentsdisqus.php',0,'U˜D\'™Æ¢h+¢NsD','U˜D\'™Æ¢h+¢NsD','Å–Ñwäs‹×e†}Â½X§½T2µÁÉ-&u¥¬öô','',0,'?'),('Ñé¨È#âSîÓfKâÚ','wp-content/plugins/thrive-apprentice/tcb/inc/menu/commentsfacebook.php',0,'&¦ö”UC†áïo;#Ðãn','&¦ö”UC†áïo;#Ðãn','­¼K€]<IÎ\n]ÛˆŸrR-XëÚ¢ë@àÁ-¹4õ€Œ','',0,'?'),('¿fèÃÒ\ZÛ*ÍÎ­¤v','wp-content/plugins/thrive-apprentice/tcb/inc/menu/contact_form.php',0,'ÿÃÁfÍ›A&¤{+î„“','ÿÃÁfÍ›A&¤{+î„“','Bµ6ÚXï‘·lj7b–IÿçŽf²]º¨‡kî!|¿~y','',0,'?'),('jÅÇ;¸—·6måú%…ZÅ','wp-content/plugins/thrive-apprentice/tcb/inc/menu/contact_form_submit.php',0,'©I¥0ý•i®‚9>Þã','©I¥0ý•i®‚9>Þã','ý•”õ]#Ê?î4:îg…ÎØú–·æ«Àº}•ŒWLU?','',0,'?'),('æÕ\0xAõ5Ü…;IRËHî','wp-content/plugins/thrive-apprentice/tcb/inc/menu/contentblock.php',0,'‡ó9„É]âv:)¤\'','‡ó9„É]âv:)¤\'','wi›OM–<å¬8Û´—–Ù$ãàæ9[™¨\ná¯.','',0,'?'),('1ùx|SQ£á\'ÄÚaË','wp-content/plugins/thrive-apprentice/tcb/inc/menu/contentbox.php',0,'3T´B5o£\ZÇš4$jÏlË','3T´B5o£\ZÇš4$jÏlË','@nuµó…àë§X\"Ö–c²!„¬ÛÑÙ6˜”âŽ','',0,'?'),('`ÊÍý³ÓÃ/[«WS‹Y\0E','wp-content/plugins/thrive-apprentice/tcb/inc/menu/countdown.php',0,'ùàÂË—bò\râ9³>¶<','ùàÂË—bò\râ9³>¶<','­.ý{k¦ñU’Ïµøy5pŠUZ5¤€¥¨0‡aB','',0,'?'),('mÙ,ä;•8ˆg†¹\r7¼','wp-content/plugins/thrive-apprentice/tcb/inc/menu/countdownevergreen.php',0,'ß*†Èó@Yá¯®èißU','ß*†Èó@Yá¯®èißU','°Ÿ ‰J»g¤¶ÊjŠc€rûU{>\nÂYH','',0,'?'),('â.þœ8ÀÒÜ\0>À‹.','wp-content/plugins/thrive-apprentice/tcb/inc/menu/credit.php',0,'^ûZP.†Êk1TÚ=8ä%','^ûZP.†Êk1TÚ=8ä%','{rà¹[·Ÿ%‡UÆÖ´­c¼I\0¸Ÿ\Z—ôâü¦À“','',0,'?'),('@h%Õ\\þ=…Mš©6Ä','wp-content/plugins/thrive-apprentice/tcb/inc/menu/ct_symbol.php',0,'•+ùò *‹›\'ži.','•+ùò *‹›\'ži.','Ýö+\0|ˆRò·µÒpàØÓÅ\n»®öm½q‹öœv;','',0,'?'),('ù’/J\0™õô\'a|€Ç','wp-content/plugins/thrive-apprentice/tcb/inc/menu/decoration.php',0,',£Žà\'Â”%bSD†%¢Éˆ',',£Žà\'Â”%bSD†%¢Éˆ','Ööê-y%ñ?ÚËì973FæƒÐ;Ä+·\Zó.æÈÓºþ','',0,'?'),('½Êô_²\'Ò	•t\'¤£Ë','wp-content/plugins/thrive-apprentice/tcb/inc/menu/divider.php',0,'¿¿^W5¬ÐŒçØí,º','¿¿^W5¬ÐŒçØí,º','ÅrÍwÜJZÀn4 scµâµÒ–rzÍÜøÝt±G¿ô','',0,'?'),('ìÉ¦Ò»æ<¼³Þ‡íËþ','wp-content/plugins/thrive-apprentice/tcb/inc/menu/fillcounter.php',0,'ÓÄtÿJ\'ñAEC‘>ü','ÓÄtÿJ\'ñAEC‘>ü','h­åÑ^[¹ˆœ%êö—˜Ç`À#UáLqÜƒ]½(','',0,'?'),('¶ÈÓ?Cêû!ÈQ\'©T','wp-content/plugins/thrive-apprentice/tcb/inc/menu/footer.php',0,'²\0\nÁSŽ÷C\'¦÷®üMê','²\0\nÁSŽ÷C\'¦÷®üMê','ŸnM“¹	”H Ô66l¦ŽºýaðÌ/t¡w¨B•µ','',0,'?'),('\ZîV#aË\\©8¯Wçà','wp-content/plugins/thrive-apprentice/tcb/inc/menu/form_submit.php',0,'þ¸?*å#ÍG?K¦Œ!¬','þ¸?*å#ÍG?K¦Œ!¬','N9Y½–ÙùVöŸG·Aƒë<™eŽ°­-qÄn–àŽ\0','',0,'?'),('2FH®KªÝã4á3~LÈ„','wp-content/plugins/thrive-apprentice/tcb/inc/menu/general.php',0,'_¸S«n2ÓÂûî5š\'ú','_¸S«n2ÓÂûî5š\'ú','[h¦Û5[Ë³™¾	\0þ*^qy=\rìÃ÷ åX¹ä','',0,'?'),('@.éD­ëÕ\"Š7WwÍ»Š·','wp-content/plugins/thrive-apprentice/tcb/inc/menu/gmap.php',0,'€¿_ÊTû’¢j2n\r','€¿_ÊTû’¢j2n\r','‚Å….¹06”*Žº˜O/Eê‹-AëbŽ¬æÖÃÑi','',0,'?'),('àZÈ&ê@`Q]:ª‹N','wp-content/plugins/thrive-apprentice/tcb/inc/menu/header.php',0,'6AJ9RÝ_Ðî”{qËÓ_','6AJ9RÝ_Ðî”{qËÓ_','–y\"‰ÿáBmÓè•ÃðÑ@õb©âWS(iä¹~÷Ù','',0,'?'),('RRežŽ—¯” 94Â\Z:','wp-content/plugins/thrive-apprentice/tcb/inc/menu/html.php',0,'³µ{; 7 ˆ¾Iä,‹','³µ{; 7 ˆ¾Iä,‹','„ã~˜\\eâ8+ÉùßüTœ~Z*›-5µ:¾=±4{','',0,'?'),('Ëu[8±îÁë)µ\'ÌØS','wp-content/plugins/thrive-apprentice/tcb/inc/menu/icon.php',0,']¨Î¼”ø”eU`~ßú<',']¨Î¼”ø”eU`~ßú<','$aP¸\rÆ#¡2ïß“QÞ¦¡Ä5ÁÒx±­q¬Š´O„','',0,'?'),('«WÉÜE¼šþO“è®bŽÇ','wp-content/plugins/thrive-apprentice/tcb/inc/menu/image.php',0,'5q•xU‡‹;¡È˜$','5q•xU‡‹;¡È˜$','ÔZÖ5¿ W¸%Õ+ìµL¥|Mx4BiÌŒõ“Å¶Œ','',0,'?'),('ÐîÉµ21£s©¦RBjí','wp-content/plugins/thrive-apprentice/tcb/inc/menu/landing_page.php',0,'ð½¬„U‰’\'µU¾K‚mÂ','ð½¬„U‰’\'µU¾K‚mÂ','jñß¼þÿ»@Öªœ’x•µ^qUœÕ\r5µJ[\\‚Jg','',0,'?'),('HÒp÷¸õM0²Ý•91ƒà','wp-content/plugins/thrive-apprentice/tcb/inc/menu/lead_generation.php',0,'±½è¦ç³Oô‹:ÿibÌ4Ð','±½è¦ç³Oô‹:ÿibÌ4Ð','\0dâmËqvïØõxÑÃÁÄ\nŽJÜ…•ü«ŒÕ‚“','',0,'?'),('s4”ÖY•ÂÆÎ-gòxÛn','wp-content/plugins/thrive-apprentice/tcb/inc/menu/lead_generation_checkbox.php',0,'|àc\nXÖÅ3$yyÆ¢Ý','|àc\nXÖÅ3$yyÆ¢Ý','W¨4€Iþ³ë9\\¨â]Ö\0F¾ýñ°G–x[–]Ð¬','',0,'?'),('‰àèj­þœê±Ò','wp-content/plugins/thrive-apprentice/tcb/inc/menu/lead_generation_input.php',0,'FŠb¨Sôch.07å›2u','FŠb¨Sôch.07å›2u','ù°K‰ŠO>°AD°ç{»d‰°÷° ²ª^(','',0,'?'),('èBUýZÏÉ¥“\'\\‡1QË','wp-content/plugins/thrive-apprentice/tcb/inc/menu/lead_generation_radio.php',0,'S¦³½2)ÏpØ§¼&!„','S¦³½2)ÏpØ§¼&!„','‡-& Z¸xbGuŒ°çGökâ¼GÔ¬^`1	%6ŸPó','',0,'?'),('¦‡ð#>yŠ{$bŸ6ñÕ×','wp-content/plugins/thrive-apprentice/tcb/inc/menu/lead_generation_select.php',0,'”¿ŠA=‹È9´y†‘5','”¿ŠA=‹È9´y†‘5','ý\nž<T¨oy’‡	´ŸS¢¼xÄ€•÷X‹ÇÁ£kñ','',0,'?'),('LèKKÅt(æ£/.#IG¦','wp-content/plugins/thrive-apprentice/tcb/inc/menu/lead_generation_submit.php',0,'m«÷m¸Qäîê:','m«÷m¸Qäîê:','±5œ&Üñ†ô<JlÀè€Ã¡¤Ÿ3žž›Å‡n?$§','',0,'?'),('ÈñÇ’Åó°Dva\\8;àÆL','wp-content/plugins/thrive-apprentice/tcb/inc/menu/lead_generation_textarea.php',0,'¯Ó`¢×Òi½[4ÝmçOÔ','¯Ó`¢×Òi½[4ÝmçOÔ','G—%}ŒïôÁQ¨Ey~Ë¡÷dV¾8‡cžRyP','',0,'?'),('ügºçñ#pÉ³»…É‚àYr','wp-content/plugins/thrive-apprentice/tcb/inc/menu/lightbox.php',0,'ô÷Ç×8*°[ÿ\n=½','ô÷Ç×8*°[ÿ\n=½','ž°êÛUmÁÔ‚¸Ï8ö^\Z¸ï@í·›—Í\"F ÓËÔu­','',0,'?'),('hJ…V™ýþ«_eM>Y_Í','wp-content/plugins/thrive-apprentice/tcb/inc/menu/link.php',0,'¾ê§L$b=çíá\n','¾ê§L$b=çíá\n','…¶‡Aú*ãšÜª)ãnW†1þ´c×ö]ÖˆN\n','',0,'?'),('í34™ebâú°uÊcø','wp-content/plugins/thrive-apprentice/tcb/inc/menu/logo.php',0,'Hý¯G|¢ì\0í¼Þ','Hý¯G|¢ì\0í¼Þ','ì4Ã~Ú\\í9 £ýÉKð\'²ˆ0UX<ôŸ„ÛC','',0,'?'),('ÖBLì•Ì9Áï“jk£Dì','wp-content/plugins/thrive-apprentice/tcb/inc/menu/lp-text.php',0,'MÅ\' É½HjTNáçv¨¥','MÅ\' É½HjTNáçv¨¥','éG‚ö—º:Ö$€Ù3çƒÒ?ûwe<ë¬}n&\"L@µ','',0,'?'),('uMÊUWàQ\Z¦çž','wp-content/plugins/thrive-apprentice/tcb/inc/menu/megamenu_column.php',0,'¨t¢Q9}W¡{€T÷ƒ','¨t¢Q9}W¡{€T÷ƒ','[D‰Ô¦je{ÙÆrÖùô(rH-ô|Î!\"½Àôh³','',0,'?'),(';pföb_ëT\0dq#Šoå','wp-content/plugins/thrive-apprentice/tcb/inc/menu/megamenu_dropdown.php',0,'h°Ë&Æœ›™ñÑžéo	','h°Ë&Æœ›™ñÑžéo	','i‰}?Ýl®Ç×`åìëÜ\ZO…ÇæŠÑþZm^˜S','',0,'?'),('ekÉˆ‚fxà†ŒêÈ ','wp-content/plugins/thrive-apprentice/tcb/inc/menu/megamenu_image.php',0,'‘JªÐçš_6†p5,d','‘JªÐçš_6†p5,d','Ç\nÚ8l\ZÕÑÐ…ÒKÉTlÎ?Ë|÷œ\n6AÒI\\Ø=','',0,'?'),('€¼µñ•4\"N.ö·^ ¦ä','wp-content/plugins/thrive-apprentice/tcb/inc/menu/megamenu_item.php',0,'sèb}pÛÒH }Sñ¼ãµ','sèb}pÛÒH }Sñ¼ãµ','G\\óe\0]‰—´µÃÈö¤j&@Îä\"êöŸ,ñ-n–Å','',0,'?'),('F0“›‘a\'Æ¡¡;é$ŠÙa','wp-content/plugins/thrive-apprentice/tcb/inc/menu/menu.php',0,'Üu±á*#~ƒÙ×Dl2Ç','Üu±á*#~ƒÙ×Dl2Ç','$çmËçòv#|ÔÐNÃZ?g3±‚íÙ<>Ó¹°¡s/1','',0,'?'),('f¼¬EjYF. ÅT,','wp-content/plugins/thrive-apprentice/tcb/inc/menu/menu_item.php',0,'¬@8NºTÊNìœ¯·','¬@8NºTÊNìœ¯·','íi^)‘ªÿi2ÆÌ´èªÐ%k21¯êîuu[ €‚','',0,'?'),('é9Ê¢´íŠÊ|Lâ`¦@','wp-content/plugins/thrive-apprentice/tcb/inc/menu/numberedlist.php',0,'xÍE\Z9HßèH|èn—','xÍE\Z9HßèH|èn—','¼ÍVV„Ýþy7&Ý£O7S¤ð`eu|Ýy\'X}6§','',0,'?'),('Äúu,zk›>.­9Éê½','wp-content/plugins/thrive-apprentice/tcb/inc/menu/pagination.php',0,'¨,·–\'ýÑ@Âü}!\n€ó','¨,·–\'ýÑ@Âü}!\n€ó','O[–ÿÂÇr•o½;’I¶`þèê‘[phŠïìã¬G','',0,'?'),('Ñp_/||ß}‡NyÑÞrÐ','wp-content/plugins/thrive-apprentice/tcb/inc/menu/pagination_button.php',0,'§ö\ZTwtöl™òË†','§ö\ZTwtöl™òË†','>²FÿæØ¶èÀk€Rý\'šA’7ºÙäKø„õ?¦xË‚','',0,'?'),('Ÿ¨#æó–í\r,—PôNÇ','wp-content/plugins/thrive-apprentice/tcb/inc/menu/pagination_label.php',0,'pFTyY• Úã^hqÏÀ','pFTyY• Úã^hqÏÀ','7;`y»œ\n(µßAZÄÀß¸óþu¤«[X	JŠr#¿','',0,'?'),('Õ°.0À§ú‘àØVRGG','wp-content/plugins/thrive-apprentice/tcb/inc/menu/post.php',0,'’Fú	cê¥\\ÕÄÂÎf','’Fú	cê¥\\ÕÄÂÎf','k\rNœy¤7\' (]L4Ãóþ˜Õ–ßóÐ“YOý†spU','',0,'?'),('\rË)Ï_\0ÿl–¹$•™','wp-content/plugins/thrive-apprentice/tcb/inc/menu/post_author_name.php',0,'*ˆ„?<§<(à²¹÷Æ÷Í','*ˆ„?<§<(à²¹÷Æ÷Í','\0µdS®}£Þ?I7G×Ò„¡ÖEÇ0\n(‘ø¥*ú','',0,'?'),('0E£à§Ï.z¤¬êù„÷ì','wp-content/plugins/thrive-apprentice/tcb/inc/menu/post_categories.php',0,'!Îù†\Z=µ#œŸÇä‰»','!Îù†\Z=µ#œŸÇä‰»','ŽÑf\n3:\0sÓaöÔ~Y÷»\Z@`Ç·ü¢¹â!ÉŠs','',0,'?'),('am¯RþÇ¿!œµ`j','wp-content/plugins/thrive-apprentice/tcb/inc/menu/post_comments_number.php',0,'=yÞ’çÀÐïÔ™vA<hå','=yÞ’çÀÐïÔ™vA<hå','Gå˜¼‘ìû@ÝÍ\'ˆ]S|Kº<(ÆwÁî®³¶°','',0,'?'),('S¥³‡	§¸/±òàò½ìä','wp-content/plugins/thrive-apprentice/tcb/inc/menu/post_content.php',0,'û>;V»ÆwU4Z´?é','û>;V»ÆwU4Z´?é','tUáH];®ŸÁeX}‚WB6æèPóó^¥Á\Zv^','',0,'?'),('-j¾ÝÅþ,Òc®Ž$O¢=','wp-content/plugins/thrive-apprentice/tcb/inc/menu/post_date.php',0,'g~z/jôß[´œRî7GV','g~z/jôß[´œRî7GV','µD«`0–Ëîµv¸‹d|ï5(FoèÖÇVK4]‚Ä','',0,'?'),('ôÛŠkRÀMí}*Â¥y;','wp-content/plugins/thrive-apprentice/tcb/inc/menu/post_list.php',0,'ÆÒÅé‹§h\rÄ¦TPQ [','ÆÒÅé‹§h\rÄ¦TPQ [','6³ü\'7>r¼Å—ÁïænøçØ­:^dÌ	º×>#Iœ–','',0,'?'),('´ÜÙý¡¤|÷§Á-P','wp-content/plugins/thrive-apprentice/tcb/inc/menu/post_tags.php',0,'äoü“F^Äh-WµÅO»!n','äoü“F^Äh-WµÅO»!n','ð<`òÖQrÁ¯4¥„A€lmž0x_ª1õyÈÒ','',0,'?'),('=9qb¸xzå’°> DIÜ>','wp-content/plugins/thrive-apprentice/tcb/inc/menu/post_thumbnail.php',0,'õ‡g]…Ak€ÝÃOª)M','õ‡g]…Ak€ÝÃOª)M','³µJà>¯ü4µŠ‰E¡¢¬aCÊ\'ûßFšøcº¼D\"ü6¸','',0,'?'),('‚§-Aå¾˜•œ%¼Îj','wp-content/plugins/thrive-apprentice/tcb/inc/menu/postgrid.php',0,'JáCÐÛuj;|ú`žiU','JáCÐÛuj;|ú`žiU','Ì¼Sß8\r/ŒpbG½½œ{ÙÞ^í`”ûÒŠáƒ4','',0,'?'),('(›3†\r–º(‰B”wëB|','wp-content/plugins/thrive-apprentice/tcb/inc/menu/pricing_table.php',0,'¿vF…ÆÓQÑZm¾MFœ¤','¿vF…ÆÓQÑZm¾MFœ¤','qFF¤yôµZœÏ	)ÎxiñmåM¥MÑªo!óå›Ã','',0,'?'),('Dàâ?‘óž\0Ó/¨°\'¬J2','wp-content/plugins/thrive-apprentice/tcb/inc/menu/progressbar.php',0,'‚ —\"ž§çñ 5¬-š†','‚ —\"ž§çñ 5¬-š†','¬pwX\'FÌ—\":Ázp\'Ußžh¿ÄïnV€3…X5œ','',0,'?'),('M²uÖî9ŒÜHD„Õ È','wp-content/plugins/thrive-apprentice/tcb/inc/menu/rating.php',0,'e{3ŒàÖ¨Äñn)8„Ò','e{3ŒàÖ¨Äñn)8„Ò','Ûª**\0’à´\n§×Ù›ûÚŠ¥»ëô¾šwIõÒÑ','',0,'?'),('¾HÜ:\0à­ì>™Û7¤2â','wp-content/plugins/thrive-apprentice/tcb/inc/menu/responsivevideo.php',0,'—R˜unŽ«Òa•«\r','—R˜unŽ«Òa•«\r','#ãØÿa<jz9ç£­\"adðt|U!`±!‹îçBlH','',0,'?'),('‰ñ?Ôk³ƒnŽø•½ƒ–‘','wp-content/plugins/thrive-apprentice/tcb/inc/menu/reveal.php',0,'W¿aóÖ7¦Ñ“{	~>','W¿aóÖ7¦Ñ“{	~>','‹½¨öS[ƒÝœ0¦¥é†QžSÉ[EÄÙ(Üìm6“','',0,'?'),('Ð{pUÖç?þ­ÔJQ<s ë','wp-content/plugins/thrive-apprentice/tcb/inc/menu/section.php',0,'¶?f©Ž1¾}&=`','¶?f©Ž1¾}&=`','ŠôÉå:2|¹¿_6>¯6hŸhK§Ê%Ša[ß»ß','',0,'?'),('²…ÐÁ³Åû¾ò™˜R(õ','wp-content/plugins/thrive-apprentice/tcb/inc/menu/social.php',0,'Ù¡,cÈô–Ïz~Ëp','Ù¡,cÈô–Ïz~Ëp','/¥×¶J²›-â6>a|õ„B3±w±^Ë‹‚¼sJhWÌ','',0,'?'),('{,ùl°ƒb¢Æu!zÒ','wp-content/plugins/thrive-apprentice/tcb/inc/menu/styledlist.php',0,'Éo¦‰6‘bŸûÄ¬\r','Éo¦‰6‘bŸûÄ¬\r','ÝÆ&$ã«Óló	EKa\\sqÿãÉ±1&`r6W6u','',0,'?'),('ˆÒ$Õó÷<~kg%“`','wp-content/plugins/thrive-apprentice/tcb/inc/menu/symbol.php',0,'Ì4”sîÚÁÌÔ;Yç_Wkx','Ì4”sîÚÁÌÔ;Yç_Wkx','~E¯]ù°Ü%Ùq+­5wo>Éoä{¼3<Ýxø©','',0,'?'),('ñö¯_^.¢?ÀÂFÞÜ°D','wp-content/plugins/thrive-apprentice/tcb/inc/menu/table.php',0,'YH\'‰ô ·Gm/L©','YH\'‰ô ·Gm/L©','nÃÊm>]o’ël4ùû7ÑæM:°Î`û7¸ôÛ›QÕ','',0,'?'),('~µˆTG[§qœïµ]','wp-content/plugins/thrive-apprentice/tcb/inc/menu/tableborders.php',0,'5/Ï\Z2dòï<€ïZ?:l','5/Ï\Z2dòï<€ïZ?:l','ŠBTB\'IÛØ|%ˆ7ä¥U3=ˆF‚ÆÂMÛ¦4X','',0,'?'),('I÷Þj&=`9Œz‰ÕeUå','wp-content/plugins/thrive-apprentice/tcb/inc/menu/tabs.php',0,'¶ö¡g½ùF‰óÉmö0Ë¥ú','¶ö¡g½ùF‰óÉmö0Ë¥ú','ä1ø$$Ð…µl\Zhøå=½¸éÆ>]QýjSQž—','',0,'?'),('/£ŽÛDÀr˜\rVˆ}','wp-content/plugins/thrive-apprentice/tcb/inc/menu/text-type.php',0,'±ë˜|Æ¤ICÚ«6ß ù','±ë˜|Æ¤ICÚ«6ß ù','Ãv¸,3^~ümè}³vQçT„ð*;tKTŸ©Ðfp‘','',0,'?'),('\n\'uÛ±ùÝ‚\"·ÓÌDh','wp-content/plugins/thrive-apprentice/tcb/inc/menu/text.php',0,'ä*MnÛt¦èá\ZIÅ%îm','ä*MnÛt¦èá\ZIÅ%îm','8”‹\rÄM	<ÍulÒE\0õA¢¦…ß¥ZIƒ\rx»ï','',0,'?'),('`4áâÌz;D5§RÏ^j','wp-content/plugins/thrive-apprentice/tcb/inc/menu/toc.php',0,'¦xölõþ5¤æÐ0Öo*cô','¦xölõþ5¤æÐ0Öo*cô','â¨îìã•RõÔ&eUšJ‰ÄbZî½½6Sï°ƒçI','',0,'?'),('“ÐÆO´àµáOÆÖv«Š','wp-content/plugins/thrive-apprentice/tcb/inc/menu/toggle.php',0,'ÌÔÏW°s_Êl¢%ÀQ','ÌÔÏW°s_Êl¢%ÀQ','Öw\n$¦åuÔR]ÔrìòDº´l¿à:¢úgJ‡›â','',0,'?'),(')}­ám‰¿†ñá2v','wp-content/plugins/thrive-apprentice/tcb/inc/menu/widget.php',0,'bP\0œÁ´•­Ùˆæ”‡ú','bP\0œÁ´•­Ùˆæ”‡ú','3Yô%é÷¦ßzæ¾ƒøª\"9t›ÒðìKÇ<°ðÓ','',0,'?'),('ö‡ŠOðÖNÚ¡TòRmiåæ','wp-content/plugins/thrive-apprentice/tcb/inc/menu/wordpress.php',0,'¿²í”P$.3*’H»—E§','¿²í”P$.3*’H»—E§','RÔÏ€å€“ˆNlûIÝ¿Fýë×˜?]ùÂßÎKL','',0,'?'),('x¹2‘9aQ°å5•»“J','wp-content/plugins/thrive-apprentice/tcb/inc/views/actions/animation.php',0,'WÚ®ßJc/Îª¤ÃŸÙ','WÚ®ßJc/Îª¤ÃŸÙ','f8³1ºšq{B2\ZŸogÌN|e*8ÛÍÏ£úq\rW‡’Ò','',0,'?'),('=èX²¹b]VPg×:Yë¥û','wp-content/plugins/thrive-apprentice/tcb/inc/views/actions/audio-providers/custom-extra.php',0,'r‘4Ñ=”ü?h¯´	Jö','r‘4Ñ=”ü?h¯´	Jö','€m©×¡¥9Ú¢†	ŠM5t@ÀÅ”…º\"Hm\'åù`Œ‡','',0,'?'),('”	·½»ÓuÒµÇ©äÉFÞ','wp-content/plugins/thrive-apprentice/tcb/inc/views/actions/audio-providers/custom.php',0,'Ù˜n[ŠYÞéìùíŽ','Ù˜n[ŠYÞéìùíŽ','ø¼ÐäÂ4-ôëÿlw‰ðžd…$MóC9ÜµºAV;’','',0,'?'),('hãm»cZÓk¶tã{ô­','wp-content/plugins/thrive-apprentice/tcb/inc/views/actions/audio-providers/soundcloud-extra.php',0,'öæíBÃ¿-§®ìÉktŒb','öæíBÃ¿-§®ìÉktŒb',')œŒìdŽ[ˆ\r<‘À—+T…álw9“oRC ‘¯¸','',0,'?'),('ÿkªièýN‹mKÉÛ','wp-content/plugins/thrive-apprentice/tcb/inc/views/actions/audio-providers/soundcloud.php',0,'\n¶_.ˆ\r‡`B¡nùM86w','\n¶_.ˆ\r‡`B¡nùM86w','it²éZ ð	²Ábro”bÎºi†e0ñ«a¹!w_u','',0,'?'),('ûúÅ›Ñ]>åÎív}[Á>','wp-content/plugins/thrive-apprentice/tcb/inc/views/actions/audio-providers/spotify.php',0,'ÖÊ˜wü×‚iÄñÀãØ½','ÖÊ˜wü×‚iÄñÀãØ½','fÖ2üÚ¤d©üôÇõÖÔúU‘‡\Z„Ÿj“þœ‘*êÌJp','',0,'?'),('÷qKÞá¡½%E·3=Ìó','wp-content/plugins/thrive-apprentice/tcb/inc/views/actions/close-lightbox.js.php',0,'Š­ÛlÔ¦ÅŽªbù)£','Š­ÛlÔ¦ÅŽªbù)£','ÿWÐš	$«n] +sä«€æw.¨E®h=ìu6ë‹Â','',0,'?'),('zÏ¸øÆ“þx*E~9ë','wp-content/plugins/thrive-apprentice/tcb/inc/views/actions/image-zoom.js.php',0,'	J­ýèÆ?²0§C\Z¡','	J­ýèÆ?²0§C\Z¡','ò¤fÅ[”&B—õ¼éo™÷ïcÀ&µÒVtì~Ëò','',0,'?'),('™qäŸ\Z©îa}«Nòêæ/','wp-content/plugins/thrive-apprentice/tcb/inc/views/actions/lightbox.php',0,'7q_O5CùúÙ†y±Ð,¯—','7q_O5CùúÙ†y±Ð,¯—','†\\7ñ±?I¦b÷Ø\\Pr$e¯4Füvô·gŠÅÙ\nß','',0,'?'),('C¿¶èHœL‹26ÏãxÄ','wp-content/plugins/thrive-apprentice/tcb/inc/views/actions/link.php',0,'1ï] ,Y´fCÒ2','1ï] ,Y´fCÒ2','í(ˆ­ËçTŽ¥$á«udDË²¯h³ÅÅ¬¢\rmU·Ñ','',0,'?'),('‘]¦„fÒw_uc ˜$“?¹','wp-content/plugins/thrive-apprentice/tcb/inc/views/actions/responsive-video-providers/custom-extra.php',0,'Ö?Ètž°Žþa¡–GŒ','Ö?Ètž°Žþa¡–GŒ','Ü!–m‰Xds^¡¡ŠÂÅ=Y.Ý8Kg¢uŒ.Šžî`‘','',0,'?'),(' ‘)Af¢‚&fz@6MÇ','wp-content/plugins/thrive-apprentice/tcb/inc/views/actions/responsive-video-providers/custom.php',0,'1òÁcû› „y‹éc','1òÁcû› „y‹éc','gIÑ×ÂC¿ *:/7óàÉo›€Üý×œ\'f','',0,'?'),('™Zë9E6öt5v²?%;&','wp-content/plugins/thrive-apprentice/tcb/inc/views/actions/responsive-video-providers/external-extra.php',0,'Ö?Ètž°Žþa¡–GŒ','Ö?Ètž°Žþa¡–GŒ','Ü!–m‰Xds^¡¡ŠÂÅ=Y.Ý8Kg¢uŒ.Šžî`‘','',0,'?'),('hÓG¦èÌÏÆ\\É¦÷	','wp-content/plugins/thrive-apprentice/tcb/inc/views/actions/responsive-video-providers/external.php',0,'.9Õº+?Gä3ð†-','.9Õº+?Gä3ð†-','Ä7í)	Ç¼%œ®r²l½t~#ûóë8×Î,Þ®‹ãú','',0,'?'),('XÁ7Ã9‹B¬N]šÙù[PH','wp-content/plugins/thrive-apprentice/tcb/inc/views/actions/responsive-video-providers/vimeo-extra.php',0,'Rïwª÷„ceåPÖÒxÌVå','Rïwª÷„ceåPÖÒxÌVå','a R‰c­Q²A$\'Ñ‚§¯%µÀE`‘Þ®rçêˆJˆhW','',0,'?'),('2ÉiÙ€˜ßˆÄ·›á»','wp-content/plugins/thrive-apprentice/tcb/inc/views/actions/responsive-video-providers/vimeo.php',0,'£ùÇ¤d ‡7GÅN±_K½Ä','£ùÇ¤d ‡7GÅN±_K½Ä','B\\Œ€×É-—:š;Ôûž°À„4IÚ–É°-Æ','',0,'?'),(';Y£\'ÅÊŽ»\ri,ñ?','wp-content/plugins/thrive-apprentice/tcb/inc/views/actions/responsive-video-providers/wistia-extra.php',0,'r¦nl«’GK{iY•Ÿ¼','r¦nl«’GK{iY•Ÿ¼','eô‡Z3KÙáKOæR\"lÒ´p\ZkB‡·èÉT','',0,'?'),('GÄV\0R~‡U¢Iæ~¹','wp-content/plugins/thrive-apprentice/tcb/inc/views/actions/responsive-video-providers/wistia.php',0,'Ñ6çù·U{Î¡‰£Š','Ñ6çù·U{Î¡‰£Š','Õÿ$yúr?÷Åã;ÚòñßqY·Ù¶6qUé|b_o','',0,'?'),('X:\r\\;ð| yG×/AÉŒ','wp-content/plugins/thrive-apprentice/tcb/inc/views/actions/responsive-video-providers/youtube-extra.php',0,'qSÌgá6Îƒ)Þ3Mò_›','qSÌgá6Îƒ)Þ3Mò_›','<×`D­3mºŠ”Ý7Í3vbŽR>A8\0¨iÞE','',0,'?'),('’<#´»{\">x¢Š”gd¥','wp-content/plugins/thrive-apprentice/tcb/inc/views/actions/responsive-video-providers/youtube.php',0,'!ÚÖ:Õ•ŠLv\ZáD­1','!ÚÖ:Õ•ŠLv\ZáD­1','¡ê÷	)f’ˆOø_ÚZ­ûšQ\r„9n(wÏ°9RW:','',0,'?'),('síü#Š$fŸ{vüùÔ¢','wp-content/plugins/thrive-apprentice/tcb/inc/views/actions/tooltip.js.php',0,'\nóÌŽEYô#Ú½­úw1','\nóÌŽEYô#Ú½­úw1','+™#ãâú×ýTL&nÿãMNÖ”RrŽ„d	Oéü¯','',0,'?'),('u(ùT\\ßÐ˜Ý`ºhL™','wp-content/plugins/thrive-apprentice/tcb/inc/views/actions/tooltip.php',0,'s…8ŠîSãP¼_óFPŸ5','s…8ŠîSãP¼_óFPŸ5','FPâIÂEÈÎðÈG\n‹î®­X©?“Ï†Åœ{d','',0,'?'),('(i2¿ÕÉ¸@kÕÑc:g','wp-content/plugins/thrive-apprentice/tcb/inc/views/actions/video-popup/custom.php',0,'erÀTü“qdÏ\ZÀH@»¢','erÀTü“qdÏ\ZÀH@»¢','¦ïj© ŠDŸxR¥)/;Dh\rXrvY–hVýa','',0,'?'),('ø|0Ìàì§©pï‰œ&­','wp-content/plugins/thrive-apprentice/tcb/inc/views/actions/video-popup/external.php',0,'E*Èð*çßõŒ<$«¦è','E*Èð*çßõŒ<$«¦è','Ñ—\'\"…´C yÑÝbûC/àæ#€Ó\0ÆÇ™0','',0,'?'),('nxœŽæ·wQ^ìBÕvá','wp-content/plugins/thrive-apprentice/tcb/inc/views/actions/video-popup/vimeo.php',0,'Q\n¯ŠïÝÝ9ý£P\r¥µË','Q\n¯ŠïÝÝ9ý£P\r¥µË','Ã¾ã%ábiãQø†£`€×ÍU¼ÎóDÚ·fœOÁR','',0,'?'),('ŠÒÐ§¯ºƒÌŠÈ/J','wp-content/plugins/thrive-apprentice/tcb/inc/views/actions/video-popup/wistia.php',0,'e¡Êæ\ZõWå®RÖ´‰’','e¡Êæ\ZõWå®RÖ´‰’','bÍ\'¹ELãŒpX[ú¯)”NÞG’{ŽMsÆYš*Æ','',0,'?'),('ß5Š¼¯c5Ì‹iuãÐ£','wp-content/plugins/thrive-apprentice/tcb/inc/views/actions/video-popup/youtube.php',0,'aÊµ\'”‰»…°üGÉ\r','aÊµ\'”‰»…°üGÉ\r','CPÅaÀ˜èý\']ºJZBzÀÜwJôý(}x÷M>—','',0,'?'),('èvŠ÷Ì†ŠSE/¿š¸î8','wp-content/plugins/thrive-apprentice/tcb/inc/views/actions/video-popup.js.php',0,'. -ùD^0\rè\\¬','. -ùD^0\rè\\¬','sÔeÝÀOžätY`}z\Z\nRý{ñk±2æ','',0,'?'),('y¨ý¨5¿‰L´Ôz\0)«ž','wp-content/plugins/thrive-apprentice/tcb/inc/views/admin/cannot-edit-blog-page.php',0,'SžƒºÏ†(â°ôÄü‰ö','SžƒºÏ†(â°ôÄü‰ö','JL^¨F¹g—!i¦åÐï-Ù<”(JVblÍ†{Žì','',0,'?'),('LÇ‹Ý\05&ý°©ŠÏs`','wp-content/plugins/thrive-apprentice/tcb/inc/views/admin/page-loader.php',0,'=‰&-×‚:8688Æã','=‰&-×‚:8688Æã','Á˜fp ÜƒäÖ³2)ü6ƒu	§¬¸Fúg´>6','',0,'?'),('#„Î*‚ƒ~*ÖÑ(','wp-content/plugins/thrive-apprentice/tcb/inc/views/admin/post-edit-button.php',0,'\Z¤_#•óÚVç¶\ZâÃþ®_','\Z¤_#•óÚVç¶\ZâÃþ®_','þ~iöj\r~S)¨ÑÕÝ{#Ä£B‘¯Gúñx=ZB)','',0,'?'),('ô˜q%…è˜‚‰ðbˆWE','wp-content/plugins/thrive-apprentice/tcb/inc/views/central-style-panel.php',0,'…ƒªV˜âÄ8‹Œiš Ï','…ƒªV˜âÄ8‹Œiš Ï',' ÷Ã›@_üS¤û6Ð­ùþ¼ÍbÀ±‡ƒ¨ï¢$¡÷2','',0,'?'),('^Å^jŠW•Weå6-AÈ','wp-content/plugins/thrive-apprentice/tcb/inc/views/control-panel.php',0,'2}±×Lt×:o?Ÿ\0xs','2}±×Lt×:o?Ÿ\0xs','ÙÿéÊdvaHPÈvomßp¹qª¥Œz®','',0,'?'),('<¦*ù‘KL’ñ¶9P²','wp-content/plugins/thrive-apprentice/tcb/inc/views/editor-settings.php',0,'Tuý%ó 4§…9ÓºúÜFÿ','Tuý%ó 4§…9ÓºúÜFÿ','¶À-æ£å“1r`7ÙaÄ ‰èf1\'¸ë\0Ÿ„¼àå','',0,'?'),(' uŠaun±žÁµÞ¥îÖ6','wp-content/plugins/thrive-apprentice/tcb/inc/views/elements/-list-promoted.php',0,'qŽŠxÓ\"¹+TljP‹Øä','qŽŠxÓ\"¹+TljP‹Øä','b–|Už7¡Ÿ~ÇÛâq\Zq—NF–{€ÀKŠJÙˆz','',0,'?'),('©‰§Š¢AsŸxƒ$–‘','wp-content/plugins/thrive-apprentice/tcb/inc/views/elements/-sidebar-list.php',0,'»ÁØToí\\è|Éfß','»ÁØToí\\è|Éfß','ÅkÞ3`\Z*{utiï9ÿŒú×Ø ©z(dJ#¢o¶6','',0,'?'),('¬ß5ØmC¬\nÐcUùýÜ','wp-content/plugins/thrive-apprentice/tcb/inc/views/elements/audio.php',0,'”—-ÿHþŸÎÊ','”—-ÿHþŸÎÊ','§J™?ìgSÐ½uy˜dw?»\'Ï–éB\0œx‘o˜Ûe','',0,'?'),('¡¸;¨G@P.µ£¶”.','wp-content/plugins/thrive-apprentice/tcb/inc/views/elements/button.php',0,'u°Ð%Ê’Â¿m#?Ò','u°Ð%Ê’Â¿m#?Ò','H¶f¤à¦±åŸú¼÷Ó4nä,öÓŸã`é7¼qê','',0,'?'),('¿Ô \n3oM¤‰ÝþÊÜ‹¦$','wp-content/plugins/thrive-apprentice/tcb/inc/views/elements/commentsdisqus.php',0,'·Ž°ÞÈÇ	²N9R½¢r','·Ž°ÞÈÇ	²N9R½¢r','F’Ø±ÚÕh‘¯‹€Cå3/L‹ûX Îü™ÜÂ`¢R','',0,'?'),('‘;b£)ïó%!$Ãöñ','wp-content/plugins/thrive-apprentice/tcb/inc/views/elements/commentsfacebook.php',0,'¬SÙ©®¿1£ª‚;bç]î','¬SÙ©®¿1£ª‚;bç]î','úy,IY>›¼­›´».T ÚKôW_]ÊÕýº‡úX','',0,'?'),('‡’ó\'^œÑK®(½ß#–Ù4','wp-content/plugins/thrive-apprentice/tcb/inc/views/elements/contact_form.php',0,'+†ß}e™âˆÞ\\Gyý ','+†ß}e™âˆÞ\\Gyý ',' @÷ÿ÷JÏ;ŽZmÒ*gGKLJÂÀ\Zß™u2¨','',0,'?'),('òðj>24^ÈŠäð;ã{','wp-content/plugins/thrive-apprentice/tcb/inc/views/elements/contentblock.php',0,'Î^pè»I¢€˜\',À“Z#','Î^pè»I¢€˜\',À“Z#','5µ(îJÙÙ4áƒÃ±d^}¡É\nÀ½Ý(œy~aûÒ%','',0,'?'),('1ª\Z—¬¿Ü/Oÿ›f´¹®õ','wp-content/plugins/thrive-apprentice/tcb/inc/views/elements/contentbox.php',0,'½úhj~£ÂÚ*\"¡¯Q','½úhj~£ÂÚ*\"¡¯Q','\'§.¨¬½>I½-ÔvFLCÏ<¶QMŒpt/^<)†‘ÍÕ','',0,'?'),('Š·ŸqrÀ“}ïÑ¨°¾5O','wp-content/plugins/thrive-apprentice/tcb/inc/views/elements/countdown.php',0,'PvYV­Äºí8!]','PvYV­Äºí8!]','×>Ì	þë¾>!mž¸Éåd¤¶Þñ>½„QMypõ','',0,'?'),('¼<ç–\r\"ßÓÑ÷¦–•äÔ','wp-content/plugins/thrive-apprentice/tcb/inc/views/elements/countdownevergreen.php',0,'`é—\n“ç®upÊi§×³','`é—\n“ç®upÊi§×³','<)*Ç\\óÓŒôQ,p™Ym^c4!ÜH¢++T1§é0','',0,'?'),('Bw\0¹fy%{&÷uéƒ','wp-content/plugins/thrive-apprentice/tcb/inc/views/elements/ct_symbol.php',0,'U4ë‘%ü\nY7ôcþRÜR¤','U4ë‘%ü\nY7ôcþRÜR¤','9 i86kSËë-lD¬=Ê¬§EÖK÷\0êAc<','',0,'?'),('ò\"„Oô³r\0Ö}õ','wp-content/plugins/thrive-apprentice/tcb/inc/views/elements/divider.php',0,'¡ç‘Ñ¬ÓCž·dljø¸','¡ç‘Ñ¬ÓCž·dljø¸','ýg@Ëî¥ªd5ðÿ–’\\9þ‰®ÒøRªÏP¥™¥½3','',0,'?'),('IšR~A\rs\ZT”^«Çc','wp-content/plugins/thrive-apprentice/tcb/inc/views/elements/element-placeholder.php',0,'<@9¡Oj»½ç§´Sê','<@9¡Oj»½ç§´Sê','ªšQ¤Ä*¤a:þ¹xy˜RN%ÍX”^ÛßÉ›¥Ð¶·¨','',0,'?'),('.MÞmyòV¨ŒÆ=¥Å—jü','wp-content/plugins/thrive-apprentice/tcb/inc/views/elements/fillcounter.php',0,'`#h)Éc\0ÖØÚýz¼','`#h)Éc\0ÖØÚýz¼',',²æ§$\'ü)>\0áÂý“óUÝfcä=y¬‰^¯”','',0,'?'),('”4j¶N`AqF³Q)','wp-content/plugins/thrive-apprentice/tcb/inc/views/elements/footer.php',0,'ùuR®Ç`yoS\"´Úº¨','ùuR®Ç`yoS\"´Úº¨','ûÃ¢Ó{9ÍkB\nµìG_[\'¸j’Ô¯k¥ít<Ê','',0,'?'),('1¨é•½{¡¯µ@¡','wp-content/plugins/thrive-apprentice/tcb/inc/views/elements/gmap.php',0,'yR4ÂªßlPÄlpÌY–1','yR4ÂªßlPÄlpÌY–1','\\íÉkjíDn‹¹mQÁ˜Ç¾ér¯Võ¸•éÁRo÷¨d¶','',0,'?'),('ö‡¹ä7Ö9fz‘< M','wp-content/plugins/thrive-apprentice/tcb/inc/views/elements/header.php',0,'Åì\"“DÞ÷‘8\"~@â','Åì\"“DÞ÷‘8\"~@â','7pç¨Wt’=±™4ug\'z¥=š°oÉ¾¬ÕÓHÍÃŒaÿ','',0,'?'),(' ügsh>ž¨Xï%fì','wp-content/plugins/thrive-apprentice/tcb/inc/views/elements/html.php',0,'1 ð÷‚Ž½rÈ\nÊN<4\Z','1 ð÷‚Ž½rÈ\nÊN<4\Z','Ð¿Ò<h3°Î¥T±¹1Æ?.Y.\rNÔIX\"[3','',0,'?'),('•$éôÈ›^Á5ý«@?Ìý','wp-content/plugins/thrive-apprentice/tcb/inc/views/elements/icon.php',0,'/€ô6Ñz?ïÇú³Ô Ì4','/€ô6Ñz?ïÇú³Ô Ì4','Bc${~Û¹€\'œ`À¿ÊLK˜ü»ÇÓxEÁÑç','',0,'?'),('ñCt«©R^ÃÖ ŠÞ»_=','wp-content/plugins/thrive-apprentice/tcb/inc/views/elements/image.php',0,'×7˜xM¬,«ß/[ô§~Ü','×7˜xM¬,«ß/[ô§~Ü','pËÒ‹²¨Ñùk\'ùR±¯XI]ñßcãq,.d–gr','',0,'?'),('oW¥%ÅÎ¨ÍÔ›7˜b','wp-content/plugins/thrive-apprentice/tcb/inc/views/elements/lead_generation.php',0,'\Zl\ZÏËùÍläs¿Ü¨ŽÑ','\Zl\ZÏËùÍläs¿Ü¨ŽÑ','Ø©,þÊÔ4”b´N¯“„èl³²¾‡†µÈmÊ','',0,'?'),('É¾rÇKH{Í°Óq>‘Û','wp-content/plugins/thrive-apprentice/tcb/inc/views/elements/menu-generated.php',0,'›x—²àVcßWs»<´û','›x—²àVcßWs»<´û','é5‡7U%Ìë¥y»Õ’©\nõµEis§&xm3Ló','',0,'?'),('¿`ýÚÐ##ÊJþúÈÍÁ','wp-content/plugins/thrive-apprentice/tcb/inc/views/elements/moretag.php',0,'.ðvˆp%C_òdÊ´¶Ž','.ðvˆp%C_òdÊ´¶Ž','ÂžùŠ{œóf˜—ÁÝw·°A,÷Õt>®%°\n=_?^þ','',0,'?'),('?œ\'ÌÑjbãhbÒ{','wp-content/plugins/thrive-apprentice/tcb/inc/views/elements/post-list-article.php',0,'žý¼¾²Ç³Õ3\r×Üù~','žý¼¾²Ç³Õ3\r×Üù~','éÖ€ÝhZ&î]Á¤\\ƒO×ßakò Üd²ÜEâD]*','',0,'?'),('Ü ÔóÂŸi8ìX3\"Ð','wp-content/plugins/thrive-apprentice/tcb/inc/views/elements/postgrid.php',0,'ikÌÔ@Î›Å”ìÏr‡Ø','ikÌÔ@Î›Å”ìÏr‡Ø','–,•`%Ì3@qÏ—²ÌÔú×ÞH‰P^“bÒÍ{­','',0,'?'),('Ì40Ü8õœ(ÂÓàlA','wp-content/plugins/thrive-apprentice/tcb/inc/views/elements/pricing_table.php',0,'Øey)¥BõM;!Z#<D','Øey)¥BõM;!Z#<D','ˆÏÍTÂŸÑ\"bBl$oèÒ›B?Ë‰ÔÆ;&f¼‚áÎ','',0,'?'),('ðþÈ\0»úÒlúá”Îä„\0','wp-content/plugins/thrive-apprentice/tcb/inc/views/elements/progressbar.php',0,'¿»Rj¯F[h]\"§­ª³','¿»Rj¯F[h]\"§­ª³','ÍÔ°c|í’´øÂh‹ŠHYSˆ 8°S8’£ˆ÷—Þ…k°','',0,'?'),('L5ÁLTP±	^ªx:ƒì','wp-content/plugins/thrive-apprentice/tcb/inc/views/elements/responsivevideo.php',0,'EÊ\'¥ÑZ^©üÇ7®!','EÊ\'¥ÑZ^©üÇ7®!','ùë‚€ùÙIçëïÌVbåÒT¦Ê;&«<8ší=•q','',0,'?'),('¯&Y¬n3rØ„¹X“¨Ÿ','wp-content/plugins/thrive-apprentice/tcb/inc/views/elements/reveal.php',0,'N¤4U ôº˜«%¦\'[','N¤4U ôº˜«%¦\'[','\\züô¨Üf×Êð˜Ø<¶Œ#ðªlß5o¥ÄC9’3æ','',0,'?'),('Ü¦rQ]/ÏwÀ<ûoR§','wp-content/plugins/thrive-apprentice/tcb/inc/views/elements/section-placeholder.php',0,'•”=‡I¬^i¯	ýˆÔzº','•”=‡I¬^i¯	ýˆÔzº','PÉ6$²SðßœD×ËâÍ¦ÃMRâiœ9l¬6\Z~o}','',0,'?'),('XæC7û%¡ð!‡A[¾iÖA','wp-content/plugins/thrive-apprentice/tcb/inc/views/elements/section.php',0,'Ýš/ñ”xZÒÑ›S¢²Ø[','Ýš/ñ”xZÒÑ›S¢²Ø[','y²µG%è,\0°•HýW9ƒ†ë›¿¾|ÿK=Ÿ¹àF','',0,'?'),('bß\Z¶éÁéÉ0]ÍD','wp-content/plugins/thrive-apprentice/tcb/inc/views/elements/symbol.php',0,'¹…œëíÀ¿\0S5[hhÏU','¹…œëíÀ¿\0S5[hhÏU','ø”¸énB¶„õý@àóºÐ8+ýÎ¥Ìß•©\\‘','',0,'?'),('1­‰ÖqøŸs¶,ìJrE,‰','wp-content/plugins/thrive-apprentice/tcb/inc/views/elements/table.php',0,'Ûp†V÷Ã³ŒŒ©C¨b','Ûp†V÷Ã³ŒŒ©C¨b','y}©[ËØ:¦6°Öæ§¬_;ñ…=üÉ³nØ˜R1AM','',0,'?'),('Ì Áájß;·P+èÖ\n&Â','wp-content/plugins/thrive-apprentice/tcb/inc/views/elements/tabs.php',0,':Í| …vDè©eÑjñs',':Í| …vDè©eÑjñs','}eðqÃhxµwÎºhC˜eÙŸÛzšR¶AugN','',0,'?'),('#P´^%ÞY‘MIiÓQcð','wp-content/plugins/thrive-apprentice/tcb/inc/views/elements/text.php',0,'~ÑãP¾\\^”UYßg±„!','~ÑãP¾\\^”UYßg±„!','«§¡á†$Æ…óH\rÇÐJÄKf‚qb¹&øu²“­‚€?','',0,'?'),(')>|™	ùÖÀ5¦c\\-xy','wp-content/plugins/thrive-apprentice/tcb/inc/views/elements/toc.php',0,'»£¾slê§ì¸WÕ˜àd','»£¾slê§ì¸WÕ˜àd','¢\"aHOS¼•­šç“gýº³Eyg·Ç)¾Z`”LŽ™”à','',0,'?'),('X¤tâyÚŒ€äyeäí&Ø','wp-content/plugins/thrive-apprentice/tcb/inc/views/elements/toggle.php',0,'!Ÿ1Ppmu6~Ucótt','!Ÿ1Ppmu6~Ucótt',')?c\r!jÚ\'H\'Ý¡qAºP&¥`õ ¢&¼Oª8þ¨','',0,'?'),('#.T¯ÁY[”N·Yo<','wp-content/plugins/thrive-apprentice/tcb/inc/views/elements/tweet.php',0,'ŒÈûúï2X§lfxýd¶','ŒÈûúï2X§lfxýd¶','o.}(•€0\0«áPO ¹ÎXu®Ñ>$ÃtÑt','',0,'?'),('qqˆH1°–¯.£ç(^üù','wp-content/plugins/thrive-apprentice/tcb/inc/views/elements/wordpress.php',0,'ñ¼$…¶HÈ¾¢(ñ¼?æ','ñ¼$…¶HÈ¾¢(ñ¼?æ','A.Ô +0ß}·èì¸ùzžìòýLd”[9AÊ	','',0,'?'),('‚ãHØ_þô­=èàª','wp-content/plugins/thrive-apprentice/tcb/inc/views/inner.php',0,'g\"|†vlZÙé9\'Áj}','g\"|†vlZÙé9\'Áj}','s6Ñ¶Š‚§)¯C­t“}xM·ez]êcáuÜÇ¦û-','',0,'?'),('\røÒàb1ÌiÅ÷,Žë€ü','wp-content/plugins/thrive-apprentice/tcb/inc/views/layouts/editor-lightbox.php',0,'÷¾Ó\r7R~«=>]<ýqe','÷¾Ó\r7R~«=>]<ýqe','`­ëÈ*ÖÎËœŠm¹¡:ªR2s^X\'9hËemº','',0,'?'),('èõûˆ— brP7Âð2˜','wp-content/plugins/thrive-apprentice/tcb/inc/views/layouts/editor.php',0,'±Ç…ûJT€qu5NÝ€','±Ç…ûJT€qu5NÝ€','wÅn5éoŸJþ¢¯|^|º+5¤C\"×)ìŠ¨ÜÞ9','',0,'?'),('¨Ÿx~Èÿ©&Ä_~p','wp-content/plugins/thrive-apprentice/tcb/inc/views/loading-spinner.php',0,'•È8ÓóÎSFä)î{,j\"','•È8ÓóÎSFä)î{,j\"','×W¢S¡…EäÆpZv:só½×îÔBˆçûåí5xC','',0,'?'),('´ý%”yøàq¯Ú:§~Û','wp-content/plugins/thrive-apprentice/tcb/inc/views/modals/api-connections.php',0,'ó¥KX1aÍK†zô‹FàN','ó¥KX1aÍK†zô‹FàN','êÆºGl.S\r/ˆÍ#¡$UõÝDÕ·ñËì13¤','',0,'?'),('³4Oq°…Ö)#}„	1ÇW,','wp-content/plugins/thrive-apprentice/tcb/inc/views/modals/cf-error-messages.php',0,'I(ã£Ñšá¥ŽŒ³1','I(ã£Ñšá¥ŽŒ³1','þ¾­v#SW‡„uE¨ÆØÈËc“;5ÊJ½\n','',0,'?'),('dœ;”h¯bÚÓZo?','wp-content/plugins/thrive-apprentice/tcb/inc/views/modals/cloud-templates.php',0,'Ž†¶}ÓŽ\"5ò<i­=¸','Ž†¶}ÓŽ\"5ò<i­=¸','aº{É$îÌzP‹TÑÜŸ‹\r.yƒg	xÎ¾²\rD\'','',0,'?'),('^GÌëâžÜ\r„Ò­Y?•','wp-content/plugins/thrive-apprentice/tcb/inc/views/modals/content-blocks.php',0,'iRÂƒk%^…Ø›–u','iRÂƒk%^…Ø›–u','1RYµ\'ÄŒP›Ë€áUU\02Ìæö«–\"š','',0,'?'),('¨š«´™Ë±oõXL’Ê$¬','wp-content/plugins/thrive-apprentice/tcb/inc/views/modals/ct-symbols.php',0,'r3]Zˆÿ:\\u6e;Ú•','r3]Zˆÿ:\\u6e;Ú•','Q§5öÜí€ÙC¹ÌaîÎÇä0ýÍ8=·ÀY¹µ`„<','',0,'?'),('°RÇ$ÈS`ŽŠÀë3 ','wp-content/plugins/thrive-apprentice/tcb/inc/views/modals/custom-html.php',0,'â‘öºW5—ä=üs÷é2','â‘öºW5—ä=üs÷é2','¤¸¦¢ÿ\\ÝûAökª1z §‘E$êÒ8‘C˜¼f |','',0,'?'),('þtKÞyÖÚæëÆ¿ìZrx','wp-content/plugins/thrive-apprentice/tcb/inc/views/modals/fancy-divider.php',0,'%©dÁ]ÜY36$š\r','%©dÁ]ÜY36$š\r','–˜ËÒ8ÚöÖx?‹=r$ÜipLp¥¹üŽUE»','',0,'?'),('ð)i«,\r×+o­þ­”­','wp-content/plugins/thrive-apprentice/tcb/inc/views/modals/headers.php',0,'ô¬ck·c»‚>ùrõ<Ê}','ô¬ck·c»‚>ùrõ<Ê}','#¸.¤”Ô*#Òµù…>9“ýæ¾«,\n9Ác³Zõ¡\Zß','',0,'?'),('˜èŽnùW®øš»	tß','wp-content/plugins/thrive-apprentice/tcb/inc/views/modals/icons.php',0,'ðv®`VÓ^Ñ×ð','ðv®`VÓ^Ñ×ð','´3s€@dÌV²uäÿ)nöš1ZE!ÖcgÿaÒ{UN´','',0,'?'),('¨l’Àxvµ”ÄÌü±§¶¯','wp-content/plugins/thrive-apprentice/tcb/inc/views/modals/lg-error-messages.php',0,'@¸6©{®…È;¥’æÿ\Zè ','@¸6©{®…È;¥’æÿ\Zè ','||³}ˆQ&hÑ7XõîþË•.Ü«ÜYäÉ }L5ÓÍÇ','',0,'?'),('†Â†ÑüÌ“¼+H96·}','wp-content/plugins/thrive-apprentice/tcb/inc/views/modals/lp-export.php',0,'¿¿™	Äf\0P’Wª] Í)','¿¿™	Äf\0P’Wª] Í)','×gŒí¼w”¶rÌE)¹¯-—h±¼\0j\ncÈý\0','',0,'?'),('Û¯‚kÇª×y¯Ókõ7','wp-content/plugins/thrive-apprentice/tcb/inc/views/modals/lp-save-template.php',0,'Y$”­A…BÅÕŽàhaÆ','Y$”­A…BÅÕŽàhaÆ','Î‰Î?œ~Mì»i\0W(DþÕ•stõ°Šk˜ÅF\n.m','',0,'?'),('\r	ó\ZÉvÔYµðL¨ð	','wp-content/plugins/thrive-apprentice/tcb/inc/views/modals/lp-templates.php',0,'š+êS0`ÌiGÀüíÁó','š+êS0`ÌiGÀüíÁó','NŸ`pZq’(ˆìõ¾«Äúæ)$TÒ2o‹ÔÚüáÊ','',0,'?'),('Ûñ~æ‘R>‹î6gŸqÄÈ†','wp-content/plugins/thrive-apprentice/tcb/inc/views/modals/no-content-templates.php',0,'×²ŸÝ‚ºf€•Ó´šF','×²ŸÝ‚ºf€•Ó´šF','DÕêž‡ÕÛTº(éö¢é€	óØÛ« <›¡xOmDæ','',0,'?'),('ç$_\ZGþï×ø‘c¢ë','wp-content/plugins/thrive-apprentice/tcb/inc/views/modals/options-post-types.php',0,'Ð{\n%·•\Z2Gcß³dŸ','Ð{\n%·•\Z2Gcß³dŸ','=(i¦4Ù\0rÐÝèÿªõ¬µã©d\'q©fYÊíôŸÎ','',0,'?'),(' ‡¨/ÝÌc=g¢×\\Ì˜FÞ','wp-content/plugins/thrive-apprentice/tcb/inc/views/modals/page-events.php',0,'R¸í­‹˜\0x5£ÏØ','R¸í­‹˜\0x5£ÏØ','•™ÂJ!cHÞ[2vˆØmô_’¾¶Ø:Òs‚I@­Zø~','',0,'?'),('ÿ±Í›¶èü0P¢“÷','wp-content/plugins/thrive-apprentice/tcb/inc/views/modals/post-list-query.php',0,'ÚÅt/ú™¡7Ž4ßÔ','ÚÅt/ú™¡7Ž4ßÔ','WUÖ·:]`Œçj5Žè›ª?\n ôä”ee®#','',0,'?'),('ÏìS<5EYˆšNb©È','wp-content/plugins/thrive-apprentice/tcb/inc/views/modals/post-options-confirm.php',0,'¬/hýÄ\nEP)Ì½UÀ…','¬/hýÄ\nEP)Ì½UÀ…','¨áSU8•7ý¸Þ˜&‡Ñ‰z¾e¡ß@]#ºÿ{…7Ç›','',0,'?'),('ÒøÂªóVWÌ‘ˆ/Ô','wp-content/plugins/thrive-apprentice/tcb/inc/views/modals/revision-manager.php',0,'Û«H¤‰{~$x¨(dÛL’L','Û«H¤‰{~$x¨(dÛL’L','ZÛèú‹*àì.§	úS|jV@¨=ÔO7ßfŒ‹Ü^§','',0,'?'),('\'üØt¨¼¹R;	Á!Kþñ','wp-content/plugins/thrive-apprentice/tcb/inc/views/modals/save-elements.php',0,'„¯ì(_³_F“ß,‰=Ç','„¯ì(_³_F“ß,‰=Ç','gl~W,ç—IªhŸÒÒûÄw™“¢£Oz°H:\\¬','',0,'?'),('ž%ëÈR¾¨á\0fL@Pv','wp-content/plugins/thrive-apprentice/tcb/inc/views/modals/save-template.php',0,'(€È¬©A%¢%2ð…ßÑ','(€È¬©A%¢%2ð…ßÑ','j\rz;üµ¯µ8ŠûCFÒ®AÚ³	ŠÂˆ·E0g­','',0,'?'),('ÏS-wÌ>DŸqKŒŠŽõ+&','wp-content/plugins/thrive-apprentice/tcb/inc/views/modals/sections.php',0,'{»\'XÄ 4t„ÇƒÌ­Ð	Í','{»\'XÄ 4t„ÇƒÌ­Ð	Í','ò1Í¯oì½ß±EÏ·âÓÞ»ò?3>ä®®whõVO	','',0,'?'),('àU)é¡¢­aD‚ )','wp-content/plugins/thrive-apprentice/tcb/inc/views/modals/symbols.php',0,'\0ò¤ÐÇ”ßÃmžÚ–{&','\0ò¤ÐÇ”ßÃmžÚ–{&','ûD	*Išï:­ÉäCÖ„›o“;Å_}ËÉÿ\rq.Ÿ','',0,'?'),('‰ælþÎ+\rÀ8±ÒØ^','wp-content/plugins/thrive-apprentice/tcb/inc/views/modals/wordpress-content.php',0,'Tdúä‹Çá¼†y²Ø\\uÙœ','Tdúä‹Çá¼†y²Ø\\uÙœ','Š´\rNàO,^öºÿ\nn;?Õvb!ÝÊa\"¶J¢BLF¾','',0,'?'),('£\n1ÞPÒ/Ì…:añJ	','wp-content/plugins/thrive-apprentice/tcb/inc/views/modals.php',0,'—6oµ­³O¯I·ï=It','—6oµ­³O¯I·ï=It','È~­¤=çv—Ç>6ÃuÈëÝŸ%W2&¥šŠþÝ~·m','',0,'?'),('$5´*ÿ(>f‡#“\'ÆºÏ','wp-content/plugins/thrive-apprentice/tcb/inc/views/pagination/button.php',0,'ÂÍ.«¿¼£\r¡eÇ0qÞ','ÂÍ.«¿¼£\r¡eÇ0qÞ','g ÓpU¢Æjrå0#žQ¢óu¶ê!ÖÈ(åU¥‚','',0,'?'),('ßa5IËv&3}Ò§e>\Zß','wp-content/plugins/thrive-apprentice/tcb/inc/views/pagination/first-icon.php',0,'ðèL“‹‰í;ŸÕX3¶Æ·t','ðèL“‹‰í;ŸÕX3¶Æ·t','c¬8R¨#Ç‹>ÈÙÛÜýâ\0šJûmisÀS®G4','',0,'?'),('ih×ˆ;kQÃÜûåŠj','wp-content/plugins/thrive-apprentice/tcb/inc/views/pagination/label-pages.php',0,'¥æ7,øD/®Gªã1æÚÿ«','¥æ7,øD/®Gªã1æÚÿ«','„YNÎ-ÁúpºE	Òå65/Ù¾!ê7’]ÁÄ‰}4 ','',0,'?'),('cEcv|° 	#Ò¥!ÆA','wp-content/plugins/thrive-apprentice/tcb/inc/views/pagination/label-posts.php',0,'ëôî¢_}:°É$w2	o','ëôî¢_}:°É$w2	o','ùýŸïF3Ñï[dÒF‡°”yR¤®±Fã¡:¬WµIÿ','',0,'?'),('Y‡`iÖ8°œd4eqD¼~','wp-content/plugins/thrive-apprentice/tcb/inc/views/pagination/last-icon.php',0,'ÐÎ9Ë\nÕ{\0íÞ—Évvœ','ÐÎ9Ë\nÕ{\0íÞ—Évvœ','ÉBÁ¨#Š|¤p]_Ü°s¾døÃ¸ËJµ(pù±VYG“ ','',0,'?'),('5à¯	…GK–¯³è	Ý','wp-content/plugins/thrive-apprentice/tcb/inc/views/pagination/load-more-button.php',0,'E‹²hD‰3Uø‹Ç;÷­˜Ž','E‹²hD‰3Uø‹Ç;÷­˜Ž','÷´ZÙù‚gQ·‰Ö†ª`hÝDû #ì5*ã–','',0,'?'),('´vV%µ­Ë9;ó˜','wp-content/plugins/thrive-apprentice/tcb/inc/views/pagination/next-icon.php',0,'Ä•³á@¸L>ƒ9æ¸‡_]','Ä•³á@¸L>ƒ9æ¸‡_]','ô‚¯¡ÉwF:J†„ŽB0)òEµhëbðh	¢ZÝ','',0,'?'),('t‚ö±ûœö°2Û+;‚','wp-content/plugins/thrive-apprentice/tcb/inc/views/pagination/prev-icon.php',0,'S¤žëcÇEz>KwãºŒå','S¤žëcÇEz>KwãºŒå','­ê`nf?ÒiWŠ\n¸1Ž–†ÂÂ×óñ:Ä³xkKä%—%','',0,'?'),('ÇwÕL8t\n¯«+±Þ´ê¼','wp-content/plugins/thrive-apprentice/tcb/inc/views/post-list-sub-elements/author-bio.php',0,'À\'Qh(„`}Éª/;ŸˆT','À\'Qh(„`}Éª/;ŸˆT','pÃå¢\Z‹¸FþÆÞ/PLïÈHÌ­S¨–9Ø	fcØ','',0,'?'),('œN|£\'ÐøtNì†f¥¿¿','wp-content/plugins/thrive-apprentice/tcb/inc/views/post-list-sub-elements/author-name.php',0,'€#‡(õ)¿í·Boq·¥#','€#‡(õ)¿í·Boq·¥#','3ªv]²“kîæo_;˜VÒôÕËsV7[¬Ò4TE§','',0,'?'),('s©¦~\0\ZñEÔ»GGë[','wp-content/plugins/thrive-apprentice/tcb/inc/views/post-list-sub-elements/comments-number.php',0,'•Vs¾Vfèmh—´øÍW.)','•Vs¾Vfèmh—´øÍW.)',';ûgH­š/X¹²cÔ‰g\\ÇÍT¬4½þ¬Yþ¡¯„','',0,'?'),('I®n~w¢)­§Ëf\\án','wp-content/plugins/thrive-apprentice/tcb/inc/views/post-list-sub-elements/post-categories.php',0,'K™ˆ ×fÿ®’ìì±„','K™ˆ ×fÿ®’ìì±„','Ù‰$SßRˆ	¢ü^túUÓ”±[ô¿ˆÃ%½','',0,'?'),('Ã UzÌ£š\\%æe¹VÛL','wp-content/plugins/thrive-apprentice/tcb/inc/views/post-list-sub-elements/post-date.php',0,'„%O)åæIsç\rÇX\\–B','„%O)åæIsç\rÇX\\–B','%‹îü#©—.¿VnH¿S§æÀ£^gÖOÆ\nx·Ü','',0,'?'),('rØBŸ‰€ÉÕã»×N®°²','wp-content/plugins/thrive-apprentice/tcb/inc/views/post-list-sub-elements/post-tags.php',0,'&nr\\¯U³×l¿çèm','&nr\\¯U³×l¿çèm',' ª¬*¬1àw:­s‹8À/…˜Õð Çã}šhjØ','',0,'?'),('|z³z+Ò\"Šò2žq','wp-content/plugins/thrive-apprentice/tcb/inc/views/post-list-sub-elements/post-title.php',0,'WŒ\07í¾ÜnW½Â+Œ','WŒ\07í¾ÜnW½Â+Œ','!½Ç#jÏÈ\ZZ\\\'7/\ZE=œR<PB>p0R“_\"ãv','',0,'?'),('¬$X~½	ä˜ƒÈ¡56','wp-content/plugins/thrive-apprentice/tcb/inc/views/sc-post-grid.php',0,'Iæ‰]Î;â¬;´×„1ŠjP','Iæ‰]Î;â¬;´×„1ŠjP','¢Û5ÎQ•’`Óàs­S[w©WÈúIj#0ö0¤','',0,'?'),('*û(þ¶\\­b@šàâ‘[n','wp-content/plugins/thrive-apprentice/tcb/inc/views/settings.php',0,'E¦ÞÕ\\uœþ­†qÂ','E¦ÞÕ\\uœþ­†qÂ','Fr\'ˆ“¾2œ|#B»%ÿí’\'Þb€±ÿks—ÆQ=ðí','',0,'?'),('8}Ê€`ÎÚ“Ýi','wp-content/plugins/thrive-apprentice/tcb/inc/views/sidebar-bottom.php',0,'…Ú¢ÏÚßÈºH`P»¥Ä\0£','…Ú¢ÏÚßÈºH`P»¥Ä\0£','áY\nmvlOœ Š.±	é}ýšÙ—{6\\uñ\\I\\','',0,'?'),('4OOÌn‡ÕÌ)›³î','wp-content/plugins/thrive-apprentice/tcb/inc/views/sidebar-default.php',0,'í¯t¥_‡ã+Ö7:À‰˜','í¯t¥_‡ã+Ö7:À‰˜',')§ŸSD8\n.É_c=îèt-LÏFé¨[±à‡`ÙS[E','',0,'?'),('ÞýðÍ1ºš£ßR{!+','wp-content/plugins/thrive-apprentice/tcb/inc/views/sidebar-right.php',0,'ë•¤C(9Âº¶G¤âÆ','ë•¤C(9Âº¶G¤âÆ','c6þçHNô°é2t`ý,Wü—¢ä5B4,Ã¬','',0,'?'),('ÎL%\nIhS©xTžß³','wp-content/plugins/thrive-apprentice/tcb/inc/views/sidebars/post-grid-edit-grid-options.php',0,'=\n‘àßnÝw×‚Ê¾±Ý','=\n‘àßnÝw×‚Ê¾±Ý','Ëõ6}r«jPxvj`ƒ¼æÓOªÂCÊÉŸÏË[\nè','',0,'?'),('´±sRãû‘dpf','wp-content/plugins/thrive-apprentice/tcb/inc/views/sidebars/table-edit-state.php',0,'HwGç\'ª	¸¬\r ý”','HwGç\'ª	¸¬\r ý”','d¸:[§uFrÑ§µ<B/wÉ\0f\'l×0Ï’/','',0,'?'),('¿‡®$+&Dæ‡mÝ','wp-content/plugins/thrive-apprentice/tcb/inc/views/symbols/section-content.php',0,'ž ñgŸªÒÃP¯gm','ž ñgŸªÒÃP¯gm','­gÉµ×tdé‹jäz@ë¯“ˆàqÈvÛÝ-I3p†','',0,'?'),('9D\n…ûùÄùþÄø3”Á','wp-content/plugins/thrive-apprentice/tcb/inc/views/symbols/symbol-body-close.php',0,'±:Iâ&-Ç½Èˆ‡†±W-','±:Iâ&-Ç½Èˆ‡†±W-','8Êi†í„\Z ×DÛ7yÌ@Ý16fû“ZxŸZÚ«‹ª','',0,'?'),('?Sí=©fl7Ÿö! F¬','wp-content/plugins/thrive-apprentice/tcb/inc/views/symbols/symbol-body-open.php',0,'ÁÂy¦H…²PK–ŒÖã','ÁÂy¦H…²PK–ŒÖã','lzÆHÂ8ˆõä3Á	êDƒæ­dçÉžŒŠ”–‹.=','',0,'?'),('ÕÒ*—ìj¶‚ÓýH²O»%î','wp-content/plugins/thrive-apprentice/tcb/inc/views/symbols/symbol-content.php',0,'¶2üùu¼$Áñ´Qg›Ç','¶2üùu¼$Áñ´Qg›Ç',' ’çÀ‹xM.p¸)à^¨ßWMB¬š¨3Ú÷½XÙŒÔ…','',0,'?'),('æÚé6P9€MD¯û+~‰ý','wp-content/plugins/thrive-apprentice/tcb/inc/views/symbols/symbols-dashboard.php',0,'Ö 3âìÄ\Z{âýð‰ý4','Ö 3âìÄ\Z{âýð‰ý4',';y}œyM—\\rxÐáD)3çhœŠ55™T3\ra¿f“','',0,'?'),('ò‘*6ˆý8•PéwNG','wp-content/plugins/thrive-apprentice/tcb/inc/views/widget-form.php',0,'ï³SÅf÷³w	1ö	7','ï³SÅf÷³w	1ö	7','‘:-%—)S¬ÞÊy™ngÎö‰B.\'óÖôuÙq†×üN','',0,'?'),('·®NZy÷_¥ý_MY€7','wp-content/plugins/thrive-apprentice/tcb/landing-page/inc/TCB_Landing_Page_Transfer.php',0,'$é!ÚZOÒµh4½¤V','$é!ÚZOÒµh4½¤V','ë¯dæë!“ª¨lì%ÑFI¥cny<]ï0ÎÇà’þ','',0,'?'),('4 ¨/O3öºîƒC½ˆT','wp-content/plugins/thrive-apprentice/tcb/landing-page/inc/class-tcb-landing-page.php',0,'0¦U.TO!úLJ¼§ÝóP','0¦U.TO!úLJ¼§ÝóP','Ö:Á?éöÞúë3ò:WÄz<u8+Ût2Î	¥®Ï','',0,'?'),('aG„yÞï‹ƒ/Öåµ—Fà','wp-content/plugins/thrive-apprentice/tcb/landing-page/layout.php',0,'xU(@à¿ñ!õ`ñû','xU(@à¿ñ!õ`ñû','æW+\"pš(Q‰ø8}î<_í›ðR€%ÃåBiA0&¡','',0,'?'),('\rêé-˜õù±ù$nÖTSÞ','wp-content/plugins/thrive-apprentice/tcb/landing-page/templates/_config.php',0,'#&\"Ú­6\ZÈÔÌ5ôëú','#&\"Ú­6\ZÈÔÌ5ôëú','¡iU£Ýù®wù¸£ÓÏÞío,fg\Z-¤W­AsøZ','',0,'?'),('×´|Dd·ÛÿSò@ªóÈ','wp-content/plugins/thrive-apprentice/tcb/plugin-core.php',0,'´ôPdˆ£ì*˜oˆàãOÍy','´ôPdˆ£ì*˜oˆàãOÍy','\0âHØ×æÖ@²éQÂ€å&f‚3!‡¸Õ©','',0,'?'),('U{Í£ì=ÌÞ~ºùä¦3Í','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/classes/AjaxController.php',0,'#?‹…§gÅ4u¼×\'æþ','#?‹…§gÅ4u¼×\'æþ','ÆÜ¯FaæÖfM-ÔAÝÂÒurf)£}ó\\_QYä°}','',0,'?'),('±Â-B…Á}Òr%È§A','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/classes/Product/Abstract.php',0,'Ïó·²ÕÜ¬µ¨Dk¸','Ïó·²ÕÜ¬µ¨Dk¸','·{·×ßz»`éžÂú—M¼„T<k wTÆ/ƒÀ','',0,'?'),('‡4^ÄþcÊ(2VÆ¶','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/classes/Product/LicenseManager.php',0,'V†­ñv±˜\'\0¤^÷ï','V†­ñv±˜\'\0¤^÷ï','qj9~sZa œAš(í-±T¨©pÿl½Ûªeš*O','',0,'?'),('–“¬Yt–*U{®~.Á:ú','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/css/font/dashboard-icons.svg',0,'€å”ß„ÎlÍÿX','€å”ß„ÎlÍÿX','é!†¥v¶hfI8§ú#|sú`˜¨pU›™dGC	`Ç','',0,'?'),('M–ˆ.ð>9V½bÒ´It','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/css/font/icomoon.svg',0,'|öL×µ¶¸~x#©Œ','|öL×µ¶¸~x#©Œ','4=õxŠž\"†„\"€VÇˆl1H³û2­¶wê¬|','',0,'?'),('ŸèÎæØ“Ñ/\ruôm:‘,','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/css/font/tvd-icons.svg',0,'ÝÛK÷jõü¯(Ç*·ùî','ÝÛK÷jõü¯(Ç*·ùî','ž\nÂk&c$D×ëÉ¿ÏÚPaÅƒîù¨²»J©šs=*','',0,'?'),('ÑnÌ†ž^?Df½¾!š¥','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/css/images/paste-blue.svg',0,'\'	™Rˆ]ðWg¡b”¯	z','\'	™Rˆ]ðWg¡b”¯	z','š>G¿¦¾Gª\rEò=Æç…^¬¨)¾8ÅK=)°^','',0,'?'),('ðkŸÖößrÙÝxU‡˜¾','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/css/images/paste-green.svg',0,'¢ˆ¥”™W½-¾±%|áBù','¢ˆ¥”™W½-¾±%|áBù','÷x®•íw\"Nj€pèæO(\Z ¿ÐŸn\\Dñ€','',0,'?'),('PÑNú¯Ã¥UÅv{&r','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/css/images/paste.svg',0,'ïÏj[Ed#@ßV\"@l_ê','ïÏj[Ed#@ßV\"@l_ê','wÞ5ër\0õj}2éâ<8¦Rå±¢Jå¯Ð‰OM¼t','',0,'?'),('ï(&\\f±Š\n¾÷Ézzy','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/_crawlers.php',0,' -^b€s¹”f‹)‘i',' -^b€s¹”f‹)‘i','6¼2¡ünÂß~*\\;ß`i\'ÝùaþKlÊÊŽôí','',0,'?'),('\\•°I¯þƒ—wÈç	Úlh','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/access-manager/class-tvd-am.php',0,'ªÐÀo¯ ²\Z{×WRÐß','ªÐÀo¯ ²\Z{×WRÐß','¿¸Ü$™ˆÑÈ;?su™l—p6øè˜¡|lÏÿv&„','',0,'?'),('„Œü¹®EX5l¥öërP','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/access-manager/includes/assets/css/am-icons.svg',0,'tLò=|ÁÅR—–jlÉï','tLò=|ÁÅR—–jlÉï','Ùæ’ùü7ÖMz_D°±m¡cY†Ud×i[£ÈŒx.Ì\Z','',0,'?'),('¿\n•>¨KkÊ±µ.‡Ëbñ','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/access-manager/includes/assets/js/admin.js',0,'Ö$5—¤k’÷O\\•7õ','Ö$5—¤k’÷O\\•7õ','’ï‰ˆ¥FGèÇhÅÇOWÆîþx[„ö»’IŸB`4&x','',0,'?'),('Û3ºš”û(Õàæ =','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/access-manager/includes/assets/js/admin.min.js',0,'ÈÌå\'ããµˆ :ô×IË','ÈÌå\'ããµˆ :ô×IË','†9ÒSd©Àd×bD]¡ÑU\ZŠ“HùA„¼ÿ3Y‡','',0,'?'),('I=äws™óyó¸d.If','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/access-manager/includes/templates/access-manager.php',0,'›žó€yÝíFƒž4@‰Y','›žó€yÝíFƒž4@‰Y','\\qÈá;¥6ÚœNƒŸXÚ6~+l -b’7ÈQØðæ7Ö','',0,'?'),('RüérÀGr»ï“•æ	','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auth-check/auth-check.js',0,'Ê6ý·¹oÊ´—‚•Ô)¨°ÿ','Ê6ý·¹oÊ´—‚•Ô)¨°ÿ','\\eW€»zý7û6÷£J+Ýˆ×u$·êÐ¸ÿ¨0Z¾Èg','',0,'?'),(' õ–—ÞùÎG†õ‹ë`«','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auth-check/class-tvd-auth-check.php',0,'ÏÈ=÷ÙÇ½MÚ±‹tÉ¥b','ÏÈ=÷ÙÇ½MÚ±‹tÉ¥b','M‡ïE	äÚ¶Ïê‘2lŒs¥™kXËoEÇÏª3#','',0,'?'),('N›{¦uøùx³÷¹yNËÆ','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auth-check/handle-login.php',0,'«Pçv3éÄ±ÿ‘','«Pçv3éÄ±ÿ‘','÷[DòŽ\rS¢8¨hÑTM¸0\n7MñU#&¡R\ZÓ','',0,'?'),('¶_‡÷ãå;·¡û#ìe','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/admin.php',0,'=mªu×I–UyyùMn…=','=mªu×I–UyyùMn…=','b‰€™K‹Q|æÍIæ9å¿‹þUM.«ºE ‚Ó¿','',0,'?'),('s£eŸÖÍû&¨+ìÿ_Á\\','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/api_log.php',0,'Ü<ÎŒòùí0\rèwª','Ü<ÎŒòùí0\rèwª','ÍcXoƒò\"¸à(ª@&±L;´3T½}èzS?Žw','',0,'?'),('ý—ÊJ6T0ËÕo','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/classes/ApiVideos.php',0,'µlr§öGÀU@ÍŠ{Véê','µlr§öGÀU@ÍŠ{Véê','Èlî\rÐ!:Œélñª-º…8ApØ\n9 ²‹9Ž¤V','',0,'?'),('Ý¾¯Ã6”ï5~¸yàït=','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/classes/Connection/AWeber.php',0,'<ñÛ‘g¯ƒ/e¬äCé¸','<ñÛ‘g¯ƒ/e¬äCé¸','µ6 Ÿ“U„¡˜ïê™†˜š÷(_=D7ät],A©rø','',0,'?'),('ºÄ0gN^ÅÄ!ÙQLDDB','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/classes/Connection/Abstract.php',0,'Óú’†˜·è™ã1æ†A—¾','Óú’†˜·è™ã1æ†A—¾','³²ZA{ë‡Iu?…4‘_rç¶¬\rÁ>“Ü””Q9æ','',0,'?'),('NÀö—ÖN¬Ð³ã”/','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/classes/Connection/ActiveCampaign.php',0,'Ö\r¤`WWÔJZiI™¦','Ö\r¤`WWÔJZiI™¦','aÓmD­‘ó=±¦Éõ	-?‡Ÿ«CˆÃœvÐÉT&†£R','',0,'?'),('»ÝWO8Ž÷è‚™=úõ\rÞ','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/classes/Connection/ArpReach.php',0,'³í,%Îð¼Ñ+Yëü¤„','³í,%Îð¼Ñ+Yëü¤„','ºþd¢;‹Ú„ÎõyÜuX4ð¨\n=¢C»áz&›pl®','',0,'?'),('ï€rƒWºŒ´\nM‰±Ù','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/classes/Connection/Awsses.php',0,'Š×|ù«þ9ªD\"ív\rÚ•','Š×|ù«þ9ªD\"ív\rÚ•','šâ™Ž|§çÀí¦Ý(¦ ¼)Ièê–#*œ7%','',0,'?'),('Q\';†ÃT›UçÐiP4l‡','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/classes/Connection/CampaignMonitor.php',0,'ã¡D—Î@í?Pˆ/á7¤$','ã¡D—Î@í?Pˆ/á7¤$','ÛƒW-ãß¨ú{]£~Ü·„á_†}míaÁˆv›Ÿ¦','',0,'?'),('n›.‚uÒ“œ,‰êzD<\'','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/classes/Connection/CampaignMonitorEmail.php',0,'[OVÄÎði‰Äàh•ðÌX','[OVÄÎði‰Äàh•ðÌX','ØnëÚ„‚!\Z\\ZúY/ I¢¿/-NÀ¶å´¿ÓŽC','',0,'?'),('ií‡Àü^¡9X[×EòT','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/classes/Connection/ConstantContact.php',0,'¬ët‡w>ßmÁ*ç[ý›¡','¬ët‡w>ßmÁ*ç[ý›¡','6Ó`ãgp^~ëÇ}¶µ¢%¸ŸzÎ‹GÔ÷i¡\"ê-ƒ?','',0,'?'),('X´F§›’¢Äc²Ý.ùHÉ','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/classes/Connection/ConvertKit.php',0,'¦Î ‘hîZ.„”>$’²','¦Î ‘hîZ.„”>$’²','ÏNR‚\\h\rîÕXqOµ!F\"0Ùñ÷}ÙC®õ>çRLœ','',0,'?'),('¥W‡µiU¯m‘.öñäð','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/classes/Connection/Drip.php',0,'¡”jÏ4‡þZ¢~T§ç','¡”jÏ4‡þZ¢~T§ç','Ž¯È~ÑËŠ¾AT‡¨»¡ë{µ/¢Û%–*','',0,'?'),('\"‡_[ä’Å\rì:¦zdqb','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/classes/Connection/EverWebinar.php',0,'ÕH4ô¢òþt¶\"›F9×)','ÕH4ô¢òþt¶\"›F9×)','+zÿ¢ Âã.öl™Q¤RÍšj™x‹ßÛxs´9àû$','',0,'?'),('$=ÿxP)coÄ;RbÌ9','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/classes/Connection/Facebook.php',0,'¾	<‚FØå»d\nú ','¾	<‚FØå»d\nú ','q8‘’=B|ŠIRbŽ1ÎÈQ5°õ€XÔíÈ@»{æ','',0,'?'),('Ž|¶ðàÔõ \"…8ˆ·M','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/classes/Connection/GetResponse.php',0,'¢“\nÜ-@=Và83&]','¢“\nÜ-@=Và83&]','„™ËKiNï{G”z™\rëoàä6*¥Ì+J-GÇw€4','',0,'?'),('ˆ&êÌ½Qw„Ù¶6Ðn','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/classes/Connection/GoToWebinar.php',0,'cÛ?L³Ê¯t9©å³­—6','cÛ?L³Ê¯t9©å³­—6','3U1%šnœyþµÚÅ¦ÅWºA^ÍiË !®,µ¿C','',0,'?'),('X5Ø²ÚÞ¾;¯Zæ¿p°õ^','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/classes/Connection/Google.php',0,'Q;¥ºšRJµ-Eyû×','Q;¥ºšRJµ-Eyû×','ë/ŸÅÎ]Q#OË6?HSùúÍÚŽ’<h5Ö+Ñã×Ûø','',0,'?'),('¶Ë•ÎœF±÷-‹Ö&Øq','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/classes/Connection/HubSpot.php',0,'\0îf0\rýû\")Ò½rÔ¯T','\0îf0\rýû\")Ò½rÔ¯T','\"åL5™’V_™lL“¥¶ RÃÆ.Ê„¾Jöß\"pà','',0,'?'),('Ú®¬nVÙ’ÿõûÆŽ[Á½Þ','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/classes/Connection/Infusionsoft.php',0,'IŽx•ÑèÑHÜSæÍÊ_V','IŽx•ÑèÑHÜSæÍÊ_V','6{[>ï×3)rÓûËhË-³>u£c×™ÔŸç†.Z','',0,'?'),('eùxõ([0E‡•—Ô\"„Ñ','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/classes/Connection/KlickTipp.php',0,'½1ƒí\ZCqÀª5eßë','½1ƒí\ZCqÀª5eßë','É!ªS§Ü×0Z-þUë\Z·)[BÕÖ\0˜æ3„ÊpPP;','',0,'?'),('Ÿ,¸(8›IÇíz6#dÜm','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/classes/Connection/MadMimi.php',0,'°EI9XÏh­b\\0ÒE”É','°EI9XÏh­b\\0ÒE”É','rq8Ï(µ¥•õ´×/î)RBµ’ø‚ÿ=Mý+ÙIqy','',0,'?'),('¹p?´/Q]Bj#îÃ','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/classes/Connection/MailPoet.php',0,'Jót²CìiCú\"0ºx','Jót²CìiCú\"0ºx','xøŒc\\ý¢5`æ€Â8¿8;‘À{ˆ\r²“T','',0,'?'),('‘)íÚ=Ae•»§“À','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/classes/Connection/MailRelay.php',0,'#Žq§F3\nKÃâSyéÞ','#Žq§F3\nKÃâSyéÞ','Ý‹:o1Û¬Á3Ï+\"¯Œ)–Nß¨V|c¡á¤f2','',0,'?'),('³ç¿Uk%DŽõX¶','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/classes/Connection/MailRelayEmail.php',0,';µSÞ¿þpJ¼/	³U7Ö',';µSÞ¿þpJ¼/	³U7Ö','¤~±Ú?7…®”’,`5ÜYÛÆ.$	uÅšMø	Ù’þ•','',0,'?'),('`5òöGŽ@cÅm}®7','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/classes/Connection/Mailchimp.php',0,'Â£ž¢å«ÃGcÝJõˆÕ,','Â£ž¢å«ÃGcÝJõˆÕ,','T;1³\03ÊÐŸÉ* ŒÄÞ?Þ$Zfx%ÖJ­œÁØ¢','',0,'?'),('È$‡AVb·x0\n±Ò','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/classes/Connection/MailerLite.php',0,'\rª8{›ÆnÑ»‰ß\0ë{','\rª8{›ÆnÑ»‰ß\0ë{','K‚¢H{…©M‚/ŸÓ\ZÅ¢0gX_{L|<îóÑìNB','',0,'?'),('qòb¾OÌC³ãå:8/aœÓ','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/classes/Connection/Mailgun.php',0,'ƒÑé‚â¼ù>xëÏ¸=','ƒÑé‚â¼ù>xëÏ¸=','tüCâkiŠò\\œYäÄ#•ßF_\\sUÈ«,f•jñ','',0,'?'),('Ï{zÖ™ù@O¯¥v£','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/classes/Connection/Mailster.php',0,' 2P=Ë?\"\0™',' 2P=Ë?\"\0™','h‰Vì	cÊ‡}7XÏOôÒb=-Û®äûÏ|XËY¨','',0,'?'),('ÿ:Q)‹¡×Á3íÈY\'','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/classes/Connection/Mandrill.php',0,'¹ÄÛÂBè5¤ÆpWÙâ“','¹ÄÛÂBè5¤ÆpWÙâ“','­ç[2Ë×BTV=gÃ9ÈÜý¼ÀÑ ©9Ä3ú áE\0‹','',0,'?'),('Å>ÑFKËÒ½´g§Ó@š','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/classes/Connection/Mautic.php',0,')SU\rŸ€~Õw|ä$',')SU\rŸ€~Õw|ä$','½_aRwd~4ÙlRZY-ÙùšFª×Ä«öjFÅôÉ›','',0,'?'),('‚PdÝÄ@ä¸åä 5vF','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/classes/Connection/Ontraport.php',0,'Œiê`ƒN‚)V¤h“','Œiê`ƒN‚)V¤h“','ÏDY©g>ÌÑ3À°l^÷B€Xu³yÜòûÜŠIK²õ','',0,'?'),('Ýz:§	‹«×vë“Õ3 Ù','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/classes/Connection/Postmark.php',0,'66\'JåÎ˜¾òçÁ`KÙ…','66\'JåÎ˜¾òçÁ`KÙ…','T†`ð;R*{èæœRd/¹ƒN„ÝÝô·Þç°ƒ÷\Z','',0,'?'),('š#Ý\Zìÿ¶ìµ/Ëã','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/classes/Connection/ReCaptcha.php',0,'O·‚ÑEŠþ6æ™ÂŒì','O·‚ÑEŠþ6æ™ÂŒì','U‡ÁêÉE\n¹;®©KöËÜk&,ÝBÓXºàð‘8¶','',0,'?'),('_&&ÙÞÞ±7ba^þ\\','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/classes/Connection/SGAutorepondeur.php',0,'GÂüJnÜ,Ž1.O%;¶_','GÂüJnÜ,Ž1.O%;¶_','ËZÍñÑßùsBèœ;¹>gµ˜zÂ$ÛG|Ö&&3Z','',0,'?'),('ëbAÅC\"0Î>ŸôüW£Î6','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/classes/Connection/SendGrid.php',0,'§L¤\nõ^£§ÏlÞ¤j','§L¤\nõ^£§ÏlÞ¤j','1Ž¤åYÕá@±*7©Î»P3MŸH´˜ùwggâ','',0,'?'),('VŸµÏ2ß·\')ÙáygÚ‚','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/classes/Connection/SendGridEmail.php',0,'®WWÉñm€k*à}=*‘h','®WWÉñm€k*à}=*‘h','ëÙ•|ÜËb$£ u§ËhGRí¿\Z‘÷ˆ]ª®[','',0,'?'),('í©Æ€¶?Ó}…Í÷QÂíÃ','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/classes/Connection/SendOwl.php',0,'íìüO|møúŒ„ø¦›\r','íìüO|møúŒ„ø¦›\r','¥F¨c_ëy—@åÌº¨Õ±½\\ÐÁ=Æk	]¦>Jõ?p¿','',0,'?'),('\"@Bfýÿ\"—°ÑØX\'U','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/classes/Connection/Sendinblue.php',0,'ÊëfÁXzn¸)_dµ~Ë¬','ÊëfÁXzn¸)_dµ~Ë¬','N a#“^i+è\0Cõ6¸4˜˜âÒ}tÃ÷+g~®','',0,'?'),('@Â‘\Zé$^ðâ±8S‡½','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/classes/Connection/SendinblueEmail.php',0,'ôøŸ{‹4÷Ï‹ˆ\'žr,<','ôøŸ{‹4÷Ï‹ˆ\'žr,<','­ìt©­~3GÀ÷Ú{£ýDVìµGh—‰¢Kñ=¢ä','',0,'?'),('\röÃCn×Zùÿ©[>°é”','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/classes/Connection/Sendlane.php',0,'r²v AŸÍŠœ×»+äó','r²v AŸÍŠœ×»+äó','OyÇ=½dWw6nË7ƒŒO3nwÁ§N\rñ_Èæ','',0,'?'),('Bºàb“A³„ô»§¾Ò','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/classes/Connection/Sendreach.php',0,'lí[0»mˆµðË5ÔÁ`f','lí[0»mˆµðË5ÔÁ`f','ÀNýµRÉÔ‡~\ZJÛ«ŽÀoUÃ.ùìBmýü¬c','',0,'?'),('\'(“ô~]ÕE¤Þ§_îç','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/classes/Connection/Sendy.php',0,'±uöz1³úx¦ð1_»H','±uöz1³úx¦ð1_»H','_äñâ=+80¨˜ìo´¹»¦Ìôñ^ªâ…‹\r<í','',0,'?'),('¬DÚ:‰?Ž®$·É¢0é','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/classes/Connection/SparkPost.php',0,')CÑ´5Hm	h5mæ%Ò',')CÑ´5Hm	h5mæ%Ò','Gã\'…ŠêkG503:¼EÏZÝ_ªëÃÆå£ü÷ˆôì$','',0,'?'),('l¿ûç\\|X+eÅ ','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/classes/Connection/Twitter.php',0,';³|æP W¢ù»GŠr¿',';³|æP W¢ù»GŠr¿','>ä:…Q=¸r/ƒRDr]gëº^&tt´S{®¨B','',0,'?'),('OR=MD+C©Ï%d','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/classes/Connection/WebinarJamStudio.php',0,'Õí_=Ð\r(j_­s','Õí_=Ð\r(j_­s','>’îë¯‹GWÔBWÝÚ·²œÃšU«Œø‰8œžêÛ7þ','',0,'?'),(' d0¦fO”‹\'þtF','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/classes/Connection/Wordpress.php',0,'Ñ\\xâiªûõùRhh¾6\n8','Ñ\\xâiªûõùRhh¾6\n8','û9œú—×¿ð6Xå£9²Ê±T(„Å›øê§íª','',0,'?'),('Ù\r¿r={¾9ãÝÏØa','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/classes/Connection/Zapier.php',0,'®&šú3GùâùŠip¸²','®&šú3GùâùŠip¸²','ü t¤²Ù;ýûÜ]¼GÎ¶†+V}l×oçãè½°ü','',0,'?'),('„Ö;KFzôkGý³ÿ|é','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/classes/Connection/Zoom.php',0,'Ísxj|×”×Î¨„åhÉË|','Ísxj|×”×Î¨„åhÉË|','bÅÿ.)‡”Ø€yYØ†…» +ÄiT£XIF','',0,'?'),('¬)’Œgì«ÚDŽª|éÒ','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/classes/Connection/iContact.php',0,'„POe>3¿È|NÀd*£c','„POe>3¿È|NÀd*£c','i½&Ï÷©¼Ïq\"ˆ¶N.»œ¢\\Î]¿£ÔA5û~¸À','',0,'?'),('Â–bkÇ\"Y½çþÞÁ…','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/classes/Connection/v2/GoToWebinar.php',0,'Ë~¸	\rÓj\r¬Ä¬jÖ_Ì','Ë~¸	\rÓj\r¬Ä¬jÖ_Ì','rBÍ-Îgó†¼™\n’9½ôã´ðf÷K3Ds¿}w_“','',0,'?'),('\Z!pÝæy\røýs7…ç¥(','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/classes/Connection/v2/SendGrid.php',0,'¡Z\\ì€°t‹qÂR&','¡Z\\ì€°t‹qÂR&','ÃÁ—ýÑ“Ødm(!žµ÷Q’.\\ÚÚÓQ*Á¡°rÂÎ','',0,'?'),('Ææ Ë¬Ÿ`éwŠ}ÄLž','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/classes/Editor/Controller.php',0,'Èoßð·÷GõŽÜ ëÅ','Èoßð·÷GõŽÜ ëÅ','šÕÅHÓè˜Ír„ï¶ÄyI¶q/c¡v¥ìQIž*\Z“D','',0,'?'),('[[\0ÈC¤ØÍUõKªz‡‘','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/classes/Manager.php',0,'.[ûêvÀŠ¢“1efÇl','.[ûêvÀŠ¢“1efÇl','¤\ZLnX9òªpcº%f,ÊeÚžõ–v^Ýÿo5ø','',0,'?'),('\ZxeÉ¤5ñ=´| µZl³†','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/Base.php',0,'+„&…Å®65©àÄÿi','+„&…Å®65©àÄÿi','p²¤Ê‘ƒÉ6K:‡\'ƒ:2Ìýþ©~â%ýÃª8Ä‹mû','',0,'?'),('OcévH)kÐ°M¸','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/Collection.php',0,'N$IÖF#;Ñ•¡“B]','N$IÖF#;Ñ•¡“B]','ÞçBqôVaÓ‹š‚Ž·\0Öõyyû.Pð5‚ûì','',0,'?'),('ÆC{¤DïÏH^ÄJ¯ˆ','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/Entry.php',0,'Ø¿e#ª¢ Ïý#ÚšÈ›‡','Ø¿e#ª¢ Ïý#ÚšÈ›‡','x¦É…ŒaZ*6-&ØIÈ±y.-xÊ·uÑŽv=ó%','',0,'?'),(' UÛ]#ˆöŽ·“LK,F','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/EntryDataArray.php',0,':¨‰;Ç€XI²ã7»Ü',':¨‰;Ç€XI²ã7»Ü','´˜µò%¸P¦Á$¾Õ—UÚæ©‡#‡WRná¥y','',0,'?'),('š1/ÄÑ™ïÌì>ÄtwV¦','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/Http/Response.php',0,'84Õ¼Få6fÕem¨','84Õ¼Få6fÕem¨','æ7ˆÍÃ”sÆ#àõ‰‘Ê;§\Zà\Z™ä0¨$','',0,'?'),('˜À°º&Ï¼þ]Ä©5¢','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/Oauth/Adapter.php',0,'™@t33cYÃ¶úí_…','™@t33cYÃ¶úí_…','Ñþít¦™—a!gŠ&åŒ|E¬IÈˆbêGÈ','',0,'?'),('º2ÈZ±\'™–ÔoáÁéj','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/Oauth/Application.php',0,'eÕ&AãX ¯>ÿUØ“N1','eÕ&AãX ¯>ÿUØ“N1','Ø”rŽê–ÃðVÎ§s\"†ýu	\ZóxÛqÉ}¢ƒÝ%Ž','',0,'?'),('îöY<OFÖš‹¾&þ[8ß','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/Oauth/ServiceProvider.php',0,'öT¤øïã#·N¯ˆÈ¾','öT¤øïã#·N¯ˆÈ¾','‹?.ÛÞoÂÔI›‡´È‰fÊŸ²yw4ÎÖpÅ7','',0,'?'),('%LãÍ^5dö°e˜çÆj\'','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/Oauth/User.php',0,'¾V›Fþtÿ„¼}‚Öet8','¾V›Fþtÿ„¼}‚Öet8','“sœ2eårŒ’G?¶i—ÔP¡ìf…eþT$½26ë','',0,'?'),('\\-‹éÑôq¡BQTy','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/Response.php',0,'›û±\\Ò”´Þ7.ø‘AiÀ','›û±\\Ò”´Þ7.ø‘AiÀ','€R»„zàš S¥¶lÀFÍ!É¶§0°Ðz×Ø,‡@aA','',0,'?'),('ÑÓÉ”‚!EÖ5„Ÿ‡\0Bô','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/ServiceProvider.php',0,'P£™©†•ôFrÙ¸GÄF','P£™©†•ôFrÙ¸GÄF','\'vD‰kŠôfŸ–é½™1Û®Ä¡‡h†8ˆ®9Žþ','',0,'?'),('Û8\\\"•\n M¦ÍŒªðÀÿ','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/exceptions.php',0,'Q™©šeoâÙaÎñîrÛ','Q™©šeoâÙaÎñîrÛ','Ë1¸Ì·Kl®á»$Ž…äØÌ}¯ê¡jfžŒµ¡!','',0,'?'),('LŸË••H£3*ÑÃ	¢','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber.php',0,'{NŽ‡DÄXM³{s¡B»W','{NŽ‡DÄXM³{s¡B»W','*IÅÏcÏ”ˆ‡K+§Rê¯ì±ŽíqoúŒ€ª»]$sÿ','',0,'?'),('ô!ÇÞ)_!‹»ó%üLŽ¡>','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/ActiveCampaign/Exception.php',0,'Ð;.@1¹¥æŠå(Rüà¯','Ð;.@1¹¥æŠå(Rüà¯','v%#{/¸v<X°&3r’¹µÖ‰=Äÿv¹lîö\\','',0,'?'),('UÆ2€–.Àg¸-\nBs^','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/ActiveCampaign.php',0,'z<Ç¬ƒ@à§¾','z<Ç¬ƒ@à§¾','õçãvÄGv”xÉ… ®àŒìÀâÏñ:qÒãÊMm«ý','',0,'?'),('GÒœì Ž\0¼ž?¥ç\0Ñ','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/ArpReach/ContactException/Exists.php',0,'”\"±óí8Ij4Ûm÷–ì±/','”\"±óí8Ij4Ûm÷–ì±/','Fp:—øë½kOmçh+ªð‰êúrªôí²dLŒ','',0,'?'),('š1ív•±Ü)8[ÇÃ=±U','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/ArpReach/Exception.php',0,'Êç°Vû~n®µ|P€¸','Êç°Vû~n®µ|P€¸','7óo¦…™76’‰S«¸ÞÚ|VãWÕz¨fÏg©õó','',0,'?'),('Pt¢ªcJ%ÃÞõŸˆH','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/ArpReach.php',0,'*6¥µOß¥Þê·4\'žÍ/','*6¥µOß¥Þê·4\'žÍ/','ÊÊ\"cºçÜî£¤¡¦ìÁóÊPZÏWQ}zjÉ‘x ','',0,'?'),(' »¤Çc<ùNØ•‡½H','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Awsses/Exception.php',0,'¢¯í™TÈsQ^ëØAŒÚ','¢¯í™TÈsQ^ëØAŒÚ','ú\r+°&¿Íéà\Z`ˆë\"šÌ•\\^çHÃ »2C','',0,'?'),('iÒ>ã“^²–eÐw','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Awsses/SimpleEmailServiceMessage.php',0,'ˆ‘3@€Ÿ]h£·Ž«','ˆ‘3@€Ÿ]h£·Ž«','JÈXv)\0:²|Z>¨„7–V¾¨.m—ð¤ç6|ËÜ','',0,'?'),('„B”-Õ²x3i–/É\r)ô<','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Awsses/SimpleEmailServiceRequest.php',0,'d!\ZevÏÓƒ ILîÄb','d!\ZevÏÓƒ ILîÄb','i£¸/U¡p<¸	ˆœøšr]›¢1a±“êô=¡P','',0,'?'),('1É¥nÒÔ*ôz¬ÚzÀn','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Awsses.php',0,'áÙ½d~òHaŒ÷¦½¤*º','áÙ½d~òHaŒ÷¦½¤*º','¤F›‘þ³ÁÑeÙ³vW)¿WW ØE²Sy›ÿ•M,ˆ','',0,'?'),('Tt¥1ZÝxRXæ¯¼˜ð','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/CampaignMonitor/ClassicEmail.php',0,'£m¦©A‹l„\rÄ\ZC;IŠ','£m¦©A‹l„\rÄ\ZC;IŠ','ú 0ß©Ó¿w¸Kƒz9ØÊÀ¦›Eù²Ît Ûˆeµ:','',0,'?'),('Þs›«*ìÊ†q“BÁ†','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/CampaignMonitor/List.php',0,'ºÚi)jˆÝ€Œþ-ŒSo','ºÚi)jˆÝ€Œþ-ŒSo','Ì<fš ~Ñy2ðµç¤¹;,ÏÅÉ4ÆÓl‹&','',0,'?'),('±U¬Ò8@)ÈFC€?¼','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/CampaignMonitor.php',0,'ä”?~u,Üi;+ç·L\0E','ä”?~u,Üi;+ç·L\0E','¾J{ó‡~YôŽ-äâ–´JÅbå)Ó{CŠÕ3–?)q','',0,'?'),('t)xLƒ}#Ztçˆ*ÒÂƒ','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/ConstantContact/AlreadyExistException.php',0,'C(všƒÊ5x®¡c?t+m','C(všƒÊ5x®¡c?t+m','*—ž|ÎŸÐ55`%jœÏ\r›Æ|Y^jE^‹¬Y¹†’','',0,'?'),('ù4w»½£X¨:_¨‹9','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/ConstantContact/Exception.php',0,'éÀ ”è*þºq½¡®À','éÀ ”è*þºq½¡®À','ù.ƒ½ª¸U”tðò¾”ÈöŒÙô¸yÌÂÍ\'ó~{?j—Ö','',0,'?'),('N$VûAM¬àíÅµy','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/ConstantContact.php',0,'è]e‰cù-«¤9¦Ê','è]e‰cù-«¤9¦Ê','ÃVåüFTª… \"ÑD91âÆ÷\Zø=7ßœ±2ø™','',0,'?'),('ÝÝV`\\¦#Æüö,É!–E','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/ConvertKit/Exception.php',0,'Pù]FQÍ›¦µä’r—Æ6','Pù]FQÍ›¦µä’r—Æ6','œ [ûÆÕ;ecSBšÁõ\\4ý`Õe™bä¥×{8','',0,'?'),('Éâ§\"îfÕiªSX^NMØ','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/ConvertKit.php',0,'ò>üx#Ž?Q¸·^•»s5','ò>üx#Ž?Q¸·^•»s5','0FÏsR>•û´J÷-§Ð8¶9Ó]óèrj*B¿ô%','',0,'?'),('Ê¸œ[ƒ	Ú§Ÿ_°OÜL›f','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/CustomHtml.php',0,'ò„.ög°uÃ“vHMˆ','ò„.ög°uÃ“vHMˆ','3‘±o*[» m	ôÁ~É0Ùžxy8JQCe²ËQ¨Qê‰','',0,'?'),('þ7á~¿a&úO^7HÞ$','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Drip/Exception/Unsubscribed.php',0,'Z~Áft!mt—\0*','Z~Áft!mt—\0*','ÙÁÄµ®i!{MÐ,Ë£aÞwô3ß8Ô¤Â™ç	²3Š','',0,'?'),('³Â°°;þl”Uê+$Ñ	','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Drip/Exception.php',0,'Pª¸÷ü“äÙ‘â¼a]ÞJ','Pª¸÷ü“äÙ‘â¼a]ÞJ','˜â“¶£wéCþ(’	>9‚‘ÁÉ‹,L\"ì*','',0,'?'),('æ~\n/Ök˜¹Þ<S¬Æ¥Z','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Drip.php',0,'Ál›’ê·ÖŠÅçmÈ.˜L','Ál›’ê·ÖŠÅçmÈ.˜L','î!\\Îë’¼äãhƒœ.ãhH’HKºžþCwÐ Âd','',0,'?'),('µ„g‘p¬­Gžvƒ²¯=','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/EverWebinar/Exception.php',0,'Tôã.õ\0uîie½Ò','Tôã.õ\0uîie½Ò','þ¯1rè…Õ½aGkDÄ†0½K&‡Æ’%7!WõF­Â','',0,'?'),('È@­²AÂ”²RkPof','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/EverWebinar.php',0,'®b(¡m2\0Ûá¥Y|ì2D5','®b(¡m2\0Ûá¥Y|ì2D5','…¨¾)T>¼Ïë×Ö\"|–ðPÁ<åáñÆ]2Îg','',0,'?'),('Ø¿r“3ùœ‰Qe±Bãkr','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Facebook/Base.php',0,'Á&ûó:t´H´áW¾Cm','Á&ûó:t´H´áW¾Cm','“¾é–`ªÅ‰V;\n;ò®ßŽV,n8’\Zúœf\Z','',0,'?'),('¤\r,»”ë«ÈßX¶Ø ','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Facebook/Exception/Exception.php',0,'¹‡Ù†ÈÆJÀ%\rÔC‹','¹‡Ù†ÈÆJÀ%\rÔC‹','oØâ·‚\' U‡õ/cw¥Óšõ\r`ìœ§£Ü¤%SU®','',0,'?'),('\nÁ_«©¾˜MÚúƒÈÀÑ','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Facebook.php',0,'\r^~È· 4RÐ³½õ–,','\r^~È· 4RÐ³½õ–,','õbžŽ˜M0ãs	y÷‡)ÿŒ&ŠS¦W³£íw-Qh#','',0,'?'),('žO˜Æáv…%‘m¼t«ýæ€','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/GetResponse/Exception.php',0,'V£»÷Ú«ÈæÍ²å¢VS3;','V£»÷Ú«ÈæÍ²å¢VS3;','Ü²¾·\0ëû8¾ù‘)ìÈPU©j…yAÏ’ÕvDU','',0,'?'),('ïwþ¦gà‘º$¥7ˆ®(','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/GetResponse.php',0,'ÚLÆ#Yû¦[ÚDó ±öä','ÚLÆ#Yû¦[ÚDó ±öä','CL	³—Ž†?æ–:E0œÉûêí^ÂŸTˆz£°[','',0,'?'),('\"N\\›ùsdÂèKÈ','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/GetResponseV3.php',0,'˜ß•`UZ2¢ø¸ò&áH','˜ß•`UZ2¢ø¸ò&áH','*f¦Õ)¥KdE†Q‹L>aÖ7dT®x\0?Lö¨','',0,'?'),('|²w½àöêUØŽ”\Zh','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/GoToWebinar/Exception.php',0,'=†UqcÍH¨!ïôf½','=†UqcÍH¨!ïôf½','ñpYú}2YzôSªXës\\–PqíÛÉ|š&Ç','',0,'?'),('©À×ô†ìê³_KŒúô¤ü','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/GoToWebinar.php',0,'ßøõÇ¬¡’½MçÂÑÌ','ßøõÇ¬¡’½MçÂÑÌ','Å†\0.ÌìF\Z’º”´òHf¾ñï—â,/N2æÎ’2','',0,'?'),('H»û\"}÷^aï\ZŸ|˜\n O','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Html/Renderer.php',0,'ØšÓ`*ÂÌ?¿»iv¹','ØšÓ`*ÂÌ?¿»iv¹','ŽhD0Lb™ÿÐ¬$RCÙ áö¦˜¸k6)ÊO™}«¬','',0,'?'),('ÎRG1	T.<w_H¡_¸†m','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/HubSpot/Exception.php',0,'ŠùQ2NiùÌòã<gŸ','ŠùQ2NiùÌòã<gŸ','!ì8ÄuüW\"9ÛËœ–Àþš¹Ý¥ùõ}˜%¡QØ1¬Y','',0,'?'),('kú±jy¾NS•úôÖèY','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/HubSpot.php',0,'Ôu5a¼cÈÄú¬·','Ôu5a¼cÈÄú¬·','oaËÜ$Ð_˜2*¦ã\ZUÏÆvŒC– [¶3[‹Å','',0,'?'),('Xíi_ÜŽåDù³Ð6VŽ','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Infusionsoft/InfusionsoftException.php',0,'ïÜ`„7ìÙ|z]-Ó{¬','ïÜ`„7ìÙ|z]-Ó{¬','Æ¯od‹	„tä„Ø¿“âc!p™´\'Û”õš‘¿«l','',0,'?'),('¸±3Rz±Ø×æ4÷\"eU','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Infusionsoft.php',0,'ÍŒ;ûêÉÛæT‹wÆ','ÍŒ;ûêÉÛæT‹wÆ','ÂN¶^2Ûá/úgÍ¼¸éÿÂ1à}Ï/_Çm+k¾ˆ','',0,'?'),('¢dW0SPÓuŠ4ñ¾','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/KlickTipp/Exception.php',0,'*j$°]¤bšeQôŠ=B','*j$°]¤bšeQôŠ=B','µ-Ö)ý´B¨–bRZ¸DXt¡“~Gú#pþÁ—êŽ','',0,'?'),('}!Eº,«§óDÒE>%K','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/KlickTipp.php',0,'¨ásM¬öÔc§¤jc>ŽI','¨ásM¬öÔc§¤jc>ŽI','I’\rWrj†‰Ý³7 ~\"!H9ÊÎ˜>UÀ‡lÍÐê','',0,'?'),('µõTøÁ£z<Ãú“ÙÈÙ#ö','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/MadMimi/Exception.php',0,'³PÅ ¹Í”£ºŒu½','³PÅ ¹Í”£ºŒu½','ª:}vœ7øn›´«—€ñªò×â$»î3ªý} }','',0,'?'),('õ‚Ÿ9ÿVvÊœ„ÆœRÒ','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/MadMimi.php',0,'(|Ljy6ªçÏº¯•&\01','(|Ljy6ªçÏº¯•&\01','õ=@°¬úÎmû[âÎ‰š#	x„–dž¬ãQ-#¾Xº','',0,'?'),('ï³M°£\'ÅDlPåF','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/MailRelay/Exception.php',0,'¨AÕÅH•w~ÚÌ‚$ñµ¢','¨AÕÅH•w~ÚÌ‚$ñµ¢','Ö&ÕVïiR§fYÖi¬™ƒþò¢T¼é«5^Öé¿ËL','',0,'?'),('£v*.em”¤YK ','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/MailRelay.php',0,'‰åÔ‰¼—þóx¸.Ï®µ','‰åÔ‰¼—þóx¸.Ï®µ','­ªÈëw6YžóKƒõ‡Êwò	Þ¾\0;ÑD+®Â,OÓ>','',0,'?'),('œ	Èò`þ?¸[Újî$Î','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/MailRelayV1.php',0,'³CÎ}&aŸý¢¶·’T','³CÎ}&aŸý¢¶·’T','ýBÅkÌò¡àÎÊ…6íëFd¾\0—ßh8ø¬`ú','',0,'?'),('pÒ`†á$MŒ7ÙsÔÐ6A','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Campaigns.php',0,'œeIi´­é`|ä(·8Y®H','œeIi´­é`|ä(·8Y®H','Ä¨Oý|ì“¸B…yRÛCÞc„j´îžÖ9n©›','',0,'?'),('i”#¿f—·E™…ÑC','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Conversations.php',0,'¢‹lSÄä@²ø,d{Qâ','¢‹lSÄä@²ø,d{Qâ','ÞæéüÖ`Ì1;E JnCÎ(¯\0­aÖáŠ0Ql','',0,'?'),('@ã£^@†ÑP²DIñ¿¶÷»','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Ecomm.php',0,'¶ÎY£žS³3¥Xi¢\Zêàñ','¶ÎY£žS³3¥Xi¢\Zêàñ','ü»ó\'¢\0MŒ…\'?è\"a,7ÛözÅ\r¼ðuT|tŒNb','',0,'?'),('›:—˜8p\"ÝyUâÅŸ\0','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Exception.php',0,'DÐ¢ñO%Æ¶€‹už¡ÿS','DÐ¢ñO%Æ¶€‹už¡ÿS','š:Cjeh#‚FD}³T’MäésIG¢/põl‹8…8','',0,'?'),('å—øñÐ”oÛ0ÓMûoÚ','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Folders.php',0,'Ï2R×lOWC£@³U','Ï2R×lOWC£@³U','I\'0¢á*ÊØ}Òº Ë`XüóÂ½4ßíII®•Y','',0,'?'),('§,ÌCÙ¶æPÀG§QñÓ','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Gallery.php',0,'êë‚ÌåÀy}{™%+OŠ|','êë‚ÌåÀy}{™%+OŠ|','”D~\"ús^SG*Øð¼ùôPr\\l¡A_’´:','',0,'?'),(' Š›wË@õOíàOõ.³x','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Goal.php',0,'K\0üÀö9ÎêNÀá','K\0üÀö9ÎêNÀá','¬‘Áw¥3\"Ž…ñ°ˆyÃÔ©NzB‘äI‡éiº}wWS','',0,'?'),('[\'¿dA‚›k°(§ãd','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Helper.php',0,'a ¶r¿NSœvEmÆó','a ¶r¿NSœvEmÆó','n¯›r`\r?ÞaÉ‘ÌDWÜÈÀ\\à¨!6{yjX‚\r','',0,'?'),('TÎåÓÓ×Ê©D4ÞÈ/=$','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Lists.php',0,'\\°¿6ª\rKl˜“œ^¤','\\°¿6ª\rKl˜“œ^¤','ügFX5j¦ãÍ	r³<ù©Úý´½%“Â|Q','',0,'?'),('D•R¼>¤\Z*õeöJÐó','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Mobile.php',0,'–»ºˆÕÝ‘óò/Î’lÃä','–»ºˆÕÝ‘óò/Î’lÃä','6®Ycà·W	Òý%mPŒb÷M}µ0ÇZé¢=åR‹','',0,'?'),('¡’‰Àík1”7ëŠÄ²Ùàï','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Neapolitan.php',0,'¬®œÑ‹œÑœ´_//­','¬®œÑ‹œÑœ´_//­','OhÌ -Š	9ú•h¥lÖBá0›—QJ÷_\nê€','',0,'?'),('³Wº»zEˆ\0àLD\'3b#','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Reports.php',0,'þ¨a¨B5°—F¡W{','þ¨a¨B5°—F¡W{','ü0O”©Gg¢cú,oô<\"7“Ìæ©õÄfþ¦eMš','',0,'?'),('ø£_´œ¾W%Ü004','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Templates.php',0,'íÅü³ïÐA?U«šÿ','íÅü³ïÐA?U«šÿ',':ŽèC½q&ïmË¥•±Ëùlû‘×ÙÐœÍ4¥l','',0,'?'),('×XšÊ›Ê§\Z-¥êæ','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Users.php',0,'ÿQ/çv¹œ‚|sš2:','ÿQ/çv¹œ‚|sš2:','Ò´åV\0o=¼üFdÞ;ic©²\0uh-¸Í»ü','',0,'?'),('†f½…«ué\rGÖ×iÜ','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Vip.php',0,'~SÀŸÀºcævó.·¿','~SÀŸÀºcævó.·¿','£ü`ÿ\\ÏEŒWÛÛéŠ‰ÿån	\rnÂ‰™§±?\\.\'<','',0,'?'),('ùõï­—[|¨©2L','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp.php',0,'­Ä’V~çi$/ìFÛ','­Ä’V~çi$/ìFÛ','\'Œ$7û,¥zKØCßägvz%„Æ)°Ftkw','',0,'?'),('o¨³ŒcÙyj¢sW7Ú°b','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/ApiAbstract.php',0,'@Tº¬1.U?˜ÿô¼ú€n','@Tº¬1.U?˜ÿô¼ú€n','6‹²v:ß—¡ºÁð”‰È\Z˜Ö%\0}Û<°ƒl<v','',0,'?'),('ûmá‡Íºï¸ÓìèWá{','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/ApiConstants.php',0,'^YÚ¡©TfI’æº~ï·\r­','^YÚ¡©TfI’æº~ï·\r­','ÒãJvAÊ,Š„f(#•Œ»±)ëcˆØó=|—þÛŸ7Ã','',0,'?'),('\0ËRõ‰G–Ø·é+»OÚ','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/Campaigns.php',0,'ïÑÇ°öýÈºŒÐ\n¸üö','ïÑÇ°öýÈºŒÐ\n¸üö','\r2 ­ ™*™f55/ôw*Ô]YkùVrŸÆ±&B®\r','',0,'?'),('Š[Ü\0m0/Zœ7+šM‡!','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/Fields.php',0,'\Z#:B‡ãþ:MGfDÝ','\Z#:B‡ãþ:MGfDÝ','`ôëÐ\Z&UÆÊYhÒ¸ñxƒ`¿GõÓ7žâª» ì9¥','',0,'?'),('À³/p¢°ä;_äc\nÞ','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/Groups.php',0,'v×±½€±h‘–Ð.êGp ','v×±½€±h‘–Ð.êGp ',')fÙÌÞ[w„®x¿\ržûA~+UoOêÝ±fTV’IÅ','',0,'?'),('6õª‡Á.£ÁëŒ?¨ÎÎÆ','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/Lists.php',0,'Þå‚<‚$!\r±\\°$¨','Þå‚<‚$!\r±\\°$¨','Ö\ZbV£–(üS€[ä¯(ÀàQ—æŸ)a±²‡û<d','',0,'?'),('\Z;û‡+tŽÛ0Ý,‹µ!Ð','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/MailerLiteSdkException.php',0,'äp–¯ÝÁ¯Ä0lßä¼„','äp–¯ÝÁ¯Ä0lßä¼„','òíü)Ì­‹a@)Y\\Ö‘TÊ»w7é¬¼Š<RÑ >›','',0,'?'),('|<:ä^›Gr‘9&µÆþT','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/Rest.php',0,'„©‰…‚Ác(ÛƒDùò›','„©‰…‚Ác(ÛƒDùò›','«Ñ©ü¬e&.pŽ&E#	ì¢újTë¯Œ-òcˆvpû?','',0,'?'),('ÿ!\n7\r¡Ó`\Z-ºzy','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/RestClient.php',0,'»oRvÚýëÆÿ‡21','»oRvÚýëÆÿ‡21','kñ”€çÚ	ÒØ.<v=÷hÒ2mÝb\nœØP*–ÉDZ÷ç','',0,'?'),('Tˆ ß\0‡ÕFoÀx2ÁÒÜ','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/Subscribers.php',0,'do¤³W“CÎ•Yá„¿mc{','do¤³W“CÎ•Yá„¿mc{','Ûì„³³îŸ[WYQXYÓ´F£ì$Ò#ˆÈ$åÀèøT‰','',0,'?'),('Ú-¶ËY§ôÒ¤bX3£Éq','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite.php',0,'34H…a«¢\n®< óh','34H…a«¢\n®< óh','Uþ•EUÚÛÀƒîl~Å\næés¼{ôÐ¸g–E~	É','',0,'?'),('b£Ò©ø³˜ t 3ø\nÏ”','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/Api.php',0,'©ió´þikjuM','©ió´þikjuM','¾;GœBv wë°Ø†`i¸pô‚¤‡µ –¯ç','',0,'?'),('œ•Ã\Zû˜\0C÷x7^+Îµ','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/BatchMessage.php',0,'®f¨ôe¼×ÜÑ¤Tì(','®f¨ôe¼×ÜÑ¤Tì(','µÄ½Ø‡{5Ò5¶gŒs÷Ä¿çŠq¾áËý•g¨Lœ','',0,'?'),('˜¸½˜}ô5Ý_æU«å÷','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/ExceptionMessages.php',0,'ºÂN¤èè¬“a@JO÷7¬Ð','ºÂN¤èè¬“a@JO÷7¬Ð','½ÿIÚs\nTÈ©c^1A¾o›¹î\Zë@ón«];é‘','',0,'?'),('ISØ<Ð;€KZÃÌ“=ó³','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/GenericHTTPError.php',0,'y&œ*í¤éô‹Á›7?]T','y&œ*í¤éô‹Á›7?]T','·õúß›ñ„%Œba\'*|Vxÿz¡!cÈBK±e\'a','',0,'?'),('ÑÐÿòÏÉü¶ž¨6á','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/InvalidCredentials.php',0,'ÿ¢Kòï•$\\J5;â»;','ÿ¢Kòï•$\\J5;â»;','€‘ÃÐÈzì1O™ã¢rªÎÑE÷´i‚×ÝI\'ý8‡+','',0,'?'),('f7Ð«Û9äñÄÕ4†|','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/InvalidParameter.php',0,'èî¡]é^ßßPÝFÝ','èî¡]é^ßßPÝFÝ','À©%ƒ\0Ô7|ÆÙ9ï]K6ý8}Y†Ó£Œ†Ô&p5','',0,'?'),('\rpsË|5–ïÔÏXX)ÎZ','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/InvalidParameterType.php',0,'G‘L…9ucA—\r¸ûœU$','G‘L…9ucA—\r¸ûœU$','Ò&KúBq\Z—Øv+,ÈBdº6C‰Š®ÚEó.9^K\n','',0,'?'),('D–À8°Î—;<î>êyM','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/MessageBuilder.php',0,'Ó+\0•÷ÖTRn­¬áª','Ó+\0•÷ÖTRn­¬áª','§	Æùâb^²š¤á0ƒò¡•/ƒU^öÄàñâì','',0,'?'),('§vÚ\nÐcÛâöÛOrõ9#V','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/MissingEndpoint.php',0,'šð™IjüþÆü_íz¼','šð™IjüþÆü_íz¼','ÔðŠJ}B¦•*Ò\Z>o4½iS\'ˆÎËrg\\3$Eš','',0,'?'),('<vH|d\\Â£Ïtbi','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/MissingRequiredMIMEParameters.php',0,'ºðNL`«è¥±©¹§]Æµ','ºðNL`«è¥±©¹§]Æµ','Ù\n7•î_á×]yºö\rÉ\0+WàÞ‚¯ÿ¼<è\rÆ7#¾v','',0,'?'),('þÙýÃYÄ½‡\", Ã','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/MissingRequiredParameters.php',0,'ö¨zº¹väïêžWa§8»F','ö¨zº¹väïêžWa§8»F','kV×—çÓ­¶4Ü+\"V›!«Äjû˜»ø_¸$d','',0,'?'),('ŽV·&CÆúƒSÊÛºâ>','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/NoDomainsConfigured.php',0,'eÌ\0ÞH`üÙ²@Ë±‰§5','eÌ\0ÞH`üÙ²@Ë±‰§5','ž‘˜åÓ²Î¾gºv†þŽ3?~¡¤àwú²','',0,'?'),('€Àüî­	.u-jšKœ†','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/OptInHandler.php',0,'zÔZ|û:ä:[¯t!ú\Z','zÔZ|û:ä:[¯t!ú\Z','†»ïÜ—ÿ$.Ì·šQI+7v\\MÕv»','',0,'?'),('Î¨ªÈJÛ7=øµËÊÐl','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/RestClient.php',0,'3´6¯VŒÈ K;FŠ°é','3´6¯VŒÈ K;FŠ°é','mÏ`Oã{í‰R¶–M€	•Ýe>Ð¹Ò¼IU¯@Ñ','',0,'?'),('z{tÅ”®eQy^NÀ\\','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/TooManyParameters.php',0,'*<0ô’™7!<eª÷-¦','*<0ô’™7!<eª÷-¦','k·ÕßM5ëò¢1}j‘ýœÞ’ü•$‰Ê«)_\\‚','',0,'?'),('Ìï¾§±Í@:±KÉ¾5','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun.php',0,'EàåÞ\02d‘ÔÓIèmC','EàåÞ\02d‘ÔÓIèmC','&:0mÒHbfÙ’Þ¡‹¿2ŸæÛsóFO¶“¶Ï¯tJ','',0,'?'),('‚·¬NÉ¼àË\"ç÷ŠF‘','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Exceptions.php',0,'ÙçÈcFNWR*&G–Šð','ÙçÈcFNWR*&G–Šð','($¥“Œ€o†Aå¦šY.»¦\n‚Ã9bIr÷IÇáüeÊ','',0,'?'),('ó¼ˆ¯ÛFû8ª,êX\0','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Exports.php',0,'Â¯£ÇÌíƒ£W;ùÉºöS','Â¯£ÇÌíƒ£W;ùÉºöS','ï<öq±K¥µ§«ûœÈ>u	ÇnÏšoýJ‹†\'eÁÎ','',0,'?'),('¾\0£têV™‰aòH','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Inbound.php',0,'Z·y=?D¯{|‘6¶9\n','Z·y=?D¯{|‘6¶9\n','½ØjavQîî*é£Šœ.Ïiýê´I•ö\rWë^ÐQ','',0,'?'),('×Á­=Ü¢oÒxøLY&#','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Internal.php',0,'Ì3ævFk+`EÖC<8Pá!','Ì3ævFk+`EÖC<8Pá!','sP³ ­‡‹N¯U­F*èM\'ð \\@Û}ñ¢ê.U_üË¤','',0,'?'),(',”^iwÞx¬çcUøÚ¶}','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Ips.php',0,'\\œ\'ÝLÝ%£¦[%¾ë ','\\œ\'ÝLÝ%£¦[%¾ë ','‚øºÒvŒg‹FêšGÛÞi¥¦¨ŽÛÁøZp','',0,'?'),('9Áu8ýU	GóñxÀü©$','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Messages.php',0,'´¾¤Ò/*ž[OF§Ýä','´¾¤Ò/*ž[OF§Ýä','êb•Mû9×\r?£ËæJr9é¸9Š—m!ý<…','',0,'?'),(';®y|»ËÍ¦ÐUÊ#','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Metadata.php',0,'°¾Ü€ÜA¥‡\0þ[J /','°¾Ü€ÜA¥‡\0þ[J /','Ä\0¯ÚD…Bð\0ê€\"ôUÄî|((\n*?ž7àhyäk','',0,'?'),('ˆùWðì \0ÀL(–AÀ]','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Rejects.php',0,'¦½#	t:®p+j5=l=ìü','¦½#	t:®p+j5=l=ìü','[-°ˆ¢æ7Ü:?ŽE\"÷Žÿ;KŸ_;Öê**q','',0,'?'),('oôâ?üóÃù²&7™§','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Senders.php',0,'[5nhW¿QÈkmÌ°>‘','[5nhW¿QÈkmÌ°>‘','0˜¸§.“œš!*å¿Õ,	àÉ»Ï‹ŒÈÍ$P´Ÿ','',0,'?'),('6µ_=Èö§ÏøÄ—Fƒ·ýÅ','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Subaccounts.php',0,'9ÚÏ•+IæÍÇ¿³D@','9ÚÏ•+IæÍÇ¿³D@','Xv/¸FŸ5+,POS™¾¦}á((Ö+tŽçû±­Â|œ','',0,'?'),('4õb\0£éáï‰–','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Tags.php',0,'…5RÌšåmÎ‡ÎéŸ¤','…5RÌšåmÎ‡ÎéŸ¤','æz¹B”ïÆB¯(«-màÝÍ7ËÇ¡¨Cìž‹n','',0,'?'),('±«\"\0Ü{\r—èû„Ïþ@','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Template.php',0,'±6D\'ŽøÛ :®Ù¯\\È‚','±6D\'ŽøÛ :®Ù¯\\È‚','	tŸÃ@‚½Äß;ßgwñ£6y\Z ,vu2à<w=Õ','',0,'?'),('ªÒ]Âò±]9IÜœv+','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Urls.php',0,'v4ËwõõÖî!±±r›ô','v4ËwõõÖî!±±r›ô','JÇûŸEºq‚zŽÄà@áïùÕ—óÙ“ø\no\0’','',0,'?'),('Á÷57ºTaº&;ý','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Users.php',0,'÷òoUÃ¤ö©Y|—Õ\'¹','÷òoUÃ¤ö©Y|—Õ\'¹','u/5ÎI@ƒœ¯$Ñ0Î4å\r¾EK	C½óòF','',0,'?'),('*ø²;­á\"ñp8¶b¨','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Webhooks.php',0,'•ömø”‚ÍVW®°eÌÂ','•ömø”‚ÍVW®°eÌÂ','˜Ûï¾\0F¸¥ÆX‹hƒ$l1$R÷ÏT\'PÏÑá','',0,'?'),('p,š¬NmÈˆkÑ@‰@p','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Whitelists.php',0,'’S¿eÓ2Òaú¨*& tà·','’S¿eÓ2Òaú¨*& tà·','ùœœõ©Ùg×ÅUÐu@ÈG†W‡¥À±ÓÞKMc','',0,'?'),('¬sè0èS\nÏ[?\"„{','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill.php',0,'(äR)öí	˜È1Xš@>','(äR)öí	˜È1Xš@>','çY­bûq\r½[ÃI‚ª	½ñî]ÀkïÖµó\'Ó:;','',0,'?'),('¥óIè¶§ØëÇ‡i‡Ñí','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/ActionNotSupportedException.php',0,'é8yð*GŠùþdšÜˆ','é8yð*GŠùþdšÜˆ','þÈ\")~Ø1AÊñð„(/§4³Ô7gB§cBGx','',0,'?'),('«[¶âýå“ô§jòªh','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Api.php',0,'ÃðbÙEãÛý$@š^}$','ÃðbÙEãÛý$@š^}$','0¼FÎ²Ìšƒ^âÀ½”<Òö§›:…¡ÏL¢Ni','',0,'?'),('›W-bèàkí4²üVir','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/ApiAuth.php',0,'HˆËâ2ÑýýñÖ\niÂ7È¸','HˆËâ2ÑýýñÖ\niÂ7È¸','•\0=KŠ?³;;X£èaM²\\Åfñnsü^M\Z','',0,'?'),('[Qö†\n×ÄÍñl¶+±f¨','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Assets.php',0,'g\n±¯„Í`•@ U»^ÿ','g\n±¯„Í`•@ U»^ÿ','“Ä*˜¯JÄåˆÝ®V<a Úˆ\nùö&lóº\'×í','',0,'?'),('æ{59òŠÍ\0ð\\‡É','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/AuthInterface.php',0,'|Û[5ŽZ>h1d/È#','|Û[5ŽZ>h1d/È#','w^¹Ê,Œ¡¦*ê”Þ+£-`ÉêÒø¼nq¿Å¤Ýw¯÷l','',0,'?'),('ÛYÜôƒßÂ®£Í¶›\"Å>­','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Campaigns.php',0,'Þ³ÅèD¥øÍŠHØˆr‹·','Þ³ÅèD¥øÍŠHØˆr‹·','~úmÙUÔË*û§sýÅº¹y¼X·™Š^f:ÁJ	gN','',0,'?'),('w=Ü=ž}SÇ|¢cl,*‹g','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Contacts.php',0,'TÄèÔ“#aG\'EÿÏ¢','TÄèÔ“#aG\'EÿÏ¢','Áy\'õrÐño*H‡yyöüÐ™njl\'­ÚìÏ	\'F5','',0,'?'),('ÄƒÐ_´p“OKJj:0','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/ContextNotFoundException.php',0,'J¬ˆeS<i1¶Ô*¾lcx','J¬ˆeS<i1¶Ô*¾lcx','IP›£ªª¡­€qÞà	Â_¡–&”E¯vR;*R<Ò','',0,'?'),('¥`\nÜm‰ö¨¨ÂéÀÊ§ñ','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Data.php',0,'_5êt•àÙk!¸Üú[õÊ','_5êt•àÙk!¸Üú[õÊ','\Z|)ð¿âžúƒi±³|K2²þäK\'©ò*©IMØ	Yp','',0,'?'),('u#Ýzì8«Î³±','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Emails.php',0,';0§MTé©üå\Zl¹V',';0§MTé©üå\Zl¹V','WŸá¨Rˆ<0OEó‚V”ÓCjÓX~ßm¯dÖ&²¡A','',0,'?'),('ÿ¢JÀ¨+£«›“õF','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Forms.php',0,'Q´›ä™Eš7þKRr–í','Q´›ä™Eš7þKRr–í','u!ùà\rg®†òÅ€]E­B2ê¤¯ùe¢‹Ã‘-qðZÜ','',0,'?'),('uïª\n3Z»Ì–‘Pš','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/IncorrectParametersReturnedException.php',0,'˜ƒw›^ãš­¸Ë{ 5õØ','˜ƒw›^ãš­¸Ë{ 5õØ','¡°\Z¸9§˜ª¯X3ê×¨gnh•ÉIûµFW†nÝc','',0,'?'),('T*Q‹ÆZ]IfPÄ`','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Leads.php',0,'Q(Ëýê(åA`/{{†GR|','Q(Ëýê(åA`/{{†GR|','0Mw×4|ƒLM°£ì8)ÈöR”kÍm|Eœ×ŠáQËû','',0,'?'),('Qò9ŸÄ¼pîwb·K¤H','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Lists.php',0,'¢±n¼¬ÃÕs­^N­Ï[Î','¢±n¼¬ÃÕs­^N­Ï[Î','Ã\Zv6I4éÆ°˜ñHÿƒÂ²ˆ|ìsÁ 5í¯¦È§','',0,'?'),('(S`2^¥Ú±y‘¦—˜','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/OAuth.php',0,'Æ#?Â)ÚÐ#ÔjKêß„›í','Æ#?Â)ÚÐ#ÔjKêß„›í','±SãMÝ’œß ¸À¥jLl‚ÅíujÆ\\‰¡Q/wè¸ª','',0,'?'),('…§¹e½Sy]µHz\\Ð','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Pages.php',0,';õdÂÚ˜ñ\0;«R•œÂIã',';õdÂÚ˜ñ\0;«R•œÂIã','<]ïùô[™~\"¤û¤&FÞV–ÏŽhD¤ÿÒL©™','',0,'?'),('ì>	2–(¼öK*EÔ	“','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/PointTriggers.php',0,'o£m¾kcJnû \0gMËu','o£m¾kcJnû \0gMËu','=½ìçÑ›š\":¾~›ä¶[\rUì¡!Œv<1öh','',0,'?'),('EuÖš<Sƒ!24^\'ˆc¸','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Points.php',0,'I¿VÇÿ‚YJX ø´T±a','I¿VÇÿ‚YJX ø´T±a','ÑÈ)ó52Ö¡µ“Buøfó¸Ó0b~é”öÉÎ','',0,'?'),('¸	 ð‚ü«A1€œ','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Reports.php',0,'·hÙÀÀ¶gÚŸö¡GW›þ\Z','·hÙÀÀ¶gÚŸö¡GW›þ\Z','ž]‹ÆšÞC†€U„~?îM\"¥yI0<8tø÷ìw½','',0,'?'),('nèÀ?ãÝÎ‰ØyÿuþÕÀŒ','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Segments.php',0,'!|O=:iþß;¬vú¹P ','!|O=:iþß;¬vú¹P ','Ù|Ãe‘ÄùûP\0¹ïÆˆ8x5­žå/J^_','',0,'?'),('rð}#´(x:ƒ¢xÿ«c[','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/UnexpectedResponseFormatException.php',0,'ög>ëTñ“dBò)xoj¼¹','ög>ëTñ“dBò)xoj¼¹','„”ž¦ƒð€yÇXŽg@Ö}D´ìøL«ÈÜÃ˜¨ö','',0,'?'),('ÐNÂôz)ô¿²ÓÇªwØ','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic.php',0,'ØwmÓÿ\'y™}Ds6Ú:B','ØwmÓÿ\'y™}Ds6Ú:B','ëKùwPÕx1¥8ßLMÃùH³qìphínÔ\Z[\0/G4','',0,'?'),('xA¤[„ÅÈ@[&1ž','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Ontraport/Exception.php',0,'£Ãt­ä<œoõŸ\'ïÔ','£Ãt­ä<œoõŸ\'ïÔ','Où/¹³“·õ1ž+÷Ãj·62îrn;a xø¢','',0,'?'),('¢ù:^û:ÛTRFZ:€c/','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Ontraport/ObjectType.php',0,'-8[²½\0ÆÐÔg$1Œ','-8[²½\0ÆÐÔg$1Œ','”.ÓóXédz=Wæbgh/›ñÒË5~¡pRi','',0,'?'),('ƒgÃå$nÊŒY­ÙÞž~_','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Ontraport.php',0,',¢}>åš(±^)ÝyRšsr',',¢}>åš(±^)ÝyRšsr','Æ-pØõ+MƒVŽ§¥Õ\"…]óG$8®×ÈÈ®','',0,'?'),('á¨k;1¬‡1še‡ÓðP','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Postmark/AdminClient.php',0,'ÞA¿e ¥ aª”9ŸŽ¬','ÞA¿e ¥ aª”9ŸŽ¬','Y—BýÛ¥éE¢ÊAðCÛÉnJà!A­¤.þç®CN','',0,'?'),('©‡–13Âq““ba\nAg','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Postmark/Attachment.php',0,'Èß¨Äæa¢\nÏ3ÄT‡t','Èß¨Äæa¢\nÏ3ÄT‡t','31óÌ[F§“ |`Ç+dN#J¸\'/ëQÆÑá;i]‚','',0,'?'),(')aºu#œYÝÈ$÷V','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Postmark/CaseInsensitiveArray.php',0,'j†ß(MØÒ¾àe\ZvE¨','j†ß(MØÒ¾àe\ZvE¨','£èCiÚÁ\'e\ró3ê£ÕûÑð‚d!eénÝ˜aÓyêjþ','',0,'?'),('—Þ‹)N¡=zr³ƒDˆ','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Postmark/ClientBase.php',0,'o:0ˆöPGþ²xo}X¾','o:0ˆöPGþ²xo}X¾','åpZa6ÑãÛ²Ÿ9`‹sâ÷ñ‚µ\Zè	\\qòº¶ž½Õ','',0,'?'),('\Za•„Í(XPç[6yFf','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Postmark/DynamicResponseModel.php',0,' é)ÿ¤L1\n„áÌ¯®',' é)ÿ¤L1\n„áÌ¯®','ºfS€ÑVâèƒ¡8{ÂŠÔý\0_ÚÛð,µa·Ä$X','',0,'?'),('”äÄ+’Ž³P(ÜLC–¢','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Postmark/Exception.php',0,'-7dC¼=_<‘àÅ¹oGïÂ','-7dC¼=_<‘àÅ¹oGïÂ','×—´ŸöZ¹öN{>Â&©	 ÛÝló{I™«¸µ','',0,'?'),('§f¹žþ3lÖÊº\\’Ix','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Postmark.php',0,'­$.\Z‰‹/Í¾6/[ì','­$.\Z‰‹/Í¾6/[ì','ýÈV¶GI’½0®ùnl\"šHåOÂ:¬cØ–£Ÿ¾„è','',0,'?'),('Ö\nA¼ãÕ¯Ôå¸ ','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/SGAutorepondeur.php',0,'¸—wl¾ƒ¶…ïÙ¡’¸ö','¸—wl¾ƒ¶…ïÙ¡’¸ö','³‘UsÿÙÃ—ž\0Ã·•6\ZpnK³¤Ÿ„åñè;ñÊþÚ','',0,'?'),('ÊI‹ÀÍ# ü\'°e2pB','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/SendGrid/Client.php',0,'DQ(	#¨°Wsšv?Ø f','DQ(	#¨°Wsšv?Ø f','Ö«£ÇõQM¼©8H­ÅIÍð”Ù=Z­Íg±ñ9‹8J','',0,'?'),('ÚÒ9Ÿ½PÜN`žl®B»','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/SendGrid/Exception.php',0,'áª4ßo„‚ø%Ê5òË˜æ›','áª4ßo„‚ø%Ê5òË˜æ›','xª6;¸j¢¹¡cp\"m’z&T“ªÎÜ8Ù”åè˜','',0,'?'),('Ï©¾îq£ãI¨÷®|L\Z','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/SendGrid/Response.php',0,'|~·N¬Ò® B|`Ë³{ì','|~·N¬Ò® B|`Ë³{ì','Ü¡¾Òäl÷D#x”\roU¹BæÜ\'n=DG¡Fo	Ú@','',0,'?'),('ÀLr:\"\r†5//Á|Nèå','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/SendGrid.php',0,'³J¢=—å‘váÂ.è¡´','³J¢=—å‘váÂ.è¡´','K0›W!!=SÑ±Æ<2â‘x\ni×‚rw%8&','',0,'?'),('k¬EÀ%#ÎÊ‘eÛ@Q²Ý','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/SendGridEmail/Client.php',0,'m–dÜ$0—ùÄI«‡ŠOd','m–dÜ$0—ùÄI«‡ŠOd','0géá4&°“– tšRC`´ÂÖØÆÝþ¡«*‹O¦í4','',0,'?'),('(WòD9‚âÅÚ”òkì','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/SendGridEmail/Email.php',0,'Ìï­IŸVéä¨¨è!-÷9Ð','Ìï­IŸVéä¨¨è!-÷9Ð','6\Z	«Nñ½WåvÏZÕðÔ<—áänø¹ñw\' Æ*$å','',0,'?'),('Õ¨S\ZD z ¨El1û«™','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/SendGridEmail/Exception.php',0,'µ`f¡—üJ+,ø×.Ð™½','µ`f¡—üJ+,ø×.Ð™½','ðü\\ñ´ÙÕWÌqþ3Ç’óR»Âù|Ì:…)Î','',0,'?'),('Á+WaRï~,‰¸{w`g','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/SendGridEmail/Response.php',0,'–K“¢‰õA–¢÷ôòrä','–K“¢‰õA–¢÷ôòrä','M&÷È¥ˆMq~¬[R&À|ÜmC#ŽÈÎ¾O‘Â[6ø','',0,'?'),('‡ÍÝ#¿(døªUMæÌèl‚','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/SendGridEmail/api_keys.php',0,'ŠóÑ{£MH?ôìp(#°_Ï','ŠóÑ{£MH?ôìp(#°_Ï','Zê$,èÜ€á’-RÁ¦ø¯#Ë²•ÌØbÆqn','',0,'?'),('ßkÿšÛ–ØÌ‚LºË\nÅÜŸ','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/SendGridEmail/asm_groups.php',0,'6ðØa*ydÿsÙ[áÛw','6ðØa*ydÿsÙ[áÛw','ÏØ›8ÓPn\r%›7Žå\\j?NñÂ_8Â(ÀúéþV','',0,'?'),('€gg~6—^ì’­–e','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/SendGridEmail/asm_suppressions.php',0,'é–Qâ°5ÚÄ…™@º2\n&','é–Qâ°5ÚÄ…™@º2\n&','8pÚÎ3ÇëYß…¯ÕYûF‘cSÀ–ÓHùç*ŒSŠ´','',0,'?'),('®ˆTâ9J(È\"ðîì','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/SendGridEmail/global_stats.php',0,'€ÄMè®7b«qß','€ÄMè®7b«qß','_Ëh°ô*·Š36ß7Øªðø§ûõíc/€uŠ±aÙ','',0,'?'),('”d¤Dï±iâSd×†¹\r+','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/SendGridEmail.php',0,'I»éÇÃ!Ñ_ÓlmÖaDRŠ','I»éÇÃ!Ñ_ÓlmÖaDRŠ','8×zíaq\Zñ/±NàH­jI×1¤tL¦jš«È–æ','',0,'?'),('*Q¹O°˜Qà`6¤ó','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/SendOwl/Exception.php',0,'žœI·a!7ƒþ\n¯ÚÞ','žœI·a!7ƒþ\n¯ÚÞ','ßUûeï^ÿ§Ã0á±âû‰û/‹*hë`lë&„W','',0,'?'),('@,\\úWæàôjKJv','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/SendOwl.php',0,'’Uòÿ×Í,:uŒâÛ,ºÌ','’Uòÿ×Í,:uŒâÛ,ºÌ','ÉõhKó&>mU)Óþ—vsG\'†àÊÐšPáGvÄà','',0,'?'),('“´2•/×²nÌŽ¡Âr','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/SendinBlue/Exception.php',0,'Ür1œ®åÞlòü§ùÕS>ì','Ür1œ®åÞlòü§ùÕS>ì','ZC±íU®èË¡ãå†y\nh›·ô{·:¾+bt|74ØQ!','',0,'?'),('žLY=“[è§£Á:A¤¨','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Sendinblue.php',0,'”¾«k,\0ž¥Üä_Ð*ÞÓ','”¾«k,\0ž¥Üä_Ð*ÞÓ','Št*¨ZÏyü¬r\\e¨Ý¨\"w—VâüË½Jd\"œ','',0,'?'),('±²ŽîÕWíOÓ2Æ','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Sendlane/Exception.php',0,'‰£Qž—jd¶<F„è¦á•4','‰£Qž—jd¶<F„è¦á•4','_®\0Æ¥Jn[2waŠÝÏ´ê¢Jã,Øà=”qëÞ¹Í','',0,'?'),('qC/Ã³ŽŽŽÀÜ¬®žœß','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Sendlane.php',0,'ˆUu<J>e+6iE¯d¥ó','ˆUu<J>e+6iE¯d¥ó','È¥Å\rMñ¢dŽÞOˆõe½…öÞàÝ!@©v+çº¨€','',0,'?'),('2ž“¼›ËdZßB\'wŒ','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Campaigns.php',0,'ê?ÒJè”¥ƒñò^ìŒåG','ê?ÒJè”¥ƒñò^ìŒåG','YZÍØ–ºþBU…ÚÜH¨­ÀË-g6lºqWí6o0!ì','',0,'?'),('¸Æ¦`žŽd*ˆLû÷G¤','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Client.php',0,'ËÏ×~Ð¦yø@×õ','ËÏ×~Ð¦yø@×õ','†¢„JËž2ÓpSb‰\nêƒ\\i!éíåh¬rè¹+Ž®','',0,'?'),('lÂÜÄìnTv|D¼÷§ýó','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Config.php',0,'hv/—Ëê˜·_gQ®‘Æö“','hv/—Ëê˜·_gQ®‘Æö“','óqÃ–!ü²ÀH0þÇÐ¦9áñ¼f&vaI¢ø\ZË','',0,'?'),('JõCuCtee_¶Ñ','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Countries.php',0,'/ñ\0Pµ$sƒôÎÇ°zË','/ñ\0Pµ$sƒôÎÇ°zË','~äv3#o–q‘°½¿ÜWÎÂ¥DÑ¶D”íÛ›‚','',0,'?'),('µÚùuœþüÓP> /¶Úc','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Customers.php',0,'öà8ë¾«Ã:oalÎ~','öà8ë¾«Ã:oalÎ~',',`‘å0ã@¿ìô¼ûk}9$ñjié±ÅûÈ','',0,'?'),('|DH/:…€£e¹á×Ç','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Exception.php',0,'Z‡BÆ«jÐŸEœDÍ¨—\\','Z‡BÆ«jÐŸEœDÍ¨—\\','ò;µµ>—>\0©™f^–gai«2íVÉAóþ_äî','',0,'?'),('è|Ã’qÂñ„Pž¥ž$¹','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Json.php',0,'²î.Î”™HtˆÃs5W','²î.Î”™HtˆÃs5W','çš®%/°y†¼E_¨9ÒÊë/‘Èæ¸ÿ5DÖìÄû^Ue','',0,'?'),('„í‡<[…ýÇEw.z6','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/ListFields.php',0,'X\r‘Ÿ×Ž—:j´\nq­©‘','X\r‘Ÿ×Ž—:j´\nq­©‘','.3S 7èc¸CÂ\r™KæøÍ‡£Nˆ>9«ù†B®àÄ','',0,'?'),('ü`±\"k[RÝ”>zíý²','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/ListSegments.php',0,'SVÐqGÓ©¶x¸¡û™p„','SVÐqGÓ©¶x¸¡û™p„','ëÈ‡¯WñÞº¿	sf3=hfL0Õ1cbä8dM§äV÷±','',0,'?'),('kj$¸P½ßõO¢q°¬','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/ListSubscribers.php',0,'UU•MÝBœ[ÁªJ¬µI','UU•MÝBœ[ÁªJ¬µI','.úÇ´ Šý®‹*Î©+è¡Y<µ”R†fÅ¤·úN²¯','',0,'?'),('â«:‚&9éó`°‚ÜVia','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Lists.php',0,'D	[,.PÀ~¾’©2-NU','D	[,.PÀ~¾’©2-NU',')„lXÐ¹í\\5´pôáÐ+!#ª¨òI<ü™@','',0,'?'),('š}7Ä¤r¯ÐS248ÛÕÊ','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Params.php',0,'!_üsLÚ_4qx¥™È>`','!_üsLÚ_4qx¥™È>`','	ÖOÛñÏCKŽ•ëoÆž\Z€ÿÁy/Œú–8Ôg\0','',0,'?'),('Tù¢KùÛ•B·Ë) ê(','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/ParamsIterator.php',0,'ãK‚½Øµk\rr})f¿','ãK‚½Øµk\rr})f¿','oü%(P?5LÃhëlüMEr¶”bÛúŸ=&ê9]\r…æ_','',0,'?'),('¯‰š~2u[þîòIGyÞ','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Request.php',0,'†b¶Ó‘#ä$;1@','†b¶Ó‘#ä$;1@','$@£:Û·Úf*B|÷ñ»½ÇMEÓ}wG®š°','',0,'?'),('¸ë;N6©Cišt`¾”“Y','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Response.php',0,'ø†Ò{3¼©k ^1!1²','ø†Ò{3¼©k ^1!1²','@Õv}¸1õUÚÀnðøÅ\r\'¼U\'êáC<N*Pÿ','',0,'?'),('õC*Î¹­Á]úë³H}ãJÖ','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/SendreachV2.php',0,':.å#*	³¬V˜zBc',':.å#*	³¬V˜zBc','A—\'VÅÖ_”N3T›fÏ¨é`{ÌÚUùn˜ä¯ºðà','',0,'?'),('5eÔªI/æ3OMŸ]¹Yj','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Templates.php',0,'z°¦ö†xY{û®½]ÂsP','z°¦ö†xY{û®½]ÂsP','8ë\r\rýÖ´ÆÍƒ·¨óž9móXùéäKÅŒÚ8O_Ü','',0,'?'),('ÀöÐ÷k{¯ä\nÏ†¯¹Ä¾','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/TransactionalEmails.php',0,'Oþ\\¡\\ñéH×ndÏl4','Oþ\\¡\\ñéH×ndÏl4','«±™G9¨qæÖfŸY\n¥å<wä—Ýê AþA¥X','',0,'?'),('„pyùX£tñH¨Úü','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach.php',0,'ûÞÊN>ˆù´ðxä‚è@ã}','ûÞÊN>ˆù´ðxä‚è@ã}','k7R´Èa\ZÌTë\0ó¸(¡Ñ ]ªœ4HÀ†‘´ì…£bï','',0,'?'),('e’Ö¹¼ïáÒÉWbXS-ñ','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Sendy/Exception.php',0,'Qæ-õ«ûÜ-=Z·å¦','Qæ-õ«ûÜ-=Z·å¦','rÁNóö(æö¥RÀOªUuÀˆñ›wb]»~Z&æ’¯¸¡','',0,'?'),('˜ „Âß&ÏŒ•íu”¯','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Sendy.php',0,'ÞÏ‘tRŠTàNKóz','ÞÏ‘tRŠTàNKóz','!8s=ÇGjYõ§—˜X¤Ö-q¡wÓL£T¨n™“Õ','',0,'?'),('7Ý„…F±žM3êEH«Àéu','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/SparkPost/APIResource.php',0,' \0^~üƒ,¬*\"a',' \0^~üƒ,¬*\"a','5¡i9\0Ëš\rìZ¾@±E‚èe\n™\r>Y&Êcn','',0,'?'),('<ß[>d®\"#ëã;ðî:','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/SparkPost/Connection.php',0,'}k¼ºï õÀ{XÊrh~€Ù','}k¼ºï õÀ{XÊrh~€Ù','„lK7pQ@()Vëg>‰Gtò¦¦¼|Dmù ÄØíCÞ','',0,'?'),('§.ÄÿôÞ|C¸-jÀf','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/SparkPost/Exception.php',0,'2%™(®Ky•ÛÄÝ~æ8Ñ','2%™(®Ky•ÛÄÝ~æ8Ñ','QFÕuèß$Aó¬¶Äºšƒ/Fj\"ü¥+Xÿ','',0,'?'),('„èêˆa5¥VÊBÜ','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/SparkPost.php',0,'Ø}-ê2u\nv\Z¢ñï_(','Ø}-ê2u\nv\Z¢ñï_(','¯K‹Ôß´ù]ÊEŠï;@Þ•Äb›rXVÈ²yXØ¤q','',0,'?'),('­øˆŽE[òé°#\Z†kË—','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/TdJwt/BeforeValidException.php',0,'¢¾(i}ˆ3Tä?!À­8!','¢¾(i}ˆ3Tä?!À­8!','ó2T^Îñávñ`VÛ.v5ï»p„]Ç+¤\rÄ3õw8P­','',0,'?'),(']ýŸq4âêµ‘~NlÁ','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/TdJwt/ExpiredException.php',0,'€Ì-Uò–ÉÿVI˜°','€Ì-Uò–ÉÿVI˜°','½\\XÂ¶(,el¯®åcDSÑ²RŽ7›Ôt\0Çóú5','',0,'?'),('Ùò9l96”ðl^XF&\\ø','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/TdJwt/SignatureInvalidException.php',0,'³×9¶*ÖUù<™}[þ|\n','³×9¶*ÖUù<™}[þ|\n','³­(kÛÊ¦¤†öÎåPbÙy$ÝNôþù\Z¸*%|Üâë^','',0,'?'),('ƒ-9ãQ—/\\—xB{³œÊ1','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/TdJwt/TdJwt.php',0,'ì½o:‚\0ÚÞrF	0','ì½o:‚\0ÚÞrF	0','\rÅÿŒ6K.2³|Ê(^D­CÈÄ:QpÞ°\0–ÔÆ7…','',0,'?'),('áÜ÷\"¾HäýŽpÖ\Zg','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Twitter.php',0,'§zXÇõhôÃÊÉiªÇ','§zXÇõhôÃÊÉiªÇ','d¢0º$Š×ÐP¿ŸkjB Uá\r´7ÙÍIþ)¾€','',0,'?'),('”­ðÌ3#å«Y=Zó¼‡±','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/WebinarJamStudio/Exception.php',0,'º(Å¬Ö¯F2Ö€>ÁÈÎÊ','º(Å¬Ö¯F2Ö€>ÁÈÎÊ','æ%•Èÿ¦°ü±=Lÿ\"‘C¨M¯\rçM>mDIÉQqdÁ','',0,'?'),('oðïnú´~‡^¸»¥@<','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/WebinarJamStudio.php',0,'Eàl¾‘šþö\ZA	$','Eàl¾‘šþö\ZA	$','‘(`1ôªŒX9@sƒ!Ù¢{*ž¨NÅ®IóËs=K','',0,'?'),('8Û–ó£>I\'¯%=£6@','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Zapier/Exception.php',0,'¡µÍto¤z’þÈeÓ~9','¡µÍto¤z’þÈeÓ~9','ìä´ OµûH<]kÜ­¬DK5a$E:Ö®ñókë','',0,'?'),('ç+qZ<1rî„û3\nÇõ7','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Zapier.php',0,'·1Ç=E—²8jJekí;Ï','·1Ç=E—²8jJekí;Ï','—‚g¨[\0‘•ô@aÈ\n‚Ig\nƒ«”ÄÄŒÃÕð ','',0,'?'),('ž.£Pew\' g›bÝ4œ','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Zoom/Exception.php',0,'‰µ	Ék±»ìÍýéœ=Á','‰µ	Ék±»ìÍýéœ=Á','î€äŒ½‰Åº\n8ùÈBC\\PuÿbÇeqå´õV]ˆfâ','',0,'?'),('_Y=b‹mc0†HÖu°­4','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Zoom.php',0,'Š¹Ã `À8ÛI•€hí:','Š¹Ã `À8ÛI•€hí:','b:ëÔgn[±‡~’R¤ƒUTÎ\n•’*líE¬m¨s','',0,'?'),('y‰qÌâsÒ„ÆÅtÇöi','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/iContact/Exception.php',0,'×DtHÄBš8E\0fxt t','×DtHÄBš8E\0fxt t','Þ^\nÞ—;®¼d·.‰Ç–a4w’•déz¥¸—Óš:h','',0,'?'),('RwÆÁò¶Æ+hŠ´kˆÝ4','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/iContact.php',0,'˜°M!èŽJóoíñ•pq','˜°M!èŽJóoíñ•pq','â‘MXvÃnxqIfoä}­;``%¬3þ@Z¢','',0,'?'),('»†Š0N»VqBG<P¯æ','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/v2/GoToWebinar.php',0,'ÛËZZžîÕ×J—HÓY','ÛËZZžîÕ×J—HÓY','‰¦ÜÓ°`­`÷\Z‰k*‚U–lÜ½~eÒåŠ%>','',0,'?'),('Ê×­o:?’n½/è!Oÿ®','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/misc.php',0,'‰Få.½SöäzaÊj>™}B','‰Få.½SöäzaÊj>™}B','!ð/ö‰C4Fá\"ÉwpŒ`n5iðÄEŠ¤VqJ\rÁ','',0,'?'),('±„¢¸„7€‹–¨åê¶#','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/views/admin-error-logs.php',0,'ŒÂ÷*\rî0æžu¡á˜~bF','ŒÂ÷*\rî0æžu¡á˜~bF','£!Eh.uçl¤Òø‚¸é6’Ì—ô1ÇÜ:\0Ù’jÛ5²b','',0,'?'),('A&N¬žYŽp¬ÔØ ','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/views/admin-list.php',0,'ƒ<´0Ö{Ë4$ê[u-','ƒ<´0Ö{Ë4$ê[u-','–—zøç Jß¦9K }9lB4Ë2$<½ŒNG}l','',0,'?'),('óÐ³ÃÂ_§þg0á\\cRâ','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/views/admin-messages.php',0,'t²FXzm¼¡C¡¢i\ZHq','t²FXzm¼¡C¡¢i\ZHq','¥±¿x¤5â•2ª`:ôÞ£-ëXˆ>Ku+^ÈDÖ','',0,'?'),('‹%>†ýéXˆIºµ´ØD«·','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/views/editor/add-api.php',0,'ÎÜUW’Ï¥¯ÄpT€î','ÎÜUW’Ï¥¯ÄpT€î','MÜxèöéW_‚”³wªªB\"\"ù\nø¾¹Å¸\'Eª‹','',0,'?'),('’¸³¼ˆ@²@òéy¨Yc','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/views/editor/add-custom-html.php',0,'j9”&A›,µIÆqGØáo','j9”&A›,µIÆqGØáo','¢|]Ö“rB#\0«ï¢GTCI—G3ÊONÌOº~@\'Y','',0,'?'),('{/;°™À }º´Ò¶SAS','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/views/editor/add.php',0,'Hj¬Ëo¿SÌ°é;Ò©v','Hj¬Ëo¿SÌ°é;Ò©v','[é³dê·çŠ~éÜy%ÓõQ7™ºCtuÅÿ¹\"œ;eä','',0,'?'),('Ì‹´S’»HQ\n·ëP','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/views/editor/autoresponder-code-fields.php',0,'a-«Æc\0æ…÷¯m9ÙUÎ','a-«Æc\0æ…÷¯m9ÙUÎ','»6êN’ÍêY¾Cà*N0VX=\rQrÅã†ÿKX','',0,'?'),(' œ\\©xç¡çËõ9a{Vµ','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/views/editor/captcha-settings.php',0,'LVÂRf?¦ÈE^„.D','LVÂRf?¦ÈE^„.D','¥Æá”›À@û’õÿµrmÜ§ÌOã~¼T¢ô“˜+kL›','',0,'?'),('tüÂ1¶-Þ#zß,vu','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/views/editor/dashboard-api.php',0,'>«…óŽ\\k†cCéåúÓo','>«…óŽ\\k†cCéåúÓo','œ¬qîŽ{P2Ôk	u¹Â‚TÐkh&©Pæƒ','',0,'?'),('/²÷Ð—…NpiMåy\\','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/views/editor/dashboard-custom-html.php',0,'Gš×\r5óŠÝ†½ÏWüÉü','Gš×\r5óŠÝ†½ÏWüÉü','Í˜Öøp1‰èN]¿Þû·k‹?þH\Zû™¼ã/$¿','',0,'?'),('¿èæ\"äæG«rjPp Ó†','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/views/editor/dashboard.php',0,'ç¬ÿŽÙ‹ùƒôûsÉÿ','ç¬ÿŽÙ‹ùƒôûsÉÿ','IÀMˆaƒ³óSˆo×pÖ`\\“ÌçÜ;1žŒÕÑôéh','',0,'?'),('\\‘êðà±³PƒP\\qæ¸;','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/views/editor/partials/api-lists.php',0,'IŸÜ“ÎÓE¦É,ù 1×','IŸÜ“ÎÓE¦É,ù 1×','#Gš® N~¿œH×ÑÜ\npF§ÓjÜF~?š¿M·¬…','',0,'?'),('©!Ü¥¢×ýÕ›y«öúÿ	½','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/views/editor/partials/api-select.php',0,'â(†xJ¨o½E·°Äí¨¯P','â(†xJ¨o½E·°Äí¨¯P','“\0û1}\Z·Ê“:‘î“89Ú—Çæ®ë¶tÚj','',0,'?'),('Å¦åo¾ç@=þhmf®','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/views/editor/partials/api-shortcodes.php',0,'­•Ö×)“=çà®Â6Jr','­•Ö×)“=çà®Â6Jr','w:==âÚ´«î¦NAÉè[ÀO~ØªYÂO\rT‹þ,×','',0,'?'),('ÜëÕþ\Z)˜*B˜','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/views/error-log-entry.php',0,'pZ	3¬ýâ†Æ¬#µæe2»','pZ	3¬ýâ†Æ¬#µæe2»','lýÅx²Hb)£4gŒ7&MšbêzÿÓß8Ì”®KA½œ–','',0,'?'),('Ìñb#«œ…šžO¶BU','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/views/includes/video-link.php',0,'áõÃ¼¨={¥iCñ¯ã¢','áõÃ¼¨={¥iCñ¯ã¢','! O‡Y-g‚¦¦É#0ÆÏVuzHæyÃ P‰­','',0,'?'),('5¡¼kHß…f&qô•ˆÛ','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/views/js/admin-global.js',0,'ÓPŸ‘¢ÖôW‚<=:-9e','ÓPŸ‘¢ÖôW‚<=:-9e','n4´qj\'»™Ãøc:–BÓ³1ÌÚï–\rãÿ`ê','',0,'?'),('wÆãŠ—[hEËñÇ pÕ','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/views/js/admin-global.min.js',0,'„û†‡àZ+ð³ó$¦üŽ','„û†‡àZ+ð³ó$¦üŽ','¶dMKjMB¤|µ\'V\no~\Z³Ü¶)pHˆv§On','',0,'?'),('Ú§9ê’nDº:9\0/','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/views/js/admin-logs-list.js',0,'›:eZ³W0‹L\nÕ–~Kû','›:eZ³W0‹L\nÕ–~Kû','¨è“ŽÓ“æa’·|ÖHYòøk,hkp2\nYÑf×Þ','',0,'?'),('kîA±t0K&ÍOÝœ<Ü','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/views/setup/activecampaign/forms-list.php',0,'ºà8Ÿ¿÷ƒ”Âôô¸(A¨','ºà8Ÿ¿÷ƒ”Âôô¸(A¨','	Yƒ,®¿¤\Z‰DßÛdÕk\0® ÿÍQwü—àèK5','',0,'?'),('V˜•r]­±3”¢Ùy;ÿ~$','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/views/setup/activecampaign.php',0,'Ê\0!d•ÏÕìõYñ!çwì','Ê\0!d•ÏÕìõYñ!çwì','dM(ò(«ZÔ¾§:¨ßu¾žë›ÅàÑŒjPŠá·l–','',0,'?'),('!~7!ÃœE\nV¤˜µÑ	H','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/views/setup/arpreach.php',0,'”»žU‰ŽZ;éºÉå\n,¥I','”»žU‰ŽZ;éºÉå\n,¥I','X}v‚|.ÚWc>T˜g$ã¾\nl>y¥¢k”+¯','',0,'?'),('±Ÿ?a˜ =•\"!?‡é ','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/views/setup/aweber/tags.php',0,' RƒC¥5ë˜ùÉøàU',' RƒC¥5ë˜ùÉøàU','Dª€/“œ£?;gÇ»	At€ùh,Ôgù)rO<ÜKs','',0,'?'),('ârÕtžQBÇ%”sÍ%','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/views/setup/aweber.php',0,'2¶öÙ©¤…=§ÓVî£>Ë','2¶öÙ©¤…=§ÓVî£>Ë','Ö0Õà7ßÑç2¨Œ%ørÀjy/ÖÊØA\r¬r;¾lU','',0,'?'),('ž¼ä^–w&Ï^hÐSŸ*ŸL','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/views/setup/awsses.php',0,'Ej¾éYÿaAR¸3ž…>ã','Ej¾éYÿaAR¸3ž…>ã','S 3r$×u<ˆõœxa9Lù Fc¤¯T® ^','',0,'?'),('û“×ýSOÓ»”’ö°þ¢ä','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/views/setup/campaignmonitor.php',0,'¦7€xÇúµY\"äÌO','¦7€xÇúµY\"äÌO','ä&µÕ¤Š(Së{ëª/*ÑŠêèÞR²šÞ™}˜Ptù','',0,'?'),('\\om§aeu×F·°ð¤€','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/views/setup/campaignmonitoremail.php',0,'ÇòJ6A(Ì²ˆ÷tSÈÖ\0','ÇòJ6A(Ì²ˆ÷tSÈÖ\0','ÅMªí~ÈUÉÄ7R#a’‚o>L/³ãÔå‹àÛ','',0,'?'),('RqáÛ]?7b)Æ›%','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/views/setup/constant-contact.php',0,'ÆNØ\0°²‘ýL°†˜”‘—','ÆNØ\0°²‘ýL°†˜”‘—','Âi˜2­\rxÉ>ØnâøgÛŒc¥ìa¬Äð* Ü³U','',0,'?'),('Š·‘¥…Š<¥—DiÕ¦´','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/views/setup/convertkit.php',0,'dû•„yØóÉ´.äû','dû•„yØóÉ´.äû','™W	‰NG74a‹Ø„êèû&:»\rUiR¥ãK/ZQ$¨H','',0,'?'),('[¢°n\\—7I«„puÍ”','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/views/setup/drip/optin-type.php',0,'ÊÇ4\'Rã{ô×Åm‰!','ÊÇ4\'Rã{ô×Åm‰!','ù&É²ð3\0Y9WëË—°@’SæÍÅ4‹s!ä\ZA˜ú','',0,'?'),('Ó4¼®Äva!ŒP?à¨','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/views/setup/drip/proprieties.php',0,'¦gx\'î©áƒÄ€·¾ãÁ','¦gx\'î©áƒÄ€·¾ãÁ','Lú>-v–FeÁÀaVC\'Œ£©•¨ó\nrÓ™€´FJÉj','',0,'?'),('òüœ€ôáBÚQÌßþqÁ^','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/views/setup/drip/select-type.php',0,'7­‘ð¥öS[ªŽŸ ','7­‘ð¥öS[ªŽŸ ','\"óúûHRËR‹L›¡MçÛµN&÷y!ÍŠÑ±_‚*8','',0,'?'),('LÊçÅ•p¡®¸FKØ<','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/views/setup/drip.php',0,'…ë/˜Ý©jX]6jC&Šµ–','…ë/˜Ý©jX]6jC&Šµ–','ùÍ¥¿($ ê~m”¯¢?Š«f 9wN·8±ÔUË[®÷‘','',0,'?'),('ÃTóÑ2óÁÜ®ö\"óv£Øg','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/views/setup/everwebinar.php',0,'dl 5£Ëh`\'\'¯çÙy™r','dl 5£Ëh`\'\'¯çÙy™r','×ÛÒWÁ1‘M>	Èaë|Ø7Úcì¬£€Ú¢ðì^NÐ(','',0,'?'),('»r2³™×ûØ¹š¾%\Z>','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/views/setup/facebook.php',0,'¸€v\ZT}ÑÄÆÓG¤¡(','¸€v\ZT}ÑÄÆÓG¤¡(','\"4üBÍx\rë:cÔkÖ-×8²f\\¶(j›pdÜ','',0,'?'),('ºmæ²ø Àã@¯²ŸÁ','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/views/setup/get-response.php',0,'d´%Qƒ×6³¯;Øa|','d´%Qƒ×6³¯;Øa|','»\0g0öÏ¢ ~OP˜ÂO69Ö®{K½ºŒ’ÿÄG','',0,'?'),('?Ä-‹ð;¶Ä²ËŠŸ','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/views/setup/getresponse/cycleday.php',0,'‰\'§]äåË\r§å*ud','‰\'§]äåË\r§å*ud','<}ÐŒÖ_nÈ q€µ298Îs2]#AÆé*X³ëÑ÷ÑŠ','',0,'?'),('¬k Z¤£O^i¥äÑÆ','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/views/setup/google.php',0,'&ÜzF½}’÷ÛöJØYæ×C','&ÜzF½}’÷ÛöJØYæ×C','Š˜ê²CÄš6l^K]”µGóð˜¬ØpÃu®j','',0,'?'),('xµÂ‰í°iå^ÌŸpî','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/views/setup/gotowebinar.php',0,'ãË\"ß–™ªVÀ+µ6åÈ,','ãË\"ß–™ªVÀ+µ6åÈ,','mP›S}÷+ôêž>QíáxWDSp|Což‰xFÞ£','',0,'?'),('_Ðt#‰óˆƒäÁ1£RP','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/views/setup/hubspot.php',0,'[o œoNÎ¦\n^éh+MÚ¦','[o œoNÎ¦\n^éh+MÚ¦','\"ø*à`„u»•êVÞ¿ëÌS¦øó¥éÃùÞY{\Zi','',0,'?'),('Ù£M_­Žôåèçˆò[I„','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/views/setup/iContact.php',0,'8= ãv8÷Ð°>!íï','8= ãv8÷Ð°>!íï','-1CÅÛ¿?2ô|¬r~´Ím°1asnúê½hÆ/œe','',0,'?'),('ˆÓÇ8¨k]gHÒk$%','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/views/setup/infusionsoft.php',0,'™T?vùŸâÙ>RwY‚','™T?vùŸâÙ>RwY‚','ôÆ\r×OŒN/ƒq…óé‹×JL¦`ýTS“p¸3¾ËÂ=','',0,'?'),('(¿$ÏÚïä&,‚›å…g','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/views/setup/klicktipp/tags.php',0,'c„»s÷¨,qd%»7M	','c„»s÷¨,qd%»7M	','c\\t<û¸/åŽ°rëŠªQJ––5j	àg\\\nëA','',0,'?'),('+«ž-£’¾ÕÆ§¢«ÅÏ%','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/views/setup/klicktipp.php',0,'Œ¸¼öYWàæ}âòæõ¨','Œ¸¼öYWàæ}âòæõ¨','¿=7\0¢£e÷xÍ=C©:Í¢¯“A@Í.ÅV¾Æ§]ßÛÃ','',0,'?'),('KªÉø2Ààãø¢\0	Ë','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/views/setup/madmimi.php',0,'6ìJ<cüŽÖ‰~`Îh','6ìJ<cüŽÖ‰~`Îh','°çJØœ­1w¦ÊÍ0ÛÌúÝj’”ÆOüV`¾±.k','',0,'?'),('GµfÊé^é\0#œL','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/views/setup/mailchimp/api-groups.php',0,'uµ3P·ê…m1¾ƒžÎè8\n','uµ3P·ê…m1¾ƒžÎè8\n','iˆoZ‡ŒÌAv ò\0ë’ÏŸc²vìÔ÷“¤–N ƒ\rƒ','',0,'?'),('‹Äœ¼ÆL/Çÿ¿ÂQ4','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/views/setup/mailchimp/optin-type.php',0,'èƒËf_¼½9	Æ\rþ¥Þ@','èƒËf_¼½9	Æ\rþ¥Þ@','/p\\GÏ}%°‹Bò¬üm‡BÌÐ4÷\nB¿2Äã','',0,'?'),('–h›òRH¬µ»fB­Ñ','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/views/setup/mailchimp.php',0,'­šÀ‰,_\n›Õ•äTà ','­šÀ‰,_\n›Õ•äTà ','À²¯…Òà®Îæ@Œk\'üNÉ³öNlëúdúü¸Ü(F','',0,'?'),('äâ‚?x2rò_m6›','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/views/setup/mailerlite.php',0,'4smHU@ó!Î_e|žì[','4smHU@ó!Î_e|žì[','@<ˆN;cå4Áý7ƒÔE)JUÊ3g—šw Ö:!j','',0,'?'),(';êß-ñÔ&hÂ\r¦òx‡','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/views/setup/mailgun.php',0,'Ðe¶Ò·Fr”hM±OE','Ðe¶Ò·Fr”hM±OE','²`Š³7/t|ðh×?ùN¹jì§å“.kÁ2i\0Q,N','',0,'?'),('°R€nY±ýèâJm¯ñÇ','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/views/setup/mailpoet.php',0,'àçß_:ÇZöûl€®t©Ø','àçß_:ÇZöûl€®t©Ø','¾`M‰³ØÑý®šµö\\yñcŽæO¤M‡ùù\n0]5','',0,'?'),('gz:‰~i™Ýz›†¹K´\r','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/views/setup/mailrelay.php',0,'²å…«ž¨õ¥Ø¢å>èú','²å…«ž¨õ¥Ø¢å>èú','u#`=º8óˆ:çL*Êeém§{Ú´Úg¼ò 0]è_','',0,'?'),('Òê—÷:ð›ž¢ô×Ï>','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/views/setup/mailrelayemail.php',0,'Ø›SËc¥\\?oŸx(ñ³','Ø›SËc¥\\?oŸx(ñ³','ƒS³î	Ïm±S8en¬‹„’)cÄñ}\rë²Ê\0','',0,'?'),('”?oäŸ\nLW€Wøú„ˆu','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/views/setup/mailster.php',0,'Éè£fÀ:ßBÐÝ¬«[Å','Éè£fÀ:ßBÐÝ¬«[Å','@OXîæ\0 ¨Â³ÙBþ­UêÅªÝˆ“¼dú°­µ÷Z','',0,'?'),('³ÜÐ	\"õÀ<öôÞØö','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/views/setup/mandrill.php',0,'ÿP^}k)à%~Â¥z','ÿP^}k)à%~Â¥z','ùþ¢‡sº\"<¡’î¦ðôµ·‡ŠŽÑÅx0Gñr|M','',0,'?'),('ÀëDCKî[Ê„64Ó\0Ž','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/views/setup/mautic.php',0,'ï\Z\'eM{/lÁÈòÀ÷æ^','ï\Z\'eM{/lÁÈòÀ÷æ^','¦çÊ’4“d`!´ˆ±»—Æ¨)xH5$£ÍàŽ-kƒ','',0,'?'),('¼Fú2\0åO:HÑ1kn','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/views/setup/ontraport.php',0,'ÕíÏ¤#‹2¯Š\"z³qá','ÕíÏ¤#‹2¯Š\"z³qá','\"Êr¬ç³‰~~¯d×$À3’Ìé€2 <[\"Ùš','',0,'?'),('@B!£ÀØ/ÈðÇ<é*÷×','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/views/setup/postmark.php',0,'K\rn¨é³@Š–q·ó1X','K\rn¨é³@Š–q·ó1X','{‘m‰Â£ÏkûŒomçháÍ®8÷û¸V \n\ZŽÓ','',0,'?'),('‰†EòÙÇ^êÿ&ß5y€)É','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/views/setup/recaptcha.php',0,'÷.¢\Z?5©CKïIÆAÊP','÷.¢\Z?5©CKïIÆAÊP','‚ý”üˆ»8Éï¬Pn™YëƒÊ/p®U¿n±H','',0,'?'),('ß^þ?z4·ì#Š‘\rÄ','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/views/setup/sendgrid.php',0,'GúÙùÄÇÐÁe','GúÙùÄÇÐÁe','½%›@r0Ô˜²Ö6¥›‚¦æ·7lV>ús¯ƒ\Zý','',0,'?'),('JÝ‹{÷;[½/EéèÐ','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/views/setup/sendgridemail.php',0,'Ì	g@yYãé’1.pJ¤','Ì	g@yYãé’1.pJ¤','/÷ùØ¨­!ƒ©3•Û`™ªû6l·ÅÌÒF<WÌ\07z','',0,'?'),('#‘U0½.•Bé³tƒ¢êv','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/views/setup/sendinblue.php',0,'”ëUüÖóP¥TÜ4ÌúÍ','”ëUüÖóP¥TÜ4ÌúÍ','\rbó$¼*\0	‘TãÅ­\0Úáº\ZG0›ƒáª¯‹‚\\ý','',0,'?'),('“kOˆz‰“jeþ¨€','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/views/setup/sendinblueemail.php',0,'Éy©«štvO_W¥4Ûo&','Éy©«štvO_W¥4Ûo&','‘½\\TÎ˜³¬ƒó…è‡+(\rß6‰ug\"=MÕÚ','',0,'?'),('˜ï!Ïü}ÿ2ikæ [','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/views/setup/sendlane.php',0,'¤ftèE’¦»¥û_','¤ftèE’¦»¥û_','FA?¾¿@Ë2ñÚÆ\\¯¨?Í¶¹÷>N5Gîÿ¯£','',0,'?'),('’’/_4Š8I\rZ','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/views/setup/sendowl.php',0,'§ nì°`Ó¯×g1H%¹@','§ nì°`Ó¯×g1H%¹@','§tþ€©^EšKÕ!x#®èªéüß/Ãº²ï…','',0,'?'),('—Ò%]\08?”š~W3p','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/views/setup/sendreach.php',0,'M’Â´£×­÷ë•áþ]¬','M’Â´£×­÷ë•áþ]¬','¢“»S@\rþ¥«‡—Ê.Ãã¡šÂ0î^¶íÑÙ)ÆÞ,','',0,'?'),('N<ø¦Ö#Æujd<²\n}ä','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/views/setup/sendy/note.php',0,'óèZž˜µý|(¦±v¼{<¨','óèZž˜µý|(¦±v¼{<¨','jF@tTw¶\nÂwùA2;w\n48õíMˆ…út\'´ã]','',0,'?'),('»‘À.™Â²…Â„­\'.2','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/views/setup/sendy.php',0,'d¨v‡¨%VB4:;56þ','d¨v‡¨%VB4:;56þ','TºÑYÝl\nsÿÜÉ0í€vŸwÇdŒ†\0Såý|<','',0,'?'),('¼tÙû•oøÈÿá¢^bÎ','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/views/setup/sg-autorepondeur.php',0,'T#{ì\ZGo.]·HýgS','T#{ì\ZGo.]·HýgS','zQZ@ïÂ+y`>N‘9…‰Öf—¡:äH\\ø$','',0,'?'),('A[Ð™ñ¯˜†µ;™ÓÆL…3','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/views/setup/sparkpost.php',0,'™…^¸ä-†ˆlP?øì','™…^¸ä-†ˆlP?øì','¸ãýÓ‡Èì`p w#,\0kE2}çzp\n?h‚ªú','',0,'?'),('zˆ\0I¹¢ÚÍ÷aòÐ6ýn','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/views/setup/twitter.php',0,'¥B»|ðÛËOEàlº\'Q®Ô','¥B»|ðÛËOEàlº\'Q®Ô','\"ç^ebÁYD5ÙÿoäÏø‰–)Ò%¸K#\">>¸<šó','',0,'?'),('ôAsðZ*Í0œ‹TŽØü','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/views/setup/webinarjamstudio.php',0,'ž¾t¸ ñ¢\\}ÍfúXÄ','ž¾t¸ ñ¢\\}ÍfúXÄ','¤@bkFŸ\n‚´oóååöŒEGæC»Ä\rvï]ÜÜ','',0,'?'),('ïÛ—s¬ÜñkÑ:boˆ','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/views/setup/wordpress.php',0,'-¤¹¶g5Ã~ÇÎÄ#/Çœ','-¤¹¶g5Ã~ÇÎÄ#/Çœ','Ü<‹›XWÂ´:¾ïVØ@ùí,EŠ}iùùa»ñ$€','',0,'?'),('’Ž-\"°¤ŸÇ–½ºR›Œ','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/views/setup/zapier.php',0,'5COû¹ao¢5t®¾ë.~','5COû¹ao¢5t®¾ë.~','ßuSU1›è©cQÙ<D˜±´/;U‹k«ñîe-œ.¸','',0,'?'),('DŠö3Û3FÒ¯³çœà%','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/views/setup/zoom.php',0,'ÐÈµ¶ÒÆä&|–°','ÐÈµ¶ÒÆä&|–°','3 J™·+¬BlÇY»(/Âßºe`8HÑ\'w«¾¨ÜÃ','',0,'?'),('EOl®AËEV½ô\Z','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/crons.php',0,'-@œQ–Þ…Ð†f/8¿','-@œQ–Þ…Ð†f/8¿','Õ¿Î_ZÄ[ûv¨Wê692¢z‘ƒ½i²õmPòÒ²€,ö','',0,'?'),('ˆœþ-E‰¥z4_.Å','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/db-manager/class-td-db-manager.php',0,'í†!g¨û++‡´;hAõ','í†!g¨û++‡´;hAõ','ÅxYïËË¢¿ªøàøÉ^cŠ3ò5mO›½~Á_Ö§\"v','',0,'?'),('M°¯ÐŽ0Evðî†|=¯','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/db-manager/class-td-db-migration.php',0,'žâ^\'’8oãÉ#@ÃôÆî','žâ^\'’8oãÉ#@ÃôÆî','O	ÌÄ‡{\rõN@ZKqó|´Û„m$¼RFbîÉ_äµV·','',0,'?'),('Y\nt´ù/¥sµ_±iÐ¥','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/font-import-manager/classes/Tve_Dash_Font_Import_Manager.php',0,'Ã3€ìâ®°‘gá|\Z','Ã3€ìâ®°‘gá|\Z','2¶·³¼ci©»¡¿ÕY±Ê<LÂfÝÄ™‹ì\Zþ&¦“','',0,'?'),('c³ùb-;–/‚Î‚ì­íÀ','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/font-import-manager/classes/Tve_Dash_Font_Import_Manager_Data.php',0,'Ïxþ²g:KcÓ’)iè','Ïxþ²g:KcÓ’)iè','pØºS½Vú±_~”{ûÑÉ;ÐÈ—Åù9žÖDAá','',0,'?'),('.|?®e–zùøãú†fÜ¥','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/font-import-manager/classes/Tve_Dash_Font_Import_Manager_View.php',0,'4âDìäÄ€[¬=ÛMà»ƒ','4âDìäÄ€[¬=ÛMà»ƒ','š¦–wï+éMÈ£gV²®°Iô@&J&\'vµÃ0þ','',0,'?'),('cP§áESÅŸE\"ÌUÏ$ƒ','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/font-import-manager/views/form.php',0,'Ü·RÑ„ÉbLÍ›^8','Ü·RÑ„ÉbLÍ›^8','ñ}YY5û	?Ÿ;Žìx]?`ÈsV¯p)sê¢¬ã','',0,'?'),(';?„ÙL‡ðÊ\0`–Pâ\\±','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/font-import-manager/views/js/manager.js',0,'ãi·£4dîº»þ2YÓÙß\\','ãi·£4dîº»þ2YÓÙß\\','í}Ø¡V˜üNÇ$A–ÎD¦ƒyH0¦>aÃ{ß)','',0,'?'),('ÑÜÌDAÛ\"-]á“¤Š','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/font-import-manager/views/main.php',0,',ÊþR×Ë>;«Üºjo_o',',ÊþR×Ë>;«Üºjo_o','ÈÐ˜÷f4HeÍX6´Ü‚¸Ì[6ËVLÏ–\nÈípwî','',0,'?'),('„æ/¸=x$@•\\H\ZÚ¸','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/font-import-manager/views/messages.php',0,'B<ý‘^á­F’Ñ\n¨','B<ý‘^á­F’Ñ\n¨','ìØ“FÝ§ääa“}ƒ&ØlÖ«ç?©X`4ï|Ô#ÔS','',0,'?'),('+Ñöð”ÁfP¡}ôÀ÷òD','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/font-manager/font-manager.php',0,'³®%ËõlX&«PÔ”Æ','³®%ËõlX&«PÔ”Æ','¦‰Z*wtÄxýi\05ÙxÚ2ì²Ô¤ÚÝ«`µDÍjÜ','',0,'?'),('þñˆF«úæ#îÙºÞuô','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/font-manager/views/admin-font-manager.php',0,'ß§É³Î„¹¾äÝÛ†­\n}','ß§É³Î„¹¾äÝÛ†­\n}','¥ˆñÙtsë\r¼qB\'$_,9ßÂÐ÷I=ÄÛP','',0,'?'),('!ñd æ:±F`ƒ²eK%Z','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/font-manager/views/admin-font-options.php',0,'–^Ûv;\nÿîm¥Ñk„£ò','–^Ûv;\nÿîm¥Ñk„£ò','õ\\æB­wv¶a<Œv(0ÂGÞ/‹³É5Í jc`Â‘ö','',0,'?'),('ÔròK‰ÍÀ`¹\\\'¦œ„','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/functions.php',0,'CÊÿ-ëËè¿w%vCvŒ','CÊÿ-ëËè¿w%vCvŒ','Zì,ŒŒ·\'Ub<rõÕ·ÍÔ÷eêÏã¦€î-%Ë','',0,'?'),('ÞÔºQÁdÐ¢šîN­acu','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/hooks.php',0,'Æ¯«»J0p¯kÁî_[ö','Æ¯«»J0p¯kÁî_[ö','VŠƒO­~É·ÀàÞk?8õ1L©Ùœ,þ+\'ªå<Î','',0,'?'),('/:YÃ¦õŠ¾H‹cm‹\ZTÉ','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/icon-manager/classes/Tve_Dash_Thrive_Icon_Manager.php',0,'býL»‰Ià¦Åís§','býL»‰Ià¦Åís§',';èrÝ9ø2ÍÑÙÄûFŽû“59_á°õ‹ðp1E ¾','',0,'?'),('¾¯óØlÒÊŸ³çxìe','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/icon-manager/classes/Tve_Dash_Thrive_Icon_Manager_Data.php',0,'éŠ`@æm`;µu‹¡Äe^','éŠ`@æm`;µu‹¡Äe^','ó‘lÊ(kq¯°È ²î²ÝÑ®œ^J¦+\nŒÜXœ›Í','',0,'?'),('¦Á×Â{¬]MÒýWb=^','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/icon-manager/classes/Tve_Dash_Thrive_Icon_Manager_View.php',0,'(©Žßî²}ë(³¶Ýxr','(©Žßî²}ë(³¶Ýxr','É\'tÿ÷Y‘8@ç¡O8\" i=?Q‡âÕÙ‘àP?t','',0,'?'),('föR[¤e\núQGu´Óx’','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/icon-manager/views/form.php',0,'¸Ax;“Ý¤ïC=5Íj;','¸Ax;“Ý¤ïC=5Íj;','?×bBÏ¢I„|:Äk%PädõçŸ8ÕnŠŽÞ¤g˜:pûN','',0,'?'),('ý·€sV«ç3pS¸[÷A¸','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/icon-manager/views/icons.php',0,'¢ë\n”oµÚgŒcçSGõM3','¢ë\n”oµÚgŒcçSGõM3','°ä±ÇYB<°‘açí;Á§Ðy‰Zÿ†÷u½Å%Ñ','',0,'?'),('ñú§wªJâŒ%ÎsÞÇ½R>','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/icon-manager/views/js/manager.js',0,'ñdÅ[98ŠóózñdåO','ñdÅ[98ŠóózñdåO','wr«/»í®xm–Ù¼Lh×Ž–w”é_ºà¼üù¿Y','',0,'?'),('×{©H }’…î\r—ŸUš’','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/icon-manager/views/js/manager.min.js',0,'ªqb¡yÈôÖ_ìW{tó','ªqb¡yÈôÖ_ìW{tó','@ôÖeo„É‹\\þt\ndSdýÃñ‚›ŠŒV‡O','',0,'?'),('œ5ëhãD+®SçRËKŽ$€','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/icon-manager/views/main.php',0,'õWûœ dÄÞËu•5\'Uß','õWûœ dÄÞËu•5\'Uß','^Ž-ºâf@ÅÙÞ¢Ë#œ¹´‘fs‰ª¾fƒƒ/\0','',0,'?'),('¶ïCæÜÅá\0ÏÔ%«Ðs','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/icon-manager/views/messages.php',0,'Œ.®S¶,ë0/Aˆ]*¿','Œ.®S¶,ë0/Aˆ]*¿','<‘»1Äç‘ª¤`ûš‚0óT3L1ï§ûåðô–’8','',0,'?'),('¥\'Í¼ÂŸæØù½n,Ž~','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/notification-inbox/assets/dist/admin.js',0,'/{bóº\n _¥sd~ë™Ç7','/{bóº\n _¥sd~ë™Ç7','æi´¼ôë¡ÉgXÙÿ¶¡ÿbß.	kÁ&0XåÐ~¤i','',0,'?'),('?Ñd¾M[4±^-75','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/notification-inbox/assets/dist/admin.min.js',0,'¤)\rÚr2KþP£R','¤)\rÚr2KþP£R','À?Û/ˆg¿A¿6‰Þ§b^CnPõ9©ö1\"{Z','',0,'?'),('`òv6ØË Ã6ÿdÛ-àM','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/notification-inbox/assets/js/admin.js',0,'þUþzôæ?¼‘`iN','þUþzôæ?¼‘`iN','½†,©ãXM£„-o3ÊÖùRM|œ RÙÍô®z UJ','',0,'?'),('Ò3,˜ÙGœ0‹QÅ<','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/notification-inbox/assets/js/collections/base.js',0,'Æ-Ø]À(—	Iëôûˆ;Ù','Æ-Ø]À(—	Iëôûˆ;Ù','ÚûO~nml\0ë|áþ×{vÉîå!Ôø_úøqnñ…>','',0,'?'),('[3RV×h¾€­Èž‘X','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/notification-inbox/assets/js/collections/notifications.js',0,'ç¶óÂÑ¨Tjö‹ºÝ¤7','ç¶óÂÑ¨Tjö‹ºÝ¤7','ˆÝj2¿Öƒ>,Hv#3Æw.LÓ\rcAöo”7Eä²@','',0,'?'),('×5ëÖE<5w1°þ','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/notification-inbox/assets/js/models/notification.js',0,'jd€ÀüÖÑB${q¬Š\n','jd€ÀüÖÑB${q¬Š\n','n¸¼t™P§É÷#ÚO]ÄÁ³t‚áð½8­<38¤','',0,'?'),('9†ÿûy.…Ä ü]Ø','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/notification-inbox/assets/js/views/base.js',0,'L@«ls«Õ­t;ô‰é±','L@«ls«Õ­t;ô‰é±','Ü\0RÐ“TxƒB¼yi+M©“Åªw6\\9úé<é\Z>s','',0,'?'),('ÓÖÂïtÕÚK:h\'Ëk8|','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/notification-inbox/assets/js/views/notification.js',0,'™t@¨7G”Þ,•i6+íV','™t@¨7G”Þ,•i6+íV','‘|ˆÄäÉèoÈ³…÷t¯B”«¼â‹ˆ„ÆÉáJÓÍ','',0,'?'),('­nJiï›‡ÁT\0®cÅ?','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/notification-inbox/assets/js/views/notificationCounter.js',0,'\\/@±BU ©ÑÞä\nfMa','\\/@±BU ©ÑÞä\nfMa','5°ÈT1ô>ÿƒ·àÉà.\0«ýhÀ5¦Ð®YÊm<þq3Ê','',0,'?'),('hk½O½W+¡Ø_áŒ=','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/notification-inbox/assets/js/views/notificationDetail.js',0,'ZÇ¶ì[Ç#µø‡ïÊ:vÍ','ZÇ¶ì[Ç#µø‡ïÊ:vÍ','Ñ§ë¿·.§F@/J•w´Qó# OýÜU\\zt¯äü','',0,'?'),('Õ–#˜H¶Å8b«ã†!#ñ','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/notification-inbox/assets/js/views/notificationHeader.js',0,'X]/¢5UúšÍ˜Rã\\','X]/¢5UúšÍ˜Rã\\','?´’t3öúÉÝË\'#%Ú¤Üúúy³	T‡µQ—šæ ÑT','',0,'?'),('ƒTÄ#s-ÛUgà”}S2','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/notification-inbox/assets/js/views/notificationsList.js',0,'³ê2Íë%È¨½SZ;…\n','³ê2Íë%È¨½SZ;…\n','aõ—v{›”J3ïñ,žÃ•@ÀÓùÂö-¥À«(p˜½','',0,'?'),('m¦l½·C¾õ÷ôµ•d¦õ','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/notification-inbox/class-td-inbox.php',0,'û2ç®1ÌeÖ¯n{oô','û2ç®1ÌeÖ¯n{oô','šJxWG:™>»„”¢ôÒ“s\Z‚éq#ÁT¥ƒ}r’b','',0,'?'),('§Dï–Âp„­\"äã¢šèi','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/notification-inbox/i18n.php',0,'Á3óR\0{¾)$¾möqú¸','Á3óR\0{¾)$¾möqú¸','ÌN*ýrz©û²§Û5nQÊþÂ&!ÑV¦Ã}f›','',0,'?'),('4ä´bQ^ñÞj‚dÔ)R','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/notification-inbox/includes/admin/class-td-ni-ajax-controller.php',0,'iRÀ—úy(\n4Ò¢&¾yo','iRÀ—úy(\n4Ò¢&¾yo','°ë”ºmWÍŽÜø2ýuÝ¡ÆæÙGÎ$)É4çjÝ7s','',0,'?'),('ôH}æÊ2Þ5R.ú¼®V','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/notification-inbox/includes/init/class-ni-inbox-manager.php',0,'*Ùƒ‡É9Çå¸#×ã=Í×','*Ùƒ‡É9Çå¸#×ã=Í×','÷±.‰²\\;RíáÎ;?´öD_£IT$Pµœ o X','',0,'?'),(',°¥F“wÆ]aé‚·.','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/notification-inbox/includes/init/class-ni-message.php',0,'ØÐ~èoø_)ð;·$“','ØÐ~èoø_)ð;·$“','\r¤Ö¶f2è9b–ú&ªe¢”ïc6Ý›ÚGcM¯5àÁu','',0,'?'),('”ætMt½ûN[Wß7„.2','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/notification-inbox/views/templates/backbone/ni-notification-detail.phtml',0,'Ïý`*wŠÞ\"{üCÀØ”','Ïý`*wŠÞ\"{üCÀØ”','K÷zØ\'1…²Œ¸×éãy„à~‡|ã0;[*','',0,'?'),('íÇŸoõû…`¹p&úçyú','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/notification-inbox/views/templates/backbone/ni-notification.phtml',0,'?JÞÈlŸÁ´Öµ\n\'j›b','?JÞÈlŸÁ´Öµ\n\'j›b','Ás2™›ÕrŠôÐ}hƒ°ÄÐ±=éqÙ§®å¦×/¥1','',0,'?'),('Cè½äß\0Áy¬*…/:û…','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/notification-inbox/views/templates/backbone/notification-header.phtml',0,'pÅõ×6öÉ¶”Â½\'Û','pÅõ×6öÉ¶”Â½\'Û','l7åx™w¢YÐVZå)“‹/ƒº×`½ëEaXUÒ¹üÆ','',0,'?'),('’GÄÈ¢(¬\rÐÂGŽ<`Ï','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/notification-inbox/views/templates/notification-inbox-button.php',0,'`‰Ì]¡{á÷·/ÓOï5','`‰Ì]¡{á÷·/ÓOï5','\'µ\"Ï/pÿ8¨zå«™…pö“é-8^zD ^ÑÇl#ÎÉG','',0,'?'),('˜­A¹zî…d…™ÙÏVrã','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/notification-manager/assets/fonts/tvd-nm-icons.svg',0,'P™ŽéªŽñ<¤¯IœLÏ','P™ŽéªŽñ<¤¯IœLÏ','œ°E?%Ï©¯.P÷/wâÄúU6¡àX]Òø™df¢¶','',0,'?'),('õ•¶Ëì¬”üj©:Cå‘®U','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/notification-manager/assets/js/admin/backbone/modals.js',0,'ŸR<û˜h%Ìz!H^Í','ŸR<û˜h%Ìz!H^Í','îA*¹Ò—	ƒô	6Jˆh–—-‚xúZUÐõ³‘‡àzm','',0,'?'),('´¥i?-al4ÉbÑØÓ','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/notification-manager/assets/js/admin/backbone/models.js',0,'ÙÊ\rc3m7Iy¹ƒ˜','ÙÊ\rc3m7Iy¹ƒ˜','ëª@~‡k%MtïË0òNeƒ€„â/–‰+ÄCu//™%n','',0,'?'),('2´£¶y6 ¬EÒ)úL6ì','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/notification-manager/assets/js/admin/backbone/routes.js',0,'	eMñ/0Ã†\nÝyR·©','	eMñ/0Ã†\nÝyR·©','¡´Gdñ¤ÜjYÉ›]tÂ\rÁv×ÏÜ‰3IT˜¡JyÝ|','',0,'?'),('º¬±7Ë«’÷ëWð©‹Ú','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/notification-manager/assets/js/admin/backbone/util.js',0,'KÏîD#CO,mð‚','KÏîD#CO,mð‚','LÃÌølŠV¼„aI8òqÑÞ½ÜŸÓë}ñ<†R.Ý‘þ','',0,'?'),('&*^­ë*½Ýï¦U&]è','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/notification-manager/assets/js/admin/backbone/views.js',0,'”(ß\riž’!”À¦Ýµ¡','”(ß\riž’!”À¦Ýµ¡','[Ž<.ú†¡µ#:Þ5œnÃÏú!	DÃ¹¿Â»œûÈÝÉã','',0,'?'),('´’ÈM5¢D4\rËög!ô”','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/notification-manager/assets/js/admin/backbone.js',0,'ÜZ˜ Àµ Öí_òÏ+Ä','ÜZ˜ Àµ Öí_òÏ+Ä','²³YˆóÜãËëãnè˜$‚ZKŠ¸1ðþRX6ÍGF’ú','',0,'?'),('©OìÛ£åñ#$¶xY±á+','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/notification-manager/assets/js/admin/backbone.min.js',0,'1~¿¨JíÁS‡äŒP¯','1~¿¨JíÁS‡äŒP¯','ú¯k“ö\\O¡`Î9nh³ŽñV>ø&™™^ûidw_','',0,'?'),('è¬ždŠçA7Ø~\0K®','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/notification-manager/assets/js/admin/wordpress_notification.js',0,'ÍÖfi)¨â—\0Ü©îáº','ÍÖfi)¨â—\0Ü©îáº',')îš\'§ƒ“y¥ñk­ï¿eå8€îFŒÝ­ç3â','',0,'?'),('æO2rƒCÝ¥;îô@â','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/notification-manager/class-td-nm.php',0,'v¸ÄÈi>nœv7O¤','v¸ÄÈi>nœv7O¤','X	€±å¸\'ÊaÈ²­;ÇÊLÊ%®Ê!fÞ1=¿C†','',0,'?'),('Du	\n³K¤TIöµ…q#,Ì','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/notification-manager/i18n.php',0,'Ãá«vo[ëÐP™MJj','Ãá«vo[ëÐP™MJj','WôY÷ÏÐyé#Q¦5¹Ö#Üª´öEI*Ó”˜éñÀª4U','',0,'?'),('c*uÅÚ\\ú¯ÃÞ\'7.‚','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/notification-manager/includes/actions/class-nm-action-abstract.php',0,'i5öAq‚KEfìïÉÊV','i5öAq‚KEfìïÉÊV','êÑ!³â/:¦³œÝ¸KáÐp\nEÂù2&-ep”¤à8Ðì','',0,'?'),('{1Hó|›½óöóZb¥','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/notification-manager/includes/actions/class-nm-action-custom-script.php',0,'÷îŸ7rÄ§hù#¨¸Þ','÷îŸ7rÄ§hù#¨¸Þ','ÓžOÝ–~ÉåNh|ïeŽÂt&\r=lŽ#^ª×þs','',0,'?'),('YÆ[w Üõ.tEdTx','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/notification-manager/includes/actions/class-nm-action-send-email-notification.php',0,'áO‡Âl=»´2Ã­v›','áO‡Âl=»´2Ã­v›','m¶_G]aÆ\Z}ëw3u—HÔˆ¶ö9Â­S;‹Ñ','',0,'?'),(',7¨ÊÚªjò5È¨¥Q0Á‹','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/notification-manager/includes/actions/class-nm-action-wordpress-notification.php',0,'¦·C	‹\'_·éÇ—òç','¦·C	‹\'_·éÇ—òç','H;úBª›“´­Q¿ŽÏ>j_@½®$LêéYsŸ‹ý','',0,'?'),('ÄùýP—c±£Hú¦v–','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/notification-manager/includes/admin/class-td-nm-admin-ajax-controller.php',0,'ó\nTÒ‹AF¶‡ª¼‘M','ó\nTÒ‹AF¶‡ª¼‘M','Ë{=‚µeàøµÚd¤ÓnÅžSvgÌÞyó¦ºÅhaÄãD','',0,'?'),('FŒ,ÏåÑ=@îLdˆFï','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/notification-manager/includes/admin/class-td-nm-admin.php',0,'{Yz‹8![B$àDµ','{Yz‹8![B$àDµ','ï\\\Zð»Šó¾ŸÑqê¼	Õ5ÅÛ*¸êßAÔÔ.E','',0,'?'),('ÌtYÕ¾íÑ#Å<\Z?ìIÜ5','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/action-type-box.phtml',0,'iLÆ¯Ny#ÌÒáÄG9éé','iLÆ¯Ny#ÌÒáÄG9éé','Â¹ÅjÔH-Ž£æŒìçä‡0°ÐÁ8Œdõ¶×35læÊ','',0,'?'),('M¾ofX_…Ð{ód x­','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/actions/settings/custom-script.phtml',0,'lô‘PÆ\nÖ”¿•^›ªN','lô‘PÆ\nÖ”¿•^›ªN','=#2±`6G²î­!ƒ\"Ó]B?‡Æ«)¤ŒÓ*èpò','',0,'?'),('3÷{ŸÐ‹ÌE„>U#','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/actions/settings/send-email-notification.phtml',0,'õ¶´n9’\\™ó¾ùc.q¨','õ¶´n9’\\™ó¾ùc.q¨','ÃqY4å({ŠeýÖé¬šì’ \"[€($ÁC&‡\0','',0,'?'),('Èí*¬et»„×(\\óZ_4','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/actions/settings/wordpress-notification.phtml',0,'K=¤­øÝXŽgÓèÉ_','K=¤­øÝXŽgÓèÉ_','ãd.xÙ{£ø¡¬ïß„¤C™W‹NÉ0Y\\90\ZsÝ','',0,'?'),('–Â\"s\n€±ŽóÎª˜m—','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/breadcrumbs.phtml',0,'%ñX=½³èõT`Áñ','%ñX=½³èõT`Áñ','5‘QÙ»³NWù1ìÐµçÆÿŠ%cýíå/©ÙÆ”A½$','',0,'?'),('N)	,õó¸ˆhP†¦á','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/dashboard.phtml',0,'ÅseÂ9ëÐW6ß+\Z','ÅseÂ9ëÐW6ß+\Z','bt¿ Ú4 arl€î?C¹ÐWG”Ûé¼Äáàç…ˆ','',0,'?'),('ìõê–È|%ñxí™#¾×$','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/header.phtml',0,'Â_«1\"Å3\'€D®®¸','Â_«1\"Å3\'€D®®¸','5ÿÍ®¾ÐUŽ\\3Y¿¶µøì›˜vw2Cä]˜g€µÁW','',0,'?'),('žÌû\0ÍKVÞ©Ò”¢ZÍ¢','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/messages/form.phtml',0,'Ï£QÎÒ¬^£}6¸FhØ','Ï£QÎÒ¬^£}6¸FhØ','k-Äc.¢jGµŸ§X–FIk¸‘åÂË5iQcÍy','',0,'?'),('ïéI?¡pÈ»)l¶M4\"R','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/messages/shortcodes/item.phtml',0,'›_ï‰§ þÁxaÀžG»Í','›_ï‰§ þÁxaÀžG»Í','™aÙ.U@t=r½=Çâ¨ì7Š@îvô`è‹D±Q\ZF','',0,'?'),('çbü[:¶8Ë]ozlôŠŒ','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/modals/add-action.phtml',0,'aB¨AògÌÙõV¬³†','aB¨AògÌÙõV¬³†','4ùy—OÕs´‘è•\0Ïr¤µCáØ5‘b µÕ…¼/','',0,'?'),('˜„WgOÖvÉ87„N=î¬','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/modals/create-notification.phtml',0,'QbÊÁ–TâRÖûˆ£³{\nL','QbÊÁ–TâRÖûˆ£³{\nL','D¨î`U\"C\r^mqxùåýãýš|†g•ÕñKY(¹ª','',0,'?'),('-A¡Åµ¢¦ŸrÅÀR˜Q±','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/modals/delete-confirmation.phtml',0,'wÅ±q‘{¸2·%XÌ\'8£','wÅ±q‘{¸2·%XÌ\'8£','HNt£-ó2)€€ã3ßƒá©‘(§‰šÛÈvø08','',0,'?'),('ÄÕÊÿÿü¿Ë]>[IAŒ','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/modals/edit-action.phtml',0,'Œ?jˆu*UÚ»LÂhnå6 ','Œ?jˆu*UÚ»LÂhnå6 ','\"l\0CG£}H„]ýHgpY5Jõˆ‰âTpQnl¾','',0,'?'),('èrt­~WÀò]ßIŒ‹-Îû','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/modals/edit-trigger.phtml',0,'Â¿ÓEû-hUOfÛƒàî','Â¿ÓEû-hUOfÛƒàî',':\":£ÙÃÍMó*¥ß!²œª\Z8~}õ<<H^mÉQ','',0,'?'),('ÏÎþ/rìÙºÞñn“I','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/modals/email-services.phtml',0,'#\rHZÈ+Å%Â','#\rHZÈ+Å%Â','PmÝêðEÑÐØç•ßMüNŸLú;®\'ËøGaj°ÚÀ','',0,'?'),('†/â¯s®BêIñö¥4\"v','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/modals/notification-summary.phtml',0,'Z´5³7\r\Z‡*ðû\"›¿X','Z´5³7\r\Z‡*ðû\"›¿X','Y 2£	’Ö`AÖC@J8HÛ&Ö^Ýøñ\\ÙSø','',0,'?'),('½2‡SÉÐ•ÙkCl»z','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/new-button.phtml',0,'I_BJ:®Êeñ½Tßû','I_BJ:®Êeñ½Tßû','DÀÁS_,oÜ¾Žl>~ÀÑ€ó_ÜŽµó’÷Ÿüˆ}<×','',0,'?'),('/?ŸL\ZHì±À\rç2ÇÂ','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/notifications/item.phtml',0,'¢/Pæ3^ÒSqJµÎ	´‰','¢/Pæ3^ÒSqJµÎ	´‰','ˆÓ£É!Ç5ôjž,ÿße<Êçî>ÈÔžçâŒ3“µa','',0,'?'),('tLFú~/ºÿ«½	…','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/options/action-buttons.phtml',0,'‹ïfœ\Z&T\'q	&ÑJ','‹ïfœ\Z&T\'q	&ÑJ','*9)9¾‹œ]¶;9¤8®èïX!\n<ÊÖi@©E>[','',0,'?'),('åœèÀº$1âú”Q–­ù','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/options/checkbox.phtml',0,'G›”²K®ÄÇ(U´O','G›”²K®ÄÇ(U´O','º‚Õ’&øS½Iî¢×³¦»3\0Lï¢ìn¿¼vý–˜µ>½','',0,'?'),('¾„/Rµ¡»€¾ÂYä¢½y','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/options/input-multiple.phtml',0,'¬”Ø²‚“öÆ$Ðt¡\nŸD','¬”Ø²‚“öÆ$Ðt¡\nŸD','=\Z;…àãnÏøT¯‹bNÉ‰šž=¾ÌÀðÆ}','',0,'?'),('oË~Q\n`ŽÌB|È\nB·','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/options/input.phtml',0,'-{gnƒN9®Y9[ú2Ñç ','-{gnƒN9®Y9[ú2Ñç ','gDÐï=hÆ#\\ôÚñë“kŠxºöúJHÀžTBv¹8òj','',0,'?'),('{\"ÔJù¦k¼JŸ‚R~É','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/options/option.phtml',0,'ÛaŒx}lÐÌŽîë)N','ÛaŒx}lÐÌŽîë)N','\ZÈÓ—Z÷£Øù`½ufÿ}mÑvûôZ`áçá~	 ','',0,'?'),('%¤³ð)²¼mqQ¿tLú\Z','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/options/recipient.phtml',0,'8\"ç9F¯z`vµ6Ì& ­','8\"ç9F¯z`vµ6Ì& ­','¿²SPÇúÏ0MUkéÉ\'ó7t3xXoäã©dIµÁÞ','',0,'?'),('b¹v\0“MAîh3—Šl','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/services/item.phtml',0,'„Èóÿ¼ëšø\"kÂ.«','„Èóÿ¼ëšø\"kÂ.«','(\'YÓ¹¨ÏÁ¿¤¨umH®ryô‘¼7ú92\"^\"C','',0,'?'),('‡a¾+ à¾%ŠÁ˜uçl','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/services/thumb-item.phtml',0,'ÐNðÄUôŸ–óéwô¹','ÐNðÄUôŸ–óéwô¹','Ðü¬ù7 çq—tQÉ)Î•ÏÑ|þ@OýÈ`ÀP7','',0,'?'),('¸hÌAÁjþ<\00öT','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/summaries/item.phtml',0,'‚ºþ­ð^-O-N•','‚ºþ­ð^-O-N•','`\\ûÝ·lc¬×Ÿ˜wËsÍ)?#Œ^™î ¼@','',0,'?'),('C&OSöåŒG¦›cìÌ7©','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/summaries/items/action.phtml',0,'¹BÄÙ»\'õR¼<O“(P','¹BÄÙ»\'õR¼<O“(P','k3ÿ«p¯ú»z·AÂöb*²cdGnð®+Op¯¤’','',0,'?'),('6ašâ^ŸìßÕâØ”PÖ','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/summaries/items/actions/custom-script.phtml',0,'ÌíÙAá–†¢©N]}VŽ','ÌíÙAá–†¢©N]}VŽ','Í‰Ý³7O¸¬\n)ø¡(Ø~\Zô)¿lèm³)Îq\ZÙY','',0,'?'),('D«ŒŒ°ã4½Š«','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/summaries/items/actions/send-email-notification.phtml',0,'–8‹Ë.˜=(k1','–8‹Ë.˜=(k1','ÞÞ”Àêü{H\0/ó¶Ÿ4«§Ô\'ƒf“+º¤aðz‹Ô','',0,'?'),('4$mulÕ¢rY‰³{','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/summaries/items/actions/wordpress-notification.phtml',0,'ƒD—ê‘jîÜÓóùžš.ÓI','ƒD—ê‘jîÜÓóùžš.ÓI','U}\rœÇƒ]ïM²® Ÿ@ß›\Zõ/µ‰”aã->Nrt	','',0,'?'),('¤Ð Ñí FÊ~€6l³Ò','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/summaries/items/notification.phtml',0,'	ësÅ^êIP´ËÛNÑóé','	ësÅ^êIP´ËÛNÑóé','>•NN#wøõüÎÚ¢a¤k´c\'¥¾:âŠ/Þ{€','',0,'?'),('«Z\'£–l¾üá\ršÈ°Jxˆ','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/summaries/items/trigger.phtml',0,':¬Ey 1ŸXf`Õá½Û',':¬Ey 1ŸXf`Õá½Û','–4„[Ë@Êê¨Ê«ne,Oæˆzý:»þ²o','',0,'?'),('jaÒ2ëC\rö|]{Ìîf','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/trigger-type-box.phtml',0,'*FçÅ®%kf8\rŸy6Ø','*FçÅ®%kf8\rŸy6Ø','þ¾Eˆc¯²ÒžžÍ‹ë}ƒoòjŸú­™þ¢Ð†ÌëÓ','',0,'?'),('ÿzÞì|€Ñ‘©ù£¾Û0','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/triggers/settings/email-sign-up.phtml',0,'Ç2“OÉàòdäàŽJúË','Ç2“OÉàòdäàŽJúË','&~Ì€çÐn¯\\3»Ý¥6RÑ*]Gâ–Ž%û<ÛäDièi','',0,'?'),('ESÞå¡_w’A?ªw+','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/triggers/settings/quiz-completion.phtml',0,'\0õø2¶È*ñŠa}PÁægš','\0õø2¶È*ñŠa}PÁægš','GßKZgÊ!Ø€­åZ¿Þ¸·¾÷CL¯²¼ýŸ¶	E!','',0,'?'),('jÊêû	Òwq6r2ç0','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/triggers/settings/split-test-ends.phtml',0,'iéP¼¿™d\rÊ]ÂW˜l','iéP¼¿™d\rÊ]ÂW˜l','!ßÉ‡þ£ÖzÂ£Äú8fCqý™.•‘ÆüèüÃÀhéÄ','',0,'?'),('ÂÔO:n>%Ö#þ4ÕÀùO','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/triggers/settings/testimonial-submitted.phtml',0,'Ãn½RmSÕbôPÇ¨FQÎ¹','Ãn½RmSÕbôPÇ¨FQÎ¹','ÃÏLöÙVÄÃŸ¤µ…okÿ…êöÿqŠý„&','',0,'?'),('_¯–øf)FrMIwFºì','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/unavailable.phtml',0,'´\ZÒ3è\0R&|íH?€…','´\ZÒ3è\0R&|íH?€…','–Ÿ”z§YìÎ:íµ‡Š=Cœ±*ìLýÐÄEÜÅ#›Å~°','',0,'?'),(' Û4´?‹:#»’ØX}ñ','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/notification-manager/includes/class-td-nm-ajax.php',0,'D³þ,tqæ>1àAû™','D³þ,tqæ>1àAû™','óðÑr+²Ö–8æsªŒ¨£E{^5›‚ub}ZC–¡','',0,'?'),('RMë#\Z6!¿›³fôN','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/notification-manager/includes/class-td-nm-checker.php',0,'Äñ)ÝÁïòò¦	rlì5<','Äñ)ÝÁïòò¦	rlì5<','bOCY9?­hÉÉ¤Ñ`}îþÊýp9Ãb„ÃºÓÓnÎ','',0,'?'),('ÀòòU\\5Ä²“bÌ¸;','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/notification-manager/includes/class-td-nm-data.php',0,'¼/\Z‘\Z®]R©yÊCC\"','¼/\Z‘\Z®]R©yÊCC\"','¬ùº>ò£§U„€6é‚³TÖò»i¯Ž]@ngù','',0,'?'),('Ê1ÆÀ\røØ^ÄõìÆ‹','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/notification-manager/includes/class-td-nm-post-types.php',0,'—;Ð\'\'«2xñç¶½','—;Ð\'\'«2xñç¶½','Ü8rAJdb¹ýhHh—ä5Œ²ÜìÙÿø½†Ve	ýj','',0,'?'),('$q%ø›ub·l Ú*èÉu','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/notification-manager/includes/td-nm-core-functions.php',0,'ý+tŠQ‡À*\\+Ä¦çI','ý+tŠQ‡À*\\+Ä¦çI','L]¥WêBùŒ°h¿ÙfÇÿç­+zü…8î•£Å','',0,'?'),('›€mƒ™\'÷Ák©‡ÈH','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/notification-manager/includes/td-nm-data-functions.php',0,'›êêÇÍÖÝ_ÿW;±','›êêÇÍÖÝ_ÿW;±','…˜xi	ËL1Æ0L1öõž]ÖaäwiõJRzOjXtÐÇ','',0,'?'),('rbêuòú˜ðÁ¡¨áMA','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/notification-manager/includes/triggers/class-nm-trigger-abstract.php',0,'ÈÂ9¦±êlxo.Úù','ÈÂ9¦±êlxo.Úù','Õêe)¤äÇc£d`ŒDlUd\"r“èºÞŠ6ze^ï','',0,'?'),('ú®T‘DÊèNÐðfT»êÍ','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/notification-manager/includes/triggers/class-nm-trigger-email-sign-up.php',0,'ò²a„žÂJwß_\nß{|Q','ò²a„žÂJwß_\nß{|Q','ÏêP eÕwAeµû	b^™ˆ{gÏÝŸ OöwüºIÇ','',0,'?'),('‘ahSž°Ü ŒTƒ_õ®Ë','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/notification-manager/includes/triggers/class-nm-trigger-factory.php',0,'¬Ù\0ºÈ•fL ð×µ1','¬Ù\0ºÈ•fL ð×µ1','ƒŒýIÀÐ‰Á$MïÐc$jéu„òouïôA­‹º0(xÈ','',0,'?'),('ÔÙÅ$V:©XÙ¦{î’o<','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/notification-manager/includes/triggers/class-nm-trigger-quiz-completion.php',0,'f,39YÀxÊªÊÿH­‚','f,39YÀxÊªÊÿH­‚','ó¥|Ým¯Ý*uG§ŒoªŒß4¬\Z?cV-vA”>','',0,'?'),('ÒÖE´íª|T¡Ø†?s˜','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/notification-manager/includes/triggers/class-nm-trigger-split-test-ends.php',0,'EhŠØÃo¸ZË¼®S³','EhŠØÃo¸ZË¼®S³','aÆ<$’µ(/öÚp‘bOÌ4öcÇFxQÛÆÛ÷','',0,'?'),('$-Ï³ë¢‚žoŒ¾¢¼a','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/notification-manager/includes/triggers/class-nm-trigger-testimonial-submitted.php',0,'ö.¡,~w’ºzú@	a','ö.¡,~w’ºzú@	a','5‰þLbòqG•Æ*£³¢_‚‰[5¶Ã{×','',0,'?'),('V*Í–¯fî¯˜}Â­?T','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/plugin-updates/debug-bar-panel.php',0,'m@ÕwÞŒƒwß*áoˆ•','m@ÕwÞŒƒwß*áoˆ•','¼ð7±Šà¹Õé‹4ôƒÌÅáfu)WYD—ók3Îsó','',0,'?'),('4Ñ£Í&†’Û‡iê!K¨\ZY','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/plugin-updates/debug-bar-plugin.php',0,'‡ZN©4O%QqBùŸƒ“¢','‡ZN©4O%QqBùŸƒ“¢','ÅqM4´¯ÄvÉùO„³Ñé°ú¬	\'RÙ–„Ôp4¤','',0,'?'),('}_ƒ½	8Ü-£ÿžŽ','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/plugin-updates/js/debug-bar.js',0,'ÍõŽH_T\r˜r*.ðLtô','ÍõŽH_T\r˜r*.ðLtô','Bœ°,<ÒÉ“ñGÁ«$U1Ýoh	3\\¢~¯ZÛhP','',0,'?'),('\"ÇêU¦^íŠ¤Ò+®ES','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/plugin-updates/plugin-update-checker.php',0,'ziÈ²<R—Rôg6Üb','ziÈ²<R—Rôg6Üb','kWãLì+\r‹›I•Ä„évqÀ‚zW‰Ü\nÍ-$','',0,'?'),(' \rœôáôŒx‚N¥QÏ','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/script-manager/assets/js/admin/models.js',0,'³ƒ]ÓÚjÓO¶¢žÉë','³ƒ]ÓÚjÓO¶¢žÉë','PØÙ9É±­¶ë–Ê\ZÜ[	ÓË‰ýP&ý/x†b·±7À.','',0,'?'),('â¾U³U2—½îÀqÿ·þ','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/script-manager/assets/js/admin/routes.js',0,'46¢6µž‘¶â1à4ab','46¢6µž‘¶â1à4ab','·(«¢†ma\'!ñ}ú9éÁ#/S“XpCÕ¥’ˆ”…','',0,'?'),('@¡f”Ìˆ³°ÛÅ>&éÝ','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/script-manager/assets/js/admin/views.js',0,'½º55§XÛçLùbO','½º55§XÛçLùbO','Àáñ¬ÄÜ“=z>ºe¯½17ÚWíT¼0ÙÞë','',0,'?'),('Ø”—×‹ËáÏ6×(ì4<¢e','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/script-manager/assets/js/dist/admin.js',0,'Oì\ZVo9Ã2ý˜NÜç3ý¿','Oì\ZVo9Ã2ý˜NÜç3ý¿','ÀµÛØûtƒGNêCÜ±¼ÇNY\r€b „E\\Ž”','',0,'?'),('\"œÓ¾ÑqÀX£4Ÿ3!Ñ','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/script-manager/assets/js/dist/admin.min.js',0,'›¦XMøfº…9ãcOHéË','›¦XMøfº…9ãcOHéË','ŒaU;¨.8!¿5=·hõœÏ·§î¾H‡u‘¥‰\r','',0,'?'),('ä,\\dðbf¡óæŽD–','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/script-manager/assets/js/utils.js',0,'	¹Š}j¬ÔF{Ž¹\'Î‹','	¹Š}j¬ÔF{Ž¹\'Î‹','Kà-Âµœ„ |Ä/BäËç¯‹)üŒ¹kdßÝ)…Iy','',0,'?'),('ôMô’[ÌŒþØD}ÛWl#','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/script-manager/class-tvd-sm-constants.php',0,'sR³ìãu{‚C¦ì¾‘ïn','sR³ìãu{‚C¦ì¾‘ïn','óÌ‘wš,)á´ÿé8{—AÂQd<$pU<Eºp	]{','',0,'?'),('2TÂ¹dÁªc9˜öY”','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/script-manager/class-tvd-sm.php',0,'c(tCùó|ã\nÔQ¢HN','c(tCùó|ã\nÔQ¢HN','Šþ’ƒÿ_\\cg9-1¤AWD$\ZÀ˜”Øë¼•*%kŽb','',0,'?'),('÷G\'Të,ü”ÎÏewØ','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/script-manager/includes/admin/classes/class-tvd-sm-admin-helper.php',0,'Ê‚‘C#62š>]œru\"','Ê‚‘C#62š>]œru\"','•°k¥‰ËÌ.ÕÚ¨ßØ2=ô†ãzêð}5Sø”÷tŽòo','',0,'?'),('@½:êU&IŽÔ±£.—ïØ¸','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/script-manager/includes/admin/classes/class-tvd-sm-admin.php',0,'šò“7ðW·‚ä°ÿú‹]','šò“7ðW·‚ä°ÿú‹]','ýz¦êbñÜiLé´€to	öÂùR«GUÝöÂ ','',0,'?'),('GfŒ9Õ¸è•\00ü[&Ç','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/script-manager/includes/admin/classes/class-tvd-sm-rest-scripts-controller.php',0,'îðCØ¹@¡Aõ{ØäÒêÑ®','îðCØ¹@¡Aõ{ØäÒêÑ®','f²A`þqŽuT™…ˆáN72{Á(Ûd1Sñ@Õ;','',0,'?'),('H³â¥c•¬ˆ_=*JÞ¡Èj','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/script-manager/includes/admin/views/dashboard.php',0,'¿5Š;§ä¶Ç‹ÚÑÉa…','¿5Š;§ä¶Ç‹ÚÑÉa…','9ûóÁöTM	HÇtB¯¶ñãyƒFãª9ÍÓÿÀú_','',0,'?'),('Cmšüáá4p–\\q«CËÇ','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/script-manager/includes/admin/views/templates/breadcrumbs.phtml',0,'d›–ÉÒiÊ?s7Á¿ˆù','d›–ÉÒiÊ?s7Á¿ˆù','tTõéRualbñ\\_Î¸Š×(™aÖÅ,z^Ð©Åƒ','',0,'?'),('I\"ÔP1q±Ú0S#c9Ir','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/script-manager/includes/admin/views/templates/dashboard.phtml',0,'!Ò¼r\"Ûlfž/ÑÒ^§','!Ò¼r\"Ûlfž/ÑÒ^§','?dð\Zá…ñVAŽ²7c!@åoªVR/õ§Äëÿíïª','',0,'?'),('œŸZ³ÊÒ!Sï•£EMY²','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/script-manager/includes/admin/views/templates/header.phtml',0,'àl\'¿Gã=éoa3ØÕ','àl\'¿Gã=éoa3ØÕ','Zu¿hsŠÃN=z»nèv£f.xå$TÓÖn‹§','',0,'?'),('JxDƒ@YöPÏ„ª','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/script-manager/includes/admin/views/templates/modal-add-edit-script.phtml',0,'œÖ½%±ª†Ì¹¦¸','œÖ½%±ª†Ì¹¦¸','ue°\'H¡¢ObdG		©(˜‚©wùc\Zô0@Ä  X','',0,'?'),('û1A\nÊj”}·‹£ùw','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/script-manager/includes/admin/views/templates/modal-delete-page-level-scripts.phtml',0,'5\néZ—©ûét\\->•€YS','5\néZ—©ûét\\->•€YS','qvâÓ§ª×Á]4Ñ_ÅÝ>i9.”N s?ÁÍ	”$','',0,'?'),('úÉ­DÚnóUƒ™	Ù¸Ô','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/script-manager/includes/admin/views/templates/modal-delete-script.phtml',0,'¦5\n­Ù;HYP€Bc6\nk','¦5\n­Ù;HYP€Bc6\nk','®šÍª=\"v@ñ‘P^Œ ÜÚÄ‡æP¼LÅr’•p~@k','',0,'?'),('±~T}âŽ@¨ÑJÂC','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/script-manager/includes/admin/views/templates/script-item.phtml',0,'ÚVÉœœ\'M ëŠÙù¡BË','ÚVÉœœ\'M ëŠÙù¡BË','³Âì“-	;VBbÞ˜·~þ	PkOFƒÔÚ +žb–ø/ *','',0,'?'),(']üá8äsÄ¦·;„§°','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/script-manager/includes/frontend/classes/class-tvd-sm-frontend.php',0,'6IYávXY1&\ZÔ“ð¼','6IYávXY1&\ZÔ“ð¼','ë °K-zËìÂºÃLà¢ç ýrÇ+ãÙ×¾D\'HÛ,','',0,'?'),('x’|N\'ð€vè”ñê','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/script-manager/includes/i18n.php',0,'Ÿ%œ…îú‹õmÜÏÄÇÓ','Ÿ%œ…îú‹õmÜÏÄÇÓ','°²€\n:on¾ŸaKÇ‹È®®˜z¬Ý\'\n/`5 Â—±','',0,'?'),('ø,\',ä±ª«£+ö)uÅ','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/smart-site/assets/admin/js/_utils.js',0,'f°£\\ÁFÞž¶9U‘3€','f°£\\ÁFÞž¶9U‘3€','{Á*\\zðT\'Óà¿8Ì‡k“ŽÊÁC$.%¤¤','',0,'?'),('ÁÔP›×K·hL†p®ç','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/smart-site/assets/admin/js/dist/admin.js',0,'ðj ¾—\r×{-­‡zP$Q','ðj ¾—\r×{-­‡zP$Q','­þ¥ËZG^\\6¦iCès‡ƒÜ#¸È‚€žÍÃÂ¾çÜ¼','',0,'?'),('Àb+\Z–1F\rø2.MR¸','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/smart-site/assets/admin/js/dist/admin.min.js',0,'`þÆérOrµ&êÊ(½…','`þÆérOrµ&êÊ(½…',' lZ§Q1T•Z¾ç¯R}Ùl°É(~ÒÊ|­t“‰Ê/','',0,'?'),('3)ic™ÞÑ*45ùs','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/smart-site/assets/admin/js/modals.js',0,'þßhz–Ç /ò¿†_F/','þßhz–Ç /ò¿†_F/','vs€þIüº.…­ô QJ˜tœpÇƒ¥`ÕM','',0,'?'),('FÙ\'ÇOŒÜö\'oŒ;','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/smart-site/assets/admin/js/models.js',0,'xƒX ×õg¨ûà!-\rüÍ','xƒX ×õg¨ûà!-\rüÍ','Â—\0V–¸fd½íÈÒ u€ðì+¦ÓÚL™ÍØÁ)','',0,'?'),('Ü^Ç?4C’\'­sS\"~Ã','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/smart-site/assets/admin/js/routes.js',0,'€}Ò>åW!	\0ÚQôn,aª','€}Ò>åW!	\0ÚQôn,aª','Ø\'Éè½\rÞåxÎ£^]Òˆ÷EÛE\Z\rßDA K°Iø','',0,'?'),('¼<Ùð¯×­Ú±oÚðŽ`','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/smart-site/assets/admin/js/views.js',0,'n÷o@–bPjÓkcb~ÙM','n÷o@–bPjÓkcb~ÙM','`ÝåÚ#6™“ø‘ÍÍWóöÑö rQp¯M','',0,'?'),('D²\0Ø`ìM\Z0æSzG','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/smart-site/assets/js/tcb_hooks.js',0,'„þ@Jæ]/ úÕºpù”b','„þ@Jæ]/ úÕºpù”b','†O\"W$¦¹Þ~T{+\"ªywúïwCA·ï_p‰\"M','',0,'?'),(' ½Mœ/Mn^/äGµµâ¹','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/smart-site/class-tvd-smart-const.php',0,'Ç®ñ¡ e9z”É¦­¿Ü','Ç®ñ¡ e9z”É¦­¿Ü','¸´:§&UäbòŒ¤Sáê¶Ýî£bUDÖÑÞFù9Sñ','',0,'?'),('šlá\'ÅBaMÂm÷?í%4~','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/smart-site/classes/class-tvd-global-shortcodes.php',0,'TþÜÏÝs¸‘R¯¦úÚ²','TþÜÏÝs¸‘R¯¦úÚ²','çn+h”8sÎZ®\0!„:®op@“kbõ\Z)Ü	“´','',0,'?'),('vú¯vòï¯{Ow','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/smart-site/classes/class-tvd-rest-controller.php',0,'×0Hùd¼Ý\0Qc5^ZŒ^','×0Hùd¼Ý\0Qc5^ZŒ^','Õhb^åËêøR\nÓº <,uvÆ ®²ÒÆö¦W','',0,'?'),('_˜(Ü¬ät…í›4rŸ','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/smart-site/classes/class-tvd-smart-db.php',0,'»fJ\'gŸwA%}K/n','»fJ\'gŸwA%}K/n',':•ãáé\'AT±«…›:ÒíÊ§ØCv©qÕ³¯6Áç%Ô­','',0,'?'),('\\o¿èöÓôS·›r(—¯Ž>','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/smart-site/classes/class-tvd-smart-shortcodes.php',0,'¡Ñ&ÆŒ&$]oÚT’','¡Ñ&ÆŒ&$]oÚT’','ÝyÁ¿¦=ß‹þ?ÖÃõÉÖiI³<ýÜñlìXtIQÚ','',0,'?'),('4[ùJDÁƒDñÛ^uOÀ','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/smart-site/classes/class-tvd-smart-site.php',0,'\'š#í7]ÁÍP«â\r¾´*	','\'š#í7]ÁÍP«â\r¾´*	','ÔÚ¨q*üo:r\"—¹\0À/{Ík2[xÝpq!.ª','',0,'?'),('sWÇ$ËÀMÜ%7{~9','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/smart-site/classes/endpoints/class-tvd-fields-controller.php',0,'¹Óö\r&Ó·m’ñ<T’Â©','¹Óö\r&Ó·m’ñ<T’Â©','Í+ˆÿ4‚àÂí)xôMœÆXY\'¿üÃi\0àÉyO”EÌ','',0,'?'),('ðÀ$xòÌ\"®qïdòžlÓ','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/smart-site/classes/endpoints/class-tvd-groups-controller.php',0,'¢-ÿõ÷…Œ>þˆ`ŠOº','¢-ÿõ÷…Œ>þˆ`ŠOº','§2ÃïG¾1qQ$ØðÍùšëa€ñéSqCÏ¯ÞVx','',0,'?'),('â+Î½rs,îß›=7´ß','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/smart-site/i18n.php',0,'#tvÿ6/`´B\n¬lr','#tvÿ6/`´B\n¬lr','@Eáq\0¯•9½9xü2Á÷h<íYü ÓŽrñO³','',0,'?'),('TÒð¤‰tcÅñJŽ»Ä£U','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/smart-site/migrations/index.php',0,'«¿˜™ÆÌñU¹b7´üÖ','«¿˜™ÆÌñU¹b7´üÖ','ÿ~4¨ÐÆEü+½àº£ŽFFc°«·~«oîI&ƒÃ','',0,'?'),('%éA4a	°[“à‹Xë£','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/smart-site/migrations/install-1.0.0.php',0,'/òV×}àgyx3û»T','/òV×}àgyx3û»T','W[Êå&jòQp×µH¿£}S©©/ª%¨éÄÜËŠé','',0,'?'),('ã—\"|»ÉÒ™.¦o;õr','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/smart-site/views/admin/templates/breadcrumbs.phtml',0,'F©€‰\\cšÂØ›ÃxíŽ','F©€‰\\cšÂØ›ÃxíŽ','²ñM«ÓñÏÃ’Ü¹´ªL	hp>DqZ+öýSý¡)°p','',0,'?'),('*Â\n-MCÀø‡…5Ý¥Ÿ-','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/smart-site/views/admin/templates/dashboard.phtml',0,'˜ºh	^p÷GR¥/0²J®','˜ºh	^p÷GR¥/0²J®','˜&úù;RLîkÓ.°R¼•û¤g¾ÝÁæ[Þ“þÏ','',0,'?'),('’ñæn¢RÁOSÑÂ1;‡ð','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/address-options.phtml',0,'Ãã^¥ÆMù±Èjhtq€F','Ãã^¥ÆMù±Èjhtq€F','§é³s¹YEâiE¼?¸§Î•†¡ý¼2¯ó¿úNHŠ;Ì','',0,'?'),('xÔb_å™ÈÉAºëòªª¯µ','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/email-options.phtml',0,'¼ØÅçú_~Áˆ…°†|1å','¼ØÅçú_~Áˆ…°†|1å',']¿fJƒg¢†ë[®nŸÇ#‡ÝrC}3n—‚–ž¯Ù:','',0,'?'),('Ë‘GÅ€Š™ÉZ7b2ÈÄx','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/field.phtml',0,'©Á4Ü8,»o³gÓR’','©Á4Ü8,»o³gÓR’','Ý³å~»\0Ë>ºTwl1Ãqäd/M}W=®›ND0ÄÇ','',0,'?'),('\"¬@!±6‚ªÜV ','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/group.phtml',0,'Û®­+K§fî¢6êð6À','Û®­+K§fî¢6êð6À','\r{YvÜ\"û¸Œ#`6¶Qufƒ,ZÁØOc{º*','',0,'?'),('žQÛ*¤ ó;sI ƒË','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/link-options.phtml',0,'Äfbm|¨¿–‘]½ß}õ v','Äfbm|¨¿–‘]½ß}õ v','›Ÿ`z“ß)²¼§¢nPò…Ø?ÂI£²‰iST•','',0,'?'),('€ü5„Å+¤;™ØÞ^tâ','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/location-options.phtml',0,';ÍK˜ÝÊ&œ¬£ÜQù',';ÍK˜ÝÊ&œ¬£ÜQù','MRÖCQ[´(9p¯½åñ……ÊÝ“wÄ–À½½3¹ê‹H','',0,'?'),('{ƒšˆhˆ+™\rÐèàÝ','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/modal-group-item.phtml',0,'·qüîI\ZBÐö<caŽò•','·qüîI\ZBÐö<caŽò•','?x]¶›CRíûØ·~÷»!qSˆ»œ”Žx$ŠçúôpÎ','',0,'?'),('Dé¹®\\	`å>É¿','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/modal-type-item.phtml',0,'Úoð\r2ßÑË8\"§à‚³','Úoð\r2ßÑË8\"§à‚³','Ãy\n‡ïÇ±¼­_êåM¦Ieq´¸O0®ú yÒk','',0,'?'),('ªD\\¼d8ÇÖ±d%RpÈ','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/modals/delete.phtml',0,'é‘vŽ¹ÍàðÐ²p.Jª-','é‘vŽ¹ÍàðÐ²p.Jª-','äºzi;i•\"e^^”è¨û{Çww›ßEdŽñzÿÊ¼','',0,'?'),('yLfI¡Ón,AsjÄB‚','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/modals/edit-group.phtml',0,'ö&Ùsú§.Þ@	º\"èP','ö&Ùsú§.Þ@	º\"èP','rëó§e±ˆ{õ×-þ!´€t›q¾øJá\"÷\nòH','',0,'?'),('è¹õ‹×3Ö½ƒ/$ˆÄÓ+','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/modals/field.phtml',0,'þ@rÅDkQ/ù\'‰×	€','þ@rÅDkQ/ù\'‰×	€','ƒ2öH XÙp@Òö«»sÕÉyÍ^…¡üÛ°j','',0,'?'),('ë;ŒTµù\ZÐ²&Mz	Ç','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/phone-options.phtml',0,'\\Ì\n¸@^¯*¸b»\0sx','\\Ì\n¸@^¯*¸b»\0sx','â#žcÐêd€†BýFš|Ø­iÞØìvÐÀMÆa','',0,'?'),('Î´` o¨ŽFfx	’','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/text-options.phtml',0,'nèµ!¾²jö\rc¨¬Szò','nèµ!¾²jö\rc¨¬Szò','ö‚mPþ»¯b9³xªf#w41á®ëk/B{¥¸¾ñ¹','',0,'?'),('Crûd|Ý$·`ª2gT','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/smart-site/views/admin/templates/global_fields.phtml',0,'ùp£E¶¹fâwJsjIq¡]','ùp£E¶¹fâwJsjIq¡]','MZ-¤wSò`ËØƒ\'ŠOÛçëÀÔŒËã\\…óV÷e','',0,'?'),('J§ºš,Ü¨DÎh‡Tw£','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/smart-site/views/admin/templates/header.phtml',0,'¡.+Bò…Šr0¿Ö=ÉÄN','¡.+Bò…Šr0¿Ö=ÉÄN','—ÐT8¬†]Ä–ô\0ÞtžÝ…°5WAz&¤€ðç•£hêBi','',0,'?'),('™¦ø×býû|¾¬Ñ¬òa','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/smart-site/views/admin/templates/menu.phtml',0,'²¤¦z±d>¾‡z?EÒ','²¤¦z±d>¾‡z?EÒ','IzÍ3Q¢BË~q¿9¥bŽp¸÷µ€ÙÕÐÃ‚L','',0,'?'),('<ÑÖ=Æ0ƒôÎ\"	Nr','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/smart-site/views/admin/templates/side-menu.phtml',0,'†“YŽ¢WçwôùrôPó','†“YŽ¢WçwôùrôPó','g¥!µ™§W´2\Zùá¾Û¥hÙ\0¬¨(rYdèèåû','',0,'?'),('Âxä·¯ÇŠ¢2†ÈƒkD','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/util.php',0,'‚†ã*¸1Š¦î®Fx*mž','‚†ã*¸1Š¦î®Fx*mž','¶ô:TÏØ(·ÜÙ–c›„—qò°2O¥ñÑpÑ®|½	','',0,'?'),('g&Ös6•¢‰Õáï‡…Gî','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/js/dist/frontend.js',0,'Mx>&RQ¹ß~‰,ŒÀ®','Mx>&RQ¹ß~‰,ŒÀ®','v´üC­&¶&òZ¶¶¥q]ô‘\Z¡ÖŸ†ˆ²¯)î','',0,'?'),('ÀÅû…\r9h\0„º¿¬÷gE','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/js/dist/frontend.min.js',0,'‹mô~€rcäæj°ƒÉ','‹mô~€rcäæj°ƒÉ','„‘‰Õ‡BìÒQ€$i©«D~Z¨5.)öyûì–k„1','',0,'?'),('¡$»éÓÄˆTÔz4)º','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/js/dist/global.min.js',0,'Þ¡\\*lÉxêââ†¿gÓ','Þ¡\\*lÉxêââ†¿gÓ','“ÃZ$7Kˆ¿^,Wó$§Xo¨Ûs6P¬Ï5Jô-£','',0,'?'),('˜#À;Éâ£/¹°2_MÆ','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/js/dist/hammer.min.js',0,'³} šœ‹Žëwa¨vT´÷','³} šœ‹Žëwa¨vT´÷','_òÞŒ»¢™Á«)9WÃº}3ˆ¥‘-(Ü(¤','',0,'?'),('ö`hI>gpåí9âü‡E','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/js/dist/leanmodal.min.js',0,'i½ä×aŸ4¸~ËB','i½ä×aŸ4¸~ËB','ªªö©ì»²û…¯—û,d\r†;Ãƒ<þ³ý¹,K—','',0,'?'),('§sæÝñe¡bÖ‰ìz¯t','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/js/dist/select2.min.js',0,'\0Q)Vƒº(M[@«Ò7À','\0Q)Vƒº(M[@«Ò7À','±H‰5¨£[0éRýÎÓôLÛ«ú8!Æ`ÒU(>¢Õ´','',0,'?'),('«Aä+]Ùo·}JA*´x','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/js/dist/toasts.min.js',0,'öX¾Y¯4ˆf—„ý;','öX¾Y¯4ˆf—„ý;','v6:9ÈåÁ•=U)t­vP¤éÛÏ~»L#Œ}ã†','',0,'?'),('må$˜ˆ™_\0Šäãw?å\"y','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/js/dist/tooltip.min.js',0,'ü:Bë[†_\r#tq’','ü:Bë[†_\r#tq’','D!•›ÿð—ª’ÕØˆ5QR	<£{×;\nÃP|Ë','',0,'?'),('\'~|Ï×3” ½ÐÆ&µcÀç','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/js/dist/tve-dash.js',0,'Þ§.Há$·FN¯¥‰Šã','Þ§.Há$·FN¯¥‰Šã','ä¶ˆŒgB•éfãMñÀŠ-ú\rE<¸¤R.Ý±CT','',0,'?'),('ß1¢f94Ì´Ì2³','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/js/dist/tve-dash.min.js',0,'ÝÖ%o)^h•©-¾g','ÝÖ%o)^h•©-¾g','°íÈjÚ aÈ\\8§R‰`r¡e,\rè»®TT!W','',0,'?'),('9èñè&ßöHpÎLmGAeµ','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/js/dist/velocity.min.js',0,'ÍP²O…¾Ÿc‡âaÞu8','ÍP²O…¾Ÿc‡âaÞu8','¦³ŽáÚÝôuÛ…úW¿ü‡“#ãõ','',0,'?'),(':c4¢9LâÜ§õ»j\"J™Ä','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/js/frontend.js',0,'Mx>&RQ¹ß~‰,ŒÀ®','Mx>&RQ¹ß~‰,ŒÀ®','v´üC­&¶&òZ¶¶¥q]ô‘\Z¡ÖŸ†ˆ²¯)î','',0,'?'),('yÍ`yÙ™‰k©hÍ	Xe','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/js/util/highcharts/highcharts-3d.js',0,'?Ml“ôÓ\"4·Ò§J¥','?Ml“ôÓ\"4·Ò§J¥','=Wðüú\"‡¿éª0ûš€qÇŒcÙíµ`Ú8ÑÉ¬¥¨p«','',0,'?'),('Û°Êv}-¤ÚIv§KYRÅ','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/js/util/highcharts/highcharts-more.js',0,'Ðòíë)Áæ[õ˜­×','Ðòíë)Áæ[õ˜­×','¯¾¶HH¢2XÙCûw\Z•Lh*ÛeÝùê·œÞŠ÷ÒG','',0,'?'),('-\0Ê‡»t‡SáQb49¹h','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/js/util/highcharts/highcharts.js',0,'ÀY¼<:\nÊ‚W\'Èºrýj','ÀY¼<:\nÊ‚W\'Èºrýj','•¯CHâµú,îán9‡ñÏî„ðJ^è\Z™Š)&Çœ','',0,'?'),('§#&›ã{f~Ë¯Z¥& ','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/js/util/jquery.zclip.1.1.1/jquery.zclip.js',0,'„Ùxs¸É Œ5Ý ¨&e¶[','„Ùxs¸É Œ5Ý ¨&e¶[',' ÓÐ¢q&mÀ\ní+R¥±7Ð«Ü,¤ØPÑÒEù¸	','',0,'?'),('óÚ®0†1ôÌºVœ•','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/js/util/jquery.zclip.1.1.1/jquery.zclip.min.js',0,'\nÂí;*þ@_1P¸9Yï¬','\nÂí;*þ@_1P¸9Yï¬','l¯ô ¥:ia4öÐå[v YpÔq4Åæä@~`','',0,'?'),('”ƒÔs9³A·ŠÝ ‹','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/js/util/util.js',0,'	ÒN¨§`ÜÁÃM5òcc','	ÒN¨§`ÜÁÃM5òcc','¶ß´™ñâÿ\Z€ùu(…kƒ!½i÷ø}Ï/KXÈ','',0,'?'),('<óE8ÞÁ’‡DÕ½\0ôž V','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/js/util/views.js',0,'×ŠÈÐâ¥º7•z$=’\"Ç','×ŠÈÐâ¥º7•z$=’\"Ç','3dº³ç»oÀ8DƒÜ‚¸`ìnYàc‡?Í„`','',0,'?'),('ÞÆ1‰)NúüÝ»©ÕgŸ','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/rest-api/class-td-rest-controller.php',0,'Ï0*Ì%8„çË8Ý« ','Ï0*Ì%8„çË8Ý« ','*õ&#*Ð­ûîJ‘?£¾¡¿\rZ¨p}ì¢ HJx','',0,'?'),('«/zü-ÒæàŸó«½Í£','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/rest-api/class-td-rest-hook-controller.php',0,'¬­›ï:â4}ÃmH\nË','¬­›ï:â4}ÃmH\nË','`¶Ðl³|âGŠ6&r»ÝÎG	¢4ç¿ÆpÚÃÆ»vf','',0,'?'),('_Ö`óW8\"ü>)kW õ¸','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/rest-api/init.php',0,'¶J`¬ÝÍQP(‹ù0âªýè','¶J`¬ÝÍQP(‹ù0âªýè','p|×Lÿ\rÔ6æågBôÛ¡rÚågvOv¡\\¨^?þ','',0,'?'),('U1‡šß›[Ê>¸u”!Y‘','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/templates/affiliate-modal.phtml',0,' (m´³2ä÷ÁÚ’d',' (m´³2ä÷ÁÚ’d','ŸYWeë®çRD#Ç‹ÏÈd™;>‹2Øðû\Z’','',0,'?'),('Z«¨ã¿W3z¤\0¢HÄœ÷','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/templates/backbone/modal-loader.phtml',0,'AøSWæ^¥âAGÆ˜Ü«','AøSWæ^¥âAGÆ˜Ü«','Û½²©`µ—¨IÒ<Rhëën–añ\'	‘,º­\"‰1Í','',0,'?'),('\"\nn.áÜ³h07','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/templates/backbone/page-loader.phtml',0,'ö—BþnèPó6$J$JÉ¡¿','ö—BþnèPó6$J$JÉ¡¿','LðÉ|Ê…ËÕ‹GÓ‰%©1•,ù0=Ï‹qäNÂ	','',0,'?'),('Yâó¬Žh~l—Îñ=9<W','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/templates/backbone/support-token.phtml',0,'./kÉ\'Øe¤ò¨¶\0ó4','./kÉ\'Øe¤ò¨¶\0ó4','‹ƒË»ã–µFD\"BNyŠHÔ˜[<‚ŠoÈAz','',0,'?'),('s<ÿØœ¾KÛã\nø6(PJí','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/templates/header.phtml',0,'²@ÿõç1Lw#Ê\\n','²@ÿõç1Lw#Ê\\n','ð¾ìÛd‚¼î÷‹ùà¿U¦z”É]ŸØ*)9 8Áp({','',0,'?'),(' ëhõœNÛüç 	Ã\riY','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/templates/product/activated.phtml',0,'É{=z¢>nBe]£úfýTT','É{=z¢>nBe]£úfýTT','‚Œ$×&JBÂNŒ¬µÑä½{Só˜(ìõYðÕ9G[Ž','',0,'?'),(']\0è¾ð¾9^-ÍL°*Ç—³','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/templates/product/error.phtml',0,'¯…ñš¶F‚Í\nÉ3ˆ.´á','¯…ñš¶F‚Í\nÉ3ˆ.´á','ñ¾Í$§¬Ã’‰eíÀx|¦›[çl“ªY1!T€ÍÉv','',0,'?'),('Wüp¿\rý°/x','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/templates/product/inactive.phtml',0,'Ç{È&á‰\Zâ/-0EA','Ç{È&á‰\Zâ/-0EA','cóçšñ2lâøj‘®¾	F4cò”ËÑ³kì³\n_P','',0,'?'),('ŸP³å¥¼¡wG•6ž÷Õ','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/templates/sections/dashboard.phtml',0,'7²sV4SŽã{¦OnF=','7²sV4SŽã{¦OnF=','‹/š÷Ávh2ªAQ”¥¡n+ÓJX€ÒR\rw§Dì','',0,'?'),('–h+ïFÄVY_ýð','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/templates/sections/license_manager.phtml',0,';SpÔ(ä_äþæ·¡',';SpÔ(ä_äþæ·¡','§SÙ;¡Ô™ ­N|àkï%MgÆ_ÈÐ1TA tçéX\Zç','',0,'?'),('@p?ÉÜÚ¯×‚k7','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/templates/settings/general_settings.phtml',0,'%qµ\0ŠÀw\r¦²‘æŒ','%qµ\0ŠÀw\r¦²‘æŒ','óÜä¨ÌPÖc¼Àû\\(š…kL6šM°æ–?éË','',0,'?'),(':Í^ó16<LAôÀ‚6','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/templates/settings/reset.phtml',0,'÷`n”ãë:T,r’H\0F','÷`n”ãë:T,r’H\0F','Ÿß­xñaÐ\\ï\rÊ¦‰Äj<û£AAÁ9ƒè½\rb','',0,'?'),('e®Îž©„çº®Ðhøµ','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/templates/settings/text_setting_row.phtml',0,'½˜ã’xò8ãŽ\\','½˜ã’xò8ãŽ\\','Ù¾ù†Ü›Üe×kž—~TlŒÊÐ3c#ö+\r\'ÆX½;','',0,'?'),('Ë®4ñ	ÿÞ%sZ­ã“\n(','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/templates/share.phtml',0,'a	.üH}ÇÏ\Z¶”ÃÁ','a	.üH}ÇÏ\Z¶”ÃÁ','Ó>Åñ*Fæ@S€$\\wƒã½R´À‚òØ—ÞXs”¤÷','',0,'?'),('X_j&¹eWx–Vµ³','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/templates/ui.phtml',0,'Û¾;%TaÃJÄ_ø(×|','Û¾;%TaÃJÄ_ø(×|','cr€oÃ7˜hÚŸB£gÀó:Ñ:ÖxüÇ°ó’¤º6Ù','',0,'?'),('Ä\Zâ\"U6uPµ¥¥rÉøÎ','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/thrive-dashboard.php',0,'#>x,\0j>7÷ÕªtÿeZ','#>x,\0j>7÷ÕªtÿeZ','„ŒYL›„ &÷–Ä\Z\ZÆ¥ørÜÜ}bHîïV,bF»','',0,'?'),('@„S˜ú‹õ¤¬Jí²Þ+’ô','wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/version.php',0,'yWrj;­4‰Š@•¢›','yWrj;­4‰Š@•¢›','Ÿ ›‰‰äz¬°¬®{d‡Ñ)‹mß×	>ÉXçðÝöŠç-','',0,'?'),('\"ëˆÈÔÂ¦¨m®bÅ€B.','wp-content/plugins/thrive-apprentice/tcb/tve_settings.php',0,'¼ïnûŸoEº­àÝ.Ÿ','¼ïnûŸoEº­àÝ.Ÿ','¯‚ÉÃ<º¯?øÏ2\'¶ ÷ÿeFòÂgø<,úÜKð','',0,'?'),('•ùª{.	²Kæ\n|V-','wp-content/plugins/thrive-apprentice/tcb/version.php',0,'ÑO%BtU*/“ó²','ÑO%BtU*/“ó²','†&’P Y8`và¦â?ïUàÏˆ®KÉ^´Ø3ìBÿ','',0,'?'),(',Ð$eê´²$§Io+†Tn','wp-content/plugins/thrive-apprentice/tcb-bridge/assets/fonts/tva-main.svg',0,'ßIà³®oÎ¿cèõ¦2','ßIà³®oÎ¿cèõ¦2','ï]«9ùYtÓ\\ÚÕÏ­^`AWuùŠÉä¢\rV\"ÙO','',0,'?'),('ÛôÆ¥r½¥\r1ùt‡/‡*','wp-content/plugins/thrive-apprentice/tcb-bridge/assets/js/internal/checkout-component.js',0,'mïùIìd\ZÉÂqÆ˜(','mïùIìd\ZÉÂqÆ˜(','ä„+|ÿgØºòâèµÝ÷Èïá[–\"\0VFˆp','',0,'?'),('á„ÜpV/àøü\r\nãÂÌ','wp-content/plugins/thrive-apprentice/tcb-bridge/assets/js/internal/checkout-form-component.js',0,'ñ±:›¹É±b\0¼öôg+','ñ±:›¹É±b\0¼öôg+','êv²ýFº¨áØÂè£GLÙ0Cˆ\0™ýŸáëÛ','',0,'?'),('­Ë$ûe^%°EÆè“èÅ','wp-content/plugins/thrive-apprentice/tcb-bridge/assets/js/internal/edit-checkout-item.js',0,'ê‹Ÿ6²‚…5!ÝXÎô?Ô','ê‹Ÿ6²‚…5!ÝXÎô?Ô','_;@3GL×ð	ýj÷à¨¶ì6õ^áâ[§?Ís„','',0,'?'),('X«†xÚ‡C.Å=ö','wp-content/plugins/thrive-apprentice/tcb-bridge/assets/js/internal/main.js',0,'÷þ.ýbeö·Ô9Î','÷þ.ýbeö·Ô9Î','RÇ’Âu2ÃÁ‚·ÍMÖã„FŸÍçcó¾ÆÚè9Tå','',0,'?'),('æ±[ˆŽl¤ò(Í\0ç>','wp-content/plugins/thrive-apprentice/tcb-bridge/assets/js/tva-tcb-internal.js',0,'=ePñšÑƒî·«ÿ€MëÔ','=ePñšÑƒî·«ÿ€MëÔ','¶6Ü*@úsT&#2ÃgÅ³wØêçhøK·ÔBvï˜','',0,'?'),('Ê$78ó}õáû\ræƒ-ë','wp-content/plugins/thrive-apprentice/tcb-bridge/assets/js/tva-tcb-internal.min.js',0,'I» %\"\\[-%º~‚†W','I» %\"\\[-%º~‚†W','OìrÎNÁ„Þô`3Øþ¨_\"’†{1Ýœ×Åäœc6W','',0,'?'),('/y uþþò”ÍÂ¦J§Œþ','wp-content/plugins/thrive-apprentice/tcb-bridge/editor-elements/class-tcb-checkout-element.php',0,'Í\rÐçáäñé.S‹P²»','Í\rÐçáäñé.S‹P²»','»)¤1Ö »®v\"ÇÝõ\'¿‚ÔîÁ/9„úi­bB','',0,'?'),('÷¾~RPRND”7OjÕÇ','wp-content/plugins/thrive-apprentice/tcb-bridge/editor-elements/class-tcb-checkout-form-element.php',0,'®¾ÍÙ\0*`ab`Ó‹','®¾ÍÙ\0*`ab`Ó‹','E9hbü_‰~¦Í³ íNYv%´W¥EjÚæ Ë','',0,'?'),('Yt}Á5¼\"‡!_0f¡†œ','wp-content/plugins/thrive-apprentice/tcb-bridge/editor-layouts/backbone/edit-ce-item.phtml',0,'ÍÌ(ªÌ£yePQ@ÂDÕ','ÍÌ(ªÌ£yePQ@ÂDÕ','Ô2JZÜÐ±ˆÆÀîØŠ©˜fJ^ ëWKŸÔÃ<¥','',0,'?'),('ä¹UÜ‡ïnVm&â–Ð','wp-content/plugins/thrive-apprentice/tcb-bridge/editor-layouts/elements/checkout.php',0,'o©¢W³5+â‹áá%»[¤','o©¢W³5+â‹áá%»[¤','ò³²Šú…\Z2	u¾ÖøjÞá÷ÏB½°f©ÎÎ¤	*','',0,'?'),(';4k‚’afZÆc(]ãÍ','wp-content/plugins/thrive-apprentice/tcb-bridge/editor-layouts/menus/checkout.php',0,'îBá;Îtj3Ï€Â•þ“=','îBá;Îtj3Ï€Â•þ“=','v^ÅkÊw£q½6„¢!Äë“	È|²£‰ñl6…	<','',0,'?'),('¡DY‰)Ë^U¤µ«†ŒH','wp-content/plugins/thrive-apprentice/tcb-bridge/editor-layouts/menus/checkout_form.php',0,'rðE´öŠ uÍÝ?f‹\\;o','rðE´öŠ uÍÝ?f‹\\;o','æðî–ë0Ú|éíÓñœëQnåCÛ2êä!µ,—+ø©','',0,'?'),('Dâ¨P#×Â¾.yd^&´','wp-content/plugins/thrive-apprentice/tcb-bridge/init.php',0,'S	3[q;¥d¹d¯','S	3[q;¥d¹d¯','¨Y‰\'Çã›‰‰˜s°vI\"î0#!ò`¹ô££d­','',0,'?'),('J›PiwGèïƒ,›	o;Îâ','wp-content/plugins/thrive-apprentice/tcb-bridge/tcb-hooks.php',0,'*K¢ëÌ8•8/,','*K¢ëÌ8•8/,','4þM]¤ÞÇ‡®e8¡…Ïñ\'èvÌ3Nôà’Y.ýB','',0,'?'),('¯–\Z\"HÀ÷\'ù×;È°£¸','wp-content/plugins/thrive-apprentice/tcb-bridge/views/cloud-templates/checkout-item.phtml',0,'‚4å{r³\"™ŒÊ\rbãÊÉ','‚4å{r³\"™ŒÊ\rbãÊÉ','£Ÿ[:³Ø]n-˜öÍ¨ÇnË	Q¢‰Ö{=Œay®ÐÁ´','',0,'?'),('rCóYŒå…p½‹n¶','wp-content/plugins/thrive-apprentice/templates/comments.php',0,'ÃÜº’|y¯\0þ\0Ù(','ÃÜº’|y¯\0þ\0Ù(','\r‰=sg5°â/è`E1,ûcà•²Lþ#úÉd¬¶c²ù','',0,'?'),('5rd¦ß’—¬á¤ï±¨Ñ|','wp-content/plugins/thrive-apprentice/templates/default_courses.php',0,'šÄÿdÁ:ù§å†6F³q','šÄÿdÁ:ù§å†6F³q','gà&ó9Xß€\rœf¹å½ûµ\rõ›‘|÷ïàb{Î,q','',0,'?'),('ñóí\n­6#<vá¢×{/—','wp-content/plugins/thrive-apprentice/templates/email-template.php',0,'\'û‡ MÖ³H&Èg)\0T','\'û‡ MÖ³H&Èg)\0T','öÅC¹œíƒFëg~â_\0ÒpOß}Ù4]¡2É=—ž×','',0,'?'),('ÅŠ³Ï?ÎïX	‰\nn','wp-content/plugins/thrive-apprentice/templates/err-no-data.php',0,'±·• Ãð\0©Ø%#æÑƒ','±·• Ãð\0©Ø%#æÑƒ','†>-]Nb¬lÂDþÇ£K;@±€7£ô`!ïH4Â,\\','',0,'?'),('¦Wg\Zúw-îÞ¥!.','wp-content/plugins/thrive-apprentice/templates/filters.php',0,'Ö\nÒ»ñ¦ê°ãU–Ï','Ö\nÒ»ñ¦ê°ãU–Ï','ÖÎ;©²ž\'8×¯„Øh¸í€!9·{N—NíF¨¦','',0,'?'),('ÉÞdÃpÇ^¿¯?±.IÓ','wp-content/plugins/thrive-apprentice/templates/footer.php',0,'¨í+%E÷Ÿ‰JtßgON','¨í+%E÷Ÿ‰JtßgON','ÿ4¢ÔjÒuL*™êëÀ‹§³Hþs\'\nÐë,ç','',0,'?'),('=	Mòq}g`Òm5ŽXÐ','wp-content/plugins/thrive-apprentice/templates/header.php',0,'Œæp²6À¾ÛáQéŽk3&','Œæp²6À¾ÛáQéŽk3&','ðÝ“9¶Ã+g_°óªz¹]õÈN÷@£G0\'iéñ¾ä','',0,'?'),('*¬/õæ2­mjÀ¤b¦H','wp-content/plugins/thrive-apprentice/templates/pagination.php',0,'HrÌò•Ó¡Ù%âtÇ~>','HrÌò•Ó¡Ù%âtÇ~>','Ä«¯ªx÷ÖÚFAV)6ƒ&¢íÌµ+Yk=¬­hÙnÍh3','',0,'?'),('Zœn–cqn×³P6ìÕ\'','wp-content/plugins/thrive-apprentice/templates/search.php',0,'º˜`qõÞ-‰Ë¡Ãõ¯Ï','º˜`qõÞ-‰Ë¡Ãõ¯Ï','•ìA/S8Hû½E’ÑúXìÆþv®žR>šPœ°hH','',0,'?'),('E[!9TvnÍ²9”','wp-content/plugins/thrive-apprentice/templates/template_1/apprentice.php',0,'Ùå¨²?ØàØÏØˆµ$-!','Ùå¨²?ØàØÏØˆµ$-!','á¯…y8ˆc¦	y>:Qå‹ˆÂ¾5Þv^d','',0,'?'),('òZœÆÔç{\ZswÒ wb`ó','wp-content/plugins/thrive-apprentice/templates/template_1/archive.php',0,'nY›ëØ¬›U‡éíÊ¨r','nY›ëØ¬›U‡éíÊ¨r','\nm9:RíHÈMê¿?`½ƒTÅ•%vmØ‡­°','',0,'?'),('k_À­€<}U+šßš','wp-content/plugins/thrive-apprentice/templates/template_1/course-list.php',0,'cã ý¥_cæ§¦¿·f˜\0','cã ý¥_cæ§¦¿·f˜\0','ÿa²õÅz!èÆX5<-3Ó*Ê™\"Í~[;†þ¯5{','',0,'?'),('‰Åvól›©QI¬Ñ?¬Þ…&','wp-content/plugins/thrive-apprentice/templates/template_1/data.php',0,'(?AgÞ®]ôV_o‡¯','(?AgÞ®]ôV_o‡¯','¾­?Çz…ÅŽK¸èÐðÇ§€rº•Tµšùûò°?]æý','',0,'?'),('“4;?ÆQA7ÆoYQW.','wp-content/plugins/thrive-apprentice/templates/template_1/errors.php',0,'Q÷ž\Z@+\"@ÉÈ~@‚„?ü','Q÷ž\Z@+\"@ÉÈ~@‚„?ü','øàðHF]~þ9¼vÙ#÷ßT_úòÔñÊ-àî!¸Ó','',0,'?'),('Ë­yù¯r§^›~é±Ñ‘','wp-content/plugins/thrive-apprentice/templates/template_1/register.php',0,'ƒ.‘ÛŸvÉÀ˜WÇÃf','ƒ.‘ÛŸvÉÀ˜WÇÃf','²%ö±A‰2ø$=V¢©{:¼¹/ã_éeþ±8Št?)','',0,'?'),('\n×~?¡|Úë¥åÛŠ9×','wp-content/plugins/thrive-apprentice/templates/template_1/single-lesson.php',0,'øö®&ÙŠ¾†ªZ’Jó,','øö®&ÙŠ¾†ªZ’Jó,','¬-ÅY—\"ûtèßûPsê³åz{F5.?','',0,'?'),('aÖS¯=¡zŽÝ‰79Ó','wp-content/plugins/thrive-apprentice/templates/template_1/single-module.php',0,'Ì¤BïrŠÀp@noã•°¯','Ì¤BïrŠÀp@noã•°¯','½AéÖñÇ	³Ð\0V&­®·MeÆZ;â/Àüvle9Â>','',0,'?'),('–ZÉ X.¾¼ñ\r¶sMÈ','wp-content/plugins/thrive-apprentice/templates/template_1/single.php',0,'åRN	I»ÄYqÏ0¤F×ç','åRN	I»ÄYqÏ0¤F×ç','Â¶PçrÉI±\09àP÷ëÀ+ø‹EU_æø¼AVÏHË\'','',0,'?'),('—X?l‘b^lrE“é³Š–','wp-content/plugins/thrive-apprentice/templates/template_2/apprentice.php',0,'ð‰ßŒ:YÕwƒÿ¾Å,Ÿ','ð‰ßŒ:YÕwƒÿ¾Å,Ÿ','-ÁšJÛ’LÚeÔ)½£Ä4ÂtéçVLò>qF(½õ…','',0,'?'),('ø»/Ð|õÜï\0‰Í1¬','wp-content/plugins/thrive-apprentice/templates/template_2/archive.php',0,'Œí#Ñ6(ÿŠ}Å×|T','Œí#Ñ6(ÿŠ}Å×|T','\Zî†+éÖ.-O!×Žd\0v(X¢\'í£ñ±÷','',0,'?'),('A©Ó°C‹ŸUR\r…‡','wp-content/plugins/thrive-apprentice/templates/template_2/data.php',0,'‹òá[‹,%þ©ØˆôÉ','‹òá[‹,%þ©ØˆôÉ','(£7Ï}@J·@Á¿Ó1ô…Vš$Ä­oÈhN,´Ç+T','',0,'?'),('ÚPÌ&ñîRÕ­MiÜõ','wp-content/plugins/thrive-apprentice/templates/template_2/single.php',0,'ÕÈ3cô€½ 8³yÐt','ÕÈ3cô€½ 8³yÐt','M}L³Ç(d/ÞËÎXKBd¦ñý ‘ÝŸÏû¨ö','',0,'?'),('H!DB.	:EÚ_ºðQòG','wp-content/plugins/thrive-apprentice/thrive-apprentice.php',0,'’wã?«aèN/¼œ)ºšÛ','’wã?«aèN/¼œ)ºšÛ','b½ò7š& RX•ÃÓ˜rÉS0Œ°InÔÚ«XªÓå×Ã','',0,'?'),('s9¯·ž,õg^+\0J¥˜','wp-content/plugins/thrive-apprentice/thrive-dashboard/classes/AjaxController.php',0,'#?‹…§gÅ4u¼×\'æþ','#?‹…§gÅ4u¼×\'æþ','ÆÜ¯FaæÖfM-ÔAÝÂÒurf)£}ó\\_QYä°}','',0,'?'),('É¸dBLü8?í¢mš÷ÿ$','wp-content/plugins/thrive-apprentice/thrive-dashboard/classes/Product/Abstract.php',0,'Ïó·²ÕÜ¬µ¨Dk¸','Ïó·²ÕÜ¬µ¨Dk¸','·{·×ßz»`éžÂú—M¼„T<k wTÆ/ƒÀ','',0,'?'),('\'Dñ=â‘TçË¸F§¬','wp-content/plugins/thrive-apprentice/thrive-dashboard/classes/Product/LicenseManager.php',0,'V†­ñv±˜\'\0¤^÷ï','V†­ñv±˜\'\0¤^÷ï','qj9~sZa œAš(í-±T¨©pÿl½Ûªeš*O','',0,'?'),('dä¶Y³„}¬\"ÈÔÀ/¡','wp-content/plugins/thrive-apprentice/thrive-dashboard/css/font/dashboard-icons.svg',0,'€å”ß„ÎlÍÿX','€å”ß„ÎlÍÿX','é!†¥v¶hfI8§ú#|sú`˜¨pU›™dGC	`Ç','',0,'?'),('á„ªŽ®Ì\0ÝëÈº—ì¤','wp-content/plugins/thrive-apprentice/thrive-dashboard/css/font/icomoon.svg',0,'|öL×µ¶¸~x#©Œ','|öL×µ¶¸~x#©Œ','4=õxŠž\"†„\"€VÇˆl1H³û2­¶wê¬|','',0,'?'),('ËÚ+qIæØé*N‰º‚','wp-content/plugins/thrive-apprentice/thrive-dashboard/css/font/tvd-icons.svg',0,'ÝÛK÷jõü¯(Ç*·ùî','ÝÛK÷jõü¯(Ç*·ùî','ž\nÂk&c$D×ëÉ¿ÏÚPaÅƒîù¨²»J©šs=*','',0,'?'),('hªh¹·9å£ºÇe<dD','wp-content/plugins/thrive-apprentice/thrive-dashboard/css/images/paste-blue.svg',0,'\'	™Rˆ]ðWg¡b”¯	z','\'	™Rˆ]ðWg¡b”¯	z','š>G¿¦¾Gª\rEò=Æç…^¬¨)¾8ÅK=)°^','',0,'?'),('B0\'\0à\\‡1Ã°Ç±=·à','wp-content/plugins/thrive-apprentice/thrive-dashboard/css/images/paste-green.svg',0,'¢ˆ¥”™W½-¾±%|áBù','¢ˆ¥”™W½-¾±%|áBù','÷x®•íw\"Nj€pèæO(\Z ¿ÐŸn\\Dñ€','',0,'?'),('ïH®0s‘åàþPÔ•Î','wp-content/plugins/thrive-apprentice/thrive-dashboard/css/images/paste.svg',0,'ïÏj[Ed#@ßV\"@l_ê','ïÏj[Ed#@ßV\"@l_ê','wÞ5ër\0õj}2éâ<8¦Rå±¢Jå¯Ð‰OM¼t','',0,'?'),('!@¹ŒÆ˜Òè†$€„ç','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/_crawlers.php',0,' -^b€s¹”f‹)‘i',' -^b€s¹”f‹)‘i','6¼2¡ünÂß~*\\;ß`i\'ÝùaþKlÊÊŽôí','',0,'?'),('¹?›—±~°oÁ}åÉ\\×à&','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/access-manager/class-tvd-am.php',0,'ªÐÀo¯ ²\Z{×WRÐß','ªÐÀo¯ ²\Z{×WRÐß','¿¸Ü$™ˆÑÈ;?su™l—p6øè˜¡|lÏÿv&„','',0,'?'),('bQøy©”\0åzN$Ê¨˜7','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/access-manager/includes/assets/css/am-icons.svg',0,'tLò=|ÁÅR—–jlÉï','tLò=|ÁÅR—–jlÉï','Ùæ’ùü7ÖMz_D°±m¡cY†Ud×i[£ÈŒx.Ì\Z','',0,'?'),('í	ö¾=Nö³‘ÚÄ*=','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/access-manager/includes/assets/js/admin.js',0,'Ö$5—¤k’÷O\\•7õ','Ö$5—¤k’÷O\\•7õ','’ï‰ˆ¥FGèÇhÅÇOWÆîþx[„ö»’IŸB`4&x','',0,'?'),('Hv„0`9<¤m6¦‰vç','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/access-manager/includes/assets/js/admin.min.js',0,'ÈÌå\'ããµˆ :ô×IË','ÈÌå\'ããµˆ :ô×IË','†9ÒSd©Àd×bD]¡ÑU\ZŠ“HùA„¼ÿ3Y‡','',0,'?'),('\\,1…ÿC\n³˜ûsÚX\\f','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/access-manager/includes/templates/access-manager.php',0,'›žó€yÝíFƒž4@‰Y','›žó€yÝíFƒž4@‰Y','\\qÈá;¥6ÚœNƒŸXÚ6~+l -b’7ÈQØðæ7Ö','',0,'?'),('\n»M«Rhw&Kœ“ó','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auth-check/auth-check.js',0,'Ê6ý·¹oÊ´—‚•Ô)¨°ÿ','Ê6ý·¹oÊ´—‚•Ô)¨°ÿ','\\eW€»zý7û6÷£J+Ýˆ×u$·êÐ¸ÿ¨0Z¾Èg','',0,'?'),('—¤\ns9SãmP0ú','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auth-check/class-tvd-auth-check.php',0,'ÏÈ=÷ÙÇ½MÚ±‹tÉ¥b','ÏÈ=÷ÙÇ½MÚ±‹tÉ¥b','M‡ïE	äÚ¶Ïê‘2lŒs¥™kXËoEÇÏª3#','',0,'?'),('\"çdâÝº:ÙˆÍƒ0Û’','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auth-check/handle-login.php',0,'«Pçv3éÄ±ÿ‘','«Pçv3éÄ±ÿ‘','÷[DòŽ\rS¢8¨hÑTM¸0\n7MñU#&¡R\ZÓ','',0,'?'),('\rW€,ac`çH—Hô,©3','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/admin.php',0,'=mªu×I–UyyùMn…=','=mªu×I–UyyùMn…=','b‰€™K‹Q|æÍIæ9å¿‹þUM.«ºE ‚Ó¿','',0,'?'),('„uÔ¬‘æOZ¤;¦<','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/api_log.php',0,'Ü<ÎŒòùí0\rèwª','Ü<ÎŒòùí0\rèwª','ÍcXoƒò\"¸à(ª@&±L;´3T½}èzS?Žw','',0,'?'),('Øñd…Ò{øY?‚Ôdé\n','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/classes/ApiVideos.php',0,'µlr§öGÀU@ÍŠ{Véê','µlr§öGÀU@ÍŠ{Véê','Èlî\rÐ!:Œélñª-º…8ApØ\n9 ²‹9Ž¤V','',0,'?'),('—ŒñÖ…#žuK¨OöÙâ','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/classes/Connection/AWeber.php',0,'<ñÛ‘g¯ƒ/e¬äCé¸','<ñÛ‘g¯ƒ/e¬äCé¸','µ6 Ÿ“U„¡˜ïê™†˜š÷(_=D7ät],A©rø','',0,'?'),('\Zèª®Ûö;:n¶ú)^','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/classes/Connection/Abstract.php',0,'Óú’†˜·è™ã1æ†A—¾','Óú’†˜·è™ã1æ†A—¾','³²ZA{ë‡Iu?…4‘_rç¶¬\rÁ>“Ü””Q9æ','',0,'?'),('\n¸\rªúp!­$˜E‘iæ','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/classes/Connection/ActiveCampaign.php',0,'Ö\r¤`WWÔJZiI™¦','Ö\r¤`WWÔJZiI™¦','aÓmD­‘ó=±¦Éõ	-?‡Ÿ«CˆÃœvÐÉT&†£R','',0,'?'),('tÖzV~\rnõ\"$§ñ','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/classes/Connection/ArpReach.php',0,'³í,%Îð¼Ñ+Yëü¤„','³í,%Îð¼Ñ+Yëü¤„','ºþd¢;‹Ú„ÎõyÜuX4ð¨\n=¢C»áz&›pl®','',0,'?'),('[„UJ¶,ðuB£n°Ì3û¡','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/classes/Connection/Awsses.php',0,'Š×|ù«þ9ªD\"ív\rÚ•','Š×|ù«þ9ªD\"ív\rÚ•','šâ™Ž|§çÀí¦Ý(¦ ¼)Ièê–#*œ7%','',0,'?'),('	%1kAJ¤ YˆßuÑ[Î','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/classes/Connection/CampaignMonitor.php',0,'ã¡D—Î@í?Pˆ/á7¤$','ã¡D—Î@í?Pˆ/á7¤$','ÛƒW-ãß¨ú{]£~Ü·„á_†}míaÁˆv›Ÿ¦','',0,'?'),('øçA™Jâ3—bCü´/','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/classes/Connection/CampaignMonitorEmail.php',0,'[OVÄÎði‰Äàh•ðÌX','[OVÄÎði‰Äàh•ðÌX','ØnëÚ„‚!\Z\\ZúY/ I¢¿/-NÀ¶å´¿ÓŽC','',0,'?'),('ˆ	JVLè¾‚Äž§©å','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/classes/Connection/ConstantContact.php',0,'¬ët‡w>ßmÁ*ç[ý›¡','¬ët‡w>ßmÁ*ç[ý›¡','6Ó`ãgp^~ëÇ}¶µ¢%¸ŸzÎ‹GÔ÷i¡\"ê-ƒ?','',0,'?'),('šÚÓ‘ÃšñCõõ²ñ¡','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/classes/Connection/ConvertKit.php',0,'¦Î ‘hîZ.„”>$’²','¦Î ‘hîZ.„”>$’²','ÏNR‚\\h\rîÕXqOµ!F\"0Ùñ÷}ÙC®õ>çRLœ','',0,'?'),('í¥û (ïÁìJÛ\'©(ü¾','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/classes/Connection/Drip.php',0,'¡”jÏ4‡þZ¢~T§ç','¡”jÏ4‡þZ¢~T§ç','Ž¯È~ÑËŠ¾AT‡¨»¡ë{µ/¢Û%–*','',0,'?'),('*xé(ÅØ\rc\"ÎÝ‰M_Q','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/classes/Connection/EverWebinar.php',0,'ÕH4ô¢òþt¶\"›F9×)','ÕH4ô¢òþt¶\"›F9×)','+zÿ¢ Âã.öl™Q¤RÍšj™x‹ßÛxs´9àû$','',0,'?'),('F}4½å€v95‰¹†q','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/classes/Connection/Facebook.php',0,'¾	<‚FØå»d\nú ','¾	<‚FØå»d\nú ','q8‘’=B|ŠIRbŽ1ÎÈQ5°õ€XÔíÈ@»{æ','',0,'?'),('\Z#¿XýÍK3P\\\ZP£šB','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/classes/Connection/GetResponse.php',0,'¢“\nÜ-@=Và83&]','¢“\nÜ-@=Và83&]','„™ËKiNï{G”z™\rëoàä6*¥Ì+J-GÇw€4','',0,'?'),('}˜wAë ƒ°þ)2}>','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/classes/Connection/GoToWebinar.php',0,'cÛ?L³Ê¯t9©å³­—6','cÛ?L³Ê¯t9©å³­—6','3U1%šnœyþµÚÅ¦ÅWºA^ÍiË !®,µ¿C','',0,'?'),('2øÛÑ÷¨Ì6\"1xgõ³','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/classes/Connection/Google.php',0,'Q;¥ºšRJµ-Eyû×','Q;¥ºšRJµ-Eyû×','ë/ŸÅÎ]Q#OË6?HSùúÍÚŽ’<h5Ö+Ñã×Ûø','',0,'?'),('çéPÐBóØº5¸`„¤…ù','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/classes/Connection/HubSpot.php',0,'\0îf0\rýû\")Ò½rÔ¯T','\0îf0\rýû\")Ò½rÔ¯T','\"åL5™’V_™lL“¥¶ RÃÆ.Ê„¾Jöß\"pà','',0,'?'),('ùÑ¡¶\\¼e%òÓØ”®','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/classes/Connection/Infusionsoft.php',0,'IŽx•ÑèÑHÜSæÍÊ_V','IŽx•ÑèÑHÜSæÍÊ_V','6{[>ï×3)rÓûËhË-³>u£c×™ÔŸç†.Z','',0,'?'),('ysÂj…ôíÅ8¡%9','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/classes/Connection/KlickTipp.php',0,'½1ƒí\ZCqÀª5eßë','½1ƒí\ZCqÀª5eßë','É!ªS§Ü×0Z-þUë\Z·)[BÕÖ\0˜æ3„ÊpPP;','',0,'?'),('¼ÉVŒÚ¨j«ðo¤VBå','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/classes/Connection/MadMimi.php',0,'°EI9XÏh­b\\0ÒE”É','°EI9XÏh­b\\0ÒE”É','rq8Ï(µ¥•õ´×/î)RBµ’ø‚ÿ=Mý+ÙIqy','',0,'?'),('Tr}[XËh&iNéA¡ä','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/classes/Connection/MailPoet.php',0,'Jót²CìiCú\"0ºx','Jót²CìiCú\"0ºx','xøŒc\\ý¢5`æ€Â8¿8;‘À{ˆ\r²“T','',0,'?'),('Ô£ä	}\'ºÞ‘ÅO\\]â','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/classes/Connection/MailRelay.php',0,'#Žq§F3\nKÃâSyéÞ','#Žq§F3\nKÃâSyéÞ','Ý‹:o1Û¬Á3Ï+\"¯Œ)–Nß¨V|c¡á¤f2','',0,'?'),('ƒ¥6ÍHË‘äé\r8ÛM¾Ä','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/classes/Connection/MailRelayEmail.php',0,';µSÞ¿þpJ¼/	³U7Ö',';µSÞ¿þpJ¼/	³U7Ö','¤~±Ú?7…®”’,`5ÜYÛÆ.$	uÅšMø	Ù’þ•','',0,'?'),('jÿPÌ«Wÿü†/Üj&Ôªr','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/classes/Connection/Mailchimp.php',0,'Â£ž¢å«ÃGcÝJõˆÕ,','Â£ž¢å«ÃGcÝJõˆÕ,','T;1³\03ÊÐŸÉ* ŒÄÞ?Þ$Zfx%ÖJ­œÁØ¢','',0,'?'),('s	|>Ž0ÜnÜûiPg ','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/classes/Connection/MailerLite.php',0,'\rª8{›ÆnÑ»‰ß\0ë{','\rª8{›ÆnÑ»‰ß\0ë{','K‚¢H{…©M‚/ŸÓ\ZÅ¢0gX_{L|<îóÑìNB','',0,'?'),('¶$ø<^uKwbš0á­Ë','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/classes/Connection/Mailgun.php',0,'ƒÑé‚â¼ù>xëÏ¸=','ƒÑé‚â¼ù>xëÏ¸=','tüCâkiŠò\\œYäÄ#•ßF_\\sUÈ«,f•jñ','',0,'?'),('Þ:<‚z ÒˆGtâiQC%','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/classes/Connection/Mailster.php',0,' 2P=Ë?\"\0™',' 2P=Ë?\"\0™','h‰Vì	cÊ‡}7XÏOôÒb=-Û®äûÏ|XËY¨','',0,'?'),(' Š_\0ƒ‘7/‰A½Ï½èj','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/classes/Connection/Mandrill.php',0,'¹ÄÛÂBè5¤ÆpWÙâ“','¹ÄÛÂBè5¤ÆpWÙâ“','­ç[2Ë×BTV=gÃ9ÈÜý¼ÀÑ ©9Ä3ú áE\0‹','',0,'?'),('¢Šm„64w·oFµ*ŒdÇb','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/classes/Connection/Mautic.php',0,')SU\rŸ€~Õw|ä$',')SU\rŸ€~Õw|ä$','½_aRwd~4ÙlRZY-ÙùšFª×Ä«öjFÅôÉ›','',0,'?'),('lÛT5^°Îÿ¤iN','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/classes/Connection/Ontraport.php',0,'Œiê`ƒN‚)V¤h“','Œiê`ƒN‚)V¤h“','ÏDY©g>ÌÑ3À°l^÷B€Xu³yÜòûÜŠIK²õ','',0,'?'),('ô{ò•-ÇãÐ•õ± ','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/classes/Connection/Postmark.php',0,'66\'JåÎ˜¾òçÁ`KÙ…','66\'JåÎ˜¾òçÁ`KÙ…','T†`ð;R*{èæœRd/¹ƒN„ÝÝô·Þç°ƒ÷\Z','',0,'?'),('Sò|é¸ÛÍ˜ËNBºbÒ¬¯','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/classes/Connection/ReCaptcha.php',0,'O·‚ÑEŠþ6æ™ÂŒì','O·‚ÑEŠþ6æ™ÂŒì','U‡ÁêÉE\n¹;®©KöËÜk&,ÝBÓXºàð‘8¶','',0,'?'),('0è»Sø¬™†ø¿`I$','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/classes/Connection/SGAutorepondeur.php',0,'GÂüJnÜ,Ž1.O%;¶_','GÂüJnÜ,Ž1.O%;¶_','ËZÍñÑßùsBèœ;¹>gµ˜zÂ$ÛG|Ö&&3Z','',0,'?'),('.ì*÷JËÙŽ‚¤:\"','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/classes/Connection/SendGrid.php',0,'§L¤\nõ^£§ÏlÞ¤j','§L¤\nõ^£§ÏlÞ¤j','1Ž¤åYÕá@±*7©Î»P3MŸH´˜ùwggâ','',0,'?'),('ó™~Šo\Zç:Äo’£6óË','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/classes/Connection/SendGridEmail.php',0,'®WWÉñm€k*à}=*‘h','®WWÉñm€k*à}=*‘h','ëÙ•|ÜËb$£ u§ËhGRí¿\Z‘÷ˆ]ª®[','',0,'?'),('(€mò`ŸÔvyöÍòž','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/classes/Connection/SendOwl.php',0,'íìüO|møúŒ„ø¦›\r','íìüO|møúŒ„ø¦›\r','¥F¨c_ëy—@åÌº¨Õ±½\\ÐÁ=Æk	]¦>Jõ?p¿','',0,'?'),('Ü3™¸ãÍ\Z éxéÁNl¢ñ','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/classes/Connection/Sendinblue.php',0,'ÊëfÁXzn¸)_dµ~Ë¬','ÊëfÁXzn¸)_dµ~Ë¬','N a#“^i+è\0Cõ6¸4˜˜âÒ}tÃ÷+g~®','',0,'?'),('¯ŽWÛ®‘Ê¢å¢ÿS','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/classes/Connection/SendinblueEmail.php',0,'ôøŸ{‹4÷Ï‹ˆ\'žr,<','ôøŸ{‹4÷Ï‹ˆ\'žr,<','­ìt©­~3GÀ÷Ú{£ýDVìµGh—‰¢Kñ=¢ä','',0,'?'),('UŽÊ_àz>èº\"÷3','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/classes/Connection/Sendlane.php',0,'r²v AŸÍŠœ×»+äó','r²v AŸÍŠœ×»+äó','OyÇ=½dWw6nË7ƒŒO3nwÁ§N\rñ_Èæ','',0,'?'),('²¡Þ,gÖN~ïþu2Cyv','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/classes/Connection/Sendreach.php',0,'lí[0»mˆµðË5ÔÁ`f','lí[0»mˆµðË5ÔÁ`f','ÀNýµRÉÔ‡~\ZJÛ«ŽÀoUÃ.ùìBmýü¬c','',0,'?'),('Šjƒ³Q±u$ú¨BP','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/classes/Connection/Sendy.php',0,'±uöz1³úx¦ð1_»H','±uöz1³úx¦ð1_»H','_äñâ=+80¨˜ìo´¹»¦Ìôñ^ªâ…‹\r<í','',0,'?'),('Àéõ¯;’à®¾ùPç“³/²','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/classes/Connection/SparkPost.php',0,')CÑ´5Hm	h5mæ%Ò',')CÑ´5Hm	h5mæ%Ò','Gã\'…ŠêkG503:¼EÏZÝ_ªëÃÆå£ü÷ˆôì$','',0,'?'),('í¥s»”²µU¶#§K','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/classes/Connection/Twitter.php',0,';³|æP W¢ù»GŠr¿',';³|æP W¢ù»GŠr¿','>ä:…Q=¸r/ƒRDr]gëº^&tt´S{®¨B','',0,'?'),('lñ\\ÅÁqA>1³7)6ËíŸ','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/classes/Connection/WebinarJamStudio.php',0,'Õí_=Ð\r(j_­s','Õí_=Ð\r(j_­s','>’îë¯‹GWÔBWÝÚ·²œÃšU«Œø‰8œžêÛ7þ','',0,'?'),('bz17&Fü+6dÑÞˆÏBÅ','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/classes/Connection/Wordpress.php',0,'Ñ\\xâiªûõùRhh¾6\n8','Ñ\\xâiªûõùRhh¾6\n8','û9œú—×¿ð6Xå£9²Ê±T(„Å›øê§íª','',0,'?'),('A6œ,ý¸ ‚5Uð','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/classes/Connection/Zapier.php',0,'®&šú3GùâùŠip¸²','®&šú3GùâùŠip¸²','ü t¤²Ù;ýûÜ]¼GÎ¶†+V}l×oçãè½°ü','',0,'?'),('ç\\TR‰?±šPl¥º<','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/classes/Connection/Zoom.php',0,'Ísxj|×”×Î¨„åhÉË|','Ísxj|×”×Î¨„åhÉË|','bÅÿ.)‡”Ø€yYØ†…» +ÄiT£XIF','',0,'?'),('9êŒ“”Ì5eu¬hüß„','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/classes/Connection/iContact.php',0,'„POe>3¿È|NÀd*£c','„POe>3¿È|NÀd*£c','i½&Ï÷©¼Ïq\"ˆ¶N.»œ¢\\Î]¿£ÔA5û~¸À','',0,'?'),('›Eq!‚ñ5•rßlÍ%î','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/classes/Connection/v2/GoToWebinar.php',0,'Ë~¸	\rÓj\r¬Ä¬jÖ_Ì','Ë~¸	\rÓj\r¬Ä¬jÖ_Ì','rBÍ-Îgó†¼™\n’9½ôã´ðf÷K3Ds¿}w_“','',0,'?'),('hXt]à	0@z¸ô€*®\"','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/classes/Connection/v2/SendGrid.php',0,'¡Z\\ì€°t‹qÂR&','¡Z\\ì€°t‹qÂR&','ÃÁ—ýÑ“Ødm(!žµ÷Q’.\\ÚÚÓQ*Á¡°rÂÎ','',0,'?'),('«D·íÉëm((9‚	T','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/classes/Editor/Controller.php',0,'Èoßð·÷GõŽÜ ëÅ','Èoßð·÷GõŽÜ ëÅ','šÕÅHÓè˜Ír„ï¶ÄyI¶q/c¡v¥ìQIž*\Z“D','',0,'?'),('t!šCkhãM©ø','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/classes/Manager.php',0,'.[ûêvÀŠ¢“1efÇl','.[ûêvÀŠ¢“1efÇl','¤\ZLnX9òªpcº%f,ÊeÚžõ–v^Ýÿo5ø','',0,'?'),('í¤÷ÖLZ‡$m¶™H','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/Base.php',0,'+„&…Å®65©àÄÿi','+„&…Å®65©àÄÿi','p²¤Ê‘ƒÉ6K:‡\'ƒ:2Ìýþ©~â%ýÃª8Ä‹mû','',0,'?'),('ü6a8üÂ_ÿ•Ž]m²y','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/Collection.php',0,'N$IÖF#;Ñ•¡“B]','N$IÖF#;Ñ•¡“B]','ÞçBqôVaÓ‹š‚Ž·\0Öõyyû.Pð5‚ûì','',0,'?'),('f1Êäöîê×~¿cy4','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/Entry.php',0,'Ø¿e#ª¢ Ïý#ÚšÈ›‡','Ø¿e#ª¢ Ïý#ÚšÈ›‡','x¦É…ŒaZ*6-&ØIÈ±y.-xÊ·uÑŽv=ó%','',0,'?'),('÷’KdZjM&Æ¼Ðñ·^»Ÿ','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/EntryDataArray.php',0,':¨‰;Ç€XI²ã7»Ü',':¨‰;Ç€XI²ã7»Ü','´˜µò%¸P¦Á$¾Õ—UÚæ©‡#‡WRná¥y','',0,'?'),('óï¬Ë” \\¯Dq+mÈ','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/Http/Response.php',0,'84Õ¼Få6fÕem¨','84Õ¼Få6fÕem¨','æ7ˆÍÃ”sÆ#àõ‰‘Ê;§\Zà\Z™ä0¨$','',0,'?'),('‘U´7§UUÄ(+Œn','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/Oauth/Adapter.php',0,'™@t33cYÃ¶úí_…','™@t33cYÃ¶úí_…','Ñþít¦™—a!gŠ&åŒ|E¬IÈˆbêGÈ','',0,'?'),(' .\"×ËVÎ¬Ùsïd‚','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/Oauth/Application.php',0,'eÕ&AãX ¯>ÿUØ“N1','eÕ&AãX ¯>ÿUØ“N1','Ø”rŽê–ÃðVÎ§s\"†ýu	\ZóxÛqÉ}¢ƒÝ%Ž','',0,'?'),('î<Ë‡–Îð„í¢dïâ','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/Oauth/ServiceProvider.php',0,'öT¤øïã#·N¯ˆÈ¾','öT¤øïã#·N¯ˆÈ¾','‹?.ÛÞoÂÔI›‡´È‰fÊŸ²yw4ÎÖpÅ7','',0,'?'),('A\\uË¿•ñ¸ãÍÜ$','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/Oauth/User.php',0,'¾V›Fþtÿ„¼}‚Öet8','¾V›Fþtÿ„¼}‚Öet8','“sœ2eårŒ’G?¶i—ÔP¡ìf…eþT$½26ë','',0,'?'),('‡e~€6FïÔP¸Ÿ#2m¢¡','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/Response.php',0,'›û±\\Ò”´Þ7.ø‘AiÀ','›û±\\Ò”´Þ7.ø‘AiÀ','€R»„zàš S¥¶lÀFÍ!É¶§0°Ðz×Ø,‡@aA','',0,'?'),('ÁI®Û²¥óCookêô','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/ServiceProvider.php',0,'P£™©†•ôFrÙ¸GÄF','P£™©†•ôFrÙ¸GÄF','\'vD‰kŠôfŸ–é½™1Û®Ä¡‡h†8ˆ®9Žþ','',0,'?'),('ß[PEÓ¼ÕâÞ–%hÀ‹','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/exceptions.php',0,'Q™©šeoâÙaÎñîrÛ','Q™©šeoâÙaÎñîrÛ','Ë1¸Ì·Kl®á»$Ž…äØÌ}¯ê¡jfžŒµ¡!','',0,'?'),('ŠnÒë4âEáeBò«ê“p','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber.php',0,'{NŽ‡DÄXM³{s¡B»W','{NŽ‡DÄXM³{s¡B»W','*IÅÏcÏ”ˆ‡K+§Rê¯ì±ŽíqoúŒ€ª»]$sÿ','',0,'?'),('\r¹%âÚƒ¹=ï¸}z€Ê','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/ActiveCampaign/Exception.php',0,'Ð;.@1¹¥æŠå(Rüà¯','Ð;.@1¹¥æŠå(Rüà¯','v%#{/¸v<X°&3r’¹µÖ‰=Äÿv¹lîö\\','',0,'?'),('ãCÓy@Is6bz2ºÖ','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/ActiveCampaign.php',0,'z<Ç¬ƒ@à§¾','z<Ç¬ƒ@à§¾','õçãvÄGv”xÉ… ®àŒìÀâÏñ:qÒãÊMm«ý','',0,'?'),('Im›Ž§¿SøR„c«RE','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/ArpReach/ContactException/Exists.php',0,'”\"±óí8Ij4Ûm÷–ì±/','”\"±óí8Ij4Ûm÷–ì±/','Fp:—øë½kOmçh+ªð‰êúrªôí²dLŒ','',0,'?'),('¾õåî3ë N\\|ãðýÀ/º','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/ArpReach/Exception.php',0,'Êç°Vû~n®µ|P€¸','Êç°Vû~n®µ|P€¸','7óo¦…™76’‰S«¸ÞÚ|VãWÕz¨fÏg©õó','',0,'?'),('8Ú­†í^#}ÖZ°k0þ]','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/ArpReach.php',0,'*6¥µOß¥Þê·4\'žÍ/','*6¥µOß¥Þê·4\'žÍ/','ÊÊ\"cºçÜî£¤¡¦ìÁóÊPZÏWQ}zjÉ‘x ','',0,'?'),('TÃômfšÌ¤îô§Œ×#','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Awsses/Exception.php',0,'¢¯í™TÈsQ^ëØAŒÚ','¢¯í™TÈsQ^ëØAŒÚ','ú\r+°&¿Íéà\Z`ˆë\"šÌ•\\^çHÃ »2C','',0,'?'),('öQ©†PU×b´å£Óþè','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Awsses/SimpleEmailServiceMessage.php',0,'ˆ‘3@€Ÿ]h£·Ž«','ˆ‘3@€Ÿ]h£·Ž«','JÈXv)\0:²|Z>¨„7–V¾¨.m—ð¤ç6|ËÜ','',0,'?'),('ªs‰ÿ2·ìq¨£‹´Éô@1','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Awsses/SimpleEmailServiceRequest.php',0,'d!\ZevÏÓƒ ILîÄb','d!\ZevÏÓƒ ILîÄb','i£¸/U¡p<¸	ˆœøšr]›¢1a±“êô=¡P','',0,'?'),('6õ‹N©ƒcL²ƒôÐ\0§','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Awsses.php',0,'áÙ½d~òHaŒ÷¦½¤*º','áÙ½d~òHaŒ÷¦½¤*º','¤F›‘þ³ÁÑeÙ³vW)¿WW ØE²Sy›ÿ•M,ˆ','',0,'?'),('CÇðô‘÷ßŸ;ºüeP','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/CampaignMonitor/ClassicEmail.php',0,'£m¦©A‹l„\rÄ\ZC;IŠ','£m¦©A‹l„\rÄ\ZC;IŠ','ú 0ß©Ó¿w¸Kƒz9ØÊÀ¦›Eù²Ît Ûˆeµ:','',0,'?'),('M£œhÖãRnõCÞ“÷ Í','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/CampaignMonitor/List.php',0,'ºÚi)jˆÝ€Œþ-ŒSo','ºÚi)jˆÝ€Œþ-ŒSo','Ì<fš ~Ñy2ðµç¤¹;,ÏÅÉ4ÆÓl‹&','',0,'?'),('l‘«Æf`\ZK-mbo2™','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/CampaignMonitor.php',0,'ä”?~u,Üi;+ç·L\0E','ä”?~u,Üi;+ç·L\0E','¾J{ó‡~YôŽ-äâ–´JÅbå)Ó{CŠÕ3–?)q','',0,'?'),('ûi¤Bym,[vgÓfìªV','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/ConstantContact/AlreadyExistException.php',0,'C(všƒÊ5x®¡c?t+m','C(všƒÊ5x®¡c?t+m','*—ž|ÎŸÐ55`%jœÏ\r›Æ|Y^jE^‹¬Y¹†’','',0,'?'),('mIÏ•W$„ššd³ìèŽ™','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/ConstantContact/Exception.php',0,'éÀ ”è*þºq½¡®À','éÀ ”è*þºq½¡®À','ù.ƒ½ª¸U”tðò¾”ÈöŒÙô¸yÌÂÍ\'ó~{?j—Ö','',0,'?'),('3Söí¢Ñößê?ð˜9','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/ConstantContact.php',0,'è]e‰cù-«¤9¦Ê','è]e‰cù-«¤9¦Ê','ÃVåüFTª… \"ÑD91âÆ÷\Zø=7ßœ±2ø™','',0,'?'),('â¤g8áÑyRì%báfV','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/ConvertKit/Exception.php',0,'Pù]FQÍ›¦µä’r—Æ6','Pù]FQÍ›¦µä’r—Æ6','œ [ûÆÕ;ecSBšÁõ\\4ý`Õe™bä¥×{8','',0,'?'),('×à£;t§¢Æb )•','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/ConvertKit.php',0,'ò>üx#Ž?Q¸·^•»s5','ò>üx#Ž?Q¸·^•»s5','0FÏsR>•û´J÷-§Ð8¶9Ó]óèrj*B¿ô%','',0,'?'),('Øæég‹¦òõ/GÖ,˜R„','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/CustomHtml.php',0,'ò„.ög°uÃ“vHMˆ','ò„.ög°uÃ“vHMˆ','3‘±o*[» m	ôÁ~É0Ùžxy8JQCe²ËQ¨Qê‰','',0,'?'),('K-\"I¯R”óÞôSä','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Drip/Exception/Unsubscribed.php',0,'Z~Áft!mt—\0*','Z~Áft!mt—\0*','ÙÁÄµ®i!{MÐ,Ë£aÞwô3ß8Ô¤Â™ç	²3Š','',0,'?'),('±Il Ÿè_0÷ÉGàÖ¿6À','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Drip/Exception.php',0,'Pª¸÷ü“äÙ‘â¼a]ÞJ','Pª¸÷ü“äÙ‘â¼a]ÞJ','˜â“¶£wéCþ(’	>9‚‘ÁÉ‹,L\"ì*','',0,'?'),('Ä¾ØŽ½U±^`œŠVlÚ','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Drip.php',0,'Ál›’ê·ÖŠÅçmÈ.˜L','Ál›’ê·ÖŠÅçmÈ.˜L','î!\\Îë’¼äãhƒœ.ãhH’HKºžþCwÐ Âd','',0,'?'),('\nÖHz/ÐP#ÙP‡)¾*¶','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/EverWebinar/Exception.php',0,'Tôã.õ\0uîie½Ò','Tôã.õ\0uîie½Ò','þ¯1rè…Õ½aGkDÄ†0½K&‡Æ’%7!WõF­Â','',0,'?'),('m>(B¥x=;ÊzaB\ZZ','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/EverWebinar.php',0,'®b(¡m2\0Ûá¥Y|ì2D5','®b(¡m2\0Ûá¥Y|ì2D5','…¨¾)T>¼Ïë×Ö\"|–ðPÁ<åáñÆ]2Îg','',0,'?'),('´3ªLs\'ÚŠÈO6¢>','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Facebook/Base.php',0,'Á&ûó:t´H´áW¾Cm','Á&ûó:t´H´áW¾Cm','“¾é–`ªÅ‰V;\n;ò®ßŽV,n8’\Zúœf\Z','',0,'?'),('HóÁ¼åGATÏÎu+˜','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Facebook/Exception/Exception.php',0,'¹‡Ù†ÈÆJÀ%\rÔC‹','¹‡Ù†ÈÆJÀ%\rÔC‹','oØâ·‚\' U‡õ/cw¥Óšõ\r`ìœ§£Ü¤%SU®','',0,'?'),('§ðó3Ç;—èQ$ÆâI','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Facebook.php',0,'\r^~È· 4RÐ³½õ–,','\r^~È· 4RÐ³½õ–,','õbžŽ˜M0ãs	y÷‡)ÿŒ&ŠS¦W³£íw-Qh#','',0,'?'),('ºÜC´ÈæñÂäj¬‡bB6','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/GetResponse/Exception.php',0,'V£»÷Ú«ÈæÍ²å¢VS3;','V£»÷Ú«ÈæÍ²å¢VS3;','Ü²¾·\0ëû8¾ù‘)ìÈPU©j…yAÏ’ÕvDU','',0,'?'),('ØEÙ.VXO6 YÙl¼<ç','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/GetResponse.php',0,'ÚLÆ#Yû¦[ÚDó ±öä','ÚLÆ#Yû¦[ÚDó ±öä','CL	³—Ž†?æ–:E0œÉûêí^ÂŸTˆz£°[','',0,'?'),('Ò/F5>óËHlòýRJ}','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/GetResponseV3.php',0,'˜ß•`UZ2¢ø¸ò&áH','˜ß•`UZ2¢ø¸ò&áH','*f¦Õ)¥KdE†Q‹L>aÖ7dT®x\0?Lö¨','',0,'?'),('?àÞ».Ÿ¥fk”Ï7Â','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/GoToWebinar/Exception.php',0,'=†UqcÍH¨!ïôf½','=†UqcÍH¨!ïôf½','ñpYú}2YzôSªXës\\–PqíÛÉ|š&Ç','',0,'?'),('DìhœõEÛÞãSÊ®}=','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/GoToWebinar.php',0,'ßøõÇ¬¡’½MçÂÑÌ','ßøõÇ¬¡’½MçÂÑÌ','Å†\0.ÌìF\Z’º”´òHf¾ñï—â,/N2æÎ’2','',0,'?'),('D ¾û$áYXöáÆež','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Html/Renderer.php',0,'ØšÓ`*ÂÌ?¿»iv¹','ØšÓ`*ÂÌ?¿»iv¹','ŽhD0Lb™ÿÐ¬$RCÙ áö¦˜¸k6)ÊO™}«¬','',0,'?'),('Ù.œkeÜG‰»Â°¢b,','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/HubSpot/Exception.php',0,'ŠùQ2NiùÌòã<gŸ','ŠùQ2NiùÌòã<gŸ','!ì8ÄuüW\"9ÛËœ–Àþš¹Ý¥ùõ}˜%¡QØ1¬Y','',0,'?'),('ŠXÁŸ®ðgvKu³o…','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/HubSpot.php',0,'Ôu5a¼cÈÄú¬·','Ôu5a¼cÈÄú¬·','oaËÜ$Ð_˜2*¦ã\ZUÏÆvŒC– [¶3[‹Å','',0,'?'),(':ùÀÊ>\"Ÿß3Ô^','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Infusionsoft/InfusionsoftException.php',0,'ïÜ`„7ìÙ|z]-Ó{¬','ïÜ`„7ìÙ|z]-Ó{¬','Æ¯od‹	„tä„Ø¿“âc!p™´\'Û”õš‘¿«l','',0,'?'),('æ›Í.ƒ²Æùl¹Òø¯Bs','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Infusionsoft.php',0,'ÍŒ;ûêÉÛæT‹wÆ','ÍŒ;ûêÉÛæT‹wÆ','ÂN¶^2Ûá/úgÍ¼¸éÿÂ1à}Ï/_Çm+k¾ˆ','',0,'?'),('ükÔ6†ÆoÌ¸ÐïÌ.ï','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/KlickTipp/Exception.php',0,'*j$°]¤bšeQôŠ=B','*j$°]¤bšeQôŠ=B','µ-Ö)ý´B¨–bRZ¸DXt¡“~Gú#pþÁ—êŽ','',0,'?'),('ÛO‘;Oa…fv6BŠY³','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/KlickTipp.php',0,'¨ásM¬öÔc§¤jc>ŽI','¨ásM¬öÔc§¤jc>ŽI','I’\rWrj†‰Ý³7 ~\"!H9ÊÎ˜>UÀ‡lÍÐê','',0,'?'),('	o\0žÞhµ9„×ÌIfœ(','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/MadMimi/Exception.php',0,'³PÅ ¹Í”£ºŒu½','³PÅ ¹Í”£ºŒu½','ª:}vœ7øn›´«—€ñªò×â$»î3ªý} }','',0,'?'),('y„ÅG.EŒ¹lèº¶µ;','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/MadMimi.php',0,'(|Ljy6ªçÏº¯•&\01','(|Ljy6ªçÏº¯•&\01','õ=@°¬úÎmû[âÎ‰š#	x„–dž¬ãQ-#¾Xº','',0,'?'),('çd¿Úë3¸KB¤¯³pœ','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/MailRelay/Exception.php',0,'¨AÕÅH•w~ÚÌ‚$ñµ¢','¨AÕÅH•w~ÚÌ‚$ñµ¢','Ö&ÕVïiR§fYÖi¬™ƒþò¢T¼é«5^Öé¿ËL','',0,'?'),('It}\0Š…*elü\Z·×I!','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/MailRelay.php',0,'‰åÔ‰¼—þóx¸.Ï®µ','‰åÔ‰¼—þóx¸.Ï®µ','­ªÈëw6YžóKƒõ‡Êwò	Þ¾\0;ÑD+®Â,OÓ>','',0,'?'),('†;w\\Sz°=ö³lxØ;ä','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/MailRelayV1.php',0,'³CÎ}&aŸý¢¶·’T','³CÎ}&aŸý¢¶·’T','ýBÅkÌò¡àÎÊ…6íëFd¾\0—ßh8ø¬`ú','',0,'?'),('˜¨öQvzá…97æK±x','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Campaigns.php',0,'œeIi´­é`|ä(·8Y®H','œeIi´­é`|ä(·8Y®H','Ä¨Oý|ì“¸B…yRÛCÞc„j´îžÖ9n©›','',0,'?'),('=eßJá\'Z„Ã¯+·|Ñ;','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Conversations.php',0,'¢‹lSÄä@²ø,d{Qâ','¢‹lSÄä@²ø,d{Qâ','ÞæéüÖ`Ì1;E JnCÎ(¯\0­aÖáŠ0Ql','',0,'?'),('lß4Ýö×°âÇ÷~¹ªÎ','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Ecomm.php',0,'¶ÎY£žS³3¥Xi¢\Zêàñ','¶ÎY£žS³3¥Xi¢\Zêàñ','ü»ó\'¢\0MŒ…\'?è\"a,7ÛözÅ\r¼ðuT|tŒNb','',0,'?'),('¡õÇ³¬¥Œì—_õ$r','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Exception.php',0,'DÐ¢ñO%Æ¶€‹už¡ÿS','DÐ¢ñO%Æ¶€‹už¡ÿS','š:Cjeh#‚FD}³T’MäésIG¢/põl‹8…8','',0,'?'),('`G¼Èí>266KÕšòjé ','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Folders.php',0,'Ï2R×lOWC£@³U','Ï2R×lOWC£@³U','I\'0¢á*ÊØ}Òº Ë`XüóÂ½4ßíII®•Y','',0,'?'),('Ú:=Ã<»õ’Å´Üó¶! ','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Gallery.php',0,'êë‚ÌåÀy}{™%+OŠ|','êë‚ÌåÀy}{™%+OŠ|','”D~\"ús^SG*Øð¼ùôPr\\l¡A_’´:','',0,'?'),('ÒAž,¬MÇÅ»\"qÛT3IŸ','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Goal.php',0,'K\0üÀö9ÎêNÀá','K\0üÀö9ÎêNÀá','¬‘Áw¥3\"Ž…ñ°ˆyÃÔ©NzB‘äI‡éiº}wWS','',0,'?'),('1»ô{\0x\\¤c÷šJoŸGT','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Helper.php',0,'a ¶r¿NSœvEmÆó','a ¶r¿NSœvEmÆó','n¯›r`\r?ÞaÉ‘ÌDWÜÈÀ\\à¨!6{yjX‚\r','',0,'?'),('=î‘¶™LoÞ+ø½€Ã:Ëd','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Lists.php',0,'\\°¿6ª\rKl˜“œ^¤','\\°¿6ª\rKl˜“œ^¤','ügFX5j¦ãÍ	r³<ù©Úý´½%“Â|Q','',0,'?'),('Ú¾sùUâé‚’`é','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Mobile.php',0,'–»ºˆÕÝ‘óò/Î’lÃä','–»ºˆÕÝ‘óò/Î’lÃä','6®Ycà·W	Òý%mPŒb÷M}µ0ÇZé¢=åR‹','',0,'?'),('&ØÜ\\c{ù’9«+Ÿ<#','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Neapolitan.php',0,'¬®œÑ‹œÑœ´_//­','¬®œÑ‹œÑœ´_//­','OhÌ -Š	9ú•h¥lÖBá0›—QJ÷_\nê€','',0,'?'),('¥\\Ü*Óß7ÑøâòÇMËÈ=','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Reports.php',0,'þ¨a¨B5°—F¡W{','þ¨a¨B5°—F¡W{','ü0O”©Gg¢cú,oô<\"7“Ìæ©õÄfþ¦eMš','',0,'?'),('Dõ#õÕ±6ŸCu‚ÝÓâ','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Templates.php',0,'íÅü³ïÐA?U«šÿ','íÅü³ïÐA?U«šÿ',':ŽèC½q&ïmË¥•±Ëùlû‘×ÙÐœÍ4¥l','',0,'?'),('	Ró¾Îeâôïù•Ã¢3ì','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Users.php',0,'ÿQ/çv¹œ‚|sš2:','ÿQ/çv¹œ‚|sš2:','Ò´åV\0o=¼üFdÞ;ic©²\0uh-¸Í»ü','',0,'?'),('|È^¢XÁN	9„¬J¯','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Vip.php',0,'~SÀŸÀºcævó.·¿','~SÀŸÀºcævó.·¿','£ü`ÿ\\ÏEŒWÛÛéŠ‰ÿån	\rnÂ‰™§±?\\.\'<','',0,'?'),('¡(ÃF¥m†{l¸Ã€K','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp.php',0,'­Ä’V~çi$/ìFÛ','­Ä’V~çi$/ìFÛ','\'Œ$7û,¥zKØCßägvz%„Æ)°Ftkw','',0,'?'),('¹¯ˆvCDgÍþxÐõ:\rFæ','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/ApiAbstract.php',0,'@Tº¬1.U?˜ÿô¼ú€n','@Tº¬1.U?˜ÿô¼ú€n','6‹²v:ß—¡ºÁð”‰È\Z˜Ö%\0}Û<°ƒl<v','',0,'?'),('ÑßnUÆ\0GoØerµî}“','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/ApiConstants.php',0,'^YÚ¡©TfI’æº~ï·\r­','^YÚ¡©TfI’æº~ï·\r­','ÒãJvAÊ,Š„f(#•Œ»±)ëcˆØó=|—þÛŸ7Ã','',0,'?'),('ÊcwmËÿ?â»í•Øé','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/Campaigns.php',0,'ïÑÇ°öýÈºŒÐ\n¸üö','ïÑÇ°öýÈºŒÐ\n¸üö','\r2 ­ ™*™f55/ôw*Ô]YkùVrŸÆ±&B®\r','',0,'?'),('%®®=ïƒ²8cc','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/Fields.php',0,'\Z#:B‡ãþ:MGfDÝ','\Z#:B‡ãþ:MGfDÝ','`ôëÐ\Z&UÆÊYhÒ¸ñxƒ`¿GõÓ7žâª» ì9¥','',0,'?'),('¬#/HEæC-KÝã¯—ôe','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/Groups.php',0,'v×±½€±h‘–Ð.êGp ','v×±½€±h‘–Ð.êGp ',')fÙÌÞ[w„®x¿\ržûA~+UoOêÝ±fTV’IÅ','',0,'?'),('\Z±@<Ä¨ó4Xü.ét±®','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/Lists.php',0,'Þå‚<‚$!\r±\\°$¨','Þå‚<‚$!\r±\\°$¨','Ö\ZbV£–(üS€[ä¯(ÀàQ—æŸ)a±²‡û<d','',0,'?'),('°MÛS>Ñç œÃ¢ÍYY','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/MailerLiteSdkException.php',0,'äp–¯ÝÁ¯Ä0lßä¼„','äp–¯ÝÁ¯Ä0lßä¼„','òíü)Ì­‹a@)Y\\Ö‘TÊ»w7é¬¼Š<RÑ >›','',0,'?'),('´EM¶JT\01Ð\"h¾Ý—','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/Rest.php',0,'„©‰…‚Ác(ÛƒDùò›','„©‰…‚Ác(ÛƒDùò›','«Ñ©ü¬e&.pŽ&E#	ì¢újTë¯Œ-òcˆvpû?','',0,'?'),('ÚêÿˆóP*Ž’qóÈõ*ð','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/RestClient.php',0,'»oRvÚýëÆÿ‡21','»oRvÚýëÆÿ‡21','kñ”€çÚ	ÒØ.<v=÷hÒ2mÝb\nœØP*–ÉDZ÷ç','',0,'?'),('Ìì1R\0áÀ{t(à¿u','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/Subscribers.php',0,'do¤³W“CÎ•Yá„¿mc{','do¤³W“CÎ•Yá„¿mc{','Ûì„³³îŸ[WYQXYÓ´F£ì$Ò#ˆÈ$åÀèøT‰','',0,'?'),('ëG²«Y&;3›¹M×›v','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite.php',0,'34H…a«¢\n®< óh','34H…a«¢\n®< óh','Uþ•EUÚÛÀƒîl~Å\næés¼{ôÐ¸g–E~	É','',0,'?'),('^K\ZÅ×‘U\Zao»äÃ','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/Api.php',0,'©ió´þikjuM','©ió´þikjuM','¾;GœBv wë°Ø†`i¸pô‚¤‡µ –¯ç','',0,'?'),('¿®DÑOëâ~ôUœ\n','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/BatchMessage.php',0,'®f¨ôe¼×ÜÑ¤Tì(','®f¨ôe¼×ÜÑ¤Tì(','µÄ½Ø‡{5Ò5¶gŒs÷Ä¿çŠq¾áËý•g¨Lœ','',0,'?');
INSERT INTO `wpbe_wffilemods` VALUES ('ëK;i€×&XÛ†‰çœ','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/ExceptionMessages.php',0,'ºÂN¤èè¬“a@JO÷7¬Ð','ºÂN¤èè¬“a@JO÷7¬Ð','½ÿIÚs\nTÈ©c^1A¾o›¹î\Zë@ón«];é‘','',0,'?'),('Àk9ªÕÁ}Ô3	+@U?','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/GenericHTTPError.php',0,'y&œ*í¤éô‹Á›7?]T','y&œ*í¤éô‹Á›7?]T','·õúß›ñ„%Œba\'*|Vxÿz¡!cÈBK±e\'a','',0,'?'),('Çxxa<¦›2¤Œø@ïÌ»¨','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/InvalidCredentials.php',0,'ÿ¢Kòï•$\\J5;â»;','ÿ¢Kòï•$\\J5;â»;','€‘ÃÐÈzì1O™ã¢rªÎÑE÷´i‚×ÝI\'ý8‡+','',0,'?'),('Gº!&?Ý`­¼Š=‹z','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/InvalidParameter.php',0,'èî¡]é^ßßPÝFÝ','èî¡]é^ßßPÝFÝ','À©%ƒ\0Ô7|ÆÙ9ï]K6ý8}Y†Ó£Œ†Ô&p5','',0,'?'),('˜²Ó²\"xÐ\Z¼®ˆ»ý','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/InvalidParameterType.php',0,'G‘L…9ucA—\r¸ûœU$','G‘L…9ucA—\r¸ûœU$','Ò&KúBq\Z—Øv+,ÈBdº6C‰Š®ÚEó.9^K\n','',0,'?'),('0}g+‹Q›dÍµý,¶','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/MessageBuilder.php',0,'Ó+\0•÷ÖTRn­¬áª','Ó+\0•÷ÖTRn­¬áª','§	Æùâb^²š¤á0ƒò¡•/ƒU^öÄàñâì','',0,'?'),('EW†Ñ—Êé³´ Ï=H…³','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/MissingEndpoint.php',0,'šð™IjüþÆü_íz¼','šð™IjüþÆü_íz¼','ÔðŠJ}B¦•*Ò\Z>o4½iS\'ˆÎËrg\\3$Eš','',0,'?'),('?õuïG}\"©r¼…ÐrŽ/','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/MissingRequiredMIMEParameters.php',0,'ºðNL`«è¥±©¹§]Æµ','ºðNL`«è¥±©¹§]Æµ','Ù\n7•î_á×]yºö\rÉ\0+WàÞ‚¯ÿ¼<è\rÆ7#¾v','',0,'?'),('°Mµ)6ªƒŒZ’üËðÃ','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/MissingRequiredParameters.php',0,'ö¨zº¹väïêžWa§8»F','ö¨zº¹väïêžWa§8»F','kV×—çÓ­¶4Ü+\"V›!«Äjû˜»ø_¸$d','',0,'?'),('Uä²t%ª´\nI(Ùzý','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/NoDomainsConfigured.php',0,'eÌ\0ÞH`üÙ²@Ë±‰§5','eÌ\0ÞH`üÙ²@Ë±‰§5','ž‘˜åÓ²Î¾gºv†þŽ3?~¡¤àwú²','',0,'?'),('ÅòÃ`áœŸêŒa\rviÐZE','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/OptInHandler.php',0,'zÔZ|û:ä:[¯t!ú\Z','zÔZ|û:ä:[¯t!ú\Z','†»ïÜ—ÿ$.Ì·šQI+7v\\MÕv»','',0,'?'),('èñÁJåëˆ1âJ»é•­ÿ','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/RestClient.php',0,'3´6¯VŒÈ K;FŠ°é','3´6¯VŒÈ K;FŠ°é','mÏ`Oã{í‰R¶–M€	•Ýe>Ð¹Ò¼IU¯@Ñ','',0,'?'),('b™EXp§™ÆD7¢B X','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/TooManyParameters.php',0,'*<0ô’™7!<eª÷-¦','*<0ô’™7!<eª÷-¦','k·ÕßM5ëò¢1}j‘ýœÞ’ü•$‰Ê«)_\\‚','',0,'?'),('ÀÌ„&Ñ»–ôHéØä','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun.php',0,'EàåÞ\02d‘ÔÓIèmC','EàåÞ\02d‘ÔÓIèmC','&:0mÒHbfÙ’Þ¡‹¿2ŸæÛsóFO¶“¶Ï¯tJ','',0,'?'),('ëó1Vëª{(ìhŠ\nD“','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Exceptions.php',0,'ÙçÈcFNWR*&G–Šð','ÙçÈcFNWR*&G–Šð','($¥“Œ€o†Aå¦šY.»¦\n‚Ã9bIr÷IÇáüeÊ','',0,'?'),(':‘ïû°³:>§¡l‘aè','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Exports.php',0,'Â¯£ÇÌíƒ£W;ùÉºöS','Â¯£ÇÌíƒ£W;ùÉºöS','ï<öq±K¥µ§«ûœÈ>u	ÇnÏšoýJ‹†\'eÁÎ','',0,'?'),('­L^›ÜéNè™Þ¯ª*n¢','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Inbound.php',0,'Z·y=?D¯{|‘6¶9\n','Z·y=?D¯{|‘6¶9\n','½ØjavQîî*é£Šœ.Ïiýê´I•ö\rWë^ÐQ','',0,'?'),('ß¹w=’%k{—3¤\0Q›°','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Internal.php',0,'Ì3ævFk+`EÖC<8Pá!','Ì3ævFk+`EÖC<8Pá!','sP³ ­‡‹N¯U­F*èM\'ð \\@Û}ñ¢ê.U_üË¤','',0,'?'),('AE‹ùoÃ´d©Úvž;]ˆ','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Ips.php',0,'\\œ\'ÝLÝ%£¦[%¾ë ','\\œ\'ÝLÝ%£¦[%¾ë ','‚øºÒvŒg‹FêšGÛÞi¥¦¨ŽÛÁøZp','',0,'?'),('3áE›,öÅ‰æ€Ó,0','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Messages.php',0,'´¾¤Ò/*ž[OF§Ýä','´¾¤Ò/*ž[OF§Ýä','êb•Mû9×\r?£ËæJr9é¸9Š—m!ý<…','',0,'?'),('tÕr;à8Úûý”Œ?•„z','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Metadata.php',0,'°¾Ü€ÜA¥‡\0þ[J /','°¾Ü€ÜA¥‡\0þ[J /','Ä\0¯ÚD…Bð\0ê€\"ôUÄî|((\n*?ž7àhyäk','',0,'?'),('Q‘b#žzBpb5Q\\','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Rejects.php',0,'¦½#	t:®p+j5=l=ìü','¦½#	t:®p+j5=l=ìü','[-°ˆ¢æ7Ü:?ŽE\"÷Žÿ;KŸ_;Öê**q','',0,'?'),('(Ã«éV;®oz{¯®|€n','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Senders.php',0,'[5nhW¿QÈkmÌ°>‘','[5nhW¿QÈkmÌ°>‘','0˜¸§.“œš!*å¿Õ,	àÉ»Ï‹ŒÈÍ$P´Ÿ','',0,'?'),('ÞlVW§`Rw¶3ÞïWt4','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Subaccounts.php',0,'9ÚÏ•+IæÍÇ¿³D@','9ÚÏ•+IæÍÇ¿³D@','Xv/¸FŸ5+,POS™¾¦}á((Ö+tŽçû±­Â|œ','',0,'?'),('… †§:ŸKNåÑnD+ÖÏ','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Tags.php',0,'…5RÌšåmÎ‡ÎéŸ¤','…5RÌšåmÎ‡ÎéŸ¤','æz¹B”ïÆB¯(«-màÝÍ7ËÇ¡¨Cìž‹n','',0,'?'),('	zY‹þÛ‹¡ƒžàÎ“','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Template.php',0,'±6D\'ŽøÛ :®Ù¯\\È‚','±6D\'ŽøÛ :®Ù¯\\È‚','	tŸÃ@‚½Äß;ßgwñ£6y\Z ,vu2à<w=Õ','',0,'?'),('ë¿q¥¡ý/„<ü¬{:Æ ™','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Urls.php',0,'v4ËwõõÖî!±±r›ô','v4ËwõõÖî!±±r›ô','JÇûŸEºq‚zŽÄà@áïùÕ—óÙ“ø\no\0’','',0,'?'),('}Ž§W\n£ÞQ·ÜwŒE','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Users.php',0,'÷òoUÃ¤ö©Y|—Õ\'¹','÷òoUÃ¤ö©Y|—Õ\'¹','u/5ÎI@ƒœ¯$Ñ0Î4å\r¾EK	C½óòF','',0,'?'),('Q¢th2‰Hx¢Ÿú’ßT','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Webhooks.php',0,'•ömø”‚ÍVW®°eÌÂ','•ömø”‚ÍVW®°eÌÂ','˜Ûï¾\0F¸¥ÆX‹hƒ$l1$R÷ÏT\'PÏÑá','',0,'?'),('”¦’ÁSß°	10,:72±','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Whitelists.php',0,'’S¿eÓ2Òaú¨*& tà·','’S¿eÓ2Òaú¨*& tà·','ùœœõ©Ùg×ÅUÐu@ÈG†W‡¥À±ÓÞKMc','',0,'?'),('3÷$¾]Ÿ2·4ÙÜ6ûü','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/ActionNotSupportedException.php',0,'é8yð*GŠùþdšÜˆ','é8yð*GŠùþdšÜˆ','þÈ\")~Ø1AÊñð„(/§4³Ô7gB§cBGx','',0,'?'),('•ïgiI¶S¾DäûË9:ª','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Api.php',0,'ÃðbÙEãÛý$@š^}$','ÃðbÙEãÛý$@š^}$','0¼FÎ²Ìšƒ^âÀ½”<Òö§›:…¡ÏL¢Ni','',0,'?'),('ó&¸‘ü’¹Ã–%:d¶','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/ApiAuth.php',0,'HˆËâ2ÑýýñÖ\niÂ7È¸','HˆËâ2ÑýýñÖ\niÂ7È¸','•\0=KŠ?³;;X£èaM²\\Åfñnsü^M\Z','',0,'?'),('3·ƒZÝ+ÇgÞpòÐëB–','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Assets.php',0,'g\n±¯„Í`•@ U»^ÿ','g\n±¯„Í`•@ U»^ÿ','“Ä*˜¯JÄåˆÝ®V<a Úˆ\nùö&lóº\'×í','',0,'?'),('yÓI)ünóKÏ(W³§','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/AuthInterface.php',0,'|Û[5ŽZ>h1d/È#','|Û[5ŽZ>h1d/È#','w^¹Ê,Œ¡¦*ê”Þ+£-`ÉêÒø¼nq¿Å¤Ýw¯÷l','',0,'?'),('O~V~H}ÍÄý¯‡-ƒ±­','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Campaigns.php',0,'Þ³ÅèD¥øÍŠHØˆr‹·','Þ³ÅèD¥øÍŠHØˆr‹·','~úmÙUÔË*û§sýÅº¹y¼X·™Š^f:ÁJ	gN','',0,'?'),('…Š/šXÓ2T+B@<oè','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Contacts.php',0,'TÄèÔ“#aG\'EÿÏ¢','TÄèÔ“#aG\'EÿÏ¢','Áy\'õrÐño*H‡yyöüÐ™njl\'­ÚìÏ	\'F5','',0,'?'),('Êþï,÷ÇWÖ^«Ðó','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/ContextNotFoundException.php',0,'J¬ˆeS<i1¶Ô*¾lcx','J¬ˆeS<i1¶Ô*¾lcx','IP›£ªª¡­€qÞà	Â_¡–&”E¯vR;*R<Ò','',0,'?'),('Íè]}m8ë—Õ”<Ÿ4¢\Z','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Data.php',0,'_5êt•àÙk!¸Üú[õÊ','_5êt•àÙk!¸Üú[õÊ','\Z|)ð¿âžúƒi±³|K2²þäK\'©ò*©IMØ	Yp','',0,'?'),('zÂ1)Â£òá+43r.','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Emails.php',0,';0§MTé©üå\Zl¹V',';0§MTé©üå\Zl¹V','WŸá¨Rˆ<0OEó‚V”ÓCjÓX~ßm¯dÖ&²¡A','',0,'?'),('Ä-ZƒªKú”„A¼È','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Forms.php',0,'Q´›ä™Eš7þKRr–í','Q´›ä™Eš7þKRr–í','u!ùà\rg®†òÅ€]E­B2ê¤¯ùe¢‹Ã‘-qðZÜ','',0,'?'),('ˆÐíBÈD\rú\'\Z­','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/IncorrectParametersReturnedException.php',0,'˜ƒw›^ãš­¸Ë{ 5õØ','˜ƒw›^ãš­¸Ë{ 5õØ','¡°\Z¸9§˜ª¯X3ê×¨gnh•ÉIûµFW†nÝc','',0,'?'),('yÚÃiuGé,>Àn»','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Leads.php',0,'Q(Ëýê(åA`/{{†GR|','Q(Ëýê(åA`/{{†GR|','0Mw×4|ƒLM°£ì8)ÈöR”kÍm|Eœ×ŠáQËû','',0,'?'),('¨µZ;Pfñ¹ÂZo˜‘²‡‹','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Lists.php',0,'¢±n¼¬ÃÕs­^N­Ï[Î','¢±n¼¬ÃÕs­^N­Ï[Î','Ã\Zv6I4éÆ°˜ñHÿƒÂ²ˆ|ìsÁ 5í¯¦È§','',0,'?'),('æöŽðkÉéÚÛÝµ3¾6','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/OAuth.php',0,'Æ#?Â)ÚÐ#ÔjKêß„›í','Æ#?Â)ÚÐ#ÔjKêß„›í','±SãMÝ’œß ¸À¥jLl‚ÅíujÆ\\‰¡Q/wè¸ª','',0,'?'),('Â)ÿµBïJ\n¢Ý‚\'Ôšz','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Pages.php',0,';õdÂÚ˜ñ\0;«R•œÂIã',';õdÂÚ˜ñ\0;«R•œÂIã','<]ïùô[™~\"¤û¤&FÞV–ÏŽhD¤ÿÒL©™','',0,'?'),('âÝåãÇŠO•4v$','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/PointTriggers.php',0,'o£m¾kcJnû \0gMËu','o£m¾kcJnû \0gMËu','=½ìçÑ›š\":¾~›ä¶[\rUì¡!Œv<1öh','',0,'?'),('tÛï”åúÒqÇšHOYüñ','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Points.php',0,'I¿VÇÿ‚YJX ø´T±a','I¿VÇÿ‚YJX ø´T±a','ÑÈ)ó52Ö¡µ“Buøfó¸Ó0b~é”öÉÎ','',0,'?'),('NGñö˜#vG7=BN¨#H?','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Reports.php',0,'·hÙÀÀ¶gÚŸö¡GW›þ\Z','·hÙÀÀ¶gÚŸö¡GW›þ\Z','ž]‹ÆšÞC†€U„~?îM\"¥yI0<8tø÷ìw½','',0,'?'),('–öˆ&eEa¤6˜/3Ò','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Segments.php',0,'!|O=:iþß;¬vú¹P ','!|O=:iþß;¬vú¹P ','Ù|Ãe‘ÄùûP\0¹ïÆˆ8x5­žå/J^_','',0,'?'),('¥¾ÝÉßT^!‡Oà	%v','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/UnexpectedResponseFormatException.php',0,'ög>ëTñ“dBò)xoj¼¹','ög>ëTñ“dBò)xoj¼¹','„”ž¦ƒð€yÇXŽg@Ö}D´ìøL«ÈÜÃ˜¨ö','',0,'?'),('¯µC!ÑïA2„FZ£S','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic.php',0,'ØwmÓÿ\'y™}Ds6Ú:B','ØwmÓÿ\'y™}Ds6Ú:B','ëKùwPÕx1¥8ßLMÃùH³qìphínÔ\Z[\0/G4','',0,'?'),('¥ÖŠ¿ÊÖ\0¨—íîJ®','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Ontraport/Exception.php',0,'£Ãt­ä<œoõŸ\'ïÔ','£Ãt­ä<œoõŸ\'ïÔ','Où/¹³“·õ1ž+÷Ãj·62îrn;a xø¢','',0,'?'),('â\\T¦A~‰!èYªO´m','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Ontraport/ObjectType.php',0,'-8[²½\0ÆÐÔg$1Œ','-8[²½\0ÆÐÔg$1Œ','”.ÓóXédz=Wæbgh/›ñÒË5~¡pRi','',0,'?'),('$:5ò¾8”;Š\"øô\rs-','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Ontraport.php',0,',¢}>åš(±^)ÝyRšsr',',¢}>åš(±^)ÝyRšsr','Æ-pØõ+MƒVŽ§¥Õ\"…]óG$8®×ÈÈ®','',0,'?'),('»ÚËiðñ$8éK1;ƒY ','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Postmark/AdminClient.php',0,'ÞA¿e ¥ aª”9ŸŽ¬','ÞA¿e ¥ aª”9ŸŽ¬','Y—BýÛ¥éE¢ÊAðCÛÉnJà!A­¤.þç®CN','',0,'?'),('ˆfe™éFÞæZ\\­ë','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Postmark/Attachment.php',0,'Èß¨Äæa¢\nÏ3ÄT‡t','Èß¨Äæa¢\nÏ3ÄT‡t','31óÌ[F§“ |`Ç+dN#J¸\'/ëQÆÑá;i]‚','',0,'?'),('jOƒ_ãÝßøÂG5¡%','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Postmark/CaseInsensitiveArray.php',0,'j†ß(MØÒ¾àe\ZvE¨','j†ß(MØÒ¾àe\ZvE¨','£èCiÚÁ\'e\ró3ê£ÕûÑð‚d!eénÝ˜aÓyêjþ','',0,'?'),('íOò!ú\nãÌo^,\n+óˆ','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Postmark/ClientBase.php',0,'o:0ˆöPGþ²xo}X¾','o:0ˆöPGþ²xo}X¾','åpZa6ÑãÛ²Ÿ9`‹sâ÷ñ‚µ\Zè	\\qòº¶ž½Õ','',0,'?'),('Œ©ñEáÁ8œûwõw','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Postmark/DynamicResponseModel.php',0,' é)ÿ¤L1\n„áÌ¯®',' é)ÿ¤L1\n„áÌ¯®','ºfS€ÑVâèƒ¡8{ÂŠÔý\0_ÚÛð,µa·Ä$X','',0,'?'),('Ñ?‚YÕ¡±Wi`§5l…ª','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Postmark/Exception.php',0,'-7dC¼=_<‘àÅ¹oGïÂ','-7dC¼=_<‘àÅ¹oGïÂ','×—´ŸöZ¹öN{>Â&©	 ÛÝló{I™«¸µ','',0,'?'),('ÏÀû š.‡B7\"Ýå¢²T','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Postmark.php',0,'­$.\Z‰‹/Í¾6/[ì','­$.\Z‰‹/Í¾6/[ì','ýÈV¶GI’½0®ùnl\"šHåOÂ:¬cØ–£Ÿ¾„è','',0,'?'),('Vç…±IevÐÔ7_Mä','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/SGAutorepondeur.php',0,'¸—wl¾ƒ¶…ïÙ¡’¸ö','¸—wl¾ƒ¶…ïÙ¡’¸ö','³‘UsÿÙÃ—ž\0Ã·•6\ZpnK³¤Ÿ„åñè;ñÊþÚ','',0,'?'),('ÇÇ€™{úçï•/5Bj\r™=','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/SendGrid/Client.php',0,'DQ(	#¨°Wsšv?Ø f','DQ(	#¨°Wsšv?Ø f','Ö«£ÇõQM¼©8H­ÅIÍð”Ù=Z­Íg±ñ9‹8J','',0,'?'),('‘FÇÃšâ mÛ~Êò¢»','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/SendGrid/Exception.php',0,'áª4ßo„‚ø%Ê5òË˜æ›','áª4ßo„‚ø%Ê5òË˜æ›','xª6;¸j¢¹¡cp\"m’z&T“ªÎÜ8Ù”åè˜','',0,'?'),('­C¢¹ì_ÁbÆÄá·I\"','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/SendGrid/Response.php',0,'|~·N¬Ò® B|`Ë³{ì','|~·N¬Ò® B|`Ë³{ì','Ü¡¾Òäl÷D#x”\roU¹BæÜ\'n=DG¡Fo	Ú@','',0,'?'),('\nÓóûnÈ»b°Ó_´èÏ#','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/SendGrid.php',0,'³J¢=—å‘váÂ.è¡´','³J¢=—å‘váÂ.è¡´','K0›W!!=SÑ±Æ<2â‘x\ni×‚rw%8&','',0,'?'),(']ÑiJ„ü@”«8ŽÚqM´','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/SendGridEmail/Client.php',0,'m–dÜ$0—ùÄI«‡ŠOd','m–dÜ$0—ùÄI«‡ŠOd','0géá4&°“– tšRC`´ÂÖØÆÝþ¡«*‹O¦í4','',0,'?'),('÷b’¿3	BWæA²Þ¡ª','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/SendGridEmail/Email.php',0,'Ìï­IŸVéä¨¨è!-÷9Ð','Ìï­IŸVéä¨¨è!-÷9Ð','6\Z	«Nñ½WåvÏZÕðÔ<—áänø¹ñw\' Æ*$å','',0,'?'),('¸j>OÀàGŠçµènãû','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/SendGridEmail/Exception.php',0,'µ`f¡—üJ+,ø×.Ð™½','µ`f¡—üJ+,ø×.Ð™½','ðü\\ñ´ÙÕWÌqþ3Ç’óR»Âù|Ì:…)Î','',0,'?'),('´QfË\0ÖÏ”Ÿè| &ž+ö','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/SendGridEmail/Response.php',0,'–K“¢‰õA–¢÷ôòrä','–K“¢‰õA–¢÷ôòrä','M&÷È¥ˆMq~¬[R&À|ÜmC#ŽÈÎ¾O‘Â[6ø','',0,'?'),('L¿e69¬ÔBXT±H','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/SendGridEmail/api_keys.php',0,'ŠóÑ{£MH?ôìp(#°_Ï','ŠóÑ{£MH?ôìp(#°_Ï','Zê$,èÜ€á’-RÁ¦ø¯#Ë²•ÌØbÆqn','',0,'?'),('I—9™Ç±¬y¨ 4\0¨¥È','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/SendGridEmail/asm_groups.php',0,'6ðØa*ydÿsÙ[áÛw','6ðØa*ydÿsÙ[áÛw','ÏØ›8ÓPn\r%›7Žå\\j?NñÂ_8Â(ÀúéþV','',0,'?'),('¾ü¿WùŽN„IPi&tUpE','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/SendGridEmail/asm_suppressions.php',0,'é–Qâ°5ÚÄ…™@º2\n&','é–Qâ°5ÚÄ…™@º2\n&','8pÚÎ3ÇëYß…¯ÕYûF‘cSÀ–ÓHùç*ŒSŠ´','',0,'?'),('[ª÷3ù\'ˆŠóß\r›PôŠ','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/SendGridEmail/global_stats.php',0,'€ÄMè®7b«qß','€ÄMè®7b«qß','_Ëh°ô*·Š36ß7Øªðø§ûõíc/€uŠ±aÙ','',0,'?'),('Eo×‚7%ÈIuˆ]¹','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/SendGridEmail.php',0,'I»éÇÃ!Ñ_ÓlmÖaDRŠ','I»éÇÃ!Ñ_ÓlmÖaDRŠ','8×zíaq\Zñ/±NàH­jI×1¤tL¦jš«È–æ','',0,'?'),('<Ë4Š F·æñÈÂ•Ô>Ô','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/SendOwl/Exception.php',0,'žœI·a!7ƒþ\n¯ÚÞ','žœI·a!7ƒþ\n¯ÚÞ','ßUûeï^ÿ§Ã0á±âû‰û/‹*hë`lë&„W','',0,'?'),('–ŽLÔ™N=ÁË¡5Ê‚\"','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/SendOwl.php',0,'’Uòÿ×Í,:uŒâÛ,ºÌ','’Uòÿ×Í,:uŒâÛ,ºÌ','ÉõhKó&>mU)Óþ—vsG\'†àÊÐšPáGvÄà','',0,'?'),('ì¬zâ£å4®ŸŽ}ÔÓ','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/SendinBlue/Exception.php',0,'Ür1œ®åÞlòü§ùÕS>ì','Ür1œ®åÞlòü§ùÕS>ì','ZC±íU®èË¡ãå†y\nh›·ô{·:¾+bt|74ØQ!','',0,'?'),('!ãþ´”ºÈ¨²”zˆw¢«','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Sendinblue.php',0,'”¾«k,\0ž¥Üä_Ð*ÞÓ','”¾«k,\0ž¥Üä_Ð*ÞÓ','Št*¨ZÏyü¬r\\e¨Ý¨\"w—VâüË½Jd\"œ','',0,'?'),('oÌä;oòçâ¤[ƒ\n£)î','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Sendlane/Exception.php',0,'‰£Qž—jd¶<F„è¦á•4','‰£Qž—jd¶<F„è¦á•4','_®\0Æ¥Jn[2waŠÝÏ´ê¢Jã,Øà=”qëÞ¹Í','',0,'?'),(' ŽÿÎn¯Õ–½(+¡','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Sendlane.php',0,'ˆUu<J>e+6iE¯d¥ó','ˆUu<J>e+6iE¯d¥ó','È¥Å\rMñ¢dŽÞOˆõe½…öÞàÝ!@©v+çº¨€','',0,'?'),('8¹#U©Ð²‰kOd\n£ÜL','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Campaigns.php',0,'ê?ÒJè”¥ƒñò^ìŒåG','ê?ÒJè”¥ƒñò^ìŒåG','YZÍØ–ºþBU…ÚÜH¨­ÀË-g6lºqWí6o0!ì','',0,'?'),('N@¯{o±÷z¶†#÷Š','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Client.php',0,'ËÏ×~Ð¦yø@×õ','ËÏ×~Ð¦yø@×õ','†¢„JËž2ÓpSb‰\nêƒ\\i!éíåh¬rè¹+Ž®','',0,'?'),('4årð£¯—\rŠn_','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Config.php',0,'hv/—Ëê˜·_gQ®‘Æö“','hv/—Ëê˜·_gQ®‘Æö“','óqÃ–!ü²ÀH0þÇÐ¦9áñ¼f&vaI¢ø\ZË','',0,'?'),('àf?ˆÊ¥\ng`Ì²}Ì','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Countries.php',0,'/ñ\0Pµ$sƒôÎÇ°zË','/ñ\0Pµ$sƒôÎÇ°zË','~äv3#o–q‘°½¿ÜWÎÂ¥DÑ¶D”íÛ›‚','',0,'?'),('\n“ÇxV\ZÌëWÊ ›ºU','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Customers.php',0,'öà8ë¾«Ã:oalÎ~','öà8ë¾«Ã:oalÎ~',',`‘å0ã@¿ìô¼ûk}9$ñjié±ÅûÈ','',0,'?'),('q\ZH`¶ÏË×œÂØL‰ó','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Exception.php',0,'Z‡BÆ«jÐŸEœDÍ¨—\\','Z‡BÆ«jÐŸEœDÍ¨—\\','ò;µµ>—>\0©™f^–gai«2íVÉAóþ_äî','',0,'?'),('«zÁz3®Î-šÿ¡1','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Json.php',0,'²î.Î”™HtˆÃs5W','²î.Î”™HtˆÃs5W','çš®%/°y†¼E_¨9ÒÊë/‘Èæ¸ÿ5DÖìÄû^Ue','',0,'?'),('s22ÔÍŒ±JåÈJ:','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/ListFields.php',0,'X\r‘Ÿ×Ž—:j´\nq­©‘','X\r‘Ÿ×Ž—:j´\nq­©‘','.3S 7èc¸CÂ\r™KæøÍ‡£Nˆ>9«ù†B®àÄ','',0,'?'),('¦©®7D?‰}ð‚©\\c]É','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/ListSegments.php',0,'SVÐqGÓ©¶x¸¡û™p„','SVÐqGÓ©¶x¸¡û™p„','ëÈ‡¯WñÞº¿	sf3=hfL0Õ1cbä8dM§äV÷±','',0,'?'),('¯D$·ùã3Æj“2ëa$','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/ListSubscribers.php',0,'UU•MÝBœ[ÁªJ¬µI','UU•MÝBœ[ÁªJ¬µI','.úÇ´ Šý®‹*Î©+è¡Y<µ”R†fÅ¤·úN²¯','',0,'?'),('˜œß˜lr6‰‰„Ëšc','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Lists.php',0,'D	[,.PÀ~¾’©2-NU','D	[,.PÀ~¾’©2-NU',')„lXÐ¹í\\5´pôáÐ+!#ª¨òI<ü™@','',0,'?'),('«Þ*³®¥Õ\0ÜW¨u¸é¬Ê','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Params.php',0,'!_üsLÚ_4qx¥™È>`','!_üsLÚ_4qx¥™È>`','	ÖOÛñÏCKŽ•ëoÆž\Z€ÿÁy/Œú–8Ôg\0','',0,'?'),('uì@n‡oò·ÁlôcG','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/ParamsIterator.php',0,'ãK‚½Øµk\rr})f¿','ãK‚½Øµk\rr})f¿','oü%(P?5LÃhëlüMEr¶”bÛúŸ=&ê9]\r…æ_','',0,'?'),('I¨w<Zk!þ	ùqpk¬Ìè','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Request.php',0,'†b¶Ó‘#ä$;1@','†b¶Ó‘#ä$;1@','$@£:Û·Úf*B|÷ñ»½ÇMEÓ}wG®š°','',0,'?'),('ü&k“áI-†x›ë2Ž+','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Response.php',0,'ø†Ò{3¼©k ^1!1²','ø†Ò{3¼©k ^1!1²','@Õv}¸1õUÚÀnðøÅ\r\'¼U\'êáC<N*Pÿ','',0,'?'),('#VºhXKNÃOè=FQÒ\r','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/SendreachV2.php',0,':.å#*	³¬V˜zBc',':.å#*	³¬V˜zBc','A—\'VÅÖ_”N3T›fÏ¨é`{ÌÚUùn˜ä¯ºðà','',0,'?'),('ÌýÚO`Ÿé)””ô55²J','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Templates.php',0,'z°¦ö†xY{û®½]ÂsP','z°¦ö†xY{û®½]ÂsP','8ë\r\rýÖ´ÆÍƒ·¨óž9móXùéäKÅŒÚ8O_Ü','',0,'?'),('òu\\b4ÈÙ\ZæÜö	5','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/TransactionalEmails.php',0,'Oþ\\¡\\ñéH×ndÏl4','Oþ\\¡\\ñéH×ndÏl4','«±™G9¨qæÖfŸY\n¥å<wä—Ýê AþA¥X','',0,'?'),('N‰…Í*5?ÎMi®\'Õ5Í','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach.php',0,'ûÞÊN>ˆù´ðxä‚è@ã}','ûÞÊN>ˆù´ðxä‚è@ã}','k7R´Èa\ZÌTë\0ó¸(¡Ñ ]ªœ4HÀ†‘´ì…£bï','',0,'?'),('b/UIIÝ£cÆ¹ÃlhÉx','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Sendy/Exception.php',0,'Qæ-õ«ûÜ-=Z·å¦','Qæ-õ«ûÜ-=Z·å¦','rÁNóö(æö¥RÀOªUuÀˆñ›wb]»~Z&æ’¯¸¡','',0,'?'),('ÍE¬G/l;ÙU*0%ë‰','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Sendy.php',0,'ÞÏ‘tRŠTàNKóz','ÞÏ‘tRŠTàNKóz','!8s=ÇGjYõ§—˜X¤Ö-q¡wÓL£T¨n™“Õ','',0,'?'),('C5JÑ#³$Þ]Õ7Ò¤2','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/SparkPost/APIResource.php',0,' \0^~üƒ,¬*\"a',' \0^~üƒ,¬*\"a','5¡i9\0Ëš\rìZ¾@±E‚èe\n™\r>Y&Êcn','',0,'?'),('[®$½Üµëm8V\\…™hT','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/SparkPost/Connection.php',0,'}k¼ºï õÀ{XÊrh~€Ù','}k¼ºï õÀ{XÊrh~€Ù','„lK7pQ@()Vëg>‰Gtò¦¦¼|Dmù ÄØíCÞ','',0,'?'),('%Ê›x¿¡D5|ÛÌö‚d','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/SparkPost/Exception.php',0,'2%™(®Ky•ÛÄÝ~æ8Ñ','2%™(®Ky•ÛÄÝ~æ8Ñ','QFÕuèß$Aó¬¶Äºšƒ/Fj\"ü¥+Xÿ','',0,'?'),('·?ËG¡´7Æqç]òÑ','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/SparkPost.php',0,'Ø}-ê2u\nv\Z¢ñï_(','Ø}-ê2u\nv\Z¢ñï_(','¯K‹Ôß´ù]ÊEŠï;@Þ•Äb›rXVÈ²yXØ¤q','',0,'?'),('\"ÒqŒUg0\'Ú{¢Ö§','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/TdJwt/BeforeValidException.php',0,'¢¾(i}ˆ3Tä?!À­8!','¢¾(i}ˆ3Tä?!À­8!','ó2T^Îñávñ`VÛ.v5ï»p„]Ç+¤\rÄ3õw8P­','',0,'?'),('¢éžTiùóQÆŸÎq','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/TdJwt/ExpiredException.php',0,'€Ì-Uò–ÉÿVI˜°','€Ì-Uò–ÉÿVI˜°','½\\XÂ¶(,el¯®åcDSÑ²RŽ7›Ôt\0Çóú5','',0,'?'),('ºCIlmïßW\ZÍö9Ë÷','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/TdJwt/SignatureInvalidException.php',0,'³×9¶*ÖUù<™}[þ|\n','³×9¶*ÖUù<™}[þ|\n','³­(kÛÊ¦¤†öÎåPbÙy$ÝNôþù\Z¸*%|Üâë^','',0,'?'),('ôÊ ×H(±ªkºÍn„?þ','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/TdJwt/TdJwt.php',0,'ì½o:‚\0ÚÞrF	0','ì½o:‚\0ÚÞrF	0','\rÅÿŒ6K.2³|Ê(^D­CÈÄ:QpÞ°\0–ÔÆ7…','',0,'?'),(';	Rù&Î%ð=n›ðÂ','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Twitter.php',0,'§zXÇõhôÃÊÉiªÇ','§zXÇõhôÃÊÉiªÇ','d¢0º$Š×ÐP¿ŸkjB Uá\r´7ÙÍIþ)¾€','',0,'?'),('„¬‰vR”iN\'ÃÉ¼¾•','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/WebinarJamStudio/Exception.php',0,'º(Å¬Ö¯F2Ö€>ÁÈÎÊ','º(Å¬Ö¯F2Ö€>ÁÈÎÊ','æ%•Èÿ¦°ü±=Lÿ\"‘C¨M¯\rçM>mDIÉQqdÁ','',0,'?'),('h•¤S´•š5Þ€RNÉ','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/WebinarJamStudio.php',0,'Eàl¾‘šþö\ZA	$','Eàl¾‘šþö\ZA	$','‘(`1ôªŒX9@sƒ!Ù¢{*ž¨NÅ®IóËs=K','',0,'?'),('¨³6ÖÑz\nþ\"¾4h','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Zapier/Exception.php',0,'¡µÍto¤z’þÈeÓ~9','¡µÍto¤z’þÈeÓ~9','ìä´ OµûH<]kÜ­¬DK5a$E:Ö®ñókë','',0,'?'),('Rôñ$³0@€`V¤fÔC','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Zapier.php',0,'·1Ç=E—²8jJekí;Ï','·1Ç=E—²8jJekí;Ï','—‚g¨[\0‘•ô@aÈ\n‚Ig\nƒ«”ÄÄŒÃÕð ','',0,'?'),('æàFÚ)n)Øª¹i† ','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Zoom/Exception.php',0,'‰µ	Ék±»ìÍýéœ=Á','‰µ	Ék±»ìÍýéœ=Á','î€äŒ½‰Åº\n8ùÈBC\\PuÿbÇeqå´õV]ˆfâ','',0,'?'),('L¾ò´5•¦´tž1>x¤Úœ','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Zoom.php',0,'Š¹Ã `À8ÛI•€hí:','Š¹Ã `À8ÛI•€hí:','b:ëÔgn[±‡~’R¤ƒUTÎ\n•’*líE¬m¨s','',0,'?'),('=­­*¡ÒeÐ½­¼²Í','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/iContact/Exception.php',0,'×DtHÄBš8E\0fxt t','×DtHÄBš8E\0fxt t','Þ^\nÞ—;®¼d·.‰Ç–a4w’•déz¥¸—Óš:h','',0,'?'),('Ý«ùÌZåìc\rÐ±òžÿ¬','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/iContact.php',0,'˜°M!èŽJóoíñ•pq','˜°M!èŽJóoíñ•pq','â‘MXvÃnxqIfoä}­;``%¬3þ@Z¢','',0,'?'),('ZP\ZòIÏÌ#òajá¢','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/v2/GoToWebinar.php',0,'ÛËZZžîÕ×J—HÓY','ÛËZZžîÕ×J—HÓY','‰¦ÜÓ°`­`÷\Z‰k*‚U–lÜ½~eÒåŠ%>','',0,'?'),('Ã™©ÿØ$8{ï{Aò«!','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/misc.php',0,'‰Få.½SöäzaÊj>™}B','‰Få.½SöäzaÊj>™}B','!ð/ö‰C4Fá\"ÉwpŒ`n5iðÄEŠ¤VqJ\rÁ','',0,'?'),('Äª¶ü_w8-Í)ÈãVsM','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/views/admin-error-logs.php',0,'ŒÂ÷*\rî0æžu¡á˜~bF','ŒÂ÷*\rî0æžu¡á˜~bF','£!Eh.uçl¤Òø‚¸é6’Ì—ô1ÇÜ:\0Ù’jÛ5²b','',0,'?'),('+ÔÖÁëÓÝžuÔXÔ','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/views/admin-list.php',0,'ƒ<´0Ö{Ë4$ê[u-','ƒ<´0Ö{Ë4$ê[u-','–—zøç Jß¦9K }9lB4Ë2$<½ŒNG}l','',0,'?'),('ˆ©é}e)õ„å &È€N','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/views/admin-messages.php',0,'t²FXzm¼¡C¡¢i\ZHq','t²FXzm¼¡C¡¢i\ZHq','¥±¿x¤5â•2ª`:ôÞ£-ëXˆ>Ku+^ÈDÖ','',0,'?'),('‹•VïzuÐTå\ndÆÌ-','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/views/editor/add-api.php',0,'ÎÜUW’Ï¥¯ÄpT€î','ÎÜUW’Ï¥¯ÄpT€î','MÜxèöéW_‚”³wªªB\"\"ù\nø¾¹Å¸\'Eª‹','',0,'?'),('8GøuáÝ>¨¥².)‰$','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/views/editor/add-custom-html.php',0,'j9”&A›,µIÆqGØáo','j9”&A›,µIÆqGØáo','¢|]Ö“rB#\0«ï¢GTCI—G3ÊONÌOº~@\'Y','',0,'?'),('Å³àÞ‰S¶ÔüÖ—0`','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/views/editor/add.php',0,'Hj¬Ëo¿SÌ°é;Ò©v','Hj¬Ëo¿SÌ°é;Ò©v','[é³dê·çŠ~éÜy%ÓõQ7™ºCtuÅÿ¹\"œ;eä','',0,'?'),('NŒWÒ°FÈlÈÈ,ÑÄ\n}Ð','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/views/editor/autoresponder-code-fields.php',0,'a-«Æc\0æ…÷¯m9ÙUÎ','a-«Æc\0æ…÷¯m9ÙUÎ','»6êN’ÍêY¾Cà*N0VX=\rQrÅã†ÿKX','',0,'?'),('ñé1©eý!§~x÷ü¯T','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/views/editor/captcha-settings.php',0,'LVÂRf?¦ÈE^„.D','LVÂRf?¦ÈE^„.D','¥Æá”›À@û’õÿµrmÜ§ÌOã~¼T¢ô“˜+kL›','',0,'?'),('ŽÂ‹üòËckY>²çØ\"é','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/views/editor/dashboard-api.php',0,'>«…óŽ\\k†cCéåúÓo','>«…óŽ\\k†cCéåúÓo','œ¬qîŽ{P2Ôk	u¹Â‚TÐkh&©Pæƒ','',0,'?'),('÷ËdÌý2h‚ô]4ÑZI','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/views/editor/dashboard-custom-html.php',0,'Gš×\r5óŠÝ†½ÏWüÉü','Gš×\r5óŠÝ†½ÏWüÉü','Í˜Öøp1‰èN]¿Þû·k‹?þH\Zû™¼ã/$¿','',0,'?'),('Kâ &jtîÀTFðC• ','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/views/editor/dashboard.php',0,'ç¬ÿŽÙ‹ùƒôûsÉÿ','ç¬ÿŽÙ‹ùƒôûsÉÿ','IÀMˆaƒ³óSˆo×pÖ`\\“ÌçÜ;1žŒÕÑôéh','',0,'?'),('ú;vÜad‹ûÅ*T','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/views/editor/partials/api-lists.php',0,'IŸÜ“ÎÓE¦É,ù 1×','IŸÜ“ÎÓE¦É,ù 1×','#Gš® N~¿œH×ÑÜ\npF§ÓjÜF~?š¿M·¬…','',0,'?'),('=,¶|÷¯I‘êÄu7(','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/views/editor/partials/api-select.php',0,'â(†xJ¨o½E·°Äí¨¯P','â(†xJ¨o½E·°Äí¨¯P','“\0û1}\Z·Ê“:‘î“89Ú—Çæ®ë¶tÚj','',0,'?'),('Ê(•\0¶ïìqdØ…','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/views/editor/partials/api-shortcodes.php',0,'­•Ö×)“=çà®Â6Jr','­•Ö×)“=çà®Â6Jr','w:==âÚ´«î¦NAÉè[ÀO~ØªYÂO\rT‹þ,×','',0,'?'),('£b¹\"eŸ¢ÉS½¹Ï¾þ','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/views/error-log-entry.php',0,'pZ	3¬ýâ†Æ¬#µæe2»','pZ	3¬ýâ†Æ¬#µæe2»','lýÅx²Hb)£4gŒ7&MšbêzÿÓß8Ì”®KA½œ–','',0,'?'),('4—Û3±€b½øb¿AÛ','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/views/includes/video-link.php',0,'áõÃ¼¨={¥iCñ¯ã¢','áõÃ¼¨={¥iCñ¯ã¢','! O‡Y-g‚¦¦É#0ÆÏVuzHæyÃ P‰­','',0,'?'),('ˆ\Zü/;¿ù‚%\0)âM','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/views/js/admin-global.js',0,'ÓPŸ‘¢ÖôW‚<=:-9e','ÓPŸ‘¢ÖôW‚<=:-9e','n4´qj\'»™Ãøc:–BÓ³1ÌÚï–\rãÿ`ê','',0,'?'),('	<\"Æ\'e/vä\\œN¡','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/views/js/admin-global.min.js',0,'„û†‡àZ+ð³ó$¦üŽ','„û†‡àZ+ð³ó$¦üŽ','¶dMKjMB¤|µ\'V\no~\Z³Ü¶)pHˆv§On','',0,'?'),('î–Z‘Dx¢­`ÂO­	f','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/views/js/admin-logs-list.js',0,'›:eZ³W0‹L\nÕ–~Kû','›:eZ³W0‹L\nÕ–~Kû','¨è“ŽÓ“æa’·|ÖHYòøk,hkp2\nYÑf×Þ','',0,'?'),('3ŠÞ\\8=óqðQ¦šE)ðç','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/views/setup/activecampaign/forms-list.php',0,'ºà8Ÿ¿÷ƒ”Âôô¸(A¨','ºà8Ÿ¿÷ƒ”Âôô¸(A¨','	Yƒ,®¿¤\Z‰DßÛdÕk\0® ÿÍQwü—àèK5','',0,'?'),('BníÎšŽ7\\Iï7‘px¯ù','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/views/setup/activecampaign.php',0,'Ê\0!d•ÏÕìõYñ!çwì','Ê\0!d•ÏÕìõYñ!çwì','dM(ò(«ZÔ¾§:¨ßu¾žë›ÅàÑŒjPŠá·l–','',0,'?'),('õÄí_6*WCKæo…','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/views/setup/arpreach.php',0,'”»žU‰ŽZ;éºÉå\n,¥I','”»žU‰ŽZ;éºÉå\n,¥I','X}v‚|.ÚWc>T˜g$ã¾\nl>y¥¢k”+¯','',0,'?'),('¾YÐÅÐÝ¡pŒDd<ÚÏ·','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/views/setup/aweber/tags.php',0,' RƒC¥5ë˜ùÉøàU',' RƒC¥5ë˜ùÉøàU','Dª€/“œ£?;gÇ»	At€ùh,Ôgù)rO<ÜKs','',0,'?'),('X’C€v˜ëÁ_¿ŸK]äE','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/views/setup/aweber.php',0,'2¶öÙ©¤…=§ÓVî£>Ë','2¶öÙ©¤…=§ÓVî£>Ë','Ö0Õà7ßÑç2¨Œ%ørÀjy/ÖÊØA\r¬r;¾lU','',0,'?'),('ë·\rtWkºYlž6Ó‘‚×ð','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/views/setup/awsses.php',0,'Ej¾éYÿaAR¸3ž…>ã','Ej¾éYÿaAR¸3ž…>ã','S 3r$×u<ˆõœxa9Lù Fc¤¯T® ^','',0,'?'),('Èê]­øq6û\'ªäÆþ§','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/views/setup/campaignmonitor.php',0,'¦7€xÇúµY\"äÌO','¦7€xÇúµY\"äÌO','ä&µÕ¤Š(Së{ëª/*ÑŠêèÞR²šÞ™}˜Ptù','',0,'?'),('-­#èŽ|f[ËgŽ¸ýÌ÷d','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/views/setup/campaignmonitoremail.php',0,'ÇòJ6A(Ì²ˆ÷tSÈÖ\0','ÇòJ6A(Ì²ˆ÷tSÈÖ\0','ÅMªí~ÈUÉÄ7R#a’‚o>L/³ãÔå‹àÛ','',0,'?'),('ñ„(vAÅikPxC]È','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/views/setup/constant-contact.php',0,'ÆNØ\0°²‘ýL°†˜”‘—','ÆNØ\0°²‘ýL°†˜”‘—','Âi˜2­\rxÉ>ØnâøgÛŒc¥ìa¬Äð* Ü³U','',0,'?'),('È®ÊÐfy²TððHE','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/views/setup/convertkit.php',0,'dû•„yØóÉ´.äû','dû•„yØóÉ´.äû','™W	‰NG74a‹Ø„êèû&:»\rUiR¥ãK/ZQ$¨H','',0,'?'),('ÖÛƒ¿X/Üâ´A&>‰{M','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/views/setup/drip/optin-type.php',0,'ÊÇ4\'Rã{ô×Åm‰!','ÊÇ4\'Rã{ô×Åm‰!','ù&É²ð3\0Y9WëË—°@’SæÍÅ4‹s!ä\ZA˜ú','',0,'?'),('Ð	7;ÁžKëb;³Ž4¤ã','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/views/setup/drip/proprieties.php',0,'¦gx\'î©áƒÄ€·¾ãÁ','¦gx\'î©áƒÄ€·¾ãÁ','Lú>-v–FeÁÀaVC\'Œ£©•¨ó\nrÓ™€´FJÉj','',0,'?'),(')2—&JÀ-Y#ºÅ·\r—','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/views/setup/drip/select-type.php',0,'7­‘ð¥öS[ªŽŸ ','7­‘ð¥öS[ªŽŸ ','\"óúûHRËR‹L›¡MçÛµN&÷y!ÍŠÑ±_‚*8','',0,'?'),('sÈ?5˜Ô#RŠ3u¨½q“','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/views/setup/drip.php',0,'…ë/˜Ý©jX]6jC&Šµ–','…ë/˜Ý©jX]6jC&Šµ–','ùÍ¥¿($ ê~m”¯¢?Š«f 9wN·8±ÔUË[®÷‘','',0,'?'),('i‡ô”_[œ(ITÏ†/„','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/views/setup/everwebinar.php',0,'dl 5£Ëh`\'\'¯çÙy™r','dl 5£Ëh`\'\'¯çÙy™r','×ÛÒWÁ1‘M>	Èaë|Ø7Úcì¬£€Ú¢ðì^NÐ(','',0,'?'),('LÜ¶G\r0´ºæË¹\'ÌÄù','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/views/setup/facebook.php',0,'¸€v\ZT}ÑÄÆÓG¤¡(','¸€v\ZT}ÑÄÆÓG¤¡(','\"4üBÍx\rë:cÔkÖ-×8²f\\¶(j›pdÜ','',0,'?'),('T‘‡ð\rd_6¶àãÇ©¬','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/views/setup/get-response.php',0,'d´%Qƒ×6³¯;Øa|','d´%Qƒ×6³¯;Øa|','»\0g0öÏ¢ ~OP˜ÂO69Ö®{K½ºŒ’ÿÄG','',0,'?'),('Þ¼»PpkåulI§Ø”','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/views/setup/getresponse/cycleday.php',0,'‰\'§]äåË\r§å*ud','‰\'§]äåË\r§å*ud','<}ÐŒÖ_nÈ q€µ298Îs2]#AÆé*X³ëÑ÷ÑŠ','',0,'?'),('Ò—ã$<Ž6jx44ŠõG8','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/views/setup/google.php',0,'&ÜzF½}’÷ÛöJØYæ×C','&ÜzF½}’÷ÛöJØYæ×C','Š˜ê²CÄš6l^K]”µGóð˜¬ØpÃu®j','',0,'?'),('s*,\rIŠtŽe*ïjÞ1','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/views/setup/gotowebinar.php',0,'ãË\"ß–™ªVÀ+µ6åÈ,','ãË\"ß–™ªVÀ+µ6åÈ,','mP›S}÷+ôêž>QíáxWDSp|Což‰xFÞ£','',0,'?'),('¡è\rÚ\n¼¸HU.MØMs','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/views/setup/hubspot.php',0,'[o œoNÎ¦\n^éh+MÚ¦','[o œoNÎ¦\n^éh+MÚ¦','\"ø*à`„u»•êVÞ¿ëÌS¦øó¥éÃùÞY{\Zi','',0,'?'),('Zº§hK¬çJÃ\Z¸Üœ\'î','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/views/setup/iContact.php',0,'8= ãv8÷Ð°>!íï','8= ãv8÷Ð°>!íï','-1CÅÛ¿?2ô|¬r~´Ím°1asnúê½hÆ/œe','',0,'?'),('OëEŽ{KŠT@Ypb§ëN','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/views/setup/infusionsoft.php',0,'™T?vùŸâÙ>RwY‚','™T?vùŸâÙ>RwY‚','ôÆ\r×OŒN/ƒq…óé‹×JL¦`ýTS“p¸3¾ËÂ=','',0,'?'),('óê}ù”	¦À;×Ó	\\','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/views/setup/klicktipp/tags.php',0,'c„»s÷¨,qd%»7M	','c„»s÷¨,qd%»7M	','c\\t<û¸/åŽ°rëŠªQJ––5j	àg\\\nëA','',0,'?'),('Î!*6°òb‹D®ˆ½ëÛ','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/views/setup/klicktipp.php',0,'Œ¸¼öYWàæ}âòæõ¨','Œ¸¼öYWàæ}âòæõ¨','¿=7\0¢£e÷xÍ=C©:Í¢¯“A@Í.ÅV¾Æ§]ßÛÃ','',0,'?'),('ÀöÖîŠòÑ¥˜\nˆ9øÅU','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/views/setup/madmimi.php',0,'6ìJ<cüŽÖ‰~`Îh','6ìJ<cüŽÖ‰~`Îh','°çJØœ­1w¦ÊÍ0ÛÌúÝj’”ÆOüV`¾±.k','',0,'?'),('°²v´%&T……èÌµ/','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/views/setup/mailchimp/api-groups.php',0,'uµ3P·ê…m1¾ƒžÎè8\n','uµ3P·ê…m1¾ƒžÎè8\n','iˆoZ‡ŒÌAv ò\0ë’ÏŸc²vìÔ÷“¤–N ƒ\rƒ','',0,'?'),('¼L©ñ4¨©¼X^-KoŸ','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/views/setup/mailchimp/optin-type.php',0,'èƒËf_¼½9	Æ\rþ¥Þ@','èƒËf_¼½9	Æ\rþ¥Þ@','/p\\GÏ}%°‹Bò¬üm‡BÌÐ4÷\nB¿2Äã','',0,'?'),('í‚åô1ÉØÛ«“öÕ}‘','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/views/setup/mailchimp.php',0,'­šÀ‰,_\n›Õ•äTà ','­šÀ‰,_\n›Õ•äTà ','À²¯…Òà®Îæ@Œk\'üNÉ³öNlëúdúü¸Ü(F','',0,'?'),('°{7aò„ñ÷.uý»Ë','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/views/setup/mailerlite.php',0,'4smHU@ó!Î_e|žì[','4smHU@ó!Î_e|žì[','@<ˆN;cå4Áý7ƒÔE)JUÊ3g—šw Ö:!j','',0,'?'),('L±%îÉàÎôsï.','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/views/setup/mailgun.php',0,'Ðe¶Ò·Fr”hM±OE','Ðe¶Ò·Fr”hM±OE','²`Š³7/t|ðh×?ùN¹jì§å“.kÁ2i\0Q,N','',0,'?'),('ƒK…hLds~ˆÃË+áò','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/views/setup/mailpoet.php',0,'àçß_:ÇZöûl€®t©Ø','àçß_:ÇZöûl€®t©Ø','¾`M‰³ØÑý®šµö\\yñcŽæO¤M‡ùù\n0]5','',0,'?'),('Äü>@=šÁ÷4{ÿé×å','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/views/setup/mailrelay.php',0,'²å…«ž¨õ¥Ø¢å>èú','²å…«ž¨õ¥Ø¢å>èú','u#`=º8óˆ:çL*Êeém§{Ú´Úg¼ò 0]è_','',0,'?'),('žipd×èÍ\0K+èÂOzò(','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/views/setup/mailrelayemail.php',0,'Ø›SËc¥\\?oŸx(ñ³','Ø›SËc¥\\?oŸx(ñ³','ƒS³î	Ïm±S8en¬‹„’)cÄñ}\rë²Ê\0','',0,'?'),('eOµ“›<ÎPÏó%¿qšŠ[','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/views/setup/mailster.php',0,'Éè£fÀ:ßBÐÝ¬«[Å','Éè£fÀ:ßBÐÝ¬«[Å','@OXîæ\0 ¨Â³ÙBþ­UêÅªÝˆ“¼dú°­µ÷Z','',0,'?'),('Š:O¾ÛÂlý…‚ª–ø¶','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/views/setup/mandrill.php',0,'ÿP^}k)à%~Â¥z','ÿP^}k)à%~Â¥z','ùþ¢‡sº\"<¡’î¦ðôµ·‡ŠŽÑÅx0Gñr|M','',0,'?'),(',«\rWòØÙ¡ÎH÷ÑN³','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/views/setup/mautic.php',0,'ï\Z\'eM{/lÁÈòÀ÷æ^','ï\Z\'eM{/lÁÈòÀ÷æ^','¦çÊ’4“d`!´ˆ±»—Æ¨)xH5$£ÍàŽ-kƒ','',0,'?'),('K-Ï}yª’Š[?f¡i1(¤','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/views/setup/ontraport.php',0,'ÕíÏ¤#‹2¯Š\"z³qá','ÕíÏ¤#‹2¯Š\"z³qá','\"Êr¬ç³‰~~¯d×$À3’Ìé€2 <[\"Ùš','',0,'?'),('%ö-Æ>Ñ±ÑcUêvn','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/views/setup/postmark.php',0,'K\rn¨é³@Š–q·ó1X','K\rn¨é³@Š–q·ó1X','{‘m‰Â£ÏkûŒomçháÍ®8÷û¸V \n\ZŽÓ','',0,'?'),(')oË§ø„7áÇŸ$','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/views/setup/recaptcha.php',0,'÷.¢\Z?5©CKïIÆAÊP','÷.¢\Z?5©CKïIÆAÊP','‚ý”üˆ»8Éï¬Pn™YëƒÊ/p®U¿n±H','',0,'?'),('Å&äÝéÖ¶½}ViÈ”N+*','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/views/setup/sendgrid.php',0,'GúÙùÄÇÐÁe','GúÙùÄÇÐÁe','½%›@r0Ô˜²Ö6¥›‚¦æ·7lV>ús¯ƒ\Zý','',0,'?'),('¯Æ\rêÖ ïg}©½øÙ','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/views/setup/sendgridemail.php',0,'Ì	g@yYãé’1.pJ¤','Ì	g@yYãé’1.pJ¤','/÷ùØ¨­!ƒ©3•Û`™ªû6l·ÅÌÒF<WÌ\07z','',0,'?'),('ügóuëGsÞiìŠ,:Íí','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/views/setup/sendinblue.php',0,'”ëUüÖóP¥TÜ4ÌúÍ','”ëUüÖóP¥TÜ4ÌúÍ','\rbó$¼*\0	‘TãÅ­\0Úáº\ZG0›ƒáª¯‹‚\\ý','',0,'?'),('›Ó%³GÒÔJú¡–øÇè','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/views/setup/sendinblueemail.php',0,'Éy©«štvO_W¥4Ûo&','Éy©«štvO_W¥4Ûo&','‘½\\TÎ˜³¬ƒó…è‡+(\rß6‰ug\"=MÕÚ','',0,'?'),('\0¹Zª¿Ëð”E0`y˜Ã','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/views/setup/sendlane.php',0,'¤ftèE’¦»¥û_','¤ftèE’¦»¥û_','FA?¾¿@Ë2ñÚÆ\\¯¨?Í¶¹÷>N5Gîÿ¯£','',0,'?'),('òòS\nó…/¨ƒR1bàÄe','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/views/setup/sendowl.php',0,'§ nì°`Ó¯×g1H%¹@','§ nì°`Ó¯×g1H%¹@','§tþ€©^EšKÕ!x#®èªéüß/Ãº²ï…','',0,'?'),('ä·qordÎS&\0ôD¶Ðâ','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/views/setup/sendreach.php',0,'M’Â´£×­÷ë•áþ]¬','M’Â´£×­÷ë•áþ]¬','¢“»S@\rþ¥«‡—Ê.Ãã¡šÂ0î^¶íÑÙ)ÆÞ,','',0,'?'),('lÌp6¦&	Â˜E0','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/views/setup/sendy/note.php',0,'óèZž˜µý|(¦±v¼{<¨','óèZž˜µý|(¦±v¼{<¨','jF@tTw¶\nÂwùA2;w\n48õíMˆ…út\'´ã]','',0,'?'),('ay#‰˜á_a!Å	®²Å’','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/views/setup/sendy.php',0,'d¨v‡¨%VB4:;56þ','d¨v‡¨%VB4:;56þ','TºÑYÝl\nsÿÜÉ0í€vŸwÇdŒ†\0Såý|<','',0,'?'),('àpn“È\'xýEœP>','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/views/setup/sg-autorepondeur.php',0,'T#{ì\ZGo.]·HýgS','T#{ì\ZGo.]·HýgS','zQZ@ïÂ+y`>N‘9…‰Öf—¡:äH\\ø$','',0,'?'),('\r¥ S²¶,7-z\"`¶­¯','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/views/setup/sparkpost.php',0,'™…^¸ä-†ˆlP?øì','™…^¸ä-†ˆlP?øì','¸ãýÓ‡Èì`p w#,\0kE2}çzp\n?h‚ªú','',0,'?'),('!U\\ÏcZßdi•,\\W6','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/views/setup/twitter.php',0,'¥B»|ðÛËOEàlº\'Q®Ô','¥B»|ðÛËOEàlº\'Q®Ô','\"ç^ebÁYD5ÙÿoäÏø‰–)Ò%¸K#\">>¸<šó','',0,'?'),('g²ð¼ü•ðìI|?jý\n','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/views/setup/webinarjamstudio.php',0,'ž¾t¸ ñ¢\\}ÍfúXÄ','ž¾t¸ ñ¢\\}ÍfúXÄ','¤@bkFŸ\n‚´oóååöŒEGæC»Ä\rvï]ÜÜ','',0,'?'),('WrIk%4µ»–óñ3ì#§½','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/views/setup/wordpress.php',0,'-¤¹¶g5Ã~ÇÎÄ#/Çœ','-¤¹¶g5Ã~ÇÎÄ#/Çœ','Ü<‹›XWÂ´:¾ïVØ@ùí,EŠ}iùùa»ñ$€','',0,'?'),('yaJÆ“û¼‰0oUê•»','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/views/setup/zapier.php',0,'5COû¹ao¢5t®¾ë.~','5COû¹ao¢5t®¾ë.~','ßuSU1›è©cQÙ<D˜±´/;U‹k«ñîe-œ.¸','',0,'?'),('ý˜Ë¢§+EAßÂð¹û‚²K','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/views/setup/zoom.php',0,'ÐÈµ¶ÒÆä&|–°','ÐÈµ¶ÒÆä&|–°','3 J™·+¬BlÇY»(/Âßºe`8HÑ\'w«¾¨ÜÃ','',0,'?'),(' Þ¹{V¯ÚØw_v6Œ©','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/crons.php',0,'-@œQ–Þ…Ð†f/8¿','-@œQ–Þ…Ð†f/8¿','Õ¿Î_ZÄ[ûv¨Wê692¢z‘ƒ½i²õmPòÒ²€,ö','',0,'?'),('{ƒ:j|¬Ã‰T\ZwçqS-','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/db-manager/class-td-db-manager.php',0,'í†!g¨û++‡´;hAõ','í†!g¨û++‡´;hAõ','ÅxYïËË¢¿ªøàøÉ^cŠ3ò5mO›½~Á_Ö§\"v','',0,'?'),('~gzØÁH®8ü:ÓãN ','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/db-manager/class-td-db-migration.php',0,'žâ^\'’8oãÉ#@ÃôÆî','žâ^\'’8oãÉ#@ÃôÆî','O	ÌÄ‡{\rõN@ZKqó|´Û„m$¼RFbîÉ_äµV·','',0,'?'),('ÚH@3,mÛ}-„Ïûê2','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/font-import-manager/classes/Tve_Dash_Font_Import_Manager.php',0,'Ã3€ìâ®°‘gá|\Z','Ã3€ìâ®°‘gá|\Z','2¶·³¼ci©»¡¿ÕY±Ê<LÂfÝÄ™‹ì\Zþ&¦“','',0,'?'),('Ð¼8	I9@e|u~€','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/font-import-manager/classes/Tve_Dash_Font_Import_Manager_Data.php',0,'Ïxþ²g:KcÓ’)iè','Ïxþ²g:KcÓ’)iè','pØºS½Vú±_~”{ûÑÉ;ÐÈ—Åù9žÖDAá','',0,'?'),('Ó’z`ØÀ•Äó\\ù@Ì','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/font-import-manager/classes/Tve_Dash_Font_Import_Manager_View.php',0,'4âDìäÄ€[¬=ÛMà»ƒ','4âDìäÄ€[¬=ÛMà»ƒ','š¦–wï+éMÈ£gV²®°Iô@&J&\'vµÃ0þ','',0,'?'),('Ež…)§Âg„™AÉ,','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/font-import-manager/views/form.php',0,'Ü·RÑ„ÉbLÍ›^8','Ü·RÑ„ÉbLÍ›^8','ñ}YY5û	?Ÿ;Žìx]?`ÈsV¯p)sê¢¬ã','',0,'?'),('ªWZ(¥·ƒ‚7Ù™çQªU','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/font-import-manager/views/js/manager.js',0,'ãi·£4dîº»þ2YÓÙß\\','ãi·£4dîº»þ2YÓÙß\\','í}Ø¡V˜üNÇ$A–ÎD¦ƒyH0¦>aÃ{ß)','',0,'?'),('›¹I\\$`ˆ°‘x»­wQù','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/font-import-manager/views/main.php',0,',ÊþR×Ë>;«Üºjo_o',',ÊþR×Ë>;«Üºjo_o','ÈÐ˜÷f4HeÍX6´Ü‚¸Ì[6ËVLÏ–\nÈípwî','',0,'?'),('x!V†=ðXW¢‘ž','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/font-import-manager/views/messages.php',0,'B<ý‘^á­F’Ñ\n¨','B<ý‘^á­F’Ñ\n¨','ìØ“FÝ§ääa“}ƒ&ØlÖ«ç?©X`4ï|Ô#ÔS','',0,'?'),('S­c¯sÈ¹pœ(&³N„','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/font-manager/font-manager.php',0,'³®%ËõlX&«PÔ”Æ','³®%ËõlX&«PÔ”Æ','¦‰Z*wtÄxýi\05ÙxÚ2ì²Ô¤ÚÝ«`µDÍjÜ','',0,'?'),('z/ÃfŸ¾8Ñ>/uCF@Ú','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/font-manager/views/admin-font-manager.php',0,'ß§É³Î„¹¾äÝÛ†­\n}','ß§É³Î„¹¾äÝÛ†­\n}','¥ˆñÙtsë\r¼qB\'$_,9ßÂÐ÷I=ÄÛP','',0,'?'),('‚ã%Gª9uÇ˜¨—^áï','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/font-manager/views/admin-font-options.php',0,'–^Ûv;\nÿîm¥Ñk„£ò','–^Ûv;\nÿîm¥Ñk„£ò','õ\\æB­wv¶a<Œv(0ÂGÞ/‹³É5Í jc`Â‘ö','',0,'?'),('‹øÐ¿ê»¡åœ¶€Ö„\0','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/functions.php',0,'CÊÿ-ëËè¿w%vCvŒ','CÊÿ-ëËè¿w%vCvŒ','Zì,ŒŒ·\'Ub<rõÕ·ÍÔ÷eêÏã¦€î-%Ë','',0,'?'),('A¢ž ½†r\rV,A‘ø','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/hooks.php',0,'Æ¯«»J0p¯kÁî_[ö','Æ¯«»J0p¯kÁî_[ö','VŠƒO­~É·ÀàÞk?8õ1L©Ùœ,þ+\'ªå<Î','',0,'?'),('`ŽåÖçÔªüv@@9>Ð`}','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/icon-manager/classes/Tve_Dash_Thrive_Icon_Manager.php',0,'býL»‰Ià¦Åís§','býL»‰Ià¦Åís§',';èrÝ9ø2ÍÑÙÄûFŽû“59_á°õ‹ðp1E ¾','',0,'?'),('˜(Ú~µ}Z‚ëz/%','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/icon-manager/classes/Tve_Dash_Thrive_Icon_Manager_Data.php',0,'éŠ`@æm`;µu‹¡Äe^','éŠ`@æm`;µu‹¡Äe^','ó‘lÊ(kq¯°È ²î²ÝÑ®œ^J¦+\nŒÜXœ›Í','',0,'?'),('¢÷m7FäFÚ¬ \ZÇ–<','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/icon-manager/classes/Tve_Dash_Thrive_Icon_Manager_View.php',0,'(©Žßî²}ë(³¶Ýxr','(©Žßî²}ë(³¶Ýxr','É\'tÿ÷Y‘8@ç¡O8\" i=?Q‡âÕÙ‘àP?t','',0,'?'),('gu2ÇÁR\ZÚgÔ,½t[','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/icon-manager/views/form.php',0,'¸Ax;“Ý¤ïC=5Íj;','¸Ax;“Ý¤ïC=5Íj;','?×bBÏ¢I„|:Äk%PädõçŸ8ÕnŠŽÞ¤g˜:pûN','',0,'?'),('’\Z	£žáäKË4%Aµ-y','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/icon-manager/views/icons.php',0,'¢ë\n”oµÚgŒcçSGõM3','¢ë\n”oµÚgŒcçSGõM3','°ä±ÇYB<°‘açí;Á§Ðy‰Zÿ†÷u½Å%Ñ','',0,'?'),(' ï¹®œ\"ZiÑ÷.úèvœ¾','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/icon-manager/views/js/manager.js',0,'ñdÅ[98ŠóózñdåO','ñdÅ[98ŠóózñdåO','wr«/»í®xm–Ù¼Lh×Ž–w”é_ºà¼üù¿Y','',0,'?'),('ã> CBJoËkæ¯ý¯Ðù','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/icon-manager/views/js/manager.min.js',0,'ªqb¡yÈôÖ_ìW{tó','ªqb¡yÈôÖ_ìW{tó','@ôÖeo„É‹\\þt\ndSdýÃñ‚›ŠŒV‡O','',0,'?'),('Ûô|ËFJu²Ý¼ÃÓ‰!}','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/icon-manager/views/main.php',0,'õWûœ dÄÞËu•5\'Uß','õWûœ dÄÞËu•5\'Uß','^Ž-ºâf@ÅÙÞ¢Ë#œ¹´‘fs‰ª¾fƒƒ/\0','',0,'?'),('©q—D¼@Âl!¢Ë¡(','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/icon-manager/views/messages.php',0,'Œ.®S¶,ë0/Aˆ]*¿','Œ.®S¶,ë0/Aˆ]*¿','<‘»1Äç‘ª¤`ûš‚0óT3L1ï§ûåðô–’8','',0,'?'),('Š³YíˆÕòÜ¹Þx¶qîé','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/notification-inbox/assets/dist/admin.js',0,'/{bóº\n _¥sd~ë™Ç7','/{bóº\n _¥sd~ë™Ç7','æi´¼ôë¡ÉgXÙÿ¶¡ÿbß.	kÁ&0XåÐ~¤i','',0,'?'),('<Ur1oñÙŠMZ%i%Z','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/notification-inbox/assets/dist/admin.min.js',0,'¤)\rÚr2KþP£R','¤)\rÚr2KþP£R','À?Û/ˆg¿A¿6‰Þ§b^CnPõ9©ö1\"{Z','',0,'?'),('x‡Z|MÞÉ2øçÓåóEà','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/notification-inbox/assets/js/admin.js',0,'þUþzôæ?¼‘`iN','þUþzôæ?¼‘`iN','½†,©ãXM£„-o3ÊÖùRM|œ RÙÍô®z UJ','',0,'?'),('?ÚœÔ}K¤&ëŸð_','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/notification-inbox/assets/js/collections/base.js',0,'Æ-Ø]À(—	Iëôûˆ;Ù','Æ-Ø]À(—	Iëôûˆ;Ù','ÚûO~nml\0ë|áþ×{vÉîå!Ôø_úøqnñ…>','',0,'?'),('”Õ>\"ú/½0\rw\'Ì÷t','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/notification-inbox/assets/js/collections/notifications.js',0,'ç¶óÂÑ¨Tjö‹ºÝ¤7','ç¶óÂÑ¨Tjö‹ºÝ¤7','ˆÝj2¿Öƒ>,Hv#3Æw.LÓ\rcAöo”7Eä²@','',0,'?'),('ÜòªxÐƒ\\´ˆ$ÞÖB(','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/notification-inbox/assets/js/models/notification.js',0,'jd€ÀüÖÑB${q¬Š\n','jd€ÀüÖÑB${q¬Š\n','n¸¼t™P§É÷#ÚO]ÄÁ³t‚áð½8­<38¤','',0,'?'),('Nß±Â×áºû¨\0Do‰','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/notification-inbox/assets/js/views/base.js',0,'L@«ls«Õ­t;ô‰é±','L@«ls«Õ­t;ô‰é±','Ü\0RÐ“TxƒB¼yi+M©“Åªw6\\9úé<é\Z>s','',0,'?'),('6Y=Jú\\ á€àk jt','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/notification-inbox/assets/js/views/notification.js',0,'™t@¨7G”Þ,•i6+íV','™t@¨7G”Þ,•i6+íV','‘|ˆÄäÉèoÈ³…÷t¯B”«¼â‹ˆ„ÆÉáJÓÍ','',0,'?'),('Ö,¶êM×‰9”äwÚ¡Œ~','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/notification-inbox/assets/js/views/notificationCounter.js',0,'\\/@±BU ©ÑÞä\nfMa','\\/@±BU ©ÑÞä\nfMa','5°ÈT1ô>ÿƒ·àÉà.\0«ýhÀ5¦Ð®YÊm<þq3Ê','',0,'?'),('–MŽ˜M¹LƒE¤Îþcœ','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/notification-inbox/assets/js/views/notificationDetail.js',0,'ZÇ¶ì[Ç#µø‡ïÊ:vÍ','ZÇ¶ì[Ç#µø‡ïÊ:vÍ','Ñ§ë¿·.§F@/J•w´Qó# OýÜU\\zt¯äü','',0,'?'),('ÇŽœnbª1ˆ-†Prß=t','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/notification-inbox/assets/js/views/notificationHeader.js',0,'X]/¢5UúšÍ˜Rã\\','X]/¢5UúšÍ˜Rã\\','?´’t3öúÉÝË\'#%Ú¤Üúúy³	T‡µQ—šæ ÑT','',0,'?'),('ŽlÀØ»9Â(=f(qiå','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/notification-inbox/assets/js/views/notificationsList.js',0,'³ê2Íë%È¨½SZ;…\n','³ê2Íë%È¨½SZ;…\n','aõ—v{›”J3ïñ,žÃ•@ÀÓùÂö-¥À«(p˜½','',0,'?'),('Ï¬†íâÌ*hy]wb,£aê','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/notification-inbox/class-td-inbox.php',0,'û2ç®1ÌeÖ¯n{oô','û2ç®1ÌeÖ¯n{oô','šJxWG:™>»„”¢ôÒ“s\Z‚éq#ÁT¥ƒ}r’b','',0,'?'),('‘Qü!Òø&ª.ÆEê9ïJ','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/notification-inbox/i18n.php',0,'Á3óR\0{¾)$¾möqú¸','Á3óR\0{¾)$¾möqú¸','ÌN*ýrz©û²§Û5nQÊþÂ&!ÑV¦Ã}f›','',0,'?'),('ù&²†?g+ž½÷{m','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/notification-inbox/includes/admin/class-td-ni-ajax-controller.php',0,'iRÀ—úy(\n4Ò¢&¾yo','iRÀ—úy(\n4Ò¢&¾yo','°ë”ºmWÍŽÜø2ýuÝ¡ÆæÙGÎ$)É4çjÝ7s','',0,'?'),('EõÑv°&»…x\0«Ñèª|','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/notification-inbox/includes/init/class-ni-inbox-manager.php',0,'*Ùƒ‡É9Çå¸#×ã=Í×','*Ùƒ‡É9Çå¸#×ã=Í×','÷±.‰²\\;RíáÎ;?´öD_£IT$Pµœ o X','',0,'?'),('îŠs É§Iôšå–B—á1r','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/notification-inbox/includes/init/class-ni-message.php',0,'ØÐ~èoø_)ð;·$“','ØÐ~èoø_)ð;·$“','\r¤Ö¶f2è9b–ú&ªe¢”ïc6Ý›ÚGcM¯5àÁu','',0,'?'),('u^içq›¦Ã{ª:f','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/notification-inbox/views/templates/backbone/ni-notification-detail.phtml',0,'Ïý`*wŠÞ\"{üCÀØ”','Ïý`*wŠÞ\"{üCÀØ”','K÷zØ\'1…²Œ¸×éãy„à~‡|ã0;[*','',0,'?'),('å›6y…Q¼“ùíèõQ„ü','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/notification-inbox/views/templates/backbone/ni-notification.phtml',0,'?JÞÈlŸÁ´Öµ\n\'j›b','?JÞÈlŸÁ´Öµ\n\'j›b','Ás2™›ÕrŠôÐ}hƒ°ÄÐ±=éqÙ§®å¦×/¥1','',0,'?'),('yIöd}÷È9ˆ­?Ú?ýø','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/notification-inbox/views/templates/backbone/notification-header.phtml',0,'pÅõ×6öÉ¶”Â½\'Û','pÅõ×6öÉ¶”Â½\'Û','l7åx™w¢YÐVZå)“‹/ƒº×`½ëEaXUÒ¹üÆ','',0,'?'),('8¥LæÐ\"Ö À¦å/(y²','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/notification-inbox/views/templates/notification-inbox-button.php',0,'`‰Ì]¡{á÷·/ÓOï5','`‰Ì]¡{á÷·/ÓOï5','\'µ\"Ï/pÿ8¨zå«™…pö“é-8^zD ^ÑÇl#ÎÉG','',0,'?'),('ÀYôJÇg×ßQtÆ¼5p·','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/notification-manager/assets/fonts/tvd-nm-icons.svg',0,'P™ŽéªŽñ<¤¯IœLÏ','P™ŽéªŽñ<¤¯IœLÏ','œ°E?%Ï©¯.P÷/wâÄúU6¡àX]Òø™df¢¶','',0,'?'),('ô•ˆ—\0yHs[Ñï )','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/notification-manager/assets/js/admin/backbone/modals.js',0,'ŸR<û˜h%Ìz!H^Í','ŸR<û˜h%Ìz!H^Í','îA*¹Ò—	ƒô	6Jˆh–—-‚xúZUÐõ³‘‡àzm','',0,'?'),('vôÏ¤úö»ýAy5dD™*','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/notification-manager/assets/js/admin/backbone/models.js',0,'ÙÊ\rc3m7Iy¹ƒ˜','ÙÊ\rc3m7Iy¹ƒ˜','ëª@~‡k%MtïË0òNeƒ€„â/–‰+ÄCu//™%n','',0,'?'),('>=1†›ÖO€ƒ¹¦„Ù','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/notification-manager/assets/js/admin/backbone/routes.js',0,'	eMñ/0Ã†\nÝyR·©','	eMñ/0Ã†\nÝyR·©','¡´Gdñ¤ÜjYÉ›]tÂ\rÁv×ÏÜ‰3IT˜¡JyÝ|','',0,'?'),('ÃˆÁöš\ZK<¸Œ×´©š×','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/notification-manager/assets/js/admin/backbone/util.js',0,'KÏîD#CO,mð‚','KÏîD#CO,mð‚','LÃÌølŠV¼„aI8òqÑÞ½ÜŸÓë}ñ<†R.Ý‘þ','',0,'?'),('Ð\Z—g¢JUy†à‡gõŸÅ','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/notification-manager/assets/js/admin/backbone/views.js',0,'”(ß\riž’!”À¦Ýµ¡','”(ß\riž’!”À¦Ýµ¡','[Ž<.ú†¡µ#:Þ5œnÃÏú!	DÃ¹¿Â»œûÈÝÉã','',0,'?'),('bö›ôf¨£®ß_Pg','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/notification-manager/assets/js/admin/backbone.js',0,'ÜZ˜ Àµ Öí_òÏ+Ä','ÜZ˜ Àµ Öí_òÏ+Ä','²³YˆóÜãËëãnè˜$‚ZKŠ¸1ðþRX6ÍGF’ú','',0,'?'),('ò@¢t¤Îk)4œ˜ÿj[','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/notification-manager/assets/js/admin/backbone.min.js',0,'1~¿¨JíÁS‡äŒP¯','1~¿¨JíÁS‡äŒP¯','ú¯k“ö\\O¡`Î9nh³ŽñV>ø&™™^ûidw_','',0,'?'),('øÐÊ‰FY Õ±™+‚…T','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/notification-manager/assets/js/admin/wordpress_notification.js',0,'ÍÖfi)¨â—\0Ü©îáº','ÍÖfi)¨â—\0Ü©îáº',')îš\'§ƒ“y¥ñk­ï¿eå8€îFŒÝ­ç3â','',0,'?'),('ù½sÞòãò4:ï%È6n','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/notification-manager/class-td-nm.php',0,'v¸ÄÈi>nœv7O¤','v¸ÄÈi>nœv7O¤','X	€±å¸\'ÊaÈ²­;ÇÊLÊ%®Ê!fÞ1=¿C†','',0,'?'),('(¡Š¦‘ÝO°i]ˆ×§6','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/notification-manager/i18n.php',0,'Ãá«vo[ëÐP™MJj','Ãá«vo[ëÐP™MJj','WôY÷ÏÐyé#Q¦5¹Ö#Üª´öEI*Ó”˜éñÀª4U','',0,'?'),('\'h„›\'×)’Rl$“Ñ>','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/notification-manager/includes/actions/class-nm-action-abstract.php',0,'i5öAq‚KEfìïÉÊV','i5öAq‚KEfìïÉÊV','êÑ!³â/:¦³œÝ¸KáÐp\nEÂù2&-ep”¤à8Ðì','',0,'?'),('lK-ÝÃÅŽ*­ÌŒÙ†','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/notification-manager/includes/actions/class-nm-action-custom-script.php',0,'÷îŸ7rÄ§hù#¨¸Þ','÷îŸ7rÄ§hù#¨¸Þ','ÓžOÝ–~ÉåNh|ïeŽÂt&\r=lŽ#^ª×þs','',0,'?'),('äüÍ YXe\\n”-¤','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/notification-manager/includes/actions/class-nm-action-send-email-notification.php',0,'áO‡Âl=»´2Ã­v›','áO‡Âl=»´2Ã­v›','m¶_G]aÆ\Z}ëw3u—HÔˆ¶ö9Â­S;‹Ñ','',0,'?'),(':[-µ\"ëµŽí–S»','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/notification-manager/includes/actions/class-nm-action-wordpress-notification.php',0,'¦·C	‹\'_·éÇ—òç','¦·C	‹\'_·éÇ—òç','H;úBª›“´­Q¿ŽÏ>j_@½®$LêéYsŸ‹ý','',0,'?'),('œo³‰˜cîØ æ‡M','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/notification-manager/includes/admin/class-td-nm-admin-ajax-controller.php',0,'ó\nTÒ‹AF¶‡ª¼‘M','ó\nTÒ‹AF¶‡ª¼‘M','Ë{=‚µeàøµÚd¤ÓnÅžSvgÌÞyó¦ºÅhaÄãD','',0,'?'),('â¥Ç³\nlu?)\r\"Æ.~','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/notification-manager/includes/admin/class-td-nm-admin.php',0,'{Yz‹8![B$àDµ','{Yz‹8![B$àDµ','ï\\\Zð»Šó¾ŸÑqê¼	Õ5ÅÛ*¸êßAÔÔ.E','',0,'?'),('ópÇLÝuë‡¶\\2ŠžÉ&','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/action-type-box.phtml',0,'iLÆ¯Ny#ÌÒáÄG9éé','iLÆ¯Ny#ÌÒáÄG9éé','Â¹ÅjÔH-Ž£æŒìçä‡0°ÐÁ8Œdõ¶×35læÊ','',0,'?'),('üÐVºÀ\"XD8Øø„×-Â¢','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/actions/settings/custom-script.phtml',0,'lô‘PÆ\nÖ”¿•^›ªN','lô‘PÆ\nÖ”¿•^›ªN','=#2±`6G²î­!ƒ\"Ó]B?‡Æ«)¤ŒÓ*èpò','',0,'?'),('$–IiO_U¯Q¹:µ¯Ö','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/actions/settings/send-email-notification.phtml',0,'õ¶´n9’\\™ó¾ùc.q¨','õ¶´n9’\\™ó¾ùc.q¨','ÃqY4å({ŠeýÖé¬šì’ \"[€($ÁC&‡\0','',0,'?'),('Kz,ÖY†ýä´^ù	‘`','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/actions/settings/wordpress-notification.phtml',0,'K=¤­øÝXŽgÓèÉ_','K=¤­øÝXŽgÓèÉ_','ãd.xÙ{£ø¡¬ïß„¤C™W‹NÉ0Y\\90\ZsÝ','',0,'?'),('0BÔŠ}\0-¯W‚–ÒÚñ','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/breadcrumbs.phtml',0,'%ñX=½³èõT`Áñ','%ñX=½³èõT`Áñ','5‘QÙ»³NWù1ìÐµçÆÿŠ%cýíå/©ÙÆ”A½$','',0,'?'),('…u¯SÖqÝK?Ð9','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/dashboard.phtml',0,'ÅseÂ9ëÐW6ß+\Z','ÅseÂ9ëÐW6ß+\Z','bt¿ Ú4 arl€î?C¹ÐWG”Ûé¼Äáàç…ˆ','',0,'?'),('c³¢þ±0û\'\ZµÕÈÌ›o†','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/header.phtml',0,'Â_«1\"Å3\'€D®®¸','Â_«1\"Å3\'€D®®¸','5ÿÍ®¾ÐUŽ\\3Y¿¶µøì›˜vw2Cä]˜g€µÁW','',0,'?'),('ó)ï_bƒ5–}6úV®Ä`','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/messages/form.phtml',0,'Ï£QÎÒ¬^£}6¸FhØ','Ï£QÎÒ¬^£}6¸FhØ','k-Äc.¢jGµŸ§X–FIk¸‘åÂË5iQcÍy','',0,'?'),('ƒz(y82ÔÁ–Cˆ7Ô)','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/messages/shortcodes/item.phtml',0,'›_ï‰§ þÁxaÀžG»Í','›_ï‰§ þÁxaÀžG»Í','™aÙ.U@t=r½=Çâ¨ì7Š@îvô`è‹D±Q\ZF','',0,'?'),(' QD‹ÖQ¬ä²RvëD&','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/modals/add-action.phtml',0,'aB¨AògÌÙõV¬³†','aB¨AògÌÙõV¬³†','4ùy—OÕs´‘è•\0Ïr¤µCáØ5‘b µÕ…¼/','',0,'?'),('µeö Ü+îŽªŠŸG÷','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/modals/create-notification.phtml',0,'QbÊÁ–TâRÖûˆ£³{\nL','QbÊÁ–TâRÖûˆ£³{\nL','D¨î`U\"C\r^mqxùåýãýš|†g•ÕñKY(¹ª','',0,'?'),('ÈŒõµÃƒÊ¬—Þï qÂ','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/modals/delete-confirmation.phtml',0,'wÅ±q‘{¸2·%XÌ\'8£','wÅ±q‘{¸2·%XÌ\'8£','HNt£-ó2)€€ã3ßƒá©‘(§‰šÛÈvø08','',0,'?'),('–¶Qˆíl$‹@;y\rÃ˜Kö','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/modals/edit-action.phtml',0,'Œ?jˆu*UÚ»LÂhnå6 ','Œ?jˆu*UÚ»LÂhnå6 ','\"l\0CG£}H„]ýHgpY5Jõˆ‰âTpQnl¾','',0,'?'),('rÝ¨cœØRjh‹½±RÆ&Ä','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/modals/edit-trigger.phtml',0,'Â¿ÓEû-hUOfÛƒàî','Â¿ÓEû-hUOfÛƒàî',':\":£ÙÃÍMó*¥ß!²œª\Z8~}õ<<H^mÉQ','',0,'?'),('<Ï\"‰¥MÐ¿—‡fÐ','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/modals/email-services.phtml',0,'#\rHZÈ+Å%Â','#\rHZÈ+Å%Â','PmÝêðEÑÐØç•ßMüNŸLú;®\'ËøGaj°ÚÀ','',0,'?'),('\Z¨×)ùG‹¢‹„9BŠ¡ú”','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/modals/notification-summary.phtml',0,'Z´5³7\r\Z‡*ðû\"›¿X','Z´5³7\r\Z‡*ðû\"›¿X','Y 2£	’Ö`AÖC@J8HÛ&Ö^Ýøñ\\ÙSø','',0,'?'),('®¨¦jätQRÓ\'‰¼fyì','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/new-button.phtml',0,'I_BJ:®Êeñ½Tßû','I_BJ:®Êeñ½Tßû','DÀÁS_,oÜ¾Žl>~ÀÑ€ó_ÜŽµó’÷Ÿüˆ}<×','',0,'?'),('Ì!@ö\rê-F\'VZF','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/notifications/item.phtml',0,'¢/Pæ3^ÒSqJµÎ	´‰','¢/Pæ3^ÒSqJµÎ	´‰','ˆÓ£É!Ç5ôjž,ÿße<Êçî>ÈÔžçâŒ3“µa','',0,'?'),('míûùÃSK}O™DzE4ð','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/options/action-buttons.phtml',0,'‹ïfœ\Z&T\'q	&ÑJ','‹ïfœ\Z&T\'q	&ÑJ','*9)9¾‹œ]¶;9¤8®èïX!\n<ÊÖi@©E>[','',0,'?'),('<¹7ÔÃHwØ!l¿ƒ×0—(','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/options/checkbox.phtml',0,'G›”²K®ÄÇ(U´O','G›”²K®ÄÇ(U´O','º‚Õ’&øS½Iî¢×³¦»3\0Lï¢ìn¿¼vý–˜µ>½','',0,'?'),('­§t\\Gá×Ãf­7™íÿ«','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/options/input-multiple.phtml',0,'¬”Ø²‚“öÆ$Ðt¡\nŸD','¬”Ø²‚“öÆ$Ðt¡\nŸD','=\Z;…àãnÏøT¯‹bNÉ‰šž=¾ÌÀðÆ}','',0,'?'),('\'œpE 4–¤„[¬L','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/options/input.phtml',0,'-{gnƒN9®Y9[ú2Ñç ','-{gnƒN9®Y9[ú2Ñç ','gDÐï=hÆ#\\ôÚñë“kŠxºöúJHÀžTBv¹8òj','',0,'?'),('M8ÖÈ‰îä	]h;$œà;','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/options/option.phtml',0,'ÛaŒx}lÐÌŽîë)N','ÛaŒx}lÐÌŽîë)N','\ZÈÓ—Z÷£Øù`½ufÿ}mÑvûôZ`áçá~	 ','',0,'?'),('’‡ø|Ø·6f—„Øâ','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/options/recipient.phtml',0,'8\"ç9F¯z`vµ6Ì& ­','8\"ç9F¯z`vµ6Ì& ­','¿²SPÇúÏ0MUkéÉ\'ó7t3xXoäã©dIµÁÞ','',0,'?'),('¦ýÄ ¹fe}AÃÌÔ6€','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/services/item.phtml',0,'„Èóÿ¼ëšø\"kÂ.«','„Èóÿ¼ëšø\"kÂ.«','(\'YÓ¹¨ÏÁ¿¤¨umH®ryô‘¼7ú92\"^\"C','',0,'?'),('Lð?tuxÛô?1PšS','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/services/thumb-item.phtml',0,'ÐNðÄUôŸ–óéwô¹','ÐNðÄUôŸ–óéwô¹','Ðü¬ù7 çq—tQÉ)Î•ÏÑ|þ@OýÈ`ÀP7','',0,'?'),('ŒH–\"š„Û†Ù^å›1EÚ','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/summaries/item.phtml',0,'‚ºþ­ð^-O-N•','‚ºþ­ð^-O-N•','`\\ûÝ·lc¬×Ÿ˜wËsÍ)?#Œ^™î ¼@','',0,'?'),('ñ0	Á\ZÅVFÊ5—+|\'-','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/summaries/items/action.phtml',0,'¹BÄÙ»\'õR¼<O“(P','¹BÄÙ»\'õR¼<O“(P','k3ÿ«p¯ú»z·AÂöb*²cdGnð®+Op¯¤’','',0,'?'),('H5ï‘X¼j)[½xÎ›%Í','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/summaries/items/actions/custom-script.phtml',0,'ÌíÙAá–†¢©N]}VŽ','ÌíÙAá–†¢©N]}VŽ','Í‰Ý³7O¸¬\n)ø¡(Ø~\Zô)¿lèm³)Îq\ZÙY','',0,'?'),('… ¼d6?ïøÖæÞsÈ<','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/summaries/items/actions/send-email-notification.phtml',0,'–8‹Ë.˜=(k1','–8‹Ë.˜=(k1','ÞÞ”Àêü{H\0/ó¶Ÿ4«§Ô\'ƒf“+º¤aðz‹Ô','',0,'?'),('8Úše“£‹µT [¾','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/summaries/items/actions/wordpress-notification.phtml',0,'ƒD—ê‘jîÜÓóùžš.ÓI','ƒD—ê‘jîÜÓóùžš.ÓI','U}\rœÇƒ]ïM²® Ÿ@ß›\Zõ/µ‰”aã->Nrt	','',0,'?'),('´LgÞ›&™O5üv˜fe','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/summaries/items/notification.phtml',0,'	ësÅ^êIP´ËÛNÑóé','	ësÅ^êIP´ËÛNÑóé','>•NN#wøõüÎÚ¢a¤k´c\'¥¾:âŠ/Þ{€','',0,'?'),('I^[BÊû,óõF·`íÖ','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/summaries/items/trigger.phtml',0,':¬Ey 1ŸXf`Õá½Û',':¬Ey 1ŸXf`Õá½Û','–4„[Ë@Êê¨Ê«ne,Oæˆzý:»þ²o','',0,'?'),('@Ò—×o«/hÝ]qÝCl(','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/trigger-type-box.phtml',0,'*FçÅ®%kf8\rŸy6Ø','*FçÅ®%kf8\rŸy6Ø','þ¾Eˆc¯²ÒžžÍ‹ë}ƒoòjŸú­™þ¢Ð†ÌëÓ','',0,'?'),('=£?[;òË~ùÃz/','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/triggers/settings/email-sign-up.phtml',0,'Ç2“OÉàòdäàŽJúË','Ç2“OÉàòdäàŽJúË','&~Ì€çÐn¯\\3»Ý¥6RÑ*]Gâ–Ž%û<ÛäDièi','',0,'?'),('iâËf²^ŠB*§ðŽ','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/triggers/settings/quiz-completion.phtml',0,'\0õø2¶È*ñŠa}PÁægš','\0õø2¶È*ñŠa}PÁægš','GßKZgÊ!Ø€­åZ¿Þ¸·¾÷CL¯²¼ýŸ¶	E!','',0,'?'),('û\0ü;ÚÉgd×ÀVÜ˜','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/triggers/settings/split-test-ends.phtml',0,'iéP¼¿™d\rÊ]ÂW˜l','iéP¼¿™d\rÊ]ÂW˜l','!ßÉ‡þ£ÖzÂ£Äú8fCqý™.•‘ÆüèüÃÀhéÄ','',0,'?'),('ìMqOÊ°Sž+ÔK$ùý¿H','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/triggers/settings/testimonial-submitted.phtml',0,'Ãn½RmSÕbôPÇ¨FQÎ¹','Ãn½RmSÕbôPÇ¨FQÎ¹','ÃÏLöÙVÄÃŸ¤µ…okÿ…êöÿqŠý„&','',0,'?'),('ú`ƒ+Xxb#ª&Úp„¡ËC','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/unavailable.phtml',0,'´\ZÒ3è\0R&|íH?€…','´\ZÒ3è\0R&|íH?€…','–Ÿ”z§YìÎ:íµ‡Š=Cœ±*ìLýÐÄEÜÅ#›Å~°','',0,'?'),('KSd§#¥ÂÍØÎ!¥é!','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/notification-manager/includes/class-td-nm-ajax.php',0,'D³þ,tqæ>1àAû™','D³þ,tqæ>1àAû™','óðÑr+²Ö–8æsªŒ¨£E{^5›‚ub}ZC–¡','',0,'?'),('þû¿ÙïwEý©M;Î“a','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/notification-manager/includes/class-td-nm-checker.php',0,'Äñ)ÝÁïòò¦	rlì5<','Äñ)ÝÁïòò¦	rlì5<','bOCY9?­hÉÉ¤Ñ`}îþÊýp9Ãb„ÃºÓÓnÎ','',0,'?'),('ÜÎÈ„ó%Ð|®Q ññé×»','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/notification-manager/includes/class-td-nm-data.php',0,'¼/\Z‘\Z®]R©yÊCC\"','¼/\Z‘\Z®]R©yÊCC\"','¬ùº>ò£§U„€6é‚³TÖò»i¯Ž]@ngù','',0,'?'),('4©5t’³÷0&¶à[ÛM','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/notification-manager/includes/class-td-nm-post-types.php',0,'—;Ð\'\'«2xñç¶½','—;Ð\'\'«2xñç¶½','Ü8rAJdb¹ýhHh—ä5Œ²ÜìÙÿø½†Ve	ýj','',0,'?'),('+U	©áúB¡pZV…t','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/notification-manager/includes/td-nm-core-functions.php',0,'ý+tŠQ‡À*\\+Ä¦çI','ý+tŠQ‡À*\\+Ä¦çI','L]¥WêBùŒ°h¿ÙfÇÿç­+zü…8î•£Å','',0,'?'),('¢¥s |—¦—À#%ÜB','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/notification-manager/includes/td-nm-data-functions.php',0,'›êêÇÍÖÝ_ÿW;±','›êêÇÍÖÝ_ÿW;±','…˜xi	ËL1Æ0L1öõž]ÖaäwiõJRzOjXtÐÇ','',0,'?'),('üè\0p;‹ˆÒ]°‚','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/notification-manager/includes/triggers/class-nm-trigger-abstract.php',0,'ÈÂ9¦±êlxo.Úù','ÈÂ9¦±êlxo.Úù','Õêe)¤äÇc£d`ŒDlUd\"r“èºÞŠ6ze^ï','',0,'?'),(' g¼wö>~Ùû$¼îÄ¢d’','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/notification-manager/includes/triggers/class-nm-trigger-email-sign-up.php',0,'ò²a„žÂJwß_\nß{|Q','ò²a„žÂJwß_\nß{|Q','ÏêP eÕwAeµû	b^™ˆ{gÏÝŸ OöwüºIÇ','',0,'?'),('Lfo¾Öþ4”è†Í3wR','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/notification-manager/includes/triggers/class-nm-trigger-factory.php',0,'¬Ù\0ºÈ•fL ð×µ1','¬Ù\0ºÈ•fL ð×µ1','ƒŒýIÀÐ‰Á$MïÐc$jéu„òouïôA­‹º0(xÈ','',0,'?'),('mcœ¤eìâÅ|ÿ¬O','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/notification-manager/includes/triggers/class-nm-trigger-quiz-completion.php',0,'f,39YÀxÊªÊÿH­‚','f,39YÀxÊªÊÿH­‚','ó¥|Ým¯Ý*uG§ŒoªŒß4¬\Z?cV-vA”>','',0,'?'),('´töþ…ßåáPÙ§_ê','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/notification-manager/includes/triggers/class-nm-trigger-split-test-ends.php',0,'EhŠØÃo¸ZË¼®S³','EhŠØÃo¸ZË¼®S³','aÆ<$’µ(/öÚp‘bOÌ4öcÇFxQÛÆÛ÷','',0,'?'),('Ñó¡žØeÇé$Åït·ž2','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/notification-manager/includes/triggers/class-nm-trigger-testimonial-submitted.php',0,'ö.¡,~w’ºzú@	a','ö.¡,~w’ºzú@	a','5‰þLbòqG•Æ*£³¢_‚‰[5¶Ã{×','',0,'?'),('ÀRªÀPM½+7îLê¼','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/plugin-updates/debug-bar-panel.php',0,'m@ÕwÞŒƒwß*áoˆ•','m@ÕwÞŒƒwß*áoˆ•','¼ð7±Šà¹Õé‹4ôƒÌÅáfu)WYD—ók3Îsó','',0,'?'),('ëgèkÇ•ß¸)Ð\n[ÍÎ','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/plugin-updates/debug-bar-plugin.php',0,'‡ZN©4O%QqBùŸƒ“¢','‡ZN©4O%QqBùŸƒ“¢','ÅqM4´¯ÄvÉùO„³Ñé°ú¬	\'RÙ–„Ôp4¤','',0,'?'),('¥	2ÈÊý›þÍþãÔi','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/plugin-updates/js/debug-bar.js',0,'ÍõŽH_T\r˜r*.ðLtô','ÍõŽH_T\r˜r*.ðLtô','Bœ°,<ÒÉ“ñGÁ«$U1Ýoh	3\\¢~¯ZÛhP','',0,'?'),('W ñ>]«rÎš\n/ad’|','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/plugin-updates/plugin-update-checker.php',0,'ziÈ²<R—Rôg6Üb','ziÈ²<R—Rôg6Üb','kWãLì+\r‹›I•Ä„évqÀ‚zW‰Ü\nÍ-$','',0,'?'),('w3u¢&	o«¯ÌØ™Y','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/script-manager/assets/js/admin/models.js',0,'³ƒ]ÓÚjÓO¶¢žÉë','³ƒ]ÓÚjÓO¶¢žÉë','PØÙ9É±­¶ë–Ê\ZÜ[	ÓË‰ýP&ý/x†b·±7À.','',0,'?'),('EÄ~¢«àFîF¬*IDË','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/script-manager/assets/js/admin/routes.js',0,'46¢6µž‘¶â1à4ab','46¢6µž‘¶â1à4ab','·(«¢†ma\'!ñ}ú9éÁ#/S“XpCÕ¥’ˆ”…','',0,'?'),('¾Q#ÂT‡¦ò·nr°1','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/script-manager/assets/js/admin/views.js',0,'½º55§XÛçLùbO','½º55§XÛçLùbO','Àáñ¬ÄÜ“=z>ºe¯½17ÚWíT¼0ÙÞë','',0,'?'),('H6›ÒZÃò1ü-ZÄåe','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/script-manager/assets/js/dist/admin.js',0,'Oì\ZVo9Ã2ý˜NÜç3ý¿','Oì\ZVo9Ã2ý˜NÜç3ý¿','ÀµÛØûtƒGNêCÜ±¼ÇNY\r€b „E\\Ž”','',0,'?'),('‡©ÿîß„¸âzL)‚¿©','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/script-manager/assets/js/dist/admin.min.js',0,'›¦XMøfº…9ãcOHéË','›¦XMøfº…9ãcOHéË','ŒaU;¨.8!¿5=·hõœÏ·§î¾H‡u‘¥‰\r','',0,'?'),('Þ¨UÝ%Oñwk\\’BŒ †','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/script-manager/assets/js/utils.js',0,'	¹Š}j¬ÔF{Ž¹\'Î‹','	¹Š}j¬ÔF{Ž¹\'Î‹','Kà-Âµœ„ |Ä/BäËç¯‹)üŒ¹kdßÝ)…Iy','',0,'?'),('Š’¡ÁÍ½$5‰&\"Ì%¸í','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/script-manager/class-tvd-sm-constants.php',0,'sR³ìãu{‚C¦ì¾‘ïn','sR³ìãu{‚C¦ì¾‘ïn','óÌ‘wš,)á´ÿé8{—AÂQd<$pU<Eºp	]{','',0,'?'),('x<Å.aª:à\nÈßK','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/script-manager/class-tvd-sm.php',0,'c(tCùó|ã\nÔQ¢HN','c(tCùó|ã\nÔQ¢HN','Šþ’ƒÿ_\\cg9-1¤AWD$\ZÀ˜”Øë¼•*%kŽb','',0,'?'),('ðúwý\"n)³ÑL˜Ï|','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/script-manager/includes/admin/classes/class-tvd-sm-admin-helper.php',0,'Ê‚‘C#62š>]œru\"','Ê‚‘C#62š>]œru\"','•°k¥‰ËÌ.ÕÚ¨ßØ2=ô†ãzêð}5Sø”÷tŽòo','',0,'?'),('§ŸÇð>êí¤¦ñ„°','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/script-manager/includes/admin/classes/class-tvd-sm-admin.php',0,'šò“7ðW·‚ä°ÿú‹]','šò“7ðW·‚ä°ÿú‹]','ýz¦êbñÜiLé´€to	öÂùR«GUÝöÂ ','',0,'?'),('ŽpÝÓBæZ!ûQÍ&;°','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/script-manager/includes/admin/classes/class-tvd-sm-rest-scripts-controller.php',0,'îðCØ¹@¡Aõ{ØäÒêÑ®','îðCØ¹@¡Aõ{ØäÒêÑ®','f²A`þqŽuT™…ˆáN72{Á(Ûd1Sñ@Õ;','',0,'?'),('a¹$ãø´€~AæÜdtWÿ','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/script-manager/includes/admin/views/dashboard.php',0,'¿5Š;§ä¶Ç‹ÚÑÉa…','¿5Š;§ä¶Ç‹ÚÑÉa…','9ûóÁöTM	HÇtB¯¶ñãyƒFãª9ÍÓÿÀú_','',0,'?'),('ã6ÃÓ±ÿ, 4Ò<\nuP','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/script-manager/includes/admin/views/templates/breadcrumbs.phtml',0,'d›–ÉÒiÊ?s7Á¿ˆù','d›–ÉÒiÊ?s7Á¿ˆù','tTõéRualbñ\\_Î¸Š×(™aÖÅ,z^Ð©Åƒ','',0,'?'),('@h…–´•„ahØ5ï','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/script-manager/includes/admin/views/templates/dashboard.phtml',0,'!Ò¼r\"Ûlfž/ÑÒ^§','!Ò¼r\"Ûlfž/ÑÒ^§','?dð\Zá…ñVAŽ²7c!@åoªVR/õ§Äëÿíïª','',0,'?'),('wZk¿Úxå¦êß ¬·','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/script-manager/includes/admin/views/templates/header.phtml',0,'àl\'¿Gã=éoa3ØÕ','àl\'¿Gã=éoa3ØÕ','Zu¿hsŠÃN=z»nèv£f.xå$TÓÖn‹§','',0,'?'),('¾\\—Y\Z“{IÍÃùn“ö=Ê','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/script-manager/includes/admin/views/templates/modal-add-edit-script.phtml',0,'œÖ½%±ª†Ì¹¦¸','œÖ½%±ª†Ì¹¦¸','ue°\'H¡¢ObdG		©(˜‚©wùc\Zô0@Ä  X','',0,'?'),('¯o„-¿r$‹”Õ ^××¬','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/script-manager/includes/admin/views/templates/modal-delete-page-level-scripts.phtml',0,'5\néZ—©ûét\\->•€YS','5\néZ—©ûét\\->•€YS','qvâÓ§ª×Á]4Ñ_ÅÝ>i9.”N s?ÁÍ	”$','',0,'?'),('Yd£:ØœÕmˆÃÓZ^x','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/script-manager/includes/admin/views/templates/modal-delete-script.phtml',0,'¦5\n­Ù;HYP€Bc6\nk','¦5\n­Ù;HYP€Bc6\nk','®šÍª=\"v@ñ‘P^Œ ÜÚÄ‡æP¼LÅr’•p~@k','',0,'?'),('©#li\ZI•¬B•Ø\r-ƒ','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/script-manager/includes/admin/views/templates/script-item.phtml',0,'ÚVÉœœ\'M ëŠÙù¡BË','ÚVÉœœ\'M ëŠÙù¡BË','³Âì“-	;VBbÞ˜·~þ	PkOFƒÔÚ +žb–ø/ *','',0,'?'),('m\"gYÁî3jPLdÄ=¦´','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/script-manager/includes/frontend/classes/class-tvd-sm-frontend.php',0,'6IYávXY1&\ZÔ“ð¼','6IYávXY1&\ZÔ“ð¼','ë °K-zËìÂºÃLà¢ç ýrÇ+ãÙ×¾D\'HÛ,','',0,'?'),('BÚ¢5ÒN%úœù*E7Î','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/script-manager/includes/i18n.php',0,'Ÿ%œ…îú‹õmÜÏÄÇÓ','Ÿ%œ…îú‹õmÜÏÄÇÓ','°²€\n:on¾ŸaKÇ‹È®®˜z¬Ý\'\n/`5 Â—±','',0,'?'),('¤…˜W%{ˆ i †ñ','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/smart-site/assets/admin/js/_utils.js',0,'f°£\\ÁFÞž¶9U‘3€','f°£\\ÁFÞž¶9U‘3€','{Á*\\zðT\'Óà¿8Ì‡k“ŽÊÁC$.%¤¤','',0,'?'),('ÞÝ—4RÂöX4 þQ.','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/smart-site/assets/admin/js/dist/admin.js',0,'ðj ¾—\r×{-­‡zP$Q','ðj ¾—\r×{-­‡zP$Q','­þ¥ËZG^\\6¦iCès‡ƒÜ#¸È‚€žÍÃÂ¾çÜ¼','',0,'?'),('*7uîÁgo³m?<UÖÇb','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/smart-site/assets/admin/js/dist/admin.min.js',0,'`þÆérOrµ&êÊ(½…','`þÆérOrµ&êÊ(½…',' lZ§Q1T•Z¾ç¯R}Ùl°É(~ÒÊ|­t“‰Ê/','',0,'?'),('äZØ²ª“”ƒõÿÏßˆœ·Ï','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/smart-site/assets/admin/js/modals.js',0,'þßhz–Ç /ò¿†_F/','þßhz–Ç /ò¿†_F/','vs€þIüº.…­ô QJ˜tœpÇƒ¥`ÕM','',0,'?'),('ÅÓSYÎžß@ëßïŠìF','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/smart-site/assets/admin/js/models.js',0,'xƒX ×õg¨ûà!-\rüÍ','xƒX ×õg¨ûà!-\rüÍ','Â—\0V–¸fd½íÈÒ u€ðì+¦ÓÚL™ÍØÁ)','',0,'?'),('ŸöâÉÏéfø=kž=†óx\\','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/smart-site/assets/admin/js/routes.js',0,'€}Ò>åW!	\0ÚQôn,aª','€}Ò>åW!	\0ÚQôn,aª','Ø\'Éè½\rÞåxÎ£^]Òˆ÷EÛE\Z\rßDA K°Iø','',0,'?'),('ç¿0#n«läÕG´\0cš','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/smart-site/assets/admin/js/views.js',0,'n÷o@–bPjÓkcb~ÙM','n÷o@–bPjÓkcb~ÙM','`ÝåÚ#6™“ø‘ÍÍWóöÑö rQp¯M','',0,'?'),('G©Ñ§=Þ\Zåæ‚÷qT','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/smart-site/assets/js/tcb_hooks.js',0,'„þ@Jæ]/ úÕºpù”b','„þ@Jæ]/ úÕºpù”b','†O\"W$¦¹Þ~T{+\"ªywúïwCA·ï_p‰\"M','',0,'?'),('ÑÐ©>äÜìÄ%¼íI§[','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/smart-site/class-tvd-smart-const.php',0,'Ç®ñ¡ e9z”É¦­¿Ü','Ç®ñ¡ e9z”É¦­¿Ü','¸´:§&UäbòŒ¤Sáê¶Ýî£bUDÖÑÞFù9Sñ','',0,'?'),('¯µæ\n×i[o÷°÷ïg','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/smart-site/classes/class-tvd-global-shortcodes.php',0,'TþÜÏÝs¸‘R¯¦úÚ²','TþÜÏÝs¸‘R¯¦úÚ²','çn+h”8sÎZ®\0!„:®op@“kbõ\Z)Ü	“´','',0,'?'),('ÐÕB‡,ˆË‰FœWÔ','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/smart-site/classes/class-tvd-rest-controller.php',0,'×0Hùd¼Ý\0Qc5^ZŒ^','×0Hùd¼Ý\0Qc5^ZŒ^','Õhb^åËêøR\nÓº <,uvÆ ®²ÒÆö¦W','',0,'?'),(':Ñ,ð×¼©,xï_>¾ÀÌ','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/smart-site/classes/class-tvd-smart-db.php',0,'»fJ\'gŸwA%}K/n','»fJ\'gŸwA%}K/n',':•ãáé\'AT±«…›:ÒíÊ§ØCv©qÕ³¯6Áç%Ô­','',0,'?'),('\"„ qç•Š­}ÐêjO','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/smart-site/classes/class-tvd-smart-shortcodes.php',0,'¡Ñ&ÆŒ&$]oÚT’','¡Ñ&ÆŒ&$]oÚT’','ÝyÁ¿¦=ß‹þ?ÖÃõÉÖiI³<ýÜñlìXtIQÚ','',0,'?'),(':	Ñie1ò\ZÅ×rÂT','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/smart-site/classes/class-tvd-smart-site.php',0,'\'š#í7]ÁÍP«â\r¾´*	','\'š#í7]ÁÍP«â\r¾´*	','ÔÚ¨q*üo:r\"—¹\0À/{Ík2[xÝpq!.ª','',0,'?'),('{Á—ÏÞ/õqhtã\Z’Š','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/smart-site/classes/endpoints/class-tvd-fields-controller.php',0,'¹Óö\r&Ó·m’ñ<T’Â©','¹Óö\r&Ó·m’ñ<T’Â©','Í+ˆÿ4‚àÂí)xôMœÆXY\'¿üÃi\0àÉyO”EÌ','',0,'?'),('g4åD–Þiíj’žø\\m\\Æ','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/smart-site/classes/endpoints/class-tvd-groups-controller.php',0,'¢-ÿõ÷…Œ>þˆ`ŠOº','¢-ÿõ÷…Œ>þˆ`ŠOº','§2ÃïG¾1qQ$ØðÍùšëa€ñéSqCÏ¯ÞVx','',0,'?'),('h©F,™]q„Øy¥å˜Æ°','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/smart-site/i18n.php',0,'#tvÿ6/`´B\n¬lr','#tvÿ6/`´B\n¬lr','@Eáq\0¯•9½9xü2Á÷h<íYü ÓŽrñO³','',0,'?'),('#ÇjTµV‚ã3*´“|%','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/smart-site/migrations/index.php',0,'«¿˜™ÆÌñU¹b7´üÖ','«¿˜™ÆÌñU¹b7´üÖ','ÿ~4¨ÐÆEü+½àº£ŽFFc°«·~«oîI&ƒÃ','',0,'?'),('(©À½û\Z&ÉÔ–„Ó\\','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/smart-site/migrations/install-1.0.0.php',0,'/òV×}àgyx3û»T','/òV×}àgyx3û»T','W[Êå&jòQp×µH¿£}S©©/ª%¨éÄÜËŠé','',0,'?'),('÷û¸Õ³;MÎíêûpf`','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/smart-site/views/admin/templates/breadcrumbs.phtml',0,'F©€‰\\cšÂØ›ÃxíŽ','F©€‰\\cšÂØ›ÃxíŽ','²ñM«ÓñÏÃ’Ü¹´ªL	hp>DqZ+öýSý¡)°p','',0,'?'),('r¨Ù¢ó±œ\0Ï4äÇ¢×?','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/smart-site/views/admin/templates/dashboard.phtml',0,'˜ºh	^p÷GR¥/0²J®','˜ºh	^p÷GR¥/0²J®','˜&úù;RLîkÓ.°R¼•û¤g¾ÝÁæ[Þ“þÏ','',0,'?'),('&èXD_&—Pç¥öî…Ö','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/address-options.phtml',0,'Ãã^¥ÆMù±Èjhtq€F','Ãã^¥ÆMù±Èjhtq€F','§é³s¹YEâiE¼?¸§Î•†¡ý¼2¯ó¿úNHŠ;Ì','',0,'?'),('þéƒí!; Œ˜Xßv	H\\','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/email-options.phtml',0,'¼ØÅçú_~Áˆ…°†|1å','¼ØÅçú_~Áˆ…°†|1å',']¿fJƒg¢†ë[®nŸÇ#‡ÝrC}3n—‚–ž¯Ù:','',0,'?'),('¹EÓõBd74åß>=','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/field.phtml',0,'©Á4Ü8,»o³gÓR’','©Á4Ü8,»o³gÓR’','Ý³å~»\0Ë>ºTwl1Ãqäd/M}W=®›ND0ÄÇ','',0,'?'),('gøM+wÇdê8ú®Æ‚Â','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/group.phtml',0,'Û®­+K§fî¢6êð6À','Û®­+K§fî¢6êð6À','\r{YvÜ\"û¸Œ#`6¶Qufƒ,ZÁØOc{º*','',0,'?'),('Î\r½Q@ƒb(Dge>ýt','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/link-options.phtml',0,'Äfbm|¨¿–‘]½ß}õ v','Äfbm|¨¿–‘]½ß}õ v','›Ÿ`z“ß)²¼§¢nPò…Ø?ÂI£²‰iST•','',0,'?'),('p|ü¢º…P~Ôª%¦<£Ò','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/location-options.phtml',0,';ÍK˜ÝÊ&œ¬£ÜQù',';ÍK˜ÝÊ&œ¬£ÜQù','MRÖCQ[´(9p¯½åñ……ÊÝ“wÄ–À½½3¹ê‹H','',0,'?'),('eŒ(0ø[ŽÔûLm7©µ','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/modal-group-item.phtml',0,'·qüîI\ZBÐö<caŽò•','·qüîI\ZBÐö<caŽò•','?x]¶›CRíûØ·~÷»!qSˆ»œ”Žx$ŠçúôpÎ','',0,'?'),('§W^d¾¹.Õ«pçwJØ','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/modal-type-item.phtml',0,'Úoð\r2ßÑË8\"§à‚³','Úoð\r2ßÑË8\"§à‚³','Ãy\n‡ïÇ±¼­_êåM¦Ieq´¸O0®ú yÒk','',0,'?'),('¼¬Þ”š0HcFóMÑ1†','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/modals/delete.phtml',0,'é‘vŽ¹ÍàðÐ²p.Jª-','é‘vŽ¹ÍàðÐ²p.Jª-','äºzi;i•\"e^^”è¨û{Çww›ßEdŽñzÿÊ¼','',0,'?'),('×éZSàú±gö{“4','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/modals/edit-group.phtml',0,'ö&Ùsú§.Þ@	º\"èP','ö&Ùsú§.Þ@	º\"èP','rëó§e±ˆ{õ×-þ!´€t›q¾øJá\"÷\nòH','',0,'?'),('(ÿï¯‘ÊæØ§³ôMå°&','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/modals/field.phtml',0,'þ@rÅDkQ/ù\'‰×	€','þ@rÅDkQ/ù\'‰×	€','ƒ2öH XÙp@Òö«»sÕÉyÍ^…¡üÛ°j','',0,'?'),('ñn™ò¾^Už9šÐ`#','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/phone-options.phtml',0,'\\Ì\n¸@^¯*¸b»\0sx','\\Ì\n¸@^¯*¸b»\0sx','â#žcÐêd€†BýFš|Ø­iÞØìvÐÀMÆa','',0,'?'),('3XòƒXg›ˆ©*¡U','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/text-options.phtml',0,'nèµ!¾²jö\rc¨¬Szò','nèµ!¾²jö\rc¨¬Szò','ö‚mPþ»¯b9³xªf#w41á®ëk/B{¥¸¾ñ¹','',0,'?'),('IHìÑ‚Yêzö9ì0@íÈ','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/smart-site/views/admin/templates/global_fields.phtml',0,'ùp£E¶¹fâwJsjIq¡]','ùp£E¶¹fâwJsjIq¡]','MZ-¤wSò`ËØƒ\'ŠOÛçëÀÔŒËã\\…óV÷e','',0,'?'),('®p,\\Â¢þ8A¹Jõï','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/smart-site/views/admin/templates/header.phtml',0,'¡.+Bò…Šr0¿Ö=ÉÄN','¡.+Bò…Šr0¿Ö=ÉÄN','—ÐT8¬†]Ä–ô\0ÞtžÝ…°5WAz&¤€ðç•£hêBi','',0,'?'),('\"*ÝØ\0˜FˆýKú^’Q¨','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/smart-site/views/admin/templates/menu.phtml',0,'²¤¦z±d>¾‡z?EÒ','²¤¦z±d>¾‡z?EÒ','IzÍ3Q¢BË~q¿9¥bŽp¸÷µ€ÙÕÐÃ‚L','',0,'?'),('ÃM>×Þ¿õR\nhHŸ','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/smart-site/views/admin/templates/side-menu.phtml',0,'†“YŽ¢WçwôùrôPó','†“YŽ¢WçwôùrôPó','g¥!µ™§W´2\Zùá¾Û¥hÙ\0¬¨(rYdèèåû','',0,'?'),('bkÿšèµî\\§<ûšÍßÁ>','wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/util.php',0,'‚†ã*¸1Š¦î®Fx*mž','‚†ã*¸1Š¦î®Fx*mž','¶ô:TÏØ(·ÜÙ–c›„—qò°2O¥ñÑpÑ®|½	','',0,'?'),('s»7èH¨”Tß\\¨y¾Õì','wp-content/plugins/thrive-apprentice/thrive-dashboard/js/dist/frontend.js',0,'Mx>&RQ¹ß~‰,ŒÀ®','Mx>&RQ¹ß~‰,ŒÀ®','v´üC­&¶&òZ¶¶¥q]ô‘\Z¡ÖŸ†ˆ²¯)î','',0,'?'),('rQT‘0ãÛ˜õÈ<fÙ','wp-content/plugins/thrive-apprentice/thrive-dashboard/js/dist/frontend.min.js',0,'‹mô~€rcäæj°ƒÉ','‹mô~€rcäæj°ƒÉ','„‘‰Õ‡BìÒQ€$i©«D~Z¨5.)öyûì–k„1','',0,'?'),('ÎšÅ)W°eäÜ©m%+~','wp-content/plugins/thrive-apprentice/thrive-dashboard/js/dist/global.min.js',0,'Þ¡\\*lÉxêââ†¿gÓ','Þ¡\\*lÉxêââ†¿gÓ','“ÃZ$7Kˆ¿^,Wó$§Xo¨Ûs6P¬Ï5Jô-£','',0,'?'),('ÖUA©8ÙêzÚ¦_d%ýŠ','wp-content/plugins/thrive-apprentice/thrive-dashboard/js/dist/hammer.min.js',0,'³} šœ‹Žëwa¨vT´÷','³} šœ‹Žëwa¨vT´÷','_òÞŒ»¢™Á«)9WÃº}3ˆ¥‘-(Ü(¤','',0,'?'),('ÕvYÀ“¾~Éÿ;ëx<þìþ','wp-content/plugins/thrive-apprentice/thrive-dashboard/js/dist/leanmodal.min.js',0,'i½ä×aŸ4¸~ËB','i½ä×aŸ4¸~ËB','ªªö©ì»²û…¯—û,d\r†;Ãƒ<þ³ý¹,K—','',0,'?'),('	.gØêû¾:$)‚ì·ã','wp-content/plugins/thrive-apprentice/thrive-dashboard/js/dist/select2.min.js',0,'\0Q)Vƒº(M[@«Ò7À','\0Q)Vƒº(M[@«Ò7À','±H‰5¨£[0éRýÎÓôLÛ«ú8!Æ`ÒU(>¢Õ´','',0,'?'),('†ó£žŽŠ¢3©±„w]wý','wp-content/plugins/thrive-apprentice/thrive-dashboard/js/dist/toasts.min.js',0,'öX¾Y¯4ˆf—„ý;','öX¾Y¯4ˆf—„ý;','v6:9ÈåÁ•=U)t­vP¤éÛÏ~»L#Œ}ã†','',0,'?'),('^ñ™Ž\'xw‹¢Ì÷ ü','wp-content/plugins/thrive-apprentice/thrive-dashboard/js/dist/tooltip.min.js',0,'ü:Bë[†_\r#tq’','ü:Bë[†_\r#tq’','D!•›ÿð—ª’ÕØˆ5QR	<£{×;\nÃP|Ë','',0,'?'),(']\nEë0Qí0l^ÞÝô','wp-content/plugins/thrive-apprentice/thrive-dashboard/js/dist/tve-dash.js',0,'Þ§.Há$·FN¯¥‰Šã','Þ§.Há$·FN¯¥‰Šã','ä¶ˆŒgB•éfãMñÀŠ-ú\rE<¸¤R.Ý±CT','',0,'?'),('Än‰IöÙ[Êx3J‰ÿÞ,r','wp-content/plugins/thrive-apprentice/thrive-dashboard/js/dist/tve-dash.min.js',0,'ÝÖ%o)^h•©-¾g','ÝÖ%o)^h•©-¾g','°íÈjÚ aÈ\\8§R‰`r¡e,\rè»®TT!W','',0,'?'),('¤õ›»NÐ+~9Jùy','wp-content/plugins/thrive-apprentice/thrive-dashboard/js/dist/velocity.min.js',0,'ÍP²O…¾Ÿc‡âaÞu8','ÍP²O…¾Ÿc‡âaÞu8','¦³ŽáÚÝôuÛ…úW¿ü‡“#ãõ','',0,'?'),('~*=ÒbdÔ€œÙnV½¢','wp-content/plugins/thrive-apprentice/thrive-dashboard/js/frontend.js',0,'Mx>&RQ¹ß~‰,ŒÀ®','Mx>&RQ¹ß~‰,ŒÀ®','v´üC­&¶&òZ¶¶¥q]ô‘\Z¡ÖŸ†ˆ²¯)î','',0,'?'),('ØÊ!Iq<Õ,2hX¼_^','wp-content/plugins/thrive-apprentice/thrive-dashboard/js/util/highcharts/highcharts-3d.js',0,'?Ml“ôÓ\"4·Ò§J¥','?Ml“ôÓ\"4·Ò§J¥','=Wðüú\"‡¿éª0ûš€qÇŒcÙíµ`Ú8ÑÉ¬¥¨p«','',0,'?'),('^Ä*ÓFðxÀêÇ‘<TÐ','wp-content/plugins/thrive-apprentice/thrive-dashboard/js/util/highcharts/highcharts-more.js',0,'Ðòíë)Áæ[õ˜­×','Ðòíë)Áæ[õ˜­×','¯¾¶HH¢2XÙCûw\Z•Lh*ÛeÝùê·œÞŠ÷ÒG','',0,'?'),('¤ìà(‘Éåh­Ûî\\@','wp-content/plugins/thrive-apprentice/thrive-dashboard/js/util/highcharts/highcharts.js',0,'ÀY¼<:\nÊ‚W\'Èºrýj','ÀY¼<:\nÊ‚W\'Èºrýj','•¯CHâµú,îán9‡ñÏî„ðJ^è\Z™Š)&Çœ','',0,'?'),('iMá¦¤²ê²dP°†fHi','wp-content/plugins/thrive-apprentice/thrive-dashboard/js/util/jquery.zclip.1.1.1/jquery.zclip.js',0,'„Ùxs¸É Œ5Ý ¨&e¶[','„Ùxs¸É Œ5Ý ¨&e¶[',' ÓÐ¢q&mÀ\ní+R¥±7Ð«Ü,¤ØPÑÒEù¸	','',0,'?'),('a%t\0\Z‹8Rg-ƒŒçe','wp-content/plugins/thrive-apprentice/thrive-dashboard/js/util/jquery.zclip.1.1.1/jquery.zclip.min.js',0,'\nÂí;*þ@_1P¸9Yï¬','\nÂí;*þ@_1P¸9Yï¬','l¯ô ¥:ia4öÐå[v YpÔq4Åæä@~`','',0,'?'),('Í9Vdð\rŽN?¡Ü8±','wp-content/plugins/thrive-apprentice/thrive-dashboard/js/util/util.js',0,'	ÒN¨§`ÜÁÃM5òcc','	ÒN¨§`ÜÁÃM5òcc','¶ß´™ñâÿ\Z€ùu(…kƒ!½i÷ø}Ï/KXÈ','',0,'?'),('ì`sínQàŠ3Wdv™ið','wp-content/plugins/thrive-apprentice/thrive-dashboard/js/util/views.js',0,'×ŠÈÐâ¥º7•z$=’\"Ç','×ŠÈÐâ¥º7•z$=’\"Ç','3dº³ç»oÀ8DƒÜ‚¸`ìnYàc‡?Í„`','',0,'?'),('Ë{¿;5º\Zâõ+©”-','wp-content/plugins/thrive-apprentice/thrive-dashboard/rest-api/class-td-rest-controller.php',0,'Ï0*Ì%8„çË8Ý« ','Ï0*Ì%8„çË8Ý« ','*õ&#*Ð­ûîJ‘?£¾¡¿\rZ¨p}ì¢ HJx','',0,'?'),('“ Y’²¼Û ø†dFV','wp-content/plugins/thrive-apprentice/thrive-dashboard/rest-api/class-td-rest-hook-controller.php',0,'¬­›ï:â4}ÃmH\nË','¬­›ï:â4}ÃmH\nË','`¶Ðl³|âGŠ6&r»ÝÎG	¢4ç¿ÆpÚÃÆ»vf','',0,'?'),('õ«ç×«LeÀÒü;Uò¥','wp-content/plugins/thrive-apprentice/thrive-dashboard/rest-api/init.php',0,'¶J`¬ÝÍQP(‹ù0âªýè','¶J`¬ÝÍQP(‹ù0âªýè','p|×Lÿ\rÔ6æågBôÛ¡rÚågvOv¡\\¨^?þ','',0,'?'),('½&žfl ¨S?ˆ—4`±Jh','wp-content/plugins/thrive-apprentice/thrive-dashboard/templates/affiliate-modal.phtml',0,' (m´³2ä÷ÁÚ’d',' (m´³2ä÷ÁÚ’d','ŸYWeë®çRD#Ç‹ÏÈd™;>‹2Øðû\Z’','',0,'?'),('”¼^õeí.€›z6z','wp-content/plugins/thrive-apprentice/thrive-dashboard/templates/backbone/modal-loader.phtml',0,'AøSWæ^¥âAGÆ˜Ü«','AøSWæ^¥âAGÆ˜Ü«','Û½²©`µ—¨IÒ<Rhëën–añ\'	‘,º­\"‰1Í','',0,'?'),('þ#”ùjæú¶”]}ç','wp-content/plugins/thrive-apprentice/thrive-dashboard/templates/backbone/page-loader.phtml',0,'ö—BþnèPó6$J$JÉ¡¿','ö—BþnèPó6$J$JÉ¡¿','LðÉ|Ê…ËÕ‹GÓ‰%©1•,ù0=Ï‹qäNÂ	','',0,'?'),('Àéú,€äòÂz¿\\\0ž','wp-content/plugins/thrive-apprentice/thrive-dashboard/templates/backbone/support-token.phtml',0,'./kÉ\'Øe¤ò¨¶\0ó4','./kÉ\'Øe¤ò¨¶\0ó4','‹ƒË»ã–µFD\"BNyŠHÔ˜[<‚ŠoÈAz','',0,'?'),('‘Qb‡òmCúu¥h','wp-content/plugins/thrive-apprentice/thrive-dashboard/templates/header.phtml',0,'²@ÿõç1Lw#Ê\\n','²@ÿõç1Lw#Ê\\n','ð¾ìÛd‚¼î÷‹ùà¿U¦z”É]ŸØ*)9 8Áp({','',0,'?'),('»Ï”96b´_¦U.xOp','wp-content/plugins/thrive-apprentice/thrive-dashboard/templates/product/activated.phtml',0,'É{=z¢>nBe]£úfýTT','É{=z¢>nBe]£úfýTT','‚Œ$×&JBÂNŒ¬µÑä½{Só˜(ìõYðÕ9G[Ž','',0,'?'),('Èa TJëF©´¿’Í÷Ó','wp-content/plugins/thrive-apprentice/thrive-dashboard/templates/product/error.phtml',0,'¯…ñš¶F‚Í\nÉ3ˆ.´á','¯…ñš¶F‚Í\nÉ3ˆ.´á','ñ¾Í$§¬Ã’‰eíÀx|¦›[çl“ªY1!T€ÍÉv','',0,'?'),('ô°mû@C¼¼¸ZÀŒŠ;','wp-content/plugins/thrive-apprentice/thrive-dashboard/templates/product/inactive.phtml',0,'Ç{È&á‰\Zâ/-0EA','Ç{È&á‰\Zâ/-0EA','cóçšñ2lâøj‘®¾	F4cò”ËÑ³kì³\n_P','',0,'?'),('à¤n®0Ôd§£iøî“ÿý¥','wp-content/plugins/thrive-apprentice/thrive-dashboard/templates/sections/dashboard.phtml',0,'7²sV4SŽã{¦OnF=','7²sV4SŽã{¦OnF=','‹/š÷Ávh2ªAQ”¥¡n+ÓJX€ÒR\rw§Dì','',0,'?'),('aÛO–²¢à`{Ó1ÇC','wp-content/plugins/thrive-apprentice/thrive-dashboard/templates/sections/license_manager.phtml',0,';SpÔ(ä_äþæ·¡',';SpÔ(ä_äþæ·¡','§SÙ;¡Ô™ ­N|àkï%MgÆ_ÈÐ1TA tçéX\Zç','',0,'?'),('>W),äP/xA,Î‡Ø(','wp-content/plugins/thrive-apprentice/thrive-dashboard/templates/settings/general_settings.phtml',0,'%qµ\0ŠÀw\r¦²‘æŒ','%qµ\0ŠÀw\r¦²‘æŒ','óÜä¨ÌPÖc¼Àû\\(š…kL6šM°æ–?éË','',0,'?'),('µì†àþü[óhÑ¡Œè\"','wp-content/plugins/thrive-apprentice/thrive-dashboard/templates/settings/reset.phtml',0,'÷`n”ãë:T,r’H\0F','÷`n”ãë:T,r’H\0F','Ÿß­xñaÐ\\ï\rÊ¦‰Äj<û£AAÁ9ƒè½\rb','',0,'?'),('§œàK\'¶«ìQ>QNªú•­','wp-content/plugins/thrive-apprentice/thrive-dashboard/templates/settings/text_setting_row.phtml',0,'½˜ã’xò8ãŽ\\','½˜ã’xò8ãŽ\\','Ù¾ù†Ü›Üe×kž—~TlŒÊÐ3c#ö+\r\'ÆX½;','',0,'?'),('ýó´úO6WÐ–wt»¶›','wp-content/plugins/thrive-apprentice/thrive-dashboard/templates/share.phtml',0,'a	.üH}ÇÏ\Z¶”ÃÁ','a	.üH}ÇÏ\Z¶”ÃÁ','Ó>Åñ*Fæ@S€$\\wƒã½R´À‚òØ—ÞXs”¤÷','',0,'?'),('uŽç¬gO	h5táb†0','wp-content/plugins/thrive-apprentice/thrive-dashboard/templates/ui.phtml',0,'Û¾;%TaÃJÄ_ø(×|','Û¾;%TaÃJÄ_ø(×|','cr€oÃ7˜hÚŸB£gÀó:Ñ:ÖxüÇ°ó’¤º6Ù','',0,'?'),('ë<KÚØß”XRJþVµa…','wp-content/plugins/thrive-apprentice/thrive-dashboard/thrive-dashboard.php',0,'#>x,\0j>7÷ÕªtÿeZ','#>x,\0j>7÷ÕªtÿeZ','„ŒYL›„ &÷–Ä\Z\ZÆ¥ørÜÜ}bHîïV,bF»','',0,'?'),('í–œéU9þäÉar<¶Ö¸','wp-content/plugins/thrive-apprentice/thrive-dashboard/version.php',0,'yWrj;­4‰Š@•¢›','yWrj;­4‰Š@•¢›','Ÿ ›‰‰äz¬°¬®{d‡Ñ)‹mß×	>ÉXçðÝöŠç-','',0,'?'),(' ¹Š³Ïì_ÀðßM@\0Ç','wp-content/plugins/thrive-apprentice/x.php',0,'}|‚_£ÆŽµGó®`B÷','}|‚_£ÆŽµGó®`B÷','Q˜#¡=……\rìÄm)2nPz$ø‡/Ê©,³æˆ™0Ñã','',0,'?'),('U­–€Ä=Oè±Ç‘ÉP®YP','wp-content/plugins/thrive-clever-widgets/admin/class-thrive-clever-widgets-manager-admin.php',0,'÷$ºâ1¤­q´K*&I3','÷$ºâ1¤­q´K*&I3','¡ßQ×WÒœ‹í»ÄÄôZž!€d×I?~=Þ«‡6•ï\0j','',0,'?'),('u›êÇ™-WVº\\Kâ','wp-content/plugins/thrive-clever-widgets/admin/classes/Thrive_Clever_Widgets_Action.php',0,'çjÙr\r/³üçRpÏó','çjÙr\r/³üçRpÏó','›á\\BÎ›‚a@*Û~®ñ%	<÷‡½²®ô]>½›7½º','',0,'?'),('ÝB,ìµÌØ\nývºËQ”/','wp-content/plugins/thrive-clever-widgets/admin/classes/Thrive_Clever_Widgets_Direct_Urls_Tab.php',0,'¢¨””9×ù†Ûêæoµ€','¢¨””9×ù†Ûêæoµ€','ïu³‡¸²¼ÎÍqõ­müôåÜ\\?JîçÉ(l”7Ä°','',0,'?'),('ev+†‹h¤-~4á\Z08','wp-content/plugins/thrive-clever-widgets/admin/classes/Thrive_Clever_Widgets_Filter.php',0,'Ð±Eù­X+îÛ2»~~4h','Ð±Eù­X+îÛ2»~~4h','É^AhI™üFˆÁyç™\09ÝHðŸu„I/S¬d','',0,'?'),('uUÑ?êÄC¤r_ 0s|c·','wp-content/plugins/thrive-clever-widgets/admin/classes/Thrive_Clever_Widgets_Hanger.php',0,'6®’š“zÖ©êô/d½','6®’š“zÖ©êô/d½','AüÌñçú0¬MÏÁWž7Žº)`\ZYu@\Z|ÁØ UN','',0,'?'),('Â£]j¼„µ² Ðo`íôÉ7','wp-content/plugins/thrive-clever-widgets/admin/classes/Thrive_Clever_Widgets_Option.php',0,'ýÛò ˜ÂŽ÷[ÅR¶‰`Œ','ýÛò ˜ÂŽ÷[ÅR¶‰`Œ','dÈ\Z\'4ƒÉÒ¹=¶†¼°˜yºÓ€•Ê^hy2µEí^','',0,'?'),('ùð‰Ò³‰´~ñÆZKÊ','wp-content/plugins/thrive-clever-widgets/admin/classes/Thrive_Clever_Widgets_Other_Screens_Tab.php',0,'0ÝqúËjƒ´‚–à×B','0ÝqúËjƒ´‚–à×B','â‰é%òð4G(Y Œ§í@çÖu©É\"@W¢Ú­î–','',0,'?'),('ë(BK@\n{÷-d«¼róU','wp-content/plugins/thrive-clever-widgets/admin/classes/Thrive_Clever_Widgets_Others_Tab.php',0,'&NÐ½ôIºûŒ-Iïè','&NÐ½ôIºûŒ-Iïè','ÆÙ\06¥pÑ2Òw/)\rk¶’ƒmŠÔN¹ÙÅÿ%]D','',0,'?'),('Q^ú mõø„3êæ«lÑà','wp-content/plugins/thrive-clever-widgets/admin/classes/Thrive_Clever_Widgets_Page_Templates_Tab.php',0,'ìÍ2×ïTM;ÖÍ³\0\\‡f','ìÍ2×ïTM;ÖÍ³\0\\‡f','¾WYðÏßä¥÷Ä‘Ñ•Â!Vdo–\\<ƒìzp=','',0,'?'),('ÜÍÒk`‘~°òz_±','wp-content/plugins/thrive-clever-widgets/admin/classes/Thrive_Clever_Widgets_Pages_Tab.php',0,'¿éÙ.M=7)ßŽ\\DI=V¬','¿éÙ.M=7)ßŽ\\DI=V¬','Ô$Vóô=AÚ\'Q8éZÒêƒ]®PÅV)ƒòÖ=˜ì','',0,'?'),('*<Ç®lÞ¦ßBt•¨™eZ','wp-content/plugins/thrive-clever-widgets/admin/classes/Thrive_Clever_Widgets_Post_Types_Tab.php',0,'5©\0ñµa÷Äï	Ð\0ÈÝô','5©\0ñµa÷Äï	Ð\0ÈÝô','ˆ‡ª´Â›¸;¾Ç[¸º10’–´Êï2Øx³	Ü“Õ','',0,'?'),('Ly\rc3ïÞDEô²§w','wp-content/plugins/thrive-clever-widgets/admin/classes/Thrive_Clever_Widgets_Posts_Tab.php',0,'hW7¿X²ä¾‹ª‡V-£','hW7¿X²ä¾‹ª‡V-£','\n¸«GCè¹V`ÕNïÜòƒ¶gÀO0ÜkAÚël‰‰‘È','',0,'?'),('WÿÌ2DˆmPJË c\0²x','wp-content/plugins/thrive-clever-widgets/admin/classes/Thrive_Clever_Widgets_Product.php',0,'£ªQÚÄ\"”£\Z”{qZK','£ªQÚÄ\"”£\Z”{qZK','ŠÕf°Çõ·V¨»¯6×	.ÿ6ØæÃÜX²Õö','',0,'?'),('A>û‚6÷g¿¥äÆ—}í`','wp-content/plugins/thrive-clever-widgets/admin/classes/Thrive_Clever_Widgets_Saved_Options.php',0,'ŒŒ.öÄFSÔÜ‰lÐQâ','ŒŒ.öÄFSÔÜ‰lÐQâ','ø[X†a7—ŸlsÍ{¼“Nn{š7ä\'†%©ã^ã{','',0,'?'),('…¤…•©P=åâ9YS@ÆJ','wp-content/plugins/thrive-clever-widgets/admin/classes/Thrive_Clever_Widgets_Tab.php',0,'A-@§-˜<\'Ïô6ZÄcÈ','A-@§-˜<\'Ïô6ZÄcÈ','Ë’1È	Ž§\'öa_ë$zSÈuØ¬ÄƒnjË›æ¤Q\\`æ','',0,'?'),('ýw\\Ù¸yÚ©5Ó6;','wp-content/plugins/thrive-clever-widgets/admin/classes/Thrive_Clever_Widgets_Tab_Factory.php',0,'ª&}ÞBíþi‚Å»rD‹bP','ª&}ÞBíþi‚Å»rD‹bP','uíÆÍ¸{‹p\r‚K…j:üÐ¡ÅÍ´poåóDPQÌ','',0,'?'),('ÑñL4I*t3‰¡×®FÊh','wp-content/plugins/thrive-clever-widgets/admin/classes/Thrive_Clever_Widgets_Tab_Interface.php',0,'éÓCÕå3¨‰•imòp','éÓCÕå3¨‰•imòp','ry×\'T¦zªÂFi$ ºt;÷{\'1«±ÇKV}O\n¹­','',0,'?'),('Š»¦ÊkPg%ýÓ OO.F','wp-content/plugins/thrive-clever-widgets/admin/classes/Thrive_Clever_Widgets_Taxonomy_Archives_Tab.php',0,'VV)Ù¸Àn;ÖÄå™ñV®9','VV)Ù¸Àn;ÖÄå™ñV®9','S×quÉê1IŠr€¹.«^OÅYÖÔ,\'º?#‘¨ßŒ','',0,'?'),('ÿ\'¬nXíTÇ‹sŒ‘','wp-content/plugins/thrive-clever-widgets/admin/classes/Thrive_Clever_Widgets_Taxonomy_Terms_Tab.php',0,'[^-iIë!ÙYKîÿ\0I','[^-iIë!ÙYKîÿ\0I','yt@ŠÑurž3Ž(ïPf¥ƒhV\rzì{®»ùÈ€\r$€Z','',0,'?'),('Nöóg÷ó®¤ªzXm|†•','wp-content/plugins/thrive-clever-widgets/admin/classes/Thrive_Clever_Widgets_Visitors_Status_Tab.php',0,'·œ‰«t5Ý)ìDRÉCèf²','·œ‰«t5Ý)ìDRÉCèf²','«tV\"Ž†gÁÈ(E\"Ó¶<oPq)3D\Z>Jbå§L„ô','',0,'?'),('oWÍ\"œÜM8`_4ÐüŒ','wp-content/plugins/thrive-clever-widgets/admin/classes/Thrive_Clever_Widgets_Widget_Options.php',0,'pàD¥šgÎ}ó!ËÀ','pàD¥šgÎ}ó!ËÀ','ë@fŸE‘$AºŽ0:À£k`c‡éÔQÑI9«N¬ã','',0,'?'),('ºÉï)ýúê*£Ð(Z‚	)Û','wp-content/plugins/thrive-clever-widgets/admin/fonts/ThriveCleverWidgets.svg',0,'¬4œxrÂ/ÆDþÏ»Õ','¬4œxrÂ/ÆDþÏ»Õ','ô>6º?9éy/éN†ÖÐôÝí?×¾…\0ÎV~yñ¨†','',0,'?'),('½YèÚñ_ÌTE#kö[§','wp-content/plugins/thrive-clever-widgets/admin/js-min/admin-app.js',0,'Ï	v‚kxV«[0î¬«7u','Ï	v‚kxV«[0î¬«7u','m\\Ý3WTJdÔÏu#´¨Qºnš­·S\'­eøB','',0,'?'),('V¬€f ¨;kj¶Mü§;B','wp-content/plugins/thrive-clever-widgets/admin/js-min/collections/filters.js',0,'Pm0Q±¦Ò;\ráƒâ)«','Pm0Q±¦Ò;\ráƒâ)«','òÎ!02€wôyéÇdÿ!Žþ‘¿Ç{År¼%FcÝú','',0,'?'),('ìpÊù]èÀçTæ‰Ë','wp-content/plugins/thrive-clever-widgets/admin/js-min/collections/hangers.js',0,'² $0¿Žn(šò{Ù','² $0¿Žn(šò{Ù','o!Ù©Zý×½Vonª)u!Ž€¿­\nÕb\'§ŸPCÐ:','',0,'?'),('¥{éÑ*#%/-T·9y','wp-content/plugins/thrive-clever-widgets/admin/js-min/collections/options.js',0,'žü	$æŒ{\'~×4¶','žü	$æŒ{\'~×4¶','·¤¬5-a=uæîQ.µ°õx/ÇöÃ¸ˆ¾ÌI.–Ã','',0,'?'),('ó=sOògºX{~¥bŠ^¢','wp-content/plugins/thrive-clever-widgets/admin/js-min/collections/tabs.js',0,')|ÇkÉµO¸[þeíûX«',')|ÇkÉµO¸[þeíûX«','–³„n‘ZåRØE#\"ÍüÕgbë•A¶ëÓe','',0,'?'),('rýiVùÐOy°\Z°]F','wp-content/plugins/thrive-clever-widgets/admin/js-min/collections/templates.js',0,'jDõúYŒ¸ [Bë,±>','jDõúYŒ¸ [Bë,±>','ØS¬O(µ?“»éUµ”+}/Õtt·ÐØV\0$²-=	','',0,'?'),('A\0]Í‰ q£ˆm§†¬Ì©','wp-content/plugins/thrive-clever-widgets/admin/js-min/models/filter.js',0,'ŒÍ½E2@°{â÷’œA>°','ŒÍ½E2@°{â÷’œA>°','dQ¢%]R„$<q¬[YÍtÚ…Ñcáæ/PN¹èº½aÎ','',0,'?'),('†\'-Òÿ\0uÊÏ–ÃUÌ—Ï','wp-content/plugins/thrive-clever-widgets/admin/js-min/models/hanger.js',0,'„sI$„w„’qhþ','„sI$„w„’qhþ','¥BzóJ×ÝøûéD`ã­ÄEî²ÂØ¾´žšå!¢Pö','',0,'?'),('ýÉJš›óuú~Cš‹','wp-content/plugins/thrive-clever-widgets/admin/js-min/models/option.js',0,'¸–wøWiþW#Éõ ','¸–wøWiþW#Éõ ','ùsv	\Z^·´Pð¥É¸Õz²¥\nÖHËúDÎ\n;LÅ¯#','',0,'?'),('dÄ~žŸN93¥_t','wp-content/plugins/thrive-clever-widgets/admin/js-min/models/tab.js',0,'Hš#¿çæ8!<6^gbþ{','Hš#¿çæ8!<6^gbþ{','l*úÐ\"wÖÜ-ß£Š	9¯Ä-ú\Z\0qDu,ÚV\ný','',0,'?'),('(\nŒÓ÷ñXc6?cÛ	¦','wp-content/plugins/thrive-clever-widgets/admin/js-min/models/template.js',0,'šš*ãìa6³{ÂîÿÇô','šš*ãìa6³{ÂîÿÇô','ÖŒOIŽ\nmJ¦ºwóïêö„½3‰º(éÇ<š}d','',0,'?'),('ÐÚ]kCaž”nÇ_TÕQ#','wp-content/plugins/thrive-clever-widgets/admin/js-min/views/admin-view.js',0,'’Qú\Zâ1R)ä¹\0â¤','’Qú\Zâ1R)ä¹\0â¤','Ç¥·Ê©ëUˆ»²Ð\\º’ç	ëöa—,‹³cô¶ïÎ','',0,'?'),('—w:û¬1‡PÖÙÎYô¼','wp-content/plugins/thrive-clever-widgets/admin/js-min/views/filters-view.js',0,'Í”ù+(‘®#nÒ!Fñã','Í”ù+(‘®#nÒ!Fñã','ø¼ý•Üxv®~>é€m\ZÉ2à\nGss<gÏë-ßò','',0,'?'),(')©ðþö<Å2^“ÈÉHN','wp-content/plugins/thrive-clever-widgets/admin/js-min/views/hanger-view.js',0,'˜V2Õ§Øà=)[ynì6','˜V2Õ§Øà=)[ynì6','f³ÍiÕ`6Ë‰ê—!T±ÙíóñàúÆT{´’Cß¾','',0,'?'),('^\"€˜´eüz³…4','wp-content/plugins/thrive-clever-widgets/admin/js-min/views/option-view.js',0,'eùð\Z¢o—ëC7lÛ¹3³','eùð\Z¢o—ëC7lÛ¹3³','gVÃ$Â`!¬ÄBŒ©â¯nxÝ¶	¤!»Þ9?ïi5³','',0,'?'),('Â†¼“ÿ‹}.kúa‰W¸','wp-content/plugins/thrive-clever-widgets/admin/js-min/views/tab-content-view.js',0,'[åþñ0èÅ°×®³xÇI','[åþñ0èÅ°×®³xÇI','nêceñ¸†ædý¶õ{L§ÉÇeŒå~§³É|°','',0,'?'),('‹0é†üØ¾¥-J%„8','wp-content/plugins/thrive-clever-widgets/admin/js-min/views/tab-label-view.js',0,'%¯ÃŸIVNÚ­sgf™ø','%¯ÃŸIVNÚ­sgf™ø','o¦î þ­;OYWŒv,¢keLÜsEaÂ?“˜õ¤¯','',0,'?'),('9Mç‚E¨G´Ùš','wp-content/plugins/thrive-clever-widgets/admin/js-min/views/thickbox-view.js',0,'¿¦–	Œ´[ÐÐ­Ä¢XËl','¿¦–	Œ´[ÐÐ­Ä¢XËl','üQÞ’ñ¤ÌQÕÉGÜÎŠØ‚78^´üüí‘æbí*ú','',0,'?'),('é†–÷Ô_ç$bhHÄz´','wp-content/plugins/thrive-clever-widgets/admin/partials/thrive-clever-widgets-button.php',0,'¸‘œªØÿŸ2Èi²Ú©','¸‘œªØÿŸ2Èi²Ú©','S[·4“PÙgo_YŽå\\Žµé%ô8ôySØE','',0,'?'),('{ñOô«x0]>=vç?','wp-content/plugins/thrive-clever-widgets/admin/partials/thrive-clever-widgets-license.php',0,'Ä£ÎÅTRÙ³ñ\"%»Ø9›','Ä£ÎÅTRÙ³ñ\"%»Ø9›','ˆÂeßÍãª-Â×ÙÅÊ+ÿ½H‰*~=î‚‰8+¼','',0,'?'),('“)v;Ž‘xÞ·¡Ê,J\n','wp-content/plugins/thrive-clever-widgets/admin/partials/thrive-clever-widgets-licensing-form.php',0,'¡ÆÚ›TEmÈ~dXTFøŒ','¡ÆÚ›TEmÈ~dXTFøŒ','‡ûÿVçXÌµwOÉëûäìë^npvqÙ«4:G','',0,'?'),('üÔ’¦ýšq›ÍgÊß*','wp-content/plugins/thrive-clever-widgets/admin/partials/thrive-clever-widgets-popup.php',0,'ã½îÐ‡=öAEäÿ¨½š','ã½îÐ‡=öAEäÿ¨½š',',v“G…ŽUÞV-D\n-gnPx\"ÐÐ áñv>ê\"ÁÀ','',0,'?'),('óRjíš ÄEõg6”6^¥¥','wp-content/plugins/thrive-clever-widgets/database/class-thrive-clever-widgets-database-manager.php',0,'ØAÕÓù‘OÀ&yåu','ØAÕÓù‘OÀ&yåu','Nì„6º(+ˆtä@ªÈ_ùÜ&þ£T„æ&¾S¡Z¼','',0,'?'),('~ÆzÇ\n¼(È*@”2<','wp-content/plugins/thrive-clever-widgets/database/index.php',0,'™Óe·ø¢TØ½Ü’@¶X','™Óe·ø¢TØ½Ü’@¶X','ÿ~4¨ÐÆEü+½àº£ŽFFc°«·~«oîI&ƒÃ','',0,'?'),('e¾}Håë–0¡¬o|pe‘','wp-content/plugins/thrive-clever-widgets/database/migrations/autoincrement-1.7.php',0,'r°\\rÅu¼Ô.ÒŸ˜ûÓ[','r°\\rÅu¼Ô.ÒŸ˜ûÓ[','Tâ«šS^L~J£ÊÛÅ©W¬åò*-Ò\ZÅXÚ”M`','',0,'?'),('_ôÐ¨µGÚõ‚Û—e','wp-content/plugins/thrive-clever-widgets/database/migrations/installl-1.0.php',0,'wWd*Hf]k\\Ç”û¢°¾','wWd*Hf]k\\Ç”û¢°¾','<™çƒVÊ”\0ïNo§4Ê	 D+¸b Pæ·˜§˜G','',0,'?'),('e¦–„Ž4\r³ÛbE&','wp-content/plugins/thrive-clever-widgets/database/migrations/multisite-1.5.php',0,'ó ÑžHÊÇÆivä','ó ÑžHÊÇÆivä','Noa»¢&÷”Î.<kZ\ZÆíh5CŒ{ÛÓðë/¢¾Z','',0,'?'),('±Ÿ¿•*Ð\0üò¦5sÄ','wp-content/plugins/thrive-clever-widgets/includes/class-thrive-clever-widgets-manager-loader.php',0,'ùCëÇ}#ÿ;õíÿ:&f=','ùCëÇ}#ÿ;õíÿ:&f=','«fô0Q¦¥|db}˜W+4È¸öô\n™éÃb¼¢j','',0,'?'),('N>V­ÿîÒÇ¶°»','wp-content/plugins/thrive-clever-widgets/includes/class-thrive-clever-widgets-manager.php',0,'‡«úp²¬Öj‚a›­<q¾','‡«úp²¬Öj‚a›­<q¾','{ÛlÙ}g„>˜XÇ‡ô©MAîØ‘áÊ·ÚUŸ@U\'','',0,'?'),('`!êÒ•TvV„8¬N\'ò','wp-content/plugins/thrive-clever-widgets/thrive-clever-widgets.php',0,'Æ=ÅSÆô‹Ñ4³§û”','Æ=ÅSÆô‹Ñ4³§û”','taøu”ü’<P²¡]|x!Í‡’Umt|ø\rÈ¿¤','',0,'?'),('«ñ8•/}ªWD*uÂÏÜ}','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/classes/AjaxController.php',0,'#?‹…§gÅ4u¼×\'æþ','#?‹…§gÅ4u¼×\'æþ','ÆÜ¯FaæÖfM-ÔAÝÂÒurf)£}ó\\_QYä°}','',0,'?'),('Ç¦æëX’TÁ>ºÏK.¸','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/classes/Product/Abstract.php',0,'Ïó·²ÕÜ¬µ¨Dk¸','Ïó·²ÕÜ¬µ¨Dk¸','·{·×ßz»`éžÂú—M¼„T<k wTÆ/ƒÀ','',0,'?'),('õâ¸Œ×—BÊ„;»d±É','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/classes/Product/LicenseManager.php',0,'V†­ñv±˜\'\0¤^÷ï','V†­ñv±˜\'\0¤^÷ï','qj9~sZa œAš(í-±T¨©pÿl½Ûªeš*O','',0,'?'),('<Òo×7Ý)zf*Sdüÿô6','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/css/font/dashboard-icons.svg',0,'€å”ß„ÎlÍÿX','€å”ß„ÎlÍÿX','é!†¥v¶hfI8§ú#|sú`˜¨pU›™dGC	`Ç','',0,'?'),('x1|Y–rÿÒY•oÒáú¿','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/css/font/icomoon.svg',0,'|öL×µ¶¸~x#©Œ','|öL×µ¶¸~x#©Œ','4=õxŠž\"†„\"€VÇˆl1H³û2­¶wê¬|','',0,'?'),('æ²(§BÄò¦ÒûÓÕÒ\"','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/css/font/tvd-icons.svg',0,'ÝÛK÷jõü¯(Ç*·ùî','ÝÛK÷jõü¯(Ç*·ùî','ž\nÂk&c$D×ëÉ¿ÏÚPaÅƒîù¨²»J©šs=*','',0,'?'),('n>ž¯òqõ–‹~®Z ·ñô','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/css/images/paste-blue.svg',0,'\'	™Rˆ]ðWg¡b”¯	z','\'	™Rˆ]ðWg¡b”¯	z','š>G¿¦¾Gª\rEò=Æç…^¬¨)¾8ÅK=)°^','',0,'?'),('nCPªŠñxH¤qÈCÓ¥','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/css/images/paste-green.svg',0,'¢ˆ¥”™W½-¾±%|áBù','¢ˆ¥”™W½-¾±%|áBù','÷x®•íw\"Nj€pèæO(\Z ¿ÐŸn\\Dñ€','',0,'?'),('$ÄØ|)\n«&o®ÄdÓ-','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/css/images/paste.svg',0,'ïÏj[Ed#@ßV\"@l_ê','ïÏj[Ed#@ßV\"@l_ê','wÞ5ër\0õj}2éâ<8¦Rå±¢Jå¯Ð‰OM¼t','',0,'?'),('á#¦¡S\r:³Dy”=z','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/_crawlers.php',0,' -^b€s¹”f‹)‘i',' -^b€s¹”f‹)‘i','6¼2¡ünÂß~*\\;ß`i\'ÝùaþKlÊÊŽôí','',0,'?'),('Î\'rg‡Öl=ü†5v½e-','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/access-manager/class-tvd-am.php',0,'ªÐÀo¯ ²\Z{×WRÐß','ªÐÀo¯ ²\Z{×WRÐß','¿¸Ü$™ˆÑÈ;?su™l—p6øè˜¡|lÏÿv&„','',0,'?'),('+sºrâÞ²Ú`ÆÕØlÀ','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/access-manager/includes/assets/css/am-icons.svg',0,'tLò=|ÁÅR—–jlÉï','tLò=|ÁÅR—–jlÉï','Ùæ’ùü7ÖMz_D°±m¡cY†Ud×i[£ÈŒx.Ì\Z','',0,'?'),('¸“ÿ‡Yäæ¿ôÕlšÙ‘Ý','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/access-manager/includes/assets/js/admin.js',0,'Ö$5—¤k’÷O\\•7õ','Ö$5—¤k’÷O\\•7õ','’ï‰ˆ¥FGèÇhÅÇOWÆîþx[„ö»’IŸB`4&x','',0,'?'),('¹…!ÚA¡:ÒÎ+Vtàu','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/access-manager/includes/assets/js/admin.min.js',0,'¼ùÊ{··§y»\'Ö6b','¼ùÊ{··§y»\'Ö6b','þ°_Íå´Î—$µù“4G”ž«5Å ÒY«­','',0,'?'),('ñÊ,Ó;kþÅ¾?DÄÅ÷','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/access-manager/includes/templates/access-manager.php',0,'›žó€yÝíFƒž4@‰Y','›žó€yÝíFƒž4@‰Y','\\qÈá;¥6ÚœNƒŸXÚ6~+l -b’7ÈQØðæ7Ö','',0,'?'),('^*ÝNÆØò= \"½ø','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auth-check/auth-check.js',0,'Ê6ý·¹oÊ´—‚•Ô)¨°ÿ','Ê6ý·¹oÊ´—‚•Ô)¨°ÿ','\\eW€»zý7û6÷£J+Ýˆ×u$·êÐ¸ÿ¨0Z¾Èg','',0,'?'),('Ñ«q²¿äã¤ð‹Ö¡i³v','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auth-check/class-tvd-auth-check.php',0,'ÏÈ=÷ÙÇ½MÚ±‹tÉ¥b','ÏÈ=÷ÙÇ½MÚ±‹tÉ¥b','M‡ïE	äÚ¶Ïê‘2lŒs¥™kXËoEÇÏª3#','',0,'?'),('U{ßè‚·<-lÙ™´‚TÈ','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auth-check/handle-login.php',0,'«Pçv3éÄ±ÿ‘','«Pçv3éÄ±ÿ‘','÷[DòŽ\rS¢8¨hÑTM¸0\n7MñU#&¡R\ZÓ','',0,'?'),('$zÿÿ\\„™ÀÂ›_‡u©','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/admin.php',0,'=mªu×I–UyyùMn…=','=mªu×I–UyyùMn…=','b‰€™K‹Q|æÍIæ9å¿‹þUM.«ºE ‚Ó¿','',0,'?'),('9TíAÁµ²>^Ýí’Ÿ','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/api_log.php',0,'Ü<ÎŒòùí0\rèwª','Ü<ÎŒòùí0\rèwª','ÍcXoƒò\"¸à(ª@&±L;´3T½}èzS?Žw','',0,'?'),(' ¨ÿ\"Þœ*œcOy¦ñ‰','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/classes/ApiVideos.php',0,'µlr§öGÀU@ÍŠ{Véê','µlr§öGÀU@ÍŠ{Véê','Èlî\rÐ!:Œélñª-º…8ApØ\n9 ²‹9Ž¤V','',0,'?'),('vÖVhlóïÐ!¶©-ËÞ)S','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/classes/Connection/AWeber.php',0,'<ñÛ‘g¯ƒ/e¬äCé¸','<ñÛ‘g¯ƒ/e¬äCé¸','µ6 Ÿ“U„¡˜ïê™†˜š÷(_=D7ät],A©rø','',0,'?'),('©z˜Y|®^QŠ]ÛF','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/classes/Connection/Abstract.php',0,'Óú’†˜·è™ã1æ†A—¾','Óú’†˜·è™ã1æ†A—¾','³²ZA{ë‡Iu?…4‘_rç¶¬\rÁ>“Ü””Q9æ','',0,'?'),('B@,eä45òd‰¦$þ','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/classes/Connection/ActiveCampaign.php',0,'Ö\r¤`WWÔJZiI™¦','Ö\r¤`WWÔJZiI™¦','aÓmD­‘ó=±¦Éõ	-?‡Ÿ«CˆÃœvÐÉT&†£R','',0,'?'),('#((ûÌºN,©!r`','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/classes/Connection/ArpReach.php',0,'³í,%Îð¼Ñ+Yëü¤„','³í,%Îð¼Ñ+Yëü¤„','ºþd¢;‹Ú„ÎõyÜuX4ð¨\n=¢C»áz&›pl®','',0,'?'),('S*sŸøÁ?hë) l–','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/classes/Connection/Awsses.php',0,'Š×|ù«þ9ªD\"ív\rÚ•','Š×|ù«þ9ªD\"ív\rÚ•','šâ™Ž|§çÀí¦Ý(¦ ¼)Ièê–#*œ7%','',0,'?'),('2¤°[˜ÌéÐæ ­!…','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/classes/Connection/CampaignMonitor.php',0,'ã¡D—Î@í?Pˆ/á7¤$','ã¡D—Î@í?Pˆ/á7¤$','ÛƒW-ãß¨ú{]£~Ü·„á_†}míaÁˆv›Ÿ¦','',0,'?'),('¡’—\\ÚUªW¥=îº~…','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/classes/Connection/CampaignMonitorEmail.php',0,'[OVÄÎði‰Äàh•ðÌX','[OVÄÎði‰Äàh•ðÌX','ØnëÚ„‚!\Z\\ZúY/ I¢¿/-NÀ¶å´¿ÓŽC','',0,'?'),('Ž+©“Ö¸ãæ#t“!n','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/classes/Connection/ConstantContact.php',0,'¬ët‡w>ßmÁ*ç[ý›¡','¬ët‡w>ßmÁ*ç[ý›¡','6Ó`ãgp^~ëÇ}¶µ¢%¸ŸzÎ‹GÔ÷i¡\"ê-ƒ?','',0,'?'),('Eò\r÷<á!†\r·©FŒà','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/classes/Connection/ConvertKit.php',0,'¦Î ‘hîZ.„”>$’²','¦Î ‘hîZ.„”>$’²','ÏNR‚\\h\rîÕXqOµ!F\"0Ùñ÷}ÙC®õ>çRLœ','',0,'?'),('š¨zþu¶º’±o	OVm','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/classes/Connection/Drip.php',0,'¡”jÏ4‡þZ¢~T§ç','¡”jÏ4‡þZ¢~T§ç','Ž¯È~ÑËŠ¾AT‡¨»¡ë{µ/¢Û%–*','',0,'?'),('Ÿf_\ne	ðLIhxc±k','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/classes/Connection/EverWebinar.php',0,'ÕH4ô¢òþt¶\"›F9×)','ÕH4ô¢òþt¶\"›F9×)','+zÿ¢ Âã.öl™Q¤RÍšj™x‹ßÛxs´9àû$','',0,'?'),('Y&RI\'‹={¡Vº<Ä—','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/classes/Connection/Facebook.php',0,'¾	<‚FØå»d\nú ','¾	<‚FØå»d\nú ','q8‘’=B|ŠIRbŽ1ÎÈQ5°õ€XÔíÈ@»{æ','',0,'?'),('<nüiãL·æ&èÐŽ°†','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/classes/Connection/GetResponse.php',0,'¢“\nÜ-@=Và83&]','¢“\nÜ-@=Và83&]','„™ËKiNï{G”z™\rëoàä6*¥Ì+J-GÇw€4','',0,'?'),('©ÊN©³œ‚œÞüXûG','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/classes/Connection/GoToWebinar.php',0,'cÛ?L³Ê¯t9©å³­—6','cÛ?L³Ê¯t9©å³­—6','3U1%šnœyþµÚÅ¦ÅWºA^ÍiË !®,µ¿C','',0,'?'),('‹ë’Û‰…»cÖÕP±…	','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/classes/Connection/Google.php',0,'Q;¥ºšRJµ-Eyû×','Q;¥ºšRJµ-Eyû×','ë/ŸÅÎ]Q#OË6?HSùúÍÚŽ’<h5Ö+Ñã×Ûø','',0,'?'),('ø+-•)+D.-o ^§’','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/classes/Connection/HubSpot.php',0,'\0îf0\rýû\")Ò½rÔ¯T','\0îf0\rýû\")Ò½rÔ¯T','\"åL5™’V_™lL“¥¶ RÃÆ.Ê„¾Jöß\"pà','',0,'?'),('¿4Ámp™äæÌ[â–)&b','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/classes/Connection/Infusionsoft.php',0,'IŽx•ÑèÑHÜSæÍÊ_V','IŽx•ÑèÑHÜSæÍÊ_V','6{[>ï×3)rÓûËhË-³>u£c×™ÔŸç†.Z','',0,'?'),('\"ÊLSÿ½ÞHN{£Á#X','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/classes/Connection/KlickTipp.php',0,'½1ƒí\ZCqÀª5eßë','½1ƒí\ZCqÀª5eßë','É!ªS§Ü×0Z-þUë\Z·)[BÕÖ\0˜æ3„ÊpPP;','',0,'?'),('i–­Ÿ|‰-ß»hxN„ò','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/classes/Connection/MadMimi.php',0,'°EI9XÏh­b\\0ÒE”É','°EI9XÏh­b\\0ÒE”É','rq8Ï(µ¥•õ´×/î)RBµ’ø‚ÿ=Mý+ÙIqy','',0,'?'),('ySDÚ?,…Ü÷)ÛQP','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/classes/Connection/MailPoet.php',0,'Jót²CìiCú\"0ºx','Jót²CìiCú\"0ºx','xøŒc\\ý¢5`æ€Â8¿8;‘À{ˆ\r²“T','',0,'?'),('é-€~$kþšVùdÌœ²Mn','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/classes/Connection/MailRelay.php',0,'#Žq§F3\nKÃâSyéÞ','#Žq§F3\nKÃâSyéÞ','Ý‹:o1Û¬Á3Ï+\"¯Œ)–Nß¨V|c¡á¤f2','',0,'?'),('=98ãÖC/è[ý“Äú—ÿ]','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/classes/Connection/MailRelayEmail.php',0,';µSÞ¿þpJ¼/	³U7Ö',';µSÞ¿þpJ¼/	³U7Ö','¤~±Ú?7…®”’,`5ÜYÛÆ.$	uÅšMø	Ù’þ•','',0,'?'),('q½=	q¨…±÷HI7ž–','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/classes/Connection/Mailchimp.php',0,'Â£ž¢å«ÃGcÝJõˆÕ,','Â£ž¢å«ÃGcÝJõˆÕ,','T;1³\03ÊÐŸÉ* ŒÄÞ?Þ$Zfx%ÖJ­œÁØ¢','',0,'?'),('9®eÒŸŒÿ1éËró‚„[q','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/classes/Connection/MailerLite.php',0,'\rª8{›ÆnÑ»‰ß\0ë{','\rª8{›ÆnÑ»‰ß\0ë{','K‚¢H{…©M‚/ŸÓ\ZÅ¢0gX_{L|<îóÑìNB','',0,'?'),('£Û.11\rVÓ–ÅcYÍ','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/classes/Connection/Mailgun.php',0,'ƒÑé‚â¼ù>xëÏ¸=','ƒÑé‚â¼ù>xëÏ¸=','tüCâkiŠò\\œYäÄ#•ßF_\\sUÈ«,f•jñ','',0,'?'),('\">Ú(%|H5¨ÇÁ˜ü','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/classes/Connection/Mailster.php',0,' 2P=Ë?\"\0™',' 2P=Ë?\"\0™','h‰Vì	cÊ‡}7XÏOôÒb=-Û®äûÏ|XËY¨','',0,'?'),('-Ös4ïn8¼ãF','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/classes/Connection/Mandrill.php',0,'¹ÄÛÂBè5¤ÆpWÙâ“','¹ÄÛÂBè5¤ÆpWÙâ“','­ç[2Ë×BTV=gÃ9ÈÜý¼ÀÑ ©9Ä3ú áE\0‹','',0,'?'),('ÿgÂ®Ï¶±¢Zæ¨Zª','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/classes/Connection/Mautic.php',0,')SU\rŸ€~Õw|ä$',')SU\rŸ€~Õw|ä$','½_aRwd~4ÙlRZY-ÙùšFª×Ä«öjFÅôÉ›','',0,'?'),('bÓLÃ\0ù×d.ÇuðúÕ=','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/classes/Connection/Ontraport.php',0,'Œiê`ƒN‚)V¤h“','Œiê`ƒN‚)V¤h“','ÏDY©g>ÌÑ3À°l^÷B€Xu³yÜòûÜŠIK²õ','',0,'?'),('HpÿZ\r|;“Z…Â)','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/classes/Connection/Postmark.php',0,'66\'JåÎ˜¾òçÁ`KÙ…','66\'JåÎ˜¾òçÁ`KÙ…','T†`ð;R*{èæœRd/¹ƒN„ÝÝô·Þç°ƒ÷\Z','',0,'?'),('—¼Qxÿ!éå0£?eÑ&-','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/classes/Connection/ReCaptcha.php',0,'O·‚ÑEŠþ6æ™ÂŒì','O·‚ÑEŠþ6æ™ÂŒì','U‡ÁêÉE\n¹;®©KöËÜk&,ÝBÓXºàð‘8¶','',0,'?'),('ŠUl€úpü\ZHÑ<¹­ˆ„','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/classes/Connection/SGAutorepondeur.php',0,'GÂüJnÜ,Ž1.O%;¶_','GÂüJnÜ,Ž1.O%;¶_','ËZÍñÑßùsBèœ;¹>gµ˜zÂ$ÛG|Ö&&3Z','',0,'?'),('ë\nE÷O{©	&6­KÎâ','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/classes/Connection/SendGrid.php',0,'§L¤\nõ^£§ÏlÞ¤j','§L¤\nõ^£§ÏlÞ¤j','1Ž¤åYÕá@±*7©Î»P3MŸH´˜ùwggâ','',0,'?'),('`)‰‘#óMÃãÇ©}ÚW','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/classes/Connection/SendGridEmail.php',0,'®WWÉñm€k*à}=*‘h','®WWÉñm€k*à}=*‘h','ëÙ•|ÜËb$£ u§ËhGRí¿\Z‘÷ˆ]ª®[','',0,'?'),('®/ðîãÈ7ú—kF ¦','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/classes/Connection/SendOwl.php',0,'íìüO|møúŒ„ø¦›\r','íìüO|møúŒ„ø¦›\r','¥F¨c_ëy—@åÌº¨Õ±½\\ÐÁ=Æk	]¦>Jõ?p¿','',0,'?'),('«ö0ÿ¿…¢ÈÑ¦(T³L','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/classes/Connection/Sendinblue.php',0,'ÊëfÁXzn¸)_dµ~Ë¬','ÊëfÁXzn¸)_dµ~Ë¬','N a#“^i+è\0Cõ6¸4˜˜âÒ}tÃ÷+g~®','',0,'?'),('¬}£0Ê\Z«æŠ°¼','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/classes/Connection/SendinblueEmail.php',0,'ôøŸ{‹4÷Ï‹ˆ\'žr,<','ôøŸ{‹4÷Ï‹ˆ\'žr,<','­ìt©­~3GÀ÷Ú{£ýDVìµGh—‰¢Kñ=¢ä','',0,'?'),('ö°åÓ¥Ú„€Ø\"FûŠ&Ò','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/classes/Connection/Sendlane.php',0,'r²v AŸÍŠœ×»+äó','r²v AŸÍŠœ×»+äó','OyÇ=½dWw6nË7ƒŒO3nwÁ§N\rñ_Èæ','',0,'?'),('ªË˜ZWÛÜžâÆþÔà5','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/classes/Connection/Sendreach.php',0,'lí[0»mˆµðË5ÔÁ`f','lí[0»mˆµðË5ÔÁ`f','ÀNýµRÉÔ‡~\ZJÛ«ŽÀoUÃ.ùìBmýü¬c','',0,'?'),('_„8nt%!É1íc¬ó™Ô','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/classes/Connection/Sendy.php',0,'±uöz1³úx¦ð1_»H','±uöz1³úx¦ð1_»H','_äñâ=+80¨˜ìo´¹»¦Ìôñ^ªâ…‹\r<í','',0,'?'),('¹ÜË¦‹ï¶_\0¤J','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/classes/Connection/SparkPost.php',0,')CÑ´5Hm	h5mæ%Ò',')CÑ´5Hm	h5mæ%Ò','Gã\'…ŠêkG503:¼EÏZÝ_ªëÃÆå£ü÷ˆôì$','',0,'?'),('ØÂî‰¹Z{³xP>','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/classes/Connection/Twitter.php',0,';³|æP W¢ù»GŠr¿',';³|æP W¢ù»GŠr¿','>ä:…Q=¸r/ƒRDr]gëº^&tt´S{®¨B','',0,'?'),('Zª¹!U7>/Ë±|;lÑ°','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/classes/Connection/WebinarJamStudio.php',0,'Õí_=Ð\r(j_­s','Õí_=Ð\r(j_­s','>’îë¯‹GWÔBWÝÚ·²œÃšU«Œø‰8œžêÛ7þ','',0,'?'),('‡—ÄÃ‰ûÖˆÄó×“£Ì7:','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/classes/Connection/Wordpress.php',0,'Ñ\\xâiªûõùRhh¾6\n8','Ñ\\xâiªûõùRhh¾6\n8','û9œú—×¿ð6Xå£9²Ê±T(„Å›øê§íª','',0,'?'),('Ð-9@—Fã:÷ã¯Å¤Z¢','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/classes/Connection/Zapier.php',0,'®&šú3GùâùŠip¸²','®&šú3GùâùŠip¸²','ü t¤²Ù;ýûÜ]¼GÎ¶†+V}l×oçãè½°ü','',0,'?'),('$~t>µ{Vžì€¯ê+/»d','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/classes/Connection/Zoom.php',0,'Ísxj|×”×Î¨„åhÉË|','Ísxj|×”×Î¨„åhÉË|','bÅÿ.)‡”Ø€yYØ†…» +ÄiT£XIF','',0,'?'),('íÄÇîbÂý1oj-ð#¢','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/classes/Connection/iContact.php',0,'„POe>3¿È|NÀd*£c','„POe>3¿È|NÀd*£c','i½&Ï÷©¼Ïq\"ˆ¶N.»œ¢\\Î]¿£ÔA5û~¸À','',0,'?'),('¥ªÙ^…÷©Å‹O©','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/classes/Connection/v2/GoToWebinar.php',0,'Ë~¸	\rÓj\r¬Ä¬jÖ_Ì','Ë~¸	\rÓj\r¬Ä¬jÖ_Ì','rBÍ-Îgó†¼™\n’9½ôã´ðf÷K3Ds¿}w_“','',0,'?'),('²÷KXþ˜n	?ÏE¬X','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/classes/Connection/v2/SendGrid.php',0,'¡Z\\ì€°t‹qÂR&','¡Z\\ì€°t‹qÂR&','ÃÁ—ýÑ“Ødm(!žµ÷Q’.\\ÚÚÓQ*Á¡°rÂÎ','',0,'?'),('@ÂWÂ)u—¡¶­¦_','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/classes/Editor/Controller.php',0,'Èoßð·÷GõŽÜ ëÅ','Èoßð·÷GõŽÜ ëÅ','šÕÅHÓè˜Ír„ï¶ÄyI¶q/c¡v¥ìQIž*\Z“D','',0,'?'),('SôÇÄ¡»½ÿ(ÀRU¢','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/classes/Manager.php',0,'.[ûêvÀŠ¢“1efÇl','.[ûêvÀŠ¢“1efÇl','¤\ZLnX9òªpcº%f,ÊeÚžõ–v^Ýÿo5ø','',0,'?'),('Ö­Á=T¶æ¥îüÑÉ§','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/Base.php',0,'+„&…Å®65©àÄÿi','+„&…Å®65©àÄÿi','p²¤Ê‘ƒÉ6K:‡\'ƒ:2Ìýþ©~â%ýÃª8Ä‹mû','',0,'?'),('à¸Ïaÿ]T—ŽªH¤Ããó','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/Collection.php',0,'N$IÖF#;Ñ•¡“B]','N$IÖF#;Ñ•¡“B]','ÞçBqôVaÓ‹š‚Ž·\0Öõyyû.Pð5‚ûì','',0,'?'),('Èç§‰F9¦“IâBNe2','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/Entry.php',0,'Ø¿e#ª¢ Ïý#ÚšÈ›‡','Ø¿e#ª¢ Ïý#ÚšÈ›‡','x¦É…ŒaZ*6-&ØIÈ±y.-xÊ·uÑŽv=ó%','',0,'?'),('{$…qk\Zx\\Yé˜7²ü','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/EntryDataArray.php',0,':¨‰;Ç€XI²ã7»Ü',':¨‰;Ç€XI²ã7»Ü','´˜µò%¸P¦Á$¾Õ—UÚæ©‡#‡WRná¥y','',0,'?'),('L¶_)^mn´-Ö®¢¼','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/Http/Response.php',0,'84Õ¼Få6fÕem¨','84Õ¼Få6fÕem¨','æ7ˆÍÃ”sÆ#àõ‰‘Ê;§\Zà\Z™ä0¨$','',0,'?'),('0«dÅºP^\'“ûsh}¯','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/Oauth/Adapter.php',0,'™@t33cYÃ¶úí_…','™@t33cYÃ¶úí_…','Ñþít¦™—a!gŠ&åŒ|E¬IÈˆbêGÈ','',0,'?'),('â	žRÿd@²ÄŠÊ@1','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/Oauth/Application.php',0,'eÕ&AãX ¯>ÿUØ“N1','eÕ&AãX ¯>ÿUØ“N1','Ø”rŽê–ÃðVÎ§s\"†ýu	\ZóxÛqÉ}¢ƒÝ%Ž','',0,'?'),('¡’,ß\Z /q®J&~¹j','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/Oauth/ServiceProvider.php',0,'öT¤øïã#·N¯ˆÈ¾','öT¤øïã#·N¯ˆÈ¾','‹?.ÛÞoÂÔI›‡´È‰fÊŸ²yw4ÎÖpÅ7','',0,'?'),('oê;‰g™/br©À*Çw','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/Oauth/User.php',0,'¾V›Fþtÿ„¼}‚Öet8','¾V›Fþtÿ„¼}‚Öet8','“sœ2eårŒ’G?¶i—ÔP¡ìf…eþT$½26ë','',0,'?'),('½ÅóÿÅ®ïuãì','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/Response.php',0,'›û±\\Ò”´Þ7.ø‘AiÀ','›û±\\Ò”´Þ7.ø‘AiÀ','€R»„zàš S¥¶lÀFÍ!É¶§0°Ðz×Ø,‡@aA','',0,'?'),('é¡y´g°x•]6ì`\Z-','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/ServiceProvider.php',0,'P£™©†•ôFrÙ¸GÄF','P£™©†•ôFrÙ¸GÄF','\'vD‰kŠôfŸ–é½™1Û®Ä¡‡h†8ˆ®9Žþ','',0,'?'),('ÒáPXë_7±Åvâ45ÓQ','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/exceptions.php',0,'Q™©šeoâÙaÎñîrÛ','Q™©šeoâÙaÎñîrÛ','Ë1¸Ì·Kl®á»$Ž…äØÌ}¯ê¡jfžŒµ¡!','',0,'?'),('ýÏ]fÑ,ÉÅ;Î¹è	B','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber.php',0,'{NŽ‡DÄXM³{s¡B»W','{NŽ‡DÄXM³{s¡B»W','*IÅÏcÏ”ˆ‡K+§Rê¯ì±ŽíqoúŒ€ª»]$sÿ','',0,'?'),('ž–Kg9ä@7RUŸè','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/ActiveCampaign/Exception.php',0,'Ð;.@1¹¥æŠå(Rüà¯','Ð;.@1¹¥æŠå(Rüà¯','v%#{/¸v<X°&3r’¹µÖ‰=Äÿv¹lîö\\','',0,'?'),('	M¤gEÆÿë‚jHq','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/ActiveCampaign.php',0,'z<Ç¬ƒ@à§¾','z<Ç¬ƒ@à§¾','õçãvÄGv”xÉ… ®àŒìÀâÏñ:qÒãÊMm«ý','',0,'?'),('ƒRþ\nEÇp˜î 9’','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/ArpReach/ContactException/Exists.php',0,'”\"±óí8Ij4Ûm÷–ì±/','”\"±óí8Ij4Ûm÷–ì±/','Fp:—øë½kOmçh+ªð‰êúrªôí²dLŒ','',0,'?'),('íJwÛ«\'˜:œCEg\0H','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/ArpReach/Exception.php',0,'Êç°Vû~n®µ|P€¸','Êç°Vû~n®µ|P€¸','7óo¦…™76’‰S«¸ÞÚ|VãWÕz¨fÏg©õó','',0,'?'),('§1nÐc=#Ã}½ùty','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/ArpReach.php',0,'*6¥µOß¥Þê·4\'žÍ/','*6¥µOß¥Þê·4\'žÍ/','ÊÊ\"cºçÜî£¤¡¦ìÁóÊPZÏWQ}zjÉ‘x ','',0,'?'),('?[ÞLj	°ã•‰íiq\nÓ','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Awsses/Exception.php',0,'¢¯í™TÈsQ^ëØAŒÚ','¢¯í™TÈsQ^ëØAŒÚ','ú\r+°&¿Íéà\Z`ˆë\"šÌ•\\^çHÃ »2C','',0,'?'),('|îRªÑŸÔ§¥\np‘³','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Awsses/SimpleEmailServiceMessage.php',0,'ˆ‘3@€Ÿ]h£·Ž«','ˆ‘3@€Ÿ]h£·Ž«','JÈXv)\0:²|Z>¨„7–V¾¨.m—ð¤ç6|ËÜ','',0,'?'),('zôâ;{¦›W-N<é','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Awsses/SimpleEmailServiceRequest.php',0,'d!\ZevÏÓƒ ILîÄb','d!\ZevÏÓƒ ILîÄb','i£¸/U¡p<¸	ˆœøšr]›¢1a±“êô=¡P','',0,'?'),('\\S\0®\"*’Ó×ÛÕZ;','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Awsses.php',0,'áÙ½d~òHaŒ÷¦½¤*º','áÙ½d~òHaŒ÷¦½¤*º','¤F›‘þ³ÁÑeÙ³vW)¿WW ØE²Sy›ÿ•M,ˆ','',0,'?'),('ªú\'…K´ŠÎW2%Åv¿','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/CampaignMonitor/ClassicEmail.php',0,'£m¦©A‹l„\rÄ\ZC;IŠ','£m¦©A‹l„\rÄ\ZC;IŠ','ú 0ß©Ó¿w¸Kƒz9ØÊÀ¦›Eù²Ît Ûˆeµ:','',0,'?'),('ëØ¢fäy?µf¡åGÀ\0','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/CampaignMonitor/List.php',0,'ºÚi)jˆÝ€Œþ-ŒSo','ºÚi)jˆÝ€Œþ-ŒSo','Ì<fš ~Ñy2ðµç¤¹;,ÏÅÉ4ÆÓl‹&','',0,'?'),('n‰ëüEçAÀ	QÕQšÌ','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/CampaignMonitor.php',0,'ä”?~u,Üi;+ç·L\0E','ä”?~u,Üi;+ç·L\0E','¾J{ó‡~YôŽ-äâ–´JÅbå)Ó{CŠÕ3–?)q','',0,'?'),('SáuþÜ\'©\\r<\"(™','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/ConstantContact/AlreadyExistException.php',0,'C(všƒÊ5x®¡c?t+m','C(všƒÊ5x®¡c?t+m','*—ž|ÎŸÐ55`%jœÏ\r›Æ|Y^jE^‹¬Y¹†’','',0,'?'),('ìV#õÁC¥„ÃFñ!\0N','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/ConstantContact/Exception.php',0,'éÀ ”è*þºq½¡®À','éÀ ”è*þºq½¡®À','ù.ƒ½ª¸U”tðò¾”ÈöŒÙô¸yÌÂÍ\'ó~{?j—Ö','',0,'?'),('§ê²äB4îUñßdÉ}ÞH','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/ConstantContact.php',0,'è]e‰cù-«¤9¦Ê','è]e‰cù-«¤9¦Ê','ÃVåüFTª… \"ÑD91âÆ÷\Zø=7ßœ±2ø™','',0,'?'),('œ}ê½„™JBÆ?¯®åè3','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/ConvertKit/Exception.php',0,'Pù]FQÍ›¦µä’r—Æ6','Pù]FQÍ›¦µä’r—Æ6','œ [ûÆÕ;ecSBšÁõ\\4ý`Õe™bä¥×{8','',0,'?'),('Í›ÁGp6zã«‰1iõï¾','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/ConvertKit.php',0,'ò>üx#Ž?Q¸·^•»s5','ò>üx#Ž?Q¸·^•»s5','0FÏsR>•û´J÷-§Ð8¶9Ó]óèrj*B¿ô%','',0,'?'),('³¬‡s¥°Òá®v9îD\ZÅ','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/CustomHtml.php',0,'ò„.ög°uÃ“vHMˆ','ò„.ög°uÃ“vHMˆ','3‘±o*[» m	ôÁ~É0Ùžxy8JQCe²ËQ¨Qê‰','',0,'?'),('(‡QH¥Ð¶¢í‹¶†¸‹','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Drip/Exception/Unsubscribed.php',0,'Z~Áft!mt—\0*','Z~Áft!mt—\0*','ÙÁÄµ®i!{MÐ,Ë£aÞwô3ß8Ô¤Â™ç	²3Š','',0,'?'),('SzY’Ÿ7ãÂÏZ°!u','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Drip/Exception.php',0,'Pª¸÷ü“äÙ‘â¼a]ÞJ','Pª¸÷ü“äÙ‘â¼a]ÞJ','˜â“¶£wéCþ(’	>9‚‘ÁÉ‹,L\"ì*','',0,'?'),('.† ª!”:Ìž$­V‚','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Drip.php',0,'Ál›’ê·ÖŠÅçmÈ.˜L','Ál›’ê·ÖŠÅçmÈ.˜L','î!\\Îë’¼äãhƒœ.ãhH’HKºžþCwÐ Âd','',0,'?'),('õÇ[¤°Ãû3X*¯âÈ†','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/EverWebinar/Exception.php',0,'Tôã.õ\0uîie½Ò','Tôã.õ\0uîie½Ò','þ¯1rè…Õ½aGkDÄ†0½K&‡Æ’%7!WõF­Â','',0,'?'),('Ü\0®A™²Þ‘OšOU¢ª','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/EverWebinar.php',0,'®b(¡m2\0Ûá¥Y|ì2D5','®b(¡m2\0Ûá¥Y|ì2D5','…¨¾)T>¼Ïë×Ö\"|–ðPÁ<åáñÆ]2Îg','',0,'?'),('+ª§I|\0?ùñ°ÀL#','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Facebook/Base.php',0,'Á&ûó:t´H´áW¾Cm','Á&ûó:t´H´áW¾Cm','“¾é–`ªÅ‰V;\n;ò®ßŽV,n8’\Zúœf\Z','',0,'?'),('›ñ(åb\ZÅ½‘%+1o','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Facebook/Exception/Exception.php',0,'¹‡Ù†ÈÆJÀ%\rÔC‹','¹‡Ù†ÈÆJÀ%\rÔC‹','oØâ·‚\' U‡õ/cw¥Óšõ\r`ìœ§£Ü¤%SU®','',0,'?'),('õ™ÌÑiúOQ…Ý*Ø','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Facebook.php',0,'\r^~È· 4RÐ³½õ–,','\r^~È· 4RÐ³½õ–,','õbžŽ˜M0ãs	y÷‡)ÿŒ&ŠS¦W³£íw-Qh#','',0,'?'),('gVÖ¬˜B²’ÙQ‹…','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/GetResponse/Exception.php',0,'V£»÷Ú«ÈæÍ²å¢VS3;','V£»÷Ú«ÈæÍ²å¢VS3;','Ü²¾·\0ëû8¾ù‘)ìÈPU©j…yAÏ’ÕvDU','',0,'?'),('—/ ûW\\+|˜U¶(´','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/GetResponse.php',0,'ÚLÆ#Yû¦[ÚDó ±öä','ÚLÆ#Yû¦[ÚDó ±öä','CL	³—Ž†?æ–:E0œÉûêí^ÂŸTˆz£°[','',0,'?'),('I\\‘¹tL+Œ£›Õ°','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/GetResponseV3.php',0,'˜ß•`UZ2¢ø¸ò&áH','˜ß•`UZ2¢ø¸ò&áH','*f¦Õ)¥KdE†Q‹L>aÖ7dT®x\0?Lö¨','',0,'?'),('‰—\'›×²3>+6€9','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/GoToWebinar/Exception.php',0,'=†UqcÍH¨!ïôf½','=†UqcÍH¨!ïôf½','ñpYú}2YzôSªXës\\–PqíÛÉ|š&Ç','',0,'?'),('GbÆºû‡êð]¹eµþî','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/GoToWebinar.php',0,'ßøõÇ¬¡’½MçÂÑÌ','ßøõÇ¬¡’½MçÂÑÌ','Å†\0.ÌìF\Z’º”´òHf¾ñï—â,/N2æÎ’2','',0,'?'),('cõmQ½Ážœ»¹GÔ/ÞÔ','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Html/Renderer.php',0,'ØšÓ`*ÂÌ?¿»iv¹','ØšÓ`*ÂÌ?¿»iv¹','ŽhD0Lb™ÿÐ¬$RCÙ áö¦˜¸k6)ÊO™}«¬','',0,'?'),('È5Ñ¬½ÔØ™9jj)>ˆ','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/HubSpot/Exception.php',0,'ŠùQ2NiùÌòã<gŸ','ŠùQ2NiùÌòã<gŸ','!ì8ÄuüW\"9ÛËœ–Àþš¹Ý¥ùõ}˜%¡QØ1¬Y','',0,'?'),('õ•ïa´–&ºò35 š>p','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/HubSpot.php',0,'Ôu5a¼cÈÄú¬·','Ôu5a¼cÈÄú¬·','oaËÜ$Ð_˜2*¦ã\ZUÏÆvŒC– [¶3[‹Å','',0,'?'),('Ò8òc–q,pvÙZëj£Ê`','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Infusionsoft/InfusionsoftException.php',0,'ïÜ`„7ìÙ|z]-Ó{¬','ïÜ`„7ìÙ|z]-Ó{¬','Æ¯od‹	„tä„Ø¿“âc!p™´\'Û”õš‘¿«l','',0,'?'),(',Á\nµ™¿åRAÂ†õtü¢','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Infusionsoft.php',0,'ÍŒ;ûêÉÛæT‹wÆ','ÍŒ;ûêÉÛæT‹wÆ','ÂN¶^2Ûá/úgÍ¼¸éÿÂ1à}Ï/_Çm+k¾ˆ','',0,'?'),('‘­.\\Bh,óâñ‚l´í','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/KlickTipp/Exception.php',0,'*j$°]¤bšeQôŠ=B','*j$°]¤bšeQôŠ=B','µ-Ö)ý´B¨–bRZ¸DXt¡“~Gú#pþÁ—êŽ','',0,'?'),('â4\"ZGú_óÕ†¿,Ö','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/KlickTipp.php',0,'¨ásM¬öÔc§¤jc>ŽI','¨ásM¬öÔc§¤jc>ŽI','I’\rWrj†‰Ý³7 ~\"!H9ÊÎ˜>UÀ‡lÍÐê','',0,'?'),('ÄŸº¬r„ÙgbKA=%Z¿W','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/MadMimi/Exception.php',0,'³PÅ ¹Í”£ºŒu½','³PÅ ¹Í”£ºŒu½','ª:}vœ7øn›´«—€ñªò×â$»î3ªý} }','',0,'?'),('EwêŽXnLf	(i','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/MadMimi.php',0,'(|Ljy6ªçÏº¯•&\01','(|Ljy6ªçÏº¯•&\01','õ=@°¬úÎmû[âÎ‰š#	x„–dž¬ãQ-#¾Xº','',0,'?'),('¨JeÆÁ>\'M‚œ|´Õ+à','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/MailRelay/Exception.php',0,'¨AÕÅH•w~ÚÌ‚$ñµ¢','¨AÕÅH•w~ÚÌ‚$ñµ¢','Ö&ÕVïiR§fYÖi¬™ƒþò¢T¼é«5^Öé¿ËL','',0,'?'),('‚[÷Hm×—_¼Ô(±¿©î','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/MailRelay.php',0,'‰åÔ‰¼—þóx¸.Ï®µ','‰åÔ‰¼—þóx¸.Ï®µ','­ªÈëw6YžóKƒõ‡Êwò	Þ¾\0;ÑD+®Â,OÓ>','',0,'?'),('Ñº\n“ö\\kAi­ÐˆÍ»’','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/MailRelayV1.php',0,'³CÎ}&aŸý¢¶·’T','³CÎ}&aŸý¢¶·’T','ýBÅkÌò¡àÎÊ…6íëFd¾\0—ßh8ø¬`ú','',0,'?'),('¾,åúâö§î_ˆ\"CØ','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Campaigns.php',0,'œeIi´­é`|ä(·8Y®H','œeIi´­é`|ä(·8Y®H','Ä¨Oý|ì“¸B…yRÛCÞc„j´îžÖ9n©›','',0,'?'),('ÝGöH¯äåSn«7\\úî','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Conversations.php',0,'¢‹lSÄä@²ø,d{Qâ','¢‹lSÄä@²ø,d{Qâ','ÞæéüÖ`Ì1;E JnCÎ(¯\0­aÖáŠ0Ql','',0,'?'),('7gåÐH¤m ¼y4šú','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Ecomm.php',0,'¶ÎY£žS³3¥Xi¢\Zêàñ','¶ÎY£žS³3¥Xi¢\Zêàñ','ü»ó\'¢\0MŒ…\'?è\"a,7ÛözÅ\r¼ðuT|tŒNb','',0,'?'),('òrµ©ùõ(	ý¿µ*(w','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Exception.php',0,'DÐ¢ñO%Æ¶€‹už¡ÿS','DÐ¢ñO%Æ¶€‹už¡ÿS','š:Cjeh#‚FD}³T’MäésIG¢/põl‹8…8','',0,'?'),('²à-ò„Ö.òZNbqå','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Folders.php',0,'Ï2R×lOWC£@³U','Ï2R×lOWC£@³U','I\'0¢á*ÊØ}Òº Ë`XüóÂ½4ßíII®•Y','',0,'?'),('eæÛñ†@¬±.†C','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Gallery.php',0,'êë‚ÌåÀy}{™%+OŠ|','êë‚ÌåÀy}{™%+OŠ|','”D~\"ús^SG*Øð¼ùôPr\\l¡A_’´:','',0,'?'),('C§?3äÜ¬?E‹\Zé4H','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Goal.php',0,'K\0üÀö9ÎêNÀá','K\0üÀö9ÎêNÀá','¬‘Áw¥3\"Ž…ñ°ˆyÃÔ©NzB‘äI‡éiº}wWS','',0,'?'),('FG¿.\Zmc*\Z\n YpÉ’J','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Helper.php',0,'a ¶r¿NSœvEmÆó','a ¶r¿NSœvEmÆó','n¯›r`\r?ÞaÉ‘ÌDWÜÈÀ\\à¨!6{yjX‚\r','',0,'?'),('?ý¦Þ†)¼Š³©­µ;7°V','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Lists.php',0,'\\°¿6ª\rKl˜“œ^¤','\\°¿6ª\rKl˜“œ^¤','ügFX5j¦ãÍ	r³<ù©Úý´½%“Â|Q','',0,'?'),('å\"ÿl¦ÁÈ\ZjÝÚ«!','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Mobile.php',0,'–»ºˆÕÝ‘óò/Î’lÃä','–»ºˆÕÝ‘óò/Î’lÃä','6®Ycà·W	Òý%mPŒb÷M}µ0ÇZé¢=åR‹','',0,'?'),('Ã;F©3ÎH¤Ti4g&','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Neapolitan.php',0,'¬®œÑ‹œÑœ´_//­','¬®œÑ‹œÑœ´_//­','OhÌ -Š	9ú•h¥lÖBá0›—QJ÷_\nê€','',0,'?'),('í‘!4Øª|ŽeÓ¼˜','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Reports.php',0,'þ¨a¨B5°—F¡W{','þ¨a¨B5°—F¡W{','ü0O”©Gg¢cú,oô<\"7“Ìæ©õÄfþ¦eMš','',0,'?'),('\0(2yj—»ô=A5Àðtµ','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Templates.php',0,'íÅü³ïÐA?U«šÿ','íÅü³ïÐA?U«šÿ',':ŽèC½q&ïmË¥•±Ëùlû‘×ÙÐœÍ4¥l','',0,'?'),('%_QÎ×â¸8jñpÈdÁÁ¹','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Users.php',0,'ÿQ/çv¹œ‚|sš2:','ÿQ/çv¹œ‚|sš2:','Ò´åV\0o=¼üFdÞ;ic©²\0uh-¸Í»ü','',0,'?'),('½u”»)| é£N¨ßAS','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Vip.php',0,'~SÀŸÀºcævó.·¿','~SÀŸÀºcævó.·¿','£ü`ÿ\\ÏEŒWÛÛéŠ‰ÿån	\rnÂ‰™§±?\\.\'<','',0,'?'),('ùÇG6lS§0£4Ë»q~’','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp.php',0,'­Ä’V~çi$/ìFÛ','­Ä’V~çi$/ìFÛ','\'Œ$7û,¥zKØCßägvz%„Æ)°Ftkw','',0,'?'),('O+bi•£»LÃb˜-›;','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/ApiAbstract.php',0,'@Tº¬1.U?˜ÿô¼ú€n','@Tº¬1.U?˜ÿô¼ú€n','6‹²v:ß—¡ºÁð”‰È\Z˜Ö%\0}Û<°ƒl<v','',0,'?'),('D7jÙ3/ãÿþIM\Z ¯š','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/ApiConstants.php',0,'^YÚ¡©TfI’æº~ï·\r­','^YÚ¡©TfI’æº~ï·\r­','ÒãJvAÊ,Š„f(#•Œ»±)ëcˆØó=|—þÛŸ7Ã','',0,'?'),('5æþ, Ý\"ªgÛ“Ö^]','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/Campaigns.php',0,'ïÑÇ°öýÈºŒÐ\n¸üö','ïÑÇ°öýÈºŒÐ\n¸üö','\r2 ­ ™*™f55/ôw*Ô]YkùVrŸÆ±&B®\r','',0,'?'),('hPëiéë§kóÒPMp','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/Fields.php',0,'\Z#:B‡ãþ:MGfDÝ','\Z#:B‡ãþ:MGfDÝ','`ôëÐ\Z&UÆÊYhÒ¸ñxƒ`¿GõÓ7žâª» ì9¥','',0,'?'),('ÖQÕíHÿ6äU\rï#9Ó','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/Groups.php',0,'v×±½€±h‘–Ð.êGp ','v×±½€±h‘–Ð.êGp ',')fÙÌÞ[w„®x¿\ržûA~+UoOêÝ±fTV’IÅ','',0,'?'),('ë~Í8­Ø‡TÉ‚ Ø¡','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/Lists.php',0,'Þå‚<‚$!\r±\\°$¨','Þå‚<‚$!\r±\\°$¨','Ö\ZbV£–(üS€[ä¯(ÀàQ—æŸ)a±²‡û<d','',0,'?'),('Ù\'Vwÿº¡hN7$¾ÖF','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/MailerLiteSdkException.php',0,'äp–¯ÝÁ¯Ä0lßä¼„','äp–¯ÝÁ¯Ä0lßä¼„','òíü)Ì­‹a@)Y\\Ö‘TÊ»w7é¬¼Š<RÑ >›','',0,'?'),('”ùQ¯áüh@\02Èð','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/Rest.php',0,'„©‰…‚Ác(ÛƒDùò›','„©‰…‚Ác(ÛƒDùò›','«Ñ©ü¬e&.pŽ&E#	ì¢újTë¯Œ-òcˆvpû?','',0,'?'),('¼AéqoPóƒ™§þ-›~@','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/RestClient.php',0,'»oRvÚýëÆÿ‡21','»oRvÚýëÆÿ‡21','kñ”€çÚ	ÒØ.<v=÷hÒ2mÝb\nœØP*–ÉDZ÷ç','',0,'?'),('8£¡î…­møØ(%>võq','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/Subscribers.php',0,'do¤³W“CÎ•Yá„¿mc{','do¤³W“CÎ•Yá„¿mc{','Ûì„³³îŸ[WYQXYÓ´F£ì$Ò#ˆÈ$åÀèøT‰','',0,'?'),('íS½7pd³Ï®3>Ù6‚','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite.php',0,'34H…a«¢\n®< óh','34H…a«¢\n®< óh','Uþ•EUÚÛÀƒîl~Å\næés¼{ôÐ¸g–E~	É','',0,'?'),('ØÚŸW¸ùz\rC»Ñˆ£J×','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/Api.php',0,'©ió´þikjuM','©ió´þikjuM','¾;GœBv wë°Ø†`i¸pô‚¤‡µ –¯ç','',0,'?'),('ëÜ¸lD¤vr„°Œ“F%å','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/BatchMessage.php',0,'®f¨ôe¼×ÜÑ¤Tì(','®f¨ôe¼×ÜÑ¤Tì(','µÄ½Ø‡{5Ò5¶gŒs÷Ä¿çŠq¾áËý•g¨Lœ','',0,'?'),('Wéƒ›¼Í\nÖXœY·†õg','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/ExceptionMessages.php',0,'ºÂN¤èè¬“a@JO÷7¬Ð','ºÂN¤èè¬“a@JO÷7¬Ð','½ÿIÚs\nTÈ©c^1A¾o›¹î\Zë@ón«];é‘','',0,'?'),('’½êhNa¤\ZƒŸ÷Ef>','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/GenericHTTPError.php',0,'y&œ*í¤éô‹Á›7?]T','y&œ*í¤éô‹Á›7?]T','·õúß›ñ„%Œba\'*|Vxÿz¡!cÈBK±e\'a','',0,'?'),('\nÓø8à‘î¯0ž‹v<W','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/InvalidCredentials.php',0,'ÿ¢Kòï•$\\J5;â»;','ÿ¢Kòï•$\\J5;â»;','€‘ÃÐÈzì1O™ã¢rªÎÑE÷´i‚×ÝI\'ý8‡+','',0,'?'),('Ã–W¢#Êzšƒö•LíqE','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/InvalidParameter.php',0,'èî¡]é^ßßPÝFÝ','èî¡]é^ßßPÝFÝ','À©%ƒ\0Ô7|ÆÙ9ï]K6ý8}Y†Ó£Œ†Ô&p5','',0,'?'),('J\"‚¾\rò€\"W¨í†óL','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/InvalidParameterType.php',0,'G‘L…9ucA—\r¸ûœU$','G‘L…9ucA—\r¸ûœU$','Ò&KúBq\Z—Øv+,ÈBdº6C‰Š®ÚEó.9^K\n','',0,'?'),('ê*w8âMP™%M9¿Ç ','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/MessageBuilder.php',0,'Ó+\0•÷ÖTRn­¬áª','Ó+\0•÷ÖTRn­¬áª','§	Æùâb^²š¤á0ƒò¡•/ƒU^öÄàñâì','',0,'?'),('É\n¢¶PÀ†LNÌ´ÕíŒõ','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/MissingEndpoint.php',0,'šð™IjüþÆü_íz¼','šð™IjüþÆü_íz¼','ÔðŠJ}B¦•*Ò\Z>o4½iS\'ˆÎËrg\\3$Eš','',0,'?'),('eªã½³62×–Óü;Do','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/MissingRequiredMIMEParameters.php',0,'ºðNL`«è¥±©¹§]Æµ','ºðNL`«è¥±©¹§]Æµ','Ù\n7•î_á×]yºö\rÉ\0+WàÞ‚¯ÿ¼<è\rÆ7#¾v','',0,'?'),('ôÇM‡(H#b©âÕäTÑI','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/MissingRequiredParameters.php',0,'ö¨zº¹väïêžWa§8»F','ö¨zº¹väïêžWa§8»F','kV×—çÓ­¶4Ü+\"V›!«Äjû˜»ø_¸$d','',0,'?'),('å+º\\È)}\Z3èÕçÃ','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/NoDomainsConfigured.php',0,'eÌ\0ÞH`üÙ²@Ë±‰§5','eÌ\0ÞH`üÙ²@Ë±‰§5','ž‘˜åÓ²Î¾gºv†þŽ3?~¡¤àwú²','',0,'?'),('jçRd\"·OzxÕÃÉ7Ÿ ','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/OptInHandler.php',0,'zÔZ|û:ä:[¯t!ú\Z','zÔZ|û:ä:[¯t!ú\Z','†»ïÜ—ÿ$.Ì·šQI+7v\\MÕv»','',0,'?'),('‘h†›QìgïW¾–Žz.','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/RestClient.php',0,'3´6¯VŒÈ K;FŠ°é','3´6¯VŒÈ K;FŠ°é','mÏ`Oã{í‰R¶–M€	•Ýe>Ð¹Ò¼IU¯@Ñ','',0,'?'),('wRƒ!¾­½]Êá€B×`','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/TooManyParameters.php',0,'*<0ô’™7!<eª÷-¦','*<0ô’™7!<eª÷-¦','k·ÕßM5ëò¢1}j‘ýœÞ’ü•$‰Ê«)_\\‚','',0,'?'),('!;ò¥§•KË©D‘VùÛI','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun.php',0,'EàåÞ\02d‘ÔÓIèmC','EàåÞ\02d‘ÔÓIèmC','&:0mÒHbfÙ’Þ¡‹¿2ŸæÛsóFO¶“¶Ï¯tJ','',0,'?'),('›\0~¤`_8ðÏeÞm« ','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Exceptions.php',0,'ÙçÈcFNWR*&G–Šð','ÙçÈcFNWR*&G–Šð','($¥“Œ€o†Aå¦šY.»¦\n‚Ã9bIr÷IÇáüeÊ','',0,'?'),('Þô;ƒ‹\Zç]•&¸','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Exports.php',0,'Â¯£ÇÌíƒ£W;ùÉºöS','Â¯£ÇÌíƒ£W;ùÉºöS','ï<öq±K¥µ§«ûœÈ>u	ÇnÏšoýJ‹†\'eÁÎ','',0,'?'),(')ZáÙ/œØ\"ôý¡ñÎ','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Inbound.php',0,'Z·y=?D¯{|‘6¶9\n','Z·y=?D¯{|‘6¶9\n','½ØjavQîî*é£Šœ.Ïiýê´I•ö\rWë^ÐQ','',0,'?'),('ÛóXÊNÎD`ÚYö$?Hg','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Internal.php',0,'Ì3ævFk+`EÖC<8Pá!','Ì3ævFk+`EÖC<8Pá!','sP³ ­‡‹N¯U­F*èM\'ð \\@Û}ñ¢ê.U_üË¤','',0,'?'),('&1‚w¹^ÄØ÷Jüƒ™rè','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Ips.php',0,'\\œ\'ÝLÝ%£¦[%¾ë ','\\œ\'ÝLÝ%£¦[%¾ë ','‚øºÒvŒg‹FêšGÛÞi¥¦¨ŽÛÁøZp','',0,'?'),('‹ÄK3KLMþ)íKü®7','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Messages.php',0,'´¾¤Ò/*ž[OF§Ýä','´¾¤Ò/*ž[OF§Ýä','êb•Mû9×\r?£ËæJr9é¸9Š—m!ý<…','',0,'?'),('¾Ç”c6¯ûÁÉFOQP%PÄ','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Metadata.php',0,'°¾Ü€ÜA¥‡\0þ[J /','°¾Ü€ÜA¥‡\0þ[J /','Ä\0¯ÚD…Bð\0ê€\"ôUÄî|((\n*?ž7àhyäk','',0,'?'),('guOá}ÀHÚŽÛ±_Y6é','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Rejects.php',0,'¦½#	t:®p+j5=l=ìü','¦½#	t:®p+j5=l=ìü','[-°ˆ¢æ7Ü:?ŽE\"÷Žÿ;KŸ_;Öê**q','',0,'?'),('£+ì‘¦Q³¿˜#F\\¥','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Senders.php',0,'[5nhW¿QÈkmÌ°>‘','[5nhW¿QÈkmÌ°>‘','0˜¸§.“œš!*å¿Õ,	àÉ»Ï‹ŒÈÍ$P´Ÿ','',0,'?'),('þ¯Ýóî7Ýµ\'3#~ç','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Subaccounts.php',0,'9ÚÏ•+IæÍÇ¿³D@','9ÚÏ•+IæÍÇ¿³D@','Xv/¸FŸ5+,POS™¾¦}á((Ö+tŽçû±­Â|œ','',0,'?'),('a]Æ£äÉZ$ ßÐ¸Ø0','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Tags.php',0,'…5RÌšåmÎ‡ÎéŸ¤','…5RÌšåmÎ‡ÎéŸ¤','æz¹B”ïÆB¯(«-màÝÍ7ËÇ¡¨Cìž‹n','',0,'?'),('|ãRµß…’\ZI0¿žíj','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Template.php',0,'±6D\'ŽøÛ :®Ù¯\\È‚','±6D\'ŽøÛ :®Ù¯\\È‚','	tŸÃ@‚½Äß;ßgwñ£6y\Z ,vu2à<w=Õ','',0,'?'),('nU¡Ô4I—¨w«ùSóL#','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Urls.php',0,'v4ËwõõÖî!±±r›ô','v4ËwõõÖî!±±r›ô','JÇûŸEºq‚zŽÄà@áïùÕ—óÙ“ø\no\0’','',0,'?'),('ÑÿY`Ÿý6Óà}5Ù* ','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Users.php',0,'÷òoUÃ¤ö©Y|—Õ\'¹','÷òoUÃ¤ö©Y|—Õ\'¹','u/5ÎI@ƒœ¯$Ñ0Î4å\r¾EK	C½óòF','',0,'?'),('|žB-`‚Ñ^µHÝ','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Webhooks.php',0,'•ömø”‚ÍVW®°eÌÂ','•ömø”‚ÍVW®°eÌÂ','˜Ûï¾\0F¸¥ÆX‹hƒ$l1$R÷ÏT\'PÏÑá','',0,'?'),('×„L\"xxëBL\ZŸ	½mZ','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Whitelists.php',0,'’S¿eÓ2Òaú¨*& tà·','’S¿eÓ2Òaú¨*& tà·','ùœœõ©Ùg×ÅUÐu@ÈG†W‡¥À±ÓÞKMc','',0,'?'),('ª‡µPø«Jç:Ðµö\'	Ó','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill.php',0,'(äR)öí	˜È1Xš@>','(äR)öí	˜È1Xš@>','çY­bûq\r½[ÃI‚ª	½ñî]ÀkïÖµó\'Ó:;','',0,'?'),('”—–uë¥Ë÷ÏCå)òË','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/ActionNotSupportedException.php',0,'é8yð*GŠùþdšÜˆ','é8yð*GŠùþdšÜˆ','þÈ\")~Ø1AÊñð„(/§4³Ô7gB§cBGx','',0,'?'),('Ò?¬S84~CÉDé°c Ð','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Api.php',0,'ÃðbÙEãÛý$@š^}$','ÃðbÙEãÛý$@š^}$','0¼FÎ²Ìšƒ^âÀ½”<Òö§›:…¡ÏL¢Ni','',0,'?'),('>¹\ZDà)½q÷³³ãÀ‘f','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/ApiAuth.php',0,'HˆËâ2ÑýýñÖ\niÂ7È¸','HˆËâ2ÑýýñÖ\niÂ7È¸','•\0=KŠ?³;;X£èaM²\\Åfñnsü^M\Z','',0,'?'),('PV\Z>Ò\'Fo˜*¬=Î','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Assets.php',0,'g\n±¯„Í`•@ U»^ÿ','g\n±¯„Í`•@ U»^ÿ','“Ä*˜¯JÄåˆÝ®V<a Úˆ\nùö&lóº\'×í','',0,'?'),('$Ä¦Ü‘üÆíž’•Lé#','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/AuthInterface.php',0,'|Û[5ŽZ>h1d/È#','|Û[5ŽZ>h1d/È#','w^¹Ê,Œ¡¦*ê”Þ+£-`ÉêÒø¼nq¿Å¤Ýw¯÷l','',0,'?'),('ŒPûWôèŒa%>ŠþzqÕ','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Campaigns.php',0,'Þ³ÅèD¥øÍŠHØˆr‹·','Þ³ÅèD¥øÍŠHØˆr‹·','~úmÙUÔË*û§sýÅº¹y¼X·™Š^f:ÁJ	gN','',0,'?'),('†Ú¦sq©x Qð©…Õ]','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Contacts.php',0,'TÄèÔ“#aG\'EÿÏ¢','TÄèÔ“#aG\'EÿÏ¢','Áy\'õrÐño*H‡yyöüÐ™njl\'­ÚìÏ	\'F5','',0,'?'),('Ã¼+4­èÏC›E‰ µŠ','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/ContextNotFoundException.php',0,'J¬ˆeS<i1¶Ô*¾lcx','J¬ˆeS<i1¶Ô*¾lcx','IP›£ªª¡­€qÞà	Â_¡–&”E¯vR;*R<Ò','',0,'?'),('-Óˆè‚Ú#òüòÀ§j ','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Data.php',0,'_5êt•àÙk!¸Üú[õÊ','_5êt•àÙk!¸Üú[õÊ','\Z|)ð¿âžúƒi±³|K2²þäK\'©ò*©IMØ	Yp','',0,'?'),('’’Sµ¡¢ÐFÄ¾½aˆŽ','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Emails.php',0,';0§MTé©üå\Zl¹V',';0§MTé©üå\Zl¹V','WŸá¨Rˆ<0OEó‚V”ÓCjÓX~ßm¯dÖ&²¡A','',0,'?'),('§k†œ[_ž3DEì,¡°','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Forms.php',0,'Q´›ä™Eš7þKRr–í','Q´›ä™Eš7þKRr–í','u!ùà\rg®†òÅ€]E­B2ê¤¯ùe¢‹Ã‘-qðZÜ','',0,'?'),('sCDƒ­†ÕÓö‘Í!—Xž','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/IncorrectParametersReturnedException.php',0,'˜ƒw›^ãš­¸Ë{ 5õØ','˜ƒw›^ãš­¸Ë{ 5õØ','¡°\Z¸9§˜ª¯X3ê×¨gnh•ÉIûµFW†nÝc','',0,'?'),('=£äcJšÌÓZõüØy','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Leads.php',0,'Q(Ëýê(åA`/{{†GR|','Q(Ëýê(åA`/{{†GR|','0Mw×4|ƒLM°£ì8)ÈöR”kÍm|Eœ×ŠáQËû','',0,'?'),('>ëXqFç÷3+.š#Í<','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Lists.php',0,'¢±n¼¬ÃÕs­^N­Ï[Î','¢±n¼¬ÃÕs­^N­Ï[Î','Ã\Zv6I4éÆ°˜ñHÿƒÂ²ˆ|ìsÁ 5í¯¦È§','',0,'?'),('.=d¢•/ü.xPx','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/OAuth.php',0,'Æ#?Â)ÚÐ#ÔjKêß„›í','Æ#?Â)ÚÐ#ÔjKêß„›í','±SãMÝ’œß ¸À¥jLl‚ÅíujÆ\\‰¡Q/wè¸ª','',0,'?'),('Œ•Â Þ!¢÷\'¿	V¿','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Pages.php',0,';õdÂÚ˜ñ\0;«R•œÂIã',';õdÂÚ˜ñ\0;«R•œÂIã','<]ïùô[™~\"¤û¤&FÞV–ÏŽhD¤ÿÒL©™','',0,'?'),('ó4ýKN]ëÿ$ŠeŸüë','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/PointTriggers.php',0,'o£m¾kcJnû \0gMËu','o£m¾kcJnû \0gMËu','=½ìçÑ›š\":¾~›ä¶[\rUì¡!Œv<1öh','',0,'?'),(' ´ÜÙ‰™Ž×ãþâ¹','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Points.php',0,'I¿VÇÿ‚YJX ø´T±a','I¿VÇÿ‚YJX ø´T±a','ÑÈ)ó52Ö¡µ“Buøfó¸Ó0b~é”öÉÎ','',0,'?'),('TbNVäD‘‡Ä1Ï]4cª˜','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Reports.php',0,'·hÙÀÀ¶gÚŸö¡GW›þ\Z','·hÙÀÀ¶gÚŸö¡GW›þ\Z','ž]‹ÆšÞC†€U„~?îM\"¥yI0<8tø÷ìw½','',0,'?'),('éÓVAàV3É¨ë±)Õà!Â','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Segments.php',0,'!|O=:iþß;¬vú¹P ','!|O=:iþß;¬vú¹P ','Ù|Ãe‘ÄùûP\0¹ïÆˆ8x5­žå/J^_','',0,'?'),('Eˆ‘¶Tx:.=_Ø˜gõ','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/UnexpectedResponseFormatException.php',0,'ög>ëTñ“dBò)xoj¼¹','ög>ëTñ“dBò)xoj¼¹','„”ž¦ƒð€yÇXŽg@Ö}D´ìøL«ÈÜÃ˜¨ö','',0,'?'),('Î“È	dÔ¬êÇsø·mp¦','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic.php',0,'ØwmÓÿ\'y™}Ds6Ú:B','ØwmÓÿ\'y™}Ds6Ú:B','ëKùwPÕx1¥8ßLMÃùH³qìphínÔ\Z[\0/G4','',0,'?'),('Í<€ý­Mî<jû”D€g','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Ontraport/Exception.php',0,'£Ãt­ä<œoõŸ\'ïÔ','£Ãt­ä<œoõŸ\'ïÔ','Où/¹³“·õ1ž+÷Ãj·62îrn;a xø¢','',0,'?'),('Ž)L3xXµÇ¶´zRRÆ`','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Ontraport/ObjectType.php',0,'-8[²½\0ÆÐÔg$1Œ','-8[²½\0ÆÐÔg$1Œ','”.ÓóXédz=Wæbgh/›ñÒË5~¡pRi','',0,'?'),('áöu‰a9¼{KS»œ	','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Ontraport.php',0,',¢}>åš(±^)ÝyRšsr',',¢}>åš(±^)ÝyRšsr','Æ-pØõ+MƒVŽ§¥Õ\"…]óG$8®×ÈÈ®','',0,'?'),('R‹”aæ;/¡›4ž','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Postmark/AdminClient.php',0,'ÞA¿e ¥ aª”9ŸŽ¬','ÞA¿e ¥ aª”9ŸŽ¬','Y—BýÛ¥éE¢ÊAðCÛÉnJà!A­¤.þç®CN','',0,'?'),('[*û·ºþ‡no\Z¤–ª¿','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Postmark/Attachment.php',0,'Èß¨Äæa¢\nÏ3ÄT‡t','Èß¨Äæa¢\nÏ3ÄT‡t','31óÌ[F§“ |`Ç+dN#J¸\'/ëQÆÑá;i]‚','',0,'?'),('±­3)L+7ŽøSüÊów!±','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Postmark/CaseInsensitiveArray.php',0,'j†ß(MØÒ¾àe\ZvE¨','j†ß(MØÒ¾àe\ZvE¨','£èCiÚÁ\'e\ró3ê£ÕûÑð‚d!eénÝ˜aÓyêjþ','',0,'?'),('÷€*þf´h5½6ä!','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Postmark/ClientBase.php',0,'o:0ˆöPGþ²xo}X¾','o:0ˆöPGþ²xo}X¾','åpZa6ÑãÛ²Ÿ9`‹sâ÷ñ‚µ\Zè	\\qòº¶ž½Õ','',0,'?'),(':Økö†Ù€í‰«?_}\'/J','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Postmark/DynamicResponseModel.php',0,' é)ÿ¤L1\n„áÌ¯®',' é)ÿ¤L1\n„áÌ¯®','ºfS€ÑVâèƒ¡8{ÂŠÔý\0_ÚÛð,µa·Ä$X','',0,'?'),('–×sî¸RI*hå³}X','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Postmark/Exception.php',0,'-7dC¼=_<‘àÅ¹oGïÂ','-7dC¼=_<‘àÅ¹oGïÂ','×—´ŸöZ¹öN{>Â&©	 ÛÝló{I™«¸µ','',0,'?'),('DŸonü²íÐÄRôíÚrd','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Postmark.php',0,'­$.\Z‰‹/Í¾6/[ì','­$.\Z‰‹/Í¾6/[ì','ýÈV¶GI’½0®ùnl\"šHåOÂ:¬cØ–£Ÿ¾„è','',0,'?'),('h˜0²Wçgw$í)£Vó7','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/SGAutorepondeur.php',0,'¸—wl¾ƒ¶…ïÙ¡’¸ö','¸—wl¾ƒ¶…ïÙ¡’¸ö','³‘UsÿÙÃ—ž\0Ã·•6\ZpnK³¤Ÿ„åñè;ñÊþÚ','',0,'?'),('˜(Òÿæ½yWNfKK','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/SendGrid/Client.php',0,'DQ(	#¨°Wsšv?Ø f','DQ(	#¨°Wsšv?Ø f','Ö«£ÇõQM¼©8H­ÅIÍð”Ù=Z­Íg±ñ9‹8J','',0,'?'),('Ù‹nÝÓM¥#.—Ch}~','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/SendGrid/Exception.php',0,'áª4ßo„‚ø%Ê5òË˜æ›','áª4ßo„‚ø%Ê5òË˜æ›','xª6;¸j¢¹¡cp\"m’z&T“ªÎÜ8Ù”åè˜','',0,'?'),('ÄÐHöØà‹/é„9œEÃè','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/SendGrid/Response.php',0,'|~·N¬Ò® B|`Ë³{ì','|~·N¬Ò® B|`Ë³{ì','Ü¡¾Òäl÷D#x”\roU¹BæÜ\'n=DG¡Fo	Ú@','',0,'?'),('—kfÚhw˜‹šÐáè','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/SendGrid.php',0,'³J¢=—å‘váÂ.è¡´','³J¢=—å‘váÂ.è¡´','K0›W!!=SÑ±Æ<2â‘x\ni×‚rw%8&','',0,'?'),('õ`\nõmoÉ<{Äg¯À','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/SendGridEmail/Client.php',0,'m–dÜ$0—ùÄI«‡ŠOd','m–dÜ$0—ùÄI«‡ŠOd','0géá4&°“– tšRC`´ÂÖØÆÝþ¡«*‹O¦í4','',0,'?'),('|Üé—C\0È”ùvq‰y','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/SendGridEmail/Email.php',0,'Ìï­IŸVéä¨¨è!-÷9Ð','Ìï­IŸVéä¨¨è!-÷9Ð','6\Z	«Nñ½WåvÏZÕðÔ<—áänø¹ñw\' Æ*$å','',0,'?'),('qÛÏAR\"x)¶[ó5”','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/SendGridEmail/Exception.php',0,'µ`f¡—üJ+,ø×.Ð™½','µ`f¡—üJ+,ø×.Ð™½','ðü\\ñ´ÙÕWÌqþ3Ç’óR»Âù|Ì:…)Î','',0,'?'),('g|nÃ×Šm	RðýÃ%Y8','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/SendGridEmail/Response.php',0,'–K“¢‰õA–¢÷ôòrä','–K“¢‰õA–¢÷ôòrä','M&÷È¥ˆMq~¬[R&À|ÜmC#ŽÈÎ¾O‘Â[6ø','',0,'?'),('ètúVØ»O©Ž–‚ï','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/SendGridEmail/api_keys.php',0,'ŠóÑ{£MH?ôìp(#°_Ï','ŠóÑ{£MH?ôìp(#°_Ï','Zê$,èÜ€á’-RÁ¦ø¯#Ë²•ÌØbÆqn','',0,'?'),('~ŒQû&e°ºœJ©iP','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/SendGridEmail/asm_groups.php',0,'6ðØa*ydÿsÙ[áÛw','6ðØa*ydÿsÙ[áÛw','ÏØ›8ÓPn\r%›7Žå\\j?NñÂ_8Â(ÀúéþV','',0,'?'),('ÿ¶r&E†{$‡)¹òh`—','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/SendGridEmail/asm_suppressions.php',0,'é–Qâ°5ÚÄ…™@º2\n&','é–Qâ°5ÚÄ…™@º2\n&','8pÚÎ3ÇëYß…¯ÕYûF‘cSÀ–ÓHùç*ŒSŠ´','',0,'?'),('8#±›ËÝÚjÅd$Áªò','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/SendGridEmail/global_stats.php',0,'€ÄMè®7b«qß','€ÄMè®7b«qß','_Ëh°ô*·Š36ß7Øªðø§ûõíc/€uŠ±aÙ','',0,'?'),('`_+ç‡±MáŒæNŸÕ','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/SendGridEmail.php',0,'I»éÇÃ!Ñ_ÓlmÖaDRŠ','I»éÇÃ!Ñ_ÓlmÖaDRŠ','8×zíaq\Zñ/±NàH­jI×1¤tL¦jš«È–æ','',0,'?'),('†8Ziè(G6õ\Z:)','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/SendOwl/Exception.php',0,'žœI·a!7ƒþ\n¯ÚÞ','žœI·a!7ƒþ\n¯ÚÞ','ßUûeï^ÿ§Ã0á±âû‰û/‹*hë`lë&„W','',0,'?'),('×í¦±Þ×g%û-o\0¶','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/SendOwl.php',0,'’Uòÿ×Í,:uŒâÛ,ºÌ','’Uòÿ×Í,:uŒâÛ,ºÌ','ÉõhKó&>mU)Óþ—vsG\'†àÊÐšPáGvÄà','',0,'?'),('Vð.W´TqRHžÈ×Î','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/SendinBlue/Exception.php',0,'Ür1œ®åÞlòü§ùÕS>ì','Ür1œ®åÞlòü§ùÕS>ì','ZC±íU®èË¡ãå†y\nh›·ô{·:¾+bt|74ØQ!','',0,'?'),('®ÐC…WjY§ô±=›KÇ','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Sendinblue.php',0,'”¾«k,\0ž¥Üä_Ð*ÞÓ','”¾«k,\0ž¥Üä_Ð*ÞÓ','Št*¨ZÏyü¬r\\e¨Ý¨\"w—VâüË½Jd\"œ','',0,'?'),('ÂrìXoòVpù kÐ¥6','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Sendlane/Exception.php',0,'‰£Qž—jd¶<F„è¦á•4','‰£Qž—jd¶<F„è¦á•4','_®\0Æ¥Jn[2waŠÝÏ´ê¢Jã,Øà=”qëÞ¹Í','',0,'?'),(':€o¤id Hƒõâ6å','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Sendlane.php',0,'ˆUu<J>e+6iE¯d¥ó','ˆUu<J>e+6iE¯d¥ó','È¥Å\rMñ¢dŽÞOˆõe½…öÞàÝ!@©v+çº¨€','',0,'?'),('˜brw)ž~)~¬Ý™è','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Campaigns.php',0,'ê?ÒJè”¥ƒñò^ìŒåG','ê?ÒJè”¥ƒñò^ìŒåG','YZÍØ–ºþBU…ÚÜH¨­ÀË-g6lºqWí6o0!ì','',0,'?'),('V^¯Cœ£ú&`ð¸9Çö','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Client.php',0,'ËÏ×~Ð¦yø@×õ','ËÏ×~Ð¦yø@×õ','†¢„JËž2ÓpSb‰\nêƒ\\i!éíåh¬rè¹+Ž®','',0,'?'),('¶6Ã¸i/òßGÑQ5¯±“','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Config.php',0,'hv/—Ëê˜·_gQ®‘Æö“','hv/—Ëê˜·_gQ®‘Æö“','óqÃ–!ü²ÀH0þÇÐ¦9áñ¼f&vaI¢ø\ZË','',0,'?'),('ª5û¾q–ô¡ÌÓ¹Ý','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Countries.php',0,'/ñ\0Pµ$sƒôÎÇ°zË','/ñ\0Pµ$sƒôÎÇ°zË','~äv3#o–q‘°½¿ÜWÎÂ¥DÑ¶D”íÛ›‚','',0,'?'),('JD@`ï9ô„!‘âYÅU-','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Customers.php',0,'öà8ë¾«Ã:oalÎ~','öà8ë¾«Ã:oalÎ~',',`‘å0ã@¿ìô¼ûk}9$ñjié±ÅûÈ','',0,'?'),('‹± ÝzºLŽ#È?×Ò','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Exception.php',0,'Z‡BÆ«jÐŸEœDÍ¨—\\','Z‡BÆ«jÐŸEœDÍ¨—\\','ò;µµ>—>\0©™f^–gai«2íVÉAóþ_äî','',0,'?'),('«hs0‚®A¿×5','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Json.php',0,'²î.Î”™HtˆÃs5W','²î.Î”™HtˆÃs5W','çš®%/°y†¼E_¨9ÒÊë/‘Èæ¸ÿ5DÖìÄû^Ue','',0,'?'),('L\0HªÇÛ’%®NÎúµˆ','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/ListFields.php',0,'X\r‘Ÿ×Ž—:j´\nq­©‘','X\r‘Ÿ×Ž—:j´\nq­©‘','.3S 7èc¸CÂ\r™KæøÍ‡£Nˆ>9«ù†B®àÄ','',0,'?'),('ÓÎ¼ýáôc\\&ò|í7î6','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/ListSegments.php',0,'SVÐqGÓ©¶x¸¡û™p„','SVÐqGÓ©¶x¸¡û™p„','ëÈ‡¯WñÞº¿	sf3=hfL0Õ1cbä8dM§äV÷±','',0,'?'),('D:²šÉ:Å˜mÅªÁrQ','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/ListSubscribers.php',0,'UU•MÝBœ[ÁªJ¬µI','UU•MÝBœ[ÁªJ¬µI','.úÇ´ Šý®‹*Î©+è¡Y<µ”R†fÅ¤·úN²¯','',0,'?'),('ÿéDéš£¾›8%~«b','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Lists.php',0,'D	[,.PÀ~¾’©2-NU','D	[,.PÀ~¾’©2-NU',')„lXÐ¹í\\5´pôáÐ+!#ª¨òI<ü™@','',0,'?'),('¿¬¨´ònOúJÐð<Ö','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Params.php',0,'!_üsLÚ_4qx¥™È>`','!_üsLÚ_4qx¥™È>`','	ÖOÛñÏCKŽ•ëoÆž\Z€ÿÁy/Œú–8Ôg\0','',0,'?'),('òx™UY¹{Ú9ò™Ì€Š^','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/ParamsIterator.php',0,'ãK‚½Øµk\rr})f¿','ãK‚½Øµk\rr})f¿','oü%(P?5LÃhëlüMEr¶”bÛúŸ=&ê9]\r…æ_','',0,'?'),('Ïþ¹µê\'U¸«R³Ëo‰','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Request.php',0,'†b¶Ó‘#ä$;1@','†b¶Ó‘#ä$;1@','$@£:Û·Úf*B|÷ñ»½ÇMEÓ}wG®š°','',0,'?'),('×î†Ù«0à—àaž78›D	','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Response.php',0,'ø†Ò{3¼©k ^1!1²','ø†Ò{3¼©k ^1!1²','@Õv}¸1õUÚÀnðøÅ\r\'¼U\'êáC<N*Pÿ','',0,'?'),('–ÍÞ²ÏùÛZ;£ÔÅ¦Ç‚¼','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/SendreachV2.php',0,':.å#*	³¬V˜zBc',':.å#*	³¬V˜zBc','A—\'VÅÖ_”N3T›fÏ¨é`{ÌÚUùn˜ä¯ºðà','',0,'?'),('[8?m·JH=£`KG','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Templates.php',0,'z°¦ö†xY{û®½]ÂsP','z°¦ö†xY{û®½]ÂsP','8ë\r\rýÖ´ÆÍƒ·¨óž9móXùéäKÅŒÚ8O_Ü','',0,'?'),('8rb­VÆÑJß¢‹cžzt','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/TransactionalEmails.php',0,'Oþ\\¡\\ñéH×ndÏl4','Oþ\\¡\\ñéH×ndÏl4','«±™G9¨qæÖfŸY\n¥å<wä—Ýê AþA¥X','',0,'?'),('jâ$]Áê©Ê;H7IËŠ','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach.php',0,'ûÞÊN>ˆù´ðxä‚è@ã}','ûÞÊN>ˆù´ðxä‚è@ã}','k7R´Èa\ZÌTë\0ó¸(¡Ñ ]ªœ4HÀ†‘´ì…£bï','',0,'?'),('¤ á2ÉÉ—§[ßL/,','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Sendy/Exception.php',0,'Qæ-õ«ûÜ-=Z·å¦','Qæ-õ«ûÜ-=Z·å¦','rÁNóö(æö¥RÀOªUuÀˆñ›wb]»~Z&æ’¯¸¡','',0,'?'),('ê‹\rïÀ]KÍš`ã1Ñ“','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Sendy.php',0,'ÞÏ‘tRŠTàNKóz','ÞÏ‘tRŠTàNKóz','!8s=ÇGjYõ§—˜X¤Ö-q¡wÓL£T¨n™“Õ','',0,'?'),('Ž ÷ö¶8{	è”\'^¸F','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/SparkPost/APIResource.php',0,' \0^~üƒ,¬*\"a',' \0^~üƒ,¬*\"a','5¡i9\0Ëš\rìZ¾@±E‚èe\n™\r>Y&Êcn','',0,'?'),('v\nVŒ=Áìßü‘.,','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/SparkPost/Connection.php',0,'}k¼ºï õÀ{XÊrh~€Ù','}k¼ºï õÀ{XÊrh~€Ù','„lK7pQ@()Vëg>‰Gtò¦¦¼|Dmù ÄØíCÞ','',0,'?'),('Î üìÐùô¾å•\"šÊ›','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/SparkPost/Exception.php',0,'2%™(®Ky•ÛÄÝ~æ8Ñ','2%™(®Ky•ÛÄÝ~æ8Ñ','QFÕuèß$Aó¬¶Äºšƒ/Fj\"ü¥+Xÿ','',0,'?'),('e4®˜¡­à‰ðË¶—>','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/SparkPost.php',0,'Ø}-ê2u\nv\Z¢ñï_(','Ø}-ê2u\nv\Z¢ñï_(','¯K‹Ôß´ù]ÊEŠï;@Þ•Äb›rXVÈ²yXØ¤q','',0,'?'),('#¤-5í>õÔ›{J‚aáWÐ','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/TdJwt/BeforeValidException.php',0,'¢¾(i}ˆ3Tä?!À­8!','¢¾(i}ˆ3Tä?!À­8!','ó2T^Îñávñ`VÛ.v5ï»p„]Ç+¤\rÄ3õw8P­','',0,'?'),('¤‰ºÛšOâVã¤º×–ãX','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/TdJwt/ExpiredException.php',0,'€Ì-Uò–ÉÿVI˜°','€Ì-Uò–ÉÿVI˜°','½\\XÂ¶(,el¯®åcDSÑ²RŽ7›Ôt\0Çóú5','',0,'?'),('’„…{/ÿÎŽ!|‹:Êuw','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/TdJwt/SignatureInvalidException.php',0,'³×9¶*ÖUù<™}[þ|\n','³×9¶*ÖUù<™}[þ|\n','³­(kÛÊ¦¤†öÎåPbÙy$ÝNôþù\Z¸*%|Üâë^','',0,'?'),('#ÂøÚ‰¨\\¨	‰¤Z','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/TdJwt/TdJwt.php',0,'ì½o:‚\0ÚÞrF	0','ì½o:‚\0ÚÞrF	0','\rÅÿŒ6K.2³|Ê(^D­CÈÄ:QpÞ°\0–ÔÆ7…','',0,'?'),('…à’øÅ¿Ò˜—ªø¹M','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Twitter.php',0,'§zXÇõhôÃÊÉiªÇ','§zXÇõhôÃÊÉiªÇ','d¢0º$Š×ÐP¿ŸkjB Uá\r´7ÙÍIþ)¾€','',0,'?'),('-ý3¿,NOvgÛ2Äçà','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/WebinarJamStudio/Exception.php',0,'º(Å¬Ö¯F2Ö€>ÁÈÎÊ','º(Å¬Ö¯F2Ö€>ÁÈÎÊ','æ%•Èÿ¦°ü±=Lÿ\"‘C¨M¯\rçM>mDIÉQqdÁ','',0,'?'),('à»{%*R¨ÅY¢¬Ñ>\r\r','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/WebinarJamStudio.php',0,'Eàl¾‘šþö\ZA	$','Eàl¾‘šþö\ZA	$','‘(`1ôªŒX9@sƒ!Ù¢{*ž¨NÅ®IóËs=K','',0,'?'),('–}ù$¸¬íÙ4Ù&ñ­','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Zapier/Exception.php',0,'¡µÍto¤z’þÈeÓ~9','¡µÍto¤z’þÈeÓ~9','ìä´ OµûH<]kÜ­¬DK5a$E:Ö®ñókë','',0,'?'),('¦þŽœ®Sâ\"cä4ëˆ','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Zapier.php',0,'·1Ç=E—²8jJekí;Ï','·1Ç=E—²8jJekí;Ï','—‚g¨[\0‘•ô@aÈ\n‚Ig\nƒ«”ÄÄŒÃÕð ','',0,'?'),('¿t†ƒÕ›ãQ)V/rY','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Zoom/Exception.php',0,'‰µ	Ék±»ìÍýéœ=Á','‰µ	Ék±»ìÍýéœ=Á','î€äŒ½‰Åº\n8ùÈBC\\PuÿbÇeqå´õV]ˆfâ','',0,'?'),('¿…k2šÝÛŒy»Ä\\Ž`','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Zoom.php',0,'Š¹Ã `À8ÛI•€hí:','Š¹Ã `À8ÛI•€hí:','b:ëÔgn[±‡~’R¤ƒUTÎ\n•’*líE¬m¨s','',0,'?'),('*ebUbZšãæÆ­0ã¹Ü¨','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/iContact/Exception.php',0,'×DtHÄBš8E\0fxt t','×DtHÄBš8E\0fxt t','Þ^\nÞ—;®¼d·.‰Ç–a4w’•déz¥¸—Óš:h','',0,'?'),('ãÒ/à÷¥‚µÑ)“¯>','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/iContact.php',0,'˜°M!èŽJóoíñ•pq','˜°M!èŽJóoíñ•pq','â‘MXvÃnxqIfoä}­;``%¬3þ@Z¢','',0,'?'),('Üoj`œ\rwÞx\'Ý¢¹xÌ','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/v2/GoToWebinar.php',0,'ÛËZZžîÕ×J—HÓY','ÛËZZžîÕ×J—HÓY','‰¦ÜÓ°`­`÷\Z‰k*‚U–lÜ½~eÒåŠ%>','',0,'?'),('í™ô¦Ýö½¹³ò [v¦£‹','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/misc.php',0,'‰Få.½SöäzaÊj>™}B','‰Få.½SöäzaÊj>™}B','!ð/ö‰C4Fá\"ÉwpŒ`n5iðÄEŠ¤VqJ\rÁ','',0,'?'),('û¼¡MãA6šÄŽ¾ÿAÊdQ','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/views/admin-error-logs.php',0,'ŒÂ÷*\rî0æžu¡á˜~bF','ŒÂ÷*\rî0æžu¡á˜~bF','£!Eh.uçl¤Òø‚¸é6’Ì—ô1ÇÜ:\0Ù’jÛ5²b','',0,'?'),('‘x½p©ÒõU·ƒæÅ¹K','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/views/admin-list.php',0,'ƒ<´0Ö{Ë4$ê[u-','ƒ<´0Ö{Ë4$ê[u-','–—zøç Jß¦9K }9lB4Ë2$<½ŒNG}l','',0,'?'),('!¤qßs³Ÿ+œ¾º¼®r”','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/views/admin-messages.php',0,'t²FXzm¼¡C¡¢i\ZHq','t²FXzm¼¡C¡¢i\ZHq','¥±¿x¤5â•2ª`:ôÞ£-ëXˆ>Ku+^ÈDÖ','',0,'?'),('êF½ñw ¾?f­áÏ¥','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/views/editor/add-api.php',0,'ÎÜUW’Ï¥¯ÄpT€î','ÎÜUW’Ï¥¯ÄpT€î','MÜxèöéW_‚”³wªªB\"\"ù\nø¾¹Å¸\'Eª‹','',0,'?'),('æ¯u„9Î4Ã`%Ê‡úÐ','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/views/editor/add-custom-html.php',0,'j9”&A›,µIÆqGØáo','j9”&A›,µIÆqGØáo','¢|]Ö“rB#\0«ï¢GTCI—G3ÊONÌOº~@\'Y','',0,'?'),('ãs¼ÓV„¨³€<ëHšLÐ','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/views/editor/add.php',0,'Hj¬Ëo¿SÌ°é;Ò©v','Hj¬Ëo¿SÌ°é;Ò©v','[é³dê·çŠ~éÜy%ÓõQ7™ºCtuÅÿ¹\"œ;eä','',0,'?'),('“»½púk~èû²Èœ#','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/views/editor/autoresponder-code-fields.php',0,'a-«Æc\0æ…÷¯m9ÙUÎ','a-«Æc\0æ…÷¯m9ÙUÎ','»6êN’ÍêY¾Cà*N0VX=\rQrÅã†ÿKX','',0,'?'),('³dõüOKPÐ0Ý±‡»','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/views/editor/captcha-settings.php',0,'LVÂRf?¦ÈE^„.D','LVÂRf?¦ÈE^„.D','¥Æá”›À@û’õÿµrmÜ§ÌOã~¼T¢ô“˜+kL›','',0,'?'),('×pyååµ%Ì§ežøu¢^ï','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/views/editor/dashboard-api.php',0,'>«…óŽ\\k†cCéåúÓo','>«…óŽ\\k†cCéåúÓo','œ¬qîŽ{P2Ôk	u¹Â‚TÐkh&©Pæƒ','',0,'?'),('Ûž >¦ì.„Býâ’•','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/views/editor/dashboard-custom-html.php',0,'Gš×\r5óŠÝ†½ÏWüÉü','Gš×\r5óŠÝ†½ÏWüÉü','Í˜Öøp1‰èN]¿Þû·k‹?þH\Zû™¼ã/$¿','',0,'?'),('¼])þT!SÜí,Fð6«L','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/views/editor/dashboard.php',0,'ç¬ÿŽÙ‹ùƒôûsÉÿ','ç¬ÿŽÙ‹ùƒôûsÉÿ','IÀMˆaƒ³óSˆo×pÖ`\\“ÌçÜ;1žŒÕÑôéh','',0,'?'),('<&‰^dYÉü>ûmheô‚','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/views/editor/partials/api-lists.php',0,'IŸÜ“ÎÓE¦É,ù 1×','IŸÜ“ÎÓE¦É,ù 1×','#Gš® N~¿œH×ÑÜ\npF§ÓjÜF~?š¿M·¬…','',0,'?'),(';ä¸÷ÍŽ1(ÄiŠaêd)','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/views/editor/partials/api-select.php',0,'â(†xJ¨o½E·°Äí¨¯P','â(†xJ¨o½E·°Äí¨¯P','“\0û1}\Z·Ê“:‘î“89Ú—Çæ®ë¶tÚj','',0,'?'),('´\0¿ìò]×v+^ºàBD','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/views/editor/partials/api-shortcodes.php',0,'­•Ö×)“=çà®Â6Jr','­•Ö×)“=çà®Â6Jr','w:==âÚ´«î¦NAÉè[ÀO~ØªYÂO\rT‹þ,×','',0,'?'),('Lh“\"¬›å[Œô\r8KÑ','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/views/error-log-entry.php',0,'pZ	3¬ýâ†Æ¬#µæe2»','pZ	3¬ýâ†Æ¬#µæe2»','lýÅx²Hb)£4gŒ7&MšbêzÿÓß8Ì”®KA½œ–','',0,'?'),('ÙÚunˆØU™²[¶=HR','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/views/includes/video-link.php',0,'áõÃ¼¨={¥iCñ¯ã¢','áõÃ¼¨={¥iCñ¯ã¢','! O‡Y-g‚¦¦É#0ÆÏVuzHæyÃ P‰­','',0,'?'),('kNáŽ¬ûniiï­4Á','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/views/js/admin-global.js',0,'ÓPŸ‘¢ÖôW‚<=:-9e','ÓPŸ‘¢ÖôW‚<=:-9e','n4´qj\'»™Ãøc:–BÓ³1ÌÚï–\rãÿ`ê','',0,'?'),('+êÏê¶W\\?IF‡	©@Oi','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/views/js/admin-global.min.js',0,'È)ËÃW‚)p}†¾x','È)ËÃW‚)p}†¾x','f;¯S#½©–¤ÑÇÊn¸Ê‚èfH’Ù‹úo#´×','',0,'?'),('ÏYšr\'6cµR4G…','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/views/js/admin-logs-list.js',0,'›:eZ³W0‹L\nÕ–~Kû','›:eZ³W0‹L\nÕ–~Kû','¨è“ŽÓ“æa’·|ÖHYòøk,hkp2\nYÑf×Þ','',0,'?'),('IŸ’gvÇïmˆ]ñ','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/views/setup/activecampaign/forms-list.php',0,'ºà8Ÿ¿÷ƒ”Âôô¸(A¨','ºà8Ÿ¿÷ƒ”Âôô¸(A¨','	Yƒ,®¿¤\Z‰DßÛdÕk\0® ÿÍQwü—àèK5','',0,'?'),('ÂÝ3Ë¿aÉãÈèRµÑ','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/views/setup/activecampaign.php',0,'Ê\0!d•ÏÕìõYñ!çwì','Ê\0!d•ÏÕìõYñ!çwì','dM(ò(«ZÔ¾§:¨ßu¾žë›ÅàÑŒjPŠá·l–','',0,'?'),('4y“F#ª1\'*_­ÂL†]S','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/views/setup/arpreach.php',0,'”»žU‰ŽZ;éºÉå\n,¥I','”»žU‰ŽZ;éºÉå\n,¥I','X}v‚|.ÚWc>T˜g$ã¾\nl>y¥¢k”+¯','',0,'?'),('Ó.^øEè(”ŠBÙº{','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/views/setup/aweber/tags.php',0,' RƒC¥5ë˜ùÉøàU',' RƒC¥5ë˜ùÉøàU','Dª€/“œ£?;gÇ»	At€ùh,Ôgù)rO<ÜKs','',0,'?'),('¢ÝÆdW\"{Z‡#ñÈ>ËŽ','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/views/setup/aweber.php',0,'2¶öÙ©¤…=§ÓVî£>Ë','2¶öÙ©¤…=§ÓVî£>Ë','Ö0Õà7ßÑç2¨Œ%ørÀjy/ÖÊØA\r¬r;¾lU','',0,'?'),('ã”òŠ[^ý-	°ît\\','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/views/setup/awsses.php',0,'Ej¾éYÿaAR¸3ž…>ã','Ej¾éYÿaAR¸3ž…>ã','S 3r$×u<ˆõœxa9Lù Fc¤¯T® ^','',0,'?'),('õP°}\ZæüåmÑ Èóm','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/views/setup/campaignmonitor.php',0,'¦7€xÇúµY\"äÌO','¦7€xÇúµY\"äÌO','ä&µÕ¤Š(Së{ëª/*ÑŠêèÞR²šÞ™}˜Ptù','',0,'?'),('h[²û€®åx!èÖ\'Øo','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/views/setup/campaignmonitoremail.php',0,'ÇòJ6A(Ì²ˆ÷tSÈÖ\0','ÇòJ6A(Ì²ˆ÷tSÈÖ\0','ÅMªí~ÈUÉÄ7R#a’‚o>L/³ãÔå‹àÛ','',0,'?'),('ýilì®Rƒ}Dîvª˜®','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/views/setup/constant-contact.php',0,'ÆNØ\0°²‘ýL°†˜”‘—','ÆNØ\0°²‘ýL°†˜”‘—','Âi˜2­\rxÉ>ØnâøgÛŒc¥ìa¬Äð* Ü³U','',0,'?'),('ÕBL©ÐÅ!ÚjÄ’Ëþ','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/views/setup/convertkit.php',0,'dû•„yØóÉ´.äû','dû•„yØóÉ´.äû','™W	‰NG74a‹Ø„êèû&:»\rUiR¥ãK/ZQ$¨H','',0,'?'),('FI5¹‚=&ñõB¯','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/views/setup/drip/optin-type.php',0,'ÊÇ4\'Rã{ô×Åm‰!','ÊÇ4\'Rã{ô×Åm‰!','ù&É²ð3\0Y9WëË—°@’SæÍÅ4‹s!ä\ZA˜ú','',0,'?'),('pæ®Ímnh©íeý‡>ù','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/views/setup/drip/proprieties.php',0,'¦gx\'î©áƒÄ€·¾ãÁ','¦gx\'î©áƒÄ€·¾ãÁ','Lú>-v–FeÁÀaVC\'Œ£©•¨ó\nrÓ™€´FJÉj','',0,'?'),('u3!ìÙ½CCÁ ÒöYù','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/views/setup/drip/select-type.php',0,'7­‘ð¥öS[ªŽŸ ','7­‘ð¥öS[ªŽŸ ','\"óúûHRËR‹L›¡MçÛµN&÷y!ÍŠÑ±_‚*8','',0,'?'),('·BŠÝR–üt´ÿE1Û','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/views/setup/drip.php',0,'…ë/˜Ý©jX]6jC&Šµ–','…ë/˜Ý©jX]6jC&Šµ–','ùÍ¥¿($ ê~m”¯¢?Š«f 9wN·8±ÔUË[®÷‘','',0,'?'),('ý¼7‹¯jéLÈ®r\"]','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/views/setup/everwebinar.php',0,'dl 5£Ëh`\'\'¯çÙy™r','dl 5£Ëh`\'\'¯çÙy™r','×ÛÒWÁ1‘M>	Èaë|Ø7Úcì¬£€Ú¢ðì^NÐ(','',0,'?'),('wö¾½Cõ´Ÿ{SˆÊ','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/views/setup/facebook.php',0,'¸€v\ZT}ÑÄÆÓG¤¡(','¸€v\ZT}ÑÄÆÓG¤¡(','\"4üBÍx\rë:cÔkÖ-×8²f\\¶(j›pdÜ','',0,'?'),('e÷ý¿Xt†æÓ¹	-Ü','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/views/setup/get-response.php',0,'d´%Qƒ×6³¯;Øa|','d´%Qƒ×6³¯;Øa|','»\0g0öÏ¢ ~OP˜ÂO69Ö®{K½ºŒ’ÿÄG','',0,'?'),('iÕQ™T©Íˆ†8%#Ò','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/views/setup/getresponse/cycleday.php',0,'‰\'§]äåË\r§å*ud','‰\'§]äåË\r§å*ud','<}ÐŒÖ_nÈ q€µ298Îs2]#AÆé*X³ëÑ÷ÑŠ','',0,'?'),('}Dpíð÷ñ»Ý6ÎÀ3Þ','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/views/setup/google.php',0,'&ÜzF½}’÷ÛöJØYæ×C','&ÜzF½}’÷ÛöJØYæ×C','Š˜ê²CÄš6l^K]”µGóð˜¬ØpÃu®j','',0,'?'),('Fk÷	P:7jj³¶ÞþÛ:','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/views/setup/gotowebinar.php',0,'ãË\"ß–™ªVÀ+µ6åÈ,','ãË\"ß–™ªVÀ+µ6åÈ,','mP›S}÷+ôêž>QíáxWDSp|Což‰xFÞ£','',0,'?'),('º¤xW’ÐkÖÐ¥¦ñ¶L','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/views/setup/hubspot.php',0,'[o œoNÎ¦\n^éh+MÚ¦','[o œoNÎ¦\n^éh+MÚ¦','\"ø*à`„u»•êVÞ¿ëÌS¦øó¥éÃùÞY{\Zi','',0,'?'),('ÊæÑ½&°l{?$çrÀ}“v','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/views/setup/iContact.php',0,'8= ãv8÷Ð°>!íï','8= ãv8÷Ð°>!íï','-1CÅÛ¿?2ô|¬r~´Ím°1asnúê½hÆ/œe','',0,'?'),('UÃ‡Í»b»0ùƒ—nÀÙ','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/views/setup/infusionsoft.php',0,'™T?vùŸâÙ>RwY‚','™T?vùŸâÙ>RwY‚','ôÆ\r×OŒN/ƒq…óé‹×JL¦`ýTS“p¸3¾ËÂ=','',0,'?'),('Ã\rvŠõzOØÍ!É…-„','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/views/setup/klicktipp/tags.php',0,'c„»s÷¨,qd%»7M	','c„»s÷¨,qd%»7M	','c\\t<û¸/åŽ°rëŠªQJ––5j	àg\\\nëA','',0,'?'),('ešÿÁJ“ûj}÷^gh “','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/views/setup/klicktipp.php',0,'Œ¸¼öYWàæ}âòæõ¨','Œ¸¼öYWàæ}âòæõ¨','¿=7\0¢£e÷xÍ=C©:Í¢¯“A@Í.ÅV¾Æ§]ßÛÃ','',0,'?'),('•rºŠ^füóÆ§­	O','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/views/setup/madmimi.php',0,'6ìJ<cüŽÖ‰~`Îh','6ìJ<cüŽÖ‰~`Îh','°çJØœ­1w¦ÊÍ0ÛÌúÝj’”ÆOüV`¾±.k','',0,'?'),('XõÊÇ\'ý«Ò#ìgÊK›-Ó','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/views/setup/mailchimp/api-groups.php',0,'uµ3P·ê…m1¾ƒžÎè8\n','uµ3P·ê…m1¾ƒžÎè8\n','iˆoZ‡ŒÌAv ò\0ë’ÏŸc²vìÔ÷“¤–N ƒ\rƒ','',0,'?'),('ÌØî;¢;e)îôâÌ','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/views/setup/mailchimp/optin-type.php',0,'èƒËf_¼½9	Æ\rþ¥Þ@','èƒËf_¼½9	Æ\rþ¥Þ@','/p\\GÏ}%°‹Bò¬üm‡BÌÐ4÷\nB¿2Äã','',0,'?'),('öx+¹µjãŸ}ÙaDÖ\Z','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/views/setup/mailchimp.php',0,'­šÀ‰,_\n›Õ•äTà ','­šÀ‰,_\n›Õ•äTà ','À²¯…Òà®Îæ@Œk\'üNÉ³öNlëúdúü¸Ü(F','',0,'?'),('‡“<êŒNç1?`ÁÕLKk','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/views/setup/mailerlite.php',0,'4smHU@ó!Î_e|žì[','4smHU@ó!Î_e|žì[','@<ˆN;cå4Áý7ƒÔE)JUÊ3g—šw Ö:!j','',0,'?'),('ÿ\0XU7¯ï›uìÕB+˜','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/views/setup/mailgun.php',0,'Ðe¶Ò·Fr”hM±OE','Ðe¶Ò·Fr”hM±OE','²`Š³7/t|ðh×?ùN¹jì§å“.kÁ2i\0Q,N','',0,'?'),('ÜpmòR	±g7F\':Í','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/views/setup/mailpoet.php',0,'àçß_:ÇZöûl€®t©Ø','àçß_:ÇZöûl€®t©Ø','¾`M‰³ØÑý®šµö\\yñcŽæO¤M‡ùù\n0]5','',0,'?'),('2¦¢WlöóóˆdYÍƒ÷ƒC','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/views/setup/mailrelay.php',0,'²å…«ž¨õ¥Ø¢å>èú','²å…«ž¨õ¥Ø¢å>èú','u#`=º8óˆ:çL*Êeém§{Ú´Úg¼ò 0]è_','',0,'?'),('Ãá†¨æR£ cÐÕ;','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/views/setup/mailrelayemail.php',0,'Ø›SËc¥\\?oŸx(ñ³','Ø›SËc¥\\?oŸx(ñ³','ƒS³î	Ïm±S8en¬‹„’)cÄñ}\rë²Ê\0','',0,'?'),('\Z‚Ðþ<iÿ\"Ø/ž ãš','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/views/setup/mailster.php',0,'Éè£fÀ:ßBÐÝ¬«[Å','Éè£fÀ:ßBÐÝ¬«[Å','@OXîæ\0 ¨Â³ÙBþ­UêÅªÝˆ“¼dú°­µ÷Z','',0,'?'),('\n3q}:c pR…Ž¶ð','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/views/setup/mandrill.php',0,'ÿP^}k)à%~Â¥z','ÿP^}k)à%~Â¥z','ùþ¢‡sº\"<¡’î¦ðôµ·‡ŠŽÑÅx0Gñr|M','',0,'?'),('ÎÒo¬=§hý;_ïø^9','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/views/setup/mautic.php',0,'ï\Z\'eM{/lÁÈòÀ÷æ^','ï\Z\'eM{/lÁÈòÀ÷æ^','¦çÊ’4“d`!´ˆ±»—Æ¨)xH5$£ÍàŽ-kƒ','',0,'?'),('y%lC­C¼7SÜé ª','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/views/setup/ontraport.php',0,'ÕíÏ¤#‹2¯Š\"z³qá','ÕíÏ¤#‹2¯Š\"z³qá','\"Êr¬ç³‰~~¯d×$À3’Ìé€2 <[\"Ùš','',0,'?'),('ÉÕ;ê—³®;A@%éåÑ–)','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/views/setup/postmark.php',0,'K\rn¨é³@Š–q·ó1X','K\rn¨é³@Š–q·ó1X','{‘m‰Â£ÏkûŒomçháÍ®8÷û¸V \n\ZŽÓ','',0,'?'),('oC|F¦N\nf°ÉÒ›_ ','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/views/setup/recaptcha.php',0,'÷.¢\Z?5©CKïIÆAÊP','÷.¢\Z?5©CKïIÆAÊP','‚ý”üˆ»8Éï¬Pn™YëƒÊ/p®U¿n±H','',0,'?'),('ÎVñÍvßØ/C*k%0','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/views/setup/sendgrid.php',0,'GúÙùÄÇÐÁe','GúÙùÄÇÐÁe','½%›@r0Ô˜²Ö6¥›‚¦æ·7lV>ús¯ƒ\Zý','',0,'?'),('þ„ÀáŠ#YP7}ýÜÃ','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/views/setup/sendgridemail.php',0,'Ì	g@yYãé’1.pJ¤','Ì	g@yYãé’1.pJ¤','/÷ùØ¨­!ƒ©3•Û`™ªû6l·ÅÌÒF<WÌ\07z','',0,'?'),('9K]V;#[’jãsìÄJ','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/views/setup/sendinblue.php',0,'”ëUüÖóP¥TÜ4ÌúÍ','”ëUüÖóP¥TÜ4ÌúÍ','\rbó$¼*\0	‘TãÅ­\0Úáº\ZG0›ƒáª¯‹‚\\ý','',0,'?'),('œ§Å·nl¾Àö™Ñ~ šç','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/views/setup/sendinblueemail.php',0,'Éy©«štvO_W¥4Ûo&','Éy©«štvO_W¥4Ûo&','‘½\\TÎ˜³¬ƒó…è‡+(\rß6‰ug\"=MÕÚ','',0,'?'),('¬\'§Þ©DÆ\"h?À¦','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/views/setup/sendlane.php',0,'¤ftèE’¦»¥û_','¤ftèE’¦»¥û_','FA?¾¿@Ë2ñÚÆ\\¯¨?Í¶¹÷>N5Gîÿ¯£','',0,'?'),('ãÇý-¾¹¿»¬ShOðôþ','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/views/setup/sendowl.php',0,'§ nì°`Ó¯×g1H%¹@','§ nì°`Ó¯×g1H%¹@','§tþ€©^EšKÕ!x#®èªéüß/Ãº²ï…','',0,'?'),('8ZtDÐÓ`æl­2kÚ0O','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/views/setup/sendreach.php',0,'M’Â´£×­÷ë•áþ]¬','M’Â´£×­÷ë•áþ]¬','¢“»S@\rþ¥«‡—Ê.Ãã¡šÂ0î^¶íÑÙ)ÆÞ,','',0,'?'),('ºæ¢ØçRÃ\\:9ŽþºY','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/views/setup/sendy/note.php',0,'óèZž˜µý|(¦±v¼{<¨','óèZž˜µý|(¦±v¼{<¨','jF@tTw¶\nÂwùA2;w\n48õíMˆ…út\'´ã]','',0,'?'),('Û÷3Dë7î¨×<¡NXy¾','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/views/setup/sendy.php',0,'d¨v‡¨%VB4:;56þ','d¨v‡¨%VB4:;56þ','TºÑYÝl\nsÿÜÉ0í€vŸwÇdŒ†\0Såý|<','',0,'?'),('tj—ßµ°oñi4%Òªi©','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/views/setup/sg-autorepondeur.php',0,'T#{ì\ZGo.]·HýgS','T#{ì\ZGo.]·HýgS','zQZ@ïÂ+y`>N‘9…‰Öf—¡:äH\\ø$','',0,'?'),('Ôær~h:ÄŒïOÞòÔ','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/views/setup/sparkpost.php',0,'™…^¸ä-†ˆlP?øì','™…^¸ä-†ˆlP?øì','¸ãýÓ‡Èì`p w#,\0kE2}çzp\n?h‚ªú','',0,'?'),('“¡ŒüðÇ\"¼O~|Ÿ•','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/views/setup/twitter.php',0,'¥B»|ðÛËOEàlº\'Q®Ô','¥B»|ðÛËOEàlº\'Q®Ô','\"ç^ebÁYD5ÙÿoäÏø‰–)Ò%¸K#\">>¸<šó','',0,'?'),('CRú-ø~KƒE«ü¨ìZÎ','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/views/setup/webinarjamstudio.php',0,'ž¾t¸ ñ¢\\}ÍfúXÄ','ž¾t¸ ñ¢\\}ÍfúXÄ','¤@bkFŸ\n‚´oóååöŒEGæC»Ä\rvï]ÜÜ','',0,'?'),('[ì\'.Ï¶(V„Û<Öžr','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/views/setup/wordpress.php',0,'-¤¹¶g5Ã~ÇÎÄ#/Çœ','-¤¹¶g5Ã~ÇÎÄ#/Çœ','Ü<‹›XWÂ´:¾ïVØ@ùí,EŠ}iùùa»ñ$€','',0,'?'),('ŽM4Å£Õ¹Ú[>H|5','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/views/setup/zapier.php',0,'5COû¹ao¢5t®¾ë.~','5COû¹ao¢5t®¾ë.~','ßuSU1›è©cQÙ<D˜±´/;U‹k«ñîe-œ.¸','',0,'?'),('@žZN{ðºi‹Œ¤ëPH','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/views/setup/zoom.php',0,'ÐÈµ¶ÒÆä&|–°','ÐÈµ¶ÒÆä&|–°','3 J™·+¬BlÇY»(/Âßºe`8HÑ\'w«¾¨ÜÃ','',0,'?'),('Òããsfxå@O³­','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/crons.php',0,'-@œQ–Þ…Ð†f/8¿','-@œQ–Þ…Ð†f/8¿','Õ¿Î_ZÄ[ûv¨Wê692¢z‘ƒ½i²õmPòÒ²€,ö','',0,'?'),('r¦¿^ï5WF-M:Š!','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/db-manager/class-td-db-manager.php',0,'í†!g¨û++‡´;hAõ','í†!g¨û++‡´;hAõ','ÅxYïËË¢¿ªøàøÉ^cŠ3ò5mO›½~Á_Ö§\"v','',0,'?'),('à8¾Ñ1&²o4wâ±','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/db-manager/class-td-db-migration.php',0,'žâ^\'’8oãÉ#@ÃôÆî','žâ^\'’8oãÉ#@ÃôÆî','O	ÌÄ‡{\rõN@ZKqó|´Û„m$¼RFbîÉ_äµV·','',0,'?'),('qMpÃ^<[ØÿÔãç”z','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/font-import-manager/classes/Tve_Dash_Font_Import_Manager.php',0,'Ã3€ìâ®°‘gá|\Z','Ã3€ìâ®°‘gá|\Z','2¶·³¼ci©»¡¿ÕY±Ê<LÂfÝÄ™‹ì\Zþ&¦“','',0,'?'),('+Áâ¼¯Ðƒî¼1Â×ŸÃ','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/font-import-manager/classes/Tve_Dash_Font_Import_Manager_Data.php',0,'Ïxþ²g:KcÓ’)iè','Ïxþ²g:KcÓ’)iè','pØºS½Vú±_~”{ûÑÉ;ÐÈ—Åù9žÖDAá','',0,'?'),('ÖxêÞ$EX;[W…«³j¹','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/font-import-manager/classes/Tve_Dash_Font_Import_Manager_View.php',0,'4âDìäÄ€[¬=ÛMà»ƒ','4âDìäÄ€[¬=ÛMà»ƒ','š¦–wï+éMÈ£gV²®°Iô@&J&\'vµÃ0þ','',0,'?'),('WJº¾3Íád¤žðšPŠ%ƒ','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/font-import-manager/views/form.php',0,'Ü·RÑ„ÉbLÍ›^8','Ü·RÑ„ÉbLÍ›^8','ñ}YY5û	?Ÿ;Žìx]?`ÈsV¯p)sê¢¬ã','',0,'?'),('8ÎH©&TôÃaŽâh.’ß','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/font-import-manager/views/js/manager.js',0,'ãi·£4dîº»þ2YÓÙß\\','ãi·£4dîº»þ2YÓÙß\\','í}Ø¡V˜üNÇ$A–ÎD¦ƒyH0¦>aÃ{ß)','',0,'?'),('9nŠ’i_sÁ&\"0å/va','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/font-import-manager/views/main.php',0,',ÊþR×Ë>;«Üºjo_o',',ÊþR×Ë>;«Üºjo_o','ÈÐ˜÷f4HeÍX6´Ü‚¸Ì[6ËVLÏ–\nÈípwî','',0,'?'),('Ù^þÁ`E»¥cÇä[]˜','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/font-import-manager/views/messages.php',0,'B<ý‘^á­F’Ñ\n¨','B<ý‘^á­F’Ñ\n¨','ìØ“FÝ§ääa“}ƒ&ØlÖ«ç?©X`4ï|Ô#ÔS','',0,'?'),('§h8Ð¸‘5€Ÿ·Lä¡¦Ï','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/font-manager/font-manager.php',0,'³®%ËõlX&«PÔ”Æ','³®%ËõlX&«PÔ”Æ','¦‰Z*wtÄxýi\05ÙxÚ2ì²Ô¤ÚÝ«`µDÍjÜ','',0,'?'),('ù^K:EÖµ¦›oV¼yªJU','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/font-manager/views/admin-font-manager.php',0,'ß§É³Î„¹¾äÝÛ†­\n}','ß§É³Î„¹¾äÝÛ†­\n}','¥ˆñÙtsë\r¼qB\'$_,9ßÂÐ÷I=ÄÛP','',0,'?'),('¨„œpBY\"S}¸èÊ@.\rX','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/font-manager/views/admin-font-options.php',0,'–^Ûv;\nÿîm¥Ñk„£ò','–^Ûv;\nÿîm¥Ñk„£ò','õ\\æB­wv¶a<Œv(0ÂGÞ/‹³É5Í jc`Â‘ö','',0,'?'),('UYm:åáþ!jhz·z','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/functions.php',0,'CÊÿ-ëËè¿w%vCvŒ','CÊÿ-ëËè¿w%vCvŒ','Zì,ŒŒ·\'Ub<rõÕ·ÍÔ÷eêÏã¦€î-%Ë','',0,'?'),('ƒÐ7u©_öì¾hJoÚA','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/hooks.php',0,'Æ¯«»J0p¯kÁî_[ö','Æ¯«»J0p¯kÁî_[ö','VŠƒO­~É·ÀàÞk?8õ1L©Ùœ,þ+\'ªå<Î','',0,'?'),('=öñ¨wölò ê°.[','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/icon-manager/classes/Tve_Dash_Thrive_Icon_Manager.php',0,'býL»‰Ià¦Åís§','býL»‰Ià¦Åís§',';èrÝ9ø2ÍÑÙÄûFŽû“59_á°õ‹ðp1E ¾','',0,'?'),('ÑsF+ /×¨ÁË·ú³z','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/icon-manager/classes/Tve_Dash_Thrive_Icon_Manager_Data.php',0,'éŠ`@æm`;µu‹¡Äe^','éŠ`@æm`;µu‹¡Äe^','ó‘lÊ(kq¯°È ²î²ÝÑ®œ^J¦+\nŒÜXœ›Í','',0,'?'),('¾³)@DGksÚ‚„‹\n','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/icon-manager/classes/Tve_Dash_Thrive_Icon_Manager_View.php',0,'(©Žßî²}ë(³¶Ýxr','(©Žßî²}ë(³¶Ýxr','É\'tÿ÷Y‘8@ç¡O8\" i=?Q‡âÕÙ‘àP?t','',0,'?'),('²QÎo¹ù•#1ï0c7T','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/icon-manager/views/form.php',0,'¸Ax;“Ý¤ïC=5Íj;','¸Ax;“Ý¤ïC=5Íj;','?×bBÏ¢I„|:Äk%PädõçŸ8ÕnŠŽÞ¤g˜:pûN','',0,'?'),('Ø@-Þ]êü•¦y”YÂùJf','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/icon-manager/views/icons.php',0,'¢ë\n”oµÚgŒcçSGõM3','¢ë\n”oµÚgŒcçSGõM3','°ä±ÇYB<°‘açí;Á§Ðy‰Zÿ†÷u½Å%Ñ','',0,'?'),('{VV!‚_WÂ²ãqÁ\"','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/icon-manager/views/js/manager.js',0,'ñdÅ[98ŠóózñdåO','ñdÅ[98ŠóózñdåO','wr«/»í®xm–Ù¼Lh×Ž–w”é_ºà¼üù¿Y','',0,'?'),('¤¾§ï\0ô©óGlPrÄ','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/icon-manager/views/js/manager.min.js',0,'ªqb¡yÈôÖ_ìW{tó','ªqb¡yÈôÖ_ìW{tó','@ôÖeo„É‹\\þt\ndSdýÃñ‚›ŠŒV‡O','',0,'?'),(' ¼róË\0Ó]Òf¦š¥B','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/icon-manager/views/main.php',0,'õWûœ dÄÞËu•5\'Uß','õWûœ dÄÞËu•5\'Uß','^Ž-ºâf@ÅÙÞ¢Ë#œ¹´‘fs‰ª¾fƒƒ/\0','',0,'?'),('å¾gdo˜j„!êßÄð','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/icon-manager/views/messages.php',0,'Œ.®S¶,ë0/Aˆ]*¿','Œ.®S¶,ë0/Aˆ]*¿','<‘»1Äç‘ª¤`ûš‚0óT3L1ï§ûåðô–’8','',0,'?'),('{º•¾dÌ˜\rpv&sp¦','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/notification-inbox/assets/dist/admin.js',0,'/{bóº\n _¥sd~ë™Ç7','/{bóº\n _¥sd~ë™Ç7','æi´¼ôë¡ÉgXÙÿ¶¡ÿbß.	kÁ&0XåÐ~¤i','',0,'?'),('›¯å€^™lË¡¨¨\"BL†','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/notification-inbox/assets/dist/admin.min.js',0,'FJ²t¯ÚÎkÿ‚¥:HÕ','FJ²t¯ÚÎkÿ‚¥:HÕ','¨Mhu@~B°2?\n®Ë%ˆ\r8<x¼1…&NïYŠ‘Ï','',0,'?'),('’“¦×(7Ìä¿DL­ÊtBÒ','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/notification-inbox/assets/js/admin.js',0,'þUþzôæ?¼‘`iN','þUþzôæ?¼‘`iN','½†,©ãXM£„-o3ÊÖùRM|œ RÙÍô®z UJ','',0,'?'),('<#Ì•îÀÎ\"çhœx','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/notification-inbox/assets/js/collections/base.js',0,'Æ-Ø]À(—	Iëôûˆ;Ù','Æ-Ø]À(—	Iëôûˆ;Ù','ÚûO~nml\0ë|áþ×{vÉîå!Ôø_úøqnñ…>','',0,'?'),('ß5ÇèKü;¡Àà¡.Ïã','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/notification-inbox/assets/js/collections/notifications.js',0,'ç¶óÂÑ¨Tjö‹ºÝ¤7','ç¶óÂÑ¨Tjö‹ºÝ¤7','ˆÝj2¿Öƒ>,Hv#3Æw.LÓ\rcAöo”7Eä²@','',0,'?'),('ýµp«·NG@ñîÌa','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/notification-inbox/assets/js/models/notification.js',0,'jd€ÀüÖÑB${q¬Š\n','jd€ÀüÖÑB${q¬Š\n','n¸¼t™P§É÷#ÚO]ÄÁ³t‚áð½8­<38¤','',0,'?'),(':`m˜¤¡»™TÞš_W','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/notification-inbox/assets/js/views/base.js',0,'L@«ls«Õ­t;ô‰é±','L@«ls«Õ­t;ô‰é±','Ü\0RÐ“TxƒB¼yi+M©“Åªw6\\9úé<é\Z>s','',0,'?'),('Ï‚A§˜°ì“Œaœø','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/notification-inbox/assets/js/views/notification.js',0,'™t@¨7G”Þ,•i6+íV','™t@¨7G”Þ,•i6+íV','‘|ˆÄäÉèoÈ³…÷t¯B”«¼â‹ˆ„ÆÉáJÓÍ','',0,'?'),('ƒV¿ìÒnÊ69m;’“ùw','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/notification-inbox/assets/js/views/notificationCounter.js',0,'\\/@±BU ©ÑÞä\nfMa','\\/@±BU ©ÑÞä\nfMa','5°ÈT1ô>ÿƒ·àÉà.\0«ýhÀ5¦Ð®YÊm<þq3Ê','',0,'?'),('v¯°¼¤gµ¹p.ùpòø²/','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/notification-inbox/assets/js/views/notificationDetail.js',0,'ZÇ¶ì[Ç#µø‡ïÊ:vÍ','ZÇ¶ì[Ç#µø‡ïÊ:vÍ','Ñ§ë¿·.§F@/J•w´Qó# OýÜU\\zt¯äü','',0,'?'),('¯‰§­	v<iÐÍãn\r ','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/notification-inbox/assets/js/views/notificationHeader.js',0,'X]/¢5UúšÍ˜Rã\\','X]/¢5UúšÍ˜Rã\\','?´’t3öúÉÝË\'#%Ú¤Üúúy³	T‡µQ—šæ ÑT','',0,'?'),('æþfš ­¢E·W\Zh9é','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/notification-inbox/assets/js/views/notificationsList.js',0,'³ê2Íë%È¨½SZ;…\n','³ê2Íë%È¨½SZ;…\n','aõ—v{›”J3ïñ,žÃ•@ÀÓùÂö-¥À«(p˜½','',0,'?'),('ŽÎBµÊ,5é6‹+&Š<…','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/notification-inbox/class-td-inbox.php',0,'û2ç®1ÌeÖ¯n{oô','û2ç®1ÌeÖ¯n{oô','šJxWG:™>»„”¢ôÒ“s\Z‚éq#ÁT¥ƒ}r’b','',0,'?'),('à6ÎòDlÞÕÚ&`Mh','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/notification-inbox/i18n.php',0,'Á3óR\0{¾)$¾möqú¸','Á3óR\0{¾)$¾möqú¸','ÌN*ýrz©û²§Û5nQÊþÂ&!ÑV¦Ã}f›','',0,'?'),('Ö—XG›9ßb?ºQ^€*\n','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/notification-inbox/includes/admin/class-td-ni-ajax-controller.php',0,'iRÀ—úy(\n4Ò¢&¾yo','iRÀ—úy(\n4Ò¢&¾yo','°ë”ºmWÍŽÜø2ýuÝ¡ÆæÙGÎ$)É4çjÝ7s','',0,'?'),('ü?4O¶êÍ‹¼}_ã;à','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/notification-inbox/includes/init/class-ni-inbox-manager.php',0,'*Ùƒ‡É9Çå¸#×ã=Í×','*Ùƒ‡É9Çå¸#×ã=Í×','÷±.‰²\\;RíáÎ;?´öD_£IT$Pµœ o X','',0,'?'),('àô†#É®9Årö0ª0','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/notification-inbox/includes/init/class-ni-message.php',0,'ØÐ~èoø_)ð;·$“','ØÐ~èoø_)ð;·$“','\r¤Ö¶f2è9b–ú&ªe¢”ïc6Ý›ÚGcM¯5àÁu','',0,'?'),('´\Zn£­«JÞ½‹O','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/notification-inbox/views/templates/backbone/ni-notification-detail.phtml',0,'Ïý`*wŠÞ\"{üCÀØ”','Ïý`*wŠÞ\"{üCÀØ”','K÷zØ\'1…²Œ¸×éãy„à~‡|ã0;[*','',0,'?'),('eâÍuå;GZ=-Ï\nr&R;','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/notification-inbox/views/templates/backbone/ni-notification.phtml',0,'?JÞÈlŸÁ´Öµ\n\'j›b','?JÞÈlŸÁ´Öµ\n\'j›b','Ás2™›ÕrŠôÐ}hƒ°ÄÐ±=éqÙ§®å¦×/¥1','',0,'?'),('	I÷WG:©íÃ±´ÜÐ4E','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/notification-inbox/views/templates/backbone/notification-header.phtml',0,'pÅõ×6öÉ¶”Â½\'Û','pÅõ×6öÉ¶”Â½\'Û','l7åx™w¢YÐVZå)“‹/ƒº×`½ëEaXUÒ¹üÆ','',0,'?'),('ä:TÃ(™Üë+|^IMÒ','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/notification-inbox/views/templates/notification-inbox-button.php',0,'`‰Ì]¡{á÷·/ÓOï5','`‰Ì]¡{á÷·/ÓOï5','\'µ\"Ï/pÿ8¨zå«™…pö“é-8^zD ^ÑÇl#ÎÉG','',0,'?'),('Áa™ë»Šÿ‚¢/Dq½t','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/notification-manager/assets/fonts/tvd-nm-icons.svg',0,'P™ŽéªŽñ<¤¯IœLÏ','P™ŽéªŽñ<¤¯IœLÏ','œ°E?%Ï©¯.P÷/wâÄúU6¡àX]Òø™df¢¶','',0,'?'),('=W19„öèèäàMÏô˜?§','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/notification-manager/assets/js/admin/backbone/modals.js',0,'ŸR<û˜h%Ìz!H^Í','ŸR<û˜h%Ìz!H^Í','îA*¹Ò—	ƒô	6Jˆh–—-‚xúZUÐõ³‘‡àzm','',0,'?'),('&S:Âã¢Ü£ª=r*','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/notification-manager/assets/js/admin/backbone/models.js',0,'ÙÊ\rc3m7Iy¹ƒ˜','ÙÊ\rc3m7Iy¹ƒ˜','ëª@~‡k%MtïË0òNeƒ€„â/–‰+ÄCu//™%n','',0,'?'),('GÓEzÖl\\ñVÚ˜y›LM','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/notification-manager/assets/js/admin/backbone/routes.js',0,'	eMñ/0Ã†\nÝyR·©','	eMñ/0Ã†\nÝyR·©','¡´Gdñ¤ÜjYÉ›]tÂ\rÁv×ÏÜ‰3IT˜¡JyÝ|','',0,'?'),('Ã@+àzï¤Ö_>s«”„À','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/notification-manager/assets/js/admin/backbone/util.js',0,'KÏîD#CO,mð‚','KÏîD#CO,mð‚','LÃÌølŠV¼„aI8òqÑÞ½ÜŸÓë}ñ<†R.Ý‘þ','',0,'?'),('Ê\n?Ã§âäWwºæ­É','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/notification-manager/assets/js/admin/backbone/views.js',0,'”(ß\riž’!”À¦Ýµ¡','”(ß\riž’!”À¦Ýµ¡','[Ž<.ú†¡µ#:Þ5œnÃÏú!	DÃ¹¿Â»œûÈÝÉã','',0,'?'),('ÅpÍø~£ªi¬ÙV”ä”','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/notification-manager/assets/js/admin/backbone.js',0,'ÜZ˜ Àµ Öí_òÏ+Ä','ÜZ˜ Àµ Öí_òÏ+Ä','²³YˆóÜãËëãnè˜$‚ZKŠ¸1ðþRX6ÍGF’ú','',0,'?'),('[êÅÀi+úØc¦÷g.','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/notification-manager/assets/js/admin/backbone.min.js',0,'ŒŸ)¹òÝº•îmy62I','ŒŸ)¹òÝº•îmy62I','™´–¹4Tö|ë{®\\Ë{´X8‘Ðù4wÜÏù\r5S±ð','',0,'?'),('\'¹ú;Q»É‚ž³ëçxjÁ','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/notification-manager/assets/js/admin/wordpress_notification.js',0,'ÍÖfi)¨â—\0Ü©îáº','ÍÖfi)¨â—\0Ü©îáº',')îš\'§ƒ“y¥ñk­ï¿eå8€îFŒÝ­ç3â','',0,'?'),('©tÃ±Zô¿B—G$¦™ÄH','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/notification-manager/class-td-nm.php',0,'v¸ÄÈi>nœv7O¤','v¸ÄÈi>nœv7O¤','X	€±å¸\'ÊaÈ²­;ÇÊLÊ%®Ê!fÞ1=¿C†','',0,'?'),('^TäzAý0ÀÂ–0âÇo','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/notification-manager/i18n.php',0,'Ãá«vo[ëÐP™MJj','Ãá«vo[ëÐP™MJj','WôY÷ÏÐyé#Q¦5¹Ö#Üª´öEI*Ó”˜éñÀª4U','',0,'?'),(':äÇu·0F;vºl}\Zá¶','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/notification-manager/includes/actions/class-nm-action-abstract.php',0,'i5öAq‚KEfìïÉÊV','i5öAq‚KEfìïÉÊV','êÑ!³â/:¦³œÝ¸KáÐp\nEÂù2&-ep”¤à8Ðì','',0,'?'),('Öa¹—$\Z#ï…þy¤ö','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/notification-manager/includes/actions/class-nm-action-custom-script.php',0,'÷îŸ7rÄ§hù#¨¸Þ','÷îŸ7rÄ§hù#¨¸Þ','ÓžOÝ–~ÉåNh|ïeŽÂt&\r=lŽ#^ª×þs','',0,'?'),('\']zì5$¤êÖÉœ³[ý|','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/notification-manager/includes/actions/class-nm-action-send-email-notification.php',0,'áO‡Âl=»´2Ã­v›','áO‡Âl=»´2Ã­v›','m¶_G]aÆ\Z}ëw3u—HÔˆ¶ö9Â­S;‹Ñ','',0,'?'),('|è½@-ç@ ÒY4Øü3','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/notification-manager/includes/actions/class-nm-action-wordpress-notification.php',0,'¦·C	‹\'_·éÇ—òç','¦·C	‹\'_·éÇ—òç','H;úBª›“´­Q¿ŽÏ>j_@½®$LêéYsŸ‹ý','',0,'?'),('Ã­h$›&?«Õ&—f®d','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/notification-manager/includes/admin/class-td-nm-admin-ajax-controller.php',0,'ó\nTÒ‹AF¶‡ª¼‘M','ó\nTÒ‹AF¶‡ª¼‘M','Ë{=‚µeàøµÚd¤ÓnÅžSvgÌÞyó¦ºÅhaÄãD','',0,'?'),('¥’þ»¾iÄ/ÃíèŒ\'B¾','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/notification-manager/includes/admin/class-td-nm-admin.php',0,'{Yz‹8![B$àDµ','{Yz‹8![B$àDµ','ï\\\Zð»Šó¾ŸÑqê¼	Õ5ÅÛ*¸êßAÔÔ.E','',0,'?'),('É8ùŠR£\Z²$ðæúÚ<Ùû','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/action-type-box.phtml',0,'iLÆ¯Ny#ÌÒáÄG9éé','iLÆ¯Ny#ÌÒáÄG9éé','Â¹ÅjÔH-Ž£æŒìçä‡0°ÐÁ8Œdõ¶×35læÊ','',0,'?'),('.çYŽð£&Ø¼8«½{É','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/actions/settings/custom-script.phtml',0,'lô‘PÆ\nÖ”¿•^›ªN','lô‘PÆ\nÖ”¿•^›ªN','=#2±`6G²î­!ƒ\"Ó]B?‡Æ«)¤ŒÓ*èpò','',0,'?'),('š$Ü85”!ÖÍázŸ­ÛŠ','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/actions/settings/send-email-notification.phtml',0,'õ¶´n9’\\™ó¾ùc.q¨','õ¶´n9’\\™ó¾ùc.q¨','ÃqY4å({ŠeýÖé¬šì’ \"[€($ÁC&‡\0','',0,'?'),('‡Ÿx*ã9Œ_-…N*d','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/actions/settings/wordpress-notification.phtml',0,'K=¤­øÝXŽgÓèÉ_','K=¤­øÝXŽgÓèÉ_','ãd.xÙ{£ø¡¬ïß„¤C™W‹NÉ0Y\\90\ZsÝ','',0,'?'),('O©Àf	Òw 1íF','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/breadcrumbs.phtml',0,'%ñX=½³èõT`Áñ','%ñX=½³èõT`Áñ','5‘QÙ»³NWù1ìÐµçÆÿŠ%cýíå/©ÙÆ”A½$','',0,'?'),('&Oš)±ªÿoû™Ü\Z•','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/dashboard.phtml',0,'ÅseÂ9ëÐW6ß+\Z','ÅseÂ9ëÐW6ß+\Z','bt¿ Ú4 arl€î?C¹ÐWG”Ûé¼Äáàç…ˆ','',0,'?'),('ó|Ûz÷y×öÝü¸E	…±','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/header.phtml',0,'Â_«1\"Å3\'€D®®¸','Â_«1\"Å3\'€D®®¸','5ÿÍ®¾ÐUŽ\\3Y¿¶µøì›˜vw2Cä]˜g€µÁW','',0,'?'),('¥¨`¸‡Ï\nA”nîDÈ÷©','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/messages/form.phtml',0,'Ï£QÎÒ¬^£}6¸FhØ','Ï£QÎÒ¬^£}6¸FhØ','k-Äc.¢jGµŸ§X–FIk¸‘åÂË5iQcÍy','',0,'?'),('‰(o¼ƒ¸#Û9l{3','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/messages/shortcodes/item.phtml',0,'›_ï‰§ þÁxaÀžG»Í','›_ï‰§ þÁxaÀžG»Í','™aÙ.U@t=r½=Çâ¨ì7Š@îvô`è‹D±Q\ZF','',0,'?'),('{Ã…õùgN‰‡©E&?3','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/modals/add-action.phtml',0,'aB¨AògÌÙõV¬³†','aB¨AògÌÙõV¬³†','4ùy—OÕs´‘è•\0Ïr¤µCáØ5‘b µÕ…¼/','',0,'?'),('\";70R@]§B?Iú¯','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/modals/create-notification.phtml',0,'QbÊÁ–TâRÖûˆ£³{\nL','QbÊÁ–TâRÖûˆ£³{\nL','D¨î`U\"C\r^mqxùåýãýš|†g•ÕñKY(¹ª','',0,'?'),('±k÷#O=>…:PË¢Xçk','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/modals/delete-confirmation.phtml',0,'wÅ±q‘{¸2·%XÌ\'8£','wÅ±q‘{¸2·%XÌ\'8£','HNt£-ó2)€€ã3ßƒá©‘(§‰šÛÈvø08','',0,'?'),('Ê´®›Œ/Q‡¡U$ÃÐSè','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/modals/edit-action.phtml',0,'Œ?jˆu*UÚ»LÂhnå6 ','Œ?jˆu*UÚ»LÂhnå6 ','\"l\0CG£}H„]ýHgpY5Jõˆ‰âTpQnl¾','',0,'?'),('£—ÕÛŽš å6Ëaf½Ø','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/modals/edit-trigger.phtml',0,'Â¿ÓEû-hUOfÛƒàî','Â¿ÓEû-hUOfÛƒàî',':\":£ÙÃÍMó*¥ß!²œª\Z8~}õ<<H^mÉQ','',0,'?'),('âÜ\nÀYr%\"ÿ\\T+^ÂÞ','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/modals/email-services.phtml',0,'#\rHZÈ+Å%Â','#\rHZÈ+Å%Â','PmÝêðEÑÐØç•ßMüNŸLú;®\'ËøGaj°ÚÀ','',0,'?'),('£í•v¶û7\"²‡×;¶Žl','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/modals/notification-summary.phtml',0,'Z´5³7\r\Z‡*ðû\"›¿X','Z´5³7\r\Z‡*ðû\"›¿X','Y 2£	’Ö`AÖC@J8HÛ&Ö^Ýøñ\\ÙSø','',0,'?'),('¼vÜ6< Í8 éí‰Àˆ','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/new-button.phtml',0,'I_BJ:®Êeñ½Tßû','I_BJ:®Êeñ½Tßû','DÀÁS_,oÜ¾Žl>~ÀÑ€ó_ÜŽµó’÷Ÿüˆ}<×','',0,'?'),('Í#sÖ²0ùÕ`ø¦®','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/notifications/item.phtml',0,'¢/Pæ3^ÒSqJµÎ	´‰','¢/Pæ3^ÒSqJµÎ	´‰','ˆÓ£É!Ç5ôjž,ÿße<Êçî>ÈÔžçâŒ3“µa','',0,'?'),('œ¼þ+	Æ.\"ú\'õÌ‹','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/options/action-buttons.phtml',0,'‹ïfœ\Z&T\'q	&ÑJ','‹ïfœ\Z&T\'q	&ÑJ','*9)9¾‹œ]¶;9¤8®èïX!\n<ÊÖi@©E>[','',0,'?'),('J!7ùd…±Œ£|)è¼e','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/options/checkbox.phtml',0,'G›”²K®ÄÇ(U´O','G›”²K®ÄÇ(U´O','º‚Õ’&øS½Iî¢×³¦»3\0Lï¢ìn¿¼vý–˜µ>½','',0,'?'),('$|nØî°þŽn$¼','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/options/input-multiple.phtml',0,'¬”Ø²‚“öÆ$Ðt¡\nŸD','¬”Ø²‚“öÆ$Ðt¡\nŸD','=\Z;…àãnÏøT¯‹bNÉ‰šž=¾ÌÀðÆ}','',0,'?'),('b­¼\niÔ\r?‘ýÙl9µ','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/options/input.phtml',0,'-{gnƒN9®Y9[ú2Ñç ','-{gnƒN9®Y9[ú2Ñç ','gDÐï=hÆ#\\ôÚñë“kŠxºöúJHÀžTBv¹8òj','',0,'?'),('FQ1(à°t§Ã³™Ú».f','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/options/option.phtml',0,'ÛaŒx}lÐÌŽîë)N','ÛaŒx}lÐÌŽîë)N','\ZÈÓ—Z÷£Øù`½ufÿ}mÑvûôZ`áçá~	 ','',0,'?'),('Y]–!*=éYƒ³Éj÷p«','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/options/recipient.phtml',0,'8\"ç9F¯z`vµ6Ì& ­','8\"ç9F¯z`vµ6Ì& ­','¿²SPÇúÏ0MUkéÉ\'ó7t3xXoäã©dIµÁÞ','',0,'?'),('«`{ rxœŸÊ§€iî#','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/services/item.phtml',0,'„Èóÿ¼ëšø\"kÂ.«','„Èóÿ¼ëšø\"kÂ.«','(\'YÓ¹¨ÏÁ¿¤¨umH®ryô‘¼7ú92\"^\"C','',0,'?'),('‘\n=ÏåÖë#ËAnŒ\Z','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/services/thumb-item.phtml',0,'ÐNðÄUôŸ–óéwô¹','ÐNðÄUôŸ–óéwô¹','Ðü¬ù7 çq—tQÉ)Î•ÏÑ|þ@OýÈ`ÀP7','',0,'?'),('†,ðÇ¯Ëí±Î,EÔ+','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/summaries/item.phtml',0,'‚ºþ­ð^-O-N•','‚ºþ­ð^-O-N•','`\\ûÝ·lc¬×Ÿ˜wËsÍ)?#Œ^™î ¼@','',0,'?'),('Zã¶+k9kpvw¹±ÂG','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/summaries/items/action.phtml',0,'¹BÄÙ»\'õR¼<O“(P','¹BÄÙ»\'õR¼<O“(P','k3ÿ«p¯ú»z·AÂöb*²cdGnð®+Op¯¤’','',0,'?'),('gìèdL-Hv©‡åvx`â','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/summaries/items/actions/custom-script.phtml',0,'ÌíÙAá–†¢©N]}VŽ','ÌíÙAá–†¢©N]}VŽ','Í‰Ý³7O¸¬\n)ø¡(Ø~\Zô)¿lèm³)Îq\ZÙY','',0,'?'),('9éÇ¢É—@u§&ö»¾Wèô','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/summaries/items/actions/send-email-notification.phtml',0,'–8‹Ë.˜=(k1','–8‹Ë.˜=(k1','ÞÞ”Àêü{H\0/ó¶Ÿ4«§Ô\'ƒf“+º¤aðz‹Ô','',0,'?'),('ÖŸ%ŠØ«Bˆ¾zy¡uì‡‚','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/summaries/items/actions/wordpress-notification.phtml',0,'ƒD—ê‘jîÜÓóùžš.ÓI','ƒD—ê‘jîÜÓóùžš.ÓI','U}\rœÇƒ]ïM²® Ÿ@ß›\Zõ/µ‰”aã->Nrt	','',0,'?'),('hgÎ–-æ‘«Œ„Ÿø±','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/summaries/items/notification.phtml',0,'	ësÅ^êIP´ËÛNÑóé','	ësÅ^êIP´ËÛNÑóé','>•NN#wøõüÎÚ¢a¤k´c\'¥¾:âŠ/Þ{€','',0,'?'),('gh›{xÍ:šŠ`-9‹ë','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/summaries/items/trigger.phtml',0,':¬Ey 1ŸXf`Õá½Û',':¬Ey 1ŸXf`Õá½Û','–4„[Ë@Êê¨Ê«ne,Oæˆzý:»þ²o','',0,'?'),('ó.([•H> éXY®ðË»','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/trigger-type-box.phtml',0,'*FçÅ®%kf8\rŸy6Ø','*FçÅ®%kf8\rŸy6Ø','þ¾Eˆc¯²ÒžžÍ‹ë}ƒoòjŸú­™þ¢Ð†ÌëÓ','',0,'?'),('†j<?WŠ‘I.)¼/l²','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/triggers/settings/email-sign-up.phtml',0,'Ç2“OÉàòdäàŽJúË','Ç2“OÉàòdäàŽJúË','&~Ì€çÐn¯\\3»Ý¥6RÑ*]Gâ–Ž%û<ÛäDièi','',0,'?'),('sÄ$÷¯1„¸=u½ºÈÕ','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/triggers/settings/quiz-completion.phtml',0,'\0õø2¶È*ñŠa}PÁægš','\0õø2¶È*ñŠa}PÁægš','GßKZgÊ!Ø€­åZ¿Þ¸·¾÷CL¯²¼ýŸ¶	E!','',0,'?'),('¤µgÖB‹ozš„žG)]U','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/triggers/settings/split-test-ends.phtml',0,'iéP¼¿™d\rÊ]ÂW˜l','iéP¼¿™d\rÊ]ÂW˜l','!ßÉ‡þ£ÖzÂ£Äú8fCqý™.•‘ÆüèüÃÀhéÄ','',0,'?'),('ÇH4ª‹É\Z8/éG¾	pé','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/triggers/settings/testimonial-submitted.phtml',0,'Ãn½RmSÕbôPÇ¨FQÎ¹','Ãn½RmSÕbôPÇ¨FQÎ¹','ÃÏLöÙVÄÃŸ¤µ…okÿ…êöÿqŠý„&','',0,'?'),('¼ôš÷€Fm—1Ùm¸¦©\rÜ','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/unavailable.phtml',0,'´\ZÒ3è\0R&|íH?€…','´\ZÒ3è\0R&|íH?€…','–Ÿ”z§YìÎ:íµ‡Š=Cœ±*ìLýÐÄEÜÅ#›Å~°','',0,'?'),('§Ê<fõ¯WTTâÅÝš','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/notification-manager/includes/class-td-nm-ajax.php',0,'D³þ,tqæ>1àAû™','D³þ,tqæ>1àAû™','óðÑr+²Ö–8æsªŒ¨£E{^5›‚ub}ZC–¡','',0,'?'),(':´’’&½4§fS­Œ0 À','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/notification-manager/includes/class-td-nm-checker.php',0,'Äñ)ÝÁïòò¦	rlì5<','Äñ)ÝÁïòò¦	rlì5<','bOCY9?­hÉÉ¤Ñ`}îþÊýp9Ãb„ÃºÓÓnÎ','',0,'?'),('5³e%‡éÄoÐÖaç<Æ%','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/notification-manager/includes/class-td-nm-data.php',0,'¼/\Z‘\Z®]R©yÊCC\"','¼/\Z‘\Z®]R©yÊCC\"','¬ùº>ò£§U„€6é‚³TÖò»i¯Ž]@ngù','',0,'?'),('ÉâÌœµ\0¶)Õ	ƒŒz?Ny','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/notification-manager/includes/class-td-nm-post-types.php',0,'—;Ð\'\'«2xñç¶½','—;Ð\'\'«2xñç¶½','Ü8rAJdb¹ýhHh—ä5Œ²ÜìÙÿø½†Ve	ýj','',0,'?'),('IW…â_•/}c©åˆh','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/notification-manager/includes/td-nm-core-functions.php',0,'ý+tŠQ‡À*\\+Ä¦çI','ý+tŠQ‡À*\\+Ä¦çI','L]¥WêBùŒ°h¿ÙfÇÿç­+zü…8î•£Å','',0,'?'),('½Ië-&ñm6‚Rï–@Šxö','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/notification-manager/includes/td-nm-data-functions.php',0,'›êêÇÍÖÝ_ÿW;±','›êêÇÍÖÝ_ÿW;±','…˜xi	ËL1Æ0L1öõž]ÖaäwiõJRzOjXtÐÇ','',0,'?'),('§üÎ>éÊH? ÖPcYÎ','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/notification-manager/includes/triggers/class-nm-trigger-abstract.php',0,'ÈÂ9¦±êlxo.Úù','ÈÂ9¦±êlxo.Úù','Õêe)¤äÇc£d`ŒDlUd\"r“èºÞŠ6ze^ï','',0,'?'),('¥iùaU0»)v™¬ªI','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/notification-manager/includes/triggers/class-nm-trigger-email-sign-up.php',0,'ò²a„žÂJwß_\nß{|Q','ò²a„žÂJwß_\nß{|Q','ÏêP eÕwAeµû	b^™ˆ{gÏÝŸ OöwüºIÇ','',0,'?'),('ä<©V%íG5}]a½îß','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/notification-manager/includes/triggers/class-nm-trigger-factory.php',0,'¬Ù\0ºÈ•fL ð×µ1','¬Ù\0ºÈ•fL ð×µ1','ƒŒýIÀÐ‰Á$MïÐc$jéu„òouïôA­‹º0(xÈ','',0,'?'),('¨®ö˜Ìò]£5÷!¨`ö','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/notification-manager/includes/triggers/class-nm-trigger-quiz-completion.php',0,'f,39YÀxÊªÊÿH­‚','f,39YÀxÊªÊÿH­‚','ó¥|Ým¯Ý*uG§ŒoªŒß4¬\Z?cV-vA”>','',0,'?'),('VØÔóäÝÞîÔô8¦','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/notification-manager/includes/triggers/class-nm-trigger-split-test-ends.php',0,'EhŠØÃo¸ZË¼®S³','EhŠØÃo¸ZË¼®S³','aÆ<$’µ(/öÚp‘bOÌ4öcÇFxQÛÆÛ÷','',0,'?'),('O‰\rÛÞ¯UzËr²RX£','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/notification-manager/includes/triggers/class-nm-trigger-testimonial-submitted.php',0,'ö.¡,~w’ºzú@	a','ö.¡,~w’ºzú@	a','5‰þLbòqG•Æ*£³¢_‚‰[5¶Ã{×','',0,'?'),('#Kº¨dÖËM3Úg‹\\\ZWp','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/plugin-updates/debug-bar-panel.php',0,'m@ÕwÞŒƒwß*áoˆ•','m@ÕwÞŒƒwß*áoˆ•','¼ð7±Šà¹Õé‹4ôƒÌÅáfu)WYD—ók3Îsó','',0,'?'),('ÊNúSµvÙ\"u®¾¾©Å¬–','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/plugin-updates/debug-bar-plugin.php',0,'‡ZN©4O%QqBùŸƒ“¢','‡ZN©4O%QqBùŸƒ“¢','ÅqM4´¯ÄvÉùO„³Ñé°ú¬	\'RÙ–„Ôp4¤','',0,'?'),('ý,ø[ãë%õø¯M_¤‡','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/plugin-updates/js/debug-bar.js',0,'ÍõŽH_T\r˜r*.ðLtô','ÍõŽH_T\r˜r*.ðLtô','Bœ°,<ÒÉ“ñGÁ«$U1Ýoh	3\\¢~¯ZÛhP','',0,'?'),('±~náe_žãàÐ,Ùbw0','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/plugin-updates/plugin-update-checker.php',0,'ziÈ²<R—Rôg6Üb','ziÈ²<R—Rôg6Üb','kWãLì+\r‹›I•Ä„évqÀ‚zW‰Ü\nÍ-$','',0,'?'),('Ü›fÄ¦\n‡½³ëUnºó','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/script-manager/assets/js/admin/models.js',0,'³ƒ]ÓÚjÓO¶¢žÉë','³ƒ]ÓÚjÓO¶¢žÉë','PØÙ9É±­¶ë–Ê\ZÜ[	ÓË‰ýP&ý/x†b·±7À.','',0,'?'),('ÿ\'n„SÇoU…pÜ{©w','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/script-manager/assets/js/admin/routes.js',0,'46¢6µž‘¶â1à4ab','46¢6µž‘¶â1à4ab','·(«¢†ma\'!ñ}ú9éÁ#/S“XpCÕ¥’ˆ”…','',0,'?'),('–V¦¦Ô±&Ï#=.X[¼w','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/script-manager/assets/js/admin/views.js',0,'½º55§XÛçLùbO','½º55§XÛçLùbO','Àáñ¬ÄÜ“=z>ºe¯½17ÚWíT¼0ÙÞë','',0,'?'),('äkžVA<vuÒ?“JMqüú','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/script-manager/assets/js/dist/admin.js',0,'Oì\ZVo9Ã2ý˜NÜç3ý¿','Oì\ZVo9Ã2ý˜NÜç3ý¿','ÀµÛØûtƒGNêCÜ±¼ÇNY\r€b „E\\Ž”','',0,'?'),('­Ùaóç{ýÞÁÖhD’l§)','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/script-manager/assets/js/dist/admin.min.js',0,'êh¶‡P/µ\"VÒàF66Ÿ','êh¶‡P/µ\"VÒàF66Ÿ','$™èuz$çKÌ^äZÙÁ,Œ†gC<yQK_ýeýM®7','',0,'?'),('k&›ôÊN!”Ìá}åâ‚=ç','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/script-manager/assets/js/utils.js',0,'	¹Š}j¬ÔF{Ž¹\'Î‹','	¹Š}j¬ÔF{Ž¹\'Î‹','Kà-Âµœ„ |Ä/BäËç¯‹)üŒ¹kdßÝ)…Iy','',0,'?'),('ì>É!ÂçÉ»~Û/çß','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/script-manager/class-tvd-sm-constants.php',0,'sR³ìãu{‚C¦ì¾‘ïn','sR³ìãu{‚C¦ì¾‘ïn','óÌ‘wš,)á´ÿé8{—AÂQd<$pU<Eºp	]{','',0,'?'),('£Þ~ÀçŒðÃ`ˆ  _®î','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/script-manager/class-tvd-sm.php',0,'c(tCùó|ã\nÔQ¢HN','c(tCùó|ã\nÔQ¢HN','Šþ’ƒÿ_\\cg9-1¤AWD$\ZÀ˜”Øë¼•*%kŽb','',0,'?'),('=T¥qŸI‰}‘É\rƒÉØxJ','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/script-manager/includes/admin/classes/class-tvd-sm-admin-helper.php',0,'Ê‚‘C#62š>]œru\"','Ê‚‘C#62š>]œru\"','•°k¥‰ËÌ.ÕÚ¨ßØ2=ô†ãzêð}5Sø”÷tŽòo','',0,'?'),('àgk`Š\"»P‘æÅáŸù','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/script-manager/includes/admin/classes/class-tvd-sm-admin.php',0,'šò“7ðW·‚ä°ÿú‹]','šò“7ðW·‚ä°ÿú‹]','ýz¦êbñÜiLé´€to	öÂùR«GUÝöÂ ','',0,'?'),('rùŸ’+›“\0\ršþ¤ Ð','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/script-manager/includes/admin/classes/class-tvd-sm-rest-scripts-controller.php',0,'îðCØ¹@¡Aõ{ØäÒêÑ®','îðCØ¹@¡Aõ{ØäÒêÑ®','f²A`þqŽuT™…ˆáN72{Á(Ûd1Sñ@Õ;','',0,'?'),('WêKþÊg;wáÞUú	','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/script-manager/includes/admin/views/dashboard.php',0,'¿5Š;§ä¶Ç‹ÚÑÉa…','¿5Š;§ä¶Ç‹ÚÑÉa…','9ûóÁöTM	HÇtB¯¶ñãyƒFãª9ÍÓÿÀú_','',0,'?'),('‰iR*šdB0O×Æ»','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/script-manager/includes/admin/views/templates/breadcrumbs.phtml',0,'d›–ÉÒiÊ?s7Á¿ˆù','d›–ÉÒiÊ?s7Á¿ˆù','tTõéRualbñ\\_Î¸Š×(™aÖÅ,z^Ð©Åƒ','',0,'?'),('ë<\ny±dhêtðü¤C','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/script-manager/includes/admin/views/templates/dashboard.phtml',0,'!Ò¼r\"Ûlfž/ÑÒ^§','!Ò¼r\"Ûlfž/ÑÒ^§','?dð\Zá…ñVAŽ²7c!@åoªVR/õ§Äëÿíïª','',0,'?'),('‹BƒaÜyÞ•—‘ûËJ¶£','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/script-manager/includes/admin/views/templates/header.phtml',0,'àl\'¿Gã=éoa3ØÕ','àl\'¿Gã=éoa3ØÕ','Zu¿hsŠÃN=z»nèv£f.xå$TÓÖn‹§','',0,'?'),('û¹o•	ö¡oÝ‹L³2','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/script-manager/includes/admin/views/templates/modal-add-edit-script.phtml',0,'œÖ½%±ª†Ì¹¦¸','œÖ½%±ª†Ì¹¦¸','ue°\'H¡¢ObdG		©(˜‚©wùc\Zô0@Ä  X','',0,'?'),('–%¼¤v£@¦\"C¹W','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/script-manager/includes/admin/views/templates/modal-delete-page-level-scripts.phtml',0,'5\néZ—©ûét\\->•€YS','5\néZ—©ûét\\->•€YS','qvâÓ§ª×Á]4Ñ_ÅÝ>i9.”N s?ÁÍ	”$','',0,'?'),('„gë·.C¨±¿³ÄcÄ™£','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/script-manager/includes/admin/views/templates/modal-delete-script.phtml',0,'¦5\n­Ù;HYP€Bc6\nk','¦5\n­Ù;HYP€Bc6\nk','®šÍª=\"v@ñ‘P^Œ ÜÚÄ‡æP¼LÅr’•p~@k','',0,'?'),('U‚qÚJ±J„ú¶¨À»(c#','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/script-manager/includes/admin/views/templates/script-item.phtml',0,'ÚVÉœœ\'M ëŠÙù¡BË','ÚVÉœœ\'M ëŠÙù¡BË','³Âì“-	;VBbÞ˜·~þ	PkOFƒÔÚ +žb–ø/ *','',0,'?'),('êñ§¹“ˆz^ÉÇ¾‰\"','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/script-manager/includes/frontend/classes/class-tvd-sm-frontend.php',0,'6IYávXY1&\ZÔ“ð¼','6IYávXY1&\ZÔ“ð¼','ë °K-zËìÂºÃLà¢ç ýrÇ+ãÙ×¾D\'HÛ,','',0,'?'),('r¯æ>ùJwXJ§5‡3','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/script-manager/includes/i18n.php',0,'Ÿ%œ…îú‹õmÜÏÄÇÓ','Ÿ%œ…îú‹õmÜÏÄÇÓ','°²€\n:on¾ŸaKÇ‹È®®˜z¬Ý\'\n/`5 Â—±','',0,'?'),('Ëè)åÙvòÜÑ2+','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/smart-site/assets/admin/js/_utils.js',0,'f°£\\ÁFÞž¶9U‘3€','f°£\\ÁFÞž¶9U‘3€','{Á*\\zðT\'Óà¿8Ì‡k“ŽÊÁC$.%¤¤','',0,'?'),('\"8œ5\'ql~BÈ?[ºé','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/smart-site/assets/admin/js/dist/admin.js',0,'ðj ¾—\r×{-­‡zP$Q','ðj ¾—\r×{-­‡zP$Q','­þ¥ËZG^\\6¦iCès‡ƒÜ#¸È‚€žÍÃÂ¾çÜ¼','',0,'?'),(':µëéÆ+šbÊc#–x[','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/smart-site/assets/admin/js/dist/admin.min.js',0,'lì][öÕ–#}Ä¼ãË­','lì][öÕ–#}Ä¼ãË­','[Nš\ZSÜò$º–jç¸ç+Â1ý/÷Ãƒáô~¢l*','',0,'?'),('‡\rôÕ¸öÛ¸1ìQP¶–','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/smart-site/assets/admin/js/modals.js',0,'þßhz–Ç /ò¿†_F/','þßhz–Ç /ò¿†_F/','vs€þIüº.…­ô QJ˜tœpÇƒ¥`ÕM','',0,'?'),('@æ$à,÷€‹\"óƒŒ4ô','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/smart-site/assets/admin/js/models.js',0,'xƒX ×õg¨ûà!-\rüÍ','xƒX ×õg¨ûà!-\rüÍ','Â—\0V–¸fd½íÈÒ u€ðì+¦ÓÚL™ÍØÁ)','',0,'?'),('á„MQ³r,ÝÆÚ¡«é','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/smart-site/assets/admin/js/routes.js',0,'€}Ò>åW!	\0ÚQôn,aª','€}Ò>åW!	\0ÚQôn,aª','Ø\'Éè½\rÞåxÎ£^]Òˆ÷EÛE\Z\rßDA K°Iø','',0,'?'),('¥Ë3„M²ßü©m!rý²ß','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/smart-site/assets/admin/js/views.js',0,'n÷o@–bPjÓkcb~ÙM','n÷o@–bPjÓkcb~ÙM','`ÝåÚ#6™“ø‘ÍÍWóöÑö rQp¯M','',0,'?'),(';±¯‘°€%¯¼EÄ= ·+','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/smart-site/assets/js/tcb_hooks.js',0,'„þ@Jæ]/ úÕºpù”b','„þ@Jæ]/ úÕºpù”b','†O\"W$¦¹Þ~T{+\"ªywúïwCA·ï_p‰\"M','',0,'?'),('Û“ÚîNåkÕÆÍî\nŠ','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/smart-site/class-tvd-smart-const.php',0,'Ç®ñ¡ e9z”É¦­¿Ü','Ç®ñ¡ e9z”É¦­¿Ü','¸´:§&UäbòŒ¤Sáê¶Ýî£bUDÖÑÞFù9Sñ','',0,'?'),('Ó)%rü~•~í€¢ØW«','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/smart-site/classes/class-tvd-global-shortcodes.php',0,'TþÜÏÝs¸‘R¯¦úÚ²','TþÜÏÝs¸‘R¯¦úÚ²','çn+h”8sÎZ®\0!„:®op@“kbõ\Z)Ü	“´','',0,'?'),('¤­CÊ!NŸúnçœÆéMt','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/smart-site/classes/class-tvd-rest-controller.php',0,'×0Hùd¼Ý\0Qc5^ZŒ^','×0Hùd¼Ý\0Qc5^ZŒ^','Õhb^åËêøR\nÓº <,uvÆ ®²ÒÆö¦W','',0,'?'),('£Ç`É‹œHÇê‘ˆ\\','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/smart-site/classes/class-tvd-smart-db.php',0,'»fJ\'gŸwA%}K/n','»fJ\'gŸwA%}K/n',':•ãáé\'AT±«…›:ÒíÊ§ØCv©qÕ³¯6Áç%Ô­','',0,'?'),('sSŠl´:%ð<Eáæc','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/smart-site/classes/class-tvd-smart-shortcodes.php',0,'¡Ñ&ÆŒ&$]oÚT’','¡Ñ&ÆŒ&$]oÚT’','ÝyÁ¿¦=ß‹þ?ÖÃõÉÖiI³<ýÜñlìXtIQÚ','',0,'?'),('\rµÀ(^\r]tCÎBj','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/smart-site/classes/class-tvd-smart-site.php',0,'\'š#í7]ÁÍP«â\r¾´*	','\'š#í7]ÁÍP«â\r¾´*	','ÔÚ¨q*üo:r\"—¹\0À/{Ík2[xÝpq!.ª','',0,'?'),('ÃŽºDôƒÿrUµcXÅŸ','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/smart-site/classes/endpoints/class-tvd-fields-controller.php',0,'¹Óö\r&Ó·m’ñ<T’Â©','¹Óö\r&Ó·m’ñ<T’Â©','Í+ˆÿ4‚àÂí)xôMœÆXY\'¿üÃi\0àÉyO”EÌ','',0,'?'),('–¿’´2¾­›Q~Ê','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/smart-site/classes/endpoints/class-tvd-groups-controller.php',0,'¢-ÿõ÷…Œ>þˆ`ŠOº','¢-ÿõ÷…Œ>þˆ`ŠOº','§2ÃïG¾1qQ$ØðÍùšëa€ñéSqCÏ¯ÞVx','',0,'?'),('G*‚žâ.ÜÔòQÂ}Á­Æ','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/smart-site/i18n.php',0,'#tvÿ6/`´B\n¬lr','#tvÿ6/`´B\n¬lr','@Eáq\0¯•9½9xü2Á÷h<íYü ÓŽrñO³','',0,'?'),('=ß\nüZ<ž&iéŠ0—+¥','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/smart-site/migrations/index.php',0,'«¿˜™ÆÌñU¹b7´üÖ','«¿˜™ÆÌñU¹b7´üÖ','ÿ~4¨ÐÆEü+½àº£ŽFFc°«·~«oîI&ƒÃ','',0,'?'),('ãcV aÏÇ«IìºìV‚','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/smart-site/migrations/install-1.0.0.php',0,'/òV×}àgyx3û»T','/òV×}àgyx3û»T','W[Êå&jòQp×µH¿£}S©©/ª%¨éÄÜËŠé','',0,'?'),('~â¤%L‚EûGzibüî','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/smart-site/views/admin/templates/breadcrumbs.phtml',0,'F©€‰\\cšÂØ›ÃxíŽ','F©€‰\\cšÂØ›ÃxíŽ','²ñM«ÓñÏÃ’Ü¹´ªL	hp>DqZ+öýSý¡)°p','',0,'?'),('\0½­Is—‡›x—aV¶‘Q','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/smart-site/views/admin/templates/dashboard.phtml',0,'˜ºh	^p÷GR¥/0²J®','˜ºh	^p÷GR¥/0²J®','˜&úù;RLîkÓ.°R¼•û¤g¾ÝÁæ[Þ“þÏ','',0,'?'),('ï¿-	¬32I½!ƒb[•V','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/address-options.phtml',0,'Ãã^¥ÆMù±Èjhtq€F','Ãã^¥ÆMù±Èjhtq€F','§é³s¹YEâiE¼?¸§Î•†¡ý¼2¯ó¿úNHŠ;Ì','',0,'?'),('ÉqŸÌÒ0`a`	X‡¸Ð','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/email-options.phtml',0,'¼ØÅçú_~Áˆ…°†|1å','¼ØÅçú_~Áˆ…°†|1å',']¿fJƒg¢†ë[®nŸÇ#‡ÝrC}3n—‚–ž¯Ù:','',0,'?'),('\'õ!±Õö˜ÚoiÍØs','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/field.phtml',0,'©Á4Ü8,»o³gÓR’','©Á4Ü8,»o³gÓR’','Ý³å~»\0Ë>ºTwl1Ãqäd/M}W=®›ND0ÄÇ','',0,'?'),('\r\'|íW’üûÅCÖ˜','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/group.phtml',0,'Û®­+K§fî¢6êð6À','Û®­+K§fî¢6êð6À','\r{YvÜ\"û¸Œ#`6¶Qufƒ,ZÁØOc{º*','',0,'?'),('@ZäTkŸ¿ïÖþ×£Ms','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/link-options.phtml',0,'Äfbm|¨¿–‘]½ß}õ v','Äfbm|¨¿–‘]½ß}õ v','›Ÿ`z“ß)²¼§¢nPò…Ø?ÂI£²‰iST•','',0,'?'),('PNä‘Žwà¸Ö‹Í©*œ','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/location-options.phtml',0,';ÍK˜ÝÊ&œ¬£ÜQù',';ÍK˜ÝÊ&œ¬£ÜQù','MRÖCQ[´(9p¯½åñ……ÊÝ“wÄ–À½½3¹ê‹H','',0,'?'),('Õ8..§ZyJßÏDOËÁ','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/modal-group-item.phtml',0,'·qüîI\ZBÐö<caŽò•','·qüîI\ZBÐö<caŽò•','?x]¶›CRíûØ·~÷»!qSˆ»œ”Žx$ŠçúôpÎ','',0,'?'),('6*|Ä_ïÄnO†1Ö¼Æ3','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/modal-type-item.phtml',0,'Úoð\r2ßÑË8\"§à‚³','Úoð\r2ßÑË8\"§à‚³','Ãy\n‡ïÇ±¼­_êåM¦Ieq´¸O0®ú yÒk','',0,'?'),('ê\\oÛP#|·ÑèŠ¯s','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/modals/delete.phtml',0,'é‘vŽ¹ÍàðÐ²p.Jª-','é‘vŽ¹ÍàðÐ²p.Jª-','äºzi;i•\"e^^”è¨û{Çww›ßEdŽñzÿÊ¼','',0,'?'),('¬e|K»\04Gb“·†¼e','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/modals/edit-group.phtml',0,'ö&Ùsú§.Þ@	º\"èP','ö&Ùsú§.Þ@	º\"èP','rëó§e±ˆ{õ×-þ!´€t›q¾øJá\"÷\nòH','',0,'?'),('½\Z÷0÷»xÜÜdo+‰Ä´','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/modals/field.phtml',0,'þ@rÅDkQ/ù\'‰×	€','þ@rÅDkQ/ù\'‰×	€','ƒ2öH XÙp@Òö«»sÕÉyÍ^…¡üÛ°j','',0,'?'),('[Œg¸e’`Ïé(`™Š','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/phone-options.phtml',0,'\\Ì\n¸@^¯*¸b»\0sx','\\Ì\n¸@^¯*¸b»\0sx','â#žcÐêd€†BýFš|Ø­iÞØìvÐÀMÆa','',0,'?'),('›CÉ‰2óÚe–tÝ™Õ','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/text-options.phtml',0,'nèµ!¾²jö\rc¨¬Szò','nèµ!¾²jö\rc¨¬Szò','ö‚mPþ»¯b9³xªf#w41á®ëk/B{¥¸¾ñ¹','',0,'?'),('^‰÷ŠD|®X×–Õ™h','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/smart-site/views/admin/templates/global_fields.phtml',0,'ùp£E¶¹fâwJsjIq¡]','ùp£E¶¹fâwJsjIq¡]','MZ-¤wSò`ËØƒ\'ŠOÛçëÀÔŒËã\\…óV÷e','',0,'?'),('!wvKRÙ²-›','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/smart-site/views/admin/templates/header.phtml',0,'¡.+Bò…Šr0¿Ö=ÉÄN','¡.+Bò…Šr0¿Ö=ÉÄN','—ÐT8¬†]Ä–ô\0ÞtžÝ…°5WAz&¤€ðç•£hêBi','',0,'?'),('G¢ŠâewÄ¾5å®/á‹X','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/smart-site/views/admin/templates/menu.phtml',0,'²¤¦z±d>¾‡z?EÒ','²¤¦z±d>¾‡z?EÒ','IzÍ3Q¢BË~q¿9¥bŽp¸÷µ€ÙÕÐÃ‚L','',0,'?'),('gêÞI05¾HJ]lxºw','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/smart-site/views/admin/templates/side-menu.phtml',0,'†“YŽ¢WçwôùrôPó','†“YŽ¢WçwôùrôPó','g¥!µ™§W´2\Zùá¾Û¥hÙ\0¬¨(rYdèèåû','',0,'?'),('ú0õ“UÑ©uR#:\0c','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/util.php',0,'‚†ã*¸1Š¦î®Fx*mž','‚†ã*¸1Š¦î®Fx*mž','¶ô:TÏØ(·ÜÙ–c›„—qò°2O¥ñÑpÑ®|½	','',0,'?'),('ˆø–]o0í&ñXªŸ9R¤µ','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/js/dist/frontend.js',0,'Mx>&RQ¹ß~‰,ŒÀ®','Mx>&RQ¹ß~‰,ŒÀ®','v´üC­&¶&òZ¶¶¥q]ô‘\Z¡ÖŸ†ˆ²¯)î','',0,'?'),('ªèR<œUß;AP¿v½¦Q','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/js/dist/frontend.min.js',0,'Ézùðâ´tïjŽ‰ìžV','Ézùðâ´tïjŽ‰ìžV','“ôRn0S9ÿ‹µÎVMÈ–#¿3»»†úž°Øc','',0,'?'),('ƒæj/¤\"¸˜3Ð\"¡ÞZn','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/js/dist/global.min.js',0,'\\ÖìS½PDDìÌžX*Éš','\\ÖìS½PDDìÌžX*Éš','¶WrÆ<¼3ª Eë·’ì\n‹Ox®¥TÝÞ0','',0,'?'),('÷ÀÕä²ü7a=Í¾;2ãº','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/js/dist/hammer.min.js',0,':Œoúéûô^Féù»',':Œoúéûô^Féù»','dc¡¦™6naò˜Š=å8ªÂ{ÒñNNa ˜­YIˆQ','',0,'?'),('=¬y¾ÑïÛskÔÈ¤B’','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/js/dist/leanmodal.min.js',0,'ña©¡–ê^Þä5ÖÂ}@','ña©¡–ê^Þä5ÖÂ}@','“gÄÕ¶œªT}ïáÝ[L½n†Ï%,XÒ1jðî','',0,'?'),('â¸Ë«©ÞC!õ0ÑÕhË','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/js/dist/select2.min.js',0,'bÎÜß³JÉSi…Úg¯Äh','bÎÜß³JÉSi…Úg¯Äh','+nZ?ŠãvræÄD¼´ýƒWQF<Ã\Z	X!i3\\U','',0,'?'),('¤F½pç`Qs1˜ôõTp','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/js/dist/toasts.min.js',0,'’ic‘µÑŠÏðü’	ð','’ic‘µÑŠÏðü’	ð','²Å¦WÚw{£‰êcççtí è³ÖfÚqÒ(ÒWmÊø','',0,'?'),('„w­Z¯\\€À	ò\0Üä0','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/js/dist/tooltip.min.js',0,'zCg®6õ·ÿéQR¤x0O','zCg®6õ·ÿéQR¤x0O','ÐïXZÕ[îyd.ø\0¸/Zë[©¤µÏßUx±öç¦','',0,'?'),(']÷¥’0Až¯RgVª','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/js/dist/tve-dash.js',0,'Þ§.Há$·FN¯¥‰Šã','Þ§.Há$·FN¯¥‰Šã','ä¶ˆŒgB•éfãMñÀŠ-ú\rE<¸¤R.Ý±CT','',0,'?'),('%ÓûñNÙò.@Ì-dÓ Ì','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/js/dist/tve-dash.min.js',0,'îŠ³õýp­ŒàÑiïÀ&²','îŠ³õýp­ŒàÑiïÀ&²','bR±êåÅ\"ÿu2âÔ©r‘±{®i÷uF3)0È¼Ë','',0,'?'),('/HAâ$¢ú©ñ9†}','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/js/dist/velocity.min.js',0,'°æ9µÎÑ7s0^ÇÄj','°æ9µÎÑ7s0^ÇÄj','}üÐN:! ôSZ¡%é‘1¼ú0öù¸q—R','',0,'?'),('¢2ÚØ9æ~óË‡M¬ÀÜ‹,','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/js/frontend.js',0,'Mx>&RQ¹ß~‰,ŒÀ®','Mx>&RQ¹ß~‰,ŒÀ®','v´üC­&¶&òZ¶¶¥q]ô‘\Z¡ÖŸ†ˆ²¯)î','',0,'?'),('jÌu˜Â Á=ç@p›Éu~','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/js/util/highcharts/highcharts-3d.js',0,'?Ml“ôÓ\"4·Ò§J¥','?Ml“ôÓ\"4·Ò§J¥','=Wðüú\"‡¿éª0ûš€qÇŒcÙíµ`Ú8ÑÉ¬¥¨p«','',0,'?'),('D¬)Å©v7áFpªÿJ™','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/js/util/highcharts/highcharts-more.js',0,'Ðòíë)Áæ[õ˜­×','Ðòíë)Áæ[õ˜­×','¯¾¶HH¢2XÙCûw\Z•Lh*ÛeÝùê·œÞŠ÷ÒG','',0,'?'),('C?ˆÊ8yöœÌ@B0k\'S','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/js/util/highcharts/highcharts.js',0,'ÀY¼<:\nÊ‚W\'Èºrýj','ÀY¼<:\nÊ‚W\'Èºrýj','•¯CHâµú,îán9‡ñÏî„ðJ^è\Z™Š)&Çœ','',0,'?'),('Oéßt&Çø4&î†¦Î7s','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/js/util/jquery.zclip.1.1.1/jquery.zclip.js',0,'„Ùxs¸É Œ5Ý ¨&e¶[','„Ùxs¸É Œ5Ý ¨&e¶[',' ÓÐ¢q&mÀ\ní+R¥±7Ð«Ü,¤ØPÑÒEù¸	','',0,'?'),('L\'m}t ´±ø”W¼‘Oí+','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/js/util/jquery.zclip.1.1.1/jquery.zclip.min.js',0,'‘uh¹‰DN²ýKµëþ%Š','‘uh¹‰DN²ýKµëþ%Š',';à…\rM[†ŽôH¤*¯6ê:aîŸšN87{D´ÇG•','',0,'?'),('NÝ–\Z½ßxœ†ñÓåÅƒ','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/js/util/util.js',0,'	ÒN¨§`ÜÁÃM5òcc','	ÒN¨§`ÜÁÃM5òcc','¶ß´™ñâÿ\Z€ùu(…kƒ!½i÷ø}Ï/KXÈ','',0,'?'),('Räðøž\"^†×ê-Ç','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/js/util/views.js',0,'×ŠÈÐâ¥º7•z$=’\"Ç','×ŠÈÐâ¥º7•z$=’\"Ç','3dº³ç»oÀ8DƒÜ‚¸`ìnYàc‡?Í„`','',0,'?'),('ô’Æ/º>Œƒn+¢æZê','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/rest-api/class-td-rest-controller.php',0,'Ï0*Ì%8„çË8Ý« ','Ï0*Ì%8„çË8Ý« ','*õ&#*Ð­ûîJ‘?£¾¡¿\rZ¨p}ì¢ HJx','',0,'?'),('J†Ó}âIÀD$FLý{5Ò','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/rest-api/class-td-rest-hook-controller.php',0,'¬­›ï:â4}ÃmH\nË','¬­›ï:â4}ÃmH\nË','`¶Ðl³|âGŠ6&r»ÝÎG	¢4ç¿ÆpÚÃÆ»vf','',0,'?'),('oLbÆ%†w¶dz?+yõ>','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/rest-api/init.php',0,'¶J`¬ÝÍQP(‹ù0âªýè','¶J`¬ÝÍQP(‹ù0âªýè','p|×Lÿ\rÔ6æågBôÛ¡rÚågvOv¡\\¨^?þ','',0,'?'),(' –†.ÓÊV×>o3‚ŸUZ/','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/templates/affiliate-modal.phtml',0,' (m´³2ä÷ÁÚ’d',' (m´³2ä÷ÁÚ’d','ŸYWeë®çRD#Ç‹ÏÈd™;>‹2Øðû\Z’','',0,'?'),('ˆßÖÚ•¼ñÏ¨œeºÀ','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/templates/backbone/modal-loader.phtml',0,'AøSWæ^¥âAGÆ˜Ü«','AøSWæ^¥âAGÆ˜Ü«','Û½²©`µ—¨IÒ<Rhëën–añ\'	‘,º­\"‰1Í','',0,'?'),('{j1aÑºÝ‹êVµ²','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/templates/backbone/page-loader.phtml',0,'ö—BþnèPó6$J$JÉ¡¿','ö—BþnèPó6$J$JÉ¡¿','LðÉ|Ê…ËÕ‹GÓ‰%©1•,ù0=Ï‹qäNÂ	','',0,'?'),('ƒ.ã¬š-¸¿óËÅ‚vƒ','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/templates/backbone/support-token.phtml',0,'./kÉ\'Øe¤ò¨¶\0ó4','./kÉ\'Øe¤ò¨¶\0ó4','‹ƒË»ã–µFD\"BNyŠHÔ˜[<‚ŠoÈAz','',0,'?'),('™ÉÙ´#oÄ\n[ë¶ÿ6X`','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/templates/header.phtml',0,'²@ÿõç1Lw#Ê\\n','²@ÿõç1Lw#Ê\\n','ð¾ìÛd‚¼î÷‹ùà¿U¦z”É]ŸØ*)9 8Áp({','',0,'?'),('KŒ¡Aîø¦YÁg$ ','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/templates/product/activated.phtml',0,'É{=z¢>nBe]£úfýTT','É{=z¢>nBe]£úfýTT','‚Œ$×&JBÂNŒ¬µÑä½{Só˜(ìõYðÕ9G[Ž','',0,'?'),('xg²¦Ö]ã\'+\Zm†½ïC','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/templates/product/error.phtml',0,'¯…ñš¶F‚Í\nÉ3ˆ.´á','¯…ñš¶F‚Í\nÉ3ˆ.´á','ñ¾Í$§¬Ã’‰eíÀx|¦›[çl“ªY1!T€ÍÉv','',0,'?'),('Üºq0€\Zá]Ú¤{=Ò','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/templates/product/inactive.phtml',0,'Ç{È&á‰\Zâ/-0EA','Ç{È&á‰\Zâ/-0EA','cóçšñ2lâøj‘®¾	F4cò”ËÑ³kì³\n_P','',0,'?'),('~WŸßmDC±/fl•‘O','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/templates/sections/dashboard.phtml',0,'7²sV4SŽã{¦OnF=','7²sV4SŽã{¦OnF=','‹/š÷Ávh2ªAQ”¥¡n+ÓJX€ÒR\rw§Dì','',0,'?'),('R)\'\nç8ÎÉû¹˜M$¤³','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/templates/sections/license_manager.phtml',0,';SpÔ(ä_äþæ·¡',';SpÔ(ä_äþæ·¡','§SÙ;¡Ô™ ­N|àkï%MgÆ_ÈÐ1TA tçéX\Zç','',0,'?'),('¢ï¯®òŠ½µùHy}/Û','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/templates/settings/general_settings.phtml',0,'%qµ\0ŠÀw\r¦²‘æŒ','%qµ\0ŠÀw\r¦²‘æŒ','óÜä¨ÌPÖc¼Àû\\(š…kL6šM°æ–?éË','',0,'?'),('ÞgJ¶òŽel¬ÍTîµp','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/templates/settings/reset.phtml',0,'÷`n”ãë:T,r’H\0F','÷`n”ãë:T,r’H\0F','Ÿß­xñaÐ\\ï\rÊ¦‰Äj<û£AAÁ9ƒè½\rb','',0,'?'),('ª?P9l–IÓ<ýwP…\\Áó','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/templates/settings/text_setting_row.phtml',0,'½˜ã’xò8ãŽ\\','½˜ã’xò8ãŽ\\','Ù¾ù†Ü›Üe×kž—~TlŒÊÐ3c#ö+\r\'ÆX½;','',0,'?'),('¬Œ>ùøÿÔ…uº‹uÀÄ','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/templates/share.phtml',0,'a	.üH}ÇÏ\Z¶”ÃÁ','a	.üH}ÇÏ\Z¶”ÃÁ','Ó>Åñ*Fæ@S€$\\wƒã½R´À‚òØ—ÞXs”¤÷','',0,'?'),('kvÿÏELoËÜ¯õdXADP','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/templates/ui.phtml',0,'Û¾;%TaÃJÄ_ø(×|','Û¾;%TaÃJÄ_ø(×|','cr€oÃ7˜hÚŸB£gÀó:Ñ:ÖxüÇ°ó’¤º6Ù','',0,'?'),('PÎzÀ\\ak¾…‚…Øÿ!@','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/thrive-dashboard.php',0,'#>x,\0j>7÷ÕªtÿeZ','#>x,\0j>7÷ÕªtÿeZ','„ŒYL›„ &÷–Ä\Z\ZÆ¥ørÜÜ}bHîïV,bF»','',0,'?'),('(º³%À÷U\rMOIµKÃˆ','wp-content/plugins/thrive-clever-widgets/thrive-dashboard/version.php',0,'’™&ÄG°äFƒ´J8V(X','’™&ÄG°äFƒ´J8V(X','\":9DjÂXq¦’Ê7¼ÝœÍ!j70í—à,Wí†¦o_','',0,'?'),('‰±ç&û¤3ÛKtõ7xbú','wp-content/plugins/thrive-comments/assets/fonts/fonts/icomoon.svg',0,'ƒÏ	²’6êÓŒ¢šë\0','ƒÏ	²’6êÓŒ¢šë\0','\"­“ïû&³°ðÌycl\'ümãš²ë\'A0kºQÌH/b)4','',0,'?'),('Ø«ÆZó‰âÎ]oÚÅS','wp-content/plugins/thrive-comments/assets/images/admin-page-icons.svg',0,'[”\nTÆ°IêÈÉ4§î','[”\nTÆ°IêÈÉ4§î','ÔXBBZ .¾Ü87Î+ß¬—­Úœw±í‘ðüª/×','',0,'?'),('¤Ç©°CÆ#ï­t¡RßÀº','wp-content/plugins/thrive-comments/assets/images/default_badges/all_badges.svg',0,'à0O·¼bTVq½E^†˜','à0O·¼bTVq½E^†˜','n(1sÛ\\ú¬t{±°r\'KÏ=‘Bs‘¤¾Ùù','',0,'?'),('>ÃÚRŒ’\n&OL¡Ñ@Ó','wp-content/plugins/thrive-comments/assets/images/frontend-page-icons.svg',0,'GÐSËvh†ö•ÅE\Z','GÐSËvh†ö•ÅE\Z','\rÑc:¢qTYµ’äžnUf´F·ûŽêlÌÖÄ}\0û¯B','',0,'?'),('7u÷£¦wHn•Ð=ZÙd','wp-content/plugins/thrive-comments/assets/images/placeholder_avatar_icon.svg',0,'â¾e^ãÌºÑö3¹¤“º','â¾e^ãÌºÑö3¹¤“º','Äôhcj9ë] ²éƒ°¿/ =%€bùÒnÍv?•>¼','',0,'?'),('-pïÑ*Ö8µR¬nuðÂ','wp-content/plugins/thrive-comments/assets/images/tcm-logo-icon.svg',0,'„é®ë²ÆÓáìiêA\\','„é®ë²ÆÓáìiêA\\','¼ÏîD¹ŒÕ?M5¦oî~qf7„R\\ˆ1þ”©!ö','',0,'?'),('¡´,¦d„YD¢^›«p¢','wp-content/plugins/thrive-comments/assets/js/admin.min.js',0,'¤+! HýŠ:P¤á2Bt','¤+! HýŠ:P¤á2Bt','Ú9×]‹	t·—mÉïòA\Z¢û(­‰Ad½T^vm','',0,'?'),('ROf½q±QYSê_£{j','wp-content/plugins/thrive-comments/assets/js/after-ajax-login.js',0,' 3nfX¡ðeã9*Ö<',' 3nfX¡ðeã9*Ö<','àñµõ¯øÇ*œ!a+§˜ñ©,c‘F}\\déÊÑ','',0,'?'),('rN³&…ÒŽr–÷ÇÜrWZ','wp-content/plugins/thrive-comments/assets/js/frontend.min.js',0,'¨C‘ÂÐ]—,‰kÒ_Cis','¨C‘ÂÐ]—,‰kÒ_Cis','«%T†ÛJáL…°ü?P…ä¥Ï0ð¯ç,ÿ‘Ù?qZ','',0,'?'),('Åƒn<KþƒV a^çq','wp-content/plugins/thrive-comments/assets/js/libs-admin.min.js',0,'$¨±ñ9¦ãºC?—^i[','$¨±ñ9¦ãºC?—^i[','¹¦.å+ŠõþH%)’ìxÎ„|ÐVÚ0—Æl•@nvû	Ö','',0,'?'),('Š.™‹~ÃØ•Ä2£š','wp-content/plugins/thrive-comments/assets/js/libs-frontend.min.js',0,'Ž5beLŸX/Š—«íHð','Ž5beLŸX/Š—«íHð','a•!íÙ•7Ï^z2;Ý^g¹ÏÅZfq.O–\nñß\"','',0,'?'),(':m‡ì*\\ííIT9}','wp-content/plugins/thrive-comments/assets/js/moderation.min.js',0,'×YOßøûV7Q°ÖMjõ','×YOßøûV7Q°ÖMjõ','šjü\\\\aKã·4í$f~wp”ê¹™ÔFÏmìÇú;¢','',0,'?'),('%;F’’«~	Ã','wp-content/plugins/thrive-comments/includes/admin/classes/class-thrive-comments-admin.php',0,'NHô5›óÓªˆù!¡EuÛq','NHô5›óÓªˆù!¡EuÛq','bûíÔÈìŒoîÙj îiˆÔxûôÉw\\¢…Y€ÈÓ','',0,'?'),('„¬ó×Ñì¿8²[A°¨ÃÉ','wp-content/plugins/thrive-comments/includes/admin/classes/class-thrive-comments-privacy.php',0,'P²IÍûGij›œ<Çh>æ','P²IÍûGij›œ<Çh>æ','\rê+@z­ÙÚÛ2w\\—0…ÓŽîH­ÎùvpÃ„«¦ÒA','',0,'?'),('1¬™d|^U‰œ^Ål†ü','wp-content/plugins/thrive-comments/includes/admin/classes/class-thrive-comments-product.php',0,'lË|g?Ñ¥ÚŒ±N>U=ä','lË|g?Ñ¥ÚŒ±N>U=ä','‘_4a9ÿwÎ¿2GL(œ\Z,¼*÷šªKÔŽÐÔ—','',0,'?'),('ý§nÍ¥¯ƒÙ\'km–_¸','wp-content/plugins/thrive-comments/includes/admin/classes/class-thrive-comments-version-check.php',0,'nˆ!ú\\e»ZÒâÕ¥­98','nˆ!ú\\e»ZÒâÕ¥­98','P4!É¢;‡ïËö¨š·H\Z¯4Î¹OwÕÈFM×|ëL','',0,'?'),('ÅO½-¬üKqMÝu3Žl','wp-content/plugins/thrive-comments/includes/admin/classes/endpoints/class-tcm-rest-conversion-settings-controller.php',0,'|±<v7ùDMÖª÷VSZ','|±<v7ùDMÖª÷VSZ','Íí³Çta9Ï\0»šê&·™«`}!¬`ôVíâä·Ò$','',0,'?'),('!Æô‡Ùé1o;\'\råÞ#®','wp-content/plugins/thrive-comments/includes/admin/classes/endpoints/class-tcm-rest-moderation-controller.php',0,'bK\"tý>ÁÅÓ¸G9¯ð','bK\"tý>ÁÅÓ¸G9¯ð',']Ö\0Ãxñx$Šá\'®ž4©:Ç-CLñY	vßyþ','',0,'?'),('˜‹ªùMðŠ¨)×ÓoIWN','wp-content/plugins/thrive-comments/includes/admin/classes/endpoints/class-tcm-rest-settings-controller.php',0,'.y->	!´$·Õ2xü³','.y->	!´$·Õ2xü³','‚häå˜”Œ»FÔÕ¯+A!ñ8q¤G=ð_','',0,'?'),('À\r³¯5ÆT°Û4vƒMøa','wp-content/plugins/thrive-comments/includes/admin/classes/helpers/class-thrive-admin-helper.php',0,'Aò!”qË,®ª“ÅQ','Aò!”qË,®ª“ÅQ','þÀ¬c—0r…h¶è#=«åM£\Z!°´*îïëc','',0,'?'),('ƒŽHõ‚öCÆš<ø…;','wp-content/plugins/thrive-comments/includes/admin/classes/helpers/class-thrive-moderation-helper.php',0,'´ƒ÷¤&i£ræB\Z…eíÁß','´ƒ÷¤&i£ræB\Z…eíÁß','\0Z¬aŸe)BR\"¹—Wú˜gOO3;£Õ~Lå','',0,'?'),('~¨­³QˆGÏÂÿÖé<*I','wp-content/plugins/thrive-comments/includes/admin/views/comments-moderation.php',0,'30í°gÑåÞÄ—àß©','30í°gÑåÞÄ—àß©','€Ì3´÷»qî8H4ÀüñJ…SÖ„TiÍÏåŒU½o','',0,'?'),('.únõ¨SÀ<ØF‘¡Ê=','wp-content/plugins/thrive-comments/includes/admin/views/dashboard.php',0,'	J\r\Z‡&Õ€±À7CØUD','	J\r\Z‡&Õ€±À7CØUD','3€?¸g¶* <{ëÒAˆŠbwÔ©¶ó«ŽEàLÃn:ƒ','',0,'?'),('½Qô$Ã©iï\"¡/ÞÖ','wp-content/plugins/thrive-comments/includes/admin/views/templates/api-connections.phtml',0,'\nj«Ç\rQì\0A‚˜›å','\nj«Ç\rQì\0A‚˜›å','\\¡t3@–¾7Há+éþ\0H>fÑj2vÊ2õ£Ä#C','',0,'?'),('=*5Èï¥\'Ô_©ÕŸ!ä‹','wp-content/plugins/thrive-comments/includes/admin/views/templates/badgecard.phtml',0,'±ï4¦ÃÛU\röðu¼','±ï4¦ÃÛU\röðu¼','ærzž3eK;q|ÌC.=üôïµ±?\\á¼ÂÕ¾;','',0,'?'),('âOµsÝ‘¶éÖ­»n','wp-content/plugins/thrive-comments/includes/admin/views/templates/badgeimage.phtml',0,'µÄ4÷Í¶€”ÃgFÈai','µÄ4÷Í¶€”ÃgFÈai','pÖGkÆÖ	‹æ°Ù/®GÐ§À¤q/ˆ/y¡ÿë(','',0,'?'),('ÑEwƒðiPÁa[‘à¼õŠk','wp-content/plugins/thrive-comments/includes/admin/views/templates/badges-delete.phtml',0,'»ñÿl™ëÉC`¤q¸%K','»ñÿl™ëÉC`¤q¸%K','^œ¶K ÆüÓµTóÐóµkÿ£–\Z\Zd®É©´…®','',0,'?'),('Ö#éë<ë;hÒ tÁ§ëÍ','wp-content/plugins/thrive-comments/includes/admin/views/templates/badges-modal.phtml',0,'ÀÑÊâ?\"ÇÒ² Çâ«}¯','ÀÑÊâ?\"ÇÒ² Çâ«}¯','U‚áÀ±|aiÓ(ž@7ü#³¥Nÿ^03CÄGø','',0,'?'),('kŸžâ4ÝZÃøkÄ$j…','wp-content/plugins/thrive-comments/includes/admin/views/templates/comment-conversion.phtml',0,'«ÊbË<4j\0Ü@6gäj','«ÊbË<4j\0Ü@6gäj','7&$fÏËTx\\s<åsð¥D-%Ú€/MÏFa[ÊŽ<r','',0,'?'),('®Òå	Ë?>;N85ˆÔÐD','wp-content/plugins/thrive-comments/includes/admin/views/templates/comment-notification-modal.phtml',0,':n©Ð,jÏÖqÒÎ„ ”',':n©Ð,jÏÖqÒÎ„ ”','ðt=ûOx\'¿õÚFÐ]ÄP‡÷gê§zZûG!','',0,'?'),('DBÇÿ]\\äTµþ†øåÖ&','wp-content/plugins/thrive-comments/includes/admin/views/templates/comments-live-preview.phtml',0,'vÛ÷þ­ˆ’ùÆ©ar','vÛ÷þ­ˆ’ùÆ©ar','ELùÆl9\r²†küž‹áä)RDc—RÍßCã^U¨','',0,'?'),('³“än¼“ŒÐ[ÍõÓxŸî','wp-content/plugins/thrive-comments/includes/admin/views/templates/dashboard.phtml',0,'XÀ„)[TG#Ç\"‹u!×~','XÀ„)[TG#Ç\"‹u!×~','Êxm\Z92äèÊ-’IIÖs±_³ý¨ÒKUœ\'Z$','',0,'?'),('bL½[ú/)7%3®˜±l','wp-content/plugins/thrive-comments/includes/admin/views/templates/keywords-delete.phtml',0,'±Ž÷ÒUz¶­f3¶†ÑP','±Ž÷ÒUz¶­f3¶†ÑP','‡Vlá`Ô¨ÀW\0N\'º7IŸº©ÌùòE`¡*û6ï9','',0,'?'),('ÈíÄA­Ôà¨|õS','wp-content/plugins/thrive-comments/includes/admin/views/templates/keywords-item.phtml',0,'ô#Úí‰ü‚\rŒÙ,ºX','ô#Úí‰ü‚\rŒÙ,ºX','O½¥üÖHQ­s·¾}š5´Øaï`­\Z9‰°?bêðš','',0,'?'),('SN¶ÿ;úVÊ¥‘©Ü5Y','wp-content/plugins/thrive-comments/includes/admin/views/templates/keywords-modal.phtml',0,'Æ€…)«+†\\(¼+œ;$Ö','Æ€…)«+†\\(¼+œ;$Ö','kë˜ÛÈTÆfÛ\"Tvd7Ÿ\0y;JDä4I€cX÷','',0,'?'),('ÏÒÆ³Ë5‡ûÎùØdŽóó','wp-content/plugins/thrive-comments/includes/admin/views/templates/keywords.phtml',0,'gx¡u\0’kÝòõ—3vÚ','gx¡u\0’kÝòõ—3vÚ','œ„žž6Õ¿j$Ô¡XÉb½ÉXñÏŠ\rÐ—Ø5vçç','',0,'?'),('¶!+2H+Á‡8k_án³Ð','wp-content/plugins/thrive-comments/includes/admin/views/templates/labels.phtml',0,'æ<¦«„NŽ‹>ý¬,d¡','æ<¦«„NŽ‹>ý¬,d¡','“Šî¯3óˆµC¹ˆ>]-D|,bÌ4ªê×ø2!4±','',0,'?'),('LØcê4Är`d’¹e\0£”','wp-content/plugins/thrive-comments/includes/admin/views/templates/license-inactive.phtml',0,'–|›ôñ®~L(%9a','–|›ôñ®~L(%9a','–r¶¥ýáº™ôBu jU$­\n>]§Ð€Xj†–','',0,'?'),('Ò `¡zÂŸf¬+ÁC¦?','wp-content/plugins/thrive-comments/includes/admin/views/templates/moderation/bulk-actions.phtml',0,'A(½SO>æö£«}¥›','A(½SO>æö£«}¥›','Ð2ø!>tìqõj*W7X×\"›Ä:gÝã@¤]?É','',0,'?'),('€3n_”ŒËŽásæç¡','wp-content/plugins/thrive-comments/includes/admin/views/templates/moderation/comment-counters.phtml',0,'½ecÄµ†\ZÚc¢“Ã\'„7','½ecÄµ†\ZÚc¢“Ã\'„7','Ô¢Óó`&­Óa¯—ñ!ýˆ0/ˆŸ¾YùÊ{ìØE¿\"','',0,'?'),('»”LR­´}\\ÒÓ1œR­t','wp-content/plugins/thrive-comments/includes/admin/views/templates/moderation/comment-item-min.phtml',0,'œÓßRUÚeµÅãcnçE','œÓßRUÚeµÅãcnçE','ñÑÉ7×`ä[\"¢Ñ•Å—5;‡5D­â¼ÒeÛŽŠC','',0,'?'),('™èt›AÔécÕIÒÒÔÊ-','wp-content/plugins/thrive-comments/includes/admin/views/templates/moderation/comment-item.phtml',0,'ƒ\0¡©BdÜâ†ò‡…µû','ƒ\0¡©BdÜâ†ò‡…µû','}Å\Z¾lð¶¢K|\\§}LÃ\Zžññ:ëJ¥\0ö•,','',0,'?'),('Â¦¹ÒúÃrÿ¾V©«@#±','wp-content/plugins/thrive-comments/includes/admin/views/templates/moderation/comment-list.phtml',0,'½»túíÀ¸JÄK!Åf‘£','½»túíÀ¸JÄK!Åf‘£','Sþi$œH«)FKþë‰#ÀÉ_8œH˜÷¡Ó?i¾\'','',0,'?'),(']çí¤rÒ‚åðú\nÔ\nr|','wp-content/plugins/thrive-comments/includes/admin/views/templates/moderation/comment-messages.phtml',0,'^ØûIßM\'x°=mzæ—','^ØûIßM\'x°=mzæ—','ö*\\„y	œÛ)í†d»W‡õ—ƒ\"ê Áy\n}','',0,'?'),('dî#äkÌ?Ä³ûI0','wp-content/plugins/thrive-comments/includes/admin/views/templates/moderation/comment-pagination.phtml',0,'£nõºf\\é(«)mè-”','£nõºf\\é(«)mè-”','Ø¬úËc°¶÷-¶\\îæU»M~ãiš±j D´OòzR	','',0,'?'),('ï?ŠçE\rÚÜ¨—X·d','wp-content/plugins/thrive-comments/includes/admin/views/templates/moderation/comments-moderation.phtml',0,'Béž áKÖÕ:ÿŽä“íÙ','Béž áKÖÕ:ÿŽä“íÙ','H‚wmzF<x—h½õú…@_â\ZR©¥sV¶?','',0,'?'),('%²ƒËl­°|/¿\0¸´•','wp-content/plugins/thrive-comments/includes/admin/views/templates/moderation/delegate-comment.phtml',0,'«Ñü=bãÀÌòôqä“Q9o','«Ñü=bãÀÌòôqä“Q9o','yÐü„]˜ý$ÍïV{YQ£ÜAŽ\n)îÚ.TÀ','',0,'?'),('‰\r½U˜Q•1\Z6žúùVe','wp-content/plugins/thrive-comments/includes/admin/views/templates/moderation/hyperlink.phtml',0,'ûPîˆùaAN€E¶¨','ûPîˆùaAN€E¶¨','ñz€ª_¦Nuy\0ë\"ö²„E^×ZQå#Ëz!`Ò‘=','',0,'?'),('N÷Ýh\",âœcaì¥`ÚÝE','wp-content/plugins/thrive-comments/includes/admin/views/templates/moderation/keyboard-notification.phtml',0,'³[§É$TlºÌ@§é©Ýz','³[§É$TlºÌ@§é©Ýz','x´¹R¡™÷‚[€äÇ…süËl£ÆÔ`—Q2ƒÖ“|˜','',0,'?'),('IšÊÖC~|Ë1vÜz‹G/','wp-content/plugins/thrive-comments/includes/admin/views/templates/moderation/keyboard-tooltip.phtml',0,'I³Èqw«E$7{á¤7í','I³Èqw«E$7{á¤7í','‘4þe•ï«|hºAnø}ãÕˆ]eóIØ)‡ÖÔÎ','',0,'?'),('»|õýõsÁ7Þ?¯Å¢','wp-content/plugins/thrive-comments/includes/admin/views/templates/post-notification-modal.phtml',0,'@g\']\"¦XúI×rÁD‘','@g\']\"¦XúI×rÁD‘','NZ¹ÿ?£ú%ÞI¿·zÀ=³åKGE¾Z’,ªidîQá/]','',0,'?'),('$pÉ³Ô†™wÉÉPÑ','wp-content/plugins/thrive-comments/includes/admin/views/templates/reporting/comment.phtml',0,'60]Ôº@3,o³oÖP','60]Ôº@3,o³oÖP','˜£ágÄäËPNþh¨R@ÐL§uï‘½[ƒ†·h²\r‰','',0,'?'),('ªl÷_XC\"”³\r0¨é~¡','wp-content/plugins/thrive-comments/includes/admin/views/templates/reporting/commenter.phtml',0,'ç\\R•4]^S\rÀ†O™','ç\\R•4]^S\rÀ†O™','ÅÆQâ¹wh‡nD›=jí›´wü(Â@XÚ|ô\rÜg','',0,'?'),('¶9»\ZËñ&T„\r}l5ó¿ß','wp-content/plugins/thrive-comments/includes/admin/views/templates/reporting/main.phtml',0,'´S£öHu\nîè8\ZäÎ','´S£öHu\nîè8\ZäÎ','Pçú/.á8ð+@‹€aHÆWŒž»òôÕ»fŒÆL','',0,'?'),('pÞ£rGê\'ä¾RÚç¦','wp-content/plugins/thrive-comments/includes/admin/views/templates/reporting/post.phtml',0,'Í‘E÷3å×v\r7©¯ýÝ','Í‘E÷3å×v\r7©¯ýÝ','y„ÐáN\0½Ÿ<Œœ‚º¯‹jêù‡C£{Ÿút‹î*H','',0,'?'),('NåÃë§2”Ë½+\nÌÅ~','wp-content/plugins/thrive-comments/includes/admin/views/templates/reporting/report.phtml',0,'¶˜ïÞ8§;ËªSö¢·xu×','¶˜ïÞ8§;ËªSö¢·xu×','o[dÓp-ìM¼C¯03¬av$BÒmD›£÷$b\Z','',0,'?'),('/Ê&”É2d9:XqJ','wp-content/plugins/thrive-comments/includes/admin/views/templates/signin-button.phtml',0,'±%‘‚¸+7:Ç¨Qé|Ÿù','±%‘‚¸+7:Ç¨Qé|Ÿù','’_Gäc7øí.óÉXH¾®¤ÙÓkOÓ.®Þe\rÀ‘ðœq','',0,'?'),('7\nqY1>«ÎËòß·öôû','wp-content/plugins/thrive-comments/includes/class-thrive-comments-constants.php',0,'„BR€ƒªÔ\ns&CÌi_','„BR€ƒªÔ\ns&CÌi_','+¸bŠØ.>ŠÙ $ž ñ{5±¯7äj‘1ü','',0,'?'),('ðùz–ô	•j´úï7˜<â','wp-content/plugins/thrive-comments/includes/class-thrive-comments-db.php',0,'RkØ8a›¨<VJ11$','RkØ8a›¨<VJ11$','Sîõ¶/ @%_¡L›‡çUöô“T˜üh%Øð@*','',0,'?'),('+Ð¯põZ	áÂuéð‹Ýú','wp-content/plugins/thrive-comments/includes/class-thrive-comments-front.php',0,'&Z#&??aÄÑ+¤×« Ý','&Z#&??aÄÑ+¤×« Ý','BV×‚rÛ-%Uíã‡¼@TG‹«B¥ùH6‡B7ä)\0 ','',0,'?'),('ã¬¯šâåc¤jy?µ','wp-content/plugins/thrive-comments/includes/database/class-tcm-database-manager.php',0,'‚+q¬Sœý7Å¬M','‚+q¬Sœý7Å¬M','g\n”G-Êäì\\Q½ Þð¦ø]Åá¶_ËŸµ†O','',0,'?'),('5_šJù¯¤{®Û¦¦AA','wp-content/plugins/thrive-comments/includes/database/migrations/install-1.0.1.php',0,'Í\'ñÅ)æ×l*Ô€[','Í\'ñÅ)æ×l*Ô€[','É¡~T÷S[ö\Z\'Ùm.˜›è\'È³ÒÚ1áý¯]T\"','',0,'?'),('£cü™§bÚÙ\Z“C3a','wp-content/plugins/thrive-comments/includes/frontend/classes/class-tcm-rest-controller.php',0,'›‡E^	°¾JJv]iì%','›‡E^	°¾JJv]iì%','¨…™G‘!ä…±m£ÁÅÕkxçQÅ‡&Øùà„“«à','',0,'?'),('4):Äœ{Bç8jè¶0	','wp-content/plugins/thrive-comments/includes/frontend/classes/endpoints/class-tcm-rest-comments-controller.php',0,'÷Ûô_8ˆˆƒ_S™dÜÂ','÷Ûô_8ˆˆƒ_S™dÜÂ','ÊC½Â§æî IüLøú­hb©™;\\û·‘öÄ','',0,'?'),('ÍÒîSÒ`Zõæ‘I4x','wp-content/plugins/thrive-comments/includes/frontend/classes/helpers/class-thrive-comment-conversion.php',0,'~,ñ6€Ì5ÂŽ¡\ZµÑØ;','~,ñ6€Ì5ÂŽ¡\ZµÑØ;','¡mÚ»@<Œ9ŠˆJÐqIXúxEˆÂ²ÌÆWä[‹°\'','',0,'?'),('Õ=-¯2ª_bˆ+†„tÑü','wp-content/plugins/thrive-comments/includes/frontend/classes/helpers/class-thrive-comment-helper.php',0,'Òjó( Y^ú7¿²ÕtJ','Òjó( Y^ú7¿²ÕtJ','U”ÛƒŸØ8ÀÞ²ÃÒ}â|aòAZþ¨·â±+»°ßR','',0,'?'),('8’ßŠžž­•˜B;¤\r”ìj','wp-content/plugins/thrive-comments/includes/frontend/classes/helpers/class-thrive-comment-settings.php',0,'`ÛM.1ÈHåLuÞ®ñ„¯','`ÛM.1ÈHåLuÞ®ñ„¯','oË…b\\ÅÅç»ZòÈØ³³ê¼\r¶U\rìÉhËÃª‚°Ei','',0,'?'),('ƒ¥’3Á*DÞÇRýo','wp-content/plugins/thrive-comments/includes/frontend/views/accent-color-styles.php',0,'S+%«P)(šä·¹Ul','S+%«P)(šä·¹Ul','²\"ˆKõë{V¥®Å\0]x3ØkëS™¹?ûŽ·û_','',0,'?'),('7´úONÙð7ZJ÷ÅM','wp-content/plugins/thrive-comments/includes/frontend/views/comments.php',0,'ÁoÐlöQì–*¥fx…~','ÁoÐlöQì–*¥fx…~','u±0äþõE½ü²¹azZÎŒÖc.­%ß–ná¨—xÜ„*','',0,'?'),('¼úòêÆÑ£@fLÐEXT','wp-content/plugins/thrive-comments/includes/frontend/views/notifications/comment-email-notification.php',0,'—öÌQ¹¿‚ÁÇÝ“ƒ','—öÌQ¹¿‚ÁÇÝ“ƒ','GI•-z2ðà~yec§s5ùÃÿ<ÄLjX4[ñÉWÐä','',0,'?'),('þo{q!]¦ò|¨=auÛ	','wp-content/plugins/thrive-comments/includes/frontend/views/notifications/post-email-notification.php',0,'\0gYg»>\nLÉÏO•}Ð','\0gYg»>\nLÉÏO•}Ð','3«vZ?Ü .ûm\\Ñ†fØJ6œá€Ü¤#\Z@R@×','',0,'?'),('…\rú,Àéø@Ùä¢	^','wp-content/plugins/thrive-comments/includes/frontend/views/social/facebook-meta.php',0,'o+D!Èn–Ú½»–ÝmÂ','o+D!Èn–Ú½»–ÝmÂ','o]ÀEÓ-ö­/4ùûyaåÊ=€å\'©>Óºuª£Ç‡','',0,'?'),('%V_YÝØZÞD˜b÷D','wp-content/plugins/thrive-comments/includes/frontend/views/social/twitter-meta.php',0,'ÿú.È¿ÌkK.@>?o¹—','ÿú.È¿ÌkK.@>?o¹—','û_BÎAúXe­{Ö)—·:Ç^BàÞ‹f‚¿¾„è:ã0','',0,'?'),('@—­4\n¿}~`õÙSÔü','wp-content/plugins/thrive-comments/includes/frontend/views/templates/comments/conversion.phtml',0,'Õ÷p¶L59P%sKŽ|_m','Õ÷p¶L59P%sKŽ|_m','†žÎGÆíuä_¶ÞlWäZE«IÍBg.Õ´¦fS','',0,'?'),(']™Mr®ça‚ÜqóøÞÉ„','wp-content/plugins/thrive-comments/includes/frontend/views/templates/comments/create.phtml',0,'ì-2˜©§g÷ŠúC','ì-2˜©§g÷ŠúC','\Zó­?\'ŒÄ«g­rNî4—¦eƒ©!’¦Óîc>ë‚','',0,'?'),('5†³ €]Šîu×ìþ[dÞ','wp-content/plugins/thrive-comments/includes/frontend/views/templates/comments/deleted.phtml',0,'‹…€±ÃêâdàŒu','‹…€±ÃêâdàŒu','ì-ÆM\0‘T÷]e<÷YèIâçz(¢\n˜{Xù|âì^','',0,'?'),('\'MYPé0´Š°¾G\rŽ','wp-content/plugins/thrive-comments/includes/frontend/views/templates/comments/item.phtml',0,'jnqÃŒ¨[Z0d','jnqÃŒ¨[Z0d','ëˆØ±Ž”c¦£ö\"í·r:Os‰,(yTŸuo4','',0,'?'),('’€@›ÑEL$›èXç¯)','wp-content/plugins/thrive-comments/includes/frontend/views/templates/comments/lazy-loading.phtml',0,'ï&ãÙ¸ZOçèWuáYô','ï&ãÙ¸ZOçèWuáYô','½Æ¡ï×uŸÀÚÅMâ^f©•[u9¿ø±ß8Øî–H','',0,'?'),('UåÏ•µ…Û‚_Ú2í','wp-content/plugins/thrive-comments/includes/frontend/views/templates/comments/list.phtml',0,' àEÄÞý­ajÖ|w:',' àEÄÞý­ajÖ|w:','.˜_ì>!=ôÇìgÒ§ÌG‚–€­¿3\rùÀö%›Ãq\Z','',0,'?'),('²ùÊp{nc?E”X4íuÍ','wp-content/plugins/thrive-comments/includes/frontend/views/templates/comments/moderation.phtml',0,'Íá}ÏYâÍ\'gð\nvM','Íá}ÏYâÍ\'gð\nvM','©$/{NyW¼ÅÕŽ	—;~Æ¹%ÿ<Î\0¯jzs_ˆ','',0,'?'),('õ‘Ù@±åOùWz9#±','wp-content/plugins/thrive-comments/includes/frontend/views/templates/comments/sort.phtml',0,'&ë@½g¼¾Ã+•ŒÜ¦','&ë@½g¼¾Ã+•ŒÜ¦','#ÝøG›Æ¼ažî…ÉB™sÃëE¦’å¹‡«\ré´\ZÓ^†','',0,'?'),('°ëB3¼GŒ2y€4û','wp-content/plugins/thrive-comments/includes/i18n.php',0,'‰Å$ÛH3Ñ¨|K÷>y¢(','‰Å$ÛH3Ñ¨|K÷>y¢(','£^yˆØºoIÄ¸(Ea¡r?!iâgÂ?Žþ¯‹2','',0,'?'),('¬Ì±â›µ Ùùê’^','wp-content/plugins/thrive-comments/tcb-bridge/classes/class-tcb-thrive-comments-element.php',0,'_S\0¯¦2È\'—~,ðûµU','_S\0¯¦2È\'—~,ðûµU','™DŽ<AlÄó²GôŽjOëLçFuM¾“XÚóÂµ','',0,'?'),('k\'\"13ÛÄ×cb$¬Â(','wp-content/plugins/thrive-comments/tcb-bridge/css/fonts/comments.svg',0,'hŒX€6jåEÕƒþèË\"C','hŒX€6jåEÕƒþèË\"C','õf6–É á¨Ï ìQY„™YÌBƒâæÊˆ©VÕ&','',0,'?'),('ï-.ì5	K,O¡dýý#é','wp-content/plugins/thrive-comments/tcb-bridge/js/tcb-tc-comments.min.js',0,'{9UžÊÎæd.·)†¤l[ ','{9UžÊÎæd.·)†¤l[ ','àÆs[õÓÄHb¯‚þ€ˆ/ùŠ*ÚnØŒöë›`–ý','',0,'?'),(']&_*|ÇþùH]!xiß','wp-content/plugins/thrive-comments/tcb-bridge/tc-class-comments-hooks.php',0,';Z’~ï%Dbÿ·Wp/áEç',';Z’~ï%Dbÿ·Wp/áEç','®Oßí+MàÏÀ¡ÏÏ\'Ç$›9WY_Í%hgõD4','',0,'?'),('ëð`Ñ.CÁ\'ç{$µ¨}','wp-content/plugins/thrive-comments/tcb-bridge/templates/tcb-tc-element.php',0,'8%G7\r3ë•RÆö÷dÚ','8%G7\r3ë•RÆö÷dÚ','Í³xBEnx¯5ðÆí†CíÎžÎO£`ºë|eVô','',0,'?'),('ÓeÂ÷éè·‰£±I€68 ','wp-content/plugins/thrive-comments/tcb-bridge/templates/thrive_comments_component.php',0,'Œ5¨6Twm€)Æu','Œ5¨6Twm€)Æu','÷tX¨N×=R–nõ‰]­Êe}èk*0Ù‡º§*','',0,'?'),('®hVÙ˜øîúÃµRŠ€)L','wp-content/plugins/thrive-comments/thrive-comments.php',0,'Îna{I¦8¨«	','Îna{I¦8¨«	','ÝÆIJ1Â8,=‡R´ÉÁJ…Øã\\Æ³¬Ô¶[išs','',0,'?'),('ê5èÓ¥›½ù¢N×õ-õ','wp-content/plugins/thrive-comments/thrive-dashboard/classes/AjaxController.php',0,'#?‹…§gÅ4u¼×\'æþ','#?‹…§gÅ4u¼×\'æþ','ÆÜ¯FaæÖfM-ÔAÝÂÒurf)£}ó\\_QYä°}','',0,'?'),('ÿà³s†5lS$ªŸ!\'n','wp-content/plugins/thrive-comments/thrive-dashboard/classes/Product/Abstract.php',0,'Ïó·²ÕÜ¬µ¨Dk¸','Ïó·²ÕÜ¬µ¨Dk¸','·{·×ßz»`éžÂú—M¼„T<k wTÆ/ƒÀ','',0,'?'),('<ÂO“[â{Êü©q4 Ü^','wp-content/plugins/thrive-comments/thrive-dashboard/classes/Product/LicenseManager.php',0,'V†­ñv±˜\'\0¤^÷ï','V†­ñv±˜\'\0¤^÷ï','qj9~sZa œAš(í-±T¨©pÿl½Ûªeš*O','',0,'?'),('rÐª¸f`äá0—VcOD','wp-content/plugins/thrive-comments/thrive-dashboard/css/font/dashboard-icons.svg',0,'€å”ß„ÎlÍÿX','€å”ß„ÎlÍÿX','é!†¥v¶hfI8§ú#|sú`˜¨pU›™dGC	`Ç','',0,'?'),('ûÄ#b´zª™Q„‘','wp-content/plugins/thrive-comments/thrive-dashboard/css/font/icomoon.svg',0,'|öL×µ¶¸~x#©Œ','|öL×µ¶¸~x#©Œ','4=õxŠž\"†„\"€VÇˆl1H³û2­¶wê¬|','',0,'?'),('Ña72—){Ÿ¹ÎC9Ó’{','wp-content/plugins/thrive-comments/thrive-dashboard/css/font/tvd-icons.svg',0,'ÝÛK÷jõü¯(Ç*·ùî','ÝÛK÷jõü¯(Ç*·ùî','ž\nÂk&c$D×ëÉ¿ÏÚPaÅƒîù¨²»J©šs=*','',0,'?'),('<¿@\\æ;ð/§£•ì\\‹','wp-content/plugins/thrive-comments/thrive-dashboard/css/images/paste-blue.svg',0,'\'	™Rˆ]ðWg¡b”¯	z','\'	™Rˆ]ðWg¡b”¯	z','š>G¿¦¾Gª\rEò=Æç…^¬¨)¾8ÅK=)°^','',0,'?'),('wÚ<Ó¿¦‚VúLö^Ó','wp-content/plugins/thrive-comments/thrive-dashboard/css/images/paste-green.svg',0,'¢ˆ¥”™W½-¾±%|áBù','¢ˆ¥”™W½-¾±%|áBù','÷x®•íw\"Nj€pèæO(\Z ¿ÐŸn\\Dñ€','',0,'?'),('³#¾äñ·dŒšÕ¤ó@','wp-content/plugins/thrive-comments/thrive-dashboard/css/images/paste.svg',0,'ïÏj[Ed#@ßV\"@l_ê','ïÏj[Ed#@ßV\"@l_ê','wÞ5ër\0õj}2éâ<8¦Rå±¢Jå¯Ð‰OM¼t','',0,'?'),('J¸Ç$šó+ò‡âA”:ï','wp-content/plugins/thrive-comments/thrive-dashboard/inc/_crawlers.php',0,' -^b€s¹”f‹)‘i',' -^b€s¹”f‹)‘i','6¼2¡ünÂß~*\\;ß`i\'ÝùaþKlÊÊŽôí','',0,'?'),('}œ¬\Zë³ec6ášˆÉ','wp-content/plugins/thrive-comments/thrive-dashboard/inc/access-manager/class-tvd-am.php',0,'ªÐÀo¯ ²\Z{×WRÐß','ªÐÀo¯ ²\Z{×WRÐß','¿¸Ü$™ˆÑÈ;?su™l—p6øè˜¡|lÏÿv&„','',0,'?'),('8êÊÆe¬CÍÞpÌ‘eÕ','wp-content/plugins/thrive-comments/thrive-dashboard/inc/access-manager/includes/assets/css/am-icons.svg',0,'tLò=|ÁÅR—–jlÉï','tLò=|ÁÅR—–jlÉï','Ùæ’ùü7ÖMz_D°±m¡cY†Ud×i[£ÈŒx.Ì\Z','',0,'?'),('*ê(Sr=@y:ÜKî²‡','wp-content/plugins/thrive-comments/thrive-dashboard/inc/access-manager/includes/assets/js/admin.js',0,'Ö$5—¤k’÷O\\•7õ','Ö$5—¤k’÷O\\•7õ','’ï‰ˆ¥FGèÇhÅÇOWÆîþx[„ö»’IŸB`4&x','',0,'?'),('}*XÎò^&óÉG…j','wp-content/plugins/thrive-comments/thrive-dashboard/inc/access-manager/includes/assets/js/admin.min.js',0,'¼ùÊ{··§y»\'Ö6b','¼ùÊ{··§y»\'Ö6b','þ°_Íå´Î—$µù“4G”ž«5Å ÒY«­','',0,'?'),('±•÷ß3µ>°ZJßQ','wp-content/plugins/thrive-comments/thrive-dashboard/inc/access-manager/includes/templates/access-manager.php',0,'›žó€yÝíFƒž4@‰Y','›žó€yÝíFƒž4@‰Y','\\qÈá;¥6ÚœNƒŸXÚ6~+l -b’7ÈQØðæ7Ö','',0,'?'),('p\r>ß„É=NÂ´5Oj','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auth-check/auth-check.js',0,'Ê6ý·¹oÊ´—‚•Ô)¨°ÿ','Ê6ý·¹oÊ´—‚•Ô)¨°ÿ','\\eW€»zý7û6÷£J+Ýˆ×u$·êÐ¸ÿ¨0Z¾Èg','',0,'?'),('ióI ò›¼ c¸Uî','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auth-check/class-tvd-auth-check.php',0,'ÏÈ=÷ÙÇ½MÚ±‹tÉ¥b','ÏÈ=÷ÙÇ½MÚ±‹tÉ¥b','M‡ïE	äÚ¶Ïê‘2lŒs¥™kXËoEÇÏª3#','',0,'?'),('èoŸ1k¾nW:Êëú´','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auth-check/handle-login.php',0,'«Pçv3éÄ±ÿ‘','«Pçv3éÄ±ÿ‘','÷[DòŽ\rS¢8¨hÑTM¸0\n7MñU#&¡R\ZÓ','',0,'?'),('«ä5ŒÌ3¤>Y>õzÍlË5','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/admin.php',0,'=mªu×I–UyyùMn…=','=mªu×I–UyyùMn…=','b‰€™K‹Q|æÍIæ9å¿‹þUM.«ºE ‚Ó¿','',0,'?'),('‹Ëž`ošƒéGžu-','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/api_log.php',0,'Ü<ÎŒòùí0\rèwª','Ü<ÎŒòùí0\rèwª','ÍcXoƒò\"¸à(ª@&±L;´3T½}èzS?Žw','',0,'?'),('ÞI±ñglÒ¨„Ïs1\Zz','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/classes/ApiVideos.php',0,'µlr§öGÀU@ÍŠ{Véê','µlr§öGÀU@ÍŠ{Véê','Èlî\rÐ!:Œélñª-º…8ApØ\n9 ²‹9Ž¤V','',0,'?'),('é\\šœ1ýð½ 9²Â','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/classes/Connection/AWeber.php',0,'<ñÛ‘g¯ƒ/e¬äCé¸','<ñÛ‘g¯ƒ/e¬äCé¸','µ6 Ÿ“U„¡˜ïê™†˜š÷(_=D7ät],A©rø','',0,'?'),('êþKfhVÌòR7','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/classes/Connection/Abstract.php',0,'Óú’†˜·è™ã1æ†A—¾','Óú’†˜·è™ã1æ†A—¾','³²ZA{ë‡Iu?…4‘_rç¶¬\rÁ>“Ü””Q9æ','',0,'?'),('ñÇª™eÒfTÔ\'Š‡¡','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/classes/Connection/ActiveCampaign.php',0,'Ö\r¤`WWÔJZiI™¦','Ö\r¤`WWÔJZiI™¦','aÓmD­‘ó=±¦Éõ	-?‡Ÿ«CˆÃœvÐÉT&†£R','',0,'?'),('LÛ“rB…‡ŠÂ1ç:äS','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/classes/Connection/ArpReach.php',0,'³í,%Îð¼Ñ+Yëü¤„','³í,%Îð¼Ñ+Yëü¤„','ºþd¢;‹Ú„ÎõyÜuX4ð¨\n=¢C»áz&›pl®','',0,'?'),('Á^Sç-®–N `ß7À«£w','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/classes/Connection/Awsses.php',0,'Š×|ù«þ9ªD\"ív\rÚ•','Š×|ù«þ9ªD\"ív\rÚ•','šâ™Ž|§çÀí¦Ý(¦ ¼)Ièê–#*œ7%','',0,'?'),('ÙB<gÓz.t+w ','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/classes/Connection/CampaignMonitor.php',0,'ã¡D—Î@í?Pˆ/á7¤$','ã¡D—Î@í?Pˆ/á7¤$','ÛƒW-ãß¨ú{]£~Ü·„á_†}míaÁˆv›Ÿ¦','',0,'?'),('iîËï²¢þDÞ`òò»_ƒ','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/classes/Connection/CampaignMonitorEmail.php',0,'[OVÄÎði‰Äàh•ðÌX','[OVÄÎði‰Äàh•ðÌX','ØnëÚ„‚!\Z\\ZúY/ I¢¿/-NÀ¶å´¿ÓŽC','',0,'?'),('¦¨ðn¶ÀV•Pr‰DoÝZ4','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/classes/Connection/ConstantContact.php',0,'¬ët‡w>ßmÁ*ç[ý›¡','¬ët‡w>ßmÁ*ç[ý›¡','6Ó`ãgp^~ëÇ}¶µ¢%¸ŸzÎ‹GÔ÷i¡\"ê-ƒ?','',0,'?'),('eÍÕ¿/ÍÄçŒ{KôÐm','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/classes/Connection/ConvertKit.php',0,'¦Î ‘hîZ.„”>$’²','¦Î ‘hîZ.„”>$’²','ÏNR‚\\h\rîÕXqOµ!F\"0Ùñ÷}ÙC®õ>çRLœ','',0,'?'),('k‚`Ï´R€?‘kÈ°æ','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/classes/Connection/Drip.php',0,'¡”jÏ4‡þZ¢~T§ç','¡”jÏ4‡þZ¢~T§ç','Ž¯È~ÑËŠ¾AT‡¨»¡ë{µ/¢Û%–*','',0,'?'),('&Ã°–ý>Iÿ1æ\"›‚','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/classes/Connection/EverWebinar.php',0,'ÕH4ô¢òþt¶\"›F9×)','ÕH4ô¢òþt¶\"›F9×)','+zÿ¢ Âã.öl™Q¤RÍšj™x‹ßÛxs´9àû$','',0,'?'),('Þ\n„Îuøoyu~bmþÅ','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/classes/Connection/Facebook.php',0,'¾	<‚FØå»d\nú ','¾	<‚FØå»d\nú ','q8‘’=B|ŠIRbŽ1ÎÈQ5°õ€XÔíÈ@»{æ','',0,'?'),('[4Š©L³“í8¢ 1º','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/classes/Connection/GetResponse.php',0,'¢“\nÜ-@=Và83&]','¢“\nÜ-@=Và83&]','„™ËKiNï{G”z™\rëoàä6*¥Ì+J-GÇw€4','',0,'?'),('h¼1gü…çúÐã„éÿ','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/classes/Connection/GoToWebinar.php',0,'cÛ?L³Ê¯t9©å³­—6','cÛ?L³Ê¯t9©å³­—6','3U1%šnœyþµÚÅ¦ÅWºA^ÍiË !®,µ¿C','',0,'?'),('¿91 &ùxÐ*aUÇk¤','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/classes/Connection/Google.php',0,'Q;¥ºšRJµ-Eyû×','Q;¥ºšRJµ-Eyû×','ë/ŸÅÎ]Q#OË6?HSùúÍÚŽ’<h5Ö+Ñã×Ûø','',0,'?'),('9ëi¶à”\r•Ò\rÜþÔç','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/classes/Connection/HubSpot.php',0,'\0îf0\rýû\")Ò½rÔ¯T','\0îf0\rýû\")Ò½rÔ¯T','\"åL5™’V_™lL“¥¶ RÃÆ.Ê„¾Jöß\"pà','',0,'?'),('-åV¤M:£±?—>çf9','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/classes/Connection/Infusionsoft.php',0,'IŽx•ÑèÑHÜSæÍÊ_V','IŽx•ÑèÑHÜSæÍÊ_V','6{[>ï×3)rÓûËhË-³>u£c×™ÔŸç†.Z','',0,'?'),('OnPdÔ“\'´o@.©æ4','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/classes/Connection/KlickTipp.php',0,'½1ƒí\ZCqÀª5eßë','½1ƒí\ZCqÀª5eßë','É!ªS§Ü×0Z-þUë\Z·)[BÕÖ\0˜æ3„ÊpPP;','',0,'?'),('he‚á—-Öü¹­Ê×¨œw','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/classes/Connection/MadMimi.php',0,'°EI9XÏh­b\\0ÒE”É','°EI9XÏh­b\\0ÒE”É','rq8Ï(µ¥•õ´×/î)RBµ’ø‚ÿ=Mý+ÙIqy','',0,'?'),('ÕŠº;ÓV>“æ¨L','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/classes/Connection/MailPoet.php',0,'Jót²CìiCú\"0ºx','Jót²CìiCú\"0ºx','xøŒc\\ý¢5`æ€Â8¿8;‘À{ˆ\r²“T','',0,'?'),('Ð5d´U™ˆ ƒîHëƒS','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/classes/Connection/MailRelay.php',0,'#Žq§F3\nKÃâSyéÞ','#Žq§F3\nKÃâSyéÞ','Ý‹:o1Û¬Á3Ï+\"¯Œ)–Nß¨V|c¡á¤f2','',0,'?'),('­yXH¥o’S	ï“¯','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/classes/Connection/MailRelayEmail.php',0,';µSÞ¿þpJ¼/	³U7Ö',';µSÞ¿þpJ¼/	³U7Ö','¤~±Ú?7…®”’,`5ÜYÛÆ.$	uÅšMø	Ù’þ•','',0,'?'),('5¥+4ûðvïpÈZ «±','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/classes/Connection/Mailchimp.php',0,'Â£ž¢å«ÃGcÝJõˆÕ,','Â£ž¢å«ÃGcÝJõˆÕ,','T;1³\03ÊÐŸÉ* ŒÄÞ?Þ$Zfx%ÖJ­œÁØ¢','',0,'?'),('‰ªIoiZf„xaGÈtÌ¹','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/classes/Connection/MailerLite.php',0,'\rª8{›ÆnÑ»‰ß\0ë{','\rª8{›ÆnÑ»‰ß\0ë{','K‚¢H{…©M‚/ŸÓ\ZÅ¢0gX_{L|<îóÑìNB','',0,'?'),('$Ž?U‘¸zX¯È2ªJüÜ','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/classes/Connection/Mailgun.php',0,'ƒÑé‚â¼ù>xëÏ¸=','ƒÑé‚â¼ù>xëÏ¸=','tüCâkiŠò\\œYäÄ#•ßF_\\sUÈ«,f•jñ','',0,'?'),('ÂïsX±1“~¾,¹ÁC','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/classes/Connection/Mailster.php',0,' 2P=Ë?\"\0™',' 2P=Ë?\"\0™','h‰Vì	cÊ‡}7XÏOôÒb=-Û®äûÏ|XËY¨','',0,'?'),('™Vò±ì¬µ¶æÿæ\nY2','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/classes/Connection/Mandrill.php',0,'¹ÄÛÂBè5¤ÆpWÙâ“','¹ÄÛÂBè5¤ÆpWÙâ“','­ç[2Ë×BTV=gÃ9ÈÜý¼ÀÑ ©9Ä3ú áE\0‹','',0,'?'),('Ÿ ;ƒÐgø”Õï‡Ó×µí†','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/classes/Connection/Mautic.php',0,')SU\rŸ€~Õw|ä$',')SU\rŸ€~Õw|ä$','½_aRwd~4ÙlRZY-ÙùšFª×Ä«öjFÅôÉ›','',0,'?'),('ò“1?Ê6¡HÙÚƒ°½','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/classes/Connection/Ontraport.php',0,'Œiê`ƒN‚)V¤h“','Œiê`ƒN‚)V¤h“','ÏDY©g>ÌÑ3À°l^÷B€Xu³yÜòûÜŠIK²õ','',0,'?'),('ö¡/ÀCa×-|£','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/classes/Connection/Postmark.php',0,'66\'JåÎ˜¾òçÁ`KÙ…','66\'JåÎ˜¾òçÁ`KÙ…','T†`ð;R*{èæœRd/¹ƒN„ÝÝô·Þç°ƒ÷\Z','',0,'?'),('9{uð]h¼\0à^äŠ›­','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/classes/Connection/ReCaptcha.php',0,'O·‚ÑEŠþ6æ™ÂŒì','O·‚ÑEŠþ6æ™ÂŒì','U‡ÁêÉE\n¹;®©KöËÜk&,ÝBÓXºàð‘8¶','',0,'?'),('ÀÂU<?2q™ÿþÂš;Ô¿9','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/classes/Connection/SGAutorepondeur.php',0,'GÂüJnÜ,Ž1.O%;¶_','GÂüJnÜ,Ž1.O%;¶_','ËZÍñÑßùsBèœ;¹>gµ˜zÂ$ÛG|Ö&&3Z','',0,'?'),('ºcÿ0TÍ†Õâ\nq§Ö','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/classes/Connection/SendGrid.php',0,'§L¤\nõ^£§ÏlÞ¤j','§L¤\nõ^£§ÏlÞ¤j','1Ž¤åYÕá@±*7©Î»P3MŸH´˜ùwggâ','',0,'?'),('›Õ’cYVÝçªI3E›q','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/classes/Connection/SendGridEmail.php',0,'®WWÉñm€k*à}=*‘h','®WWÉñm€k*à}=*‘h','ëÙ•|ÜËb$£ u§ËhGRí¿\Z‘÷ˆ]ª®[','',0,'?'),('7JþÁšƒÕBH\"¢Ak?','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/classes/Connection/SendOwl.php',0,'íìüO|møúŒ„ø¦›\r','íìüO|møúŒ„ø¦›\r','¥F¨c_ëy—@åÌº¨Õ±½\\ÐÁ=Æk	]¦>Jõ?p¿','',0,'?'),('E“l`«Î‰s¢3çÄ','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/classes/Connection/Sendinblue.php',0,'ÊëfÁXzn¸)_dµ~Ë¬','ÊëfÁXzn¸)_dµ~Ë¬','N a#“^i+è\0Cõ6¸4˜˜âÒ}tÃ÷+g~®','',0,'?'),('Y|‰0¹ <ñO¶†­¦·','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/classes/Connection/SendinblueEmail.php',0,'ôøŸ{‹4÷Ï‹ˆ\'žr,<','ôøŸ{‹4÷Ï‹ˆ\'žr,<','­ìt©­~3GÀ÷Ú{£ýDVìµGh—‰¢Kñ=¢ä','',0,'?'),('¿s?# “Ò×½Ä”X˜èM','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/classes/Connection/Sendlane.php',0,'r²v AŸÍŠœ×»+äó','r²v AŸÍŠœ×»+äó','OyÇ=½dWw6nË7ƒŒO3nwÁ§N\rñ_Èæ','',0,'?'),('‰J7K4íÆ#Ü4ûŒ}¿','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/classes/Connection/Sendreach.php',0,'lí[0»mˆµðË5ÔÁ`f','lí[0»mˆµðË5ÔÁ`f','ÀNýµRÉÔ‡~\ZJÛ«ŽÀoUÃ.ùìBmýü¬c','',0,'?'),(')@ëà\'O;÷äøÿ®«¤³','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/classes/Connection/Sendy.php',0,'±uöz1³úx¦ð1_»H','±uöz1³úx¦ð1_»H','_äñâ=+80¨˜ìo´¹»¦Ìôñ^ªâ…‹\r<í','',0,'?'),('¹\"ãñü*Jxxà™On—','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/classes/Connection/SparkPost.php',0,')CÑ´5Hm	h5mæ%Ò',')CÑ´5Hm	h5mæ%Ò','Gã\'…ŠêkG503:¼EÏZÝ_ªëÃÆå£ü÷ˆôì$','',0,'?'),('¢·P[Ü3S+Kÿ†g','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/classes/Connection/Twitter.php',0,';³|æP W¢ù»GŠr¿',';³|æP W¢ù»GŠr¿','>ä:…Q=¸r/ƒRDr]gëº^&tt´S{®¨B','',0,'?'),('\rÒèh\rŸUª²³RŠÓB©…','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/classes/Connection/WebinarJamStudio.php',0,'Õí_=Ð\r(j_­s','Õí_=Ð\r(j_­s','>’îë¯‹GWÔBWÝÚ·²œÃšU«Œø‰8œžêÛ7þ','',0,'?'),('ö»ÑÀPŽíJÄJe õü','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/classes/Connection/Wordpress.php',0,'Ñ\\xâiªûõùRhh¾6\n8','Ñ\\xâiªûõùRhh¾6\n8','û9œú—×¿ð6Xå£9²Ê±T(„Å›øê§íª','',0,'?'),('X	§ö0–3gšAÔH×#','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/classes/Connection/Zapier.php',0,'®&šú3GùâùŠip¸²','®&šú3GùâùŠip¸²','ü t¤²Ù;ýûÜ]¼GÎ¶†+V}l×oçãè½°ü','',0,'?'),('kRZ\'Z][x^Ä\\_ôg™','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/classes/Connection/Zoom.php',0,'Ísxj|×”×Î¨„åhÉË|','Ísxj|×”×Î¨„åhÉË|','bÅÿ.)‡”Ø€yYØ†…» +ÄiT£XIF','',0,'?'),('Jéz¸`Ö1A¯Lbó(\'Ð','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/classes/Connection/iContact.php',0,'„POe>3¿È|NÀd*£c','„POe>3¿È|NÀd*£c','i½&Ï÷©¼Ïq\"ˆ¶N.»œ¢\\Î]¿£ÔA5û~¸À','',0,'?'),('ã®k\nÓwéxä]¤5È','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/classes/Connection/v2/GoToWebinar.php',0,'Ë~¸	\rÓj\r¬Ä¬jÖ_Ì','Ë~¸	\rÓj\r¬Ä¬jÖ_Ì','rBÍ-Îgó†¼™\n’9½ôã´ðf÷K3Ds¿}w_“','',0,'?'),('ƒÑØ`Ð+óË¶¸L rÄ¦','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/classes/Connection/v2/SendGrid.php',0,'¡Z\\ì€°t‹qÂR&','¡Z\\ì€°t‹qÂR&','ÃÁ—ýÑ“Ødm(!žµ÷Q’.\\ÚÚÓQ*Á¡°rÂÎ','',0,'?'),('0Å[î\0\"œdtîK¾@','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/classes/Editor/Controller.php',0,'Èoßð·÷GõŽÜ ëÅ','Èoßð·÷GõŽÜ ëÅ','šÕÅHÓè˜Ír„ï¶ÄyI¶q/c¡v¥ìQIž*\Z“D','',0,'?'),('™Îå¦~{œî¦¬±;ãŒ”Í','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/classes/Manager.php',0,'.[ûêvÀŠ¢“1efÇl','.[ûêvÀŠ¢“1efÇl','¤\ZLnX9òªpcº%f,ÊeÚžõ–v^Ýÿo5ø','',0,'?'),('É\Zè½\0©ÙÚôJê<B','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/Base.php',0,'+„&…Å®65©àÄÿi','+„&…Å®65©àÄÿi','p²¤Ê‘ƒÉ6K:‡\'ƒ:2Ìýþ©~â%ýÃª8Ä‹mû','',0,'?'),('QV?F¸G†’ãíIÍÈŽx','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/Collection.php',0,'N$IÖF#;Ñ•¡“B]','N$IÖF#;Ñ•¡“B]','ÞçBqôVaÓ‹š‚Ž·\0Öõyyû.Pð5‚ûì','',0,'?'),('Á¹DÃ[4§•â¹a¼\0èò','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/Entry.php',0,'Ø¿e#ª¢ Ïý#ÚšÈ›‡','Ø¿e#ª¢ Ïý#ÚšÈ›‡','x¦É…ŒaZ*6-&ØIÈ±y.-xÊ·uÑŽv=ó%','',0,'?'),('ÄÍï—Ñi Á‡Ë¿Äô¶õ','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/EntryDataArray.php',0,':¨‰;Ç€XI²ã7»Ü',':¨‰;Ç€XI²ã7»Ü','´˜µò%¸P¦Á$¾Õ—UÚæ©‡#‡WRná¥y','',0,'?'),('Ò	B<©£:¶âK#š','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/Http/Response.php',0,'84Õ¼Få6fÕem¨','84Õ¼Få6fÕem¨','æ7ˆÍÃ”sÆ#àõ‰‘Ê;§\Zà\Z™ä0¨$','',0,'?'),(';8»“^? ”7d•oò?z','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/Oauth/Adapter.php',0,'™@t33cYÃ¶úí_…','™@t33cYÃ¶úí_…','Ñþít¦™—a!gŠ&åŒ|E¬IÈˆbêGÈ','',0,'?'),('<³Kí_‰an]î¿FÊ','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/Oauth/Application.php',0,'eÕ&AãX ¯>ÿUØ“N1','eÕ&AãX ¯>ÿUØ“N1','Ø”rŽê–ÃðVÎ§s\"†ýu	\ZóxÛqÉ}¢ƒÝ%Ž','',0,'?'),('ôQrzûÐåCqØ$ý®¦\r','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/Oauth/ServiceProvider.php',0,'öT¤øïã#·N¯ˆÈ¾','öT¤øïã#·N¯ˆÈ¾','‹?.ÛÞoÂÔI›‡´È‰fÊŸ²yw4ÎÖpÅ7','',0,'?'),('Vw4tóÂº¸	.D³Îà‰','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/Oauth/User.php',0,'¾V›Fþtÿ„¼}‚Öet8','¾V›Fþtÿ„¼}‚Öet8','“sœ2eårŒ’G?¶i—ÔP¡ìf…eþT$½26ë','',0,'?'),('1ŽÁ@Ý\ZKMÔÞ¹ÿ—','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/Response.php',0,'›û±\\Ò”´Þ7.ø‘AiÀ','›û±\\Ò”´Þ7.ø‘AiÀ','€R»„zàš S¥¶lÀFÍ!É¶§0°Ðz×Ø,‡@aA','',0,'?'),('£!\\$å©µ«¶Bú','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/ServiceProvider.php',0,'P£™©†•ôFrÙ¸GÄF','P£™©†•ôFrÙ¸GÄF','\'vD‰kŠôfŸ–é½™1Û®Ä¡‡h†8ˆ®9Žþ','',0,'?'),('£S¹XhÃ§š0é°XÞJ','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/exceptions.php',0,'Q™©šeoâÙaÎñîrÛ','Q™©šeoâÙaÎñîrÛ','Ë1¸Ì·Kl®á»$Ž…äØÌ}¯ê¡jfžŒµ¡!','',0,'?'),('ö½×7•ûÖco„ÐRÃ€´E','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber.php',0,'{NŽ‡DÄXM³{s¡B»W','{NŽ‡DÄXM³{s¡B»W','*IÅÏcÏ”ˆ‡K+§Rê¯ì±ŽíqoúŒ€ª»]$sÿ','',0,'?'),('LëZ‘$þZgÑ@ÂZË','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/ActiveCampaign/Exception.php',0,'Ð;.@1¹¥æŠå(Rüà¯','Ð;.@1¹¥æŠå(Rüà¯','v%#{/¸v<X°&3r’¹µÖ‰=Äÿv¹lîö\\','',0,'?'),('sÍ*þ¾ìLøiùÍ^™»','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/ActiveCampaign.php',0,'z<Ç¬ƒ@à§¾','z<Ç¬ƒ@à§¾','õçãvÄGv”xÉ… ®àŒìÀâÏñ:qÒãÊMm«ý','',0,'?'),('°B½wS­è E©*·]8','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/ArpReach/ContactException/Exists.php',0,'”\"±óí8Ij4Ûm÷–ì±/','”\"±óí8Ij4Ûm÷–ì±/','Fp:—øë½kOmçh+ªð‰êúrªôí²dLŒ','',0,'?'),('¶ŸCŠ IŒ²˜i¾Â','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/ArpReach/Exception.php',0,'Êç°Vû~n®µ|P€¸','Êç°Vû~n®µ|P€¸','7óo¦…™76’‰S«¸ÞÚ|VãWÕz¨fÏg©õó','',0,'?'),('«ã˜€+Uê–vÍëÉ‘ôÛ','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/ArpReach.php',0,'*6¥µOß¥Þê·4\'žÍ/','*6¥µOß¥Þê·4\'žÍ/','ÊÊ\"cºçÜî£¤¡¦ìÁóÊPZÏWQ}zjÉ‘x ','',0,'?'),('\r}Ë’ü&oQVfÉZÚoŒ','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Awsses/Exception.php',0,'¢¯í™TÈsQ^ëØAŒÚ','¢¯í™TÈsQ^ëØAŒÚ','ú\r+°&¿Íéà\Z`ˆë\"šÌ•\\^çHÃ »2C','',0,'?'),('¾ _§8\"±»«ïæñYƒW','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Awsses/SimpleEmailServiceMessage.php',0,'ˆ‘3@€Ÿ]h£·Ž«','ˆ‘3@€Ÿ]h£·Ž«','JÈXv)\0:²|Z>¨„7–V¾¨.m—ð¤ç6|ËÜ','',0,'?'),('Û—*)œåAÂ ffg~g','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Awsses/SimpleEmailServiceRequest.php',0,'d!\ZevÏÓƒ ILîÄb','d!\ZevÏÓƒ ILîÄb','i£¸/U¡p<¸	ˆœøšr]›¢1a±“êô=¡P','',0,'?'),('~Tñ4Þó¶1¸éZZË5\0”','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Awsses.php',0,'áÙ½d~òHaŒ÷¦½¤*º','áÙ½d~òHaŒ÷¦½¤*º','¤F›‘þ³ÁÑeÙ³vW)¿WW ØE²Sy›ÿ•M,ˆ','',0,'?'),('ú9¢‡G‰\nt\"¡*éï.`','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/CampaignMonitor/ClassicEmail.php',0,'£m¦©A‹l„\rÄ\ZC;IŠ','£m¦©A‹l„\rÄ\ZC;IŠ','ú 0ß©Ó¿w¸Kƒz9ØÊÀ¦›Eù²Ît Ûˆeµ:','',0,'?'),('é¹6%½óm¼—L.I¸†','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/CampaignMonitor/List.php',0,'ºÚi)jˆÝ€Œþ-ŒSo','ºÚi)jˆÝ€Œþ-ŒSo','Ì<fš ~Ñy2ðµç¤¹;,ÏÅÉ4ÆÓl‹&','',0,'?'),('”3[†À¤\nöÈ*õ·','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/CampaignMonitor.php',0,'ä”?~u,Üi;+ç·L\0E','ä”?~u,Üi;+ç·L\0E','¾J{ó‡~YôŽ-äâ–´JÅbå)Ó{CŠÕ3–?)q','',0,'?'),('ëGf²§oò\"¾;œ[¯S©','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/ConstantContact/AlreadyExistException.php',0,'C(všƒÊ5x®¡c?t+m','C(všƒÊ5x®¡c?t+m','*—ž|ÎŸÐ55`%jœÏ\r›Æ|Y^jE^‹¬Y¹†’','',0,'?'),('·µ–rûûu»‰ Ñ¯ªúƒƒ','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/ConstantContact/Exception.php',0,'éÀ ”è*þºq½¡®À','éÀ ”è*þºq½¡®À','ù.ƒ½ª¸U”tðò¾”ÈöŒÙô¸yÌÂÍ\'ó~{?j—Ö','',0,'?'),('&¨k½VôãVïv”’Ïq','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/ConstantContact.php',0,'è]e‰cù-«¤9¦Ê','è]e‰cù-«¤9¦Ê','ÃVåüFTª… \"ÑD91âÆ÷\Zø=7ßœ±2ø™','',0,'?'),('oã†¹ùI\"ÅLŸò$','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/ConvertKit/Exception.php',0,'Pù]FQÍ›¦µä’r—Æ6','Pù]FQÍ›¦µä’r—Æ6','œ [ûÆÕ;ecSBšÁõ\\4ý`Õe™bä¥×{8','',0,'?'),('¿jé¾€°¸Ï)MWsr','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/ConvertKit.php',0,'ò>üx#Ž?Q¸·^•»s5','ò>üx#Ž?Q¸·^•»s5','0FÏsR>•û´J÷-§Ð8¶9Ó]óèrj*B¿ô%','',0,'?'),('»9?rÛ=¹ öaB+','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/CustomHtml.php',0,'ò„.ög°uÃ“vHMˆ','ò„.ög°uÃ“vHMˆ','3‘±o*[» m	ôÁ~É0Ùžxy8JQCe²ËQ¨Qê‰','',0,'?'),('@¿’\n!µ”6Î› ý5pû)','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Drip/Exception/Unsubscribed.php',0,'Z~Áft!mt—\0*','Z~Áft!mt—\0*','ÙÁÄµ®i!{MÐ,Ë£aÞwô3ß8Ô¤Â™ç	²3Š','',0,'?'),('Êút9ÓyÈ™Ê×ûwŒ	ð','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Drip/Exception.php',0,'Pª¸÷ü“äÙ‘â¼a]ÞJ','Pª¸÷ü“äÙ‘â¼a]ÞJ','˜â“¶£wéCþ(’	>9‚‘ÁÉ‹,L\"ì*','',0,'?'),('V!bÃœ‚ y¬¥¨¦ˆ5','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Drip.php',0,'Ál›’ê·ÖŠÅçmÈ.˜L','Ál›’ê·ÖŠÅçmÈ.˜L','î!\\Îë’¼äãhƒœ.ãhH’HKºžþCwÐ Âd','',0,'?'),('£*‹5·Í÷YÔûÏôë','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/EverWebinar/Exception.php',0,'Tôã.õ\0uîie½Ò','Tôã.õ\0uîie½Ò','þ¯1rè…Õ½aGkDÄ†0½K&‡Æ’%7!WõF­Â','',0,'?'),('à?oŽäCê0Í|¥LÅè8Ù','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/EverWebinar.php',0,'®b(¡m2\0Ûá¥Y|ì2D5','®b(¡m2\0Ûá¥Y|ì2D5','…¨¾)T>¼Ïë×Ö\"|–ðPÁ<åáñÆ]2Îg','',0,'?'),('Tå!ËÈj‘d&áÏ¦o…','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Facebook/Base.php',0,'Á&ûó:t´H´áW¾Cm','Á&ûó:t´H´áW¾Cm','“¾é–`ªÅ‰V;\n;ò®ßŽV,n8’\Zúœf\Z','',0,'?'),('9\"o›çÂŸûd\"ZJ¦m¯','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Facebook/Exception/Exception.php',0,'¹‡Ù†ÈÆJÀ%\rÔC‹','¹‡Ù†ÈÆJÀ%\rÔC‹','oØâ·‚\' U‡õ/cw¥Óšõ\r`ìœ§£Ü¤%SU®','',0,'?'),('	Ðf9_‡¶èá¢\r|˜Þ','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Facebook.php',0,'\r^~È· 4RÐ³½õ–,','\r^~È· 4RÐ³½õ–,','õbžŽ˜M0ãs	y÷‡)ÿŒ&ŠS¦W³£íw-Qh#','',0,'?'),('7´1.Ô<sUÏ<f§1ô','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/GetResponse/Exception.php',0,'V£»÷Ú«ÈæÍ²å¢VS3;','V£»÷Ú«ÈæÍ²å¢VS3;','Ü²¾·\0ëû8¾ù‘)ìÈPU©j…yAÏ’ÕvDU','',0,'?'),('í$ Q“Ö\ríÊ6	¼ j,','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/GetResponse.php',0,'ÚLÆ#Yû¦[ÚDó ±öä','ÚLÆ#Yû¦[ÚDó ±öä','CL	³—Ž†?æ–:E0œÉûêí^ÂŸTˆz£°[','',0,'?'),('6ø^DÛæž»‰\n+ÿ²Ý','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/GetResponseV3.php',0,'˜ß•`UZ2¢ø¸ò&áH','˜ß•`UZ2¢ø¸ò&áH','*f¦Õ)¥KdE†Q‹L>aÖ7dT®x\0?Lö¨','',0,'?'),('\n÷Nd\0jT(:d	','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/GoToWebinar/Exception.php',0,'=†UqcÍH¨!ïôf½','=†UqcÍH¨!ïôf½','ñpYú}2YzôSªXës\\–PqíÛÉ|š&Ç','',0,'?'),('_î+4‰Œ@ù>G•z½†£','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/GoToWebinar.php',0,'ßøõÇ¬¡’½MçÂÑÌ','ßøõÇ¬¡’½MçÂÑÌ','Å†\0.ÌìF\Z’º”´òHf¾ñï—â,/N2æÎ’2','',0,'?'),('î\\]o`+~	HÉùJBž','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Html/Renderer.php',0,'ØšÓ`*ÂÌ?¿»iv¹','ØšÓ`*ÂÌ?¿»iv¹','ŽhD0Lb™ÿÐ¬$RCÙ áö¦˜¸k6)ÊO™}«¬','',0,'?'),('ñ±\Zt×ÒGU€ž›Q','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/HubSpot/Exception.php',0,'ŠùQ2NiùÌòã<gŸ','ŠùQ2NiùÌòã<gŸ','!ì8ÄuüW\"9ÛËœ–Àþš¹Ý¥ùõ}˜%¡QØ1¬Y','',0,'?'),('˜yåÅó¬LÙ‹S\0:îµ','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/HubSpot.php',0,'Ôu5a¼cÈÄú¬·','Ôu5a¼cÈÄú¬·','oaËÜ$Ð_˜2*¦ã\ZUÏÆvŒC– [¶3[‹Å','',0,'?'),('kŒI^„næbI/þqà','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Infusionsoft/InfusionsoftException.php',0,'ïÜ`„7ìÙ|z]-Ó{¬','ïÜ`„7ìÙ|z]-Ó{¬','Æ¯od‹	„tä„Ø¿“âc!p™´\'Û”õš‘¿«l','',0,'?'),('Ñ+VÍÀ{ ˆ§Àå','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Infusionsoft.php',0,'ÍŒ;ûêÉÛæT‹wÆ','ÍŒ;ûêÉÛæT‹wÆ','ÂN¶^2Ûá/úgÍ¼¸éÿÂ1à}Ï/_Çm+k¾ˆ','',0,'?'),('v¬%‹sXÅ²‘ví¡â\n…F','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/KlickTipp/Exception.php',0,'*j$°]¤bšeQôŠ=B','*j$°]¤bšeQôŠ=B','µ-Ö)ý´B¨–bRZ¸DXt¡“~Gú#pþÁ—êŽ','',0,'?'),('D©WRq]Ú\rZœeä#H)£','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/KlickTipp.php',0,'¨ásM¬öÔc§¤jc>ŽI','¨ásM¬öÔc§¤jc>ŽI','I’\rWrj†‰Ý³7 ~\"!H9ÊÎ˜>UÀ‡lÍÐê','',0,'?'),('XcX Ÿª[ÎïKèð©C\n','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/MadMimi/Exception.php',0,'³PÅ ¹Í”£ºŒu½','³PÅ ¹Í”£ºŒu½','ª:}vœ7øn›´«—€ñªò×â$»î3ªý} }','',0,'?'),('‡9Z”ÂQ›‘rh©Ù%','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/MadMimi.php',0,'(|Ljy6ªçÏº¯•&\01','(|Ljy6ªçÏº¯•&\01','õ=@°¬úÎmû[âÎ‰š#	x„–dž¬ãQ-#¾Xº','',0,'?'),('îœªã?êÐ)CœC’ˆ-','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/MailRelay/Exception.php',0,'¨AÕÅH•w~ÚÌ‚$ñµ¢','¨AÕÅH•w~ÚÌ‚$ñµ¢','Ö&ÕVïiR§fYÖi¬™ƒþò¢T¼é«5^Öé¿ËL','',0,'?'),('b½Ääíöã¥ Ã¥µ','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/MailRelay.php',0,'‰åÔ‰¼—þóx¸.Ï®µ','‰åÔ‰¼—þóx¸.Ï®µ','­ªÈëw6YžóKƒõ‡Êwò	Þ¾\0;ÑD+®Â,OÓ>','',0,'?'),('ýÛ²Œ–Q²¥-‰ž.sˆv','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/MailRelayV1.php',0,'³CÎ}&aŸý¢¶·’T','³CÎ}&aŸý¢¶·’T','ýBÅkÌò¡àÎÊ…6íëFd¾\0—ßh8ø¬`ú','',0,'?'),('¥’±•á€ˆ&šB”Ð­í','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Campaigns.php',0,'œeIi´­é`|ä(·8Y®H','œeIi´­é`|ä(·8Y®H','Ä¨Oý|ì“¸B…yRÛCÞc„j´îžÖ9n©›','',0,'?'),('F†ÊÏ,¨tAoÂýZI\Zþ','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Conversations.php',0,'¢‹lSÄä@²ø,d{Qâ','¢‹lSÄä@²ø,d{Qâ','ÞæéüÖ`Ì1;E JnCÎ(¯\0­aÖáŠ0Ql','',0,'?'),('\\›S¶H;ZRŒ;@éÁ&','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Ecomm.php',0,'¶ÎY£žS³3¥Xi¢\Zêàñ','¶ÎY£žS³3¥Xi¢\Zêàñ','ü»ó\'¢\0MŒ…\'?è\"a,7ÛözÅ\r¼ðuT|tŒNb','',0,'?'),('D¾˜¬\"´Ÿèáó¤W‰¶ˆû','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Exception.php',0,'DÐ¢ñO%Æ¶€‹už¡ÿS','DÐ¢ñO%Æ¶€‹už¡ÿS','š:Cjeh#‚FD}³T’MäésIG¢/põl‹8…8','',0,'?'),('¤™°kƒÑ_ßQ1\'·WÀ%','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Folders.php',0,'Ï2R×lOWC£@³U','Ï2R×lOWC£@³U','I\'0¢á*ÊØ}Òº Ë`XüóÂ½4ßíII®•Y','',0,'?'),('«Ç®Ü#¤ÁR»°©Å\'¦ß','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Gallery.php',0,'êë‚ÌåÀy}{™%+OŠ|','êë‚ÌåÀy}{™%+OŠ|','”D~\"ús^SG*Øð¼ùôPr\\l¡A_’´:','',0,'?'),('\nà¨¸t%1ÞŸ¾TÓ¨','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Goal.php',0,'K\0üÀö9ÎêNÀá','K\0üÀö9ÎêNÀá','¬‘Áw¥3\"Ž…ñ°ˆyÃÔ©NzB‘äI‡éiº}wWS','',0,'?'),('Šâ£sÀçÖÃŽQÅˆ`9l','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Helper.php',0,'a ¶r¿NSœvEmÆó','a ¶r¿NSœvEmÆó','n¯›r`\r?ÞaÉ‘ÌDWÜÈÀ\\à¨!6{yjX‚\r','',0,'?'),('ã‹oÀnFâ›éNûÂŽ˜)','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Lists.php',0,'\\°¿6ª\rKl˜“œ^¤','\\°¿6ª\rKl˜“œ^¤','ügFX5j¦ãÍ	r³<ù©Úý´½%“Â|Q','',0,'?'),('\ZM¥\'‰EáÏ… ³¯:','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Mobile.php',0,'–»ºˆÕÝ‘óò/Î’lÃä','–»ºˆÕÝ‘óò/Î’lÃä','6®Ycà·W	Òý%mPŒb÷M}µ0ÇZé¢=åR‹','',0,'?'),('Å<ú‘Ö×dk#	eï5æî','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Neapolitan.php',0,'¬®œÑ‹œÑœ´_//­','¬®œÑ‹œÑœ´_//­','OhÌ -Š	9ú•h¥lÖBá0›—QJ÷_\nê€','',0,'?'),('ëa]¢9‰ôà–žÏ°Ä','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Reports.php',0,'þ¨a¨B5°—F¡W{','þ¨a¨B5°—F¡W{','ü0O”©Gg¢cú,oô<\"7“Ìæ©õÄfþ¦eMš','',0,'?'),('½ÍË4Ö\n& ûÛâeŒF','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Templates.php',0,'íÅü³ïÐA?U«šÿ','íÅü³ïÐA?U«šÿ',':ŽèC½q&ïmË¥•±Ëùlû‘×ÙÐœÍ4¥l','',0,'?'),('óo)à)µV³²«$\'™Ê¤À','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Users.php',0,'ÿQ/çv¹œ‚|sš2:','ÿQ/çv¹œ‚|sš2:','Ò´åV\0o=¼üFdÞ;ic©²\0uh-¸Í»ü','',0,'?'),('CÔ—ŒlÏÕ¥ÈŠ•PÅ','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Vip.php',0,'~SÀŸÀºcævó.·¿','~SÀŸÀºcævó.·¿','£ü`ÿ\\ÏEŒWÛÛéŠ‰ÿån	\rnÂ‰™§±?\\.\'<','',0,'?'),('{mkÈu²C‹œä=¾•','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp.php',0,'­Ä’V~çi$/ìFÛ','­Ä’V~çi$/ìFÛ','\'Œ$7û,¥zKØCßägvz%„Æ)°Ftkw','',0,'?'),('3âAÀæš‡¦1PŠõ','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/ApiAbstract.php',0,'@Tº¬1.U?˜ÿô¼ú€n','@Tº¬1.U?˜ÿô¼ú€n','6‹²v:ß—¡ºÁð”‰È\Z˜Ö%\0}Û<°ƒl<v','',0,'?'),('ã&l¼èZ!‡L’#8¥','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/ApiConstants.php',0,'^YÚ¡©TfI’æº~ï·\r­','^YÚ¡©TfI’æº~ï·\r­','ÒãJvAÊ,Š„f(#•Œ»±)ëcˆØó=|—þÛŸ7Ã','',0,'?'),('ØÊË]\nÂ˜CST‰­Mxh','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/Campaigns.php',0,'ïÑÇ°öýÈºŒÐ\n¸üö','ïÑÇ°öýÈºŒÐ\n¸üö','\r2 ­ ™*™f55/ôw*Ô]YkùVrŸÆ±&B®\r','',0,'?'),('“M—fXQ6ãÛjp/cKÂ','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/Fields.php',0,'\Z#:B‡ãþ:MGfDÝ','\Z#:B‡ãþ:MGfDÝ','`ôëÐ\Z&UÆÊYhÒ¸ñxƒ`¿GõÓ7žâª» ì9¥','',0,'?'),('>‘¯\n¾¨ðA4ûš¨-C','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/Groups.php',0,'v×±½€±h‘–Ð.êGp ','v×±½€±h‘–Ð.êGp ',')fÙÌÞ[w„®x¿\ržûA~+UoOêÝ±fTV’IÅ','',0,'?'),('øöÄŸ•¨Ê¨¢]\n£¶K','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/Lists.php',0,'Þå‚<‚$!\r±\\°$¨','Þå‚<‚$!\r±\\°$¨','Ö\ZbV£–(üS€[ä¯(ÀàQ—æŸ)a±²‡û<d','',0,'?'),('gï+ÍÔ3MC­?Äó†','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/MailerLiteSdkException.php',0,'äp–¯ÝÁ¯Ä0lßä¼„','äp–¯ÝÁ¯Ä0lßä¼„','òíü)Ì­‹a@)Y\\Ö‘TÊ»w7é¬¼Š<RÑ >›','',0,'?'),('à ð–­Ëß:¥=Šp','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/Rest.php',0,'„©‰…‚Ác(ÛƒDùò›','„©‰…‚Ác(ÛƒDùò›','«Ñ©ü¬e&.pŽ&E#	ì¢újTë¯Œ-òcˆvpû?','',0,'?'),('&–³ ëM^îTZ4ãt= ','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/RestClient.php',0,'»oRvÚýëÆÿ‡21','»oRvÚýëÆÿ‡21','kñ”€çÚ	ÒØ.<v=÷hÒ2mÝb\nœØP*–ÉDZ÷ç','',0,'?'),('Q&û;/û¿4cœšã!é','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/Subscribers.php',0,'do¤³W“CÎ•Yá„¿mc{','do¤³W“CÎ•Yá„¿mc{','Ûì„³³îŸ[WYQXYÓ´F£ì$Ò#ˆÈ$åÀèøT‰','',0,'?'),('××f€\n¬22±zêÈ','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite.php',0,'34H…a«¢\n®< óh','34H…a«¢\n®< óh','Uþ•EUÚÛÀƒîl~Å\næés¼{ôÐ¸g–E~	É','',0,'?'),('ç½ãß¸Â½ÊdæŽ„e','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/Api.php',0,'©ió´þikjuM','©ió´þikjuM','¾;GœBv wë°Ø†`i¸pô‚¤‡µ –¯ç','',0,'?'),('=À¥õÇ?>¦1U<¶hi','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/BatchMessage.php',0,'®f¨ôe¼×ÜÑ¤Tì(','®f¨ôe¼×ÜÑ¤Tì(','µÄ½Ø‡{5Ò5¶gŒs÷Ä¿çŠq¾áËý•g¨Lœ','',0,'?'),('§g›Zøþû)ùà‰0ýY','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/ExceptionMessages.php',0,'ºÂN¤èè¬“a@JO÷7¬Ð','ºÂN¤èè¬“a@JO÷7¬Ð','½ÿIÚs\nTÈ©c^1A¾o›¹î\Zë@ón«];é‘','',0,'?'),('Y<˜/PGZ¼ÝC²sEÒ','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/GenericHTTPError.php',0,'y&œ*í¤éô‹Á›7?]T','y&œ*í¤éô‹Á›7?]T','·õúß›ñ„%Œba\'*|Vxÿz¡!cÈBK±e\'a','',0,'?'),('¹:\"Þš¾VeÙX¥“1','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/InvalidCredentials.php',0,'ÿ¢Kòï•$\\J5;â»;','ÿ¢Kòï•$\\J5;â»;','€‘ÃÐÈzì1O™ã¢rªÎÑE÷´i‚×ÝI\'ý8‡+','',0,'?'),('3w\nÝeÂ$!ç¶Væ|·','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/InvalidParameter.php',0,'èî¡]é^ßßPÝFÝ','èî¡]é^ßßPÝFÝ','À©%ƒ\0Ô7|ÆÙ9ï]K6ý8}Y†Ó£Œ†Ô&p5','',0,'?'),('\ZŽ1G+6èÞõKì9°­eµ','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/InvalidParameterType.php',0,'G‘L…9ucA—\r¸ûœU$','G‘L…9ucA—\r¸ûœU$','Ò&KúBq\Z—Øv+,ÈBdº6C‰Š®ÚEó.9^K\n','',0,'?'),('©¿±Å4Z ¹0:2‡…','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/MessageBuilder.php',0,'Ó+\0•÷ÖTRn­¬áª','Ó+\0•÷ÖTRn­¬áª','§	Æùâb^²š¤á0ƒò¡•/ƒU^öÄàñâì','',0,'?'),('â“C‚M$>F’„ØÉ','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/MissingEndpoint.php',0,'šð™IjüþÆü_íz¼','šð™IjüþÆü_íz¼','ÔðŠJ}B¦•*Ò\Z>o4½iS\'ˆÎËrg\\3$Eš','',0,'?'),('CõËàÙsf K_¬‹GOø','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/MissingRequiredMIMEParameters.php',0,'ºðNL`«è¥±©¹§]Æµ','ºðNL`«è¥±©¹§]Æµ','Ù\n7•î_á×]yºö\rÉ\0+WàÞ‚¯ÿ¼<è\rÆ7#¾v','',0,'?'),('Î>¶¤ñò&ðr°ùÙ›l','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/MissingRequiredParameters.php',0,'ö¨zº¹väïêžWa§8»F','ö¨zº¹väïêžWa§8»F','kV×—çÓ­¶4Ü+\"V›!«Äjû˜»ø_¸$d','',0,'?'),('X}j6^qÅ³ñ”yÝ÷íÁ','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/NoDomainsConfigured.php',0,'eÌ\0ÞH`üÙ²@Ë±‰§5','eÌ\0ÞH`üÙ²@Ë±‰§5','ž‘˜åÓ²Î¾gºv†þŽ3?~¡¤àwú²','',0,'?'),('#ÓzáàQðIw[\nÄÈ0','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/OptInHandler.php',0,'zÔZ|û:ä:[¯t!ú\Z','zÔZ|û:ä:[¯t!ú\Z','†»ïÜ—ÿ$.Ì·šQI+7v\\MÕv»','',0,'?'),('3Î™¤(¢lo²,È*és\r','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/RestClient.php',0,'3´6¯VŒÈ K;FŠ°é','3´6¯VŒÈ K;FŠ°é','mÏ`Oã{í‰R¶–M€	•Ýe>Ð¹Ò¼IU¯@Ñ','',0,'?'),('‰5Yä*Iw»Ä—ðOI-m¬','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/TooManyParameters.php',0,'*<0ô’™7!<eª÷-¦','*<0ô’™7!<eª÷-¦','k·ÕßM5ëò¢1}j‘ýœÞ’ü•$‰Ê«)_\\‚','',0,'?'),('j»‡ìóvK‹ê„·|V`v','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun.php',0,'EàåÞ\02d‘ÔÓIèmC','EàåÞ\02d‘ÔÓIèmC','&:0mÒHbfÙ’Þ¡‹¿2ŸæÛsóFO¶“¶Ï¯tJ','',0,'?'),('C´2GLýÍ›ª{;žµ~ï','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Exceptions.php',0,'ÙçÈcFNWR*&G–Šð','ÙçÈcFNWR*&G–Šð','($¥“Œ€o†Aå¦šY.»¦\n‚Ã9bIr÷IÇáüeÊ','',0,'?'),('V–ãÛÖN:(Œ_¾','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Exports.php',0,'Â¯£ÇÌíƒ£W;ùÉºöS','Â¯£ÇÌíƒ£W;ùÉºöS','ï<öq±K¥µ§«ûœÈ>u	ÇnÏšoýJ‹†\'eÁÎ','',0,'?'),('õ~V\Z3ù9„!Ý…¯','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Inbound.php',0,'Z·y=?D¯{|‘6¶9\n','Z·y=?D¯{|‘6¶9\n','½ØjavQîî*é£Šœ.Ïiýê´I•ö\rWë^ÐQ','',0,'?'),('øí•&èÚJêþºÌÈuÆ','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Internal.php',0,'Ì3ævFk+`EÖC<8Pá!','Ì3ævFk+`EÖC<8Pá!','sP³ ­‡‹N¯U­F*èM\'ð \\@Û}ñ¢ê.U_üË¤','',0,'?'),('M:½ø%ÏŽ\Z¨ßéóŸÅ2','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Ips.php',0,'\\œ\'ÝLÝ%£¦[%¾ë ','\\œ\'ÝLÝ%£¦[%¾ë ','‚øºÒvŒg‹FêšGÛÞi¥¦¨ŽÛÁøZp','',0,'?'),('µwR´cnÝ4ž€:ö±','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Messages.php',0,'´¾¤Ò/*ž[OF§Ýä','´¾¤Ò/*ž[OF§Ýä','êb•Mû9×\r?£ËæJr9é¸9Š—m!ý<…','',0,'?'),('gA½•®óãÓ×þÙÕpüÆ','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Metadata.php',0,'°¾Ü€ÜA¥‡\0þ[J /','°¾Ü€ÜA¥‡\0þ[J /','Ä\0¯ÚD…Bð\0ê€\"ôUÄî|((\n*?ž7àhyäk','',0,'?'),('\ZgªEÊú™°NË´ˆßÍ','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Rejects.php',0,'¦½#	t:®p+j5=l=ìü','¦½#	t:®p+j5=l=ìü','[-°ˆ¢æ7Ü:?ŽE\"÷Žÿ;KŸ_;Öê**q','',0,'?'),('Á-ø¥x.ÖFÖÚÏã‚Ÿ','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Senders.php',0,'[5nhW¿QÈkmÌ°>‘','[5nhW¿QÈkmÌ°>‘','0˜¸§.“œš!*å¿Õ,	àÉ»Ï‹ŒÈÍ$P´Ÿ','',0,'?'),('ÚÝÚìxLUa¨žÑV','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Subaccounts.php',0,'9ÚÏ•+IæÍÇ¿³D@','9ÚÏ•+IæÍÇ¿³D@','Xv/¸FŸ5+,POS™¾¦}á((Ö+tŽçû±­Â|œ','',0,'?'),('pþ¬H´‰1k+™EEÛÇî','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Tags.php',0,'…5RÌšåmÎ‡ÎéŸ¤','…5RÌšåmÎ‡ÎéŸ¤','æz¹B”ïÆB¯(«-màÝÍ7ËÇ¡¨Cìž‹n','',0,'?'),('\\‚hÇPõ›ö5ö…+','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Template.php',0,'±6D\'ŽøÛ :®Ù¯\\È‚','±6D\'ŽøÛ :®Ù¯\\È‚','	tŸÃ@‚½Äß;ßgwñ£6y\Z ,vu2à<w=Õ','',0,'?'),('á³ö´°\rË†½.S/Ø(zí','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Urls.php',0,'v4ËwõõÖî!±±r›ô','v4ËwõõÖî!±±r›ô','JÇûŸEºq‚zŽÄà@áïùÕ—óÙ“ø\no\0’','',0,'?'),(']\\ù@PÂqjHìjgGŠø','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Users.php',0,'÷òoUÃ¤ö©Y|—Õ\'¹','÷òoUÃ¤ö©Y|—Õ\'¹','u/5ÎI@ƒœ¯$Ñ0Î4å\r¾EK	C½óòF','',0,'?'),('æÛ9¾9õ<:–Ôê9I=Ëj','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Webhooks.php',0,'•ömø”‚ÍVW®°eÌÂ','•ömø”‚ÍVW®°eÌÂ','˜Ûï¾\0F¸¥ÆX‹hƒ$l1$R÷ÏT\'PÏÑá','',0,'?'),('(³³-½~†J½â‰ 7','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Whitelists.php',0,'’S¿eÓ2Òaú¨*& tà·','’S¿eÓ2Òaú¨*& tà·','ùœœõ©Ùg×ÅUÐu@ÈG†W‡¥À±ÓÞKMc','',0,'?'),('…]SŒR\"ÁÝ[Ò	i;','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill.php',0,'(äR)öí	˜È1Xš@>','(äR)öí	˜È1Xš@>','çY­bûq\r½[ÃI‚ª	½ñî]ÀkïÖµó\'Ó:;','',0,'?'),('¥Bvàa8Öé¶ÏÑ~â','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/ActionNotSupportedException.php',0,'é8yð*GŠùþdšÜˆ','é8yð*GŠùþdšÜˆ','þÈ\")~Ø1AÊñð„(/§4³Ô7gB§cBGx','',0,'?'),('4N‘.Q¿øàÚ75—F','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Api.php',0,'ÃðbÙEãÛý$@š^}$','ÃðbÙEãÛý$@š^}$','0¼FÎ²Ìšƒ^âÀ½”<Òö§›:…¡ÏL¢Ni','',0,'?'),('§æÅ}/z¹4—Òk’','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/ApiAuth.php',0,'HˆËâ2ÑýýñÖ\niÂ7È¸','HˆËâ2ÑýýñÖ\niÂ7È¸','•\0=KŠ?³;;X£èaM²\\Åfñnsü^M\Z','',0,'?'),('v0(84:[‹.‚49Ø','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Assets.php',0,'g\n±¯„Í`•@ U»^ÿ','g\n±¯„Í`•@ U»^ÿ','“Ä*˜¯JÄåˆÝ®V<a Úˆ\nùö&lóº\'×í','',0,'?'),('§ìJ³÷€Ó)ëJÀùeù','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/AuthInterface.php',0,'|Û[5ŽZ>h1d/È#','|Û[5ŽZ>h1d/È#','w^¹Ê,Œ¡¦*ê”Þ+£-`ÉêÒø¼nq¿Å¤Ýw¯÷l','',0,'?'),('÷™ŽµÌÙ%ïô²ÚE','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Campaigns.php',0,'Þ³ÅèD¥øÍŠHØˆr‹·','Þ³ÅèD¥øÍŠHØˆr‹·','~úmÙUÔË*û§sýÅº¹y¼X·™Š^f:ÁJ	gN','',0,'?'),('—qÜýŠ‰eâ=%à4ã','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Contacts.php',0,'TÄèÔ“#aG\'EÿÏ¢','TÄèÔ“#aG\'EÿÏ¢','Áy\'õrÐño*H‡yyöüÐ™njl\'­ÚìÏ	\'F5','',0,'?'),('Í\Z…Í_rÐºu³J¼&','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/ContextNotFoundException.php',0,'J¬ˆeS<i1¶Ô*¾lcx','J¬ˆeS<i1¶Ô*¾lcx','IP›£ªª¡­€qÞà	Â_¡–&”E¯vR;*R<Ò','',0,'?'),('ÐÚ5yø±dFŸ‰b(¹TÉ','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Data.php',0,'_5êt•àÙk!¸Üú[õÊ','_5êt•àÙk!¸Üú[õÊ','\Z|)ð¿âžúƒi±³|K2²þäK\'©ò*©IMØ	Yp','',0,'?'),('K‹±þó-¹¢‘G­5×¢','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Emails.php',0,';0§MTé©üå\Zl¹V',';0§MTé©üå\Zl¹V','WŸá¨Rˆ<0OEó‚V”ÓCjÓX~ßm¯dÖ&²¡A','',0,'?'),('Mö‚ªäØú³¼OÂš)S.','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Forms.php',0,'Q´›ä™Eš7þKRr–í','Q´›ä™Eš7þKRr–í','u!ùà\rg®†òÅ€]E­B2ê¤¯ùe¢‹Ã‘-qðZÜ','',0,'?'),('cê¡ÇrÙ:Šk[~sì','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/IncorrectParametersReturnedException.php',0,'˜ƒw›^ãš­¸Ë{ 5õØ','˜ƒw›^ãš­¸Ë{ 5õØ','¡°\Z¸9§˜ª¯X3ê×¨gnh•ÉIûµFW†nÝc','',0,'?'),('3·¶„ö$)jawäÇª}ý','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Leads.php',0,'Q(Ëýê(åA`/{{†GR|','Q(Ëýê(åA`/{{†GR|','0Mw×4|ƒLM°£ì8)ÈöR”kÍm|Eœ×ŠáQËû','',0,'?'),(',NS¡%Ò,™Y†ç‘S×','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Lists.php',0,'¢±n¼¬ÃÕs­^N­Ï[Î','¢±n¼¬ÃÕs­^N­Ï[Î','Ã\Zv6I4éÆ°˜ñHÿƒÂ²ˆ|ìsÁ 5í¯¦È§','',0,'?'),('¡éa®}ŠpïB‘Ô =v','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/OAuth.php',0,'Æ#?Â)ÚÐ#ÔjKêß„›í','Æ#?Â)ÚÐ#ÔjKêß„›í','±SãMÝ’œß ¸À¥jLl‚ÅíujÆ\\‰¡Q/wè¸ª','',0,'?'),('\ræ‡ùSûèÅ*7m²T¬Ü','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Pages.php',0,';õdÂÚ˜ñ\0;«R•œÂIã',';õdÂÚ˜ñ\0;«R•œÂIã','<]ïùô[™~\"¤û¤&FÞV–ÏŽhD¤ÿÒL©™','',0,'?'),('|à)æÐýöiXîå','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/PointTriggers.php',0,'o£m¾kcJnû \0gMËu','o£m¾kcJnû \0gMËu','=½ìçÑ›š\":¾~›ä¶[\rUì¡!Œv<1öh','',0,'?'),(':Õ!¬«4ØÝ­vœùºJ','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Points.php',0,'I¿VÇÿ‚YJX ø´T±a','I¿VÇÿ‚YJX ø´T±a','ÑÈ)ó52Ö¡µ“Buøfó¸Ó0b~é”öÉÎ','',0,'?'),('ìM‡‚±=óBBéN_4‚','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Reports.php',0,'·hÙÀÀ¶gÚŸö¡GW›þ\Z','·hÙÀÀ¶gÚŸö¡GW›þ\Z','ž]‹ÆšÞC†€U„~?îM\"¥yI0<8tø÷ìw½','',0,'?'),('´K+‡Ã~3õÔG¬[Á','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Segments.php',0,'!|O=:iþß;¬vú¹P ','!|O=:iþß;¬vú¹P ','Ù|Ãe‘ÄùûP\0¹ïÆˆ8x5­žå/J^_','',0,'?'),('nŽYF@iµ3ƒëqa¼œf','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/UnexpectedResponseFormatException.php',0,'ög>ëTñ“dBò)xoj¼¹','ög>ëTñ“dBò)xoj¼¹','„”ž¦ƒð€yÇXŽg@Ö}D´ìøL«ÈÜÃ˜¨ö','',0,'?'),('Xœ.!Ï(ò]q\"hª1','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic.php',0,'ØwmÓÿ\'y™}Ds6Ú:B','ØwmÓÿ\'y™}Ds6Ú:B','ëKùwPÕx1¥8ßLMÃùH³qìphínÔ\Z[\0/G4','',0,'?'),('œ:_ï\n†~I(æ³	½ð¹j','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Ontraport/Exception.php',0,'£Ãt­ä<œoõŸ\'ïÔ','£Ãt­ä<œoõŸ\'ïÔ','Où/¹³“·õ1ž+÷Ãj·62îrn;a xø¢','',0,'?'),('÷Vl$†è´’ƒ#<§‡Wn','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Ontraport/ObjectType.php',0,'-8[²½\0ÆÐÔg$1Œ','-8[²½\0ÆÐÔg$1Œ','”.ÓóXédz=Wæbgh/›ñÒË5~¡pRi','',0,'?'),('UE	¿À˜wÖäa?.æz','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Ontraport.php',0,',¢}>åš(±^)ÝyRšsr',',¢}>åš(±^)ÝyRšsr','Æ-pØõ+MƒVŽ§¥Õ\"…]óG$8®×ÈÈ®','',0,'?'),('<8b2Õ Âz3¾¿§uV','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Postmark/AdminClient.php',0,'ÞA¿e ¥ aª”9ŸŽ¬','ÞA¿e ¥ aª”9ŸŽ¬','Y—BýÛ¥éE¢ÊAðCÛÉnJà!A­¤.þç®CN','',0,'?'),('N’Në%€ÕÒYÎØC-','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Postmark/Attachment.php',0,'Èß¨Äæa¢\nÏ3ÄT‡t','Èß¨Äæa¢\nÏ3ÄT‡t','31óÌ[F§“ |`Ç+dN#J¸\'/ëQÆÑá;i]‚','',0,'?'),('ì5íOí Ê\"à¯Aº','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Postmark/CaseInsensitiveArray.php',0,'j†ß(MØÒ¾àe\ZvE¨','j†ß(MØÒ¾àe\ZvE¨','£èCiÚÁ\'e\ró3ê£ÕûÑð‚d!eénÝ˜aÓyêjþ','',0,'?'),('ûÈÒ´€tHNçQÌ´','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Postmark/ClientBase.php',0,'o:0ˆöPGþ²xo}X¾','o:0ˆöPGþ²xo}X¾','åpZa6ÑãÛ²Ÿ9`‹sâ÷ñ‚µ\Zè	\\qòº¶ž½Õ','',0,'?'),('¦dÛ%“®è–]|d„','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Postmark/DynamicResponseModel.php',0,' é)ÿ¤L1\n„áÌ¯®',' é)ÿ¤L1\n„áÌ¯®','ºfS€ÑVâèƒ¡8{ÂŠÔý\0_ÚÛð,µa·Ä$X','',0,'?'),('=Ä©öÚ[†C%y¹ç\"b','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Postmark/Exception.php',0,'-7dC¼=_<‘àÅ¹oGïÂ','-7dC¼=_<‘àÅ¹oGïÂ','×—´ŸöZ¹öN{>Â&©	 ÛÝló{I™«¸µ','',0,'?'),('öÄlÍ9ä»<²\rJcæQ','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Postmark.php',0,'­$.\Z‰‹/Í¾6/[ì','­$.\Z‰‹/Í¾6/[ì','ýÈV¶GI’½0®ùnl\"šHåOÂ:¬cØ–£Ÿ¾„è','',0,'?'),('>{gûxß«ç·Ó^2qÃ','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/SGAutorepondeur.php',0,'¸—wl¾ƒ¶…ïÙ¡’¸ö','¸—wl¾ƒ¶…ïÙ¡’¸ö','³‘UsÿÙÃ—ž\0Ã·•6\ZpnK³¤Ÿ„åñè;ñÊþÚ','',0,'?'),('Öi Ì9|úÕ`… ‚·','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/SendGrid/Client.php',0,'DQ(	#¨°Wsšv?Ø f','DQ(	#¨°Wsšv?Ø f','Ö«£ÇõQM¼©8H­ÅIÍð”Ù=Z­Íg±ñ9‹8J','',0,'?'),('“Ù»žŒ»çAkO‘­üi#','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/SendGrid/Exception.php',0,'áª4ßo„‚ø%Ê5òË˜æ›','áª4ßo„‚ø%Ê5òË˜æ›','xª6;¸j¢¹¡cp\"m’z&T“ªÎÜ8Ù”åè˜','',0,'?'),('åÔé‚¥ÔøÅ÷”B!Ê;','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/SendGrid/Response.php',0,'|~·N¬Ò® B|`Ë³{ì','|~·N¬Ò® B|`Ë³{ì','Ü¡¾Òäl÷D#x”\roU¹BæÜ\'n=DG¡Fo	Ú@','',0,'?'),('ã$ZnAÔqŠÙ>ŠXn','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/SendGrid.php',0,'³J¢=—å‘váÂ.è¡´','³J¢=—å‘váÂ.è¡´','K0›W!!=SÑ±Æ<2â‘x\ni×‚rw%8&','',0,'?'),('‘*-’5r1Æµéü¡\r\\Æ','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/SendGridEmail/Client.php',0,'m–dÜ$0—ùÄI«‡ŠOd','m–dÜ$0—ùÄI«‡ŠOd','0géá4&°“– tšRC`´ÂÖØÆÝþ¡«*‹O¦í4','',0,'?'),('î©Ó9¨A³B\"“¯–F','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/SendGridEmail/Email.php',0,'Ìï­IŸVéä¨¨è!-÷9Ð','Ìï­IŸVéä¨¨è!-÷9Ð','6\Z	«Nñ½WåvÏZÕðÔ<—áänø¹ñw\' Æ*$å','',0,'?'),('8z_yé(ûs‰ÂjN','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/SendGridEmail/Exception.php',0,'µ`f¡—üJ+,ø×.Ð™½','µ`f¡—üJ+,ø×.Ð™½','ðü\\ñ´ÙÕWÌqþ3Ç’óR»Âù|Ì:…)Î','',0,'?'),('æâ\\G¤˜ÜÏx\"[Ä¹H3-','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/SendGridEmail/Response.php',0,'–K“¢‰õA–¢÷ôòrä','–K“¢‰õA–¢÷ôòrä','M&÷È¥ˆMq~¬[R&À|ÜmC#ŽÈÎ¾O‘Â[6ø','',0,'?'),('­Çã6\"4–ìå„3\Z','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/SendGridEmail/api_keys.php',0,'ŠóÑ{£MH?ôìp(#°_Ï','ŠóÑ{£MH?ôìp(#°_Ï','Zê$,èÜ€á’-RÁ¦ø¯#Ë²•ÌØbÆqn','',0,'?'),('ªpºÔæš,VÇ>I','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/SendGridEmail/asm_groups.php',0,'6ðØa*ydÿsÙ[áÛw','6ðØa*ydÿsÙ[áÛw','ÏØ›8ÓPn\r%›7Žå\\j?NñÂ_8Â(ÀúéþV','',0,'?'),('\nÎ¿K©å$p‚8©Í›','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/SendGridEmail/asm_suppressions.php',0,'é–Qâ°5ÚÄ…™@º2\n&','é–Qâ°5ÚÄ…™@º2\n&','8pÚÎ3ÇëYß…¯ÕYûF‘cSÀ–ÓHùç*ŒSŠ´','',0,'?'),('Âr;©éoUª$Ïfc¥\r—','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/SendGridEmail/global_stats.php',0,'€ÄMè®7b«qß','€ÄMè®7b«qß','_Ëh°ô*·Š36ß7Øªðø§ûõíc/€uŠ±aÙ','',0,'?'),('±ñJæ6fö°õÑ\n(Á´','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/SendGridEmail.php',0,'I»éÇÃ!Ñ_ÓlmÖaDRŠ','I»éÇÃ!Ñ_ÓlmÖaDRŠ','8×zíaq\Zñ/±NàH­jI×1¤tL¦jš«È–æ','',0,'?'),(']8~Ç}dóŒ/Õ9Ûýø¬p','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/SendOwl/Exception.php',0,'žœI·a!7ƒþ\n¯ÚÞ','žœI·a!7ƒþ\n¯ÚÞ','ßUûeï^ÿ§Ã0á±âû‰û/‹*hë`lë&„W','',0,'?'),('Q;,F¬ÁÀ;ØÓ++VQ','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/SendOwl.php',0,'’Uòÿ×Í,:uŒâÛ,ºÌ','’Uòÿ×Í,:uŒâÛ,ºÌ','ÉõhKó&>mU)Óþ—vsG\'†àÊÐšPáGvÄà','',0,'?'),('9O°4Ž°Ö1\r Øeùu','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/SendinBlue/Exception.php',0,'Ür1œ®åÞlòü§ùÕS>ì','Ür1œ®åÞlòü§ùÕS>ì','ZC±íU®èË¡ãå†y\nh›·ô{·:¾+bt|74ØQ!','',0,'?'),('k6[rÛ t¯ø~3aqwR','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Sendinblue.php',0,'”¾«k,\0ž¥Üä_Ð*ÞÓ','”¾«k,\0ž¥Üä_Ð*ÞÓ','Št*¨ZÏyü¬r\\e¨Ý¨\"w—VâüË½Jd\"œ','',0,'?'),('&}‚·C•6ì‡êÆ@i…´g','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Sendlane/Exception.php',0,'‰£Qž—jd¶<F„è¦á•4','‰£Qž—jd¶<F„è¦á•4','_®\0Æ¥Jn[2waŠÝÏ´ê¢Jã,Øà=”qëÞ¹Í','',0,'?'),(']ô&ÝJ¶®\\žrÈPP','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Sendlane.php',0,'ˆUu<J>e+6iE¯d¥ó','ˆUu<J>e+6iE¯d¥ó','È¥Å\rMñ¢dŽÞOˆõe½…öÞàÝ!@©v+çº¨€','',0,'?'),('h$„ž}—wN`W=ÿ¯tUV','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Campaigns.php',0,'ê?ÒJè”¥ƒñò^ìŒåG','ê?ÒJè”¥ƒñò^ìŒåG','YZÍØ–ºþBU…ÚÜH¨­ÀË-g6lºqWí6o0!ì','',0,'?'),('mT,2˜uË÷y×¼ía0','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Client.php',0,'ËÏ×~Ð¦yø@×õ','ËÏ×~Ð¦yø@×õ','†¢„JËž2ÓpSb‰\nêƒ\\i!éíåh¬rè¹+Ž®','',0,'?'),('èš\'zW¶§ÄŸ³Õ,Ù','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Config.php',0,'hv/—Ëê˜·_gQ®‘Æö“','hv/—Ëê˜·_gQ®‘Æö“','óqÃ–!ü²ÀH0þÇÐ¦9áñ¼f&vaI¢ø\ZË','',0,'?'),('Š\"â¨ë®‘¥†<Û&Ì_s','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Countries.php',0,'/ñ\0Pµ$sƒôÎÇ°zË','/ñ\0Pµ$sƒôÎÇ°zË','~äv3#o–q‘°½¿ÜWÎÂ¥DÑ¶D”íÛ›‚','',0,'?'),('þT;P|u2Ùs½LH','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Customers.php',0,'öà8ë¾«Ã:oalÎ~','öà8ë¾«Ã:oalÎ~',',`‘å0ã@¿ìô¼ûk}9$ñjié±ÅûÈ','',0,'?'),('éV™<F,–~¥º? ”.ÔÙ','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Exception.php',0,'Z‡BÆ«jÐŸEœDÍ¨—\\','Z‡BÆ«jÐŸEœDÍ¨—\\','ò;µµ>—>\0©™f^–gai«2íVÉAóþ_äî','',0,'?'),('k@2óÙ6(²Ru|Œµ','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Json.php',0,'²î.Î”™HtˆÃs5W','²î.Î”™HtˆÃs5W','çš®%/°y†¼E_¨9ÒÊë/‘Èæ¸ÿ5DÖìÄû^Ue','',0,'?'),('&qõ÷,[RYâ³Èo2þ','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/ListFields.php',0,'X\r‘Ÿ×Ž—:j´\nq­©‘','X\r‘Ÿ×Ž—:j´\nq­©‘','.3S 7èc¸CÂ\r™KæøÍ‡£Nˆ>9«ù†B®àÄ','',0,'?'),('¾7[™ìÝÞrÌ{bÖû!','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/ListSegments.php',0,'SVÐqGÓ©¶x¸¡û™p„','SVÐqGÓ©¶x¸¡û™p„','ëÈ‡¯WñÞº¿	sf3=hfL0Õ1cbä8dM§äV÷±','',0,'?'),('uÒ	+]\ZÖæÝu,Þ ÿ','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/ListSubscribers.php',0,'UU•MÝBœ[ÁªJ¬µI','UU•MÝBœ[ÁªJ¬µI','.úÇ´ Šý®‹*Î©+è¡Y<µ”R†fÅ¤·úN²¯','',0,'?'),('5\\mDŸ†,:Ù4õcƒg','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Lists.php',0,'D	[,.PÀ~¾’©2-NU','D	[,.PÀ~¾’©2-NU',')„lXÐ¹í\\5´pôáÐ+!#ª¨òI<ü™@','',0,'?'),('#-H]ãá’0HŠÿ¶Vò‹…','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Params.php',0,'!_üsLÚ_4qx¥™È>`','!_üsLÚ_4qx¥™È>`','	ÖOÛñÏCKŽ•ëoÆž\Z€ÿÁy/Œú–8Ôg\0','',0,'?'),('.Á¿KÜ7¢Ö:!t','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/ParamsIterator.php',0,'ãK‚½Øµk\rr})f¿','ãK‚½Øµk\rr})f¿','oü%(P?5LÃhëlüMEr¶”bÛúŸ=&ê9]\r…æ_','',0,'?'),('Ë„90€íL\"]úŠ»ˆ”µ§','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Request.php',0,'†b¶Ó‘#ä$;1@','†b¶Ó‘#ä$;1@','$@£:Û·Úf*B|÷ñ»½ÇMEÓ}wG®š°','',0,'?'),('.Þ–xUF–x·éxž','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Response.php',0,'ø†Ò{3¼©k ^1!1²','ø†Ò{3¼©k ^1!1²','@Õv}¸1õUÚÀnðøÅ\r\'¼U\'êáC<N*Pÿ','',0,'?'),('nÄ©Løƒ¾õ¸ùŽ¸xÏ€o','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/SendreachV2.php',0,':.å#*	³¬V˜zBc',':.å#*	³¬V˜zBc','A—\'VÅÖ_”N3T›fÏ¨é`{ÌÚUùn˜ä¯ºðà','',0,'?'),('ÇßÖ­ÿë¥io)i‰ê+	','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Templates.php',0,'z°¦ö†xY{û®½]ÂsP','z°¦ö†xY{û®½]ÂsP','8ë\r\rýÖ´ÆÍƒ·¨óž9móXùéäKÅŒÚ8O_Ü','',0,'?'),(' >%WÚ:‡\\Xyå}','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/TransactionalEmails.php',0,'Oþ\\¡\\ñéH×ndÏl4','Oþ\\¡\\ñéH×ndÏl4','«±™G9¨qæÖfŸY\n¥å<wä—Ýê AþA¥X','',0,'?'),('½šE6c#>tN– ','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach.php',0,'ûÞÊN>ˆù´ðxä‚è@ã}','ûÞÊN>ˆù´ðxä‚è@ã}','k7R´Èa\ZÌTë\0ó¸(¡Ñ ]ªœ4HÀ†‘´ì…£bï','',0,'?'),('i>§ÏbQíYWeÝLËN','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Sendy/Exception.php',0,'Qæ-õ«ûÜ-=Z·å¦','Qæ-õ«ûÜ-=Z·å¦','rÁNóö(æö¥RÀOªUuÀˆñ›wb]»~Z&æ’¯¸¡','',0,'?'),('¨cË :÷Hƒ¸›‡3˜d','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Sendy.php',0,'ÞÏ‘tRŠTàNKóz','ÞÏ‘tRŠTàNKóz','!8s=ÇGjYõ§—˜X¤Ö-q¡wÓL£T¨n™“Õ','',0,'?'),('(@„Î6¸],[ÙKaî—¶','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/SparkPost/APIResource.php',0,' \0^~üƒ,¬*\"a',' \0^~üƒ,¬*\"a','5¡i9\0Ëš\rìZ¾@±E‚èe\n™\r>Y&Êcn','',0,'?'),('ˆvG¥\nXRp_^:Ô@á-¶','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/SparkPost/Connection.php',0,'}k¼ºï õÀ{XÊrh~€Ù','}k¼ºï õÀ{XÊrh~€Ù','„lK7pQ@()Vëg>‰Gtò¦¦¼|Dmù ÄØíCÞ','',0,'?'),('\'TO†©ŸKÂdîñû1æ','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/SparkPost/Exception.php',0,'2%™(®Ky•ÛÄÝ~æ8Ñ','2%™(®Ky•ÛÄÝ~æ8Ñ','QFÕuèß$Aó¬¶Äºšƒ/Fj\"ü¥+Xÿ','',0,'?'),('ÆÐÌ\nõÌÙ^]²()±+¢`','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/SparkPost.php',0,'Ø}-ê2u\nv\Z¢ñï_(','Ø}-ê2u\nv\Z¢ñï_(','¯K‹Ôß´ù]ÊEŠï;@Þ•Äb›rXVÈ²yXØ¤q','',0,'?'),('wJ~\nÇaÅîv%IŸÝ','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/TdJwt/BeforeValidException.php',0,'¢¾(i}ˆ3Tä?!À­8!','¢¾(i}ˆ3Tä?!À­8!','ó2T^Îñávñ`VÛ.v5ï»p„]Ç+¤\rÄ3õw8P­','',0,'?'),('<´ª5??ñžS nxœ','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/TdJwt/ExpiredException.php',0,'€Ì-Uò–ÉÿVI˜°','€Ì-Uò–ÉÿVI˜°','½\\XÂ¶(,el¯®åcDSÑ²RŽ7›Ôt\0Çóú5','',0,'?'),('§ö®Ôn¹\"®ùëä:Sl¨0','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/TdJwt/SignatureInvalidException.php',0,'³×9¶*ÖUù<™}[þ|\n','³×9¶*ÖUù<™}[þ|\n','³­(kÛÊ¦¤†öÎåPbÙy$ÝNôþù\Z¸*%|Üâë^','',0,'?'),('ÏÕ±þ ÿ¡Z£ðßÀ]','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/TdJwt/TdJwt.php',0,'ì½o:‚\0ÚÞrF	0','ì½o:‚\0ÚÞrF	0','\rÅÿŒ6K.2³|Ê(^D­CÈÄ:QpÞ°\0–ÔÆ7…','',0,'?'),('jÄúBÞh¶$fàU§y','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Twitter.php',0,'§zXÇõhôÃÊÉiªÇ','§zXÇõhôÃÊÉiªÇ','d¢0º$Š×ÐP¿ŸkjB Uá\r´7ÙÍIþ)¾€','',0,'?'),('RÌ¿Ñ*ô„“ÀN\'`!','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/WebinarJamStudio/Exception.php',0,'º(Å¬Ö¯F2Ö€>ÁÈÎÊ','º(Å¬Ö¯F2Ö€>ÁÈÎÊ','æ%•Èÿ¦°ü±=Lÿ\"‘C¨M¯\rçM>mDIÉQqdÁ','',0,'?'),('–Û³(Ô­³h”a¢„†œ@','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/WebinarJamStudio.php',0,'Eàl¾‘šþö\ZA	$','Eàl¾‘šþö\ZA	$','‘(`1ôªŒX9@sƒ!Ù¢{*ž¨NÅ®IóËs=K','',0,'?'),('¥úS{Yù²/cO•æ','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Zapier/Exception.php',0,'¡µÍto¤z’þÈeÓ~9','¡µÍto¤z’þÈeÓ~9','ìä´ OµûH<]kÜ­¬DK5a$E:Ö®ñókë','',0,'?'),('TŒ¤¹I8ìHÁ77/±Õd','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Zapier.php',0,'·1Ç=E—²8jJekí;Ï','·1Ç=E—²8jJekí;Ï','—‚g¨[\0‘•ô@aÈ\n‚Ig\nƒ«”ÄÄŒÃÕð ','',0,'?'),('›”••Ï(r-Rd[hB','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Zoom/Exception.php',0,'‰µ	Ék±»ìÍýéœ=Á','‰µ	Ék±»ìÍýéœ=Á','î€äŒ½‰Åº\n8ùÈBC\\PuÿbÇeqå´õV]ˆfâ','',0,'?'),('5wbÖÄu‘æ9¿å>F','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Zoom.php',0,'Š¹Ã `À8ÛI•€hí:','Š¹Ã `À8ÛI•€hí:','b:ëÔgn[±‡~’R¤ƒUTÎ\n•’*líE¬m¨s','',0,'?'),('§áÍg7™Î±_ª	±~›','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/iContact/Exception.php',0,'×DtHÄBš8E\0fxt t','×DtHÄBš8E\0fxt t','Þ^\nÞ—;®¼d·.‰Ç–a4w’•déz¥¸—Óš:h','',0,'?'),('*1±ü7›îmîËæ','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/iContact.php',0,'˜°M!èŽJóoíñ•pq','˜°M!èŽJóoíñ•pq','â‘MXvÃnxqIfoä}­;``%¬3þ@Z¢','',0,'?'),('.Nìšf%’Ž÷\r%ùƒúý','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/v2/GoToWebinar.php',0,'ÛËZZžîÕ×J—HÓY','ÛËZZžîÕ×J—HÓY','‰¦ÜÓ°`­`÷\Z‰k*‚U–lÜ½~eÒåŠ%>','',0,'?'),('mì§ãCl-/¬®³€¢:','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/misc.php',0,'‰Få.½SöäzaÊj>™}B','‰Få.½SöäzaÊj>™}B','!ð/ö‰C4Fá\"ÉwpŒ`n5iðÄEŠ¤VqJ\rÁ','',0,'?'),('Ëwå®[V§äÿœcõ','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/views/admin-error-logs.php',0,'ŒÂ÷*\rî0æžu¡á˜~bF','ŒÂ÷*\rî0æžu¡á˜~bF','£!Eh.uçl¤Òø‚¸é6’Ì—ô1ÇÜ:\0Ù’jÛ5²b','',0,'?'),('8Ôöøªœí>H!ç+','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/views/admin-list.php',0,'ƒ<´0Ö{Ë4$ê[u-','ƒ<´0Ö{Ë4$ê[u-','–—zøç Jß¦9K }9lB4Ë2$<½ŒNG}l','',0,'?'),('¦ÈÊv›•§Æ!WÒìBF(','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/views/admin-messages.php',0,'t²FXzm¼¡C¡¢i\ZHq','t²FXzm¼¡C¡¢i\ZHq','¥±¿x¤5â•2ª`:ôÞ£-ëXˆ>Ku+^ÈDÖ','',0,'?'),('°‡ÜBð”sÐ#ÑmR§ûh','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/views/editor/add-api.php',0,'ÎÜUW’Ï¥¯ÄpT€î','ÎÜUW’Ï¥¯ÄpT€î','MÜxèöéW_‚”³wªªB\"\"ù\nø¾¹Å¸\'Eª‹','',0,'?'),('ŽÑÝˆß0Zž¼Sò','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/views/editor/add-custom-html.php',0,'j9”&A›,µIÆqGØáo','j9”&A›,µIÆqGØáo','¢|]Ö“rB#\0«ï¢GTCI—G3ÊONÌOº~@\'Y','',0,'?'),('ž‘¦¸0\rÃyß\rÔ\0·K','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/views/editor/add.php',0,'Hj¬Ëo¿SÌ°é;Ò©v','Hj¬Ëo¿SÌ°é;Ò©v','[é³dê·çŠ~éÜy%ÓõQ7™ºCtuÅÿ¹\"œ;eä','',0,'?'),('=õ”ãD\\¿:å\"','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/views/editor/autoresponder-code-fields.php',0,'a-«Æc\0æ…÷¯m9ÙUÎ','a-«Æc\0æ…÷¯m9ÙUÎ','»6êN’ÍêY¾Cà*N0VX=\rQrÅã†ÿKX','',0,'?'),('HÁµ0I»GŽèk£›÷7’','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/views/editor/captcha-settings.php',0,'LVÂRf?¦ÈE^„.D','LVÂRf?¦ÈE^„.D','¥Æá”›À@û’õÿµrmÜ§ÌOã~¼T¢ô“˜+kL›','',0,'?'),('Ô9µ\0Ïƒ;‡¶Æ£ÚŒ$Se','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/views/editor/dashboard-api.php',0,'>«…óŽ\\k†cCéåúÓo','>«…óŽ\\k†cCéåúÓo','œ¬qîŽ{P2Ôk	u¹Â‚TÐkh&©Pæƒ','',0,'?'),('p<–›ùëà¼i¤úTAÈEÚ','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/views/editor/dashboard-custom-html.php',0,'Gš×\r5óŠÝ†½ÏWüÉü','Gš×\r5óŠÝ†½ÏWüÉü','Í˜Öøp1‰èN]¿Þû·k‹?þH\Zû™¼ã/$¿','',0,'?'),('!Ú’$I7YU”¼@B¦Km','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/views/editor/dashboard.php',0,'ç¬ÿŽÙ‹ùƒôûsÉÿ','ç¬ÿŽÙ‹ùƒôûsÉÿ','IÀMˆaƒ³óSˆo×pÖ`\\“ÌçÜ;1žŒÕÑôéh','',0,'?'),('þê9náfE˜\0¥šœù‰','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/views/editor/partials/api-lists.php',0,'IŸÜ“ÎÓE¦É,ù 1×','IŸÜ“ÎÓE¦É,ù 1×','#Gš® N~¿œH×ÑÜ\npF§ÓjÜF~?š¿M·¬…','',0,'?'),('mßytTN\'ä):©¢`','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/views/editor/partials/api-select.php',0,'â(†xJ¨o½E·°Äí¨¯P','â(†xJ¨o½E·°Äí¨¯P','“\0û1}\Z·Ê“:‘î“89Ú—Çæ®ë¶tÚj','',0,'?'),('(;ÉR9º‡tM£­^NH©¢','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/views/editor/partials/api-shortcodes.php',0,'­•Ö×)“=çà®Â6Jr','­•Ö×)“=çà®Â6Jr','w:==âÚ´«î¦NAÉè[ÀO~ØªYÂO\rT‹þ,×','',0,'?'),('½0Ñ–ÿxŒÔfþVæj¯	','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/views/error-log-entry.php',0,'pZ	3¬ýâ†Æ¬#µæe2»','pZ	3¬ýâ†Æ¬#µæe2»','lýÅx²Hb)£4gŒ7&MšbêzÿÓß8Ì”®KA½œ–','',0,'?'),(',BmÈ¬)eb/¯Á!º\Z','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/views/includes/video-link.php',0,'áõÃ¼¨={¥iCñ¯ã¢','áõÃ¼¨={¥iCñ¯ã¢','! O‡Y-g‚¦¦É#0ÆÏVuzHæyÃ P‰­','',0,'?'),('ËãØ}d*ufvÙåaj“','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/views/js/admin-global.js',0,'ÓPŸ‘¢ÖôW‚<=:-9e','ÓPŸ‘¢ÖôW‚<=:-9e','n4´qj\'»™Ãøc:–BÓ³1ÌÚï–\rãÿ`ê','',0,'?'),('’ªUœÄð]Ï»¯E±','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/views/js/admin-global.min.js',0,'È)ËÃW‚)p}†¾x','È)ËÃW‚)p}†¾x','f;¯S#½©–¤ÑÇÊn¸Ê‚èfH’Ù‹úo#´×','',0,'?'),('i«Ò£îwÆvnüóÝ)e‡','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/views/js/admin-logs-list.js',0,'›:eZ³W0‹L\nÕ–~Kû','›:eZ³W0‹L\nÕ–~Kû','¨è“ŽÓ“æa’·|ÖHYòøk,hkp2\nYÑf×Þ','',0,'?'),(',B*©Àì°·\"…C•.','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/views/setup/activecampaign/forms-list.php',0,'ºà8Ÿ¿÷ƒ”Âôô¸(A¨','ºà8Ÿ¿÷ƒ”Âôô¸(A¨','	Yƒ,®¿¤\Z‰DßÛdÕk\0® ÿÍQwü—àèK5','',0,'?'),('c5ÙU?«ËJ€ñ¶KûŒ','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/views/setup/activecampaign.php',0,'Ê\0!d•ÏÕìõYñ!çwì','Ê\0!d•ÏÕìõYñ!çwì','dM(ò(«ZÔ¾§:¨ßu¾žë›ÅàÑŒjPŠá·l–','',0,'?'),(')+ÙRR´¦0F/—ñ$','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/views/setup/arpreach.php',0,'”»žU‰ŽZ;éºÉå\n,¥I','”»žU‰ŽZ;éºÉå\n,¥I','X}v‚|.ÚWc>T˜g$ã¾\nl>y¥¢k”+¯','',0,'?'),('¤ë’8ùë×{þØ‘ügyt','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/views/setup/aweber/tags.php',0,' RƒC¥5ë˜ùÉøàU',' RƒC¥5ë˜ùÉøàU','Dª€/“œ£?;gÇ»	At€ùh,Ôgù)rO<ÜKs','',0,'?'),('î¸·ÁÂ.™Øëá¨','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/views/setup/aweber.php',0,'2¶öÙ©¤…=§ÓVî£>Ë','2¶öÙ©¤…=§ÓVî£>Ë','Ö0Õà7ßÑç2¨Œ%ørÀjy/ÖÊØA\r¬r;¾lU','',0,'?'),('Êë–¹íNÕJ§û¸OÚ','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/views/setup/awsses.php',0,'Ej¾éYÿaAR¸3ž…>ã','Ej¾éYÿaAR¸3ž…>ã','S 3r$×u<ˆõœxa9Lù Fc¤¯T® ^','',0,'?'),('õ¨ƒ!–…Ó4Ô¡þÉx','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/views/setup/campaignmonitor.php',0,'¦7€xÇúµY\"äÌO','¦7€xÇúµY\"äÌO','ä&µÕ¤Š(Së{ëª/*ÑŠêèÞR²šÞ™}˜Ptù','',0,'?'),('ìXÝ%+U(!Óð‚l—ÞÚE','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/views/setup/campaignmonitoremail.php',0,'ÇòJ6A(Ì²ˆ÷tSÈÖ\0','ÇòJ6A(Ì²ˆ÷tSÈÖ\0','ÅMªí~ÈUÉÄ7R#a’‚o>L/³ãÔå‹àÛ','',0,'?'),(';HûËàAŠÆ˜U}rŠY<M','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/views/setup/constant-contact.php',0,'ÆNØ\0°²‘ýL°†˜”‘—','ÆNØ\0°²‘ýL°†˜”‘—','Âi˜2­\rxÉ>ØnâøgÛŒc¥ìa¬Äð* Ü³U','',0,'?'),('màp€´Æ¶O$bS¤ÄO„','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/views/setup/convertkit.php',0,'dû•„yØóÉ´.äû','dû•„yØóÉ´.äû','™W	‰NG74a‹Ø„êèû&:»\rUiR¥ãK/ZQ$¨H','',0,'?'),('“%¥H]ˆˆÁ÷‰w@Õ','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/views/setup/drip/optin-type.php',0,'ÊÇ4\'Rã{ô×Åm‰!','ÊÇ4\'Rã{ô×Åm‰!','ù&É²ð3\0Y9WëË—°@’SæÍÅ4‹s!ä\ZA˜ú','',0,'?'),('ëo	‹\'övqø«þŠ&','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/views/setup/drip/proprieties.php',0,'¦gx\'î©áƒÄ€·¾ãÁ','¦gx\'î©áƒÄ€·¾ãÁ','Lú>-v–FeÁÀaVC\'Œ£©•¨ó\nrÓ™€´FJÉj','',0,'?'),('Yµ@Âß$4ß´Üœß­','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/views/setup/drip/select-type.php',0,'7­‘ð¥öS[ªŽŸ ','7­‘ð¥öS[ªŽŸ ','\"óúûHRËR‹L›¡MçÛµN&÷y!ÍŠÑ±_‚*8','',0,'?'),('¼?°ƒûø“K~^§¯þ[ðv','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/views/setup/drip.php',0,'…ë/˜Ý©jX]6jC&Šµ–','…ë/˜Ý©jX]6jC&Šµ–','ùÍ¥¿($ ê~m”¯¢?Š«f 9wN·8±ÔUË[®÷‘','',0,'?'),(':<d0nÈ‘\0úhÆ™3oœ','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/views/setup/everwebinar.php',0,'dl 5£Ëh`\'\'¯çÙy™r','dl 5£Ëh`\'\'¯çÙy™r','×ÛÒWÁ1‘M>	Èaë|Ø7Úcì¬£€Ú¢ðì^NÐ(','',0,'?'),('¥¯ ³ê¯ýàx^°Š','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/views/setup/facebook.php',0,'¸€v\ZT}ÑÄÆÓG¤¡(','¸€v\ZT}ÑÄÆÓG¤¡(','\"4üBÍx\rë:cÔkÖ-×8²f\\¶(j›pdÜ','',0,'?'),('Ido¯Ü	ö#ú×¼I¥','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/views/setup/get-response.php',0,'d´%Qƒ×6³¯;Øa|','d´%Qƒ×6³¯;Øa|','»\0g0öÏ¢ ~OP˜ÂO69Ö®{K½ºŒ’ÿÄG','',0,'?'),('‡pŽùò,Ã\n‚)%±…¢','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/views/setup/getresponse/cycleday.php',0,'‰\'§]äåË\r§å*ud','‰\'§]äåË\r§å*ud','<}ÐŒÖ_nÈ q€µ298Îs2]#AÆé*X³ëÑ÷ÑŠ','',0,'?'),('Ùw:¥·e Z[PRg×VË','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/views/setup/google.php',0,'&ÜzF½}’÷ÛöJØYæ×C','&ÜzF½}’÷ÛöJØYæ×C','Š˜ê²CÄš6l^K]”µGóð˜¬ØpÃu®j','',0,'?'),(')IÉ16?0YÒàÖhÚÐc','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/views/setup/gotowebinar.php',0,'ãË\"ß–™ªVÀ+µ6åÈ,','ãË\"ß–™ªVÀ+µ6åÈ,','mP›S}÷+ôêž>QíáxWDSp|Což‰xFÞ£','',0,'?'),('©6æœ<6£Æ€\nÒ_¬ñ?','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/views/setup/hubspot.php',0,'[o œoNÎ¦\n^éh+MÚ¦','[o œoNÎ¦\n^éh+MÚ¦','\"ø*à`„u»•êVÞ¿ëÌS¦øó¥éÃùÞY{\Zi','',0,'?'),('ÎØÂ\Zß“tâµ68 („ÿ','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/views/setup/iContact.php',0,'8= ãv8÷Ð°>!íï','8= ãv8÷Ð°>!íï','-1CÅÛ¿?2ô|¬r~´Ím°1asnúê½hÆ/œe','',0,'?'),('ü\"^ë^þÜ>œŽëLQM','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/views/setup/infusionsoft.php',0,'™T?vùŸâÙ>RwY‚','™T?vùŸâÙ>RwY‚','ôÆ\r×OŒN/ƒq…óé‹×JL¦`ýTS“p¸3¾ËÂ=','',0,'?'),('\\íŽ\\Spt)@bõ¡Â%ŽO','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/views/setup/klicktipp/tags.php',0,'c„»s÷¨,qd%»7M	','c„»s÷¨,qd%»7M	','c\\t<û¸/åŽ°rëŠªQJ––5j	àg\\\nëA','',0,'?'),('fKrYŽt¸2A•íoAcƒ','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/views/setup/klicktipp.php',0,'Œ¸¼öYWàæ}âòæõ¨','Œ¸¼öYWàæ}âòæõ¨','¿=7\0¢£e÷xÍ=C©:Í¢¯“A@Í.ÅV¾Æ§]ßÛÃ','',0,'?'),('¨ŒÅárDó†FÎ)Ò/','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/views/setup/madmimi.php',0,'6ìJ<cüŽÖ‰~`Îh','6ìJ<cüŽÖ‰~`Îh','°çJØœ­1w¦ÊÍ0ÛÌúÝj’”ÆOüV`¾±.k','',0,'?'),('ÑŽ°³;ìÉ{JîuÁËñ','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/views/setup/mailchimp/api-groups.php',0,'uµ3P·ê…m1¾ƒžÎè8\n','uµ3P·ê…m1¾ƒžÎè8\n','iˆoZ‡ŒÌAv ò\0ë’ÏŸc²vìÔ÷“¤–N ƒ\rƒ','',0,'?'),('ä¥ÝQÏ9Žâª{µögŽ','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/views/setup/mailchimp/optin-type.php',0,'èƒËf_¼½9	Æ\rþ¥Þ@','èƒËf_¼½9	Æ\rþ¥Þ@','/p\\GÏ}%°‹Bò¬üm‡BÌÐ4÷\nB¿2Äã','',0,'?'),('×òÉUTÃ¹¥K« WàV“§','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/views/setup/mailchimp.php',0,'­šÀ‰,_\n›Õ•äTà ','­šÀ‰,_\n›Õ•äTà ','À²¯…Òà®Îæ@Œk\'üNÉ³öNlëúdúü¸Ü(F','',0,'?'),('F\ZEÅ9SóÕ<f¶\r†ö>|','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/views/setup/mailerlite.php',0,'4smHU@ó!Î_e|žì[','4smHU@ó!Î_e|žì[','@<ˆN;cå4Áý7ƒÔE)JUÊ3g—šw Ö:!j','',0,'?'),('/s\n>“HSó/ÛÄ','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/views/setup/mailgun.php',0,'Ðe¶Ò·Fr”hM±OE','Ðe¶Ò·Fr”hM±OE','²`Š³7/t|ðh×?ùN¹jì§å“.kÁ2i\0Q,N','',0,'?'),('„Ø€Ý&kn£ÅÜÛÒb','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/views/setup/mailpoet.php',0,'àçß_:ÇZöûl€®t©Ø','àçß_:ÇZöûl€®t©Ø','¾`M‰³ØÑý®šµö\\yñcŽæO¤M‡ùù\n0]5','',0,'?'),('J«·Ê³,ÓéÇ¿égÞ!™','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/views/setup/mailrelay.php',0,'²å…«ž¨õ¥Ø¢å>èú','²å…«ž¨õ¥Ø¢å>èú','u#`=º8óˆ:çL*Êeém§{Ú´Úg¼ò 0]è_','',0,'?'),('Ž)Në_x²@Çk´Êœð','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/views/setup/mailrelayemail.php',0,'Ø›SËc¥\\?oŸx(ñ³','Ø›SËc¥\\?oŸx(ñ³','ƒS³î	Ïm±S8en¬‹„’)cÄñ}\rë²Ê\0','',0,'?'),('ßµ)ß$oÑÅÆv8<­&@','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/views/setup/mailster.php',0,'Éè£fÀ:ßBÐÝ¬«[Å','Éè£fÀ:ßBÐÝ¬«[Å','@OXîæ\0 ¨Â³ÙBþ­UêÅªÝˆ“¼dú°­µ÷Z','',0,'?'),(' ªæZi¹óE³.¹“K','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/views/setup/mandrill.php',0,'ÿP^}k)à%~Â¥z','ÿP^}k)à%~Â¥z','ùþ¢‡sº\"<¡’î¦ðôµ·‡ŠŽÑÅx0Gñr|M','',0,'?'),('d8Ÿ®Dyøþfƒ}ìÚA~','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/views/setup/mautic.php',0,'ï\Z\'eM{/lÁÈòÀ÷æ^','ï\Z\'eM{/lÁÈòÀ÷æ^','¦çÊ’4“d`!´ˆ±»—Æ¨)xH5$£ÍàŽ-kƒ','',0,'?'),('?ØìuÜñ>I´±„Ju68Õ','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/views/setup/ontraport.php',0,'ÕíÏ¤#‹2¯Š\"z³qá','ÕíÏ¤#‹2¯Š\"z³qá','\"Êr¬ç³‰~~¯d×$À3’Ìé€2 <[\"Ùš','',0,'?'),('òýÖøô§£`ÌÇJ¯êT?','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/views/setup/postmark.php',0,'K\rn¨é³@Š–q·ó1X','K\rn¨é³@Š–q·ó1X','{‘m‰Â£ÏkûŒomçháÍ®8÷û¸V \n\ZŽÓ','',0,'?'),('É•Ý\0Š\"ùøÛŸ{Žë¼Î','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/views/setup/recaptcha.php',0,'÷.¢\Z?5©CKïIÆAÊP','÷.¢\Z?5©CKïIÆAÊP','‚ý”üˆ»8Éï¬Pn™YëƒÊ/p®U¿n±H','',0,'?'),('wòÓ«#BëSo\\\'','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/views/setup/sendgrid.php',0,'GúÙùÄÇÐÁe','GúÙùÄÇÐÁe','½%›@r0Ô˜²Ö6¥›‚¦æ·7lV>ús¯ƒ\Zý','',0,'?'),('æG×ãpI:Š\"ŠD¡xå','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/views/setup/sendgridemail.php',0,'Ì	g@yYãé’1.pJ¤','Ì	g@yYãé’1.pJ¤','/÷ùØ¨­!ƒ©3•Û`™ªû6l·ÅÌÒF<WÌ\07z','',0,'?'),('\n“Êv“lUÎûpRU=Y‰','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/views/setup/sendinblue.php',0,'”ëUüÖóP¥TÜ4ÌúÍ','”ëUüÖóP¥TÜ4ÌúÍ','\rbó$¼*\0	‘TãÅ­\0Úáº\ZG0›ƒáª¯‹‚\\ý','',0,'?'),('Ð³\00n€³O÷ÖM9î›v','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/views/setup/sendinblueemail.php',0,'Éy©«štvO_W¥4Ûo&','Éy©«štvO_W¥4Ûo&','‘½\\TÎ˜³¬ƒó…è‡+(\rß6‰ug\"=MÕÚ','',0,'?'),('c×Zô@¦}L·¶ž?ô²','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/views/setup/sendlane.php',0,'¤ftèE’¦»¥û_','¤ftèE’¦»¥û_','FA?¾¿@Ë2ñÚÆ\\¯¨?Í¶¹÷>N5Gîÿ¯£','',0,'?'),('Ö˜žu6#ÁFLq„`x','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/views/setup/sendowl.php',0,'§ nì°`Ó¯×g1H%¹@','§ nì°`Ó¯×g1H%¹@','§tþ€©^EšKÕ!x#®èªéüß/Ãº²ï…','',0,'?'),('Ô‚·HßN\n–YY.\"ë\r','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/views/setup/sendreach.php',0,'M’Â´£×­÷ë•áþ]¬','M’Â´£×­÷ë•áþ]¬','¢“»S@\rþ¥«‡—Ê.Ãã¡šÂ0î^¶íÑÙ)ÆÞ,','',0,'?'),('¥Pîm6¿.þBDÕ»Mw','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/views/setup/sendy/note.php',0,'óèZž˜µý|(¦±v¼{<¨','óèZž˜µý|(¦±v¼{<¨','jF@tTw¶\nÂwùA2;w\n48õíMˆ…út\'´ã]','',0,'?'),('Æûƒ­\r0YÜˆxYB','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/views/setup/sendy.php',0,'d¨v‡¨%VB4:;56þ','d¨v‡¨%VB4:;56þ','TºÑYÝl\nsÿÜÉ0í€vŸwÇdŒ†\0Såý|<','',0,'?'),('|+a8\r;~òêþ„<J=.','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/views/setup/sg-autorepondeur.php',0,'T#{ì\ZGo.]·HýgS','T#{ì\ZGo.]·HýgS','zQZ@ïÂ+y`>N‘9…‰Öf—¡:äH\\ø$','',0,'?'),('¿+½Lþôúwû–\'žS','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/views/setup/sparkpost.php',0,'™…^¸ä-†ˆlP?øì','™…^¸ä-†ˆlP?øì','¸ãýÓ‡Èì`p w#,\0kE2}çzp\n?h‚ªú','',0,'?'),('d&&óüãÊ´òY_Å©','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/views/setup/twitter.php',0,'¥B»|ðÛËOEàlº\'Q®Ô','¥B»|ðÛËOEàlº\'Q®Ô','\"ç^ebÁYD5ÙÿoäÏø‰–)Ò%¸K#\">>¸<šó','',0,'?'),('(Ék´iÆù%kÎÌÐ$(Q','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/views/setup/webinarjamstudio.php',0,'ž¾t¸ ñ¢\\}ÍfúXÄ','ž¾t¸ ñ¢\\}ÍfúXÄ','¤@bkFŸ\n‚´oóååöŒEGæC»Ä\rvï]ÜÜ','',0,'?'),('rÄ5¬âq‚XãfÛ','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/views/setup/wordpress.php',0,'-¤¹¶g5Ã~ÇÎÄ#/Çœ','-¤¹¶g5Ã~ÇÎÄ#/Çœ','Ü<‹›XWÂ´:¾ïVØ@ùí,EŠ}iùùa»ñ$€','',0,'?'),('g5òH‹£QÊ%÷*ƒS·ù','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/views/setup/zapier.php',0,'5COû¹ao¢5t®¾ë.~','5COû¹ao¢5t®¾ë.~','ßuSU1›è©cQÙ<D˜±´/;U‹k«ñîe-œ.¸','',0,'?'),('ö\r”ëùÑjÃA\'ÁZl','wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/views/setup/zoom.php',0,'ÐÈµ¶ÒÆä&|–°','ÐÈµ¶ÒÆä&|–°','3 J™·+¬BlÇY»(/Âßºe`8HÑ\'w«¾¨ÜÃ','',0,'?'),('X~úŠz#ˆ‹X2ñ›','wp-content/plugins/thrive-comments/thrive-dashboard/inc/crons.php',0,'-@œQ–Þ…Ð†f/8¿','-@œQ–Þ…Ð†f/8¿','Õ¿Î_ZÄ[ûv¨Wê692¢z‘ƒ½i²õmPòÒ²€,ö','',0,'?'),('¼u£1”\\ÖË²É—	I','wp-content/plugins/thrive-comments/thrive-dashboard/inc/db-manager/class-td-db-manager.php',0,'í†!g¨û++‡´;hAõ','í†!g¨û++‡´;hAõ','ÅxYïËË¢¿ªøàøÉ^cŠ3ò5mO›½~Á_Ö§\"v','',0,'?'),('FžC%ÍN£\nO\0ø9”¡Î','wp-content/plugins/thrive-comments/thrive-dashboard/inc/db-manager/class-td-db-migration.php',0,'žâ^\'’8oãÉ#@ÃôÆî','žâ^\'’8oãÉ#@ÃôÆî','O	ÌÄ‡{\rõN@ZKqó|´Û„m$¼RFbîÉ_äµV·','',0,'?'),('¿·%_¥–÷{ˆÏÇ|ú','wp-content/plugins/thrive-comments/thrive-dashboard/inc/font-import-manager/classes/Tve_Dash_Font_Import_Manager.php',0,'Ã3€ìâ®°‘gá|\Z','Ã3€ìâ®°‘gá|\Z','2¶·³¼ci©»¡¿ÕY±Ê<LÂfÝÄ™‹ì\Zþ&¦“','',0,'?'),('7ÂJ’±à*Ë(²\Z¤\Z/Cô','wp-content/plugins/thrive-comments/thrive-dashboard/inc/font-import-manager/classes/Tve_Dash_Font_Import_Manager_Data.php',0,'Ïxþ²g:KcÓ’)iè','Ïxþ²g:KcÓ’)iè','pØºS½Vú±_~”{ûÑÉ;ÐÈ—Åù9žÖDAá','',0,'?'),('±yÎ³Ü<8x‹Ÿ9=','wp-content/plugins/thrive-comments/thrive-dashboard/inc/font-import-manager/classes/Tve_Dash_Font_Import_Manager_View.php',0,'4âDìäÄ€[¬=ÛMà»ƒ','4âDìäÄ€[¬=ÛMà»ƒ','š¦–wï+éMÈ£gV²®°Iô@&J&\'vµÃ0þ','',0,'?'),('\'\0è†C\\çÿüÅî´Å\Z%','wp-content/plugins/thrive-comments/thrive-dashboard/inc/font-import-manager/views/form.php',0,'Ü·RÑ„ÉbLÍ›^8','Ü·RÑ„ÉbLÍ›^8','ñ}YY5û	?Ÿ;Žìx]?`ÈsV¯p)sê¢¬ã','',0,'?'),('owžrí2‚d@l†MŒö','wp-content/plugins/thrive-comments/thrive-dashboard/inc/font-import-manager/views/js/manager.js',0,'ãi·£4dîº»þ2YÓÙß\\','ãi·£4dîº»þ2YÓÙß\\','í}Ø¡V˜üNÇ$A–ÎD¦ƒyH0¦>aÃ{ß)','',0,'?'),('áU.u[9ñ/~Èô–â6','wp-content/plugins/thrive-comments/thrive-dashboard/inc/font-import-manager/views/main.php',0,',ÊþR×Ë>;«Üºjo_o',',ÊþR×Ë>;«Üºjo_o','ÈÐ˜÷f4HeÍX6´Ü‚¸Ì[6ËVLÏ–\nÈípwî','',0,'?'),('V‰zº&}ÉÖÆ/ŽzÌX','wp-content/plugins/thrive-comments/thrive-dashboard/inc/font-import-manager/views/messages.php',0,'B<ý‘^á­F’Ñ\n¨','B<ý‘^á­F’Ñ\n¨','ìØ“FÝ§ääa“}ƒ&ØlÖ«ç?©X`4ï|Ô#ÔS','',0,'?'),('Õtaå.?¢f´•.€š','wp-content/plugins/thrive-comments/thrive-dashboard/inc/font-manager/font-manager.php',0,'³®%ËõlX&«PÔ”Æ','³®%ËõlX&«PÔ”Æ','¦‰Z*wtÄxýi\05ÙxÚ2ì²Ô¤ÚÝ«`µDÍjÜ','',0,'?'),('îÜ±!oó¹‡òM\nÜ’8k','wp-content/plugins/thrive-comments/thrive-dashboard/inc/font-manager/views/admin-font-manager.php',0,'ß§É³Î„¹¾äÝÛ†­\n}','ß§É³Î„¹¾äÝÛ†­\n}','¥ˆñÙtsë\r¼qB\'$_,9ßÂÐ÷I=ÄÛP','',0,'?'),('¶0ð“t‹é¿S°¶nÞë','wp-content/plugins/thrive-comments/thrive-dashboard/inc/font-manager/views/admin-font-options.php',0,'–^Ûv;\nÿîm¥Ñk„£ò','–^Ûv;\nÿîm¥Ñk„£ò','õ\\æB­wv¶a<Œv(0ÂGÞ/‹³É5Í jc`Â‘ö','',0,'?'),('–®Ž‚L›\0Î*ÿ¹Þê&Á','wp-content/plugins/thrive-comments/thrive-dashboard/inc/functions.php',0,'CÊÿ-ëËè¿w%vCvŒ','CÊÿ-ëËè¿w%vCvŒ','Zì,ŒŒ·\'Ub<rõÕ·ÍÔ÷eêÏã¦€î-%Ë','',0,'?'),('ƒg×ÓêéöÏÆsŠ6UÍl','wp-content/plugins/thrive-comments/thrive-dashboard/inc/hooks.php',0,'Æ¯«»J0p¯kÁî_[ö','Æ¯«»J0p¯kÁî_[ö','VŠƒO­~É·ÀàÞk?8õ1L©Ùœ,þ+\'ªå<Î','',0,'?'),('ÍsiÈ-i8vÏ};EÕØ£','wp-content/plugins/thrive-comments/thrive-dashboard/inc/icon-manager/classes/Tve_Dash_Thrive_Icon_Manager.php',0,'býL»‰Ià¦Åís§','býL»‰Ià¦Åís§',';èrÝ9ø2ÍÑÙÄûFŽû“59_á°õ‹ðp1E ¾','',0,'?'),('ŸöLTX7³ÚùL\n÷¬’','wp-content/plugins/thrive-comments/thrive-dashboard/inc/icon-manager/classes/Tve_Dash_Thrive_Icon_Manager_Data.php',0,'éŠ`@æm`;µu‹¡Äe^','éŠ`@æm`;µu‹¡Äe^','ó‘lÊ(kq¯°È ²î²ÝÑ®œ^J¦+\nŒÜXœ›Í','',0,'?'),('d+ìæQÆU‹£ùªï','wp-content/plugins/thrive-comments/thrive-dashboard/inc/icon-manager/classes/Tve_Dash_Thrive_Icon_Manager_View.php',0,'(©Žßî²}ë(³¶Ýxr','(©Žßî²}ë(³¶Ýxr','É\'tÿ÷Y‘8@ç¡O8\" i=?Q‡âÕÙ‘àP?t','',0,'?'),('kå°¥T»)Ê4åE`F%,×','wp-content/plugins/thrive-comments/thrive-dashboard/inc/icon-manager/views/form.php',0,'¸Ax;“Ý¤ïC=5Íj;','¸Ax;“Ý¤ïC=5Íj;','?×bBÏ¢I„|:Äk%PädõçŸ8ÕnŠŽÞ¤g˜:pûN','',0,'?'),('MvÑ¥•\r°IÝakT‰','wp-content/plugins/thrive-comments/thrive-dashboard/inc/icon-manager/views/icons.php',0,'¢ë\n”oµÚgŒcçSGõM3','¢ë\n”oµÚgŒcçSGõM3','°ä±ÇYB<°‘açí;Á§Ðy‰Zÿ†÷u½Å%Ñ','',0,'?'),('_2‚¾;;Ã—B?›õ”F','wp-content/plugins/thrive-comments/thrive-dashboard/inc/icon-manager/views/js/manager.js',0,'ñdÅ[98ŠóózñdåO','ñdÅ[98ŠóózñdåO','wr«/»í®xm–Ù¼Lh×Ž–w”é_ºà¼üù¿Y','',0,'?'),('sDØµÿ§‡.@“­_K®','wp-content/plugins/thrive-comments/thrive-dashboard/inc/icon-manager/views/js/manager.min.js',0,'ªqb¡yÈôÖ_ìW{tó','ªqb¡yÈôÖ_ìW{tó','@ôÖeo„É‹\\þt\ndSdýÃñ‚›ŠŒV‡O','',0,'?'),('cÌ¶Ã\\õ¸­˜´ )½','wp-content/plugins/thrive-comments/thrive-dashboard/inc/icon-manager/views/main.php',0,'õWûœ dÄÞËu•5\'Uß','õWûœ dÄÞËu•5\'Uß','^Ž-ºâf@ÅÙÞ¢Ë#œ¹´‘fs‰ª¾fƒƒ/\0','',0,'?'),('ô\ZÄ¨“<¤,¡	>','wp-content/plugins/thrive-comments/thrive-dashboard/inc/icon-manager/views/messages.php',0,'Œ.®S¶,ë0/Aˆ]*¿','Œ.®S¶,ë0/Aˆ]*¿','<‘»1Äç‘ª¤`ûš‚0óT3L1ï§ûåðô–’8','',0,'?'),('3¢…‰z´ßç2<äT','wp-content/plugins/thrive-comments/thrive-dashboard/inc/notification-inbox/assets/dist/admin.js',0,'/{bóº\n _¥sd~ë™Ç7','/{bóº\n _¥sd~ë™Ç7','æi´¼ôë¡ÉgXÙÿ¶¡ÿbß.	kÁ&0XåÐ~¤i','',0,'?'),('h@\\³Œ‰^8™²a–Ï','wp-content/plugins/thrive-comments/thrive-dashboard/inc/notification-inbox/assets/dist/admin.min.js',0,'FJ²t¯ÚÎkÿ‚¥:HÕ','FJ²t¯ÚÎkÿ‚¥:HÕ','¨Mhu@~B°2?\n®Ë%ˆ\r8<x¼1…&NïYŠ‘Ï','',0,'?'),('È€oŸÙ	§ž;gçq»','wp-content/plugins/thrive-comments/thrive-dashboard/inc/notification-inbox/assets/js/admin.js',0,'þUþzôæ?¼‘`iN','þUþzôæ?¼‘`iN','½†,©ãXM£„-o3ÊÖùRM|œ RÙÍô®z UJ','',0,'?'),('©À\ZÄÑ@« ˜×.!•¿','wp-content/plugins/thrive-comments/thrive-dashboard/inc/notification-inbox/assets/js/collections/base.js',0,'Æ-Ø]À(—	Iëôûˆ;Ù','Æ-Ø]À(—	Iëôûˆ;Ù','ÚûO~nml\0ë|áþ×{vÉîå!Ôø_úøqnñ…>','',0,'?'),('H+C¯N˜ÌOÞ<mÃÊ','wp-content/plugins/thrive-comments/thrive-dashboard/inc/notification-inbox/assets/js/collections/notifications.js',0,'ç¶óÂÑ¨Tjö‹ºÝ¤7','ç¶óÂÑ¨Tjö‹ºÝ¤7','ˆÝj2¿Öƒ>,Hv#3Æw.LÓ\rcAöo”7Eä²@','',0,'?'),('I‰¨Ãê<¥»-3µ‘º‘','wp-content/plugins/thrive-comments/thrive-dashboard/inc/notification-inbox/assets/js/models/notification.js',0,'jd€ÀüÖÑB${q¬Š\n','jd€ÀüÖÑB${q¬Š\n','n¸¼t™P§É÷#ÚO]ÄÁ³t‚áð½8­<38¤','',0,'?'),('6±5öRÏ7UwZÖý/I1´','wp-content/plugins/thrive-comments/thrive-dashboard/inc/notification-inbox/assets/js/views/base.js',0,'L@«ls«Õ­t;ô‰é±','L@«ls«Õ­t;ô‰é±','Ü\0RÐ“TxƒB¼yi+M©“Åªw6\\9úé<é\Z>s','',0,'?'),('G“¼ïª»˜¸©ÂûKÛ','wp-content/plugins/thrive-comments/thrive-dashboard/inc/notification-inbox/assets/js/views/notification.js',0,'™t@¨7G”Þ,•i6+íV','™t@¨7G”Þ,•i6+íV','‘|ˆÄäÉèoÈ³…÷t¯B”«¼â‹ˆ„ÆÉáJÓÍ','',0,'?'),('SÍ¥oÑEIœÍÕrm¦Ë©I','wp-content/plugins/thrive-comments/thrive-dashboard/inc/notification-inbox/assets/js/views/notificationCounter.js',0,'\\/@±BU ©ÑÞä\nfMa','\\/@±BU ©ÑÞä\nfMa','5°ÈT1ô>ÿƒ·àÉà.\0«ýhÀ5¦Ð®YÊm<þq3Ê','',0,'?'),('Ã4*d>JoÄÎk_«\'…û','wp-content/plugins/thrive-comments/thrive-dashboard/inc/notification-inbox/assets/js/views/notificationDetail.js',0,'ZÇ¶ì[Ç#µø‡ïÊ:vÍ','ZÇ¶ì[Ç#µø‡ïÊ:vÍ','Ñ§ë¿·.§F@/J•w´Qó# OýÜU\\zt¯äü','',0,'?'),('ùËªÝx©ô@._²½','wp-content/plugins/thrive-comments/thrive-dashboard/inc/notification-inbox/assets/js/views/notificationHeader.js',0,'X]/¢5UúšÍ˜Rã\\','X]/¢5UúšÍ˜Rã\\','?´’t3öúÉÝË\'#%Ú¤Üúúy³	T‡µQ—šæ ÑT','',0,'?'),('sÀökd0¯ÖÌZY Ôž','wp-content/plugins/thrive-comments/thrive-dashboard/inc/notification-inbox/assets/js/views/notificationsList.js',0,'³ê2Íë%È¨½SZ;…\n','³ê2Íë%È¨½SZ;…\n','aõ—v{›”J3ïñ,žÃ•@ÀÓùÂö-¥À«(p˜½','',0,'?'),('„”	s‹Ù^rM7”{2c','wp-content/plugins/thrive-comments/thrive-dashboard/inc/notification-inbox/class-td-inbox.php',0,'û2ç®1ÌeÖ¯n{oô','û2ç®1ÌeÖ¯n{oô','šJxWG:™>»„”¢ôÒ“s\Z‚éq#ÁT¥ƒ}r’b','',0,'?'),('Y1:ýRFN Ÿ-','wp-content/plugins/thrive-comments/thrive-dashboard/inc/notification-inbox/i18n.php',0,'Á3óR\0{¾)$¾möqú¸','Á3óR\0{¾)$¾möqú¸','ÌN*ýrz©û²§Û5nQÊþÂ&!ÑV¦Ã}f›','',0,'?'),('7‡Ì&?6‹vVŒ\"Á†@°','wp-content/plugins/thrive-comments/thrive-dashboard/inc/notification-inbox/includes/admin/class-td-ni-ajax-controller.php',0,'iRÀ—úy(\n4Ò¢&¾yo','iRÀ—úy(\n4Ò¢&¾yo','°ë”ºmWÍŽÜø2ýuÝ¡ÆæÙGÎ$)É4çjÝ7s','',0,'?'),('ý˜¼è€|éšE¼|©àÔ¿','wp-content/plugins/thrive-comments/thrive-dashboard/inc/notification-inbox/includes/init/class-ni-inbox-manager.php',0,'*Ùƒ‡É9Çå¸#×ã=Í×','*Ùƒ‡É9Çå¸#×ã=Í×','÷±.‰²\\;RíáÎ;?´öD_£IT$Pµœ o X','',0,'?'),('ÈJ¿ó¤\0Ñ¸Ñéx’a','wp-content/plugins/thrive-comments/thrive-dashboard/inc/notification-inbox/includes/init/class-ni-message.php',0,'ØÐ~èoø_)ð;·$“','ØÐ~èoø_)ð;·$“','\r¤Ö¶f2è9b–ú&ªe¢”ïc6Ý›ÚGcM¯5àÁu','',0,'?'),('j\rÃ’õ”·@\"N>2¬V+õ','wp-content/plugins/thrive-comments/thrive-dashboard/inc/notification-inbox/views/templates/backbone/ni-notification-detail.phtml',0,'Ïý`*wŠÞ\"{üCÀØ”','Ïý`*wŠÞ\"{üCÀØ”','K÷zØ\'1…²Œ¸×éãy„à~‡|ã0;[*','',0,'?'),('”\\n†Æt®/ü9âÄçõõ','wp-content/plugins/thrive-comments/thrive-dashboard/inc/notification-inbox/views/templates/backbone/ni-notification.phtml',0,'?JÞÈlŸÁ´Öµ\n\'j›b','?JÞÈlŸÁ´Öµ\n\'j›b','Ás2™›ÕrŠôÐ}hƒ°ÄÐ±=éqÙ§®å¦×/¥1','',0,'?'),('f‚²Û®×³?(#vŸÈ,','wp-content/plugins/thrive-comments/thrive-dashboard/inc/notification-inbox/views/templates/backbone/notification-header.phtml',0,'pÅõ×6öÉ¶”Â½\'Û','pÅõ×6öÉ¶”Â½\'Û','l7åx™w¢YÐVZå)“‹/ƒº×`½ëEaXUÒ¹üÆ','',0,'?'),('¥ÕFåMR¸¬¸±6£O','wp-content/plugins/thrive-comments/thrive-dashboard/inc/notification-inbox/views/templates/notification-inbox-button.php',0,'`‰Ì]¡{á÷·/ÓOï5','`‰Ì]¡{á÷·/ÓOï5','\'µ\"Ï/pÿ8¨zå«™…pö“é-8^zD ^ÑÇl#ÎÉG','',0,'?'),('@ScCA»:TMFÉgAZu','wp-content/plugins/thrive-comments/thrive-dashboard/inc/notification-manager/assets/fonts/tvd-nm-icons.svg',0,'P™ŽéªŽñ<¤¯IœLÏ','P™ŽéªŽñ<¤¯IœLÏ','œ°E?%Ï©¯.P÷/wâÄúU6¡àX]Òø™df¢¶','',0,'?'),(',:®^˜d†SÄêiðfJ','wp-content/plugins/thrive-comments/thrive-dashboard/inc/notification-manager/assets/js/admin/backbone/modals.js',0,'ŸR<û˜h%Ìz!H^Í','ŸR<û˜h%Ìz!H^Í','îA*¹Ò—	ƒô	6Jˆh–—-‚xúZUÐõ³‘‡àzm','',0,'?'),('ï¨J+0¨jÀÕÁ åëU','wp-content/plugins/thrive-comments/thrive-dashboard/inc/notification-manager/assets/js/admin/backbone/models.js',0,'ÙÊ\rc3m7Iy¹ƒ˜','ÙÊ\rc3m7Iy¹ƒ˜','ëª@~‡k%MtïË0òNeƒ€„â/–‰+ÄCu//™%n','',0,'?'),('”ec±Õ‰L&S¥ûü¹','wp-content/plugins/thrive-comments/thrive-dashboard/inc/notification-manager/assets/js/admin/backbone/routes.js',0,'	eMñ/0Ã†\nÝyR·©','	eMñ/0Ã†\nÝyR·©','¡´Gdñ¤ÜjYÉ›]tÂ\rÁv×ÏÜ‰3IT˜¡JyÝ|','',0,'?'),('u6ê“ª;º†,”¡;À','wp-content/plugins/thrive-comments/thrive-dashboard/inc/notification-manager/assets/js/admin/backbone/util.js',0,'KÏîD#CO,mð‚','KÏîD#CO,mð‚','LÃÌølŠV¼„aI8òqÑÞ½ÜŸÓë}ñ<†R.Ý‘þ','',0,'?'),('-¨V|\0\0©,nú;}µºç','wp-content/plugins/thrive-comments/thrive-dashboard/inc/notification-manager/assets/js/admin/backbone/views.js',0,'”(ß\riž’!”À¦Ýµ¡','”(ß\riž’!”À¦Ýµ¡','[Ž<.ú†¡µ#:Þ5œnÃÏú!	DÃ¹¿Â»œûÈÝÉã','',0,'?'),('˜¸S!FcÝñÜ¹¨¸Kõ','wp-content/plugins/thrive-comments/thrive-dashboard/inc/notification-manager/assets/js/admin/backbone.js',0,'ÜZ˜ Àµ Öí_òÏ+Ä','ÜZ˜ Àµ Öí_òÏ+Ä','²³YˆóÜãËëãnè˜$‚ZKŠ¸1ðþRX6ÍGF’ú','',0,'?'),('B0ÃçÏÌÍ©+ÀÒÃLÄê','wp-content/plugins/thrive-comments/thrive-dashboard/inc/notification-manager/assets/js/admin/backbone.min.js',0,'ŒŸ)¹òÝº•îmy62I','ŒŸ)¹òÝº•îmy62I','™´–¹4Tö|ë{®\\Ë{´X8‘Ðù4wÜÏù\r5S±ð','',0,'?'),('¤’ÆVØÑ]Nb÷´’&0','wp-content/plugins/thrive-comments/thrive-dashboard/inc/notification-manager/assets/js/admin/wordpress_notification.js',0,'ÍÖfi)¨â—\0Ü©îáº','ÍÖfi)¨â—\0Ü©îáº',')îš\'§ƒ“y¥ñk­ï¿eå8€îFŒÝ­ç3â','',0,'?'),('Ó­=õÛ:Ï\"8Ãè_UçIž','wp-content/plugins/thrive-comments/thrive-dashboard/inc/notification-manager/class-td-nm.php',0,'v¸ÄÈi>nœv7O¤','v¸ÄÈi>nœv7O¤','X	€±å¸\'ÊaÈ²­;ÇÊLÊ%®Ê!fÞ1=¿C†','',0,'?'),('E®ŽG~ƒDÏ—U§¸é×','wp-content/plugins/thrive-comments/thrive-dashboard/inc/notification-manager/i18n.php',0,'Ãá«vo[ëÐP™MJj','Ãá«vo[ëÐP™MJj','WôY÷ÏÐyé#Q¦5¹Ö#Üª´öEI*Ó”˜éñÀª4U','',0,'?'),('WlT´KÒî»SïÕèFQ','wp-content/plugins/thrive-comments/thrive-dashboard/inc/notification-manager/includes/actions/class-nm-action-abstract.php',0,'i5öAq‚KEfìïÉÊV','i5öAq‚KEfìïÉÊV','êÑ!³â/:¦³œÝ¸KáÐp\nEÂù2&-ep”¤à8Ðì','',0,'?'),('á™6È|ŸÓã¢?ÁIwÑ$','wp-content/plugins/thrive-comments/thrive-dashboard/inc/notification-manager/includes/actions/class-nm-action-custom-script.php',0,'÷îŸ7rÄ§hù#¨¸Þ','÷îŸ7rÄ§hù#¨¸Þ','ÓžOÝ–~ÉåNh|ïeŽÂt&\r=lŽ#^ª×þs','',0,'?'),('[ýBT\0–\nÜÎ=Ï	pš ','wp-content/plugins/thrive-comments/thrive-dashboard/inc/notification-manager/includes/actions/class-nm-action-send-email-notification.php',0,'áO‡Âl=»´2Ã­v›','áO‡Âl=»´2Ã­v›','m¶_G]aÆ\Z}ëw3u—HÔˆ¶ö9Â­S;‹Ñ','',0,'?'),('{œg¾8K¡1£!tžÎ±B','wp-content/plugins/thrive-comments/thrive-dashboard/inc/notification-manager/includes/actions/class-nm-action-wordpress-notification.php',0,'¦·C	‹\'_·éÇ—òç','¦·C	‹\'_·éÇ—òç','H;úBª›“´­Q¿ŽÏ>j_@½®$LêéYsŸ‹ý','',0,'?'),('ýº,F‘žþ×í¿–KÙÄ°','wp-content/plugins/thrive-comments/thrive-dashboard/inc/notification-manager/includes/admin/class-td-nm-admin-ajax-controller.php',0,'ó\nTÒ‹AF¶‡ª¼‘M','ó\nTÒ‹AF¶‡ª¼‘M','Ë{=‚µeàøµÚd¤ÓnÅžSvgÌÞyó¦ºÅhaÄãD','',0,'?'),('Û¢øÂNDõ1¸ÇxéuP','wp-content/plugins/thrive-comments/thrive-dashboard/inc/notification-manager/includes/admin/class-td-nm-admin.php',0,'{Yz‹8![B$àDµ','{Yz‹8![B$àDµ','ï\\\Zð»Šó¾ŸÑqê¼	Õ5ÅÛ*¸êßAÔÔ.E','',0,'?'),('>–•¾ÄtSQ{”Ç= ‰Í','wp-content/plugins/thrive-comments/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/action-type-box.phtml',0,'iLÆ¯Ny#ÌÒáÄG9éé','iLÆ¯Ny#ÌÒáÄG9éé','Â¹ÅjÔH-Ž£æŒìçä‡0°ÐÁ8Œdõ¶×35læÊ','',0,'?'),('CZÎ´(´VìM)ê µâ2','wp-content/plugins/thrive-comments/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/actions/settings/custom-script.phtml',0,'lô‘PÆ\nÖ”¿•^›ªN','lô‘PÆ\nÖ”¿•^›ªN','=#2±`6G²î­!ƒ\"Ó]B?‡Æ«)¤ŒÓ*èpò','',0,'?'),('Nàò`@ár3]øÿç®Ø','wp-content/plugins/thrive-comments/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/actions/settings/send-email-notification.phtml',0,'õ¶´n9’\\™ó¾ùc.q¨','õ¶´n9’\\™ó¾ùc.q¨','ÃqY4å({ŠeýÖé¬šì’ \"[€($ÁC&‡\0','',0,'?'),('…5½—ii<4Ôä’>ÊWk','wp-content/plugins/thrive-comments/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/actions/settings/wordpress-notification.phtml',0,'K=¤­øÝXŽgÓèÉ_','K=¤­øÝXŽgÓèÉ_','ãd.xÙ{£ø¡¬ïß„¤C™W‹NÉ0Y\\90\ZsÝ','',0,'?'),('–Š%\ZÔù¶‘iÎÀåÁ¿Û','wp-content/plugins/thrive-comments/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/breadcrumbs.phtml',0,'%ñX=½³èõT`Áñ','%ñX=½³èõT`Áñ','5‘QÙ»³NWù1ìÐµçÆÿŠ%cýíå/©ÙÆ”A½$','',0,'?'),('ˆ™úí4Šß.y{spâêÌ','wp-content/plugins/thrive-comments/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/dashboard.phtml',0,'ÅseÂ9ëÐW6ß+\Z','ÅseÂ9ëÐW6ß+\Z','bt¿ Ú4 arl€î?C¹ÐWG”Ûé¼Äáàç…ˆ','',0,'?'),('</\'hîok>ÐãÔÛ†d','wp-content/plugins/thrive-comments/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/header.phtml',0,'Â_«1\"Å3\'€D®®¸','Â_«1\"Å3\'€D®®¸','5ÿÍ®¾ÐUŽ\\3Y¿¶µøì›˜vw2Cä]˜g€µÁW','',0,'?'),('5¿§—5þovÝ7r\ZKn','wp-content/plugins/thrive-comments/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/messages/form.phtml',0,'Ï£QÎÒ¬^£}6¸FhØ','Ï£QÎÒ¬^£}6¸FhØ','k-Äc.¢jGµŸ§X–FIk¸‘åÂË5iQcÍy','',0,'?'),('Ò×…œŽÿ2ÛxMNŒ,Q','wp-content/plugins/thrive-comments/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/messages/shortcodes/item.phtml',0,'›_ï‰§ þÁxaÀžG»Í','›_ï‰§ þÁxaÀžG»Í','™aÙ.U@t=r½=Çâ¨ì7Š@îvô`è‹D±Q\ZF','',0,'?'),('²ûìý«ì¶uSÁ„•ý','wp-content/plugins/thrive-comments/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/modals/add-action.phtml',0,'aB¨AògÌÙõV¬³†','aB¨AògÌÙõV¬³†','4ùy—OÕs´‘è•\0Ïr¤µCáØ5‘b µÕ…¼/','',0,'?'),('wô›ÜKaXøö·âÀF!¿','wp-content/plugins/thrive-comments/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/modals/create-notification.phtml',0,'QbÊÁ–TâRÖûˆ£³{\nL','QbÊÁ–TâRÖûˆ£³{\nL','D¨î`U\"C\r^mqxùåýãýš|†g•ÕñKY(¹ª','',0,'?'),('zt¾EÍ{¿m%T!³eì','wp-content/plugins/thrive-comments/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/modals/delete-confirmation.phtml',0,'wÅ±q‘{¸2·%XÌ\'8£','wÅ±q‘{¸2·%XÌ\'8£','HNt£-ó2)€€ã3ßƒá©‘(§‰šÛÈvø08','',0,'?'),('½\røÍVp£pSÞN¸]N¾','wp-content/plugins/thrive-comments/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/modals/edit-action.phtml',0,'Œ?jˆu*UÚ»LÂhnå6 ','Œ?jˆu*UÚ»LÂhnå6 ','\"l\0CG£}H„]ýHgpY5Jõˆ‰âTpQnl¾','',0,'?'),('Û[ÚÃ®Xô|ö©(','wp-content/plugins/thrive-comments/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/modals/edit-trigger.phtml',0,'Â¿ÓEû-hUOfÛƒàî','Â¿ÓEû-hUOfÛƒàî',':\":£ÙÃÍMó*¥ß!²œª\Z8~}õ<<H^mÉQ','',0,'?'),('žââ……7Ö†Ä¸çŸ§áÛ','wp-content/plugins/thrive-comments/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/modals/email-services.phtml',0,'#\rHZÈ+Å%Â','#\rHZÈ+Å%Â','PmÝêðEÑÐØç•ßMüNŸLú;®\'ËøGaj°ÚÀ','',0,'?'),('Ñ·€Àñ|±ê‡ î@®€','wp-content/plugins/thrive-comments/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/modals/notification-summary.phtml',0,'Z´5³7\r\Z‡*ðû\"›¿X','Z´5³7\r\Z‡*ðû\"›¿X','Y 2£	’Ö`AÖC@J8HÛ&Ö^Ýøñ\\ÙSø','',0,'?'),('hß\'ªp‘3ÀuñßÙú+é','wp-content/plugins/thrive-comments/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/new-button.phtml',0,'I_BJ:®Êeñ½Tßû','I_BJ:®Êeñ½Tßû','DÀÁS_,oÜ¾Žl>~ÀÑ€ó_ÜŽµó’÷Ÿüˆ}<×','',0,'?'),('ÚA7ókìNDÍ„+&x™C','wp-content/plugins/thrive-comments/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/notifications/item.phtml',0,'¢/Pæ3^ÒSqJµÎ	´‰','¢/Pæ3^ÒSqJµÎ	´‰','ˆÓ£É!Ç5ôjž,ÿße<Êçî>ÈÔžçâŒ3“µa','',0,'?'),('ŒXý5\0	°·ãñg\núG-ì','wp-content/plugins/thrive-comments/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/options/action-buttons.phtml',0,'‹ïfœ\Z&T\'q	&ÑJ','‹ïfœ\Z&T\'q	&ÑJ','*9)9¾‹œ]¶;9¤8®èïX!\n<ÊÖi@©E>[','',0,'?'),('Gw®]§Iö\nšó†iÆ','wp-content/plugins/thrive-comments/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/options/checkbox.phtml',0,'G›”²K®ÄÇ(U´O','G›”²K®ÄÇ(U´O','º‚Õ’&øS½Iî¢×³¦»3\0Lï¢ìn¿¼vý–˜µ>½','',0,'?'),(')p\0µÛIòár)FÐ','wp-content/plugins/thrive-comments/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/options/input-multiple.phtml',0,'¬”Ø²‚“öÆ$Ðt¡\nŸD','¬”Ø²‚“öÆ$Ðt¡\nŸD','=\Z;…àãnÏøT¯‹bNÉ‰šž=¾ÌÀðÆ}','',0,'?'),('Ž»ÂÄ&‹é‘Lß×€_','wp-content/plugins/thrive-comments/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/options/input.phtml',0,'-{gnƒN9®Y9[ú2Ñç ','-{gnƒN9®Y9[ú2Ñç ','gDÐï=hÆ#\\ôÚñë“kŠxºöúJHÀžTBv¹8òj','',0,'?'),('µùòïo¶í²þ{Iç','wp-content/plugins/thrive-comments/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/options/option.phtml',0,'ÛaŒx}lÐÌŽîë)N','ÛaŒx}lÐÌŽîë)N','\ZÈÓ—Z÷£Øù`½ufÿ}mÑvûôZ`áçá~	 ','',0,'?'),('u|Z6U†+j¨à˜4Ó','wp-content/plugins/thrive-comments/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/options/recipient.phtml',0,'8\"ç9F¯z`vµ6Ì& ­','8\"ç9F¯z`vµ6Ì& ­','¿²SPÇúÏ0MUkéÉ\'ó7t3xXoäã©dIµÁÞ','',0,'?'),('Û<DA[Jö4zsÏÍ>`Þ','wp-content/plugins/thrive-comments/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/services/item.phtml',0,'„Èóÿ¼ëšø\"kÂ.«','„Èóÿ¼ëšø\"kÂ.«','(\'YÓ¹¨ÏÁ¿¤¨umH®ryô‘¼7ú92\"^\"C','',0,'?'),('ú×ºÔZuÃ_iÏ Ö?ž¬','wp-content/plugins/thrive-comments/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/services/thumb-item.phtml',0,'ÐNðÄUôŸ–óéwô¹','ÐNðÄUôŸ–óéwô¹','Ðü¬ù7 çq—tQÉ)Î•ÏÑ|þ@OýÈ`ÀP7','',0,'?'),('ë=mî¸iŽfSÂ)¥','wp-content/plugins/thrive-comments/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/summaries/item.phtml',0,'‚ºþ­ð^-O-N•','‚ºþ­ð^-O-N•','`\\ûÝ·lc¬×Ÿ˜wËsÍ)?#Œ^™î ¼@','',0,'?'),('yäÔ”íËñtÌW¬¸Ã','wp-content/plugins/thrive-comments/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/summaries/items/action.phtml',0,'¹BÄÙ»\'õR¼<O“(P','¹BÄÙ»\'õR¼<O“(P','k3ÿ«p¯ú»z·AÂöb*²cdGnð®+Op¯¤’','',0,'?'),('f”Eªsü[Œùöÿ~Ïvý‡','wp-content/plugins/thrive-comments/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/summaries/items/actions/custom-script.phtml',0,'ÌíÙAá–†¢©N]}VŽ','ÌíÙAá–†¢©N]}VŽ','Í‰Ý³7O¸¬\n)ø¡(Ø~\Zô)¿lèm³)Îq\ZÙY','',0,'?'),('ÏÚ¸~ŒNB‡wÕ[®;ˆh','wp-content/plugins/thrive-comments/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/summaries/items/actions/send-email-notification.phtml',0,'–8‹Ë.˜=(k1','–8‹Ë.˜=(k1','ÞÞ”Àêü{H\0/ó¶Ÿ4«§Ô\'ƒf“+º¤aðz‹Ô','',0,'?'),('– ÁÛC”ÀK~D1J-_û','wp-content/plugins/thrive-comments/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/summaries/items/actions/wordpress-notification.phtml',0,'ƒD—ê‘jîÜÓóùžš.ÓI','ƒD—ê‘jîÜÓóùžš.ÓI','U}\rœÇƒ]ïM²® Ÿ@ß›\Zõ/µ‰”aã->Nrt	','',0,'?'),('T¿Ã—_T7(ÛŒ*ƒ\'#','wp-content/plugins/thrive-comments/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/summaries/items/notification.phtml',0,'	ësÅ^êIP´ËÛNÑóé','	ësÅ^êIP´ËÛNÑóé','>•NN#wøõüÎÚ¢a¤k´c\'¥¾:âŠ/Þ{€','',0,'?'),('\Z \Zúñã¶8ú¶k\"iÙc','wp-content/plugins/thrive-comments/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/summaries/items/trigger.phtml',0,':¬Ey 1ŸXf`Õá½Û',':¬Ey 1ŸXf`Õá½Û','–4„[Ë@Êê¨Ê«ne,Oæˆzý:»þ²o','',0,'?'),('í¹L©A÷•vˆlÎ‡h“','wp-content/plugins/thrive-comments/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/trigger-type-box.phtml',0,'*FçÅ®%kf8\rŸy6Ø','*FçÅ®%kf8\rŸy6Ø','þ¾Eˆc¯²ÒžžÍ‹ë}ƒoòjŸú­™þ¢Ð†ÌëÓ','',0,'?'),('Úo¢6\rçŠ­ÚÜ8OYì»','wp-content/plugins/thrive-comments/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/triggers/settings/email-sign-up.phtml',0,'Ç2“OÉàòdäàŽJúË','Ç2“OÉàòdäàŽJúË','&~Ì€çÐn¯\\3»Ý¥6RÑ*]Gâ–Ž%û<ÛäDièi','',0,'?'),('U{H$pÝbô	®xä„','wp-content/plugins/thrive-comments/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/triggers/settings/quiz-completion.phtml',0,'\0õø2¶È*ñŠa}PÁægš','\0õø2¶È*ñŠa}PÁægš','GßKZgÊ!Ø€­åZ¿Þ¸·¾÷CL¯²¼ýŸ¶	E!','',0,'?'),('Œ˜²³ê|ÝyÀô\n%¯','wp-content/plugins/thrive-comments/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/triggers/settings/split-test-ends.phtml',0,'iéP¼¿™d\rÊ]ÂW˜l','iéP¼¿™d\rÊ]ÂW˜l','!ßÉ‡þ£ÖzÂ£Äú8fCqý™.•‘ÆüèüÃÀhéÄ','',0,'?'),('!zmmÉÐRñ <n¤©´*:','wp-content/plugins/thrive-comments/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/triggers/settings/testimonial-submitted.phtml',0,'Ãn½RmSÕbôPÇ¨FQÎ¹','Ãn½RmSÕbôPÇ¨FQÎ¹','ÃÏLöÙVÄÃŸ¤µ…okÿ…êöÿqŠý„&','',0,'?'),('á±Úóï‘{.ö(u ','wp-content/plugins/thrive-comments/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/unavailable.phtml',0,'´\ZÒ3è\0R&|íH?€…','´\ZÒ3è\0R&|íH?€…','–Ÿ”z§YìÎ:íµ‡Š=Cœ±*ìLýÐÄEÜÅ#›Å~°','',0,'?'),('Ãeü¥÷L¢Rïå¸œR','wp-content/plugins/thrive-comments/thrive-dashboard/inc/notification-manager/includes/class-td-nm-ajax.php',0,'D³þ,tqæ>1àAû™','D³þ,tqæ>1àAû™','óðÑr+²Ö–8æsªŒ¨£E{^5›‚ub}ZC–¡','',0,'?'),('=—­:ªsÐc+cÈõÐ ','wp-content/plugins/thrive-comments/thrive-dashboard/inc/notification-manager/includes/class-td-nm-checker.php',0,'Äñ)ÝÁïòò¦	rlì5<','Äñ)ÝÁïòò¦	rlì5<','bOCY9?­hÉÉ¤Ñ`}îþÊýp9Ãb„ÃºÓÓnÎ','',0,'?'),('gPt¬c€ú~mSs*Í','wp-content/plugins/thrive-comments/thrive-dashboard/inc/notification-manager/includes/class-td-nm-data.php',0,'¼/\Z‘\Z®]R©yÊCC\"','¼/\Z‘\Z®]R©yÊCC\"','¬ùº>ò£§U„€6é‚³TÖò»i¯Ž]@ngù','',0,'?'),('wK)Ê|sRM8Þô/','wp-content/plugins/thrive-comments/thrive-dashboard/inc/notification-manager/includes/class-td-nm-post-types.php',0,'—;Ð\'\'«2xñç¶½','—;Ð\'\'«2xñç¶½','Ü8rAJdb¹ýhHh—ä5Œ²ÜìÙÿø½†Ve	ýj','',0,'?'),('ÑÉ f­´ÛW@_¢‰','wp-content/plugins/thrive-comments/thrive-dashboard/inc/notification-manager/includes/td-nm-core-functions.php',0,'ý+tŠQ‡À*\\+Ä¦çI','ý+tŠQ‡À*\\+Ä¦çI','L]¥WêBùŒ°h¿ÙfÇÿç­+zü…8î•£Å','',0,'?'),('´j>^×è—_=ÂðÙFïŠ2','wp-content/plugins/thrive-comments/thrive-dashboard/inc/notification-manager/includes/td-nm-data-functions.php',0,'›êêÇÍÖÝ_ÿW;±','›êêÇÍÖÝ_ÿW;±','…˜xi	ËL1Æ0L1öõž]ÖaäwiõJRzOjXtÐÇ','',0,'?'),('ÆkX3ééÓdÐzY4u@è','wp-content/plugins/thrive-comments/thrive-dashboard/inc/notification-manager/includes/triggers/class-nm-trigger-abstract.php',0,'ÈÂ9¦±êlxo.Úù','ÈÂ9¦±êlxo.Úù','Õêe)¤äÇc£d`ŒDlUd\"r“èºÞŠ6ze^ï','',0,'?'),('EOgkï7ŸÔŸÞÙN¤£','wp-content/plugins/thrive-comments/thrive-dashboard/inc/notification-manager/includes/triggers/class-nm-trigger-email-sign-up.php',0,'ò²a„žÂJwß_\nß{|Q','ò²a„žÂJwß_\nß{|Q','ÏêP eÕwAeµû	b^™ˆ{gÏÝŸ OöwüºIÇ','',0,'?'),('0£ü¼À€\"’<G¸ÖŠ','wp-content/plugins/thrive-comments/thrive-dashboard/inc/notification-manager/includes/triggers/class-nm-trigger-factory.php',0,'¬Ù\0ºÈ•fL ð×µ1','¬Ù\0ºÈ•fL ð×µ1','ƒŒýIÀÐ‰Á$MïÐc$jéu„òouïôA­‹º0(xÈ','',0,'?'),('²VÅ­5.·è¢+e^Üm*','wp-content/plugins/thrive-comments/thrive-dashboard/inc/notification-manager/includes/triggers/class-nm-trigger-quiz-completion.php',0,'f,39YÀxÊªÊÿH­‚','f,39YÀxÊªÊÿH­‚','ó¥|Ým¯Ý*uG§ŒoªŒß4¬\Z?cV-vA”>','',0,'?'),('®¨#á|›Ñwƒ¹~\Zl\Z','wp-content/plugins/thrive-comments/thrive-dashboard/inc/notification-manager/includes/triggers/class-nm-trigger-split-test-ends.php',0,'EhŠØÃo¸ZË¼®S³','EhŠØÃo¸ZË¼®S³','aÆ<$’µ(/öÚp‘bOÌ4öcÇFxQÛÆÛ÷','',0,'?'),('‡œÛgê%NÎ³Ÿçž›Ù','wp-content/plugins/thrive-comments/thrive-dashboard/inc/notification-manager/includes/triggers/class-nm-trigger-testimonial-submitted.php',0,'ö.¡,~w’ºzú@	a','ö.¡,~w’ºzú@	a','5‰þLbòqG•Æ*£³¢_‚‰[5¶Ã{×','',0,'?'),('\n ÄÉé\ZbÃû\"ÞWì\r¾^','wp-content/plugins/thrive-comments/thrive-dashboard/inc/plugin-updates/debug-bar-panel.php',0,'m@ÕwÞŒƒwß*áoˆ•','m@ÕwÞŒƒwß*áoˆ•','¼ð7±Šà¹Õé‹4ôƒÌÅáfu)WYD—ók3Îsó','',0,'?'),('â”.t·|Áõ}-ÃB\r›','wp-content/plugins/thrive-comments/thrive-dashboard/inc/plugin-updates/debug-bar-plugin.php',0,'‡ZN©4O%QqBùŸƒ“¢','‡ZN©4O%QqBùŸƒ“¢','ÅqM4´¯ÄvÉùO„³Ñé°ú¬	\'RÙ–„Ôp4¤','',0,'?'),('øÊ^£Õà±|ÆK°ZýU^%','wp-content/plugins/thrive-comments/thrive-dashboard/inc/plugin-updates/js/debug-bar.js',0,'ÍõŽH_T\r˜r*.ðLtô','ÍõŽH_T\r˜r*.ðLtô','Bœ°,<ÒÉ“ñGÁ«$U1Ýoh	3\\¢~¯ZÛhP','',0,'?'),('æz,\"ÑKæÐç÷¸','wp-content/plugins/thrive-comments/thrive-dashboard/inc/plugin-updates/plugin-update-checker.php',0,'ziÈ²<R—Rôg6Üb','ziÈ²<R—Rôg6Üb','kWãLì+\r‹›I•Ä„évqÀ‚zW‰Ü\nÍ-$','',0,'?'),('ø³Ê8-sªãÎÿÝLó','wp-content/plugins/thrive-comments/thrive-dashboard/inc/script-manager/assets/js/admin/models.js',0,'³ƒ]ÓÚjÓO¶¢žÉë','³ƒ]ÓÚjÓO¶¢žÉë','PØÙ9É±­¶ë–Ê\ZÜ[	ÓË‰ýP&ý/x†b·±7À.','',0,'?'),('#u™²jÒJrï¶™wÚã@','wp-content/plugins/thrive-comments/thrive-dashboard/inc/script-manager/assets/js/admin/routes.js',0,'46¢6µž‘¶â1à4ab','46¢6µž‘¶â1à4ab','·(«¢†ma\'!ñ}ú9éÁ#/S“XpCÕ¥’ˆ”…','',0,'?'),('ð^…&Øs¨@’ß9','wp-content/plugins/thrive-comments/thrive-dashboard/inc/script-manager/assets/js/admin/views.js',0,'½º55§XÛçLùbO','½º55§XÛçLùbO','Àáñ¬ÄÜ“=z>ºe¯½17ÚWíT¼0ÙÞë','',0,'?'),('`›®³\"dq=vX…ý','wp-content/plugins/thrive-comments/thrive-dashboard/inc/script-manager/assets/js/dist/admin.js',0,'Oì\ZVo9Ã2ý˜NÜç3ý¿','Oì\ZVo9Ã2ý˜NÜç3ý¿','ÀµÛØûtƒGNêCÜ±¼ÇNY\r€b „E\\Ž”','',0,'?'),('ÆZÕ›{ 8‘šáyžÓ…','wp-content/plugins/thrive-comments/thrive-dashboard/inc/script-manager/assets/js/dist/admin.min.js',0,'êh¶‡P/µ\"VÒàF66Ÿ','êh¶‡P/µ\"VÒàF66Ÿ','$™èuz$çKÌ^äZÙÁ,Œ†gC<yQK_ýeýM®7','',0,'?'),('×Û*ZKÆÍ$ÂÑ2·1$g¼','wp-content/plugins/thrive-comments/thrive-dashboard/inc/script-manager/assets/js/utils.js',0,'	¹Š}j¬ÔF{Ž¹\'Î‹','	¹Š}j¬ÔF{Ž¹\'Î‹','Kà-Âµœ„ |Ä/BäËç¯‹)üŒ¹kdßÝ)…Iy','',0,'?'),('[#uya•çT/†tN¨ÉTT','wp-content/plugins/thrive-comments/thrive-dashboard/inc/script-manager/class-tvd-sm-constants.php',0,'sR³ìãu{‚C¦ì¾‘ïn','sR³ìãu{‚C¦ì¾‘ïn','óÌ‘wš,)á´ÿé8{—AÂQd<$pU<Eºp	]{','',0,'?'),('ô©àÂõåƒ§å\n¨(\Z…ù','wp-content/plugins/thrive-comments/thrive-dashboard/inc/script-manager/class-tvd-sm.php',0,'c(tCùó|ã\nÔQ¢HN','c(tCùó|ã\nÔQ¢HN','Šþ’ƒÿ_\\cg9-1¤AWD$\ZÀ˜”Øë¼•*%kŽb','',0,'?'),('ó!›¯Ìè‚´ÁsÕ¿','wp-content/plugins/thrive-comments/thrive-dashboard/inc/script-manager/includes/admin/classes/class-tvd-sm-admin-helper.php',0,'Ê‚‘C#62š>]œru\"','Ê‚‘C#62š>]œru\"','•°k¥‰ËÌ.ÕÚ¨ßØ2=ô†ãzêð}5Sø”÷tŽòo','',0,'?'),('q\r«pÕ×¥PÆ>º{A','wp-content/plugins/thrive-comments/thrive-dashboard/inc/script-manager/includes/admin/classes/class-tvd-sm-admin.php',0,'šò“7ðW·‚ä°ÿú‹]','šò“7ðW·‚ä°ÿú‹]','ýz¦êbñÜiLé´€to	öÂùR«GUÝöÂ ','',0,'?'),('¤~ý.û©Ä6¥€˜ÇùUU','wp-content/plugins/thrive-comments/thrive-dashboard/inc/script-manager/includes/admin/classes/class-tvd-sm-rest-scripts-controller.php',0,'îðCØ¹@¡Aõ{ØäÒêÑ®','îðCØ¹@¡Aõ{ØäÒêÑ®','f²A`þqŽuT™…ˆáN72{Á(Ûd1Sñ@Õ;','',0,'?'),('ú­ã¨`ãÇŸ•Ç‰µ8','wp-content/plugins/thrive-comments/thrive-dashboard/inc/script-manager/includes/admin/views/dashboard.php',0,'¿5Š;§ä¶Ç‹ÚÑÉa…','¿5Š;§ä¶Ç‹ÚÑÉa…','9ûóÁöTM	HÇtB¯¶ñãyƒFãª9ÍÓÿÀú_','',0,'?'),('Ë/Å|E#[è³«X¡…O6©','wp-content/plugins/thrive-comments/thrive-dashboard/inc/script-manager/includes/admin/views/templates/breadcrumbs.phtml',0,'d›–ÉÒiÊ?s7Á¿ˆù','d›–ÉÒiÊ?s7Á¿ˆù','tTõéRualbñ\\_Î¸Š×(™aÖÅ,z^Ð©Åƒ','',0,'?'),('Õ	®ªmnÈ\\¿‘Ž³v','wp-content/plugins/thrive-comments/thrive-dashboard/inc/script-manager/includes/admin/views/templates/dashboard.phtml',0,'!Ò¼r\"Ûlfž/ÑÒ^§','!Ò¼r\"Ûlfž/ÑÒ^§','?dð\Zá…ñVAŽ²7c!@åoªVR/õ§Äëÿíïª','',0,'?'),('	8‘9Fê¦E®ØøŠÍ','wp-content/plugins/thrive-comments/thrive-dashboard/inc/script-manager/includes/admin/views/templates/header.phtml',0,'àl\'¿Gã=éoa3ØÕ','àl\'¿Gã=éoa3ØÕ','Zu¿hsŠÃN=z»nèv£f.xå$TÓÖn‹§','',0,'?'),('­ÃÌO÷bRŒigõkÓw Ã','wp-content/plugins/thrive-comments/thrive-dashboard/inc/script-manager/includes/admin/views/templates/modal-add-edit-script.phtml',0,'œÖ½%±ª†Ì¹¦¸','œÖ½%±ª†Ì¹¦¸','ue°\'H¡¢ObdG		©(˜‚©wùc\Zô0@Ä  X','',0,'?'),('¹2Rjr²Ú\'ÅQ','wp-content/plugins/thrive-comments/thrive-dashboard/inc/script-manager/includes/admin/views/templates/modal-delete-page-level-scripts.phtml',0,'5\néZ—©ûét\\->•€YS','5\néZ—©ûét\\->•€YS','qvâÓ§ª×Á]4Ñ_ÅÝ>i9.”N s?ÁÍ	”$','',0,'?'),('÷¬¶^Õ™ÔwünnNÜ','wp-content/plugins/thrive-comments/thrive-dashboard/inc/script-manager/includes/admin/views/templates/modal-delete-script.phtml',0,'¦5\n­Ù;HYP€Bc6\nk','¦5\n­Ù;HYP€Bc6\nk','®šÍª=\"v@ñ‘P^Œ ÜÚÄ‡æP¼LÅr’•p~@k','',0,'?'),('bÑ7è„Æ3UqßïûßB','wp-content/plugins/thrive-comments/thrive-dashboard/inc/script-manager/includes/admin/views/templates/script-item.phtml',0,'ÚVÉœœ\'M ëŠÙù¡BË','ÚVÉœœ\'M ëŠÙù¡BË','³Âì“-	;VBbÞ˜·~þ	PkOFƒÔÚ +žb–ø/ *','',0,'?'),('z8VEõ¢¾xE¢‡j½','wp-content/plugins/thrive-comments/thrive-dashboard/inc/script-manager/includes/frontend/classes/class-tvd-sm-frontend.php',0,'6IYávXY1&\ZÔ“ð¼','6IYávXY1&\ZÔ“ð¼','ë °K-zËìÂºÃLà¢ç ýrÇ+ãÙ×¾D\'HÛ,','',0,'?'),('2¸€Á~Í‡ºs\\\0×Êz','wp-content/plugins/thrive-comments/thrive-dashboard/inc/script-manager/includes/i18n.php',0,'Ÿ%œ…îú‹õmÜÏÄÇÓ','Ÿ%œ…îú‹õmÜÏÄÇÓ','°²€\n:on¾ŸaKÇ‹È®®˜z¬Ý\'\n/`5 Â—±','',0,'?'),('ØÂ«—-Å‚hªèPDU£|','wp-content/plugins/thrive-comments/thrive-dashboard/inc/smart-site/assets/admin/js/_utils.js',0,'f°£\\ÁFÞž¶9U‘3€','f°£\\ÁFÞž¶9U‘3€','{Á*\\zðT\'Óà¿8Ì‡k“ŽÊÁC$.%¤¤','',0,'?'),('\0gåxî‡­g›L','wp-content/plugins/thrive-comments/thrive-dashboard/inc/smart-site/assets/admin/js/dist/admin.js',0,'ðj ¾—\r×{-­‡zP$Q','ðj ¾—\r×{-­‡zP$Q','­þ¥ËZG^\\6¦iCès‡ƒÜ#¸È‚€žÍÃÂ¾çÜ¼','',0,'?'),('HS0…cÂø	H1VsØÖ','wp-content/plugins/thrive-comments/thrive-dashboard/inc/smart-site/assets/admin/js/dist/admin.min.js',0,'lì][öÕ–#}Ä¼ãË­','lì][öÕ–#}Ä¼ãË­','[Nš\ZSÜò$º–jç¸ç+Â1ý/÷Ãƒáô~¢l*','',0,'?'),('‰:ðÿózíßø½ž1Ab±','wp-content/plugins/thrive-comments/thrive-dashboard/inc/smart-site/assets/admin/js/modals.js',0,'þßhz–Ç /ò¿†_F/','þßhz–Ç /ò¿†_F/','vs€þIüº.…­ô QJ˜tœpÇƒ¥`ÕM','',0,'?'),('ŽO••%-Ð2|¶ýŠv²','wp-content/plugins/thrive-comments/thrive-dashboard/inc/smart-site/assets/admin/js/models.js',0,'xƒX ×õg¨ûà!-\rüÍ','xƒX ×õg¨ûà!-\rüÍ','Â—\0V–¸fd½íÈÒ u€ðì+¦ÓÚL™ÍØÁ)','',0,'?'),('š«±s#FÔlðäÉBŠWý','wp-content/plugins/thrive-comments/thrive-dashboard/inc/smart-site/assets/admin/js/routes.js',0,'€}Ò>åW!	\0ÚQôn,aª','€}Ò>åW!	\0ÚQôn,aª','Ø\'Éè½\rÞåxÎ£^]Òˆ÷EÛE\Z\rßDA K°Iø','',0,'?'),('@xp&©ò¯‚*-oƒ®€','wp-content/plugins/thrive-comments/thrive-dashboard/inc/smart-site/assets/admin/js/views.js',0,'n÷o@–bPjÓkcb~ÙM','n÷o@–bPjÓkcb~ÙM','`ÝåÚ#6™“ø‘ÍÍWóöÑö rQp¯M','',0,'?'),('¸«ÃLfÐŸb¤)“oñ','wp-content/plugins/thrive-comments/thrive-dashboard/inc/smart-site/assets/js/tcb_hooks.js',0,'„þ@Jæ]/ úÕºpù”b','„þ@Jæ]/ úÕºpù”b','†O\"W$¦¹Þ~T{+\"ªywúïwCA·ï_p‰\"M','',0,'?'),('Î’<%x¸q`U®*Õ','wp-content/plugins/thrive-comments/thrive-dashboard/inc/smart-site/class-tvd-smart-const.php',0,'Ç®ñ¡ e9z”É¦­¿Ü','Ç®ñ¡ e9z”É¦­¿Ü','¸´:§&UäbòŒ¤Sáê¶Ýî£bUDÖÑÞFù9Sñ','',0,'?'),('ý6U›|àDtEp_õÝõ¯','wp-content/plugins/thrive-comments/thrive-dashboard/inc/smart-site/classes/class-tvd-global-shortcodes.php',0,'TþÜÏÝs¸‘R¯¦úÚ²','TþÜÏÝs¸‘R¯¦úÚ²','çn+h”8sÎZ®\0!„:®op@“kbõ\Z)Ü	“´','',0,'?'),('×«=ÑÃP©²äö€éï','wp-content/plugins/thrive-comments/thrive-dashboard/inc/smart-site/classes/class-tvd-rest-controller.php',0,'×0Hùd¼Ý\0Qc5^ZŒ^','×0Hùd¼Ý\0Qc5^ZŒ^','Õhb^åËêøR\nÓº <,uvÆ ®²ÒÆö¦W','',0,'?'),('‡ñÀ¨€ŽÕt†N>|;6\0e','wp-content/plugins/thrive-comments/thrive-dashboard/inc/smart-site/classes/class-tvd-smart-db.php',0,'»fJ\'gŸwA%}K/n','»fJ\'gŸwA%}K/n',':•ãáé\'AT±«…›:ÒíÊ§ØCv©qÕ³¯6Áç%Ô­','',0,'?'),('E`eÆLÔ0)WàL7','wp-content/plugins/thrive-comments/thrive-dashboard/inc/smart-site/classes/class-tvd-smart-shortcodes.php',0,'¡Ñ&ÆŒ&$]oÚT’','¡Ñ&ÆŒ&$]oÚT’','ÝyÁ¿¦=ß‹þ?ÖÃõÉÖiI³<ýÜñlìXtIQÚ','',0,'?'),('&Ðƒ0	OáêÆ~î¦‡Æe','wp-content/plugins/thrive-comments/thrive-dashboard/inc/smart-site/classes/class-tvd-smart-site.php',0,'\'š#í7]ÁÍP«â\r¾´*	','\'š#í7]ÁÍP«â\r¾´*	','ÔÚ¨q*üo:r\"—¹\0À/{Ík2[xÝpq!.ª','',0,'?'),('’ÓrÒ@üTC:Äâ·D”~1','wp-content/plugins/thrive-comments/thrive-dashboard/inc/smart-site/classes/endpoints/class-tvd-fields-controller.php',0,'¹Óö\r&Ó·m’ñ<T’Â©','¹Óö\r&Ó·m’ñ<T’Â©','Í+ˆÿ4‚àÂí)xôMœÆXY\'¿üÃi\0àÉyO”EÌ','',0,'?'),('¡ðcåªxº Ãì™ñR	','wp-content/plugins/thrive-comments/thrive-dashboard/inc/smart-site/classes/endpoints/class-tvd-groups-controller.php',0,'¢-ÿõ÷…Œ>þˆ`ŠOº','¢-ÿõ÷…Œ>þˆ`ŠOº','§2ÃïG¾1qQ$ØðÍùšëa€ñéSqCÏ¯ÞVx','',0,'?'),('ýü¦»H«4~ñ\"•ûÉ3s','wp-content/plugins/thrive-comments/thrive-dashboard/inc/smart-site/i18n.php',0,'#tvÿ6/`´B\n¬lr','#tvÿ6/`´B\n¬lr','@Eáq\0¯•9½9xü2Á÷h<íYü ÓŽrñO³','',0,'?'),('$ëÄ%”Ð¨Á×Œ%','wp-content/plugins/thrive-comments/thrive-dashboard/inc/smart-site/migrations/index.php',0,'«¿˜™ÆÌñU¹b7´üÖ','«¿˜™ÆÌñU¹b7´üÖ','ÿ~4¨ÐÆEü+½àº£ŽFFc°«·~«oîI&ƒÃ','',0,'?'),('©~_µÁÓñm?ó¸þãñ','wp-content/plugins/thrive-comments/thrive-dashboard/inc/smart-site/migrations/install-1.0.0.php',0,'/òV×}àgyx3û»T','/òV×}àgyx3û»T','W[Êå&jòQp×µH¿£}S©©/ª%¨éÄÜËŠé','',0,'?'),('=TÀÐB»°Á´ Â&q','wp-content/plugins/thrive-comments/thrive-dashboard/inc/smart-site/views/admin/templates/breadcrumbs.phtml',0,'F©€‰\\cšÂØ›ÃxíŽ','F©€‰\\cšÂØ›ÃxíŽ','²ñM«ÓñÏÃ’Ü¹´ªL	hp>DqZ+öýSý¡)°p','',0,'?'),('+ÝJ×¥nDÉó±˜XÌ{','wp-content/plugins/thrive-comments/thrive-dashboard/inc/smart-site/views/admin/templates/dashboard.phtml',0,'˜ºh	^p÷GR¥/0²J®','˜ºh	^p÷GR¥/0²J®','˜&úù;RLîkÓ.°R¼•û¤g¾ÝÁæ[Þ“þÏ','',0,'?'),('}hµ¾¯Ê˜ºLìHºB%Ö´','wp-content/plugins/thrive-comments/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/address-options.phtml',0,'Ãã^¥ÆMù±Èjhtq€F','Ãã^¥ÆMù±Èjhtq€F','§é³s¹YEâiE¼?¸§Î•†¡ý¼2¯ó¿úNHŠ;Ì','',0,'?'),('¯¢ÍÏ/oå7õ‡ýý†¯','wp-content/plugins/thrive-comments/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/email-options.phtml',0,'¼ØÅçú_~Áˆ…°†|1å','¼ØÅçú_~Áˆ…°†|1å',']¿fJƒg¢†ë[®nŸÇ#‡ÝrC}3n—‚–ž¯Ù:','',0,'?'),('8ïÐ©Ž.•`g4á¢y?','wp-content/plugins/thrive-comments/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/field.phtml',0,'©Á4Ü8,»o³gÓR’','©Á4Ü8,»o³gÓR’','Ý³å~»\0Ë>ºTwl1Ãqäd/M}W=®›ND0ÄÇ','',0,'?'),('TÍj@)§ÅeÙTØ¾¿','wp-content/plugins/thrive-comments/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/group.phtml',0,'Û®­+K§fî¢6êð6À','Û®­+K§fî¢6êð6À','\r{YvÜ\"û¸Œ#`6¶Qufƒ,ZÁØOc{º*','',0,'?'),('û.‹ñŠ:d:2|±_ê»!','wp-content/plugins/thrive-comments/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/link-options.phtml',0,'Äfbm|¨¿–‘]½ß}õ v','Äfbm|¨¿–‘]½ß}õ v','›Ÿ`z“ß)²¼§¢nPò…Ø?ÂI£²‰iST•','',0,'?'),('”&ì\r\0z3F¾þÕnÒ ','wp-content/plugins/thrive-comments/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/location-options.phtml',0,';ÍK˜ÝÊ&œ¬£ÜQù',';ÍK˜ÝÊ&œ¬£ÜQù','MRÖCQ[´(9p¯½åñ……ÊÝ“wÄ–À½½3¹ê‹H','',0,'?'),('Üâj€*øž¨ûû_èî','wp-content/plugins/thrive-comments/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/modal-group-item.phtml',0,'·qüîI\ZBÐö<caŽò•','·qüîI\ZBÐö<caŽò•','?x]¶›CRíûØ·~÷»!qSˆ»œ”Žx$ŠçúôpÎ','',0,'?'),('´6Ä\Zr~›Žcïþ','wp-content/plugins/thrive-comments/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/modal-type-item.phtml',0,'Úoð\r2ßÑË8\"§à‚³','Úoð\r2ßÑË8\"§à‚³','Ãy\n‡ïÇ±¼­_êåM¦Ieq´¸O0®ú yÒk','',0,'?'),('Ëc!DVs´÷ÚÙ%a@Ÿ','wp-content/plugins/thrive-comments/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/modals/delete.phtml',0,'é‘vŽ¹ÍàðÐ²p.Jª-','é‘vŽ¹ÍàðÐ²p.Jª-','äºzi;i•\"e^^”è¨û{Çww›ßEdŽñzÿÊ¼','',0,'?'),('Úùš~ˆcvž/«4>1«','wp-content/plugins/thrive-comments/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/modals/edit-group.phtml',0,'ö&Ùsú§.Þ@	º\"èP','ö&Ùsú§.Þ@	º\"èP','rëó§e±ˆ{õ×-þ!´€t›q¾øJá\"÷\nòH','',0,'?'),('¹½Ð×ðÍÕ—!¬é—Œò','wp-content/plugins/thrive-comments/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/modals/field.phtml',0,'þ@rÅDkQ/ù\'‰×	€','þ@rÅDkQ/ù\'‰×	€','ƒ2öH XÙp@Òö«»sÕÉyÍ^…¡üÛ°j','',0,'?'),(',ŸþwŒ™ä´ò¶¦óØ','wp-content/plugins/thrive-comments/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/phone-options.phtml',0,'\\Ì\n¸@^¯*¸b»\0sx','\\Ì\n¸@^¯*¸b»\0sx','â#žcÐêd€†BýFš|Ø­iÞØìvÐÀMÆa','',0,'?'),('öOêïH,}i ®‚Üò`S','wp-content/plugins/thrive-comments/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/text-options.phtml',0,'nèµ!¾²jö\rc¨¬Szò','nèµ!¾²jö\rc¨¬Szò','ö‚mPþ»¯b9³xªf#w41á®ëk/B{¥¸¾ñ¹','',0,'?'),('ÁX‹Qlná ÑØÄ.dÅ','wp-content/plugins/thrive-comments/thrive-dashboard/inc/smart-site/views/admin/templates/global_fields.phtml',0,'ùp£E¶¹fâwJsjIq¡]','ùp£E¶¹fâwJsjIq¡]','MZ-¤wSò`ËØƒ\'ŠOÛçëÀÔŒËã\\…óV÷e','',0,'?'),('m&““ºó}gø¦B‡_!îE','wp-content/plugins/thrive-comments/thrive-dashboard/inc/smart-site/views/admin/templates/header.phtml',0,'¡.+Bò…Šr0¿Ö=ÉÄN','¡.+Bò…Šr0¿Ö=ÉÄN','—ÐT8¬†]Ä–ô\0ÞtžÝ…°5WAz&¤€ðç•£hêBi','',0,'?'),('Ç¡™|db¯ô1µ‰¢s','wp-content/plugins/thrive-comments/thrive-dashboard/inc/smart-site/views/admin/templates/menu.phtml',0,'²¤¦z±d>¾‡z?EÒ','²¤¦z±d>¾‡z?EÒ','IzÍ3Q¢BË~q¿9¥bŽp¸÷µ€ÙÕÐÃ‚L','',0,'?'),('¸ôA3¶O…Ðký{Zœ%','wp-content/plugins/thrive-comments/thrive-dashboard/inc/smart-site/views/admin/templates/side-menu.phtml',0,'†“YŽ¢WçwôùrôPó','†“YŽ¢WçwôùrôPó','g¥!µ™§W´2\Zùá¾Û¥hÙ\0¬¨(rYdèèåû','',0,'?'),('©üŸ°ÓYœ\"ÿÆ3îƒÔŸ','wp-content/plugins/thrive-comments/thrive-dashboard/inc/util.php',0,'‚†ã*¸1Š¦î®Fx*mž','‚†ã*¸1Š¦î®Fx*mž','¶ô:TÏØ(·ÜÙ–c›„—qò°2O¥ñÑpÑ®|½	','',0,'?'),('ºˆ·èÁKªAÃÜ3Ã6ÉÅ>','wp-content/plugins/thrive-comments/thrive-dashboard/js/dist/frontend.js',0,'Mx>&RQ¹ß~‰,ŒÀ®','Mx>&RQ¹ß~‰,ŒÀ®','v´üC­&¶&òZ¶¶¥q]ô‘\Z¡ÖŸ†ˆ²¯)î','',0,'?'),('Š4óð¥ÅÇD~%©U»O©','wp-content/plugins/thrive-comments/thrive-dashboard/js/dist/frontend.min.js',0,'Ézùðâ´tïjŽ‰ìžV','Ézùðâ´tïjŽ‰ìžV','“ôRn0S9ÿ‹µÎVMÈ–#¿3»»†úž°Øc','',0,'?'),('k™:#%\\~\ZŒ8‘:Ù2Ü\"','wp-content/plugins/thrive-comments/thrive-dashboard/js/dist/global.min.js',0,'\\ÖìS½PDDìÌžX*Éš','\\ÖìS½PDDìÌžX*Éš','¶WrÆ<¼3ª Eë·’ì\n‹Ox®¥TÝÞ0','',0,'?'),('šYHè)|Ÿ”J dh3','wp-content/plugins/thrive-comments/thrive-dashboard/js/dist/hammer.min.js',0,':Œoúéûô^Féù»',':Œoúéûô^Féù»','dc¡¦™6naò˜Š=å8ªÂ{ÒñNNa ˜­YIˆQ','',0,'?'),('†Õñàû\"Y1é7*','wp-content/plugins/thrive-comments/thrive-dashboard/js/dist/leanmodal.min.js',0,'ña©¡–ê^Þä5ÖÂ}@','ña©¡–ê^Þä5ÖÂ}@','“gÄÕ¶œªT}ïáÝ[L½n†Ï%,XÒ1jðî','',0,'?'),('‚)_„LõîðïZŸ/à¢æ','wp-content/plugins/thrive-comments/thrive-dashboard/js/dist/select2.min.js',0,'bÎÜß³JÉSi…Úg¯Äh','bÎÜß³JÉSi…Úg¯Äh','+nZ?ŠãvræÄD¼´ýƒWQF<Ã\Z	X!i3\\U','',0,'?'),('¾©³d¶ê—±B¸ó¾Œi','wp-content/plugins/thrive-comments/thrive-dashboard/js/dist/toasts.min.js',0,'’ic‘µÑŠÏðü’	ð','’ic‘µÑŠÏðü’	ð','²Å¦WÚw{£‰êcççtí è³ÖfÚqÒ(ÒWmÊø','',0,'?'),('ÒBdo\r\":žûbC¢Ò','wp-content/plugins/thrive-comments/thrive-dashboard/js/dist/tooltip.min.js',0,'zCg®6õ·ÿéQR¤x0O','zCg®6õ·ÿéQR¤x0O','ÐïXZÕ[îyd.ø\0¸/Zë[©¤µÏßUx±öç¦','',0,'?'),('#zb“EYêKý#Ï$dT','wp-content/plugins/thrive-comments/thrive-dashboard/js/dist/tve-dash.js',0,'Þ§.Há$·FN¯¥‰Šã','Þ§.Há$·FN¯¥‰Šã','ä¶ˆŒgB•éfãMñÀŠ-ú\rE<¸¤R.Ý±CT','',0,'?'),('ªß¿œ5m8¯\nK,*7ó','wp-content/plugins/thrive-comments/thrive-dashboard/js/dist/tve-dash.min.js',0,'îŠ³õýp­ŒàÑiïÀ&²','îŠ³õýp­ŒàÑiïÀ&²','bR±êåÅ\"ÿu2âÔ©r‘±{®i÷uF3)0È¼Ë','',0,'?'),('@ÓÝ–9Ð·©¡[‚‰ÉjZ','wp-content/plugins/thrive-comments/thrive-dashboard/js/dist/velocity.min.js',0,'°æ9µÎÑ7s0^ÇÄj','°æ9µÎÑ7s0^ÇÄj','}üÐN:! ôSZ¡%é‘1¼ú0öù¸q—R','',0,'?'),('=ð¿(eñ¦›Ã;ÇŸ¿\0v','wp-content/plugins/thrive-comments/thrive-dashboard/js/frontend.js',0,'Mx>&RQ¹ß~‰,ŒÀ®','Mx>&RQ¹ß~‰,ŒÀ®','v´üC­&¶&òZ¶¶¥q]ô‘\Z¡ÖŸ†ˆ²¯)î','',0,'?'),('N{`ÙMˆÆ¾›ûŒœ¾û','wp-content/plugins/thrive-comments/thrive-dashboard/js/util/highcharts/highcharts-3d.js',0,'?Ml“ôÓ\"4·Ò§J¥','?Ml“ôÓ\"4·Ò§J¥','=Wðüú\"‡¿éª0ûš€qÇŒcÙíµ`Ú8ÑÉ¬¥¨p«','',0,'?'),('VÁnÿt ¿rëö	kÂÄØ','wp-content/plugins/thrive-comments/thrive-dashboard/js/util/highcharts/highcharts-more.js',0,'Ðòíë)Áæ[õ˜­×','Ðòíë)Áæ[õ˜­×','¯¾¶HH¢2XÙCûw\Z•Lh*ÛeÝùê·œÞŠ÷ÒG','',0,'?'),('¸Fý‹ßp‹•®hAR·ƒy','wp-content/plugins/thrive-comments/thrive-dashboard/js/util/highcharts/highcharts.js',0,'ÀY¼<:\nÊ‚W\'Èºrýj','ÀY¼<:\nÊ‚W\'Èºrýj','•¯CHâµú,îán9‡ñÏî„ðJ^è\Z™Š)&Çœ','',0,'?'),('.ÞÙ‰’\"6^¯?2O0™','wp-content/plugins/thrive-comments/thrive-dashboard/js/util/jquery.zclip.1.1.1/jquery.zclip.js',0,'„Ùxs¸É Œ5Ý ¨&e¶[','„Ùxs¸É Œ5Ý ¨&e¶[',' ÓÐ¢q&mÀ\ní+R¥±7Ð«Ü,¤ØPÑÒEù¸	','',0,'?'),('g¢ñp€fk	·ÙKÀ','wp-content/plugins/thrive-comments/thrive-dashboard/js/util/jquery.zclip.1.1.1/jquery.zclip.min.js',0,'‘uh¹‰DN²ýKµëþ%Š','‘uh¹‰DN²ýKµëþ%Š',';à…\rM[†ŽôH¤*¯6ê:aîŸšN87{D´ÇG•','',0,'?'),('L/}HXk8XfL›3s','wp-content/plugins/thrive-comments/thrive-dashboard/js/util/util.js',0,'	ÒN¨§`ÜÁÃM5òcc','	ÒN¨§`ÜÁÃM5òcc','¶ß´™ñâÿ\Z€ùu(…kƒ!½i÷ø}Ï/KXÈ','',0,'?'),('†çÃå£>‘ÚÆ5ñoZ','wp-content/plugins/thrive-comments/thrive-dashboard/js/util/views.js',0,'×ŠÈÐâ¥º7•z$=’\"Ç','×ŠÈÐâ¥º7•z$=’\"Ç','3dº³ç»oÀ8DƒÜ‚¸`ìnYàc‡?Í„`','',0,'?'),('LÆž»ÃIªP’\Z,—AN:','wp-content/plugins/thrive-comments/thrive-dashboard/rest-api/class-td-rest-controller.php',0,'Ï0*Ì%8„çË8Ý« ','Ï0*Ì%8„çË8Ý« ','*õ&#*Ð­ûîJ‘?£¾¡¿\rZ¨p}ì¢ HJx','',0,'?'),(':+ì ö=E1¬zãAzr','wp-content/plugins/thrive-comments/thrive-dashboard/rest-api/class-td-rest-hook-controller.php',0,'¬­›ï:â4}ÃmH\nË','¬­›ï:â4}ÃmH\nË','`¶Ðl³|âGŠ6&r»ÝÎG	¢4ç¿ÆpÚÃÆ»vf','',0,'?'),('n˜<´±¡>3ž›c\Zœ“6É','wp-content/plugins/thrive-comments/thrive-dashboard/rest-api/init.php',0,'¶J`¬ÝÍQP(‹ù0âªýè','¶J`¬ÝÍQP(‹ù0âªýè','p|×Lÿ\rÔ6æågBôÛ¡rÚågvOv¡\\¨^?þ','',0,'?'),('\0jÖXÛgói\0I˜õŸ¨u','wp-content/plugins/thrive-comments/thrive-dashboard/templates/affiliate-modal.phtml',0,' (m´³2ä÷ÁÚ’d',' (m´³2ä÷ÁÚ’d','ŸYWeë®çRD#Ç‹ÏÈd™;>‹2Øðû\Z’','',0,'?'),('Çzâ¸Qñ¤ºZíòqDP¦','wp-content/plugins/thrive-comments/thrive-dashboard/templates/backbone/modal-loader.phtml',0,'AøSWæ^¥âAGÆ˜Ü«','AøSWæ^¥âAGÆ˜Ü«','Û½²©`µ—¨IÒ<Rhëën–añ\'	‘,º­\"‰1Í','',0,'?'),('R¡$* ô€ì(£Œ','wp-content/plugins/thrive-comments/thrive-dashboard/templates/backbone/page-loader.phtml',0,'ö—BþnèPó6$J$JÉ¡¿','ö—BþnèPó6$J$JÉ¡¿','LðÉ|Ê…ËÕ‹GÓ‰%©1•,ù0=Ï‹qäNÂ	','',0,'?'),('žI% /\"&}ü:€·Ëe²','wp-content/plugins/thrive-comments/thrive-dashboard/templates/backbone/support-token.phtml',0,'./kÉ\'Øe¤ò¨¶\0ó4','./kÉ\'Øe¤ò¨¶\0ó4','‹ƒË»ã–µFD\"BNyŠHÔ˜[<‚ŠoÈAz','',0,'?'),('\Zäñ:œêÍ7ô~e—','wp-content/plugins/thrive-comments/thrive-dashboard/templates/header.phtml',0,'²@ÿõç1Lw#Ê\\n','²@ÿõç1Lw#Ê\\n','ð¾ìÛd‚¼î÷‹ùà¿U¦z”É]ŸØ*)9 8Áp({','',0,'?'),('y÷ÑLË½ûÈI[/–','wp-content/plugins/thrive-comments/thrive-dashboard/templates/product/activated.phtml',0,'É{=z¢>nBe]£úfýTT','É{=z¢>nBe]£úfýTT','‚Œ$×&JBÂNŒ¬µÑä½{Só˜(ìõYðÕ9G[Ž','',0,'?'),('\rgê,ò=Ôÿ«î™3U	','wp-content/plugins/thrive-comments/thrive-dashboard/templates/product/error.phtml',0,'¯…ñš¶F‚Í\nÉ3ˆ.´á','¯…ñš¶F‚Í\nÉ3ˆ.´á','ñ¾Í$§¬Ã’‰eíÀx|¦›[çl“ªY1!T€ÍÉv','',0,'?'),('è	Q;E£{ðßÞ@Î\Zö','wp-content/plugins/thrive-comments/thrive-dashboard/templates/product/inactive.phtml',0,'Ç{È&á‰\Zâ/-0EA','Ç{È&á‰\Zâ/-0EA','cóçšñ2lâøj‘®¾	F4cò”ËÑ³kì³\n_P','',0,'?'),('d\"î’Ð¿H‘›ø4ÓbÄ','wp-content/plugins/thrive-comments/thrive-dashboard/templates/sections/dashboard.phtml',0,'7²sV4SŽã{¦OnF=','7²sV4SŽã{¦OnF=','‹/š÷Ávh2ªAQ”¥¡n+ÓJX€ÒR\rw§Dì','',0,'?'),('½×Ê•Ò±¹ÑþmÕjã','wp-content/plugins/thrive-comments/thrive-dashboard/templates/sections/license_manager.phtml',0,';SpÔ(ä_äþæ·¡',';SpÔ(ä_äþæ·¡','§SÙ;¡Ô™ ­N|àkï%MgÆ_ÈÐ1TA tçéX\Zç','',0,'?'),('l¨=9\n\0MØ¹ö¾t®Ý»Q','wp-content/plugins/thrive-comments/thrive-dashboard/templates/settings/general_settings.phtml',0,'%qµ\0ŠÀw\r¦²‘æŒ','%qµ\0ŠÀw\r¦²‘æŒ','óÜä¨ÌPÖc¼Àû\\(š…kL6šM°æ–?éË','',0,'?'),('uHtŒ¿(Oê1¾ämRÝÃ','wp-content/plugins/thrive-comments/thrive-dashboard/templates/settings/reset.phtml',0,'÷`n”ãë:T,r’H\0F','÷`n”ãë:T,r’H\0F','Ÿß­xñaÐ\\ï\rÊ¦‰Äj<û£AAÁ9ƒè½\rb','',0,'?'),('L\"×«\Z†«=%Š1ÄÉ','wp-content/plugins/thrive-comments/thrive-dashboard/templates/settings/text_setting_row.phtml',0,'½˜ã’xò8ãŽ\\','½˜ã’xò8ãŽ\\','Ù¾ù†Ü›Üe×kž—~TlŒÊÐ3c#ö+\r\'ÆX½;','',0,'?'),('Ó†—=Â¦uÁ¹kÃ×Ä','wp-content/plugins/thrive-comments/thrive-dashboard/templates/share.phtml',0,'a	.üH}ÇÏ\Z¶”ÃÁ','a	.üH}ÇÏ\Z¶”ÃÁ','Ó>Åñ*Fæ@S€$\\wƒã½R´À‚òØ—ÞXs”¤÷','',0,'?'),('`\':*Aûªo[vŸ±À','wp-content/plugins/thrive-comments/thrive-dashboard/templates/ui.phtml',0,'Û¾;%TaÃJÄ_ø(×|','Û¾;%TaÃJÄ_ø(×|','cr€oÃ7˜hÚŸB£gÀó:Ñ:ÖxüÇ°ó’¤º6Ù','',0,'?'),('eŠÙ§¡î¹>`¯†Ì/R±','wp-content/plugins/thrive-comments/thrive-dashboard/thrive-dashboard.php',0,'#>x,\0j>7÷ÕªtÿeZ','#>x,\0j>7÷ÕªtÿeZ','„ŒYL›„ &÷–Ä\Z\ZÆ¥ørÜÜ}bHîïV,bF»','',0,'?'),('Ým ¶‰¦gmé Ä‡B	','wp-content/plugins/thrive-comments/thrive-dashboard/version.php',0,'’™&ÄG°äFƒ´J8V(X','’™&ÄG°äFƒ´J8V(X','\":9DjÂXq¦’Ê7¼ÝœÍ!j70í—à,Wí†¦o_','',0,'?'),('Q^nŠrF«óÊ¾Èäs¹«×','wp-content/plugins/thrive-comments.old/thrive-dashboard/classes/AjaxController.php',0,'Ñ„ì{(¶k4Uy„x}','Ñ„ì{(¶k4Uy„x}','ÆÕÊN×ºvØ²KöìÛúùž=$\nhtõŸã÷»','',0,'?'),('ŒéÄ4B àµ^3Ôu\0Lˆ','wp-content/plugins/thrive-comments.old/thrive-dashboard/classes/Product/Abstract.php',0,'.áê_ØÄi<Ù=åÈæ','.áê_ØÄi<Ù=åÈæ','.Á\nü:ëå~\\èÔEl<™üÄÍnâÖs	o=!µ','',0,'?'),(' DoiV˜÷±dP’—À','wp-content/plugins/thrive-comments.old/thrive-dashboard/classes/Product/LicenseManager.php',0,'ôX=|_µÚ€Ôe«ç³i@','ôX=|_µÚ€Ôe«ç³i@','„ðƒ(Õ ÝVOá—»½Pp-ŸunXD=<žpŒ[D—â','',0,'?'),(')(-tEáŽ:•[?+à','wp-content/plugins/thrive-comments.old/thrive-dashboard/css/font/dashboard-icons.svg',0,'œ>LÀ˜©Ûè‚·ÑS£ËÖ%','œ>LÀ˜©Ûè‚·ÑS£ËÖ%','WzýÃC<6É¡À(ÞúµØk¢z§”±_†¨+±,¡úag«','',0,'?'),('šÈÄó¶SÔ­3nÙqºb\'','wp-content/plugins/thrive-comments.old/thrive-dashboard/css/font/icomoon.svg',0,'|öL×µ¶¸~x#©Œ','|öL×µ¶¸~x#©Œ','4=õxŠž\"†„\"€VÇˆl1H³û2­¶wê¬|','',0,'?'),('m{[Œ=·A¥­vÂ×ä','wp-content/plugins/thrive-comments.old/thrive-dashboard/css/font/tvd-icons.svg',0,'ÝÛK÷jõü¯(Ç*·ùî','ÝÛK÷jõü¯(Ç*·ùî','ž\nÂk&c$D×ëÉ¿ÏÚPaÅƒîù¨²»J©šs=*','',0,'?'),('&½{ÏöõÄÙäçøêƒ','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/admin.php',0,'ÛÍaÏ\\2õr;k,­Ö!','ÛÍaÏ\\2õr;k,­Ö!','+\"ÞÀÚÌÁom] \0Äü\Z ´Ád@£Ý»â#ßfùÆv¥','',0,'?'),('¬üX“¤oÓV‹Ò‘÷¯Ð¥','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/api_log.php',0,'Ü<ÎŒòùí0\rèwª','Ü<ÎŒòùí0\rèwª','ÍcXoƒò\"¸à(ª@&±L;´3T½}èzS?Žw','',0,'?'),('‘ÙJ¼¬Vÿ¤EC9Æ','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/classes/Connection/AWeber.php',0,'\0Eü›¶,+>Ðjÿ~‹(`','\0Eü›¶,+>Ðjÿ~‹(`','8÷]K\'ãø>ä°ÂLëñ¶J„‹Z«ƒJx‘ÄþÇ|õ\"','',0,'?'),('ý¬š]‚‰îF;&ã\nÂü‡Ë','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/classes/Connection/Abstract.php',0,'¢_ª“½ÒkÑR³­°)œ','¢_ª“½ÒkÑR³­°)œ','”zbâï#ß˜ÙÓ Ìº<„g§XéUå°ËRq#HœÜÿ','',0,'?'),('þïy¶ž\nLÓ\"²#Aõ•?','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/classes/Connection/ActiveCampaign.php',0,'Ö\r¤`WWÔJZiI™¦','Ö\r¤`WWÔJZiI™¦','aÓmD­‘ó=±¦Éõ	-?‡Ÿ«CˆÃœvÐÉT&†£R','',0,'?'),('SÛùdÓÏØÅBTV!(Ü','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/classes/Connection/ArpReach.php',0,'ßsTÉÆÝV/9šBËuf¹','ßsTÉÆÝV/9šBËuf¹','Ì(¹àµ’¼÷ˆ^Œm»Á‚Süµ|QsÔ¯¶PWä®¥','',0,'?'),('Ö¡¼ÿKYãªn˜¶]	','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/classes/Connection/Awsses.php',0,'Š×|ù«þ9ªD\"ív\rÚ•','Š×|ù«þ9ªD\"ív\rÚ•','šâ™Ž|§çÀí¦Ý(¦ ¼)Ièê–#*œ7%','',0,'?'),('³ÎÓâ,ð>ó µ<Õ#[','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/classes/Connection/CampaignMonitor.php',0,'5]–æuMñ\\É`ÖHK','5]–æuMñ\\É`ÖHK','Ì—µd¾™CRIudâXVÑÅãh–ÉÅ”NÏOm±','',0,'?'),('ðR]]•òØ³­Ê¨©0°','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/classes/Connection/CampaignMonitorEmail.php',0,'\Zœù>†ucém­Œ¡‚','\Zœù>†ucém­Œ¡‚','ÎN’†nñ›Uy2¥ÂËâ/I”ií²¸=ïÛ»ZëŠ','',0,'?'),('R¡Ž‘ª£l †¡geD°','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/classes/Connection/ConstantContact.php',0,'¬ët‡w>ßmÁ*ç[ý›¡','¬ët‡w>ßmÁ*ç[ý›¡','6Ó`ãgp^~ëÇ}¶µ¢%¸ŸzÎ‹GÔ÷i¡\"ê-ƒ?','',0,'?'),('D*B½n‰¸AÀ\0¬©õ†','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/classes/Connection/ConvertKit.php',0,'¦Î ‘hîZ.„”>$’²','¦Î ‘hîZ.„”>$’²','ÏNR‚\\h\rîÕXqOµ!F\"0Ùñ÷}ÙC®õ>çRLœ','',0,'?'),('p§ äCœÚ¦ö»a^ý¬K','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/classes/Connection/Drip.php',0,'ÍÈ\rþ½H j(ðY½9:','ÍÈ\rþ½H j(ðY½9:','9Xz~‚d÷ÎEëíˆL°þ`Ú4/\r]ÛÕåòE”Æ','',0,'?'),('^€#\\b¶=½‘—au|Ä','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/classes/Connection/Facebook.php',0,'¾	<‚FØå»d\nú ','¾	<‚FØå»d\nú ','q8‘’=B|ŠIRbŽ1ÎÈQ5°õ€XÔíÈ@»{æ','',0,'?'),('	È³8Žh+náŽÐ‚ÏËO','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/classes/Connection/GetResponse.php',0,'Z¤§vÙ}ç0?Ó)^l','Z¤§vÙ}ç0?Ó)^l','þ¸ç:‡ÎÑ%Ùe3d­ä¬­óHY,­ðÔÃbGØõ','',0,'?'),('OðÚAše\nÚemyÄj\Z','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/classes/Connection/GoToWebinar.php',0,'Ø5šK%~F øY§@¶*','Ø5šK%~F øY§@¶*','_?×B¹lqÄÐolTfÂèÌksÎó\0¦èÕÊû','',0,'?'),('p•Q@<ÂmÜíBœ¾','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/classes/Connection/Google.php',0,'Q;¥ºšRJµ-Eyû×','Q;¥ºšRJµ-Eyû×','ë/ŸÅÎ]Q#OË6?HSùúÍÚŽ’<h5Ö+Ñã×Ûø','',0,'?'),('è¦²|;åînµgí{','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/classes/Connection/HubSpot.php',0,'\0îf0\rýû\")Ò½rÔ¯T','\0îf0\rýû\")Ò½rÔ¯T','\"åL5™’V_™lL“¥¶ RÃÆ.Ê„¾Jöß\"pà','',0,'?'),('ùñf›iÜc­ò7”\"È¦','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/classes/Connection/Infusionsoft.php',0,'g¯ºE¶Ó‡7[á¦žíò–`','g¯ºE¶Ó‡7[á¦žíò–`','<@)9¬*:ÄÏx9“#w:\'—©tºÉ~qqy%','',0,'?'),('>R3¼þz,£?nÒ&ïià','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/classes/Connection/KlickTipp.php',0,'WÑ¬øáh3Ò’Bâ.X—','WÑ¬øáh3Ò’Bâ.X—','&¶;ý;©0ÀGH[zèÊK(	cé5²Wý0ê\ní…*­ì','',0,'?'),('ROÑ×9‰Ö¤óÁtY','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/classes/Connection/MadMimi.php',0,'°EI9XÏh­b\\0ÒE”É','°EI9XÏh­b\\0ÒE”É','rq8Ï(µ¥•õ´×/î)RBµ’ø‚ÿ=Mý+ÙIqy','',0,'?'),('ë”g]è½›3+:æ_=,?Ê','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/classes/Connection/MailPoet.php',0,'€=Jÿ2üË‡t ¾aí','€=Jÿ2üË‡t ¾aí','G}úqìPðSï]dKô][™ð¶¾íà\07”º','',0,'?'),('’%ä×£:?†b”eîq;\rl','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/classes/Connection/MailRelay.php',0,'ÅÊ¢fÿcxd~§®r','ÅÊ¢fÿcxd~§®r','Èi‚­ä\Z÷ŽúªÞ`âa‘Rqk}´@Ìånâ\ZæÄ¤„õ','',0,'?'),('T^a¬rA îëÊ_äW!','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/classes/Connection/MailRelayEmail.php',0,'@\r´ªÍÝJªƒ¨èvÃÆë','@\r´ªÍÝJªƒ¨èvÃÆë','w\r‡_µ#šõåAfÁì€;Žæ¢¡º?‚Ptv{U÷7@u','',0,'?'),('(gÅ\Z]Žº~ãÛ‰','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/classes/Connection/Mailchimp.php',0,'EˆIf»„)’×Ø·æˆÏ¯','EˆIf»„)’×Ø·æˆÏ¯','“.ïâ¶úiÕ ò³ÛÀšf:Þà`äÍ_†lbU5È\0','',0,'?'),('.UŒþ§+ :ƒqq','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/classes/Connection/MailerLite.php',0,'\rª8{›ÆnÑ»‰ß\0ë{','\rª8{›ÆnÑ»‰ß\0ë{','K‚¢H{…©M‚/ŸÓ\ZÅ¢0gX_{L|<îóÑìNB','',0,'?'),('±é¦[ÇH\0;\nSÑ%ÔÙ','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/classes/Connection/Mailgun.php',0,'ƒÑé‚â¼ù>xëÏ¸=','ƒÑé‚â¼ù>xëÏ¸=','tüCâkiŠò\\œYäÄ#•ßF_\\sUÈ«,f•jñ','',0,'?'),('g*{*ïcBWâîiß\r­\'Ê','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/classes/Connection/Mandrill.php',0,'¹ÄÛÂBè5¤ÆpWÙâ“','¹ÄÛÂBè5¤ÆpWÙâ“','­ç[2Ë×BTV=gÃ9ÈÜý¼ÀÑ ©9Ä3ú áE\0‹','',0,'?'),('Ñw/©5‡¾œ¯í³ñ‹ÁV','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/classes/Connection/Mautic.php',0,')SU\rŸ€~Õw|ä$',')SU\rŸ€~Õw|ä$','½_aRwd~4ÙlRZY-ÙùšFª×Ä«öjFÅôÉ›','',0,'?'),('ÿjSÚG+mùôº™7™','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/classes/Connection/Ontraport.php',0,'™LÿÌÖ7.jœ\rÆŒ\rÜ','™LÿÌÖ7.jœ\rÆŒ\rÜ','ydOc\ZÚŽÇÛN±*OT‘žÛYË²ÞžÑELcÍë?d˜','',0,'?'),('I¥…Ií…,åÂî|T½š','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/classes/Connection/Postmark.php',0,'66\'JåÎ˜¾òçÁ`KÙ…','66\'JåÎ˜¾òçÁ`KÙ…','T†`ð;R*{èæœRd/¹ƒN„ÝÝô·Þç°ƒ÷\Z','',0,'?'),('®ÒÞä©˜+»a5J\nQæG','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/classes/Connection/ReCaptcha.php',0,'O·‚ÑEŠþ6æ™ÂŒì','O·‚ÑEŠþ6æ™ÂŒì','U‡ÁêÉE\n¹;®©KöËÜk&,ÝBÓXºàð‘8¶','',0,'?'),('!5)Íb¥¢vJ­×–','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/classes/Connection/SGAutorepondeur.php',0,'GÂüJnÜ,Ž1.O%;¶_','GÂüJnÜ,Ž1.O%;¶_','ËZÍñÑßùsBèœ;¹>gµ˜zÂ$ÛG|Ö&&3Z','',0,'?'),('in1™èY–¼:ŠáJ’‘','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/classes/Connection/SendGrid.php',0,'A\rÅxœÈ@†žd«s w','A\rÅxœÈ@†žd«s w','þ0¯yáï †Ú¹Ço,ë\nD[a¿7?¦$À7¿àA','',0,'?'),('a¾]HLŸgMè]Ô§×3²','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/classes/Connection/SendGridEmail.php',0,'®WWÉñm€k*à}=*‘h','®WWÉñm€k*à}=*‘h','ëÙ•|ÜËb$£ u§ËhGRí¿\Z‘÷ˆ]ª®[','',0,'?'),('Š<ðIÕ.—Xey‘^’Ò','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/classes/Connection/Sendinblue.php',0,'~›YØ¾–ºüÕðê	Ê`','~›YØ¾–ºüÕðê	Ê`','sÑõ}xÙ>Ìi„#j5@œ<nµm> N\"ýÃÈ=','',0,'?'),('T+¸b¶o;· Æ©ï³D','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/classes/Connection/SendinblueEmail.php',0,'ôøŸ{‹4÷Ï‹ˆ\'žr,<','ôøŸ{‹4÷Ï‹ˆ\'žr,<','­ìt©­~3GÀ÷Ú{£ýDVìµGh—‰¢Kñ=¢ä','',0,'?'),(' 0<>ah—KÈ¡?¬!','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/classes/Connection/Sendreach.php',0,'Ú…òî¯Ø[OvÚ3\n¼ü{','Ú…òî¯Ø[OvÚ3\n¼ü{','o&”T$Ãó5E7Ü%@¹o–¢6ÿmñp{ÆotãÞÝ','',0,'?'),(' Ëg€ºÛ|0ªyØcôxÏ','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/classes/Connection/Sendy.php',0,'ó£6kY%9§¯3‹„k','ó£6kY%9§¯3‹„k','Ø”M#¹?ÜØS¼úõ¡Dƒ&ßKàõ%|1ÓM…îaša','',0,'?'),('1Í#!384#JÚ’–—I','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/classes/Connection/SparkPost.php',0,')CÑ´5Hm	h5mæ%Ò',')CÑ´5Hm	h5mæ%Ò','Gã\'…ŠêkG503:¼EÏZÝ_ªëÃÆå£ü÷ˆôì$','',0,'?'),('‹bÄ†bïtÞ\'\\Ð–±‘','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/classes/Connection/Twitter.php',0,'sA¾òPf¹<Í™o]ŠsÅ:','sA¾òPf¹<Í™o]ŠsÅ:','|·–X6»Þœî2ÑNª·œìþ¹½gîýü?äÇù•›','',0,'?'),('iŽÿüLq~qÝB›Ä','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/classes/Connection/WebinarJamStudio.php',0,'Õí_=Ð\r(j_­s','Õí_=Ð\r(j_­s','>’îë¯‹GWÔBWÝÚ·²œÃšU«Œø‰8œžêÛ7þ','',0,'?'),('o¢Ú%­Ð\nÏÅy£Xk','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/classes/Connection/Wordpress.php',0,'Ñ\\xâiªûõùRhh¾6\n8','Ñ\\xâiªûõùRhh¾6\n8','û9œú—×¿ð6Xå£9²Ê±T(„Å›øê§íª','',0,'?'),('·þê¨*<¿=Ñ¾Iò\n©','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/classes/Connection/iContact.php',0,'„POe>3¿È|NÀd*£c','„POe>3¿È|NÀd*£c','i½&Ï÷©¼Ïq\"ˆ¶N.»œ¢\\Î]¿£ÔA5û~¸À','',0,'?'),('Ú«/©°zÙoæù=U*(','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/classes/Editor/Controller.php',0,'Èoßð·÷GõŽÜ ëÅ','Èoßð·÷GõŽÜ ëÅ','šÕÅHÓè˜Ír„ï¶ÄyI¶q/c¡v¥ìQIž*\Z“D','',0,'?'),('èn8Íîœ[î–üYÚ9','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/classes/LogsTable.php',0,'‹tÓ`Ÿ®<Âß08z*Øª','‹tÓ`Ÿ®<Âß08z*Øª','öù‹Chh›æ3ö;^-¡žÜÍÚ/ç»õQåËá‚N','',0,'?'),('S\Z¦ä~eö<›.Ÿ7','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/classes/Manager.php',0,'£aí1ÿõÀ–]ê=ûõ$Ï','£aí1ÿõÀ–]ê=ûõ$Ï','â­ÅÜ­ÏA£ƒî_­þ®Œ›f”øº(Zèpå£›','',0,'?'),('èãJüXQéG!ï÷—Õ-','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber.php',0,'{NŽ‡DÄXM³{s¡B»W','{NŽ‡DÄXM³{s¡B»W','*IÅÏcÏ”ˆ‡K+§Rê¯ì±ŽíqoúŒ€ª»]$sÿ','',0,'?'),('FÃ«m•ÀhnÒ9BÿJ','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/lib/vendor/ActiveCampaign/Exception.php',0,'Ð;.@1¹¥æŠå(Rüà¯','Ð;.@1¹¥æŠå(Rüà¯','v%#{/¸v<X°&3r’¹µÖ‰=Äÿv¹lîö\\','',0,'?'),('wHáµ˜¤Ê<ÑY&','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/lib/vendor/ArpReach/ContactException/Exists.php',0,'”\"±óí8Ij4Ûm÷–ì±/','”\"±óí8Ij4Ûm÷–ì±/','Fp:—øë½kOmçh+ªð‰êúrªôí²dLŒ','',0,'?'),('Úu´ÍÄœÀá2rõE\\m%p','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/lib/vendor/ArpReach/Exception.php',0,'Êç°Vû~n®µ|P€¸','Êç°Vû~n®µ|P€¸','7óo¦…™76’‰S«¸ÞÚ|VãWÕz¨fÏg©õó','',0,'?'),('–Frr›ciufM’š¼','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/lib/vendor/ArpReach.php',0,'*6¥µOß¥Þê·4\'žÍ/','*6¥µOß¥Þê·4\'žÍ/','ÊÊ\"cºçÜî£¤¡¦ìÁóÊPZÏWQ}zjÉ‘x ','',0,'?'),('WiíÙ4§[£\rS­ŠP','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/lib/vendor/CampaignMonitor/DoNothingSerialiser.php',0,'M¨¯o!p $×·S3k','M¨¯o!p $×·S3k','`LäPòsš„øäj÷²9\"ãqStqÐî¥±ÃàÍŸ','',0,'?'),('NÀd™Ë:B¢¦€Òý','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/lib/vendor/CampaignMonitor/Services_Json.php',0,'wd¾©bÝz¤+Ò5Ò£','wd¾©bÝz¤+Ò5Ò£','´áF¿Å¡bkBA*à1Óƒ’Dî§DXþu“°‡','',0,'?'),('þÒ²¦x{þ7’jQV(t','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/lib/vendor/CampaignMonitor/Subscribers.php',0,'èùÜV+i47~ÉÑÂ{FN\n','èùÜV+i47~ÉÑÂ{FN\n','Ó\'RàAry;K·T˜-\nîÍñ\n’ØAB4Jœ4òŠƒ','',0,'?'),('^M¬ŽÈ¨JÅsˆr@ÁK','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/lib/vendor/CampaignMonitor/Transactional_Timeline.php',0,'d»\n´Ê3ºç\ZÝ6¸Ý','d»\n´Ê3ºç\ZÝ6¸Ý','šá“±¤1Ý[a¦9TRöú\n!TXÏúäŒ´f{Xu','',0,'?'),('«œLo.2ÃÐ¢\"Ý˜äG','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/lib/vendor/ConstantContact.php',0,'è]e‰cù-«¤9¦Ê','è]e‰cù-«¤9¦Ê','ÃVåüFTª… \"ÑD91âÆ÷\Zø=7ßœ±2ø™','',0,'?'),('=ï×QhŠ\r¢Z¥kWÎMP','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/lib/vendor/ConvertKit/Exception.php',0,'Pù]FQÍ›¦µä’r—Æ6','Pù]FQÍ›¦µä’r—Æ6','œ [ûÆÕ;ecSBšÁõ\\4ý`Õe™bä¥×{8','',0,'?'),('\rÂºïÀòj=©]Ëºwl','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/lib/vendor/ConvertKit.php',0,'/ªXÒê-&„õZ‚îãŸï','/ªXÒê-&„õZ‚îãŸï','sQPs¾Y¬Ãš¯¨¸ŒiP€°¾ý¦nÛéZKt5ñ','',0,'?'),('»#µ—{±,n\0è)¯’Q','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/lib/vendor/CustomHtml.php',0,'ò„.ög°uÃ“vHMˆ','ò„.ög°uÃ“vHMˆ','3‘±o*[» m	ôÁ~É0Ùžxy8JQCe²ËQ¨Qê‰','',0,'?'),('Êy#y‚	KËVd÷…y\rÇ','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/lib/vendor/Drip/Exception/Unsubscribed.php',0,'Z~Áft!mt—\0*','Z~Áft!mt—\0*','ÙÁÄµ®i!{MÐ,Ë£aÞwô3ß8Ô¤Â™ç	²3Š','',0,'?'),('®3%eÿ4ŸLÛ¼4m0ž','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/lib/vendor/Drip/Exception.php',0,'Pª¸÷ü“äÙ‘â¼a]ÞJ','Pª¸÷ü“äÙ‘â¼a]ÞJ','˜â“¶£wéCþ(’	>9‚‘ÁÉ‹,L\"ì*','',0,'?'),('{ëÏ’ËC9\0ð‡dï_','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/lib/vendor/GetResponse/Exception.php',0,'V£»÷Ú«ÈæÍ²å¢VS3;','V£»÷Ú«ÈæÍ²å¢VS3;','Ü²¾·\0ëû8¾ù‘)ìÈPU©j…yAÏ’ÕvDU','',0,'?'),('sèˆ\'«c,g»>ÓÜmy','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/lib/vendor/GetResponse.php',0,'\'¶ý ÌsoänŠ›E¹,','\'¶ý ÌsoänŠ›E¹,','”·Êá»¯€²\Z¥‹ñtJØ[m¨ß pñ~—lä·tœ','',0,'?'),('~½Éf$¯*¿žfœ\nO›²','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/lib/vendor/GoToWebinar/Exception.php',0,'=†UqcÍH¨!ïôf½','=†UqcÍH¨!ïôf½','ñpYú}2YzôSªXës\\–PqíÛÉ|š&Ç','',0,'?'),('”ædøÑ=ú‡5ä™OyÒO','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/lib/vendor/GoToWebinar.php',0,':3}sgPeÅ‚Z¢}v¦SŽ',':3}sgPeÅ‚Z¢}v¦SŽ','µ¼ì¤@•íßV|«8_)Uó\Z³SâäYp„¢Ûìã ¹','',0,'?'),('I²l)ð´ÅüìÒxänTÎ','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/lib/vendor/Html/Renderer.php',0,'ØšÓ`*ÂÌ?¿»iv¹','ØšÓ`*ÂÌ?¿»iv¹','ŽhD0Lb™ÿÐ¬$RCÙ áö¦˜¸k6)ÊO™}«¬','',0,'?'),('gwF’Ê«Î‹­g¸òh‰ ','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/lib/vendor/HubSpot.php',0,'Ôu5a¼cÈÄú¬·','Ôu5a¼cÈÄú¬·','oaËÜ$Ð_˜2*¦ã\ZUÏÆvŒC– [¶3[‹Å','',0,'?'),('‚Üx¥R=t›•sîJw»f','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/lib/vendor/Infusionsoft/InfusionsoftException.php',0,'ïÜ`„7ìÙ|z]-Ó{¬','ïÜ`„7ìÙ|z]-Ó{¬','Æ¯od‹	„tä„Ø¿“âc!p™´\'Û”õš‘¿«l','',0,'?'),('Ó_5¶ª)\nµ¿ü·×','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/lib/vendor/KlickTipp/Exception.php',0,'*j$°]¤bšeQôŠ=B','*j$°]¤bšeQôŠ=B','µ-Ö)ý´B¨–bRZ¸DXt¡“~Gú#pþÁ—êŽ','',0,'?'),('–8p°Ä¢ðÑ`S‚.‹Ë','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/lib/vendor/KlickTipp.php',0,'„—nN—Û…õÆñ[B1‡','„—nN—Û…õÆñ[B1‡','žc¡¿(VéE\\3Æ†Í¯‡¡°»úÝ¾¨SÓ»óÍ','',0,'?'),('›CÛ™9ª;B®êc\0Áí&','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/lib/vendor/MadMimi/Exception.php',0,'³PÅ ¹Í”£ºŒu½','³PÅ ¹Í”£ºŒu½','ª:}vœ7øn›´«—€ñªò×â$»î3ªý} }','',0,'?'),('‰!¤*Zë\"üT²\r\"ž','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/lib/vendor/MailRelay/Exception.php',0,'¨AÕÅH•w~ÚÌ‚$ñµ¢','¨AÕÅH•w~ÚÌ‚$ñµ¢','Ö&ÕVïiR§fYÖi¬™ƒþò¢T¼é«5^Öé¿ËL','',0,'?'),('¥	úç“£)ÔcõfŸ','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/ApiAbstract.php',0,'@Tº¬1.U?˜ÿô¼ú€n','@Tº¬1.U?˜ÿô¼ú€n','6‹²v:ß—¡ºÁð”‰È\Z˜Ö%\0}Û<°ƒl<v','',0,'?'),(',ˆBØ\'ý^ŠúÎÂ_ˆbMT','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/ApiConstants.php',0,'^YÚ¡©TfI’æº~ï·\r­','^YÚ¡©TfI’æº~ï·\r­','ÒãJvAÊ,Š„f(#•Œ»±)ëcˆØó=|—þÛŸ7Ã','',0,'?'),('ÖÔÁÎàwÕ€:\"Y0è¬«','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/Campaigns.php',0,'ïÑÇ°öýÈºŒÐ\n¸üö','ïÑÇ°öýÈºŒÐ\n¸üö','\r2 ­ ™*™f55/ôw*Ô]YkùVrŸÆ±&B®\r','',0,'?'),('e›A_høŸ.µ¶È\nŸd','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/Fields.php',0,'\Z#:B‡ãþ:MGfDÝ','\Z#:B‡ãþ:MGfDÝ','`ôëÐ\Z&UÆÊYhÒ¸ñxƒ`¿GõÓ7žâª» ì9¥','',0,'?'),('ÃØ†\ZGG—‹h±×Ôv [','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/Groups.php',0,'v×±½€±h‘–Ð.êGp ','v×±½€±h‘–Ð.êGp ',')fÙÌÞ[w„®x¿\ržûA~+UoOêÝ±fTV’IÅ','',0,'?'),('‚GƒÄÀƒ>;í2	ô°','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/Lists.php',0,'Þå‚<‚$!\r±\\°$¨','Þå‚<‚$!\r±\\°$¨','Ö\ZbV£–(üS€[ä¯(ÀàQ—æŸ)a±²‡û<d','',0,'?'),('faÐTKZ^ùü\"\'ê«SŸ','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/MailerLiteSdkException.php',0,'äp–¯ÝÁ¯Ä0lßä¼„','äp–¯ÝÁ¯Ä0lßä¼„','òíü)Ì­‹a@)Y\\Ö‘TÊ»w7é¬¼Š<RÑ >›','',0,'?'),('>ÄçÁõUáƒLK¦\ren‡','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/Rest.php',0,'„©‰…‚Ác(ÛƒDùò›','„©‰…‚Ác(ÛƒDùò›','«Ñ©ü¬e&.pŽ&E#	ì¢újTë¯Œ-òcˆvpû?','',0,'?'),('wç ûî2¶OwAqÝü”','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/RestClient.php',0,'»oRvÚýëÆÿ‡21','»oRvÚýëÆÿ‡21','kñ”€çÚ	ÒØ.<v=÷hÒ2mÝb\nœØP*–ÉDZ÷ç','',0,'?'),('èÐ.‚×rñì+âÌ','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/Subscribers.php',0,'do¤³W“CÎ•Yá„¿mc{','do¤³W“CÎ•Yá„¿mc{','Ûì„³³îŸ[WYQXYÓ´F£ì$Ò#ˆÈ$åÀèøT‰','',0,'?'),('Á>%°ß\0N¥‰JÑæ¬ïMV','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Exceptions.php',0,'ÙçÈcFNWR*&G–Šð','ÙçÈcFNWR*&G–Šð','($¥“Œ€o†Aå¦šY.»¦\n‚Ã9bIr÷IÇáüeÊ','',0,'?'),('•Œá~§ÇÞz$åUb>','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Exports.php',0,'Â¯£ÇÌíƒ£W;ùÉºöS','Â¯£ÇÌíƒ£W;ùÉºöS','ï<öq±K¥µ§«ûœÈ>u	ÇnÏšoýJ‹†\'eÁÎ','',0,'?'),('~Ó§ŒÉÂšÄ´.‚Ò€ñ#Ì','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Inbound.php',0,'Z·y=?D¯{|‘6¶9\n','Z·y=?D¯{|‘6¶9\n','½ØjavQîî*é£Šœ.Ïiýê´I•ö\rWë^ÐQ','',0,'?'),('@¼Z¿…o	põ\\ÐUR','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Internal.php',0,'Ì3ævFk+`EÖC<8Pá!','Ì3ævFk+`EÖC<8Pá!','sP³ ­‡‹N¯U­F*èM\'ð \\@Û}ñ¢ê.U_üË¤','',0,'?'),('ÜöxítÝ] ‘«þî0;','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Ips.php',0,'\\œ\'ÝLÝ%£¦[%¾ë ','\\œ\'ÝLÝ%£¦[%¾ë ','‚øºÒvŒg‹FêšGÛÞi¥¦¨ŽÛÁøZp','',0,'?'),('õÞ5kƒ?IÏ}“kÛ','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Messages.php',0,'´¾¤Ò/*ž[OF§Ýä','´¾¤Ò/*ž[OF§Ýä','êb•Mû9×\r?£ËæJr9é¸9Š—m!ý<…','',0,'?'),('¸õ«ZÊY8K‚”T.Æ³¡X','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Metadata.php',0,'°¾Ü€ÜA¥‡\0þ[J /','°¾Ü€ÜA¥‡\0þ[J /','Ä\0¯ÚD…Bð\0ê€\"ôUÄî|((\n*?ž7àhyäk','',0,'?'),('42ùxR¢ú_¥(¸l','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Rejects.php',0,'¦½#	t:®p+j5=l=ìü','¦½#	t:®p+j5=l=ìü','[-°ˆ¢æ7Ü:?ŽE\"÷Žÿ;KŸ_;Öê**q','',0,'?'),('Kh˜`— ±Rãâü','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Senders.php',0,'[5nhW¿QÈkmÌ°>‘','[5nhW¿QÈkmÌ°>‘','0˜¸§.“œš!*å¿Õ,	àÉ»Ï‹ŒÈÍ$P´Ÿ','',0,'?'),('ÄÑà±‡¼?2ûÇ\"ç=‚}ä','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Subaccounts.php',0,'9ÚÏ•+IæÍÇ¿³D@','9ÚÏ•+IæÍÇ¿³D@','Xv/¸FŸ5+,POS™¾¦}á((Ö+tŽçû±­Â|œ','',0,'?'),('[«jNáÔžSê^(\"6ƒ','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Tags.php',0,'…5RÌšåmÎ‡ÎéŸ¤','…5RÌšåmÎ‡ÎéŸ¤','æz¹B”ïÆB¯(«-màÝÍ7ËÇ¡¨Cìž‹n','',0,'?'),('Y/\0½\nB6ª\r+v’J‘W ','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Template.php',0,'±6D\'ŽøÛ :®Ù¯\\È‚','±6D\'ŽøÛ :®Ù¯\\È‚','	tŸÃ@‚½Äß;ßgwñ£6y\Z ,vu2à<w=Õ','',0,'?'),(')‘jó2sÑùˆÒO[äÞ','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Urls.php',0,'v4ËwõõÖî!±±r›ô','v4ËwõõÖî!±±r›ô','JÇûŸEºq‚zŽÄà@áïùÕ—óÙ“ø\no\0’','',0,'?'),('gBÏ’ß¯À¤\nÇn˜B²ƒ','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Users.php',0,'÷òoUÃ¤ö©Y|—Õ\'¹','÷òoUÃ¤ö©Y|—Õ\'¹','u/5ÎI@ƒœ¯$Ñ0Î4å\r¾EK	C½óòF','',0,'?'),('ÔVwâŒ©g£ÉóðR','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Webhooks.php',0,'•ömø”‚ÍVW®°eÌÂ','•ömø”‚ÍVW®°eÌÂ','˜Ûï¾\0F¸¥ÆX‹hƒ$l1$R÷ÏT\'PÏÑá','',0,'?'),('S”‡QÈÁV[†-‘²,èœ','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Whitelists.php',0,'’S¿eÓ2Òaú¨*& tà·','’S¿eÓ2Òaú¨*& tà·','ùœœõ©Ùg×ÅUÐu@ÈG†W‡¥À±ÓÞKMc','',0,'?'),('ä8Yfª½Ïö)6º5”}','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/ActionNotSupportedException.php',0,'é8yð*GŠùþdšÜˆ','é8yð*GŠùþdšÜˆ','þÈ\")~Ø1AÊñð„(/§4³Ô7gB§cBGx','',0,'?'),(')·0·u;€S]ÇTÐI','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Api.php',0,'ÃðbÙEãÛý$@š^}$','ÃðbÙEãÛý$@š^}$','0¼FÎ²Ìšƒ^âÀ½”<Òö§›:…¡ÏL¢Ni','',0,'?'),('º\\55b«Evkðñî-À','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/ApiAuth.php',0,'HˆËâ2ÑýýñÖ\niÂ7È¸','HˆËâ2ÑýýñÖ\niÂ7È¸','•\0=KŠ?³;;X£èaM²\\Åfñnsü^M\Z','',0,'?'),('‰W­sþ/ù64~;¾ƒ‹_','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Assets.php',0,'g\n±¯„Í`•@ U»^ÿ','g\n±¯„Í`•@ U»^ÿ','“Ä*˜¯JÄåˆÝ®V<a Úˆ\nùö&lóº\'×í','',0,'?'),('²ŒmÄÈ)´/<ÄÐ®Ž','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/AuthInterface.php',0,'|Û[5ŽZ>h1d/È#','|Û[5ŽZ>h1d/È#','w^¹Ê,Œ¡¦*ê”Þ+£-`ÉêÒø¼nq¿Å¤Ýw¯÷l','',0,'?'),('‡¯óto@<5CZ‹_xD','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Campaigns.php',0,'Þ³ÅèD¥øÍŠHØˆr‹·','Þ³ÅèD¥øÍŠHØˆr‹·','~úmÙUÔË*û§sýÅº¹y¼X·™Š^f:ÁJ	gN','',0,'?'),('Æ·â>Éýò‡\\„J†T’Â','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Contacts.php',0,'TÄèÔ“#aG\'EÿÏ¢','TÄèÔ“#aG\'EÿÏ¢','Áy\'õrÐño*H‡yyöüÐ™njl\'­ÚìÏ	\'F5','',0,'?'),('Ì¾`­öæ‚ÈL:©\'y','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/ContextNotFoundException.php',0,'J¬ˆeS<i1¶Ô*¾lcx','J¬ˆeS<i1¶Ô*¾lcx','IP›£ªª¡­€qÞà	Â_¡–&”E¯vR;*R<Ò','',0,'?'),('Š¬ða”%›Êb*ý2Gè#','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Data.php',0,'_5êt•àÙk!¸Üú[õÊ','_5êt•àÙk!¸Üú[õÊ','\Z|)ð¿âžúƒi±³|K2²þäK\'©ò*©IMØ	Yp','',0,'?'),('Á¿K§˜9¤Ÿû& G—Þ','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Emails.php',0,';0§MTé©üå\Zl¹V',';0§MTé©üå\Zl¹V','WŸá¨Rˆ<0OEó‚V”ÓCjÓX~ßm¯dÖ&²¡A','',0,'?'),('Tçž³ª•–\r¦ nTæñÀµ','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Forms.php',0,'Q´›ä™Eš7þKRr–í','Q´›ä™Eš7þKRr–í','u!ùà\rg®†òÅ€]E­B2ê¤¯ùe¢‹Ã‘-qðZÜ','',0,'?'),('x-`hÎ	} ~9x c\'v','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/IncorrectParametersReturnedException.php',0,'˜ƒw›^ãš­¸Ë{ 5õØ','˜ƒw›^ãš­¸Ë{ 5õØ','¡°\Z¸9§˜ª¯X3ê×¨gnh•ÉIûµFW†nÝc','',0,'?'),('ú•>\na`÷¯æ™¸Ý…Ö','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Leads.php',0,'Q(Ëýê(åA`/{{†GR|','Q(Ëýê(åA`/{{†GR|','0Mw×4|ƒLM°£ì8)ÈöR”kÍm|Eœ×ŠáQËû','',0,'?'),('4X$Y¯u>_7 ëƒ%ÖG','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Lists.php',0,'¢±n¼¬ÃÕs­^N­Ï[Î','¢±n¼¬ÃÕs­^N­Ï[Î','Ã\Zv6I4éÆ°˜ñHÿƒÂ²ˆ|ìsÁ 5í¯¦È§','',0,'?'),('…Ò–¦ ¥E¦¶ÎeDzi','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/OAuth.php',0,'Ø¸ˆédH+XW\0ª¡81','Ø¸ˆédH+XW\0ª¡81','sþÔäæ»®ÅAS\nãÜ$É’À5b:ÝŒ7%¿','',0,'?'),('è‰óJx½È”Yõ‹©J„]','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/PointTriggers.php',0,'o£m¾kcJnû \0gMËu','o£m¾kcJnû \0gMËu','=½ìçÑ›š\":¾~›ä¶[\rUì¡!Œv<1öh','',0,'?'),('S³ B¿(rèc2mY)·','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Points.php',0,'I¿VÇÿ‚YJX ø´T±a','I¿VÇÿ‚YJX ø´T±a','ÑÈ)ó52Ö¡µ“Buøfó¸Ó0b~é”öÉÎ','',0,'?'),('Bÿº%5çá“	?tkÈ§','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Reports.php',0,'·hÙÀÀ¶gÚŸö¡GW›þ\Z','·hÙÀÀ¶gÚŸö¡GW›þ\Z','ž]‹ÆšÞC†€U„~?îM\"¥yI0<8tø÷ìw½','',0,'?'),('†ÞÂX‡Ô\'ÂØzÕ‹øŽ','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Segments.php',0,'!|O=:iþß;¬vú¹P ','!|O=:iþß;¬vú¹P ','Ù|Ãe‘ÄùûP\0¹ïÆˆ8x5­žå/J^_','',0,'?'),('Ïõ6gŽýµàÒkÒ','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/UnexpectedResponseFormatException.php',0,'ög>ëTñ“dBò)xoj¼¹','ög>ëTñ“dBò)xoj¼¹','„”ž¦ƒð€yÇXŽg@Ö}D´ìøL«ÈÜÃ˜¨ö','',0,'?'),('š&Ø,|ó•\"WP¿`&î','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/lib/vendor/Postmark/AdminClient.php',0,'ÞA¿e ¥ aª”9ŸŽ¬','ÞA¿e ¥ aª”9ŸŽ¬','Y—BýÛ¥éE¢ÊAðCÛÉnJà!A­¤.þç®CN','',0,'?'),('î5B@‹u==Q,4Gµ','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/lib/vendor/Postmark/Attachment.php',0,'Èß¨Äæa¢\nÏ3ÄT‡t','Èß¨Äæa¢\nÏ3ÄT‡t','31óÌ[F§“ |`Ç+dN#J¸\'/ëQÆÑá;i]‚','',0,'?'),('[ûz›ÞX‚*>ÿèG¼','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/lib/vendor/Postmark/CaseInsensitiveArray.php',0,'j†ß(MØÒ¾àe\ZvE¨','j†ß(MØÒ¾àe\ZvE¨','£èCiÚÁ\'e\ró3ê£ÕûÑð‚d!eénÝ˜aÓyêjþ','',0,'?'),('JúÞ9ª”¼èÐ*é3Ès','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/lib/vendor/Postmark/ClientBase.php',0,'o:0ˆöPGþ²xo}X¾','o:0ˆöPGþ²xo}X¾','åpZa6ÑãÛ²Ÿ9`‹sâ÷ñ‚µ\Zè	\\qòº¶ž½Õ','',0,'?'),(',›«†g´Ä˜ž4û@:;','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/lib/vendor/Postmark/DynamicResponseModel.php',0,' é)ÿ¤L1\n„áÌ¯®',' é)ÿ¤L1\n„áÌ¯®','ºfS€ÑVâèƒ¡8{ÂŠÔý\0_ÚÛð,µa·Ä$X','',0,'?'),('YçòÕ_ö/[7uDi!©','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/lib/vendor/Postmark/Exception.php',0,'-7dC¼=_<‘àÅ¹oGïÂ','-7dC¼=_<‘àÅ¹oGïÂ','×—´ŸöZ¹öN{>Â&©	 ÛÝló{I™«¸µ','',0,'?'),('¶Ç^ê‹Ä9‹B+L…','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/lib/vendor/Postmark.php',0,'­$.\Z‰‹/Í¾6/[ì','­$.\Z‰‹/Í¾6/[ì','ýÈV¶GI’½0®ùnl\"šHåOÂ:¬cØ–£Ÿ¾„è','',0,'?'),('UôSÐC“Æ¡¬Ô%3åýJ','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/lib/vendor/SendGrid/Client.php',0,'½ÎêIò²C2Û¢t','½ÎêIò²C2Û¢t','Ÿ=jUZó«ùZk5š÷]§áøæ«–“jê¯l','',0,'?'),('¾Ð“ºªË¬Ñ5f\'#j.','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/lib/vendor/SendGrid/Exception.php',0,'áª4ßo„‚ø%Ê5òË˜æ›','áª4ßo„‚ø%Ê5òË˜æ›','xª6;¸j¢¹¡cp\"m’z&T“ªÎÜ8Ù”åè˜','',0,'?'),('U5‹{®AR³nìTNÎû','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/lib/vendor/SendGrid/Response.php',0,'?æçG[™;4Þò™@~´','?æçG[™;4Þò™@~´','Ü¡¾Òäl÷D#x”\roU¹BæÜ\'n=DG¡Fo	Ú@','',0,'?'),('î÷´¤‰}p_èÚ[É','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/lib/vendor/SendGridEmail.php',0,'I»éÇÃ!Ñ_ÓlmÖaDRŠ','I»éÇÃ!Ñ_ÓlmÖaDRŠ','8×zíaq\Zñ/±NàH­jI×1¤tL¦jš«È–æ','',0,'?'),('4Y{ŠDq|™C:i^#','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/lib/vendor/Sendinblue.php',0,'”¾«k,\0ž¥Üä_Ð*ÞÓ','”¾«k,\0ž¥Üä_Ð*ÞÓ','Št*¨ZÏyü¬r\\e¨Ý¨\"w—VâüË½Jd\"œ','',0,'?'),('6ýÞ ±¢}Ü\r•è³\08','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Campaigns.php',0,'ê?ÒJè”¥ƒñò^ìŒåG','ê?ÒJè”¥ƒñò^ìŒåG','YZÍØ–ºþBU…ÚÜH¨­ÀË-g6lºqWí6o0!ì','',0,'?'),('DœçuÛÔ‡Wí¨#‚','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Client.php',0,'ËÏ×~Ð¦yø@×õ','ËÏ×~Ð¦yø@×õ','†¢„JËž2ÓpSb‰\nêƒ\\i!éíåh¬rè¹+Ž®','',0,'?'),('C,kj5^Z«ÙHÛ	»','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Config.php',0,'hv/—Ëê˜·_gQ®‘Æö“','hv/—Ëê˜·_gQ®‘Æö“','óqÃ–!ü²ÀH0þÇÐ¦9áñ¼f&vaI¢ø\ZË','',0,'?'),('iÏáûe‹¯†¹ã×VÜ°','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Countries.php',0,'/ñ\0Pµ$sƒôÎÇ°zË','/ñ\0Pµ$sƒôÎÇ°zË','~äv3#o–q‘°½¿ÜWÎÂ¥DÑ¶D”íÛ›‚','',0,'?'),('9g 4ÐôõcºaD‹6·','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Customers.php',0,'öà8ë¾«Ã:oalÎ~','öà8ë¾«Ã:oalÎ~',',`‘å0ã@¿ìô¼ûk}9$ñjié±ÅûÈ','',0,'?'),('FúmÉKvmû¼‹½’¾“','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Exception.php',0,'Z‡BÆ«jÐŸEœDÍ¨—\\','Z‡BÆ«jÐŸEœDÍ¨—\\','ò;µµ>—>\0©™f^–gai«2íVÉAóþ_äî','',0,'?'),('…écð^·ÁU}…û5¯ ','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Json.php',0,'²î.Î”™HtˆÃs5W','²î.Î”™HtˆÃs5W','çš®%/°y†¼E_¨9ÒÊë/‘Èæ¸ÿ5DÖìÄû^Ue','',0,'?'),('Àø4á§j¦»r¡Ø±Q]ð','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/ListFields.php',0,'X\r‘Ÿ×Ž—:j´\nq­©‘','X\r‘Ÿ×Ž—:j´\nq­©‘','.3S 7èc¸CÂ\r™KæøÍ‡£Nˆ>9«ù†B®àÄ','',0,'?'),('º5NÀÈ§AH¡ƒS%:$¢','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/ListSegments.php',0,'SVÐqGÓ©¶x¸¡û™p„','SVÐqGÓ©¶x¸¡û™p„','ëÈ‡¯WñÞº¿	sf3=hfL0Õ1cbä8dM§äV÷±','',0,'?'),('Ñ‘þN¢“Ö½¶síu\"h¼','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/ListSubscribers.php',0,'UU•MÝBœ[ÁªJ¬µI','UU•MÝBœ[ÁªJ¬µI','.úÇ´ Šý®‹*Î©+è¡Y<µ”R†fÅ¤·úN²¯','',0,'?'),('\0±zX¡ž˜£Xí<o‚[','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Lists.php',0,'D	[,.PÀ~¾’©2-NU','D	[,.PÀ~¾’©2-NU',')„lXÐ¹í\\5´pôáÐ+!#ª¨òI<ü™@','',0,'?'),('Cª!3.‰´ïíß¶ýá»~','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Params.php',0,'!_üsLÚ_4qx¥™È>`','!_üsLÚ_4qx¥™È>`','	ÖOÛñÏCKŽ•ëoÆž\Z€ÿÁy/Œú–8Ôg\0','',0,'?'),('¾o„¦^Ûv,93|Æ','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/ParamsIterator.php',0,'ãK‚½Øµk\rr})f¿','ãK‚½Øµk\rr})f¿','oü%(P?5LÃhëlüMEr¶”bÛúŸ=&ê9]\r…æ_','',0,'?'),('¼‡)ø™z?$mWfp~','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Request.php',0,'†b¶Ó‘#ä$;1@','†b¶Ó‘#ä$;1@','$@£:Û·Úf*B|÷ñ»½ÇMEÓ}wG®š°','',0,'?'),('0]qž4Î%nÍË¢p¢æ','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Response.php',0,'ø†Ò{3¼©k ^1!1²','ø†Ò{3¼©k ^1!1²','@Õv}¸1õUÚÀnðøÅ\r\'¼U\'êáC<N*Pÿ','',0,'?'),('€ðYLtgôX|y','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/SendreachV2.php',0,':.å#*	³¬V˜zBc',':.å#*	³¬V˜zBc','A—\'VÅÖ_”N3T›fÏ¨é`{ÌÚUùn˜ä¯ºðà','',0,'?'),('7]ý®m˜ÐY‘£»Ó˜','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Templates.php',0,'z°¦ö†xY{û®½]ÂsP','z°¦ö†xY{û®½]ÂsP','8ë\r\rýÖ´ÆÍƒ·¨óž9móXùéäKÅŒÚ8O_Ü','',0,'?'),('ÄÜ@cO‚¾^ÒXGž/','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/TransactionalEmails.php',0,'Oþ\\¡\\ñéH×ndÏl4','Oþ\\¡\\ñéH×ndÏl4','«±™G9¨qæÖfŸY\n¥å<wä—Ýê AþA¥X','',0,'?'),('fq®­õíÔ?ÒÖR‘3ZU','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach.php',0,'ûÞÊN>ˆù´ðxä‚è@ã}','ûÞÊN>ˆù´ðxä‚è@ã}','k7R´Èa\ZÌTë\0ó¸(¡Ñ ]ªœ4HÀ†‘´ì…£bï','',0,'?'),('‚™.K‹ÆbŒ€-Ûgæ','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/lib/vendor/Sendy/Exception.php',0,'Qæ-õ«ûÜ-=Z·å¦','Qæ-õ«ûÜ-=Z·å¦','rÁNóö(æö¥RÀOªUuÀˆñ›wb]»~Z&æ’¯¸¡','',0,'?'),('ìžZ]¤–D!x’ËS','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/lib/vendor/Sendy.php',0,'9Lîß‹4€cêú¹7/}ð','9Lîß‹4€cêú¹7/}ð','9±ïŒô–¬Q2²ƒï_\ZÛR—ÔA˜\r ž,D®T:Ž','',0,'?'),('•\\éý[Q<Å%?Ô®ÌB','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/lib/vendor/iContact/Exception.php',0,'×DtHÄBš8E\0fxt t','×DtHÄBš8E\0fxt t','Þ^\nÞ—;®¼d·.‰Ç–a4w’•déz¥¸—Óš:h','',0,'?'),('8Åq30ûÛ`Éº“','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/lib/vendor/iContact.php',0,'˜°M!èŽJóoíñ•pq','˜°M!èŽJóoíñ•pq','â‘MXvÃnxqIfoä}­;``%¬3þ@Z¢','',0,'?'),('¡Aû’#s+nb%½G7','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/views/admin-error-logs.php',0,'ŒÂ÷*\rî0æžu¡á˜~bF','ŒÂ÷*\rî0æžu¡á˜~bF','£!Eh.uçl¤Òø‚¸é6’Ì—ô1ÇÜ:\0Ù’jÛ5²b','',0,'?'),('ÀhSÕðï‡2_ß*¿å×','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/views/admin-list.php',0,'‚à’&5Ò¸1Æí-l','‚à’&5Ò¸1Æí-l','¹Gzá‡»0l¤åÔ¶”B#Ž2ÍZw¶=¨ã','',0,'?'),('N¡ÙVuZ–ìÐò,OËá','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/views/admin-messages.php',0,'t²FXzm¼¡C¡¢i\ZHq','t²FXzm¼¡C¡¢i\ZHq','¥±¿x¤5â•2ª`:ôÞ£-ëXˆ>Ku+^ÈDÖ','',0,'?'),('Ã»ù÷ìoÕ¤”W’¨>»','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/views/editor/add-api.php',0,'ÎÜUW’Ï¥¯ÄpT€î','ÎÜUW’Ï¥¯ÄpT€î','MÜxèöéW_‚”³wªªB\"\"ù\nø¾¹Å¸\'Eª‹','',0,'?'),('Q59ù	J»&AM(','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/views/editor/add-custom-html.php',0,'j9”&A›,µIÆqGØáo','j9”&A›,µIÆqGØáo','¢|]Ö“rB#\0«ï¢GTCI—G3ÊONÌOº~@\'Y','',0,'?'),('IUìYi I¼g‡ñÝŸ ','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/views/editor/add.php',0,'Hj¬Ëo¿SÌ°é;Ò©v','Hj¬Ëo¿SÌ°é;Ò©v','[é³dê·çŠ~éÜy%ÓõQ7™ºCtuÅÿ¹\"œ;eä','',0,'?'),(';g†$Â”ªZ1/N¯K','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/views/editor/autoresponder-code-fields.php',0,'a-«Æc\0æ…÷¯m9ÙUÎ','a-«Æc\0æ…÷¯m9ÙUÎ','»6êN’ÍêY¾Cà*N0VX=\rQrÅã†ÿKX','',0,'?'),('ÍIqo|½ütÜ_È‰T¯','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/views/editor/captcha-settings.php',0,'LVÂRf?¦ÈE^„.D','LVÂRf?¦ÈE^„.D','¥Æá”›À@û’õÿµrmÜ§ÌOã~¼T¢ô“˜+kL›','',0,'?'),('^P¤U\rWÈSðj\"ÅBó','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/views/editor/dashboard-api.php',0,'>«…óŽ\\k†cCéåúÓo','>«…óŽ\\k†cCéåúÓo','œ¬qîŽ{P2Ôk	u¹Â‚TÐkh&©Pæƒ','',0,'?'),('e	‹ƒ…áWh³/wú4‚0','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/views/editor/dashboard-custom-html.php',0,'Gš×\r5óŠÝ†½ÏWüÉü','Gš×\r5óŠÝ†½ÏWüÉü','Í˜Öøp1‰èN]¿Þû·k‹?þH\Zû™¼ã/$¿','',0,'?'),('¶ß[óè41õÕ2òÁÃ9','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/views/editor/dashboard.php',0,'ç¬ÿŽÙ‹ùƒôûsÉÿ','ç¬ÿŽÙ‹ùƒôûsÉÿ','IÀMˆaƒ³óSˆo×pÖ`\\“ÌçÜ;1žŒÕÑôéh','',0,'?'),('\0/´,ƒ£œ2ñßÐ‹a¨¿w','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/views/editor/partials/api-lists.php',0,'IŸÜ“ÎÓE¦É,ù 1×','IŸÜ“ÎÓE¦É,ù 1×','#Gš® N~¿œH×ÑÜ\npF§ÓjÜF~?š¿M·¬…','',0,'?'),('–Éõ÷A«‘íPoSg','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/views/editor/partials/api-select.php',0,'â(†xJ¨o½E·°Äí¨¯P','â(†xJ¨o½E·°Äí¨¯P','“\0û1}\Z·Ê“:‘î“89Ú—Çæ®ë¶tÚj','',0,'?'),('XÄˆ:‘šCgOIEŸ','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/views/editor/partials/api-shortcodes.php',0,'­•Ö×)“=çà®Â6Jr','­•Ö×)“=çà®Â6Jr','w:==âÚ´«î¦NAÉè[ÀO~ØªYÂO\rT‹þ,×','',0,'?'),('j\"í2\\ƒ?§~µTz|’','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/views/error-log-entry.php',0,'pZ	3¬ýâ†Æ¬#µæe2»','pZ	3¬ýâ†Æ¬#µæe2»','lýÅx²Hb)£4gŒ7&MšbêzÿÓß8Ì”®KA½œ–','',0,'?'),('ø*œÕËŠ3hqAï´÷IÅ','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/views/js/admin-global.js',0,'c)Þô‡<Þ SKÐ[Ž','c)Þô‡<Þ SKÐ[Ž','Z×@ÍËžá„nWh­å€à\r(ã(ð+« öS','',0,'?'),('-×šhêfQÍ4ï8£¼Q¥','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/views/js/admin-global.min.js',0,'çùý9Þ¶Œv-¼Íãæ_','çùý9Þ¶Œv-¼Íãæ_','}÷¡w™=)R¸$áW]\rs‚‘Ì¯ ö%Ü\'<ë#ßî','',0,'?'),('€ôHcQb2ŒÉ´UQ­k¢','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/views/js/admin-logs-list.js',0,'›:eZ³W0‹L\nÕ–~Kû','›:eZ³W0‹L\nÕ–~Kû','¨è“ŽÓ“æa’·|ÖHYòøk,hkp2\nYÑf×Þ','',0,'?'),('®OêåRðÈÞ\0ÇÔ$`7','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/views/setup/activecampaign/forms-list.php',0,'ºà8Ÿ¿÷ƒ”Âôô¸(A¨','ºà8Ÿ¿÷ƒ”Âôô¸(A¨','	Yƒ,®¿¤\Z‰DßÛdÕk\0® ÿÍQwü—àèK5','',0,'?'),('Â£$W2Ê~o­uLi7,È','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/views/setup/activecampaign.php',0,'S?ªÄ*|šbPž	_N©¼','S?ªÄ*|šbPž	_N©¼','ê–M*ÆÍ¼Ž_¸xÕ—)Zd•0áúª¤]Âp','',0,'?'),('W,lSQ’}W€À×¬`„','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/views/setup/arpreach.php',0,'ÿÏfD\'C˜Ãžu','ÿÏfD\'C˜Ãžu','õ:÷²Ô]ÂÌ&Í²•(RD‡^™…Ýh¢ƒƒPÞÒ`+','',0,'?'),('ÑJk¥øY{mçx|\\ô³SU','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/views/setup/aweber/tags.php',0,' RƒC¥5ë˜ùÉøàU',' RƒC¥5ë˜ùÉøàU','Dª€/“œ£?;gÇ»	At€ùh,Ôgù)rO<ÜKs','',0,'?'),('g5¨öª€ºîNwª5fæ.','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/views/setup/aweber.php',0,'YÉ›n•Ò´ËžM´ý%MA','YÉ›n•Ò´ËžM´ý%MA','VÛ»ì×áû°	/‡¬ðeèk\"¤2Ÿm\0UêwF%õ','',0,'?'),('\"‡¹¤\\¶M|Ðá~û','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/views/setup/awsses.php',0,'jn¾¥8GÀYx‚íg?YT','jn¾¥8GÀYx‚íg?YT','ŽÅÿìÇ\r è‚SÿÌ¬à.)¤ÿ%r\\Št§Ÿié£Qs','',0,'?'),('‘\"èQÆy=Q½Õcõ~ê','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/views/setup/campaignmonitor.php',0,'I©0;tŽ›ã&œyR','I©0;tŽ›ã&œyR','}ËJ>ðé\Z\n¦Å#äá³˜4Qæîð¹0Yÿ©nºK¿0I','',0,'?'),('ß¯#RQ›7\'øø“£@]ë','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/views/setup/campaignmonitoremail.php',0,'õÜGžÝÛ\\Õðø¹Àð†@â','õÜGžÝÛ\\Õðø¹Àð†@â','2é×£áôk—è?’C(!õöN$øÚ–÷!q=·\\vÉ','',0,'?'),('mî\"\roÞÒ–˜(}Ôeã','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/views/setup/constant-contact.php',0,'hpk}<œ@EêÐòä\'›š','hpk}<œ@EêÐòä\'›š','cöÈ\"²Ðê/]„Œw·ŸkVÏ“IÙË—*^­G‰J','',0,'?'),('÷Ïz!qwwEå	™“À¢‘','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/views/setup/convertkit.php',0,'‚LC‹•1OÒ3.˜ËXŒ','‚LC‹•1OÒ3.˜ËXŒ','0÷_\"9Ñ8³‚æx*rÃU‡R	»æè©hVFI','',0,'?'),('Á=‡ë.%8\rš#ð‘Ø\n','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/views/setup/drip/optin-type.php',0,'ÊÇ4\'Rã{ô×Åm‰!','ÊÇ4\'Rã{ô×Åm‰!','ù&É²ð3\0Y9WëË—°@’SæÍÅ4‹s!ä\ZA˜ú','',0,'?'),('yÐ©C\\Ý3oª»B$I\0½','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/views/setup/drip/proprieties.php',0,'¦gx\'î©áƒÄ€·¾ãÁ','¦gx\'î©áƒÄ€·¾ãÁ','Lú>-v–FeÁÀaVC\'Œ£©•¨ó\nrÓ™€´FJÉj','',0,'?'),('ñ™Á•QÆ8Ñô‹rV¶','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/views/setup/drip/select-type.php',0,'7­‘ð¥öS[ªŽŸ ','7­‘ð¥öS[ªŽŸ ','\"óúûHRËR‹L›¡MçÛµN&÷y!ÍŠÑ±_‚*8','',0,'?'),(']¥ˆ¨vªºÏ	bÿ©*','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/views/setup/drip.php',0,'©é9`-˜^/¾~;•µç×º','©é9`-˜^/¾~;•µç×º','mà3ÞþM	\ZºßQ|ðJ€sò_qÏ€qt â/\0J','',0,'?'),('}+É\nŸAñ§é²R/´<±','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/views/setup/facebook.php',0,'Z±¶À›¾$¶ˆ¥‘*','Z±¶À›¾$¶ˆ¥‘*','zQø«Ø®£¢+ÿ°‡¨;Ø\'=&þIkH·Ñ3pŽÒ','',0,'?'),('‰ƒÖÉ&©	ÕMåÝ²„','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/views/setup/get-response.php',0,'}¼E<©\Zoó´ÈOÉ','}¼E<©\Zoó´ÈOÉ','PÁÅûeg¼•„\"Ì#¿9T#Xß»1:Æ`Ó','',0,'?'),('ƒaúVRðÚ)â]ªWŠ}','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/views/setup/getresponse/cycleday.php',0,'‰\'§]äåË\r§å*ud','‰\'§]äåË\r§å*ud','<}ÐŒÖ_nÈ q€µ298Îs2]#AÆé*X³ëÑ÷ÑŠ','',0,'?'),('iûø÷Š£‰eº¿¿Ž\'’ß','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/views/setup/google.php',0,'Gw5çž9/&?/p','Gw5çž9/&?/p','þ’aèH¹ÙÒüF²‚Ð§ÉÕ“/R+m½…çÁ§2\r','',0,'?'),('Á²û›âæYâîáYÈ','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/views/setup/gotowebinar.php',0,'Qñ¬ÖiýÓ:;õZ‘','Qñ¬ÖiýÓ:;õZ‘','Ÿ1qÖVµIÔXb:ŸH›¥)ü×tB¦œ•”antÿ','',0,'?'),('	ÿ–ääÅ9ö÷#ì?‡É','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/views/setup/hubspot.php',0,'œ8öpŸcFÀÄ|¼×èù6','œ8öpŸcFÀÄ|¼×èù6','ï“¼ÿ¸(ÿí‰œûÎñ¶§ñ%ë5à¼Ë¿Í/ÂÉ¯Øõ','',0,'?'),('{O¨š6HV­¼Ü”õ1m','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/views/setup/iContact.php',0,'/y¬YZë_ûoÃ)Í›','/y¬YZë_ûoÃ)Í›','¾,€—ŒæÊ´¼=]‰RÝºŽ,1¦Œ;`’£g)P','',0,'?'),('ÖL¢ü‰»¯†0ÀõA[WvÝ','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/views/setup/infusionsoft.php',0,'/k1¬“‡0×\'£c~!ã','/k1¬“‡0×\'£c~!ã','ÛCÊRÞ›ÿ§ûàçïlðUÕAXÝÖ6\Zy†\0^a›ò','',0,'?'),('+äèWª²g;.¡TTÉ','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/views/setup/klicktipp/tags.php',0,'c„»s÷¨,qd%»7M	','c„»s÷¨,qd%»7M	','c\\t<û¸/åŽ°rëŠªQJ––5j	àg\\\nëA','',0,'?'),('šw|VJËÄÌéÏ‰û»™','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/views/setup/klicktipp.php',0,' ð©Z_ÏYWWÔè­',' ð©Z_ÏYWWÔè­','	Š˜ÞývM{ûšúy]$–œ!æpµ°¯ÈÇÓ(ç\nè^','',0,'?'),('É€q\\-SÔöOþ‡‡Æ','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/views/setup/madmimi.php',0,'X\"fJ2~û‘&¼H”å9à','X\"fJ2~û‘&¼H”å9à','5yÐ!‰~Ù™ä´M‹dó…dV6÷<¿f î¿œ+9ÿ','',0,'?'),('ï…î}Õ\ZÀÄvIº\"®JÞR','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/views/setup/mailchimp/api-groups.php',0,'uµ3P·ê…m1¾ƒžÎè8\n','uµ3P·ê…m1¾ƒžÎè8\n','iˆoZ‡ŒÌAv ò\0ë’ÏŸc²vìÔ÷“¤–N ƒ\rƒ','',0,'?'),('VH¹_u\nÆ÷…Ôõ¢','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/views/setup/mailchimp/optin-type.php',0,'èƒËf_¼½9	Æ\rþ¥Þ@','èƒËf_¼½9	Æ\rþ¥Þ@','/p\\GÏ}%°‹Bò¬üm‡BÌÐ4÷\nB¿2Äã','',0,'?'),('¤Ø#±4IJ6›˜\'¢§­Š','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/views/setup/mailchimp.php',0,'¾*?.ÞW«:j€ÏxJr','¾*?.ÞW«:j€ÏxJr','þ:mÝ¾¨«¹¯ÅµÎqCôÒšÌž¾7wñFÎQ,Èðc','',0,'?'),('3dÄe²èúÞ_Ð`àbá','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/views/setup/mailerlite.php',0,'„(§SKôƒÎ‹|¹8ö,£','„(§SKôƒÎ‹|¹8ö,£','¡qù|\"Ëª8¡ÌÈ4,áCâ¾¿4Õ)üÇaÿ\nr´','',0,'?'),('¢Ã:Hî\\=–¦® ³p','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/views/setup/mailgun.php',0,'®Úò‰çóG.ë*lê¦—','®Úò‰çóG.ë*lê¦—','‘JQ)ƒÃÂàŸ¥EðPˆ6MþŒ4 ›YVFwü','',0,'?'),(' I9ìì{W°ÙÇ‚','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/views/setup/mailpoet.php',0,'$]8Vçñ´o>!Ý„B‘…','$]8Vçñ´o>!Ý„B‘…','³=	`å\"+]Qƒø·’ç.ßÊš·iŠ3ÖHýo¢ÚV','',0,'?'),('»Œ•¸èî¼ Á .0‰Í','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/views/setup/mailrelay.php',0,'0cí_K˜¹÷¹réFñ–Ó','0cí_K˜¹÷¹réFñ–Ó','> Ÿ/Ã\"ƒÃ‡o$Îº\n¤#,:\\%•øî”Ü6\rYJ\0','',0,'?'),('6¶6¼J“’U©|ÎèÀ]ˆ','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/views/setup/mailrelayemail.php',0,'‹„–>=QØÇ‘ 2€','‹„–>=QØÇ‘ 2€','(ÓŒUØí1”ªMºIõr\\Ö×ÔiR>¬\nÞž$¡','',0,'?'),('ñÜ¼©‘™úàT³ÅÏ–','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/views/setup/mandrill.php',0,'¼æ¥CãÉÝÑ!âQõµ2Ê','¼æ¥CãÉÝÑ!âQõµ2Ê','¯%’ èš¯L´tAäŒÜ@´aËxwˆÃÿ<Zvi<','',0,'?'),(' 2’ZËj2`¤Wœ=	','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/views/setup/mautic.php',0,'M@M KædYJZtÜª\"','M@M KædYJZtÜª\"','²W…šÍ?aëo×n”\"Œ¹\rÕòb»Üf›¾Ua7','',0,'?'),('I2§/n5Ýð_ò@ª¾u','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/views/setup/ontraport.php',0,'Þ(F²aÛûéFj\"Q!:','Þ(F²aÛûéFj\"Q!:','ùK…\'$a™Êžë ò!ÊîÊž ^hDv=Ñfz','',0,'?'),('WØ†Ü7¹•Ç–ü\ZØ','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/views/setup/postmark.php',0,'Áw•†.Æ>Ä£Üuýù‰“','Áw•†.Æ>Ä£Üuýù‰“','vMÅÍ§v¶°/@g‹„ŸRv6Ò\'\r°N‰ûñßà','',0,'?'),('«BY¸¤xiÕqƒÑòs›¹','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/views/setup/recaptcha.php',0,'=ÍÿrOiLÔ‡R\nŽ','=ÍÿrOiLÔ‡R\nŽ','p¾  sqQ\\Ž\rqz(tö¬„2ýÚÒ%‹Óì[\Z©','',0,'?'),('Ã†x¼ÛïÐÏl‚2aº','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/views/setup/sendgrid.php',0,'»öOBÂ®¥ªi¤ƒ$«pŒÆ','»öOBÂ®¥ªi¤ƒ$«pŒÆ','½x<­ˆÝ\nå¶‘6QÓ^+à~³¶êÅ¬…ß4ÿµŽùë','',0,'?'),('\0™OeSý@$e`ú«,u','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/views/setup/sendgridemail.php',0,'†@™éS‹¢a›\rKý£®ÏÃ','†@™éS‹¢a›\rKý£®ÏÃ','lgÓOK‘ýwKQq™£VBp[½>‘!kœ[÷j','',0,'?'),('w³>iàÑAIÞùÎHÝ','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/views/setup/sendinblue.php',0,'_/’Ý+À´l4ìKÁ','_/’Ý+À´l4ìKÁ','}«”x‘c¥ÐUBFsu¼•LÍ‚ –D¿ºÝ»Å','',0,'?'),('ÅL©YMTŠ]íDÑož°^P','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/views/setup/sendinblueemail.php',0,'Ì]_çJ¥/Šñšˆ\ZÖú','Ì]_çJ¥/Šñšˆ\ZÖú','¿/¯+­nß|‡@™…æRèëà»	FÍóI1ká©Û÷','',0,'?'),('= óóãe€‹ø\\ÈŒA‹Ä9','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/views/setup/sendreach.php',0,'NY¾AÂ\'ŠÄàP÷çüDŽ','NY¾AÂ\'ŠÄàP÷çüDŽ','‚Ÿ\r¹`H‡%	¼4‡K£PÃ.½i·¡œ©Äë\\5g\0','',0,'?'),('ó€Æ8ÖE×yÊ\ZdmíÆ','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/views/setup/sendy/note.php',0,'óèZž˜µý|(¦±v¼{<¨','óèZž˜µý|(¦±v¼{<¨','jF@tTw¶\nÂwùA2;w\n48õíMˆ…út\'´ã]','',0,'?'),('¸¡\"Ö!P0Ã	v(','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/views/setup/sendy.php',0,'VeÕ/4¢lÎÙ@Ê6\Z×','VeÕ/4¢lÎÙ@Ê6\Z×','¯ëíHšèüEBÍMìyÖµ}ÿÌ/(EFÿž\rh','',0,'?'),('ÙÖÒ—ž°Î$`y–óë‚5à','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/views/setup/sg-autorepondeur.php',0,'ø²?wñG»àdBL-@\nt','ø²?wñG»àdBL-@\nt','‘Ã6ªsºþáßìÂ\Z®º¹g§š¨‡µ×ª‚£šwÇt','',0,'?'),('\'Ôö„f¸ŸØ¶žÌ','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/views/setup/sparkpost.php',0,'b†õQ<ïU¶‰§WÓ9‰','b†õQ<ïU¶‰§WÓ9‰','ýÀó\\j«ÅZ]qÉPÊï±ªpY­ò«ËHc•‡¼','',0,'?'),('v\nwðM5ƒ›·ËÇö~—z','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/views/setup/twitter.php',0,'™YG@é(:s€\0šž`-Ù','™YG@é(:s€\0šž`-Ù','©Â¯H[Y¸ÉËÄ<ß#5†rr³dõg\ZÔ¾¹Ì¦u','',0,'?'),('óþ\\Æ%_á*p½š¦ôíý','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/views/setup/webinarjamstudio.php',0,'þQ<‹×°6á¢£¾?€zp','þQ<‹×°6á¢£¾?€zp','ê,W^·?ë¤^ÌB]C\rW…¤#Wà£Ÿ\nÚÛ¾æé','',0,'?'),('Á›X¡ô/Á•Åó‰/Ñ)','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/views/setup/wordpress.php',0,'ÌMÓ	=£Ì‘¦wCÊ„€/','ÌMÓ	=£Ì‘¦wCÊ„€/','31l\ZÈî$ÅÕ7ôâs†E9Ìî £ò¬m§ˆ³„ØsýÊ','',0,'?'),(';€åbÌëõ¶î°£”iô','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/font-manager/font-manager.php',0,'³®%ËõlX&«PÔ”Æ','³®%ËõlX&«PÔ”Æ','¦‰Z*wtÄxýi\05ÙxÚ2ì²Ô¤ÚÝ«`µDÍjÜ','',0,'?'),('™óD0ÇRaÆW8è™M¤Lo','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/font-manager/views/admin-font-manager.php',0,'ß§É³Î„¹¾äÝÛ†­\n}','ß§É³Î„¹¾äÝÛ†­\n}','¥ˆñÙtsë\r¼qB\'$_,9ßÂÐ÷I=ÄÛP','',0,'?'),('[ž\'M…á&t{g ³Ý9','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/font-manager/views/admin-font-options.php',0,'–^Ûv;\nÿîm¥Ñk„£ò','–^Ûv;\nÿîm¥Ñk„£ò','õ\\æB­wv¶a<Œv(0ÂGÞ/‹³É5Í jc`Â‘ö','',0,'?'),('¥Wmv+àæ²Þ|øf','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/notification-manager/assets/fonts/tvd-nm-icons.svg',0,'P™ŽéªŽñ<¤¯IœLÏ','P™ŽéªŽñ<¤¯IœLÏ','œ°E?%Ï©¯.P÷/wâÄúU6¡àX]Òø™df¢¶','',0,'?'),('æqâu.ét”\0s2½×','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/notification-manager/assets/js/admin/backbone/modals.js',0,'1ÃìQVƒrûQãBÎ\rK','1ÃìQVƒrûQãBÎ\rK','Hú>è‰^RÞ<`…¬[rd#ÈÎ§rÙAsjÊ¬é','',0,'?'),('=ÊäÔ•Wù•‰KÌö€¹å','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/notification-manager/assets/js/admin/backbone/models.js',0,'¼tgÏEùB€\'ŠÈ¿0À}U','¼tgÏEùB€\'ŠÈ¿0À}U','ëª@~‡k%MtïË0òNeƒ€„â/–‰+ÄCu//™%n','',0,'?'),('§H(’:d‘vìÚdv','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/notification-manager/assets/js/admin/backbone/routes.js',0,'	eMñ/0Ã†\nÝyR·©','	eMñ/0Ã†\nÝyR·©','¡´Gdñ¤ÜjYÉ›]tÂ\rÁv×ÏÜ‰3IT˜¡JyÝ|','',0,'?'),('^å†\n’¢‚ý5 CPžUÙ','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/notification-manager/assets/js/admin/backbone/util.js',0,'KÏîD#CO,mð‚','KÏîD#CO,mð‚','LÃÌølŠV¼„aI8òqÑÞ½ÜŸÓë}ñ<†R.Ý‘þ','',0,'?'),('kËõâ^)vÝ­Ö*=\r','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/notification-manager/assets/js/admin/backbone/views.js',0,'ÄS…	¡*OC\00¾È¢¥ï','ÄS…	¡*OC\00¾È¢¥ï','“˜6.ÇóJLo÷ý¨ø-Õ5\'YY×¬¯žH','',0,'?'),(' À·»/ý\'qCˆ	,{²','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/notification-manager/assets/js/admin/backbone.js',0,'¸Uér4!5lÇòðéÞ¬îh','¸Uér4!5lÇòðéÞ¬îh','×Ó0y$¤N®êÇïóñ–%?»Ió#n¶nãòA\",','',0,'?'),('7ÊÂÅAðv®8«Ã‘”Û','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/notification-manager/assets/js/admin/backbone.min.js',0,',ÄvÂI…êñ®äQ†-€‘',',ÄvÂI…êñ®äQ†-€‘','?ÞOÜ±BÑÛZYAöœZ!#{ÖÈò÷ÐÄ‰W$Ä¬óÈ','',0,'?'),('ÌdÀr;r[€µ\0ÍC^å','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/notification-manager/assets/js/admin/wordpress_notification.js',0,'ÍÖfi)¨â—\0Ü©îáº','ÍÖfi)¨â—\0Ü©îáº',')îš\'§ƒ“y¥ñk­ï¿eå8€îFŒÝ­ç3â','',0,'?'),('Àcs`ÄÇvž\'!#Pa4²','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/notification-manager/class-td-nm.php',0,'v¸ÄÈi>nœv7O¤','v¸ÄÈi>nœv7O¤','X	€±å¸\'ÊaÈ²­;ÇÊLÊ%®Ê!fÞ1=¿C†','',0,'?'),('Š=D¶Œá2Cò÷t=‘@','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/notification-manager/i18n.php',0,'7µR#H|ƒ}Mì‚Ãt','7µR#H|ƒ}Mì‚Ãt','K ˜wSÙ‰\'ïÜÚ»0påpLî\\yÈSJ.êwG§','',0,'?'),('Í—lÐšÅÔÄ¼ý%È(','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/notification-manager/includes/actions/class-nm-action-abstract.php',0,'i5öAq‚KEfìïÉÊV','i5öAq‚KEfìïÉÊV','êÑ!³â/:¦³œÝ¸KáÐp\nEÂù2&-ep”¤à8Ðì','',0,'?'),(',(;1wÔ\'Û÷µ­\0ËuR','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/notification-manager/includes/actions/class-nm-action-custom-script.php',0,'÷îŸ7rÄ§hù#¨¸Þ','÷îŸ7rÄ§hù#¨¸Þ','ÓžOÝ–~ÉåNh|ïeŽÂt&\r=lŽ#^ª×þs','',0,'?'),('ž`‹MŽV–:êÇü´_ß','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/notification-manager/includes/actions/class-nm-action-send-email-notification.php',0,'6ón$Y‘)ë¢‹Æ>yA¤','6ón$Y‘)ë¢‹Æ>yA¤','2øP¼ia–Ë¥À¶6þà]ˆ&D¬Út5”âì!','',0,'?'),('ð[üq	kUHó_ñÙc¤1»','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/notification-manager/includes/actions/class-nm-action-wordpress-notification.php',0,'¦·C	‹\'_·éÇ—òç','¦·C	‹\'_·éÇ—òç','H;úBª›“´­Q¿ŽÏ>j_@½®$LêéYsŸ‹ý','',0,'?'),('„õŠ¿¬ôåÜdO$6lþjI','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/notification-manager/includes/admin/class-td-nm-admin-ajax-controller.php',0,'ó\nTÒ‹AF¶‡ª¼‘M','ó\nTÒ‹AF¶‡ª¼‘M','Ë{=‚µeàøµÚd¤ÓnÅžSvgÌÞyó¦ºÅhaÄãD','',0,'?'),('ìnFbRm{i(ZšÄ','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/notification-manager/includes/admin/class-td-nm-admin.php',0,'((ájË^/H}X†¾T§¬','((ájË^/H}X†¾T§¬','h;ÑºP¹¶\0‡3¸PKìÐ\\‡uðK6c—Ax','',0,'?'),('€àˆ0úÁ=”s‰\"8v!','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/action-type-box.phtml',0,'iLÆ¯Ny#ÌÒáÄG9éé','iLÆ¯Ny#ÌÒáÄG9éé','Â¹ÅjÔH-Ž£æŒìçä‡0°ÐÁ8Œdõ¶×35læÊ','',0,'?'),('ðx˜ñó¾ïvò×¯°^øc','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/actions/settings/custom-script.phtml',0,'lô‘PÆ\nÖ”¿•^›ªN','lô‘PÆ\nÖ”¿•^›ªN','=#2±`6G²î­!ƒ\"Ó]B?‡Æ«)¤ŒÓ*èpò','',0,'?'),('Ú„â5Zf!ˆS€¥©ÿSË','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/actions/settings/send-email-notification.phtml',0,'õ¶´n9’\\™ó¾ùc.q¨','õ¶´n9’\\™ó¾ùc.q¨','ÃqY4å({ŠeýÖé¬šì’ \"[€($ÁC&‡\0','',0,'?'),('H46ahÌŸU°õÌ8ÿv','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/actions/settings/wordpress-notification.phtml',0,'K=¤­øÝXŽgÓèÉ_','K=¤­øÝXŽgÓèÉ_','ãd.xÙ{£ø¡¬ïß„¤C™W‹NÉ0Y\\90\ZsÝ','',0,'?'),('óÌ‚¡uêíàEh°íïU6','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/breadcrumbs.phtml',0,'%ñX=½³èõT`Áñ','%ñX=½³èõT`Áñ','5‘QÙ»³NWù1ìÐµçÆÿŠ%cýíå/©ÙÆ”A½$','',0,'?'),(' —U¦P”$ßblkŠ','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/dashboard.phtml',0,'ÅseÂ9ëÐW6ß+\Z','ÅseÂ9ëÐW6ß+\Z','bt¿ Ú4 arl€î?C¹ÐWG”Ûé¼Äáàç…ˆ','',0,'?'),('878íðèçù•Rga','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/header.phtml',0,'¨å#û]E2¯\nÿ\0Ö÷Õ','¨å#û]E2¯\nÿ\0Ö÷Õ','!åS±>*IŸ¸ëÁfkÅKé1äçÔ³‹yvYM†é»','',0,'?'),('IHrâxÕ«!I/5„?x','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/messages/form.phtml',0,'Ï£QÎÒ¬^£}6¸FhØ','Ï£QÎÒ¬^£}6¸FhØ','k-Äc.¢jGµŸ§X–FIk¸‘åÂË5iQcÍy','',0,'?'),('ðÇöeizO~ãû!X\0','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/messages/shortcodes/item.phtml',0,'›_ï‰§ þÁxaÀžG»Í','›_ï‰§ þÁxaÀžG»Í','™aÙ.U@t=r½=Çâ¨ì7Š@îvô`è‹D±Q\ZF','',0,'?'),('(P»·´Jf{\"*Ù˜§','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/modals/add-action.phtml',0,'aB¨AògÌÙõV¬³†','aB¨AògÌÙõV¬³†','4ùy—OÕs´‘è•\0Ïr¤µCáØ5‘b µÕ…¼/','',0,'?'),('ÙÝÌ·kkþƒ^•\';Î:','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/modals/create-notification.phtml',0,'QbÊÁ–TâRÖûˆ£³{\nL','QbÊÁ–TâRÖûˆ£³{\nL','D¨î`U\"C\r^mqxùåýãýš|†g•ÕñKY(¹ª','',0,'?'),('µ\n¥Žƒzx®oÊO™tH','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/modals/delete-confirmation.phtml',0,'wÅ±q‘{¸2·%XÌ\'8£','wÅ±q‘{¸2·%XÌ\'8£','HNt£-ó2)€€ã3ßƒá©‘(§‰šÛÈvø08','',0,'?'),('á†÷¨ÆVíGÁÔ{1¯v','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/modals/edit-action.phtml',0,'Œ?jˆu*UÚ»LÂhnå6 ','Œ?jˆu*UÚ»LÂhnå6 ','\"l\0CG£}H„]ýHgpY5Jõˆ‰âTpQnl¾','',0,'?'),('ˆ‹;3M\0À&€\\AZ•','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/modals/edit-trigger.phtml',0,'Â¿ÓEû-hUOfÛƒàî','Â¿ÓEû-hUOfÛƒàî',':\":£ÙÃÍMó*¥ß!²œª\Z8~}õ<<H^mÉQ','',0,'?'),('Ø§Éõ†Y\n‰=GÉYªa‹','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/modals/email-services.phtml',0,'#\rHZÈ+Å%Â','#\rHZÈ+Å%Â','PmÝêðEÑÐØç•ßMüNŸLú;®\'ËøGaj°ÚÀ','',0,'?'),('Ålž7VëD±ƒ˜í¯m','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/modals/notification-summary.phtml',0,'Z´5³7\r\Z‡*ðû\"›¿X','Z´5³7\r\Z‡*ðû\"›¿X','Y 2£	’Ö`AÖC@J8HÛ&Ö^Ýøñ\\ÙSø','',0,'?'),('{ªðŒÅ#+wR¨Ööb','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/new-button.phtml',0,'I_BJ:®Êeñ½Tßû','I_BJ:®Êeñ½Tßû','DÀÁS_,oÜ¾Žl>~ÀÑ€ó_ÜŽµó’÷Ÿüˆ}<×','',0,'?'),('›BPz¬ù<‡Îƒ)(@','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/notifications/item.phtml',0,'¢/Pæ3^ÒSqJµÎ	´‰','¢/Pæ3^ÒSqJµÎ	´‰','ˆÓ£É!Ç5ôjž,ÿße<Êçî>ÈÔžçâŒ3“µa','',0,'?'),('+S¼!ýÚ.9','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/options/action-buttons.phtml',0,'‹ïfœ\Z&T\'q	&ÑJ','‹ïfœ\Z&T\'q	&ÑJ','*9)9¾‹œ]¶;9¤8®èïX!\n<ÊÖi@©E>[','',0,'?'),('W¦Y\'® \n Õ\ne×†àÀ','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/options/checkbox.phtml',0,'G›”²K®ÄÇ(U´O','G›”²K®ÄÇ(U´O','º‚Õ’&øS½Iî¢×³¦»3\0Lï¢ìn¿¼vý–˜µ>½','',0,'?'),('øSY@ZF­¸áz×yo','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/options/input-multiple.phtml',0,'Ô3Hç‰¹}Ã´mÉñ×#q','Ô3Hç‰¹}Ã´mÉñ×#q','ÆÑ.E2Öm×“Wixñ,\r;¸‹¨ü¶GVÞ‹)Y','',0,'?'),('ª–Y»¿ÎôŒ=l,µzeê','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/options/input.phtml',0,'-{gnƒN9®Y9[ú2Ñç ','-{gnƒN9®Y9[ú2Ñç ','gDÐï=hÆ#\\ôÚñë“kŠxºöúJHÀžTBv¹8òj','',0,'?'),('û˜ƒÈ÷} ŽI¶{','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/options/option.phtml',0,'ÛaŒx}lÐÌŽîë)N','ÛaŒx}lÐÌŽîë)N','\ZÈÓ—Z÷£Øù`½ufÿ}mÑvûôZ`áçá~	 ','',0,'?'),('¹jr‹ Fa¬¼8(Š#—','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/options/recipient.phtml',0,'8\"ç9F¯z`vµ6Ì& ­','8\"ç9F¯z`vµ6Ì& ­','¿²SPÇúÏ0MUkéÉ\'ó7t3xXoäã©dIµÁÞ','',0,'?'),('M\'ì-2\"u”ýqJL ,E','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/services/item.phtml',0,'„Èóÿ¼ëšø\"kÂ.«','„Èóÿ¼ëšø\"kÂ.«','(\'YÓ¹¨ÏÁ¿¤¨umH®ryô‘¼7ú92\"^\"C','',0,'?'),('ŽÕ@3ˆU\'š]Õíº$Ð¸ø','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/services/thumb-item.phtml',0,'ÐNðÄUôŸ–óéwô¹','ÐNðÄUôŸ–óéwô¹','Ðü¬ù7 çq—tQÉ)Î•ÏÑ|þ@OýÈ`ÀP7','',0,'?'),('\0\"«¯ÌYãï ´x:ç„‚','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/summaries/item.phtml',0,'‚ºþ­ð^-O-N•','‚ºþ­ð^-O-N•','`\\ûÝ·lc¬×Ÿ˜wËsÍ)?#Œ^™î ¼@','',0,'?'),('MQ«ØŒÉÝÕ\"‹³èK','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/summaries/items/action.phtml',0,'¹BÄÙ»\'õR¼<O“(P','¹BÄÙ»\'õR¼<O“(P','k3ÿ«p¯ú»z·AÂöb*²cdGnð®+Op¯¤’','',0,'?'),('\nìùCS{ŠþMµå^…Ð·','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/summaries/items/actions/custom-script.phtml',0,'ÌíÙAá–†¢©N]}VŽ','ÌíÙAá–†¢©N]}VŽ','Í‰Ý³7O¸¬\n)ø¡(Ø~\Zô)¿lèm³)Îq\ZÙY','',0,'?'),('=ð;\"¬Zˆeä~ÝAC¹','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/summaries/items/actions/send-email-notification.phtml',0,'–8‹Ë.˜=(k1','–8‹Ë.˜=(k1','ÞÞ”Àêü{H\0/ó¶Ÿ4«§Ô\'ƒf“+º¤aðz‹Ô','',0,'?'),('b»õtú+´m3>‹•Wñ','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/summaries/items/actions/wordpress-notification.phtml',0,'ƒD—ê‘jîÜÓóùžš.ÓI','ƒD—ê‘jîÜÓóùžš.ÓI','U}\rœÇƒ]ïM²® Ÿ@ß›\Zõ/µ‰”aã->Nrt	','',0,'?'),('YvwVªAŠ—$4G•|Öà@','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/summaries/items/notification.phtml',0,'	ësÅ^êIP´ËÛNÑóé','	ësÅ^êIP´ËÛNÑóé','>•NN#wøõüÎÚ¢a¤k´c\'¥¾:âŠ/Þ{€','',0,'?'),('À!Š*µnPÕê¾ðP','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/summaries/items/trigger.phtml',0,':¬Ey 1ŸXf`Õá½Û',':¬Ey 1ŸXf`Õá½Û','–4„[Ë@Êê¨Ê«ne,Oæˆzý:»þ²o','',0,'?'),('·éÆ%}ðôoíöJû²','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/trigger-type-box.phtml',0,'*FçÅ®%kf8\rŸy6Ø','*FçÅ®%kf8\rŸy6Ø','þ¾Eˆc¯²ÒžžÍ‹ë}ƒoòjŸú­™þ¢Ð†ÌëÓ','',0,'?'),('Ø\"¯<H!AÉÇìÚŽ','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/triggers/settings/email-sign-up.phtml',0,'Ç2“OÉàòdäàŽJúË','Ç2“OÉàòdäàŽJúË','&~Ì€çÐn¯\\3»Ý¥6RÑ*]Gâ–Ž%û<ÛäDièi','',0,'?'),('nïi¨0¤”Û*­|{','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/triggers/settings/quiz-completion.phtml',0,'\0õø2¶È*ñŠa}PÁægš','\0õø2¶È*ñŠa}PÁægš','GßKZgÊ!Ø€­åZ¿Þ¸·¾÷CL¯²¼ýŸ¶	E!','',0,'?'),('¤áÞh@žªPã7Øº','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/triggers/settings/split-test-ends.phtml',0,'iéP¼¿™d\rÊ]ÂW˜l','iéP¼¿™d\rÊ]ÂW˜l','!ßÉ‡þ£ÖzÂ£Äú8fCqý™.•‘ÆüèüÃÀhéÄ','',0,'?'),('ê c¶™’¢ï…÷»w•kV','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/triggers/settings/testimonial-submitted.phtml',0,'Ãn½RmSÕbôPÇ¨FQÎ¹','Ãn½RmSÕbôPÇ¨FQÎ¹','ÃÏLöÙVÄÃŸ¤µ…okÿ…êöÿqŠý„&','',0,'?'),('`Êµ»£Ì¼m1Šm±Ö','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/unavailable.phtml',0,'´\ZÒ3è\0R&|íH?€…','´\ZÒ3è\0R&|íH?€…','–Ÿ”z§YìÎ:íµ‡Š=Cœ±*ìLýÐÄEÜÅ#›Å~°','',0,'?'),('šÍ—N{Ö˜ßQkt¿¤p¼','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/notification-manager/includes/class-td-nm-ajax.php',0,'D³þ,tqæ>1àAû™','D³þ,tqæ>1àAû™','óðÑr+²Ö–8æsªŒ¨£E{^5›‚ub}ZC–¡','',0,'?'),('…ëéCI—¡öV#Åþ¤N','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/notification-manager/includes/class-td-nm-checker.php',0,'Äñ)ÝÁïòò¦	rlì5<','Äñ)ÝÁïòò¦	rlì5<','bOCY9?­hÉÉ¤Ñ`}îþÊýp9Ãb„ÃºÓÓnÎ','',0,'?'),('tÁFx^Rç®]ºMÍ','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/notification-manager/includes/class-td-nm-data.php',0,'¼/\Z‘\Z®]R©yÊCC\"','¼/\Z‘\Z®]R©yÊCC\"','¬ùº>ò£§U„€6é‚³TÖò»i¯Ž]@ngù','',0,'?'),('Žû DÁ­{ÍU^);ÌÒå','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/notification-manager/includes/class-td-nm-post-types.php',0,'—;Ð\'\'«2xñç¶½','—;Ð\'\'«2xñç¶½','Ü8rAJdb¹ýhHh—ä5Œ²ÜìÙÿø½†Ve	ýj','',0,'?'),('ˆë9ä8,´’­Ú÷ù!÷','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/notification-manager/includes/td-nm-core-functions.php',0,'ý+tŠQ‡À*\\+Ä¦çI','ý+tŠQ‡À*\\+Ä¦çI','L]¥WêBùŒ°h¿ÙfÇÿç­+zü…8î•£Å','',0,'?'),('Xm*æñ‰¼hÃ_¾íJ5X','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/notification-manager/includes/td-nm-data-functions.php',0,'›êêÇÍÖÝ_ÿW;±','›êêÇÍÖÝ_ÿW;±','…˜xi	ËL1Æ0L1öõž]ÖaäwiõJRzOjXtÐÇ','',0,'?'),('	ºI™‹»F[ÿKˆBËrêˆ','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/notification-manager/includes/triggers/class-nm-trigger-abstract.php',0,'ÈÂ9¦±êlxo.Úù','ÈÂ9¦±êlxo.Úù','Õêe)¤äÇc£d`ŒDlUd\"r“èºÞŠ6ze^ï','',0,'?'),('“–Aãv˜Ë×<9ßPþm©','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/notification-manager/includes/triggers/class-nm-trigger-email-sign-up.php',0,'ò²a„žÂJwß_\nß{|Q','ò²a„žÂJwß_\nß{|Q','ÏêP eÕwAeµû	b^™ˆ{gÏÝŸ OöwüºIÇ','',0,'?'),('$ÄTº²Ø—å‰ë<”îE”','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/notification-manager/includes/triggers/class-nm-trigger-factory.php',0,'¬Ù\0ºÈ•fL ð×µ1','¬Ù\0ºÈ•fL ð×µ1','ƒŒýIÀÐ‰Á$MïÐc$jéu„òouïôA­‹º0(xÈ','',0,'?'),('’øŽ0ò›¬{E€mÀ„[—','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/notification-manager/includes/triggers/class-nm-trigger-quiz-completion.php',0,'f,39YÀxÊªÊÿH­‚','f,39YÀxÊªÊÿH­‚','ó¥|Ým¯Ý*uG§ŒoªŒß4¬\Z?cV-vA”>','',0,'?'),('%¿Çì^c˜ž¿ˆ+L¥†','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/notification-manager/includes/triggers/class-nm-trigger-split-test-ends.php',0,'EhŠØÃo¸ZË¼®S³','EhŠØÃo¸ZË¼®S³','aÆ<$’µ(/öÚp‘bOÌ4öcÇFxQÛÆÛ÷','',0,'?'),('S^»ú®óm9@z)Ýˆ','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/notification-manager/includes/triggers/class-nm-trigger-testimonial-submitted.php',0,'ö.¡,~w’ºzú@	a','ö.¡,~w’ºzú@	a','5‰þLbòqG•Æ*£³¢_‚‰[5¶Ã{×','',0,'?'),('@y²h8ñªçty|öŸY•','wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/util.php',0,'k	5¸Å¢ ÂÑ±\nÍþWR','k	5¸Å¢ ÂÑ±\nÍþWR','ª|vV|L3¶%è‹Œ§˜üÆ[)ß^:e{:Œ:#','',0,'?'),('„\n(n[½ÀšJ.\\ï¶êè','wp-content/plugins/thrive-comments.old/thrive-dashboard/thrive-dashboard.php',0,'$ˆ?\\â(.…³4K`VNº','$ˆ?\\â(.…³4K`VNº','ÔÔ¾1{d…žž-šµ~˜„Î.Ñw$ñp6Ý\\¢=Ý0','',0,'?'),('›ý÷¬¯	Ôp½–ØêõlÆ','wp-content/plugins/thrive-comments.old/thrive-dashboard/version.php',0,'¨žï²·×Ztq%×Öë','¨žï²·×Ztq%×Öë','îëHÐHîP£q)ÆnOÅÜS{Æï‰0Às(kƒ5Ö<Ÿ','',0,'?'),('ï&•¿<$ÁmŽ\nhÕ\\ô²w','wp-content/plugins/thrive-headline-optimizer/admin/css/font/tho-icons.svg',0,'§û_âæç¨Ø\"sÞßåeÒ','§û_âæç¨Ø\"sÞßåeÒ','¸È¯V±XÒÿäËaØù‘”a€÷PÈÌàý‰ÒÊ','',0,'?'),('Y *­îuÊ\0“V/3œ','wp-content/plugins/thrive-headline-optimizer/admin/functions.php',0,'°`€*625¿bKaôW¦—','°`€*625¿bKaôW¦—','ñÝ øa¡ÞêdÎŒ‚~> =äuŽÁÂì‹âR ÍumÕ”','',0,'?'),('œqØt\'DÜ\nê|>é','wp-content/plugins/thrive-headline-optimizer/admin/i18n.php',0,'oí7Ï(á\rÈ„›F','oí7Ï(á\rÈ„›F','_¹\nÅ(F“aÑÏ»1ÊÃU¶PìØ9”¼°ï¨œtÚÐèä','',0,'?'),('HWJOôØ«ù>s>¢','wp-content/plugins/thrive-headline-optimizer/admin/js/admin.min.js',0,'ž:;öê¹Â?\'\'Á:¤Q|¥','ž:;öê¹Â?\'\'Á:¤Q|¥','½¾tþTâGË¤óåT\'æ\n>;ƒ¬’S\"¿ÁBBé|a','',0,'?'),('å®ûCF°Ü¾}!@*¦šª','wp-content/plugins/thrive-headline-optimizer/admin/js/edit_post.js',0,'\Z‡c\Z‘þ[çðÏÁ$S','\Z‡c\Z‘þ[çðÏÁ$S','ÝwÌ¸?™à˜Ø:Ø¸Ý&)8ež·qÙwà=E_ü:','',0,'?'),('2…4–è¨pÂ¢T','wp-content/plugins/thrive-headline-optimizer/admin/js/global.js',0,'€Ûr²Ahíã =&','€Ûr²Ahíã =&','GrÓlHA\ZÓ&rŒ˜B9Ã|ÑïÐZ=Ð]‹àç1w','',0,'?'),(',\'‘kÕ.MªGA=g+G','wp-content/plugins/thrive-headline-optimizer/admin/js/inconclusive_tests.js',0,'íŽ¯‚>s6opºTØ','íŽ¯‚>s6opºTØ','yÑºHc±p7y;g¡~î:@´¯Åp	ö-ÏÔ³¦-','',0,'?'),('£GÛËU7¡2Þè÷QÉxþ','wp-content/plugins/thrive-headline-optimizer/admin/js/libs/tooltip.min.js',0,' á¯ã‚¨œÏÏr+¸ëßí',' á¯ã‚¨œÏÏr+¸ëßí','DÚmDÆËe1±¼µ(ÚÎû¤2í4/’gž¨i»ýS/kE','',0,'?'),('¨SKOæ>_GF[-Ÿ•p','wp-content/plugins/thrive-headline-optimizer/admin/js/libs/velocity.min.js',0,'}Fª>3Õª4ç\\Yð;','}Fª>3Õª4ç\\Yð;','Ð”=QŠ«ÐD|¼Sw×Bà>\'¶¯!ê¨(êDBB„Šw','',0,'?'),(':S©‰•%Ë­s§n[`ï','wp-content/plugins/thrive-headline-optimizer/admin/start.php',0,'Žn4\\)Œìõ5J\Z/€{›','Žn4\\)Œìõ5J\Z/€{›','Gñ)£»ÅŒ2810;2tÿ¶ð‚æë·®Š®ÛY\0','',0,'?'),('O:Çý]ºš\0‹‘‚¼íè','wp-content/plugins/thrive-headline-optimizer/admin/views/dashboard.php',0,'Ü\Z­öpÔŸúˆñ-ÜÍõ','Ü\Z­öpÔŸúˆñ-ÜÍõ','Nm’‘®Ç»Ó¥¢àsëÃ6VÖ|€ÌË0(XµøoÍ','',0,'?'),('ÝìÒú¦‡¥µŠKÅwŽå','wp-content/plugins/thrive-headline-optimizer/admin/views/edit_post/meta_box_template.php',0,'ÍIhÒ(Ýu&Ê“3¬+Á','ÍIhÒ(Ýu&Ê“3¬+Á',']	ÿ5Æ[ƒÙ²<!ûcò¾ø«ißî¸o:Çt´»›Š','',0,'?'),('iýsb+IÆ¿CbÎêúë+','wp-content/plugins/thrive-headline-optimizer/admin/views/edit_post/variation_template.php',0,'ídÉ³òú¯HÞÍÄ]º÷','ídÉ³òú¯HÞÍÄ]º÷','y¯½‘îˆW› uPêõ·\'\'Ÿ*qr—.ðiv—ƒÎÇ*','',0,'?'),('ªžèIX–ûøPÍ{…½/','wp-content/plugins/thrive-headline-optimizer/admin/views/edit_post/variation_template_running.php',0,'º¬ùã%T²°,•_bò°\Z','º¬ùã%T²°,•_bò°\Z','÷Cydî¤Z¶cb\Z1*ºcÉ®@n¸ªû˜ùb`Z\\&J','',0,'?'),(',ntƒ¡þ6uÉÓdzç','wp-content/plugins/thrive-headline-optimizer/admin/views/license_inactive.php',0,'¨\'?‡-[œ 9\'ddtþ29','¨\'?‡-[œ 9\'ddtþ29','¬­egV/¬Âf§C¯¶r;wYB4…¡üçêfZ¹ç“õ','',0,'?'),('1g|«ŸíG)E{ªë2','wp-content/plugins/thrive-headline-optimizer/admin/views/menu.php',0,'Á¦jÆ6Ð3ìŠ	ôÈX','Á¦jÆ6Ð3ìŠ	ôÈX','s¢„ˆì9åD÷›Y&¢CðäíºØË°•£ÔÂÅü','',0,'?'),('-¿¬|fr?<g_Ü6¹','wp-content/plugins/thrive-headline-optimizer/admin/views/template/create-test/step-1/create_test.phtml',0,'BÑ»´sîZ¶¼úzD7','BÑ»´sîZ¶¼úzD7','uxt¬Ž\rWT8Ñù|¨_yùïN·ò8\Zr¨úFöÍ\'','',0,'?'),('Ððþ¡|\'Ñatãk‘gÝ','wp-content/plugins/thrive-headline-optimizer/admin/views/template/create-test/step-2/add_variations.phtml',0,'¼4æ­«rŽ=³%CÑ}A','¼4æ­«rŽ=³%CÑ}A','¿¹ðþc^l`ÜàŒõ}ú½âv|…Õ‰mÄxË’L‰O¦','',0,'?'),('¢!@š‹ÙÆïgb$ŽoIþ0','wp-content/plugins/thrive-headline-optimizer/admin/views/template/create-test/step-2/add_variations_item.phtml',0,'Ò.Ä2Ž!9¡éiÀËÌ—«','Ò.Ä2Ž!9¡éiÀËÌ—«','À=ÏÜÊù,ÇÄ;c±ÿXÀÍ¶A±ôÜËYÈºô•','',0,'?'),('\naTÄ—²±ŸšìcöÐº','wp-content/plugins/thrive-headline-optimizer/admin/views/template/create-test/step-2/variation_item.phtml',0,'•<IÒ°Óâ*ÀÄ2¶','•<IÒ°Óâ*ÀÄ2¶','`D<˜‡îˆè\rÑi²<£Œ¿U€;x,ŸÙ}„tqÉ','',0,'?'),('2œTÌÏü¸CÛ`#U8œ','wp-content/plugins/thrive-headline-optimizer/admin/views/template/create-test/step-3/set_test_criteria.phtml',0,'ÍÔ\Z\n<MÉD‚™.wÜ','ÍÔ\Z\n<MÉD‚™.wÜ','&\n9õ#Ç\"!>É,Ì“ÊáÒ_y.œ¼i9ß9','',0,'?'),('íÃ«@e…^Nk\n¢£ƒ0ñ','wp-content/plugins/thrive-headline-optimizer/admin/views/template/dashboard/breadcrumb-item.phtml',0,'T›<_g§€!¶§:¢Vw','T›<_g§€!¶§:¢Vw','GN:†-¹;ì&³jHo -`’û!”g•˜Á)ŸÍà‡','',0,'?'),('¤weAo¸œ—ÞÔ(F','wp-content/plugins/thrive-headline-optimizer/admin/views/template/dashboard/completed-test-item.phtml',0,'ÊBð°7ÞÞÞ†W}','ÊBð°7ÞÞÞ†W}','\nÿé¯>Nö‚ÖäÌ,V?\'·XNœ	DUµ','',0,'?'),('\0m£I²ÊN Oßé”Ì','wp-content/plugins/thrive-headline-optimizer/admin/views/template/dashboard/running-test-item.phtml',0,' Ÿýïë$»tµR7M¶a',' Ÿýïë$»tµR7M¶a','`e<E3#6BA%A][¡Û¹^ã®‹ÎG•ãA-¼','',0,'?'),('ËöÄTô<ö©’l ƒ','wp-content/plugins/thrive-headline-optimizer/admin/views/template/dashboard.phtml',0,'¬P$QçKUÚœº4¬«TC','¬P$QçKUÚœº4¬«TC','è·òš\ny˜|‡rÄqÎ­WúqtC2ÿbÐ 6','',0,'?'),('èÓ’2î€yÓ¡y>o”Ë€','wp-content/plugins/thrive-headline-optimizer/admin/views/template/modal/general-settings.phtml',0,'Í4ÛyÕÔ¬S¶(|vF','Í4ÛyÕÔ¬S¶(|vF','ÆÓ¨WîñpÓÿ—‰á~¢\'³šþèÒ$˜','',0,'?'),('´èu¬šÜûBé³§[\r6','wp-content/plugins/thrive-headline-optimizer/admin/views/template/modal/stop-test.phtml',0,' z•=^Þ!î}x260&Ÿ',' z•=^Þ!î}x260&Ÿ','.Ô-¼àû[‘|Ñ÷š±Ì&ø(¶#ìOÆâ(ÍŸhÍ0Ýü','',0,'?'),('«¹Þ\'\ZúÓ…Ç‚KÀ','wp-content/plugins/thrive-headline-optimizer/admin/views/template/modal/stop-variation.phtml',0,'™”ÂiÄy¨(´{“_!§','™”ÂiÄy¨(´{“_!§','\r_Z¯ž–ˆò¾ù¶gc*;ÏŸ¥À«\r¨/æòÑ[¯Po','',0,'?'),('¾­eBŒO¹\n9‰ë','wp-content/plugins/thrive-headline-optimizer/admin/views/template/modal/test-settings.phtml',0,'°¡Û´çSÁ2YÙªùßdãF','°¡Û´çSÁ2YÙªùßdãF','TÞ¼BâðâÏ\r[¨ÚŸ-Ÿ{GËQ`3½Ó!«êhŒ','',0,'?'),('s‰‚¶üx–xY¬V','wp-content/plugins/thrive-headline-optimizer/admin/views/template/modal/winning-variation.phtml',0,'éëÎºã±’áAü÷Ô?ìþ','éëÎºã±’áAü÷Ô?ìþ','nQË¬–\r_µ@öØ€w}&ÝµøŠ¤/IÞ¾','',0,'?'),('\r‹5“–‚ïd«Hõ¿‹ë','wp-content/plugins/thrive-headline-optimizer/admin/views/template/pagination/post-view.phtml',0,'u²õ¼1çKƒvréä;','u²õ¼1çKƒvréä;','D4úßb_7UBŸ37ŸÃ0kLcý§#ÜRo‚‹ô','',0,'?'),('lxØ..Ž\r~b/È›mÉð','wp-content/plugins/thrive-headline-optimizer/admin/views/template/pagination/table-view.phtml',0,'±Aº²jdÐâg“xþ+à','±Aº²jdÐâg“xþ+à','ÛÃ³ï6Rùà&cBfýòEÊ?J	­„\nÇ­¯|)','',0,'?'),('¾Ýéº!œ˜?öª÷ËIõøØ','wp-content/plugins/thrive-headline-optimizer/admin/views/template/post/item.phtml',0,'	I\'b5Þ;±š#},°@_','	I\'b5Þ;±š#},°@_','¢3€‰jˆ2—aüÃŽf™oø|Å%ÙRNÃLO¼â5$','',0,'?'),('i;ëÙÛ¦ïc­¨ªá','wp-content/plugins/thrive-headline-optimizer/admin/views/template/reporting/engagement-rate-report/item.phtml',0,'_³±½í«VîçQ3Tê3t‡','_³±½í«VîçQ3Tê3t‡','ªæ\"t\nwÄ<VâÍ=´ëï2õºu¤ÂAtñw','',0,'?'),('˜ûV¾’FÀ>õð…‘Éf|','wp-content/plugins/thrive-headline-optimizer/admin/views/template/reporting/engagement-rate-report/list.phtml',0,'t‡ê©Q­…IÀâ´ŒGÄ','t‡ê©Q­…IÀâ´ŒGÄ','ä¨Öt(+?ÈÝ$DYØ¿Þšg~Ö9Æ5›©&ˆEZÍ','',0,'?'),('¤¡%  UØæCÕU	','wp-content/plugins/thrive-headline-optimizer/admin/views/template/reporting/engagement-report/item.phtml',0,'óÓøö\"Kîþµ&Æñ¨Î]s','óÓøö\"Kîþµ&Æñ¨Î]s','ë{µ(hÞ–e&4zHž¤—(žã´Œô$‹\0 )á','',0,'?'),('^Ú™÷ÊÛ/MÆˆ#5«…','wp-content/plugins/thrive-headline-optimizer/admin/views/template/reporting/engagement-report/list.phtml',0,'î)7ÒlÎ×—õúÂÖÌç÷','î)7ÒlÎ×—õúÂÖÌç÷','ñO„4È°ÿº9Þ\\‰Ÿ	æ²ED78\\û&³í®\"','',0,'?'),('ÎHÕ=¼v‹‹äþŒÝ~(0','wp-content/plugins/thrive-headline-optimizer/admin/views/template/reporting.phtml',0,'sm©|‰m{5Ø©>,‹³>‹','sm©|‰m{5Ø©>,‹³>‹','ÍAØôYe’Ó”«D²Áæíž±@÷«=s+]¡Gs—','',0,'?'),('/]†ç$U0ëƒ¦·…i','wp-content/plugins/thrive-headline-optimizer/admin/views/template/settings/content_engagement_settings.phtml',0,'R<»Ò½X]x%v\ZkY','R<»Ò½X]x%v\ZkY','“›SJÃ„Óˆ[¼^Û2H¸+‘£úÙÜ„Pòv™#S','',0,'?'),('íŸø„ñ«e2	ðŽƒ$K','wp-content/plugins/thrive-headline-optimizer/admin/views/template/test/completed-test-item.phtml',0,'\'¼<fj\0Õ<lüj9Ëàs','\'¼<fj\0Õ<lüj9Ëàs','çjgÝXöïØ¬2.Õ/T½xva ™ž‚.ê|bAªéØ','',0,'?'),('Š¤î \':<Žgö!“™^Ž','wp-content/plugins/thrive-headline-optimizer/admin/views/template/test/no_test.phtml',0,'—Ñ‰\rÅáÄŠè3QñÖ','—Ñ‰\rÅáÄŠè3QñÖ','È(„ã8­:e}îR†ŠË1˜Å,™Mvˆ`öœŠ','',0,'?'),('æ•áJý$*Š–a9\0¹\'‘','wp-content/plugins/thrive-headline-optimizer/admin/views/template/test/stop-variation-item.phtml',0,'¾¨{ÐQ§$²dþEeˆõ','¾¨{ÐQ§$²dþEeˆõ','Í×žsÎü.]Ïyn™ßØôOñ)^ïòûjóÝž','',0,'?'),('ØbY‰k£!u	EZ\ZwJl','wp-content/plugins/thrive-headline-optimizer/admin/views/template/test/stopped-variation-item.phtml',0,'ÉDç›#8¦bÖDà«å³','ÉDç›#8¦bÖDà«å³','»úß4C™Ä$¢Å6Põ¤ç<’Ss÷¾aZÊpLÒó','',0,'?'),('NK9#ÃÊwaû?qù<5','wp-content/plugins/thrive-headline-optimizer/admin/views/template/test/test-settings.phtml',0,'õTÌþtc½Û3/3:','õTÌþtc½Û3/3:','bbî”™€DEÎd1°”KX`”ib~1É$³OGµÝ','',0,'?'),('sòóˆ$¸`o*37Ïþ¾è','wp-content/plugins/thrive-headline-optimizer/admin/views/template/test/variation-item.phtml',0,'Í9³¿ˆÊç þ9¡öÖ','Í9³¿ˆÊç þ9¡öÖ','ìãÀKŒ²æVš3Ð;Ñ¯±µº\nc[’kèCóô','',0,'?'),('\n^ýÛ–t\'<fÙÈ%÷þ¤0','wp-content/plugins/thrive-headline-optimizer/admin/views/template/test/view.phtml',0,'OUfA2ðdõ„zÑmÌy¯','OUfA2ðdõ„zÑmÌy¯','½‰±=cñ4žð”ðW,8YSÀ4Þm™q°¤ÄûW¯bk¦','',0,'?'),('*SöêDQàe|¾€pN?‰','wp-content/plugins/thrive-headline-optimizer/constants.php',0,'žëÿw77\n&wV8Æ!¸','žëÿw77\n&wV8Æ!¸','b­œ&{hÒ\0ˆý‹çÔM¿Ú.P€î‹&IUŒ=o','',0,'?'),('iIbT@äâ%d.‹','wp-content/plugins/thrive-headline-optimizer/frontend/js/header.min.js',0,'ò	û=ó’p9çDwÇç=','ò	û=ó’p9çDwÇç=','Üêáï.¦%‰1g+(¹(ó\Z…¼ØùïWn³·’­áÚBf','',0,'?'),('+Æ—äÆûº•üŽîÛîÁ(','wp-content/plugins/thrive-headline-optimizer/frontend/js/triggers.min.js',0,'GÃ–:MJ\rovÚ¹ jB','GÃ–:MJ\rovÚ¹ jB','ƒíÂð|kŠ§œ>²ûûfÚDˆ®éå—ùÛÊ‡¹C­{j','',0,'?'),('›-šô‡Pº÷ž¬\\Óû´u','wp-content/plugins/thrive-headline-optimizer/frontend/woocommerce/global/breadcrumb.php',0,'y(ƒ²Äa‰{|PÛ÷w0','y(ƒ²Äa‰{|PÛ÷w0','Ûé.Ú3à4äÃ7asKƒ%µ8”Q9A•CEÙ)Îö','',0,'?'),('Á7 ¿¥¤ƒ`‚$#öì','wp-content/plugins/thrive-headline-optimizer/inc/classes/class-tho-db.php',0,'‹Ô¹ô]•÷r»‚Žèm^lÀ','‹Ô¹ô]•÷r»‚Žèm^lÀ','g}sWg ]>L¾j8p,·Éàw%§ß;¡.+cmF','',0,'?'),(':c`ˆzÿ2õ^Äj|Su','wp-content/plugins/thrive-headline-optimizer/inc/classes/class-tho-product.php',0,'p¡|7æÇ\\®Ñ;ˆ¸\"Ù5','p¡|7æÇ\\®Ñ;ˆ¸\"Ù5','\nmL&f/™îHNƒ·‘H‡H	T„â¬=dK>°ÐÉ€','',0,'?'),('úÏ©ÁùÒm¥	s}Õ#!','wp-content/plugins/thrive-headline-optimizer/inc/classes/class-tho-rest-controller.php',0,'Œˆ²¾©³VÜ}q»ªŒj','Œˆ²¾©³VÜ}q»ªŒj','NÑÎé‚(ÙÀ¬â×23	o¸É2Ã\Zö§JòÅž„§','',0,'?'),('is·‡]{½b©úš^…\Z‘','wp-content/plugins/thrive-headline-optimizer/inc/classes/class-tho-trigger-manager.php',0,'Ñùž!*ÞÁ+>=§eM­','Ñùž!*ÞÁ+>=§eM­','­cÁ‚nS´é·ø›¬lH`\"öˆAr5¶\\3€','',0,'?'),('¿Üžêž(Ì%ìÐ>\r[Í','wp-content/plugins/thrive-headline-optimizer/inc/classes/class-tho-version-check.php',0,'-„HFK˜¦NE15™ƒ7	’','-„HFK˜¦NE15™ƒ7	’','M#;uzOp³âóÁnÌp‡4È5¡£¤í<:Qîiá>È','',0,'?'),('\\\\ÕuŸ¬ç´ƒ\0>,•÷;E','wp-content/plugins/thrive-headline-optimizer/inc/classes/endpoints/class-tho-rest-logs-controller.php',0,'Yn!ô¢kÑƒ‚VÞÿ','Yn!ô¢kÑƒ‚VÞÿ','ÔÁÒ)~Wz»\0ÐÞÉc½œž Á¶©Ÿ¥Ps1…9Üo–N','',0,'?'),('aªm7+Åy$îõ+ë„Ê','wp-content/plugins/thrive-headline-optimizer/inc/classes/endpoints/class-tho-rest-posts-controller.php',0,'¡GÞ÷Énï \0^Òr&`','¡GÞ÷Énï \0^Òr&`','Ž=„Þ«^vRÜ1êc„±Š†#é“¢n3%ÕfÓ‚','',0,'?'),('ÜlîÎp® =¹~b‘„','wp-content/plugins/thrive-headline-optimizer/inc/classes/endpoints/class-tho-rest-settings-controller.php',0,'9rÀSŸŸgÖ¶(Ž™½','9rÀSŸŸgÖ¶(Ž™½','Iã0ˆr†÷Ë\\Ã\ZUž#q\"ÓÈGÙ¬|ÆaIª','',0,'?'),('S°_Sxˆ¥—Tü$ûc`','wp-content/plugins/thrive-headline-optimizer/inc/classes/endpoints/class-tho-rest-tests-controller.php',0,'^µ\Z?¦žûw¢.0¡','^µ\Z?¦žûw¢.0¡','¾ý\0K2µéït$óa¨= ¿]ú;CGŒ[™¸1j','',0,'?'),('¸Ü:M‡¨>à=5;r\ZqW','wp-content/plugins/thrive-headline-optimizer/inc/classes/endpoints/class-tho-rest-variation-controller.php',0,'ÃBnðHå‹3#=€«Îâm','ÃBnðHå‹3#=€«Îâm','muJArG£h{S b %{yYh ³@æÀpwÚtqåã','',0,'?'),('uhñò«P0ZÌø‚]Ø','wp-content/plugins/thrive-headline-optimizer/inc/data.php',0,'âTC4ªC/ÜÕ‰Ð€ ','âTC4ªC/ÜÕ‰Ð€ ','°¦ßo¼^ÆñÈG \'!íÊ‘³ucÒÄUÏxð£r^€','',0,'?'),('qº“ŠH¢JxÏÐÌõ‹û','wp-content/plugins/thrive-headline-optimizer/inc/functions.php',0,'´“ZÍçàÜî°“Ê30‡Ïæ','´“ZÍçàÜî°“Ê30‡Ïæ','ÿ®1*‰ùÆt[Áž5äZÃ|pËôõ8\'ÌqÓ\r','',0,'?'),('\\÷›­Ÿnè>¿ÄöÛï¯ö','wp-content/plugins/thrive-headline-optimizer/inc/helpers.php',0,'*[p“Rž0:ÐàjÒUPD ','*[p“Rž0:ÐàjÒUPD ','±?vGÔŠÚ¸™Üìº*÷»í±\0äk©w;{Aí$à[','',0,'?'),('Î¤ÂÄ#MÙo5ÄÅÎ­:ð','wp-content/plugins/thrive-headline-optimizer/inc/hooks.php',0,'MuT’mI`û1XrÓíò','MuT’mI`û1XrÓíò','–aµüj)zãÏë²¼5\"ûè\"ÚƒëœIÙ™¹fu·','',0,'?'),('Û¿\nÝ%Ã{¦Þçï£/','wp-content/plugins/thrive-headline-optimizer/init/database/Tho_Database_Manager.php',0,'p*UkT4ÞPî-Kù³ç','p*UkT4ÞPî-Kù³ç','|\Zñ)×&-Ÿ(’\n³îßkÂ*ö KË´?j\0|¼\r','',0,'?'),('´!H0dŽ«ìHH_éÐ','wp-content/plugins/thrive-headline-optimizer/init/database/index.php',0,'™Óe·ø¢TØ½Ü’@¶X','™Óe·ø¢TØ½Ü’@¶X','ÿ~4¨ÐÆEü+½àº£ŽFFc°«·~«oîI&ƒÃ','',0,'?'),('Za;¨¬¢·AI2ï¯7','wp-content/plugins/thrive-headline-optimizer/init/database/migrations/ab_test_improvements-1.1.php',0,'íÛÕ¨GˆO7Ûœ¼É«¡','íÛÕ¨GˆO7Ûœ¼É«¡','û¦ùÉ>‰ÒîV\rjgZá/G\nºõJZöŸ}k·Î','',0,'?'),('HÅûÙ4{&£û^þßõl','wp-content/plugins/thrive-headline-optimizer/init/database/migrations/install-1.0.php',0,'Ûðjóø~s¶ôCT¯T','Ûðjóø~s¶ôCT¯T','Ã}2Ðã‘ü„ò\'‡ç¢,Ây†A«‡lÚ!ŠàZ23µ$','',0,'?'),('.-~˜ªêšIä•\"í³','wp-content/plugins/thrive-headline-optimizer/start.php',0,'\'P½õFM8aó3§','\'P½õFM8aó3§','\ZÜNv8{kV®°Ð•É2aÝÓËÔý²È{—z&µUŠ','',0,'?'),('û®Aöºoæò\ZRåe8WL','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/classes/AjaxController.php',0,'#?‹…§gÅ4u¼×\'æþ','#?‹…§gÅ4u¼×\'æþ','ÆÜ¯FaæÖfM-ÔAÝÂÒurf)£}ó\\_QYä°}','',0,'?'),('§m|­ýiú¦9Â8ÑüÐ','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/classes/Product/Abstract.php',0,'Ïó·²ÕÜ¬µ¨Dk¸','Ïó·²ÕÜ¬µ¨Dk¸','·{·×ßz»`éžÂú—M¼„T<k wTÆ/ƒÀ','',0,'?'),(' ïò£½È7¬íDžJ•','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/classes/Product/LicenseManager.php',0,'V†­ñv±˜\'\0¤^÷ï','V†­ñv±˜\'\0¤^÷ï','qj9~sZa œAš(í-±T¨©pÿl½Ûªeš*O','',0,'?'),('_<SF	Éß±bhuã','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/css/font/dashboard-icons.svg',0,'€å”ß„ÎlÍÿX','€å”ß„ÎlÍÿX','é!†¥v¶hfI8§ú#|sú`˜¨pU›™dGC	`Ç','',0,'?'),('ÏõÒ¦…ÇcÏlèC×Z','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/css/font/icomoon.svg',0,'|öL×µ¶¸~x#©Œ','|öL×µ¶¸~x#©Œ','4=õxŠž\"†„\"€VÇˆl1H³û2­¶wê¬|','',0,'?'),('Õg¨PÅ	¯à’œ—Ùz','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/css/font/tvd-icons.svg',0,'ÝÛK÷jõü¯(Ç*·ùî','ÝÛK÷jõü¯(Ç*·ùî','ž\nÂk&c$D×ëÉ¿ÏÚPaÅƒîù¨²»J©šs=*','',0,'?'),('¬ß\\ú}GÒõÁu	ªô,¦','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/css/images/paste-blue.svg',0,'\'	™Rˆ]ðWg¡b”¯	z','\'	™Rˆ]ðWg¡b”¯	z','š>G¿¦¾Gª\rEò=Æç…^¬¨)¾8ÅK=)°^','',0,'?'),('9“åâ³\rkï¡œÈÞP','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/css/images/paste-green.svg',0,'¢ˆ¥”™W½-¾±%|áBù','¢ˆ¥”™W½-¾±%|áBù','÷x®•íw\"Nj€pèæO(\Z ¿ÐŸn\\Dñ€','',0,'?'),('1aý:]Ws×¥œ×\\U*Ö','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/css/images/paste.svg',0,'ïÏj[Ed#@ßV\"@l_ê','ïÏj[Ed#@ßV\"@l_ê','wÞ5ër\0õj}2éâ<8¦Rå±¢Jå¯Ð‰OM¼t','',0,'?'),('²¦µÀ¬›Ié#søf>u','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/_crawlers.php',0,' -^b€s¹”f‹)‘i',' -^b€s¹”f‹)‘i','6¼2¡ünÂß~*\\;ß`i\'ÝùaþKlÊÊŽôí','',0,'?'),('¡þ>Ø’Úû€;Ô$äÙÞ•ô','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/access-manager/class-tvd-am.php',0,'ªÐÀo¯ ²\Z{×WRÐß','ªÐÀo¯ ²\Z{×WRÐß','¿¸Ü$™ˆÑÈ;?su™l—p6øè˜¡|lÏÿv&„','',0,'?'),('Â^wW¦Ý+F/Ë,ôýò','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/access-manager/includes/assets/css/am-icons.svg',0,'tLò=|ÁÅR—–jlÉï','tLò=|ÁÅR—–jlÉï','Ùæ’ùü7ÖMz_D°±m¡cY†Ud×i[£ÈŒx.Ì\Z','',0,'?'),('fc=«)|6ÃÕþ>7•.n','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/access-manager/includes/assets/js/admin.js',0,'Ö$5—¤k’÷O\\•7õ','Ö$5—¤k’÷O\\•7õ','’ï‰ˆ¥FGèÇhÅÇOWÆîþx[„ö»’IŸB`4&x','',0,'?'),('²µË!’ÿàáB•\rÍi','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/access-manager/includes/assets/js/admin.min.js',0,'¼ùÊ{··§y»\'Ö6b','¼ùÊ{··§y»\'Ö6b','þ°_Íå´Î—$µù“4G”ž«5Å ÒY«­','',0,'?'),('J7>O~›DÑñÎ¾l‰x','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/access-manager/includes/templates/access-manager.php',0,'›žó€yÝíFƒž4@‰Y','›žó€yÝíFƒž4@‰Y','\\qÈá;¥6ÚœNƒŸXÚ6~+l -b’7ÈQØðæ7Ö','',0,'?'),('õ‰½&j…¬¾ÆJJ_7\'','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auth-check/auth-check.js',0,'Ê6ý·¹oÊ´—‚•Ô)¨°ÿ','Ê6ý·¹oÊ´—‚•Ô)¨°ÿ','\\eW€»zý7û6÷£J+Ýˆ×u$·êÐ¸ÿ¨0Z¾Èg','',0,'?'),('@˜(›Î¦kízcç—*Ñ®','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auth-check/class-tvd-auth-check.php',0,'ÏÈ=÷ÙÇ½MÚ±‹tÉ¥b','ÏÈ=÷ÙÇ½MÚ±‹tÉ¥b','M‡ïE	äÚ¶Ïê‘2lŒs¥™kXËoEÇÏª3#','',0,'?'),('ÓN)ànzÿ.Å1Ô!¬Ñ‰š','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auth-check/handle-login.php',0,'«Pçv3éÄ±ÿ‘','«Pçv3éÄ±ÿ‘','÷[DòŽ\rS¢8¨hÑTM¸0\n7MñU#&¡R\ZÓ','',0,'?'),('·•is)Ú\r‰@.Ü|Ðv¶@','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/admin.php',0,'=mªu×I–UyyùMn…=','=mªu×I–UyyùMn…=','b‰€™K‹Q|æÍIæ9å¿‹þUM.«ºE ‚Ó¿','',0,'?'),('U\n²òš×„>Šø¦9²ßH','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/api_log.php',0,'Ü<ÎŒòùí0\rèwª','Ü<ÎŒòùí0\rèwª','ÍcXoƒò\"¸à(ª@&±L;´3T½}èzS?Žw','',0,'?'),('±7wùzœ\'ƒŠý£X','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/classes/ApiVideos.php',0,'µlr§öGÀU@ÍŠ{Véê','µlr§öGÀU@ÍŠ{Véê','Èlî\rÐ!:Œélñª-º…8ApØ\n9 ²‹9Ž¤V','',0,'?'),('´82†Däº•Á\r[¢','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/classes/Connection/AWeber.php',0,'<ñÛ‘g¯ƒ/e¬äCé¸','<ñÛ‘g¯ƒ/e¬äCé¸','µ6 Ÿ“U„¡˜ïê™†˜š÷(_=D7ät],A©rø','',0,'?'),('¦~ËE»f÷r˜]Pç4%s','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/classes/Connection/Abstract.php',0,'Óú’†˜·è™ã1æ†A—¾','Óú’†˜·è™ã1æ†A—¾','³²ZA{ë‡Iu?…4‘_rç¶¬\rÁ>“Ü””Q9æ','',0,'?'),('›oƒk<ebüwM','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/classes/Connection/ActiveCampaign.php',0,'Ö\r¤`WWÔJZiI™¦','Ö\r¤`WWÔJZiI™¦','aÓmD­‘ó=±¦Éõ	-?‡Ÿ«CˆÃœvÐÉT&†£R','',0,'?'),('¡®¨Ô‰ttˆa,¢s»Pòw','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/classes/Connection/ArpReach.php',0,'³í,%Îð¼Ñ+Yëü¤„','³í,%Îð¼Ñ+Yëü¤„','ºþd¢;‹Ú„ÎõyÜuX4ð¨\n=¢C»áz&›pl®','',0,'?'),('d(£Ä\\µxà€·ˆ%`¦»','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/classes/Connection/Awsses.php',0,'Š×|ù«þ9ªD\"ív\rÚ•','Š×|ù«þ9ªD\"ív\rÚ•','šâ™Ž|§çÀí¦Ý(¦ ¼)Ièê–#*œ7%','',0,'?'),('¹i‰Z0Ëú1;;.‘­Øq','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/classes/Connection/CampaignMonitor.php',0,'ã¡D—Î@í?Pˆ/á7¤$','ã¡D—Î@í?Pˆ/á7¤$','ÛƒW-ãß¨ú{]£~Ü·„á_†}míaÁˆv›Ÿ¦','',0,'?'),('¯i4nÐ%ŒØ@÷®3Ë,','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/classes/Connection/CampaignMonitorEmail.php',0,'[OVÄÎði‰Äàh•ðÌX','[OVÄÎði‰Äàh•ðÌX','ØnëÚ„‚!\Z\\ZúY/ I¢¿/-NÀ¶å´¿ÓŽC','',0,'?'),('!¤Ñ ¿ÿW\0ü®{Ð','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/classes/Connection/ConstantContact.php',0,'¬ët‡w>ßmÁ*ç[ý›¡','¬ët‡w>ßmÁ*ç[ý›¡','6Ó`ãgp^~ëÇ}¶µ¢%¸ŸzÎ‹GÔ÷i¡\"ê-ƒ?','',0,'?'),('¡Vs÷[Úß3„Sq`|ê','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/classes/Connection/ConvertKit.php',0,'¦Î ‘hîZ.„”>$’²','¦Î ‘hîZ.„”>$’²','ÏNR‚\\h\rîÕXqOµ!F\"0Ùñ÷}ÙC®õ>çRLœ','',0,'?'),('G`•ÃîÞ‚Ká)ˆ^ûÉ','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/classes/Connection/Drip.php',0,'¡”jÏ4‡þZ¢~T§ç','¡”jÏ4‡þZ¢~T§ç','Ž¯È~ÑËŠ¾AT‡¨»¡ë{µ/¢Û%–*','',0,'?'),('’dê&<]šn8ÞÀ•','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/classes/Connection/EverWebinar.php',0,'ÕH4ô¢òþt¶\"›F9×)','ÕH4ô¢òþt¶\"›F9×)','+zÿ¢ Âã.öl™Q¤RÍšj™x‹ßÛxs´9àû$','',0,'?'),('wz…×ä÷hý< Ë´¨t','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/classes/Connection/Facebook.php',0,'¾	<‚FØå»d\nú ','¾	<‚FØå»d\nú ','q8‘’=B|ŠIRbŽ1ÎÈQ5°õ€XÔíÈ@»{æ','',0,'?'),('³c«¶\"©OÛè¤©ÕÛþL','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/classes/Connection/GetResponse.php',0,'¢“\nÜ-@=Và83&]','¢“\nÜ-@=Và83&]','„™ËKiNï{G”z™\rëoàä6*¥Ì+J-GÇw€4','',0,'?'),('ˆÍNUoÇÄŽo£ëÎQ','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/classes/Connection/GoToWebinar.php',0,'cÛ?L³Ê¯t9©å³­—6','cÛ?L³Ê¯t9©å³­—6','3U1%šnœyþµÚÅ¦ÅWºA^ÍiË !®,µ¿C','',0,'?'),('¢›ž“&½ÝÃI~\\À{gÂ','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/classes/Connection/Google.php',0,'Q;¥ºšRJµ-Eyû×','Q;¥ºšRJµ-Eyû×','ë/ŸÅÎ]Q#OË6?HSùúÍÚŽ’<h5Ö+Ñã×Ûø','',0,'?'),('~<[ÊC<:ð¦','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/classes/Connection/HubSpot.php',0,'\0îf0\rýû\")Ò½rÔ¯T','\0îf0\rýû\")Ò½rÔ¯T','\"åL5™’V_™lL“¥¶ RÃÆ.Ê„¾Jöß\"pà','',0,'?'),('Â•¹TXnnçAÿ>ç¯Û','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/classes/Connection/Infusionsoft.php',0,'IŽx•ÑèÑHÜSæÍÊ_V','IŽx•ÑèÑHÜSæÍÊ_V','6{[>ï×3)rÓûËhË-³>u£c×™ÔŸç†.Z','',0,'?'),('yÜðÏÇõrª¡u,Å4ÝóC','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/classes/Connection/KlickTipp.php',0,'½1ƒí\ZCqÀª5eßë','½1ƒí\ZCqÀª5eßë','É!ªS§Ü×0Z-þUë\Z·)[BÕÖ\0˜æ3„ÊpPP;','',0,'?'),('Dm¬‚¼{ƒèì³1X','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/classes/Connection/MadMimi.php',0,'°EI9XÏh­b\\0ÒE”É','°EI9XÏh­b\\0ÒE”É','rq8Ï(µ¥•õ´×/î)RBµ’ø‚ÿ=Mý+ÙIqy','',0,'?'),('Êöàæ†RQwÂ Ž\\ô','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/classes/Connection/MailPoet.php',0,'Jót²CìiCú\"0ºx','Jót²CìiCú\"0ºx','xøŒc\\ý¢5`æ€Â8¿8;‘À{ˆ\r²“T','',0,'?'),('²î2Î“}RòÐ@?ÌªH','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/classes/Connection/MailRelay.php',0,'#Žq§F3\nKÃâSyéÞ','#Žq§F3\nKÃâSyéÞ','Ý‹:o1Û¬Á3Ï+\"¯Œ)–Nß¨V|c¡á¤f2','',0,'?'),('«¡W°ë\Z¸¿°N\\OÅê»(','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/classes/Connection/MailRelayEmail.php',0,';µSÞ¿þpJ¼/	³U7Ö',';µSÞ¿þpJ¼/	³U7Ö','¤~±Ú?7…®”’,`5ÜYÛÆ.$	uÅšMø	Ù’þ•','',0,'?'),('puçs¥.9¹UWžÊæp','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/classes/Connection/Mailchimp.php',0,'Â£ž¢å«ÃGcÝJõˆÕ,','Â£ž¢å«ÃGcÝJõˆÕ,','T;1³\03ÊÐŸÉ* ŒÄÞ?Þ$Zfx%ÖJ­œÁØ¢','',0,'?'),('ák9ÝLŠs‚j ßBÃ','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/classes/Connection/MailerLite.php',0,'\rª8{›ÆnÑ»‰ß\0ë{','\rª8{›ÆnÑ»‰ß\0ë{','K‚¢H{…©M‚/ŸÓ\ZÅ¢0gX_{L|<îóÑìNB','',0,'?'),('i@LêüqádÓýáý\Z4','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/classes/Connection/Mailgun.php',0,'ƒÑé‚â¼ù>xëÏ¸=','ƒÑé‚â¼ù>xëÏ¸=','tüCâkiŠò\\œYäÄ#•ßF_\\sUÈ«,f•jñ','',0,'?'),('QÝWR\"$ì yˆ®Fø“¯å','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/classes/Connection/Mailster.php',0,' 2P=Ë?\"\0™',' 2P=Ë?\"\0™','h‰Vì	cÊ‡}7XÏOôÒb=-Û®äûÏ|XËY¨','',0,'?'),('æºÛ>1…}_]m˜[ìÄc','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/classes/Connection/Mandrill.php',0,'¹ÄÛÂBè5¤ÆpWÙâ“','¹ÄÛÂBè5¤ÆpWÙâ“','­ç[2Ë×BTV=gÃ9ÈÜý¼ÀÑ ©9Ä3ú áE\0‹','',0,'?'),('ñÝ.JÛ\ZÌåøoÂÍnH','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/classes/Connection/Mautic.php',0,')SU\rŸ€~Õw|ä$',')SU\rŸ€~Õw|ä$','½_aRwd~4ÙlRZY-ÙùšFª×Ä«öjFÅôÉ›','',0,'?'),('·é¯6.ùåFdæüp¯%‰','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/classes/Connection/Ontraport.php',0,'Œiê`ƒN‚)V¤h“','Œiê`ƒN‚)V¤h“','ÏDY©g>ÌÑ3À°l^÷B€Xu³yÜòûÜŠIK²õ','',0,'?'),('{’üÇät\"É¶;fÞ\r®','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/classes/Connection/Postmark.php',0,'66\'JåÎ˜¾òçÁ`KÙ…','66\'JåÎ˜¾òçÁ`KÙ…','T†`ð;R*{èæœRd/¹ƒN„ÝÝô·Þç°ƒ÷\Z','',0,'?'),('¤ŒÍ«œŸé µúþtá','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/classes/Connection/ReCaptcha.php',0,'O·‚ÑEŠþ6æ™ÂŒì','O·‚ÑEŠþ6æ™ÂŒì','U‡ÁêÉE\n¹;®©KöËÜk&,ÝBÓXºàð‘8¶','',0,'?'),('\03vŽU#s{¹CX','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/classes/Connection/SGAutorepondeur.php',0,'GÂüJnÜ,Ž1.O%;¶_','GÂüJnÜ,Ž1.O%;¶_','ËZÍñÑßùsBèœ;¹>gµ˜zÂ$ÛG|Ö&&3Z','',0,'?'),('„µJXPúdÆ1j2ä','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/classes/Connection/SendGrid.php',0,'§L¤\nõ^£§ÏlÞ¤j','§L¤\nõ^£§ÏlÞ¤j','1Ž¤åYÕá@±*7©Î»P3MŸH´˜ùwggâ','',0,'?'),(';Òõº¹šŠ\'ÛÊ¯Vo½Õ\"','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/classes/Connection/SendGridEmail.php',0,'®WWÉñm€k*à}=*‘h','®WWÉñm€k*à}=*‘h','ëÙ•|ÜËb$£ u§ËhGRí¿\Z‘÷ˆ]ª®[','',0,'?'),('«‰ü‘K½ÑÊI¹ã¡³Äƒ','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/classes/Connection/SendOwl.php',0,'íìüO|møúŒ„ø¦›\r','íìüO|møúŒ„ø¦›\r','¥F¨c_ëy—@åÌº¨Õ±½\\ÐÁ=Æk	]¦>Jõ?p¿','',0,'?'),('˜ ÿVËˆíS ,¡©','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/classes/Connection/Sendinblue.php',0,'ÊëfÁXzn¸)_dµ~Ë¬','ÊëfÁXzn¸)_dµ~Ë¬','N a#“^i+è\0Cõ6¸4˜˜âÒ}tÃ÷+g~®','',0,'?'),('£Ê\Z3åÂ¾rþ…Åš¬Íý','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/classes/Connection/SendinblueEmail.php',0,'ôøŸ{‹4÷Ï‹ˆ\'žr,<','ôøŸ{‹4÷Ï‹ˆ\'žr,<','­ìt©­~3GÀ÷Ú{£ýDVìµGh—‰¢Kñ=¢ä','',0,'?'),('×bsù-ãƒ`QÊFØ/¤ß','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/classes/Connection/Sendlane.php',0,'r²v AŸÍŠœ×»+äó','r²v AŸÍŠœ×»+äó','OyÇ=½dWw6nË7ƒŒO3nwÁ§N\rñ_Èæ','',0,'?'),('¤ÝóL¬{q¥É”AÔû›','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/classes/Connection/Sendreach.php',0,'lí[0»mˆµðË5ÔÁ`f','lí[0»mˆµðË5ÔÁ`f','ÀNýµRÉÔ‡~\ZJÛ«ŽÀoUÃ.ùìBmýü¬c','',0,'?'),('_Ø€9tŠÚcUÍ¢å°}×','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/classes/Connection/Sendy.php',0,'±uöz1³úx¦ð1_»H','±uöz1³úx¦ð1_»H','_äñâ=+80¨˜ìo´¹»¦Ìôñ^ªâ…‹\r<í','',0,'?'),('`[”•òV$p^#FœÂ','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/classes/Connection/SparkPost.php',0,')CÑ´5Hm	h5mæ%Ò',')CÑ´5Hm	h5mæ%Ò','Gã\'…ŠêkG503:¼EÏZÝ_ªëÃÆå£ü÷ˆôì$','',0,'?'),('TÄNS)#.pÄ×žÙŸÐ','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/classes/Connection/Twitter.php',0,';³|æP W¢ù»GŠr¿',';³|æP W¢ù»GŠr¿','>ä:…Q=¸r/ƒRDr]gëº^&tt´S{®¨B','',0,'?'),('åÌæ•—HxÙ_Ö?‰{','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/classes/Connection/WebinarJamStudio.php',0,'Õí_=Ð\r(j_­s','Õí_=Ð\r(j_­s','>’îë¯‹GWÔBWÝÚ·²œÃšU«Œø‰8œžêÛ7þ','',0,'?'),('‡àº×Ô\'oƒo\"E×³“,u','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/classes/Connection/Wordpress.php',0,'Ñ\\xâiªûõùRhh¾6\n8','Ñ\\xâiªûõùRhh¾6\n8','û9œú—×¿ð6Xå£9²Ê±T(„Å›øê§íª','',0,'?'),('¡ì€,Z8éDž€f ½','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/classes/Connection/Zapier.php',0,'®&šú3GùâùŠip¸²','®&šú3GùâùŠip¸²','ü t¤²Ù;ýûÜ]¼GÎ¶†+V}l×oçãè½°ü','',0,'?'),('×\\›øš6\'©%³F>¢\n','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/classes/Connection/Zoom.php',0,'Ísxj|×”×Î¨„åhÉË|','Ísxj|×”×Î¨„åhÉË|','bÅÿ.)‡”Ø€yYØ†…» +ÄiT£XIF','',0,'?'),('˜±È^êùXKÏ¥ØÅù!Ê/','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/classes/Connection/iContact.php',0,'„POe>3¿È|NÀd*£c','„POe>3¿È|NÀd*£c','i½&Ï÷©¼Ïq\"ˆ¶N.»œ¢\\Î]¿£ÔA5û~¸À','',0,'?'),('¿²0©®­FÇÆqhìgÍ<','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/classes/Connection/v2/GoToWebinar.php',0,'Ë~¸	\rÓj\r¬Ä¬jÖ_Ì','Ë~¸	\rÓj\r¬Ä¬jÖ_Ì','rBÍ-Îgó†¼™\n’9½ôã´ðf÷K3Ds¿}w_“','',0,'?'),('²‰«@ýÅß>Ü¼ÿÜÆ','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/classes/Connection/v2/SendGrid.php',0,'¡Z\\ì€°t‹qÂR&','¡Z\\ì€°t‹qÂR&','ÃÁ—ýÑ“Ødm(!žµ÷Q’.\\ÚÚÓQ*Á¡°rÂÎ','',0,'?'),('€fæò/k¥ÍuðFì#','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/classes/Editor/Controller.php',0,'Èoßð·÷GõŽÜ ëÅ','Èoßð·÷GõŽÜ ëÅ','šÕÅHÓè˜Ír„ï¶ÄyI¶q/c¡v¥ìQIž*\Z“D','',0,'?'),('ëÖQ(\\YpB÷7}#÷','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/classes/Manager.php',0,'.[ûêvÀŠ¢“1efÇl','.[ûêvÀŠ¢“1efÇl','¤\ZLnX9òªpcº%f,ÊeÚžõ–v^Ýÿo5ø','',0,'?'),('‘‘À\r6žæ«³¼ÇûØ','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/Base.php',0,'+„&…Å®65©àÄÿi','+„&…Å®65©àÄÿi','p²¤Ê‘ƒÉ6K:‡\'ƒ:2Ìýþ©~â%ýÃª8Ä‹mû','',0,'?'),('Ê·b‹¦®ÒÁìùÇ$MY','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/Collection.php',0,'N$IÖF#;Ñ•¡“B]','N$IÖF#;Ñ•¡“B]','ÞçBqôVaÓ‹š‚Ž·\0Öõyyû.Pð5‚ûì','',0,'?'),('\nì.ˆx«.ª†\0ÃáS','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/Entry.php',0,'Ø¿e#ª¢ Ïý#ÚšÈ›‡','Ø¿e#ª¢ Ïý#ÚšÈ›‡','x¦É…ŒaZ*6-&ØIÈ±y.-xÊ·uÑŽv=ó%','',0,'?'),('\"B)ÂX­´Ê=0c®©','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/EntryDataArray.php',0,':¨‰;Ç€XI²ã7»Ü',':¨‰;Ç€XI²ã7»Ü','´˜µò%¸P¦Á$¾Õ—UÚæ©‡#‡WRná¥y','',0,'?'),('-ðÚÛC?13ƒ»|UšHKé','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/Http/Response.php',0,'84Õ¼Få6fÕem¨','84Õ¼Få6fÕem¨','æ7ˆÍÃ”sÆ#àõ‰‘Ê;§\Zà\Z™ä0¨$','',0,'?'),('T“;‘<¬\ZúXæŠ˜„','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/Oauth/Adapter.php',0,'™@t33cYÃ¶úí_…','™@t33cYÃ¶úí_…','Ñþít¦™—a!gŠ&åŒ|E¬IÈˆbêGÈ','',0,'?'),('P¶ÅçzN4~àÔi}','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/Oauth/Application.php',0,'eÕ&AãX ¯>ÿUØ“N1','eÕ&AãX ¯>ÿUØ“N1','Ø”rŽê–ÃðVÎ§s\"†ýu	\ZóxÛqÉ}¢ƒÝ%Ž','',0,'?'),('d–V¬ŠçúËª1ì9X—¸','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/Oauth/ServiceProvider.php',0,'öT¤øïã#·N¯ˆÈ¾','öT¤øïã#·N¯ˆÈ¾','‹?.ÛÞoÂÔI›‡´È‰fÊŸ²yw4ÎÖpÅ7','',0,'?'),('fûŽÃ®#×Ãà\'.\r_Å','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/Oauth/User.php',0,'¾V›Fþtÿ„¼}‚Öet8','¾V›Fþtÿ„¼}‚Öet8','“sœ2eårŒ’G?¶i—ÔP¡ìf…eþT$½26ë','',0,'?'),('¬Vmn¾äuÏWWÍpÑÔT','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/Response.php',0,'›û±\\Ò”´Þ7.ø‘AiÀ','›û±\\Ò”´Þ7.ø‘AiÀ','€R»„zàš S¥¶lÀFÍ!É¶§0°Ðz×Ø,‡@aA','',0,'?'),(':¬Ð:ŸŒò™4Ìþ	•ö','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/ServiceProvider.php',0,'P£™©†•ôFrÙ¸GÄF','P£™©†•ôFrÙ¸GÄF','\'vD‰kŠôfŸ–é½™1Û®Ä¡‡h†8ˆ®9Žþ','',0,'?'),('lIn7„ZúZfI¼Ö²','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/exceptions.php',0,'Q™©šeoâÙaÎñîrÛ','Q™©šeoâÙaÎñîrÛ','Ë1¸Ì·Kl®á»$Ž…äØÌ}¯ê¡jfžŒµ¡!','',0,'?'),('*»ÿÆÈ¡BÜB†é‹Ç€§','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber.php',0,'{NŽ‡DÄXM³{s¡B»W','{NŽ‡DÄXM³{s¡B»W','*IÅÏcÏ”ˆ‡K+§Rê¯ì±ŽíqoúŒ€ª»]$sÿ','',0,'?'),('óh@åñ{1(XÈ¹','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/ActiveCampaign/Exception.php',0,'Ð;.@1¹¥æŠå(Rüà¯','Ð;.@1¹¥æŠå(Rüà¯','v%#{/¸v<X°&3r’¹µÖ‰=Äÿv¹lîö\\','',0,'?'),('ÎÐCrp:ï|}¤±ßÂ›','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/ActiveCampaign.php',0,'z<Ç¬ƒ@à§¾','z<Ç¬ƒ@à§¾','õçãvÄGv”xÉ… ®àŒìÀâÏñ:qÒãÊMm«ý','',0,'?'),('ü¤»„aÉÎÍ’S¶§–çc','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/ArpReach/ContactException/Exists.php',0,'”\"±óí8Ij4Ûm÷–ì±/','”\"±óí8Ij4Ûm÷–ì±/','Fp:—øë½kOmçh+ªð‰êúrªôí²dLŒ','',0,'?'),('¿ø9\'Ž9†­ÄX,ˆ©8','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/ArpReach/Exception.php',0,'Êç°Vû~n®µ|P€¸','Êç°Vû~n®µ|P€¸','7óo¦…™76’‰S«¸ÞÚ|VãWÕz¨fÏg©õó','',0,'?'),(' ¡&…¦\"Ê	Ë·oÔ.(/','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/ArpReach.php',0,'*6¥µOß¥Þê·4\'žÍ/','*6¥µOß¥Þê·4\'žÍ/','ÊÊ\"cºçÜî£¤¡¦ìÁóÊPZÏWQ}zjÉ‘x ','',0,'?'),('¿f›7¿[Õáqân·\\;Ì\"','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Awsses/Exception.php',0,'¢¯í™TÈsQ^ëØAŒÚ','¢¯í™TÈsQ^ëØAŒÚ','ú\r+°&¿Íéà\Z`ˆë\"šÌ•\\^çHÃ »2C','',0,'?'),('ø©³„¤7EÞí¨ð‘º«ê³','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Awsses/SimpleEmailServiceMessage.php',0,'ˆ‘3@€Ÿ]h£·Ž«','ˆ‘3@€Ÿ]h£·Ž«','JÈXv)\0:²|Z>¨„7–V¾¨.m—ð¤ç6|ËÜ','',0,'?'),('ÌÅTºÝÉ\Z÷ˆ,?EüŠ','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Awsses/SimpleEmailServiceRequest.php',0,'d!\ZevÏÓƒ ILîÄb','d!\ZevÏÓƒ ILîÄb','i£¸/U¡p<¸	ˆœøšr]›¢1a±“êô=¡P','',0,'?'),('c±%¹šß\"ÔŸ³R¨Ê˜','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Awsses.php',0,'áÙ½d~òHaŒ÷¦½¤*º','áÙ½d~òHaŒ÷¦½¤*º','¤F›‘þ³ÁÑeÙ³vW)¿WW ØE²Sy›ÿ•M,ˆ','',0,'?'),('Ò+Èkq»)•pñÈ;}ÎŽ','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/CampaignMonitor/ClassicEmail.php',0,'£m¦©A‹l„\rÄ\ZC;IŠ','£m¦©A‹l„\rÄ\ZC;IŠ','ú 0ß©Ó¿w¸Kƒz9ØÊÀ¦›Eù²Ît Ûˆeµ:','',0,'?'),('ýíïKpó¯X+ÈØ^','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/CampaignMonitor/List.php',0,'ºÚi)jˆÝ€Œþ-ŒSo','ºÚi)jˆÝ€Œþ-ŒSo','Ì<fš ~Ñy2ðµç¤¹;,ÏÅÉ4ÆÓl‹&','',0,'?'),('–o ý«ø‹}Ñí7 Œä','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/CampaignMonitor.php',0,'ä”?~u,Üi;+ç·L\0E','ä”?~u,Üi;+ç·L\0E','¾J{ó‡~YôŽ-äâ–´JÅbå)Ó{CŠÕ3–?)q','',0,'?'),('$­\0(¹×gì:ßÊw]\Z','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/ConstantContact/AlreadyExistException.php',0,'C(všƒÊ5x®¡c?t+m','C(všƒÊ5x®¡c?t+m','*—ž|ÎŸÐ55`%jœÏ\r›Æ|Y^jE^‹¬Y¹†’','',0,'?'),('AÞ©£ÂO’4€)‘ñ”ÀÝ','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/ConstantContact/Exception.php',0,'éÀ ”è*þºq½¡®À','éÀ ”è*þºq½¡®À','ù.ƒ½ª¸U”tðò¾”ÈöŒÙô¸yÌÂÍ\'ó~{?j—Ö','',0,'?'),('zR”oãÉgsr†$Û®','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/ConstantContact.php',0,'è]e‰cù-«¤9¦Ê','è]e‰cù-«¤9¦Ê','ÃVåüFTª… \"ÑD91âÆ÷\Zø=7ßœ±2ø™','',0,'?'),('$ì,®|7wø˜Ò›-…ˆ','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/ConvertKit/Exception.php',0,'Pù]FQÍ›¦µä’r—Æ6','Pù]FQÍ›¦µä’r—Æ6','œ [ûÆÕ;ecSBšÁõ\\4ý`Õe™bä¥×{8','',0,'?'),('CsoÍ”	uÀ„‚ô‘éZ–w','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/ConvertKit.php',0,'ò>üx#Ž?Q¸·^•»s5','ò>üx#Ž?Q¸·^•»s5','0FÏsR>•û´J÷-§Ð8¶9Ó]óèrj*B¿ô%','',0,'?'),('Ä\',+×Œ8³Åé·e¼H','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/CustomHtml.php',0,'ò„.ög°uÃ“vHMˆ','ò„.ög°uÃ“vHMˆ','3‘±o*[» m	ôÁ~É0Ùžxy8JQCe²ËQ¨Qê‰','',0,'?'),('û¦:•	N:I9$üàÆâ¿','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Drip/Exception/Unsubscribed.php',0,'Z~Áft!mt—\0*','Z~Áft!mt—\0*','ÙÁÄµ®i!{MÐ,Ë£aÞwô3ß8Ô¤Â™ç	²3Š','',0,'?'),('Ù³³ù¥hERo´+Fþ»','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Drip/Exception.php',0,'Pª¸÷ü“äÙ‘â¼a]ÞJ','Pª¸÷ü“äÙ‘â¼a]ÞJ','˜â“¶£wéCþ(’	>9‚‘ÁÉ‹,L\"ì*','',0,'?'),('!x—Êýh¤†Ç|[¤X¤','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Drip.php',0,'Ál›’ê·ÖŠÅçmÈ.˜L','Ál›’ê·ÖŠÅçmÈ.˜L','î!\\Îë’¼äãhƒœ.ãhH’HKºžþCwÐ Âd','',0,'?'),('ÿrè¸vj(´(»w*Íú.','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/EverWebinar/Exception.php',0,'Tôã.õ\0uîie½Ò','Tôã.õ\0uîie½Ò','þ¯1rè…Õ½aGkDÄ†0½K&‡Æ’%7!WõF­Â','',0,'?'),('ª`¶Áo¦ž\\W¸bãYƒ','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/EverWebinar.php',0,'®b(¡m2\0Ûá¥Y|ì2D5','®b(¡m2\0Ûá¥Y|ì2D5','…¨¾)T>¼Ïë×Ö\"|–ðPÁ<åáñÆ]2Îg','',0,'?'),('À÷ôfdº±ã°}ªg˜','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Facebook/Base.php',0,'Á&ûó:t´H´áW¾Cm','Á&ûó:t´H´áW¾Cm','“¾é–`ªÅ‰V;\n;ò®ßŽV,n8’\Zúœf\Z','',0,'?'),('˜ÃçG>†óNÌG×bªC—¼','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Facebook/Exception/Exception.php',0,'¹‡Ù†ÈÆJÀ%\rÔC‹','¹‡Ù†ÈÆJÀ%\rÔC‹','oØâ·‚\' U‡õ/cw¥Óšõ\r`ìœ§£Ü¤%SU®','',0,'?'),('À$T}EqÅUfz+ü¤4Ü','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Facebook.php',0,'\r^~È· 4RÐ³½õ–,','\r^~È· 4RÐ³½õ–,','õbžŽ˜M0ãs	y÷‡)ÿŒ&ŠS¦W³£íw-Qh#','',0,'?'),('”To€\'þ\r\\¶ü¶N©','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/GetResponse/Exception.php',0,'V£»÷Ú«ÈæÍ²å¢VS3;','V£»÷Ú«ÈæÍ²å¢VS3;','Ü²¾·\0ëû8¾ù‘)ìÈPU©j…yAÏ’ÕvDU','',0,'?'),('Po‚‰eÃO*ø]Ä','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/GetResponse.php',0,'ÚLÆ#Yû¦[ÚDó ±öä','ÚLÆ#Yû¦[ÚDó ±öä','CL	³—Ž†?æ–:E0œÉûêí^ÂŸTˆz£°[','',0,'?'),('È)sàÈÖm Ã»\"×Û¬','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/GetResponseV3.php',0,'˜ß•`UZ2¢ø¸ò&áH','˜ß•`UZ2¢ø¸ò&áH','*f¦Õ)¥KdE†Q‹L>aÖ7dT®x\0?Lö¨','',0,'?'),(' 4dçÞ>7YÌ-kj','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/GoToWebinar/Exception.php',0,'=†UqcÍH¨!ïôf½','=†UqcÍH¨!ïôf½','ñpYú}2YzôSªXës\\–PqíÛÉ|š&Ç','',0,'?'),('­RÅ½&	7¦—ñŒö–-','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/GoToWebinar.php',0,'ßøõÇ¬¡’½MçÂÑÌ','ßøõÇ¬¡’½MçÂÑÌ','Å†\0.ÌìF\Z’º”´òHf¾ñï—â,/N2æÎ’2','',0,'?'),('ÍÞí|<ØÚ4lóÌÈ{','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Html/Renderer.php',0,'ØšÓ`*ÂÌ?¿»iv¹','ØšÓ`*ÂÌ?¿»iv¹','ŽhD0Lb™ÿÐ¬$RCÙ áö¦˜¸k6)ÊO™}«¬','',0,'?'),('å}P«’\rP®>U~æ%@_','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/HubSpot/Exception.php',0,'ŠùQ2NiùÌòã<gŸ','ŠùQ2NiùÌòã<gŸ','!ì8ÄuüW\"9ÛËœ–Àþš¹Ý¥ùõ}˜%¡QØ1¬Y','',0,'?'),('R³ðv6ÖõLÒ','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/HubSpot.php',0,'Ôu5a¼cÈÄú¬·','Ôu5a¼cÈÄú¬·','oaËÜ$Ð_˜2*¦ã\ZUÏÆvŒC– [¶3[‹Å','',0,'?'),('¬É\'XA\0°C\n<3S\r','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Infusionsoft/InfusionsoftException.php',0,'ïÜ`„7ìÙ|z]-Ó{¬','ïÜ`„7ìÙ|z]-Ó{¬','Æ¯od‹	„tä„Ø¿“âc!p™´\'Û”õš‘¿«l','',0,'?'),('\0Î)êwè|¶‘á%–Ä©','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Infusionsoft.php',0,'ÍŒ;ûêÉÛæT‹wÆ','ÍŒ;ûêÉÛæT‹wÆ','ÂN¶^2Ûá/úgÍ¼¸éÿÂ1à}Ï/_Çm+k¾ˆ','',0,'?'),('â—øè;ã¥‹K›¦Qè3|','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/KlickTipp/Exception.php',0,'*j$°]¤bšeQôŠ=B','*j$°]¤bšeQôŠ=B','µ-Ö)ý´B¨–bRZ¸DXt¡“~Gú#pþÁ—êŽ','',0,'?'),('þ­¸$ÃsßùÉ\r*Ÿ4¢','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/KlickTipp.php',0,'¨ásM¬öÔc§¤jc>ŽI','¨ásM¬öÔc§¤jc>ŽI','I’\rWrj†‰Ý³7 ~\"!H9ÊÎ˜>UÀ‡lÍÐê','',0,'?'),('““’}¹?<£Yb$°Ž','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/MadMimi/Exception.php',0,'³PÅ ¹Í”£ºŒu½','³PÅ ¹Í”£ºŒu½','ª:}vœ7øn›´«—€ñªò×â$»î3ªý} }','',0,'?'),(')*ÖNjMâ|B°Œ‘yg','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/MadMimi.php',0,'(|Ljy6ªçÏº¯•&\01','(|Ljy6ªçÏº¯•&\01','õ=@°¬úÎmû[âÎ‰š#	x„–dž¬ãQ-#¾Xº','',0,'?'),('¸®êuª­­Á7á#bÎq','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/MailRelay/Exception.php',0,'¨AÕÅH•w~ÚÌ‚$ñµ¢','¨AÕÅH•w~ÚÌ‚$ñµ¢','Ö&ÕVïiR§fYÖi¬™ƒþò¢T¼é«5^Öé¿ËL','',0,'?'),('0íÎW>)ï‘(¾šÉ£¤ó','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/MailRelay.php',0,'‰åÔ‰¼—þóx¸.Ï®µ','‰åÔ‰¼—þóx¸.Ï®µ','­ªÈëw6YžóKƒõ‡Êwò	Þ¾\0;ÑD+®Â,OÓ>','',0,'?'),('Øù–27m.•ÚyÌr','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/MailRelayV1.php',0,'³CÎ}&aŸý¢¶·’T','³CÎ}&aŸý¢¶·’T','ýBÅkÌò¡àÎÊ…6íëFd¾\0—ßh8ø¬`ú','',0,'?'),('óF×/gÉèfEºÉ«','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Campaigns.php',0,'œeIi´­é`|ä(·8Y®H','œeIi´­é`|ä(·8Y®H','Ä¨Oý|ì“¸B…yRÛCÞc„j´îžÖ9n©›','',0,'?'),(' ¸g+›Ž<æcZzÅ!','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Conversations.php',0,'¢‹lSÄä@²ø,d{Qâ','¢‹lSÄä@²ø,d{Qâ','ÞæéüÖ`Ì1;E JnCÎ(¯\0­aÖáŠ0Ql','',0,'?'),('nWm¢¤eænH·{Ñ','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Ecomm.php',0,'¶ÎY£žS³3¥Xi¢\Zêàñ','¶ÎY£žS³3¥Xi¢\Zêàñ','ü»ó\'¢\0MŒ…\'?è\"a,7ÛözÅ\r¼ðuT|tŒNb','',0,'?'),('¶<\rÖ,5ÎàÀîg†rºãi','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Exception.php',0,'DÐ¢ñO%Æ¶€‹už¡ÿS','DÐ¢ñO%Æ¶€‹už¡ÿS','š:Cjeh#‚FD}³T’MäésIG¢/põl‹8…8','',0,'?'),('´_ZIç’.Á\'-kf','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Folders.php',0,'Ï2R×lOWC£@³U','Ï2R×lOWC£@³U','I\'0¢á*ÊØ}Òº Ë`XüóÂ½4ßíII®•Y','',0,'?'),('²IgœMƒoÃÁh<yøff','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Gallery.php',0,'êë‚ÌåÀy}{™%+OŠ|','êë‚ÌåÀy}{™%+OŠ|','”D~\"ús^SG*Øð¼ùôPr\\l¡A_’´:','',0,'?'),('G3ÂÆ¥:r^n”½’	ZÏ','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Goal.php',0,'K\0üÀö9ÎêNÀá','K\0üÀö9ÎêNÀá','¬‘Áw¥3\"Ž…ñ°ˆyÃÔ©NzB‘äI‡éiº}wWS','',0,'?'),('mNG¹ò×~tÅü= n','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Helper.php',0,'a ¶r¿NSœvEmÆó','a ¶r¿NSœvEmÆó','n¯›r`\r?ÞaÉ‘ÌDWÜÈÀ\\à¨!6{yjX‚\r','',0,'?'),('†çúåš©«^-š|\"Iúš','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Lists.php',0,'\\°¿6ª\rKl˜“œ^¤','\\°¿6ª\rKl˜“œ^¤','ügFX5j¦ãÍ	r³<ù©Úý´½%“Â|Q','',0,'?'),('Œ2DŠ6íÁÀªIšÆ¹ë','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Mobile.php',0,'–»ºˆÕÝ‘óò/Î’lÃä','–»ºˆÕÝ‘óò/Î’lÃä','6®Ycà·W	Òý%mPŒb÷M}µ0ÇZé¢=åR‹','',0,'?'),('„â¶#åkÛxÞ3ŸZ\0aô','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Neapolitan.php',0,'¬®œÑ‹œÑœ´_//­','¬®œÑ‹œÑœ´_//­','OhÌ -Š	9ú•h¥lÖBá0›—QJ÷_\nê€','',0,'?'),('Au˜·!cb…ë0ÓØ‘@','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Reports.php',0,'þ¨a¨B5°—F¡W{','þ¨a¨B5°—F¡W{','ü0O”©Gg¢cú,oô<\"7“Ìæ©õÄfþ¦eMš','',0,'?'),('\"{§ýà¨	ÜþÅÉcã³ S','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Templates.php',0,'íÅü³ïÐA?U«šÿ','íÅü³ïÐA?U«šÿ',':ŽèC½q&ïmË¥•±Ëùlû‘×ÙÐœÍ4¥l','',0,'?'),('We¥¯8J2sMKXMM','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Users.php',0,'ÿQ/çv¹œ‚|sš2:','ÿQ/çv¹œ‚|sš2:','Ò´åV\0o=¼üFdÞ;ic©²\0uh-¸Í»ü','',0,'?'),('lÒ·Äe­3Â|if¨Fâ²','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Vip.php',0,'~SÀŸÀºcævó.·¿','~SÀŸÀºcævó.·¿','£ü`ÿ\\ÏEŒWÛÛéŠ‰ÿån	\rnÂ‰™§±?\\.\'<','',0,'?'),('Ú83·š!…ïwÙ7¢çÅÊš','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp.php',0,'­Ä’V~çi$/ìFÛ','­Ä’V~çi$/ìFÛ','\'Œ$7û,¥zKØCßägvz%„Æ)°Ftkw','',0,'?'),('=ÅÑ»òÂˆB\\5¨','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/ApiAbstract.php',0,'@Tº¬1.U?˜ÿô¼ú€n','@Tº¬1.U?˜ÿô¼ú€n','6‹²v:ß—¡ºÁð”‰È\Z˜Ö%\0}Û<°ƒl<v','',0,'?'),('dº`è$ç»¾øPùÜ\'â2÷','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/ApiConstants.php',0,'^YÚ¡©TfI’æº~ï·\r­','^YÚ¡©TfI’æº~ï·\r­','ÒãJvAÊ,Š„f(#•Œ»±)ëcˆØó=|—þÛŸ7Ã','',0,'?'),('”.šˆ]WÀzÿ1£4_†','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/Campaigns.php',0,'ïÑÇ°öýÈºŒÐ\n¸üö','ïÑÇ°öýÈºŒÐ\n¸üö','\r2 ­ ™*™f55/ôw*Ô]YkùVrŸÆ±&B®\r','',0,'?'),('ÔÑhÑ\nŒVIp[¬V','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/Fields.php',0,'\Z#:B‡ãþ:MGfDÝ','\Z#:B‡ãþ:MGfDÝ','`ôëÐ\Z&UÆÊYhÒ¸ñxƒ`¿GõÓ7žâª» ì9¥','',0,'?'),('Ùˆôf)a†\'‡¤Õlø=','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/Groups.php',0,'v×±½€±h‘–Ð.êGp ','v×±½€±h‘–Ð.êGp ',')fÙÌÞ[w„®x¿\ržûA~+UoOêÝ±fTV’IÅ','',0,'?'),('ï*Ñ´¥S8¡²+dï+œ','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/Lists.php',0,'Þå‚<‚$!\r±\\°$¨','Þå‚<‚$!\r±\\°$¨','Ö\ZbV£–(üS€[ä¯(ÀàQ—æŸ)a±²‡û<d','',0,'?'),('_Øƒü±$ð[÷+-Dã“º','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/MailerLiteSdkException.php',0,'äp–¯ÝÁ¯Ä0lßä¼„','äp–¯ÝÁ¯Ä0lßä¼„','òíü)Ì­‹a@)Y\\Ö‘TÊ»w7é¬¼Š<RÑ >›','',0,'?'),('v¶û)·q&?©›Š¦Ç','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/Rest.php',0,'„©‰…‚Ác(ÛƒDùò›','„©‰…‚Ác(ÛƒDùò›','«Ñ©ü¬e&.pŽ&E#	ì¢újTë¯Œ-òcˆvpû?','',0,'?'),(',?ò*Ï.[Ê´Üdµ Ÿ','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/RestClient.php',0,'»oRvÚýëÆÿ‡21','»oRvÚýëÆÿ‡21','kñ”€çÚ	ÒØ.<v=÷hÒ2mÝb\nœØP*–ÉDZ÷ç','',0,'?'),('G¤éÆ˜Ô¶=õCà\ZZöõ','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/Subscribers.php',0,'do¤³W“CÎ•Yá„¿mc{','do¤³W“CÎ•Yá„¿mc{','Ûì„³³îŸ[WYQXYÓ´F£ì$Ò#ˆÈ$åÀèøT‰','',0,'?'),('7³ÏûGFêûú4ŽoI™','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite.php',0,'34H…a«¢\n®< óh','34H…a«¢\n®< óh','Uþ•EUÚÛÀƒîl~Å\næés¼{ôÐ¸g–E~	É','',0,'?'),('ÂÝ§…ýÖCE’sÆVRÀ','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/Api.php',0,'©ió´þikjuM','©ió´þikjuM','¾;GœBv wë°Ø†`i¸pô‚¤‡µ –¯ç','',0,'?'),('³èÔF*°Ëæê\n.q','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/BatchMessage.php',0,'®f¨ôe¼×ÜÑ¤Tì(','®f¨ôe¼×ÜÑ¤Tì(','µÄ½Ø‡{5Ò5¶gŒs÷Ä¿çŠq¾áËý•g¨Lœ','',0,'?'),('rfºdò~HPzpæ%}˜‘','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/ExceptionMessages.php',0,'ºÂN¤èè¬“a@JO÷7¬Ð','ºÂN¤èè¬“a@JO÷7¬Ð','½ÿIÚs\nTÈ©c^1A¾o›¹î\Zë@ón«];é‘','',0,'?'),('juåàó©LWðûX^>øa','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/GenericHTTPError.php',0,'y&œ*í¤éô‹Á›7?]T','y&œ*í¤éô‹Á›7?]T','·õúß›ñ„%Œba\'*|Vxÿz¡!cÈBK±e\'a','',0,'?'),('§íÆ§Ð\n•\n°£ïBXñ','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/InvalidCredentials.php',0,'ÿ¢Kòï•$\\J5;â»;','ÿ¢Kòï•$\\J5;â»;','€‘ÃÐÈzì1O™ã¢rªÎÑE÷´i‚×ÝI\'ý8‡+','',0,'?'),('@§s’<,DeX¢ÇP¤¥%	','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/InvalidParameter.php',0,'èî¡]é^ßßPÝFÝ','èî¡]é^ßßPÝFÝ','À©%ƒ\0Ô7|ÆÙ9ï]K6ý8}Y†Ó£Œ†Ô&p5','',0,'?'),('Ë*dVí†µ¦ŠõjbãDà','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/InvalidParameterType.php',0,'G‘L…9ucA—\r¸ûœU$','G‘L…9ucA—\r¸ûœU$','Ò&KúBq\Z—Øv+,ÈBdº6C‰Š®ÚEó.9^K\n','',0,'?'),('ã!ƒ“$¹$õºWY±¨ô`ž','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/MessageBuilder.php',0,'Ó+\0•÷ÖTRn­¬áª','Ó+\0•÷ÖTRn­¬áª','§	Æùâb^²š¤á0ƒò¡•/ƒU^öÄàñâì','',0,'?'),('=\rŽ8ý:h&‡ØŠ\\–','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/MissingEndpoint.php',0,'šð™IjüþÆü_íz¼','šð™IjüþÆü_íz¼','ÔðŠJ}B¦•*Ò\Z>o4½iS\'ˆÎËrg\\3$Eš','',0,'?'),('¢ŸŸG~wZÓïÕë6ÎY','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/MissingRequiredMIMEParameters.php',0,'ºðNL`«è¥±©¹§]Æµ','ºðNL`«è¥±©¹§]Æµ','Ù\n7•î_á×]yºö\rÉ\0+WàÞ‚¯ÿ¼<è\rÆ7#¾v','',0,'?'),('Á—º£<ó#ÎÇËâV','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/MissingRequiredParameters.php',0,'ö¨zº¹väïêžWa§8»F','ö¨zº¹väïêžWa§8»F','kV×—çÓ­¶4Ü+\"V›!«Äjû˜»ø_¸$d','',0,'?'),('ÖøÈ[ð\r¯¶ÚZ','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/NoDomainsConfigured.php',0,'eÌ\0ÞH`üÙ²@Ë±‰§5','eÌ\0ÞH`üÙ²@Ë±‰§5','ž‘˜åÓ²Î¾gºv†þŽ3?~¡¤àwú²','',0,'?'),(',ùêÏçŸÛÃ*ª@?™t¼','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/OptInHandler.php',0,'zÔZ|û:ä:[¯t!ú\Z','zÔZ|û:ä:[¯t!ú\Z','†»ïÜ—ÿ$.Ì·šQI+7v\\MÕv»','',0,'?'),('ò°º?Î\nb\\d‹ z','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/RestClient.php',0,'3´6¯VŒÈ K;FŠ°é','3´6¯VŒÈ K;FŠ°é','mÏ`Oã{í‰R¶–M€	•Ýe>Ð¹Ò¼IU¯@Ñ','',0,'?'),('!­¿¨€Üä¥1T>ˆÂ6Ðñ','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/TooManyParameters.php',0,'*<0ô’™7!<eª÷-¦','*<0ô’™7!<eª÷-¦','k·ÕßM5ëò¢1}j‘ýœÞ’ü•$‰Ê«)_\\‚','',0,'?'),('GÙF•‡(üo\n`Î¯,','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun.php',0,'EàåÞ\02d‘ÔÓIèmC','EàåÞ\02d‘ÔÓIèmC','&:0mÒHbfÙ’Þ¡‹¿2ŸæÛsóFO¶“¶Ï¯tJ','',0,'?'),('°\"<l$ÃÜktÿ—!ð','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Exceptions.php',0,'ÙçÈcFNWR*&G–Šð','ÙçÈcFNWR*&G–Šð','($¥“Œ€o†Aå¦šY.»¦\n‚Ã9bIr÷IÇáüeÊ','',0,'?'),('[îë60ÎüƒÇ%Û%','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Exports.php',0,'Â¯£ÇÌíƒ£W;ùÉºöS','Â¯£ÇÌíƒ£W;ùÉºöS','ï<öq±K¥µ§«ûœÈ>u	ÇnÏšoýJ‹†\'eÁÎ','',0,'?'),('67b8+ñVWîTö,·','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Inbound.php',0,'Z·y=?D¯{|‘6¶9\n','Z·y=?D¯{|‘6¶9\n','½ØjavQîî*é£Šœ.Ïiýê´I•ö\rWë^ÐQ','',0,'?'),('7UÁýæã+–—H‹%JQ','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Internal.php',0,'Ì3ævFk+`EÖC<8Pá!','Ì3ævFk+`EÖC<8Pá!','sP³ ­‡‹N¯U­F*èM\'ð \\@Û}ñ¢ê.U_üË¤','',0,'?'),('rAk9kÆÞÏ‹¤söˆ„‡','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Ips.php',0,'\\œ\'ÝLÝ%£¦[%¾ë ','\\œ\'ÝLÝ%£¦[%¾ë ','‚øºÒvŒg‹FêšGÛÞi¥¦¨ŽÛÁøZp','',0,'?'),('ÉHo‡A™°«µ.`þ','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Messages.php',0,'´¾¤Ò/*ž[OF§Ýä','´¾¤Ò/*ž[OF§Ýä','êb•Mû9×\r?£ËæJr9é¸9Š—m!ý<…','',0,'?'),('ü–þ×ïS¹¾Ü†ÝZ#H','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Metadata.php',0,'°¾Ü€ÜA¥‡\0þ[J /','°¾Ü€ÜA¥‡\0þ[J /','Ä\0¯ÚD…Bð\0ê€\"ôUÄî|((\n*?ž7àhyäk','',0,'?'),('5ªÍtÐl<d‹Hõæe%','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Rejects.php',0,'¦½#	t:®p+j5=l=ìü','¦½#	t:®p+j5=l=ìü','[-°ˆ¢æ7Ü:?ŽE\"÷Žÿ;KŸ_;Öê**q','',0,'?'),('€~:yØ§o!å\rí**>*','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Senders.php',0,'[5nhW¿QÈkmÌ°>‘','[5nhW¿QÈkmÌ°>‘','0˜¸§.“œš!*å¿Õ,	àÉ»Ï‹ŒÈÍ$P´Ÿ','',0,'?'),('fŒg|K«OíÀ›¿–ev','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Subaccounts.php',0,'9ÚÏ•+IæÍÇ¿³D@','9ÚÏ•+IæÍÇ¿³D@','Xv/¸FŸ5+,POS™¾¦}á((Ö+tŽçû±­Â|œ','',0,'?'),('	È€í9hS×N«Û¯;kvå','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Tags.php',0,'…5RÌšåmÎ‡ÎéŸ¤','…5RÌšåmÎ‡ÎéŸ¤','æz¹B”ïÆB¯(«-màÝÍ7ËÇ¡¨Cìž‹n','',0,'?'),('X1€ù<v¹œU&ÏŸr','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Template.php',0,'±6D\'ŽøÛ :®Ù¯\\È‚','±6D\'ŽøÛ :®Ù¯\\È‚','	tŸÃ@‚½Äß;ßgwñ£6y\Z ,vu2à<w=Õ','',0,'?'),('f1½\0ÑÐ[ã˜F›u•','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Urls.php',0,'v4ËwõõÖî!±±r›ô','v4ËwõõÖî!±±r›ô','JÇûŸEºq‚zŽÄà@áïùÕ—óÙ“ø\no\0’','',0,'?'),('œ4²ÁÒA¶\n’fµçVºYŒ','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Users.php',0,'÷òoUÃ¤ö©Y|—Õ\'¹','÷òoUÃ¤ö©Y|—Õ\'¹','u/5ÎI@ƒœ¯$Ñ0Î4å\r¾EK	C½óòF','',0,'?'),(')ÇVEqœOè@š¶','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Webhooks.php',0,'•ömø”‚ÍVW®°eÌÂ','•ömø”‚ÍVW®°eÌÂ','˜Ûï¾\0F¸¥ÆX‹hƒ$l1$R÷ÏT\'PÏÑá','',0,'?'),('RG7\nAÙ•¡-WÍ©','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Whitelists.php',0,'’S¿eÓ2Òaú¨*& tà·','’S¿eÓ2Òaú¨*& tà·','ùœœõ©Ùg×ÅUÐu@ÈG†W‡¥À±ÓÞKMc','',0,'?'),('é>™ö£\'#gù6\'Ó¤','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill.php',0,'(äR)öí	˜È1Xš@>','(äR)öí	˜È1Xš@>','çY­bûq\r½[ÃI‚ª	½ñî]ÀkïÖµó\'Ó:;','',0,'?'),('8ÂSï·©ý¯Ã±ÈUC=Â','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/ActionNotSupportedException.php',0,'é8yð*GŠùþdšÜˆ','é8yð*GŠùþdšÜˆ','þÈ\")~Ø1AÊñð„(/§4³Ô7gB§cBGx','',0,'?'),('Å ‹_uXÆ,-<ëgÂ','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Api.php',0,'ÃðbÙEãÛý$@š^}$','ÃðbÙEãÛý$@š^}$','0¼FÎ²Ìšƒ^âÀ½”<Òö§›:…¡ÏL¢Ni','',0,'?'),('\\^¢\\ˆkä²Á_†ÌCÿ¸X','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/ApiAuth.php',0,'HˆËâ2ÑýýñÖ\niÂ7È¸','HˆËâ2ÑýýñÖ\niÂ7È¸','•\0=KŠ?³;;X£èaM²\\Åfñnsü^M\Z','',0,'?'),('‘€h¿Þ®>jÃoòŽ€tÇë','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Assets.php',0,'g\n±¯„Í`•@ U»^ÿ','g\n±¯„Í`•@ U»^ÿ','“Ä*˜¯JÄåˆÝ®V<a Úˆ\nùö&lóº\'×í','',0,'?'),('!oõÍ¿à;ÚÔÍ,3“›È','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/AuthInterface.php',0,'|Û[5ŽZ>h1d/È#','|Û[5ŽZ>h1d/È#','w^¹Ê,Œ¡¦*ê”Þ+£-`ÉêÒø¼nq¿Å¤Ýw¯÷l','',0,'?'),('6n`ãí›ôUÌ7Âýº','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Campaigns.php',0,'Þ³ÅèD¥øÍŠHØˆr‹·','Þ³ÅèD¥øÍŠHØˆr‹·','~úmÙUÔË*û§sýÅº¹y¼X·™Š^f:ÁJ	gN','',0,'?'),('W¤rpî=FHF.Ø™','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Contacts.php',0,'TÄèÔ“#aG\'EÿÏ¢','TÄèÔ“#aG\'EÿÏ¢','Áy\'õrÐño*H‡yyöüÐ™njl\'­ÚìÏ	\'F5','',0,'?'),('ã1ë»)$a¾A>\"Dƒ','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/ContextNotFoundException.php',0,'J¬ˆeS<i1¶Ô*¾lcx','J¬ˆeS<i1¶Ô*¾lcx','IP›£ªª¡­€qÞà	Â_¡–&”E¯vR;*R<Ò','',0,'?'),('ª“„Âë‘–É¬à5e/ÆÊ','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Data.php',0,'_5êt•àÙk!¸Üú[õÊ','_5êt•àÙk!¸Üú[õÊ','\Z|)ð¿âžúƒi±³|K2²þäK\'©ò*©IMØ	Yp','',0,'?'),('«8wV?U.¶ö$˜—6z','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Emails.php',0,';0§MTé©üå\Zl¹V',';0§MTé©üå\Zl¹V','WŸá¨Rˆ<0OEó‚V”ÓCjÓX~ßm¯dÖ&²¡A','',0,'?'),('w&ò‡ÄõézÂß7Ý','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Forms.php',0,'Q´›ä™Eš7þKRr–í','Q´›ä™Eš7þKRr–í','u!ùà\rg®†òÅ€]E­B2ê¤¯ùe¢‹Ã‘-qðZÜ','',0,'?'),('@Ú&/˜Ââ¢½Ôš–á¬','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/IncorrectParametersReturnedException.php',0,'˜ƒw›^ãš­¸Ë{ 5õØ','˜ƒw›^ãš­¸Ë{ 5õØ','¡°\Z¸9§˜ª¯X3ê×¨gnh•ÉIûµFW†nÝc','',0,'?'),('8¥$\'¶Ä\"ð\"QÔ²z˜','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Leads.php',0,'Q(Ëýê(åA`/{{†GR|','Q(Ëýê(åA`/{{†GR|','0Mw×4|ƒLM°£ì8)ÈöR”kÍm|Eœ×ŠáQËû','',0,'?'),('ko\\s¤Ó0ôza+q\r†µ','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Lists.php',0,'¢±n¼¬ÃÕs­^N­Ï[Î','¢±n¼¬ÃÕs­^N­Ï[Î','Ã\Zv6I4éÆ°˜ñHÿƒÂ²ˆ|ìsÁ 5í¯¦È§','',0,'?'),('€Z=ØˆÒªæá§.Ç','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/OAuth.php',0,'Æ#?Â)ÚÐ#ÔjKêß„›í','Æ#?Â)ÚÐ#ÔjKêß„›í','±SãMÝ’œß ¸À¥jLl‚ÅíujÆ\\‰¡Q/wè¸ª','',0,'?'),('xIÝ%ËJ/©Á–Òˆ‰½','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Pages.php',0,';õdÂÚ˜ñ\0;«R•œÂIã',';õdÂÚ˜ñ\0;«R•œÂIã','<]ïùô[™~\"¤û¤&FÞV–ÏŽhD¤ÿÒL©™','',0,'?'),('£ÌIÚ|»Þë@Åxh&ÅÊ’','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/PointTriggers.php',0,'o£m¾kcJnû \0gMËu','o£m¾kcJnû \0gMËu','=½ìçÑ›š\":¾~›ä¶[\rUì¡!Œv<1öh','',0,'?'),('ì¡øHQu<ß× ¤‰»\\(æ','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Points.php',0,'I¿VÇÿ‚YJX ø´T±a','I¿VÇÿ‚YJX ø´T±a','ÑÈ)ó52Ö¡µ“Buøfó¸Ó0b~é”öÉÎ','',0,'?'),('+†ª- 4¦—2À \'&','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Reports.php',0,'·hÙÀÀ¶gÚŸö¡GW›þ\Z','·hÙÀÀ¶gÚŸö¡GW›þ\Z','ž]‹ÆšÞC†€U„~?îM\"¥yI0<8tø÷ìw½','',0,'?'),('¿Ø¿ôíDŠìç1X¿,[','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Segments.php',0,'!|O=:iþß;¬vú¹P ','!|O=:iþß;¬vú¹P ','Ù|Ãe‘ÄùûP\0¹ïÆˆ8x5­žå/J^_','',0,'?'),('h;¶:ˆqÏR1	á','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/UnexpectedResponseFormatException.php',0,'ög>ëTñ“dBò)xoj¼¹','ög>ëTñ“dBò)xoj¼¹','„”ž¦ƒð€yÇXŽg@Ö}D´ìøL«ÈÜÃ˜¨ö','',0,'?'),('»Tð\0g,âø,\ZÕ®’ )À','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic.php',0,'ØwmÓÿ\'y™}Ds6Ú:B','ØwmÓÿ\'y™}Ds6Ú:B','ëKùwPÕx1¥8ßLMÃùH³qìphínÔ\Z[\0/G4','',0,'?'),('lUž[MÍÁ„Hû—V','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Ontraport/Exception.php',0,'£Ãt­ä<œoõŸ\'ïÔ','£Ãt­ä<œoõŸ\'ïÔ','Où/¹³“·õ1ž+÷Ãj·62îrn;a xø¢','',0,'?'),('2œFe|Oö³7ëæpÓò','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Ontraport/ObjectType.php',0,'-8[²½\0ÆÐÔg$1Œ','-8[²½\0ÆÐÔg$1Œ','”.ÓóXédz=Wæbgh/›ñÒË5~¡pRi','',0,'?'),('\Z…&¥Œ<œxýuŸ','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Ontraport.php',0,',¢}>åš(±^)ÝyRšsr',',¢}>åš(±^)ÝyRšsr','Æ-pØõ+MƒVŽ§¥Õ\"…]óG$8®×ÈÈ®','',0,'?'),('ðÒ)½Ýhíê>qŒR1A%','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Postmark/AdminClient.php',0,'ÞA¿e ¥ aª”9ŸŽ¬','ÞA¿e ¥ aª”9ŸŽ¬','Y—BýÛ¥éE¢ÊAðCÛÉnJà!A­¤.þç®CN','',0,'?'),('m÷É	Ét¥ÌßÇ``§H','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Postmark/Attachment.php',0,'Èß¨Äæa¢\nÏ3ÄT‡t','Èß¨Äæa¢\nÏ3ÄT‡t','31óÌ[F§“ |`Ç+dN#J¸\'/ëQÆÑá;i]‚','',0,'?'),('ÙYÙM3ö©ó®ß‡Æ','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Postmark/CaseInsensitiveArray.php',0,'j†ß(MØÒ¾àe\ZvE¨','j†ß(MØÒ¾àe\ZvE¨','£èCiÚÁ\'e\ró3ê£ÕûÑð‚d!eénÝ˜aÓyêjþ','',0,'?'),('{I`¼×ÙÇ®è<±\0g','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Postmark/ClientBase.php',0,'o:0ˆöPGþ²xo}X¾','o:0ˆöPGþ²xo}X¾','åpZa6ÑãÛ²Ÿ9`‹sâ÷ñ‚µ\Zè	\\qòº¶ž½Õ','',0,'?'),('©Ø˜àq`ÎO+>°¸^ˆ','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Postmark/DynamicResponseModel.php',0,' é)ÿ¤L1\n„áÌ¯®',' é)ÿ¤L1\n„áÌ¯®','ºfS€ÑVâèƒ¡8{ÂŠÔý\0_ÚÛð,µa·Ä$X','',0,'?'),('þÐsoÜ	ÐO¬qÈ¶A','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Postmark/Exception.php',0,'-7dC¼=_<‘àÅ¹oGïÂ','-7dC¼=_<‘àÅ¹oGïÂ','×—´ŸöZ¹öN{>Â&©	 ÛÝló{I™«¸µ','',0,'?'),('$hç ªe/)C€àÓ‹B','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Postmark.php',0,'­$.\Z‰‹/Í¾6/[ì','­$.\Z‰‹/Í¾6/[ì','ýÈV¶GI’½0®ùnl\"šHåOÂ:¬cØ–£Ÿ¾„è','',0,'?'),('Ý…–JÅóxJ3ï‡fˆ','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/SGAutorepondeur.php',0,'¸—wl¾ƒ¶…ïÙ¡’¸ö','¸—wl¾ƒ¶…ïÙ¡’¸ö','³‘UsÿÙÃ—ž\0Ã·•6\ZpnK³¤Ÿ„åñè;ñÊþÚ','',0,'?'),('Ž,\n]oÈŒÇ1Q»KÐ®q1','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/SendGrid/Client.php',0,'DQ(	#¨°Wsšv?Ø f','DQ(	#¨°Wsšv?Ø f','Ö«£ÇõQM¼©8H­ÅIÍð”Ù=Z­Íg±ñ9‹8J','',0,'?'),('ÕS‚Ð¾j°`³9å3VU','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/SendGrid/Exception.php',0,'áª4ßo„‚ø%Ê5òË˜æ›','áª4ßo„‚ø%Ê5òË˜æ›','xª6;¸j¢¹¡cp\"m’z&T“ªÎÜ8Ù”åè˜','',0,'?'),('â†1¸ä¸\'é–£47üN2','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/SendGrid/Response.php',0,'|~·N¬Ò® B|`Ë³{ì','|~·N¬Ò® B|`Ë³{ì','Ü¡¾Òäl÷D#x”\roU¹BæÜ\'n=DG¡Fo	Ú@','',0,'?'),('1Ï’¦þÇÔ8ÏÚâ+S~','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/SendGrid.php',0,'³J¢=—å‘váÂ.è¡´','³J¢=—å‘váÂ.è¡´','K0›W!!=SÑ±Æ<2â‘x\ni×‚rw%8&','',0,'?'),('ú×#î#°$‡Z%','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/SendGridEmail/Client.php',0,'m–dÜ$0—ùÄI«‡ŠOd','m–dÜ$0—ùÄI«‡ŠOd','0géá4&°“– tšRC`´ÂÖØÆÝþ¡«*‹O¦í4','',0,'?'),('ýqx²žKxáÉnq8´-Ú4','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/SendGridEmail/Email.php',0,'Ìï­IŸVéä¨¨è!-÷9Ð','Ìï­IŸVéä¨¨è!-÷9Ð','6\Z	«Nñ½WåvÏZÕðÔ<—áänø¹ñw\' Æ*$å','',0,'?'),('Ö\'_|èØB”¦ÎG‚‡','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/SendGridEmail/Exception.php',0,'µ`f¡—üJ+,ø×.Ð™½','µ`f¡—üJ+,ø×.Ð™½','ðü\\ñ´ÙÕWÌqþ3Ç’óR»Âù|Ì:…)Î','',0,'?'),('–¡Ç,`§³ÉR‚\0)—Ó,','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/SendGridEmail/Response.php',0,'–K“¢‰õA–¢÷ôòrä','–K“¢‰õA–¢÷ôòrä','M&÷È¥ˆMq~¬[R&À|ÜmC#ŽÈÎ¾O‘Â[6ø','',0,'?'),('è¨F¶r~jn7ŠšÚp','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/SendGridEmail/api_keys.php',0,'ŠóÑ{£MH?ôìp(#°_Ï','ŠóÑ{£MH?ôìp(#°_Ï','Zê$,èÜ€á’-RÁ¦ø¯#Ë²•ÌØbÆqn','',0,'?'),('i\"1ƒzÞO”Áˆ~-›%','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/SendGridEmail/asm_groups.php',0,'6ðØa*ydÿsÙ[áÛw','6ðØa*ydÿsÙ[áÛw','ÏØ›8ÓPn\r%›7Žå\\j?NñÂ_8Â(ÀúéþV','',0,'?'),('K>ºIÄ¼î^‡7Ànôüä','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/SendGridEmail/asm_suppressions.php',0,'é–Qâ°5ÚÄ…™@º2\n&','é–Qâ°5ÚÄ…™@º2\n&','8pÚÎ3ÇëYß…¯ÕYûF‘cSÀ–ÓHùç*ŒSŠ´','',0,'?'),('oÖ]jäøË—Ïœ#','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/SendGridEmail/global_stats.php',0,'€ÄMè®7b«qß','€ÄMè®7b«qß','_Ëh°ô*·Š36ß7Øªðø§ûõíc/€uŠ±aÙ','',0,'?'),('­šïÇŠí‚z9ù)/\"9ç','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/SendGridEmail.php',0,'I»éÇÃ!Ñ_ÓlmÖaDRŠ','I»éÇÃ!Ñ_ÓlmÖaDRŠ','8×zíaq\Zñ/±NàH­jI×1¤tL¦jš«È–æ','',0,'?'),('Ûq€LGè±ŒbØ0¨[\0÷','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/SendOwl/Exception.php',0,'žœI·a!7ƒþ\n¯ÚÞ','žœI·a!7ƒþ\n¯ÚÞ','ßUûeï^ÿ§Ã0á±âû‰û/‹*hë`lë&„W','',0,'?'),('ü^©Œà†AÛQ‘ýæÇ','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/SendOwl.php',0,'’Uòÿ×Í,:uŒâÛ,ºÌ','’Uòÿ×Í,:uŒâÛ,ºÌ','ÉõhKó&>mU)Óþ—vsG\'†àÊÐšPáGvÄà','',0,'?'),('W]xˆ¸K_g.ÎªþìÍØw','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/SendinBlue/Exception.php',0,'Ür1œ®åÞlòü§ùÕS>ì','Ür1œ®åÞlòü§ùÕS>ì','ZC±íU®èË¡ãå†y\nh›·ô{·:¾+bt|74ØQ!','',0,'?'),('¹§¡;aü,¦^ùóÇ±]Ø','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Sendinblue.php',0,'”¾«k,\0ž¥Üä_Ð*ÞÓ','”¾«k,\0ž¥Üä_Ð*ÞÓ','Št*¨ZÏyü¬r\\e¨Ý¨\"w—VâüË½Jd\"œ','',0,'?'),('ÖÉ@êy2‡f‚r:%*QC','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Sendlane/Exception.php',0,'‰£Qž—jd¶<F„è¦á•4','‰£Qž—jd¶<F„è¦á•4','_®\0Æ¥Jn[2waŠÝÏ´ê¢Jã,Øà=”qëÞ¹Í','',0,'?'),('4qaOüÔbÖQl|§-Y','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Sendlane.php',0,'ˆUu<J>e+6iE¯d¥ó','ˆUu<J>e+6iE¯d¥ó','È¥Å\rMñ¢dŽÞOˆõe½…öÞàÝ!@©v+çº¨€','',0,'?'),('Ò¨,´\n)~Ï<>h7˜','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Campaigns.php',0,'ê?ÒJè”¥ƒñò^ìŒåG','ê?ÒJè”¥ƒñò^ìŒåG','YZÍØ–ºþBU…ÚÜH¨­ÀË-g6lºqWí6o0!ì','',0,'?'),('pJçc…©çB¬vì^£‚ù;','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Client.php',0,'ËÏ×~Ð¦yø@×õ','ËÏ×~Ð¦yø@×õ','†¢„JËž2ÓpSb‰\nêƒ\\i!éíåh¬rè¹+Ž®','',0,'?'),('¾ÎF0ÀÂ¯éó84.?¿;','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Config.php',0,'hv/—Ëê˜·_gQ®‘Æö“','hv/—Ëê˜·_gQ®‘Æö“','óqÃ–!ü²ÀH0þÇÐ¦9áñ¼f&vaI¢ø\ZË','',0,'?'),('³FïÂ!·ú›ÜeÚ¼','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Countries.php',0,'/ñ\0Pµ$sƒôÎÇ°zË','/ñ\0Pµ$sƒôÎÇ°zË','~äv3#o–q‘°½¿ÜWÎÂ¥DÑ¶D”íÛ›‚','',0,'?'),('ˆM\r¥w?9YÜà„¦','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Customers.php',0,'öà8ë¾«Ã:oalÎ~','öà8ë¾«Ã:oalÎ~',',`‘å0ã@¿ìô¼ûk}9$ñjié±ÅûÈ','',0,'?'),('	åÓÑ\nÌõßë·RDªAùª','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Exception.php',0,'Z‡BÆ«jÐŸEœDÍ¨—\\','Z‡BÆ«jÐŸEœDÍ¨—\\','ò;µµ>—>\0©™f^–gai«2íVÉAóþ_äî','',0,'?'),('¯¦C”§›šØÊÞs`e©C','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Json.php',0,'²î.Î”™HtˆÃs5W','²î.Î”™HtˆÃs5W','çš®%/°y†¼E_¨9ÒÊë/‘Èæ¸ÿ5DÖìÄû^Ue','',0,'?'),('|¸ÓqyÁx©ÞØ\nisu2{','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/ListFields.php',0,'X\r‘Ÿ×Ž—:j´\nq­©‘','X\r‘Ÿ×Ž—:j´\nq­©‘','.3S 7èc¸CÂ\r™KæøÍ‡£Nˆ>9«ù†B®àÄ','',0,'?'),('ª,wi¾m«l¦(<§A','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/ListSegments.php',0,'SVÐqGÓ©¶x¸¡û™p„','SVÐqGÓ©¶x¸¡û™p„','ëÈ‡¯WñÞº¿	sf3=hfL0Õ1cbä8dM§äV÷±','',0,'?'),('ªrÿ_á|•¶e4•×ˆ','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/ListSubscribers.php',0,'UU•MÝBœ[ÁªJ¬µI','UU•MÝBœ[ÁªJ¬µI','.úÇ´ Šý®‹*Î©+è¡Y<µ”R†fÅ¤·úN²¯','',0,'?'),('Ï»fr	Ì·€¿u»ä','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Lists.php',0,'D	[,.PÀ~¾’©2-NU','D	[,.PÀ~¾’©2-NU',')„lXÐ¹í\\5´pôáÐ+!#ª¨òI<ü™@','',0,'?'),('/ÂäÍv¡Ïi]j¼ñç','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Params.php',0,'!_üsLÚ_4qx¥™È>`','!_üsLÚ_4qx¥™È>`','	ÖOÛñÏCKŽ•ëoÆž\Z€ÿÁy/Œú–8Ôg\0','',0,'?'),('{@UtR¡ÆØ’ì“ÃÙß6X','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/ParamsIterator.php',0,'ãK‚½Øµk\rr})f¿','ãK‚½Øµk\rr})f¿','oü%(P?5LÃhëlüMEr¶”bÛúŸ=&ê9]\r…æ_','',0,'?'),('ð·ï6ì/¤*ŠÒ?à\'','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Request.php',0,'†b¶Ó‘#ä$;1@','†b¶Ó‘#ä$;1@','$@£:Û·Úf*B|÷ñ»½ÇMEÓ}wG®š°','',0,'?'),('ßî©95R\\çÙdY¹o','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Response.php',0,'ø†Ò{3¼©k ^1!1²','ø†Ò{3¼©k ^1!1²','@Õv}¸1õUÚÀnðøÅ\r\'¼U\'êáC<N*Pÿ','',0,'?'),('ß¸©û(œE²	¤C“#M','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/SendreachV2.php',0,':.å#*	³¬V˜zBc',':.å#*	³¬V˜zBc','A—\'VÅÖ_”N3T›fÏ¨é`{ÌÚUùn˜ä¯ºðà','',0,'?'),('‡6õ®;I³û®¦þ\0¦i','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Templates.php',0,'z°¦ö†xY{û®½]ÂsP','z°¦ö†xY{û®½]ÂsP','8ë\r\rýÖ´ÆÍƒ·¨óž9móXùéäKÅŒÚ8O_Ü','',0,'?'),('ÎQ}ë-jÇÎ\ZxÔNÃå','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/TransactionalEmails.php',0,'Oþ\\¡\\ñéH×ndÏl4','Oþ\\¡\\ñéH×ndÏl4','«±™G9¨qæÖfŸY\n¥å<wä—Ýê AþA¥X','',0,'?'),('¡vÆªàZ|X…‘€fÌ°s','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach.php',0,'ûÞÊN>ˆù´ðxä‚è@ã}','ûÞÊN>ˆù´ðxä‚è@ã}','k7R´Èa\ZÌTë\0ó¸(¡Ñ ]ªœ4HÀ†‘´ì…£bï','',0,'?'),('\ngÀ\"úÊ–÷ CŸpÎ:','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Sendy/Exception.php',0,'Qæ-õ«ûÜ-=Z·å¦','Qæ-õ«ûÜ-=Z·å¦','rÁNóö(æö¥RÀOªUuÀˆñ›wb]»~Z&æ’¯¸¡','',0,'?'),('Õàã4­†ö)h3(åŽU¸','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Sendy.php',0,'ÞÏ‘tRŠTàNKóz','ÞÏ‘tRŠTàNKóz','!8s=ÇGjYõ§—˜X¤Ö-q¡wÓL£T¨n™“Õ','',0,'?'),('BÝLCÉÕcÌ-PüþÂ|ém','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/SparkPost/APIResource.php',0,' \0^~üƒ,¬*\"a',' \0^~üƒ,¬*\"a','5¡i9\0Ëš\rìZ¾@±E‚èe\n™\r>Y&Êcn','',0,'?'),('=_§uÐ‚YïUöxný','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/SparkPost/Connection.php',0,'}k¼ºï õÀ{XÊrh~€Ù','}k¼ºï õÀ{XÊrh~€Ù','„lK7pQ@()Vëg>‰Gtò¦¦¼|Dmù ÄØíCÞ','',0,'?'),('¼Ñ6 \ZÙÕû„ X','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/SparkPost/Exception.php',0,'2%™(®Ky•ÛÄÝ~æ8Ñ','2%™(®Ky•ÛÄÝ~æ8Ñ','QFÕuèß$Aó¬¶Äºšƒ/Fj\"ü¥+Xÿ','',0,'?'),('Cç^~½z#}9­’ÀˆM®','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/SparkPost.php',0,'Ø}-ê2u\nv\Z¢ñï_(','Ø}-ê2u\nv\Z¢ñï_(','¯K‹Ôß´ù]ÊEŠï;@Þ•Äb›rXVÈ²yXØ¤q','',0,'?'),('˜\Zi~Sé’Ü¬ìZ+á','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/TdJwt/BeforeValidException.php',0,'¢¾(i}ˆ3Tä?!À­8!','¢¾(i}ˆ3Tä?!À­8!','ó2T^Îñávñ`VÛ.v5ï»p„]Ç+¤\rÄ3õw8P­','',0,'?'),('e³>vB\'\'å\0	Ûn’','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/TdJwt/ExpiredException.php',0,'€Ì-Uò–ÉÿVI˜°','€Ì-Uò–ÉÿVI˜°','½\\XÂ¶(,el¯®åcDSÑ²RŽ7›Ôt\0Çóú5','',0,'?'),('ŸßûÏTu•b$K)du','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/TdJwt/SignatureInvalidException.php',0,'³×9¶*ÖUù<™}[þ|\n','³×9¶*ÖUù<™}[þ|\n','³­(kÛÊ¦¤†öÎåPbÙy$ÝNôþù\Z¸*%|Üâë^','',0,'?'),('ÉÉãæ¥è5²uS{¶K','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/TdJwt/TdJwt.php',0,'ì½o:‚\0ÚÞrF	0','ì½o:‚\0ÚÞrF	0','\rÅÿŒ6K.2³|Ê(^D­CÈÄ:QpÞ°\0–ÔÆ7…','',0,'?'),('Sô]î@Ý!	|­_s @È','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Twitter.php',0,'§zXÇõhôÃÊÉiªÇ','§zXÇõhôÃÊÉiªÇ','d¢0º$Š×ÐP¿ŸkjB Uá\r´7ÙÍIþ)¾€','',0,'?'),('’°7×»³(`µMªR','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/WebinarJamStudio/Exception.php',0,'º(Å¬Ö¯F2Ö€>ÁÈÎÊ','º(Å¬Ö¯F2Ö€>ÁÈÎÊ','æ%•Èÿ¦°ü±=Lÿ\"‘C¨M¯\rçM>mDIÉQqdÁ','',0,'?'),('¶šU³÷wmq}	™½V°§','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/WebinarJamStudio.php',0,'Eàl¾‘šþö\ZA	$','Eàl¾‘šþö\ZA	$','‘(`1ôªŒX9@sƒ!Ù¢{*ž¨NÅ®IóËs=K','',0,'?'),('â²·’Œ\Z¹!†‹Ù','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Zapier/Exception.php',0,'¡µÍto¤z’þÈeÓ~9','¡µÍto¤z’þÈeÓ~9','ìä´ OµûH<]kÜ­¬DK5a$E:Ö®ñókë','',0,'?'),('¶±<Šd-«ïBØ0[tF«','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Zapier.php',0,'·1Ç=E—²8jJekí;Ï','·1Ç=E—²8jJekí;Ï','—‚g¨[\0‘•ô@aÈ\n‚Ig\nƒ«”ÄÄŒÃÕð ','',0,'?'),('¨·KŠÍ‰$1Ž½«,³n¥','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Zoom/Exception.php',0,'‰µ	Ék±»ìÍýéœ=Á','‰µ	Ék±»ìÍýéœ=Á','î€äŒ½‰Åº\n8ùÈBC\\PuÿbÇeqå´õV]ˆfâ','',0,'?'),('¼7\\d×~Î\0XuÜh5J','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Zoom.php',0,'Š¹Ã `À8ÛI•€hí:','Š¹Ã `À8ÛI•€hí:','b:ëÔgn[±‡~’R¤ƒUTÎ\n•’*líE¬m¨s','',0,'?'),('\rÓ(…mš¼þdÞ‹¬¸','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/iContact/Exception.php',0,'×DtHÄBš8E\0fxt t','×DtHÄBš8E\0fxt t','Þ^\nÞ—;®¼d·.‰Ç–a4w’•déz¥¸—Óš:h','',0,'?'),('Tg—fì×$núû„ôy','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/iContact.php',0,'˜°M!èŽJóoíñ•pq','˜°M!èŽJóoíñ•pq','â‘MXvÃnxqIfoä}­;``%¬3þ@Z¢','',0,'?'),('ñz\"ËN%k§©Ø5Z\n²','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/v2/GoToWebinar.php',0,'ÛËZZžîÕ×J—HÓY','ÛËZZžîÕ×J—HÓY','‰¦ÜÓ°`­`÷\Z‰k*‚U–lÜ½~eÒåŠ%>','',0,'?'),('ëa1•’¤§ZÚM&·À[ív','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/misc.php',0,'‰Få.½SöäzaÊj>™}B','‰Få.½SöäzaÊj>™}B','!ð/ö‰C4Fá\"ÉwpŒ`n5iðÄEŠ¤VqJ\rÁ','',0,'?'),('X¿X+nŽÇ…À\\±u1àŽ²','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/views/admin-error-logs.php',0,'ŒÂ÷*\rî0æžu¡á˜~bF','ŒÂ÷*\rî0æžu¡á˜~bF','£!Eh.uçl¤Òø‚¸é6’Ì—ô1ÇÜ:\0Ù’jÛ5²b','',0,'?'),('ª7™¦?DJBrŸs‹„],¯','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/views/admin-list.php',0,'ƒ<´0Ö{Ë4$ê[u-','ƒ<´0Ö{Ë4$ê[u-','–—zøç Jß¦9K }9lB4Ë2$<½ŒNG}l','',0,'?'),('í2¢«`P±/a26Ù‰€bt','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/views/admin-messages.php',0,'t²FXzm¼¡C¡¢i\ZHq','t²FXzm¼¡C¡¢i\ZHq','¥±¿x¤5â•2ª`:ôÞ£-ëXˆ>Ku+^ÈDÖ','',0,'?'),('’åäËTyÀkusÀus\'','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/views/editor/add-api.php',0,'ÎÜUW’Ï¥¯ÄpT€î','ÎÜUW’Ï¥¯ÄpT€î','MÜxèöéW_‚”³wªªB\"\"ù\nø¾¹Å¸\'Eª‹','',0,'?'),('ÉWE ¶í\'Á,Æ¼XÊ','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/views/editor/add-custom-html.php',0,'j9”&A›,µIÆqGØáo','j9”&A›,µIÆqGØáo','¢|]Ö“rB#\0«ï¢GTCI—G3ÊONÌOº~@\'Y','',0,'?'),('ÐÉs4Â>†íÞAXÓ•œw','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/views/editor/add.php',0,'Hj¬Ëo¿SÌ°é;Ò©v','Hj¬Ëo¿SÌ°é;Ò©v','[é³dê·çŠ~éÜy%ÓõQ7™ºCtuÅÿ¹\"œ;eä','',0,'?'),('nr>dýÝ¹öÿ0zq*Üø','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/views/editor/autoresponder-code-fields.php',0,'a-«Æc\0æ…÷¯m9ÙUÎ','a-«Æc\0æ…÷¯m9ÙUÎ','»6êN’ÍêY¾Cà*N0VX=\rQrÅã†ÿKX','',0,'?'),('iA‹Uf÷§‡có=]âW…','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/views/editor/captcha-settings.php',0,'LVÂRf?¦ÈE^„.D','LVÂRf?¦ÈE^„.D','¥Æá”›À@û’õÿµrmÜ§ÌOã~¼T¢ô“˜+kL›','',0,'?'),('àsú«¿‡øx}*™Ã','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/views/editor/dashboard-api.php',0,'>«…óŽ\\k†cCéåúÓo','>«…óŽ\\k†cCéåúÓo','œ¬qîŽ{P2Ôk	u¹Â‚TÐkh&©Pæƒ','',0,'?'),('µŸxò2;T—™©5¼‚&','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/views/editor/dashboard-custom-html.php',0,'Gš×\r5óŠÝ†½ÏWüÉü','Gš×\r5óŠÝ†½ÏWüÉü','Í˜Öøp1‰èN]¿Þû·k‹?þH\Zû™¼ã/$¿','',0,'?'),('š5ŠK/°É‹­´¡Œ,ŠÈ','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/views/editor/dashboard.php',0,'ç¬ÿŽÙ‹ùƒôûsÉÿ','ç¬ÿŽÙ‹ùƒôûsÉÿ','IÀMˆaƒ³óSˆo×pÖ`\\“ÌçÜ;1žŒÕÑôéh','',0,'?'),('J™?@Œ\'±Á=$XÈ½£','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/views/editor/partials/api-lists.php',0,'IŸÜ“ÎÓE¦É,ù 1×','IŸÜ“ÎÓE¦É,ù 1×','#Gš® N~¿œH×ÑÜ\npF§ÓjÜF~?š¿M·¬…','',0,'?'),('>©»¡ÖßÎÄ@T\nOAÇV','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/views/editor/partials/api-select.php',0,'â(†xJ¨o½E·°Äí¨¯P','â(†xJ¨o½E·°Äí¨¯P','“\0û1}\Z·Ê“:‘î“89Ú—Çæ®ë¶tÚj','',0,'?'),('nÆÓ9.æ1nŽ€­','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/views/editor/partials/api-shortcodes.php',0,'­•Ö×)“=çà®Â6Jr','­•Ö×)“=çà®Â6Jr','w:==âÚ´«î¦NAÉè[ÀO~ØªYÂO\rT‹þ,×','',0,'?'),('ù¨âÝFÑ…¸T]2š\'Ù','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/views/error-log-entry.php',0,'pZ	3¬ýâ†Æ¬#µæe2»','pZ	3¬ýâ†Æ¬#µæe2»','lýÅx²Hb)£4gŒ7&MšbêzÿÓß8Ì”®KA½œ–','',0,'?'),('\'5×pÌÊ¨óqheƒ	','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/views/includes/video-link.php',0,'áõÃ¼¨={¥iCñ¯ã¢','áõÃ¼¨={¥iCñ¯ã¢','! O‡Y-g‚¦¦É#0ÆÏVuzHæyÃ P‰­','',0,'?'),('‹3bBêÊ5J‰0û0r','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/views/js/admin-global.js',0,'ÓPŸ‘¢ÖôW‚<=:-9e','ÓPŸ‘¢ÖôW‚<=:-9e','n4´qj\'»™Ãøc:–BÓ³1ÌÚï–\rãÿ`ê','',0,'?'),('¶lñ­å2ºA_»³	ÀE','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/views/js/admin-global.min.js',0,'È)ËÃW‚)p}†¾x','È)ËÃW‚)p}†¾x','f;¯S#½©–¤ÑÇÊn¸Ê‚èfH’Ù‹úo#´×','',0,'?'),('´„ŸÜ4Ó±Cd&%','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/views/js/admin-logs-list.js',0,'›:eZ³W0‹L\nÕ–~Kû','›:eZ³W0‹L\nÕ–~Kû','¨è“ŽÓ“æa’·|ÖHYòøk,hkp2\nYÑf×Þ','',0,'?'),('dšaVDQöˆ€8#Ä\n&œ','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/views/setup/activecampaign/forms-list.php',0,'ºà8Ÿ¿÷ƒ”Âôô¸(A¨','ºà8Ÿ¿÷ƒ”Âôô¸(A¨','	Yƒ,®¿¤\Z‰DßÛdÕk\0® ÿÍQwü—àèK5','',0,'?'),('0\rÀ@K“æg;¶H8ÿ{','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/views/setup/activecampaign.php',0,'Ê\0!d•ÏÕìõYñ!çwì','Ê\0!d•ÏÕìõYñ!çwì','dM(ò(«ZÔ¾§:¨ßu¾žë›ÅàÑŒjPŠá·l–','',0,'?'),('2Ýol)ƒA¬\Zöl\Z1‚','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/views/setup/arpreach.php',0,'”»žU‰ŽZ;éºÉå\n,¥I','”»žU‰ŽZ;éºÉå\n,¥I','X}v‚|.ÚWc>T˜g$ã¾\nl>y¥¢k”+¯','',0,'?'),('—M“_º·^†vÀ\\Â|','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/views/setup/aweber/tags.php',0,' RƒC¥5ë˜ùÉøàU',' RƒC¥5ë˜ùÉøàU','Dª€/“œ£?;gÇ»	At€ùh,Ôgù)rO<ÜKs','',0,'?'),('-Û©SàÌy­;ÎË¨q','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/views/setup/aweber.php',0,'2¶öÙ©¤…=§ÓVî£>Ë','2¶öÙ©¤…=§ÓVî£>Ë','Ö0Õà7ßÑç2¨Œ%ørÀjy/ÖÊØA\r¬r;¾lU','',0,'?'),(']6+PÐã‹*#<ª¶•¢','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/views/setup/awsses.php',0,'Ej¾éYÿaAR¸3ž…>ã','Ej¾éYÿaAR¸3ž…>ã','S 3r$×u<ˆõœxa9Lù Fc¤¯T® ^','',0,'?'),('!ËZQÉ®-ð=lh8','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/views/setup/campaignmonitor.php',0,'¦7€xÇúµY\"äÌO','¦7€xÇúµY\"äÌO','ä&µÕ¤Š(Së{ëª/*ÑŠêèÞR²šÞ™}˜Ptù','',0,'?'),('äfý\"%Äëêˆ>uN®~','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/views/setup/campaignmonitoremail.php',0,'ÇòJ6A(Ì²ˆ÷tSÈÖ\0','ÇòJ6A(Ì²ˆ÷tSÈÖ\0','ÅMªí~ÈUÉÄ7R#a’‚o>L/³ãÔå‹àÛ','',0,'?'),('\nøÊ±»^ÿm‡‡|','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/views/setup/constant-contact.php',0,'ÆNØ\0°²‘ýL°†˜”‘—','ÆNØ\0°²‘ýL°†˜”‘—','Âi˜2­\rxÉ>ØnâøgÛŒc¥ìa¬Äð* Ü³U','',0,'?'),('’y8ÉCšË(‰Œ&','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/views/setup/convertkit.php',0,'dû•„yØóÉ´.äû','dû•„yØóÉ´.äû','™W	‰NG74a‹Ø„êèû&:»\rUiR¥ãK/ZQ$¨H','',0,'?'),('³j\ZøCÖ·¼ˆÝ°¬Ö¿','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/views/setup/drip/optin-type.php',0,'ÊÇ4\'Rã{ô×Åm‰!','ÊÇ4\'Rã{ô×Åm‰!','ù&É²ð3\0Y9WëË—°@’SæÍÅ4‹s!ä\ZA˜ú','',0,'?'),('eùf¥A¦Ò«„\'\rNZ','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/views/setup/drip/proprieties.php',0,'¦gx\'î©áƒÄ€·¾ãÁ','¦gx\'î©áƒÄ€·¾ãÁ','Lú>-v–FeÁÀaVC\'Œ£©•¨ó\nrÓ™€´FJÉj','',0,'?'),('œÉiÑ&¹Õ$òT7&•','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/views/setup/drip/select-type.php',0,'7­‘ð¥öS[ªŽŸ ','7­‘ð¥öS[ªŽŸ ','\"óúûHRËR‹L›¡MçÛµN&÷y!ÍŠÑ±_‚*8','',0,'?'),('Lô±[Ã©È?‚”r\n›Ê•','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/views/setup/drip.php',0,'…ë/˜Ý©jX]6jC&Šµ–','…ë/˜Ý©jX]6jC&Šµ–','ùÍ¥¿($ ê~m”¯¢?Š«f 9wN·8±ÔUË[®÷‘','',0,'?'),('<1jc¢0c§¸\0¨\Zÿt(ø','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/views/setup/everwebinar.php',0,'dl 5£Ëh`\'\'¯çÙy™r','dl 5£Ëh`\'\'¯çÙy™r','×ÛÒWÁ1‘M>	Èaë|Ø7Úcì¬£€Ú¢ðì^NÐ(','',0,'?'),('¸|­»hÈåObÞ¶Q\0î','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/views/setup/facebook.php',0,'¸€v\ZT}ÑÄÆÓG¤¡(','¸€v\ZT}ÑÄÆÓG¤¡(','\"4üBÍx\rë:cÔkÖ-×8²f\\¶(j›pdÜ','',0,'?'),('~¬å¼=ÆùMN^4C3X>','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/views/setup/get-response.php',0,'d´%Qƒ×6³¯;Øa|','d´%Qƒ×6³¯;Øa|','»\0g0öÏ¢ ~OP˜ÂO69Ö®{K½ºŒ’ÿÄG','',0,'?'),('ÍL ÜÁ!©ïÁ™í3þ','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/views/setup/getresponse/cycleday.php',0,'‰\'§]äåË\r§å*ud','‰\'§]äåË\r§å*ud','<}ÐŒÖ_nÈ q€µ298Îs2]#AÆé*X³ëÑ÷ÑŠ','',0,'?'),('\'ì’OGS0çÓ+Ç}úï\Zx','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/views/setup/google.php',0,'&ÜzF½}’÷ÛöJØYæ×C','&ÜzF½}’÷ÛöJØYæ×C','Š˜ê²CÄš6l^K]”µGóð˜¬ØpÃu®j','',0,'?'),('ë]á†ÐÓF‹xF.ik','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/views/setup/gotowebinar.php',0,'ãË\"ß–™ªVÀ+µ6åÈ,','ãË\"ß–™ªVÀ+µ6åÈ,','mP›S}÷+ôêž>QíáxWDSp|Což‰xFÞ£','',0,'?'),('l”±bÉ‹¥K¬5:_Àýí','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/views/setup/hubspot.php',0,'[o œoNÎ¦\n^éh+MÚ¦','[o œoNÎ¦\n^éh+MÚ¦','\"ø*à`„u»•êVÞ¿ëÌS¦øó¥éÃùÞY{\Zi','',0,'?'),('~n¡9vÒÝC§î‘º™$MÈ','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/views/setup/iContact.php',0,'8= ãv8÷Ð°>!íï','8= ãv8÷Ð°>!íï','-1CÅÛ¿?2ô|¬r~´Ím°1asnúê½hÆ/œe','',0,'?'),('yÑKHC`´¨Vv¡d_§)','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/views/setup/infusionsoft.php',0,'™T?vùŸâÙ>RwY‚','™T?vùŸâÙ>RwY‚','ôÆ\r×OŒN/ƒq…óé‹×JL¦`ýTS“p¸3¾ËÂ=','',0,'?'),('z:…á>C\Z(ê/Cîs','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/views/setup/klicktipp/tags.php',0,'c„»s÷¨,qd%»7M	','c„»s÷¨,qd%»7M	','c\\t<û¸/åŽ°rëŠªQJ––5j	àg\\\nëA','',0,'?'),('6R}ý`·1ºº›8ð–Ü¾','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/views/setup/klicktipp.php',0,'Œ¸¼öYWàæ}âòæõ¨','Œ¸¼öYWàæ}âòæõ¨','¿=7\0¢£e÷xÍ=C©:Í¢¯“A@Í.ÅV¾Æ§]ßÛÃ','',0,'?'),('˜KõîYS9+ÃOã','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/views/setup/madmimi.php',0,'6ìJ<cüŽÖ‰~`Îh','6ìJ<cüŽÖ‰~`Îh','°çJØœ­1w¦ÊÍ0ÛÌúÝj’”ÆOüV`¾±.k','',0,'?'),('|Å]\'¥ûM¡z 	‚\\Ù3ý','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/views/setup/mailchimp/api-groups.php',0,'uµ3P·ê…m1¾ƒžÎè8\n','uµ3P·ê…m1¾ƒžÎè8\n','iˆoZ‡ŒÌAv ò\0ë’ÏŸc²vìÔ÷“¤–N ƒ\rƒ','',0,'?'),('B &)¹;¤í	¯y¹§äž','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/views/setup/mailchimp/optin-type.php',0,'èƒËf_¼½9	Æ\rþ¥Þ@','èƒËf_¼½9	Æ\rþ¥Þ@','/p\\GÏ}%°‹Bò¬üm‡BÌÐ4÷\nB¿2Äã','',0,'?'),('?\\Éš;NQëpEX','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/views/setup/mailchimp.php',0,'­šÀ‰,_\n›Õ•äTà ','­šÀ‰,_\n›Õ•äTà ','À²¯…Òà®Îæ@Œk\'üNÉ³öNlëúdúü¸Ü(F','',0,'?'),('a[*?]Ès†yh2†R5m¸','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/views/setup/mailerlite.php',0,'4smHU@ó!Î_e|žì[','4smHU@ó!Î_e|žì[','@<ˆN;cå4Áý7ƒÔE)JUÊ3g—šw Ö:!j','',0,'?'),('IÈsLáHHQÛé›æÔ','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/views/setup/mailgun.php',0,'Ðe¶Ò·Fr”hM±OE','Ðe¶Ò·Fr”hM±OE','²`Š³7/t|ðh×?ùN¹jì§å“.kÁ2i\0Q,N','',0,'?'),('”`aUO°·xÕXuðøü','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/views/setup/mailpoet.php',0,'àçß_:ÇZöûl€®t©Ø','àçß_:ÇZöûl€®t©Ø','¾`M‰³ØÑý®šµö\\yñcŽæO¤M‡ùù\n0]5','',0,'?'),('(‰?fÛ3È«tå83@7Rß','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/views/setup/mailrelay.php',0,'²å…«ž¨õ¥Ø¢å>èú','²å…«ž¨õ¥Ø¢å>èú','u#`=º8óˆ:çL*Êeém§{Ú´Úg¼ò 0]è_','',0,'?'),('ß¤š\Z»Aqi^÷™U','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/views/setup/mailrelayemail.php',0,'Ø›SËc¥\\?oŸx(ñ³','Ø›SËc¥\\?oŸx(ñ³','ƒS³î	Ïm±S8en¬‹„’)cÄñ}\rë²Ê\0','',0,'?'),('ê$qB¼“>úÏ\n','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/views/setup/mailster.php',0,'Éè£fÀ:ßBÐÝ¬«[Å','Éè£fÀ:ßBÐÝ¬«[Å','@OXîæ\0 ¨Â³ÙBþ­UêÅªÝˆ“¼dú°­µ÷Z','',0,'?'),('>V«Á¿ZÊãqRÕ=','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/views/setup/mandrill.php',0,'ÿP^}k)à%~Â¥z','ÿP^}k)à%~Â¥z','ùþ¢‡sº\"<¡’î¦ðôµ·‡ŠŽÑÅx0Gñr|M','',0,'?'),('%¾˜cÆqRq¼»GSq','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/views/setup/mautic.php',0,'ï\Z\'eM{/lÁÈòÀ÷æ^','ï\Z\'eM{/lÁÈòÀ÷æ^','¦çÊ’4“d`!´ˆ±»—Æ¨)xH5$£ÍàŽ-kƒ','',0,'?'),('wM!G…û…!x\n\\ÂS(d','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/views/setup/ontraport.php',0,'ÕíÏ¤#‹2¯Š\"z³qá','ÕíÏ¤#‹2¯Š\"z³qá','\"Êr¬ç³‰~~¯d×$À3’Ìé€2 <[\"Ùš','',0,'?'),('9 *>!¨‰©öÁ6/Ž1','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/views/setup/postmark.php',0,'K\rn¨é³@Š–q·ó1X','K\rn¨é³@Š–q·ó1X','{‘m‰Â£ÏkûŒomçháÍ®8÷û¸V \n\ZŽÓ','',0,'?'),('ã{ÒTpGÂT=×ZûEå','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/views/setup/recaptcha.php',0,'÷.¢\Z?5©CKïIÆAÊP','÷.¢\Z?5©CKïIÆAÊP','‚ý”üˆ»8Éï¬Pn™YëƒÊ/p®U¿n±H','',0,'?'),('©ntJÜum¶\nô«Ö','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/views/setup/sendgrid.php',0,'GúÙùÄÇÐÁe','GúÙùÄÇÐÁe','½%›@r0Ô˜²Ö6¥›‚¦æ·7lV>ús¯ƒ\Zý','',0,'?'),('PW‰2¶	ckosõpð.ø','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/views/setup/sendgridemail.php',0,'Ì	g@yYãé’1.pJ¤','Ì	g@yYãé’1.pJ¤','/÷ùØ¨­!ƒ©3•Û`™ªû6l·ÅÌÒF<WÌ\07z','',0,'?'),('XL4^÷ÝãXAq9›¦=°l','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/views/setup/sendinblue.php',0,'”ëUüÖóP¥TÜ4ÌúÍ','”ëUüÖóP¥TÜ4ÌúÍ','\rbó$¼*\0	‘TãÅ­\0Úáº\ZG0›ƒáª¯‹‚\\ý','',0,'?'),('R3®dX]®Gš´7zØÂK','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/views/setup/sendinblueemail.php',0,'Éy©«štvO_W¥4Ûo&','Éy©«štvO_W¥4Ûo&','‘½\\TÎ˜³¬ƒó…è‡+(\rß6‰ug\"=MÕÚ','',0,'?'),('V ÕºaQ²ÔÐ›—‚ÁÇ³M','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/views/setup/sendlane.php',0,'¤ftèE’¦»¥û_','¤ftèE’¦»¥û_','FA?¾¿@Ë2ñÚÆ\\¯¨?Í¶¹÷>N5Gîÿ¯£','',0,'?'),('3ˆ¦\Zo´YoÅ,;sm','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/views/setup/sendowl.php',0,'§ nì°`Ó¯×g1H%¹@','§ nì°`Ó¯×g1H%¹@','§tþ€©^EšKÕ!x#®èªéüß/Ãº²ï…','',0,'?'),('ÌZggÒboêÔ¼š³õ/¦','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/views/setup/sendreach.php',0,'M’Â´£×­÷ë•áþ]¬','M’Â´£×­÷ë•áþ]¬','¢“»S@\rþ¥«‡—Ê.Ãã¡šÂ0î^¶íÑÙ)ÆÞ,','',0,'?'),('ÞC\ZDIÊ­Âø‚Õ{e','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/views/setup/sendy/note.php',0,'óèZž˜µý|(¦±v¼{<¨','óèZž˜µý|(¦±v¼{<¨','jF@tTw¶\nÂwùA2;w\n48õíMˆ…út\'´ã]','',0,'?'),('²\r“ñ½½)(â—ƒõº','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/views/setup/sendy.php',0,'d¨v‡¨%VB4:;56þ','d¨v‡¨%VB4:;56þ','TºÑYÝl\nsÿÜÉ0í€vŸwÇdŒ†\0Såý|<','',0,'?'),('l‡ß†ÉíNj‡ž±yõŽ','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/views/setup/sg-autorepondeur.php',0,'T#{ì\ZGo.]·HýgS','T#{ì\ZGo.]·HýgS','zQZ@ïÂ+y`>N‘9…‰Öf—¡:äH\\ø$','',0,'?'),('ñ\'ŠS¯ƒã&=Êßr','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/views/setup/sparkpost.php',0,'™…^¸ä-†ˆlP?øì','™…^¸ä-†ˆlP?øì','¸ãýÓ‡Èì`p w#,\0kE2}çzp\n?h‚ªú','',0,'?'),('Ç\\:Õù2¢&\'e\\Cº','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/views/setup/twitter.php',0,'¥B»|ðÛËOEàlº\'Q®Ô','¥B»|ðÛËOEàlº\'Q®Ô','\"ç^ebÁYD5ÙÿoäÏø‰–)Ò%¸K#\">>¸<šó','',0,'?'),('Ý]¸4X	}ô6	¸ÖU','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/views/setup/webinarjamstudio.php',0,'ž¾t¸ ñ¢\\}ÍfúXÄ','ž¾t¸ ñ¢\\}ÍfúXÄ','¤@bkFŸ\n‚´oóååöŒEGæC»Ä\rvï]ÜÜ','',0,'?'),('1€ºg]mH7µèj¥{\nÂƒ','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/views/setup/wordpress.php',0,'-¤¹¶g5Ã~ÇÎÄ#/Çœ','-¤¹¶g5Ã~ÇÎÄ#/Çœ','Ü<‹›XWÂ´:¾ïVØ@ùí,EŠ}iùùa»ñ$€','',0,'?'),(',XÇÌIŠåvÙÞüOûIÐ','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/views/setup/zapier.php',0,'5COû¹ao¢5t®¾ë.~','5COû¹ao¢5t®¾ë.~','ßuSU1›è©cQÙ<D˜±´/;U‹k«ñîe-œ.¸','',0,'?'),('þùzsK‹(Êe:Ÿât','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/views/setup/zoom.php',0,'ÐÈµ¶ÒÆä&|–°','ÐÈµ¶ÒÆä&|–°','3 J™·+¬BlÇY»(/Âßºe`8HÑ\'w«¾¨ÜÃ','',0,'?'),('Ü`À‚ñ¼ž–ÉjOQèY','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/crons.php',0,'-@œQ–Þ…Ð†f/8¿','-@œQ–Þ…Ð†f/8¿','Õ¿Î_ZÄ[ûv¨Wê692¢z‘ƒ½i²õmPòÒ²€,ö','',0,'?'),('zÎèYHcŒÖ£ú…‚¬<','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/db-manager/class-td-db-manager.php',0,'í†!g¨û++‡´;hAõ','í†!g¨û++‡´;hAõ','ÅxYïËË¢¿ªøàøÉ^cŠ3ò5mO›½~Á_Ö§\"v','',0,'?'),('Dõ•1…zUÕ06ßSŒ\ZI¢','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/db-manager/class-td-db-migration.php',0,'žâ^\'’8oãÉ#@ÃôÆî','žâ^\'’8oãÉ#@ÃôÆî','O	ÌÄ‡{\rõN@ZKqó|´Û„m$¼RFbîÉ_äµV·','',0,'?'),('¹±4d‰2éÎ¹ð\\tcl','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/font-import-manager/classes/Tve_Dash_Font_Import_Manager.php',0,'Ã3€ìâ®°‘gá|\Z','Ã3€ìâ®°‘gá|\Z','2¶·³¼ci©»¡¿ÕY±Ê<LÂfÝÄ™‹ì\Zþ&¦“','',0,'?'),('%‹	ÕÊÏ†©iÁ‡kLò','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/font-import-manager/classes/Tve_Dash_Font_Import_Manager_Data.php',0,'Ïxþ²g:KcÓ’)iè','Ïxþ²g:KcÓ’)iè','pØºS½Vú±_~”{ûÑÉ;ÐÈ—Åù9žÖDAá','',0,'?'),('’jèÜ^G&y-tÐ¥$ôÝ','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/font-import-manager/classes/Tve_Dash_Font_Import_Manager_View.php',0,'4âDìäÄ€[¬=ÛMà»ƒ','4âDìäÄ€[¬=ÛMà»ƒ','š¦–wï+éMÈ£gV²®°Iô@&J&\'vµÃ0þ','',0,'?'),('¬2¾<ñ\0NÄØ$÷òyâG','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/font-import-manager/views/form.php',0,'Ü·RÑ„ÉbLÍ›^8','Ü·RÑ„ÉbLÍ›^8','ñ}YY5û	?Ÿ;Žìx]?`ÈsV¯p)sê¢¬ã','',0,'?'),('\Z·ºØ0§¦®t³Ï¸','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/font-import-manager/views/js/manager.js',0,'ãi·£4dîº»þ2YÓÙß\\','ãi·£4dîº»þ2YÓÙß\\','í}Ø¡V˜üNÇ$A–ÎD¦ƒyH0¦>aÃ{ß)','',0,'?'),('ÀÛìP¯2ßÐø qg4¥¯â','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/font-import-manager/views/main.php',0,',ÊþR×Ë>;«Üºjo_o',',ÊþR×Ë>;«Üºjo_o','ÈÐ˜÷f4HeÍX6´Ü‚¸Ì[6ËVLÏ–\nÈípwî','',0,'?'),('Ùo2ÞcXfÃ¤äÊÕ^Þv','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/font-import-manager/views/messages.php',0,'B<ý‘^á­F’Ñ\n¨','B<ý‘^á­F’Ñ\n¨','ìØ“FÝ§ääa“}ƒ&ØlÖ«ç?©X`4ï|Ô#ÔS','',0,'?'),('ÄCƒþrá6¥5ýsèÑ–','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/font-manager/font-manager.php',0,'³®%ËõlX&«PÔ”Æ','³®%ËõlX&«PÔ”Æ','¦‰Z*wtÄxýi\05ÙxÚ2ì²Ô¤ÚÝ«`µDÍjÜ','',0,'?'),('GJ~þAÒ	dt+hýÎ¶:','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/font-manager/views/admin-font-manager.php',0,'ß§É³Î„¹¾äÝÛ†­\n}','ß§É³Î„¹¾äÝÛ†­\n}','¥ˆñÙtsë\r¼qB\'$_,9ßÂÐ÷I=ÄÛP','',0,'?'),(']8ŠsŸ\"P—¡š\\Ø','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/font-manager/views/admin-font-options.php',0,'–^Ûv;\nÿîm¥Ñk„£ò','–^Ûv;\nÿîm¥Ñk„£ò','õ\\æB­wv¶a<Œv(0ÂGÞ/‹³É5Í jc`Â‘ö','',0,'?'),('‹-Ëa¹(­>¿õç\'B','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/functions.php',0,'CÊÿ-ëËè¿w%vCvŒ','CÊÿ-ëËè¿w%vCvŒ','Zì,ŒŒ·\'Ub<rõÕ·ÍÔ÷eêÏã¦€î-%Ë','',0,'?'),('àÔ[ì–h\'nUÉ)ÅvÚ','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/hooks.php',0,'Æ¯«»J0p¯kÁî_[ö','Æ¯«»J0p¯kÁî_[ö','VŠƒO­~É·ÀàÞk?8õ1L©Ùœ,þ+\'ªå<Î','',0,'?'),('A%œQ…DÛ¾X5ÄÔÒ<','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/icon-manager/classes/Tve_Dash_Thrive_Icon_Manager.php',0,'býL»‰Ià¦Åís§','býL»‰Ià¦Åís§',';èrÝ9ø2ÍÑÙÄûFŽû“59_á°õ‹ðp1E ¾','',0,'?'),('MfÌ «aoþÓ\\,ûD','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/icon-manager/classes/Tve_Dash_Thrive_Icon_Manager_Data.php',0,'éŠ`@æm`;µu‹¡Äe^','éŠ`@æm`;µu‹¡Äe^','ó‘lÊ(kq¯°È ²î²ÝÑ®œ^J¦+\nŒÜXœ›Í','',0,'?'),('6Ý®B·ñšåN H¿ßÛä','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/icon-manager/classes/Tve_Dash_Thrive_Icon_Manager_View.php',0,'(©Žßî²}ë(³¶Ýxr','(©Žßî²}ë(³¶Ýxr','É\'tÿ÷Y‘8@ç¡O8\" i=?Q‡âÕÙ‘àP?t','',0,'?'),('«]á@Ð¢§u—nŽ=¡µÃ','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/icon-manager/views/form.php',0,'¸Ax;“Ý¤ïC=5Íj;','¸Ax;“Ý¤ïC=5Íj;','?×bBÏ¢I„|:Äk%PädõçŸ8ÕnŠŽÞ¤g˜:pûN','',0,'?'),('ÈP(’Ÿ™a|CEeBˆ','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/icon-manager/views/icons.php',0,'¢ë\n”oµÚgŒcçSGõM3','¢ë\n”oµÚgŒcçSGõM3','°ä±ÇYB<°‘açí;Á§Ðy‰Zÿ†÷u½Å%Ñ','',0,'?'),('$j‹¼ÜÂðjÐhø@Ý²','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/icon-manager/views/js/manager.js',0,'ñdÅ[98ŠóózñdåO','ñdÅ[98ŠóózñdåO','wr«/»í®xm–Ù¼Lh×Ž–w”é_ºà¼üù¿Y','',0,'?'),('8Œ>ÖÙï°8P2‡^¡J	','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/icon-manager/views/js/manager.min.js',0,'ªqb¡yÈôÖ_ìW{tó','ªqb¡yÈôÖ_ìW{tó','@ôÖeo„É‹\\þt\ndSdýÃñ‚›ŠŒV‡O','',0,'?'),('º3ÒÇA„{´¦UVz¾','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/icon-manager/views/main.php',0,'õWûœ dÄÞËu•5\'Uß','õWûœ dÄÞËu•5\'Uß','^Ž-ºâf@ÅÙÞ¢Ë#œ¹´‘fs‰ª¾fƒƒ/\0','',0,'?'),('ZæñBÈ\r	w–Z¨’c~Â','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/icon-manager/views/messages.php',0,'Œ.®S¶,ë0/Aˆ]*¿','Œ.®S¶,ë0/Aˆ]*¿','<‘»1Äç‘ª¤`ûš‚0óT3L1ï§ûåðô–’8','',0,'?'),('„Î•úšFZ¡!Áƒù','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/notification-inbox/assets/dist/admin.js',0,'/{bóº\n _¥sd~ë™Ç7','/{bóº\n _¥sd~ë™Ç7','æi´¼ôë¡ÉgXÙÿ¶¡ÿbß.	kÁ&0XåÐ~¤i','',0,'?'),('#ýÎ¯yé°\ZöeVÚÍyß','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/notification-inbox/assets/dist/admin.min.js',0,'FJ²t¯ÚÎkÿ‚¥:HÕ','FJ²t¯ÚÎkÿ‚¥:HÕ','¨Mhu@~B°2?\n®Ë%ˆ\r8<x¼1…&NïYŠ‘Ï','',0,'?'),('Ö[¿$þU4+¼Qé:Æšég','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/notification-inbox/assets/js/admin.js',0,'þUþzôæ?¼‘`iN','þUþzôæ?¼‘`iN','½†,©ãXM£„-o3ÊÖùRM|œ RÙÍô®z UJ','',0,'?'),('ÅJ\\Þú|‘ìøªOé™ã','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/notification-inbox/assets/js/collections/base.js',0,'Æ-Ø]À(—	Iëôûˆ;Ù','Æ-Ø]À(—	Iëôûˆ;Ù','ÚûO~nml\0ë|áþ×{vÉîå!Ôø_úøqnñ…>','',0,'?'),('!]’‚j+‚ºð\ZXð&¿9','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/notification-inbox/assets/js/collections/notifications.js',0,'ç¶óÂÑ¨Tjö‹ºÝ¤7','ç¶óÂÑ¨Tjö‹ºÝ¤7','ˆÝj2¿Öƒ>,Hv#3Æw.LÓ\rcAöo”7Eä²@','',0,'?'),('_„8@¤Já“Ö,Õë»wG','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/notification-inbox/assets/js/models/notification.js',0,'jd€ÀüÖÑB${q¬Š\n','jd€ÀüÖÑB${q¬Š\n','n¸¼t™P§É÷#ÚO]ÄÁ³t‚áð½8­<38¤','',0,'?'),('à9¾Ý~wöõšw…_èë','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/notification-inbox/assets/js/views/base.js',0,'L@«ls«Õ­t;ô‰é±','L@«ls«Õ­t;ô‰é±','Ü\0RÐ“TxƒB¼yi+M©“Åªw6\\9úé<é\Z>s','',0,'?'),('á±þÈKSsJ~iwÅâ','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/notification-inbox/assets/js/views/notification.js',0,'™t@¨7G”Þ,•i6+íV','™t@¨7G”Þ,•i6+íV','‘|ˆÄäÉèoÈ³…÷t¯B”«¼â‹ˆ„ÆÉáJÓÍ','',0,'?'),('â=J,Ä+v©­hõo','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/notification-inbox/assets/js/views/notificationCounter.js',0,'\\/@±BU ©ÑÞä\nfMa','\\/@±BU ©ÑÞä\nfMa','5°ÈT1ô>ÿƒ·àÉà.\0«ýhÀ5¦Ð®YÊm<þq3Ê','',0,'?'),('ún	ËÛzNÝþS±/nÚ','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/notification-inbox/assets/js/views/notificationDetail.js',0,'ZÇ¶ì[Ç#µø‡ïÊ:vÍ','ZÇ¶ì[Ç#µø‡ïÊ:vÍ','Ñ§ë¿·.§F@/J•w´Qó# OýÜU\\zt¯äü','',0,'?'),('ª“f†H²ú;ÇÊü®ýÃ†Ë','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/notification-inbox/assets/js/views/notificationHeader.js',0,'X]/¢5UúšÍ˜Rã\\','X]/¢5UúšÍ˜Rã\\','?´’t3öúÉÝË\'#%Ú¤Üúúy³	T‡µQ—šæ ÑT','',0,'?'),(']YÈÎû›ÈcC0…Ô—ä;','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/notification-inbox/assets/js/views/notificationsList.js',0,'³ê2Íë%È¨½SZ;…\n','³ê2Íë%È¨½SZ;…\n','aõ—v{›”J3ïñ,žÃ•@ÀÓùÂö-¥À«(p˜½','',0,'?'),('Ab…Uupì_Eïlµi','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/notification-inbox/class-td-inbox.php',0,'û2ç®1ÌeÖ¯n{oô','û2ç®1ÌeÖ¯n{oô','šJxWG:™>»„”¢ôÒ“s\Z‚éq#ÁT¥ƒ}r’b','',0,'?'),('¡]Sºø…ÅJN6â{÷‘','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/notification-inbox/i18n.php',0,'Á3óR\0{¾)$¾möqú¸','Á3óR\0{¾)$¾möqú¸','ÌN*ýrz©û²§Û5nQÊþÂ&!ÑV¦Ã}f›','',0,'?'),('rqÔö7Ã‚Œtö|›Ë®','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/notification-inbox/includes/admin/class-td-ni-ajax-controller.php',0,'iRÀ—úy(\n4Ò¢&¾yo','iRÀ—úy(\n4Ò¢&¾yo','°ë”ºmWÍŽÜø2ýuÝ¡ÆæÙGÎ$)É4çjÝ7s','',0,'?'),('¾~háíTˆ \n„å’&€!','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/notification-inbox/includes/init/class-ni-inbox-manager.php',0,'*Ùƒ‡É9Çå¸#×ã=Í×','*Ùƒ‡É9Çå¸#×ã=Í×','÷±.‰²\\;RíáÎ;?´öD_£IT$Pµœ o X','',0,'?'),('‡FTúQ¿Õü÷ä/Ý1]0Ž','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/notification-inbox/includes/init/class-ni-message.php',0,'ØÐ~èoø_)ð;·$“','ØÐ~èoø_)ð;·$“','\r¤Ö¶f2è9b–ú&ªe¢”ïc6Ý›ÚGcM¯5àÁu','',0,'?'),('gÂKhÏ±mÁÎ».	ÐG','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/notification-inbox/views/templates/backbone/ni-notification-detail.phtml',0,'Ïý`*wŠÞ\"{üCÀØ”','Ïý`*wŠÞ\"{üCÀØ”','K÷zØ\'1…²Œ¸×éãy„à~‡|ã0;[*','',0,'?'),('{ÄvéLP4ÛK‘','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/notification-inbox/views/templates/backbone/ni-notification.phtml',0,'?JÞÈlŸÁ´Öµ\n\'j›b','?JÞÈlŸÁ´Öµ\n\'j›b','Ás2™›ÕrŠôÐ}hƒ°ÄÐ±=éqÙ§®å¦×/¥1','',0,'?'),('oË°c8@;ÈSCm™øH','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/notification-inbox/views/templates/backbone/notification-header.phtml',0,'pÅõ×6öÉ¶”Â½\'Û','pÅõ×6öÉ¶”Â½\'Û','l7åx™w¢YÐVZå)“‹/ƒº×`½ëEaXUÒ¹üÆ','',0,'?'),('‹*Ÿñž$Ë[\rk—£Â¢³','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/notification-inbox/views/templates/notification-inbox-button.php',0,'`‰Ì]¡{á÷·/ÓOï5','`‰Ì]¡{á÷·/ÓOï5','\'µ\"Ï/pÿ8¨zå«™…pö“é-8^zD ^ÑÇl#ÎÉG','',0,'?'),('ö_0ŒÏïDòÈ<½`\n','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/notification-manager/assets/fonts/tvd-nm-icons.svg',0,'P™ŽéªŽñ<¤¯IœLÏ','P™ŽéªŽñ<¤¯IœLÏ','œ°E?%Ï©¯.P÷/wâÄúU6¡àX]Òø™df¢¶','',0,'?'),('T]kÚ¦ã|sXa¡ït','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/notification-manager/assets/js/admin/backbone/modals.js',0,'ŸR<û˜h%Ìz!H^Í','ŸR<û˜h%Ìz!H^Í','îA*¹Ò—	ƒô	6Jˆh–—-‚xúZUÐõ³‘‡àzm','',0,'?'),('\n6ïtfOlÅ\\öXÄK','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/notification-manager/assets/js/admin/backbone/models.js',0,'ÙÊ\rc3m7Iy¹ƒ˜','ÙÊ\rc3m7Iy¹ƒ˜','ëª@~‡k%MtïË0òNeƒ€„â/–‰+ÄCu//™%n','',0,'?'),('žôD„¶÷[Þ–¡ôG','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/notification-manager/assets/js/admin/backbone/routes.js',0,'	eMñ/0Ã†\nÝyR·©','	eMñ/0Ã†\nÝyR·©','¡´Gdñ¤ÜjYÉ›]tÂ\rÁv×ÏÜ‰3IT˜¡JyÝ|','',0,'?'),('Q›6J”ø,NÅ','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/notification-manager/assets/js/admin/backbone/util.js',0,'KÏîD#CO,mð‚','KÏîD#CO,mð‚','LÃÌølŠV¼„aI8òqÑÞ½ÜŸÓë}ñ<†R.Ý‘þ','',0,'?'),('þýÕ©à!Ïä–G9Ç\'¡š','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/notification-manager/assets/js/admin/backbone/views.js',0,'”(ß\riž’!”À¦Ýµ¡','”(ß\riž’!”À¦Ýµ¡','[Ž<.ú†¡µ#:Þ5œnÃÏú!	DÃ¹¿Â»œûÈÝÉã','',0,'?'),('h°}o\nrmAh$²>Oµ¡ü','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/notification-manager/assets/js/admin/backbone.js',0,'ÜZ˜ Àµ Öí_òÏ+Ä','ÜZ˜ Àµ Öí_òÏ+Ä','²³YˆóÜãËëãnè˜$‚ZKŠ¸1ðþRX6ÍGF’ú','',0,'?'),('áã´e?XP¤^‘µR','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/notification-manager/assets/js/admin/backbone.min.js',0,'ŒŸ)¹òÝº•îmy62I','ŒŸ)¹òÝº•îmy62I','™´–¹4Tö|ë{®\\Ë{´X8‘Ðù4wÜÏù\r5S±ð','',0,'?'),(';”ìè·G®d×±Ù','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/notification-manager/assets/js/admin/wordpress_notification.js',0,'ÍÖfi)¨â—\0Ü©îáº','ÍÖfi)¨â—\0Ü©îáº',')îš\'§ƒ“y¥ñk­ï¿eå8€îFŒÝ­ç3â','',0,'?'),('Ésq^¯k$yžžd','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/notification-manager/class-td-nm.php',0,'v¸ÄÈi>nœv7O¤','v¸ÄÈi>nœv7O¤','X	€±å¸\'ÊaÈ²­;ÇÊLÊ%®Ê!fÞ1=¿C†','',0,'?'),('A }\0]nõüc‡¢<›ekX','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/notification-manager/i18n.php',0,'Ãá«vo[ëÐP™MJj','Ãá«vo[ëÐP™MJj','WôY÷ÏÐyé#Q¦5¹Ö#Üª´öEI*Ó”˜éñÀª4U','',0,'?'),('ûAI¼âé&º{øäµ¯Úa¨','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/notification-manager/includes/actions/class-nm-action-abstract.php',0,'i5öAq‚KEfìïÉÊV','i5öAq‚KEfìïÉÊV','êÑ!³â/:¦³œÝ¸KáÐp\nEÂù2&-ep”¤à8Ðì','',0,'?'),('Èøý?ƒ•=|%Ûe9ñ;%','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/notification-manager/includes/actions/class-nm-action-custom-script.php',0,'÷îŸ7rÄ§hù#¨¸Þ','÷îŸ7rÄ§hù#¨¸Þ','ÓžOÝ–~ÉåNh|ïeŽÂt&\r=lŽ#^ª×þs','',0,'?'),('X¦Ûlx^0\0\r’M‹','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/notification-manager/includes/actions/class-nm-action-send-email-notification.php',0,'áO‡Âl=»´2Ã­v›','áO‡Âl=»´2Ã­v›','m¶_G]aÆ\Z}ëw3u—HÔˆ¶ö9Â­S;‹Ñ','',0,'?'),(',w\"ëÞÊ‘œè›','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/notification-manager/includes/actions/class-nm-action-wordpress-notification.php',0,'¦·C	‹\'_·éÇ—òç','¦·C	‹\'_·éÇ—òç','H;úBª›“´­Q¿ŽÏ>j_@½®$LêéYsŸ‹ý','',0,'?'),(' æ¶¤;\'/NC]¼öž‘ÿ','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/notification-manager/includes/admin/class-td-nm-admin-ajax-controller.php',0,'ó\nTÒ‹AF¶‡ª¼‘M','ó\nTÒ‹AF¶‡ª¼‘M','Ë{=‚µeàøµÚd¤ÓnÅžSvgÌÞyó¦ºÅhaÄãD','',0,'?'),('ÁO\r€½ðî~\0,','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/notification-manager/includes/admin/class-td-nm-admin.php',0,'{Yz‹8![B$àDµ','{Yz‹8![B$àDµ','ï\\\Zð»Šó¾ŸÑqê¼	Õ5ÅÛ*¸êßAÔÔ.E','',0,'?'),('©zåx´Zlƒ9Û˜kžÇ','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/action-type-box.phtml',0,'iLÆ¯Ny#ÌÒáÄG9éé','iLÆ¯Ny#ÌÒáÄG9éé','Â¹ÅjÔH-Ž£æŒìçä‡0°ÐÁ8Œdõ¶×35læÊ','',0,'?'),(')ßØô;£Eæž¹(þ','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/actions/settings/custom-script.phtml',0,'lô‘PÆ\nÖ”¿•^›ªN','lô‘PÆ\nÖ”¿•^›ªN','=#2±`6G²î­!ƒ\"Ó]B?‡Æ«)¤ŒÓ*èpò','',0,'?'),('-ÃöÞÛáPj½É\rl14','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/actions/settings/send-email-notification.phtml',0,'õ¶´n9’\\™ó¾ùc.q¨','õ¶´n9’\\™ó¾ùc.q¨','ÃqY4å({ŠeýÖé¬šì’ \"[€($ÁC&‡\0','',0,'?'),('·ÑY8iD«uŒgÛƒF·°','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/actions/settings/wordpress-notification.phtml',0,'K=¤­øÝXŽgÓèÉ_','K=¤­øÝXŽgÓèÉ_','ãd.xÙ{£ø¡¬ïß„¤C™W‹NÉ0Y\\90\ZsÝ','',0,'?'),('~¹4÷UmÄ{Ðºèr-ôÇ','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/breadcrumbs.phtml',0,'%ñX=½³èõT`Áñ','%ñX=½³èõT`Áñ','5‘QÙ»³NWù1ìÐµçÆÿŠ%cýíå/©ÙÆ”A½$','',0,'?'),('Keq=ñÂx…ôŸaÖ}','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/dashboard.phtml',0,'ÅseÂ9ëÐW6ß+\Z','ÅseÂ9ëÐW6ß+\Z','bt¿ Ú4 arl€î?C¹ÐWG”Ûé¼Äáàç…ˆ','',0,'?'),('k?HX‘ÍiSéV–Èrý','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/header.phtml',0,'Â_«1\"Å3\'€D®®¸','Â_«1\"Å3\'€D®®¸','5ÿÍ®¾ÐUŽ\\3Y¿¶µøì›˜vw2Cä]˜g€µÁW','',0,'?'),('Î™–v]ã!§[R({.˜','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/messages/form.phtml',0,'Ï£QÎÒ¬^£}6¸FhØ','Ï£QÎÒ¬^£}6¸FhØ','k-Äc.¢jGµŸ§X–FIk¸‘åÂË5iQcÍy','',0,'?'),('Ÿó_$Š­h‹‹ì²Üve','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/messages/shortcodes/item.phtml',0,'›_ï‰§ þÁxaÀžG»Í','›_ï‰§ þÁxaÀžG»Í','™aÙ.U@t=r½=Çâ¨ì7Š@îvô`è‹D±Q\ZF','',0,'?'),('šŽÅ‰ýÃØžrÂÀjw','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/modals/add-action.phtml',0,'aB¨AògÌÙõV¬³†','aB¨AògÌÙõV¬³†','4ùy—OÕs´‘è•\0Ïr¤µCáØ5‘b µÕ…¼/','',0,'?'),('¼§›,õŠõV,gøpÈV<','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/modals/create-notification.phtml',0,'QbÊÁ–TâRÖûˆ£³{\nL','QbÊÁ–TâRÖûˆ£³{\nL','D¨î`U\"C\r^mqxùåýãýš|†g•ÕñKY(¹ª','',0,'?'),('ü:ŽÝºË}ÿó\ny¿­B','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/modals/delete-confirmation.phtml',0,'wÅ±q‘{¸2·%XÌ\'8£','wÅ±q‘{¸2·%XÌ\'8£','HNt£-ó2)€€ã3ßƒá©‘(§‰šÛÈvø08','',0,'?'),('N´‚’ú€“‚ ñ]\'™|','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/modals/edit-action.phtml',0,'Œ?jˆu*UÚ»LÂhnå6 ','Œ?jˆu*UÚ»LÂhnå6 ','\"l\0CG£}H„]ýHgpY5Jõˆ‰âTpQnl¾','',0,'?'),('ž 2?5×8¢tÝv/ƒ»','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/modals/edit-trigger.phtml',0,'Â¿ÓEû-hUOfÛƒàî','Â¿ÓEû-hUOfÛƒàî',':\":£ÙÃÍMó*¥ß!²œª\Z8~}õ<<H^mÉQ','',0,'?'),('.º Ÿ!¡¿|','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/modals/email-services.phtml',0,'#\rHZÈ+Å%Â','#\rHZÈ+Å%Â','PmÝêðEÑÐØç•ßMüNŸLú;®\'ËøGaj°ÚÀ','',0,'?'),('óþÖ¨kïˆbuÂ¢\'“','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/modals/notification-summary.phtml',0,'Z´5³7\r\Z‡*ðû\"›¿X','Z´5³7\r\Z‡*ðû\"›¿X','Y 2£	’Ö`AÖC@J8HÛ&Ö^Ýøñ\\ÙSø','',0,'?'),('bj·qÖDœõÒ”¹«','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/new-button.phtml',0,'I_BJ:®Êeñ½Tßû','I_BJ:®Êeñ½Tßû','DÀÁS_,oÜ¾Žl>~ÀÑ€ó_ÜŽµó’÷Ÿüˆ}<×','',0,'?'),('.5‰õ`yb…ÁDÕnPÑ','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/notifications/item.phtml',0,'¢/Pæ3^ÒSqJµÎ	´‰','¢/Pæ3^ÒSqJµÎ	´‰','ˆÓ£É!Ç5ôjž,ÿße<Êçî>ÈÔžçâŒ3“µa','',0,'?'),('úãÕq\"Ou§h—å©òL','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/options/action-buttons.phtml',0,'‹ïfœ\Z&T\'q	&ÑJ','‹ïfœ\Z&T\'q	&ÑJ','*9)9¾‹œ]¶;9¤8®èïX!\n<ÊÖi@©E>[','',0,'?'),('oË÷ær«Ø”°ë¦ð×v3','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/options/checkbox.phtml',0,'G›”²K®ÄÇ(U´O','G›”²K®ÄÇ(U´O','º‚Õ’&øS½Iî¢×³¦»3\0Lï¢ìn¿¼vý–˜µ>½','',0,'?'),('³s0J‘\Z},™ÙR¦[Ô','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/options/input-multiple.phtml',0,'¬”Ø²‚“öÆ$Ðt¡\nŸD','¬”Ø²‚“öÆ$Ðt¡\nŸD','=\Z;…àãnÏøT¯‹bNÉ‰šž=¾ÌÀðÆ}','',0,'?'),('í%B´|{´Ex@8\"•”(','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/options/input.phtml',0,'-{gnƒN9®Y9[ú2Ñç ','-{gnƒN9®Y9[ú2Ñç ','gDÐï=hÆ#\\ôÚñë“kŠxºöúJHÀžTBv¹8òj','',0,'?'),('çÏ\r¬n”„9&—Æb²M°>','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/options/option.phtml',0,'ÛaŒx}lÐÌŽîë)N','ÛaŒx}lÐÌŽîë)N','\ZÈÓ—Z÷£Øù`½ufÿ}mÑvûôZ`áçá~	 ','',0,'?'),('ç†ú\\_r&âÊ€7ùÍ{ø','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/options/recipient.phtml',0,'8\"ç9F¯z`vµ6Ì& ­','8\"ç9F¯z`vµ6Ì& ­','¿²SPÇúÏ0MUkéÉ\'ó7t3xXoäã©dIµÁÞ','',0,'?'),('èû¶\ZÄ]þÈsƒÆ½)â','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/services/item.phtml',0,'„Èóÿ¼ëšø\"kÂ.«','„Èóÿ¼ëšø\"kÂ.«','(\'YÓ¹¨ÏÁ¿¤¨umH®ryô‘¼7ú92\"^\"C','',0,'?'),('Ñ\0²‘,ÕÕaÝö³³IÍ','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/services/thumb-item.phtml',0,'ÐNðÄUôŸ–óéwô¹','ÐNðÄUôŸ–óéwô¹','Ðü¬ù7 çq—tQÉ)Î•ÏÑ|þ@OýÈ`ÀP7','',0,'?'),('qàuÔ5c@€>‹`÷\nF[','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/summaries/item.phtml',0,'‚ºþ­ð^-O-N•','‚ºþ­ð^-O-N•','`\\ûÝ·lc¬×Ÿ˜wËsÍ)?#Œ^™î ¼@','',0,'?'),('dí1Ík29ÀåŸ\0šÿ','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/summaries/items/action.phtml',0,'¹BÄÙ»\'õR¼<O“(P','¹BÄÙ»\'õR¼<O“(P','k3ÿ«p¯ú»z·AÂöb*²cdGnð®+Op¯¤’','',0,'?'),('Z\r8‘²ÑÝIkÞöù','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/summaries/items/actions/custom-script.phtml',0,'ÌíÙAá–†¢©N]}VŽ','ÌíÙAá–†¢©N]}VŽ','Í‰Ý³7O¸¬\n)ø¡(Ø~\Zô)¿lèm³)Îq\ZÙY','',0,'?'),('û<DüR\'Yscó¨(M)','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/summaries/items/actions/send-email-notification.phtml',0,'–8‹Ë.˜=(k1','–8‹Ë.˜=(k1','ÞÞ”Àêü{H\0/ó¶Ÿ4«§Ô\'ƒf“+º¤aðz‹Ô','',0,'?'),('×lcüÐTtJŽä—€ÌŸŠÏ','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/summaries/items/actions/wordpress-notification.phtml',0,'ƒD—ê‘jîÜÓóùžš.ÓI','ƒD—ê‘jîÜÓóùžš.ÓI','U}\rœÇƒ]ïM²® Ÿ@ß›\Zõ/µ‰”aã->Nrt	','',0,'?'),('7÷\\üt1#Z×k_Ü‰PF','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/summaries/items/notification.phtml',0,'	ësÅ^êIP´ËÛNÑóé','	ësÅ^êIP´ËÛNÑóé','>•NN#wøõüÎÚ¢a¤k´c\'¥¾:âŠ/Þ{€','',0,'?'),('Cš°.\rØ²Ö#Q$Àº.','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/summaries/items/trigger.phtml',0,':¬Ey 1ŸXf`Õá½Û',':¬Ey 1ŸXf`Õá½Û','–4„[Ë@Êê¨Ê«ne,Oæˆzý:»þ²o','',0,'?'),('ª[Š+¬wÂw,°˜æìÐˆ','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/trigger-type-box.phtml',0,'*FçÅ®%kf8\rŸy6Ø','*FçÅ®%kf8\rŸy6Ø','þ¾Eˆc¯²ÒžžÍ‹ë}ƒoòjŸú­™þ¢Ð†ÌëÓ','',0,'?'),('38Êç}ÖV¶äBÉ‹t','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/triggers/settings/email-sign-up.phtml',0,'Ç2“OÉàòdäàŽJúË','Ç2“OÉàòdäàŽJúË','&~Ì€çÐn¯\\3»Ý¥6RÑ*]Gâ–Ž%û<ÛäDièi','',0,'?'),('WcÚ^T×¼]®mñ5\'í','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/triggers/settings/quiz-completion.phtml',0,'\0õø2¶È*ñŠa}PÁægš','\0õø2¶È*ñŠa}PÁægš','GßKZgÊ!Ø€­åZ¿Þ¸·¾÷CL¯²¼ýŸ¶	E!','',0,'?'),('š9„\näÍLÃ·ëÔ–','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/triggers/settings/split-test-ends.phtml',0,'iéP¼¿™d\rÊ]ÂW˜l','iéP¼¿™d\rÊ]ÂW˜l','!ßÉ‡þ£ÖzÂ£Äú8fCqý™.•‘ÆüèüÃÀhéÄ','',0,'?'),('üuódGÎÁ‘§å}×','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/triggers/settings/testimonial-submitted.phtml',0,'Ãn½RmSÕbôPÇ¨FQÎ¹','Ãn½RmSÕbôPÇ¨FQÎ¹','ÃÏLöÙVÄÃŸ¤µ…okÿ…êöÿqŠý„&','',0,'?'),('“‚‹LÎ¹òÉÔ^ò”Ù¿À','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/unavailable.phtml',0,'´\ZÒ3è\0R&|íH?€…','´\ZÒ3è\0R&|íH?€…','–Ÿ”z§YìÎ:íµ‡Š=Cœ±*ìLýÐÄEÜÅ#›Å~°','',0,'?'),('\\ögÊA¢¦¦Š\r;RP¼ ','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/notification-manager/includes/class-td-nm-ajax.php',0,'D³þ,tqæ>1àAû™','D³þ,tqæ>1àAû™','óðÑr+²Ö–8æsªŒ¨£E{^5›‚ub}ZC–¡','',0,'?'),('±¯ñëüLËpû`‘m','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/notification-manager/includes/class-td-nm-checker.php',0,'Äñ)ÝÁïòò¦	rlì5<','Äñ)ÝÁïòò¦	rlì5<','bOCY9?­hÉÉ¤Ñ`}îþÊýp9Ãb„ÃºÓÓnÎ','',0,'?'),('çÓX¢)žRA2%[¥Š','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/notification-manager/includes/class-td-nm-data.php',0,'¼/\Z‘\Z®]R©yÊCC\"','¼/\Z‘\Z®]R©yÊCC\"','¬ùº>ò£§U„€6é‚³TÖò»i¯Ž]@ngù','',0,'?'),('‚)¶)“O¦÷Ù¡áá¶nê','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/notification-manager/includes/class-td-nm-post-types.php',0,'—;Ð\'\'«2xñç¶½','—;Ð\'\'«2xñç¶½','Ü8rAJdb¹ýhHh—ä5Œ²ÜìÙÿø½†Ve	ýj','',0,'?'),('Ø~Às%›3â5â%\\7¦&‚','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/notification-manager/includes/td-nm-core-functions.php',0,'ý+tŠQ‡À*\\+Ä¦çI','ý+tŠQ‡À*\\+Ä¦çI','L]¥WêBùŒ°h¿ÙfÇÿç­+zü…8î•£Å','',0,'?'),('´A¶Ó\\¹m92pBZ©','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/notification-manager/includes/td-nm-data-functions.php',0,'›êêÇÍÖÝ_ÿW;±','›êêÇÍÖÝ_ÿW;±','…˜xi	ËL1Æ0L1öõž]ÖaäwiõJRzOjXtÐÇ','',0,'?'),('TÑÑ+?íÂíS¨$—','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/notification-manager/includes/triggers/class-nm-trigger-abstract.php',0,'ÈÂ9¦±êlxo.Úù','ÈÂ9¦±êlxo.Úù','Õêe)¤äÇc£d`ŒDlUd\"r“èºÞŠ6ze^ï','',0,'?'),('¾¦‘z€Ç&\'´wY-','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/notification-manager/includes/triggers/class-nm-trigger-email-sign-up.php',0,'ò²a„žÂJwß_\nß{|Q','ò²a„žÂJwß_\nß{|Q','ÏêP eÕwAeµû	b^™ˆ{gÏÝŸ OöwüºIÇ','',0,'?'),('2Þ—Á¥Ä\0P?_','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/notification-manager/includes/triggers/class-nm-trigger-factory.php',0,'¬Ù\0ºÈ•fL ð×µ1','¬Ù\0ºÈ•fL ð×µ1','ƒŒýIÀÐ‰Á$MïÐc$jéu„òouïôA­‹º0(xÈ','',0,'?'),('ŸíO”>8)$°^YX]','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/notification-manager/includes/triggers/class-nm-trigger-quiz-completion.php',0,'f,39YÀxÊªÊÿH­‚','f,39YÀxÊªÊÿH­‚','ó¥|Ým¯Ý*uG§ŒoªŒß4¬\Z?cV-vA”>','',0,'?'),(']2,¯Öûæ”$Î3M	×v','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/notification-manager/includes/triggers/class-nm-trigger-split-test-ends.php',0,'EhŠØÃo¸ZË¼®S³','EhŠØÃo¸ZË¼®S³','aÆ<$’µ(/öÚp‘bOÌ4öcÇFxQÛÆÛ÷','',0,'?'),('Š}õªO¤ûp¸m]õWVè','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/notification-manager/includes/triggers/class-nm-trigger-testimonial-submitted.php',0,'ö.¡,~w’ºzú@	a','ö.¡,~w’ºzú@	a','5‰þLbòqG•Æ*£³¢_‚‰[5¶Ã{×','',0,'?'),('êç‹Hž-¡c^ìBçç)YÃ','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/plugin-updates/debug-bar-panel.php',0,'m@ÕwÞŒƒwß*áoˆ•','m@ÕwÞŒƒwß*áoˆ•','¼ð7±Šà¹Õé‹4ôƒÌÅáfu)WYD—ók3Îsó','',0,'?'),('¾)]©ŠÅÀ9$„','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/plugin-updates/debug-bar-plugin.php',0,'‡ZN©4O%QqBùŸƒ“¢','‡ZN©4O%QqBùŸƒ“¢','ÅqM4´¯ÄvÉùO„³Ñé°ú¬	\'RÙ–„Ôp4¤','',0,'?'),('ù§é“šTŸ_Ù‡Âß©·5K','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/plugin-updates/js/debug-bar.js',0,'ÍõŽH_T\r˜r*.ðLtô','ÍõŽH_T\r˜r*.ðLtô','Bœ°,<ÒÉ“ñGÁ«$U1Ýoh	3\\¢~¯ZÛhP','',0,'?'),('ç&XUõÒåÖ_Mßà˜è','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/plugin-updates/plugin-update-checker.php',0,'ziÈ²<R—Rôg6Üb','ziÈ²<R—Rôg6Üb','kWãLì+\r‹›I•Ä„évqÀ‚zW‰Ü\nÍ-$','',0,'?'),('Ž=ð‰M!AÝmî—@÷¾','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/script-manager/assets/js/admin/models.js',0,'³ƒ]ÓÚjÓO¶¢žÉë','³ƒ]ÓÚjÓO¶¢žÉë','PØÙ9É±­¶ë–Ê\ZÜ[	ÓË‰ýP&ý/x†b·±7À.','',0,'?'),('Þfçk³%9 ˆÇd\\r','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/script-manager/assets/js/admin/routes.js',0,'46¢6µž‘¶â1à4ab','46¢6µž‘¶â1à4ab','·(«¢†ma\'!ñ}ú9éÁ#/S“XpCÕ¥’ˆ”…','',0,'?'),('íø&«‰˜$	5@VA','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/script-manager/assets/js/admin/views.js',0,'½º55§XÛçLùbO','½º55§XÛçLùbO','Àáñ¬ÄÜ“=z>ºe¯½17ÚWíT¼0ÙÞë','',0,'?'),('ÊS…\'½@M8»WM~?IÕ','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/script-manager/assets/js/dist/admin.js',0,'Oì\ZVo9Ã2ý˜NÜç3ý¿','Oì\ZVo9Ã2ý˜NÜç3ý¿','ÀµÛØûtƒGNêCÜ±¼ÇNY\r€b „E\\Ž”','',0,'?'),('Q³“ßàoƒMÁùš‡“á','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/script-manager/assets/js/dist/admin.min.js',0,'êh¶‡P/µ\"VÒàF66Ÿ','êh¶‡P/µ\"VÒàF66Ÿ','$™èuz$çKÌ^äZÙÁ,Œ†gC<yQK_ýeýM®7','',0,'?'),('æ©ÑeWŸW¦Ü˜´Ê-¦Êc','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/script-manager/assets/js/utils.js',0,'	¹Š}j¬ÔF{Ž¹\'Î‹','	¹Š}j¬ÔF{Ž¹\'Î‹','Kà-Âµœ„ |Ä/BäËç¯‹)üŒ¹kdßÝ)…Iy','',0,'?'),(':ÎD,Km®ìe=¦óš','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/script-manager/class-tvd-sm-constants.php',0,'sR³ìãu{‚C¦ì¾‘ïn','sR³ìãu{‚C¦ì¾‘ïn','óÌ‘wš,)á´ÿé8{—AÂQd<$pU<Eºp	]{','',0,'?'),('?½û.@WaùZz{yú','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/script-manager/class-tvd-sm.php',0,'c(tCùó|ã\nÔQ¢HN','c(tCùó|ã\nÔQ¢HN','Šþ’ƒÿ_\\cg9-1¤AWD$\ZÀ˜”Øë¼•*%kŽb','',0,'?'),('ºH9Á*2UxÔo—t}U†','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/script-manager/includes/admin/classes/class-tvd-sm-admin-helper.php',0,'Ê‚‘C#62š>]œru\"','Ê‚‘C#62š>]œru\"','•°k¥‰ËÌ.ÕÚ¨ßØ2=ô†ãzêð}5Sø”÷tŽòo','',0,'?'),('N;·ù>Ëkð%Ÿñ4áfN','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/script-manager/includes/admin/classes/class-tvd-sm-admin.php',0,'šò“7ðW·‚ä°ÿú‹]','šò“7ðW·‚ä°ÿú‹]','ýz¦êbñÜiLé´€to	öÂùR«GUÝöÂ ','',0,'?'),('ýÊ…ÃFÈl¿L]âS[','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/script-manager/includes/admin/classes/class-tvd-sm-rest-scripts-controller.php',0,'îðCØ¹@¡Aõ{ØäÒêÑ®','îðCØ¹@¡Aõ{ØäÒêÑ®','f²A`þqŽuT™…ˆáN72{Á(Ûd1Sñ@Õ;','',0,'?'),('¹8S¥~÷\"!:3a^','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/script-manager/includes/admin/views/dashboard.php',0,'¿5Š;§ä¶Ç‹ÚÑÉa…','¿5Š;§ä¶Ç‹ÚÑÉa…','9ûóÁöTM	HÇtB¯¶ñãyƒFãª9ÍÓÿÀú_','',0,'?'),('ûL2®{¤\"ómwZv½Ú','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/script-manager/includes/admin/views/templates/breadcrumbs.phtml',0,'d›–ÉÒiÊ?s7Á¿ˆù','d›–ÉÒiÊ?s7Á¿ˆù','tTõéRualbñ\\_Î¸Š×(™aÖÅ,z^Ð©Åƒ','',0,'?'),('*º.‰XŠHº¦[1\ZÉo','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/script-manager/includes/admin/views/templates/dashboard.phtml',0,'!Ò¼r\"Ûlfž/ÑÒ^§','!Ò¼r\"Ûlfž/ÑÒ^§','?dð\Zá…ñVAŽ²7c!@åoªVR/õ§Äëÿíïª','',0,'?'),('ü4\\BO©í	‹{;¸dX','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/script-manager/includes/admin/views/templates/header.phtml',0,'àl\'¿Gã=éoa3ØÕ','àl\'¿Gã=éoa3ØÕ','Zu¿hsŠÃN=z»nèv£f.xå$TÓÖn‹§','',0,'?'),('ièD]Â?š	R<A3Å','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/script-manager/includes/admin/views/templates/modal-add-edit-script.phtml',0,'œÖ½%±ª†Ì¹¦¸','œÖ½%±ª†Ì¹¦¸','ue°\'H¡¢ObdG		©(˜‚©wùc\Zô0@Ä  X','',0,'?'),('À¬Þs5VÎ¼)Sžó','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/script-manager/includes/admin/views/templates/modal-delete-page-level-scripts.phtml',0,'5\néZ—©ûét\\->•€YS','5\néZ—©ûét\\->•€YS','qvâÓ§ª×Á]4Ñ_ÅÝ>i9.”N s?ÁÍ	”$','',0,'?'),('~A®:téÙ+ÔA4õÆ>','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/script-manager/includes/admin/views/templates/modal-delete-script.phtml',0,'¦5\n­Ù;HYP€Bc6\nk','¦5\n­Ù;HYP€Bc6\nk','®šÍª=\"v@ñ‘P^Œ ÜÚÄ‡æP¼LÅr’•p~@k','',0,'?'),('æíåÖ”‚öïò›A’j','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/script-manager/includes/admin/views/templates/script-item.phtml',0,'ÚVÉœœ\'M ëŠÙù¡BË','ÚVÉœœ\'M ëŠÙù¡BË','³Âì“-	;VBbÞ˜·~þ	PkOFƒÔÚ +žb–ø/ *','',0,'?'),('êV~iy¡\"éÇ5Ü˜E','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/script-manager/includes/frontend/classes/class-tvd-sm-frontend.php',0,'6IYávXY1&\ZÔ“ð¼','6IYávXY1&\ZÔ“ð¼','ë °K-zËìÂºÃLà¢ç ýrÇ+ãÙ×¾D\'HÛ,','',0,'?'),('dÏÞÛùˆØ@¡AÖ u','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/script-manager/includes/i18n.php',0,'Ÿ%œ…îú‹õmÜÏÄÇÓ','Ÿ%œ…îú‹õmÜÏÄÇÓ','°²€\n:on¾ŸaKÇ‹È®®˜z¬Ý\'\n/`5 Â—±','',0,'?'),('|¨¶´Îâ&`–0\\^dn³','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/smart-site/assets/admin/js/_utils.js',0,'f°£\\ÁFÞž¶9U‘3€','f°£\\ÁFÞž¶9U‘3€','{Á*\\zðT\'Óà¿8Ì‡k“ŽÊÁC$.%¤¤','',0,'?'),('ëÐiiõzñ(s’Ü˜¦à','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/smart-site/assets/admin/js/dist/admin.js',0,'ðj ¾—\r×{-­‡zP$Q','ðj ¾—\r×{-­‡zP$Q','­þ¥ËZG^\\6¦iCès‡ƒÜ#¸È‚€žÍÃÂ¾çÜ¼','',0,'?'),('YÈqA*±\"ª$lH*Á','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/smart-site/assets/admin/js/dist/admin.min.js',0,'lì][öÕ–#}Ä¼ãË­','lì][öÕ–#}Ä¼ãË­','[Nš\ZSÜò$º–jç¸ç+Â1ý/÷Ãƒáô~¢l*','',0,'?'),('»„1Yž‰.¡ýÙpüST','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/smart-site/assets/admin/js/modals.js',0,'þßhz–Ç /ò¿†_F/','þßhz–Ç /ò¿†_F/','vs€þIüº.…­ô QJ˜tœpÇƒ¥`ÕM','',0,'?'),('*ÿ=°\ZËÞ‘^Î”òÒ','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/smart-site/assets/admin/js/models.js',0,'xƒX ×õg¨ûà!-\rüÍ','xƒX ×õg¨ûà!-\rüÍ','Â—\0V–¸fd½íÈÒ u€ðì+¦ÓÚL™ÍØÁ)','',0,'?'),('IUšã¼È(—–ú3È@	','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/smart-site/assets/admin/js/routes.js',0,'€}Ò>åW!	\0ÚQôn,aª','€}Ò>åW!	\0ÚQôn,aª','Ø\'Éè½\rÞåxÎ£^]Òˆ÷EÛE\Z\rßDA K°Iø','',0,'?'),('¤Y\råËw.iÒGÎ4','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/smart-site/assets/admin/js/views.js',0,'n÷o@–bPjÓkcb~ÙM','n÷o@–bPjÓkcb~ÙM','`ÝåÚ#6™“ø‘ÍÍWóöÑö rQp¯M','',0,'?'),('E~Ãþ&¦zš5€´©ñÔæO','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/smart-site/assets/js/tcb_hooks.js',0,'„þ@Jæ]/ úÕºpù”b','„þ@Jæ]/ úÕºpù”b','†O\"W$¦¹Þ~T{+\"ªywúïwCA·ï_p‰\"M','',0,'?'),('ÚÃ\\átÖïïx‚F—!ó','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/smart-site/class-tvd-smart-const.php',0,'Ç®ñ¡ e9z”É¦­¿Ü','Ç®ñ¡ e9z”É¦­¿Ü','¸´:§&UäbòŒ¤Sáê¶Ýî£bUDÖÑÞFù9Sñ','',0,'?'),('‘d†xìÉ—Ÿ%¼è;“&JB','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/smart-site/classes/class-tvd-global-shortcodes.php',0,'TþÜÏÝs¸‘R¯¦úÚ²','TþÜÏÝs¸‘R¯¦úÚ²','çn+h”8sÎZ®\0!„:®op@“kbõ\Z)Ü	“´','',0,'?'),('N›Ú›f\n˜&èçù*„\"','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/smart-site/classes/class-tvd-rest-controller.php',0,'×0Hùd¼Ý\0Qc5^ZŒ^','×0Hùd¼Ý\0Qc5^ZŒ^','Õhb^åËêøR\nÓº <,uvÆ ®²ÒÆö¦W','',0,'?'),('åÔmœËE ;C¬+ó','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/smart-site/classes/class-tvd-smart-db.php',0,'»fJ\'gŸwA%}K/n','»fJ\'gŸwA%}K/n',':•ãáé\'AT±«…›:ÒíÊ§ØCv©qÕ³¯6Áç%Ô­','',0,'?'),('ÂÎêè3QAúš#£\"bÇ¡','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/smart-site/classes/class-tvd-smart-shortcodes.php',0,'¡Ñ&ÆŒ&$]oÚT’','¡Ñ&ÆŒ&$]oÚT’','ÝyÁ¿¦=ß‹þ?ÖÃõÉÖiI³<ýÜñlìXtIQÚ','',0,'?'),('»’Á8¹ô˜>[ÏFæ š','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/smart-site/classes/class-tvd-smart-site.php',0,'\'š#í7]ÁÍP«â\r¾´*	','\'š#í7]ÁÍP«â\r¾´*	','ÔÚ¨q*üo:r\"—¹\0À/{Ík2[xÝpq!.ª','',0,'?'),('¼[aÁ­@MXìØÈÜÎ:¦M','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/smart-site/classes/endpoints/class-tvd-fields-controller.php',0,'¹Óö\r&Ó·m’ñ<T’Â©','¹Óö\r&Ó·m’ñ<T’Â©','Í+ˆÿ4‚àÂí)xôMœÆXY\'¿üÃi\0àÉyO”EÌ','',0,'?'),('U›Ù÷‰~®y ¹x—\n2¢','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/smart-site/classes/endpoints/class-tvd-groups-controller.php',0,'¢-ÿõ÷…Œ>þˆ`ŠOº','¢-ÿõ÷…Œ>þˆ`ŠOº','§2ÃïG¾1qQ$ØðÍùšëa€ñéSqCÏ¯ÞVx','',0,'?'),('åRåŸP¯ÕÂ.”¾¤„`','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/smart-site/i18n.php',0,'#tvÿ6/`´B\n¬lr','#tvÿ6/`´B\n¬lr','@Eáq\0¯•9½9xü2Á÷h<íYü ÓŽrñO³','',0,'?'),('O™É±Ê‡ó8–Ð Ô','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/smart-site/migrations/index.php',0,'«¿˜™ÆÌñU¹b7´üÖ','«¿˜™ÆÌñU¹b7´üÖ','ÿ~4¨ÐÆEü+½àº£ŽFFc°«·~«oîI&ƒÃ','',0,'?'),('¹å×U\"ŠTÕp‚8£','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/smart-site/migrations/install-1.0.0.php',0,'/òV×}àgyx3û»T','/òV×}àgyx3û»T','W[Êå&jòQp×µH¿£}S©©/ª%¨éÄÜËŠé','',0,'?'),('j~E¼µ¬Ë†VøUï›ì','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/smart-site/views/admin/templates/breadcrumbs.phtml',0,'F©€‰\\cšÂØ›ÃxíŽ','F©€‰\\cšÂØ›ÃxíŽ','²ñM«ÓñÏÃ’Ü¹´ªL	hp>DqZ+öýSý¡)°p','',0,'?'),('LÞÒt³”f“ð”ñÂG','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/smart-site/views/admin/templates/dashboard.phtml',0,'˜ºh	^p÷GR¥/0²J®','˜ºh	^p÷GR¥/0²J®','˜&úù;RLîkÓ.°R¼•û¤g¾ÝÁæ[Þ“þÏ','',0,'?'),('ã>¢í~oÇ¥•¡¡äXMC','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/address-options.phtml',0,'Ãã^¥ÆMù±Èjhtq€F','Ãã^¥ÆMù±Èjhtq€F','§é³s¹YEâiE¼?¸§Î•†¡ý¼2¯ó¿úNHŠ;Ì','',0,'?'),('ºwtFmwðš/Ñ·ó+µ','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/email-options.phtml',0,'¼ØÅçú_~Áˆ…°†|1å','¼ØÅçú_~Áˆ…°†|1å',']¿fJƒg¢†ë[®nŸÇ#‡ÝrC}3n—‚–ž¯Ù:','',0,'?'),('&)bœdñ:ÍZÿÃhƒmQ','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/field.phtml',0,'©Á4Ü8,»o³gÓR’','©Á4Ü8,»o³gÓR’','Ý³å~»\0Ë>ºTwl1Ãqäd/M}W=®›ND0ÄÇ','',0,'?'),('4Àõ:A<‡†µºÛUL.e','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/group.phtml',0,'Û®­+K§fî¢6êð6À','Û®­+K§fî¢6êð6À','\r{YvÜ\"û¸Œ#`6¶Qufƒ,ZÁØOc{º*','',0,'?'),('š´8I`ä Qšþôsù4\Z','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/link-options.phtml',0,'Äfbm|¨¿–‘]½ß}õ v','Äfbm|¨¿–‘]½ß}õ v','›Ÿ`z“ß)²¼§¢nPò…Ø?ÂI£²‰iST•','',0,'?'),('‚R»~·¨^J°5¸Š»ð2','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/location-options.phtml',0,';ÍK˜ÝÊ&œ¬£ÜQù',';ÍK˜ÝÊ&œ¬£ÜQù','MRÖCQ[´(9p¯½åñ……ÊÝ“wÄ–À½½3¹ê‹H','',0,'?'),('Ä~d\Zf)zÍ!D›ˆ¬','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/modal-group-item.phtml',0,'·qüîI\ZBÐö<caŽò•','·qüîI\ZBÐö<caŽò•','?x]¶›CRíûØ·~÷»!qSˆ»œ”Žx$ŠçúôpÎ','',0,'?'),('?¡9Aè´Sh8Â®in¯','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/modal-type-item.phtml',0,'Úoð\r2ßÑË8\"§à‚³','Úoð\r2ßÑË8\"§à‚³','Ãy\n‡ïÇ±¼­_êåM¦Ieq´¸O0®ú yÒk','',0,'?'),('¾O³·¼ø¯˜àAø”ÔÔk','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/modals/delete.phtml',0,'é‘vŽ¹ÍàðÐ²p.Jª-','é‘vŽ¹ÍàðÐ²p.Jª-','äºzi;i•\"e^^”è¨û{Çww›ßEdŽñzÿÊ¼','',0,'?'),('Ò»Ãz8Ö÷	;ýˆêŠÈ‚','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/modals/edit-group.phtml',0,'ö&Ùsú§.Þ@	º\"èP','ö&Ùsú§.Þ@	º\"èP','rëó§e±ˆ{õ×-þ!´€t›q¾øJá\"÷\nòH','',0,'?'),('Ç~hñ¬ËÿO6z+kC ê\\','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/modals/field.phtml',0,'þ@rÅDkQ/ù\'‰×	€','þ@rÅDkQ/ù\'‰×	€','ƒ2öH XÙp@Òö«»sÕÉyÍ^…¡üÛ°j','',0,'?'),('²•}ÁÐÿ$\0…âÈ ðá´','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/phone-options.phtml',0,'\\Ì\n¸@^¯*¸b»\0sx','\\Ì\n¸@^¯*¸b»\0sx','â#žcÐêd€†BýFš|Ø­iÞØìvÐÀMÆa','',0,'?'),('(`Qh\nú¸±·g\\R','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/text-options.phtml',0,'nèµ!¾²jö\rc¨¬Szò','nèµ!¾²jö\rc¨¬Szò','ö‚mPþ»¯b9³xªf#w41á®ëk/B{¥¸¾ñ¹','',0,'?'),('<äÈÖÐ\'}PJt!õÇ','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/smart-site/views/admin/templates/global_fields.phtml',0,'ùp£E¶¹fâwJsjIq¡]','ùp£E¶¹fâwJsjIq¡]','MZ-¤wSò`ËØƒ\'ŠOÛçëÀÔŒËã\\…óV÷e','',0,'?'),('ÝÂ6z`qeE{ÅÇ?,','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/smart-site/views/admin/templates/header.phtml',0,'¡.+Bò…Šr0¿Ö=ÉÄN','¡.+Bò…Šr0¿Ö=ÉÄN','—ÐT8¬†]Ä–ô\0ÞtžÝ…°5WAz&¤€ðç•£hêBi','',0,'?'),('‰°—3q\\/øòœqàl—6','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/smart-site/views/admin/templates/menu.phtml',0,'²¤¦z±d>¾‡z?EÒ','²¤¦z±d>¾‡z?EÒ','IzÍ3Q¢BË~q¿9¥bŽp¸÷µ€ÙÕÐÃ‚L','',0,'?'),('œŠ/ìN–·+Df–a·','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/smart-site/views/admin/templates/side-menu.phtml',0,'†“YŽ¢WçwôùrôPó','†“YŽ¢WçwôùrôPó','g¥!µ™§W´2\Zùá¾Û¥hÙ\0¬¨(rYdèèåû','',0,'?'),('¡p\nVn¬ñ8ýÜ4/g','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/util.php',0,'‚†ã*¸1Š¦î®Fx*mž','‚†ã*¸1Š¦î®Fx*mž','¶ô:TÏØ(·ÜÙ–c›„—qò°2O¥ñÑpÑ®|½	','',0,'?'),('{_\\‡äp‘ §I\r G\"','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/js/dist/frontend.js',0,'Mx>&RQ¹ß~‰,ŒÀ®','Mx>&RQ¹ß~‰,ŒÀ®','v´üC­&¶&òZ¶¶¥q]ô‘\Z¡ÖŸ†ˆ²¯)î','',0,'?'),('U6[ÊoGC+`q—‰U','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/js/dist/frontend.min.js',0,'Ézùðâ´tïjŽ‰ìžV','Ézùðâ´tïjŽ‰ìžV','“ôRn0S9ÿ‹µÎVMÈ–#¿3»»†úž°Øc','',0,'?'),('€rò’bÂ‡;¡Ž}ý2†º','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/js/dist/global.min.js',0,'\\ÖìS½PDDìÌžX*Éš','\\ÖìS½PDDìÌžX*Éš','¶WrÆ<¼3ª Eë·’ì\n‹Ox®¥TÝÞ0','',0,'?'),('²X!Ê7B•²Õ~ãóžœff','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/js/dist/hammer.min.js',0,':Œoúéûô^Féù»',':Œoúéûô^Féù»','dc¡¦™6naò˜Š=å8ªÂ{ÒñNNa ˜­YIˆQ','',0,'?'),(':38@O„tGAüM7`','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/js/dist/leanmodal.min.js',0,'ña©¡–ê^Þä5ÖÂ}@','ña©¡–ê^Þä5ÖÂ}@','“gÄÕ¶œªT}ïáÝ[L½n†Ï%,XÒ1jðî','',0,'?'),('?rSÆ\0Ëz£à£<|þ','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/js/dist/select2.min.js',0,'bÎÜß³JÉSi…Úg¯Äh','bÎÜß³JÉSi…Úg¯Äh','+nZ?ŠãvræÄD¼´ýƒWQF<Ã\Z	X!i3\\U','',0,'?'),('œ~Ì)ÖïTƒvïë&¨m>/','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/js/dist/toasts.min.js',0,'’ic‘µÑŠÏðü’	ð','’ic‘µÑŠÏðü’	ð','²Å¦WÚw{£‰êcççtí è³ÖfÚqÒ(ÒWmÊø','',0,'?'),(' Ì8ì‡\"Ÿ\r ›—<I­ã','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/js/dist/tooltip.min.js',0,'zCg®6õ·ÿéQR¤x0O','zCg®6õ·ÿéQR¤x0O','ÐïXZÕ[îyd.ø\0¸/Zë[©¤µÏßUx±öç¦','',0,'?'),('ÇÁg†%·Á©Õ¬ ÂØ°å','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/js/dist/tve-dash.js',0,'Þ§.Há$·FN¯¥‰Šã','Þ§.Há$·FN¯¥‰Šã','ä¶ˆŒgB•éfãMñÀŠ-ú\rE<¸¤R.Ý±CT','',0,'?'),('ûã÷?V!w¢X:JAž','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/js/dist/tve-dash.min.js',0,'îŠ³õýp­ŒàÑiïÀ&²','îŠ³õýp­ŒàÑiïÀ&²','bR±êåÅ\"ÿu2âÔ©r‘±{®i÷uF3)0È¼Ë','',0,'?'),('/BÕ\'Ž³„?†mRûX¤Ä','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/js/dist/velocity.min.js',0,'°æ9µÎÑ7s0^ÇÄj','°æ9µÎÑ7s0^ÇÄj','}üÐN:! ôSZ¡%é‘1¼ú0öù¸q—R','',0,'?'),('á¼oõ0—ÕÊP}øN \"Ñ','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/js/frontend.js',0,'Mx>&RQ¹ß~‰,ŒÀ®','Mx>&RQ¹ß~‰,ŒÀ®','v´üC­&¶&òZ¶¶¥q]ô‘\Z¡ÖŸ†ˆ²¯)î','',0,'?'),('Ì\"E¨BdrÂáöÙ%ˆõ\0','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/js/util/highcharts/highcharts-3d.js',0,'?Ml“ôÓ\"4·Ò§J¥','?Ml“ôÓ\"4·Ò§J¥','=Wðüú\"‡¿éª0ûš€qÇŒcÙíµ`Ú8ÑÉ¬¥¨p«','',0,'?'),('û3°Œ^½Ó¤p€uìâ','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/js/util/highcharts/highcharts-more.js',0,'Ðòíë)Áæ[õ˜­×','Ðòíë)Áæ[õ˜­×','¯¾¶HH¢2XÙCûw\Z•Lh*ÛeÝùê·œÞŠ÷ÒG','',0,'?'),('šp\r	‰Le9Aj|b8','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/js/util/highcharts/highcharts.js',0,'ÀY¼<:\nÊ‚W\'Èºrýj','ÀY¼<:\nÊ‚W\'Èºrýj','•¯CHâµú,îán9‡ñÏî„ðJ^è\Z™Š)&Çœ','',0,'?'),('BeÚÝ—Ýó*Çð2¹ˆ‹ú','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/js/util/jquery.zclip.1.1.1/jquery.zclip.js',0,'„Ùxs¸É Œ5Ý ¨&e¶[','„Ùxs¸É Œ5Ý ¨&e¶[',' ÓÐ¢q&mÀ\ní+R¥±7Ð«Ü,¤ØPÑÒEù¸	','',0,'?'),('­¾äË“¯ÔäÒœ-WgT5','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/js/util/jquery.zclip.1.1.1/jquery.zclip.min.js',0,'‘uh¹‰DN²ýKµëþ%Š','‘uh¹‰DN²ýKµëþ%Š',';à…\rM[†ŽôH¤*¯6ê:aîŸšN87{D´ÇG•','',0,'?'),('ì§:ù¯DR,]ÌÖGW¾Ó','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/js/util/util.js',0,'	ÒN¨§`ÜÁÃM5òcc','	ÒN¨§`ÜÁÃM5òcc','¶ß´™ñâÿ\Z€ùu(…kƒ!½i÷ø}Ï/KXÈ','',0,'?'),('£9^\ZŽÁd¤S¶·rp','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/js/util/views.js',0,'×ŠÈÐâ¥º7•z$=’\"Ç','×ŠÈÐâ¥º7•z$=’\"Ç','3dº³ç»oÀ8DƒÜ‚¸`ìnYàc‡?Í„`','',0,'?'),('àuV8;Žn:4QdOmØ','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/rest-api/class-td-rest-controller.php',0,'Ï0*Ì%8„çË8Ý« ','Ï0*Ì%8„çË8Ý« ','*õ&#*Ð­ûîJ‘?£¾¡¿\rZ¨p}ì¢ HJx','',0,'?'),('‰S‹ÁÇ\n¡I‡ä*Ç','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/rest-api/class-td-rest-hook-controller.php',0,'¬­›ï:â4}ÃmH\nË','¬­›ï:â4}ÃmH\nË','`¶Ðl³|âGŠ6&r»ÝÎG	¢4ç¿ÆpÚÃÆ»vf','',0,'?'),('ã†ã]0„^Hr¦;Bý€\"','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/rest-api/init.php',0,'¶J`¬ÝÍQP(‹ù0âªýè','¶J`¬ÝÍQP(‹ù0âªýè','p|×Lÿ\rÔ6æågBôÛ¡rÚågvOv¡\\¨^?þ','',0,'?'),('æ­TÓãNnœ)%Æ;pÔ','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/templates/affiliate-modal.phtml',0,' (m´³2ä÷ÁÚ’d',' (m´³2ä÷ÁÚ’d','ŸYWeë®çRD#Ç‹ÏÈd™;>‹2Øðû\Z’','',0,'?'),('ÃÃ“è\'ˆ3ZŸù9ñŒ¬','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/templates/backbone/modal-loader.phtml',0,'AøSWæ^¥âAGÆ˜Ü«','AøSWæ^¥âAGÆ˜Ü«','Û½²©`µ—¨IÒ<Rhëën–añ\'	‘,º­\"‰1Í','',0,'?'),('œÝûý^^V°U9<Æw','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/templates/backbone/page-loader.phtml',0,'ö—BþnèPó6$J$JÉ¡¿','ö—BþnèPó6$J$JÉ¡¿','LðÉ|Ê…ËÕ‹GÓ‰%©1•,ù0=Ï‹qäNÂ	','',0,'?'),('˜[X^¸åH|“dc‚f','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/templates/backbone/support-token.phtml',0,'./kÉ\'Øe¤ò¨¶\0ó4','./kÉ\'Øe¤ò¨¶\0ó4','‹ƒË»ã–µFD\"BNyŠHÔ˜[<‚ŠoÈAz','',0,'?'),('CÉš1ú\Zˆ\"gBúŸ','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/templates/header.phtml',0,'²@ÿõç1Lw#Ê\\n','²@ÿõç1Lw#Ê\\n','ð¾ìÛd‚¼î÷‹ùà¿U¦z”É]ŸØ*)9 8Áp({','',0,'?'),('ƒþ<Eög Ó#_Qi4}1','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/templates/product/activated.phtml',0,'É{=z¢>nBe]£úfýTT','É{=z¢>nBe]£úfýTT','‚Œ$×&JBÂNŒ¬µÑä½{Só˜(ìõYðÕ9G[Ž','',0,'?'),('•7B|bRñ×ž˜í†º‹•','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/templates/product/error.phtml',0,'¯…ñš¶F‚Í\nÉ3ˆ.´á','¯…ñš¶F‚Í\nÉ3ˆ.´á','ñ¾Í$§¬Ã’‰eíÀx|¦›[çl“ªY1!T€ÍÉv','',0,'?'),(' –zRml|\rDYuå¶','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/templates/product/inactive.phtml',0,'Ç{È&á‰\Zâ/-0EA','Ç{È&á‰\Zâ/-0EA','cóçšñ2lâøj‘®¾	F4cò”ËÑ³kì³\n_P','',0,'?'),('1Ÿô ¨´o}6zÉ¿8˜','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/templates/sections/dashboard.phtml',0,'7²sV4SŽã{¦OnF=','7²sV4SŽã{¦OnF=','‹/š÷Ávh2ªAQ”¥¡n+ÓJX€ÒR\rw§Dì','',0,'?'),('è#XI.wüú—y','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/templates/sections/license_manager.phtml',0,';SpÔ(ä_äþæ·¡',';SpÔ(ä_äþæ·¡','§SÙ;¡Ô™ ­N|àkï%MgÆ_ÈÐ1TA tçéX\Zç','',0,'?'),('FlÔsN…Ã·2™þ?','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/templates/settings/general_settings.phtml',0,'%qµ\0ŠÀw\r¦²‘æŒ','%qµ\0ŠÀw\r¦²‘æŒ','óÜä¨ÌPÖc¼Àû\\(š…kL6šM°æ–?éË','',0,'?'),('W8ŽbL©íœÙ¨]3p','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/templates/settings/reset.phtml',0,'÷`n”ãë:T,r’H\0F','÷`n”ãë:T,r’H\0F','Ÿß­xñaÐ\\ï\rÊ¦‰Äj<û£AAÁ9ƒè½\rb','',0,'?'),('Ò\nÉ€ô*Û«ÆJýrQÂêë','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/templates/settings/text_setting_row.phtml',0,'½˜ã’xò8ãŽ\\','½˜ã’xò8ãŽ\\','Ù¾ù†Ü›Üe×kž—~TlŒÊÐ3c#ö+\r\'ÆX½;','',0,'?'),('2òŠEIä—Ë¦p)½›‘i','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/templates/share.phtml',0,'a	.üH}ÇÏ\Z¶”ÃÁ','a	.üH}ÇÏ\Z¶”ÃÁ','Ó>Åñ*Fæ@S€$\\wƒã½R´À‚òØ—ÞXs”¤÷','',0,'?'),('ÞØnú ¹«»ñlâ oy','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/templates/ui.phtml',0,'Û¾;%TaÃJÄ_ø(×|','Û¾;%TaÃJÄ_ø(×|','cr€oÃ7˜hÚŸB£gÀó:Ñ:ÖxüÇ°ó’¤º6Ù','',0,'?'),('ÃÃ_âH˜8ðÔ`1Òø%','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/thrive-dashboard.php',0,'#>x,\0j>7÷ÕªtÿeZ','#>x,\0j>7÷ÕªtÿeZ','„ŒYL›„ &÷–Ä\Z\ZÆ¥ørÜÜ}bHîïV,bF»','',0,'?'),('‰W*»ƒ†Ynp¢3OVÀ','wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/version.php',0,'’™&ÄG°äFƒ´J8V(X','’™&ÄG°äFƒ´J8V(X','\":9DjÂXq¦’Ê7¼ÝœÍ!j70í—à,Wí†¦o_','',0,'?'),('A¾2ÌxJ²Už1ï=lÇ—Í','wp-content/plugins/thrive-headline-optimizer/thrive-headline-optimizer.php',0,'R4ª÷$&ÀÕ¤AÑ^j','R4ª÷$&ÀÕ¤AÑ^j','¯“­ÂNßcÂ&·àÍ\0;Ã-p8öX.Ì9ß*ÏJMŸ','',0,'?'),('tÂÓqÇÞ Ð}ucì//','wp-content/plugins/thrive-intercom-beta/classes/tib_class_init.php',0,'ë”bÅµÕMßU™ßçå`','ë”bÅµÕMßU™ßçå`','¿?_¤©,Ð‰íSwÈóÆpŽZDº+sÒ	™\ZÈ¼}','',0,'?'),('Ñ¿ÔæÉËŒýèÀÑF˜×','wp-content/plugins/thrive-intercom-beta/templates/support-token-button.php',0,'6ÎÓ1…Âû“yêG:0','6ÎÓ1…Âû“yêG:0','	Ö‡Õ/°if‹Ã÷‘ÞÁ>Ä?ú/žúÁúð!æÜ+I','',0,'?'),('z«óBÏÈ\'Ç»’œ1p\r”','wp-content/plugins/thrive-intercom-beta/thrive-intercom-beta.php',0,'MÈ/)7ÒvàFÑ‹«Æ´Ù	','MÈ/)7ÒvàFÑ‹«Æ´Ù	','FZÁ1,H01¼Ûêô/^îG÷<°Œ#í0A)(S„²','',0,'?'),('`?®®*§þ Hc½','wp-content/plugins/thrive-leads/admin/controllers/Thrive_Leads_Ajax_Controller.php',0,'+$Ñq–Ã†HÎW&','+$Ñq–Ã†HÎW&',' ÂbÅÕŠïCòs„¶å}êCKE%8·—oÊ§#…¡g','',0,'?'),('ÒÐVŠÅuoD(\"C\"ú','wp-content/plugins/thrive-leads/admin/fonts/ThriveLeads.svg',0,'½£Ì~p£¡³â”úú\0è','½£Ì~p£¡³â”úú\0è','`‘ã*íL7%ò´¸-=ƒÚ‹:F	¾ËcGü.UE2·,','',0,'?'),('E²+0<$¤e°L¯J¨Ä~Ô','wp-content/plugins/thrive-leads/admin/inc/classes/Thrive_Leads_Contacts_List.php',0,'±!Ê»²Z¯kñÝô=\"µÒ','±!Ê»²Z¯kñÝô=\"µÒ','ÖR}lµ[×h¸UX_\rt^òî‰(.\0´ƒU©ß¤#t¯‚','',0,'?'),('—w|fM\"^ˆ\'«}×ú2Z','wp-content/plugins/thrive-leads/admin/inc/classes/Thrive_Leads_Export.php',0,'?òvy=äg\0Ä÷þ¬Ÿ(ù','?òvy=äg\0Ä÷þ¬Ÿ(ù','ºä¯šÊYÞ‡“Fl\ZÛ.tŽ­£fÆæïQãp ö7n¼','',0,'?'),('‹yòÓ‰“\Z½Ÿu;©þ	Í@','wp-content/plugins/thrive-leads/admin/inc/classes/display_settings/Thrive_Leads_Action.php',0,']œˆß‘ù<pJø–]¬',']œˆß‘ù<pJø–]¬','ûÖb¿fl0ÛÏG+1Õµ²èTt˜«.@ûÁWUÜ','',0,'?'),('ùƒçÕVíª³ü|/XC=','wp-content/plugins/thrive-leads/admin/inc/classes/display_settings/Thrive_Leads_Direct_Urls_Tab.php',0,'ÞlÄ’þÕ“K6ã~þJ','ÞlÄ’þÕ“K6ã~þJ','ÈùÖ	ã©ÓÒZy«* šÌ»ò`Sà\"D©»É	~¥','',0,'?'),('hˆ‰%fû\n›#RK»éÅ','wp-content/plugins/thrive-leads/admin/inc/classes/display_settings/Thrive_Leads_Display_Settings_Manager.php',0,' NùC	ÝÏ(ý\' !PÒ',' NùC	ÝÏ(ý\' !PÒ','k<ÿdàCÿí§‡¸éÇ5<´á‘Æ¬aG…Á†¥\0','',0,'?'),('pš]ŸLm_5®{*^yŸ','wp-content/plugins/thrive-leads/admin/inc/classes/display_settings/Thrive_Leads_Filter.php',0,'ÝÓj	sØòíŽÏ²ã','ÝÓj	sØòíŽÏ²ã','[õåÞùò„\nH¥/³ÇƒÆ¦kHÖvÉ¾Õ(ª>0','',0,'?'),('\ZÞYÛ®Âý£ïÄ hjÓÙ','wp-content/plugins/thrive-leads/admin/inc/classes/display_settings/Thrive_Leads_Group_Options.php',0,'†XåuÈÞpïöÛŠÏèò','†XåuÈÞpïöÛŠÏèò','sM©<öF–)y†6ËÜ³Ä ®pj¾\'è^í\nþ5','',0,'?'),('<5¡-Ù=æéLEßáï0','wp-content/plugins/thrive-leads/admin/inc/classes/display_settings/Thrive_Leads_Hanger.php',0,'ºöÛ&Æ£ùZ–’VO','ºöÛ&Æ£ùZ–’VO','\ZZ[o<ÅÁúNÓz]œfœ¼Â„U¾Ç+—õ<Tõ','',0,'?'),('$¬Ú\\#…<jPS{¥OV','wp-content/plugins/thrive-leads/admin/inc/classes/display_settings/Thrive_Leads_Option.php',0,'ßmév ÂæQ§¤tàÞ','ßmév ÂæQ§¤tàÞ','\'XêKHž»„l—Æô<‹á@›~ÞÈ­ÇGì9ù¢\ZWÁ','',0,'?'),('{›âk“\\÷uÃÑ›³¶5','wp-content/plugins/thrive-leads/admin/inc/classes/display_settings/Thrive_Leads_Other_Screens_Tab.php',0,'twZ²üLšeY]N©','twZ²üLšeY]N©','jÆƒ‹zÇ÷mL¶¬˜b1²^GI®Æ$u±Ýƒ…{ãb','',0,'?'),('`ƒ›;ÜüRVBÊ\Z§¿','wp-content/plugins/thrive-leads/admin/inc/classes/display_settings/Thrive_Leads_Others_Tab.php',0,'ŒjþèìÓ¥r¤','ŒjþèìÓ¥r¤','X6WÒ+ÃÏ€§é_­-[¤S[hì6Œ\\®¤C{Ò','',0,'?'),('së4Ë­M¬þ×Aÿü','wp-content/plugins/thrive-leads/admin/inc/classes/display_settings/Thrive_Leads_Page_Templates_Tab.php',0,'‘cñÔ@åïrX³ãÈ™n','‘cñÔ@åïrX³ãÈ™n','™H:EcÃ\'Ãkxˆl»å“‹ii,+ÍW±`ŽtÃ¿¸ä','',0,'?'),('\Z5§‡/ç3”a³“ô…Ž','wp-content/plugins/thrive-leads/admin/inc/classes/display_settings/Thrive_Leads_Pages_Tab.php',0,'«¹ÜúÜ®ÈRE5 ‹ìð','«¹ÜúÜ®ÈRE5 ‹ìð','¦½\râj …QIg\Z‰iDÊq$»Q›Ù^Íü=Þ','',0,'?'),('LàÂãhˆ]gé+\nÛ','wp-content/plugins/thrive-leads/admin/inc/classes/display_settings/Thrive_Leads_Post_Types_Tab.php',0,'”¾‚ïW”-8ä¤¸%4GÀ','”¾‚ïW”-8ä¤¸%4GÀ','o…B55¾`Ú=c3p<ÊòC›d ·Ã+úãÄZ\0','',0,'?'),(')Cü,›Ü¼GŸß ÿ•bc³','wp-content/plugins/thrive-leads/admin/inc/classes/display_settings/Thrive_Leads_Posts_Tab.php',0,'qŠpf¥ní¯í…GšHM','qŠpf¥ní¯í…GšHM','òÄ\'éì¦è¼\\I*‰¨«zAÙõßÅfë¢{@½[#','',0,'?'),('c~»[ˆã¼£¨>†	¦','wp-content/plugins/thrive-leads/admin/inc/classes/display_settings/Thrive_Leads_Saved_Options.php',0,'ãíkýÇ@Mnƒ*°$k','ãíkýÇ@Mnƒ*°$k','ö‚¥¢Ð›d”¾ù¼WC®µ”ëe8Ç2‘áz!åß','',0,'?'),('-¼ý9ü‰,KO±H','wp-content/plugins/thrive-leads/admin/inc/classes/display_settings/Thrive_Leads_Tab.php',0,'ÏfmuØì|ÇÄ‡¼›ÄÔ','ÏfmuØì|ÇÄ‡¼›ÄÔ','ê\Z‹+0»ÙÆÃ\n¦¡©9Ó\'ŠðeÓÔ¿æÛ®…','',0,'?'),('È¤SÌïa0„B(N*}à§¸','wp-content/plugins/thrive-leads/admin/inc/classes/display_settings/Thrive_Leads_Tab_Factory.php',0,'ÌUL^aƒC)¾Ô€p2â','ÌUL^aƒC)¾Ô€p2â','Û>·1a‚ñò<*Å˜\"ëì—Èw¢Ý¸d0—	ÆMç','',0,'?'),('ûVø.•CûðÐeF(Æ','wp-content/plugins/thrive-leads/admin/inc/classes/display_settings/Thrive_Leads_Tab_Interface.php',0,'¤¢ãÁÃg¨eg ùF½âÞ','¤¢ãÁÃg¨eg ùF½âÞ','îùÚåõó4C7ª¤Ã™Ì7g_Íàÿî]w<Ïß','',0,'?'),('®”…q‘xI»€×á)Âð','wp-content/plugins/thrive-leads/admin/inc/classes/display_settings/Thrive_Leads_Taxonomy_Archives_Tab.php',0,'¯á·pê×Î–a:©õ\r•t','¯á·pê×Î–a:©õ\r•t','@l±lB÷`Ù=hJ79;\\1%%C\Z£Àe=ÇSéf','',0,'?'),('$ê‚ÇÔì©©”	.:0>','wp-content/plugins/thrive-leads/admin/inc/classes/display_settings/Thrive_Leads_Taxonomy_Terms_Tab.php',0,'¦þ,I1¿^‘E=‚äœ9Î','¦þ,I1¿^‘E=‚äœ9Î','…[ê“øÔFvapÊe¸œ#®!hÛé@§±Å£ß','',0,'?'),('Lé­\\¾šQ”åÐqØG¢','wp-content/plugins/thrive-leads/admin/inc/classes/display_settings/Thrive_Leads_Visitors_Status_Tab.php',0,'Òbh¬Û(Ÿ¼’­RÓ(','Òbh¬Û(Ÿ¼’­RÓ(','øÑáÉámõÃùbæ\naFIÝ„’ôèÓb& I*=','',0,'?'),('-ò™7\02a½_/Yä@Â','wp-content/plugins/thrive-leads/admin/inc/helpers.php',0,'UPÆÔè…~éƒ+‚1Õù`','UPÆÔè…~éƒ+‚1Õù`','ú€iÄº—6ÆñÏVØ-ßúÖSÀÒ¥MS¦f	üÁ[','',0,'?'),('aãt’ðR6q+²Ò·ã','wp-content/plugins/thrive-leads/admin/inc/translations.php',0,' ™Á´Áõ¦\Z_iwn',' ™Á´Áõ¦\Z_iwn','c¯Â\"žÞHî+¨Ûlƒ3‘«ÇV…{,¼d$»ˆ1ÿw','',0,'?'),('ÌÇÚSW¯èÑà,†©·Q½²','wp-content/plugins/thrive-leads/admin/js-min/_init.js',0,'+ÖšûÅ…WþkRrÚ`òW','+ÖšûÅ…WþkRrÚ`òW',',JŠþÊÑµK%¡¦›}zj@ìºÖkƒÍ0\"ß','',0,'?'),('Ç^Q‘j R#ÚItÔxÛ(','wp-content/plugins/thrive-leads/admin/js-min/assets/assets.js',0,'ZuŸß\']€+æ 5Õ’F\"','ZuŸß\']€+æ 5Õ’F\"','*É“s\\ ÒÂ\0Ø›#Ùý ÎéLà•òxèÜëø£ãG','',0,'?'),('¼\nyÞØ\"ŽÙ+*ÇÅDÂ˜2','wp-content/plugins/thrive-leads/admin/js-min/assets/models.js',0,'Ä@%~!Q–‘eS|Ì','Ä@%~!Q–‘eS|Ì','îÕöbë/›ûk··^Ð¦j­ƒ=V±Üjk\\.@°í”_Wz','',0,'?'),('Lë¤LpÒ\"ûN°¬ª','wp-content/plugins/thrive-leads/admin/js-min/assets/routes.js',0,'²frÊÏÒ\\·­Á‡?’1“','²frÊÏÒ\\·­Á‡?’1“','Ò[ýø&Ò`a®M}ÜçsSíLsúï´_{‹)Q','',0,'?'),('Q¤á2ZC]1Ùìzê—','wp-content/plugins/thrive-leads/admin/js-min/assets/views.js',0,'Î´›X¯^ìßÜìF`','Î´›X¯^ìßÜìF`','\ZÃ÷ (öw€ö‰Ù¢çgÖÜ¿‹<ˆ/Ô¶%,ùÍkxQ','',0,'?'),('2•½P«äR®¿\ZÝ™ð¢','wp-content/plugins/thrive-leads/admin/js-min/contacts/contacts.js',0,'’\ZkRÖê\'–u@ÖÈw1','’\ZkRÖê\'–u@ÖÈw1','žo† í=òÎ8¥ªºüÑ\'K§mòº&º’Õ3Mµ o','',0,'?'),('9ì£Üà¹ÝU‹«·Ÿÿn\\','wp-content/plugins/thrive-leads/admin/js-min/contacts/routes.js',0,'ò­ÅÀ©à?‚00\0Z\n5','ò­ÅÀ©à?‚00\0Z\n5','J­3 Q-Ç0 È	©õôb¡ëaiK5•ó¨pÔƒ','',0,'?'),('/ýÛÐõì}ízùiþsÎ-','wp-content/plugins/thrive-leads/admin/js-min/contacts/views.js',0,'–â´Äêê£dª<rß¥Çº','–â´Äêê£dª<rß¥Çº','úõØ(Göc¤åÙW+ž\"?¢2@Õ:]xfŽÎd','',0,'?'),('Hë=¾÷FvÜîÂy}\"b','wp-content/plugins/thrive-leads/admin/js-min/dashboard.js',0,'«Œºij;@ˆœhŠ','«Œºij;@ˆœhŠ','ÈM#,Õ±1 ÏhÍ˜•ñ0d€íÌ4¶‚þ”ÉÕ•À','',0,'?'),('ùÉ`j»—”äâþN£Ëåu','wp-content/plugins/thrive-leads/admin/js-min/inconclusive_tests.js',0,'ìƒÃ<²:ôØÔÁ,ùQSä','ìƒÃ<²:ôØÔÁ,ùQSä','ü\0§·½ìqÚfr4,[¾²àíÉR­Ã˜ DZKË','',0,'?'),('¹ðãØß²š›N<+V^!','wp-content/plugins/thrive-leads/admin/js-min/models.js',0,'¼ÕsU|8”—Žjé€ó','¼ÕsU|8”—Žjé€ó','nÏà2o6-<Úàƒ¡åÊ¯V‰Õ9ES¦èÔvd 5;qG','',0,'?'),('œ=†7ï/Èçîg]O>\nºx','wp-content/plugins/thrive-leads/admin/js-min/reporting/charts.js',0,'K„76“`ïS|YÚ}–¸”','K„76“`ïS|YÚ}–¸”','¡ð£-ÄúÍT ÅB?‡8xÂd³¥/\'o(ê{N','',0,'?'),('t#ÛÑ™F+w:fá','wp-content/plugins/thrive-leads/admin/js-min/reporting/models.js',0,'‡H-”áùäPÖÛÛºÁ38','‡H-”áùäPÖÛÛºÁ38','Òþé¥¿!ÈeWäŠÑÀx<XâÑNF‚ºðâ¶n¼m','',0,'?'),('¿•–P£a­H{Kåˆœ\nÛ','wp-content/plugins/thrive-leads/admin/js-min/reporting/reporting.js',0,'\nwº-¿Š‚(®Ð*l¸û-','\nwº-¿Š‚(®Ð*l¸û-','‰Æ#¯h#»…/ûs“mÍœV/Ùe°¼R’8ÜwÂ','',0,'?'),('“4À¥Ò– ªåµÇy%·û','wp-content/plugins/thrive-leads/admin/js-min/reporting/routes.js',0,'Þ¶êgáng¸Ù]~@·î ','Þ¶êgáng¸Ù]~@·î ','S¶Ø¼Rq ³x:Ók]@ÿH\0Ç$6n­ìÀ(¯iÔ','',0,'?'),('šuoRzÎŸ&‘q®¦íPž','wp-content/plugins/thrive-leads/admin/js-min/reporting/views.js',0,'ÇŽvž+u}RË7Ùƒ?Ÿ','ÇŽvž+u}RË7Ùƒ?Ÿ','´$Äy‹¾Këàjº%\ngŸer~ˆB÷á&TP[þ','',0,'?'),('Ð@ûVë#Þó…gkHÃ','wp-content/plugins/thrive-leads/admin/js-min/routes.js',0,'ñN£ôªh›ŽäQÂ¼Íu«Œ','ñN£ôªh›ŽäQÂ¼Íu«Œ','·;—Š9ß{áäIÅÅ\"O›ÑÕ½é¦Nú {RwöŸ','',0,'?'),('c´~\r†“;Içµ%Œ\Z ','wp-content/plugins/thrive-leads/admin/js-min/timepicker.js',0,'¦Ïú&w ø:mÝÀ}´ê­','¦Ïú&w ø:mÝÀ}´ê­','LÞ#·Ióc¥WzKHÎI¬dôkûs’èäÚzq ‹','',0,'?'),('€Ê•[1Ä	ècK¢óøG','wp-content/plugins/thrive-leads/admin/js-min/views.js',0,'[ÈHè8^¤ö³z¯;XX','[ÈHè8^¤ö³z¯;XX','nÍÛËˆç÷¤Uô\ržõ,QÞiä`¥ÐåÀ›Ôe!\"Œ','',0,'?'),('/‹÷Sÿ@œ7ãÿ«ö','wp-content/plugins/thrive-leads/admin/start.php',0,'MbPL™ËlŸÖ’ôt¡IÕ','MbPL™ËlŸÖ’ôt¡IÕ','$ú0ŽÂÓ§ùy§>1Éhv\rÙ`Ä1\'ÿIiñ¦Ý6!','',0,'?'),('òÌà¯ù¾Ùµ¾¹ê;ÕÊ','wp-content/plugins/thrive-leads/admin/views/assets.php',0,'2è6$O:@o.,ô|pL­?','2è6$O:@o.,ô|pL­?','±6aÛJ 	<È,‚²ÓcìÿÄ	ºÑBY}„™E','',0,'?'),('/¹®;&HúX1eÍ¡)','wp-content/plugins/thrive-leads/admin/views/cloud-templates.php',0,'khn\0|‹–mÊÃÑtç†b','khn\0|‹–mÊÃÑtç†b','²¢!kÅý]i·9fA.ÀKÓ‚Ž(½*›ÍO°À»;À','',0,'?'),('Å«`ßÃÎÑ ‰½ƒœ›4','wp-content/plugins/thrive-leads/admin/views/contacts/contacts.php',0,'áKÕÚ“\rü{ãÐNÍŠêJµ','áKÕÚ“\rü{ãÐNÍŠêJµ','¼ï¤ê	ŠŒ ù™§®UDªô¾]>J;;éÇÇyuFT','',0,'?'),('p¯þ Ž©t[´>ç²','wp-content/plugins/thrive-leads/admin/views/contacts/contacts_download.php',0,'ð<v7­ÿüÁ¬mGYN','ð<v7­ÿüÁ¬mGYN','Ý&‹f‰áë$œÀiªõð2M¨;¡è¹\nCf*3B¹ž','',0,'?'),('£\rî¢@µ\'E™Â“	','wp-content/plugins/thrive-leads/admin/views/contacts/contacts_filters.php',0,' Ñüm{¹8¹©rýEÀ1õ',' Ñüm{¹8¹©rýEÀ1õ','{×¼1ö\'d©Íº®+ËÒ‡ÆºÁ¾›3r°#P@ S²ÑU','',0,'?'),('y¶yGˆn—¡L¼','wp-content/plugins/thrive-leads/admin/views/contacts/email_template.php',0,'éåKýh×w7èMô=%/','éåKýh×w7èMô=%/','¾iW‹¤õ‚ž!ë¾gè‰|ÂhÖL\nÚâÎè_©\"ãˆ','',0,'?'),('—­Ûìò/ëJz\0}=Ï¤F','wp-content/plugins/thrive-leads/admin/views/dashboard.php',0,'ÒÒ ´YÛ\nb!!IÙk»','ÒÒ ´YÛ\nb!!IÙk»','Æ{VDçt\0K¦Õ!åuIß}¼œìD1âa‹ó;','',0,'?'),('?±:`|» ¹@T”îÌ','wp-content/plugins/thrive-leads/admin/views/leads_breadcrumbs.php',0,'úk„î~°è~‹ˆî~ÍØT','úk„î~°è~‹ˆî~ÍØT','À:Ö \\ðÇ]\08\\ÿ¹`Š:è˜zÐk~‚Ù~W','',0,'?'),('ÂÂ}!`Æ)®…3é É%','wp-content/plugins/thrive-leads/admin/views/leads_menu.php',0,'Pª‰<h‘Gé_”ç¡4à','Pª‰<h‘Gé_”ç¡4à','ÙÐ²§i;ŸãÔºüNz¬.+tD®· ?õû9\n','',0,'?'),('}÷•ÆÕn‘>\"4\ZXàÚ','wp-content/plugins/thrive-leads/admin/views/license_inactive.php',0,'*Ò»òÅ…ˆsÇn}ra','*Ò»òÅ…ˆsÇn}ra','‚UÖ‚ÒÓºævœLa\Z1Z/’Ä\n®Â×ì9€²ýxI','',0,'?'),('VP¶\r:°óŸ@1õØ³\Z','wp-content/plugins/thrive-leads/admin/views/lightboxes.php',0,'¬1Êëxä]»«¾£æ9åÁ3','¬1Êëxä]»«¾£æ9åÁ3','Gp©i”6LuÇ”Zàëbýðnß¶!ì1.Ln0`','',0,'?'),('ž†ú…C?\0NûÎ³²È¾','wp-content/plugins/thrive-leads/admin/views/position_settings.php',0,'Ÿæ,áË’8ñ†b¬yƒ','Ÿæ,áË’8ñ†b¬yƒ','Îúãs)üÇ¹EäC\nl	œ7ÀG.=Çˆ›ÊÈëÌ	òs','',0,'?'),('ÍEžbjÄ²ökÏõn','wp-content/plugins/thrive-leads/admin/views/reporting.php',0,'HZ^Ñ\\\'I‚®ÃÍåŸS_','HZ^Ñ\\\'I‚®ÃÍåŸS_','ûuGÚÃö`ÔÈ0G¢UVÓìœx3v,î_HÐÈÛõ ','',0,'?'),('pÓþ}ÜqÉVþ0ÖÜè|','wp-content/plugins/thrive-leads/admin/views/tcb_version_incompatible.php',0,'~Ÿæò~ò\Z3_cl«ÏÙ','~Ÿæò~ò\Z3_cl«ÏÙ','Úyt\r†±¹z°%´ðØÑÏÝÝ_%ßl)°÷|ï”','',0,'?'),('­’uy„¯ëqøÛÏ­R','wp-content/plugins/thrive-leads/admin/views/template/assets/connections.phtml',0,'6_ e9ðÐóO¶ÓÛ','6_ e9ðÐóO¶ÓÛ','¥	‚›_˜³öª‰0J`aƒü™oñDðé°‡ÙAa$Ð','',0,'?'),('µýH¤_É·[ž>C','wp-content/plugins/thrive-leads/admin/views/template/assets/file.phtml',0,']8¢«pikËS\\ê¼K×xÜ',']8¢«pikËS\\ê¼K×xÜ','_‰|F°Ý¤Lií>Œ­Ó÷Ø\'Y?Üh›çí•ƒ','',0,'?'),('&±ZrIÝn\0®ïÁ½','wp-content/plugins/thrive-leads/admin/views/template/assets/item.phtml',0,'J	I®à@}ì»‡7U','J	I®à@}ì»‡7U','þ+S8¤Fö\r›‹\'ŸXèU]ý¢£\nºqRÇJMBVË5','',0,'?'),('Y”×#\n„…*©® ð…Ê','wp-content/plugins/thrive-leads/admin/views/template/assets/selector.phtml',0,'Ô£Æ%ùõœ1\"y”™q','Ô£Æ%ùõœ1\"y”™q','láE9·ðø!êý—”\ZÙ1+æY–ñƒêº–¨kM×Ú','',0,'?'),(' Ý„òYªÏØUCJ½ ','wp-content/plugins/thrive-leads/admin/views/template/breadcrumbs/item.phtml',0,'þ’-¨&s(íC8`õÓ)','þ’-¨&s(íC8`õÓ)','Ü©¦îÁ\Z>õÊwçâuÑw˜:,ðâA¤pÊ1ÿ…š','',0,'?'),('§…6ùG²N¥ñæá²ÃÀ¤','wp-content/plugins/thrive-leads/admin/views/template/form-type/add-modal.phtml',0,'RÏ9cþæž¯cW¤×wÞ','RÏ9cþæž¯cW¤×wÞ','€qá»z£,GQ¶Î„²Ò¢¸phÛ¨CXËX ','',0,'?'),('Í8°åâ±úRm|çZÄè‡Ì','wp-content/plugins/thrive-leads/admin/views/template/form-type/checkbox.phtml',0,'÷^„VìBºÜCÐq','÷^„VìBºÜCÐq','‰¡8Ä²­‘´›¨\0oe8h€Í0?ü-íŽÝHŽF`0\r','',0,'?'),('‡Öa©¨‘yÚŽÙ¸ÝËm¾','wp-content/plugins/thrive-leads/admin/views/template/form-type/delete-modal.phtml',0,'ÊèåB U§œºþTâ','ÊèåB U§œºþTâ','µ†·l_þvm?ƒ3]o·\0óm–\0_Jù’áçäŽwÝ','',0,'?'),('ôµ6RÐð¿ƒq¥©Ïc¢\n','wp-content/plugins/thrive-leads/admin/views/template/form-type/edit.phtml',0,'dˆô*$S²ûÄàÿ;','dˆô*$S²ûÄàÿ;','M®ÞVõødª9‚\nê9ê¯O‚\"z$¯ÇùYP+ÿ£','',0,'?'),('çQ%À¼U¾c¯ð¸\n','wp-content/plugins/thrive-leads/admin/views/template/form-type/item.phtml',0,'+\'æ‡¬¶¦Mqü$Y+','+\'æ‡¬¶¦Mqü$Y+','©~¿‰âóÍœ fÎ×;EÍ0\ZK2ä1û\'qŸ','',0,'?'),('ZÑ³‘©Â6ž-Scý¯Æ','wp-content/plugins/thrive-leads/admin/views/template/form-type/variation.phtml',0,'H‹]¥ýÙþ~æÌµ“7','H‹]¥ýÙþ~æÌµ“7','Æù€(<œü0ÁãÍOQ¼eö%vßéÙˆÊÈag~Šû','',0,'?'),('þÈèKáý\0&ß+H¬+é!Ò','wp-content/plugins/thrive-leads/admin/views/template/groups/item.phtml',0,'…m­\"ÁÖ®¡$vuê¢!4','…m­\"ÁÖ®¡$vuê¢!4','ÒiŽŸÖ6÷ÃâqÐÏBÜ?îbz\Z4\r­ÚLQéd¹','',0,'?'),('þc|6ytVé/«ç3{','wp-content/plugins/thrive-leads/admin/views/template/groups/list.phtml',0,'ÔŒÙ\0²é€	˜ìøB~','ÔŒÙ\0²é€	˜ìøB~','ã°ÄB˜üšûôÈ™o¹$\'®Aäd›“L¤•™xR¸U','',0,'?'),('žV=á\\b²•u.ƒiÐü','wp-content/plugins/thrive-leads/admin/views/template/groups/settings/add_direct_url_form.phtml',0,'´k2z}I¶~\"€SyyÑ','´k2z}I¶~\"€SyyÑ','UMù/1Ý3ðÃ)½ðÀ¯–Ô9—ÚŠY‘yKÁ^ÞVÅ','',0,'?'),('ÙA?+8\0¦0˜6„ñWŒ','wp-content/plugins/thrive-leads/admin/views/template/groups/settings/direct_url.phtml',0,'\"x×ëeÜ³Çu®ˆdòô','\"x×ëeÜ³Çu®ˆdòô','Ì˜ð»U’ò<Šù4ú ©MY§ÑÇñ·ÕIŸñ¤1½','',0,'?'),('3qÁžÐ‚Ä#†(1Ý','wp-content/plugins/thrive-leads/admin/views/template/groups/settings/filter.phtml',0,'c§1\"&IÇúœÐ.d…ß','c§1\"&IÇúœÐ.d…ß','ãµý Ž«0. \nh>k?è#µ2ò(À?ü™äÇŸŽ','',0,'?'),('”Qw˜•ÓtàV\nÝ·¹','wp-content/plugins/thrive-leads/admin/views/template/groups/settings/group_settings.phtml',0,'Ð\n/vµØQ]I³× ','Ð\n/vµØQ]I³× ','E_9É*ÀFr³î?07¸8íœ.EðVÞsæÆäãs8','',0,'?'),('H_©Çsì­¿6žÓìÊ³’','wp-content/plugins/thrive-leads/admin/views/template/groups/settings/hanger.phtml',0,'® £«ü„˜«p\n–¯s','® £«ü„˜«p\n–¯s','JÞÃ©\Z3Ù\ráÛÜãâ>hƒ`Nª˜Ë›ÄWI8','',0,'?'),('–’qQ•ºÓ†´{%ŠZt÷Þ','wp-content/plugins/thrive-leads/admin/views/template/groups/settings/option.phtml',0,'M§Ä»JP@Q$3h%','M§Ä»JP@Q$3h%','ß4í Žu.àõ.Ýä7¿—ˆuTL_Õ¶’jÆÇ÷×','',0,'?'),('Ù‚…A*Ä¼L@›îwR','wp-content/plugins/thrive-leads/admin/views/template/groups/settings/posts_filter.phtml',0,'‰±ñÕÖ	èµT¡®kutØ','‰±ñÕÖ	èµT¡®kutØ','uÕÛv*v0íjG]º“Ì™áC|:Íofìaâ}ñË','',0,'?'),('RÂP=pà%È³ŽÙlŒ{Nù','wp-content/plugins/thrive-leads/admin/views/template/groups/settings/selected_filter.phtml',0,'’û›ÂOeºhpo¦	6é','’û›ÂOeºhpo¦	6é','{/pB#¤BtÂŠÎídsUˆ¾ÆÏ‹ÎA„<a(ë	;Ù','',0,'?'),('=nÅAþ9Lx.±nÈù','wp-content/plugins/thrive-leads/admin/views/template/groups/settings/tab_label.phtml',0,'«®5þ|n&ë+\0Y','«®5þ|n&ë+\0Y',',L¯t$§ŸFt/ …©uß-/ŒX¨œ\nþÇlFå«','',0,'?'),('¦:ru‘	Z‰Ün·BÚ','wp-content/plugins/thrive-leads/admin/views/template/groups/settings/tabs.phtml',0,'S©8áGw0¬=—É ','S©8áGw0¬=—É ','R¡}º,¦l±’øÌ_ï‹¥%\"|/WöæKDír','',0,'?'),('-þ1­) POÀº íív2','wp-content/plugins/thrive-leads/admin/views/template/groups/settings/tags_filter.phtml',0,'Â8;>R¤QµÊ\nøØví','Â8;>R¤QµÊ\nøØví','öß8zÖFVio$î„ª¸õö^6v“Â÷%b','',0,'?'),('8å±rþEý5à€¹hÃ‰','wp-content/plugins/thrive-leads/admin/views/template/lightbox/add-asset-file.phtml',0,'±‡’vkÓKí)\'> N¹¢”','±‡’vkÓKí)\'> N¹¢”','’AêÒIÓÈóõ­Õ&$q,µz?¬ß\ZÄ°GÞ]\Z/^G','',0,'?'),('²j-ú¡°‡ÎB«L™','wp-content/plugins/thrive-leads/admin/views/template/lightbox/add-asset-group.phtml',0,'a­Ðô…Ÿ±ƒÛù¦äM}','a­Ðô…Ÿ±ƒÛù¦äM}','qR\rkCyyï=öþ‰`oè‡¡L2d\ZK­eZð%2Òþ','',0,'?'),('PcÚýç/eQ%g|Sl„','wp-content/plugins/thrive-leads/admin/views/template/lightbox/add-email-template.phtml',0,'”Ý)Ñ1ð€‹¥wÍ_P','”Ý)Ñ1ð€‹¥wÍ_P',',£\"§gªüóÚoÜ	(˜%ø°1Gv¡J~1DUÂ','',0,'?'),('GmrL‹ ÞPsÑµÖ›»[','wp-content/plugins/thrive-leads/admin/views/template/lightbox/add-form-variation.phtml',0,'Ú¨\\˜¢¡ƒ6&áe†WÔ¥§','Ú¨\\˜¢¡ƒ6&áe†WÔ¥§','–ðWOÁ\ngòb=à}®¿Ã.·³ëHþ±\0ÓŽ','',0,'?'),('6u&î¼õ1¤\0ìÿ\"ŒÛ','wp-content/plugins/thrive-leads/admin/views/template/lightbox/add-group.phtml',0,'¼¥\"äú=<­²º£çŸc','¼¥\"äú=<­²º£çŸc','èz¿°Æ²œ<™•Š;zf±Ü³~,U{÷ß¾õ·b','',0,'?'),('AÆHîKQUÿ·‘/N_ã/˜','wp-content/plugins/thrive-leads/admin/views/template/lightbox/add-prev-asset-file.phtml',0,'Ÿ\'ÛrþÕ¸0¶9ŽrÝ','Ÿ\'ÛrþÕ¸0¶9ŽrÝ','’óŸ~ë¡²Õ‡«î9Ÿ¼K¦ÊèÛÉ’&Rcª¶µ','',0,'?'),('	FcM¡C¢aö*uX ','wp-content/plugins/thrive-leads/admin/views/template/lightbox/add-shortcode.phtml',0,'Ÿìã°yßÙ¢¯1=€þÂÀ','Ÿìã°yßÙ¢¯1=€þÂÀ','Òî´Y&qý”T‘—˜ð¿×É\n{ë/ËHsè=UØ','',0,'?'),('øâÜËË1g\ZRs·$49¤','wp-content/plugins/thrive-leads/admin/views/template/lightbox/add-two-step-lightbox.phtml',0,'ú-±\r²S~øW*É2VU','ú-±\r²S~øW*É2VU','ëËµ4í«5‡ålîIÁ\"B{8pøä¬‚º£Öµ›ˆ','',0,'?'),('Bh|á€øL9hñ;±','wp-content/plugins/thrive-leads/admin/views/template/lightbox/add-wizard-files.phtml',0,'7wzê\\7;cÃ‹¬š¹„','7wzê\\7;cÃ‹¬š¹„','ÜˆÈç6i–»:Q®o·ÕªZŸ˜,òu©ªAï\"¶à','',0,'?'),('|šG˜¯oØdÊV´1ÀT','wp-content/plugins/thrive-leads/admin/views/template/lightbox/animation-settings.phtml',0,'¦HeO¹ ¡;Ôß¬áÏ¬','¦HeO¹ ¡;Ôß¬áÏ¬','’Áå+ÒþÒ’6%¾ ªì¶@ÕÓjØž)ž»ÒÙ','',0,'?'),('²úÏ/8³]¤IŽzOu×Ã','wp-content/plugins/thrive-leads/admin/views/template/lightbox/archive-form-variation.phtml',0,'þAêŽqZÞy9ŒÁBñò\'','þAêŽqZÞy9ŒÁBñò\'','‰Ï§?OòÝ=«²©4Éàf¸SWU1ÁÖ›S¢¼Žè','',0,'?'),('«ZKP×i·1ýs','wp-content/plugins/thrive-leads/admin/views/template/lightbox/change-email-template.phtml',0,'swÇCÄGJN‡ƒ†¢M¢Ñ','swÇCÄGJN‡ƒ†¢M¢Ñ','e7“6±\n([l@N½%O(,¥VbsÏÖ<ÒÁãç«‚','',0,'?'),(']0V#º–èæ^È','wp-content/plugins/thrive-leads/admin/views/template/lightbox/delete-archives.phtml',0,'¤‰ôKe]+)ûã­5;','¤‰ôKe]+)ûã­5;','ÄSXÇazÄ°hvæ=\',%u¨îÚEŸÜM›â_E-ù','',0,'?'),('„rÆÁ»Ž¤výónrÔá','wp-content/plugins/thrive-leads/admin/views/template/lightbox/delete-asset-file.phtml',0,'sã	À0+6†Øn ¨Ž','sã	À0+6†Øn ¨Ž','g 9øUt˜³Iæƒ|eý0ZìµŒ¢ òu[Ïjn','',0,'?'),('ëäó•XþP5fÜp,` ’','wp-content/plugins/thrive-leads/admin/views/template/lightbox/delete-asset-group.phtml',0,'+Ê‡=bÁàWò¬ið','+Ê‡=bÁàWò¬ið','}}CëXdVÁ©|¯¾fÍ@ÏÑ=)œr\"úx\0Þ0#','',0,'?'),('·¯Ìt¾œÂnžË®ÐiÜ‚ó','wp-content/plugins/thrive-leads/admin/views/template/lightbox/delete-form.phtml',0,'JNÿ•Ë¹ ¼¶èwp¡‚”„','JNÿ•Ë¹ ¼¶èwp¡‚”„','àMNÆdw-¦\08Áo»X{,¸#|»?Éï™Û£ß?','',0,'?'),('\",ÍÝfC¬Oµî.³','wp-content/plugins/thrive-leads/admin/views/template/lightbox/delete-group.phtml',0,'¹¡žžü#‚/à$²#Œ¸ßp','¹¡žžü#‚/à$²#Œ¸ßp','$Q©1‹Ç2<¼J`ˆÑ`]6Zkð‡ã!qþ]¸ŸNè[','',0,'?'),('\Z~GWG|¢ëØMƒqî','wp-content/plugins/thrive-leads/admin/views/template/lightbox/delete-shortcode.phtml',0,'Hx¾ê|·=yÉ® É ¸','Hx¾ê|·=yÉ® É ¸','€hÎ<5C“aÁ[ºS¥[¥8.ÞG%nßc·¶ó','',0,'?'),('+wQI9xØ8JEÙ!','wp-content/plugins/thrive-leads/admin/views/template/lightbox/delete-test.phtml',0,'KŽ_§ø@\0‡¹o.Þ•­','KŽ_§ø@\0‡¹o.Þ•­','´Ç]\"2ÎgmLQl\n°Ì¿å3X¼Ón‚œF¶g','',0,'?'),('…mŠç-9]ÿÚ¸¯BËÁt','wp-content/plugins/thrive-leads/admin/views/template/lightbox/delete-two-step-lightbox.phtml',0,'ªÐ!{*¹ëE»¼€îàB','ªÐ!{*¹ëE»¼€îàB','œæ°\n¨?C8°¦ÃÎ´‰ÂaóX\Z(@d\0›ÿë×','',0,'?'),(' ¸›»8Iäc^€^)Uîšú','wp-content/plugins/thrive-leads/admin/views/template/lightbox/delete-variation.phtml',0,'sŠã–(\'œ\nWü_J*»	','sŠã–(\'œ\nWü_J*»	','™f&îÔ¸†éÿ·hyfýoËî£yñÓh¯ÓOª','',0,'?'),('E2\r˜•ÄÕ¦ôeÊñ-Pòå','wp-content/plugins/thrive-leads/admin/views/template/lightbox/display-frequency-settings.phtml',0,'ß£1\Z×Æc{o\r„Wˆ½','ß£1\Z×Æc{o\r„Wˆ½','âI„ð]Eá£5@Wwú\rMN+¥\n¿öâÿ™\"8x¹¢µÜ','',0,'?'),('®p©4,±Ó¡5wy','wp-content/plugins/thrive-leads/admin/views/template/lightbox/display-settings-group.phtml',0,'Ï¨8ú5(¡4Ÿ =Bb','Ï¨8ú5(¡4Ÿ =Bb','c÷<G±”ìûB\r~({n3§±±ppVõ0N^ß','',0,'?'),('¶anQÇºÒ†¦¸,ÿT§_','wp-content/plugins/thrive-leads/admin/views/template/lightbox/edit-variation-test.phtml',0,' \rCu`Ú§c”€E‘F„',' \rCu`Ú§c”€E‘F„','3ê2zÅNí²;K) ØzÓcDÝˆÐ¨8dZFî½f','',0,'?'),('æö¶„7êýø\"A²ìDY','wp-content/plugins/thrive-leads/admin/views/template/lightbox/inbound-link/group-item.phtml',0,'r£‰A>cž‘½ºt,Ð','r£‰A>cž‘½ºt,Ð','\0J\\ ŸŽG˜?R‰¢Æ³ö\rÙ×‡ú‡eæ]$ò	','',0,'?'),('šÅ-\rÉº4yXaè8ýOø','wp-content/plugins/thrive-leads/admin/views/template/lightbox/inbound-link-builder.phtml',0,'	röœÙF¹C1Vj5õ€','	röœÙF¹C1Vj5õ€','ÓhÚ)™ÕV\r`«äwzÜzÜ”hrm zàÚ·³š´¦','',0,'?'),('Å¨©J\ZJ-ˆ{O’„¤-','wp-content/plugins/thrive-leads/admin/views/template/lightbox/loader.phtml',0,'@aA$@†9P[ÿX}i','@aA$@†9P[ÿX}i','Û½²©`µ—¨IÒ<Rhëën–añ\'	‘,º­\"‰1Í','',0,'?'),('6]î-`8\ZÒÆG÷èbßèÛ','wp-content/plugins/thrive-leads/admin/views/template/lightbox/lock-display-settings.phtml',0,'ÄÑ,Í1Œb×i_·å6¤F','ÄÑ,Í1Œb×i_·å6¤F','ìx»ÀàA­f202ôè½ú/ZÓoÙµ­x¥¤^n','',0,'?'),('î\Z­êO°ó€¼óEqæÉ','wp-content/plugins/thrive-leads/admin/views/template/lightbox/one-click-signup/add-one-click-signup.phtml',0,']ZUIB%£$óô5>À',']ZUIB%£$óô5>À','­sÔ,=åuC+D\"¼{ÿö+:Óå¤°ŠùûÈr‘K¸»@','',0,'?'),(';e;÷V.S³áP–','wp-content/plugins/thrive-leads/admin/views/template/lightbox/one-click-signup/connection-settings.phtml',0,'Ç«>¼=£^Úép1iß','Ç«>¼=£^Úép1iß','<ŽºÝ£¿»u…Tï¤EkŠz*™à’ym»{ŒW','',0,'?'),('¯‚®ð¸îÒ£„Wå‹‚','wp-content/plugins/thrive-leads/admin/views/template/lightbox/one-click-signup/delete-one-click-signup.phtml',0,'Qn¥ÀÈ¥U.3ãR¬$ÄÍ\\','Qn¥ÀÈ¥U.3ãR¬$ÄÍ\\','ŒÞOýB/ñ†-ýÔQAÒ¹74ØH``ØÏÞØF¬v	Z','',0,'?'),('Ã¬ ÖéAÖ²DîZD¥wJ','wp-content/plugins/thrive-leads/admin/views/template/lightbox/one-click-signup/redirect-settings.phtml',0,'¸Æ¼Õ6&bS/«Š÷•','¸Æ¼Õ6&bS/«Š÷•','íYàùÒåpK¶_¸qŸ@µ¢–Vñö-24FÎÞl°ù','',0,'?'),('HÁ…‹¬2aûvf‘Øñ@i','wp-content/plugins/thrive-leads/admin/views/template/lightbox/one-click-signup/search-content.phtml',0,'\\\n3ðzªì\\n±3¶ìa…','\\\n3ðzªì\\n±3¶ìa…','’òŒÍnM°ð÷\0ÙÜmn½ºL_úIMö®ëï\r&ëm','',0,'?'),('ÖÜÂt~„y§\'åÂè6Àà','wp-content/plugins/thrive-leads/admin/views/template/lightbox/one-click-signup/selected-api-connection.phtml',0,'¬W$õSc™<¡pÕÖóï£','¬W$õSc™<¡pÕÖóï£','¿™ÝF%€¶î‡jRyÙÎ¥ÏÄÄ¹H¿ **ïÁü','',0,'?'),('3¤%Ø¶4Ò/íäE­ç†','wp-content/plugins/thrive-leads/admin/views/template/lightbox/php-insert-code.phtml',0,'.œ‡ðY t=æœ(NàD}','.œ‡ðY t=æœ(NàD}','„*úUAÓUÜ¾-ü4\"«´/PŒ	ñ…r¢À	RLXU','',0,'?'),('4­ ÓI¡&1X(ªïÄT/Ê','wp-content/plugins/thrive-leads/admin/views/template/lightbox/preview-email-template.phtml',0,'>¼E¼Üƒ¯¯p[>DŸ_','>¼E¼Üƒ¯¯p[>DŸ_','h¨ë}ß¢˜”CäÊLjÔËÞƒwWbiLÃËgÝ÷h','',0,'?'),('ôBÐa€Ý­\\ûxn7ˆ','wp-content/plugins/thrive-leads/admin/views/template/lightbox/reset-form-stats.phtml',0,'ä*\Z%m|Ú>?ÿd;<‰J','ä*\Z%m|Ú>?ÿd;<‰J','µ¶ÔÀ†‘ç–RRâƒ½Ã3ß\\RÙ.et5+F!¸','',0,'?'),('ãÅ:¦(Cìå:Xþ¦N(','wp-content/plugins/thrive-leads/admin/views/template/lightbox/reset-form-type-stats.phtml',0,'#?”obSrk°GG$†Ý','#?”obSrk°GG$†Ý','W|§e¥™©zˆÐŸ³öPÒ“%ß%b÷Î©`ÉŸ†º','',0,'?'),('nŒ\n/j}QWá´ð*QLÃ','wp-content/plugins/thrive-leads/admin/views/template/lightbox/shortcode-list.phtml',0,'0mBk)h©ÔŠ”â¥\ríö','0mBk)h©ÔŠ”â¥\ríö','óÑ‘¥ìHØ(v|žîŸøà=(^a(,ú¬\0DÒÕí','',0,'?'),('¡¶/wÆ«&“Á­™kb—«','wp-content/plugins/thrive-leads/admin/views/template/lightbox/stop-variation-test.phtml',0,'$r†àÊ;ÄLñÑŸ„Œ*ª','$r†àÊ;ÄLñÑŸ„Œ*ª','Ô¯/J°\":.Jsò.Cúuª|\"&Ç¡c[^‚ó','',0,'?'),('&cgÞlÁ0(`›aæÜÄÇ','wp-content/plugins/thrive-leads/admin/views/template/lightbox/test-api-connection.phtml',0,'§$<*Ÿ3yaÀf¹ÍÊS','§$<*Ÿ3yaÀf¹ÍÊS','PÎ³V^.‘Ê—9> ¸ÉÊ•=½z»áòZób¥Îÿzyô','',0,'?'),('íï<^Ð’hbâ½\0Wº¹^j','wp-content/plugins/thrive-leads/admin/views/template/lightbox/variation-test.phtml',0,'\0Ô‚úzÐ`±¡‹$¼S','\0Ô‚úzÐ`±¡‹$¼S','±äVX¹¹[³x·XÃõ3¬¼(œÇ•ýF Š Z','',0,'?'),('\nû2ü^yçêz¡©¾ ','wp-content/plugins/thrive-leads/admin/views/template/lightbox/variation-winner-test-notice.phtml',0,'€×vÃmÏ½ÌªÂ<U\".(û','€×vÃmÏ½ÌªÂ<U\".(û','1˜&J3¥{¦cÛøŽˆ\r7‹†}àÌMfAsÂŽ‰÷ÿ','',0,'?'),('¬Q³:£!ýI¶#QÁ¶ó','wp-content/plugins/thrive-leads/admin/views/template/messages/item.phtml',0,'RÁWlŠ™X¦òÍñÆdrå','RÁWlŠ™X¦òÍñÆdrå','7à¶Ç¿s›HN®²µªFåûÓˆLÂL)b°ô','',0,'?'),('½·ÈLo9j¢ù	å•“î','wp-content/plugins/thrive-leads/admin/views/template/one-click-signup/item.phtml',0,'S$D\Zxg-„iGêÔtýxÝ','S$D\Zxg-„iGêÔtýxÝ','%ËïG‡¾º¾.Ñ…FÛ>ÄŒ(ÜÓøÿÌÙ0-µ•ÿ¨S','',0,'?'),('·b£†ÁÒáÙ4Å…œŸ·','wp-content/plugins/thrive-leads/admin/views/template/pagination/view.phtml',0,'+)ÛxšV°îR3\'÷E’','+)ÛxšV°îR3\'÷E’','ÁØ0å\ZÝõÝ„¢‡Éxêz)Û]:`w~3ñ›¤EU','',0,'?'),('¬«Aƒ^MÚ ‘¤ˆ/','wp-content/plugins/thrive-leads/admin/views/template/reporting/comparison-report/item.phtml',0,'åam_<¨¼&†‘,>Ršý','åam_<¨¼&†‘,>Ršý','{.‚º\\ÂÂ¡;™vW\rtjÝúH™\rãN¿”õL3*Î','',0,'?'),('‡¼ÍY¼”T„W\"œ§','wp-content/plugins/thrive-leads/admin/views/template/reporting/comparison-report/list.phtml',0,' ¨‘\'Ãø[žäY9Õ÷<2',' ¨‘\'Ãø[žäY9Õ÷<2','h¼‘2¬‹\\ËK{£E¡eñb\'G=Ë;Â~¨©8JH©','',0,'?'),('RÊ]§Ï|Òd¥r©€¹4‘]','wp-content/plugins/thrive-leads/admin/views/template/reporting/conversion-rate-report/item.phtml',0,'bÑå&±ßÛƒ*ÃÇ›Â K','bÑå&±ßÛƒ*ÃÇ›Â K','¼X\Z=#çÕü0Å!Dñ²›çò¹úº7ÜE	¹r','',0,'?'),('æöžkÕy²t7v‘æ\"^V','wp-content/plugins/thrive-leads/admin/views/template/reporting/conversion-rate-report/list.phtml',0,'/žýU—ø’ûÅ2þ¤à','/žýU—ø’ûÅ2þ¤à','pc”+!‹t<¸vºBa™Ž®º)49^~ðSÉ','',0,'?'),('¸éZ9Ý=á¹I¯®©»òZ','wp-content/plugins/thrive-leads/admin/views/template/reporting/conversion-report/item.phtml',0,'#bfnÇ÷áŸ™¹dþb.','#bfnÇ÷áŸ™¹dþb.','b?)œ˜À®Ò<Ÿ,ó*çL/bŠ(¿¬r\\$¬noø','',0,'?'),('I‚Bë²v»™!$ti¸:’è','wp-content/plugins/thrive-leads/admin/views/template/reporting/conversion-report/list.phtml',0,'Ü…MÌ<)[JÁžÉÔ¤½Ì','Ü…MÌ<)[JÁžÉÔ¤½Ì','ð»bÙø”_ùhÅô@ññÀV“©¤‚±x«3¡','',0,'?'),('.ùGR&xœäÒ6Òÿ—','wp-content/plugins/thrive-leads/admin/views/template/reporting/lead-referral-report/item.phtml',0,'ÊØ°²ÇÑ	KÅCØ´£a','ÊØ°²ÇÑ	KÅCØ´£a','lÌ†äD{³£ã}Öý÷‰328¦Ï?‘	bÌTú','',0,'?'),('Wb\\ïÂ‡ “ˆ§0]µ¹','wp-content/plugins/thrive-leads/admin/views/template/reporting/lead-referral-report/list.phtml',0,'µg¦þe`Mâ¶®’ï~:','µg¦þe`Mâ¶®’ï~:','W«·I±å“üšs…T@\\¿gN$“SÐNéQ(¤j?C','',0,'?'),('´€ý©N[|38©¬Zk','wp-content/plugins/thrive-leads/admin/views/template/reporting/lead-source-report/item.phtml',0,'u¡QÌV÷œ\"²$})ÂoÔ','u¡QÌV÷œ\"²$})ÂoÔ','ª%Ù¤ÂŒš’Ëw´‡þÚ©°„ºd\"vŸ—ý=','',0,'?'),(';oLŽI/ÜL/•‘Æ0«ü','wp-content/plugins/thrive-leads/admin/views/template/reporting/lead-source-report/list.phtml',0,'WôÞãŸ¼ª©V÷R,','WôÞãŸ¼ª©V÷R,','<Xi	\räéà¾1Í6üöÄµúÉóA0§ˆ}”JY\02ì]','',0,'?'),('qVO”­ü?˜²då®Çy†j','wp-content/plugins/thrive-leads/admin/views/template/reporting/lead-tracking-report/item.phtml',0,'¶GÞMáBÑ•þ/«G%?~ö','¶GÞMáBÑ•þ/«G%?~ö','Fà)˜Y\"k¹ü£æíÒéxnUçCÕ1ý.sƒLh','',0,'?'),('Òö!½~âÒˆ[ûÔ1µ³õ','wp-content/plugins/thrive-leads/admin/views/template/reporting/lead-tracking-report/list.phtml',0,'4\'Ú‡½ÇˆÛŽW%+','4\'Ú‡½ÇˆÛŽW%+','+õd¢›D5Õ8ñ8þÉ7q˜¥&w•I”Ñ‹H¤+eê$t','',0,'?'),('tSÿnýùškÒªÿ:Ê','wp-content/plugins/thrive-leads/admin/views/template/shortcode/edit.phtml',0,'tZÔÑ¹ÍÉO^	/ñ•','tZÔÑ¹ÍÉO^	/ñ•','€Õ@Ø?ÆYy´—Oý1ŒèSñÊQøgÔ,)ø','',0,'?'),('0]¥‘QôÂ¡)9#Ë‘','wp-content/plugins/thrive-leads/admin/views/template/shortcode/item.phtml',0,'–×—Ø.Ðð1¶»5L”P','–×—Ø.Ðð1¶»5L”P','V\"¸¼?šù†Üõ»ÆªÓÕê®\"ËÒ@FÕBÙãÝ','',0,'?'),('3ŸP˜€ÐçYS3i|ÚÄ¡','wp-content/plugins/thrive-leads/admin/views/template/tests/active-test-item.phtml',0,'lSŠ\'ÏA”ùyàþ;æ£M','lSŠ\'ÏA”ùyàþ;æ£M','€ãgÙñÇe rÏ_²{ 7\0q±GÿRÑ,ñr¡RÈ‚õ','',0,'?'),('^¬È.Uv½Úü>Ä)P','wp-content/plugins/thrive-leads/admin/views/template/tests/completed-test-item.phtml',0,'L\nîwæ§_’ZGƒŸ¤3','L\nîwæ§_’ZGƒŸ¤3','A˜‹Ê#qBÿ¾Ÿ<íÌÓí–Îî´=€I€ðZ5Ç','',0,'?'),('I²¬•z10öú^¦','wp-content/plugins/thrive-leads/admin/views/template/tests/details.phtml',0,'¢_Épž§óÚ\0ê„áæî','¢_Épž§óÚ\0ê„áæî','Ïg°%™–W™ÞÀ²æÐê\0XÈøßô,•Ÿôv-','',0,'?'),('áDJ_@ühpMÌäPÙ)Ö','wp-content/plugins/thrive-leads/admin/views/template/tests/item.phtml',0,'ÔûeÃtê¾N\nM\0•Ë','ÔûeÃtê¾N\nM\0•Ë','1P,»‡ Q°î;…jsÓ1x5?ªÝÆB‰³2Ã°˜L½','',0,'?'),('xÊÊA…jjöu|Bøœ','wp-content/plugins/thrive-leads/admin/views/template/tests/options.phtml',0,']ŸEOvsá“i‚i!Ï\\µ',']ŸEOvsá“i‚i!Ï\\µ','2ôMÝn4lpãÁ@„ÈŽ:ÏG‘Ÿ~õ]Ü/O]ur±','',0,'?'),('å¼ˆ©‹ë¹æ;\"®‘VØ%','wp-content/plugins/thrive-leads/admin/views/template/tests/stopped-item.phtml',0,'KœÒò$„èÊLhBœ•ê(','KœÒò$„èÊLhBœ•ê(','º\\#±?l¢6µë2½ÓE>\nqÄ9ÎD´´”à(Â*ÌK','',0,'?'),('N4v\r<ÂFÌ?5ÉNŽv–ò','wp-content/plugins/thrive-leads/admin/views/template/tests/totals.phtml',0,'!oÝ>øÀd/ô¬_:]ã=','!oÝ>øÀd/ô¬_:]ã=','%ùíÑÁÇ˜IëíÞÐÆ¹°$Ú_È±òûoöÛÄ','',0,'?'),('ïÊ½ ­*”ösžX·ß','wp-content/plugins/thrive-leads/admin/views/template/tests/view.phtml',0,'‚ñ4VÖr×3¨PÂUIm¹','‚ñ4VÖr×3¨PÂUIm¹','t¹¨¯¼ƒ¡òWC(\r\"í²7N\n[û,^Q £æ<µ£q','',0,'?'),('/)\0V›ý²òU%ôéÔ','wp-content/plugins/thrive-leads/admin/views/template/two-step-lightbox/edit.phtml',0,'Ñæ&\\†pM9&!½…Ko','Ñæ&\\†pM9&!½…Ko','ã!d_†{Ž4ûî“$,uR[°C»t’œS•Ü4Q±xX','',0,'?'),('NçóÞé­€„\"ÉE]Öš','wp-content/plugins/thrive-leads/admin/views/template/two-step-lightbox/item.phtml',0,'I&wÁWv$§•ÝD¿†gTÕ','I&wÁWv$§•ÝD¿†gTÕ','l3Õ\\5âL£ÖÞ\n\n«|LgEOÃV¥‡¿=Nk‡é+','',0,'?'),('2Ÿ\ZÔG÷¤Ê…{’IOQ','wp-content/plugins/thrive-leads/admin/views/trigger_settings/click.phtml',0,'DÎšBaÿ¶	ÃaEß','DÎšBaÿ¶	ÃaEß','’œðR¿;ZD¼–Û‹uL0ÃÓ×–Ž¸e2QEÎ”1','',0,'?'),(')	ežHã3ÔxGö','wp-content/plugins/thrive-leads/admin/views/trigger_settings/exit_intent.phtml',0,'ûrÕÈÀãÞštÒé!9$m','ûrÕÈÀãÞštÒé!9$m','¿MÈ¢ñá9zV¡z!U@VºþŠ+_€×WÏvh€','',0,'?'),('>ã,\Zd¿Lùšé~YP>2S','wp-content/plugins/thrive-leads/admin/views/trigger_settings/scroll_element.phtml',0,'oZ3iJ¤küf+‰Š*m','oZ3iJ¤küf+‰Š*m','Òü‡ôìG··\'Å‘ãDÝà7ž¬è:ïPý…>;!wZ‹','',0,'?'),('¸»ç$áFck¨U¨óÄ­','wp-content/plugins/thrive-leads/admin/views/trigger_settings/scroll_percent.phtml',0,'N¢ž²H±žáZ','N¢ž²H±žáZ','[F›æåJ¤;Kúø®±ü–\Zœ?|·« â2ì›¡²–','',0,'?'),('7‘˜àŽK\0è<I,	*_','wp-content/plugins/thrive-leads/admin/views/trigger_settings/time.phtml',0,'1µ±þ¯³÷Y$áÃNÍ£3²','1µ±þ¯³÷Y$áÃNÍ£3²','­c.x¶Ê|—qß[9,þQÊàíZŠ0` âxØ¿\n€','',0,'?'),(' 7=ªLÕf\'óçó˜€”ó','wp-content/plugins/thrive-leads/admin/views/trigger_settings.php',0,'0ÿë_çSœ9Ùü\'V/þ','0ÿë_çSœ9Ùü\'V/þ','ÒŠ\0»Y/].Ò\0ó:Üp\'Ïrg6É6®+”^ño','',0,'?'),('cFV,Lp×›òÎ›µ','wp-content/plugins/thrive-leads/database/Thrive_Leads_Database_Manager.php',0,'Â¸‹Ö{EÒ<;x¤6','Â¸‹Ö{EÒ<;x¤6','Ii‚¡Ô\"Að¾1·Àä¹mÍèÓQ²MHx·Á[0½Ê','',0,'?'),('Œö—%\'OÇÃÔj’­‡šn','wp-content/plugins/thrive-leads/database/index.php',0,'™Óe·ø¢TØ½Ü’@¶X','™Óe·ø¢TØ½Ü’@¶X','ÿ~4¨ÐÆEü+½àº£ŽFFc°«·~«oîI&ƒÃ','',0,'?'),('ãÒ‰mÓQKLu˜Ç™»','wp-content/plugins/thrive-leads/database/migrations/ab_test_improvements-1.17.php',0,'Ù.oë”£/oKt¬ô6³','Ù.oë”£/oKt¬ô6³','Š,h{Á‚3Â´*ÜäI¢”Í0¾È^¼Ø‡aIŠ3¿Þ¹','',0,'?'),(';i©Ðdq©HÖôx[àNA','wp-content/plugins/thrive-leads/database/migrations/ajaxloadoption-1.12.php',0,'¤yj‹l*Â”m˜@Äûe','¤yj‹l*Â”m˜@Äûe','aOj¾Uˆ“Ñ/£¢ò’MX¹D”ÝdµtþE¾LLÍ','',0,'?'),('y\nD\Z¼Ù›½/\rÏ ¶G','wp-content/plugins/thrive-leads/database/migrations/caching-1.14.php',0,'0Âpñ‘ÎˆòDº“[¡ÆÜ','0Âpñ‘ÎˆòDº“[¡ÆÜ','ÒoÅpTd	Ä¡d³,Dª¹¸|áÎ¥\0·˜šá›’©','',0,'?'),('®Ê“àÊpÜWo“Ö\rú‰','wp-content/plugins/thrive-leads/database/migrations/contacts-1.16.php',0,'÷a¦ƒ¯FœXnöƒ','÷a¦ƒ¯FœXnöƒ',' c%M.c„>¼ñÁ\n@¯Ð@âIio MÓC<-\0[','',0,'?'),('¹¸­ Á5)kþÊ ws°','wp-content/plugins/thrive-leads/database/migrations/form_states-1.13.php',0,'Ÿ‡¸^Ÿß¬~Ôq5ã\\T­','Ÿ‡¸^Ÿß¬~Ôq5ã\\T­','¡îÉ&-O™ÓŽcu‰I:Ã·$ý“ÙÞÇßÆöz²eïƒn','',0,'?'),('^{Ç¨~5<Ç):¥_(§','wp-content/plugins/thrive-leads/database/migrations/gdpr-1.21.php',0,'@JÇë9c¬ék&æ\nk.«q','@JÇë9c¬ék&æ\nk.«q','/„ø˜ØÚ•?§6ø!øµÛ÷–¦w\rN·ûç;Ïf¸','',0,'?'),('¼µ\'Äû³÷æ\Z‘×4','wp-content/plugins/thrive-leads/database/migrations/install-1.0.php',0,'|ôÜ|?.É§ÎŸ~\nNæ£\Z','|ôÜ|?.É§ÎŸ~\nNæ£\Z','ò§Ó¯¥c&´£\'ïb¥ªLŸäjL\r6\'ð®™¯³','',0,'?'),('Œÿ|CtAwÿªjÜÏ±ì','wp-content/plugins/thrive-leads/database/migrations/log-index-1.19.php',0,'¤¿?@„¥¢RþR½@','¤¿?@„¥¢RþR½@','Q‰Ãgò©\rFz3!¦OëjìXªU}{ÆÐ\Z#¦šºÌ','',0,'?'),('fÈx„yºcN¸`NòZH','wp-content/plugins/thrive-leads/database/migrations/oldtests-1.18.php',0,'1’¬Á‘oÏe`ÂKP¢”','1’¬Á‘oÏe`ÂKP¢”','û„P•íLÓß+¾[þ2\n3øQˆ4šGkÞc—ŠC','',0,'?'),('áe	òm°Rb…ÅUÏÈ','wp-content/plugins/thrive-leads/database/migrations/reporting_view-1.15.php',0,'ø‘ÞÎ«Ù­³¦LßÞ²¯','ø‘ÞÎ«Ù­³¦LßÞ²¯','Vóo³ÑÇ\rM™J•RØg«AeoKsJ7:GFZ¦Î','',0,'?'),('{ÑaÉg<}³ÀFµ`NÞ','wp-content/plugins/thrive-leads/database/migrations/unique-1.06.php',0,'DjÕš‘ÿïJÓ¾žE3‚ò2','DjÕš‘ÿïJÓ¾žE3‚ò2','ò·æˆ‰0Í¾JCàï›ÙZ•B>>¨,nH{„~#','',0,'?'),('B¨šízH•8vBü†áhÁ','wp-content/plugins/thrive-leads/database/migrations/utf8-collation-1.22.php',0,'=A©¹”ÃïHB|‚±u','=A©¹”ÃïHB|‚±u','¥;–\r¡?ÍŠ˜e‹‘èV‘Vªdý¢ýÎ¹+=à³×','',0,'?'),('«·hVP9%LD!Z”','wp-content/plugins/thrive-leads/database/migrations/utf8issues-1.07.php',0,'V¬®Åê{Ç†s|IA€Ó','V¬®Åê{Ç†s|IA€Ó','Âøj-‡€¶¯»ß7–kh\0Îe9ž@\rôÆ/ÙJ','',0,'?'),('Äò‘\rþ÷MxÞšá¡¤y','wp-content/plugins/thrive-leads/database/migrations/variations_index-1.20.php',0,'™ÚF–9ÆZ±|W²è\'','™ÚF–9ÆZ±|W²è\'','à?oypíÑŠ¶Â&pY´’´fbL×eh0¦`-9','',0,'?'),('{K¬À­GÌ%\Z¶Œ§üµ]z','wp-content/plugins/thrive-leads/editor/elements/advanced.php',0,'ìî3.ŽU&öU£±¦AÝ','ìî3.ŽU&öU£±¦AÝ','¡7æa\nÇ£—i\00¢R”&zãª°v+UfîŽÊ¹Ë9','',0,'?'),('&Ñ_Šh¢‘)NXéÏª—M','wp-content/plugins/thrive-leads/editor/elements/menus.php',0,'UÂ¯*(›¿A‰=åJ.WÉ','UÂ¯*(›¿A‰=åJ.WÉ','5N#ÔpÝ[÷?åyèþ·^=v@]$¸3›ê','',0,'?'),('+ §g¶¿ýÖY½§ÿ}6','wp-content/plugins/thrive-leads/editor-layouts/_form_states.php',0,'y€#ØÖ6ÿ*g¦¦eùŒß¹','y€#ØÖ6ÿ*g¦¦eùŒß¹','§	3®ÍÃÆÒm	ªé{ßÜº¥z:û Ž¬óÜ	êû','',0,'?'),('ÞßwQ˜DŸ;<µ/IO¯úU','wp-content/plugins/thrive-leads/editor-layouts/_no_form.php',0,'™VÆ\Z3>¬mj¿Y=ê','™VÆ\Z3>¬mj¿Y=ê','”à¶åÛSÈ{Ž¢â®Ôk~¯ÍÎ\\›õÆ(ÀI‘fbèÎª','',0,'?'),('|î/y0ÙlÂ×¹‡˜½Ž','wp-content/plugins/thrive-leads/editor-layouts/greedy_ribbon.php',0,'U-³*D!;¤E…)5b=jÙ','U-³*D!;¤E…)5b=jÙ','–Î%¦Tz.jAU%òt¹Í}ŒîKìíïýƒ`ˆ','',0,'?'),('¤š2©yÊ¬v.íàÊ','wp-content/plugins/thrive-leads/editor-layouts/head.php',0,'Tñ.8ì¬Ù“Ïz¨KóMï','Tñ.8ì¬Ù“Ïz¨KóMï','`g¶—/Z·z>qói0£y7€ÐWLlt4ª','',0,'?'),('í•Ô£ÉC¡šYº;#ƒ×','wp-content/plugins/thrive-leads/editor-layouts/in_content.php',0,'?»ÆìÖªwü[$7Ë°–','?»ÆìÖªwü[$7Ë°–','E,Šò]#5W«Ó]í+ß[Ÿö%ÿ†vON7\'','',0,'?'),('ÝmgG`Š¶YNñ”œ¥','wp-content/plugins/thrive-leads/editor-layouts/lightbox.php',0,'ZµÕj\nÑqhÃ\rPŸ	÷†','ZµÕj\nÑqhÃ\rPŸ	÷†','ŽYó£QZHb˜†,êŒQ:êÞi²\rÜ4ÀwIQ¼‰','',0,'?'),('\'Ë_çhYãÅ¢ŸÒ','wp-content/plugins/thrive-leads/editor-layouts/post_footer.php',0,'ÅvoÛ;š÷:	±0)¡\Z','ÅvoÛ;š÷:	±0)¡\Z','Ú™N–JŸÜ8ãAÏ%ò˜+Sá­]vrõ(lUQ	a','',0,'?'),('·\0Ž~zºû\Znë.eŸ¤','wp-content/plugins/thrive-leads/editor-layouts/ribbon.php',0,'.Ã}ôæƒîmût>_','.Ã}ôæƒîmût>_','Ò‡†d¸.¨\nf<Œä…!ÒÎÛ8ÙN78ÃežÚ	ÿ¬','',0,'?'),('›ê‰ù–}dLÒ‚ÍøGQ','wp-content/plugins/thrive-leads/editor-layouts/screen_filler.php',0,'L¾·]û%rOji©hÌ','L¾·]û%rOji©hÌ','d9%vO?…ÌœÂ—eú#¸}<ô³†˜cî\n³/÷','',0,'?'),('3Í~¹\Zî1C=‰5(²ž}Ä','wp-content/plugins/thrive-leads/editor-layouts/shortcode.php',0,'VT0n¹Ä×Mçø<GJJÈ','VT0n¹Ä×Mçø<GJJÈ','Ûmnˆ1ÞH«éŠ@ž§Î¬ÜåHÂé5³­ÔÑOœ','',0,'?'),('zé´»<¯v/½F‚Æ´fTè','wp-content/plugins/thrive-leads/editor-layouts/slide_in.php',0,'?\'1ùýdWÒýò{š','?\'1ùýdWÒýò{š','ä„mlzKØÉÔÕêµÿ¸¥%ÍƒÞ\\fpm‹¿ŠV<ƒë','',0,'?'),('q{ý\\ËV:úsÿ£‹^ñs','wp-content/plugins/thrive-leads/editor-layouts/widget.php',0,'.o»–<»CŠåþŒ ö›','.o»–<»CŠåþŒ ö›','Æ¤n¡7cDËç#¦4|ÅýÔ+\rL,,Ç!ê0Êñ','',0,'?'),('TÒ“$ç6Sçú¶‚”ÍM’','wp-content/plugins/thrive-leads/editor-lightbox/lb_templates.php',0,'í‹}ÆÕÂVNœ—¯¹øhÞ','í‹}ÆÕÂVNœ—¯¹øhÞ','H£$=ðãaO:,+h¢¢s£¬•‚dbÿ«:r3¹óÚÓ','',0,'?'),('ÐÕ‰¿IŠ´\\Ú(ÑKî','wp-content/plugins/thrive-leads/editor-templates/_config.php',0,'õ{ø0èeÀWwÄ}žøÔí','õ{ø0èeÀWwÄ}žøÔí','è[ØqáìØÂÖ¯é×Rt{8ÈÞ”Îú;qôqóö(¢ F','',0,'?'),('¡¶œ±œÏí©áéšs‰','wp-content/plugins/thrive-leads/editor-templates/_form_css/fonts/21_set/21_set_icons.svg',0,'úgÇy½ÉŒ0¸•îquú¯A','úgÇy½ÉŒ0¸•îquú¯A','\Zàl…½\r&Á¤Ö–!·Ì+<®«··1Ìæà,èþp¾œ','',0,'?'),('.âiÉc£\næ*¼KVéÆ&¨','wp-content/plugins/thrive-leads/editor-templates/_form_css/fonts/29_set/29_set_icons.svg',0,'úgÇy½ÉŒ0¸•îquú¯A','úgÇy½ÉŒ0¸•îquú¯A','\Zàl…½\r&Á¤Ö–!·Ì+<®«··1Ìæà,èþp¾œ','',0,'?'),('–´S¬¥„ìâ”¦ÇÞt”ç','wp-content/plugins/thrive-leads/editor-templates/_form_css/fonts/52_set/52_set_icons.svg',0,'&CgÚ\nâ‘ÙBÿ%PÛ-','&CgÚ\nâ‘ÙBÿ%PÛ-',',´!õ·¦\Z±¯N¡Íx5éqA|i|Éü© O`N%}','',0,'?'),(']\n—ž‹ÄE½3Ç8¯\Zh','wp-content/plugins/thrive-leads/editor-templates/_form_css/fonts/54_set/54_set_icons.svg',0,'ùP™_jU`fÉ{CÆ\'','ùP™_jU`fÉ{CÆ\'','9EÐ¼lþY_úr[}ý‡#¥{ÂŽŒ¡’‰EÉKD','',0,'?'),('®0éÒ\nÎ1‰£tò¢·ô×','wp-content/plugins/thrive-leads/editor-templates/_form_css/fonts/55_set/55_set_icons.svg',0,'ž‘ÕÂ>³Ê$º·â«N^Is','ž‘ÕÂ>³Ê$º·â«N^Is','  Í[3âwÿ´1¢eAÛ`¬g$—ÄPÚn‹ïS&','',0,'?'),('dvðâ<¢½ìr×cz|','wp-content/plugins/thrive-leads/editor-templates/_form_css/fonts/58_set/58_set_icons.svg',0,'±bÇv]—1cÊt)JË&','±bÇv]—1cÊt)JË&','v¦Êáj‚6kk…z^2<vç¡]L\r¯œ7}è[H0$¸','',0,'?'),('|á÷$¿ãë.=‡:.','wp-content/plugins/thrive-leads/editor-templates/_form_css/fonts/59_set/59_set_icons.svg',0,'7häç\n2–Âñž)¦?43','7häç\n2–Âñž)¦?43','Ïu2M€ðÑ —?èjŒ–;óÄ|jcÄÒ-	˜','',0,'?'),('5ùxÎ–_~Ã–j\\©§B','wp-content/plugins/thrive-leads/editor-templates/_form_css/fonts/_gr_four_set/gr_four_set_icons.svg',0,'gsÀÀ]Ä„8»Þ¢S?0','gsÀÀ]Ä„8»Þ¢S?0','ÍUâ´˜í¾éÆã]8”2ÅËïÈŒ!DÊL[£¡KuòoÂ','',0,'?'),('¾‰e\\û¶¹ Êã\0—‡á\"','wp-content/plugins/thrive-leads/editor-templates/_form_css/fonts/eight_set/eight_set_icons.svg',0,'’¶%Dcn²œPk¢!gó','’¶%Dcn²œPk¢!gó','á$¨ÇñTžaƒá (üËÛs°~ä(j²X²Ô5/ˆ','',0,'?'),('ßÿó\n$3Ò—x³}+','wp-content/plugins/thrive-leads/editor-templates/_form_css/fonts/eleven_set/eleven_set_icons.svg',0,'yg#ÓÿÆ0|•cV\\úG(','yg#ÓÿÆ0|•cV\\úG(','¸ÊS°ù	ÐU!0œ#ìµµ¢V·vFðYç\n“Íflåò¦','',0,'?'),('àš}&áÚ0ŒÄQ ÞPC~','wp-content/plugins/thrive-leads/editor-templates/_form_css/fonts/fifteen_set/fifteen_set_icons.svg',0,'< ¿ÿ‘-O6Š˜Ù²PÓQd','< ¿ÿ‘-O6Š˜Ù²PÓQd','KJ\")k ~ojŽ@	‡ÿËÓŸ,èc‹*1‘9l®‚','',0,'?'),('\rèb³£L‘yVã·Ä«','wp-content/plugins/thrive-leads/editor-templates/_form_css/fonts/five_set/five_set_icons.svg',0,'ä0`Z<Ùsý`£+Ÿ','ä0`Z<Ùsý`£+Ÿ','ËqÙi @8%ö¿»<ãÉ\Zh>:¯µ	^7ƒüûEg,É','',0,'?'),('C±å:°2£Ø_»·Þ','wp-content/plugins/thrive-leads/editor-templates/_form_css/fonts/four_set/four_set_icons.svg',0,'Waý=ò{¦Ï\rz°p(e.G','Waý=ò{¦Ï\rz°p(e.G','³ŽláìrPJ…ú>!D:E\0K!º4sZ+_«hl','',0,'?'),('A«VòÃŒ™c	9luå‡(','wp-content/plugins/thrive-leads/editor-templates/_form_css/fonts/gr_four_set/gr_four_set_icons.svg',0,'G¤©gôåähÀa,‹5\n¼','G¤©gôåähÀa,‹5\n¼','¸!ç¡ N¿âºà0­G	aZW7 +eSý:1Hë','',0,'?'),('N¾ÃŸ*¾Ö1à»\'I\nV»','wp-content/plugins/thrive-leads/editor-templates/_form_css/fonts/gr_nine_set/gr_nine_set_icons.svg',0,'‰õaý«È£šØ£ís-þ®é','‰õaý«È£šØ£ís-þ®é','õs6ÃXž|ï£þ\n^ÈO pÍ­ölÊÏ¥li¥v','',0,'?'),('µð6#p\réîX¶i8r','wp-content/plugins/thrive-leads/editor-templates/_form_css/fonts/gr_one_set/gr_one_set_icons.svg',0,'&ëø×%bSÇ¿øÄ[£¸·','&ëø×%bSÇ¿øÄ[£¸·','= –žŠMÁ.Gãpi¨xhÿ²ú®ÿKœ\0‰½wN$¥','',0,'?'),('‹÷fš“úâ,÷5g#Ä','wp-content/plugins/thrive-leads/editor-templates/_form_css/fonts/gr_seven_set/gr_seven_set_icons.svg',0,'·ßK¢>å³k4ªP˜œ','·ßK¢>å³k4ªP˜œ','(êLØ«}›NKY\"¯³¸á[Áœ·©Òàp,ó”¾7>{So','',0,'?'),('äN+™nüº1zþƒ','wp-content/plugins/thrive-leads/editor-templates/_form_css/fonts/gr_ten_set/gr_ten_set_icons.svg',0,'ñwçÕ~)ª¿)@“BÎ€¨','ñwçÕ~)ª¿)@“BÎ€¨','YaCBóÎÓY@Ýx~gqÀ<Å¾ÐçÈ£ñ®ÑäS=','',0,'?'),('‚·3“î+,„G àFª)','wp-content/plugins/thrive-leads/editor-templates/_form_css/fonts/gr_three_set/gr_three_set_icons.svg',0,'ÚL1jnÆ&·NšR@','ÚL1jnÆ&·NšR@','û–F$ü5ôUîàe™0•Bö•(–iWIEi‡€Ôìá','',0,'?'),('+á(Â˜t)\rJ0ak\'÷.','wp-content/plugins/thrive-leads/editor-templates/_form_css/fonts/one_set/one_set_icons.svg',0,'‰sžŸX±PzÒ|•>©F','‰sžŸX±PzÒ|•>©F','èš\n¬v\r¸!š”Fåè!ÃÓ-¥Ö%! „Ÿ€œÓ','',0,'?'),('£ÔßNYœB1×µ;¹Õ+','wp-content/plugins/thrive-leads/editor-templates/_form_css/fonts/seven_set/seven_set_icons.svg',0,'ÞQ¨üihZ‡l¿ßqô‡','ÞQ¨üihZ‡l¿ßqô‡','¯vôB¢sndç‡F=oÖPœÛ §ÍQ@Ö¿&Ðä','',0,'?'),('›‚Ù•\ZÇ9üémñ<§²~','wp-content/plugins/thrive-leads/editor-templates/_form_css/fonts/six_set/six_set_icons.svg',0,'Waý=ò{¦Ï\rz°p(e.G','Waý=ò{¦Ï\rz°p(e.G','³ŽláìrPJ…ú>!D:E\0K!º4sZ+_«hl','',0,'?'),('…d(œçvÐÖB>|F','wp-content/plugins/thrive-leads/editor-templates/_form_css/fonts/ten_set/ten_set_icons.svg',0,'²:lh‚ÇËÜbí‰€\"Æ','²:lh‚ÇËÜbí‰€\"Æ','Ì2EéŸrâ^€†0ÀþE6³4³<–¶#õÎWà_´','',0,'?'),('\Zû,OÐ#o¬êÿ7»Ÿú','wp-content/plugins/thrive-leads/editor-templates/_form_css/fonts/thirteen_set/thirteen_set_icons.svg',0,'ˆzù¬÷cÉõŠ\rQôj·ü','ˆzù¬÷cÉõŠ\rQôj·ü','l¿×6DPõ$7’/dJrœ¢æ÷U<5u/ç¦YÓ0','',0,'?'),('ÞTÄetr^º€ºí+¸z#','wp-content/plugins/thrive-leads/editor-templates/_form_css/fonts/three_set/three_set_icons.svg',0,'	{°Gd³làNId.B','	{°Gd³làNId.B','y\nÝÎúwìÆ*&ªM(tƒuý!ùM7ÉÖ„','',0,'?'),('}¦ÒmR;3)É\Zk®','wp-content/plugins/thrive-leads/editor-templates/_form_css/fonts/two_set/two_set_icons.svg',0,'M±(Ww¤Í(fÝÊ–9Ýy\r','M±(Ww¤Í(fÝÊ–9Ýy\r','\Z¬ð{($dÈô&hÿ4ê±‰ËîM5öåâÙ öV','',0,'?'),('¯j. œHR>Î6¦–È','wp-content/plugins/thrive-leads/editor-templates/greedy_ribbon/_gr_five_set.php',0,'ËÌ\nÙÒœös F','ËÌ\nÙÒœös F','ßÎåô{òõ±î¼°H1Ö	š2M)Cãm)€¼‡','',0,'?'),('Ýgj¼}³>ª1­]©','wp-content/plugins/thrive-leads/editor-templates/greedy_ribbon/_gr_four_set.php',0,'O³i`q6 ˆŸ£ˆdºU»','O³i`q6 ˆŸ£ˆdºU»','š’Ò7°²2&e çª*£ònùÉ/Ž±>»¨x˜i¦ú','',0,'?'),('Kk`>=óù~ßÂ\'¸?‹','wp-content/plugins/thrive-leads/editor-templates/greedy_ribbon/blank_set.php',0,'‹AdK‹|4—Èú}ãBøã','‹AdK‹|4—Èú}ãBøã','/¦CP¥~$Â½Ï£EiUµÄî€äHLºp>e$','',0,'?'),('+	;µ½Ïš–²eÂÏvõ','wp-content/plugins/thrive-leads/editor-templates/greedy_ribbon/gr_eight_set_vms_step1.php',0,'\rÇl{®ÖQ\Z›ÀE‚6','\rÇl{®ÖQ\Z›ÀE‚6','wFÈ´ —êö^Ž>äV‹t#²×Ì“5?»_ap\n¦¹','',0,'?'),('eb®#BïÃU6¼ƒ¼ÝÐ¤','wp-content/plugins/thrive-leads/editor-templates/greedy_ribbon/gr_eight_set_vms_step2.php',0,'Ý•¾\n¢9vÌ¢„á6','Ý•¾\n¢9vÌ¢„á6','†¨8ytêµÐÓQ\\Nz…„®ÿàyš\Z˜€ô×','',0,'?'),('¼Ä¼wÈâ)Ú„ÁO','wp-content/plugins/thrive-leads/editor-templates/greedy_ribbon/gr_five_set_vms_step1.php',0,'Ih>ÊÀsÔ)ËHús\00Ð','Ih>ÊÀsÔ)ËHús\00Ð','¿N0|\n\r©ÆúØ‘Åöi½NæˆÖùRO\\§}6Ë@','',0,'?'),('<¼ „4È¼\nµ!gšïc','wp-content/plugins/thrive-leads/editor-templates/greedy_ribbon/gr_five_set_vms_step2.php',0,'Ÿ“&¤Ÿg ¾U2Êybë','Ÿ“&¤Ÿg ¾U2Êybë','u}ÚwØ&„p˜¦vÌD\r k\\(UÃÝ‘Äxo‚öHÕ','',0,'?'),('3#{á?;µZ(mÛóâÁ','wp-content/plugins/thrive-leads/editor-templates/greedy_ribbon/gr_four_set_vms_step1.php',0,'Õß¼´>Ž<Â#õZYbá','Õß¼´>Ž<Â#õZYbá','‰wÕ Ú “q°çu´|²EiÝ©ûÞ7„©‹6ûqÙKÎ','',0,'?'),('{3Ü5ªeùê¶tÊzŠ‹','wp-content/plugins/thrive-leads/editor-templates/greedy_ribbon/gr_four_set_vms_step1_v2.php',0,'¾gnKë˜épÞlh{œ','¾gnKë˜épÞlh{œ','Ê§´&ËJ4»õ	øÖ#ûŠF¶J¢ÑUÄä|U\ZP¸d','',0,'?'),('™3ó¢köcçxPy,@\"','wp-content/plugins/thrive-leads/editor-templates/greedy_ribbon/gr_four_set_vms_step2.php',0,'ÞA– ‹#I.œ)Vu!~','ÞA– ‹#I.œ)Vu!~','Êþ:‹~¿;¯ß]ƒî»?U¾Xž¦ Ž¾ó@\Zôèª‹œ','',0,'?'),('&gEI¨[Ì Ëfˆôù{','wp-content/plugins/thrive-leads/editor-templates/greedy_ribbon/gr_four_set_vms_step2_v2.php',0,'7¢è=FGû\"qÉ¿\nl','7¢è=FGû\"qÉ¿\nl','™Lå+âNØá%ö6%Ž€è±ÓÿîoþÑ;Ö‹_çƒ','',0,'?'),('}—´«ˆfâÆîIJq`W1','wp-content/plugins/thrive-leads/editor-templates/greedy_ribbon/gr_nine_set.php',0,'Ó–”T_ÓÍÔ?}‰wéz','Ó–”T_ÓÍÔ?}‰wéz','ÿGútuKÀš%Z“ÎâC#w<žÁ¦áˆ»ç Šg','',0,'?'),('¶¥éWÒ;3ÈÃÇ¶ù	õ','wp-content/plugins/thrive-leads/editor-templates/greedy_ribbon/gr_one_set.php',0,'Q•>$6Áb†‡ØÏ…Œg','Q•>$6Áb†‡ØÏ…Œg','|ÙÝ]†n×ôÁÉý–ãL”sžŸØMdo·@Be„Ï”g','',0,'?'),('ª1¦À²RQI7ãr\\å´«ý','wp-content/plugins/thrive-leads/editor-templates/greedy_ribbon/gr_seven_set_vms_step1.php',0,'þˆ·ŸÍþ¼ÍÌó€TV†Ï¾','þˆ·ŸÍþ¼ÍÌó€TV†Ï¾',')§Âˆ\ZñÆYt(tz&…«y‡øß%ufï¨·ÌÍú','',0,'?'),('«àÅ9Sbã/á\\úá•¯\\','wp-content/plugins/thrive-leads/editor-templates/greedy_ribbon/gr_seven_set_vms_step2.php',0,'+Ì«\nû»Wù²ôO¶','+Ì«\nû»Wù²ôO¶','Â{K¢Úc¤ÆÜúª6hÏ²³tqÅ‰?Ìh©L®Ô','',0,'?'),('ˆ./ð¯y~ÌÍ!+“2ùLh','wp-content/plugins/thrive-leads/editor-templates/greedy_ribbon/gr_six_set_vms_step1.php',0,'Û$½F•Ëx²‡ƒb~PÁg','Û$½F•Ëx²‡ƒb~PÁg','z(NÆò$®°¤-ó¾ÎÊ°GÂ1¯ÜÉV|\0_\"Í','',0,'?'),('ÄßžnìWäÚ\'®\Z3î<æ','wp-content/plugins/thrive-leads/editor-templates/greedy_ribbon/gr_six_set_vms_step2.php',0,'¨ƒ]OyŠB·¨Éû¢Ó','¨ƒ]OyŠB·¨Éû¢Ó','0­©]	+Üò,GüÕ\Zzs1»=ÖÆŠ¼¦bæçñ~','',0,'?'),('X‚@r-­à_u[>ÀP','wp-content/plugins/thrive-leads/editor-templates/greedy_ribbon/gr_ten_set.php',0,'ÖJQ÷‚˜•YÂ(ÐX¬Þ','ÖJQ÷‚˜•YÂ(ÐX¬Þ','5é°‘aLÞz5×¨<}3\\#ìrU¾jV€1:	E©','',0,'?'),('	{€Ko,k˜­ãp¨ÒEDá','wp-content/plugins/thrive-leads/editor-templates/greedy_ribbon/gr_three_set.php',0,'­ £ÌŸW3\rÕ®[´Õœ¶J','­ £ÌŸW3\rÕ®[´Õœ¶J','9ðhÉ¨tE‡=¹z”¬¬ÿíTPñÐa@_/ú#','',0,'?'),('Ã!wÂÖ½,”ç?Ë!bž¥Õ','wp-content/plugins/thrive-leads/editor-templates/greedy_ribbon/gr_two_set.php',0,'’sGßîzÖ	>|KT™#Ú²','’sGßîzÖ	>|KT™#Ú²','B]-Úºô^Âš;½c@ÑÎA¸¨¿Üã*(§l”‰JËù','',0,'?'),('HE\nò•¨‚AM€éB','wp-content/plugins/thrive-leads/editor-templates/greedy_ribbon/tcb2_blank.php',0,'XÖfÏ‰¥5´ó¶c=','XÖfÏ‰¥5´ó¶c=','!Íc“ñ}¦ÎõxÙTñá±›(¯:æ`Ki¥h´c','',0,'?'),('û6Ç$Ù-2ÅÅ6ÐºHi','wp-content/plugins/thrive-leads/editor-templates/in_content/20_set.php',0,'ŒÕé”)f@¿ò=Ì¿˜Ã\n,','ŒÕé”)f@¿ò=Ì¿˜Ã\n,','jÓŽhZ³-ß¹\r¦<ª•…±èdt·a¹n­§/’','',0,'?'),('Xéè3={Æ´îüáìó','wp-content/plugins/thrive-leads/editor-templates/in_content/21_set.php',0,'›ó¼Ñç\ra§Ëõy\\©È}\n','›ó¼Ñç\ra§Ëõy\\©È}\n','â¤ èoe×ÍnÙhæmxÎœU¢“/‡¯í,èqGÑ²','',0,'?'),('²k$\ZXæJu×^‡wŒ','wp-content/plugins/thrive-leads/editor-templates/in_content/22_set.php',0,'±,ä[eúAJõ¸þ ¢e','±,ä[eúAJõ¸þ ¢e','q}Q(¡Luþiö·o4¾æð/r¯å-úž²ÿ&','',0,'?'),('ÛwÄ,ÿ7ß´|ŸÐ&Îê','wp-content/plugins/thrive-leads/editor-templates/in_content/23_set.php',0,'Ùs:=Ò°Ôæ›äÞƒ&¤NH','Ùs:=Ò°Ôæ›äÞƒ&¤NH','ÔÜÖm\n\"ÔÇ¥4´ý‹Tº!}ö‡ƒoD¨/—X8Tì','',0,'?'),('½Ó*Æ0Ó7ìøÆ7:Ë','wp-content/plugins/thrive-leads/editor-templates/in_content/24_set.php',0,'vŽZÓ¾ã£›y©?¬Ä','vŽZÓ¾ã£›y©?¬Ä','lxÎDs¿Ô^ÖÅs\\ƒÂ5÷î‚ø-§H­¶Þ…¸àW>','',0,'?'),('j\ZH\0\'¿P2²<uH=','wp-content/plugins/thrive-leads/editor-templates/in_content/25_set.php',0,'îF˜¥ôÕëÈdªH¹Þð','îF˜¥ôÕëÈdªH¹Þð','Nšš\\øpRð‡pwì´ þjìÂÂ`²O¡M†1>ÆY','',0,'?'),('·È_Ø)¯³¼sÃºB?(','wp-content/plugins/thrive-leads/editor-templates/in_content/26_set.php',0,'uÀ4§éŠÔ\nvâÄÊ#Ã','uÀ4§éŠÔ\nvâÄÊ#Ã','‘N÷&C­…<`À1L_xŽ‡Ó\0/Œ‚éÊŠÃÛùÙ','',0,'?'),('ç†“ð¦²!_ŒóVv.#','wp-content/plugins/thrive-leads/editor-templates/in_content/27_set.php',0,'¤uGfR+™XxdßzII?','¤uGfR+™XxdßzII?','Êauàç¥DXc©{p³D×¢e÷ÏFÓ—ô[ìµ&W','',0,'?'),('öT*PFÎ™-àX•/‘','wp-content/plugins/thrive-leads/editor-templates/in_content/28_set.php',0,'O_€K@ÈZJ”i°Càé7','O_€K@ÈZJ”i°Càé7','c¥5%GVÖAÑÕ±‚jÂÑŠ¿ ,8c=¸ èý <¨»','',0,'?'),('Á’Ãˆáç÷9s´¯1õq','wp-content/plugins/thrive-leads/editor-templates/in_content/29_set.php',0,'rpA§Èa¯{ðÆË\r^<','rpA§Èa¯{ðÆË\r^<','=X\ng1+mü¦€Ý‚¹1<AuõËMËÎŠù—','',0,'?'),('}ÈwéÑS=\0ß,ÈQ+ìð','wp-content/plugins/thrive-leads/editor-templates/in_content/30_set.php',0,'å,·nÖ€mÕà#ß¼X»†','å,·nÖ€mÕà#ß¼X»†','^P‹Ã‰h‰}ƒ®Êñ—k±nµaéC¿‰úÄà€ˆcKõ','',0,'?'),('+I\"÷|\'ÚäC°\Z‡©™','wp-content/plugins/thrive-leads/editor-templates/in_content/31_set.php',0,'ŒÝ´Z°H\"Å…i«N§1','ŒÝ´Z°H\"Å…i«N§1','›ã¸§ú\Z&³÷|Dðfså4XD“í€ùI#Ì\nÀáiƒ','',0,'?'),('\r¸};z1Ð—rßMM†f','wp-content/plugins/thrive-leads/editor-templates/in_content/32_set.php',0,'ÒÙªaAð½@rávú‹pÚP','ÒÙªaAð½@rávú‹pÚP','Ä±8ó€NX8Eîå˜Dik‰×	ËOËÝéK\Zàg™','',0,'?'),('’hŒj5qÌ–.°ñ»¡Ê','wp-content/plugins/thrive-leads/editor-templates/in_content/33_set.php',0,'€³©§vå†ÞÒkãñ','€³©§vå†ÞÒkãñ','K\r=rêß6goÎÒe5ûlÄÜr½™ˆvó#XÂÀ','',0,'?'),('omøÌ˜–¥\"ÛXÅ~á×','wp-content/plugins/thrive-leads/editor-templates/in_content/34_set.php',0,'y’”—>ïÞÆÅ£E©w','y’”—>ïÞÆÅ£E©w','g~\Z›Þ|sW<¢Å\0ÂDOÉä@‚¶	Ê°¥ra±À.','',0,'?'),('YA+È%®0	„5ÚHØè','wp-content/plugins/thrive-leads/editor-templates/in_content/35_set.php',0,'I…í*~<ó¿iƒ‰ÊŠ','I…í*~<ó¿iƒ‰ÊŠ','â!Y¯ÔTèwýÁ_—(Á¹”ß÷`Y’2¯¥×®êãÙ','',0,'?'),('[Ø$Ýò®ãûv Fea;‹','wp-content/plugins/thrive-leads/editor-templates/in_content/36_set.php',0,'ã»+¢=ŠˆwÆëˆ½,™','ã»+¢=ŠˆwÆëˆ½,™','\'[\\R_²ƒªë¹BÏÑS¼5%~}VfT§œø±óÔ™','',0,'?'),('·[®®8	µñùšî=i!','wp-content/plugins/thrive-leads/editor-templates/in_content/37_set.php',0,'BßC}ˆëæ`·Ö»{Eµ§','BßC}ˆëæ`·Ö»{Eµ§','ð]ƒÍ™uì\\°cYIHV‘ï\"\ZFžÂåBg@»þÓ','',0,'?'),('É’yq™Oíéroë¶!g','wp-content/plugins/thrive-leads/editor-templates/in_content/38_set.php',0,'µ‹SÎïßÛYÜ\0Lœ89','µ‹SÎïßÛYÜ\0Lœ89','þá–z}ª*ïåW~Cëy„Ž>\\‹ùÝ¼3ÿÂ¥V/','',0,'?'),('U{Ÿ4lÀuJk‡¶RL#¸‡','wp-content/plugins/thrive-leads/editor-templates/in_content/39_set.php',0,'‰v“Ûø¸‡Õ<lo8','‰v“Ûø¸‡Õ<lo8','ì1úkRŸÄ ÞôQfœ;«‰®ÿëê“@ÅÏ‰ÒÅ¢Ã','',0,'?'),('R1âùö9+ËpìbdÛŒ:§','wp-content/plugins/thrive-leads/editor-templates/in_content/40_set.php',0,'„üqºÏ Êóì‚Á‰ñˆØ','„üqºÏ Êóì‚Á‰ñˆØ','­{Üh=­#¤$¨]ÊFX-O8„ Š¸','',0,'?'),('w«’¿ì(\r9zD:vX','wp-content/plugins/thrive-leads/editor-templates/in_content/41_set.php',0,'mUt¡^í×`Ô@î3¯û','mUt¡^í×`Ô@î3¯û','ˆj…	AÜ“EÖÑ¯ê“+¢Ü¯SY;´Õ¨rüù²','',0,'?'),('ÅˆÊòXôZÇ¨á]¹','wp-content/plugins/thrive-leads/editor-templates/in_content/42_set.php',0,'»Ñ©a”\n˜àŽôƒL','»Ñ©a”\n˜àŽôƒL','Çî˜Æ°eLÀ‘·Ô•ˆùµx+ä]ÓÑ¼Î\"','',0,'?'),('Æt`«€&¦ý£ïÉ¿ìÀS','wp-content/plugins/thrive-leads/editor-templates/in_content/43_set.php',0,'ðmª¬€U‹;nç¸zRè','ðmª¬€U‹;nç¸zRè','%[’2ªï²2fûâîì3úc°¢¶›…°_G™çÿñÊ','',0,'?'),('òv|ã‚Ý·Âmj¤s6','wp-content/plugins/thrive-leads/editor-templates/in_content/blank_set.php',0,'Ñu*JáŠögï¾ ËÐ÷¥','Ñu*JáŠögï¾ ËÐ÷¥','”!ˆl÷\"m@Eo²š¯šî}Â=„ôWüâu_=n(s','',0,'?'),('?¥\\ó=ÌßÐ8ŽF[š˜','wp-content/plugins/thrive-leads/editor-templates/in_content/eight_set.php',0,'«ÉÀçT2q!d”®Y©ñY','«ÉÀçT2q!d”®Y©ñY','¹h~ÃÞKÖWT86ó­N<$A[Ž\Z#ˆD\\\nººò','',0,'?'),(' Sç|	¨iX©–ëÑŽS','wp-content/plugins/thrive-leads/editor-templates/in_content/five_set.php',0,'\r²ÕOf,’5°³úI','\r²ÕOf,’5°³úI',',v<üŠ+ëét¹Pk–ÇoÇw6ŒàÐ¬T$p&9-','',0,'?'),('â\Zœæ–6\'o’’ãú_\r&','wp-content/plugins/thrive-leads/editor-templates/in_content/four_set.php',0,'4!yt%YèÝ\ripö¿î','4!yt%YèÝ\ripö¿î','©Wa^iô»`¹n[—A¡6JfÞ£P¥ª”óà‚ká¼[¦Í','',0,'?'),('\Z«S6uE²Æ`PÍÖà™?','wp-content/plugins/thrive-leads/editor-templates/in_content/one_set.php',0,'ù­ä Ý)ù²m*É^N','ù­ä Ý)ù²m*É^N','aý&ÀÔ\n#•Xœ³Ÿ”K,“§Á\nžÅ¹+\n~br,','',0,'?'),('˜.êØã)\'¢lè(Íp\n','wp-content/plugins/thrive-leads/editor-templates/in_content/seven_set_v1.php',0,'ÑÂ>„¦²X[!OWL#Š','ÑÂ>„¦²X[!OWL#Š','8æ%‘\\‚|¿jõ‹BÀ¶\"00ár”\r‹Š`Îø','',0,'?'),('“/¡èMœLï\0&•\"Q','wp-content/plugins/thrive-leads/editor-templates/in_content/seven_set_v2.php',0,'=K¢7&¥)çyîºË','=K¢7&¥)çyîºË','èòíÞ\"|ë\\ªpiàäÊ²?î³¡¥Ö§\Z¡Ü>ó§™¹','',0,'?'),('wýÜ“ëèŽ8 ÿY•','wp-content/plugins/thrive-leads/editor-templates/in_content/six_set.php',0,'†‚)9²ÙÀ3ÿB“éüûü','†‚)9²ÙÀ3ÿB“éüûü','^’(‘\"T|W¤?ÑØ`yö»ç•ÑñÊÐù +î˜','',0,'?'),('šB¢5¼ÒÜúÕÙj|o','wp-content/plugins/thrive-leads/editor-templates/in_content/tcb2_blank.php',0,'¢Õ#YÂeyM»ÙèÄn','¢Õ#YÂeyM»ÙèÄn','#¼j(šEUn	IIüë~8l:K´gG€VEŠÖ','',0,'?'),('^ÌçæÇHw‹`§‚¨s­','wp-content/plugins/thrive-leads/editor-templates/in_content/three_set_v1.php',0,'GÎ›®a@xÛÓ1ÿ¨¢khg','GÎ›®a@xÛÓ1ÿ¨¢khg','¯†/ÁÚ(¦Â˜P„ÞîÔßœtiSJ[Hò:þÅ®£ÕÝ','',0,'?'),('½7©2ÉèÝ¦ˆ¦9.à»É©','wp-content/plugins/thrive-leads/editor-templates/in_content/three_set_v2.php',0,'\0<ÿÖ+F×ÎJñ7Ái‚','\0<ÿÖ+F×ÎJñ7Ái‚','š7hÑ‹àQlšÑEªãªm¿PâäcÞÍ7wêhj½','',0,'?'),('ò7S˜ðºd<ÑJï\Z9À','wp-content/plugins/thrive-leads/editor-templates/in_content/two_set.php',0,'/·V¤¥sÛVYr½hã¢','/·V¤¥sÛVYr½hã¢','Óø€cûW»öÅ@H\ZÃA†;¾”ÝÏCv\"	KÄôŠ²#','',0,'?'),('…vÆör¾Ï\rF¡4^æÍ‹','wp-content/plugins/thrive-leads/editor-templates/lightbox/20_set.php',0,'È_¦g‘(E?%ÒgOi','È_¦g‘(E?%ÒgOi','Ífon\0+)mãã‚£ë38#kIªðÀ·ŒT€áIŒèñ','',0,'?'),('¢*ìðT%Dª›ü!>ƒ','wp-content/plugins/thrive-leads/editor-templates/lightbox/21_set.php',0,'[ºÀàÉRÂ…Ý<ë¯„Æ','[ºÀàÉRÂ…Ý<ë¯„Æ','¾Éº•ÛNìIÔ:i•à{¦=œ%…~Hføè3·7P','',0,'?'),('ÝbåÀkpGwœ½I\Zð¬ï½','wp-content/plugins/thrive-leads/editor-templates/lightbox/22_set.php',0,'øD 3â7&_Ž1Õèí;Ÿ_','øD 3â7&_Ž1Õèí;Ÿ_','¯>€±$qG=z‡@öoK¢Ö-åŠ[À‚ ˆøÿ41Å79Ä','',0,'?'),('©zpkÙì¼w&R|¯ý','wp-content/plugins/thrive-leads/editor-templates/lightbox/23_set.php',0,'ÃŒ¯\rÄ6ˆÚöŠ„²å','ÃŒ¯\rÄ6ˆÚöŠ„²å','\Z=gCâHFøPñ0Å\"/\"ª­È ‘YêgP‡“SpµY','',0,'?'),('	!âÅ|‡À]JþŽ³?\'ã','wp-content/plugins/thrive-leads/editor-templates/lightbox/24_set.php',0,'ê\"ÞäyákZ}(¸!æÁ©','ê\"ÞäyákZ}(¸!æÁ©','›¦>;¬Ü¼£oh7m«µ’?¿¦=KR\ZôÜÛ¶]¿','',0,'?'),('ƒÐ¾N®&y†?Àž¤ó]','wp-content/plugins/thrive-leads/editor-templates/lightbox/25_set.php',0,'ïó¶´&¦Ê]/!¥j¤','ïó¶´&¦Ê]/!¥j¤','0¹î8r×p~ÿM„ÃçsŸ]µ¼€Ã§&s%tê(','',0,'?'),('­1dW³±Pš¬lŠsX','wp-content/plugins/thrive-leads/editor-templates/lightbox/26_set.php',0,'ÀsùhüãhGr ó¾n','ÀsùhüãhGr ó¾n','òž·Fƒ&0$qqYÍVÇ<CBÒWï6¸Ëm°n~Á','',0,'?'),('ñ¨,îÆ–Þˆh¶zM#¬','wp-content/plugins/thrive-leads/editor-templates/lightbox/27_set.php',0,'ïf~€$xäõ«NÏí)','ïf~€$xäõ«NÏí)','º)®Ä‡Òž :X¬FÃ<¾®¼<ãìš.ìÝ¿´ß—','',0,'?'),('7ˆì­šnµ¤¶O¶‚I','wp-content/plugins/thrive-leads/editor-templates/lightbox/28_set.php',0,'³?XT(¿ò.€„²ž','³?XT(¿ò.€„²ž','µ¸à|ÃŒw,ü¼\nÝ:Ö+q	7ÝP…Ë\ZŒ±ä','',0,'?'),('£zh\0Àl€è¯Ö\'xIR','wp-content/plugins/thrive-leads/editor-templates/lightbox/29_set.php',0,'C´yã¨^>¢+N1™ãC©','C´yã¨^>¢+N1™ãC©','VÈ:ñóäÿÂÄžŒÈlLÌ]KN?È‹WC8HG\Z:Aõ','',0,'?'),('?°Æ^¬Öz¯Ð(µhQ]y[','wp-content/plugins/thrive-leads/editor-templates/lightbox/30_set.php',0,'Ç¿¹§#óV	³b+uÆ8','Ç¿¹§#óV	³b+uÆ8','phz^ŽD!èW[»mŽŸù4¸·)lä¢Ø˜ÃàìÕ]´e','',0,'?'),('`ðrŸ<¨šÁw‚Û','wp-content/plugins/thrive-leads/editor-templates/lightbox/31_set.php',0,'=7‚.eår>=8x½_¡fv','=7‚.eår>=8x½_¡fv','ûþÚ8r“Ÿæµ¹³IgÅ¥e¡å8û\0¡CNà','',0,'?'),('Êœ•QÌ˜lMã¿iæ#Ü','wp-content/plugins/thrive-leads/editor-templates/lightbox/32_set.php',0,'Âá±–D˜-$éT.©‡','Âá±–D˜-$éT.©‡','÷¬pGAÈ\Z´;U¥\\êÕ2»kR°%Xp³\r~l1','',0,'?'),('” <Þ£·;´Â,H','wp-content/plugins/thrive-leads/editor-templates/lightbox/33_set.php',0,'¥‡•ƒ¨ˆrÒÁ`?f¤ÙÃ«','¥‡•ƒ¨ˆrÒÁ`?f¤ÙÃ«','tòâò-–ôŠ›çuøú6-ñnù±&à”MÈ³qF','',0,'?'),(' »¹Ñ†Ý[ý”K„‘—‡+','wp-content/plugins/thrive-leads/editor-templates/lightbox/34_set.php',0,'Š†¿\"Rµ°g¬Õ›„Kz','Š†¿\"Rµ°g¬Õ›„Kz','¾>*Z¾…b<%Yf=¡eÙþ™„!Åÿ\rDã$¦<dÞí','',0,'?'),('È¤3ÅwÀ±´VÆn','wp-content/plugins/thrive-leads/editor-templates/lightbox/35_set.php',0,'h«D!ô“l\\gr–3ã§&','h«D!ô“l\\gr–3ã§&','£\"ýqÀéØCª°MÀûç[·1@ÊOn	äCê\'ÓWë','',0,'?'),('Ÿ¬Y3°\\çG·2ýz;*','wp-content/plugins/thrive-leads/editor-templates/lightbox/36_set.php',0,',Â_j)Çñšë³@%y',',Â_j)Çñšë³@%y','èàLèÈ¦.2<såf¿J\n“\\î\'Œô\ne–)E„ß¸ç','',0,'?'),('s˜}˜_et0ˆ}(.£Œý','wp-content/plugins/thrive-leads/editor-templates/lightbox/37_set.php',0,'~„ì{¿»ÌB€T¥‘ãè›','~„ì{¿»ÌB€T¥‘ãè›','áóUò’‘bØj²£°xÅ)a¨uB—ÑÊ)n°£P¹º','',0,'?'),('Ï¬®#é\n%Øäkt–3è','wp-content/plugins/thrive-leads/editor-templates/lightbox/38_set.php',0,'iŠ¢øÖ¬xÌFÆÄ','iŠ¢øÖ¬xÌFÆÄ','Pt\\†ÒõÜ¢£,\\*å­L+ÙÛÚÕ&%6ÍŠŒÇ:Œ','',0,'?'),('\nœ™ÀH–çYe°Ë×ó§¾Ð','wp-content/plugins/thrive-leads/editor-templates/lightbox/39_set.php',0,'ZîåiÓñŽzFî¤™Û','ZîåiÓñŽzFî¤™Û','–•íÒ}øsýŠbdq}ý~:ï@b1ÊÜ7ˆ£¢K¸HÅ','',0,'?'),('ŒÕ	—Ò“ÅÉáÖªrØ','wp-content/plugins/thrive-leads/editor-templates/lightbox/40_set.php',0,'ŽÚÖ¨œßñžØƒ669¹','ŽÚÖ¨œßñžØƒ669¹','¯ƒ_Ä×”mÆ¢{+]œô6‹´„Ðåx+&¶|1È-','',0,'?'),('5Ö~#³?|Y®`Ë…•','wp-content/plugins/thrive-leads/editor-templates/lightbox/41_set.php',0,'ÐPÙ§×	î‹ïÏ3','ÐPÙ§×	î‹ïÏ3','¶ìÂp+ñ¡Ë†³á^`ƒ7‡PDƒãó74{X','',0,'?'),('jåÓóP8ÛIƒ[F','wp-content/plugins/thrive-leads/editor-templates/lightbox/42_set.php',0,'ƒ\rNË\nç€ò+•Ö:_då','ƒ\rNË\nç€ò+•Ö:_då','žþÊ¨:ÎàtŸðž¥ºÃ7‡I×ôR?Å­ÀI ´','',0,'?'),('½ŒlÅåº“¸F`¤Ùµe','wp-content/plugins/thrive-leads/editor-templates/lightbox/43_set.php',0,'4·Ê~í‹­\"0QñüS§','4·Ê~í‹­\"0QñüS§','7²e¨%þƒ|*½£MMG+€“Ä}ÄÔ…·Ý€“','',0,'?'),('æôIÓ[-9F>2>A','wp-content/plugins/thrive-leads/editor-templates/lightbox/44_set_vms_step1.php',0,'(œ(ñ/nIéZ¤˜°~bÙq','(œ(ñ/nIéZ¤˜°~bÙq','=!\\,à(8Ìéž,þÈ´‡ðçÏžK„Ð‚¨Š','',0,'?'),('_^8à<Tn–ê„|¦','wp-content/plugins/thrive-leads/editor-templates/lightbox/44_set_vms_step2.php',0,'÷z¯­ës ÑÌ=>µdå','÷z¯­ës ÑÌ=>µdå',',ú¢Tð³á4~_Îry•¬’gc0£ÎS!MŸ×ê‚Ñ','',0,'?'),('yI	8æœ\nå˜§hƒZ','wp-content/plugins/thrive-leads/editor-templates/lightbox/45_set_vms_step1.php',0,'º»¯ÁÄfvalæ?ØÛ:','º»¯ÁÄfvalæ?ØÛ:','Áuxp^*Âüì/´jÛÄêÙ‘Î}s¸É€t,b}1ÿSÎÄ','',0,'?'),('žk=”­Ó÷…,ùÆtŠù','wp-content/plugins/thrive-leads/editor-templates/lightbox/45_set_vms_step2.php',0,'ï„\'ã\"§\rÜ^EÂÑ•I[Q','ï„\'ã\"§\rÜ^EÂÑ•I[Q','žÖ‚ž Êç2Ë‹$d\\‘ÓAE}šÂmáFcHkêÜ','',0,'?'),(';`?\"9ì_¥v!-¤ÀŒ\nA','wp-content/plugins/thrive-leads/editor-templates/lightbox/46_set_vms_step1.php',0,'ÈnÂÊYÐo\ZŠï¨Û€H','ÈnÂÊYÐo\ZŠï¨Û€H','¿@™–gµñÀð·­ªU\nÕ ºD‰Û”tI¹œT‚','',0,'?'),('ý7C¬c%	õmðÛgªÇ','wp-content/plugins/thrive-leads/editor-templates/lightbox/46_set_vms_step2.php',0,'_	—V6õßaß¾i]ž','_	—V6õßaß¾i]ž','ºJg¯eÌ]mm\0îjþN;ðG‡ÖáÉÐè¥=X','',0,'?'),('¬~‰Ã„_ã´ë<|L','wp-content/plugins/thrive-leads/editor-templates/lightbox/47_set_vms_step1.php',0,'²Åyj\Z¿wrìoAB','²Åyj\Z¿wrìoAB','‚ùÁzíŽjÊþ†Mâ“ZV¦\ZíÀs³óh­~JFÎaF','',0,'?'),('ù>â²;¼9+ÎÊqÜ6s','wp-content/plugins/thrive-leads/editor-templates/lightbox/47_set_vms_step2.php',0,'š&#ðd@½ÅP>','š&#ðd@½ÅP>','B‘Ÿç êQÏ“_(x›ê,=^ñ‘s¨‹ë |Ü‘Â<š','',0,'?'),('ø~êœ2æ{æÕ-Œl','wp-content/plugins/thrive-leads/editor-templates/lightbox/48_set_vms_step1.php',0,'Gd´z$¬as­Òî…Ç','Gd´z$¬as­Òî…Ç','Ö¯]ÌF\'ÂnÁUP¸/óLJß\\ŽÉcŽúº…·*àì','',0,'?'),('ÉkÿJ¦ïÔ;kâ½LxŸ','wp-content/plugins/thrive-leads/editor-templates/lightbox/48_set_vms_step2.php',0,'á4îZv³18`;¦rÞâ','á4îZv³18`;¦rÞâ',')Õ™vnÆDÒ»¦vñYi0)×› ¸¶fž6Ê','',0,'?'),('X#\ZCJÍJI˜²}¤ãö','wp-content/plugins/thrive-leads/editor-templates/lightbox/49_set_vms_step1.php',0,'4¡ÌEnÒêêó®Ç9,','4¡ÌEnÒêêó®Ç9,','¯ÛzÓéXÂL›WÞ°5 Á‹«ÄÀÔÀ€0a','',0,'?'),('ÒÝüñ*†d•KÚ|\"(p','wp-content/plugins/thrive-leads/editor-templates/lightbox/49_set_vms_step2.php',0,'2â`o\n=Þ ÁQÄ½ûæ','2â`o\n=Þ ÁQÄ½ûæ','o/kØxwdR8QOaÂ’îêU~Þèõjïï€0¯ó–³','',0,'?'),('ÇÐèU}Gà·|[§¸’‡E','wp-content/plugins/thrive-leads/editor-templates/lightbox/50_set_vms_step1.php',0,'ÂŽ‡ÊmUÖLjFPY0ì','ÂŽ‡ÊmUÖLjFPY0ì','È#GÜd¿ÆàÄ­l¼ÔÂg²£5\"0‚Ä§ê¯ ','',0,'?'),('úKÄh‰*j\rËe­BTs','wp-content/plugins/thrive-leads/editor-templates/lightbox/50_set_vms_step2.php',0,'6r]aÀ#UØÎkÑ_Îc‚','6r]aÀ#UØÎkÑ_Îc‚','ÑæeQñA\\þ\Z÷Çts®µ·j±†¼\0\Z¥-|þÞ¶f\\Z','',0,'?'),('ñ×ÙT5§zÕ\"ŸŸ’','wp-content/plugins/thrive-leads/editor-templates/lightbox/51_set_vms_step1.php',0,'Ãÿ•ÈÊ\ZÆo¨ž‘1‚','Ãÿ•ÈÊ\ZÆo¨ž‘1‚','S¸Ko’ŽãSÅÏôÎ”ôÞ³k-‰¹9®s','',0,'?'),('ê€7´pÀGŸ˜,£ôÆPO','wp-content/plugins/thrive-leads/editor-templates/lightbox/51_set_vms_step2.php',0,'ö\"lò¿e[‚¢.õÜ+×','ö\"lò¿e[‚¢.õÜ+×','§Ý¡Åª\"È1DÅ–çÙê€n7ðGÉËr¸‘Å„TUà','',0,'?'),('´Ù¯µ¡Ëb7æRæ<Ñ7Õ3','wp-content/plugins/thrive-leads/editor-templates/lightbox/52_set_vms_step1.php',0,'Â<S¤—ë e{kÅ','Â<S¤—ë e{kÅ','‘:ÑW>ÜKþûPf¢ôÊ¨,y[…PRÆ­rž.O‚N','',0,'?'),('t«sß¢\0×]ÉæT‹c~*','wp-content/plugins/thrive-leads/editor-templates/lightbox/52_set_vms_step2.php',0,'\rV$Ã˜lÛ§¿õ¸…','\rV$Ã˜lÛ§¿õ¸…','W’íˆ>ï¡™ÁËk“Ù×¤±`Î®\nÄ¥}&.uY','',0,'?'),('“dA—q¯w¯\nKäNÓ','wp-content/plugins/thrive-leads/editor-templates/lightbox/53_set_vms_step1.php',0,'/ñâoœsvw©ü3ëŠ¢','/ñâoœsvw©ü3ëŠ¢','Åå\\Y…°²‚õ\rDÎï‡gUµ2ÁŽ¾îŒaiõÐfS','',0,'?'),('ä‰¢¸Î³+ò‰ÛË1d…','wp-content/plugins/thrive-leads/editor-templates/lightbox/53_set_vms_step2.php',0,'\"5ÆÃƒÉAYo\ræ<Ï','\"5ÆÃƒÉAYo\ræ<Ï','5\"TNAK”óÆÑk)Æªpx&“ÑÇô4Z¢ÛîiÈ','',0,'?'),('ÊÚ_}<|¥–Ú|','wp-content/plugins/thrive-leads/editor-templates/lightbox/54_set_vms_step2.php',0,'Ivt±zÍ×A#b=p@	¦','Ivt±zÍ×A#b=p@	¦','ñáp¢µIohQÛ—o«á×2(ŠÏŸÇ*‰9ÙšÍH','',0,'?'),('6ôTœð8‰½~•I8ës','wp-content/plugins/thrive-leads/editor-templates/lightbox/55_set_vms_step2.php',0,'!ÂÍzµÈ÷Ìkq:€ÈWæ','!ÂÍzµÈ÷Ìkq:€ÈWæ','àüòú#ñ*ÊÿÈü,UØWŽ@Ëõ‘\"/ÅÊ¹«|','',0,'?'),('K#xÓW_icœ¥¼Üñ#','wp-content/plugins/thrive-leads/editor-templates/lightbox/56_set_vms_step2.php',0,'/œMº–K@¡RÕéÿË','/œMº–K@¡RÕéÿË','Q¢ñbÉ¾Í(±m:…œÔñÌ\"è‰“S:&¸ÃLÑ#u¼','',0,'?'),('g\0ÿ”^ñSïÜÁ;mi','wp-content/plugins/thrive-leads/editor-templates/lightbox/57_set_vms_step2.php',0,'k–vü©´î1”õ Ó6Áš','k–vü©´î1”õ Ó6Áš','.¸ÿNë~÷©FùÓ÷*±deú-J)Gÿíå°÷Z','',0,'?'),('\'Æ˜&pðI:ú‚9Yè½¼','wp-content/plugins/thrive-leads/editor-templates/lightbox/58_set_vms_step2.php',0,'â‚¯šjð‘§HÈ{W¡','â‚¯šjð‘§HÈ{W¡','wóÝ_Ar½0¸ÎÇ3|dÁ\"2&dÔË‚Î·Íÿ:','',0,'?'),('¡øl]¶+héâC«ú','wp-content/plugins/thrive-leads/editor-templates/lightbox/59_set_vms_step2.php',0,'H=yì&ôIÎ\nîN¾ ²','H=yì&ôIÎ\nîN¾ ²','	gCýv¾˜—VL†ãƒÝ|º±:fZ¾pl\nŽrÁ3{','',0,'?'),('8ÂŒÖ»„ŠÿÅæJ ´ð','wp-content/plugins/thrive-leads/editor-templates/lightbox/blank_set.php',0,'iw±fÕˆ½;j)lž”','iw±fÕˆ½;j)lž”','° Äà!ƒV`Í\\åü©*Z°EE¢Ð¤t2ÄÆéâ™›¶$º','',0,'?'),('Ñm¥¿À9‡º¶mÒ¸','wp-content/plugins/thrive-leads/editor-templates/lightbox/eight_set_v1.php',0,'fpÒ\rvß6\0!Œ‰g™','fpÒ\rvß6\0!Œ‰g™','7óLlÌ/õT@‹›qR†€†¥­;U\nï}wF)','',0,'?'),('0àÕjÛ/r|cÖG¸D¨bÛ','wp-content/plugins/thrive-leads/editor-templates/lightbox/eight_set_v2.php',0,'ÑÙóúa›B“Ü…ªe‚Ÿäp','ÑÙóúa›B“Ü…ªe‚Ÿäp','Æ¨5x©À`Þ‡ôÏÛ‹8Ð…ê¹~EøøÙÒÍ}3î','',0,'?'),('˜ÁHèŠM[°QEúiE‡b','wp-content/plugins/thrive-leads/editor-templates/lightbox/eight_set_vms_step1.php',0,'Ñ„Øtë8\'ÝKpÙå¼','Ñ„Øtë8\'ÝKpÙå¼','SÝ³_Û9Z®HÈƒÕ%fø¥ç¨+Ï‰d‡‘„‘­8Vç','',0,'?'),('l\n¡k¥¯ #šH^ñ›xó-','wp-content/plugins/thrive-leads/editor-templates/lightbox/eight_set_vms_step2.php',0,'i¿Ñ—€„W¼U£¼%êÍfŸ','i¿Ñ—€„W¼U£¼%êÍfŸ','JÍ•xëNqúS¶Ÿ‰È\'Ù—]·#B3—žeMdX#','',0,'?'),('©¤3\rÅ­Äø(›ÛÞ','wp-content/plugins/thrive-leads/editor-templates/lightbox/eleven_set_vms_step1.php',0,'dÂ»º†˜}	–>VÕˆø','dÂ»º†˜}	–>VÕˆø',' à`Ðj,\"L3âõ0Ó\0R-1_F ãy?R!¼Ç2','',0,'?'),('‘[Òme°G–KIý=8','wp-content/plugins/thrive-leads/editor-templates/lightbox/eleven_set_vms_step2.php',0,'|î£cë³–š\ry3¹\'}Ö#','|î£cë³–š\ry3¹\'}Ö#','\'³çŒt6ÍÅ)®e˜Tz”\nºEpæIDÍêÆ','',0,'?'),('+ãÒÕ]WƒÐ€goB°','wp-content/plugins/thrive-leads/editor-templates/lightbox/eleven_set_vms_step3.php',0,'š+UH0xËÑé……$0±t','š+UH0xËÑé……$0±t','\"¢>¥v§!*û7&¼òYzVQ±3Ž‰šš´ö','',0,'?'),('yïÃ”´<êl‘6þÿ§Ä­ó','wp-content/plugins/thrive-leads/editor-templates/lightbox/five_set_v1.php',0,'Ç…™þ\r	jGÅ?¬}”¥','Ç…™þ\r	jGÅ?¬}”¥','Õ¥Z¤>®!B®BÖ0Gq$Óó§d_Fm&','',0,'?'),('àhnvNÖ‡fÚ‰nä»¡H','wp-content/plugins/thrive-leads/editor-templates/lightbox/five_set_v2.php',0,'Þ\Z÷õwÜ=‹÷¹ÔS5q','Þ\Z÷õwÜ=‹÷¹ÔS5q','¹<Œ_½†ýŠ€e°¬79I½>„[fÙÀé’¾]®:h','',0,'?'),('áHófÁù$f\"Äí','wp-content/plugins/thrive-leads/editor-templates/lightbox/four_set_v1.php',0,'	§[µí•}ñÀ¦ß	…cg','	§[µí•}ñÀ¦ß	…cg','ÉêC¢va8Œö‚t–«YðÖ!v®ŸŽ „z©;-','',0,'?'),('#\ZòÇ?DÑ5W©ì}M´','wp-content/plugins/thrive-leads/editor-templates/lightbox/four_set_v2.php',0,' ·*)ÀÂªÐÆ¿ŠèÅ',' ·*)ÀÂªÐÆ¿ŠèÅ','©›ÊÖùÒ…2š,9©ãøŒïW©hkÑeÕË$áî1©','',0,'?'),('NÓEö«aódçÕ¬èÁO','wp-content/plugins/thrive-leads/editor-templates/lightbox/nine_set_vms_step1.php',0,'—¿ÀfìX)Ç×A’Gâ\0','—¿ÀfìX)Ç×A’Gâ\0','hKáH\'%’C/^’Âje€OFDSQ,Ðdßwí<Z','',0,'?'),('­(‰a>1ïx…8Bo','wp-content/plugins/thrive-leads/editor-templates/lightbox/nine_set_vms_step2.php',0,'•“\Z8ëûár\nX”µ*®º','•“\Z8ëûár\nX”µ*®º','óQ;Zõ0©µqT\\„þ}|;ÄÆ+à\0Áïx¹‡ž','',0,'?'),('_µœ¸\nuŽ	as¼æÿò','wp-content/plugins/thrive-leads/editor-templates/lightbox/one_set_v1.php',0,'ïJÅÛw(»e²¦\"(Ã','ïJÅÛw(»e²¦\"(Ã','‹sl;k‡xœÚmÍñ‹’Î™¹géôW\rŒ±Év¦ð','',0,'?'),('ˆ\r«³Èõ[ÃC\rËS','wp-content/plugins/thrive-leads/editor-templates/lightbox/one_set_v2.php',0,'UÇã´%Òä£c\0Ìl`','UÇã´%Òä£c\0Ìl`','¹äéqŽFŠ%öfóŸ7ÆÏ9ç!ogŒÕñþ¥m±','',0,'?'),('t$Lƒb7ôÜ‘¼kC(\Z','wp-content/plugins/thrive-leads/editor-templates/lightbox/one_set_vms_step1.php',0,'ƒì$ ðsP©É¾Sy¸','ƒì$ ðsP©É¾Sy¸','ˆæ\rˆÚô†ûÅÌ5íA]ˆ˜h0s©Û€	îÏø','',0,'?'),('§dñ&*ä=\r^—* ','wp-content/plugins/thrive-leads/editor-templates/lightbox/one_set_vms_step2.php',0,'´Ôµ‡Æ*‘´,ÚœæY','´Ôµ‡Æ*‘´,ÚœæY',')8%ÞgÞËÙ{Xà‚4Î«T:|¤Ÿ<fcÑŽ0.','',0,'?'),('‚‰CIóñÊ}!g5™:“ò','wp-content/plugins/thrive-leads/editor-templates/lightbox/seven_set_v1.php',0,'—E\0Û¦g‚BzÏ¯×','—E\0Û¦g‚BzÏ¯×','â¹fÞ²ÚÞê8b¹¸·]D™»E,‚çgþtÔZ(²','',0,'?'),('¼7tò2‘ÑîŠ²Â¼LG¯','wp-content/plugins/thrive-leads/editor-templates/lightbox/seven_set_v2.php',0,'•²Yí¨Ü0\0ÝKfmÍ|','•²Yí¨Ü0\0ÝKfmÍ|','D—óœªMÃ¾“¬^LÚ*â.ÂsæK(Eæ‚xS;v˜','',0,'?'),('û\Z¿?óÆkŸM‰ÏþH:o','wp-content/plugins/thrive-leads/editor-templates/lightbox/seven_set_v3.php',0,'ßkEYÞ¥ØìÃªˆhr','ßkEYÞ¥ØìÃªˆhr','±×Ï‚Åä|tÓõú7	áeŸÈ›œU,UrÁ_†¹=´','',0,'?'),('¸P„ÈeÐrÐtHIf—','wp-content/plugins/thrive-leads/editor-templates/lightbox/six_set_v1.php',0,'ùÂ@ëÓý+h/Õ3¡qké','ùÂ@ëÓý+h/Õ3¡qké','3¨å_ºx`	vó\'\\¦‚³ë“ ¸¿1Ñ.Í','',0,'?'),('^þGöó–ã@¸‡dî¿','wp-content/plugins/thrive-leads/editor-templates/lightbox/six_set_v2.php',0,'zœ_¿èn‘ÞKÇäË·EÓ','zœ_¿èn‘ÞKÇäË·EÓ','-zû>µƒ9hv_b¤©€€ÍjnÒþ¥Ú2ÆÏœè¾n®³','',0,'?'),('$jÜOÿÀÉUhÃÍ™','wp-content/plugins/thrive-leads/editor-templates/lightbox/tcb2_blank.php',0,'!ëîÏ®Á7Æn”»›º?','!ëîÏ®Á7Æn”»›º?','…nWC×‰¿`:NÖ°¨ä“Ä¾o£–£ñŠãTw]¦','',0,'?'),('jeíB…“%Û,dáyáƒ','wp-content/plugins/thrive-leads/editor-templates/lightbox/ten_set_vms_step1.php',0,'²H\ZÌÙ–ÍÙ\rºS	)ü','²H\ZÌÙ–ÍÙ\rºS	)ü',')ƒÒ§|¨wÔT‰0l-É÷†õ6JDLó3·¸ƒ','',0,'?'),('óS¶«Ûâ(Ð+·8‚°9ç\r','wp-content/plugins/thrive-leads/editor-templates/lightbox/ten_set_vms_step2.php',0,'¢³#±Í½aŸ´.\n€6','¢³#±Í½aŸ´.\n€6','¬p­ó\'<ø×‹«†ÿ}¹é‹ä1æŸkØ&`D¿¶<æJ','',0,'?'),('EÙŽ:ãRé„%ºßÕ\0z§','wp-content/plugins/thrive-leads/editor-templates/lightbox/three_set_v1.php',0,'ùf!&éÚË™|õ-z{ãC','ùf!&éÚË™|õ-z{ãC','{µ>³­‡ß„ðÕbï¥Óïîµ¬»Ê’ÓGüe','',0,'?'),('÷ÜÊp)$XŽOÁ^={','wp-content/plugins/thrive-leads/editor-templates/lightbox/three_set_v2.php',0,' =àÒ*ƒiÂ+Â\\…Ôæ',' =àÒ*ƒiÂ+Â\\…Ôæ',' ™?«õ¢¹uØÅÔg|ašÈ°‰m@+Q¢²Ew_SÕ7','',0,'?'),('cI<÷Ç˜\\,Ð¼ùG8e','wp-content/plugins/thrive-leads/editor-templates/lightbox/twelve_set_vms_step1.php',0,'Eì«»Ü>Å†dë#6','Eì«»Ü>Å†dë#6','€‡­YÞ‘;ET¢7BÐ¿.äžÏäƒø,â	ãÛ\ZÒ@p','',0,'?'),(';•Q\ZÏ$	+I\"Ì„«%áó','wp-content/plugins/thrive-leads/editor-templates/lightbox/twelve_set_vms_step2.php',0,'];{¤tšÒP“$’>3','];{¤tšÒP“$’>3','ÛF¥m1¿Ë·ï–â$ÿ¤Ñìl}ùNÇþ®ñ¹‹%','',0,'?'),('àz	l—Xeœ¯‹Òù`é¬','wp-content/plugins/thrive-leads/editor-templates/lightbox/twelve_set_vms_step3.php',0,'¿õš)o*k›W†$ÁTÂí','¿õš)o*k›W†$ÁTÂí','k01<€6ó7,VÐÈ/2âHTèßÉNÙÙoú‡È‡.r(','',0,'?'),('Çx¡´¹ÍP‰b€:0Ø','wp-content/plugins/thrive-leads/editor-templates/lightbox/twelve_set_vms_step4.php',0,'8ÌUjñŒ\Z—gÿÙÆM£','8ÌUjñŒ\Z—gÿÙÆM£','Åã”Óä¹=Øâ+–;Ûeoj½E±9vnŒ”p‡ì','',0,'?'),('A	è±^þeßü]±°=','wp-content/plugins/thrive-leads/editor-templates/lightbox/two_set_v1.php',0,'<ÈÎ;€§ìå*§YÂrŽ¦','<ÈÎ;€§ìå*§YÂrŽ¦','¸¿°ÑU+`ó~Á„ã¦Šzz2+äyåkRzE±','',0,'?'),('Çu€åõ­÷®Aš=>tp','wp-content/plugins/thrive-leads/editor-templates/lightbox/two_set_v2.php',0,'©Ü-C%þ¯açéÆ.(\n','©Ü-C%þ¯açéÆ.(\n','‡CDt¾Ÿ¸a‚0¹˜yÇßÀ0c‡ÐAÄcÎ4ÍBÇù','',0,'?'),('ÓÊœ+Þ¿ÝöÒÉƒÿ','wp-content/plugins/thrive-leads/editor-templates/lightbox/two_set_v3.php',0,'\\ê¶®¢xV¦ö‹	?g~4','\\ê¶®¢xV¦ö‹	?g~4','t<‚ù¤ŸÏ¥&ÜC³Ék‡L\\ÿ@eë«‰ÙªòÁª','',0,'?'),('ýµ´£=üá(:&Éº«²ð‰','wp-content/plugins/thrive-leads/editor-templates/lightbox/two_set_v4.php',0,'ã÷ +@ºuÐªìÜ|Í7Ì','ã÷ +@ºuÐªìÜ|Í7Ì','t<‚ù¤ŸÏ¥&ÜC³Ék‡L\\ÿ@eë«‰ÙªòÁª','',0,'?'),('ÓÙçÁ¥;Év%µÛ j=','wp-content/plugins/thrive-leads/editor-templates/lightbox/two_set_v5.php',0,'\"Â¡WÝº6û]ÝÙm¾©','\"Â¡WÝº6û]ÝÙm¾©','O·”Ž_Ø‡‹ld9€óû–[˜£qã­h`=€€','',0,'?'),('ü±\0Õblð›Â¿Õ¦ß`Hî','wp-content/plugins/thrive-leads/editor-templates/lightbox/two_set_v6.php',0,':(0ž	˜f{¿Ií*i',':(0ž	˜f{¿Ií*i','¥zTæÑÖÙÒï_+ º7t-³ü´q„%á&JkS¸Ï™','',0,'?'),('fÊå`­à{‹É*','wp-content/plugins/thrive-leads/editor-templates/lightbox/two_set_vms_step1.php',0,'íª\n«Þ¹U¡ÆÉ(òì!','íª\n«Þ¹U¡ÆÉ(òì!','ßÝ«¤¶ã`[Á!ÎÓtÌïjíØ’	³n{ðÒ}ºE–','',0,'?'),('ãëõ<Shsú /vþ','wp-content/plugins/thrive-leads/editor-templates/lightbox/two_set_vms_step2.php',0,'k%,ÆÐ³6ÄçŒôYEi','k%,ÆÐ³6ÄçŒôYEi',',Z¦¹š’¬Ï˜]ø¦JIürwÖ²waèï#,MÛr5yØL','',0,'?'),('>aU+\ZEÂR;\\sŒb·','wp-content/plugins/thrive-leads/editor-templates/post_footer/20_set.php',0,'è6}5Ôx(ªÓÊ\"Q,”','è6}5Ôx(ªÓÊ\"Q,”','?®R>;*§Z+ÕÕ„­pçe+Ø¡Ù.:ãï™½9ß[','',0,'?'),('Ãº·•5dçn@+†H’æ¢','wp-content/plugins/thrive-leads/editor-templates/post_footer/21_set.php',0,'È!—¨“*M4u¥‰Œv±‘','È!—¨“*M4u¥‰Œv±‘','\\6ÕBK,%iü	\'äëýòÑ1o1à”Ç(4Ãr½Þ ','',0,'?'),('ìÍJÐ³O˜j¢8Ê¯ï®','wp-content/plugins/thrive-leads/editor-templates/post_footer/22_set.php',0,'Øò\"‘Ž¹èL<è¡¼Zþûã','Øò\"‘Ž¹èL<è¡¼Zþûã','û§o`üÖÿã2ª-_œzt¾ÖÔï5K÷ýÝ¦·&|','',0,'?'),('ÈpkWT«ª¼šÅý§k>','wp-content/plugins/thrive-leads/editor-templates/post_footer/23_set.php',0,'šŒbŸ\"ö:I·0g¹‘ef','šŒbŸ\"ö:I·0g¹‘ef','¦›9]V‚›ÑËÒ‘eõxKKíqz=‡a¯xÛô','',0,'?'),('\0¡–‚˜TÌÕX§à÷9„2','wp-content/plugins/thrive-leads/editor-templates/post_footer/24_set.php',0,'•rå’H\0€Ô‰?û™','•rå’H\0€Ô‰?û™','b9û¬¶oç‘âÈmi/íÝ	Ê|×·j òukp@¦','',0,'?'),('Õ+`?R?(”€†c','wp-content/plugins/thrive-leads/editor-templates/post_footer/25_set.php',0,'†YF2Â^Õ‹gs_ä§','†YF2Â^Õ‹gs_ä§','.žY¬G®é×W¿ æp£wH u×,.² GSPQÒ','',0,'?'),('ÂHúññSmÕªä³]|_{','wp-content/plugins/thrive-leads/editor-templates/post_footer/26_set.php',0,'Ydp­ò8&rQi¶\0|#³','Ydp­ò8&rQi¶\0|#³','ô·õÏtÓ‘×©Ò‚I9?¶E°>ñW3<–ˆ','',0,'?'),('=¨§¿K—ÀˆÀM€No|','wp-content/plugins/thrive-leads/editor-templates/post_footer/27_set.php',0,'6Yñ_âS+  Êqàô/c','6Yñ_âS+  Êqàô/c','ø±1påã!,ÅÄXtÞá÷¬+#ŸV«G}Xg	¦','',0,'?'),('Üì–eæe%ÊÏð\"tM¿','wp-content/plugins/thrive-leads/editor-templates/post_footer/28_set.php',0,']ðP¥(sÖRÈ$`»*',']ðP¥(sÖRÈ$`»*','±X<ñsæšÿÇS#\ZUÃT–æ\0àƒÍR¶×¯l8{','',0,'?'),('Eˆ¯z`ç„75~€i','wp-content/plugins/thrive-leads/editor-templates/post_footer/29_set.php',0,'†ÏaûjpŽÑ?yn\rµ','†ÏaûjpŽÑ?yn\rµ','|šöÑ²’ü‘A±nf¸éåîåã¨;ž‰>Ö»ï¦','',0,'?'),('ôñ.¾AS©89Ú	lvA','wp-content/plugins/thrive-leads/editor-templates/post_footer/30_set.php',0,'-q9¶$‘Mè{T(í{Ë^','-q9¶$‘Mè{T(í{Ë^','…}î[þÝlK›\">Kš*Lr’+3ÿqfx°[ï&`','',0,'?'),('gˆ=\rÓªÁ»/Á•Æ3N–','wp-content/plugins/thrive-leads/editor-templates/post_footer/31_set.php',0,'\n]?¼ÜéõüÄàƒwå','\n]?¼ÜéõüÄàƒwå','êéf5í®êÈ!]™õ¼£UÒ,Q1æLEF•qöþ','',0,'?'),('}y@G§Y¹c¹bMÉv^','wp-content/plugins/thrive-leads/editor-templates/post_footer/32_set.php',0,'ùlF6&d$‰÷Ü•ëéÌ9','ùlF6&d$‰÷Ü•ëéÌ9','Z$‹{ûø¤ý]Û\r©:¬çå,TÂû\n¯ D¾|','',0,'?'),('),ŽßX­œfÅpÎy','wp-content/plugins/thrive-leads/editor-templates/post_footer/33_set.php',0,')4™§óÀi©\\„&ö×',')4™§óÀi©\\„&ö×','‘^¯dv\\„Æ,Õ @é%sÅ¨`]úG+\r¹›9à','',0,'?'),('ß¿¬ì§ºx.«\r=½9¨','wp-content/plugins/thrive-leads/editor-templates/post_footer/34_set.php',0,'«Q±ßÐä¬«:þ^Wý','«Q±ßÐä¬«:þ^Wý','Â‘jÇ\\§ªìqû²fŒ_HõX\'÷µ6Z™Dín¯)','',0,'?'),('îê®öK¼‘jƒÖ$\ZU','wp-content/plugins/thrive-leads/editor-templates/post_footer/35_set.php',0,'.î’2#Ô,¯†˜;‰‡','.î’2#Ô,¯†˜;‰‡','“ŠÝ9Ry¡—py`;ïÂ²ýDsš%]‰ÈÞWCëÐ\Z','',0,'?'),('™xÐa¹á]umh^’[¥ø','wp-content/plugins/thrive-leads/editor-templates/post_footer/36_set.php',0,'<½hNáUà–,e;(Ï…ƒ','<½hNáUà–,e;(Ï…ƒ','6Ù–—\\3ÕB-·£ãÂ~·ïð”””«¼VßÑlZ','',0,'?'),('atÈü ¬Ôè©¦ë|Úµ','wp-content/plugins/thrive-leads/editor-templates/post_footer/37_set.php',0,'<¾“éöUÖª§4Æè ','<¾“éöUÖª§4Æè ','ÎD§$:ÛmàDF¡§G¥’Ýc…;·ñc*`¤]Ç¹æþ9','',0,'?'),('uêé¨ÝöZ¸_)ÍÃî§æ','wp-content/plugins/thrive-leads/editor-templates/post_footer/38_set.php',0,'3Å¬ÈŒ„‘8~uM·‘¡','3Å¬ÈŒ„‘8~uM·‘¡','	}Øž¦çyÞ…ªr)_Ô„—,sáÿU›Î<®mý[÷','',0,'?'),('åÆ2¹7Ãï;åYbÆôýÖ','wp-content/plugins/thrive-leads/editor-templates/post_footer/39_set.php',0,'Y*Ÿµô#5hÉkxüR¸‰ë','Y*Ÿµô#5hÉkxüR¸‰ë','+\\°9ªB96¨ ÿšôìÕnÖÊDó7½1Î²\nå','',0,'?'),('÷O…~šuiw)lkšM)ò','wp-content/plugins/thrive-leads/editor-templates/post_footer/40_set.php',0,'”. ~^×q£¸%ˆ‹Ný','”. ~^×q£¸%ˆ‹Ný','ù•¯ƒL€‰Ï®ìd|T§ÌëY-›‰¤û»9©™-KLÞ','',0,'?'),('´K÷/Ü V·Å¢)f{@\"ø','wp-content/plugins/thrive-leads/editor-templates/post_footer/41_set.php',0,'7Êîpõ\Z¸ã÷Ñzf)u„','7Êîpõ\Z¸ã÷Ñzf)u„','òg«];È±×ndÅKÎn?¤y²-õÌÕŒßëñW·','',0,'?'),('6¦IàŒïþèÁ¹8','wp-content/plugins/thrive-leads/editor-templates/post_footer/42_set.php',0,']\\ l×…Zõaõ5ì÷óæC',']\\ l×…Zõaõ5ì÷óæC','àˆ.Cæî®ƒí¯ËO° )à-Í`wiÅðD‚JH]¯Y','',0,'?'),('«–îq’Ç•¢Üj\\·Ñ','wp-content/plugins/thrive-leads/editor-templates/post_footer/43_set.php',0,'4œð…Ñ!ï”Yå«9S!','4œð…Ñ!ï”Yå«9S!','æšKÝÃ{jÓô7ËÄï:øFëb°²Â@ØÅëÍ„šx\n','',0,'?'),('43\"ÃÝnAQßƒ9xØb','wp-content/plugins/thrive-leads/editor-templates/post_footer/44_set_vms_step1.php',0,'@/ñÆØÔ,¶\Ze©6ÛG7','@/ñÆØÔ,¶\Ze©6ÛG7','s“kªµ,URXøŒ]0Sf2={X@qNœèõú','',0,'?'),('a…bn\\…2ò	w6Ç%','wp-content/plugins/thrive-leads/editor-templates/post_footer/44_set_vms_step2.php',0,'<RÉ€ØÞÙÇ\rÂ÷+ì','<RÉ€ØÞÙÇ\rÂ÷+ì','Î4Ç!.];fXìª«)/¯8±Î®©\'Æ’â•MŠ','',0,'?'),(' Óýùò•›×f.‚ÕDýµ','wp-content/plugins/thrive-leads/editor-templates/post_footer/45_set_vms_step1.php',0,'ÞfzÔ«¨²`0‰\'ð\0‡»','ÞfzÔ«¨²`0‰\'ð\0‡»','Q—˜gèí•m¡-5¿e–°ôH¹óìP–€ûîÄ¬ú','',0,'?'),('Ç	ó)©gD:«àWúp','wp-content/plugins/thrive-leads/editor-templates/post_footer/45_set_vms_step2.php',0,'Î4e1,½›1NvC’™@Œ¶','Î4e1,½›1NvC’™@Œ¶','äƒñ8…Àr8Šòjý¤`æA™$¤ì°Ð[q’{è¯	ô','',0,'?'),('7[.¯«ð8ûù-üfAv','wp-content/plugins/thrive-leads/editor-templates/post_footer/46_set_vms_step1.php',0,'8ÐãGèïä©iŸ‰c‹@','8ÐãGèïä©iŸ‰c‹@','†@×¤›è.Œ£)û¹þ\rù\"ëIœt<ÔœïÂ(®','',0,'?'),('6é!ëÆŽ„SÜLì…¹','wp-content/plugins/thrive-leads/editor-templates/post_footer/46_set_vms_step2.php',0,'uTË¯++/æùóœÿ­¿É','uTË¯++/æùóœÿ­¿É','ÛDÉÍ	 wç|x‘%ôõÁ¿ò;»r±½C›v£zìZ','',0,'?'),('\r˜é[Ò]  9úü Žíún','wp-content/plugins/thrive-leads/editor-templates/post_footer/47_set_vms_step1.php',0,'Ç1{ÚHó¿³Ná#z?ÿ','Ç1{ÚHó¿³Ná#z?ÿ','[¼{á­Mì3Ø³Âwå”:±¼;“<ypÉG…²n‚`','',0,'?'),('Q§¦@Ðåé¡ÕRcbÍ','wp-content/plugins/thrive-leads/editor-templates/post_footer/47_set_vms_step2.php',0,'mzØo>K•!hó>ëŽû§','mzØo>K•!hó>ëŽû§','È#øÃÏ4k}ÉÐÆŽ–yªnˆÂ$†{g˜i®\rñCÒË¿','',0,'?'),('þÈR]ö¢XªVê’õœU´','wp-content/plugins/thrive-leads/editor-templates/post_footer/48_set_vms_step1.php',0,'i59ù?ùeÞ”?éÉ‡Snƒ','i59ù?ùeÞ”?éÉ‡Snƒ','ôW€ú’ë¬å	©_£ãÛ’³ú%ÈÓJzJêµÏL±yc','',0,'?'),('÷ôèaÔúîÒè¢pƒp“àŠ','wp-content/plugins/thrive-leads/editor-templates/post_footer/48_set_vms_step2.php',0,'IÿÍ±Æì•Ós&¢K(·&','IÿÍ±Æì•Ós&¢K(·&','ùîinœÊzÀÇ`\'@n³1ù7¥Mo‹Dç\'qâ','',0,'?'),('vð?&(ì\nÙ1¦6¿Z','wp-content/plugins/thrive-leads/editor-templates/post_footer/49_set_vms_step1.php',0,'_V§y\n·iÖ¡£_wÀÃ«','_V§y\n·iÖ¡£_wÀÃ«','N€X‘ôõ…&âªù’Òí¹êŒÉ}®±fè¿uLl','',0,'?'),('ˆ˜ÿaLÇA€leŸBÅ¿','wp-content/plugins/thrive-leads/editor-templates/post_footer/49_set_vms_step2.php',0,'òJÊHŸ~˜3ægí','òJÊHŸ~˜3ægí','0ÉÅeœ¡mþj¥%U\'df é™`¶šÙ«À+bR','',0,'?'),('…³ˆ›rÜ‚¢V\0ßñÇ‹','wp-content/plugins/thrive-leads/editor-templates/post_footer/50_set_vms_step1.php',0,'#çù˜žR»^Ðâ<š¤','#çù˜žR»^Ðâ<š¤','×$Ù›(_b€f•¿–uõ€œY ¸™.VØÒW@','',0,'?'),('} 	øÃ7,ýÞ`ÿ0ç','wp-content/plugins/thrive-leads/editor-templates/post_footer/50_set_vms_step2.php',0,'ìQ|÷-qyÖm£™Ñ%ÖGN','ìQ|÷-qyÖm£™Ñ%ÖGN','ë,¾j5ÀD\'wæSXjr°Ï\0mQÒJWwïî•ö ‡–2','',0,'?'),('‹YW¿fÊ”¯yÖ	;.³','wp-content/plugins/thrive-leads/editor-templates/post_footer/51_set_vms_step1.php',0,'H?Œ¶ÇG–ás(¼Õp®(E','H?Œ¶ÇG–ás(¼Õp®(E','™Ç‰¶”§“ã¤F\n…Q8ˆKõ\ZJ„­ñ?i]îU ','',0,'?'),('_tH#8j™ý‡V?æWÊ','wp-content/plugins/thrive-leads/editor-templates/post_footer/51_set_vms_step2.php',0,'”HæøX¡<´4ìfÙ','”HæøX¡<´4ìfÙ','øí49«#ª_}»ãÔZõ8ÅÚGHrŸÚ«žÁ»æM3÷£','',0,'?'),(' Zó‚t°\rñ€R§ØZ#d','wp-content/plugins/thrive-leads/editor-templates/post_footer/52_set_vms_step1.php',0,'ï_›–Çÿ\"²û\Z`!u','ï_›–Çÿ\"²û\Z`!u','¶\'$Ñ³Âr\"ü¹ÓÔ„R‚Õ¢só5Vl²·_','',0,'?'),('p\0óPõ\\6XµÇ|uI','wp-content/plugins/thrive-leads/editor-templates/post_footer/52_set_vms_step2.php',0,'·!¼µoÿÝZÙC)óËò','·!¼µoÿÝZÙC)óËò','î%e Úvç2Bûº­Ì?.Û:²CwQ…ÉárñlD','',0,'?'),('s}\\„šíã-ËÉÆâã°r','wp-content/plugins/thrive-leads/editor-templates/post_footer/53_set_vms_step1.php',0,'çh^]V4Ç ç¿üÂ','çh^]V4Ç ç¿üÂ','ÊŸz½2ÁÉï3©Ë\nÁäË,¦ý/!úèÃ.}-â','',0,'?'),('.*®2Ù}VyAJt]/','wp-content/plugins/thrive-leads/editor-templates/post_footer/53_set_vms_step2.php',0,'šÚdÓE“Ûž,!bóù‚_f','šÚdÓE“Ûž,!bóù‚_f','™sß¢KÿQ\nydô—PÔãÖàþ\\\nùT Îö7Ú#E}','',0,'?'),('Ü÷INëO5á²h”Š8˜','wp-content/plugins/thrive-leads/editor-templates/post_footer/blank_set.php',0,'×vòÛ„Ì·¸ë»Tx¼°','×vòÛ„Ì·¸ë»Tx¼°','0É0D„Äåú0&¦t¶§©W5{09ë@¥&†Ö¶','',0,'?'),('‡¨Æ<ÉËû&\\åz%äá¥1','wp-content/plugins/thrive-leads/editor-templates/post_footer/eight_set.php',0,'žâßÛêl»ø°Š,,Ý¸‹·','žâßÛêl»ø°Š,,Ý¸‹·','M3‚âèB6 ;æ4Å1U§Ä DÑg7:Æ9¥á´²/M','',0,'?'),('P\"ÙÌ1Ú1‹tfÖ“~øî‡','wp-content/plugins/thrive-leads/editor-templates/post_footer/eleven_set_vms_step1.php',0,'“x*ÌõÕlÏí±;1Žg','“x*ÌõÕlÏí±;1Žg','•Y&ªPùž\Zçó@Œ¸n%äœîyç«y[ã®=','',0,'?'),('›\'§kÖÜœÚ!˜€y>','wp-content/plugins/thrive-leads/editor-templates/post_footer/eleven_set_vms_step2.php',0,'X®ðÈäI¿„>=×âØ','X®ðÈäI¿„>=×âØ','Þ4O¿â~=†û!ÇŽv5È\ZèI¡l¥¥f›y‰','',0,'?'),('dæBÉFÜˆä‰\'ðPÞ','wp-content/plugins/thrive-leads/editor-templates/post_footer/eleven_set_vms_step3.php',0,'uü³ÕÃ\r?QKeñ›°','uü³ÕÃ\r?QKeñ›°','}$MG-à@ã„{5òcânÿ„¹èMcQÈˆv0þÈß','',0,'?'),('£öŠè’ÔJ1àºg±Fyç','wp-content/plugins/thrive-leads/editor-templates/post_footer/five_set.php',0,'„Ä#e,€ŸnB‹À5ö6žÙ','„Ä#e,€ŸnB‹À5ö6žÙ','ÉÀi_e‰4lTßž’ð„í>ŸŒúT\\{/ôˆÿ”vÆs','',0,'?'),('Àœ©ýp~ÅG±å YÑ¡ô','wp-content/plugins/thrive-leads/editor-templates/post_footer/four_set.php',0,' Þ<Ò	Œfºø`û¹Pgóù',' Þ<Ò	Œfºø`û¹Pgóù','lÁê`©{´ˆWÐ$»­~Miï;ÁÔzláØý–ÜB²h','',0,'?'),('œóz\".zÕg+; ','wp-content/plugins/thrive-leads/editor-templates/post_footer/nine_set_vms_step1.php',0,'%;x©¸‹Üh‹r¹à‚}Ž','%;x©¸‹Üh‹r¹à‚}Ž','øCä+f:CxÀÅ€£}\\ÒI¥±D{oMÛíg”³‹ù','',0,'?'),(',–\rÌä‹°RŽ×­Wo\n‹ª','wp-content/plugins/thrive-leads/editor-templates/post_footer/nine_set_vms_step2.php',0,'bÄÎ¸-)†.œj#jÃ”€b','bÄÎ¸-)†.œj#jÃ”€b','[ãßö ý÷BÇª!q-¨¹úzˆò	•Þ\"±B<cƒ','',0,'?'),('™Àù\nŸ‚c°{»š<Øpä','wp-content/plugins/thrive-leads/editor-templates/post_footer/one_set.php',0,'qwôUÿƒ”ºŒùüV–ç:','qwôUÿƒ”ºŒùüV–ç:','y¥[¦\r™ï;Í!hËR\rõ„.à‡Z3šü\"Ö(øß','',0,'?'),('¯ß¥²½«¦vð˜*=•','wp-content/plugins/thrive-leads/editor-templates/post_footer/seven_set_v1.php',0,'¸ÿ™ITÿVšåkI£n','¸ÿ™ITÿVšåkI£n','PÇ| ¢5<‡±ÿ;eìë¡»[òRP’l7-£ë(÷','',0,'?'),('!Ü{Ç9VÝ‘EMáåö¾','wp-content/plugins/thrive-leads/editor-templates/post_footer/seven_set_v2.php',0,'bF‹vÍ%‘Ï¹ž+D]b','bF‹vÍ%‘Ï¹ž+D]b','Iz€¦v\'d:.Û¸jcé3ÎcXî;…¬UæQ:MIxœT','',0,'?'),('Bïï)W_Êh€ºuG','wp-content/plugins/thrive-leads/editor-templates/post_footer/six_set.php',0,'óýÃ¤ÚËE_b-;b²','óýÃ¤ÚËE_b-;b²','½·Ðx†u5ª‘Ý,_úÉŠÓÁë\\¼RÓ›H\rD-','',0,'?'),('\Z	t¤fö\ZÍË÷™è','wp-content/plugins/thrive-leads/editor-templates/post_footer/tcb2_blank.php',0,'RÉp kâ¦O]•”ô','RÉp kâ¦O]•”ô','DfÏÜæF:º•âæ»š˜mR#pþØñ”¸Æ÷sÀÔ','',0,'?'),('\'š€vŸ×yxŽ›ú`øëX','wp-content/plugins/thrive-leads/editor-templates/post_footer/ten_set_vms_step1.php',0,',G2@]é·#›ì«„v',',G2@]é·#›ì«„v','ã:–YPw™PzE˜5àA]Gi¢WS¶Å1zÕ_/ú','',0,'?'),('ßH_!Äaêî¯»AäY[ô','wp-content/plugins/thrive-leads/editor-templates/post_footer/ten_set_vms_step2.php',0,'GFÃ	\n×^—ÌE?k','GFÃ	\n×^—ÌE?k','…„ñTôÀy9Ø[À#Þ\'I¤4U­ŒQÿ×gýÄºN†Ç','',0,'?'),('tœç‰\'ëH˜ÚÔ3‰¼','wp-content/plugins/thrive-leads/editor-templates/post_footer/three_set_v1.php',0,'’¯M1ÔTäUà‰ÄÀƒK,P','’¯M1ÔTäUà‰ÄÀƒK,P','7°ó?Š\"*ÄÕf|Ul¹”Ø®¥yy\0u\\J','',0,'?'),('vÄ—³Ä{ÕÛ‰j%Ê¿U','wp-content/plugins/thrive-leads/editor-templates/post_footer/three_set_v2.php',0,'¨Øe¶—ã¸ë¹L\Z	±','¨Øe¶—ã¸ë¹L\Z	±','—„ŽÝÝŠ>–£PßR÷ã]ü`wÔÿÐb´ˆHo%?:','',0,'?'),('Ú°¥\"y“;‡ñSíóë6','wp-content/plugins/thrive-leads/editor-templates/post_footer/twelve_set_vms_step1.php',0,'\rÃ,Ë¹Ï	\"M9;Á‰”o','\rÃ,Ë¹Ï	\"M9;Á‰”o',' ™ïääŽ=F‚Ó„š•Àˆi°3]du\'u\r\r2*ŠŒæÇ','',0,'?'),('ˆ–UãŸ?MÕâ*R%','wp-content/plugins/thrive-leads/editor-templates/post_footer/twelve_set_vms_step2.php',0,'nbD£Õyii©ðH=','nbD£Õyii©ðH=','T­š\ZÍ“ÔXlÄBºù¡ƒBkÈGnè|ä}G','',0,'?'),('ÞÚG*«©\"žÞËŒ','wp-content/plugins/thrive-leads/editor-templates/post_footer/twelve_set_vms_step3.php',0,'·N2…CšÀöþñZK','·N2…CšÀöþñZK','}€üQè?i•Ñ´YßÒÉõ©¨Dá6orsxCnw®','',0,'?'),('>3˜H0åìùË<çôè','wp-content/plugins/thrive-leads/editor-templates/post_footer/twelve_set_vms_step4.php',0,'nÌùTÁÑÏ?¬++$–V','nÌùTÁÑÏ?¬++$–V','¾£JÅùWŽ)Ó—öšh†÷šÁVÃomÝQÍ\"dˆ¹>','',0,'?'),('#UCºÉÒ·ÅUÚ¿;Éxt','wp-content/plugins/thrive-leads/editor-templates/post_footer/two_set.php',0,'’4/ ª]ÐÙÉð•ýBF€«','’4/ ª]ÐÙÉð•ýBF€«','æhuÿ9PÅû¿º÷¯°·cªó]C‰ºØtƒ@	·i','',0,'?'),('™\\?×Bz^©á¤à²3\n','wp-content/plugins/thrive-leads/editor-templates/ribbon/blank_set.php',0,'6­i}& {Æ™íó…/Ÿ','6­i}& {Æ™íó…/Ÿ','2Fnæ\'ËÏbLìo\ZëË/hOÙ¦Ášÿ//UM«ô¤1','',0,'?'),('~^ü%•O’`­Âúo†¨\")','wp-content/plugins/thrive-leads/editor-templates/ribbon/eight_set.php',0,' XT§‚³Oo ª«½Jé‡',' XT§‚³Oo ª«½Jé‡','kqr	,Ç1{{ëjèÎ2CV<mŒ¶|Î@èA','',0,'?'),('\"‹lCS­‰³V¼ !p','wp-content/plugins/thrive-leads/editor-templates/ribbon/five_set.php',0,'ä9o`mG¦Bi“PÞ‰è','ä9o`mG¦Bi“PÞ‰è','Ðßhq\ZÙ†&ZÌÚ›U}ÆÐwï¯…L)ÿÕµJ','',0,'?'),('Š®ØØÅ}Ýã®z«%2­w','wp-content/plugins/thrive-leads/editor-templates/ribbon/four_set.php',0,'ÓîÈU|Â£_CìK| å','ÓîÈU|Â£_CìK| å','!…w\"”o-)pn<ýœétÎjÊ»44`â¬·^€9ï','',0,'?'),('§—´è¾pæÆ÷Ë@©17','wp-content/plugins/thrive-leads/editor-templates/ribbon/one_set.php',0,';;`#SÚ\Z3„6m£È–',';;`#SÚ\Z3„6m£È–','Þ^VwßÃ³¯9	D<^)ó²ri\\‡è“õynQ˜ð','',0,'?'),(']ý÷šõé”JÍÒC\"Ù]¼','wp-content/plugins/thrive-leads/editor-templates/ribbon/seven_set.php',0,'Dw½@ã,CœCŽcY¨','Dw½@ã,CœCŽcY¨','urïª ø\Zf½‡Ý…É1ÊPÆnHÔcjêÎF´•RR½','',0,'?'),('Ø=r¨3uC#ù}?LŠèË','wp-content/plugins/thrive-leads/editor-templates/ribbon/six_set.php',0,'È@ô-ßàûKc²_·Û÷°š','È@ô-ßàûKc²_·Û÷°š','­ù>¢¨˜J‰öÊ\'¹{\0î[Cýã«U=aÒøòªÉÃét','',0,'?'),('-(ÀT#èÊŠ]vJ²Tí','wp-content/plugins/thrive-leads/editor-templates/ribbon/tcb2_blank.php',0,'Ídö«Î¹¶É“XŽÚ','Ídö«Î¹¶É“XŽÚ','ú<aÐéŒ8¼e;•å$Áp»n,½1<“jA\0z','',0,'?'),('Î\"&)ÏT\\åjvÆ¸?¶éä','wp-content/plugins/thrive-leads/editor-templates/ribbon/three_set.php',0,'jŒ¡i+lÅ¨2²ó#ZË','jŒ¡i+lÅ¨2²ó#ZË','Àñ{\"ˆ;Q“S’å	$èæL²Wyõ&Ø±-á$Ë','',0,'?'),('lÐ!a<lòå\rÙÏ’5¨','wp-content/plugins/thrive-leads/editor-templates/ribbon/two_set.php',0,'›„YÒ9¤¸®2	iá@ÿÄ','›„YÒ9¤¸®2	iá@ÿÄ','(bïcwÄl[.ã¾à.îú#ìŠÁþõ³AP!B€','',0,'?'),('ßg]ƒ]h¢#jRÀS_','wp-content/plugins/thrive-leads/editor-templates/screen_filler/44_set_vms_step1.php',0,'A‚gƒÜÅ$a2êãæWÔÑ','A‚gƒÜÅ$a2êãæWÔÑ','xÍª”—VI×¿8áÃQêÞ9ú¾¼ß{¤¾›†úÜ','',0,'?'),('Œ$|C„÷(Ü¯8ïGE=Ž','wp-content/plugins/thrive-leads/editor-templates/screen_filler/44_set_vms_step2.php',0,'Bgí‡*ÓÃŽv°ã¾Gu','Bgí‡*ÓÃŽv°ã¾Gu','Ÿömö¿çæÛ2€äõn3‡mùH%—!õz¥ye;','',0,'?'),('&\0¬|¡=…a›}®1\"=','wp-content/plugins/thrive-leads/editor-templates/screen_filler/45_set_vms_step1.php',0,'ÇR3\"§F9”øÎzõ¤ÕD','ÇR3\"§F9”øÎzõ¤ÕD','d®ñôíÀ~1ïÉdEE=•Æv6’”\nå³qql','',0,'?'),('O$8GsŸÝFÈã,ö','wp-content/plugins/thrive-leads/editor-templates/screen_filler/45_set_vms_step2.php',0,'5™£ÆOKÔ*\ruËÜD','5™£ÆOKÔ*\ruËÜD','õôk@£wdÚ:ºNÍñÝ™¦²Â>Xâã€ov€JÙÔ','',0,'?'),('¢‡ÉÁ÷8Ë`‹øíºÛ','wp-content/plugins/thrive-leads/editor-templates/screen_filler/46_set_vms_step1.php',0,'FŽe¬|P)ù—CéÛþ\'','FŽe¬|P)ù—CéÛþ\'','¤0ÈòOÀÿ¡.¦ë}1š–ÂíØö9Œre‘Fq%\\','',0,'?'),('î‰y»¸ÀÖá*±&\n›Lg','wp-content/plugins/thrive-leads/editor-templates/screen_filler/46_set_vms_step2.php',0,'Kì¡”5ÒyÏ\rß6K­˜Âi','Kì¡”5ÒyÏ\rß6K­˜Âi','–ƒ× _Vš©\rÒfd’Ànúk	ž\\á7\'','',0,'?'),('¬š(†ÛJØËLˆÒ\"uTÍÿ','wp-content/plugins/thrive-leads/editor-templates/screen_filler/47_set_vms_step1.php',0,' •æ½ð+_£.ŸËŸá8',' •æ½ð+_£.ŸËŸá8',']/q™®žgN)Ó:¸\"Oª0ìÔ¬dô~\\ã=df!','',0,'?'),('{íW	9mÎ*OÞZÒqv\\','wp-content/plugins/thrive-leads/editor-templates/screen_filler/47_set_vms_step2.php',0,'›—Š®h1]RPSâ™¤Y±','›—Š®h1]RPSâ™¤Y±','…È.¶Ó:Ÿ¨áŠ%\nÍ¯Ê\\¹µNA%.e&•×','',0,'?'),('`Ã[¶™\nFÜ%­äo˜','wp-content/plugins/thrive-leads/editor-templates/screen_filler/48_set_vms_step1.php',0,'Fi}Jr€Í\ZÏ;•¹\"QŽ','Fi}Jr€Í\ZÏ;•¹\"QŽ','m9ˆ‰¢n}-:Û`güO4¿%\rÍl7üB¯sô{¾','',0,'?'),('Ys«zStî0ŽØ£õ—œ6','wp-content/plugins/thrive-leads/editor-templates/screen_filler/48_set_vms_step2.php',0,'r“ËeË¢@ÄE[ËPh8','r“ËeË¢@ÄE[ËPh8','se}òR$¿ù¥_Ü#¯ôFç±“ªþe dÖÀß','',0,'?'),('bt\Zf§žÝ9áæ—XüÀ†','wp-content/plugins/thrive-leads/editor-templates/screen_filler/49_set_vms_step1.php',0,'yß.ó¯P)&£)ÖÕ<uZ','yß.ó¯P)&£)ÖÕ<uZ','Wr\'³«æLûÔ=Ò’Pl.ßl¯x†sGn^™½^œw','',0,'?'),('…_kÑ4eqé¢7#¶','wp-content/plugins/thrive-leads/editor-templates/screen_filler/49_set_vms_step2.php',0,'U)~\\“$k¥ËBä­V4¥','U)~\\“$k¥ËBä­V4¥','\0KWJ—m\0©§H™8Y»AE•»;î`øçÆuÐ','',0,'?'),('Y8-8*—©Ÿã’ði&¤ÂÑ','wp-content/plugins/thrive-leads/editor-templates/screen_filler/50_set_vms_step1.php',0,'Øˆp\Z¬ë\\JL=ˆ¥þšs','Øˆp\Z¬ë\\JL=ˆ¥þšs','ßMè:>¹øƒÇ¶!j›Yâ¦k·¦OÁ†AÆÂ{êé‹','',0,'?'),('7Ln1‘¶¢ýe!}ZòJ³m','wp-content/plugins/thrive-leads/editor-templates/screen_filler/50_set_vms_step2.php',0,'qÓe«G’øéoû½6qt','qÓe«G’øéoû½6qt','öí¹ÕæKìOFt\nƒ•ÿ|^O«¦„u™²¼³X]îèk','',0,'?'),(';x´|oàèbYåA @','wp-content/plugins/thrive-leads/editor-templates/screen_filler/51_set_vms_step1.php',0,'îÄÝ˜«ó=wÆðO_³Úä','îÄÝ˜«ó=wÆðO_³Úä','iDxâGTÍëj5×ÉÐãnSÙýæ‘6Þãª–`Ñ‡','',0,'?'),('Rä!±.FÚ>}¶¦cˆ½¤','wp-content/plugins/thrive-leads/editor-templates/screen_filler/51_set_vms_step2.php',0,'ƒCˆ‹ZzšËî[‚[0','ƒCˆ‹ZzšËî[‚[0','§„ÖÐ:éiç”Ä2¢.­çDQr¯œ†Ä˜¨>„¼â!-','',0,'?'),('±,Föœ°¼n]\ZJ±Q“','wp-content/plugins/thrive-leads/editor-templates/screen_filler/52_set_vms_step1.php',0,')Ž7Ü¡±øð¹oóg¾oÓ',')Ž7Ü¡±øð¹oóg¾oÓ','ùyÈ’òÎSD÷•§¨ã¡œ¤yÜˆCÜ†^\Z÷æ:†Ë','',0,'?'),('9Â&½ž@ÙQÂ6&i','wp-content/plugins/thrive-leads/editor-templates/screen_filler/52_set_vms_step2.php',0,'nt´ä2Oà„ÇE,¢\\¼','nt´ä2Oà„ÇE,¢\\¼','TµÞ«äðC“®Ór­ôT#mG6ZT«8²ÍJZäA¶¤\n','',0,'?'),('Euå˜Ä†rF@_«uß=b','wp-content/plugins/thrive-leads/editor-templates/screen_filler/53_set_vms_step1.php',0,'+n½sa,\'q%´û\nË©“','+n½sa,\'q%´û\nË©“','Ó¹Íxwïaú»9.»(pƒ_#`W$!°Ùâ¿Ÿ“ú','',0,'?'),('LÃXâ_šQ|”1nö}?Þ¸','wp-content/plugins/thrive-leads/editor-templates/screen_filler/53_set_vms_step2.php',0,'+I qTÚ+-E‚ÈòNÍ„A','+I qTÚ+-E‚ÈòNÍ„A','zí—†è/¥.KlLDgÚ¹¯·3¿vnõVpï‰‹Ap#','',0,'?'),('îÂ‘@j©Ýu^¬#„&•-','wp-content/plugins/thrive-leads/editor-templates/screen_filler/blank_set.php',0,'kèç78¸Ò{ÂU¡Ë','kèç78¸Ò{ÂU¡Ë','·¦¸4ØòxîF×qb©+Q^BØðwô€+“:hÒÃá','',0,'?'),('5¹oÍ@h­ßÑöp¦ å','wp-content/plugins/thrive-leads/editor-templates/screen_filler/eighteen_set_vms_step1.php',0,'G~¦J¯ÜÓ‚0Å0fx','G~¦J¯ÜÓ‚0Å0fx','ÃŠÞ˜‹‚P»êœt×sóªëÓˆâN‰¿Ê›Mû\0W»','',0,'?'),('È_Ü@5²Q°Wæd’Ü„','wp-content/plugins/thrive-leads/editor-templates/screen_filler/eighteen_set_vms_step2.php',0,'gÿu#‚„ ÞS‚ËU','gÿu#‚„ ÞS‚ËU','¶kéyj{aWÎ‰X¿AQ·‚ÀDÆT{w\"ˆ5','',0,'?'),('Nœš;K¹‹Yà¡;gÎ','wp-content/plugins/thrive-leads/editor-templates/screen_filler/fifteen_set_vms_step1.php',0,'¶Öíà5å ã{3x','¶Öíà5å ã{3x','cˆÝð+QÁ¹^»1m‚åFâÚ­‹…í%óTÅÜ','',0,'?'),('¡î½ŽYi|AP™þÿv','wp-content/plugins/thrive-leads/editor-templates/screen_filler/fifteen_set_vms_step2.php',0,'ûågdøæ\\×`ÆQ¤™','ûågdøæ\\×`ÆQ¤™','‘P;€±…BÉl9¹Inƒ¨ÚÛB†…\0ÂA\Z.£‘±þÌí','',0,'?'),('ÓèºX «é;å©ŸÇÓ@Ú','wp-content/plugins/thrive-leads/editor-templates/screen_filler/fifteen_set_vms_step3.php',0,'ÅºC~¿‰ìˆÀÝ‹:','ÅºC~¿‰ìˆÀÝ‹:','S-5ÊÖÅ»!^éeÉƒìïÜ£,Øý¶:æøú„¬ß','',0,'?'),('}=ÕßBƒì¡/,ÁÝ','wp-content/plugins/thrive-leads/editor-templates/screen_filler/fifteen_set_vms_step4.php',0,'Ô9ŒµudôäFŽ\\w½+','Ô9ŒµudôäFŽ\\w½+','}çû¡õ‡Âê¡_s•úé\nq÷›Ñ@1Ú‡¼™éz4Õ','',0,'?'),('b$KÉ:“@ßÿ€ðù*¸¾','wp-content/plugins/thrive-leads/editor-templates/screen_filler/fourteen_set_vms_step1.php',0,'Å-÷mqËtêâ­T|Mm','Å-÷mqËtêâ­T|Mm','„=^áÇ#Ë[Ê íôç…uÃ:Ï²àÆŽsdÒë¾','',0,'?'),('>ó\\£IGÇ»x‚wr™ò','wp-content/plugins/thrive-leads/editor-templates/screen_filler/fourteen_set_vms_step2.php',0,'|<z Ç•- R–ƒÖ¬¤‹','|<z Ç•- R–ƒÖ¬¤‹','ƒÚOC^ò#BU@ÂWõsúXóÿ©JôQØ`×©>ÛGX','',0,'?'),('æS”AM¿£O50 ´','wp-content/plugins/thrive-leads/editor-templates/screen_filler/nineteen_set.php',0,'Ô=›’ó´>ìýó¾#\0ˆ¤','Ô=›’ó´>ìýó¾#\0ˆ¤','s6;‰6Æc\nóïSÀÁ˜`\rŠžÍKÀtø 6ì¾œ,ù$','',0,'?'),('ÖDýA{[€D¸ì$ªó­e','wp-content/plugins/thrive-leads/editor-templates/screen_filler/seven_set.php',0,'ÆuÄ	ÕU}aœ¶æ~¶','ÆuÄ	ÕU}aœ¶æ~¶','ó—J‚‹›W\"˜Õµm\rA¡¦]OÙƒÁ=R”‰Â','',0,'?'),('J·i‘çåÐ>ð™·ÎÑ3`H','wp-content/plugins/thrive-leads/editor-templates/screen_filler/seventeen_set.php',0,'l*žÒ>WÏz[6G†Ú:ó','l*žÒ>WÏz[6G†Ú:ó','”e¹š340ßL¤Hœ•E¸‚éUóO1Ô-o_³T”','',0,'?'),('—QYÐ£mrê^Ž†ÿ|','wp-content/plugins/thrive-leads/editor-templates/screen_filler/sixteen_set.php',0,'à,D›¨¹‘\ZœOëÏëcj','à,D›¨¹‘\ZœOëÏëcj','Q2ÞÔ\nN‡¼ç Œ_3ñ™Ï>A§ãJˆˆ\0øžz‘','',0,'?'),('BËä+·c<4ÁîÛøçd','wp-content/plugins/thrive-leads/editor-templates/screen_filler/tcb2_blank.php',0,'ÁÞ¤Ú”GGg‹ÁsZn','ÁÞ¤Ú”GGg‹ÁsZn','·CfËŽp¤$õþRT%¿^[:&·ÄàÊ]èª','',0,'?'),('º¦&.€N[Û,[g<ˆû·','wp-content/plugins/thrive-leads/editor-templates/screen_filler/thirteen_set_vms_step1.php',0,'ƒßì&M0†›¼hë#ß','ƒßì&M0†›¼hë#ß','áoI»ìuOøµX‘ŒÁª÷€–ð1þe¸Âv','',0,'?'),('Û&a†ÚúI!u½–j÷¥ö','wp-content/plugins/thrive-leads/editor-templates/screen_filler/thirteen_set_vms_step2.php',0,'œ|•\Zõ|¡AZ\rAk','œ|•\Zõ|¡AZ\rAk','ƒÞîrvµÏ! FF‘*O-„èëR¤ŸQÄ5¹ˆ','',0,'?'),('˜EÝî\\Žçb¬í‡î·Ò2','wp-content/plugins/thrive-leads/editor-templates/screen_filler/three_set_v1.php',0,'&Ô1É«hQ|3\0pšÍ1N','&Ô1É«hQ|3\0pšÍ1N','¦5/ÆBçÄ¾¨f€Ë>½ñHi—èãëº¿<)p\" ','',0,'?'),('lÇfœ¥øo?í{<Nx,	','wp-content/plugins/thrive-leads/editor-templates/screen_filler/three_set_v2.php',0,'ŸRNË}’iæ:ÓÌ‡i','ŸRNË}’iæ:ÓÌ‡i','ZÎïFFŽ/–•,ÝsöN¸‚¡1‚»`Z—\n=ù.»','',0,'?'),('[_=Ù%Šk}+ÑÉe´Y','wp-content/plugins/thrive-leads/editor-templates/screen_filler/three_set_v3.php',0,'ÐÆfñ€!Òn˜«Ñ¹tú-','ÐÆfñ€!Òn˜«Ñ¹tú-','øº8?ñ\nuÉ£Ä©“›´W…Uú<¿²|ê	(','',0,'?'),('ñ­ÙÞéJC^}³.rW{m','wp-content/plugins/thrive-leads/editor-templates/screen_filler/two_set_v1.php',0,'_¬`îk¶2öN˜”÷·','_¬`îk¶2öN˜”÷·','cèÕ¬Õ‚ÏÐ‹øp·›åóO_MWÛ5Ç†så©È','',0,'?'),('NéˆW­“%ö¸oG\\Ð','wp-content/plugins/thrive-leads/editor-templates/screen_filler/two_set_v2.php',0,'0ZÉÝê™Â¬xKm2Ô','0ZÉÝê™Â¬xKm2Ô','UÒT|]B\\¤ËÂÑ›hnÊBÜÉA	ˆ´¡ï&','',0,'?'),('ÉÜF.éœé™Ž,ÃØPù','wp-content/plugins/thrive-leads/editor-templates/screen_filler/two_set_v3.php',0,'*­g$\Z…†¬µåÕ˜','*­g$\Z…†¬µåÕ˜','\ZÉø¿ÅÿxµKØ(°Lµ¯åÇ^äËòqyoP¢õv','',0,'?'),('Sïý&zÉÏ¬ß*H÷I','wp-content/plugins/thrive-leads/editor-templates/shortcode/20_set.php',0,'	x:¸cða0Ÿtµk×#','	x:¸cða0Ÿtµk×#','PN-Ùã4Ð®ÛãÚU¡¡ÆóüÞ3J¾CÓõuRé','',0,'?'),('\"‹0– ÊiÀr-G[s€óÑ','wp-content/plugins/thrive-leads/editor-templates/shortcode/21_set.php',0,'Ãœ¤øâ!¸g^’°uÊ•(','Ãœ¤øâ!¸g^’°uÊ•(','*ÓeåEuë7y|ÖX>Ë\n9\ZÛôÓéåÉðž','',0,'?'),('¨Ó}òÝqàþŽç÷<','wp-content/plugins/thrive-leads/editor-templates/shortcode/22_set.php',0,'ß’Ø43­ô$>ÌðA†\\','ß’Ø43­ô$>ÌðA†\\','ÆæÚa­[Ó‡êP/5Ÿê£e\'àèêïsìËÅq','',0,'?'),('Öìã9-K½Œd€ZE¨','wp-content/plugins/thrive-leads/editor-templates/shortcode/23_set.php',0,'Zä_\"ßÛ¦C´¨I&x±','Zä_\"ßÛ¦C´¨I&x±','næH2âp¹ëÈ2l=3›y„Ó\'«Ä—æ½ÏaG»','',0,'?'),('ªnê.Ò¾™TM)ˆäÃÔ¿','wp-content/plugins/thrive-leads/editor-templates/shortcode/24_set.php',0,'qÓUCøì,g%¢a£^µ*','qÓUCøì,g%¢a£^µ*','—Nsú¤§Ä$\0†“J[â­ç ‡BÑ¸åƒŸÇÜ°G','',0,'?'),('ª{†G-—ks±+ÿ\Z©1','wp-content/plugins/thrive-leads/editor-templates/shortcode/25_set.php',0,'q¿]¨N³ˆîT…œ1éàp','q¿]¨N³ˆîT…œ1éàp','RaËë°9¦õ©`x/Ò8ãÍªôpÂêØ«®þT','',0,'?'),('?f\nÌ/fö~&MQ^©4&','wp-content/plugins/thrive-leads/editor-templates/shortcode/26_set.php',0,'T díž\0~>7ô½ÆH ','T díž\0~>7ô½ÆH ','Ÿ·çþf[{;\"9u.é2ÿ#Ó@Ùd )á(mg®ôQ','',0,'?'),('yÓ1@¯¼Íµ¶àêF‰hÈ','wp-content/plugins/thrive-leads/editor-templates/shortcode/27_set.php',0,'ÌÚõpÓ±ÝÁÇ‘¦¾c','ÌÚõpÓ±ÝÁÇ‘¦¾c','ðt:ˆ¹+f¦à]˜ØÏXtÉõšüÇŸ2ôÛ/<','',0,'?'),('¯U†¯¹ö7è¾èú›¼Íh','wp-content/plugins/thrive-leads/editor-templates/shortcode/28_set.php',0,'Ç \Zãë[vsêrIG[','Ç \Zãë[vsêrIG[','€h¾£™âHQãšÀI+:Ým½š97@T|9ØÐƒ …','',0,'?'),('”tIOêÌëó{du”Jx','wp-content/plugins/thrive-leads/editor-templates/shortcode/29_set.php',0,'p…¯áZƒÒx•I>ÛÎÒ,','p…¯áZƒÒx•I>ÛÎÒ,','_Dç5Ñ%IØ¯Åé\\Óïšzä(›þõ/ó¯Óð ','',0,'?'),('XCA”ëæhë—LÈ/Ð','wp-content/plugins/thrive-leads/editor-templates/shortcode/30_set.php',0,'•pÒ‚ú…ráeøÐœuw','•pÒ‚ú…ráeøÐœuw','T˜‰}~pýcÙýL†Q«g%²ŸqÊÔ*ì=Æsh²+','',0,'?'),('›;Äù×Òy©aŒ½Ð§Ð','wp-content/plugins/thrive-leads/editor-templates/shortcode/31_set.php',0,'(·ßÁŽê¼C!iû?¢]','(·ßÁŽê¼C!iû?¢]','âìEvñcƒ*ßF6ˆ†MÑÛfª)¬	9Vov	LûÂ','',0,'?'),('¡6ÈçÕò\\Å¶CÑ‹]‹','wp-content/plugins/thrive-leads/editor-templates/shortcode/32_set.php',0,'²ÉÜHÈ=`Ý!ÆÊ.','²ÉÜHÈ=`Ý!ÆÊ.','«à¹[³5åô[×ÄÒ„ÖÕ¤K‹ëšRA¨²3éÒ','',0,'?'),('O§_¸Žûéß,âƒ•—½ë','wp-content/plugins/thrive-leads/editor-templates/shortcode/33_set.php',0,'“f‡ábåH:u’M£ú±U','“f‡ábåH:u’M£ú±U','`zWÖV\\Ÿ wX:³7ëPê[/Q8±Ã»ŠqK·9\n','',0,'?'),('i”ŽgÕËÈ‰»8QtÜW','wp-content/plugins/thrive-leads/editor-templates/shortcode/34_set.php',0,']ÆŽÄrC^•ô…´K6$',']ÆŽÄrC^•ô…´K6$','E„³ìîO\0•®¶Øú‹ÜLþ\"“…Ï¢Âm·ÊxVœ','',0,'?'),('b\"aLeGuÐHhà^Ad','wp-content/plugins/thrive-leads/editor-templates/shortcode/35_set.php',0,'ˆ%’­‰IFN¡¿:ê\\Î‡»','ˆ%’­‰IFN¡¿:ê\\Î‡»','ÕXô \'Â«Zhð–}\Zñz¼ºŒ‚60 ç=å¸“*\'‡','',0,'?'),('º—Àì$›B\\yp<dn','wp-content/plugins/thrive-leads/editor-templates/shortcode/36_set.php',0,'²¿ÔÃ\r‡­q‹ò»Á','²¿ÔÃ\r‡­q‹ò»Á','µ¶Ï—mÍ>@­e„÷A\np‘½‚V\0IaÑÚN[s_','',0,'?'),('t{	œöleâ\"úoŸv;¡¿','wp-content/plugins/thrive-leads/editor-templates/shortcode/37_set.php',0,'ìWþâ÷VõøÙ£6Ð3¥©','ìWþâ÷VõøÙ£6Ð3¥©',' 2{·©@‰ãQ·AJÈwæŽµys®|R;Ð?ç','',0,'?'),('è¹¥#27t†vîÝÊâ\nó','wp-content/plugins/thrive-leads/editor-templates/shortcode/38_set.php',0,'µéÖ µ½¤ðÛÚ–ê}è+','µéÖ µ½¤ðÛÚ–ê}è+','gêsV[²Q’Hå&*©¯‡m\\Z3™À^ÏÐÊ%®','',0,'?'),('ÉÊÙ\0æidmßâèSè','wp-content/plugins/thrive-leads/editor-templates/shortcode/39_set.php',0,'¯Xù{ -[æ&\0(ÛÖ','¯Xù{ -[æ&\0(ÛÖ','ŒyqÝn“Ò]øUÒÞZÑ}lk!°ù.¡À#=šÊ†','',0,'?'),('=”\'\ZçõC9Ãv*\n{âˆ','wp-content/plugins/thrive-leads/editor-templates/shortcode/40_set.php',0,'Ã1q.u3æë·ùð‚ò²2G','Ã1q.u3æë·ùð‚ò²2G','SQ1Â×ÒÜ½t”\"2x£=ÄâÑÊ alyù¯Œ¥”','',0,'?'),('Ý9hª…D¹¬˜Súƒ?j','wp-content/plugins/thrive-leads/editor-templates/shortcode/41_set.php',0,'2ä“Xö\rÞÍ;	¤®¹‰<‘','2ä“Xö\rÞÍ;	¤®¹‰<‘','ˆ¯Î5¡þ?Hâž‹ÒEÊv´ÎHœæþÅ@l_ÌF)','',0,'?'),('éÚ+¯‹\"íEFò¹ãN¼','wp-content/plugins/thrive-leads/editor-templates/shortcode/42_set.php',0,'ƒdÁ2Ïfc‘Y’‹„&','ƒdÁ2Ïfc‘Y’‹„&','ú<ìû‰ûÍÃ;}³ÒÈáé\"çî]õ¹»ö%ìÑË-HF<','',0,'?'),('ÄÚsu£b‡Ý†fºÈ_','wp-content/plugins/thrive-leads/editor-templates/shortcode/43_set.php',0,'[›<Í\0í¬%lh™ó~÷','[›<Í\0í¬%lh™ó~÷','þ:4ºB/aò¸`I­0õ²Ã\"+št§ÊðH†2§§i','',0,'?'),('}ŸÈ\\ÞFH\r/4¹ÿ˜','wp-content/plugins/thrive-leads/editor-templates/shortcode/44_set_vms_step1.php',0,'@/ñÆØÔ,¶\Ze©6ÛG7','@/ñÆØÔ,¶\Ze©6ÛG7','s“kªµ,URXøŒ]0Sf2={X@qNœèõú','',0,'?'),('LBÊe\"d={¨TŽI','wp-content/plugins/thrive-leads/editor-templates/shortcode/44_set_vms_step2.php',0,'<RÉ€ØÞÙÇ\rÂ÷+ì','<RÉ€ØÞÙÇ\rÂ÷+ì','Î4Ç!.];fXìª«)/¯8±Î®©\'Æ’â•MŠ','',0,'?'),('§Vÿ·¨\ZVKº1âèõ;','wp-content/plugins/thrive-leads/editor-templates/shortcode/45_set_vms_step1.php',0,'gŒé­Ì··\ZóÌ*U*','gŒé­Ì··\ZóÌ*U*','I›2«CˆJ.¨yÛ¾É¼©KCi§yî#÷W1_þ¨°','',0,'?'),('p[ÉáR8ÏNÝ¤N]z½N','wp-content/plugins/thrive-leads/editor-templates/shortcode/45_set_vms_step2.php',0,'¨ê|“m(¦‡:?\0Û8¬£A','¨ê|“m(¦‡:?\0Û8¬£A','9E7/Æö¬•ÿ×„ôÇ©=ã°5)ÉûSòïÎ©g','',0,'?'),('lê\0\0E7p¹ÞÈK','wp-content/plugins/thrive-leads/editor-templates/shortcode/46_set_vms_step1.php',0,'5¸I4\"ÔþÏ\nå*’dÞ=R','5¸I4\"ÔþÏ\nå*’dÞ=R',')\"Àì=d‚(X¬áéäžãPÂo­æ|`ýÑéw','',0,'?'),('nÝz8_¬ožÕ!p€:…','wp-content/plugins/thrive-leads/editor-templates/shortcode/46_set_vms_step2.php',0,'6¾5ºnÇV„”Odæ—#','6¾5ºnÇV„”Odæ—#','ØÙé„@²›%¬ÐuzfYË¨­»¹¸»IYdò#Ç¾','',0,'?'),('µƒ(OƒSæ\\ãþ‡÷$Cô','wp-content/plugins/thrive-leads/editor-templates/shortcode/47_set_vms_step1.php',0,'#ü­yË ÍrQÄL¨V#Ž','#ü­yË ÍrQÄL¨V#Ž','×ù3\\ò¥.ô#%?¤¤\'ã÷]áØOA,½!','',0,'?'),('h¯±àª\ra©h@S­è¹\"','wp-content/plugins/thrive-leads/editor-templates/shortcode/47_set_vms_step2.php',0,'hK*Ífd8²Â†­j¢ü','hK*Ífd8²Â†­j¢ü','È#øÃÏ4k}ÉÐÆŽ–yªnˆÂ$†{g˜i®\rñCÒË¿','',0,'?'),('Ó’Œ*ŠEäU–„å2u?û‰','wp-content/plugins/thrive-leads/editor-templates/shortcode/48_set_vms_step1.php',0,'ž`gð16·-…bBÇøk¡','ž`gð16·-…bBÇøk¡','<@\"™ÐÆjTœ\"ÖÂ¸•\'oSŽÞåÏÖ¡W®©:¨ó','',0,'?'),('î‹ÇÀ€(‡ŽYO¶¦Ü“¡','wp-content/plugins/thrive-leads/editor-templates/shortcode/48_set_vms_step2.php',0,'mª_ÕjÚ*î]u‰ôîëâ','mª_ÕjÚ*î]u‰ôîëâ','IK¶*è`Ž+ø),¤<ôîûÉ“¼ k’µÍ|ý¨¨','',0,'?'),('Š\n¥éÀjÜ \nwKi9è','wp-content/plugins/thrive-leads/editor-templates/shortcode/49_set_vms_step1.php',0,'rûÎ§âdLºÉËèëŽ','rûÎ§âdLºÉËèëŽ','E¹…ôùÄÓîÜaEèFG¬ªZð±\n8òŽ¢ZSÇ\n','',0,'?'),('íWÒ‚±5J1sêÎEñÌþv','wp-content/plugins/thrive-leads/editor-templates/shortcode/49_set_vms_step2.php',0,'Wãã®å˜.¾tt¹¤5','Wãã®å˜.¾tt¹¤5','0ÉÅeœ¡mþj¥%U\'df é™`¶šÙ«À+bR','',0,'?'),('r-©Ó«£÷~æÜ§‹¤','wp-content/plugins/thrive-leads/editor-templates/shortcode/50_set_vms_step1.php',0,'#çù˜žR»^Ðâ<š¤','#çù˜žR»^Ðâ<š¤','×$Ù›(_b€f•¿–uõ€œY ¸™.VØÒW@','',0,'?'),('Ç†¹Dw`Ú cCFÖ\"=','wp-content/plugins/thrive-leads/editor-templates/shortcode/50_set_vms_step2.php',0,'ìQ|÷-qyÖm£™Ñ%ÖGN','ìQ|÷-qyÖm£™Ñ%ÖGN','ë,¾j5ÀD\'wæSXjr°Ï\0mQÒJWwïî•ö ‡–2','',0,'?'),('¡¦wÆ®|,\"—Í1MÈ‰Ò','wp-content/plugins/thrive-leads/editor-templates/shortcode/51_set_vms_step1.php',0,'qzAp9Ç`=V“…¾\Z¨Ÿ','qzAp9Ç`=V“…¾\Z¨Ÿ','™Ç‰¶”§“ã¤F\n…Q8ˆKõ\ZJ„­ñ?i]îU ','',0,'?'),('®úÃFÐ¸gr ‡ì±žÑ','wp-content/plugins/thrive-leads/editor-templates/shortcode/51_set_vms_step2.php',0,'f”BÎ(öÍÏBùK#?wn','f”BÎ(öÍÏBùK#?wn','EÈ¤Ì¬ôNÔ=U©³K®6ÈÁ„çS\rm!ÜÞõŒ9‡','',0,'?'),('ò(PXD»r45?ÝÍ«lo','wp-content/plugins/thrive-leads/editor-templates/shortcode/52_set_vms_step1.php',0,'SG‡f–ÿÎc #¬‘6g','SG‡f–ÿÎc #¬‘6g','¶\'$Ñ³Âr\"ü¹ÓÔ„R‚Õ¢só5Vl²·_','',0,'?'),('_á¸žJŸ:{/5Í×é©„ò','wp-content/plugins/thrive-leads/editor-templates/shortcode/52_set_vms_step2.php',0,'·!¼µoÿÝZÙC)óËò','·!¼µoÿÝZÙC)óËò','î%e Úvç2Bûº­Ì?.Û:²CwQ…ÉárñlD','',0,'?'),('ÝnîýˆºËcc²(È›r','wp-content/plugins/thrive-leads/editor-templates/shortcode/53_set_vms_step1.php',0,'çh^]V4Ç ç¿üÂ','çh^]V4Ç ç¿üÂ','ÊŸz½2ÁÉï3©Ë\nÁäË,¦ý/!úèÃ.}-â','',0,'?'),('³ …óu\Z˜lˆú,ûµ*~','wp-content/plugins/thrive-leads/editor-templates/shortcode/53_set_vms_step2.php',0,'šÚdÓE“Ûž,!bóù‚_f','šÚdÓE“Ûž,!bóù‚_f','™sß¢KÿQ\nydô—PÔãÖàþ\\\nùT Îö7Ú#E}','',0,'?'),('°}EÒã‘H$€öYúì','wp-content/plugins/thrive-leads/editor-templates/shortcode/54_set_vms_step1.php',0,'ï®yXè¦ŽûÅÅï ','ï®yXè¦ŽûÅÅï ','³\ZÃ˜GI‰›®˜¨Êçv,Àbp\0´Q!I&ç;J','',0,'?'),('bEÒ*Ü\rÔ\0Á~¿_Aá','wp-content/plugins/thrive-leads/editor-templates/shortcode/55_set_vms_step1.php',0,'¾î¹G,Ý“+J’Ýe&ç','¾î¹G,Ý“+J’Ýe&ç','ˆ8&ƒÒÃ™†4/Í7ÕËp7:l¸Ãò»\rðô=§‚(','',0,'?'),('3PÝy|àâ<Œ¼Ý®ã’­s','wp-content/plugins/thrive-leads/editor-templates/shortcode/56_set_vms_step1.php',0,'Le×åwLÌ{<E®ïds','Le×åwLÌ{<E®ïds','wÿËÓåŒÀ£\'s X\nË¾ùÜµØá½7âI^›û','',0,'?'),('4‚s…GíàQ*–‹±ÿqœ','wp-content/plugins/thrive-leads/editor-templates/shortcode/57_set_vms_step1.php',0,'ÎY’­VDò¦Í 3SÒæ','ÎY’­VDò¦Í 3SÒæ','¡L¨È´·‘‡eW«\'OPÓ?G[dÜÌùEix“¬','',0,'?'),('«YÖ¼‚1ø ‘©ª\"§','wp-content/plugins/thrive-leads/editor-templates/shortcode/58_set_vms_step1.php',0,'QA&}az!/KpŽ}Fs\0','QA&}az!/KpŽ}Fs\0','°*\Zÿ€ $8gœ˜ÜÜïSQËEêŸÖ¦•Ù>˜a_y','',0,'?'),('‰Ð¡š!DºÿÿÊ[;i½','wp-content/plugins/thrive-leads/editor-templates/shortcode/59_set_vms_step1.php',0,'RøƒÕ™·}OwÜ7.¢/R¾','RøƒÕ™·}OwÜ7.¢/R¾','\r_ä¿ìãæíá¤ƒ\ZnU&Gé6˜/z£Ü>x7Yÿ','',0,'?'),('Ž4Mî£w¨O¯J~6)Ÿ','wp-content/plugins/thrive-leads/editor-templates/shortcode/blank_set.php',0,'b”<gÆ›?ìúôTO0','b”<gÆ›?ìúôTO0','0É0D„Äåú0&¦t¶§©W5{09ë@¥&†Ö¶','',0,'?'),('vÉÎ×\0–…YÛéaŒµÕ','wp-content/plugins/thrive-leads/editor-templates/shortcode/eight_set.php',0,'!ˆ”øâ~Ôèü+ˆs','!ˆ”øâ~Ôèü+ˆs','Þó«™·‘•×µ	ú¢’ýá\0X™ƒÙCü”Î=$','',0,'?'),('nF‘þú‰· dïî7œ!','wp-content/plugins/thrive-leads/editor-templates/shortcode/eight_set_v2.php',0,'â‚¯*\rè¹C˜˜ú%šÍo','â‚¯*\rè¹C˜˜ú%šÍo','gïè\nÐ¦Vãÿ%šµ-T\n)^Päžû¨¬¾úÌ™•Ì','',0,'?'),('bÅºcõ—ÊÌêRé„îq«ê','wp-content/plugins/thrive-leads/editor-templates/shortcode/eleven_set_vms_step1.php',0,'“x*ÌõÕlÏí±;1Žg','“x*ÌõÕlÏí±;1Žg','•Y&ªPùž\Zçó@Œ¸n%äœîyç«y[ã®=','',0,'?'),('Ï^îm³)µ“Ý.ÂaÕ','wp-content/plugins/thrive-leads/editor-templates/shortcode/eleven_set_vms_step2.php',0,'X®ðÈäI¿„>=×âØ','X®ðÈäI¿„>=×âØ','Þ4O¿â~=†û!ÇŽv5È\ZèI¡l¥¥f›y‰','',0,'?'),('Bëz7hoÅ†ÒK¯Ø’‹Û6','wp-content/plugins/thrive-leads/editor-templates/shortcode/eleven_set_vms_step3.php',0,'uü³ÕÃ\r?QKeñ›°','uü³ÕÃ\r?QKeñ›°','}$MG-à@ã„{5òcânÿ„¹èMcQÈˆv0þÈß','',0,'?'),('ÛL:òwÊªY¬\0	q','wp-content/plugins/thrive-leads/editor-templates/shortcode/five_set.php',0,'„Ä#e,€ŸnB‹À5ö6žÙ','„Ä#e,€ŸnB‹À5ö6žÙ','ÉÀi_e‰4lTßž’ð„í>ŸŒúT\\{/ôˆÿ”vÆs','',0,'?'),('uí\"±Q\'©Ìàè~ôÂi','wp-content/plugins/thrive-leads/editor-templates/shortcode/five_set_v2.php',0,'õgwQÿöcÏÒ“ì!žI­','õgwQÿöcÏÒ“ì!žI­','=1‚) ºYçåùeiye=Bì÷hRƒ¤*!ž','',0,'?'),('K¥š”¼äïŒy ›sÖ¢','wp-content/plugins/thrive-leads/editor-templates/shortcode/four_set.php',0,'Pçu2 ±ó«RXZ[ ¨H','Pçu2 ±ó«RXZ[ ¨H','ÏbŸR]&q4G­7/¹?Íù*[´”t\\ÉÍÄ˜<³“p$','',0,'?'),(';—Èo÷}zû!†{o‘','wp-content/plugins/thrive-leads/editor-templates/shortcode/four_set_v2.php',0,'ÒÝ%6~_3¦ïíü<','ÒÝ%6~_3¦ïíü<','CÛ«¦Ö‚J»hSÜ¡,\Z©\\3WòªÎ¾™Ð–\ZçøÉa§','',0,'?'),('xÞ¥EQvœ:öÛ9ø¸','wp-content/plugins/thrive-leads/editor-templates/shortcode/nine_set_vms_step1.php',0,'%;x©¸‹Üh‹r¹à‚}Ž','%;x©¸‹Üh‹r¹à‚}Ž','øCä+f:CxÀÅ€£}\\ÒI¥±D{oMÛíg”³‹ù','',0,'?'),('•ˆN \'~¿ëøE´¢','wp-content/plugins/thrive-leads/editor-templates/shortcode/nine_set_vms_step2.php',0,'bÄÎ¸-)†.œj#jÃ”€b','bÄÎ¸-)†.œj#jÃ”€b','[ãßö ý÷BÇª!q-¨¹úzˆò	•Þ\"±B<cƒ','',0,'?'),('GÞ®]‡±×ŸÊÞ_ƒ','wp-content/plugins/thrive-leads/editor-templates/shortcode/one_set.php',0,'fôf$ÑÙVlŠ–®N7Š}','fôf$ÑÙVlŠ–®N7Š}','t£R9y.7‡¥÷v=_3™ñ‹àwy<†¹©hÁ«','',0,'?'),('\n\'c¹c6£ˆ5;3','wp-content/plugins/thrive-leads/editor-templates/shortcode/one_set_v2.php',0,'šŸÑ“ßb(Iº7ù»0³¤','šŸÑ“ßb(Iº7ù»0³¤','[:Ñ•§t¹ß•T HÈ/5ìÎo²%5úî•Ä”£×','',0,'?'),('l»\rý©,`À#>F\Zaø','wp-content/plugins/thrive-leads/editor-templates/shortcode/seven_set_v1.php',0,'rnÚšŽ\0Kšáéð;¥Ûj','rnÚšŽ\0Kšáéð;¥Ûj','gÐ<Uo€Å\Z0ÙÊ!ô‚ã#ol,r*!CµÒÅù','',0,'?'),('bCÛ@uwiØ‹¨Ó¢÷','wp-content/plugins/thrive-leads/editor-templates/shortcode/seven_set_v2.php',0,'IN4Átô°¬ø¹ÿHØî$','IN4Átô°¬ø¹ÿHØî$','ä+Â¢âë*ï)°Øò#¾7ino¶z—«Â¯c¯;–','',0,'?'),('‡‚ÿÈæEKåHƒ#Kž','wp-content/plugins/thrive-leads/editor-templates/shortcode/seven_set_v3.php',0,'<gDëÊ%÷iÌ†ôÒ','<gDëÊ%÷iÌ†ôÒ','‘_Éß¶\ZÑ¯ô&?bBbvÔDŠ¼Õ‚Š²m¨+','',0,'?'),('®\\Šñ›!kÅ.?‘ÕÝù','wp-content/plugins/thrive-leads/editor-templates/shortcode/seven_set_v4.php',0,'\rÆnzÚÃï`îê\\«','\rÆnzÚÃï`îê\\«','m3ÕŠyùS6ÄVeÏÍ#áýZ4•~?Eµð¹21','',0,'?'),('2‚þ›ÞÑXF4ö°¾„Á:-','wp-content/plugins/thrive-leads/editor-templates/shortcode/six_set.php',0,'óýÃ¤ÚËE_b-;b²','óýÃ¤ÚËE_b-;b²','½·Ðx†u5ª‘Ý,_úÉŠÓÁë\\¼RÓ›H\rD-','',0,'?'),('T¬#˜TYus\r‰Þ–ó','wp-content/plugins/thrive-leads/editor-templates/shortcode/six_set_v2.php',0,'µ¡â‡\nÐ‰žæA“°|\"','µ¡â‡\nÐ‰žæA“°|\"','AÀ ûc 9‡Ý4<Wš,ØœtÚ39ìÈT¿','',0,'?'),('j¿)UÞ¬Ÿà¦ókÕUo','wp-content/plugins/thrive-leads/editor-templates/shortcode/tcb2_blank.php',0,'RÉp kâ¦O]•”ô','RÉp kâ¦O]•”ô','DfÏÜæF:º•âæ»š˜mR#pþØñ”¸Æ÷sÀÔ','',0,'?'),('@)ãß©ÝKf¨ˆpjÇô„','wp-content/plugins/thrive-leads/editor-templates/shortcode/ten_set_vms_step1.php',0,',G2@]é·#›ì«„v',',G2@]é·#›ì«„v','ã:–YPw™PzE˜5àA]Gi¢WS¶Å1zÕ_/ú','',0,'?'),('a@.ZÃÑ?Ð¥!ŸÚš','wp-content/plugins/thrive-leads/editor-templates/shortcode/ten_set_vms_step2.php',0,'GFÃ	\n×^—ÌE?k','GFÃ	\n×^—ÌE?k','…„ñTôÀy9Ø[À#Þ\'I¤4U­ŒQÿ×gýÄºN†Ç','',0,'?'),('Ìmt\\A¸Þr‰°è$','wp-content/plugins/thrive-leads/editor-templates/shortcode/three_set_v1.php',0,'Óìë¿f·#âpÜ¼=.¹¾','Óìë¿f·#âpÜ¼=.¹¾','DÕaaŒ&wý“1	‡+ÚñÀ±_ÕRª±á¤,·Ü€','',0,'?'),('ÁâÚäÅPÒ<efMxüK','wp-content/plugins/thrive-leads/editor-templates/shortcode/three_set_v2.php',0,'|ü	å«ŠìOW/­…Ñ—¬Q','|ü	å«ŠìOW/­…Ñ—¬Q','ALÅV}ükFÌSïÃ0¤h±n4¨éIˆŠÂ·×ÜD','',0,'?'),('4×ˆa>°ÝþÔÀ9ÕVä','wp-content/plugins/thrive-leads/editor-templates/shortcode/three_set_v3.php',0,'û`ÇýÎ½€¨«K','û`ÇýÎ½€¨«K','‹•Â}€\0ÐŸì[¢_­êØÕ[S÷Eÿ\0öá	–irÒã','',0,'?'),('|68šÝƒl8\'{“z²','wp-content/plugins/thrive-leads/editor-templates/shortcode/twelve_set_vms_step1.php',0,'\rÃ,Ë¹Ï	\"M9;Á‰”o','\rÃ,Ë¹Ï	\"M9;Á‰”o',' ™ïääŽ=F‚Ó„š•Àˆi°3]du\'u\r\r2*ŠŒæÇ','',0,'?'),('TÉŠª!€­¤^å·(|7','wp-content/plugins/thrive-leads/editor-templates/shortcode/twelve_set_vms_step2.php',0,'nbD£Õyii©ðH=','nbD£Õyii©ðH=','T­š\ZÍ“ÔXlÄBºù¡ƒBkÈGnè|ä}G','',0,'?'),('r}á½¿P3iWF}¤–+Õ¼','wp-content/plugins/thrive-leads/editor-templates/shortcode/twelve_set_vms_step3.php',0,'·N2…CšÀöþñZK','·N2…CšÀöþñZK','}€üQè?i•Ñ´YßÒÉõ©¨Dá6orsxCnw®','',0,'?'),('}¤›WLõø‰Üâ™Œe','wp-content/plugins/thrive-leads/editor-templates/shortcode/twelve_set_vms_step4.php',0,'nÌùTÁÑÏ?¬++$–V','nÌùTÁÑÏ?¬++$–V','¾£JÅùWŽ)Ó—öšh†÷šÁVÃomÝQÍ\"dˆ¹>','',0,'?'),('8š9Œ§™f‡ÜW„','wp-content/plugins/thrive-leads/editor-templates/shortcode/two_set.php',0,'ƒecôVW öCD8^ã','ƒecôVW öCD8^ã','ñŠ9\"\'ù\Z¢*É¿Ùl˜˜f†wðÈ@°{p','',0,'?'),('›z¤GÑJ ×«Epižã','wp-content/plugins/thrive-leads/editor-templates/shortcode/two_set_v2.php',0,'¢2‘(—JE¥ùº›­a§','¢2‘(—JE¥ùº›­a§','é`‚–\\\Z÷ý—Ó ×[¸Éu\\ˆq©6ÝdQg‡ï[§U÷','',0,'?'),('\Z\"¢%+nÎtªLØ(¡','wp-content/plugins/thrive-leads/editor-templates/slide_in/blank_set.php',0,'X*X5¥HéÂeÓ^Íuó','X*X5¥HéÂeÓ^Íuó','Zñå!ó©0ï“c\\Žéø¼:¦²¤”sä†³Ô’k[','',0,'?'),('â2³´TÀü/‘M¥±£º','wp-content/plugins/thrive-leads/editor-templates/slide_in/eight_set.php',0,'F$¸)^ˆ/¿Ü­¥~Õêb','F$¸)^ˆ/¿Ü­¥~Õêb','©µ²È¯òÐkýÌ~è_á|Ð†·2Åû«\\É','',0,'?'),('Š0^KáÐ¬)ÅÄ2È²Ž','wp-content/plugins/thrive-leads/editor-templates/slide_in/five_set.php',0,' ôU¶$ëÙ</gf)&',' ôU¶$ëÙ</gf)&','†®ÄÓÊ|LŽ;F©7¡>°T/@Ê½üþ[”õ“','',0,'?'),(';áÀÍXìÜ‚ã>q\rìý','wp-content/plugins/thrive-leads/editor-templates/slide_in/four_set_v1.php',0,'5õÈ‡á‹âbÓVU(W ','5õÈ‡á‹âbÓVU(W ','þùô¦íéUÓã:`²ÝÞM×Áci6ñE•FÔY','',0,'?'),('H3î(ÏXfƒi…í´LEY','wp-content/plugins/thrive-leads/editor-templates/slide_in/four_set_v2.php',0,'§©RŠ[ƒ§¥œ»É¼ó¸','§©RŠ[ƒ§¥œ»É¼ó¸','‚xM.jqGÐäÉík±}3(˜ýïÃÛ(øÚ÷ë°','',0,'?'),('™gE×£r	¤\\²xÀ€','wp-content/plugins/thrive-leads/editor-templates/slide_in/one_set_v1.php',0,'âÒøËg6ÉæøiÑ¦¼­','âÒøËg6ÉæøiÑ¦¼­','§o¸`5s³Š>íÀ‡\ZášUÕóÃ\0GY‹Xú\ZE…Ê%','',0,'?'),('RV«Ž%ÝH ûâvË÷/','wp-content/plugins/thrive-leads/editor-templates/slide_in/one_set_v2.php',0,'\0‰YR¬¹Z‚=öË~>#Žé','\0‰YR¬¹Z‚=öË~>#Žé','Œ¡•fšó½}#.%õB‚¦[z‹\Z–D9n£áÚú','',0,'?'),('¹‡%Šµ\0am¹Œlq¦/','wp-content/plugins/thrive-leads/editor-templates/slide_in/seven_set_v1.php',0,'Ž\"”]cÿ¥Ýì |{I¾0W','Ž\"”]cÿ¥Ýì |{I¾0W','÷¾Ÿ€cê+S‘áÕ#žÁYƒ¤@RKrMÃt¾Õ','',0,'?'),('ó&.©ÔË^(mÙãW\rJ','wp-content/plugins/thrive-leads/editor-templates/slide_in/seven_set_v2.php',0,'ß\'@÷ÜÊØ1OÅ‚]àTõ','ß\'@÷ÜÊØ1OÅ‚]àTõ','¯¡Þç$Ñ~ó-”‡7^¦Sówe{üÿ­\0ÒÓ8ª','',0,'?'),('/2¶y0Øbzð¶’²/y¡','wp-content/plugins/thrive-leads/editor-templates/slide_in/six_set.php',0,'\0uý“¸HŸ•MÁâã}@Lê','\0uý“¸HŸ•MÁâã}@Lê','¥þÂ{®4º¡q48¹ÍÂB°§ÐúJ	C×äX\0½x	','',0,'?'),('\'ˆHyäÒ¢ó‘‰ÿSFé1x','wp-content/plugins/thrive-leads/editor-templates/slide_in/tcb2_blank.php',0,'k¾øþ—ÒðõuÏ²dYø','k¾øþ—ÒðõuÏ²dYø','Þ	^ÔR™2‡©½o‡aŠðÒŽK„À8Ö\ZÃüÙ¤\0','',0,'?'),('}g*¦HMõíMÎw]ðm9','wp-content/plugins/thrive-leads/editor-templates/slide_in/three_set.php',0,'ø¥5øž8ÕŠNÒ‘Z©','ø¥5øž8ÕŠNÒ‘Z©','U²ï™¾Ä±ë„~øñ¿oÎŸ~Rá0‡;`','',0,'?'),('ËóŸŸ)7,¥‰È£lãM ©','wp-content/plugins/thrive-leads/editor-templates/slide_in/two_set.php',0,'S,õDy®ˆjmØPÜSè','S,õDy®ˆjmØPÜSè','KJ,ÿN2ÇN Ýì{Ó6”î€ü1´oƒÏsŽ','',0,'?'),('“lh·ÛÕpm<px÷ßYÆ','wp-content/plugins/thrive-leads/editor-templates/widget/20_set.php',0,':ûRi]„yÌ\n‹èÃRê^Z',':ûRi]„yÌ\n‹èÃRê^Z','Yoˆdm’õ•¹!ˆJ«’òx‚åVzUJgvâÙI','',0,'?'),('â›•ë›A8èK^%7’–÷','wp-content/plugins/thrive-leads/editor-templates/widget/21_set.php',0,'Hãœ®xbk RñªJ','Hãœ®xbk RñªJ','í6\'³^ÎVXŒOÉ„k²Æ”nä*?ö·j$—}bT','',0,'?'),('4#jÙ‚¯-ÔVö Ùí','wp-content/plugins/thrive-leads/editor-templates/widget/22_set.php',0,' 4‡¶rÌ\Z4§ „æNL',' 4‡¶rÌ\Z4§ „æNL','8«;ÑoÃ]M‰«C\"	{>ÿkÞÃK<ïî¢òfŒÿÐ','',0,'?'),('÷JjÎ/d\nê”ÐÍKÌð','wp-content/plugins/thrive-leads/editor-templates/widget/23_set.php',0,'4½þ(èìTxÍr]™y„','4½þ(èìTxÍr]™y„','ïôtQý²üjƒ&Ô±â^Ë›(è\'uKUr¥Ýá¿ø9Ä','',0,'?'),('o´‡ë¦ïa=<Í¥šöw','wp-content/plugins/thrive-leads/editor-templates/widget/24_set.php',0,'¦Õ¯Újš¶¬p‡\n—ÌÃ','¦Õ¯Újš¶¬p‡\n—ÌÃ','FNã“ãfà‹ÜÀûák¨7³\"ŸA¢T­ž…4¯L','',0,'?'),('@…„ˆþ™Òä0Ý)i¨Ž','wp-content/plugins/thrive-leads/editor-templates/widget/25_set.php',0,'@æ`€kÖ;Á:Â\"Ï\'ÃŒc','@æ`€kÖ;Á:Â\"Ï\'ÃŒc','Be‚ÿ2­]­Iž¤ß[;2üÓTuƒâo!Ë×Õ','',0,'?'),('µeõA;Øh1¬†€Øœc','wp-content/plugins/thrive-leads/editor-templates/widget/26_set.php',0,'^\nWáèÖÍÏ+²\r7ýÙ','^\nWáèÖÍÏ+²\r7ýÙ','ÀE“/àºÝÀÙPÆ$!¢)NÓ0fF0Þ*že#~±’B','',0,'?'),('pÒë—¨VÕ¹ÂÈAùÍ','wp-content/plugins/thrive-leads/editor-templates/widget/27_set.php',0,'îKH à“€ô{$±fˆ','îKH à“€ô{$±fˆ','wX½÷ÌðÛ	·á§\ZÂó¥–¤\rçš-x`hR±æ²nº','',0,'?'),('aÜ‰ŠB¡¹Í$@EÞõo','wp-content/plugins/thrive-leads/editor-templates/widget/28_set.php',0,'ó§¬£ø(R¢cý•9…öš','ó§¬£ø(R¢cý•9…öš','&ôðúL“m¨^m|±=>ÈìêÌ¶Äe','',0,'?'),('Ù<§’+\\Ìf›õ»·ºï','wp-content/plugins/thrive-leads/editor-templates/widget/29_set.php',0,'Pƒ‰!(â®°×*Âcl\r¾','Pƒ‰!(â®°×*Âcl\r¾','ãZkõÙeÎUVÒê\nfHêÙúi_µ?jaNe¥b]','',0,'?'),('»W´OT$$)«¾Å7','wp-content/plugins/thrive-leads/editor-templates/widget/30_set.php',0,',Ï€‘_HÃ,û~“û¥ ',',Ï€‘_HÃ,û~“û¥ ','¿F&P¬–é0Ñ`f›F\ZQ}…‡D?T\00î$«ÀI','',0,'?'),('<¨Œ³Î¬ÝÝ*\nq°+','wp-content/plugins/thrive-leads/editor-templates/widget/31_set.php',0,'àP4É3\rëið¦+Ç–~','àP4É3\rëið¦+Ç–~','|+Êp}8†³¨§;?l+Ø—¾È¸â­ðîçMù¾','',0,'?'),('áòfmÆºþçßu£fýú','wp-content/plugins/thrive-leads/editor-templates/widget/32_set.php',0,'¥SyÕôÛ‡Ñï™\'«OQ','¥SyÕôÛ‡Ñï™\'«OQ','\Zé¦§Wüƒ>\"uÂ$\'œs¬—„˜oW=µ¯ÑŸ ™.','',0,'?'),('‹Ä&G!K­~Z(ãŸè','wp-content/plugins/thrive-leads/editor-templates/widget/33_set.php',0,',/\0|k³òå_­-sßf',',/\0|k³òå_­-sßf','2…€wðàRg™—Ðú´^Bè°‘CÀÊôkÚè÷`“­','',0,'?'),('†ÞqòÜL×:X/²@]ü_','wp-content/plugins/thrive-leads/editor-templates/widget/34_set.php',0,'Âs#KTJ*žMìùÔÛé','Âs#KTJ*žMìùÔÛé','õ{ÔIæJ/U˜$N5²†15¼¦~Rü•…¢áò\ZY','',0,'?'),('ð\Z«J¿¤wéQo`®','wp-content/plugins/thrive-leads/editor-templates/widget/35_set.php',0,';m·r›É¬È‹Úk!_”',';m·r›É¬È‹Úk!_”','¾GzpûžC¥œì4l~žYøa8ê\rÏ/„ÅL‘p','',0,'?'),('rã/.QPÈÈØxŽ^','wp-content/plugins/thrive-leads/editor-templates/widget/36_set.php',0,'ŽBOOs¸–@sÔ›-×Bö','ŽBOOs¸–@sÔ›-×Bö','aÞâ‡VÒøã–-Å¬ãíVrMm/8™})Ÿ¹¹£+;','',0,'?'),('iH€ö™­úˆ‹ËuÍ×','wp-content/plugins/thrive-leads/editor-templates/widget/37_set.php',0,'í\rÀ2N¨ÂÛ’Ý¢mò7Ò','í\rÀ2N¨ÂÛ’Ý¢mò7Ò','ÅÙÄŒ,¹5Øo M®;;e:f}ªï‚ ý‘½*#','',0,'?'),('CO¢Z²EˆÇóÄz£Øœ','wp-content/plugins/thrive-leads/editor-templates/widget/38_set.php',0,'£(Š$\n¥ –}¯Ööb`','£(Š$\n¥ –}¯Ööb`','áWÌ.ê1Ü±c¡\"\08VnfîÊ]JùÑÂî=—€*Íö','',0,'?'),('ÜjÀ=´ztLÔep;r-4Á','wp-content/plugins/thrive-leads/editor-templates/widget/39_set.php',0,'°“r×T¦“\0ëì¶Ë\'','°“r×T¦“\0ëì¶Ë\'','ç‰º˜øËÝhv°`/Üõ:ßGœ‡)Úµš‘Š','',0,'?'),('Þ:üßúOF’fÈùˆY·','wp-content/plugins/thrive-leads/editor-templates/widget/40_set.php',0,'°EFßÎçB³=H ÄB$','°EFßÎçB³=H ÄB$','zY/N4oƒdúÎ¾E	V =ôo*¤1ŒÐ–ÙoƒIËž7','',0,'?'),('ò4Œ6¾ýäCÛóÈß¾š','wp-content/plugins/thrive-leads/editor-templates/widget/41_set.php',0,'wkrEÓg»çà´!ý','wkrEÓg»çà´!ý','<À±!\0t(¯ÉwM-¸ßThNbß<u“‡½\'Ö™ñµ\n','',0,'?'),('VãØe¼CtQ¿Rì³4—¾','wp-content/plugins/thrive-leads/editor-templates/widget/42_set.php',0,'q²Ëá\r™š\rXjëŒã4','q²Ëá\r™š\rXjëŒã4','ÓÕ‹˜öšþÝê/Œ=ý«%¢-#ä4œ÷åÞ³&²ÌK20','',0,'?'),('¤¬>öPžÈhsV9šü','wp-content/plugins/thrive-leads/editor-templates/widget/43_set.php',0,'+»üd—ùa&z­œ Ê# ','+»üd—ùa&z­œ Ê# ','ÌÆ“û3ºï¦m\Zß¬n®¦²vAå7bÂ½ÙÀ:Ø7¯Ë=','',0,'?'),('šÚ^û‚ià `uœß§','wp-content/plugins/thrive-leads/editor-templates/widget/blank_set.php',0,'1¥Â^[ÎàPüqÁ^´','1¥Â^[ÎàPüqÁ^´','½\\þÞÈˆýžÎð¬\'\njÂÖ†L¬ÓI—S˜„Æ\'Š','',0,'?'),('­$[ÁÍ˜kmp!D›*;×','wp-content/plugins/thrive-leads/editor-templates/widget/eight_set.php',0,'/BY¥¦jºY¯5…ÃÅ','/BY¥¦jºY¯5…ÃÅ','>mVh¹øÁç1ÚðáõcjÑÜàLT:øØ»`Þ','',0,'?'),('2ÒÀë¸ÉiÑY/ºD‡Îâ','wp-content/plugins/thrive-leads/editor-templates/widget/five_set.php',0,'IÞ­ÎY[jm>Z+]','IÞ­ÎY[jm>Z+]','\\Zöó8÷ÂË°D4vâ»†ØO´_þ{àÛ/?ëÃiç','',0,'?'),('S{R§£9ÂwÜñ.(¼','wp-content/plugins/thrive-leads/editor-templates/widget/four_set.php',0,'C ÿdå\Z`\"\\-\\o»­','C ÿdå\Z`\"\\-\\o»­','mË0DSÕ“x³„ÐˆZ;\"ë–EC…¦Ú\"l‚X','',0,'?'),('k\Zw´[(g¦è›„rë','wp-content/plugins/thrive-leads/editor-templates/widget/one_set.php',0,'½\"qÿ´œ-ÑÍ¹ë','½\"qÿ´œ-ÑÍ¹ë','%lQoâ©0NÃ\r.uMƒúh–r¦¡ÍU€','',0,'?'),('~¤±ú¾m\'XúŽõ|ÞD(','wp-content/plugins/thrive-leads/editor-templates/widget/seven_set_v1.php',0,'ÍA<è>“4<•å£NÿÓ3f','ÍA<è>“4<•å£NÿÓ3f','i£Ð¡)—’,«>.è„É¿$E1±Ý`.Dz…v(','',0,'?'),('ãŠUÙ¦±º—ÝX0ÜL*â6','wp-content/plugins/thrive-leads/editor-templates/widget/seven_set_v2.php',0,'RF(cS7‚mhðËæ]À','RF(cS7‚mhðËæ]À','Yñì†±B>†¼ª*9ól*ý˜ðZ‘Eï£z)‡ÕÎà','',0,'?'),('g;ô%l?³ÑÏ¼.ø','wp-content/plugins/thrive-leads/editor-templates/widget/six_set.php',0,'/…ÈQ¨¡Ì°ä“ò~A','/…ÈQ¨¡Ì°ä“ò~A','y,åà<\\ã/Þ¹ëÙ\rÚ€¸ÃÛ´|Nêò´\Z','',0,'?'),('úïêêÏ7†lv	ùà(wˆ','wp-content/plugins/thrive-leads/editor-templates/widget/tcb2_blank.php',0,'‹7A\0)àãí¦\rªmdâ','‹7A\0)àãí¦\rªmdâ','rîM’„ªd€üÍ5Œ‹Ca\'-ö@[N4bÿPÑ*?','',0,'?'),('´£zIJšÚãâ&Š±\n','wp-content/plugins/thrive-leads/editor-templates/widget/three_set.php',0,'>Jru¸Ä-:£u·9Þ]','>Jru¸Ä-:£u·9Þ]','Ÿ¢	­4Ëv²{€†¦à«²n0ùóþl;ÛUß#€','',0,'?'),('‹^>ÚíˆD¢Ÿ;ÐN’cå','wp-content/plugins/thrive-leads/editor-templates/widget/two_set_v1.php',0,'¯ŒÉ/ö@¶Y†\nïÏ9F6','¯ŒÉ/ö@¶Y†\nïÏ9F6','7<ÅÔþÇ³ëˆpè¢eQ¾I™¢€„‚Ù.…l>4\0·','',0,'?'),('Š:Ô†ÑQQ6ç¥C…‹J','wp-content/plugins/thrive-leads/editor-templates/widget/two_set_v2.php',0,'2É ÅL6\ræÊ¸UI’¡','2É ÅL6\ræÊ¸UI’¡','CÓoãŠ£B‚8ryˆPÔˆäë3âH«\n²æ\ró7','',0,'?'),('µ¼äœ02Ü¿fæ\r=©¿','wp-content/plugins/thrive-leads/editor-templates/widget/two_set_v3.php',0,'ÎÀ_FºCàëã‚„:	8','ÎÀ_FºCàëã‚„:	8','ÂÆì´2e[%Ôœù‹ªõÎ2lzr[³Â×‡j¹L1Š>','',0,'?'),('¥ßåcB]d£Ã·˜_B','wp-content/plugins/thrive-leads/inc/animations.php',0,'-g‰Òþo®	éÕ÷£é>\r','-g‰Òþo®	éÕ÷£é>\r','‡¥—Êr#V ò“u”ËdF~<M¨ânìàÿR{=J','',0,'?'),('ÿATÀIý\\¦åOSE?ê¶','wp-content/plugins/thrive-leads/inc/backbone/custom-html-options.phtml',0,'»WH€ÎÄê1\0ÆÌnáíM','»WH€ÎÄê1\0ÆÌnáíM','öÃ§ïT¡(ÕP3XºEÉç¡÷xCÉÄ‰±®ŽzÅ&½º','',0,'?'),('¹\rÃÕÈ~Ÿ^òÀRbjxò™','wp-content/plugins/thrive-leads/inc/backbone/froala-leads-states.phtml',0,'´p²>oáŽ©wâØ6è','´p²>oáŽ©wâØ6è','Ÿ\'K‡8çûô+óÑ›¬ýú<ïÙS¹c¶V³Ó­','',0,'?'),('á0žÎœ§y6°ë­?…€','wp-content/plugins/thrive-leads/inc/backbone/lead-generation/switch-states-form.phtml',0,'Ey$‘{ÆgOÆü<qŽ¯Û','Ey$‘{ÆgOÆü<qŽ¯Û','Ÿü¥–„åž<=i“ˆê<W\\&Ý··Ï:‹¥óx¨§,','',0,'?'),('šÉÎ _¼n€ýC=^•Kg¢','wp-content/plugins/thrive-leads/inc/backbone/page-events/thrive-box.phtml',0,'\0-¶·Þ¿Å¹£’·U–','\0-¶·Þ¿Å¹£’·U–','«M3\'™3Ñ‹6H\r¼^Çü­°\0·1m8NÑfW','',0,'?'),('+©Ø¸—5bßIÃ¹õÆ¨\r“','wp-content/plugins/thrive-leads/inc/backbone/templates/item.phtml',0,'Ç0|œ>>Z#Yò¶Wç','Ç0|œ>>Z#Yò¶Wç','FÇÛ‰å¡‹íò¶—ŠÏÚâJN¸ª¬¿U…	¡œ÷	W','',0,'?'),('Íþu<#½F~¹ý	Yf','wp-content/plugins/thrive-leads/inc/backbone/templates/saved-item.phtml',0,'–¸Éé“¾Êqal`0J?A','–¸Éé“¾Êqal`0J?A','Ï,ì\\^=Aj©÷Î…mjÍÇˆ™AL§Ã¢+\"','',0,'?'),('5™ìËâ“¶\n\r{fÄÐp¯','wp-content/plugins/thrive-leads/inc/classes/Thrive_Leads_Cloud_Templates_Api.php',0,'\0Fyø>ÿü]õ°š¸>û','\0Fyø>ÿü]õ°š¸>û','`ÜßcCX–ƒÄy’åO˜¤ô`iú¼±¡úJ¿¡Œ£Â­','',0,'?'),('$s°ÁT3ÓyÆ•ëè-Ë','wp-content/plugins/thrive-leads/inc/classes/Thrive_Leads_Privacy.php',0,'ÓGü&fÃ3¨šŠ1ƒ[Ž','ÓGü&fÃ3¨šŠ1ƒ[Ž','ç0Í|˜7ì²r4\n¬€oÖù¾ƒ*h*qMMî8@','',0,'?'),('Iöz3q‘É\rÆ\0%«”Æµ','wp-content/plugins/thrive-leads/inc/classes/Thrive_Leads_Request_Handler.php',0,'\'1Èê@ã–QT’)È','\'1Èê@ã–QT’)È','”a­Ñß,\Z\Z°½Õ³*áp—_ÊÖ‹w¡H+×ÅGP','',0,'?'),('¦¾c¹„-Å—&73økþ-x','wp-content/plugins/thrive-leads/inc/classes/Thrive_Leads_State_Manager.php',0,'8b×—Â oÐ§ÉöY|\r`','8b×—Â oÐ§ÉöY|\r`','eÚÞÄèœhÛû<‚ª\'ø±*qO´ídùŒÂ0³èµ°PžP','',0,'?'),('çö5âcw„.›éƒ¡V','wp-content/plugins/thrive-leads/inc/classes/Thrive_Leads_TL_Product.php',0,'¬8ë-}—nª¤µdµ”ì','¬8ë-}—nª¤µdµ”ì','éX™€C-ñ0#ë¦âø,HÓœ³GVMY×¯ƒ5','',0,'?'),('íœ°*âÌáþßì¬óþ_','wp-content/plugins/thrive-leads/inc/classes/Thrive_Leads_Template_Manager.php',0,'õšI¾Á=›\n°œ‹àN<,','õšI¾Á=›\n°œ‹àN<,','ôzD_çQèDO™žFW¬ È´^QøNR€~¥<k¡','',0,'?'),('\\Ï÷;Ï¯®<°H{ÓŽÒ','wp-content/plugins/thrive-leads/inc/classes/thrive_leads_widget.php',0,'¾Ü¤tê]¶¬Ã}ï\"ð>','¾Ü¤tê]¶¬Ã}ï\"ð>','…XRÂU¶Ö’òXŸ^E¤Õ$ÃýÉ)k.…{Ü','',0,'?'),('sM\"pW‚¹æŽOpäçi','wp-content/plugins/thrive-leads/inc/constants.php',0,'píl[H-¦Ô\'W[ŸO²Ø˜','píl[H-¦Ô\'W[ŸO²Ø˜','ëáJÑn\nòØ.ÃuÆuÂN\0­päRœ–RUÒ&4_\Z','',0,'?'),('¾Öo4çÓçiz—\0ªÁQSe','wp-content/plugins/thrive-leads/inc/data.php',0,'ÎkO,èÃÇ¹’>ÁXû','ÎkO,èÃÇ¹’>ÁXû','Â=—Þ}‡8Ú¯óÔîáH½»Ak*–Ú99ÚE)õ>','',0,'?'),('Å\Z=YoRžô¯üÜDb(âE','wp-content/plugins/thrive-leads/inc/db.php',0,'¾@\n-–ËtÙ²ËlŠ“','¾@\n-–ËtÙ²ËlŠ“','²Bx¡¥«`¿k÷cqJW8‘vÜ{!¡vèg—žÜTì	','',0,'?'),('© øz3£û\"Y¢Ê*ÅKL','wp-content/plugins/thrive-leads/inc/helpers.php',0,'ÁpÈOYNêP\'q´Êq3þ¿','ÁpÈOYNêP\'q´Êq3þ¿','´õnï¶É‘6Dzö~®ï ®WOÎ¹}îLP†','',0,'?'),('§“J†DìO7ûÎÛÓÙ','wp-content/plugins/thrive-leads/inc/hooks.php',0,'Šºîæ3·Ê*i“ö9î©s ','Šºîæ3·Ê*i“ö9î©s ','©ÿÄ:˜è:Š÷˜D«ÁNFKðâ+‰zö£4','',0,'?'),('Ò§Ø›_¥m\Zn°F˜ûÂë','wp-content/plugins/thrive-leads/inc/i18n.php',0,'#o®–i.¤Š¡*Uhÿ','#o®–i.¤Š¡*Uhÿ','dÈ±§Öoæ“z~›wžˆ@Å¢¥Q¤‘èI’MØ','',0,'?'),('Vd”c ý7]~Ì|îjš','wp-content/plugins/thrive-leads/inc/license_activation.php',0,'â€J×‹CÌØŽÚ…iæ°','â€J×‹CÌØŽÚ…iæ°','Œî×AHÅG†Uïµ¨ö°ëœ‰+°g)Ÿà\nWšu«','',0,'?'),('w\"<â`™ØÈ™uìy(íÀ','wp-content/plugins/thrive-leads/inc/triggers.php',0,'²h´l„\'Šo¿ùå¶œ‡@¥','²h´l„\'Šo¿ùå¶œ‡@¥','ˆ‡9\'…fçR³ïfS¶ç³¶9¡âÁùQ—=»óN','',0,'?'),('»µ<UêÍâ4Xä%/,œ','wp-content/plugins/thrive-leads/inc/views/asset-delivery-control.php',0,'G–Œô9Üz¶AÎNÂÓ#aå','G–Œô9Üz¶AÎNÂÓ#aå','ä·aïu.ñµÛïã\ZÄ4evÕ3Ey¦NÙ8#Àf5qº','',0,'?'),('ó±nÝTNÆèä-´•Ä…§','wp-content/plugins/thrive-leads/inc/views/shortcode-message.php',0,'‡ð§´Éß\'ã|\'dC,±g','‡ð§´Éß\'ã|\'dC,±g','€¹ëÆ÷Ã­¦:GÜ|f×Ò%XÅ¿Ï¨Oê¯‡‡ÁŸFq','',0,'?'),('¨žNˆ›i¼8‹Éj+\'¢','wp-content/plugins/thrive-leads/inc/views/template-settings.php',0,' knZÑLB=My‡2',' knZÑLB=My‡2','öE¡4qQþùÿ,tñG¸rFÑ\'aÓì¢¦Ø¿Ï¯+ù”','',0,'?'),('ôO+)p@5œ¥\ZxÁH­¥v','wp-content/plugins/thrive-leads/js/cookies.js.php',0,'…ëU ¾é“¤Å¼^ŠÔ¨','…ëU ¾é“¤Å¼^ŠÔ¨','`…c]ëtñ‚U	îÌ…âlznjÇ½ºÛ•%åcÖ','',0,'?'),('ƒ0-fÙä‡UGÆÿc¡ZÅ','wp-content/plugins/thrive-leads/js/editor.js',0,'p4\Z³GýŽ‚e›;o¡lš','p4\Z³GýŽ‚e›;o¡lš','^°&~¥ÇËð·dÄ“˜?Dn³‡2ø‚A¡z','',0,'?'),('{‰ÙÃ2Ýñ-6Æßæ=ð-l','wp-content/plugins/thrive-leads/js/editor.min.js',0,'6\"¨¤sÖ}ž‡;œ6L','6\"¨¤sÖ}ž‡;œ6L','7ÁñÌîTA`¬ÔµnÁ\0Ž&’~)P\0˜g_[Õ’`','',0,'?'),('¨g×¨cŽ\n‹ŽúGÚkØU\"','wp-content/plugins/thrive-leads/js/frontend.js',0,'<¼ïø?|J³÷Á*Ž•@Ø','<¼ïø?|J³÷Á*Ž•@Ø','ÂB&¼µ*¤™<¹)ÊÛÀÅFŽíï9i6”','',0,'?'),('¿,hŸ¿à¬‚Jé<cuÛ','wp-content/plugins/thrive-leads/js/frontend.min.js',0,'¸Eª®·i\\®ý‡ét','¸Eª®·i\\®ý‡ét','ÄÍ9›ÒƒÖÑßÄ×THÂ£¡[Î‚ð$¡[R&Ä\'òÂ','',0,'?'),('ý‡‰kG\'™FÝ)ª\ZñóÔ','wp-content/plugins/thrive-leads/js/tcb-editor.js',0,'’j/óWšX¸òãSž¹','’j/óWšX¸òãSž¹','¸¼vj Á‰M%V.Ã”µ½›{h`ß†ys]·6ÀI','',0,'?'),('”ê£Æ-¡½å†‹þb?','wp-content/plugins/thrive-leads/js/tcb-editor.min.js',0,'A§¯dkÂ$_ù-ö@H$','A§¯dkÂ$_ù-ö@H$','ùhcMÅ‰\\)¶]«X6rFjpãoØSøí‘ÛœE','',0,'?'),('‚8¹ÎÔM½;Çv/þ€Ís','wp-content/plugins/thrive-leads/js/tl-editor.js',0,'Š	ÅŠ)ÊÌç7aƒ¾XÆ','Š	ÅŠ)ÊÌç7aƒ¾XÆ','ia_­SÖu(´5V€®ßËŽhCZ­*A·§‹²Œ¿\Z','',0,'?'),('âHMM°ç0ƒ¢zXÕrÕx','wp-content/plugins/thrive-leads/js/tl-editor.min.js',0,'o|\"œ®‹x¢6(¤\"£X','o|\"œ®‹x¢6(¤\"£X','Î~ô@¾m«Ð8G\nd½ž¡øgï&1µVPŒ¤øÜþ','',0,'?'),('=¿aÁU=I·\nÍ5r7ë\\m','wp-content/plugins/thrive-leads/js/triggers/click.js.php',0,'3-‡Uð\"TÔÀæ‘¸âÕ','3-‡Uð\"TÔÀæ‘¸âÕ','7¹€{\ZÎØ[\rCf°VÝ…±àþv mQß«','',0,'?'),('‘\0„óàÃo{*Ê”Ü$Ö+','wp-content/plugins/thrive-leads/js/triggers/exit_intent.js.php',0,'.­:i´u¾ÎÇ¢åFèÉ','.­:i´u¾ÎÇ¢åFèÉ','ÒûXw/Ð€»°®MNHro9(ñâ#ÐØ=ºv1\'ÿ','',0,'?'),('ãy€]ð\"+cÙ¦§€É','wp-content/plugins/thrive-leads/js/triggers/page_bottom.js.php',0,'ü%3æÐ7fúæàôú[Û˜¬','ü%3æÐ7fúæàôú[Û˜¬','…\'jNH¥VíTž“\Z‚œ’Ó\'“sY%Z•¬­§¥','',0,'?'),('ØLŠF1†.z<¹ÛÙAàÃ','wp-content/plugins/thrive-leads/js/triggers/page_load.js.php',0,'ùkÎÚ{%h\'âÁŠ?ÐÌ¢;','ùkÎÚ{%h\'âÁŠ?ÐÌ¢;','¸|€bnl’Ÿÿ†sê$\'(ÏSRA#\réA•—“÷	²õ','',0,'?'),('þ?VÔî¸W¾þü®ƒê°','wp-content/plugins/thrive-leads/js/triggers/scroll_element.js.php',0,'ÒmM$x“µ:ž?¨×¹²','ÒmM$x“µ:ž?¨×¹²','/3û„…vw­6Z×9$\nAŒ+Ùj‚p½5ëI¶êÉú','',0,'?'),('äð@+¡«|x¸c´‘','wp-content/plugins/thrive-leads/js/triggers/scroll_percent.js.php',0,'‰E«®eÿÈ½iM$—Ò','‰E«®eÿÈ½iM$—Ò','@(t7‚çËLFì(r:c†}>É6ZãÄ¼ñ?ƒ[Âl×','',0,'?'),('mLn\'}p^´tÑ¦4¦','wp-content/plugins/thrive-leads/js/triggers/time.js.php',0,'™eSãL5K[ÛÄdÉ¹ü','™eSãL5K[ÛÄdÉ¹ü','ºÚÌˆ@*gÖnEW—\nÌ•œJJžU\r6ºñì¼ž','',0,'?'),('µÔ?êÁ¡»^–\'»¡Ãæ','wp-content/plugins/thrive-leads/js/triggers/viewport.js.php',0,'%MI×¸1n/ÝÜ7Êþ}','%MI×¸1n/ÝÜ7Êþ}','o”:í| < e	5Á=$I¯ €:nÂ)8ˆ¹+\0','',0,'?'),('F±¯ö°mÜí«8Î†zw','wp-content/plugins/thrive-leads/start.php',0,'bSŒ-ª¶T³V&´Ÿ[','bSŒ-ª¶T³V&´Ÿ[','Ê¯Žüë»6qÿ0…v&ï\0ßÜñ_/äÇ:5B9\n$B','',0,'?'),('=‘©åŸE¹ãÁTXöèp°','wp-content/plugins/thrive-leads/tcb/admin/assets/css/fonts/tcb-admin-icons.svg',0,'uê…ÆøâgœñF[³$f','uê…ÆøâgœñF[³$f','HGÐëÑUÈÈ[ÏÈ.èv)dÅz³ŒÔoâ-¼†ˆMO','',0,'?'),('þ»³P½Bá5ù82¹£E','wp-content/plugins/thrive-leads/tcb/admin/assets/js/tcb-admin.min.js',0,'½ªD² ?Ww#ÞEºk>','½ªD² ?Ww#ÞEºk>','”ºÊÄv‘üÃ=\Z2ØY/ßë=­{€K¯,i-ï\n¨6š','',0,'?'),('|Ÿå¶ šÈd`}’»NxZ','wp-content/plugins/thrive-leads/tcb/admin/class-tcb-admin.php',0,'_MB£\\.%z]öš1_','_MB£\\.%z]öš1_',']¢Rw”áÈZáŒS¼0±DÒ´º/ïVÊ›gˆF€R&¦','',0,'?'),('¹{Óû„s\'î=u7r˜â','wp-content/plugins/thrive-leads/tcb/admin/includes/class-tcb-admin-ajax.php',0,'5sdØ0h& ˆ¡¹Í…á','5sdØ0h& ˆ¡¹Í…á','Ü\r³*#AMaøxÙ£ÿ{íÛa\ZýÍÖáxyìÙ½l','',0,'?'),('ñg]@Äƒéð\ZÝ=ÇU.','wp-content/plugins/thrive-leads/tcb/admin/includes/class-tcb-product.php',0,'ˆøòcJ<‰kê÷ÉvÅ‘#','ˆøòcJ<‰kê÷ÉvÅ‘#','ã\"ï#˜_ªOÈA[µïšÙ]²ËÍÌv*Ê­„E','',0,'?'),('|´KMŽâÄØwóóÂîÅ','wp-content/plugins/thrive-leads/tcb/admin/includes/class-tcb-symbols-rest-controller.php',0,'ÅY>Ìjq©ÙÓ¼œõ¡’','ÅY>Ìjq©ÙÓ¼œõ¡’','­®ËÅ3œê¶¨5CLIÜAA[\raÜE|üü½[¦¤','',0,'?'),('¨áyÊ\",cgVg‡²Ù\n','wp-content/plugins/thrive-leads/tcb/admin/includes/i18n.php',0,'m	Y4¦{\Zï\nî„7I','m	Y4¦{\Zï\nî„7I','xíw>ßp™jHÎD-~ÈÐsA=wâÙ(\rÐ„s_','',0,'?'),('Æ©ô9‚»]6ÁR¾rÒÒ','wp-content/plugins/thrive-leads/tcb/admin/includes/tcb-admin-functions.php',0,'}\rs%ß,}‹.‰¾ð ','}\rs%ß,}‹.‰¾ð ','oOÕÖ‰NW…‡oiÜeøö0ß¼vC•ý™ñ‡3','',0,'?'),('v€µÑª7ù5§–;Ý~','wp-content/plugins/thrive-leads/tcb/admin/includes/views/dashboard.phtml',0,'Ô²n1wf{.$Xýâë)','Ô²n1wf{.$Xýâë)','ÈÃ}‡_§£Ã`“Yý‹ÌŠ7hq[J5;?5Ì','',0,'?'),('SŽÂb\'öòþÊâN¯«`/','wp-content/plugins/thrive-leads/tcb/admin/includes/views/templates/breadcrumbs.phtml',0,'C³ÑHgJ÷½‚½¥','C³ÑHgJ÷½‚½¥','‰ÓüÕó‰œÝÛ2¨2/7e…¾]€úhd´ÖJ\"@˜','',0,'?'),('K8šæZYìú½Þñ','wp-content/plugins/thrive-leads/tcb/admin/includes/views/templates/ct-symbols.phtml',0,'ý®õ™Ú¢ÐÓ§«Ì¥#\n†','ý®õ™Ú¢ÐÓ§«Ì¥#\n†','ùRflxnWÙÂÍrüqûÂÎ5Tã²óöF<úF<Ç','',0,'?'),('5·¾3xùöúEüÇ&½','wp-content/plugins/thrive-leads/tcb/admin/includes/views/templates/header.phtml',0,'„ªæ-éä¤–ÔaYèÓè','„ªæ-éä¤–ÔaYèÓè','j½©È+–¶°^Çœ”€²Ù–Ç\nœ«û“\"’G\'TS','',0,'?'),('\\eU¤ù\nu/‹ðâ!¦Ù','wp-content/plugins/thrive-leads/tcb/admin/includes/views/templates/modals/modal-create.phtml',0,'-	|7þVF-}“v©ý','-	|7þVF-}“v©ý','òøJlÃõ‘‰ÏouÍPôñX¶Ôò‰`\"*°óÁ«‰¼','',0,'?'),('©®¢Q«Åu”½~t@\0‘','wp-content/plugins/thrive-leads/tcb/admin/includes/views/templates/modals/move-category.phtml',0,'fO*4qf†\ZÞ²€ËSV#²','fO*4qf†\ZÞ²€ËSV#²','­Ÿ…;ž›óM&\'ÚðÄ\"òFe;ò°xÕÞ¢®ƒO7','',0,'?'),('Gx7ôEG¾hŠêŽ:ƒâ)','wp-content/plugins/thrive-leads/tcb/admin/includes/views/templates/modals/move-symbol.phtml',0,'Pv;¨}kþÊŸ¶æÑqèÖß','Pv;¨}kþÊŸ¶æÑqèÖß','eôéB4¿<ÞÈ!„A¯‘VÓìuJðäÐ¿‚ƒ','',0,'?'),('œÓr›¯íàŠ<ïH!\ZÀ','wp-content/plugins/thrive-leads/tcb/admin/includes/views/templates/modals/new-category.phtml',0,'%•@;â|!‰ÝUß—r“','%•@;â|!‰ÝUß—r“','ÃÈL â*m1 ì¹N‘òšÓ3¸r\\£‹k¦?ž¨ê€~','',0,'?'),('¡p‰§Mu2¯û¥#Ëußì','wp-content/plugins/thrive-leads/tcb/admin/includes/views/templates/modals/section-modal-create-item.phtml',0,'ÎÝkœÍEL°Òì÷^ŒãÝ','ÎÝkœÍEL°Òì÷^ŒãÝ','l:-øã<ÕµóòzŸpÔDró•¸­;c2åö3tê,ý','',0,'?'),('’;/~–~­..fyû¦â','wp-content/plugins/thrive-leads/tcb/admin/includes/views/templates/modals/section-modal-create-step-1.phtml',0,'Íçàè$T¶^¼|G¨+~','Íçàè$T¶^¼|G¨+~','ê%0ªŒùcÖ0I•èwƒa7Uû®%ª¯«ýí','',0,'?'),('ÎRu™\"Øˆ‚I*¬Ì†','wp-content/plugins/thrive-leads/tcb/admin/includes/views/templates/modals/section-modal-create-step-2.phtml',0,'.R%[G£ÉF¬Ù8','.R%[G£ÉF¬Ù8','ªÉ%Üç@:þÇYP¯I\'ºOHú,šÚ,¢´¢¤L','',0,'?'),('¡hL¦^•òGh‰/¼','wp-content/plugins/thrive-leads/tcb/admin/includes/views/templates/modals/section-modal-create.phtml',0,'ïÞ¦ÎI×þ šëè@[bµö','ïÞ¦ÎI×þ šëè@[bµö','âîôUèÉÂÞ îMÜ4>bÈÍÚˆ„ŽÉ¸(g¥ÓìÓ','',0,'?'),('0šø\0EÅN|(ïN’â','wp-content/plugins/thrive-leads/tcb/admin/includes/views/templates/modals/section-modal-message.phtml',0,'°¡\0GZ!»/ÚŸ´Ó\0~','°¡\0GZ!»/ÚŸ´Ó\0~','­Y¶Ý÷mÀ’së¯2+[·ÖÀAw6ž)£­N','',0,'?'),('V@:Ò¬È‚þ×\n­B	ï','wp-content/plugins/thrive-leads/tcb/admin/includes/views/templates/symbols/categories.phtml',0,'r‰®QEÄ´ËòÞ[ì7o','r‰®QEÄ´ËòÞ[ì7o','³\rZ^Xu´;mË³ÌîÖ{†\\¥\"DIë†À=','',0,'?'),('¶ZÙÖåœx9Í&','wp-content/plugins/thrive-leads/tcb/admin/includes/views/templates/symbols/category.phtml',0,'â~E­ÅêÅLå©<ÙPT]','â~E­ÅêÅLå©<ÙPT]','‰—ŸP5\"él¼ä¥?uã½¹Hæ\r±q:–-Žà/y„€','',0,'?'),('>ÅÑp¤‡“1öç=)Ò¢','wp-content/plugins/thrive-leads/tcb/admin/includes/views/templates/symbols/container.phtml',0,'†&Kn.\n‘ûa–Òî¬','†&Kn.\n‘ûa–Òî¬','CÒÕRô{œäÃFxó8¯´E$|!ÍCsLC','',0,'?'),('¿Q&‡ÉðÎm´Ï(FAA8a','wp-content/plugins/thrive-leads/tcb/admin/includes/views/templates/symbols/create.phtml',0,'Ú°,wíäGžü©¿Ñ±','Ú°,wíäGžü©¿Ñ±','9zJS55Ÿ ¯ÆP]äQŸÍ=9Vb>8û˜ª¦','',0,'?'),('Ç‘¾ý¨ßÌíoœÊ','wp-content/plugins/thrive-leads/tcb/admin/includes/views/templates/symbols/item.phtml',0,'u‹#?²@J/	U=ƒûÒN','u‹#?²@J/	U=ƒûÒN','¸^ÂüKbÅá\r,ït\nsVojÁôRÇ‹ÊHü”Û','',0,'?'),('$Lx¶§‹q´©¿ám.v','wp-content/plugins/thrive-leads/tcb/admin/includes/views/templates/symbols/list.phtml',0,'	îÌV¶´ ½®ûóbÍ','	îÌV¶´ ½®ûóbÍ','¥ö×Ý eŽ¬2ØUæ…A$ózo9¾”Í=!','',0,'?'),('Š–º&wŠõR€g','wp-content/plugins/thrive-leads/tcb/admin/includes/views/templates/symbols/save-templates-error.phtml',0,'tRæönÉwÔR?¯ã5','tRæönÉwÔR?¯ã5','jP@ÂH¨D*h\Zvâ&¨¡°àà2ð[Ç\nv˜³2','',0,'?'),('d ëæ;ðo˜¾ð¿:sjû','wp-content/plugins/thrive-leads/tcb/admin/includes/views/templates/symbols/search.phtml',0,'Íñ”7ÜÎø/¸%…a\\¾','Íñ”7ÜÎø/¸%…a\\¾',')S.fH\"Ÿþ‘­¬ð¯I¤Téó²–G[,dMÊêR','',0,'?'),('6\\ë†… ìlÚ\"%¯','wp-content/plugins/thrive-leads/tcb/admin/includes/views/templates/symbols/section-item.phtml',0,'*´¬ˆà¿XöÄ2³\Z','*´¬ˆà¿XöÄ2³\Z','U­—¢]NAzŸU\r\'‡l¸O’ØSS‡W$W','',0,'?'),('àèY\\Î9£¬Ï¼¦áB','wp-content/plugins/thrive-leads/tcb/admin/includes/views/templates/symbols/sections-container.phtml',0,'Q¨OéíRê}æ!ÀnB„','Q¨OéíRê}æ!ÀnB„','S\0„µœñðsÅ`ÒÄm#`wŒ·	­74\\‡UÖ\naþ','',0,'?'),('å¤«f¸Œ\"ìdªÑ%,b','wp-content/plugins/thrive-leads/tcb/admin/includes/views/templates/symbols/sections-list.phtml',0,'Ôü‰è$ˆiãy©ï$J2','Ôü‰è$ˆiãy©ï$J2','7\Z°J7\0)÷í«2Z¥K8ëÃì¿tMŽn—÷›‚','',0,'?'),('] Rìå^#ç$êˆ‚w','wp-content/plugins/thrive-leads/tcb/admin/includes/views/templates/text-edit.phtml',0,'À6\ràzâJÜd>½Á','À6\ràzâJÜd>½Á','ì!NÕ¬†jÅ²µOùËÜ¥—ãžÉ’ãåÿBpòx','',0,'?'),('óÅ¼·|Z=ÈŽ‚Û4<Ï','wp-content/plugins/thrive-leads/tcb/admin/includes/views/templates/user-templates/c-item.phtml',0,'­;‡ŠbáeûR£QûÓt','­;‡ŠbáeûR£QûÓt','p¹;~bŽðäYêµM“«]ª=,:¿êá¤úwS','',0,'?'),('ƒñ2~—§édŠêŠû','wp-content/plugins/thrive-leads/tcb/admin/includes/views/templates/user-templates/item.phtml',0,'ÝÁÿb¸ÕDÇ\0Â…çÇ$','ÝÁÿb¸ÕDÇ\0Â…çÇ$','¢ª—á¹ÂSØõõ`Í-{Hñ{G0#û”êY¥t\r','',0,'?'),('t½…-\'¬‡¬åµê‹æÙ«','wp-content/plugins/thrive-leads/tcb/admin/includes/views/templates/user-templates/list.phtml',0,',-ü?ûO3å8Q*$6',',-ü?ûO3å8Q*$6','yÜAÅµ½‹o\"Ì‹µŠ»ÃÎ‹–T8øìçÖ}','',0,'?'),('°XÜ.Si«/˜)×‹','wp-content/plugins/thrive-leads/tcb/admin/includes/views/templates/user-templates/t-item.phtml',0,'\\ð£Pk;=ö\"þÀ;E¦','\\ð£Pk;=ö\"þÀ;E¦','„³ºmD<JâÔœahí÷íNr7-nË>—ª[ü','',0,'?'),('2ãƒïÝÒp˜Ëuâí0','wp-content/plugins/thrive-leads/tcb/db/fontmanager-1.1.php',0,'É@µ¢í¸ZmîCÇ¼f','É@µ¢í¸ZmîCÇ¼f','y‹TûÙ4,y/1+ü|‰[<Å‘îMkC#\r','',0,'?'),('ðóuN}ü“¬`Ÿ~)8','wp-content/plugins/thrive-leads/tcb/db/index.php',0,'«¿˜™ÆÌñU¹b7´üÖ','«¿˜™ÆÌñU¹b7´üÖ','ÿ~4¨ÐÆEü+½àº£ŽFFc°«·~«oîI&ƒÃ','',0,'?'),('£ã’„Te¾–¬º&Œ˜Ä½','wp-content/plugins/thrive-leads/tcb/db/install-1.0.php',0,'±×{>ß0,S>cò:A','±×{>ß0,S>cò:A','DºeÕl‚ï>Wà;ŒTS¾7!°½þhøÐãÎÀøa','',0,'?'),('Õ7S1öÔÈ1,e¥ÙÔ','wp-content/plugins/thrive-leads/tcb/db/menuitemstyles-1.2.php',0,'Cëi%³Àº78~ÑÞÂë','Cëi%³Àº78~ÑÞÂë','{-EïwbÐ¥£Å®P³¦ù|]ç%7³Íû5´èë­@','',0,'?'),('lQmúÕJ¯µg“É…P','wp-content/plugins/thrive-leads/tcb/editor/css/fonts/control-panel.svg',0,'Ùñ@¹=+üR®£HH%','Ùñ@¹=+üR®£HH%','TïÊ‚V{zñå&KìûØÛ¸ŸqE0ßd3«2Ö\'ë³','',0,'?'),('Ù­<vIr¥ÙÞ±h«¾\0','wp-content/plugins/thrive-leads/tcb/editor/css/fonts/editor-page.svg',0,'\'F=Pª¸˜(\r+pÑð','\'F=Pª¸˜(\r+pÑð','q¬‹5Û¹i-è½yþL1O®áöZ«ÃQ[jŒv²äÊ','',0,'?'),('z]zQä1êú?Ù¥\"ƒ','wp-content/plugins/thrive-leads/tcb/editor/css/fonts/font-awesome.svg',0,'f5_œ¸€g™9ç,9!%','f5_œ¸€g™9ç,9!%','z\0ñFŸáÅ3RS©\\ò×\rÈ¾ò‹¶‚›œ‘\Zÿ','',0,'?'),('‘üáðJEâÏNïˆ','wp-content/plugins/thrive-leads/tcb/editor/css/fonts/thrvicomoon/icomoon.svg',0,'–RûF\Z˜òhâ¡„‘G|','–RûF\Z˜òhâ¡„‘G|','“Û·YB|ëq*®%p­6ZEórÍN¢\r;·xÚSŠÓÈ','',0,'?'),('Ÿ”Ý;kbEyþ¤M&=PfÍ','wp-content/plugins/thrive-leads/tcb/editor/css/images/angle-down.svg',0,'e\\ò¤}–ºdˆøGÖ‚\\','e\\ò¤}–ºdˆøGÖ‚\\','5˜g_x”—8ï¸¨fƒ»@Ü>0”ÄØ2·»¯zz¾À','',0,'?'),('ûÒ_ÍÖ<(<ïI¸ýV°','wp-content/plugins/thrive-leads/tcb/editor/css/images/angle-up.svg',0,'´÷E§ÈÍéôÉGª.','´÷E§ÈÍéôÉGª.','èN›óŠP»ðÜýYDï1mZñé_íÙ¤64oÿ~','',0,'?'),('’)åˆëKdj €æ¡˜9','wp-content/plugins/thrive-leads/tcb/editor/css/images/caret-down.svg',0,'Í/L^û–|DÎã8','Í/L^û–|DÎã8','g\0åc\rfEÇwDv¦Œ‚—FQnŒžá—Î\"Y%`î','',0,'?'),('}0€›xE™\\:”Ñ„­','wp-content/plugins/thrive-leads/tcb/editor/css/images/caret-filled-down.svg',0,'œ¼É‚²úöˆÜ6dŒ ^','œ¼É‚²úöˆÜ6dŒ ^','\r]éWì…H]Õ,±Ué‡.õµµÉ‚ ÞufH‡\Z3\0','',0,'?'),('ýùþzŽÅh‰9o1ziâ','wp-content/plugins/thrive-leads/tcb/editor/css/images/caret-filled-up.svg',0,'(Ex		MÃ‹”é±R\Z]','(Ex		MÃ‹”é±R\Z]','^\nçè4\ZòëŽ»ÈÜwñè”¶.Ï‹×Â®ù\\V','',0,'?'),('æ	Oª/F6PFEŽ·Â‚','wp-content/plugins/thrive-leads/tcb/editor/css/images/caret-up.svg',0,'D;,\'ˆÍë&Ÿäsô¨Iaø','D;,\'ˆÍë&Ÿäsô¨Iaø','èðáÌx¢çðë+´½Z9aM*˜®µƒÙñ–ï*Æ','',0,'?'),('½\\ÒI˜å	²r–?Ü','wp-content/plugins/thrive-leads/tcb/editor/css/images/chevron-down.svg',0,'¾A¥|¾Ê=¬³(Iù','¾A¥|¾Ê=¬³(Iù','5Lp8~-n•bÚÆ\'—F%TàÕ¯CXÏ¼j÷','',0,'?'),('Ðöêè‰¼fˆ ','wp-content/plugins/thrive-leads/tcb/editor/css/images/chevron-up.svg',0,'$«4ç¦´q5å$zs´8','$«4ç¦´q5å$zs´8','eá‰Dð‡Š%–†Þº±Uå¢qb<ŽmÜQ½ ð˜¨ç\'T','',0,'?'),('ÞÛvå‘u`¿Fžj’KA','wp-content/plugins/thrive-leads/tcb/editor/css/images/logo_placeholder_dark.svg',0,'glé,—\0¤^ï—Åœ‡Âw','glé,—\0¤^ï—Åœ‡Âw','üÄ;ÊªåÊª‚(ù–öž-t-~ÚíQÿ~»€ï&ZÚY','',0,'?'),('ÄèÄ»A:d*HÄ¶d.Ìøô','wp-content/plugins/thrive-leads/tcb/editor/css/images/logo_placeholder_light.svg',0,'$ã×ÊýGgg]2/\'>¨J','$ã×ÊýGgg]2/\'>¨J','ù	q>øøoÏ[\0J)fÞÜá…ý2xñ`8r','',0,'?'),('¾ü]è¢©\rï7poÅ²Y°','wp-content/plugins/thrive-leads/tcb/editor/js/admin/gutenberg-menu.js',0,'O}FU@ÐCróˆ3ÂyPÚØ','O}FU@ÐCróˆ3ÂyPÚØ','Óùx×ÏÜ‘ÉWÒÑx¯Æ¨¶Q\0¥ÝÜúÍ½½ÙàˆUú','',0,'?'),('/ÈXq¬knw8ÌuSe0 S','wp-content/plugins/thrive-leads/tcb/editor/js/admin/gutenberg.js',0,'fR¹?¸±Î	ˆ¾À–K¥Ë','fR¹?¸±Î	ˆ¾À–K¥Ë','¥ÙDú%Ìÿ1f‘öÙp®TçÆ†D5ñ§?S±gØ','',0,'?'),('†Az¯m©¤\"åÏ;¦\\€','wp-content/plugins/thrive-leads/tcb/editor/js/admin/tve_admin_post_ready.js',0,'q™aS@å±ÐÆê9«','q™aS@å±ÐÆê9«','¥a¨.“øè]øwþO…È@\r”Û¡xÛ¸)=m4ã','',0,'?'),('„‰”!Jõ‰×dE\'\rÉ','wp-content/plugins/thrive-leads/tcb/editor/js/dist/admin.min.js',0,'-ZÂ‘®Ú_hd[9¹uà','-ZÂ‘®Ú_hd[9¹uà','t.{rT§­3[\"Jsq°g.|þ1Öµú}TªúÀ;–','',0,'?'),('Ôúú°+8»IÐ°.-','wp-content/plugins/thrive-leads/tcb/editor/js/dist/editor.min.js',0,'_¹ÅÇ/T4ÐÕ%Ž´','_¹ÅÇ/T4ÐÕ%Ž´','¿Li³¥¯b…%òM†xÿò°6@¡‰©#ej˜\\','',0,'?'),('U+Šù<¿>qHKü†²','wp-content/plugins/thrive-leads/tcb/editor/js/dist/froala.min.js',0,'i\'þF°JÀ%r8J™º¿â','i\'þF°JÀ%r8J™º¿â','(ìÉ˜}¶á0!óc®çú«ó\'z}9U’¼X','',0,'?'),('½t$~`ÒÈ¥µðÕU0\"','wp-content/plugins/thrive-leads/tcb/editor/js/dist/frontend.min.js',0,'ØE¤Ë^yIºM\n‡ð}¾\r‚','ØE¤Ë^yIºM\n‡ð}¾\r‚','ö&\"Õž=ˆ÷-(/¦‹wÂÇôP‘ŒK','',0,'?'),('òmÇ¶½ù–€ã=Øýç','wp-content/plugins/thrive-leads/tcb/editor/js/dist/gutenberg.min.js',0,'uÕ–®õ`É†:ïdT¡','uÕ–®õ`É†:ïdT¡','\\Šè)Sñ@IêJ0õC)æí›¤9DUs‹\n@Ûü+','',0,'?'),('tDíó+#J<Gë’ÈŽ','wp-content/plugins/thrive-leads/tcb/editor/js/dist/main.min.js',0,'Ç1¼3×5\nüzÄ«ûðÈø','Ç1¼3×5\nüzÄ«ûðÈø','X½Žïgl€ñ\ZÏ\ZGRóÈ{û\n:Ûóž+’–uq‹e','',0,'?'),('Ÿp”§¡AŸp¢»”p…','wp-content/plugins/thrive-leads/tcb/editor/js/libs/dom-to-image.min.js',0,'¡²À\ZüTž%Awr hŒž','¡²À\ZüTž%Awr hŒž','øÓbSˆ¨dò›™ÿ˜:=mÿ=€6f#+Wâb','',0,'?'),('	[UF•„g4ï²™×\0¬&','wp-content/plugins/thrive-leads/tcb/editor/js/libs/jquery.scrollbar.min.js',0,'¹Xñëêq‘WŽ©J˜‚Z¤k','¹Xñëêq‘WŽ©J˜‚Z¤k','û5Oˆ(0qÍñœC(¤_ˆnÇó»±	–Q<©ä¬','',0,'?'),('¹ÀáeŒùbþ4–×+6uöR','wp-content/plugins/thrive-leads/tcb/editor/js/libs/moment.min.js',0,'v„Züö©½ÅÐ¢\r','v„Züö©½ÅÐ¢\r','Ú…YaÐëlÈ¡†`~ Ð#g)J96\\pQºÀ@‡#','',0,'?'),('S€<ˆšAó³ÇâÎY7','wp-content/plugins/thrive-leads/tcb/event-manager/classes/TCB_Event_Action_Abstract.php',0,'@]UÒ¥tŸˆfŒÜ´9','@]UÒ¥tŸˆfŒÜ´9','×	ãy¯íÜ:>¸Ÿq5gàïy@rêi~Íi‘ã Ÿ','',0,'?'),(']²&úä“ÿ~_:.2¢W*','wp-content/plugins/thrive-leads/tcb/event-manager/classes/TCB_Event_Trigger_Abstract.php',0,'áûtŽ/¶Ê©Dyçóó“','áûtŽ/¶Ê©Dyçóó“','Ù¸4¡Ö@­Jé`s€)êÉBéö‡)\'ÝäÎk_™uY–','',0,'?'),('GáÇUÙï-Å©„Er¦å','wp-content/plugins/thrive-leads/tcb/event-manager/classes/actions/TCB_Thrive_CSS_Animation.php',0,'á4Ë¼]ñÍe3¿á6FJ0','á4Ë¼]ñÍe3¿á6FJ0','žªg£@%¶#l² ÙhÆ\"ÿ×bˆÒCõ\nŸc×ý.Ã','',0,'?'),('æ)	ìÍBÙÈlú^_/ò','wp-content/plugins/thrive-leads/tcb/event-manager/classes/actions/TCB_Thrive_Image_Zoom.php',0,'¹˜2©ý?Ç2àMˆê','¹˜2©ý?Ç2àMˆê','ÈÄÃðª™Ä=-~˜;bM„G’©×9óÍd÷)­','',0,'?'),(':äÿ5Ó¨#C&)ñæ`™','wp-content/plugins/thrive-leads/tcb/event-manager/classes/actions/TCB_Thrive_Lightbox.php',0,'D ¼˜ˆŠY\'²è› ','D ¼˜ˆŠY\'²è› ','b0ãs0ÞƒœºS½\\À¢˜ð$ÊìíMTwƒCý2î€','',0,'?'),('•	¿¦hô\\!v“ÜZglE','wp-content/plugins/thrive-leads/tcb/event-manager/classes/actions/TCB_Thrive_LightboxClose.php',0,'_RÑBØè7#{Å‘é–”','_RÑBØè7#{Å‘é–”','iØ>³UŽÑÅ:©„¿`“/MÌB–ª.¥@ØfÙ,','',0,'?'),('SÛU7ë>ó6¤jÿXí0','wp-content/plugins/thrive-leads/tcb/event-manager/classes/actions/TCB_Thrive_Tooltip.php',0,'®n±gû:åãé¿sì¬—ý','®n±gû:åãé¿sì¬—ý','ú5&Z£kHuvÖÜ*7Ya@Fðêuá\ri§&&œD','',0,'?'),('ù¹þò˜wafXôlN','wp-content/plugins/thrive-leads/tcb/event-manager/classes/actions/TCB_Thrive_Video_Popup.php',0,'xºùk–ìp[wK9 »','xºùk–ìp[wK9 »','b„ÂS$2ÍI—û~%!7Ã2QLdWtœß57x]','',0,'?'),('\nmÆ]i\\(¬F|Möwà','wp-content/plugins/thrive-leads/tcb/event-manager/classes/actions/TCB_Thrive_Wistia.php',0,'LÍ¯×8?åZ_Áõ?Q$','LÍ¯×8?åZ_Áõ?Q$','(èÕm\" „m]óª¦x}x\n_¹l°¹‘šr¨£•ÀOk¹','',0,'?'),('>ç(+ÞzÅ9[ØfBé%Çí','wp-content/plugins/thrive-leads/tcb/event-manager/classes/triggers/TCB_Event_Trigger_Click.php',0,'YÉ±›ŒãydëSãÁãŸ','YÉ±›ŒãydëSãÁãŸ','Æe´ÝÞQæÏvüNOÍÁ“ƒ]@(1ï¬ë)c¼hõ','',0,'?'),('ûŸ%zŽ­}aobì¦›C\\','wp-content/plugins/thrive-leads/tcb/event-manager/classes/triggers/TCB_Event_Trigger_Exit_Intent.php',0,'vÃŽhVLƒ‡ôÊ¾n¬åe','vÃŽhVLƒ‡ôÊ¾n¬åe','ü÷š5_9ˆ0Úz……ºTè›‘.ç9™=ýÕÞIÄ><','',0,'?'),('aW\Zcc\nN|j§µñiÏöQ','wp-content/plugins/thrive-leads/tcb/event-manager/classes/triggers/TCB_Event_Trigger_Mouseover.php',0,'§]Þ;ŠˆÞî’Æ¥','§]Þ;ŠˆÞî’Æ¥','±ÜÉ?ip2ï`o¦†—âQ‹pž¢/ÿ†û:5','',0,'?'),('²\0Û±ÔÎö\0¾“/Ò‚','wp-content/plugins/thrive-leads/tcb/event-manager/classes/triggers/TCB_Event_Trigger_Timer.php',0,'ñô‡¦GÃ¿”N?xåh=¡','ñô‡¦GÃ¿”N?xåh=¡','¥Á&‰ß¯ú+Xdß3`²~”E0’\\óú²%´¼´','',0,'?'),('ª¡R„Ö£\Z£z6«/ÆU5','wp-content/plugins/thrive-leads/tcb/event-manager/classes/triggers/TCB_Event_Trigger_Viewport.php',0,'Åãfdfüø_™Ð&yÃ£','Åãfdfüø_™Ð&yÃ£','ÞÅ=MÑiW1…vŸ_«„ádÕè-¯éôèGJA…A%Â','',0,'?'),(')µû>\"ïìÏaV¼¨','wp-content/plugins/thrive-leads/tcb/event-manager/init.php',0,'1Ü^¿\0˜Ù\n¹6¿p¬','1Ü^¿\0˜Ù\n¹6¿p¬','XÙž™nÔ9›câiz²](.ý.ÿ/ÖÎ.ÒîQ&b','',0,'?'),('#»WBdoP ëîÕ','wp-content/plugins/thrive-leads/tcb/event-manager/views/js/lightbox.php',0,'ÝšíÝõrÝZ¤»Ro','ÝšíÝõrÝZ¤»Ro','˜o™e¾+„Ž›ñÓIHj[Yç´ÈG—¦$N(®ÄFú','',0,'?'),('%ÓžïT¬ü@k¾Þ»‘','wp-content/plugins/thrive-leads/tcb/event-manager/views/js/trigger_exit_intent.php',0,'$*õ­ÚÑt<.ÇZ,@9','$*õ­ÚÑt<.ÇZ,@9','äÚY[N\r7 ÈœÊštŽ;$‡d¶„ÉPS §œ\Z\0C','',0,'?'),('=D™{xcP%£)A}“sæ','wp-content/plugins/thrive-leads/tcb/event-manager/views/js/trigger_viewport.php',0,'4´‹B7($‚#ÂÙ­Ã¦âá','4´‹B7($‚#ÂÙ­Ã¦âá','Œ`ºçËC¢çÔç\Z\\àzp]:ï$¡!Ñç`–µ','',0,'?'),('Ô×‰ju¦Uv¥Â¢YØ÷#/','wp-content/plugins/thrive-leads/tcb/external-architect.php',0,'Šù7YHôïgÑXí/L','Šù7YHôïgÑXí/L','*\'öË\\+{¥Áb·ûLŠVj­‘°Z—Ié\'ýHB÷çí','',0,'?'),('\'5¡à«BÌO»S´ðÜ.','wp-content/plugins/thrive-leads/tcb/fonts/fontawesome-webfont.svg',0,'äÄ\nvCþU„Y,Ú','äÄ\nvCþU„Y,Ú','ñ‰ÊyòùJÖsLŽüO³Šz’(jºf{w+qŽºgÛ','',0,'?'),('¸|ÑšLWÉ:2=Szò×.','wp-content/plugins/thrive-leads/tcb/inc/backbone/animation/preview.phtml',0,'ð¼îøþ\\Ó[µ=F Âjù','ð¼îøþ\\Ó[µ=F Âjù','¬W®X³@y¶ñïW3iq[Ðš-Xg8î*\r‘€ÁcÎ?','',0,'?'),('fâë(L&DÛxUÙ‹ç','wp-content/plugins/thrive-leads/tcb/inc/backbone/breadcrumbs/item.phtml',0,'Û¶9éòŽè8@e¢éf0Z','Û¶9éòŽè8@e¢éf0Z','3RdWcS2ý¬j¶Ø©+Ð°{>ñì»°Ä[…×¸h– ','',0,'?'),('0vÑ=†“Á³Ü“R¥ëËl','wp-content/plugins/thrive-leads/tcb/inc/backbone/central-style-panel/master-variables-header.phtml',0,'÷óáµ˜VÆp„n™$þ8P','÷óáµ˜VÆp„n™$þ8P','Pî5{b÷õ@Ð;cZO\n½œ\"+hõêZaœõœ9¿','',0,'?'),('Ç\0§SÂ¿°ÀtrtÇ=‡v','wp-content/plugins/thrive-leads/tcb/inc/backbone/central-style-panel/other-variables-header.phtml',0,'•;½Ú|VšÚø¹w/l‚','•;½Ú|VšÚø¹w/l‚','KüHÁÔ>_ \06Wùgd¼Ø’ƒNZ~Œ4·ÀÖªU','',0,'?'),('¸9EB¾NäfÝ-²«ý“\\','wp-content/plugins/thrive-leads/tcb/inc/backbone/central-style-panel/palettes.phtml',0,'‰€iò†ïJÑC¡‡‘æI','‰€iò†ïJÑC¡‡‘æI','4óƒþzKÈ¡tÓëTØø3+;sýt’ÇS¡m‘‘@Oo˜;','',0,'?'),('úgœ¹?>cKŸnÕºXôZ','wp-content/plugins/thrive-leads/tcb/inc/backbone/central-style-panel/tooltip.phtml',0,']ˆXqk5?Aí|ž',']ˆXqk5?Aí|ž','è…N9]]°i])?—¥{d¶·Îo—<¾8#ZL\rm)1/','',0,'?'),('e—w[³Ë­¾«?ÁûwéÇ','wp-content/plugins/thrive-leads/tcb/inc/backbone/cloud-templates/item.phtml',0,'ódv©º5TÐÊÓ','ódv©º5TÐÊÓ','bÇtS“Ÿ!‹2{lõ.û‚aôLh^(õÏÖ÷e','',0,'?'),('L!‰øy„Ü\nÓS¾4eµ¥','wp-content/plugins/thrive-leads/tcb/inc/backbone/contact-form/email-setup-form.phtml',0,'Æþ9›¹ÙdH1´‰ûs†','Æþ9›¹ÙdH1´‰ûs†',' €!ZVJÞ£ˆ§(Ðj#mòFAyÌó×oìDwJ@P','',0,'?'),('UÐÌlÄÏï¼Ü=áð','wp-content/plugins/thrive-leads/tcb/inc/backbone/contact-form/error.phtml',0,'Ž}Ú«?•³~]	*x–','Ž}Ú«?•³~]	*x–','ãä¨Ë´¬î°ÝÏW¿¤sÝç=K·S\'ž¿JËå1å','',0,'?'),('SUÉÑ£ïÂ¼<w®Ó1j','wp-content/plugins/thrive-leads/tcb/inc/backbone/contact-form/shortcode-button.phtml',0,'¥1©Ä+­Âñó/C¥Ã?P','¥1©Ä+­Âñó/C¥Ã?P','¦£kL„~edàèÆp–¹ÏÀü~t~Þ…é45îº¿á','',0,'?'),('FÎ$ƒW`ý5ÚßP„Ã','wp-content/plugins/thrive-leads/tcb/inc/backbone/contact-form/submit-setup-form.phtml',0,'­“|OgA®=ïÄ î8º^','­“|OgA®=ïÄ î8º^','^CêGÉ62•¾Ý2éãÃ½!K™¬ÂP>ïõì…@','',0,'?'),('´	ja3’IãÐèËôäû','wp-content/plugins/thrive-leads/tcb/inc/backbone/content-blocks/category-item.php',0,'áDý”ÐG„øêj^X,','áDý”ÐG„øêj^X,','ˆ2éª;:¿óëˆõo\"ÄAWkBÙL»#0','',0,'?'),('­ìAíâ™xëD€¾Yi','wp-content/plugins/thrive-leads/tcb/inc/backbone/content-blocks/color-var-item.php',0,'éü…–Š¼b~¤˜n½Þ','éü…–Š¼b~¤˜n½Þ','i‹æ¤Dµ|Ó¸íBq\\`Þ´Â\rÓ0Z ž¹/·7…','',0,'?'),('IKr¨âãÍ˜\Z4‚ìÒÔ\'','wp-content/plugins/thrive-leads/tcb/inc/backbone/content-blocks/favorites.php',0,'ZV>v6a½]]f¯\nOæw','ZV>v6a½]]f¯\nOæw','à¦óI=ËÆÞÏVÕ÷Ò«µ‡^íøT/ñu7:3ó)ß','',0,'?'),('f\0ª\0BŒºGµ–Ë¼+1','wp-content/plugins/thrive-leads/tcb/inc/backbone/content-blocks/group-item.php',0,'ò1°@Lxµ\"‡ê1\r¢±½','ò1°@Lxµ\"‡ê1\r¢±½','\"ÂªÉàÛ±<³à²-×dŠ÷ò%€3Òz˜^Ù„›Îã','',0,'?'),('”÷ Uf4‘¡S7ÿ*','wp-content/plugins/thrive-leads/tcb/inc/backbone/content-blocks/no-template.phtml',0,'µàw	‚p¯át}çyñ4I','µàw	‚p¯át}çyñ4I','Ê0Mð\n4ì3‰IIøÄùÞƒ7ïŠ	äº«»ãé','',0,'?'),('#Ï­_ú¶DÆ3Ðúé0','wp-content/plugins/thrive-leads/tcb/inc/backbone/content-blocks/template-item.php',0,'mˆ—¾± ?mElÉMW¸–','mˆ—¾± ?mElÉMW¸–','\\F„¢d†ŠÝ• 3eŠD˜‰Vq\0é`Êlù£=ëô','',0,'?'),('Æú3MZ/—ƒÙ†J\ZQ','wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/audio.phtml',0,'±~ Ê‹#ô°©¯0Ñ','±~ Ê‹#ô°©¯0Ñ','ÂÇeÖë2À©šË—a©H0EÁ”X>Úø4ª¸éC','',0,'?'),('ô³wÆPò®êzÒçPÀÇ','wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/background/background-effects.phtml',0,'á.…rqÔT1ˆÆÛ¹W\n#','á.…rqÔT1ˆÆÛ¹W\n#','>’8…ƒ§ê­Sì`y„>ô%“²Jþå&¢y\'Ã','',0,'?'),('ÜüH’ÉGÃ¬ë¤Ä?ç»[œ','wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/background/background-image.phtml',0,';Xü’óøi:Þ8Á-¼ª',';Xü’óøi:Þ8Á-¼ª','§!b×3©\0èïóæ?ðà{€ ^‰\"øÊ&¯SÆÌOÕÔ','',0,'?'),('jüæP|Xeúbi‰+YÁ‹','wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/background/drag-overlay.phtml',0,'õàÈ.Ó7qZ k­Ê®Ó‘','õàÈ.Ó7qZ k­Ê®Ó‘','ë]4ÄM†<«–ÒÊ¯¾¸$Özö[§Dí\nEKß«oº','',0,'?'),('¢Þ\'8m´iBÂ›nµðfs','wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/borders.phtml',0,'ŠþT®^ðJæmù—ºÅˆ','ŠþT®^ðJæmù—ºÅˆ','ý·ðÝh\"!_\\ÑR×’ÕE^RN«däµEib\05','',0,'?'),('ÈÅÇ]ˆfi0%o]£Slu','wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/button/global-templates.phtml',0,'î.M;#1âSÂåQ\"|9X','î.M;#1âSÂåQ\"|9X','a(”5SëŽ¸vŒ†í¬7†~ºè]VÓ7 £{þÛ¾','',0,'?'),('Pèï1’ªðs·U#)]','wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/button/style-picker.phtml',0,'QN¡íâÂ]œTŒ7Õ¿G','QN¡íâÂ]œTŒ7Õ¿G','ìÃK\rêW23¡œU£Úb°¹gÿoGò[¨˜yV','',0,'?'),(' ?pnÝ$?h°\nr‰j“Ñ6','wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/button/style-templates.phtml',0,'qÀ¢@ï“°k^ôé”Äòr','qÀ¢@ï“°k^ôé”Äòr','—/KñMHá®tò’)a\0¾ÁÊ¿¦ž8»\'‰Gì’','',0,'?'),('+»bÜ…µ¼ŠZ—\"','wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/button-group.phtml',0,'»È?@ª\'¼>uJõJÆ','»È?@ª\'¼>uJõJÆ','ÐD}Šåê.Ë—ÚWŽòfÁQW\nïðf­D¤À‘','',0,'?'),('UFA0;7tÌx~¥ÚÎ','wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/button-panel-group.phtml',0,'TÊ’MÞÇ9-ù>»©}‡â','TÊ’MÞÇ9-ù>»©}‡â','ZŒ•l»Í«@GÈ=|k£³kaâE\Z7Êg7Ùô~·','',0,'?'),('ÙÙAâ—=QÁÛ##','wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/button-toggle.phtml',0,'v	ÀqïªI5øP\0?Ó?©','v	ÀqïªI5øP\0?Ó?©','ÆŠ*T[žìHÆ†]°‚eZß-´‘-¤ê%$´¡','',0,'?'),('êUÄN«Ø2ŠŸ´Ü¤mV','wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/cards-change.phtml',0,'¨kr‡¢þÌ<¢²¸Î ','¨kr‡¢þÌ<¢²¸Î ','üÕæ¡ÌŽúž(¦[›#°CÈTDÎŽÅÈ‘ƒ#@{C','',0,'?'),('jÁgÿ\"$ÓàâÁ°¯3ã«K','wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/checkbox/input.phtml',0,'ÄImï	óÕ.cd·Îå','ÄImï	óÕ.cd·Îå','0êc”<œW-Å¬¨»\0òÌDhË¾ßº|uK‚Ã','',0,'?'),('Ý™O©`ÔTÏo5ºÃ~¯','wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/checkbox.phtml',0,'Ûô\nÀ0éi¬Df=Êçõ','Ûô\nÀ0éi¬Df=Êçõ','“âìÕìã³Ž‡º¢È7»à|MÎÚª¿eÛdº²*ý','',0,'?'),('ÜP{~ûÀNÙÚÒb­³N','wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/color-picker.phtml',0,'CvBƒŽÌvÂöÝÊ,','CvBƒŽÌvÂöÝÊ,','Îø[‹\'ü$ô\Zh9¥ÒŒ¬`.\\L7‡›Û`Õ°–p6','',0,'?'),('	ÊÃ¹·MGÃÑã\Zà°•S+','wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/color-var-item.phtml',0,'”CâÃ^ƒÉÊàµ¥8	','”CâÃ^ƒÉÊàµ¥8	','¯…MDž»ð	®Ú5kØC\0|¥P>ýálU²GŒþ¥“','',0,'?'),('Š\Z»ó.^$+p•Ú×ó','wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/contact-form/default-cf-item.phtml',0,'c±BÛÐâèegÙWYç:[','c±BÛÐâèegÙWYç:[','\Z™O•‡œúëÐ_¥$ûÂÓX²ž”¨¬Ê{÷x%i','',0,'?'),('…Ç48¿|‚ã!YóýR','wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/contact-form/edit-cf-item.phtml',0,'ÀÌâõ á}—š:¨¦ËPŠÉ','ÀÌâõ á}—š:¨¦ËPŠÉ','ÞMw Œ®Æã°[3X\r Õ·FxØ…Øí§ï\n<\"š÷','',0,'?'),('£:HGÀêäã3qí','wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/contact-form/recaptcha-cf-item.phtml',0,'ÂgCöô?O«¹®¶·Y','ÂgCöô?O«¹®¶·Y','ý³Æ!$•uÁé€-•<*:Ã–œÞÑƒ_±½hãÑ','',0,'?'),('¿ºv¿2¬g¹OòÞ~–ÊÐ','wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/contact-form/settings.phtml',0,'10ò‘å¦†ÈîÌÖÝØä=_','10ò‘å¦†ÈîÌÖÝØä=_','|šèÀ‹=~¦‡ñÀZäì(¤o)¤Ø2	ÿ×','',0,'?'),('(&RÖü/Ý“¾†zDJ\n<','wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/contentbox/image-tooltip.phtml',0,'\\ÓÓÊ›šÜ1Úfœür','\\ÓÓÊ›šÜ1Úfœür','¼·xXÊºŒ»ÜÞK% ­!AÞ}FêIÕŸZ¤:­Î','',0,'?'),('uÅ‚!®×™¨ƒë8ÛTè','wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/corners.phtml',0,'lµS=œ³n_hÁh-ÞÙ','lµS=œ³n_hÁh-ÞÙ','øŠ_*†oGà³> muñá&ÜÌ‡àd¦Æjž','',0,'?'),('bÄ@68daZØÅ®ºv','wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/countdown/style-picker.phtml',0,'\"À…¦†õ\n¾~\n›–Óò','\"À…¦†õ\n¾~\n›–Óò','öŠÇîq\\ìŠàfT</RÂR[édZ§ò€YB­¾Åû¤','',0,'?'),('¢¾HûÅA\'3~°«Äû”','wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/custom-menu/edit-menu-item.php',0,'iÿ%È£‘â¸:t³¥–','iÿ%È£‘â¸:t³¥–','ü‚¾êªmÂ)×|b„¾V’ê»xÔfö8À½\'H‚','',0,'?'),('ÆX Ô°U4Îý=å','wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/custom-menu/modal-menu-item.phtml',0,'‚4å{r³\"™ŒÊ\rbãÊÉ','‚4å{r³\"™ŒÊ\rbãÊÉ','£Ÿ[:³Ø]n-˜öÍ¨ÇnË	Q¢‰Ö{=Œay®ÐÁ´','',0,'?'),('\"¸ÝU›åÍ—uªòàÀ','wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/custom-menu/modal-menu-type.phtml',0,'\0Ã|ÿÌ˜U¥{@Ø™Þ','\0Ã|ÿÌ˜U¥{@Ø™Þ','ï;VÉÆ<1\rG¾U§¦Œa­j\\êåt¾[8\r','',0,'?'),('€“‰¦P~æîw\0(‹%¡·ô','wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/custom-menu/style-picker.phtml',0,'v±#‹QÌîºR>ŒŠ(Úó','v±#‹QÌîºR>ŒŠ(Úó','^ìÈ*f¤¢!óVXòEtZ¡±e¡^‰•‚æ¾PèÁ','',0,'?'),('à:øÍ¢,îæ/Ñs	gr{Ç','wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/date-picker.phtml',0,'¯³ÈWb!DMy@Ã¡','¯³ÈWb!DMy@Ã¡','ðYƒÔõ±DÙæ*ÕJ*ç`@’0|ìZ(\nÁ‡…ç','',0,'?'),('Ö¸9œE½ëj› CÀÉpï','wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/decoration/decoration.phtml',0,'o7¬3)Ao•QöØ7Ú	','o7¬3)Ao•QöØ7Ú	','ª?ì\r\"û$9alØÃØh­ê¬Ì#ÀŸ¢V½UIð','',0,'?'),('$}Î‚ òê–ÿ¼’¼ˆï‹','wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/decoration/divider.phtml',0,'Õ2‘88\"Ú!£8BF','Õ2‘88\"Ú!£8BF','ÏŒ,Y©óO¯H|yßïûN¯Z«¯µ¶ú1ÿ®ºG','',0,'?'),('!#l´ÚÔ,/ÅŒ/è<¨’','wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/decoration/pointer.phtml',0,'y¦î8c\r»u3æÛ\rŽ','y¦î8c\r»u3æÛ\rŽ','¡ÚWŽcÐô‰á”ÈMèÂ3°¶°•Å—8¶WãÂRàï6','',0,'?'),('ƒð (ø{}¢¡4t‚ŸÙ7','wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/decoration/slanted.phtml',0,'Ä·àÇß5ÖÓ˜4îÒ£','Ä·àÇß5ÖÓ˜4îÒ£','û´Ä6*¶u±ãUþ¼a<ðó´ÊZ.ïyù(_Î¶(¨','',0,'?'),('o9<U+ÐÜd±²Iu‰£/','wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/decoration/svg/fancy-divider-styles.phtml',0,'Î·5€a9üÒŠ“\ZIb¹','Î·5€a9üÒŠ“\ZIb¹','™˜§Ÿ2±&\'°ä¦¥ìßÔÌ%q’S…©²«áÌ.CÌ','',0,'?'),('“oÚÒb#g\\Û¼¹k','wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/decoration/svg-base.phtml',0,'‰ ôÚîÄcîeŽ1\r\r%\\©','‰ ôÚîÄcîeŽ1\r\r%\\©','Äèz§+þÀŒˆh®},ÇƒKuo†µÏéwA&`÷V_W','',0,'?'),('Ú@2jª2˜h»L¹Yï_','wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/divider/style-picker.phtml',0,'s}\'±QIfÌ9Dö÷”»\r','s}\'±QIfÌ9Dö÷”»\r','œúnÿ˜\ZekŸÓ«ÑkL#syÛ²™€œ÷ŒR','',0,'?'),('\'‘Ë*µg?^1®!xãP¾','wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/drop-panel-light.phtml',0,'&/Ÿ$€2µùÚË','&/Ÿ$€2µùÚË','ëC\Z:	Ÿ½³»´è‹¿œ@\0àÀ’Ëï’?`òOW…Ž˜','',0,'?'),('u5Kw \nå}(ï4».:','wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/drop-panel.phtml',0,'&/Ÿ$€2µùÚË','&/Ÿ$€2µùÚË','ëC\Z:	Ÿ½³»´è‹¿œ@\0àÀ’Ëï’?`òOW…Ž˜','',0,'?'),('Ê=:T_øñ‚‰»(Rí*ÿÛ','wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/font-manager.phtml',0,'%ˆ”h`\"¯æ\\)°öÔ','%ˆ”h`\"¯æ\\)°öÔ','˜oM3¢5jÿ×ü¾È@vGßA£}@§3jñ2;\nws×@','',0,'?'),('Ì1\r—t˜¤È3Ft—ˆdÔ	','wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/global/style-button.phtml',0,'¹2ªèV?æi\'qˆÄC1','¹2ªèV?æi\'qˆÄC1','©£àX¹As?\0F©Še| ]±jZŒý_Ê.ÐEÌ5','',0,'?'),('DÑ*;&ÿùLŠø—y«','wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/global/style-contentbox.phtml',0,'8íÕ0z^ûë©±Ì¹f£','8íÕ0z^ûë©±Ì¹f£','5mmüÁ®Q.¶\\>+ö\\éno”Eý®#@ëÊ¢Ä','',0,'?'),('\'Ö«‘Y,ëvšŠèšD','wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/global/style-control.phtml',0,'½WäŸzmúÍ“ãÌLs÷','½WäŸzmúÍ“ãÌLs÷','ÐÞOVÒÃ²{:i{0\"¦öV\r7DJ îi½)ŒØ6‹','',0,'?'),('â¦– Ã»hâÃì','wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/global/style-panel.phtml',0,'Ñ´Rd8ŒùF#§ÎÓr','Ñ´Rd8ŒùF#§ÎÓr','à2uy]9’*ÏÍujFe}AÞhnz>}(×s¹2','',0,'?'),('ùfvŽú.ÍÇZ0:R†','wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/global/style-section.phtml',0,'ÄÆV]•^eÜS¸?ä¬ª|','ÄÆV]•^eÜS¸?ä¬ª|','ÿOzÎ:Øi®:½®à…G‰YÚz{#éj°âr\\kPº·','',0,'?'),('ÆD„ü{KHf9	VÑÐ','wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/gradient/knob.phtml',0,'”»4(voád \0(UY^','”»4(voád \0(UY^','ÃZ,œ½¹nìXÀáªû…	}ÒS¿ÙïrƒÏ!a×°S','',0,'?'),('—í|„èlD ðÒXZLtxÂ','wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/gradient-pattern.phtml',0,'d8Ãy§ÆBT:.Ž8B<','d8Ãy§ÆBT:.Ž8B<','{Á‹êë,q¹¦~ˆä³ ãç(6nMööÀ(H>=¶à','',0,'?'),('ôßr,2càuƒzû³~‚f','wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/gradient-picker.phtml',0,'ÓN42–^H|ø|ÄˆE','ÓN42–^H|ø|ÄˆE','«^„ûiZª_ê3/Þ)3¥÷ÂƒšI¸uX.ß=6U—yX','',0,'?'),('k€ŽÎKª!>øFæ? Ä','wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/icon-label-switch.phtml',0,'ov‘Äˆy¯¿>’#ìÜ_(','ov‘Äˆy¯¿>’#ìÜ_(','Hkåíì&¾ÇÔoQ€c8¯\nñŠæî#Lh¡Zl?|!','',0,'?'),('y.R¶«¢àÇaO±«˜“','wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/icons.phtml',0,'¨ÚWÍU`€:ºù(I¥³Yó','¨ÚWÍU`€:ºù(I¥³Yó','–\nÛ‘n\'(Nèî&Çåbæ,’U0Iu/®\ZåÉQQ¡@+','',0,'?'),('˜–­€ÁêÚŸ?OOu…','wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/image/resize.phtml',0,'òˆ¾kã¢‚e\nNU>ÄaåÙ','òˆ¾kã¢‚e\nNU>ÄaåÙ','[TIpylg©&Ï¦z7áÅƒ*Tjiá\0°\\=¬ˆ™','',0,'?'),('~¸îGþxJ¡é«y/€OÒ','wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/image/style-picker.phtml',0,'_p>×Kˆ”[Š	Â','_p>×Kˆ”[Š	Â','ô/Gbª+Ð½3g‘n.‡]a0UÃtU¶ƒ@AÊ<šï','',0,'?'),('˜‰ñ5ïÌäòhÜ','wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/image-picker.phtml',0,'4°i/¿Çs¤IŒÉWˆ','4°i/¿Çs¤IŒÉWˆ','vJÒà³mdÊHƒhUÞ9–@<MGHÃŒü)óïôˆ','',0,'?'),('GÞá¨ÅB à}\nj©úÒ','wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/input-inline.phtml',0,'Ã‡5\'µîÐòíSl','Ã‡5\'µîÐòíSl','Û¿ü#F…¥B½x/KÓï‡ã˜ÃAÀd’Mî+(x²','',0,'?'),('Kœ´g:#õ‚ë#òW','wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/input-multiple-item.phtml',0,'Ð¶	ÀÇÕÚ›lzÃiu÷','Ð¶	ÀÇÕÚ›lzÃiu÷','}ãÑ,Í½%Áé=J¦6dËCX“Ju­5 ª/HO‹y­','',0,'?'),('ƒ6-\n‡#ŽªÑÁC','wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/input-multiple.phtml',0,'Àãâ9˜`ñ=.aüô','Àãâ9˜`ñ=.aüô','ø€¿	ÅäòÄ{¿¢w8Wk¿^$6ˆ_u8ÒEH‘´','',0,'?'),('=£œt\\ ¬bº#dª“°','wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/input.phtml',0,' àíjÒÞÕ¡Q…¬a¯å',' àíjÒÞÕ¡Q…¬a¯å','Ÿ\råh7¾å]¶ÁÍËÂ¾5‰½Û+ Ý–„Þî\r#','',0,'?'),('\nv¼ÁÅšßã W…ïe?','wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/knob.phtml',0,'~Àg;žPWÔ‡X*È[','~Àg;žPWÔ‡X*È[','wâ¾ŸBÎªôà=m4\r£âØf49tbèÆYo°\0 R','',0,'?'),('¾Ò°QGw¤¥>éA“\Z×','wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/label-input.phtml',0,'bÈG<›†ÍAP¾ðÓ¬ð','bÈG<›†ÍAP¾ðÓ¬ð','ŽÓæ¼S&BÃÏ*¶¼Â\"¹˜â™9žàþjÀ«zŒ','',0,'?'),('¾ÁÐè±åõt}„ªÇ%”','wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/layout/input.phtml',0,'Ë;…£ÿ•—2È\'Ûª»','Ë;…£ÿ•—2È\'Ûª»','ËØcÔs°½O”ãí!<¼ídš{S€ì­ù9QZÜ','',0,'?'),('°¬Lÿ+Í\\örÜeT‘ÉÛÙ','wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/layout/position-absolute.phtml',0,'¾ZÄ`°d\\Yo¥ž£v','¾ZÄ`°d\\Yo¥ž£v','¸Âie…jpàø1©\"\nÍ9}gø`õQ¦©c\\Mq’9B','',0,'?'),('7íúða±¿z¸(rüE','wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/layout/position-relative.phtml',0,'êœ_	§MK™}À4','êœ_	§MK™}À4','dOsØ•Ñˆ¹ÇänÚ‹\rÑÕ¸Òƒ‡ú¦í…ÁX3	nöÃ','',0,'?'),(' ŽMö¢ï´´©÷~;Â¯+','wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/layout/width.phtml',0,'”f:NçÀ*kÕréƒ','”f:NçÀ*kÕréƒ','’ÑiµÚ¢ËÕ9?d˜@­>–€¶{Zô”¯äÚ/zs¨','',0,'?'),('\Z±Ê÷(œ90÷›ø „]þ','wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/layout.phtml',0,'©©ß¥5²=“ïLgµ{m','©©ß¥5²=“ïLgµ{m','¡¸J|ò »ñû²£Š}\"©ò€¡»Vû*i>‚\0È:','',0,'?'),('ÛéûïJÖ!å@¡†TK­µ','wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/lead-generation/api-connections.phtml',0,'ÂË¨´²ÊÄ³9ðúg!ø”','ÂË¨´²ÊÄ³9ðúg!ø”','T9ÏúmØ\\$Ÿ³0Æ²´\"bìZÉFj°­¬\rq]','',0,'?'),('É¦I‰Mc#:1+2T','wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/lead-generation/api-drop-panel.phtml',0,'¿fZV‰§÷pP¬.A«;','¿fZV‰§÷pP¬.A«;','I)jÐÙ\r}(‚‰™¸‰›árÅ†ùÏjE]hËO¦‹Í','',0,'?'),('z†œA;X æzŸoÒŸƒÔ','wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/lead-generation/connected-api.phtml',0,'}!Ò±(è¹bÝ²Fà','}!Ò±(è¹bÝ²Fà','¯äðŠáv‰­Ó†Ûº<cæS%½ä¼ÐMeÑe\'ƒ‚ü','',0,'?'),('qcöŽ¿Ê1î^ñ²|$Ñ]','wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/lead-generation/edit-field.phtml',0,'¦˜\"Ë6‘O†Ê‹Ìx1','¦˜\"Ë6‘O†Ê‹Ìx1','yl%Ï#—;2(|f9£ÄÞë¶™—6äF«?-fo','',0,'?'),('E6¦ëŒ1ìcÊ[`SÕù>r','wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/lead-generation/lg-input.phtml',0,'ç}«1¸ì]¸Í¬vì{\"ó‚','ç}«1¸ì]¸Í¬vì{\"ó‚','ßå1\Z/¿U´hÚÊ¨=m?Ubª|C1-ãŽäË5v¯J¹Ë','',0,'?'),('ãµ2ƒÜF,\ZK²ö:˜n','wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/link/dynamic-categories.phtml',0,'ßÒíà%®&L’¡®o›1û','ßÒíà%®&L’¡®o›1û','ý$éP…7êEÄCGö<a™K|Ÿd¼Í¹…•EÍ®\\','',0,'?'),('uÆ1ÎÐg¬ÓÆ0®vœ¼','wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/link/dynamic-links.phtml',0,'˜•Lø.p	|hiÏø?C&','˜•Lø.p	|hiÏø?C&','W^,pépæ×p™cf?‡3ÀtÎ§É%›C‚ÙL°¦','',0,'?'),('b¿)H.7ñ™á„oG»À','wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/link/element-link.phtml',0,'ÙOõ7Úç@üIÐwc','ÙOõ7Úç@üIÐwc','úún\n«‹a¯ðàÁ/ÞaaàHòÈ%^^†eÏŸÚ©	','',0,'?'),('Â‘dçz2,©ˆÝ8’áú','wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/link/link-select.phtml',0,'Œüt+ïŠDçÅ‘ý¶…Î?°','Œüt+ïŠDçÅ‘ý¶…Î?°','8›—ºã/•›ì¿¨¡¸Õ5ÍÑáÝc¼ªæÌã~ìÛ²','',0,'?'),('¸ºýrj%CF¥Pà—PDd','wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/link/style-picker-item.phtml',0,'¾]9œÍ¼<w+«v0a„','¾]9œÍ¼<w+«v0a„','œ_¡0ì5{_^ïe¦ªô˜\\c‘1pŒ“+ã’žh½Q','',0,'?'),('[3=ZN¬5½k:©Jtò','wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/margin-padding.phtml',0,'~N(+ÚÓž‹ðØÇ','~N(+ÚÓž‹ðØÇ','pi¤½UG±8Db¼M·ÔHâÀ©ÒN{/U','',0,'?'),('ÆØÀ”ÏŽ>LÅ¢ï¾','wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/menu/preview-list-item.php',0,'æÕŸM×$SÁP!W’Véô','æÕŸM×$SÁP!W’Véô','åÈ”kÜ‡ÏqUþü«Žb™ru‚F‰0ØHsòJÍ\rhÓŸ','',0,'?'),('OŸ:Öm†Á†	¦ÓõÄ§','wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/multiple-checkbox.phtml',0,'UÏà^Í©72,.öp—ØÐ','UÏà^Í©72,.öp—ØÐ','Dÿz™s”ÔD÷·ur(‚f\nHÒãVñ“u{v¦Ã','',0,'?'),('«¯¦÷Ù½9Æ`èúÔ ','wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/palettes-var-item.phtml',0,'õ@Š‹(‡ð[ï:ëá`ïØ‹','õ@Š‹(‡ð[ï:ëá`ïØ‹','‹â\'}Ÿû—”êË™<Ãpß{õ¸¼-_ *Rþ§vÉ ','',0,'?'),('\"\r£ÃuóœéSBXo‡','wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/palettes.phtml',0,'ò\n–JÑ==”‘?”ò','ò\n–JÑ==”‘?”ò','e›¦»±!ùŸ=q~ëô!’sã›\\\'¤ü§Ÿ²!‰ \n	<','',0,'?'),('¶‘˜È„•¥ô¤Þ6¡Ñ¡','wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/preview-list-item.phtml',0,'ŠZº\0\Z-.IRï˜°é‰>','ŠZº\0\Z-.IRï˜°é‰>','ò6ï=ïÝH³=(x‘×&€Wôlg¢´íj;0‰48m','',0,'?'),('ÅÙ^À«˜\rˆÔe–åÀÓô','wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/preview-toggle-list-item.phtml',0,'9quûhD¶áÑ@\rÞÛÅ•','9quûhD¶áÑ@\rÞÛÅ•','[6äpn¥„Vôo•V•Uk~pþí^¿s^@îÍO','',0,'?'),('u·ôkQØÇÆ™Ä\0L+','wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/pricing-table/edit-instance.phtml',0,'¶È°ÿºÄä6R±>\"ˆWv','¶È°ÿºÄä6R±>\"ˆWv','f18ëä\"ú]•\\âÐmlÉÚ»´ç•Š,êU¢|','',0,'?'),('\"Èý -óBW_”µ(ÎW','wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/pricing-table/edit-price-box.phtml',0,'¼ìö¢)mÀRíý:¡Ç–s','¼ìö¢)mÀRíý:¡Ç–s','‡QjPÙ/äî|\r¶Ù’FOð.Ð˜æ×†‰Ò¾','',0,'?'),('\n1Æ›PÇ—Ó‹¥GØ¡ðó','wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/pricing-table/price-instance-controls.phtml',0,'Ä\nž™üI\\!éu\"—g‹	','Ä\nž™üI\\!éu\"—g‹	','T‡Kía$Ï.G¨ºh¥áÁÈùW3\'v\r†ÜLˆ;„','',0,'?'),('7r:ÄEQmY;›E\\\Z½Q','wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/pricing-table/pricing-table-item.phtml',0,'`û¦?ÎÁ ž~Awó¶','`û¦?ÎÁ ž~Awó¶','8¹¢ÐO–u:¿Ëån\\¸ƒl‘dgï¿¿µ¶ºCÎñ†ž','',0,'?'),('c·£\\ÇzlÂÕÑ¬ãÉ','wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/radio.phtml',0,'ðÒ™Z‡¥-ªþôÀ(gY_R','ðÒ™Z‡¥-ªþôÀ(gY_R','4g\r¬åŠ‰Öâ_«fì¾Å!8Ïòôë«]hÚx\0>dÙ','',0,'?'),('‰5Ìa(	ÈiYëíÖ0müä','wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/rating-value.phtml',0,'“Aù8Ûæ•£‘”‚äñ6¤','“Aù8Ûæ•£‘”‚äñ6¤','à˜\n/\'ËXù£4yK‡RCßãò†9|ÖgÙn}Œ3«','',0,'?'),('ÃúÁ0ø§6¦·ÆÿS¬)ý','wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/responsive-video/style-picker.phtml',0,'+ñz­pèšîYà\Z„¿','+ñz­pèšîYà\Z„¿','Ö6ÝÛmQÚOÖÎ±^T›\r·©`‘l’ÙÝ$¥Ÿn','',0,'?'),(';sU0©zb‚ÿ U[^í×2','wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/responsive-video-settings.phtml',0,'Ü«¶!Ó…˜÷]%fŒžÞ','Ü«¶!Ó…˜÷]%fŒžÞ','È’`}Í“½MÒÇ}³í(mTh0 ÒE_êyùT,}','',0,'?'),('€]ÍÆcN	h ¿zÜ°®G','wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/responsive.phtml',0,'xš…ý’J÷H“d*¬)ƒv;','xš…ý’J÷H“d*¬)ƒv;','Ýýôp2ž¡][=ëK‡Â5Æ†Í¢KfÁ_=íª{Œà³`','',0,'?'),('p7 fâÉlËV¸§Š','wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/revision-manager-item.php',0,'Í\'ÒÎ6iî¹È½\\6','Í\'ÒÎ6iî¹È½\\6','MÔ³jÇÞGµÞçBcoó>Å3„ S[F˜9=jx¾]µ','',0,'?'),('5È›ÌÈ >¿ÒTKÿˆXz','wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/select-multiple.phtml',0,'¤\rF²=@ÓÛwÉz1#Íe','¤\rF²=@ÓÛwÉz1#Íe','±¡å¤6¨*ú’—\r\\ŽËÚÁî²©9ºöÙËDÙD–‡','',0,'?'),('¯_¿ŽQçì†¹àôòwj2S','wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/select.phtml',0,'#IÐ×_ÓŠß¥A?äC>A´','#IÐ×_ÓŠß¥A?äC>A´','í\r	B\r“9Ze4=t‰Y°9„ÄïÖcÏÌ#Cw)Þ ','',0,'?'),('#öãÅ¦‚¶JÕý¡ÐSE¿','wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/selected-elem-nav-item-compact.phtml',0,'<IËý\0Úõæ)ÉP8Jb','<IËý\0Úõæ)ÉP8Jb','¨ðíˆã½~‚¤~ã›dø½šõ`O†¤»½¿µò\rI','',0,'?'),('j¢P‘P­+.ÛOh}','wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/selected-elem-nav-item.phtml',0,'ëƒ ª%µöÆ(—œ-An¤','ëƒ ª%µöÆ(—œ-An¤','Lñ/õ\'uÝÑ×êvËµŠóé+æè€Ç|é›Ñf®','',0,'?'),('”œ¡ñ¬œŸT“â¿ãDêV','wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/shadow.phtml',0,'Iºé5W:u\r\r$­ŠÊF0','Iºé5W:u\r\r$­ŠÊF0','\ZÌ¶Œ^ùŽž=~ëD4È_N$ÕzhåÒ°[˜þÜ^ ','',0,'?'),('”¡QÏ¯}c™­&Ôhts','wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/slider.phtml',0,'j&ï¡¥­ÓƒÍg^\r+â','j&ï¡¥­ÓƒÍg^\r+â','”±ã™üÂYñÁLŠ>Â]œ8 ¿oÖ£ ‘RÍ4W”','',0,'?'),('€›>£‘€O²Oõ/.¬','wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/social/fb-share.phtml',0,'íÔ\\ÙœfÝýøpï','íÔ\\ÙœfÝýøpï','	ÿ™·Â•OzÄçïð}çËì¼ÛÑeOš·tÆtã¾','',0,'?'),('½´ÊL¤\'”ŠäÚ ’«©þ','wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/social/network-checkboxes.phtml',0,'Òbšû™ñiõ“Ú*­','Òbšû™ñiõ“Ú*­','³Uç±Ø×1Pà0žµN5š¾!4K#]mó½_qj©¬¦®','',0,'?'),('bŠÂJ|¥9C^i7ÐCÜ','wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/social/network-settings.phtml',0,' W*JÉômŸ.Ål¶¥.',' W*JÉômŸ.Ål¶¥.','É\r‡¤›*xdµì<l	)‘Ñ§w­¥MÈRÌ\Zþ¶','',0,'?'),('šô¶Û±*—Êr½¶ðP˜1','wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/social/pin-share.phtml',0,',çñ÷Êq@òPŠÁô×',',çñ÷Êq@òPŠÁô×','H¥‚1«W\rÁÖvâö‹Å@†\"÷ƒ­Z9ôl‰@','',0,'?'),('V¦²\'aÏõB}z½ò…¡','wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/social/selector.phtml',0,'ÔŒÙ\0²é€	˜ìøB~','ÔŒÙ\0²é€	˜ìøB~','ã°ÄB˜üšûôÈ™o¹$\'®Aäd›“L¤•™xR¸U','',0,'?'),('Ÿ‚Qn\\»µ>yX‰“åýé','wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/social/t-share.phtml',0,'˜Ð¨œÿd{¬ª-ˆ>-','˜Ð¨œÿd{¬ª-ˆ>-','u8ªÏ·Ò{¼LŸö1i¢Šv…(qÚàm„UKË=¿','',0,'?'),('r¤•‡,ˆ`´Œ_Î•“','wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/style-change.phtml',0,'{Ì¶œ\rÞ€‹OÅ$Àµ0','{Ì¶œ\rÞ€‹OÅ$Àµ0','¦ŽßÇ(¼w˜:¬Ào«°#–KÓ}¯\\Çöny¡ Û>','',0,'?'),('RpÊµ_Øæ2}FØ±˜','wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/style.phtml',0,'je)TÊ4”\0Óáà{¼cv-','je)TÊ4”\0Óáà{¼cv-','·ØwMÍƒdw©&Dø§¤îV§¹¤à@ÅT\\„','',0,'?'),('Û/¾‡‡]Å¯	Tèz','wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/switch-toggle.phtml',0,'H©âª,ã^Äâ¶	','H©âª,ã^Äâ¶	','àwÇ­R²ÇÛß@óˆaý8Â!X?¡»ÒÄ\'\0#`Lõw,','',0,'?'),('7×7	Ï²_õ8$Àl\Z³','wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/switch.phtml',0,'›I`×ÝRÃÚˆŒ\nf','›I`×ÝRÃÚˆŒ\nf','`#ù•6ýî–¶—Œys\Z‘3?–µ‘ì$Oci•?£','',0,'?'),('7å«€|<MO~®`\0','wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/table/table_cell.phtml',0,'ã‘ü6g#üœÐ4Ç]Û\'æ','ã‘ü6g#üœÐ4Ç]Û\'æ','=éÄlfWK÷væpú]y•(Uîã[}‡A¯x!B','',0,'?'),('»®—õêvzüŽù-','wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/text/typefocus-settings.phtml',0,'jŒÔ¢Îy/+Úsé\\T','jŒÔ¢Îy/+Úsé\\T','¥ªÁÈ6T°äqëÑÐ$Œú‰ä=Ô—rF°m=O‡q','',0,'?'),('EÍå·-È¤BB‡€Õt_ô','wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/text/typefocus.phtml',0,'=ÀŠ°ôoPŽÚ5O­','=ÀŠ°ôoPŽÚ5O­',':23äé¹ñ\\téA”Tý¥øDßDE¬Dv§!ýz','',0,'?'),('s”]RjpÙ8TÞX¼À','wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/textarea.phtml',0,'³ÏÔü‡ü¡·«ºÖ«ë™','³ÏÔü‡ü¡·«ºÖ«ë™','9{-î»IVI9zIBod!‹öQÒÿ3ºD`Ï‚&\\Å','',0,'?'),('%­·ieœI-òA÷;í+\'','wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/time-slider.phtml',0,'ÿ!‰o+1^Ìüù”X:ò´','ÿ!‰o+1^Ìüù”X:ò´','Õ;ðÒƒ ä)ûÍy´ÔC®d¢ß\'¥ÞÔ?½fÔÎC','',0,'?'),('ƒW—£ÍÑ­´më;','wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/toc/headings.phtml',0,'°³ÔÉ¶IäÙ$âÆ5½^G','°³ÔÉ¶IäÙ$âÆ5½^G','õ«9_æâúŽÏò\nˆA™Ð‹}F{ÂPûáˆæ_ý','',0,'?'),('h¼Á³ð|«ó\\þ¹ÿ','wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/toggle.phtml',0,'i­7-ºDYVµrÃw-1','i­7-ºDYVµrÃw-1','iÎa‰ñÝpðWB/iv¶Y•¦\0™ç\'²	Ý55¥Z','',0,'?'),('{ãoAýé~ö÷î4','wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/tooltip/promote-panel.phtml',0,'’ùˆÿlß³—Tž}¶¢µë','’ùˆÿlß³—Tž}¶¢µë','2Kµ*ºáÜŸº+xñÕ	iu<õÙ±ÌW¢+÷þ›4WU','',0,'?'),('ø\0Œ?ÏEó\Z%cÏèÑ','wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/tooltip/tooltip-panel.phtml',0,'°þb½Š=Qno6Þ\ny','°þb½Š=Qno6Þ\ny','”‘m­r”cÁ«`ÐÈNlo\\K¼(‰¶\'”Äîe×Î','',0,'?'),('vqù		ˆ¨EtCz«y[Þ','wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/video-settings.phtml',0,'£90§$\nÒcºFÐåK$','£90§$\nÒcºFÐåK$','\Z&Ó\\ºx56îIG.(80ö×>ÐgDS\ZCÆDL','',0,'?'),('pGô„€OÅ&›¡ðLÐú','wp-content/plugins/thrive-leads/tcb/inc/backbone/drop-panels/reset-state.phtml',0,'Hž55sr»¦›e²ó^„*','Hž55sr»¦›e²ó^„*','`ªs.®-*¼Ä.,æ=šÈÞx,7*|èfŠÇÕÏdÈx','',0,'?'),('ø‚R.öz¢nÕäîÇâE¶>','wp-content/plugins/thrive-leads/tcb/inc/backbone/element-icons.phtml',0,'{WE	ÉªgH`ÚÝÞd','{WE	ÉªgH`ÚÝÞd','àLJQ«‹\ZOg¦U»¿Í=Ñ’÷c#EBýTÿRé©O','',0,'?'),('ZcftùB€cá„%ÏÓ/','wp-content/plugins/thrive-leads/tcb/inc/backbone/element-states.phtml',0,'U\ZÙ¡³¡Õtµb™pá“K','U\ZÙ¡³¡Õtµb™pá“K','rØ\0êdrß ÕÂŠ\Z{.\0¿Y !ÞÍs‚LM7Ö,','',0,'?'),('^ù“é>ß³	†\Z#äN¾±','wp-content/plugins/thrive-leads/tcb/inc/backbone/elements/button-icon.phtml',0,'£¨>nÑÕ1 \ZÓú§','£¨>nÑÕ1 \ZÓú§','Âd³ïæÿw\'ñ¹Ü¯DÅo¶EÕ\n…[\rx‹8¦…','',0,'?'),('.©1øìoÜo:œcŽ','wp-content/plugins/thrive-leads/tcb/inc/backbone/elements/megamenu-no-items.phtml',0,'`ÙŸ±¬\n¢ÝªÕmÛ7úç','`ÙŸ±¬\n¢ÝªÕmÛ7úç','æ=	Åá¨›´#F==¨´/üÀë\0°/`\ZOb‚h\\j‘','',0,'?'),('sY€Œr7+›=”\rgYSÐ','wp-content/plugins/thrive-leads/tcb/inc/backbone/elements/menu-image-placeholder.phtml',0,'p(É3‹¾¸‹ˆÿþu\0¬ç','p(É3‹¾¸‹ˆÿþu\0¬ç','4hÌ^íñ¶ü¹, ŠèˆpøÚg;>ñœŸþŽû°','',0,'?'),('Ð~ƒÅ22YžÞœª‘t','wp-content/plugins/thrive-leads/tcb/inc/backbone/elements/menu-item-icon.phtml',0,'-Õse£Éê1‘ e-I','-Õse£Éê1‘ e-I','U´æap}g¸*ÞõŽe\0Xj\nïÑYœÕWÿCà§Æ','',0,'?'),('VÀ­gX@	EèøîgL1¤','wp-content/plugins/thrive-leads/tcb/inc/backbone/elements/menu-item.phtml',0,'s…lÈ¢ª…fÿÐ	ç‡Å','s…lÈ¢ª…fÿÐ	ç‡Å','ø8½þ8OÄ<pƒÖü³Ë¦¶(+gR i½UoÒ','',0,'?'),('O²ëKÜß—ƒ×ŽZ³¹—','wp-content/plugins/thrive-leads/tcb/inc/backbone/elements/menu.phtml',0,'CÖMÚ¤3ž#äûVaGØã','CÖMÚ¤3ž#äûVaGØã','VÜ¾Ÿ’[«\nk$pVý2­Ë”lXð\"ÅãûQ0w$¶B','',0,'?'),('Í!	Ê\0ÃèoÒw²ËQ*´','wp-content/plugins/thrive-leads/tcb/inc/backbone/elements/social.phtml',0,'ð¯Þü´äälÇ0|‰ò–ú','ð¯Þü´äälÇ0|‰ò–ú','«íçé¿jaÏú:y,œ¼•îEŸôóÄžË3‘€ì›A»¥','',0,'?'),('°|¬oŒm§!‡!Á£p1','wp-content/plugins/thrive-leads/tcb/inc/backbone/inline/column-options.phtml',0,'pf€,Æë\nCìXE³£','pf€,Æë\nCìXE³£','©[/‘ÍÜ(&jï¬M~û_ÒÇœ±sbMg‡×','',0,'?'),('«nÏ©þ¦Dc¥ãfû¥Dc','wp-content/plugins/thrive-leads/tcb/inc/backbone/inline/content-templates.phtml',0,'òS1Œ	.lôâgO¡´','òS1Œ	.lôâgO¡´','Åf,‰æ`Ü–g¶ëTJi²>6³<õîHN','',0,'?'),('|Fš¦Ó^:4}š`<¹¯D','wp-content/plugins/thrive-leads/tcb/inc/backbone/inline/dynamiclink-popup.phtml',0,'ûª	Õbï˜ƒ6É€¢Æª','ûª	Õbï˜ƒ6É€¢Æª','ÚC£ O FWä8ˆ«ÅÝÆËF—¸jGÍƒÆÂ¶Ï','',0,'?'),('¥:$«µr.V E','wp-content/plugins/thrive-leads/tcb/inc/backbone/inline/inline-shortcodes.phtml',0,'%õvj±\nO&‰ÚyÀAH','%õvj±\nO&‰ÚyÀAH','×útèßí`òËy¥„O­‹”¢ˆ„Í .^','',0,'?'),('F8*J`Hä¶ý¸·ÚÁç¦9','wp-content/plugins/thrive-leads/tcb/inc/backbone/inline/jumplink-popup.phtml',0,'™³\ZIcpD½9É~#›','™³\ZIcpD½9É~#›','¦(è_N³¤øT™>?É™Š\0&j-P¶¡á0‰','',0,'?'),('a’é«ï«x*uAËÈªN­','wp-content/plugins/thrive-leads/tcb/inc/backbone/inline/link-types.phtml',0,'8¥V\\Ü3žMÎ`þ<‚¶(R','8¥V\\Ü3žMÎ`þ<‚¶(R','Ô…ò ¼„å9ŸÓZ){¯›©§Š\rþN+ºBá~N•1Ôï','',0,'?'),('ŠË´:± Ys>eßÕ','wp-content/plugins/thrive-leads/tcb/inc/backbone/inline/popup-custom-input-extra.phtml',0,'íGXž}kÞ8æºA²³','íGXž}kÞ8æºA²³','½âÆ±<²]B÷ë ÔÕZ¨•mô„d*ûawÓ°','',0,'?'),('ï9º[«U³,×0v\'“¢','wp-content/plugins/thrive-leads/tcb/inc/backbone/inline/popup-custom-input.phtml',0,'Ë&5bÙÝ>*LÌ£ø©^¢','Ë&5bÙÝ>*LÌ£ø©^¢','dWx[ªžåIå°ÉÂ9m“Ê¨‘RËe!éãÚ´½²ŠLûG','',0,'?'),('÷ Â^/¦ì\Z¸	Y','wp-content/plugins/thrive-leads/tcb/inc/backbone/inline/postlist-links.phtml',0,'H³	¹ïŽük-ßÊ¶‡¡‘K','H³	¹ïŽük-ßÊ¶‡¡‘K','¦e±Ñßâðüms\\K¶/Ð)\r‰Û\ZÚSÿ	ì÷lÆ','',0,'?'),('>\0ü/ï©í\"„ñÚkÍ\ZA','wp-content/plugins/thrive-leads/tcb/inc/backbone/inline/staticlink-popup.phtml',0,'M(\0€Ùgžè€rAo4j·x','M(\0€Ùgžè€rAo4j·x','V\'Ÿ%MoŸ}´¸s\Zº‰+ îâ¤<c–Ó…gEj&Ý','',0,'?'),('ç¡«wñ6\n‚ZRÝ%¨›¨O','wp-content/plugins/thrive-leads/tcb/inc/backbone/inline-error.phtml',0,'Ãº•îóÒü•Ù60Dqû(¸','Ãº•îóÒü•Ù60Dqû(¸','šo1÷â¦¥Øþ³o²Ô)Z¶–›!\n<R4Hsò¡%','',0,'?'),('‘ÜÍçâMïÆ1Ibf55\Z','wp-content/plugins/thrive-leads/tcb/inc/backbone/landing-pages/delete-confirmation.phtml',0,'ÇÎÔ[‘ ý\']ïó','ÇÎÔ[‘ ý\']ïó','7„.9wÙß\ZìÔ7[@÷ÿµl@$šõU1‰n#9','',0,'?'),('a€â~ºz&!åe½4õÁGÖ','wp-content/plugins/thrive-leads/tcb/inc/backbone/landing-pages/lp-set.phtml',0,'ÇÎÖßäæR„b,šˆì','ÇÎÖßäæR„b,šˆì','õØ»G®ÞáÛñÊ›L~\noÇêB$w5¡Üûõ','',0,'?'),('ÍÆÓ\'Ùuá·“ý#Ÿ{ë','wp-content/plugins/thrive-leads/tcb/inc/backbone/landing-pages/lp-template.phtml',0,'<›„ô\\DøÄö¬','<›„ô\\DøÄö¬','7µ8¬Xkç`y°íGÿÙ¥ÙËÍç„Žê¦UÀ_PsOâ´','',0,'?'),('À#UZ\"tª:\\—r8$\'–','wp-content/plugins/thrive-leads/tcb/inc/backbone/landing-pages/lp-text-templates.phtml',0,'–KI1ŸM³3I-:¹À','–KI1ŸM³3I-:¹À','-yþ…«¿n Ä)óÒÚõì—Nªyú:	þ&ß;£6D\n','',0,'?'),('¿’@VB\Z};º Ô—‡ÓÇà','wp-content/plugins/thrive-leads/tcb/inc/backbone/landing-pages/tag-item.phtml',0,'c`æ„@<±8\\B\Z¾ÎÞ+ö','c`æ„@<±8\\B\Z¾ÎÞ+ö','VQø’<¸/Á¿S(›yƒ½Ô*Ç@ÂÊ“ýÿ?À‡]NáC','',0,'?'),('~)]Uv0i‘¨B8}ke','wp-content/plugins/thrive-leads/tcb/inc/backbone/lead-generation/apis/activecampaign.phtml',0,'v&ç¶KóÕñó}:——=é','v&ç¶KóÕñó}:——=é','œêTå¾rwåöÒ{WÚÖ„T½k´±É{™î‹â/Î¢‰','',0,'?'),('jBòõ€wOfš~é\Zcm','wp-content/plugins/thrive-leads/tcb/inc/backbone/lead-generation/apis/aweber.phtml',0,'æ¬¼bjFÎôÝ²ê=¹Ã-','æ¬¼bjFÎôÝ²ê=¹Ã-','¼7êcq\'kM^¼Í‰Ö®ýÞ™#<bùÕ‡ÆòT','',0,'?'),('A©Vï±¿r~,@Jc\0','wp-content/plugins/thrive-leads/tcb/inc/backbone/lead-generation/apis/convertkit.phtml',0,'Éô®<™_VJ2ÖºZÖuE','Éô®<™_VJ2ÖºZÖuE','*³·\Z¢ãZ;j¾Z¨—ž;¡W.ñinPù×šÍ£ÄŽi','',0,'?'),('(Þ)S¹\0tW¾Ã…có','wp-content/plugins/thrive-leads/tcb/inc/backbone/lead-generation/apis/default.phtml',0,'ÍâÒ&AÀ“C°òúôõ','ÍâÒ&AÀ“C°òúôõ','9´ýC1J‰$“=†¼™ºNY¤]™îÿ9Ì«¢2Üv	t','',0,'?'),('WyPzÚŠžÕ[;:‘fÔÄe','wp-content/plugins/thrive-leads/tcb/inc/backbone/lead-generation/apis/drip.phtml',0,'§Ï¨â	Æ®çù	É:ú ','§Ï¨â	Æ®çù	É:ú ','‘Uó0n–’ÕO\"¡Ðõ@Ýq ùP\'­æx\'3ê','',0,'?'),(',.QÇ9>ò<Í5OJ','wp-content/plugins/thrive-leads/tcb/inc/backbone/lead-generation/apis/everwebinar.phtml',0,'MdU#éÌ9Ç/\\ÌÅÞkd','MdU#éÌ9Ç/\\ÌÅÞkd','¥ñ,cú‹ün#tMè«»«IC´óXß\'Ó&}	¿','',0,'?'),('Ï\ZKóó\\›Vwàœ&¹¬¬','wp-content/plugins/thrive-leads/tcb/inc/backbone/lead-generation/apis/extra/mailchimp-group.phtml',0,'¢ÍDRo¡c`è¹°˜”Ó','¢ÍDRo¡c`è¹°˜”Ó','†Õ¢5ß«/”ä|¼Ýoé§^¼Q9‹è—ö€€$Â}','',0,'?'),('ã­ØÌ”¶Šr5ÆYš\Zž','wp-content/plugins/thrive-leads/tcb/inc/backbone/lead-generation/apis/extra/password-strength.phtml',0,'b|Ûª¨^OéîÆÑ|É¢2','b|Ûª¨^OéîÆÑ|É¢2','V„RËËìXh/Ú ¨¸Ú¢1×Ï†Ï¡w\'','',0,'?'),('VƒLSür’’*ˆ„Ý±zø','wp-content/plugins/thrive-leads/tcb/inc/backbone/lead-generation/apis/get-response.phtml',0,'•ß“¤xp[F 2Êz±gÕU','•ß“¤xp[F 2Êz±gÕU','^NxG­nËñõ2í’\\#Sø;¥µ¯(~¸­USšP[ò4','',0,'?'),('Bð¯¿¶J‰€îy¤IZš§S','wp-content/plugins/thrive-leads/tcb/inc/backbone/lead-generation/apis/infusionsoft.phtml',0,'ºÑç\0o^KÀÛ~0Ø','ºÑç\0o^KÀÛ~0Ø','ƒ{(GÅØ§ÌçÛùú(+š+pœ¶\"l``ayÃ¨>','',0,'?'),('ñh¹Ë!ÞÎÉµ½»§³k','wp-content/plugins/thrive-leads/tcb/inc/backbone/lead-generation/apis/klicktipp.phtml',0,'«ƒ!<=’a7¶æL','«ƒ!<=’a7¶æL','ÝåÞ!”©\'~/]<»%9y\'%ƒ‘×Jiçp‹ã','',0,'?'),('%\\X†´7Ã8nA','wp-content/plugins/thrive-leads/tcb/inc/backbone/lead-generation/apis/mailchimp.phtml',0,'Q3sÂøÂO\0ÛT°Ümì','Q3sÂøÂO\0ÛT°Ümì','/Ç#ìp¬[¯E¡§©’‚äZ?äJ2æF)ã','',0,'?'),('Ç/iŸ†7V„î<Ìƒ©¿¥','wp-content/plugins/thrive-leads/tcb/inc/backbone/lead-generation/apis/mailster.phtml',0,'¼´átÇŒfÏ,sjÏ™ÂÞÅ','¼´átÇŒfÏ,sjÏ™ÂÞÅ','ZñÍ‚WBŽ¡/;fï+~\'&òçßž¿…eè¨õ@lR','',0,'?'),('¤ÙeÃíz©-äbðM›','wp-content/plugins/thrive-leads/tcb/inc/backbone/lead-generation/apis/ontraport.phtml',0,'eïŽq®ËjŒkVÇÝ ¯6','eïŽq®ËjŒkVÇÝ ¯6','ÀíNs‰“‚—–ä™+Ô4ípßÀ•7zàKÐW†—','',0,'?'),(',0\nÌì‰Am‘óžQ—ÒÕ','wp-content/plugins/thrive-leads/tcb/inc/backbone/lead-generation/apis/sendlane.phtml',0,'É#!3ÐÜˆzÄs$w¨Í','É#!3ÐÜˆzÄs$w¨Í','*³·\Z¢ãZ;j¾Z¨—ž;¡W.ñinPù×šÍ£ÄŽi','',0,'?'),('†IÐc3ÍCv€ÐúBŠ\"O','wp-content/plugins/thrive-leads/tcb/inc/backbone/lead-generation/apis/sendy.phtml',0,'zÂœw[NO(ëJiL9ü','zÂœw[NO(ëJiL9ü','/Jò ÇR{SžfV9MÜGÚFv ê\r9›Ø1rû-','',0,'?'),('Ñ†Õ¥Ÿµ¤Ú 1ëA`Î ','wp-content/plugins/thrive-leads/tcb/inc/backbone/lead-generation/apis/zapier.phtml',0,'6¬ÿ‚m½Ó<®ø”äêúX','6¬ÿ‚m½Ó<®ø”äêúX','ÎB¬á—£®WÏò;å”áHûKa–Ëë\"Ò(b','',0,'?'),('…:Eð{~Õ¤HK®Šs7/','wp-content/plugins/thrive-leads/tcb/inc/backbone/lead-generation/apis/zoom.phtml',0,'¹®äuÀ©f-ü·Š8€•ž','¹®äuÀ©f-ü·Š8€•ž','™ÑîçgÕÅ§RP*v^7˜Q¬BõÅ%Gš„çÖ','',0,'?'),('ƒÝ(M£Ä\nÓ#á„˜Ü°E','wp-content/plugins/thrive-leads/tcb/inc/backbone/lead-generation/consent.phtml',0,'ì›waü”¯ÏN>õ=¤MK','ì›waü”¯ÏN>õ=¤MK','VhíÊÒU2â™G€Ò_Aßpn	e&Ä²4Hs\0Æ–','',0,'?'),('pß¨Oèv~öXr#!Ä]Yv','wp-content/plugins/thrive-leads/tcb/inc/backbone/lead-generation/errors/item.phtml',0,'Mz6´9›v	IL›ï\r','Mz6´9›v	IL›ï\r','ìT\Z\ZìF4åÓTsâ2O¸L–öŠí®¹«t#Kd£9»é','',0,'?'),('–-ÙÇßNá!þ:\\P^x•','wp-content/plugins/thrive-leads/tcb/inc/backbone/lead-generation/new-connection-area.phtml',0,'¦ItG1 ,pÌÔÍ={','¦ItG1 ,pÌÔÍ={','¯ï­	[JìÃÕzAž÷«4¤_Å.o«7û Ûœá','',0,'?'),(':,ãB?÷6)‘Öbvú','wp-content/plugins/thrive-leads/tcb/inc/backbone/lead-generation/submit-options/option.phtml',0,'Ô´7Úƒ¨6ãé RH|ü×','Ô´7Úƒ¨6ãé RH|ü×','„ãØèMD¨*³aj‰®æ7–Ñ°hæ”fð÷è…Ýšæ','',0,'?'),('\\Ù¬x&è²µ\\~û\r¿j’l','wp-content/plugins/thrive-leads/tcb/inc/backbone/lead-generation/submit-options/submit-options.phtml',0,'>æ^_j¶¿ÔbU7š¢g#','>æ^_j¶¿ÔbU7š¢g#','Ç¿šóâ4²÷ =5\0I˜MèeÔ3Àll«©úáN]|','',0,'?'),('Ü2ir‡ÄA¿Ï¼Ã\\gµ„','wp-content/plugins/thrive-leads/tcb/inc/backbone/logo/item.phtml',0,'wâË\nùAÛ>Ó%®6ûw1','wâË\nùAÛ>Ó%®6ûw1','fª¼ù~qãã×5¬RÞ³AÚ‰Œ^‚žñ]fÍd™Zá','',0,'?'),('®ÎCH&«‚AÈ„Y¤èº','wp-content/plugins/thrive-leads/tcb/inc/backbone/logo/tooltip.phtml',0,'¼rÓ†Ú<:W.¼.¬::ån','¼rÓ†Ú<:W.¼.¬::ån','ï[N” fþ!®@bàCÕ%\rŠâ˜(½¬“½Egl7±','',0,'?'),('!! ÉŽlßAðGqfªd”','wp-content/plugins/thrive-leads/tcb/inc/backbone/modals/cf-settings.php',0,'™\\j{=¦J#éç¾ÑQVÚ','™\\j{=¦J#éç¾ÑQVÚ','Zwït›E\Zõšô¦6ÔU¹.0Èu%¯çþ‡\rÁŽ','',0,'?'),('^Ô™é-±&’ª|R8Áæ0','wp-content/plugins/thrive-leads/tcb/inc/backbone/notification-box/error-save.php',0,'_†èO²[yùÁ‘v™Zñ?','_†èO²[yùÁ‘v™Zñ?','Š~l<=µÇx3×(,šF•N9R\0«ÁP!5¥u§','',0,'?'),('µ€¨$fË[šW<¹çÞ¢','wp-content/plugins/thrive-leads/tcb/inc/backbone/notification-box/error.phtml',0,'ÞzÊÛÍÃh6Tbñ¾óË','ÞzÊÛÍÃh6Tbñ¾óË','ž.ü­s»J ,Èå—€…¥5ûùzDÌbøUø†ÊÎuó(','',0,'?'),('~£U8¶û‡ï=Þ¼ŠF¯','wp-content/plugins/thrive-leads/tcb/inc/backbone/notification-box/info.phtml',0,'·@\nïÁ.i­ì»Iþ	ÜH','·@\nïÁ.i­ì»Iþ	ÜH','è‹À†ƒT¤œjÜLyür*)ÏAó¶ûð–˜Äð\ZMd','',0,'?'),('iŒ½Ñÿ%Òß¨uÔË:l','wp-content/plugins/thrive-leads/tcb/inc/backbone/notification-box/success.phtml',0,'­{Q£°Þ9Ã;àmsAÚé¢','­{Q£°Þ9Ã;àmsAÚé¢','ý?ÁòŸŽùICf™Íê‘\n\'yˆ‘>D´òÂbŸ5dK','',0,'?'),('.\"!²l·c˜#\\Wbœ|(','wp-content/plugins/thrive-leads/tcb/inc/backbone/notification-box/warning.phtml',0,'û5Š±¥ã3IÐ‘»ªy™£','û5Š±¥ã3IÐ‘»ªy™£','õA>é.3ïêçÕ”ø/°1ø†C·/ãÛÿìx~ƒrM','',0,'?'),('I\0ŽJž~í¨EÎy|õ®O','wp-content/plugins/thrive-leads/tcb/inc/backbone/page-events/actions/lightbox-preview.phtml',0,'Ñx›±dí¹_”ªþgå“X','Ñx›±dí¹_”ªþgå“X','-6ñàOMBV¶ÂSQz„Kz‘ÖÑÄ3ŸÞSûy|)ˆf','',0,'?'),('Áx}õ‹Hp{àÕ0ÒO','wp-content/plugins/thrive-leads/tcb/inc/backbone/page-events/actions/lightbox.phtml',0,'±»¹²Æï3õ4Ñ,-ü§Ñß','±»¹²Æï3õ4Ñ,-ü§Ñß','AfVMÏRâ\0ëñ!\'Â™÷pÒÉ~ÀýW@T¯€8','',0,'?'),('0F»z0a-h²dÎí±P@Ó','wp-content/plugins/thrive-leads/tcb/inc/backbone/page-events/form.phtml',0,'‘O›Ü[F€YKzŠi©','‘O›Ü[F€YKzŠi©','×ÎÇTbõ¯ƒGw(o®“„™5‘V¡CÂ«ÓiP','',0,'?'),('òÈ~ìµËÁ{jçô','wp-content/plugins/thrive-leads/tcb/inc/backbone/page-events/list.phtml',0,'×Q‘M;¨ÒºqsÔ07Æäñ','×Q‘M;¨ÒºqsÔ07Æäñ',';O(ôLzwêO±7¨§)ô“eÍ·œWî¿¡À‚XÑ ','',0,'?'),('0æm 6±ª«Ë$ÿ—Üë','wp-content/plugins/thrive-leads/tcb/inc/backbone/page-events/no-events.phtml',0,'=ë¸±Þ4†äB¯i','=ë¸±Þ4†äB¯i','¢ª%æYËJ¼^U8µ+C_bæq%·qõµ¿\"]','',0,'?'),('H\rƒìÔÁŸcQ™6ø\n²','wp-content/plugins/thrive-leads/tcb/inc/backbone/page-events/triggers/exit.phtml',0,'Íò<;ÞF[iØÓ5æH','Íò<;ÞF[iØÓ5æH','ÝµÖö³Ï\0W×-B)­:åGýnâNÞDœÙ\nÅ¡ÒX','',0,'?'),('j]µ6¦Ÿèe’‚‰¢„¼´','wp-content/plugins/thrive-leads/tcb/inc/backbone/page-events/triggers/timer.phtml',0,'#26¹¹k2Ï–MTÏ†è','#26¹¹k2Ï–MTÏ†è','¾â@…JE‘Y¤JCÎÉÉ…}ÞÑ\0«¡ÑŠêÜ¾|<–','',0,'?'),('} äc†¯¸ƒž!T‚3','wp-content/plugins/thrive-leads/tcb/inc/backbone/post-list/author-query-rule.phtml',0,'CûQI)¤ütG/EœÙDñ','CûQI)¤ütG/EœÙDñ','‰A`-øÃ«*Cþ…ã¼6Ü‚€î®øJMÝ4î¤','',0,'?'),('ú‹|=vjï®ª–t¼k','wp-content/plugins/thrive-leads/tcb/inc/backbone/post-list/extra-image.phtml',0,'¯¿ £Û‰H²7Y†ˆ©v[','¯¿ £Û‰H²7Y†ˆ©v[','aÅ	V|Ì±÷nA}¿¢›8Æ°kî0=ÎYEò 4Ú\r','',0,'?'),('LØXA	Ô“)Óyá‰Ø4','wp-content/plugins/thrive-leads/tcb/inc/backbone/post-list/post-list-default-template.php',0,'IíJ·>Ë›YêëáXW','IíJ·>Ë›YêëáXW','	H1j€@&Æ‹4]ÂOÓ™äÑ8srÁ[vÔ°¸ŸFžI','',0,'?'),('âµé³ÜkU6°TC<y','wp-content/plugins/thrive-leads/tcb/inc/backbone/post-list/post-query-rule.phtml',0,'Ýæi]Ï7Ít5EáÐ´ñ','Ýæi]Ï7Ít5EáÐ´ñ','8/}¤L+(˜ùä•™ŸðÚý”ò»|kÿ²+ÃI','',0,'?'),('iy\rX.3ð:Ê50Ê¶?\Z','wp-content/plugins/thrive-leads/tcb/inc/backbone/post-list/query-options.phtml',0,'NºÁ\0¦ŸÞ†ã¹ˆÅ4','NºÁ\0¦ŸÞ†ã¹ˆÅ4','Oh¢Áfu__úxME£ƒóqHóóû\"Ñ9×âKš ','',0,'?'),('¿™Ž¢\\¤š\r÷I›OS_:','wp-content/plugins/thrive-leads/tcb/inc/backbone/post-list/query-rule.phtml',0,'9Ë\n.~çÒ›^}YÚÉ?Á','9Ë\n.~çÒ›^}YÚÉ?Á','cõTÛŒ(ïZGÖ*äD¦•,¿eôœC	.„+Y^','',0,'?'),('&¸ÌŠy£@AÄ$¡]–','wp-content/plugins/thrive-leads/tcb/inc/backbone/post-list/query-term.phtml',0,'L(Ÿ—ê0ÿ›åßhCÈ6','L(Ÿ—ê0ÿ›åßhCÈ6','éÊ¸fÜžú£/0€_ŠÓ7ß—T‘§Ï”c¡@ýc®<(N','',0,'?'),('ÈF½\Zç¢çcÈ‹fŒz	C','wp-content/plugins/thrive-leads/tcb/inc/backbone/post-list/select.phtml',0,'Øí5™Ä¬­çŠ‹kºÝS›','Øí5™Ä¬­çŠ‹kºÝS›','þÃI3énøÑv3;Ë„-!74´Ø‰#!0ÑK&','',0,'?'),('§Sëµ~ö¥ý4Å¾¨õ','wp-content/plugins/thrive-leads/tcb/inc/backbone/sections/item.phtml',0,'8ðìðÇq–ê;M•VF£','8ðìðÇq–ê;M•VF£','G(ç³E™Ü€É»Q˜ð\rùpóþø\0@Æ 5ˆ«id','',0,'?'),('[gnkuö-MÜ3\Zm\0”j','wp-content/plugins/thrive-leads/tcb/inc/backbone/shadow/no-shadow.phtml',0,'h‘Pü#Ükƒ.>Áê?%','h‘Pü#Ükƒ.>Áê?%','W§Cmîp8†ÈÚaÛ¦ÙjT1‚ã(A°»íˆS/ó','',0,'?'),('bvNÃ\\‹z\n³VnBŽ','wp-content/plugins/thrive-leads/tcb/inc/backbone/symbols/content-template-item.phtml',0,'µ4<?7s\ZÚb—¢7Lj©Q','µ4<?7s\ZÚb—¢7Lj©Q','t\n	Å\nùP»ÖÁOÇÖ@<hMÑTå:ˆæôk`\Zý{','',0,'?'),('BNÀÄ»xyþäöÐzæØ','wp-content/plugins/thrive-leads/tcb/inc/backbone/symbols/create-item.phtml',0,'zˆˆßl³IV»àšÚ¥h','zˆˆßl³IV»àšÚ¥h',' m \ZnS’Î7€\Zi\\Áê”À¬\\Zö÷®‹©eVÕ','',0,'?'),('î\n-\ZÒJíXä“²´6','wp-content/plugins/thrive-leads/tcb/inc/backbone/symbols/get-symbols-error.phtml',0,'ªUCë`ª°=#Z”Èî','ªUCë`ª°=#Z”Èî','¦ÂûWú eüôÍ\nÉþÒ1\'`íˆ€žŠ´¤õS\"','',0,'?'),('ááò?\Z;\\clÏ\ZË“µ','wp-content/plugins/thrive-leads/tcb/inc/backbone/symbols/item.phtml',0,'!µ~GéÕ×;ukå{Å','!µ~GéÕ×;ukå{Å',']LüNyËp¨ŠpàL<@fWäªaRÒÛ\ZxŽq[öí','',0,'?'),('Ø!Ÿš™CÏDßM7Ðª','wp-content/plugins/thrive-leads/tcb/inc/backbone/symbols/save-templates-symbols-error.phtml',0,']|¼ˆºñ9¨‡•…¤øàh',']|¼ˆºñ9¨‡•…¤øàh','3_Õ T·SG…ÀË[Eè8]ÙUvêá`Geoë>','',0,'?'),('¥¨M:”1iKçÆÐN','wp-content/plugins/thrive-leads/tcb/inc/backbone/symbols/section-item.phtml',0,'ºÔ¤ç		á¡,o²@è','ºÔ¤ç		á¡,o²@è','õ²|.U$%”‡ÀÀ‹ÎlÇ	—b6“g¡FÄ²®fãÉ','',0,'?'),('¼88¶ŸÚ·ÊCêï\'è©j','wp-content/plugins/thrive-leads/tcb/inc/backbone/symbols/sections-container.phtml',0,'óP\0»|±#í*|ïàµï','óP\0»|±#í*|ïàµï','²a¥ˆ‹†(bØ8åº™sPk(ó¡kó  Æb>é','',0,'?'),('ÚFîÄø7ŸÓDÃÜè','wp-content/plugins/thrive-leads/tcb/inc/backbone/symbols/sections-message.phtml',0,'°¡\0GZ!»/ÚŸ´Ó\0~','°¡\0GZ!»/ÚŸ´Ó\0~','­Y¶Ý÷mÀ’së¯2+[·ÖÀAw6ž)£­N','',0,'?'),('ž.âÔûøŽCa ','wp-content/plugins/thrive-leads/tcb/inc/backbone/util/audio-file-picker.phtml',0,'Ìt»es\Z\r|KuÌóÛÛ5','Ìt»es\Z\r|KuÌóÛÛ5','(´XtÎ–¬?ù‘Cnë;›T­»nÏd¸ùPÚ\rw','',0,'?'),('a#9Ê#N|Ö_ñyÑÃÔ','wp-content/plugins/thrive-leads/tcb/inc/backbone/util/color-picker/add-color.phtml',0,']ÚÖ2­ÛžLbß7°¿H',']ÚÖ2­ÛžLbß7°¿H','k`VŠ8{VY¢t’û×Ò—”Üµ<–dä^çµqD','',0,'?'),('ù÷Èºi\nE7+ÓÉ¶Æû~','wp-content/plugins/thrive-leads/tcb/inc/backbone/util/color-picker/favorite-thumb.phtml',0,'Ò1°Ø†I\"ŠWù¨ÑvË','Ò1°Ø†I\"ŠWù¨ÑvË','ÞàªÝ]bT÷âä¡#&–€ú¿tjÖÝÜä480&$ Ü','',0,'?'),('­À™JhÂììo/åeð^“','wp-content/plugins/thrive-leads/tcb/inc/backbone/util/color-picker/global-thumb.phtml',0,'¢—œh\'o*cÃÞŽ[ï','¢—œh\'o*cÃÞŽ[ï','€5„»^’ûð®¯4êb=—èí-!»ÏqM´—X	Ùcz','',0,'?'),('}…§…Þ~|–çª8†N…','wp-content/plugins/thrive-leads/tcb/inc/backbone/util/color-picker/save-btn.phtml',0,'ÚÑ8Mr¾°‹l{Yô$E§','ÚÑ8Mr¾°‹l{Yô$E§',';Ã„CHcJí†]\nÆU~2XLzä…@bVÚ\\P¸{I','',0,'?'),('vÿ­BX<A:ã{n=oj†Á','wp-content/plugins/thrive-leads/tcb/inc/backbone/util/edit-as-group.phtml',0,'Mfà¤’z—Íø«¬­TëÞ','Mfà¤’z—Íø«¬­TëÞ','éNr2€³î¹€ŸAN^CE–o3LÕ?)p÷	ú¤','',0,'?'),('šº>(òGËZµ1Üü','wp-content/plugins/thrive-leads/tcb/inc/backbone/util/edit-global-colors.phtml',0,'#Ø\\=÷i€Ð´¼ò‡3','#Ø\\=÷i€Ð´¼ò‡3','rÒ&É ßÔ$é¡\Z/êíSø:Mtr\\–]þÇ$‘éÓÙ¹','',0,'?'),('“†*$‚#0ã—8b|rS ','wp-content/plugins/thrive-leads/tcb/inc/backbone/util/edit-mode.phtml',0,'lšCÌ,H(Kì|÷\"]ú¼','lšCÌ,H(Kì|÷\"]ú¼',']?Sô³ä4\0fÚmw¯W´ä¾{ÞŒƒU·V†\ZTOÈ…','',0,'?'),('<À’ÿëênâC`ì¼','wp-content/plugins/thrive-leads/tcb/inc/backbone/util/favorite-colors.phtml',0,'YÅ±æ!nÒþ¼öÙïR”|','YÅ±æ!nÒþ¼öÙïR”|','z î8GqÚ–«ÿ>Ü¦M<íE¢7\Z|ê¨ªÒ#Ø´œô','',0,'?'),('\0i2\"©t{|ÁÑŠÎaÿ','wp-content/plugins/thrive-leads/tcb/inc/backbone/util/favorite-gradients.phtml',0,'ªR­Y+Âá6›”¤š','ªR­Y+Âá6›”¤š','’ÜÝKžÕyõµÒ¢–ˆ†HÝÍúQOåÅ÷ïö¨1Kú.=','',0,'?'),('‰A9)Q[º ¶É+ÚÀ4','wp-content/plugins/thrive-leads/tcb/inc/backbone/util/file-picker.phtml',0,'\nšœäS4¯7Ì¦¿tŒ?','\nšœäS4¯7Ì¦¿tŒ?','Ýoõ\'qEeÌûÐû74¤Œœc¦Ec\r§< ','',0,'?'),('‡Ðö¤‚zmE³¬é°Às]','wp-content/plugins/thrive-leads/tcb/inc/backbone/util/icon.phtml',0,'¥.ÃD+èü½ú¿£¿','¥.ÃD+èü½ú¿£¿','üM‘„YFsÁšµÛË±—Åyõïž¸ñ­QCþ7šä','',0,'?'),('Ÿ(pbƒa<ÆÁæmcA÷ë\"','wp-content/plugins/thrive-leads/tcb/inc/backbone/util/input.phtml',0,'µ$kšSõˆiç;<ºì[','µ$kšSõˆiç;<ºì[','ìŠî@vSŒ6”#ŒË£Q¹Wqõ 6îÍ¼öZç¬Hó','',0,'?'),('Hã‚\03ê¤%ó*~:ÍmIô','wp-content/plugins/thrive-leads/tcb/inc/backbone/util/link-styles.phtml',0,'˜)¤ž.®´?eì6ä}…RY','˜)¤ž.®´?eì6ä}…RY','‰8	BaR<Ð3h*}!Æp|”&œcŒx²Ú—Ù','',0,'?'),('!qÕ\'ÏÕÑ¤syRcŠ}m','wp-content/plugins/thrive-leads/tcb/inc/backbone/util/link.phtml',0,'Ž=}—7çó(†Hwð$´','Ž=}—7çó(†Hwð$´','ÚÐ\"LW½‰…|0”I¦>£Z\"}Æ¯1ˆbØ8H·^','',0,'?'),('­ÿÛn‡|{~ÖÎâ´','wp-content/plugins/thrive-leads/tcb/inc/backbone/util/list.phtml',0,'{¶]ôé¥jÐgµI\Zsuí™','{¶]ôé¥jÐgµI\Zsuí™','ÌòQˆƒ\'\\æî[3o³}d,+Ÿnïþ+^ë>Œ[','',0,'?'),('%¥¬ÛC?•ñmˆÂ‰6]à}','wp-content/plugins/thrive-leads/tcb/inc/backbone/util/option.phtml',0,'Oª‚·]\n4ª¯Ý”]è±c','Oª‚·]\n4ª¯Ý”]è±c','Fš¿ô5æKÝ^iM\n,ÓÆò*nxó²ÉÖ+Eóê§×‚','',0,'?'),('}ä)6&â©í£G0ÿöE','wp-content/plugins/thrive-leads/tcb/inc/backbone/util/svg_icon.phtml',0,'ÙTO…“œøÁó	P|Ò\"','ÙTO…“œøÁó	P|Ò\"','¦½ð9E=vo!øF¯È6F7\'!v.ú”É\"YPó¤','',0,'?'),('¤J½\nktðò\rz$g“3\0','wp-content/plugins/thrive-leads/tcb/inc/backbone/util/template-colors.phtml',0,'”…ƒçä3OÀ{wºí`4','”…ƒçä3OÀ{wºí`4','4ñ¹eH÷à‹•Ä\0¯RZRiRHS¦b½Á±¬±÷én','',0,'?'),('ÉtÄ§T}Dˆ¼ò','wp-content/plugins/thrive-leads/tcb/inc/backbone/util/template-gradients.phtml',0,'«Ïšðÿ™YÙ†qd6ïúZ¨','«Ïšðÿ™YÙ†qd6ïúZ¨','e\0äª\Z$XŠ+iOáö¨;]6o¼Ð9dŽÛ%ŽK','',0,'?'),('Ä_³ì«Ê,·ƒý’í','wp-content/plugins/thrive-leads/tcb/inc/backbone/util/video-file-picker.phtml',0,'¬ ¾žÅ¡“¤0‘gDš,','¬ ¾žÅ¡“¤0‘gDš,','¯ò]©xâÕWŽÒýü™ÂVós“(o±Ü31o9ye','',0,'?'),('M€1Ä?IM^’¡ð\ZS­','wp-content/plugins/thrive-leads/tcb/inc/classes/class-tcb-cloud-template-element-abstract.php',0,'ƒ@j›It%xb+¸\rhJ`','ƒ@j›It%xb+¸\rhJ`','ÄhN\Z¦ZØ,WZ¿šüýrâ)†§ä7¯º±Ú¥”','',0,'?'),('–-ô‚Ö…É9}ÆÇó`','wp-content/plugins/thrive-leads/tcb/inc/classes/class-tcb-contact-form.php',0,'<{CÿåÎ4úýKQ=Ÿ','<{CÿåÎ4úýKQ=Ÿ','&ÆÀÇ\n¢Þ®—ü`øêHÜÿ”4Š\\Ö‰\'r(Lí','',0,'?'),('gP¾A†\rÙˆ¦ŽŠ4ü','wp-content/plugins/thrive-leads/tcb/inc/classes/class-tcb-editor-ajax.php',0,'6RD»ôQx3Ïþ@ât‚','6RD»ôQx3Ïþ@ât‚','Î#\n ŸÅ^éQhé¼Ž4€ñL:?/‰¸Þ:ï(','',0,'?'),('ÒDúœE0½´|wDß¦','wp-content/plugins/thrive-leads/tcb/inc/classes/class-tcb-editor.php',0,'\rÅùßÌ°NbyëË;ƒ·','\rÅùßÌ°NbyëË;ƒ·','þ\n@NÈšŸ¯½ÃÅ¼üˆU«ŽÚ&qª|àÁé©','',0,'?'),('œÁá–!¹žBÙZªl&l','wp-content/plugins/thrive-leads/tcb/inc/classes/class-tcb-element-abstract.php',0,'Ñä¦ÁH€öÞ#-\ngí','Ñä¦ÁH€öÞ#-\ngí','Iƒ“P¬ç¹!Ù~D,¤ÎW>Ãÿ´uÞÐãcShOœ–','',0,'?'),('zAtÒ”O›PÝ(¶†]Ž','wp-content/plugins/thrive-leads/tcb/inc/classes/class-tcb-elements.php',0,'çkqöLÇPPˆ¨ü¼ †','çkqöLÇPPˆ¨ü¼ †','¯({\"ïGÑY„ù¥c“–xXá06_Y—¥-x%ü3a','',0,'?'),('&ì.ïV|†gÚì¬¹P¼Ó','wp-content/plugins/thrive-leads/tcb/inc/classes/class-tcb-font-manager.php',0,'Ji¥n½CF¡È‰\'fÑ¤æ','Ji¥n½CF¡È‰\'fÑ¤æ','ß8oüf—SÉ,ÇäÁl•kYGƒÇh2‹ñî›¾èÑ0ß','',0,'?'),('›ýgÜŠ‹)ºÏMƒž#U','wp-content/plugins/thrive-leads/tcb/inc/classes/class-tcb-icon-manager.php',0,'Ð>FqÂQ\'T—Ÿ%}~q','Ð>FqÂQ\'T—Ÿ%}~q','±æTmðáö–µî?‚yÇµäú¼ª £ÛPõ~5â','',0,'?'),('‹§vwéá<´ü¡îî\\¹$Í','wp-content/plugins/thrive-leads/tcb/inc/classes/class-tcb-lightbox.php',0,'¤„a±a\näXKÐt´','¤„a±a\näXKÐt´','8%¹4Ð‡ oÿã;`|†x\0_\0¤@„Cºw¸å','',0,'?'),('Ð;ÉÓ\\áúÀ-Ëí½þq','wp-content/plugins/thrive-leads/tcb/inc/classes/class-tcb-menu-walker.php',0,'8\\y>8ÆBsÀ—hd–ž’','8\\y>8ÆBsÀ—hd–ž’','Æ\'+Ü\nW™*S­Ñó¸ÛaÑú&Ö·\n|]€','',0,'?'),('Ñõá²¤a&“tî´p I','wp-content/plugins/thrive-leads/tcb/inc/classes/class-tcb-post-grid.php',0,'<í¼@|©\r^v÷ßa;{X','<í¼@|©\r^v÷ßa;{X','U1ý:ù¦H]ÊôºÀ)É;xev‘˜é…NÊ›\nÊ{','',0,'?'),('ÝÐ”}­ÎšQ;ÄåÌ&on','wp-content/plugins/thrive-leads/tcb/inc/classes/class-tcb-post.php',0,'~ùÌ—kMÍ£î‘B3ª:','~ùÌ—kMÍ£î‘B3ª:','SY%´ÍâË]5W9k4Š‹ò8d¦ ¾¬§\r´å','',0,'?'),('{±•ÓWœÆy|üæÁ)','wp-content/plugins/thrive-leads/tcb/inc/classes/class-tcb-symbol-element-abstract.php',0,'‡ÄÁ98³›ž‰•;','‡ÄÁ98³›ž‰•;','õÊ÷ûß½”¿Ë’–V¾z²4ÒÕÀÄY©àp©*Owd±','',0,'?'),('¥¾ú• ~ÌJ¾ôìÒuð\0','wp-content/plugins/thrive-leads/tcb/inc/classes/class-tcb-utils.php',0,'…dZíÄešÓÿï…y–','…dZíÄešÓÿï…y–','Z/¨˜c‰ƒ¿OšÅ‹üZU®§“ûÇƒÖ¤\"ý|9ímÒ','',0,'?'),('µ®–Š½v£TÿµŒâäE','wp-content/plugins/thrive-leads/tcb/inc/classes/class-tcb-widget-element.php',0,'¨ô±¸K­bªŸ¯Ä¶\'','¨ô±¸K­bªŸ¯Ä¶\'','Þ.¿‰›·S1Óæt§Ø½-È­^éIÖ^pPÑ\Z¢¡','',0,'?'),('@@ÒÛÎì¼\rößÉXÖf','wp-content/plugins/thrive-leads/tcb/inc/classes/content-templates/class-tcb-content-templates-api.php',0,'«ìÄÝN2Ÿ«-®]Ò™œ','«ìÄÝN2Ÿ«-®]Ò™œ','‰Š\\\ra ½)^<uÅ#‹ÂBÑÏ´{Ç–X§Ç1kQþ','',0,'?'),('´×ñÏñz×ÙšÞ†^üp','wp-content/plugins/thrive-leads/tcb/inc/classes/elements/class-tcb-article-element.php',0,'w½aD¥³Ñx¿EËÝ¥8[|','w½aD¥³Ñx¿EËÝ¥8[|',']ëKFûn¹Ï,p\0ÊûÈÐ]\ZÌ!Ish‘¾Á:À','',0,'?'),('db­•Ó#lÒ%“®-','wp-content/plugins/thrive-leads/tcb/inc/classes/elements/class-tcb-audio-element.php',0,'>¡—12%Æ‡X`T','>¡—12%Æ‡X`T','sÁž)ƒEÂ]En0šèŸÅµìõö|«_0Aè3Ç¡','',0,'?'),('ÍUmñÍ6~Çä ó+0Ì','wp-content/plugins/thrive-leads/tcb/inc/classes/elements/class-tcb-button-element.php',0,'yÆ\n-\nÚ°Ó@hbÉºuÚ','yÆ\n-\nÚ°Ó@hbÉºuÚ','€îÃ6Øn”Ç/í%ÈešN«Õp¹ƒ|ˆ( ÏŒ','',0,'?'),('üˆ@	vŸ^o:qÚ~”|V','wp-content/plugins/thrive-leads/tcb/inc/classes/elements/class-tcb-button-group-element.php',0,'Ns¢¹•ªË®€]™Ã„','Ns¢¹•ªË®€]™Ã„','GƒÀ,¨¸yb´¬ŸëÆœ	\'¤¹\Zž„sù¾t‚›','',0,'?'),('ìb?ŽåCËÿo¸âùF\r','wp-content/plugins/thrive-leads/tcb/inc/classes/elements/class-tcb-button-group-item-element.php',0,'Ð“«m,šëfs´|ž£n','Ð“«m,šëfs´|ž£n','¾ÝaßO&Â†öÄÜb;©Íç„¦IužŠh¹','',0,'?'),('¥å»+°ÿáÐ>WÿMvéx','wp-content/plugins/thrive-leads/tcb/inc/classes/elements/class-tcb-callaction-element.php',0,'•èGÍÑp¡2ì_TEÚ7','•èGÍÑp¡2ì_TEÚ7','ºòÂ~¿INìúšW4zÇ¬b7sØ?j|é3ö`ºŠ','',0,'?'),('ß“Ú1à¤WÕsB7Þ©','wp-content/plugins/thrive-leads/tcb/inc/classes/elements/class-tcb-cell-element.php',0,'“¼ø¤¸_Û”ÕáËÞ!{Y','“¼ø¤¸_Û”ÕáËÞ!{Y','\'ú$J6¿Ì~¢ÕOûŒz{†³“™¹ù\"À£˜{Q','',0,'?'),('L\rG;Œa/)€o«u£AÄ','wp-content/plugins/thrive-leads/tcb/inc/classes/elements/class-tcb-column-element.php',0,'hL_¤Å0þ¹¶ë@ÂÇX','hL_¤Å0þ¹¶ë@ÂÇX','_K`W:X¿E´JýaÖè†…žrK²¯q§í¢Þ°','',0,'?'),('S¥ÆM \0Ÿƒs#ž?','wp-content/plugins/thrive-leads/tcb/inc/classes/elements/class-tcb-columns-element.php',0,'étk{†k¦}Ô IÇíßá','étk{†k¦}Ô IÇíßá','p²E™Bkiu«Ç¤#Ïeï³á®Qý)º1A=ÓÈŒ¤','',0,'?'),('©¾—ÇªýÔ0Ë¡$Ü¥','wp-content/plugins/thrive-leads/tcb/inc/classes/elements/class-tcb-commentsdisqus-element.php',0,'ß;p!–À‹°3çé‰Ã]','ß;p!–À‹°3çé‰Ã]','Yq^Ê¿1-5•3¶>\0ó¼®«ž¾†…Ó\'q+q','',0,'?'),('jÆäÙöaôáŸúñYÓµ','wp-content/plugins/thrive-leads/tcb/inc/classes/elements/class-tcb-commentsfacebook-element.php',0,'µW\0 ½¸0°‘k9xzMÃ','µW\0 ½¸0°‘k9xzMÃ','.²hÆÿ1Å#?d†ÑB*E8ÁT’ïtð0§O;L”','',0,'?'),(';¾ïÕ¼Mß<Š8Y,\' ','wp-content/plugins/thrive-leads/tcb/inc/classes/elements/class-tcb-contact-form-element.php',0,'\r¼i•å—ÏT×ó>eÃµBt','\r¼i•å—ÏT×ó>eÃµBt','µNrCŽg@Â-ÜÀÖ¨–!ÇÑ×c\\ÌJ·R€ÑþŽþ','',0,'?'),('\rïÒwS¼;âÒlÆTŒl','wp-content/plugins/thrive-leads/tcb/inc/classes/elements/class-tcb-contact-form-input-element.php',0,'#…hRåC.Í\n¼õs™¾','#…hRåC.Í\n¼õs™¾','¥†’¼’ÂDa„ÔÈ$Õ	æàED—ë	ñô·½ÝNö','',0,'?'),('wiËîd[KŸt]8F&Ö','wp-content/plugins/thrive-leads/tcb/inc/classes/elements/class-tcb-contact-form-item-element.php',0,'Ã~ÃEòÊÖuñ“kg{','Ã~ÃEòÊÖuñ“kg{','·\ZqlÔS†#„€3¼&’ˆ&œ}’N¯¯œ8\Z“[J”','',0,'?'),('†)r)ßsèÆOk,Â>îÈ','wp-content/plugins/thrive-leads/tcb/inc/classes/elements/class-tcb-contact-form-label-element.php',0,'±KÒ…Âà¤–èƒaoÑºX','±KÒ…Âà¤–èƒaoÑºX','és–º¹¨S­>a$Ñb¨ûWÖìúÖì•m¯mCbâð','',0,'?'),('Ö[÷büKAskÚ÷ß–Gá','wp-content/plugins/thrive-leads/tcb/inc/classes/elements/class-tcb-contact-form-submit-element.php',0,'	ÏñQHGf‰<SªuÇ','	ÏñQHGf‰<SªuÇ','z\";Êoäaã¤CZKp[ƒÏQ¸pxO´_’³\Z‰','',0,'?'),('À]¬lùr¹‹d<¨tËrÚ','wp-content/plugins/thrive-leads/tcb/inc/classes/elements/class-tcb-contentblock-element.php',0,'&Ìu½{\rQ`¾ ,¨','&Ìu½{\rQ`¾ ,¨','+VÖ¬#‰±\\»ŽÐµ.ãëó·½·¾¢\rn§\\†','',0,'?'),('´‘ãß–r’6¶%0$Èx@','wp-content/plugins/thrive-leads/tcb/inc/classes/elements/class-tcb-contentbox-element.php',0,'I’’f—D3·Uö¦]Ü3òõ','I’’f—D3·Uö¦]Ü3òõ','i€\Z‹d™â§DôPŒ—¾ù™\"–Yû¹HèÌ\'vH','',0,'?'),('®‘­CÜ¹O£uÌC¦]\\','wp-content/plugins/thrive-leads/tcb/inc/classes/elements/class-tcb-countdown-element.php',0,'êš›Ñ!†ûŠå6ÈnR','êš›Ñ!†ûŠå6ÈnR','Âµ<0èýŠdv÷uõ-sðF†g¨‹ dÌÑ!šÌDë','',0,'?'),('B+»€‚&³ÎQ,\"¡?XÐ','wp-content/plugins/thrive-leads/tcb/inc/classes/elements/class-tcb-countdownevergreen-element.php',0,'‘ÕÛ+½zvVd½Ë‘ÿgá','‘ÕÛ+½zvVd½Ë‘ÿgá','	èaRé§.Ÿva>+$wCÁ^Í²Är£¾G+ý\0','',0,'?'),('f]àTÀ€Ì°lW\Zïj','wp-content/plugins/thrive-leads/tcb/inc/classes/elements/class-tcb-credit-element.php',0,'už¨Ï¶U\r›NæÎËñ½\"','už¨Ï¶U\r›NæÎËñ½\"','|b6\\É¢\Z×*Ü[[:;§\'âÇ\0\næÃë)¹3‹í$','',0,'?'),('\n«‘îm%ª–F€Î ›×D','wp-content/plugins/thrive-leads/tcb/inc/classes/elements/class-tcb-ct-element.php',0,'øÜ{lút\'`1¦$','øÜ{lút\'`1¦$','{©ù¹»êhÐ¦¦/Î+Ìya£cª‰6g·2~³Á','',0,'?'),('dyTíXùÛh9DÑ33','wp-content/plugins/thrive-leads/tcb/inc/classes/elements/class-tcb-ct-symbol-element.php',0,'AŽRbëþg,òT8NÕßUM','AŽRbëþg,òT8NÕßUM','\rÂëxFn\0€¿4D?z(ÓZÄc;Ò%Çƒ‹','',0,'?'),('÷;ÕÈb„ˆ·ØížÐú³T','wp-content/plugins/thrive-leads/tcb/inc/classes/elements/class-tcb-divider-element.php',0,'¼FBö\rìëÌ˜½äè…¤©','¼FBö\rìëÌ˜½äè…¤©','¦6„Û÷Âé…é?1ÜÒ&—-á\0äòxv,MUeÎIù','',0,'?'),('yi‹a%Ùgü 1fß','wp-content/plugins/thrive-leads/tcb/inc/classes/elements/class-tcb-fillcounter-element.php',0,'Ý±‘}© Õ’Äì\0>\'šY','Ý±‘}© Õ’Äì\0>\'šY','³ÞúùÐªj¹ƒc{}5;<\"ŽÈÿŒ†6; •?É®®°X','',0,'?'),('—“X¼ÇÔ¨\019„a8$','wp-content/plugins/thrive-leads/tcb/inc/classes/elements/class-tcb-footer-element.php',0,'‰SùTM]p;áx¡ô»','‰SùTM]p;áx¡ô»','Y?éS\rÁ›¼ï[˜YÁ(\\®9Í2µRþ;w¼B²‚2','',0,'?'),('Lâùât BÒ^‚ùQ9E','wp-content/plugins/thrive-leads/tcb/inc/classes/elements/class-tcb-form-icon-element.php',0,'Z{{\nB3²Óšáh9w;','Z{{\nB3²Óšáh9w;','‹Ä õ•Ñwˆ„ùT^‰Ð,HcðÑ³Á·æJ–¢','',0,'?'),(',Î÷ZcÅÑ<+vªØjñŠ','wp-content/plugins/thrive-leads/tcb/inc/classes/elements/class-tcb-form-input-element.php',0,'ç‡Mbƒ>&ÝÀ˜þ×•j¶ž','ç‡Mbƒ>&ÝÀ˜þ×•j¶ž','_P©HrÅmDP´ö:B6s¬U-ü±ôžþ[Ì','',0,'?'),('˜@1=pàÔXíC÷iùS{','wp-content/plugins/thrive-leads/tcb/inc/classes/elements/class-tcb-form-item-element.php',0,'Ôœ:cÈo	*Þ«°#','Ôœ:cÈo	*Þ«°#','•å˜&fXÂ¸¥­9½´´±è^™iì^µæêê¼nV','',0,'?'),('RÎ`÷¿¥¿Õ*&UÕxãœ','wp-content/plugins/thrive-leads/tcb/inc/classes/elements/class-tcb-form-label-element.php',0,';Y9Ð‹UÙjØ=`ùçbÌ',';Y9Ð‹UÙjØ=`ùçbÌ','A”ü®æý¸@6ë”T`dž2€#ì0wË','',0,'?'),('ÜâÀ/\n8^&øÿê…Y}','wp-content/plugins/thrive-leads/tcb/inc/classes/elements/class-tcb-form-submit-element.php',0,'2QWùÇ<fåJ}>yð','2QWùÇ<fåJ}>yð','ôƒr[‰›Ã°=ÐÈ]%~„³o…üÁ¿k8p˜¾','',0,'?'),('àá˜?\\b¦½Y>UóGF','wp-content/plugins/thrive-leads/tcb/inc/classes/elements/class-tcb-gmap-element.php',0,'¡[¤7»Smú¥¬¥n_ãö','¡[¤7»Smú¥¬¥n_ãö','(÷M|ç¹\Z]G~Ó6|F	Ë pëF7eª7¢ï¤b','',0,'?'),('MÓN,ðùˆœXvNP¼ü','wp-content/plugins/thrive-leads/tcb/inc/classes/elements/class-tcb-guaranteebox-element.php',0,'1B{ÓjªÁÚX*\0Þ','1B{ÓjªÁÚX*\0Þ','åø±Ù†öÎ«¾›¾øI³ËÑÐã“\r{?,±ñ¤±','',0,'?'),(']@;cë³ºï“DÁÛnµ','wp-content/plugins/thrive-leads/tcb/inc/classes/elements/class-tcb-header-element.php',0,'nIpã:%ìì7*®4a‡','nIpã:%ìì7*®4a‡','tpõã„4ê\r2®¯9\Ztë”~A‹Þ´[\rtWÒ²—','',0,'?'),('±ÆæR—ž1YU-ã|','wp-content/plugins/thrive-leads/tcb/inc/classes/elements/class-tcb-html-element.php',0,'‰Õ÷2ò3NãÐé%Ü3èðu','‰Õ÷2ò3NãÐé%Ü3èðu',' ºòÐ!0¡,(VüùM[|¥G”ùŒ^s\nB‰íD…','',0,'?'),('GÂ?0z6Ÿ©sLz`õ˜ó','wp-content/plugins/thrive-leads/tcb/inc/classes/elements/class-tcb-icon-element.php',0,'¦ùK.¹ã““Þ¶XAbš','¦ùK.¹ã““Þ¶XAbš','“\"Ñ$X±éÊ¸øÈƒ_Œ1õTŒfØt/‘GtPÕ','',0,'?'),('Ú¼´QyË\'7ò3›ß  w','wp-content/plugins/thrive-leads/tcb/inc/classes/elements/class-tcb-image-element.php',0,'›{›r\Z%)A“˜‚™¢üˆ','›{›r\Z%)A“˜‚™¢üˆ','>%Û%obG\Z^ßÕ2»!e7Û| õZÇÊCR­','',0,'?'),(']&ziýÂ%ÿ3*heMe)m','wp-content/plugins/thrive-leads/tcb/inc/classes/elements/class-tcb-label-advanced-element.php',0,'‚Ýß\\/Ü…ýŠ© ÍˆÉ','‚Ýß\\/Ü…ýŠ© ÍˆÉ',':\0©e*}išG/„Dà¿ŸïiÉÍµÎí·3','',0,'?'),('T¶µêÖ¯gû¾z0½Qµ	','wp-content/plugins/thrive-leads/tcb/inc/classes/elements/class-tcb-label-disabled-element.php',0,'oÑ;áÆÀ¯ŽÓOësê‘','oÑ;áÆÀ¯ŽÓOësê‘','D»˜]ô Ì.ÌÐµ_-ôKôN™0‰ž\r-‚Nt\Z3ƒ','',0,'?'),('ìrµbKI>±»ýjé\Z','wp-content/plugins/thrive-leads/tcb/inc/classes/elements/class-tcb-label-element.php',0,'^\nÆŽÆpg|…W\Z~ïˆâ','^\nÆŽÆpg|…W\Z~ïˆâ','·Ál^[€&=Ô®Í¡QŠn )W²^l¢jƒMS','',0,'?'),('˜¡Úœök©kTúðâDá¥','wp-content/plugins/thrive-leads/tcb/inc/classes/elements/class-tcb-landing-page-content-element.php',0,'Ö7¡ñªIÒWFõ/}ˆ—Ã','Ö7¡ñªIÒWFõ/}ˆ—Ã','cß‹bÑ“K@˜Ye>Œ—Éu¿ý‰á7C&Ó@›','',0,'?'),('÷´ªúµâsæðÉöí„','wp-content/plugins/thrive-leads/tcb/inc/classes/elements/class-tcb-landing-page-element.php',0,'m‘0G@}0/ Ÿ˜«¡|š','m‘0G@}0/ Ÿ˜«¡|š','z8~Â=Ç¾LŒæmÌ]ÆD\ZJ}Þù$»¡Kï…ò','',0,'?'),('M)IhHÊ\\ûÖëðƒNä“','wp-content/plugins/thrive-leads/tcb/inc/classes/elements/class-tcb-landing-page-text-element.php',0,'$9Uôi>«¿p£9>ŸIÊ£','$9Uôi>«¿p£9>ŸIÊ£','Ÿ³juß’sÃ6†°o‡ã¶í‰êÔV$…9[RQÝ1§','',0,'?'),('Ì´½\rU”ã\Zutœý;','wp-content/plugins/thrive-leads/tcb/inc/classes/elements/class-tcb-lead-generation-checkbox-element.php',0,'#Wh+AÇ í×½F€','#Wh+AÇ í×½F€','îý!¯Rb.1­4ŒQ4\ZÂÄõx®áëø©tXœ½‘','',0,'?'),('‡#”)”±³ÿï¸Ùv¯z=','wp-content/plugins/thrive-leads/tcb/inc/classes/elements/class-tcb-lead-generation-element.php',0,'«äéðÉÖ\rd&ªk\\Vï§','«äéðÉÖ\rd&ªk\\Vï§','ŒÏÙîÈOvñœž}÷g4X¢êOÓœ¶ _rSŠ`jLÎÆ','',0,'?'),('2åéWÔU¯ø·þ³ý','wp-content/plugins/thrive-leads/tcb/inc/classes/elements/class-tcb-lead-generation-input-element.php',0,'~Ó*ÛæD27j½óvÐ','~Ó*ÛæD27j½óvÐ','^œ‘Œ[¨“¥Á|loÏQ‘ulî­i´Z×eÚúf‚d','',0,'?'),('\rÁ‡ƒ-©\0©í¥„7Àam¡','wp-content/plugins/thrive-leads/tcb/inc/classes/elements/class-tcb-lead-generation-radio-element.php',0,'ChïÍŠæðèUOŠ','ChïÍŠæðèUOŠ','$zëdÔã]àöÜPöñàKMžâESÇŸã­nÇMÑÄÕ','',0,'?'),('û1>ùÏÇ¤6¡ÙkO·','wp-content/plugins/thrive-leads/tcb/inc/classes/elements/class-tcb-lead-generation-select-element.php',0,'\rõÿÅX”¥]…ñV&ð.','\rõÿÅX”¥]…ñV&ð.','£/À¹‰oõ`ô¬9¤¦>u¶V„§„ÿ4M!o','',0,'?'),('hƒÞ¤€æº”¤WÊj«r=','wp-content/plugins/thrive-leads/tcb/inc/classes/elements/class-tcb-lead-generation-submit-element.php',0,'AvÒe5(Ÿ›íB,\'','AvÒe5(Ÿ›íB,\'','l˜ßku—`#RÛrdoCÃ›8K\"ìL…=mèíx£','',0,'?'),('}~ì£ô)A|>ÑjHèp','wp-content/plugins/thrive-leads/tcb/inc/classes/elements/class-tcb-lead-generation-textarea-element.php',0,'YÂS`¹ÄkËm}ëœ^7','YÂS`¹ÄkËm}ëœ^7','\0§i®ø+&í»±å“\rÅ4ãøF¯ÃhÎI','',0,'?'),('åÖ\Z«WÀ¾þê3¶õ\Zj','wp-content/plugins/thrive-leads/tcb/inc/classes/elements/class-tcb-lightbox-element.php',0,'+™¶o4ñÚÅè	‰|‡ƒ<','+™¶o4ñÚÅè	‰|‡ƒ<','œ=Vù>o¡ãŽkÚªlÙ¾$Ô\"U¿îg»ô2ÿªJG','',0,'?'),('\\\'ü¼ƒäÞMT7Üz¯³','wp-content/plugins/thrive-leads/tcb/inc/classes/elements/class-tcb-link-element.php',0,'¦£ne‚CWwkžƒ\r„','¦£ne‚CWwkžƒ\r„','7~²@ñøÜ¹qFÚŸ>¤R¼†žÌó¡ïí—«ZÈF¬','',0,'?'),('´³’·.€¿\Z;iÅxº','wp-content/plugins/thrive-leads/tcb/inc/classes/elements/class-tcb-logo-element.php',0,'ÑCºÃ/µ\n¨am ¨’','ÑCºÃ/µ\n¨am ¨’',' ‡$\njïeu‘åx_µÉ½v4™*ƒþB×R•,KÎš','',0,'?'),('š*ñ§ªÛ+ûš‹çÏk','wp-content/plugins/thrive-leads/tcb/inc/classes/elements/class-tcb-megamenu-column-element.php',0,'–!ð‘Ëv·¨ŸUë‚ÜlP','–!ð‘Ëv·¨ŸUë‚ÜlP','¦p:\rL“˜ÝÖ\\l³W˜qmb\nÅñT:õ–[™','',0,'?'),('ðƒÑ)BÿÊÃÔ”ñˆ{µ×','wp-content/plugins/thrive-leads/tcb/inc/classes/elements/class-tcb-megamenu-dropdown-element.php',0,'Œì×Ê™Z}ÏÌƒ\r„¶§','Œì×Ê™Z}ÏÌƒ\r„¶§','ï…þ7–5²Îæá°©L mtâEÇZ€f÷Ð“\0©B','',0,'?'),('E›RëÉ*ÿvÆ)tð','wp-content/plugins/thrive-leads/tcb/inc/classes/elements/class-tcb-megamenu-element.php',0,'özÎº}ëóÜy>iï8g»','özÎº}ëóÜy>iï8g»','èŽôs„ëñé³n›²Ø<u&AÂ´\"´~åÕÁÎxZ','',0,'?'),('2ª*oþX·òÄ\'}ž†è0','wp-content/plugins/thrive-leads/tcb/inc/classes/elements/class-tcb-megamenu-image-element.php',0,'Qv‡Ë5emÏ|pÆÛ•ýý6','Qv‡Ë5emÏ|pÆÛ•ýý6','÷*d@œh»AÃyA#ˆû/Ãy\\˜¬ã(CHÔlR”í×','',0,'?'),('Šg³þ2}+Â±tÑç¿¬{','wp-content/plugins/thrive-leads/tcb/inc/classes/elements/class-tcb-megamenu-item-element.php',0,'Ÿ cÖÞö7æ³kmfGKt	','Ÿ cÖÞö7æ³kmfGKt	','-Cµ¿¼¾IÂ\r9µ«\n8Ð\\’ÄÄ÷½4ÄUÈ_’w;ì','',0,'?'),('HQ~”‡‹úÌ°{{çÏmø¯','wp-content/plugins/thrive-leads/tcb/inc/classes/elements/class-tcb-menu-dropdown-element.php',0,'jõ,°h<çpë&:Ø½â','jõ,°h<çpë&:Ø½â','êÄmS]Ÿp\Zäá‚×	Ôý”q«ÐN2YôÇÑßDš','',0,'?'),('bqæ7Àˆb…^Öê \0“Ÿ','wp-content/plugins/thrive-leads/tcb/inc/classes/elements/class-tcb-menu-element.php',0,'/¡×/·ñI+rù%','/¡×/·ñI+rù%','µFsìêýÏFþ}Ü½èuä(ÇÇ¦šwÀO\"OEw','',0,'?'),('Z<¶ÊV”#(¯­áÍxc','wp-content/plugins/thrive-leads/tcb/inc/classes/elements/class-tcb-menu-item-element.php',0,'K^)o7¸cUO‡¬ý4','K^)o7¸cUO‡¬ý4','Üj¾‰Ówæ{b–hiÎÁdú_îÛÓ¬XÛíp>','',0,'?'),('¢³ 3Ì^Ç¾˜ù¥×Æ4','wp-content/plugins/thrive-leads/tcb/inc/classes/elements/class-tcb-moretag-element.php',0,'Égô‹c6Zy	ó€­','Égô‹c6Zy	ó€­',' rñ6R=š7Y>=Œ˜ã+Ùðû:”â¢o21Fm?bù','',0,'?'),('´ÈÏ™sUaxf`?m','wp-content/plugins/thrive-leads/tcb/inc/classes/elements/class-tcb-numberedlist-element.php',0,'»ùnˆ2/üÏ-§…=¥','»ùnˆ2/üÏ-§…=¥','ù¬>ÅùÀ½=”r¥î-:4äT˜gƒa…º?v9:8L','',0,'?'),('X5ÉÄVÑiÕ<Ÿ','wp-content/plugins/thrive-leads/tcb/inc/classes/elements/class-tcb-post-element.php',0,'-&ÖPmÈ­#\\ÓÃ”h›','-&ÖPmÈ­#\\ÓÃ”h›','Úuç¡~×Zd~=¥NÉÎ@â®UTr‚n®[¶ÞkOü\Z','',0,'?'),('óÙFþÑÈG7Å{x†¨½ËÙ','wp-content/plugins/thrive-leads/tcb/inc/classes/elements/class-tcb-post-list-element.php',0,'EAXŽYE´¯½…=%ú:','EAXŽYE´¯½…=%ú:','tPO,ÐB_:ˆƒ¾ôãÊ]ú²hí×\nIé+YÃYax','',0,'?'),('((±EgÄÞ\";”&ÓöasÍ','wp-content/plugins/thrive-leads/tcb/inc/classes/elements/class-tcb-postgrid-element.php',0,'3}I#|MRVV3fy§Ù','3}I#|MRVV3fy§Ù','•G8p0‘\'åžªµ+7“ës7R ½\"$™\ZÏùï','',0,'?'),('(åïDëÉkYÍ[0ó','wp-content/plugins/thrive-leads/tcb/inc/classes/elements/class-tcb-pricing-table-box-container-element.php',0,'Q×%ë­jAùÅâk…B-Õ','Q×%ë­jAùÅâk…B-Õ',' Éü@H±OlôlE2ä\0eßwGÁ­ªË>ì','',0,'?'),('F}€éòV\\ÖJï÷d3','wp-content/plugins/thrive-leads/tcb/inc/classes/elements/class-tcb-pricing-table-element.php',0,'¢Z§‹Š°XÄGqÖ^¦™Š','¢Z§‹Š°XÄGqÖ^¦™Š','üÂüRÂ\\>§Rf&£ÄÚÔ¾Ù6ƒÎ\n§œÉsÌ','',0,'?'),('€ö_Úª„gåí—qº‚','wp-content/plugins/thrive-leads/tcb/inc/classes/elements/class-tcb-progressbar-element.php',0,'ùLú+\Zôg1þ¾¾û†é¾','ùLú+\Zôg1þ¾¾û†é¾','•ø˜ì¨Éêg¦/7Ì-6†[’pÄ	ab-Ï4$+','',0,'?'),('«k$F8…Áš]J˜H½ÙÏ','wp-content/plugins/thrive-leads/tcb/inc/classes/elements/class-tcb-rating-element.php',0,'-ñŽIPuH8	«ûÔ&','-ñŽIPuH8	«ûÔ&','M}åðþ^+{Òu0Sø’ÕKúmÞšðRÈ‰DT','',0,'?'),('6Ã¥ö½þzŸ	‰p\r›$$','wp-content/plugins/thrive-leads/tcb/inc/classes/elements/class-tcb-responsivevideo-element.php',0,'“ÝõA1çm•™›Mz3','“ÝõA1çm•™›Mz3','“5äd§TÈ<	RyŽ[{Î]Ö¼CËû‹Ù@-p~Ê','',0,'?'),(')àmŽÌéÑ)oDŠs12','wp-content/plugins/thrive-leads/tcb/inc/classes/elements/class-tcb-reveal-element.php',0,'C{\n¸ü1Ås×ÞS7+°','C{\n¸ü1Ås×ÞS7+°','NîOKÉ£³åƒØ…èVŽÃ^\rÆK–oö2j½÷.ý','',0,'?'),('/ûgÏðQc_\nWûã\r','wp-content/plugins/thrive-leads/tcb/inc/classes/elements/class-tcb-section-element.php',0,'Ÿfštãÿ<êdk0^¡','Ÿfštãÿ<êdk0^¡','N÷O‡¹Ÿ®u¨d“OÜÑl}}›Æ¶»*–ˆç’?¦','',0,'?'),('ÜÚ=^eKÛÂ~½1æ$Õ','wp-content/plugins/thrive-leads/tcb/inc/classes/elements/class-tcb-social-element.php',0,'D>	¾ŸmN»U\0¶ô·–˜£','D>	¾ŸmN»U\0¶ô·–˜£','‡XpáÂ\0xë°’ŸÀm&¤üy Ï´¦vÝ¢(„¢<h','',0,'?'),('ð\0mª+*f ¨Ç«','wp-content/plugins/thrive-leads/tcb/inc/classes/elements/class-tcb-stylebox-element.php',0,'Qºº]ƒ‰(eb¹›P»','Qºº]ƒ‰(eb¹›P»','à!Ä°*ÒùÄ|¿Öáü·þKÜ\0^Ò¤F \"~j(Z','',0,'?'),('¬Æcã¾&:fœFŠ v•','wp-content/plugins/thrive-leads/tcb/inc/classes/elements/class-tcb-styledlist-element.php',0,'ÏSØy_Â[–Ž~?~§—','ÏSØy_Â[–Ž~?~§—','Ü} !¯±ŠÏ­{PtáJ,Èí£ÇµeJÆ,$„GVú','',0,'?'),('7g^.B;Ò=ˆíÎM)¬€','wp-content/plugins/thrive-leads/tcb/inc/classes/elements/class-tcb-styledlistitem-element.php',0,'|Qká£!b`˜ô«wýxù','|Qká£!b`˜ô«wýxù','à~™k¥ø.>HNŠa*‹T…ˆ‰yF‚ðOrÁ','',0,'?'),(' ÖÜ¦XH%÷sÚÊ>p','wp-content/plugins/thrive-leads/tcb/inc/classes/elements/class-tcb-symbol-element.php',0,'i:9ê•Û‡„p¯ËÄo)','i:9ê•Û‡„p¯ËÄo)','jL·yS¶¢«Dhyöo–hŽ€½OAÔ’ñØáý','',0,'?'),('Â)„Þ|ZÂÙ”hE&;F€','wp-content/plugins/thrive-leads/tcb/inc/classes/elements/class-tcb-table-element.php',0,'\n	ÒÑú—ß‡gô=h\Z/','\n	ÒÑú—ß‡gô=h\Z/','nk.@«/ÕÎ¾0aâ-£Nëiö2OïîÌñ\n˜thl´è³','',0,'?'),('Ë­ÏÆuËC~»éÇ™#p','wp-content/plugins/thrive-leads/tcb/inc/classes/elements/class-tcb-tabs-element.php',0,'ÐÑÝ/€À™]{HÕÿÏ.','ÐÑÝ/€À™]{HÕÿÏ.','\"(E¯ër #.Å¶f8kYÑÿæî©¬É\\Ê‹„hD','',0,'?'),('Î{tÑÕ\n?òÍåw:žÆžZ','wp-content/plugins/thrive-leads/tcb/inc/classes/elements/class-tcb-testimonial-element.php',0,'Bx!sçm•ûc‡“fÄrhK','Bx!sçm•ûc‡“fÄrhK','Áp¸¡=Úi?NæôÚ°ÿ¬œ!×lIÈHƒÖ^KZÁžÖ','',0,'?'),('«ˆÈ—ÌX·ŽZ{Ö]','wp-content/plugins/thrive-leads/tcb/inc/classes/elements/class-tcb-text-element.php',0,'ý4wlhLÅØty×f¾ÓKL','ý4wlhLÅØty×f¾ÓKL','ëmÑÂÇTD9.f˜‹h/f@¨fá–ÀO˜Ò','',0,'?'),('EÝÒ%”m\nÐ½¬]Mbu','wp-content/plugins/thrive-leads/tcb/inc/classes/elements/class-tcb-toc-element.php',0,'´£4ÁF\\\nÔä0‘‡ÛÛh','´£4ÁF\\\nÔä0‘‡ÛÛh','(ˆulÓz[•ö~µãE*ãíRïùS¶Ê¨•øT\r&‡H','',0,'?'),('î5rQá,ºI‰ÝtÒ’}™','wp-content/plugins/thrive-leads/tcb/inc/classes/elements/class-tcb-toggle-element.php',0,'‚âMïV÷±µˆ£ãÚVŒˆ','‚âMïV÷±µˆ£ãÚVŒˆ','\ZNÚ\'Ü¯jI8WÚÚC¢\\á,dRžJ-¸Rî†Ç	','',0,'?'),('êø¨Uí(=B<¶Õèè«','wp-content/plugins/thrive-leads/tcb/inc/classes/elements/class-tcb-tweet-element.php',0,'¹zúïœN]ƒËçÉÌÆÏx','¹zúïœN]ƒËçÉÌÆÏx','œðÐ j(³…íÒLÉŸ#¹Cp[\Zã´{E¡9','',0,'?'),('_¯©¤±Äüx+lI½','wp-content/plugins/thrive-leads/tcb/inc/classes/elements/class-tcb-wordpress-element.php',0,'®f)ïi9JŸ!J ','®f)ïi9JŸ!J ','F”wäŒ¦ÅÁ?œô²Q“-¢öT~T¦Zºbã9ÒÍLš','',0,'?'),('õH›Ùú\níë­«‰4<','wp-content/plugins/thrive-leads/tcb/inc/classes/elements/pagination/class-tcb-pagination-element.php',0,' R«Àéû„’LX<’œ$',' R«Àéû„’LX<’œ$','ã5Š%-¿ßIiÕŽ1dù$\\\r©çÚ§IVbHQ«s8ì','',0,'?'),('Dî^?R}ìMË<¡é','wp-content/plugins/thrive-leads/tcb/inc/classes/elements/pagination/class-tcb-pagination-first-last-button-element.php',0,'áBv0€æhp(œïe\"','áBv0€æhp(œïe\"','n½¦M”Ž*lÜÜááÂ<?b¿”U#Ã§H±„<™‹°','',0,'?'),('ÿ©T–óì+\Z ’Ë)V','wp-content/plugins/thrive-leads/tcb/inc/classes/elements/pagination/class-tcb-pagination-label-element.php',0,'÷¥©ó.ç~íß	þŽL\rª','÷¥©ó.ç~íß	þŽL\rª','¹HAI÷¡žŸÝ›–¡8h–ô“=³?QR(”ì¢%*','',0,'?'),('£Æ?W»/Ôüra·˜s','wp-content/plugins/thrive-leads/tcb/inc/classes/elements/pagination/class-tcb-pagination-load-more-element.php',0,'ÔhÍÉ<†±ìJ\"ÒÃ7«l','ÔhÍÉ<†±ìJ\"ÒÃ7«l','cd¾Å“¦ña”ŸžX¹Õ\Z¹\\ Pr¡Iô§\0·ÅtLßïD','',0,'?'),('R‡n.ìƒ=¤6×$y)Ûî|','wp-content/plugins/thrive-leads/tcb/inc/classes/elements/pagination/class-tcb-pagination-navigation-container-element.php',0,'žxé´®žî›Kcòôà','žxé´®žî›Kcòôà','Â²²LÚ=Çovxð8 >{Žiš=™—L#V×&\\­jk','',0,'?'),('9Š+hÇå]=Ýÿ¦^','wp-content/plugins/thrive-leads/tcb/inc/classes/elements/pagination/class-tcb-pagination-number-current-element.php',0,'ØmÚÀbïª¾ê¨©hcQ8t','ØmÚÀbïª¾ê¨©hcQ8t','/d¼w0µZ[îfA¹øÇ`x¦è÷ÑÒz*3 Æ','',0,'?'),('Àz{±|V/Üþz“ŒÀ','wp-content/plugins/thrive-leads/tcb/inc/classes/elements/pagination/class-tcb-pagination-number-item-element.php',0,'\ZNGø¾*œ8ëu¥Éã','\ZNGø¾*œ8ëu¥Éã','‰1ìÕÔv\\Ó\rìY:GÄKQÌýÅ(·Ìt\"›ÿzÄZ‰¥','',0,'?'),('l­Ò^,)ËåLžî¡k4¬','wp-content/plugins/thrive-leads/tcb/inc/classes/elements/pagination/class-tcb-pagination-prev-next-button-element.php',0,'‹ObHÓü`é…ý?Ò','‹ObHÓü`é…ý?Ò','4¡ÄŠ~ôÀ4ØK²{{!PyõÐÅéE@5¹DD','',0,'?'),('SP’\\&:U¡^ó¿¾\'Õ','wp-content/plugins/thrive-leads/tcb/inc/classes/elements/post-list-sub-elements/class-tcb-post-author-bio-element.php',0,'Ö\nÌHR&,\nsµì3rE1','Ö\nÌHR&,\nsµì3rE1','Ñ_;\"ô\"fÐÐDP6¥ºf1Ð†­üs*Ÿ','',0,'?'),('Viõ¦Ö±¿G!òQä}','wp-content/plugins/thrive-leads/tcb/inc/classes/elements/post-list-sub-elements/class-tcb-post-author-name-element.php',0,'ÔÐØl­µwb.ã\n…ç','ÔÐØl­µwb.ã\n…ç','{ä1ðwÎ]ªK]šUÃ¶pÐ›®ñdüPŠF\0†“”¡','',0,'?'),('­8‘uU)œ‡ÇŠZñ…Àj','wp-content/plugins/thrive-leads/tcb/inc/classes/elements/post-list-sub-elements/class-tcb-post-author-picture-element.php',0,'Þªì}»øÙk~\r','Þªì}»øÙk~\r','|U¬¡•ûG´_å‘<+ÅÐWVlÈÈO9{Ó¨†å','',0,'?'),('šu·!æU— «‚HºKáL','wp-content/plugins/thrive-leads/tcb/inc/classes/elements/post-list-sub-elements/class-tcb-post-categories-element.php',0,'…(ˆ§7ÀyÌœ­T4I','…(ˆ§7ÀyÌœ­T4I','(áÿáéüz‚AÁÚž\\-U¹óÜt¬0ì)°9¡,','',0,'?'),('^‚¥@$|s¦´ŽGzÕÍb','wp-content/plugins/thrive-leads/tcb/inc/classes/elements/post-list-sub-elements/class-tcb-post-comments-number-element.php',0,'AÈð—¦—ub[&ïyÍ','AÈð—¦—ub[&ïyÍ','uÁï\Z	;›šàÊAF?H\\õBèP±’m×é xÊò?','',0,'?'),('öÖÙü” ÙIÓ›Ò¸õÄ','wp-content/plugins/thrive-leads/tcb/inc/classes/elements/post-list-sub-elements/class-tcb-post-content-element.php',0,'üôjf¡¨ÕœR!ÕÄÜ¦+2','üôjf¡¨ÕœR!ÕÄÜ¦+2','Ý(H«2È²°‡±ˆcõ —oWæLÛï<÷\02¶','',0,'?'),('›‚ðÝ{÷W\riÓ__Uül‘','wp-content/plugins/thrive-leads/tcb/inc/classes/elements/post-list-sub-elements/class-tcb-post-date-element.php',0,'-„SP¹ƒÎZ:ïä›ó[¸','-„SP¹ƒÎZ:ïä›ó[¸',':¤6!`Ôk¿Hï›~Sr˜“3\\yAY,žÝ±´œ] Fú','',0,'?'),('ÔfòÈÍïpÇáÕ‘s¦p','wp-content/plugins/thrive-leads/tcb/inc/classes/elements/post-list-sub-elements/class-tcb-post-read-more-element.php',0,'Èa¼žQà{°í~½®\Z‡.ˆ','Èa¼žQà{°í~½®\Z‡.ˆ',',«X ø›åH›“gÇ\'{}«xè\0‘¼6j^›Lúï','',0,'?'),('iåg¥³yÍz““…¤¥|2','wp-content/plugins/thrive-leads/tcb/inc/classes/elements/post-list-sub-elements/class-tcb-post-tags-element.php',0,'*Ô’Î‡+öƒÛÍæF˜\'','*Ô’Î‡+öƒÛÍæF˜\'','äE©ãÍà›k1oðL©sý&?¦n›BÆ–ç‘˜ò','',0,'?'),('tW·ðˆ¿	\0±D‹6','wp-content/plugins/thrive-leads/tcb/inc/classes/elements/post-list-sub-elements/class-tcb-post-thumbnail-element.php',0,'öÙø:~TÒ3æ8`Ò\rÄß','öÙø:~TÒ3æ8`Ò\rÄß','#÷bŽ²‰°ÁÜëAŒ£˜ ëÊ¿]—ÔwØL Ið¡¤ÎO','',0,'?'),('Ü¶˜<\"¹AÔ=ù}·¹ŸÂÁ','wp-content/plugins/thrive-leads/tcb/inc/classes/elements/post-list-sub-elements/class-tcb-post-title-element.php',0,'»ôA¤ ÜµOÖt–Q','»ôA¤ ÜµOÖt–Q','z:5ÁK*<^¯l·ÇŸŒ/>oªœ|	%fùÝK b×','',0,'?'),('î]¢B¥c\'°^ŸX¢Fw','wp-content/plugins/thrive-leads/tcb/inc/classes/logo/class-tcb-logo-rest.php',0,'=Ð~Ç˜BüË.Ž)©£\'97','=Ð~Ç˜BüË.Ž)©£\'97','…GsTÇ¶‘”49—‘¢Áé$¡ËôÓxŸ f0kÒHU','',0,'?'),('3¤<×˜æÿâ½éÀ}','wp-content/plugins/thrive-leads/tcb/inc/classes/logo/class-tcb-logo.php',0,'B÷õ¸¾½~CÄñòËÔ’Ù','B÷õ¸¾½~CÄñòËÔ’Ù','j·ƒË<iÓûÂ3(·ÃßKß\\ÞÝÇVq9=ùý,.ú','',0,'?'),(']º²e‚°èf·õp','wp-content/plugins/thrive-leads/tcb/inc/classes/post-list/class-tcb-post-list-author-image.php',0,'vC±ÃÍI©n>Üœ4? ','vC±ÃÍI©n>Üœ4? ','Õ\"˜„Ðn8Qƒl\'ž!iôtLR½½äA·´ëã9íb','',0,'?'),('ÍF{Ñ\r÷THxóL.ò','wp-content/plugins/thrive-leads/tcb/inc/classes/post-list/class-tcb-post-list-content.php',0,'…ù?|”7+D–ÁKÎÜ2','…ù?|”7+D–ÁKÎÜ2','½ZALº||•‹–ftK)½˜gDo¤\'ÖTšÉë1ñ','',0,'?'),('«Ó¦«ã—UDÂ\"<’ÃVØ','wp-content/plugins/thrive-leads/tcb/inc/classes/post-list/class-tcb-post-list-featured-image.php',0,'àZwûuúÉí¯Cñ¿','àZwûuúÉí¯Cñ¿','Z{N…œªL<ôa	¶po¥žm:Y	H/µÜ	KÀ¬-~Ì','',0,'?'),('é®¦¡`O‰·}ÃÏ¿\n\\','wp-content/plugins/thrive-leads/tcb/inc/classes/post-list/class-tcb-post-list-rest.php',0,'±.ŒŠQ‡ccÎíl¾)c','±.ŒŠQ‡ccÎíl¾)c','H1}¯ô»®}m¤úÃ‘Š‹Y°ç[òqgf‘‡üÃ#e','',0,'?'),('±õaß‹Ãã`&j%i','wp-content/plugins/thrive-leads/tcb/inc/classes/post-list/class-tcb-post-list-shortcodes.php',0,'19ƒ\\Üûûlu˜Oõ','19ƒ\\Üûûlu˜Oõ','	9)©#\\~ò±¢£‰˜vb¿dÏ’4!\\dê¡\\¬^','',0,'?'),('îh¸¢Ë¹ÍæÆÊ¡FQ½zË','wp-content/plugins/thrive-leads/tcb/inc/classes/post-list/class-tcb-post-list-sub-element-abstract.php',0,'­gÇÆK¤ðW-QàÇ€¼‡','­gÇÆK¤ðW-QàÇ€¼‡','ˆžÛoÝÌï!|2õ¤Z‰f¸¾9|‹,Î¿>µqM','',0,'?'),('xÝÞÐu0z‡v6µœQO','wp-content/plugins/thrive-leads/tcb/inc/classes/post-list/class-tcb-post-list.php',0,'¢o•±k³ccPÊ@˜i¡ø\0','¢o•±k³ccPÊ@˜i¡ø\0','¨.Š‚U}jeX ñèÕå‹ù\\“œ´›†qd»Iµ%ƒ','',0,'?'),('ŠçV<ožŒÐ‡\n²;','wp-content/plugins/thrive-leads/tcb/inc/classes/post-list/pagination/class-tcb-pagination-load-more.php',0,'ð­îÌ ©^\"\rð\n!','ð­îÌ ©^\"\rð\n!','œŽ¾RSwÎ®pávr¸à*x)³[¢—ä=†¥àAD™ú','',0,'?'),('Þ¬G›UóõÖÜ\Zf€‚6ë','wp-content/plugins/thrive-leads/tcb/inc/classes/post-list/pagination/class-tcb-pagination-none.php',0,'îgÎ&¡³ýÂõî­øòÏ‡‚','îgÎ&¡³ýÂõî­øòÏ‡‚','%u;°4’d/uc:³5æU£v “Ëå3ÄZ\'à¨o¦ÓŸ','',0,'?'),('4Ù\"åZ³µc(\r,ÃÞF','wp-content/plugins/thrive-leads/tcb/inc/classes/post-list/pagination/class-tcb-pagination-numeric.php',0,'ýoÍJE7ÛØM¹Û÷¦#Ý','ýoÍJE7ÛØM¹Û÷¦#Ý','Oy€”„ãîJòŠøŒ0­zèVé\rìùàÓŠ	lN','',0,'?'),('Ihvê°]sàpz‡è/²','wp-content/plugins/thrive-leads/tcb/inc/classes/post-list/pagination/class-tcb-pagination.php',0,'VÈG ‘R\náH\ZÔ33','VÈG ‘R\náH\ZÔ33','¼ÈÉ¯sÙ¢fn{ˆd‡¬åZsg(–Ò¿¦7nl‹9*Ö','',0,'?'),('OîÏEÇÊx\Z¤Ü÷','wp-content/plugins/thrive-leads/tcb/inc/classes/symbols/class-tcb-symbol-export.php',0,'óQ³^›}ÍI¿~™Ó','óQ³^›}ÍI¿~™Ó','ãË¹nè`\ZßŽeÑ®ÊÌ4øX©š+Å__Üò²úF','',0,'?'),('	dçUüäÛ’ŒÕyáçbŠ','wp-content/plugins/thrive-leads/tcb/inc/classes/symbols/class-tcb-symbol-template.php',0,'³[Ñ)«]º#óïÜTµ~ñ','³[Ñ)«]º#óïÜTµ~ñ','ùZU‹Uér%þ LU0÷„Uø×†wru\'¡í¾ö©²€','',0,'?'),('	`ÂüûÐ[ÂéÜjÔë','wp-content/plugins/thrive-leads/tcb/inc/classes/symbols/class-tcb-symbols-dashboard.php',0,'Åææó]X\r±o+:¡','Åææó]X\r±o+:¡','/ò¼±Þè=ëli7€ž9Âøè\"[žC¨N!£Ót','',0,'?'),('nå^OšÀ§u}¥9}D','wp-content/plugins/thrive-leads/tcb/inc/classes/symbols/class-tcb-symbols-post-type.php',0,'å*6,jVJ»<º8','å*6,jVJ»<º8','è5yl´Å=Ì¶hEuæOå÷ý¼/J»wè»o©wTFÈ','',0,'?'),('Us<)%ü#±|:—) ó','wp-content/plugins/thrive-leads/tcb/inc/classes/symbols/class-tcb-symbols-taxonomy.php',0,'¦Fá/^3	Q¾°mág','¦Fá/^3	Q¾°mág','þŸ qƒ¿Ïf—á”êÜ,HksÒ¤?SÕî\'öè','',0,'?'),('ßjì6¤d>aí¼·¦l4£','wp-content/plugins/thrive-leads/tcb/inc/compat.php',0,'’ò\0¡Ò¡{Yç@‡r}„','’ò\0¡Ò¡{Yç@‡r}„','-W%D&¬<\r”C\"ÈsV©]åØÈ‰¥KÝák¬ù','',0,'?'),('ï2cøD¥E\"ôŸ$-«þ','wp-content/plugins/thrive-leads/tcb/inc/functions.php',0,'4S~MÅªzÍ6Ÿ‡´•/F','4S~MÅªzÍ6Ÿ‡´•/F','glBózË”®¦iñPwhð¾°~Çú\\*>5Øeb','',0,'?'),('ê«ÖFˆX¬˜(}9v	','wp-content/plugins/thrive-leads/tcb/inc/helpers/cloud.php',0,' ]¶’zŸµ±äÂ©A$',' ]¶’zŸµ±äÂ©A$','›ZÌ÷£Œ^\"mB˜Ð¯Ÿ8¢M‡x\rªýÿÒ;Øf¬','',0,'?'),('\"6¶“6oœêzÓ©','wp-content/plugins/thrive-leads/tcb/inc/helpers/social.php',0,'eŸø½>£24ý+·E','eŸø½>£24ý+·E','W=¿Ø4Zò«A~é¯3*\'˜w—qc1W DUÊ«ôœ','',0,'?'),('Zmz:ª†ó½þ|k\0Æ','wp-content/plugins/thrive-leads/tcb/inc/i18n.php',0,'ˆCZ	ò\'–øïæ÷h¨','ˆCZ	ò\'–øïæ÷h¨','$š«E(Ôå?SÒ6!8Û,â˜ÞÆsCR\"‹0/\0','',0,'?'),('—9Á}ESœp)jCym','wp-content/plugins/thrive-leads/tcb/inc/license_notice.php',0,'¾c’#BÉç§A\0ÕÌ','¾c’#BÉç§A\0ÕÌ','£­WåuMÌÛêG„„î_Å”¹ÅpG¯3r~E¾±ø«','',0,'?'),('zžðI ý®Ô:TsB—ù','wp-content/plugins/thrive-leads/tcb/inc/menu/audio.php',0,'È£ùšé|ÔyNMV2p JB','È£ùšé|ÔyNMV2p JB','Š‡[¥›ÖQâ«_<’³=‚¡ÎàU!þ=µ(‘À58','',0,'?'),('píˆkz®ï/ßJüß','wp-content/plugins/thrive-leads/tcb/inc/menu/button.php',0,'ÖáÃÐ/q–òtÙ±—Ñì','ÖáÃÐ/q–òtÙ±—Ñì','—àÁÁjÆAH½wÔ)\\)nhËQ­öµ–×ã‡–†','',0,'?'),('ð\nKâ/‘pW^íÊi~','wp-content/plugins/thrive-leads/tcb/inc/menu/cell.php',0,')š¬Èì œSx¹€þ$‘9',')š¬Èì œSx¹€þ$‘9','$e	ŠÞ©‰0X’°\'Ý”0ÈI#¢D˜žX´Bx´','',0,'?'),('©‚{a„ÀùŸ¡T','wp-content/plugins/thrive-leads/tcb/inc/menu/click-tweet.php',0,'±ZTŽå¹ç­\'ie™/!±','±ZTŽå¹ç­\'ie™/!±','LôbæO&#PO¯|Øp±{ÊŠ\'—¬ G¶õj·y','',0,'?'),('ÔÌ„Ô´O±å»‹ü{ÈIì','wp-content/plugins/thrive-leads/tcb/inc/menu/columns.php',0,'¿\0V<²\'>LôÔ“¨›\\','¿\0V<²\'>LôÔ“¨›\\','É{ll`Çxàªüó½µö”¶úU¡ŽùÆÂ~Óë˜««','',0,'?'),('ã[­XXj3§ªÑˆÔ)@e','wp-content/plugins/thrive-leads/tcb/inc/menu/commentsdisqus.php',0,'U˜D\'™Æ¢h+¢NsD','U˜D\'™Æ¢h+¢NsD','Å–Ñwäs‹×e†}Â½X§½T2µÁÉ-&u¥¬öô','',0,'?'),('üö¸1>¸ëõü\"sî','wp-content/plugins/thrive-leads/tcb/inc/menu/commentsfacebook.php',0,'&¦ö”UC†áïo;#Ðãn','&¦ö”UC†áïo;#Ðãn','­¼K€]<IÎ\n]ÛˆŸrR-XëÚ¢ë@àÁ-¹4õ€Œ','',0,'?'),('A¡©¬ü«í¹²¤Ú†','wp-content/plugins/thrive-leads/tcb/inc/menu/contact_form.php',0,'ÿÃÁfÍ›A&¤{+î„“','ÿÃÁfÍ›A&¤{+î„“','Bµ6ÚXï‘·lj7b–IÿçŽf²]º¨‡kî!|¿~y','',0,'?'),('o]úbpÄËq¢Ókºd2„','wp-content/plugins/thrive-leads/tcb/inc/menu/contact_form_submit.php',0,'©I¥0ý•i®‚9>Þã','©I¥0ý•i®‚9>Þã','ý•”õ]#Ê?î4:îg…ÎØú–·æ«Àº}•ŒWLU?','',0,'?'),('=†+Ó)· A=ô´š®÷&^','wp-content/plugins/thrive-leads/tcb/inc/menu/contentblock.php',0,'‡ó9„É]âv:)¤\'','‡ó9„É]âv:)¤\'','wi›OM–<å¬8Û´—–Ù$ãàæ9[™¨\ná¯.','',0,'?'),('ïöçµ…Ù4ö·X™©dyh','wp-content/plugins/thrive-leads/tcb/inc/menu/contentbox.php',0,'3T´B5o£\ZÇš4$jÏlË','3T´B5o£\ZÇš4$jÏlË','@nuµó…àë§X\"Ö–c²!„¬ÛÑÙ6˜”âŽ','',0,'?'),('m¾]|@Ž>~4í:ß¦EJµ','wp-content/plugins/thrive-leads/tcb/inc/menu/countdown.php',0,'ùàÂË—bò\râ9³>¶<','ùàÂË—bò\râ9³>¶<','­.ý{k¦ñU’Ïµøy5pŠUZ5¤€¥¨0‡aB','',0,'?'),('Xj&\Zþ1!¿×K·­0','wp-content/plugins/thrive-leads/tcb/inc/menu/countdownevergreen.php',0,'ß*†Èó@Yá¯®èißU','ß*†Èó@Yá¯®èißU','°Ÿ ‰J»g¤¶ÊjŠc€rûU{>\nÂYH','',0,'?'),('¿¦î(Òziã%ÔQÛ][§¡','wp-content/plugins/thrive-leads/tcb/inc/menu/credit.php',0,'^ûZP.†Êk1TÚ=8ä%','^ûZP.†Êk1TÚ=8ä%','{rà¹[·Ÿ%‡UÆÖ´­c¼I\0¸Ÿ\Z—ôâü¦À“','',0,'?'),('°¦¤“ñ\n¤ŸóA&\'pÌ…','wp-content/plugins/thrive-leads/tcb/inc/menu/ct_symbol.php',0,'•+ùò *‹›\'ži.','•+ùò *‹›\'ži.','Ýö+\0|ˆRò·µÒpàØÓÅ\n»®öm½q‹öœv;','',0,'?'),('Û§Ý¼géQŽÆ\'Ã)@aA','wp-content/plugins/thrive-leads/tcb/inc/menu/decoration.php',0,',£Žà\'Â”%bSD†%¢Éˆ',',£Žà\'Â”%bSD†%¢Éˆ','Ööê-y%ñ?ÚËì973FæƒÐ;Ä+·\Zó.æÈÓºþ','',0,'?'),('rôb˜7[³ç}ùcñÍ>¶','wp-content/plugins/thrive-leads/tcb/inc/menu/divider.php',0,'¿¿^W5¬ÐŒçØí,º','¿¿^W5¬ÐŒçØí,º','ÅrÍwÜJZÀn4 scµâµÒ–rzÍÜøÝt±G¿ô','',0,'?'),('SÁõ—ò“ ÕF\n\ZøŸ„Æ','wp-content/plugins/thrive-leads/tcb/inc/menu/fillcounter.php',0,'ÓÄtÿJ\'ñAEC‘>ü','ÓÄtÿJ\'ñAEC‘>ü','h­åÑ^[¹ˆœ%êö—˜Ç`À#UáLqÜƒ]½(','',0,'?'),('ü|T²6Ÿ¥µ\0/j¼Òý','wp-content/plugins/thrive-leads/tcb/inc/menu/footer.php',0,'²\0\nÁSŽ÷C\'¦÷®üMê','²\0\nÁSŽ÷C\'¦÷®üMê','ŸnM“¹	”H Ô66l¦ŽºýaðÌ/t¡w¨B•µ','',0,'?'),('+þ¬>îîÔ}r¬•OSb–','wp-content/plugins/thrive-leads/tcb/inc/menu/form_submit.php',0,'þ¸?*å#ÍG?K¦Œ!¬','þ¸?*å#ÍG?K¦Œ!¬','N9Y½–ÙùVöŸG·Aƒë<™eŽ°­-qÄn–àŽ\0','',0,'?'),('Õ¡(EZXðì\0	°á!','wp-content/plugins/thrive-leads/tcb/inc/menu/general.php',0,'_¸S«n2ÓÂûî5š\'ú','_¸S«n2ÓÂûî5š\'ú','[h¦Û5[Ë³™¾	\0þ*^qy=\rìÃ÷ åX¹ä','',0,'?'),('^K7@ô£¾€b¯\Zƒ”.Ã','wp-content/plugins/thrive-leads/tcb/inc/menu/gmap.php',0,'€¿_ÊTû’¢j2n\r','€¿_ÊTû’¢j2n\r','‚Å….¹06”*Žº˜O/Eê‹-AëbŽ¬æÖÃÑi','',0,'?'),('V«—`(‡siE Œ©—a','wp-content/plugins/thrive-leads/tcb/inc/menu/header.php',0,'6AJ9RÝ_Ðî”{qËÓ_','6AJ9RÝ_Ðî”{qËÓ_','–y\"‰ÿáBmÓè•ÃðÑ@õb©âWS(iä¹~÷Ù','',0,'?'),('¢Øm\nüŠ\ZI?86','wp-content/plugins/thrive-leads/tcb/inc/menu/html.php',0,'³µ{; 7 ˆ¾Iä,‹','³µ{; 7 ˆ¾Iä,‹','„ã~˜\\eâ8+ÉùßüTœ~Z*›-5µ:¾=±4{','',0,'?'),('ÔzÅe,ûØ%ZQèÙ¾È','wp-content/plugins/thrive-leads/tcb/inc/menu/icon.php',0,']¨Î¼”ø”eU`~ßú<',']¨Î¼”ø”eU`~ßú<','$aP¸\rÆ#¡2ïß“QÞ¦¡Ä5ÁÒx±­q¬Š´O„','',0,'?'),('\'a7ýmÏ8Ê§ö¢\0›','wp-content/plugins/thrive-leads/tcb/inc/menu/image.php',0,'5q•xU‡‹;¡È˜$','5q•xU‡‹;¡È˜$','ÔZÖ5¿ W¸%Õ+ìµL¥|Mx4BiÌŒõ“Å¶Œ','',0,'?'),('\ZËRù°¼©\r«S¿]“','wp-content/plugins/thrive-leads/tcb/inc/menu/landing_page.php',0,'ð½¬„U‰’\'µU¾K‚mÂ','ð½¬„U‰’\'µU¾K‚mÂ','jñß¼þÿ»@Öªœ’x•µ^qUœÕ\r5µJ[\\‚Jg','',0,'?'),('ÂPÃàðw›\0ÿa8Ò‘È­','wp-content/plugins/thrive-leads/tcb/inc/menu/lead_generation.php',0,'±½è¦ç³Oô‹:ÿibÌ4Ð','±½è¦ç³Oô‹:ÿibÌ4Ð','\0dâmËqvïØõxÑÃÁÄ\nŽJÜ…•ü«ŒÕ‚“','',0,'?'),('Â±0˜©½\rsë%ö\"Ã÷Ø¶','wp-content/plugins/thrive-leads/tcb/inc/menu/lead_generation_checkbox.php',0,'|àc\nXÖÅ3$yyÆ¢Ý','|àc\nXÖÅ3$yyÆ¢Ý','W¨4€Iþ³ë9\\¨â]Ö\0F¾ýñ°G–x[–]Ð¬','',0,'?'),('gm$ýþeÈeàÒ6­v|','wp-content/plugins/thrive-leads/tcb/inc/menu/lead_generation_input.php',0,'FŠb¨Sôch.07å›2u','FŠb¨Sôch.07å›2u','ù°K‰ŠO>°AD°ç{»d‰°÷° ²ª^(','',0,'?'),('iŠÀã’TÁ…©%íJÃ¹','wp-content/plugins/thrive-leads/tcb/inc/menu/lead_generation_radio.php',0,'S¦³½2)ÏpØ§¼&!„','S¦³½2)ÏpØ§¼&!„','‡-& Z¸xbGuŒ°çGökâ¼GÔ¬^`1	%6ŸPó','',0,'?'),('Øße‹9…£újþê€±¬','wp-content/plugins/thrive-leads/tcb/inc/menu/lead_generation_select.php',0,'”¿ŠA=‹È9´y†‘5','”¿ŠA=‹È9´y†‘5','ý\nž<T¨oy’‡	´ŸS¢¼xÄ€•÷X‹ÇÁ£kñ','',0,'?'),('ð¯|ÑþŠ;*î©ã@ï ','wp-content/plugins/thrive-leads/tcb/inc/menu/lead_generation_submit.php',0,'m«÷m¸Qäîê:','m«÷m¸Qäîê:','±5œ&Üñ†ô<JlÀè€Ã¡¤Ÿ3žž›Å‡n?$§','',0,'?'),('iöá%àjŽh,àß2Êë±@','wp-content/plugins/thrive-leads/tcb/inc/menu/lead_generation_textarea.php',0,'¯Ó`¢×Òi½[4ÝmçOÔ','¯Ó`¢×Òi½[4ÝmçOÔ','G—%}ŒïôÁQ¨Ey~Ë¡÷dV¾8‡cžRyP','',0,'?'),('¶°~TRø.1‹¯ãk™¡n','wp-content/plugins/thrive-leads/tcb/inc/menu/lightbox.php',0,'ô÷Ç×8*°[ÿ\n=½','ô÷Ç×8*°[ÿ\n=½','ž°êÛUmÁÔ‚¸Ï8ö^\Z¸ï@í·›—Í\"F ÓËÔu­','',0,'?'),('=©å¦z¹ô v]‹½x','wp-content/plugins/thrive-leads/tcb/inc/menu/link.php',0,'¾ê§L$b=çíá\n','¾ê§L$b=çíá\n','…¶‡Aú*ãšÜª)ãnW†1þ´c×ö]ÖˆN\n','',0,'?'),('C=@ŠvÖteLÎ\rC´7—','wp-content/plugins/thrive-leads/tcb/inc/menu/logo.php',0,'Hý¯G|¢ì\0í¼Þ','Hý¯G|¢ì\0í¼Þ','ì4Ã~Ú\\í9 £ýÉKð\'²ˆ0UX<ôŸ„ÛC','',0,'?'),('@í¾½p¶Žbôea¼®','wp-content/plugins/thrive-leads/tcb/inc/menu/lp-text.php',0,'MÅ\' É½HjTNáçv¨¥','MÅ\' É½HjTNáçv¨¥','éG‚ö—º:Ö$€Ù3çƒÒ?ûwe<ë¬}n&\"L@µ','',0,'?'),('\nY´¡ú_˜@1°\n2 ì','wp-content/plugins/thrive-leads/tcb/inc/menu/megamenu_column.php',0,'¨t¢Q9}W¡{€T÷ƒ','¨t¢Q9}W¡{€T÷ƒ','[D‰Ô¦je{ÙÆrÖùô(rH-ô|Î!\"½Àôh³','',0,'?'),('Jý òœŒÂaÚ*çœ©P','wp-content/plugins/thrive-leads/tcb/inc/menu/megamenu_dropdown.php',0,'h°Ë&Æœ›™ñÑžéo	','h°Ë&Æœ›™ñÑžéo	','i‰}?Ýl®Ç×`åìëÜ\ZO…ÇæŠÑþZm^˜S','',0,'?'),('ñ™p=`5ÝÏ\ZË‚È=º','wp-content/plugins/thrive-leads/tcb/inc/menu/megamenu_image.php',0,'‘JªÐçš_6†p5,d','‘JªÐçš_6†p5,d','Ç\nÚ8l\ZÕÑÐ…ÒKÉTlÎ?Ë|÷œ\n6AÒI\\Ø=','',0,'?'),('\'žó„^t\'/¨\"ÛW¿@','wp-content/plugins/thrive-leads/tcb/inc/menu/megamenu_item.php',0,'sèb}pÛÒH }Sñ¼ãµ','sèb}pÛÒH }Sñ¼ãµ','G\\óe\0]‰—´µÃÈö¤j&@Îä\"êöŸ,ñ-n–Å','',0,'?'),('a™W¼“$]¨¯úS| Ž','wp-content/plugins/thrive-leads/tcb/inc/menu/menu.php',0,'Üu±á*#~ƒÙ×Dl2Ç','Üu±á*#~ƒÙ×Dl2Ç','$çmËçòv#|ÔÐNÃZ?g3±‚íÙ<>Ó¹°¡s/1','',0,'?'),('	SÀŒ³;å œuÊ§å','wp-content/plugins/thrive-leads/tcb/inc/menu/menu_item.php',0,'¬@8NºTÊNìœ¯·','¬@8NºTÊNìœ¯·','íi^)‘ªÿi2ÆÌ´èªÐ%k21¯êîuu[ €‚','',0,'?'),('·ýœ´ôÓG‘ó9,oÍœ','wp-content/plugins/thrive-leads/tcb/inc/menu/numberedlist.php',0,'xÍE\Z9HßèH|èn—','xÍE\Z9HßèH|èn—','¼ÍVV„Ýþy7&Ý£O7S¤ð`eu|Ýy\'X}6§','',0,'?'),('åBg}Yp\'ÀDÂ—?n˜Ÿ','wp-content/plugins/thrive-leads/tcb/inc/menu/pagination.php',0,'¨,·–\'ýÑ@Âü}!\n€ó','¨,·–\'ýÑ@Âü}!\n€ó','O[–ÿÂÇr•o½;’I¶`þèê‘[phŠïìã¬G','',0,'?'),('9ñOýãñ)hžˆ—¬SÚ','wp-content/plugins/thrive-leads/tcb/inc/menu/pagination_button.php',0,'§ö\ZTwtöl™òË†','§ö\ZTwtöl™òË†','>²FÿæØ¶èÀk€Rý\'šA’7ºÙäKø„õ?¦xË‚','',0,'?'),('\nLBÏ»H+7ÿXìC‡Si','wp-content/plugins/thrive-leads/tcb/inc/menu/pagination_label.php',0,'pFTyY• Úã^hqÏÀ','pFTyY• Úã^hqÏÀ','7;`y»œ\n(µßAZÄÀß¸óþu¤«[X	JŠr#¿','',0,'?'),('o¹êXæ+¢/Ö¨¬Ä4','wp-content/plugins/thrive-leads/tcb/inc/menu/post.php',0,'’Fú	cê¥\\ÕÄÂÎf','’Fú	cê¥\\ÕÄÂÎf','k\rNœy¤7\' (]L4Ãóþ˜Õ–ßóÐ“YOý†spU','',0,'?'),('þú\0ø`ñàKÂÒŒ¦ô/°6','wp-content/plugins/thrive-leads/tcb/inc/menu/post_author_name.php',0,'*ˆ„?<§<(à²¹÷Æ÷Í','*ˆ„?<§<(à²¹÷Æ÷Í','\0µdS®}£Þ?I7G×Ò„¡ÖEÇ0\n(‘ø¥*ú','',0,'?'),('6È@^\nZ™	f8x6L²š','wp-content/plugins/thrive-leads/tcb/inc/menu/post_categories.php',0,'!Îù†\Z=µ#œŸÇä‰»','!Îù†\Z=µ#œŸÇä‰»','ŽÑf\n3:\0sÓaöÔ~Y÷»\Z@`Ç·ü¢¹â!ÉŠs','',0,'?'),('\nªÁ^%ð™OD3õ{f8Z|','wp-content/plugins/thrive-leads/tcb/inc/menu/post_comments_number.php',0,'=yÞ’çÀÐïÔ™vA<hå','=yÞ’çÀÐïÔ™vA<hå','Gå˜¼‘ìû@ÝÍ\'ˆ]S|Kº<(ÆwÁî®³¶°','',0,'?'),('rùÉ:SÁî™Ó^šŒÕ¼','wp-content/plugins/thrive-leads/tcb/inc/menu/post_content.php',0,'û>;V»ÆwU4Z´?é','û>;V»ÆwU4Z´?é','tUáH];®ŸÁeX}‚WB6æèPóó^¥Á\Zv^','',0,'?'),('r¥R’îžÊt°HHË¬','wp-content/plugins/thrive-leads/tcb/inc/menu/post_date.php',0,'g~z/jôß[´œRî7GV','g~z/jôß[´œRî7GV','µD«`0–Ëîµv¸‹d|ï5(FoèÖÇVK4]‚Ä','',0,'?'),('‹·Ô‚òõŸ+‡ÿùÙºS¥','wp-content/plugins/thrive-leads/tcb/inc/menu/post_list.php',0,'ÆÒÅé‹§h\rÄ¦TPQ [','ÆÒÅé‹§h\rÄ¦TPQ [','6³ü\'7>r¼Å—ÁïænøçØ­:^dÌ	º×>#Iœ–','',0,'?'),('\nìa@üø@¨¹j·öëµ','wp-content/plugins/thrive-leads/tcb/inc/menu/post_tags.php',0,'äoü“F^Äh-WµÅO»!n','äoü“F^Äh-WµÅO»!n','ð<`òÖQrÁ¯4¥„A€lmž0x_ª1õyÈÒ','',0,'?'),('ü|33~BNŽµ\06T\\T','wp-content/plugins/thrive-leads/tcb/inc/menu/post_thumbnail.php',0,'õ‡g]…Ak€ÝÃOª)M','õ‡g]…Ak€ÝÃOª)M','³µJà>¯ü4µŠ‰E¡¢¬aCÊ\'ûßFšøcº¼D\"ü6¸','',0,'?'),('°T‘<1¨ÈoÕ­_{ý?','wp-content/plugins/thrive-leads/tcb/inc/menu/postgrid.php',0,'JáCÐÛuj;|ú`žiU','JáCÐÛuj;|ú`žiU','Ì¼Sß8\r/ŒpbG½½œ{ÙÞ^í`”ûÒŠáƒ4','',0,'?'),('¤…\Zõ¤FªáŽ{cŠ7÷â@','wp-content/plugins/thrive-leads/tcb/inc/menu/pricing_table.php',0,'¿vF…ÆÓQÑZm¾MFœ¤','¿vF…ÆÓQÑZm¾MFœ¤','qFF¤yôµZœÏ	)ÎxiñmåM¥MÑªo!óå›Ã','',0,'?'),('ÐÜº>ÖçwÁ¼¯uõÕ:','wp-content/plugins/thrive-leads/tcb/inc/menu/progressbar.php',0,'‚ —\"ž§çñ 5¬-š†','‚ —\"ž§çñ 5¬-š†','¬pwX\'FÌ—\":Ázp\'Ußžh¿ÄïnV€3…X5œ','',0,'?'),('ŽKµtŽbh7[ÍãŸY','wp-content/plugins/thrive-leads/tcb/inc/menu/rating.php',0,'e{3ŒàÖ¨Äñn)8„Ò','e{3ŒàÖ¨Äñn)8„Ò','Ûª**\0’à´\n§×Ù›ûÚŠ¥»ëô¾šwIõÒÑ','',0,'?'),('ƒ‹Åép§>ú¬Ï>°','wp-content/plugins/thrive-leads/tcb/inc/menu/responsivevideo.php',0,'—R˜unŽ«Òa•«\r','—R˜unŽ«Òa•«\r','#ãØÿa<jz9ç£­\"adðt|U!`±!‹îçBlH','',0,'?'),('lR¦Œ€Kgp­hs?y\Z','wp-content/plugins/thrive-leads/tcb/inc/menu/reveal.php',0,'W¿aóÖ7¦Ñ“{	~>','W¿aóÖ7¦Ñ“{	~>','‹½¨öS[ƒÝœ0¦¥é†QžSÉ[EÄÙ(Üìm6“','',0,'?'),('(Ë´qîœX9à2#k”7','wp-content/plugins/thrive-leads/tcb/inc/menu/section.php',0,'¶?f©Ž1¾}&=`','¶?f©Ž1¾}&=`','ŠôÉå:2|¹¿_6>¯6hŸhK§Ê%Ša[ß»ß','',0,'?'),('vL&ßÜ/ÖÍ\Zðš=Zæ','wp-content/plugins/thrive-leads/tcb/inc/menu/social.php',0,'Ù¡,cÈô–Ïz~Ëp','Ù¡,cÈô–Ïz~Ëp','/¥×¶J²›-â6>a|õ„B3±w±^Ë‹‚¼sJhWÌ','',0,'?'),('Õ‚âò¾ˆÏÀp;­í]Õ','wp-content/plugins/thrive-leads/tcb/inc/menu/styledlist.php',0,'Éo¦‰6‘bŸûÄ¬\r','Éo¦‰6‘bŸûÄ¬\r','ÝÆ&$ã«Óló	EKa\\sqÿãÉ±1&`r6W6u','',0,'?'),('þ^îc_-›ªªîZî','wp-content/plugins/thrive-leads/tcb/inc/menu/symbol.php',0,'Ì4”sîÚÁÌÔ;Yç_Wkx','Ì4”sîÚÁÌÔ;Yç_Wkx','~E¯]ù°Ü%Ùq+­5wo>Éoä{¼3<Ýxø©','',0,'?'),('6¸í\ZIsÐIÆ|]`C01C','wp-content/plugins/thrive-leads/tcb/inc/menu/table.php',0,'YH\'‰ô ·Gm/L©','YH\'‰ô ·Gm/L©','nÃÊm>]o’ël4ùû7ÑæM:°Î`û7¸ôÛ›QÕ','',0,'?'),('BÊ9i\"Q¯ç4ÃÀ~‡','wp-content/plugins/thrive-leads/tcb/inc/menu/tableborders.php',0,'5/Ï\Z2dòï<€ïZ?:l','5/Ï\Z2dòï<€ïZ?:l','ŠBTB\'IÛØ|%ˆ7ä¥U3=ˆF‚ÆÂMÛ¦4X','',0,'?'),('ég\'©J3Yš®ÙHxz\0','wp-content/plugins/thrive-leads/tcb/inc/menu/tabs.php',0,'¶ö¡g½ùF‰óÉmö0Ë¥ú','¶ö¡g½ùF‰óÉmö0Ë¥ú','ä1ø$$Ð…µl\Zhøå=½¸éÆ>]QýjSQž—','',0,'?'),('%æéF.ÚÊ`OÑÞáJò2\\','wp-content/plugins/thrive-leads/tcb/inc/menu/text-type.php',0,'±ë˜|Æ¤ICÚ«6ß ù','±ë˜|Æ¤ICÚ«6ß ù','Ãv¸,3^~ümè}³vQçT„ð*;tKTŸ©Ðfp‘','',0,'?'),('™áiÕ£‘€JøÓBZ&','wp-content/plugins/thrive-leads/tcb/inc/menu/text.php',0,'ä*MnÛt¦èá\ZIÅ%îm','ä*MnÛt¦èá\ZIÅ%îm','8”‹\rÄM	<ÍulÒE\0õA¢¦…ß¥ZIƒ\rx»ï','',0,'?'),('×ÈÅFžÞ:\rÝíŒS·','wp-content/plugins/thrive-leads/tcb/inc/menu/toc.php',0,'¦xölõþ5¤æÐ0Öo*cô','¦xölõþ5¤æÐ0Öo*cô','â¨îìã•RõÔ&eUšJ‰ÄbZî½½6Sï°ƒçI','',0,'?'),('NÉtÎìw¬{éfó»\\Û','wp-content/plugins/thrive-leads/tcb/inc/menu/toggle.php',0,'ÌÔÏW°s_Êl¢%ÀQ','ÌÔÏW°s_Êl¢%ÀQ','Öw\n$¦åuÔR]ÔrìòDº´l¿à:¢úgJ‡›â','',0,'?'),('&4HÂÀ¢|–â1l¶M„é','wp-content/plugins/thrive-leads/tcb/inc/menu/widget.php',0,'bP\0œÁ´•­Ùˆæ”‡ú','bP\0œÁ´•­Ùˆæ”‡ú','3Yô%é÷¦ßzæ¾ƒøª\"9t›ÒðìKÇ<°ðÓ','',0,'?'),('Y„W®Ì¤0Tí“‘éšþQ·','wp-content/plugins/thrive-leads/tcb/inc/menu/wordpress.php',0,'¿²í”P$.3*’H»—E§','¿²í”P$.3*’H»—E§','RÔÏ€å€“ˆNlûIÝ¿Fýë×˜?]ùÂßÎKL','',0,'?'),('‡5*…M¬nüƒ,XƒíÃ','wp-content/plugins/thrive-leads/tcb/inc/views/actions/animation.php',0,'WÚ®ßJc/Îª¤ÃŸÙ','WÚ®ßJc/Îª¤ÃŸÙ','f8³1ºšq{B2\ZŸogÌN|e*8ÛÍÏ£úq\rW‡’Ò','',0,'?'),('°ƒ®Ö~K¡Ö1Ü]äô','wp-content/plugins/thrive-leads/tcb/inc/views/actions/audio-providers/custom-extra.php',0,'r‘4Ñ=”ü?h¯´	Jö','r‘4Ñ=”ü?h¯´	Jö','€m©×¡¥9Ú¢†	ŠM5t@ÀÅ”…º\"Hm\'åù`Œ‡','',0,'?'),('¤ØûâJ&OÌÂC;¿ø@','wp-content/plugins/thrive-leads/tcb/inc/views/actions/audio-providers/custom.php',0,'Ù˜n[ŠYÞéìùíŽ','Ù˜n[ŠYÞéìùíŽ','ø¼ÐäÂ4-ôëÿlw‰ðžd…$MóC9ÜµºAV;’','',0,'?'),('Ò§œÜjã²“E“Æ2¡','wp-content/plugins/thrive-leads/tcb/inc/views/actions/audio-providers/soundcloud-extra.php',0,'öæíBÃ¿-§®ìÉktŒb','öæíBÃ¿-§®ìÉktŒb',')œŒìdŽ[ˆ\r<‘À—+T…álw9“oRC ‘¯¸','',0,'?'),('L•f¨ÆãÄ†èí¥ìÖ','wp-content/plugins/thrive-leads/tcb/inc/views/actions/audio-providers/soundcloud.php',0,'\n¶_.ˆ\r‡`B¡nùM86w','\n¶_.ˆ\r‡`B¡nùM86w','it²éZ ð	²Ábro”bÎºi†e0ñ«a¹!w_u','',0,'?'),('Ó )dú­®|‘•¹ÿÛ¿','wp-content/plugins/thrive-leads/tcb/inc/views/actions/audio-providers/spotify.php',0,'ÖÊ˜wü×‚iÄñÀãØ½','ÖÊ˜wü×‚iÄñÀãØ½','fÖ2üÚ¤d©üôÇõÖÔúU‘‡\Z„Ÿj“þœ‘*êÌJp','',0,'?'),('o,Cjù_öÿÒExÎmÖ','wp-content/plugins/thrive-leads/tcb/inc/views/actions/close-lightbox.js.php',0,'Š­ÛlÔ¦ÅŽªbù)£','Š­ÛlÔ¦ÅŽªbù)£','ÿWÐš	$«n] +sä«€æw.¨E®h=ìu6ë‹Â','',0,'?'),('%I ó+U_5ép^K','wp-content/plugins/thrive-leads/tcb/inc/views/actions/image-zoom.js.php',0,'	J­ýèÆ?²0§C\Z¡','	J­ýèÆ?²0§C\Z¡','ò¤fÅ[”&B—õ¼éo™÷ïcÀ&µÒVtì~Ëò','',0,'?'),('ñ£*T´~Bsš{G:Ò','wp-content/plugins/thrive-leads/tcb/inc/views/actions/lightbox.php',0,'7q_O5CùúÙ†y±Ð,¯—','7q_O5CùúÙ†y±Ð,¯—','†\\7ñ±?I¦b÷Ø\\Pr$e¯4Füvô·gŠÅÙ\nß','',0,'?'),('ErÅ}yõVèæM>AñŸ~*','wp-content/plugins/thrive-leads/tcb/inc/views/actions/link.php',0,'1ï] ,Y´fCÒ2','1ï] ,Y´fCÒ2','í(ˆ­ËçTŽ¥$á«udDË²¯h³ÅÅ¬¢\rmU·Ñ','',0,'?'),('oZqÏ4QÊëT·','wp-content/plugins/thrive-leads/tcb/inc/views/actions/responsive-video-providers/custom-extra.php',0,'Ö?Ètž°Žþa¡–GŒ','Ö?Ètž°Žþa¡–GŒ','Ü!–m‰Xds^¡¡ŠÂÅ=Y.Ý8Kg¢uŒ.Šžî`‘','',0,'?'),('*×k¿¦J5oKº[š¯ ','wp-content/plugins/thrive-leads/tcb/inc/views/actions/responsive-video-providers/custom.php',0,'1òÁcû› „y‹éc','1òÁcû› „y‹éc','gIÑ×ÂC¿ *:/7óàÉo›€Üý×œ\'f','',0,'?'),('=ê´Xæ–`¦ÖZImÜrS','wp-content/plugins/thrive-leads/tcb/inc/views/actions/responsive-video-providers/external-extra.php',0,'Ö?Ètž°Žþa¡–GŒ','Ö?Ètž°Žþa¡–GŒ','Ü!–m‰Xds^¡¡ŠÂÅ=Y.Ý8Kg¢uŒ.Šžî`‘','',0,'?'),('º½àQÊ¡ê¶›O\n5Ô¸¿','wp-content/plugins/thrive-leads/tcb/inc/views/actions/responsive-video-providers/external.php',0,'.9Õº+?Gä3ð†-','.9Õº+?Gä3ð†-','Ä7í)	Ç¼%œ®r²l½t~#ûóë8×Î,Þ®‹ãú','',0,'?'),('õ^ddÝV³CçÞç›ç','wp-content/plugins/thrive-leads/tcb/inc/views/actions/responsive-video-providers/vimeo-extra.php',0,'Rïwª÷„ceåPÖÒxÌVå','Rïwª÷„ceåPÖÒxÌVå','a R‰c­Q²A$\'Ñ‚§¯%µÀE`‘Þ®rçêˆJˆhW','',0,'?'),('kú†¼Ž©Ÿ^ÅŽ•¾&_','wp-content/plugins/thrive-leads/tcb/inc/views/actions/responsive-video-providers/vimeo.php',0,'£ùÇ¤d ‡7GÅN±_K½Ä','£ùÇ¤d ‡7GÅN±_K½Ä','B\\Œ€×É-—:š;Ôûž°À„4IÚ–É°-Æ','',0,'?'),('¼ÐŽP«ªŒ™[‡hub#','wp-content/plugins/thrive-leads/tcb/inc/views/actions/responsive-video-providers/wistia-extra.php',0,'r¦nl«’GK{iY•Ÿ¼','r¦nl«’GK{iY•Ÿ¼','eô‡Z3KÙáKOæR\"lÒ´p\ZkB‡·èÉT','',0,'?'),('X}dm´Y«ÿÞæòFÚ¹','wp-content/plugins/thrive-leads/tcb/inc/views/actions/responsive-video-providers/wistia.php',0,'Ñ6çù·U{Î¡‰£Š','Ñ6çù·U{Î¡‰£Š','Õÿ$yúr?÷Åã;ÚòñßqY·Ù¶6qUé|b_o','',0,'?'),('nˆºrm\"4wùé!lŒ‡G','wp-content/plugins/thrive-leads/tcb/inc/views/actions/responsive-video-providers/youtube-extra.php',0,'qSÌgá6Îƒ)Þ3Mò_›','qSÌgá6Îƒ)Þ3Mò_›','<×`D­3mºŠ”Ý7Í3vbŽR>A8\0¨iÞE','',0,'?'),('_Ô@6‚á=t8ç±ˆ','wp-content/plugins/thrive-leads/tcb/inc/views/actions/responsive-video-providers/youtube.php',0,'!ÚÖ:Õ•ŠLv\ZáD­1','!ÚÖ:Õ•ŠLv\ZáD­1','¡ê÷	)f’ˆOø_ÚZ­ûšQ\r„9n(wÏ°9RW:','',0,'?'),('›‡1OP¤dãBât´*ü','wp-content/plugins/thrive-leads/tcb/inc/views/actions/tooltip.js.php',0,'\nóÌŽEYô#Ú½­úw1','\nóÌŽEYô#Ú½­úw1','+™#ãâú×ýTL&nÿãMNÖ”RrŽ„d	Oéü¯','',0,'?'),('ä†Ö#ñÆúèxL©\\xl','wp-content/plugins/thrive-leads/tcb/inc/views/actions/tooltip.php',0,'s…8ŠîSãP¼_óFPŸ5','s…8ŠîSãP¼_óFPŸ5','FPâIÂEÈÎðÈG\n‹î®­X©?“Ï†Åœ{d','',0,'?'),(',ô8¼¶0CáIBè€šs·','wp-content/plugins/thrive-leads/tcb/inc/views/actions/video-popup/custom.php',0,'erÀTü“qdÏ\ZÀH@»¢','erÀTü“qdÏ\ZÀH@»¢','¦ïj© ŠDŸxR¥)/;Dh\rXrvY–hVýa','',0,'?'),('Vo÷8Ý=ç†0Ð¡Ö1Ùò','wp-content/plugins/thrive-leads/tcb/inc/views/actions/video-popup/external.php',0,'E*Èð*çßõŒ<$«¦è','E*Èð*çßõŒ<$«¦è','Ñ—\'\"…´C yÑÝbûC/àæ#€Ó\0ÆÇ™0','',0,'?'),('Y†\\Gº“ÏÁ±e‡‡l','wp-content/plugins/thrive-leads/tcb/inc/views/actions/video-popup/vimeo.php',0,'Q\n¯ŠïÝÝ9ý£P\r¥µË','Q\n¯ŠïÝÝ9ý£P\r¥µË','Ã¾ã%ábiãQø†£`€×ÍU¼ÎóDÚ·fœOÁR','',0,'?'),('.ÐÎ_óO­4…pì÷ž;','wp-content/plugins/thrive-leads/tcb/inc/views/actions/video-popup/wistia.php',0,'e¡Êæ\ZõWå®RÖ´‰’','e¡Êæ\ZõWå®RÖ´‰’','bÍ\'¹ELãŒpX[ú¯)”NÞG’{ŽMsÆYš*Æ','',0,'?'),('}nƒ­PÃ–\0åh·Ž´ð\0¹','wp-content/plugins/thrive-leads/tcb/inc/views/actions/video-popup/youtube.php',0,'aÊµ\'”‰»…°üGÉ\r','aÊµ\'”‰»…°üGÉ\r','CPÅaÀ˜èý\']ºJZBzÀÜwJôý(}x÷M>—','',0,'?'),('ÁÛ<ãÀÓÑ¥ƒŸ','wp-content/plugins/thrive-leads/tcb/inc/views/actions/video-popup.js.php',0,'. -ùD^0\rè\\¬','. -ùD^0\rè\\¬','sÔeÝÀOžätY`}z\Z\nRý{ñk±2æ','',0,'?'),('r¬ÿ•Øàž@â¦ÌZá=','wp-content/plugins/thrive-leads/tcb/inc/views/admin/cannot-edit-blog-page.php',0,'SžƒºÏ†(â°ôÄü‰ö','SžƒºÏ†(â°ôÄü‰ö','JL^¨F¹g—!i¦åÐï-Ù<”(JVblÍ†{Žì','',0,'?'),('/ô*vjŸ-BnÊ','wp-content/plugins/thrive-leads/tcb/inc/views/admin/page-loader.php',0,'=‰&-×‚:8688Æã','=‰&-×‚:8688Æã','Á˜fp ÜƒäÖ³2)ü6ƒu	§¬¸Fúg´>6','',0,'?'),('«+.¯r6›å&Æ}','wp-content/plugins/thrive-leads/tcb/inc/views/admin/post-edit-button.php',0,'\Z¤_#•óÚVç¶\ZâÃþ®_','\Z¤_#•óÚVç¶\ZâÃþ®_','þ~iöj\r~S)¨ÑÕÝ{#Ä£B‘¯Gúñx=ZB)','',0,'?'),('bxÉŸYÔàí^êÔÁ·kÆU','wp-content/plugins/thrive-leads/tcb/inc/views/central-style-panel.php',0,'…ƒªV˜âÄ8‹Œiš Ï','…ƒªV˜âÄ8‹Œiš Ï',' ÷Ã›@_üS¤û6Ð­ùþ¼ÍbÀ±‡ƒ¨ï¢$¡÷2','',0,'?'),('(­:íËÂË¤®K|gM','wp-content/plugins/thrive-leads/tcb/inc/views/control-panel.php',0,'2}±×Lt×:o?Ÿ\0xs','2}±×Lt×:o?Ÿ\0xs','ÙÿéÊdvaHPÈvomßp¹qª¥Œz®','',0,'?'),('AíD½³ÜY<†ô³ñw•\rÏ','wp-content/plugins/thrive-leads/tcb/inc/views/editor-settings.php',0,'Tuý%ó 4§…9ÓºúÜFÿ','Tuý%ó 4§…9ÓºúÜFÿ','¶À-æ£å“1r`7ÙaÄ ‰èf1\'¸ë\0Ÿ„¼àå','',0,'?'),(' $—\'·”cÐêÑý\r!â','wp-content/plugins/thrive-leads/tcb/inc/views/elements/-list-promoted.php',0,'qŽŠxÓ\"¹+TljP‹Øä','qŽŠxÓ\"¹+TljP‹Øä','b–|Už7¡Ÿ~ÇÛâq\Zq—NF–{€ÀKŠJÙˆz','',0,'?'),('ÿÔÑº’sE‘*48Ïcª','wp-content/plugins/thrive-leads/tcb/inc/views/elements/-sidebar-list.php',0,'»ÁØToí\\è|Éfß','»ÁØToí\\è|Éfß','ÅkÞ3`\Z*{utiï9ÿŒú×Ø ©z(dJ#¢o¶6','',0,'?'),('Ä,xe.5ÖN$y\'A€Ê4','wp-content/plugins/thrive-leads/tcb/inc/views/elements/audio.php',0,'”—-ÿHþŸÎÊ','”—-ÿHþŸÎÊ','§J™?ìgSÐ½uy˜dw?»\'Ï–éB\0œx‘o˜Ûe','',0,'?'),('ºþÿD9$4u¡-\'Ø','wp-content/plugins/thrive-leads/tcb/inc/views/elements/button.php',0,'u°Ð%Ê’Â¿m#?Ò','u°Ð%Ê’Â¿m#?Ò','H¶f¤à¦±åŸú¼÷Ó4nä,öÓŸã`é7¼qê','',0,'?'),('XÝm~Ä#ÂBgX[ïŽD³','wp-content/plugins/thrive-leads/tcb/inc/views/elements/commentsdisqus.php',0,'·Ž°ÞÈÇ	²N9R½¢r','·Ž°ÞÈÇ	²N9R½¢r','F’Ø±ÚÕh‘¯‹€Cå3/L‹ûX Îü™ÜÂ`¢R','',0,'?'),('ñˆ…?À3ÔÝ‚$²¹káÚ','wp-content/plugins/thrive-leads/tcb/inc/views/elements/commentsfacebook.php',0,'¬SÙ©®¿1£ª‚;bç]î','¬SÙ©®¿1£ª‚;bç]î','úy,IY>›¼­›´».T ÚKôW_]ÊÕýº‡úX','',0,'?'),('bÃ^üg,(øàÛ…Ô7]‡','wp-content/plugins/thrive-leads/tcb/inc/views/elements/contact_form.php',0,'+†ß}e™âˆÞ\\Gyý ','+†ß}e™âˆÞ\\Gyý ',' @÷ÿ÷JÏ;ŽZmÒ*gGKLJÂÀ\Zß™u2¨','',0,'?'),('~pD¾“¿gu¶8KÈ','wp-content/plugins/thrive-leads/tcb/inc/views/elements/contentblock.php',0,'Î^pè»I¢€˜\',À“Z#','Î^pè»I¢€˜\',À“Z#','5µ(îJÙÙ4áƒÃ±d^}¡É\nÀ½Ý(œy~aûÒ%','',0,'?'),('°Çªø±7\n¬ËYw–','wp-content/plugins/thrive-leads/tcb/inc/views/elements/contentbox.php',0,'½úhj~£ÂÚ*\"¡¯Q','½úhj~£ÂÚ*\"¡¯Q','\'§.¨¬½>I½-ÔvFLCÏ<¶QMŒpt/^<)†‘ÍÕ','',0,'?'),('ÞJ83gþ9\'^TKÚÛ','wp-content/plugins/thrive-leads/tcb/inc/views/elements/countdown.php',0,'PvYV­Äºí8!]','PvYV­Äºí8!]','×>Ì	þë¾>!mž¸Éåd¤¶Þñ>½„QMypõ','',0,'?'),('ö—ëýß„#[¸¨ÿX6`ê','wp-content/plugins/thrive-leads/tcb/inc/views/elements/countdownevergreen.php',0,'`é—\n“ç®upÊi§×³','`é—\n“ç®upÊi§×³','<)*Ç\\óÓŒôQ,p™Ym^c4!ÜH¢++T1§é0','',0,'?'),('¥`ƒÖgÖŽL%(@µŠ¿','wp-content/plugins/thrive-leads/tcb/inc/views/elements/ct_symbol.php',0,'U4ë‘%ü\nY7ôcþRÜR¤','U4ë‘%ü\nY7ôcþRÜR¤','9 i86kSËë-lD¬=Ê¬§EÖK÷\0êAc<','',0,'?'),('0v9›‘ã×åÎS DG˜€','wp-content/plugins/thrive-leads/tcb/inc/views/elements/divider.php',0,'¡ç‘Ñ¬ÓCž·dljø¸','¡ç‘Ñ¬ÓCž·dljø¸','ýg@Ëî¥ªd5ðÿ–’\\9þ‰®ÒøRªÏP¥™¥½3','',0,'?'),('Î°—³¥S^ºåUjtJ{','wp-content/plugins/thrive-leads/tcb/inc/views/elements/element-placeholder.php',0,'<@9¡Oj»½ç§´Sê','<@9¡Oj»½ç§´Sê','ªšQ¤Ä*¤a:þ¹xy˜RN%ÍX”^ÛßÉ›¥Ð¶·¨','',0,'?'),(' IØ­jÎÄá‡$ÔÕ*','wp-content/plugins/thrive-leads/tcb/inc/views/elements/fillcounter.php',0,'`#h)Éc\0ÖØÚýz¼','`#h)Éc\0ÖØÚýz¼',',²æ§$\'ü)>\0áÂý“óUÝfcä=y¬‰^¯”','',0,'?'),('u¾\0ä$|¥_‡.ØUâ‘‘','wp-content/plugins/thrive-leads/tcb/inc/views/elements/footer.php',0,'ùuR®Ç`yoS\"´Úº¨','ùuR®Ç`yoS\"´Úº¨','ûÃ¢Ó{9ÍkB\nµìG_[\'¸j’Ô¯k¥ít<Ê','',0,'?'),('Òc)DÀy\n°““J±|®','wp-content/plugins/thrive-leads/tcb/inc/views/elements/gmap.php',0,'yR4ÂªßlPÄlpÌY–1','yR4ÂªßlPÄlpÌY–1','\\íÉkjíDn‹¹mQÁ˜Ç¾ér¯Võ¸•éÁRo÷¨d¶','',0,'?'),('©âþD]­­nõ“úDÜs','wp-content/plugins/thrive-leads/tcb/inc/views/elements/header.php',0,'Åì\"“DÞ÷‘8\"~@â','Åì\"“DÞ÷‘8\"~@â','7pç¨Wt’=±™4ug\'z¥=š°oÉ¾¬ÕÓHÍÃŒaÿ','',0,'?'),('C”·èÝq»~†sCÉïl:','wp-content/plugins/thrive-leads/tcb/inc/views/elements/html.php',0,'1 ð÷‚Ž½rÈ\nÊN<4\Z','1 ð÷‚Ž½rÈ\nÊN<4\Z','Ð¿Ò<h3°Î¥T±¹1Æ?.Y.\rNÔIX\"[3','',0,'?'),('¥V½\'®³ÊrS†Þë×ÉA','wp-content/plugins/thrive-leads/tcb/inc/views/elements/icon.php',0,'/€ô6Ñz?ïÇú³Ô Ì4','/€ô6Ñz?ïÇú³Ô Ì4','Bc${~Û¹€\'œ`À¿ÊLK˜ü»ÇÓxEÁÑç','',0,'?'),(';\Zf>cÈ$Q|…më¬a','wp-content/plugins/thrive-leads/tcb/inc/views/elements/image.php',0,'×7˜xM¬,«ß/[ô§~Ü','×7˜xM¬,«ß/[ô§~Ü','pËÒ‹²¨Ñùk\'ùR±¯XI]ñßcãq,.d–gr','',0,'?'),('4Š\Z”´ç×=šØÍ-3T','wp-content/plugins/thrive-leads/tcb/inc/views/elements/lead_generation.php',0,'\Zl\ZÏËùÍläs¿Ü¨ŽÑ','\Zl\ZÏËùÍläs¿Ü¨ŽÑ','Ø©,þÊÔ4”b´N¯“„èl³²¾‡†µÈmÊ','',0,'?'),('ô%°aŠvvsi|.m4RX','wp-content/plugins/thrive-leads/tcb/inc/views/elements/menu-generated.php',0,'›x—²àVcßWs»<´û','›x—²àVcßWs»<´û','é5‡7U%Ìë¥y»Õ’©\nõµEis§&xm3Ló','',0,'?'),('øÀy(ƒ®û²ZÃ™\'®ûÔ','wp-content/plugins/thrive-leads/tcb/inc/views/elements/moretag.php',0,'.ðvˆp%C_òdÊ´¶Ž','.ðvˆp%C_òdÊ´¶Ž','ÂžùŠ{œóf˜—ÁÝw·°A,÷Õt>®%°\n=_?^þ','',0,'?'),('|Tê,êÈ”7·ÄE_ÿ`œ','wp-content/plugins/thrive-leads/tcb/inc/views/elements/post-list-article.php',0,'žý¼¾²Ç³Õ3\r×Üù~','žý¼¾²Ç³Õ3\r×Üù~','éÖ€ÝhZ&î]Á¤\\ƒO×ßakò Üd²ÜEâD]*','',0,'?'),('¡¾ú\\6†cRÞžá¢Â','wp-content/plugins/thrive-leads/tcb/inc/views/elements/postgrid.php',0,'ikÌÔ@Î›Å”ìÏr‡Ø','ikÌÔ@Î›Å”ìÏr‡Ø','–,•`%Ì3@qÏ—²ÌÔú×ÞH‰P^“bÒÍ{­','',0,'?'),('Ä†«t:mjn¡Õ%HÉ','wp-content/plugins/thrive-leads/tcb/inc/views/elements/pricing_table.php',0,'Øey)¥BõM;!Z#<D','Øey)¥BõM;!Z#<D','ˆÏÍTÂŸÑ\"bBl$oèÒ›B?Ë‰ÔÆ;&f¼‚áÎ','',0,'?'),('´o—ÒÚúÿf¿Joxv7','wp-content/plugins/thrive-leads/tcb/inc/views/elements/progressbar.php',0,'¿»Rj¯F[h]\"§­ª³','¿»Rj¯F[h]\"§­ª³','ÍÔ°c|í’´øÂh‹ŠHYSˆ 8°S8’£ˆ÷—Þ…k°','',0,'?'),('¡éq#ëñ\'E[POD¥ž','wp-content/plugins/thrive-leads/tcb/inc/views/elements/responsivevideo.php',0,'EÊ\'¥ÑZ^©üÇ7®!','EÊ\'¥ÑZ^©üÇ7®!','ùë‚€ùÙIçëïÌVbåÒT¦Ê;&«<8ší=•q','',0,'?'),('WàhØ× \'ÿÀrð´DÀ','wp-content/plugins/thrive-leads/tcb/inc/views/elements/reveal.php',0,'N¤4U ôº˜«%¦\'[','N¤4U ôº˜«%¦\'[','\\züô¨Üf×Êð˜Ø<¶Œ#ðªlß5o¥ÄC9’3æ','',0,'?'),('­8L€¼ùX\0‡\'þ\'ì‰','wp-content/plugins/thrive-leads/tcb/inc/views/elements/section-placeholder.php',0,'•”=‡I¬^i¯	ýˆÔzº','•”=‡I¬^i¯	ýˆÔzº','PÉ6$²SðßœD×ËâÍ¦ÃMRâiœ9l¬6\Z~o}','',0,'?'),('_îÓÇj!ŒT®k•Ê#°','wp-content/plugins/thrive-leads/tcb/inc/views/elements/section.php',0,'Ýš/ñ”xZÒÑ›S¢²Ø[','Ýš/ñ”xZÒÑ›S¢²Ø[','y²µG%è,\0°•HýW9ƒ†ë›¿¾|ÿK=Ÿ¹àF','',0,'?'),('ÛcÒoHß“tÚøÅqJf','wp-content/plugins/thrive-leads/tcb/inc/views/elements/symbol.php',0,'¹…œëíÀ¿\0S5[hhÏU','¹…œëíÀ¿\0S5[hhÏU','ø”¸énB¶„õý@àóºÐ8+ýÎ¥Ìß•©\\‘','',0,'?'),('ƒ·SLˆ¤ìƒëà2ßw‡+','wp-content/plugins/thrive-leads/tcb/inc/views/elements/table.php',0,'Ûp†V÷Ã³ŒŒ©C¨b','Ûp†V÷Ã³ŒŒ©C¨b','y}©[ËØ:¦6°Öæ§¬_;ñ…=üÉ³nØ˜R1AM','',0,'?'),('o¨ˆ\\a~“,2àÂ¨{','wp-content/plugins/thrive-leads/tcb/inc/views/elements/tabs.php',0,':Í| …vDè©eÑjñs',':Í| …vDè©eÑjñs','}eðqÃhxµwÎºhC˜eÙŸÛzšR¶AugN','',0,'?'),('ÿJâjËÄtØ;ò4Rpê6z','wp-content/plugins/thrive-leads/tcb/inc/views/elements/text.php',0,'~ÑãP¾\\^”UYßg±„!','~ÑãP¾\\^”UYßg±„!','«§¡á†$Æ…óH\rÇÐJÄKf‚qb¹&øu²“­‚€?','',0,'?'),('c¼¡Ø{u[ÒfbZ_Ö†æƒ','wp-content/plugins/thrive-leads/tcb/inc/views/elements/toc.php',0,'»£¾slê§ì¸WÕ˜àd','»£¾slê§ì¸WÕ˜àd','¢\"aHOS¼•­šç“gýº³Eyg·Ç)¾Z`”LŽ™”à','',0,'?'),('ªnBŽ„m©2þ\\ÝsER¢','wp-content/plugins/thrive-leads/tcb/inc/views/elements/toggle.php',0,'!Ÿ1Ppmu6~Ucótt','!Ÿ1Ppmu6~Ucótt',')?c\r!jÚ\'H\'Ý¡qAºP&¥`õ ¢&¼Oª8þ¨','',0,'?'),('xÏ«ácÿ!\':½l:x“Ž','wp-content/plugins/thrive-leads/tcb/inc/views/elements/tweet.php',0,'ŒÈûúï2X§lfxýd¶','ŒÈûúï2X§lfxýd¶','o.}(•€0\0«áPO ¹ÎXu®Ñ>$ÃtÑt','',0,'?'),('H]E`â‹ˆ¨¾2lj¥lÄ','wp-content/plugins/thrive-leads/tcb/inc/views/elements/wordpress.php',0,'ñ¼$…¶HÈ¾¢(ñ¼?æ','ñ¼$…¶HÈ¾¢(ñ¼?æ','A.Ô +0ß}·èì¸ùzžìòýLd”[9AÊ	','',0,'?'),('ÚJt}T˜+Í¨~¾´.µâ','wp-content/plugins/thrive-leads/tcb/inc/views/inner.php',0,'g\"|†vlZÙé9\'Áj}','g\"|†vlZÙé9\'Áj}','s6Ñ¶Š‚§)¯C­t“}xM·ez]êcáuÜÇ¦û-','',0,'?'),(' œ,&ƒåtiœ´¥>z','wp-content/plugins/thrive-leads/tcb/inc/views/layouts/editor-lightbox.php',0,'÷¾Ó\r7R~«=>]<ýqe','÷¾Ó\r7R~«=>]<ýqe','`­ëÈ*ÖÎËœŠm¹¡:ªR2s^X\'9hËemº','',0,'?'),('*{µæh[ÄÏä¤Njà','wp-content/plugins/thrive-leads/tcb/inc/views/layouts/editor.php',0,'±Ç…ûJT€qu5NÝ€','±Ç…ûJT€qu5NÝ€','wÅn5éoŸJþ¢¯|^|º+5¤C\"×)ìŠ¨ÜÞ9','',0,'?'),('K”Sv|¸¼KˆSæ€úÄ','wp-content/plugins/thrive-leads/tcb/inc/views/loading-spinner.php',0,'•È8ÓóÎSFä)î{,j\"','•È8ÓóÎSFä)î{,j\"','×W¢S¡…EäÆpZv:só½×îÔBˆçûåí5xC','',0,'?'),('ÿx¦PiòQ·ÊV(«+&','wp-content/plugins/thrive-leads/tcb/inc/views/modals/api-connections.php',0,'ó¥KX1aÍK†zô‹FàN','ó¥KX1aÍK†zô‹FàN','êÆºGl.S\r/ˆÍ#¡$UõÝDÕ·ñËì13¤','',0,'?'),('`zkaÓ “Ìmk¶½','wp-content/plugins/thrive-leads/tcb/inc/views/modals/cf-error-messages.php',0,'I(ã£Ñšá¥ŽŒ³1','I(ã£Ñšá¥ŽŒ³1','þ¾­v#SW‡„uE¨ÆØÈËc“;5ÊJ½\n','',0,'?'),('j)o‰5X)zjïÒ£‘’','wp-content/plugins/thrive-leads/tcb/inc/views/modals/cloud-templates.php',0,'Ž†¶}ÓŽ\"5ò<i­=¸','Ž†¶}ÓŽ\"5ò<i­=¸','aº{É$îÌzP‹TÑÜŸ‹\r.yƒg	xÎ¾²\rD\'','',0,'?'),('@ñð¨Òêú½àŸÏöüQ™]','wp-content/plugins/thrive-leads/tcb/inc/views/modals/content-blocks.php',0,'iRÂƒk%^…Ø›–u','iRÂƒk%^…Ø›–u','1RYµ\'ÄŒP›Ë€áUU\02Ìæö«–\"š','',0,'?'),('?þZã™r8L-¹\Z¤Ff','wp-content/plugins/thrive-leads/tcb/inc/views/modals/ct-symbols.php',0,'r3]Zˆÿ:\\u6e;Ú•','r3]Zˆÿ:\\u6e;Ú•','Q§5öÜí€ÙC¹ÌaîÎÇä0ýÍ8=·ÀY¹µ`„<','',0,'?'),('¶Á låÛÐ:ü~~ÜëíJ','wp-content/plugins/thrive-leads/tcb/inc/views/modals/custom-html.php',0,'â‘öºW5—ä=üs÷é2','â‘öºW5—ä=üs÷é2','¤¸¦¢ÿ\\ÝûAökª1z §‘E$êÒ8‘C˜¼f |','',0,'?'),('Šá]ìœ5]öuœzK','wp-content/plugins/thrive-leads/tcb/inc/views/modals/fancy-divider.php',0,'%©dÁ]ÜY36$š\r','%©dÁ]ÜY36$š\r','–˜ËÒ8ÚöÖx?‹=r$ÜipLp¥¹üŽUE»','',0,'?'),('Jì/ç³·H…|<ÎO','wp-content/plugins/thrive-leads/tcb/inc/views/modals/headers.php',0,'ô¬ck·c»‚>ùrõ<Ê}','ô¬ck·c»‚>ùrõ<Ê}','#¸.¤”Ô*#Òµù…>9“ýæ¾«,\n9Ác³Zõ¡\Zß','',0,'?'),('zlF(¨­i‰ï´k¶Ø¢','wp-content/plugins/thrive-leads/tcb/inc/views/modals/icons.php',0,'ðv®`VÓ^Ñ×ð','ðv®`VÓ^Ñ×ð','´3s€@dÌV²uäÿ)nöš1ZE!ÖcgÿaÒ{UN´','',0,'?'),('¶Ž&6‚Ä\\AKƒ.°a´Áõ','wp-content/plugins/thrive-leads/tcb/inc/views/modals/lg-error-messages.php',0,'@¸6©{®…È;¥’æÿ\Zè ','@¸6©{®…È;¥’æÿ\Zè ','||³}ˆQ&hÑ7XõîþË•.Ü«ÜYäÉ }L5ÓÍÇ','',0,'?'),('†éKÜ;ÚE<\r<‡	(Ç_','wp-content/plugins/thrive-leads/tcb/inc/views/modals/lp-export.php',0,'¿¿™	Äf\0P’Wª] Í)','¿¿™	Äf\0P’Wª] Í)','×gŒí¼w”¶rÌE)¹¯-—h±¼\0j\ncÈý\0','',0,'?'),('v2£OXôK¯ƒO2c!ÛÒ','wp-content/plugins/thrive-leads/tcb/inc/views/modals/lp-save-template.php',0,'Y$”­A…BÅÕŽàhaÆ','Y$”­A…BÅÕŽàhaÆ','Î‰Î?œ~Mì»i\0W(DþÕ•stõ°Šk˜ÅF\n.m','',0,'?'),('Ì¹V7¼èàf j¼Ëž5e','wp-content/plugins/thrive-leads/tcb/inc/views/modals/lp-templates.php',0,'š+êS0`ÌiGÀüíÁó','š+êS0`ÌiGÀüíÁó','NŸ`pZq’(ˆìõ¾«Äúæ)$TÒ2o‹ÔÚüáÊ','',0,'?'),('½ñC(Q%¶€`üŒ§£Ù','wp-content/plugins/thrive-leads/tcb/inc/views/modals/no-content-templates.php',0,'×²ŸÝ‚ºf€•Ó´šF','×²ŸÝ‚ºf€•Ó´šF','DÕêž‡ÕÛTº(éö¢é€	óØÛ« <›¡xOmDæ','',0,'?'),('`gÔ¦Fãˆ6¶$XÃê','wp-content/plugins/thrive-leads/tcb/inc/views/modals/options-post-types.php',0,'Ð{\n%·•\Z2Gcß³dŸ','Ð{\n%·•\Z2Gcß³dŸ','=(i¦4Ù\0rÐÝèÿªõ¬µã©d\'q©fYÊíôŸÎ','',0,'?'),('ûÌe\"ŒCØå™Ä¥\Zž','wp-content/plugins/thrive-leads/tcb/inc/views/modals/page-events.php',0,'R¸í­‹˜\0x5£ÏØ','R¸í­‹˜\0x5£ÏØ','•™ÂJ!cHÞ[2vˆØmô_’¾¶Ø:Òs‚I@­Zø~','',0,'?'),('‡yÑ™bÅ0YGmF','wp-content/plugins/thrive-leads/tcb/inc/views/modals/post-list-query.php',0,'ÚÅt/ú™¡7Ž4ßÔ','ÚÅt/ú™¡7Ž4ßÔ','WUÖ·:]`Œçj5Žè›ª?\n ôä”ee®#','',0,'?'),('0ú8Ð\\)ÏÄ“®äSEœÁ','wp-content/plugins/thrive-leads/tcb/inc/views/modals/post-options-confirm.php',0,'¬/hýÄ\nEP)Ì½UÀ…','¬/hýÄ\nEP)Ì½UÀ…','¨áSU8•7ý¸Þ˜&‡Ñ‰z¾e¡ß@]#ºÿ{…7Ç›','',0,'?'),('f}¡§‡/¸h¡4¹','wp-content/plugins/thrive-leads/tcb/inc/views/modals/revision-manager.php',0,'Û«H¤‰{~$x¨(dÛL’L','Û«H¤‰{~$x¨(dÛL’L','ZÛèú‹*àì.§	úS|jV@¨=ÔO7ßfŒ‹Ü^§','',0,'?'),('hœ\0Q3Ð†¦E(\\6à','wp-content/plugins/thrive-leads/tcb/inc/views/modals/save-elements.php',0,'„¯ì(_³_F“ß,‰=Ç','„¯ì(_³_F“ß,‰=Ç','gl~W,ç—IªhŸÒÒûÄw™“¢£Oz°H:\\¬','',0,'?'),('æÈH*+æeÒ4eD{;','wp-content/plugins/thrive-leads/tcb/inc/views/modals/save-template.php',0,'(€È¬©A%¢%2ð…ßÑ','(€È¬©A%¢%2ð…ßÑ','j\rz;üµ¯µ8ŠûCFÒ®AÚ³	ŠÂˆ·E0g­','',0,'?'),('÷ª.ÕN‹š»¡Pî{þ','wp-content/plugins/thrive-leads/tcb/inc/views/modals/sections.php',0,'{»\'XÄ 4t„ÇƒÌ­Ð	Í','{»\'XÄ 4t„ÇƒÌ­Ð	Í','ò1Í¯oì½ß±EÏ·âÓÞ»ò?3>ä®®whõVO	','',0,'?'),('ñvÉÄºœi²¡GÝïÔ”þ','wp-content/plugins/thrive-leads/tcb/inc/views/modals/symbols.php',0,'\0ò¤ÐÇ”ßÃmžÚ–{&','\0ò¤ÐÇ”ßÃmžÚ–{&','ûD	*Išï:­ÉäCÖ„›o“;Å_}ËÉÿ\rq.Ÿ','',0,'?'),('$9½gý\'¾™—;UÏ','wp-content/plugins/thrive-leads/tcb/inc/views/modals/wordpress-content.php',0,'Tdúä‹Çá¼†y²Ø\\uÙœ','Tdúä‹Çá¼†y²Ø\\uÙœ','Š´\rNàO,^öºÿ\nn;?Õvb!ÝÊa\"¶J¢BLF¾','',0,'?'),('-QKFµ‚Mã¦PkmÖ','wp-content/plugins/thrive-leads/tcb/inc/views/modals.php',0,'—6oµ­³O¯I·ï=It','—6oµ­³O¯I·ï=It','È~­¤=çv—Ç>6ÃuÈëÝŸ%W2&¥šŠþÝ~·m','',0,'?'),('Ì¢^ãØ±m4ïk¹™WWaÏ','wp-content/plugins/thrive-leads/tcb/inc/views/pagination/button.php',0,'ÂÍ.«¿¼£\r¡eÇ0qÞ','ÂÍ.«¿¼£\r¡eÇ0qÞ','g ÓpU¢Æjrå0#žQ¢óu¶ê!ÖÈ(åU¥‚','',0,'?'),('ÜK°ÈX¯¨™Ä)Z©Zø','wp-content/plugins/thrive-leads/tcb/inc/views/pagination/first-icon.php',0,'ðèL“‹‰í;ŸÕX3¶Æ·t','ðèL“‹‰í;ŸÕX3¶Æ·t','c¬8R¨#Ç‹>ÈÙÛÜýâ\0šJûmisÀS®G4','',0,'?'),('Äºa™­ð*ŸlêòmÅ¡±W','wp-content/plugins/thrive-leads/tcb/inc/views/pagination/label-pages.php',0,'¥æ7,øD/®Gªã1æÚÿ«','¥æ7,øD/®Gªã1æÚÿ«','„YNÎ-ÁúpºE	Òå65/Ù¾!ê7’]ÁÄ‰}4 ','',0,'?'),('<¸¥Wÿÿ(grs‡†t¾','wp-content/plugins/thrive-leads/tcb/inc/views/pagination/label-posts.php',0,'ëôî¢_}:°É$w2	o','ëôî¢_}:°É$w2	o','ùýŸïF3Ñï[dÒF‡°”yR¤®±Fã¡:¬WµIÿ','',0,'?'),('òä8µi| râKû3','wp-content/plugins/thrive-leads/tcb/inc/views/pagination/last-icon.php',0,'ÐÎ9Ë\nÕ{\0íÞ—Évvœ','ÐÎ9Ë\nÕ{\0íÞ—Évvœ','ÉBÁ¨#Š|¤p]_Ü°s¾døÃ¸ËJµ(pù±VYG“ ','',0,'?'),('ðo©g±ó€xH½¶ºr','wp-content/plugins/thrive-leads/tcb/inc/views/pagination/load-more-button.php',0,'E‹²hD‰3Uø‹Ç;÷­˜Ž','E‹²hD‰3Uø‹Ç;÷­˜Ž','÷´ZÙù‚gQ·‰Ö†ª`hÝDû #ì5*ã–','',0,'?'),('8þ·/Ÿž[5ˆŸmÆ+','wp-content/plugins/thrive-leads/tcb/inc/views/pagination/next-icon.php',0,'Ä•³á@¸L>ƒ9æ¸‡_]','Ä•³á@¸L>ƒ9æ¸‡_]','ô‚¯¡ÉwF:J†„ŽB0)òEµhëbðh	¢ZÝ','',0,'?'),('sêø£´Áº›Ã6NûKC','wp-content/plugins/thrive-leads/tcb/inc/views/pagination/prev-icon.php',0,'S¤žëcÇEz>KwãºŒå','S¤žëcÇEz>KwãºŒå','­ê`nf?ÒiWŠ\n¸1Ž–†ÂÂ×óñ:Ä³xkKä%—%','',0,'?'),('»d°Ljª\0€bP4fx~','wp-content/plugins/thrive-leads/tcb/inc/views/post-list-sub-elements/author-bio.php',0,'À\'Qh(„`}Éª/;ŸˆT','À\'Qh(„`}Éª/;ŸˆT','pÃå¢\Z‹¸FþÆÞ/PLïÈHÌ­S¨–9Ø	fcØ','',0,'?'),('ÐõÛàrÏKÖdeK','wp-content/plugins/thrive-leads/tcb/inc/views/post-list-sub-elements/author-name.php',0,'€#‡(õ)¿í·Boq·¥#','€#‡(õ)¿í·Boq·¥#','3ªv]²“kîæo_;˜VÒôÕËsV7[¬Ò4TE§','',0,'?'),('Ïú%=éKýAü¦	±7','wp-content/plugins/thrive-leads/tcb/inc/views/post-list-sub-elements/comments-number.php',0,'•Vs¾Vfèmh—´øÍW.)','•Vs¾Vfèmh—´øÍW.)',';ûgH­š/X¹²cÔ‰g\\ÇÍT¬4½þ¬Yþ¡¯„','',0,'?'),('a3á4<A7\0{¯µ','wp-content/plugins/thrive-leads/tcb/inc/views/post-list-sub-elements/post-categories.php',0,'K™ˆ ×fÿ®’ìì±„','K™ˆ ×fÿ®’ìì±„','Ù‰$SßRˆ	¢ü^túUÓ”±[ô¿ˆÃ%½','',0,'?'),('j\"÷ÒUÈb€4nGqìð','wp-content/plugins/thrive-leads/tcb/inc/views/post-list-sub-elements/post-date.php',0,'„%O)åæIsç\rÇX\\–B','„%O)åæIsç\rÇX\\–B','%‹îü#©—.¿VnH¿S§æÀ£^gÖOÆ\nx·Ü','',0,'?'),('!Ä#‘6¨žž›M’Ç…','wp-content/plugins/thrive-leads/tcb/inc/views/post-list-sub-elements/post-tags.php',0,'&nr\\¯U³×l¿çèm','&nr\\¯U³×l¿çèm',' ª¬*¬1àw:­s‹8À/…˜Õð Çã}šhjØ','',0,'?'),('‹68&³š`ê½ê«ë×','wp-content/plugins/thrive-leads/tcb/inc/views/post-list-sub-elements/post-title.php',0,'WŒ\07í¾ÜnW½Â+Œ','WŒ\07í¾ÜnW½Â+Œ','!½Ç#jÏÈ\ZZ\\\'7/\ZE=œR<PB>p0R“_\"ãv','',0,'?'),('Æ¢`m¡	Â1ÏƒV2‰#','wp-content/plugins/thrive-leads/tcb/inc/views/sc-post-grid.php',0,'Iæ‰]Î;â¬;´×„1ŠjP','Iæ‰]Î;â¬;´×„1ŠjP','¢Û5ÎQ•’`Óàs­S[w©WÈúIj#0ö0¤','',0,'?'),('AˆVPüøõ‘Ç+îzrÁE','wp-content/plugins/thrive-leads/tcb/inc/views/settings.php',0,'E¦ÞÕ\\uœþ­†qÂ','E¦ÞÕ\\uœþ­†qÂ','Fr\'ˆ“¾2œ|#B»%ÿí’\'Þb€±ÿks—ÆQ=ðí','',0,'?'),('YüxEÁY-Ó™“£Pé','wp-content/plugins/thrive-leads/tcb/inc/views/sidebar-bottom.php',0,'…Ú¢ÏÚßÈºH`P»¥Ä\0£','…Ú¢ÏÚßÈºH`P»¥Ä\0£','áY\nmvlOœ Š.±	é}ýšÙ—{6\\uñ\\I\\','',0,'?'),('Y<µQ2/àVÌ¿]NgBª','wp-content/plugins/thrive-leads/tcb/inc/views/sidebar-default.php',0,'í¯t¥_‡ã+Ö7:À‰˜','í¯t¥_‡ã+Ö7:À‰˜',')§ŸSD8\n.É_c=îèt-LÏFé¨[±à‡`ÙS[E','',0,'?'),('oÁ7 1_B™HìÜ%‘“¡¼','wp-content/plugins/thrive-leads/tcb/inc/views/sidebar-right.php',0,'ë•¤C(9Âº¶G¤âÆ','ë•¤C(9Âº¶G¤âÆ','c6þçHNô°é2t`ý,Wü—¢ä5B4,Ã¬','',0,'?'),('Šegæ&:–¤:føj~','wp-content/plugins/thrive-leads/tcb/inc/views/sidebars/post-grid-edit-grid-options.php',0,'=\n‘àßnÝw×‚Ê¾±Ý','=\n‘àßnÝw×‚Ê¾±Ý','Ëõ6}r«jPxvj`ƒ¼æÓOªÂCÊÉŸÏË[\nè','',0,'?'),('ñ4·²cÒÙES¬.[ÛB','wp-content/plugins/thrive-leads/tcb/inc/views/sidebars/table-edit-state.php',0,'HwGç\'ª	¸¬\r ý”','HwGç\'ª	¸¬\r ý”','d¸:[§uFrÑ§µ<B/wÉ\0f\'l×0Ï’/','',0,'?'),('³oé‡ñt .Q 8´¦„','wp-content/plugins/thrive-leads/tcb/inc/views/symbols/section-content.php',0,'ž ñgŸªÒÃP¯gm','ž ñgŸªÒÃP¯gm','­gÉµ×tdé‹jäz@ë¯“ˆàqÈvÛÝ-I3p†','',0,'?'),(' !wÀ‘lW?ÐYþà6l','wp-content/plugins/thrive-leads/tcb/inc/views/symbols/symbol-body-close.php',0,'±:Iâ&-Ç½Èˆ‡†±W-','±:Iâ&-Ç½Èˆ‡†±W-','8Êi†í„\Z ×DÛ7yÌ@Ý16fû“ZxŸZÚ«‹ª','',0,'?'),('9/ÛÌ¨OšÔïcn\0','wp-content/plugins/thrive-leads/tcb/inc/views/symbols/symbol-body-open.php',0,'ÁÂy¦H…²PK–ŒÖã','ÁÂy¦H…²PK–ŒÖã','lzÆHÂ8ˆõä3Á	êDƒæ­dçÉžŒŠ”–‹.=','',0,'?'),('\"*ñ	ö8ÑYâúÛêJäÌ#','wp-content/plugins/thrive-leads/tcb/inc/views/symbols/symbol-content.php',0,'¶2üùu¼$Áñ´Qg›Ç','¶2üùu¼$Áñ´Qg›Ç',' ’çÀ‹xM.p¸)à^¨ßWMB¬š¨3Ú÷½XÙŒÔ…','',0,'?'),('g°-Ac!d€èÞápÞ	','wp-content/plugins/thrive-leads/tcb/inc/views/symbols/symbols-dashboard.php',0,'Ö 3âìÄ\Z{âýð‰ý4','Ö 3âìÄ\Z{âýð‰ý4',';y}œyM—\\rxÐáD)3çhœŠ55™T3\ra¿f“','',0,'?'),('C×\'\nŸ°Ü¬~bA¶§C·ì','wp-content/plugins/thrive-leads/tcb/inc/views/widget-form.php',0,'ï³SÅf÷³w	1ö	7','ï³SÅf÷³w	1ö	7','‘:-%—)S¬ÞÊy™ngÎö‰B.\'óÖôuÙq†×üN','',0,'?'),('Ö<\')H¶ˆgUN¬_Ey«±','wp-content/plugins/thrive-leads/tcb/landing-page/inc/TCB_Landing_Page_Transfer.php',0,'$é!ÚZOÒµh4½¤V','$é!ÚZOÒµh4½¤V','ë¯dæë!“ª¨lì%ÑFI¥cny<]ï0ÎÇà’þ','',0,'?'),('yI^½û‚|PGÚ½ZÕF','wp-content/plugins/thrive-leads/tcb/landing-page/inc/class-tcb-landing-page.php',0,'0¦U.TO!úLJ¼§ÝóP','0¦U.TO!úLJ¼§ÝóP','Ö:Á?éöÞúë3ò:WÄz<u8+Ût2Î	¥®Ï','',0,'?'),('ôÄ?	S¢æ&¡Ÿ;ÙG','wp-content/plugins/thrive-leads/tcb/landing-page/layout.php',0,'xU(@à¿ñ!õ`ñû','xU(@à¿ñ!õ`ñû','æW+\"pš(Q‰ø8}î<_í›ðR€%ÃåBiA0&¡','',0,'?'),('ÃÏ÷²r\nè˜œ—/|Ûð','wp-content/plugins/thrive-leads/tcb/landing-page/templates/_config.php',0,'#&\"Ú­6\ZÈÔÌ5ôëú','#&\"Ú­6\ZÈÔÌ5ôëú','¡iU£Ýù®wù¸£ÓÏÞío,fg\Z-¤W­AsøZ','',0,'?'),('}3ˆ=ó§ÌêhwXT·ÿÐ','wp-content/plugins/thrive-leads/tcb/plugin-core.php',0,'´ôPdˆ£ì*˜oˆàãOÍy','´ôPdˆ£ì*˜oˆàãOÍy','\0âHØ×æÖ@²éQÂ€å&f‚3!‡¸Õ©','',0,'?'),('cÕd/µA	âgSÄBŠ¡','wp-content/plugins/thrive-leads/tcb/tve_settings.php',0,'¼ïnûŸoEº­àÝ.Ÿ','¼ïnûŸoEº­àÝ.Ÿ','¯‚ÉÃ<º¯?øÏ2\'¶ ÷ÿeFòÂgø<,úÜKð','',0,'?'),('/ïq³¦‹¾p¤9ò','wp-content/plugins/thrive-leads/tcb/version.php',0,'ÑO%BtU*/“ó²','ÑO%BtU*/“ó²','†&’P Y8`và¦â?ïUàÏˆ®KÉ^´Ø3ìBÿ','',0,'?'),('Ö½·øïR!eW˜BKJ\nÇ','wp-content/plugins/thrive-leads/tcb-bridge/custom_color_mappings.php',0,'Ø¯‰ùGQ³³úC¡','Ø¯‰ùGQ³³úC¡','è€Zü€r‰y:¦ŽCîü’P ŸÐÚZ™@…œU','',0,'?'),('Ëcdö•‘¹¹F[†™','wp-content/plugins/thrive-leads/tcb-bridge/elements/class-thrive-leads-base-element.php',0,'Õdi\n ë#Ì\0G”ô1«õ','Õdi\n ë#Ì\0G”ô1«õ','ú:CçCkþ9a„Œ*1È6Xðÿ~LFw\r})wbÍª¡','',0,'?'),('ƒ6ø²¶jî“\"ƒ¢íàrš','wp-content/plugins/thrive-leads/tcb-bridge/elements/class-thrive-leads-lightbox-element.php',0,'“¾pëþË§æìM»8	È£','“¾pëþË§æìM»8	È£','Å=Öá­d%;7¼÷‡ž\ZÙxªþ¢ÍàÄ–¶Ù‰','',0,'?'),('tð\0÷@å¼y˜+Ä«™£','wp-content/plugins/thrive-leads/tcb-bridge/elements/class-thrive-leads-shortcode-element.php',0,'n0œÎuqŠ·Ä”ú:i˜…','n0œÎuqŠ·Ä”ú:i˜…','–pôÔ™œYÓDOò\"d\nê›=<°¶íAuˆÛ¯Û™ÿ','',0,'?'),('bXšË™\"3W{KáÍhõH','wp-content/plugins/thrive-leads/tcb-bridge/elements/class-thrive-leads-slide-in-element.php',0,'¾bW,mñÿQt[Î¨%\Z\\','¾bW,mñÿQt[Î¨%\Z\\','ÂsÞKqL›9@|ñ<U0Faý£Å²X\"õtªï–','',0,'?'),('ë\rKî_z­ù™	ç\0ÝÌk','wp-content/plugins/thrive-leads/tcb-bridge/event-manager/actions/Thrive_Leads_Form_Close_Action.php',0,'\0ö±%OŽÇ­³5k×¥','\0ö±%OŽÇ­³5k×¥','gTÈ\Z§6×%#U”¯ÊŽ$w©?x3–, WV#ÌKË','',0,'?'),('Ž\"Q1õÙø=«ó…þÌ\ZI','wp-content/plugins/thrive-leads/tcb-bridge/event-manager/actions/Thrive_Leads_State_Lightbox_Action.php',0,'ÈxþÌ­#6!iƒ}Ã','ÈxþÌ­#6!iƒ}Ã','ÉøÊ&/ëä;{ï‰¢}Q«Y}Y…ÎJ\rÿÓh\Z','',0,'?'),('«bM•ù‚ÊÕÞÒ–tSl','wp-content/plugins/thrive-leads/tcb-bridge/event-manager/actions/Thrive_Leads_State_Lightbox_Close_Action.php',0,'R’»2\nÜ/ˆoÁŒHaW','R’»2\nÜ/ˆoÁŒHaW','š‚ŸK“qÎ(|lÜÚäæ2¾÷ŠUIOD#VÅØ1ÖŸÆ','',0,'?'),('9¬V†¨¹- \0ùd','wp-content/plugins/thrive-leads/tcb-bridge/event-manager/actions/Thrive_Leads_State_Screen_Filler_Close_Action.php',0,'8¸=SïïWm8÷çÍ’','8¸=SïïWm8÷çÍ’','õU\'oñÕu.èøâ˜Ý€»z›ˆëó¼FëËçM','',0,'?'),('SØå‰J-lÊúƒÃŽïG!','wp-content/plugins/thrive-leads/tcb-bridge/event-manager/actions/Thrive_Leads_State_Switch_Action.php',0,'ÌÔ\\³²ÑEKQ0\\´','ÌÔ\\³²ÑEKQ0\\´','Èe`wåü»ug/Åä	¢æ¾m˜ÇK§à—@$áÙÌ4','',0,'?'),('®_»ená4>é@\0›:r†','wp-content/plugins/thrive-leads/tcb-bridge/event-manager/actions/Thrive_Leads_Two_Step_Action.php',0,'—â£É<%£=%ò­ùM!ÀX','—â£É<%£=%ò­ùM!ÀX','DíZ?D\rõÈê‰¹MS[;!ÐÅïÏ#0Ö™w4¬','',0,'?'),('>Ð·üÆùÌ\0™åê2Õ80','wp-content/plugins/thrive-leads/tcb-bridge/event-manager/views/item-list.php',0,'C€Ëõ«@çç˜(\'ÿ','C€Ëõ«@çç˜(\'ÿ','F…³l8!-mBËŒ;7îéPüÖ8Ç7ü…þox\\´','',0,'?'),('QÐ4/\'É½x²Áû‹Ä=','wp-content/plugins/thrive-leads/tcb-bridge/event-manager/views/lightbox-settings.php',0,'¨ž¸–¨^u‰ÂÙ Ž&','¨ž¸–¨^u‰ÂÙ Ž&','¤ÀU$þA].dÊ0ªíDXšÇæ°à+¡_ó1','',0,'?'),('Ì”“AÈæ»ÍÍL‡ø\0ÑM','wp-content/plugins/thrive-leads/tcb-bridge/event-manager/views/state-lightbox-settings.php',0,'ç7\'kÃ–{¹•náE¤Î','ç7\'kÃ–{¹•náE¤Î','ßæóùîÓkƒs6l\Z\0÷É\rH.¤˜?Uo<ÖëÙ','',0,'?'),('JÈDùð‚mg·&ˆ1','wp-content/plugins/thrive-leads/tcb-bridge/event-manager/views/state-settings.php',0,'¤Ö´*»€\\ÞÈKòÚÛÍ]L','¤Ö´*»€\\ÞÈKòÚÛÍ]L','ï+äô¬É¤cÑ¤é«U=yžúwqoJZþ(§5Zó¤G','',0,'?'),('wn¼´V Î÷(í•É¡l','wp-content/plugins/thrive-leads/tcb-bridge/init.php',0,'&$SÉF¸„ò·lìÌL‰â','&$SÉF¸„ò·lìÌL‰â','5•ÁÒÖ.†-AÖKX%1t¸ì>`Yš­j&ã}Á','',0,'?'),('O¡ÈÌEnÎzv«¢2œ','wp-content/plugins/thrive-leads/tcb-bridge/menu/shortcode.php',0,'¼	•Þsœ>éäˆþß,f','¼	•Þsœ>éäˆþß,f','PWbvª§ô^b®LÂ!\"M½4­ë¬-Kj»À4˜1','',0,'?'),('G^ü½\"æWPŠÁˆÞRé','wp-content/plugins/thrive-leads/tcb-bridge/modals/tl-template-saving.php',0,':«¥šÐ:%C@‰¸ïZø',':«¥šÐ:%C@‰¸ïZø','®â0ÀyÑë’ÎmÕ\\IOd‘ê´ms$­5oÎ9€','',0,'?'),('ž ×¥)êžð+Ö^v½¤ù','wp-content/plugins/thrive-leads/tcb-bridge/modals/tl-templates.php',0,'õÒ£ìK¶So\\g“ñì','õÒ£ìK¶So\\g“ñì','ø|Ðetv÷SÒ)œô‡Ü!A÷»ÞýÉhk ','',0,'?'),('}ôåz)s|åÜM¡áGB','wp-content/plugins/thrive-leads/tcb-bridge/tcb_action_hooks.php',0,'|>J«æ\n‘™f¢$¸_¸','|>J«æ\n‘™f¢$¸_¸','î9Îy\nçë—qG‘gsyEç7:äY|ÀÒ× IH1','',0,'?'),('(ÐlÏ6_ÒÎuÑÎßsf','wp-content/plugins/thrive-leads/thrive-dashboard/classes/AjaxController.php',0,'#?‹…§gÅ4u¼×\'æþ','#?‹…§gÅ4u¼×\'æþ','ÆÜ¯FaæÖfM-ÔAÝÂÒurf)£}ó\\_QYä°}','',0,'?'),('i@Î[Ä2™R†W$ÏKºç','wp-content/plugins/thrive-leads/thrive-dashboard/classes/Product/Abstract.php',0,'Ïó·²ÕÜ¬µ¨Dk¸','Ïó·²ÕÜ¬µ¨Dk¸','·{·×ßz»`éžÂú—M¼„T<k wTÆ/ƒÀ','',0,'?'),('0î½j\'©òT\\Û2|0H','wp-content/plugins/thrive-leads/thrive-dashboard/classes/Product/LicenseManager.php',0,'V†­ñv±˜\'\0¤^÷ï','V†­ñv±˜\'\0¤^÷ï','qj9~sZa œAš(í-±T¨©pÿl½Ûªeš*O','',0,'?'),('üäæÄâ¤µ×&Êñ…','wp-content/plugins/thrive-leads/thrive-dashboard/css/font/icomoon.svg',0,'|öL×µ¶¸~x#©Œ','|öL×µ¶¸~x#©Œ','4=õxŠž\"†„\"€VÇˆl1H³û2­¶wê¬|','',0,'?'),('LþLï,â.V`Iï-9Ù‹','wp-content/plugins/thrive-leads/thrive-dashboard/css/font/tvd-icons.svg',0,'ÝÛK÷jõü¯(Ç*·ùî','ÝÛK÷jõü¯(Ç*·ùî','ž\nÂk&c$D×ëÉ¿ÏÚPaÅƒîù¨²»J©šs=*','',0,'?'),('\\šk4À×*üô€[µê†','wp-content/plugins/thrive-leads/thrive-dashboard/css/images/paste-blue.svg',0,'\'	™Rˆ]ðWg¡b”¯	z','\'	™Rˆ]ðWg¡b”¯	z','š>G¿¦¾Gª\rEò=Æç…^¬¨)¾8ÅK=)°^','',0,'?'),('&˜vænææº¸¥™è','wp-content/plugins/thrive-leads/thrive-dashboard/css/images/paste-green.svg',0,'¢ˆ¥”™W½-¾±%|áBù','¢ˆ¥”™W½-¾±%|áBù','÷x®•íw\"Nj€pèæO(\Z ¿ÐŸn\\Dñ€','',0,'?'),('€Æ§¥/Z¦ñKµŠÖ0¸²','wp-content/plugins/thrive-leads/thrive-dashboard/css/images/paste.svg',0,'ïÏj[Ed#@ßV\"@l_ê','ïÏj[Ed#@ßV\"@l_ê','wÞ5ër\0õj}2éâ<8¦Rå±¢Jå¯Ð‰OM¼t','',0,'?'),('ƒ÷Ð‘Ko³Ûäÿ2@àsS','wp-content/plugins/thrive-leads/thrive-dashboard/inc/_crawlers.php',0,' -^b€s¹”f‹)‘i',' -^b€s¹”f‹)‘i','6¼2¡ünÂß~*\\;ß`i\'ÝùaþKlÊÊŽôí','',0,'?'),('o5	&3‚B\"êX‚»mg','wp-content/plugins/thrive-leads/thrive-dashboard/inc/access-manager/class-tvd-am.php',0,'ªÐÀo¯ ²\Z{×WRÐß','ªÐÀo¯ ²\Z{×WRÐß','¿¸Ü$™ˆÑÈ;?su™l—p6øè˜¡|lÏÿv&„','',0,'?'),('¾K„|UÙpÀ@ðýe—^‚‰','wp-content/plugins/thrive-leads/thrive-dashboard/inc/access-manager/includes/assets/css/am-icons.svg',0,'tLò=|ÁÅR—–jlÉï','tLò=|ÁÅR—–jlÉï','Ùæ’ùü7ÖMz_D°±m¡cY†Ud×i[£ÈŒx.Ì\Z','',0,'?'),('Œ­®ö$£åÁšq¿ãÔI','wp-content/plugins/thrive-leads/thrive-dashboard/inc/access-manager/includes/assets/js/admin.js',0,'Ö$5—¤k’÷O\\•7õ','Ö$5—¤k’÷O\\•7õ','’ï‰ˆ¥FGèÇhÅÇOWÆîþx[„ö»’IŸB`4&x','',0,'?'),('¼z²Û’”…ÿÕµü]\ræ','wp-content/plugins/thrive-leads/thrive-dashboard/inc/access-manager/includes/assets/js/admin.min.js',0,'ÈÌå\'ããµˆ :ô×IË','ÈÌå\'ããµˆ :ô×IË','†9ÒSd©Àd×bD]¡ÑU\ZŠ“HùA„¼ÿ3Y‡','',0,'?'),('5¯þ5ö~‡åšÒ¤_¨Ë„Á','wp-content/plugins/thrive-leads/thrive-dashboard/inc/access-manager/includes/templates/access-manager.php',0,'›žó€yÝíFƒž4@‰Y','›žó€yÝíFƒž4@‰Y','\\qÈá;¥6ÚœNƒŸXÚ6~+l -b’7ÈQØðæ7Ö','',0,'?'),('¼v¾EóST÷Œv`	òðÞ','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auth-check/auth-check.js',0,'Ê6ý·¹oÊ´—‚•Ô)¨°ÿ','Ê6ý·¹oÊ´—‚•Ô)¨°ÿ','\\eW€»zý7û6÷£J+Ýˆ×u$·êÐ¸ÿ¨0Z¾Èg','',0,'?'),('½*ÔKëubÜdzÌr3','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auth-check/class-tvd-auth-check.php',0,'ÏÈ=÷ÙÇ½MÚ±‹tÉ¥b','ÏÈ=÷ÙÇ½MÚ±‹tÉ¥b','M‡ïE	äÚ¶Ïê‘2lŒs¥™kXËoEÇÏª3#','',0,'?'),('\0Ô›­î_;=^{PÂ ','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auth-check/handle-login.php',0,'«Pçv3éÄ±ÿ‘','«Pçv3éÄ±ÿ‘','÷[DòŽ\rS¢8¨hÑTM¸0\n7MñU#&¡R\ZÓ','',0,'?'),('“†˜Rr±ûÈšGD/\Z÷','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/admin.php',0,'=mªu×I–UyyùMn…=','=mªu×I–UyyùMn…=','b‰€™K‹Q|æÍIæ9å¿‹þUM.«ºE ‚Ó¿','',0,'?'),('ÇÞ^\ZùZGìýòÌKÅ\n@','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/api_log.php',0,'Ü<ÎŒòùí0\rèwª','Ü<ÎŒòùí0\rèwª','ÍcXoƒò\"¸à(ª@&±L;´3T½}èzS?Žw','',0,'?'),('è 0wÜ©yµ©†ÅÄâ','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/classes/ApiVideos.php',0,'µlr§öGÀU@ÍŠ{Véê','µlr§öGÀU@ÍŠ{Véê','Èlî\rÐ!:Œélñª-º…8ApØ\n9 ²‹9Ž¤V','',0,'?'),('oÔö‹59¡=Í½Â¢ÀY','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/classes/Connection/AWeber.php',0,'<ñÛ‘g¯ƒ/e¬äCé¸','<ñÛ‘g¯ƒ/e¬äCé¸','µ6 Ÿ“U„¡˜ïê™†˜š÷(_=D7ät],A©rø','',0,'?'),('PBÇÀ}S¾¼aœ\"Àÿ)°','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/classes/Connection/Abstract.php',0,'Óú’†˜·è™ã1æ†A—¾','Óú’†˜·è™ã1æ†A—¾','³²ZA{ë‡Iu?…4‘_rç¶¬\rÁ>“Ü””Q9æ','',0,'?'),('¸Ä6ïÀµM”&4ÝFá	P','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/classes/Connection/ActiveCampaign.php',0,'Ö\r¤`WWÔJZiI™¦','Ö\r¤`WWÔJZiI™¦','aÓmD­‘ó=±¦Éõ	-?‡Ÿ«CˆÃœvÐÉT&†£R','',0,'?'),('eý_Ï\nà_8²ÄÍ‘yð%','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/classes/Connection/ArpReach.php',0,'³í,%Îð¼Ñ+Yëü¤„','³í,%Îð¼Ñ+Yëü¤„','ºþd¢;‹Ú„ÎõyÜuX4ð¨\n=¢C»áz&›pl®','',0,'?'),('×b}n\\\Zs¢\nr0A','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/classes/Connection/Awsses.php',0,'Š×|ù«þ9ªD\"ív\rÚ•','Š×|ù«þ9ªD\"ív\rÚ•','šâ™Ž|§çÀí¦Ý(¦ ¼)Ièê–#*œ7%','',0,'?'),('¤§€#ö§ì®\0»¿e=„','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/classes/Connection/CampaignMonitor.php',0,'ã¡D—Î@í?Pˆ/á7¤$','ã¡D—Î@í?Pˆ/á7¤$','ÛƒW-ãß¨ú{]£~Ü·„á_†}míaÁˆv›Ÿ¦','',0,'?'),('.]RÆTðp5!Y±ÚEì-','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/classes/Connection/CampaignMonitorEmail.php',0,'[OVÄÎði‰Äàh•ðÌX','[OVÄÎði‰Äàh•ðÌX','ØnëÚ„‚!\Z\\ZúY/ I¢¿/-NÀ¶å´¿ÓŽC','',0,'?'),('‚ÐäÃTØkEßfAµ','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/classes/Connection/ConstantContact.php',0,'¬ët‡w>ßmÁ*ç[ý›¡','¬ët‡w>ßmÁ*ç[ý›¡','6Ó`ãgp^~ëÇ}¶µ¢%¸ŸzÎ‹GÔ÷i¡\"ê-ƒ?','',0,'?'),('ä•ÛÛ9ÍtÇqXI\"!¡n','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/classes/Connection/ConvertKit.php',0,'¦Î ‘hîZ.„”>$’²','¦Î ‘hîZ.„”>$’²','ÏNR‚\\h\rîÕXqOµ!F\"0Ùñ÷}ÙC®õ>çRLœ','',0,'?'),('©#?üE–q±1<MÛN:w','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/classes/Connection/Drip.php',0,'¡”jÏ4‡þZ¢~T§ç','¡”jÏ4‡þZ¢~T§ç','Ž¯È~ÑËŠ¾AT‡¨»¡ë{µ/¢Û%–*','',0,'?'),('j1ˆŠ|U_ðõÃb9','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/classes/Connection/EverWebinar.php',0,'ÕH4ô¢òþt¶\"›F9×)','ÕH4ô¢òþt¶\"›F9×)','+zÿ¢ Âã.öl™Q¤RÍšj™x‹ßÛxs´9àû$','',0,'?'),('ìã/zÝczÕ^æ§1Ù','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/classes/Connection/Facebook.php',0,'¾	<‚FØå»d\nú ','¾	<‚FØå»d\nú ','q8‘’=B|ŠIRbŽ1ÎÈQ5°õ€XÔíÈ@»{æ','',0,'?'),('[•\Zj­˜.lëUª‹Œqv','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/classes/Connection/GetResponse.php',0,'¢“\nÜ-@=Và83&]','¢“\nÜ-@=Và83&]','„™ËKiNï{G”z™\rëoàä6*¥Ì+J-GÇw€4','',0,'?'),('Š“êdxÒlB³¹c5ýæ','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/classes/Connection/GoToWebinar.php',0,'cÛ?L³Ê¯t9©å³­—6','cÛ?L³Ê¯t9©å³­—6','3U1%šnœyþµÚÅ¦ÅWºA^ÍiË !®,µ¿C','',0,'?'),('Œwcì¿„mAê_k9âo|','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/classes/Connection/Google.php',0,'Q;¥ºšRJµ-Eyû×','Q;¥ºšRJµ-Eyû×','ë/ŸÅÎ]Q#OË6?HSùúÍÚŽ’<h5Ö+Ñã×Ûø','',0,'?'),('¢ÂbááæZx)\'Ç¨9Õfµ','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/classes/Connection/HubSpot.php',0,'\0îf0\rýû\")Ò½rÔ¯T','\0îf0\rýû\")Ò½rÔ¯T','\"åL5™’V_™lL“¥¶ RÃÆ.Ê„¾Jöß\"pà','',0,'?'),('DË,”žöK”_FTú/A°','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/classes/Connection/Infusionsoft.php',0,'IŽx•ÑèÑHÜSæÍÊ_V','IŽx•ÑèÑHÜSæÍÊ_V','6{[>ï×3)rÓûËhË-³>u£c×™ÔŸç†.Z','',0,'?'),('1ÑåãzÀF{1¡f/','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/classes/Connection/KlickTipp.php',0,'½1ƒí\ZCqÀª5eßë','½1ƒí\ZCqÀª5eßë','É!ªS§Ü×0Z-þUë\Z·)[BÕÖ\0˜æ3„ÊpPP;','',0,'?'),('QÏÙ4ÁýRywªÒµ£Œ(','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/classes/Connection/MadMimi.php',0,'°EI9XÏh­b\\0ÒE”É','°EI9XÏh­b\\0ÒE”É','rq8Ï(µ¥•õ´×/î)RBµ’ø‚ÿ=Mý+ÙIqy','',0,'?'),('§U\'®tº2¬±%™Â¨š¬Ç','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/classes/Connection/MailPoet.php',0,'Jót²CìiCú\"0ºx','Jót²CìiCú\"0ºx','xøŒc\\ý¢5`æ€Â8¿8;‘À{ˆ\r²“T','',0,'?'),('\ngN[¥3ô2[(é¹Ï','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/classes/Connection/MailRelay.php',0,'#Žq§F3\nKÃâSyéÞ','#Žq§F3\nKÃâSyéÞ','Ý‹:o1Û¬Á3Ï+\"¯Œ)–Nß¨V|c¡á¤f2','',0,'?'),('éå—ÿÐžÀ„í¯ËL¯','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/classes/Connection/MailRelayEmail.php',0,';µSÞ¿þpJ¼/	³U7Ö',';µSÞ¿þpJ¼/	³U7Ö','¤~±Ú?7…®”’,`5ÜYÛÆ.$	uÅšMø	Ù’þ•','',0,'?'),('\'ð#8õÃã=¯Çq','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/classes/Connection/Mailchimp.php',0,'Â£ž¢å«ÃGcÝJõˆÕ,','Â£ž¢å«ÃGcÝJõˆÕ,','T;1³\03ÊÐŸÉ* ŒÄÞ?Þ$Zfx%ÖJ­œÁØ¢','',0,'?'),('Ír$¢?[ƒðŽ,¿Ðúh›','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/classes/Connection/MailerLite.php',0,'\rª8{›ÆnÑ»‰ß\0ë{','\rª8{›ÆnÑ»‰ß\0ë{','K‚¢H{…©M‚/ŸÓ\ZÅ¢0gX_{L|<îóÑìNB','',0,'?'),('ã»\"…2Aú(Ôpë/«','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/classes/Connection/Mailgun.php',0,'ƒÑé‚â¼ù>xëÏ¸=','ƒÑé‚â¼ù>xëÏ¸=','tüCâkiŠò\\œYäÄ#•ßF_\\sUÈ«,f•jñ','',0,'?'),('NGj ›ù…ËÓÎk)¶Ï','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/classes/Connection/Mailster.php',0,' 2P=Ë?\"\0™',' 2P=Ë?\"\0™','h‰Vì	cÊ‡}7XÏOôÒb=-Û®äûÏ|XËY¨','',0,'?'),('ùÇ\0ú¢ë%gk\Z–g©','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/classes/Connection/Mandrill.php',0,'¹ÄÛÂBè5¤ÆpWÙâ“','¹ÄÛÂBè5¤ÆpWÙâ“','­ç[2Ë×BTV=gÃ9ÈÜý¼ÀÑ ©9Ä3ú áE\0‹','',0,'?'),('=–€ÿâÆT®/âí´á5','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/classes/Connection/Mautic.php',0,')SU\rŸ€~Õw|ä$',')SU\rŸ€~Õw|ä$','½_aRwd~4ÙlRZY-ÙùšFª×Ä«öjFÅôÉ›','',0,'?'),('±\n±×U\0NLÆ½Ï&´UÕ','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/classes/Connection/Ontraport.php',0,'Œiê`ƒN‚)V¤h“','Œiê`ƒN‚)V¤h“','ÏDY©g>ÌÑ3À°l^÷B€Xu³yÜòûÜŠIK²õ','',0,'?'),('‰i¨¸l©Þ£®@|Õk/','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/classes/Connection/Postmark.php',0,'66\'JåÎ˜¾òçÁ`KÙ…','66\'JåÎ˜¾òçÁ`KÙ…','T†`ð;R*{èæœRd/¹ƒN„ÝÝô·Þç°ƒ÷\Z','',0,'?'),('Ñ¥\n›Â³>c3H(Fk','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/classes/Connection/ReCaptcha.php',0,'O·‚ÑEŠþ6æ™ÂŒì','O·‚ÑEŠþ6æ™ÂŒì','U‡ÁêÉE\n¹;®©KöËÜk&,ÝBÓXºàð‘8¶','',0,'?'),('¨e™`¿¦6ñPºqêÜð¦','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/classes/Connection/SGAutorepondeur.php',0,'GÂüJnÜ,Ž1.O%;¶_','GÂüJnÜ,Ž1.O%;¶_','ËZÍñÑßùsBèœ;¹>gµ˜zÂ$ÛG|Ö&&3Z','',0,'?'),('lä|\0…¦¦Ý*zI˜ý/','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/classes/Connection/SendGrid.php',0,'§L¤\nõ^£§ÏlÞ¤j','§L¤\nõ^£§ÏlÞ¤j','1Ž¤åYÕá@±*7©Î»P3MŸH´˜ùwggâ','',0,'?'),('ªldP‡þŽÀ.üóNÉâµ','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/classes/Connection/SendGridEmail.php',0,'®WWÉñm€k*à}=*‘h','®WWÉñm€k*à}=*‘h','ëÙ•|ÜËb$£ u§ËhGRí¿\Z‘÷ˆ]ª®[','',0,'?'),('‹kü©‰ƒ?r™îŠ(','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/classes/Connection/SendOwl.php',0,'íìüO|møúŒ„ø¦›\r','íìüO|møúŒ„ø¦›\r','¥F¨c_ëy—@åÌº¨Õ±½\\ÐÁ=Æk	]¦>Jõ?p¿','',0,'?'),('¤ùŠ±åòÝ†ë‰Ds—Œny','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/classes/Connection/Sendinblue.php',0,'ÊëfÁXzn¸)_dµ~Ë¬','ÊëfÁXzn¸)_dµ~Ë¬','N a#“^i+è\0Cõ6¸4˜˜âÒ}tÃ÷+g~®','',0,'?'),('iJÕ\0¹{¹\nlŽ‰Ò','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/classes/Connection/SendinblueEmail.php',0,'ôøŸ{‹4÷Ï‹ˆ\'žr,<','ôøŸ{‹4÷Ï‹ˆ\'žr,<','­ìt©­~3GÀ÷Ú{£ýDVìµGh—‰¢Kñ=¢ä','',0,'?'),('«Ñ°,ûW˜ò|›CŽ“¯','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/classes/Connection/Sendlane.php',0,'r²v AŸÍŠœ×»+äó','r²v AŸÍŠœ×»+äó','OyÇ=½dWw6nË7ƒŒO3nwÁ§N\rñ_Èæ','',0,'?'),('^_Jn¼U0>kÝ†\r«','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/classes/Connection/Sendreach.php',0,'lí[0»mˆµðË5ÔÁ`f','lí[0»mˆµðË5ÔÁ`f','ÀNýµRÉÔ‡~\ZJÛ«ŽÀoUÃ.ùìBmýü¬c','',0,'?'),('„JýÂäƒjzÿ±}.Ñ','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/classes/Connection/Sendy.php',0,'±uöz1³úx¦ð1_»H','±uöz1³úx¦ð1_»H','_äñâ=+80¨˜ìo´¹»¦Ìôñ^ªâ…‹\r<í','',0,'?'),('†6„>4òêQsÑhUhTé0','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/classes/Connection/SparkPost.php',0,')CÑ´5Hm	h5mæ%Ò',')CÑ´5Hm	h5mæ%Ò','Gã\'…ŠêkG503:¼EÏZÝ_ªëÃÆå£ü÷ˆôì$','',0,'?'),('	•Ü¿c°s)Œ—\"ìó','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/classes/Connection/Twitter.php',0,';³|æP W¢ù»GŠr¿',';³|æP W¢ù»GŠr¿','>ä:…Q=¸r/ƒRDr]gëº^&tt´S{®¨B','',0,'?'),('µty¸¾!Çs9o·­÷}î','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/classes/Connection/WebinarJamStudio.php',0,'Õí_=Ð\r(j_­s','Õí_=Ð\r(j_­s','>’îë¯‹GWÔBWÝÚ·²œÃšU«Œø‰8œžêÛ7þ','',0,'?'),('¡ûg˜‘ø.¡ñ´D|VÕØ','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/classes/Connection/Wordpress.php',0,'Ñ\\xâiªûõùRhh¾6\n8','Ñ\\xâiªûõùRhh¾6\n8','û9œú—×¿ð6Xå£9²Ê±T(„Å›øê§íª','',0,'?'),('rõSŽè\\OüsÛJþy§u','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/classes/Connection/Zapier.php',0,'®&šú3GùâùŠip¸²','®&šú3GùâùŠip¸²','ü t¤²Ù;ýûÜ]¼GÎ¶†+V}l×oçãè½°ü','',0,'?'),('\nºÔ7ÉËcVP™\\§g','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/classes/Connection/Zoom.php',0,'Ísxj|×”×Î¨„åhÉË|','Ísxj|×”×Î¨„åhÉË|','bÅÿ.)‡”Ø€yYØ†…» +ÄiT£XIF','',0,'?'),('I’VÈh\'åøB™‡ù¦³Ð','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/classes/Connection/iContact.php',0,'„POe>3¿È|NÀd*£c','„POe>3¿È|NÀd*£c','i½&Ï÷©¼Ïq\"ˆ¶N.»œ¢\\Î]¿£ÔA5û~¸À','',0,'?'),('Ðà˜‡0–…\' ^Òñ&—','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/classes/Connection/v2/GoToWebinar.php',0,'Ë~¸	\rÓj\r¬Ä¬jÖ_Ì','Ë~¸	\rÓj\r¬Ä¬jÖ_Ì','rBÍ-Îgó†¼™\n’9½ôã´ðf÷K3Ds¿}w_“','',0,'?'),('€)µéDéŠ\r_ÔWv','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/classes/Connection/v2/SendGrid.php',0,'¡Z\\ì€°t‹qÂR&','¡Z\\ì€°t‹qÂR&','ÃÁ—ýÑ“Ødm(!žµ÷Q’.\\ÚÚÓQ*Á¡°rÂÎ','',0,'?'),('Ô|ä÷µk<Uì½k&w)¼','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/classes/Editor/Controller.php',0,'Èoßð·÷GõŽÜ ëÅ','Èoßð·÷GõŽÜ ëÅ','šÕÅHÓè˜Ír„ï¶ÄyI¶q/c¡v¥ìQIž*\Z“D','',0,'?'),('Ù¨xUúÏôF','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/classes/Manager.php',0,'.[ûêvÀŠ¢“1efÇl','.[ûêvÀŠ¢“1efÇl','¤\ZLnX9òªpcº%f,ÊeÚžõ–v^Ýÿo5ø','',0,'?'),('Ò	Ÿé²lÎ¦Û2êˆ','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/Base.php',0,'+„&…Å®65©àÄÿi','+„&…Å®65©àÄÿi','p²¤Ê‘ƒÉ6K:‡\'ƒ:2Ìýþ©~â%ýÃª8Ä‹mû','',0,'?'),('ŸÎ^˜¿ežWá×cÚëR','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/Collection.php',0,'N$IÖF#;Ñ•¡“B]','N$IÖF#;Ñ•¡“B]','ÞçBqôVaÓ‹š‚Ž·\0Öõyyû.Pð5‚ûì','',0,'?'),('A>Æì÷£™Ê«å€~vHë','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/Entry.php',0,'Ø¿e#ª¢ Ïý#ÚšÈ›‡','Ø¿e#ª¢ Ïý#ÚšÈ›‡','x¦É…ŒaZ*6-&ØIÈ±y.-xÊ·uÑŽv=ó%','',0,'?'),('qyzA2­ƒÌ’›9 ’Æ','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/EntryDataArray.php',0,':¨‰;Ç€XI²ã7»Ü',':¨‰;Ç€XI²ã7»Ü','´˜µò%¸P¦Á$¾Õ—UÚæ©‡#‡WRná¥y','',0,'?'),('ùw\nÍ+i?ú‘L<¶a','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/Http/Response.php',0,'84Õ¼Få6fÕem¨','84Õ¼Få6fÕem¨','æ7ˆÍÃ”sÆ#àõ‰‘Ê;§\Zà\Z™ä0¨$','',0,'?'),('†í@HÈ˜¢ÞXÏiE','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/Oauth/Adapter.php',0,'™@t33cYÃ¶úí_…','™@t33cYÃ¶úí_…','Ñþít¦™—a!gŠ&åŒ|E¬IÈˆbêGÈ','',0,'?'),('„ÄœA˜ýfÉí=Í¯Öº','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/Oauth/Application.php',0,'eÕ&AãX ¯>ÿUØ“N1','eÕ&AãX ¯>ÿUØ“N1','Ø”rŽê–ÃðVÎ§s\"†ýu	\ZóxÛqÉ}¢ƒÝ%Ž','',0,'?'),('ì­MdÂ3Àÿ¬oX›','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/Oauth/ServiceProvider.php',0,'öT¤øïã#·N¯ˆÈ¾','öT¤øïã#·N¯ˆÈ¾','‹?.ÛÞoÂÔI›‡´È‰fÊŸ²yw4ÎÖpÅ7','',0,'?'),('îC‘KmJV,ÿxŸÈ¯>¨7','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/Oauth/User.php',0,'¾V›Fþtÿ„¼}‚Öet8','¾V›Fþtÿ„¼}‚Öet8','“sœ2eårŒ’G?¶i—ÔP¡ìf…eþT$½26ë','',0,'?'),('ª×\r{³¢oUG…','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/Response.php',0,'›û±\\Ò”´Þ7.ø‘AiÀ','›û±\\Ò”´Þ7.ø‘AiÀ','€R»„zàš S¥¶lÀFÍ!É¶§0°Ðz×Ø,‡@aA','',0,'?'),('¢I‰bZ?I#SµúÉ','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/ServiceProvider.php',0,'P£™©†•ôFrÙ¸GÄF','P£™©†•ôFrÙ¸GÄF','\'vD‰kŠôfŸ–é½™1Û®Ä¡‡h†8ˆ®9Žþ','',0,'?'),('4‡Osµ§b‡\nHoPt@<e','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/exceptions.php',0,'Q™©šeoâÙaÎñîrÛ','Q™©šeoâÙaÎñîrÛ','Ë1¸Ì·Kl®á»$Ž…äØÌ}¯ê¡jfžŒµ¡!','',0,'?'),('… ”ûÉ\r…µ úM^','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber.php',0,'{NŽ‡DÄXM³{s¡B»W','{NŽ‡DÄXM³{s¡B»W','*IÅÏcÏ”ˆ‡K+§Rê¯ì±ŽíqoúŒ€ª»]$sÿ','',0,'?'),('½Æ¯˜Up4¤Yárä¦','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/ActiveCampaign/Exception.php',0,'Ð;.@1¹¥æŠå(Rüà¯','Ð;.@1¹¥æŠå(Rüà¯','v%#{/¸v<X°&3r’¹µÖ‰=Äÿv¹lîö\\','',0,'?'),('Q\\½R˜mƒQyíXgqº','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/ActiveCampaign.php',0,'z<Ç¬ƒ@à§¾','z<Ç¬ƒ@à§¾','õçãvÄGv”xÉ… ®àŒìÀâÏñ:qÒãÊMm«ý','',0,'?'),('?2#ÝÝ´K…Ÿˆ˜•','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/ArpReach/ContactException/Exists.php',0,'”\"±óí8Ij4Ûm÷–ì±/','”\"±óí8Ij4Ûm÷–ì±/','Fp:—øë½kOmçh+ªð‰êúrªôí²dLŒ','',0,'?'),('±¨æõl9%;^I¼>$Ì','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/ArpReach/Exception.php',0,'Êç°Vû~n®µ|P€¸','Êç°Vû~n®µ|P€¸','7óo¦…™76’‰S«¸ÞÚ|VãWÕz¨fÏg©õó','',0,'?'),('\Zõ\\kŽK„”šÍý”ë','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/ArpReach.php',0,'*6¥µOß¥Þê·4\'žÍ/','*6¥µOß¥Þê·4\'žÍ/','ÊÊ\"cºçÜî£¤¡¦ìÁóÊPZÏWQ}zjÉ‘x ','',0,'?'),('Í¶\n<šqç\\„\Zpù}¹}','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Awsses/Exception.php',0,'¢¯í™TÈsQ^ëØAŒÚ','¢¯í™TÈsQ^ëØAŒÚ','ú\r+°&¿Íéà\Z`ˆë\"šÌ•\\^çHÃ »2C','',0,'?'),('±=­ßDƒhÒKÐ$Zz÷\r','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Awsses/SimpleEmailServiceMessage.php',0,'ˆ‘3@€Ÿ]h£·Ž«','ˆ‘3@€Ÿ]h£·Ž«','JÈXv)\0:²|Z>¨„7–V¾¨.m—ð¤ç6|ËÜ','',0,'?'),('€Ü\0gèh¾¿²Ú3˜™','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Awsses/SimpleEmailServiceRequest.php',0,'d!\ZevÏÓƒ ILîÄb','d!\ZevÏÓƒ ILîÄb','i£¸/U¡p<¸	ˆœøšr]›¢1a±“êô=¡P','',0,'?'),('p‚wú“Eð¾_ai©','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Awsses.php',0,'áÙ½d~òHaŒ÷¦½¤*º','áÙ½d~òHaŒ÷¦½¤*º','¤F›‘þ³ÁÑeÙ³vW)¿WW ØE²Sy›ÿ•M,ˆ','',0,'?'),('€(U–f\\‹wæÝD5äÎ','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/CampaignMonitor/ClassicEmail.php',0,'£m¦©A‹l„\rÄ\ZC;IŠ','£m¦©A‹l„\rÄ\ZC;IŠ','ú 0ß©Ó¿w¸Kƒz9ØÊÀ¦›Eù²Ît Ûˆeµ:','',0,'?'),('ù¿«o>~v#ÔÌ1û%Ô','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/CampaignMonitor/List.php',0,'ºÚi)jˆÝ€Œþ-ŒSo','ºÚi)jˆÝ€Œþ-ŒSo','Ì<fš ~Ñy2ðµç¤¹;,ÏÅÉ4ÆÓl‹&','',0,'?'),('ÖeÁÔ›¶P\Z»0†dË','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/CampaignMonitor.php',0,'ä”?~u,Üi;+ç·L\0E','ä”?~u,Üi;+ç·L\0E','¾J{ó‡~YôŽ-äâ–´JÅbå)Ó{CŠÕ3–?)q','',0,'?'),('_Tt«&kàÞç4¥ue‚','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/ConstantContact/AlreadyExistException.php',0,'C(všƒÊ5x®¡c?t+m','C(všƒÊ5x®¡c?t+m','*—ž|ÎŸÐ55`%jœÏ\r›Æ|Y^jE^‹¬Y¹†’','',0,'?'),('ÇÙËíe–\n¬•øQ±ÅÚ','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/ConstantContact/Exception.php',0,'éÀ ”è*þºq½¡®À','éÀ ”è*þºq½¡®À','ù.ƒ½ª¸U”tðò¾”ÈöŒÙô¸yÌÂÍ\'ó~{?j—Ö','',0,'?'),('Ø÷t÷\\(¢šëåT%ç','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/ConstantContact.php',0,'è]e‰cù-«¤9¦Ê','è]e‰cù-«¤9¦Ê','ÃVåüFTª… \"ÑD91âÆ÷\Zø=7ßœ±2ø™','',0,'?'),('\'÷ë´Ê:5Ãpèz\"÷qˆ','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/ConvertKit/Exception.php',0,'Pù]FQÍ›¦µä’r—Æ6','Pù]FQÍ›¦µä’r—Æ6','œ [ûÆÕ;ecSBšÁõ\\4ý`Õe™bä¥×{8','',0,'?'),('oÕác4çåQOÞª;G','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/ConvertKit.php',0,'ò>üx#Ž?Q¸·^•»s5','ò>üx#Ž?Q¸·^•»s5','0FÏsR>•û´J÷-§Ð8¶9Ó]óèrj*B¿ô%','',0,'?'),('í·b4âÇœ‡”‚6iÆÇ','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/CustomHtml.php',0,'ò„.ög°uÃ“vHMˆ','ò„.ög°uÃ“vHMˆ','3‘±o*[» m	ôÁ~É0Ùžxy8JQCe²ËQ¨Qê‰','',0,'?'),('Úeç`}+¬m”Ýjég<','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Drip/Exception/Unsubscribed.php',0,'Z~Áft!mt—\0*','Z~Áft!mt—\0*','ÙÁÄµ®i!{MÐ,Ë£aÞwô3ß8Ô¤Â™ç	²3Š','',0,'?'),('ˆâ(ÜF×i\\þø[	x','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Drip/Exception.php',0,'Pª¸÷ü“äÙ‘â¼a]ÞJ','Pª¸÷ü“äÙ‘â¼a]ÞJ','˜â“¶£wéCþ(’	>9‚‘ÁÉ‹,L\"ì*','',0,'?'),('þlcC†žï~“ští{¥¸','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Drip.php',0,'Ál›’ê·ÖŠÅçmÈ.˜L','Ál›’ê·ÖŠÅçmÈ.˜L','î!\\Îë’¼äãhƒœ.ãhH’HKºžþCwÐ Âd','',0,'?'),('ÌÍ×<Ã²0£†ú& ','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/EverWebinar/Exception.php',0,'Tôã.õ\0uîie½Ò','Tôã.õ\0uîie½Ò','þ¯1rè…Õ½aGkDÄ†0½K&‡Æ’%7!WõF­Â','',0,'?'),('º„M{DŸMNcÀâüˆs‰','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/EverWebinar.php',0,'®b(¡m2\0Ûá¥Y|ì2D5','®b(¡m2\0Ûá¥Y|ì2D5','…¨¾)T>¼Ïë×Ö\"|–ðPÁ<åáñÆ]2Îg','',0,'?'),('}{ƒkt7âÚ¬I§Û/','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Facebook/Base.php',0,'Á&ûó:t´H´áW¾Cm','Á&ûó:t´H´áW¾Cm','“¾é–`ªÅ‰V;\n;ò®ßŽV,n8’\Zúœf\Z','',0,'?'),('•\\¹¼î¢ïÄÐÿÁÂ­?','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Facebook/Exception/Exception.php',0,'¹‡Ù†ÈÆJÀ%\rÔC‹','¹‡Ù†ÈÆJÀ%\rÔC‹','oØâ·‚\' U‡õ/cw¥Óšõ\r`ìœ§£Ü¤%SU®','',0,'?'),('_RÒrc~cëE}‡µÐ­&Z','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Facebook.php',0,'\r^~È· 4RÐ³½õ–,','\r^~È· 4RÐ³½õ–,','õbžŽ˜M0ãs	y÷‡)ÿŒ&ŠS¦W³£íw-Qh#','',0,'?'),('oX?Å0=“ßtv¹.h\Z','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/GetResponse/Exception.php',0,'V£»÷Ú«ÈæÍ²å¢VS3;','V£»÷Ú«ÈæÍ²å¢VS3;','Ü²¾·\0ëû8¾ù‘)ìÈPU©j…yAÏ’ÕvDU','',0,'?'),('‘zWà{¾„óqq','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/GetResponse.php',0,'ÚLÆ#Yû¦[ÚDó ±öä','ÚLÆ#Yû¦[ÚDó ±öä','CL	³—Ž†?æ–:E0œÉûêí^ÂŸTˆz£°[','',0,'?'),('‹ËWöy¹lØ<v©ï)Þ','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/GetResponseV3.php',0,'˜ß•`UZ2¢ø¸ò&áH','˜ß•`UZ2¢ø¸ò&áH','*f¦Õ)¥KdE†Q‹L>aÖ7dT®x\0?Lö¨','',0,'?'),(']u\nCÄ½­ýGsf¨ÂË','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/GoToWebinar/Exception.php',0,'=†UqcÍH¨!ïôf½','=†UqcÍH¨!ïôf½','ñpYú}2YzôSªXës\\–PqíÛÉ|š&Ç','',0,'?'),('f¶0@ÛM‰vî=Aéð”ž¶','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/GoToWebinar.php',0,'ßøõÇ¬¡’½MçÂÑÌ','ßøõÇ¬¡’½MçÂÑÌ','Å†\0.ÌìF\Z’º”´òHf¾ñï—â,/N2æÎ’2','',0,'?'),('Øø£óPþÃMi F„=f)°','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Html/Renderer.php',0,'ØšÓ`*ÂÌ?¿»iv¹','ØšÓ`*ÂÌ?¿»iv¹','ŽhD0Lb™ÿÐ¬$RCÙ áö¦˜¸k6)ÊO™}«¬','',0,'?'),('…¬\"`Ø¾yGTÍàò“ÌG','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/HubSpot/Exception.php',0,'ŠùQ2NiùÌòã<gŸ','ŠùQ2NiùÌòã<gŸ','!ì8ÄuüW\"9ÛËœ–Àþš¹Ý¥ùõ}˜%¡QØ1¬Y','',0,'?'),('Â­6@bÕ²SÇ»&emË#','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/HubSpot.php',0,'Ôu5a¼cÈÄú¬·','Ôu5a¼cÈÄú¬·','oaËÜ$Ð_˜2*¦ã\ZUÏÆvŒC– [¶3[‹Å','',0,'?'),('Ùãx„-§É\rŸ£nê9³','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Infusionsoft/InfusionsoftException.php',0,'ïÜ`„7ìÙ|z]-Ó{¬','ïÜ`„7ìÙ|z]-Ó{¬','Æ¯od‹	„tä„Ø¿“âc!p™´\'Û”õš‘¿«l','',0,'?'),('¨E‡¿G÷±óAWîøÌã´-','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Infusionsoft.php',0,'ÍŒ;ûêÉÛæT‹wÆ','ÍŒ;ûêÉÛæT‹wÆ','ÂN¶^2Ûá/úgÍ¼¸éÿÂ1à}Ï/_Çm+k¾ˆ','',0,'?'),('çO‚$ÿž’%¤ÛµŸ‰Ô&','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/KlickTipp/Exception.php',0,'*j$°]¤bšeQôŠ=B','*j$°]¤bšeQôŠ=B','µ-Ö)ý´B¨–bRZ¸DXt¡“~Gú#pþÁ—êŽ','',0,'?'),('r\r¢^Í ’=ž¦ù‹@oX','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/KlickTipp.php',0,'¨ásM¬öÔc§¤jc>ŽI','¨ásM¬öÔc§¤jc>ŽI','I’\rWrj†‰Ý³7 ~\"!H9ÊÎ˜>UÀ‡lÍÐê','',0,'?'),('B^e¢Sóüÿ]ƒùÉÅ','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/MadMimi/Exception.php',0,'³PÅ ¹Í”£ºŒu½','³PÅ ¹Í”£ºŒu½','ª:}vœ7øn›´«—€ñªò×â$»î3ªý} }','',0,'?'),('/žúdÍÄù·ˆG³?','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/MadMimi.php',0,'(|Ljy6ªçÏº¯•&\01','(|Ljy6ªçÏº¯•&\01','õ=@°¬úÎmû[âÎ‰š#	x„–dž¬ãQ-#¾Xº','',0,'?'),('íõ©¦Î@î‘jû8Ü‡n“”','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/MailRelay/Exception.php',0,'¨AÕÅH•w~ÚÌ‚$ñµ¢','¨AÕÅH•w~ÚÌ‚$ñµ¢','Ö&ÕVïiR§fYÖi¬™ƒþò¢T¼é«5^Öé¿ËL','',0,'?'),('u²½üdwfàh€îÐË','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/MailRelay.php',0,'‰åÔ‰¼—þóx¸.Ï®µ','‰åÔ‰¼—þóx¸.Ï®µ','­ªÈëw6YžóKƒõ‡Êwò	Þ¾\0;ÑD+®Â,OÓ>','',0,'?'),('ívÆÂÈU¨Å‹Š^þ!f','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/MailRelayV1.php',0,'³CÎ}&aŸý¢¶·’T','³CÎ}&aŸý¢¶·’T','ýBÅkÌò¡àÎÊ…6íëFd¾\0—ßh8ø¬`ú','',0,'?'),('wp{Op|ƒ`Œø=‘G.’','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Campaigns.php',0,'œeIi´­é`|ä(·8Y®H','œeIi´­é`|ä(·8Y®H','Ä¨Oý|ì“¸B…yRÛCÞc„j´îžÖ9n©›','',0,'?'),('b¿~Y06ûÛö„Ï;Š','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Conversations.php',0,'¢‹lSÄä@²ø,d{Qâ','¢‹lSÄä@²ø,d{Qâ','ÞæéüÖ`Ì1;E JnCÎ(¯\0­aÖáŠ0Ql','',0,'?'),('Uß|5ž‹V†_,47Ä´†','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Ecomm.php',0,'¶ÎY£žS³3¥Xi¢\Zêàñ','¶ÎY£žS³3¥Xi¢\Zêàñ','ü»ó\'¢\0MŒ…\'?è\"a,7ÛözÅ\r¼ðuT|tŒNb','',0,'?'),('ÅÖ9‘ÕéÍ“†††CÃm','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Exception.php',0,'DÐ¢ñO%Æ¶€‹už¡ÿS','DÐ¢ñO%Æ¶€‹už¡ÿS','š:Cjeh#‚FD}³T’MäésIG¢/põl‹8…8','',0,'?'),('ðÍEH‹N0Í´fEn¾R','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Folders.php',0,'Ï2R×lOWC£@³U','Ï2R×lOWC£@³U','I\'0¢á*ÊØ}Òº Ë`XüóÂ½4ßíII®•Y','',0,'?'),('¼yÍ-&[ƒ&Þ‘Âïçe','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Gallery.php',0,'êë‚ÌåÀy}{™%+OŠ|','êë‚ÌåÀy}{™%+OŠ|','”D~\"ús^SG*Øð¼ùôPr\\l¡A_’´:','',0,'?'),('ôæ/Ã„ŒF<¾zAþ\'r','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Goal.php',0,'K\0üÀö9ÎêNÀá','K\0üÀö9ÎêNÀá','¬‘Áw¥3\"Ž…ñ°ˆyÃÔ©NzB‘äI‡éiº}wWS','',0,'?'),('°öHÕÂoÓ4äØ¨õbx','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Helper.php',0,'a ¶r¿NSœvEmÆó','a ¶r¿NSœvEmÆó','n¯›r`\r?ÞaÉ‘ÌDWÜÈÀ\\à¨!6{yjX‚\r','',0,'?'),('\n=,üy½ zôh 6 ','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Lists.php',0,'\\°¿6ª\rKl˜“œ^¤','\\°¿6ª\rKl˜“œ^¤','ügFX5j¦ãÍ	r³<ù©Úý´½%“Â|Q','',0,'?'),('•%M;„´\0è–¹lC¼ÿ','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Mobile.php',0,'–»ºˆÕÝ‘óò/Î’lÃä','–»ºˆÕÝ‘óò/Î’lÃä','6®Ycà·W	Òý%mPŒb÷M}µ0ÇZé¢=åR‹','',0,'?'),('4kSíÏ+(göI&Cí(','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Neapolitan.php',0,'¬®œÑ‹œÑœ´_//­','¬®œÑ‹œÑœ´_//­','OhÌ -Š	9ú•h¥lÖBá0›—QJ÷_\nê€','',0,'?'),('þ4’Èçáï\'Ì\no«3Ð','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Reports.php',0,'þ¨a¨B5°—F¡W{','þ¨a¨B5°—F¡W{','ü0O”©Gg¢cú,oô<\"7“Ìæ©õÄfþ¦eMš','',0,'?'),('ÐjòíCÝ?ì*ä2qŸ','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Templates.php',0,'íÅü³ïÐA?U«šÿ','íÅü³ïÐA?U«šÿ',':ŽèC½q&ïmË¥•±Ëùlû‘×ÙÐœÍ4¥l','',0,'?'),('i>“mQ ÞTÌ¼A†3','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Users.php',0,'ÿQ/çv¹œ‚|sš2:','ÿQ/çv¹œ‚|sš2:','Ò´åV\0o=¼üFdÞ;ic©²\0uh-¸Í»ü','',0,'?'),('ØÚãéi¦vsÚ…ŒÓ$Á','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Vip.php',0,'~SÀŸÀºcævó.·¿','~SÀŸÀºcævó.·¿','£ü`ÿ\\ÏEŒWÛÛéŠ‰ÿån	\rnÂ‰™§±?\\.\'<','',0,'?'),('%‹iþŸÉVSB¾{£(\ng','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp.php',0,'­Ä’V~çi$/ìFÛ','­Ä’V~çi$/ìFÛ','\'Œ$7û,¥zKØCßägvz%„Æ)°Ftkw','',0,'?'),('æA¥$Uf÷h›Ë¨œ#Ø','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/ApiAbstract.php',0,'@Tº¬1.U?˜ÿô¼ú€n','@Tº¬1.U?˜ÿô¼ú€n','6‹²v:ß—¡ºÁð”‰È\Z˜Ö%\0}Û<°ƒl<v','',0,'?'),('@4Œ¹BœÑqóT\r5','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/ApiConstants.php',0,'^YÚ¡©TfI’æº~ï·\r­','^YÚ¡©TfI’æº~ï·\r­','ÒãJvAÊ,Š„f(#•Œ»±)ëcˆØó=|—þÛŸ7Ã','',0,'?'),('8i\\*šCj;C ì<„','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/Campaigns.php',0,'ïÑÇ°öýÈºŒÐ\n¸üö','ïÑÇ°öýÈºŒÐ\n¸üö','\r2 ­ ™*™f55/ôw*Ô]YkùVrŸÆ±&B®\r','',0,'?'),('‰Q¸\"Ô|ª	«FØ×Æl','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/Fields.php',0,'\Z#:B‡ãþ:MGfDÝ','\Z#:B‡ãþ:MGfDÝ','`ôëÐ\Z&UÆÊYhÒ¸ñxƒ`¿GõÓ7žâª» ì9¥','',0,'?'),('T®\"´\"qS>ÔŠ ¸¸ý','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/Groups.php',0,'v×±½€±h‘–Ð.êGp ','v×±½€±h‘–Ð.êGp ',')fÙÌÞ[w„®x¿\ržûA~+UoOêÝ±fTV’IÅ','',0,'?'),('ðœ¦ŒˆóW–Þ6½ô| ÏŽ','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/Lists.php',0,'Þå‚<‚$!\r±\\°$¨','Þå‚<‚$!\r±\\°$¨','Ö\ZbV£–(üS€[ä¯(ÀàQ—æŸ)a±²‡û<d','',0,'?'),('ŽÅºƒõTØ(vX×M','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/MailerLiteSdkException.php',0,'äp–¯ÝÁ¯Ä0lßä¼„','äp–¯ÝÁ¯Ä0lßä¼„','òíü)Ì­‹a@)Y\\Ö‘TÊ»w7é¬¼Š<RÑ >›','',0,'?'),('þ44&ÌHº\'{qþ¢}dm','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/Rest.php',0,'„©‰…‚Ác(ÛƒDùò›','„©‰…‚Ác(ÛƒDùò›','«Ñ©ü¬e&.pŽ&E#	ì¢újTë¯Œ-òcˆvpû?','',0,'?'),('ÆÄ>apáŽµ•Sø·Œÿø','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/RestClient.php',0,'»oRvÚýëÆÿ‡21','»oRvÚýëÆÿ‡21','kñ”€çÚ	ÒØ.<v=÷hÒ2mÝb\nœØP*–ÉDZ÷ç','',0,'?'),('e¾Ãÿ‹?sÜÚâB¸ž/','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/Subscribers.php',0,'do¤³W“CÎ•Yá„¿mc{','do¤³W“CÎ•Yá„¿mc{','Ûì„³³îŸ[WYQXYÓ´F£ì$Ò#ˆÈ$åÀèøT‰','',0,'?'),('^8àÂ¯rÎÁ\\ôÍ\"V','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite.php',0,'34H…a«¢\n®< óh','34H…a«¢\n®< óh','Uþ•EUÚÛÀƒîl~Å\næés¼{ôÐ¸g–E~	É','',0,'?'),('Va:™Ì›Ç2«ŸÇ~','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/Api.php',0,'©ió´þikjuM','©ió´þikjuM','¾;GœBv wë°Ø†`i¸pô‚¤‡µ –¯ç','',0,'?'),('^·òD¡\rï\\cŽ—@','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/BatchMessage.php',0,'®f¨ôe¼×ÜÑ¤Tì(','®f¨ôe¼×ÜÑ¤Tì(','µÄ½Ø‡{5Ò5¶gŒs÷Ä¿çŠq¾áËý•g¨Lœ','',0,'?'),('©zTÞÒç¸5‹.Š³Bš','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/ExceptionMessages.php',0,'ºÂN¤èè¬“a@JO÷7¬Ð','ºÂN¤èè¬“a@JO÷7¬Ð','½ÿIÚs\nTÈ©c^1A¾o›¹î\Zë@ón«];é‘','',0,'?'),('g‰IpW¤‡>\nÂuV','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/GenericHTTPError.php',0,'y&œ*í¤éô‹Á›7?]T','y&œ*í¤éô‹Á›7?]T','·õúß›ñ„%Œba\'*|Vxÿz¡!cÈBK±e\'a','',0,'?'),('Æ—”(S=­Š†ü¾0ª','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/InvalidCredentials.php',0,'ÿ¢Kòï•$\\J5;â»;','ÿ¢Kòï•$\\J5;â»;','€‘ÃÐÈzì1O™ã¢rªÎÑE÷´i‚×ÝI\'ý8‡+','',0,'?'),('ÆÀ\ZéÝoc¾È¦·’ð','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/InvalidParameter.php',0,'èî¡]é^ßßPÝFÝ','èî¡]é^ßßPÝFÝ','À©%ƒ\0Ô7|ÆÙ9ï]K6ý8}Y†Ó£Œ†Ô&p5','',0,'?'),('Œ\'9%ÔôÈ¡\r‹bê®có','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/InvalidParameterType.php',0,'G‘L…9ucA—\r¸ûœU$','G‘L…9ucA—\r¸ûœU$','Ò&KúBq\Z—Øv+,ÈBdº6C‰Š®ÚEó.9^K\n','',0,'?'),('ßß+`:24™Ïµ÷q—iR4','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/MessageBuilder.php',0,'Ó+\0•÷ÖTRn­¬áª','Ó+\0•÷ÖTRn­¬áª','§	Æùâb^²š¤á0ƒò¡•/ƒU^öÄàñâì','',0,'?'),('8Wï«I5§©ƒÀS','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/MissingEndpoint.php',0,'šð™IjüþÆü_íz¼','šð™IjüþÆü_íz¼','ÔðŠJ}B¦•*Ò\Z>o4½iS\'ˆÎËrg\\3$Eš','',0,'?'),('žB$—ª,õ;!“—´X','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/MissingRequiredMIMEParameters.php',0,'ºðNL`«è¥±©¹§]Æµ','ºðNL`«è¥±©¹§]Æµ','Ù\n7•î_á×]yºö\rÉ\0+WàÞ‚¯ÿ¼<è\rÆ7#¾v','',0,'?'),('è$9ÄßyJ‘{ö/ü','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/MissingRequiredParameters.php',0,'ö¨zº¹väïêžWa§8»F','ö¨zº¹väïêžWa§8»F','kV×—çÓ­¶4Ü+\"V›!«Äjû˜»ø_¸$d','',0,'?'),('Û#$Ž‹r¿Õ‘M‹²¾r','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/NoDomainsConfigured.php',0,'eÌ\0ÞH`üÙ²@Ë±‰§5','eÌ\0ÞH`üÙ²@Ë±‰§5','ž‘˜åÓ²Î¾gºv†þŽ3?~¡¤àwú²','',0,'?'),('áT‚ˆ)¨w\\—zç^¹/)','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/OptInHandler.php',0,'zÔZ|û:ä:[¯t!ú\Z','zÔZ|û:ä:[¯t!ú\Z','†»ïÜ—ÿ$.Ì·šQI+7v\\MÕv»','',0,'?'),('·g4ÛƒŽ‡9Ä£ZËg','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/RestClient.php',0,'3´6¯VŒÈ K;FŠ°é','3´6¯VŒÈ K;FŠ°é','mÏ`Oã{í‰R¶–M€	•Ýe>Ð¹Ò¼IU¯@Ñ','',0,'?'),('Erq™TGKŸÙ”±£b·y','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/TooManyParameters.php',0,'*<0ô’™7!<eª÷-¦','*<0ô’™7!<eª÷-¦','k·ÕßM5ëò¢1}j‘ýœÞ’ü•$‰Ê«)_\\‚','',0,'?'),('nâÍEªtfÞH_@d¥S','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun.php',0,'EàåÞ\02d‘ÔÓIèmC','EàåÞ\02d‘ÔÓIèmC','&:0mÒHbfÙ’Þ¡‹¿2ŸæÛsóFO¶“¶Ï¯tJ','',0,'?'),('Ë=E˜È]eK<	º’','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Exceptions.php',0,'ÙçÈcFNWR*&G–Šð','ÙçÈcFNWR*&G–Šð','($¥“Œ€o†Aå¦šY.»¦\n‚Ã9bIr÷IÇáüeÊ','',0,'?'),('Å”õZ{dŽ72Úz4','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Exports.php',0,'Â¯£ÇÌíƒ£W;ùÉºöS','Â¯£ÇÌíƒ£W;ùÉºöS','ï<öq±K¥µ§«ûœÈ>u	ÇnÏšoýJ‹†\'eÁÎ','',0,'?'),('¾)oÆ¸^ôf(„Ï-{^','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Inbound.php',0,'Z·y=?D¯{|‘6¶9\n','Z·y=?D¯{|‘6¶9\n','½ØjavQîî*é£Šœ.Ïiýê´I•ö\rWë^ÐQ','',0,'?'),('<Izlæ,÷MG†m‹Ë8¯n','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Internal.php',0,'Ì3ævFk+`EÖC<8Pá!','Ì3ævFk+`EÖC<8Pá!','sP³ ­‡‹N¯U­F*èM\'ð \\@Û}ñ¢ê.U_üË¤','',0,'?'),('ï¹n$ßÕ–VrÂOl7Ô','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Ips.php',0,'\\œ\'ÝLÝ%£¦[%¾ë ','\\œ\'ÝLÝ%£¦[%¾ë ','‚øºÒvŒg‹FêšGÛÞi¥¦¨ŽÛÁøZp','',0,'?'),('Å9ÐCYuÆNÒ¹','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Messages.php',0,'´¾¤Ò/*ž[OF§Ýä','´¾¤Ò/*ž[OF§Ýä','êb•Mû9×\r?£ËæJr9é¸9Š—m!ý<…','',0,'?'),('Ot‡UNÄÞ›JpÉ‰&+N','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Metadata.php',0,'°¾Ü€ÜA¥‡\0þ[J /','°¾Ü€ÜA¥‡\0þ[J /','Ä\0¯ÚD…Bð\0ê€\"ôUÄî|((\n*?ž7àhyäk','',0,'?'),('öá_Â‹)APQM˜Âß\'','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Rejects.php',0,'¦½#	t:®p+j5=l=ìü','¦½#	t:®p+j5=l=ìü','[-°ˆ¢æ7Ü:?ŽE\"÷Žÿ;KŸ_;Öê**q','',0,'?'),('¯¬WöÈ«µMüýúK´Ñ','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Senders.php',0,'[5nhW¿QÈkmÌ°>‘','[5nhW¿QÈkmÌ°>‘','0˜¸§.“œš!*å¿Õ,	àÉ»Ï‹ŒÈÍ$P´Ÿ','',0,'?'),('uGQlKù!PˆýÙÒd™','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Subaccounts.php',0,'9ÚÏ•+IæÍÇ¿³D@','9ÚÏ•+IæÍÇ¿³D@','Xv/¸FŸ5+,POS™¾¦}á((Ö+tŽçû±­Â|œ','',0,'?'),('ÁtQ,×MP»6w9Åy','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Tags.php',0,'…5RÌšåmÎ‡ÎéŸ¤','…5RÌšåmÎ‡ÎéŸ¤','æz¹B”ïÆB¯(«-màÝÍ7ËÇ¡¨Cìž‹n','',0,'?'),('ê¼U6ñ\r0À·Ý¤éÏ','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Template.php',0,'±6D\'ŽøÛ :®Ù¯\\È‚','±6D\'ŽøÛ :®Ù¯\\È‚','	tŸÃ@‚½Äß;ßgwñ£6y\Z ,vu2à<w=Õ','',0,'?'),('\"ôF*µì<C=È )z›','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Urls.php',0,'v4ËwõõÖî!±±r›ô','v4ËwõõÖî!±±r›ô','JÇûŸEºq‚zŽÄà@áïùÕ—óÙ“ø\no\0’','',0,'?'),('Ý¼x/ÍE§-·¿Ó¹j','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Users.php',0,'÷òoUÃ¤ö©Y|—Õ\'¹','÷òoUÃ¤ö©Y|—Õ\'¹','u/5ÎI@ƒœ¯$Ñ0Î4å\r¾EK	C½óòF','',0,'?'),('½§2Ü†øxë_³”î›pÔ','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Webhooks.php',0,'•ömø”‚ÍVW®°eÌÂ','•ömø”‚ÍVW®°eÌÂ','˜Ûï¾\0F¸¥ÆX‹hƒ$l1$R÷ÏT\'PÏÑá','',0,'?'),('ž~“ø|}š\r‰{Ãòãˆ™','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Whitelists.php',0,'’S¿eÓ2Òaú¨*& tà·','’S¿eÓ2Òaú¨*& tà·','ùœœõ©Ùg×ÅUÐu@ÈG†W‡¥À±ÓÞKMc','',0,'?'),('Z¡ºdžB¼€òwöhl×7','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill.php',0,'(äR)öí	˜È1Xš@>','(äR)öí	˜È1Xš@>','çY­bûq\r½[ÃI‚ª	½ñî]ÀkïÖµó\'Ó:;','',0,'?'),('2ò<8v¤Ç›ùù¢¥yfñ','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/ActionNotSupportedException.php',0,'é8yð*GŠùþdšÜˆ','é8yð*GŠùþdšÜˆ','þÈ\")~Ø1AÊñð„(/§4³Ô7gB§cBGx','',0,'?'),('qi6iÌñ#Ž=ŒÂáÒE','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Api.php',0,'ÃðbÙEãÛý$@š^}$','ÃðbÙEãÛý$@š^}$','0¼FÎ²Ìšƒ^âÀ½”<Òö§›:…¡ÏL¢Ni','',0,'?'),('½’Ôà¯ùA½•¾Zëì','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/ApiAuth.php',0,'HˆËâ2ÑýýñÖ\niÂ7È¸','HˆËâ2ÑýýñÖ\niÂ7È¸','•\0=KŠ?³;;X£èaM²\\Åfñnsü^M\Z','',0,'?'),('+¶Ô¹o»\"šïÁQo\\\rñ‘','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Assets.php',0,'g\n±¯„Í`•@ U»^ÿ','g\n±¯„Í`•@ U»^ÿ','“Ä*˜¯JÄåˆÝ®V<a Úˆ\nùö&lóº\'×í','',0,'?'),('†½¼=Í<yœ§õD›–®_ö','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/AuthInterface.php',0,'|Û[5ŽZ>h1d/È#','|Û[5ŽZ>h1d/È#','w^¹Ê,Œ¡¦*ê”Þ+£-`ÉêÒø¼nq¿Å¤Ýw¯÷l','',0,'?'),('ƒ=ýIÝ¤©Eç^†é]m','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Campaigns.php',0,'Þ³ÅèD¥øÍŠHØˆr‹·','Þ³ÅèD¥øÍŠHØˆr‹·','~úmÙUÔË*û§sýÅº¹y¼X·™Š^f:ÁJ	gN','',0,'?'),('`Sýè½#m!®–.¤','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Contacts.php',0,'TÄèÔ“#aG\'EÿÏ¢','TÄèÔ“#aG\'EÿÏ¢','Áy\'õrÐño*H‡yyöüÐ™njl\'­ÚìÏ	\'F5','',0,'?'),('°™eJÿ¥i„)¡î’<','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/ContextNotFoundException.php',0,'J¬ˆeS<i1¶Ô*¾lcx','J¬ˆeS<i1¶Ô*¾lcx','IP›£ªª¡­€qÞà	Â_¡–&”E¯vR;*R<Ò','',0,'?'),('ÅÒH¾]ñ€]þÙìÙÇ','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Data.php',0,'_5êt•àÙk!¸Üú[õÊ','_5êt•àÙk!¸Üú[õÊ','\Z|)ð¿âžúƒi±³|K2²þäK\'©ò*©IMØ	Yp','',0,'?'),('¯ÙíT²lø —CùÝž','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Emails.php',0,';0§MTé©üå\Zl¹V',';0§MTé©üå\Zl¹V','WŸá¨Rˆ<0OEó‚V”ÓCjÓX~ßm¯dÖ&²¡A','',0,'?'),('H\\¯Ìb‘±®Ž†€Ø»','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Forms.php',0,'Q´›ä™Eš7þKRr–í','Q´›ä™Eš7þKRr–í','u!ùà\rg®†òÅ€]E­B2ê¤¯ùe¢‹Ã‘-qðZÜ','',0,'?'),('ï„Xö!¸)Sš¬¦ªƒP','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/IncorrectParametersReturnedException.php',0,'˜ƒw›^ãš­¸Ë{ 5õØ','˜ƒw›^ãš­¸Ë{ 5õØ','¡°\Z¸9§˜ª¯X3ê×¨gnh•ÉIûµFW†nÝc','',0,'?'),('údï`V·¬p	½øíiÙ-','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Leads.php',0,'Q(Ëýê(åA`/{{†GR|','Q(Ëýê(åA`/{{†GR|','0Mw×4|ƒLM°£ì8)ÈöR”kÍm|Eœ×ŠáQËû','',0,'?'),('q :z6(}ú¶|XgÉÜç','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Lists.php',0,'¢±n¼¬ÃÕs­^N­Ï[Î','¢±n¼¬ÃÕs­^N­Ï[Î','Ã\Zv6I4éÆ°˜ñHÿƒÂ²ˆ|ìsÁ 5í¯¦È§','',0,'?'),('i¹}·ÖÎ¸‘5\Z˜?s]6ü','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/OAuth.php',0,'Æ#?Â)ÚÐ#ÔjKêß„›í','Æ#?Â)ÚÐ#ÔjKêß„›í','±SãMÝ’œß ¸À¥jLl‚ÅíujÆ\\‰¡Q/wè¸ª','',0,'?'),('q\r×’82ü]»Ï“','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Pages.php',0,';õdÂÚ˜ñ\0;«R•œÂIã',';õdÂÚ˜ñ\0;«R•œÂIã','<]ïùô[™~\"¤û¤&FÞV–ÏŽhD¤ÿÒL©™','',0,'?'),('¶rÜ½\0GkB:6.‚\"r›','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/PointTriggers.php',0,'o£m¾kcJnû \0gMËu','o£m¾kcJnû \0gMËu','=½ìçÑ›š\":¾~›ä¶[\rUì¡!Œv<1öh','',0,'?'),('–‚éÁ…ì³2çþãŠÁfÕ','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Points.php',0,'I¿VÇÿ‚YJX ø´T±a','I¿VÇÿ‚YJX ø´T±a','ÑÈ)ó52Ö¡µ“Buøfó¸Ó0b~é”öÉÎ','',0,'?'),('îžÏh{OrÂX28¡','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Reports.php',0,'·hÙÀÀ¶gÚŸö¡GW›þ\Z','·hÙÀÀ¶gÚŸö¡GW›þ\Z','ž]‹ÆšÞC†€U„~?îM\"¥yI0<8tø÷ìw½','',0,'?'),('•Ò¼#ˆËM½Â­PçŽø','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Segments.php',0,'!|O=:iþß;¬vú¹P ','!|O=:iþß;¬vú¹P ','Ù|Ãe‘ÄùûP\0¹ïÆˆ8x5­žå/J^_','',0,'?'),('¼F&èÛJ¸\r€nÙÍ¿7','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/UnexpectedResponseFormatException.php',0,'ög>ëTñ“dBò)xoj¼¹','ög>ëTñ“dBò)xoj¼¹','„”ž¦ƒð€yÇXŽg@Ö}D´ìøL«ÈÜÃ˜¨ö','',0,'?'),('è– b€§¤$œó?Vo','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic.php',0,'ØwmÓÿ\'y™}Ds6Ú:B','ØwmÓÿ\'y™}Ds6Ú:B','ëKùwPÕx1¥8ßLMÃùH³qìphínÔ\Z[\0/G4','',0,'?'),('ùÏ$ÿfÍ²óØÇŽ®à','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Ontraport/Exception.php',0,'£Ãt­ä<œoõŸ\'ïÔ','£Ãt­ä<œoõŸ\'ïÔ','Où/¹³“·õ1ž+÷Ãj·62îrn;a xø¢','',0,'?'),('·#¿¦	­Jb„»ðP]¥','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Ontraport/ObjectType.php',0,'-8[²½\0ÆÐÔg$1Œ','-8[²½\0ÆÐÔg$1Œ','”.ÓóXédz=Wæbgh/›ñÒË5~¡pRi','',0,'?'),('„B¿%(=2ÛÒ5{]{üõ½','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Ontraport.php',0,',¢}>åš(±^)ÝyRšsr',',¢}>åš(±^)ÝyRšsr','Æ-pØõ+MƒVŽ§¥Õ\"…]óG$8®×ÈÈ®','',0,'?'),('ÿ«é\"á®¹¿!®ž+¡š','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Postmark/AdminClient.php',0,'ÞA¿e ¥ aª”9ŸŽ¬','ÞA¿e ¥ aª”9ŸŽ¬','Y—BýÛ¥éE¢ÊAðCÛÉnJà!A­¤.þç®CN','',0,'?'),('XîŒúÕüF-¬08+6m','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Postmark/Attachment.php',0,'Èß¨Äæa¢\nÏ3ÄT‡t','Èß¨Äæa¢\nÏ3ÄT‡t','31óÌ[F§“ |`Ç+dN#J¸\'/ëQÆÑá;i]‚','',0,'?'),('r ØÄ)šï•Ã½™1&Î[','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Postmark/CaseInsensitiveArray.php',0,'j†ß(MØÒ¾àe\ZvE¨','j†ß(MØÒ¾àe\ZvE¨','£èCiÚÁ\'e\ró3ê£ÕûÑð‚d!eénÝ˜aÓyêjþ','',0,'?'),('…’W	·›CD³‹\rû‘','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Postmark/ClientBase.php',0,'o:0ˆöPGþ²xo}X¾','o:0ˆöPGþ²xo}X¾','åpZa6ÑãÛ²Ÿ9`‹sâ÷ñ‚µ\Zè	\\qòº¶ž½Õ','',0,'?'),('lÿÝMqDÌõêÉf[7','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Postmark/DynamicResponseModel.php',0,' é)ÿ¤L1\n„áÌ¯®',' é)ÿ¤L1\n„áÌ¯®','ºfS€ÑVâèƒ¡8{ÂŠÔý\0_ÚÛð,µa·Ä$X','',0,'?'),('Õ/ù£Õmœ³Xl|‰×+\"','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Postmark/Exception.php',0,'-7dC¼=_<‘àÅ¹oGïÂ','-7dC¼=_<‘àÅ¹oGïÂ','×—´ŸöZ¹öN{>Â&©	 ÛÝló{I™«¸µ','',0,'?'),('²s´<÷Õ=T¸kGxJ','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Postmark.php',0,'­$.\Z‰‹/Í¾6/[ì','­$.\Z‰‹/Í¾6/[ì','ýÈV¶GI’½0®ùnl\"šHåOÂ:¬cØ–£Ÿ¾„è','',0,'?'),('lÍF»v\0PT£¶èö³Ú:','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/SGAutorepondeur.php',0,'¸—wl¾ƒ¶…ïÙ¡’¸ö','¸—wl¾ƒ¶…ïÙ¡’¸ö','³‘UsÿÙÃ—ž\0Ã·•6\ZpnK³¤Ÿ„åñè;ñÊþÚ','',0,'?'),('}M,x@O¸b3®!±„†','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/SendGrid/Client.php',0,'DQ(	#¨°Wsšv?Ø f','DQ(	#¨°Wsšv?Ø f','Ö«£ÇõQM¼©8H­ÅIÍð”Ù=Z­Íg±ñ9‹8J','',0,'?'),('™v‚ê‡’¥\"PÐöf¾<','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/SendGrid/Exception.php',0,'áª4ßo„‚ø%Ê5òË˜æ›','áª4ßo„‚ø%Ê5òË˜æ›','xª6;¸j¢¹¡cp\"m’z&T“ªÎÜ8Ù”åè˜','',0,'?'),('ðe•ì1e=ºÕáy½jS','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/SendGrid/Response.php',0,'|~·N¬Ò® B|`Ë³{ì','|~·N¬Ò® B|`Ë³{ì','Ü¡¾Òäl÷D#x”\roU¹BæÜ\'n=DG¡Fo	Ú@','',0,'?'),('\0¤—êöy^(“Q…ÙÙõ±','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/SendGrid.php',0,'³J¢=—å‘váÂ.è¡´','³J¢=—å‘váÂ.è¡´','K0›W!!=SÑ±Æ<2â‘x\ni×‚rw%8&','',0,'?'),('ãšé0’^¢¸1dø+!Ð;','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/SendGridEmail/Client.php',0,'m–dÜ$0—ùÄI«‡ŠOd','m–dÜ$0—ùÄI«‡ŠOd','0géá4&°“– tšRC`´ÂÖØÆÝþ¡«*‹O¦í4','',0,'?'),('ÂvÞØ.Úº„ÔYYÞâ¿','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/SendGridEmail/Email.php',0,'Ìï­IŸVéä¨¨è!-÷9Ð','Ìï­IŸVéä¨¨è!-÷9Ð','6\Z	«Nñ½WåvÏZÕðÔ<—áänø¹ñw\' Æ*$å','',0,'?'),('£ô¶­z ˜‹µeptrl','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/SendGridEmail/Exception.php',0,'µ`f¡—üJ+,ø×.Ð™½','µ`f¡—üJ+,ø×.Ð™½','ðü\\ñ´ÙÕWÌqþ3Ç’óR»Âù|Ì:…)Î','',0,'?'),('Ùz™ùí¹ Õ5è_gP7','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/SendGridEmail/Response.php',0,'–K“¢‰õA–¢÷ôòrä','–K“¢‰õA–¢÷ôòrä','M&÷È¥ˆMq~¬[R&À|ÜmC#ŽÈÎ¾O‘Â[6ø','',0,'?'),('…É*µ•ýîæEä¾yÑ@L','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/SendGridEmail/api_keys.php',0,'ŠóÑ{£MH?ôìp(#°_Ï','ŠóÑ{£MH?ôìp(#°_Ï','Zê$,èÜ€á’-RÁ¦ø¯#Ë²•ÌØbÆqn','',0,'?'),('ÿ^ÚÑÕ«oeÆ´»â¬âq','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/SendGridEmail/asm_groups.php',0,'6ðØa*ydÿsÙ[áÛw','6ðØa*ydÿsÙ[áÛw','ÏØ›8ÓPn\r%›7Žå\\j?NñÂ_8Â(ÀúéþV','',0,'?'),('é&ïÁg4»\Z¬ÎwðI','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/SendGridEmail/asm_suppressions.php',0,'é–Qâ°5ÚÄ…™@º2\n&','é–Qâ°5ÚÄ…™@º2\n&','8pÚÎ3ÇëYß…¯ÕYûF‘cSÀ–ÓHùç*ŒSŠ´','',0,'?'),('scéï,Ú®¼FCÐël\'b¦','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/SendGridEmail/global_stats.php',0,'€ÄMè®7b«qß','€ÄMè®7b«qß','_Ëh°ô*·Š36ß7Øªðø§ûõíc/€uŠ±aÙ','',0,'?'),('ÄÅö×à\0/à&…¾Yf','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/SendGridEmail.php',0,'I»éÇÃ!Ñ_ÓlmÖaDRŠ','I»éÇÃ!Ñ_ÓlmÖaDRŠ','8×zíaq\Zñ/±NàH­jI×1¤tL¦jš«È–æ','',0,'?'),('Ñ‘«åI!Ç¸¶oÁyòM','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/SendOwl/Exception.php',0,'žœI·a!7ƒþ\n¯ÚÞ','žœI·a!7ƒþ\n¯ÚÞ','ßUûeï^ÿ§Ã0á±âû‰û/‹*hë`lë&„W','',0,'?'),('è„4–‹Žï³ƒ~›+=-–A','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/SendOwl.php',0,'’Uòÿ×Í,:uŒâÛ,ºÌ','’Uòÿ×Í,:uŒâÛ,ºÌ','ÉõhKó&>mU)Óþ—vsG\'†àÊÐšPáGvÄà','',0,'?'),('ØuËd|±l·FeéBuf','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/SendinBlue/Exception.php',0,'Ür1œ®åÞlòü§ùÕS>ì','Ür1œ®åÞlòü§ùÕS>ì','ZC±íU®èË¡ãå†y\nh›·ô{·:¾+bt|74ØQ!','',0,'?'),('h:t\r‡æ`xàB‹\r','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Sendinblue.php',0,'”¾«k,\0ž¥Üä_Ð*ÞÓ','”¾«k,\0ž¥Üä_Ð*ÞÓ','Št*¨ZÏyü¬r\\e¨Ý¨\"w—VâüË½Jd\"œ','',0,'?'),('7Ì 4–¤¬FKÖ®³´Z','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Sendlane/Exception.php',0,'‰£Qž—jd¶<F„è¦á•4','‰£Qž—jd¶<F„è¦á•4','_®\0Æ¥Jn[2waŠÝÏ´ê¢Jã,Øà=”qëÞ¹Í','',0,'?'),('ÌUV\np4Å*<ºá?·Ø{','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Sendlane.php',0,'ˆUu<J>e+6iE¯d¥ó','ˆUu<J>e+6iE¯d¥ó','È¥Å\rMñ¢dŽÞOˆõe½…öÞàÝ!@©v+çº¨€','',0,'?'),('ö»½øy²|=Rv‰I8','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Campaigns.php',0,'ê?ÒJè”¥ƒñò^ìŒåG','ê?ÒJè”¥ƒñò^ìŒåG','YZÍØ–ºþBU…ÚÜH¨­ÀË-g6lºqWí6o0!ì','',0,'?'),('5Ë‡8†0bð›U‚×y‚T','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Client.php',0,'ËÏ×~Ð¦yø@×õ','ËÏ×~Ð¦yø@×õ','†¢„JËž2ÓpSb‰\nêƒ\\i!éíåh¬rè¹+Ž®','',0,'?'),('…½‹gëßYOøPîo','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Config.php',0,'hv/—Ëê˜·_gQ®‘Æö“','hv/—Ëê˜·_gQ®‘Æö“','óqÃ–!ü²ÀH0þÇÐ¦9áñ¼f&vaI¢ø\ZË','',0,'?'),('Õºòã—r¾Ç[å','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Countries.php',0,'/ñ\0Pµ$sƒôÎÇ°zË','/ñ\0Pµ$sƒôÎÇ°zË','~äv3#o–q‘°½¿ÜWÎÂ¥DÑ¶D”íÛ›‚','',0,'?'),('¸À¹DÛá#<žB•lNJ','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Customers.php',0,'öà8ë¾«Ã:oalÎ~','öà8ë¾«Ã:oalÎ~',',`‘å0ã@¿ìô¼ûk}9$ñjié±ÅûÈ','',0,'?'),('Ö}¥õ*\"3û\\$÷®Ñ¹ã=','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Exception.php',0,'Z‡BÆ«jÐŸEœDÍ¨—\\','Z‡BÆ«jÐŸEœDÍ¨—\\','ò;µµ>—>\0©™f^–gai«2íVÉAóþ_äî','',0,'?'),('rí`ÏÙ¼¥“É !I£','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Json.php',0,'²î.Î”™HtˆÃs5W','²î.Î”™HtˆÃs5W','çš®%/°y†¼E_¨9ÒÊë/‘Èæ¸ÿ5DÖìÄû^Ue','',0,'?'),('ó$¥ú¹˜™DvºÄ¼a8','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/ListFields.php',0,'X\r‘Ÿ×Ž—:j´\nq­©‘','X\r‘Ÿ×Ž—:j´\nq­©‘','.3S 7èc¸CÂ\r™KæøÍ‡£Nˆ>9«ù†B®àÄ','',0,'?'),('YŒþñ@‹¿¤éæ(#Ÿ=','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/ListSegments.php',0,'SVÐqGÓ©¶x¸¡û™p„','SVÐqGÓ©¶x¸¡û™p„','ëÈ‡¯WñÞº¿	sf3=hfL0Õ1cbä8dM§äV÷±','',0,'?'),('[äíiŸ(.Øg§â”‰×uw','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/ListSubscribers.php',0,'UU•MÝBœ[ÁªJ¬µI','UU•MÝBœ[ÁªJ¬µI','.úÇ´ Šý®‹*Î©+è¡Y<µ”R†fÅ¤·úN²¯','',0,'?'),('Màs#£O—Óª´ãñç','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Lists.php',0,'D	[,.PÀ~¾’©2-NU','D	[,.PÀ~¾’©2-NU',')„lXÐ¹í\\5´pôáÐ+!#ª¨òI<ü™@','',0,'?'),('^ä;+:Ë	%Eä½³]Š','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Params.php',0,'!_üsLÚ_4qx¥™È>`','!_üsLÚ_4qx¥™È>`','	ÖOÛñÏCKŽ•ëoÆž\Z€ÿÁy/Œú–8Ôg\0','',0,'?'),('ðß6Âeíì%\0þ¨åˆ¢É','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/ParamsIterator.php',0,'ãK‚½Øµk\rr})f¿','ãK‚½Øµk\rr})f¿','oü%(P?5LÃhëlüMEr¶”bÛúŸ=&ê9]\r…æ_','',0,'?'),('/=e=Ç\rMwvó°ÊV','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Request.php',0,'†b¶Ó‘#ä$;1@','†b¶Ó‘#ä$;1@','$@£:Û·Úf*B|÷ñ»½ÇMEÓ}wG®š°','',0,'?'),('[ù}JBê4sÚe—þ\r\"¹','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Response.php',0,'ø†Ò{3¼©k ^1!1²','ø†Ò{3¼©k ^1!1²','@Õv}¸1õUÚÀnðøÅ\r\'¼U\'êáC<N*Pÿ','',0,'?'),('E5.ÖŠ®–?÷\"üú,Ú±H','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/SendreachV2.php',0,':.å#*	³¬V˜zBc',':.å#*	³¬V˜zBc','A—\'VÅÖ_”N3T›fÏ¨é`{ÌÚUùn˜ä¯ºðà','',0,'?'),('Þbš&r„¯\n¹¡8Bæ[','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Templates.php',0,'z°¦ö†xY{û®½]ÂsP','z°¦ö†xY{û®½]ÂsP','8ë\r\rýÖ´ÆÍƒ·¨óž9móXùéäKÅŒÚ8O_Ü','',0,'?'),('åÒ`ïæ%8‡à¿¡ŽS&`','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/TransactionalEmails.php',0,'Oþ\\¡\\ñéH×ndÏl4','Oþ\\¡\\ñéH×ndÏl4','«±™G9¨qæÖfŸY\n¥å<wä—Ýê AþA¥X','',0,'?'),('CÇÏw8íû½Ž«”€Èî','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach.php',0,'ûÞÊN>ˆù´ðxä‚è@ã}','ûÞÊN>ˆù´ðxä‚è@ã}','k7R´Èa\ZÌTë\0ó¸(¡Ñ ]ªœ4HÀ†‘´ì…£bï','',0,'?'),('µÅ›Ì‡„lÝa;ˆèk«','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Sendy/Exception.php',0,'Qæ-õ«ûÜ-=Z·å¦','Qæ-õ«ûÜ-=Z·å¦','rÁNóö(æö¥RÀOªUuÀˆñ›wb]»~Z&æ’¯¸¡','',0,'?'),('óÿø°Gøÿ­©¿ßBÈÊ´','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Sendy.php',0,'ÞÏ‘tRŠTàNKóz','ÞÏ‘tRŠTàNKóz','!8s=ÇGjYõ§—˜X¤Ö-q¡wÓL£T¨n™“Õ','',0,'?'),('sg°Kñ&Þ@ì¯V\'“','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/SparkPost/APIResource.php',0,' \0^~üƒ,¬*\"a',' \0^~üƒ,¬*\"a','5¡i9\0Ëš\rìZ¾@±E‚èe\n™\r>Y&Êcn','',0,'?'),('Y…dAx0í\Z©ˆˆÞv’Ç','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/SparkPost/Connection.php',0,'}k¼ºï õÀ{XÊrh~€Ù','}k¼ºï õÀ{XÊrh~€Ù','„lK7pQ@()Vëg>‰Gtò¦¦¼|Dmù ÄØíCÞ','',0,'?'),('Ö!?¯âŽÉËÅ†%Þ)µ','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/SparkPost/Exception.php',0,'2%™(®Ky•ÛÄÝ~æ8Ñ','2%™(®Ky•ÛÄÝ~æ8Ñ','QFÕuèß$Aó¬¶Äºšƒ/Fj\"ü¥+Xÿ','',0,'?'),('‚Àã%øÈD¦~¶Ž ³p','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/SparkPost.php',0,'Ø}-ê2u\nv\Z¢ñï_(','Ø}-ê2u\nv\Z¢ñï_(','¯K‹Ôß´ù]ÊEŠï;@Þ•Äb›rXVÈ²yXØ¤q','',0,'?'),('}ô\0¡ö> ±­šIn>×H`','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/TdJwt/BeforeValidException.php',0,'¢¾(i}ˆ3Tä?!À­8!','¢¾(i}ˆ3Tä?!À­8!','ó2T^Îñávñ`VÛ.v5ï»p„]Ç+¤\rÄ3õw8P­','',0,'?'),('„2\nDµÐ÷ò^»ƒý8¹','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/TdJwt/ExpiredException.php',0,'€Ì-Uò–ÉÿVI˜°','€Ì-Uò–ÉÿVI˜°','½\\XÂ¶(,el¯®åcDSÑ²RŽ7›Ôt\0Çóú5','',0,'?'),('úì?³GVq« ¹ìßÜ+','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/TdJwt/SignatureInvalidException.php',0,'³×9¶*ÖUù<™}[þ|\n','³×9¶*ÖUù<™}[þ|\n','³­(kÛÊ¦¤†öÎåPbÙy$ÝNôþù\Z¸*%|Üâë^','',0,'?'),('ŠVæà8ÞkÞÖ*ÆÇ','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/TdJwt/TdJwt.php',0,'ì½o:‚\0ÚÞrF	0','ì½o:‚\0ÚÞrF	0','\rÅÿŒ6K.2³|Ê(^D­CÈÄ:QpÞ°\0–ÔÆ7…','',0,'?'),('pþ÷L	”Ä¼Yw*‹-ÄÑ','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Twitter.php',0,'§zXÇõhôÃÊÉiªÇ','§zXÇõhôÃÊÉiªÇ','d¢0º$Š×ÐP¿ŸkjB Uá\r´7ÙÍIþ)¾€','',0,'?'),('¿rÜc6>ô«°2–õÅ)','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/WebinarJamStudio/Exception.php',0,'º(Å¬Ö¯F2Ö€>ÁÈÎÊ','º(Å¬Ö¯F2Ö€>ÁÈÎÊ','æ%•Èÿ¦°ü±=Lÿ\"‘C¨M¯\rçM>mDIÉQqdÁ','',0,'?'),('úbJžò±¼Ï†‰ëUãI','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/WebinarJamStudio.php',0,'Eàl¾‘šþö\ZA	$','Eàl¾‘šþö\ZA	$','‘(`1ôªŒX9@sƒ!Ù¢{*ž¨NÅ®IóËs=K','',0,'?'),('©†ræêYyÆd\"(‡','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Zapier/Exception.php',0,'¡µÍto¤z’þÈeÓ~9','¡µÍto¤z’þÈeÓ~9','ìä´ OµûH<]kÜ­¬DK5a$E:Ö®ñókë','',0,'?'),('ôR«Z®\\édX\0ðúº','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Zapier.php',0,'·1Ç=E—²8jJekí;Ï','·1Ç=E—²8jJekí;Ï','—‚g¨[\0‘•ô@aÈ\n‚Ig\nƒ«”ÄÄŒÃÕð ','',0,'?'),('¶gš(½W8ðëBSZr½r0','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Zoom/Exception.php',0,'‰µ	Ék±»ìÍýéœ=Á','‰µ	Ék±»ìÍýéœ=Á','î€äŒ½‰Åº\n8ùÈBC\\PuÿbÇeqå´õV]ˆfâ','',0,'?'),('°svðÁÈn“ºÕ\\VD','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Zoom.php',0,'Š¹Ã `À8ÛI•€hí:','Š¹Ã `À8ÛI•€hí:','b:ëÔgn[±‡~’R¤ƒUTÎ\n•’*líE¬m¨s','',0,'?'),('—åZo—<ÌYH0¶\0ûK1Ä','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/iContact/Exception.php',0,'×DtHÄBš8E\0fxt t','×DtHÄBš8E\0fxt t','Þ^\nÞ—;®¼d·.‰Ç–a4w’•déz¥¸—Óš:h','',0,'?'),('.I€ï‘o‡Òï}Zîee','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/iContact.php',0,'˜°M!èŽJóoíñ•pq','˜°M!èŽJóoíñ•pq','â‘MXvÃnxqIfoä}­;``%¬3þ@Z¢','',0,'?'),('Ð¯}\rrˆ7î,	¹¶e;£y','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/v2/GoToWebinar.php',0,'ÛËZZžîÕ×J—HÓY','ÛËZZžîÕ×J—HÓY','‰¦ÜÓ°`­`÷\Z‰k*‚U–lÜ½~eÒåŠ%>','',0,'?'),('Ê¯•\\Õ‹;.jºñà','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/misc.php',0,'‰Få.½SöäzaÊj>™}B','‰Få.½SöäzaÊj>™}B','!ð/ö‰C4Fá\"ÉwpŒ`n5iðÄEŠ¤VqJ\rÁ','',0,'?'),('!ÅÓTä_Æuj±m´ÿ[','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/views/admin-error-logs.php',0,'ŒÂ÷*\rî0æžu¡á˜~bF','ŒÂ÷*\rî0æžu¡á˜~bF','£!Eh.uçl¤Òø‚¸é6’Ì—ô1ÇÜ:\0Ù’jÛ5²b','',0,'?'),('â`²ëÊ\"hOp§z-','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/views/admin-list.php',0,'ƒ<´0Ö{Ë4$ê[u-','ƒ<´0Ö{Ë4$ê[u-','–—zøç Jß¦9K }9lB4Ë2$<½ŒNG}l','',0,'?'),('Ó§yÎWgï™Åk“õš`','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/views/admin-messages.php',0,'t²FXzm¼¡C¡¢i\ZHq','t²FXzm¼¡C¡¢i\ZHq','¥±¿x¤5â•2ª`:ôÞ£-ëXˆ>Ku+^ÈDÖ','',0,'?'),('‘ë:lû03Ò#\r-x%/','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/views/editor/add-api.php',0,'ÎÜUW’Ï¥¯ÄpT€î','ÎÜUW’Ï¥¯ÄpT€î','MÜxèöéW_‚”³wªªB\"\"ù\nø¾¹Å¸\'Eª‹','',0,'?'),('þ¹{PÛLÕ Ð—¢öÍ','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/views/editor/add-custom-html.php',0,'j9”&A›,µIÆqGØáo','j9”&A›,µIÆqGØáo','¢|]Ö“rB#\0«ï¢GTCI—G3ÊONÌOº~@\'Y','',0,'?'),('ìA¿r‘wôPi©qäBÞ','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/views/editor/add.php',0,'Hj¬Ëo¿SÌ°é;Ò©v','Hj¬Ëo¿SÌ°é;Ò©v','[é³dê·çŠ~éÜy%ÓõQ7™ºCtuÅÿ¹\"œ;eä','',0,'?'),('MgA)Cø&F9Ùí8','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/views/editor/autoresponder-code-fields.php',0,'a-«Æc\0æ…÷¯m9ÙUÎ','a-«Æc\0æ…÷¯m9ÙUÎ','»6êN’ÍêY¾Cà*N0VX=\rQrÅã†ÿKX','',0,'?'),('-³Ì¼ÈBûoäámdæš','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/views/editor/captcha-settings.php',0,'LVÂRf?¦ÈE^„.D','LVÂRf?¦ÈE^„.D','¥Æá”›À@û’õÿµrmÜ§ÌOã~¼T¢ô“˜+kL›','',0,'?'),('c3¡GÁŽÃ¡Ú?5}Ì\0','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/views/editor/dashboard-api.php',0,'>«…óŽ\\k†cCéåúÓo','>«…óŽ\\k†cCéåúÓo','œ¬qîŽ{P2Ôk	u¹Â‚TÐkh&©Pæƒ','',0,'?'),('å?Y¬2$µLv:Ùî]¯','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/views/editor/dashboard-custom-html.php',0,'Gš×\r5óŠÝ†½ÏWüÉü','Gš×\r5óŠÝ†½ÏWüÉü','Í˜Öøp1‰èN]¿Þû·k‹?þH\Zû™¼ã/$¿','',0,'?'),('‹â\rúbÑIaípÂ`Y‡','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/views/editor/dashboard.php',0,'ç¬ÿŽÙ‹ùƒôûsÉÿ','ç¬ÿŽÙ‹ùƒôûsÉÿ','IÀMˆaƒ³óSˆo×pÖ`\\“ÌçÜ;1žŒÕÑôéh','',0,'?'),('Û\\80–<1K (©JMú','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/views/editor/partials/api-lists.php',0,'IŸÜ“ÎÓE¦É,ù 1×','IŸÜ“ÎÓE¦É,ù 1×','#Gš® N~¿œH×ÑÜ\npF§ÓjÜF~?š¿M·¬…','',0,'?'),('D(±S@BO(\0‰|ÒóF','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/views/editor/partials/api-select.php',0,'â(†xJ¨o½E·°Äí¨¯P','â(†xJ¨o½E·°Äí¨¯P','“\0û1}\Z·Ê“:‘î“89Ú—Çæ®ë¶tÚj','',0,'?'),('Û.º‡T|%öË¬+zIJ','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/views/editor/partials/api-shortcodes.php',0,'­•Ö×)“=çà®Â6Jr','­•Ö×)“=çà®Â6Jr','w:==âÚ´«î¦NAÉè[ÀO~ØªYÂO\rT‹þ,×','',0,'?'),('f“ºP |Aß†ó¯ê','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/views/error-log-entry.php',0,'pZ	3¬ýâ†Æ¬#µæe2»','pZ	3¬ýâ†Æ¬#µæe2»','lýÅx²Hb)£4gŒ7&MšbêzÿÓß8Ì”®KA½œ–','',0,'?'),('Œw÷ƒ._êF~¢™q²\\l','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/views/includes/video-link.php',0,'áõÃ¼¨={¥iCñ¯ã¢','áõÃ¼¨={¥iCñ¯ã¢','! O‡Y-g‚¦¦É#0ÆÏVuzHæyÃ P‰­','',0,'?'),('Su€6¥,¤NŸ¬•?','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/views/js/admin-global.js',0,'ÓPŸ‘¢ÖôW‚<=:-9e','ÓPŸ‘¢ÖôW‚<=:-9e','n4´qj\'»™Ãøc:–BÓ³1ÌÚï–\rãÿ`ê','',0,'?'),('<ç¿_Í²-âT*™·7˜U‚','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/views/js/admin-global.min.js',0,'„û†‡àZ+ð³ó$¦üŽ','„û†‡àZ+ð³ó$¦üŽ','¶dMKjMB¤|µ\'V\no~\Z³Ü¶)pHˆv§On','',0,'?'),('‰—)ƒYœsSQÏíáwß+	','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/views/js/admin-logs-list.js',0,'›:eZ³W0‹L\nÕ–~Kû','›:eZ³W0‹L\nÕ–~Kû','¨è“ŽÓ“æa’·|ÖHYòøk,hkp2\nYÑf×Þ','',0,'?'),('â³Kèß§ZâÊQË‡uçÃ','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/views/setup/activecampaign/forms-list.php',0,'ºà8Ÿ¿÷ƒ”Âôô¸(A¨','ºà8Ÿ¿÷ƒ”Âôô¸(A¨','	Yƒ,®¿¤\Z‰DßÛdÕk\0® ÿÍQwü—àèK5','',0,'?'),('{ÉÔÝý¨¤Ð“÷¹pZh','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/views/setup/activecampaign.php',0,'Ê\0!d•ÏÕìõYñ!çwì','Ê\0!d•ÏÕìõYñ!çwì','dM(ò(«ZÔ¾§:¨ßu¾žë›ÅàÑŒjPŠá·l–','',0,'?'),('{‡“²ÂB‘¿ñ6B+–','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/views/setup/arpreach.php',0,'”»žU‰ŽZ;éºÉå\n,¥I','”»žU‰ŽZ;éºÉå\n,¥I','X}v‚|.ÚWc>T˜g$ã¾\nl>y¥¢k”+¯','',0,'?'),('!+š‰Í$¥÷÷ŒØiX','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/views/setup/aweber/tags.php',0,' RƒC¥5ë˜ùÉøàU',' RƒC¥5ë˜ùÉøàU','Dª€/“œ£?;gÇ»	At€ùh,Ôgù)rO<ÜKs','',0,'?'),('cš¬A—à³TÞç‰çÃ$ÿ','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/views/setup/aweber.php',0,'2¶öÙ©¤…=§ÓVî£>Ë','2¶öÙ©¤…=§ÓVî£>Ë','Ö0Õà7ßÑç2¨Œ%ørÀjy/ÖÊØA\r¬r;¾lU','',0,'?'),('º2Ò·²eM²D¿6ñåÀÿ','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/views/setup/awsses.php',0,'Ej¾éYÿaAR¸3ž…>ã','Ej¾éYÿaAR¸3ž…>ã','S 3r$×u<ˆõœxa9Lù Fc¤¯T® ^','',0,'?'),('ÁT¬¬ë/VÝ¸„Õ„|','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/views/setup/campaignmonitor.php',0,'¦7€xÇúµY\"äÌO','¦7€xÇúµY\"äÌO','ä&µÕ¤Š(Së{ëª/*ÑŠêèÞR²šÞ™}˜Ptù','',0,'?'),('\"Ç}ˆÃ,½/µìã>e','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/views/setup/campaignmonitoremail.php',0,'ÇòJ6A(Ì²ˆ÷tSÈÖ\0','ÇòJ6A(Ì²ˆ÷tSÈÖ\0','ÅMªí~ÈUÉÄ7R#a’‚o>L/³ãÔå‹àÛ','',0,'?'),('%î\nŽeÙµKêzšÂŠvž','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/views/setup/constant-contact.php',0,'ÆNØ\0°²‘ýL°†˜”‘—','ÆNØ\0°²‘ýL°†˜”‘—','Âi˜2­\rxÉ>ØnâøgÛŒc¥ìa¬Äð* Ü³U','',0,'?'),('PÐÉ›Æ>§\0[Ûi¥%','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/views/setup/convertkit.php',0,'dû•„yØóÉ´.äû','dû•„yØóÉ´.äû','™W	‰NG74a‹Ø„êèû&:»\rUiR¥ãK/ZQ$¨H','',0,'?'),('¬w:ïµjÌ|\0,dsë','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/views/setup/drip/optin-type.php',0,'ÊÇ4\'Rã{ô×Åm‰!','ÊÇ4\'Rã{ô×Åm‰!','ù&É²ð3\0Y9WëË—°@’SæÍÅ4‹s!ä\ZA˜ú','',0,'?'),(':åÌoA?1Â½`Gˆ\r)ÿÞ','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/views/setup/drip/proprieties.php',0,'¦gx\'î©áƒÄ€·¾ãÁ','¦gx\'î©áƒÄ€·¾ãÁ','Lú>-v–FeÁÀaVC\'Œ£©•¨ó\nrÓ™€´FJÉj','',0,'?'),('­Ž‚,Ø\'÷â@™ˆx«ò','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/views/setup/drip/select-type.php',0,'7­‘ð¥öS[ªŽŸ ','7­‘ð¥öS[ªŽŸ ','\"óúûHRËR‹L›¡MçÛµN&÷y!ÍŠÑ±_‚*8','',0,'?'),('ÿñÎ—Êò‘›œÇ·ùÄ','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/views/setup/drip.php',0,'…ë/˜Ý©jX]6jC&Šµ–','…ë/˜Ý©jX]6jC&Šµ–','ùÍ¥¿($ ê~m”¯¢?Š«f 9wN·8±ÔUË[®÷‘','',0,'?'),('Å„ð§èýZŠC.åøb,','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/views/setup/everwebinar.php',0,'dl 5£Ëh`\'\'¯çÙy™r','dl 5£Ëh`\'\'¯çÙy™r','×ÛÒWÁ1‘M>	Èaë|Ø7Úcì¬£€Ú¢ðì^NÐ(','',0,'?'),(';¤a›ßƒŒ“…ëÔvÌ','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/views/setup/facebook.php',0,'¸€v\ZT}ÑÄÆÓG¤¡(','¸€v\ZT}ÑÄÆÓG¤¡(','\"4üBÍx\rë:cÔkÖ-×8²f\\¶(j›pdÜ','',0,'?'),('kzê—ÉÒjíB¿‹ü×Ù','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/views/setup/get-response.php',0,'d´%Qƒ×6³¯;Øa|','d´%Qƒ×6³¯;Øa|','»\0g0öÏ¢ ~OP˜ÂO69Ö®{K½ºŒ’ÿÄG','',0,'?'),('/HÌ\rH;”-	Üœ~gwè','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/views/setup/getresponse/cycleday.php',0,'‰\'§]äåË\r§å*ud','‰\'§]äåË\r§å*ud','<}ÐŒÖ_nÈ q€µ298Îs2]#AÆé*X³ëÑ÷ÑŠ','',0,'?'),('ÓªI8ßúg¢çãDÃ<','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/views/setup/google.php',0,'&ÜzF½}’÷ÛöJØYæ×C','&ÜzF½}’÷ÛöJØYæ×C','Š˜ê²CÄš6l^K]”µGóð˜¬ØpÃu®j','',0,'?'),('<J÷ÜO\nàæˆóžð&','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/views/setup/gotowebinar.php',0,'ãË\"ß–™ªVÀ+µ6åÈ,','ãË\"ß–™ªVÀ+µ6åÈ,','mP›S}÷+ôêž>QíáxWDSp|Což‰xFÞ£','',0,'?'),('œ÷4™ç÷Où°#WÇÀs','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/views/setup/hubspot.php',0,'[o œoNÎ¦\n^éh+MÚ¦','[o œoNÎ¦\n^éh+MÚ¦','\"ø*à`„u»•êVÞ¿ëÌS¦øó¥éÃùÞY{\Zi','',0,'?'),('™¯$âÉÖ¼lþ¨È:\r>','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/views/setup/iContact.php',0,'8= ãv8÷Ð°>!íï','8= ãv8÷Ð°>!íï','-1CÅÛ¿?2ô|¬r~´Ím°1asnúê½hÆ/œe','',0,'?'),('ªè9>öðEåé\'Ò†’+','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/views/setup/infusionsoft.php',0,'™T?vùŸâÙ>RwY‚','™T?vùŸâÙ>RwY‚','ôÆ\r×OŒN/ƒq…óé‹×JL¦`ýTS“p¸3¾ËÂ=','',0,'?'),('¼MúÇ,¨ûøC™†P“êåv','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/views/setup/klicktipp/tags.php',0,'c„»s÷¨,qd%»7M	','c„»s÷¨,qd%»7M	','c\\t<û¸/åŽ°rëŠªQJ––5j	àg\\\nëA','',0,'?'),('\n&ªmaPVí †sø','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/views/setup/klicktipp.php',0,'Œ¸¼öYWàæ}âòæõ¨','Œ¸¼öYWàæ}âòæõ¨','¿=7\0¢£e÷xÍ=C©:Í¢¯“A@Í.ÅV¾Æ§]ßÛÃ','',0,'?'),('Ñ’s)] û‘ƒ`9ú£°','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/views/setup/madmimi.php',0,'6ìJ<cüŽÖ‰~`Îh','6ìJ<cüŽÖ‰~`Îh','°çJØœ­1w¦ÊÍ0ÛÌúÝj’”ÆOüV`¾±.k','',0,'?'),('»p^yüá7÷ÀDL»Í‰','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/views/setup/mailchimp/api-groups.php',0,'uµ3P·ê…m1¾ƒžÎè8\n','uµ3P·ê…m1¾ƒžÎè8\n','iˆoZ‡ŒÌAv ò\0ë’ÏŸc²vìÔ÷“¤–N ƒ\rƒ','',0,'?'),('K¼„»h¿:ôóf°R8s','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/views/setup/mailchimp/optin-type.php',0,'èƒËf_¼½9	Æ\rþ¥Þ@','èƒËf_¼½9	Æ\rþ¥Þ@','/p\\GÏ}%°‹Bò¬üm‡BÌÐ4÷\nB¿2Äã','',0,'?'),('W‘e>&aõ\r9rÈ+s„','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/views/setup/mailchimp.php',0,'­šÀ‰,_\n›Õ•äTà ','­šÀ‰,_\n›Õ•äTà ','À²¯…Òà®Îæ@Œk\'üNÉ³öNlëúdúü¸Ü(F','',0,'?'),('éØtÊ™N\nvŒß &pß–','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/views/setup/mailerlite.php',0,'4smHU@ó!Î_e|žì[','4smHU@ó!Î_e|žì[','@<ˆN;cå4Áý7ƒÔE)JUÊ3g—šw Ö:!j','',0,'?'),('ö,*ª]nWåu\"½','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/views/setup/mailgun.php',0,'Ðe¶Ò·Fr”hM±OE','Ðe¶Ò·Fr”hM±OE','²`Š³7/t|ðh×?ùN¹jì§å“.kÁ2i\0Q,N','',0,'?'),('Z\'eC7§Êâ9u9Ãò0#','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/views/setup/mailpoet.php',0,'àçß_:ÇZöûl€®t©Ø','àçß_:ÇZöûl€®t©Ø','¾`M‰³ØÑý®šµö\\yñcŽæO¤M‡ùù\n0]5','',0,'?'),('a§çMá„µ<g„-y«','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/views/setup/mailrelay.php',0,'²å…«ž¨õ¥Ø¢å>èú','²å…«ž¨õ¥Ø¢å>èú','u#`=º8óˆ:çL*Êeém§{Ú´Úg¼ò 0]è_','',0,'?'),('khÇõtA¤Ö£R-','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/views/setup/mailrelayemail.php',0,'Ø›SËc¥\\?oŸx(ñ³','Ø›SËc¥\\?oŸx(ñ³','ƒS³î	Ïm±S8en¬‹„’)cÄñ}\rë²Ê\0','',0,'?'),('<+V>;2’½Ä›íi‡.','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/views/setup/mailster.php',0,'Éè£fÀ:ßBÐÝ¬«[Å','Éè£fÀ:ßBÐÝ¬«[Å','@OXîæ\0 ¨Â³ÙBþ­UêÅªÝˆ“¼dú°­µ÷Z','',0,'?'),('…ŽÑ®šu±¸9±ô«qD','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/views/setup/mandrill.php',0,'ÿP^}k)à%~Â¥z','ÿP^}k)à%~Â¥z','ùþ¢‡sº\"<¡’î¦ðôµ·‡ŠŽÑÅx0Gñr|M','',0,'?'),(',=Tø›†Å_7º1æ;à>','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/views/setup/mautic.php',0,'ï\Z\'eM{/lÁÈòÀ÷æ^','ï\Z\'eM{/lÁÈòÀ÷æ^','¦çÊ’4“d`!´ˆ±»—Æ¨)xH5$£ÍàŽ-kƒ','',0,'?'),('¡¼O©”ò¥{Ó¥¤NšÝE','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/views/setup/ontraport.php',0,'ÕíÏ¤#‹2¯Š\"z³qá','ÕíÏ¤#‹2¯Š\"z³qá','\"Êr¬ç³‰~~¯d×$À3’Ìé€2 <[\"Ùš','',0,'?'),('ç#Š§ˆ¸^ÞWŸÊƒþž','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/views/setup/postmark.php',0,'K\rn¨é³@Š–q·ó1X','K\rn¨é³@Š–q·ó1X','{‘m‰Â£ÏkûŒomçháÍ®8÷û¸V \n\ZŽÓ','',0,'?'),('f©E1€b„æøbqq°Þ°','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/views/setup/recaptcha.php',0,'÷.¢\Z?5©CKïIÆAÊP','÷.¢\Z?5©CKïIÆAÊP','‚ý”üˆ»8Éï¬Pn™YëƒÊ/p®U¿n±H','',0,'?'),('´jÞR½ì]™çÐ‰¡ µÈ','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/views/setup/sendgrid.php',0,'GúÙùÄÇÐÁe','GúÙùÄÇÐÁe','½%›@r0Ô˜²Ö6¥›‚¦æ·7lV>ús¯ƒ\Zý','',0,'?'),('eÏz  œÐ/ÿ{—^`ÓÀ','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/views/setup/sendgridemail.php',0,'Ì	g@yYãé’1.pJ¤','Ì	g@yYãé’1.pJ¤','/÷ùØ¨­!ƒ©3•Û`™ªû6l·ÅÌÒF<WÌ\07z','',0,'?'),(')ÌkÜF íUC`Ôµ}°ZK','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/views/setup/sendinblue.php',0,'”ëUüÖóP¥TÜ4ÌúÍ','”ëUüÖóP¥TÜ4ÌúÍ','\rbó$¼*\0	‘TãÅ­\0Úáº\ZG0›ƒáª¯‹‚\\ý','',0,'?'),('Š•›œRMÜ×ªŸz<Xv','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/views/setup/sendinblueemail.php',0,'Éy©«štvO_W¥4Ûo&','Éy©«štvO_W¥4Ûo&','‘½\\TÎ˜³¬ƒó…è‡+(\rß6‰ug\"=MÕÚ','',0,'?'),('Šö€ÂdíÒú/i‹Ô8','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/views/setup/sendlane.php',0,'¤ftèE’¦»¥û_','¤ftèE’¦»¥û_','FA?¾¿@Ë2ñÚÆ\\¯¨?Í¶¹÷>N5Gîÿ¯£','',0,'?'),('¶Pþm=ü®‰ë‰€m','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/views/setup/sendowl.php',0,'§ nì°`Ó¯×g1H%¹@','§ nì°`Ó¯×g1H%¹@','§tþ€©^EšKÕ!x#®èªéüß/Ãº²ï…','',0,'?'),('u¬Î/A´‰c«t\ZØ½®','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/views/setup/sendreach.php',0,'M’Â´£×­÷ë•áþ]¬','M’Â´£×­÷ë•áþ]¬','¢“»S@\rþ¥«‡—Ê.Ãã¡šÂ0î^¶íÑÙ)ÆÞ,','',0,'?'),('Ç¸tK®~~v­µ	’‘úEf','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/views/setup/sendy/note.php',0,'óèZž˜µý|(¦±v¼{<¨','óèZž˜µý|(¦±v¼{<¨','jF@tTw¶\nÂwùA2;w\n48õíMˆ…út\'´ã]','',0,'?'),('Ò…j‰!‘× ¯# »$','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/views/setup/sendy.php',0,'d¨v‡¨%VB4:;56þ','d¨v‡¨%VB4:;56þ','TºÑYÝl\nsÿÜÉ0í€vŸwÇdŒ†\0Såý|<','',0,'?'),('º°OŸ^—)ú°³H','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/views/setup/sg-autorepondeur.php',0,'T#{ì\ZGo.]·HýgS','T#{ì\ZGo.]·HýgS','zQZ@ïÂ+y`>N‘9…‰Öf—¡:äH\\ø$','',0,'?'),('dÛžÐv(àô¨\\öø¯2','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/views/setup/sparkpost.php',0,'™…^¸ä-†ˆlP?øì','™…^¸ä-†ˆlP?øì','¸ãýÓ‡Èì`p w#,\0kE2}çzp\n?h‚ªú','',0,'?'),('è?ô‰ƒ@¬“™¢ÄTU–ç','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/views/setup/twitter.php',0,'¥B»|ðÛËOEàlº\'Q®Ô','¥B»|ðÛËOEàlº\'Q®Ô','\"ç^ebÁYD5ÙÿoäÏø‰–)Ò%¸K#\">>¸<šó','',0,'?'),('	Ú1“XóAÜcvÑ)','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/views/setup/webinarjamstudio.php',0,'ž¾t¸ ñ¢\\}ÍfúXÄ','ž¾t¸ ñ¢\\}ÍfúXÄ','¤@bkFŸ\n‚´oóååöŒEGæC»Ä\rvï]ÜÜ','',0,'?'),('ƒCš×Ýc:M#ôt,¦už','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/views/setup/wordpress.php',0,'-¤¹¶g5Ã~ÇÎÄ#/Çœ','-¤¹¶g5Ã~ÇÎÄ#/Çœ','Ü<‹›XWÂ´:¾ïVØ@ùí,EŠ}iùùa»ñ$€','',0,'?'),('ÂÍ/Ç±©ÑØšíÜÀ¯%¦','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/views/setup/zapier.php',0,'5COû¹ao¢5t®¾ë.~','5COû¹ao¢5t®¾ë.~','ßuSU1›è©cQÙ<D˜±´/;U‹k«ñîe-œ.¸','',0,'?'),('ß–Ñ3¾ôu¡˜Z ¤“Ö]','wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/views/setup/zoom.php',0,'ÐÈµ¶ÒÆä&|–°','ÐÈµ¶ÒÆä&|–°','3 J™·+¬BlÇY»(/Âßºe`8HÑ\'w«¾¨ÜÃ','',0,'?'),('×Ô¬k.B_ùPl¡k','wp-content/plugins/thrive-leads/thrive-dashboard/inc/crons.php',0,'-@œQ–Þ…Ð†f/8¿','-@œQ–Þ…Ð†f/8¿','Õ¿Î_ZÄ[ûv¨Wê692¢z‘ƒ½i²õmPòÒ²€,ö','',0,'?'),('°%äüàõp:¬Í÷¼¸?','wp-content/plugins/thrive-leads/thrive-dashboard/inc/db-manager/class-td-db-manager.php',0,'í†!g¨û++‡´;hAõ','í†!g¨û++‡´;hAõ','ÅxYïËË¢¿ªøàøÉ^cŠ3ò5mO›½~Á_Ö§\"v','',0,'?'),(',.®¢’Ô–ÿ\'ÿ÷­Y‚ök','wp-content/plugins/thrive-leads/thrive-dashboard/inc/db-manager/class-td-db-migration.php',0,'žâ^\'’8oãÉ#@ÃôÆî','žâ^\'’8oãÉ#@ÃôÆî','O	ÌÄ‡{\rõN@ZKqó|´Û„m$¼RFbîÉ_äµV·','',0,'?'),('‘~£Ð›¶£A`hMòµñ ','wp-content/plugins/thrive-leads/thrive-dashboard/inc/font-import-manager/classes/Tve_Dash_Font_Import_Manager.php',0,'Ã3€ìâ®°‘gá|\Z','Ã3€ìâ®°‘gá|\Z','2¶·³¼ci©»¡¿ÕY±Ê<LÂfÝÄ™‹ì\Zþ&¦“','',0,'?'),('XŽÕD\0ÓÏ„’Ë1·Ç','wp-content/plugins/thrive-leads/thrive-dashboard/inc/font-import-manager/classes/Tve_Dash_Font_Import_Manager_Data.php',0,'Ïxþ²g:KcÓ’)iè','Ïxþ²g:KcÓ’)iè','pØºS½Vú±_~”{ûÑÉ;ÐÈ—Åù9žÖDAá','',0,'?'),('ÜôvvßÕq·7ˆ`Ï\0','wp-content/plugins/thrive-leads/thrive-dashboard/inc/font-import-manager/classes/Tve_Dash_Font_Import_Manager_View.php',0,'4âDìäÄ€[¬=ÛMà»ƒ','4âDìäÄ€[¬=ÛMà»ƒ','š¦–wï+éMÈ£gV²®°Iô@&J&\'vµÃ0þ','',0,'?'),('‚ÊXû9ÄÛ\'«†Ï¶0','wp-content/plugins/thrive-leads/thrive-dashboard/inc/font-import-manager/views/form.php',0,'Ü·RÑ„ÉbLÍ›^8','Ü·RÑ„ÉbLÍ›^8','ñ}YY5û	?Ÿ;Žìx]?`ÈsV¯p)sê¢¬ã','',0,'?'),('È¬Î5j8‰iösPì“‡ô','wp-content/plugins/thrive-leads/thrive-dashboard/inc/font-import-manager/views/js/manager.js',0,'ãi·£4dîº»þ2YÓÙß\\','ãi·£4dîº»þ2YÓÙß\\','í}Ø¡V˜üNÇ$A–ÎD¦ƒyH0¦>aÃ{ß)','',0,'?'),('êi¹–#A–ñ]\Z„Ö>','wp-content/plugins/thrive-leads/thrive-dashboard/inc/font-import-manager/views/main.php',0,',ÊþR×Ë>;«Üºjo_o',',ÊþR×Ë>;«Üºjo_o','ÈÐ˜÷f4HeÍX6´Ü‚¸Ì[6ËVLÏ–\nÈípwî','',0,'?'),('KàùSè¯Rß¼‹\\˜Þb','wp-content/plugins/thrive-leads/thrive-dashboard/inc/font-import-manager/views/messages.php',0,'B<ý‘^á­F’Ñ\n¨','B<ý‘^á­F’Ñ\n¨','ìØ“FÝ§ääa“}ƒ&ØlÖ«ç?©X`4ï|Ô#ÔS','',0,'?'),('ê\ZeŽ…·µbÀÚŽÌ“','wp-content/plugins/thrive-leads/thrive-dashboard/inc/font-manager/font-manager.php',0,'³®%ËõlX&«PÔ”Æ','³®%ËõlX&«PÔ”Æ','¦‰Z*wtÄxýi\05ÙxÚ2ì²Ô¤ÚÝ«`µDÍjÜ','',0,'?'),('÷öÉt-=÷IZµ½6aóÄ','wp-content/plugins/thrive-leads/thrive-dashboard/inc/font-manager/views/admin-font-manager.php',0,'ß§É³Î„¹¾äÝÛ†­\n}','ß§É³Î„¹¾äÝÛ†­\n}','¥ˆñÙtsë\r¼qB\'$_,9ßÂÐ÷I=ÄÛP','',0,'?'),('Ë%NÚî»‡5WùÏ×¸','wp-content/plugins/thrive-leads/thrive-dashboard/inc/font-manager/views/admin-font-options.php',0,'–^Ûv;\nÿîm¥Ñk„£ò','–^Ûv;\nÿîm¥Ñk„£ò','õ\\æB­wv¶a<Œv(0ÂGÞ/‹³É5Í jc`Â‘ö','',0,'?'),('žF,òP/m†X\'tÃÍªô','wp-content/plugins/thrive-leads/thrive-dashboard/inc/functions.php',0,'CÊÿ-ëËè¿w%vCvŒ','CÊÿ-ëËè¿w%vCvŒ','Zì,ŒŒ·\'Ub<rõÕ·ÍÔ÷eêÏã¦€î-%Ë','',0,'?'),('ûõf©F\ZÜ2òû”ñ','wp-content/plugins/thrive-leads/thrive-dashboard/inc/hooks.php',0,'Æ¯«»J0p¯kÁî_[ö','Æ¯«»J0p¯kÁî_[ö','VŠƒO­~É·ÀàÞk?8õ1L©Ùœ,þ+\'ªå<Î','',0,'?'),('¾·ÑÓŠÜ÷Ç.Ó!tÐÁ','wp-content/plugins/thrive-leads/thrive-dashboard/inc/icon-manager/classes/Tve_Dash_Thrive_Icon_Manager.php',0,'býL»‰Ià¦Åís§','býL»‰Ià¦Åís§',';èrÝ9ø2ÍÑÙÄûFŽû“59_á°õ‹ðp1E ¾','',0,'?'),('óFÎð•ñÍ³{¾«e5V','wp-content/plugins/thrive-leads/thrive-dashboard/inc/icon-manager/classes/Tve_Dash_Thrive_Icon_Manager_Data.php',0,'éŠ`@æm`;µu‹¡Äe^','éŠ`@æm`;µu‹¡Äe^','ó‘lÊ(kq¯°È ²î²ÝÑ®œ^J¦+\nŒÜXœ›Í','',0,'?'),('—¢\\™²´e\ZR5¾iŒ?','wp-content/plugins/thrive-leads/thrive-dashboard/inc/icon-manager/classes/Tve_Dash_Thrive_Icon_Manager_View.php',0,'(©Žßî²}ë(³¶Ýxr','(©Žßî²}ë(³¶Ýxr','É\'tÿ÷Y‘8@ç¡O8\" i=?Q‡âÕÙ‘àP?t','',0,'?'),('D|\\\'©ÕgÎäAAB…™Å','wp-content/plugins/thrive-leads/thrive-dashboard/inc/icon-manager/views/form.php',0,'¸Ax;“Ý¤ïC=5Íj;','¸Ax;“Ý¤ïC=5Íj;','?×bBÏ¢I„|:Äk%PädõçŸ8ÕnŠŽÞ¤g˜:pûN','',0,'?'),('<òjÚ[ô<Ë™ôÚôQª','wp-content/plugins/thrive-leads/thrive-dashboard/inc/icon-manager/views/icons.php',0,'¢ë\n”oµÚgŒcçSGõM3','¢ë\n”oµÚgŒcçSGõM3','°ä±ÇYB<°‘açí;Á§Ðy‰Zÿ†÷u½Å%Ñ','',0,'?'),(' ­D$¸ÓNø~äÍ¢í','wp-content/plugins/thrive-leads/thrive-dashboard/inc/icon-manager/views/js/manager.js',0,'ñdÅ[98ŠóózñdåO','ñdÅ[98ŠóózñdåO','wr«/»í®xm–Ù¼Lh×Ž–w”é_ºà¼üù¿Y','',0,'?'),('&Ú\"Rë¦voUËçïß¨','wp-content/plugins/thrive-leads/thrive-dashboard/inc/icon-manager/views/js/manager.min.js',0,'ªqb¡yÈôÖ_ìW{tó','ªqb¡yÈôÖ_ìW{tó','@ôÖeo„É‹\\þt\ndSdýÃñ‚›ŠŒV‡O','',0,'?'),('Ä\"3š8&pî7fK,Ž>÷Ï','wp-content/plugins/thrive-leads/thrive-dashboard/inc/icon-manager/views/main.php',0,'õWûœ dÄÞËu•5\'Uß','õWûœ dÄÞËu•5\'Uß','^Ž-ºâf@ÅÙÞ¢Ë#œ¹´‘fs‰ª¾fƒƒ/\0','',0,'?'),('´¼H/ÓqàTšJ)ãøŠÛX','wp-content/plugins/thrive-leads/thrive-dashboard/inc/icon-manager/views/messages.php',0,'Œ.®S¶,ë0/Aˆ]*¿','Œ.®S¶,ë0/Aˆ]*¿','<‘»1Äç‘ª¤`ûš‚0óT3L1ï§ûåðô–’8','',0,'?'),('Ò?M\0šØæzØÕ†ý§s','wp-content/plugins/thrive-leads/thrive-dashboard/inc/notification-inbox/assets/dist/admin.js',0,'/{bóº\n _¥sd~ë™Ç7','/{bóº\n _¥sd~ë™Ç7','æi´¼ôë¡ÉgXÙÿ¶¡ÿbß.	kÁ&0XåÐ~¤i','',0,'?'),('âŽ¶\0{{™NKFú3Ö','wp-content/plugins/thrive-leads/thrive-dashboard/inc/notification-inbox/assets/dist/admin.min.js',0,'¤)\rÚr2KþP£R','¤)\rÚr2KþP£R','À?Û/ˆg¿A¿6‰Þ§b^CnPõ9©ö1\"{Z','',0,'?'),(';°	×¾t¶œwàpá¤','wp-content/plugins/thrive-leads/thrive-dashboard/inc/notification-inbox/assets/js/admin.js',0,'þUþzôæ?¼‘`iN','þUþzôæ?¼‘`iN','½†,©ãXM£„-o3ÊÖùRM|œ RÙÍô®z UJ','',0,'?'),('´`{†Îã\nåÍÈ´ëÑ¡<','wp-content/plugins/thrive-leads/thrive-dashboard/inc/notification-inbox/assets/js/collections/base.js',0,'Æ-Ø]À(—	Iëôûˆ;Ù','Æ-Ø]À(—	Iëôûˆ;Ù','ÚûO~nml\0ë|áþ×{vÉîå!Ôø_úøqnñ…>','',0,'?'),('ö›ú6óÀçí-óvŽD™','wp-content/plugins/thrive-leads/thrive-dashboard/inc/notification-inbox/assets/js/collections/notifications.js',0,'ç¶óÂÑ¨Tjö‹ºÝ¤7','ç¶óÂÑ¨Tjö‹ºÝ¤7','ˆÝj2¿Öƒ>,Hv#3Æw.LÓ\rcAöo”7Eä²@','',0,'?'),('Ýð\rt®\\w~ãÌÝò','wp-content/plugins/thrive-leads/thrive-dashboard/inc/notification-inbox/assets/js/models/notification.js',0,'jd€ÀüÖÑB${q¬Š\n','jd€ÀüÖÑB${q¬Š\n','n¸¼t™P§É÷#ÚO]ÄÁ³t‚áð½8­<38¤','',0,'?'),('¡Gzy;Úmp< ÁGI&','wp-content/plugins/thrive-leads/thrive-dashboard/inc/notification-inbox/assets/js/views/base.js',0,'L@«ls«Õ­t;ô‰é±','L@«ls«Õ­t;ô‰é±','Ü\0RÐ“TxƒB¼yi+M©“Åªw6\\9úé<é\Z>s','',0,'?'),('‹q\nÆFY­¸ÝÆŒ¯@','wp-content/plugins/thrive-leads/thrive-dashboard/inc/notification-inbox/assets/js/views/notification.js',0,'™t@¨7G”Þ,•i6+íV','™t@¨7G”Þ,•i6+íV','‘|ˆÄäÉèoÈ³…÷t¯B”«¼â‹ˆ„ÆÉáJÓÍ','',0,'?'),('¶úŽTá<úõL”òh%”','wp-content/plugins/thrive-leads/thrive-dashboard/inc/notification-inbox/assets/js/views/notificationCounter.js',0,'\\/@±BU ©ÑÞä\nfMa','\\/@±BU ©ÑÞä\nfMa','5°ÈT1ô>ÿƒ·àÉà.\0«ýhÀ5¦Ð®YÊm<þq3Ê','',0,'?'),('IfEÔ¡f@B‚Š¯¸/\n','wp-content/plugins/thrive-leads/thrive-dashboard/inc/notification-inbox/assets/js/views/notificationDetail.js',0,'ZÇ¶ì[Ç#µø‡ïÊ:vÍ','ZÇ¶ì[Ç#µø‡ïÊ:vÍ','Ñ§ë¿·.§F@/J•w´Qó# OýÜU\\zt¯äü','',0,'?'),('¯î¥9e\Zº|2\n\'&á','wp-content/plugins/thrive-leads/thrive-dashboard/inc/notification-inbox/assets/js/views/notificationHeader.js',0,'X]/¢5UúšÍ˜Rã\\','X]/¢5UúšÍ˜Rã\\','?´’t3öúÉÝË\'#%Ú¤Üúúy³	T‡µQ—šæ ÑT','',0,'?'),('.*JL‘RFÚ$Ôä“Y6,v','wp-content/plugins/thrive-leads/thrive-dashboard/inc/notification-inbox/assets/js/views/notificationsList.js',0,'³ê2Íë%È¨½SZ;…\n','³ê2Íë%È¨½SZ;…\n','aõ—v{›”J3ïñ,žÃ•@ÀÓùÂö-¥À«(p˜½','',0,'?'),('”«š?Àß(€cüà÷29;[','wp-content/plugins/thrive-leads/thrive-dashboard/inc/notification-inbox/class-td-inbox.php',0,'û2ç®1ÌeÖ¯n{oô','û2ç®1ÌeÖ¯n{oô','šJxWG:™>»„”¢ôÒ“s\Z‚éq#ÁT¥ƒ}r’b','',0,'?'),('}e•	·ÂÀ“fcBÇ\r€','wp-content/plugins/thrive-leads/thrive-dashboard/inc/notification-inbox/i18n.php',0,'Á3óR\0{¾)$¾möqú¸','Á3óR\0{¾)$¾möqú¸','ÌN*ýrz©û²§Û5nQÊþÂ&!ÑV¦Ã}f›','',0,'?'),('ö\\`3þJ,#fž’Å“&','wp-content/plugins/thrive-leads/thrive-dashboard/inc/notification-inbox/includes/admin/class-td-ni-ajax-controller.php',0,'iRÀ—úy(\n4Ò¢&¾yo','iRÀ—úy(\n4Ò¢&¾yo','°ë”ºmWÍŽÜø2ýuÝ¡ÆæÙGÎ$)É4çjÝ7s','',0,'?'),('Õ\Zß3¡ßOºõ6\Z	N8V','wp-content/plugins/thrive-leads/thrive-dashboard/inc/notification-inbox/includes/init/class-ni-inbox-manager.php',0,'*Ùƒ‡É9Çå¸#×ã=Í×','*Ùƒ‡É9Çå¸#×ã=Í×','÷±.‰²\\;RíáÎ;?´öD_£IT$Pµœ o X','',0,'?'),('K‘\'lå‡gqüêÌN','wp-content/plugins/thrive-leads/thrive-dashboard/inc/notification-inbox/includes/init/class-ni-message.php',0,'ØÐ~èoø_)ð;·$“','ØÐ~èoø_)ð;·$“','\r¤Ö¶f2è9b–ú&ªe¢”ïc6Ý›ÚGcM¯5àÁu','',0,'?'),('sæFWúª)é²ƒ4m8','wp-content/plugins/thrive-leads/thrive-dashboard/inc/notification-inbox/views/templates/backbone/ni-notification-detail.phtml',0,'Ïý`*wŠÞ\"{üCÀØ”','Ïý`*wŠÞ\"{üCÀØ”','K÷zØ\'1…²Œ¸×éãy„à~‡|ã0;[*','',0,'?'),('l­«€ƒ¸Be¨¶PÈ','wp-content/plugins/thrive-leads/thrive-dashboard/inc/notification-inbox/views/templates/backbone/ni-notification.phtml',0,'?JÞÈlŸÁ´Öµ\n\'j›b','?JÞÈlŸÁ´Öµ\n\'j›b','Ás2™›ÕrŠôÐ}hƒ°ÄÐ±=éqÙ§®å¦×/¥1','',0,'?'),('MÍ½9Y—ËF¬ák^í&Ü','wp-content/plugins/thrive-leads/thrive-dashboard/inc/notification-inbox/views/templates/backbone/notification-header.phtml',0,'pÅõ×6öÉ¶”Â½\'Û','pÅõ×6öÉ¶”Â½\'Û','l7åx™w¢YÐVZå)“‹/ƒº×`½ëEaXUÒ¹üÆ','',0,'?'),('ÀpâAƒƒw^r:Õ!bÌJ','wp-content/plugins/thrive-leads/thrive-dashboard/inc/notification-inbox/views/templates/notification-inbox-button.php',0,'`‰Ì]¡{á÷·/ÓOï5','`‰Ì]¡{á÷·/ÓOï5','\'µ\"Ï/pÿ8¨zå«™…pö“é-8^zD ^ÑÇl#ÎÉG','',0,'?'),('ø–(:`’/ã>€Û©d','wp-content/plugins/thrive-leads/thrive-dashboard/inc/notification-manager/assets/fonts/tvd-nm-icons.svg',0,'P™ŽéªŽñ<¤¯IœLÏ','P™ŽéªŽñ<¤¯IœLÏ','œ°E?%Ï©¯.P÷/wâÄúU6¡àX]Òø™df¢¶','',0,'?'),('Ir6¦KH¨nI÷ó-','wp-content/plugins/thrive-leads/thrive-dashboard/inc/notification-manager/assets/js/admin/backbone/modals.js',0,'ŸR<û˜h%Ìz!H^Í','ŸR<û˜h%Ìz!H^Í','îA*¹Ò—	ƒô	6Jˆh–—-‚xúZUÐõ³‘‡àzm','',0,'?'),('I?Fú3\ZÀýñ­B4]I','wp-content/plugins/thrive-leads/thrive-dashboard/inc/notification-manager/assets/js/admin/backbone/models.js',0,'ÙÊ\rc3m7Iy¹ƒ˜','ÙÊ\rc3m7Iy¹ƒ˜','ëª@~‡k%MtïË0òNeƒ€„â/–‰+ÄCu//™%n','',0,'?'),('# ©ç‚)m±¹&)Ë ','wp-content/plugins/thrive-leads/thrive-dashboard/inc/notification-manager/assets/js/admin/backbone/routes.js',0,'	eMñ/0Ã†\nÝyR·©','	eMñ/0Ã†\nÝyR·©','¡´Gdñ¤ÜjYÉ›]tÂ\rÁv×ÏÜ‰3IT˜¡JyÝ|','',0,'?'),('5(qf¨~Ü›¤@ŒÝ%','wp-content/plugins/thrive-leads/thrive-dashboard/inc/notification-manager/assets/js/admin/backbone/util.js',0,'KÏîD#CO,mð‚','KÏîD#CO,mð‚','LÃÌølŠV¼„aI8òqÑÞ½ÜŸÓë}ñ<†R.Ý‘þ','',0,'?'),('`?áNÁIEùZø3','wp-content/plugins/thrive-leads/thrive-dashboard/inc/notification-manager/assets/js/admin/backbone/views.js',0,'”(ß\riž’!”À¦Ýµ¡','”(ß\riž’!”À¦Ýµ¡','[Ž<.ú†¡µ#:Þ5œnÃÏú!	DÃ¹¿Â»œûÈÝÉã','',0,'?'),(':g1ˆüJÎz!g@9Éÿ','wp-content/plugins/thrive-leads/thrive-dashboard/inc/notification-manager/assets/js/admin/backbone.js',0,'ÜZ˜ Àµ Öí_òÏ+Ä','ÜZ˜ Àµ Öí_òÏ+Ä','²³YˆóÜãËëãnè˜$‚ZKŠ¸1ðþRX6ÍGF’ú','',0,'?'),('®š‚¯,Wpô ÙÔ–ªšŽ','wp-content/plugins/thrive-leads/thrive-dashboard/inc/notification-manager/assets/js/admin/backbone.min.js',0,'1~¿¨JíÁS‡äŒP¯','1~¿¨JíÁS‡äŒP¯','ú¯k“ö\\O¡`Î9nh³ŽñV>ø&™™^ûidw_','',0,'?'),('bøat/¨ pZ•Å]ü¥ç','wp-content/plugins/thrive-leads/thrive-dashboard/inc/notification-manager/assets/js/admin/wordpress_notification.js',0,'ÍÖfi)¨â—\0Ü©îáº','ÍÖfi)¨â—\0Ü©îáº',')îš\'§ƒ“y¥ñk­ï¿eå8€îFŒÝ­ç3â','',0,'?'),('½J|L±8ø¦jh~Gbž—','wp-content/plugins/thrive-leads/thrive-dashboard/inc/notification-manager/class-td-nm.php',0,'v¸ÄÈi>nœv7O¤','v¸ÄÈi>nœv7O¤','X	€±å¸\'ÊaÈ²­;ÇÊLÊ%®Ê!fÞ1=¿C†','',0,'?'),('íÃ2í9\'l$¬…G¯”','wp-content/plugins/thrive-leads/thrive-dashboard/inc/notification-manager/i18n.php',0,'Ãá«vo[ëÐP™MJj','Ãá«vo[ëÐP™MJj','WôY÷ÏÐyé#Q¦5¹Ö#Üª´öEI*Ó”˜éñÀª4U','',0,'?'),('£ÛY>bEY„ÄÅï8aW','wp-content/plugins/thrive-leads/thrive-dashboard/inc/notification-manager/includes/actions/class-nm-action-abstract.php',0,'i5öAq‚KEfìïÉÊV','i5öAq‚KEfìïÉÊV','êÑ!³â/:¦³œÝ¸KáÐp\nEÂù2&-ep”¤à8Ðì','',0,'?'),('NËÌ±™ýJÞÏ¨1K’','wp-content/plugins/thrive-leads/thrive-dashboard/inc/notification-manager/includes/actions/class-nm-action-custom-script.php',0,'÷îŸ7rÄ§hù#¨¸Þ','÷îŸ7rÄ§hù#¨¸Þ','ÓžOÝ–~ÉåNh|ïeŽÂt&\r=lŽ#^ª×þs','',0,'?'),('RîŠË²-N÷û8SVÍ5p','wp-content/plugins/thrive-leads/thrive-dashboard/inc/notification-manager/includes/actions/class-nm-action-send-email-notification.php',0,'áO‡Âl=»´2Ã­v›','áO‡Âl=»´2Ã­v›','m¶_G]aÆ\Z}ëw3u—HÔˆ¶ö9Â­S;‹Ñ','',0,'?'),('bCÖ=I8áÄ@j9fbó³„','wp-content/plugins/thrive-leads/thrive-dashboard/inc/notification-manager/includes/actions/class-nm-action-wordpress-notification.php',0,'¦·C	‹\'_·éÇ—òç','¦·C	‹\'_·éÇ—òç','H;úBª›“´­Q¿ŽÏ>j_@½®$LêéYsŸ‹ý','',0,'?'),('ÐùO!»™îì›/2Höo','wp-content/plugins/thrive-leads/thrive-dashboard/inc/notification-manager/includes/admin/class-td-nm-admin-ajax-controller.php',0,'ó\nTÒ‹AF¶‡ª¼‘M','ó\nTÒ‹AF¶‡ª¼‘M','Ë{=‚µeàøµÚd¤ÓnÅžSvgÌÞyó¦ºÅhaÄãD','',0,'?'),('‚jÞé§-\n¤`ÎÝ','wp-content/plugins/thrive-leads/thrive-dashboard/inc/notification-manager/includes/admin/class-td-nm-admin.php',0,'{Yz‹8![B$àDµ','{Yz‹8![B$àDµ','ï\\\Zð»Šó¾ŸÑqê¼	Õ5ÅÛ*¸êßAÔÔ.E','',0,'?'),('Ä; }±˜0Þ}ì’þ','wp-content/plugins/thrive-leads/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/action-type-box.phtml',0,'iLÆ¯Ny#ÌÒáÄG9éé','iLÆ¯Ny#ÌÒáÄG9éé','Â¹ÅjÔH-Ž£æŒìçä‡0°ÐÁ8Œdõ¶×35læÊ','',0,'?'),('1äÀ¤ón¸“œ±”¯','wp-content/plugins/thrive-leads/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/actions/settings/custom-script.phtml',0,'lô‘PÆ\nÖ”¿•^›ªN','lô‘PÆ\nÖ”¿•^›ªN','=#2±`6G²î­!ƒ\"Ó]B?‡Æ«)¤ŒÓ*èpò','',0,'?'),('[Z9|*N4ª«¤J;%X','wp-content/plugins/thrive-leads/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/actions/settings/send-email-notification.phtml',0,'õ¶´n9’\\™ó¾ùc.q¨','õ¶´n9’\\™ó¾ùc.q¨','ÃqY4å({ŠeýÖé¬šì’ \"[€($ÁC&‡\0','',0,'?'),('è¦•Å‘ô$¿:öS)yc','wp-content/plugins/thrive-leads/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/actions/settings/wordpress-notification.phtml',0,'K=¤­øÝXŽgÓèÉ_','K=¤­øÝXŽgÓèÉ_','ãd.xÙ{£ø¡¬ïß„¤C™W‹NÉ0Y\\90\ZsÝ','',0,'?'),('~)¦pguâÎ­>%¦','wp-content/plugins/thrive-leads/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/breadcrumbs.phtml',0,'%ñX=½³èõT`Áñ','%ñX=½³èõT`Áñ','5‘QÙ»³NWù1ìÐµçÆÿŠ%cýíå/©ÙÆ”A½$','',0,'?'),('ËOvöBMÿ¢ÊA¯ƒå','wp-content/plugins/thrive-leads/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/dashboard.phtml',0,'ÅseÂ9ëÐW6ß+\Z','ÅseÂ9ëÐW6ß+\Z','bt¿ Ú4 arl€î?C¹ÐWG”Ûé¼Äáàç…ˆ','',0,'?'),('Â‰„¤­æ9œfƒÀ6âÞ','wp-content/plugins/thrive-leads/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/header.phtml',0,'Â_«1\"Å3\'€D®®¸','Â_«1\"Å3\'€D®®¸','5ÿÍ®¾ÐUŽ\\3Y¿¶µøì›˜vw2Cä]˜g€µÁW','',0,'?'),('ð<Ú+ižT‘#÷l~â-í','wp-content/plugins/thrive-leads/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/messages/form.phtml',0,'Ï£QÎÒ¬^£}6¸FhØ','Ï£QÎÒ¬^£}6¸FhØ','k-Äc.¢jGµŸ§X–FIk¸‘åÂË5iQcÍy','',0,'?'),('ñcð…¼=Ê´7ñ×ê ','wp-content/plugins/thrive-leads/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/messages/shortcodes/item.phtml',0,'›_ï‰§ þÁxaÀžG»Í','›_ï‰§ þÁxaÀžG»Í','™aÙ.U@t=r½=Çâ¨ì7Š@îvô`è‹D±Q\ZF','',0,'?'),('·÷~¯9ìÚ­†âz0zk','wp-content/plugins/thrive-leads/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/modals/add-action.phtml',0,'aB¨AògÌÙõV¬³†','aB¨AògÌÙõV¬³†','4ùy—OÕs´‘è•\0Ïr¤µCáØ5‘b µÕ…¼/','',0,'?'),('&i/E/žj«#–%qUÞmñ','wp-content/plugins/thrive-leads/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/modals/create-notification.phtml',0,'QbÊÁ–TâRÖûˆ£³{\nL','QbÊÁ–TâRÖûˆ£³{\nL','D¨î`U\"C\r^mqxùåýãýš|†g•ÕñKY(¹ª','',0,'?'),('KZâ3¹v9rW/bõ¹§k+','wp-content/plugins/thrive-leads/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/modals/delete-confirmation.phtml',0,'wÅ±q‘{¸2·%XÌ\'8£','wÅ±q‘{¸2·%XÌ\'8£','HNt£-ó2)€€ã3ßƒá©‘(§‰šÛÈvø08','',0,'?'),('hþG†CG,…ÓÅ®f?-5','wp-content/plugins/thrive-leads/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/modals/edit-action.phtml',0,'Œ?jˆu*UÚ»LÂhnå6 ','Œ?jˆu*UÚ»LÂhnå6 ','\"l\0CG£}H„]ýHgpY5Jõˆ‰âTpQnl¾','',0,'?'),('ÑÄäXßo?-”•f­^','wp-content/plugins/thrive-leads/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/modals/edit-trigger.phtml',0,'Â¿ÓEû-hUOfÛƒàî','Â¿ÓEû-hUOfÛƒàî',':\":£ÙÃÍMó*¥ß!²œª\Z8~}õ<<H^mÉQ','',0,'?'),('î(ÌwH+„Oãý„¯>È','wp-content/plugins/thrive-leads/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/modals/email-services.phtml',0,'#\rHZÈ+Å%Â','#\rHZÈ+Å%Â','PmÝêðEÑÐØç•ßMüNŸLú;®\'ËøGaj°ÚÀ','',0,'?'),('œöOÐ\Z,MqûXhö„”','wp-content/plugins/thrive-leads/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/modals/notification-summary.phtml',0,'Z´5³7\r\Z‡*ðû\"›¿X','Z´5³7\r\Z‡*ðû\"›¿X','Y 2£	’Ö`AÖC@J8HÛ&Ö^Ýøñ\\ÙSø','',0,'?'),('Z¤‰ãº\\ç4mÑNK','wp-content/plugins/thrive-leads/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/new-button.phtml',0,'I_BJ:®Êeñ½Tßû','I_BJ:®Êeñ½Tßû','DÀÁS_,oÜ¾Žl>~ÀÑ€ó_ÜŽµó’÷Ÿüˆ}<×','',0,'?'),('	L¢6±.ÃlfþìÞ‰ØM','wp-content/plugins/thrive-leads/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/notifications/item.phtml',0,'¢/Pæ3^ÒSqJµÎ	´‰','¢/Pæ3^ÒSqJµÎ	´‰','ˆÓ£É!Ç5ôjž,ÿße<Êçî>ÈÔžçâŒ3“µa','',0,'?'),('‹Ô†\0¦˜RË‘¥_,\\','wp-content/plugins/thrive-leads/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/options/action-buttons.phtml',0,'‹ïfœ\Z&T\'q	&ÑJ','‹ïfœ\Z&T\'q	&ÑJ','*9)9¾‹œ]¶;9¤8®èïX!\n<ÊÖi@©E>[','',0,'?'),('×³O°/ÈË$Cü?Ô?','wp-content/plugins/thrive-leads/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/options/checkbox.phtml',0,'G›”²K®ÄÇ(U´O','G›”²K®ÄÇ(U´O','º‚Õ’&øS½Iî¢×³¦»3\0Lï¢ìn¿¼vý–˜µ>½','',0,'?'),('ÉqÖm£<™6Â7úºp','wp-content/plugins/thrive-leads/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/options/input-multiple.phtml',0,'¬”Ø²‚“öÆ$Ðt¡\nŸD','¬”Ø²‚“öÆ$Ðt¡\nŸD','=\Z;…àãnÏøT¯‹bNÉ‰šž=¾ÌÀðÆ}','',0,'?'),('’ÍÍ::\\Æv÷Ú¹L²G','wp-content/plugins/thrive-leads/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/options/input.phtml',0,'-{gnƒN9®Y9[ú2Ñç ','-{gnƒN9®Y9[ú2Ñç ','gDÐï=hÆ#\\ôÚñë“kŠxºöúJHÀžTBv¹8òj','',0,'?'),('Ðl¨zµnÍD`z³Ã¤N','wp-content/plugins/thrive-leads/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/options/option.phtml',0,'ÛaŒx}lÐÌŽîë)N','ÛaŒx}lÐÌŽîë)N','\ZÈÓ—Z÷£Øù`½ufÿ}mÑvûôZ`áçá~	 ','',0,'?'),('Q&×TI‘7â}øŒ','wp-content/plugins/thrive-leads/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/options/recipient.phtml',0,'8\"ç9F¯z`vµ6Ì& ­','8\"ç9F¯z`vµ6Ì& ­','¿²SPÇúÏ0MUkéÉ\'ó7t3xXoäã©dIµÁÞ','',0,'?'),('¾íæYÕð±„ÑèùºGe','wp-content/plugins/thrive-leads/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/services/item.phtml',0,'„Èóÿ¼ëšø\"kÂ.«','„Èóÿ¼ëšø\"kÂ.«','(\'YÓ¹¨ÏÁ¿¤¨umH®ryô‘¼7ú92\"^\"C','',0,'?'),('ðCÕpð-³Ü@ÞBQ6','wp-content/plugins/thrive-leads/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/services/thumb-item.phtml',0,'ÐNðÄUôŸ–óéwô¹','ÐNðÄUôŸ–óéwô¹','Ðü¬ù7 çq—tQÉ)Î•ÏÑ|þ@OýÈ`ÀP7','',0,'?'),('KPõuzèzMõlª†qVè','wp-content/plugins/thrive-leads/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/summaries/item.phtml',0,'‚ºþ­ð^-O-N•','‚ºþ­ð^-O-N•','`\\ûÝ·lc¬×Ÿ˜wËsÍ)?#Œ^™î ¼@','',0,'?'),('êQI-a„îheáÃ','wp-content/plugins/thrive-leads/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/summaries/items/action.phtml',0,'¹BÄÙ»\'õR¼<O“(P','¹BÄÙ»\'õR¼<O“(P','k3ÿ«p¯ú»z·AÂöb*²cdGnð®+Op¯¤’','',0,'?'),('Íý\nñ\\Pø}]¤¤ûÌWƒ','wp-content/plugins/thrive-leads/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/summaries/items/actions/custom-script.phtml',0,'ÌíÙAá–†¢©N]}VŽ','ÌíÙAá–†¢©N]}VŽ','Í‰Ý³7O¸¬\n)ø¡(Ø~\Zô)¿lèm³)Îq\ZÙY','',0,'?'),('ß€tö¼m±bwkŠÄfõþ»','wp-content/plugins/thrive-leads/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/summaries/items/actions/send-email-notification.phtml',0,'–8‹Ë.˜=(k1','–8‹Ë.˜=(k1','ÞÞ”Àêü{H\0/ó¶Ÿ4«§Ô\'ƒf“+º¤aðz‹Ô','',0,'?'),('óýø?\0ŠÆ9Â2q}Ëï','wp-content/plugins/thrive-leads/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/summaries/items/actions/wordpress-notification.phtml',0,'ƒD—ê‘jîÜÓóùžš.ÓI','ƒD—ê‘jîÜÓóùžš.ÓI','U}\rœÇƒ]ïM²® Ÿ@ß›\Zõ/µ‰”aã->Nrt	','',0,'?'),('R/p|Ë¡*%eÊŽƒR','wp-content/plugins/thrive-leads/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/summaries/items/notification.phtml',0,'	ësÅ^êIP´ËÛNÑóé','	ësÅ^êIP´ËÛNÑóé','>•NN#wøõüÎÚ¢a¤k´c\'¥¾:âŠ/Þ{€','',0,'?'),('ôvŒ/ÂÒ\r¹hðA¥*™ë','wp-content/plugins/thrive-leads/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/summaries/items/trigger.phtml',0,':¬Ey 1ŸXf`Õá½Û',':¬Ey 1ŸXf`Õá½Û','–4„[Ë@Êê¨Ê«ne,Oæˆzý:»þ²o','',0,'?'),('ôq»Äï¥RŽ¹5¦7Ø\r','wp-content/plugins/thrive-leads/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/trigger-type-box.phtml',0,'*FçÅ®%kf8\rŸy6Ø','*FçÅ®%kf8\rŸy6Ø','þ¾Eˆc¯²ÒžžÍ‹ë}ƒoòjŸú­™þ¢Ð†ÌëÓ','',0,'?'),('-ÊÀ8AÞ<J µÂøøS','wp-content/plugins/thrive-leads/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/triggers/settings/email-sign-up.phtml',0,'Ç2“OÉàòdäàŽJúË','Ç2“OÉàòdäàŽJúË','&~Ì€çÐn¯\\3»Ý¥6RÑ*]Gâ–Ž%û<ÛäDièi','',0,'?'),('Z‰ˆîò#šðzgaÅ¹Ï¾','wp-content/plugins/thrive-leads/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/triggers/settings/quiz-completion.phtml',0,'\0õø2¶È*ñŠa}PÁægš','\0õø2¶È*ñŠa}PÁægš','GßKZgÊ!Ø€­åZ¿Þ¸·¾÷CL¯²¼ýŸ¶	E!','',0,'?'),('°úÊTøãe“YÓ]´†9Ù','wp-content/plugins/thrive-leads/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/triggers/settings/split-test-ends.phtml',0,'iéP¼¿™d\rÊ]ÂW˜l','iéP¼¿™d\rÊ]ÂW˜l','!ßÉ‡þ£ÖzÂ£Äú8fCqý™.•‘ÆüèüÃÀhéÄ','',0,'?'),('¯‚¾â\0ýpÕS²ÜñøÐ','wp-content/plugins/thrive-leads/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/triggers/settings/testimonial-submitted.phtml',0,'Ãn½RmSÕbôPÇ¨FQÎ¹','Ãn½RmSÕbôPÇ¨FQÎ¹','ÃÏLöÙVÄÃŸ¤µ…okÿ…êöÿqŠý„&','',0,'?'),('ðÆoQ»­AR7ÁÉÜJ«','wp-content/plugins/thrive-leads/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/unavailable.phtml',0,'´\ZÒ3è\0R&|íH?€…','´\ZÒ3è\0R&|íH?€…','–Ÿ”z§YìÎ:íµ‡Š=Cœ±*ìLýÐÄEÜÅ#›Å~°','',0,'?'),('ÈÌ½žçAs6ùÒ«±','wp-content/plugins/thrive-leads/thrive-dashboard/inc/notification-manager/includes/class-td-nm-ajax.php',0,'D³þ,tqæ>1àAû™','D³þ,tqæ>1àAû™','óðÑr+²Ö–8æsªŒ¨£E{^5›‚ub}ZC–¡','',0,'?'),('›\\’©”A’`V[ÿYÝŽ Ú','wp-content/plugins/thrive-leads/thrive-dashboard/inc/notification-manager/includes/class-td-nm-checker.php',0,'Äñ)ÝÁïòò¦	rlì5<','Äñ)ÝÁïòò¦	rlì5<','bOCY9?­hÉÉ¤Ñ`}îþÊýp9Ãb„ÃºÓÓnÎ','',0,'?'),('Ys£ä0ïð\\Þ@˜Sé–','wp-content/plugins/thrive-leads/thrive-dashboard/inc/notification-manager/includes/class-td-nm-data.php',0,'¼/\Z‘\Z®]R©yÊCC\"','¼/\Z‘\Z®]R©yÊCC\"','¬ùº>ò£§U„€6é‚³TÖò»i¯Ž]@ngù','',0,'?'),('°Ý8îŸJ‡|Ç ·ë','wp-content/plugins/thrive-leads/thrive-dashboard/inc/notification-manager/includes/class-td-nm-post-types.php',0,'—;Ð\'\'«2xñç¶½','—;Ð\'\'«2xñç¶½','Ü8rAJdb¹ýhHh—ä5Œ²ÜìÙÿø½†Ve	ýj','',0,'?'),('¸ÙZk+;Æ*·íMö','wp-content/plugins/thrive-leads/thrive-dashboard/inc/notification-manager/includes/td-nm-core-functions.php',0,'ý+tŠQ‡À*\\+Ä¦çI','ý+tŠQ‡À*\\+Ä¦çI','L]¥WêBùŒ°h¿ÙfÇÿç­+zü…8î•£Å','',0,'?'),('ÖèdI\"Q2½¹Êëg','wp-content/plugins/thrive-leads/thrive-dashboard/inc/notification-manager/includes/td-nm-data-functions.php',0,'›êêÇÍÖÝ_ÿW;±','›êêÇÍÖÝ_ÿW;±','…˜xi	ËL1Æ0L1öõž]ÖaäwiõJRzOjXtÐÇ','',0,'?'),('pÑ¬ü8À6«Gy¼´Kê‚­','wp-content/plugins/thrive-leads/thrive-dashboard/inc/notification-manager/includes/triggers/class-nm-trigger-abstract.php',0,'ÈÂ9¦±êlxo.Úù','ÈÂ9¦±êlxo.Úù','Õêe)¤äÇc£d`ŒDlUd\"r“èºÞŠ6ze^ï','',0,'?'),('/ƒm6­aQZõ+ù÷SpS','wp-content/plugins/thrive-leads/thrive-dashboard/inc/notification-manager/includes/triggers/class-nm-trigger-email-sign-up.php',0,'ò²a„žÂJwß_\nß{|Q','ò²a„žÂJwß_\nß{|Q','ÏêP eÕwAeµû	b^™ˆ{gÏÝŸ OöwüºIÇ','',0,'?'),(':y*ÿÚ\nt®F}l‘Ä','wp-content/plugins/thrive-leads/thrive-dashboard/inc/notification-manager/includes/triggers/class-nm-trigger-factory.php',0,'¬Ù\0ºÈ•fL ð×µ1','¬Ù\0ºÈ•fL ð×µ1','ƒŒýIÀÐ‰Á$MïÐc$jéu„òouïôA­‹º0(xÈ','',0,'?'),('o.,Á²“tKÄHUŽÑ®Ø','wp-content/plugins/thrive-leads/thrive-dashboard/inc/notification-manager/includes/triggers/class-nm-trigger-quiz-completion.php',0,'f,39YÀxÊªÊÿH­‚','f,39YÀxÊªÊÿH­‚','ó¥|Ým¯Ý*uG§ŒoªŒß4¬\Z?cV-vA”>','',0,'?'),('±O·[Í#å&0à]Š°','wp-content/plugins/thrive-leads/thrive-dashboard/inc/notification-manager/includes/triggers/class-nm-trigger-split-test-ends.php',0,'EhŠØÃo¸ZË¼®S³','EhŠØÃo¸ZË¼®S³','aÆ<$’µ(/öÚp‘bOÌ4öcÇFxQÛÆÛ÷','',0,'?'),('ôNpÛH¢•Ýå\0Ðð1!(-','wp-content/plugins/thrive-leads/thrive-dashboard/inc/notification-manager/includes/triggers/class-nm-trigger-testimonial-submitted.php',0,'ö.¡,~w’ºzú@	a','ö.¡,~w’ºzú@	a','5‰þLbòqG•Æ*£³¢_‚‰[5¶Ã{×','',0,'?'),('‡o¦[\'ÓÞR]ìûY\Zî','wp-content/plugins/thrive-leads/thrive-dashboard/inc/plugin-updates/debug-bar-panel.php',0,'m@ÕwÞŒƒwß*áoˆ•','m@ÕwÞŒƒwß*áoˆ•','¼ð7±Šà¹Õé‹4ôƒÌÅáfu)WYD—ók3Îsó','',0,'?'),('/¦™Hgý®C´Þø6ÿMÁ','wp-content/plugins/thrive-leads/thrive-dashboard/inc/plugin-updates/debug-bar-plugin.php',0,'‡ZN©4O%QqBùŸƒ“¢','‡ZN©4O%QqBùŸƒ“¢','ÅqM4´¯ÄvÉùO„³Ñé°ú¬	\'RÙ–„Ôp4¤','',0,'?'),('·oRì¡*ó¶ô¬¤åõ—ø','wp-content/plugins/thrive-leads/thrive-dashboard/inc/plugin-updates/js/debug-bar.js',0,'ÍõŽH_T\r˜r*.ðLtô','ÍõŽH_T\r˜r*.ðLtô','Bœ°,<ÒÉ“ñGÁ«$U1Ýoh	3\\¢~¯ZÛhP','',0,'?'),('`%½/Ç‚Ú\\Ðò(ŽYf>','wp-content/plugins/thrive-leads/thrive-dashboard/inc/plugin-updates/plugin-update-checker.php',0,'ziÈ²<R—Rôg6Üb','ziÈ²<R—Rôg6Üb','kWãLì+\r‹›I•Ä„évqÀ‚zW‰Ü\nÍ-$','',0,'?'),('›ËöÔN-xhš<þ¾1dç','wp-content/plugins/thrive-leads/thrive-dashboard/inc/script-manager/assets/js/admin/models.js',0,'³ƒ]ÓÚjÓO¶¢žÉë','³ƒ]ÓÚjÓO¶¢žÉë','PØÙ9É±­¶ë–Ê\ZÜ[	ÓË‰ýP&ý/x†b·±7À.','',0,'?'),('ŽiE?YÄñFƒÍ,@Ò¤^Å','wp-content/plugins/thrive-leads/thrive-dashboard/inc/script-manager/assets/js/admin/routes.js',0,'46¢6µž‘¶â1à4ab','46¢6µž‘¶â1à4ab','·(«¢†ma\'!ñ}ú9éÁ#/S“XpCÕ¥’ˆ”…','',0,'?'),('~I,n˜lak3éžzqÄ','wp-content/plugins/thrive-leads/thrive-dashboard/inc/script-manager/assets/js/admin/views.js',0,'½º55§XÛçLùbO','½º55§XÛçLùbO','Àáñ¬ÄÜ“=z>ºe¯½17ÚWíT¼0ÙÞë','',0,'?'),('½¸¾8€ås/<§%Õ','wp-content/plugins/thrive-leads/thrive-dashboard/inc/script-manager/assets/js/dist/admin.js',0,'Oì\ZVo9Ã2ý˜NÜç3ý¿','Oì\ZVo9Ã2ý˜NÜç3ý¿','ÀµÛØûtƒGNêCÜ±¼ÇNY\r€b „E\\Ž”','',0,'?'),('hŒ€Cš5æ>f','wp-content/plugins/thrive-leads/thrive-dashboard/inc/script-manager/assets/js/dist/admin.min.js',0,'›¦XMøfº…9ãcOHéË','›¦XMøfº…9ãcOHéË','ŒaU;¨.8!¿5=·hõœÏ·§î¾H‡u‘¥‰\r','',0,'?'),('íçË­•ÓC+æô3íÒ“','wp-content/plugins/thrive-leads/thrive-dashboard/inc/script-manager/class-tvd-sm-constants.php',0,'sR³ìãu{‚C¦ì¾‘ïn','sR³ìãu{‚C¦ì¾‘ïn','óÌ‘wš,)á´ÿé8{—AÂQd<$pU<Eºp	]{','',0,'?'),('œàç‡»†B³6¦ŸÝÂ','wp-content/plugins/thrive-leads/thrive-dashboard/inc/script-manager/class-tvd-sm.php',0,'c(tCùó|ã\nÔQ¢HN','c(tCùó|ã\nÔQ¢HN','Šþ’ƒÿ_\\cg9-1¤AWD$\ZÀ˜”Øë¼•*%kŽb','',0,'?'),('\0\'VÊð²Œ˜JÈìëk','wp-content/plugins/thrive-leads/thrive-dashboard/inc/script-manager/includes/admin/classes/class-tvd-sm-admin-helper.php',0,'Ê‚‘C#62š>]œru\"','Ê‚‘C#62š>]œru\"','•°k¥‰ËÌ.ÕÚ¨ßØ2=ô†ãzêð}5Sø”÷tŽòo','',0,'?'),('òÊ4=ÝM«ÚN½°~+a','wp-content/plugins/thrive-leads/thrive-dashboard/inc/script-manager/includes/admin/classes/class-tvd-sm-admin.php',0,'šò“7ðW·‚ä°ÿú‹]','šò“7ðW·‚ä°ÿú‹]','ýz¦êbñÜiLé´€to	öÂùR«GUÝöÂ ','',0,'?'),('ú´iE´«ßkJ>k?#lÖ}','wp-content/plugins/thrive-leads/thrive-dashboard/inc/script-manager/includes/admin/classes/class-tvd-sm-rest-scripts-controller.php',0,'îðCØ¹@¡Aõ{ØäÒêÑ®','îðCØ¹@¡Aõ{ØäÒêÑ®','f²A`þqŽuT™…ˆáN72{Á(Ûd1Sñ@Õ;','',0,'?'),('à¤\"²Ÿ§†Þ1è[« ®²','wp-content/plugins/thrive-leads/thrive-dashboard/inc/script-manager/includes/admin/views/dashboard.php',0,'¿5Š;§ä¶Ç‹ÚÑÉa…','¿5Š;§ä¶Ç‹ÚÑÉa…','9ûóÁöTM	HÇtB¯¶ñãyƒFãª9ÍÓÿÀú_','',0,'?'),('Ss¹Ïÿû7­F¤ªÉÅ','wp-content/plugins/thrive-leads/thrive-dashboard/inc/script-manager/includes/admin/views/templates/breadcrumbs.phtml',0,'d›–ÉÒiÊ?s7Á¿ˆù','d›–ÉÒiÊ?s7Á¿ˆù','tTõéRualbñ\\_Î¸Š×(™aÖÅ,z^Ð©Åƒ','',0,'?'),('[ž>aør\0¤à\nÝ)š“é','wp-content/plugins/thrive-leads/thrive-dashboard/inc/script-manager/includes/admin/views/templates/dashboard.phtml',0,'!Ò¼r\"Ûlfž/ÑÒ^§','!Ò¼r\"Ûlfž/ÑÒ^§','?dð\Zá…ñVAŽ²7c!@åoªVR/õ§Äëÿíïª','',0,'?'),('¹õó=Çû0gDò¥¸\0„$Á','wp-content/plugins/thrive-leads/thrive-dashboard/inc/script-manager/includes/admin/views/templates/header.phtml',0,'àl\'¿Gã=éoa3ØÕ','àl\'¿Gã=éoa3ØÕ','Zu¿hsŠÃN=z»nèv£f.xå$TÓÖn‹§','',0,'?'),('}ß•\'ð³„Ms³`‚åì¶½','wp-content/plugins/thrive-leads/thrive-dashboard/inc/script-manager/includes/admin/views/templates/modal-add-edit-script.phtml',0,'œÖ½%±ª†Ì¹¦¸','œÖ½%±ª†Ì¹¦¸','ue°\'H¡¢ObdG		©(˜‚©wùc\Zô0@Ä  X','',0,'?'),('‰ÊÆO>rìÄÊŒÌvµ‚','wp-content/plugins/thrive-leads/thrive-dashboard/inc/script-manager/includes/admin/views/templates/modal-delete-page-level-scripts.phtml',0,'5\néZ—©ûét\\->•€YS','5\néZ—©ûét\\->•€YS','qvâÓ§ª×Á]4Ñ_ÅÝ>i9.”N s?ÁÍ	”$','',0,'?'),('Zw9gJ(ýÆ‹a#´ênß','wp-content/plugins/thrive-leads/thrive-dashboard/inc/script-manager/includes/admin/views/templates/modal-delete-script.phtml',0,'¦5\n­Ù;HYP€Bc6\nk','¦5\n­Ù;HYP€Bc6\nk','®šÍª=\"v@ñ‘P^Œ ÜÚÄ‡æP¼LÅr’•p~@k','',0,'?'),('\ZYºƒØ¯“ºÖªî1','wp-content/plugins/thrive-leads/thrive-dashboard/inc/script-manager/includes/admin/views/templates/script-item.phtml',0,'ÚVÉœœ\'M ëŠÙù¡BË','ÚVÉœœ\'M ëŠÙù¡BË','³Âì“-	;VBbÞ˜·~þ	PkOFƒÔÚ +žb–ø/ *','',0,'?'),('±t¦€yc`‡:T¥p=–','wp-content/plugins/thrive-leads/thrive-dashboard/inc/script-manager/includes/frontend/classes/class-tvd-sm-frontend.php',0,'6IYávXY1&\ZÔ“ð¼','6IYávXY1&\ZÔ“ð¼','ë °K-zËìÂºÃLà¢ç ýrÇ+ãÙ×¾D\'HÛ,','',0,'?'),('Wt¢\0‰¼óGžZwìúj','wp-content/plugins/thrive-leads/thrive-dashboard/inc/script-manager/includes/i18n.php',0,'Ÿ%œ…îú‹õmÜÏÄÇÓ','Ÿ%œ…îú‹õmÜÏÄÇÓ','°²€\n:on¾ŸaKÇ‹È®®˜z¬Ý\'\n/`5 Â—±','',0,'?'),('+E )ìÄ®£ñØø|˜\r','wp-content/plugins/thrive-leads/thrive-dashboard/inc/smart-site/assets/admin/js/_utils.js',0,'f°£\\ÁFÞž¶9U‘3€','f°£\\ÁFÞž¶9U‘3€','{Á*\\zðT\'Óà¿8Ì‡k“ŽÊÁC$.%¤¤','',0,'?'),('gcÖ¡Ê·¬Èž£¥','wp-content/plugins/thrive-leads/thrive-dashboard/inc/smart-site/assets/admin/js/dist/admin.js',0,'ðj ¾—\r×{-­‡zP$Q','ðj ¾—\r×{-­‡zP$Q','­þ¥ËZG^\\6¦iCès‡ƒÜ#¸È‚€žÍÃÂ¾çÜ¼','',0,'?'),('çúƒé\"îÿk”$§®¨ª\n','wp-content/plugins/thrive-leads/thrive-dashboard/inc/smart-site/assets/admin/js/dist/admin.min.js',0,'`þÆérOrµ&êÊ(½…','`þÆérOrµ&êÊ(½…',' lZ§Q1T•Z¾ç¯R}Ùl°É(~ÒÊ|­t“‰Ê/','',0,'?'),('Šâèïþ%å :o%·j','wp-content/plugins/thrive-leads/thrive-dashboard/inc/smart-site/assets/admin/js/modals.js',0,'þßhz–Ç /ò¿†_F/','þßhz–Ç /ò¿†_F/','vs€þIüº.…­ô QJ˜tœpÇƒ¥`ÕM','',0,'?'),('qw§”À-š§»ÂvWŸ·','wp-content/plugins/thrive-leads/thrive-dashboard/inc/smart-site/assets/admin/js/models.js',0,'xƒX ×õg¨ûà!-\rüÍ','xƒX ×õg¨ûà!-\rüÍ','Â—\0V–¸fd½íÈÒ u€ðì+¦ÓÚL™ÍØÁ)','',0,'?'),('WäÆ‰‹TsOs@P–','wp-content/plugins/thrive-leads/thrive-dashboard/inc/smart-site/assets/admin/js/routes.js',0,'€}Ò>åW!	\0ÚQôn,aª','€}Ò>åW!	\0ÚQôn,aª','Ø\'Éè½\rÞåxÎ£^]Òˆ÷EÛE\Z\rßDA K°Iø','',0,'?'),('–gP6yQWy‘î°·´Ö','wp-content/plugins/thrive-leads/thrive-dashboard/inc/smart-site/assets/admin/js/views.js',0,'n÷o@–bPjÓkcb~ÙM','n÷o@–bPjÓkcb~ÙM','`ÝåÚ#6™“ø‘ÍÍWóöÑö rQp¯M','',0,'?'),('œgI¾×Õêkþ>\r4bÚ2i','wp-content/plugins/thrive-leads/thrive-dashboard/inc/smart-site/assets/js/tcb_hooks.js',0,'„þ@Jæ]/ úÕºpù”b','„þ@Jæ]/ úÕºpù”b','†O\"W$¦¹Þ~T{+\"ªywúïwCA·ï_p‰\"M','',0,'?'),('Ê9„KÐU©OÜw¼HÙ“Ï','wp-content/plugins/thrive-leads/thrive-dashboard/inc/smart-site/class-tvd-smart-const.php',0,'Ç®ñ¡ e9z”É¦­¿Ü','Ç®ñ¡ e9z”É¦­¿Ü','¸´:§&UäbòŒ¤Sáê¶Ýî£bUDÖÑÞFù9Sñ','',0,'?'),('CŠL²fèuºÜ£,]','wp-content/plugins/thrive-leads/thrive-dashboard/inc/smart-site/classes/class-tvd-global-shortcodes.php',0,'TþÜÏÝs¸‘R¯¦úÚ²','TþÜÏÝs¸‘R¯¦úÚ²','çn+h”8sÎZ®\0!„:®op@“kbõ\Z)Ü	“´','',0,'?'),('KoîýB}ÉúE¿•oˆ','wp-content/plugins/thrive-leads/thrive-dashboard/inc/smart-site/classes/class-tvd-rest-controller.php',0,'×0Hùd¼Ý\0Qc5^ZŒ^','×0Hùd¼Ý\0Qc5^ZŒ^','Õhb^åËêøR\nÓº <,uvÆ ®²ÒÆö¦W','',0,'?'),('¹©qƒS>†T!vBX¹ÓÇÔ','wp-content/plugins/thrive-leads/thrive-dashboard/inc/smart-site/classes/class-tvd-smart-db.php',0,'»fJ\'gŸwA%}K/n','»fJ\'gŸwA%}K/n',':•ãáé\'AT±«…›:ÒíÊ§ØCv©qÕ³¯6Áç%Ô­','',0,'?'),('èN¡!ŽOùÌß¸\'‚´','wp-content/plugins/thrive-leads/thrive-dashboard/inc/smart-site/classes/class-tvd-smart-shortcodes.php',0,'¡Ñ&ÆŒ&$]oÚT’','¡Ñ&ÆŒ&$]oÚT’','ÝyÁ¿¦=ß‹þ?ÖÃõÉÖiI³<ýÜñlìXtIQÚ','',0,'?'),('Ça»¤\Z­ëÜuš~èº‹V','wp-content/plugins/thrive-leads/thrive-dashboard/inc/smart-site/classes/class-tvd-smart-site.php',0,'\'š#í7]ÁÍP«â\r¾´*	','\'š#í7]ÁÍP«â\r¾´*	','ÔÚ¨q*üo:r\"—¹\0À/{Ík2[xÝpq!.ª','',0,'?'),('„Ùæ,´ìb–ÚMäÚÂ','wp-content/plugins/thrive-leads/thrive-dashboard/inc/smart-site/classes/endpoints/class-tvd-fields-controller.php',0,'¹Óö\r&Ó·m’ñ<T’Â©','¹Óö\r&Ó·m’ñ<T’Â©','Í+ˆÿ4‚àÂí)xôMœÆXY\'¿üÃi\0àÉyO”EÌ','',0,'?'),(',fV‚¼Çh†ÄYlI„>Üÿ','wp-content/plugins/thrive-leads/thrive-dashboard/inc/smart-site/classes/endpoints/class-tvd-groups-controller.php',0,'¢-ÿõ÷…Œ>þˆ`ŠOº','¢-ÿõ÷…Œ>þˆ`ŠOº','§2ÃïG¾1qQ$ØðÍùšëa€ñéSqCÏ¯ÞVx','',0,'?'),('%y!ØÑž2hk¶³¼','wp-content/plugins/thrive-leads/thrive-dashboard/inc/smart-site/i18n.php',0,'#tvÿ6/`´B\n¬lr','#tvÿ6/`´B\n¬lr','@Eáq\0¯•9½9xü2Á÷h<íYü ÓŽrñO³','',0,'?'),('ßwyŸý°P˜-9óÆí-Zd','wp-content/plugins/thrive-leads/thrive-dashboard/inc/smart-site/migrations/index.php',0,'«¿˜™ÆÌñU¹b7´üÖ','«¿˜™ÆÌñU¹b7´üÖ','ÿ~4¨ÐÆEü+½àº£ŽFFc°«·~«oîI&ƒÃ','',0,'?'),('<ßMHpL%÷(Å(¥w','wp-content/plugins/thrive-leads/thrive-dashboard/inc/smart-site/migrations/install-1.0.0.php',0,'/òV×}àgyx3û»T','/òV×}àgyx3û»T','W[Êå&jòQp×µH¿£}S©©/ª%¨éÄÜËŠé','',0,'?'),('#è¹\ZìýrÒ¡ê','wp-content/plugins/thrive-leads/thrive-dashboard/inc/smart-site/views/admin/templates/breadcrumbs.phtml',0,'F©€‰\\cšÂØ›ÃxíŽ','F©€‰\\cšÂØ›ÃxíŽ','²ñM«ÓñÏÃ’Ü¹´ªL	hp>DqZ+öýSý¡)°p','',0,'?'),('Úc˜­?®\ZªNòÿ…9dª','wp-content/plugins/thrive-leads/thrive-dashboard/inc/smart-site/views/admin/templates/dashboard.phtml',0,'˜ºh	^p÷GR¥/0²J®','˜ºh	^p÷GR¥/0²J®','˜&úù;RLîkÓ.°R¼•û¤g¾ÝÁæ[Þ“þÏ','',0,'?'),('Z«ŠÃt£µ0ìÖüý((','wp-content/plugins/thrive-leads/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/address-options.phtml',0,'Ãã^¥ÆMù±Èjhtq€F','Ãã^¥ÆMù±Èjhtq€F','§é³s¹YEâiE¼?¸§Î•†¡ý¼2¯ó¿úNHŠ;Ì','',0,'?'),('V,«åÀ.ö<ì~úàF{','wp-content/plugins/thrive-leads/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/email-options.phtml',0,'¼ØÅçú_~Áˆ…°†|1å','¼ØÅçú_~Áˆ…°†|1å',']¿fJƒg¢†ë[®nŸÇ#‡ÝrC}3n—‚–ž¯Ù:','',0,'?'),(' ¹‹ôN×W¿AÝälª\n•','wp-content/plugins/thrive-leads/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/field.phtml',0,'©Á4Ü8,»o³gÓR’','©Á4Ü8,»o³gÓR’','Ý³å~»\0Ë>ºTwl1Ãqäd/M}W=®›ND0ÄÇ','',0,'?'),('n‚NqvPw^Î-äÝß','wp-content/plugins/thrive-leads/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/group.phtml',0,'Û®­+K§fî¢6êð6À','Û®­+K§fî¢6êð6À','\r{YvÜ\"û¸Œ#`6¶Qufƒ,ZÁØOc{º*','',0,'?'),('Ù9Å˜(²v°<JQÓS','wp-content/plugins/thrive-leads/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/link-options.phtml',0,'Äfbm|¨¿–‘]½ß}õ v','Äfbm|¨¿–‘]½ß}õ v','›Ÿ`z“ß)²¼§¢nPò…Ø?ÂI£²‰iST•','',0,'?'),('^ù$<€w4šìSd²k5Å','wp-content/plugins/thrive-leads/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/location-options.phtml',0,';ÍK˜ÝÊ&œ¬£ÜQù',';ÍK˜ÝÊ&œ¬£ÜQù','MRÖCQ[´(9p¯½åñ……ÊÝ“wÄ–À½½3¹ê‹H','',0,'?'),('’éLô%ÍðW–CSƒøR','wp-content/plugins/thrive-leads/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/modal-group-item.phtml',0,'·qüîI\ZBÐö<caŽò•','·qüîI\ZBÐö<caŽò•','?x]¶›CRíûØ·~÷»!qSˆ»œ”Žx$ŠçúôpÎ','',0,'?'),('h:œlñO÷Ø‡\'ëÍzÖP','wp-content/plugins/thrive-leads/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/modal-type-item.phtml',0,'Úoð\r2ßÑË8\"§à‚³','Úoð\r2ßÑË8\"§à‚³','Ãy\n‡ïÇ±¼­_êåM¦Ieq´¸O0®ú yÒk','',0,'?'),('9\\SÒ±ÏJã(MC•€Ã+','wp-content/plugins/thrive-leads/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/modals/delete.phtml',0,'é‘vŽ¹ÍàðÐ²p.Jª-','é‘vŽ¹ÍàðÐ²p.Jª-','äºzi;i•\"e^^”è¨û{Çww›ßEdŽñzÿÊ¼','',0,'?'),('¼W+\"õc~t8ß÷)Å','wp-content/plugins/thrive-leads/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/modals/edit-group.phtml',0,'ö&Ùsú§.Þ@	º\"èP','ö&Ùsú§.Þ@	º\"èP','rëó§e±ˆ{õ×-þ!´€t›q¾øJá\"÷\nòH','',0,'?'),('-´²·–/Ä°;‹÷f!åP','wp-content/plugins/thrive-leads/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/modals/field.phtml',0,'þ@rÅDkQ/ù\'‰×	€','þ@rÅDkQ/ù\'‰×	€','ƒ2öH XÙp@Òö«»sÕÉyÍ^…¡üÛ°j','',0,'?'),('(ÑŽ•|\0¹[ôDobU','wp-content/plugins/thrive-leads/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/phone-options.phtml',0,'\\Ì\n¸@^¯*¸b»\0sx','\\Ì\n¸@^¯*¸b»\0sx','â#žcÐêd€†BýFš|Ø­iÞØìvÐÀMÆa','',0,'?'),('wjèˆSf+š2Ã*d‚f¹','wp-content/plugins/thrive-leads/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/text-options.phtml',0,'nèµ!¾²jö\rc¨¬Szò','nèµ!¾²jö\rc¨¬Szò','ö‚mPþ»¯b9³xªf#w41á®ëk/B{¥¸¾ñ¹','',0,'?'),('Açûèüf¾ùÑ8!Âiµ','wp-content/plugins/thrive-leads/thrive-dashboard/inc/smart-site/views/admin/templates/global_fields.phtml',0,'ùp£E¶¹fâwJsjIq¡]','ùp£E¶¹fâwJsjIq¡]','MZ-¤wSò`ËØƒ\'ŠOÛçëÀÔŒËã\\…óV÷e','',0,'?'),('ûÂ€¦o¶È}8¤ùÓBé','wp-content/plugins/thrive-leads/thrive-dashboard/inc/smart-site/views/admin/templates/header.phtml',0,'¡.+Bò…Šr0¿Ö=ÉÄN','¡.+Bò…Šr0¿Ö=ÉÄN','—ÐT8¬†]Ä–ô\0ÞtžÝ…°5WAz&¤€ðç•£hêBi','',0,'?'),('\n=”£Â‘å&ý	y¨süy','wp-content/plugins/thrive-leads/thrive-dashboard/inc/smart-site/views/admin/templates/menu.phtml',0,'²¤¦z±d>¾‡z?EÒ','²¤¦z±d>¾‡z?EÒ','IzÍ3Q¢BË~q¿9¥bŽp¸÷µ€ÙÕÐÃ‚L','',0,'?'),(')ªE\Z*@]˜>6¢¼`GŸ7','wp-content/plugins/thrive-leads/thrive-dashboard/inc/smart-site/views/admin/templates/side-menu.phtml',0,'†“YŽ¢WçwôùrôPó','†“YŽ¢WçwôùrôPó','g¥!µ™§W´2\Zùá¾Û¥hÙ\0¬¨(rYdèèåû','',0,'?'),('qtÞà‹¶­ÿ¡DBëµ','wp-content/plugins/thrive-leads/thrive-dashboard/inc/util.php',0,'‚†ã*¸1Š¦î®Fx*mž','‚†ã*¸1Š¦î®Fx*mž','¶ô:TÏØ(·ÜÙ–c›„—qò°2O¥ñÑpÑ®|½	','',0,'?'),('Ú­Ž<F¯6ø¸ÝŒ¾CK','wp-content/plugins/thrive-leads/thrive-dashboard/js/dist/frontend.js',0,'Mx>&RQ¹ß~‰,ŒÀ®','Mx>&RQ¹ß~‰,ŒÀ®','v´üC­&¶&òZ¶¶¥q]ô‘\Z¡ÖŸ†ˆ²¯)î','',0,'?'),('þˆ™0Ibþ“(ü\0dŠ!S','wp-content/plugins/thrive-leads/thrive-dashboard/js/dist/frontend.min.js',0,'‹mô~€rcäæj°ƒÉ','‹mô~€rcäæj°ƒÉ','„‘‰Õ‡BìÒQ€$i©«D~Z¨5.)öyûì–k„1','',0,'?'),('¦;È*±~/^’h4”','wp-content/plugins/thrive-leads/thrive-dashboard/js/dist/global.min.js',0,'Þ¡\\*lÉxêââ†¿gÓ','Þ¡\\*lÉxêââ†¿gÓ','“ÃZ$7Kˆ¿^,Wó$§Xo¨Ûs6P¬Ï5Jô-£','',0,'?'),('qù8ÙHÊõ¹ëÐþpRÃ-','wp-content/plugins/thrive-leads/thrive-dashboard/js/dist/hammer.min.js',0,'³} šœ‹Žëwa¨vT´÷','³} šœ‹Žëwa¨vT´÷','_òÞŒ»¢™Á«)9WÃº}3ˆ¥‘-(Ü(¤','',0,'?'),('Ä\\Xø¬Mþ}®oüw±k~','wp-content/plugins/thrive-leads/thrive-dashboard/js/dist/leanmodal.min.js',0,'i½ä×aŸ4¸~ËB','i½ä×aŸ4¸~ËB','ªªö©ì»²û…¯—û,d\r†;Ãƒ<þ³ý¹,K—','',0,'?'),('§Q6|„,’>’ãø.ñ«Ðµ','wp-content/plugins/thrive-leads/thrive-dashboard/js/dist/select2.min.js',0,'\0Q)Vƒº(M[@«Ò7À','\0Q)Vƒº(M[@«Ò7À','±H‰5¨£[0éRýÎÓôLÛ«ú8!Æ`ÒU(>¢Õ´','',0,'?'),(' nè£×”R3¸ËØüã','wp-content/plugins/thrive-leads/thrive-dashboard/js/dist/toasts.min.js',0,'öX¾Y¯4ˆf—„ý;','öX¾Y¯4ˆf—„ý;','v6:9ÈåÁ•=U)t­vP¤éÛÏ~»L#Œ}ã†','',0,'?'),('øþiò\ZÁUÝ<ð&Âì–š','wp-content/plugins/thrive-leads/thrive-dashboard/js/dist/tooltip.min.js',0,'ü:Bë[†_\r#tq’','ü:Bë[†_\r#tq’','D!•›ÿð—ª’ÕØˆ5QR	<£{×;\nÃP|Ë','',0,'?'),('ºÈmÏ%F7 ïL7Ëñ?','wp-content/plugins/thrive-leads/thrive-dashboard/js/dist/tve-dash.js',0,'Þ§.Há$·FN¯¥‰Šã','Þ§.Há$·FN¯¥‰Šã','ä¶ˆŒgB•éfãMñÀŠ-ú\rE<¸¤R.Ý±CT','',0,'?'),('t1ÓtSþsÿ4òªƒ²Š©','wp-content/plugins/thrive-leads/thrive-dashboard/js/dist/tve-dash.min.js',0,'ÝÖ%o)^h•©-¾g','ÝÖ%o)^h•©-¾g','°íÈjÚ aÈ\\8§R‰`r¡e,\rè»®TT!W','',0,'?'),('²ë0!¹—Ù7½bÛ»Ùß','wp-content/plugins/thrive-leads/thrive-dashboard/js/dist/velocity.min.js',0,'ÍP²O…¾Ÿc‡âaÞu8','ÍP²O…¾Ÿc‡âaÞu8','¦³ŽáÚÝôuÛ…úW¿ü‡“#ãõ','',0,'?'),('Hw}«?7y–iŒ‡ù‹	¯Ú','wp-content/plugins/thrive-leads/thrive-dashboard/js/frontend.js',0,'Mx>&RQ¹ß~‰,ŒÀ®','Mx>&RQ¹ß~‰,ŒÀ®','v´üC­&¶&òZ¶¶¥q]ô‘\Z¡ÖŸ†ˆ²¯)î','',0,'?'),('Ö:.õC\n¬[¤þMè<µ','wp-content/plugins/thrive-leads/thrive-dashboard/js/util/highcharts/highcharts-3d.js',0,'?Ml“ôÓ\"4·Ò§J¥','?Ml“ôÓ\"4·Ò§J¥','=Wðüú\"‡¿éª0ûš€qÇŒcÙíµ`Ú8ÑÉ¬¥¨p«','',0,'?'),('ÂBí+óhò,…¸¿0iì','wp-content/plugins/thrive-leads/thrive-dashboard/js/util/highcharts/highcharts-more.js',0,'Ðòíë)Áæ[õ˜­×','Ðòíë)Áæ[õ˜­×','¯¾¶HH¢2XÙCûw\Z•Lh*ÛeÝùê·œÞŠ÷ÒG','',0,'?'),('£aÜÏ±ÿÖ— AÿÐJEˆ€','wp-content/plugins/thrive-leads/thrive-dashboard/js/util/highcharts/highcharts.js',0,'ÀY¼<:\nÊ‚W\'Èºrýj','ÀY¼<:\nÊ‚W\'Èºrýj','•¯CHâµú,îán9‡ñÏî„ðJ^è\Z™Š)&Çœ','',0,'?'),('Y#£åmß’¦ÿ\\óR=','wp-content/plugins/thrive-leads/thrive-dashboard/js/util/jquery.zclip.1.1.1/jquery.zclip.js',0,'„Ùxs¸É Œ5Ý ¨&e¶[','„Ùxs¸É Œ5Ý ¨&e¶[',' ÓÐ¢q&mÀ\ní+R¥±7Ð«Ü,¤ØPÑÒEù¸	','',0,'?'),('èÅ2?ý”­\0åêgJ','wp-content/plugins/thrive-leads/thrive-dashboard/js/util/jquery.zclip.1.1.1/jquery.zclip.min.js',0,'\nÂí;*þ@_1P¸9Yï¬','\nÂí;*þ@_1P¸9Yï¬','l¯ô ¥:ia4öÐå[v YpÔq4Åæä@~`','',0,'?'),('˜‘;°Î²–¼tK¼«','wp-content/plugins/thrive-leads/thrive-dashboard/js/util/util.js',0,'	ÒN¨§`ÜÁÃM5òcc','	ÒN¨§`ÜÁÃM5òcc','¶ß´™ñâÿ\Z€ùu(…kƒ!½i÷ø}Ï/KXÈ','',0,'?'),('zE6æumæ¥¸¡ðÊ‡‘©À','wp-content/plugins/thrive-leads/thrive-dashboard/js/util/views.js',0,'×ŠÈÐâ¥º7•z$=’\"Ç','×ŠÈÐâ¥º7•z$=’\"Ç','3dº³ç»oÀ8DƒÜ‚¸`ìnYàc‡?Í„`','',0,'?'),(' 0ÀìJÁÔ¬1S½ë\rÝö¿','wp-content/plugins/thrive-leads/thrive-dashboard/rest-api/class-td-rest-controller.php',0,'Ï0*Ì%8„çË8Ý« ','Ï0*Ì%8„çË8Ý« ','*õ&#*Ð­ûîJ‘?£¾¡¿\rZ¨p}ì¢ HJx','',0,'?'),('e†•ìûÚYƒ(8¾`U','wp-content/plugins/thrive-leads/thrive-dashboard/rest-api/class-td-rest-hook-controller.php',0,'¬­›ï:â4}ÃmH\nË','¬­›ï:â4}ÃmH\nË','`¶Ðl³|âGŠ6&r»ÝÎG	¢4ç¿ÆpÚÃÆ»vf','',0,'?'),('O2iÉJ*UŽ¯vAÉI','wp-content/plugins/thrive-leads/thrive-dashboard/rest-api/init.php',0,'¶J`¬ÝÍQP(‹ù0âªýè','¶J`¬ÝÍQP(‹ù0âªýè','p|×Lÿ\rÔ6æågBôÛ¡rÚågvOv¡\\¨^?þ','',0,'?'),('\'P­˜,<Òàò%C¤bj','wp-content/plugins/thrive-leads/thrive-dashboard/templates/affiliate-modal.phtml',0,' (m´³2ä÷ÁÚ’d',' (m´³2ä÷ÁÚ’d','ŸYWeë®çRD#Ç‹ÏÈd™;>‹2Øðû\Z’','',0,'?'),('ÂpÉàF6Úý³4Ð','wp-content/plugins/thrive-leads/thrive-dashboard/templates/backbone/modal-loader.phtml',0,'AøSWæ^¥âAGÆ˜Ü«','AøSWæ^¥âAGÆ˜Ü«','Û½²©`µ—¨IÒ<Rhëën–añ\'	‘,º­\"‰1Í','',0,'?'),('dúœòí\rÿÀÖpMT´Ä','wp-content/plugins/thrive-leads/thrive-dashboard/templates/backbone/page-loader.phtml',0,'ö—BþnèPó6$J$JÉ¡¿','ö—BþnèPó6$J$JÉ¡¿','LðÉ|Ê…ËÕ‹GÓ‰%©1•,ù0=Ï‹qäNÂ	','',0,'?'),('®ZÊÑ×½ têÖi¦o','wp-content/plugins/thrive-leads/thrive-dashboard/templates/backbone/support-token.phtml',0,'./kÉ\'Øe¤ò¨¶\0ó4','./kÉ\'Øe¤ò¨¶\0ó4','‹ƒË»ã–µFD\"BNyŠHÔ˜[<‚ŠoÈAz','',0,'?'),('ñ\0]‰†zøÒM£±$ë·€','wp-content/plugins/thrive-leads/thrive-dashboard/templates/header.phtml',0,'²@ÿõç1Lw#Ê\\n','²@ÿõç1Lw#Ê\\n','ð¾ìÛd‚¼î÷‹ùà¿U¦z”É]ŸØ*)9 8Áp({','',0,'?'),('ìkÖcŠ\Z&IÛt1’—','wp-content/plugins/thrive-leads/thrive-dashboard/templates/product/activated.phtml',0,'É{=z¢>nBe]£úfýTT','É{=z¢>nBe]£úfýTT','‚Œ$×&JBÂNŒ¬µÑä½{Só˜(ìõYðÕ9G[Ž','',0,'?'),('	FŽ‰ˆ\'°ˆrb1ÙÅ','wp-content/plugins/thrive-leads/thrive-dashboard/templates/product/error.phtml',0,'¯…ñš¶F‚Í\nÉ3ˆ.´á','¯…ñš¶F‚Í\nÉ3ˆ.´á','ñ¾Í$§¬Ã’‰eíÀx|¦›[çl“ªY1!T€ÍÉv','',0,'?'),('hÚgÅ¨q7‘ÝE+ŒØÛ,','wp-content/plugins/thrive-leads/thrive-dashboard/templates/product/inactive.phtml',0,'Ç{È&á‰\Zâ/-0EA','Ç{È&á‰\Zâ/-0EA','cóçšñ2lâøj‘®¾	F4cò”ËÑ³kì³\n_P','',0,'?'),('&7òëAþúûqëƒN|','wp-content/plugins/thrive-leads/thrive-dashboard/templates/sections/dashboard.phtml',0,'7²sV4SŽã{¦OnF=','7²sV4SŽã{¦OnF=','‹/š÷Ávh2ªAQ”¥¡n+ÓJX€ÒR\rw§Dì','',0,'?'),('œøcó¨}¹•T‘e','wp-content/plugins/thrive-leads/thrive-dashboard/templates/sections/license_manager.phtml',0,';SpÔ(ä_äþæ·¡',';SpÔ(ä_äþæ·¡','§SÙ;¡Ô™ ­N|àkï%MgÆ_ÈÐ1TA tçéX\Zç','',0,'?'),('dü…\'‡^6)“\"p','wp-content/plugins/thrive-leads/thrive-dashboard/templates/settings/general_settings.phtml',0,'%qµ\0ŠÀw\r¦²‘æŒ','%qµ\0ŠÀw\r¦²‘æŒ','óÜä¨ÌPÖc¼Àû\\(š…kL6šM°æ–?éË','',0,'?'),('¹\ZPu>K\\+Îª2f—²','wp-content/plugins/thrive-leads/thrive-dashboard/templates/settings/reset.phtml',0,'÷`n”ãë:T,r’H\0F','÷`n”ãë:T,r’H\0F','Ÿß­xñaÐ\\ï\rÊ¦‰Äj<û£AAÁ9ƒè½\rb','',0,'?'),('o§€±XÃ„8.à|Hîë','wp-content/plugins/thrive-leads/thrive-dashboard/templates/settings/text_setting_row.phtml',0,'½˜ã’xò8ãŽ\\','½˜ã’xò8ãŽ\\','Ù¾ù†Ü›Üe×kž—~TlŒÊÐ3c#ö+\r\'ÆX½;','',0,'?'),('£Òb ñ\'”ŸG,„†jG','wp-content/plugins/thrive-leads/thrive-dashboard/templates/share.phtml',0,'a	.üH}ÇÏ\Z¶”ÃÁ','a	.üH}ÇÏ\Z¶”ÃÁ','Ó>Åñ*Fæ@S€$\\wƒã½R´À‚òØ—ÞXs”¤÷','',0,'?'),('û¯…VwD?ß‡›V»\'9','wp-content/plugins/thrive-leads/thrive-dashboard/templates/ui.phtml',0,'Û¾;%TaÃJÄ_ø(×|','Û¾;%TaÃJÄ_ø(×|','cr€oÃ7˜hÚŸB£gÀó:Ñ:ÖxüÇ°ó’¤º6Ù','',0,'?'),('ºI†6$ß8 ‰dÁómÉìÛ','wp-content/plugins/thrive-leads/thrive-dashboard/thrive-dashboard.php',0,'#>x,\0j>7÷ÕªtÿeZ','#>x,\0j>7÷ÕªtÿeZ','„ŒYL›„ &÷–Ä\Z\ZÆ¥ørÜÜ}bHîïV,bF»','',0,'?'),('ò)žàG±ržÉò?q½K£','wp-content/plugins/thrive-leads/thrive-dashboard/version.php',0,'yWrj;­4‰Š@•¢›','yWrj;­4‰Š@•¢›','Ÿ ›‰‰äz¬°¬®{d‡Ñ)‹mß×	>ÉXçðÝöŠç-','',0,'?'),('ÃÐ»=/2Ær²lˆúq$Û','wp-content/plugins/thrive-leads/thrive-leads.php',0,'Ê¥Õì«\'\\ú6¼!\Z¬°oï','Ê¥Õì«\'\\ú6¼!\Z¬°oï','é-]»sâdã_¨ýÁ¯Ng¦\rDàxVt9,¬á','',0,'?'),('¤Ä?b-ßÐ.zŒCj¢î','wp-content/plugins/thrive-ovation/admin/css/font/tvo-icons.svg',0,'vüU‚¦×Â{T‡ÊŸ‰','vüU‚¦×Â{T‡ÊŸ‰','š—{ÏBÏ.+Á`è%¯²PCN4f…¬;¤Ñ','',0,'?'),('˜ìöùá{ª*Yå¶~¡MÏŠ','wp-content/plugins/thrive-ovation/admin/functions.php',0,'•¸sØT9Å»ÀœõB[=Õ','•¸sØT9Å»ÀœõB[=Õ','{í_’WA#Ü~‰Äõ‚rÉÙ…­âÜ ¨÷ìÚ>r\r§','',0,'?'),('Áè‚O­@n5ò¾¢º[¦','wp-content/plugins/thrive-ovation/admin/i18n.php',0,'I(È®·ZSúÆÅÍ','I(È®·ZSúÆÅÍ','HFf¶ãKÊ&n0\Z<„„Êú¡q–~·à£¬YÔe,','',0,'?'),('cuP`†½ÐñxÒ8?hvÎ','wp-content/plugins/thrive-ovation/admin/js/_utils.js',0,'e²Ë3‹ßÎÓ?ì¢·`Ž','e²Ë3‹ßÎÓ?ì¢·`Ž','åÀ	ihØl0°¶ÛtÑ×ºÐL&!~F”É÷„Z‹<y¾','',0,'?'),('•2S¿åÒ&Zà˜#jj×','wp-content/plugins/thrive-ovation/admin/js/admin.js',0,'a}Lãžc©&ŠgìwúG','a}Lãžc©&ŠgìwúG','`ÖïnOM•>…¿ä}ñwÃ*«5ÚŽÖïöUG }','',0,'?'),('Ì\Z¯¶ƒ‰iN_2(\n','wp-content/plugins/thrive-ovation/admin/js/admin.min.js',0,'f™ê/Å ?Ùgè;¦}‹­','f™ê/Å ?Ùgè;¦}‹­','ŽA\\9»\r	£<òòS×3¬š³NƒÎsç„£YýÙœ|¶','',0,'?'),('+ªfÂIm4ü¡\0h3Ëí','wp-content/plugins/thrive-ovation/admin/js/comments.js',0,'P0ÆÅÇk·KX;è0 ‚ ','P0ÆÅÇk·KX;è0 ‚ ','ƒ2‘„.`ÙÃ{FØ«+rcèZtëâÃYŠÀ`Tð8','',0,'?'),('c”×í–Ž×vß<Ê?\"E','wp-content/plugins/thrive-ovation/admin/js/dashboard/models.js',0,'€ŒMso—·–.&›4úÌ','€ŒMso—·–.&›4úÌ','R­m”]xÜ<´3×ßè‡rDìÕe´KÍSšzèåŒ','',0,'?'),('bÅ`7ÇåÅ²‰°Y¹WyÖ','wp-content/plugins/thrive-ovation/admin/js/dashboard/routes.js',0,'”X±€UwEPP°ö4YË','”X±€UwEPP°ö4YË','Á!5&âÆQ†çV–v`gK—·¨·\nºzx“m±ý','',0,'?'),('î¥oèõ—MŸ†ð&ÜÝ[[ç','wp-content/plugins/thrive-ovation/admin/js/dashboard/views.js',0,'h-]cÝ&±	ùéC','h-]cÝ&±	ùéC','JÉÈµ»7îqcÿ[/z@À/Såyé¬0áúw','',0,'?'),('Ë:šÑ½çöoÙõ\'\'|3','wp-content/plugins/thrive-ovation/admin/js/global.js',0,'KGßÀuÅóUø½B\"£4','KGßÀuÅóUø½B\"£4',']§|Ñ8é\\}ª7Ç÷bÖ‚ôû:çººŒzRïØ1n \\','',0,'?'),('P«ª+ÎæÖ!fË©·¸','wp-content/plugins/thrive-ovation/admin/js/libs/leanmodal.js',0,'þ¢áç‹®ø‰‰½xíööW?','þ¢áç‹®ø‰‰½xíööW?','%´†‹ÞqÎX\rÝì÷ï˜&0yãŠïÉVHq`³˜†©','',0,'?'),('ìu]dî´em“¹	FH†','wp-content/plugins/thrive-ovation/admin/js/libs/leanmodal.min.js',0,'xŸþÌpéòL6[¤[:ž','xŸþÌpéòL6[¤[:ž','\"Ž³Bu<y¹Ð?³N¯eŽ¿Ót=á~8–‰)ú','',0,'?'),('™º4á>¾PÖ;æ€¢s3','wp-content/plugins/thrive-ovation/admin/js/libs/tooltip.js',0,' á¯ã‚¨œÏÏr+¸ëßí',' á¯ã‚¨œÏÏr+¸ëßí','DÚmDÆËe1±¼µ(ÚÎû¤2í4/’gž¨i»ýS/kE','',0,'?'),('TºÌWRÑ„L.ýuKA™²','wp-content/plugins/thrive-ovation/admin/js/libs/tooltip.min.js',0,' á¯ã‚¨œÏÏr+¸ëßí',' á¯ã‚¨œÏÏr+¸ëßí','DÚmDÆËe1±¼µ(ÚÎû¤2í4/’gž¨i»ýS/kE','',0,'?'),('ÚxYCLàm\r€êš','wp-content/plugins/thrive-ovation/admin/js/libs/velocity.js',0,'}Fª>3Õª4ç\\Yð;','}Fª>3Õª4ç\\Yð;','Ð”=QŠ«ÐD|¼Sw×Bà>\'¶¯!ê¨(êDBB„Šw','',0,'?'),('jõ“2{¨Ql6dìÄã.','wp-content/plugins/thrive-ovation/admin/js/libs/velocity.min.js',0,'}Fª>3Õª4ç\\Yð;','}Fª>3Õª4ç\\Yð;','Ð”=QŠ«ÐD|¼Sw×Bà>\'¶¯!ê¨(êDBB„Šw','',0,'?'),('.â²\\Â8tÓ ÷„','wp-content/plugins/thrive-ovation/admin/js/modal_comment_edit.js',0,'±©øæ<ú‡)k™\'­£	','±©øæ<ú‡)k™\'­£	','Ç^©ót~£¹~{|ÑÇâƒP…ˆ\"§wx—â«¢·‚&','',0,'?'),('g¤<\Zö\naèI\0Ÿ´ïÏU¹','wp-content/plugins/thrive-ovation/admin/js/velocity_functions.js',0,'G‡)„ØÈSü/®ŽÿCµä','G‡)„ØÈSü/®ŽÿCµä','!k&)û©åè`2tâ»¾™¨ÞG£)ÍÛ]\r.q«G','',0,'?'),('þÝYÔ~¦Þæ÷4WiT','wp-content/plugins/thrive-ovation/admin/start.php',0,'®’ŠôÂ´yb4åßÂöPÖ','®’ŠôÂ´yb4åßÂöPÖ','úû=:þi¹ŽÍÞ©P‰)ß÷â&G\Z¢ò}lb0=','',0,'?'),('Ö•Áõ-\"{J¾yêFÉß*1','wp-content/plugins/thrive-ovation/admin/views/comments/comment-column-value.php',0,'ƒÁíþ®ºÁk£÷ÖO˜@','ƒÁíþ®ºÁk£÷ÖO˜@','Ý½Û…ƒ`Þƒ†\rV}^»ì®ZF›JVu¿Üº`¿','',0,'?'),('ú¨øclã»æÂDÿà¶Ñ','wp-content/plugins/thrive-ovation/admin/views/comments/modal-comment-edit.php',0,'ûg‘£%<ZyÖ`…àç@','ûg‘£%<ZyÖ`…àç@','Ñ–÷”÷¥Š9K®Ô0´H¥¦øŽ”eµüÃN‚i','',0,'?'),('^Ž¼nâaÍÈ³I#','wp-content/plugins/thrive-ovation/admin/views/comments/modal-iframe.php',0,'Õ5‚§®Q^fø}(ùõP¾Ú','Õ5‚§®Q^fø}(ùõP¾Ú','³t9+*_­gD{œÝ¼3ñÀW”>ÊHw¹IL¬s\n…f','',0,'?'),('½ð‚õŸêŸ±îHûã”±u','wp-content/plugins/thrive-ovation/admin/views/dashboard.php',0,'¥5ˆáOÙ[·lNÒÊDŽ','¥5ˆáOÙ[·lNÒÊDŽ','/ƒKoªï‰e³{†ìˆFZ}kl¹SŽlGáTy','',0,'?'),('›,¯“0‰\n‚€ÌqõE‡X','wp-content/plugins/thrive-ovation/admin/views/license_inactive.php',0,'lœˆÇùÒ‡Ÿ4‡mr','lœˆÇùÒ‡Ÿ4‡mr','®÷ôå™ŸPšËû|Ù#i{s™Á\nªxxê¿Õ6Ó/>§','',0,'?'),('—e†We)NŠÖœ;ÿcì','wp-content/plugins/thrive-ovation/admin/views/menu.php',0,'ô}Ê£ÚŽÙ¡(o=W5','ô}Ê£ÚŽÙ¡(o=W5','jG n\\Ø\03å¹0f)„ÿj~*=×\ZAptÿb','',0,'?'),('ß8¯à´WÝ;4§\\¹\núÕ','wp-content/plugins/thrive-ovation/admin/views/template/api-connections/add-api-connection.phtml',0,'<Ã0wÏA>mõê¿-76','<Ã0wÏA>mõê¿-76','BÞ€}É0ÏÊ\Z\"ž†0œó7Eî IPù\Zx€(Ç\n','',0,'?'),('Z9J×ýö)ÃÈ<Eø4','wp-content/plugins/thrive-ovation/admin/views/template/api-connections/connections.phtml',0,'mcS¦ÅŽeÅ\n\\\0îçÀÉ','mcS¦ÅŽeÅ\n\\\0îçÀÉ','L£â)¹Ï5ð¯å¤{#k€¿çC.áòW263Xž<sb:','',0,'?'),('‹\Z·,WôÀò»EXS½ ','wp-content/plugins/thrive-ovation/admin/views/template/api-connections/selector.phtml',0,'Îˆü™Šš´\"6©è¤¥','Îˆü™Šš´\"6©è¤¥','D½UxÓP½ÿþ\'èÇf)7Q!ªû¯²qIá_b','',0,'?'),('Ûù‚€à 0üeðÒ\';','wp-content/plugins/thrive-ovation/admin/views/template/dashboard/breadcrumb-item.phtml',0,'T›<_g§€!¶§:¢Vw','T›<_g§€!¶§:¢Vw','GN:†-¹;ì&³jHo -`’û!”g•˜Á)ŸÍà‡','',0,'?'),('ÿ4]üVâ\"ö3w','wp-content/plugins/thrive-ovation/admin/views/template/email/configure-email.phtml',0,'iN0ÀÔÅ¿7G&Šë^gµ\"','iN0ÀÔÅ¿7G&Šë^gµ\"','f^YYšIø\"A\\fs)`ÍÈÊ(GpŠ Ó0Ê€HïiÔ','',0,'?'),('Ÿ[Sy¯¬µ?×S%ü¸N.','wp-content/plugins/thrive-ovation/admin/views/template/email/configure-landing-page.phtml',0,'Cm^6Z19×¹öÌ','Cm^6Z19×¹öÌ','Óûé-¼°ãê @	¨Š¿óÞ¦ ±Ô–Åîg^®¹Îú','',0,'?'),('PÕÁ¶:äQ³Ó…ø1†%“','wp-content/plugins/thrive-ovation/admin/views/template/email/confirm-send-email.phtml',0,'Pá·\Z°¦éU:Ÿc-½ÿ','Pá·\Z°¦éU:Ÿc-½ÿ','Q‰ë·»U˜\'¶ð€I¶óF¼úŠÔ±Q×)e®žOÁ','',0,'?'),('é\ZÅÙã\\•îgædMq¾','wp-content/plugins/thrive-ovation/admin/views/template/pagination/no-results.phtml',0,'¿ÜhËÅ‚Á Ô­c²ŒN²','¿ÜhËÅ‚Á Ô­c²ŒN²','¯»`˜ÖàQ¹ï+-Ck\r«g6g,ƒZÑèÓ¡Ao','',0,'?'),('Ïÿ‰>Æb{oÆÁK‘€','wp-content/plugins/thrive-ovation/admin/views/template/pagination/post-view.phtml',0,'Ô\0Ê›Ž™œd=Ÿ„M6-','Ô\0Ê›Ž™œd=Ÿ„M6-','Ûv¦5Jœ	À·ÏÎÀÁMÏ^ÿeîLd\'#ôoJ±]á','',0,'?'),('ð†¶\n‹uäòÜ\neð¤','wp-content/plugins/thrive-ovation/admin/views/template/pagination/table-view.phtml',0,'ÍsJUM¤‚$èâJß','ÍsJUM¤‚$èâJß','¹«gY&èt*îD–BD†^	4&`Oáf_Ÿ“ÐŸ!\'','',0,'?'),('Ä(ÈjmOûqBã*9r','wp-content/plugins/thrive-ovation/admin/views/template/settings.phtml',0,'ø=Éc„‰€<ÏäjCàf;','ø=Éc„‰€<ÏäjCàf;','b51õƒ‡Ü<ƒÇ9¢`rÙ`k¶½Ï)HUµo<AX','',0,'?'),('nmx8„\'Lð¾ÕÇŒRxÔ','wp-content/plugins/thrive-ovation/admin/views/template/shortcodes/delete-shortcode.phtml',0,'³Mf–¯ìo	ðWrAóà\'','³Mf–¯ìo	ðWrAóà\'','8 ‡ã8:\'œ¿Â`d€¶ñ÷8uÊµ¤üµSÍ¬Âå','',0,'?'),('J•Ì¼xÐŸÅé½[0…¤','wp-content/plugins/thrive-ovation/admin/views/template/shortcodes/list.phtml',0,'×¤3utŸwNJŸx\rR','×¤3utŸwNJŸx\rR','ÂS@‡ˆ‚™›Æ~¯S4sêºBú$õ£_W|@lã‰þ','',0,'?'),('ª@8¢33+\'\0YôSNH4*','wp-content/plugins/thrive-ovation/admin/views/template/shortcodes/shortcode-modal.phtml',0,'¯;ú\"óz¿{éÀzù7','¯;ú\"óz¿{éÀzù7','ZlU®PÏÓÛ¶ûÇã£VçC˜›Z/Mq>DÜL–l\'','',0,'?'),('©ð›±U4ZÅþ`¤‚ÈW','wp-content/plugins/thrive-ovation/admin/views/template/shortcodes/shortcode.phtml',0,'~æy>§$ÏeÚvaÅ_M€','~æy>§$ÏeÚvaÅ_M€','¬^O+JÁëÉ/lÈ‘´\røÌð´_94¯ý§mC{iLÇ·','',0,'?'),('m-Û™æ}+=`?Khp','wp-content/plugins/thrive-ovation/admin/views/template/social-media/no-social-media.phtml',0,'™e<âQ~û6\'zÜ)2','™e<âQ~û6\'zÜ)2','\0B<þ\',Ÿ2jÇ7n}Ä—ë¹ðêsŸìÚ™°A\0û','',0,'?'),('D›~–‰(”¯„ùvv³D','wp-content/plugins/thrive-ovation/admin/views/template/social-media/social-media-import.phtml',0,'&ËcÅ›íÏ‹HŽMª];','&ËcÅ›íÏ‹HŽMª];','ægì“8ØˆÕ\'ß2-1.:GÞáýaéÃ™‘˜QXŒ5','',0,'?'),('\\@ó‘©îmCø|…','wp-content/plugins/thrive-ovation/admin/views/template/testimonials/activity-log-entry.phtml',0,'sõÄéPÛ\nB$Õ{å	H\ZD','sõÄéPÛ\nB$Õ{å	H\ZD','wœDcígpõ¡WÞ+ÍÔ‘ÅíVÆL‘¦ùE¯®gº1','',0,'?'),('Ù•×DÞsAp£ªŠW®¬M','wp-content/plugins/thrive-ovation/admin/views/template/testimonials/activity-log-extension.phtml',0,'}üSþdí†qƒÌ\raL','}üSþdí†qƒÌ\raL','NÌðù´(·ÒÛçÝöjÂ°3DFQ9â˜\0|Ò:dÓ¹','',0,'?'),('k\ZM\0:²ÚNTÖlá','wp-content/plugins/thrive-ovation/admin/views/template/testimonials/base.phtml',0,'Mzœ(Ï>Õ†æC§Z6','Mzœ(Ï>Õ†æC§Z6','AÕ\0¸I·f¥?FY.†|”Ä®š‰nü¨§ÉrÉï','',0,'?'),('Ñ­ieo}Ë¤#(¥)’np/','wp-content/plugins/thrive-ovation/admin/views/template/testimonials/item.phtml',0,'S¹‘0ïÀá|7½Zž6','S¹‘0ïÀá|7½Zž6','/Ö`‡;h.B¤gÜÀÿèþDHzVyHuÜúˆ®‘+y','',0,'?'),('4…NÈH/îÉ½Èeþ]»{','wp-content/plugins/thrive-ovation/admin/views/template/testimonials/list.phtml',0,'OÌÄ6‡\"ÏÍZä–KËÎ','OÌÄ6‡\"ÏÍZä–KËÎ','\rýëë‘ÍšmEÊ5Ðb¼‚ŒÓ…ž~nù¥ÇbŠUœ°','',0,'?'),('x•WÇú}m†9•Œa','wp-content/plugins/thrive-ovation/admin/views/template/testimonials/social-import.phtml',0,'{È>®*ÝþÕ§=5à','{È>®*ÝþÕ§=5à','Cùý²è÷ÍàU¿7ü·Œ¶d †+ŸägSdåu¢>*','',0,'?'),('Š5”åZ‘‚»IK;ÕD','wp-content/plugins/thrive-ovation/admin/views/template/testimonials/tag-item.phtml',0,'6”6Ä‡m³Ö&\ZHÏÇ','6”6Ä‡m³Ö&\ZHÏÇ',';ô4ýÉ˜#¡ƒÀ\n9O„Z™¡úêaöØÐk7îg[','',0,'?'),('–nø²ƒ,þöi§&z±öû','wp-content/plugins/thrive-ovation/admin/views/template/testimonials/testimonial-modal.phtml',0,'g&J<®¶Ùs>L\0;i€mm','g&J<®¶Ùs>L\0;i€mm','íW\Zær½š•Wf¯Ñ¨v%‹§›œ~šÃ?©ôC¤\nîÍ','',0,'?'),('œæU#º+é†‚àäÒíõ.','wp-content/plugins/thrive-ovation/admin/views/template/testimonials/testimonial.phtml',0,'/7Å˜ölH\'º›=Á~','/7Å˜ölH\'º›=Á~','¯\\”{§ìþ>0ÆºÅX¸F <ÀT-X˜	í\rN»sè','',0,'?'),('N°òã÷î\0IíE¿Æ','wp-content/plugins/thrive-ovation/admin/views/template/textedit.phtml',0,'Ô‚Û}âÛº#e¾ìÙŠ','Ô‚Û}âÛº#e¾ìÙŠ','p»<ÃÙ$e¿Ô+ízwœ«ùn® »vƒÉŽ„','',0,'?'),('O[Ô²íþ¾X$öúcÓC','wp-content/plugins/thrive-ovation/constants.php',0,'£¡)u~ÖéÔu4âìí','£¡)u~ÖéÔu4âìí','¦cÛ‰/!¡uf‹ÁQ0–9·ÝËMÎÀQcc—üäîœ','',0,'?'),('ß_oò=Hâ†5Šßƒ£1œ','wp-content/plugins/thrive-ovation/inc/classes/class-tvo-db.php',0,'+ƒÚˆÓw¸Ì‘†ãn’','+ƒÚˆÓw¸Ì‘†ãn’','øÃÈ¾…SR:¿o-ÉÇ•±×Fÿ¦SJÁm®?èr÷û-','',0,'?'),('+Â*œÔY\0ÖOµ|ÊfË','wp-content/plugins/thrive-ovation/inc/classes/class-tvo-privacy.php',0,'Jj÷ùÏo‰ŽÄA¸ØÍŽ¤','Jj÷ùÏo‰ŽÄA¸ØÍŽ¤','¸¹phfµ\"PR¸b\"ýpCÇ¡+<$9”B?.rœâuŒ','',0,'?'),('€P«ƒœÞ©z…Ü7ºßA','wp-content/plugins/thrive-ovation/inc/classes/class-tvo-product.php',0,'£Eƒyù4÷¥Ý—õfèÙ™ý','£Eƒyù4÷¥Ý—õfèÙ™ý','Õc¾3r-ÕÃ!WBWAv4‚¯ãšç\'«k³á','',0,'?'),('Ø{×zãôG±tF2Õ¦ü^','wp-content/plugins/thrive-ovation/inc/classes/class-tvo-rest-controller.php',0,'Öîª§Ïë†èYåðã\ZA','Öîª§Ïë†èYåðã\ZA','Œ²ru<\'W³ÞeaÇöékpO3î4pBßû®×¹q\rGß','',0,'?'),(';Ý¦‰}êÈÜï’Ö¿','wp-content/plugins/thrive-ovation/inc/classes/endpoints/class-tvo-rest-comments-controller.php',0,'+­u…]÷ç?mÝ‹ÜÚR˜','+­u…]÷ç?mÝ‹ÜÚR˜','š¢)´»ˆªëz ¸ùnÔ2Ý¡~wñO¼$,2\0','',0,'?'),('Ç_óG mû4=çI)úÀ','wp-content/plugins/thrive-ovation/inc/classes/endpoints/class-tvo-rest-filters-controller.php',0,'kÉW(äZá‘ãxÊh<N','kÉW(äZá‘ãxÊh<N','ãix¬òß\n<”Üõû+jÂ!ÀNHÚºªý,F¶ºu‚','',0,'?'),('M.½Ë>”¯ ’E„h„5ç','wp-content/plugins/thrive-ovation/inc/classes/endpoints/class-tvo-rest-post-meta-controller.php',0,'=k,¬jläôÎnÇÀú·','=k,¬jläôÎnÇÀú·','‘zÝÐ‰+5¦L\0¶Ž{²7N©£¸Ù¾ùÚOÏBsËÀl','',0,'?'),('\0²Æ†ç‚ßdþI¯åwO','wp-content/plugins/thrive-ovation/inc/classes/endpoints/class-tvo-rest-settings-controller.php',0,'ƒØZŒ )¥KøCþßŽLh','ƒØZŒ )¥KøCþßŽLh','T˜Aš£~ölùéR~ïåãLå›ùš·²·j','',0,'?'),('ÎC„¢Á»_aÕe•Ól;;p','wp-content/plugins/thrive-ovation/inc/classes/endpoints/class-tvo-rest-shortcodes-controller.php',0,'lËöáUânœsáŠˆ	','lËöáUânœsáŠˆ	','!øhr ¦¨ÛlÉBˆ:Í€€³ULØìžp±““‰¯ˆN','',0,'?'),('\"£h‘/UÌògŸši[','wp-content/plugins/thrive-ovation/inc/classes/endpoints/class-tvo-rest-social-media-controller.php',0,'pÁ¢sÎ©!ð\'‡‰\nX¡','pÁ¢sÎ©!ð\'‡‰\nX¡',':ŽŸ|kÛ8QÞÎŽ\00ŒÛåÅ°ÇBŒÌköš€¨j”','',0,'?'),('T7\n‚cFž×ËÂ=°HÛ\0;','wp-content/plugins/thrive-ovation/inc/classes/endpoints/class-tvo-rest-tags-controller.php',0,'Ö×§³ÈgÎ*­“Žá8ˆÈ','Ö×§³ÈgÎ*­“Žá8ˆÈ','Cl˜ƒ õ¾.–Hy„ŸOfÐ\Z˜Äd)Z2XTRÖb}Ÿ','',0,'?'),('\0 ¡“A•Ä­çl ³I','wp-content/plugins/thrive-ovation/inc/classes/endpoints/class-tvo-rest-testimonials-controller.php',0,'ó{\'?u¿Ê:lZã²ŠÑo','ó{\'?u¿Ê:lZã²ŠÑo','ÇøÊ N&µÏ<Zé‰`vy(52ïŠ?¡0‘†“','',0,'?'),('|›š`¼ÛÅÕ(²¨x²§','wp-content/plugins/thrive-ovation/inc/data.php',0,'å$r–9šTÿ\\%±$ñ‹','å$r–9šTÿ\\%±$ñ‹','½ƒ\r¹7ª‚Rå@Ê+ñ¶Ào.R+ýîÄ²úœ€„','',0,'?'),('žxR*!ü¾As	€0	½','wp-content/plugins/thrive-ovation/inc/functions.php',0,'ñÑ¸ˆá2Žš¢GU$,','ñÑ¸ˆá2Žš¢GU$,','Ù8Ì+)ÎcA†ãV5Ë,{lS¨eL#€²:oA¡ª','',0,'?'),('¿‚Èpš\0ó*3‡dLûÜy','wp-content/plugins/thrive-ovation/inc/helpers.php',0,'¥ªÔœº/²E¥´Jv','¥ªÔœº/²E¥´Jv','Š;è^ËZÿAšØâPÞp\r0•¨°xE¨ÞñÈ¦','',0,'?'),('Sp®•¹ëøaÓéÑu)—š)','wp-content/plugins/thrive-ovation/inc/hooks.php',0,'FÜë¡ôÚ¸0]Ÿ~\\µ1­','FÜë¡ôÚ¸0]Ÿ~\\µ1­','R\"×ŠEºQª£r†=—¡™ü3žM	8x°Yj¬','',0,'?'),('åoç?\n¢C1g6\r†H„','wp-content/plugins/thrive-ovation/init/database/class-tvo-database-manager.php',0,'Òu™Í(­å	á{t+Æ\\','Òu™Í(­å	á{t+Æ\\','Ëá+únx‘-¹£I”ª£¶•)Áb\Z‰…)ÿ¼÷,R','',0,'?'),('£®—ÛÞ·¯B¾[ß wIñ','wp-content/plugins/thrive-ovation/init/database/index.php',0,'	à“„~Cµü‚[°bKj','	à“„~Cµü‚[°bKj','ÿ~4¨ÐÆEü+½àº£ŽFFc°«·~«oîI&ƒÃ','',0,'?'),('=›fâh„\ZòlHI÷T#•','wp-content/plugins/thrive-ovation/init/database/migrations/install-1.0.php',0,'„õn¨ÍÀ&WP;WY\ZiöÇ','„õn¨ÍÀ&WP;WY\ZiöÇ','¿VkEâLö¸á´ù†QR\"ðÅüö”t[ÕhýŒF0mZ','',0,'?'),('Žµå—F;¹\\__¨Ìî1','wp-content/plugins/thrive-ovation/start.php',0,'/Ø7½†|\0¹|¡Bäí²Q','/Ø7½†|\0¹|¡Bäí²Q','^Ááº°°ÞZô†u³õDîJMaÝEÈîÛUÆV','',0,'?'),('zùD0$pÆÐp:BèÖ','wp-content/plugins/thrive-ovation/tcb-bridge/classes/class-tcb-capture-testimonials-element.php',0,'%ú\\¤…\ZtZmFÊ¨|','%ú\\¤…\ZtZmFÊ¨|','f/6ÔË&m?¬k-\"/©Á†ñ•1xÉl¨gŽË','',0,'?'),('î\"?F­‹:DÏ}„½Û´`','wp-content/plugins/thrive-ovation/tcb-bridge/classes/class-tcb-display-testimonials-element.php',0,'Tö’4”E\"¿b?§G‚','Tö’4”E\"¿b?§G‚','	ºÙ[úVÏÉÐèPåƒÝ\0@\"è!+Òy·8×ÌÑ','',0,'?'),('ù#¥¾1I¢ƒ¢býöäA','wp-content/plugins/thrive-ovation/tcb-bridge/css/fonts/tvo-frontend-icons.svg',0,'-GU»È¼.õTõi.','-GU»È¼.õTõi.','Ê71@Fò{›Qñ†›Â›p=Ù©¬S\0Uâ','',0,'?'),('¾ážh{t‹‘ùK7p„^¸','wp-content/plugins/thrive-ovation/tcb-bridge/frontend/js/forms.min.js',0,'ƒKOV‹#W«w9Þ`ä','ƒKOV‹#W«w9Þ`ä','Œó¢$a.ù¹	I¹€é©Ä×Ö0p÷²·ã¶–Ü&¼ß¢','',0,'?'),('Q´oœýwOiŒ¾®#SŒ¯','wp-content/plugins/thrive-ovation/tcb-bridge/frontend/js/frontend.min.js',0,'4¬‘—âd›*Xã¬œ±À','4¬‘—âd›*Xã¬œ±À','*‘ûÒ+käÍ?h%´ÔAÚ–$yxG€VX]ü','',0,'?'),('µ«k±ÿ2N©?\\I²Ãçk','wp-content/plugins/thrive-ovation/tcb-bridge/frontend/js/libs/leanModal.js',0,'½@Å~=—ˆuÇz­EXˆ','½@Å~=—ˆuÇz­EXˆ','>ßª›ÑníkàúÌÅ˜Û¾a”VÏ…ß0=f }ý','',0,'?'),('ªšZrq‚8Ü*?…L`©:]','wp-content/plugins/thrive-ovation/tcb-bridge/frontend/js/libs/velocity.js',0,'}Fª>3Õª4ç\\Yð;','}Fª>3Õª4ç\\Yð;','Ð”=QŠ«ÐD|¼Sw×Bà>\'¶¯!ê¨(êDBB„Šw','',0,'?'),('\rt\\Kz¥}Ø	ÿµDG¼','wp-content/plugins/thrive-ovation/tcb-bridge/frontend/views/menu/capture-testimonial.php',0,'{Ytvž]¡:ûŒ„úËÝ','{Ytvž]¡:ûŒ„úËÝ','Ó@ÑW¡ŽX­(‚ÃçnÎu4dÂz£Á{ôõÌ`ÇÎ','',0,'?'),('­›1¢\"läÛÃ`ØOxøõ','wp-content/plugins/thrive-ovation/tcb-bridge/frontend/views/menu/display-testimonial.php',0,'S¾Õ4òŸ™Üö±:pÑf','S¾Õ4òŸ™Üö±:pÑf','×$¤Ï\rj‹ô,!Ô\Z¤\"W´ëL!.T·Dèêº,û\"X','',0,'?'),('LüÎƒ‰ZJ ~Åê£’³','wp-content/plugins/thrive-ovation/tcb-bridge/frontend/views/no-access.php',0,'“ƒlOqÇäo¶8µ@h(°','“ƒlOqÇäo¶8µ@h(°','I%lÊvŒGîTÈ5³J9Ä9jYp‘YÁ1&“ Mœ','',0,'?'),('È™r´•¨zßQß¶¾îÏ¨{','wp-content/plugins/thrive-ovation/tcb-bridge/frontend/views/preloader.php',0,'Þ-ot~þ(ˆF¢=‚^á','Þ-ot~þ(ˆF¢=‚^á','±@Ç6‡¸½OêÞS;éŽÏÏžÛÊ©Ÿki*WH(0Å','',0,'?'),('b)êÇ¬<.°	“¢ÊÎd','wp-content/plugins/thrive-ovation/tcb-bridge/functions.php',0,':.õ”H©-M(¨A~èü',':.õ”H©-M(¨A~èü','‰d\nå’+ìÁáØ*ÛÁQÎEÒö0£¯¬Ù÷f·½û^','',0,'?'),('Xªz’ P–.Ù3¡ùkN0','wp-content/plugins/thrive-ovation/tcb-bridge/hooks.php',0,'ô…—Cth=ü\'`Äm','ô…—Cth=ü\'`Äm','Tí’•jŸ>¹ÚÏ1Ë6ÍRœ`’;íWq×cc¹','',0,'?'),('é¡Åe£1 s”÷àÃ´¿þ','wp-content/plugins/thrive-ovation/tcb-bridge/js/editor.js',0,'IÔr3Á,X\r©_1s7Íª','IÔr3Á,X\r©_1s7Íª','p}Û Hé¾Ç\rÎíM‡¬4ý¢…_Ë!¤ªo†^‘L','',0,'?'),('kå^ç9º|Ÿ:6×Ð½¤¶','wp-content/plugins/thrive-ovation/tcb-bridge/js/libs/select2.js',0,'¦è—„â-öÞ Â‚7a\rÅ','¦è—„â-öÞ Â‚7a\rÅ','8n=¿Y‘@9Ë4Rçÿ3öxð9›–3\0e­€q21ÞÛ÷','',0,'?'),('\nÉÇ:—³{ÅåÞ<ÿÚ·','wp-content/plugins/thrive-ovation/tcb-bridge/js/libs/select2.min.js',0,'P‡ŸGÀ£\Zq”¨·K©åfg','P‡ŸGÀ£\Zq”¨·K©åfg','-X=q\0¬êÝÿK±Óõ2Dv½›Hs)ŠC?ÁÖ¥·ŽY~õ','',0,'?'),('øøÂ:d£µQ®5bLÉÈ‚','wp-content/plugins/thrive-ovation/tcb-bridge/js/libs/thrlider.min.js',0,'QìÊÐÎ*ðrâs9¦Ô¶','QìÊÐÎ*ðrâs9¦Ô¶','ûYŠ¬ÎO¬¹WýR\rpN)K˜Œ½Í¢\0ç0z\n¿o|=','',0,'?'),('©*èÏr»ŸuBåD¸u¡','wp-content/plugins/thrive-ovation/tcb-bridge/js/testimonials.js',0,'·évU§S+Â\Z­‰¡¬‘','·évU§S+Â\Z­‰¡¬‘','ÛB$Xüí\"e¾Ó%ÝÚ‘ï¸‡‡ÀL.ú3zJ¦Y','',0,'?'),('cÀ>t\\†GÆCEøËêf','wp-content/plugins/thrive-ovation/tcb-bridge/js/testimonials.min.js',0,'Ý÷´š`…¤rØbDÕÁ','Ý÷´š`…¤rØbDÕÁ','bg— i.ÿ\'=„¶q°o!màŠH?PÔ³>DäØðq®P','',0,'?'),('ïfÂÓ¹žn6j%•æTtB>','wp-content/plugins/thrive-ovation/tcb-bridge/templates/backbone/create-testimonial.phtml',0,'\\oîë\"Ð¸‘úÛ‡7sé„¤','\\oîë\"Ð¸‘úÛ‡7sé„¤','zÕz0/³§$ôuüÍ¼ILt~Eah|²qDw','',0,'?'),('ApÃc\Z wV¸_“,','wp-content/plugins/thrive-ovation/tcb-bridge/templates/backbone/display-options.phtml',0,'N‰é DwOl$­q~ufÜ','N‰é DwOl$­q~ufÜ','r\0˜]Có„r­!õz\'¾@³túp‰R`þ½:8a','',0,'?'),('Ðó\"\rRöü½Lçë\rÂ€é','wp-content/plugins/thrive-ovation/tcb-bridge/templates/backbone/new-question.phtml',0,'\r\Z ‡	;ï[Ó}ì‰ª[','\r\Z ‡	;ï[Ó}ì‰ª[','éÔ‘ÏÒ\ZçWÖ\\pÍ’þúõ‚Úm‘ZYHF¾û÷Â','',0,'?'),('ÇUo›å˜MF½ù•bÿ','wp-content/plugins/thrive-ovation/tcb-bridge/templates/backbone/pagination/no-results.phtml',0,'¿ÜhËÅ‚Á Ô­c²ŒN²','¿ÜhËÅ‚Á Ô­c²ŒN²','¯»`˜ÖàQ¹ï+-Ck\r«g6g,ƒZÑèÓ¡Ao','',0,'?'),('ÜÙñÔc¾¶ÿbÜ{˜','wp-content/plugins/thrive-ovation/tcb-bridge/templates/backbone/pagination/post-view.phtml',0,'ë@1C˜\\¼ü7~\nÀ˜','ë@1C˜\\¼ü7~\nÀ˜','>Ö‚@ýýb{‡Œ6_eu`*Œ@…®³ÝN¡_­','',0,'?'),('OG;nj|ír„­ùã+Ô','wp-content/plugins/thrive-ovation/tcb-bridge/templates/backbone/pre-select.phtml',0,'FàÜ	<¯]Å¤û1Kî=}	','FàÜ	<¯]Å¤û1Kî=}	','È”Z›Wí~ô¸N/ÊþOw°{ÜÛ’\Z™~È=®\0Ü`œ','',0,'?'),('„„ö3õf<¹jð÷ŽŠ','wp-content/plugins/thrive-ovation/tcb-bridge/templates/backbone/save-testimonials-list.phtml',0,'Æ§“æz‡læ+BšÌíÇ','Æ§“æz‡læ+BšÌíÇ','6.ÚÜe¡&Ð”•ÀmŽÉqÂí&¤í$@ŸB¥r^','',0,'?'),('ÒxÐ´‘î)þÕCûÍŒ¥','wp-content/plugins/thrive-ovation/tcb-bridge/templates/backbone/select-tags.phtml',0,'–‹˜ñû©7ê+8×™ßÕc=','–‹˜ñû©7ê+8×™ßÕc=','7jáÑë˜Z*¸æÏ¤¹;üO@ŠñFÃîX³zö§˜ý','',0,'?'),('Š\0OÔ®š5¼µ[H´’','wp-content/plugins/thrive-ovation/tcb-bridge/templates/backbone/select-testimonials.phtml',0,'N|ôzå1»ö«PÛÄÆôT','N|ôzå1»ö«PÛÄÆôT','Ù~à&2±N5Džæhiµs3t¼\0âNÙwêQ§ƒ\Z_','',0,'?'),('¡õ>WÇ‹=Dræˆ™ÓLñ,','wp-content/plugins/thrive-ovation/tcb-bridge/templates/backbone/shortcode-box.phtml',0,'ù!î‰¬å¶DNòl†','ù!î‰¬å¶DNòl†','ô’ÑO¿‰IÈùµŒ_èõÁ¤òÙ$Ý,§TeU1lÌ2¶','',0,'?'),('h€1ŸÎÙ‰|U5~¹','wp-content/plugins/thrive-ovation/tcb-bridge/templates/backbone/tag-item.phtml',0,'I:ÄÑ¾¨g€IJº±iÁ¤','I:ÄÑ¾¨g€IJº±iÁ¤','úfœÔ#?{GFÜßT]¬CKÄ¯‰êjÒe]4uZØ','',0,'?'),('Âýu§.ïfH]a0ÉÂ','wp-content/plugins/thrive-ovation/tcb-bridge/templates/backbone/testimonial-item.phtml',0,'YÑs@9‚üÇå±´t½î','YÑs@9‚üÇå±´t½î','=ÿ‹–‰XÐf\r¢¦P@®O§ÎeÏ]YŠ¼q','',0,'?'),('X{¥Œ}J³]a¼öb','wp-content/plugins/thrive-ovation/tcb-bridge/templates/backbone/testimonial-order.phtml',0,'nM 	Œwý·×¦ÐÓî','nM 	Œwý·×¦ÐÓî',';Ô?(žÔn•…’¹gw~«MÝœ¾éG¬Ø–X`ÕaM','',0,'?'),('\0…R+ª],nË¯xêØ9&','wp-content/plugins/thrive-ovation/tcb-bridge/templates/capture-form-settings-lightbox.php',0,'ÎtcF\nÞ­ñ\'»õ','ÎtcF\nÞ­ñ\'»õ','©%è‹ãrØÌ;1òI•tï“z9ACù8HÚs7','',0,'?'),('N‘^ÀëZÝ ¸…n–','wp-content/plugins/thrive-ovation/tcb-bridge/templates/capture-testimonial-templates-lightbox.php',0,'7¦Øp\08ƒº±uõ­^¥','7¦Øp\08ƒº±uõ­^¥','rúÃ=\Za•¾‡»ÔpÍ–©ÇÌÚ}6OßGñGK£','',0,'?'),('^1»”eÈ|7âŠh¡\'Nê','wp-content/plugins/thrive-ovation/tcb-bridge/templates/display-settings-lightbox.php',0,'p‡†Z¿h\rdMi·O=','p‡†Z¿h\rdMi·O=','I‘¨}ÿ´÷Þz›ÔïFýZ\nYSÑ«?ŒM]¹¦Á›','',0,'?'),('ÿ…xàÈk\\Kkš\r-','wp-content/plugins/thrive-ovation/tcb-bridge/templates/display-testimonial-templates-lightbox.php',0,'ZØ9bSßêd½§Å’Í','ZØ9bSßêd½§Å’Í','^\rH—)hÐ“Dù{Ê-6üòâ¹0½™ü|¬¬· /šÚe','',0,'?'),('ô¯5ýüÃ;Á…&MQç…ú','wp-content/plugins/thrive-ovation/tcb-bridge/templates/tcb-capture-element.php',0,'Ôèæ\n“ ‘<L&¢kuÊ¤`','Ôèæ\n“ ‘<L&¢kuÊ¤`','Q»\ZJxôo¸!Ãì³Z\\’Š€U¡ºÛnµ‚¨ÆÐRò‰','',0,'?'),('6\\RbnsÃëˆìIêÐ<','wp-content/plugins/thrive-ovation/tcb-bridge/templates/tcb-display-element.php',0,'$»XP^Ðª“òÔ7/º{=','$»XP^Ðª“òÔ7/º{=','¤º+	§Or[øÖ”Õ@Õ¸ü™øÌÑEÔZÑ\0úÒ\0+','',0,'?'),('¯We¥ )j.«,l[áSà','wp-content/plugins/thrive-ovation/tcb-bridge/templates/tcb-menu-capture.php',0,'ÞSOZ/p&Y)ÞS_','ÞSOZ/p&Y)ÞS_','þ.ÜØv?dÉT¤¢ÒûØC³ËZqÜMýŒdÿaû','',0,'?'),('¿¸lpI-Œÿ‡áïF','wp-content/plugins/thrive-ovation/tcb-bridge/templates/tcb-menu-display.php',0,'b7\r¼éF,/ë)ê…ÏÈ','b7\r¼éF,/ë)ê…ÏÈ','“º[;ÈÉµ\\Çlbš.ÐV{÷%	i\rm7RÁéõ“','',0,'?'),(':ùq·M:Îûæ+‚³\"','wp-content/plugins/thrive-ovation/templates/capture/config.php',0,'0²–\\F‹G·¿¦,Ï™Ï','0²–\\F‹G·¿¦,Ï™Ï','œ%†Ìz~?dÛ#šd*ƒ¢ækkÇ,6á(õ','',0,'?'),('°IÈAÓ€E &\0ï—,ù÷','wp-content/plugins/thrive-ovation/templates/capture/default-template.php',0,'”Þå­w”L<iš#«‹xð»','”Þå­w”L<iš#«‹xð»','$Ž³ì´#ñ9¼öö«¤”…Q7ÔÇþóä™]sm','',0,'?'),('I½lužžp’¹å;wkî\'','wp-content/plugins/thrive-ovation/templates/capture/picture.php',0,'tàÒbJ\Zë¬“n½','tàÒbJ\Zë¬“n½','pØ½¶ÿ\'-…ƒõiÑŒv%Â¬¡ˆâ’U]ÖùJž','',0,'?'),('3Ðú üÏ%	G\'˜qèÄ','wp-content/plugins/thrive-ovation/templates/capture/reCaptcha.php',0,'š|)4€–®zÛ18Â‚ˆ','š|)4€–®zÛ18Â‚ˆ','@ù+pÃáy‹#P.GÏwå¿¶õ¢Öe4ógø}î L^ƒ','',0,'?'),('Ú2¯O:yŸBÏ‹T1±ÒþB','wp-content/plugins/thrive-ovation/templates/capture/set1-template.php',0,'õ¾ ¡}>‰uˆ³83','õ¾ ¡}>‰uˆ³83','X5¤Àª(oSc¨yEêˆ0ú²ëªÇ:—Üó5ÐŠnÎNJ','',0,'?'),('Lîá@€gªëú\nÇ]','wp-content/plugins/thrive-ovation/templates/capture/set2-template.php',0,'*¿^kÁ6ëã‡EdØkÈ	','*¿^kÁ6ëã‡EdØkÈ	','i:ÐŸƒ\\r„}}d mäÅ­iSq\r5—™Uµ.âu8','',0,'?'),('B©XaÙZd6ã½«mÈ›','wp-content/plugins/thrive-ovation/templates/css/fonts/default-template/tvo-default-t-icons.svg',0,'íÚ]pØ:É¡í$¤òYj','íÚ]pØ:É¡í$¤òYj','sšþVEÎŠ{†þ !4\Z´m&˜‚2 hÓaówŸ','',0,'?'),(',XØ÷Ñw¼kýn »„ïÉ','wp-content/plugins/thrive-ovation/templates/css/fonts/set14-template/tvo-set14-t-icons.svg',0,'ÒSúú>ÄYÆþñ¦“ãŽ','ÒSúú>ÄYÆþñ¦“ãŽ','¼	”¢rD’õhê\r¥àmqSŽ	ntŒ~ƒ¹	¡dþ','',0,'?'),('š›îHo)<ØPùí+³','wp-content/plugins/thrive-ovation/templates/css/fonts/set18-template/tvo-set18-t-icons.svg',0,'…ØŠA™õn4áç¹-Ç','…ØŠA™õn4áç¹-Ç','¿ÝÄdib\nØÑØP2,é)«ÏQ\r…q#@Nx7È¿','',0,'?'),('‰Lõ^¬uº ;Å@e¬\\á','wp-content/plugins/thrive-ovation/templates/display/config.php',0,'2{{;í‚a¿#cÊ\"ä”\0','2{{;í‚a¿#cÊ\"ä”\0','Ä›f•0‘Æ›œŸý_tÑRÝ#êMMðA¯GöÛ+f','',0,'?'),('Ct•çÙ²¬ÉrVJ1¡`','wp-content/plugins/thrive-ovation/templates/display/grid/default-template-grid.php',0,'c³ö±++…Õ¨bOqNé','c³ö±++…Õ¨bOqNé','—o¦½!åwmî( á3N¥¢«„8µLÙ\Z^^Õ­Ö','',0,'?'),('/hL[\\J5ØÕˆ›3•$.','wp-content/plugins/thrive-ovation/templates/display/grid/set12-template-grid.php',0,'Ý\Z%1ÄÙ^Uº®Ž»Øï(','Ý\Z%1ÄÙ^Uº®Ž»Øï(','ø˜ÇÊpüÛ÷u‰Ä¥•V»WÖõG’gS	Áþ–Áº½¬Ì','',0,'?'),('°íËï(ç­×\n¦','wp-content/plugins/thrive-ovation/templates/display/grid/set13-template-grid.php',0,'ÐŠèB\0ôÆwŽ¢âþ','ÐŠèB\0ôÆwŽ¢âþ','	¯åß¼QâK`ÒbÅã»½ŽÍÅNIg7QºM0W','',0,'?'),('}0qÞ,R|7FÔüÏdß','wp-content/plugins/thrive-ovation/templates/display/grid/set14-template-grid.php',0,'ë€ÊM¯¡µhÇe-¢ðÇ','ë€ÊM¯¡µhÇe-¢ðÇ','á:êE«Lf—þý6CæB<ÒÍˆmL¢è„ež','',0,'?'),('Q‚mò²äý,º}Çš^ƒ8','wp-content/plugins/thrive-ovation/templates/display/grid/set15-template-grid.php',0,'ÁMm*Ê¨õ&\0éG','ÁMm*Ê¨õ&\0éG','³p·5’Ö§ßüŸÊDëô/4l?OóÚ÷ú„ y','',0,'?'),('v Kƒ0à9{ò:‚Ãn','wp-content/plugins/thrive-ovation/templates/display/grid/set16-template-grid.php',0,'òÞˆÍÊÃ«GO¡zibÈ','òÞˆÍÊÃ«GO¡zibÈ','ôîS>Ñ1ÄÓR…9?â9ÄHPä6ªƒ?KÜÃ6','',0,'?'),('0Ô;oŠ“îz!´°P­','wp-content/plugins/thrive-ovation/templates/display/grid/set2-template-grid.php',0,'ž¤Bcà%Åa–I2w÷tÜ','ž¤Bcà%Åa–I2w÷tÜ','k0†]_áMHÜ\'øì?®*6µdH­/a@¿ýó<ÝV0','',0,'?'),('S(ðf‚P„©rbôé¿_¾','wp-content/plugins/thrive-ovation/templates/display/grid/set3-template-grid.php',0,'Ý\0Ð$KwJlñèTWI;Ûç','Ý\0Ð$KwJlñèTWI;Ûç',']@{ð<°Ïaž™ÖñØÑo·¯ÝO5nxCô°RÓ','',0,'?'),('\npåxcio™³®~Xcô™','wp-content/plugins/thrive-ovation/templates/display/grid/set4-template-grid.php',0,'Û„CÆWAa}îµÏus','Û„CÆWAa}îµÏus','À`\r¦}oìÀ®ÃÒub®{€@{Ó‡t®r¿A‹IÖ¹È','',0,'?'),('®¶5a¶å™®í|ê9Ç','wp-content/plugins/thrive-ovation/templates/display/grid/set5-template-grid.php',0,'>®=–Éçò²2n_þ^','>®=–Éçò²2n_þ^','÷&<ÍD¿Pë4iHŸô6È¢UÒhù—{hVg~','',0,'?'),('¿–èRØi‰ìÑsó¼Þà','wp-content/plugins/thrive-ovation/templates/display/grid/set6-template-grid.php',0,'ª$†OÎãÿi9Õ:\\Ô\Zí','ª$†OÎãÿi9Õ:\\Ô\Zí','êK¹´\\ˆÑ3ÂòÜwðH\rÕ£&#lAüÂ˜Ï°ëÏ\'‘F','',0,'?'),('RK~c1Õ.ÅË@:Ÿˆ#¢','wp-content/plugins/thrive-ovation/templates/display/grid/set7-template-grid.php',0,'ví«®+R§Çcã×ùïþ','ví«®+R§Çcã×ùïþ','2ìâéÿGÑ+¸ES´#¾öƒ“ïæÇ4€¸»¢§Ó…9„','',0,'?'),('Æ¸QI«T»i‚À\'\0H-›d','wp-content/plugins/thrive-ovation/templates/display/grid/set8-template-grid.php',0,'ëúø=T›}±ŸQ€ê]d-','ëúø=T›}±ŸQ€ê]d-','?ü‘üˆ§JÖ”ÉHCÖóð¦!/]ÿ¼¶4ö·Tº¸ê_','',0,'?'),('Y2çD9]‡X#üÞïU','wp-content/plugins/thrive-ovation/templates/display/no-image/set1-grid.php',0,'µ†\n¤ùÍM[e¼÷°õY','µ†\n¤ùÍM[e¼÷°õY','<ºùOuÌòoÈd<ºÀ^Yà^9\n„•ˆNU‚Ð2','',0,'?'),('Ñ†œMøÞ2õ—7\"','wp-content/plugins/thrive-ovation/templates/display/no-image/set1.php',0,'ßgD_Fæ~ÇâÖƒ+ÅNF','ßgD_Fæ~ÇâÖƒ+ÅNF','Ÿ\0ÞhÙ†Ë¤ ß!ÞÑåÑœçº_‰øæöÂÙqÑ','',0,'?'),('eÜ¯óU«`ø9‘ÓT¹.','wp-content/plugins/thrive-ovation/templates/display/no-image/set2-grid.php',0,'uÒ‡oKŠh¬¡^tQƒSY','uÒ‡oKŠh¬¡^tQƒSY','(\'˜5ñÛ²_^Ìê0´Á_qâ\0QÉnqc$ïç0','',0,'?'),('Øô¹§#@`‚ÃŸH™r4q','wp-content/plugins/thrive-ovation/templates/display/no-image/set2.php',0,'ÊßÂG4NR²×ZÓæÈE','ÊßÂG4NR²×ZÓæÈE','Ínv¨–,Å&CŽ\\Xÿ}Ì—!D¶Âé¨Î@«dÐ','',0,'?'),('l[Ýëžƒxøk§ðíÝ}','wp-content/plugins/thrive-ovation/templates/display/no-image/set3-grid.php',0,' v­„4œ˜±/Çœð‹¬',' v­„4œ˜±/Çœð‹¬','Å±E®u§H¤b{sÏ,ˆ%B¯?aÛ±µyÂÍ,¤¹','',0,'?'),('›ø˜~é¤Ù†-hAb}ÉŠ†','wp-content/plugins/thrive-ovation/templates/display/no-image/set3.php',0,'nsr0v·g/çÆï%ÌN','nsr0v·g/çÆï%ÌN','ÍCNãÔýcça$Î€ä@c7eu>k5ŠÁœ•ìý_œ','',0,'?'),('®c|,ã;àšu’^-´	','wp-content/plugins/thrive-ovation/templates/display/no-image/set4-grid.php',0,'‹žô\\‡+v\'’p—','‹žô\\‡+v\'’p—','Èê¬øA\ZƒÐ-œ!{ê¬¨_Ãã:l¬’ÁÐòß™§','',0,'?'),('gÝü´°\0ïÀ°ß—Å×%','wp-content/plugins/thrive-ovation/templates/display/no-image/set4.php',0,':›ƒ?gÆF}À19ç³',':›ƒ?gÆF}À19ç³','\\‚™·”5g}ItoÉÄ#q4sá`V°\"-–¤','',0,'?'),('D5s]òÛëIfFžr}V','wp-content/plugins/thrive-ovation/templates/display/no-image/set5-grid.php',0,':Áyöí³b†Êü4gäU',':Áyöí³b†Êü4gäU','…ë=ÔšèˆÌužƒ†Ôê%}>pm‡±b9+e','',0,'?'),('—°Íg$&ßS:|U’vÛ','wp-content/plugins/thrive-ovation/templates/display/no-image/set5.php',0,'Œz*ßŸ:»w¿üpýQ¸ëp','Œz*ßŸ:»w¿üpýQ¸ëp','q‘›\'ªáÙI¨68SÑ·	ßÆà,*â÷…ŒfõH','',0,'?'),('y5õNz»N’jä9Néü','wp-content/plugins/thrive-ovation/templates/display/no-image/set6-grid.php',0,'_Á¦>øÂÀ·-‚•¥ísò','_Á¦>øÂÀ·-‚•¥ísò','ÜÈ¯ZüÄ‰Ï-Ãƒ­Áå©þuM²ØÄ`²‰ÜÏó','',0,'?'),('ÙI+r4/}¦I¼ÛÓòn','wp-content/plugins/thrive-ovation/templates/display/no-image/set6-slider.php',0,'\rRÍJÔë‚ö k†¨T-ñŽ','\rRÍJÔë‚ö k†¨T-ñŽ','¿öÇÖ«)S5|îö²%·þñ´ò¥ÍßNÌ7-É','',0,'?'),('ÒC§åáè‹˜Iàì,±Í…','wp-content/plugins/thrive-ovation/templates/display/no-image/set6.php',0,'AK¨GQó!Ê&Ë‘<¦','AK¨GQó!Ê&Ë‘<¦','s§î1@–ƒ‚Pï¨)ÏsDÕmËK5ì£_#?N','',0,'?'),('ŠFÞ¢¢.æÁöÇ ÉŠ_½','wp-content/plugins/thrive-ovation/templates/display/no-image/set7-slider.php',0,'XÿfÎµi$cjL]«¯U','XÿfÎµi$cjL]«¯U','ÜªÁ˜ÑÇp³ØmÆ”z^nÍ´dó–¤$*½[','',0,'?'),('“ÛCÛ#evû´>Qà','wp-content/plugins/thrive-ovation/templates/display/no-image/set7.php',0,'Ž$ÛáË%N—!g‚Šî}','Ž$ÛáË%N—!g‚Šî}','¿¥DG	CYÖí„L{qå\nZyÊøŸ¨NòT¿\\\'ùe','',0,'?'),('ÖÊ’3Sc$RÉÞñ3Fvš','wp-content/plugins/thrive-ovation/templates/display/single/default-template-single.php',0,'lK©í…GÓ3ßÀ@x','lK©í…GÓ3ßÀ@x','r{J0î\'|²ÑšV¿S?®™4ù7xIJ<\'»`>g¤æÒ','',0,'?'),('ÄU¦Ï•ÓÏèó.]€”','wp-content/plugins/thrive-ovation/templates/display/single/set12-template-single.php',0,'ÅmÆybù’ë4GÒD	Þ','ÅmÆybù’ë4GÒD	Þ','ˆd9å1Wz±Sƒ±“ž^Âe¨£ŸU^éxçx','',0,'?'),('®ai^M¸\n	Q™Ÿ“¹','wp-content/plugins/thrive-ovation/templates/display/single/set13-template-single.php',0,'¦x!ÚøÐÔ¹J!Iû\rtˆ','¦x!ÚøÐÔ¹J!Iû\rtˆ','ÙðîÜ¼æÉzDlÂ8òh#ƒi	Çßµ\0—áxZ\\KåÂ©','',0,'?'),('qúÌ°¨À„ßv<.±Âw','wp-content/plugins/thrive-ovation/templates/display/single/set14-template-single.php',0,'.;ßŒ¡r—þ$Ò„®','.;ßŒ¡r—þ$Ò„®','˜¸C\r³bãg¸ê\r€½*ø*JiÖ1I£·uÃ¸›','',0,'?'),('À3hW´®¥I¼þÀM 	','wp-content/plugins/thrive-ovation/templates/display/single/set15-template-single.php',0,'¼ŽC2¶±\r£Kù›ÖqU§’','¼ŽC2¶±\r£Kù›ÖqU§’','²–Ájk¸Â±`ëOûºŸ>Ø\\ÒƒNØ¦øÑ§Õù','',0,'?'),('D¿@ÓÔ”t:áî3‘¼\'Õ¯','wp-content/plugins/thrive-ovation/templates/display/single/set17-template-single.php',0,'º¸Õvñé«¦aÊ×D¶ù','º¸Õvñé«¦aÊ×D¶ù','Çiü·ÄØæ8ccÀðç„í‚Ìž¥Ïu(0žÎU¹É&L','',0,'?'),('aE±ÄçûQN´}uâC','wp-content/plugins/thrive-ovation/templates/display/single/set3-template-single.php',0,'ØóÔ`ö˜lZAð6¹ÒV','ØóÔ`ö˜lZAð6¹ÒV','ÃªQÓ«Ò”+ÒVåý—_ânº?.{”„¦Ö‹','',0,'?'),('rs¾†ÄÙÍ¿{Ë…²£¤ñ','wp-content/plugins/thrive-ovation/templates/display/single/set4-template-single.php',0,'Y{ºmÑËKÙÃì@4¬æÃ	','Y{ºmÑËKÙÃì@4¬æÃ	','XÈùñ]L)Ú6Q;•kŠ¶€Ü»ï7û?J -˜ÍT','',0,'?'),('U¯¸K;ÌŒ2ò‡§	\\P','wp-content/plugins/thrive-ovation/templates/display/single/set5-template-single.php',0,'ºñè53=AÍH˜Š','ºñè53=AÍH˜Š','†4\Z©}ƒGÄY»ã%|Jâ$Õ¨#í†&,ëö1â','',0,'?'),(':*K§x‰Ê—Ò¥|\ZŸ','wp-content/plugins/thrive-ovation/templates/display/single/set6-template-single.php',0,'l„?Û>sSêµŠÔ7Æ','l„?Û>sSêµŠÔ7Æ','X3@\';yYê†#\r€¡áI±¹ÕCîÏÈùÃhíO4','',0,'?'),('þV^}9°QEüè@Ó>ÈH','wp-content/plugins/thrive-ovation/templates/display/single/set7-template-single.php',0,'(ÔìˆP®~¯X9+tÂ','(ÔìˆP®~¯X9+tÂ','¥ã%M«Êb|OãP`«!z‡­¥ÞàEÛÐ¿„šIY','',0,'?'),('Aóð=*kœg~LZÔS','wp-content/plugins/thrive-ovation/templates/display/single/set8-template-single.php',0,'im¯öó\Zÿ@Âý1Ùù=','im¯öó\Zÿ@Âý1Ùù=','Ë/ðt¨SsÛ,éÞÀîÒi²P3Š=¿u£€	\n‰ ','',0,'?'),('Ç§/“Avß)ùtý','wp-content/plugins/thrive-ovation/templates/display/slider/default-template-slider.php',0,'Áyç‰œ Žà9C¶3\n\"','Áyç‰œ Žà9C¶3\n\"','ÙLH4Fî!V>v¯?zPŠrYozöœkïÿ(Ï‘âÒé','',0,'?'),('ŒÓIF0GWÙX|b¥3','wp-content/plugins/thrive-ovation/templates/display/slider/set1-template-slider.php',0,'ûí8O?‘šçð\'\'!¿pµ','ûí8O?‘šçð\'\'!¿pµ','6Ûí^Ôrg÷¶i¤TÞ¶}A]v\'^`Ã¯xçQ2 ','',0,'?'),('£À‡É•þZ\"„÷é¸¬X','wp-content/plugins/thrive-ovation/templates/display/slider/set10-template-slider.php',0,'Ü€2ÿ«²S—CöÍ´äê','Ü€2ÿ«²S—CöÍ´äê','ëa²›È2pßÐi˜éº‘¡E£rÆ\rÿ®­ì0M','',0,'?'),('ð0ŒÎ’4Ï{Ô>iÂ”põá','wp-content/plugins/thrive-ovation/templates/display/slider/set11-template-slider.php',0,'ãµ­òd<­èìL•c+','ãµ­òd<­èìL•c+','uÀù À‰¬Ÿ–9~ÖhËèy,±¸¬šz¢ò4rø2','',0,'?'),('n<N\ZTÔøqèãÅmB','wp-content/plugins/thrive-ovation/templates/display/slider/set14-template-slider.php',0,'•yæð¥HeU]¥ÃÁ»‚Ì','•yæð¥HeU]¥ÃÁ»‚Ì','¦åH	¹¢àúr’jøÀöÉ}Žr9“Ry·4CËjbõò','',0,'?'),('LM&0‡mT¡~’Oøÿ„º','wp-content/plugins/thrive-ovation/templates/display/slider/set15-template-slider.php',0,'%­0£g”žÛÜõ/MX','%­0£g”žÛÜõ/MX','[1MÞIÿŠÁâÄdñ…\'nš3nwG_„‘õ|m','',0,'?'),('¨à(3©i+*W\0Žq¯O ','wp-content/plugins/thrive-ovation/templates/display/slider/set16-template-slider.php',0,'q~¯ßöÊµò#Ÿ\rš*‹.','q~¯ßöÊµò#Ÿ\rš*‹.','çš#ÙdE\'ZèW(Ãp\Z1ë,©y”¶ƒóÂëº','',0,'?'),('a lÚÌ\Zôá³Œµ‰','wp-content/plugins/thrive-ovation/templates/display/slider/set18-template-slider.php',0,'ÉZ”Íæ1h«Ø¥›f','ÉZ”Íæ1h«Ø¥›f','ôÐX÷9¼:¸XW´Ï-²V`“eÙ‘¥s+ú)õ6Ë¢—è°','',0,'?'),('ÖÌrÐÉ!,ç9áy71','wp-content/plugins/thrive-ovation/templates/display/slider/set19-template-slider.php',0,'ž:î{;ÄÑ$´³=ú','ž:î{;ÄÑ$´³=ú','âçQãR?páôe¶©Ì÷¿nîvø1]¸­é¾_','',0,'?'),('£÷åa¾™|¶mA¼/ê$','wp-content/plugins/thrive-ovation/templates/display/slider/set2-template-slider.php',0,'äµ\r§H¾’ä\"¡\'×¤','äµ\r§H¾’ä\"¡\'×¤','©¢t4d‰SgËÝÂßa]Õ;LÔ6dWÏ‰‚üá 	6','',0,'?'),('\0‘\r¸ÑœæË?À½ëÁ','wp-content/plugins/thrive-ovation/templates/display/slider/set20-template-slider.php',0,'rjx³?Ð™½;!BÈŠbœ','rjx³?Ð™½;!BÈŠbœ','ÓªðßŽT´ctD=´E#jßÂ—xò¹„c@/\"','',0,'?'),('¨8ŽD{Q¢äÂ>„','wp-content/plugins/thrive-ovation/templates/display/slider/set9-template-slider.php',0,'	Žkî÷qà\03“hÆm','	Žkî÷qà\03“hÆm',':ùÔÁ?Æ©£ÞMRNºéR±¼J?œ{™QßQMïy´ð?','',0,'?'),(',ê_B9uoFmUa|3çü','wp-content/plugins/thrive-ovation/templates/display/small/grid/set1-template-grid.php',0,'suO¯¡û;Ø´æô–žÖáB','suO¯¡û;Ø´æô–žÖáB','œ¾‰€ûµãÎîaÏ&`*òöêAÛÆÆŽÒYý7Ñ¡á','',0,'?'),(' ŠG!rDÕhX®é¶','wp-content/plugins/thrive-ovation/templates/display/small/grid/set2-template-grid.php',0,'SýÑßéu½@\\9ÔD','SýÑßéu½@\\9ÔD','SËà„‰÷ÉóëÐL•MzÝ\räõ4²1uùÑ\ZÓW‘,4','',0,'?'),('µ(\\æš8V)aŒ›G÷£','wp-content/plugins/thrive-ovation/templates/display/small/grid/set3-template-grid.php',0,'K¢g<õ]æ©ˆŠ=QîP','K¢g<õ]æ©ˆŠ=QîP','rH·¸\n½1‰({lÃ¯Ð\'ø;¢0sÝBçÓ…','',0,'?'),('—^¹Wšï¡E\0±r','wp-content/plugins/thrive-ovation/templates/display/small/grid/set4-template-grid.php',0,'?/o~Í«‡²¡4[Âà','?/o~Í«‡²¡4[Âà','i1ºVzI©E–ÜÚú\0ÓÌ|ç(l ¶îÑž“è–°Ï¼F','',0,'?'),('ŽÔ§‡L€þ•]\0küòIÍ','wp-content/plugins/thrive-ovation/templates/display/small/grid/set5-template-grid.php',0,'`åž+¡¼>p7ó:F','`åž+¡¼>p7ó:F','²ß*!Ót/Ç¤‡½AÍG½ï\nÙ²´F™‡lu_','',0,'?'),('•¼âTˆúØÂíüXì','wp-content/plugins/thrive-ovation/templates/display/small/grid/set6-template-grid.php',0,'®\rÌŽre(°0LÀàì-‡','®\rÌŽre(°0LÀàì-‡','¥cN¿”~žoEà¿¿[pß“¦l½¾ø:‰¼çAN\n®»Ž','',0,'?'),('ˆ^Ÿj½<£É 4ÅU1`','wp-content/plugins/thrive-ovation/templates/display/small/grid/set7-template-grid.php',0,'º7Å%¬î{ŽrŸ\Z’T‘ßˆ','º7Å%¬î{ŽrŸ\Z’T‘ßˆ','»egéƒÛú`û>\ZrÄ²¯?ö:ÌÏI‡Ž\0˜Œæ9Ó','',0,'?'),('¬ÀÀ +æÎƒ½Ö~y1e>Ž','wp-content/plugins/thrive-ovation/templates/display/small/grid/set8-template-grid.php',0,'fÙKí8”ÜY -ì','fÙKí8”ÜY -ì','þglÂ9NÅ˜%²0›¡1o{¯ˆmÓmdæ¿Ðn','',0,'?'),('ˆÓÛ;\"þòxkhÐ¿`','wp-content/plugins/thrive-ovation/templates/display/small/grid/set9-template-grid.php',0,'ô–dÈ±ìÌâWÃÿSwP','ô–dÈ±ìÌâWÃÿSwP','mKs\"/j\\•\n˜nú2¿[cRÁÑÄ™Œá2Êæ«í','',0,'?'),('³jVæª6Øç²ÃÆÎ@','wp-content/plugins/thrive-ovation/templates/display/small/list/set1-template-list.php',0,'Ä¿LÖíØ”ŸÉóA|…ür','Ä¿LÖíØ”ŸÉóA|…ür',']8>×R\0ó„‘Ã˜oÅ6ªÌs—A‚ÎqÍÃæKZr','',0,'?'),('Éb@ßŠ‰µe33Zß','wp-content/plugins/thrive-ovation/templates/display/small/list/set2-template-list.php',0,'nÎøtBU…	ÞéÐK2#óI','nÎøtBU…	ÞéÐK2#óI','¡`…Y!DÂƒTTX»%Â+7‘áíºm‡óK¡ÛSß','',0,'?'),('é+b¤¯ìUÛ³³¼8p','wp-content/plugins/thrive-ovation/templates/display/small/list/set3-template-list.php',0,'ø°Jƒ€_Lg…‘ÛÀ65Œ','ø°Jƒ€_Lg…‘ÛÀ65Œ','ÄÝ8S\nR§ç\\‚ôûAÎRÄEÃ*ì!«?âÌÿê','',0,'?'),('— +9Ñx§\r6¥†³|³•','wp-content/plugins/thrive-ovation/templates/display/small/list/set4-template-list.php',0,'Ûì\rÏ*¯ÎÀìï„†Ý','Ûì\rÏ*¯ÎÀìï„†Ý','=Á*fò«¯ˆ	ÜP¿¥E@BYÔÇW	²±å‹8\0´','',0,'?'),('_Â°Ñ¼ÿ/›)G\"¡¸','wp-content/plugins/thrive-ovation/templates/display/small/list/set5-template-list.php',0,'Þ¶Ýâ˜cý¨­yl«´E…','Þ¶Ýâ˜cý¨­yl«´E…','»‘ç•w[O\0»\'E®°ÆêW\n„D´h›ÄÚò>N…||','',0,'?'),('B_ä×nK*ÔÖØFïð','wp-content/plugins/thrive-ovation/templates/display/small/list/set6-template-list.php',0,'TÁ¿Ï†…%°<Ùé\nùÍ','TÁ¿Ï†…%°<Ùé\nùÍ','•›(\'>fÇÁ½’8…eˆÏ|Ï²¼’—™$.|B','',0,'?'),('c\"¦UIe’*Ù&+É','wp-content/plugins/thrive-ovation/templates/display/small/list/set7-template-list.php',0,'©ÔÁç\r‘á¬—àµ@˜','©ÔÁç\r‘á¬—àµ@˜','¦8TD‹ü<F”€¨×X\"U’H`¬óá½C6èÈf·¥','',0,'?'),('UG@bâý¥\Z…ÉŽùð€','wp-content/plugins/thrive-ovation/templates/display/small/list/set8-template-list.php',0,'²B½oÆ,ãiš$7V;','²B½oÆ,ãiš$7V;','bÁâWËœ ¤£2Ú»N‡ kF“þ“Ç´û#\0*8','',0,'?'),('“6–WâTç¥olEK','wp-content/plugins/thrive-ovation/templates/display/small/list/set9-template-list.php',0,'|¾<Ò¿7Õ¡»¤²8ÈG”','|¾<Ò¿7Õ¡»¤²8ÈG”','2v¨‡¦â¬S¸ ³\r+U¦l”oVÙ0Q)˜$§èð','',0,'?'),('áe!G›´æng•&7ÞÉ','wp-content/plugins/thrive-ovation/thrive-dashboard/classes/AjaxController.php',0,'#?‹…§gÅ4u¼×\'æþ','#?‹…§gÅ4u¼×\'æþ','ÆÜ¯FaæÖfM-ÔAÝÂÒurf)£}ó\\_QYä°}','',0,'?'),('ŽçC6ba)î¦¦þÖ\Z”2','wp-content/plugins/thrive-ovation/thrive-dashboard/classes/Product/Abstract.php',0,'Ïó·²ÕÜ¬µ¨Dk¸','Ïó·²ÕÜ¬µ¨Dk¸','·{·×ßz»`éžÂú—M¼„T<k wTÆ/ƒÀ','',0,'?'),('VP&:ô\'óŒ°BSp’;\'','wp-content/plugins/thrive-ovation/thrive-dashboard/classes/Product/LicenseManager.php',0,'V†­ñv±˜\'\0¤^÷ï','V†­ñv±˜\'\0¤^÷ï','qj9~sZa œAš(í-±T¨©pÿl½Ûªeš*O','',0,'?'),('­+Mà‘Ò´ÙÖ³vR~™','wp-content/plugins/thrive-ovation/thrive-dashboard/css/font/dashboard-icons.svg',0,'€å”ß„ÎlÍÿX','€å”ß„ÎlÍÿX','é!†¥v¶hfI8§ú#|sú`˜¨pU›™dGC	`Ç','',0,'?'),('ƒÒËÎÛCÇ\'ƒ™õw¥2½Š','wp-content/plugins/thrive-ovation/thrive-dashboard/css/font/icomoon.svg',0,'|öL×µ¶¸~x#©Œ','|öL×µ¶¸~x#©Œ','4=õxŠž\"†„\"€VÇˆl1H³û2­¶wê¬|','',0,'?'),('§ÿ ®ª³IìÎ[@ÈE×','wp-content/plugins/thrive-ovation/thrive-dashboard/css/font/tvd-icons.svg',0,'ÝÛK÷jõü¯(Ç*·ùî','ÝÛK÷jõü¯(Ç*·ùî','ž\nÂk&c$D×ëÉ¿ÏÚPaÅƒîù¨²»J©šs=*','',0,'?'),('ÔEöªÙÑå«P›¹ÁÒÁ{','wp-content/plugins/thrive-ovation/thrive-dashboard/css/images/paste-blue.svg',0,'\'	™Rˆ]ðWg¡b”¯	z','\'	™Rˆ]ðWg¡b”¯	z','š>G¿¦¾Gª\rEò=Æç…^¬¨)¾8ÅK=)°^','',0,'?'),('T¬‹¶5-¹MábÌã\'öß±','wp-content/plugins/thrive-ovation/thrive-dashboard/css/images/paste-green.svg',0,'¢ˆ¥”™W½-¾±%|áBù','¢ˆ¥”™W½-¾±%|áBù','÷x®•íw\"Nj€pèæO(\Z ¿ÐŸn\\Dñ€','',0,'?'),(';…î¸¡Ì‡;ðªÜýÓÑ','wp-content/plugins/thrive-ovation/thrive-dashboard/css/images/paste.svg',0,'ïÏj[Ed#@ßV\"@l_ê','ïÏj[Ed#@ßV\"@l_ê','wÞ5ër\0õj}2éâ<8¦Rå±¢Jå¯Ð‰OM¼t','',0,'?'),('b½¦mQ°\ZC0£/‘¬É@¶','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/_crawlers.php',0,' -^b€s¹”f‹)‘i',' -^b€s¹”f‹)‘i','6¼2¡ünÂß~*\\;ß`i\'ÝùaþKlÊÊŽôí','',0,'?'),('&\0âÔ*A ª-\Zðý,','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/access-manager/class-tvd-am.php',0,'ªÐÀo¯ ²\Z{×WRÐß','ªÐÀo¯ ²\Z{×WRÐß','¿¸Ü$™ˆÑÈ;?su™l—p6øè˜¡|lÏÿv&„','',0,'?'),('\"¶‰\0#l€j«‘„\"º:m','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/access-manager/includes/assets/css/am-icons.svg',0,'tLò=|ÁÅR—–jlÉï','tLò=|ÁÅR—–jlÉï','Ùæ’ùü7ÖMz_D°±m¡cY†Ud×i[£ÈŒx.Ì\Z','',0,'?'),('ÍeZdf`—jÝ`¥	ú¯%','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/access-manager/includes/assets/js/admin.js',0,'Ö$5—¤k’÷O\\•7õ','Ö$5—¤k’÷O\\•7õ','’ï‰ˆ¥FGèÇhÅÇOWÆîþx[„ö»’IŸB`4&x','',0,'?'),('¹–—á¦Û•ÝweØv','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/access-manager/includes/assets/js/admin.min.js',0,'¼ùÊ{··§y»\'Ö6b','¼ùÊ{··§y»\'Ö6b','þ°_Íå´Î—$µù“4G”ž«5Å ÒY«­','',0,'?'),('œ¨BRÐÞ¹	ÉoÚÜˆJ','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/access-manager/includes/templates/access-manager.php',0,'›žó€yÝíFƒž4@‰Y','›žó€yÝíFƒž4@‰Y','\\qÈá;¥6ÚœNƒŸXÚ6~+l -b’7ÈQØðæ7Ö','',0,'?'),('¦¤=E¯ƒxpœæúÿCS¤','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auth-check/auth-check.js',0,'Ê6ý·¹oÊ´—‚•Ô)¨°ÿ','Ê6ý·¹oÊ´—‚•Ô)¨°ÿ','\\eW€»zý7û6÷£J+Ýˆ×u$·êÐ¸ÿ¨0Z¾Èg','',0,'?'),('_¡þµŒ3©V‘8çö”jù','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auth-check/class-tvd-auth-check.php',0,'ÏÈ=÷ÙÇ½MÚ±‹tÉ¥b','ÏÈ=÷ÙÇ½MÚ±‹tÉ¥b','M‡ïE	äÚ¶Ïê‘2lŒs¥™kXËoEÇÏª3#','',0,'?'),('ac~^%!ž_\0‚m¼µ','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auth-check/handle-login.php',0,'«Pçv3éÄ±ÿ‘','«Pçv3éÄ±ÿ‘','÷[DòŽ\rS¢8¨hÑTM¸0\n7MñU#&¡R\ZÓ','',0,'?'),('HXVíG»¸wgê&¼ Â†','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/admin.php',0,'=mªu×I–UyyùMn…=','=mªu×I–UyyùMn…=','b‰€™K‹Q|æÍIæ9å¿‹þUM.«ºE ‚Ó¿','',0,'?'),('CÃÙ¤luÔ¬z[÷:°ŠÍ','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/api_log.php',0,'Ü<ÎŒòùí0\rèwª','Ü<ÎŒòùí0\rèwª','ÍcXoƒò\"¸à(ª@&±L;´3T½}èzS?Žw','',0,'?'),('ÇþÙž\"vxf¬®ÅšÀ','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/classes/ApiVideos.php',0,'µlr§öGÀU@ÍŠ{Véê','µlr§öGÀU@ÍŠ{Véê','Èlî\rÐ!:Œélñª-º…8ApØ\n9 ²‹9Ž¤V','',0,'?'),('Ý¡½§ü“Ñ´­‘´ùÖ±','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/classes/Connection/AWeber.php',0,'<ñÛ‘g¯ƒ/e¬äCé¸','<ñÛ‘g¯ƒ/e¬äCé¸','µ6 Ÿ“U„¡˜ïê™†˜š÷(_=D7ät],A©rø','',0,'?'),('Ù£&D+³9=¨\0ýÞ³É','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/classes/Connection/Abstract.php',0,'Óú’†˜·è™ã1æ†A—¾','Óú’†˜·è™ã1æ†A—¾','³²ZA{ë‡Iu?…4‘_rç¶¬\rÁ>“Ü””Q9æ','',0,'?'),('G¦ü¢áÚJ¯ÒaîIîþ','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/classes/Connection/ActiveCampaign.php',0,'Ö\r¤`WWÔJZiI™¦','Ö\r¤`WWÔJZiI™¦','aÓmD­‘ó=±¦Éõ	-?‡Ÿ«CˆÃœvÐÉT&†£R','',0,'?'),('ñõçÂ,ædZþÐú˜&W','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/classes/Connection/ArpReach.php',0,'³í,%Îð¼Ñ+Yëü¤„','³í,%Îð¼Ñ+Yëü¤„','ºþd¢;‹Ú„ÎõyÜuX4ð¨\n=¢C»áz&›pl®','',0,'?'),('fçh>á’r¢tÓ\Z£S','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/classes/Connection/Awsses.php',0,'Š×|ù«þ9ªD\"ív\rÚ•','Š×|ù«þ9ªD\"ív\rÚ•','šâ™Ž|§çÀí¦Ý(¦ ¼)Ièê–#*œ7%','',0,'?'),('L5ã9gÝGð-ì·ÙTfT\n','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/classes/Connection/CampaignMonitor.php',0,'ã¡D—Î@í?Pˆ/á7¤$','ã¡D—Î@í?Pˆ/á7¤$','ÛƒW-ãß¨ú{]£~Ü·„á_†}míaÁˆv›Ÿ¦','',0,'?'),('¢ã´Ù-¸¢xŒ]Á','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/classes/Connection/CampaignMonitorEmail.php',0,'[OVÄÎði‰Äàh•ðÌX','[OVÄÎði‰Äàh•ðÌX','ØnëÚ„‚!\Z\\ZúY/ I¢¿/-NÀ¶å´¿ÓŽC','',0,'?'),(' Ñäâ6O0§)Ñ¨ð,»','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/classes/Connection/ConstantContact.php',0,'¬ët‡w>ßmÁ*ç[ý›¡','¬ët‡w>ßmÁ*ç[ý›¡','6Ó`ãgp^~ëÇ}¶µ¢%¸ŸzÎ‹GÔ÷i¡\"ê-ƒ?','',0,'?'),('â‰XÛoY%Iu›­ã-µl','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/classes/Connection/ConvertKit.php',0,'¦Î ‘hîZ.„”>$’²','¦Î ‘hîZ.„”>$’²','ÏNR‚\\h\rîÕXqOµ!F\"0Ùñ÷}ÙC®õ>çRLœ','',0,'?'),('½!k¾a²lª––”cs˜','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/classes/Connection/Drip.php',0,'¡”jÏ4‡þZ¢~T§ç','¡”jÏ4‡þZ¢~T§ç','Ž¯È~ÑËŠ¾AT‡¨»¡ë{µ/¢Û%–*','',0,'?'),('\n–¾(_:¸šëÁYð¥Ì','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/classes/Connection/EverWebinar.php',0,'ÕH4ô¢òþt¶\"›F9×)','ÕH4ô¢òþt¶\"›F9×)','+zÿ¢ Âã.öl™Q¤RÍšj™x‹ßÛxs´9àû$','',0,'?'),('i¶\0!M³•—|@4j','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/classes/Connection/Facebook.php',0,'¾	<‚FØå»d\nú ','¾	<‚FØå»d\nú ','q8‘’=B|ŠIRbŽ1ÎÈQ5°õ€XÔíÈ@»{æ','',0,'?'),('ö¢yt›¼Ý HãqW’ÅR','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/classes/Connection/GetResponse.php',0,'¢“\nÜ-@=Và83&]','¢“\nÜ-@=Và83&]','„™ËKiNï{G”z™\rëoàä6*¥Ì+J-GÇw€4','',0,'?'),('Šõë[à~>áG´xUØ','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/classes/Connection/GoToWebinar.php',0,'cÛ?L³Ê¯t9©å³­—6','cÛ?L³Ê¯t9©å³­—6','3U1%šnœyþµÚÅ¦ÅWºA^ÍiË !®,µ¿C','',0,'?'),('ÌÑ¤âä1ÿK¯è©¤F','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/classes/Connection/Google.php',0,'Q;¥ºšRJµ-Eyû×','Q;¥ºšRJµ-Eyû×','ë/ŸÅÎ]Q#OË6?HSùúÍÚŽ’<h5Ö+Ñã×Ûø','',0,'?'),('þO÷Y‹ÎÈ²WÙaO9.','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/classes/Connection/HubSpot.php',0,'\0îf0\rýû\")Ò½rÔ¯T','\0îf0\rýû\")Ò½rÔ¯T','\"åL5™’V_™lL“¥¶ RÃÆ.Ê„¾Jöß\"pà','',0,'?'),('Txxazhã*Gäv‰R','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/classes/Connection/Infusionsoft.php',0,'IŽx•ÑèÑHÜSæÍÊ_V','IŽx•ÑèÑHÜSæÍÊ_V','6{[>ï×3)rÓûËhË-³>u£c×™ÔŸç†.Z','',0,'?'),('…iO$ÖLVÂu›nb¿','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/classes/Connection/KlickTipp.php',0,'½1ƒí\ZCqÀª5eßë','½1ƒí\ZCqÀª5eßë','É!ªS§Ü×0Z-þUë\Z·)[BÕÖ\0˜æ3„ÊpPP;','',0,'?'),('²‚KX”\r^ºöÉË$Fk','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/classes/Connection/MadMimi.php',0,'°EI9XÏh­b\\0ÒE”É','°EI9XÏh­b\\0ÒE”É','rq8Ï(µ¥•õ´×/î)RBµ’ø‚ÿ=Mý+ÙIqy','',0,'?'),('4J*mÇ\\ UÍå\\ì‘\0','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/classes/Connection/MailPoet.php',0,'Jót²CìiCú\"0ºx','Jót²CìiCú\"0ºx','xøŒc\\ý¢5`æ€Â8¿8;‘À{ˆ\r²“T','',0,'?'),('ï ƒY˜ä‘\nz*ÇUMô','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/classes/Connection/MailRelay.php',0,'#Žq§F3\nKÃâSyéÞ','#Žq§F3\nKÃâSyéÞ','Ý‹:o1Û¬Á3Ï+\"¯Œ)–Nß¨V|c¡á¤f2','',0,'?'),('{¹º{V×Çø¦ú€·s&[','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/classes/Connection/MailRelayEmail.php',0,';µSÞ¿þpJ¼/	³U7Ö',';µSÞ¿þpJ¼/	³U7Ö','¤~±Ú?7…®”’,`5ÜYÛÆ.$	uÅšMø	Ù’þ•','',0,'?'),('r2²Â’±ì×ý*Øÿ`','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/classes/Connection/Mailchimp.php',0,'Â£ž¢å«ÃGcÝJõˆÕ,','Â£ž¢å«ÃGcÝJõˆÕ,','T;1³\03ÊÐŸÉ* ŒÄÞ?Þ$Zfx%ÖJ­œÁØ¢','',0,'?'),('l¶Û”ZãÚ¨AÚâ‘Ïë','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/classes/Connection/MailerLite.php',0,'\rª8{›ÆnÑ»‰ß\0ë{','\rª8{›ÆnÑ»‰ß\0ë{','K‚¢H{…©M‚/ŸÓ\ZÅ¢0gX_{L|<îóÑìNB','',0,'?'),('‚+ ›³²Ú<\\ê!ßGŠ','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/classes/Connection/Mailgun.php',0,'ƒÑé‚â¼ù>xëÏ¸=','ƒÑé‚â¼ù>xëÏ¸=','tüCâkiŠò\\œYäÄ#•ßF_\\sUÈ«,f•jñ','',0,'?'),('â˜’\0½ý‘§’å†V{9','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/classes/Connection/Mailster.php',0,' 2P=Ë?\"\0™',' 2P=Ë?\"\0™','h‰Vì	cÊ‡}7XÏOôÒb=-Û®äûÏ|XËY¨','',0,'?'),('Fá¿ñÿÂðÞ¤½ ýYœ','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/classes/Connection/Mandrill.php',0,'¹ÄÛÂBè5¤ÆpWÙâ“','¹ÄÛÂBè5¤ÆpWÙâ“','­ç[2Ë×BTV=gÃ9ÈÜý¼ÀÑ ©9Ä3ú áE\0‹','',0,'?'),('jVtÅá‰6.ñsÖâI2‘¸','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/classes/Connection/Mautic.php',0,')SU\rŸ€~Õw|ä$',')SU\rŸ€~Õw|ä$','½_aRwd~4ÙlRZY-ÙùšFª×Ä«öjFÅôÉ›','',0,'?'),('™d5¼H•·ª\'c‡•¢/','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/classes/Connection/Ontraport.php',0,'Œiê`ƒN‚)V¤h“','Œiê`ƒN‚)V¤h“','ÏDY©g>ÌÑ3À°l^÷B€Xu³yÜòûÜŠIK²õ','',0,'?'),('÷©aƒY9Ñm1aÓ¤Nóà¤','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/classes/Connection/Postmark.php',0,'66\'JåÎ˜¾òçÁ`KÙ…','66\'JåÎ˜¾òçÁ`KÙ…','T†`ð;R*{èæœRd/¹ƒN„ÝÝô·Þç°ƒ÷\Z','',0,'?'),('r læ0ü(x´dÛ²','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/classes/Connection/ReCaptcha.php',0,'O·‚ÑEŠþ6æ™ÂŒì','O·‚ÑEŠþ6æ™ÂŒì','U‡ÁêÉE\n¹;®©KöËÜk&,ÝBÓXºàð‘8¶','',0,'?'),('â)%…úÖž¬	^„ï[K','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/classes/Connection/SGAutorepondeur.php',0,'GÂüJnÜ,Ž1.O%;¶_','GÂüJnÜ,Ž1.O%;¶_','ËZÍñÑßùsBèœ;¹>gµ˜zÂ$ÛG|Ö&&3Z','',0,'?'),('g&ƒ±vÃ¶ÓQ}ç§õÝNõ','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/classes/Connection/SendGrid.php',0,'§L¤\nõ^£§ÏlÞ¤j','§L¤\nõ^£§ÏlÞ¤j','1Ž¤åYÕá@±*7©Î»P3MŸH´˜ùwggâ','',0,'?'),('Å\r%Qî.=œ+vñ&u¤-','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/classes/Connection/SendGridEmail.php',0,'®WWÉñm€k*à}=*‘h','®WWÉñm€k*à}=*‘h','ëÙ•|ÜËb$£ u§ËhGRí¿\Z‘÷ˆ]ª®[','',0,'?'),('í¸•¸¦ýÆ‰jêbÊ©d','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/classes/Connection/SendOwl.php',0,'íìüO|møúŒ„ø¦›\r','íìüO|møúŒ„ø¦›\r','¥F¨c_ëy—@åÌº¨Õ±½\\ÐÁ=Æk	]¦>Jõ?p¿','',0,'?'),('+•VÙFîÞî.J?nZ7','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/classes/Connection/Sendinblue.php',0,'ÊëfÁXzn¸)_dµ~Ë¬','ÊëfÁXzn¸)_dµ~Ë¬','N a#“^i+è\0Cõ6¸4˜˜âÒ}tÃ÷+g~®','',0,'?'),('g^\Z0Þ/\"ôÐ‚=1‹c„l','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/classes/Connection/SendinblueEmail.php',0,'ôøŸ{‹4÷Ï‹ˆ\'žr,<','ôøŸ{‹4÷Ï‹ˆ\'žr,<','­ìt©­~3GÀ÷Ú{£ýDVìµGh—‰¢Kñ=¢ä','',0,'?'),('ÏNGª|7_·@¥hð¡Zç','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/classes/Connection/Sendlane.php',0,'r²v AŸÍŠœ×»+äó','r²v AŸÍŠœ×»+äó','OyÇ=½dWw6nË7ƒŒO3nwÁ§N\rñ_Èæ','',0,'?'),(' ¾Ý®L\ZË~¤pÉFá®','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/classes/Connection/Sendreach.php',0,'lí[0»mˆµðË5ÔÁ`f','lí[0»mˆµðË5ÔÁ`f','ÀNýµRÉÔ‡~\ZJÛ«ŽÀoUÃ.ùìBmýü¬c','',0,'?'),('´Àqîµ¯OÅmãÒ4Æ=Š','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/classes/Connection/Sendy.php',0,'±uöz1³úx¦ð1_»H','±uöz1³úx¦ð1_»H','_äñâ=+80¨˜ìo´¹»¦Ìôñ^ªâ…‹\r<í','',0,'?'),('_0–Æ¦Æ#¿uîgœP','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/classes/Connection/SparkPost.php',0,')CÑ´5Hm	h5mæ%Ò',')CÑ´5Hm	h5mæ%Ò','Gã\'…ŠêkG503:¼EÏZÝ_ªëÃÆå£ü÷ˆôì$','',0,'?'),('—†J5eH…l]¥•µ†','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/classes/Connection/Twitter.php',0,';³|æP W¢ù»GŠr¿',';³|æP W¢ù»GŠr¿','>ä:…Q=¸r/ƒRDr]gëº^&tt´S{®¨B','',0,'?'),('GQäÙ•ö÷3·ú€','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/classes/Connection/WebinarJamStudio.php',0,'Õí_=Ð\r(j_­s','Õí_=Ð\r(j_­s','>’îë¯‹GWÔBWÝÚ·²œÃšU«Œø‰8œžêÛ7þ','',0,'?'),('\0Ê@ßâ¬üyÎ	Ë—U£','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/classes/Connection/Wordpress.php',0,'Ñ\\xâiªûõùRhh¾6\n8','Ñ\\xâiªûõùRhh¾6\n8','û9œú—×¿ð6Xå£9²Ê±T(„Å›øê§íª','',0,'?'),('TYŒ¶(º5%ZýYÈÛ\\','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/classes/Connection/Zapier.php',0,'®&šú3GùâùŠip¸²','®&šú3GùâùŠip¸²','ü t¤²Ù;ýûÜ]¼GÎ¶†+V}l×oçãè½°ü','',0,'?'),('u	ü¡x¸¡mD]ò9NÓ³','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/classes/Connection/Zoom.php',0,'Ísxj|×”×Î¨„åhÉË|','Ísxj|×”×Î¨„åhÉË|','bÅÿ.)‡”Ø€yYØ†…» +ÄiT£XIF','',0,'?'),('ü¿Â½?š TDÒÉ×\\\Z','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/classes/Connection/iContact.php',0,'„POe>3¿È|NÀd*£c','„POe>3¿È|NÀd*£c','i½&Ï÷©¼Ïq\"ˆ¶N.»œ¢\\Î]¿£ÔA5û~¸À','',0,'?'),('Ö<a`íÆ¬ý_š|Þ®Ökñ','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/classes/Connection/v2/GoToWebinar.php',0,'Ë~¸	\rÓj\r¬Ä¬jÖ_Ì','Ë~¸	\rÓj\r¬Ä¬jÖ_Ì','rBÍ-Îgó†¼™\n’9½ôã´ðf÷K3Ds¿}w_“','',0,'?'),('»_‚¨ÅPÄ`Ø¤à8o…‡','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/classes/Connection/v2/SendGrid.php',0,'¡Z\\ì€°t‹qÂR&','¡Z\\ì€°t‹qÂR&','ÃÁ—ýÑ“Ødm(!žµ÷Q’.\\ÚÚÓQ*Á¡°rÂÎ','',0,'?'),('_\\ÏøZ°-ãðÆð¬','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/classes/Editor/Controller.php',0,'Èoßð·÷GõŽÜ ëÅ','Èoßð·÷GõŽÜ ëÅ','šÕÅHÓè˜Ír„ï¶ÄyI¶q/c¡v¥ìQIž*\Z“D','',0,'?'),('º‚p„>ÆU×çÐ²¼w›','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/classes/Manager.php',0,'.[ûêvÀŠ¢“1efÇl','.[ûêvÀŠ¢“1efÇl','¤\ZLnX9òªpcº%f,ÊeÚžõ–v^Ýÿo5ø','',0,'?'),('	Fš±nÃ3S^J3•¦MoN','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/Base.php',0,'+„&…Å®65©àÄÿi','+„&…Å®65©àÄÿi','p²¤Ê‘ƒÉ6K:‡\'ƒ:2Ìýþ©~â%ýÃª8Ä‹mû','',0,'?'),('­T“Uj¿hˆŒÏigŽhvb','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/Collection.php',0,'N$IÖF#;Ñ•¡“B]','N$IÖF#;Ñ•¡“B]','ÞçBqôVaÓ‹š‚Ž·\0Öõyyû.Pð5‚ûì','',0,'?'),('\"Ñÿ^UqkUÈôÇll','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/Entry.php',0,'Ø¿e#ª¢ Ïý#ÚšÈ›‡','Ø¿e#ª¢ Ïý#ÚšÈ›‡','x¦É…ŒaZ*6-&ØIÈ±y.-xÊ·uÑŽv=ó%','',0,'?'),('§¹@–*CÒ‰ªÄu\n','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/EntryDataArray.php',0,':¨‰;Ç€XI²ã7»Ü',':¨‰;Ç€XI²ã7»Ü','´˜µò%¸P¦Á$¾Õ—UÚæ©‡#‡WRná¥y','',0,'?'),('|M\Zq÷\r6ÍÕ¥HO]','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/Http/Response.php',0,'84Õ¼Få6fÕem¨','84Õ¼Få6fÕem¨','æ7ˆÍÃ”sÆ#àõ‰‘Ê;§\Zà\Z™ä0¨$','',0,'?'),('3q“³ž[±5|\"§Ú¶Ì,','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/Oauth/Adapter.php',0,'™@t33cYÃ¶úí_…','™@t33cYÃ¶úí_…','Ñþít¦™—a!gŠ&åŒ|E¬IÈˆbêGÈ','',0,'?'),('4ÏìÛªf7•ÂMqÁCfX','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/Oauth/Application.php',0,'eÕ&AãX ¯>ÿUØ“N1','eÕ&AãX ¯>ÿUØ“N1','Ø”rŽê–ÃðVÎ§s\"†ýu	\ZóxÛqÉ}¢ƒÝ%Ž','',0,'?'),('VBîÌýëNgaKé','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/Oauth/ServiceProvider.php',0,'öT¤øïã#·N¯ˆÈ¾','öT¤øïã#·N¯ˆÈ¾','‹?.ÛÞoÂÔI›‡´È‰fÊŸ²yw4ÎÖpÅ7','',0,'?'),('÷V*CþŒ[+Oº)¤Š','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/Oauth/User.php',0,'¾V›Fþtÿ„¼}‚Öet8','¾V›Fþtÿ„¼}‚Öet8','“sœ2eårŒ’G?¶i—ÔP¡ìf…eþT$½26ë','',0,'?'),('T® ó)Y}Z™I÷È½¢a\r','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/Response.php',0,'›û±\\Ò”´Þ7.ø‘AiÀ','›û±\\Ò”´Þ7.ø‘AiÀ','€R»„zàš S¥¶lÀFÍ!É¶§0°Ðz×Ø,‡@aA','',0,'?'),('Àyæ6Û(Öp¬\"”ïg','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/ServiceProvider.php',0,'P£™©†•ôFrÙ¸GÄF','P£™©†•ôFrÙ¸GÄF','\'vD‰kŠôfŸ–é½™1Û®Ä¡‡h†8ˆ®9Žþ','',0,'?'),('áœeÝ	>gX±DcÀ‚@a•','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/exceptions.php',0,'Q™©šeoâÙaÎñîrÛ','Q™©šeoâÙaÎñîrÛ','Ë1¸Ì·Kl®á»$Ž…äØÌ}¯ê¡jfžŒµ¡!','',0,'?'),('ˆp#XÉ»%$îk!Æ»','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber.php',0,'{NŽ‡DÄXM³{s¡B»W','{NŽ‡DÄXM³{s¡B»W','*IÅÏcÏ”ˆ‡K+§Rê¯ì±ŽíqoúŒ€ª»]$sÿ','',0,'?'),('dìqS˜ç‰}ìŽßÇBg','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/ActiveCampaign/Exception.php',0,'Ð;.@1¹¥æŠå(Rüà¯','Ð;.@1¹¥æŠå(Rüà¯','v%#{/¸v<X°&3r’¹µÖ‰=Äÿv¹lîö\\','',0,'?'),('yÐÙ¯É\Zmç\'–[-ü','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/ActiveCampaign.php',0,'z<Ç¬ƒ@à§¾','z<Ç¬ƒ@à§¾','õçãvÄGv”xÉ… ®àŒìÀâÏñ:qÒãÊMm«ý','',0,'?'),('¯Ç‰{<Egà(\Z9S% È','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/ArpReach/ContactException/Exists.php',0,'”\"±óí8Ij4Ûm÷–ì±/','”\"±óí8Ij4Ûm÷–ì±/','Fp:—øë½kOmçh+ªð‰êúrªôí²dLŒ','',0,'?'),('¨T;Ô5˜5¦\'ñNP¨','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/ArpReach/Exception.php',0,'Êç°Vû~n®µ|P€¸','Êç°Vû~n®µ|P€¸','7óo¦…™76’‰S«¸ÞÚ|VãWÕz¨fÏg©õó','',0,'?'),('|×Ý®¯1Ñ–jâ“{','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/ArpReach.php',0,'*6¥µOß¥Þê·4\'žÍ/','*6¥µOß¥Þê·4\'žÍ/','ÊÊ\"cºçÜî£¤¡¦ìÁóÊPZÏWQ}zjÉ‘x ','',0,'?'),('âMÂÆ¹[¬©Õ£¾¨','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Awsses/Exception.php',0,'¢¯í™TÈsQ^ëØAŒÚ','¢¯í™TÈsQ^ëØAŒÚ','ú\r+°&¿Íéà\Z`ˆë\"šÌ•\\^çHÃ »2C','',0,'?'),(' qµp¥UÂmÈ¾2¤³¡','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Awsses/SimpleEmailServiceMessage.php',0,'ˆ‘3@€Ÿ]h£·Ž«','ˆ‘3@€Ÿ]h£·Ž«','JÈXv)\0:²|Z>¨„7–V¾¨.m—ð¤ç6|ËÜ','',0,'?'),('ö·my°	à½Td³Õ','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Awsses/SimpleEmailServiceRequest.php',0,'d!\ZevÏÓƒ ILîÄb','d!\ZevÏÓƒ ILîÄb','i£¸/U¡p<¸	ˆœøšr]›¢1a±“êô=¡P','',0,'?'),('ÑoË½-*Ì®Á*æáœ‚','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Awsses.php',0,'áÙ½d~òHaŒ÷¦½¤*º','áÙ½d~òHaŒ÷¦½¤*º','¤F›‘þ³ÁÑeÙ³vW)¿WW ØE²Sy›ÿ•M,ˆ','',0,'?'),('E¡|^,¦éWhã\\¢“òã','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/CampaignMonitor/ClassicEmail.php',0,'£m¦©A‹l„\rÄ\ZC;IŠ','£m¦©A‹l„\rÄ\ZC;IŠ','ú 0ß©Ó¿w¸Kƒz9ØÊÀ¦›Eù²Ît Ûˆeµ:','',0,'?'),('¤AX˜ù¶¥ ›àðÁ~dº','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/CampaignMonitor/List.php',0,'ºÚi)jˆÝ€Œþ-ŒSo','ºÚi)jˆÝ€Œþ-ŒSo','Ì<fš ~Ñy2ðµç¤¹;,ÏÅÉ4ÆÓl‹&','',0,'?'),('•®sIº¾røp½‰+í','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/CampaignMonitor.php',0,'ä”?~u,Üi;+ç·L\0E','ä”?~u,Üi;+ç·L\0E','¾J{ó‡~YôŽ-äâ–´JÅbå)Ó{CŠÕ3–?)q','',0,'?'),('…ú@çŸÚôg“?iNè„','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/ConstantContact/AlreadyExistException.php',0,'C(všƒÊ5x®¡c?t+m','C(všƒÊ5x®¡c?t+m','*—ž|ÎŸÐ55`%jœÏ\r›Æ|Y^jE^‹¬Y¹†’','',0,'?'),('IaÊœ&_ýíåºB†Å¶¨²','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/ConstantContact/Exception.php',0,'éÀ ”è*þºq½¡®À','éÀ ”è*þºq½¡®À','ù.ƒ½ª¸U”tðò¾”ÈöŒÙô¸yÌÂÍ\'ó~{?j—Ö','',0,'?'),('T³[À˜Žˆá»çÛ¿¡¹','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/ConstantContact.php',0,'è]e‰cù-«¤9¦Ê','è]e‰cù-«¤9¦Ê','ÃVåüFTª… \"ÑD91âÆ÷\Zø=7ßœ±2ø™','',0,'?'),('Gè@ëB—1½°^Ñ‚ b','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/ConvertKit/Exception.php',0,'Pù]FQÍ›¦µä’r—Æ6','Pù]FQÍ›¦µä’r—Æ6','œ [ûÆÕ;ecSBšÁõ\\4ý`Õe™bä¥×{8','',0,'?'),('‡,‚zY¬„Ââ]‡ ˆé','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/ConvertKit.php',0,'ò>üx#Ž?Q¸·^•»s5','ò>üx#Ž?Q¸·^•»s5','0FÏsR>•û´J÷-§Ð8¶9Ó]óèrj*B¿ô%','',0,'?'),('¾aG¢B{–ÁT[Gès=6U','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/CustomHtml.php',0,'ò„.ög°uÃ“vHMˆ','ò„.ög°uÃ“vHMˆ','3‘±o*[» m	ôÁ~É0Ùžxy8JQCe²ËQ¨Qê‰','',0,'?'),('OÈ©AxoëŒçuúTX','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Drip/Exception/Unsubscribed.php',0,'Z~Áft!mt—\0*','Z~Áft!mt—\0*','ÙÁÄµ®i!{MÐ,Ë£aÞwô3ß8Ô¤Â™ç	²3Š','',0,'?'),('ìûY!Àsñ,ØÌÅAò5Àl','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Drip/Exception.php',0,'Pª¸÷ü“äÙ‘â¼a]ÞJ','Pª¸÷ü“äÙ‘â¼a]ÞJ','˜â“¶£wéCþ(’	>9‚‘ÁÉ‹,L\"ì*','',0,'?'),('è‘Ìµ\Z™ËR®åûf)ä\'','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Drip.php',0,'Ál›’ê·ÖŠÅçmÈ.˜L','Ál›’ê·ÖŠÅçmÈ.˜L','î!\\Îë’¼äãhƒœ.ãhH’HKºžþCwÐ Âd','',0,'?'),('\'W¸±|„äö‘á\0Rg€|','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/EverWebinar/Exception.php',0,'Tôã.õ\0uîie½Ò','Tôã.õ\0uîie½Ò','þ¯1rè…Õ½aGkDÄ†0½K&‡Æ’%7!WõF­Â','',0,'?'),('2~¸ì“CËýš„½©Ú','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/EverWebinar.php',0,'®b(¡m2\0Ûá¥Y|ì2D5','®b(¡m2\0Ûá¥Y|ì2D5','…¨¾)T>¼Ïë×Ö\"|–ðPÁ<åáñÆ]2Îg','',0,'?'),('»pã„ŠÜYl{KP\0','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Facebook/Base.php',0,'Á&ûó:t´H´áW¾Cm','Á&ûó:t´H´áW¾Cm','“¾é–`ªÅ‰V;\n;ò®ßŽV,n8’\Zúœf\Z','',0,'?'),('h€~{±`‰*g.+9Â2M','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Facebook/Exception/Exception.php',0,'¹‡Ù†ÈÆJÀ%\rÔC‹','¹‡Ù†ÈÆJÀ%\rÔC‹','oØâ·‚\' U‡õ/cw¥Óšõ\r`ìœ§£Ü¤%SU®','',0,'?'),('šÁî‰õ¸¡Wë¦°*\Z','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Facebook.php',0,'\r^~È· 4RÐ³½õ–,','\r^~È· 4RÐ³½õ–,','õbžŽ˜M0ãs	y÷‡)ÿŒ&ŠS¦W³£íw-Qh#','',0,'?'),('ëgpZŒú{¿}ƒås@O5','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/GetResponse/Exception.php',0,'V£»÷Ú«ÈæÍ²å¢VS3;','V£»÷Ú«ÈæÍ²å¢VS3;','Ü²¾·\0ëû8¾ù‘)ìÈPU©j…yAÏ’ÕvDU','',0,'?'),('šñ1ÍIém³ó¹Hæ°;Û','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/GetResponse.php',0,'ÚLÆ#Yû¦[ÚDó ±öä','ÚLÆ#Yû¦[ÚDó ±öä','CL	³—Ž†?æ–:E0œÉûêí^ÂŸTˆz£°[','',0,'?'),('ëóž?¿ºé$ø—wÊ™]','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/GetResponseV3.php',0,'˜ß•`UZ2¢ø¸ò&áH','˜ß•`UZ2¢ø¸ò&áH','*f¦Õ)¥KdE†Q‹L>aÖ7dT®x\0?Lö¨','',0,'?'),('Å¿Ç6”GA=\ZY¨4Œ@j','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/GoToWebinar/Exception.php',0,'=†UqcÍH¨!ïôf½','=†UqcÍH¨!ïôf½','ñpYú}2YzôSªXës\\–PqíÛÉ|š&Ç','',0,'?'),('ÏÛ[#øD¨‘KŒ¦i4†)','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/GoToWebinar.php',0,'ßøõÇ¬¡’½MçÂÑÌ','ßøõÇ¬¡’½MçÂÑÌ','Å†\0.ÌìF\Z’º”´òHf¾ñï—â,/N2æÎ’2','',0,'?'),('§¢»€MÆ)í+ Ø}ÅM','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Html/Renderer.php',0,'ØšÓ`*ÂÌ?¿»iv¹','ØšÓ`*ÂÌ?¿»iv¹','ŽhD0Lb™ÿÐ¬$RCÙ áö¦˜¸k6)ÊO™}«¬','',0,'?'),('Áæ¥YuÛö¨Ðƒ’\n,F','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/HubSpot/Exception.php',0,'ŠùQ2NiùÌòã<gŸ','ŠùQ2NiùÌòã<gŸ','!ì8ÄuüW\"9ÛËœ–Àþš¹Ý¥ùõ}˜%¡QØ1¬Y','',0,'?'),('ç\'tÜjJû	99¨»Æ 0','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/HubSpot.php',0,'Ôu5a¼cÈÄú¬·','Ôu5a¼cÈÄú¬·','oaËÜ$Ð_˜2*¦ã\ZUÏÆvŒC– [¶3[‹Å','',0,'?'),('_žpžT–°“nÌi}•\'','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Infusionsoft/InfusionsoftException.php',0,'ïÜ`„7ìÙ|z]-Ó{¬','ïÜ`„7ìÙ|z]-Ó{¬','Æ¯od‹	„tä„Ø¿“âc!p™´\'Û”õš‘¿«l','',0,'?'),('µô…	IZÁ','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Infusionsoft.php',0,'ÍŒ;ûêÉÛæT‹wÆ','ÍŒ;ûêÉÛæT‹wÆ','ÂN¶^2Ûá/úgÍ¼¸éÿÂ1à}Ï/_Çm+k¾ˆ','',0,'?'),('4\n#6rš¹* ›ÝR','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/KlickTipp/Exception.php',0,'*j$°]¤bšeQôŠ=B','*j$°]¤bšeQôŠ=B','µ-Ö)ý´B¨–bRZ¸DXt¡“~Gú#pþÁ—êŽ','',0,'?'),('‡§±û²<P©å{OM†&','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/KlickTipp.php',0,'¨ásM¬öÔc§¤jc>ŽI','¨ásM¬öÔc§¤jc>ŽI','I’\rWrj†‰Ý³7 ~\"!H9ÊÎ˜>UÀ‡lÍÐê','',0,'?'),('‡K”àDOô†ò','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/MadMimi/Exception.php',0,'³PÅ ¹Í”£ºŒu½','³PÅ ¹Í”£ºŒu½','ª:}vœ7øn›´«—€ñªò×â$»î3ªý} }','',0,'?'),('ŸCH$<)ÇŸ©lô¡','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/MadMimi.php',0,'(|Ljy6ªçÏº¯•&\01','(|Ljy6ªçÏº¯•&\01','õ=@°¬úÎmû[âÎ‰š#	x„–dž¬ãQ-#¾Xº','',0,'?'),('X/\"¹n‡Ìt”¯@ÜOë','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/MailRelay/Exception.php',0,'¨AÕÅH•w~ÚÌ‚$ñµ¢','¨AÕÅH•w~ÚÌ‚$ñµ¢','Ö&ÕVïiR§fYÖi¬™ƒþò¢T¼é«5^Öé¿ËL','',0,'?'),('\\~ÀãÄ§_î¯ëú —$ƒü','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/MailRelay.php',0,'‰åÔ‰¼—þóx¸.Ï®µ','‰åÔ‰¼—þóx¸.Ï®µ','­ªÈëw6YžóKƒõ‡Êwò	Þ¾\0;ÑD+®Â,OÓ>','',0,'?'),('Ìêa‰:Ò4‰I„ðç×œ>Ã','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/MailRelayV1.php',0,'³CÎ}&aŸý¢¶·’T','³CÎ}&aŸý¢¶·’T','ýBÅkÌò¡àÎÊ…6íëFd¾\0—ßh8ø¬`ú','',0,'?'),('¡÷	§Ÿî¦Ù‘ÄÞïiïm€','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Campaigns.php',0,'œeIi´­é`|ä(·8Y®H','œeIi´­é`|ä(·8Y®H','Ä¨Oý|ì“¸B…yRÛCÞc„j´îžÖ9n©›','',0,'?'),('Dí²±÷Öa„¥Ÿ#˜â>jŒ','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Conversations.php',0,'¢‹lSÄä@²ø,d{Qâ','¢‹lSÄä@²ø,d{Qâ','ÞæéüÖ`Ì1;E JnCÎ(¯\0­aÖáŠ0Ql','',0,'?'),('pÁ¥Änø~CÞEUJÚÐ','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Ecomm.php',0,'¶ÎY£žS³3¥Xi¢\Zêàñ','¶ÎY£žS³3¥Xi¢\Zêàñ','ü»ó\'¢\0MŒ…\'?è\"a,7ÛözÅ\r¼ðuT|tŒNb','',0,'?'),('PåâTM˜ï\rtÆ¯Üæ]','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Exception.php',0,'DÐ¢ñO%Æ¶€‹už¡ÿS','DÐ¢ñO%Æ¶€‹už¡ÿS','š:Cjeh#‚FD}³T’MäésIG¢/põl‹8…8','',0,'?'),(' ^¿Âí—©ùÖ»ë‹WŸD','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Folders.php',0,'Ï2R×lOWC£@³U','Ï2R×lOWC£@³U','I\'0¢á*ÊØ}Òº Ë`XüóÂ½4ßíII®•Y','',0,'?'),('sÄ}ß©®´{\nû¤ñ¤¼','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Gallery.php',0,'êë‚ÌåÀy}{™%+OŠ|','êë‚ÌåÀy}{™%+OŠ|','”D~\"ús^SG*Øð¼ùôPr\\l¡A_’´:','',0,'?'),('Ž~Žä*ÁW\\•’ã‘ø','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Goal.php',0,'K\0üÀö9ÎêNÀá','K\0üÀö9ÎêNÀá','¬‘Áw¥3\"Ž…ñ°ˆyÃÔ©NzB‘äI‡éiº}wWS','',0,'?'),('¿uÒxÆIr,è%à#(','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Helper.php',0,'a ¶r¿NSœvEmÆó','a ¶r¿NSœvEmÆó','n¯›r`\r?ÞaÉ‘ÌDWÜÈÀ\\à¨!6{yjX‚\r','',0,'?'),('X×$Áç…Ön‰,é¡Öý','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Lists.php',0,'\\°¿6ª\rKl˜“œ^¤','\\°¿6ª\rKl˜“œ^¤','ügFX5j¦ãÍ	r³<ù©Úý´½%“Â|Q','',0,'?'),('¸YP3¨T’Ž$Wey6 °','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Mobile.php',0,'–»ºˆÕÝ‘óò/Î’lÃä','–»ºˆÕÝ‘óò/Î’lÃä','6®Ycà·W	Òý%mPŒb÷M}µ0ÇZé¢=åR‹','',0,'?'),('Ä5ž)Êm íÍ¹YEÎ[‘è','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Neapolitan.php',0,'¬®œÑ‹œÑœ´_//­','¬®œÑ‹œÑœ´_//­','OhÌ -Š	9ú•h¥lÖBá0›—QJ÷_\nê€','',0,'?'),('¯ý¾µ2©¥Ô·wbtë','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Reports.php',0,'þ¨a¨B5°—F¡W{','þ¨a¨B5°—F¡W{','ü0O”©Gg¢cú,oô<\"7“Ìæ©õÄfþ¦eMš','',0,'?'),('Â“!:2ýÚš«IANºþÇ','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Templates.php',0,'íÅü³ïÐA?U«šÿ','íÅü³ïÐA?U«šÿ',':ŽèC½q&ïmË¥•±Ëùlû‘×ÙÐœÍ4¥l','',0,'?'),('ØP¥ðýˆ\"Ô1þ+š£u','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Users.php',0,'ÿQ/çv¹œ‚|sš2:','ÿQ/çv¹œ‚|sš2:','Ò´åV\0o=¼üFdÞ;ic©²\0uh-¸Í»ü','',0,'?'),('³œç_\"Jñ®Ë^/òƒ} ð','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Vip.php',0,'~SÀŸÀºcævó.·¿','~SÀŸÀºcævó.·¿','£ü`ÿ\\ÏEŒWÛÛéŠ‰ÿån	\rnÂ‰™§±?\\.\'<','',0,'?'),('\\QêïH÷M¦ZkJÉZúë','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp.php',0,'­Ä’V~çi$/ìFÛ','­Ä’V~çi$/ìFÛ','\'Œ$7û,¥zKØCßägvz%„Æ)°Ftkw','',0,'?'),('—íboTñ«ñ!áBåm›','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/ApiAbstract.php',0,'@Tº¬1.U?˜ÿô¼ú€n','@Tº¬1.U?˜ÿô¼ú€n','6‹²v:ß—¡ºÁð”‰È\Z˜Ö%\0}Û<°ƒl<v','',0,'?'),('Ä7ö‘~\ZåÖeùù3úÍ','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/ApiConstants.php',0,'^YÚ¡©TfI’æº~ï·\r­','^YÚ¡©TfI’æº~ï·\r­','ÒãJvAÊ,Š„f(#•Œ»±)ëcˆØó=|—þÛŸ7Ã','',0,'?'),('nTú¾ÉYÐ,a%','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/Campaigns.php',0,'ïÑÇ°öýÈºŒÐ\n¸üö','ïÑÇ°öýÈºŒÐ\n¸üö','\r2 ­ ™*™f55/ôw*Ô]YkùVrŸÆ±&B®\r','',0,'?'),('0¢ÂÐúÜ3¦j„Ñ','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/Fields.php',0,'\Z#:B‡ãþ:MGfDÝ','\Z#:B‡ãþ:MGfDÝ','`ôëÐ\Z&UÆÊYhÒ¸ñxƒ`¿GõÓ7žâª» ì9¥','',0,'?'),('ø€3B8ÇK´b¶ô½Û¦›¯','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/Groups.php',0,'v×±½€±h‘–Ð.êGp ','v×±½€±h‘–Ð.êGp ',')fÙÌÞ[w„®x¿\ržûA~+UoOêÝ±fTV’IÅ','',0,'?'),('	2±y}ñ˜véÈ-Or{','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/Lists.php',0,'Þå‚<‚$!\r±\\°$¨','Þå‚<‚$!\r±\\°$¨','Ö\ZbV£–(üS€[ä¯(ÀàQ—æŸ)a±²‡û<d','',0,'?'),('ìÁ×É¨çã	{aÇ^7\0^','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/MailerLiteSdkException.php',0,'äp–¯ÝÁ¯Ä0lßä¼„','äp–¯ÝÁ¯Ä0lßä¼„','òíü)Ì­‹a@)Y\\Ö‘TÊ»w7é¬¼Š<RÑ >›','',0,'?'),('ð|}W–g›~øÃ+ˆ²','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/Rest.php',0,'„©‰…‚Ác(ÛƒDùò›','„©‰…‚Ác(ÛƒDùò›','«Ñ©ü¬e&.pŽ&E#	ì¢újTë¯Œ-òcˆvpû?','',0,'?'),('ÊD‘åÒ-íŸÉÞŽ™åž','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/RestClient.php',0,'»oRvÚýëÆÿ‡21','»oRvÚýëÆÿ‡21','kñ”€çÚ	ÒØ.<v=÷hÒ2mÝb\nœØP*–ÉDZ÷ç','',0,'?'),('ÎuÁo®=Y`ðöAs)â)','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/Subscribers.php',0,'do¤³W“CÎ•Yá„¿mc{','do¤³W“CÎ•Yá„¿mc{','Ûì„³³îŸ[WYQXYÓ´F£ì$Ò#ˆÈ$åÀèøT‰','',0,'?'),('ÐÜ”ŠÄ˜Ö‹¡âå¨ï','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite.php',0,'34H…a«¢\n®< óh','34H…a«¢\n®< óh','Uþ•EUÚÛÀƒîl~Å\næés¼{ôÐ¸g–E~	É','',0,'?'),('½€LâU¥HÉÂçJs¹”','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/Api.php',0,'©ió´þikjuM','©ió´þikjuM','¾;GœBv wë°Ø†`i¸pô‚¤‡µ –¯ç','',0,'?'),('¯s\'@/ÏqsÖ¡ó?›¯','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/BatchMessage.php',0,'®f¨ôe¼×ÜÑ¤Tì(','®f¨ôe¼×ÜÑ¤Tì(','µÄ½Ø‡{5Ò5¶gŒs÷Ä¿çŠq¾áËý•g¨Lœ','',0,'?'),('bòšºGç|ZÉƒ:Ç9','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/ExceptionMessages.php',0,'ºÂN¤èè¬“a@JO÷7¬Ð','ºÂN¤èè¬“a@JO÷7¬Ð','½ÿIÚs\nTÈ©c^1A¾o›¹î\Zë@ón«];é‘','',0,'?'),('\rP9Rnc°Ó&ThãË|','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/GenericHTTPError.php',0,'y&œ*í¤éô‹Á›7?]T','y&œ*í¤éô‹Á›7?]T','·õúß›ñ„%Œba\'*|Vxÿz¡!cÈBK±e\'a','',0,'?'),('•âèå¢Cf>î“­fš@q','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/InvalidCredentials.php',0,'ÿ¢Kòï•$\\J5;â»;','ÿ¢Kòï•$\\J5;â»;','€‘ÃÐÈzì1O™ã¢rªÎÑE÷´i‚×ÝI\'ý8‡+','',0,'?'),('ÕrºúžÂÛ—YÔÈ1','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/InvalidParameter.php',0,'èî¡]é^ßßPÝFÝ','èî¡]é^ßßPÝFÝ','À©%ƒ\0Ô7|ÆÙ9ï]K6ý8}Y†Ó£Œ†Ô&p5','',0,'?'),('re•¤Šåƒ |3 ãÙÀ“¬','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/InvalidParameterType.php',0,'G‘L…9ucA—\r¸ûœU$','G‘L…9ucA—\r¸ûœU$','Ò&KúBq\Z—Øv+,ÈBdº6C‰Š®ÚEó.9^K\n','',0,'?'),('ÕÄEÿä§¹®Þ.	šÛu','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/MessageBuilder.php',0,'Ó+\0•÷ÖTRn­¬áª','Ó+\0•÷ÖTRn­¬áª','§	Æùâb^²š¤á0ƒò¡•/ƒU^öÄàñâì','',0,'?'),('uæ¾\0\'~\\;·.RWý','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/MissingEndpoint.php',0,'šð™IjüþÆü_íz¼','šð™IjüþÆü_íz¼','ÔðŠJ}B¦•*Ò\Z>o4½iS\'ˆÎËrg\\3$Eš','',0,'?'),('Dé+\"„ÀØÌ;kèP‹@','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/MissingRequiredMIMEParameters.php',0,'ºðNL`«è¥±©¹§]Æµ','ºðNL`«è¥±©¹§]Æµ','Ù\n7•î_á×]yºö\rÉ\0+WàÞ‚¯ÿ¼<è\rÆ7#¾v','',0,'?'),('cJÎxh\r\nØÌ²G9æ6','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/MissingRequiredParameters.php',0,'ö¨zº¹väïêžWa§8»F','ö¨zº¹väïêžWa§8»F','kV×—çÓ­¶4Ü+\"V›!«Äjû˜»ø_¸$d','',0,'?'),('<å]}ÎãâiPµ§x¤','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/NoDomainsConfigured.php',0,'eÌ\0ÞH`üÙ²@Ë±‰§5','eÌ\0ÞH`üÙ²@Ë±‰§5','ž‘˜åÓ²Î¾gºv†þŽ3?~¡¤àwú²','',0,'?'),('Fˆmåé¸Ë‘²¬ÛkBN','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/OptInHandler.php',0,'zÔZ|û:ä:[¯t!ú\Z','zÔZ|û:ä:[¯t!ú\Z','†»ïÜ—ÿ$.Ì·šQI+7v\\MÕv»','',0,'?'),('œ ºÁ~\ZéW€tF æ,','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/RestClient.php',0,'3´6¯VŒÈ K;FŠ°é','3´6¯VŒÈ K;FŠ°é','mÏ`Oã{í‰R¶–M€	•Ýe>Ð¹Ò¼IU¯@Ñ','',0,'?'),('Ê\r(¸þHø„‰eZHÇ2','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/TooManyParameters.php',0,'*<0ô’™7!<eª÷-¦','*<0ô’™7!<eª÷-¦','k·ÕßM5ëò¢1}j‘ýœÞ’ü•$‰Ê«)_\\‚','',0,'?'),('Ø&Ö›’X×†jë¸.Ñ½','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun.php',0,'EàåÞ\02d‘ÔÓIèmC','EàåÞ\02d‘ÔÓIèmC','&:0mÒHbfÙ’Þ¡‹¿2ŸæÛsóFO¶“¶Ï¯tJ','',0,'?'),('ÒOi5¥ßÜÎBJÒÒ©H','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Exceptions.php',0,'ÙçÈcFNWR*&G–Šð','ÙçÈcFNWR*&G–Šð','($¥“Œ€o†Aå¦šY.»¦\n‚Ã9bIr÷IÇáüeÊ','',0,'?'),('ª@Ê´užÚÆYÕê@v','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Exports.php',0,'Â¯£ÇÌíƒ£W;ùÉºöS','Â¯£ÇÌíƒ£W;ùÉºöS','ï<öq±K¥µ§«ûœÈ>u	ÇnÏšoýJ‹†\'eÁÎ','',0,'?'),(':Xa7J{·SC{\"xFg','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Inbound.php',0,'Z·y=?D¯{|‘6¶9\n','Z·y=?D¯{|‘6¶9\n','½ØjavQîî*é£Šœ.Ïiýê´I•ö\rWë^ÐQ','',0,'?'),('Äæ•?ª“}‚²wÿ1Ûê¹','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Internal.php',0,'Ì3ævFk+`EÖC<8Pá!','Ì3ævFk+`EÖC<8Pá!','sP³ ­‡‹N¯U­F*èM\'ð \\@Û}ñ¢ê.U_üË¤','',0,'?'),('p³CNe\"=›‘\ZÎ\\','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Ips.php',0,'\\œ\'ÝLÝ%£¦[%¾ë ','\\œ\'ÝLÝ%£¦[%¾ë ','‚øºÒvŒg‹FêšGÛÞi¥¦¨ŽÛÁøZp','',0,'?'),('pãb€´ØÐr½ù½‘¼','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Messages.php',0,'´¾¤Ò/*ž[OF§Ýä','´¾¤Ò/*ž[OF§Ýä','êb•Mû9×\r?£ËæJr9é¸9Š—m!ý<…','',0,'?'),('F™J:)ÿ]ëã>h|KÐ','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Metadata.php',0,'°¾Ü€ÜA¥‡\0þ[J /','°¾Ü€ÜA¥‡\0þ[J /','Ä\0¯ÚD…Bð\0ê€\"ôUÄî|((\n*?ž7àhyäk','',0,'?'),('­wk=Ò­ÌÚíâŸjY?–À','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Rejects.php',0,'¦½#	t:®p+j5=l=ìü','¦½#	t:®p+j5=l=ìü','[-°ˆ¢æ7Ü:?ŽE\"÷Žÿ;KŸ_;Öê**q','',0,'?'),('ô£<x¢”!S—$ÇÁ„5à','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Senders.php',0,'[5nhW¿QÈkmÌ°>‘','[5nhW¿QÈkmÌ°>‘','0˜¸§.“œš!*å¿Õ,	àÉ»Ï‹ŒÈÍ$P´Ÿ','',0,'?'),('6Lmz˜ÁˆEŽèß©jb‚','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Subaccounts.php',0,'9ÚÏ•+IæÍÇ¿³D@','9ÚÏ•+IæÍÇ¿³D@','Xv/¸FŸ5+,POS™¾¦}á((Ö+tŽçû±­Â|œ','',0,'?'),('2Sõ>¢eb%šÛcËà…','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Tags.php',0,'…5RÌšåmÎ‡ÎéŸ¤','…5RÌšåmÎ‡ÎéŸ¤','æz¹B”ïÆB¯(«-màÝÍ7ËÇ¡¨Cìž‹n','',0,'?'),('J¶û.àÆV¿\'Z?\nœ÷','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Template.php',0,'±6D\'ŽøÛ :®Ù¯\\È‚','±6D\'ŽøÛ :®Ù¯\\È‚','	tŸÃ@‚½Äß;ßgwñ£6y\Z ,vu2à<w=Õ','',0,'?'),('Kç\"|’aµA1ÒÎ‹	ƒ','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Urls.php',0,'v4ËwõõÖî!±±r›ô','v4ËwõõÖî!±±r›ô','JÇûŸEºq‚zŽÄà@áïùÕ—óÙ“ø\no\0’','',0,'?'),('äìÌè?Ý›Ùw¹öž','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Users.php',0,'÷òoUÃ¤ö©Y|—Õ\'¹','÷òoUÃ¤ö©Y|—Õ\'¹','u/5ÎI@ƒœ¯$Ñ0Î4å\r¾EK	C½óòF','',0,'?'),('ØGYL÷I¿Wõß±','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Webhooks.php',0,'•ömø”‚ÍVW®°eÌÂ','•ömø”‚ÍVW®°eÌÂ','˜Ûï¾\0F¸¥ÆX‹hƒ$l1$R÷ÏT\'PÏÑá','',0,'?'),('~M‚©ãì¯PçÅï¡¢','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Whitelists.php',0,'’S¿eÓ2Òaú¨*& tà·','’S¿eÓ2Òaú¨*& tà·','ùœœõ©Ùg×ÅUÐu@ÈG†W‡¥À±ÓÞKMc','',0,'?'),('‘„`Ý„\01Z°u˜³žÕ‡','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill.php',0,'(äR)öí	˜È1Xš@>','(äR)öí	˜È1Xš@>','çY­bûq\r½[ÃI‚ª	½ñî]ÀkïÖµó\'Ó:;','',0,'?'),('ß\Z.æuÙC†Tli‚´M','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/ActionNotSupportedException.php',0,'é8yð*GŠùþdšÜˆ','é8yð*GŠùþdšÜˆ','þÈ\")~Ø1AÊñð„(/§4³Ô7gB§cBGx','',0,'?'),('§*©€\ZÒïä¯(ž¦*_','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Api.php',0,'ÃðbÙEãÛý$@š^}$','ÃðbÙEãÛý$@š^}$','0¼FÎ²Ìšƒ^âÀ½”<Òö§›:…¡ÏL¢Ni','',0,'?'),('ò2î8`§oåë‰ífô	h','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/ApiAuth.php',0,'HˆËâ2ÑýýñÖ\niÂ7È¸','HˆËâ2ÑýýñÖ\niÂ7È¸','•\0=KŠ?³;;X£èaM²\\Åfñnsü^M\Z','',0,'?'),('\nQ¢ÃKiÈHæ¡_Äö','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Assets.php',0,'g\n±¯„Í`•@ U»^ÿ','g\n±¯„Í`•@ U»^ÿ','“Ä*˜¯JÄåˆÝ®V<a Úˆ\nùö&lóº\'×í','',0,'?'),('w¾ôRGpzùaêœ','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/AuthInterface.php',0,'|Û[5ŽZ>h1d/È#','|Û[5ŽZ>h1d/È#','w^¹Ê,Œ¡¦*ê”Þ+£-`ÉêÒø¼nq¿Å¤Ýw¯÷l','',0,'?'),('æCE]ýBÇ™]EÒ²l\\ô','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Campaigns.php',0,'Þ³ÅèD¥øÍŠHØˆr‹·','Þ³ÅèD¥øÍŠHØˆr‹·','~úmÙUÔË*û§sýÅº¹y¼X·™Š^f:ÁJ	gN','',0,'?'),('V.-ç úZÛê9—(\0','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Contacts.php',0,'TÄèÔ“#aG\'EÿÏ¢','TÄèÔ“#aG\'EÿÏ¢','Áy\'õrÐño*H‡yyöüÐ™njl\'­ÚìÏ	\'F5','',0,'?'),('f¡K¢Q<%5ã\nÍŒ¨°Øï','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/ContextNotFoundException.php',0,'J¬ˆeS<i1¶Ô*¾lcx','J¬ˆeS<i1¶Ô*¾lcx','IP›£ªª¡­€qÞà	Â_¡–&”E¯vR;*R<Ò','',0,'?'),('k‹Rí¹\'ÞQ7¦Õ’3¬ƒ','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Data.php',0,'_5êt•àÙk!¸Üú[õÊ','_5êt•àÙk!¸Üú[õÊ','\Z|)ð¿âžúƒi±³|K2²þäK\'©ò*©IMØ	Yp','',0,'?'),('\\\"W©b2#Û\"pÑAÜÌ\0¬','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Emails.php',0,';0§MTé©üå\Zl¹V',';0§MTé©üå\Zl¹V','WŸá¨Rˆ<0OEó‚V”ÓCjÓX~ßm¯dÖ&²¡A','',0,'?'),('€\nše\'*å<°ä8¯','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Forms.php',0,'Q´›ä™Eš7þKRr–í','Q´›ä™Eš7þKRr–í','u!ùà\rg®†òÅ€]E­B2ê¤¯ùe¢‹Ã‘-qðZÜ','',0,'?'),('Ñ£WNµÆÝTÑpmir…Z','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/IncorrectParametersReturnedException.php',0,'˜ƒw›^ãš­¸Ë{ 5õØ','˜ƒw›^ãš­¸Ë{ 5õØ','¡°\Z¸9§˜ª¯X3ê×¨gnh•ÉIûµFW†nÝc','',0,'?'),('føÎMµÁÐÆ[Xvwš?','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Leads.php',0,'Q(Ëýê(åA`/{{†GR|','Q(Ëýê(åA`/{{†GR|','0Mw×4|ƒLM°£ì8)ÈöR”kÍm|Eœ×ŠáQËû','',0,'?'),('ý¦lµÌ¢št›Á—ûTÒ /','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Lists.php',0,'¢±n¼¬ÃÕs­^N­Ï[Î','¢±n¼¬ÃÕs­^N­Ï[Î','Ã\Zv6I4éÆ°˜ñHÿƒÂ²ˆ|ìsÁ 5í¯¦È§','',0,'?'),('‰é&©2DýCãoe\'4º-','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/OAuth.php',0,'Æ#?Â)ÚÐ#ÔjKêß„›í','Æ#?Â)ÚÐ#ÔjKêß„›í','±SãMÝ’œß ¸À¥jLl‚ÅíujÆ\\‰¡Q/wè¸ª','',0,'?'),('ØGß/¬Ì‹XÐÒ£Ð‹AŒ0','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Pages.php',0,';õdÂÚ˜ñ\0;«R•œÂIã',';õdÂÚ˜ñ\0;«R•œÂIã','<]ïùô[™~\"¤û¤&FÞV–ÏŽhD¤ÿÒL©™','',0,'?'),('K#õ’©Uv$Ð.É…D§','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/PointTriggers.php',0,'o£m¾kcJnû \0gMËu','o£m¾kcJnû \0gMËu','=½ìçÑ›š\":¾~›ä¶[\rUì¡!Œv<1öh','',0,'?'),('d\Ze<(\"0{)NÄ+','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Points.php',0,'I¿VÇÿ‚YJX ø´T±a','I¿VÇÿ‚YJX ø´T±a','ÑÈ)ó52Ö¡µ“Buøfó¸Ó0b~é”öÉÎ','',0,'?'),('Y(Š„ø&Ñ1¼´N6ÕˆÖ','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Reports.php',0,'·hÙÀÀ¶gÚŸö¡GW›þ\Z','·hÙÀÀ¶gÚŸö¡GW›þ\Z','ž]‹ÆšÞC†€U„~?îM\"¥yI0<8tø÷ìw½','',0,'?'),('‚ûÜ‡ÿuqî=w”–±õz','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Segments.php',0,'!|O=:iþß;¬vú¹P ','!|O=:iþß;¬vú¹P ','Ù|Ãe‘ÄùûP\0¹ïÆˆ8x5­žå/J^_','',0,'?'),('þòü´OÁ‚KZñL›/W\rd','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/UnexpectedResponseFormatException.php',0,'ög>ëTñ“dBò)xoj¼¹','ög>ëTñ“dBò)xoj¼¹','„”ž¦ƒð€yÇXŽg@Ö}D´ìøL«ÈÜÃ˜¨ö','',0,'?'),('¢<ïX‹oŒ\rò!Hu“m','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic.php',0,'ØwmÓÿ\'y™}Ds6Ú:B','ØwmÓÿ\'y™}Ds6Ú:B','ëKùwPÕx1¥8ßLMÃùH³qìphínÔ\Z[\0/G4','',0,'?'),('ªLÏi¥Wÿ\Z ®“`¼','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Ontraport/Exception.php',0,'£Ãt­ä<œoõŸ\'ïÔ','£Ãt­ä<œoõŸ\'ïÔ','Où/¹³“·õ1ž+÷Ãj·62îrn;a xø¢','',0,'?'),('í„Ýõ÷ÍE‰–`F#%5à','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Ontraport/ObjectType.php',0,'-8[²½\0ÆÐÔg$1Œ','-8[²½\0ÆÐÔg$1Œ','”.ÓóXédz=Wæbgh/›ñÒË5~¡pRi','',0,'?'),('Í`>ò0ºÝ©ÎüoSlfa','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Ontraport.php',0,',¢}>åš(±^)ÝyRšsr',',¢}>åš(±^)ÝyRšsr','Æ-pØõ+MƒVŽ§¥Õ\"…]óG$8®×ÈÈ®','',0,'?'),(' ËÍE®Õ0ÑrLçH»','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Postmark/AdminClient.php',0,'ÞA¿e ¥ aª”9ŸŽ¬','ÞA¿e ¥ aª”9ŸŽ¬','Y—BýÛ¥éE¢ÊAðCÛÉnJà!A­¤.þç®CN','',0,'?'),('ñPL$~kh}fŽJ<.','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Postmark/Attachment.php',0,'Èß¨Äæa¢\nÏ3ÄT‡t','Èß¨Äæa¢\nÏ3ÄT‡t','31óÌ[F§“ |`Ç+dN#J¸\'/ëQÆÑá;i]‚','',0,'?'),('|3_¿m~°i>¢,°I','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Postmark/CaseInsensitiveArray.php',0,'j†ß(MØÒ¾àe\ZvE¨','j†ß(MØÒ¾àe\ZvE¨','£èCiÚÁ\'e\ró3ê£ÕûÑð‚d!eénÝ˜aÓyêjþ','',0,'?'),('nèk>íŸX<²ú (c','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Postmark/ClientBase.php',0,'o:0ˆöPGþ²xo}X¾','o:0ˆöPGþ²xo}X¾','åpZa6ÑãÛ²Ÿ9`‹sâ÷ñ‚µ\Zè	\\qòº¶ž½Õ','',0,'?'),('˜—ù¿Açhi~gÖã9ÞGc','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Postmark/DynamicResponseModel.php',0,' é)ÿ¤L1\n„áÌ¯®',' é)ÿ¤L1\n„áÌ¯®','ºfS€ÑVâèƒ¡8{ÂŠÔý\0_ÚÛð,µa·Ä$X','',0,'?'),('cË K$g÷K2˜‘z','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Postmark/Exception.php',0,'-7dC¼=_<‘àÅ¹oGïÂ','-7dC¼=_<‘àÅ¹oGïÂ','×—´ŸöZ¹öN{>Â&©	 ÛÝló{I™«¸µ','',0,'?'),('S°>Ò³Ejº#HEÌU','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Postmark.php',0,'­$.\Z‰‹/Í¾6/[ì','­$.\Z‰‹/Í¾6/[ì','ýÈV¶GI’½0®ùnl\"šHåOÂ:¬cØ–£Ÿ¾„è','',0,'?'),('Ï¦AJ‰S`/ˆ ¦','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/SGAutorepondeur.php',0,'¸—wl¾ƒ¶…ïÙ¡’¸ö','¸—wl¾ƒ¶…ïÙ¡’¸ö','³‘UsÿÙÃ—ž\0Ã·•6\ZpnK³¤Ÿ„åñè;ñÊþÚ','',0,'?'),('µY\n\0Á¼|ÿ\'´cƒ+Bt','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/SendGrid/Client.php',0,'DQ(	#¨°Wsšv?Ø f','DQ(	#¨°Wsšv?Ø f','Ö«£ÇõQM¼©8H­ÅIÍð”Ù=Z­Íg±ñ9‹8J','',0,'?'),('\"žŽùr‘U’ÂöÜ¹hg','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/SendGrid/Exception.php',0,'áª4ßo„‚ø%Ê5òË˜æ›','áª4ßo„‚ø%Ê5òË˜æ›','xª6;¸j¢¹¡cp\"m’z&T“ªÎÜ8Ù”åè˜','',0,'?'),('çìyr¯wÝH·¢å@À','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/SendGrid/Response.php',0,'|~·N¬Ò® B|`Ë³{ì','|~·N¬Ò® B|`Ë³{ì','Ü¡¾Òäl÷D#x”\roU¹BæÜ\'n=DG¡Fo	Ú@','',0,'?'),('g$˜£´g²Ôö‚|¤Ìâµe','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/SendGrid.php',0,'³J¢=—å‘váÂ.è¡´','³J¢=—å‘váÂ.è¡´','K0›W!!=SÑ±Æ<2â‘x\ni×‚rw%8&','',0,'?'),('„{2×gŒð|\\@»`iB»#','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/SendGridEmail/Client.php',0,'m–dÜ$0—ùÄI«‡ŠOd','m–dÜ$0—ùÄI«‡ŠOd','0géá4&°“– tšRC`´ÂÖØÆÝþ¡«*‹O¦í4','',0,'?'),('×•øÄõì’wœ£ðýs_L','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/SendGridEmail/Email.php',0,'Ìï­IŸVéä¨¨è!-÷9Ð','Ìï­IŸVéä¨¨è!-÷9Ð','6\Z	«Nñ½WåvÏZÕðÔ<—áänø¹ñw\' Æ*$å','',0,'?'),('j M}‚”FõOØ\"t\Z¥óT','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/SendGridEmail/Exception.php',0,'µ`f¡—üJ+,ø×.Ð™½','µ`f¡—üJ+,ø×.Ð™½','ðü\\ñ´ÙÕWÌqþ3Ç’óR»Âù|Ì:…)Î','',0,'?'),('hàïóß,ÿ@¢F¾gHì—','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/SendGridEmail/Response.php',0,'–K“¢‰õA–¢÷ôòrä','–K“¢‰õA–¢÷ôòrä','M&÷È¥ˆMq~¬[R&À|ÜmC#ŽÈÎ¾O‘Â[6ø','',0,'?'),('áÇÊˆŽI\rEÝ$³8*r','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/SendGridEmail/api_keys.php',0,'ŠóÑ{£MH?ôìp(#°_Ï','ŠóÑ{£MH?ôìp(#°_Ï','Zê$,èÜ€á’-RÁ¦ø¯#Ë²•ÌØbÆqn','',0,'?'),('šY¬¢¸ÁCÁ\nW…÷','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/SendGridEmail/asm_groups.php',0,'6ðØa*ydÿsÙ[áÛw','6ðØa*ydÿsÙ[áÛw','ÏØ›8ÓPn\r%›7Žå\\j?NñÂ_8Â(ÀúéþV','',0,'?'),('ç¦Y›ò\Z”ÊÒ9ÜÜ','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/SendGridEmail/asm_suppressions.php',0,'é–Qâ°5ÚÄ…™@º2\n&','é–Qâ°5ÚÄ…™@º2\n&','8pÚÎ3ÇëYß…¯ÕYûF‘cSÀ–ÓHùç*ŒSŠ´','',0,'?'),('<Ã×ŒÄéZ¯ËrFB°;','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/SendGridEmail/global_stats.php',0,'€ÄMè®7b«qß','€ÄMè®7b«qß','_Ëh°ô*·Š36ß7Øªðø§ûõíc/€uŠ±aÙ','',0,'?'),('°m¹á¦ONNÜ‚J˜','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/SendGridEmail.php',0,'I»éÇÃ!Ñ_ÓlmÖaDRŠ','I»éÇÃ!Ñ_ÓlmÖaDRŠ','8×zíaq\Zñ/±NàH­jI×1¤tL¦jš«È–æ','',0,'?'),('sØFøoà¥ÈõÍdÊcQ^','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/SendOwl/Exception.php',0,'žœI·a!7ƒþ\n¯ÚÞ','žœI·a!7ƒþ\n¯ÚÞ','ßUûeï^ÿ§Ã0á±âû‰û/‹*hë`lë&„W','',0,'?'),('¸ÄSËoRÙHmó0Ûº^','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/SendOwl.php',0,'’Uòÿ×Í,:uŒâÛ,ºÌ','’Uòÿ×Í,:uŒâÛ,ºÌ','ÉõhKó&>mU)Óþ—vsG\'†àÊÐšPáGvÄà','',0,'?'),('ûbA-Uˆ±IÇ«¥’J','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/SendinBlue/Exception.php',0,'Ür1œ®åÞlòü§ùÕS>ì','Ür1œ®åÞlòü§ùÕS>ì','ZC±íU®èË¡ãå†y\nh›·ô{·:¾+bt|74ØQ!','',0,'?'),('‘ßž`G]¨œG›‹FQý','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Sendinblue.php',0,'”¾«k,\0ž¥Üä_Ð*ÞÓ','”¾«k,\0ž¥Üä_Ð*ÞÓ','Št*¨ZÏyü¬r\\e¨Ý¨\"w—VâüË½Jd\"œ','',0,'?'),('’ä°ÄÁ–Äê\0Â¡9Z­','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Sendlane/Exception.php',0,'‰£Qž—jd¶<F„è¦á•4','‰£Qž—jd¶<F„è¦á•4','_®\0Æ¥Jn[2waŠÝÏ´ê¢Jã,Øà=”qëÞ¹Í','',0,'?'),('ÙÂ^&|XòƒOº\0âiÅŠ','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Sendlane.php',0,'ˆUu<J>e+6iE¯d¥ó','ˆUu<J>e+6iE¯d¥ó','È¥Å\rMñ¢dŽÞOˆõe½…öÞàÝ!@©v+çº¨€','',0,'?'),('Pù²\'¶®&–ß?‹ÆC','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Campaigns.php',0,'ê?ÒJè”¥ƒñò^ìŒåG','ê?ÒJè”¥ƒñò^ìŒåG','YZÍØ–ºþBU…ÚÜH¨­ÀË-g6lºqWí6o0!ì','',0,'?'),('B˜ScïG¡ê5M’Ð;²','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Client.php',0,'ËÏ×~Ð¦yø@×õ','ËÏ×~Ð¦yø@×õ','†¢„JËž2ÓpSb‰\nêƒ\\i!éíåh¬rè¹+Ž®','',0,'?'),('4f ®´¸A¿BÝ±#Èÿ','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Config.php',0,'hv/—Ëê˜·_gQ®‘Æö“','hv/—Ëê˜·_gQ®‘Æö“','óqÃ–!ü²ÀH0þÇÐ¦9áñ¼f&vaI¢ø\ZË','',0,'?'),('­dþÞcµ¹ìOfnÊÎ™Æ\0','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Countries.php',0,'/ñ\0Pµ$sƒôÎÇ°zË','/ñ\0Pµ$sƒôÎÇ°zË','~äv3#o–q‘°½¿ÜWÎÂ¥DÑ¶D”íÛ›‚','',0,'?'),(')H{XÿóóJ\"FÄRŽ¶W','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Customers.php',0,'öà8ë¾«Ã:oalÎ~','öà8ë¾«Ã:oalÎ~',',`‘å0ã@¿ìô¼ûk}9$ñjié±ÅûÈ','',0,'?'),('•Ói2’­-¹}É”f<;','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Exception.php',0,'Z‡BÆ«jÐŸEœDÍ¨—\\','Z‡BÆ«jÐŸEœDÍ¨—\\','ò;µµ>—>\0©™f^–gai«2íVÉAóþ_äî','',0,'?'),('nä#×“õ\"0\ZîÆ‡²—','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Json.php',0,'²î.Î”™HtˆÃs5W','²î.Î”™HtˆÃs5W','çš®%/°y†¼E_¨9ÒÊë/‘Èæ¸ÿ5DÖìÄû^Ue','',0,'?'),('ýLXTÃ#ƒcK¹Êa[cÅ','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/ListFields.php',0,'X\r‘Ÿ×Ž—:j´\nq­©‘','X\r‘Ÿ×Ž—:j´\nq­©‘','.3S 7èc¸CÂ\r™KæøÍ‡£Nˆ>9«ù†B®àÄ','',0,'?'),('>h”\'ºKC‚YWDí','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/ListSegments.php',0,'SVÐqGÓ©¶x¸¡û™p„','SVÐqGÓ©¶x¸¡û™p„','ëÈ‡¯WñÞº¿	sf3=hfL0Õ1cbä8dM§äV÷±','',0,'?'),('_¼\Z#!WZ ¶\'o¦ÃN§','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/ListSubscribers.php',0,'UU•MÝBœ[ÁªJ¬µI','UU•MÝBœ[ÁªJ¬µI','.úÇ´ Šý®‹*Î©+è¡Y<µ”R†fÅ¤·úN²¯','',0,'?'),('¦®ªÿ×ˆ¬[xÕG–ªÝ','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Lists.php',0,'D	[,.PÀ~¾’©2-NU','D	[,.PÀ~¾’©2-NU',')„lXÐ¹í\\5´pôáÐ+!#ª¨òI<ü™@','',0,'?'),('cs‡¢Õ©Ì—[Ó© çOÇ','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Params.php',0,'!_üsLÚ_4qx¥™È>`','!_üsLÚ_4qx¥™È>`','	ÖOÛñÏCKŽ•ëoÆž\Z€ÿÁy/Œú–8Ôg\0','',0,'?'),('®ƒ1‹öëÐDJ­\"\Z•Ç','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/ParamsIterator.php',0,'ãK‚½Øµk\rr})f¿','ãK‚½Øµk\rr})f¿','oü%(P?5LÃhëlüMEr¶”bÛúŸ=&ê9]\r…æ_','',0,'?'),('lör<Ð:\"¦3í~œzÿ&¥','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Request.php',0,'†b¶Ó‘#ä$;1@','†b¶Ó‘#ä$;1@','$@£:Û·Úf*B|÷ñ»½ÇMEÓ}wG®š°','',0,'?'),('Ö‰K˜»9Ä°Þ3Ñxß','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Response.php',0,'ø†Ò{3¼©k ^1!1²','ø†Ò{3¼©k ^1!1²','@Õv}¸1õUÚÀnðøÅ\r\'¼U\'êáC<N*Pÿ','',0,'?'),('Xú?š@=^ÕL—›ïûÝ','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/SendreachV2.php',0,':.å#*	³¬V˜zBc',':.å#*	³¬V˜zBc','A—\'VÅÖ_”N3T›fÏ¨é`{ÌÚUùn˜ä¯ºðà','',0,'?'),('Ò½u×üèbÂ‡Ô‹ÄÈ„S','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Templates.php',0,'z°¦ö†xY{û®½]ÂsP','z°¦ö†xY{û®½]ÂsP','8ë\r\rýÖ´ÆÍƒ·¨óž9móXùéäKÅŒÚ8O_Ü','',0,'?'),('S.²ÿž¨¬ˆløìq','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/TransactionalEmails.php',0,'Oþ\\¡\\ñéH×ndÏl4','Oþ\\¡\\ñéH×ndÏl4','«±™G9¨qæÖfŸY\n¥å<wä—Ýê AþA¥X','',0,'?'),('îàþöÓxwdðXò•Qí','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach.php',0,'ûÞÊN>ˆù´ðxä‚è@ã}','ûÞÊN>ˆù´ðxä‚è@ã}','k7R´Èa\ZÌTë\0ó¸(¡Ñ ]ªœ4HÀ†‘´ì…£bï','',0,'?'),('ˆ/™œ¶ØîjRFE2\'','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Sendy/Exception.php',0,'Qæ-õ«ûÜ-=Z·å¦','Qæ-õ«ûÜ-=Z·å¦','rÁNóö(æö¥RÀOªUuÀˆñ›wb]»~Z&æ’¯¸¡','',0,'?'),('é]ÍIãªî7¬#É(S\"©','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Sendy.php',0,'ÞÏ‘tRŠTàNKóz','ÞÏ‘tRŠTàNKóz','!8s=ÇGjYõ§—˜X¤Ö-q¡wÓL£T¨n™“Õ','',0,'?'),('DJ\nOjLïëœˆF6:Õ0','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/SparkPost/APIResource.php',0,' \0^~üƒ,¬*\"a',' \0^~üƒ,¬*\"a','5¡i9\0Ëš\rìZ¾@±E‚èe\n™\r>Y&Êcn','',0,'?'),('[Ï¥‰ª\\d²rN›Ÿ','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/SparkPost/Connection.php',0,'}k¼ºï õÀ{XÊrh~€Ù','}k¼ºï õÀ{XÊrh~€Ù','„lK7pQ@()Vëg>‰Gtò¦¦¼|Dmù ÄØíCÞ','',0,'?'),('§¿Ðð3ó¥ÿ×`®IÚL','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/SparkPost/Exception.php',0,'2%™(®Ky•ÛÄÝ~æ8Ñ','2%™(®Ky•ÛÄÝ~æ8Ñ','QFÕuèß$Aó¬¶Äºšƒ/Fj\"ü¥+Xÿ','',0,'?'),('µ)ó:S/êCòwv¿ïS','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/SparkPost.php',0,'Ø}-ê2u\nv\Z¢ñï_(','Ø}-ê2u\nv\Z¢ñï_(','¯K‹Ôß´ù]ÊEŠï;@Þ•Äb›rXVÈ²yXØ¤q','',0,'?'),('½ÙX`\Z4À.cŽHÕl','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/TdJwt/BeforeValidException.php',0,'¢¾(i}ˆ3Tä?!À­8!','¢¾(i}ˆ3Tä?!À­8!','ó2T^Îñávñ`VÛ.v5ï»p„]Ç+¤\rÄ3õw8P­','',0,'?'),('Vgs~¸µ\n¿m›æy*õŸß','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/TdJwt/ExpiredException.php',0,'€Ì-Uò–ÉÿVI˜°','€Ì-Uò–ÉÿVI˜°','½\\XÂ¶(,el¯®åcDSÑ²RŽ7›Ôt\0Çóú5','',0,'?'),('“=wÙ;nsçy—Ù­±','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/TdJwt/SignatureInvalidException.php',0,'³×9¶*ÖUù<™}[þ|\n','³×9¶*ÖUù<™}[þ|\n','³­(kÛÊ¦¤†öÎåPbÙy$ÝNôþù\Z¸*%|Üâë^','',0,'?'),('!&\r?ãG[ÐýŠ×Ö','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/TdJwt/TdJwt.php',0,'ì½o:‚\0ÚÞrF	0','ì½o:‚\0ÚÞrF	0','\rÅÿŒ6K.2³|Ê(^D­CÈÄ:QpÞ°\0–ÔÆ7…','',0,'?'),('€7¸	»}µêØEò','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Twitter.php',0,'§zXÇõhôÃÊÉiªÇ','§zXÇõhôÃÊÉiªÇ','d¢0º$Š×ÐP¿ŸkjB Uá\r´7ÙÍIþ)¾€','',0,'?'),('7¯|	ð­DrHÏ\r|EÚ','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/WebinarJamStudio/Exception.php',0,'º(Å¬Ö¯F2Ö€>ÁÈÎÊ','º(Å¬Ö¯F2Ö€>ÁÈÎÊ','æ%•Èÿ¦°ü±=Lÿ\"‘C¨M¯\rçM>mDIÉQqdÁ','',0,'?'),('÷_ì€<?[Ó\r>}œ','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/WebinarJamStudio.php',0,'Eàl¾‘šþö\ZA	$','Eàl¾‘šþö\ZA	$','‘(`1ôªŒX9@sƒ!Ù¢{*ž¨NÅ®IóËs=K','',0,'?');
INSERT INTO `wpbe_wffilemods` VALUES ('ä²“ácàÓ“yH¹K4','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Zapier/Exception.php',0,'¡µÍto¤z’þÈeÓ~9','¡µÍto¤z’þÈeÓ~9','ìä´ OµûH<]kÜ­¬DK5a$E:Ö®ñókë','',0,'?'),('è›TÕÇWGîùŸ\\¹Õ','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Zapier.php',0,'·1Ç=E—²8jJekí;Ï','·1Ç=E—²8jJekí;Ï','—‚g¨[\0‘•ô@aÈ\n‚Ig\nƒ«”ÄÄŒÃÕð ','',0,'?'),('KÐ¯Ãù/Sé^P”·|¾K','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Zoom/Exception.php',0,'‰µ	Ék±»ìÍýéœ=Á','‰µ	Ék±»ìÍýéœ=Á','î€äŒ½‰Åº\n8ùÈBC\\PuÿbÇeqå´õV]ˆfâ','',0,'?'),('êÖ^iR°úîØÏèB','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Zoom.php',0,'Š¹Ã `À8ÛI•€hí:','Š¹Ã `À8ÛI•€hí:','b:ëÔgn[±‡~’R¤ƒUTÎ\n•’*líE¬m¨s','',0,'?'),('<›ãS#0/u˜1‚‰:´6Ò','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/iContact/Exception.php',0,'×DtHÄBš8E\0fxt t','×DtHÄBš8E\0fxt t','Þ^\nÞ—;®¼d·.‰Ç–a4w’•déz¥¸—Óš:h','',0,'?'),('s#\'ùÏÕH¯Ìš Ãå','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/iContact.php',0,'˜°M!èŽJóoíñ•pq','˜°M!èŽJóoíñ•pq','â‘MXvÃnxqIfoä}­;``%¬3þ@Z¢','',0,'?'),('©ÄEcø+`Íär!•·','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/v2/GoToWebinar.php',0,'ÛËZZžîÕ×J—HÓY','ÛËZZžîÕ×J—HÓY','‰¦ÜÓ°`­`÷\Z‰k*‚U–lÜ½~eÒåŠ%>','',0,'?'),('²|{Ós´ÞÖIh','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/misc.php',0,'‰Få.½SöäzaÊj>™}B','‰Få.½SöäzaÊj>™}B','!ð/ö‰C4Fá\"ÉwpŒ`n5iðÄEŠ¤VqJ\rÁ','',0,'?'),('DH$ÈÒ«W,¡\Zo>`','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/views/admin-error-logs.php',0,'ŒÂ÷*\rî0æžu¡á˜~bF','ŒÂ÷*\rî0æžu¡á˜~bF','£!Eh.uçl¤Òø‚¸é6’Ì—ô1ÇÜ:\0Ù’jÛ5²b','',0,'?'),('ü’-ˆí’Cq»CV®–~','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/views/admin-list.php',0,'ƒ<´0Ö{Ë4$ê[u-','ƒ<´0Ö{Ë4$ê[u-','–—zøç Jß¦9K }9lB4Ë2$<½ŒNG}l','',0,'?'),('–Q!Íó	T´œ`Q±VV','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/views/admin-messages.php',0,'t²FXzm¼¡C¡¢i\ZHq','t²FXzm¼¡C¡¢i\ZHq','¥±¿x¤5â•2ª`:ôÞ£-ëXˆ>Ku+^ÈDÖ','',0,'?'),('bW¥Ž;¹bÜ·\\¿\"}_\"','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/views/editor/add-api.php',0,'ÎÜUW’Ï¥¯ÄpT€î','ÎÜUW’Ï¥¯ÄpT€î','MÜxèöéW_‚”³wªªB\"\"ù\nø¾¹Å¸\'Eª‹','',0,'?'),('Î§ ¤zÓ:3«aÚM°','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/views/editor/add-custom-html.php',0,'j9”&A›,µIÆqGØáo','j9”&A›,µIÆqGØáo','¢|]Ö“rB#\0«ï¢GTCI—G3ÊONÌOº~@\'Y','',0,'?'),('–à3:ÉºXÒßnãæ´ö','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/views/editor/add.php',0,'Hj¬Ëo¿SÌ°é;Ò©v','Hj¬Ëo¿SÌ°é;Ò©v','[é³dê·çŠ~éÜy%ÓõQ7™ºCtuÅÿ¹\"œ;eä','',0,'?'),('äÜ;+‹ÜìMîÐŸ/Q¾','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/views/editor/autoresponder-code-fields.php',0,'a-«Æc\0æ…÷¯m9ÙUÎ','a-«Æc\0æ…÷¯m9ÙUÎ','»6êN’ÍêY¾Cà*N0VX=\rQrÅã†ÿKX','',0,'?'),('1ªy­‡X_Rrý§','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/views/editor/captcha-settings.php',0,'LVÂRf?¦ÈE^„.D','LVÂRf?¦ÈE^„.D','¥Æá”›À@û’õÿµrmÜ§ÌOã~¼T¢ô“˜+kL›','',0,'?'),('ã88¼Eú®„v£Ñ!²â','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/views/editor/dashboard-api.php',0,'>«…óŽ\\k†cCéåúÓo','>«…óŽ\\k†cCéåúÓo','œ¬qîŽ{P2Ôk	u¹Â‚TÐkh&©Pæƒ','',0,'?'),('|§môãB|Ç*”\'ßÅû','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/views/editor/dashboard-custom-html.php',0,'Gš×\r5óŠÝ†½ÏWüÉü','Gš×\r5óŠÝ†½ÏWüÉü','Í˜Öøp1‰èN]¿Þû·k‹?þH\Zû™¼ã/$¿','',0,'?'),('QíŸ`b”Þ¿2ƒh9%Nþ','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/views/editor/dashboard.php',0,'ç¬ÿŽÙ‹ùƒôûsÉÿ','ç¬ÿŽÙ‹ùƒôûsÉÿ','IÀMˆaƒ³óSˆo×pÖ`\\“ÌçÜ;1žŒÕÑôéh','',0,'?'),('-ØKG§Z>¿|û]q„Ü','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/views/editor/partials/api-lists.php',0,'IŸÜ“ÎÓE¦É,ù 1×','IŸÜ“ÎÓE¦É,ù 1×','#Gš® N~¿œH×ÑÜ\npF§ÓjÜF~?š¿M·¬…','',0,'?'),('ÜÔ#(áß?¯\\W®)6','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/views/editor/partials/api-select.php',0,'â(†xJ¨o½E·°Äí¨¯P','â(†xJ¨o½E·°Äí¨¯P','“\0û1}\Z·Ê“:‘î“89Ú—Çæ®ë¶tÚj','',0,'?'),('Ä¬÷2vªÄ Éƒ53ýöÈ','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/views/editor/partials/api-shortcodes.php',0,'­•Ö×)“=çà®Â6Jr','­•Ö×)“=çà®Â6Jr','w:==âÚ´«î¦NAÉè[ÀO~ØªYÂO\rT‹þ,×','',0,'?'),('r‡¥‘O\râuw2GÃ>¼’','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/views/error-log-entry.php',0,'pZ	3¬ýâ†Æ¬#µæe2»','pZ	3¬ýâ†Æ¬#µæe2»','lýÅx²Hb)£4gŒ7&MšbêzÿÓß8Ì”®KA½œ–','',0,'?'),('L–1ŒU„âBkÞ üé','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/views/includes/video-link.php',0,'áõÃ¼¨={¥iCñ¯ã¢','áõÃ¼¨={¥iCñ¯ã¢','! O‡Y-g‚¦¦É#0ÆÏVuzHæyÃ P‰­','',0,'?'),('RÖ]ÿ‰æ°Í`á­hH','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/views/js/admin-global.js',0,'ÓPŸ‘¢ÖôW‚<=:-9e','ÓPŸ‘¢ÖôW‚<=:-9e','n4´qj\'»™Ãøc:–BÓ³1ÌÚï–\rãÿ`ê','',0,'?'),('¤au´ðÑÞ\r¨U¿ÑÐ','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/views/js/admin-global.min.js',0,'È)ËÃW‚)p}†¾x','È)ËÃW‚)p}†¾x','f;¯S#½©–¤ÑÇÊn¸Ê‚èfH’Ù‹úo#´×','',0,'?'),('ªR™W‰øÙgüxq-âºË','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/views/js/admin-logs-list.js',0,'›:eZ³W0‹L\nÕ–~Kû','›:eZ³W0‹L\nÕ–~Kû','¨è“ŽÓ“æa’·|ÖHYòøk,hkp2\nYÑf×Þ','',0,'?'),('¿f:vÇHk¡…HÒqòð','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/views/setup/activecampaign/forms-list.php',0,'ºà8Ÿ¿÷ƒ”Âôô¸(A¨','ºà8Ÿ¿÷ƒ”Âôô¸(A¨','	Yƒ,®¿¤\Z‰DßÛdÕk\0® ÿÍQwü—àèK5','',0,'?'),('5†ø…&´q(`‰]Å','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/views/setup/activecampaign.php',0,'Ê\0!d•ÏÕìõYñ!çwì','Ê\0!d•ÏÕìõYñ!çwì','dM(ò(«ZÔ¾§:¨ßu¾žë›ÅàÑŒjPŠá·l–','',0,'?'),('PðMÿôßÅ]ë\\‹–	Þ','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/views/setup/arpreach.php',0,'”»žU‰ŽZ;éºÉå\n,¥I','”»žU‰ŽZ;éºÉå\n,¥I','X}v‚|.ÚWc>T˜g$ã¾\nl>y¥¢k”+¯','',0,'?'),('¼–g(*óÒ^MšBüs','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/views/setup/aweber/tags.php',0,' RƒC¥5ë˜ùÉøàU',' RƒC¥5ë˜ùÉøàU','Dª€/“œ£?;gÇ»	At€ùh,Ôgù)rO<ÜKs','',0,'?'),('›&a2#–e‘µ…Œ','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/views/setup/aweber.php',0,'2¶öÙ©¤…=§ÓVî£>Ë','2¶öÙ©¤…=§ÓVî£>Ë','Ö0Õà7ßÑç2¨Œ%ørÀjy/ÖÊØA\r¬r;¾lU','',0,'?'),('mµBí•¦‰BVð¡nvª','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/views/setup/awsses.php',0,'Ej¾éYÿaAR¸3ž…>ã','Ej¾éYÿaAR¸3ž…>ã','S 3r$×u<ˆõœxa9Lù Fc¤¯T® ^','',0,'?'),(';-Ž\Z<Ÿòh÷Ä','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/views/setup/campaignmonitor.php',0,'¦7€xÇúµY\"äÌO','¦7€xÇúµY\"äÌO','ä&µÕ¤Š(Së{ëª/*ÑŠêèÞR²šÞ™}˜Ptù','',0,'?'),('?-·Õð$<§\rX§Ò','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/views/setup/campaignmonitoremail.php',0,'ÇòJ6A(Ì²ˆ÷tSÈÖ\0','ÇòJ6A(Ì²ˆ÷tSÈÖ\0','ÅMªí~ÈUÉÄ7R#a’‚o>L/³ãÔå‹àÛ','',0,'?'),('š\'aKÁ|¡û(ød²¦û…','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/views/setup/constant-contact.php',0,'ÆNØ\0°²‘ýL°†˜”‘—','ÆNØ\0°²‘ýL°†˜”‘—','Âi˜2­\rxÉ>ØnâøgÛŒc¥ìa¬Äð* Ü³U','',0,'?'),('J+Ÿx â^_ºF\0F','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/views/setup/convertkit.php',0,'dû•„yØóÉ´.äû','dû•„yØóÉ´.äû','™W	‰NG74a‹Ø„êèû&:»\rUiR¥ãK/ZQ$¨H','',0,'?'),('ç€ÃW0`J 5ÓÛW=a','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/views/setup/drip/optin-type.php',0,'ÊÇ4\'Rã{ô×Åm‰!','ÊÇ4\'Rã{ô×Åm‰!','ù&É²ð3\0Y9WëË—°@’SæÍÅ4‹s!ä\ZA˜ú','',0,'?'),('ÃŒ¬wèXµÎ%¦·Ïçí','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/views/setup/drip/proprieties.php',0,'¦gx\'î©áƒÄ€·¾ãÁ','¦gx\'î©áƒÄ€·¾ãÁ','Lú>-v–FeÁÀaVC\'Œ£©•¨ó\nrÓ™€´FJÉj','',0,'?'),('ùßM\\Dnmˆïá¤\0ô3XÔ','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/views/setup/drip/select-type.php',0,'7­‘ð¥öS[ªŽŸ ','7­‘ð¥öS[ªŽŸ ','\"óúûHRËR‹L›¡MçÛµN&÷y!ÍŠÑ±_‚*8','',0,'?'),('ÄDõõ`üu#÷˜¾-','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/views/setup/drip.php',0,'…ë/˜Ý©jX]6jC&Šµ–','…ë/˜Ý©jX]6jC&Šµ–','ùÍ¥¿($ ê~m”¯¢?Š«f 9wN·8±ÔUË[®÷‘','',0,'?'),('Ä‰­r£Øÿö\\/¹„','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/views/setup/everwebinar.php',0,'dl 5£Ëh`\'\'¯çÙy™r','dl 5£Ëh`\'\'¯çÙy™r','×ÛÒWÁ1‘M>	Èaë|Ø7Úcì¬£€Ú¢ðì^NÐ(','',0,'?'),('!u»QV›Pú&Û?Ï','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/views/setup/facebook.php',0,'¸€v\ZT}ÑÄÆÓG¤¡(','¸€v\ZT}ÑÄÆÓG¤¡(','\"4üBÍx\rë:cÔkÖ-×8²f\\¶(j›pdÜ','',0,'?'),('/y2B‡ÃžY;­m8HÌX','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/views/setup/get-response.php',0,'d´%Qƒ×6³¯;Øa|','d´%Qƒ×6³¯;Øa|','»\0g0öÏ¢ ~OP˜ÂO69Ö®{K½ºŒ’ÿÄG','',0,'?'),('NŠ°LrÐŽù+þ¢Üq–Û}','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/views/setup/getresponse/cycleday.php',0,'‰\'§]äåË\r§å*ud','‰\'§]äåË\r§å*ud','<}ÐŒÖ_nÈ q€µ298Îs2]#AÆé*X³ëÑ÷ÑŠ','',0,'?'),('ã3ŒöëÙê;8·¢\n','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/views/setup/google.php',0,'&ÜzF½}’÷ÛöJØYæ×C','&ÜzF½}’÷ÛöJØYæ×C','Š˜ê²CÄš6l^K]”µGóð˜¬ØpÃu®j','',0,'?'),('Ï2ù/@ÎìX\nð\\¤ð­,','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/views/setup/gotowebinar.php',0,'ãË\"ß–™ªVÀ+µ6åÈ,','ãË\"ß–™ªVÀ+µ6åÈ,','mP›S}÷+ôêž>QíáxWDSp|Což‰xFÞ£','',0,'?'),('¹E! Ïä±íäbl[ÿû','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/views/setup/hubspot.php',0,'[o œoNÎ¦\n^éh+MÚ¦','[o œoNÎ¦\n^éh+MÚ¦','\"ø*à`„u»•êVÞ¿ëÌS¦øó¥éÃùÞY{\Zi','',0,'?'),('Ñ\'¯.–­ÊÂÅÝlî0’','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/views/setup/iContact.php',0,'8= ãv8÷Ð°>!íï','8= ãv8÷Ð°>!íï','-1CÅÛ¿?2ô|¬r~´Ím°1asnúê½hÆ/œe','',0,'?'),('Ó+Ð–Â:=Žyú0I\Z­','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/views/setup/infusionsoft.php',0,'™T?vùŸâÙ>RwY‚','™T?vùŸâÙ>RwY‚','ôÆ\r×OŒN/ƒq…óé‹×JL¦`ýTS“p¸3¾ËÂ=','',0,'?'),('¾\\Ñ¶Ut‰Â‰\"eõ¥·o','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/views/setup/klicktipp/tags.php',0,'c„»s÷¨,qd%»7M	','c„»s÷¨,qd%»7M	','c\\t<û¸/åŽ°rëŠªQJ––5j	àg\\\nëA','',0,'?'),('ôÚÿÜk-ï¢Ú›–ßðÁ“','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/views/setup/klicktipp.php',0,'Œ¸¼öYWàæ}âòæõ¨','Œ¸¼öYWàæ}âòæõ¨','¿=7\0¢£e÷xÍ=C©:Í¢¯“A@Í.ÅV¾Æ§]ßÛÃ','',0,'?'),('pQt½­J€ªT Q_Ý#','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/views/setup/madmimi.php',0,'6ìJ<cüŽÖ‰~`Îh','6ìJ<cüŽÖ‰~`Îh','°çJØœ­1w¦ÊÍ0ÛÌúÝj’”ÆOüV`¾±.k','',0,'?'),('z8g¨´º$ÎñrÈùml°Ì','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/views/setup/mailchimp/api-groups.php',0,'uµ3P·ê…m1¾ƒžÎè8\n','uµ3P·ê…m1¾ƒžÎè8\n','iˆoZ‡ŒÌAv ò\0ë’ÏŸc²vìÔ÷“¤–N ƒ\rƒ','',0,'?'),('m§ c‚Èïµ;ò_','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/views/setup/mailchimp/optin-type.php',0,'èƒËf_¼½9	Æ\rþ¥Þ@','èƒËf_¼½9	Æ\rþ¥Þ@','/p\\GÏ}%°‹Bò¬üm‡BÌÐ4÷\nB¿2Äã','',0,'?'),('³Ž¾·ósÝõ#àƒçh^{f','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/views/setup/mailchimp.php',0,'­šÀ‰,_\n›Õ•äTà ','­šÀ‰,_\n›Õ•äTà ','À²¯…Òà®Îæ@Œk\'üNÉ³öNlëúdúü¸Ü(F','',0,'?'),('\n:uá|#4yE&ÅŒ34s','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/views/setup/mailerlite.php',0,'4smHU@ó!Î_e|žì[','4smHU@ó!Î_e|žì[','@<ˆN;cå4Áý7ƒÔE)JUÊ3g—šw Ö:!j','',0,'?'),('T½€{Ž|j‹²ÜÁ','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/views/setup/mailgun.php',0,'Ðe¶Ò·Fr”hM±OE','Ðe¶Ò·Fr”hM±OE','²`Š³7/t|ðh×?ùN¹jì§å“.kÁ2i\0Q,N','',0,'?'),('»¡ëJ€\Zvî,K+Â^','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/views/setup/mailpoet.php',0,'àçß_:ÇZöûl€®t©Ø','àçß_:ÇZöûl€®t©Ø','¾`M‰³ØÑý®šµö\\yñcŽæO¤M‡ùù\n0]5','',0,'?'),('¡.ÎGf£ÈÛ’µ','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/views/setup/mailrelay.php',0,'²å…«ž¨õ¥Ø¢å>èú','²å…«ž¨õ¥Ø¢å>èú','u#`=º8óˆ:çL*Êeém§{Ú´Úg¼ò 0]è_','',0,'?'),('¦õ€”d’„ˆj\\á0','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/views/setup/mailrelayemail.php',0,'Ø›SËc¥\\?oŸx(ñ³','Ø›SËc¥\\?oŸx(ñ³','ƒS³î	Ïm±S8en¬‹„’)cÄñ}\rë²Ê\0','',0,'?'),('úÎl»ÕøÜU#\\•¼ÿ ','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/views/setup/mailster.php',0,'Éè£fÀ:ßBÐÝ¬«[Å','Éè£fÀ:ßBÐÝ¬«[Å','@OXîæ\0 ¨Â³ÙBþ­UêÅªÝˆ“¼dú°­µ÷Z','',0,'?'),('ì¤©¨Ü#ùÁu)­E‰‚2','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/views/setup/mandrill.php',0,'ÿP^}k)à%~Â¥z','ÿP^}k)à%~Â¥z','ùþ¢‡sº\"<¡’î¦ðôµ·‡ŠŽÑÅx0Gñr|M','',0,'?'),('lô¾·.¾hÛ°!AáXt','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/views/setup/mautic.php',0,'ï\Z\'eM{/lÁÈòÀ÷æ^','ï\Z\'eM{/lÁÈòÀ÷æ^','¦çÊ’4“d`!´ˆ±»—Æ¨)xH5$£ÍàŽ-kƒ','',0,'?'),('úå\nQkÂ<èÔfz»7Y‹','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/views/setup/ontraport.php',0,'ÕíÏ¤#‹2¯Š\"z³qá','ÕíÏ¤#‹2¯Š\"z³qá','\"Êr¬ç³‰~~¯d×$À3’Ìé€2 <[\"Ùš','',0,'?'),('ö)¡[ªÿ!eÖç¬PK','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/views/setup/postmark.php',0,'K\rn¨é³@Š–q·ó1X','K\rn¨é³@Š–q·ó1X','{‘m‰Â£ÏkûŒomçháÍ®8÷û¸V \n\ZŽÓ','',0,'?'),('ýüÜŒ>r{€\0ABÙV','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/views/setup/recaptcha.php',0,'÷.¢\Z?5©CKïIÆAÊP','÷.¢\Z?5©CKïIÆAÊP','‚ý”üˆ»8Éï¬Pn™YëƒÊ/p®U¿n±H','',0,'?'),('Å\rÈ©^ÎØ¼!¶‰*æ/D½','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/views/setup/sendgrid.php',0,'GúÙùÄÇÐÁe','GúÙùÄÇÐÁe','½%›@r0Ô˜²Ö6¥›‚¦æ·7lV>ús¯ƒ\Zý','',0,'?'),('Ø]?SÚ2ã7T…6:ßô','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/views/setup/sendgridemail.php',0,'Ì	g@yYãé’1.pJ¤','Ì	g@yYãé’1.pJ¤','/÷ùØ¨­!ƒ©3•Û`™ªû6l·ÅÌÒF<WÌ\07z','',0,'?'),('Ïà¶Ovnâjª’”;K:','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/views/setup/sendinblue.php',0,'”ëUüÖóP¥TÜ4ÌúÍ','”ëUüÖóP¥TÜ4ÌúÍ','\rbó$¼*\0	‘TãÅ­\0Úáº\ZG0›ƒáª¯‹‚\\ý','',0,'?'),('ÅQ…Åuë§¹— TpnÏIÌ','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/views/setup/sendinblueemail.php',0,'Éy©«štvO_W¥4Ûo&','Éy©«štvO_W¥4Ûo&','‘½\\TÎ˜³¬ƒó…è‡+(\rß6‰ug\"=MÕÚ','',0,'?'),('× Hÿ‰™‡úpŠ	<','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/views/setup/sendlane.php',0,'¤ftèE’¦»¥û_','¤ftèE’¦»¥û_','FA?¾¿@Ë2ñÚÆ\\¯¨?Í¶¹÷>N5Gîÿ¯£','',0,'?'),('H*b Vvß×åF!Ø˜-','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/views/setup/sendowl.php',0,'§ nì°`Ó¯×g1H%¹@','§ nì°`Ó¯×g1H%¹@','§tþ€©^EšKÕ!x#®èªéüß/Ãº²ï…','',0,'?'),('OVÖFõAg¬\'wÖÐo¸,­','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/views/setup/sendreach.php',0,'M’Â´£×­÷ë•áþ]¬','M’Â´£×­÷ë•áþ]¬','¢“»S@\rþ¥«‡—Ê.Ãã¡šÂ0î^¶íÑÙ)ÆÞ,','',0,'?'),('œ9A?ã¯&éƒ+lG¼ßä','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/views/setup/sendy/note.php',0,'óèZž˜µý|(¦±v¼{<¨','óèZž˜µý|(¦±v¼{<¨','jF@tTw¶\nÂwùA2;w\n48õíMˆ…út\'´ã]','',0,'?'),('@¬;PË7[Ùá4\\n¼„','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/views/setup/sendy.php',0,'d¨v‡¨%VB4:;56þ','d¨v‡¨%VB4:;56þ','TºÑYÝl\nsÿÜÉ0í€vŸwÇdŒ†\0Såý|<','',0,'?'),('Í Tû K ÀˆÞÁRW','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/views/setup/sg-autorepondeur.php',0,'T#{ì\ZGo.]·HýgS','T#{ì\ZGo.]·HýgS','zQZ@ïÂ+y`>N‘9…‰Öf—¡:äH\\ø$','',0,'?'),('¦³jÄãOéh	3g`&*Öƒ','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/views/setup/sparkpost.php',0,'™…^¸ä-†ˆlP?øì','™…^¸ä-†ˆlP?øì','¸ãýÓ‡Èì`p w#,\0kE2}çzp\n?h‚ªú','',0,'?'),('ßî3‰Ažx\' ö%J+ ;','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/views/setup/twitter.php',0,'¥B»|ðÛËOEàlº\'Q®Ô','¥B»|ðÛËOEàlº\'Q®Ô','\"ç^ebÁYD5ÙÿoäÏø‰–)Ò%¸K#\">>¸<šó','',0,'?'),('¢\nõÒ~…-`ÍzLÉ‚Rÿ','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/views/setup/webinarjamstudio.php',0,'ž¾t¸ ñ¢\\}ÍfúXÄ','ž¾t¸ ñ¢\\}ÍfúXÄ','¤@bkFŸ\n‚´oóååöŒEGæC»Ä\rvï]ÜÜ','',0,'?'),('Yf)o@ ˜Ò»‹çÞø','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/views/setup/wordpress.php',0,'-¤¹¶g5Ã~ÇÎÄ#/Çœ','-¤¹¶g5Ã~ÇÎÄ#/Çœ','Ü<‹›XWÂ´:¾ïVØ@ùí,EŠ}iùùa»ñ$€','',0,'?'),('Ž±¼…Ï2óòù—i6Š†Ø','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/views/setup/zapier.php',0,'5COû¹ao¢5t®¾ë.~','5COû¹ao¢5t®¾ë.~','ßuSU1›è©cQÙ<D˜±´/;U‹k«ñîe-œ.¸','',0,'?'),('´fõ.Íç\Z/è©¯yòå$','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/views/setup/zoom.php',0,'ÐÈµ¶ÒÆä&|–°','ÐÈµ¶ÒÆä&|–°','3 J™·+¬BlÇY»(/Âßºe`8HÑ\'w«¾¨ÜÃ','',0,'?'),('É-&FtíöÖSwPgÃA','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/crons.php',0,'-@œQ–Þ…Ð†f/8¿','-@œQ–Þ…Ð†f/8¿','Õ¿Î_ZÄ[ûv¨Wê692¢z‘ƒ½i²õmPòÒ²€,ö','',0,'?'),('Óÿ\\:<rÙ\"z˜Á','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/db-manager/class-td-db-manager.php',0,'í†!g¨û++‡´;hAõ','í†!g¨û++‡´;hAõ','ÅxYïËË¢¿ªøàøÉ^cŠ3ò5mO›½~Á_Ö§\"v','',0,'?'),('1|ú˜Ô~Ó#xaÊH˜','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/db-manager/class-td-db-migration.php',0,'žâ^\'’8oãÉ#@ÃôÆî','žâ^\'’8oãÉ#@ÃôÆî','O	ÌÄ‡{\rõN@ZKqó|´Û„m$¼RFbîÉ_äµV·','',0,'?'),('y~gõ)šö o_øuÐe','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/font-import-manager/classes/Tve_Dash_Font_Import_Manager.php',0,'Ã3€ìâ®°‘gá|\Z','Ã3€ìâ®°‘gá|\Z','2¶·³¼ci©»¡¿ÕY±Ê<LÂfÝÄ™‹ì\Zþ&¦“','',0,'?'),('	¬¥§yñÏGkÂÍû‹','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/font-import-manager/classes/Tve_Dash_Font_Import_Manager_Data.php',0,'Ïxþ²g:KcÓ’)iè','Ïxþ²g:KcÓ’)iè','pØºS½Vú±_~”{ûÑÉ;ÐÈ—Åù9žÖDAá','',0,'?'),('&Çö±`P\"ß„˜B~¥.','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/font-import-manager/classes/Tve_Dash_Font_Import_Manager_View.php',0,'4âDìäÄ€[¬=ÛMà»ƒ','4âDìäÄ€[¬=ÛMà»ƒ','š¦–wï+éMÈ£gV²®°Iô@&J&\'vµÃ0þ','',0,'?'),('d…»e¿iƒgG°\"÷þ~','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/font-import-manager/views/form.php',0,'Ü·RÑ„ÉbLÍ›^8','Ü·RÑ„ÉbLÍ›^8','ñ}YY5û	?Ÿ;Žìx]?`ÈsV¯p)sê¢¬ã','',0,'?'),('¿c²É½A‡²xmQá Ö','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/font-import-manager/views/js/manager.js',0,'ãi·£4dîº»þ2YÓÙß\\','ãi·£4dîº»þ2YÓÙß\\','í}Ø¡V˜üNÇ$A–ÎD¦ƒyH0¦>aÃ{ß)','',0,'?'),('ÿ¹ñ‰Ñ²XèHú\rrvò','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/font-import-manager/views/main.php',0,',ÊþR×Ë>;«Üºjo_o',',ÊþR×Ë>;«Üºjo_o','ÈÐ˜÷f4HeÍX6´Ü‚¸Ì[6ËVLÏ–\nÈípwî','',0,'?'),('Ì=ÓQ»óÉgÕ2¤¨','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/font-import-manager/views/messages.php',0,'B<ý‘^á­F’Ñ\n¨','B<ý‘^á­F’Ñ\n¨','ìØ“FÝ§ääa“}ƒ&ØlÖ«ç?©X`4ï|Ô#ÔS','',0,'?'),('xþ\0HmÂqážÇhÜ™|€','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/font-manager/font-manager.php',0,'³®%ËõlX&«PÔ”Æ','³®%ËõlX&«PÔ”Æ','¦‰Z*wtÄxýi\05ÙxÚ2ì²Ô¤ÚÝ«`µDÍjÜ','',0,'?'),('°‘ÕíK>ÌÎçÉÒ¥$é+','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/font-manager/views/admin-font-manager.php',0,'ß§É³Î„¹¾äÝÛ†­\n}','ß§É³Î„¹¾äÝÛ†­\n}','¥ˆñÙtsë\r¼qB\'$_,9ßÂÐ÷I=ÄÛP','',0,'?'),('áuõ8°ÈüÚá–­£ŸZe','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/font-manager/views/admin-font-options.php',0,'–^Ûv;\nÿîm¥Ñk„£ò','–^Ûv;\nÿîm¥Ñk„£ò','õ\\æB­wv¶a<Œv(0ÂGÞ/‹³É5Í jc`Â‘ö','',0,'?'),('»*I¢Q¢à½yj®ÙH®\0','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/functions.php',0,'CÊÿ-ëËè¿w%vCvŒ','CÊÿ-ëËè¿w%vCvŒ','Zì,ŒŒ·\'Ub<rõÕ·ÍÔ÷eêÏã¦€î-%Ë','',0,'?'),('àF4ó¯Â°‰.6™åj','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/hooks.php',0,'Æ¯«»J0p¯kÁî_[ö','Æ¯«»J0p¯kÁî_[ö','VŠƒO­~É·ÀàÞk?8õ1L©Ùœ,þ+\'ªå<Î','',0,'?'),('¦gm¤SL„8*y§Lì','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/icon-manager/classes/Tve_Dash_Thrive_Icon_Manager.php',0,'býL»‰Ià¦Åís§','býL»‰Ià¦Åís§',';èrÝ9ø2ÍÑÙÄûFŽû“59_á°õ‹ðp1E ¾','',0,'?'),('ËÓ†Ùwò±©	©³(ö¢èÅ','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/icon-manager/classes/Tve_Dash_Thrive_Icon_Manager_Data.php',0,'éŠ`@æm`;µu‹¡Äe^','éŠ`@æm`;µu‹¡Äe^','ó‘lÊ(kq¯°È ²î²ÝÑ®œ^J¦+\nŒÜXœ›Í','',0,'?'),('šŸìV–ÞÉ/+Q Dy','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/icon-manager/classes/Tve_Dash_Thrive_Icon_Manager_View.php',0,'(©Žßî²}ë(³¶Ýxr','(©Žßî²}ë(³¶Ýxr','É\'tÿ÷Y‘8@ç¡O8\" i=?Q‡âÕÙ‘àP?t','',0,'?'),('l‘»B!ú®†£ð„7C','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/icon-manager/views/form.php',0,'¸Ax;“Ý¤ïC=5Íj;','¸Ax;“Ý¤ïC=5Íj;','?×bBÏ¢I„|:Äk%PädõçŸ8ÕnŠŽÞ¤g˜:pûN','',0,'?'),('[¸œx¥FÉ¿ÙT‡”ÿ','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/icon-manager/views/icons.php',0,'¢ë\n”oµÚgŒcçSGõM3','¢ë\n”oµÚgŒcçSGõM3','°ä±ÇYB<°‘açí;Á§Ðy‰Zÿ†÷u½Å%Ñ','',0,'?'),('çü6Ò!ˆ8Cóu(îë','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/icon-manager/views/js/manager.js',0,'ñdÅ[98ŠóózñdåO','ñdÅ[98ŠóózñdåO','wr«/»í®xm–Ù¼Lh×Ž–w”é_ºà¼üù¿Y','',0,'?'),('Êl•¿M}\r0é/œŸ','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/icon-manager/views/js/manager.min.js',0,'ªqb¡yÈôÖ_ìW{tó','ªqb¡yÈôÖ_ìW{tó','@ôÖeo„É‹\\þt\ndSdýÃñ‚›ŠŒV‡O','',0,'?'),('ïøË }½³‘´™[\n©Q^','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/icon-manager/views/main.php',0,'õWûœ dÄÞËu•5\'Uß','õWûœ dÄÞËu•5\'Uß','^Ž-ºâf@ÅÙÞ¢Ë#œ¹´‘fs‰ª¾fƒƒ/\0','',0,'?'),('Ï³;Îƒ—{¡Õ)Ö­WGä','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/icon-manager/views/messages.php',0,'Œ.®S¶,ë0/Aˆ]*¿','Œ.®S¶,ë0/Aˆ]*¿','<‘»1Äç‘ª¤`ûš‚0óT3L1ï§ûåðô–’8','',0,'?'),('àèô‰D\Z|‘ C`Z\Z³i','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/notification-inbox/assets/dist/admin.js',0,'/{bóº\n _¥sd~ë™Ç7','/{bóº\n _¥sd~ë™Ç7','æi´¼ôë¡ÉgXÙÿ¶¡ÿbß.	kÁ&0XåÐ~¤i','',0,'?'),('0¸\0øjªJ…öPùM','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/notification-inbox/assets/dist/admin.min.js',0,'FJ²t¯ÚÎkÿ‚¥:HÕ','FJ²t¯ÚÎkÿ‚¥:HÕ','¨Mhu@~B°2?\n®Ë%ˆ\r8<x¼1…&NïYŠ‘Ï','',0,'?'),('[#Ôöj)ó÷ÞürÈtñ','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/notification-inbox/assets/js/admin.js',0,'þUþzôæ?¼‘`iN','þUþzôæ?¼‘`iN','½†,©ãXM£„-o3ÊÖùRM|œ RÙÍô®z UJ','',0,'?'),('LÆD4ðØu…\"36r’Ô','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/notification-inbox/assets/js/collections/base.js',0,'Æ-Ø]À(—	Iëôûˆ;Ù','Æ-Ø]À(—	Iëôûˆ;Ù','ÚûO~nml\0ë|áþ×{vÉîå!Ôø_úøqnñ…>','',0,'?'),('íàŠ™<{w;±l}b;','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/notification-inbox/assets/js/collections/notifications.js',0,'ç¶óÂÑ¨Tjö‹ºÝ¤7','ç¶óÂÑ¨Tjö‹ºÝ¤7','ˆÝj2¿Öƒ>,Hv#3Æw.LÓ\rcAöo”7Eä²@','',0,'?'),('ƒq‰ÌÈs¹Í˜kÝè','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/notification-inbox/assets/js/models/notification.js',0,'jd€ÀüÖÑB${q¬Š\n','jd€ÀüÖÑB${q¬Š\n','n¸¼t™P§É÷#ÚO]ÄÁ³t‚áð½8­<38¤','',0,'?'),('sxIì¬D/#ñ†xÿîÃÓ','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/notification-inbox/assets/js/views/base.js',0,'L@«ls«Õ­t;ô‰é±','L@«ls«Õ­t;ô‰é±','Ü\0RÐ“TxƒB¼yi+M©“Åªw6\\9úé<é\Z>s','',0,'?'),('Ç\nºº(l$ŽZ2','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/notification-inbox/assets/js/views/notification.js',0,'™t@¨7G”Þ,•i6+íV','™t@¨7G”Þ,•i6+íV','‘|ˆÄäÉèoÈ³…÷t¯B”«¼â‹ˆ„ÆÉáJÓÍ','',0,'?'),('Ðí7#ˆ£ÓÂ×ÿuB','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/notification-inbox/assets/js/views/notificationCounter.js',0,'\\/@±BU ©ÑÞä\nfMa','\\/@±BU ©ÑÞä\nfMa','5°ÈT1ô>ÿƒ·àÉà.\0«ýhÀ5¦Ð®YÊm<þq3Ê','',0,'?'),('ÅŠ®g£ñ*§°Î¬­x','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/notification-inbox/assets/js/views/notificationDetail.js',0,'ZÇ¶ì[Ç#µø‡ïÊ:vÍ','ZÇ¶ì[Ç#µø‡ïÊ:vÍ','Ñ§ë¿·.§F@/J•w´Qó# OýÜU\\zt¯äü','',0,'?'),('Ì·5R1!µ;K¬Ûë³#æ¼','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/notification-inbox/assets/js/views/notificationHeader.js',0,'X]/¢5UúšÍ˜Rã\\','X]/¢5UúšÍ˜Rã\\','?´’t3öúÉÝË\'#%Ú¤Üúúy³	T‡µQ—šæ ÑT','',0,'?'),('Ûvc¢ª9`[×	µ‚','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/notification-inbox/assets/js/views/notificationsList.js',0,'³ê2Íë%È¨½SZ;…\n','³ê2Íë%È¨½SZ;…\n','aõ—v{›”J3ïñ,žÃ•@ÀÓùÂö-¥À«(p˜½','',0,'?'),('+aTA\nycˆÌž³´R»“4','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/notification-inbox/class-td-inbox.php',0,'û2ç®1ÌeÖ¯n{oô','û2ç®1ÌeÖ¯n{oô','šJxWG:™>»„”¢ôÒ“s\Z‚éq#ÁT¥ƒ}r’b','',0,'?'),('#µp·žy˜ªoAzn¿','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/notification-inbox/i18n.php',0,'Á3óR\0{¾)$¾möqú¸','Á3óR\0{¾)$¾möqú¸','ÌN*ýrz©û²§Û5nQÊþÂ&!ÑV¦Ã}f›','',0,'?'),('Æ|=ù‡•Û	ž\Z39','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/notification-inbox/includes/admin/class-td-ni-ajax-controller.php',0,'iRÀ—úy(\n4Ò¢&¾yo','iRÀ—úy(\n4Ò¢&¾yo','°ë”ºmWÍŽÜø2ýuÝ¡ÆæÙGÎ$)É4çjÝ7s','',0,'?'),('úM0GØA®0¹ñê1²®Ü','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/notification-inbox/includes/init/class-ni-inbox-manager.php',0,'*Ùƒ‡É9Çå¸#×ã=Í×','*Ùƒ‡É9Çå¸#×ã=Í×','÷±.‰²\\;RíáÎ;?´öD_£IT$Pµœ o X','',0,'?'),('”Ñ$êË4zuŸûºŸì','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/notification-inbox/includes/init/class-ni-message.php',0,'ØÐ~èoø_)ð;·$“','ØÐ~èoø_)ð;·$“','\r¤Ö¶f2è9b–ú&ªe¢”ïc6Ý›ÚGcM¯5àÁu','',0,'?'),('«¹Î©R«×\0û!J=Æ‰','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/notification-inbox/views/templates/backbone/ni-notification-detail.phtml',0,'Ïý`*wŠÞ\"{üCÀØ”','Ïý`*wŠÞ\"{üCÀØ”','K÷zØ\'1…²Œ¸×éãy„à~‡|ã0;[*','',0,'?'),('8©toKÆ«K›2c>Æo','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/notification-inbox/views/templates/backbone/ni-notification.phtml',0,'?JÞÈlŸÁ´Öµ\n\'j›b','?JÞÈlŸÁ´Öµ\n\'j›b','Ás2™›ÕrŠôÐ}hƒ°ÄÐ±=éqÙ§®å¦×/¥1','',0,'?'),('tøÇÍ/ËtÇ¾!øM¶','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/notification-inbox/views/templates/backbone/notification-header.phtml',0,'pÅõ×6öÉ¶”Â½\'Û','pÅõ×6öÉ¶”Â½\'Û','l7åx™w¢YÐVZå)“‹/ƒº×`½ëEaXUÒ¹üÆ','',0,'?'),('ä¾ð	­BÎE=Í¾&Ð','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/notification-inbox/views/templates/notification-inbox-button.php',0,'`‰Ì]¡{á÷·/ÓOï5','`‰Ì]¡{á÷·/ÓOï5','\'µ\"Ï/pÿ8¨zå«™…pö“é-8^zD ^ÑÇl#ÎÉG','',0,'?'),('LA«€«.†×õÖ˜bLh','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/notification-manager/assets/fonts/tvd-nm-icons.svg',0,'P™ŽéªŽñ<¤¯IœLÏ','P™ŽéªŽñ<¤¯IœLÏ','œ°E?%Ï©¯.P÷/wâÄúU6¡àX]Òø™df¢¶','',0,'?'),('€\r¦žöƒ#ˆŠ(±','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/notification-manager/assets/js/admin/backbone/modals.js',0,'ŸR<û˜h%Ìz!H^Í','ŸR<û˜h%Ìz!H^Í','îA*¹Ò—	ƒô	6Jˆh–—-‚xúZUÐõ³‘‡àzm','',0,'?'),('hC+ÂÄôaAJ\nÆ\r¬','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/notification-manager/assets/js/admin/backbone/models.js',0,'ÙÊ\rc3m7Iy¹ƒ˜','ÙÊ\rc3m7Iy¹ƒ˜','ëª@~‡k%MtïË0òNeƒ€„â/–‰+ÄCu//™%n','',0,'?'),('Ç,Mrâ?W™lEYÓ','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/notification-manager/assets/js/admin/backbone/routes.js',0,'	eMñ/0Ã†\nÝyR·©','	eMñ/0Ã†\nÝyR·©','¡´Gdñ¤ÜjYÉ›]tÂ\rÁv×ÏÜ‰3IT˜¡JyÝ|','',0,'?'),('>¸Z)o\"…øƒHèbz¢›','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/notification-manager/assets/js/admin/backbone/util.js',0,'KÏîD#CO,mð‚','KÏîD#CO,mð‚','LÃÌølŠV¼„aI8òqÑÞ½ÜŸÓë}ñ<†R.Ý‘þ','',0,'?'),('6±å=ÂsúÎ®KâÝ÷ØU','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/notification-manager/assets/js/admin/backbone/views.js',0,'”(ß\riž’!”À¦Ýµ¡','”(ß\riž’!”À¦Ýµ¡','[Ž<.ú†¡µ#:Þ5œnÃÏú!	DÃ¹¿Â»œûÈÝÉã','',0,'?'),('ÉzÞ7¥}…‹C7æë','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/notification-manager/assets/js/admin/backbone.js',0,'ÜZ˜ Àµ Öí_òÏ+Ä','ÜZ˜ Àµ Öí_òÏ+Ä','²³YˆóÜãËëãnè˜$‚ZKŠ¸1ðþRX6ÍGF’ú','',0,'?'),('È@pØÏáaP{D+ä','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/notification-manager/assets/js/admin/backbone.min.js',0,'ŒŸ)¹òÝº•îmy62I','ŒŸ)¹òÝº•îmy62I','™´–¹4Tö|ë{®\\Ë{´X8‘Ðù4wÜÏù\r5S±ð','',0,'?'),('}ÂŒG@¤9a}¡³l§8','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/notification-manager/assets/js/admin/wordpress_notification.js',0,'ÍÖfi)¨â—\0Ü©îáº','ÍÖfi)¨â—\0Ü©îáº',')îš\'§ƒ“y¥ñk­ï¿eå8€îFŒÝ­ç3â','',0,'?'),('»æ‘úî‘{\ZàRQ‡Aó„','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/notification-manager/class-td-nm.php',0,'v¸ÄÈi>nœv7O¤','v¸ÄÈi>nœv7O¤','X	€±å¸\'ÊaÈ²­;ÇÊLÊ%®Ê!fÞ1=¿C†','',0,'?'),('(û€KJÇl(4(ìˆ\'TÎ','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/notification-manager/i18n.php',0,'Ãá«vo[ëÐP™MJj','Ãá«vo[ëÐP™MJj','WôY÷ÏÐyé#Q¦5¹Ö#Üª´öEI*Ó”˜éñÀª4U','',0,'?'),('´^öT=²_J)±§²p','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/notification-manager/includes/actions/class-nm-action-abstract.php',0,'i5öAq‚KEfìïÉÊV','i5öAq‚KEfìïÉÊV','êÑ!³â/:¦³œÝ¸KáÐp\nEÂù2&-ep”¤à8Ðì','',0,'?'),('‰eRƒ9Û>21ÕÕô„­','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/notification-manager/includes/actions/class-nm-action-custom-script.php',0,'÷îŸ7rÄ§hù#¨¸Þ','÷îŸ7rÄ§hù#¨¸Þ','ÓžOÝ–~ÉåNh|ïeŽÂt&\r=lŽ#^ª×þs','',0,'?'),('Z‡°  ·¬0÷Ó;ÿŽÆ','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/notification-manager/includes/actions/class-nm-action-send-email-notification.php',0,'áO‡Âl=»´2Ã­v›','áO‡Âl=»´2Ã­v›','m¶_G]aÆ\Z}ëw3u—HÔˆ¶ö9Â­S;‹Ñ','',0,'?'),('ŠY™h ôÐ¸×ÛAn“æ[s','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/notification-manager/includes/actions/class-nm-action-wordpress-notification.php',0,'¦·C	‹\'_·éÇ—òç','¦·C	‹\'_·éÇ—òç','H;úBª›“´­Q¿ŽÏ>j_@½®$LêéYsŸ‹ý','',0,'?'),('ºn1«XŸ{}ñD','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/notification-manager/includes/admin/class-td-nm-admin-ajax-controller.php',0,'ó\nTÒ‹AF¶‡ª¼‘M','ó\nTÒ‹AF¶‡ª¼‘M','Ë{=‚µeàøµÚd¤ÓnÅžSvgÌÞyó¦ºÅhaÄãD','',0,'?'),('ÊFÔ</†ÝÈ¶@Œ’ŽNœ','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/notification-manager/includes/admin/class-td-nm-admin.php',0,'{Yz‹8![B$àDµ','{Yz‹8![B$àDµ','ï\\\Zð»Šó¾ŸÑqê¼	Õ5ÅÛ*¸êßAÔÔ.E','',0,'?'),('wá	ÚçWEƒF™’• qã˜','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/action-type-box.phtml',0,'iLÆ¯Ny#ÌÒáÄG9éé','iLÆ¯Ny#ÌÒáÄG9éé','Â¹ÅjÔH-Ž£æŒìçä‡0°ÐÁ8Œdõ¶×35læÊ','',0,'?'),('Ò˜\0˜X/¿#×j……£[','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/actions/settings/custom-script.phtml',0,'lô‘PÆ\nÖ”¿•^›ªN','lô‘PÆ\nÖ”¿•^›ªN','=#2±`6G²î­!ƒ\"Ó]B?‡Æ«)¤ŒÓ*èpò','',0,'?'),('º-XPC‚VþæóæñCÅô','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/actions/settings/send-email-notification.phtml',0,'õ¶´n9’\\™ó¾ùc.q¨','õ¶´n9’\\™ó¾ùc.q¨','ÃqY4å({ŠeýÖé¬šì’ \"[€($ÁC&‡\0','',0,'?'),('Ê‰ä‚‹.æñp7(\0­ä','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/actions/settings/wordpress-notification.phtml',0,'K=¤­øÝXŽgÓèÉ_','K=¤­øÝXŽgÓèÉ_','ãd.xÙ{£ø¡¬ïß„¤C™W‹NÉ0Y\\90\ZsÝ','',0,'?'),('Q–vM†Ú¶¥Ã¢Ø`Ë•`','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/breadcrumbs.phtml',0,'%ñX=½³èõT`Áñ','%ñX=½³èõT`Áñ','5‘QÙ»³NWù1ìÐµçÆÿŠ%cýíå/©ÙÆ”A½$','',0,'?'),('Ò¹DÇ:“©¦ µf~ç','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/dashboard.phtml',0,'ÅseÂ9ëÐW6ß+\Z','ÅseÂ9ëÐW6ß+\Z','bt¿ Ú4 arl€î?C¹ÐWG”Ûé¼Äáàç…ˆ','',0,'?'),('úYFï8`Î\\\n„©$m]<','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/header.phtml',0,'Â_«1\"Å3\'€D®®¸','Â_«1\"Å3\'€D®®¸','5ÿÍ®¾ÐUŽ\\3Y¿¶µøì›˜vw2Cä]˜g€µÁW','',0,'?'),('‘ô!ÏG„œlêGy…ºð','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/messages/form.phtml',0,'Ï£QÎÒ¬^£}6¸FhØ','Ï£QÎÒ¬^£}6¸FhØ','k-Äc.¢jGµŸ§X–FIk¸‘åÂË5iQcÍy','',0,'?'),('»j9ý¢Uùryr¼ŠíÅ','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/messages/shortcodes/item.phtml',0,'›_ï‰§ þÁxaÀžG»Í','›_ï‰§ þÁxaÀžG»Í','™aÙ.U@t=r½=Çâ¨ì7Š@îvô`è‹D±Q\ZF','',0,'?'),('“®Ó`¿çŒál‘!','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/modals/add-action.phtml',0,'aB¨AògÌÙõV¬³†','aB¨AògÌÙõV¬³†','4ùy—OÕs´‘è•\0Ïr¤µCáØ5‘b µÕ…¼/','',0,'?'),('6øû5$U\"eµ^ghçÏ6','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/modals/create-notification.phtml',0,'QbÊÁ–TâRÖûˆ£³{\nL','QbÊÁ–TâRÖûˆ£³{\nL','D¨î`U\"C\r^mqxùåýãýš|†g•ÕñKY(¹ª','',0,'?'),('zå^×SuLµ*Iƒª”iµQ','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/modals/delete-confirmation.phtml',0,'wÅ±q‘{¸2·%XÌ\'8£','wÅ±q‘{¸2·%XÌ\'8£','HNt£-ó2)€€ã3ßƒá©‘(§‰šÛÈvø08','',0,'?'),('§U©ehU‡ì6c–‘3','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/modals/edit-action.phtml',0,'Œ?jˆu*UÚ»LÂhnå6 ','Œ?jˆu*UÚ»LÂhnå6 ','\"l\0CG£}H„]ýHgpY5Jõˆ‰âTpQnl¾','',0,'?'),('eI¶ƒU!ïG›÷† æ^T','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/modals/edit-trigger.phtml',0,'Â¿ÓEû-hUOfÛƒàî','Â¿ÓEû-hUOfÛƒàî',':\":£ÙÃÍMó*¥ß!²œª\Z8~}õ<<H^mÉQ','',0,'?'),('BˆÓJü»Ç´Z  â»^','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/modals/email-services.phtml',0,'#\rHZÈ+Å%Â','#\rHZÈ+Å%Â','PmÝêðEÑÐØç•ßMüNŸLú;®\'ËøGaj°ÚÀ','',0,'?'),('fVçÀGzqä‹+*î','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/modals/notification-summary.phtml',0,'Z´5³7\r\Z‡*ðû\"›¿X','Z´5³7\r\Z‡*ðû\"›¿X','Y 2£	’Ö`AÖC@J8HÛ&Ö^Ýøñ\\ÙSø','',0,'?'),('udžj\'Mž{éIÂîž4','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/new-button.phtml',0,'I_BJ:®Êeñ½Tßû','I_BJ:®Êeñ½Tßû','DÀÁS_,oÜ¾Žl>~ÀÑ€ó_ÜŽµó’÷Ÿüˆ}<×','',0,'?'),('bâÈ/ðó 7e_t‘4\\G','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/notifications/item.phtml',0,'¢/Pæ3^ÒSqJµÎ	´‰','¢/Pæ3^ÒSqJµÎ	´‰','ˆÓ£É!Ç5ôjž,ÿße<Êçî>ÈÔžçâŒ3“µa','',0,'?'),('=…½\nvåñb”¢8™','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/options/action-buttons.phtml',0,'‹ïfœ\Z&T\'q	&ÑJ','‹ïfœ\Z&T\'q	&ÑJ','*9)9¾‹œ]¶;9¤8®èïX!\n<ÊÖi@©E>[','',0,'?'),('E—©/Ä.žŒØ×»S','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/options/checkbox.phtml',0,'G›”²K®ÄÇ(U´O','G›”²K®ÄÇ(U´O','º‚Õ’&øS½Iî¢×³¦»3\0Lï¢ìn¿¼vý–˜µ>½','',0,'?'),('b>áœsý^BLª‘±÷Ó','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/options/input-multiple.phtml',0,'¬”Ø²‚“öÆ$Ðt¡\nŸD','¬”Ø²‚“öÆ$Ðt¡\nŸD','=\Z;…àãnÏøT¯‹bNÉ‰šž=¾ÌÀðÆ}','',0,'?'),('K4@Nk‚%¨¦4ìÄ','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/options/input.phtml',0,'-{gnƒN9®Y9[ú2Ñç ','-{gnƒN9®Y9[ú2Ñç ','gDÐï=hÆ#\\ôÚñë“kŠxºöúJHÀžTBv¹8òj','',0,'?'),('»CÛI6t–‚<‹¨\r','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/options/option.phtml',0,'ÛaŒx}lÐÌŽîë)N','ÛaŒx}lÐÌŽîë)N','\ZÈÓ—Z÷£Øù`½ufÿ}mÑvûôZ`áçá~	 ','',0,'?'),('BkHÓ]=ÎÝzØ&7ØU','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/options/recipient.phtml',0,'8\"ç9F¯z`vµ6Ì& ­','8\"ç9F¯z`vµ6Ì& ­','¿²SPÇúÏ0MUkéÉ\'ó7t3xXoäã©dIµÁÞ','',0,'?'),('©d//¿ß¾ÎÍÎ¬Á#÷ø','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/services/item.phtml',0,'„Èóÿ¼ëšø\"kÂ.«','„Èóÿ¼ëšø\"kÂ.«','(\'YÓ¹¨ÏÁ¿¤¨umH®ryô‘¼7ú92\"^\"C','',0,'?'),('ÉœžðcŒ/ìB¾Bj»Š¶¤','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/services/thumb-item.phtml',0,'ÐNðÄUôŸ–óéwô¹','ÐNðÄUôŸ–óéwô¹','Ðü¬ù7 çq—tQÉ)Î•ÏÑ|þ@OýÈ`ÀP7','',0,'?'),('ýYAk_‰ÔaŸÜ·zš','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/summaries/item.phtml',0,'‚ºþ­ð^-O-N•','‚ºþ­ð^-O-N•','`\\ûÝ·lc¬×Ÿ˜wËsÍ)?#Œ^™î ¼@','',0,'?'),('¸{F»µÚy™²&EÅ“SÀ','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/summaries/items/action.phtml',0,'¹BÄÙ»\'õR¼<O“(P','¹BÄÙ»\'õR¼<O“(P','k3ÿ«p¯ú»z·AÂöb*²cdGnð®+Op¯¤’','',0,'?'),('®o$eYÒÁÌ\'Îyyd!Á€','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/summaries/items/actions/custom-script.phtml',0,'ÌíÙAá–†¢©N]}VŽ','ÌíÙAá–†¢©N]}VŽ','Í‰Ý³7O¸¬\n)ø¡(Ø~\Zô)¿lèm³)Îq\ZÙY','',0,'?'),('ÙžÔefºÔ¤½M±Ï’lß','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/summaries/items/actions/send-email-notification.phtml',0,'–8‹Ë.˜=(k1','–8‹Ë.˜=(k1','ÞÞ”Àêü{H\0/ó¶Ÿ4«§Ô\'ƒf“+º¤aðz‹Ô','',0,'?'),('nõÝ5–ÀŠ+ióÝ>ùTk','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/summaries/items/actions/wordpress-notification.phtml',0,'ƒD—ê‘jîÜÓóùžš.ÓI','ƒD—ê‘jîÜÓóùžš.ÓI','U}\rœÇƒ]ïM²® Ÿ@ß›\Zõ/µ‰”aã->Nrt	','',0,'?'),('zŽèp‚’Êë¥ì,©Àz','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/summaries/items/notification.phtml',0,'	ësÅ^êIP´ËÛNÑóé','	ësÅ^êIP´ËÛNÑóé','>•NN#wøõüÎÚ¢a¤k´c\'¥¾:âŠ/Þ{€','',0,'?'),('¶¿F”W¯K„S{z3Ühß','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/summaries/items/trigger.phtml',0,':¬Ey 1ŸXf`Õá½Û',':¬Ey 1ŸXf`Õá½Û','–4„[Ë@Êê¨Ê«ne,Oæˆzý:»þ²o','',0,'?'),('¢Áñ\"Pž]=ÙÄ hÂ','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/trigger-type-box.phtml',0,'*FçÅ®%kf8\rŸy6Ø','*FçÅ®%kf8\rŸy6Ø','þ¾Eˆc¯²ÒžžÍ‹ë}ƒoòjŸú­™þ¢Ð†ÌëÓ','',0,'?'),('IýLkÅ‚·(“Ý?ZªC','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/triggers/settings/email-sign-up.phtml',0,'Ç2“OÉàòdäàŽJúË','Ç2“OÉàòdäàŽJúË','&~Ì€çÐn¯\\3»Ý¥6RÑ*]Gâ–Ž%û<ÛäDièi','',0,'?'),('‹\\8áE¶oŠjiÂ+¾—¶À','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/triggers/settings/quiz-completion.phtml',0,'\0õø2¶È*ñŠa}PÁægš','\0õø2¶È*ñŠa}PÁægš','GßKZgÊ!Ø€­åZ¿Þ¸·¾÷CL¯²¼ýŸ¶	E!','',0,'?'),('¸òÒÇQ?öÚzõ¦¿Ñ@','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/triggers/settings/split-test-ends.phtml',0,'iéP¼¿™d\rÊ]ÂW˜l','iéP¼¿™d\rÊ]ÂW˜l','!ßÉ‡þ£ÖzÂ£Äú8fCqý™.•‘ÆüèüÃÀhéÄ','',0,'?'),('fñŸÓWP®(Y¤N<âc','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/triggers/settings/testimonial-submitted.phtml',0,'Ãn½RmSÕbôPÇ¨FQÎ¹','Ãn½RmSÕbôPÇ¨FQÎ¹','ÃÏLöÙVÄÃŸ¤µ…okÿ…êöÿqŠý„&','',0,'?'),('—¨î½”/ú¥ôëÂm','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/unavailable.phtml',0,'´\ZÒ3è\0R&|íH?€…','´\ZÒ3è\0R&|íH?€…','–Ÿ”z§YìÎ:íµ‡Š=Cœ±*ìLýÐÄEÜÅ#›Å~°','',0,'?'),('5¢‰„ä·A_¸lÖüç<','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/notification-manager/includes/class-td-nm-ajax.php',0,'D³þ,tqæ>1àAû™','D³þ,tqæ>1àAû™','óðÑr+²Ö–8æsªŒ¨£E{^5›‚ub}ZC–¡','',0,'?'),('h [º~OÎ²•yxGN¸ÎÔ','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/notification-manager/includes/class-td-nm-checker.php',0,'Äñ)ÝÁïòò¦	rlì5<','Äñ)ÝÁïòò¦	rlì5<','bOCY9?­hÉÉ¤Ñ`}îþÊýp9Ãb„ÃºÓÓnÎ','',0,'?'),('uÊ¹%›ˆGA»Å”ÂÓ','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/notification-manager/includes/class-td-nm-data.php',0,'¼/\Z‘\Z®]R©yÊCC\"','¼/\Z‘\Z®]R©yÊCC\"','¬ùº>ò£§U„€6é‚³TÖò»i¯Ž]@ngù','',0,'?'),('à’ëý1%I0§ÓP‰','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/notification-manager/includes/class-td-nm-post-types.php',0,'—;Ð\'\'«2xñç¶½','—;Ð\'\'«2xñç¶½','Ü8rAJdb¹ýhHh—ä5Œ²ÜìÙÿø½†Ve	ýj','',0,'?'),('\rÁIz°›\r‚ƒéÃ ¾','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/notification-manager/includes/td-nm-core-functions.php',0,'ý+tŠQ‡À*\\+Ä¦çI','ý+tŠQ‡À*\\+Ä¦çI','L]¥WêBùŒ°h¿ÙfÇÿç­+zü…8î•£Å','',0,'?'),('ÞÌÉß\\úðùDçÂ`Eì•','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/notification-manager/includes/td-nm-data-functions.php',0,'›êêÇÍÖÝ_ÿW;±','›êêÇÍÖÝ_ÿW;±','…˜xi	ËL1Æ0L1öõž]ÖaäwiõJRzOjXtÐÇ','',0,'?'),('\'éò´FR^Q˜|ÃÚc','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/notification-manager/includes/triggers/class-nm-trigger-abstract.php',0,'ÈÂ9¦±êlxo.Úù','ÈÂ9¦±êlxo.Úù','Õêe)¤äÇc£d`ŒDlUd\"r“èºÞŠ6ze^ï','',0,'?'),('-yý‚ã˜•nÂœž³xdè','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/notification-manager/includes/triggers/class-nm-trigger-email-sign-up.php',0,'ò²a„žÂJwß_\nß{|Q','ò²a„žÂJwß_\nß{|Q','ÏêP eÕwAeµû	b^™ˆ{gÏÝŸ OöwüºIÇ','',0,'?'),('\rÎ×(ÑB@¿Òšr8î“','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/notification-manager/includes/triggers/class-nm-trigger-factory.php',0,'¬Ù\0ºÈ•fL ð×µ1','¬Ù\0ºÈ•fL ð×µ1','ƒŒýIÀÐ‰Á$MïÐc$jéu„òouïôA­‹º0(xÈ','',0,'?'),('²ô‰+V9sÞ<oÆYIŽ\'','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/notification-manager/includes/triggers/class-nm-trigger-quiz-completion.php',0,'f,39YÀxÊªÊÿH­‚','f,39YÀxÊªÊÿH­‚','ó¥|Ým¯Ý*uG§ŒoªŒß4¬\Z?cV-vA”>','',0,'?'),('»fÿÓ?HíU³¼çãN›¹','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/notification-manager/includes/triggers/class-nm-trigger-split-test-ends.php',0,'EhŠØÃo¸ZË¼®S³','EhŠØÃo¸ZË¼®S³','aÆ<$’µ(/öÚp‘bOÌ4öcÇFxQÛÆÛ÷','',0,'?'),('R—Ô¯Ëâ¢òqäLAƒî','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/notification-manager/includes/triggers/class-nm-trigger-testimonial-submitted.php',0,'ö.¡,~w’ºzú@	a','ö.¡,~w’ºzú@	a','5‰þLbòqG•Æ*£³¢_‚‰[5¶Ã{×','',0,'?'),('%„q¨CS9n2±ŠôƒÃ½¥','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/plugin-updates/debug-bar-panel.php',0,'m@ÕwÞŒƒwß*áoˆ•','m@ÕwÞŒƒwß*áoˆ•','¼ð7±Šà¹Õé‹4ôƒÌÅáfu)WYD—ók3Îsó','',0,'?'),('³‘ ªi®ã	Å¾7Ò0','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/plugin-updates/debug-bar-plugin.php',0,'‡ZN©4O%QqBùŸƒ“¢','‡ZN©4O%QqBùŸƒ“¢','ÅqM4´¯ÄvÉùO„³Ñé°ú¬	\'RÙ–„Ôp4¤','',0,'?'),('e}±)´£îfvMAWŒ¹','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/plugin-updates/js/debug-bar.js',0,'ÍõŽH_T\r˜r*.ðLtô','ÍõŽH_T\r˜r*.ðLtô','Bœ°,<ÒÉ“ñGÁ«$U1Ýoh	3\\¢~¯ZÛhP','',0,'?'),('!F”ó”÷Bxèˆ¾ö-6Ò','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/plugin-updates/plugin-update-checker.php',0,'ziÈ²<R—Rôg6Üb','ziÈ²<R—Rôg6Üb','kWãLì+\r‹›I•Ä„évqÀ‚zW‰Ü\nÍ-$','',0,'?'),('Mêƒ}3Óæ’,Ï5““å','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/script-manager/assets/js/admin/models.js',0,'³ƒ]ÓÚjÓO¶¢žÉë','³ƒ]ÓÚjÓO¶¢žÉë','PØÙ9É±­¶ë–Ê\ZÜ[	ÓË‰ýP&ý/x†b·±7À.','',0,'?'),('¡Rƒî‘’T½ÖåhjQÅ','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/script-manager/assets/js/admin/routes.js',0,'46¢6µž‘¶â1à4ab','46¢6µž‘¶â1à4ab','·(«¢†ma\'!ñ}ú9éÁ#/S“XpCÕ¥’ˆ”…','',0,'?'),('aïä\\eÐ¹˜›yòoæ;³','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/script-manager/assets/js/admin/views.js',0,'½º55§XÛçLùbO','½º55§XÛçLùbO','Àáñ¬ÄÜ“=z>ºe¯½17ÚWíT¼0ÙÞë','',0,'?'),('¥DH„ügº£fH$Yø2×','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/script-manager/assets/js/dist/admin.js',0,'Oì\ZVo9Ã2ý˜NÜç3ý¿','Oì\ZVo9Ã2ý˜NÜç3ý¿','ÀµÛØûtƒGNêCÜ±¼ÇNY\r€b „E\\Ž”','',0,'?'),('CÔd~ÐfO“™ø¿hÂ','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/script-manager/assets/js/dist/admin.min.js',0,'êh¶‡P/µ\"VÒàF66Ÿ','êh¶‡P/µ\"VÒàF66Ÿ','$™èuz$çKÌ^äZÙÁ,Œ†gC<yQK_ýeýM®7','',0,'?'),('ÿ§sï)Â\"ýíxÜ','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/script-manager/assets/js/utils.js',0,'	¹Š}j¬ÔF{Ž¹\'Î‹','	¹Š}j¬ÔF{Ž¹\'Î‹','Kà-Âµœ„ |Ä/BäËç¯‹)üŒ¹kdßÝ)…Iy','',0,'?'),('é=bWªò~Y.¸~°œ','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/script-manager/class-tvd-sm-constants.php',0,'sR³ìãu{‚C¦ì¾‘ïn','sR³ìãu{‚C¦ì¾‘ïn','óÌ‘wš,)á´ÿé8{—AÂQd<$pU<Eºp	]{','',0,'?'),('rœn®nVÎíUgIoðœ ','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/script-manager/class-tvd-sm.php',0,'c(tCùó|ã\nÔQ¢HN','c(tCùó|ã\nÔQ¢HN','Šþ’ƒÿ_\\cg9-1¤AWD$\ZÀ˜”Øë¼•*%kŽb','',0,'?'),('Ë›óâŸì>‘™\Z|å£\n¯','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/script-manager/includes/admin/classes/class-tvd-sm-admin-helper.php',0,'Ê‚‘C#62š>]œru\"','Ê‚‘C#62š>]œru\"','•°k¥‰ËÌ.ÕÚ¨ßØ2=ô†ãzêð}5Sø”÷tŽòo','',0,'?'),('Åö4Ð™í[Bú¼@±Ñ','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/script-manager/includes/admin/classes/class-tvd-sm-admin.php',0,'šò“7ðW·‚ä°ÿú‹]','šò“7ðW·‚ä°ÿú‹]','ýz¦êbñÜiLé´€to	öÂùR«GUÝöÂ ','',0,'?'),('ûê‘ŸÞo)DCä);','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/script-manager/includes/admin/classes/class-tvd-sm-rest-scripts-controller.php',0,'îðCØ¹@¡Aõ{ØäÒêÑ®','îðCØ¹@¡Aõ{ØäÒêÑ®','f²A`þqŽuT™…ˆáN72{Á(Ûd1Sñ@Õ;','',0,'?'),('£¶KÂKCs)ÛSÇšõò','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/script-manager/includes/admin/views/dashboard.php',0,'¿5Š;§ä¶Ç‹ÚÑÉa…','¿5Š;§ä¶Ç‹ÚÑÉa…','9ûóÁöTM	HÇtB¯¶ñãyƒFãª9ÍÓÿÀú_','',0,'?'),('ì•\"ÿ½’råìa9âß›&','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/script-manager/includes/admin/views/templates/breadcrumbs.phtml',0,'d›–ÉÒiÊ?s7Á¿ˆù','d›–ÉÒiÊ?s7Á¿ˆù','tTõéRualbñ\\_Î¸Š×(™aÖÅ,z^Ð©Åƒ','',0,'?'),('‰ÿ”ºGså°:¨¸;æõñ‘','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/script-manager/includes/admin/views/templates/dashboard.phtml',0,'!Ò¼r\"Ûlfž/ÑÒ^§','!Ò¼r\"Ûlfž/ÑÒ^§','?dð\Zá…ñVAŽ²7c!@åoªVR/õ§Äëÿíïª','',0,'?'),('ï¤ø\\4Ýµ`„„^UIÂ','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/script-manager/includes/admin/views/templates/header.phtml',0,'àl\'¿Gã=éoa3ØÕ','àl\'¿Gã=éoa3ØÕ','Zu¿hsŠÃN=z»nèv£f.xå$TÓÖn‹§','',0,'?'),('\r~F],mA6S¨ìk£ÀóP','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/script-manager/includes/admin/views/templates/modal-add-edit-script.phtml',0,'œÖ½%±ª†Ì¹¦¸','œÖ½%±ª†Ì¹¦¸','ue°\'H¡¢ObdG		©(˜‚©wùc\Zô0@Ä  X','',0,'?'),('öŠé˜v\rˆR¥$j½9±¡','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/script-manager/includes/admin/views/templates/modal-delete-page-level-scripts.phtml',0,'5\néZ—©ûét\\->•€YS','5\néZ—©ûét\\->•€YS','qvâÓ§ª×Á]4Ñ_ÅÝ>i9.”N s?ÁÍ	”$','',0,'?'),('»,Ø –>Ö’1—‹Å(~þ„','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/script-manager/includes/admin/views/templates/modal-delete-script.phtml',0,'¦5\n­Ù;HYP€Bc6\nk','¦5\n­Ù;HYP€Bc6\nk','®šÍª=\"v@ñ‘P^Œ ÜÚÄ‡æP¼LÅr’•p~@k','',0,'?'),('D‹“Á³5ùiî´ -ø','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/script-manager/includes/admin/views/templates/script-item.phtml',0,'ÚVÉœœ\'M ëŠÙù¡BË','ÚVÉœœ\'M ëŠÙù¡BË','³Âì“-	;VBbÞ˜·~þ	PkOFƒÔÚ +žb–ø/ *','',0,'?'),('ð  Ëâ¹ä?LJ½…ÙO','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/script-manager/includes/frontend/classes/class-tvd-sm-frontend.php',0,'6IYávXY1&\ZÔ“ð¼','6IYávXY1&\ZÔ“ð¼','ë °K-zËìÂºÃLà¢ç ýrÇ+ãÙ×¾D\'HÛ,','',0,'?'),('M¼äŠ‹ ¨ˆòð	ôŒå','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/script-manager/includes/i18n.php',0,'Ÿ%œ…îú‹õmÜÏÄÇÓ','Ÿ%œ…îú‹õmÜÏÄÇÓ','°²€\n:on¾ŸaKÇ‹È®®˜z¬Ý\'\n/`5 Â—±','',0,'?'),('”_Õ”ðã¼|‚=‚ì„½â','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/smart-site/assets/admin/js/_utils.js',0,'f°£\\ÁFÞž¶9U‘3€','f°£\\ÁFÞž¶9U‘3€','{Á*\\zðT\'Óà¿8Ì‡k“ŽÊÁC$.%¤¤','',0,'?'),('ÉWåšîðvgà	ÎÉ¥±','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/smart-site/assets/admin/js/dist/admin.js',0,'ðj ¾—\r×{-­‡zP$Q','ðj ¾—\r×{-­‡zP$Q','­þ¥ËZG^\\6¦iCès‡ƒÜ#¸È‚€žÍÃÂ¾çÜ¼','',0,'?'),('of›Ë|~2i­Æw¾´nE','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/smart-site/assets/admin/js/dist/admin.min.js',0,'lì][öÕ–#}Ä¼ãË­','lì][öÕ–#}Ä¼ãË­','[Nš\ZSÜò$º–jç¸ç+Â1ý/÷Ãƒáô~¢l*','',0,'?'),('ž¼pøMóák‚¿rè~ÃÒ','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/smart-site/assets/admin/js/modals.js',0,'þßhz–Ç /ò¿†_F/','þßhz–Ç /ò¿†_F/','vs€þIüº.…­ô QJ˜tœpÇƒ¥`ÕM','',0,'?'),('ºxõù:Ëì\'þrœèäÓn','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/smart-site/assets/admin/js/models.js',0,'xƒX ×õg¨ûà!-\rüÍ','xƒX ×õg¨ûà!-\rüÍ','Â—\0V–¸fd½íÈÒ u€ðì+¦ÓÚL™ÍØÁ)','',0,'?'),('\0UºpˆŸ0tÒÏ’¡!­','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/smart-site/assets/admin/js/routes.js',0,'€}Ò>åW!	\0ÚQôn,aª','€}Ò>åW!	\0ÚQôn,aª','Ø\'Éè½\rÞåxÎ£^]Òˆ÷EÛE\Z\rßDA K°Iø','',0,'?'),('5Œö„Á_Iñîë›×','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/smart-site/assets/admin/js/views.js',0,'n÷o@–bPjÓkcb~ÙM','n÷o@–bPjÓkcb~ÙM','`ÝåÚ#6™“ø‘ÍÍWóöÑö rQp¯M','',0,'?'),('îŠ%V½• à”K‘0•	¡C','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/smart-site/assets/js/tcb_hooks.js',0,'„þ@Jæ]/ úÕºpù”b','„þ@Jæ]/ úÕºpù”b','†O\"W$¦¹Þ~T{+\"ªywúïwCA·ï_p‰\"M','',0,'?'),('|Zöÿpžº‡.1ÇxþŽG','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/smart-site/class-tvd-smart-const.php',0,'Ç®ñ¡ e9z”É¦­¿Ü','Ç®ñ¡ e9z”É¦­¿Ü','¸´:§&UäbòŒ¤Sáê¶Ýî£bUDÖÑÞFù9Sñ','',0,'?'),('ó-Ãb€„ŒâSÓ2/û','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/smart-site/classes/class-tvd-global-shortcodes.php',0,'TþÜÏÝs¸‘R¯¦úÚ²','TþÜÏÝs¸‘R¯¦úÚ²','çn+h”8sÎZ®\0!„:®op@“kbõ\Z)Ü	“´','',0,'?'),('×õJÚn¬â\0xòY¬3!','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/smart-site/classes/class-tvd-rest-controller.php',0,'×0Hùd¼Ý\0Qc5^ZŒ^','×0Hùd¼Ý\0Qc5^ZŒ^','Õhb^åËêøR\nÓº <,uvÆ ®²ÒÆö¦W','',0,'?'),('Ï|öÈ@ÅÐ•³¢·{Wº+z','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/smart-site/classes/class-tvd-smart-db.php',0,'»fJ\'gŸwA%}K/n','»fJ\'gŸwA%}K/n',':•ãáé\'AT±«…›:ÒíÊ§ØCv©qÕ³¯6Áç%Ô­','',0,'?'),('Â…jrø·Ö«ç)y+BŽ','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/smart-site/classes/class-tvd-smart-shortcodes.php',0,'¡Ñ&ÆŒ&$]oÚT’','¡Ñ&ÆŒ&$]oÚT’','ÝyÁ¿¦=ß‹þ?ÖÃõÉÖiI³<ýÜñlìXtIQÚ','',0,'?'),('”IÏÉ@s”(´öÌ¬\r1ôÞ','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/smart-site/classes/class-tvd-smart-site.php',0,'\'š#í7]ÁÍP«â\r¾´*	','\'š#í7]ÁÍP«â\r¾´*	','ÔÚ¨q*üo:r\"—¹\0À/{Ík2[xÝpq!.ª','',0,'?'),('ìŠÒÉ²•«(f[¯]ó3','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/smart-site/classes/endpoints/class-tvd-fields-controller.php',0,'¹Óö\r&Ó·m’ñ<T’Â©','¹Óö\r&Ó·m’ñ<T’Â©','Í+ˆÿ4‚àÂí)xôMœÆXY\'¿üÃi\0àÉyO”EÌ','',0,'?'),('²©î¦ª‡»®Ñ(gé\r°uc','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/smart-site/classes/endpoints/class-tvd-groups-controller.php',0,'¢-ÿõ÷…Œ>þˆ`ŠOº','¢-ÿõ÷…Œ>þˆ`ŠOº','§2ÃïG¾1qQ$ØðÍùšëa€ñéSqCÏ¯ÞVx','',0,'?'),('˜Û?h3¼¬N3åDyŒÝÙ','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/smart-site/i18n.php',0,'#tvÿ6/`´B\n¬lr','#tvÿ6/`´B\n¬lr','@Eáq\0¯•9½9xü2Á÷h<íYü ÓŽrñO³','',0,'?'),('clK<-	HÕèV†kç','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/smart-site/migrations/index.php',0,'«¿˜™ÆÌñU¹b7´üÖ','«¿˜™ÆÌñU¹b7´üÖ','ÿ~4¨ÐÆEü+½àº£ŽFFc°«·~«oîI&ƒÃ','',0,'?'),('ÜoÆðß_\0œlÜ\'Ó¯','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/smart-site/migrations/install-1.0.0.php',0,'/òV×}àgyx3û»T','/òV×}àgyx3û»T','W[Êå&jòQp×µH¿£}S©©/ª%¨éÄÜËŠé','',0,'?'),('*o]ÿûKw$¬ÆÇºÓÄ','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/smart-site/views/admin/templates/breadcrumbs.phtml',0,'F©€‰\\cšÂØ›ÃxíŽ','F©€‰\\cšÂØ›ÃxíŽ','²ñM«ÓñÏÃ’Ü¹´ªL	hp>DqZ+öýSý¡)°p','',0,'?'),('p©8L\0»æÔô6guB','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/smart-site/views/admin/templates/dashboard.phtml',0,'˜ºh	^p÷GR¥/0²J®','˜ºh	^p÷GR¥/0²J®','˜&úù;RLîkÓ.°R¼•û¤g¾ÝÁæ[Þ“þÏ','',0,'?'),('ý4ƒæÇ»S\näâƒ÷»ÛH','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/address-options.phtml',0,'Ãã^¥ÆMù±Èjhtq€F','Ãã^¥ÆMù±Èjhtq€F','§é³s¹YEâiE¼?¸§Î•†¡ý¼2¯ó¿úNHŠ;Ì','',0,'?'),('“¶ã¨›ª\0IîJ','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/email-options.phtml',0,'¼ØÅçú_~Áˆ…°†|1å','¼ØÅçú_~Áˆ…°†|1å',']¿fJƒg¢†ë[®nŸÇ#‡ÝrC}3n—‚–ž¯Ù:','',0,'?'),('6Ã£w[ÔKï0ƒAÓ¯â','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/field.phtml',0,'©Á4Ü8,»o³gÓR’','©Á4Ü8,»o³gÓR’','Ý³å~»\0Ë>ºTwl1Ãqäd/M}W=®›ND0ÄÇ','',0,'?'),('´)x.D”©IV<4	®¨','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/group.phtml',0,'Û®­+K§fî¢6êð6À','Û®­+K§fî¢6êð6À','\r{YvÜ\"û¸Œ#`6¶Qufƒ,ZÁØOc{º*','',0,'?'),('·~ÉîSO%Õ_ÜçŠ+£ú','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/link-options.phtml',0,'Äfbm|¨¿–‘]½ß}õ v','Äfbm|¨¿–‘]½ß}õ v','›Ÿ`z“ß)²¼§¢nPò…Ø?ÂI£²‰iST•','',0,'?'),(';¾q›.æ™ñ@õÆXx£','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/location-options.phtml',0,';ÍK˜ÝÊ&œ¬£ÜQù',';ÍK˜ÝÊ&œ¬£ÜQù','MRÖCQ[´(9p¯½åñ……ÊÝ“wÄ–À½½3¹ê‹H','',0,'?'),(':\nåÝÛÝ\0F	YGUP\nœ','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/modal-group-item.phtml',0,'·qüîI\ZBÐö<caŽò•','·qüîI\ZBÐö<caŽò•','?x]¶›CRíûØ·~÷»!qSˆ»œ”Žx$ŠçúôpÎ','',0,'?'),('äv9ØëÙorn¸îûŽ‘w','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/modal-type-item.phtml',0,'Úoð\r2ßÑË8\"§à‚³','Úoð\r2ßÑË8\"§à‚³','Ãy\n‡ïÇ±¼­_êåM¦Ieq´¸O0®ú yÒk','',0,'?'),('ð?Mêb÷*]qvÌ>>','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/modals/delete.phtml',0,'é‘vŽ¹ÍàðÐ²p.Jª-','é‘vŽ¹ÍàðÐ²p.Jª-','äºzi;i•\"e^^”è¨û{Çww›ßEdŽñzÿÊ¼','',0,'?'),('óÐ²\\9\\Ç<iÿîÑ¨=','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/modals/edit-group.phtml',0,'ö&Ùsú§.Þ@	º\"èP','ö&Ùsú§.Þ@	º\"èP','rëó§e±ˆ{õ×-þ!´€t›q¾øJá\"÷\nòH','',0,'?'),('<îbCŽñ\'p}<\rˆÊ=','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/modals/field.phtml',0,'þ@rÅDkQ/ù\'‰×	€','þ@rÅDkQ/ù\'‰×	€','ƒ2öH XÙp@Òö«»sÕÉyÍ^…¡üÛ°j','',0,'?'),('AM%£ðÜ!ñGÎXãB¤','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/phone-options.phtml',0,'\\Ì\n¸@^¯*¸b»\0sx','\\Ì\n¸@^¯*¸b»\0sx','â#žcÐêd€†BýFš|Ø­iÞØìvÐÀMÆa','',0,'?'),('«ÄmÃ^¥ë¹!€ÃÌ/`','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/text-options.phtml',0,'nèµ!¾²jö\rc¨¬Szò','nèµ!¾²jö\rc¨¬Szò','ö‚mPþ»¯b9³xªf#w41á®ëk/B{¥¸¾ñ¹','',0,'?'),('Q)í5Ó?¸D•ø­SzP_','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/smart-site/views/admin/templates/global_fields.phtml',0,'ùp£E¶¹fâwJsjIq¡]','ùp£E¶¹fâwJsjIq¡]','MZ-¤wSò`ËØƒ\'ŠOÛçëÀÔŒËã\\…óV÷e','',0,'?'),('Ë,–˜Õöª‰<÷t•ÊR','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/smart-site/views/admin/templates/header.phtml',0,'¡.+Bò…Šr0¿Ö=ÉÄN','¡.+Bò…Šr0¿Ö=ÉÄN','—ÐT8¬†]Ä–ô\0ÞtžÝ…°5WAz&¤€ðç•£hêBi','',0,'?'),('ä9ý&çx\Zèd¯ÄZ„ç','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/smart-site/views/admin/templates/menu.phtml',0,'²¤¦z±d>¾‡z?EÒ','²¤¦z±d>¾‡z?EÒ','IzÍ3Q¢BË~q¿9¥bŽp¸÷µ€ÙÕÐÃ‚L','',0,'?'),('¨>“Šñ)SÄKŒö9=ý','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/smart-site/views/admin/templates/side-menu.phtml',0,'†“YŽ¢WçwôùrôPó','†“YŽ¢WçwôùrôPó','g¥!µ™§W´2\Zùá¾Û¥hÙ\0¬¨(rYdèèåû','',0,'?'),('Ô¯yÊiaì·‘Ëã…VR','wp-content/plugins/thrive-ovation/thrive-dashboard/inc/util.php',0,'‚†ã*¸1Š¦î®Fx*mž','‚†ã*¸1Š¦î®Fx*mž','¶ô:TÏØ(·ÜÙ–c›„—qò°2O¥ñÑpÑ®|½	','',0,'?'),('\'vÝ{¼lSõÎÑé¶é§','wp-content/plugins/thrive-ovation/thrive-dashboard/js/dist/frontend.js',0,'Mx>&RQ¹ß~‰,ŒÀ®','Mx>&RQ¹ß~‰,ŒÀ®','v´üC­&¶&òZ¶¶¥q]ô‘\Z¡ÖŸ†ˆ²¯)î','',0,'?'),('„\n¶+´12Þ0\rôc~ØÚ','wp-content/plugins/thrive-ovation/thrive-dashboard/js/dist/frontend.min.js',0,'Ézùðâ´tïjŽ‰ìžV','Ézùðâ´tïjŽ‰ìžV','“ôRn0S9ÿ‹µÎVMÈ–#¿3»»†úž°Øc','',0,'?'),('Ö9º|Aáñjô¢Cý“','wp-content/plugins/thrive-ovation/thrive-dashboard/js/dist/global.min.js',0,'\\ÖìS½PDDìÌžX*Éš','\\ÖìS½PDDìÌžX*Éš','¶WrÆ<¼3ª Eë·’ì\n‹Ox®¥TÝÞ0','',0,'?'),('õ6g&_8FEvI{cØ·u','wp-content/plugins/thrive-ovation/thrive-dashboard/js/dist/hammer.min.js',0,':Œoúéûô^Féù»',':Œoúéûô^Féù»','dc¡¦™6naò˜Š=å8ªÂ{ÒñNNa ˜­YIˆQ','',0,'?'),('aÉãÍt	£z¬zûcÛ¸','wp-content/plugins/thrive-ovation/thrive-dashboard/js/dist/leanmodal.min.js',0,'ña©¡–ê^Þä5ÖÂ}@','ña©¡–ê^Þä5ÖÂ}@','“gÄÕ¶œªT}ïáÝ[L½n†Ï%,XÒ1jðî','',0,'?'),('þIP8Ô5ÈE0Òk{\"','wp-content/plugins/thrive-ovation/thrive-dashboard/js/dist/select2.min.js',0,'bÎÜß³JÉSi…Úg¯Äh','bÎÜß³JÉSi…Úg¯Äh','+nZ?ŠãvræÄD¼´ýƒWQF<Ã\Z	X!i3\\U','',0,'?'),('òý³ò3ÙS†D-«ð æD\n','wp-content/plugins/thrive-ovation/thrive-dashboard/js/dist/toasts.min.js',0,'’ic‘µÑŠÏðü’	ð','’ic‘µÑŠÏðü’	ð','²Å¦WÚw{£‰êcççtí è³ÖfÚqÒ(ÒWmÊø','',0,'?'),('ÊªÂ€´\r7¶‚	5Nl@w','wp-content/plugins/thrive-ovation/thrive-dashboard/js/dist/tooltip.min.js',0,'zCg®6õ·ÿéQR¤x0O','zCg®6õ·ÿéQR¤x0O','ÐïXZÕ[îyd.ø\0¸/Zë[©¤µÏßUx±öç¦','',0,'?'),('º©4ò…®áT<š­ <','wp-content/plugins/thrive-ovation/thrive-dashboard/js/dist/tve-dash.js',0,'Þ§.Há$·FN¯¥‰Šã','Þ§.Há$·FN¯¥‰Šã','ä¶ˆŒgB•éfãMñÀŠ-ú\rE<¸¤R.Ý±CT','',0,'?'),('Öõü+ïÉ„éeycÀxf','wp-content/plugins/thrive-ovation/thrive-dashboard/js/dist/tve-dash.min.js',0,'îŠ³õýp­ŒàÑiïÀ&²','îŠ³õýp­ŒàÑiïÀ&²','bR±êåÅ\"ÿu2âÔ©r‘±{®i÷uF3)0È¼Ë','',0,'?'),('²2¡}ûcÒ×ƒ9Z*IÑØà','wp-content/plugins/thrive-ovation/thrive-dashboard/js/dist/velocity.min.js',0,'°æ9µÎÑ7s0^ÇÄj','°æ9µÎÑ7s0^ÇÄj','}üÐN:! ôSZ¡%é‘1¼ú0öù¸q—R','',0,'?'),('ÂùGæÈóå3¶,§Ö6=','wp-content/plugins/thrive-ovation/thrive-dashboard/js/frontend.js',0,'Mx>&RQ¹ß~‰,ŒÀ®','Mx>&RQ¹ß~‰,ŒÀ®','v´üC­&¶&òZ¶¶¥q]ô‘\Z¡ÖŸ†ˆ²¯)î','',0,'?'),('÷8ˆn\ZÞ‹=¯°ÎZ¢\"Ç','wp-content/plugins/thrive-ovation/thrive-dashboard/js/util/highcharts/highcharts-3d.js',0,'?Ml“ôÓ\"4·Ò§J¥','?Ml“ôÓ\"4·Ò§J¥','=Wðüú\"‡¿éª0ûš€qÇŒcÙíµ`Ú8ÑÉ¬¥¨p«','',0,'?'),('ræß5:¦Û·•:¿å','wp-content/plugins/thrive-ovation/thrive-dashboard/js/util/highcharts/highcharts-more.js',0,'Ðòíë)Áæ[õ˜­×','Ðòíë)Áæ[õ˜­×','¯¾¶HH¢2XÙCûw\Z•Lh*ÛeÝùê·œÞŠ÷ÒG','',0,'?'),('èëA_â«\nö<­W\"’Å','wp-content/plugins/thrive-ovation/thrive-dashboard/js/util/highcharts/highcharts.js',0,'ÀY¼<:\nÊ‚W\'Èºrýj','ÀY¼<:\nÊ‚W\'Èºrýj','•¯CHâµú,îán9‡ñÏî„ðJ^è\Z™Š)&Çœ','',0,'?'),('P2…ˆ®~Æs,ô˜¬cn','wp-content/plugins/thrive-ovation/thrive-dashboard/js/util/jquery.zclip.1.1.1/jquery.zclip.js',0,'„Ùxs¸É Œ5Ý ¨&e¶[','„Ùxs¸É Œ5Ý ¨&e¶[',' ÓÐ¢q&mÀ\ní+R¥±7Ð«Ü,¤ØPÑÒEù¸	','',0,'?'),('Áô|ŒA¿SSÈm¾\\€g¶R','wp-content/plugins/thrive-ovation/thrive-dashboard/js/util/jquery.zclip.1.1.1/jquery.zclip.min.js',0,'‘uh¹‰DN²ýKµëþ%Š','‘uh¹‰DN²ýKµëþ%Š',';à…\rM[†ŽôH¤*¯6ê:aîŸšN87{D´ÇG•','',0,'?'),(',eR9ÜÜÀ\ZYw_ÀŠ ','wp-content/plugins/thrive-ovation/thrive-dashboard/js/util/util.js',0,'	ÒN¨§`ÜÁÃM5òcc','	ÒN¨§`ÜÁÃM5òcc','¶ß´™ñâÿ\Z€ùu(…kƒ!½i÷ø}Ï/KXÈ','',0,'?'),('„É(,)v=­FOÌ8Uë','wp-content/plugins/thrive-ovation/thrive-dashboard/js/util/views.js',0,'×ŠÈÐâ¥º7•z$=’\"Ç','×ŠÈÐâ¥º7•z$=’\"Ç','3dº³ç»oÀ8DƒÜ‚¸`ìnYàc‡?Í„`','',0,'?'),('vU·aÕæœ_Žž/\Z²P\0','wp-content/plugins/thrive-ovation/thrive-dashboard/rest-api/class-td-rest-controller.php',0,'Ï0*Ì%8„çË8Ý« ','Ï0*Ì%8„çË8Ý« ','*õ&#*Ð­ûîJ‘?£¾¡¿\rZ¨p}ì¢ HJx','',0,'?'),('Ö‚ív<ó2+Ù¬´•gH*¿','wp-content/plugins/thrive-ovation/thrive-dashboard/rest-api/class-td-rest-hook-controller.php',0,'¬­›ï:â4}ÃmH\nË','¬­›ï:â4}ÃmH\nË','`¶Ðl³|âGŠ6&r»ÝÎG	¢4ç¿ÆpÚÃÆ»vf','',0,'?'),('\r¨Wü¸Ø®qSàÔã‡õ','wp-content/plugins/thrive-ovation/thrive-dashboard/rest-api/init.php',0,'¶J`¬ÝÍQP(‹ù0âªýè','¶J`¬ÝÍQP(‹ù0âªýè','p|×Lÿ\rÔ6æågBôÛ¡rÚågvOv¡\\¨^?þ','',0,'?'),('Û×ªwO¦¸š€hxÌ¢ÂW','wp-content/plugins/thrive-ovation/thrive-dashboard/templates/affiliate-modal.phtml',0,' (m´³2ä÷ÁÚ’d',' (m´³2ä÷ÁÚ’d','ŸYWeë®çRD#Ç‹ÏÈd™;>‹2Øðû\Z’','',0,'?'),('ëâ\\ø¨hÏ¡ûˆ\nhŠ','wp-content/plugins/thrive-ovation/thrive-dashboard/templates/backbone/modal-loader.phtml',0,'AøSWæ^¥âAGÆ˜Ü«','AøSWæ^¥âAGÆ˜Ü«','Û½²©`µ—¨IÒ<Rhëën–añ\'	‘,º­\"‰1Í','',0,'?'),('“4K/YÂgJòø½í}','wp-content/plugins/thrive-ovation/thrive-dashboard/templates/backbone/page-loader.phtml',0,'ö—BþnèPó6$J$JÉ¡¿','ö—BþnèPó6$J$JÉ¡¿','LðÉ|Ê…ËÕ‹GÓ‰%©1•,ù0=Ï‹qäNÂ	','',0,'?'),('b!ÿC‰^lÏä†5:','wp-content/plugins/thrive-ovation/thrive-dashboard/templates/backbone/support-token.phtml',0,'./kÉ\'Øe¤ò¨¶\0ó4','./kÉ\'Øe¤ò¨¶\0ó4','‹ƒË»ã–µFD\"BNyŠHÔ˜[<‚ŠoÈAz','',0,'?'),('ïìç°@£%iZN‚‰’','wp-content/plugins/thrive-ovation/thrive-dashboard/templates/header.phtml',0,'²@ÿõç1Lw#Ê\\n','²@ÿõç1Lw#Ê\\n','ð¾ìÛd‚¼î÷‹ùà¿U¦z”É]ŸØ*)9 8Áp({','',0,'?'),('“¦¨¾™3)ÞóÔ›ë—q','wp-content/plugins/thrive-ovation/thrive-dashboard/templates/product/activated.phtml',0,'É{=z¢>nBe]£úfýTT','É{=z¢>nBe]£úfýTT','‚Œ$×&JBÂNŒ¬µÑä½{Só˜(ìõYðÕ9G[Ž','',0,'?'),('TX—n^çW)u‰¥”¾?','wp-content/plugins/thrive-ovation/thrive-dashboard/templates/product/error.phtml',0,'¯…ñš¶F‚Í\nÉ3ˆ.´á','¯…ñš¶F‚Í\nÉ3ˆ.´á','ñ¾Í$§¬Ã’‰eíÀx|¦›[çl“ªY1!T€ÍÉv','',0,'?'),('Þ·	êü©žFÌÞ9]_.¿ë','wp-content/plugins/thrive-ovation/thrive-dashboard/templates/product/inactive.phtml',0,'Ç{È&á‰\Zâ/-0EA','Ç{È&á‰\Zâ/-0EA','cóçšñ2lâøj‘®¾	F4cò”ËÑ³kì³\n_P','',0,'?'),('ý——ñc94ÄËføôíï†','wp-content/plugins/thrive-ovation/thrive-dashboard/templates/sections/dashboard.phtml',0,'7²sV4SŽã{¦OnF=','7²sV4SŽã{¦OnF=','‹/š÷Ávh2ªAQ”¥¡n+ÓJX€ÒR\rw§Dì','',0,'?'),('#9P½‘ìDò|¨×¯C›‚','wp-content/plugins/thrive-ovation/thrive-dashboard/templates/sections/license_manager.phtml',0,';SpÔ(ä_äþæ·¡',';SpÔ(ä_äþæ·¡','§SÙ;¡Ô™ ­N|àkï%MgÆ_ÈÐ1TA tçéX\Zç','',0,'?'),('Ü{\nDGdÍq…÷ëa','wp-content/plugins/thrive-ovation/thrive-dashboard/templates/settings/general_settings.phtml',0,'%qµ\0ŠÀw\r¦²‘æŒ','%qµ\0ŠÀw\r¦²‘æŒ','óÜä¨ÌPÖc¼Àû\\(š…kL6šM°æ–?éË','',0,'?'),('ç‡ôÕ·ÊÈvÞÖ-#Þ.\0','wp-content/plugins/thrive-ovation/thrive-dashboard/templates/settings/reset.phtml',0,'÷`n”ãë:T,r’H\0F','÷`n”ãë:T,r’H\0F','Ÿß­xñaÐ\\ï\rÊ¦‰Äj<û£AAÁ9ƒè½\rb','',0,'?'),('$Zó˜åC9\'1\'=øD<|£','wp-content/plugins/thrive-ovation/thrive-dashboard/templates/settings/text_setting_row.phtml',0,'½˜ã’xò8ãŽ\\','½˜ã’xò8ãŽ\\','Ù¾ù†Ü›Üe×kž—~TlŒÊÐ3c#ö+\r\'ÆX½;','',0,'?'),('Æ™D4ó<z€QQÄ£.55','wp-content/plugins/thrive-ovation/thrive-dashboard/templates/share.phtml',0,'a	.üH}ÇÏ\Z¶”ÃÁ','a	.üH}ÇÏ\Z¶”ÃÁ','Ó>Åñ*Fæ@S€$\\wƒã½R´À‚òØ—ÞXs”¤÷','',0,'?'),('ÙfËu¦\0â^‰C0 Ô¦Üa','wp-content/plugins/thrive-ovation/thrive-dashboard/templates/ui.phtml',0,'Û¾;%TaÃJÄ_ø(×|','Û¾;%TaÃJÄ_ø(×|','cr€oÃ7˜hÚŸB£gÀó:Ñ:ÖxüÇ°ó’¤º6Ù','',0,'?'),('ÏL1°Ž›H\r½ª£‹¼#','wp-content/plugins/thrive-ovation/thrive-dashboard/thrive-dashboard.php',0,'#>x,\0j>7÷ÕªtÿeZ','#>x,\0j>7÷ÕªtÿeZ','„ŒYL›„ &÷–Ä\Z\ZÆ¥ørÜÜ}bHîïV,bF»','',0,'?'),('Ï%fH¯ÎƒÅz¯6\"ê Ô','wp-content/plugins/thrive-ovation/thrive-dashboard/version.php',0,'’™&ÄG°äFƒ´J8V(X','’™&ÄG°äFƒ´J8V(X','\":9DjÂXq¦’Ê7¼ÝœÍ!j70í—à,Wí†¦o_','',0,'?'),('pŸ8O??]m\\ôÁjÑJ','wp-content/plugins/thrive-ovation/thrive-ovation.php',0,'æ”m¡`z•U„§º•½^Z¶','æ”m¡`z•U„§º•½^Z¶','\'Ñ{ˆ\n$9±ø¢HŸK4\"eiö  ÑÁ³o3B±k¢','',0,'?'),('²ié^‡\råïøKþ>fõ0','wp-content/plugins/thrive-product-manager/inc/classes/class-tpm-connection.php',0,'ß\Z§tš.-ìŠ;ÃÄ’½','ß\Z§tš.-ìŠ;ÃÄ’½','&~7†§Sè¤t×N)…ß/oÿl¹À+=¿÷kz]’€7','',0,'?'),('”ôµãrîÿ¸Ô…×(ÎVJ','wp-content/plugins/thrive-product-manager/inc/classes/class-tpm-license-manager.php',0,'ÊF%aW¯ºB_5i','ÊF%aW¯ºB_5i','oË®¹”ZYÉ·i‚‹v‡Ãõbáÿó¼.j‹','',0,'?'),('oó[§TÊÌ×EªtyäË','wp-content/plugins/thrive-product-manager/inc/classes/class-tpm-license.php',0,'ƒ‚RÊ‡æ,Ìâ¤•µ','ƒ‚RÊ‡æ,Ìâ¤•µ','œ°Aç–’{ùºÎvnÛ7ðjëzŒ‘À{·®\ró~Ž‹','',0,'?'),('À¬sxò„và´Vk2','wp-content/plugins/thrive-product-manager/inc/classes/class-tpm-log-manager.php',0,'ã&ÚÆÏ¤ì(#ÚÔœ@f','ã&ÚÆÏ¤ì(#ÚÔœ@f','\Z%¦ÃE¡{í…‘Ð¦ëÈ¢x ª/FpC¤Õ™t˜Ú40','',0,'?'),('MI*uçG ¯xÄ\'ÝÏ','wp-content/plugins/thrive-product-manager/inc/classes/class-tpm-message.php',0,'¾hÏ/ÔíËc^²†‘','¾hÏ/ÔíËc^²†‘','Ýæ°Þ1#[¿–D«í(JyÜLÒ^‚óº¯˜vqM3ù','',0,'?'),('>`Éh7Åè\ntƒU','wp-content/plugins/thrive-product-manager/inc/classes/class-tpm-page-manager.php',0,'ÍÆî5¹Åo»Ž)Ž','ÍÆî5¹Åo»Ž)Ž','\n¼®Š–¥ÿ9{KÝaÖî±©UF8wîî”Ýóôï','',0,'?'),('ŒÕ³KþXâáß×*{¢','wp-content/plugins/thrive-product-manager/inc/classes/class-tpm-plugin-installer-skin.php',0,',E6¸8Ô{D]¦ñ¸be™#',',E6¸8Ô{D]¦ñ¸be™#','º\\š÷¤áÂ×™è®”Þc•Ò¾:Óñƒjýz½ç\'','',0,'?'),('[¿nÒ]Òâ°‹Àÿ™ïy¡','wp-content/plugins/thrive-product-manager/inc/classes/class-tpm-product-list.php',0,'>¹J+t\\˜)ñU¯p ¾','>¹J+t\\˜)ñU¯p ¾','Vìº™ÛZò@qíÊ\0‰Û’å2²Q®N¸J¯k`úÇˆ','',0,'?'),('¤ÍmÈ?CØ2´ðõ{÷','wp-content/plugins/thrive-product-manager/inc/classes/class-tpm-product-plugin.php',0,'^ãì¼\\³™Pœúà','^ãì¼\\³™Pœúà','œäPÀŠazNMHcõè¼z¡D%\"TÄ½bº¶T7\'|Î','',0,'?'),('ž`ï«ÞPVSçü²}#Þ`','wp-content/plugins/thrive-product-manager/inc/classes/class-tpm-product-theme.php',0,'0áÃ™ÓÇúìJz|bî','0áÃ™ÓÇúìJz|bî','–ï/Ï2\ZÛÐ¦W)=ê”.ÅÞ<3pi','',0,'?'),('ŒÓÖ²Ú°Y(álEš\'Ð¡','wp-content/plugins/thrive-product-manager/inc/classes/class-tpm-product.php',0,'ÄÔãì:Á\n2÷Úü','ÄÔãì:Á\n2÷Úü','ÿ–ê›¥idÊŒ4µ£/‘©ú‚\rDK‚rWCß','',0,'?'),('d\0Ÿñ«á3§ùn¨y<','wp-content/plugins/thrive-product-manager/inc/classes/class-tpm-proxy-request.php',0,'²x¾Yjë@ìÉ,¤@dêô','²x¾Yjë@ìÉ,¤@dêô','c«É„”À…uo‡Ô\08I#*,ñÐsÜ)wZItC*','',0,'?'),('D’$hz=qRAM@!é^k','wp-content/plugins/thrive-product-manager/inc/classes/class-tpm-request.php',0,'îØE‚Y½ývã‚•è;4','îØE‚Y½ývã‚•è;4','Û‚¡ß—Ñòg/‰ï«â«EU\"©òåúg¦Š¿W','',0,'?'),('üW‚m! šÎŠêµÕì','wp-content/plugins/thrive-product-manager/inc/classes/class-tpm-theme-installer-skin.php',0,'pâO}:ÙÔ¤ÜïË‹>»','pâO}:ÙÔ¤ÜïË‹>»','ß0éug7—=\nêÊnA6$|{r­SÙp','',0,'?'),('© MýþEz8w˜+I¶9D','wp-content/plugins/thrive-product-manager/inc/templates/backbone/bottom-bar.phtml',0,'¬u/ÄBÖëZžb.(´8Z','¬u/ÄBÖëZžb.(´8Z',',ãvY—Gø»¹«§¦oR \0ª#ïÅK[¤íÉ5Þ','',0,'?'),('/7þÂUî?Ôá|6Ç5','wp-content/plugins/thrive-product-manager/inc/templates/backbone/install/item-status.phtml',0,'ƒÿHÏÇníŠˆ@ÿÍ/\n','ƒÿHÏÇníŠˆ@ÿÍ/\n','ç\n‹w—½¹ÞŽû³àéùˆ¢˜¶¯%aêÎ‹³','',0,'?'),('¿ý§\'î¼rE •v34','wp-content/plugins/thrive-product-manager/inc/templates/backbone/modals/client-mode.phtml',0,'ç¡ù¹ŸŸY¨aÄˆvlL','ç¡ù¹ŸŸY¨aÄˆvlL','èAŒ	iÆP‘ü¹K`¸†$qw~í¡‚¨&%.-’ì‚ó{','',0,'?'),('ÄoîQ_ÁÁîX[Õ\r<','wp-content/plugins/thrive-product-manager/inc/templates/backbone/notification.phtml',0,'ËéJ9`\"<%G1ãbýÃ}','ËéJ9`\"<%G1ãbýÃ}','PìzÒ¬(\rº.(v|}è@pà¦SFƒÝ˜RñÐW<','',0,'?'),('b¬_•Ï/ÁQ•Žç…é','wp-content/plugins/thrive-product-manager/inc/templates/backbone/product/item.phtml',0,'šÖ×uÀ SóÁvôÓ<20','šÖ×uÀ SóÁvôÓ<20','ô£aI¯P›ä?Ùq8úÓô®oçÉh3u®rÒf§Ëúyò£','',0,'?'),('é©xÃBãÎ	K” ','wp-content/plugins/thrive-product-manager/inc/templates/backbone/product/list.phtml',0,'Ø‰…c…™áÞØ3m¤¢ž3','Ø‰…c…™áÞØ3m¤¢ž3','óÒ}î|/ú<C¼7¡hñIÔ>É_³¯©êc³š­[','',0,'?'),('Å¤W¥¸¥zhÂ¹À0îò!6','wp-content/plugins/thrive-product-manager/inc/templates/backbone/product/product-manager.phtml',0,'–§û2¸8óû\0ÀèfgÝ','–§û2¸8óû\0ÀèfgÝ','‚» ƒ¸YÀ““e$Íçy	EyÛ¡âª€¦—¢WÿÖQ','',0,'?'),('ó6\nóÔc°°šƒo†v','wp-content/plugins/thrive-product-manager/inc/templates/backbone/product/status/activated.phtml',0,'K”€éhvŽô$\\‹QÚÎØ','K”€éhvŽô$\\‹QÚÎØ','ÏR “ÇZdÆ*rKôõÈ)e±Kyæ˜7þ’ùœ','',0,'?'),(';‹_(#_Ã[TT>žË','wp-content/plugins/thrive-product-manager/inc/templates/backbone/product/status/available.phtml',0,'[¼e×LUjªeŽJtD','[¼e×LUjªeŽJtD','³\"¨É±ñ œJj°uˆy-kNƒÁ§,,Ò‡ÿ’¯','',0,'?'),('Ý4¤Ã÷8eÜí¶·‹','wp-content/plugins/thrive-product-manager/inc/templates/backbone/product/status/installed.phtml',0,'Cš’âC|!Ââï0iøQi','Cš’âC|!Ââï0iøQi','‚”u‹¿£œ‚\ZÜŠ>ò%-Ù«yreü½ÉÔg','',0,'?'),('¢ÑM/½\"#Š½OH>Œ€V','wp-content/plugins/thrive-product-manager/inc/templates/backbone/product/status/ready.phtml',0,'Cš’âC|!Ââï0iøQi','Cš’âC|!Ââï0iøQi','‚”u‹¿£œ‚\ZÜŠ>ò%-Ù«yreü½ÉÔg','',0,'?'),('6íÙ‚\'U6&Œ#âÊdÅ4','wp-content/plugins/thrive-product-manager/inc/templates/backbone/product/status/to_activate.phtml',0,'}S×ûðÔáÝµ‡ê`','}S×ûðÔáÝµ‡ê`','¾1½{úÔr‘=¯ò¦2œ‰‹†~²knÙ’<ü:øÙ','',0,'?'),('MRÇ´þ~h³ÈcJZ','wp-content/plugins/thrive-product-manager/inc/templates/backbone/product/status/to_install.phtml',0,'óÔ\0U65³-oåùõ“Ãæâ','óÔ\0U65³-oåùõ“Ãæâ','?-qº<Kè¥ãØVãÞ¢ØÎû?H ²\0;AïKš¢¸¹','',0,'?'),('„.ºXù.)	–44½Ç','wp-content/plugins/thrive-product-manager/inc/templates/backbone/product/status/to_license.phtml',0,'1>¡˜U[<ùäZD]','1>¡˜U[<ùäZD]','\Z(Í¸×úä9çDMgÜmhõ0æ¤œ’ž—–YL?','',0,'?'),('ï„É-‰\nx¯\n|‡;wh','wp-content/plugins/thrive-product-manager/inc/templates/connection/admin_notice.phtml',0,'¿ðq˜¤]¨‘šlð£','¿ðq˜¤]¨‘šlð£','¼©ÜO*iJ6²u¿ÛÓ±l…¶¶¿¬Ã‰ý«|î\Z®C','',0,'?'),('V`}Ýz@ö2ìðI','wp-content/plugins/thrive-product-manager/inc/templates/connection/error.phtml',0,'î£q-‰½ØêÀÆ2(YÊ>a','î£q-‰½ØêÀÆ2(YÊ>a','0r>ø«®.8ÈD5Ó\0ºlÇÅðÒ„?{¸?l8','',0,'?'),('+\n#´sÂ’jïpû2?Š\'„','wp-content/plugins/thrive-product-manager/inc/templates/connection/form.phtml',0,'ù·Þ¥ËB0:ñÅ¥bò7E','ù·Þ¥ËB0:ñÅ¥bò7E','/NøpE°9LàpLê¡AAØŠžƒ#.¾“G','',0,'?'),('™‘ç.úÆó	)£jêñ','wp-content/plugins/thrive-product-manager/inc/templates/header.phtml',0,'£¿ç±Ò’®ÜZ…ªI¿U«','£¿ç±Ò’®ÜZ…ªI¿U«','ùío b;A¸Ëä¶Óu“ìz§¤ëXrµ\'gM_™2','',0,'?'),('qx¢3Nó4d\'ÁÌ˜¦','wp-content/plugins/thrive-product-manager/inc/templates/product/list.phtml',0,'Ð\n\r3ºfŠ…œKx#Ìâû','Ð\n\r3ºfŠ…œKx#Ìâû','>²5\rÕëÍIHF‘µ½¶£:ªÁ«”Š=‰l·ÛÊ','',0,'?'),('uê:®X“¦?Õé×Òlå„~','wp-content/plugins/thrive-product-manager/js/dist/tpm-admin.min.js',0,'lŸtÌ¼™?ƒÝzía','lŸtÌ¼™?ƒÝzía','Û1bwL{ ^ó¤L6‚KíÎz“»ýøøu¥s‚','',0,'?'),('MìfGGóýy¤{Áþ','wp-content/plugins/thrive-product-manager/plugin-updates/debug-bar-panel.php',0,'m@ÕwÞŒƒwß*áoˆ•','m@ÕwÞŒƒwß*áoˆ•','¼ð7±Šà¹Õé‹4ôƒÌÅáfu)WYD—ók3Îsó','',0,'?'),('jQÁÂ¢¤À·Ó‘ðk¥Ú','wp-content/plugins/thrive-product-manager/plugin-updates/debug-bar-plugin.php',0,'‡ZN©4O%QqBùŸƒ“¢','‡ZN©4O%QqBùŸƒ“¢','ÅqM4´¯ÄvÉùO„³Ñé°ú¬	\'RÙ–„Ôp4¤','',0,'?'),('&„/$úzC®ÏÛŠ¬ÃÁÁ','wp-content/plugins/thrive-product-manager/plugin-updates/js/debug-bar.js',0,'ÍõŽH_T\r˜r*.ðLtô','ÍõŽH_T\r˜r*.ðLtô','Bœ°,<ÒÉ“ñGÁ«$U1Ýoh	3\\¢~¯ZÛhP','',0,'?'),('\0êú1¼E‘Æ î¶â@ì','wp-content/plugins/thrive-product-manager/plugin-updates/plugin-update-checker.php',0,'›¼íÛÿÙ£¥…ì ','›¼íÛÿÙ£¥…ì ','•ZŸ’ó¸>6Röµü=[”‡êr(¯Ãù|SßIK–ÆÍ','',0,'?'),('céB²Y9Xö¶ìäËÜ','wp-content/plugins/thrive-product-manager/thrive-product-manager.php',0,'QáË“úéž–z ñ›ãö2','QáË“úéž–z ñ›ãö2','?)ïPØ±³qj&EaêpB\"×µ\\+ŸÐåv/ƒeh','',0,'?'),('nî™!Ÿ‘ï½*ÞÀÁôì¸','wp-content/plugins/thrive-quiz-builder/assets/css/admin/font/fonts/tqd-icons.svg',0,'HÌOeÀRBOåî-Ï\rnä','HÌOeÀRBOåî-Ï\rnä','4ŽÎa;€ÂxEÖáP7“HªÅïŠõ4\"á¿˜ì','',0,'?'),('”Ã+˜«:iöxJcïõä','wp-content/plugins/thrive-quiz-builder/assets/css/admin/font/tqb-icons.svg',0,'Ç;\\•K•Áä¨LÁ2>è','Ç;\\•K•Áä¨LÁ2>è','S²õ,¡qgŒÃCI4dT«œÜè‚¬ðóã¼¹','',0,'?'),('yt8Á#ºõ-zëÔÁ','wp-content/plugins/thrive-quiz-builder/assets/css/admin/images/download-regular.svg',0,'?ˆ\Z·)¼‚¦KØpƒWK','?ˆ\Z·)¼‚¦KØpƒWK','ÌöñµZ¨ƒnÇ7µê_ïaÓþFË8(¯.Ì_{§','',0,'?'),('Ð-T3 =¬A$ºš^','wp-content/plugins/thrive-quiz-builder/assets/css/admin/images/download.svg',0,'\nV43¦[·l©ýV÷Xð','\nV43¦[·l©ýV÷Xð',';Wh3ƒÏ0þ“x¼ñœ¥@eW„@ ‡>EóÚ','',0,'?'),('7`_Üe¦N£©#èZ§','wp-content/plugins/thrive-quiz-builder/assets/css/admin/images/sync-alt-regular.svg',0,'Î‹Mf<Ìcá œÈ‰Æé','Î‹Mf<Ìcá œÈ‰Æé','Ö«¦T0ÊÃètóqë[Gý¨©èt•êìÏÜX.¢³0','',0,'?'),('£üÚvD¿þÁb2xà‹','wp-content/plugins/thrive-quiz-builder/assets/css/frontend/fonts/icons.svg',0,'ê\\ì–×þú¯©*!}¨','ê\\ì–×þú¯©*!}¨','È¡ÏÙd-ú±\"ÒÒÁ˜£¬\'ÕPV©®ˆê<Î‘‰Ú’','',0,'?'),('g1ÐY\\ÊäX	¨äRx','wp-content/plugins/thrive-quiz-builder/assets/images/tqb-admin-svg-icons.svg',0,'ÄÒí~i\ZÆS;cï„‹','ÄÒí~i\ZÆS;cï„‹','~ëõUÍÖã$æq‹+t4g}4óU›´ÿøæ&L%|’','',0,'?'),(' \\ü_|M?ÙæÓ¨üvw','wp-content/plugins/thrive-quiz-builder/assets/images/tqb-svg-icons.svg',0,'ç…S¶m¶ØApÕ-','ç…S¶m¶ØApÕ-','¥ û7T¼Óºbå¨¥ÍK5Ã!¨Ô‚Ó+•Cé÷\rÌ','',0,'?'),('ºm:z#\\XèÆ‹M2Ô','wp-content/plugins/thrive-quiz-builder/assets/js/dist/preview.min.js',0,'•Z\"\nÈsFoù@…n–áN','•Z\"\nÈsFoù@…n–áN','~ŸHŽð9¤Ö•÷µP@çy@É+\r½\nüÜ›4n=ÌVs','',0,'?'),('çåÅ°ÑÜ\0°|\rBø','wp-content/plugins/thrive-quiz-builder/assets/js/dist/tqb-admin.min.js',0,'Ò®¼UEcûU{âsÂc¬','Ò®¼UEcûU{âsÂc¬','ß\n¦_8½“Ì^Œ^\nèö!éãÝpTE€¡æ®ñ•Ð','',0,'?'),('ZÒF+‰àÕQrÑ£Aí¡','wp-content/plugins/thrive-quiz-builder/assets/js/dist/tqb-frontend.min.js',0,'Ã+1äS!Z¿×ƒr‘ÐQŽ','Ã+1äS!Z¿×ƒr‘ÐQŽ','ày°ïÞCÀÇm5r¶ÝôS[Î&×xßFèÞ²Vÿ½','',0,'?'),('ÏéQ1R¿—…\nE4¥¥ù&.','wp-content/plugins/thrive-quiz-builder/graph-editor/assets/js/dist/tge-editor.min.js',0,'ç(} Â=ãTûÔó|x\'','ç(} Â=ãTûÔó|x\'','ÏAÓ\nå)±«;ŸIFáåŒç8<ç‘±6u¤ND­(p','',0,'?'),('½ý‹3Á	ÇÁ)¶Ö\ro¥','wp-content/plugins/thrive-quiz-builder/graph-editor/assets/vendors/backbone-min.js',0,'T*»žb¹\\ÉÐÃž\n÷','T*»žb¹\\ÉÐÃž\n÷',';øÃýú$æNà¬Àzï#Wç\Z	äÊT ¿s','',0,'?'),('­’ÁÓ[]N[Q\'¨Å§Ê','wp-content/plugins/thrive-quiz-builder/graph-editor/assets/vendors/jointjs/joint.min.js',0,'w,¤Ë\'žqæV£Þ\nK ','w,¤Ë\'žqæV£Þ\nK ','èÌ+Sym#¯ú¯òY5#bw+Š“¡‰”Ÿ‘ëñ,','',0,'?'),('%¤=fV…]mC^j$í','wp-content/plugins/thrive-quiz-builder/graph-editor/assets/vendors/jquery.min.js',0,' %öc… ÄÐ×O›`1Ž',' %öc… ÄÐ×O›`1Ž','š¾›îk˜wS¾KUš|þßŠÁã«8—²R=½-','',0,'?'),('Ö©à¶éÓ½×®ÞÑ]kÁü','wp-content/plugins/thrive-quiz-builder/graph-editor/assets/vendors/lodash.min.js',0,'í‘VOãb Õ‹K£#Oé','í‘VOãb Õ‹K£#Oé','•·0Ìz[±w.Kÿ¨€©š/(ÖßgÞAWÂ#f','',0,'?'),('VE§\'ËÓÆigªP','wp-content/plugins/thrive-quiz-builder/graph-editor/database/class-tge-database-manager.php',0,'môóg5òWM‚/ìÆ2³','môóg5òWM‚/ìÆ2³','dƒ\"“‡d~G´—¢Ç7[S@Í”	¹ì¤ ¯þn~Î&Iü','',0,'?'),('F×,\Z=\0ú¼=¬ÊªìÅ­','wp-content/plugins/thrive-quiz-builder/graph-editor/database/migrations/answersfeedback-1.0.5.php',0,'Ž7é1ï¹-†W!£¤›Š','Ž7é1ï¹-†W!£¤›Š','¦º-è†íÃ¼®ùQ-”ÞP2\r¨ß	³wÛqÑ0¬}','',0,'?'),('êD²U˜gË_r•”àqSkð','wp-content/plugins/thrive-quiz-builder/graph-editor/database/migrations/displaysettings-1.0.6.php',0,'ŽT8ÈM\r§ÕEq¼E‰/¡D','ŽT8ÈM\r§ÕEq¼E‰/¡D','ü<˜Œ„#†ü\0lD©h´@ú˜È›Î»Tª9','',0,'?'),('ÖzÉ”ãë>UˆÉ\'.‘8','wp-content/plugins/thrive-quiz-builder/graph-editor/database/migrations/install-1.0.0.php',0,'ÈMÔNFïHÓpòªþÔš','ÈMÔNFïHÓpòªþÔš','e}.0\'–³¦Â¼twüÆC9ÌE•èã?Ùµ','',0,'?'),('ò,IæRüÔ)¶À	8Ê\r†','wp-content/plugins/thrive-quiz-builder/graph-editor/database/migrations/questionsettings-1.0.4.php',0,'Æœa7õ3Ì²N*Ôƒv','Æœa7õ3Ì²N*Ôƒv','¢g7×w?«j†‡crEîŠGR\ráŸôÙ.Fµ\nU¬A','',0,'?'),('²g\0ÿºŠiù¹—ÎÏ2_','wp-content/plugins/thrive-quiz-builder/graph-editor/database/migrations/questionviews-1.0.1.php',0,'î0K¤Ø=¿)\'‹Gq³¥','î0K¤Ø=¿)\'‹Gq³¥','‚\0+=e5Ñ›ëË§9JÅBƒ.æŒØ/³I¯ÀM<©pëmK','',0,'?'),(',7×Î•~2KhHêYé','wp-content/plugins/thrive-quiz-builder/graph-editor/database/migrations/rightwrong-1.0.2.php',0,'ÙA%—Pfè²©Ì½x','ÙA%—Pfè²©Ì½x','DÃÐ8µ£”·>Êh®ÉC®ÜqP.è:|„/õF‘Œƒ','',0,'?'),('ë¹ˆqwÁ{ðQ7‡ª­','wp-content/plugins/thrive-quiz-builder/graph-editor/database/migrations/tags-1.0.3.php',0,'uÜ`X¡¨FJ,²;å5q','uÜ`X¡¨FJ,²;å5q','”çÒû¦Ãsäqe`~èË)ãg>ýòø,‚“a,\0)è','',0,'?'),('u~³cùQªpªÿœÙ)fº','wp-content/plugins/thrive-quiz-builder/graph-editor/includes/classes/class-tge-ajax-controller.php',0,'Ó81ðŽ•q8.iífœN','Ó81ðŽ•q8.iífœN','ÓQ#ªÉsQx¿DG Ò)ŸÅä)M}­FÙÈÁîN­š–Í','',0,'?'),('­m¼µ@p”`åµOq	Xù','wp-content/plugins/thrive-quiz-builder/graph-editor/includes/classes/class-tge-ajax.php',0,'ðÒ×n„±jCBãõç×','ðÒ×n„±jCBãõç×','g)yï#›Ó5Òl¡¯Äº] \0`þÒNìý£;jï','',0,'?'),('d¿Ö¸Ñ}klÆò#Ù[!@','wp-content/plugins/thrive-quiz-builder/graph-editor/includes/classes/class-tge-db.php',0,']Ž@éÃ†^0³Dæ°»½2”',']Ž@éÃ†^0³Dæ°»½2”','Öê\"ÆX¥ÉÂ¯Ëb	|ŸA³]ÐüDX¬ú‹Œ','',0,'?'),('ÜÑêÅR]\"\ZÚ˜1|$]','wp-content/plugins/thrive-quiz-builder/graph-editor/includes/classes/class-tge-editor.php',0,'ý¯’áf>X?!¾é~','ý¯’áf>X?!¾é~','si¼WëZ9Q¦Ç	¢×.dp\\¨“8@ðÄOüÍ#m','',0,'?'),('#&ÑŠ9@á§£÷ïïå','wp-content/plugins/thrive-quiz-builder/graph-editor/includes/classes/class-tge-link-manager.php',0,'cÞJ³^ŽÆbŸË>¼Îrâ','cÞJ³^ŽÆbŸË>¼Îrâ','È|Ýù2Æ_L8Zê.ãÂ¨“ ‚¼âbLôÍK÷éc§c','',0,'?'),('˜ë²cû8·²+û®4r0×','wp-content/plugins/thrive-quiz-builder/graph-editor/includes/classes/class-tge-query.php',0,'ÉŸy§ñ2ÝD0˜š£0','ÉŸy§ñ2ÝD0˜š£0','øÝ\'ó W›ýW>{Þ|u‡OgyÃ¦a÷}£a','',0,'?'),(']ü]À‘<ú×ù»oŒ#CÆ','wp-content/plugins/thrive-quiz-builder/graph-editor/includes/classes/class-tge-question-manager.php',0,'¡ëxhÕ³tÌºK\",š‹','¡ëxhÕ³tÌºK\",š‹','.µË®°KîOvÁY2¡®CR.qŒŠÄvÅú(\\7€','',0,'?'),('x\\ríŽ4Æ—‹\n2œ¥','wp-content/plugins/thrive-quiz-builder/graph-editor/includes/layouts/editor.php',0,'¯Ôwó.×<hÙÅ5sµã¹Õ','¯Ôwó.×<hÙÅ5sµã¹Õ','¼¤š‚@j”ãÿô±+AfÚ\\X¦4‚ö—‘³û°œîUzÍ','',0,'?'),('\"Àk½°6÷€·Œ£Ù\0>¬','wp-content/plugins/thrive-quiz-builder/graph-editor/includes/templates/backbone/answer/feedback.phtml',0,'ÀZœqÏaFnzŒî÷ž9','ÀZœqÏaFnzŒî÷ž9','vžwFf:·pŽ>?h¥\\@lu\\[‹sç3‘\0dÕe','',0,'?'),('ˆä”‹Œ¯¢\\D^éZ','wp-content/plugins/thrive-quiz-builder/graph-editor/includes/templates/backbone/answer/form/button.phtml',0,'^±2†‘ëkŠøC™V 2','^±2†‘ëkŠøC™V 2','Ä.ÅÍ³ø\ZRsW=]!vŸ„öbSéD²Ž÷X\n','',0,'?'),('`š9Â|ÌõDškê0Sd´ä','wp-content/plugins/thrive-quiz-builder/graph-editor/includes/templates/backbone/answer/form/image.phtml',0,'Í\\€~\nêê€0P‡ÕÉ','Í\\€~\nêê€0P‡ÕÉ','p?sœR7¢¥Ÿ /€8z‹j\0z=~Ñ9ÝEdß2é','',0,'?'),('n%ò>Ž Yƒj\Zßx%“<l','wp-content/plugins/thrive-quiz-builder/graph-editor/includes/templates/backbone/answer/form/points.phtml',0,'Àœ@§ÐQÙ‰~{ô–­Õ','Àœ@§ÐQÙ‰~{ô–­Õ','&žâc¹®ÎŸ°Š6Z¤JÕïª×ò ä\rAÝFVÈIªy','',0,'?'),('/‚Þ¸ŽBâíúªM£rý','wp-content/plugins/thrive-quiz-builder/graph-editor/includes/templates/backbone/answer/form/right_wrong.phtml',0,'}âMÐ¸d\0OüŸO,hÄ','}âMÐ¸d\0OüŸO,hÄ','ˆÂõ$\Z™x¾ã¨Šãeq5\"$GO²3\0òK°Åh','',0,'?'),('5q^ó]¢$FAºwŠø|D','wp-content/plugins/thrive-quiz-builder/graph-editor/includes/templates/backbone/answer/tags.phtml',0,'™f„Q[°ÒvØù–6œ','™f„Q[°ÒvØù–6œ','êŸv€ã«›Uû],=ªD7£ŽŽv§=¨Ç!Ià™þt»','',0,'?'),('_êèëÜÑú	-Šwª (á”','wp-content/plugins/thrive-quiz-builder/graph-editor/includes/templates/backbone/image/answer.phtml',0,'‰b5½.²5ñ<NÅù_','‰b5½.²5ñ<NÅù_','lÍFæl¼èÃ_Ä>.g_Ù´fzïô‚´¤¨¹','',0,'?'),('g\nY)Áç‡þ¶­-Iá&','wp-content/plugins/thrive-quiz-builder/graph-editor/includes/templates/backbone/image/form.phtml',0,'‡½t_Ø²bYƒBùÝ;®','‡½t_Ø²bYƒBùÝ;®','X`#Æ\Z“çMÔTqµ+?D1¼qÕ°ˆ\ZøGÜ\rÄ-§','',0,'?'),('™Ðxl¶-9ê—=ÉqÈ\',8','wp-content/plugins/thrive-quiz-builder/graph-editor/includes/templates/backbone/modals/add-question.phtml',0,'sò¡Ç¥±v@;²»Pž ','sò¡Ç¥±v@;²»Pž ','Qò¡¸&2\rE¸<ž[ˆ‘tCñëO,(jy.?çhø','',0,'?'),('àekëÏ3N+ý÷q8$¤~','wp-content/plugins/thrive-quiz-builder/graph-editor/includes/templates/backbone/modals/delete-question.phtml',0,'\"ztÓpÝðwìØ{·ÓR&','\"ztÓpÝðwìØ{·ÓR&','çWó±ÓŽ\"Že¿-ÈC‘é²Bµyvw°(ï_;¹O','',0,'?'),('Ùs¼ÚøóAt œÅ…’G','wp-content/plugins/thrive-quiz-builder/graph-editor/includes/templates/backbone/modals/quiz-settings.phtml',0,'°LÊ…™©øµpw¹Jí5','°LÊ…™©øµpw¹Jí5','( ^E_Ö4|ÑË×£ò{\\ñ[Ï°ÔÃœõ¦¬ž›n','',0,'?'),('ÚS53éÍ9Ëô:Å›´#','wp-content/plugins/thrive-quiz-builder/graph-editor/includes/templates/backbone/progress/settings.phtml',0,'®^0AXÂ‰Û1†‡6\Z	','®^0AXÂ‰Û1†‡6\Z	','jñz}+p2WSÑ\\!Ùí?\"M¼Ó “‚pJ=¼ÛS','',0,'?'),('ñ`ë\0M<†œåè‚¼','wp-content/plugins/thrive-quiz-builder/graph-editor/includes/templates/backbone/question/_checkbox.phtml',0,'9h}»‡é¤z<†¨íx³','9h}»‡é¤z<†¨íx³','ðfÏ!\0Â|)üÉŒíäHÂæ}ê#ÅÔC°w\ZAÝ','',0,'?'),('suÉÔéÜ°¥2Åa^Ä','wp-content/plugins/thrive-quiz-builder/graph-editor/includes/templates/backbone/question/_video-source.phtml',0,'V`Œ˜æbnúÇœ<¡(','V`Œ˜æbnúÇœ<¡(','»ëP«»ÇŠ³t´ŸØîL	!ö$9ðaÑ[5T¥:´Üû','',0,'?'),('/7³o×+ÿVæŸÒûW','wp-content/plugins/thrive-quiz-builder/graph-editor/includes/templates/backbone/question/_video-style.phtml',0,'ÏOÅót—ªrÈLþ×YÉ','ÏOÅót—ªrÈLþ×YÉ','õÛŒµ™¼û/°—”,Éâ:#Ü¯ç-OÌ*É…ž§','',0,'?'),('ÒØÍÁ-‹sõ”\Z¥<ár’','wp-content/plugins/thrive-quiz-builder/graph-editor/includes/templates/backbone/question/accordion.phtml',0,'¾_iŸýJçöÚ¾d/Í:','¾_iŸýJçöÚ¾d/Í:','8nl%Ù‡üGÊ7—ƒV²¸YAà5-Ìð×¼Â¤±Wi','',0,'?'),('Â”ËV‡­‚žm‰´»Rº…t','wp-content/plugins/thrive-quiz-builder/graph-editor/includes/templates/backbone/question/feedback-switcher.phtml',0,'0šÓþÕØPÊqõtƒ>O','0šÓþÕØPÊqõtƒ>O','Q#•6ó‡ÐÁIä”ÌËC|Üè:¹RµA9|=GF¥§','',0,'?'),('ñÉß:¿ìIŠ†.w','wp-content/plugins/thrive-quiz-builder/graph-editor/includes/templates/backbone/question/form-audio.phtml',0,'¥k¨ì«N¤Fñ3c9','¥k¨ì«N¤Fñ3c9','\'x¨\0ÆuU ¯+i¦OAÝ•Ÿ}r„’ªóŸ±LÚ','',0,'?'),('N-ÛòÕ#×x|þa','wp-content/plugins/thrive-quiz-builder/graph-editor/includes/templates/backbone/question/form-text.phtml',0,'¥k¨ì«N¤Fñ3c9','¥k¨ì«N¤Fñ3c9','\'x¨\0ÆuU ¯+i¦OAÝ•Ÿ}r„’ªóŸ±LÚ','',0,'?'),('²l}yuzçS¼º¢NUO','wp-content/plugins/thrive-quiz-builder/graph-editor/includes/templates/backbone/question/form-video.phtml',0,'ÉàÇIè>•ZÄ8\Z¡¡Ê','ÉàÇIè>•ZÄ8\Z¡¡Ê','”Ó‰0W¬H…Å´£Åp}ûLO=(\n!Ô»ñMæcI','',0,'?'),('»½Ù=H(Ã±Â,¶äJ','wp-content/plugins/thrive-quiz-builder/graph-editor/includes/templates/backbone/question/form.phtml',0,'\"_ûõe¿t¤WëLíæÅX@','\"_ûõe¿t¤WëLíæÅX@','Ïä8”Ý~è ½Ç~Êe	i‰#ò@T¹ÚB8å2','',0,'?'),('N&M\0Ó‹KÒr\06Øá‡','wp-content/plugins/thrive-quiz-builder/graph-editor/includes/templates/backbone/question/general.phtml',0,'`áÉv\Zq±¬³†Ûí£Î_','`áÉv\Zq±¬³†Ûí£Î_','à{R…ê\nøî¬?Ì\ZžYýÏ–*ø3ÆÜœJ6v…TJ','',0,'?'),('ÏødÉHÜëîˆŠ0e','wp-content/plugins/thrive-quiz-builder/graph-editor/includes/templates/backbone/question/item.phtml',0,'4[®ÛÜi6›Âê¨Fm½à','4[®ÛÜi6›Âê¨Fm½à','ë%l[+‚¯>Ét:òšCß–û^ÅpEþª² a;','',0,'?'),('DJ. \"MÑOÀ‡„ãœÈ7','wp-content/plugins/thrive-quiz-builder/graph-editor/includes/templates/backbone/question/points_switcher.phtml',0,'×vcl$+ñZó¸I¡æ\\*','×vcl$+ñZó¸I¡æ\\*','§rXõÓ1›Gj\\äCY.•_“h‰YNÓØà¥ƒq','',0,'?'),('0€ï5{jÕî}Çó­	“ƒ','wp-content/plugins/thrive-quiz-builder/graph-editor/includes/templates/backbone/question/settings.phtml',0,'Ä€‰rZ› ˜jp»&}','Ä€‰rZ› ˜jp»&}','íPFªÓUï5á4oßÕuÒ²eb4×Ù.o­zˆaó–','',0,'?'),('³7CÓÙâ²;€‰©ˆwÑ9','wp-content/plugins/thrive-quiz-builder/graph-editor/includes/templates/backbone/question/switcher.phtml',0,'Ion—œ¡ø wÑf¥]','Ion—œ¡ø wÑf¥]','Dvá\nþí÷rÙÇ8éV2\\rŸã\0Z;‹.FT~\'\rÞ‰9','',0,'?'),('©¡¨—ÐXïyÆó£¸-','wp-content/plugins/thrive-quiz-builder/graph-editor/includes/templates/backbone/question/tags-switcher.phtml',0,'¦ÿñq¯oë—±ÂÐç','¦ÿñq¯oë—±ÂÐç','€Â\0‘Ï[\"h,Š\Z.XMŒµtL‘´Ho#ßF¦','',0,'?'),('’§d€Ìç)?%D2ÈÃ','wp-content/plugins/thrive-quiz-builder/graph-editor/includes/templates/backbone/question/type-card.phtml',0,'$0%åa’w1-!½Ô','$0%åa’w1-!½Ô','v–õ±5ûCÓî©Ûößs#zçÝÎ0*bbJOq	å','',0,'?'),('Ãž\rïÙ²IiK‚ ','wp-content/plugins/thrive-quiz-builder/graph-editor/includes/templates/backbone/question/type_switcher.phtml',0,'úr8 Í·¾A0%`','úr8 Í·¾A0%`','6Ó	z`U\0ÄªÊÎÁç¶}¿0Ù“ØU½ƒv>¼9/Ëy','',0,'?'),('¸„T6\nõP¯#C¦‹Ö„','wp-content/plugins/thrive-quiz-builder/graph-editor/includes/templates/backbone/question/video-display-settings.phtml',0,'WÛ¶}½.g¹ô©Ji¥','WÛ¶}½.g¹ô©Ji¥','n‹€.0­ß/Î·&BgQÌIû\nnøŠ¼GdG¹ícF','',0,'?'),('æÂ+VRµ=çII(bßRL','wp-content/plugins/thrive-quiz-builder/graph-editor/includes/templates/backbone/question/video-source.phtml',0,'êkã™r-oýMÍ{Ñg5','êkã™r-oýMÍ{Ñg5','H»ÈJzEÏRNÙÂþ{l	ì§¾ßÕa¤Uë4Óèå‡ùr','',0,'?'),('S\"ñòl`\0ô-óû]×ð˜©','wp-content/plugins/thrive-quiz-builder/graph-editor/includes/templates/backbone/question/video-styles.phtml',0,'³Vš¶6*Bëù6Gçw\n','³Vš¶6*Bëù6Gçw\n','ÀXBB3C©\0BrGåtv\ZÖ‹ýs_Ç~!«B','',0,'?'),('ÍÎíð—â¬µË{%J™Ä','wp-content/plugins/thrive-quiz-builder/graph-editor/includes/templates/backbone/quiz/progress-bar.phtml',0,'p*ß¦>71?aar¯Qï','p*ß¦>71?aar¯Qï','ˆ›ØkC;˜¡¿&	=1pœpHö5ÂøüâÉX‹ç/³','',0,'?'),('ð.g¾%t{wpW6D¢}','wp-content/plugins/thrive-quiz-builder/graph-editor/includes/templates/backbone/quiz/responses.phtml',0,'=™Ÿ¤LÎðXTv{ùù','=™Ÿ¤LÎðXTv{ùù','´°£©U\0Éƒ–Â ðp\0`¾Õfè¾¢ªhÑ’øùu','',0,'?'),('õ™yAmã)»íhyJYê_','wp-content/plugins/thrive-quiz-builder/graph-editor/includes/templates/backbone/video/_err.phtml',0,'\0‘¿Õ3·D«ûˆ­§ìs','\0‘¿Õ3·D«ûˆ­§ìs','è\n&‹Â¨œûÙåqéë<Iù‹ž¯»Ô&Ò×2Ë¡Lî','',0,'?'),('¤zøè•‘˜”Æ€<‹ø','wp-content/plugins/thrive-quiz-builder/graph-editor/includes/templates/backbone/video/custom.phtml',0,'ó:¡Âê\nñó?¾!ªõõ','ó:¡Âê\nñó?¾!ªõõ','äbgúRyrÞ1ÅŒ …ËÁæûq[L+ ”Ä×Ìt_éU»','',0,'?'),('YCHaëŒm]Qã3Ê[ZØ','wp-content/plugins/thrive-quiz-builder/graph-editor/includes/templates/backbone/video/image-overlay.phtml',0,'iÃ)úFB2WŸðI:X1y','iÃ)úFB2WŸðI:X1y',' ¨Dmd±•Û:\\\"I­mû(\'@ÆœÈ(PU¸ê2Ù','',0,'?'),('ÑNzÍo³\\-•½@','wp-content/plugins/thrive-quiz-builder/graph-editor/includes/templates/backbone/video/vimeo.phtml',0,'Þ™;Z¢ç¼¸†‘Œ[.ž†','Þ™;Z¢ç¼¸†‘Œ[.ž†','\rkËþFTÊ\Z8q‘ÿr¿jñ¹p~²w«3¨z–\0:','',0,'?'),('ÂÞ˜r*Æ…—t¡é×','wp-content/plugins/thrive-quiz-builder/graph-editor/includes/templates/backbone/video/wistia.phtml',0,'¾x•`’º$!S÷¬','¾x•`’º$!S÷¬','Æ·oÓF]pOpi%H1e‹V$ —oé+(®²Üz','',0,'?'),('ù“P¹]²¬[º ~JPOm','wp-content/plugins/thrive-quiz-builder/graph-editor/includes/templates/backbone/video/youtube.phtml',0,' ‰d\ZKšjÖ\"Ó¼ª‹q',' ‰d\ZKšjÖ\"Ó¼ª‹q','ÂÜþßrŽñ-zÆ*˜¸JÂOªóýÈµ°ïƒÅ¤`','',0,'?'),('W€‡‘%/•Sž‘øÝ ¼','wp-content/plugins/thrive-quiz-builder/graph-editor/includes/templates/control-panel.php',0,'¼¾Û°_,PÊ ºÌ3|å—g','¼¾Û°_,PÊ ºÌ3|å—g','Þç/ŒÑ³,N?Ú85•´µX‘°0Ó¡à[Æe½)wü4¢','',0,'?'),('2¤,‰{Š½Ã¶°Æï¨Ä–Æ','wp-content/plugins/thrive-quiz-builder/graph-editor/includes/tge-global-functions.php',0,'øAÁà»\0°’X–O‘Ò„\n','øAÁà»\0°’X–O‘Ò„\n','ðoheñï@ñqœ˜\ZŒ`M¼¡H\"ÏMøÐâ«\nT.','',0,'?'),('±³©pØýšSò.ÒåäÎ)','wp-content/plugins/thrive-quiz-builder/graph-editor/thrive-graph-editor.php',0,'^O÷\\#±s£	€‹€','^O÷\\#±s£	€‹€','_°>6çDžCg`óâÒ.RãW\r¿æ\"#­°,Sg_','',0,'?'),('?j¶·ÝÃÒkCd>CŠ7','wp-content/plugins/thrive-quiz-builder/image-editor/assets/css/font/tie-icons.svg',0,'¼p7ëâU¤›T*Iôˆ','¼p7ëâU¤›T*Iôˆ','Ú¥Eþ»¦eqzµEQ‰mà\\Íbqßvm#Ea†2','',0,'?'),('@3ƒï* €îX±zrfäQ©','wp-content/plugins/thrive-quiz-builder/image-editor/assets/js/admin.js',0,'ómj¤š8`í½órU¿Š','ómj¤š8`í½órU¿Š','Å½çcÐŠû¹kÒú›=\ZóÉ•^m]þƒ²Úf¥ïM7Ú','',0,'?'),('KYá*Q8™kŠùSH,·P','wp-content/plugins/thrive-quiz-builder/image-editor/assets/js/dist/tie-admin.min.js',0,'ç3§ø:øyú¬QŽJïQØ','ç3§ø:øyú¬QŽJïQØ','¿ˆVTM*IdÏÙeÏ‡’Áÿ÷v´ýCÿ/\"Å`=Ïž','',0,'?'),('÷•4£Ÿîÿ.xðË­','wp-content/plugins/thrive-quiz-builder/image-editor/assets/js/dist/tie-editor.min.js',0,'â’>ßt¡H×•öˆ`~¯h','â’>ßt¡H×•öˆ`~¯h','@¸Êôýœj>CPAD½¤ÐÊ†}ÄWHE½\\§<)|','',0,'?'),('RQrKÖÂmã¯ÜËÛ´Ü›è','wp-content/plugins/thrive-quiz-builder/image-editor/assets/js/html2canvas/html2canvas.js',0,'`F“ÑA¶Í9çIÔ:^9Ì','`F“ÑA¶Í9çIÔ:^9Ì','ÇÏ¯Þ\0[ç_I+§¾ývss#+é=sèŒàïl‰¥','',0,'?'),('eå±usœûù¸•c#}4','wp-content/plugins/thrive-quiz-builder/image-editor/assets/js/jquery.zclip.1.1.1/jquery.zclip.js',0,'w&™¿U\n®[FÉˆ','w&™¿U\n®[FÉˆ','_SŸ¿Ú›£#‰Ù)0w·ºƒ¯!0ÿY7ä','',0,'?'),('f÷á¡§ZƒUÃK,ž¦','wp-content/plugins/thrive-quiz-builder/image-editor/assets/js/jquery.zclip.1.1.1/jquery.zclip.min.js',0,'ž…tó\Zý’\Zr‰¶ÌÍý½','ž…tó\Zý’\Zr‰¶ÌÍý½','°Ÿ²±ÒÄ×Œ¢â€J¸ŸoƒP	‡poÚG¼pxÀFD','',0,'?'),('|‚··u~¨¬Gló]%','wp-content/plugins/thrive-quiz-builder/image-editor/assets/js/spectrum/i18n/jquery.spectrum-ar.js',0,'ž¿‰J;MÞX„•Öf,¤','ž¿‰J;MÞX„•Öf,¤','öÁYôÏ ò$=ƒebjå?ð,®¥@iX\\ƒrœ„»','',0,'?'),('°“°!bµ¯Žj\n«nïƒ','wp-content/plugins/thrive-quiz-builder/image-editor/assets/js/spectrum/i18n/jquery.spectrum-de.js',0,'UrÈfS{3lO5d.Ù','UrÈfS{3lO5d.Ù','/`/ÊX¬2†ÑÜ,?¢©þ±k;ža2\"SùuÆ«ùaÑ¶','',0,'?'),('³«>%6ŒSE¯¡19ðä<','wp-content/plugins/thrive-quiz-builder/image-editor/assets/js/spectrum/i18n/jquery.spectrum-dk.js',0,'ç“ÄdþÃBw^‡°±Q5','ç“ÄdþÃBw^‡°±Q5','l^TÝ×ê Z2âÚ\'à<¦ª^TÂ¢lfd´£G˜','',0,'?'),('£Ž÷58ÅËR3{)¥Ðf$','wp-content/plugins/thrive-quiz-builder/image-editor/assets/js/spectrum/i18n/jquery.spectrum-es.js',0,'û_iÐå=š\\ÿS¡ë[æz','û_iÐå=š\\ÿS¡ë[æz','ãtÂÚfÉXZ+­%ï@íù¼éQÈ´$PCÜï¼þH‹','',0,'?'),('7ÄÞ×£Ëi’ÛoŸ\n´','wp-content/plugins/thrive-quiz-builder/image-editor/assets/js/spectrum/i18n/jquery.spectrum-fa.js',0,'õEùOív…ûûH·¶Ï','õEùOív…ûûH·¶Ï','»Y5í\Z¬wï,\00Ú±£d\0Sh‘Ú{ÌZ¦j·ü>y~¾','',0,'?'),('sìýˆŠAÇê-!ëS”V','wp-content/plugins/thrive-quiz-builder/image-editor/assets/js/spectrum/i18n/jquery.spectrum-fi.js',0,'<²fŒ%ç:ò?ÿ÷0$æB','<²fŒ%ç:ò?ÿ÷0$æB','è?PåÍk·Ö&<~ØOy¼‚x%ÈrK°³¿h«öÜ‡=','',0,'?'),('M»Cé“íÓ,3h»)py{','wp-content/plugins/thrive-quiz-builder/image-editor/assets/js/spectrum/i18n/jquery.spectrum-fr.js',0,'A\\•_€{Î¢¢3¾•å','A\\•_€{Î¢¢3¾•å','P]÷u\Z”DÌw%½IaH;Ê|\rŒÓA½ó@€ôÀtŽÓ','',0,'?'),('JÓÌÀíSúÅY‹¡Ÿˆé','wp-content/plugins/thrive-quiz-builder/image-editor/assets/js/spectrum/i18n/jquery.spectrum-gr.js',0,'f-f‘ÍÇé”™èˆ»!Ö','f-f‘ÍÇé”™èˆ»!Ö','r%0œDÄ\Z$¨4Þ¬\0+”|SôW¬î,Ò;£¿','',0,'?'),('c†\0õ¡Q³öáP¤@pølp','wp-content/plugins/thrive-quiz-builder/image-editor/assets/js/spectrum/i18n/jquery.spectrum-he.js',0,'@6¹/ÜóÌ¦™LIÌ­øÞÓ','@6¹/ÜóÌ¦™LIÌ­øÞÓ','&üB˜ÑsE²\nŠªè`“‡\r†d«ØÝý~rmÐü€','',0,'?'),('‹ã>e$¦·—ìÄßÂRÑ	','wp-content/plugins/thrive-quiz-builder/image-editor/assets/js/spectrum/i18n/jquery.spectrum-hr.js',0,'\\­Œg_ž+c¸õ“LXù','\\­Œg_ž+c¸õ“LXù','‡\'êÑ¨œ×]äDÒ¹C¢ÜôT¼[œ­Žö>õ—-±','',0,'?'),('ãÀÏh}|Qñ€qýÿ²É','wp-content/plugins/thrive-quiz-builder/image-editor/assets/js/spectrum/i18n/jquery.spectrum-id.js',0,'Ô]e\Z¥‡ˆsªÔý»‰\ruå','Ô]e\Z¥‡ˆsªÔý»‰\ruå','Ü×‚q‚ÚGÓN|Š’Êé[?˜yŒï8K%¦ís\'Û','',0,'?'),('ÃñX‚/AšV‘r{¤èÔ¯Z','wp-content/plugins/thrive-quiz-builder/image-editor/assets/js/spectrum/i18n/jquery.spectrum-it.js',0,'1‘nÅ½òÑ˜É¬:Aé!','1‘nÅ½òÑ˜É¬:Aé!','Ë§\\æ_™ëmÆ´¬®Ä*CÄwsHayUWèßÞDÆ–)','',0,'?'),('‚>Æú<†¤‰Êvç~G','wp-content/plugins/thrive-quiz-builder/image-editor/assets/js/spectrum/i18n/jquery.spectrum-ja.js',0,'+[Òµ1}™õ„¶6ýB[»','+[Òµ1}™õ„¶6ýB[»','WX-¢Š,‰Ä§!½·Õ8I”­~W?|ß®Q,[[ã','',0,'?'),('*š]L†‹“rÄKÁŒ¤ÐG','wp-content/plugins/thrive-quiz-builder/image-editor/assets/js/spectrum/i18n/jquery.spectrum-lt.js',0,';Y‰Ü˜Fãôö¸\"ñ9',';Y‰Ü˜Fãôö¸\"ñ9','Hl°kôHïÑ\n¤g\Zá<šîŸ²NbTy\\>#K•%‰é2','',0,'?'),('Gð¹SBêö ðzûV¯\n.','wp-content/plugins/thrive-quiz-builder/image-editor/assets/js/spectrum/i18n/jquery.spectrum-nl.js',0,'©ÜÇôîåç‚¹ôŠéb','©ÜÇôîåç‚¹ôŠéb','ôPÛ²k«[³µt…Ü(ZÖÝÙU:½u4ê±¤%WaŸžr','',0,'?'),('ê×7Û<‘vâ<:“°ð±À','wp-content/plugins/thrive-quiz-builder/image-editor/assets/js/spectrum/i18n/jquery.spectrum-pl.js',0,'6„ïdl(åaKdæP{fZ','6„ïdl(åaKdæP{fZ','Â¶ê†ÉAº ¹ù±–+M¾AŒS7Kå}ûv³DÓN±^ß','',0,'?'),('Wû/œdä˜ÃÐ¾|KÔ²','wp-content/plugins/thrive-quiz-builder/image-editor/assets/js/spectrum/i18n/jquery.spectrum-pt-br.js',0,'‹b‰”¨H ç£²¸ñcÝ_','‹b‰”¨H ç£²¸ñcÝ_','0šn? ¦¼s;î°hÏkk‚ù=º|þ·J‚G<','',0,'?'),('˜BÇ¾¾àÀ˜,>¨ÔèQ','wp-content/plugins/thrive-quiz-builder/image-editor/assets/js/spectrum/i18n/jquery.spectrum-ru.js',0,'M»jä~ü–Ì\'NÓ\n­Õ\n','M»jä~ü–Ì\'NÓ\n­Õ\n','0Té†3;OX‹À>ÏòˆÝè4~NØ}­[ó','',0,'?'),('ê¼ˆjê3U™ÁÈ«GÃP','wp-content/plugins/thrive-quiz-builder/image-editor/assets/js/spectrum/i18n/jquery.spectrum-sv.js',0,'ÆŸÿÅ>:÷ä„Y*\Z','ÆŸÿÅ>:÷ä„Y*\Z',' AƒÜÏŽ€ ç\\dTEÐ¢AˆèUjy«L+½æ3i•úp','',0,'?'),('öžÛ\\¿ßÏ|©@^.1y','wp-content/plugins/thrive-quiz-builder/image-editor/assets/js/spectrum/i18n/jquery.spectrum-tr.js',0,'ìR\r)”ò¼þÎÇCü’[','ìR\r)”ò¼þÎÇCü’[','\rÐ»nžœ”|þÿfÓe;6^ƒœ…ƒšdð7Ù±\0^','',0,'?'),('%^ïÅmùcRØèHö	à:','wp-content/plugins/thrive-quiz-builder/image-editor/assets/js/spectrum/i18n/jquery.spectrum-zh-cn.js',0,')r¿¼Ú¹€Lºê}èü',')r¿¼Ú¹€Lºê}èü','™8\nœ!ˆ¸§Üáw\nÚ\\ü†§\\0ÀO+±!7åTzÓhw)','',0,'?'),('J¶(•æ7Ê-ÒjxÔt€R','wp-content/plugins/thrive-quiz-builder/image-editor/assets/js/spectrum/i18n/jquery.spectrum-zh-tw.js',0,'¬ÎJV]?my„4/ß¯ùƒ¥','¬ÎJV]?my„4/ß¯ùƒ¥','žGøõÒž˜âÝrŒ¿LÍnC u=‘Rü·çÑð¢','',0,'?'),('®y¯+rOrÅÏµãŠUz','wp-content/plugins/thrive-quiz-builder/image-editor/assets/js/spectrum/spectrum.js',0,'_~v#´¸¿Ž','_~v#´¸¿Ž','%Œ¯tD…:³îLNDNÏJ5PŒêOÊ\\\n¬ò ×ö±ÿ','',0,'?'),('|ê)à1	˜á6÷?†PoÏ','wp-content/plugins/thrive-quiz-builder/image-editor/assets/js/spectrum/themes/index.html',0,'ËO¬/ª`l|¶Ï½1[X','ËO¬/ª`l|¶Ï½1[X','9d[œ\r®¸À@€¢mÖ¯Újnyç|.Õ¾Ùä€¶','',0,'?'),('Q¥È=~VNªý´TËiòÈ','wp-content/plugins/thrive-quiz-builder/image-editor/includes/classes/class-tie-admin-assets.php',0,'ØÝ/TÄYõm›Õ+*~','ØÝ/TÄYõm›Õ+*~','Ùwç\n¼tPNbt¤Ã™ Œsº~¹•ÐÞÞM·²þEi','',0,'?'),('h\0ÙŒFÃEìØ}µ','wp-content/plugins/thrive-quiz-builder/image-editor/includes/classes/class-tie-ajax-controller.php',0,'9zGè\rõ¦5©•{E','9zGè\rõ¦5©•{E','ùLm)È…Ï\0\r9˜dñ€(¸káqæ¾²ØŽjNK‹','',0,'?'),('³Æ!~¹EP„M¤xS—ö','wp-content/plugins/thrive-quiz-builder/image-editor/includes/classes/class-tie-ajax.php',0,'3n»=p“=U	)wì;?','3n»=p“=U	)wì;?','Ô}\\Ÿ† G:ßç£XN»0–q¿zþQééñ¨#Èjc½n','',0,'?'),('œ#Õ<$œp”\0Àä\0,W÷F','wp-content/plugins/thrive-quiz-builder/image-editor/includes/classes/class-tie-editor.php',0,'—bP\'‚ò¬…—þèpù‹','—bP\'‚ò¬…—þèpù‹','-ªŸú\Zéƒ	ÒÇçÊð\\©ˆ1Lm‹+µük\rQ¤~','',0,'?'),('Õ“&·Þ¾r@ü6Cø7û','wp-content/plugins/thrive-quiz-builder/image-editor/includes/classes/class-tie-image-settings.php',0,'B‰!ã©J*drJ¬%i','B‰!ã©J*drJ¬%i','é]>é n£!Îr\0\"{Ä%@vŽù\'ç8c÷~•æÌ','',0,'?'),('/–z826§™ÃßÁí¼7','wp-content/plugins/thrive-quiz-builder/image-editor/includes/classes/class-tie-image.php',0,'\'ŠŒ`í8}¹›#ÀÌ­n3','\'ŠŒ`í8}¹›#ÀÌ­n3','E«‚²õÌp‘~I¿:HÿòÉ{°àê:Ë½¡Špno','',0,'?'),('«Lù¨l…Ðþæ2é','wp-content/plugins/thrive-quiz-builder/image-editor/includes/classes/class-tie-layout.php',0,'dr.%éry\"¢GÖHaµ','dr.%éry\"¢GÖHaµ','\ZSL³å¥6Ú¦:í)À\'ù*æ™‰½1næ÷˜9È','',0,'?'),('79£Ž½Ù,t$Õ>^','wp-content/plugins/thrive-quiz-builder/image-editor/includes/classes/class-tie-post-types.php',0,'¢Ð¯‡¸aËq³Šç>Š','¢Ð¯‡¸aËq³Šç>Š','%hdMß-ö™%›^kòyŸ4±ÔÂY·\röl¢É2~Ç','',0,'?'),('„2:`cNÈ˜ØTÈ”ä','wp-content/plugins/thrive-quiz-builder/image-editor/includes/classes/class-tie-query.php',0,'ÜMt!xñ\"JMâéo%\"','ÜMt!xñ\"JMâéo%\"','Eœ†2(0ä?½L2AiHF*±z°¢sû`á»“_Zº','',0,'?'),('PSö‘6´<¡¿œVÖŸí','wp-content/plugins/thrive-quiz-builder/image-editor/includes/classes/class-tie-template-manager.php',0,'ù¼ýI9€JÙA.ãeâ','ù¼ýI9€JÙA.ãeâ','Ÿ5Ÿ_±´ûôoðNyY1½Ñ£ßb\nn½+ã¸_†1î‰´ï','',0,'?'),('v,$Ö;¶Ã>\'<“ ’wu','wp-content/plugins/thrive-quiz-builder/image-editor/includes/classes/class-tie-tinymce.php',0,'ëñCS½\'€¥»}>Â‹Õ','ëñCS½\'€¥»}>Â‹Õ','hÏÌl¡\0‡#>iþq¼•ôû)Ï‚etòUã=øym«','',0,'?'),('Lˆi5À!Ë²[õ«züØ/!','wp-content/plugins/thrive-quiz-builder/image-editor/includes/layouts/editor.php',0,'»j+ï¬d hR”`pfd','»j+ï¬d hR”`pfd','¶iž–¹€S#|\':Uq-6µÐççÒF¥×”=Ãõ','',0,'?'),('G™+Ø¶?Ò~*£T{ªF','wp-content/plugins/thrive-quiz-builder/image-editor/includes/templates/control-panel.php',0,'¨On´fârÓ¿RóTï´','¨On´fârÓ¿RóTï´','2§»=P#Òõ­Ô’ ¸S¨}ËÜÝQÙ\n0¬êA¢…','',0,'?'),('\Zöè¸Ë»L?hótoD','wp-content/plugins/thrive-quiz-builder/image-editor/includes/templates/elements/default.php',0,'gA´¦Ù ­yk2Í¥´ä‹','gA´¦Ù ­yk2Í¥´ä‹',',5ÜèÒJûNx³?„+ÁîHçMŽäàÌ«ó›','',0,'?'),(';»U 2‰¹Q	u8ö','wp-content/plugins/thrive-quiz-builder/image-editor/includes/templates/elements/text.php',0,'q@ÇD:†kâž\rKñ_:','q@ÇD:†kâž\rKñ_:','â7¥qDXàÚÒ\\×Õœ“zÇàl;Þ\\>Û#a0È‹Ä','',0,'?'),('°kôßHI~Uéë*ð|²I','wp-content/plugins/thrive-quiz-builder/image-editor/includes/templates/images/a-blank/_config.php',0,'}âÖO×lw-æ^Ê6h”Û','}âÖO×lw-æ^Ê6h”Û','æIÀŸ:¤ÿß¡õ¢£è€o¶Ù)Š 	O8','',0,'?'),('S.ŒOÍnºSQXú•\'žÆ','wp-content/plugins/thrive-quiz-builder/image-editor/includes/templates/images/a-blank/content.phtml',0,'1qGî!…þC¯t´½P','1qGî!…þC¯t´½P','5B\Z ¸¸v»3°d\"ä§Á©ÜÒ.zŽ¤','',0,'?'),('Ž.ÍÁ‹oêsTî÷=©‘Å','wp-content/plugins/thrive-quiz-builder/image-editor/includes/templates/images/architectural/_config.php',0,'}Ï\n4v…T&ƒŽm¶Ä','}Ï\n4v…T&ƒŽm¶Ä','¼U—›ämq×	Õ–`ŠµOŒš¿éW8˜Iç½‰m','',0,'?'),('D[ÎÀ6	UO¬¶ORüh','wp-content/plugins/thrive-quiz-builder/image-editor/includes/templates/images/architectural/content.phtml',0,'RÔÁ1u½P?4Já/÷²\0','RÔÁ1u½P?4Já/÷²\0','\Z›ûºÒB›N lr««, Ÿ­–¿™¬\0ûõô=Î','',0,'?'),('Ró1Þ—k3¡(~ÝŽ<õ','wp-content/plugins/thrive-quiz-builder/image-editor/includes/templates/images/dynamic/_config.php',0,'«ª¥A$ÎÀvn™.¥Œp','«ª¥A$ÎÀvn™.¥Œp','YÏY¬8Ã¿ øcóÛ\Z/‹9A†p¼l3Ì2Òú=Yä3','',0,'?'),('zéý|\rGz¨ýØÁ{','wp-content/plugins/thrive-quiz-builder/image-editor/includes/templates/images/dynamic/content.phtml',0,'LÏ^gãDpÚJ}1\'Þ!','LÏ^gãDpÚJ}1\'Þ!','\ró d`3³µM_ŸªÝÍLJZcUèXõha ¬B]','',0,'?'),('Ò^OfŒ#AàÝãû\'±ã','wp-content/plugins/thrive-quiz-builder/image-editor/includes/templates/images/green-style/_config.php',0,'¶’ÓI\r8`ëSD/Û','¶’ÓI\r8`ëSD/Û','Œ@“Ô3ïadÝ³vYË,…U·áræÉýå½IŠcjed','',0,'?'),('S\Z=µ\ZþV]µ?\ZR','wp-content/plugins/thrive-quiz-builder/image-editor/includes/templates/images/green-style/content.phtml',0,'Ôô$œGÖxõÉÀÎ­ò-5','Ôô$œGÖxõÉÀÎ­ò-5','ÂK+£$i>/>½ø€3RBji‚¯¦ŠJn+àò¤¥','',0,'?'),('ò_êÏ¦e2TÕüÇN¬Øî','wp-content/plugins/thrive-quiz-builder/image-editor/includes/templates/images/influential/_config.php',0,'Ï¦€E	Wá‰£1°‡° +','Ï¦€E	Wá‰£1°‡° +','bÑZv3EÌ¼Í(	v™¼ÞôÙ.È\0#¶>ƒ¼˜','',0,'?'),('\nŠmD%\ZyœA`‰û','wp-content/plugins/thrive-quiz-builder/image-editor/includes/templates/images/influential/content.phtml',0,'­Ã{f^Q\'†oºm*','­Ã{f^Q\'†oºm*','7štäùZ´……º uiœDpó‡ãT~û­í¹X','',0,'?'),('–ûæ¾\0;þ©]¿TeRE›X','wp-content/plugins/thrive-quiz-builder/image-editor/includes/templates/images/stylish/_config.php',0,'UýK»–•¡û3 %¦Íä¼f','UýK»–•¡û3 %¦Íä¼f','­Æ×iLz,>jfŽj8”¶ßÛå¿µxÊ³!N¾„','',0,'?'),('9$wÖ–Ÿ”øø	×¡','wp-content/plugins/thrive-quiz-builder/image-editor/includes/templates/images/stylish/content.phtml',0,'y·¨ù³!–N›i¹^ü8ªò','y·¨ù³!–N›i¹^ü8ªò','½vv_WJ$˜¸³£‚¼(Nø(@&æèQ“K˜”w','',0,'?'),('@÷h“›LÈ¸\ZÁå‘É±fq','wp-content/plugins/thrive-quiz-builder/image-editor/includes/tie-data-functions.php',0,'ZÃT€3ÇcÈ§\0«õ£Ä_','ZÃT€3ÇcÈ§\0«õ£Ä_','Z/ÞåüPAÎÆÂ9ïÐ& ã÷k%À¼ëàÏ¬F’|çˆ','',0,'?'),('´Ê\0ŠÊ1õ÷†Ìæá€ÏS','wp-content/plugins/thrive-quiz-builder/image-editor/includes/tie-global-functions.php',0,'[)Þ/ÑO$“^®ÃAg=','[)Þ/ÑO$“^®ÃAg=','\\\"¾ó;U(ør\'K#†7Â ì:Ë^Bfû¸yfÊ],','',0,'?'),('9lù1aÚyK.à†œÿ\nØ¾','wp-content/plugins/thrive-quiz-builder/image-editor/thrive-image-editor.php',0,'\'òäŽ.[ó ¥àÒ¶!Û','\'òäŽ.[ó ¥àÒ¶!Û','$¹øu$k­1Dý‚²¢I¶l/¶P¦€=ýö¾Rc’Ä','',0,'?'),('¢HªGÇÑ†(<‘ò®‘`›','wp-content/plugins/thrive-quiz-builder/includes/admin/class-tqb-admin.php',0,'*\ršß‘[P±‘\\Æ³ÿ(”\Z','*\ršß‘[P±‘\\Æ³ÿ(”\Z','£•÷þèJw\rc–ÛyLlr™¨ÀJç¬Èú-h{3š½2','',0,'?'),('qW4¬1O€á\nqeá','wp-content/plugins/thrive-quiz-builder/includes/admin/classes/class-tqb-admin-ajax-controller.php',0,'t5Áñ÷<ú½‡ÓD','t5Áñ÷<ú½‡ÓD','ýPNôvÆXøª›˜‡dÄƒ?ž÷ìa÷v\"Ç{','',0,'?'),('O×)à„¨¢È\'yïêCàf@','wp-content/plugins/thrive-quiz-builder/includes/admin/classes/class-tqb-product.php',0,'ò—»Ù8ÖeÞ¬À®³*I˜','ò—»Ù8ÖeÞ¬À®³*I˜','¾-¶œFU·þ³‹ÉÒÌJ²nj ¹W×#Ëf}Xà~','',0,'?'),('ªŽjûç@ t\r{M¨¬ã','wp-content/plugins/thrive-quiz-builder/includes/admin/classes/class-tqb-results-page.php',0,'ƒ#äïÏŸÔ©Õ·78âšõ','ƒ#äïÏŸÔ©Õ·78âšõ','µý¥Hä¼[±~—&~^5ŒzÃMQÅï£ÛùÿÀË','',0,'?'),('ýÆí+q»c»¶ÅWJ~lP','wp-content/plugins/thrive-quiz-builder/includes/admin/classes/class-tqb-structure-page.php',0,'èçÉ¯Vçkb8úx=1ÙÈ','èçÉ¯Vçkb8úx=1ÙÈ','ž	Ñ×ŠÍ@S$!`ç\n^o¯Üy}g“¯(}ÙL','',0,'?'),('}Š„á>TÙù ñè6Ùƒ^','wp-content/plugins/thrive-quiz-builder/includes/admin/i18n.php',0,'¨<kg)ZqòGË·³bJÞ','¨<kg)ZqòGË·³bJÞ','‹¿®+•IÞ8¯¿YÁD†–|4ƒþüÅÈÍƒ,2ú','',0,'?'),('Bêô^ã -ÞˆæE–j','wp-content/plugins/thrive-quiz-builder/includes/admin/tqb-admin-functions.php',0,'3‘	³Ò½>c\'Yœ®aP','3‘	³Ò½>c\'Yœ®aP','æMÜIÏ›f}>ÄMÈÇ?éwàòW8)0‘ïÈÞyù¸)','',0,'?'),('†F6 PäDìnüÝ¬É','wp-content/plugins/thrive-quiz-builder/includes/admin/views/dashboard.phtml',0,'F»-ÎÒ)œ¶8Y9ñ\ZÐW¡','F»-ÎÒ)œ¶8Y9ñ\ZÐW¡','k/\Zaó³u[\"\rN­˜Ý‰ÏöcYñQáû>œeTÔ','',0,'?'),('àD#‡÷ÆSø©eµ¹u˜ú','wp-content/plugins/thrive-quiz-builder/includes/admin/views/header.phtml',0,'sä‡êðêz>¬©¯Ðú°','sä‡êðêz>¬©¯Ðú°','B£NMKv¶),lÊ›„ãÛ-MdZÐ—@þ','',0,'?'),('\Zpxú¼r³í€p\Zç°sb','wp-content/plugins/thrive-quiz-builder/includes/admin/views/license-inactive.phtml',0,'Œ!X\\ŠŸ€Í6F§3ÅDs','Œ!X\\ŠŸ€Í6F§3ÅDs','Ì»çquìuèÔª!@ö\0çÛ05|\nñ:^«~cIæ¿','',0,'?'),('O&¢ö\Z+¦ý‘ÛiŸü','wp-content/plugins/thrive-quiz-builder/includes/admin/views/tcb_version_incompatible.phtml',0,'U*ç˜-¾ËBž¦y6ð~','U*ç˜-¾ËBž¦y6ð~','ß*(ÚçL™+}g8ý ÇÙ‘`F*lF^à{®ó:r^','',0,'?'),('_5óo€î°!“ýóT,´ñ','wp-content/plugins/thrive-quiz-builder/includes/admin/views/templates/badge/add.phtml',0,'Æ>óiÜ\\<C M|ÑÅ','Æ>óiÜ\\<C M|ÑÅ','µ±—•ÔC‘)îañÏ?ÜÀ;*iè^è»}…¬=piÀ','',0,'?'),('\rñ€xjuJPR_“\r–','wp-content/plugins/thrive-quiz-builder/includes/admin/views/templates/badge/card.phtml',0,'ÂDøÊØá¼KÈ,þhaþ','ÂDøÊØá¼KÈ,þhaþ','›Dç@Umð\nžBžô›“¾vìH+Ãp¸O™ .','',0,'?'),('ÈWÍ3õ -Z¯ñ	»ù¢','wp-content/plugins/thrive-quiz-builder/includes/admin/views/templates/badge/delete.phtml',0,'FvZ÷Tå\nxXD3G¶','FvZ÷Tå\nxXD3G¶','‰S5TÐ·c5iÔÐûÂì˜× -È\\¾·ÕPƒþîzI?','',0,'?'),('<Ú‚#3õåÌ—w­T','wp-content/plugins/thrive-quiz-builder/includes/admin/views/templates/badge/template.phtml',0,'g†Ë§A •éØéò','g†Ë§A •éØéò','Üø\"<Æ’ÕýaØêÛÒz˜©®Š„yÕT¢ï ùÅ','',0,'?'),('eeð°O\\2&Y6uów','wp-content/plugins/thrive-quiz-builder/includes/admin/views/templates/breadcrumbs.phtml',0,'C³ÑHgJ÷½‚½¥','C³ÑHgJ÷½‚½¥','‰ÓüÕó‰œÝÛ2¨2/7e…¾]€úhd´ÖJ\"@˜','',0,'?'),('ØÙÀÑ¤]{ÿ=þui€','wp-content/plugins/thrive-quiz-builder/includes/admin/views/templates/category-item.phtml',0,'™‰ýÍœWw ÖC|z?','™‰ýÍœWw ÖC|z?','Qé1î5ˆoØÖ·§QÐŒ€Ì4Í¦¡rÏj6þ	dl','',0,'?'),('“ØëGâó«¬4Ó’f','wp-content/plugins/thrive-quiz-builder/includes/admin/views/templates/dashboard.phtml',0,'÷3¿; m¡¿à^\Z/6`˜`','÷3¿; m¡¿à^\Z/6`˜`','¦f{heª0$!YéÌÑWeÍÅ¿p¾T\"–SÔéÁ;[¢','',0,'?'),('w›ñÎ\'9RÚ)}ùÓõ#','wp-content/plugins/thrive-quiz-builder/includes/admin/views/templates/modals/add-variation.phtml',0,'ZÆ¯öú»J­õ#ŒìÔ1','ZÆ¯öú»J­õ#ŒìÔ1','~œN¯\n $°1iƒ´Aæ\n£ñšQø§¾¤­	Æí','',0,'?'),('|Õ~>%+Ú@ÙêpC[v','wp-content/plugins/thrive-quiz-builder/includes/admin/views/templates/modals/anonymize-quiz-results.phtml',0,'MKú{[ø<þ	·“Ö','MKú{[ø<þ	·“Ö','²¬…d_o!©zC;o#PdÎv£4¤ÑÌÝ','',0,'?'),('+3/9WyYÌDÁŸáý€','wp-content/plugins/thrive-quiz-builder/includes/admin/views/templates/modals/archive-last-variation.phtml',0,'Êžò:\"ã˜ÿÝ˜1Þ4IR_','Êžò:\"ã˜ÿÝ˜1Þ4IR_','#ÓÂ\ZfRéS´…*Íca¡2z™lt#§¶úÀùrör','',0,'?'),('Ê¤Î~~ *ÇWâäÞËš—ð','wp-content/plugins/thrive-quiz-builder/includes/admin/views/templates/modals/archive-variation.phtml',0,'n¢…}r¹U7Rº/Ì×ñ','n¢…}r¹U7Rº/Ì×ñ','Õ/_ÆÚW¦ƒH:ù,–ä”cØûšP¬_Â€6bãˆ','',0,'?'),('ö—µ…X„¨-kˆ','wp-content/plugins/thrive-quiz-builder/includes/admin/views/templates/modals/badge-templates.phtml',0,'%Q#G¶¬IŒÖï0I®YP','%Q#G¶¬IŒÖï0I®YP','µ0_õÉ\0Öti	-ÑÂ°^i±Ôk½Y’³õò6f=ˆ','',0,'?'),('^õLD©àE”äñ¸À','wp-content/plugins/thrive-quiz-builder/includes/admin/views/templates/modals/copy-quiz-shortcode.phtml',0,'öát£·bO4<…npþRÚº','öát£·bO4<…npþRÚº',' 7V°KV·²T¦>ñ\'%Ç^b-zÜ_s·ðÄCTiž>','',0,'?'),('2î‹´ÆÐ¸Cðë’/Å©¥&','wp-content/plugins/thrive-quiz-builder/includes/admin/views/templates/modals/delete-redirect-link.phtml',0,'ZÊRÏ8RÌ£C:àéHt','ZÊRÏ8RÌ£C:àéHt','dˆ€V\nè€+û\'Ë†K–K†Bèm\0¦¢¯Qn','',0,'?'),('¸ÓâA\nÑï˜Ào/|*TÚg','wp-content/plugins/thrive-quiz-builder/includes/admin/views/templates/modals/delete-structure-item.phtml',0,'zÒ\"®“Î\"lí#z5','zÒ\"®“Î\"lí#z5','u0«39¯rõò((â‰Œ-ÒØ6ÛÃYÂÚ^vzÚF','',0,'?'),('8)P’BóÖ	§ü3º8¢','wp-content/plugins/thrive-quiz-builder/includes/admin/views/templates/modals/delete-variation.phtml',0,'ð×¡œ~	“&ðXC=ÜãŠ','ð×¡œ~	“&ðXC=ÜãŠ','ÐïI¶òq\"™‘—“f¡J—«sÚ±<¶GSI%°Nb','',0,'?'),('º¿,¨Þ®qP)$üMSŸ','wp-content/plugins/thrive-quiz-builder/includes/admin/views/templates/modals/edit-quiz-style.phtml',0,'Ä½Ú;\r!}„9>°Dá','Ä½Ú;\r!}„9>°Dá',';ð¼¼œº´g?:w†å†Ý	æê•tÍÍ5»àlï\rx','',0,'?'),('1c·\nz©E“ü–\0Ì¥','wp-content/plugins/thrive-quiz-builder/includes/admin/views/templates/modals/edit-quiz-type.phtml',0,'¿(6%Â+Ë{.»7Ã','¿(6%Â+Ë{.»7Ã','t—F,F!bÊ7.X”WôÄ\rŸ9¯ÕV5¥¿~½@År','',0,'?'),('òÂ€‚ãÓK{ßûd¼Ý‡06','wp-content/plugins/thrive-quiz-builder/includes/admin/views/templates/modals/edit-variation-test.phtml',0,'v¿ÎÏ¤3iÁ±¤öÓ8Ëµ¡','v¿ÎÏ¤3iÁ±¤öÓ8Ëµ¡','!+÷©Žeh@HRZhþyëŽäq°IÐ4²„›JHþ','',0,'?'),('9q›aOš.&²NTHf	','wp-content/plugins/thrive-quiz-builder/includes/admin/views/templates/modals/new-quiz-tpl.phtml',0,'Ï«»9X·ª±ÜBøÔåq','Ï«»9X·ª±ÜBøÔåq','$QšeŽ&a&íŠë;8=HQ[¬¬À—® ¿.!µ-%','',0,'?'),('ÝàKâÆâ9iÊ7\'ý\Z|EÚ','wp-content/plugins/thrive-quiz-builder/includes/admin/views/templates/modals/new-quiz.phtml',0,'t_jIÓþ.„qª!Íñ¢ï','t_jIÓþ.„qª!Íñ¢ï','ÙæNà È.^[…nÜÔŸ_Ókð¼D¨ð7¢ª5Ï£B','',0,'?'),('p¡;\"´q±2¦T\"3e','wp-content/plugins/thrive-quiz-builder/includes/admin/views/templates/modals/quiz/feedback-settings.phtml',0,'ÔŒÙ\0²é€	˜ìøB~','ÔŒÙ\0²é€	˜ìøB~','ã°ÄB˜üšûôÈ™o¹$\'®Aäd›“L¤•™xR¸U','',0,'?'),('Ã_Ü¸>G>ýV”aÕ²Ö','wp-content/plugins/thrive-quiz-builder/includes/admin/views/templates/modals/quiz/settings.phtml',0,'ûøXxT0¤¦Hâå™Ë*','ûøXxT0¤¦Hâå™Ë*','AÙp1G›½\0£³D­£/wë^¦ÂãM+“%	Œê¤','',0,'?'),('¿EšáàýPFª]!I¼','wp-content/plugins/thrive-quiz-builder/includes/admin/views/templates/modals/reset-quiz-stats.phtml',0,'¯$)Ù&Î ê¥*ú5ö\Z','¯$)Ù&Î ê¥*ú5ö\Z','\\bÁØï†ès,ç=1gÎö­3´\ZKðè7DEáOÇ','',0,'?'),('lŠ™2b]~ˆÀñ‘¸zk','wp-content/plugins/thrive-quiz-builder/includes/admin/views/templates/modals/reset-variation.phtml',0,'íýXÖª cDÊ²áÈ¦?','íýXÖª cDÊ²áÈ¦?','­ëç878ŠÎ9;_QKT¾“iš*¡Kœ½‘Õ„ûTÙÞ','',0,'?'),('¾?ÇÊ?Tí±.Haº˜Šœ','wp-content/plugins/thrive-quiz-builder/includes/admin/views/templates/modals/settings.phtml',0,'â4ß­AöéE	é¢ì5\r','â4ß­AöéE	é¢ì5\r','Ô\rX™zTëÅœSÑM™^³É™Öš´åh Ñ37w','',0,'?'),('c*ÈÓ€WE•Oð)Þ…UP','wp-content/plugins/thrive-quiz-builder/includes/admin/views/templates/modals/stop-variation-test.phtml',0,'¶Üœ“Hñ²õNº*q/Œˆ','¶Üœ“Hñ²õNº*q/Œˆ','ÒÞ°·(ØŽÙ:·U/ÚB2]ƒÂôe¨[xi[ÍŒÑ','',0,'?'),('k(»<G 3÷Å{?ÍÜˆ','wp-content/plugins/thrive-quiz-builder/includes/admin/views/templates/modals/stop-variation.phtml',0,'9g$LëTUhÝ…½\\;','9g$LëTUhÝ…½\\;','l¿g~-ì\ZHhßiœ\rkGa£/\\\\•ªïÊ]Ç™ï','',0,'?'),('Hu¢ê«· k™ós³‚','wp-content/plugins/thrive-quiz-builder/includes/admin/views/templates/modals/variation-start-test.phtml',0,'=B•ôÜ,­Þ±[é¬@','=B•ôÜ,­Þ±[é¬@','úoõGÐÆbÕ¢1gsmKêè†DE3%òå»];‰','',0,'?'),('9\ZÇ#÷§\\5ÇãCpÊ','wp-content/plugins/thrive-quiz-builder/includes/admin/views/templates/modals/variation-winner-test-notice.phtml',0,'Kr°ð\0ªxŽ©õ]Ò{é=','Kr°ð\0ªxŽ©õ]Ò{é=','\\ #¶ËÊaã{Ý\Z•à#îZq¸ ®,„ûzïlG','',0,'?'),('™þä9I—\\Zâ<”¿§q','wp-content/plugins/thrive-quiz-builder/includes/admin/views/templates/modals/view-user-answers.phtml',0,'I²0–/šcäÊâ6s›ý','I²0–/šcäÊâ6s›ý','5>ÒÓ²9Ÿºü‚ïO ËäÃ?îÑŸ0¶u1-]i®‘«','',0,'?'),('w:°]”ËþWïƒ‘´•†','wp-content/plugins/thrive-quiz-builder/includes/admin/views/templates/new-button.phtml',0,'­œRÓ\\õŠ¨Öð®C^°Q','­œRÓ\\õŠ¨Öð®C^°Q','\\,äÀ£‚å¯\Zº)ê¶¹xæ[ÐN£>õôRk	Ö','',0,'?'),('NÒZ1bõaº÷s~	ø§}','wp-content/plugins/thrive-quiz-builder/includes/admin/views/templates/new-category-item.phtml',0,'+üž%G@(ËìuYÑV^','+üž%G@(ËìuYÑV^',',mÿmoªd&\r%¼®ö“”ÊÊ§Å:¡Ã±¯³˜êë','',0,'?'),('æb¼¿§Û¡u!7MºûôOƒ','wp-content/plugins/thrive-quiz-builder/includes/admin/views/templates/quiz/delete-state.phtml',0,'7§?\nÓ¬d§N‹å#o2','7§?\nÓ¬d§N‹å#o2','½&~!çM’ÃvÍo³ÇDU{ŽãRÜRQM3\'mT}','',0,'?'),(' ÷÷=7f¾ÚG¥¥H¦|','wp-content/plugins/thrive-quiz-builder/includes/admin/views/templates/quiz/edit.phtml',0,'–ëßŠB\Z„ÖíýRŽ\nk²€','–ëßŠB\Z„ÖíýRŽ\nk²€','ŽÌÖæ—•ÎÙ~òbà7ìµv$ƒE-N/Ž“ºÊ','',0,'?'),('óë`áLÖÐ2RºÔ\ZYÓÍf','wp-content/plugins/thrive-quiz-builder/includes/admin/views/templates/quiz/item.phtml',0,'½xªNy\'ËmºÞ*UI×','½xªNy\'ËmºÞ*UI×','vºcNWƒ‰H÷ÔhbHßGQÿ¸Á‰óçB@Ñïó×¸S','',0,'?'),('vÈO28}áƒÌ»Ðar','wp-content/plugins/thrive-quiz-builder/includes/admin/views/templates/quiz/settings/feedback-extended.phtml',0,'\r%3PóWu©$‰^Ycf<','\r%3PóWu©$‰^Ycf<','cžÍ¸ld»:M–µÄˆÄô‡(‚È4ûP.»WÁH¡','',0,'?'),('Ëv¤þŠøÞ\"ýLwªî','wp-content/plugins/thrive-quiz-builder/includes/admin/views/templates/quiz/settings/feedback-preview.phtml',0,'¥ÓÌªàÆôì+š¼2','¥ÓÌªàÆôì+š¼2','¶!Žf·‘\0Ï®ÅÂnÄ16}b¢A·è±U®‰Ígzgô','',0,'?'),('’@$5Ì*õöhöWÐæ\rÛ','wp-content/plugins/thrive-quiz-builder/includes/admin/views/templates/quiz/settings/feedback.phtml',0,'\"BÝ€»é;ì¡\0LÊì=','\"BÝ€»é;ì¡\0LÊì=','YU«MTùa[C}øÝ\nÌáämQŽOáuo`Ò´ÏÏ‰c¦','',0,'?'),('‚«ÜF ?¥ŸÛÚøÑ','wp-content/plugins/thrive-quiz-builder/includes/admin/views/templates/quiz/settings/highlight-answer.phtml',0,'¸ÐW\Z0_dòÝÓE”†œ”','¸ÐW\Z0_dòÝÓE”†œ”','ŽÕLý‹‰£X«QSÝŒïøA\ZDšÎ_¢Õcî ','',0,'?'),('hãˆB¶–Äù‘°ßíÒø|ö','wp-content/plugins/thrive-quiz-builder/includes/admin/views/templates/quiz/structure-button.phtml',0,'^F½éöLF!«Ï_Ù','^F½éöLF!«Ï_Ù','¤?ND™aÆÍlá8ÝuB6\Z¯r¨DƒÐª›°\0','',0,'?'),('3Wf\'V²\nJý&1¤—y','wp-content/plugins/thrive-quiz-builder/includes/admin/views/templates/quiz/structure-item.phtml',0,'	Ã=Æ9jšUg†|Ñ…É[','	Ã=Æ9jšUg†|Ñ…É[','Ô=Eºµ„\r±ZC.¤ÞøQd†)NT¿{e1i¢ù','',0,'?'),('S^ðyŠJZŒ½Z½c','wp-content/plugins/thrive-quiz-builder/includes/admin/views/templates/quiz/structure-results-item.phtml',0,'×Nýc¹ ¡][ÁÞ…¤j','×Nýc¹ ¡][ÁÞ…¤j','¦Ñ‹LlñQ£²OaßuÑ\'Í\Z6ðbl–\0£YâÄ€·','',0,'?'),('˜¾Î’°™¼ËWŸÎõ','wp-content/plugins/thrive-quiz-builder/includes/admin/views/templates/quiz/structure.phtml',0,'_³ØöÂ	aÈKFÕl?’','_³ØöÂ	aÈKFÕl?’','¬BÜÝ‚_mñh0™²ÐèÅ%éý³A;ÒË¢$v;C','',0,'?'),('“fô³2‹ôŒ˜y À7Ð\\û','wp-content/plugins/thrive-quiz-builder/includes/admin/views/templates/quiz/style/card.phtml',0,'­.]_ ÔœsY´Æaº','­.]_ ÔœsY´Æaº','Ôßfä@ÌõšÎÜ@r•¸<KùÏÇâŽ‹×­›','',0,'?'),('Z÷Xqq;<•ðŽR¥','wp-content/plugins/thrive-quiz-builder/includes/admin/views/templates/quiz/style/item/card.phtml',0,'	¾\\²á–/úŠ*f…ÛÞ','	¾\\²á–/úŠ*f…ÛÞ','+géa|,(ÂC£ƒ ˆÅðõd-¤«ù+Ùê³äa/','',0,'?'),('#ÝdhÂ•IÝ\nÓ£ëzn','wp-content/plugins/thrive-quiz-builder/includes/admin/views/templates/quiz/style/item.phtml',0,'	‰VÄ–Ê´qO†kæP','	‰VÄ–Ê´qO†kæP','‹‚6{Q)“‰h€eTÍ¸r±hÿ$Y×¬ûT}h','',0,'?'),('Î Še1\"—ü\rJÙï¿¸Ê^','wp-content/plugins/thrive-quiz-builder/includes/admin/views/templates/quiz/style/new-button.phtml',0,'\'E3gQd›ìAÝÿ¢no','\'E3gQd›ìAÝÿ¢no','rÉ0GP¶òæùzäO>Ã–óï\\¿qÙ“C&)‘\'ˆ','',0,'?'),('~O42F‘‚m•önQ\Z¬','wp-content/plugins/thrive-quiz-builder/includes/admin/views/templates/redirect-settings.phtml',0,'Â(>Kk\nB\'@€œ³x«i','Â(>Kk\nB\'@€œ³x«i','eQy2–Ú/ŸL#òM$‚Aðõ—ú3w³)$²Iwà','',0,'?'),('I{|Û¹„fûj)øÈƒ','wp-content/plugins/thrive-quiz-builder/includes/admin/views/templates/reporting/all-source.phtml',0,'É®¸múÝ_9›(˜Ù–','É®¸múÝ_9›(˜Ù–','*ÏŠ°ìmPf„.à¨(Â`.#1CÕ\0Ã>z÷sžçU','',0,'?'),('µïrÚ+PßÖñãJVz.','wp-content/plugins/thrive-quiz-builder/includes/admin/views/templates/reporting/completion-pagination.phtml',0,'ÉUKcì€Æ†[÷¾&ÿæ','ÉUKcì€Æ†[÷¾&ÿæ','w€ƒêZÉ^Â†ís· öÁ´\nî¶p-D-ðÖãì`-S','',0,'?'),('ÿAoy\'¢§§?bhmo«m','wp-content/plugins/thrive-quiz-builder/includes/admin/views/templates/reporting/completion-quiz.phtml',0,'z´²|\"¡g6þ»7n3Ç»ˆ','z´²|\"¡g6þ»7n3Ç»ˆ','Tçß_[%EùÓ‹·:V«9 -[~)Ãÿfr:yÛ\Z','',0,'?'),('ýá¿5®ûã«ö^B<¸S','wp-content/plugins/thrive-quiz-builder/includes/admin/views/templates/reporting/completion-report.phtml',0,'ÑÛ£×ç÷)ÒrØNï','ÑÛ£×ç÷)ÒrØNï','6Wõ££hq†MáX¬=e¡Ï2.GI/e>Ÿã÷!au','',0,'?'),('›Æó2¥cy¨î&¦A3÷¨s','wp-content/plugins/thrive-quiz-builder/includes/admin/views/templates/reporting/completion-table.phtml',0,'J“éÉÉWÎŽ‡=5gð“ô ','J“éÉÉWÎŽ‡=5gð“ô ','º,õv·3÷„É8^WØöXÄãë|NpÒ¤µ³','',0,'?'),('´0$Ì8:ù,°¯‚å®','wp-content/plugins/thrive-quiz-builder/includes/admin/views/templates/reporting/flow-report.phtml',0,'ÒÒJá%<Ê>8¸·„','ÒÒJá%<Ê>8¸·„','¬‹ÁårQ.¿+i‹@USš¢@çgÎÙ¬î±œUèØØËü','',0,'?'),('k=±3$¦ÕDhx?Á','wp-content/plugins/thrive-quiz-builder/includes/admin/views/templates/reporting/flow-section.phtml',0,'¨økôß9\"F£ó8º~','¨økôß9\"F£ó8º~','ÑöÚ„HgºQ>$Š+íû¬»xcþŠsqBÚ','',0,'?'),('T ^ÄòÞ3Fž÷´úä/&','wp-content/plugins/thrive-quiz-builder/includes/admin/views/templates/reporting/main.phtml',0,'Ñ»ž¥{_àÎ5Q}ç','Ñ»ž¥{_àÎ5Q}ç','Á¯Q<ì³œœJ›Ü¦ÔŒ~+‡bU µïÝÙïŽ','',0,'?'),('kHŸ8°@%”1ª}þ¡ÿ','wp-content/plugins/thrive-quiz-builder/includes/admin/views/templates/reporting/pagination.phtml',0,'9ß¸‰\\ÛI\rÉžéRñÂ','9ß¸‰\\ÛI\rÉžéRñÂ','®·€<­:åÍ¾ê»UþÖÈ~—UÔévØôˆ_Co','',0,'?'),('D¦³ôHGÈ¬ŒÝ=!','wp-content/plugins/thrive-quiz-builder/includes/admin/views/templates/reporting/questions/open/answer.phtml',0,'çPöžÛMIPWïXÖFƒb','çPöžÛMIPWïXÖFƒb','<»±¿Ê£yf‡Ÿ7ž{:•þŠ½ÛàÇíµ\'EÓ™x','',0,'?'),('OäØr¬|êY€ì!É','wp-content/plugins/thrive-quiz-builder/includes/admin/views/templates/reporting/questions-answer.phtml',0,'F>¨kR\\áÚõŠˆ,Ë&iu','F>¨kR\\áÚõŠˆ,Ë&iu','&\Z_|qr	Ûõ3Ý»€{Ñê`¤j,(½gˆ«Î¶','',0,'?'),('Îû™ôå?Šèƒµ','wp-content/plugins/thrive-quiz-builder/includes/admin/views/templates/reporting/questions-open-question.phtml',0,'ðw]L€,àBØÔ í(','ðw]L€,àBØÔ í(','‚Š«N½—6°¾ws+¿`BÎsß8>ô÷BŸz˜','',0,'?'),('ñ_‘ãÕ÷çHv•\Zâò$','wp-content/plugins/thrive-quiz-builder/includes/admin/views/templates/reporting/questions-question.phtml',0,'<è³…ó\'©2µÖ>üûçâ','<è³…ó\'©2µÖ>üûçâ','‚\"ðúq`KXTýê’P¬.¡Æ ê\">wx¢ùùŸL','',0,'?'),('u½¦ÜÔÿ“oòïV¾','wp-content/plugins/thrive-quiz-builder/includes/admin/views/templates/reporting/questions-report.phtml',0,'Êµãbœ©eQ™k6þC­n','Êµãbœ©eQ™k6þC­n',',³Oe˜öË\Zf÷qÕ\'ˆ_m€ïÞ…ÍÈD(‰g±','',0,'?'),('ým]á€gìíg¦‹â«Æå','wp-content/plugins/thrive-quiz-builder/includes/admin/views/templates/reporting/source-options.phtml',0,'è\rÂ_E3\'5|”ƒ#Â','è\rÂ_E3\'5|”ƒ#Â','ë\"Á-=5:¢ÙPW¼¹·1½æŸQÁqð…>×,	','',0,'?'),('>‚P‹ºáÐÞõhÎæ`','wp-content/plugins/thrive-quiz-builder/includes/admin/views/templates/reporting/user-answer-image.phtml',0,'Ì¶ÎŠÛ÷O®N^wo\'M¦','Ì¶ÎŠÛ÷O®N^wo\'M¦','-KNODÄj¦þtÄ‘ž‰TûÖçwõ€Ã°*º','',0,'?'),('‰Þ0ý27 [N¼–Há‚|','wp-content/plugins/thrive-quiz-builder/includes/admin/views/templates/reporting/user-answer-open.phtml',0,'ÌØo[ˆ\ry#\ZðýæÅ\rð','ÌØo[ˆ\ry#\ZðýæÅ\rð',' $Ðè\ró\"úìÃ¬–Þu&‘)ó·„ÏÃª¾À','',0,'?'),('ïúËüÜ ¶*IÝnµ/2q','wp-content/plugins/thrive-quiz-builder/includes/admin/views/templates/reporting/user-answer-text.phtml',0,'Ù`)7FG?uLIZ÷W','Ù`)7FG?uLIZ÷W','Øª¬Oüâ¬Ûò{™ÄzövAïÀK‡¦í¼•?\"','',0,'?'),('ÁÁ®BÓÙ ’c§ÞÕâH¦£','wp-content/plugins/thrive-quiz-builder/includes/admin/views/templates/reporting/user-question.phtml',0,'5kR¨—!æ‡Áªa…t','5kR¨—!æ‡Áªa…t','×Y¦ÏÎY>õHF¹½ð½ó›åñfp™ÒpI\Z7Ë†Û','',0,'?'),('§o¨_Tdk¸Ù”Š','wp-content/plugins/thrive-quiz-builder/includes/admin/views/templates/reporting/users-item.phtml',0,'qÍ36š(¾ãZ¸ŒY‰@Q','qÍ36š(¾ãZ¸ŒY‰@Q','ìßortÛ¯¢cv¾Q§Xz.8Ðrª—|a1.âÿœ','',0,'?'),('&òELLŸ‹\\Fâs­ž”','wp-content/plugins/thrive-quiz-builder/includes/admin/views/templates/reporting/users-list.phtml',0,'N¿mô¬P¼œ¹S=4¤­','N¿mô¬P¼œ¹S=4¤­','úî!ÈãÜ®/r%xæµU=˜²§¼Ë	j¹£“‹Êû','',0,'?'),('¼L)2Ç;›«#ˆ:šm','wp-content/plugins/thrive-quiz-builder/includes/admin/views/templates/result-item.phtml',0,'§ÄzDQ‚•Ú—ÃÛ}q','§ÄzDQ‚•Ú—ÃÛ}q','Õ°ït7…sêA5ÅÙ±œ›ÂúÄ×Ôˆ\"_CõZã‡Žk','',0,'?'),('œTÛzüï]Þ˜gÈî]]Ê','wp-content/plugins/thrive-quiz-builder/includes/admin/views/templates/results-links/category-item.phtml',0,'/FI½q°¥sÚñ®†ÞD','/FI½q°¥sÚñ®†ÞD','\Zéì=°BD½CÕP×wáÎR®ñÆ:¦®ê6‘å','',0,'?'),('æz)tÌ7\'ë4T8','wp-content/plugins/thrive-quiz-builder/includes/admin/views/templates/results-links/form.phtml',0,'¦ÍÇ[aÓU²Ú­¾ž»«±','¦ÍÇ[aÓU²Ú­¾ž»«±','McOÃ]¦çCæv¬éíR`ÌnÙ~<× Œ-~‘1','',0,'?'),('âRTà,].ãZ;Æ•Ój6','wp-content/plugins/thrive-quiz-builder/includes/admin/views/templates/results-links/item.phtml',0,'kÝ½n¥Hc¾kjWL¶','kÝ½n¥Hc¾kjWL¶','X\Zw“§ã†°737îÖ»²ÌXõø.õ-:}&C','',0,'?'),('ò¾©é“tÈÄ-4É›C','wp-content/plugins/thrive-quiz-builder/includes/admin/views/templates/results-links/message.phtml',0,'¯S«ù–Ç.\0„ÿZ ~ú','¯S«ù–Ç.\0„ÿZ ~ú','U1Jâ3N\r¢£úß^‚áÔ³åpSuqøR—w ŽžÀ#','',0,'?'),('tá©2-ÆM3ùÖ?ÇÍ°','wp-content/plugins/thrive-quiz-builder/includes/admin/views/templates/search.phtml',0,'õ†5¿¾b<i±	†eÙ','õ†5¿¾b<i±	†eÙ','h&(ð&ZI1Ùö\0	œãŠ†^b(E–mÐ§ñVM–Á','',0,'?'),('•[w$-qÎœ8\\˜2ÁV7','wp-content/plugins/thrive-quiz-builder/includes/admin/views/templates/tests/completed-item.phtml',0,'9Å>röAwx³c[…','9Å>röAwx³c[…','\'ïZéáPA”NŒÓl0õ¥Œ}6k‘du´ªÏ','',0,'?'),('ßÞ4°è”&V\n­á½sªF','wp-content/plugins/thrive-quiz-builder/includes/admin/views/templates/tests/completed-tests.phtml',0,'`¥ëö|Åê°úˆ},^æ','`¥ëö|Åê°úˆ},^æ','½Ý4Ö åq¡{‘J¼mB°’[±bñ¾Â¬æ‡Å','',0,'?'),('Ço }Œ\ry¯QãÓpè?®','wp-content/plugins/thrive-quiz-builder/includes/admin/views/templates/tests/delete-test.phtml',0,'Îsz8õ‘ª\\¨¸õë?\Z¦','Îsz8õ‘ª\\¨¸õë?\Z¦','éÛÖ\')ý¢×¼¶¹ÃGeÃ•*r\\WÁYnNKXË–d','',0,'?'),('ñK³®\'œË\"õÐ€Òéiž','wp-content/plugins/thrive-quiz-builder/includes/admin/views/templates/tests/options.phtml',0,'Æ…_Z|}œ’sl¨\n¾õ','Æ…_Z|}œ’sl¨\n¾õ','½×FÜlF6ô%\\­ŸEˆRdøX\"vewÇ`“‘êÐ','',0,'?'),('w3_Ê=¨BCèÄ^²Ê®ô','wp-content/plugins/thrive-quiz-builder/includes/admin/views/templates/tests/stopped-item.phtml',0,'ƒÖ©W¸jfÑ1”y&','ƒÖ©W¸jfÑ1”y&','Ü\'CÐzÂw\r”¸êÞÚ3¼/ìºvÑ|UKüÍsý\Z¤','',0,'?'),('Ÿ\0ñøR iQˆ€\0µ[','wp-content/plugins/thrive-quiz-builder/includes/admin/views/templates/tests/test-item.phtml',0,'ŠAã27O…ì ¸4O(','ŠAã27O…ì ¸4O(','$),N®ÐÚ¡ñ–«ÁŽÖë7(ÕWùQýÖG¾oÌ\'Ì','',0,'?'),('ÕVê[Ëþò+Ä&‡°w','wp-content/plugins/thrive-quiz-builder/includes/admin/views/templates/tests/test-total.phtml',0,':wtÅèÉÏg¦VÈÑý{:',':wtÅèÉÏg¦VÈÑý{:',')ÙÈ3…¬¢õåÿa£	ItÐì×xÝ/¡•;ô+ú','',0,'?'),('Qv½±ÇS‚OÍwA“ýjb','wp-content/plugins/thrive-quiz-builder/includes/admin/views/templates/tests/view.phtml',0,'f‚	#O£#Ød¹\0ÀƒX','f‚	#O£#Ød¹\0ÀƒX',':ÀíTi19Ù¤~–íæDôª¿±Y\Z–¯ËŸ:','',0,'?'),('í=¯	or7»£À<÷J°','wp-content/plugins/thrive-quiz-builder/includes/admin/views/templates/textedit.phtml',0,'¤º%æjŽ£¥ð›Øfº','¤º%æjŽ£¥ð›Øfº','~€í¶\Z†}cí£@¼v’4HdÏ_;ªía{JÐ-¡Ý','',0,'?'),('ÔÔašËÏLËŸÿSÚÓ','wp-content/plugins/thrive-quiz-builder/includes/admin/views/templates/variations/dashboard.phtml',0,'¦²ý¨×œ\'özÓËÚ.-','¦²ý¨×œ\'özÓËÚ.-','#Øfi~H_Æ;ÎBòÍ“»ï@ö­v`ÒÎ/µ¹\0ØC','',0,'?'),('w…´Ž4V4uzü\Zá$','wp-content/plugins/thrive-quiz-builder/includes/admin/views/templates/variations/gdpr-user-consent.phtml',0,'¯aD¨º,Ò\'®­(å$Á','¯aD¨º,Ò\'®­(å$Á','µ`yïS?²þ¸Ø5ÍoTã‘°\r‘xyõEr\"Ù•¿cÑ','',0,'?'),('´Õ0:¤ø†¾Ðë€¯§Ò','wp-content/plugins/thrive-quiz-builder/includes/admin/views/templates/variations/item-archived.phtml',0,'t\nVÀæ@¶£*pÐ\r','t\nVÀæ@¶£*pÐ\r','ŠB@»ÃU¤˜â8Œ}š‹eš¢‰GO±@++6¡[ÑØ‚','',0,'?'),('°®z=erßÇ+ÿ½ù','wp-content/plugins/thrive-quiz-builder/includes/admin/views/templates/variations/item.phtml',0,'LjŒX©*/Ói8\na¤(²','LjŒX©*/Ói8\na¤(²','ñ^ý²Q^ÞC’”+m¯–õÓw×USÂ^E9)‰','',0,'?'),('8ŽG¥¿Ðµ¤Sï‹8','wp-content/plugins/thrive-quiz-builder/includes/admin/views/templates/variations/list.phtml',0,'Þ¦JèE,DUN±P4Àì(','Þ¦JèE,DUN±P4Àì(','ÕzÆ‚vxßø£y}Åê¸MÖT]Í<êZSZ,ŽcÇÝ','',0,'?'),('æ„¥J\\6#×žÇ\0Í¢','wp-content/plugins/thrive-quiz-builder/includes/class-tqb-ajax.php',0,'\'ÆK¿/\re%ž$¬ê?cš','\'ÆK¿/\re%ž$¬ê?cš','O5 ‘1¯V«fíO	CnŒ8Óu“zÉÞ12nÿ/ñ','',0,'?'),('F@!f­Ç¯~˜A?}DLµö','wp-content/plugins/thrive-quiz-builder/includes/class-tqb-badge.php',0,'=±L­ÀÖÿ@Æ1év»','=±L­ÀÖÿ@Æ1év»','ú¶ôÉÜ›R]ÁñÈ~2™áòìSË\rèOðÇºbÝC','',0,'?'),('âqÖx`A;ð,µ €sb','wp-content/plugins/thrive-quiz-builder/includes/class-tqb-db.php',0,'Ëpê gÄYLàgýG¯šœ','Ëpê gÄYLàgýG¯šœ','ÏþyÖ†(yÃÈ?NýN\"ñ.õ;^åß\rä–\n¸','',0,'?'),('óZ)…¤XØÞYÖ’','wp-content/plugins/thrive-quiz-builder/includes/class-tqb-frontend-ajax-controller.php',0,'œTãsµ¬²öïdéˆ c_U','œTãsµ¬²öïdéˆ c_U','Ãðh¾³¶„UC×µÐ@yª£{ŠtŸj“‹½Hj','',0,'?'),('–z „ß°œ%×çh%¹$','wp-content/plugins/thrive-quiz-builder/includes/class-tqb-post-meta.php',0,'ùæçä‡`Z(tR=w¸•\"','ùæçä‡`Z(tR=w¸•\"','â[ÝóPyHÂvZh†Úx\"ôL­EPÚ½†ôLHio','',0,'?'),('\"8½Ñð)C^£@@','wp-content/plugins/thrive-quiz-builder/includes/class-tqb-post-types.php',0,'ªR`ÔzXW$2Çú…gþI','ªR`ÔzXW$2Çú…gþI','Q4ÓCb?8·‰gmîçÄVT% ép\nÃÌ—¶AG=Ä','',0,'?'),('AúO©7†ÌÍœ‰AúKn','wp-content/plugins/thrive-quiz-builder/includes/class-tqb-privacy.php',0,'Üs»#›D¨Û\'½kûÀ','Üs»#›D¨Û\'½kûÀ','Ñit0ùày#Îá,lÝßBÅ^›XØlhÖ>÷ÝÙD!','',0,'?'),('ý-û’a ½›¯ÓÎ!Ží','wp-content/plugins/thrive-quiz-builder/includes/class-tqb-request-handler.php',0,'‚î\'èÞ°ãhŠi‹«','‚î\'èÞ°ãhŠi‹«','te§–ÐB IéÝìùHÔúÓæýü#××r´j«Ÿƒ4ãb','',0,'?'),('äé(c½¹5êôL)À','wp-content/plugins/thrive-quiz-builder/includes/class-tqb-shortcodes.php',0,'PCZñèJ\nöÁˆM¦ì','PCZñèJ\nöÁˆM¦ì','¿@&6|ëÀ/‡ÄÂŒ•\n§¹ˆß:5[áWuÃEfŠN','',0,'?'),('AÒmÒ\'âÍ½CwóÉ2Î6','wp-content/plugins/thrive-quiz-builder/includes/class-tqb-state-manager.php',0,'æ˜.•¢EÅ—Š–íc','æ˜.•¢EÅ—Š–íc','npL[\ne—êZ8hzŠ~4\rÓ6,pç›ÔP(5Õs','',0,'?'),('œ®WLSvöú–Ä¡¬•_','wp-content/plugins/thrive-quiz-builder/includes/class-tqb-template-manager.php',0,'W³L¸åìàšCÌæ¨T','W³L¸åìàšCÌæ¨T','ØPÄñ\ZŠÔY’ž6†d§è¤{÷¹:½¢	3˜!b[','',0,'?'),('°Wüñ*ÅäòäÁ×APÏü','wp-content/plugins/thrive-quiz-builder/includes/database/class-tqb-database-manager.php',0,'®x`Îé&cš„)k;!ä\Z','®x`Îé&cš„)k;!ä\Z','ë8¬T¾qvZ&n&Ö¤)É~#æñ£>ŠDRÙ','',0,'?'),('+»Q¥ÓÍã‡Ï2Ðç{','wp-content/plugins/thrive-quiz-builder/includes/database/migrations/gdpr-1.0.2.php',0,'£!€²˜V_<	•Õ¼©ß','£!€²˜V_<	•Õ¼©ß','‹±\nªWE:ûb„\r³|l´aNÉEy>‹º¹é\nPGj','',0,'?'),('0A×\n·±­¬6ŸšÀJ.+','wp-content/plugins/thrive-quiz-builder/includes/database/migrations/install-1.0.0.php',0,'×ñ3’{‹öGË/£³ÒËJ','×ñ3’{‹öGË/£³ÒËJ','Ø¦]«»¥n’¹1Ã·ðš­‡q=ÛqQÊŸ°wh·—ê¦','',0,'?'),('Åµ=ôÓ³ÆG €’.)D ;','wp-content/plugins/thrive-quiz-builder/includes/database/migrations/open_ended_answers-1.0.4.php',0,'Ï$¸üM˜³@çU¬¸','Ï$¸üM˜³@çU¬¸','Û/zâÃ~q›-üD†K¬‰óit›ááu¾obŽI+','',0,'?'),('Ê„(…%&[‹	?5ä™±it','wp-content/plugins/thrive-quiz-builder/includes/database/migrations/points-1.0.1.php',0,'bxåØñâQ¼—0¿ Ç\r','bxåØñâQ¼—0¿ Ç\r','?)›Ê£=×jrƒ X÷ðà(°/¯W9b£Ñ\nºb','',0,'?'),('ùÒ|¼gE–*±Uó	ÃÁ³>','wp-content/plugins/thrive-quiz-builder/includes/database/migrations/resultslinks-1.0.5.php',0,'¸Ò5mŠíÈ1Ñ€@þ¬µ±','¸Ò5mŠíÈ1Ñ€@þ¬µ±','÷x¥Ä.Ðµ	S¸dPß-iZR\"o@ÕŠ{¨±\rÞ','',0,'?'),('ÆÐ9U85˜ˆ`H m“G“','wp-content/plugins/thrive-quiz-builder/includes/database/migrations/usropti-1.0.3.php',0,'3Fä—ÓpæãøƒÕµÏÁðÂ','3Fä—ÓpæãøƒÕµÏÁðÂ','®»OÚë(™hyð×®\"ª\n–5çqJÂo¾ÙŽ½','',0,'?'),('Ò™ì@l\nÒ{ÚµZ¿Hï©','wp-content/plugins/thrive-quiz-builder/includes/frontend/views/templates/answer-image.phtml',0,'¨\'‚\\^Úkk6ˆÍÆÜžÞ6','¨\'‚\\^Úkk6ˆÍÆÜžÞ6','”»œ,®roi©çÃ”uâgÉ°’þ–+Î§´i­¥Á','',0,'?'),('¯æÓH-M>xzïM†ðÐ6','wp-content/plugins/thrive-quiz-builder/includes/frontend/views/templates/answer-open.phtml',0,'l6Y¼Þ€T\n,“L‚Ö\rs]','l6Y¼Þ€T\n,“L‚Ö\rs]','w#†C0Þ\n¹†¥f‹!ÉbÃ±­9pŠôÆ0‘”Xôª¤','',0,'?'),('Ðð‰L÷J¿ª§¶7gŽ›ç','wp-content/plugins/thrive-quiz-builder/includes/frontend/views/templates/answer.phtml',0,'ú1{{c‘Ì•TÁ.k×º','ú1{{c‘Ì•TÁ.k×º','Â¶ùúg¨K-²h°RIëÚ-]Þ–Ð!ˆ0MZ³Á\ZC','',0,'?'),('U|õW[h—Bµƒàé','wp-content/plugins/thrive-quiz-builder/includes/frontend/views/templates/loader.phtml',0,'ëGƒ!l6ÌßNâR–˜À','ëGƒ!l6ÌßNâR–˜À','‘!¹ñÖê¢/íöfÞÈ	B~Éfƒ›AŸv2”)¶+_Q','',0,'?'),('Mæüxsòó‹‹bá¥z‚','wp-content/plugins/thrive-quiz-builder/includes/frontend/views/templates/loaders/redirect.phtml',0,'0¬EÅë½gà²Ijkß_+','0¬EÅë½gà²Ijkß_+','øq%èlAö^?ÛÇ©¾;•îRÜWP¡‡pçx«.—','',0,'?'),('’Qò±)?H>¤;ó9ºI','wp-content/plugins/thrive-quiz-builder/includes/frontend/views/templates/powered-by-thrive-themes.phtml',0,'›ßtÞ¿G)Y{Wœä','›ßtÞ¿G)Y{Wœä','Z¸NPZ@£o(–Îaèæ[€òÐ›@ŸòQ\'êÌ','',0,'?'),('c\"\0‹jp!õN+!-L+D','wp-content/plugins/thrive-quiz-builder/includes/frontend/views/templates/progress-bar.phtml',0,'âï!Ò\'{-Ç™@R‰š*','âï!Ò\'{-Ç™@R‰š*','a…UàÌzð SãM:““Ð‰×¯µ*µ*N]g¡TØÉ','',0,'?'),('Oè)ö¸´uBb”‘\"óô','wp-content/plugins/thrive-quiz-builder/includes/frontend/views/templates/question-answer.php',0,'lh¯C¢4‚dt´’Fè','lh¯C¢4‚dt´’Fè','_ß\Z÷ëp±ËÃsÄ½UœÏËaGH>\n{9ØG&1\"','',0,'?'),(',ÐW–}–Z\"ìns5\rQG','wp-content/plugins/thrive-quiz-builder/includes/frontend/views/templates/question-wrapper.phtml',0,'.^@_Ð{L”°pæ¿²’','.^@_Ð{L”°pæ¿²’','¨w˜$XØ2¸M`gM`Âàì1ÆÂ\rq4¯$>(ËßŽ³','',0,'?'),('‡c´H­GVÌ¢Æ¥®(€','wp-content/plugins/thrive-quiz-builder/includes/frontend/views/templates/question.phtml',0,'<PÊ†\\ì8Zx©‚¥íÿ“','<PÊ†\\ì8Zx©‚¥íÿ“','ÇØÁX¶C…ü‹:ÚNõí]´d»½u …¸‚—Ir','',0,'?'),('žÁ\'3ž/Â™]Ÿø~EK‰d','wp-content/plugins/thrive-quiz-builder/includes/frontend/views/templates/video/custom.phtml',0,'j,å\Z]ªÔx‘¡Í€','j,å\Z]ªÔx‘¡Í€','ì‚Í\0Á`É´oeç¨[_°lP0à0Xîòó–5<Ãpù','',0,'?'),('‹]`-ZéÊ©ãôÙu›\n½','wp-content/plugins/thrive-quiz-builder/includes/frontend/views/templates/video/image-overlay.phtml',0,'Q‡´³Ë¯’§¼â\0','Q‡´³Ë¯’§¼â\0',' ¨Dmd±•Û:\\\"I­mû(\'@ÆœÈ(PU¸ê2Ù','',0,'?'),('\0ÞžmezÓ4Ú,\rÇŒ','wp-content/plugins/thrive-quiz-builder/includes/frontend/views/templates/video/vimeo.phtml',0,'B=6“*ÔQç©È!×«Å\n','B=6“*ÔQç©È!×«Å\n','Z²û(ÌþD$S?”Ÿ›ûSØ\rÀ” yÿ:ÙI{,','',0,'?'),('mÕ\r„¯¤G\"Py;hæÐ‹','wp-content/plugins/thrive-quiz-builder/includes/frontend/views/templates/video/wistia.phtml',0,'q®!†îuhú£.Ä—7(_7','q®!†îuhú£.Ä—7(_7',':\"ˆ\Z êíH	×Lbœ»ÖvjXÚ|õFr','',0,'?'),('53ç}þùÞåà×ui','wp-content/plugins/thrive-quiz-builder/includes/frontend/views/templates/video/youtube.phtml',0,'6dø1)wGt—5*±S•¼','6dø1)wGt—5*±S•¼','¬Ø¶¦Õ®òÕ_\\=.ªÿ@;a¯H!Èà¼»ï','',0,'?'),('ð$\"0¥Ñ÷œ|X$ŠÖ@ß','wp-content/plugins/thrive-quiz-builder/includes/managers/class-tqb-page-manager.php',0,'kwü-Ìº2Ç†mœ-','kwü-Ìº2Ç†mœ-','P©æFw¬yˆ‘G)ûŸA)ŠXÓH$ƒðÿÿ]F','',0,'?'),('6 4°’?#‚zILd\rèm','wp-content/plugins/thrive-quiz-builder/includes/managers/class-tqb-quiz-manager.php',0,'|­:ó€¸w1ë°Ä¼','|­:ó€¸w1ë°Ä¼','-ÚSìEÊ»›Lò¸7‡îè2¯%çf!LÖÁòß=}','',0,'?'),('ç	(RrX\Z@B’Âé_«O','wp-content/plugins/thrive-quiz-builder/includes/managers/class-tqb-reporting-manager.php',0,'/\\îÁBH9.Öq–j^©Ï','/\\îÁBH9.Öq–j^©Ï','öä¤ÅæØÇ<S“A‘y€rÜ3áÜ<¥Ls½W|ú','',0,'?'),('\rÑÉüŽå¢™ë«','wp-content/plugins/thrive-quiz-builder/includes/managers/class-tqb-structure-manager.php',0,'‰O—RÌ:³prÞÊNàO„','‰O—RÌ:³prÞÊNàO„','øÂñïÿ¾«¸éÚÁ>ThX­}¶r²ü#‚—âNAE0B','',0,'?'),('Œ¢×zLúld@zh','wp-content/plugins/thrive-quiz-builder/includes/managers/class-tqb-test-manager.php',0,'‚æ§íþ-oØM‚Š','‚æ§íþ-oØM‚Š','â”ðn`+aÍºÃRm£zc•ÿTë¬q©/Ö–¢','',0,'?'),('¯¸0\r‰V÷Q\'=®OÎÎ','wp-content/plugins/thrive-quiz-builder/includes/managers/class-tqb-variation-manager.php',0,'u„ê…ÒEÍJ;µ§ÚD6m','u„ê…ÒEÍJ;µ§ÚD6m','1îšJyÄë=éÔ]\\ãYó˜Èf-ÊS‰~ØÝçH?','',0,'?'),('8Ï#õØÙî“7i8ïpƒ','wp-content/plugins/thrive-quiz-builder/includes/tqb-data-functions.php',0,'<#5wÿß‘*úpx&','<#5wÿß‘*úpx&','ùíaw:.aÖ÷DBÛqó;‹üîéŸäÛªLÅaôÃÛ','',0,'?'),('¨µæœeuo&Š\\›³ˆÑ','wp-content/plugins/thrive-quiz-builder/includes/tqb-global-functions.php',0,'0óq/|“×ò63hØZ¬','0óq/|“×ò63hØZ¬','ÓKº\\šye\r*{‚Ñ‚‘²v• ¹Ä„¬a«XF-½È¡','',0,'?'),('¯©~Ø½Ø\"ËyÆp£í','wp-content/plugins/thrive-quiz-builder/tcb/admin/assets/css/fonts/tcb-admin-icons.svg',0,'uê…ÆøâgœñF[³$f','uê…ÆøâgœñF[³$f','HGÐëÑUÈÈ[ÏÈ.èv)dÅz³ŒÔoâ-¼†ˆMO','',0,'?'),('Â*…ÒTƒåS¸/ÁÞµˆ','wp-content/plugins/thrive-quiz-builder/tcb/admin/assets/js/tcb-admin.min.js',0,'½ªD² ?Ww#ÞEºk>','½ªD² ?Ww#ÞEºk>','”ºÊÄv‘üÃ=\Z2ØY/ßë=­{€K¯,i-ï\n¨6š','',0,'?'),('>2nYî»Ê8X»ŽïžÌ7','wp-content/plugins/thrive-quiz-builder/tcb/admin/class-tcb-admin.php',0,'_MB£\\.%z]öš1_','_MB£\\.%z]öš1_',']¢Rw”áÈZáŒS¼0±DÒ´º/ïVÊ›gˆF€R&¦','',0,'?'),('äæµJ¢¶,”JØ#F','wp-content/plugins/thrive-quiz-builder/tcb/admin/includes/class-tcb-admin-ajax.php',0,'5sdØ0h& ˆ¡¹Í…á','5sdØ0h& ˆ¡¹Í…á','Ü\r³*#AMaøxÙ£ÿ{íÛa\ZýÍÖáxyìÙ½l','',0,'?'),('G¼“^°}~â2˜£Ö$A~','wp-content/plugins/thrive-quiz-builder/tcb/admin/includes/class-tcb-product.php',0,'ˆøòcJ<‰kê÷ÉvÅ‘#','ˆøòcJ<‰kê÷ÉvÅ‘#','ã\"ï#˜_ªOÈA[µïšÙ]²ËÍÌv*Ê­„E','',0,'?'),('w%õpÍe\ZÈéZª^Ÿž','wp-content/plugins/thrive-quiz-builder/tcb/admin/includes/class-tcb-symbols-rest-controller.php',0,'ÅY>Ìjq©ÙÓ¼œõ¡’','ÅY>Ìjq©ÙÓ¼œõ¡’','­®ËÅ3œê¶¨5CLIÜAA[\raÜE|üü½[¦¤','',0,'?'),('\'a±\09Ô6Ä¹ÜÞÙpjÓˆ','wp-content/plugins/thrive-quiz-builder/tcb/admin/includes/i18n.php',0,'m	Y4¦{\Zï\nî„7I','m	Y4¦{\Zï\nî„7I','xíw>ßp™jHÎD-~ÈÐsA=wâÙ(\rÐ„s_','',0,'?'),('Ãåy‹º®çez5S´£\rƒ','wp-content/plugins/thrive-quiz-builder/tcb/admin/includes/tcb-admin-functions.php',0,'}\rs%ß,}‹.‰¾ð ','}\rs%ß,}‹.‰¾ð ','oOÕÖ‰NW…‡oiÜeøö0ß¼vC•ý™ñ‡3','',0,'?'),('äæ»^Ë_’F—\"\\óv¦','wp-content/plugins/thrive-quiz-builder/tcb/admin/includes/views/dashboard.phtml',0,'Ô²n1wf{.$Xýâë)','Ô²n1wf{.$Xýâë)','ÈÃ}‡_§£Ã`“Yý‹ÌŠ7hq[J5;?5Ì','',0,'?'),('¸{L»ýB\\Y‘†0¡þ!','wp-content/plugins/thrive-quiz-builder/tcb/admin/includes/views/templates/breadcrumbs.phtml',0,'C³ÑHgJ÷½‚½¥','C³ÑHgJ÷½‚½¥','‰ÓüÕó‰œÝÛ2¨2/7e…¾]€úhd´ÖJ\"@˜','',0,'?'),('>MˆOA¡û\0-y1GP«','wp-content/plugins/thrive-quiz-builder/tcb/admin/includes/views/templates/ct-symbols.phtml',0,'ý®õ™Ú¢ÐÓ§«Ì¥#\n†','ý®õ™Ú¢ÐÓ§«Ì¥#\n†','ùRflxnWÙÂÍrüqûÂÎ5Tã²óöF<úF<Ç','',0,'?'),('H›‰/Ñ=0ŸïTãtkƒ','wp-content/plugins/thrive-quiz-builder/tcb/admin/includes/views/templates/header.phtml',0,'„ªæ-éä¤–ÔaYèÓè','„ªæ-éä¤–ÔaYèÓè','j½©È+–¶°^Çœ”€²Ù–Ç\nœ«û“\"’G\'TS','',0,'?'),('!†3³Æ©ïtÕrãu|¸','wp-content/plugins/thrive-quiz-builder/tcb/admin/includes/views/templates/modals/delete-confirmation.phtml',0,'µ‹þ´Ÿ2¯>˜\nå[ht~','µ‹þ´Ÿ2¯>˜\nå[ht~','ˆCnb>ÙòƒgŽÍAS’Œ7œÒ[jÖµ6þ”}Œñ','',0,'?'),('•k§rUÖàÊ)`qö>†6','wp-content/plugins/thrive-quiz-builder/tcb/admin/includes/views/templates/modals/modal-create.phtml',0,'-	|7þVF-}“v©ý','-	|7þVF-}“v©ý','òøJlÃõ‘‰ÏouÍPôñX¶Ôò‰`\"*°óÁ«‰¼','',0,'?'),('d-+aø£}ÚSØív/ß|','wp-content/plugins/thrive-quiz-builder/tcb/admin/includes/views/templates/modals/move-category.phtml',0,'fO*4qf†\ZÞ²€ËSV#²','fO*4qf†\ZÞ²€ËSV#²','­Ÿ…;ž›óM&\'ÚðÄ\"òFe;ò°xÕÞ¢®ƒO7','',0,'?'),('õw8˜¿ °¼¼Bšé	','wp-content/plugins/thrive-quiz-builder/tcb/admin/includes/views/templates/modals/move-symbol.phtml',0,'Pv;¨}kþÊŸ¶æÑqèÖß','Pv;¨}kþÊŸ¶æÑqèÖß','eôéB4¿<ÞÈ!„A¯‘VÓìuJðäÐ¿‚ƒ','',0,'?'),('ìö·yrÌ(³¬•Ÿ;','wp-content/plugins/thrive-quiz-builder/tcb/admin/includes/views/templates/modals/new-category.phtml',0,'%•@;â|!‰ÝUß—r“','%•@;â|!‰ÝUß—r“','ÃÈL â*m1 ì¹N‘òšÓ3¸r\\£‹k¦?ž¨ê€~','',0,'?'),('zaŽ	¶òŸÆ	vžœe`','wp-content/plugins/thrive-quiz-builder/tcb/admin/includes/views/templates/modals/section-modal-create-item.phtml',0,'ÎÝkœÍEL°Òì÷^ŒãÝ','ÎÝkœÍEL°Òì÷^ŒãÝ','l:-øã<ÕµóòzŸpÔDró•¸­;c2åö3tê,ý','',0,'?'),('NÓdÍm¿^U÷ÀÛZg¡#','wp-content/plugins/thrive-quiz-builder/tcb/admin/includes/views/templates/modals/section-modal-create-step-1.phtml',0,'Íçàè$T¶^¼|G¨+~','Íçàè$T¶^¼|G¨+~','ê%0ªŒùcÖ0I•èwƒa7Uû®%ª¯«ýí','',0,'?'),('LÖƒ^þk‘lj±|Ü','wp-content/plugins/thrive-quiz-builder/tcb/admin/includes/views/templates/modals/section-modal-create-step-2.phtml',0,'.R%[G£ÉF¬Ù8','.R%[G£ÉF¬Ù8','ªÉ%Üç@:þÇYP¯I\'ºOHú,šÚ,¢´¢¤L','',0,'?'),('züº]ÔJ‚´8ùì`Ê;','wp-content/plugins/thrive-quiz-builder/tcb/admin/includes/views/templates/modals/section-modal-create.phtml',0,'ïÞ¦ÎI×þ šëè@[bµö','ïÞ¦ÎI×þ šëè@[bµö','âîôUèÉÂÞ îMÜ4>bÈÍÚˆ„ŽÉ¸(g¥ÓìÓ','',0,'?'),('¥™‚Ö†´Õ°V±H¸S`','wp-content/plugins/thrive-quiz-builder/tcb/admin/includes/views/templates/modals/section-modal-message.phtml',0,'°¡\0GZ!»/ÚŸ´Ó\0~','°¡\0GZ!»/ÚŸ´Ó\0~','­Y¶Ý÷mÀ’së¯2+[·ÖÀAw6ž)£­N','',0,'?'),('¡›\'}|m™„gqX','wp-content/plugins/thrive-quiz-builder/tcb/admin/includes/views/templates/symbols/categories.phtml',0,'r‰®QEÄ´ËòÞ[ì7o','r‰®QEÄ´ËòÞ[ì7o','³\rZ^Xu´;mË³ÌîÖ{†\\¥\"DIë†À=','',0,'?'),('kÚâ¸ë{—½¦UŸ¨UUoR','wp-content/plugins/thrive-quiz-builder/tcb/admin/includes/views/templates/symbols/category.phtml',0,'â~E­ÅêÅLå©<ÙPT]','â~E­ÅêÅLå©<ÙPT]','‰—ŸP5\"él¼ä¥?uã½¹Hæ\r±q:–-Žà/y„€','',0,'?'),('ænž¯7RÇâÀ™!7F×','wp-content/plugins/thrive-quiz-builder/tcb/admin/includes/views/templates/symbols/container.phtml',0,'†&Kn.\n‘ûa–Òî¬','†&Kn.\n‘ûa–Òî¬','CÒÕRô{œäÃFxó8¯´E$|!ÍCsLC','',0,'?'),('eæ»KöŒ’H!ýy <ˆt','wp-content/plugins/thrive-quiz-builder/tcb/admin/includes/views/templates/symbols/create.phtml',0,'Ú°,wíäGžü©¿Ñ±','Ú°,wíäGžü©¿Ñ±','9zJS55Ÿ ¯ÆP]äQŸÍ=9Vb>8û˜ª¦','',0,'?'),('oáü£åPÙÅŒ@{³¹','wp-content/plugins/thrive-quiz-builder/tcb/admin/includes/views/templates/symbols/item.phtml',0,'u‹#?²@J/	U=ƒûÒN','u‹#?²@J/	U=ƒûÒN','¸^ÂüKbÅá\r,ït\nsVojÁôRÇ‹ÊHü”Û','',0,'?'),('Ÿ˜ïZåÛãª¤Î\\”š','wp-content/plugins/thrive-quiz-builder/tcb/admin/includes/views/templates/symbols/list.phtml',0,'	îÌV¶´ ½®ûóbÍ','	îÌV¶´ ½®ûóbÍ','¥ö×Ý eŽ¬2ØUæ…A$ózo9¾”Í=!','',0,'?'),('î…ˆ­›®íïJö{\0/Ö','wp-content/plugins/thrive-quiz-builder/tcb/admin/includes/views/templates/symbols/save-templates-error.phtml',0,'tRæönÉwÔR?¯ã5','tRæönÉwÔR?¯ã5','jP@ÂH¨D*h\Zvâ&¨¡°àà2ð[Ç\nv˜³2','',0,'?'),('¸ˆÑltâœ4g;ù˜b7¿','wp-content/plugins/thrive-quiz-builder/tcb/admin/includes/views/templates/symbols/search.phtml',0,'Íñ”7ÜÎø/¸%…a\\¾','Íñ”7ÜÎø/¸%…a\\¾',')S.fH\"Ÿþ‘­¬ð¯I¤Téó²–G[,dMÊêR','',0,'?'),('´å¸:ÓŒºGÜï \n¤rL','wp-content/plugins/thrive-quiz-builder/tcb/admin/includes/views/templates/symbols/section-item.phtml',0,'*´¬ˆà¿XöÄ2³\Z','*´¬ˆà¿XöÄ2³\Z','U­—¢]NAzŸU\r\'‡l¸O’ØSS‡W$W','',0,'?'),('ÆŒwÜ÷,³x6£?,Oø','wp-content/plugins/thrive-quiz-builder/tcb/admin/includes/views/templates/symbols/sections-container.phtml',0,'Q¨OéíRê}æ!ÀnB„','Q¨OéíRê}æ!ÀnB„','S\0„µœñðsÅ`ÒÄm#`wŒ·	­74\\‡UÖ\naþ','',0,'?'),('«P¹\0òMþ›©,ÄK¼','wp-content/plugins/thrive-quiz-builder/tcb/admin/includes/views/templates/symbols/sections-list.phtml',0,'Ôü‰è$ˆiãy©ï$J2','Ôü‰è$ˆiãy©ï$J2','7\Z°J7\0)÷í«2Z¥K8ëÃì¿tMŽn—÷›‚','',0,'?'),('uq	|`³Y—œÇT','wp-content/plugins/thrive-quiz-builder/tcb/admin/includes/views/templates/text-edit.phtml',0,'À6\ràzâJÜd>½Á','À6\ràzâJÜd>½Á','ì!NÕ¬†jÅ²µOùËÜ¥—ãžÉ’ãåÿBpòx','',0,'?'),('óM4¥!04¬ûh…ûÜ¯}','wp-content/plugins/thrive-quiz-builder/tcb/admin/includes/views/templates/user-templates/c-item.phtml',0,'­;‡ŠbáeûR£QûÓt','­;‡ŠbáeûR£QûÓt','p¹;~bŽðäYêµM“«]ª=,:¿êá¤úwS','',0,'?'),('åUŠà_ëútˆ°Mó¥cŒ','wp-content/plugins/thrive-quiz-builder/tcb/admin/includes/views/templates/user-templates/item.phtml',0,'ÝÁÿb¸ÕDÇ\0Â…çÇ$','ÝÁÿb¸ÕDÇ\0Â…çÇ$','¢ª—á¹ÂSØõõ`Í-{Hñ{G0#û”êY¥t\r','',0,'?'),('üÊTçô†å^ô¼w„íþ','wp-content/plugins/thrive-quiz-builder/tcb/admin/includes/views/templates/user-templates/list.phtml',0,',-ü?ûO3å8Q*$6',',-ü?ûO3å8Q*$6','yÜAÅµ½‹o\"Ì‹µŠ»ÃÎ‹–T8øìçÖ}','',0,'?'),('ÜFSsÒ(Ë&šÛüñŠ(','wp-content/plugins/thrive-quiz-builder/tcb/admin/includes/views/templates/user-templates/t-item.phtml',0,'\\ð£Pk;=ö\"þÀ;E¦','\\ð£Pk;=ö\"þÀ;E¦','„³ºmD<JâÔœahí÷íNr7-nË>—ª[ü','',0,'?'),('i‹ééÃ\rŠç™u¾xöÙì','wp-content/plugins/thrive-quiz-builder/tcb/db/fontmanager-1.1.php',0,'É@µ¢í¸ZmîCÇ¼f','É@µ¢í¸ZmîCÇ¼f','y‹TûÙ4,y/1+ü|‰[<Å‘îMkC#\r','',0,'?'),('0Tï‡Êe©Ìÿ^RX®','wp-content/plugins/thrive-quiz-builder/tcb/db/index.php',0,'«¿˜™ÆÌñU¹b7´üÖ','«¿˜™ÆÌñU¹b7´üÖ','ÿ~4¨ÐÆEü+½àº£ŽFFc°«·~«oîI&ƒÃ','',0,'?'),('r*ÐFòì…þæ¢™hÉ','wp-content/plugins/thrive-quiz-builder/tcb/db/install-1.0.php',0,'±×{>ß0,S>cò:A','±×{>ß0,S>cò:A','DºeÕl‚ï>Wà;ŒTS¾7!°½þhøÐãÎÀøa','',0,'?'),('EŸæhºÀCÚ\ZeïL«','wp-content/plugins/thrive-quiz-builder/tcb/db/menuitemstyles-1.2.php',0,'Cëi%³Àº78~ÑÞÂë','Cëi%³Àº78~ÑÞÂë','{-EïwbÐ¥£Å®P³¦ù|]ç%7³Íû5´èë­@','',0,'?'),('\"•©>B·²\nrúØær+','wp-content/plugins/thrive-quiz-builder/tcb/editor/css/fonts/control-panel.svg',0,'Ùñ@¹=+üR®£HH%','Ùñ@¹=+üR®£HH%','TïÊ‚V{zñå&KìûØÛ¸ŸqE0ßd3«2Ö\'ë³','',0,'?'),('ƒ6vàa©|Q‹\\®p¯GS”','wp-content/plugins/thrive-quiz-builder/tcb/editor/css/fonts/editor-page.svg',0,'\'F=Pª¸˜(\r+pÑð','\'F=Pª¸˜(\r+pÑð','q¬‹5Û¹i-è½yþL1O®áöZ«ÃQ[jŒv²äÊ','',0,'?'),('ê¢½â«Iµ¸ïu?”Ä¾@','wp-content/plugins/thrive-quiz-builder/tcb/editor/css/fonts/font-awesome.svg',0,'f5_œ¸€g™9ç,9!%','f5_œ¸€g™9ç,9!%','z\0ñFŸáÅ3RS©\\ò×\rÈ¾ò‹¶‚›œ‘\Zÿ','',0,'?'),('íÛÕ„ÑqÿË^j#JÓï=','wp-content/plugins/thrive-quiz-builder/tcb/editor/css/fonts/thrvicomoon/icomoon.svg',0,'–RûF\Z˜òhâ¡„‘G|','–RûF\Z˜òhâ¡„‘G|','“Û·YB|ëq*®%p­6ZEórÍN¢\r;·xÚSŠÓÈ','',0,'?'),('V5Ë‚=<É±¨²!HðÅr','wp-content/plugins/thrive-quiz-builder/tcb/editor/css/images/angle-down.svg',0,'e\\ò¤}–ºdˆøGÖ‚\\','e\\ò¤}–ºdˆøGÖ‚\\','5˜g_x”—8ï¸¨fƒ»@Ü>0”ÄØ2·»¯zz¾À','',0,'?'),('ˆÃ7îŒO:pË4Û£1#º>','wp-content/plugins/thrive-quiz-builder/tcb/editor/css/images/angle-up.svg',0,'´÷E§ÈÍéôÉGª.','´÷E§ÈÍéôÉGª.','èN›óŠP»ðÜýYDï1mZñé_íÙ¤64oÿ~','',0,'?'),('…óèŸeøslgyìýp¼³þ','wp-content/plugins/thrive-quiz-builder/tcb/editor/css/images/caret-down.svg',0,'Í/L^û–|DÎã8','Í/L^û–|DÎã8','g\0åc\rfEÇwDv¦Œ‚—FQnŒžá—Î\"Y%`î','',0,'?'),('M©,U&¬Ó™1E²Ûü£','wp-content/plugins/thrive-quiz-builder/tcb/editor/css/images/caret-filled-down.svg',0,'œ¼É‚²úöˆÜ6dŒ ^','œ¼É‚²úöˆÜ6dŒ ^','\r]éWì…H]Õ,±Ué‡.õµµÉ‚ ÞufH‡\Z3\0','',0,'?'),('40…a¾ßÆzÌ¹÷*š¥í','wp-content/plugins/thrive-quiz-builder/tcb/editor/css/images/caret-filled-up.svg',0,'(Ex		MÃ‹”é±R\Z]','(Ex		MÃ‹”é±R\Z]','^\nçè4\ZòëŽ»ÈÜwñè”¶.Ï‹×Â®ù\\V','',0,'?'),('zC`„ã‹í^LÊVº´åWâ','wp-content/plugins/thrive-quiz-builder/tcb/editor/css/images/caret-up.svg',0,'D;,\'ˆÍë&Ÿäsô¨Iaø','D;,\'ˆÍë&Ÿäsô¨Iaø','èðáÌx¢çðë+´½Z9aM*˜®µƒÙñ–ï*Æ','',0,'?'),('‚|Rûg\\À¹æ\\4=øv','wp-content/plugins/thrive-quiz-builder/tcb/editor/css/images/chevron-down.svg',0,'¾A¥|¾Ê=¬³(Iù','¾A¥|¾Ê=¬³(Iù','5Lp8~-n•bÚÆ\'—F%TàÕ¯CXÏ¼j÷','',0,'?'),('Ç¾ÌhRP,O£“d:Ç','wp-content/plugins/thrive-quiz-builder/tcb/editor/css/images/chevron-up.svg',0,'$«4ç¦´q5å$zs´8','$«4ç¦´q5å$zs´8','eá‰Dð‡Š%–†Þº±Uå¢qb<ŽmÜQ½ ð˜¨ç\'T','',0,'?'),('W›òCƒšö1$ª6¤¡BÑ','wp-content/plugins/thrive-quiz-builder/tcb/editor/css/images/logo_placeholder_dark.svg',0,'glé,—\0¤^ï—Åœ‡Âw','glé,—\0¤^ï—Åœ‡Âw','üÄ;ÊªåÊª‚(ù–öž-t-~ÚíQÿ~»€ï&ZÚY','',0,'?'),('lÊ™ÌH\r.ª@Ó°*ç','wp-content/plugins/thrive-quiz-builder/tcb/editor/css/images/logo_placeholder_light.svg',0,'$ã×ÊýGgg]2/\'>¨J','$ã×ÊýGgg]2/\'>¨J','ù	q>øøoÏ[\0J)fÞÜá…ý2xñ`8r','',0,'?'),('-ÀÆ.´¨mÌÃð[vH','wp-content/plugins/thrive-quiz-builder/tcb/editor/js/admin/gutenberg-menu.js',0,'O}FU@ÐCróˆ3ÂyPÚØ','O}FU@ÐCróˆ3ÂyPÚØ','Óùx×ÏÜ‘ÉWÒÑx¯Æ¨¶Q\0¥ÝÜúÍ½½ÙàˆUú','',0,'?'),('‰Þ“E+þ^§W‹\'±','wp-content/plugins/thrive-quiz-builder/tcb/editor/js/admin/gutenberg.js',0,'fR¹?¸±Î	ˆ¾À–K¥Ë','fR¹?¸±Î	ˆ¾À–K¥Ë','¥ÙDú%Ìÿ1f‘öÙp®TçÆ†D5ñ§?S±gØ','',0,'?'),('ÆBu9ª²Í@4ŒùÌù+Ü','wp-content/plugins/thrive-quiz-builder/tcb/editor/js/admin/tve_admin_post_ready.js',0,'q™aS@å±ÐÆê9«','q™aS@å±ÐÆê9«','¥a¨.“øè]øwþO…È@\r”Û¡xÛ¸)=m4ã','',0,'?'),('–7\nŠŸFßƒä½·ªk','wp-content/plugins/thrive-quiz-builder/tcb/editor/js/dist/admin.min.js',0,'-ZÂ‘®Ú_hd[9¹uà','-ZÂ‘®Ú_hd[9¹uà','t.{rT§­3[\"Jsq°g.|þ1Öµú}TªúÀ;–','',0,'?'),('R„q¦É_ýdáÕÉNeÚº·','wp-content/plugins/thrive-quiz-builder/tcb/editor/js/dist/editor.min.js',0,'_¹ÅÇ/T4ÐÕ%Ž´','_¹ÅÇ/T4ÐÕ%Ž´','¿Li³¥¯b…%òM†xÿò°6@¡‰©#ej˜\\','',0,'?'),('=2¤Ò@×€žÀiÔÙÅ','wp-content/plugins/thrive-quiz-builder/tcb/editor/js/dist/froala.min.js',0,'i\'þF°JÀ%r8J™º¿â','i\'þF°JÀ%r8J™º¿â','(ìÉ˜}¶á0!óc®çú«ó\'z}9U’¼X','',0,'?'),('cé­×Þƒ\ZîÿÂ™8G','wp-content/plugins/thrive-quiz-builder/tcb/editor/js/dist/frontend.min.js',0,'ØE¤Ë^yIºM\n‡ð}¾\r‚','ØE¤Ë^yIºM\n‡ð}¾\r‚','ö&\"Õž=ˆ÷-(/¦‹wÂÇôP‘ŒK','',0,'?'),('ŠÂšþ–óxƒxÑ¥„','wp-content/plugins/thrive-quiz-builder/tcb/editor/js/dist/gutenberg.min.js',0,'uÕ–®õ`É†:ïdT¡','uÕ–®õ`É†:ïdT¡','\\Šè)Sñ@IêJ0õC)æí›¤9DUs‹\n@Ûü+','',0,'?'),('’ï8<Ú™Ï?»üÌEPþ«','wp-content/plugins/thrive-quiz-builder/tcb/editor/js/dist/main.min.js',0,'Ç1¼3×5\nüzÄ«ûðÈø','Ç1¼3×5\nüzÄ«ûðÈø','X½Žïgl€ñ\ZÏ\ZGRóÈ{û\n:Ûóž+’–uq‹e','',0,'?'),('÷:83Œùj6¡^´‚´o','wp-content/plugins/thrive-quiz-builder/tcb/editor/js/libs/dom-to-image.min.js',0,'¡²À\ZüTž%Awr hŒž','¡²À\ZüTž%Awr hŒž','øÓbSˆ¨dò›™ÿ˜:=mÿ=€6f#+Wâb','',0,'?'),('ÉxBƒ»ÃN¶FMo%Ö§^','wp-content/plugins/thrive-quiz-builder/tcb/editor/js/libs/jquery.scrollbar.min.js',0,'¹Xñëêq‘WŽ©J˜‚Z¤k','¹Xñëêq‘WŽ©J˜‚Z¤k','û5Oˆ(0qÍñœC(¤_ˆnÇó»±	–Q<©ä¬','',0,'?'),('yüz5æ¡³0m/D/hñ','wp-content/plugins/thrive-quiz-builder/tcb/editor/js/libs/moment.min.js',0,'v„Züö©½ÅÐ¢\r','v„Züö©½ÅÐ¢\r','Ú…YaÐëlÈ¡†`~ Ð#g)J96\\pQºÀ@‡#','',0,'?'),('³Î˜øs:>LÇ»iÚ','wp-content/plugins/thrive-quiz-builder/tcb/event-manager/classes/TCB_Event_Action_Abstract.php',0,'@]UÒ¥tŸˆfŒÜ´9','@]UÒ¥tŸˆfŒÜ´9','×	ãy¯íÜ:>¸Ÿq5gàïy@rêi~Íi‘ã Ÿ','',0,'?'),('S“i52ÈãÌ\"¸û','wp-content/plugins/thrive-quiz-builder/tcb/event-manager/classes/TCB_Event_Trigger_Abstract.php',0,'áûtŽ/¶Ê©Dyçóó“','áûtŽ/¶Ê©Dyçóó“','Ù¸4¡Ö@­Jé`s€)êÉBéö‡)\'ÝäÎk_™uY–','',0,'?'),('Ä2Ç52‹]+úEBãñë','wp-content/plugins/thrive-quiz-builder/tcb/event-manager/classes/actions/TCB_Thrive_CSS_Animation.php',0,'á4Ë¼]ñÍe3¿á6FJ0','á4Ë¼]ñÍe3¿á6FJ0','žªg£@%¶#l² ÙhÆ\"ÿ×bˆÒCõ\nŸc×ý.Ã','',0,'?'),('â>üoY\rÈfƒ òœ’ÛÚ','wp-content/plugins/thrive-quiz-builder/tcb/event-manager/classes/actions/TCB_Thrive_Image_Zoom.php',0,'¹˜2©ý?Ç2àMˆê','¹˜2©ý?Ç2àMˆê','ÈÄÃðª™Ä=-~˜;bM„G’©×9óÍd÷)­','',0,'?'),('•tÔýxí¨ Zó®É:','wp-content/plugins/thrive-quiz-builder/tcb/event-manager/classes/actions/TCB_Thrive_Lightbox.php',0,'D ¼˜ˆŠY\'²è› ','D ¼˜ˆŠY\'²è› ','b0ãs0ÞƒœºS½\\À¢˜ð$ÊìíMTwƒCý2î€','',0,'?'),('?6Æg·åoWU&A|²','wp-content/plugins/thrive-quiz-builder/tcb/event-manager/classes/actions/TCB_Thrive_LightboxClose.php',0,'_RÑBØè7#{Å‘é–”','_RÑBØè7#{Å‘é–”','iØ>³UŽÑÅ:©„¿`“/MÌB–ª.¥@ØfÙ,','',0,'?'),('ÑÐ;…Cå2X,Š\Z;Rý','wp-content/plugins/thrive-quiz-builder/tcb/event-manager/classes/actions/TCB_Thrive_Tooltip.php',0,'®n±gû:åãé¿sì¬—ý','®n±gû:åãé¿sì¬—ý','ú5&Z£kHuvÖÜ*7Ya@Fðêuá\ri§&&œD','',0,'?'),('µÔÈÈ\0©ÚMŽ/2½º','wp-content/plugins/thrive-quiz-builder/tcb/event-manager/classes/actions/TCB_Thrive_Video_Popup.php',0,'xºùk–ìp[wK9 »','xºùk–ìp[wK9 »','b„ÂS$2ÍI—û~%!7Ã2QLdWtœß57x]','',0,'?'),('õÝ—Ïnt™äˆ~ÊÎ¼Q','wp-content/plugins/thrive-quiz-builder/tcb/event-manager/classes/actions/TCB_Thrive_Wistia.php',0,'LÍ¯×8?åZ_Áõ?Q$','LÍ¯×8?åZ_Áõ?Q$','(èÕm\" „m]óª¦x}x\n_¹l°¹‘šr¨£•ÀOk¹','',0,'?'),('Õ—,)[GÇyÛDwºÂ ²','wp-content/plugins/thrive-quiz-builder/tcb/event-manager/classes/triggers/TCB_Event_Trigger_Click.php',0,'YÉ±›ŒãydëSãÁãŸ','YÉ±›ŒãydëSãÁãŸ','Æe´ÝÞQæÏvüNOÍÁ“ƒ]@(1ï¬ë)c¼hõ','',0,'?'),('U\'´AÙ‹¦–‚û¼Î(>','wp-content/plugins/thrive-quiz-builder/tcb/event-manager/classes/triggers/TCB_Event_Trigger_Exit_Intent.php',0,'vÃŽhVLƒ‡ôÊ¾n¬åe','vÃŽhVLƒ‡ôÊ¾n¬åe','ü÷š5_9ˆ0Úz……ºTè›‘.ç9™=ýÕÞIÄ><','',0,'?'),('¤(uyÞÍYéæôÂ°ð ','wp-content/plugins/thrive-quiz-builder/tcb/event-manager/classes/triggers/TCB_Event_Trigger_Mouseover.php',0,'§]Þ;ŠˆÞî’Æ¥','§]Þ;ŠˆÞî’Æ¥','±ÜÉ?ip2ï`o¦†—âQ‹pž¢/ÿ†û:5','',0,'?'),('Ë#=JZ·Hù&_Þ´ej','wp-content/plugins/thrive-quiz-builder/tcb/event-manager/classes/triggers/TCB_Event_Trigger_Timer.php',0,'ñô‡¦GÃ¿”N?xåh=¡','ñô‡¦GÃ¿”N?xåh=¡','¥Á&‰ß¯ú+Xdß3`²~”E0’\\óú²%´¼´','',0,'?'),('‚´,T´…ÝwÚ4ªJ>','wp-content/plugins/thrive-quiz-builder/tcb/event-manager/classes/triggers/TCB_Event_Trigger_Viewport.php',0,'Åãfdfüø_™Ð&yÃ£','Åãfdfüø_™Ð&yÃ£','ÞÅ=MÑiW1…vŸ_«„ádÕè-¯éôèGJA…A%Â','',0,'?'),('…ÉÁéŒE†#ÒÈ_«éÉ}','wp-content/plugins/thrive-quiz-builder/tcb/event-manager/init.php',0,'1Ü^¿\0˜Ù\n¹6¿p¬','1Ü^¿\0˜Ù\n¹6¿p¬','XÙž™nÔ9›câiz²](.ý.ÿ/ÖÎ.ÒîQ&b','',0,'?'),('uw«Ó´€ü”Å XJ','wp-content/plugins/thrive-quiz-builder/tcb/event-manager/views/js/lightbox.php',0,'ÝšíÝõrÝZ¤»Ro','ÝšíÝõrÝZ¤»Ro','˜o™e¾+„Ž›ñÓIHj[Yç´ÈG—¦$N(®ÄFú','',0,'?'),('05žúù˜¸HD©}÷þ','wp-content/plugins/thrive-quiz-builder/tcb/event-manager/views/js/trigger_exit_intent.php',0,'$*õ­ÚÑt<.ÇZ,@9','$*õ­ÚÑt<.ÇZ,@9','äÚY[N\r7 ÈœÊštŽ;$‡d¶„ÉPS §œ\Z\0C','',0,'?'),('2¡SFñ‚”ád\"1kªãW','wp-content/plugins/thrive-quiz-builder/tcb/event-manager/views/js/trigger_viewport.php',0,'4´‹B7($‚#ÂÙ­Ã¦âá','4´‹B7($‚#ÂÙ­Ã¦âá','Œ`ºçËC¢çÔç\Z\\àzp]:ï$¡!Ñç`–µ','',0,'?'),('z†ÊX5*®¸kdÚ£ƒ','wp-content/plugins/thrive-quiz-builder/tcb/external-architect.php',0,'Šù7YHôïgÑXí/L','Šù7YHôïgÑXí/L','*\'öË\\+{¥Áb·ûLŠVj­‘°Z—Ié\'ýHB÷çí','',0,'?'),('‰ëô\n±–ÌŒ§¸Y\\×Æ‰Ó','wp-content/plugins/thrive-quiz-builder/tcb/fonts/fontawesome-webfont.svg',0,'äÄ\nvCþU„Y,Ú','äÄ\nvCþU„Y,Ú','ñ‰ÊyòùJÖsLŽüO³Šz’(jºf{w+qŽºgÛ','',0,'?'),('à©®™ºur•’ŒLËøÑ','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/animation/preview.phtml',0,'ð¼îøþ\\Ó[µ=F Âjù','ð¼îøþ\\Ó[µ=F Âjù','¬W®X³@y¶ñïW3iq[Ðš-Xg8î*\r‘€ÁcÎ?','',0,'?'),('0WX²OÚC¯P´(jØ','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/breadcrumbs/item.phtml',0,'Û¶9éòŽè8@e¢éf0Z','Û¶9éòŽè8@e¢éf0Z','3RdWcS2ý¬j¶Ø©+Ð°{>ñì»°Ä[…×¸h– ','',0,'?'),('&GpŸF!O8æL\"ÔYt','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/central-style-panel/master-variables-header.phtml',0,'÷óáµ˜VÆp„n™$þ8P','÷óáµ˜VÆp„n™$þ8P','Pî5{b÷õ@Ð;cZO\n½œ\"+hõêZaœõœ9¿','',0,'?'),('\0<MËî—3==ÃÉ_R','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/central-style-panel/other-variables-header.phtml',0,'•;½Ú|VšÚø¹w/l‚','•;½Ú|VšÚø¹w/l‚','KüHÁÔ>_ \06Wùgd¼Ø’ƒNZ~Œ4·ÀÖªU','',0,'?'),('ñQJ‰ã\ZtÚ?\"n©g','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/central-style-panel/palettes.phtml',0,'‰€iò†ïJÑC¡‡‘æI','‰€iò†ïJÑC¡‡‘æI','4óƒþzKÈ¡tÓëTØø3+;sýt’ÇS¡m‘‘@Oo˜;','',0,'?'),('PqþÏ§—Ô.?P¼ç­','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/central-style-panel/tooltip.phtml',0,']ˆXqk5?Aí|ž',']ˆXqk5?Aí|ž','è…N9]]°i])?—¥{d¶·Îo—<¾8#ZL\rm)1/','',0,'?'),('yMî}.%J\n4Û~=Û','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/cloud-templates/item.phtml',0,'ódv©º5TÐÊÓ','ódv©º5TÐÊÓ','bÇtS“Ÿ!‹2{lõ.û‚aôLh^(õÏÖ÷e','',0,'?'),('çà#ùÂoI}2åÉ','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/contact-form/email-setup-form.phtml',0,'Æþ9›¹ÙdH1´‰ûs†','Æþ9›¹ÙdH1´‰ûs†',' €!ZVJÞ£ˆ§(Ðj#mòFAyÌó×oìDwJ@P','',0,'?'),('-ösá\rÕâSðCsä®','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/contact-form/error.phtml',0,'Ž}Ú«?•³~]	*x–','Ž}Ú«?•³~]	*x–','ãä¨Ë´¬î°ÝÏW¿¤sÝç=K·S\'ž¿JËå1å','',0,'?'),('OµøqöÜ&8.LîtV?8¸','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/contact-form/shortcode-button.phtml',0,'¥1©Ä+­Âñó/C¥Ã?P','¥1©Ä+­Âñó/C¥Ã?P','¦£kL„~edàèÆp–¹ÏÀü~t~Þ…é45îº¿á','',0,'?'),('ÏçïíóO\ZEÌßêHö','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/contact-form/submit-setup-form.phtml',0,'­“|OgA®=ïÄ î8º^','­“|OgA®=ïÄ î8º^','^CêGÉ62•¾Ý2éãÃ½!K™¬ÂP>ïõì…@','',0,'?'),('°Äíý¥‚mM‡dlèÛÊ/','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/content-blocks/category-item.php',0,'áDý”ÐG„øêj^X,','áDý”ÐG„øêj^X,','ˆ2éª;:¿óëˆõo\"ÄAWkBÙL»#0','',0,'?'),('â%†«–Œn×{>âè?”&','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/content-blocks/color-var-item.php',0,'éü…–Š¼b~¤˜n½Þ','éü…–Š¼b~¤˜n½Þ','i‹æ¤Dµ|Ó¸íBq\\`Þ´Â\rÓ0Z ž¹/·7…','',0,'?'),('eíRC™Ê¨ o›Ô7ðš','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/content-blocks/favorites.php',0,'ZV>v6a½]]f¯\nOæw','ZV>v6a½]]f¯\nOæw','à¦óI=ËÆÞÏVÕ÷Ò«µ‡^íøT/ñu7:3ó)ß','',0,'?'),('ó˜§nîÝTð˜^4*ú8n>','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/content-blocks/group-item.php',0,'ò1°@Lxµ\"‡ê1\r¢±½','ò1°@Lxµ\"‡ê1\r¢±½','\"ÂªÉàÛ±<³à²-×dŠ÷ò%€3Òz˜^Ù„›Îã','',0,'?'),('3i‹!J›à¤+PÀ0£bY','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/content-blocks/no-template.phtml',0,'µàw	‚p¯át}çyñ4I','µàw	‚p¯át}çyñ4I','Ê0Mð\n4ì3‰IIøÄùÞƒ7ïŠ	äº«»ãé','',0,'?'),('h™Ðk\\×G¥¨Ó‘A²','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/content-blocks/template-item.php',0,'mˆ—¾± ?mElÉMW¸–','mˆ—¾± ?mElÉMW¸–','\\F„¢d†ŠÝ• 3eŠD˜‰Vq\0é`Êlù£=ëô','',0,'?'),('Û¡ž	ø½0p,7N%ù','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/audio.phtml',0,'±~ Ê‹#ô°©¯0Ñ','±~ Ê‹#ô°©¯0Ñ','ÂÇeÖë2À©šË—a©H0EÁ”X>Úø4ª¸éC','',0,'?'),('Åiª‚X{4”ÃËarþÍÛ','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/background/background-effects.phtml',0,'á.…rqÔT1ˆÆÛ¹W\n#','á.…rqÔT1ˆÆÛ¹W\n#','>’8…ƒ§ê­Sì`y„>ô%“²Jþå&¢y\'Ã','',0,'?'),('.* eÑ  <j+QÙ¥‡ÐŽ','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/background/background-image.phtml',0,';Xü’óøi:Þ8Á-¼ª',';Xü’óøi:Þ8Á-¼ª','§!b×3©\0èïóæ?ðà{€ ^‰\"øÊ&¯SÆÌOÕÔ','',0,'?'),('¹z{]3fÓR›99Só','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/background/drag-overlay.phtml',0,'õàÈ.Ó7qZ k­Ê®Ó‘','õàÈ.Ó7qZ k­Ê®Ó‘','ë]4ÄM†<«–ÒÊ¯¾¸$Özö[§Dí\nEKß«oº','',0,'?'),('{Ö6Ö—&ÐÉ=en^ä','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/borders.phtml',0,'ŠþT®^ðJæmù—ºÅˆ','ŠþT®^ðJæmù—ºÅˆ','ý·ðÝh\"!_\\ÑR×’ÕE^RN«däµEib\05','',0,'?'),('äòî‡tU‰µZ¤\0í','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/button/global-templates.phtml',0,'î.M;#1âSÂåQ\"|9X','î.M;#1âSÂåQ\"|9X','a(”5SëŽ¸vŒ†í¬7†~ºè]VÓ7 £{þÛ¾','',0,'?'),('_ÀÛã¸Ñ)wo–çÎÇFá','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/button/style-picker.phtml',0,'QN¡íâÂ]œTŒ7Õ¿G','QN¡íâÂ]œTŒ7Õ¿G','ìÃK\rêW23¡œU£Úb°¹gÿoGò[¨˜yV','',0,'?'),('\"ÕY²Bª©§/n”ÞT”','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/button/style-templates.phtml',0,'qÀ¢@ï“°k^ôé”Äòr','qÀ¢@ï“°k^ôé”Äòr','—/KñMHá®tò’)a\0¾ÁÊ¿¦ž8»\'‰Gì’','',0,'?'),('³Ýz%SEP»aêÙ6›','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/button-group.phtml',0,'»È?@ª\'¼>uJõJÆ','»È?@ª\'¼>uJõJÆ','ÐD}Šåê.Ë—ÚWŽòfÁQW\nïðf­D¤À‘','',0,'?'),('á>\0–fv&$%ÌlfBÑ','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/button-panel-group.phtml',0,'TÊ’MÞÇ9-ù>»©}‡â','TÊ’MÞÇ9-ù>»©}‡â','ZŒ•l»Í«@GÈ=|k£³kaâE\Z7Êg7Ùô~·','',0,'?'),('¦Ïxˆ›ºÎúÒˆò]U½\Z','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/button-toggle.phtml',0,'v	ÀqïªI5øP\0?Ó?©','v	ÀqïªI5øP\0?Ó?©','ÆŠ*T[žìHÆ†]°‚eZß-´‘-¤ê%$´¡','',0,'?'),('ú¢ƒ²ž_g7ð)r¨2','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/cards-change.phtml',0,'¨kr‡¢þÌ<¢²¸Î ','¨kr‡¢þÌ<¢²¸Î ','üÕæ¡ÌŽúž(¦[›#°CÈTDÎŽÅÈ‘ƒ#@{C','',0,'?'),('(?	ÂMÚ/Ò›O…mÅÑ','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/checkbox/input.phtml',0,'ÄImï	óÕ.cd·Îå','ÄImï	óÕ.cd·Îå','0êc”<œW-Å¬¨»\0òÌDhË¾ßº|uK‚Ã','',0,'?'),('~ùÌ}Cj\'þLK.kw4¨','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/checkbox.phtml',0,'Ûô\nÀ0éi¬Df=Êçõ','Ûô\nÀ0éi¬Df=Êçõ','“âìÕìã³Ž‡º¢È7»à|MÎÚª¿eÛdº²*ý','',0,'?'),(' &&Ç^„Š´\\:ý´·=åB','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/color-picker.phtml',0,'CvBƒŽÌvÂöÝÊ,','CvBƒŽÌvÂöÝÊ,','Îø[‹\'ü$ô\Zh9¥ÒŒ¬`.\\L7‡›Û`Õ°–p6','',0,'?'),('vÖÀ-\'$å–ITþ‡’P','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/color-var-item.phtml',0,'”CâÃ^ƒÉÊàµ¥8	','”CâÃ^ƒÉÊàµ¥8	','¯…MDž»ð	®Ú5kØC\0|¥P>ýálU²GŒþ¥“','',0,'?'),('êWG0OÍ…5¨[æ¤õ','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/contact-form/default-cf-item.phtml',0,'c±BÛÐâèegÙWYç:[','c±BÛÐâèegÙWYç:[','\Z™O•‡œúëÐ_¥$ûÂÓX²ž”¨¬Ê{÷x%i','',0,'?'),('%äœ’à#3s\nLµe`ÎY','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/contact-form/edit-cf-item.phtml',0,'ÀÌâõ á}—š:¨¦ËPŠÉ','ÀÌâõ á}—š:¨¦ËPŠÉ','ÞMw Œ®Æã°[3X\r Õ·FxØ…Øí§ï\n<\"š÷','',0,'?'),('¯]û©êÁ•Ãu/ôÚVy>','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/contact-form/recaptcha-cf-item.phtml',0,'ÂgCöô?O«¹®¶·Y','ÂgCöô?O«¹®¶·Y','ý³Æ!$•uÁé€-•<*:Ã–œÞÑƒ_±½hãÑ','',0,'?'),('|•ì7WÛWš¦ûfû\\ã','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/contact-form/settings.phtml',0,'10ò‘å¦†ÈîÌÖÝØä=_','10ò‘å¦†ÈîÌÖÝØä=_','|šèÀ‹=~¦‡ñÀZäì(¤o)¤Ø2	ÿ×','',0,'?'),('¤ó:TŽz­ÝàÉ–Äjú','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/contentbox/image-tooltip.phtml',0,'\\ÓÓÊ›šÜ1Úfœür','\\ÓÓÊ›šÜ1Úfœür','¼·xXÊºŒ»ÜÞK% ­!AÞ}FêIÕŸZ¤:­Î','',0,'?'),('õ1^²ï€oWÎ\'­ƒ¯ˆL','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/corners.phtml',0,'lµS=œ³n_hÁh-ÞÙ','lµS=œ³n_hÁh-ÞÙ','øŠ_*†oGà³> muñá&ÜÌ‡àd¦Æjž','',0,'?'),('Ê!i\"Ö×¹”*','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/countdown/style-picker.phtml',0,'\"À…¦†õ\n¾~\n›–Óò','\"À…¦†õ\n¾~\n›–Óò','öŠÇîq\\ìŠàfT</RÂR[édZ§ò€YB­¾Åû¤','',0,'?'),('Q	ún~Ëaí‰ ±hÖø','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/custom-menu/edit-menu-item.php',0,'iÿ%È£‘â¸:t³¥–','iÿ%È£‘â¸:t³¥–','ü‚¾êªmÂ)×|b„¾V’ê»xÔfö8À½\'H‚','',0,'?'),('²À>y)u®7´NãÉø','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/custom-menu/modal-menu-item.phtml',0,'‚4å{r³\"™ŒÊ\rbãÊÉ','‚4å{r³\"™ŒÊ\rbãÊÉ','£Ÿ[:³Ø]n-˜öÍ¨ÇnË	Q¢‰Ö{=Œay®ÐÁ´','',0,'?'),('>ßž²A¢8¡{ü¯ÀÙ','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/custom-menu/modal-menu-type.phtml',0,'\0Ã|ÿÌ˜U¥{@Ø™Þ','\0Ã|ÿÌ˜U¥{@Ø™Þ','ï;VÉÆ<1\rG¾U§¦Œa­j\\êåt¾[8\r','',0,'?'),('£ä}»ô\nèàË	ž÷!','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/custom-menu/style-picker.phtml',0,'v±#‹QÌîºR>ŒŠ(Úó','v±#‹QÌîºR>ŒŠ(Úó','^ìÈ*f¤¢!óVXòEtZ¡±e¡^‰•‚æ¾PèÁ','',0,'?'),('O-š.áÔÁñBË›¯ÞÓ. ','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/date-picker.phtml',0,'¯³ÈWb!DMy@Ã¡','¯³ÈWb!DMy@Ã¡','ðYƒÔõ±DÙæ*ÕJ*ç`@’0|ìZ(\nÁ‡…ç','',0,'?'),('ñtØFƒâ³úXVØW','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/decoration/decoration.phtml',0,'o7¬3)Ao•QöØ7Ú	','o7¬3)Ao•QöØ7Ú	','ª?ì\r\"û$9alØÃØh­ê¬Ì#ÀŸ¢V½UIð','',0,'?'),('.d†è?¶H1ß¥e`È×q5','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/decoration/divider.phtml',0,'Õ2‘88\"Ú!£8BF','Õ2‘88\"Ú!£8BF','ÏŒ,Y©óO¯H|yßïûN¯Z«¯µ¶ú1ÿ®ºG','',0,'?'),('Ÿ×nÃÐ·[‚žlæÅ','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/decoration/pointer.phtml',0,'y¦î8c\r»u3æÛ\rŽ','y¦î8c\r»u3æÛ\rŽ','¡ÚWŽcÐô‰á”ÈMèÂ3°¶°•Å—8¶WãÂRàï6','',0,'?'),('Òˆ`-B‰} UÇ,õ','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/decoration/slanted.phtml',0,'Ä·àÇß5ÖÓ˜4îÒ£','Ä·àÇß5ÖÓ˜4îÒ£','û´Ä6*¶u±ãUþ¼a<ðó´ÊZ.ïyù(_Î¶(¨','',0,'?'),('¢/§È£PÈ\\ï,¨–W“D','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/decoration/svg/fancy-divider-styles.phtml',0,'Î·5€a9üÒŠ“\ZIb¹','Î·5€a9üÒŠ“\ZIb¹','™˜§Ÿ2±&\'°ä¦¥ìßÔÌ%q’S…©²«áÌ.CÌ','',0,'?'),('l£0ÑFlB¼ÅÞ*eƒÃ¦','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/decoration/svg-base.phtml',0,'‰ ôÚîÄcîeŽ1\r\r%\\©','‰ ôÚîÄcîeŽ1\r\r%\\©','Äèz§+þÀŒˆh®},ÇƒKuo†µÏéwA&`÷V_W','',0,'?'),('e–R\ZYÆbl¼!éY^Óê','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/divider/style-picker.phtml',0,'s}\'±QIfÌ9Dö÷”»\r','s}\'±QIfÌ9Dö÷”»\r','œúnÿ˜\ZekŸÓ«ÑkL#syÛ²™€œ÷ŒR','',0,'?'),('÷.Á€sÖmáÆðÔÙD','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/drop-panel-light.phtml',0,'&/Ÿ$€2µùÚË','&/Ÿ$€2µùÚË','ëC\Z:	Ÿ½³»´è‹¿œ@\0àÀ’Ëï’?`òOW…Ž˜','',0,'?'),('\'rì¾ö8õs @ËŒ5','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/drop-panel.phtml',0,'&/Ÿ$€2µùÚË','&/Ÿ$€2µùÚË','ëC\Z:	Ÿ½³»´è‹¿œ@\0àÀ’Ëï’?`òOW…Ž˜','',0,'?'),('‹Óø\'é¾fDõ[J<üvy','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/font-manager.phtml',0,'%ˆ”h`\"¯æ\\)°öÔ','%ˆ”h`\"¯æ\\)°öÔ','˜oM3¢5jÿ×ü¾È@vGßA£}@§3jñ2;\nws×@','',0,'?'),('ÝÙ	rCNBAkpãÇí\n','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/global/style-button.phtml',0,'¹2ªèV?æi\'qˆÄC1','¹2ªèV?æi\'qˆÄC1','©£àX¹As?\0F©Še| ]±jZŒý_Ê.ÐEÌ5','',0,'?'),('hiñè‰9éé­Ý¸9Ð§e¹','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/global/style-contentbox.phtml',0,'8íÕ0z^ûë©±Ì¹f£','8íÕ0z^ûë©±Ì¹f£','5mmüÁ®Q.¶\\>+ö\\éno”Eý®#@ëÊ¢Ä','',0,'?'),('?ïÛî‹?²2–*ð3Á?','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/global/style-control.phtml',0,'½WäŸzmúÍ“ãÌLs÷','½WäŸzmúÍ“ãÌLs÷','ÐÞOVÒÃ²{:i{0\"¦öV\r7DJ îi½)ŒØ6‹','',0,'?'),('\0„’ØÛœàäÊç!Šz*','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/global/style-panel.phtml',0,'Ñ´Rd8ŒùF#§ÎÓr','Ñ´Rd8ŒùF#§ÎÓr','à2uy]9’*ÏÍujFe}AÞhnz>}(×s¹2','',0,'?'),('àÄ7àóG:O6fðlˆdš','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/global/style-section.phtml',0,'ÄÆV]•^eÜS¸?ä¬ª|','ÄÆV]•^eÜS¸?ä¬ª|','ÿOzÎ:Øi®:½®à…G‰YÚz{#éj°âr\\kPº·','',0,'?'),('„bÐœrbáÃ;;öîÌ×Ž','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/gradient/knob.phtml',0,'”»4(voád \0(UY^','”»4(voád \0(UY^','ÃZ,œ½¹nìXÀáªû…	}ÒS¿ÙïrƒÏ!a×°S','',0,'?'),('cÈ±ò^’K”ç›Õ§cÖ','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/gradient-pattern.phtml',0,'d8Ãy§ÆBT:.Ž8B<','d8Ãy§ÆBT:.Ž8B<','{Á‹êë,q¹¦~ˆä³ ãç(6nMööÀ(H>=¶à','',0,'?'),('\'kjux¾5×c…iº','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/gradient-picker.phtml',0,'ÓN42–^H|ø|ÄˆE','ÓN42–^H|ø|ÄˆE','«^„ûiZª_ê3/Þ)3¥÷ÂƒšI¸uX.ß=6U—yX','',0,'?'),('™,Í²¾YŽÄõ:~\\äZØ','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/icon-label-switch.phtml',0,'ov‘Äˆy¯¿>’#ìÜ_(','ov‘Äˆy¯¿>’#ìÜ_(','Hkåíì&¾ÇÔoQ€c8¯\nñŠæî#Lh¡Zl?|!','',0,'?'),('Vd/fJ!è•äK5+v°ž','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/icons.phtml',0,'¨ÚWÍU`€:ºù(I¥³Yó','¨ÚWÍU`€:ºù(I¥³Yó','–\nÛ‘n\'(Nèî&Çåbæ,’U0Iu/®\ZåÉQQ¡@+','',0,'?'),('c;wßlž)¶ÐŠT’­¹ò','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/image/resize.phtml',0,'òˆ¾kã¢‚e\nNU>ÄaåÙ','òˆ¾kã¢‚e\nNU>ÄaåÙ','[TIpylg©&Ï¦z7áÅƒ*Tjiá\0°\\=¬ˆ™','',0,'?'),('òÂÿÁ/×#BBÆ’Òj','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/image/style-picker.phtml',0,'_p>×Kˆ”[Š	Â','_p>×Kˆ”[Š	Â','ô/Gbª+Ð½3g‘n.‡]a0UÃtU¶ƒ@AÊ<šï','',0,'?'),(')	æ r:…æ›el|bA','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/image-picker.phtml',0,'4°i/¿Çs¤IŒÉWˆ','4°i/¿Çs¤IŒÉWˆ','vJÒà³mdÊHƒhUÞ9–@<MGHÃŒü)óïôˆ','',0,'?'),('ÆòdróºHF«$™Ëäœ‡#','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/input-inline.phtml',0,'Ã‡5\'µîÐòíSl','Ã‡5\'µîÐòíSl','Û¿ü#F…¥B½x/KÓï‡ã˜ÃAÀd’Mî+(x²','',0,'?'),('HIÏÇ`Q«/‚I@ƒ;','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/input-multiple-item.phtml',0,'Ð¶	ÀÇÕÚ›lzÃiu÷','Ð¶	ÀÇÕÚ›lzÃiu÷','}ãÑ,Í½%Áé=J¦6dËCX“Ju­5 ª/HO‹y­','',0,'?'),('-ÔPÐ^9]n,ƒj‚9„en','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/input-multiple.phtml',0,'Àãâ9˜`ñ=.aüô','Àãâ9˜`ñ=.aüô','ø€¿	ÅäòÄ{¿¢w8Wk¿^$6ˆ_u8ÒEH‘´','',0,'?'),('Tæd,È|‡ÆØàW¸','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/input.phtml',0,' àíjÒÞÕ¡Q…¬a¯å',' àíjÒÞÕ¡Q…¬a¯å','Ÿ\råh7¾å]¶ÁÍËÂ¾5‰½Û+ Ý–„Þî\r#','',0,'?'),('â—\n}fYÌƒ®]Ëº','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/knob.phtml',0,'~Àg;žPWÔ‡X*È[','~Àg;žPWÔ‡X*È[','wâ¾ŸBÎªôà=m4\r£âØf49tbèÆYo°\0 R','',0,'?'),('™§ßÐêÊç*ðÃ’À’EŽ','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/label-input.phtml',0,'bÈG<›†ÍAP¾ðÓ¬ð','bÈG<›†ÍAP¾ðÓ¬ð','ŽÓæ¼S&BÃÏ*¶¼Â\"¹˜â™9žàþjÀ«zŒ','',0,'?'),('¼3  âcÇ%†aÙ¢²*v','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/layout/input.phtml',0,'Ë;…£ÿ•—2È\'Ûª»','Ë;…£ÿ•—2È\'Ûª»','ËØcÔs°½O”ãí!<¼ídš{S€ì­ù9QZÜ','',0,'?'),('|\\póÆÀ	¤ÎXÔ','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/layout/position-absolute.phtml',0,'¾ZÄ`°d\\Yo¥ž£v','¾ZÄ`°d\\Yo¥ž£v','¸Âie…jpàø1©\"\nÍ9}gø`õQ¦©c\\Mq’9B','',0,'?'),('Æør©Ÿ´-wøvÿ¥V','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/layout/position-relative.phtml',0,'êœ_	§MK™}À4','êœ_	§MK™}À4','dOsØ•Ñˆ¹ÇänÚ‹\rÑÕ¸Òƒ‡ú¦í…ÁX3	nöÃ','',0,'?'),('Yä5Õ\nqìÍ4Õ’æŸž','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/layout/width.phtml',0,'”f:NçÀ*kÕréƒ','”f:NçÀ*kÕréƒ','’ÑiµÚ¢ËÕ9?d˜@­>–€¶{Zô”¯äÚ/zs¨','',0,'?'),('½×%DÛ{ôGNÝÑKÝ\'','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/layout.phtml',0,'©©ß¥5²=“ïLgµ{m','©©ß¥5²=“ïLgµ{m','¡¸J|ò »ñû²£Š}\"©ò€¡»Vû*i>‚\0È:','',0,'?'),('ÛoNˆQÁMÙ¬<*5‡w*˜','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/lead-generation/api-connections.phtml',0,'ÂË¨´²ÊÄ³9ðúg!ø”','ÂË¨´²ÊÄ³9ðúg!ø”','T9ÏúmØ\\$Ÿ³0Æ²´\"bìZÉFj°­¬\rq]','',0,'?'),('6øú1(s]Â“=×|','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/lead-generation/api-drop-panel.phtml',0,'¿fZV‰§÷pP¬.A«;','¿fZV‰§÷pP¬.A«;','I)jÐÙ\r}(‚‰™¸‰›árÅ†ùÏjE]hËO¦‹Í','',0,'?'),('è¡Ù§ýt‚HÉ¯äˆÙ™ÍF','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/lead-generation/connected-api.phtml',0,'}!Ò±(è¹bÝ²Fà','}!Ò±(è¹bÝ²Fà','¯äðŠáv‰­Ó†Ûº<cæS%½ä¼ÐMeÑe\'ƒ‚ü','',0,'?'),('Ð†p«|¥Hcb³hmÎv›¸','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/lead-generation/edit-field.phtml',0,'¦˜\"Ë6‘O†Ê‹Ìx1','¦˜\"Ë6‘O†Ê‹Ìx1','yl%Ï#—;2(|f9£ÄÞë¶™—6äF«?-fo','',0,'?'),('=û³-r6*µ¾Ê›Nôƒ','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/lead-generation/lg-input.phtml',0,'ç}«1¸ì]¸Í¬vì{\"ó‚','ç}«1¸ì]¸Í¬vì{\"ó‚','ßå1\Z/¿U´hÚÊ¨=m?Ubª|C1-ãŽäË5v¯J¹Ë','',0,'?'),('JÛˆdÉLjŽš•ã0Ã\r','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/link/dynamic-categories.phtml',0,'ßÒíà%®&L’¡®o›1û','ßÒíà%®&L’¡®o›1û','ý$éP…7êEÄCGö<a™K|Ÿd¼Í¹…•EÍ®\\','',0,'?'),('»Á¾Hes€:Â6+røÏ','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/link/dynamic-links.phtml',0,'˜•Lø.p	|hiÏø?C&','˜•Lø.p	|hiÏø?C&','W^,pépæ×p™cf?‡3ÀtÎ§É%›C‚ÙL°¦','',0,'?'),('Ò†ÒÀìø‰T?48*ß‡9(','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/link/element-link.phtml',0,'ÙOõ7Úç@üIÐwc','ÙOõ7Úç@üIÐwc','úún\n«‹a¯ðàÁ/ÞaaàHòÈ%^^†eÏŸÚ©	','',0,'?'),('®I\'Í«¸eîMÃçf“½®','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/link/link-select.phtml',0,'Œüt+ïŠDçÅ‘ý¶…Î?°','Œüt+ïŠDçÅ‘ý¶…Î?°','8›—ºã/•›ì¿¨¡¸Õ5ÍÑáÝc¼ªæÌã~ìÛ²','',0,'?'),('³Ï[²&ØO€[ÞYÖÏÿ ','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/link/style-picker-item.phtml',0,'¾]9œÍ¼<w+«v0a„','¾]9œÍ¼<w+«v0a„','œ_¡0ì5{_^ïe¦ªô˜\\c‘1pŒ“+ã’žh½Q','',0,'?'),('üUÿ.b°¸„_3–™Íž','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/margin-padding.phtml',0,'~N(+ÚÓž‹ðØÇ','~N(+ÚÓž‹ðØÇ','pi¤½UG±8Db¼M·ÔHâÀ©ÒN{/U','',0,'?'),('vUÛm–!n.$Kt1Z…','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/menu/preview-list-item.php',0,'æÕŸM×$SÁP!W’Véô','æÕŸM×$SÁP!W’Véô','åÈ”kÜ‡ÏqUþü«Žb™ru‚F‰0ØHsòJÍ\rhÓŸ','',0,'?'),('/‹JHr\\ÑX¶pòP¦','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/multiple-checkbox.phtml',0,'UÏà^Í©72,.öp—ØÐ','UÏà^Í©72,.öp—ØÐ','Dÿz™s”ÔD÷·ur(‚f\nHÒãVñ“u{v¦Ã','',0,'?'),('uÔÌ°§:äê×é<·/','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/palettes-var-item.phtml',0,'õ@Š‹(‡ð[ï:ëá`ïØ‹','õ@Š‹(‡ð[ï:ëá`ïØ‹','‹â\'}Ÿû—”êË™<Ãpß{õ¸¼-_ *Rþ§vÉ ','',0,'?'),('{XÄBK„ÖµT;jgH>ÏU','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/palettes.phtml',0,'ò\n–JÑ==”‘?”ò','ò\n–JÑ==”‘?”ò','e›¦»±!ùŸ=q~ëô!’sã›\\\'¤ü§Ÿ²!‰ \n	<','',0,'?'),('ˆ@…±ƒ—ö,D7fÞÁ<G','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/preview-list-item.phtml',0,'ŠZº\0\Z-.IRï˜°é‰>','ŠZº\0\Z-.IRï˜°é‰>','ò6ï=ïÝH³=(x‘×&€Wôlg¢´íj;0‰48m','',0,'?'),('Ì–Ÿ™ao3NJ>>âŸ‡','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/preview-toggle-list-item.phtml',0,'9quûhD¶áÑ@\rÞÛÅ•','9quûhD¶áÑ@\rÞÛÅ•','[6äpn¥„Vôo•V•Uk~pþí^¿s^@îÍO','',0,'?'),('ùJ×±†*¬:ž™Èær‹','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/pricing-table/edit-instance.phtml',0,'¶È°ÿºÄä6R±>\"ˆWv','¶È°ÿºÄä6R±>\"ˆWv','f18ëä\"ú]•\\âÐmlÉÚ»´ç•Š,êU¢|','',0,'?'),('ï¥ÚëÂÊ…‹WÕ¨-Îøb¤','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/pricing-table/edit-price-box.phtml',0,'¼ìö¢)mÀRíý:¡Ç–s','¼ìö¢)mÀRíý:¡Ç–s','‡QjPÙ/äî|\r¶Ù’FOð.Ð˜æ×†‰Ò¾','',0,'?'),(':CO¾ç[s½ó€eA‚p›','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/pricing-table/price-instance-controls.phtml',0,'Ä\nž™üI\\!éu\"—g‹	','Ä\nž™üI\\!éu\"—g‹	','T‡Kía$Ï.G¨ºh¥áÁÈùW3\'v\r†ÜLˆ;„','',0,'?'),('OtAWÓÈO­0É®\0','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/pricing-table/pricing-table-item.phtml',0,'`û¦?ÎÁ ž~Awó¶','`û¦?ÎÁ ž~Awó¶','8¹¢ÐO–u:¿Ëån\\¸ƒl‘dgï¿¿µ¶ºCÎñ†ž','',0,'?'),(')ïv”Ž¦¢Cqºy»+vÙ','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/radio.phtml',0,'ðÒ™Z‡¥-ªþôÀ(gY_R','ðÒ™Z‡¥-ªþôÀ(gY_R','4g\r¬åŠ‰Öâ_«fì¾Å!8Ïòôë«]hÚx\0>dÙ','',0,'?'),('€k1yI˜ºÊX³','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/rating-value.phtml',0,'“Aù8Ûæ•£‘”‚äñ6¤','“Aù8Ûæ•£‘”‚äñ6¤','à˜\n/\'ËXù£4yK‡RCßãò†9|ÖgÙn}Œ3«','',0,'?'),('íýs?Ž‰ÔyD|±‘','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/responsive-video/style-picker.phtml',0,'+ñz­pèšîYà\Z„¿','+ñz­pèšîYà\Z„¿','Ö6ÝÛmQÚOÖÎ±^T›\r·©`‘l’ÙÝ$¥Ÿn','',0,'?'),('$Ü‡òˆÓ!Ënfo—g¦','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/responsive-video-settings.phtml',0,'Ü«¶!Ó…˜÷]%fŒžÞ','Ü«¶!Ó…˜÷]%fŒžÞ','È’`}Í“½MÒÇ}³í(mTh0 ÒE_êyùT,}','',0,'?'),('‹ê¤i‡^šq93I','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/responsive.phtml',0,'xš…ý’J÷H“d*¬)ƒv;','xš…ý’J÷H“d*¬)ƒv;','Ýýôp2ž¡][=ëK‡Â5Æ†Í¢KfÁ_=íª{Œà³`','',0,'?'),('Ðûð;ã@¾IÒß\n$²','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/revision-manager-item.php',0,'Í\'ÒÎ6iî¹È½\\6','Í\'ÒÎ6iî¹È½\\6','MÔ³jÇÞGµÞçBcoó>Å3„ S[F˜9=jx¾]µ','',0,'?'),('­•fÚÉ‰C·†›¥¯UšÎí','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/select-multiple.phtml',0,'¤\rF²=@ÓÛwÉz1#Íe','¤\rF²=@ÓÛwÉz1#Íe','±¡å¤6¨*ú’—\r\\ŽËÚÁî²©9ºöÙËDÙD–‡','',0,'?'),('VkrE»óRQ:$Yœ=','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/select.phtml',0,'#IÐ×_ÓŠß¥A?äC>A´','#IÐ×_ÓŠß¥A?äC>A´','í\r	B\r“9Ze4=t‰Y°9„ÄïÖcÏÌ#Cw)Þ ','',0,'?'),('‰Ó¯O#žpl\\ð¸','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/selected-elem-nav-item-compact.phtml',0,'<IËý\0Úõæ)ÉP8Jb','<IËý\0Úõæ)ÉP8Jb','¨ðíˆã½~‚¤~ã›dø½šõ`O†¤»½¿µò\rI','',0,'?'),('óÿ‰)òlAÛõ0‹û$','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/selected-elem-nav-item.phtml',0,'ëƒ ª%µöÆ(—œ-An¤','ëƒ ª%µöÆ(—œ-An¤','Lñ/õ\'uÝÑ×êvËµŠóé+æè€Ç|é›Ñf®','',0,'?'),('å{ÆG	ótPÀ%Øè|g','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/shadow.phtml',0,'Iºé5W:u\r\r$­ŠÊF0','Iºé5W:u\r\r$­ŠÊF0','\ZÌ¶Œ^ùŽž=~ëD4È_N$ÕzhåÒ°[˜þÜ^ ','',0,'?'),('E5•T—òÕkú¼®D%','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/slider.phtml',0,'j&ï¡¥­ÓƒÍg^\r+â','j&ï¡¥­ÓƒÍg^\r+â','”±ã™üÂYñÁLŠ>Â]œ8 ¿oÖ£ ‘RÍ4W”','',0,'?'),('Iw¿ldTÖ)ÁT¼;u','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/social/fb-share.phtml',0,'íÔ\\ÙœfÝýøpï','íÔ\\ÙœfÝýøpï','	ÿ™·Â•OzÄçïð}çËì¼ÛÑeOš·tÆtã¾','',0,'?'),('%!ÍÞ»GµJó«$…ý\'»O','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/social/network-checkboxes.phtml',0,'Òbšû™ñiõ“Ú*­','Òbšû™ñiõ“Ú*­','³Uç±Ø×1Pà0žµN5š¾!4K#]mó½_qj©¬¦®','',0,'?'),('ý­œ(“bS#^‚«5','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/social/network-settings.phtml',0,' W*JÉômŸ.Ål¶¥.',' W*JÉômŸ.Ål¶¥.','É\r‡¤›*xdµì<l	)‘Ñ§w­¥MÈRÌ\Zþ¶','',0,'?'),('ÿz0ö…ÂLYE€ÀýaI¨G','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/social/pin-share.phtml',0,',çñ÷Êq@òPŠÁô×',',çñ÷Êq@òPŠÁô×','H¥‚1«W\rÁÖvâö‹Å@†\"÷ƒ­Z9ôl‰@','',0,'?'),('óH8ÁYió&wŽƒ4hW','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/social/selector.phtml',0,'ÔŒÙ\0²é€	˜ìøB~','ÔŒÙ\0²é€	˜ìøB~','ã°ÄB˜üšûôÈ™o¹$\'®Aäd›“L¤•™xR¸U','',0,'?'),('[r§D¯ÑÈ›²Ç˜ýÜô','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/social/t-share.phtml',0,'˜Ð¨œÿd{¬ª-ˆ>-','˜Ð¨œÿd{¬ª-ˆ>-','u8ªÏ·Ò{¼LŸö1i¢Šv…(qÚàm„UKË=¿','',0,'?'),('ê”wŠ=Pšìã•eês>','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/style-change.phtml',0,'{Ì¶œ\rÞ€‹OÅ$Àµ0','{Ì¶œ\rÞ€‹OÅ$Àµ0','¦ŽßÇ(¼w˜:¬Ào«°#–KÓ}¯\\Çöny¡ Û>','',0,'?'),('Â`¦Uš`¥6š\\}ºëå½','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/style.phtml',0,'je)TÊ4”\0Óáà{¼cv-','je)TÊ4”\0Óáà{¼cv-','·ØwMÍƒdw©&Dø§¤îV§¹¤à@ÅT\\„','',0,'?'),('o1d £BO¸u‚{—','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/switch-toggle.phtml',0,'H©âª,ã^Äâ¶	','H©âª,ã^Äâ¶	','àwÇ­R²ÇÛß@óˆaý8Â!X?¡»ÒÄ\'\0#`Lõw,','',0,'?'),('|\"\rðä‚ú”ì4ÚLˆ÷','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/switch.phtml',0,'›I`×ÝRÃÚˆŒ\nf','›I`×ÝRÃÚˆŒ\nf','`#ù•6ýî–¶—Œys\Z‘3?–µ‘ì$Oci•?£','',0,'?'),('¬J`f*Ìðqä8\\=6ÚH','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/table/table_cell.phtml',0,'ã‘ü6g#üœÐ4Ç]Û\'æ','ã‘ü6g#üœÐ4Ç]Û\'æ','=éÄlfWK÷væpú]y•(Uîã[}‡A¯x!B','',0,'?'),('­\Zù	\nµ^Ìq(‰=°P·','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/text/typefocus-settings.phtml',0,'jŒÔ¢Îy/+Úsé\\T','jŒÔ¢Îy/+Úsé\\T','¥ªÁÈ6T°äqëÑÐ$Œú‰ä=Ô—rF°m=O‡q','',0,'?'),('%f–éÞLÁuZ­\'k¦','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/text/typefocus.phtml',0,'=ÀŠ°ôoPŽÚ5O­','=ÀŠ°ôoPŽÚ5O­',':23äé¹ñ\\téA”Tý¥øDßDE¬Dv§!ýz','',0,'?'),('\03˜7sKÐZÌ=È(”¬','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/textarea.phtml',0,'³ÏÔü‡ü¡·«ºÖ«ë™','³ÏÔü‡ü¡·«ºÖ«ë™','9{-î»IVI9zIBod!‹öQÒÿ3ºD`Ï‚&\\Å','',0,'?'),('M¥ä[Çª:¦³Ð°*1í','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/time-slider.phtml',0,'ÿ!‰o+1^Ìüù”X:ò´','ÿ!‰o+1^Ìüù”X:ò´','Õ;ðÒƒ ä)ûÍy´ÔC®d¢ß\'¥ÞÔ?½fÔÎC','',0,'?'),('Ø>ª.v…³‹‚H¥‘Z°+','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/toc/headings.phtml',0,'°³ÔÉ¶IäÙ$âÆ5½^G','°³ÔÉ¶IäÙ$âÆ5½^G','õ«9_æâúŽÏò\nˆA™Ð‹}F{ÂPûáˆæ_ý','',0,'?'),('¨OzWf¦/²‘Ùã‡[·B','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/toggle.phtml',0,'i­7-ºDYVµrÃw-1','i­7-ºDYVµrÃw-1','iÎa‰ñÝpðWB/iv¶Y•¦\0™ç\'²	Ý55¥Z','',0,'?'),('CÔšFý±ÒÄ½H€\rtœ','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/tooltip/promote-panel.phtml',0,'’ùˆÿlß³—Tž}¶¢µë','’ùˆÿlß³—Tž}¶¢µë','2Kµ*ºáÜŸº+xñÕ	iu<õÙ±ÌW¢+÷þ›4WU','',0,'?'),('Î}	«e1ôxŠœn­¼(','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/tooltip/tooltip-panel.phtml',0,'°þb½Š=Qno6Þ\ny','°þb½Š=Qno6Þ\ny','”‘m­r”cÁ«`ÐÈNlo\\K¼(‰¶\'”Äîe×Î','',0,'?'),('•î\rýÃ|ÕÄAM‡kSÇ\'','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/video-settings.phtml',0,'£90§$\nÒcºFÐåK$','£90§$\nÒcºFÐåK$','\Z&Ó\\ºx56îIG.(80ö×>ÐgDS\ZCÆDL','',0,'?'),('·)=|É6 ¦&=ÈýßoÉ','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/drop-panels/reset-state.phtml',0,'Hž55sr»¦›e²ó^„*','Hž55sr»¦›e²ó^„*','`ªs.®-*¼Ä.,æ=šÈÞx,7*|èfŠÇÕÏdÈx','',0,'?'),('T‰í/[wvù4Òÿ4ï~.œ','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/element-icons.phtml',0,'{WE	ÉªgH`ÚÝÞd','{WE	ÉªgH`ÚÝÞd','àLJQ«‹\ZOg¦U»¿Í=Ñ’÷c#EBýTÿRé©O','',0,'?'),('£u·ìãy~”àøqÁy','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/element-states.phtml',0,'U\ZÙ¡³¡Õtµb™pá“K','U\ZÙ¡³¡Õtµb™pá“K','rØ\0êdrß ÕÂŠ\Z{.\0¿Y !ÞÍs‚LM7Ö,','',0,'?'),('äuÔTy>Y}$e`ÏÇ','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/elements/button-icon.phtml',0,'£¨>nÑÕ1 \ZÓú§','£¨>nÑÕ1 \ZÓú§','Âd³ïæÿw\'ñ¹Ü¯DÅo¶EÕ\n…[\rx‹8¦…','',0,'?'),('Å$\"9ÁÃýè%€%ƒæÊ','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/elements/megamenu-no-items.phtml',0,'`ÙŸ±¬\n¢ÝªÕmÛ7úç','`ÙŸ±¬\n¢ÝªÕmÛ7úç','æ=	Åá¨›´#F==¨´/üÀë\0°/`\ZOb‚h\\j‘','',0,'?'),('=ÏœndýŒhÒ[u\0 \\\Z','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/elements/menu-image-placeholder.phtml',0,'p(É3‹¾¸‹ˆÿþu\0¬ç','p(É3‹¾¸‹ˆÿþu\0¬ç','4hÌ^íñ¶ü¹, ŠèˆpøÚg;>ñœŸþŽû°','',0,'?'),('¯>®VÁÎÀÞÑð™ëVXó:','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/elements/menu-item-icon.phtml',0,'-Õse£Éê1‘ e-I','-Õse£Éê1‘ e-I','U´æap}g¸*ÞõŽe\0Xj\nïÑYœÕWÿCà§Æ','',0,'?'),('šíáJMÉ±û@qèk³','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/elements/menu-item.phtml',0,'s…lÈ¢ª…fÿÐ	ç‡Å','s…lÈ¢ª…fÿÐ	ç‡Å','ø8½þ8OÄ<pƒÖü³Ë¦¶(+gR i½UoÒ','',0,'?'),('¨‡ÿNFÆý©RÁpVÕé','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/elements/menu.phtml',0,'CÖMÚ¤3ž#äûVaGØã','CÖMÚ¤3ž#äûVaGØã','VÜ¾Ÿ’[«\nk$pVý2­Ë”lXð\"ÅãûQ0w$¶B','',0,'?'),(';¸”wÖsRmacÛë§','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/elements/social.phtml',0,'ð¯Þü´äälÇ0|‰ò–ú','ð¯Þü´äälÇ0|‰ò–ú','«íçé¿jaÏú:y,œ¼•îEŸôóÄžË3‘€ì›A»¥','',0,'?'),('Wp!¡mk`(TUàÍ','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/inline/column-options.phtml',0,'pf€,Æë\nCìXE³£','pf€,Æë\nCìXE³£','©[/‘ÍÜ(&jï¬M~û_ÒÇœ±sbMg‡×','',0,'?'),('Ýˆ…Î¶y»?P¤ÿ+x}6','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/inline/content-templates.phtml',0,'òS1Œ	.lôâgO¡´','òS1Œ	.lôâgO¡´','Åf,‰æ`Ü–g¶ëTJi²>6³<õîHN','',0,'?'),('˜\\çÉÀW\'PSbÈ»T{ßH','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/inline/dynamiclink-popup.phtml',0,'ûª	Õbï˜ƒ6É€¢Æª','ûª	Õbï˜ƒ6É€¢Æª','ÚC£ O FWä8ˆ«ÅÝÆËF—¸jGÍƒÆÂ¶Ï','',0,'?'),('gf†ô§m…­ð žÄ`h0','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/inline/inline-shortcodes.phtml',0,'%õvj±\nO&‰ÚyÀAH','%õvj±\nO&‰ÚyÀAH','×útèßí`òËy¥„O­‹”¢ˆ„Í .^','',0,'?'),('ü»¾¯Û ´<J2ÒÔê†','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/inline/jumplink-popup.phtml',0,'™³\ZIcpD½9É~#›','™³\ZIcpD½9É~#›','¦(è_N³¤øT™>?É™Š\0&j-P¶¡á0‰','',0,'?'),('V?ñØ}‘ŽH~â•c±³','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/inline/link-types.phtml',0,'8¥V\\Ü3žMÎ`þ<‚¶(R','8¥V\\Ü3žMÎ`þ<‚¶(R','Ô…ò ¼„å9ŸÓZ){¯›©§Š\rþN+ºBá~N•1Ôï','',0,'?'),('‹ßS¼éRWáŠyjr™w(','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/inline/popup-custom-input-extra.phtml',0,'íGXž}kÞ8æºA²³','íGXž}kÞ8æºA²³','½âÆ±<²]B÷ë ÔÕZ¨•mô„d*ûawÓ°','',0,'?'),(':{pqÖ¬ Ýu†÷õ.VÈm','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/inline/popup-custom-input.phtml',0,'Ë&5bÙÝ>*LÌ£ø©^¢','Ë&5bÙÝ>*LÌ£ø©^¢','dWx[ªžåIå°ÉÂ9m“Ê¨‘RËe!éãÚ´½²ŠLûG','',0,'?'),('ƒMm6Éð®ïÃáªžuW','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/inline/postlist-links.phtml',0,'H³	¹ïŽük-ßÊ¶‡¡‘K','H³	¹ïŽük-ßÊ¶‡¡‘K','¦e±Ñßâðüms\\K¶/Ð)\r‰Û\ZÚSÿ	ì÷lÆ','',0,'?'),('fÀj”Œ:ã;Û„†.|¶','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/inline/staticlink-popup.phtml',0,'M(\0€Ùgžè€rAo4j·x','M(\0€Ùgžè€rAo4j·x','V\'Ÿ%MoŸ}´¸s\Zº‰+ îâ¤<c–Ó…gEj&Ý','',0,'?'),('oÓü£ã¦g·ÐìÂË¨’','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/inline-error.phtml',0,'Ãº•îóÒü•Ù60Dqû(¸','Ãº•îóÒü•Ù60Dqû(¸','šo1÷â¦¥Øþ³o²Ô)Z¶–›!\n<R4Hsò¡%','',0,'?'),('5üØ—§¿J«\rUcjnOI','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/landing-pages/delete-confirmation.phtml',0,'ÇÎÔ[‘ ý\']ïó','ÇÎÔ[‘ ý\']ïó','7„.9wÙß\ZìÔ7[@÷ÿµl@$šõU1‰n#9','',0,'?'),('Žg\n$1;ÓŠ×­Ž¿Úðý<','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/landing-pages/lp-set.phtml',0,'ÇÎÖßäæR„b,šˆì','ÇÎÖßäæR„b,šˆì','õØ»G®ÞáÛñÊ›L~\noÇêB$w5¡Üûõ','',0,'?'),('Ú»Z‡ÖÓC/þÏó¹‘ñ','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/landing-pages/lp-template.phtml',0,'<›„ô\\DøÄö¬','<›„ô\\DøÄö¬','7µ8¬Xkç`y°íGÿÙ¥ÙËÍç„Žê¦UÀ_PsOâ´','',0,'?'),('Æ`„tŸö]FØ7~¸;ì','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/landing-pages/lp-text-templates.phtml',0,'–KI1ŸM³3I-:¹À','–KI1ŸM³3I-:¹À','-yþ…«¿n Ä)óÒÚõì—Nªyú:	þ&ß;£6D\n','',0,'?'),('ŽŒ1}êB`©¶»–ÍÒ5#E','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/landing-pages/tag-item.phtml',0,'c`æ„@<±8\\B\Z¾ÎÞ+ö','c`æ„@<±8\\B\Z¾ÎÞ+ö','VQø’<¸/Á¿S(›yƒ½Ô*Ç@ÂÊ“ýÿ?À‡]NáC','',0,'?'),('|²ìî‡…—°ï9Ízšý.','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/lead-generation/apis/activecampaign.phtml',0,'v&ç¶KóÕñó}:——=é','v&ç¶KóÕñó}:——=é','œêTå¾rwåöÒ{WÚÖ„T½k´±É{™î‹â/Î¢‰','',0,'?'),('«ê\0ÃÐ8«×°,ÈÈÜž','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/lead-generation/apis/aweber.phtml',0,'æ¬¼bjFÎôÝ²ê=¹Ã-','æ¬¼bjFÎôÝ²ê=¹Ã-','¼7êcq\'kM^¼Í‰Ö®ýÞ™#<bùÕ‡ÆòT','',0,'?'),('€»\'\n €~‹ž#;ÅÉÌ','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/lead-generation/apis/convertkit.phtml',0,'Éô®<™_VJ2ÖºZÖuE','Éô®<™_VJ2ÖºZÖuE','*³·\Z¢ãZ;j¾Z¨—ž;¡W.ñinPù×šÍ£ÄŽi','',0,'?'),('C+ÈÆkL]dx$ÇVÓä','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/lead-generation/apis/default.phtml',0,'ÍâÒ&AÀ“C°òúôõ','ÍâÒ&AÀ“C°òúôõ','9´ýC1J‰$“=†¼™ºNY¤]™îÿ9Ì«¢2Üv	t','',0,'?'),('(‰DÀÖ\ZDÞZÉßQº','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/lead-generation/apis/drip.phtml',0,'§Ï¨â	Æ®çù	É:ú ','§Ï¨â	Æ®çù	É:ú ','‘Uó0n–’ÕO\"¡Ðõ@Ýq ùP\'­æx\'3ê','',0,'?'),('åhbŸ§Àp¥–)>','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/lead-generation/apis/everwebinar.phtml',0,'MdU#éÌ9Ç/\\ÌÅÞkd','MdU#éÌ9Ç/\\ÌÅÞkd','¥ñ,cú‹ün#tMè«»«IC´óXß\'Ó&}	¿','',0,'?'),('8SS:RÃ\nÁ–Eúxx}','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/lead-generation/apis/extra/mailchimp-group.phtml',0,'¢ÍDRo¡c`è¹°˜”Ó','¢ÍDRo¡c`è¹°˜”Ó','†Õ¢5ß«/”ä|¼Ýoé§^¼Q9‹è—ö€€$Â}','',0,'?'),('×	€ïæ¸k0‹XÕu2µ¢X','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/lead-generation/apis/extra/password-strength.phtml',0,'b|Ûª¨^OéîÆÑ|É¢2','b|Ûª¨^OéîÆÑ|É¢2','V„RËËìXh/Ú ¨¸Ú¢1×Ï†Ï¡w\'','',0,'?'),('f¾P ÊóŸ”Öw\ZH¤¼1','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/lead-generation/apis/get-response.phtml',0,'•ß“¤xp[F 2Êz±gÕU','•ß“¤xp[F 2Êz±gÕU','^NxG­nËñõ2í’\\#Sø;¥µ¯(~¸­USšP[ò4','',0,'?'),('5þwßã{Ñ´FîN¥aDT','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/lead-generation/apis/infusionsoft.phtml',0,'ºÑç\0o^KÀÛ~0Ø','ºÑç\0o^KÀÛ~0Ø','ƒ{(GÅØ§ÌçÛùú(+š+pœ¶\"l``ayÃ¨>','',0,'?'),('GQmèò1Ñ·ñ9#\ZF','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/lead-generation/apis/klicktipp.phtml',0,'«ƒ!<=’a7¶æL','«ƒ!<=’a7¶æL','ÝåÞ!”©\'~/]<»%9y\'%ƒ‘×Jiçp‹ã','',0,'?'),('ŠâsCy5¸%øþ>GŒ','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/lead-generation/apis/mailchimp.phtml',0,'Q3sÂøÂO\0ÛT°Ümì','Q3sÂøÂO\0ÛT°Ümì','/Ç#ìp¬[¯E¡§©’‚äZ?äJ2æF)ã','',0,'?'),('ýòÎ?šÐ†¯VŠÌ)¡û­','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/lead-generation/apis/mailster.phtml',0,'¼´átÇŒfÏ,sjÏ™ÂÞÅ','¼´átÇŒfÏ,sjÏ™ÂÞÅ','ZñÍ‚WBŽ¡/;fï+~\'&òçßž¿…eè¨õ@lR','',0,'?'),('ŽþâUhj¾0kZµXÒ30Ç','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/lead-generation/apis/ontraport.phtml',0,'eïŽq®ËjŒkVÇÝ ¯6','eïŽq®ËjŒkVÇÝ ¯6','ÀíNs‰“‚—–ä™+Ô4ípßÀ•7zàKÐW†—','',0,'?'),('É˜G?QGS’jíÀz\\','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/lead-generation/apis/sendlane.phtml',0,'É#!3ÐÜˆzÄs$w¨Í','É#!3ÐÜˆzÄs$w¨Í','*³·\Z¢ãZ;j¾Z¨—ž;¡W.ñinPù×šÍ£ÄŽi','',0,'?'),('§p˜}ÈœY‹là/mªV{','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/lead-generation/apis/sendy.phtml',0,'zÂœw[NO(ëJiL9ü','zÂœw[NO(ëJiL9ü','/Jò ÇR{SžfV9MÜGÚFv ê\r9›Ø1rû-','',0,'?'),('z2cg/>×3	mèÔp¾','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/lead-generation/apis/zapier.phtml',0,'6¬ÿ‚m½Ó<®ø”äêúX','6¬ÿ‚m½Ó<®ø”äêúX','ÎB¬á—£®WÏò;å”áHûKa–Ëë\"Ò(b','',0,'?'),('&÷«Æ’Á&pÙk¤‚\\¨µ','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/lead-generation/apis/zoom.phtml',0,'¹®äuÀ©f-ü·Š8€•ž','¹®äuÀ©f-ü·Š8€•ž','™ÑîçgÕÅ§RP*v^7˜Q¬BõÅ%Gš„çÖ','',0,'?'),('Óvâ–EM>ÎÔ÷-Û','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/lead-generation/consent.phtml',0,'ì›waü”¯ÏN>õ=¤MK','ì›waü”¯ÏN>õ=¤MK','VhíÊÒU2â™G€Ò_Aßpn	e&Ä²4Hs\0Æ–','',0,'?'),('ö8aÆ\'v~Õ%l0RÚ¾ø—','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/lead-generation/errors/item.phtml',0,'Mz6´9›v	IL›ï\r','Mz6´9›v	IL›ï\r','ìT\Z\ZìF4åÓTsâ2O¸L–öŠí®¹«t#Kd£9»é','',0,'?'),('KCÝìIÍª‰0¯‰þL	r','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/lead-generation/new-connection-area.phtml',0,'¦ItG1 ,pÌÔÍ={','¦ItG1 ,pÌÔÍ={','¯ï­	[JìÃÕzAž÷«4¤_Å.o«7û Ûœá','',0,'?'),('`?±P/)Ô`Ê@Â>´','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/lead-generation/submit-options/option.phtml',0,'Ô´7Úƒ¨6ãé RH|ü×','Ô´7Úƒ¨6ãé RH|ü×','„ãØèMD¨*³aj‰®æ7–Ñ°hæ”fð÷è…Ýšæ','',0,'?'),('&u÷a\"<hã:¡¯qg','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/lead-generation/submit-options/submit-options.phtml',0,'>æ^_j¶¿ÔbU7š¢g#','>æ^_j¶¿ÔbU7š¢g#','Ç¿šóâ4²÷ =5\0I˜MèeÔ3Àll«©úáN]|','',0,'?'),('¶¦uÈ‹¼·Úí¨Y\\í7','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/logo/item.phtml',0,'wâË\nùAÛ>Ó%®6ûw1','wâË\nùAÛ>Ó%®6ûw1','fª¼ù~qãã×5¬RÞ³AÚ‰Œ^‚žñ]fÍd™Zá','',0,'?'),('ä¦°iJ#^¡<¸ý™ÿóó','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/logo/tooltip.phtml',0,'¼rÓ†Ú<:W.¼.¬::ån','¼rÓ†Ú<:W.¼.¬::ån','ï[N” fþ!®@bàCÕ%\rŠâ˜(½¬“½Egl7±','',0,'?'),('ù‚˜ØlªÏ\rÊäaÓ','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/modals/cf-settings.php',0,'™\\j{=¦J#éç¾ÑQVÚ','™\\j{=¦J#éç¾ÑQVÚ','Zwït›E\Zõšô¦6ÔU¹.0Èu%¯çþ‡\rÁŽ','',0,'?'),('ê©V€ “6rV~','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/notification-box/error-save.php',0,'_†èO²[yùÁ‘v™Zñ?','_†èO²[yùÁ‘v™Zñ?','Š~l<=µÇx3×(,šF•N9R\0«ÁP!5¥u§','',0,'?'),('”÷N=ÖMš¹¾ˆ6ye','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/notification-box/error.phtml',0,'ÞzÊÛÍÃh6Tbñ¾óË','ÞzÊÛÍÃh6Tbñ¾óË','ž.ü­s»J ,Èå—€…¥5ûùzDÌbøUø†ÊÎuó(','',0,'?'),('<rŸwP·q¤G1ÍD','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/notification-box/info.phtml',0,'·@\nïÁ.i­ì»Iþ	ÜH','·@\nïÁ.i­ì»Iþ	ÜH','è‹À†ƒT¤œjÜLyür*)ÏAó¶ûð–˜Äð\ZMd','',0,'?'),('ÜÉïûOgŒ©‹¶«‡)è‰','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/notification-box/success.phtml',0,'­{Q£°Þ9Ã;àmsAÚé¢','­{Q£°Þ9Ã;àmsAÚé¢','ý?ÁòŸŽùICf™Íê‘\n\'yˆ‘>D´òÂbŸ5dK','',0,'?'),('Ü¹À%Çï\"\"¸Aåðù','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/notification-box/warning.phtml',0,'û5Š±¥ã3IÐ‘»ªy™£','û5Š±¥ã3IÐ‘»ªy™£','õA>é.3ïêçÕ”ø/°1ø†C·/ãÛÿìx~ƒrM','',0,'?'),('Ão8­ÚÏxÌ«\rÐ¨0i','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/page-events/actions/lightbox-preview.phtml',0,'Ñx›±dí¹_”ªþgå“X','Ñx›±dí¹_”ªþgå“X','-6ñàOMBV¶ÂSQz„Kz‘ÖÑÄ3ŸÞSûy|)ˆf','',0,'?'),('ªúîºd&¶2,u>V','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/page-events/actions/lightbox.phtml',0,'±»¹²Æï3õ4Ñ,-ü§Ñß','±»¹²Æï3õ4Ñ,-ü§Ñß','AfVMÏRâ\0ëñ!\'Â™÷pÒÉ~ÀýW@T¯€8','',0,'?'),('‘oÏBaÉ™>ÔÔ8D‰e','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/page-events/form.phtml',0,'‘O›Ü[F€YKzŠi©','‘O›Ü[F€YKzŠi©','×ÎÇTbõ¯ƒGw(o®“„™5‘V¡CÂ«ÓiP','',0,'?'),('¦KLP•ì@û\'ŽbÛ’','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/page-events/list.phtml',0,'×Q‘M;¨ÒºqsÔ07Æäñ','×Q‘M;¨ÒºqsÔ07Æäñ',';O(ôLzwêO±7¨§)ô“eÍ·œWî¿¡À‚XÑ ','',0,'?'),('hä{U¿ÂÁ‹¤?I“Ò\\','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/page-events/no-events.phtml',0,'=ë¸±Þ4†äB¯i','=ë¸±Þ4†äB¯i','¢ª%æYËJ¼^U8µ+C_bæq%·qõµ¿\"]','',0,'?'),('÷8•ØkÄhß¾†tô¬€#','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/page-events/triggers/exit.phtml',0,'Íò<;ÞF[iØÓ5æH','Íò<;ÞF[iØÓ5æH','ÝµÖö³Ï\0W×-B)­:åGýnâNÞDœÙ\nÅ¡ÒX','',0,'?'),('¯2C\ršîFˆë>³}BWÛ','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/page-events/triggers/timer.phtml',0,'#26¹¹k2Ï–MTÏ†è','#26¹¹k2Ï–MTÏ†è','¾â@…JE‘Y¤JCÎÉÉ…}ÞÑ\0«¡ÑŠêÜ¾|<–','',0,'?'),('Š(×•–kp¢¤_6®\\Ž','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/post-list/author-query-rule.phtml',0,'CûQI)¤ütG/EœÙDñ','CûQI)¤ütG/EœÙDñ','‰A`-øÃ«*Cþ…ã¼6Ü‚€î®øJMÝ4î¤','',0,'?'),('p *!€ýèÆ‚! 4,','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/post-list/extra-image.phtml',0,'¯¿ £Û‰H²7Y†ˆ©v[','¯¿ £Û‰H²7Y†ˆ©v[','aÅ	V|Ì±÷nA}¿¢›8Æ°kî0=ÎYEò 4Ú\r','',0,'?'),('{ü‰bîm]¨{	œ¹5cÇ','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/post-list/post-list-default-template.php',0,'IíJ·>Ë›YêëáXW','IíJ·>Ë›YêëáXW','	H1j€@&Æ‹4]ÂOÓ™äÑ8srÁ[vÔ°¸ŸFžI','',0,'?'),('o«0_›Ù¢g^¬xbN™\'','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/post-list/post-query-rule.phtml',0,'Ýæi]Ï7Ít5EáÐ´ñ','Ýæi]Ï7Ít5EáÐ´ñ','8/}¤L+(˜ùä•™ŸðÚý”ò»|kÿ²+ÃI','',0,'?'),('wØS¦µ¢j\'k\Z&eË','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/post-list/query-options.phtml',0,'NºÁ\0¦ŸÞ†ã¹ˆÅ4','NºÁ\0¦ŸÞ†ã¹ˆÅ4','Oh¢Áfu__úxME£ƒóqHóóû\"Ñ9×âKš ','',0,'?'),('È¢ê0~ó…ùTéÝkcü','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/post-list/query-rule.phtml',0,'9Ë\n.~çÒ›^}YÚÉ?Á','9Ë\n.~çÒ›^}YÚÉ?Á','cõTÛŒ(ïZGÖ*äD¦•,¿eôœC	.„+Y^','',0,'?'),('=à¶qâùÍ°D]²è™','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/post-list/query-term.phtml',0,'L(Ÿ—ê0ÿ›åßhCÈ6','L(Ÿ—ê0ÿ›åßhCÈ6','éÊ¸fÜžú£/0€_ŠÓ7ß—T‘§Ï”c¡@ýc®<(N','',0,'?'),('ÍŽÓ¦ÇŸJ1¢öZ2«¯r','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/post-list/select.phtml',0,'Øí5™Ä¬­çŠ‹kºÝS›','Øí5™Ä¬­çŠ‹kºÝS›','þÃI3énøÑv3;Ë„-!74´Ø‰#!0ÑK&','',0,'?'),('“I–ø–f‚àoy;V”','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/sections/item.phtml',0,'8ðìðÇq–ê;M•VF£','8ðìðÇq–ê;M•VF£','G(ç³E™Ü€É»Q˜ð\rùpóþø\0@Æ 5ˆ«id','',0,'?'),('\'ÉoUö­êæx¢—’`“i','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/shadow/no-shadow.phtml',0,'h‘Pü#Ükƒ.>Áê?%','h‘Pü#Ükƒ.>Áê?%','W§Cmîp8†ÈÚaÛ¦ÙjT1‚ã(A°»íˆS/ó','',0,'?'),('ºÉ •^Â\0ìè2ãÅŒ','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/symbols/content-template-item.phtml',0,'µ4<?7s\ZÚb—¢7Lj©Q','µ4<?7s\ZÚb—¢7Lj©Q','t\n	Å\nùP»ÖÁOÇÖ@<hMÑTå:ˆæôk`\Zý{','',0,'?'),('µTŒlíï¤fgNdwl<´','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/symbols/create-item.phtml',0,'zˆˆßl³IV»àšÚ¥h','zˆˆßl³IV»àšÚ¥h',' m \ZnS’Î7€\Zi\\Áê”À¬\\Zö÷®‹©eVÕ','',0,'?'),('ÇÝgF?±ÊlÒ;ª…¨žnŽ','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/symbols/get-symbols-error.phtml',0,'ªUCë`ª°=#Z”Èî','ªUCë`ª°=#Z”Èî','¦ÂûWú eüôÍ\nÉþÒ1\'`íˆ€žŠ´¤õS\"','',0,'?'),('¤×öã\'HÂ¬uŽÿ•_3·','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/symbols/item.phtml',0,'!µ~GéÕ×;ukå{Å','!µ~GéÕ×;ukå{Å',']LüNyËp¨ŠpàL<@fWäªaRÒÛ\ZxŽq[öí','',0,'?'),('gµ°þ!àÌ›ð\rÖ<u!í)','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/symbols/save-templates-symbols-error.phtml',0,']|¼ˆºñ9¨‡•…¤øàh',']|¼ˆºñ9¨‡•…¤øàh','3_Õ T·SG…ÀË[Eè8]ÙUvêá`Geoë>','',0,'?'),('\Z6ZÏmhÕEÔ¾—+›\\^k','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/symbols/section-item.phtml',0,'ºÔ¤ç		á¡,o²@è','ºÔ¤ç		á¡,o²@è','õ²|.U$%”‡ÀÀ‹ÎlÇ	—b6“g¡FÄ²®fãÉ','',0,'?'),('‚Ê8J˜q‰CT28øÿ','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/symbols/sections-container.phtml',0,'óP\0»|±#í*|ïàµï','óP\0»|±#í*|ïàµï','²a¥ˆ‹†(bØ8åº™sPk(ó¡kó  Æb>é','',0,'?'),('?ç•)®]•#06ÃeÑ.','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/symbols/sections-message.phtml',0,'°¡\0GZ!»/ÚŸ´Ó\0~','°¡\0GZ!»/ÚŸ´Ó\0~','­Y¶Ý÷mÀ’së¯2+[·ÖÀAw6ž)£­N','',0,'?'),('ÿÙï;Å|nÜÆoÇ›H','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/util/audio-file-picker.phtml',0,'Ìt»es\Z\r|KuÌóÛÛ5','Ìt»es\Z\r|KuÌóÛÛ5','(´XtÎ–¬?ù‘Cnë;›T­»nÏd¸ùPÚ\rw','',0,'?'),('Ä„è›>òz¦á5ÙeJËhh','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/util/color-picker/add-color.phtml',0,']ÚÖ2­ÛžLbß7°¿H',']ÚÖ2­ÛžLbß7°¿H','k`VŠ8{VY¢t’û×Ò—”Üµ<–dä^çµqD','',0,'?'),('\nÇ±˜™xð]ò]9°]Î!','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/util/color-picker/favorite-thumb.phtml',0,'Ò1°Ø†I\"ŠWù¨ÑvË','Ò1°Ø†I\"ŠWù¨ÑvË','ÞàªÝ]bT÷âä¡#&–€ú¿tjÖÝÜä480&$ Ü','',0,'?'),('æM¼lä’·mÜd,(ÛcY','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/util/color-picker/global-thumb.phtml',0,'¢—œh\'o*cÃÞŽ[ï','¢—œh\'o*cÃÞŽ[ï','€5„»^’ûð®¯4êb=—èí-!»ÏqM´—X	Ùcz','',0,'?'),('M7©fü¸AI[Åtˆ~	Ñ','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/util/color-picker/save-btn.phtml',0,'ÚÑ8Mr¾°‹l{Yô$E§','ÚÑ8Mr¾°‹l{Yô$E§',';Ã„CHcJí†]\nÆU~2XLzä…@bVÚ\\P¸{I','',0,'?'),('—¥¥šÌž~zwg]q','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/util/edit-as-group.phtml',0,'Mfà¤’z—Íø«¬­TëÞ','Mfà¤’z—Íø«¬­TëÞ','éNr2€³î¹€ŸAN^CE–o3LÕ?)p÷	ú¤','',0,'?'),('¯ÙÉÄvÃ$¶™:v¦¦™¸','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/util/edit-global-colors.phtml',0,'#Ø\\=÷i€Ð´¼ò‡3','#Ø\\=÷i€Ð´¼ò‡3','rÒ&É ßÔ$é¡\Z/êíSø:Mtr\\–]þÇ$‘éÓÙ¹','',0,'?'),('µ®…cU9ÔÊF\0ŸiÖ','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/util/edit-mode.phtml',0,'lšCÌ,H(Kì|÷\"]ú¼','lšCÌ,H(Kì|÷\"]ú¼',']?Sô³ä4\0fÚmw¯W´ä¾{ÞŒƒU·V†\ZTOÈ…','',0,'?'),('RSæàÒw›ÁÞüÇr]z’','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/util/favorite-colors.phtml',0,'YÅ±æ!nÒþ¼öÙïR”|','YÅ±æ!nÒþ¼öÙïR”|','z î8GqÚ–«ÿ>Ü¦M<íE¢7\Z|ê¨ªÒ#Ø´œô','',0,'?'),('{‰*äcþeÜ9æÑv*','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/util/favorite-gradients.phtml',0,'ªR­Y+Âá6›”¤š','ªR­Y+Âá6›”¤š','’ÜÝKžÕyõµÒ¢–ˆ†HÝÍúQOåÅ÷ïö¨1Kú.=','',0,'?'),('I¶/c0?þ\rÉöŠ¾\Z','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/util/file-picker.phtml',0,'\nšœäS4¯7Ì¦¿tŒ?','\nšœäS4¯7Ì¦¿tŒ?','Ýoõ\'qEeÌûÐû74¤Œœc¦Ec\r§< ','',0,'?'),('ì·8uj¢­¶iŸhÙÜ','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/util/icon.phtml',0,'¥.ÃD+èü½ú¿£¿','¥.ÃD+èü½ú¿£¿','üM‘„YFsÁšµÛË±—Åyõïž¸ñ­QCþ7šä','',0,'?'),('™»éÜE#ÓŸ;;¶sÇ\"','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/util/input.phtml',0,'µ$kšSõˆiç;<ºì[','µ$kšSõˆiç;<ºì[','ìŠî@vSŒ6”#ŒË£Q¹Wqõ 6îÍ¼öZç¬Hó','',0,'?'),('K€ú¶Óv&j#í…P<˜é','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/util/link-styles.phtml',0,'˜)¤ž.®´?eì6ä}…RY','˜)¤ž.®´?eì6ä}…RY','‰8	BaR<Ð3h*}!Æp|”&œcŒx²Ú—Ù','',0,'?'),('0QEø©‡£­ñhòÛˆøêê','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/util/link.phtml',0,'Ž=}—7çó(†Hwð$´','Ž=}—7çó(†Hwð$´','ÚÐ\"LW½‰…|0”I¦>£Z\"}Æ¯1ˆbØ8H·^','',0,'?'),('v\"‘Éµ\"¿MÔ]Ý¨>Ø’','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/util/list.phtml',0,'{¶]ôé¥jÐgµI\Zsuí™','{¶]ôé¥jÐgµI\Zsuí™','ÌòQˆƒ\'\\æî[3o³}d,+Ÿnïþ+^ë>Œ[','',0,'?'),('|ñÛ’ƒ:Ýì|>ºbW','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/util/option.phtml',0,'Oª‚·]\n4ª¯Ý”]è±c','Oª‚·]\n4ª¯Ý”]è±c','Fš¿ô5æKÝ^iM\n,ÓÆò*nxó²ÉÖ+Eóê§×‚','',0,'?'),('îÒVùAš—Fè#gªo','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/util/svg_icon.phtml',0,'ÙTO…“œøÁó	P|Ò\"','ÙTO…“œøÁó	P|Ò\"','¦½ð9E=vo!øF¯È6F7\'!v.ú”É\"YPó¤','',0,'?'),('´MŽDð~Ø´e~úè`ç/','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/util/template-colors.phtml',0,'”…ƒçä3OÀ{wºí`4','”…ƒçä3OÀ{wºí`4','4ñ¹eH÷à‹•Ä\0¯RZRiRHS¦b½Á±¬±÷én','',0,'?'),('Åª¯ÍîØ+®DZø¾×ÿE.','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/util/template-gradients.phtml',0,'«Ïšðÿ™YÙ†qd6ïúZ¨','«Ïšðÿ™YÙ†qd6ïúZ¨','e\0äª\Z$XŠ+iOáö¨;]6o¼Ð9dŽÛ%ŽK','',0,'?'),('ÇîfØœ-&ñš÷tÐK(','wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/util/video-file-picker.phtml',0,'¬ ¾žÅ¡“¤0‘gDš,','¬ ¾žÅ¡“¤0‘gDš,','¯ò]©xâÕWŽÒýü™ÂVós“(o±Ü31o9ye','',0,'?'),('¹È“´QŽÆG’L9«$S','wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/class-tcb-cloud-template-element-abstract.php',0,'ƒ@j›It%xb+¸\rhJ`','ƒ@j›It%xb+¸\rhJ`','ÄhN\Z¦ZØ,WZ¿šüýrâ)†§ä7¯º±Ú¥”','',0,'?'),('¤V£óÎ1Ãƒ#K>¤·“','wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/class-tcb-contact-form.php',0,'<{CÿåÎ4úýKQ=Ÿ','<{CÿåÎ4úýKQ=Ÿ','&ÆÀÇ\n¢Þ®—ü`øêHÜÿ”4Š\\Ö‰\'r(Lí','',0,'?'),('#ÁÀQÛ€\ZÙ\'wŸ\Z¡O','wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/class-tcb-editor-ajax.php',0,'6RD»ôQx3Ïþ@ât‚','6RD»ôQx3Ïþ@ât‚','Î#\n ŸÅ^éQhé¼Ž4€ñL:?/‰¸Þ:ï(','',0,'?'),('þ–ñáW¸T†ýž¾»ñ','wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/class-tcb-editor.php',0,'\rÅùßÌ°NbyëË;ƒ·','\rÅùßÌ°NbyëË;ƒ·','þ\n@NÈšŸ¯½ÃÅ¼üˆU«ŽÚ&qª|àÁé©','',0,'?'),('5§ê\\È¾*}€\nkÇg','wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/class-tcb-element-abstract.php',0,'Ñä¦ÁH€öÞ#-\ngí','Ñä¦ÁH€öÞ#-\ngí','Iƒ“P¬ç¹!Ù~D,¤ÎW>Ãÿ´uÞÐãcShOœ–','',0,'?'),('FoNƒ”v¬da—„d\r=','wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/class-tcb-elements.php',0,'çkqöLÇPPˆ¨ü¼ †','çkqöLÇPPˆ¨ü¼ †','¯({\"ïGÑY„ù¥c“–xXá06_Y—¥-x%ü3a','',0,'?'),('ä2¡³ˆ,-¡>ùˆ¸¬Â°','wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/class-tcb-font-manager.php',0,'Ji¥n½CF¡È‰\'fÑ¤æ','Ji¥n½CF¡È‰\'fÑ¤æ','ß8oüf—SÉ,ÇäÁl•kYGƒÇh2‹ñî›¾èÑ0ß','',0,'?'),('eÞÔª`pmö²:Ú×k7.','wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/class-tcb-icon-manager.php',0,'Ð>FqÂQ\'T—Ÿ%}~q','Ð>FqÂQ\'T—Ÿ%}~q','±æTmðáö–µî?‚yÇµäú¼ª £ÛPõ~5â','',0,'?'),('ðÉt}]E÷ÿœnyÊÇ','wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/class-tcb-lightbox.php',0,'¤„a±a\näXKÐt´','¤„a±a\näXKÐt´','8%¹4Ð‡ oÿã;`|†x\0_\0¤@„Cºw¸å','',0,'?'),('lEvˆîúQG‡ö]Ë','wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/class-tcb-menu-walker.php',0,'8\\y>8ÆBsÀ—hd–ž’','8\\y>8ÆBsÀ—hd–ž’','Æ\'+Ü\nW™*S­Ñó¸ÛaÑú&Ö·\n|]€','',0,'?'),('};}ñyä(çn«\0›þú','wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/class-tcb-post-grid.php',0,'<í¼@|©\r^v÷ßa;{X','<í¼@|©\r^v÷ßa;{X','U1ý:ù¦H]ÊôºÀ)É;xev‘˜é…NÊ›\nÊ{','',0,'?'),('ÄP»LÞJT”OIï*åø','wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/class-tcb-post.php',0,'~ùÌ—kMÍ£î‘B3ª:','~ùÌ—kMÍ£î‘B3ª:','SY%´ÍâË]5W9k4Š‹ò8d¦ ¾¬§\r´å','',0,'?'),('¨\nßv«+äÝ6ÞT','wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/class-tcb-symbol-element-abstract.php',0,'‡ÄÁ98³›ž‰•;','‡ÄÁ98³›ž‰•;','õÊ÷ûß½”¿Ë’–V¾z²4ÒÕÀÄY©àp©*Owd±','',0,'?'),('Ôž»µýH^–]•éŸ–','wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/class-tcb-utils.php',0,'…dZíÄešÓÿï…y–','…dZíÄešÓÿï…y–','Z/¨˜c‰ƒ¿OšÅ‹üZU®§“ûÇƒÖ¤\"ý|9ímÒ','',0,'?'),('wfšÈÄ—‡ÏÊ’öw~á','wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/class-tcb-widget-element.php',0,'¨ô±¸K­bªŸ¯Ä¶\'','¨ô±¸K­bªŸ¯Ä¶\'','Þ.¿‰›·S1Óæt§Ø½-È­^éIÖ^pPÑ\Z¢¡','',0,'?'),('cCÆæ2 —¬•Î\'o.ÞB','wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/content-templates/class-tcb-content-templates-api.php',0,'«ìÄÝN2Ÿ«-®]Ò™œ','«ìÄÝN2Ÿ«-®]Ò™œ','‰Š\\\ra ½)^<uÅ#‹ÂBÑÏ´{Ç–X§Ç1kQþ','',0,'?'),('4š%¢ŠúJQ\\4©Êt¶D','wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/elements/class-tcb-article-element.php',0,'w½aD¥³Ñx¿EËÝ¥8[|','w½aD¥³Ñx¿EËÝ¥8[|',']ëKFûn¹Ï,p\0ÊûÈÐ]\ZÌ!Ish‘¾Á:À','',0,'?'),('â9o†B‡ß	BtgKg&','wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/elements/class-tcb-audio-element.php',0,'>¡—12%Æ‡X`T','>¡—12%Æ‡X`T','sÁž)ƒEÂ]En0šèŸÅµìõö|«_0Aè3Ç¡','',0,'?'),('‘Ò£A†ˆré-YŠ4Ú\"','wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/elements/class-tcb-button-element.php',0,'yÆ\n-\nÚ°Ó@hbÉºuÚ','yÆ\n-\nÚ°Ó@hbÉºuÚ','€îÃ6Øn”Ç/í%ÈešN«Õp¹ƒ|ˆ( ÏŒ','',0,'?'),('nÒõ2Òc•)fŸÍÇö','wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/elements/class-tcb-button-group-element.php',0,'Ns¢¹•ªË®€]™Ã„','Ns¢¹•ªË®€]™Ã„','GƒÀ,¨¸yb´¬ŸëÆœ	\'¤¹\Zž„sù¾t‚›','',0,'?'),('}ËT7@ˆv ïLwLC6kÚ','wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/elements/class-tcb-button-group-item-element.php',0,'Ð“«m,šëfs´|ž£n','Ð“«m,šëfs´|ž£n','¾ÝaßO&Â†öÄÜb;©Íç„¦IužŠh¹','',0,'?'),('´¯E³»peWcŽSŽONï','wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/elements/class-tcb-callaction-element.php',0,'•èGÍÑp¡2ì_TEÚ7','•èGÍÑp¡2ì_TEÚ7','ºòÂ~¿INìúšW4zÇ¬b7sØ?j|é3ö`ºŠ','',0,'?'),(' Ó¶òdÖ ÃpêÉÂYw','wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/elements/class-tcb-cell-element.php',0,'“¼ø¤¸_Û”ÕáËÞ!{Y','“¼ø¤¸_Û”ÕáËÞ!{Y','\'ú$J6¿Ì~¢ÕOûŒz{†³“™¹ù\"À£˜{Q','',0,'?'),('l5y Ü´F‘q×Írá~','wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/elements/class-tcb-column-element.php',0,'hL_¤Å0þ¹¶ë@ÂÇX','hL_¤Å0þ¹¶ë@ÂÇX','_K`W:X¿E´JýaÖè†…žrK²¯q§í¢Þ°','',0,'?'),('^[*CY6h–Þ‹¹','wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/elements/class-tcb-columns-element.php',0,'étk{†k¦}Ô IÇíßá','étk{†k¦}Ô IÇíßá','p²E™Bkiu«Ç¤#Ïeï³á®Qý)º1A=ÓÈŒ¤','',0,'?'),('OñZ˜¨ÇÁ¡ÆGJc~í','wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/elements/class-tcb-commentsdisqus-element.php',0,'ß;p!–À‹°3çé‰Ã]','ß;p!–À‹°3çé‰Ã]','Yq^Ê¿1-5•3¶>\0ó¼®«ž¾†…Ó\'q+q','',0,'?'),('y9ÃÂîÇ}»ns:@\r°x','wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/elements/class-tcb-commentsfacebook-element.php',0,'µW\0 ½¸0°‘k9xzMÃ','µW\0 ½¸0°‘k9xzMÃ','.²hÆÿ1Å#?d†ÑB*E8ÁT’ïtð0§O;L”','',0,'?'),('¢¯Ko2{¿eÆ” -Œû','wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/elements/class-tcb-contact-form-element.php',0,'\r¼i•å—ÏT×ó>eÃµBt','\r¼i•å—ÏT×ó>eÃµBt','µNrCŽg@Â-ÜÀÖ¨–!ÇÑ×c\\ÌJ·R€ÑþŽþ','',0,'?'),('9.ÙË‹Þ°iš2²µ*¥@','wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/elements/class-tcb-contact-form-input-element.php',0,'#…hRåC.Í\n¼õs™¾','#…hRåC.Í\n¼õs™¾','¥†’¼’ÂDa„ÔÈ$Õ	æàED—ë	ñô·½ÝNö','',0,'?'),('ö•¹Æáðœ6&ëÚ›fÀ¡','wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/elements/class-tcb-contact-form-item-element.php',0,'Ã~ÃEòÊÖuñ“kg{','Ã~ÃEòÊÖuñ“kg{','·\ZqlÔS†#„€3¼&’ˆ&œ}’N¯¯œ8\Z“[J”','',0,'?'),('ð	ó¤YßÑ »\'DÇ°','wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/elements/class-tcb-contact-form-label-element.php',0,'±KÒ…Âà¤–èƒaoÑºX','±KÒ…Âà¤–èƒaoÑºX','és–º¹¨S­>a$Ñb¨ûWÖìúÖì•m¯mCbâð','',0,'?'),('fGÄ±ß`]³Üóà™¢<(','wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/elements/class-tcb-contact-form-submit-element.php',0,'	ÏñQHGf‰<SªuÇ','	ÏñQHGf‰<SªuÇ','z\";Êoäaã¤CZKp[ƒÏQ¸pxO´_’³\Z‰','',0,'?'),('âîgF‚ÁÔð(ã\Z\\+','wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/elements/class-tcb-contentblock-element.php',0,'&Ìu½{\rQ`¾ ,¨','&Ìu½{\rQ`¾ ,¨','+VÖ¬#‰±\\»ŽÐµ.ãëó·½·¾¢\rn§\\†','',0,'?'),('ãíÞ0~ ¿.E”üŸbõZ','wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/elements/class-tcb-contentbox-element.php',0,'I’’f—D3·Uö¦]Ü3òõ','I’’f—D3·Uö¦]Ü3òõ','i€\Z‹d™â§DôPŒ—¾ù™\"–Yû¹HèÌ\'vH','',0,'?'),('…iIa¥÷h»\\¨«ô','wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/elements/class-tcb-countdown-element.php',0,'êš›Ñ!†ûŠå6ÈnR','êš›Ñ!†ûŠå6ÈnR','Âµ<0èýŠdv÷uõ-sðF†g¨‹ dÌÑ!šÌDë','',0,'?'),('üJYæUJUq2üDåe×$','wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/elements/class-tcb-countdownevergreen-element.php',0,'‘ÕÛ+½zvVd½Ë‘ÿgá','‘ÕÛ+½zvVd½Ë‘ÿgá','	èaRé§.Ÿva>+$wCÁ^Í²Är£¾G+ý\0','',0,'?'),('*ïdØíÝÊÈZDÊÏ/:','wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/elements/class-tcb-credit-element.php',0,'už¨Ï¶U\r›NæÎËñ½\"','už¨Ï¶U\r›NæÎËñ½\"','|b6\\É¢\Z×*Ü[[:;§\'âÇ\0\næÃë)¹3‹í$','',0,'?'),('üð(1‰¢£±Ÿ÷]—ÖSÒ\r','wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/elements/class-tcb-ct-element.php',0,'øÜ{lút\'`1¦$','øÜ{lút\'`1¦$','{©ù¹»êhÐ¦¦/Î+Ìya£cª‰6g·2~³Á','',0,'?'),('wÄ‡ÛÌ¿\'Àûþó\rŸ','wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/elements/class-tcb-ct-symbol-element.php',0,'AŽRbëþg,òT8NÕßUM','AŽRbëþg,òT8NÕßUM','\rÂëxFn\0€¿4D?z(ÓZÄc;Ò%Çƒ‹','',0,'?'),('Í½Hj>GÂÊêOvîS','wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/elements/class-tcb-divider-element.php',0,'¼FBö\rìëÌ˜½äè…¤©','¼FBö\rìëÌ˜½äè…¤©','¦6„Û÷Âé…é?1ÜÒ&—-á\0äòxv,MUeÎIù','',0,'?'),('Û´ªSIÓ‘þónz×Ôû','wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/elements/class-tcb-fillcounter-element.php',0,'Ý±‘}© Õ’Äì\0>\'šY','Ý±‘}© Õ’Äì\0>\'šY','³ÞúùÐªj¹ƒc{}5;<\"ŽÈÿŒ†6; •?É®®°X','',0,'?'),('R$Yi¨g#©ˆÞMÒEßKy','wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/elements/class-tcb-footer-element.php',0,'‰SùTM]p;áx¡ô»','‰SùTM]p;áx¡ô»','Y?éS\rÁ›¼ï[˜YÁ(\\®9Í2µRþ;w¼B²‚2','',0,'?'),('ÐE´-ærNrÀ‹Zw”','wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/elements/class-tcb-form-icon-element.php',0,'Z{{\nB3²Óšáh9w;','Z{{\nB3²Óšáh9w;','‹Ä õ•Ñwˆ„ùT^‰Ð,HcðÑ³Á·æJ–¢','',0,'?'),('œ8`xé¹ý¼,‘â°(','wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/elements/class-tcb-form-input-element.php',0,'ç‡Mbƒ>&ÝÀ˜þ×•j¶ž','ç‡Mbƒ>&ÝÀ˜þ×•j¶ž','_P©HrÅmDP´ö:B6s¬U-ü±ôžþ[Ì','',0,'?'),('0xÈÆ\"öiÚ ÄØ‹ô.†','wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/elements/class-tcb-form-item-element.php',0,'Ôœ:cÈo	*Þ«°#','Ôœ:cÈo	*Þ«°#','•å˜&fXÂ¸¥­9½´´±è^™iì^µæêê¼nV','',0,'?'),('5ëù(\\3ð	q„ l+','wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/elements/class-tcb-form-label-element.php',0,';Y9Ð‹UÙjØ=`ùçbÌ',';Y9Ð‹UÙjØ=`ùçbÌ','A”ü®æý¸@6ë”T`dž2€#ì0wË','',0,'?'),('@#¸\"{4žÓxÍ6/–','wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/elements/class-tcb-form-submit-element.php',0,'2QWùÇ<fåJ}>yð','2QWùÇ<fåJ}>yð','ôƒr[‰›Ã°=ÐÈ]%~„³o…üÁ¿k8p˜¾','',0,'?'),('ü’¾ë\0hsæwö2ÛTû>','wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/elements/class-tcb-gmap-element.php',0,'¡[¤7»Smú¥¬¥n_ãö','¡[¤7»Smú¥¬¥n_ãö','(÷M|ç¹\Z]G~Ó6|F	Ë pëF7eª7¢ï¤b','',0,'?'),('éPgîV¡×M£Z†áº','wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/elements/class-tcb-guaranteebox-element.php',0,'1B{ÓjªÁÚX*\0Þ','1B{ÓjªÁÚX*\0Þ','åø±Ù†öÎ«¾›¾øI³ËÑÐã“\r{?,±ñ¤±','',0,'?'),('’RõxÓ·\n+Ï¨O1ƒÚg','wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/elements/class-tcb-header-element.php',0,'nIpã:%ìì7*®4a‡','nIpã:%ìì7*®4a‡','tpõã„4ê\r2®¯9\Ztë”~A‹Þ´[\rtWÒ²—','',0,'?'),('VaÌ$\0ÝÃÈ#t¶ÌŽ','wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/elements/class-tcb-html-element.php',0,'‰Õ÷2ò3NãÐé%Ü3èðu','‰Õ÷2ò3NãÐé%Ü3èðu',' ºòÐ!0¡,(VüùM[|¥G”ùŒ^s\nB‰íD…','',0,'?'),('zˆŸ<?\"”¨Frà	Ë','wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/elements/class-tcb-icon-element.php',0,'¦ùK.¹ã““Þ¶XAbš','¦ùK.¹ã““Þ¶XAbš','“\"Ñ$X±éÊ¸øÈƒ_Œ1õTŒfØt/‘GtPÕ','',0,'?'),('”ÀûM €ï†Ò[rë±','wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/elements/class-tcb-image-element.php',0,'›{›r\Z%)A“˜‚™¢üˆ','›{›r\Z%)A“˜‚™¢üˆ','>%Û%obG\Z^ßÕ2»!e7Û| õZÇÊCR­','',0,'?'),('\ZWW®qAð\0C\rZL–Ä·','wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/elements/class-tcb-label-advanced-element.php',0,'‚Ýß\\/Ü…ýŠ© ÍˆÉ','‚Ýß\\/Ü…ýŠ© ÍˆÉ',':\0©e*}išG/„Dà¿ŸïiÉÍµÎí·3','',0,'?'),('|Ï›Ò²c&„ˆøò;<','wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/elements/class-tcb-label-disabled-element.php',0,'oÑ;áÆÀ¯ŽÓOësê‘','oÑ;áÆÀ¯ŽÓOësê‘','D»˜]ô Ì.ÌÐµ_-ôKôN™0‰ž\r-‚Nt\Z3ƒ','',0,'?'),('„F¢0Ç¦8f\0Š]NÜÿü','wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/elements/class-tcb-label-element.php',0,'^\nÆŽÆpg|…W\Z~ïˆâ','^\nÆŽÆpg|…W\Z~ïˆâ','·Ál^[€&=Ô®Í¡QŠn )W²^l¢jƒMS','',0,'?'),('ó’lÂÞ‡or»9ì:','wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/elements/class-tcb-landing-page-content-element.php',0,'Ö7¡ñªIÒWFõ/}ˆ—Ã','Ö7¡ñªIÒWFõ/}ˆ—Ã','cß‹bÑ“K@˜Ye>Œ—Éu¿ý‰á7C&Ó@›','',0,'?'),('%™CÃ]Ò)BÈ¹Xž”ü','wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/elements/class-tcb-landing-page-element.php',0,'m‘0G@}0/ Ÿ˜«¡|š','m‘0G@}0/ Ÿ˜«¡|š','z8~Â=Ç¾LŒæmÌ]ÆD\ZJ}Þù$»¡Kï…ò','',0,'?'),('G˜/;{X)]}ˆ³nó','wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/elements/class-tcb-landing-page-text-element.php',0,'$9Uôi>«¿p£9>ŸIÊ£','$9Uôi>«¿p£9>ŸIÊ£','Ÿ³juß’sÃ6†°o‡ã¶í‰êÔV$…9[RQÝ1§','',0,'?'),('6\'äîÕê$«f›¡NÎ','wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/elements/class-tcb-lead-generation-checkbox-element.php',0,'#Wh+AÇ í×½F€','#Wh+AÇ í×½F€','îý!¯Rb.1­4ŒQ4\ZÂÄõx®áëø©tXœ½‘','',0,'?'),('jÖÙ?Áù§™ùw^eˆÄ','wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/elements/class-tcb-lead-generation-element.php',0,'«äéðÉÖ\rd&ªk\\Vï§','«äéðÉÖ\rd&ªk\\Vï§','ŒÏÙîÈOvñœž}÷g4X¢êOÓœ¶ _rSŠ`jLÎÆ','',0,'?'),('Ù”U9¤P6+9 ]l…î','wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/elements/class-tcb-lead-generation-input-element.php',0,'~Ó*ÛæD27j½óvÐ','~Ó*ÛæD27j½óvÐ','^œ‘Œ[¨“¥Á|loÏQ‘ulî­i´Z×eÚúf‚d','',0,'?'),('€Âëhiü\nŠ¤Ä¦c','wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/elements/class-tcb-lead-generation-radio-element.php',0,'ChïÍŠæðèUOŠ','ChïÍŠæðèUOŠ','$zëdÔã]àöÜPöñàKMžâESÇŸã­nÇMÑÄÕ','',0,'?'),('6I·ñ³6•¹ð§ç','wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/elements/class-tcb-lead-generation-select-element.php',0,'\rõÿÅX”¥]…ñV&ð.','\rõÿÅX”¥]…ñV&ð.','£/À¹‰oõ`ô¬9¤¦>u¶V„§„ÿ4M!o','',0,'?'),('‰ã&?N¾(å{:wß‘/÷+','wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/elements/class-tcb-lead-generation-submit-element.php',0,'AvÒe5(Ÿ›íB,\'','AvÒe5(Ÿ›íB,\'','l˜ßku—`#RÛrdoCÃ›8K\"ìL…=mèíx£','',0,'?'),('sŸ8müˆg±•ÛÃ°\n,Ê','wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/elements/class-tcb-lead-generation-textarea-element.php',0,'YÂS`¹ÄkËm}ëœ^7','YÂS`¹ÄkËm}ëœ^7','\0§i®ø+&í»±å“\rÅ4ãøF¯ÃhÎI','',0,'?'),('’•Þ,BS^Þlz}-ñ','wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/elements/class-tcb-lightbox-element.php',0,'+™¶o4ñÚÅè	‰|‡ƒ<','+™¶o4ñÚÅè	‰|‡ƒ<','œ=Vù>o¡ãŽkÚªlÙ¾$Ô\"U¿îg»ô2ÿªJG','',0,'?'),('òŠOÄÉhšs$ÕmhÐ^;','wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/elements/class-tcb-link-element.php',0,'¦£ne‚CWwkžƒ\r„','¦£ne‚CWwkžƒ\r„','7~²@ñøÜ¹qFÚŸ>¤R¼†žÌó¡ïí—«ZÈF¬','',0,'?'),('ú‘i€ðÌ²¥,á}Ã\\?','wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/elements/class-tcb-logo-element.php',0,'ÑCºÃ/µ\n¨am ¨’','ÑCºÃ/µ\n¨am ¨’',' ‡$\njïeu‘åx_µÉ½v4™*ƒþB×R•,KÎš','',0,'?'),('Zc¥([ŸHCšTüH	vÕ','wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/elements/class-tcb-megamenu-column-element.php',0,'–!ð‘Ëv·¨ŸUë‚ÜlP','–!ð‘Ëv·¨ŸUë‚ÜlP','¦p:\rL“˜ÝÖ\\l³W˜qmb\nÅñT:õ–[™','',0,'?'),('«\ní×DX‘¬„üLL¿','wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/elements/class-tcb-megamenu-dropdown-element.php',0,'Œì×Ê™Z}ÏÌƒ\r„¶§','Œì×Ê™Z}ÏÌƒ\r„¶§','ï…þ7–5²Îæá°©L mtâEÇZ€f÷Ð“\0©B','',0,'?'),('ú‰GøŒª—wþ\r­¤ËC6','wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/elements/class-tcb-megamenu-element.php',0,'özÎº}ëóÜy>iï8g»','özÎº}ëóÜy>iï8g»','èŽôs„ëñé³n›²Ø<u&AÂ´\"´~åÕÁÎxZ','',0,'?'),('\\­J¸\"K,$À=æ(','wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/elements/class-tcb-megamenu-image-element.php',0,'Qv‡Ë5emÏ|pÆÛ•ýý6','Qv‡Ë5emÏ|pÆÛ•ýý6','÷*d@œh»AÃyA#ˆû/Ãy\\˜¬ã(CHÔlR”í×','',0,'?'),('çBlÆx1Bï§Åá‹¤K','wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/elements/class-tcb-megamenu-item-element.php',0,'Ÿ cÖÞö7æ³kmfGKt	','Ÿ cÖÞö7æ³kmfGKt	','-Cµ¿¼¾IÂ\r9µ«\n8Ð\\’ÄÄ÷½4ÄUÈ_’w;ì','',0,'?'),('ÛL5ìòY?@ÉHVÐ\r','wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/elements/class-tcb-menu-dropdown-element.php',0,'jõ,°h<çpë&:Ø½â','jõ,°h<çpë&:Ø½â','êÄmS]Ÿp\Zäá‚×	Ôý”q«ÐN2YôÇÑßDš','',0,'?'),('EeŒƒ´·HF6|\'>1','wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/elements/class-tcb-menu-element.php',0,'/¡×/·ñI+rù%','/¡×/·ñI+rù%','µFsìêýÏFþ}Ü½èuä(ÇÇ¦šwÀO\"OEw','',0,'?'),(' jÕWäÕ\rœ×µµb?° 7','wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/elements/class-tcb-menu-item-element.php',0,'K^)o7¸cUO‡¬ý4','K^)o7¸cUO‡¬ý4','Üj¾‰Ówæ{b–hiÎÁdú_îÛÓ¬XÛíp>','',0,'?'),('FÓNäuf-\'¡t$H”g—','wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/elements/class-tcb-moretag-element.php',0,'Égô‹c6Zy	ó€­','Égô‹c6Zy	ó€­',' rñ6R=š7Y>=Œ˜ã+Ùðû:”â¢o21Fm?bù','',0,'?'),(']@‹ÕÛŸàD15ã®Qù','wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/elements/class-tcb-numberedlist-element.php',0,'»ùnˆ2/üÏ-§…=¥','»ùnˆ2/üÏ-§…=¥','ù¬>ÅùÀ½=”r¥î-:4äT˜gƒa…º?v9:8L','',0,'?'),('£ãÍ›&¸ïu™yÈ','wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/elements/class-tcb-post-element.php',0,'-&ÖPmÈ­#\\ÓÃ”h›','-&ÖPmÈ­#\\ÓÃ”h›','Úuç¡~×Zd~=¥NÉÎ@â®UTr‚n®[¶ÞkOü\Z','',0,'?'),('Ò*FIvÒfÜË´òõ°','wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/elements/class-tcb-post-list-element.php',0,'EAXŽYE´¯½…=%ú:','EAXŽYE´¯½…=%ú:','tPO,ÐB_:ˆƒ¾ôãÊ]ú²hí×\nIé+YÃYax','',0,'?'),('P¯A\Z6A´GªñU%öc','wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/elements/class-tcb-postgrid-element.php',0,'3}I#|MRVV3fy§Ù','3}I#|MRVV3fy§Ù','•G8p0‘\'åžªµ+7“ës7R ½\"$™\ZÏùï','',0,'?'),('v´iä``B—1¤pZD·','wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/elements/class-tcb-pricing-table-box-container-element.php',0,'Q×%ë­jAùÅâk…B-Õ','Q×%ë­jAùÅâk…B-Õ',' Éü@H±OlôlE2ä\0eßwGÁ­ªË>ì','',0,'?'),('(ü{nu&¿Ç…–—Ñã¾I','wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/elements/class-tcb-pricing-table-element.php',0,'¢Z§‹Š°XÄGqÖ^¦™Š','¢Z§‹Š°XÄGqÖ^¦™Š','üÂüRÂ\\>§Rf&£ÄÚÔ¾Ù6ƒÎ\n§œÉsÌ','',0,'?'),('²°2@©Ö¢†ÂŸÛ¯ÊZ','wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/elements/class-tcb-progressbar-element.php',0,'ùLú+\Zôg1þ¾¾û†é¾','ùLú+\Zôg1þ¾¾û†é¾','•ø˜ì¨Éêg¦/7Ì-6†[’pÄ	ab-Ï4$+','',0,'?'),('M‚b¹Eð¬1”!õ·ÖDm','wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/elements/class-tcb-rating-element.php',0,'-ñŽIPuH8	«ûÔ&','-ñŽIPuH8	«ûÔ&','M}åðþ^+{Òu0Sø’ÕKúmÞšðRÈ‰DT','',0,'?'),('	¥j–ÅˆT ˜¸­r;¥Å','wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/elements/class-tcb-responsivevideo-element.php',0,'“ÝõA1çm•™›Mz3','“ÝõA1çm•™›Mz3','“5äd§TÈ<	RyŽ[{Î]Ö¼CËû‹Ù@-p~Ê','',0,'?'),('·‚îÌŒ #ÙKí‘öK9','wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/elements/class-tcb-reveal-element.php',0,'C{\n¸ü1Ås×ÞS7+°','C{\n¸ü1Ås×ÞS7+°','NîOKÉ£³åƒØ…èVŽÃ^\rÆK–oö2j½÷.ý','',0,'?'),('ØYþ‚DÞ„c×»MÚLÂ','wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/elements/class-tcb-section-element.php',0,'Ÿfštãÿ<êdk0^¡','Ÿfštãÿ<êdk0^¡','N÷O‡¹Ÿ®u¨d“OÜÑl}}›Æ¶»*–ˆç’?¦','',0,'?'),('Ã¨ ãLãx¬ÿ¬H%î','wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/elements/class-tcb-social-element.php',0,'D>	¾ŸmN»U\0¶ô·–˜£','D>	¾ŸmN»U\0¶ô·–˜£','‡XpáÂ\0xë°’ŸÀm&¤üy Ï´¦vÝ¢(„¢<h','',0,'?'),('˜½Ê/€iþmèS+½Í','wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/elements/class-tcb-stylebox-element.php',0,'Qºº]ƒ‰(eb¹›P»','Qºº]ƒ‰(eb¹›P»','à!Ä°*ÒùÄ|¿Öáü·þKÜ\0^Ò¤F \"~j(Z','',0,'?'),('€^¯™Ûà\"øë‰™ŽÜ','wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/elements/class-tcb-styledlist-element.php',0,'ÏSØy_Â[–Ž~?~§—','ÏSØy_Â[–Ž~?~§—','Ü} !¯±ŠÏ­{PtáJ,Èí£ÇµeJÆ,$„GVú','',0,'?'),('û0\0ôV>lMrÒq®´ïÂ','wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/elements/class-tcb-styledlistitem-element.php',0,'|Qká£!b`˜ô«wýxù','|Qká£!b`˜ô«wýxù','à~™k¥ø.>HNŠa*‹T…ˆ‰yF‚ðOrÁ','',0,'?'),('lñÜ3Ü‹oè¡õ÷F','wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/elements/class-tcb-symbol-element.php',0,'i:9ê•Û‡„p¯ËÄo)','i:9ê•Û‡„p¯ËÄo)','jL·yS¶¢«Dhyöo–hŽ€½OAÔ’ñØáý','',0,'?'),('¾p—IÑTIíO”\'Èã9Ê','wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/elements/class-tcb-table-element.php',0,'\n	ÒÑú—ß‡gô=h\Z/','\n	ÒÑú—ß‡gô=h\Z/','nk.@«/ÕÎ¾0aâ-£Nëiö2OïîÌñ\n˜thl´è³','',0,'?'),('D¶qD0N¨\"+¨!ã1\\','wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/elements/class-tcb-tabs-element.php',0,'ÐÑÝ/€À™]{HÕÿÏ.','ÐÑÝ/€À™]{HÕÿÏ.','\"(E¯ër #.Å¶f8kYÑÿæî©¬É\\Ê‹„hD','',0,'?'),('’Â¹>*Zþyž„TÔt7Í','wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/elements/class-tcb-testimonial-element.php',0,'Bx!sçm•ûc‡“fÄrhK','Bx!sçm•ûc‡“fÄrhK','Áp¸¡=Úi?NæôÚ°ÿ¬œ!×lIÈHƒÖ^KZÁžÖ','',0,'?'),('P_IS@†žÍ‰YŒf?','wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/elements/class-tcb-text-element.php',0,'ý4wlhLÅØty×f¾ÓKL','ý4wlhLÅØty×f¾ÓKL','ëmÑÂÇTD9.f˜‹h/f@¨fá–ÀO˜Ò','',0,'?'),('.Eu÷¹-Ú†ÒŠüÖ³','wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/elements/class-tcb-toc-element.php',0,'´£4ÁF\\\nÔä0‘‡ÛÛh','´£4ÁF\\\nÔä0‘‡ÛÛh','(ˆulÓz[•ö~µãE*ãíRïùS¶Ê¨•øT\r&‡H','',0,'?'),('f°sNàáh”øÍNDf„','wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/elements/class-tcb-toggle-element.php',0,'‚âMïV÷±µˆ£ãÚVŒˆ','‚âMïV÷±µˆ£ãÚVŒˆ','\ZNÚ\'Ü¯jI8WÚÚC¢\\á,dRžJ-¸Rî†Ç	','',0,'?'),('ÙA1ÍÇR†N†ò=+Ü','wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/elements/class-tcb-tweet-element.php',0,'¹zúïœN]ƒËçÉÌÆÏx','¹zúïœN]ƒËçÉÌÆÏx','œðÐ j(³…íÒLÉŸ#¹Cp[\Zã´{E¡9','',0,'?'),('OšãdŠƒ‚Vê¿\"TÆì','wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/elements/class-tcb-wordpress-element.php',0,'®f)ïi9JŸ!J ','®f)ïi9JŸ!J ','F”wäŒ¦ÅÁ?œô²Q“-¢öT~T¦Zºbã9ÒÍLš','',0,'?'),('!›ôøaÒD¿=™ÁŸ¦<æ','wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/elements/pagination/class-tcb-pagination-element.php',0,' R«Àéû„’LX<’œ$',' R«Àéû„’LX<’œ$','ã5Š%-¿ßIiÕŽ1dù$\\\r©çÚ§IVbHQ«s8ì','',0,'?'),('ïå·BE>ë#2Öê¬€²','wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/elements/pagination/class-tcb-pagination-first-last-button-element.php',0,'áBv0€æhp(œïe\"','áBv0€æhp(œïe\"','n½¦M”Ž*lÜÜááÂ<?b¿”U#Ã§H±„<™‹°','',0,'?'),('(e:¼?+œeÈ•–º','wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/elements/pagination/class-tcb-pagination-label-element.php',0,'÷¥©ó.ç~íß	þŽL\rª','÷¥©ó.ç~íß	þŽL\rª','¹HAI÷¡žŸÝ›–¡8h–ô“=³?QR(”ì¢%*','',0,'?'),('û×qÎº9ý^yÈYÄY*','wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/elements/pagination/class-tcb-pagination-load-more-element.php',0,'ÔhÍÉ<†±ìJ\"ÒÃ7«l','ÔhÍÉ<†±ìJ\"ÒÃ7«l','cd¾Å“¦ña”ŸžX¹Õ\Z¹\\ Pr¡Iô§\0·ÅtLßïD','',0,'?'),('%ú§^O‡½+ª	{GB¿','wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/elements/pagination/class-tcb-pagination-navigation-container-element.php',0,'žxé´®žî›Kcòôà','žxé´®žî›Kcòôà','Â²²LÚ=Çovxð8 >{Žiš=™—L#V×&\\­jk','',0,'?'),('IV›XÂò!ÿaì\Z\"rB˜','wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/elements/pagination/class-tcb-pagination-number-current-element.php',0,'ØmÚÀbïª¾ê¨©hcQ8t','ØmÚÀbïª¾ê¨©hcQ8t','/d¼w0µZ[îfA¹øÇ`x¦è÷ÑÒz*3 Æ','',0,'?'),('‚øwpŠyˆF›)ŠøÉSµ','wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/elements/pagination/class-tcb-pagination-number-item-element.php',0,'\ZNGø¾*œ8ëu¥Éã','\ZNGø¾*œ8ëu¥Éã','‰1ìÕÔv\\Ó\rìY:GÄKQÌýÅ(·Ìt\"›ÿzÄZ‰¥','',0,'?'),('Ûúž”ìëƒVlø|ª¨','wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/elements/pagination/class-tcb-pagination-prev-next-button-element.php',0,'‹ObHÓü`é…ý?Ò','‹ObHÓü`é…ý?Ò','4¡ÄŠ~ôÀ4ØK²{{!PyõÐÅéE@5¹DD','',0,'?'),('ö©;a9Å—Õ9GÒÎ','wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/elements/post-list-sub-elements/class-tcb-post-author-bio-element.php',0,'Ö\nÌHR&,\nsµì3rE1','Ö\nÌHR&,\nsµì3rE1','Ñ_;\"ô\"fÐÐDP6¥ºf1Ð†­üs*Ÿ','',0,'?'),('ž,)ÌBT%%®<(NÀ8p','wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/elements/post-list-sub-elements/class-tcb-post-author-name-element.php',0,'ÔÐØl­µwb.ã\n…ç','ÔÐØl­µwb.ã\n…ç','{ä1ðwÎ]ªK]šUÃ¶pÐ›®ñdüPŠF\0†“”¡','',0,'?'),('¢Y•;\ZÃúT¸Æ@§','wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/elements/post-list-sub-elements/class-tcb-post-author-picture-element.php',0,'Þªì}»øÙk~\r','Þªì}»øÙk~\r','|U¬¡•ûG´_å‘<+ÅÐWVlÈÈO9{Ó¨†å','',0,'?'),('•my=Hvi“ÏEv_ã1‹I','wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/elements/post-list-sub-elements/class-tcb-post-categories-element.php',0,'…(ˆ§7ÀyÌœ­T4I','…(ˆ§7ÀyÌœ­T4I','(áÿáéüz‚AÁÚž\\-U¹óÜt¬0ì)°9¡,','',0,'?'),('Ö¿6g6Ýüº&·Mâ=HV','wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/elements/post-list-sub-elements/class-tcb-post-comments-number-element.php',0,'AÈð—¦—ub[&ïyÍ','AÈð—¦—ub[&ïyÍ','uÁï\Z	;›šàÊAF?H\\õBèP±’m×é xÊò?','',0,'?'),('HªIn4TúO:¢‰2	yúî','wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/elements/post-list-sub-elements/class-tcb-post-content-element.php',0,'üôjf¡¨ÕœR!ÕÄÜ¦+2','üôjf¡¨ÕœR!ÕÄÜ¦+2','Ý(H«2È²°‡±ˆcõ —oWæLÛï<÷\02¶','',0,'?'),('ÅBØDt9ØÂ˜J\Zñ±ñ\0ƒ','wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/elements/post-list-sub-elements/class-tcb-post-date-element.php',0,'-„SP¹ƒÎZ:ïä›ó[¸','-„SP¹ƒÎZ:ïä›ó[¸',':¤6!`Ôk¿Hï›~Sr˜“3\\yAY,žÝ±´œ] Fú','',0,'?'),('%‰‡ÄSù>Æ²©Æn}~»','wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/elements/post-list-sub-elements/class-tcb-post-read-more-element.php',0,'Èa¼žQà{°í~½®\Z‡.ˆ','Èa¼žQà{°í~½®\Z‡.ˆ',',«X ø›åH›“gÇ\'{}«xè\0‘¼6j^›Lúï','',0,'?'),('˜æ—e9xeæ…“[KLV','wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/elements/post-list-sub-elements/class-tcb-post-tags-element.php',0,'*Ô’Î‡+öƒÛÍæF˜\'','*Ô’Î‡+öƒÛÍæF˜\'','äE©ãÍà›k1oðL©sý&?¦n›BÆ–ç‘˜ò','',0,'?'),('Ay&MDA´°\\','wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/elements/post-list-sub-elements/class-tcb-post-thumbnail-element.php',0,'öÙø:~TÒ3æ8`Ò\rÄß','öÙø:~TÒ3æ8`Ò\rÄß','#÷bŽ²‰°ÁÜëAŒ£˜ ëÊ¿]—ÔwØL Ið¡¤ÎO','',0,'?'),('¨M;j]~ëï7‚,¬÷é','wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/elements/post-list-sub-elements/class-tcb-post-title-element.php',0,'»ôA¤ ÜµOÖt–Q','»ôA¤ ÜµOÖt–Q','z:5ÁK*<^¯l·ÇŸŒ/>oªœ|	%fùÝK b×','',0,'?'),('1Ýè®R,\r‚ã¾ÒÈže','wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/logo/class-tcb-logo-rest.php',0,'=Ð~Ç˜BüË.Ž)©£\'97','=Ð~Ç˜BüË.Ž)©£\'97','…GsTÇ¶‘”49—‘¢Áé$¡ËôÓxŸ f0kÒHU','',0,'?'),('é\"`ElŸ!ßîðÏú ','wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/logo/class-tcb-logo.php',0,'B÷õ¸¾½~CÄñòËÔ’Ù','B÷õ¸¾½~CÄñòËÔ’Ù','j·ƒË<iÓûÂ3(·ÃßKß\\ÞÝÇVq9=ùý,.ú','',0,'?'),('kO‹”âÍ…Yˆ­°-à','wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/post-list/class-tcb-post-list-author-image.php',0,'vC±ÃÍI©n>Üœ4? ','vC±ÃÍI©n>Üœ4? ','Õ\"˜„Ðn8Qƒl\'ž!iôtLR½½äA·´ëã9íb','',0,'?'),('AR?ˆGâ¸z±L_¨ãg','wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/post-list/class-tcb-post-list-content.php',0,'…ù?|”7+D–ÁKÎÜ2','…ù?|”7+D–ÁKÎÜ2','½ZALº||•‹–ftK)½˜gDo¤\'ÖTšÉë1ñ','',0,'?'),('çƒËÃ–‚ãD¾a2uÍvõ','wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/post-list/class-tcb-post-list-featured-image.php',0,'àZwûuúÉí¯Cñ¿','àZwûuúÉí¯Cñ¿','Z{N…œªL<ôa	¶po¥žm:Y	H/µÜ	KÀ¬-~Ì','',0,'?'),('«H²÷¸\n/ýû^Nû>Õ','wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/post-list/class-tcb-post-list-rest.php',0,'±.ŒŠQ‡ccÎíl¾)c','±.ŒŠQ‡ccÎíl¾)c','H1}¯ô»®}m¤úÃ‘Š‹Y°ç[òqgf‘‡üÃ#e','',0,'?'),('*Ð£e 9ÇŒŒÚ¥ølP','wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/post-list/class-tcb-post-list-shortcodes.php',0,'19ƒ\\Üûûlu˜Oõ','19ƒ\\Üûûlu˜Oõ','	9)©#\\~ò±¢£‰˜vb¿dÏ’4!\\dê¡\\¬^','',0,'?'),('ÌB0¢{¹µé%Ÿ¢®õ¼>4','wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/post-list/class-tcb-post-list-sub-element-abstract.php',0,'­gÇÆK¤ðW-QàÇ€¼‡','­gÇÆK¤ðW-QàÇ€¼‡','ˆžÛoÝÌï!|2õ¤Z‰f¸¾9|‹,Î¿>µqM','',0,'?'),('î!’ÄÙ\Z¹é‚,UÅ^','wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/post-list/class-tcb-post-list.php',0,'¢o•±k³ccPÊ@˜i¡ø\0','¢o•±k³ccPÊ@˜i¡ø\0','¨.Š‚U}jeX ñèÕå‹ù\\“œ´›†qd»Iµ%ƒ','',0,'?'),('4«÷QMÂÁ„Í¨é;)o±','wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/post-list/pagination/class-tcb-pagination-load-more.php',0,'ð­îÌ ©^\"\rð\n!','ð­îÌ ©^\"\rð\n!','œŽ¾RSwÎ®pávr¸à*x)³[¢—ä=†¥àAD™ú','',0,'?'),(';<]Äqá®W¸¢˜•ÉeÚH','wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/post-list/pagination/class-tcb-pagination-none.php',0,'îgÎ&¡³ýÂõî­øòÏ‡‚','îgÎ&¡³ýÂõî­øòÏ‡‚','%u;°4’d/uc:³5æU£v “Ëå3ÄZ\'à¨o¦ÓŸ','',0,'?'),('”eàÕÛurê!?¿³','wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/post-list/pagination/class-tcb-pagination-numeric.php',0,'ýoÍJE7ÛØM¹Û÷¦#Ý','ýoÍJE7ÛØM¹Û÷¦#Ý','Oy€”„ãîJòŠøŒ0­zèVé\rìùàÓŠ	lN','',0,'?'),('@Üá´Mmv÷ãzŒ¹J¾ô','wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/post-list/pagination/class-tcb-pagination.php',0,'VÈG ‘R\náH\ZÔ33','VÈG ‘R\náH\ZÔ33','¼ÈÉ¯sÙ¢fn{ˆd‡¬åZsg(–Ò¿¦7nl‹9*Ö','',0,'?'),('6h\ZXÅ¾ë6EZ¬+“','wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/symbols/class-tcb-symbol-export.php',0,'óQ³^›}ÍI¿~™Ó','óQ³^›}ÍI¿~™Ó','ãË¹nè`\ZßŽeÑ®ÊÌ4øX©š+Å__Üò²úF','',0,'?'),('ÿïìîbœ[³é ¼„éd¾','wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/symbols/class-tcb-symbol-template.php',0,'³[Ñ)«]º#óïÜTµ~ñ','³[Ñ)«]º#óïÜTµ~ñ','ùZU‹Uér%þ LU0÷„Uø×†wru\'¡í¾ö©²€','',0,'?'),('à;=¡>åiÜ¤{.ÃÛ4³v','wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/symbols/class-tcb-symbols-dashboard.php',0,'Åææó]X\r±o+:¡','Åææó]X\r±o+:¡','/ò¼±Þè=ëli7€ž9Âøè\"[žC¨N!£Ót','',0,'?'),('À?ö}®£ÕÝHVG°”,z','wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/symbols/class-tcb-symbols-post-type.php',0,'å*6,jVJ»<º8','å*6,jVJ»<º8','è5yl´Å=Ì¶hEuæOå÷ý¼/J»wè»o©wTFÈ','',0,'?'),('ád€ñpôyeÐU‚Ês','wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/symbols/class-tcb-symbols-taxonomy.php',0,'¦Fá/^3	Q¾°mág','¦Fá/^3	Q¾°mág','þŸ qƒ¿Ïf—á”êÜ,HksÒ¤?SÕî\'öè','',0,'?'),('&lŒÆ¿PÛº­	O¿yÛ´','wp-content/plugins/thrive-quiz-builder/tcb/inc/compat.php',0,'’ò\0¡Ò¡{Yç@‡r}„','’ò\0¡Ò¡{Yç@‡r}„','-W%D&¬<\r”C\"ÈsV©]åØÈ‰¥KÝák¬ù','',0,'?'),('• $nÝ¥í“fùêøŸæ','wp-content/plugins/thrive-quiz-builder/tcb/inc/functions.php',0,'4S~MÅªzÍ6Ÿ‡´•/F','4S~MÅªzÍ6Ÿ‡´•/F','glBózË”®¦iñPwhð¾°~Çú\\*>5Øeb','',0,'?'),('$×GJ³sÛS\'„É[˜','wp-content/plugins/thrive-quiz-builder/tcb/inc/helpers/cloud.php',0,' ]¶’zŸµ±äÂ©A$',' ]¶’zŸµ±äÂ©A$','›ZÌ÷£Œ^\"mB˜Ð¯Ÿ8¢M‡x\rªýÿÒ;Øf¬','',0,'?'),('‚{‚›…ÿ²W?¢ñ^|—;','wp-content/plugins/thrive-quiz-builder/tcb/inc/helpers/social.php',0,'eŸø½>£24ý+·E','eŸø½>£24ý+·E','W=¿Ø4Zò«A~é¯3*\'˜w—qc1W DUÊ«ôœ','',0,'?'),('ÔcÃ°bùu“U(aÊ\nì¿','wp-content/plugins/thrive-quiz-builder/tcb/inc/i18n.php',0,'ˆCZ	ò\'–øïæ÷h¨','ˆCZ	ò\'–øïæ÷h¨','$š«E(Ôå?SÒ6!8Û,â˜ÞÆsCR\"‹0/\0','',0,'?'),('¢ì^DBûÒL\\\0,ê—ÉŒT','wp-content/plugins/thrive-quiz-builder/tcb/inc/license_notice.php',0,'¾c’#BÉç§A\0ÕÌ','¾c’#BÉç§A\0ÕÌ','£­WåuMÌÛêG„„î_Å”¹ÅpG¯3r~E¾±ø«','',0,'?'),('æ¾÷æŒï5¥}§kçÐ_\\x','wp-content/plugins/thrive-quiz-builder/tcb/inc/menu/audio.php',0,'È£ùšé|ÔyNMV2p JB','È£ùšé|ÔyNMV2p JB','Š‡[¥›ÖQâ«_<’³=‚¡ÎàU!þ=µ(‘À58','',0,'?'),('ZŸw97‡|Ûÿ™S','wp-content/plugins/thrive-quiz-builder/tcb/inc/menu/button.php',0,'ÖáÃÐ/q–òtÙ±—Ñì','ÖáÃÐ/q–òtÙ±—Ñì','—àÁÁjÆAH½wÔ)\\)nhËQ­öµ–×ã‡–†','',0,'?'),('¬§-À_UaH´ýs]Ÿ¯','wp-content/plugins/thrive-quiz-builder/tcb/inc/menu/cell.php',0,')š¬Èì œSx¹€þ$‘9',')š¬Èì œSx¹€þ$‘9','$e	ŠÞ©‰0X’°\'Ý”0ÈI#¢D˜žX´Bx´','',0,'?'),('ïÚ¯Þ=ßŠ)=Á¯Gà—I','wp-content/plugins/thrive-quiz-builder/tcb/inc/menu/click-tweet.php',0,'±ZTŽå¹ç­\'ie™/!±','±ZTŽå¹ç­\'ie™/!±','LôbæO&#PO¯|Øp±{ÊŠ\'—¬ G¶õj·y','',0,'?'),('¯	øèK}^kê`ZÂ#Ä','wp-content/plugins/thrive-quiz-builder/tcb/inc/menu/columns.php',0,'¿\0V<²\'>LôÔ“¨›\\','¿\0V<²\'>LôÔ“¨›\\','É{ll`Çxàªüó½µö”¶úU¡ŽùÆÂ~Óë˜««','',0,'?'),('2Ù´¥lÃÏöî¢å<–2L','wp-content/plugins/thrive-quiz-builder/tcb/inc/menu/commentsdisqus.php',0,'U˜D\'™Æ¢h+¢NsD','U˜D\'™Æ¢h+¢NsD','Å–Ñwäs‹×e†}Â½X§½T2µÁÉ-&u¥¬öô','',0,'?'),('V|ªÂ(Pÿ°–d','wp-content/plugins/thrive-quiz-builder/tcb/inc/menu/commentsfacebook.php',0,'&¦ö”UC†áïo;#Ðãn','&¦ö”UC†áïo;#Ðãn','­¼K€]<IÎ\n]ÛˆŸrR-XëÚ¢ë@àÁ-¹4õ€Œ','',0,'?'),('·¸¢ŸË”~)ÅõÈ$Í©','wp-content/plugins/thrive-quiz-builder/tcb/inc/menu/contact_form.php',0,'ÿÃÁfÍ›A&¤{+î„“','ÿÃÁfÍ›A&¤{+î„“','Bµ6ÚXï‘·lj7b–IÿçŽf²]º¨‡kî!|¿~y','',0,'?'),('Vœp¿Þ³	.<C’žÀ','wp-content/plugins/thrive-quiz-builder/tcb/inc/menu/contact_form_submit.php',0,'©I¥0ý•i®‚9>Þã','©I¥0ý•i®‚9>Þã','ý•”õ]#Ê?î4:îg…ÎØú–·æ«Àº}•ŒWLU?','',0,'?'),('ªœ¸ÎFÕ€Jü>ÄyG','wp-content/plugins/thrive-quiz-builder/tcb/inc/menu/contentblock.php',0,'‡ó9„É]âv:)¤\'','‡ó9„É]âv:)¤\'','wi›OM–<å¬8Û´—–Ù$ãàæ9[™¨\ná¯.','',0,'?'),('Ç$¹“e4®‚¥É›ÇyN‰i','wp-content/plugins/thrive-quiz-builder/tcb/inc/menu/contentbox.php',0,'3T´B5o£\ZÇš4$jÏlË','3T´B5o£\ZÇš4$jÏlË','@nuµó…àë§X\"Ö–c²!„¬ÛÑÙ6˜”âŽ','',0,'?'),('päôü^2YòäT%xdéÃ','wp-content/plugins/thrive-quiz-builder/tcb/inc/menu/countdown.php',0,'ùàÂË—bò\râ9³>¶<','ùàÂË—bò\râ9³>¶<','­.ý{k¦ñU’Ïµøy5pŠUZ5¤€¥¨0‡aB','',0,'?'),('I0Ö¤K5P¬±rOŒÞR','wp-content/plugins/thrive-quiz-builder/tcb/inc/menu/countdownevergreen.php',0,'ß*†Èó@Yá¯®èißU','ß*†Èó@Yá¯®èißU','°Ÿ ‰J»g¤¶ÊjŠc€rûU{>\nÂYH','',0,'?'),(' ·52ZÞ´bÉ™ä§¾','wp-content/plugins/thrive-quiz-builder/tcb/inc/menu/credit.php',0,'^ûZP.†Êk1TÚ=8ä%','^ûZP.†Êk1TÚ=8ä%','{rà¹[·Ÿ%‡UÆÖ´­c¼I\0¸Ÿ\Z—ôâü¦À“','',0,'?'),('x£7¡a‘í9þ5™Š','wp-content/plugins/thrive-quiz-builder/tcb/inc/menu/ct_symbol.php',0,'•+ùò *‹›\'ži.','•+ùò *‹›\'ži.','Ýö+\0|ˆRò·µÒpàØÓÅ\n»®öm½q‹öœv;','',0,'?'),('^ƒ{v!Ë5l›UÕº·Ò','wp-content/plugins/thrive-quiz-builder/tcb/inc/menu/decoration.php',0,',£Žà\'Â”%bSD†%¢Éˆ',',£Žà\'Â”%bSD†%¢Éˆ','Ööê-y%ñ?ÚËì973FæƒÐ;Ä+·\Zó.æÈÓºþ','',0,'?'),('6[æƒ‚9§%.B[ucTL','wp-content/plugins/thrive-quiz-builder/tcb/inc/menu/divider.php',0,'¿¿^W5¬ÐŒçØí,º','¿¿^W5¬ÐŒçØí,º','ÅrÍwÜJZÀn4 scµâµÒ–rzÍÜøÝt±G¿ô','',0,'?'),('hcáñ˜_\\=´Õ7«‰','wp-content/plugins/thrive-quiz-builder/tcb/inc/menu/fillcounter.php',0,'ÓÄtÿJ\'ñAEC‘>ü','ÓÄtÿJ\'ñAEC‘>ü','h­åÑ^[¹ˆœ%êö—˜Ç`À#UáLqÜƒ]½(','',0,'?'),('¡¸Q´\n4½šÊÜƒ','wp-content/plugins/thrive-quiz-builder/tcb/inc/menu/footer.php',0,'²\0\nÁSŽ÷C\'¦÷®üMê','²\0\nÁSŽ÷C\'¦÷®üMê','ŸnM“¹	”H Ô66l¦ŽºýaðÌ/t¡w¨B•µ','',0,'?'),('ØÆQÏ	s»“aÂ8cÚgnc','wp-content/plugins/thrive-quiz-builder/tcb/inc/menu/form_submit.php',0,'þ¸?*å#ÍG?K¦Œ!¬','þ¸?*å#ÍG?K¦Œ!¬','N9Y½–ÙùVöŸG·Aƒë<™eŽ°­-qÄn–àŽ\0','',0,'?'),('®á¬þ+û©QAV_)','wp-content/plugins/thrive-quiz-builder/tcb/inc/menu/general.php',0,'_¸S«n2ÓÂûî5š\'ú','_¸S«n2ÓÂûî5š\'ú','[h¦Û5[Ë³™¾	\0þ*^qy=\rìÃ÷ åX¹ä','',0,'?'),('y=íÌc7Vñºˆb#{ÿ','wp-content/plugins/thrive-quiz-builder/tcb/inc/menu/gmap.php',0,'€¿_ÊTû’¢j2n\r','€¿_ÊTû’¢j2n\r','‚Å….¹06”*Žº˜O/Eê‹-AëbŽ¬æÖÃÑi','',0,'?'),('âµ—”„\038ÙÊ4lõ-ëŠ','wp-content/plugins/thrive-quiz-builder/tcb/inc/menu/header.php',0,'6AJ9RÝ_Ðî”{qËÓ_','6AJ9RÝ_Ðî”{qËÓ_','–y\"‰ÿáBmÓè•ÃðÑ@õb©âWS(iä¹~÷Ù','',0,'?'),('9?Mü{ì—è‘oÔÄ¾•³','wp-content/plugins/thrive-quiz-builder/tcb/inc/menu/html.php',0,'³µ{; 7 ˆ¾Iä,‹','³µ{; 7 ˆ¾Iä,‹','„ã~˜\\eâ8+ÉùßüTœ~Z*›-5µ:¾=±4{','',0,'?'),('ÕˆÈ]GÇÔáz£Ùö©Ô','wp-content/plugins/thrive-quiz-builder/tcb/inc/menu/icon.php',0,']¨Î¼”ø”eU`~ßú<',']¨Î¼”ø”eU`~ßú<','$aP¸\rÆ#¡2ïß“QÞ¦¡Ä5ÁÒx±­q¬Š´O„','',0,'?'),('Ó|Ý#é²™ê,;{\n\\®','wp-content/plugins/thrive-quiz-builder/tcb/inc/menu/image.php',0,'5q•xU‡‹;¡È˜$','5q•xU‡‹;¡È˜$','ÔZÖ5¿ W¸%Õ+ìµL¥|Mx4BiÌŒõ“Å¶Œ','',0,'?'),('öpjHTh÷¶iŽXÁÆ“','wp-content/plugins/thrive-quiz-builder/tcb/inc/menu/landing_page.php',0,'ð½¬„U‰’\'µU¾K‚mÂ','ð½¬„U‰’\'µU¾K‚mÂ','jñß¼þÿ»@Öªœ’x•µ^qUœÕ\r5µJ[\\‚Jg','',0,'?'),('g­]þÀ†õÇ†Ø,q’','wp-content/plugins/thrive-quiz-builder/tcb/inc/menu/lead_generation.php',0,'±½è¦ç³Oô‹:ÿibÌ4Ð','±½è¦ç³Oô‹:ÿibÌ4Ð','\0dâmËqvïØõxÑÃÁÄ\nŽJÜ…•ü«ŒÕ‚“','',0,'?'),('CrÈœ‡ÉÚ,b«¢','wp-content/plugins/thrive-quiz-builder/tcb/inc/menu/lead_generation_checkbox.php',0,'|àc\nXÖÅ3$yyÆ¢Ý','|àc\nXÖÅ3$yyÆ¢Ý','W¨4€Iþ³ë9\\¨â]Ö\0F¾ýñ°G–x[–]Ð¬','',0,'?'),('wôÏ-o	©NŠ¢Ñ	Ë','wp-content/plugins/thrive-quiz-builder/tcb/inc/menu/lead_generation_input.php',0,'FŠb¨Sôch.07å›2u','FŠb¨Sôch.07å›2u','ù°K‰ŠO>°AD°ç{»d‰°÷° ²ª^(','',0,'?'),('bÿ¾:ÏNæu•}”)¦0','wp-content/plugins/thrive-quiz-builder/tcb/inc/menu/lead_generation_radio.php',0,'S¦³½2)ÏpØ§¼&!„','S¦³½2)ÏpØ§¼&!„','‡-& Z¸xbGuŒ°çGökâ¼GÔ¬^`1	%6ŸPó','',0,'?'),('Ð½¢çl÷Q‘ïþâÃ¥}','wp-content/plugins/thrive-quiz-builder/tcb/inc/menu/lead_generation_select.php',0,'”¿ŠA=‹È9´y†‘5','”¿ŠA=‹È9´y†‘5','ý\nž<T¨oy’‡	´ŸS¢¼xÄ€•÷X‹ÇÁ£kñ','',0,'?'),('ÄÏyŸ¬Ï^ØQBa‰*…','wp-content/plugins/thrive-quiz-builder/tcb/inc/menu/lead_generation_submit.php',0,'m«÷m¸Qäîê:','m«÷m¸Qäîê:','±5œ&Üñ†ô<JlÀè€Ã¡¤Ÿ3žž›Å‡n?$§','',0,'?'),('ú¢&•M(Ó“`œë£2=+','wp-content/plugins/thrive-quiz-builder/tcb/inc/menu/lead_generation_textarea.php',0,'¯Ó`¢×Òi½[4ÝmçOÔ','¯Ó`¢×Òi½[4ÝmçOÔ','G—%}ŒïôÁQ¨Ey~Ë¡÷dV¾8‡cžRyP','',0,'?'),('‹›´ÎIYHªØû§†t‰','wp-content/plugins/thrive-quiz-builder/tcb/inc/menu/lightbox.php',0,'ô÷Ç×8*°[ÿ\n=½','ô÷Ç×8*°[ÿ\n=½','ž°êÛUmÁÔ‚¸Ï8ö^\Z¸ï@í·›—Í\"F ÓËÔu­','',0,'?'),('…38ëå«slâ¾IÍ.','wp-content/plugins/thrive-quiz-builder/tcb/inc/menu/link.php',0,'¾ê§L$b=çíá\n','¾ê§L$b=çíá\n','…¶‡Aú*ãšÜª)ãnW†1þ´c×ö]ÖˆN\n','',0,'?'),('¬Ì±V$ÜcßekŒš.9‚','wp-content/plugins/thrive-quiz-builder/tcb/inc/menu/logo.php',0,'Hý¯G|¢ì\0í¼Þ','Hý¯G|¢ì\0í¼Þ','ì4Ã~Ú\\í9 £ýÉKð\'²ˆ0UX<ôŸ„ÛC','',0,'?'),('xÁ2³ˆµ‹…vÖ*€¨}','wp-content/plugins/thrive-quiz-builder/tcb/inc/menu/lp-text.php',0,'MÅ\' É½HjTNáçv¨¥','MÅ\' É½HjTNáçv¨¥','éG‚ö—º:Ö$€Ù3çƒÒ?ûwe<ë¬}n&\"L@µ','',0,'?'),('Ôw8÷Ì†Ù”p¹¯-=','wp-content/plugins/thrive-quiz-builder/tcb/inc/menu/megamenu_column.php',0,'¨t¢Q9}W¡{€T÷ƒ','¨t¢Q9}W¡{€T÷ƒ','[D‰Ô¦je{ÙÆrÖùô(rH-ô|Î!\"½Àôh³','',0,'?'),('——\r\r[,×s*pf‚','wp-content/plugins/thrive-quiz-builder/tcb/inc/menu/megamenu_dropdown.php',0,'h°Ë&Æœ›™ñÑžéo	','h°Ë&Æœ›™ñÑžéo	','i‰}?Ýl®Ç×`åìëÜ\ZO…ÇæŠÑþZm^˜S','',0,'?'),('Gt:OÌÙì»x1#©^','wp-content/plugins/thrive-quiz-builder/tcb/inc/menu/megamenu_image.php',0,'‘JªÐçš_6†p5,d','‘JªÐçš_6†p5,d','Ç\nÚ8l\ZÕÑÐ…ÒKÉTlÎ?Ë|÷œ\n6AÒI\\Ø=','',0,'?'),('µ\n^A:Ô ~\" ÷¾˜ÞH','wp-content/plugins/thrive-quiz-builder/tcb/inc/menu/megamenu_item.php',0,'sèb}pÛÒH }Sñ¼ãµ','sèb}pÛÒH }Sñ¼ãµ','G\\óe\0]‰—´µÃÈö¤j&@Îä\"êöŸ,ñ-n–Å','',0,'?'),('‡~“;b~¯«AShFæø','wp-content/plugins/thrive-quiz-builder/tcb/inc/menu/menu.php',0,'Üu±á*#~ƒÙ×Dl2Ç','Üu±á*#~ƒÙ×Dl2Ç','$çmËçòv#|ÔÐNÃZ?g3±‚íÙ<>Ó¹°¡s/1','',0,'?'),('ciT£t$~™žÑºÓl','wp-content/plugins/thrive-quiz-builder/tcb/inc/menu/menu_item.php',0,'¬@8NºTÊNìœ¯·','¬@8NºTÊNìœ¯·','íi^)‘ªÿi2ÆÌ´èªÐ%k21¯êîuu[ €‚','',0,'?'),('®ïD·ãPH«øÒ{wÍ	œ~','wp-content/plugins/thrive-quiz-builder/tcb/inc/menu/numberedlist.php',0,'xÍE\Z9HßèH|èn—','xÍE\Z9HßèH|èn—','¼ÍVV„Ýþy7&Ý£O7S¤ð`eu|Ýy\'X}6§','',0,'?'),('áââcí·h½âÒé\Z','wp-content/plugins/thrive-quiz-builder/tcb/inc/menu/pagination.php',0,'¨,·–\'ýÑ@Âü}!\n€ó','¨,·–\'ýÑ@Âü}!\n€ó','O[–ÿÂÇr•o½;’I¶`þèê‘[phŠïìã¬G','',0,'?'),('pM¯*…Áùj‡…|Û}','wp-content/plugins/thrive-quiz-builder/tcb/inc/menu/pagination_button.php',0,'§ö\ZTwtöl™òË†','§ö\ZTwtöl™òË†','>²FÿæØ¶èÀk€Rý\'šA’7ºÙäKø„õ?¦xË‚','',0,'?'),('qÈ‚‹/€ÙÂèƒ›òÏè','wp-content/plugins/thrive-quiz-builder/tcb/inc/menu/pagination_label.php',0,'pFTyY• Úã^hqÏÀ','pFTyY• Úã^hqÏÀ','7;`y»œ\n(µßAZÄÀß¸óþu¤«[X	JŠr#¿','',0,'?'),('ËÕf¶9èåPûÍT0ý','wp-content/plugins/thrive-quiz-builder/tcb/inc/menu/post.php',0,'’Fú	cê¥\\ÕÄÂÎf','’Fú	cê¥\\ÕÄÂÎf','k\rNœy¤7\' (]L4Ãóþ˜Õ–ßóÐ“YOý†spU','',0,'?'),('IS{Õïé:ÝÍ öHôÄ •','wp-content/plugins/thrive-quiz-builder/tcb/inc/menu/post_author_name.php',0,'*ˆ„?<§<(à²¹÷Æ÷Í','*ˆ„?<§<(à²¹÷Æ÷Í','\0µdS®}£Þ?I7G×Ò„¡ÖEÇ0\n(‘ø¥*ú','',0,'?'),('\r—=öãð£gb·Q \'­','wp-content/plugins/thrive-quiz-builder/tcb/inc/menu/post_categories.php',0,'!Îù†\Z=µ#œŸÇä‰»','!Îù†\Z=µ#œŸÇä‰»','ŽÑf\n3:\0sÓaöÔ~Y÷»\Z@`Ç·ü¢¹â!ÉŠs','',0,'?'),('ÿ.§d½ò!º–okö\'Ìï','wp-content/plugins/thrive-quiz-builder/tcb/inc/menu/post_comments_number.php',0,'=yÞ’çÀÐïÔ™vA<hå','=yÞ’çÀÐïÔ™vA<hå','Gå˜¼‘ìû@ÝÍ\'ˆ]S|Kº<(ÆwÁî®³¶°','',0,'?'),('ñ#ŠY5? ibì¸B¹','wp-content/plugins/thrive-quiz-builder/tcb/inc/menu/post_content.php',0,'û>;V»ÆwU4Z´?é','û>;V»ÆwU4Z´?é','tUáH];®ŸÁeX}‚WB6æèPóó^¥Á\Zv^','',0,'?'),('—ó³SÏJ§~‰d+\'ùŒ¥','wp-content/plugins/thrive-quiz-builder/tcb/inc/menu/post_date.php',0,'g~z/jôß[´œRî7GV','g~z/jôß[´œRî7GV','µD«`0–Ëîµv¸‹d|ï5(FoèÖÇVK4]‚Ä','',0,'?'),('çr3Ôk¦gú¸Š,Æ^\0ƒˆ','wp-content/plugins/thrive-quiz-builder/tcb/inc/menu/post_list.php',0,'ÆÒÅé‹§h\rÄ¦TPQ [','ÆÒÅé‹§h\rÄ¦TPQ [','6³ü\'7>r¼Å—ÁïænøçØ­:^dÌ	º×>#Iœ–','',0,'?'),('\rjpÃ8sa_D%’F','wp-content/plugins/thrive-quiz-builder/tcb/inc/menu/post_tags.php',0,'äoü“F^Äh-WµÅO»!n','äoü“F^Äh-WµÅO»!n','ð<`òÖQrÁ¯4¥„A€lmž0x_ª1õyÈÒ','',0,'?'),('êÄoÄV·_šÍË°±tr¶É','wp-content/plugins/thrive-quiz-builder/tcb/inc/menu/post_thumbnail.php',0,'õ‡g]…Ak€ÝÃOª)M','õ‡g]…Ak€ÝÃOª)M','³µJà>¯ü4µŠ‰E¡¢¬aCÊ\'ûßFšøcº¼D\"ü6¸','',0,'?'),('2\ZÐá‰$ºÎÒ¥*<plÁ','wp-content/plugins/thrive-quiz-builder/tcb/inc/menu/postgrid.php',0,'JáCÐÛuj;|ú`žiU','JáCÐÛuj;|ú`žiU','Ì¼Sß8\r/ŒpbG½½œ{ÙÞ^í`”ûÒŠáƒ4','',0,'?'),('ã{Ï¬]zù©Í‚â}F	¶‡','wp-content/plugins/thrive-quiz-builder/tcb/inc/menu/pricing_table.php',0,'¿vF…ÆÓQÑZm¾MFœ¤','¿vF…ÆÓQÑZm¾MFœ¤','qFF¤yôµZœÏ	)ÎxiñmåM¥MÑªo!óå›Ã','',0,'?'),('ù˜D£ø%°FÔ·ù?+','wp-content/plugins/thrive-quiz-builder/tcb/inc/menu/progressbar.php',0,'‚ —\"ž§çñ 5¬-š†','‚ —\"ž§çñ 5¬-š†','¬pwX\'FÌ—\":Ázp\'Ußžh¿ÄïnV€3…X5œ','',0,'?'),('¨p!êg™-zq£U\'#È','wp-content/plugins/thrive-quiz-builder/tcb/inc/menu/rating.php',0,'e{3ŒàÖ¨Äñn)8„Ò','e{3ŒàÖ¨Äñn)8„Ò','Ûª**\0’à´\n§×Ù›ûÚŠ¥»ëô¾šwIõÒÑ','',0,'?'),('NäúMy`÷)Sz7RA','wp-content/plugins/thrive-quiz-builder/tcb/inc/menu/responsivevideo.php',0,'—R˜unŽ«Òa•«\r','—R˜unŽ«Òa•«\r','#ãØÿa<jz9ç£­\"adðt|U!`±!‹îçBlH','',0,'?'),('Ö\n\\\0´\'¡zŽõås6ªlÛ','wp-content/plugins/thrive-quiz-builder/tcb/inc/menu/reveal.php',0,'W¿aóÖ7¦Ñ“{	~>','W¿aóÖ7¦Ñ“{	~>','‹½¨öS[ƒÝœ0¦¥é†QžSÉ[EÄÙ(Üìm6“','',0,'?'),('#´+Z»C\0GTfŠ‡p','wp-content/plugins/thrive-quiz-builder/tcb/inc/menu/section.php',0,'¶?f©Ž1¾}&=`','¶?f©Ž1¾}&=`','ŠôÉå:2|¹¿_6>¯6hŸhK§Ê%Ša[ß»ß','',0,'?'),('+g8¨Ä_X×ì>4i‰ö','wp-content/plugins/thrive-quiz-builder/tcb/inc/menu/social.php',0,'Ù¡,cÈô–Ïz~Ëp','Ù¡,cÈô–Ïz~Ëp','/¥×¶J²›-â6>a|õ„B3±w±^Ë‹‚¼sJhWÌ','',0,'?'),('1¼¢‡µÂöŸØÍ²­”À*m','wp-content/plugins/thrive-quiz-builder/tcb/inc/menu/styledlist.php',0,'Éo¦‰6‘bŸûÄ¬\r','Éo¦‰6‘bŸûÄ¬\r','ÝÆ&$ã«Óló	EKa\\sqÿãÉ±1&`r6W6u','',0,'?'),('ñØuÌÀ59·á˜†o','wp-content/plugins/thrive-quiz-builder/tcb/inc/menu/symbol.php',0,'Ì4”sîÚÁÌÔ;Yç_Wkx','Ì4”sîÚÁÌÔ;Yç_Wkx','~E¯]ù°Ü%Ùq+­5wo>Éoä{¼3<Ýxø©','',0,'?'),('{«³™ùO\']û<1¹Ç]','wp-content/plugins/thrive-quiz-builder/tcb/inc/menu/table.php',0,'YH\'‰ô ·Gm/L©','YH\'‰ô ·Gm/L©','nÃÊm>]o’ël4ùû7ÑæM:°Î`û7¸ôÛ›QÕ','',0,'?'),('øÿ7”–\0—ë7ôœ+au','wp-content/plugins/thrive-quiz-builder/tcb/inc/menu/tableborders.php',0,'5/Ï\Z2dòï<€ïZ?:l','5/Ï\Z2dòï<€ïZ?:l','ŠBTB\'IÛØ|%ˆ7ä¥U3=ˆF‚ÆÂMÛ¦4X','',0,'?'),('kAq5.©\ZÑÅÓJ§>À','wp-content/plugins/thrive-quiz-builder/tcb/inc/menu/tabs.php',0,'¶ö¡g½ùF‰óÉmö0Ë¥ú','¶ö¡g½ùF‰óÉmö0Ë¥ú','ä1ø$$Ð…µl\Zhøå=½¸éÆ>]QýjSQž—','',0,'?'),('ïÛÙÜtž8l´5ŸgŽ}§','wp-content/plugins/thrive-quiz-builder/tcb/inc/menu/text-type.php',0,'±ë˜|Æ¤ICÚ«6ß ù','±ë˜|Æ¤ICÚ«6ß ù','Ãv¸,3^~ümè}³vQçT„ð*;tKTŸ©Ðfp‘','',0,'?'),('·“l,f•QÊ<E2š','wp-content/plugins/thrive-quiz-builder/tcb/inc/menu/text.php',0,'ä*MnÛt¦èá\ZIÅ%îm','ä*MnÛt¦èá\ZIÅ%îm','8”‹\rÄM	<ÍulÒE\0õA¢¦…ß¥ZIƒ\rx»ï','',0,'?'),('(îÝ7•û·”õIØëX!','wp-content/plugins/thrive-quiz-builder/tcb/inc/menu/toc.php',0,'¦xölõþ5¤æÐ0Öo*cô','¦xölõþ5¤æÐ0Öo*cô','â¨îìã•RõÔ&eUšJ‰ÄbZî½½6Sï°ƒçI','',0,'?'),('le¹*÷Jõu›sèÊëí¾','wp-content/plugins/thrive-quiz-builder/tcb/inc/menu/toggle.php',0,'ÌÔÏW°s_Êl¢%ÀQ','ÌÔÏW°s_Êl¢%ÀQ','Öw\n$¦åuÔR]ÔrìòDº´l¿à:¢úgJ‡›â','',0,'?'),('ŽnQ=8\rÓA­<El®”','wp-content/plugins/thrive-quiz-builder/tcb/inc/menu/widget.php',0,'bP\0œÁ´•­Ùˆæ”‡ú','bP\0œÁ´•­Ùˆæ”‡ú','3Yô%é÷¦ßzæ¾ƒøª\"9t›ÒðìKÇ<°ðÓ','',0,'?'),('á/ôÁý®Ô^Fû:Óÿ','wp-content/plugins/thrive-quiz-builder/tcb/inc/menu/wordpress.php',0,'¿²í”P$.3*’H»—E§','¿²í”P$.3*’H»—E§','RÔÏ€å€“ˆNlûIÝ¿Fýë×˜?]ùÂßÎKL','',0,'?'),('\rG,ÜnW7%©WÉLŸÕ“','wp-content/plugins/thrive-quiz-builder/tcb/inc/views/actions/animation.php',0,'WÚ®ßJc/Îª¤ÃŸÙ','WÚ®ßJc/Îª¤ÃŸÙ','f8³1ºšq{B2\ZŸogÌN|e*8ÛÍÏ£úq\rW‡’Ò','',0,'?'),('^¯’ª+9¨6ÈNx”Ê','wp-content/plugins/thrive-quiz-builder/tcb/inc/views/actions/audio-providers/custom-extra.php',0,'r‘4Ñ=”ü?h¯´	Jö','r‘4Ñ=”ü?h¯´	Jö','€m©×¡¥9Ú¢†	ŠM5t@ÀÅ”…º\"Hm\'åù`Œ‡','',0,'?'),('ÑÑÂ|óÛ8Jö$À6cMf','wp-content/plugins/thrive-quiz-builder/tcb/inc/views/actions/audio-providers/custom.php',0,'Ù˜n[ŠYÞéìùíŽ','Ù˜n[ŠYÞéìùíŽ','ø¼ÐäÂ4-ôëÿlw‰ðžd…$MóC9ÜµºAV;’','',0,'?'),('è êÊÿÙPü6\'ì’°ýcì','wp-content/plugins/thrive-quiz-builder/tcb/inc/views/actions/audio-providers/soundcloud-extra.php',0,'öæíBÃ¿-§®ìÉktŒb','öæíBÃ¿-§®ìÉktŒb',')œŒìdŽ[ˆ\r<‘À—+T…álw9“oRC ‘¯¸','',0,'?'),('\\žéƒ|ÊÓÏO•„Ÿ–ç','wp-content/plugins/thrive-quiz-builder/tcb/inc/views/actions/audio-providers/soundcloud.php',0,'\n¶_.ˆ\r‡`B¡nùM86w','\n¶_.ˆ\r‡`B¡nùM86w','it²éZ ð	²Ábro”bÎºi†e0ñ«a¹!w_u','',0,'?'),('¯ð(Œå”xÁlŸ8^„]«','wp-content/plugins/thrive-quiz-builder/tcb/inc/views/actions/audio-providers/spotify.php',0,'ÖÊ˜wü×‚iÄñÀãØ½','ÖÊ˜wü×‚iÄñÀãØ½','fÖ2üÚ¤d©üôÇõÖÔúU‘‡\Z„Ÿj“þœ‘*êÌJp','',0,'?'),('íàÃr`ê.?Ÿ:Éø1\\­','wp-content/plugins/thrive-quiz-builder/tcb/inc/views/actions/close-lightbox.js.php',0,'Š­ÛlÔ¦ÅŽªbù)£','Š­ÛlÔ¦ÅŽªbù)£','ÿWÐš	$«n] +sä«€æw.¨E®h=ìu6ë‹Â','',0,'?'),('QtGû^¹„©–¹#ÑG»à','wp-content/plugins/thrive-quiz-builder/tcb/inc/views/actions/image-zoom.js.php',0,'	J­ýèÆ?²0§C\Z¡','	J­ýèÆ?²0§C\Z¡','ò¤fÅ[”&B—õ¼éo™÷ïcÀ&µÒVtì~Ëò','',0,'?'),('Îó3‘xƒD»Ð¡ÓVá','wp-content/plugins/thrive-quiz-builder/tcb/inc/views/actions/lightbox.php',0,'7q_O5CùúÙ†y±Ð,¯—','7q_O5CùúÙ†y±Ð,¯—','†\\7ñ±?I¦b÷Ø\\Pr$e¯4Füvô·gŠÅÙ\nß','',0,'?'),('¥ÝûRýèÏ?×ÒÊg®ð','wp-content/plugins/thrive-quiz-builder/tcb/inc/views/actions/link.php',0,'1ï] ,Y´fCÒ2','1ï] ,Y´fCÒ2','í(ˆ­ËçTŽ¥$á«udDË²¯h³ÅÅ¬¢\rmU·Ñ','',0,'?'),('ÇºrF~jJg}gÈÊ®Ì\"','wp-content/plugins/thrive-quiz-builder/tcb/inc/views/actions/responsive-video-providers/custom-extra.php',0,'Ö?Ètž°Žþa¡–GŒ','Ö?Ètž°Žþa¡–GŒ','Ü!–m‰Xds^¡¡ŠÂÅ=Y.Ý8Kg¢uŒ.Šžî`‘','',0,'?'),('Þe¨˜ã^mv8•][çK','wp-content/plugins/thrive-quiz-builder/tcb/inc/views/actions/responsive-video-providers/custom.php',0,'1òÁcû› „y‹éc','1òÁcû› „y‹éc','gIÑ×ÂC¿ *:/7óàÉo›€Üý×œ\'f','',0,'?'),('Nq-k§}Þt·ÝÖ|¼Ö','wp-content/plugins/thrive-quiz-builder/tcb/inc/views/actions/responsive-video-providers/external-extra.php',0,'Ö?Ètž°Žþa¡–GŒ','Ö?Ètž°Žþa¡–GŒ','Ü!–m‰Xds^¡¡ŠÂÅ=Y.Ý8Kg¢uŒ.Šžî`‘','',0,'?'),('¶§ìÜ¿Þ_‰…±ßJ°','wp-content/plugins/thrive-quiz-builder/tcb/inc/views/actions/responsive-video-providers/external.php',0,'.9Õº+?Gä3ð†-','.9Õº+?Gä3ð†-','Ä7í)	Ç¼%œ®r²l½t~#ûóë8×Î,Þ®‹ãú','',0,'?'),('ZH\"l¦¸7ÃwB RN','wp-content/plugins/thrive-quiz-builder/tcb/inc/views/actions/responsive-video-providers/vimeo-extra.php',0,'Rïwª÷„ceåPÖÒxÌVå','Rïwª÷„ceåPÖÒxÌVå','a R‰c­Q²A$\'Ñ‚§¯%µÀE`‘Þ®rçêˆJˆhW','',0,'?'),('ž!\rÏµŸÔ†\rÖŸx~‰Ð³','wp-content/plugins/thrive-quiz-builder/tcb/inc/views/actions/responsive-video-providers/vimeo.php',0,'£ùÇ¤d ‡7GÅN±_K½Ä','£ùÇ¤d ‡7GÅN±_K½Ä','B\\Œ€×É-—:š;Ôûž°À„4IÚ–É°-Æ','',0,'?'),('u\0æp¥dª¤QÂîªp','wp-content/plugins/thrive-quiz-builder/tcb/inc/views/actions/responsive-video-providers/wistia-extra.php',0,'r¦nl«’GK{iY•Ÿ¼','r¦nl«’GK{iY•Ÿ¼','eô‡Z3KÙáKOæR\"lÒ´p\ZkB‡·èÉT','',0,'?'),('’C‘LÐ¹\0%ëXzÝñ­ç','wp-content/plugins/thrive-quiz-builder/tcb/inc/views/actions/responsive-video-providers/wistia.php',0,'Ñ6çù·U{Î¡‰£Š','Ñ6çù·U{Î¡‰£Š','Õÿ$yúr?÷Åã;ÚòñßqY·Ù¶6qUé|b_o','',0,'?'),('4îŠ¯eÑé#ÚtZÎ','wp-content/plugins/thrive-quiz-builder/tcb/inc/views/actions/responsive-video-providers/youtube-extra.php',0,'qSÌgá6Îƒ)Þ3Mò_›','qSÌgá6Îƒ)Þ3Mò_›','<×`D­3mºŠ”Ý7Í3vbŽR>A8\0¨iÞE','',0,'?'),('V7)å!;ÑÊýQüI‹Rx','wp-content/plugins/thrive-quiz-builder/tcb/inc/views/actions/responsive-video-providers/youtube.php',0,'!ÚÖ:Õ•ŠLv\ZáD­1','!ÚÖ:Õ•ŠLv\ZáD­1','¡ê÷	)f’ˆOø_ÚZ­ûšQ\r„9n(wÏ°9RW:','',0,'?'),('f—/2k¥w4âöMîÂ1','wp-content/plugins/thrive-quiz-builder/tcb/inc/views/actions/tooltip.js.php',0,'\nóÌŽEYô#Ú½­úw1','\nóÌŽEYô#Ú½­úw1','+™#ãâú×ýTL&nÿãMNÖ”RrŽ„d	Oéü¯','',0,'?'),('4N\0Ä´1z|¹ÁÂ‡·:','wp-content/plugins/thrive-quiz-builder/tcb/inc/views/actions/tooltip.php',0,'s…8ŠîSãP¼_óFPŸ5','s…8ŠîSãP¼_óFPŸ5','FPâIÂEÈÎðÈG\n‹î®­X©?“Ï†Åœ{d','',0,'?'),('>*¯õl\0æc·…î¹f','wp-content/plugins/thrive-quiz-builder/tcb/inc/views/actions/video-popup/custom.php',0,'erÀTü“qdÏ\ZÀH@»¢','erÀTü“qdÏ\ZÀH@»¢','¦ïj© ŠDŸxR¥)/;Dh\rXrvY–hVýa','',0,'?'),('\"[QyÎ‚×Ío<Â“c«','wp-content/plugins/thrive-quiz-builder/tcb/inc/views/actions/video-popup/external.php',0,'E*Èð*çßõŒ<$«¦è','E*Èð*çßõŒ<$«¦è','Ñ—\'\"…´C yÑÝbûC/àæ#€Ó\0ÆÇ™0','',0,'?'),('øœˆ»–jNáú‘£3“','wp-content/plugins/thrive-quiz-builder/tcb/inc/views/actions/video-popup/vimeo.php',0,'Q\n¯ŠïÝÝ9ý£P\r¥µË','Q\n¯ŠïÝÝ9ý£P\r¥µË','Ã¾ã%ábiãQø†£`€×ÍU¼ÎóDÚ·fœOÁR','',0,'?'),('+ÈøOd/øÔÍ/Ô®§32¦','wp-content/plugins/thrive-quiz-builder/tcb/inc/views/actions/video-popup/wistia.php',0,'e¡Êæ\ZõWå®RÖ´‰’','e¡Êæ\ZõWå®RÖ´‰’','bÍ\'¹ELãŒpX[ú¯)”NÞG’{ŽMsÆYš*Æ','',0,'?'),('H“IÛàÃ.ò\"K.Áõ','wp-content/plugins/thrive-quiz-builder/tcb/inc/views/actions/video-popup/youtube.php',0,'aÊµ\'”‰»…°üGÉ\r','aÊµ\'”‰»…°üGÉ\r','CPÅaÀ˜èý\']ºJZBzÀÜwJôý(}x÷M>—','',0,'?'),('s®FDy	JÂ©ÚUå.’=','wp-content/plugins/thrive-quiz-builder/tcb/inc/views/actions/video-popup.js.php',0,'. -ùD^0\rè\\¬','. -ùD^0\rè\\¬','sÔeÝÀOžätY`}z\Z\nRý{ñk±2æ','',0,'?'),('îs5¥]¸_-Ó€þÙ5 \rè','wp-content/plugins/thrive-quiz-builder/tcb/inc/views/admin/cannot-edit-blog-page.php',0,'SžƒºÏ†(â°ôÄü‰ö','SžƒºÏ†(â°ôÄü‰ö','JL^¨F¹g—!i¦åÐï-Ù<”(JVblÍ†{Žì','',0,'?'),('ÍÙ&4A]eeúßp¶','wp-content/plugins/thrive-quiz-builder/tcb/inc/views/admin/page-loader.php',0,'=‰&-×‚:8688Æã','=‰&-×‚:8688Æã','Á˜fp ÜƒäÖ³2)ü6ƒu	§¬¸Fúg´>6','',0,'?'),('8•¹lãÜË¹¢c&TË|','wp-content/plugins/thrive-quiz-builder/tcb/inc/views/admin/post-edit-button.php',0,'\Z¤_#•óÚVç¶\ZâÃþ®_','\Z¤_#•óÚVç¶\ZâÃþ®_','þ~iöj\r~S)¨ÑÕÝ{#Ä£B‘¯Gúñx=ZB)','',0,'?'),('c8Ö÷ì²Ú\nèwDÓ','wp-content/plugins/thrive-quiz-builder/tcb/inc/views/central-style-panel.php',0,'…ƒªV˜âÄ8‹Œiš Ï','…ƒªV˜âÄ8‹Œiš Ï',' ÷Ã›@_üS¤û6Ð­ùþ¼ÍbÀ±‡ƒ¨ï¢$¡÷2','',0,'?'),('™)£ÂÀÓÝKcæ´Ÿ Éær','wp-content/plugins/thrive-quiz-builder/tcb/inc/views/control-panel.php',0,'2}±×Lt×:o?Ÿ\0xs','2}±×Lt×:o?Ÿ\0xs','ÙÿéÊdvaHPÈvomßp¹qª¥Œz®','',0,'?'),(',Ú%(¢ÄÔžÉ*[3fü','wp-content/plugins/thrive-quiz-builder/tcb/inc/views/editor-settings.php',0,'Tuý%ó 4§…9ÓºúÜFÿ','Tuý%ó 4§…9ÓºúÜFÿ','¶À-æ£å“1r`7ÙaÄ ‰èf1\'¸ë\0Ÿ„¼àå','',0,'?'),('•?’ùýWyfaÙžöŸ®øð','wp-content/plugins/thrive-quiz-builder/tcb/inc/views/elements/-list-promoted.php',0,'qŽŠxÓ\"¹+TljP‹Øä','qŽŠxÓ\"¹+TljP‹Øä','b–|Už7¡Ÿ~ÇÛâq\Zq—NF–{€ÀKŠJÙˆz','',0,'?'),('gS¸Ö©&¨6|Ft¯ÉÑ7','wp-content/plugins/thrive-quiz-builder/tcb/inc/views/elements/-sidebar-list.php',0,'»ÁØToí\\è|Éfß','»ÁØToí\\è|Éfß','ÅkÞ3`\Z*{utiï9ÿŒú×Ø ©z(dJ#¢o¶6','',0,'?'),('¯;^X«šlðây™‘','wp-content/plugins/thrive-quiz-builder/tcb/inc/views/elements/audio.php',0,'”—-ÿHþŸÎÊ','”—-ÿHþŸÎÊ','§J™?ìgSÐ½uy˜dw?»\'Ï–éB\0œx‘o˜Ûe','',0,'?'),('¡fQ! ÀìP/Q¬—€º','wp-content/plugins/thrive-quiz-builder/tcb/inc/views/elements/button.php',0,'u°Ð%Ê’Â¿m#?Ò','u°Ð%Ê’Â¿m#?Ò','H¶f¤à¦±åŸú¼÷Ó4nä,öÓŸã`é7¼qê','',0,'?'),('©<ò”h5½úù5¯Q:TMm','wp-content/plugins/thrive-quiz-builder/tcb/inc/views/elements/commentsdisqus.php',0,'·Ž°ÞÈÇ	²N9R½¢r','·Ž°ÞÈÇ	²N9R½¢r','F’Ø±ÚÕh‘¯‹€Cå3/L‹ûX Îü™ÜÂ`¢R','',0,'?'),('5ÁÒÈzõY“.ô¢h_+¾','wp-content/plugins/thrive-quiz-builder/tcb/inc/views/elements/commentsfacebook.php',0,'¬SÙ©®¿1£ª‚;bç]î','¬SÙ©®¿1£ª‚;bç]î','úy,IY>›¼­›´».T ÚKôW_]ÊÕýº‡úX','',0,'?'),('÷•7;Cxïçý÷\niÑh','wp-content/plugins/thrive-quiz-builder/tcb/inc/views/elements/contact_form.php',0,'+†ß}e™âˆÞ\\Gyý ','+†ß}e™âˆÞ\\Gyý ',' @÷ÿ÷JÏ;ŽZmÒ*gGKLJÂÀ\Zß™u2¨','',0,'?'),('·æÂÈ“b`bSnWÔ7','wp-content/plugins/thrive-quiz-builder/tcb/inc/views/elements/contentblock.php',0,'Î^pè»I¢€˜\',À“Z#','Î^pè»I¢€˜\',À“Z#','5µ(îJÙÙ4áƒÃ±d^}¡É\nÀ½Ý(œy~aûÒ%','',0,'?'),('ÀÝ9Ø)èý‡0—B`>','wp-content/plugins/thrive-quiz-builder/tcb/inc/views/elements/contentbox.php',0,'½úhj~£ÂÚ*\"¡¯Q','½úhj~£ÂÚ*\"¡¯Q','\'§.¨¬½>I½-ÔvFLCÏ<¶QMŒpt/^<)†‘ÍÕ','',0,'?'),('‡@Ç¥1Ô¨{ºƒÏÅì™ø','wp-content/plugins/thrive-quiz-builder/tcb/inc/views/elements/countdown.php',0,'PvYV­Äºí8!]','PvYV­Äºí8!]','×>Ì	þë¾>!mž¸Éåd¤¶Þñ>½„QMypõ','',0,'?'),('·øWúk¸Œ’“]\0!D$}','wp-content/plugins/thrive-quiz-builder/tcb/inc/views/elements/countdownevergreen.php',0,'`é—\n“ç®upÊi§×³','`é—\n“ç®upÊi§×³','<)*Ç\\óÓŒôQ,p™Ym^c4!ÜH¢++T1§é0','',0,'?'),('¹XÁY’©•]•C‹','wp-content/plugins/thrive-quiz-builder/tcb/inc/views/elements/ct_symbol.php',0,'U4ë‘%ü\nY7ôcþRÜR¤','U4ë‘%ü\nY7ôcþRÜR¤','9 i86kSËë-lD¬=Ê¬§EÖK÷\0êAc<','',0,'?'),('?˜Ûy}(KÄ÷t…½‡â','wp-content/plugins/thrive-quiz-builder/tcb/inc/views/elements/divider.php',0,'¡ç‘Ñ¬ÓCž·dljø¸','¡ç‘Ñ¬ÓCž·dljø¸','ýg@Ëî¥ªd5ðÿ–’\\9þ‰®ÒøRªÏP¥™¥½3','',0,'?'),('²ÑÔbYÆ^ÔÚÜt°ž¬”','wp-content/plugins/thrive-quiz-builder/tcb/inc/views/elements/element-placeholder.php',0,'<@9¡Oj»½ç§´Sê','<@9¡Oj»½ç§´Sê','ªšQ¤Ä*¤a:þ¹xy˜RN%ÍX”^ÛßÉ›¥Ð¶·¨','',0,'?'),('œ6™­Ó8‰¨.,;8²Ðª','wp-content/plugins/thrive-quiz-builder/tcb/inc/views/elements/fillcounter.php',0,'`#h)Éc\0ÖØÚýz¼','`#h)Éc\0ÖØÚýz¼',',²æ§$\'ü)>\0áÂý“óUÝfcä=y¬‰^¯”','',0,'?'),('T…D\Zþ·Æ|ˆ¡€	{O','wp-content/plugins/thrive-quiz-builder/tcb/inc/views/elements/footer.php',0,'ùuR®Ç`yoS\"´Úº¨','ùuR®Ç`yoS\"´Úº¨','ûÃ¢Ó{9ÍkB\nµìG_[\'¸j’Ô¯k¥ít<Ê','',0,'?'),('Ül³C&d/a¥‰\'¬','wp-content/plugins/thrive-quiz-builder/tcb/inc/views/elements/gmap.php',0,'yR4ÂªßlPÄlpÌY–1','yR4ÂªßlPÄlpÌY–1','\\íÉkjíDn‹¹mQÁ˜Ç¾ér¯Võ¸•éÁRo÷¨d¶','',0,'?'),('êÎuï\n«ny,ÏYÌ×ª³','wp-content/plugins/thrive-quiz-builder/tcb/inc/views/elements/header.php',0,'Åì\"“DÞ÷‘8\"~@â','Åì\"“DÞ÷‘8\"~@â','7pç¨Wt’=±™4ug\'z¥=š°oÉ¾¬ÕÓHÍÃŒaÿ','',0,'?'),('ù—º\"v|„Ew4<n~','wp-content/plugins/thrive-quiz-builder/tcb/inc/views/elements/html.php',0,'1 ð÷‚Ž½rÈ\nÊN<4\Z','1 ð÷‚Ž½rÈ\nÊN<4\Z','Ð¿Ò<h3°Î¥T±¹1Æ?.Y.\rNÔIX\"[3','',0,'?'),('pSr 9ŒË4KÐ¯çD','wp-content/plugins/thrive-quiz-builder/tcb/inc/views/elements/icon.php',0,'/€ô6Ñz?ïÇú³Ô Ì4','/€ô6Ñz?ïÇú³Ô Ì4','Bc${~Û¹€\'œ`À¿ÊLK˜ü»ÇÓxEÁÑç','',0,'?'),('m	íœ’o#NfŒÃ+íD','wp-content/plugins/thrive-quiz-builder/tcb/inc/views/elements/image.php',0,'×7˜xM¬,«ß/[ô§~Ü','×7˜xM¬,«ß/[ô§~Ü','pËÒ‹²¨Ñùk\'ùR±¯XI]ñßcãq,.d–gr','',0,'?'),('uü¥uˆÁkRéñ%h‘×','wp-content/plugins/thrive-quiz-builder/tcb/inc/views/elements/lead_generation.php',0,'\Zl\ZÏËùÍläs¿Ü¨ŽÑ','\Zl\ZÏËùÍläs¿Ü¨ŽÑ','Ø©,þÊÔ4”b´N¯“„èl³²¾‡†µÈmÊ','',0,'?'),('wpõÉ§ˆ?m§]Dbòï‚','wp-content/plugins/thrive-quiz-builder/tcb/inc/views/elements/menu-generated.php',0,'›x—²àVcßWs»<´û','›x—²àVcßWs»<´û','é5‡7U%Ìë¥y»Õ’©\nõµEis§&xm3Ló','',0,'?'),('Q7T•ãÈ‰ØÒê\'ÓÝ','wp-content/plugins/thrive-quiz-builder/tcb/inc/views/elements/moretag.php',0,'.ðvˆp%C_òdÊ´¶Ž','.ðvˆp%C_òdÊ´¶Ž','ÂžùŠ{œóf˜—ÁÝw·°A,÷Õt>®%°\n=_?^þ','',0,'?'),('%ØÚƒ¡Žíc¦<íÄùÔ','wp-content/plugins/thrive-quiz-builder/tcb/inc/views/elements/post-list-article.php',0,'žý¼¾²Ç³Õ3\r×Üù~','žý¼¾²Ç³Õ3\r×Üù~','éÖ€ÝhZ&î]Á¤\\ƒO×ßakò Üd²ÜEâD]*','',0,'?'),('¶K›Ý†E8:£,*òt¢†','wp-content/plugins/thrive-quiz-builder/tcb/inc/views/elements/postgrid.php',0,'ikÌÔ@Î›Å”ìÏr‡Ø','ikÌÔ@Î›Å”ìÏr‡Ø','–,•`%Ì3@qÏ—²ÌÔú×ÞH‰P^“bÒÍ{­','',0,'?'),('@2Õ5õÿ5x,4ˆ§oF','wp-content/plugins/thrive-quiz-builder/tcb/inc/views/elements/pricing_table.php',0,'Øey)¥BõM;!Z#<D','Øey)¥BõM;!Z#<D','ˆÏÍTÂŸÑ\"bBl$oèÒ›B?Ë‰ÔÆ;&f¼‚áÎ','',0,'?'),('ŒûÄ”ŸNÒü†ú=Eßeõ','wp-content/plugins/thrive-quiz-builder/tcb/inc/views/elements/progressbar.php',0,'¿»Rj¯F[h]\"§­ª³','¿»Rj¯F[h]\"§­ª³','ÍÔ°c|í’´øÂh‹ŠHYSˆ 8°S8’£ˆ÷—Þ…k°','',0,'?'),('OÜ—1%ÃÆQ°ô,q‡Ã','wp-content/plugins/thrive-quiz-builder/tcb/inc/views/elements/responsivevideo.php',0,'EÊ\'¥ÑZ^©üÇ7®!','EÊ\'¥ÑZ^©üÇ7®!','ùë‚€ùÙIçëïÌVbåÒT¦Ê;&«<8ší=•q','',0,'?'),('UFõ ƒÍÝ(Ytw=@eƒ™','wp-content/plugins/thrive-quiz-builder/tcb/inc/views/elements/reveal.php',0,'N¤4U ôº˜«%¦\'[','N¤4U ôº˜«%¦\'[','\\züô¨Üf×Êð˜Ø<¶Œ#ðªlß5o¥ÄC9’3æ','',0,'?'),('*\0Q¤hôW2öÿS÷Šý','wp-content/plugins/thrive-quiz-builder/tcb/inc/views/elements/section-placeholder.php',0,'•”=‡I¬^i¯	ýˆÔzº','•”=‡I¬^i¯	ýˆÔzº','PÉ6$²SðßœD×ËâÍ¦ÃMRâiœ9l¬6\Z~o}','',0,'?'),('}§—ká„áÀÎdsni†b','wp-content/plugins/thrive-quiz-builder/tcb/inc/views/elements/section.php',0,'Ýš/ñ”xZÒÑ›S¢²Ø[','Ýš/ñ”xZÒÑ›S¢²Ø[','y²µG%è,\0°•HýW9ƒ†ë›¿¾|ÿK=Ÿ¹àF','',0,'?'),('¿ž`Í¼º™¶ØÜ¨_ºŒ[','wp-content/plugins/thrive-quiz-builder/tcb/inc/views/elements/symbol.php',0,'¹…œëíÀ¿\0S5[hhÏU','¹…œëíÀ¿\0S5[hhÏU','ø”¸énB¶„õý@àóºÐ8+ýÎ¥Ìß•©\\‘','',0,'?'),('c-½¼W?7»´ŠS§ôã¤','wp-content/plugins/thrive-quiz-builder/tcb/inc/views/elements/table.php',0,'Ûp†V÷Ã³ŒŒ©C¨b','Ûp†V÷Ã³ŒŒ©C¨b','y}©[ËØ:¦6°Öæ§¬_;ñ…=üÉ³nØ˜R1AM','',0,'?'),('+x#€sØ6”{,E,O³','wp-content/plugins/thrive-quiz-builder/tcb/inc/views/elements/tabs.php',0,':Í| …vDè©eÑjñs',':Í| …vDè©eÑjñs','}eðqÃhxµwÎºhC˜eÙŸÛzšR¶AugN','',0,'?'),('ñagÅ—ñ@^pSmxIÇß','wp-content/plugins/thrive-quiz-builder/tcb/inc/views/elements/text.php',0,'~ÑãP¾\\^”UYßg±„!','~ÑãP¾\\^”UYßg±„!','«§¡á†$Æ…óH\rÇÐJÄKf‚qb¹&øu²“­‚€?','',0,'?'),('4Ù ¶œñ³g©D.ŒS','wp-content/plugins/thrive-quiz-builder/tcb/inc/views/elements/toc.php',0,'»£¾slê§ì¸WÕ˜àd','»£¾slê§ì¸WÕ˜àd','¢\"aHOS¼•­šç“gýº³Eyg·Ç)¾Z`”LŽ™”à','',0,'?'),('9§d3.CŽçžµ„¹­.Õº','wp-content/plugins/thrive-quiz-builder/tcb/inc/views/elements/toggle.php',0,'!Ÿ1Ppmu6~Ucótt','!Ÿ1Ppmu6~Ucótt',')?c\r!jÚ\'H\'Ý¡qAºP&¥`õ ¢&¼Oª8þ¨','',0,'?'),('‡>ìGvè/¶UæÍo','wp-content/plugins/thrive-quiz-builder/tcb/inc/views/elements/tweet.php',0,'ŒÈûúï2X§lfxýd¶','ŒÈûúï2X§lfxýd¶','o.}(•€0\0«áPO ¹ÎXu®Ñ>$ÃtÑt','',0,'?'),('ÛJåÜ[ï]œ53¢«ä','wp-content/plugins/thrive-quiz-builder/tcb/inc/views/elements/wordpress.php',0,'ñ¼$…¶HÈ¾¢(ñ¼?æ','ñ¼$…¶HÈ¾¢(ñ¼?æ','A.Ô +0ß}·èì¸ùzžìòýLd”[9AÊ	','',0,'?'),('›è*·ñ¬lmt|Lªf','wp-content/plugins/thrive-quiz-builder/tcb/inc/views/inner.php',0,'g\"|†vlZÙé9\'Áj}','g\"|†vlZÙé9\'Áj}','s6Ñ¶Š‚§)¯C­t“}xM·ez]êcáuÜÇ¦û-','',0,'?'),('ázKP¹Ì¢ûíßÿuhj','wp-content/plugins/thrive-quiz-builder/tcb/inc/views/layouts/editor-lightbox.php',0,'÷¾Ó\r7R~«=>]<ýqe','÷¾Ó\r7R~«=>]<ýqe','`­ëÈ*ÖÎËœŠm¹¡:ªR2s^X\'9hËemº','',0,'?'),('f±µ’ ÎÏî3‡`qE8¼','wp-content/plugins/thrive-quiz-builder/tcb/inc/views/layouts/editor.php',0,'±Ç…ûJT€qu5NÝ€','±Ç…ûJT€qu5NÝ€','wÅn5éoŸJþ¢¯|^|º+5¤C\"×)ìŠ¨ÜÞ9','',0,'?'),('–M\nŸÊá˜Ï&++¿.Ð','wp-content/plugins/thrive-quiz-builder/tcb/inc/views/loading-spinner.php',0,'•È8ÓóÎSFä)î{,j\"','•È8ÓóÎSFä)î{,j\"','×W¢S¡…EäÆpZv:só½×îÔBˆçûåí5xC','',0,'?'),('XyÄÆ »·N\"&,´§','wp-content/plugins/thrive-quiz-builder/tcb/inc/views/modals/api-connections.php',0,'ó¥KX1aÍK†zô‹FàN','ó¥KX1aÍK†zô‹FàN','êÆºGl.S\r/ˆÍ#¡$UõÝDÕ·ñËì13¤','',0,'?'),('Šˆ ¼ÐÈwSŒGá“·','wp-content/plugins/thrive-quiz-builder/tcb/inc/views/modals/cf-error-messages.php',0,'I(ã£Ñšá¥ŽŒ³1','I(ã£Ñšá¥ŽŒ³1','þ¾­v#SW‡„uE¨ÆØÈËc“;5ÊJ½\n','',0,'?'),('ó8±‰–í®ˆ\\©s‹×öíV','wp-content/plugins/thrive-quiz-builder/tcb/inc/views/modals/cloud-templates.php',0,'Ž†¶}ÓŽ\"5ò<i­=¸','Ž†¶}ÓŽ\"5ò<i­=¸','aº{É$îÌzP‹TÑÜŸ‹\r.yƒg	xÎ¾²\rD\'','',0,'?'),('Éë!”È®j·Y¾¿Hð+8','wp-content/plugins/thrive-quiz-builder/tcb/inc/views/modals/content-blocks.php',0,'iRÂƒk%^…Ø›–u','iRÂƒk%^…Ø›–u','1RYµ\'ÄŒP›Ë€áUU\02Ìæö«–\"š','',0,'?'),('ÕŒÿ<„VÚ»yÀ…MÐ÷’:','wp-content/plugins/thrive-quiz-builder/tcb/inc/views/modals/ct-symbols.php',0,'r3]Zˆÿ:\\u6e;Ú•','r3]Zˆÿ:\\u6e;Ú•','Q§5öÜí€ÙC¹ÌaîÎÇä0ýÍ8=·ÀY¹µ`„<','',0,'?'),('’^ÔÄºÕƒBTÓžë	~]','wp-content/plugins/thrive-quiz-builder/tcb/inc/views/modals/custom-html.php',0,'â‘öºW5—ä=üs÷é2','â‘öºW5—ä=üs÷é2','¤¸¦¢ÿ\\ÝûAökª1z §‘E$êÒ8‘C˜¼f |','',0,'?'),('bêÎOÅd)½3Ôa¾¹‘','wp-content/plugins/thrive-quiz-builder/tcb/inc/views/modals/fancy-divider.php',0,'%©dÁ]ÜY36$š\r','%©dÁ]ÜY36$š\r','–˜ËÒ8ÚöÖx?‹=r$ÜipLp¥¹üŽUE»','',0,'?'),('ÁÃ´Aö\\³^öÇ3Wi','wp-content/plugins/thrive-quiz-builder/tcb/inc/views/modals/headers.php',0,'ô¬ck·c»‚>ùrõ<Ê}','ô¬ck·c»‚>ùrõ<Ê}','#¸.¤”Ô*#Òµù…>9“ýæ¾«,\n9Ác³Zõ¡\Zß','',0,'?'),('Ùyæ1òêüÄ~º…–î','wp-content/plugins/thrive-quiz-builder/tcb/inc/views/modals/icons.php',0,'ðv®`VÓ^Ñ×ð','ðv®`VÓ^Ñ×ð','´3s€@dÌV²uäÿ)nöš1ZE!ÖcgÿaÒ{UN´','',0,'?'),('hkj²!V‹f{ìO ','wp-content/plugins/thrive-quiz-builder/tcb/inc/views/modals/lg-error-messages.php',0,'@¸6©{®…È;¥’æÿ\Zè ','@¸6©{®…È;¥’æÿ\Zè ','||³}ˆQ&hÑ7XõîþË•.Ü«ÜYäÉ }L5ÓÍÇ','',0,'?'),('XGýž‡í{?o‹Û¹á','wp-content/plugins/thrive-quiz-builder/tcb/inc/views/modals/lp-export.php',0,'¿¿™	Äf\0P’Wª] Í)','¿¿™	Äf\0P’Wª] Í)','×gŒí¼w”¶rÌE)¹¯-—h±¼\0j\ncÈý\0','',0,'?'),('ÝåŽÏ\'	ôC–,o\"y°Ã','wp-content/plugins/thrive-quiz-builder/tcb/inc/views/modals/lp-save-template.php',0,'Y$”­A…BÅÕŽàhaÆ','Y$”­A…BÅÕŽàhaÆ','Î‰Î?œ~Mì»i\0W(DþÕ•stõ°Šk˜ÅF\n.m','',0,'?'),('’ëI_‘‰o¿%ÅØdc‘','wp-content/plugins/thrive-quiz-builder/tcb/inc/views/modals/lp-templates.php',0,'š+êS0`ÌiGÀüíÁó','š+êS0`ÌiGÀüíÁó','NŸ`pZq’(ˆìõ¾«Äúæ)$TÒ2o‹ÔÚüáÊ','',0,'?'),('©w¼°7OTÝÝŒ³Ð­&	','wp-content/plugins/thrive-quiz-builder/tcb/inc/views/modals/no-content-templates.php',0,'×²ŸÝ‚ºf€•Ó´šF','×²ŸÝ‚ºf€•Ó´šF','DÕêž‡ÕÛTº(éö¢é€	óØÛ« <›¡xOmDæ','',0,'?'),(']ÕÇXñgš²?¹sÞ`F','wp-content/plugins/thrive-quiz-builder/tcb/inc/views/modals/options-post-types.php',0,'Ð{\n%·•\Z2Gcß³dŸ','Ð{\n%·•\Z2Gcß³dŸ','=(i¦4Ù\0rÐÝèÿªõ¬µã©d\'q©fYÊíôŸÎ','',0,'?'),('àÊÍF5¯ŠÄFRÿÀ}º','wp-content/plugins/thrive-quiz-builder/tcb/inc/views/modals/page-events.php',0,'R¸í­‹˜\0x5£ÏØ','R¸í­‹˜\0x5£ÏØ','•™ÂJ!cHÞ[2vˆØmô_’¾¶Ø:Òs‚I@­Zø~','',0,'?'),(' O¨¡¥5NñóN8),‹','wp-content/plugins/thrive-quiz-builder/tcb/inc/views/modals/post-list-query.php',0,'ÚÅt/ú™¡7Ž4ßÔ','ÚÅt/ú™¡7Ž4ßÔ','WUÖ·:]`Œçj5Žè›ª?\n ôä”ee®#','',0,'?'),('nxE‹|G¤XéÂöhðï','wp-content/plugins/thrive-quiz-builder/tcb/inc/views/modals/post-options-confirm.php',0,'¬/hýÄ\nEP)Ì½UÀ…','¬/hýÄ\nEP)Ì½UÀ…','¨áSU8•7ý¸Þ˜&‡Ñ‰z¾e¡ß@]#ºÿ{…7Ç›','',0,'?'),('To3dyžÄWÞ?¥Ç_-«','wp-content/plugins/thrive-quiz-builder/tcb/inc/views/modals/revision-manager.php',0,'Û«H¤‰{~$x¨(dÛL’L','Û«H¤‰{~$x¨(dÛL’L','ZÛèú‹*àì.§	úS|jV@¨=ÔO7ßfŒ‹Ü^§','',0,'?'),('MÌEà1êÖ f¹¢áÌð—','wp-content/plugins/thrive-quiz-builder/tcb/inc/views/modals/save-elements.php',0,'„¯ì(_³_F“ß,‰=Ç','„¯ì(_³_F“ß,‰=Ç','gl~W,ç—IªhŸÒÒûÄw™“¢£Oz°H:\\¬','',0,'?'),('´¸hÒ3xòIÁ>èR','wp-content/plugins/thrive-quiz-builder/tcb/inc/views/modals/save-template.php',0,'(€È¬©A%¢%2ð…ßÑ','(€È¬©A%¢%2ð…ßÑ','j\rz;üµ¯µ8ŠûCFÒ®AÚ³	ŠÂˆ·E0g­','',0,'?'),('ûG¤•6m…ý~ƒËp','wp-content/plugins/thrive-quiz-builder/tcb/inc/views/modals/sections.php',0,'{»\'XÄ 4t„ÇƒÌ­Ð	Í','{»\'XÄ 4t„ÇƒÌ­Ð	Í','ò1Í¯oì½ß±EÏ·âÓÞ»ò?3>ä®®whõVO	','',0,'?'),('Þ*Ž§þAèj¯eßõ','wp-content/plugins/thrive-quiz-builder/tcb/inc/views/modals/symbols.php',0,'\0ò¤ÐÇ”ßÃmžÚ–{&','\0ò¤ÐÇ”ßÃmžÚ–{&','ûD	*Išï:­ÉäCÖ„›o“;Å_}ËÉÿ\rq.Ÿ','',0,'?'),('íýjN¦š8[}ÂŒ\nÇÏ','wp-content/plugins/thrive-quiz-builder/tcb/inc/views/modals/wordpress-content.php',0,'Tdúä‹Çá¼†y²Ø\\uÙœ','Tdúä‹Çá¼†y²Ø\\uÙœ','Š´\rNàO,^öºÿ\nn;?Õvb!ÝÊa\"¶J¢BLF¾','',0,'?'),('q»í”´êíÕms“Ú','wp-content/plugins/thrive-quiz-builder/tcb/inc/views/modals.php',0,'—6oµ­³O¯I·ï=It','—6oµ­³O¯I·ï=It','È~­¤=çv—Ç>6ÃuÈëÝŸ%W2&¥šŠþÝ~·m','',0,'?'),('„Ø†æ¦p“üW¸?\'<','wp-content/plugins/thrive-quiz-builder/tcb/inc/views/pagination/button.php',0,'ÂÍ.«¿¼£\r¡eÇ0qÞ','ÂÍ.«¿¼£\r¡eÇ0qÞ','g ÓpU¢Æjrå0#žQ¢óu¶ê!ÖÈ(åU¥‚','',0,'?'),('žß¸9§Ü©ïl^\"49Ø','wp-content/plugins/thrive-quiz-builder/tcb/inc/views/pagination/first-icon.php',0,'ðèL“‹‰í;ŸÕX3¶Æ·t','ðèL“‹‰í;ŸÕX3¶Æ·t','c¬8R¨#Ç‹>ÈÙÛÜýâ\0šJûmisÀS®G4','',0,'?'),('¶—óXÀð¯µyÑªpæ>','wp-content/plugins/thrive-quiz-builder/tcb/inc/views/pagination/label-pages.php',0,'¥æ7,øD/®Gªã1æÚÿ«','¥æ7,øD/®Gªã1æÚÿ«','„YNÎ-ÁúpºE	Òå65/Ù¾!ê7’]ÁÄ‰}4 ','',0,'?'),('i‡¸WQ!Ðî\rb\r|Të','wp-content/plugins/thrive-quiz-builder/tcb/inc/views/pagination/label-posts.php',0,'ëôî¢_}:°É$w2	o','ëôî¢_}:°É$w2	o','ùýŸïF3Ñï[dÒF‡°”yR¤®±Fã¡:¬WµIÿ','',0,'?'),('¹šÍ	¢<çòá‹šÌÅü','wp-content/plugins/thrive-quiz-builder/tcb/inc/views/pagination/last-icon.php',0,'ÐÎ9Ë\nÕ{\0íÞ—Évvœ','ÐÎ9Ë\nÕ{\0íÞ—Évvœ','ÉBÁ¨#Š|¤p]_Ü°s¾døÃ¸ËJµ(pù±VYG“ ','',0,'?'),('àŒÚ*sæ¿ýµv÷ ¸òã','wp-content/plugins/thrive-quiz-builder/tcb/inc/views/pagination/load-more-button.php',0,'E‹²hD‰3Uø‹Ç;÷­˜Ž','E‹²hD‰3Uø‹Ç;÷­˜Ž','÷´ZÙù‚gQ·‰Ö†ª`hÝDû #ì5*ã–','',0,'?'),('’¦Y†ÿÛYÇúŠµ»Ë ','wp-content/plugins/thrive-quiz-builder/tcb/inc/views/pagination/next-icon.php',0,'Ä•³á@¸L>ƒ9æ¸‡_]','Ä•³á@¸L>ƒ9æ¸‡_]','ô‚¯¡ÉwF:J†„ŽB0)òEµhëbðh	¢ZÝ','',0,'?'),('DîÉ:¨Íz6vÚ[b¬Çµ½','wp-content/plugins/thrive-quiz-builder/tcb/inc/views/pagination/prev-icon.php',0,'S¤žëcÇEz>KwãºŒå','S¤žëcÇEz>KwãºŒå','­ê`nf?ÒiWŠ\n¸1Ž–†ÂÂ×óñ:Ä³xkKä%—%','',0,'?'),('ŒP÷Ôµt7×\"ýÍ™”ÂÄ','wp-content/plugins/thrive-quiz-builder/tcb/inc/views/post-list-sub-elements/author-bio.php',0,'À\'Qh(„`}Éª/;ŸˆT','À\'Qh(„`}Éª/;ŸˆT','pÃå¢\Z‹¸FþÆÞ/PLïÈHÌ­S¨–9Ø	fcØ','',0,'?'),('ñŠþ²þœrù\\<ˆc”ÐU','wp-content/plugins/thrive-quiz-builder/tcb/inc/views/post-list-sub-elements/author-name.php',0,'€#‡(õ)¿í·Boq·¥#','€#‡(õ)¿í·Boq·¥#','3ªv]²“kîæo_;˜VÒôÕËsV7[¬Ò4TE§','',0,'?'),('6z]Kq‹ê·I\r*^XªŒ','wp-content/plugins/thrive-quiz-builder/tcb/inc/views/post-list-sub-elements/comments-number.php',0,'•Vs¾Vfèmh—´øÍW.)','•Vs¾Vfèmh—´øÍW.)',';ûgH­š/X¹²cÔ‰g\\ÇÍT¬4½þ¬Yþ¡¯„','',0,'?'),('×Ìs•åÉ´Gm#‰SK%r','wp-content/plugins/thrive-quiz-builder/tcb/inc/views/post-list-sub-elements/post-categories.php',0,'K™ˆ ×fÿ®’ìì±„','K™ˆ ×fÿ®’ìì±„','Ù‰$SßRˆ	¢ü^túUÓ”±[ô¿ˆÃ%½','',0,'?'),('ÔÎ\Z|™Z€ËžSx*','wp-content/plugins/thrive-quiz-builder/tcb/inc/views/post-list-sub-elements/post-date.php',0,'„%O)åæIsç\rÇX\\–B','„%O)åæIsç\rÇX\\–B','%‹îü#©—.¿VnH¿S§æÀ£^gÖOÆ\nx·Ü','',0,'?'),('Ú®^’+~J\"¢.ùûõâ~','wp-content/plugins/thrive-quiz-builder/tcb/inc/views/post-list-sub-elements/post-tags.php',0,'&nr\\¯U³×l¿çèm','&nr\\¯U³×l¿çèm',' ª¬*¬1àw:­s‹8À/…˜Õð Çã}šhjØ','',0,'?'),('K±_~Tÿ¤Áæ€çÚï','wp-content/plugins/thrive-quiz-builder/tcb/inc/views/post-list-sub-elements/post-title.php',0,'WŒ\07í¾ÜnW½Â+Œ','WŒ\07í¾ÜnW½Â+Œ','!½Ç#jÏÈ\ZZ\\\'7/\ZE=œR<PB>p0R“_\"ãv','',0,'?'),('3wÍü²aM†.Â¾v','wp-content/plugins/thrive-quiz-builder/tcb/inc/views/sc-post-grid.php',0,'Iæ‰]Î;â¬;´×„1ŠjP','Iæ‰]Î;â¬;´×„1ŠjP','¢Û5ÎQ•’`Óàs­S[w©WÈúIj#0ö0¤','',0,'?'),('a!_r›íóÉ¥œÊ`	¿Cñ','wp-content/plugins/thrive-quiz-builder/tcb/inc/views/settings.php',0,'E¦ÞÕ\\uœþ­†qÂ','E¦ÞÕ\\uœþ­†qÂ','Fr\'ˆ“¾2œ|#B»%ÿí’\'Þb€±ÿks—ÆQ=ðí','',0,'?'),('<oˆß]+• áLðîÿß<','wp-content/plugins/thrive-quiz-builder/tcb/inc/views/sidebar-bottom.php',0,'…Ú¢ÏÚßÈºH`P»¥Ä\0£','…Ú¢ÏÚßÈºH`P»¥Ä\0£','áY\nmvlOœ Š.±	é}ýšÙ—{6\\uñ\\I\\','',0,'?'),('$z§Sì¶>ôÀ÷…–‹¤','wp-content/plugins/thrive-quiz-builder/tcb/inc/views/sidebar-default.php',0,'í¯t¥_‡ã+Ö7:À‰˜','í¯t¥_‡ã+Ö7:À‰˜',')§ŸSD8\n.É_c=îèt-LÏFé¨[±à‡`ÙS[E','',0,'?'),('¦¨œÍ!-Î6c¸É¼ò™]','wp-content/plugins/thrive-quiz-builder/tcb/inc/views/sidebar-right.php',0,'ë•¤C(9Âº¶G¤âÆ','ë•¤C(9Âº¶G¤âÆ','c6þçHNô°é2t`ý,Wü—¢ä5B4,Ã¬','',0,'?'),('yÝG¼½¸“¡î}qL‘`eJ','wp-content/plugins/thrive-quiz-builder/tcb/inc/views/sidebars/post-grid-edit-grid-options.php',0,'=\n‘àßnÝw×‚Ê¾±Ý','=\n‘àßnÝw×‚Ê¾±Ý','Ëõ6}r«jPxvj`ƒ¼æÓOªÂCÊÉŸÏË[\nè','',0,'?'),('šK—û‚\'©q¬af	ÕTÔ','wp-content/plugins/thrive-quiz-builder/tcb/inc/views/sidebars/table-edit-state.php',0,'HwGç\'ª	¸¬\r ý”','HwGç\'ª	¸¬\r ý”','d¸:[§uFrÑ§µ<B/wÉ\0f\'l×0Ï’/','',0,'?'),('—üFßúêE ´*i“÷Ð','wp-content/plugins/thrive-quiz-builder/tcb/inc/views/symbols/section-content.php',0,'ž ñgŸªÒÃP¯gm','ž ñgŸªÒÃP¯gm','­gÉµ×tdé‹jäz@ë¯“ˆàqÈvÛÝ-I3p†','',0,'?'),('î|¥&ˆÒ˜Š2‘U4Ÿã','wp-content/plugins/thrive-quiz-builder/tcb/inc/views/symbols/symbol-body-close.php',0,'±:Iâ&-Ç½Èˆ‡†±W-','±:Iâ&-Ç½Èˆ‡†±W-','8Êi†í„\Z ×DÛ7yÌ@Ý16fû“ZxŸZÚ«‹ª','',0,'?'),('\'ÔÑ	»Æƒ­Ö\0>à[ÏÚ','wp-content/plugins/thrive-quiz-builder/tcb/inc/views/symbols/symbol-body-open.php',0,'ÁÂy¦H…²PK–ŒÖã','ÁÂy¦H…²PK–ŒÖã','lzÆHÂ8ˆõä3Á	êDƒæ­dçÉžŒŠ”–‹.=','',0,'?'),('n¦]Á·\rWÆWPWšAû\0}','wp-content/plugins/thrive-quiz-builder/tcb/inc/views/symbols/symbol-content.php',0,'¶2üùu¼$Áñ´Qg›Ç','¶2üùu¼$Áñ´Qg›Ç',' ’çÀ‹xM.p¸)à^¨ßWMB¬š¨3Ú÷½XÙŒÔ…','',0,'?'),('õÑ‚×Ñc£ýFIÎþ','wp-content/plugins/thrive-quiz-builder/tcb/inc/views/symbols/symbols-dashboard.php',0,'Ö 3âìÄ\Z{âýð‰ý4','Ö 3âìÄ\Z{âýð‰ý4',';y}œyM—\\rxÐáD)3çhœŠ55™T3\ra¿f“','',0,'?'),('&8ÅÕOÀ²ìg‚`Öä37','wp-content/plugins/thrive-quiz-builder/tcb/inc/views/widget-form.php',0,'ï³SÅf÷³w	1ö	7','ï³SÅf÷³w	1ö	7','‘:-%—)S¬ÞÊy™ngÎö‰B.\'óÖôuÙq†×üN','',0,'?'),('»IÍÚàôé6ä˜Œ~=\n¦î','wp-content/plugins/thrive-quiz-builder/tcb/landing-page/inc/TCB_Landing_Page_Transfer.php',0,'$é!ÚZOÒµh4½¤V','$é!ÚZOÒµh4½¤V','ë¯dæë!“ª¨lì%ÑFI¥cny<]ï0ÎÇà’þ','',0,'?'),('M•öN	~þcW‰`<|q','wp-content/plugins/thrive-quiz-builder/tcb/landing-page/inc/class-tcb-landing-page.php',0,'0¦U.TO!úLJ¼§ÝóP','0¦U.TO!úLJ¼§ÝóP','Ö:Á?éöÞúë3ò:WÄz<u8+Ût2Î	¥®Ï','',0,'?'),('g].Ã¿#ó^\'Àøýæ…š','wp-content/plugins/thrive-quiz-builder/tcb/landing-page/layout.php',0,'xU(@à¿ñ!õ`ñû','xU(@à¿ñ!õ`ñû','æW+\"pš(Q‰ø8}î<_í›ðR€%ÃåBiA0&¡','',0,'?'),('RwpÆ†‘VÚÞd¨@ðÚÉµ','wp-content/plugins/thrive-quiz-builder/tcb/landing-page/templates/_config.php',0,'#&\"Ú­6\ZÈÔÌ5ôëú','#&\"Ú­6\ZÈÔÌ5ôëú','¡iU£Ýù®wù¸£ÓÏÞío,fg\Z-¤W­AsøZ','',0,'?'),('µ_å~›r­Ilf!È ¦:','wp-content/plugins/thrive-quiz-builder/tcb/plugin-core.php',0,'´ôPdˆ£ì*˜oˆàãOÍy','´ôPdˆ£ì*˜oˆàãOÍy','\0âHØ×æÖ@²éQÂ€å&f‚3!‡¸Õ©','',0,'?'),('¸vÓþj.—¥»oAz¤l‰','wp-content/plugins/thrive-quiz-builder/tcb/tve_settings.php',0,'¼ïnûŸoEº­àÝ.Ÿ','¼ïnûŸoEº­àÝ.Ÿ','¯‚ÉÃ<º¯?øÏ2\'¶ ÷ÿeFòÂgø<,úÜKð','',0,'?'),('½Ufºš5ªkRçcè¾à','wp-content/plugins/thrive-quiz-builder/tcb/version.php',0,'ÑO%BtU*/“ó²','ÑO%BtU*/“ó²','†&’P Y8`và¦â?ïUàÏˆ®KÉ^´Ø3ìBÿ','',0,'?'),('›Žòm×Ç¶£)`S','wp-content/plugins/thrive-quiz-builder/tcb-bridge/assets/css/fonts/icomoon.svg',0,'‰/åïkG¢ÔsŒ','‰/åïkG¢ÔsŒ','=¸3lì°Òo9`òÁ†0Y¼7y~âû‚]`¹^<X','',0,'?'),('×8©lG‚A˜ú…,&ÂÇ0','wp-content/plugins/thrive-quiz-builder/tcb-bridge/assets/css/fonts/quiz-builder-editor.svg',0,'	&¸eEÛ‘»z\"@Å<ÍÊ','	&¸eEÛ‘»z\"@Å<ÍÊ','\"6»àÉ¶É»ÆÏbfæ‚50,H3®Xœ ÖqS™ó','',0,'?'),('…8)´@;x­F‰‚ëc','wp-content/plugins/thrive-quiz-builder/tcb-bridge/assets/css/fonts/quiz-builder-main.svg',0,'íØ[àY‹óƒæù]äæã4','íØ[àY‹óƒæù]äæã4','‘s‰ûÓ›ñúñ°ÝƒŒTÀé\Z”[RâHiÆF(à','',0,'?'),('¶Z¸	pƒåH×<Æî1¸½','wp-content/plugins/thrive-quiz-builder/tcb-bridge/assets/js/lib/bootstrap.min.js',0,'«Ú„6„Ð\"ó¼\"¼ƒ’à_','«Ú„6„Ð\"ó¼\"¼ƒ’à_',')þ›`MÊj—ÏT²QUkœ>ä¸ÝÐ°	&ðàí&\0 ','',0,'?'),('#þÂSe”üˆ¯¦#`2ö0','wp-content/plugins/thrive-quiz-builder/tcb-bridge/assets/js/tqb-tcb-external.min.js',0,'nÍ8Ë°Æ¥gu©?$ý6á','nÍ8Ë°Æ¥gu©?$ý6á','†-X<=ÒDÕ1—]›\"Í ”¤ÍNÛÔVr>õ ë','',0,'?'),('æÖ³X•0Î£i¥Œö\"','wp-content/plugins/thrive-quiz-builder/tcb-bridge/assets/js/tqb-tcb-internal.min.js',0,'aXü“ŒÄLÁ/ƒî½%','aXü“ŒÄLÁ/ƒî½%','1û}ôµ¥×2uZÖÅŒBBdš\"öo ”(€h±¿Y<Ó','',0,'?'),('ÑŠ—7HÚ_ÅÈ$zT]+;6','wp-content/plugins/thrive-quiz-builder/tcb-bridge/assets/js/tqb-tcb-state-picker.min.js',0,'9c¼¨\ZÏ÷ý\Z¯}\"ýî','9c¼¨\ZÏ÷ý\Z¯}\"ýî','ó¥ÎÈ,|S©»ÃpM½ZYgØMjêÿþ¸L ¸–','',0,'?'),('Kôâî»/µ_ÚÌŒ?O¶','wp-content/plugins/thrive-quiz-builder/tcb-bridge/class-tqb-next-step-event.php',0,'MÜ5\n4„à›J(¹ò£Á,','MÜ5\n4„à›J(¹ò£Á,','QK@SZpÌ£‹ÚJ½•e¡£3ñy,q¢2ž(}\0t3','',0,'?'),('…îº½à’oÛ³íqvõVÂs','wp-content/plugins/thrive-quiz-builder/tcb-bridge/editor/page/footer.php',0,'—þ‹‰$¶i§Ïåá\ZÿèCg','—þ‹‰$¶i§Ïåá\ZÿèCg','v}QèDÕøå}V¢×Î®#éúkLXj™àV‘lÌE','',0,'?'),('ºÛøæÌZ °”Qï’üP','wp-content/plugins/thrive-quiz-builder/tcb-bridge/editor/page/head.php',0,'DC·\rÃ©ã—àéB­!¯','DC·\rÃ©ã—àéB­!¯','Þ	±’òÖ#Ä6îø¼æ&OýæÑVsË±dˆ|˜‰mC','',0,'?'),('Ë<@`T	RÆL?£({¬','wp-content/plugins/thrive-quiz-builder/tcb-bridge/editor/page/state-picker.php',0,'8·:¨ÿT\'aŠ”£«–«','8·:¨ÿT\'aŠ”£«–«','ÅªŸK¸†âÁ¥KL¾d·QÓ—;¡“ Wf°ÎE?­','',0,'?'),('T`q…?íˆÙ+ó`¼t ','wp-content/plugins/thrive-quiz-builder/tcb-bridge/editor/page/states.php',0,'f!7‚V6[q#b­jZ:œ\n','f!7‚V6[q#b­jZ:œ\n','³!ŸÚª•‡D^æÃ\\<Pëë¯ö½`ºìÚH¬OæøV','',0,'?'),('•&ÚÚÑ™m¤¡£µ¼‘©¨õ','wp-content/plugins/thrive-quiz-builder/tcb-bridge/editor/page/tqb_optin.php',0,'™$›t¸j\n³rad¢bß','™$›t¸j\n³rad¢bß','S×\'YæÀ/æ©°íÏ³Tz}l^!	êAy;Ñ9YkÅ','',0,'?'),('Þî½@\\â ¬Ý\Zô	¹ÙÃ','wp-content/plugins/thrive-quiz-builder/tcb-bridge/editor/page/tqb_qna.php',0,'L-ýã­/Oþƒ*@ézJú','L-ýã­/Oþƒ*@ézJú','!Ü.a’9†®Uy¼9x¯H`Þö/¦\rl`þ','',0,'?'),('\"í1ª£ RF¡àý’q_','wp-content/plugins/thrive-quiz-builder/tcb-bridge/editor/page/tqb_results.php',0,'õè …dGÏ¯ØÚ¿','õè …dGÏ¯ØÚ¿',':‚s@QÉNŠj«Ôvû¹i>VIü 1ª÷€','',0,'?'),(')Zv?_%µe|˜7-','wp-content/plugins/thrive-quiz-builder/tcb-bridge/editor/page/tqb_splash.php',0,'‘&ûX%¡\"-X¸¤‘–ÙÂ','‘&ûX%¡\"-X¸¤‘–ÙÂ','\"wS+Ã1rbè€â›\ZÆ0\r-½\r{Ï(eªô¹g','',0,'?'),('Éá^ôZð=­F	×ßêª@','wp-content/plugins/thrive-quiz-builder/tcb-bridge/editor-backbone/froala-extra-fields.php',0,'ÔŒÙ\0²é€	˜ìøB~','ÔŒÙ\0²é€	˜ìøB~','ã°ÄB˜üšûôÈ™o¹$\'®Aäd›“L¤•™xR¸U','',0,'?'),('¼h&n¬ÝÍx9¡õÛŽ©','wp-content/plugins/thrive-quiz-builder/tcb-bridge/editor-elements/class-tcb-dynamic-content-element.php',0,'³¹ýƒN¾¥ÛÈNA¶%','³¹ýƒN¾¥ÛÈNA¶%','NÍ­.ŠnÄÜ1 b·[4|¹@òWÆ%Tb§{reŠ','',0,'?'),('cSÔâ^Së#^ –æù','wp-content/plugins/thrive-quiz-builder/tcb-bridge/editor-elements/class-tcb-quiz-element.php',0,'Ž}A?Ûì€d}cÔ”r','Ž}A?Ûì€d}cÔ”r','ú&,‹1óíÿh¸ýzµýÔ‚6®BìŒ~r¯Í’^l3','',0,'?'),('q8À™™+°ë›ð¡¤¡±','wp-content/plugins/thrive-quiz-builder/tcb-bridge/editor-elements/class-tcb-social-share-badge-element.php',0,'Ã/,´ÿaóü œ<Yä¶','Ã/,´ÿaóü œ<Yä¶','.:ÿËL®1£™àŒ.-³(ÍVïÞíÙ`\0—fãC—','',0,'?'),('¨­À©0Og¡ÏØ','wp-content/plugins/thrive-quiz-builder/tcb-bridge/editor-elements/class-tcb-tqb-page-element.php',0,'Þ›»«–†FònáïÖ©¶','Þ›»«–†FònáïÖ©¶','cÝëB†c,Ó[“Ûç~gÀÌ­’}…”¤Ñ+èk','',0,'?'),('3èS\\nD©¢ÖÃ\r>t','wp-content/plugins/thrive-quiz-builder/tcb-bridge/editor-layouts/element-menus/sidebar-settings.php',0,'ë©Leød›ôÅ|9û±¸M','ë©Leød›ôÅ|9û±¸M','P—0ü]§´XÖV¹×ÔV4ê	˜˜T`q fîNÓR	@^’','',0,'?'),('æF0˜b~–8Ê—xˆ\"Oh','wp-content/plugins/thrive-quiz-builder/tcb-bridge/editor-layouts/elements/dynamic-content.php',0,'](agüs£Í±„jÆŽD','](agüs£Í±„jÆŽD','2Xì”&·YWoûTô›ŒZ¼¤œÙôV¸©jß«3o','',0,'?'),('´žz»äÑ‘\\íÌG£èU','wp-content/plugins/thrive-quiz-builder/tcb-bridge/editor-layouts/elements/quiz.php',0,'EãÇÑI\'…ïøuSègIá','EãÇÑI\'…ïøuSègIá','\"JÃ5œ3-7©òå9Ißñò¹#×LÅOÓÖ','',0,'?'),('¸È¯™0½:åÝºz˜M_','wp-content/plugins/thrive-quiz-builder/tcb-bridge/editor-layouts/elements/social-share-badge.php',0,'Ë¤LûBGW»“ƒéuTæ@','Ë¤LûBGW»“ƒéuTæ@','?nqž–u®•‡N^kúPz¤\\hÀWËûåË','',0,'?'),('HØŽ£ƒ³&“ÓíY½','wp-content/plugins/thrive-quiz-builder/tcb-bridge/editor-layouts/menus/quiz.php',0,'I‘ž)ÁÎð9.­ún\rØ','I‘ž)ÁÎð9.­ún\rØ','Ò¥ ¦pIà0ÚÀœ´0iŸT¡Hsµ\Z\'Éàî`æ','',0,'?'),('êàƒÚò—vt Wü\'ÑšôX','wp-content/plugins/thrive-quiz-builder/tcb-bridge/editor-layouts/menus/social-share-badge.php',0,'ñq‹$Ù¹xñ„Iû«þ\0Ý¥','ñq‹$Ù¹xñ„Iû«þ\0Ý¥','3c„nº†úz»B•SÈýh†pššï˜W‰Ù^%j','',0,'?'),('ºbx˜¸‡ýê–­ä','wp-content/plugins/thrive-quiz-builder/tcb-bridge/editor-lightbox/delete-dynamic-content.php',0,'ôÄð{¯\0l¯‡½7ÆI»©','ôÄð{¯\0l¯‡½7ÆI»©','(È•£Ë¦nÕe¹s<ÈûôQÑ*\'_^ÿy{YÎ†å','',0,'?'),('¶ò3D#•ÜÖ×êâh6','wp-content/plugins/thrive-quiz-builder/tcb-bridge/editor-lightbox/equalize-intervals.php',0,'ÚÐiJ¼æ |kì“Šã','ÚÐiJ¼æ |kì“Šã','”,0£ä5¶Úš]üöÃŒŠ”ÐOÒ(¼`ðúÞÔ','',0,'?'),('tŸ­Jðèüj6™Ÿ³z¡¿','wp-content/plugins/thrive-quiz-builder/tcb-bridge/editor-lightbox/import-content.php',0,'¨Œïº\\$½”‘Rk[','¨Œïº\\$½”‘Rk[','†9ÃØ‘é	™¹0î“ÛOƒÃÐå­µqVü4ÚÅh','',0,'?'),('hž½9£þd†m×`\\FE¬','wp-content/plugins/thrive-quiz-builder/tcb-bridge/editor-lightbox/remove-interval.php',0,' ì”ñ5“§<G‘;gl!Þ',' ì”ñ5“§<G‘;gl!Þ','Æ\r+4¤ê@M}Úq–ÕLR3ŠtÕ\Z÷Ð$îû¢yá','',0,'?'),('èØ:¯6“¢¤½¥\ZŽfÌ~','wp-content/plugins/thrive-quiz-builder/tcb-bridge/editor-lightbox/result-intervals.php',0,'¿<t¼&Â1Exå]T','¿<t¼&Â1Exå]T','Q#æéBRa/g}rÊýPì+Ãê·tkñÆCæö5p','',0,'?'),(':ìZïÆ|éXçØyYè','wp-content/plugins/thrive-quiz-builder/tcb-bridge/editor-lightbox/save-validation.php',0,'ÛWx^¿M‡÷0NÛˆm','ÛWx^¿M‡÷0NÛˆm','±ïùuëù!èL\09pCÄP:ÝàÒC%`^åãi 0','',0,'?'),('.±)\0U<;K ×ÒdýÍ','wp-content/plugins/thrive-quiz-builder/tcb-bridge/editor-lightbox/social-share-badge-template.php',0,'ŒÈ¯Hogƒ”_xOc','ŒÈ¯Hogƒ”_xOc','K»ÿÇ¨0÷á‹–udÃ÷çi¬óÒWXìØ©}ë4ÙK','',0,'?'),('Ï­’bi.‡*a¼ºt¶•','wp-content/plugins/thrive-quiz-builder/tcb-bridge/editor-lightbox/variation-reset.php',0,'UaON#ô\0ú]Ö¯¹Yw#','UaON#ô\0ú]Ö¯¹Yw#','Ç¸Œ©ùØ\n\'#’i…ò•ÒDñå(§üvbÜ_L','',0,'?'),('\\ÉúÌ#K*‘D‘dM’g','wp-content/plugins/thrive-quiz-builder/tcb-bridge/editor-lightbox/variation-save.php',0,'PÌ±±õˆsýÐÉ6ìq','PÌ±±õˆsýÐÉ6ìq','z&Ç]×á3Jñ1”65?Ê ÷(ï\0‹	Î.XþÙc_™¬','',0,'?'),('„5Õ1¿@dRhÌÝ&Ø÷','wp-content/plugins/thrive-quiz-builder/tcb-bridge/editor-lightbox/variation-templates.php',0,'Âÿt¶\'òšÐÈ´>ØÀ','Âÿt¶\'òšÐÈ´>ØÀ','\0þøVVÐÊ\ZœçÇ[ŠÊçRnêÁÇÀ+Öauÿ9â–','',0,'?'),('}\"OÿÃg£\0½÷zŒ¤','wp-content/plugins/thrive-quiz-builder/tcb-bridge/editor-templates/config.php',0,'^CÊ´nœBát	\rÍR†P','^CÊ´nœBát	\rÍR†P','8ˆõ½\Z£¢ž&¶ÎN†~`4%	÷OlÿKif¿‚','',0,'?'),('K³Q¡€­d®ºµ³E}EŽY','wp-content/plugins/thrive-quiz-builder/tcb-bridge/editor-templates/social-share-badge/set_01.php',0,'²Úqó…´Ò(è¼','²Úqó…´Ò(è¼','?¦\Z›Ë¡qX©{0a´ÆØ¼}Ù„uhB1Ògâ´76','',0,'?'),('ÛÈžV±~k<X±r1›j','wp-content/plugins/thrive-quiz-builder/tcb-bridge/editor-templates/social-share-badge/set_02.php',0,'íwÀü®7Šn:S|N…®','íwÀü®7Šn:S|N…®','üpÂä=E†\'Ä	ÙÎÆ¨’®_WÂ1‚§ªŒµEê-OÐ','',0,'?'),('x“[Îß%ÇÎŠ°\nöPß','wp-content/plugins/thrive-quiz-builder/tcb-bridge/editor-templates/social-share-badge/set_03.php',0,'@²_0‡? œTV¸\\1','@²_0‡? œTV¸\\1','0Ó‚@o¿Ë‚Zpð#ª‚¶e•èQ‚¹Uj¦¸Wº','',0,'?'),('ƒlÆÅ¦škBl\\ìŠoÀ','wp-content/plugins/thrive-quiz-builder/tcb-bridge/editor-templates/social-share-badge/set_04.php',0,'¹›˜¿X*Ò†p`°DÍ—q','¹›˜¿X*Ò†p`°DÍ—q','\nÜF…“ù–ï›òTBâ\n²\'ESNd;êÞŒÞ˜7ÁUL','',0,'?'),('%–Ð¦¥j(VÄZð›’.','wp-content/plugins/thrive-quiz-builder/tcb-bridge/editor-templates/tqb_optin/template_1.php',0,'ÀÙZp¹y´w’jnk¶·','ÀÙZp¹y´w’jnk¶·','e’\"ÂCdç¸	Zã—?þþ8º†>,cýÜPÊf,+C','',0,'?'),('[ýk·[ï‘‘__¸È','wp-content/plugins/thrive-quiz-builder/tcb-bridge/editor-templates/tqb_optin/template_2.php',0,'Y)ý?¡öƒˆÊ†zYêû','Y)ý?¡öƒˆÊ†zYêû','>g\nâsZÊ™›ŽËbÚ¸\\vÁÇæúy7)y,\\Æ¾ô<','',0,'?'),('DËsú„GšÓñ¯','wp-content/plugins/thrive-quiz-builder/tcb-bridge/editor-templates/tqb_quiz.php',0,'¤| ¿³ÚMè”µmºé8','¤| ¿³ÚMè”µmºé8','¡ÈyZ,Æóiú-’Ô8úVÒAò„º»ûÁNö ','',0,'?'),('î?d~Á›·ïh‚ì7ÍŒ','wp-content/plugins/thrive-quiz-builder/tcb-bridge/editor-templates/tqb_results/template_1.php',0,'¥˜±np^ ò;©J”6tf','¥˜±np^ ò;©J”6tf','>¾@\"€E6a§Q¥ý_êpóøXhö ‘ûµ#“','',0,'?'),('W+¯¾’(®¶f2ÈÇG]','wp-content/plugins/thrive-quiz-builder/tcb-bridge/editor-templates/tqb_results/template_2.php',0,'Õ÷¥4s­†8@À\n÷Fu','Õ÷¥4s­†8@À\n÷Fu','®DßêŽ•šïüÎ|;Éá²ÁÎ\'9ÿaÝvºšù,³Ñ','',0,'?'),('Á0†èê­¥æÒ\Zÿ¸þ]€','wp-content/plugins/thrive-quiz-builder/tcb-bridge/editor-templates/tqb_results/template_3.php',0,'Â®v°FØïc&ð…©','Â®v°FØïc&ð…©','8-ò¡óÌ1)gÔæ7VñÊâï‰0Ë®ÌÏrg-¬','',0,'?'),('ü°¸.³â4É*¹‡É} ‡','wp-content/plugins/thrive-quiz-builder/tcb-bridge/editor-templates/tqb_splash/template_1.php',0,'g•\"7ë{íÇ+å	DaJ','g•\"7ë{íÇ+å	DaJ','öæˆéç²eYS†[q£üŠ~hO¼æ\"¿V\"~—5¡˜ ','',0,'?'),('{Í	;ÒgŸê±5[z:Ž','wp-content/plugins/thrive-quiz-builder/tcb-bridge/editor-templates/tqb_splash/template_2.php',0,'®ÒÁfÈîT ?G‹\\ë','®ÒÁfÈîT ?G‹\\ë','úbZÁh]¶”ÿ[%§~\'\\¤¹|½‹pÏ¬‹³kU','',0,'?'),('«f¥ýÍEÏnBNµÑ\"','wp-content/plugins/thrive-quiz-builder/tcb-bridge/tqb-class-hooks.php',0,'\0D‹s\Z [÷gri½ó3ï','\0D‹s\Z [÷gri½ó3ï','	Aw<¹Áã-Ú&ö³·kK	Dôµ.• ¸¬^Ûåí','',0,'?'),('‘^A{LÞöã~n Î','wp-content/plugins/thrive-quiz-builder/tcb-bridge/tqb-class-tcb.php',0,'¢Vÿ·ëi/¨ÜÚ•@2ì','¢Vÿ·ëi/¨ÜÚ•@2ì','ÐŽÞr\nÕÛŠÕ„Ñ½»¯`Ù$v\'’úÅŠÓ‘%ƒ³','',0,'?'),('T¥u°ŒbºS\0€\"}¾þ','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/classes/AjaxController.php',0,'#?‹…§gÅ4u¼×\'æþ','#?‹…§gÅ4u¼×\'æþ','ÆÜ¯FaæÖfM-ÔAÝÂÒurf)£}ó\\_QYä°}','',0,'?'),('ì;tE7¢$û¦?lJgJÇ;','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/classes/Product/Abstract.php',0,'Ïó·²ÕÜ¬µ¨Dk¸','Ïó·²ÕÜ¬µ¨Dk¸','·{·×ßz»`éžÂú—M¼„T<k wTÆ/ƒÀ','',0,'?'),('/óX˜¥ËþÔˆh‰³ž','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/classes/Product/LicenseManager.php',0,'V†­ñv±˜\'\0¤^÷ï','V†­ñv±˜\'\0¤^÷ï','qj9~sZa œAš(í-±T¨©pÿl½Ûªeš*O','',0,'?'),('SÎjŒIÖÝVƒÕ{õnÊ','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/css/font/dashboard-icons.svg',0,'€å”ß„ÎlÍÿX','€å”ß„ÎlÍÿX','é!†¥v¶hfI8§ú#|sú`˜¨pU›™dGC	`Ç','',0,'?'),('Ç·ƒ…BuÐÉWÍ’)','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/css/font/icomoon.svg',0,'|öL×µ¶¸~x#©Œ','|öL×µ¶¸~x#©Œ','4=õxŠž\"†„\"€VÇˆl1H³û2­¶wê¬|','',0,'?'),('GKö½ð1=MŒFf','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/css/font/tvd-icons.svg',0,'ÝÛK÷jõü¯(Ç*·ùî','ÝÛK÷jõü¯(Ç*·ùî','ž\nÂk&c$D×ëÉ¿ÏÚPaÅƒîù¨²»J©šs=*','',0,'?'),('åÆ*~ë`GvIÖS36Ê\0','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/css/images/paste-blue.svg',0,'\'	™Rˆ]ðWg¡b”¯	z','\'	™Rˆ]ðWg¡b”¯	z','š>G¿¦¾Gª\rEò=Æç…^¬¨)¾8ÅK=)°^','',0,'?'),('æu3òæ–3”Á°ÎÆY=\0','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/css/images/paste-green.svg',0,'¢ˆ¥”™W½-¾±%|áBù','¢ˆ¥”™W½-¾±%|áBù','÷x®•íw\"Nj€pèæO(\Z ¿ÐŸn\\Dñ€','',0,'?'),(' ø/¬cƒí;œ|•í2É','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/css/images/paste.svg',0,'ïÏj[Ed#@ßV\"@l_ê','ïÏj[Ed#@ßV\"@l_ê','wÞ5ër\0õj}2éâ<8¦Rå±¢Jå¯Ð‰OM¼t','',0,'?'),('8Ï*„\'÷ï9³Rls9','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/_crawlers.php',0,' -^b€s¹”f‹)‘i',' -^b€s¹”f‹)‘i','6¼2¡ünÂß~*\\;ß`i\'ÝùaþKlÊÊŽôí','',0,'?'),('\"’Ó¬@©Ÿí£òÖ!N‘Ð','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/access-manager/class-tvd-am.php',0,'ªÐÀo¯ ²\Z{×WRÐß','ªÐÀo¯ ²\Z{×WRÐß','¿¸Ü$™ˆÑÈ;?su™l—p6øè˜¡|lÏÿv&„','',0,'?'),('U¸#	*Øgì+áf¸','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/access-manager/includes/assets/css/am-icons.svg',0,'tLò=|ÁÅR—–jlÉï','tLò=|ÁÅR—–jlÉï','Ùæ’ùü7ÖMz_D°±m¡cY†Ud×i[£ÈŒx.Ì\Z','',0,'?'),('10:€k*KˆF…9Hx“\0','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/access-manager/includes/assets/js/admin.js',0,'Ö$5—¤k’÷O\\•7õ','Ö$5—¤k’÷O\\•7õ','’ï‰ˆ¥FGèÇhÅÇOWÆîþx[„ö»’IŸB`4&x','',0,'?'),('ˆD»E,D›ï‡h=·¤','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/access-manager/includes/assets/js/admin.min.js',0,'ÈÌå\'ããµˆ :ô×IË','ÈÌå\'ããµˆ :ô×IË','†9ÒSd©Àd×bD]¡ÑU\ZŠ“HùA„¼ÿ3Y‡','',0,'?'),('¦3D:{‹²ÆÆoH+œ','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/access-manager/includes/templates/access-manager.php',0,'›žó€yÝíFƒž4@‰Y','›žó€yÝíFƒž4@‰Y','\\qÈá;¥6ÚœNƒŸXÚ6~+l -b’7ÈQØðæ7Ö','',0,'?'),('¨Ð‘òZqõ¦‹¤Ö×ða','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auth-check/auth-check.js',0,'Ê6ý·¹oÊ´—‚•Ô)¨°ÿ','Ê6ý·¹oÊ´—‚•Ô)¨°ÿ','\\eW€»zý7û6÷£J+Ýˆ×u$·êÐ¸ÿ¨0Z¾Èg','',0,'?'),('ï¦–6!ÜVßrˆÍ¬ñÁ','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auth-check/class-tvd-auth-check.php',0,'ÏÈ=÷ÙÇ½MÚ±‹tÉ¥b','ÏÈ=÷ÙÇ½MÚ±‹tÉ¥b','M‡ïE	äÚ¶Ïê‘2lŒs¥™kXËoEÇÏª3#','',0,'?'),('®Šeî-þ€(=5ZÙ æk','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auth-check/handle-login.php',0,'«Pçv3éÄ±ÿ‘','«Pçv3éÄ±ÿ‘','÷[DòŽ\rS¢8¨hÑTM¸0\n7MñU#&¡R\ZÓ','',0,'?'),('—4¡©SOøÍ—åð9¦Ê­','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/admin.php',0,'=mªu×I–UyyùMn…=','=mªu×I–UyyùMn…=','b‰€™K‹Q|æÍIæ9å¿‹þUM.«ºE ‚Ó¿','',0,'?'),('èÞ4L]:FTcñÃ ÆM','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/api_log.php',0,'Ü<ÎŒòùí0\rèwª','Ü<ÎŒòùí0\rèwª','ÍcXoƒò\"¸à(ª@&±L;´3T½}èzS?Žw','',0,'?'),('Ö\rùÜ×$Ûí¦mâEõZš','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/classes/ApiVideos.php',0,'µlr§öGÀU@ÍŠ{Véê','µlr§öGÀU@ÍŠ{Véê','Èlî\rÐ!:Œélñª-º…8ApØ\n9 ²‹9Ž¤V','',0,'?'),('åõÜ¤©C–£ù†\r¦Zq}','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/classes/Connection/AWeber.php',0,'<ñÛ‘g¯ƒ/e¬äCé¸','<ñÛ‘g¯ƒ/e¬äCé¸','µ6 Ÿ“U„¡˜ïê™†˜š÷(_=D7ät],A©rø','',0,'?'),('Wé@\nDÞ åïHz=€=Z¯','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/classes/Connection/Abstract.php',0,'Óú’†˜·è™ã1æ†A—¾','Óú’†˜·è™ã1æ†A—¾','³²ZA{ë‡Iu?…4‘_rç¶¬\rÁ>“Ü””Q9æ','',0,'?'),('WšÂ)^ÌÍ½rÍˆ‡','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/classes/Connection/ActiveCampaign.php',0,'Ö\r¤`WWÔJZiI™¦','Ö\r¤`WWÔJZiI™¦','aÓmD­‘ó=±¦Éõ	-?‡Ÿ«CˆÃœvÐÉT&†£R','',0,'?'),('ÏŽ8Ñìv%E…»û‰Hl','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/classes/Connection/ArpReach.php',0,'³í,%Îð¼Ñ+Yëü¤„','³í,%Îð¼Ñ+Yëü¤„','ºþd¢;‹Ú„ÎõyÜuX4ð¨\n=¢C»áz&›pl®','',0,'?'),('À$žýI©ªG£¦=µtE9','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/classes/Connection/Awsses.php',0,'Š×|ù«þ9ªD\"ív\rÚ•','Š×|ù«þ9ªD\"ív\rÚ•','šâ™Ž|§çÀí¦Ý(¦ ¼)Ièê–#*œ7%','',0,'?'),('pl66FÈ¯;ì¹è« $','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/classes/Connection/CampaignMonitor.php',0,'ã¡D—Î@í?Pˆ/á7¤$','ã¡D—Î@í?Pˆ/á7¤$','ÛƒW-ãß¨ú{]£~Ü·„á_†}míaÁˆv›Ÿ¦','',0,'?'),('Ã8fÜ¬ônïçNiañ','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/classes/Connection/CampaignMonitorEmail.php',0,'[OVÄÎði‰Äàh•ðÌX','[OVÄÎði‰Äàh•ðÌX','ØnëÚ„‚!\Z\\ZúY/ I¢¿/-NÀ¶å´¿ÓŽC','',0,'?'),('×)±ýF“â!·B¢Üª','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/classes/Connection/ConstantContact.php',0,'¬ët‡w>ßmÁ*ç[ý›¡','¬ët‡w>ßmÁ*ç[ý›¡','6Ó`ãgp^~ëÇ}¶µ¢%¸ŸzÎ‹GÔ÷i¡\"ê-ƒ?','',0,'?'),('\0¬·†¸ö¿KÎÅ¯=gô','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/classes/Connection/ConvertKit.php',0,'¦Î ‘hîZ.„”>$’²','¦Î ‘hîZ.„”>$’²','ÏNR‚\\h\rîÕXqOµ!F\"0Ùñ÷}ÙC®õ>çRLœ','',0,'?'),('ÖûÁE+×S×æH!,^ ','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/classes/Connection/Drip.php',0,'¡”jÏ4‡þZ¢~T§ç','¡”jÏ4‡þZ¢~T§ç','Ž¯È~ÑËŠ¾AT‡¨»¡ë{µ/¢Û%–*','',0,'?'),('„ú­\n8y€{Š«…T6','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/classes/Connection/EverWebinar.php',0,'ÕH4ô¢òþt¶\"›F9×)','ÕH4ô¢òþt¶\"›F9×)','+zÿ¢ Âã.öl™Q¤RÍšj™x‹ßÛxs´9àû$','',0,'?'),('“£j““×œ–Òeaf,ph','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/classes/Connection/Facebook.php',0,'¾	<‚FØå»d\nú ','¾	<‚FØå»d\nú ','q8‘’=B|ŠIRbŽ1ÎÈQ5°õ€XÔíÈ@»{æ','',0,'?'),('	?p˜ *jú´Ãýþº','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/classes/Connection/GetResponse.php',0,'¢“\nÜ-@=Và83&]','¢“\nÜ-@=Và83&]','„™ËKiNï{G”z™\rëoàä6*¥Ì+J-GÇw€4','',0,'?'),('šÒpµ²#¶÷k9ðLN','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/classes/Connection/GoToWebinar.php',0,'cÛ?L³Ê¯t9©å³­—6','cÛ?L³Ê¯t9©å³­—6','3U1%šnœyþµÚÅ¦ÅWºA^ÍiË !®,µ¿C','',0,'?'),('&µ7Ç?ølí9 ¾»0¹Í“','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/classes/Connection/Google.php',0,'Q;¥ºšRJµ-Eyû×','Q;¥ºšRJµ-Eyû×','ë/ŸÅÎ]Q#OË6?HSùúÍÚŽ’<h5Ö+Ñã×Ûø','',0,'?'),('$¯Zù‹	sÂû]IŸà','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/classes/Connection/HubSpot.php',0,'\0îf0\rýû\")Ò½rÔ¯T','\0îf0\rýû\")Ò½rÔ¯T','\"åL5™’V_™lL“¥¶ RÃÆ.Ê„¾Jöß\"pà','',0,'?'),('¦=XÜd‹¯=+¿äbûª','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/classes/Connection/Infusionsoft.php',0,'IŽx•ÑèÑHÜSæÍÊ_V','IŽx•ÑèÑHÜSæÍÊ_V','6{[>ï×3)rÓûËhË-³>u£c×™ÔŸç†.Z','',0,'?'),('Ö¤dËÑŸS;YçE5g','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/classes/Connection/KlickTipp.php',0,'½1ƒí\ZCqÀª5eßë','½1ƒí\ZCqÀª5eßë','É!ªS§Ü×0Z-þUë\Z·)[BÕÖ\0˜æ3„ÊpPP;','',0,'?'),('.ÿõ\r—;µmó²¢r*c','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/classes/Connection/MadMimi.php',0,'°EI9XÏh­b\\0ÒE”É','°EI9XÏh­b\\0ÒE”É','rq8Ï(µ¥•õ´×/î)RBµ’ø‚ÿ=Mý+ÙIqy','',0,'?'),('ïéI‰÷gAo±@å„æ','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/classes/Connection/MailPoet.php',0,'Jót²CìiCú\"0ºx','Jót²CìiCú\"0ºx','xøŒc\\ý¢5`æ€Â8¿8;‘À{ˆ\r²“T','',0,'?'),(']r*5xjŒR2eBCá','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/classes/Connection/MailRelay.php',0,'#Žq§F3\nKÃâSyéÞ','#Žq§F3\nKÃâSyéÞ','Ý‹:o1Û¬Á3Ï+\"¯Œ)–Nß¨V|c¡á¤f2','',0,'?'),(',BÙ±né:VA±¸µ','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/classes/Connection/MailRelayEmail.php',0,';µSÞ¿þpJ¼/	³U7Ö',';µSÞ¿þpJ¼/	³U7Ö','¤~±Ú?7…®”’,`5ÜYÛÆ.$	uÅšMø	Ù’þ•','',0,'?'),('Hui	jÇ…™­úsšá2Â','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/classes/Connection/Mailchimp.php',0,'Â£ž¢å«ÃGcÝJõˆÕ,','Â£ž¢å«ÃGcÝJõˆÕ,','T;1³\03ÊÐŸÉ* ŒÄÞ?Þ$Zfx%ÖJ­œÁØ¢','',0,'?'),('?Z|8­ªîëCíáí¤','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/classes/Connection/MailerLite.php',0,'\rª8{›ÆnÑ»‰ß\0ë{','\rª8{›ÆnÑ»‰ß\0ë{','K‚¢H{…©M‚/ŸÓ\ZÅ¢0gX_{L|<îóÑìNB','',0,'?'),('|¥KŸ\ngwãg Þ×Ê','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/classes/Connection/Mailgun.php',0,'ƒÑé‚â¼ù>xëÏ¸=','ƒÑé‚â¼ù>xëÏ¸=','tüCâkiŠò\\œYäÄ#•ßF_\\sUÈ«,f•jñ','',0,'?'),(':Ã1\r*]bé<H×ñpá\0&','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/classes/Connection/Mailster.php',0,' 2P=Ë?\"\0™',' 2P=Ë?\"\0™','h‰Vì	cÊ‡}7XÏOôÒb=-Û®äûÏ|XËY¨','',0,'?'),('*R7Å†íRyyƒqt¦]R','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/classes/Connection/Mandrill.php',0,'¹ÄÛÂBè5¤ÆpWÙâ“','¹ÄÛÂBè5¤ÆpWÙâ“','­ç[2Ë×BTV=gÃ9ÈÜý¼ÀÑ ©9Ä3ú áE\0‹','',0,'?'),('Ê¸¡,¬ÛªAô{¼þý','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/classes/Connection/Mautic.php',0,')SU\rŸ€~Õw|ä$',')SU\rŸ€~Õw|ä$','½_aRwd~4ÙlRZY-ÙùšFª×Ä«öjFÅôÉ›','',0,'?'),('QËczÖáw_9ƒtâá','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/classes/Connection/Ontraport.php',0,'Œiê`ƒN‚)V¤h“','Œiê`ƒN‚)V¤h“','ÏDY©g>ÌÑ3À°l^÷B€Xu³yÜòûÜŠIK²õ','',0,'?'),('üÆ¹We¢·lÞQŒ›','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/classes/Connection/Postmark.php',0,'66\'JåÎ˜¾òçÁ`KÙ…','66\'JåÎ˜¾òçÁ`KÙ…','T†`ð;R*{èæœRd/¹ƒN„ÝÝô·Þç°ƒ÷\Z','',0,'?'),('^e…¨;\rŒ‘ï´‡¿ÐsrÆ','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/classes/Connection/ReCaptcha.php',0,'O·‚ÑEŠþ6æ™ÂŒì','O·‚ÑEŠþ6æ™ÂŒì','U‡ÁêÉE\n¹;®©KöËÜk&,ÝBÓXºàð‘8¶','',0,'?'),('‘í¼H¯˜1`D~%\ZI#','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/classes/Connection/SGAutorepondeur.php',0,'GÂüJnÜ,Ž1.O%;¶_','GÂüJnÜ,Ž1.O%;¶_','ËZÍñÑßùsBèœ;¹>gµ˜zÂ$ÛG|Ö&&3Z','',0,'?'),('!øÍÊÍgu¨ä½¼!¸ÒM­','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/classes/Connection/SendGrid.php',0,'§L¤\nõ^£§ÏlÞ¤j','§L¤\nõ^£§ÏlÞ¤j','1Ž¤åYÕá@±*7©Î»P3MŸH´˜ùwggâ','',0,'?'),('5ò]s‚wÉv&£s?šÚ','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/classes/Connection/SendGridEmail.php',0,'®WWÉñm€k*à}=*‘h','®WWÉñm€k*à}=*‘h','ëÙ•|ÜËb$£ u§ËhGRí¿\Z‘÷ˆ]ª®[','',0,'?'),('Œ›¥ÉgvLj·ñýZx','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/classes/Connection/SendOwl.php',0,'íìüO|møúŒ„ø¦›\r','íìüO|møúŒ„ø¦›\r','¥F¨c_ëy—@åÌº¨Õ±½\\ÐÁ=Æk	]¦>Jõ?p¿','',0,'?'),('ž‡à7ãê?C3‹?([ì¸','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/classes/Connection/Sendinblue.php',0,'ÊëfÁXzn¸)_dµ~Ë¬','ÊëfÁXzn¸)_dµ~Ë¬','N a#“^i+è\0Cõ6¸4˜˜âÒ}tÃ÷+g~®','',0,'?'),('F!ûs³D\\ÃI%xC£•“e','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/classes/Connection/SendinblueEmail.php',0,'ôøŸ{‹4÷Ï‹ˆ\'žr,<','ôøŸ{‹4÷Ï‹ˆ\'žr,<','­ìt©­~3GÀ÷Ú{£ýDVìµGh—‰¢Kñ=¢ä','',0,'?'),(':´=½CðmÊpOCäñð','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/classes/Connection/Sendlane.php',0,'r²v AŸÍŠœ×»+äó','r²v AŸÍŠœ×»+äó','OyÇ=½dWw6nË7ƒŒO3nwÁ§N\rñ_Èæ','',0,'?'),('qZ–»ƒ¨ç:‡…¾','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/classes/Connection/Sendreach.php',0,'lí[0»mˆµðË5ÔÁ`f','lí[0»mˆµðË5ÔÁ`f','ÀNýµRÉÔ‡~\ZJÛ«ŽÀoUÃ.ùìBmýü¬c','',0,'?'),('€¬å½,‘é¥\0Ù,€{','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/classes/Connection/Sendy.php',0,'±uöz1³úx¦ð1_»H','±uöz1³úx¦ð1_»H','_äñâ=+80¨˜ìo´¹»¦Ìôñ^ªâ…‹\r<í','',0,'?'),('•@YØ…%‘œ· {ÎˆH','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/classes/Connection/SparkPost.php',0,')CÑ´5Hm	h5mæ%Ò',')CÑ´5Hm	h5mæ%Ò','Gã\'…ŠêkG503:¼EÏZÝ_ªëÃÆå£ü÷ˆôì$','',0,'?'),('’|~Âù2zýû¹ú£','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/classes/Connection/Twitter.php',0,';³|æP W¢ù»GŠr¿',';³|æP W¢ù»GŠr¿','>ä:…Q=¸r/ƒRDr]gëº^&tt´S{®¨B','',0,'?'),('†flá<’É\ZÄSbâr÷','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/classes/Connection/WebinarJamStudio.php',0,'Õí_=Ð\r(j_­s','Õí_=Ð\r(j_­s','>’îë¯‹GWÔBWÝÚ·²œÃšU«Œø‰8œžêÛ7þ','',0,'?'),('i Î˜ó¨ÂÄ¼õ-ÇÊ$WJ','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/classes/Connection/Wordpress.php',0,'Ñ\\xâiªûõùRhh¾6\n8','Ñ\\xâiªûõùRhh¾6\n8','û9œú—×¿ð6Xå£9²Ê±T(„Å›øê§íª','',0,'?'),('.;vÎJSŒ\Z÷AãS)J	','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/classes/Connection/Zapier.php',0,'®&šú3GùâùŠip¸²','®&šú3GùâùŠip¸²','ü t¤²Ù;ýûÜ]¼GÎ¶†+V}l×oçãè½°ü','',0,'?'),('Ë¬7{i1{ºŸïP·âj','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/classes/Connection/Zoom.php',0,'Ísxj|×”×Î¨„åhÉË|','Ísxj|×”×Î¨„åhÉË|','bÅÿ.)‡”Ø€yYØ†…» +ÄiT£XIF','',0,'?'),('^•y=ð°½j~2ø,','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/classes/Connection/iContact.php',0,'„POe>3¿È|NÀd*£c','„POe>3¿È|NÀd*£c','i½&Ï÷©¼Ïq\"ˆ¶N.»œ¢\\Î]¿£ÔA5û~¸À','',0,'?'),('(“ÌFóê±Oai\0Ez@','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/classes/Connection/v2/GoToWebinar.php',0,'Ë~¸	\rÓj\r¬Ä¬jÖ_Ì','Ë~¸	\rÓj\r¬Ä¬jÖ_Ì','rBÍ-Îgó†¼™\n’9½ôã´ðf÷K3Ds¿}w_“','',0,'?'),('”û}d´œ×QDd„×¬,','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/classes/Connection/v2/SendGrid.php',0,'¡Z\\ì€°t‹qÂR&','¡Z\\ì€°t‹qÂR&','ÃÁ—ýÑ“Ødm(!žµ÷Q’.\\ÚÚÓQ*Á¡°rÂÎ','',0,'?'),('ýì$/RüÍõAÇ”ŸA ','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/classes/Editor/Controller.php',0,'Èoßð·÷GõŽÜ ëÅ','Èoßð·÷GõŽÜ ëÅ','šÕÅHÓè˜Ír„ï¶ÄyI¶q/c¡v¥ìQIž*\Z“D','',0,'?'),('§`\"Ê×¦D\ZCíýù(ï','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/classes/Manager.php',0,'.[ûêvÀŠ¢“1efÇl','.[ûêvÀŠ¢“1efÇl','¤\ZLnX9òªpcº%f,ÊeÚžõ–v^Ýÿo5ø','',0,'?'),('K6I(À£ETÓ5÷‡Å ','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/Base.php',0,'+„&…Å®65©àÄÿi','+„&…Å®65©àÄÿi','p²¤Ê‘ƒÉ6K:‡\'ƒ:2Ìýþ©~â%ýÃª8Ä‹mû','',0,'?'),('x¬z´¥ãá”G9•	xlð','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/Collection.php',0,'N$IÖF#;Ñ•¡“B]','N$IÖF#;Ñ•¡“B]','ÞçBqôVaÓ‹š‚Ž·\0Öõyyû.Pð5‚ûì','',0,'?'),('mÆ¯1§Á·\\Ø*ÅÞ>§','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/Entry.php',0,'Ø¿e#ª¢ Ïý#ÚšÈ›‡','Ø¿e#ª¢ Ïý#ÚšÈ›‡','x¦É…ŒaZ*6-&ØIÈ±y.-xÊ·uÑŽv=ó%','',0,'?'),('öÀ‰ÒXSí.E¯d”(','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/EntryDataArray.php',0,':¨‰;Ç€XI²ã7»Ü',':¨‰;Ç€XI²ã7»Ü','´˜µò%¸P¦Á$¾Õ—UÚæ©‡#‡WRná¥y','',0,'?'),('Î·ÛG¾ãÁ¡ÀL½»SŸÞ','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/Http/Response.php',0,'84Õ¼Få6fÕem¨','84Õ¼Få6fÕem¨','æ7ˆÍÃ”sÆ#àõ‰‘Ê;§\Zà\Z™ä0¨$','',0,'?'),('x\0ùd—eä>‡Ü¡¯X','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/Oauth/Adapter.php',0,'™@t33cYÃ¶úí_…','™@t33cYÃ¶úí_…','Ñþít¦™—a!gŠ&åŒ|E¬IÈˆbêGÈ','',0,'?'),('~9}[¯*×hŽ9yD','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/Oauth/Application.php',0,'eÕ&AãX ¯>ÿUØ“N1','eÕ&AãX ¯>ÿUØ“N1','Ø”rŽê–ÃðVÎ§s\"†ýu	\ZóxÛqÉ}¢ƒÝ%Ž','',0,'?'),('ž=Þ=EÐ!q›6Q','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/Oauth/ServiceProvider.php',0,'öT¤øïã#·N¯ˆÈ¾','öT¤øïã#·N¯ˆÈ¾','‹?.ÛÞoÂÔI›‡´È‰fÊŸ²yw4ÎÖpÅ7','',0,'?'),('–+—i.N»%*	ch‚¢','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/Oauth/User.php',0,'¾V›Fþtÿ„¼}‚Öet8','¾V›Fþtÿ„¼}‚Öet8','“sœ2eårŒ’G?¶i—ÔP¡ìf…eþT$½26ë','',0,'?'),('ûÿKó£\rL±Ué{|','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/Response.php',0,'›û±\\Ò”´Þ7.ø‘AiÀ','›û±\\Ò”´Þ7.ø‘AiÀ','€R»„zàš S¥¶lÀFÍ!É¶§0°Ðz×Ø,‡@aA','',0,'?'),('í@ö®¯?Â\rÆÆHÞ=²','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/ServiceProvider.php',0,'P£™©†•ôFrÙ¸GÄF','P£™©†•ôFrÙ¸GÄF','\'vD‰kŠôfŸ–é½™1Û®Ä¡‡h†8ˆ®9Žþ','',0,'?'),('û2ÍóÄ“Dö]\']ŒÇ Ÿ','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/exceptions.php',0,'Q™©šeoâÙaÎñîrÛ','Q™©šeoâÙaÎñîrÛ','Ë1¸Ì·Kl®á»$Ž…äØÌ}¯ê¡jfžŒµ¡!','',0,'?'),('!¤ÃÁì•öëÁVpZ×%','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber.php',0,'{NŽ‡DÄXM³{s¡B»W','{NŽ‡DÄXM³{s¡B»W','*IÅÏcÏ”ˆ‡K+§Rê¯ì±ŽíqoúŒ€ª»]$sÿ','',0,'?'),('…ÿq7“¨Q™­«)¼Ì','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/ActiveCampaign/Exception.php',0,'Ð;.@1¹¥æŠå(Rüà¯','Ð;.@1¹¥æŠå(Rüà¯','v%#{/¸v<X°&3r’¹µÖ‰=Äÿv¹lîö\\','',0,'?'),('Æ9{ú‡`JeA=×ô_','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/ActiveCampaign.php',0,'z<Ç¬ƒ@à§¾','z<Ç¬ƒ@à§¾','õçãvÄGv”xÉ… ®àŒìÀâÏñ:qÒãÊMm«ý','',0,'?'),('£Íà,Aûß±7ôQ%','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/ArpReach/ContactException/Exists.php',0,'”\"±óí8Ij4Ûm÷–ì±/','”\"±óí8Ij4Ûm÷–ì±/','Fp:—øë½kOmçh+ªð‰êúrªôí²dLŒ','',0,'?'),('*b\nß,í*õß„%¹ßñ8','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/ArpReach/Exception.php',0,'Êç°Vû~n®µ|P€¸','Êç°Vû~n®µ|P€¸','7óo¦…™76’‰S«¸ÞÚ|VãWÕz¨fÏg©õó','',0,'?'),('Á¯;àt£!Ä=„íW…Ü','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/ArpReach.php',0,'*6¥µOß¥Þê·4\'žÍ/','*6¥µOß¥Þê·4\'žÍ/','ÊÊ\"cºçÜî£¤¡¦ìÁóÊPZÏWQ}zjÉ‘x ','',0,'?'),('1e‰Éa¼9ÎqeíY¿_–','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Awsses/Exception.php',0,'¢¯í™TÈsQ^ëØAŒÚ','¢¯í™TÈsQ^ëØAŒÚ','ú\r+°&¿Íéà\Z`ˆë\"šÌ•\\^çHÃ »2C','',0,'?'),('ýD…¤X¸3Ï…Ì?@ß,','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Awsses/SimpleEmailServiceMessage.php',0,'ˆ‘3@€Ÿ]h£·Ž«','ˆ‘3@€Ÿ]h£·Ž«','JÈXv)\0:²|Z>¨„7–V¾¨.m—ð¤ç6|ËÜ','',0,'?'),('Ç\"ºÒËÁÕ\rÊÝ«.¨Æ­','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Awsses/SimpleEmailServiceRequest.php',0,'d!\ZevÏÓƒ ILîÄb','d!\ZevÏÓƒ ILîÄb','i£¸/U¡p<¸	ˆœøšr]›¢1a±“êô=¡P','',0,'?'),('€ÀµŠ;ÃÛ=½ZÑ?~','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Awsses.php',0,'áÙ½d~òHaŒ÷¦½¤*º','áÙ½d~òHaŒ÷¦½¤*º','¤F›‘þ³ÁÑeÙ³vW)¿WW ØE²Sy›ÿ•M,ˆ','',0,'?'),(']h\0oé(9—qkøyÅý','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/CampaignMonitor/ClassicEmail.php',0,'£m¦©A‹l„\rÄ\ZC;IŠ','£m¦©A‹l„\rÄ\ZC;IŠ','ú 0ß©Ó¿w¸Kƒz9ØÊÀ¦›Eù²Ît Ûˆeµ:','',0,'?'),('ýW4æ\\¿³9#ŠI1õ\Z','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/CampaignMonitor/List.php',0,'ºÚi)jˆÝ€Œþ-ŒSo','ºÚi)jˆÝ€Œþ-ŒSo','Ì<fš ~Ñy2ðµç¤¹;,ÏÅÉ4ÆÓl‹&','',0,'?'),('µk0ð^sE7	ˆR–Þ5','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/CampaignMonitor.php',0,'ä”?~u,Üi;+ç·L\0E','ä”?~u,Üi;+ç·L\0E','¾J{ó‡~YôŽ-äâ–´JÅbå)Ó{CŠÕ3–?)q','',0,'?'),('tlWÂ½€<ì8Þ\0\'(íÄ','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/ConstantContact/AlreadyExistException.php',0,'C(všƒÊ5x®¡c?t+m','C(všƒÊ5x®¡c?t+m','*—ž|ÎŸÐ55`%jœÏ\r›Æ|Y^jE^‹¬Y¹†’','',0,'?'),('áÍÕe?lk×¿ï¼	','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/ConstantContact/Exception.php',0,'éÀ ”è*þºq½¡®À','éÀ ”è*þºq½¡®À','ù.ƒ½ª¸U”tðò¾”ÈöŒÙô¸yÌÂÍ\'ó~{?j—Ö','',0,'?'),('ãõƒžæÑŽæi¢ÿ7™','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/ConstantContact.php',0,'è]e‰cù-«¤9¦Ê','è]e‰cù-«¤9¦Ê','ÃVåüFTª… \"ÑD91âÆ÷\Zø=7ßœ±2ø™','',0,'?'),('Dãü¶r4„ž_Ä^,ñ{','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/ConvertKit/Exception.php',0,'Pù]FQÍ›¦µä’r—Æ6','Pù]FQÍ›¦µä’r—Æ6','œ [ûÆÕ;ecSBšÁõ\\4ý`Õe™bä¥×{8','',0,'?'),('WA|ÝÎÐZ2œ²c','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/ConvertKit.php',0,'ò>üx#Ž?Q¸·^•»s5','ò>üx#Ž?Q¸·^•»s5','0FÏsR>•û´J÷-§Ð8¶9Ó]óèrj*B¿ô%','',0,'?'),('C)%ò\n,0˜¢œjT‘7','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/CustomHtml.php',0,'ò„.ög°uÃ“vHMˆ','ò„.ög°uÃ“vHMˆ','3‘±o*[» m	ôÁ~É0Ùžxy8JQCe²ËQ¨Qê‰','',0,'?'),('‹°’5bXŽ,åùþKqIïè','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Drip/Exception/Unsubscribed.php',0,'Z~Áft!mt—\0*','Z~Áft!mt—\0*','ÙÁÄµ®i!{MÐ,Ë£aÞwô3ß8Ô¤Â™ç	²3Š','',0,'?'),('ùŽ¯ïÒUÔRºÓ-ÅSâp','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Drip/Exception.php',0,'Pª¸÷ü“äÙ‘â¼a]ÞJ','Pª¸÷ü“äÙ‘â¼a]ÞJ','˜â“¶£wéCþ(’	>9‚‘ÁÉ‹,L\"ì*','',0,'?'),('Ä™§·RŸ¬›pç»›þÐ','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Drip.php',0,'Ál›’ê·ÖŠÅçmÈ.˜L','Ál›’ê·ÖŠÅçmÈ.˜L','î!\\Îë’¼äãhƒœ.ãhH’HKºžþCwÐ Âd','',0,'?'),('+õ|Á˜»^×eøôäIj','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/EverWebinar/Exception.php',0,'Tôã.õ\0uîie½Ò','Tôã.õ\0uîie½Ò','þ¯1rè…Õ½aGkDÄ†0½K&‡Æ’%7!WõF­Â','',0,'?'),('Ö” Œ”Èi¢dÓîFç(','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/EverWebinar.php',0,'®b(¡m2\0Ûá¥Y|ì2D5','®b(¡m2\0Ûá¥Y|ì2D5','…¨¾)T>¼Ïë×Ö\"|–ðPÁ<åáñÆ]2Îg','',0,'?'),('ãùƒJÂëåãgV”}š“µ','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Facebook/Base.php',0,'Á&ûó:t´H´áW¾Cm','Á&ûó:t´H´áW¾Cm','“¾é–`ªÅ‰V;\n;ò®ßŽV,n8’\Zúœf\Z','',0,'?'),('!…ð8¸Âë›3ÎÊüÄlÖ','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Facebook/Exception/Exception.php',0,'¹‡Ù†ÈÆJÀ%\rÔC‹','¹‡Ù†ÈÆJÀ%\rÔC‹','oØâ·‚\' U‡õ/cw¥Óšõ\r`ìœ§£Ü¤%SU®','',0,'?'),('Û‘Þl”Ç¨\\wÍõy«S','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Facebook.php',0,'\r^~È· 4RÐ³½õ–,','\r^~È· 4RÐ³½õ–,','õbžŽ˜M0ãs	y÷‡)ÿŒ&ŠS¦W³£íw-Qh#','',0,'?'),('¸U`u¼*PX““Ð7‰€Þ','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/GetResponse/Exception.php',0,'V£»÷Ú«ÈæÍ²å¢VS3;','V£»÷Ú«ÈæÍ²å¢VS3;','Ü²¾·\0ëû8¾ù‘)ìÈPU©j…yAÏ’ÕvDU','',0,'?'),('_Ñ±Ì¯£¶_K¤?P;','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/GetResponse.php',0,'ÚLÆ#Yû¦[ÚDó ±öä','ÚLÆ#Yû¦[ÚDó ±öä','CL	³—Ž†?æ–:E0œÉûêí^ÂŸTˆz£°[','',0,'?'),('+•m`Q Å¿läö‘£j','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/GetResponseV3.php',0,'˜ß•`UZ2¢ø¸ò&áH','˜ß•`UZ2¢ø¸ò&áH','*f¦Õ)¥KdE†Q‹L>aÖ7dT®x\0?Lö¨','',0,'?'),('ŒU¼–ûGå“, ¯v×yX','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/GoToWebinar/Exception.php',0,'=†UqcÍH¨!ïôf½','=†UqcÍH¨!ïôf½','ñpYú}2YzôSªXës\\–PqíÛÉ|š&Ç','',0,'?'),('¿ˆPü‚!ÃMz¼Ð‚','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/GoToWebinar.php',0,'ßøõÇ¬¡’½MçÂÑÌ','ßøõÇ¬¡’½MçÂÑÌ','Å†\0.ÌìF\Z’º”´òHf¾ñï—â,/N2æÎ’2','',0,'?'),('\'¸üÒzçÉ#c´®\'îÛ¼\\','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Html/Renderer.php',0,'ØšÓ`*ÂÌ?¿»iv¹','ØšÓ`*ÂÌ?¿»iv¹','ŽhD0Lb™ÿÐ¬$RCÙ áö¦˜¸k6)ÊO™}«¬','',0,'?'),('%éz+âW3ü´6þÂ`G{','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/HubSpot/Exception.php',0,'ŠùQ2NiùÌòã<gŸ','ŠùQ2NiùÌòã<gŸ','!ì8ÄuüW\"9ÛËœ–Àþš¹Ý¥ùõ}˜%¡QØ1¬Y','',0,'?'),('ž¨ÛŒî> z>','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/HubSpot.php',0,'Ôu5a¼cÈÄú¬·','Ôu5a¼cÈÄú¬·','oaËÜ$Ð_˜2*¦ã\ZUÏÆvŒC– [¶3[‹Å','',0,'?'),('>Ê™hQÈÌäÛá9é-ÞÌ','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Infusionsoft/InfusionsoftException.php',0,'ïÜ`„7ìÙ|z]-Ó{¬','ïÜ`„7ìÙ|z]-Ó{¬','Æ¯od‹	„tä„Ø¿“âc!p™´\'Û”õš‘¿«l','',0,'?'),('M“ÊiŸ¡¹MY¡H¹ú\r¦','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Infusionsoft.php',0,'ÍŒ;ûêÉÛæT‹wÆ','ÍŒ;ûêÉÛæT‹wÆ','ÂN¶^2Ûá/úgÍ¼¸éÿÂ1à}Ï/_Çm+k¾ˆ','',0,'?'),('6‹Léé\'f>ÏÉ0Z#','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/KlickTipp/Exception.php',0,'*j$°]¤bšeQôŠ=B','*j$°]¤bšeQôŠ=B','µ-Ö)ý´B¨–bRZ¸DXt¡“~Gú#pþÁ—êŽ','',0,'?'),('³yÂÍçø“­ÄyÏvÖxÖ','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/KlickTipp.php',0,'¨ásM¬öÔc§¤jc>ŽI','¨ásM¬öÔc§¤jc>ŽI','I’\rWrj†‰Ý³7 ~\"!H9ÊÎ˜>UÀ‡lÍÐê','',0,'?'),('Õë×Õé$(úáÌlˆ¥îÆç','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/MadMimi/Exception.php',0,'³PÅ ¹Í”£ºŒu½','³PÅ ¹Í”£ºŒu½','ª:}vœ7øn›´«—€ñªò×â$»î3ªý} }','',0,'?'),('®®Ûw¦µ)´cŽNFM/ ','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/MadMimi.php',0,'(|Ljy6ªçÏº¯•&\01','(|Ljy6ªçÏº¯•&\01','õ=@°¬úÎmû[âÎ‰š#	x„–dž¬ãQ-#¾Xº','',0,'?'),('_ðZÎou˜Ã\Z¯ßÑi)Ð','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/MailRelay/Exception.php',0,'¨AÕÅH•w~ÚÌ‚$ñµ¢','¨AÕÅH•w~ÚÌ‚$ñµ¢','Ö&ÕVïiR§fYÖi¬™ƒþò¢T¼é«5^Öé¿ËL','',0,'?'),('\ZV›ç¤©•F\Z€¦¹v]','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/MailRelay.php',0,'‰åÔ‰¼—þóx¸.Ï®µ','‰åÔ‰¼—þóx¸.Ï®µ','­ªÈëw6YžóKƒõ‡Êwò	Þ¾\0;ÑD+®Â,OÓ>','',0,'?'),('+e6u&—i‘_Ó‹•','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/MailRelayV1.php',0,'³CÎ}&aŸý¢¶·’T','³CÎ}&aŸý¢¶·’T','ýBÅkÌò¡àÎÊ…6íëFd¾\0—ßh8ø¬`ú','',0,'?'),('†r~Ö«öÂ„\02w','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Campaigns.php',0,'œeIi´­é`|ä(·8Y®H','œeIi´­é`|ä(·8Y®H','Ä¨Oý|ì“¸B…yRÛCÞc„j´îžÖ9n©›','',0,'?'),('ÁÉñ˜«\rOp³(8²¸','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Conversations.php',0,'¢‹lSÄä@²ø,d{Qâ','¢‹lSÄä@²ø,d{Qâ','ÞæéüÖ`Ì1;E JnCÎ(¯\0­aÖáŠ0Ql','',0,'?'),('/AÖŽë5‘5–DoÚ¨s','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Ecomm.php',0,'¶ÎY£žS³3¥Xi¢\Zêàñ','¶ÎY£žS³3¥Xi¢\Zêàñ','ü»ó\'¢\0MŒ…\'?è\"a,7ÛözÅ\r¼ðuT|tŒNb','',0,'?'),('CˆòÛÌÉÌ[ÓZÿ™/fé','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Exception.php',0,'DÐ¢ñO%Æ¶€‹už¡ÿS','DÐ¢ñO%Æ¶€‹už¡ÿS','š:Cjeh#‚FD}³T’MäésIG¢/põl‹8…8','',0,'?'),('É‹_{1sf/d_ø‚„wp','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Folders.php',0,'Ï2R×lOWC£@³U','Ï2R×lOWC£@³U','I\'0¢á*ÊØ}Òº Ë`XüóÂ½4ßíII®•Y','',0,'?'),('KV˜yT(÷öD-ØK8i','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Gallery.php',0,'êë‚ÌåÀy}{™%+OŠ|','êë‚ÌåÀy}{™%+OŠ|','”D~\"ús^SG*Øð¼ùôPr\\l¡A_’´:','',0,'?'),('¸˜{†fZ…?œrQ¤+·','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Goal.php',0,'K\0üÀö9ÎêNÀá','K\0üÀö9ÎêNÀá','¬‘Áw¥3\"Ž…ñ°ˆyÃÔ©NzB‘äI‡éiº}wWS','',0,'?'),('TÛwy\nÌðÒåTh¼¡i3','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Helper.php',0,'a ¶r¿NSœvEmÆó','a ¶r¿NSœvEmÆó','n¯›r`\r?ÞaÉ‘ÌDWÜÈÀ\\à¨!6{yjX‚\r','',0,'?'),('¾8@QEp¤u(•o5<','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Lists.php',0,'\\°¿6ª\rKl˜“œ^¤','\\°¿6ª\rKl˜“œ^¤','ügFX5j¦ãÍ	r³<ù©Úý´½%“Â|Q','',0,'?'),('Žq¨ÎYò E¥%Îïd','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Mobile.php',0,'–»ºˆÕÝ‘óò/Î’lÃä','–»ºˆÕÝ‘óò/Î’lÃä','6®Ycà·W	Òý%mPŒb÷M}µ0ÇZé¢=åR‹','',0,'?'),('à9þea„Q—$åe´','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Neapolitan.php',0,'¬®œÑ‹œÑœ´_//­','¬®œÑ‹œÑœ´_//­','OhÌ -Š	9ú•h¥lÖBá0›—QJ÷_\nê€','',0,'?'),('[bJcc>4áek.Ôòa','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Reports.php',0,'þ¨a¨B5°—F¡W{','þ¨a¨B5°—F¡W{','ü0O”©Gg¢cú,oô<\"7“Ìæ©õÄfþ¦eMš','',0,'?'),('=«?X\níQÑá£dü:ÖÎ¢','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Templates.php',0,'íÅü³ïÐA?U«šÿ','íÅü³ïÐA?U«šÿ',':ŽèC½q&ïmË¥•±Ëùlû‘×ÙÐœÍ4¥l','',0,'?'),('=ªýŠû\\:\Zƒó$úk8˜','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Users.php',0,'ÿQ/çv¹œ‚|sš2:','ÿQ/çv¹œ‚|sš2:','Ò´åV\0o=¼üFdÞ;ic©²\0uh-¸Í»ü','',0,'?'),('ÞŠ’\'(T‡ô£+o}‹tÌº','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Vip.php',0,'~SÀŸÀºcævó.·¿','~SÀŸÀºcævó.·¿','£ü`ÿ\\ÏEŒWÛÛéŠ‰ÿån	\rnÂ‰™§±?\\.\'<','',0,'?'),('c(Ç¸à¢I¬¹Vãq·d','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp.php',0,'­Ä’V~çi$/ìFÛ','­Ä’V~çi$/ìFÛ','\'Œ$7û,¥zKØCßägvz%„Æ)°Ftkw','',0,'?'),('kD-£\'k9p7‘â?>Âƒ','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/ApiAbstract.php',0,'@Tº¬1.U?˜ÿô¼ú€n','@Tº¬1.U?˜ÿô¼ú€n','6‹²v:ß—¡ºÁð”‰È\Z˜Ö%\0}Û<°ƒl<v','',0,'?'),('Ä¢‚ýœ§Ú¦äŒåÉd¥','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/ApiConstants.php',0,'^YÚ¡©TfI’æº~ï·\r­','^YÚ¡©TfI’æº~ï·\r­','ÒãJvAÊ,Š„f(#•Œ»±)ëcˆØó=|—þÛŸ7Ã','',0,'?'),('S~àL¡öxü]\"ÍˆnH','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/Campaigns.php',0,'ïÑÇ°öýÈºŒÐ\n¸üö','ïÑÇ°öýÈºŒÐ\n¸üö','\r2 ­ ™*™f55/ôw*Ô]YkùVrŸÆ±&B®\r','',0,'?'),('ßh8je•6ã,¿øU&Ð','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/Fields.php',0,'\Z#:B‡ãþ:MGfDÝ','\Z#:B‡ãþ:MGfDÝ','`ôëÐ\Z&UÆÊYhÒ¸ñxƒ`¿GõÓ7žâª» ì9¥','',0,'?'),('õ\'(â)u/×ŸW_Úßó‡K','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/Groups.php',0,'v×±½€±h‘–Ð.êGp ','v×±½€±h‘–Ð.êGp ',')fÙÌÞ[w„®x¿\ržûA~+UoOêÝ±fTV’IÅ','',0,'?'),('\"5úUh®DÙk´u¥µ¯ª','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/Lists.php',0,'Þå‚<‚$!\r±\\°$¨','Þå‚<‚$!\r±\\°$¨','Ö\ZbV£–(üS€[ä¯(ÀàQ—æŸ)a±²‡û<d','',0,'?'),('±¯ª!æÃÜ5nÓÌij','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/MailerLiteSdkException.php',0,'äp–¯ÝÁ¯Ä0lßä¼„','äp–¯ÝÁ¯Ä0lßä¼„','òíü)Ì­‹a@)Y\\Ö‘TÊ»w7é¬¼Š<RÑ >›','',0,'?'),('XÁú±Ì¿è	Ý¬ìÖCž','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/Rest.php',0,'„©‰…‚Ác(ÛƒDùò›','„©‰…‚Ác(ÛƒDùò›','«Ñ©ü¬e&.pŽ&E#	ì¢újTë¯Œ-òcˆvpû?','',0,'?'),('Á¤~!”1˜@–Oò¾N','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/RestClient.php',0,'»oRvÚýëÆÿ‡21','»oRvÚýëÆÿ‡21','kñ”€çÚ	ÒØ.<v=÷hÒ2mÝb\nœØP*–ÉDZ÷ç','',0,'?'),('€Á™€ˆòëÃE¨o','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/Subscribers.php',0,'do¤³W“CÎ•Yá„¿mc{','do¤³W“CÎ•Yá„¿mc{','Ûì„³³îŸ[WYQXYÓ´F£ì$Ò#ˆÈ$åÀèøT‰','',0,'?'),('¯|FU@æ_¸sâ¥0^D','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite.php',0,'34H…a«¢\n®< óh','34H…a«¢\n®< óh','Uþ•EUÚÛÀƒîl~Å\næés¼{ôÐ¸g–E~	É','',0,'?'),('6¢làxà{0hºs×ÿ™Q-','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/Api.php',0,'©ió´þikjuM','©ió´þikjuM','¾;GœBv wë°Ø†`i¸pô‚¤‡µ –¯ç','',0,'?'),('«n3ŸsÁ±\"_s†–za','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/BatchMessage.php',0,'®f¨ôe¼×ÜÑ¤Tì(','®f¨ôe¼×ÜÑ¤Tì(','µÄ½Ø‡{5Ò5¶gŒs÷Ä¿çŠq¾áËý•g¨Lœ','',0,'?'),('›_¾-S\"E°õáºL™·3\"','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/ExceptionMessages.php',0,'ºÂN¤èè¬“a@JO÷7¬Ð','ºÂN¤èè¬“a@JO÷7¬Ð','½ÿIÚs\nTÈ©c^1A¾o›¹î\Zë@ón«];é‘','',0,'?'),('ô\ne\rÝ»(ý›ePc¤à(Æ','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/GenericHTTPError.php',0,'y&œ*í¤éô‹Á›7?]T','y&œ*í¤éô‹Á›7?]T','·õúß›ñ„%Œba\'*|Vxÿz¡!cÈBK±e\'a','',0,'?'),('Š©–¦óG#Uœô_Õ','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/InvalidCredentials.php',0,'ÿ¢Kòï•$\\J5;â»;','ÿ¢Kòï•$\\J5;â»;','€‘ÃÐÈzì1O™ã¢rªÎÑE÷´i‚×ÝI\'ý8‡+','',0,'?'),('Ìxˆ¦œX.²ÇïîFÒH¿','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/InvalidParameter.php',0,'èî¡]é^ßßPÝFÝ','èî¡]é^ßßPÝFÝ','À©%ƒ\0Ô7|ÆÙ9ï]K6ý8}Y†Ó£Œ†Ô&p5','',0,'?'),('„°rIÇvQlO^{“¢Ž(','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/InvalidParameterType.php',0,'G‘L…9ucA—\r¸ûœU$','G‘L…9ucA—\r¸ûœU$','Ò&KúBq\Z—Øv+,ÈBdº6C‰Š®ÚEó.9^K\n','',0,'?'),('õñÝêi)‡<“¬	L¡ú‰','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/MessageBuilder.php',0,'Ó+\0•÷ÖTRn­¬áª','Ó+\0•÷ÖTRn­¬áª','§	Æùâb^²š¤á0ƒò¡•/ƒU^öÄàñâì','',0,'?'),('@…-OÅy[Ÿ‚-iø¡@ø','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/MissingEndpoint.php',0,'šð™IjüþÆü_íz¼','šð™IjüþÆü_íz¼','ÔðŠJ}B¦•*Ò\Z>o4½iS\'ˆÎËrg\\3$Eš','',0,'?'),('õ?Q•šL~`¨ñªàw‹N','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/MissingRequiredMIMEParameters.php',0,'ºðNL`«è¥±©¹§]Æµ','ºðNL`«è¥±©¹§]Æµ','Ù\n7•î_á×]yºö\rÉ\0+WàÞ‚¯ÿ¼<è\rÆ7#¾v','',0,'?'),('Q«ôŸì&nmÆ™Bc…&','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/MissingRequiredParameters.php',0,'ö¨zº¹väïêžWa§8»F','ö¨zº¹väïêžWa§8»F','kV×—çÓ­¶4Ü+\"V›!«Äjû˜»ø_¸$d','',0,'?'),('0ï«6‹‡÷ž:àvÐRö','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/NoDomainsConfigured.php',0,'eÌ\0ÞH`üÙ²@Ë±‰§5','eÌ\0ÞH`üÙ²@Ë±‰§5','ž‘˜åÓ²Î¾gºv†þŽ3?~¡¤àwú²','',0,'?'),('ÌN9ùü¤«¸™XdlZ´','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/OptInHandler.php',0,'zÔZ|û:ä:[¯t!ú\Z','zÔZ|û:ä:[¯t!ú\Z','†»ïÜ—ÿ$.Ì·šQI+7v\\MÕv»','',0,'?'),('`6ì¯¾)Áw<™èd3','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/RestClient.php',0,'3´6¯VŒÈ K;FŠ°é','3´6¯VŒÈ K;FŠ°é','mÏ`Oã{í‰R¶–M€	•Ýe>Ð¹Ò¼IU¯@Ñ','',0,'?'),('´³ÈÞl1M¥žùFâmr÷','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/TooManyParameters.php',0,'*<0ô’™7!<eª÷-¦','*<0ô’™7!<eª÷-¦','k·ÕßM5ëò¢1}j‘ýœÞ’ü•$‰Ê«)_\\‚','',0,'?'),('Æ&ÚCx±	ÈVÞ¤õþK','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun.php',0,'EàåÞ\02d‘ÔÓIèmC','EàåÞ\02d‘ÔÓIèmC','&:0mÒHbfÙ’Þ¡‹¿2ŸæÛsóFO¶“¶Ï¯tJ','',0,'?'),('\0;DÒˆOäQ„þÕ†','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Exceptions.php',0,'ÙçÈcFNWR*&G–Šð','ÙçÈcFNWR*&G–Šð','($¥“Œ€o†Aå¦šY.»¦\n‚Ã9bIr÷IÇáüeÊ','',0,'?'),('q%ÆK-–¬acz»\\€òØ','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Exports.php',0,'Â¯£ÇÌíƒ£W;ùÉºöS','Â¯£ÇÌíƒ£W;ùÉºöS','ï<öq±K¥µ§«ûœÈ>u	ÇnÏšoýJ‹†\'eÁÎ','',0,'?'),('–í)ò8Ló”Ì¢…¨j','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Inbound.php',0,'Z·y=?D¯{|‘6¶9\n','Z·y=?D¯{|‘6¶9\n','½ØjavQîî*é£Šœ.Ïiýê´I•ö\rWë^ÐQ','',0,'?'),('~º³ÊîÁJöž·Å];','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Internal.php',0,'Ì3ævFk+`EÖC<8Pá!','Ì3ævFk+`EÖC<8Pá!','sP³ ­‡‹N¯U­F*èM\'ð \\@Û}ñ¢ê.U_üË¤','',0,'?'),('Ÿº¤y\0o-&aîÊû','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Ips.php',0,'\\œ\'ÝLÝ%£¦[%¾ë ','\\œ\'ÝLÝ%£¦[%¾ë ','‚øºÒvŒg‹FêšGÛÞi¥¦¨ŽÛÁøZp','',0,'?'),('Œug­h\0Ô÷h$·§','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Messages.php',0,'´¾¤Ò/*ž[OF§Ýä','´¾¤Ò/*ž[OF§Ýä','êb•Mû9×\r?£ËæJr9é¸9Š—m!ý<…','',0,'?'),('ÇÚ[®Z@x\\9mý¹{b©','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Metadata.php',0,'°¾Ü€ÜA¥‡\0þ[J /','°¾Ü€ÜA¥‡\0þ[J /','Ä\0¯ÚD…Bð\0ê€\"ôUÄî|((\n*?ž7àhyäk','',0,'?'),('Ë©yÜ}W¼ÙÁÏ¾Cë¦%','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Rejects.php',0,'¦½#	t:®p+j5=l=ìü','¦½#	t:®p+j5=l=ìü','[-°ˆ¢æ7Ü:?ŽE\"÷Žÿ;KŸ_;Öê**q','',0,'?'),('t{•Ä‰¢îÜD/íY÷Í','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Senders.php',0,'[5nhW¿QÈkmÌ°>‘','[5nhW¿QÈkmÌ°>‘','0˜¸§.“œš!*å¿Õ,	àÉ»Ï‹ŒÈÍ$P´Ÿ','',0,'?'),('hÆqü{*)¤ƒN6óZ','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Subaccounts.php',0,'9ÚÏ•+IæÍÇ¿³D@','9ÚÏ•+IæÍÇ¿³D@','Xv/¸FŸ5+,POS™¾¦}á((Ö+tŽçû±­Â|œ','',0,'?'),('ÝºªtÈ8K#Æ]ª]ðIŠ','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Tags.php',0,'…5RÌšåmÎ‡ÎéŸ¤','…5RÌšåmÎ‡ÎéŸ¤','æz¹B”ïÆB¯(«-màÝÍ7ËÇ¡¨Cìž‹n','',0,'?'),('Ô¡EîŽˆVN\0¡bºyÞf','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Template.php',0,'±6D\'ŽøÛ :®Ù¯\\È‚','±6D\'ŽøÛ :®Ù¯\\È‚','	tŸÃ@‚½Äß;ßgwñ£6y\Z ,vu2à<w=Õ','',0,'?'),('ñ?B˜²L\n¿aÅé¨ƒdµX','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Urls.php',0,'v4ËwõõÖî!±±r›ô','v4ËwõõÖî!±±r›ô','JÇûŸEºq‚zŽÄà@áïùÕ—óÙ“ø\no\0’','',0,'?'),('p¡´±\0GT¼®¡}Z','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Users.php',0,'÷òoUÃ¤ö©Y|—Õ\'¹','÷òoUÃ¤ö©Y|—Õ\'¹','u/5ÎI@ƒœ¯$Ñ0Î4å\r¾EK	C½óòF','',0,'?'),('‰EÎëƒmÂKm#§ÍÕ','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Webhooks.php',0,'•ömø”‚ÍVW®°eÌÂ','•ömø”‚ÍVW®°eÌÂ','˜Ûï¾\0F¸¥ÆX‹hƒ$l1$R÷ÏT\'PÏÑá','',0,'?'),('Ùž)‹Í	…7WBøŠ{F’','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Whitelists.php',0,'’S¿eÓ2Òaú¨*& tà·','’S¿eÓ2Òaú¨*& tà·','ùœœõ©Ùg×ÅUÐu@ÈG†W‡¥À±ÓÞKMc','',0,'?'),('E\0[|\'»Gou	&àØ­¹','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill.php',0,'(äR)öí	˜È1Xš@>','(äR)öí	˜È1Xš@>','çY­bûq\r½[ÃI‚ª	½ñî]ÀkïÖµó\'Ó:;','',0,'?'),('»6ñ=þ²Q>\0¡›=','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/ActionNotSupportedException.php',0,'é8yð*GŠùþdšÜˆ','é8yð*GŠùþdšÜˆ','þÈ\")~Ø1AÊñð„(/§4³Ô7gB§cBGx','',0,'?'),('Úˆ=ïs¯½<F­Ïà‚Þ','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Api.php',0,'ÃðbÙEãÛý$@š^}$','ÃðbÙEãÛý$@š^}$','0¼FÎ²Ìšƒ^âÀ½”<Òö§›:…¡ÏL¢Ni','',0,'?'),('UÛ©ÎxÐ:D™äêtêË','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/ApiAuth.php',0,'HˆËâ2ÑýýñÖ\niÂ7È¸','HˆËâ2ÑýýñÖ\niÂ7È¸','•\0=KŠ?³;;X£èaM²\\Åfñnsü^M\Z','',0,'?'),('ß%¿ à©V|{#UßÄG›','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Assets.php',0,'g\n±¯„Í`•@ U»^ÿ','g\n±¯„Í`•@ U»^ÿ','“Ä*˜¯JÄåˆÝ®V<a Úˆ\nùö&lóº\'×í','',0,'?'),('Luó~’Òæå_QµÍˆ?Û','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/AuthInterface.php',0,'|Û[5ŽZ>h1d/È#','|Û[5ŽZ>h1d/È#','w^¹Ê,Œ¡¦*ê”Þ+£-`ÉêÒø¼nq¿Å¤Ýw¯÷l','',0,'?'),('³N”Uo^£;Ñp³|î·Í','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Campaigns.php',0,'Þ³ÅèD¥øÍŠHØˆr‹·','Þ³ÅèD¥øÍŠHØˆr‹·','~úmÙUÔË*û§sýÅº¹y¼X·™Š^f:ÁJ	gN','',0,'?'),('‘°Í\"ê#º–å¶y2=öÍ','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Contacts.php',0,'TÄèÔ“#aG\'EÿÏ¢','TÄèÔ“#aG\'EÿÏ¢','Áy\'õrÐño*H‡yyöüÐ™njl\'­ÚìÏ	\'F5','',0,'?'),('ñXl`tæT‹Wr( Ó‹','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/ContextNotFoundException.php',0,'J¬ˆeS<i1¶Ô*¾lcx','J¬ˆeS<i1¶Ô*¾lcx','IP›£ªª¡­€qÞà	Â_¡–&”E¯vR;*R<Ò','',0,'?'),('³ŸÄ´!Ôà4yaiBçÀs','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Data.php',0,'_5êt•àÙk!¸Üú[õÊ','_5êt•àÙk!¸Üú[õÊ','\Z|)ð¿âžúƒi±³|K2²þäK\'©ò*©IMØ	Yp','',0,'?'),('aüE.#åÖQžåÀ¥  ','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Emails.php',0,';0§MTé©üå\Zl¹V',';0§MTé©üå\Zl¹V','WŸá¨Rˆ<0OEó‚V”ÓCjÓX~ßm¯dÖ&²¡A','',0,'?'),('þ¨£^nÙ	¬óï‰NRã','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Forms.php',0,'Q´›ä™Eš7þKRr–í','Q´›ä™Eš7þKRr–í','u!ùà\rg®†òÅ€]E­B2ê¤¯ùe¢‹Ã‘-qðZÜ','',0,'?'),('ÝAäŒË¢îvÒWÆíÄ6øì','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/IncorrectParametersReturnedException.php',0,'˜ƒw›^ãš­¸Ë{ 5õØ','˜ƒw›^ãš­¸Ë{ 5õØ','¡°\Z¸9§˜ª¯X3ê×¨gnh•ÉIûµFW†nÝc','',0,'?'),('WDA¨7\r¾Ï3F\Z0¤.','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Leads.php',0,'Q(Ëýê(åA`/{{†GR|','Q(Ëýê(åA`/{{†GR|','0Mw×4|ƒLM°£ì8)ÈöR”kÍm|Eœ×ŠáQËû','',0,'?'),('ÛzˆÇl¢˜ªÅ‘i™’:?','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Lists.php',0,'¢±n¼¬ÃÕs­^N­Ï[Î','¢±n¼¬ÃÕs­^N­Ï[Î','Ã\Zv6I4éÆ°˜ñHÿƒÂ²ˆ|ìsÁ 5í¯¦È§','',0,'?'),('LáŠZÐjŠyˆõ¬o]«','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/OAuth.php',0,'Æ#?Â)ÚÐ#ÔjKêß„›í','Æ#?Â)ÚÐ#ÔjKêß„›í','±SãMÝ’œß ¸À¥jLl‚ÅíujÆ\\‰¡Q/wè¸ª','',0,'?'),('x¦/“T¸Ä™ó¼sÀ¼','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Pages.php',0,';õdÂÚ˜ñ\0;«R•œÂIã',';õdÂÚ˜ñ\0;«R•œÂIã','<]ïùô[™~\"¤û¤&FÞV–ÏŽhD¤ÿÒL©™','',0,'?'),('(™g8W{§9œ=2àPÐð\n','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/PointTriggers.php',0,'o£m¾kcJnû \0gMËu','o£m¾kcJnû \0gMËu','=½ìçÑ›š\":¾~›ä¶[\rUì¡!Œv<1öh','',0,'?'),('óÙ9þlI%®:¦åºíû','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Points.php',0,'I¿VÇÿ‚YJX ø´T±a','I¿VÇÿ‚YJX ø´T±a','ÑÈ)ó52Ö¡µ“Buøfó¸Ó0b~é”öÉÎ','',0,'?'),('n˜\\©®ÜÎ¡Jèì|H','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Reports.php',0,'·hÙÀÀ¶gÚŸö¡GW›þ\Z','·hÙÀÀ¶gÚŸö¡GW›þ\Z','ž]‹ÆšÞC†€U„~?îM\"¥yI0<8tø÷ìw½','',0,'?'),('FWI–¸s*ö¢ÿ‡F;O','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Segments.php',0,'!|O=:iþß;¬vú¹P ','!|O=:iþß;¬vú¹P ','Ù|Ãe‘ÄùûP\0¹ïÆˆ8x5­žå/J^_','',0,'?'),('8¶C±-	îñùèòD<\r:½','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/UnexpectedResponseFormatException.php',0,'ög>ëTñ“dBò)xoj¼¹','ög>ëTñ“dBò)xoj¼¹','„”ž¦ƒð€yÇXŽg@Ö}D´ìøL«ÈÜÃ˜¨ö','',0,'?'),('ÅyN“Ø«õW¦´ÎÖ5','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic.php',0,'ØwmÓÿ\'y™}Ds6Ú:B','ØwmÓÿ\'y™}Ds6Ú:B','ëKùwPÕx1¥8ßLMÃùH³qìphínÔ\Z[\0/G4','',0,'?'),('s•aîþ”/`I\r\0Tºc«','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Ontraport/Exception.php',0,'£Ãt­ä<œoõŸ\'ïÔ','£Ãt­ä<œoõŸ\'ïÔ','Où/¹³“·õ1ž+÷Ãj·62îrn;a xø¢','',0,'?'),('aÃäö‹îÎH¥Ìú !+ÈË','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Ontraport/ObjectType.php',0,'-8[²½\0ÆÐÔg$1Œ','-8[²½\0ÆÐÔg$1Œ','”.ÓóXédz=Wæbgh/›ñÒË5~¡pRi','',0,'?'),('‹¿>5­“y\nŽ”¦Iý','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Ontraport.php',0,',¢}>åš(±^)ÝyRšsr',',¢}>åš(±^)ÝyRšsr','Æ-pØõ+MƒVŽ§¥Õ\"…]óG$8®×ÈÈ®','',0,'?'),('wüF	³»9ˆ‡—N	maJ','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Postmark/AdminClient.php',0,'ÞA¿e ¥ aª”9ŸŽ¬','ÞA¿e ¥ aª”9ŸŽ¬','Y—BýÛ¥éE¢ÊAðCÛÉnJà!A­¤.þç®CN','',0,'?'),('ñAÐŽ€ÈÞŽÆQ§ù3<','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Postmark/Attachment.php',0,'Èß¨Äæa¢\nÏ3ÄT‡t','Èß¨Äæa¢\nÏ3ÄT‡t','31óÌ[F§“ |`Ç+dN#J¸\'/ëQÆÑá;i]‚','',0,'?'),('•…†„÷ü²›×â¥,¿j(','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Postmark/CaseInsensitiveArray.php',0,'j†ß(MØÒ¾àe\ZvE¨','j†ß(MØÒ¾àe\ZvE¨','£èCiÚÁ\'e\ró3ê£ÕûÑð‚d!eénÝ˜aÓyêjþ','',0,'?'),('mb#Èf0:\r¾|uÑôÈ','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Postmark/ClientBase.php',0,'o:0ˆöPGþ²xo}X¾','o:0ˆöPGþ²xo}X¾','åpZa6ÑãÛ²Ÿ9`‹sâ÷ñ‚µ\Zè	\\qòº¶ž½Õ','',0,'?'),('…øû/0Á/Ç;ZÉ_,','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Postmark/DynamicResponseModel.php',0,' é)ÿ¤L1\n„áÌ¯®',' é)ÿ¤L1\n„áÌ¯®','ºfS€ÑVâèƒ¡8{ÂŠÔý\0_ÚÛð,µa·Ä$X','',0,'?'),('ªÞÒJ¯¦ÜIÓE{Ï½y','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Postmark/Exception.php',0,'-7dC¼=_<‘àÅ¹oGïÂ','-7dC¼=_<‘àÅ¹oGïÂ','×—´ŸöZ¹öN{>Â&©	 ÛÝló{I™«¸µ','',0,'?'),('×Ù³RtÝêTŒ\Z‡','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Postmark.php',0,'­$.\Z‰‹/Í¾6/[ì','­$.\Z‰‹/Í¾6/[ì','ýÈV¶GI’½0®ùnl\"šHåOÂ:¬cØ–£Ÿ¾„è','',0,'?'),(']Ïà&ëgR5PE]Bƒ','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/SGAutorepondeur.php',0,'¸—wl¾ƒ¶…ïÙ¡’¸ö','¸—wl¾ƒ¶…ïÙ¡’¸ö','³‘UsÿÙÃ—ž\0Ã·•6\ZpnK³¤Ÿ„åñè;ñÊþÚ','',0,'?'),('Ý¿ÉÄ}ê¤ë.N\\é­ðqu','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/SendGrid/Client.php',0,'DQ(	#¨°Wsšv?Ø f','DQ(	#¨°Wsšv?Ø f','Ö«£ÇõQM¼©8H­ÅIÍð”Ù=Z­Íg±ñ9‹8J','',0,'?'),('a¬5d§±\nfêÎm¢h&f','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/SendGrid/Exception.php',0,'áª4ßo„‚ø%Ê5òË˜æ›','áª4ßo„‚ø%Ê5òË˜æ›','xª6;¸j¢¹¡cp\"m’z&T“ªÎÜ8Ù”åè˜','',0,'?'),('ÔÆ«ø\'@¤\0˜ô=L¹àË','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/SendGrid/Response.php',0,'|~·N¬Ò® B|`Ë³{ì','|~·N¬Ò® B|`Ë³{ì','Ü¡¾Òäl÷D#x”\roU¹BæÜ\'n=DG¡Fo	Ú@','',0,'?'),('Êiµ!6påÿXl”z‹¿','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/SendGrid.php',0,'³J¢=—å‘váÂ.è¡´','³J¢=—å‘váÂ.è¡´','K0›W!!=SÑ±Æ<2â‘x\ni×‚rw%8&','',0,'?'),('²‘\\åwÊ¹V¹´d`^','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/SendGridEmail/Client.php',0,'m–dÜ$0—ùÄI«‡ŠOd','m–dÜ$0—ùÄI«‡ŠOd','0géá4&°“– tšRC`´ÂÖØÆÝþ¡«*‹O¦í4','',0,'?'),('R¡à#¬TéKÉe/pLéŒ','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/SendGridEmail/Email.php',0,'Ìï­IŸVéä¨¨è!-÷9Ð','Ìï­IŸVéä¨¨è!-÷9Ð','6\Z	«Nñ½WåvÏZÕðÔ<—áänø¹ñw\' Æ*$å','',0,'?'),('Ô^6<õtÂLhonØCýæ','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/SendGridEmail/Exception.php',0,'µ`f¡—üJ+,ø×.Ð™½','µ`f¡—üJ+,ø×.Ð™½','ðü\\ñ´ÙÕWÌqþ3Ç’óR»Âù|Ì:…)Î','',0,'?'),('Ñ¢ÄAr¸þcå‚” Ws','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/SendGridEmail/Response.php',0,'–K“¢‰õA–¢÷ôòrä','–K“¢‰õA–¢÷ôòrä','M&÷È¥ˆMq~¬[R&À|ÜmC#ŽÈÎ¾O‘Â[6ø','',0,'?'),('\r†•bËX:M\Z©-³¤8k','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/SendGridEmail/api_keys.php',0,'ŠóÑ{£MH?ôìp(#°_Ï','ŠóÑ{£MH?ôìp(#°_Ï','Zê$,èÜ€á’-RÁ¦ø¯#Ë²•ÌØbÆqn','',0,'?'),('¦……9SyzÝ\0ºì(¤7›Ã','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/SendGridEmail/asm_groups.php',0,'6ðØa*ydÿsÙ[áÛw','6ðØa*ydÿsÙ[áÛw','ÏØ›8ÓPn\r%›7Žå\\j?NñÂ_8Â(ÀúéþV','',0,'?'),('ƒ€¯ª^ˆ ¶´±WÁ','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/SendGridEmail/asm_suppressions.php',0,'é–Qâ°5ÚÄ…™@º2\n&','é–Qâ°5ÚÄ…™@º2\n&','8pÚÎ3ÇëYß…¯ÕYûF‘cSÀ–ÓHùç*ŒSŠ´','',0,'?'),('äO“1>ÌZ[µrAŽ{G','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/SendGridEmail/global_stats.php',0,'€ÄMè®7b«qß','€ÄMè®7b«qß','_Ëh°ô*·Š36ß7Øªðø§ûõíc/€uŠ±aÙ','',0,'?'),('`ìšÁO¼ÙÝLâ:>ë(','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/SendGridEmail.php',0,'I»éÇÃ!Ñ_ÓlmÖaDRŠ','I»éÇÃ!Ñ_ÓlmÖaDRŠ','8×zíaq\Zñ/±NàH­jI×1¤tL¦jš«È–æ','',0,'?'),('\0@ÿdòØeÒùãÆzœ','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/SendOwl/Exception.php',0,'žœI·a!7ƒþ\n¯ÚÞ','žœI·a!7ƒþ\n¯ÚÞ','ßUûeï^ÿ§Ã0á±âû‰û/‹*hë`lë&„W','',0,'?'),('½½6NUÙ«’·ôÂÅh','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/SendOwl.php',0,'’Uòÿ×Í,:uŒâÛ,ºÌ','’Uòÿ×Í,:uŒâÛ,ºÌ','ÉõhKó&>mU)Óþ—vsG\'†àÊÐšPáGvÄà','',0,'?'),('²_eâ\\Ä;LTîý)Ž£','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/SendinBlue/Exception.php',0,'Ür1œ®åÞlòü§ùÕS>ì','Ür1œ®åÞlòü§ùÕS>ì','ZC±íU®èË¡ãå†y\nh›·ô{·:¾+bt|74ØQ!','',0,'?'),('XA•äé]kÝòDïµÜrç','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Sendinblue.php',0,'”¾«k,\0ž¥Üä_Ð*ÞÓ','”¾«k,\0ž¥Üä_Ð*ÞÓ','Št*¨ZÏyü¬r\\e¨Ý¨\"w—VâüË½Jd\"œ','',0,'?'),('2½–Œ°}ç\Z|e‹`','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Sendlane/Exception.php',0,'‰£Qž—jd¶<F„è¦á•4','‰£Qž—jd¶<F„è¦á•4','_®\0Æ¥Jn[2waŠÝÏ´ê¢Jã,Øà=”qëÞ¹Í','',0,'?'),('ª×W²<ñJ(éÊYyfi','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Sendlane.php',0,'ˆUu<J>e+6iE¯d¥ó','ˆUu<J>e+6iE¯d¥ó','È¥Å\rMñ¢dŽÞOˆõe½…öÞàÝ!@©v+çº¨€','',0,'?'),('èÞ_—à½¡ÕÙ¬Ö=ã;é','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Campaigns.php',0,'ê?ÒJè”¥ƒñò^ìŒåG','ê?ÒJè”¥ƒñò^ìŒåG','YZÍØ–ºþBU…ÚÜH¨­ÀË-g6lºqWí6o0!ì','',0,'?'),('ÖäÖÅ>ÚU0m¸×A»‹F','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Client.php',0,'ËÏ×~Ð¦yø@×õ','ËÏ×~Ð¦yø@×õ','†¢„JËž2ÓpSb‰\nêƒ\\i!éíåh¬rè¹+Ž®','',0,'?'),('Qî~¬ÔåR$›ñ÷','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Config.php',0,'hv/—Ëê˜·_gQ®‘Æö“','hv/—Ëê˜·_gQ®‘Æö“','óqÃ–!ü²ÀH0þÇÐ¦9áñ¼f&vaI¢ø\ZË','',0,'?'),('SòBî¶vn‘ýé£1\'','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Countries.php',0,'/ñ\0Pµ$sƒôÎÇ°zË','/ñ\0Pµ$sƒôÎÇ°zË','~äv3#o–q‘°½¿ÜWÎÂ¥DÑ¶D”íÛ›‚','',0,'?'),('b¹[8—gHà¢¦O·Æž','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Customers.php',0,'öà8ë¾«Ã:oalÎ~','öà8ë¾«Ã:oalÎ~',',`‘å0ã@¿ìô¼ûk}9$ñjié±ÅûÈ','',0,'?'),(']ú»×Ø.©•à¹.tZoÒ','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Exception.php',0,'Z‡BÆ«jÐŸEœDÍ¨—\\','Z‡BÆ«jÐŸEœDÍ¨—\\','ò;µµ>—>\0©™f^–gai«2íVÉAóþ_äî','',0,'?'),('®øxé›oõÇå•žÊ','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Json.php',0,'²î.Î”™HtˆÃs5W','²î.Î”™HtˆÃs5W','çš®%/°y†¼E_¨9ÒÊë/‘Èæ¸ÿ5DÖìÄû^Ue','',0,'?'),('/œ„PµK2‡zbüP.ÊR','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/ListFields.php',0,'X\r‘Ÿ×Ž—:j´\nq­©‘','X\r‘Ÿ×Ž—:j´\nq­©‘','.3S 7èc¸CÂ\r™KæøÍ‡£Nˆ>9«ù†B®àÄ','',0,'?'),('Ÿ	ä—}ÓúÌÏx“&Be/Ú','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/ListSegments.php',0,'SVÐqGÓ©¶x¸¡û™p„','SVÐqGÓ©¶x¸¡û™p„','ëÈ‡¯WñÞº¿	sf3=hfL0Õ1cbä8dM§äV÷±','',0,'?'),('Éô«¼¤=Jå¥ÍbÛäØ','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/ListSubscribers.php',0,'UU•MÝBœ[ÁªJ¬µI','UU•MÝBœ[ÁªJ¬µI','.úÇ´ Šý®‹*Î©+è¡Y<µ”R†fÅ¤·úN²¯','',0,'?'),('ILÃmr»Ùø|QÜá ','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Lists.php',0,'D	[,.PÀ~¾’©2-NU','D	[,.PÀ~¾’©2-NU',')„lXÐ¹í\\5´pôáÐ+!#ª¨òI<ü™@','',0,'?'),('Ê§»’•üU|}}cá8F','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Params.php',0,'!_üsLÚ_4qx¥™È>`','!_üsLÚ_4qx¥™È>`','	ÖOÛñÏCKŽ•ëoÆž\Z€ÿÁy/Œú–8Ôg\0','',0,'?'),('¸8Ó(p31òø«žÝ¢Ã','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/ParamsIterator.php',0,'ãK‚½Øµk\rr})f¿','ãK‚½Øµk\rr})f¿','oü%(P?5LÃhëlüMEr¶”bÛúŸ=&ê9]\r…æ_','',0,'?'),('îš³ƒí–?)qc_Ž±x','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Request.php',0,'†b¶Ó‘#ä$;1@','†b¶Ó‘#ä$;1@','$@£:Û·Úf*B|÷ñ»½ÇMEÓ}wG®š°','',0,'?'),('‰[^4¿\0ú(Ð7\"Ë','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Response.php',0,'ø†Ò{3¼©k ^1!1²','ø†Ò{3¼©k ^1!1²','@Õv}¸1õUÚÀnðøÅ\r\'¼U\'êáC<N*Pÿ','',0,'?'),('îëMÍ\0SZccM±™ë0 ','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/SendreachV2.php',0,':.å#*	³¬V˜zBc',':.å#*	³¬V˜zBc','A—\'VÅÖ_”N3T›fÏ¨é`{ÌÚUùn˜ä¯ºðà','',0,'?'),('5àZ¡œ–ßXñÕ¤öÜÊ','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Templates.php',0,'z°¦ö†xY{û®½]ÂsP','z°¦ö†xY{û®½]ÂsP','8ë\r\rýÖ´ÆÍƒ·¨óž9móXùéäKÅŒÚ8O_Ü','',0,'?'),('ÀÅA\r]D¿‡Ä«c0','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/TransactionalEmails.php',0,'Oþ\\¡\\ñéH×ndÏl4','Oþ\\¡\\ñéH×ndÏl4','«±™G9¨qæÖfŸY\n¥å<wä—Ýê AþA¥X','',0,'?'),('7ÚEÊ§é³\\ÅîQ\0€','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach.php',0,'ûÞÊN>ˆù´ðxä‚è@ã}','ûÞÊN>ˆù´ðxä‚è@ã}','k7R´Èa\ZÌTë\0ó¸(¡Ñ ]ªœ4HÀ†‘´ì…£bï','',0,'?'),('ó¶\\Î±sJSpFnßÕ—','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Sendy/Exception.php',0,'Qæ-õ«ûÜ-=Z·å¦','Qæ-õ«ûÜ-=Z·å¦','rÁNóö(æö¥RÀOªUuÀˆñ›wb]»~Z&æ’¯¸¡','',0,'?'),('¿îÃ´€ü²Åº»{ˆ','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Sendy.php',0,'ÞÏ‘tRŠTàNKóz','ÞÏ‘tRŠTàNKóz','!8s=ÇGjYõ§—˜X¤Ö-q¡wÓL£T¨n™“Õ','',0,'?'),('§‹†ˆZöç-%·Ð˜b','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/SparkPost/APIResource.php',0,' \0^~üƒ,¬*\"a',' \0^~üƒ,¬*\"a','5¡i9\0Ëš\rìZ¾@±E‚èe\n™\r>Y&Êcn','',0,'?'),('Íò\Z†å\Z7kÐG’²õ		','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/SparkPost/Connection.php',0,'}k¼ºï õÀ{XÊrh~€Ù','}k¼ºï õÀ{XÊrh~€Ù','„lK7pQ@()Vëg>‰Gtò¦¦¼|Dmù ÄØíCÞ','',0,'?'),('ã¥ßÃ›èÛ¯m°\n/wª;','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/SparkPost/Exception.php',0,'2%™(®Ky•ÛÄÝ~æ8Ñ','2%™(®Ky•ÛÄÝ~æ8Ñ','QFÕuèß$Aó¬¶Äºšƒ/Fj\"ü¥+Xÿ','',0,'?'),('XµÖ@k‡žNÙH¬G<áÕ','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/SparkPost.php',0,'Ø}-ê2u\nv\Z¢ñï_(','Ø}-ê2u\nv\Z¢ñï_(','¯K‹Ôß´ù]ÊEŠï;@Þ•Äb›rXVÈ²yXØ¤q','',0,'?'),('Ãc8Ý¸gŠs@+µÅõ¢Ç','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/TdJwt/BeforeValidException.php',0,'¢¾(i}ˆ3Tä?!À­8!','¢¾(i}ˆ3Tä?!À­8!','ó2T^Îñávñ`VÛ.v5ï»p„]Ç+¤\rÄ3õw8P­','',0,'?'),('Ìt<DÃi5å1#~t™!!¿','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/TdJwt/ExpiredException.php',0,'€Ì-Uò–ÉÿVI˜°','€Ì-Uò–ÉÿVI˜°','½\\XÂ¶(,el¯®åcDSÑ²RŽ7›Ôt\0Çóú5','',0,'?'),('	H’2}»£\ZvŽü','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/TdJwt/SignatureInvalidException.php',0,'³×9¶*ÖUù<™}[þ|\n','³×9¶*ÖUù<™}[þ|\n','³­(kÛÊ¦¤†öÎåPbÙy$ÝNôþù\Z¸*%|Üâë^','',0,'?'),('ª×ÜÑÌzþŸŒ”’Ý¹öª','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/TdJwt/TdJwt.php',0,'ì½o:‚\0ÚÞrF	0','ì½o:‚\0ÚÞrF	0','\rÅÿŒ6K.2³|Ê(^D­CÈÄ:QpÞ°\0–ÔÆ7…','',0,'?'),('ìÝ*÷ðœ¨z\\XH 8','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Twitter.php',0,'§zXÇõhôÃÊÉiªÇ','§zXÇõhôÃÊÉiªÇ','d¢0º$Š×ÐP¿ŸkjB Uá\r´7ÙÍIþ)¾€','',0,'?'),('tƒ*ccYéL‡:¸’?','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/WebinarJamStudio/Exception.php',0,'º(Å¬Ö¯F2Ö€>ÁÈÎÊ','º(Å¬Ö¯F2Ö€>ÁÈÎÊ','æ%•Èÿ¦°ü±=Lÿ\"‘C¨M¯\rçM>mDIÉQqdÁ','',0,'?'),('÷\Z¶Ox\"ÌGÅ€û§t','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/WebinarJamStudio.php',0,'Eàl¾‘šþö\ZA	$','Eàl¾‘šþö\ZA	$','‘(`1ôªŒX9@sƒ!Ù¢{*ž¨NÅ®IóËs=K','',0,'?'),('\\»}Ž\\â8æbªYg þ','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Zapier/Exception.php',0,'¡µÍto¤z’þÈeÓ~9','¡µÍto¤z’þÈeÓ~9','ìä´ OµûH<]kÜ­¬DK5a$E:Ö®ñókë','',0,'?'),('\"MbwNG¸[©ÆÀ\rÄ}','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Zapier.php',0,'·1Ç=E—²8jJekí;Ï','·1Ç=E—²8jJekí;Ï','—‚g¨[\0‘•ô@aÈ\n‚Ig\nƒ«”ÄÄŒÃÕð ','',0,'?'),('¼‘&y÷«£k,ûä–uô4','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Zoom/Exception.php',0,'‰µ	Ék±»ìÍýéœ=Á','‰µ	Ék±»ìÍýéœ=Á','î€äŒ½‰Åº\n8ùÈBC\\PuÿbÇeqå´õV]ˆfâ','',0,'?'),('mdµRù_È~‹Ó4 ÔýQ','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Zoom.php',0,'Š¹Ã `À8ÛI•€hí:','Š¹Ã `À8ÛI•€hí:','b:ëÔgn[±‡~’R¤ƒUTÎ\n•’*líE¬m¨s','',0,'?'),(',rM”[žÚ½&ùax','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/iContact/Exception.php',0,'×DtHÄBš8E\0fxt t','×DtHÄBš8E\0fxt t','Þ^\nÞ—;®¼d·.‰Ç–a4w’•déz¥¸—Óš:h','',0,'?'),('7ö(œ[èU$CÙ;ðœ}','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/iContact.php',0,'˜°M!èŽJóoíñ•pq','˜°M!èŽJóoíñ•pq','â‘MXvÃnxqIfoä}­;``%¬3þ@Z¢','',0,'?'),('÷Pæ¸q(—L‡ic¹gúÒÊ','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/v2/GoToWebinar.php',0,'ÛËZZžîÕ×J—HÓY','ÛËZZžîÕ×J—HÓY','‰¦ÜÓ°`­`÷\Z‰k*‚U–lÜ½~eÒåŠ%>','',0,'?'),('»ÌÕ±Ô%ÒQû5‘¤ŽéM','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/misc.php',0,'‰Få.½SöäzaÊj>™}B','‰Få.½SöäzaÊj>™}B','!ð/ö‰C4Fá\"ÉwpŒ`n5iðÄEŠ¤VqJ\rÁ','',0,'?'),('Ü–ð¥¹ý#+G’›c‰|','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/views/admin-error-logs.php',0,'ŒÂ÷*\rî0æžu¡á˜~bF','ŒÂ÷*\rî0æžu¡á˜~bF','£!Eh.uçl¤Òø‚¸é6’Ì—ô1ÇÜ:\0Ù’jÛ5²b','',0,'?'),('ÌcÒ\"òaìËÊŠMŸ>','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/views/admin-list.php',0,'ƒ<´0Ö{Ë4$ê[u-','ƒ<´0Ö{Ë4$ê[u-','–—zøç Jß¦9K }9lB4Ë2$<½ŒNG}l','',0,'?'),('ú“šFŠˆ8N«ëËnoG','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/views/admin-messages.php',0,'t²FXzm¼¡C¡¢i\ZHq','t²FXzm¼¡C¡¢i\ZHq','¥±¿x¤5â•2ª`:ôÞ£-ëXˆ>Ku+^ÈDÖ','',0,'?'),('Jû3C2ÅG»À‘ÂôQø','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/views/editor/add-api.php',0,'ÎÜUW’Ï¥¯ÄpT€î','ÎÜUW’Ï¥¯ÄpT€î','MÜxèöéW_‚”³wªªB\"\"ù\nø¾¹Å¸\'Eª‹','',0,'?'),('53 wù\0ÅÈzdâ','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/views/editor/add-custom-html.php',0,'j9”&A›,µIÆqGØáo','j9”&A›,µIÆqGØáo','¢|]Ö“rB#\0«ï¢GTCI—G3ÊONÌOº~@\'Y','',0,'?'),('¸pÈbþ7-í%GEsâÄÏb','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/views/editor/add.php',0,'Hj¬Ëo¿SÌ°é;Ò©v','Hj¬Ëo¿SÌ°é;Ò©v','[é³dê·çŠ~éÜy%ÓõQ7™ºCtuÅÿ¹\"œ;eä','',0,'?'),('ð\'§D;¥ª_ÈrØ,Õ8Ú','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/views/editor/autoresponder-code-fields.php',0,'a-«Æc\0æ…÷¯m9ÙUÎ','a-«Æc\0æ…÷¯m9ÙUÎ','»6êN’ÍêY¾Cà*N0VX=\rQrÅã†ÿKX','',0,'?'),('Þ!á‚ÏÕ‰5[&£¥Y‘5','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/views/editor/captcha-settings.php',0,'LVÂRf?¦ÈE^„.D','LVÂRf?¦ÈE^„.D','¥Æá”›À@û’õÿµrmÜ§ÌOã~¼T¢ô“˜+kL›','',0,'?'),('‰Wç ^B@±þ…|s+µ','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/views/editor/dashboard-api.php',0,'>«…óŽ\\k†cCéåúÓo','>«…óŽ\\k†cCéåúÓo','œ¬qîŽ{P2Ôk	u¹Â‚TÐkh&©Pæƒ','',0,'?'),('ˆÝé}\0ä4_ãøTZßÏP','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/views/editor/dashboard-custom-html.php',0,'Gš×\r5óŠÝ†½ÏWüÉü','Gš×\r5óŠÝ†½ÏWüÉü','Í˜Öøp1‰èN]¿Þû·k‹?þH\Zû™¼ã/$¿','',0,'?'),('ÉTª@*ñFøË{áJ¦ÝÆ','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/views/editor/dashboard.php',0,'ç¬ÿŽÙ‹ùƒôûsÉÿ','ç¬ÿŽÙ‹ùƒôûsÉÿ','IÀMˆaƒ³óSˆo×pÖ`\\“ÌçÜ;1žŒÕÑôéh','',0,'?'),('ˆuz³ñÆB¾B µ±SÉ','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/views/editor/partials/api-lists.php',0,'IŸÜ“ÎÓE¦É,ù 1×','IŸÜ“ÎÓE¦É,ù 1×','#Gš® N~¿œH×ÑÜ\npF§ÓjÜF~?š¿M·¬…','',0,'?'),('ã³¸Âì¿S”ùZ¦o—í!','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/views/editor/partials/api-select.php',0,'â(†xJ¨o½E·°Äí¨¯P','â(†xJ¨o½E·°Äí¨¯P','“\0û1}\Z·Ê“:‘î“89Ú—Çæ®ë¶tÚj','',0,'?'),('+Êò§ÈC»¥ßS*à¸ÂBB','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/views/editor/partials/api-shortcodes.php',0,'­•Ö×)“=çà®Â6Jr','­•Ö×)“=çà®Â6Jr','w:==âÚ´«î¦NAÉè[ÀO~ØªYÂO\rT‹þ,×','',0,'?'),('Cn˜BæÙ	$Ãƒð´É „','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/views/error-log-entry.php',0,'pZ	3¬ýâ†Æ¬#µæe2»','pZ	3¬ýâ†Æ¬#µæe2»','lýÅx²Hb)£4gŒ7&MšbêzÿÓß8Ì”®KA½œ–','',0,'?'),('êl©DtŠ*³-¦ýæ˜zU','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/views/includes/video-link.php',0,'áõÃ¼¨={¥iCñ¯ã¢','áõÃ¼¨={¥iCñ¯ã¢','! O‡Y-g‚¦¦É#0ÆÏVuzHæyÃ P‰­','',0,'?'),('ˆžõ>ª¿Ÿ³ô81Aé','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/views/js/admin-global.js',0,'ÓPŸ‘¢ÖôW‚<=:-9e','ÓPŸ‘¢ÖôW‚<=:-9e','n4´qj\'»™Ãøc:–BÓ³1ÌÚï–\rãÿ`ê','',0,'?'),('‰=8´ÍðWk4Þçœ','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/views/js/admin-global.min.js',0,'„û†‡àZ+ð³ó$¦üŽ','„û†‡àZ+ð³ó$¦üŽ','¶dMKjMB¤|µ\'V\no~\Z³Ü¶)pHˆv§On','',0,'?'),('?#I\'n5]ßÄ¨c¢G8Œ','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/views/js/admin-logs-list.js',0,'›:eZ³W0‹L\nÕ–~Kû','›:eZ³W0‹L\nÕ–~Kû','¨è“ŽÓ“æa’·|ÖHYòøk,hkp2\nYÑf×Þ','',0,'?'),('ký*§Pþ\"È ö¶‚nF','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/views/setup/activecampaign/forms-list.php',0,'ºà8Ÿ¿÷ƒ”Âôô¸(A¨','ºà8Ÿ¿÷ƒ”Âôô¸(A¨','	Yƒ,®¿¤\Z‰DßÛdÕk\0® ÿÍQwü—àèK5','',0,'?'),('ÂM¿GvÜI²äì„81ªº”','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/views/setup/activecampaign.php',0,'Ê\0!d•ÏÕìõYñ!çwì','Ê\0!d•ÏÕìõYñ!çwì','dM(ò(«ZÔ¾§:¨ßu¾žë›ÅàÑŒjPŠá·l–','',0,'?'),('w‹öç— íRÔI\0]þÙ','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/views/setup/arpreach.php',0,'”»žU‰ŽZ;éºÉå\n,¥I','”»žU‰ŽZ;éºÉå\n,¥I','X}v‚|.ÚWc>T˜g$ã¾\nl>y¥¢k”+¯','',0,'?'),('WB?ã8UVˆÓ„IÊž²U','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/views/setup/aweber/tags.php',0,' RƒC¥5ë˜ùÉøàU',' RƒC¥5ë˜ùÉøàU','Dª€/“œ£?;gÇ»	At€ùh,Ôgù)rO<ÜKs','',0,'?'),('«£¶Iu·oÂÓÖ÷%ãW','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/views/setup/aweber.php',0,'2¶öÙ©¤…=§ÓVî£>Ë','2¶öÙ©¤…=§ÓVî£>Ë','Ö0Õà7ßÑç2¨Œ%ørÀjy/ÖÊØA\r¬r;¾lU','',0,'?'),('¢áçKó\Zï5N','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/views/setup/awsses.php',0,'Ej¾éYÿaAR¸3ž…>ã','Ej¾éYÿaAR¸3ž…>ã','S 3r$×u<ˆõœxa9Lù Fc¤¯T® ^','',0,'?'),('`»Lpî}Çf¢«Ýhþþ','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/views/setup/campaignmonitor.php',0,'¦7€xÇúµY\"äÌO','¦7€xÇúµY\"äÌO','ä&µÕ¤Š(Së{ëª/*ÑŠêèÞR²šÞ™}˜Ptù','',0,'?'),('\ZýÒ+Lw)ìºˆ+yØ„”','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/views/setup/campaignmonitoremail.php',0,'ÇòJ6A(Ì²ˆ÷tSÈÖ\0','ÇòJ6A(Ì²ˆ÷tSÈÖ\0','ÅMªí~ÈUÉÄ7R#a’‚o>L/³ãÔå‹àÛ','',0,'?'),('*0zûÏÓ4ÃÓ0$;R','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/views/setup/constant-contact.php',0,'ÆNØ\0°²‘ýL°†˜”‘—','ÆNØ\0°²‘ýL°†˜”‘—','Âi˜2­\rxÉ>ØnâøgÛŒc¥ìa¬Äð* Ü³U','',0,'?'),('’ä¾N«ôt·<rywGé*`','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/views/setup/convertkit.php',0,'dû•„yØóÉ´.äû','dû•„yØóÉ´.äû','™W	‰NG74a‹Ø„êèû&:»\rUiR¥ãK/ZQ$¨H','',0,'?'),('ÿ]i½ölG’¢ÿ','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/views/setup/drip/optin-type.php',0,'ÊÇ4\'Rã{ô×Åm‰!','ÊÇ4\'Rã{ô×Åm‰!','ù&É²ð3\0Y9WëË—°@’SæÍÅ4‹s!ä\ZA˜ú','',0,'?'),('ñŠž[ë©(3!‰ƒ~3Ú','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/views/setup/drip/proprieties.php',0,'¦gx\'î©áƒÄ€·¾ãÁ','¦gx\'î©áƒÄ€·¾ãÁ','Lú>-v–FeÁÀaVC\'Œ£©•¨ó\nrÓ™€´FJÉj','',0,'?'),('a>›KáT–ü×©ÔÇ™(~','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/views/setup/drip/select-type.php',0,'7­‘ð¥öS[ªŽŸ ','7­‘ð¥öS[ªŽŸ ','\"óúûHRËR‹L›¡MçÛµN&÷y!ÍŠÑ±_‚*8','',0,'?'),('ú¦ð\0uxŽa\0¶41HEÎ','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/views/setup/drip.php',0,'…ë/˜Ý©jX]6jC&Šµ–','…ë/˜Ý©jX]6jC&Šµ–','ùÍ¥¿($ ê~m”¯¢?Š«f 9wN·8±ÔUË[®÷‘','',0,'?'),('JÙ51%cW³:M2’','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/views/setup/everwebinar.php',0,'dl 5£Ëh`\'\'¯çÙy™r','dl 5£Ëh`\'\'¯çÙy™r','×ÛÒWÁ1‘M>	Èaë|Ø7Úcì¬£€Ú¢ðì^NÐ(','',0,'?'),('Ãä“ÙØ;œþ÷¥µRÝ','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/views/setup/facebook.php',0,'¸€v\ZT}ÑÄÆÓG¤¡(','¸€v\ZT}ÑÄÆÓG¤¡(','\"4üBÍx\rë:cÔkÖ-×8²f\\¶(j›pdÜ','',0,'?'),('…•¡ìrÉ²©éùºÊ.>¯È','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/views/setup/get-response.php',0,'d´%Qƒ×6³¯;Øa|','d´%Qƒ×6³¯;Øa|','»\0g0öÏ¢ ~OP˜ÂO69Ö®{K½ºŒ’ÿÄG','',0,'?'),('Ýãø„S}å=r£CbgEº','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/views/setup/getresponse/cycleday.php',0,'‰\'§]äåË\r§å*ud','‰\'§]äåË\r§å*ud','<}ÐŒÖ_nÈ q€µ298Îs2]#AÆé*X³ëÑ÷ÑŠ','',0,'?'),('N³E3)`$·ÌUÉw','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/views/setup/google.php',0,'&ÜzF½}’÷ÛöJØYæ×C','&ÜzF½}’÷ÛöJØYæ×C','Š˜ê²CÄš6l^K]”µGóð˜¬ØpÃu®j','',0,'?'),('‚˜œíõ“\"”`Þú;±]|','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/views/setup/gotowebinar.php',0,'ãË\"ß–™ªVÀ+µ6åÈ,','ãË\"ß–™ªVÀ+µ6åÈ,','mP›S}÷+ôêž>QíáxWDSp|Což‰xFÞ£','',0,'?'),('Wä|ýwáF4ÎÅ’)%yüZ','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/views/setup/hubspot.php',0,'[o œoNÎ¦\n^éh+MÚ¦','[o œoNÎ¦\n^éh+MÚ¦','\"ø*à`„u»•êVÞ¿ëÌS¦øó¥éÃùÞY{\Zi','',0,'?'),('ùsIëœŸÂ*ÿŠ½ŸÑh','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/views/setup/iContact.php',0,'8= ãv8÷Ð°>!íï','8= ãv8÷Ð°>!íï','-1CÅÛ¿?2ô|¬r~´Ím°1asnúê½hÆ/œe','',0,'?'),('â†ék¯ThäŠ!','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/views/setup/infusionsoft.php',0,'™T?vùŸâÙ>RwY‚','™T?vùŸâÙ>RwY‚','ôÆ\r×OŒN/ƒq…óé‹×JL¦`ýTS“p¸3¾ËÂ=','',0,'?'),('ÕÌúÂlÚ.Át—åî¬[','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/views/setup/klicktipp/tags.php',0,'c„»s÷¨,qd%»7M	','c„»s÷¨,qd%»7M	','c\\t<û¸/åŽ°rëŠªQJ––5j	àg\\\nëA','',0,'?'),('Öh(’ËÍ\ZeHÍx˜¾ l','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/views/setup/klicktipp.php',0,'Œ¸¼öYWàæ}âòæõ¨','Œ¸¼öYWàæ}âòæõ¨','¿=7\0¢£e÷xÍ=C©:Í¢¯“A@Í.ÅV¾Æ§]ßÛÃ','',0,'?'),('öâÙ×W¤ÄXüdB\'¦Ã','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/views/setup/madmimi.php',0,'6ìJ<cüŽÖ‰~`Îh','6ìJ<cüŽÖ‰~`Îh','°çJØœ­1w¦ÊÍ0ÛÌúÝj’”ÆOüV`¾±.k','',0,'?'),('fìÜ„d„œç19.—ÍÜ±','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/views/setup/mailchimp/api-groups.php',0,'uµ3P·ê…m1¾ƒžÎè8\n','uµ3P·ê…m1¾ƒžÎè8\n','iˆoZ‡ŒÌAv ò\0ë’ÏŸc²vìÔ÷“¤–N ƒ\rƒ','',0,'?'),('Ðù²g³9ú+OmdÅ\ry¸','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/views/setup/mailchimp/optin-type.php',0,'èƒËf_¼½9	Æ\rþ¥Þ@','èƒËf_¼½9	Æ\rþ¥Þ@','/p\\GÏ}%°‹Bò¬üm‡BÌÐ4÷\nB¿2Äã','',0,'?'),('§Î™ÒTYI=ì!~¨•‹È¾','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/views/setup/mailchimp.php',0,'­šÀ‰,_\n›Õ•äTà ','­šÀ‰,_\n›Õ•äTà ','À²¯…Òà®Îæ@Œk\'üNÉ³öNlëúdúü¸Ü(F','',0,'?'),('}§RLæ¼ìùB`E®‘dó','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/views/setup/mailerlite.php',0,'4smHU@ó!Î_e|žì[','4smHU@ó!Î_e|žì[','@<ˆN;cå4Áý7ƒÔE)JUÊ3g—šw Ö:!j','',0,'?'),('Ò^¯,(Ú!¯C†Ýý','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/views/setup/mailgun.php',0,'Ðe¶Ò·Fr”hM±OE','Ðe¶Ò·Fr”hM±OE','²`Š³7/t|ðh×?ùN¹jì§å“.kÁ2i\0Q,N','',0,'?'),('„Ä¡jáqGy	I`LgÈÔ','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/views/setup/mailpoet.php',0,'àçß_:ÇZöûl€®t©Ø','àçß_:ÇZöûl€®t©Ø','¾`M‰³ØÑý®šµö\\yñcŽæO¤M‡ùù\n0]5','',0,'?'),('ñFÒx€õÚ{Ñí¿Ã™','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/views/setup/mailrelay.php',0,'²å…«ž¨õ¥Ø¢å>èú','²å…«ž¨õ¥Ø¢å>èú','u#`=º8óˆ:çL*Êeém§{Ú´Úg¼ò 0]è_','',0,'?'),('ŒøÏqIqùzKHÊš.ö¿n','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/views/setup/mailrelayemail.php',0,'Ø›SËc¥\\?oŸx(ñ³','Ø›SËc¥\\?oŸx(ñ³','ƒS³î	Ïm±S8en¬‹„’)cÄñ}\rë²Ê\0','',0,'?'),('ŒÀE‡ÈôÍ†Ë','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/views/setup/mailster.php',0,'Éè£fÀ:ßBÐÝ¬«[Å','Éè£fÀ:ßBÐÝ¬«[Å','@OXîæ\0 ¨Â³ÙBþ­UêÅªÝˆ“¼dú°­µ÷Z','',0,'?'),('êjbáq\";h7ÿ…nîž','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/views/setup/mandrill.php',0,'ÿP^}k)à%~Â¥z','ÿP^}k)à%~Â¥z','ùþ¢‡sº\"<¡’î¦ðôµ·‡ŠŽÑÅx0Gñr|M','',0,'?'),('\n¾‚(·˜E˜k‚ŽÐ“\'ª','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/views/setup/mautic.php',0,'ï\Z\'eM{/lÁÈòÀ÷æ^','ï\Z\'eM{/lÁÈòÀ÷æ^','¦çÊ’4“d`!´ˆ±»—Æ¨)xH5$£ÍàŽ-kƒ','',0,'?'),(' Ç½9Šw Jœ0×YZ8ˆ','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/views/setup/ontraport.php',0,'ÕíÏ¤#‹2¯Š\"z³qá','ÕíÏ¤#‹2¯Š\"z³qá','\"Êr¬ç³‰~~¯d×$À3’Ìé€2 <[\"Ùš','',0,'?'),('·’ÖV\'x|¬T‘DçµD','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/views/setup/postmark.php',0,'K\rn¨é³@Š–q·ó1X','K\rn¨é³@Š–q·ó1X','{‘m‰Â£ÏkûŒomçháÍ®8÷û¸V \n\ZŽÓ','',0,'?'),('ÄãFéUðü\nUTCÊ#','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/views/setup/recaptcha.php',0,'÷.¢\Z?5©CKïIÆAÊP','÷.¢\Z?5©CKïIÆAÊP','‚ý”üˆ»8Éï¬Pn™YëƒÊ/p®U¿n±H','',0,'?'),('oÖ~ÕÓÅ-õÙBIA-‚â','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/views/setup/sendgrid.php',0,'GúÙùÄÇÐÁe','GúÙùÄÇÐÁe','½%›@r0Ô˜²Ö6¥›‚¦æ·7lV>ús¯ƒ\Zý','',0,'?'),('(t  ‹~ÆÏXÞ\'§ÚÖ','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/views/setup/sendgridemail.php',0,'Ì	g@yYãé’1.pJ¤','Ì	g@yYãé’1.pJ¤','/÷ùØ¨­!ƒ©3•Û`™ªû6l·ÅÌÒF<WÌ\07z','',0,'?'),('çñ…‰R¥©µ&tl°	o','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/views/setup/sendinblue.php',0,'”ëUüÖóP¥TÜ4ÌúÍ','”ëUüÖóP¥TÜ4ÌúÍ','\rbó$¼*\0	‘TãÅ­\0Úáº\ZG0›ƒáª¯‹‚\\ý','',0,'?'),('h³†Ù;~Å-¨ïåÀ¯ê','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/views/setup/sendinblueemail.php',0,'Éy©«štvO_W¥4Ûo&','Éy©«štvO_W¥4Ûo&','‘½\\TÎ˜³¬ƒó…è‡+(\rß6‰ug\"=MÕÚ','',0,'?'),('Š¥ëç¸œ;™¢YTdöæÁ','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/views/setup/sendlane.php',0,'¤ftèE’¦»¥û_','¤ftèE’¦»¥û_','FA?¾¿@Ë2ñÚÆ\\¯¨?Í¶¹÷>N5Gîÿ¯£','',0,'?'),('`8i²q:!L‡B¬','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/views/setup/sendowl.php',0,'§ nì°`Ó¯×g1H%¹@','§ nì°`Ó¯×g1H%¹@','§tþ€©^EšKÕ!x#®èªéüß/Ãº²ï…','',0,'?'),('»yš7×ŽÞéÝZ½¡^üè','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/views/setup/sendreach.php',0,'M’Â´£×­÷ë•áþ]¬','M’Â´£×­÷ë•áþ]¬','¢“»S@\rþ¥«‡—Ê.Ãã¡šÂ0î^¶íÑÙ)ÆÞ,','',0,'?'),('¢2\0bA$¤¸rž­×%‰š','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/views/setup/sendy/note.php',0,'óèZž˜µý|(¦±v¼{<¨','óèZž˜µý|(¦±v¼{<¨','jF@tTw¶\nÂwùA2;w\n48õíMˆ…út\'´ã]','',0,'?'),('Qçl]ãÓˆì7\rŒ‘Þ\\','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/views/setup/sendy.php',0,'d¨v‡¨%VB4:;56þ','d¨v‡¨%VB4:;56þ','TºÑYÝl\nsÿÜÉ0í€vŸwÇdŒ†\0Såý|<','',0,'?'),('!2ê€\Z9ª</\Zeô,é','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/views/setup/sg-autorepondeur.php',0,'T#{ì\ZGo.]·HýgS','T#{ì\ZGo.]·HýgS','zQZ@ïÂ+y`>N‘9…‰Öf—¡:äH\\ø$','',0,'?'),('PX¶‰¾ÀaeqŠq:®','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/views/setup/sparkpost.php',0,'™…^¸ä-†ˆlP?øì','™…^¸ä-†ˆlP?øì','¸ãýÓ‡Èì`p w#,\0kE2}çzp\n?h‚ªú','',0,'?'),('r9Ø¸¸ñO·Ný~7','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/views/setup/twitter.php',0,'¥B»|ðÛËOEàlº\'Q®Ô','¥B»|ðÛËOEàlº\'Q®Ô','\"ç^ebÁYD5ÙÿoäÏø‰–)Ò%¸K#\">>¸<šó','',0,'?'),('š{uÒ(Ù7 ^éà\\Î§}','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/views/setup/webinarjamstudio.php',0,'ž¾t¸ ñ¢\\}ÍfúXÄ','ž¾t¸ ñ¢\\}ÍfúXÄ','¤@bkFŸ\n‚´oóååöŒEGæC»Ä\rvï]ÜÜ','',0,'?'),(' \0Íé?úïë-ÁºÄšâ','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/views/setup/wordpress.php',0,'-¤¹¶g5Ã~ÇÎÄ#/Çœ','-¤¹¶g5Ã~ÇÎÄ#/Çœ','Ü<‹›XWÂ´:¾ïVØ@ùí,EŠ}iùùa»ñ$€','',0,'?'),('Ré&ÕIäû¡38ÚÂE','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/views/setup/zapier.php',0,'5COû¹ao¢5t®¾ë.~','5COû¹ao¢5t®¾ë.~','ßuSU1›è©cQÙ<D˜±´/;U‹k«ñîe-œ.¸','',0,'?'),('«—g‡#\\‡‰…8|”æ\n','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/views/setup/zoom.php',0,'ÐÈµ¶ÒÆä&|–°','ÐÈµ¶ÒÆä&|–°','3 J™·+¬BlÇY»(/Âßºe`8HÑ\'w«¾¨ÜÃ','',0,'?'),('tä•¿Õ93àØG1Þ?','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/crons.php',0,'-@œQ–Þ…Ð†f/8¿','-@œQ–Þ…Ð†f/8¿','Õ¿Î_ZÄ[ûv¨Wê692¢z‘ƒ½i²õmPòÒ²€,ö','',0,'?'),('Tà+]²^º{qè}HÉ1','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/db-manager/class-td-db-manager.php',0,'í†!g¨û++‡´;hAõ','í†!g¨û++‡´;hAõ','ÅxYïËË¢¿ªøàøÉ^cŠ3ò5mO›½~Á_Ö§\"v','',0,'?'),('ù•ÁM½¬[ø\"%U`+ü°','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/db-manager/class-td-db-migration.php',0,'žâ^\'’8oãÉ#@ÃôÆî','žâ^\'’8oãÉ#@ÃôÆî','O	ÌÄ‡{\rõN@ZKqó|´Û„m$¼RFbîÉ_äµV·','',0,'?'),('*I<5À&,ÀõÌ³øß·ëý','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/font-import-manager/classes/Tve_Dash_Font_Import_Manager.php',0,'Ã3€ìâ®°‘gá|\Z','Ã3€ìâ®°‘gá|\Z','2¶·³¼ci©»¡¿ÕY±Ê<LÂfÝÄ™‹ì\Zþ&¦“','',0,'?'),('NfÓ»é ×\\jóêŸØ','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/font-import-manager/classes/Tve_Dash_Font_Import_Manager_Data.php',0,'Ïxþ²g:KcÓ’)iè','Ïxþ²g:KcÓ’)iè','pØºS½Vú±_~”{ûÑÉ;ÐÈ—Åù9žÖDAá','',0,'?'),('Þ«yYþgÌ$éÖÒ‡9','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/font-import-manager/classes/Tve_Dash_Font_Import_Manager_View.php',0,'4âDìäÄ€[¬=ÛMà»ƒ','4âDìäÄ€[¬=ÛMà»ƒ','š¦–wï+éMÈ£gV²®°Iô@&J&\'vµÃ0þ','',0,'?'),('a7þ˜eØ\'_‘ˆÏC','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/font-import-manager/views/form.php',0,'Ü·RÑ„ÉbLÍ›^8','Ü·RÑ„ÉbLÍ›^8','ñ}YY5û	?Ÿ;Žìx]?`ÈsV¯p)sê¢¬ã','',0,'?'),('ªÈqš±6OPá»Ô.ì','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/font-import-manager/views/js/manager.js',0,'ãi·£4dîº»þ2YÓÙß\\','ãi·£4dîº»þ2YÓÙß\\','í}Ø¡V˜üNÇ$A–ÎD¦ƒyH0¦>aÃ{ß)','',0,'?'),('Ç]G¡ŠS›1º¢Ù‹','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/font-import-manager/views/main.php',0,',ÊþR×Ë>;«Üºjo_o',',ÊþR×Ë>;«Üºjo_o','ÈÐ˜÷f4HeÍX6´Ü‚¸Ì[6ËVLÏ–\nÈípwî','',0,'?'),('î¢U\nzÓJöÊrÇ±}­','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/font-import-manager/views/messages.php',0,'B<ý‘^á­F’Ñ\n¨','B<ý‘^á­F’Ñ\n¨','ìØ“FÝ§ääa“}ƒ&ØlÖ«ç?©X`4ï|Ô#ÔS','',0,'?'),('ƒÔ¼S*U¸Ô\rñoöDäC©','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/font-manager/font-manager.php',0,'³®%ËõlX&«PÔ”Æ','³®%ËõlX&«PÔ”Æ','¦‰Z*wtÄxýi\05ÙxÚ2ì²Ô¤ÚÝ«`µDÍjÜ','',0,'?'),('\\`d©U}y›¬ñWhÞó','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/font-manager/views/admin-font-manager.php',0,'ß§É³Î„¹¾äÝÛ†­\n}','ß§É³Î„¹¾äÝÛ†­\n}','¥ˆñÙtsë\r¼qB\'$_,9ßÂÐ÷I=ÄÛP','',0,'?'),('3	•ÍlGòÅ`«Å3Sæ','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/font-manager/views/admin-font-options.php',0,'–^Ûv;\nÿîm¥Ñk„£ò','–^Ûv;\nÿîm¥Ñk„£ò','õ\\æB­wv¶a<Œv(0ÂGÞ/‹³É5Í jc`Â‘ö','',0,'?'),('\nOÉ³ÌþŽ?`[ª´','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/functions.php',0,'CÊÿ-ëËè¿w%vCvŒ','CÊÿ-ëËè¿w%vCvŒ','Zì,ŒŒ·\'Ub<rõÕ·ÍÔ÷eêÏã¦€î-%Ë','',0,'?'),('ßÝÀ&FÇÔÝ#Ç-´T,','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/hooks.php',0,'Æ¯«»J0p¯kÁî_[ö','Æ¯«»J0p¯kÁî_[ö','VŠƒO­~É·ÀàÞk?8õ1L©Ùœ,þ+\'ªå<Î','',0,'?'),('mYÆ\\ ƒ\Z‚Ò\0öH¿«Î','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/icon-manager/classes/Tve_Dash_Thrive_Icon_Manager.php',0,'býL»‰Ià¦Åís§','býL»‰Ià¦Åís§',';èrÝ9ø2ÍÑÙÄûFŽû“59_á°õ‹ðp1E ¾','',0,'?'),('\\0ê&?G¨X“†qnc›','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/icon-manager/classes/Tve_Dash_Thrive_Icon_Manager_Data.php',0,'éŠ`@æm`;µu‹¡Äe^','éŠ`@æm`;µu‹¡Äe^','ó‘lÊ(kq¯°È ²î²ÝÑ®œ^J¦+\nŒÜXœ›Í','',0,'?'),('ØX&Yùöµ1îæ¹!Ý','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/icon-manager/classes/Tve_Dash_Thrive_Icon_Manager_View.php',0,'(©Žßî²}ë(³¶Ýxr','(©Žßî²}ë(³¶Ýxr','É\'tÿ÷Y‘8@ç¡O8\" i=?Q‡âÕÙ‘àP?t','',0,'?'),('_kvoJÅuv³ /.-<','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/icon-manager/views/form.php',0,'¸Ax;“Ý¤ïC=5Íj;','¸Ax;“Ý¤ïC=5Íj;','?×bBÏ¢I„|:Äk%PädõçŸ8ÕnŠŽÞ¤g˜:pûN','',0,'?'),('šFÌ]=‘×“{-9ÿú,Ã','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/icon-manager/views/icons.php',0,'¢ë\n”oµÚgŒcçSGõM3','¢ë\n”oµÚgŒcçSGõM3','°ä±ÇYB<°‘açí;Á§Ðy‰Zÿ†÷u½Å%Ñ','',0,'?'),('˜¿Ôk\0Wr>¢Š_Â*','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/icon-manager/views/js/manager.js',0,'ñdÅ[98ŠóózñdåO','ñdÅ[98ŠóózñdåO','wr«/»í®xm–Ù¼Lh×Ž–w”é_ºà¼üù¿Y','',0,'?'),('Žã©I3PÔhûÐÊ|12W¤','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/icon-manager/views/js/manager.min.js',0,'ªqb¡yÈôÖ_ìW{tó','ªqb¡yÈôÖ_ìW{tó','@ôÖeo„É‹\\þt\ndSdýÃñ‚›ŠŒV‡O','',0,'?'),('ÆçB‹Ié¼¾Œ®!w','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/icon-manager/views/main.php',0,'õWûœ dÄÞËu•5\'Uß','õWûœ dÄÞËu•5\'Uß','^Ž-ºâf@ÅÙÞ¢Ë#œ¹´‘fs‰ª¾fƒƒ/\0','',0,'?'),(' Ï–×òàŒ€J¥è^´øN_','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/icon-manager/views/messages.php',0,'Œ.®S¶,ë0/Aˆ]*¿','Œ.®S¶,ë0/Aˆ]*¿','<‘»1Äç‘ª¤`ûš‚0óT3L1ï§ûåðô–’8','',0,'?'),('èžz™,¨—9µGSíÕà','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/notification-inbox/assets/dist/admin.js',0,'/{bóº\n _¥sd~ë™Ç7','/{bóº\n _¥sd~ë™Ç7','æi´¼ôë¡ÉgXÙÿ¶¡ÿbß.	kÁ&0XåÐ~¤i','',0,'?'),('¿S\nCÜ_²ü=•aèéX','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/notification-inbox/assets/dist/admin.min.js',0,'¤)\rÚr2KþP£R','¤)\rÚr2KþP£R','À?Û/ˆg¿A¿6‰Þ§b^CnPõ9©ö1\"{Z','',0,'?'),('>PXäç£ü­c¦	«7','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/notification-inbox/assets/js/admin.js',0,'þUþzôæ?¼‘`iN','þUþzôæ?¼‘`iN','½†,©ãXM£„-o3ÊÖùRM|œ RÙÍô®z UJ','',0,'?'),('9]¶š_	µŠÈ°2~D…ql','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/notification-inbox/assets/js/collections/base.js',0,'Æ-Ø]À(—	Iëôûˆ;Ù','Æ-Ø]À(—	Iëôûˆ;Ù','ÚûO~nml\0ë|áþ×{vÉîå!Ôø_úøqnñ…>','',0,'?'),('!]î¿íÜ\05„Ìø\'=à','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/notification-inbox/assets/js/collections/notifications.js',0,'ç¶óÂÑ¨Tjö‹ºÝ¤7','ç¶óÂÑ¨Tjö‹ºÝ¤7','ˆÝj2¿Öƒ>,Hv#3Æw.LÓ\rcAöo”7Eä²@','',0,'?'),('àÏ(d|¸&š”jØƒª','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/notification-inbox/assets/js/models/notification.js',0,'jd€ÀüÖÑB${q¬Š\n','jd€ÀüÖÑB${q¬Š\n','n¸¼t™P§É÷#ÚO]ÄÁ³t‚áð½8­<38¤','',0,'?'),('ŽÎ‘=Ê/æ›í´xã–Ï¨','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/notification-inbox/assets/js/views/base.js',0,'L@«ls«Õ­t;ô‰é±','L@«ls«Õ­t;ô‰é±','Ü\0RÐ“TxƒB¼yi+M©“Åªw6\\9úé<é\Z>s','',0,'?'),(':ÌdrY^`ä°ËÄa','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/notification-inbox/assets/js/views/notification.js',0,'™t@¨7G”Þ,•i6+íV','™t@¨7G”Þ,•i6+íV','‘|ˆÄäÉèoÈ³…÷t¯B”«¼â‹ˆ„ÆÉáJÓÍ','',0,'?'),('3Í,æ‘Cô‰ûy<TÏn','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/notification-inbox/assets/js/views/notificationCounter.js',0,'\\/@±BU ©ÑÞä\nfMa','\\/@±BU ©ÑÞä\nfMa','5°ÈT1ô>ÿƒ·àÉà.\0«ýhÀ5¦Ð®YÊm<þq3Ê','',0,'?'),('ˆ+«¯…­\\¯\r †QžÍß','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/notification-inbox/assets/js/views/notificationDetail.js',0,'ZÇ¶ì[Ç#µø‡ïÊ:vÍ','ZÇ¶ì[Ç#µø‡ïÊ:vÍ','Ñ§ë¿·.§F@/J•w´Qó# OýÜU\\zt¯äü','',0,'?'),('ô½i÷]ø\'\rýÞxÚ®Ül','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/notification-inbox/assets/js/views/notificationHeader.js',0,'X]/¢5UúšÍ˜Rã\\','X]/¢5UúšÍ˜Rã\\','?´’t3öúÉÝË\'#%Ú¤Üúúy³	T‡µQ—šæ ÑT','',0,'?'),('i`‘¾ c9æ¡Xº»\"R','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/notification-inbox/assets/js/views/notificationsList.js',0,'³ê2Íë%È¨½SZ;…\n','³ê2Íë%È¨½SZ;…\n','aõ—v{›”J3ïñ,žÃ•@ÀÓùÂö-¥À«(p˜½','',0,'?'),('Ù	Û‹mÙ¶óîàSz','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/notification-inbox/class-td-inbox.php',0,'û2ç®1ÌeÖ¯n{oô','û2ç®1ÌeÖ¯n{oô','šJxWG:™>»„”¢ôÒ“s\Z‚éq#ÁT¥ƒ}r’b','',0,'?'),('‹¨tw\'T~kíë†QQ','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/notification-inbox/i18n.php',0,'Á3óR\0{¾)$¾möqú¸','Á3óR\0{¾)$¾möqú¸','ÌN*ýrz©û²§Û5nQÊþÂ&!ÑV¦Ã}f›','',0,'?'),('æƒõ\ZÀ®ï‚ò-Â‰/','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/notification-inbox/includes/admin/class-td-ni-ajax-controller.php',0,'iRÀ—úy(\n4Ò¢&¾yo','iRÀ—úy(\n4Ò¢&¾yo','°ë”ºmWÍŽÜø2ýuÝ¡ÆæÙGÎ$)É4çjÝ7s','',0,'?'),('«éS¢Š$Óë«ù€É','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/notification-inbox/includes/init/class-ni-inbox-manager.php',0,'*Ùƒ‡É9Çå¸#×ã=Í×','*Ùƒ‡É9Çå¸#×ã=Í×','÷±.‰²\\;RíáÎ;?´öD_£IT$Pµœ o X','',0,'?'),('™OÒ…Ú~Ðéñš¼=~±','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/notification-inbox/includes/init/class-ni-message.php',0,'ØÐ~èoø_)ð;·$“','ØÐ~èoø_)ð;·$“','\r¤Ö¶f2è9b–ú&ªe¢”ïc6Ý›ÚGcM¯5àÁu','',0,'?'),('•ª.\'ÐweJÃâƒ„#fO','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/notification-inbox/views/templates/backbone/ni-notification-detail.phtml',0,'Ïý`*wŠÞ\"{üCÀØ”','Ïý`*wŠÞ\"{üCÀØ”','K÷zØ\'1…²Œ¸×éãy„à~‡|ã0;[*','',0,'?'),('¹[þ&ÇÖ^S‘>šZ¶','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/notification-inbox/views/templates/backbone/ni-notification.phtml',0,'?JÞÈlŸÁ´Öµ\n\'j›b','?JÞÈlŸÁ´Öµ\n\'j›b','Ás2™›ÕrŠôÐ}hƒ°ÄÐ±=éqÙ§®å¦×/¥1','',0,'?'),('ÙçB2nö:Šä<ãt','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/notification-inbox/views/templates/backbone/notification-header.phtml',0,'pÅõ×6öÉ¶”Â½\'Û','pÅõ×6öÉ¶”Â½\'Û','l7åx™w¢YÐVZå)“‹/ƒº×`½ëEaXUÒ¹üÆ','',0,'?'),('iö•“Rÿãñº8³-Ì·','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/notification-inbox/views/templates/notification-inbox-button.php',0,'`‰Ì]¡{á÷·/ÓOï5','`‰Ì]¡{á÷·/ÓOï5','\'µ\"Ï/pÿ8¨zå«™…pö“é-8^zD ^ÑÇl#ÎÉG','',0,'?'),('EìÀ©2âøEÐQƒ„©','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/notification-manager/assets/fonts/tvd-nm-icons.svg',0,'P™ŽéªŽñ<¤¯IœLÏ','P™ŽéªŽñ<¤¯IœLÏ','œ°E?%Ï©¯.P÷/wâÄúU6¡àX]Òø™df¢¶','',0,'?'),('è]æT2ƒ±=Òb­m','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/notification-manager/assets/js/admin/backbone/modals.js',0,'ŸR<û˜h%Ìz!H^Í','ŸR<û˜h%Ìz!H^Í','îA*¹Ò—	ƒô	6Jˆh–—-‚xúZUÐõ³‘‡àzm','',0,'?'),(')TÄ2“”VªŸ#Zxï','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/notification-manager/assets/js/admin/backbone/models.js',0,'ÙÊ\rc3m7Iy¹ƒ˜','ÙÊ\rc3m7Iy¹ƒ˜','ëª@~‡k%MtïË0òNeƒ€„â/–‰+ÄCu//™%n','',0,'?'),('£÷7(}±ƒGÊ”øvì“','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/notification-manager/assets/js/admin/backbone/routes.js',0,'	eMñ/0Ã†\nÝyR·©','	eMñ/0Ã†\nÝyR·©','¡´Gdñ¤ÜjYÉ›]tÂ\rÁv×ÏÜ‰3IT˜¡JyÝ|','',0,'?'),(' ¬ð´aw&£°·™…Á¦?Í','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/notification-manager/assets/js/admin/backbone/util.js',0,'KÏîD#CO,mð‚','KÏîD#CO,mð‚','LÃÌølŠV¼„aI8òqÑÞ½ÜŸÓë}ñ<†R.Ý‘þ','',0,'?'),('ÏbL6êJó{8† ','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/notification-manager/assets/js/admin/backbone/views.js',0,'”(ß\riž’!”À¦Ýµ¡','”(ß\riž’!”À¦Ýµ¡','[Ž<.ú†¡µ#:Þ5œnÃÏú!	DÃ¹¿Â»œûÈÝÉã','',0,'?'),('I¦ª²Îòç‹DNd‡hÊ—','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/notification-manager/assets/js/admin/backbone.js',0,'ÜZ˜ Àµ Öí_òÏ+Ä','ÜZ˜ Àµ Öí_òÏ+Ä','²³YˆóÜãËëãnè˜$‚ZKŠ¸1ðþRX6ÍGF’ú','',0,'?'),('Ó¨£¾GŠÕË•’…sÔ„','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/notification-manager/assets/js/admin/backbone.min.js',0,'1~¿¨JíÁS‡äŒP¯','1~¿¨JíÁS‡äŒP¯','ú¯k“ö\\O¡`Î9nh³ŽñV>ø&™™^ûidw_','',0,'?'),('µ…éÎ\n’9G3\nÄ%±ãÖ','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/notification-manager/assets/js/admin/wordpress_notification.js',0,'ÍÖfi)¨â—\0Ü©îáº','ÍÖfi)¨â—\0Ü©îáº',')îš\'§ƒ“y¥ñk­ï¿eå8€îFŒÝ­ç3â','',0,'?'),('U] ­Åeò®‡ÆËa£ÇE&','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/notification-manager/class-td-nm.php',0,'v¸ÄÈi>nœv7O¤','v¸ÄÈi>nœv7O¤','X	€±å¸\'ÊaÈ²­;ÇÊLÊ%®Ê!fÞ1=¿C†','',0,'?'),('ýˆ†½Á×íåÅ\nÈŽ†','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/notification-manager/i18n.php',0,'Ãá«vo[ëÐP™MJj','Ãá«vo[ëÐP™MJj','WôY÷ÏÐyé#Q¦5¹Ö#Üª´öEI*Ó”˜éñÀª4U','',0,'?'),('’\Z˜¼€\ZãrüÍ)¨¶|','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/notification-manager/includes/actions/class-nm-action-abstract.php',0,'i5öAq‚KEfìïÉÊV','i5öAq‚KEfìïÉÊV','êÑ!³â/:¦³œÝ¸KáÐp\nEÂù2&-ep”¤à8Ðì','',0,'?'),('ímÁâÁ(M&îŒmbƒƒ','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/notification-manager/includes/actions/class-nm-action-custom-script.php',0,'÷îŸ7rÄ§hù#¨¸Þ','÷îŸ7rÄ§hù#¨¸Þ','ÓžOÝ–~ÉåNh|ïeŽÂt&\r=lŽ#^ª×þs','',0,'?'),('uo`jHR~Gð\nê‘vÃÛ','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/notification-manager/includes/actions/class-nm-action-send-email-notification.php',0,'áO‡Âl=»´2Ã­v›','áO‡Âl=»´2Ã­v›','m¶_G]aÆ\Z}ëw3u—HÔˆ¶ö9Â­S;‹Ñ','',0,'?'),('œ[]´§ê¦LæÑÐ§ j.{','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/notification-manager/includes/actions/class-nm-action-wordpress-notification.php',0,'¦·C	‹\'_·éÇ—òç','¦·C	‹\'_·éÇ—òç','H;úBª›“´­Q¿ŽÏ>j_@½®$LêéYsŸ‹ý','',0,'?'),('Ž}óµÏ+0ÍKÏùx\'','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/notification-manager/includes/admin/class-td-nm-admin-ajax-controller.php',0,'ó\nTÒ‹AF¶‡ª¼‘M','ó\nTÒ‹AF¶‡ª¼‘M','Ë{=‚µeàøµÚd¤ÓnÅžSvgÌÞyó¦ºÅhaÄãD','',0,'?'),('«•:Åp–Ñ.½bÐA|}','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/notification-manager/includes/admin/class-td-nm-admin.php',0,'{Yz‹8![B$àDµ','{Yz‹8![B$àDµ','ï\\\Zð»Šó¾ŸÑqê¼	Õ5ÅÛ*¸êßAÔÔ.E','',0,'?'),('¹ÄPqWw[6_›óGi','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/action-type-box.phtml',0,'iLÆ¯Ny#ÌÒáÄG9éé','iLÆ¯Ny#ÌÒáÄG9éé','Â¹ÅjÔH-Ž£æŒìçä‡0°ÐÁ8Œdõ¶×35læÊ','',0,'?'),('ÿ=ÏJ¢¡×¡th¸0òÀc','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/actions/settings/custom-script.phtml',0,'lô‘PÆ\nÖ”¿•^›ªN','lô‘PÆ\nÖ”¿•^›ªN','=#2±`6G²î­!ƒ\"Ó]B?‡Æ«)¤ŒÓ*èpò','',0,'?'),('—Nšâ–îUl]hA-','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/actions/settings/send-email-notification.phtml',0,'õ¶´n9’\\™ó¾ùc.q¨','õ¶´n9’\\™ó¾ùc.q¨','ÃqY4å({ŠeýÖé¬šì’ \"[€($ÁC&‡\0','',0,'?'),('ULdfÛwöW,HÅk','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/actions/settings/wordpress-notification.phtml',0,'K=¤­øÝXŽgÓèÉ_','K=¤­øÝXŽgÓèÉ_','ãd.xÙ{£ø¡¬ïß„¤C™W‹NÉ0Y\\90\ZsÝ','',0,'?'),('±/ç52\0[ß–ô‚î¼,','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/breadcrumbs.phtml',0,'%ñX=½³èõT`Áñ','%ñX=½³èõT`Áñ','5‘QÙ»³NWù1ìÐµçÆÿŠ%cýíå/©ÙÆ”A½$','',0,'?'),('ÆA—ø…¥ZmÜxç‘½','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/dashboard.phtml',0,'ÅseÂ9ëÐW6ß+\Z','ÅseÂ9ëÐW6ß+\Z','bt¿ Ú4 arl€î?C¹ÐWG”Ûé¼Äáàç…ˆ','',0,'?'),(']r¼ŽD5Ü=Ã¼f|âœ','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/header.phtml',0,'Â_«1\"Å3\'€D®®¸','Â_«1\"Å3\'€D®®¸','5ÿÍ®¾ÐUŽ\\3Y¿¶µøì›˜vw2Cä]˜g€µÁW','',0,'?'),('»,Rá¯qú¬™>€¨>','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/messages/form.phtml',0,'Ï£QÎÒ¬^£}6¸FhØ','Ï£QÎÒ¬^£}6¸FhØ','k-Äc.¢jGµŸ§X–FIk¸‘åÂË5iQcÍy','',0,'?'),('$B¥--˜\ZÐÇ%4˜:\"”,','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/messages/shortcodes/item.phtml',0,'›_ï‰§ þÁxaÀžG»Í','›_ï‰§ þÁxaÀžG»Í','™aÙ.U@t=r½=Çâ¨ì7Š@îvô`è‹D±Q\ZF','',0,'?'),('7$éœ0™ã-íŽ=à(—','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/modals/add-action.phtml',0,'aB¨AògÌÙõV¬³†','aB¨AògÌÙõV¬³†','4ùy—OÕs´‘è•\0Ïr¤µCáØ5‘b µÕ…¼/','',0,'?'),('’¾µ,3¿ññjúW~Ä','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/modals/create-notification.phtml',0,'QbÊÁ–TâRÖûˆ£³{\nL','QbÊÁ–TâRÖûˆ£³{\nL','D¨î`U\"C\r^mqxùåýãýš|†g•ÕñKY(¹ª','',0,'?'),('Û–ï@(ì¶¢±Øq‰;ÜB','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/modals/delete-confirmation.phtml',0,'wÅ±q‘{¸2·%XÌ\'8£','wÅ±q‘{¸2·%XÌ\'8£','HNt£-ó2)€€ã3ßƒá©‘(§‰šÛÈvø08','',0,'?'),('$£Nþ¹ÌÈŽ¢êR±p-Ò','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/modals/edit-action.phtml',0,'Œ?jˆu*UÚ»LÂhnå6 ','Œ?jˆu*UÚ»LÂhnå6 ','\"l\0CG£}H„]ýHgpY5Jõˆ‰âTpQnl¾','',0,'?'),('Ÿ¤5Ã˜³ÎÈÊ ¡ÄïS','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/modals/edit-trigger.phtml',0,'Â¿ÓEû-hUOfÛƒàî','Â¿ÓEû-hUOfÛƒàî',':\":£ÙÃÍMó*¥ß!²œª\Z8~}õ<<H^mÉQ','',0,'?'),('z\"lcnOÇ5Çä!\0','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/modals/email-services.phtml',0,'#\rHZÈ+Å%Â','#\rHZÈ+Å%Â','PmÝêðEÑÐØç•ßMüNŸLú;®\'ËøGaj°ÚÀ','',0,'?'),('ˆMúŽ×\Z~S,(ô6ßÁ','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/modals/notification-summary.phtml',0,'Z´5³7\r\Z‡*ðû\"›¿X','Z´5³7\r\Z‡*ðû\"›¿X','Y 2£	’Ö`AÖC@J8HÛ&Ö^Ýøñ\\ÙSø','',0,'?'),('v\\6ŒJaÛË¬‰Z±`÷‡G','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/new-button.phtml',0,'I_BJ:®Êeñ½Tßû','I_BJ:®Êeñ½Tßû','DÀÁS_,oÜ¾Žl>~ÀÑ€ó_ÜŽµó’÷Ÿüˆ}<×','',0,'?'),('«Ú.`ý5]6óŽfÅ‘ý','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/notifications/item.phtml',0,'¢/Pæ3^ÒSqJµÎ	´‰','¢/Pæ3^ÒSqJµÎ	´‰','ˆÓ£É!Ç5ôjž,ÿße<Êçî>ÈÔžçâŒ3“µa','',0,'?'),('AGY8—Ó6à`˜ñOh','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/options/action-buttons.phtml',0,'‹ïfœ\Z&T\'q	&ÑJ','‹ïfœ\Z&T\'q	&ÑJ','*9)9¾‹œ]¶;9¤8®èïX!\n<ÊÖi@©E>[','',0,'?'),('ÛRf9×bi×	ð\nŒŠÓ¶','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/options/checkbox.phtml',0,'G›”²K®ÄÇ(U´O','G›”²K®ÄÇ(U´O','º‚Õ’&øS½Iî¢×³¦»3\0Lï¢ìn¿¼vý–˜µ>½','',0,'?'),('åHökÐN]ØÏö[•','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/options/input-multiple.phtml',0,'¬”Ø²‚“öÆ$Ðt¡\nŸD','¬”Ø²‚“öÆ$Ðt¡\nŸD','=\Z;…àãnÏøT¯‹bNÉ‰šž=¾ÌÀðÆ}','',0,'?'),('/„(Ÿ¤tß(Acßß','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/options/input.phtml',0,'-{gnƒN9®Y9[ú2Ñç ','-{gnƒN9®Y9[ú2Ñç ','gDÐï=hÆ#\\ôÚñë“kŠxºöúJHÀžTBv¹8òj','',0,'?'),('0ìfíá±¯\"Î¡jñ','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/options/option.phtml',0,'ÛaŒx}lÐÌŽîë)N','ÛaŒx}lÐÌŽîë)N','\ZÈÓ—Z÷£Øù`½ufÿ}mÑvûôZ`áçá~	 ','',0,'?'),('iâPmq)A`\0ˆ.…Óhæ1','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/options/recipient.phtml',0,'8\"ç9F¯z`vµ6Ì& ­','8\"ç9F¯z`vµ6Ì& ­','¿²SPÇúÏ0MUkéÉ\'ó7t3xXoäã©dIµÁÞ','',0,'?'),('4ÉHé—â?ÚÃ&óŠ¸¨º','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/services/item.phtml',0,'„Èóÿ¼ëšø\"kÂ.«','„Èóÿ¼ëšø\"kÂ.«','(\'YÓ¹¨ÏÁ¿¤¨umH®ryô‘¼7ú92\"^\"C','',0,'?'),('ð/jPÁ†’;%çÅ€/‘','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/services/thumb-item.phtml',0,'ÐNðÄUôŸ–óéwô¹','ÐNðÄUôŸ–óéwô¹','Ðü¬ù7 çq—tQÉ)Î•ÏÑ|þ@OýÈ`ÀP7','',0,'?'),('¼¹¨r4Ðxñ,jµ–','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/summaries/item.phtml',0,'‚ºþ­ð^-O-N•','‚ºþ­ð^-O-N•','`\\ûÝ·lc¬×Ÿ˜wËsÍ)?#Œ^™î ¼@','',0,'?'),('j|]ÿ–, ©GU™Þ\\ºE','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/summaries/items/action.phtml',0,'¹BÄÙ»\'õR¼<O“(P','¹BÄÙ»\'õR¼<O“(P','k3ÿ«p¯ú»z·AÂöb*²cdGnð®+Op¯¤’','',0,'?'),('né2à+:G˜p1P<£ûÌñ','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/summaries/items/actions/custom-script.phtml',0,'ÌíÙAá–†¢©N]}VŽ','ÌíÙAá–†¢©N]}VŽ','Í‰Ý³7O¸¬\n)ø¡(Ø~\Zô)¿lèm³)Îq\ZÙY','',0,'?'),('MpK0;ßqÂä\"£Ó','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/summaries/items/actions/send-email-notification.phtml',0,'–8‹Ë.˜=(k1','–8‹Ë.˜=(k1','ÞÞ”Àêü{H\0/ó¶Ÿ4«§Ô\'ƒf“+º¤aðz‹Ô','',0,'?'),('Ç\Z¶óŠUùû+x<,','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/summaries/items/actions/wordpress-notification.phtml',0,'ƒD—ê‘jîÜÓóùžš.ÓI','ƒD—ê‘jîÜÓóùžš.ÓI','U}\rœÇƒ]ïM²® Ÿ@ß›\Zõ/µ‰”aã->Nrt	','',0,'?'),('#aŽ¤?¼£ÿ\Zâlžm.÷','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/summaries/items/notification.phtml',0,'	ësÅ^êIP´ËÛNÑóé','	ësÅ^êIP´ËÛNÑóé','>•NN#wøõüÎÚ¢a¤k´c\'¥¾:âŠ/Þ{€','',0,'?'),('ÊÍÅ8¤g;3}Êí\"øý','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/summaries/items/trigger.phtml',0,':¬Ey 1ŸXf`Õá½Û',':¬Ey 1ŸXf`Õá½Û','–4„[Ë@Êê¨Ê«ne,Oæˆzý:»þ²o','',0,'?'),('yuce)0ZWÂÎGå6ˆ','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/trigger-type-box.phtml',0,'*FçÅ®%kf8\rŸy6Ø','*FçÅ®%kf8\rŸy6Ø','þ¾Eˆc¯²ÒžžÍ‹ë}ƒoòjŸú­™þ¢Ð†ÌëÓ','',0,'?'),('¤:Ó8jË³½¶pÞj¿','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/triggers/settings/email-sign-up.phtml',0,'Ç2“OÉàòdäàŽJúË','Ç2“OÉàòdäàŽJúË','&~Ì€çÐn¯\\3»Ý¥6RÑ*]Gâ–Ž%û<ÛäDièi','',0,'?'),('EX ÁQSÞ\0JÒ¤9!B†','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/triggers/settings/quiz-completion.phtml',0,'\0õø2¶È*ñŠa}PÁægš','\0õø2¶È*ñŠa}PÁægš','GßKZgÊ!Ø€­åZ¿Þ¸·¾÷CL¯²¼ýŸ¶	E!','',0,'?'),('ë%\0¦{äœ\ZêÝ³ šäžð','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/triggers/settings/split-test-ends.phtml',0,'iéP¼¿™d\rÊ]ÂW˜l','iéP¼¿™d\rÊ]ÂW˜l','!ßÉ‡þ£ÖzÂ£Äú8fCqý™.•‘ÆüèüÃÀhéÄ','',0,'?'),('³/jN<Ý«¶£ë÷(”E','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/triggers/settings/testimonial-submitted.phtml',0,'Ãn½RmSÕbôPÇ¨FQÎ¹','Ãn½RmSÕbôPÇ¨FQÎ¹','ÃÏLöÙVÄÃŸ¤µ…okÿ…êöÿqŠý„&','',0,'?'),('ô˜7úSû—[›ÉµvÕ ','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/unavailable.phtml',0,'´\ZÒ3è\0R&|íH?€…','´\ZÒ3è\0R&|íH?€…','–Ÿ”z§YìÎ:íµ‡Š=Cœ±*ìLýÐÄEÜÅ#›Å~°','',0,'?'),('2&²w¥:\\ÐP¼ ®W›”›','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/notification-manager/includes/class-td-nm-ajax.php',0,'D³þ,tqæ>1àAû™','D³þ,tqæ>1àAû™','óðÑr+²Ö–8æsªŒ¨£E{^5›‚ub}ZC–¡','',0,'?'),('Î\rýq‡³G»ÆE×ê©|¥','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/notification-manager/includes/class-td-nm-checker.php',0,'Äñ)ÝÁïòò¦	rlì5<','Äñ)ÝÁïòò¦	rlì5<','bOCY9?­hÉÉ¤Ñ`}îþÊýp9Ãb„ÃºÓÓnÎ','',0,'?'),('ÆÞ#ŸËí°!³ág“Nn&','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/notification-manager/includes/class-td-nm-data.php',0,'¼/\Z‘\Z®]R©yÊCC\"','¼/\Z‘\Z®]R©yÊCC\"','¬ùº>ò£§U„€6é‚³TÖò»i¯Ž]@ngù','',0,'?'),('`ó-þ¢küó·ã³nH','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/notification-manager/includes/class-td-nm-post-types.php',0,'—;Ð\'\'«2xñç¶½','—;Ð\'\'«2xñç¶½','Ü8rAJdb¹ýhHh—ä5Œ²ÜìÙÿø½†Ve	ýj','',0,'?'),('ÍÚƒÑ×wæmƒg{˜§*','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/notification-manager/includes/td-nm-core-functions.php',0,'ý+tŠQ‡À*\\+Ä¦çI','ý+tŠQ‡À*\\+Ä¦çI','L]¥WêBùŒ°h¿ÙfÇÿç­+zü…8î•£Å','',0,'?'),('›°#Ç¨xƒlûký{êSS','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/notification-manager/includes/td-nm-data-functions.php',0,'›êêÇÍÖÝ_ÿW;±','›êêÇÍÖÝ_ÿW;±','…˜xi	ËL1Æ0L1öõž]ÖaäwiõJRzOjXtÐÇ','',0,'?'),('A·6àˆêO&5¨äÆ›','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/notification-manager/includes/triggers/class-nm-trigger-abstract.php',0,'ÈÂ9¦±êlxo.Úù','ÈÂ9¦±êlxo.Úù','Õêe)¤äÇc£d`ŒDlUd\"r“èºÞŠ6ze^ï','',0,'?'),('üÃ’€SªÿÕ·UTË¥','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/notification-manager/includes/triggers/class-nm-trigger-email-sign-up.php',0,'ò²a„žÂJwß_\nß{|Q','ò²a„žÂJwß_\nß{|Q','ÏêP eÕwAeµû	b^™ˆ{gÏÝŸ OöwüºIÇ','',0,'?'),('HS7¦œB‚¬ô(ò«.','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/notification-manager/includes/triggers/class-nm-trigger-factory.php',0,'¬Ù\0ºÈ•fL ð×µ1','¬Ù\0ºÈ•fL ð×µ1','ƒŒýIÀÐ‰Á$MïÐc$jéu„òouïôA­‹º0(xÈ','',0,'?'),('ÿ4¶ç®•²”Úšÿ³%5','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/notification-manager/includes/triggers/class-nm-trigger-quiz-completion.php',0,'f,39YÀxÊªÊÿH­‚','f,39YÀxÊªÊÿH­‚','ó¥|Ým¯Ý*uG§ŒoªŒß4¬\Z?cV-vA”>','',0,'?'),('÷÷tœæeî¿,Dá0ö!1','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/notification-manager/includes/triggers/class-nm-trigger-split-test-ends.php',0,'EhŠØÃo¸ZË¼®S³','EhŠØÃo¸ZË¼®S³','aÆ<$’µ(/öÚp‘bOÌ4öcÇFxQÛÆÛ÷','',0,'?'),('\"¤è˜€†<Yá','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/notification-manager/includes/triggers/class-nm-trigger-testimonial-submitted.php',0,'ö.¡,~w’ºzú@	a','ö.¡,~w’ºzú@	a','5‰þLbòqG•Æ*£³¢_‚‰[5¶Ã{×','',0,'?'),('”Õšè|ÿ~¹¦ïÏÛ‘.','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/plugin-updates/debug-bar-panel.php',0,'m@ÕwÞŒƒwß*áoˆ•','m@ÕwÞŒƒwß*áoˆ•','¼ð7±Šà¹Õé‹4ôƒÌÅáfu)WYD—ók3Îsó','',0,'?'),('ìÍO&:üïgóxgÚ…','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/plugin-updates/debug-bar-plugin.php',0,'‡ZN©4O%QqBùŸƒ“¢','‡ZN©4O%QqBùŸƒ“¢','ÅqM4´¯ÄvÉùO„³Ñé°ú¬	\'RÙ–„Ôp4¤','',0,'?'),('û|ßñ8€#È*Ÿªè{U','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/plugin-updates/js/debug-bar.js',0,'ÍõŽH_T\r˜r*.ðLtô','ÍõŽH_T\r˜r*.ðLtô','Bœ°,<ÒÉ“ñGÁ«$U1Ýoh	3\\¢~¯ZÛhP','',0,'?'),('‘›p¹àÅÒºlgeã','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/plugin-updates/plugin-update-checker.php',0,'ziÈ²<R—Rôg6Üb','ziÈ²<R—Rôg6Üb','kWãLì+\r‹›I•Ä„évqÀ‚zW‰Ü\nÍ-$','',0,'?'),('oFË^^ýñƒ„ÄZ1f¶','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/script-manager/assets/js/admin/models.js',0,'³ƒ]ÓÚjÓO¶¢žÉë','³ƒ]ÓÚjÓO¶¢žÉë','PØÙ9É±­¶ë–Ê\ZÜ[	ÓË‰ýP&ý/x†b·±7À.','',0,'?'),('\0Ïvó{I :œ)ƒ¼lW','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/script-manager/assets/js/admin/routes.js',0,'46¢6µž‘¶â1à4ab','46¢6µž‘¶â1à4ab','·(«¢†ma\'!ñ}ú9éÁ#/S“XpCÕ¥’ˆ”…','',0,'?'),('3g| ×à[§[%~oÆûS','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/script-manager/assets/js/admin/views.js',0,'½º55§XÛçLùbO','½º55§XÛçLùbO','Àáñ¬ÄÜ“=z>ºe¯½17ÚWíT¼0ÙÞë','',0,'?'),('ìæ3\'<	¸•ÈQÕÝTÌg','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/script-manager/assets/js/dist/admin.js',0,'Oì\ZVo9Ã2ý˜NÜç3ý¿','Oì\ZVo9Ã2ý˜NÜç3ý¿','ÀµÛØûtƒGNêCÜ±¼ÇNY\r€b „E\\Ž”','',0,'?'),('ZYVþMšÆŸÏNÏ:âå”^','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/script-manager/assets/js/dist/admin.min.js',0,'›¦XMøfº…9ãcOHéË','›¦XMøfº…9ãcOHéË','ŒaU;¨.8!¿5=·hõœÏ·§î¾H‡u‘¥‰\r','',0,'?'),('òa~ÏtÆt±µ…x¦Ã','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/script-manager/assets/js/utils.js',0,'	¹Š}j¬ÔF{Ž¹\'Î‹','	¹Š}j¬ÔF{Ž¹\'Î‹','Kà-Âµœ„ |Ä/BäËç¯‹)üŒ¹kdßÝ)…Iy','',0,'?'),('–Êd®èàG-!7Â8÷','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/script-manager/class-tvd-sm-constants.php',0,'sR³ìãu{‚C¦ì¾‘ïn','sR³ìãu{‚C¦ì¾‘ïn','óÌ‘wš,)á´ÿé8{—AÂQd<$pU<Eºp	]{','',0,'?'),('™@•Ý¶óGÉUMd','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/script-manager/class-tvd-sm.php',0,'c(tCùó|ã\nÔQ¢HN','c(tCùó|ã\nÔQ¢HN','Šþ’ƒÿ_\\cg9-1¤AWD$\ZÀ˜”Øë¼•*%kŽb','',0,'?'),('¡¢»ený\0JNhÛœnº|','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/script-manager/includes/admin/classes/class-tvd-sm-admin-helper.php',0,'Ê‚‘C#62š>]œru\"','Ê‚‘C#62š>]œru\"','•°k¥‰ËÌ.ÕÚ¨ßØ2=ô†ãzêð}5Sø”÷tŽòo','',0,'?'),('É/Rì‚]ôQ9€îð—é','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/script-manager/includes/admin/classes/class-tvd-sm-admin.php',0,'šò“7ðW·‚ä°ÿú‹]','šò“7ðW·‚ä°ÿú‹]','ýz¦êbñÜiLé´€to	öÂùR«GUÝöÂ ','',0,'?'),('²Ãàå€DDÙ„eRh','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/script-manager/includes/admin/classes/class-tvd-sm-rest-scripts-controller.php',0,'îðCØ¹@¡Aõ{ØäÒêÑ®','îðCØ¹@¡Aõ{ØäÒêÑ®','f²A`þqŽuT™…ˆáN72{Á(Ûd1Sñ@Õ;','',0,'?'),('lix ‚¨\Z‰Ô²§‰p','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/script-manager/includes/admin/views/dashboard.php',0,'¿5Š;§ä¶Ç‹ÚÑÉa…','¿5Š;§ä¶Ç‹ÚÑÉa…','9ûóÁöTM	HÇtB¯¶ñãyƒFãª9ÍÓÿÀú_','',0,'?'),('…eRçÁ-ûÚ\0}³·€ž','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/script-manager/includes/admin/views/templates/breadcrumbs.phtml',0,'d›–ÉÒiÊ?s7Á¿ˆù','d›–ÉÒiÊ?s7Á¿ˆù','tTõéRualbñ\\_Î¸Š×(™aÖÅ,z^Ð©Åƒ','',0,'?'),('\\œ‡€Gn¢YDj24Î¶þY','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/script-manager/includes/admin/views/templates/dashboard.phtml',0,'!Ò¼r\"Ûlfž/ÑÒ^§','!Ò¼r\"Ûlfž/ÑÒ^§','?dð\Zá…ñVAŽ²7c!@åoªVR/õ§Äëÿíïª','',0,'?'),('‘=|a.»€¯ˆGfðííƒš','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/script-manager/includes/admin/views/templates/header.phtml',0,'àl\'¿Gã=éoa3ØÕ','àl\'¿Gã=éoa3ØÕ','Zu¿hsŠÃN=z»nèv£f.xå$TÓÖn‹§','',0,'?'),('Žñß¹™Àãˆ™UéâÌ} ','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/script-manager/includes/admin/views/templates/modal-add-edit-script.phtml',0,'œÖ½%±ª†Ì¹¦¸','œÖ½%±ª†Ì¹¦¸','ue°\'H¡¢ObdG		©(˜‚©wùc\Zô0@Ä  X','',0,'?'),('9(`4Õéüeip-2]z0)','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/script-manager/includes/admin/views/templates/modal-delete-page-level-scripts.phtml',0,'5\néZ—©ûét\\->•€YS','5\néZ—©ûét\\->•€YS','qvâÓ§ª×Á]4Ñ_ÅÝ>i9.”N s?ÁÍ	”$','',0,'?'),('åGJÅh	g54Âq¾Íxò','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/script-manager/includes/admin/views/templates/modal-delete-script.phtml',0,'¦5\n­Ù;HYP€Bc6\nk','¦5\n­Ù;HYP€Bc6\nk','®šÍª=\"v@ñ‘P^Œ ÜÚÄ‡æP¼LÅr’•p~@k','',0,'?'),('¶s¹­/,õûð*ïdç','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/script-manager/includes/admin/views/templates/script-item.phtml',0,'ÚVÉœœ\'M ëŠÙù¡BË','ÚVÉœœ\'M ëŠÙù¡BË','³Âì“-	;VBbÞ˜·~þ	PkOFƒÔÚ +žb–ø/ *','',0,'?'),('\0›\'´~‘ô@ÛªÄ®ˆ@™','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/script-manager/includes/frontend/classes/class-tvd-sm-frontend.php',0,'6IYávXY1&\ZÔ“ð¼','6IYávXY1&\ZÔ“ð¼','ë °K-zËìÂºÃLà¢ç ýrÇ+ãÙ×¾D\'HÛ,','',0,'?'),('ÂW´Wœ)0Z-l¼ÕLëÏ§','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/script-manager/includes/i18n.php',0,'Ÿ%œ…îú‹õmÜÏÄÇÓ','Ÿ%œ…îú‹õmÜÏÄÇÓ','°²€\n:on¾ŸaKÇ‹È®®˜z¬Ý\'\n/`5 Â—±','',0,'?'),('`‚nÉØeˆó€ùTâ0º@ï','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/smart-site/assets/admin/js/_utils.js',0,'f°£\\ÁFÞž¶9U‘3€','f°£\\ÁFÞž¶9U‘3€','{Á*\\zðT\'Óà¿8Ì‡k“ŽÊÁC$.%¤¤','',0,'?'),('ÅMðƒ³5™tÃt%W','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/smart-site/assets/admin/js/dist/admin.js',0,'ðj ¾—\r×{-­‡zP$Q','ðj ¾—\r×{-­‡zP$Q','­þ¥ËZG^\\6¦iCès‡ƒÜ#¸È‚€žÍÃÂ¾çÜ¼','',0,'?'),('X´|üÜð\r6U\"!	x','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/smart-site/assets/admin/js/dist/admin.min.js',0,'`þÆérOrµ&êÊ(½…','`þÆérOrµ&êÊ(½…',' lZ§Q1T•Z¾ç¯R}Ùl°É(~ÒÊ|­t“‰Ê/','',0,'?'),('2C€µ€ôÎÄu¼í¬“×qh','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/smart-site/assets/admin/js/modals.js',0,'þßhz–Ç /ò¿†_F/','þßhz–Ç /ò¿†_F/','vs€þIüº.…­ô QJ˜tœpÇƒ¥`ÕM','',0,'?'),('2ÃœYZÒñiéÞFâ','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/smart-site/assets/admin/js/models.js',0,'xƒX ×õg¨ûà!-\rüÍ','xƒX ×õg¨ûà!-\rüÍ','Â—\0V–¸fd½íÈÒ u€ðì+¦ÓÚL™ÍØÁ)','',0,'?'),('-Q]Ï‚…ÕóÐ35Q¤f','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/smart-site/assets/admin/js/routes.js',0,'€}Ò>åW!	\0ÚQôn,aª','€}Ò>åW!	\0ÚQôn,aª','Ø\'Éè½\rÞåxÎ£^]Òˆ÷EÛE\Z\rßDA K°Iø','',0,'?'),('%²ø²Oe¿¿wuVèé©ÿ','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/smart-site/assets/admin/js/views.js',0,'n÷o@–bPjÓkcb~ÙM','n÷o@–bPjÓkcb~ÙM','`ÝåÚ#6™“ø‘ÍÍWóöÑö rQp¯M','',0,'?'),('“òJ8çP0§p¨V´ø','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/smart-site/assets/js/tcb_hooks.js',0,'„þ@Jæ]/ úÕºpù”b','„þ@Jæ]/ úÕºpù”b','†O\"W$¦¹Þ~T{+\"ªywúïwCA·ï_p‰\"M','',0,'?'),('ª1mñÚû1¥R×CÊ','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/smart-site/class-tvd-smart-const.php',0,'Ç®ñ¡ e9z”É¦­¿Ü','Ç®ñ¡ e9z”É¦­¿Ü','¸´:§&UäbòŒ¤Sáê¶Ýî£bUDÖÑÞFù9Sñ','',0,'?'),('’ôž–F¨‡bMuË','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/smart-site/classes/class-tvd-global-shortcodes.php',0,'TþÜÏÝs¸‘R¯¦úÚ²','TþÜÏÝs¸‘R¯¦úÚ²','çn+h”8sÎZ®\0!„:®op@“kbõ\Z)Ü	“´','',0,'?'),('0í!â,òÜžy•à\nîŸž','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/smart-site/classes/class-tvd-rest-controller.php',0,'×0Hùd¼Ý\0Qc5^ZŒ^','×0Hùd¼Ý\0Qc5^ZŒ^','Õhb^åËêøR\nÓº <,uvÆ ®²ÒÆö¦W','',0,'?'),('QR;\n:yP\0}¸ò²qÍó÷','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/smart-site/classes/class-tvd-smart-db.php',0,'»fJ\'gŸwA%}K/n','»fJ\'gŸwA%}K/n',':•ãáé\'AT±«…›:ÒíÊ§ØCv©qÕ³¯6Áç%Ô­','',0,'?'),('e\n°7<)¨¼ûOLNý','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/smart-site/classes/class-tvd-smart-shortcodes.php',0,'¡Ñ&ÆŒ&$]oÚT’','¡Ñ&ÆŒ&$]oÚT’','ÝyÁ¿¦=ß‹þ?ÖÃõÉÖiI³<ýÜñlìXtIQÚ','',0,'?'),('±ýTçé½Óx®ec¤O0','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/smart-site/classes/class-tvd-smart-site.php',0,'\'š#í7]ÁÍP«â\r¾´*	','\'š#í7]ÁÍP«â\r¾´*	','ÔÚ¨q*üo:r\"—¹\0À/{Ík2[xÝpq!.ª','',0,'?'),('êbS7ÄåC3øñÑš','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/smart-site/classes/endpoints/class-tvd-fields-controller.php',0,'¹Óö\r&Ó·m’ñ<T’Â©','¹Óö\r&Ó·m’ñ<T’Â©','Í+ˆÿ4‚àÂí)xôMœÆXY\'¿üÃi\0àÉyO”EÌ','',0,'?'),(' ûÿRIµU°Ý^Ï› ¹','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/smart-site/classes/endpoints/class-tvd-groups-controller.php',0,'¢-ÿõ÷…Œ>þˆ`ŠOº','¢-ÿõ÷…Œ>þˆ`ŠOº','§2ÃïG¾1qQ$ØðÍùšëa€ñéSqCÏ¯ÞVx','',0,'?'),('v$Ù°k‚óù‹:Å&','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/smart-site/i18n.php',0,'#tvÿ6/`´B\n¬lr','#tvÿ6/`´B\n¬lr','@Eáq\0¯•9½9xü2Á÷h<íYü ÓŽrñO³','',0,'?'),('>	{]zÍ«9¼ñíÕ¡öÙ','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/smart-site/migrations/index.php',0,'«¿˜™ÆÌñU¹b7´üÖ','«¿˜™ÆÌñU¹b7´üÖ','ÿ~4¨ÐÆEü+½àº£ŽFFc°«·~«oîI&ƒÃ','',0,'?'),(']9¶³ºYÙføÖèç†b','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/smart-site/migrations/install-1.0.0.php',0,'/òV×}àgyx3û»T','/òV×}àgyx3û»T','W[Êå&jòQp×µH¿£}S©©/ª%¨éÄÜËŠé','',0,'?'),('\Z†:Ê×‰<{ù`díqA','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/smart-site/views/admin/templates/breadcrumbs.phtml',0,'F©€‰\\cšÂØ›ÃxíŽ','F©€‰\\cšÂØ›ÃxíŽ','²ñM«ÓñÏÃ’Ü¹´ªL	hp>DqZ+öýSý¡)°p','',0,'?'),('ƒáÞ~\Z‹õ7YO³¨x¿','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/smart-site/views/admin/templates/dashboard.phtml',0,'˜ºh	^p÷GR¥/0²J®','˜ºh	^p÷GR¥/0²J®','˜&úù;RLîkÓ.°R¼•û¤g¾ÝÁæ[Þ“þÏ','',0,'?'),('ä±ûbYùÙöPpß“¹0','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/address-options.phtml',0,'Ãã^¥ÆMù±Èjhtq€F','Ãã^¥ÆMù±Èjhtq€F','§é³s¹YEâiE¼?¸§Î•†¡ý¼2¯ó¿úNHŠ;Ì','',0,'?'),('üÃßpýŒÖøèð1˜YB4','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/email-options.phtml',0,'¼ØÅçú_~Áˆ…°†|1å','¼ØÅçú_~Áˆ…°†|1å',']¿fJƒg¢†ë[®nŸÇ#‡ÝrC}3n—‚–ž¯Ù:','',0,'?'),('_(*zã•`†4ç(öÁ¨$','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/field.phtml',0,'©Á4Ü8,»o³gÓR’','©Á4Ü8,»o³gÓR’','Ý³å~»\0Ë>ºTwl1Ãqäd/M}W=®›ND0ÄÇ','',0,'?'),('ì8ÎÙE5N:~. ´˜¥›8','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/group.phtml',0,'Û®­+K§fî¢6êð6À','Û®­+K§fî¢6êð6À','\r{YvÜ\"û¸Œ#`6¶Qufƒ,ZÁØOc{º*','',0,'?'),('\\¢NÅùg’rT\"ÜR°æ	','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/link-options.phtml',0,'Äfbm|¨¿–‘]½ß}õ v','Äfbm|¨¿–‘]½ß}õ v','›Ÿ`z“ß)²¼§¢nPò…Ø?ÂI£²‰iST•','',0,'?'),('œ¹î×	é(fj”6µÜg','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/location-options.phtml',0,';ÍK˜ÝÊ&œ¬£ÜQù',';ÍK˜ÝÊ&œ¬£ÜQù','MRÖCQ[´(9p¯½åñ……ÊÝ“wÄ–À½½3¹ê‹H','',0,'?'),('-µÃÂMnýÁ4jåN§','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/modal-group-item.phtml',0,'·qüîI\ZBÐö<caŽò•','·qüîI\ZBÐö<caŽò•','?x]¶›CRíûØ·~÷»!qSˆ»œ”Žx$ŠçúôpÎ','',0,'?'),('½*c‡v<QÃóñ²Y.','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/modal-type-item.phtml',0,'Úoð\r2ßÑË8\"§à‚³','Úoð\r2ßÑË8\"§à‚³','Ãy\n‡ïÇ±¼­_êåM¦Ieq´¸O0®ú yÒk','',0,'?'),('ÅT@3ÖM½,gÉŒŸx','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/modals/delete.phtml',0,'é‘vŽ¹ÍàðÐ²p.Jª-','é‘vŽ¹ÍàðÐ²p.Jª-','äºzi;i•\"e^^”è¨û{Çww›ßEdŽñzÿÊ¼','',0,'?'),('×7C|™!6ì}-Yàg°B','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/modals/edit-group.phtml',0,'ö&Ùsú§.Þ@	º\"èP','ö&Ùsú§.Þ@	º\"èP','rëó§e±ˆ{õ×-þ!´€t›q¾øJá\"÷\nòH','',0,'?'),('á³9ytE&®ƒ½i”;Ò£','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/modals/field.phtml',0,'þ@rÅDkQ/ù\'‰×	€','þ@rÅDkQ/ù\'‰×	€','ƒ2öH XÙp@Òö«»sÕÉyÍ^…¡üÛ°j','',0,'?'),('õÕNAœHÁ€^x$	Äe™','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/phone-options.phtml',0,'\\Ì\n¸@^¯*¸b»\0sx','\\Ì\n¸@^¯*¸b»\0sx','â#žcÐêd€†BýFš|Ø­iÞØìvÐÀMÆa','',0,'?'),('Á»Ák¬MZ\nÝü~aÕ_‘','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/text-options.phtml',0,'nèµ!¾²jö\rc¨¬Szò','nèµ!¾²jö\rc¨¬Szò','ö‚mPþ»¯b9³xªf#w41á®ëk/B{¥¸¾ñ¹','',0,'?'),('úkÆ\",ÍË cÉíO›pç','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/smart-site/views/admin/templates/global_fields.phtml',0,'ùp£E¶¹fâwJsjIq¡]','ùp£E¶¹fâwJsjIq¡]','MZ-¤wSò`ËØƒ\'ŠOÛçëÀÔŒËã\\…óV÷e','',0,'?'),(';Beta^Líƒ¸Å{','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/smart-site/views/admin/templates/header.phtml',0,'¡.+Bò…Šr0¿Ö=ÉÄN','¡.+Bò…Šr0¿Ö=ÉÄN','—ÐT8¬†]Ä–ô\0ÞtžÝ…°5WAz&¤€ðç•£hêBi','',0,'?'),('•¼KK¨¾Û™û À×ÝR_','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/smart-site/views/admin/templates/menu.phtml',0,'²¤¦z±d>¾‡z?EÒ','²¤¦z±d>¾‡z?EÒ','IzÍ3Q¢BË~q¿9¥bŽp¸÷µ€ÙÕÐÃ‚L','',0,'?'),('€ê\ZÉ%i›ÌJÁlÇ¢û','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/smart-site/views/admin/templates/side-menu.phtml',0,'†“YŽ¢WçwôùrôPó','†“YŽ¢WçwôùrôPó','g¥!µ™§W´2\Zùá¾Û¥hÙ\0¬¨(rYdèèåû','',0,'?'),('«ží¥A4uŠiúãg‡.Ò','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/util.php',0,'‚†ã*¸1Š¦î®Fx*mž','‚†ã*¸1Š¦î®Fx*mž','¶ô:TÏØ(·ÜÙ–c›„—qò°2O¥ñÑpÑ®|½	','',0,'?'),('\\ª™lÚª\räê,öGÈ[','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/js/dist/frontend.js',0,'Mx>&RQ¹ß~‰,ŒÀ®','Mx>&RQ¹ß~‰,ŒÀ®','v´üC­&¶&òZ¶¶¥q]ô‘\Z¡ÖŸ†ˆ²¯)î','',0,'?'),('‹\rrIJ“\r6ŠlÝd¤Ëå','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/js/dist/frontend.min.js',0,'‹mô~€rcäæj°ƒÉ','‹mô~€rcäæj°ƒÉ','„‘‰Õ‡BìÒQ€$i©«D~Z¨5.)öyûì–k„1','',0,'?'),('ÚßsÚNÏnZPæVöÑ„t','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/js/dist/global.min.js',0,'Þ¡\\*lÉxêââ†¿gÓ','Þ¡\\*lÉxêââ†¿gÓ','“ÃZ$7Kˆ¿^,Wó$§Xo¨Ûs6P¬Ï5Jô-£','',0,'?'),('Í‡.ŒÂã±Ë÷¬_ŸÒ†','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/js/dist/hammer.min.js',0,'³} šœ‹Žëwa¨vT´÷','³} šœ‹Žëwa¨vT´÷','_òÞŒ»¢™Á«)9WÃº}3ˆ¥‘-(Ü(¤','',0,'?'),('Âu‡D‹t]!u\01¤','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/js/dist/leanmodal.min.js',0,'i½ä×aŸ4¸~ËB','i½ä×aŸ4¸~ËB','ªªö©ì»²û…¯—û,d\r†;Ãƒ<þ³ý¹,K—','',0,'?'),('Œ‰d½J„~Â‡¨„D?cV','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/js/dist/select2.min.js',0,'\0Q)Vƒº(M[@«Ò7À','\0Q)Vƒº(M[@«Ò7À','±H‰5¨£[0éRýÎÓôLÛ«ú8!Æ`ÒU(>¢Õ´','',0,'?'),('æYs\ZØ 2!†¾«ößJ','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/js/dist/toasts.min.js',0,'öX¾Y¯4ˆf—„ý;','öX¾Y¯4ˆf—„ý;','v6:9ÈåÁ•=U)t­vP¤éÛÏ~»L#Œ}ã†','',0,'?'),('Q¾‹ˆžfq5¼”Î†{\\2à','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/js/dist/tooltip.min.js',0,'ü:Bë[†_\r#tq’','ü:Bë[†_\r#tq’','D!•›ÿð—ª’ÕØˆ5QR	<£{×;\nÃP|Ë','',0,'?'),('¥æú†â£™™ \ZàÙô5ý','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/js/dist/tve-dash.js',0,'Þ§.Há$·FN¯¥‰Šã','Þ§.Há$·FN¯¥‰Šã','ä¶ˆŒgB•éfãMñÀŠ-ú\rE<¸¤R.Ý±CT','',0,'?'),('aaÄŠ‚n{¥ÕªPJÀ>h','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/js/dist/tve-dash.min.js',0,'ÝÖ%o)^h•©-¾g','ÝÖ%o)^h•©-¾g','°íÈjÚ aÈ\\8§R‰`r¡e,\rè»®TT!W','',0,'?'),('Dco½tþ‚…Âð”â:ìF','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/js/dist/velocity.min.js',0,'ÍP²O…¾Ÿc‡âaÞu8','ÍP²O…¾Ÿc‡âaÞu8','¦³ŽáÚÝôuÛ…úW¿ü‡“#ãõ','',0,'?'),('òÏFêMN]ý= K','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/js/frontend.js',0,'Mx>&RQ¹ß~‰,ŒÀ®','Mx>&RQ¹ß~‰,ŒÀ®','v´üC­&¶&òZ¶¶¥q]ô‘\Z¡ÖŸ†ˆ²¯)î','',0,'?'),('çÔuõ\"Æw¼ûÚ¶Ò9´','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/js/util/highcharts/highcharts-3d.js',0,'?Ml“ôÓ\"4·Ò§J¥','?Ml“ôÓ\"4·Ò§J¥','=Wðüú\"‡¿éª0ûš€qÇŒcÙíµ`Ú8ÑÉ¬¥¨p«','',0,'?'),('Ë+#ûZ“ˆH–C¾5å','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/js/util/highcharts/highcharts-more.js',0,'Ðòíë)Áæ[õ˜­×','Ðòíë)Áæ[õ˜­×','¯¾¶HH¢2XÙCûw\Z•Lh*ÛeÝùê·œÞŠ÷ÒG','',0,'?'),('P–ÞvIdWûÀ²ÒÛ¯d','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/js/util/highcharts/highcharts.js',0,'ÀY¼<:\nÊ‚W\'Èºrýj','ÀY¼<:\nÊ‚W\'Èºrýj','•¯CHâµú,îán9‡ñÏî„ðJ^è\Z™Š)&Çœ','',0,'?'),('˜(nªJ[DÂÞDhRƒ','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/js/util/jquery.zclip.1.1.1/jquery.zclip.js',0,'„Ùxs¸É Œ5Ý ¨&e¶[','„Ùxs¸É Œ5Ý ¨&e¶[',' ÓÐ¢q&mÀ\ní+R¥±7Ð«Ü,¤ØPÑÒEù¸	','',0,'?'),('d’2’™ÔDé¦+>g9–h','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/js/util/jquery.zclip.1.1.1/jquery.zclip.min.js',0,'\nÂí;*þ@_1P¸9Yï¬','\nÂí;*þ@_1P¸9Yï¬','l¯ô ¥:ia4öÐå[v YpÔq4Åæä@~`','',0,'?'),('È¶Ï˜?Ñ¿‚’æ7*>Ð«','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/js/util/util.js',0,'	ÒN¨§`ÜÁÃM5òcc','	ÒN¨§`ÜÁÃM5òcc','¶ß´™ñâÿ\Z€ùu(…kƒ!½i÷ø}Ï/KXÈ','',0,'?'),('qõgww«2ÃK÷>+¶Ý','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/js/util/views.js',0,'×ŠÈÐâ¥º7•z$=’\"Ç','×ŠÈÐâ¥º7•z$=’\"Ç','3dº³ç»oÀ8DƒÜ‚¸`ìnYàc‡?Í„`','',0,'?'),('cœÃ>sô šde\\¸íÆo','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/rest-api/class-td-rest-controller.php',0,'Ï0*Ì%8„çË8Ý« ','Ï0*Ì%8„çË8Ý« ','*õ&#*Ð­ûîJ‘?£¾¡¿\rZ¨p}ì¢ HJx','',0,'?'),('WÅ¿6i1•ÂÓÃìŽ8}Œ','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/rest-api/class-td-rest-hook-controller.php',0,'¬­›ï:â4}ÃmH\nË','¬­›ï:â4}ÃmH\nË','`¶Ðl³|âGŠ6&r»ÝÎG	¢4ç¿ÆpÚÃÆ»vf','',0,'?'),('žxêýžÖH4ŒY¨B¶€','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/rest-api/init.php',0,'¶J`¬ÝÍQP(‹ù0âªýè','¶J`¬ÝÍQP(‹ù0âªýè','p|×Lÿ\rÔ6æågBôÛ¡rÚågvOv¡\\¨^?þ','',0,'?'),('îý•àRôä‚®ÒÑ˜-','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/templates/affiliate-modal.phtml',0,' (m´³2ä÷ÁÚ’d',' (m´³2ä÷ÁÚ’d','ŸYWeë®çRD#Ç‹ÏÈd™;>‹2Øðû\Z’','',0,'?'),('†õòõã¸6	£¾fS','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/templates/backbone/modal-loader.phtml',0,'AøSWæ^¥âAGÆ˜Ü«','AøSWæ^¥âAGÆ˜Ü«','Û½²©`µ—¨IÒ<Rhëën–añ\'	‘,º­\"‰1Í','',0,'?'),('\r\"DJº§äXg7mT','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/templates/backbone/page-loader.phtml',0,'ö—BþnèPó6$J$JÉ¡¿','ö—BþnèPó6$J$JÉ¡¿','LðÉ|Ê…ËÕ‹GÓ‰%©1•,ù0=Ï‹qäNÂ	','',0,'?'),('~ßf;Cí‡ïcPk','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/templates/backbone/support-token.phtml',0,'./kÉ\'Øe¤ò¨¶\0ó4','./kÉ\'Øe¤ò¨¶\0ó4','‹ƒË»ã–µFD\"BNyŠHÔ˜[<‚ŠoÈAz','',0,'?'),('=Bæ>ueÀ»YÉ}{ø³','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/templates/header.phtml',0,'²@ÿõç1Lw#Ê\\n','²@ÿõç1Lw#Ê\\n','ð¾ìÛd‚¼î÷‹ùà¿U¦z”É]ŸØ*)9 8Áp({','',0,'?'),('Àžø&?9ÉÛp¨[RZ3Ú','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/templates/product/activated.phtml',0,'É{=z¢>nBe]£úfýTT','É{=z¢>nBe]£úfýTT','‚Œ$×&JBÂNŒ¬µÑä½{Só˜(ìõYðÕ9G[Ž','',0,'?'),('ÕL–Á@é¥ròÐDœpùY','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/templates/product/error.phtml',0,'¯…ñš¶F‚Í\nÉ3ˆ.´á','¯…ñš¶F‚Í\nÉ3ˆ.´á','ñ¾Í$§¬Ã’‰eíÀx|¦›[çl“ªY1!T€ÍÉv','',0,'?'),('öl{$Úžëî2£ÏT‚F','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/templates/product/inactive.phtml',0,'Ç{È&á‰\Zâ/-0EA','Ç{È&á‰\Zâ/-0EA','cóçšñ2lâøj‘®¾	F4cò”ËÑ³kì³\n_P','',0,'?'),('qÀGSáAboy,œ–Æ÷','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/templates/sections/dashboard.phtml',0,'7²sV4SŽã{¦OnF=','7²sV4SŽã{¦OnF=','‹/š÷Ávh2ªAQ”¥¡n+ÓJX€ÒR\rw§Dì','',0,'?'),('jˆ¾ŽšÖ§§é)PdÐ¦Ä','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/templates/sections/license_manager.phtml',0,';SpÔ(ä_äþæ·¡',';SpÔ(ä_äþæ·¡','§SÙ;¡Ô™ ­N|àkï%MgÆ_ÈÐ1TA tçéX\Zç','',0,'?'),('¡é*Þ~£Öµ\Za€e','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/templates/settings/general_settings.phtml',0,'%qµ\0ŠÀw\r¦²‘æŒ','%qµ\0ŠÀw\r¦²‘æŒ','óÜä¨ÌPÖc¼Àû\\(š…kL6šM°æ–?éË','',0,'?'),('êßÞÑd/Iiw˜','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/templates/settings/reset.phtml',0,'÷`n”ãë:T,r’H\0F','÷`n”ãë:T,r’H\0F','Ÿß­xñaÐ\\ï\rÊ¦‰Äj<û£AAÁ9ƒè½\rb','',0,'?'),('¦l¸·=ÉÁãÈht­k±÷·','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/templates/settings/text_setting_row.phtml',0,'½˜ã’xò8ãŽ\\','½˜ã’xò8ãŽ\\','Ù¾ù†Ü›Üe×kž—~TlŒÊÐ3c#ö+\r\'ÆX½;','',0,'?'),('¦{z\rßB>kèú†“>S','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/templates/share.phtml',0,'a	.üH}ÇÏ\Z¶”ÃÁ','a	.üH}ÇÏ\Z¶”ÃÁ','Ó>Åñ*Fæ@S€$\\wƒã½R´À‚òØ—ÞXs”¤÷','',0,'?'),('WËð·­Ä ªÊKçGï','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/templates/ui.phtml',0,'Û¾;%TaÃJÄ_ø(×|','Û¾;%TaÃJÄ_ø(×|','cr€oÃ7˜hÚŸB£gÀó:Ñ:ÖxüÇ°ó’¤º6Ù','',0,'?'),('»K°ªçaœyvãÝ·Ú','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/thrive-dashboard.php',0,'#>x,\0j>7÷ÕªtÿeZ','#>x,\0j>7÷ÕªtÿeZ','„ŒYL›„ &÷–Ä\Z\ZÆ¥ørÜÜ}bHîïV,bF»','',0,'?'),(':N!a×\n«%&X_*%','wp-content/plugins/thrive-quiz-builder/thrive-dashboard/version.php',0,'yWrj;­4‰Š@•¢›','yWrj;­4‰Š@•¢›','Ÿ ›‰‰äz¬°¬®{d‡Ñ)‹mß×	>ÉXçðÝöŠç-','',0,'?'),('RÎGfeÝâŠYÛ­Ö\'…','wp-content/plugins/thrive-quiz-builder/thrive-quiz-builder.php',0,'Ž»[„<Y\\÷›÷ÍdÊ÷{','Ž»[„<Y\\÷›÷ÍdÊ÷{','9­èÁ,YÆŽµì5“/!{-›×5P;måaF÷á','',0,'?'),('aO£¢ul]×o³ñºU’Þ','wp-content/plugins/thrive-ultimatum/admin/classes/class-tve-ult-admin-ajaxcontroller.php',0,'qC´µ‚6ùÞ‰BæÉÅ','qC´µ‚6ùÞ‰BæÉÅ','QGÁÞÌ6)v+ömHsM(Ñ?\nÿGøsp€NÚnÃ1','',0,'?'),('ØÕ«‹R6XhëØ½»\0+','wp-content/plugins/thrive-ultimatum/admin/css/font/tvu-icons.svg',0,'´Äå~ªÀ\r­€þ+-','´Äå~ªÀ\r­€þ+-','¹¿\Z,ªºKQ¶]2OhŸéøà*çlJÌj¾{˜Ö','',0,'?'),('_Lyl™)RÌeOB7ÝÙ','wp-content/plugins/thrive-ultimatum/admin/functions.php',0,',(»ìK¾£ã´¢íÛk',',(»ìK¾£ã´¢íÛk','ÌK0\Zji‘6\n¼´õekõò›G~(­{¦½ M/','',0,'?'),('ªÛ²büœjBGÎy‘m','wp-content/plugins/thrive-ultimatum/admin/i18n.php',0,'llBæørt‚ªŠ+tc}','llBæørt‚ªŠ+tc}','™ªÀÚÀ/\\ð® Ñ¯þ•CÁƒÉ¸\n,ôÖïýt','',0,'?'),('ÉÑÑ>JC(øâØÅ¢','wp-content/plugins/thrive-ultimatum/admin/js/dist/admin.js',0,'iäµ\r¿6c²½d¿‡Ú','iäµ\r¿6c²½d¿‡Ú','K\ZÀ³$utÚ“/Žý‰\\Rš:E—{gÁIÍþnÎ','',0,'?'),('t.dõ[åzQÔ8f‚CG','wp-content/plugins/thrive-ultimatum/admin/js/dist/admin.min.js',0,'oþ·•jeçüŒÀØ	IJ¥','oþ·•jeçüŒÀØ	IJ¥','\'4<1åÐ¤\'_¨@ÑÐ¡~‡jWÊ¤„þ®“G4Ê|î','',0,'?'),('E/Q…Ëéyå›5î’','wp-content/plugins/thrive-ultimatum/admin/js/dist/highcharts.js',0,'ÔŒÙ\0²é€	˜ìøB~','ÔŒÙ\0²é€	˜ìøB~','ã°ÄB˜üšûôÈ™o¹$\'®Aäd›“L¤•™xR¸U','',0,'?'),('š‰F·¬\rÒ\0@ÿœZ','wp-content/plugins/thrive-ultimatum/admin/start.php',0,'ÿöËªwæmÏj~Ž´1Ò¥','ÿöËªwæmÏj~Ž´1Ò¥','ÉŠ™tõi\\õ—”¹ä°_áu;^Úÿ÷#ïI ¡™;\r€','',0,'?'),('ìÒÜÆ€;e„’Øÿ°a=…','wp-content/plugins/thrive-ultimatum/admin/views/action/options/campaign_end.phtml',0,'ŸID%#NÜ×´Œ\rÕÓ¨™','ŸID%#NÜ×´Œ\rÕÓ¨™','Ðá\r:VÌÇK)¹í!%ª…ô^j…*¢<áºÍÚ}¡œ','',0,'?'),('á÷2†]Ó:<¦ïxFPfU','wp-content/plugins/thrive-ultimatum/admin/views/action/options/campaign_move.phtml',0,'p<›‡ÎžÈÞ `ÁýÊàx','p<›‡ÎžÈÞ `ÁýÊàx','xÌ+J2Ç»XÃ¬\ZHàHƒÄY¿K\0:¡Àîc$þþ0','',0,'?'),('™ d.\\\ZûlÁ.v;’Ò','wp-content/plugins/thrive-ultimatum/admin/views/action/options/default.phtml',0,'GU.½Â%KÉ¦Á¢m©[','GU.½Â%KÉ¦Á¢m©[','H–!mèê#[ï¹Ì:­Aók\rõ^5W©“kŠ0l>','',0,'?'),('ÄÚ:‰­vn¿5JÛ·¸Ë','wp-content/plugins/thrive-ultimatum/admin/views/action/options/design_show.phtml',0,'¿dÞºç>Œ¶ÿÒI‘uï','¿dÞºç>Œ¶ÿÒI‘uï','«ëû½^!pRð†ŒÎ%‡ü7EÙ#Y¨È\'°hA:.”Ž','',0,'?'),('Ü!kw5½S‘zú&GcÆ„9','wp-content/plugins/thrive-ultimatum/admin/views/action/options/design_switch_state.phtml',0,'1>ûDMQ:ž2p¬uÏ','1>ûDMQ:ž2p¬uÏ','Zžˆu\r^\0ò‚…í8cA¹\0£˜P)F¹ÕY>¡„\Z<Iö','',0,'?'),('7‘äkìQGû¹ÑÕWî','wp-content/plugins/thrive-ultimatum/admin/views/dashboard.php',0,'KÊ@3WM²£®]vÓ¨Åh','KÊ@3WM²£®]vÓ¨Åh','XD òz6?\\¹{÷ƒæ³X¤ñ†h¬rG/• r_z;','',0,'?'),('0@¢ý¡_“u‘°xËÃš','wp-content/plugins/thrive-ultimatum/admin/views/license_inactive.php',0,'õ¢­+›\0L2÷Q¨C`è„i','õ¢­+›\0L2÷Q¨C`è„i','›ÿžîF£ŽÁª¢8?½ žSw”á„‡å’&,È6','',0,'?'),('WÊú~ZkäiÝn¶H','wp-content/plugins/thrive-ultimatum/admin/views/tcb_version_incompatible.php',0,'$æÜ/…¯®K·ÝUžÿß','$æÜ/…¯®K·ÝUžÿß','\"ì2‚èáK\0+Zâ”!oÍþwþ¸›¤¦¬Íýšš','',0,'?'),('ŠÛÓ	NìŽÆ\røWÇŽa“Þ','wp-content/plugins/thrive-ultimatum/admin/views/template/breadcrumbs.phtml',0,'‰´î	)–B§ÎÇDÅªâ','‰´î	)–B§ÎÇDÅªâ','øŸÄËÅÅèŸ€’¥ùN¸½j¬a_¨»³-Ó','',0,'?'),('´>Ò·Y®3oxbç)£÷Î','wp-content/plugins/thrive-ultimatum/admin/views/template/campaign/archived-item.phtml',0,'HMèP¬h7TL<¿ô','HMèP¬h7TL<¿ô','½›Èª«\0?Õ¼UÅÙ>M¬UlU–—•¶ê=v”\"ŒÎan','',0,'?'),('„N}æH²(æÎmºÆ*WÆä','wp-content/plugins/thrive-ultimatum/admin/views/template/campaign/archived.phtml',0,'õÆ!@ [µþ…ó(xI†','õÆ!@ [µþ…ó(xI†','OÃà/ÍKU‹ÞG.ƒdÅ…â¸ì*ü‰ð¨Èÿ0 Y8©','',0,'?'),('þ@`‚d@uJvÃv\\”Ék','wp-content/plugins/thrive-ultimatum/admin/views/template/campaign/conversion_events.phtml',0,'>¶©foø@ÙÇ~?Õ^','>¶©foø@ÙÇ~?Õ^','‹#Úë!râµ,u¯mW>‹†ÛQ¦<$þ•‚ñó).ä','',0,'?'),('}s£,*Ô«<9ËM\0¨gÜ','wp-content/plugins/thrive-ultimatum/admin/views/template/campaign/delete-state.phtml',0,'Qf~‚\0ýU£Ysº)ØK','Qf~‚\0ýU£Ysº)ØK','ø;|¼³m’–8ÌcÝTÁÂô&Jm‘¿¸ Æ\0/äò','',0,'?'),('\r²aA§‰5ÿ5Ãwõ‚ØQ','wp-content/plugins/thrive-ultimatum/admin/views/template/campaign/edit.phtml',0,'‡Á4ü¯dbId\"\Z60%æ–','‡Á4ü¯dbId\"\Z60%æ–','k-j?‚&£!­ö©»ß$Äå¤¸ÕÎíE¤oFí','',0,'?'),('™j+ñ§ÞI\ZRÌS\'‡7v','wp-content/plugins/thrive-ultimatum/admin/views/template/campaign/item.phtml',0,'M_êàÎ}¯\rëÓ(º!”','M_êàÎ}¯\rëÓ(º!”','Ð £çkckÙx.²«ÒA·”?.U¿NÓ×C3vL½4´R','',0,'?'),('ß¯ÁŒ—–eý­ŽŽùYí','wp-content/plugins/thrive-ultimatum/admin/views/template/campaign/lockdown/delete-state.phtml',0,'ayK3îÄ®¼ÿSþ4','ayK3îÄ®¼ÿSþ4','Žhƒ¦õøZÓOÉ¯À0]h[èØZ3¢d ì‚ŠSçºK','',0,'?'),('•\0õZ3Ïðo/÷ÍG3Ï','wp-content/plugins/thrive-ultimatum/admin/views/template/campaign/lockdown/link-generation.phtml',0,'QK&w¨£,ù$ª','QK&w¨£,ù$ª','¾qL‡ä¯&@;˜›ÁôyvÚ_\"Ù,ãÕº€X+µ(','',0,'?'),('¦Š½UvòjIIw^+Ui','wp-content/plugins/thrive-ultimatum/admin/views/template/campaign/lockdown/normal-state.phtml',0,'òTÐÕBýÎÍ9½¡Ø6ý|','òTÐÕBýÎÍ9½¡Ø6ý|','Ð®¶•°jëdÒ3…)¼:DO\\ÐQŸr‚úê¦Cgð	‘','',0,'?'),('¡}™×7ÿÔ‡,H‰8’','wp-content/plugins/thrive-ultimatum/admin/views/template/campaign/lockdown/promotion-url.phtml',0,'ÃRñ|íNü7Žžnüí m','ÃRñ|íNü7Žžnüí m','uZy\n˜XäeénFj…ø¸D+ˆÏrah]ûÏ','',0,'?'),('~m9¸F,cïL¢¶bm¢ ','wp-content/plugins/thrive-ultimatum/admin/views/template/campaign/settings/add_direct_url_form.phtml',0,'Ý$ì\"þq€çlßÛ€/}ž','Ý$ì\"þq€çlßÛ€/}ž','Åg‹MØœ‰±G<A @aVq(Y¢åSÇ¬‚!\\ÑîY%','',0,'?'),('[’]Š˜¯ü€ü1o‹âA²','wp-content/plugins/thrive-ultimatum/admin/views/template/campaign/settings/direct_url.phtml',0,'Ç•ƒBœµG:bË†Ÿ¾8Ä','Ç•ƒBœµG:bË†Ÿ¾8Ä','³ü²ßéM3ñŒ›+úpÿMLu64—[ùÁ(Oë	@','',0,'?'),('æõn‰ÄKœPv77	ƒQ','wp-content/plugins/thrive-ultimatum/admin/views/template/campaign/settings/filter.phtml',0,'SúÄ;Òåõ!†o9^¨ ','SúÄ;Òåõ!†o9^¨ ','ŒÎ Íâ%T›j=¬/#Qù®u‰’ãâXÑüˆÛ^\Z','',0,'?'),('éˆW°ûëbÝ“qÔDúû5','wp-content/plugins/thrive-ultimatum/admin/views/template/campaign/settings/hanger.phtml',0,'3Xãbô2ÈOðŠ«n‹ëf','3Xãbô2ÈOðŠ«n‹ëf','\n¾³fÑŠÑ¿»5…q \"©X\rz{ýyP’¤ËÆ3','',0,'?'),('òTgÆ…èÜ\n½•š=ÿÉå','wp-content/plugins/thrive-ultimatum/admin/views/template/campaign/settings/main.phtml',0,'	Ëê^8Lû[áÏ^î','	Ëê^8Lû[áÏ^î','Z;€DzòúÕÁß‚\0ÉÄ?Åì+Þ8›&d¶C¸g','',0,'?'),('sû³iS$P.3!ÿnã','wp-content/plugins/thrive-ultimatum/admin/views/template/campaign/settings/option.phtml',0,'^èút>=‘ê]ûS’b¬Ó','^èút>=‘ê]ûS’b¬Ó','wqb#ïë´CrßÙî	¨^ÃÄ±X¢^--þà¹}s+','',0,'?'),('Ù„ÈÁ„¨x7W}:æ·ÀaW','wp-content/plugins/thrive-ultimatum/admin/views/template/campaign/settings/posts_filter.phtml',0,'céé÷šÃ1Y¼œ\n¬Ø—h*','céé÷šÃ1Y¼œ\n¬Ø—h*','-\ZñÞqÐ¿xøÃe×NI\\W[G ç“Ct-cá','',0,'?'),('N´xÙ~‰1ºÿ°öÞ†','wp-content/plugins/thrive-ultimatum/admin/views/template/campaign/settings/selected_filter.phtml',0,'\'	«Ï“Ê4è?ƒK','\'	«Ï“Ê4è?ƒK','ÅßT…éç­\nÔ8£`ÉV©3¦Ü‰ÂÁ–`ó,&˜','',0,'?'),(',ÑBáŠ‚ŸÆa«˜ó†3%','wp-content/plugins/thrive-ultimatum/admin/views/template/campaign/settings/tab_label.phtml',0,'«®5þ|n&ë+\0Y','«®5þ|n&ë+\0Y',',L¯t$§ŸFt/ …©uß-/ŒX¨œ\nþÇlFå«','',0,'?'),('¼KàêÐ„¦y)Ê)T5ñ ','wp-content/plugins/thrive-ultimatum/admin/views/template/campaign/settings/tags_filter.phtml',0,'ÞöLo£¯î27‰ñ#?þ_G','ÞöLo£¯î27‰ñ#?þ_G','åEu*[ë.þ’>Ž9×Áø|˜ü\Zqƒ³pOm\n—/¢+û','',0,'?'),('¥ Äí‡úQ%Ænm[¤è','wp-content/plugins/thrive-ultimatum/admin/views/template/campaign/timeline.phtml',0,'»œ•WKáÕƒ@N(4èÆ','»œ•WKáÕƒ@N(4èÆ','4‰4‡ø£@dV¸·ÿÙJ¾E_¤„\Z3ï*Ì­ïìéDÆ','',0,'?'),('DÐDèKl‡´<·(>\Zº›','wp-content/plugins/thrive-ultimatum/admin/views/template/campaign/type/absolute-state.phtml',0,'Hä¾žÜŠ±\"œ{„bF','Hä¾žÜŠ±\"œ{„bF','ÌzpÊ\'ü¤7•ÊG‡Ì îÅ@ã»×„oùâ(P2‡','',0,'?'),('©!²ÖjÈ§:w¬}GxV8Ç','wp-content/plugins/thrive-ultimatum/admin/views/template/campaign/type/checkbox.phtml',0,'øM\nÎBaÃ_o/œ@?Y','øM\nÎBaÃ_o/œ@?Y','¯I‹ƒHìÐÃÎýM\nãßwqZÈàz›Í/œ\n”§3\r','',0,'?'),('ëü™bbÎp™†ï¶Çàž·','wp-content/plugins/thrive-ultimatum/admin/views/template/campaign/type/daily-campaign.phtml',0,'ˆHÉ±÷9­/‰\0ÌU±','ˆHÉ±÷9­/‰\0ÌU±','6Œ5Xa”ÁÆxCígàÂQ­Í4ùãJð²=—×','',0,'?'),('/ÛÞ\0°óëâžþG','wp-content/plugins/thrive-ultimatum/admin/views/template/campaign/type/evergeen-state.phtml',0,'0ÇÀÍæÏçà¹;Ôÿä','0ÇÀÍæÏçà¹;Ôÿä','„æGÂÑÔÁ¦d ŽÆ:ùd9ÔA3œˆ¤ *»ú“wÿ¯','',0,'?'),('¡yJÄü»³Ô… îz„C•','wp-content/plugins/thrive-ultimatum/admin/views/template/campaign/type/evergreen-checkbox.phtml',0,'zÿ‰ÙÖÿÀÿbÏŒ}^)¢','zÿ‰ÙÖÿÀÿbÏŒ}^)¢','ŒóQd+TýÑGëE–Û™…O®öLNË»lZª_6¶`g','',0,'?'),('ä×)ffZÊ¿¿qxŒWÐÓ','wp-content/plugins/thrive-ultimatum/admin/views/template/campaign/type/evergreen-conversion.phtml',0,'Çlìkã/y¾ˆe7(','Çlìkã/y¾ˆe7(','¶ñòm\rÙ›VÚj~K‘wP¨VM ÐMùÏÚ	y<','',0,'?'),('-BËçÇöž„äÜ¿›¥','wp-content/plugins/thrive-ultimatum/admin/views/template/campaign/type/evergreen-linked.phtml',0,'©)ü‹êÿ³å\n	û~ìã•°','©)ü‹êÿ³å\n	û~ìã•°','HÕs6@DgN\nÛfÇY|‹Á×\"V7\r¾zP¯õ3Ûß','',0,'?'),('RQ¨Òõä¾¡ \"ZzÙŸÆ','wp-content/plugins/thrive-ultimatum/admin/views/template/campaign/type/evergreen-specific.phtml',0,'1†úsÕBÊNJ{DŠBt\0','1†úsÕBÊNJ{DŠBt\0',')”/ä K—þréieGBôYîžÁà_ªTðáþÍ','',0,'?'),('?\ZZ½³ñåf\'%c$Ð~j','wp-content/plugins/thrive-ultimatum/admin/views/template/campaign/type/monthly-campaign.phtml',0,'åzJ2×Bä±½gb†\"…“','åzJ2×Bä±½gb†\"…“','ÎgŠ-jS““zÅ{NZq£™F—B%>sÔ}ða;’Œ','',0,'?'),('Žd¶÷ZÒÀyÅY­wêÁz','wp-content/plugins/thrive-ultimatum/admin/views/template/campaign/type/rolling-state.phtml',0,'(ãÅ š\"ÇÙîäZ†Q‘','(ãÅ š\"ÇÙîäZ†Q‘','i%\"ÈšñÂ=F(\r”Ô\Zµ¯§³érðFÌ(','',0,'?'),('^‡3:ËþŸí…ŒFž;4\"ø','wp-content/plugins/thrive-ultimatum/admin/views/template/campaign/type/weekly-campaign.phtml',0,'A\\}ó£*ý,åËI','A\\}ó£*ý,åËI','tjH%&¬í›Â¼yO[°þ¨,^Ë›iø“ù\'','',0,'?'),('„‡ŒÅ^k0!¶¤Ö¢','wp-content/plugins/thrive-ultimatum/admin/views/template/campaign/type/yearly-campaign.phtml',0,'ò@	ƒ:w”€ì!»\"u.','ò@	ƒ:w”€ì!»\"u.','MÜVD)?@±Õó!«Ú\"Þú”j£ÄZ!®p•Š›C÷B','',0,'?'),('¹CÊÖRJbÄ$¤×_L','wp-content/plugins/thrive-ultimatum/admin/views/template/conversion/conversion-summary.phtml',0,'£W)-éÝ.í™î	Ú¿Èñ','£W)-éÝ.í™î	Ú¿Èñ','PÞcÈ¦¶$¸®JU&øroB2àÃvÓM3:','',0,'?'),('É¤8;Bž·®~Öè`AË‹','wp-content/plugins/thrive-ultimatum/admin/views/template/conversion/event.phtml',0,'zFZZèO¥æ<®Ùm','zFZZèO¥æ<®Ùm','íè¸cÍùP¥¨ÜŸG?f-ïFÛTû	‡fß­…ÈÞ/y','',0,'?'),('	“¢Ê÷\0<&¥ê‰³','wp-content/plugins/thrive-ultimatum/admin/views/template/conversion/move-to-campaign-radio.phtml',0,'0ŒávåSàÝe&54û’‚','0ŒávåSàÝe&54û’‚','Òv±¡ýÀ*ã	ª¸f\\Øu´1@/ÑšµämyO¶úè','',0,'?'),('L–	äŸ\\8 pT ¬','wp-content/plugins/thrive-ultimatum/admin/views/template/conversion/move-to-campaign.phtml',0,'\n½fýËGÙ<\Zª•','\n½fýËGÙ<\Zª•','tGÂSÎã~šä½ƒJMsoåèŸ´r•ˆ(ü”7','',0,'?'),('¼ äÄûjz•š›rM','wp-content/plugins/thrive-ultimatum/admin/views/template/conversion/subscription-checkbox.phtml',0,'¥iq‹b:DÝ\\Hº¯»DBá','¥iq‹b:DÝ\\Hº¯»DBá','”ã7¦CPS^˜–	rÛý$Âé™”N!nK0QºÓ§','',0,'?'),('‚i4j\'Æ¿‚î¢Èz½ ','wp-content/plugins/thrive-ultimatum/admin/views/template/conversion/subscription.phtml',0,'Ï›p³bü?uàykíîíF‰','Ï›p³bü?uàykíîíF‰','~R°£ƒ™Lúo¬Øa9±LLDu ÿRp•ß¨Œt','',0,'?'),('ð±Û:\'üÿ¸[‹qèx¨u','wp-content/plugins/thrive-ultimatum/admin/views/template/conversion/visit-page.phtml',0,'u0U^Ä¥¸Ù¼F]_½l','u0U^Ä¥¸Ù¼F]_½l','÷k›œj·S³¦Û4¸ao»éŽ­\'>{s\\Ã­¹©Ç÷','',0,'?'),('sø\rÇ–!¾\rÈÎÌ²EeÑ“','wp-content/plugins/thrive-ultimatum/admin/views/template/dashboard.phtml',0,'TŠBx€h«å¦No³','TŠBx€h«å¦No³','y=–r>¯,Í‡’	­L<éÉ3	;º1õ4µ\n','',0,'?'),('¬<Ò£S \nv5Pÿ;q','wp-content/plugins/thrive-ultimatum/admin/views/template/design/delete-state.phtml',0,'gFQ¸MŠ§¨xã4ˆ{‘','gFQ¸MŠ§¨xã4ˆ{‘','å€[Ä²üÓÌ?–2ˆ–ÑïC*‰W\r¼ö2Éê¿ˆ','',0,'?'),('2¹„±Û¥\rmb:’s×u[9','wp-content/plugins/thrive-ultimatum/admin/views/template/design/item.phtml',0,'ÚÀ{År\Z--€*²9§?V','ÚÀ{År\Z--€*²9§?V','uðW¥.èïD;•{^Á¨ºÀ›«ú3WüÄHÛ´˜','',0,'?'),('2V§KÜvñõà…U™§','wp-content/plugins/thrive-ultimatum/admin/views/template/event/action.phtml',0,'“¨c©H©<»m¹1æìÇ¼È','“¨c©H©<»m¹1æìÇ¼È','\razå6›ÍóÂ³\ZsdSãprç«öÇ}à\'&ÀÅÒ','',0,'?'),('ÎÍmÞ,c.À”vÞr','wp-content/plugins/thrive-ultimatum/admin/views/template/event/design-row.phtml',0,'ç üŽâ9š^ùt{Ó‡','ç üŽâ9š^ùt{Ó‡','p´9Øšï~`-‰Ï69Èêyt|m—K\r¢Ðîd¶','',0,'?'),('ëÒØ_ós2X¬ÆòG*','wp-content/plugins/thrive-ultimatum/admin/views/template/event/end.phtml',0,'µ$(rUÎ)M‡žt––µ|»','µ$(rUÎ)M‡žt––µ|»','}ç\n‘||Æ˜Ówbµ—èm1&£Ï+½Ö×ÿÃ&','',0,'?'),('áwr\rÜ¼[Qõ|·¨7ò','wp-content/plugins/thrive-ultimatum/admin/views/template/event/item.phtml',0,'àíD5B°ïWý€ìcãº®)','àíD5B°ïWý€ìcãº®)','¡€p™P§³²®±Iôi}Ç§\\\Z^ôÑ oÄ‡','',0,'?'),('Ç‚RË)ò÷@hY¾¾¨\'{','wp-content/plugins/thrive-ultimatum/admin/views/template/header.phtml',0,'kžsÙ/òF¾xI!','kžsÙ/òF¾xI!','.ÏÆµMX±xÓ(´Øk(ýGðEËë_Ð$ðÙ\Z\0','',0,'?'),('”EJôˆ½rÇÀ‚bh½¥','wp-content/plugins/thrive-ultimatum/admin/views/template/modals/copy-campaign.phtml',0,'Ùw¾ø]P·^WÛ!Ú¨<','Ùw¾ø]P·^WÛ!Ú¨<','\Zö<-çúæXÑ.:\Zß$ÂÊX	!§‘á¾i°œ´ÒJ','',0,'?'),('T¿\rò]²çjœ\'¶<”©«','wp-content/plugins/thrive-ultimatum/admin/views/template/modals/edit-campaign.phtml',0,'~s—E¿¬7ÛL^îÞg·\"','~s—E¿¬7ÛL^îÞg·\"','”xûßáë_É%JbZ›ìcG6¦äŒ§Ò·ã«´\ZH','',0,'?'),('e`…ÿ¿ùOu\n`çG‚©š¸','wp-content/plugins/thrive-ultimatum/admin/views/template/modals/edit-date-settings.phtml',0,'d	gM—É»ÛPé{Lø!','d	gM—É»ÛPé{Lø!','j‚Œ\'9EÅ€? þ_æ.ÀQ /8ë²Ò`—uN²£','',0,'?'),('¿‘”¹:´8Q^\'%·˜…ù','wp-content/plugins/thrive-ultimatum/admin/views/template/modals/edit-event.phtml',0,'g\nPÞÜ§dU(£sí¡Š´','g\nPÞÜ§dU(£sí¡Š´','7·e¥!|n¬À±y_Þ†§ÔÚ‹z´ßÅhL4m±–­','',0,'?'),('‰CË)åÄ}>ùøÄ(ÝÓ[k','wp-content/plugins/thrive-ultimatum/admin/views/template/modals/edit-lockdown.phtml',0,'Êd_ŠA…2ÚÄð	','Êd_ŠA…2ÚÄð	','Hß6ïŠØDÌ¨jðã[¥^¼‹~{‚ß;\"Ï@]÷™','',0,'?'),('Ý6çVê·þ1U<|J\r†','wp-content/plugins/thrive-ultimatum/admin/views/template/modals/get-shortcode.phtml',0,'ôÑ¾U¡zîÝ¢À*Û–','ôÑ¾U¡zîÝ¢À*Û–','ü\\4É‚å»š¤àv\0z‡í¼ê·Þ–î¦¤,<–ûH\'','',0,'?'),('–Ÿ \Z(wÆ^b@…Z–','wp-content/plugins/thrive-ultimatum/admin/views/template/modals/new-campaign-tpl.phtml',0,'%òx|\\»¸.œ´ÈÀï]çH','%òx|\\»¸.œ´ÈÀï]çH','*ïtÖ/[åÖþI¢Z¯¢›ÜDò¸’vŸÇ¢mV¶µ™Ð','',0,'?'),('o ‡åšó¼–é¤}‘u','wp-content/plugins/thrive-ultimatum/admin/views/template/modals/new-campaign.phtml',0,'›Ë,FOž„¥<7U]$æ0','›Ë,FOž„¥<7U]$æ0','Zã£MŸØú3Ýqm«®×k\"L^uøû9£S\"cAF','',0,'?'),('>ÁCÜ‚a\ní¯ÇªMp>(ü','wp-content/plugins/thrive-ultimatum/admin/views/template/modals/new-conversion-event.phtml',0,'û€ÀQZÓaà2qŒ»³','û€ÀQZÓaà2qŒ»³','=_ŽªiÎÐLŸ\"	¼oa8¢¸ä:À¶=véÊéV¨','',0,'?'),('DÑ®Oh¼\'4Ó¦‚°|','wp-content/plugins/thrive-ultimatum/admin/views/template/modals/new-design.phtml',0,'¦ÖzY…a¬D“ Ÿ+Inu','¦ÖzY…a¬D“ Ÿ+Inu','µÈ²	yß‡m›?0ûoQE5gGk©„RÕäS±KyÂ','',0,'?'),('-=¸ìCùæá<{þ”','wp-content/plugins/thrive-ultimatum/admin/views/template/textedit.phtml',0,'\rzyñTƒ?¼b_àôÕ´U','\rzyñTƒ?¼b_àôÕ´U','ž¤	ÅjFH2nwC¤}¨Ç³ïÎìuÕì`r±PÄãŽã’','',0,'?'),('UÒ„ÿ·çˆÐâw;«ÑÆêˆ','wp-content/plugins/thrive-ultimatum/admin/views/ultimatum_menu.php',0,'77¯ÞP,Êw8Z»SÍ','77¯ÞP,Êw8Z»SÍ','—2drÄiÏ2“²éù©Ò+.øÙúþîêôðÏéåî','',0,'?'),('{):;ëšAåU8Bx#3Cw','wp-content/plugins/thrive-ultimatum/class-tve-ult-const.php',0,'xëÎ\n{Ä?ºÓ#Æ`;!–','xëÎ\n{Ä?ºÓ#Æ`;!–','aš¡Áìc‹jöÌnÕéÑ„!w\Zcý/3ŠÁ','',0,'?'),('Œt½8@‹³–fDøo‚7»','wp-content/plugins/thrive-ultimatum/db/index.php',0,'åYw½3¨K½Û2›e/©wf','åYw½3¨K½Û2›e/©wf','ÿ~4¨ÐÆEü+½àº£ŽFFc°«·~«oîI&ƒÃ','',0,'?'),('3½ÐÎmÊÿÊ­ÆÞ?q','wp-content/plugins/thrive-ultimatum/db/install-1.0.php',0,'Ã¹Îù§®)tJ«U³H','Ã¹Îù§®)tJ«U³H','AhªÝeI›‚BÝTt“[ÏlÎ&»uN]','',0,'?'),('k‡pŽÌ÷u.·ó$','wp-content/plugins/thrive-ultimatum/db/install-1.1.php',0,'$þTä	øÔÐ_Eê“§Ø','$þTä	øÔÐ_Eê“§Ø','NƒúÕ$x	Ô\nµÞµ‘KúU jFÉË_çˆÝ‚Ê÷Å','',0,'?'),('•JóBëÞ\"kÞütGÖì=K','wp-content/plugins/thrive-ultimatum/db/install-1.2.php',0,'txùèÆš r>Ët?P','txùèÆš r>Ët?P','¸ÏÄÑåŠ-Äéî\"ãÂs£Ç¿Ò&ftPÑÜ;¾µ^@','',0,'?'),('Ÿ”åOË(§^ÙK$®U','wp-content/plugins/thrive-ultimatum/db/install-1.3.php',0,'tmÚ¾È+†¸2mðG]€vO','tmÚ¾È+†¸2mðG]€vO','&ZÏ£åÆ³×/02Õ+oG‘Y¦ˆ%Ýþ¯\ZåZ˜?#Í','',0,'?'),('Pº’h:ÂÁŽ}Ô—f¬R','wp-content/plugins/thrive-ultimatum/inc/class-tve-ult-db.php',0,'Û;âÓfÙ;À¤bEó<Š','Û;âÓfÙ;À¤bEó<Š','ÜXÛÐ¢ä`}Ë£×É{Ò7A\rpsÇèè‚¸“b','',0,'?'),('{\0Z5`Á¢Å\nËåo²E','wp-content/plugins/thrive-ultimatum/inc/classes/class-tu-campaign-event.php',0,'˜}n8¯>üjM-~˜fo','˜}n8¯>üjM-~˜fo','<ÃøÐ*êH½õÕýã>ÈÏ(ºéæ¯ê~¾ÆsÓŸ£Êa~','',0,'?'),('Ø\'}ë±pöÄ9WÉ.','wp-content/plugins/thrive-ultimatum/inc/classes/class-tu-campaign-widget.php',0,'n‰0jºj”ªŒØ<G‡{5','n‰0jºj”ªŒØ<G‡{5','1ÆXq¡h‡n~šF^v †,@ZA¡M=‘ƒ$BïR','',0,'?'),('§gçŸó†¾”^vªØ‰','wp-content/plugins/thrive-ultimatum/inc/classes/class-tu-event-action.php',0,'Ê©ÌÍü^Z6ˆ”\'úÅó','Ê©ÌÍü^Z6ˆ”\'úÅó','¥x#­an&\\„¿½Q&˜-on±ïæžüpÌ','',0,'?'),('oÛê¨ñý„(ò@áa¹À','wp-content/plugins/thrive-ultimatum/inc/classes/class-tu-event.php',0,'u8ñ­»’ÀŠ¶äêd+€{','u8ñ­»’ÀŠ¶äêd+€{','Ü3  L¹,ÔòtË¬¼9c8Û5&Ìú=Â|µx°Ú-5/v','',0,'?'),('-+}¢í¤ŒT›éøÚrJ','wp-content/plugins/thrive-ultimatum/inc/classes/class-tu-frontend-handler.php',0,'ä/k(êÒò÷gû–','ä/k(êÒò÷gû–','ñië>w—Ô§*Àdƒ¥‰K^VÅb¶£Ö¨<¤w','',0,'?'),(')br–¾Žk)$ZT›Ý','wp-content/plugins/thrive-ultimatum/inc/classes/class-tu-product.php',0,'¥3 (*h®B:AWÿÁ”—','¥3 (*h®B:AWÿÁ”—','¯QŠJûL7R„}ã NÝv6-Ÿõñ_V9	6m«ÁX','',0,'?'),('8|ò²’hýnmöèýv¬‘','wp-content/plugins/thrive-ultimatum/inc/classes/class-tu-request-handler.php',0,'±ÁÔ¤\'‘Cì”|èš#\\.','±ÁÔ¤\'‘Cì”|èš#\\.','ÿë—²r-¸ø§àp¡¨n² ù[ÂXúö–­ÔÚôœ\"ž','',0,'?'),('1ˆ9òÄ‰ê,\')ShNê^','wp-content/plugins/thrive-ultimatum/inc/classes/class-tu-schedule-absolute.php',0,'M}ÝN-«`Ä\"zö@Ÿ','M}ÝN-«`Ä\"zö@Ÿ','¢¨\ZRIwµ‚¸ý8‘LÄpŸXrZ_¥ˆƒ˜’8…J','',0,'?'),('^ùå+,\r–NQ	^‰­¸','wp-content/plugins/thrive-ultimatum/inc/classes/class-tu-schedule-abstract.php',0,'âP †lúa ÝÓ4q ','âP †lúa ÝÓ4q ','›gäSŠùÞiœ`‚XjÀÍÒ‡–DP©]Ù°	c8','',0,'?'),('ëCÜyŒ+—\0%OñO','wp-content/plugins/thrive-ultimatum/inc/classes/class-tu-schedule-evergreen.php',0,'\Zj±*RáÎ‡$òBøŽÈ','\Zj±*RáÎ‡$òBøŽÈ','ÐÜeE±\' ‡\\pá˜•ó<?Y<>9->·ö','',0,'?'),('ðÊ]²V\0l ‡ô£ÛÀ','wp-content/plugins/thrive-ultimatum/inc/classes/class-tu-schedule-none.php',0,'éSsNW¾¬gCÞ«„¥®','éSsNW¾¬gCÞ«„¥®','hç„‡íªé«RB#Â¸°`tÁLÔ?Ÿw','',0,'?'),('ßÞ²¡VŽ†Ex+/:èî','wp-content/plugins/thrive-ultimatum/inc/classes/class-tu-schedule-rolling.php',0,'õõ8&Æ0‹DRqE<','õõ8&Æ0‹DRqE<','£l(Q°M£Å‹kÃÜ‰r@ÂµÚ\'è®L;DÝ´â*','',0,'?'),(';¼÷ c«¹½„0¦Ð¨','wp-content/plugins/thrive-ultimatum/inc/classes/class-tu-shortcodes.php',0,'QpÖþÕXŸT_ßå§dÂ','QpÖþÕXŸT_ßå§dÂ','!Cš°ê™²LQ=u<4¨ØøÙûô ì|lNLöÈ¹','',0,'?'),('@Nä=—Ûc3÷‘ ›´','wp-content/plugins/thrive-ultimatum/inc/classes/class-tu-state-manager.php',0,'|˜Üž,©ò3r|','|˜Üž,©ò3r|','â¹Ð ¨–¢/´å¤ÇÌ§dê(Ý“ž4vN\nä\0','',0,'?'),('Æxþ@a8µ{ÔHU¤v.l','wp-content/plugins/thrive-ultimatum/inc/classes/class-tu-template-manager.php',0,'›â}Ô1[¡Æ?;Ä„1m','›â}Ô1[¡Æ?;Ä„1m','Í¨íˆøqÕ9«k\"3æ»ég.Ð^Ý27cçšüøN5ò','',0,'?'),('>Yå„«÷vi«D}êà','wp-content/plugins/thrive-ultimatum/inc/classes/class-tu-timeline.php',0,'È\\ÍÆ†=•pQ¡ùý—™','È\\ÍÆ†=•pQ¡ùý—™','ü—Ly	h˜ß¯¯H 3	`þ“äš»»Eõêhf¬eÓª~','',0,'?'),('HD®zªR¡‚[ùÇ>ª','wp-content/plugins/thrive-ultimatum/inc/classes/display_settings/class-thrive-display-settings-manager.php',0,'7ÀU:+yxÅLv\nÄcaÂ','7ÀU:+yxÅLv\nÄcaÂ','ßØÈ(\'Þc°¯‰ý…Žì3b¯3”¶¾Ë‡@,|Ý†[Q','',0,'?'),('“d)$sgð “ëqZ9Bé{','wp-content/plugins/thrive-ultimatum/inc/classes/display_settings/class-thrive-others-tab.php',0,'Ë¹/ÙUnÍ¼§R€;§ú£','Ë¹/ÙUnÍ¼§R€;§ú£','f	m3#ÚÞÓ<ÕÆËœž¸B‹•U¨fÑÅÊìsf','',0,'?'),('ûqNzò*²Ë èt*','wp-content/plugins/thrive-ultimatum/inc/classes/display_settings/class-thrive-ult-action.php',0,'}Ið°Éœ¹½AÜâ§Îš','}Ið°Éœ¹½AÜâ§Îš','!	U\'8²(ŠÂ@ û­7t‹ã28_WGÂèº2rš','',0,'?'),('œÌ@¯.¤èfÇº®¹nR','wp-content/plugins/thrive-ultimatum/inc/classes/display_settings/class-thrive-ult-campaign-options.php',0,'®o°E`ô1¾âIN»;','®o°E`ô1¾âIN»;','¦z¶ü,	¼’¾ðŠ\\5Cf,–ä¼V÷4î‹aõ´','',0,'?'),('IþÄ4DÑÚÿòsöÇÄó','wp-content/plugins/thrive-ultimatum/inc/classes/display_settings/class-thrive-ult-direct-urls-tab.php',0,'\Z,„bôÎóð K\n*š‡','\Z,„bôÎóð K\n*š‡','fó•8¼Úµ{×f×¨9UGÄtÓgÐ†ÅƒøÓÑq¯Œ','',0,'?'),('«{Ôˆ´èžy)PN,¢i','wp-content/plugins/thrive-ultimatum/inc/classes/display_settings/class-thrive-ult-filter.php',0,'Ý\r“÷áÆë€ÕušhÍå','Ý\r“÷áÆë€ÕušhÍå','žŠŠçŸ©ßÜç#ƒÑB‡y•]¿—À,\'èõÖèYù;','',0,'?'),('ÇÞÔÎt¢I$B–ÈÚ4ù','wp-content/plugins/thrive-ultimatum/inc/classes/display_settings/class-thrive-ult-hanger.php',0,'2\"ªÛ\Z!“<•lÑj×','2\"ªÛ\Z!“<•lÑj×','ÒàÅ‰•êº7º\\!ëZ=í•È´ëU-AîR(Ê S','',0,'?'),('Ôn›X5YÏt·&±àã9,','wp-content/plugins/thrive-ultimatum/inc/classes/display_settings/class-thrive-ult-option.php',0,'ßÇL>¦²]_v¥D<','ßÇL>¦²]_v¥D<','2õbåµ-™¯¶±_­âÙ0Ö»†ðTŒç£`—6×','',0,'?'),('C®gH›}0š<øLBÌìõ','wp-content/plugins/thrive-ultimatum/inc/classes/display_settings/class-thrive-ult-other-screens-tab.php',0,'#êà‹SÏ5€þ+‡VÞ','#êà‹SÏ5€þ+‡VÞ','B@»Æ·{ç|£Ó7€&\ZSŸ™YoôÐJ«×½û‹¬','',0,'?'),('}	èö%ºœ6;ð’K','wp-content/plugins/thrive-ultimatum/inc/classes/display_settings/class-thrive-ult-page-templates-tab.php',0,'ˆs..ËäÕß‹6fg','ˆs..ËäÕß‹6fg','æµ.ÝÅŽb7Uçˆa`èwb<‘[S³ˆêÆLD@','',0,'?'),('9ýI³ý[FvIÆô·I','wp-content/plugins/thrive-ultimatum/inc/classes/display_settings/class-thrive-ult-pages-tab.php',0,'D6ÁG”P7;RâËd<µ','D6ÁG”P7;RâËd<µ',' OþÙ®‡´Yè½QZºwnN½ï¥\0®0ølXm','',0,'?'),('Í|Fº)kèÒ†7‡4\0','wp-content/plugins/thrive-ultimatum/inc/classes/display_settings/class-thrive-ult-post-types-tab.php',0,'[‰—´7U{ìËFá','[‰—´7U{ìËFá',':»V½8Yr+¸k$BèÁ*ga2ü(C”4öáªj’Î','',0,'?'),('9À[¾M~G—å(Bá4	','wp-content/plugins/thrive-ultimatum/inc/classes/display_settings/class-thrive-ult-posts-tab.php',0,'~òv‡ã@±J	øˆCÚ','~òv‡ã@±J	øˆCÚ','Óø¡¥ª¼šÐR%8L@wFß?Û—…Êí§vTûy£','',0,'?'),('gë\ZëeVóéÒÞ°Í{@','wp-content/plugins/thrive-ultimatum/inc/classes/display_settings/class-thrive-ult-saved-options.php',0,'Ámäáñ¦ÝX ','Ámäáñ¦ÝX ','\\|d¦Ö¯ô?0&[ÄF=ë5ct<æ@õ<Å³\"UË','',0,'?'),('¤ÜÃ4×Ußÿ‘S¼Ã','wp-content/plugins/thrive-ultimatum/inc/classes/display_settings/class-thrive-ult-tab-factory.php',0,'¥ém&J§ÄƒUðlÐ.ý','¥ém&J§ÄƒUðlÐ.ý','ŸB¸˜CM¯©ä©+AÞbN§ïC\\¥\n°>/XRIá¶','',0,'?'),('íÜì(Å*%&‹‡ÜæÐ','wp-content/plugins/thrive-ultimatum/inc/classes/display_settings/class-thrive-ult-tab-interface.php',0,')Ô(xce´2;ÊËP#ío',')Ô(xce´2;ÊËP#ío','†°õ×ô~ûzó—žuyÔ­]ÊZ\'2/ç»‘/; ¡€','',0,'?'),('TAÌ0@É1}vt£ÿ1*:','wp-content/plugins/thrive-ultimatum/inc/classes/display_settings/class-thrive-ult-tab.php',0,' |Þ¾2„À‘ýÙAêlêÆ',' |Þ¾2„À‘ýÙAêlêÆ','õ×Ÿåö›ûðÿÁs™hB\"83#qàÁ§f¶æó”[±','',0,'?'),('¼B§cüE®Ý“®fËu','wp-content/plugins/thrive-ultimatum/inc/classes/display_settings/class-thrive-ult-taxonomy-archives-tab.php',0,'yV!ðG¶áî‰uúóç3z','yV!ðG¶áî‰uúóç3z',':UÚs-[ÆÉœÝNø‡¢QvÐ‚cB@qN¤3ýí‘','',0,'?'),('…ß?ˆšlþ¤û¶çï®','wp-content/plugins/thrive-ultimatum/inc/classes/display_settings/class-thrive-ult-taxonomy-terms-tab.php',0,'æ†½0÷áñÚaßè±','æ†½0÷áñÚaßè±','-’•{´“ôyp²ÀYÈ’ëu¿Of‹ÅðÞHIÐþÌ','',0,'?'),('3X<ŸTäÌÌrÑ§÷?','wp-content/plugins/thrive-ultimatum/inc/classes/display_settings/class-thrive-ult-visitors-status-tab.php',0,'ttn$Y1‹<S5Â¾°€','ttn$Y1‹<S5Â¾°€','ÌÂ*Q©]S6D)7p,»[ÂÃÌ—×ŽðúªÚÌFâ','',0,'?'),('$µ~³Ûï|¿\Zœñ','wp-content/plugins/thrive-ultimatum/inc/classes/shortcodes/class-tu-shortcode-countdown.php',0,'d’gàŒ¹g~ï¸îgt','d’gàŒ¹g~ï¸îgt','º{þ†•\r³O¨R4»\rÙÐ@HìòFîFÅ8ªžâDm','',0,'?'),('ÅÌ~?Ž#¦œ¥ÏAY$¡IP','wp-content/plugins/thrive-ultimatum/inc/data.php',0,'ÅÞCøiÖUvÅÖÓ|$±','ÅÞCøiÖUvÅÖÓ|$±','>gyIS\"ìëˆo§Ÿ™×ÃzkÃ‹’ï–fgègò™­','',0,'?'),('¼™ñµÛMí–œ¯Ãíì','wp-content/plugins/thrive-ultimatum/inc/functions.php',0,'zíÏð<Ó~”\"Ë0k¶','zíÏð<Ó~”\"Ë0k¶','ÛÚ\n:ÛW¯_ê2³½©Í/=KpÙzÑd¡_ÆG','',0,'?'),('áXeÈºÌ…ý¬›OO','wp-content/plugins/thrive-ultimatum/inc/helpers.php',0,'\\Ÿ%} d–¸§ˆ2\rç³a','\\Ÿ%} d–¸§ˆ2\rç³a','Ð%éq\"^âéí¥_}¨fªžÌ‹ŸübÆwU9;Zf','',0,'?'),('—•©ê†ÅûŽÀ3ûsa\r¬','wp-content/plugins/thrive-ultimatum/inc/hooks.php',0,'4–¤ëDž|Ý˜‡N%®M','4–¤ëDž|Ý˜‡N%®M','Ç!ÝƒâøôR\"Ïý¯B+F¹<£ ÞƒÐ#\r€°','',0,'?'),('\ZÐupÞž¹q)¡ç¯eê','wp-content/plugins/thrive-ultimatum/js/dist/frontend.js',0,'\'–’êôÂhXÚs*¿ø[','\'–’êôÂhXÚs*¿ø[','‹t(9âÄõÍï¾q…ö36“ãv€ŒøaNÞ','',0,'?'),('ÊU»¶±KTÙ—„noÇó','wp-content/plugins/thrive-ultimatum/js/dist/frontend.min.js',0,'‘ÿLŸ±ßÿ¡ÿ%q>»','‘ÿLŸ±ßÿ¡ÿ%q>»','Iüc¼;?­\'4Ù˜0¥ßôÑ|æ-)ßM+þ}]tí','',0,'?'),('™¹\\S²Yúz˜òæwÞ,8È','wp-content/plugins/thrive-ultimatum/js/dist/no-campaign.js',0,'dS¤ËËÏ#á×c\Z','dS¤ËËÏ#á×c\Z','VöôSXÉ.o]æ/8ûxÀµîªÃ»É‚SæÑ‹ø','',0,'?'),('!W¸º…‘([_#1¿D','wp-content/plugins/thrive-ultimatum/js/dist/no-campaign.min.js',0,'©x‚€Ä‘ºb%—â›-žë','©x‚€Ä‘ºb%—â›-žë','ÀL¦z×öÏÿØ;©Ç¶ÿÁÈVî¤Åu pž','',0,'?'),('ˆ{I•º¯Rúèö4¬b:','wp-content/plugins/thrive-ultimatum/js/dist/tooltip.js',0,'1‡z–Ãé\Z\Z”ô’ú)','1‡z–Ãé\Z\Z”ô’ú)','16Pÿ\nl©}óÚ¾A0~Ï¾Px™ üùÂÔÌ×‘2³I','',0,'?'),('Kì¬ýu›ìk¡påbíÙp','wp-content/plugins/thrive-ultimatum/js/dist/tooltip.min.js',0,'Tkie·)ÎŒAµèv','Tkie·)ÎŒAµèv','ªá‘Ð ò¿Éž¸è® á˜÷´¡\Z?Uæ1Ds3i«f','',0,'?'),('êYÑin.9.odƒ@ ','wp-content/plugins/thrive-ultimatum/js/dist/velocity.js',0,'}Fª>3Õª4ç\\Yð;','}Fª>3Õª4ç\\Yð;','Ð”=QŠ«ÐD|¼Sw×Bà>\'¶¯!ê¨(êDBB„Šw','',0,'?'),('°õËáë¯lÆ¦®iA©3R','wp-content/plugins/thrive-ultimatum/js/dist/velocity.min.js',0,'ò¼¬£ÿ„°¸»\ZÏÜ,˜ú','ò¼¬£ÿ„°¸»\ZÏÜ,˜ú','VS=^ëýú«ò§€åÏW§¤”1wW.-bÈ²l$','',0,'?'),('Àa…F…L‚4mtÏ¶5','wp-content/plugins/thrive-ultimatum/start.php',0,'–	G}chBŒ³8J±Ù\\1Ò','–	G}chBŒ³8J±Ù\\1Ò','¹°ñâ •§äŠöö®P¹¬×wÓ‹õ{Ÿ…éƒÑ4','',0,'?'),('·Ûî8êã±S%Ç–„','wp-content/plugins/thrive-ultimatum/tcb/admin/assets/css/fonts/tcb-admin-icons.svg',0,'uê…ÆøâgœñF[³$f','uê…ÆøâgœñF[³$f','HGÐëÑUÈÈ[ÏÈ.èv)dÅz³ŒÔoâ-¼†ˆMO','',0,'?'),('K·ºÚx<ÑXŸÛ€OŠã2','wp-content/plugins/thrive-ultimatum/tcb/admin/assets/js/tcb-admin.min.js',0,'½ªD² ?Ww#ÞEºk>','½ªD² ?Ww#ÞEºk>','”ºÊÄv‘üÃ=\Z2ØY/ßë=­{€K¯,i-ï\n¨6š','',0,'?'),('ãŸ&aõÂBõ5pÍ½o','wp-content/plugins/thrive-ultimatum/tcb/admin/class-tcb-admin.php',0,'_MB£\\.%z]öš1_','_MB£\\.%z]öš1_',']¢Rw”áÈZáŒS¼0±DÒ´º/ïVÊ›gˆF€R&¦','',0,'?'),('	d™ˆä«d¤vœ¼Dn','wp-content/plugins/thrive-ultimatum/tcb/admin/includes/class-tcb-admin-ajax.php',0,'5sdØ0h& ˆ¡¹Í…á','5sdØ0h& ˆ¡¹Í…á','Ü\r³*#AMaøxÙ£ÿ{íÛa\ZýÍÖáxyìÙ½l','',0,'?'),(':Kð‰ß\rÚ6)z˜È—','wp-content/plugins/thrive-ultimatum/tcb/admin/includes/class-tcb-product.php',0,'ˆøòcJ<‰kê÷ÉvÅ‘#','ˆøòcJ<‰kê÷ÉvÅ‘#','ã\"ï#˜_ªOÈA[µïšÙ]²ËÍÌv*Ê­„E','',0,'?'),('ÿbHV©â§(vwõ\"8','wp-content/plugins/thrive-ultimatum/tcb/admin/includes/class-tcb-symbols-rest-controller.php',0,'ÅY>Ìjq©ÙÓ¼œõ¡’','ÅY>Ìjq©ÙÓ¼œõ¡’','­®ËÅ3œê¶¨5CLIÜAA[\raÜE|üü½[¦¤','',0,'?'),('qGíàKéèJMøÞÌ[6tç','wp-content/plugins/thrive-ultimatum/tcb/admin/includes/i18n.php',0,'m	Y4¦{\Zï\nî„7I','m	Y4¦{\Zï\nî„7I','xíw>ßp™jHÎD-~ÈÐsA=wâÙ(\rÐ„s_','',0,'?'),('\'B›ììÂ1}é*9ýb','wp-content/plugins/thrive-ultimatum/tcb/admin/includes/tcb-admin-functions.php',0,'}\rs%ß,}‹.‰¾ð ','}\rs%ß,}‹.‰¾ð ','oOÕÖ‰NW…‡oiÜeøö0ß¼vC•ý™ñ‡3','',0,'?'),('²»cÜ9°é»“i¯é«-','wp-content/plugins/thrive-ultimatum/tcb/admin/includes/views/dashboard.phtml',0,'Ô²n1wf{.$Xýâë)','Ô²n1wf{.$Xýâë)','ÈÃ}‡_§£Ã`“Yý‹ÌŠ7hq[J5;?5Ì','',0,'?'),('à@‘V–Œ·)ƒÆ7¥ v†','wp-content/plugins/thrive-ultimatum/tcb/admin/includes/views/templates/breadcrumbs.phtml',0,'C³ÑHgJ÷½‚½¥','C³ÑHgJ÷½‚½¥','‰ÓüÕó‰œÝÛ2¨2/7e…¾]€úhd´ÖJ\"@˜','',0,'?'),('çý˜ÚEðfñ¼DAÇèk\Z','wp-content/plugins/thrive-ultimatum/tcb/admin/includes/views/templates/ct-symbols.phtml',0,'ý®õ™Ú¢ÐÓ§«Ì¥#\n†','ý®õ™Ú¢ÐÓ§«Ì¥#\n†','ùRflxnWÙÂÍrüqûÂÎ5Tã²óöF<úF<Ç','',0,'?'),('$U6\0ë£î…d×ËÄL¿','wp-content/plugins/thrive-ultimatum/tcb/admin/includes/views/templates/header.phtml',0,'„ªæ-éä¤–ÔaYèÓè','„ªæ-éä¤–ÔaYèÓè','j½©È+–¶°^Çœ”€²Ù–Ç\nœ«û“\"’G\'TS','',0,'?'),('[ƒ½@ž<²ì!\\\Z','wp-content/plugins/thrive-ultimatum/tcb/admin/includes/views/templates/modals/delete-confirmation.phtml',0,'µ‹þ´Ÿ2¯>˜\nå[ht~','µ‹þ´Ÿ2¯>˜\nå[ht~','ˆCnb>ÙòƒgŽÍAS’Œ7œÒ[jÖµ6þ”}Œñ','',0,'?'),('ä’g³\'î¸8—¯âX\'','wp-content/plugins/thrive-ultimatum/tcb/admin/includes/views/templates/modals/modal-create.phtml',0,'-	|7þVF-}“v©ý','-	|7þVF-}“v©ý','òøJlÃõ‘‰ÏouÍPôñX¶Ôò‰`\"*°óÁ«‰¼','',0,'?'),('žÀÔƒ\"½l¦lY02[Œ','wp-content/plugins/thrive-ultimatum/tcb/admin/includes/views/templates/modals/move-category.phtml',0,'fO*4qf†\ZÞ²€ËSV#²','fO*4qf†\ZÞ²€ËSV#²','­Ÿ…;ž›óM&\'ÚðÄ\"òFe;ò°xÕÞ¢®ƒO7','',0,'?'),('¼ŠÓMÑ¼>bmÝ.l','wp-content/plugins/thrive-ultimatum/tcb/admin/includes/views/templates/modals/move-symbol.phtml',0,'Pv;¨}kþÊŸ¶æÑqèÖß','Pv;¨}kþÊŸ¶æÑqèÖß','eôéB4¿<ÞÈ!„A¯‘VÓìuJðäÐ¿‚ƒ','',0,'?'),('-ŽêÅr+ˆ(Q÷0ï¶','wp-content/plugins/thrive-ultimatum/tcb/admin/includes/views/templates/modals/new-category.phtml',0,'%•@;â|!‰ÝUß—r“','%•@;â|!‰ÝUß—r“','ÃÈL â*m1 ì¹N‘òšÓ3¸r\\£‹k¦?ž¨ê€~','',0,'?'),('âq~ÒLM5èÝÛm!ÁEP','wp-content/plugins/thrive-ultimatum/tcb/admin/includes/views/templates/modals/section-modal-create-item.phtml',0,'ÎÝkœÍEL°Òì÷^ŒãÝ','ÎÝkœÍEL°Òì÷^ŒãÝ','l:-øã<ÕµóòzŸpÔDró•¸­;c2åö3tê,ý','',0,'?'),('é¥A7Íò‹Šý<oâ•','wp-content/plugins/thrive-ultimatum/tcb/admin/includes/views/templates/modals/section-modal-create-step-1.phtml',0,'Íçàè$T¶^¼|G¨+~','Íçàè$T¶^¼|G¨+~','ê%0ªŒùcÖ0I•èwƒa7Uû®%ª¯«ýí','',0,'?'),('¸©·±ö$l“æ«\Z­','wp-content/plugins/thrive-ultimatum/tcb/admin/includes/views/templates/modals/section-modal-create-step-2.phtml',0,'.R%[G£ÉF¬Ù8','.R%[G£ÉF¬Ù8','ªÉ%Üç@:þÇYP¯I\'ºOHú,šÚ,¢´¢¤L','',0,'?'),('Ì©’¨¦¼K€H|oqîjž-','wp-content/plugins/thrive-ultimatum/tcb/admin/includes/views/templates/modals/section-modal-create.phtml',0,'ïÞ¦ÎI×þ šëè@[bµö','ïÞ¦ÎI×þ šëè@[bµö','âîôUèÉÂÞ îMÜ4>bÈÍÚˆ„ŽÉ¸(g¥ÓìÓ','',0,'?'),('gø–ÆY¯¥Êþ%˜kÀk','wp-content/plugins/thrive-ultimatum/tcb/admin/includes/views/templates/modals/section-modal-message.phtml',0,'°¡\0GZ!»/ÚŸ´Ó\0~','°¡\0GZ!»/ÚŸ´Ó\0~','­Y¶Ý÷mÀ’së¯2+[·ÖÀAw6ž)£­N','',0,'?'),('hŒŠ…”Xþ$jnŒ\r^F&Û','wp-content/plugins/thrive-ultimatum/tcb/admin/includes/views/templates/symbols/categories.phtml',0,'r‰®QEÄ´ËòÞ[ì7o','r‰®QEÄ´ËòÞ[ì7o','³\rZ^Xu´;mË³ÌîÖ{†\\¥\"DIë†À=','',0,'?'),('|zƒß7¬°O;jÒ’ÜyÒ','wp-content/plugins/thrive-ultimatum/tcb/admin/includes/views/templates/symbols/category.phtml',0,'â~E­ÅêÅLå©<ÙPT]','â~E­ÅêÅLå©<ÙPT]','‰—ŸP5\"él¼ä¥?uã½¹Hæ\r±q:–-Žà/y„€','',0,'?'),('»Ö­Dæ·ÏÌ¹–Kû?','wp-content/plugins/thrive-ultimatum/tcb/admin/includes/views/templates/symbols/container.phtml',0,'†&Kn.\n‘ûa–Òî¬','†&Kn.\n‘ûa–Òî¬','CÒÕRô{œäÃFxó8¯´E$|!ÍCsLC','',0,'?'),('óðY3{áðugªÁê','wp-content/plugins/thrive-ultimatum/tcb/admin/includes/views/templates/symbols/create.phtml',0,'Ú°,wíäGžü©¿Ñ±','Ú°,wíäGžü©¿Ñ±','9zJS55Ÿ ¯ÆP]äQŸÍ=9Vb>8û˜ª¦','',0,'?'),('»g»íP…Ë:ºò¾v¼','wp-content/plugins/thrive-ultimatum/tcb/admin/includes/views/templates/symbols/item.phtml',0,'u‹#?²@J/	U=ƒûÒN','u‹#?²@J/	U=ƒûÒN','¸^ÂüKbÅá\r,ït\nsVojÁôRÇ‹ÊHü”Û','',0,'?'),('nxÓQú88«6áçQ/','wp-content/plugins/thrive-ultimatum/tcb/admin/includes/views/templates/symbols/list.phtml',0,'	îÌV¶´ ½®ûóbÍ','	îÌV¶´ ½®ûóbÍ','¥ö×Ý eŽ¬2ØUæ…A$ózo9¾”Í=!','',0,'?'),('Ê|2«`¬|P­·b\n‘Tv','wp-content/plugins/thrive-ultimatum/tcb/admin/includes/views/templates/symbols/save-templates-error.phtml',0,'tRæönÉwÔR?¯ã5','tRæönÉwÔR?¯ã5','jP@ÂH¨D*h\Zvâ&¨¡°àà2ð[Ç\nv˜³2','',0,'?'),(']	FÀçRËº1sP->ý;,','wp-content/plugins/thrive-ultimatum/tcb/admin/includes/views/templates/symbols/search.phtml',0,'Íñ”7ÜÎø/¸%…a\\¾','Íñ”7ÜÎø/¸%…a\\¾',')S.fH\"Ÿþ‘­¬ð¯I¤Téó²–G[,dMÊêR','',0,'?'),('%ñ¼$Ì‘ôOók²´ð','wp-content/plugins/thrive-ultimatum/tcb/admin/includes/views/templates/symbols/section-item.phtml',0,'*´¬ˆà¿XöÄ2³\Z','*´¬ˆà¿XöÄ2³\Z','U­—¢]NAzŸU\r\'‡l¸O’ØSS‡W$W','',0,'?'),('$€¥çÐ&Á¢Mwù','wp-content/plugins/thrive-ultimatum/tcb/admin/includes/views/templates/symbols/sections-container.phtml',0,'Q¨OéíRê}æ!ÀnB„','Q¨OéíRê}æ!ÀnB„','S\0„µœñðsÅ`ÒÄm#`wŒ·	­74\\‡UÖ\naþ','',0,'?'),('´Ïñ´sªjÖŠÙ¯*Ü·;À','wp-content/plugins/thrive-ultimatum/tcb/admin/includes/views/templates/symbols/sections-list.phtml',0,'Ôü‰è$ˆiãy©ï$J2','Ôü‰è$ˆiãy©ï$J2','7\Z°J7\0)÷í«2Z¥K8ëÃì¿tMŽn—÷›‚','',0,'?'),('® ØV8°c¶”;ìÑ6þ','wp-content/plugins/thrive-ultimatum/tcb/admin/includes/views/templates/text-edit.phtml',0,'À6\ràzâJÜd>½Á','À6\ràzâJÜd>½Á','ì!NÕ¬†jÅ²µOùËÜ¥—ãžÉ’ãåÿBpòx','',0,'?'),('³Í÷x¶¹ÒöuRÇpóÄúß','wp-content/plugins/thrive-ultimatum/tcb/admin/includes/views/templates/user-templates/c-item.phtml',0,'­;‡ŠbáeûR£QûÓt','­;‡ŠbáeûR£QûÓt','p¹;~bŽðäYêµM“«]ª=,:¿êá¤úwS','',0,'?'),('Õeö;Ù‘9SºØûÌ‹','wp-content/plugins/thrive-ultimatum/tcb/admin/includes/views/templates/user-templates/item.phtml',0,'ÝÁÿb¸ÕDÇ\0Â…çÇ$','ÝÁÿb¸ÕDÇ\0Â…çÇ$','¢ª—á¹ÂSØõõ`Í-{Hñ{G0#û”êY¥t\r','',0,'?'),('Þ¿&ÉrÑæY àŠ','wp-content/plugins/thrive-ultimatum/tcb/admin/includes/views/templates/user-templates/list.phtml',0,',-ü?ûO3å8Q*$6',',-ü?ûO3å8Q*$6','yÜAÅµ½‹o\"Ì‹µŠ»ÃÎ‹–T8øìçÖ}','',0,'?'),('¢ÌJV.ÓÂ•e\0Š]¬¾tt','wp-content/plugins/thrive-ultimatum/tcb/admin/includes/views/templates/user-templates/t-item.phtml',0,'\\ð£Pk;=ö\"þÀ;E¦','\\ð£Pk;=ö\"þÀ;E¦','„³ºmD<JâÔœahí÷íNr7-nË>—ª[ü','',0,'?'),('çJ¨øæiö®MU¼ø•','wp-content/plugins/thrive-ultimatum/tcb/db/fontmanager-1.1.php',0,'É@µ¢í¸ZmîCÇ¼f','É@µ¢í¸ZmîCÇ¼f','y‹TûÙ4,y/1+ü|‰[<Å‘îMkC#\r','',0,'?'),('¶vŽåµ£š¶‹€8©','wp-content/plugins/thrive-ultimatum/tcb/db/index.php',0,'«¿˜™ÆÌñU¹b7´üÖ','«¿˜™ÆÌñU¹b7´üÖ','ÿ~4¨ÐÆEü+½àº£ŽFFc°«·~«oîI&ƒÃ','',0,'?'),('MÈ$ô\"D$V):Ók…©`','wp-content/plugins/thrive-ultimatum/tcb/db/install-1.0.php',0,'±×{>ß0,S>cò:A','±×{>ß0,S>cò:A','DºeÕl‚ï>Wà;ŒTS¾7!°½þhøÐãÎÀøa','',0,'?'),('éêiÇMŸÁøZÈ6Éè?','wp-content/plugins/thrive-ultimatum/tcb/db/menuitemstyles-1.2.php',0,'Cëi%³Àº78~ÑÞÂë','Cëi%³Àº78~ÑÞÂë','{-EïwbÐ¥£Å®P³¦ù|]ç%7³Íû5´èë­@','',0,'?'),('U)‡òs*ûmy¿\"›','wp-content/plugins/thrive-ultimatum/tcb/editor/css/fonts/control-panel.svg',0,'Ùñ@¹=+üR®£HH%','Ùñ@¹=+üR®£HH%','TïÊ‚V{zñå&KìûØÛ¸ŸqE0ßd3«2Ö\'ë³','',0,'?'),('wj\nb#ÿð“\ZÙ}û¿ä%t','wp-content/plugins/thrive-ultimatum/tcb/editor/css/fonts/editor-page.svg',0,'\'F=Pª¸˜(\r+pÑð','\'F=Pª¸˜(\r+pÑð','q¬‹5Û¹i-è½yþL1O®áöZ«ÃQ[jŒv²äÊ','',0,'?'),('LGµ¯.ôBö;ô”W@W³','wp-content/plugins/thrive-ultimatum/tcb/editor/css/fonts/font-awesome.svg',0,'f5_œ¸€g™9ç,9!%','f5_œ¸€g™9ç,9!%','z\0ñFŸáÅ3RS©\\ò×\rÈ¾ò‹¶‚›œ‘\Zÿ','',0,'?'),('Œ©áØÎàa´âp\Zº','wp-content/plugins/thrive-ultimatum/tcb/editor/css/fonts/thrvicomoon/icomoon.svg',0,'–RûF\Z˜òhâ¡„‘G|','–RûF\Z˜òhâ¡„‘G|','“Û·YB|ëq*®%p­6ZEórÍN¢\r;·xÚSŠÓÈ','',0,'?'),('òz\rî›óÁø>\\d:JÁ¨ú','wp-content/plugins/thrive-ultimatum/tcb/editor/css/images/angle-down.svg',0,'e\\ò¤}–ºdˆøGÖ‚\\','e\\ò¤}–ºdˆøGÖ‚\\','5˜g_x”—8ï¸¨fƒ»@Ü>0”ÄØ2·»¯zz¾À','',0,'?'),('Â¸w©½Ñ\n¨îó«\ZÛPÜ','wp-content/plugins/thrive-ultimatum/tcb/editor/css/images/angle-up.svg',0,'´÷E§ÈÍéôÉGª.','´÷E§ÈÍéôÉGª.','èN›óŠP»ðÜýYDï1mZñé_íÙ¤64oÿ~','',0,'?'),('ÛÖô¤®MíÉª5O.Šq','wp-content/plugins/thrive-ultimatum/tcb/editor/css/images/caret-down.svg',0,'Í/L^û–|DÎã8','Í/L^û–|DÎã8','g\0åc\rfEÇwDv¦Œ‚—FQnŒžá—Î\"Y%`î','',0,'?'),('€¤~@*.mÝ\"ù\nÊH','wp-content/plugins/thrive-ultimatum/tcb/editor/css/images/caret-filled-down.svg',0,'œ¼É‚²úöˆÜ6dŒ ^','œ¼É‚²úöˆÜ6dŒ ^','\r]éWì…H]Õ,±Ué‡.õµµÉ‚ ÞufH‡\Z3\0','',0,'?'),('*d‹}6¦0µ$uÑ‹','wp-content/plugins/thrive-ultimatum/tcb/editor/css/images/caret-filled-up.svg',0,'(Ex		MÃ‹”é±R\Z]','(Ex		MÃ‹”é±R\Z]','^\nçè4\ZòëŽ»ÈÜwñè”¶.Ï‹×Â®ù\\V','',0,'?'),('Ëq¦K­‰þ‰þ1\0CšN','wp-content/plugins/thrive-ultimatum/tcb/editor/css/images/caret-up.svg',0,'D;,\'ˆÍë&Ÿäsô¨Iaø','D;,\'ˆÍë&Ÿäsô¨Iaø','èðáÌx¢çðë+´½Z9aM*˜®µƒÙñ–ï*Æ','',0,'?'),('â?’À°|»<YéFCßÂh','wp-content/plugins/thrive-ultimatum/tcb/editor/css/images/chevron-down.svg',0,'¾A¥|¾Ê=¬³(Iù','¾A¥|¾Ê=¬³(Iù','5Lp8~-n•bÚÆ\'—F%TàÕ¯CXÏ¼j÷','',0,'?'),('ñõDc§¸é‹ÇH¹É‰‡É','wp-content/plugins/thrive-ultimatum/tcb/editor/css/images/chevron-up.svg',0,'$«4ç¦´q5å$zs´8','$«4ç¦´q5å$zs´8','eá‰Dð‡Š%–†Þº±Uå¢qb<ŽmÜQ½ ð˜¨ç\'T','',0,'?'),('~úHly÷»¢k?öBæ','wp-content/plugins/thrive-ultimatum/tcb/editor/css/images/logo_placeholder_dark.svg',0,'glé,—\0¤^ï—Åœ‡Âw','glé,—\0¤^ï—Åœ‡Âw','üÄ;ÊªåÊª‚(ù–öž-t-~ÚíQÿ~»€ï&ZÚY','',0,'?'),('‘kÇí*ÎRwsCŠ‰Ïí','wp-content/plugins/thrive-ultimatum/tcb/editor/css/images/logo_placeholder_light.svg',0,'$ã×ÊýGgg]2/\'>¨J','$ã×ÊýGgg]2/\'>¨J','ù	q>øøoÏ[\0J)fÞÜá…ý2xñ`8r','',0,'?'),('®¶Ë¥£$»q:`AÌU','wp-content/plugins/thrive-ultimatum/tcb/editor/js/admin/gutenberg-menu.js',0,'O}FU@ÐCróˆ3ÂyPÚØ','O}FU@ÐCróˆ3ÂyPÚØ','Óùx×ÏÜ‘ÉWÒÑx¯Æ¨¶Q\0¥ÝÜúÍ½½ÙàˆUú','',0,'?'),('\'ì€&u{ó\Z‹«Ãá¢»Ë','wp-content/plugins/thrive-ultimatum/tcb/editor/js/admin/gutenberg.js',0,'fR¹?¸±Î	ˆ¾À–K¥Ë','fR¹?¸±Î	ˆ¾À–K¥Ë','¥ÙDú%Ìÿ1f‘öÙp®TçÆ†D5ñ§?S±gØ','',0,'?'),('\nÕña=kÍ¢H2-]=9','wp-content/plugins/thrive-ultimatum/tcb/editor/js/admin/tve_admin_post_ready.js',0,'q™aS@å±ÐÆê9«','q™aS@å±ÐÆê9«','¥a¨.“øè]øwþO…È@\r”Û¡xÛ¸)=m4ã','',0,'?'),('#fFuSš\\5²Ú§¯ê°','wp-content/plugins/thrive-ultimatum/tcb/editor/js/dist/admin.min.js',0,'-ZÂ‘®Ú_hd[9¹uà','-ZÂ‘®Ú_hd[9¹uà','t.{rT§­3[\"Jsq°g.|þ1Öµú}TªúÀ;–','',0,'?'),('LÂPŽ‘S,XH¨\r»ÙL','wp-content/plugins/thrive-ultimatum/tcb/editor/js/dist/editor.min.js',0,'_¹ÅÇ/T4ÐÕ%Ž´','_¹ÅÇ/T4ÐÕ%Ž´','¿Li³¥¯b…%òM†xÿò°6@¡‰©#ej˜\\','',0,'?'),('.QEÊHØ¿¾Û½ØW„0','wp-content/plugins/thrive-ultimatum/tcb/editor/js/dist/froala.min.js',0,'i\'þF°JÀ%r8J™º¿â','i\'þF°JÀ%r8J™º¿â','(ìÉ˜}¶á0!óc®çú«ó\'z}9U’¼X','',0,'?'),('ôÇd8º©çÕ¤ö„Ž¢’­','wp-content/plugins/thrive-ultimatum/tcb/editor/js/dist/frontend.min.js',0,'ØE¤Ë^yIºM\n‡ð}¾\r‚','ØE¤Ë^yIºM\n‡ð}¾\r‚','ö&\"Õž=ˆ÷-(/¦‹wÂÇôP‘ŒK','',0,'?'),('KFˆÅóvêFéw‰+','wp-content/plugins/thrive-ultimatum/tcb/editor/js/dist/gutenberg.min.js',0,'uÕ–®õ`É†:ïdT¡','uÕ–®õ`É†:ïdT¡','\\Šè)Sñ@IêJ0õC)æí›¤9DUs‹\n@Ûü+','',0,'?'),('!–BdŒl&›1‰\'bü[±','wp-content/plugins/thrive-ultimatum/tcb/editor/js/dist/main.min.js',0,'Ç1¼3×5\nüzÄ«ûðÈø','Ç1¼3×5\nüzÄ«ûðÈø','X½Žïgl€ñ\ZÏ\ZGRóÈ{û\n:Ûóž+’–uq‹e','',0,'?'),('ê¶½K6Û2‚ô»ù`õRd','wp-content/plugins/thrive-ultimatum/tcb/editor/js/libs/dom-to-image.min.js',0,'¡²À\ZüTž%Awr hŒž','¡²À\ZüTž%Awr hŒž','øÓbSˆ¨dò›™ÿ˜:=mÿ=€6f#+Wâb','',0,'?'),('„é¤\'øí’z`š2ò6ç=F','wp-content/plugins/thrive-ultimatum/tcb/editor/js/libs/jquery.scrollbar.min.js',0,'¹Xñëêq‘WŽ©J˜‚Z¤k','¹Xñëêq‘WŽ©J˜‚Z¤k','û5Oˆ(0qÍñœC(¤_ˆnÇó»±	–Q<©ä¬','',0,'?'),('bð¼ÆÄSƒzˆþGÿ\Z','wp-content/plugins/thrive-ultimatum/tcb/editor/js/libs/moment.min.js',0,'v„Züö©½ÅÐ¢\r','v„Züö©½ÅÐ¢\r','Ú…YaÐëlÈ¡†`~ Ð#g)J96\\pQºÀ@‡#','',0,'?'),('ÒÐâ‰ðì—8llí¨ êå\r','wp-content/plugins/thrive-ultimatum/tcb/event-manager/classes/TCB_Event_Action_Abstract.php',0,'@]UÒ¥tŸˆfŒÜ´9','@]UÒ¥tŸˆfŒÜ´9','×	ãy¯íÜ:>¸Ÿq5gàïy@rêi~Íi‘ã Ÿ','',0,'?'),('Õþ¬dçœ®\nn‡LlK0','wp-content/plugins/thrive-ultimatum/tcb/event-manager/classes/TCB_Event_Trigger_Abstract.php',0,'áûtŽ/¶Ê©Dyçóó“','áûtŽ/¶Ê©Dyçóó“','Ù¸4¡Ö@­Jé`s€)êÉBéö‡)\'ÝäÎk_™uY–','',0,'?'),('\nD×˜3ëñÚ‹AØjù8¢','wp-content/plugins/thrive-ultimatum/tcb/event-manager/classes/actions/TCB_Thrive_CSS_Animation.php',0,'á4Ë¼]ñÍe3¿á6FJ0','á4Ë¼]ñÍe3¿á6FJ0','žªg£@%¶#l² ÙhÆ\"ÿ×bˆÒCõ\nŸc×ý.Ã','',0,'?'),('êá¡O^„´þåä[í','wp-content/plugins/thrive-ultimatum/tcb/event-manager/classes/actions/TCB_Thrive_Image_Zoom.php',0,'¹˜2©ý?Ç2àMˆê','¹˜2©ý?Ç2àMˆê','ÈÄÃðª™Ä=-~˜;bM„G’©×9óÍd÷)­','',0,'?'),('r¤›ôä¶!ùÙX¶t¥Ëf','wp-content/plugins/thrive-ultimatum/tcb/event-manager/classes/actions/TCB_Thrive_Lightbox.php',0,'D ¼˜ˆŠY\'²è› ','D ¼˜ˆŠY\'²è› ','b0ãs0ÞƒœºS½\\À¢˜ð$ÊìíMTwƒCý2î€','',0,'?'),('Ã—ÈƒSpY–Õ%','wp-content/plugins/thrive-ultimatum/tcb/event-manager/classes/actions/TCB_Thrive_LightboxClose.php',0,'_RÑBØè7#{Å‘é–”','_RÑBØè7#{Å‘é–”','iØ>³UŽÑÅ:©„¿`“/MÌB–ª.¥@ØfÙ,','',0,'?'),('oGýuX~\'®Sõæ¥´b','wp-content/plugins/thrive-ultimatum/tcb/event-manager/classes/actions/TCB_Thrive_Tooltip.php',0,'®n±gû:åãé¿sì¬—ý','®n±gû:åãé¿sì¬—ý','ú5&Z£kHuvÖÜ*7Ya@Fðêuá\ri§&&œD','',0,'?'),('›Â\Z··uS»ù;fÕ‚?ðº','wp-content/plugins/thrive-ultimatum/tcb/event-manager/classes/actions/TCB_Thrive_Video_Popup.php',0,'xºùk–ìp[wK9 »','xºùk–ìp[wK9 »','b„ÂS$2ÍI—û~%!7Ã2QLdWtœß57x]','',0,'?'),('\n.YYzÂ?‚í“=Ï¤›Ù','wp-content/plugins/thrive-ultimatum/tcb/event-manager/classes/actions/TCB_Thrive_Wistia.php',0,'LÍ¯×8?åZ_Áõ?Q$','LÍ¯×8?åZ_Áõ?Q$','(èÕm\" „m]óª¦x}x\n_¹l°¹‘šr¨£•ÀOk¹','',0,'?'),('¾xAœTHs®o½‰KŸ','wp-content/plugins/thrive-ultimatum/tcb/event-manager/classes/triggers/TCB_Event_Trigger_Click.php',0,'YÉ±›ŒãydëSãÁãŸ','YÉ±›ŒãydëSãÁãŸ','Æe´ÝÞQæÏvüNOÍÁ“ƒ]@(1ï¬ë)c¼hõ','',0,'?'),('7¥gH[˜ãé@\\d¬äÚSµ','wp-content/plugins/thrive-ultimatum/tcb/event-manager/classes/triggers/TCB_Event_Trigger_Exit_Intent.php',0,'vÃŽhVLƒ‡ôÊ¾n¬åe','vÃŽhVLƒ‡ôÊ¾n¬åe','ü÷š5_9ˆ0Úz……ºTè›‘.ç9™=ýÕÞIÄ><','',0,'?'),('?§¢{ð.ÝYo~yï','wp-content/plugins/thrive-ultimatum/tcb/event-manager/classes/triggers/TCB_Event_Trigger_Mouseover.php',0,'§]Þ;ŠˆÞî’Æ¥','§]Þ;ŠˆÞî’Æ¥','±ÜÉ?ip2ï`o¦†—âQ‹pž¢/ÿ†û:5','',0,'?'),('Å›ö‚ºu:[6Òk','wp-content/plugins/thrive-ultimatum/tcb/event-manager/classes/triggers/TCB_Event_Trigger_Timer.php',0,'ñô‡¦GÃ¿”N?xåh=¡','ñô‡¦GÃ¿”N?xåh=¡','¥Á&‰ß¯ú+Xdß3`²~”E0’\\óú²%´¼´','',0,'?'),('ÏÃ†áK,I}? ,;Ùk','wp-content/plugins/thrive-ultimatum/tcb/event-manager/classes/triggers/TCB_Event_Trigger_Viewport.php',0,'Åãfdfüø_™Ð&yÃ£','Åãfdfüø_™Ð&yÃ£','ÞÅ=MÑiW1…vŸ_«„ádÕè-¯éôèGJA…A%Â','',0,'?'),('j¦Èuˆ;ËRjŸÚ¼òEí','wp-content/plugins/thrive-ultimatum/tcb/event-manager/init.php',0,'1Ü^¿\0˜Ù\n¹6¿p¬','1Ü^¿\0˜Ù\n¹6¿p¬','XÙž™nÔ9›câiz²](.ý.ÿ/ÖÎ.ÒîQ&b','',0,'?'),('úS]û¨e,{âH','wp-content/plugins/thrive-ultimatum/tcb/event-manager/views/js/lightbox.php',0,'ÝšíÝõrÝZ¤»Ro','ÝšíÝõrÝZ¤»Ro','˜o™e¾+„Ž›ñÓIHj[Yç´ÈG—¦$N(®ÄFú','',0,'?'),('uG+\'K	GÙc\r8â—@V','wp-content/plugins/thrive-ultimatum/tcb/event-manager/views/js/trigger_exit_intent.php',0,'$*õ­ÚÑt<.ÇZ,@9','$*õ­ÚÑt<.ÇZ,@9','äÚY[N\r7 ÈœÊštŽ;$‡d¶„ÉPS §œ\Z\0C','',0,'?'),('úžöoŒŒ¬ù Iï•’½','wp-content/plugins/thrive-ultimatum/tcb/event-manager/views/js/trigger_viewport.php',0,'4´‹B7($‚#ÂÙ­Ã¦âá','4´‹B7($‚#ÂÙ­Ã¦âá','Œ`ºçËC¢çÔç\Z\\àzp]:ï$¡!Ñç`–µ','',0,'?'),('BÛÔ\n2„ôTÜ°~Iß¬=','wp-content/plugins/thrive-ultimatum/tcb/external-architect.php',0,'Šù7YHôïgÑXí/L','Šù7YHôïgÑXí/L','*\'öË\\+{¥Áb·ûLŠVj­‘°Z—Ié\'ýHB÷çí','',0,'?'),('%þ‡uqÙšáë.×>É»','wp-content/plugins/thrive-ultimatum/tcb/fonts/fontawesome-webfont.svg',0,'äÄ\nvCþU„Y,Ú','äÄ\nvCþU„Y,Ú','ñ‰ÊyòùJÖsLŽüO³Šz’(jºf{w+qŽºgÛ','',0,'?'),('f7·:Y³ƒIõG6Èl–©','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/animation/preview.phtml',0,'ð¼îøþ\\Ó[µ=F Âjù','ð¼îøþ\\Ó[µ=F Âjù','¬W®X³@y¶ñïW3iq[Ðš-Xg8î*\r‘€ÁcÎ?','',0,'?'),('vž(±ÎüGöÊŠw÷OÌ/','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/breadcrumbs/item.phtml',0,'Û¶9éòŽè8@e¢éf0Z','Û¶9éòŽè8@e¢éf0Z','3RdWcS2ý¬j¶Ø©+Ð°{>ñì»°Ä[…×¸h– ','',0,'?'),('I&§Xâ”ýÎOk™ýÉ@','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/central-style-panel/master-variables-header.phtml',0,'÷óáµ˜VÆp„n™$þ8P','÷óáµ˜VÆp„n™$þ8P','Pî5{b÷õ@Ð;cZO\n½œ\"+hõêZaœõœ9¿','',0,'?'),('Á\'yï1&™?—es¡Zß','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/central-style-panel/other-variables-header.phtml',0,'•;½Ú|VšÚø¹w/l‚','•;½Ú|VšÚø¹w/l‚','KüHÁÔ>_ \06Wùgd¼Ø’ƒNZ~Œ4·ÀÖªU','',0,'?'),('ýÔÐÏÔ¦z5U^‚½Mî','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/central-style-panel/palettes.phtml',0,'‰€iò†ïJÑC¡‡‘æI','‰€iò†ïJÑC¡‡‘æI','4óƒþzKÈ¡tÓëTØø3+;sýt’ÇS¡m‘‘@Oo˜;','',0,'?'),('=rË‘ªq×Þ=þ¨+¼','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/central-style-panel/tooltip.phtml',0,']ˆXqk5?Aí|ž',']ˆXqk5?Aí|ž','è…N9]]°i])?—¥{d¶·Îo—<¾8#ZL\rm)1/','',0,'?'),('NÕ†h9ÂRjìâÝšíÑ\n','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/cloud-templates/item.phtml',0,'ódv©º5TÐÊÓ','ódv©º5TÐÊÓ','bÇtS“Ÿ!‹2{lõ.û‚aôLh^(õÏÖ÷e','',0,'?'),('Éž:ÿ4hö|Wð#°-','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/contact-form/email-setup-form.phtml',0,'Æþ9›¹ÙdH1´‰ûs†','Æþ9›¹ÙdH1´‰ûs†',' €!ZVJÞ£ˆ§(Ðj#mòFAyÌó×oìDwJ@P','',0,'?'),('|º…Q#V6$¿æ}/¼','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/contact-form/error.phtml',0,'Ž}Ú«?•³~]	*x–','Ž}Ú«?•³~]	*x–','ãä¨Ë´¬î°ÝÏW¿¤sÝç=K·S\'ž¿JËå1å','',0,'?'),('Ë¦%5‰]ŠN¶mhŒ9','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/contact-form/shortcode-button.phtml',0,'¥1©Ä+­Âñó/C¥Ã?P','¥1©Ä+­Âñó/C¥Ã?P','¦£kL„~edàèÆp–¹ÏÀü~t~Þ…é45îº¿á','',0,'?'),('®»4k0þEt´0Mz\r¶µ','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/contact-form/submit-setup-form.phtml',0,'­“|OgA®=ïÄ î8º^','­“|OgA®=ïÄ î8º^','^CêGÉ62•¾Ý2éãÃ½!K™¬ÂP>ïõì…@','',0,'?'),('ôÆŽ¡2¨yÔ„Qm¹—!|','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/content-blocks/category-item.php',0,'áDý”ÐG„øêj^X,','áDý”ÐG„øêj^X,','ˆ2éª;:¿óëˆõo\"ÄAWkBÙL»#0','',0,'?'),('Œ_FS´§7QüÏ ¶Îáß','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/content-blocks/color-var-item.php',0,'éü…–Š¼b~¤˜n½Þ','éü…–Š¼b~¤˜n½Þ','i‹æ¤Dµ|Ó¸íBq\\`Þ´Â\rÓ0Z ž¹/·7…','',0,'?'),('êí¹•Äñ~yvÆaÑÇ¸7','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/content-blocks/favorites.php',0,'ZV>v6a½]]f¯\nOæw','ZV>v6a½]]f¯\nOæw','à¦óI=ËÆÞÏVÕ÷Ò«µ‡^íøT/ñu7:3ó)ß','',0,'?'),(']iéÜwt2D„’Š›º	','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/content-blocks/group-item.php',0,'ò1°@Lxµ\"‡ê1\r¢±½','ò1°@Lxµ\"‡ê1\r¢±½','\"ÂªÉàÛ±<³à²-×dŠ÷ò%€3Òz˜^Ù„›Îã','',0,'?'),('4#¤ÞÑ\n\\‹_¹ê®êW@|','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/content-blocks/no-template.phtml',0,'µàw	‚p¯át}çyñ4I','µàw	‚p¯át}çyñ4I','Ê0Mð\n4ì3‰IIøÄùÞƒ7ïŠ	äº«»ãé','',0,'?'),('²õsaÀcf˜÷Žp\Z]‚','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/content-blocks/template-item.php',0,'mˆ—¾± ?mElÉMW¸–','mˆ—¾± ?mElÉMW¸–','\\F„¢d†ŠÝ• 3eŠD˜‰Vq\0é`Êlù£=ëô','',0,'?'),('¶Ç!Ð¸ySB+fÉžù£','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/audio.phtml',0,'±~ Ê‹#ô°©¯0Ñ','±~ Ê‹#ô°©¯0Ñ','ÂÇeÖë2À©šË—a©H0EÁ”X>Úø4ª¸éC','',0,'?'),('\nõ6=5m /Ã4Ý†','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/background/background-effects.phtml',0,'á.…rqÔT1ˆÆÛ¹W\n#','á.…rqÔT1ˆÆÛ¹W\n#','>’8…ƒ§ê­Sì`y„>ô%“²Jþå&¢y\'Ã','',0,'?'),('ä†€ÏÁh8v°€aoŸ	ŸX','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/background/background-image.phtml',0,';Xü’óøi:Þ8Á-¼ª',';Xü’óøi:Þ8Á-¼ª','§!b×3©\0èïóæ?ðà{€ ^‰\"øÊ&¯SÆÌOÕÔ','',0,'?'),('‘»1JÈdØfö–+š!R','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/background/drag-overlay.phtml',0,'õàÈ.Ó7qZ k­Ê®Ó‘','õàÈ.Ó7qZ k­Ê®Ó‘','ë]4ÄM†<«–ÒÊ¯¾¸$Özö[§Dí\nEKß«oº','',0,'?'),('ZBpÃ\\süÃGÕ®l*¾','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/borders.phtml',0,'ŠþT®^ðJæmù—ºÅˆ','ŠþT®^ðJæmù—ºÅˆ','ý·ðÝh\"!_\\ÑR×’ÕE^RN«däµEib\05','',0,'?'),('Ñ¤ÀB–{¤ÖÃ±¬Î\ZÕ','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/button/global-templates.phtml',0,'î.M;#1âSÂåQ\"|9X','î.M;#1âSÂåQ\"|9X','a(”5SëŽ¸vŒ†í¬7†~ºè]VÓ7 £{þÛ¾','',0,'?'),('Ý½ÂU”vy\"V-&õ\"P','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/button/style-picker.phtml',0,'QN¡íâÂ]œTŒ7Õ¿G','QN¡íâÂ]œTŒ7Õ¿G','ìÃK\rêW23¡œU£Úb°¹gÿoGò[¨˜yV','',0,'?'),('Ï\r‹&Á(&ªT²ã©wš','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/button/style-templates.phtml',0,'qÀ¢@ï“°k^ôé”Äòr','qÀ¢@ï“°k^ôé”Äòr','—/KñMHá®tò’)a\0¾ÁÊ¿¦ž8»\'‰Gì’','',0,'?'),(',È#	Í2ëpW<+òA','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/button-group.phtml',0,'»È?@ª\'¼>uJõJÆ','»È?@ª\'¼>uJõJÆ','ÐD}Šåê.Ë—ÚWŽòfÁQW\nïðf­D¤À‘','',0,'?'),('„Ó7~ý’-MwèPi@ù','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/button-panel-group.phtml',0,'TÊ’MÞÇ9-ù>»©}‡â','TÊ’MÞÇ9-ù>»©}‡â','ZŒ•l»Í«@GÈ=|k£³kaâE\Z7Êg7Ùô~·','',0,'?'),('Ë(ÆúØ#˜ˆYŒñ„vò?Ç','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/button-toggle.phtml',0,'v	ÀqïªI5øP\0?Ó?©','v	ÀqïªI5øP\0?Ó?©','ÆŠ*T[žìHÆ†]°‚eZß-´‘-¤ê%$´¡','',0,'?'),('[h¼ZÏN/,ç¨Ô¦U\n','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/cards-change.phtml',0,'¨kr‡¢þÌ<¢²¸Î ','¨kr‡¢þÌ<¢²¸Î ','üÕæ¡ÌŽúž(¦[›#°CÈTDÎŽÅÈ‘ƒ#@{C','',0,'?'),('Fù8VÊØÀ,0[%¸','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/checkbox/input.phtml',0,'ÄImï	óÕ.cd·Îå','ÄImï	óÕ.cd·Îå','0êc”<œW-Å¬¨»\0òÌDhË¾ßº|uK‚Ã','',0,'?'),('VM/I…æšµ„FnŠ','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/checkbox.phtml',0,'Ûô\nÀ0éi¬Df=Êçõ','Ûô\nÀ0éi¬Df=Êçõ','“âìÕìã³Ž‡º¢È7»à|MÎÚª¿eÛdº²*ý','',0,'?'),('µºY ´Hoàw…½\nÇNË{','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/color-picker.phtml',0,'CvBƒŽÌvÂöÝÊ,','CvBƒŽÌvÂöÝÊ,','Îø[‹\'ü$ô\Zh9¥ÒŒ¬`.\\L7‡›Û`Õ°–p6','',0,'?'),('Ýù¹@®ÒÏ°c;ù] S„','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/color-var-item.phtml',0,'”CâÃ^ƒÉÊàµ¥8	','”CâÃ^ƒÉÊàµ¥8	','¯…MDž»ð	®Ú5kØC\0|¥P>ýálU²GŒþ¥“','',0,'?'),('–w¼„‡²Ú0ûÈÇ˜u™','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/contact-form/default-cf-item.phtml',0,'c±BÛÐâèegÙWYç:[','c±BÛÐâèegÙWYç:[','\Z™O•‡œúëÐ_¥$ûÂÓX²ž”¨¬Ê{÷x%i','',0,'?'),('r‡±Àölë%…Ü×Òn.…','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/contact-form/edit-cf-item.phtml',0,'ÀÌâõ á}—š:¨¦ËPŠÉ','ÀÌâõ á}—š:¨¦ËPŠÉ','ÞMw Œ®Æã°[3X\r Õ·FxØ…Øí§ï\n<\"š÷','',0,'?'),('°i¦ç^âüi›<6t½’','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/contact-form/recaptcha-cf-item.phtml',0,'ÂgCöô?O«¹®¶·Y','ÂgCöô?O«¹®¶·Y','ý³Æ!$•uÁé€-•<*:Ã–œÞÑƒ_±½hãÑ','',0,'?'),('ü‚RËªìM­«\0Ò]µo¼','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/contact-form/settings.phtml',0,'10ò‘å¦†ÈîÌÖÝØä=_','10ò‘å¦†ÈîÌÖÝØä=_','|šèÀ‹=~¦‡ñÀZäì(¤o)¤Ø2	ÿ×','',0,'?'),(',<?+¨PRÖ:âý%','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/contentbox/image-tooltip.phtml',0,'\\ÓÓÊ›šÜ1Úfœür','\\ÓÓÊ›šÜ1Úfœür','¼·xXÊºŒ»ÜÞK% ­!AÞ}FêIÕŸZ¤:­Î','',0,'?'),('{æ\06o3ŸqCkÁ¹äk','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/corners.phtml',0,'lµS=œ³n_hÁh-ÞÙ','lµS=œ³n_hÁh-ÞÙ','øŠ_*†oGà³> muñá&ÜÌ‡àd¦Æjž','',0,'?'),('MêŸ’vcØÅef)@b*','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/countdown/style-picker.phtml',0,'\"À…¦†õ\n¾~\n›–Óò','\"À…¦†õ\n¾~\n›–Óò','öŠÇîq\\ìŠàfT</RÂR[édZ§ò€YB­¾Åû¤','',0,'?'),('½·zbÈ<\'D¶c8ëàÎ','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/custom-menu/edit-menu-item.php',0,'iÿ%È£‘â¸:t³¥–','iÿ%È£‘â¸:t³¥–','ü‚¾êªmÂ)×|b„¾V’ê»xÔfö8À½\'H‚','',0,'?'),('…ê®“IK*6%Û‡ß?H','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/custom-menu/modal-menu-item.phtml',0,'‚4å{r³\"™ŒÊ\rbãÊÉ','‚4å{r³\"™ŒÊ\rbãÊÉ','£Ÿ[:³Ø]n-˜öÍ¨ÇnË	Q¢‰Ö{=Œay®ÐÁ´','',0,'?'),('þö¿vÃÁY3ŠeVíÐú”u','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/custom-menu/modal-menu-type.phtml',0,'\0Ã|ÿÌ˜U¥{@Ø™Þ','\0Ã|ÿÌ˜U¥{@Ø™Þ','ï;VÉÆ<1\rG¾U§¦Œa­j\\êåt¾[8\r','',0,'?'),('=Šõ\ZVµ¯œ³nÑ¦O–','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/custom-menu/style-picker.phtml',0,'v±#‹QÌîºR>ŒŠ(Úó','v±#‹QÌîºR>ŒŠ(Úó','^ìÈ*f¤¢!óVXòEtZ¡±e¡^‰•‚æ¾PèÁ','',0,'?'),('“£²PMÄ½¼¾Åé°Nz','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/date-picker.phtml',0,'¯³ÈWb!DMy@Ã¡','¯³ÈWb!DMy@Ã¡','ðYƒÔõ±DÙæ*ÕJ*ç`@’0|ìZ(\nÁ‡…ç','',0,'?'),('”vÝl^„Kz”#8Y\'','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/decoration/decoration.phtml',0,'o7¬3)Ao•QöØ7Ú	','o7¬3)Ao•QöØ7Ú	','ª?ì\r\"û$9alØÃØh­ê¬Ì#ÀŸ¢V½UIð','',0,'?'),('*õ¤uŠ‚^E`t·[\"','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/decoration/divider.phtml',0,'Õ2‘88\"Ú!£8BF','Õ2‘88\"Ú!£8BF','ÏŒ,Y©óO¯H|yßïûN¯Z«¯µ¶ú1ÿ®ºG','',0,'?'),('šÝìÔý\"ÑûÈ‹\"Bxt','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/decoration/pointer.phtml',0,'y¦î8c\r»u3æÛ\rŽ','y¦î8c\r»u3æÛ\rŽ','¡ÚWŽcÐô‰á”ÈMèÂ3°¶°•Å—8¶WãÂRàï6','',0,'?'),('H®Ä{ÚÄöª–¯Ê’','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/decoration/slanted.phtml',0,'Ä·àÇß5ÖÓ˜4îÒ£','Ä·àÇß5ÖÓ˜4îÒ£','û´Ä6*¶u±ãUþ¼a<ðó´ÊZ.ïyù(_Î¶(¨','',0,'?'),('ÃÙÈ®‹UœN5²éÖ¢','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/decoration/svg/fancy-divider-styles.phtml',0,'Î·5€a9üÒŠ“\ZIb¹','Î·5€a9üÒŠ“\ZIb¹','™˜§Ÿ2±&\'°ä¦¥ìßÔÌ%q’S…©²«áÌ.CÌ','',0,'?'),('jèn<·Ñø`Ë$Rtf(Ý','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/decoration/svg-base.phtml',0,'‰ ôÚîÄcîeŽ1\r\r%\\©','‰ ôÚîÄcîeŽ1\r\r%\\©','Äèz§+þÀŒˆh®},ÇƒKuo†µÏéwA&`÷V_W','',0,'?'),('‹˜û=Ç3ÚP@,QM©Ì','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/divider/style-picker.phtml',0,'s}\'±QIfÌ9Dö÷”»\r','s}\'±QIfÌ9Dö÷”»\r','œúnÿ˜\ZekŸÓ«ÑkL#syÛ²™€œ÷ŒR','',0,'?'),('kJö›áE‘\ZðÍÔX6ï','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/drop-panel-light.phtml',0,'&/Ÿ$€2µùÚË','&/Ÿ$€2µùÚË','ëC\Z:	Ÿ½³»´è‹¿œ@\0àÀ’Ëï’?`òOW…Ž˜','',0,'?'),('£°±!µãµ8;³ŸP.FE','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/drop-panel.phtml',0,'&/Ÿ$€2µùÚË','&/Ÿ$€2µùÚË','ëC\Z:	Ÿ½³»´è‹¿œ@\0àÀ’Ëï’?`òOW…Ž˜','',0,'?'),('í¹¦Bùü-½\'›¤Ö4','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/font-manager.phtml',0,'%ˆ”h`\"¯æ\\)°öÔ','%ˆ”h`\"¯æ\\)°öÔ','˜oM3¢5jÿ×ü¾È@vGßA£}@§3jñ2;\nws×@','',0,'?'),('ÏaŒÀ»³Å7\rá(‹] ','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/global/style-button.phtml',0,'¹2ªèV?æi\'qˆÄC1','¹2ªèV?æi\'qˆÄC1','©£àX¹As?\0F©Še| ]±jZŒý_Ê.ÐEÌ5','',0,'?'),('*[J³¶Ç’øëŒ&tÒW!','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/global/style-contentbox.phtml',0,'8íÕ0z^ûë©±Ì¹f£','8íÕ0z^ûë©±Ì¹f£','5mmüÁ®Q.¶\\>+ö\\éno”Eý®#@ëÊ¢Ä','',0,'?'),('¯rÀÏu\"úÉ×Š­Å^g','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/global/style-control.phtml',0,'½WäŸzmúÍ“ãÌLs÷','½WäŸzmúÍ“ãÌLs÷','ÐÞOVÒÃ²{:i{0\"¦öV\r7DJ îi½)ŒØ6‹','',0,'?'),('ÆŸõäˆÉ:®=—ý³·=','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/global/style-panel.phtml',0,'Ñ´Rd8ŒùF#§ÎÓr','Ñ´Rd8ŒùF#§ÎÓr','à2uy]9’*ÏÍujFe}AÞhnz>}(×s¹2','',0,'?'),('Kê—ÆíåH×5éÏàÄ\ZŸÐ','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/global/style-section.phtml',0,'ÄÆV]•^eÜS¸?ä¬ª|','ÄÆV]•^eÜS¸?ä¬ª|','ÿOzÎ:Øi®:½®à…G‰YÚz{#éj°âr\\kPº·','',0,'?'),('â0&*¸\'yÊàîT¤™#','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/gradient/knob.phtml',0,'”»4(voád \0(UY^','”»4(voád \0(UY^','ÃZ,œ½¹nìXÀáªû…	}ÒS¿ÙïrƒÏ!a×°S','',0,'?'),('üdÎÔ\'í¼‘^¬Õó!ë¾6','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/gradient-pattern.phtml',0,'d8Ãy§ÆBT:.Ž8B<','d8Ãy§ÆBT:.Ž8B<','{Á‹êë,q¹¦~ˆä³ ãç(6nMööÀ(H>=¶à','',0,'?'),('¢xüˆÕ	*\n®å\'9\\Ô','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/gradient-picker.phtml',0,'ÓN42–^H|ø|ÄˆE','ÓN42–^H|ø|ÄˆE','«^„ûiZª_ê3/Þ)3¥÷ÂƒšI¸uX.ß=6U—yX','',0,'?'),('¼ˆ¡¥<éçš´ÀænšY','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/icon-label-switch.phtml',0,'ov‘Äˆy¯¿>’#ìÜ_(','ov‘Äˆy¯¿>’#ìÜ_(','Hkåíì&¾ÇÔoQ€c8¯\nñŠæî#Lh¡Zl?|!','',0,'?'),('ÜúVç>çy½]Þ)tÀ\Zkæ','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/icons.phtml',0,'¨ÚWÍU`€:ºù(I¥³Yó','¨ÚWÍU`€:ºù(I¥³Yó','–\nÛ‘n\'(Nèî&Çåbæ,’U0Iu/®\ZåÉQQ¡@+','',0,'?'),('Ÿé&e[è¾£Ï‚9»\'vx','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/image/resize.phtml',0,'òˆ¾kã¢‚e\nNU>ÄaåÙ','òˆ¾kã¢‚e\nNU>ÄaåÙ','[TIpylg©&Ï¦z7áÅƒ*Tjiá\0°\\=¬ˆ™','',0,'?'),('¸\"©dvåeÇî\\¯sn÷','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/image/style-picker.phtml',0,'_p>×Kˆ”[Š	Â','_p>×Kˆ”[Š	Â','ô/Gbª+Ð½3g‘n.‡]a0UÃtU¶ƒ@AÊ<šï','',0,'?'),('—õ¶î#	W¢LFs^Óˆ','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/image-picker.phtml',0,'4°i/¿Çs¤IŒÉWˆ','4°i/¿Çs¤IŒÉWˆ','vJÒà³mdÊHƒhUÞ9–@<MGHÃŒü)óïôˆ','',0,'?'),('@ªô\Z\\™²\0ã–Ìý\"ºQT','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/input-inline.phtml',0,'Ã‡5\'µîÐòíSl','Ã‡5\'µîÐòíSl','Û¿ü#F…¥B½x/KÓï‡ã˜ÃAÀd’Mî+(x²','',0,'?'),('¢±Té{lVÊþ¹ÞoÌ?','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/input-multiple-item.phtml',0,'Ð¶	ÀÇÕÚ›lzÃiu÷','Ð¶	ÀÇÕÚ›lzÃiu÷','}ãÑ,Í½%Áé=J¦6dËCX“Ju­5 ª/HO‹y­','',0,'?'),('\rÁ‡€¡@´ï3»›ØüÙ','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/input-multiple.phtml',0,'Àãâ9˜`ñ=.aüô','Àãâ9˜`ñ=.aüô','ø€¿	ÅäòÄ{¿¢w8Wk¿^$6ˆ_u8ÒEH‘´','',0,'?'),('êœš>§Î«4Á´Ô%Úãú','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/input.phtml',0,' àíjÒÞÕ¡Q…¬a¯å',' àíjÒÞÕ¡Q…¬a¯å','Ÿ\råh7¾å]¶ÁÍËÂ¾5‰½Û+ Ý–„Þî\r#','',0,'?'),('¹wg¦àPW¢±AB¹›','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/knob.phtml',0,'~Àg;žPWÔ‡X*È[','~Àg;žPWÔ‡X*È[','wâ¾ŸBÎªôà=m4\r£âØf49tbèÆYo°\0 R','',0,'?'),('0´HŒ`)àyŠËýYü=','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/label-input.phtml',0,'bÈG<›†ÍAP¾ðÓ¬ð','bÈG<›†ÍAP¾ðÓ¬ð','ŽÓæ¼S&BÃÏ*¶¼Â\"¹˜â™9žàþjÀ«zŒ','',0,'?'),('æ÷ð÷á[èPa^.O=C9','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/layout/input.phtml',0,'Ë;…£ÿ•—2È\'Ûª»','Ë;…£ÿ•—2È\'Ûª»','ËØcÔs°½O”ãí!<¼ídš{S€ì­ù9QZÜ','',0,'?'),('§†BÑ+æœ&£´B¥','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/layout/position-absolute.phtml',0,'¾ZÄ`°d\\Yo¥ž£v','¾ZÄ`°d\\Yo¥ž£v','¸Âie…jpàø1©\"\nÍ9}gø`õQ¦©c\\Mq’9B','',0,'?'),('3‘ƒk­tk|£æq¯ö,ü','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/layout/position-relative.phtml',0,'êœ_	§MK™}À4','êœ_	§MK™}À4','dOsØ•Ñˆ¹ÇänÚ‹\rÑÕ¸Òƒ‡ú¦í…ÁX3	nöÃ','',0,'?'),('vdPýË1•žâ`š','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/layout/width.phtml',0,'”f:NçÀ*kÕréƒ','”f:NçÀ*kÕréƒ','’ÑiµÚ¢ËÕ9?d˜@­>–€¶{Zô”¯äÚ/zs¨','',0,'?'),('f{§¶ÓoÞ\0³åÍW®','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/layout.phtml',0,'©©ß¥5²=“ïLgµ{m','©©ß¥5²=“ïLgµ{m','¡¸J|ò »ñû²£Š}\"©ò€¡»Vû*i>‚\0È:','',0,'?'),('c{›Mº—ëìŸõ/‘­¨','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/lead-generation/api-connections.phtml',0,'ÂË¨´²ÊÄ³9ðúg!ø”','ÂË¨´²ÊÄ³9ðúg!ø”','T9ÏúmØ\\$Ÿ³0Æ²´\"bìZÉFj°­¬\rq]','',0,'?'),('¯´qÛ\nÒ,/¾Çø2Ž$','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/lead-generation/api-drop-panel.phtml',0,'¿fZV‰§÷pP¬.A«;','¿fZV‰§÷pP¬.A«;','I)jÐÙ\r}(‚‰™¸‰›árÅ†ùÏjE]hËO¦‹Í','',0,'?'),('#q=îÎ/s0HI-‚UxP','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/lead-generation/connected-api.phtml',0,'}!Ò±(è¹bÝ²Fà','}!Ò±(è¹bÝ²Fà','¯äðŠáv‰­Ó†Ûº<cæS%½ä¼ÐMeÑe\'ƒ‚ü','',0,'?'),('M¥%)¡ÑéÚ‡Ëføq´\rÙ','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/lead-generation/edit-field.phtml',0,'¦˜\"Ë6‘O†Ê‹Ìx1','¦˜\"Ë6‘O†Ê‹Ìx1','yl%Ï#—;2(|f9£ÄÞë¶™—6äF«?-fo','',0,'?'),('où‹p…S–_uê¸»Ep?','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/lead-generation/lg-input.phtml',0,'ç}«1¸ì]¸Í¬vì{\"ó‚','ç}«1¸ì]¸Í¬vì{\"ó‚','ßå1\Z/¿U´hÚÊ¨=m?Ubª|C1-ãŽäË5v¯J¹Ë','',0,'?'),('¥âåÒ#è»ºôHð¨PsŒ','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/link/dynamic-categories.phtml',0,'ßÒíà%®&L’¡®o›1û','ßÒíà%®&L’¡®o›1û','ý$éP…7êEÄCGö<a™K|Ÿd¼Í¹…•EÍ®\\','',0,'?'),('¯ 8ü¯EYÊ+ü»é','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/link/dynamic-links.phtml',0,'˜•Lø.p	|hiÏø?C&','˜•Lø.p	|hiÏø?C&','W^,pépæ×p™cf?‡3ÀtÎ§É%›C‚ÙL°¦','',0,'?'),('W´—y B7-BÔF.Ï½','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/link/element-link.phtml',0,'ÙOõ7Úç@üIÐwc','ÙOõ7Úç@üIÐwc','úún\n«‹a¯ðàÁ/ÞaaàHòÈ%^^†eÏŸÚ©	','',0,'?'),('ÜÙÓõãQ{6XÿAW–>','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/link/link-select.phtml',0,'Œüt+ïŠDçÅ‘ý¶…Î?°','Œüt+ïŠDçÅ‘ý¶…Î?°','8›—ºã/•›ì¿¨¡¸Õ5ÍÑáÝc¼ªæÌã~ìÛ²','',0,'?'),('ã´.úŠo\\Ð<Ú&«E','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/link/style-picker-item.phtml',0,'¾]9œÍ¼<w+«v0a„','¾]9œÍ¼<w+«v0a„','œ_¡0ì5{_^ïe¦ªô˜\\c‘1pŒ“+ã’žh½Q','',0,'?'),('K:_ÓP.ö¯wÌ|Šøïp','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/margin-padding.phtml',0,'~N(+ÚÓž‹ðØÇ','~N(+ÚÓž‹ðØÇ','pi¤½UG±8Db¼M·ÔHâÀ©ÒN{/U','',0,'?'),('Â|÷ÙÇË\r™txàPKZ','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/menu/preview-list-item.php',0,'æÕŸM×$SÁP!W’Véô','æÕŸM×$SÁP!W’Véô','åÈ”kÜ‡ÏqUþü«Žb™ru‚F‰0ØHsòJÍ\rhÓŸ','',0,'?'),('Ú¨Å<µtÐü#!ßZ','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/multiple-checkbox.phtml',0,'UÏà^Í©72,.öp—ØÐ','UÏà^Í©72,.öp—ØÐ','Dÿz™s”ÔD÷·ur(‚f\nHÒãVñ“u{v¦Ã','',0,'?'),('|¸*ój±ü&Íºkœa<','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/palettes-var-item.phtml',0,'õ@Š‹(‡ð[ï:ëá`ïØ‹','õ@Š‹(‡ð[ï:ëá`ïØ‹','‹â\'}Ÿû—”êË™<Ãpß{õ¸¼-_ *Rþ§vÉ ','',0,'?'),('LÙÈåíÙ\n\"Ë¼ªÇ','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/palettes.phtml',0,'ò\n–JÑ==”‘?”ò','ò\n–JÑ==”‘?”ò','e›¦»±!ùŸ=q~ëô!’sã›\\\'¤ü§Ÿ²!‰ \n	<','',0,'?'),('¼†ñ*IŠ&~Mf©LeÅ(Ú','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/preview-list-item.phtml',0,'ŠZº\0\Z-.IRï˜°é‰>','ŠZº\0\Z-.IRï˜°é‰>','ò6ï=ïÝH³=(x‘×&€Wôlg¢´íj;0‰48m','',0,'?'),('çµfbM£§ÞÃ)ºñmm›','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/preview-toggle-list-item.phtml',0,'9quûhD¶áÑ@\rÞÛÅ•','9quûhD¶áÑ@\rÞÛÅ•','[6äpn¥„Vôo•V•Uk~pþí^¿s^@îÍO','',0,'?'),('ß•n²ª¯E0ý„Èº/M³2','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/pricing-table/edit-instance.phtml',0,'¶È°ÿºÄä6R±>\"ˆWv','¶È°ÿºÄä6R±>\"ˆWv','f18ëä\"ú]•\\âÐmlÉÚ»´ç•Š,êU¢|','',0,'?'),('ÛR¼_×ÌMG¥c[¹§Ö','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/pricing-table/edit-price-box.phtml',0,'¼ìö¢)mÀRíý:¡Ç–s','¼ìö¢)mÀRíý:¡Ç–s','‡QjPÙ/äî|\r¶Ù’FOð.Ð˜æ×†‰Ò¾','',0,'?'),('µ=Ù”9+†d‚á~EëS{','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/pricing-table/price-instance-controls.phtml',0,'Ä\nž™üI\\!éu\"—g‹	','Ä\nž™üI\\!éu\"—g‹	','T‡Kía$Ï.G¨ºh¥áÁÈùW3\'v\r†ÜLˆ;„','',0,'?'),('U„¿D^ëÜZ!¢ØÏ­»','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/pricing-table/pricing-table-item.phtml',0,'`û¦?ÎÁ ž~Awó¶','`û¦?ÎÁ ž~Awó¶','8¹¢ÐO–u:¿Ëån\\¸ƒl‘dgï¿¿µ¶ºCÎñ†ž','',0,'?'),('ÿÄ×;‡[|{öú>îØÁ','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/radio.phtml',0,'ðÒ™Z‡¥-ªþôÀ(gY_R','ðÒ™Z‡¥-ªþôÀ(gY_R','4g\r¬åŠ‰Öâ_«fì¾Å!8Ïòôë«]hÚx\0>dÙ','',0,'?'),('Wý‚ý—Kð³IÔ½›€»Ø','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/rating-value.phtml',0,'“Aù8Ûæ•£‘”‚äñ6¤','“Aù8Ûæ•£‘”‚äñ6¤','à˜\n/\'ËXù£4yK‡RCßãò†9|ÖgÙn}Œ3«','',0,'?'),('—U+4Š’¸ QôoU8','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/responsive-video/style-picker.phtml',0,'+ñz­pèšîYà\Z„¿','+ñz­pèšîYà\Z„¿','Ö6ÝÛmQÚOÖÎ±^T›\r·©`‘l’ÙÝ$¥Ÿn','',0,'?'),('t «j÷]ßN¨þ®','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/responsive-video-settings.phtml',0,'Ü«¶!Ó…˜÷]%fŒžÞ','Ü«¶!Ó…˜÷]%fŒžÞ','È’`}Í“½MÒÇ}³í(mTh0 ÒE_êyùT,}','',0,'?'),('§1©ò/¨søôg÷d6`','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/responsive.phtml',0,'xš…ý’J÷H“d*¬)ƒv;','xš…ý’J÷H“d*¬)ƒv;','Ýýôp2ž¡][=ëK‡Â5Æ†Í¢KfÁ_=íª{Œà³`','',0,'?'),('S5ÐýåGdÔIj6¼Zt','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/revision-manager-item.php',0,'Í\'ÒÎ6iî¹È½\\6','Í\'ÒÎ6iî¹È½\\6','MÔ³jÇÞGµÞçBcoó>Å3„ S[F˜9=jx¾]µ','',0,'?'),('“$\"\'á”O½¯û´Á','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/select-multiple.phtml',0,'¤\rF²=@ÓÛwÉz1#Íe','¤\rF²=@ÓÛwÉz1#Íe','±¡å¤6¨*ú’—\r\\ŽËÚÁî²©9ºöÙËDÙD–‡','',0,'?'),('µ	0èŠÒM†WÊ¦M53 §','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/select.phtml',0,'#IÐ×_ÓŠß¥A?äC>A´','#IÐ×_ÓŠß¥A?äC>A´','í\r	B\r“9Ze4=t‰Y°9„ÄïÖcÏÌ#Cw)Þ ','',0,'?'),('ß9²+d!M}áø%fÚ','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/selected-elem-nav-item-compact.phtml',0,'<IËý\0Úõæ)ÉP8Jb','<IËý\0Úõæ)ÉP8Jb','¨ðíˆã½~‚¤~ã›dø½šõ`O†¤»½¿µò\rI','',0,'?'),('ênsvþ/åÎ¶bØb·','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/selected-elem-nav-item.phtml',0,'ëƒ ª%µöÆ(—œ-An¤','ëƒ ª%µöÆ(—œ-An¤','Lñ/õ\'uÝÑ×êvËµŠóé+æè€Ç|é›Ñf®','',0,'?'),('%5©sMŒ—9š„!þç$“X','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/shadow.phtml',0,'Iºé5W:u\r\r$­ŠÊF0','Iºé5W:u\r\r$­ŠÊF0','\ZÌ¶Œ^ùŽž=~ëD4È_N$ÕzhåÒ°[˜þÜ^ ','',0,'?'),('Y@#‹(­¸Ì­L2&3F»É','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/slider.phtml',0,'j&ï¡¥­ÓƒÍg^\r+â','j&ï¡¥­ÓƒÍg^\r+â','”±ã™üÂYñÁLŠ>Â]œ8 ¿oÖ£ ‘RÍ4W”','',0,'?'),('Fß“ÍÉ&	Œì','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/social/fb-share.phtml',0,'íÔ\\ÙœfÝýøpï','íÔ\\ÙœfÝýøpï','	ÿ™·Â•OzÄçïð}çËì¼ÛÑeOš·tÆtã¾','',0,'?'),('²9ùV©Êfûjê¼ƒGä','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/social/network-checkboxes.phtml',0,'Òbšû™ñiõ“Ú*­','Òbšû™ñiõ“Ú*­','³Uç±Ø×1Pà0žµN5š¾!4K#]mó½_qj©¬¦®','',0,'?'),('’½lõjp]ØAÅw—u','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/social/network-settings.phtml',0,' W*JÉômŸ.Ål¶¥.',' W*JÉômŸ.Ål¶¥.','É\r‡¤›*xdµì<l	)‘Ñ§w­¥MÈRÌ\Zþ¶','',0,'?'),('è:ñ¡Áð™[“¯F—¶/œ','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/social/pin-share.phtml',0,',çñ÷Êq@òPŠÁô×',',çñ÷Êq@òPŠÁô×','H¥‚1«W\rÁÖvâö‹Å@†\"÷ƒ­Z9ôl‰@','',0,'?'),('¥3Šš«çáô4úã™÷XÈ','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/social/selector.phtml',0,'ÔŒÙ\0²é€	˜ìøB~','ÔŒÙ\0²é€	˜ìøB~','ã°ÄB˜üšûôÈ™o¹$\'®Aäd›“L¤•™xR¸U','',0,'?'),('æz:mã›všÒ\\)GN•Ýj','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/social/t-share.phtml',0,'˜Ð¨œÿd{¬ª-ˆ>-','˜Ð¨œÿd{¬ª-ˆ>-','u8ªÏ·Ò{¼LŸö1i¢Šv…(qÚàm„UKË=¿','',0,'?'),('p,4LOõ\ZYË¾ÎÏšÉ','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/style-change.phtml',0,'{Ì¶œ\rÞ€‹OÅ$Àµ0','{Ì¶œ\rÞ€‹OÅ$Àµ0','¦ŽßÇ(¼w˜:¬Ào«°#–KÓ}¯\\Çöny¡ Û>','',0,'?'),('Ýjt\Zðœá/µšxÉ½v­ö','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/style.phtml',0,'je)TÊ4”\0Óáà{¼cv-','je)TÊ4”\0Óáà{¼cv-','·ØwMÍƒdw©&Dø§¤îV§¹¤à@ÅT\\„','',0,'?'),(',¤œ{f€|\r€ÿ:Ì#','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/switch-toggle.phtml',0,'H©âª,ã^Äâ¶	','H©âª,ã^Äâ¶	','àwÇ­R²ÇÛß@óˆaý8Â!X?¡»ÒÄ\'\0#`Lõw,','',0,'?'),('j¬]\r,T&\'íKJÝŠ\'_','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/switch.phtml',0,'›I`×ÝRÃÚˆŒ\nf','›I`×ÝRÃÚˆŒ\nf','`#ù•6ýî–¶—Œys\Z‘3?–µ‘ì$Oci•?£','',0,'?'),('Ó™ß•š¿™îîÑJ™îz','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/table/table_cell.phtml',0,'ã‘ü6g#üœÐ4Ç]Û\'æ','ã‘ü6g#üœÐ4Ç]Û\'æ','=éÄlfWK÷væpú]y•(Uîã[}‡A¯x!B','',0,'?'),('	áÒ¿2bVt»dr4›t','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/text/typefocus-settings.phtml',0,'jŒÔ¢Îy/+Úsé\\T','jŒÔ¢Îy/+Úsé\\T','¥ªÁÈ6T°äqëÑÐ$Œú‰ä=Ô—rF°m=O‡q','',0,'?'),('“šLåñ{•~±º…:{bBx','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/text/typefocus.phtml',0,'=ÀŠ°ôoPŽÚ5O­','=ÀŠ°ôoPŽÚ5O­',':23äé¹ñ\\téA”Tý¥øDßDE¬Dv§!ýz','',0,'?'),('„ªŽéˆ€^ÆÊaiŽrÌ','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/textarea.phtml',0,'³ÏÔü‡ü¡·«ºÖ«ë™','³ÏÔü‡ü¡·«ºÖ«ë™','9{-î»IVI9zIBod!‹öQÒÿ3ºD`Ï‚&\\Å','',0,'?'),('Òú\'n!IŸiÃ+ß\0	Â','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/time-slider.phtml',0,'ÿ!‰o+1^Ìüù”X:ò´','ÿ!‰o+1^Ìüù”X:ò´','Õ;ðÒƒ ä)ûÍy´ÔC®d¢ß\'¥ÞÔ?½fÔÎC','',0,'?'),('2ÉPTcœ×xDnšþ1`','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/toc/headings.phtml',0,'°³ÔÉ¶IäÙ$âÆ5½^G','°³ÔÉ¶IäÙ$âÆ5½^G','õ«9_æâúŽÏò\nˆA™Ð‹}F{ÂPûáˆæ_ý','',0,'?'),('‡I°o¹Q„ù÷\"ÌàÎ','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/toggle.phtml',0,'i­7-ºDYVµrÃw-1','i­7-ºDYVµrÃw-1','iÎa‰ñÝpðWB/iv¶Y•¦\0™ç\'²	Ý55¥Z','',0,'?'),('…[<SƒÆ°Ý™î˜(r=“¼','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/tooltip/promote-panel.phtml',0,'’ùˆÿlß³—Tž}¶¢µë','’ùˆÿlß³—Tž}¶¢µë','2Kµ*ºáÜŸº+xñÕ	iu<õÙ±ÌW¢+÷þ›4WU','',0,'?'),('ëÐÃ™=^Á\\{ƒÀõEx','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/tooltip/tooltip-panel.phtml',0,'°þb½Š=Qno6Þ\ny','°þb½Š=Qno6Þ\ny','”‘m­r”cÁ«`ÐÈNlo\\K¼(‰¶\'”Äîe×Î','',0,'?'),('3yÒkÓ\nƒä5÷x	Â','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/video-settings.phtml',0,'£90§$\nÒcºFÐåK$','£90§$\nÒcºFÐåK$','\Z&Ó\\ºx56îIG.(80ö×>ÐgDS\ZCÆDL','',0,'?'),('˜k5¶Ó¹vxÌØHyÛ','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/drop-panels/reset-state.phtml',0,'Hž55sr»¦›e²ó^„*','Hž55sr»¦›e²ó^„*','`ªs.®-*¼Ä.,æ=šÈÞx,7*|èfŠÇÕÏdÈx','',0,'?'),('×N&}ü:“ü§Õrp%Ìo','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/element-icons.phtml',0,'{WE	ÉªgH`ÚÝÞd','{WE	ÉªgH`ÚÝÞd','àLJQ«‹\ZOg¦U»¿Í=Ñ’÷c#EBýTÿRé©O','',0,'?'),('ëÙyÑ([DÎJëæ²Ý5','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/element-states.phtml',0,'U\ZÙ¡³¡Õtµb™pá“K','U\ZÙ¡³¡Õtµb™pá“K','rØ\0êdrß ÕÂŠ\Z{.\0¿Y !ÞÍs‚LM7Ö,','',0,'?'),('v±â\Z‰ú¡§¼¹T¹ŽüÒ','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/elements/button-icon.phtml',0,'£¨>nÑÕ1 \ZÓú§','£¨>nÑÕ1 \ZÓú§','Âd³ïæÿw\'ñ¹Ü¯DÅo¶EÕ\n…[\rx‹8¦…','',0,'?'),('õšNÌ×ÊMmL+Æ|FQ','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/elements/megamenu-no-items.phtml',0,'`ÙŸ±¬\n¢ÝªÕmÛ7úç','`ÙŸ±¬\n¢ÝªÕmÛ7úç','æ=	Åá¨›´#F==¨´/üÀë\0°/`\ZOb‚h\\j‘','',0,'?'),('~*þúÓQð.}wéäa','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/elements/menu-image-placeholder.phtml',0,'p(É3‹¾¸‹ˆÿþu\0¬ç','p(É3‹¾¸‹ˆÿþu\0¬ç','4hÌ^íñ¶ü¹, ŠèˆpøÚg;>ñœŸþŽû°','',0,'?'),('í_È6HBÏ	OÁ•ùz9','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/elements/menu-item-icon.phtml',0,'-Õse£Éê1‘ e-I','-Õse£Éê1‘ e-I','U´æap}g¸*ÞõŽe\0Xj\nïÑYœÕWÿCà§Æ','',0,'?'),('—ƒ6rIRë“…ÆùX§7uz','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/elements/menu-item.phtml',0,'s…lÈ¢ª…fÿÐ	ç‡Å','s…lÈ¢ª…fÿÐ	ç‡Å','ø8½þ8OÄ<pƒÖü³Ë¦¶(+gR i½UoÒ','',0,'?'),('CÅlê9/ú‰®õúå\ré˜','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/elements/menu.phtml',0,'CÖMÚ¤3ž#äûVaGØã','CÖMÚ¤3ž#äûVaGØã','VÜ¾Ÿ’[«\nk$pVý2­Ë”lXð\"ÅãûQ0w$¶B','',0,'?'),('övL´ÂfìÈ‰ö„òÜœð','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/elements/social.phtml',0,'ð¯Þü´äälÇ0|‰ò–ú','ð¯Þü´äälÇ0|‰ò–ú','«íçé¿jaÏú:y,œ¼•îEŸôóÄžË3‘€ì›A»¥','',0,'?'),('µH+ ¾†µC<±—­GH','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/inline/column-options.phtml',0,'pf€,Æë\nCìXE³£','pf€,Æë\nCìXE³£','©[/‘ÍÜ(&jï¬M~û_ÒÇœ±sbMg‡×','',0,'?'),('\nü7é@³À2à¶ß|#µt','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/inline/content-templates.phtml',0,'òS1Œ	.lôâgO¡´','òS1Œ	.lôâgO¡´','Åf,‰æ`Ü–g¶ëTJi²>6³<õîHN','',0,'?'),('Ñ~“šiõÀ]2Ý6 /„‡','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/inline/dynamiclink-popup.phtml',0,'ûª	Õbï˜ƒ6É€¢Æª','ûª	Õbï˜ƒ6É€¢Æª','ÚC£ O FWä8ˆ«ÅÝÆËF—¸jGÍƒÆÂ¶Ï','',0,'?'),('u\'‹Jïå2\Z[›5ïê»','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/inline/inline-shortcodes.phtml',0,'%õvj±\nO&‰ÚyÀAH','%õvj±\nO&‰ÚyÀAH','×útèßí`òËy¥„O­‹”¢ˆ„Í .^','',0,'?'),('ôÂcZùñÏÙ’­™W®®','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/inline/jumplink-popup.phtml',0,'™³\ZIcpD½9É~#›','™³\ZIcpD½9É~#›','¦(è_N³¤øT™>?É™Š\0&j-P¶¡á0‰','',0,'?'),('äf’ž°mb#\n¦ˆþ','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/inline/link-types.phtml',0,'8¥V\\Ü3žMÎ`þ<‚¶(R','8¥V\\Ü3žMÎ`þ<‚¶(R','Ô…ò ¼„å9ŸÓZ){¯›©§Š\rþN+ºBá~N•1Ôï','',0,'?'),('òüæb²„šÝZ½ùk','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/inline/popup-custom-input-extra.phtml',0,'íGXž}kÞ8æºA²³','íGXž}kÞ8æºA²³','½âÆ±<²]B÷ë ÔÕZ¨•mô„d*ûawÓ°','',0,'?'),('²«eFN§eûdT;¥.','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/inline/popup-custom-input.phtml',0,'Ë&5bÙÝ>*LÌ£ø©^¢','Ë&5bÙÝ>*LÌ£ø©^¢','dWx[ªžåIå°ÉÂ9m“Ê¨‘RËe!éãÚ´½²ŠLûG','',0,'?'),('ß¥èµyüš—ˆãAÊÉË','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/inline/postlist-links.phtml',0,'H³	¹ïŽük-ßÊ¶‡¡‘K','H³	¹ïŽük-ßÊ¶‡¡‘K','¦e±Ñßâðüms\\K¶/Ð)\r‰Û\ZÚSÿ	ì÷lÆ','',0,'?'),('ú?þgØi[1}›QKÉK','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/inline/staticlink-popup.phtml',0,'M(\0€Ùgžè€rAo4j·x','M(\0€Ùgžè€rAo4j·x','V\'Ÿ%MoŸ}´¸s\Zº‰+ îâ¤<c–Ó…gEj&Ý','',0,'?'),('ú˜A|Ì|¹›Æ†ÜõRzq','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/inline-error.phtml',0,'Ãº•îóÒü•Ù60Dqû(¸','Ãº•îóÒü•Ù60Dqû(¸','šo1÷â¦¥Øþ³o²Ô)Z¶–›!\n<R4Hsò¡%','',0,'?'),('4—­ÍQN’Ãè(ÔWë','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/landing-pages/delete-confirmation.phtml',0,'ÇÎÔ[‘ ý\']ïó','ÇÎÔ[‘ ý\']ïó','7„.9wÙß\ZìÔ7[@÷ÿµl@$šõU1‰n#9','',0,'?'),('ÈuÃo\\OIï*\räëü£bÙ','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/landing-pages/lp-set.phtml',0,'ÇÎÖßäæR„b,šˆì','ÇÎÖßäæR„b,šˆì','õØ»G®ÞáÛñÊ›L~\noÇêB$w5¡Üûõ','',0,'?'),('D\0éÕ2’‚ÖÿòÏu2P','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/landing-pages/lp-template.phtml',0,'<›„ô\\DøÄö¬','<›„ô\\DøÄö¬','7µ8¬Xkç`y°íGÿÙ¥ÙËÍç„Žê¦UÀ_PsOâ´','',0,'?'),('ò¼–oÙGâ†- …ÄLà','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/landing-pages/lp-text-templates.phtml',0,'–KI1ŸM³3I-:¹À','–KI1ŸM³3I-:¹À','-yþ…«¿n Ä)óÒÚõì—Nªyú:	þ&ß;£6D\n','',0,'?'),('¨T©Š0\Zµ]¼–óˆ','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/landing-pages/tag-item.phtml',0,'c`æ„@<±8\\B\Z¾ÎÞ+ö','c`æ„@<±8\\B\Z¾ÎÞ+ö','VQø’<¸/Á¿S(›yƒ½Ô*Ç@ÂÊ“ýÿ?À‡]NáC','',0,'?'),('ïÚ÷ý\\»C°ËåT{ýÇM','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/lead-generation/apis/activecampaign.phtml',0,'v&ç¶KóÕñó}:——=é','v&ç¶KóÕñó}:——=é','œêTå¾rwåöÒ{WÚÖ„T½k´±É{™î‹â/Î¢‰','',0,'?'),('ÄÎI8dñ¿Û9Ì=.ä!','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/lead-generation/apis/aweber.phtml',0,'æ¬¼bjFÎôÝ²ê=¹Ã-','æ¬¼bjFÎôÝ²ê=¹Ã-','¼7êcq\'kM^¼Í‰Ö®ýÞ™#<bùÕ‡ÆòT','',0,'?'),('õèMbÄ‡!ƒ…\rZ¼¡-','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/lead-generation/apis/convertkit.phtml',0,'Éô®<™_VJ2ÖºZÖuE','Éô®<™_VJ2ÖºZÖuE','*³·\Z¢ãZ;j¾Z¨—ž;¡W.ñinPù×šÍ£ÄŽi','',0,'?'),('#žüÔÀ\\i@à%ý?','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/lead-generation/apis/default.phtml',0,'ÍâÒ&AÀ“C°òúôõ','ÍâÒ&AÀ“C°òúôõ','9´ýC1J‰$“=†¼™ºNY¤]™îÿ9Ì«¢2Üv	t','',0,'?'),('¿„û¶o„óÞîl´®Œ¯','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/lead-generation/apis/drip.phtml',0,'§Ï¨â	Æ®çù	É:ú ','§Ï¨â	Æ®çù	É:ú ','‘Uó0n–’ÕO\"¡Ðõ@Ýq ùP\'­æx\'3ê','',0,'?'),('ß<¼6µÁÎž¬tæŒ','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/lead-generation/apis/everwebinar.phtml',0,'MdU#éÌ9Ç/\\ÌÅÞkd','MdU#éÌ9Ç/\\ÌÅÞkd','¥ñ,cú‹ün#tMè«»«IC´óXß\'Ó&}	¿','',0,'?'),('t\ZZýÞTÄ…Í°à¯·','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/lead-generation/apis/extra/mailchimp-group.phtml',0,'¢ÍDRo¡c`è¹°˜”Ó','¢ÍDRo¡c`è¹°˜”Ó','†Õ¢5ß«/”ä|¼Ýoé§^¼Q9‹è—ö€€$Â}','',0,'?'),('ò¦üÁˆÀ®ÖÄÿò¿&)Þ','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/lead-generation/apis/extra/password-strength.phtml',0,'b|Ûª¨^OéîÆÑ|É¢2','b|Ûª¨^OéîÆÑ|É¢2','V„RËËìXh/Ú ¨¸Ú¢1×Ï†Ï¡w\'','',0,'?'),('u¬.‹Á%v~\nw“>ÂÕ','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/lead-generation/apis/get-response.phtml',0,'•ß“¤xp[F 2Êz±gÕU','•ß“¤xp[F 2Êz±gÕU','^NxG­nËñõ2í’\\#Sø;¥µ¯(~¸­USšP[ò4','',0,'?'),('ðÕÁÌOÓÆ`ÓÆ¹)U\'','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/lead-generation/apis/infusionsoft.phtml',0,'ºÑç\0o^KÀÛ~0Ø','ºÑç\0o^KÀÛ~0Ø','ƒ{(GÅØ§ÌçÛùú(+š+pœ¶\"l``ayÃ¨>','',0,'?'),('ï¥â¹Ñ%Ñ`¤Š@¨d','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/lead-generation/apis/klicktipp.phtml',0,'«ƒ!<=’a7¶æL','«ƒ!<=’a7¶æL','ÝåÞ!”©\'~/]<»%9y\'%ƒ‘×Jiçp‹ã','',0,'?'),('ÐâÖvÔÒî|Žq/uÈˆ}à','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/lead-generation/apis/mailchimp.phtml',0,'Q3sÂøÂO\0ÛT°Ümì','Q3sÂøÂO\0ÛT°Ümì','/Ç#ìp¬[¯E¡§©’‚äZ?äJ2æF)ã','',0,'?'),('Ifq^K-¿Á)x8','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/lead-generation/apis/mailster.phtml',0,'¼´átÇŒfÏ,sjÏ™ÂÞÅ','¼´átÇŒfÏ,sjÏ™ÂÞÅ','ZñÍ‚WBŽ¡/;fï+~\'&òçßž¿…eè¨õ@lR','',0,'?'),('›ßn\"DÀ‚©\0˜ÔDŽè','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/lead-generation/apis/ontraport.phtml',0,'eïŽq®ËjŒkVÇÝ ¯6','eïŽq®ËjŒkVÇÝ ¯6','ÀíNs‰“‚—–ä™+Ô4ípßÀ•7zàKÐW†—','',0,'?'),('øœè­3kˆìSj‰Puä”','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/lead-generation/apis/sendlane.phtml',0,'É#!3ÐÜˆzÄs$w¨Í','É#!3ÐÜˆzÄs$w¨Í','*³·\Z¢ãZ;j¾Z¨—ž;¡W.ñinPù×šÍ£ÄŽi','',0,'?'),('piï34d¤¢D[·‹þ','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/lead-generation/apis/sendy.phtml',0,'zÂœw[NO(ëJiL9ü','zÂœw[NO(ëJiL9ü','/Jò ÇR{SžfV9MÜGÚFv ê\r9›Ø1rû-','',0,'?'),('…ØðG®dÂLÊ\"‹ÃbÊ','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/lead-generation/apis/zapier.phtml',0,'6¬ÿ‚m½Ó<®ø”äêúX','6¬ÿ‚m½Ó<®ø”äêúX','ÎB¬á—£®WÏò;å”áHûKa–Ëë\"Ò(b','',0,'?'),('÷ã®££C³HúŠ¤¾&da','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/lead-generation/apis/zoom.phtml',0,'¹®äuÀ©f-ü·Š8€•ž','¹®äuÀ©f-ü·Š8€•ž','™ÑîçgÕÅ§RP*v^7˜Q¬BõÅ%Gš„çÖ','',0,'?'),('‡ëa›s8rÇ=õñ…7','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/lead-generation/consent.phtml',0,'ì›waü”¯ÏN>õ=¤MK','ì›waü”¯ÏN>õ=¤MK','VhíÊÒU2â™G€Ò_Aßpn	e&Ä²4Hs\0Æ–','',0,'?'),('[ÎIÊU¯Â,n\r&','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/lead-generation/errors/item.phtml',0,'Mz6´9›v	IL›ï\r','Mz6´9›v	IL›ï\r','ìT\Z\ZìF4åÓTsâ2O¸L–öŠí®¹«t#Kd£9»é','',0,'?'),('Ç}»	Û&êAÓ+~¨…','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/lead-generation/new-connection-area.phtml',0,'¦ItG1 ,pÌÔÍ={','¦ItG1 ,pÌÔÍ={','¯ï­	[JìÃÕzAž÷«4¤_Å.o«7û Ûœá','',0,'?'),('Æ8“õ0økµ@©ŒN>‘','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/lead-generation/submit-options/option.phtml',0,'Ô´7Úƒ¨6ãé RH|ü×','Ô´7Úƒ¨6ãé RH|ü×','„ãØèMD¨*³aj‰®æ7–Ñ°hæ”fð÷è…Ýšæ','',0,'?'),('µ”ÁÑòÀwžŸòÔY(ÜÖ','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/lead-generation/submit-options/submit-options.phtml',0,'>æ^_j¶¿ÔbU7š¢g#','>æ^_j¶¿ÔbU7š¢g#','Ç¿šóâ4²÷ =5\0I˜MèeÔ3Àll«©úáN]|','',0,'?'),('«Ô{äS]W–Êƒ%¦ln','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/logo/item.phtml',0,'wâË\nùAÛ>Ó%®6ûw1','wâË\nùAÛ>Ó%®6ûw1','fª¼ù~qãã×5¬RÞ³AÚ‰Œ^‚žñ]fÍd™Zá','',0,'?'),('[Ì	äx²èÙLÈn','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/logo/tooltip.phtml',0,'¼rÓ†Ú<:W.¼.¬::ån','¼rÓ†Ú<:W.¼.¬::ån','ï[N” fþ!®@bàCÕ%\rŠâ˜(½¬“½Egl7±','',0,'?'),('1 ÓîUáCð\\b’ÐÚó','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/modals/cf-settings.php',0,'™\\j{=¦J#éç¾ÑQVÚ','™\\j{=¦J#éç¾ÑQVÚ','Zwït›E\Zõšô¦6ÔU¹.0Èu%¯çþ‡\rÁŽ','',0,'?'),('!ÕidÔœ0ÿŸ\'n<7','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/notification-box/error-save.php',0,'_†èO²[yùÁ‘v™Zñ?','_†èO²[yùÁ‘v™Zñ?','Š~l<=µÇx3×(,šF•N9R\0«ÁP!5¥u§','',0,'?'),('YXÐØU¦Quõ€í\rŒ÷.','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/notification-box/error.phtml',0,'ÞzÊÛÍÃh6Tbñ¾óË','ÞzÊÛÍÃh6Tbñ¾óË','ž.ü­s»J ,Èå—€…¥5ûùzDÌbøUø†ÊÎuó(','',0,'?'),('éŸÐ•í[º­©Ò´¹ý\'Â<','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/notification-box/info.phtml',0,'·@\nïÁ.i­ì»Iþ	ÜH','·@\nïÁ.i­ì»Iþ	ÜH','è‹À†ƒT¤œjÜLyür*)ÏAó¶ûð–˜Äð\ZMd','',0,'?'),('í›Ì½\\Åœ3„}jâÒ|','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/notification-box/success.phtml',0,'­{Q£°Þ9Ã;àmsAÚé¢','­{Q£°Þ9Ã;àmsAÚé¢','ý?ÁòŸŽùICf™Íê‘\n\'yˆ‘>D´òÂbŸ5dK','',0,'?'),('BŸ¿¯ãÝgÍîxþPeŒ…','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/notification-box/warning.phtml',0,'û5Š±¥ã3IÐ‘»ªy™£','û5Š±¥ã3IÐ‘»ªy™£','õA>é.3ïêçÕ”ø/°1ø†C·/ãÛÿìx~ƒrM','',0,'?'),('¹á‹ÜåªáåÓ¡9Æ/SJ','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/page-events/actions/lightbox-preview.phtml',0,'Ñx›±dí¹_”ªþgå“X','Ñx›±dí¹_”ªþgå“X','-6ñàOMBV¶ÂSQz„Kz‘ÖÑÄ3ŸÞSûy|)ˆf','',0,'?'),('AT$ð5< ­™\nâÏò','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/page-events/actions/lightbox.phtml',0,'±»¹²Æï3õ4Ñ,-ü§Ñß','±»¹²Æï3õ4Ñ,-ü§Ñß','AfVMÏRâ\0ëñ!\'Â™÷pÒÉ~ÀýW@T¯€8','',0,'?'),('1tý~…˜0Šså‹Êk„','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/page-events/form.phtml',0,'‘O›Ü[F€YKzŠi©','‘O›Ü[F€YKzŠi©','×ÎÇTbõ¯ƒGw(o®“„™5‘V¡CÂ«ÓiP','',0,'?'),('^°™–²A)‡³?ˆ','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/page-events/list.phtml',0,'×Q‘M;¨ÒºqsÔ07Æäñ','×Q‘M;¨ÒºqsÔ07Æäñ',';O(ôLzwêO±7¨§)ô“eÍ·œWî¿¡À‚XÑ ','',0,'?'),('§ü<—ã¹rQ	2öÕ”','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/page-events/no-events.phtml',0,'=ë¸±Þ4†äB¯i','=ë¸±Þ4†äB¯i','¢ª%æYËJ¼^U8µ+C_bæq%·qõµ¿\"]','',0,'?'),('¥üQ$Ø±ªpÍ ™ÏPä','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/page-events/triggers/exit.phtml',0,'Íò<;ÞF[iØÓ5æH','Íò<;ÞF[iØÓ5æH','ÝµÖö³Ï\0W×-B)­:åGýnâNÞDœÙ\nÅ¡ÒX','',0,'?'),('R¥ƒÚ¯ŽàKÝ\0¯ê¿no.','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/page-events/triggers/timer.phtml',0,'#26¹¹k2Ï–MTÏ†è','#26¹¹k2Ï–MTÏ†è','¾â@…JE‘Y¤JCÎÉÉ…}ÞÑ\0«¡ÑŠêÜ¾|<–','',0,'?'),('¦ƒ Òv‰›Õí \n\ZF[ùP','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/post-list/author-query-rule.phtml',0,'CûQI)¤ütG/EœÙDñ','CûQI)¤ütG/EœÙDñ','‰A`-øÃ«*Cþ…ã¼6Ü‚€î®øJMÝ4î¤','',0,'?'),('d~~Øâs!yÌö\'¤:¿','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/post-list/extra-image.phtml',0,'¯¿ £Û‰H²7Y†ˆ©v[','¯¿ £Û‰H²7Y†ˆ©v[','aÅ	V|Ì±÷nA}¿¢›8Æ°kî0=ÎYEò 4Ú\r','',0,'?'),('ÿavpÚŸéåì½¨ËZ÷¾','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/post-list/post-list-default-template.php',0,'IíJ·>Ë›YêëáXW','IíJ·>Ë›YêëáXW','	H1j€@&Æ‹4]ÂOÓ™äÑ8srÁ[vÔ°¸ŸFžI','',0,'?'),('¥F>\0Œ)Kž¢áq°úé','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/post-list/post-query-rule.phtml',0,'Ýæi]Ï7Ít5EáÐ´ñ','Ýæi]Ï7Ít5EáÐ´ñ','8/}¤L+(˜ùä•™ŸðÚý”ò»|kÿ²+ÃI','',0,'?'),('›qgbË7­÷\'3×98RØ','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/post-list/query-options.phtml',0,'NºÁ\0¦ŸÞ†ã¹ˆÅ4','NºÁ\0¦ŸÞ†ã¹ˆÅ4','Oh¢Áfu__úxME£ƒóqHóóû\"Ñ9×âKš ','',0,'?'),('!	ª•Ää47¨ª¸0¸s','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/post-list/query-rule.phtml',0,'9Ë\n.~çÒ›^}YÚÉ?Á','9Ë\n.~çÒ›^}YÚÉ?Á','cõTÛŒ(ïZGÖ*äD¦•,¿eôœC	.„+Y^','',0,'?'),('”aSvtYÊ£Ï¶‘ÉY^¬','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/post-list/query-term.phtml',0,'L(Ÿ—ê0ÿ›åßhCÈ6','L(Ÿ—ê0ÿ›åßhCÈ6','éÊ¸fÜžú£/0€_ŠÓ7ß—T‘§Ï”c¡@ýc®<(N','',0,'?'),('ï¶ÿnž[ ‘A7…y','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/post-list/select.phtml',0,'Øí5™Ä¬­çŠ‹kºÝS›','Øí5™Ä¬­çŠ‹kºÝS›','þÃI3énøÑv3;Ë„-!74´Ø‰#!0ÑK&','',0,'?'),('1-¸œUìÝ„\n»†²b…e¥','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/sections/item.phtml',0,'8ðìðÇq–ê;M•VF£','8ðìðÇq–ê;M•VF£','G(ç³E™Ü€É»Q˜ð\rùpóþø\0@Æ 5ˆ«id','',0,'?'),('+N]Y°áNŠÚƒ†¾Q','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/shadow/no-shadow.phtml',0,'h‘Pü#Ükƒ.>Áê?%','h‘Pü#Ükƒ.>Áê?%','W§Cmîp8†ÈÚaÛ¦ÙjT1‚ã(A°»íˆS/ó','',0,'?'),('ÿL#ÖžGûî[ã\'ˆUË9!','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/symbols/content-template-item.phtml',0,'µ4<?7s\ZÚb—¢7Lj©Q','µ4<?7s\ZÚb—¢7Lj©Q','t\n	Å\nùP»ÖÁOÇÖ@<hMÑTå:ˆæôk`\Zý{','',0,'?'),('DÒq\'ÅèÝž¥ßRÕ','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/symbols/create-item.phtml',0,'zˆˆßl³IV»àšÚ¥h','zˆˆßl³IV»àšÚ¥h',' m \ZnS’Î7€\Zi\\Áê”À¬\\Zö÷®‹©eVÕ','',0,'?'),('êjr M…?ìeŸf','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/symbols/get-symbols-error.phtml',0,'ªUCë`ª°=#Z”Èî','ªUCë`ª°=#Z”Èî','¦ÂûWú eüôÍ\nÉþÒ1\'`íˆ€žŠ´¤õS\"','',0,'?'),('Eíë`”ä¦E#ßª±)vÑ','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/symbols/item.phtml',0,'!µ~GéÕ×;ukå{Å','!µ~GéÕ×;ukå{Å',']LüNyËp¨ŠpàL<@fWäªaRÒÛ\ZxŽq[öí','',0,'?'),('ìñ\\È?tËØøòÄ?ï>','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/symbols/save-templates-symbols-error.phtml',0,']|¼ˆºñ9¨‡•…¤øàh',']|¼ˆºñ9¨‡•…¤øàh','3_Õ T·SG…ÀË[Eè8]ÙUvêá`Geoë>','',0,'?'),('‚¿Ã Ùšºz´(¾]w\rã','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/symbols/section-item.phtml',0,'ºÔ¤ç		á¡,o²@è','ºÔ¤ç		á¡,o²@è','õ²|.U$%”‡ÀÀ‹ÎlÇ	—b6“g¡FÄ²®fãÉ','',0,'?'),('å½‰ýÞî‰|ÂÿZ°à€1','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/symbols/sections-container.phtml',0,'óP\0»|±#í*|ïàµï','óP\0»|±#í*|ïàµï','²a¥ˆ‹†(bØ8åº™sPk(ó¡kó  Æb>é','',0,'?'),('\ZHjï&i{;©Ê¡Ú\'2ÃÔ','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/symbols/sections-message.phtml',0,'°¡\0GZ!»/ÚŸ´Ó\0~','°¡\0GZ!»/ÚŸ´Ó\0~','­Y¶Ý÷mÀ’së¯2+[·ÖÀAw6ž)£­N','',0,'?'),('hÕ.‘ñ\'³Y±\'ÏgØà','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/util/audio-file-picker.phtml',0,'Ìt»es\Z\r|KuÌóÛÛ5','Ìt»es\Z\r|KuÌóÛÛ5','(´XtÎ–¬?ù‘Cnë;›T­»nÏd¸ùPÚ\rw','',0,'?'),('¯þ£æã„¯¸@BDÒËPg','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/util/color-picker/add-color.phtml',0,']ÚÖ2­ÛžLbß7°¿H',']ÚÖ2­ÛžLbß7°¿H','k`VŠ8{VY¢t’û×Ò—”Üµ<–dä^çµqD','',0,'?'),('q»ztËSž›^[ñöœó','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/util/color-picker/favorite-thumb.phtml',0,'Ò1°Ø†I\"ŠWù¨ÑvË','Ò1°Ø†I\"ŠWù¨ÑvË','ÞàªÝ]bT÷âä¡#&–€ú¿tjÖÝÜä480&$ Ü','',0,'?'),(' ¹OŸõ×\Zu¯iuóìuœ','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/util/color-picker/global-thumb.phtml',0,'¢—œh\'o*cÃÞŽ[ï','¢—œh\'o*cÃÞŽ[ï','€5„»^’ûð®¯4êb=—èí-!»ÏqM´—X	Ùcz','',0,'?'),('¸f·. š‚³wð‹Æ','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/util/color-picker/save-btn.phtml',0,'ÚÑ8Mr¾°‹l{Yô$E§','ÚÑ8Mr¾°‹l{Yô$E§',';Ã„CHcJí†]\nÆU~2XLzä…@bVÚ\\P¸{I','',0,'?'),('B]v5Ä1^@ßUæßI2','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/util/edit-as-group.phtml',0,'Mfà¤’z—Íø«¬­TëÞ','Mfà¤’z—Íø«¬­TëÞ','éNr2€³î¹€ŸAN^CE–o3LÕ?)p÷	ú¤','',0,'?'),('È‘-A0|o[|àîÙ','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/util/edit-global-colors.phtml',0,'#Ø\\=÷i€Ð´¼ò‡3','#Ø\\=÷i€Ð´¼ò‡3','rÒ&É ßÔ$é¡\Z/êíSø:Mtr\\–]þÇ$‘éÓÙ¹','',0,'?'),('¤ÍørÊ‡»\n‰íÐkI-¡','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/util/edit-mode.phtml',0,'lšCÌ,H(Kì|÷\"]ú¼','lšCÌ,H(Kì|÷\"]ú¼',']?Sô³ä4\0fÚmw¯W´ä¾{ÞŒƒU·V†\ZTOÈ…','',0,'?'),('çßÓâmÐ}aj3\r\'_>•','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/util/favorite-colors.phtml',0,'YÅ±æ!nÒþ¼öÙïR”|','YÅ±æ!nÒþ¼öÙïR”|','z î8GqÚ–«ÿ>Ü¦M<íE¢7\Z|ê¨ªÒ#Ø´œô','',0,'?'),('ž\\âÏ£ÚI»zœÌ','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/util/favorite-gradients.phtml',0,'ªR­Y+Âá6›”¤š','ªR­Y+Âá6›”¤š','’ÜÝKžÕyõµÒ¢–ˆ†HÝÍúQOåÅ÷ïö¨1Kú.=','',0,'?'),('‹8/\Zy¸P6‚3\\‚®','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/util/file-picker.phtml',0,'\nšœäS4¯7Ì¦¿tŒ?','\nšœäS4¯7Ì¦¿tŒ?','Ýoõ\'qEeÌûÐû74¤Œœc¦Ec\r§< ','',0,'?'),('2¨œõ~‹§‘,ú÷','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/util/icon.phtml',0,'¥.ÃD+èü½ú¿£¿','¥.ÃD+èü½ú¿£¿','üM‘„YFsÁšµÛË±—Åyõïž¸ñ­QCþ7šä','',0,'?'),('¸w,ƒ¿2oŠ~µ','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/util/input.phtml',0,'µ$kšSõˆiç;<ºì[','µ$kšSõˆiç;<ºì[','ìŠî@vSŒ6”#ŒË£Q¹Wqõ 6îÍ¼öZç¬Hó','',0,'?'),('2®bêè»‰xFsbIk?u','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/util/link-styles.phtml',0,'˜)¤ž.®´?eì6ä}…RY','˜)¤ž.®´?eì6ä}…RY','‰8	BaR<Ð3h*}!Æp|”&œcŒx²Ú—Ù','',0,'?'),('\0J`µÀ€&í°\n«[æ','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/util/link.phtml',0,'Ž=}—7çó(†Hwð$´','Ž=}—7çó(†Hwð$´','ÚÐ\"LW½‰…|0”I¦>£Z\"}Æ¯1ˆbØ8H·^','',0,'?'),('Xær.Y+z…ê]s¯ß','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/util/list.phtml',0,'{¶]ôé¥jÐgµI\Zsuí™','{¶]ôé¥jÐgµI\Zsuí™','ÌòQˆƒ\'\\æî[3o³}d,+Ÿnïþ+^ë>Œ[','',0,'?'),('úZpfaqv5Ç~{“«%','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/util/option.phtml',0,'Oª‚·]\n4ª¯Ý”]è±c','Oª‚·]\n4ª¯Ý”]è±c','Fš¿ô5æKÝ^iM\n,ÓÆò*nxó²ÉÖ+Eóê§×‚','',0,'?'),(' m\'qH4zZªí`ÑH¿ö','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/util/svg_icon.phtml',0,'ÙTO…“œøÁó	P|Ò\"','ÙTO…“œøÁó	P|Ò\"','¦½ð9E=vo!øF¯È6F7\'!v.ú”É\"YPó¤','',0,'?'),('Xæ»bA¯rÑ\r”Z’¤!','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/util/template-colors.phtml',0,'”…ƒçä3OÀ{wºí`4','”…ƒçä3OÀ{wºí`4','4ñ¹eH÷à‹•Ä\0¯RZRiRHS¦b½Á±¬±÷én','',0,'?'),('­Ò§L×\0°[†“BÞxT}','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/util/template-gradients.phtml',0,'«Ïšðÿ™YÙ†qd6ïúZ¨','«Ïšðÿ™YÙ†qd6ïúZ¨','e\0äª\Z$XŠ+iOáö¨;]6o¼Ð9dŽÛ%ŽK','',0,'?'),('ÀëöÑËdíJ·¿ÑŽ $','wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/util/video-file-picker.phtml',0,'¬ ¾žÅ¡“¤0‘gDš,','¬ ¾žÅ¡“¤0‘gDš,','¯ò]©xâÕWŽÒýü™ÂVós“(o±Ü31o9ye','',0,'?'),('ÔÐ£>XQWWZF#Æ±ý–','wp-content/plugins/thrive-ultimatum/tcb/inc/classes/class-tcb-cloud-template-element-abstract.php',0,'ƒ@j›It%xb+¸\rhJ`','ƒ@j›It%xb+¸\rhJ`','ÄhN\Z¦ZØ,WZ¿šüýrâ)†§ä7¯º±Ú¥”','',0,'?'),('l¢+%oJAÀÆlGµ','wp-content/plugins/thrive-ultimatum/tcb/inc/classes/class-tcb-contact-form.php',0,'<{CÿåÎ4úýKQ=Ÿ','<{CÿåÎ4úýKQ=Ÿ','&ÆÀÇ\n¢Þ®—ü`øêHÜÿ”4Š\\Ö‰\'r(Lí','',0,'?'),(':—ŸS	“í<ÒC^ÕÂjÂ','wp-content/plugins/thrive-ultimatum/tcb/inc/classes/class-tcb-editor-ajax.php',0,'6RD»ôQx3Ïþ@ât‚','6RD»ôQx3Ïþ@ât‚','Î#\n ŸÅ^éQhé¼Ž4€ñL:?/‰¸Þ:ï(','',0,'?'),('7áV ÄÐ†Jµ{{ïü‹ðc','wp-content/plugins/thrive-ultimatum/tcb/inc/classes/class-tcb-editor.php',0,'\rÅùßÌ°NbyëË;ƒ·','\rÅùßÌ°NbyëË;ƒ·','þ\n@NÈšŸ¯½ÃÅ¼üˆU«ŽÚ&qª|àÁé©','',0,'?'),('m{0Löà	&™~;\'@¶','wp-content/plugins/thrive-ultimatum/tcb/inc/classes/class-tcb-element-abstract.php',0,'Ñä¦ÁH€öÞ#-\ngí','Ñä¦ÁH€öÞ#-\ngí','Iƒ“P¬ç¹!Ù~D,¤ÎW>Ãÿ´uÞÐãcShOœ–','',0,'?'),(')øæ|Xú¼Œ›LíÖ[d¹','wp-content/plugins/thrive-ultimatum/tcb/inc/classes/class-tcb-elements.php',0,'çkqöLÇPPˆ¨ü¼ †','çkqöLÇPPˆ¨ü¼ †','¯({\"ïGÑY„ù¥c“–xXá06_Y—¥-x%ü3a','',0,'?'),('ZF¨šdOf•=|a‡¤','wp-content/plugins/thrive-ultimatum/tcb/inc/classes/class-tcb-font-manager.php',0,'Ji¥n½CF¡È‰\'fÑ¤æ','Ji¥n½CF¡È‰\'fÑ¤æ','ß8oüf—SÉ,ÇäÁl•kYGƒÇh2‹ñî›¾èÑ0ß','',0,'?'),('Y[.©iªc–Š¤ê¡ÿÝ†','wp-content/plugins/thrive-ultimatum/tcb/inc/classes/class-tcb-icon-manager.php',0,'Ð>FqÂQ\'T—Ÿ%}~q','Ð>FqÂQ\'T—Ÿ%}~q','±æTmðáö–µî?‚yÇµäú¼ª £ÛPõ~5â','',0,'?'),('A:~ú¼b–ðœöQE#’©','wp-content/plugins/thrive-ultimatum/tcb/inc/classes/class-tcb-lightbox.php',0,'¤„a±a\näXKÐt´','¤„a±a\näXKÐt´','8%¹4Ð‡ oÿã;`|†x\0_\0¤@„Cºw¸å','',0,'?'),('Á/Š>„ØUÐU ÄÊnýû','wp-content/plugins/thrive-ultimatum/tcb/inc/classes/class-tcb-menu-walker.php',0,'8\\y>8ÆBsÀ—hd–ž’','8\\y>8ÆBsÀ—hd–ž’','Æ\'+Ü\nW™*S­Ñó¸ÛaÑú&Ö·\n|]€','',0,'?'),('¥rq€ðuåóÃ4\r•õ4','wp-content/plugins/thrive-ultimatum/tcb/inc/classes/class-tcb-post-grid.php',0,'<í¼@|©\r^v÷ßa;{X','<í¼@|©\r^v÷ßa;{X','U1ý:ù¦H]ÊôºÀ)É;xev‘˜é…NÊ›\nÊ{','',0,'?'),('<£¨xÅ½gX8.n\nww','wp-content/plugins/thrive-ultimatum/tcb/inc/classes/class-tcb-post.php',0,'~ùÌ—kMÍ£î‘B3ª:','~ùÌ—kMÍ£î‘B3ª:','SY%´ÍâË]5W9k4Š‹ò8d¦ ¾¬§\r´å','',0,'?'),('ì““Ä\Z‚2jÞd•zìèüŽ','wp-content/plugins/thrive-ultimatum/tcb/inc/classes/class-tcb-symbol-element-abstract.php',0,'‡ÄÁ98³›ž‰•;','‡ÄÁ98³›ž‰•;','õÊ÷ûß½”¿Ë’–V¾z²4ÒÕÀÄY©àp©*Owd±','',0,'?'),('·®Õ¶ñòÓòÍ`¤Ø‘Úø','wp-content/plugins/thrive-ultimatum/tcb/inc/classes/class-tcb-utils.php',0,'…dZíÄešÓÿï…y–','…dZíÄešÓÿï…y–','Z/¨˜c‰ƒ¿OšÅ‹üZU®§“ûÇƒÖ¤\"ý|9ímÒ','',0,'?'),('žîÈSÍñGÖ˜·i^[Gã','wp-content/plugins/thrive-ultimatum/tcb/inc/classes/class-tcb-widget-element.php',0,'¨ô±¸K­bªŸ¯Ä¶\'','¨ô±¸K­bªŸ¯Ä¶\'','Þ.¿‰›·S1Óæt§Ø½-È­^éIÖ^pPÑ\Z¢¡','',0,'?'),('å;ÈÒdÃZÄò\"£Zf:','wp-content/plugins/thrive-ultimatum/tcb/inc/classes/content-templates/class-tcb-content-templates-api.php',0,'«ìÄÝN2Ÿ«-®]Ò™œ','«ìÄÝN2Ÿ«-®]Ò™œ','‰Š\\\ra ½)^<uÅ#‹ÂBÑÏ´{Ç–X§Ç1kQþ','',0,'?'),('ïÃÕ`Ð§eã£g+Åxx}','wp-content/plugins/thrive-ultimatum/tcb/inc/classes/elements/class-tcb-article-element.php',0,'w½aD¥³Ñx¿EËÝ¥8[|','w½aD¥³Ñx¿EËÝ¥8[|',']ëKFûn¹Ï,p\0ÊûÈÐ]\ZÌ!Ish‘¾Á:À','',0,'?'),('Šc,úº°¬`Gø§s¡Ò','wp-content/plugins/thrive-ultimatum/tcb/inc/classes/elements/class-tcb-audio-element.php',0,'>¡—12%Æ‡X`T','>¡—12%Æ‡X`T','sÁž)ƒEÂ]En0šèŸÅµìõö|«_0Aè3Ç¡','',0,'?'),('t(¥Øð©@ì•Úí[G[Ó','wp-content/plugins/thrive-ultimatum/tcb/inc/classes/elements/class-tcb-button-element.php',0,'yÆ\n-\nÚ°Ó@hbÉºuÚ','yÆ\n-\nÚ°Ó@hbÉºuÚ','€îÃ6Øn”Ç/í%ÈešN«Õp¹ƒ|ˆ( ÏŒ','',0,'?'),('”z;²¯‹à°oçŒÛn<?','wp-content/plugins/thrive-ultimatum/tcb/inc/classes/elements/class-tcb-button-group-element.php',0,'Ns¢¹•ªË®€]™Ã„','Ns¢¹•ªË®€]™Ã„','GƒÀ,¨¸yb´¬ŸëÆœ	\'¤¹\Zž„sù¾t‚›','',0,'?'),('6ÕN§S†ùEJ)%ÜðåÜ','wp-content/plugins/thrive-ultimatum/tcb/inc/classes/elements/class-tcb-button-group-item-element.php',0,'Ð“«m,šëfs´|ž£n','Ð“«m,šëfs´|ž£n','¾ÝaßO&Â†öÄÜb;©Íç„¦IužŠh¹','',0,'?'),('o–*Æàèg é9gfK','wp-content/plugins/thrive-ultimatum/tcb/inc/classes/elements/class-tcb-callaction-element.php',0,'•èGÍÑp¡2ì_TEÚ7','•èGÍÑp¡2ì_TEÚ7','ºòÂ~¿INìúšW4zÇ¬b7sØ?j|é3ö`ºŠ','',0,'?'),('ml¡äæËkt†\'¥%·àC','wp-content/plugins/thrive-ultimatum/tcb/inc/classes/elements/class-tcb-cell-element.php',0,'“¼ø¤¸_Û”ÕáËÞ!{Y','“¼ø¤¸_Û”ÕáËÞ!{Y','\'ú$J6¿Ì~¢ÕOûŒz{†³“™¹ù\"À£˜{Q','',0,'?'),('V	ëïiùTduäHˆþ4Œ','wp-content/plugins/thrive-ultimatum/tcb/inc/classes/elements/class-tcb-column-element.php',0,'hL_¤Å0þ¹¶ë@ÂÇX','hL_¤Å0þ¹¶ë@ÂÇX','_K`W:X¿E´JýaÖè†…žrK²¯q§í¢Þ°','',0,'?'),('TŽ;°^\0mŸŠƒŽ¤µ±','wp-content/plugins/thrive-ultimatum/tcb/inc/classes/elements/class-tcb-columns-element.php',0,'étk{†k¦}Ô IÇíßá','étk{†k¦}Ô IÇíßá','p²E™Bkiu«Ç¤#Ïeï³á®Qý)º1A=ÓÈŒ¤','',0,'?'),('D\nÆÃ£°¼ƒŸ\"üØ>','wp-content/plugins/thrive-ultimatum/tcb/inc/classes/elements/class-tcb-commentsdisqus-element.php',0,'ß;p!–À‹°3çé‰Ã]','ß;p!–À‹°3çé‰Ã]','Yq^Ê¿1-5•3¶>\0ó¼®«ž¾†…Ó\'q+q','',0,'?'),('W\'p\"aüÇºFuŽ§UT©','wp-content/plugins/thrive-ultimatum/tcb/inc/classes/elements/class-tcb-commentsfacebook-element.php',0,'µW\0 ½¸0°‘k9xzMÃ','µW\0 ½¸0°‘k9xzMÃ','.²hÆÿ1Å#?d†ÑB*E8ÁT’ïtð0§O;L”','',0,'?'),('Né\"ÚØ›¹è4QéÛLÝ…','wp-content/plugins/thrive-ultimatum/tcb/inc/classes/elements/class-tcb-contact-form-element.php',0,'\r¼i•å—ÏT×ó>eÃµBt','\r¼i•å—ÏT×ó>eÃµBt','µNrCŽg@Â-ÜÀÖ¨–!ÇÑ×c\\ÌJ·R€ÑþŽþ','',0,'?'),('8ðå¸5»ÁXvEdÚš','wp-content/plugins/thrive-ultimatum/tcb/inc/classes/elements/class-tcb-contact-form-input-element.php',0,'#…hRåC.Í\n¼õs™¾','#…hRåC.Í\n¼õs™¾','¥†’¼’ÂDa„ÔÈ$Õ	æàED—ë	ñô·½ÝNö','',0,'?'),('îw¸túÚ©µX%©L˜','wp-content/plugins/thrive-ultimatum/tcb/inc/classes/elements/class-tcb-contact-form-item-element.php',0,'Ã~ÃEòÊÖuñ“kg{','Ã~ÃEòÊÖuñ“kg{','·\ZqlÔS†#„€3¼&’ˆ&œ}’N¯¯œ8\Z“[J”','',0,'?'),('©·ÓzîV/ë~0¾0¥Å','wp-content/plugins/thrive-ultimatum/tcb/inc/classes/elements/class-tcb-contact-form-label-element.php',0,'±KÒ…Âà¤–èƒaoÑºX','±KÒ…Âà¤–èƒaoÑºX','és–º¹¨S­>a$Ñb¨ûWÖìúÖì•m¯mCbâð','',0,'?'),('.)q‚Ù;K\"±¢CPI6\nÛ','wp-content/plugins/thrive-ultimatum/tcb/inc/classes/elements/class-tcb-contact-form-submit-element.php',0,'	ÏñQHGf‰<SªuÇ','	ÏñQHGf‰<SªuÇ','z\";Êoäaã¤CZKp[ƒÏQ¸pxO´_’³\Z‰','',0,'?'),('’Rû«¢T¿da»ùVhÅ#','wp-content/plugins/thrive-ultimatum/tcb/inc/classes/elements/class-tcb-contentblock-element.php',0,'&Ìu½{\rQ`¾ ,¨','&Ìu½{\rQ`¾ ,¨','+VÖ¬#‰±\\»ŽÐµ.ãëó·½·¾¢\rn§\\†','',0,'?'),('\0)¢65k‰GÇþö¤õâ³','wp-content/plugins/thrive-ultimatum/tcb/inc/classes/elements/class-tcb-contentbox-element.php',0,'I’’f—D3·Uö¦]Ü3òõ','I’’f—D3·Uö¦]Ü3òõ','i€\Z‹d™â§DôPŒ—¾ù™\"–Yû¹HèÌ\'vH','',0,'?'),('æ?Ý‡Î?vÊµn¨&ŒQ','wp-content/plugins/thrive-ultimatum/tcb/inc/classes/elements/class-tcb-countdown-element.php',0,'êš›Ñ!†ûŠå6ÈnR','êš›Ñ!†ûŠå6ÈnR','Âµ<0èýŠdv÷uõ-sðF†g¨‹ dÌÑ!šÌDë','',0,'?'),('ëE\'«D¬y-G¿äÑªQS','wp-content/plugins/thrive-ultimatum/tcb/inc/classes/elements/class-tcb-countdownevergreen-element.php',0,'‘ÕÛ+½zvVd½Ë‘ÿgá','‘ÕÛ+½zvVd½Ë‘ÿgá','	èaRé§.Ÿva>+$wCÁ^Í²Är£¾G+ý\0','',0,'?'),('ßÜfTÒ‰LK‹™†Ë¨ãå','wp-content/plugins/thrive-ultimatum/tcb/inc/classes/elements/class-tcb-credit-element.php',0,'už¨Ï¶U\r›NæÎËñ½\"','už¨Ï¶U\r›NæÎËñ½\"','|b6\\É¢\Z×*Ü[[:;§\'âÇ\0\næÃë)¹3‹í$','',0,'?'),('»OëÓõ«Ó•Ê9’q*1Ü®','wp-content/plugins/thrive-ultimatum/tcb/inc/classes/elements/class-tcb-ct-element.php',0,'øÜ{lút\'`1¦$','øÜ{lút\'`1¦$','{©ù¹»êhÐ¦¦/Î+Ìya£cª‰6g·2~³Á','',0,'?'),('?Ë8·19i5`Õx¦á>º´','wp-content/plugins/thrive-ultimatum/tcb/inc/classes/elements/class-tcb-ct-symbol-element.php',0,'AŽRbëþg,òT8NÕßUM','AŽRbëþg,òT8NÕßUM','\rÂëxFn\0€¿4D?z(ÓZÄc;Ò%Çƒ‹','',0,'?'),(')ç‡ÑS)Õi¦ƒØX]','wp-content/plugins/thrive-ultimatum/tcb/inc/classes/elements/class-tcb-divider-element.php',0,'¼FBö\rìëÌ˜½äè…¤©','¼FBö\rìëÌ˜½äè…¤©','¦6„Û÷Âé…é?1ÜÒ&—-á\0äòxv,MUeÎIù','',0,'?'),('àé\\äTlÖ²è‡®VÎ\"+X','wp-content/plugins/thrive-ultimatum/tcb/inc/classes/elements/class-tcb-fillcounter-element.php',0,'Ý±‘}© Õ’Äì\0>\'šY','Ý±‘}© Õ’Äì\0>\'šY','³ÞúùÐªj¹ƒc{}5;<\"ŽÈÿŒ†6; •?É®®°X','',0,'?'),('lÓ0YcIÍÄmÙ·','wp-content/plugins/thrive-ultimatum/tcb/inc/classes/elements/class-tcb-footer-element.php',0,'‰SùTM]p;áx¡ô»','‰SùTM]p;áx¡ô»','Y?éS\rÁ›¼ï[˜YÁ(\\®9Í2µRþ;w¼B²‚2','',0,'?'),('‹ÐEÛÃ×ËLM^eN9q','wp-content/plugins/thrive-ultimatum/tcb/inc/classes/elements/class-tcb-form-icon-element.php',0,'Z{{\nB3²Óšáh9w;','Z{{\nB3²Óšáh9w;','‹Ä õ•Ñwˆ„ùT^‰Ð,HcðÑ³Á·æJ–¢','',0,'?'),('ì‡%µ]áéÆé_>?Ï~Çà','wp-content/plugins/thrive-ultimatum/tcb/inc/classes/elements/class-tcb-form-input-element.php',0,'ç‡Mbƒ>&ÝÀ˜þ×•j¶ž','ç‡Mbƒ>&ÝÀ˜þ×•j¶ž','_P©HrÅmDP´ö:B6s¬U-ü±ôžþ[Ì','',0,'?'),('7Fz”ì)EL°U^““','wp-content/plugins/thrive-ultimatum/tcb/inc/classes/elements/class-tcb-form-item-element.php',0,'Ôœ:cÈo	*Þ«°#','Ôœ:cÈo	*Þ«°#','•å˜&fXÂ¸¥­9½´´±è^™iì^µæêê¼nV','',0,'?'),('\"„x)Âéû.•üDß ‡>d','wp-content/plugins/thrive-ultimatum/tcb/inc/classes/elements/class-tcb-form-label-element.php',0,';Y9Ð‹UÙjØ=`ùçbÌ',';Y9Ð‹UÙjØ=`ùçbÌ','A”ü®æý¸@6ë”T`dž2€#ì0wË','',0,'?'),('ªrÐRý>U:f`Æ\"R\'','wp-content/plugins/thrive-ultimatum/tcb/inc/classes/elements/class-tcb-form-submit-element.php',0,'2QWùÇ<fåJ}>yð','2QWùÇ<fåJ}>yð','ôƒr[‰›Ã°=ÐÈ]%~„³o…üÁ¿k8p˜¾','',0,'?'),('3‡ñ$SasžóE¶”ÎˆÚ','wp-content/plugins/thrive-ultimatum/tcb/inc/classes/elements/class-tcb-gmap-element.php',0,'¡[¤7»Smú¥¬¥n_ãö','¡[¤7»Smú¥¬¥n_ãö','(÷M|ç¹\Z]G~Ó6|F	Ë pëF7eª7¢ï¤b','',0,'?'),('Êš›,Wàù€C4GÿL¥','wp-content/plugins/thrive-ultimatum/tcb/inc/classes/elements/class-tcb-guaranteebox-element.php',0,'1B{ÓjªÁÚX*\0Þ','1B{ÓjªÁÚX*\0Þ','åø±Ù†öÎ«¾›¾øI³ËÑÐã“\r{?,±ñ¤±','',0,'?'),('¨ð7“ý•;ÈUe=¸ÌÇ{','wp-content/plugins/thrive-ultimatum/tcb/inc/classes/elements/class-tcb-header-element.php',0,'nIpã:%ìì7*®4a‡','nIpã:%ìì7*®4a‡','tpõã„4ê\r2®¯9\Ztë”~A‹Þ´[\rtWÒ²—','',0,'?'),('ù¥4ý1÷\rÆ¼æ êVž','wp-content/plugins/thrive-ultimatum/tcb/inc/classes/elements/class-tcb-html-element.php',0,'‰Õ÷2ò3NãÐé%Ü3èðu','‰Õ÷2ò3NãÐé%Ü3èðu',' ºòÐ!0¡,(VüùM[|¥G”ùŒ^s\nB‰íD…','',0,'?'),('ÿ“*S¦Nâ7xîšÈ','wp-content/plugins/thrive-ultimatum/tcb/inc/classes/elements/class-tcb-icon-element.php',0,'¦ùK.¹ã““Þ¶XAbš','¦ùK.¹ã““Þ¶XAbš','“\"Ñ$X±éÊ¸øÈƒ_Œ1õTŒfØt/‘GtPÕ','',0,'?'),('VÆ–lFQ&_Áƒ·K','wp-content/plugins/thrive-ultimatum/tcb/inc/classes/elements/class-tcb-image-element.php',0,'›{›r\Z%)A“˜‚™¢üˆ','›{›r\Z%)A“˜‚™¢üˆ','>%Û%obG\Z^ßÕ2»!e7Û| õZÇÊCR­','',0,'?'),('ÝÊ?úÐðm1žØeƒ¶','wp-content/plugins/thrive-ultimatum/tcb/inc/classes/elements/class-tcb-label-advanced-element.php',0,'‚Ýß\\/Ü…ýŠ© ÍˆÉ','‚Ýß\\/Ü…ýŠ© ÍˆÉ',':\0©e*}išG/„Dà¿ŸïiÉÍµÎí·3','',0,'?'),(']“\"KÜ8ãŠÿÁ÷gŒt>','wp-content/plugins/thrive-ultimatum/tcb/inc/classes/elements/class-tcb-label-disabled-element.php',0,'oÑ;áÆÀ¯ŽÓOësê‘','oÑ;áÆÀ¯ŽÓOësê‘','D»˜]ô Ì.ÌÐµ_-ôKôN™0‰ž\r-‚Nt\Z3ƒ','',0,'?'),('¦›ñ®5ç†Xn©žVI|‚','wp-content/plugins/thrive-ultimatum/tcb/inc/classes/elements/class-tcb-label-element.php',0,'^\nÆŽÆpg|…W\Z~ïˆâ','^\nÆŽÆpg|…W\Z~ïˆâ','·Ál^[€&=Ô®Í¡QŠn )W²^l¢jƒMS','',0,'?'),('èã44ÄÂo R4<½MÃ›','wp-content/plugins/thrive-ultimatum/tcb/inc/classes/elements/class-tcb-landing-page-content-element.php',0,'Ö7¡ñªIÒWFõ/}ˆ—Ã','Ö7¡ñªIÒWFõ/}ˆ—Ã','cß‹bÑ“K@˜Ye>Œ—Éu¿ý‰á7C&Ó@›','',0,'?'),('µd	š\'ž|YÙæTmC','wp-content/plugins/thrive-ultimatum/tcb/inc/classes/elements/class-tcb-landing-page-element.php',0,'m‘0G@}0/ Ÿ˜«¡|š','m‘0G@}0/ Ÿ˜«¡|š','z8~Â=Ç¾LŒæmÌ]ÆD\ZJ}Þù$»¡Kï…ò','',0,'?'),('&iJÑ‰2ÞDIÑ¦ê%','wp-content/plugins/thrive-ultimatum/tcb/inc/classes/elements/class-tcb-landing-page-text-element.php',0,'$9Uôi>«¿p£9>ŸIÊ£','$9Uôi>«¿p£9>ŸIÊ£','Ÿ³juß’sÃ6†°o‡ã¶í‰êÔV$…9[RQÝ1§','',0,'?'),('‹ý?Åœ¥°#ð©›L','wp-content/plugins/thrive-ultimatum/tcb/inc/classes/elements/class-tcb-lead-generation-checkbox-element.php',0,'#Wh+AÇ í×½F€','#Wh+AÇ í×½F€','îý!¯Rb.1­4ŒQ4\ZÂÄõx®áëø©tXœ½‘','',0,'?'),('òWÖ±VØ:_ˆ·âÞ—','wp-content/plugins/thrive-ultimatum/tcb/inc/classes/elements/class-tcb-lead-generation-element.php',0,'«äéðÉÖ\rd&ªk\\Vï§','«äéðÉÖ\rd&ªk\\Vï§','ŒÏÙîÈOvñœž}÷g4X¢êOÓœ¶ _rSŠ`jLÎÆ','',0,'?'),('ëÉÔè¾imAÜ·X´ù¬6','wp-content/plugins/thrive-ultimatum/tcb/inc/classes/elements/class-tcb-lead-generation-input-element.php',0,'~Ó*ÛæD27j½óvÐ','~Ó*ÛæD27j½óvÐ','^œ‘Œ[¨“¥Á|loÏQ‘ulî­i´Z×eÚúf‚d','',0,'?'),('¢J?\nóG¡>¿­€c\n®','wp-content/plugins/thrive-ultimatum/tcb/inc/classes/elements/class-tcb-lead-generation-radio-element.php',0,'ChïÍŠæðèUOŠ','ChïÍŠæðèUOŠ','$zëdÔã]àöÜPöñàKMžâESÇŸã­nÇMÑÄÕ','',0,'?'),('«NèÏ ÙcHñÂžÚ4Ú','wp-content/plugins/thrive-ultimatum/tcb/inc/classes/elements/class-tcb-lead-generation-select-element.php',0,'\rõÿÅX”¥]…ñV&ð.','\rõÿÅX”¥]…ñV&ð.','£/À¹‰oõ`ô¬9¤¦>u¶V„§„ÿ4M!o','',0,'?'),('Úá\\´Cq’}Mc}…!—','wp-content/plugins/thrive-ultimatum/tcb/inc/classes/elements/class-tcb-lead-generation-submit-element.php',0,'AvÒe5(Ÿ›íB,\'','AvÒe5(Ÿ›íB,\'','l˜ßku—`#RÛrdoCÃ›8K\"ìL…=mèíx£','',0,'?'),('JõöÑ±†‘ˆÉq®0pC3Ü','wp-content/plugins/thrive-ultimatum/tcb/inc/classes/elements/class-tcb-lead-generation-textarea-element.php',0,'YÂS`¹ÄkËm}ëœ^7','YÂS`¹ÄkËm}ëœ^7','\0§i®ø+&í»±å“\rÅ4ãøF¯ÃhÎI','',0,'?'),('8b“ÑlêBÈóÒ¿ä®‘2','wp-content/plugins/thrive-ultimatum/tcb/inc/classes/elements/class-tcb-lightbox-element.php',0,'+™¶o4ñÚÅè	‰|‡ƒ<','+™¶o4ñÚÅè	‰|‡ƒ<','œ=Vù>o¡ãŽkÚªlÙ¾$Ô\"U¿îg»ô2ÿªJG','',0,'?'),('6ca@s39®GõŠ_\"','wp-content/plugins/thrive-ultimatum/tcb/inc/classes/elements/class-tcb-link-element.php',0,'¦£ne‚CWwkžƒ\r„','¦£ne‚CWwkžƒ\r„','7~²@ñøÜ¹qFÚŸ>¤R¼†žÌó¡ïí—«ZÈF¬','',0,'?'),('Þ ä?q+øœbºí«Wàu','wp-content/plugins/thrive-ultimatum/tcb/inc/classes/elements/class-tcb-logo-element.php',0,'ÑCºÃ/µ\n¨am ¨’','ÑCºÃ/µ\n¨am ¨’',' ‡$\njïeu‘åx_µÉ½v4™*ƒþB×R•,KÎš','',0,'?'),('üòX\Z©B”ï­ÀÎò¼?','wp-content/plugins/thrive-ultimatum/tcb/inc/classes/elements/class-tcb-megamenu-column-element.php',0,'–!ð‘Ëv·¨ŸUë‚ÜlP','–!ð‘Ëv·¨ŸUë‚ÜlP','¦p:\rL“˜ÝÖ\\l³W˜qmb\nÅñT:õ–[™','',0,'?'),('(Iê¤áUtÇ²‹+žVe','wp-content/plugins/thrive-ultimatum/tcb/inc/classes/elements/class-tcb-megamenu-dropdown-element.php',0,'Œì×Ê™Z}ÏÌƒ\r„¶§','Œì×Ê™Z}ÏÌƒ\r„¶§','ï…þ7–5²Îæá°©L mtâEÇZ€f÷Ð“\0©B','',0,'?'),('rí-ŠÙtQÀH×>u€','wp-content/plugins/thrive-ultimatum/tcb/inc/classes/elements/class-tcb-megamenu-element.php',0,'özÎº}ëóÜy>iï8g»','özÎº}ëóÜy>iï8g»','èŽôs„ëñé³n›²Ø<u&AÂ´\"´~åÕÁÎxZ','',0,'?'),('»Ó”ˆ­üÌa0¹ÌÑ“¼','wp-content/plugins/thrive-ultimatum/tcb/inc/classes/elements/class-tcb-megamenu-image-element.php',0,'Qv‡Ë5emÏ|pÆÛ•ýý6','Qv‡Ë5emÏ|pÆÛ•ýý6','÷*d@œh»AÃyA#ˆû/Ãy\\˜¬ã(CHÔlR”í×','',0,'?'),('[÷¢mC:ÿ®CVà0ž«~','wp-content/plugins/thrive-ultimatum/tcb/inc/classes/elements/class-tcb-megamenu-item-element.php',0,'Ÿ cÖÞö7æ³kmfGKt	','Ÿ cÖÞö7æ³kmfGKt	','-Cµ¿¼¾IÂ\r9µ«\n8Ð\\’ÄÄ÷½4ÄUÈ_’w;ì','',0,'?'),('ü!Ée-·ÃÎñø‹AmÉˆð','wp-content/plugins/thrive-ultimatum/tcb/inc/classes/elements/class-tcb-menu-dropdown-element.php',0,'jõ,°h<çpë&:Ø½â','jõ,°h<çpë&:Ø½â','êÄmS]Ÿp\Zäá‚×	Ôý”q«ÐN2YôÇÑßDš','',0,'?'),('•#(ÜÒõð£ÊCÂ{JÖ','wp-content/plugins/thrive-ultimatum/tcb/inc/classes/elements/class-tcb-menu-element.php',0,'/¡×/·ñI+rù%','/¡×/·ñI+rù%','µFsìêýÏFþ}Ü½èuä(ÇÇ¦šwÀO\"OEw','',0,'?'),('\\š©|“ÌÝù¬0lYÁ','wp-content/plugins/thrive-ultimatum/tcb/inc/classes/elements/class-tcb-menu-item-element.php',0,'K^)o7¸cUO‡¬ý4','K^)o7¸cUO‡¬ý4','Üj¾‰Ówæ{b–hiÎÁdú_îÛÓ¬XÛíp>','',0,'?'),('*g»4)ñiôÒJ· ÕÎYü','wp-content/plugins/thrive-ultimatum/tcb/inc/classes/elements/class-tcb-moretag-element.php',0,'Égô‹c6Zy	ó€­','Égô‹c6Zy	ó€­',' rñ6R=š7Y>=Œ˜ã+Ùðû:”â¢o21Fm?bù','',0,'?'),('¶ðšÝŽ_G\ZO6ŠAgà-š','wp-content/plugins/thrive-ultimatum/tcb/inc/classes/elements/class-tcb-numberedlist-element.php',0,'»ùnˆ2/üÏ-§…=¥','»ùnˆ2/üÏ-§…=¥','ù¬>ÅùÀ½=”r¥î-:4äT˜gƒa…º?v9:8L','',0,'?'),('fà³Õ‰¹T+âÅ[','wp-content/plugins/thrive-ultimatum/tcb/inc/classes/elements/class-tcb-post-element.php',0,'-&ÖPmÈ­#\\ÓÃ”h›','-&ÖPmÈ­#\\ÓÃ”h›','Úuç¡~×Zd~=¥NÉÎ@â®UTr‚n®[¶ÞkOü\Z','',0,'?'),('L†U] Æ­äÌM·˜j','wp-content/plugins/thrive-ultimatum/tcb/inc/classes/elements/class-tcb-post-list-element.php',0,'EAXŽYE´¯½…=%ú:','EAXŽYE´¯½…=%ú:','tPO,ÐB_:ˆƒ¾ôãÊ]ú²hí×\nIé+YÃYax','',0,'?'),('ìþ\"•šZ&ø-a‘Yëî','wp-content/plugins/thrive-ultimatum/tcb/inc/classes/elements/class-tcb-postgrid-element.php',0,'3}I#|MRVV3fy§Ù','3}I#|MRVV3fy§Ù','•G8p0‘\'åžªµ+7“ës7R ½\"$™\ZÏùï','',0,'?'),('§¯‘ÃõÏb¤»o¢À¬.Xc','wp-content/plugins/thrive-ultimatum/tcb/inc/classes/elements/class-tcb-pricing-table-box-container-element.php',0,'Q×%ë­jAùÅâk…B-Õ','Q×%ë­jAùÅâk…B-Õ',' Éü@H±OlôlE2ä\0eßwGÁ­ªË>ì','',0,'?'),('\\uzŽ¶”&=z‡×{õi','wp-content/plugins/thrive-ultimatum/tcb/inc/classes/elements/class-tcb-pricing-table-element.php',0,'¢Z§‹Š°XÄGqÖ^¦™Š','¢Z§‹Š°XÄGqÖ^¦™Š','üÂüRÂ\\>§Rf&£ÄÚÔ¾Ù6ƒÎ\n§œÉsÌ','',0,'?'),('ì‰[\"Þ\r‚²ÚãûW<ÁÖ','wp-content/plugins/thrive-ultimatum/tcb/inc/classes/elements/class-tcb-progressbar-element.php',0,'ùLú+\Zôg1þ¾¾û†é¾','ùLú+\Zôg1þ¾¾û†é¾','•ø˜ì¨Éêg¦/7Ì-6†[’pÄ	ab-Ï4$+','',0,'?'),('ÈŠ{mxÇ,¼y’»ØþÀµâ','wp-content/plugins/thrive-ultimatum/tcb/inc/classes/elements/class-tcb-rating-element.php',0,'-ñŽIPuH8	«ûÔ&','-ñŽIPuH8	«ûÔ&','M}åðþ^+{Òu0Sø’ÕKúmÞšðRÈ‰DT','',0,'?'),('E”_’Ì7Ÿëcý/~,§','wp-content/plugins/thrive-ultimatum/tcb/inc/classes/elements/class-tcb-responsivevideo-element.php',0,'“ÝõA1çm•™›Mz3','“ÝõA1çm•™›Mz3','“5äd§TÈ<	RyŽ[{Î]Ö¼CËû‹Ù@-p~Ê','',0,'?'),('œÑ Á©ÃãŸ<š.ôO','wp-content/plugins/thrive-ultimatum/tcb/inc/classes/elements/class-tcb-reveal-element.php',0,'C{\n¸ü1Ås×ÞS7+°','C{\n¸ü1Ås×ÞS7+°','NîOKÉ£³åƒØ…èVŽÃ^\rÆK–oö2j½÷.ý','',0,'?'),('Û‹ÌNrw#qPi‹ˆ\rÃ','wp-content/plugins/thrive-ultimatum/tcb/inc/classes/elements/class-tcb-section-element.php',0,'Ÿfštãÿ<êdk0^¡','Ÿfštãÿ<êdk0^¡','N÷O‡¹Ÿ®u¨d“OÜÑl}}›Æ¶»*–ˆç’?¦','',0,'?'),('Ô²çÆn¢…Åç	V—L','wp-content/plugins/thrive-ultimatum/tcb/inc/classes/elements/class-tcb-social-element.php',0,'D>	¾ŸmN»U\0¶ô·–˜£','D>	¾ŸmN»U\0¶ô·–˜£','‡XpáÂ\0xë°’ŸÀm&¤üy Ï´¦vÝ¢(„¢<h','',0,'?'),('!NãÇ-`leá73\0','wp-content/plugins/thrive-ultimatum/tcb/inc/classes/elements/class-tcb-stylebox-element.php',0,'Qºº]ƒ‰(eb¹›P»','Qºº]ƒ‰(eb¹›P»','à!Ä°*ÒùÄ|¿Öáü·þKÜ\0^Ò¤F \"~j(Z','',0,'?'),('ƒ”VA×1Õ~òOÝ§öQË8','wp-content/plugins/thrive-ultimatum/tcb/inc/classes/elements/class-tcb-styledlist-element.php',0,'ÏSØy_Â[–Ž~?~§—','ÏSØy_Â[–Ž~?~§—','Ü} !¯±ŠÏ­{PtáJ,Èí£ÇµeJÆ,$„GVú','',0,'?'),('™`e3#*òC·÷ÎÐ§a','wp-content/plugins/thrive-ultimatum/tcb/inc/classes/elements/class-tcb-styledlistitem-element.php',0,'|Qká£!b`˜ô«wýxù','|Qká£!b`˜ô«wýxù','à~™k¥ø.>HNŠa*‹T…ˆ‰yF‚ðOrÁ','',0,'?'),('ßÉM0åÒ¥u„pEØAÚ','wp-content/plugins/thrive-ultimatum/tcb/inc/classes/elements/class-tcb-symbol-element.php',0,'i:9ê•Û‡„p¯ËÄo)','i:9ê•Û‡„p¯ËÄo)','jL·yS¶¢«Dhyöo–hŽ€½OAÔ’ñØáý','',0,'?'),('ÝÏnÊOòÏK‚ùI\\¾','wp-content/plugins/thrive-ultimatum/tcb/inc/classes/elements/class-tcb-table-element.php',0,'\n	ÒÑú—ß‡gô=h\Z/','\n	ÒÑú—ß‡gô=h\Z/','nk.@«/ÕÎ¾0aâ-£Nëiö2OïîÌñ\n˜thl´è³','',0,'?'),(')¦xƒ¦^ìÁ»ÂKó0S','wp-content/plugins/thrive-ultimatum/tcb/inc/classes/elements/class-tcb-tabs-element.php',0,'ÐÑÝ/€À™]{HÕÿÏ.','ÐÑÝ/€À™]{HÕÿÏ.','\"(E¯ër #.Å¶f8kYÑÿæî©¬É\\Ê‹„hD','',0,'?'),('¬´6™l\"±L<@\Z®ûK^','wp-content/plugins/thrive-ultimatum/tcb/inc/classes/elements/class-tcb-testimonial-element.php',0,'Bx!sçm•ûc‡“fÄrhK','Bx!sçm•ûc‡“fÄrhK','Áp¸¡=Úi?NæôÚ°ÿ¬œ!×lIÈHƒÖ^KZÁžÖ','',0,'?'),('Ù_#—Î\\!œW¼æmî','wp-content/plugins/thrive-ultimatum/tcb/inc/classes/elements/class-tcb-text-element.php',0,'ý4wlhLÅØty×f¾ÓKL','ý4wlhLÅØty×f¾ÓKL','ëmÑÂÇTD9.f˜‹h/f@¨fá–ÀO˜Ò','',0,'?'),('HL¬¢È¶‚Ó\n`Î£XÞ','wp-content/plugins/thrive-ultimatum/tcb/inc/classes/elements/class-tcb-toc-element.php',0,'´£4ÁF\\\nÔä0‘‡ÛÛh','´£4ÁF\\\nÔä0‘‡ÛÛh','(ˆulÓz[•ö~µãE*ãíRïùS¶Ê¨•øT\r&‡H','',0,'?'),('éô0$y¢Ñ*‰™×n','wp-content/plugins/thrive-ultimatum/tcb/inc/classes/elements/class-tcb-toggle-element.php',0,'‚âMïV÷±µˆ£ãÚVŒˆ','‚âMïV÷±µˆ£ãÚVŒˆ','\ZNÚ\'Ü¯jI8WÚÚC¢\\á,dRžJ-¸Rî†Ç	','',0,'?'),('Gü4Ý/-c—\nQæµ?™å','wp-content/plugins/thrive-ultimatum/tcb/inc/classes/elements/class-tcb-tweet-element.php',0,'¹zúïœN]ƒËçÉÌÆÏx','¹zúïœN]ƒËçÉÌÆÏx','œðÐ j(³…íÒLÉŸ#¹Cp[\Zã´{E¡9','',0,'?'),('Ê>`±šK(Â6F©4‚ ','wp-content/plugins/thrive-ultimatum/tcb/inc/classes/elements/class-tcb-wordpress-element.php',0,'®f)ïi9JŸ!J ','®f)ïi9JŸ!J ','F”wäŒ¦ÅÁ?œô²Q“-¢öT~T¦Zºbã9ÒÍLš','',0,'?'),('P³¨‰m“Ú†`L²Ë','wp-content/plugins/thrive-ultimatum/tcb/inc/classes/elements/pagination/class-tcb-pagination-element.php',0,' R«Àéû„’LX<’œ$',' R«Àéû„’LX<’œ$','ã5Š%-¿ßIiÕŽ1dù$\\\r©çÚ§IVbHQ«s8ì','',0,'?'),('Ì¸ß-´¶&/¦B•Hs‘Œ^','wp-content/plugins/thrive-ultimatum/tcb/inc/classes/elements/pagination/class-tcb-pagination-first-last-button-element.php',0,'áBv0€æhp(œïe\"','áBv0€æhp(œïe\"','n½¦M”Ž*lÜÜááÂ<?b¿”U#Ã§H±„<™‹°','',0,'?'),('ˆ;h©-Äú­Ø©ö7','wp-content/plugins/thrive-ultimatum/tcb/inc/classes/elements/pagination/class-tcb-pagination-label-element.php',0,'÷¥©ó.ç~íß	þŽL\rª','÷¥©ó.ç~íß	þŽL\rª','¹HAI÷¡žŸÝ›–¡8h–ô“=³?QR(”ì¢%*','',0,'?'),('¶\nE‰V?€˜{9\0®$','wp-content/plugins/thrive-ultimatum/tcb/inc/classes/elements/pagination/class-tcb-pagination-load-more-element.php',0,'ÔhÍÉ<†±ìJ\"ÒÃ7«l','ÔhÍÉ<†±ìJ\"ÒÃ7«l','cd¾Å“¦ña”ŸžX¹Õ\Z¹\\ Pr¡Iô§\0·ÅtLßïD','',0,'?'),('\nµ*pžÞ&ƒvFU&“','wp-content/plugins/thrive-ultimatum/tcb/inc/classes/elements/pagination/class-tcb-pagination-navigation-container-element.php',0,'žxé´®žî›Kcòôà','žxé´®žî›Kcòôà','Â²²LÚ=Çovxð8 >{Žiš=™—L#V×&\\­jk','',0,'?'),('øÏâ¤bˆí-[|sH','wp-content/plugins/thrive-ultimatum/tcb/inc/classes/elements/pagination/class-tcb-pagination-number-current-element.php',0,'ØmÚÀbïª¾ê¨©hcQ8t','ØmÚÀbïª¾ê¨©hcQ8t','/d¼w0µZ[îfA¹øÇ`x¦è÷ÑÒz*3 Æ','',0,'?'),('=Dº¦ÛÕ,“B(ÜÂ','wp-content/plugins/thrive-ultimatum/tcb/inc/classes/elements/pagination/class-tcb-pagination-number-item-element.php',0,'\ZNGø¾*œ8ëu¥Éã','\ZNGø¾*œ8ëu¥Éã','‰1ìÕÔv\\Ó\rìY:GÄKQÌýÅ(·Ìt\"›ÿzÄZ‰¥','',0,'?'),(' l)¹¼ð¥ÿxæ°Ýj‡?','wp-content/plugins/thrive-ultimatum/tcb/inc/classes/elements/pagination/class-tcb-pagination-prev-next-button-element.php',0,'‹ObHÓü`é…ý?Ò','‹ObHÓü`é…ý?Ò','4¡ÄŠ~ôÀ4ØK²{{!PyõÐÅéE@5¹DD','',0,'?'),('Ùä’¥”tTþýÃ0(3','wp-content/plugins/thrive-ultimatum/tcb/inc/classes/elements/post-list-sub-elements/class-tcb-post-author-bio-element.php',0,'Ö\nÌHR&,\nsµì3rE1','Ö\nÌHR&,\nsµì3rE1','Ñ_;\"ô\"fÐÐDP6¥ºf1Ð†­üs*Ÿ','',0,'?'),('iw¥ôa¢¢îÇ+QÞG]î','wp-content/plugins/thrive-ultimatum/tcb/inc/classes/elements/post-list-sub-elements/class-tcb-post-author-name-element.php',0,'ÔÐØl­µwb.ã\n…ç','ÔÐØl­µwb.ã\n…ç','{ä1ðwÎ]ªK]šUÃ¶pÐ›®ñdüPŠF\0†“”¡','',0,'?'),('.âôîÎ\r\r×ÍœÃ #ø†','wp-content/plugins/thrive-ultimatum/tcb/inc/classes/elements/post-list-sub-elements/class-tcb-post-author-picture-element.php',0,'Þªì}»øÙk~\r','Þªì}»øÙk~\r','|U¬¡•ûG´_å‘<+ÅÐWVlÈÈO9{Ó¨†å','',0,'?'),('tôí¿³«œG‡Gñ2J«Ô','wp-content/plugins/thrive-ultimatum/tcb/inc/classes/elements/post-list-sub-elements/class-tcb-post-categories-element.php',0,'…(ˆ§7ÀyÌœ­T4I','…(ˆ§7ÀyÌœ­T4I','(áÿáéüz‚AÁÚž\\-U¹óÜt¬0ì)°9¡,','',0,'?'),('Þ,ÔäZXY™ÀÒzR]','wp-content/plugins/thrive-ultimatum/tcb/inc/classes/elements/post-list-sub-elements/class-tcb-post-comments-number-element.php',0,'AÈð—¦—ub[&ïyÍ','AÈð—¦—ub[&ïyÍ','uÁï\Z	;›šàÊAF?H\\õBèP±’m×é xÊò?','',0,'?'),(';vbÆ¡YÍh9Ã‘–','wp-content/plugins/thrive-ultimatum/tcb/inc/classes/elements/post-list-sub-elements/class-tcb-post-content-element.php',0,'üôjf¡¨ÕœR!ÕÄÜ¦+2','üôjf¡¨ÕœR!ÕÄÜ¦+2','Ý(H«2È²°‡±ˆcõ —oWæLÛï<÷\02¶','',0,'?'),('íºv=ÃefûœW+|','wp-content/plugins/thrive-ultimatum/tcb/inc/classes/elements/post-list-sub-elements/class-tcb-post-date-element.php',0,'-„SP¹ƒÎZ:ïä›ó[¸','-„SP¹ƒÎZ:ïä›ó[¸',':¤6!`Ôk¿Hï›~Sr˜“3\\yAY,žÝ±´œ] Fú','',0,'?'),('À.„-c¢š®ùÎcDŸü','wp-content/plugins/thrive-ultimatum/tcb/inc/classes/elements/post-list-sub-elements/class-tcb-post-read-more-element.php',0,'Èa¼žQà{°í~½®\Z‡.ˆ','Èa¼žQà{°í~½®\Z‡.ˆ',',«X ø›åH›“gÇ\'{}«xè\0‘¼6j^›Lúï','',0,'?'),('G „êÚ¨ÔqJêP2õS','wp-content/plugins/thrive-ultimatum/tcb/inc/classes/elements/post-list-sub-elements/class-tcb-post-tags-element.php',0,'*Ô’Î‡+öƒÛÍæF˜\'','*Ô’Î‡+öƒÛÍæF˜\'','äE©ãÍà›k1oðL©sý&?¦n›BÆ–ç‘˜ò','',0,'?'),('® rÃô±ïô¾NG·\"Qp','wp-content/plugins/thrive-ultimatum/tcb/inc/classes/elements/post-list-sub-elements/class-tcb-post-thumbnail-element.php',0,'öÙø:~TÒ3æ8`Ò\rÄß','öÙø:~TÒ3æ8`Ò\rÄß','#÷bŽ²‰°ÁÜëAŒ£˜ ëÊ¿]—ÔwØL Ið¡¤ÎO','',0,'?'),('¼ìÉÎ¼YóbXFŸv‘KË','wp-content/plugins/thrive-ultimatum/tcb/inc/classes/elements/post-list-sub-elements/class-tcb-post-title-element.php',0,'»ôA¤ ÜµOÖt–Q','»ôA¤ ÜµOÖt–Q','z:5ÁK*<^¯l·ÇŸŒ/>oªœ|	%fùÝK b×','',0,'?'),('¶É‘Q¡DQ˜câ	„JM','wp-content/plugins/thrive-ultimatum/tcb/inc/classes/logo/class-tcb-logo-rest.php',0,'=Ð~Ç˜BüË.Ž)©£\'97','=Ð~Ç˜BüË.Ž)©£\'97','…GsTÇ¶‘”49—‘¢Áé$¡ËôÓxŸ f0kÒHU','',0,'?'),('HwÙ&þå´¤C|S„Ãæß','wp-content/plugins/thrive-ultimatum/tcb/inc/classes/logo/class-tcb-logo.php',0,'B÷õ¸¾½~CÄñòËÔ’Ù','B÷õ¸¾½~CÄñòËÔ’Ù','j·ƒË<iÓûÂ3(·ÃßKß\\ÞÝÇVq9=ùý,.ú','',0,'?'),('EùR}?)9±D¿2åM','wp-content/plugins/thrive-ultimatum/tcb/inc/classes/post-list/class-tcb-post-list-author-image.php',0,'vC±ÃÍI©n>Üœ4? ','vC±ÃÍI©n>Üœ4? ','Õ\"˜„Ðn8Qƒl\'ž!iôtLR½½äA·´ëã9íb','',0,'?'),('ú1ä ‘½”qIF¼:G&!','wp-content/plugins/thrive-ultimatum/tcb/inc/classes/post-list/class-tcb-post-list-content.php',0,'…ù?|”7+D–ÁKÎÜ2','…ù?|”7+D–ÁKÎÜ2','½ZALº||•‹–ftK)½˜gDo¤\'ÖTšÉë1ñ','',0,'?'),('¦…Ö5L±;Úˆ“~× ','wp-content/plugins/thrive-ultimatum/tcb/inc/classes/post-list/class-tcb-post-list-featured-image.php',0,'àZwûuúÉí¯Cñ¿','àZwûuúÉí¯Cñ¿','Z{N…œªL<ôa	¶po¥žm:Y	H/µÜ	KÀ¬-~Ì','',0,'?'),('¹AÕAÎÍ’·ÓÐ#®[','wp-content/plugins/thrive-ultimatum/tcb/inc/classes/post-list/class-tcb-post-list-rest.php',0,'±.ŒŠQ‡ccÎíl¾)c','±.ŒŠQ‡ccÎíl¾)c','H1}¯ô»®}m¤úÃ‘Š‹Y°ç[òqgf‘‡üÃ#e','',0,'?'),(']?Ï¤Š·ÜbËgëú~µÒ','wp-content/plugins/thrive-ultimatum/tcb/inc/classes/post-list/class-tcb-post-list-shortcodes.php',0,'19ƒ\\Üûûlu˜Oõ','19ƒ\\Üûûlu˜Oõ','	9)©#\\~ò±¢£‰˜vb¿dÏ’4!\\dê¡\\¬^','',0,'?'),('#5ë\0îR Òê6o‘P`','wp-content/plugins/thrive-ultimatum/tcb/inc/classes/post-list/class-tcb-post-list-sub-element-abstract.php',0,'­gÇÆK¤ðW-QàÇ€¼‡','­gÇÆK¤ðW-QàÇ€¼‡','ˆžÛoÝÌï!|2õ¤Z‰f¸¾9|‹,Î¿>µqM','',0,'?'),('¤o¼¢‘o\"½†…Ø(h','wp-content/plugins/thrive-ultimatum/tcb/inc/classes/post-list/class-tcb-post-list.php',0,'¢o•±k³ccPÊ@˜i¡ø\0','¢o•±k³ccPÊ@˜i¡ø\0','¨.Š‚U}jeX ñèÕå‹ù\\“œ´›†qd»Iµ%ƒ','',0,'?'),('¯ó!Xúw%	:¶m','wp-content/plugins/thrive-ultimatum/tcb/inc/classes/post-list/pagination/class-tcb-pagination-load-more.php',0,'ð­îÌ ©^\"\rð\n!','ð­îÌ ©^\"\rð\n!','œŽ¾RSwÎ®pávr¸à*x)³[¢—ä=†¥àAD™ú','',0,'?'),('b`è9ÝÒØ4$ç´','wp-content/plugins/thrive-ultimatum/tcb/inc/classes/post-list/pagination/class-tcb-pagination-none.php',0,'îgÎ&¡³ýÂõî­øòÏ‡‚','îgÎ&¡³ýÂõî­øòÏ‡‚','%u;°4’d/uc:³5æU£v “Ëå3ÄZ\'à¨o¦ÓŸ','',0,'?'),('ür!ÅÅu&©}j<dÉ','wp-content/plugins/thrive-ultimatum/tcb/inc/classes/post-list/pagination/class-tcb-pagination-numeric.php',0,'ýoÍJE7ÛØM¹Û÷¦#Ý','ýoÍJE7ÛØM¹Û÷¦#Ý','Oy€”„ãîJòŠøŒ0­zèVé\rìùàÓŠ	lN','',0,'?'),('¶X@4ºÆ¡ºã9ÈDYöš','wp-content/plugins/thrive-ultimatum/tcb/inc/classes/post-list/pagination/class-tcb-pagination.php',0,'VÈG ‘R\náH\ZÔ33','VÈG ‘R\náH\ZÔ33','¼ÈÉ¯sÙ¢fn{ˆd‡¬åZsg(–Ò¿¦7nl‹9*Ö','',0,'?'),('f˜ÌÑÜ—Hù¡ÆŠ4²™É','wp-content/plugins/thrive-ultimatum/tcb/inc/classes/symbols/class-tcb-symbol-export.php',0,'óQ³^›}ÍI¿~™Ó','óQ³^›}ÍI¿~™Ó','ãË¹nè`\ZßŽeÑ®ÊÌ4øX©š+Å__Üò²úF','',0,'?'),('=Ó\ZÊË”	j&Û~£¼ï','wp-content/plugins/thrive-ultimatum/tcb/inc/classes/symbols/class-tcb-symbol-template.php',0,'³[Ñ)«]º#óïÜTµ~ñ','³[Ñ)«]º#óïÜTµ~ñ','ùZU‹Uér%þ LU0÷„Uø×†wru\'¡í¾ö©²€','',0,'?'),('Á.iˆf: h³ÐÄ‘X','wp-content/plugins/thrive-ultimatum/tcb/inc/classes/symbols/class-tcb-symbols-dashboard.php',0,'Åææó]X\r±o+:¡','Åææó]X\r±o+:¡','/ò¼±Þè=ëli7€ž9Âøè\"[žC¨N!£Ót','',0,'?'),('åâH<Á<#×êUñð•¼Û','wp-content/plugins/thrive-ultimatum/tcb/inc/classes/symbols/class-tcb-symbols-post-type.php',0,'å*6,jVJ»<º8','å*6,jVJ»<º8','è5yl´Å=Ì¶hEuæOå÷ý¼/J»wè»o©wTFÈ','',0,'?'),('|?Rƒpšo†²ÏCÍ¤ä¬','wp-content/plugins/thrive-ultimatum/tcb/inc/classes/symbols/class-tcb-symbols-taxonomy.php',0,'¦Fá/^3	Q¾°mág','¦Fá/^3	Q¾°mág','þŸ qƒ¿Ïf—á”êÜ,HksÒ¤?SÕî\'öè','',0,'?'),('Œ7à¢½ño®n=Z~¿','wp-content/plugins/thrive-ultimatum/tcb/inc/compat.php',0,'’ò\0¡Ò¡{Yç@‡r}„','’ò\0¡Ò¡{Yç@‡r}„','-W%D&¬<\r”C\"ÈsV©]åØÈ‰¥KÝák¬ù','',0,'?'),('µ4í,Ã55HFQ‡®]e','wp-content/plugins/thrive-ultimatum/tcb/inc/functions.php',0,'4S~MÅªzÍ6Ÿ‡´•/F','4S~MÅªzÍ6Ÿ‡´•/F','glBózË”®¦iñPwhð¾°~Çú\\*>5Øeb','',0,'?'),('·±œMÒ¡…ÆPÛÞÞþZ`','wp-content/plugins/thrive-ultimatum/tcb/inc/helpers/cloud.php',0,' ]¶’zŸµ±äÂ©A$',' ]¶’zŸµ±äÂ©A$','›ZÌ÷£Œ^\"mB˜Ð¯Ÿ8¢M‡x\rªýÿÒ;Øf¬','',0,'?'),('Í	ý(Eœ€È·ôw\Z¹U','wp-content/plugins/thrive-ultimatum/tcb/inc/helpers/social.php',0,'eŸø½>£24ý+·E','eŸø½>£24ý+·E','W=¿Ø4Zò«A~é¯3*\'˜w—qc1W DUÊ«ôœ','',0,'?'),('•r)¬³ey6ä®×ÏÌã’','wp-content/plugins/thrive-ultimatum/tcb/inc/i18n.php',0,'ˆCZ	ò\'–øïæ÷h¨','ˆCZ	ò\'–øïæ÷h¨','$š«E(Ôå?SÒ6!8Û,â˜ÞÆsCR\"‹0/\0','',0,'?'),('Fø\nÀI·+?†æÞõ‚','wp-content/plugins/thrive-ultimatum/tcb/inc/license_notice.php',0,'¾c’#BÉç§A\0ÕÌ','¾c’#BÉç§A\0ÕÌ','£­WåuMÌÛêG„„î_Å”¹ÅpG¯3r~E¾±ø«','',0,'?'),('âÂ˜ñÀ¶”^£§Ì\rß‡Ý','wp-content/plugins/thrive-ultimatum/tcb/inc/menu/audio.php',0,'È£ùšé|ÔyNMV2p JB','È£ùšé|ÔyNMV2p JB','Š‡[¥›ÖQâ«_<’³=‚¡ÎàU!þ=µ(‘À58','',0,'?'),('ú\"›R6ÈT>¯0îžu3','wp-content/plugins/thrive-ultimatum/tcb/inc/menu/button.php',0,'ÖáÃÐ/q–òtÙ±—Ñì','ÖáÃÐ/q–òtÙ±—Ñì','—àÁÁjÆAH½wÔ)\\)nhËQ­öµ–×ã‡–†','',0,'?'),('Vn^¯Æ¨~MI%W‚','wp-content/plugins/thrive-ultimatum/tcb/inc/menu/cell.php',0,')š¬Èì œSx¹€þ$‘9',')š¬Èì œSx¹€þ$‘9','$e	ŠÞ©‰0X’°\'Ý”0ÈI#¢D˜žX´Bx´','',0,'?'),('Nx ’þ×‘Þ”ó\n7é¹ð','wp-content/plugins/thrive-ultimatum/tcb/inc/menu/click-tweet.php',0,'±ZTŽå¹ç­\'ie™/!±','±ZTŽå¹ç­\'ie™/!±','LôbæO&#PO¯|Øp±{ÊŠ\'—¬ G¶õj·y','',0,'?'),('“¸\nZmV#TÞTRp:µ\"','wp-content/plugins/thrive-ultimatum/tcb/inc/menu/columns.php',0,'¿\0V<²\'>LôÔ“¨›\\','¿\0V<²\'>LôÔ“¨›\\','É{ll`Çxàªüó½µö”¶úU¡ŽùÆÂ~Óë˜««','',0,'?'),('W3®V\\ÑA…d™&Š','wp-content/plugins/thrive-ultimatum/tcb/inc/menu/commentsdisqus.php',0,'U˜D\'™Æ¢h+¢NsD','U˜D\'™Æ¢h+¢NsD','Å–Ñwäs‹×e†}Â½X§½T2µÁÉ-&u¥¬öô','',0,'?'),('}5R@a‚¾üø÷?óÄ°','wp-content/plugins/thrive-ultimatum/tcb/inc/menu/commentsfacebook.php',0,'&¦ö”UC†áïo;#Ðãn','&¦ö”UC†áïo;#Ðãn','­¼K€]<IÎ\n]ÛˆŸrR-XëÚ¢ë@àÁ-¹4õ€Œ','',0,'?'),('\ZàHÝþqYóàÁ`sŽÜî','wp-content/plugins/thrive-ultimatum/tcb/inc/menu/contact_form.php',0,'ÿÃÁfÍ›A&¤{+î„“','ÿÃÁfÍ›A&¤{+î„“','Bµ6ÚXï‘·lj7b–IÿçŽf²]º¨‡kî!|¿~y','',0,'?'),('¾zÞ¨%ÉÕâÁÞˆ¶Õ{G','wp-content/plugins/thrive-ultimatum/tcb/inc/menu/contact_form_submit.php',0,'©I¥0ý•i®‚9>Þã','©I¥0ý•i®‚9>Þã','ý•”õ]#Ê?î4:îg…ÎØú–·æ«Àº}•ŒWLU?','',0,'?'),('ú]ÔA×Õ§ÞX¥(1','wp-content/plugins/thrive-ultimatum/tcb/inc/menu/contentblock.php',0,'‡ó9„É]âv:)¤\'','‡ó9„É]âv:)¤\'','wi›OM–<å¬8Û´—–Ù$ãàæ9[™¨\ná¯.','',0,'?'),('ƒZóËh‰¸dÐ ÌÃJç','wp-content/plugins/thrive-ultimatum/tcb/inc/menu/contentbox.php',0,'3T´B5o£\ZÇš4$jÏlË','3T´B5o£\ZÇš4$jÏlË','@nuµó…àë§X\"Ö–c²!„¬ÛÑÙ6˜”âŽ','',0,'?'),('Q$£è|jrîG®iºDÅî','wp-content/plugins/thrive-ultimatum/tcb/inc/menu/countdown.php',0,'ùàÂË—bò\râ9³>¶<','ùàÂË—bò\râ9³>¶<','­.ý{k¦ñU’Ïµøy5pŠUZ5¤€¥¨0‡aB','',0,'?'),('* -VÁÅuëY%\0ÄÌ','wp-content/plugins/thrive-ultimatum/tcb/inc/menu/countdownevergreen.php',0,'ß*†Èó@Yá¯®èißU','ß*†Èó@Yá¯®èißU','°Ÿ ‰J»g¤¶ÊjŠc€rûU{>\nÂYH','',0,'?'),('s¬™o,XNL¾ÉÉ× \n','wp-content/plugins/thrive-ultimatum/tcb/inc/menu/credit.php',0,'^ûZP.†Êk1TÚ=8ä%','^ûZP.†Êk1TÚ=8ä%','{rà¹[·Ÿ%‡UÆÖ´­c¼I\0¸Ÿ\Z—ôâü¦À“','',0,'?'),('žö!›Ê†_*—ë£9<è0','wp-content/plugins/thrive-ultimatum/tcb/inc/menu/ct_symbol.php',0,'•+ùò *‹›\'ži.','•+ùò *‹›\'ži.','Ýö+\0|ˆRò·µÒpàØÓÅ\n»®öm½q‹öœv;','',0,'?'),('|’´ 7	­òÁR4	H5}','wp-content/plugins/thrive-ultimatum/tcb/inc/menu/decoration.php',0,',£Žà\'Â”%bSD†%¢Éˆ',',£Žà\'Â”%bSD†%¢Éˆ','Ööê-y%ñ?ÚËì973FæƒÐ;Ä+·\Zó.æÈÓºþ','',0,'?'),('¾‡Wx•¤¿q¥§(Ive','wp-content/plugins/thrive-ultimatum/tcb/inc/menu/divider.php',0,'¿¿^W5¬ÐŒçØí,º','¿¿^W5¬ÐŒçØí,º','ÅrÍwÜJZÀn4 scµâµÒ–rzÍÜøÝt±G¿ô','',0,'?'),('šhra ·›$Xñtn 7','wp-content/plugins/thrive-ultimatum/tcb/inc/menu/fillcounter.php',0,'ÓÄtÿJ\'ñAEC‘>ü','ÓÄtÿJ\'ñAEC‘>ü','h­åÑ^[¹ˆœ%êö—˜Ç`À#UáLqÜƒ]½(','',0,'?'),('+ŽY[‹\'QuÜ²˜®LÈæ¡','wp-content/plugins/thrive-ultimatum/tcb/inc/menu/footer.php',0,'²\0\nÁSŽ÷C\'¦÷®üMê','²\0\nÁSŽ÷C\'¦÷®üMê','ŸnM“¹	”H Ô66l¦ŽºýaðÌ/t¡w¨B•µ','',0,'?'),('P+Ã0¬–vèåi7¢Ùè','wp-content/plugins/thrive-ultimatum/tcb/inc/menu/form_submit.php',0,'þ¸?*å#ÍG?K¦Œ!¬','þ¸?*å#ÍG?K¦Œ!¬','N9Y½–ÙùVöŸG·Aƒë<™eŽ°­-qÄn–àŽ\0','',0,'?'),('	ÃúÉASi¦<>F“r','wp-content/plugins/thrive-ultimatum/tcb/inc/menu/general.php',0,'_¸S«n2ÓÂûî5š\'ú','_¸S«n2ÓÂûî5š\'ú','[h¦Û5[Ë³™¾	\0þ*^qy=\rìÃ÷ åX¹ä','',0,'?'),('×BîØLLæäÔãÝ','wp-content/plugins/thrive-ultimatum/tcb/inc/menu/gmap.php',0,'€¿_ÊTû’¢j2n\r','€¿_ÊTû’¢j2n\r','‚Å….¹06”*Žº˜O/Eê‹-AëbŽ¬æÖÃÑi','',0,'?'),('Q\\E“+f¿Å¤Ø|Èw','wp-content/plugins/thrive-ultimatum/tcb/inc/menu/header.php',0,'6AJ9RÝ_Ðî”{qËÓ_','6AJ9RÝ_Ðî”{qËÓ_','–y\"‰ÿáBmÓè•ÃðÑ@õb©âWS(iä¹~÷Ù','',0,'?'),('Kõ¬ëgË—ß^Bj[A£','wp-content/plugins/thrive-ultimatum/tcb/inc/menu/html.php',0,'³µ{; 7 ˆ¾Iä,‹','³µ{; 7 ˆ¾Iä,‹','„ã~˜\\eâ8+ÉùßüTœ~Z*›-5µ:¾=±4{','',0,'?'),('·ú	øzÉI$÷¶›','wp-content/plugins/thrive-ultimatum/tcb/inc/menu/icon.php',0,']¨Î¼”ø”eU`~ßú<',']¨Î¼”ø”eU`~ßú<','$aP¸\rÆ#¡2ïß“QÞ¦¡Ä5ÁÒx±­q¬Š´O„','',0,'?'),('ì¨EOÏDºe¤€O/Ã“','wp-content/plugins/thrive-ultimatum/tcb/inc/menu/image.php',0,'5q•xU‡‹;¡È˜$','5q•xU‡‹;¡È˜$','ÔZÖ5¿ W¸%Õ+ìµL¥|Mx4BiÌŒõ“Å¶Œ','',0,'?'),(',ŸËÊi\"óŒ_®í¿øåyã','wp-content/plugins/thrive-ultimatum/tcb/inc/menu/landing_page.php',0,'ð½¬„U‰’\'µU¾K‚mÂ','ð½¬„U‰’\'µU¾K‚mÂ','jñß¼þÿ»@Öªœ’x•µ^qUœÕ\r5µJ[\\‚Jg','',0,'?'),('ñgm½gf…QrÄ×°ˆ','wp-content/plugins/thrive-ultimatum/tcb/inc/menu/lead_generation.php',0,'±½è¦ç³Oô‹:ÿibÌ4Ð','±½è¦ç³Oô‹:ÿibÌ4Ð','\0dâmËqvïØõxÑÃÁÄ\nŽJÜ…•ü«ŒÕ‚“','',0,'?'),('ä¯¶\"S¡Î[	U‹dêë±ô','wp-content/plugins/thrive-ultimatum/tcb/inc/menu/lead_generation_checkbox.php',0,'|àc\nXÖÅ3$yyÆ¢Ý','|àc\nXÖÅ3$yyÆ¢Ý','W¨4€Iþ³ë9\\¨â]Ö\0F¾ýñ°G–x[–]Ð¬','',0,'?'),('—Ö\r„ÁÑ»‚2UG/½†','wp-content/plugins/thrive-ultimatum/tcb/inc/menu/lead_generation_input.php',0,'FŠb¨Sôch.07å›2u','FŠb¨Sôch.07å›2u','ù°K‰ŠO>°AD°ç{»d‰°÷° ²ª^(','',0,'?'),('!÷”=®Ÿfy™Ú›òBr','wp-content/plugins/thrive-ultimatum/tcb/inc/menu/lead_generation_radio.php',0,'S¦³½2)ÏpØ§¼&!„','S¦³½2)ÏpØ§¼&!„','‡-& Z¸xbGuŒ°çGökâ¼GÔ¬^`1	%6ŸPó','',0,'?'),('÷þ:€bPŠÞ–¶Ó­µ','wp-content/plugins/thrive-ultimatum/tcb/inc/menu/lead_generation_select.php',0,'”¿ŠA=‹È9´y†‘5','”¿ŠA=‹È9´y†‘5','ý\nž<T¨oy’‡	´ŸS¢¼xÄ€•÷X‹ÇÁ£kñ','',0,'?'),('x£ªÿàòO~ÅÐ$','wp-content/plugins/thrive-ultimatum/tcb/inc/menu/lead_generation_submit.php',0,'m«÷m¸Qäîê:','m«÷m¸Qäîê:','±5œ&Üñ†ô<JlÀè€Ã¡¤Ÿ3žž›Å‡n?$§','',0,'?'),('Ö¦2`n%öÈyÓôá','wp-content/plugins/thrive-ultimatum/tcb/inc/menu/lead_generation_textarea.php',0,'¯Ó`¢×Òi½[4ÝmçOÔ','¯Ó`¢×Òi½[4ÝmçOÔ','G—%}ŒïôÁQ¨Ey~Ë¡÷dV¾8‡cžRyP','',0,'?'),('^e¤†6œ4&øSâL¤','wp-content/plugins/thrive-ultimatum/tcb/inc/menu/lightbox.php',0,'ô÷Ç×8*°[ÿ\n=½','ô÷Ç×8*°[ÿ\n=½','ž°êÛUmÁÔ‚¸Ï8ö^\Z¸ï@í·›—Í\"F ÓËÔu­','',0,'?'),('{Z(`klÿ›J­àf%','wp-content/plugins/thrive-ultimatum/tcb/inc/menu/link.php',0,'¾ê§L$b=çíá\n','¾ê§L$b=çíá\n','…¶‡Aú*ãšÜª)ãnW†1þ´c×ö]ÖˆN\n','',0,'?'),('ôe†ŠëmëŒ\"rÅ','wp-content/plugins/thrive-ultimatum/tcb/inc/menu/logo.php',0,'Hý¯G|¢ì\0í¼Þ','Hý¯G|¢ì\0í¼Þ','ì4Ã~Ú\\í9 £ýÉKð\'²ˆ0UX<ôŸ„ÛC','',0,'?'),('ó-ÄìGòËª %hdNqÏÆ','wp-content/plugins/thrive-ultimatum/tcb/inc/menu/lp-text.php',0,'MÅ\' É½HjTNáçv¨¥','MÅ\' É½HjTNáçv¨¥','éG‚ö—º:Ö$€Ù3çƒÒ?ûwe<ë¬}n&\"L@µ','',0,'?'),('§=À˜õ»<?Ã)t,Î3}','wp-content/plugins/thrive-ultimatum/tcb/inc/menu/megamenu_column.php',0,'¨t¢Q9}W¡{€T÷ƒ','¨t¢Q9}W¡{€T÷ƒ','[D‰Ô¦je{ÙÆrÖùô(rH-ô|Î!\"½Àôh³','',0,'?'),('#í­UùE£†„±lr¡Ññ','wp-content/plugins/thrive-ultimatum/tcb/inc/menu/megamenu_dropdown.php',0,'h°Ë&Æœ›™ñÑžéo	','h°Ë&Æœ›™ñÑžéo	','i‰}?Ýl®Ç×`åìëÜ\ZO…ÇæŠÑþZm^˜S','',0,'?'),('cì¯ßybØüÎVšˆÊžTn','wp-content/plugins/thrive-ultimatum/tcb/inc/menu/megamenu_image.php',0,'‘JªÐçš_6†p5,d','‘JªÐçš_6†p5,d','Ç\nÚ8l\ZÕÑÐ…ÒKÉTlÎ?Ë|÷œ\n6AÒI\\Ø=','',0,'?'),('Ž™Ôþ:IœšÛ•Œ´ÍY›_','wp-content/plugins/thrive-ultimatum/tcb/inc/menu/megamenu_item.php',0,'sèb}pÛÒH }Sñ¼ãµ','sèb}pÛÒH }Sñ¼ãµ','G\\óe\0]‰—´µÃÈö¤j&@Îä\"êöŸ,ñ-n–Å','',0,'?'),('‘³±¿VîqØÌÇ›–°î','wp-content/plugins/thrive-ultimatum/tcb/inc/menu/menu.php',0,'Üu±á*#~ƒÙ×Dl2Ç','Üu±á*#~ƒÙ×Dl2Ç','$çmËçòv#|ÔÐNÃZ?g3±‚íÙ<>Ó¹°¡s/1','',0,'?'),('ofôC[±oHïq˜îXà','wp-content/plugins/thrive-ultimatum/tcb/inc/menu/menu_item.php',0,'¬@8NºTÊNìœ¯·','¬@8NºTÊNìœ¯·','íi^)‘ªÿi2ÆÌ´èªÐ%k21¯êîuu[ €‚','',0,'?'),('VO¢€/©À\\p×F’ ^F','wp-content/plugins/thrive-ultimatum/tcb/inc/menu/numberedlist.php',0,'xÍE\Z9HßèH|èn—','xÍE\Z9HßèH|èn—','¼ÍVV„Ýþy7&Ý£O7S¤ð`eu|Ýy\'X}6§','',0,'?'),('f{Ë´ÎÕöœÊýz]à','wp-content/plugins/thrive-ultimatum/tcb/inc/menu/pagination.php',0,'¨,·–\'ýÑ@Âü}!\n€ó','¨,·–\'ýÑ@Âü}!\n€ó','O[–ÿÂÇr•o½;’I¶`þèê‘[phŠïìã¬G','',0,'?'),('ÍØ>w÷Ø¤!ŒØwŸ¸Ñ°e','wp-content/plugins/thrive-ultimatum/tcb/inc/menu/pagination_button.php',0,'§ö\ZTwtöl™òË†','§ö\ZTwtöl™òË†','>²FÿæØ¶èÀk€Rý\'šA’7ºÙäKø„õ?¦xË‚','',0,'?'),('T1X–\0j	FÄx±]J:','wp-content/plugins/thrive-ultimatum/tcb/inc/menu/pagination_label.php',0,'pFTyY• Úã^hqÏÀ','pFTyY• Úã^hqÏÀ','7;`y»œ\n(µßAZÄÀß¸óþu¤«[X	JŠr#¿','',0,'?'),('ÂØU‚rZi\\Bì€E»Ã','wp-content/plugins/thrive-ultimatum/tcb/inc/menu/post.php',0,'’Fú	cê¥\\ÕÄÂÎf','’Fú	cê¥\\ÕÄÂÎf','k\rNœy¤7\' (]L4Ãóþ˜Õ–ßóÐ“YOý†spU','',0,'?'),('MÈñ}áË±6ê½|vyâ','wp-content/plugins/thrive-ultimatum/tcb/inc/menu/post_author_name.php',0,'*ˆ„?<§<(à²¹÷Æ÷Í','*ˆ„?<§<(à²¹÷Æ÷Í','\0µdS®}£Þ?I7G×Ò„¡ÖEÇ0\n(‘ø¥*ú','',0,'?'),('Ì/¬µ@Õt·L‚QUTR','wp-content/plugins/thrive-ultimatum/tcb/inc/menu/post_categories.php',0,'!Îù†\Z=µ#œŸÇä‰»','!Îù†\Z=µ#œŸÇä‰»','ŽÑf\n3:\0sÓaöÔ~Y÷»\Z@`Ç·ü¢¹â!ÉŠs','',0,'?'),('Í9¶,T•_amÉ“¡Y‰Õÿ','wp-content/plugins/thrive-ultimatum/tcb/inc/menu/post_comments_number.php',0,'=yÞ’çÀÐïÔ™vA<hå','=yÞ’çÀÐïÔ™vA<hå','Gå˜¼‘ìû@ÝÍ\'ˆ]S|Kº<(ÆwÁî®³¶°','',0,'?'),('‹¬Å\ZÜòob¹²€^Ù','wp-content/plugins/thrive-ultimatum/tcb/inc/menu/post_content.php',0,'û>;V»ÆwU4Z´?é','û>;V»ÆwU4Z´?é','tUáH];®ŸÁeX}‚WB6æèPóó^¥Á\Zv^','',0,'?'),('#†™Oá‡5”Ë›™','wp-content/plugins/thrive-ultimatum/tcb/inc/menu/post_date.php',0,'g~z/jôß[´œRî7GV','g~z/jôß[´œRî7GV','µD«`0–Ëîµv¸‹d|ï5(FoèÖÇVK4]‚Ä','',0,'?'),('<¢ƒ…¾BÏ<D ô','wp-content/plugins/thrive-ultimatum/tcb/inc/menu/post_list.php',0,'ÆÒÅé‹§h\rÄ¦TPQ [','ÆÒÅé‹§h\rÄ¦TPQ [','6³ü\'7>r¼Å—ÁïænøçØ­:^dÌ	º×>#Iœ–','',0,'?'),('¯.ËTj´¡n$9žÌ‰f','wp-content/plugins/thrive-ultimatum/tcb/inc/menu/post_tags.php',0,'äoü“F^Äh-WµÅO»!n','äoü“F^Äh-WµÅO»!n','ð<`òÖQrÁ¯4¥„A€lmž0x_ª1õyÈÒ','',0,'?'),('oKæOÄ«òr$³„hÕ','wp-content/plugins/thrive-ultimatum/tcb/inc/menu/post_thumbnail.php',0,'õ‡g]…Ak€ÝÃOª)M','õ‡g]…Ak€ÝÃOª)M','³µJà>¯ü4µŠ‰E¡¢¬aCÊ\'ûßFšøcº¼D\"ü6¸','',0,'?'),('Š§ŠPÐfk÷ÖûL\"-Î','wp-content/plugins/thrive-ultimatum/tcb/inc/menu/postgrid.php',0,'JáCÐÛuj;|ú`žiU','JáCÐÛuj;|ú`žiU','Ì¼Sß8\r/ŒpbG½½œ{ÙÞ^í`”ûÒŠáƒ4','',0,'?'),('ãŒzËF©8nKˆÛNg','wp-content/plugins/thrive-ultimatum/tcb/inc/menu/pricing_table.php',0,'¿vF…ÆÓQÑZm¾MFœ¤','¿vF…ÆÓQÑZm¾MFœ¤','qFF¤yôµZœÏ	)ÎxiñmåM¥MÑªo!óå›Ã','',0,'?'),('©õ4|¼Ë~3¥,Ã¯@Õ','wp-content/plugins/thrive-ultimatum/tcb/inc/menu/progressbar.php',0,'‚ —\"ž§çñ 5¬-š†','‚ —\"ž§çñ 5¬-š†','¬pwX\'FÌ—\":Ázp\'Ußžh¿ÄïnV€3…X5œ','',0,'?'),('·Ä§7mzƒ‘­1•SS+5','wp-content/plugins/thrive-ultimatum/tcb/inc/menu/rating.php',0,'e{3ŒàÖ¨Äñn)8„Ò','e{3ŒàÖ¨Äñn)8„Ò','Ûª**\0’à´\n§×Ù›ûÚŠ¥»ëô¾šwIõÒÑ','',0,'?'),('çßàû.××FÓŸ=¥ƒ\rƒ–','wp-content/plugins/thrive-ultimatum/tcb/inc/menu/responsivevideo.php',0,'—R˜unŽ«Òa•«\r','—R˜unŽ«Òa•«\r','#ãØÿa<jz9ç£­\"adðt|U!`±!‹îçBlH','',0,'?'),('ÅÝ¬S…>YønæYÓ®¾','wp-content/plugins/thrive-ultimatum/tcb/inc/menu/reveal.php',0,'W¿aóÖ7¦Ñ“{	~>','W¿aóÖ7¦Ñ“{	~>','‹½¨öS[ƒÝœ0¦¥é†QžSÉ[EÄÙ(Üìm6“','',0,'?'),('“¸q&L\"H*äLÈ»»†','wp-content/plugins/thrive-ultimatum/tcb/inc/menu/section.php',0,'¶?f©Ž1¾}&=`','¶?f©Ž1¾}&=`','ŠôÉå:2|¹¿_6>¯6hŸhK§Ê%Ša[ß»ß','',0,'?'),('tþ8Ÿ.¤îà”üWbò','wp-content/plugins/thrive-ultimatum/tcb/inc/menu/social.php',0,'Ù¡,cÈô–Ïz~Ëp','Ù¡,cÈô–Ïz~Ëp','/¥×¶J²›-â6>a|õ„B3±w±^Ë‹‚¼sJhWÌ','',0,'?'),('ëZ &9ÖØV¼’hu´','wp-content/plugins/thrive-ultimatum/tcb/inc/menu/styledlist.php',0,'Éo¦‰6‘bŸûÄ¬\r','Éo¦‰6‘bŸûÄ¬\r','ÝÆ&$ã«Óló	EKa\\sqÿãÉ±1&`r6W6u','',0,'?'),('6,›L÷•ixµy¥B³u','wp-content/plugins/thrive-ultimatum/tcb/inc/menu/symbol.php',0,'Ì4”sîÚÁÌÔ;Yç_Wkx','Ì4”sîÚÁÌÔ;Yç_Wkx','~E¯]ù°Ü%Ùq+­5wo>Éoä{¼3<Ýxø©','',0,'?'),('ð„uŠñé}nž’\n','wp-content/plugins/thrive-ultimatum/tcb/inc/menu/table.php',0,'YH\'‰ô ·Gm/L©','YH\'‰ô ·Gm/L©','nÃÊm>]o’ël4ùû7ÑæM:°Î`û7¸ôÛ›QÕ','',0,'?'),('p	‘ºy‘Áý–„K/¤Ó	','wp-content/plugins/thrive-ultimatum/tcb/inc/menu/tableborders.php',0,'5/Ï\Z2dòï<€ïZ?:l','5/Ï\Z2dòï<€ïZ?:l','ŠBTB\'IÛØ|%ˆ7ä¥U3=ˆF‚ÆÂMÛ¦4X','',0,'?'),('PÞ`	ø70íúûuÊk','wp-content/plugins/thrive-ultimatum/tcb/inc/menu/tabs.php',0,'¶ö¡g½ùF‰óÉmö0Ë¥ú','¶ö¡g½ùF‰óÉmö0Ë¥ú','ä1ø$$Ð…µl\Zhøå=½¸éÆ>]QýjSQž—','',0,'?'),('cQsÌ-(Fu¸ñÍ0¢','wp-content/plugins/thrive-ultimatum/tcb/inc/menu/text-type.php',0,'±ë˜|Æ¤ICÚ«6ß ù','±ë˜|Æ¤ICÚ«6ß ù','Ãv¸,3^~ümè}³vQçT„ð*;tKTŸ©Ðfp‘','',0,'?'),('\\¹£xêÚø©ÈJ‰ãŽ´','wp-content/plugins/thrive-ultimatum/tcb/inc/menu/text.php',0,'ä*MnÛt¦èá\ZIÅ%îm','ä*MnÛt¦èá\ZIÅ%îm','8”‹\rÄM	<ÍulÒE\0õA¢¦…ß¥ZIƒ\rx»ï','',0,'?'),('¹RqA¾J7Bš¢‚ód3F','wp-content/plugins/thrive-ultimatum/tcb/inc/menu/toc.php',0,'¦xölõþ5¤æÐ0Öo*cô','¦xölõþ5¤æÐ0Öo*cô','â¨îìã•RõÔ&eUšJ‰ÄbZî½½6Sï°ƒçI','',0,'?'),('Å£Ì”‚-\\º@û³è','wp-content/plugins/thrive-ultimatum/tcb/inc/menu/toggle.php',0,'ÌÔÏW°s_Êl¢%ÀQ','ÌÔÏW°s_Êl¢%ÀQ','Öw\n$¦åuÔR]ÔrìòDº´l¿à:¢úgJ‡›â','',0,'?'),('³\ZÞlq!ýÆî®ÚÁ÷','wp-content/plugins/thrive-ultimatum/tcb/inc/menu/widget.php',0,'bP\0œÁ´•­Ùˆæ”‡ú','bP\0œÁ´•­Ùˆæ”‡ú','3Yô%é÷¦ßzæ¾ƒøª\"9t›ÒðìKÇ<°ðÓ','',0,'?'),('Æ¸WÛÖÌÛ>gœT.hr¿r','wp-content/plugins/thrive-ultimatum/tcb/inc/menu/wordpress.php',0,'¿²í”P$.3*’H»—E§','¿²í”P$.3*’H»—E§','RÔÏ€å€“ˆNlûIÝ¿Fýë×˜?]ùÂßÎKL','',0,'?'),('5¥õËd°­\ZZ¨î—Ž','wp-content/plugins/thrive-ultimatum/tcb/inc/views/actions/animation.php',0,'WÚ®ßJc/Îª¤ÃŸÙ','WÚ®ßJc/Îª¤ÃŸÙ','f8³1ºšq{B2\ZŸogÌN|e*8ÛÍÏ£úq\rW‡’Ò','',0,'?'),('?ˆ¸ÈVgšÚ¶P5œ…º ','wp-content/plugins/thrive-ultimatum/tcb/inc/views/actions/audio-providers/custom-extra.php',0,'r‘4Ñ=”ü?h¯´	Jö','r‘4Ñ=”ü?h¯´	Jö','€m©×¡¥9Ú¢†	ŠM5t@ÀÅ”…º\"Hm\'åù`Œ‡','',0,'?'),('hH…³—þ/æÉ‘ºï²*~;','wp-content/plugins/thrive-ultimatum/tcb/inc/views/actions/audio-providers/custom.php',0,'Ù˜n[ŠYÞéìùíŽ','Ù˜n[ŠYÞéìùíŽ','ø¼ÐäÂ4-ôëÿlw‰ðžd…$MóC9ÜµºAV;’','',0,'?'),('Aß‚ð~”¹p½oæá’ïÎ','wp-content/plugins/thrive-ultimatum/tcb/inc/views/actions/audio-providers/soundcloud-extra.php',0,'öæíBÃ¿-§®ìÉktŒb','öæíBÃ¿-§®ìÉktŒb',')œŒìdŽ[ˆ\r<‘À—+T…álw9“oRC ‘¯¸','',0,'?'),('t$		–|-¶&×¾þ¹F','wp-content/plugins/thrive-ultimatum/tcb/inc/views/actions/audio-providers/soundcloud.php',0,'\n¶_.ˆ\r‡`B¡nùM86w','\n¶_.ˆ\r‡`B¡nùM86w','it²éZ ð	²Ábro”bÎºi†e0ñ«a¹!w_u','',0,'?'),('yR=û²ýWŸ.y2','wp-content/plugins/thrive-ultimatum/tcb/inc/views/actions/audio-providers/spotify.php',0,'ÖÊ˜wü×‚iÄñÀãØ½','ÖÊ˜wü×‚iÄñÀãØ½','fÖ2üÚ¤d©üôÇõÖÔúU‘‡\Z„Ÿj“þœ‘*êÌJp','',0,'?'),('Ëî÷$1!¬ËØc»þ@vV','wp-content/plugins/thrive-ultimatum/tcb/inc/views/actions/close-lightbox.js.php',0,'Š­ÛlÔ¦ÅŽªbù)£','Š­ÛlÔ¦ÅŽªbù)£','ÿWÐš	$«n] +sä«€æw.¨E®h=ìu6ë‹Â','',0,'?'),('r\n/u;\0£©Ïþ±’9','wp-content/plugins/thrive-ultimatum/tcb/inc/views/actions/image-zoom.js.php',0,'	J­ýèÆ?²0§C\Z¡','	J­ýèÆ?²0§C\Z¡','ò¤fÅ[”&B—õ¼éo™÷ïcÀ&µÒVtì~Ëò','',0,'?'),('´Ó	ù=ZÞ¤ütíÎê5ó','wp-content/plugins/thrive-ultimatum/tcb/inc/views/actions/lightbox.php',0,'7q_O5CùúÙ†y±Ð,¯—','7q_O5CùúÙ†y±Ð,¯—','†\\7ñ±?I¦b÷Ø\\Pr$e¯4Füvô·gŠÅÙ\nß','',0,'?'),('D.¿.8ûnéT¦(¿{J','wp-content/plugins/thrive-ultimatum/tcb/inc/views/actions/link.php',0,'1ï] ,Y´fCÒ2','1ï] ,Y´fCÒ2','í(ˆ­ËçTŽ¥$á«udDË²¯h³ÅÅ¬¢\rmU·Ñ','',0,'?'),('¾›l4Â©yþHÑJŒ','wp-content/plugins/thrive-ultimatum/tcb/inc/views/actions/responsive-video-providers/custom-extra.php',0,'Ö?Ètž°Žþa¡–GŒ','Ö?Ètž°Žþa¡–GŒ','Ü!–m‰Xds^¡¡ŠÂÅ=Y.Ý8Kg¢uŒ.Šžî`‘','',0,'?'),('ü\rjÒ‡\\Óà¤FõáãÐ','wp-content/plugins/thrive-ultimatum/tcb/inc/views/actions/responsive-video-providers/custom.php',0,'1òÁcû› „y‹éc','1òÁcû› „y‹éc','gIÑ×ÂC¿ *:/7óàÉo›€Üý×œ\'f','',0,'?'),('DTa¸3‡9”qu/3A@á','wp-content/plugins/thrive-ultimatum/tcb/inc/views/actions/responsive-video-providers/external-extra.php',0,'Ö?Ètž°Žþa¡–GŒ','Ö?Ètž°Žþa¡–GŒ','Ü!–m‰Xds^¡¡ŠÂÅ=Y.Ý8Kg¢uŒ.Šžî`‘','',0,'?'),('â@5k€üÃý‡Âñ`Ç«','wp-content/plugins/thrive-ultimatum/tcb/inc/views/actions/responsive-video-providers/external.php',0,'.9Õº+?Gä3ð†-','.9Õº+?Gä3ð†-','Ä7í)	Ç¼%œ®r²l½t~#ûóë8×Î,Þ®‹ãú','',0,'?'),('Ø©åÎÖ—Î–Ë’{.Ûo','wp-content/plugins/thrive-ultimatum/tcb/inc/views/actions/responsive-video-providers/vimeo-extra.php',0,'Rïwª÷„ceåPÖÒxÌVå','Rïwª÷„ceåPÖÒxÌVå','a R‰c­Q²A$\'Ñ‚§¯%µÀE`‘Þ®rçêˆJˆhW','',0,'?'),('õtöÑìÖ>ï=\"Å˜ã','wp-content/plugins/thrive-ultimatum/tcb/inc/views/actions/responsive-video-providers/vimeo.php',0,'£ùÇ¤d ‡7GÅN±_K½Ä','£ùÇ¤d ‡7GÅN±_K½Ä','B\\Œ€×É-—:š;Ôûž°À„4IÚ–É°-Æ','',0,'?'),('°b±ÝR\"»àÌd¸t°F','wp-content/plugins/thrive-ultimatum/tcb/inc/views/actions/responsive-video-providers/wistia-extra.php',0,'r¦nl«’GK{iY•Ÿ¼','r¦nl«’GK{iY•Ÿ¼','eô‡Z3KÙáKOæR\"lÒ´p\ZkB‡·èÉT','',0,'?'),('ìR28dä•ŸP)*ÒK','wp-content/plugins/thrive-ultimatum/tcb/inc/views/actions/responsive-video-providers/wistia.php',0,'Ñ6çù·U{Î¡‰£Š','Ñ6çù·U{Î¡‰£Š','Õÿ$yúr?÷Åã;ÚòñßqY·Ù¶6qUé|b_o','',0,'?'),('±\'^·$¤)k•?ß—èe³','wp-content/plugins/thrive-ultimatum/tcb/inc/views/actions/responsive-video-providers/youtube-extra.php',0,'qSÌgá6Îƒ)Þ3Mò_›','qSÌgá6Îƒ)Þ3Mò_›','<×`D­3mºŠ”Ý7Í3vbŽR>A8\0¨iÞE','',0,'?'),('QNøéŸöXŽRs{ú©=','wp-content/plugins/thrive-ultimatum/tcb/inc/views/actions/responsive-video-providers/youtube.php',0,'!ÚÖ:Õ•ŠLv\ZáD­1','!ÚÖ:Õ•ŠLv\ZáD­1','¡ê÷	)f’ˆOø_ÚZ­ûšQ\r„9n(wÏ°9RW:','',0,'?'),('ÌÂ-\\*IÝ?¢õ`D}¬','wp-content/plugins/thrive-ultimatum/tcb/inc/views/actions/tooltip.js.php',0,'\nóÌŽEYô#Ú½­úw1','\nóÌŽEYô#Ú½­úw1','+™#ãâú×ýTL&nÿãMNÖ”RrŽ„d	Oéü¯','',0,'?'),('Ç£éÈ&ÿ>@Ã4Kö£$P','wp-content/plugins/thrive-ultimatum/tcb/inc/views/actions/tooltip.php',0,'s…8ŠîSãP¼_óFPŸ5','s…8ŠîSãP¼_óFPŸ5','FPâIÂEÈÎðÈG\n‹î®­X©?“Ï†Åœ{d','',0,'?'),('»ô±DæwEN“2Ça/Œ:Ö','wp-content/plugins/thrive-ultimatum/tcb/inc/views/actions/video-popup/custom.php',0,'erÀTü“qdÏ\ZÀH@»¢','erÀTü“qdÏ\ZÀH@»¢','¦ïj© ŠDŸxR¥)/;Dh\rXrvY–hVýa','',0,'?'),('Ü8 d%˜ó5[(÷™“‹','wp-content/plugins/thrive-ultimatum/tcb/inc/views/actions/video-popup/external.php',0,'E*Èð*çßõŒ<$«¦è','E*Èð*çßõŒ<$«¦è','Ñ—\'\"…´C yÑÝbûC/àæ#€Ó\0ÆÇ™0','',0,'?'),('B8º°¯X´ŒÇöPÛ.eÊ','wp-content/plugins/thrive-ultimatum/tcb/inc/views/actions/video-popup/vimeo.php',0,'Q\n¯ŠïÝÝ9ý£P\r¥µË','Q\n¯ŠïÝÝ9ý£P\r¥µË','Ã¾ã%ábiãQø†£`€×ÍU¼ÎóDÚ·fœOÁR','',0,'?'),('•\nÉ½E©wáÐÙbHöÏ','wp-content/plugins/thrive-ultimatum/tcb/inc/views/actions/video-popup/wistia.php',0,'e¡Êæ\ZõWå®RÖ´‰’','e¡Êæ\ZõWå®RÖ´‰’','bÍ\'¹ELãŒpX[ú¯)”NÞG’{ŽMsÆYš*Æ','',0,'?'),('ßÈ5´5\Z)Ú|ËX-T¦','wp-content/plugins/thrive-ultimatum/tcb/inc/views/actions/video-popup/youtube.php',0,'aÊµ\'”‰»…°üGÉ\r','aÊµ\'”‰»…°üGÉ\r','CPÅaÀ˜èý\']ºJZBzÀÜwJôý(}x÷M>—','',0,'?'),('•\nRpTê0ŠèNö4÷Ò','wp-content/plugins/thrive-ultimatum/tcb/inc/views/actions/video-popup.js.php',0,'. -ùD^0\rè\\¬','. -ùD^0\rè\\¬','sÔeÝÀOžätY`}z\Z\nRý{ñk±2æ','',0,'?'),('”é’ºÏˆ³´Ÿn½Nå','wp-content/plugins/thrive-ultimatum/tcb/inc/views/admin/cannot-edit-blog-page.php',0,'SžƒºÏ†(â°ôÄü‰ö','SžƒºÏ†(â°ôÄü‰ö','JL^¨F¹g—!i¦åÐï-Ù<”(JVblÍ†{Žì','',0,'?'),('²î¦k)ý³×]@˜l½','wp-content/plugins/thrive-ultimatum/tcb/inc/views/admin/page-loader.php',0,'=‰&-×‚:8688Æã','=‰&-×‚:8688Æã','Á˜fp ÜƒäÖ³2)ü6ƒu	§¬¸Fúg´>6','',0,'?'),('Xy!³Q#Úßá˜¾\'8Â','wp-content/plugins/thrive-ultimatum/tcb/inc/views/admin/post-edit-button.php',0,'\Z¤_#•óÚVç¶\ZâÃþ®_','\Z¤_#•óÚVç¶\ZâÃþ®_','þ~iöj\r~S)¨ÑÕÝ{#Ä£B‘¯Gúñx=ZB)','',0,'?'),('ZÍÕ¦Y¤G+lßšH<Iõ','wp-content/plugins/thrive-ultimatum/tcb/inc/views/central-style-panel.php',0,'…ƒªV˜âÄ8‹Œiš Ï','…ƒªV˜âÄ8‹Œiš Ï',' ÷Ã›@_üS¤û6Ð­ùþ¼ÍbÀ±‡ƒ¨ï¢$¡÷2','',0,'?'),('«ãÖ°;Êó˜@`jäÜ»u','wp-content/plugins/thrive-ultimatum/tcb/inc/views/control-panel.php',0,'2}±×Lt×:o?Ÿ\0xs','2}±×Lt×:o?Ÿ\0xs','ÙÿéÊdvaHPÈvomßp¹qª¥Œz®','',0,'?'),('d²ÌtŠø?©$ÈåS§¢T','wp-content/plugins/thrive-ultimatum/tcb/inc/views/editor-settings.php',0,'Tuý%ó 4§…9ÓºúÜFÿ','Tuý%ó 4§…9ÓºúÜFÿ','¶À-æ£å“1r`7ÙaÄ ‰èf1\'¸ë\0Ÿ„¼àå','',0,'?'),('ÔŠêÝÁ>ˆlf¬Œi3e‘','wp-content/plugins/thrive-ultimatum/tcb/inc/views/elements/-list-promoted.php',0,'qŽŠxÓ\"¹+TljP‹Øä','qŽŠxÓ\"¹+TljP‹Øä','b–|Už7¡Ÿ~ÇÛâq\Zq—NF–{€ÀKŠJÙˆz','',0,'?'),('ä?Xî6Ýó3¬Æ·š','wp-content/plugins/thrive-ultimatum/tcb/inc/views/elements/-sidebar-list.php',0,'»ÁØToí\\è|Éfß','»ÁØToí\\è|Éfß','ÅkÞ3`\Z*{utiï9ÿŒú×Ø ©z(dJ#¢o¶6','',0,'?'),('òD]zQ\r•bl´ã×AC','wp-content/plugins/thrive-ultimatum/tcb/inc/views/elements/audio.php',0,'”—-ÿHþŸÎÊ','”—-ÿHþŸÎÊ','§J™?ìgSÐ½uy˜dw?»\'Ï–éB\0œx‘o˜Ûe','',0,'?'),('|¢†Vßé}Ì»Á¢+Àö','wp-content/plugins/thrive-ultimatum/tcb/inc/views/elements/button.php',0,'u°Ð%Ê’Â¿m#?Ò','u°Ð%Ê’Â¿m#?Ò','H¶f¤à¦±åŸú¼÷Ó4nä,öÓŸã`é7¼qê','',0,'?'),('¸t2É™~Ï¢yj ®ìIµ','wp-content/plugins/thrive-ultimatum/tcb/inc/views/elements/commentsdisqus.php',0,'·Ž°ÞÈÇ	²N9R½¢r','·Ž°ÞÈÇ	²N9R½¢r','F’Ø±ÚÕh‘¯‹€Cå3/L‹ûX Îü™ÜÂ`¢R','',0,'?'),('I0\0$(€mÅÌ£i¨ð','wp-content/plugins/thrive-ultimatum/tcb/inc/views/elements/commentsfacebook.php',0,'¬SÙ©®¿1£ª‚;bç]î','¬SÙ©®¿1£ª‚;bç]î','úy,IY>›¼­›´».T ÚKôW_]ÊÕýº‡úX','',0,'?'),('J%‡›…›ŸÎóŒØª×','wp-content/plugins/thrive-ultimatum/tcb/inc/views/elements/contact_form.php',0,'+†ß}e™âˆÞ\\Gyý ','+†ß}e™âˆÞ\\Gyý ',' @÷ÿ÷JÏ;ŽZmÒ*gGKLJÂÀ\Zß™u2¨','',0,'?'),('s’‘³âZèÈÅ]_!Ã:]>','wp-content/plugins/thrive-ultimatum/tcb/inc/views/elements/contentblock.php',0,'Î^pè»I¢€˜\',À“Z#','Î^pè»I¢€˜\',À“Z#','5µ(îJÙÙ4áƒÃ±d^}¡É\nÀ½Ý(œy~aûÒ%','',0,'?'),('•c‘§·j•°CÆhÀ¹U\0','wp-content/plugins/thrive-ultimatum/tcb/inc/views/elements/contentbox.php',0,'½úhj~£ÂÚ*\"¡¯Q','½úhj~£ÂÚ*\"¡¯Q','\'§.¨¬½>I½-ÔvFLCÏ<¶QMŒpt/^<)†‘ÍÕ','',0,'?'),('“\Zzð¬J‰™iL{™;','wp-content/plugins/thrive-ultimatum/tcb/inc/views/elements/countdown.php',0,'PvYV­Äºí8!]','PvYV­Äºí8!]','×>Ì	þë¾>!mž¸Éåd¤¶Þñ>½„QMypõ','',0,'?'),('T•†•c+y¸€­Çt}…\\','wp-content/plugins/thrive-ultimatum/tcb/inc/views/elements/countdownevergreen.php',0,'`é—\n“ç®upÊi§×³','`é—\n“ç®upÊi§×³','<)*Ç\\óÓŒôQ,p™Ym^c4!ÜH¢++T1§é0','',0,'?'),('î¼á`m\\~»p/ŠáÂ','wp-content/plugins/thrive-ultimatum/tcb/inc/views/elements/ct_symbol.php',0,'U4ë‘%ü\nY7ôcþRÜR¤','U4ë‘%ü\nY7ôcþRÜR¤','9 i86kSËë-lD¬=Ê¬§EÖK÷\0êAc<','',0,'?'),('9Æ.ïØ©*‰Y #…t)=','wp-content/plugins/thrive-ultimatum/tcb/inc/views/elements/divider.php',0,'¡ç‘Ñ¬ÓCž·dljø¸','¡ç‘Ñ¬ÓCž·dljø¸','ýg@Ëî¥ªd5ðÿ–’\\9þ‰®ÒøRªÏP¥™¥½3','',0,'?'),('\0“gƒ j…¨¹÷T\\\Z','wp-content/plugins/thrive-ultimatum/tcb/inc/views/elements/element-placeholder.php',0,'<@9¡Oj»½ç§´Sê','<@9¡Oj»½ç§´Sê','ªšQ¤Ä*¤a:þ¹xy˜RN%ÍX”^ÛßÉ›¥Ð¶·¨','',0,'?'),('˜±”d¨-’	ð-’¬â','wp-content/plugins/thrive-ultimatum/tcb/inc/views/elements/fillcounter.php',0,'`#h)Éc\0ÖØÚýz¼','`#h)Éc\0ÖØÚýz¼',',²æ§$\'ü)>\0áÂý“óUÝfcä=y¬‰^¯”','',0,'?'),('¹Ó”\0s5Od6ÝÈ·yÕ$','wp-content/plugins/thrive-ultimatum/tcb/inc/views/elements/footer.php',0,'ùuR®Ç`yoS\"´Úº¨','ùuR®Ç`yoS\"´Úº¨','ûÃ¢Ó{9ÍkB\nµìG_[\'¸j’Ô¯k¥ít<Ê','',0,'?'),('-¥ƒÀ*¡\Z/3â«s¨','wp-content/plugins/thrive-ultimatum/tcb/inc/views/elements/gmap.php',0,'yR4ÂªßlPÄlpÌY–1','yR4ÂªßlPÄlpÌY–1','\\íÉkjíDn‹¹mQÁ˜Ç¾ér¯Võ¸•éÁRo÷¨d¶','',0,'?'),('»OÇÃ1´¢Ttß¦mÿ‘,','wp-content/plugins/thrive-ultimatum/tcb/inc/views/elements/header.php',0,'Åì\"“DÞ÷‘8\"~@â','Åì\"“DÞ÷‘8\"~@â','7pç¨Wt’=±™4ug\'z¥=š°oÉ¾¬ÕÓHÍÃŒaÿ','',0,'?'),('@Ä\rAŸzäæÓGgè)Ç','wp-content/plugins/thrive-ultimatum/tcb/inc/views/elements/html.php',0,'1 ð÷‚Ž½rÈ\nÊN<4\Z','1 ð÷‚Ž½rÈ\nÊN<4\Z','Ð¿Ò<h3°Î¥T±¹1Æ?.Y.\rNÔIX\"[3','',0,'?'),('Ê¥ÖyÂ%J+&˜éŽX\r','wp-content/plugins/thrive-ultimatum/tcb/inc/views/elements/icon.php',0,'/€ô6Ñz?ïÇú³Ô Ì4','/€ô6Ñz?ïÇú³Ô Ì4','Bc${~Û¹€\'œ`À¿ÊLK˜ü»ÇÓxEÁÑç','',0,'?'),('*±]ëŽ«þÞ1: ¡×;3','wp-content/plugins/thrive-ultimatum/tcb/inc/views/elements/image.php',0,'×7˜xM¬,«ß/[ô§~Ü','×7˜xM¬,«ß/[ô§~Ü','pËÒ‹²¨Ñùk\'ùR±¯XI]ñßcãq,.d–gr','',0,'?'),('>\'«¡V´âý(­Ypwic','wp-content/plugins/thrive-ultimatum/tcb/inc/views/elements/lead_generation.php',0,'\Zl\ZÏËùÍläs¿Ü¨ŽÑ','\Zl\ZÏËùÍläs¿Ü¨ŽÑ','Ø©,þÊÔ4”b´N¯“„èl³²¾‡†µÈmÊ','',0,'?'),('<&T–6ê”:µMò_-ëB','wp-content/plugins/thrive-ultimatum/tcb/inc/views/elements/menu-generated.php',0,'›x—²àVcßWs»<´û','›x—²àVcßWs»<´û','é5‡7U%Ìë¥y»Õ’©\nõµEis§&xm3Ló','',0,'?'),('bÞÎDR~óÌ dKº/¶€','wp-content/plugins/thrive-ultimatum/tcb/inc/views/elements/moretag.php',0,'.ðvˆp%C_òdÊ´¶Ž','.ðvˆp%C_òdÊ´¶Ž','ÂžùŠ{œóf˜—ÁÝw·°A,÷Õt>®%°\n=_?^þ','',0,'?'),('#ËãêÉú¿~ÞáWº*','wp-content/plugins/thrive-ultimatum/tcb/inc/views/elements/post-list-article.php',0,'žý¼¾²Ç³Õ3\r×Üù~','žý¼¾²Ç³Õ3\r×Üù~','éÖ€ÝhZ&î]Á¤\\ƒO×ßakò Üd²ÜEâD]*','',0,'?'),('2à…›;š¬	ÀwMh žëp','wp-content/plugins/thrive-ultimatum/tcb/inc/views/elements/postgrid.php',0,'ikÌÔ@Î›Å”ìÏr‡Ø','ikÌÔ@Î›Å”ìÏr‡Ø','–,•`%Ì3@qÏ—²ÌÔú×ÞH‰P^“bÒÍ{­','',0,'?'),('häZ«ÇÓLŸo\rïƒ','wp-content/plugins/thrive-ultimatum/tcb/inc/views/elements/pricing_table.php',0,'Øey)¥BõM;!Z#<D','Øey)¥BõM;!Z#<D','ˆÏÍTÂŸÑ\"bBl$oèÒ›B?Ë‰ÔÆ;&f¼‚áÎ','',0,'?'),('úef;oÎ‹6UÓ½‰','wp-content/plugins/thrive-ultimatum/tcb/inc/views/elements/progressbar.php',0,'¿»Rj¯F[h]\"§­ª³','¿»Rj¯F[h]\"§­ª³','ÍÔ°c|í’´øÂh‹ŠHYSˆ 8°S8’£ˆ÷—Þ…k°','',0,'?'),('¡ƒ»Õ‚¶\"uæ\"Áà¿','wp-content/plugins/thrive-ultimatum/tcb/inc/views/elements/responsivevideo.php',0,'EÊ\'¥ÑZ^©üÇ7®!','EÊ\'¥ÑZ^©üÇ7®!','ùë‚€ùÙIçëïÌVbåÒT¦Ê;&«<8ší=•q','',0,'?'),('UƒVÓA\"°“\0½S #lâ','wp-content/plugins/thrive-ultimatum/tcb/inc/views/elements/reveal.php',0,'N¤4U ôº˜«%¦\'[','N¤4U ôº˜«%¦\'[','\\züô¨Üf×Êð˜Ø<¶Œ#ðªlß5o¥ÄC9’3æ','',0,'?'),('ƒX2ùç«mÂ<m!','wp-content/plugins/thrive-ultimatum/tcb/inc/views/elements/section-placeholder.php',0,'•”=‡I¬^i¯	ýˆÔzº','•”=‡I¬^i¯	ýˆÔzº','PÉ6$²SðßœD×ËâÍ¦ÃMRâiœ9l¬6\Z~o}','',0,'?'),('‘*ÁíHÙ5•$0ÞÓ¯øN','wp-content/plugins/thrive-ultimatum/tcb/inc/views/elements/section.php',0,'Ýš/ñ”xZÒÑ›S¢²Ø[','Ýš/ñ”xZÒÑ›S¢²Ø[','y²µG%è,\0°•HýW9ƒ†ë›¿¾|ÿK=Ÿ¹àF','',0,'?'),('5ˆ8Ú>øÒŸäUaÞ¢Ç','wp-content/plugins/thrive-ultimatum/tcb/inc/views/elements/symbol.php',0,'¹…œëíÀ¿\0S5[hhÏU','¹…œëíÀ¿\0S5[hhÏU','ø”¸énB¶„õý@àóºÐ8+ýÎ¥Ìß•©\\‘','',0,'?'),('‡È{ìõ‡Ms²æ¤)øx','wp-content/plugins/thrive-ultimatum/tcb/inc/views/elements/table.php',0,'Ûp†V÷Ã³ŒŒ©C¨b','Ûp†V÷Ã³ŒŒ©C¨b','y}©[ËØ:¦6°Öæ§¬_;ñ…=üÉ³nØ˜R1AM','',0,'?'),('MÅ¡tt[›%êF¯ì‰','wp-content/plugins/thrive-ultimatum/tcb/inc/views/elements/tabs.php',0,':Í| …vDè©eÑjñs',':Í| …vDè©eÑjñs','}eðqÃhxµwÎºhC˜eÙŸÛzšR¶AugN','',0,'?'),('f“ÿ»¨f½rv•\09¹Ç','wp-content/plugins/thrive-ultimatum/tcb/inc/views/elements/text.php',0,'~ÑãP¾\\^”UYßg±„!','~ÑãP¾\\^”UYßg±„!','«§¡á†$Æ…óH\rÇÐJÄKf‚qb¹&øu²“­‚€?','',0,'?'),('lÁú(?±ãÌ¦Ñõ4²ðÞ','wp-content/plugins/thrive-ultimatum/tcb/inc/views/elements/toc.php',0,'»£¾slê§ì¸WÕ˜àd','»£¾slê§ì¸WÕ˜àd','¢\"aHOS¼•­šç“gýº³Eyg·Ç)¾Z`”LŽ™”à','',0,'?'),('ƒ.[Ç¡Aáf¬õ¬œ‘w^“','wp-content/plugins/thrive-ultimatum/tcb/inc/views/elements/toggle.php',0,'!Ÿ1Ppmu6~Ucótt','!Ÿ1Ppmu6~Ucótt',')?c\r!jÚ\'H\'Ý¡qAºP&¥`õ ¢&¼Oª8þ¨','',0,'?'),('†Ê¤¿¿\né©j¸	ñ[j','wp-content/plugins/thrive-ultimatum/tcb/inc/views/elements/tweet.php',0,'ŒÈûúï2X§lfxýd¶','ŒÈûúï2X§lfxýd¶','o.}(•€0\0«áPO ¹ÎXu®Ñ>$ÃtÑt','',0,'?'),('H\rÚQhwY ØüÚíã%k','wp-content/plugins/thrive-ultimatum/tcb/inc/views/elements/wordpress.php',0,'ñ¼$…¶HÈ¾¢(ñ¼?æ','ñ¼$…¶HÈ¾¢(ñ¼?æ','A.Ô +0ß}·èì¸ùzžìòýLd”[9AÊ	','',0,'?'),('æ,my¢šÁÕÏ‹\rÑ¡','wp-content/plugins/thrive-ultimatum/tcb/inc/views/inner.php',0,'g\"|†vlZÙé9\'Áj}','g\"|†vlZÙé9\'Áj}','s6Ñ¶Š‚§)¯C­t“}xM·ez]êcáuÜÇ¦û-','',0,'?'),('º–ëJ”ÕÖj­Ÿvt{','wp-content/plugins/thrive-ultimatum/tcb/inc/views/layouts/editor-lightbox.php',0,'÷¾Ó\r7R~«=>]<ýqe','÷¾Ó\r7R~«=>]<ýqe','`­ëÈ*ÖÎËœŠm¹¡:ªR2s^X\'9hËemº','',0,'?'),('l„ž­è|N‡LáÛŒ¼Õ°','wp-content/plugins/thrive-ultimatum/tcb/inc/views/layouts/editor.php',0,'±Ç…ûJT€qu5NÝ€','±Ç…ûJT€qu5NÝ€','wÅn5éoŸJþ¢¯|^|º+5¤C\"×)ìŠ¨ÜÞ9','',0,'?'),('3v¥¯‰jKÿSiŠ\r','wp-content/plugins/thrive-ultimatum/tcb/inc/views/loading-spinner.php',0,'•È8ÓóÎSFä)î{,j\"','•È8ÓóÎSFä)î{,j\"','×W¢S¡…EäÆpZv:só½×îÔBˆçûåí5xC','',0,'?'),(' \0EÌ‡ïÛˆ€ú™á','wp-content/plugins/thrive-ultimatum/tcb/inc/views/modals/api-connections.php',0,'ó¥KX1aÍK†zô‹FàN','ó¥KX1aÍK†zô‹FàN','êÆºGl.S\r/ˆÍ#¡$UõÝDÕ·ñËì13¤','',0,'?'),('ów%pC…0DxÜÈŠŸ','wp-content/plugins/thrive-ultimatum/tcb/inc/views/modals/cf-error-messages.php',0,'I(ã£Ñšá¥ŽŒ³1','I(ã£Ñšá¥ŽŒ³1','þ¾­v#SW‡„uE¨ÆØÈËc“;5ÊJ½\n','',0,'?'),('…ïÃ{Ý~Ãœªû$`w','wp-content/plugins/thrive-ultimatum/tcb/inc/views/modals/cloud-templates.php',0,'Ž†¶}ÓŽ\"5ò<i­=¸','Ž†¶}ÓŽ\"5ò<i­=¸','aº{É$îÌzP‹TÑÜŸ‹\r.yƒg	xÎ¾²\rD\'','',0,'?'),('Þ>Ä ’`Ö1„Ñ;%gzpÛ','wp-content/plugins/thrive-ultimatum/tcb/inc/views/modals/content-blocks.php',0,'iRÂƒk%^…Ø›–u','iRÂƒk%^…Ø›–u','1RYµ\'ÄŒP›Ë€áUU\02Ìæö«–\"š','',0,'?'),('$^FÌÁŸ»°`l$³ó Ì','wp-content/plugins/thrive-ultimatum/tcb/inc/views/modals/ct-symbols.php',0,'r3]Zˆÿ:\\u6e;Ú•','r3]Zˆÿ:\\u6e;Ú•','Q§5öÜí€ÙC¹ÌaîÎÇä0ýÍ8=·ÀY¹µ`„<','',0,'?'),('‡Ž$ï(ýVzA~<ÖF¬','wp-content/plugins/thrive-ultimatum/tcb/inc/views/modals/custom-html.php',0,'â‘öºW5—ä=üs÷é2','â‘öºW5—ä=üs÷é2','¤¸¦¢ÿ\\ÝûAökª1z §‘E$êÒ8‘C˜¼f |','',0,'?'),('Mœ× ?Fž3:‹a²‡','wp-content/plugins/thrive-ultimatum/tcb/inc/views/modals/fancy-divider.php',0,'%©dÁ]ÜY36$š\r','%©dÁ]ÜY36$š\r','–˜ËÒ8ÚöÖx?‹=r$ÜipLp¥¹üŽUE»','',0,'?'),('‡ä4‘g‹O&çÄ=o´D¿E','wp-content/plugins/thrive-ultimatum/tcb/inc/views/modals/headers.php',0,'ô¬ck·c»‚>ùrõ<Ê}','ô¬ck·c»‚>ùrõ<Ê}','#¸.¤”Ô*#Òµù…>9“ýæ¾«,\n9Ác³Zõ¡\Zß','',0,'?'),('Š0¼\0«’FŽ½tYã','wp-content/plugins/thrive-ultimatum/tcb/inc/views/modals/icons.php',0,'ðv®`VÓ^Ñ×ð','ðv®`VÓ^Ñ×ð','´3s€@dÌV²uäÿ)nöš1ZE!ÖcgÿaÒ{UN´','',0,'?'),('ÚÓ²p†~êw£jxu©','wp-content/plugins/thrive-ultimatum/tcb/inc/views/modals/lg-error-messages.php',0,'@¸6©{®…È;¥’æÿ\Zè ','@¸6©{®…È;¥’æÿ\Zè ','||³}ˆQ&hÑ7XõîþË•.Ü«ÜYäÉ }L5ÓÍÇ','',0,'?'),('°!ÙÑŠy^/Ø®öž«N¡','wp-content/plugins/thrive-ultimatum/tcb/inc/views/modals/lp-export.php',0,'¿¿™	Äf\0P’Wª] Í)','¿¿™	Äf\0P’Wª] Í)','×gŒí¼w”¶rÌE)¹¯-—h±¼\0j\ncÈý\0','',0,'?'),('Lóp¿/ÝOÐoœ^ÅŒ‰','wp-content/plugins/thrive-ultimatum/tcb/inc/views/modals/lp-save-template.php',0,'Y$”­A…BÅÕŽàhaÆ','Y$”­A…BÅÕŽàhaÆ','Î‰Î?œ~Mì»i\0W(DþÕ•stõ°Šk˜ÅF\n.m','',0,'?'),('o>,ùãÂ™g¬¼YpJ‹¨','wp-content/plugins/thrive-ultimatum/tcb/inc/views/modals/lp-templates.php',0,'š+êS0`ÌiGÀüíÁó','š+êS0`ÌiGÀüíÁó','NŸ`pZq’(ˆìõ¾«Äúæ)$TÒ2o‹ÔÚüáÊ','',0,'?'),('ŸÁf/SÄ…˜Ý¡â¶+—Ñø','wp-content/plugins/thrive-ultimatum/tcb/inc/views/modals/no-content-templates.php',0,'×²ŸÝ‚ºf€•Ó´šF','×²ŸÝ‚ºf€•Ó´šF','DÕêž‡ÕÛTº(éö¢é€	óØÛ« <›¡xOmDæ','',0,'?'),('ôžT¦H÷ËÝ³cË@¬p','wp-content/plugins/thrive-ultimatum/tcb/inc/views/modals/options-post-types.php',0,'Ð{\n%·•\Z2Gcß³dŸ','Ð{\n%·•\Z2Gcß³dŸ','=(i¦4Ù\0rÐÝèÿªõ¬µã©d\'q©fYÊíôŸÎ','',0,'?'),('0ÓÄÖj N3Æ	M1O¯','wp-content/plugins/thrive-ultimatum/tcb/inc/views/modals/page-events.php',0,'R¸í­‹˜\0x5£ÏØ','R¸í­‹˜\0x5£ÏØ','•™ÂJ!cHÞ[2vˆØmô_’¾¶Ø:Òs‚I@­Zø~','',0,'?'),('@Û¥\\îÝ®Mñ>90‚','wp-content/plugins/thrive-ultimatum/tcb/inc/views/modals/post-list-query.php',0,'ÚÅt/ú™¡7Ž4ßÔ','ÚÅt/ú™¡7Ž4ßÔ','WUÖ·:]`Œçj5Žè›ª?\n ôä”ee®#','',0,'?'),('Àeš‚àÓsm5Ó²”åB','wp-content/plugins/thrive-ultimatum/tcb/inc/views/modals/post-options-confirm.php',0,'¬/hýÄ\nEP)Ì½UÀ…','¬/hýÄ\nEP)Ì½UÀ…','¨áSU8•7ý¸Þ˜&‡Ñ‰z¾e¡ß@]#ºÿ{…7Ç›','',0,'?'),('¢y—öfa\\¥ÿ½„°XÊ','wp-content/plugins/thrive-ultimatum/tcb/inc/views/modals/revision-manager.php',0,'Û«H¤‰{~$x¨(dÛL’L','Û«H¤‰{~$x¨(dÛL’L','ZÛèú‹*àì.§	úS|jV@¨=ÔO7ßfŒ‹Ü^§','',0,'?'),('c0?*øÒ¤†¨É¦E·–','wp-content/plugins/thrive-ultimatum/tcb/inc/views/modals/save-elements.php',0,'„¯ì(_³_F“ß,‰=Ç','„¯ì(_³_F“ß,‰=Ç','gl~W,ç—IªhŸÒÒûÄw™“¢£Oz°H:\\¬','',0,'?'),('Ü B²ˆè|#¥Ž‹ ”6ê','wp-content/plugins/thrive-ultimatum/tcb/inc/views/modals/save-template.php',0,'(€È¬©A%¢%2ð…ßÑ','(€È¬©A%¢%2ð…ßÑ','j\rz;üµ¯µ8ŠûCFÒ®AÚ³	ŠÂˆ·E0g­','',0,'?'),('c§«ï&¸)£Ž•Gm->','wp-content/plugins/thrive-ultimatum/tcb/inc/views/modals/sections.php',0,'{»\'XÄ 4t„ÇƒÌ­Ð	Í','{»\'XÄ 4t„ÇƒÌ­Ð	Í','ò1Í¯oì½ß±EÏ·âÓÞ»ò?3>ä®®whõVO	','',0,'?'),('¤³°7QÉEC©×ÝöÝ','wp-content/plugins/thrive-ultimatum/tcb/inc/views/modals/symbols.php',0,'\0ò¤ÐÇ”ßÃmžÚ–{&','\0ò¤ÐÇ”ßÃmžÚ–{&','ûD	*Išï:­ÉäCÖ„›o“;Å_}ËÉÿ\rq.Ÿ','',0,'?'),('j`,¼×™¾G ³ž\'²x','wp-content/plugins/thrive-ultimatum/tcb/inc/views/modals/wordpress-content.php',0,'Tdúä‹Çá¼†y²Ø\\uÙœ','Tdúä‹Çá¼†y²Ø\\uÙœ','Š´\rNàO,^öºÿ\nn;?Õvb!ÝÊa\"¶J¢BLF¾','',0,'?'),('B@ÙR¾#Žá£§ËhK—D','wp-content/plugins/thrive-ultimatum/tcb/inc/views/modals.php',0,'—6oµ­³O¯I·ï=It','—6oµ­³O¯I·ï=It','È~­¤=çv—Ç>6ÃuÈëÝŸ%W2&¥šŠþÝ~·m','',0,'?'),('¥TƒÇsø3“‡Ô¸Ë','wp-content/plugins/thrive-ultimatum/tcb/inc/views/pagination/button.php',0,'ÂÍ.«¿¼£\r¡eÇ0qÞ','ÂÍ.«¿¼£\r¡eÇ0qÞ','g ÓpU¢Æjrå0#žQ¢óu¶ê!ÖÈ(åU¥‚','',0,'?'),('ÀæðÁv¹£Ê‚Ó [','wp-content/plugins/thrive-ultimatum/tcb/inc/views/pagination/first-icon.php',0,'ðèL“‹‰í;ŸÕX3¶Æ·t','ðèL“‹‰í;ŸÕX3¶Æ·t','c¬8R¨#Ç‹>ÈÙÛÜýâ\0šJûmisÀS®G4','',0,'?'),('ÈÝ8?ùa&A³\roU','wp-content/plugins/thrive-ultimatum/tcb/inc/views/pagination/label-pages.php',0,'¥æ7,øD/®Gªã1æÚÿ«','¥æ7,øD/®Gªã1æÚÿ«','„YNÎ-ÁúpºE	Òå65/Ù¾!ê7’]ÁÄ‰}4 ','',0,'?'),('š·õ¶COµ±ú¾Ôº­¨','wp-content/plugins/thrive-ultimatum/tcb/inc/views/pagination/label-posts.php',0,'ëôî¢_}:°É$w2	o','ëôî¢_}:°É$w2	o','ùýŸïF3Ñï[dÒF‡°”yR¤®±Fã¡:¬WµIÿ','',0,'?'),('šÊ!›t\'ësÀ¨AcP','wp-content/plugins/thrive-ultimatum/tcb/inc/views/pagination/last-icon.php',0,'ÐÎ9Ë\nÕ{\0íÞ—Évvœ','ÐÎ9Ë\nÕ{\0íÞ—Évvœ','ÉBÁ¨#Š|¤p]_Ü°s¾døÃ¸ËJµ(pù±VYG“ ','',0,'?'),('›>±ÊÖÜAÔÉÿ›6c’','wp-content/plugins/thrive-ultimatum/tcb/inc/views/pagination/load-more-button.php',0,'E‹²hD‰3Uø‹Ç;÷­˜Ž','E‹²hD‰3Uø‹Ç;÷­˜Ž','÷´ZÙù‚gQ·‰Ö†ª`hÝDû #ì5*ã–','',0,'?'),('b|Þd+½VŠwÓ¤©.Ø','wp-content/plugins/thrive-ultimatum/tcb/inc/views/pagination/next-icon.php',0,'Ä•³á@¸L>ƒ9æ¸‡_]','Ä•³á@¸L>ƒ9æ¸‡_]','ô‚¯¡ÉwF:J†„ŽB0)òEµhëbðh	¢ZÝ','',0,'?'),('ÆQôé`zš±w7s9','wp-content/plugins/thrive-ultimatum/tcb/inc/views/pagination/prev-icon.php',0,'S¤žëcÇEz>KwãºŒå','S¤žëcÇEz>KwãºŒå','­ê`nf?ÒiWŠ\n¸1Ž–†ÂÂ×óñ:Ä³xkKä%—%','',0,'?'),('/P\rí—òZŠŠ7<·J','wp-content/plugins/thrive-ultimatum/tcb/inc/views/post-list-sub-elements/author-bio.php',0,'À\'Qh(„`}Éª/;ŸˆT','À\'Qh(„`}Éª/;ŸˆT','pÃå¢\Z‹¸FþÆÞ/PLïÈHÌ­S¨–9Ø	fcØ','',0,'?'),('‹Ä.ºUú³¼ŽW¯2','wp-content/plugins/thrive-ultimatum/tcb/inc/views/post-list-sub-elements/author-name.php',0,'€#‡(õ)¿í·Boq·¥#','€#‡(õ)¿í·Boq·¥#','3ªv]²“kîæo_;˜VÒôÕËsV7[¬Ò4TE§','',0,'?'),('`¯\nt=Ÿ¯fwwÀÆ','wp-content/plugins/thrive-ultimatum/tcb/inc/views/post-list-sub-elements/comments-number.php',0,'•Vs¾Vfèmh—´øÍW.)','•Vs¾Vfèmh—´øÍW.)',';ûgH­š/X¹²cÔ‰g\\ÇÍT¬4½þ¬Yþ¡¯„','',0,'?'),('£]Ñ‹þFä·Mêß×z<','wp-content/plugins/thrive-ultimatum/tcb/inc/views/post-list-sub-elements/post-categories.php',0,'K™ˆ ×fÿ®’ìì±„','K™ˆ ×fÿ®’ìì±„','Ù‰$SßRˆ	¢ü^túUÓ”±[ô¿ˆÃ%½','',0,'?'),('‘ ¬ú©ÌìØ80È®.ƒUc','wp-content/plugins/thrive-ultimatum/tcb/inc/views/post-list-sub-elements/post-date.php',0,'„%O)åæIsç\rÇX\\–B','„%O)åæIsç\rÇX\\–B','%‹îü#©—.¿VnH¿S§æÀ£^gÖOÆ\nx·Ü','',0,'?'),('^\ZÂTbý§ß9Æ8Ðø','wp-content/plugins/thrive-ultimatum/tcb/inc/views/post-list-sub-elements/post-tags.php',0,'&nr\\¯U³×l¿çèm','&nr\\¯U³×l¿çèm',' ª¬*¬1àw:­s‹8À/…˜Õð Çã}šhjØ','',0,'?'),('[Ï¢\"ïh&½‡ÆÞ}D\Z4','wp-content/plugins/thrive-ultimatum/tcb/inc/views/post-list-sub-elements/post-title.php',0,'WŒ\07í¾ÜnW½Â+Œ','WŒ\07í¾ÜnW½Â+Œ','!½Ç#jÏÈ\ZZ\\\'7/\ZE=œR<PB>p0R“_\"ãv','',0,'?'),('üö¤–%¯üIÑÈUuw6','wp-content/plugins/thrive-ultimatum/tcb/inc/views/sc-post-grid.php',0,'Iæ‰]Î;â¬;´×„1ŠjP','Iæ‰]Î;â¬;´×„1ŠjP','¢Û5ÎQ•’`Óàs­S[w©WÈúIj#0ö0¤','',0,'?'),('5sÏEfÂJ¼ÀJž¼Æá¤','wp-content/plugins/thrive-ultimatum/tcb/inc/views/settings.php',0,'E¦ÞÕ\\uœþ­†qÂ','E¦ÞÕ\\uœþ­†qÂ','Fr\'ˆ“¾2œ|#B»%ÿí’\'Þb€±ÿks—ÆQ=ðí','',0,'?'),('\\L€€¯PmBîûšÙ{','wp-content/plugins/thrive-ultimatum/tcb/inc/views/sidebar-bottom.php',0,'…Ú¢ÏÚßÈºH`P»¥Ä\0£','…Ú¢ÏÚßÈºH`P»¥Ä\0£','áY\nmvlOœ Š.±	é}ýšÙ—{6\\uñ\\I\\','',0,'?'),('dW¨ÂúË(&ÜáùˆàÝ','wp-content/plugins/thrive-ultimatum/tcb/inc/views/sidebar-default.php',0,'í¯t¥_‡ã+Ö7:À‰˜','í¯t¥_‡ã+Ö7:À‰˜',')§ŸSD8\n.É_c=îèt-LÏFé¨[±à‡`ÙS[E','',0,'?'),('õŒöŠ?8`\ZH“}žCªM¥','wp-content/plugins/thrive-ultimatum/tcb/inc/views/sidebar-right.php',0,'ë•¤C(9Âº¶G¤âÆ','ë•¤C(9Âº¶G¤âÆ','c6þçHNô°é2t`ý,Wü—¢ä5B4,Ã¬','',0,'?'),('MV-¢7ÌÊœÁaÀW‰','wp-content/plugins/thrive-ultimatum/tcb/inc/views/sidebars/post-grid-edit-grid-options.php',0,'=\n‘àßnÝw×‚Ê¾±Ý','=\n‘àßnÝw×‚Ê¾±Ý','Ëõ6}r«jPxvj`ƒ¼æÓOªÂCÊÉŸÏË[\nè','',0,'?'),('$Ü¶žTú‘s<¡~3+O','wp-content/plugins/thrive-ultimatum/tcb/inc/views/sidebars/table-edit-state.php',0,'HwGç\'ª	¸¬\r ý”','HwGç\'ª	¸¬\r ý”','d¸:[§uFrÑ§µ<B/wÉ\0f\'l×0Ï’/','',0,'?'),('`FÔGôÈ’*Æ´»~','wp-content/plugins/thrive-ultimatum/tcb/inc/views/symbols/section-content.php',0,'ž ñgŸªÒÃP¯gm','ž ñgŸªÒÃP¯gm','­gÉµ×tdé‹jäz@ë¯“ˆàqÈvÛÝ-I3p†','',0,'?'),('¶Ð¼š}_´Ú³‚CúTº','wp-content/plugins/thrive-ultimatum/tcb/inc/views/symbols/symbol-body-close.php',0,'±:Iâ&-Ç½Èˆ‡†±W-','±:Iâ&-Ç½Èˆ‡†±W-','8Êi†í„\Z ×DÛ7yÌ@Ý16fû“ZxŸZÚ«‹ª','',0,'?'),('A˜…¤Tê¬Kúº_ª‚ýa','wp-content/plugins/thrive-ultimatum/tcb/inc/views/symbols/symbol-body-open.php',0,'ÁÂy¦H…²PK–ŒÖã','ÁÂy¦H…²PK–ŒÖã','lzÆHÂ8ˆõä3Á	êDƒæ­dçÉžŒŠ”–‹.=','',0,'?'),('´XÇi†\'Í²jm$zyá','wp-content/plugins/thrive-ultimatum/tcb/inc/views/symbols/symbol-content.php',0,'¶2üùu¼$Áñ´Qg›Ç','¶2üùu¼$Áñ´Qg›Ç',' ’çÀ‹xM.p¸)à^¨ßWMB¬š¨3Ú÷½XÙŒÔ…','',0,'?'),('ZÍˆl7	òr,æø','wp-content/plugins/thrive-ultimatum/tcb/inc/views/symbols/symbols-dashboard.php',0,'Ö 3âìÄ\Z{âýð‰ý4','Ö 3âìÄ\Z{âýð‰ý4',';y}œyM—\\rxÐáD)3çhœŠ55™T3\ra¿f“','',0,'?'),('§¿LÙ\Z\nyšƒŽMz','wp-content/plugins/thrive-ultimatum/tcb/inc/views/widget-form.php',0,'ï³SÅf÷³w	1ö	7','ï³SÅf÷³w	1ö	7','‘:-%—)S¬ÞÊy™ngÎö‰B.\'óÖôuÙq†×üN','',0,'?'),('\rÍáËÑ¶z¦u¡ÜÌ­G-','wp-content/plugins/thrive-ultimatum/tcb/landing-page/inc/TCB_Landing_Page_Transfer.php',0,'$é!ÚZOÒµh4½¤V','$é!ÚZOÒµh4½¤V','ë¯dæë!“ª¨lì%ÑFI¥cny<]ï0ÎÇà’þ','',0,'?'),('é_óû¥¥=Jmƒ+ Ïº¤','wp-content/plugins/thrive-ultimatum/tcb/landing-page/inc/class-tcb-landing-page.php',0,'0¦U.TO!úLJ¼§ÝóP','0¦U.TO!úLJ¼§ÝóP','Ö:Á?éöÞúë3ò:WÄz<u8+Ût2Î	¥®Ï','',0,'?'),('EÏ²6±Ì©®÷Ëk÷ so','wp-content/plugins/thrive-ultimatum/tcb/landing-page/layout.php',0,'xU(@à¿ñ!õ`ñû','xU(@à¿ñ!õ`ñû','æW+\"pš(Q‰ø8}î<_í›ðR€%ÃåBiA0&¡','',0,'?'),('dr5|7‹ÈWà†2Ý','wp-content/plugins/thrive-ultimatum/tcb/landing-page/templates/_config.php',0,'#&\"Ú­6\ZÈÔÌ5ôëú','#&\"Ú­6\ZÈÔÌ5ôëú','¡iU£Ýù®wù¸£ÓÏÞío,fg\Z-¤W­AsøZ','',0,'?'),('Täl­Q»ð=)ÿçÿP·','wp-content/plugins/thrive-ultimatum/tcb/plugin-core.php',0,'´ôPdˆ£ì*˜oˆàãOÍy','´ôPdˆ£ì*˜oˆàãOÍy','\0âHØ×æÖ@²éQÂ€å&f‚3!‡¸Õ©','',0,'?'),('ŠŠ~í=øYáµù«Ê','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/classes/AjaxController.php',0,'#?‹…§gÅ4u¼×\'æþ','#?‹…§gÅ4u¼×\'æþ','ÆÜ¯FaæÖfM-ÔAÝÂÒurf)£}ó\\_QYä°}','',0,'?'),('»?Zþ%ûhê‰b6}2','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/classes/Product/Abstract.php',0,'Ïó·²ÕÜ¬µ¨Dk¸','Ïó·²ÕÜ¬µ¨Dk¸','·{·×ßz»`éžÂú—M¼„T<k wTÆ/ƒÀ','',0,'?'),('å¨;Ì-dWÖ”uy¹´','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/classes/Product/LicenseManager.php',0,'V†­ñv±˜\'\0¤^÷ï','V†­ñv±˜\'\0¤^÷ï','qj9~sZa œAš(í-±T¨©pÿl½Ûªeš*O','',0,'?'),('Ét•Ñ(ÌÅI9«HÜ^Z­','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/css/font/dashboard-icons.svg',0,'€å”ß„ÎlÍÿX','€å”ß„ÎlÍÿX','é!†¥v¶hfI8§ú#|sú`˜¨pU›™dGC	`Ç','',0,'?'),('É›d®éK¹·8`)3û','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/css/font/icomoon.svg',0,'|öL×µ¶¸~x#©Œ','|öL×µ¶¸~x#©Œ','4=õxŠž\"†„\"€VÇˆl1H³û2­¶wê¬|','',0,'?'),('qFÙÌ/¯t™/Õf©ú','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/css/font/tvd-icons.svg',0,'ÝÛK÷jõü¯(Ç*·ùî','ÝÛK÷jõü¯(Ç*·ùî','ž\nÂk&c$D×ëÉ¿ÏÚPaÅƒîù¨²»J©šs=*','',0,'?'),('1‡Y2ù”\'oû\n2t¾Þ','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/css/images/paste-blue.svg',0,'\'	™Rˆ]ðWg¡b”¯	z','\'	™Rˆ]ðWg¡b”¯	z','š>G¿¦¾Gª\rEò=Æç…^¬¨)¾8ÅK=)°^','',0,'?'),('ë9«õË3ùu§1dÅÇÕ}','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/css/images/paste-green.svg',0,'¢ˆ¥”™W½-¾±%|áBù','¢ˆ¥”™W½-¾±%|áBù','÷x®•íw\"Nj€pèæO(\Z ¿ÐŸn\\Dñ€','',0,'?'),('>moìMzÙZKˆÇF›79','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/css/images/paste.svg',0,'ïÏj[Ed#@ßV\"@l_ê','ïÏj[Ed#@ßV\"@l_ê','wÞ5ër\0õj}2éâ<8¦Rå±¢Jå¯Ð‰OM¼t','',0,'?'),('xàŽª\"ï™r³hLsÔvir','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/_crawlers.php',0,' -^b€s¹”f‹)‘i',' -^b€s¹”f‹)‘i','6¼2¡ünÂß~*\\;ß`i\'ÝùaþKlÊÊŽôí','',0,'?'),('°.CtmYÐ>[°¥\nxà','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/access-manager/class-tvd-am.php',0,'ªÐÀo¯ ²\Z{×WRÐß','ªÐÀo¯ ²\Z{×WRÐß','¿¸Ü$™ˆÑÈ;?su™l—p6øè˜¡|lÏÿv&„','',0,'?'),('äœ=¬‡kW0Û¶ö½','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/access-manager/includes/assets/css/am-icons.svg',0,'tLò=|ÁÅR—–jlÉï','tLò=|ÁÅR—–jlÉï','Ùæ’ùü7ÖMz_D°±m¡cY†Ud×i[£ÈŒx.Ì\Z','',0,'?'),('Y¦¨qv}œG.ò™ËÔËp','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/access-manager/includes/assets/js/admin.js',0,'Ö$5—¤k’÷O\\•7õ','Ö$5—¤k’÷O\\•7õ','’ï‰ˆ¥FGèÇhÅÇOWÆîþx[„ö»’IŸB`4&x','',0,'?'),('¥é\"=­ƒT¡Ê=gN”â','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/access-manager/includes/assets/js/admin.min.js',0,'ÈÌå\'ããµˆ :ô×IË','ÈÌå\'ããµˆ :ô×IË','†9ÒSd©Àd×bD]¡ÑU\ZŠ“HùA„¼ÿ3Y‡','',0,'?'),('½µÍ„£PÂ{{d§›€ƒ2','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/access-manager/includes/templates/access-manager.php',0,'›žó€yÝíFƒž4@‰Y','›žó€yÝíFƒž4@‰Y','\\qÈá;¥6ÚœNƒŸXÚ6~+l -b’7ÈQØðæ7Ö','',0,'?'),('¡o7÷ÄãâŽõ*ÿöã','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auth-check/auth-check.js',0,'Ê6ý·¹oÊ´—‚•Ô)¨°ÿ','Ê6ý·¹oÊ´—‚•Ô)¨°ÿ','\\eW€»zý7û6÷£J+Ýˆ×u$·êÐ¸ÿ¨0Z¾Èg','',0,'?'),('®~ô8O\'H@þ|ácø¡f','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auth-check/class-tvd-auth-check.php',0,'ÏÈ=÷ÙÇ½MÚ±‹tÉ¥b','ÏÈ=÷ÙÇ½MÚ±‹tÉ¥b','M‡ïE	äÚ¶Ïê‘2lŒs¥™kXËoEÇÏª3#','',0,'?'),('(ë|žõŽäl1#Xœ³’k','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auth-check/handle-login.php',0,'«Pçv3éÄ±ÿ‘','«Pçv3éÄ±ÿ‘','÷[DòŽ\rS¢8¨hÑTM¸0\n7MñU#&¡R\ZÓ','',0,'?'),('l,ë;$û:äÌnjîç\\','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/admin.php',0,'=mªu×I–UyyùMn…=','=mªu×I–UyyùMn…=','b‰€™K‹Q|æÍIæ9å¿‹þUM.«ºE ‚Ó¿','',0,'?'),('ã†tCveuh/†Ý%ƒæý','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/api_log.php',0,'Ü<ÎŒòùí0\rèwª','Ü<ÎŒòùí0\rèwª','ÍcXoƒò\"¸à(ª@&±L;´3T½}èzS?Žw','',0,'?'),('cG¨À­»¸,BfÃÞT)','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/classes/ApiVideos.php',0,'µlr§öGÀU@ÍŠ{Véê','µlr§öGÀU@ÍŠ{Véê','Èlî\rÐ!:Œélñª-º…8ApØ\n9 ²‹9Ž¤V','',0,'?'),('Øí²- EYõý)¡G\"Þåˆ','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/classes/Connection/AWeber.php',0,'<ñÛ‘g¯ƒ/e¬äCé¸','<ñÛ‘g¯ƒ/e¬äCé¸','µ6 Ÿ“U„¡˜ïê™†˜š÷(_=D7ät],A©rø','',0,'?'),('¼ú	ûˆŸg<¶sÏÕ®—$','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/classes/Connection/Abstract.php',0,'Óú’†˜·è™ã1æ†A—¾','Óú’†˜·è™ã1æ†A—¾','³²ZA{ë‡Iu?…4‘_rç¶¬\rÁ>“Ü””Q9æ','',0,'?'),('G÷Š¢á`^o¨mSŠ','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/classes/Connection/ActiveCampaign.php',0,'Ö\r¤`WWÔJZiI™¦','Ö\r¤`WWÔJZiI™¦','aÓmD­‘ó=±¦Éõ	-?‡Ÿ«CˆÃœvÐÉT&†£R','',0,'?'),('å%×ÁYçP³Qê>øÕº','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/classes/Connection/ArpReach.php',0,'³í,%Îð¼Ñ+Yëü¤„','³í,%Îð¼Ñ+Yëü¤„','ºþd¢;‹Ú„ÎõyÜuX4ð¨\n=¢C»áz&›pl®','',0,'?'),('û¯vŒaþJ”l(OÍ','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/classes/Connection/Awsses.php',0,'Š×|ù«þ9ªD\"ív\rÚ•','Š×|ù«þ9ªD\"ív\rÚ•','šâ™Ž|§çÀí¦Ý(¦ ¼)Ièê–#*œ7%','',0,'?'),('ñsL·¬OJše R>QÁC','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/classes/Connection/CampaignMonitor.php',0,'ã¡D—Î@í?Pˆ/á7¤$','ã¡D—Î@í?Pˆ/á7¤$','ÛƒW-ãß¨ú{]£~Ü·„á_†}míaÁˆv›Ÿ¦','',0,'?'),('”sÆwü2î8ýïK®!','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/classes/Connection/CampaignMonitorEmail.php',0,'[OVÄÎði‰Äàh•ðÌX','[OVÄÎði‰Äàh•ðÌX','ØnëÚ„‚!\Z\\ZúY/ I¢¿/-NÀ¶å´¿ÓŽC','',0,'?'),('[]²9ý­¬Ó‹|Wò~¤','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/classes/Connection/ConstantContact.php',0,'¬ët‡w>ßmÁ*ç[ý›¡','¬ët‡w>ßmÁ*ç[ý›¡','6Ó`ãgp^~ëÇ}¶µ¢%¸ŸzÎ‹GÔ÷i¡\"ê-ƒ?','',0,'?'),('úéZóöÊp qÚçÏ®‡\r','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/classes/Connection/ConvertKit.php',0,'¦Î ‘hîZ.„”>$’²','¦Î ‘hîZ.„”>$’²','ÏNR‚\\h\rîÕXqOµ!F\"0Ùñ÷}ÙC®õ>çRLœ','',0,'?'),('HÕÜwU¬Ù¶>‹./;','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/classes/Connection/Drip.php',0,'¡”jÏ4‡þZ¢~T§ç','¡”jÏ4‡þZ¢~T§ç','Ž¯È~ÑËŠ¾AT‡¨»¡ë{µ/¢Û%–*','',0,'?'),('ýP\r4d£?-+·Ùó$ó','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/classes/Connection/EverWebinar.php',0,'ÕH4ô¢òþt¶\"›F9×)','ÕH4ô¢òþt¶\"›F9×)','+zÿ¢ Âã.öl™Q¤RÍšj™x‹ßÛxs´9àû$','',0,'?'),('³M+òX#Ýxf[','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/classes/Connection/Facebook.php',0,'¾	<‚FØå»d\nú ','¾	<‚FØå»d\nú ','q8‘’=B|ŠIRbŽ1ÎÈQ5°õ€XÔíÈ@»{æ','',0,'?'),('\0j–\rÌð,Ç‡Ï½6','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/classes/Connection/GetResponse.php',0,'¢“\nÜ-@=Và83&]','¢“\nÜ-@=Và83&]','„™ËKiNï{G”z™\rëoàä6*¥Ì+J-GÇw€4','',0,'?'),('KÚGuy/RÃ;>h\"QÃ','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/classes/Connection/GoToWebinar.php',0,'cÛ?L³Ê¯t9©å³­—6','cÛ?L³Ê¯t9©å³­—6','3U1%šnœyþµÚÅ¦ÅWºA^ÍiË !®,µ¿C','',0,'?'),('øjvíÃ¯jëÒ~•iƒ','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/classes/Connection/Google.php',0,'Q;¥ºšRJµ-Eyû×','Q;¥ºšRJµ-Eyû×','ë/ŸÅÎ]Q#OË6?HSùúÍÚŽ’<h5Ö+Ñã×Ûø','',0,'?'),('ÜÞF±¨Œ[(‚O‘ØÎø','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/classes/Connection/HubSpot.php',0,'\0îf0\rýû\")Ò½rÔ¯T','\0îf0\rýû\")Ò½rÔ¯T','\"åL5™’V_™lL“¥¶ RÃÆ.Ê„¾Jöß\"pà','',0,'?'),('àåÊøî»ÐOJãJ„AD','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/classes/Connection/Infusionsoft.php',0,'IŽx•ÑèÑHÜSæÍÊ_V','IŽx•ÑèÑHÜSæÍÊ_V','6{[>ï×3)rÓûËhË-³>u£c×™ÔŸç†.Z','',0,'?'),('<Úˆ)ÂK«oÁ¸¾ØxÊf','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/classes/Connection/KlickTipp.php',0,'½1ƒí\ZCqÀª5eßë','½1ƒí\ZCqÀª5eßë','É!ªS§Ü×0Z-þUë\Z·)[BÕÖ\0˜æ3„ÊpPP;','',0,'?'),('q­¼Z:æŽ÷Å@÷Gg‚','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/classes/Connection/MadMimi.php',0,'°EI9XÏh­b\\0ÒE”É','°EI9XÏh­b\\0ÒE”É','rq8Ï(µ¥•õ´×/î)RBµ’ø‚ÿ=Mý+ÙIqy','',0,'?'),('‰±WµÆ\rÙY†±#TÓÝG)','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/classes/Connection/MailPoet.php',0,'Jót²CìiCú\"0ºx','Jót²CìiCú\"0ºx','xøŒc\\ý¢5`æ€Â8¿8;‘À{ˆ\r²“T','',0,'?'),('·½s/V§M†y=•…','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/classes/Connection/MailRelay.php',0,'#Žq§F3\nKÃâSyéÞ','#Žq§F3\nKÃâSyéÞ','Ý‹:o1Û¬Á3Ï+\"¯Œ)–Nß¨V|c¡á¤f2','',0,'?'),('?š‚s+Mç¨uL ','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/classes/Connection/MailRelayEmail.php',0,';µSÞ¿þpJ¼/	³U7Ö',';µSÞ¿þpJ¼/	³U7Ö','¤~±Ú?7…®”’,`5ÜYÛÆ.$	uÅšMø	Ù’þ•','',0,'?'),('ãqâ›Œ…ÞVÂÈ­ÀŽ‡»K','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/classes/Connection/Mailchimp.php',0,'Â£ž¢å«ÃGcÝJõˆÕ,','Â£ž¢å«ÃGcÝJõˆÕ,','T;1³\03ÊÐŸÉ* ŒÄÞ?Þ$Zfx%ÖJ­œÁØ¢','',0,'?'),('††“(ó›?ñújî:ƒÛ','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/classes/Connection/MailerLite.php',0,'\rª8{›ÆnÑ»‰ß\0ë{','\rª8{›ÆnÑ»‰ß\0ë{','K‚¢H{…©M‚/ŸÓ\ZÅ¢0gX_{L|<îóÑìNB','',0,'?'),('>6‘ {EÚâ\Z$áRmò¬n','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/classes/Connection/Mailgun.php',0,'ƒÑé‚â¼ù>xëÏ¸=','ƒÑé‚â¼ù>xëÏ¸=','tüCâkiŠò\\œYäÄ#•ßF_\\sUÈ«,f•jñ','',0,'?'),('ä;IyÏ@ÖÒ\'é›º„ôè','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/classes/Connection/Mailster.php',0,' 2P=Ë?\"\0™',' 2P=Ë?\"\0™','h‰Vì	cÊ‡}7XÏOôÒb=-Û®äûÏ|XËY¨','',0,'?'),('	·ÞåèNWË}#R¡3ù','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/classes/Connection/Mandrill.php',0,'¹ÄÛÂBè5¤ÆpWÙâ“','¹ÄÛÂBè5¤ÆpWÙâ“','­ç[2Ë×BTV=gÃ9ÈÜý¼ÀÑ ©9Ä3ú áE\0‹','',0,'?'),('À^MaeÑœW;—,TÈ¬','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/classes/Connection/Mautic.php',0,')SU\rŸ€~Õw|ä$',')SU\rŸ€~Õw|ä$','½_aRwd~4ÙlRZY-ÙùšFª×Ä«öjFÅôÉ›','',0,'?'),('ÂRÛbZc…\Z²\Z‹\'¨ê„','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/classes/Connection/Ontraport.php',0,'Œiê`ƒN‚)V¤h“','Œiê`ƒN‚)V¤h“','ÏDY©g>ÌÑ3À°l^÷B€Xu³yÜòûÜŠIK²õ','',0,'?'),('‚ôwÉ\n•*¨E>ˆb','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/classes/Connection/Postmark.php',0,'66\'JåÎ˜¾òçÁ`KÙ…','66\'JåÎ˜¾òçÁ`KÙ…','T†`ð;R*{èæœRd/¹ƒN„ÝÝô·Þç°ƒ÷\Z','',0,'?'),('©ýj}è¿ì¶.dt;\ndÿ*','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/classes/Connection/ReCaptcha.php',0,'O·‚ÑEŠþ6æ™ÂŒì','O·‚ÑEŠþ6æ™ÂŒì','U‡ÁêÉE\n¹;®©KöËÜk&,ÝBÓXºàð‘8¶','',0,'?'),('¨Á Gø¢üëÊ®¹²iæH','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/classes/Connection/SGAutorepondeur.php',0,'GÂüJnÜ,Ž1.O%;¶_','GÂüJnÜ,Ž1.O%;¶_','ËZÍñÑßùsBèœ;¹>gµ˜zÂ$ÛG|Ö&&3Z','',0,'?'),('{)qA½÷\rK÷î¸Ãp','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/classes/Connection/SendGrid.php',0,'§L¤\nõ^£§ÏlÞ¤j','§L¤\nõ^£§ÏlÞ¤j','1Ž¤åYÕá@±*7©Î»P3MŸH´˜ùwggâ','',0,'?'),('ÐÆo\\ÍFvÈL„ÐÂÄI','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/classes/Connection/SendGridEmail.php',0,'®WWÉñm€k*à}=*‘h','®WWÉñm€k*à}=*‘h','ëÙ•|ÜËb$£ u§ËhGRí¿\Z‘÷ˆ]ª®[','',0,'?'),('d»µ~:ä\0\">Ð/.\'æi','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/classes/Connection/SendOwl.php',0,'íìüO|møúŒ„ø¦›\r','íìüO|møúŒ„ø¦›\r','¥F¨c_ëy—@åÌº¨Õ±½\\ÐÁ=Æk	]¦>Jõ?p¿','',0,'?'),('òCä›¿bž‰‚¹Vd','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/classes/Connection/Sendinblue.php',0,'ÊëfÁXzn¸)_dµ~Ë¬','ÊëfÁXzn¸)_dµ~Ë¬','N a#“^i+è\0Cõ6¸4˜˜âÒ}tÃ÷+g~®','',0,'?'),('«ÎoLÀªSìpávÃ','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/classes/Connection/SendinblueEmail.php',0,'ôøŸ{‹4÷Ï‹ˆ\'žr,<','ôøŸ{‹4÷Ï‹ˆ\'žr,<','­ìt©­~3GÀ÷Ú{£ýDVìµGh—‰¢Kñ=¢ä','',0,'?'),('fGß×¸bN\r(rs','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/classes/Connection/Sendlane.php',0,'r²v AŸÍŠœ×»+äó','r²v AŸÍŠœ×»+äó','OyÇ=½dWw6nË7ƒŒO3nwÁ§N\rñ_Èæ','',0,'?'),('i	 r¸ë+DZ7\'£$','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/classes/Connection/Sendreach.php',0,'lí[0»mˆµðË5ÔÁ`f','lí[0»mˆµðË5ÔÁ`f','ÀNýµRÉÔ‡~\ZJÛ«ŽÀoUÃ.ùìBmýü¬c','',0,'?'),('é·†òH|â¬SœeÖ','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/classes/Connection/Sendy.php',0,'±uöz1³úx¦ð1_»H','±uöz1³úx¦ð1_»H','_äñâ=+80¨˜ìo´¹»¦Ìôñ^ªâ…‹\r<í','',0,'?'),('	ÍÕ)Q·†w·qÝ','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/classes/Connection/SparkPost.php',0,')CÑ´5Hm	h5mæ%Ò',')CÑ´5Hm	h5mæ%Ò','Gã\'…ŠêkG503:¼EÏZÝ_ªëÃÆå£ü÷ˆôì$','',0,'?'),('QÇpdÌ9-J·\rmh','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/classes/Connection/Twitter.php',0,';³|æP W¢ù»GŠr¿',';³|æP W¢ù»GŠr¿','>ä:…Q=¸r/ƒRDr]gëº^&tt´S{®¨B','',0,'?'),('|š‰Õ…›õ‘AWt¶ùð°','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/classes/Connection/WebinarJamStudio.php',0,'Õí_=Ð\r(j_­s','Õí_=Ð\r(j_­s','>’îë¯‹GWÔBWÝÚ·²œÃšU«Œø‰8œžêÛ7þ','',0,'?'),('ª\\‰ò	¹{ðÑ*Rúôª','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/classes/Connection/Wordpress.php',0,'Ñ\\xâiªûõùRhh¾6\n8','Ñ\\xâiªûõùRhh¾6\n8','û9œú—×¿ð6Xå£9²Ê±T(„Å›øê§íª','',0,'?'),('ŒåJ’¢’Î$ÁÁä¼V9','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/classes/Connection/Zapier.php',0,'®&šú3GùâùŠip¸²','®&šú3GùâùŠip¸²','ü t¤²Ù;ýûÜ]¼GÎ¶†+V}l×oçãè½°ü','',0,'?'),('6ùP‡u.i\n‡äOÍóÃ','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/classes/Connection/Zoom.php',0,'Ísxj|×”×Î¨„åhÉË|','Ísxj|×”×Î¨„åhÉË|','bÅÿ.)‡”Ø€yYØ†…» +ÄiT£XIF','',0,'?'),('¬õvÀ×\0¹‚šüsªûÝŸA','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/classes/Connection/iContact.php',0,'„POe>3¿È|NÀd*£c','„POe>3¿È|NÀd*£c','i½&Ï÷©¼Ïq\"ˆ¶N.»œ¢\\Î]¿£ÔA5û~¸À','',0,'?'),('Éàa\'‹.S…—a„ò2â§','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/classes/Connection/v2/GoToWebinar.php',0,'Ë~¸	\rÓj\r¬Ä¬jÖ_Ì','Ë~¸	\rÓj\r¬Ä¬jÖ_Ì','rBÍ-Îgó†¼™\n’9½ôã´ðf÷K3Ds¿}w_“','',0,'?'),('ú¢J®Ï~ÎÑ*k½–de','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/classes/Connection/v2/SendGrid.php',0,'¡Z\\ì€°t‹qÂR&','¡Z\\ì€°t‹qÂR&','ÃÁ—ýÑ“Ødm(!žµ÷Q’.\\ÚÚÓQ*Á¡°rÂÎ','',0,'?'),('u¬¬¨eëà˜Út6g÷s?','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/classes/Editor/Controller.php',0,'Èoßð·÷GõŽÜ ëÅ','Èoßð·÷GõŽÜ ëÅ','šÕÅHÓè˜Ír„ï¶ÄyI¶q/c¡v¥ìQIž*\Z“D','',0,'?'),('×9«(ÚdYa~/ÎS(ˆ\0','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/classes/Manager.php',0,'.[ûêvÀŠ¢“1efÇl','.[ûêvÀŠ¢“1efÇl','¤\ZLnX9òªpcº%f,ÊeÚžõ–v^Ýÿo5ø','',0,'?'),('=Mì^1½‘_ã­6W°³ï','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/Base.php',0,'+„&…Å®65©àÄÿi','+„&…Å®65©àÄÿi','p²¤Ê‘ƒÉ6K:‡\'ƒ:2Ìýþ©~â%ýÃª8Ä‹mû','',0,'?'),('h_kåÜÐ)\rjóÛ öco','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/Collection.php',0,'N$IÖF#;Ñ•¡“B]','N$IÖF#;Ñ•¡“B]','ÞçBqôVaÓ‹š‚Ž·\0Öõyyû.Pð5‚ûì','',0,'?'),('ø;Ö•Ž¤5IôÉ[Ø2\n','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/Entry.php',0,'Ø¿e#ª¢ Ïý#ÚšÈ›‡','Ø¿e#ª¢ Ïý#ÚšÈ›‡','x¦É…ŒaZ*6-&ØIÈ±y.-xÊ·uÑŽv=ó%','',0,'?'),('†A“s›¥½j\\ŽøTÁÓ','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/EntryDataArray.php',0,':¨‰;Ç€XI²ã7»Ü',':¨‰;Ç€XI²ã7»Ü','´˜µò%¸P¦Á$¾Õ—UÚæ©‡#‡WRná¥y','',0,'?'),('G7ŠM§ïÞIÔ­½c7','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/Http/Response.php',0,'84Õ¼Få6fÕem¨','84Õ¼Få6fÕem¨','æ7ˆÍÃ”sÆ#àõ‰‘Ê;§\Zà\Z™ä0¨$','',0,'?'),('vŠòiŒ3þui¡Ì@~','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/Oauth/Adapter.php',0,'™@t33cYÃ¶úí_…','™@t33cYÃ¶úí_…','Ñþít¦™—a!gŠ&åŒ|E¬IÈˆbêGÈ','',0,'?'),('KZ°³kxP@zŸÜjŽ','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/Oauth/Application.php',0,'eÕ&AãX ¯>ÿUØ“N1','eÕ&AãX ¯>ÿUØ“N1','Ø”rŽê–ÃðVÎ§s\"†ýu	\ZóxÛqÉ}¢ƒÝ%Ž','',0,'?'),('^	Úeúö&÷>ó%ª²','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/Oauth/ServiceProvider.php',0,'öT¤øïã#·N¯ˆÈ¾','öT¤øïã#·N¯ˆÈ¾','‹?.ÛÞoÂÔI›‡´È‰fÊŸ²yw4ÎÖpÅ7','',0,'?'),('RÓÃ°^ËäèY›]©','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/Oauth/User.php',0,'¾V›Fþtÿ„¼}‚Öet8','¾V›Fþtÿ„¼}‚Öet8','“sœ2eårŒ’G?¶i—ÔP¡ìf…eþT$½26ë','',0,'?'),('¯¶PJöÎ,è$ø‚XŠ¡Å','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/Response.php',0,'›û±\\Ò”´Þ7.ø‘AiÀ','›û±\\Ò”´Þ7.ø‘AiÀ','€R»„zàš S¥¶lÀFÍ!É¶§0°Ðz×Ø,‡@aA','',0,'?'),('¥·ù &ãOr¨0¸m!1','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/ServiceProvider.php',0,'P£™©†•ôFrÙ¸GÄF','P£™©†•ôFrÙ¸GÄF','\'vD‰kŠôfŸ–é½™1Û®Ä¡‡h†8ˆ®9Žþ','',0,'?'),('fjí–ÙKÜ5ýœ:!\"','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/exceptions.php',0,'Q™©šeoâÙaÎñîrÛ','Q™©šeoâÙaÎñîrÛ','Ë1¸Ì·Kl®á»$Ž…äØÌ}¯ê¡jfžŒµ¡!','',0,'?'),('Ê-äô‹ÑŒ=¹0ôÆMÐ','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber.php',0,'{NŽ‡DÄXM³{s¡B»W','{NŽ‡DÄXM³{s¡B»W','*IÅÏcÏ”ˆ‡K+§Rê¯ì±ŽíqoúŒ€ª»]$sÿ','',0,'?'),('ÅŠô3-<WzOPrõ:Zª','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/ActiveCampaign/Exception.php',0,'Ð;.@1¹¥æŠå(Rüà¯','Ð;.@1¹¥æŠå(Rüà¯','v%#{/¸v<X°&3r’¹µÖ‰=Äÿv¹lîö\\','',0,'?'),('KÖ–üá5MéøÛb¶ù¡Ë','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/ActiveCampaign.php',0,'z<Ç¬ƒ@à§¾','z<Ç¬ƒ@à§¾','õçãvÄGv”xÉ… ®àŒìÀâÏñ:qÒãÊMm«ý','',0,'?'),('ãƒº?-žâaöŠÍ³—\\','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/ArpReach/ContactException/Exists.php',0,'”\"±óí8Ij4Ûm÷–ì±/','”\"±óí8Ij4Ûm÷–ì±/','Fp:—øë½kOmçh+ªð‰êúrªôí²dLŒ','',0,'?'),('äo4´³B}Ä¬r£\'ÁÄÏ','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/ArpReach/Exception.php',0,'Êç°Vû~n®µ|P€¸','Êç°Vû~n®µ|P€¸','7óo¦…™76’‰S«¸ÞÚ|VãWÕz¨fÏg©õó','',0,'?'),('w›;–c¢Ø@žÑÑÁÄ¨','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/ArpReach.php',0,'*6¥µOß¥Þê·4\'žÍ/','*6¥µOß¥Þê·4\'žÍ/','ÊÊ\"cºçÜî£¤¡¦ìÁóÊPZÏWQ}zjÉ‘x ','',0,'?'),('Ljhïp~³>–Å y ë','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Awsses/Exception.php',0,'¢¯í™TÈsQ^ëØAŒÚ','¢¯í™TÈsQ^ëØAŒÚ','ú\r+°&¿Íéà\Z`ˆë\"šÌ•\\^çHÃ »2C','',0,'?'),('É›ñjÒˆI4±·]¬v','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Awsses/SimpleEmailServiceMessage.php',0,'ˆ‘3@€Ÿ]h£·Ž«','ˆ‘3@€Ÿ]h£·Ž«','JÈXv)\0:²|Z>¨„7–V¾¨.m—ð¤ç6|ËÜ','',0,'?'),('“¥ŽSÉH},4ûµ-0Ûj','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Awsses/SimpleEmailServiceRequest.php',0,'d!\ZevÏÓƒ ILîÄb','d!\ZevÏÓƒ ILîÄb','i£¸/U¡p<¸	ˆœøšr]›¢1a±“êô=¡P','',0,'?'),('F7—f°r¡xÖgY†','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Awsses.php',0,'áÙ½d~òHaŒ÷¦½¤*º','áÙ½d~òHaŒ÷¦½¤*º','¤F›‘þ³ÁÑeÙ³vW)¿WW ØE²Sy›ÿ•M,ˆ','',0,'?'),('O¯ØZ–j+)äÑ}m-ÕV','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/CampaignMonitor/ClassicEmail.php',0,'£m¦©A‹l„\rÄ\ZC;IŠ','£m¦©A‹l„\rÄ\ZC;IŠ','ú 0ß©Ó¿w¸Kƒz9ØÊÀ¦›Eù²Ît Ûˆeµ:','',0,'?'),('©÷ì ×ßÚÛ×Puú±/','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/CampaignMonitor/List.php',0,'ºÚi)jˆÝ€Œþ-ŒSo','ºÚi)jˆÝ€Œþ-ŒSo','Ì<fš ~Ñy2ðµç¤¹;,ÏÅÉ4ÆÓl‹&','',0,'?'),('úiÀ«áñ9«XRVY ù´','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/CampaignMonitor.php',0,'ä”?~u,Üi;+ç·L\0E','ä”?~u,Üi;+ç·L\0E','¾J{ó‡~YôŽ-äâ–´JÅbå)Ó{CŠÕ3–?)q','',0,'?'),('ÀŽ¾DýSû²R@à¡','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/ConstantContact/AlreadyExistException.php',0,'C(všƒÊ5x®¡c?t+m','C(všƒÊ5x®¡c?t+m','*—ž|ÎŸÐ55`%jœÏ\r›Æ|Y^jE^‹¬Y¹†’','',0,'?'),('IÂ7K=ÛL!¬½','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/ConstantContact/Exception.php',0,'éÀ ”è*þºq½¡®À','éÀ ”è*þºq½¡®À','ù.ƒ½ª¸U”tðò¾”ÈöŒÙô¸yÌÂÍ\'ó~{?j—Ö','',0,'?'),('tŒÛžî¡Ô°7%/õ}','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/ConstantContact.php',0,'è]e‰cù-«¤9¦Ê','è]e‰cù-«¤9¦Ê','ÃVåüFTª… \"ÑD91âÆ÷\Zø=7ßœ±2ø™','',0,'?'),('¥Õ×úžï¨ìÅ#ŸAõt¥','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/ConvertKit/Exception.php',0,'Pù]FQÍ›¦µä’r—Æ6','Pù]FQÍ›¦µä’r—Æ6','œ [ûÆÕ;ecSBšÁõ\\4ý`Õe™bä¥×{8','',0,'?'),('pYÌ¤Ãûƒ”æs…@ö\"Í','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/ConvertKit.php',0,'ò>üx#Ž?Q¸·^•»s5','ò>üx#Ž?Q¸·^•»s5','0FÏsR>•û´J÷-§Ð8¶9Ó]óèrj*B¿ô%','',0,'?'),('4–ŽŸ³Ê`¼7‰ªo*œ','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/CustomHtml.php',0,'ò„.ög°uÃ“vHMˆ','ò„.ög°uÃ“vHMˆ','3‘±o*[» m	ôÁ~É0Ùžxy8JQCe²ËQ¨Qê‰','',0,'?'),('Ö¹uqé¯¶[ó‡ÿd_ó','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Drip/Exception/Unsubscribed.php',0,'Z~Áft!mt—\0*','Z~Áft!mt—\0*','ÙÁÄµ®i!{MÐ,Ë£aÞwô3ß8Ô¤Â™ç	²3Š','',0,'?'),('œœ•¸õÍÝûÃ¾ïckf','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Drip/Exception.php',0,'Pª¸÷ü“äÙ‘â¼a]ÞJ','Pª¸÷ü“äÙ‘â¼a]ÞJ','˜â“¶£wéCþ(’	>9‚‘ÁÉ‹,L\"ì*','',0,'?'),('˜KP”anÑàµHay<ÈÁ','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Drip.php',0,'Ál›’ê·ÖŠÅçmÈ.˜L','Ál›’ê·ÖŠÅçmÈ.˜L','î!\\Îë’¼äãhƒœ.ãhH’HKºžþCwÐ Âd','',0,'?'),('¡.«øª0ñà³ÔÃ^\ZëÉ','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/EverWebinar/Exception.php',0,'Tôã.õ\0uîie½Ò','Tôã.õ\0uîie½Ò','þ¯1rè…Õ½aGkDÄ†0½K&‡Æ’%7!WõF­Â','',0,'?'),('yü¤.ÃJ9ÑŸö','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/EverWebinar.php',0,'®b(¡m2\0Ûá¥Y|ì2D5','®b(¡m2\0Ûá¥Y|ì2D5','…¨¾)T>¼Ïë×Ö\"|–ðPÁ<åáñÆ]2Îg','',0,'?'),('ÒE?_¹±¡ý£ÞzEùp','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Facebook/Base.php',0,'Á&ûó:t´H´áW¾Cm','Á&ûó:t´H´áW¾Cm','“¾é–`ªÅ‰V;\n;ò®ßŽV,n8’\Zúœf\Z','',0,'?'),('Ìï3{=‚Ìæ8rA7(','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Facebook/Exception/Exception.php',0,'¹‡Ù†ÈÆJÀ%\rÔC‹','¹‡Ù†ÈÆJÀ%\rÔC‹','oØâ·‚\' U‡õ/cw¥Óšõ\r`ìœ§£Ü¤%SU®','',0,'?'),('«ÙÞ«á1ÞHå\r$	5Š','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Facebook.php',0,'\r^~È· 4RÐ³½õ–,','\r^~È· 4RÐ³½õ–,','õbžŽ˜M0ãs	y÷‡)ÿŒ&ŠS¦W³£íw-Qh#','',0,'?'),('¨±ä¹ò1)ô¿ 1O*Z','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/GetResponse/Exception.php',0,'V£»÷Ú«ÈæÍ²å¢VS3;','V£»÷Ú«ÈæÍ²å¢VS3;','Ü²¾·\0ëû8¾ù‘)ìÈPU©j…yAÏ’ÕvDU','',0,'?'),('åM…hó¸Þã…ÛHå','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/GetResponse.php',0,'ÚLÆ#Yû¦[ÚDó ±öä','ÚLÆ#Yû¦[ÚDó ±öä','CL	³—Ž†?æ–:E0œÉûêí^ÂŸTˆz£°[','',0,'?'),('y|Öf“îw”Î=f#Å','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/GetResponseV3.php',0,'˜ß•`UZ2¢ø¸ò&áH','˜ß•`UZ2¢ø¸ò&áH','*f¦Õ)¥KdE†Q‹L>aÖ7dT®x\0?Lö¨','',0,'?'),('?±c®c>ýz¶òI\\ìƒ','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/GoToWebinar/Exception.php',0,'=†UqcÍH¨!ïôf½','=†UqcÍH¨!ïôf½','ñpYú}2YzôSªXës\\–PqíÛÉ|š&Ç','',0,'?'),('~š}\nEá*ÔÄˆ¡üM','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/GoToWebinar.php',0,'ßøõÇ¬¡’½MçÂÑÌ','ßøõÇ¬¡’½MçÂÑÌ','Å†\0.ÌìF\Z’º”´òHf¾ñï—â,/N2æÎ’2','',0,'?'),('WW.±q\0ù\nUZ?¼ÈU','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Html/Renderer.php',0,'ØšÓ`*ÂÌ?¿»iv¹','ØšÓ`*ÂÌ?¿»iv¹','ŽhD0Lb™ÿÐ¬$RCÙ áö¦˜¸k6)ÊO™}«¬','',0,'?'),('¸k1€ÞøEloY7©','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/HubSpot/Exception.php',0,'ŠùQ2NiùÌòã<gŸ','ŠùQ2NiùÌòã<gŸ','!ì8ÄuüW\"9ÛËœ–Àþš¹Ý¥ùõ}˜%¡QØ1¬Y','',0,'?'),('JWùù:¯é{nÛ±ÄS¿','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/HubSpot.php',0,'Ôu5a¼cÈÄú¬·','Ôu5a¼cÈÄú¬·','oaËÜ$Ð_˜2*¦ã\ZUÏÆvŒC– [¶3[‹Å','',0,'?'),('Õr+u]fŒ½S*ð·¦C','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Infusionsoft/InfusionsoftException.php',0,'ïÜ`„7ìÙ|z]-Ó{¬','ïÜ`„7ìÙ|z]-Ó{¬','Æ¯od‹	„tä„Ø¿“âc!p™´\'Û”õš‘¿«l','',0,'?'),('½Þ©	é\"]u½×ÔšÙß','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Infusionsoft.php',0,'ÍŒ;ûêÉÛæT‹wÆ','ÍŒ;ûêÉÛæT‹wÆ','ÂN¶^2Ûá/úgÍ¼¸éÿÂ1à}Ï/_Çm+k¾ˆ','',0,'?'),('<Qùøe˜”;\næ’â9','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/KlickTipp/Exception.php',0,'*j$°]¤bšeQôŠ=B','*j$°]¤bšeQôŠ=B','µ-Ö)ý´B¨–bRZ¸DXt¡“~Gú#pþÁ—êŽ','',0,'?'),('Ù~pÑ}æÒÒ²l€£','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/KlickTipp.php',0,'¨ásM¬öÔc§¤jc>ŽI','¨ásM¬öÔc§¤jc>ŽI','I’\rWrj†‰Ý³7 ~\"!H9ÊÎ˜>UÀ‡lÍÐê','',0,'?'),('‹omªí\rÚ©S1\\ìç','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/MadMimi/Exception.php',0,'³PÅ ¹Í”£ºŒu½','³PÅ ¹Í”£ºŒu½','ª:}vœ7øn›´«—€ñªò×â$»î3ªý} }','',0,'?'),('žÅ«Wþ¢@Tè‚V{„2T','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/MadMimi.php',0,'(|Ljy6ªçÏº¯•&\01','(|Ljy6ªçÏº¯•&\01','õ=@°¬úÎmû[âÎ‰š#	x„–dž¬ãQ-#¾Xº','',0,'?'),('Ôwmé·{?ÁáÈØ·“+','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/MailRelay/Exception.php',0,'¨AÕÅH•w~ÚÌ‚$ñµ¢','¨AÕÅH•w~ÚÌ‚$ñµ¢','Ö&ÕVïiR§fYÖi¬™ƒþò¢T¼é«5^Öé¿ËL','',0,'?'),('5Ž úÉ¿BÜ£W1@','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/MailRelay.php',0,'‰åÔ‰¼—þóx¸.Ï®µ','‰åÔ‰¼—þóx¸.Ï®µ','­ªÈëw6YžóKƒõ‡Êwò	Þ¾\0;ÑD+®Â,OÓ>','',0,'?'),('jJÄzÜuN#äPeªÌ; ','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/MailRelayV1.php',0,'³CÎ}&aŸý¢¶·’T','³CÎ}&aŸý¢¶·’T','ýBÅkÌò¡àÎÊ…6íëFd¾\0—ßh8ø¬`ú','',0,'?'),('C‘\nJR@7bª(åç','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Campaigns.php',0,'œeIi´­é`|ä(·8Y®H','œeIi´­é`|ä(·8Y®H','Ä¨Oý|ì“¸B…yRÛCÞc„j´îžÖ9n©›','',0,'?'),('öºL]%\'~V’a˜á ','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Conversations.php',0,'¢‹lSÄä@²ø,d{Qâ','¢‹lSÄä@²ø,d{Qâ','ÞæéüÖ`Ì1;E JnCÎ(¯\0­aÖáŠ0Ql','',0,'?'),('Oüéb¥–8ÜŠÔW`þ«é','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Ecomm.php',0,'¶ÎY£žS³3¥Xi¢\Zêàñ','¶ÎY£žS³3¥Xi¢\Zêàñ','ü»ó\'¢\0MŒ…\'?è\"a,7ÛözÅ\r¼ðuT|tŒNb','',0,'?'),('COm–æ®ð–±rÄí','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Exception.php',0,'DÐ¢ñO%Æ¶€‹už¡ÿS','DÐ¢ñO%Æ¶€‹už¡ÿS','š:Cjeh#‚FD}³T’MäésIG¢/põl‹8…8','',0,'?'),('ù\'+ÏæÄwZÄ4Bíßæ:','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Folders.php',0,'Ï2R×lOWC£@³U','Ï2R×lOWC£@³U','I\'0¢á*ÊØ}Òº Ë`XüóÂ½4ßíII®•Y','',0,'?'),('<½6p§îâxÄy’)9/','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Gallery.php',0,'êë‚ÌåÀy}{™%+OŠ|','êë‚ÌåÀy}{™%+OŠ|','”D~\"ús^SG*Øð¼ùôPr\\l¡A_’´:','',0,'?'),('ë›(ìŽË™5~QM¿G¬','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Goal.php',0,'K\0üÀö9ÎêNÀá','K\0üÀö9ÎêNÀá','¬‘Áw¥3\"Ž…ñ°ˆyÃÔ©NzB‘äI‡éiº}wWS','',0,'?'),('=†³ºïJ‰‘yöË','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Helper.php',0,'a ¶r¿NSœvEmÆó','a ¶r¿NSœvEmÆó','n¯›r`\r?ÞaÉ‘ÌDWÜÈÀ\\à¨!6{yjX‚\r','',0,'?'),('kÍÉ«»©½àÀ,4ÃM	','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Lists.php',0,'\\°¿6ª\rKl˜“œ^¤','\\°¿6ª\rKl˜“œ^¤','ügFX5j¦ãÍ	r³<ù©Úý´½%“Â|Q','',0,'?'),('èiq¡¾ºvž¡*¼F','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Mobile.php',0,'–»ºˆÕÝ‘óò/Î’lÃä','–»ºˆÕÝ‘óò/Î’lÃä','6®Ycà·W	Òý%mPŒb÷M}µ0ÇZé¢=åR‹','',0,'?'),('‹èEe—j0Êdà²„30Å·','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Neapolitan.php',0,'¬®œÑ‹œÑœ´_//­','¬®œÑ‹œÑœ´_//­','OhÌ -Š	9ú•h¥lÖBá0›—QJ÷_\nê€','',0,'?'),('âùT‰•ÿ:ÖO²9¥','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Reports.php',0,'þ¨a¨B5°—F¡W{','þ¨a¨B5°—F¡W{','ü0O”©Gg¢cú,oô<\"7“Ìæ©õÄfþ¦eMš','',0,'?'),('U¡ÇéO)Fö_8y5è¬','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Templates.php',0,'íÅü³ïÐA?U«šÿ','íÅü³ïÐA?U«šÿ',':ŽèC½q&ïmË¥•±Ëùlû‘×ÙÐœÍ4¥l','',0,'?'),('ý³ÉŸ¨Çj£}¸}#YNS','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Users.php',0,'ÿQ/çv¹œ‚|sš2:','ÿQ/çv¹œ‚|sš2:','Ò´åV\0o=¼üFdÞ;ic©²\0uh-¸Í»ü','',0,'?'),('‡§O¾ú~w?H“™Ž»X©','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Vip.php',0,'~SÀŸÀºcævó.·¿','~SÀŸÀºcævó.·¿','£ü`ÿ\\ÏEŒWÛÛéŠ‰ÿån	\rnÂ‰™§±?\\.\'<','',0,'?'),('1r@™Ïó‹‘cøv:ç','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp.php',0,'­Ä’V~çi$/ìFÛ','­Ä’V~çi$/ìFÛ','\'Œ$7û,¥zKØCßägvz%„Æ)°Ftkw','',0,'?'),('–©ü£æÓ¸\r¥Cö¼lª§','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/ApiAbstract.php',0,'@Tº¬1.U?˜ÿô¼ú€n','@Tº¬1.U?˜ÿô¼ú€n','6‹²v:ß—¡ºÁð”‰È\Z˜Ö%\0}Û<°ƒl<v','',0,'?'),('¹bå;t”ü~åÇ œÞñ','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/ApiConstants.php',0,'^YÚ¡©TfI’æº~ï·\r­','^YÚ¡©TfI’æº~ï·\r­','ÒãJvAÊ,Š„f(#•Œ»±)ëcˆØó=|—þÛŸ7Ã','',0,'?'),('²ê\\’™¢	X§áe™Ä·','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/Campaigns.php',0,'ïÑÇ°öýÈºŒÐ\n¸üö','ïÑÇ°öýÈºŒÐ\n¸üö','\r2 ­ ™*™f55/ôw*Ô]YkùVrŸÆ±&B®\r','',0,'?'),('yÊcHÚT £-/‰ª','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/Fields.php',0,'\Z#:B‡ãþ:MGfDÝ','\Z#:B‡ãþ:MGfDÝ','`ôëÐ\Z&UÆÊYhÒ¸ñxƒ`¿GõÓ7žâª» ì9¥','',0,'?'),('*W±Z3£Š©i»ºëI¸Û','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/Groups.php',0,'v×±½€±h‘–Ð.êGp ','v×±½€±h‘–Ð.êGp ',')fÙÌÞ[w„®x¿\ržûA~+UoOêÝ±fTV’IÅ','',0,'?'),('å\'¼ÚB—ãgS°á‹¶','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/Lists.php',0,'Þå‚<‚$!\r±\\°$¨','Þå‚<‚$!\r±\\°$¨','Ö\ZbV£–(üS€[ä¯(ÀàQ—æŸ)a±²‡û<d','',0,'?'),('2FÖ‡cDõ\"S/,ìu','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/MailerLiteSdkException.php',0,'äp–¯ÝÁ¯Ä0lßä¼„','äp–¯ÝÁ¯Ä0lßä¼„','òíü)Ì­‹a@)Y\\Ö‘TÊ»w7é¬¼Š<RÑ >›','',0,'?'),('Lê¼™÷2Õß–9ºßÂt','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/Rest.php',0,'„©‰…‚Ác(ÛƒDùò›','„©‰…‚Ác(ÛƒDùò›','«Ñ©ü¬e&.pŽ&E#	ì¢újTë¯Œ-òcˆvpû?','',0,'?'),('cKP¬µ$7[ýu!@YŸì','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/RestClient.php',0,'»oRvÚýëÆÿ‡21','»oRvÚýëÆÿ‡21','kñ”€çÚ	ÒØ.<v=÷hÒ2mÝb\nœØP*–ÉDZ÷ç','',0,'?'),('úñóèª3”›Io$ˆ²2H','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/Subscribers.php',0,'do¤³W“CÎ•Yá„¿mc{','do¤³W“CÎ•Yá„¿mc{','Ûì„³³îŸ[WYQXYÓ´F£ì$Ò#ˆÈ$åÀèøT‰','',0,'?'),('ßGuÇ‘ªJ{_O¶]Ý2\\†','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite.php',0,'34H…a«¢\n®< óh','34H…a«¢\n®< óh','Uþ•EUÚÛÀƒîl~Å\næés¼{ôÐ¸g–E~	É','',0,'?'),('ÍüC_¸d¢÷’„¨KN±í','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/Api.php',0,'©ió´þikjuM','©ió´þikjuM','¾;GœBv wë°Ø†`i¸pô‚¤‡µ –¯ç','',0,'?'),('xÂQÕ|ÀkÑAâ½†ÖÍ','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/BatchMessage.php',0,'®f¨ôe¼×ÜÑ¤Tì(','®f¨ôe¼×ÜÑ¤Tì(','µÄ½Ø‡{5Ò5¶gŒs÷Ä¿çŠq¾áËý•g¨Lœ','',0,'?'),('›gç0ç&—LŸÿ°Èˆè','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/ExceptionMessages.php',0,'ºÂN¤èè¬“a@JO÷7¬Ð','ºÂN¤èè¬“a@JO÷7¬Ð','½ÿIÚs\nTÈ©c^1A¾o›¹î\Zë@ón«];é‘','',0,'?'),('9·€6ñ6ßA7óß\0','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/GenericHTTPError.php',0,'y&œ*í¤éô‹Á›7?]T','y&œ*í¤éô‹Á›7?]T','·õúß›ñ„%Œba\'*|Vxÿz¡!cÈBK±e\'a','',0,'?'),('$à¬æ­õj, “Ö!E','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/InvalidCredentials.php',0,'ÿ¢Kòï•$\\J5;â»;','ÿ¢Kòï•$\\J5;â»;','€‘ÃÐÈzì1O™ã¢rªÎÑE÷´i‚×ÝI\'ý8‡+','',0,'?'),('_c5[+º»u#–ö	ç‰','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/InvalidParameter.php',0,'èî¡]é^ßßPÝFÝ','èî¡]é^ßßPÝFÝ','À©%ƒ\0Ô7|ÆÙ9ï]K6ý8}Y†Ó£Œ†Ô&p5','',0,'?'),('E\"v¶z;ý71)ÃÒU','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/InvalidParameterType.php',0,'G‘L…9ucA—\r¸ûœU$','G‘L…9ucA—\r¸ûœU$','Ò&KúBq\Z—Øv+,ÈBdº6C‰Š®ÚEó.9^K\n','',0,'?'),('…c1Ÿ~ûÖê£hE@»Å','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/MessageBuilder.php',0,'Ó+\0•÷ÖTRn­¬áª','Ó+\0•÷ÖTRn­¬áª','§	Æùâb^²š¤á0ƒò¡•/ƒU^öÄàñâì','',0,'?'),('úUKÐ¶hö?¯îGaÎ','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/MissingEndpoint.php',0,'šð™IjüþÆü_íz¼','šð™IjüþÆü_íz¼','ÔðŠJ}B¦•*Ò\Z>o4½iS\'ˆÎËrg\\3$Eš','',0,'?'),(':Ã¤Š•Ü¹3«u·ëQ‚','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/MissingRequiredMIMEParameters.php',0,'ºðNL`«è¥±©¹§]Æµ','ºðNL`«è¥±©¹§]Æµ','Ù\n7•î_á×]yºö\rÉ\0+WàÞ‚¯ÿ¼<è\rÆ7#¾v','',0,'?'),('ªy 9…-3 $@l ÇO','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/MissingRequiredParameters.php',0,'ö¨zº¹väïêžWa§8»F','ö¨zº¹väïêžWa§8»F','kV×—çÓ­¶4Ü+\"V›!«Äjû˜»ø_¸$d','',0,'?'),('Ú\0f®ÎúÅ–-uF*OO','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/NoDomainsConfigured.php',0,'eÌ\0ÞH`üÙ²@Ë±‰§5','eÌ\0ÞH`üÙ²@Ë±‰§5','ž‘˜åÓ²Î¾gºv†þŽ3?~¡¤àwú²','',0,'?'),('ÛèH«µÂÏ_¬‡fÜ','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/OptInHandler.php',0,'zÔZ|û:ä:[¯t!ú\Z','zÔZ|û:ä:[¯t!ú\Z','†»ïÜ—ÿ$.Ì·šQI+7v\\MÕv»','',0,'?'),('ÍT”§†ös“ü2|','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/RestClient.php',0,'3´6¯VŒÈ K;FŠ°é','3´6¯VŒÈ K;FŠ°é','mÏ`Oã{í‰R¶–M€	•Ýe>Ð¹Ò¼IU¯@Ñ','',0,'?'),('×Î¼Ÿo¸iÕ‰Mä¾©Æ','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/TooManyParameters.php',0,'*<0ô’™7!<eª÷-¦','*<0ô’™7!<eª÷-¦','k·ÕßM5ëò¢1}j‘ýœÞ’ü•$‰Ê«)_\\‚','',0,'?'),('Î¿´\0Ö#½¥Ë)ÜÒÐÁ','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun.php',0,'EàåÞ\02d‘ÔÓIèmC','EàåÞ\02d‘ÔÓIèmC','&:0mÒHbfÙ’Þ¡‹¿2ŸæÛsóFO¶“¶Ï¯tJ','',0,'?'),('”\"°¬zAÔÞ<\"Ö','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Exceptions.php',0,'ÙçÈcFNWR*&G–Šð','ÙçÈcFNWR*&G–Šð','($¥“Œ€o†Aå¦šY.»¦\n‚Ã9bIr÷IÇáüeÊ','',0,'?'),('EQ(ºÆ¹L‡’ïÛüð ','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Exports.php',0,'Â¯£ÇÌíƒ£W;ùÉºöS','Â¯£ÇÌíƒ£W;ùÉºöS','ï<öq±K¥µ§«ûœÈ>u	ÇnÏšoýJ‹†\'eÁÎ','',0,'?'),('EñŒ\">Tî!œzÀ:üµ±','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Inbound.php',0,'Z·y=?D¯{|‘6¶9\n','Z·y=?D¯{|‘6¶9\n','½ØjavQîî*é£Šœ.Ïiýê´I•ö\rWë^ÐQ','',0,'?'),('nÖ‡ŸG\\åXc:nÈc<','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Internal.php',0,'Ì3ævFk+`EÖC<8Pá!','Ì3ævFk+`EÖC<8Pá!','sP³ ­‡‹N¯U­F*èM\'ð \\@Û}ñ¢ê.U_üË¤','',0,'?'),('ÊuM§q8\\¤—S•{”','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Ips.php',0,'\\œ\'ÝLÝ%£¦[%¾ë ','\\œ\'ÝLÝ%£¦[%¾ë ','‚øºÒvŒg‹FêšGÛÞi¥¦¨ŽÛÁøZp','',0,'?'),('³ý\Z-;:Ëž«“2¤ÅEý','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Messages.php',0,'´¾¤Ò/*ž[OF§Ýä','´¾¤Ò/*ž[OF§Ýä','êb•Mû9×\r?£ËæJr9é¸9Š—m!ý<…','',0,'?'),('f@Y¶+,äp1aÎk','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Metadata.php',0,'°¾Ü€ÜA¥‡\0þ[J /','°¾Ü€ÜA¥‡\0þ[J /','Ä\0¯ÚD…Bð\0ê€\"ôUÄî|((\n*?ž7àhyäk','',0,'?'),('Ä†V«0Gãv1y	U','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Rejects.php',0,'¦½#	t:®p+j5=l=ìü','¦½#	t:®p+j5=l=ìü','[-°ˆ¢æ7Ü:?ŽE\"÷Žÿ;KŸ_;Öê**q','',0,'?'),('«ÇÁ&˜Ï—§þÉ.B4£q“','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Senders.php',0,'[5nhW¿QÈkmÌ°>‘','[5nhW¿QÈkmÌ°>‘','0˜¸§.“œš!*å¿Õ,	àÉ»Ï‹ŒÈÍ$P´Ÿ','',0,'?'),('l\0wkú† ‘4[i\n ?','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Subaccounts.php',0,'9ÚÏ•+IæÍÇ¿³D@','9ÚÏ•+IæÍÇ¿³D@','Xv/¸FŸ5+,POS™¾¦}á((Ö+tŽçû±­Â|œ','',0,'?'),('%g®»ÖÑó\nþö[È	Ò','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Tags.php',0,'…5RÌšåmÎ‡ÎéŸ¤','…5RÌšåmÎ‡ÎéŸ¤','æz¹B”ïÆB¯(«-màÝÍ7ËÇ¡¨Cìž‹n','',0,'?'),('†ýQ†‡ó6¥hP”Ü–â','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Template.php',0,'±6D\'ŽøÛ :®Ù¯\\È‚','±6D\'ŽøÛ :®Ù¯\\È‚','	tŸÃ@‚½Äß;ßgwñ£6y\Z ,vu2à<w=Õ','',0,'?'),('—#!¡gY×ž¡_(ÆÏÍ','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Urls.php',0,'v4ËwõõÖî!±±r›ô','v4ËwõõÖî!±±r›ô','JÇûŸEºq‚zŽÄà@áïùÕ—óÙ“ø\no\0’','',0,'?'),('òk33´þ€_o3¢`âˆ','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Users.php',0,'÷òoUÃ¤ö©Y|—Õ\'¹','÷òoUÃ¤ö©Y|—Õ\'¹','u/5ÎI@ƒœ¯$Ñ0Î4å\r¾EK	C½óòF','',0,'?'),('3ee^)­oß!ÞxÄÓob','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Webhooks.php',0,'•ömø”‚ÍVW®°eÌÂ','•ömø”‚ÍVW®°eÌÂ','˜Ûï¾\0F¸¥ÆX‹hƒ$l1$R÷ÏT\'PÏÑá','',0,'?'),('ew°ÿÑûBø[‹ë=äÒ¨Y','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Whitelists.php',0,'’S¿eÓ2Òaú¨*& tà·','’S¿eÓ2Òaú¨*& tà·','ùœœõ©Ùg×ÅUÐu@ÈG†W‡¥À±ÓÞKMc','',0,'?'),('¼¾š»iÝEî¯bó','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill.php',0,'(äR)öí	˜È1Xš@>','(äR)öí	˜È1Xš@>','çY­bûq\r½[ÃI‚ª	½ñî]ÀkïÖµó\'Ó:;','',0,'?'),('D¬Ý^ÆÄ7¦#«Jä—\0','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/ActionNotSupportedException.php',0,'é8yð*GŠùþdšÜˆ','é8yð*GŠùþdšÜˆ','þÈ\")~Ø1AÊñð„(/§4³Ô7gB§cBGx','',0,'?'),('tPîõþINøvÒŠ^','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Api.php',0,'ÃðbÙEãÛý$@š^}$','ÃðbÙEãÛý$@š^}$','0¼FÎ²Ìšƒ^âÀ½”<Òö§›:…¡ÏL¢Ni','',0,'?'),('yÉYž~zmr¹´\n·nÈ{','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/ApiAuth.php',0,'HˆËâ2ÑýýñÖ\niÂ7È¸','HˆËâ2ÑýýñÖ\niÂ7È¸','•\0=KŠ?³;;X£èaM²\\Åfñnsü^M\Z','',0,'?'),('«­™°–“ž¸îª¯G\rÒ','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Assets.php',0,'g\n±¯„Í`•@ U»^ÿ','g\n±¯„Í`•@ U»^ÿ','“Ä*˜¯JÄåˆÝ®V<a Úˆ\nùö&lóº\'×í','',0,'?'),('Ã#Ñ}M×á¡cLá!\\Ø','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/AuthInterface.php',0,'|Û[5ŽZ>h1d/È#','|Û[5ŽZ>h1d/È#','w^¹Ê,Œ¡¦*ê”Þ+£-`ÉêÒø¼nq¿Å¤Ýw¯÷l','',0,'?'),('HE@WÎÞÁ$&5=OM','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Campaigns.php',0,'Þ³ÅèD¥øÍŠHØˆr‹·','Þ³ÅèD¥øÍŠHØˆr‹·','~úmÙUÔË*û§sýÅº¹y¼X·™Š^f:ÁJ	gN','',0,'?'),('Ç¿_ž×>%mÌÃøÒ2JtS','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Contacts.php',0,'TÄèÔ“#aG\'EÿÏ¢','TÄèÔ“#aG\'EÿÏ¢','Áy\'õrÐño*H‡yyöüÐ™njl\'­ÚìÏ	\'F5','',0,'?'),('{á®wEì…¢OtÅÊï¸','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/ContextNotFoundException.php',0,'J¬ˆeS<i1¶Ô*¾lcx','J¬ˆeS<i1¶Ô*¾lcx','IP›£ªª¡­€qÞà	Â_¡–&”E¯vR;*R<Ò','',0,'?'),('2082àˆÎÚ%RÕ†¾»j','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Data.php',0,'_5êt•àÙk!¸Üú[õÊ','_5êt•àÙk!¸Üú[õÊ','\Z|)ð¿âžúƒi±³|K2²þäK\'©ò*©IMØ	Yp','',0,'?'),('[pj\"(êœ€À0˜u*Eã','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Emails.php',0,';0§MTé©üå\Zl¹V',';0§MTé©üå\Zl¹V','WŸá¨Rˆ<0OEó‚V”ÓCjÓX~ßm¯dÖ&²¡A','',0,'?'),('§ËµÒº¤³£)ãR \"_','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Forms.php',0,'Q´›ä™Eš7þKRr–í','Q´›ä™Eš7þKRr–í','u!ùà\rg®†òÅ€]E­B2ê¤¯ùe¢‹Ã‘-qðZÜ','',0,'?'),('.$íµ³Nž.\0[”·JR','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/IncorrectParametersReturnedException.php',0,'˜ƒw›^ãš­¸Ë{ 5õØ','˜ƒw›^ãš­¸Ë{ 5õØ','¡°\Z¸9§˜ª¯X3ê×¨gnh•ÉIûµFW†nÝc','',0,'?'),('(‹nfTÏý$\0Ö5n—”','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Leads.php',0,'Q(Ëýê(åA`/{{†GR|','Q(Ëýê(åA`/{{†GR|','0Mw×4|ƒLM°£ì8)ÈöR”kÍm|Eœ×ŠáQËû','',0,'?'),('Ø‚½\ZŽøm(*öÍÚ§WŒs','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Lists.php',0,'¢±n¼¬ÃÕs­^N­Ï[Î','¢±n¼¬ÃÕs­^N­Ï[Î','Ã\Zv6I4éÆ°˜ñHÿƒÂ²ˆ|ìsÁ 5í¯¦È§','',0,'?'),('ä†\r±Àú³\0hcÛ$°)','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/OAuth.php',0,'Æ#?Â)ÚÐ#ÔjKêß„›í','Æ#?Â)ÚÐ#ÔjKêß„›í','±SãMÝ’œß ¸À¥jLl‚ÅíujÆ\\‰¡Q/wè¸ª','',0,'?'),('{es÷ä±–pL?4¯','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Pages.php',0,';õdÂÚ˜ñ\0;«R•œÂIã',';õdÂÚ˜ñ\0;«R•œÂIã','<]ïùô[™~\"¤û¤&FÞV–ÏŽhD¤ÿÒL©™','',0,'?'),('øJTR¬\"“€r»âF5«ò±','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/PointTriggers.php',0,'o£m¾kcJnû \0gMËu','o£m¾kcJnû \0gMËu','=½ìçÑ›š\":¾~›ä¶[\rUì¡!Œv<1öh','',0,'?'),('±´V@*îí˜Ê6¡Â','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Points.php',0,'I¿VÇÿ‚YJX ø´T±a','I¿VÇÿ‚YJX ø´T±a','ÑÈ)ó52Ö¡µ“Buøfó¸Ó0b~é”öÉÎ','',0,'?'),('5>ÖLËÑov˜Æ^f','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Reports.php',0,'·hÙÀÀ¶gÚŸö¡GW›þ\Z','·hÙÀÀ¶gÚŸö¡GW›þ\Z','ž]‹ÆšÞC†€U„~?îM\"¥yI0<8tø÷ìw½','',0,'?'),('†@÷³ú[[Þ­\n½.¢ÁD','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Segments.php',0,'!|O=:iþß;¬vú¹P ','!|O=:iþß;¬vú¹P ','Ù|Ãe‘ÄùûP\0¹ïÆˆ8x5­žå/J^_','',0,'?'),('¾kpÊý™9=¶>JîE¨)','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/UnexpectedResponseFormatException.php',0,'ög>ëTñ“dBò)xoj¼¹','ög>ëTñ“dBò)xoj¼¹','„”ž¦ƒð€yÇXŽg@Ö}D´ìøL«ÈÜÃ˜¨ö','',0,'?'),('Ý~óÞÛmm°—Ç’”²{6','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic.php',0,'ØwmÓÿ\'y™}Ds6Ú:B','ØwmÓÿ\'y™}Ds6Ú:B','ëKùwPÕx1¥8ßLMÃùH³qìphínÔ\Z[\0/G4','',0,'?'),('ïÒ)Ná.£ÿã~tôn','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Ontraport/Exception.php',0,'£Ãt­ä<œoõŸ\'ïÔ','£Ãt­ä<œoõŸ\'ïÔ','Où/¹³“·õ1ž+÷Ãj·62îrn;a xø¢','',0,'?'),('»dn„¨Ë­Õõ~hûç','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Ontraport/ObjectType.php',0,'-8[²½\0ÆÐÔg$1Œ','-8[²½\0ÆÐÔg$1Œ','”.ÓóXédz=Wæbgh/›ñÒË5~¡pRi','',0,'?'),('ï°pƒÕÏ÷.Ñ	?KZ','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Ontraport.php',0,',¢}>åš(±^)ÝyRšsr',',¢}>åš(±^)ÝyRšsr','Æ-pØõ+MƒVŽ§¥Õ\"…]óG$8®×ÈÈ®','',0,'?'),('“‹\n†NÞE.†\nŽ|¨ª','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Postmark/AdminClient.php',0,'ÞA¿e ¥ aª”9ŸŽ¬','ÞA¿e ¥ aª”9ŸŽ¬','Y—BýÛ¥éE¢ÊAðCÛÉnJà!A­¤.þç®CN','',0,'?'),('ý§²¿˜ #vJÑè+•†d','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Postmark/Attachment.php',0,'Èß¨Äæa¢\nÏ3ÄT‡t','Èß¨Äæa¢\nÏ3ÄT‡t','31óÌ[F§“ |`Ç+dN#J¸\'/ëQÆÑá;i]‚','',0,'?'),('?ç5¤\0t¾f;¯›ÎÈbà','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Postmark/CaseInsensitiveArray.php',0,'j†ß(MØÒ¾àe\ZvE¨','j†ß(MØÒ¾àe\ZvE¨','£èCiÚÁ\'e\ró3ê£ÕûÑð‚d!eénÝ˜aÓyêjþ','',0,'?'),('º›C4 pß‡´6[à','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Postmark/ClientBase.php',0,'o:0ˆöPGþ²xo}X¾','o:0ˆöPGþ²xo}X¾','åpZa6ÑãÛ²Ÿ9`‹sâ÷ñ‚µ\Zè	\\qòº¶ž½Õ','',0,'?'),('ý\nõ,\'ypÝ®ýÎé}ßä','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Postmark/DynamicResponseModel.php',0,' é)ÿ¤L1\n„áÌ¯®',' é)ÿ¤L1\n„áÌ¯®','ºfS€ÑVâèƒ¡8{ÂŠÔý\0_ÚÛð,µa·Ä$X','',0,'?'),('9jAIæ©M÷ÉXÞ3ZJ|É','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Postmark/Exception.php',0,'-7dC¼=_<‘àÅ¹oGïÂ','-7dC¼=_<‘àÅ¹oGïÂ','×—´ŸöZ¹öN{>Â&©	 ÛÝló{I™«¸µ','',0,'?'),('Ÿ1qv§`Ùgæ­v)xÈÊ','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Postmark.php',0,'­$.\Z‰‹/Í¾6/[ì','­$.\Z‰‹/Í¾6/[ì','ýÈV¶GI’½0®ùnl\"šHåOÂ:¬cØ–£Ÿ¾„è','',0,'?'),('©¸‘rº°1I-\nÎ{bB¾','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/SGAutorepondeur.php',0,'¸—wl¾ƒ¶…ïÙ¡’¸ö','¸—wl¾ƒ¶…ïÙ¡’¸ö','³‘UsÿÙÃ—ž\0Ã·•6\ZpnK³¤Ÿ„åñè;ñÊþÚ','',0,'?'),('¾3®õ:”dâQPä£sª','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/SendGrid/Client.php',0,'DQ(	#¨°Wsšv?Ø f','DQ(	#¨°Wsšv?Ø f','Ö«£ÇõQM¼©8H­ÅIÍð”Ù=Z­Íg±ñ9‹8J','',0,'?'),('·×zŒ2¡ÄlÌ,\r|','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/SendGrid/Exception.php',0,'áª4ßo„‚ø%Ê5òË˜æ›','áª4ßo„‚ø%Ê5òË˜æ›','xª6;¸j¢¹¡cp\"m’z&T“ªÎÜ8Ù”åè˜','',0,'?'),('èÖIÚ¤šÁŒJóx^RÉ-','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/SendGrid/Response.php',0,'|~·N¬Ò® B|`Ë³{ì','|~·N¬Ò® B|`Ë³{ì','Ü¡¾Òäl÷D#x”\roU¹BæÜ\'n=DG¡Fo	Ú@','',0,'?'),('.à$˜MŒ rŠ\r\0ÝA3','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/SendGrid.php',0,'³J¢=—å‘váÂ.è¡´','³J¢=—å‘váÂ.è¡´','K0›W!!=SÑ±Æ<2â‘x\ni×‚rw%8&','',0,'?'),('\nq\Z€³ý†ÞÓþ°P³…','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/SendGridEmail/Client.php',0,'m–dÜ$0—ùÄI«‡ŠOd','m–dÜ$0—ùÄI«‡ŠOd','0géá4&°“– tšRC`´ÂÖØÆÝþ¡«*‹O¦í4','',0,'?'),('ˆdFAšÝ,l	Å#(ŸØ=','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/SendGridEmail/Email.php',0,'Ìï­IŸVéä¨¨è!-÷9Ð','Ìï­IŸVéä¨¨è!-÷9Ð','6\Z	«Nñ½WåvÏZÕðÔ<—áänø¹ñw\' Æ*$å','',0,'?'),('è©·¿@¦÷š¿O·GÑ\"','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/SendGridEmail/Exception.php',0,'µ`f¡—üJ+,ø×.Ð™½','µ`f¡—üJ+,ø×.Ð™½','ðü\\ñ´ÙÕWÌqþ3Ç’óR»Âù|Ì:…)Î','',0,'?'),('ÒóGÊ“‘1Ÿ¦÷œÈ¦È','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/SendGridEmail/Response.php',0,'–K“¢‰õA–¢÷ôòrä','–K“¢‰õA–¢÷ôòrä','M&÷È¥ˆMq~¬[R&À|ÜmC#ŽÈÎ¾O‘Â[6ø','',0,'?'),('Q½üØò\"\nå6	%}*S','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/SendGridEmail/api_keys.php',0,'ŠóÑ{£MH?ôìp(#°_Ï','ŠóÑ{£MH?ôìp(#°_Ï','Zê$,èÜ€á’-RÁ¦ø¯#Ë²•ÌØbÆqn','',0,'?'),('«£.¤åyÐZV=½s]¼™','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/SendGridEmail/asm_groups.php',0,'6ðØa*ydÿsÙ[áÛw','6ðØa*ydÿsÙ[áÛw','ÏØ›8ÓPn\r%›7Žå\\j?NñÂ_8Â(ÀúéþV','',0,'?'),('k<Ô÷($W¦q‘JµÆ¤','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/SendGridEmail/asm_suppressions.php',0,'é–Qâ°5ÚÄ…™@º2\n&','é–Qâ°5ÚÄ…™@º2\n&','8pÚÎ3ÇëYß…¯ÕYûF‘cSÀ–ÓHùç*ŒSŠ´','',0,'?'),('¦¦0\\Êç<ñýÚLX¤Ï¢','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/SendGridEmail/global_stats.php',0,'€ÄMè®7b«qß','€ÄMè®7b«qß','_Ëh°ô*·Š36ß7Øªðø§ûõíc/€uŠ±aÙ','',0,'?'),('çÐ\'hr¶9R©Üö\'Oê','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/SendGridEmail.php',0,'I»éÇÃ!Ñ_ÓlmÖaDRŠ','I»éÇÃ!Ñ_ÓlmÖaDRŠ','8×zíaq\Zñ/±NàH­jI×1¤tL¦jš«È–æ','',0,'?'),('8e¡:ÊQs³¢±¿','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/SendOwl/Exception.php',0,'žœI·a!7ƒþ\n¯ÚÞ','žœI·a!7ƒþ\n¯ÚÞ','ßUûeï^ÿ§Ã0á±âû‰û/‹*hë`lë&„W','',0,'?'),('ßý¼Ú#É©&j`¹«¡','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/SendOwl.php',0,'’Uòÿ×Í,:uŒâÛ,ºÌ','’Uòÿ×Í,:uŒâÛ,ºÌ','ÉõhKó&>mU)Óþ—vsG\'†àÊÐšPáGvÄà','',0,'?'),('¿EVAóx)ñò]:Ø?T','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/SendinBlue/Exception.php',0,'Ür1œ®åÞlòü§ùÕS>ì','Ür1œ®åÞlòü§ùÕS>ì','ZC±íU®èË¡ãå†y\nh›·ô{·:¾+bt|74ØQ!','',0,'?'),('×ÊLgéÓÆNC·Æ®)±','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Sendinblue.php',0,'”¾«k,\0ž¥Üä_Ð*ÞÓ','”¾«k,\0ž¥Üä_Ð*ÞÓ','Št*¨ZÏyü¬r\\e¨Ý¨\"w—VâüË½Jd\"œ','',0,'?'),('H¼ñQoù” BÈøR','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Sendlane/Exception.php',0,'‰£Qž—jd¶<F„è¦á•4','‰£Qž—jd¶<F„è¦á•4','_®\0Æ¥Jn[2waŠÝÏ´ê¢Jã,Øà=”qëÞ¹Í','',0,'?'),('‰N¥ç²LÅUQ¡’æ¡•g©','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Sendlane.php',0,'ˆUu<J>e+6iE¯d¥ó','ˆUu<J>e+6iE¯d¥ó','È¥Å\rMñ¢dŽÞOˆõe½…öÞàÝ!@©v+çº¨€','',0,'?'),('+¥ÂŠŠrd`Ýÿ­KœÆ','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Campaigns.php',0,'ê?ÒJè”¥ƒñò^ìŒåG','ê?ÒJè”¥ƒñò^ìŒåG','YZÍØ–ºþBU…ÚÜH¨­ÀË-g6lºqWí6o0!ì','',0,'?'),('¬~ÑOÏÃÍL“ÕÚô ','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Client.php',0,'ËÏ×~Ð¦yø@×õ','ËÏ×~Ð¦yø@×õ','†¢„JËž2ÓpSb‰\nêƒ\\i!éíåh¬rè¹+Ž®','',0,'?'),('†ãòÈ¶S¦Vš¼­','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Config.php',0,'hv/—Ëê˜·_gQ®‘Æö“','hv/—Ëê˜·_gQ®‘Æö“','óqÃ–!ü²ÀH0þÇÐ¦9áñ¼f&vaI¢ø\ZË','',0,'?'),('*ßj¨\'\n*y\0q>þ¬Ú','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Countries.php',0,'/ñ\0Pµ$sƒôÎÇ°zË','/ñ\0Pµ$sƒôÎÇ°zË','~äv3#o–q‘°½¿ÜWÎÂ¥DÑ¶D”íÛ›‚','',0,'?'),('³sîÖ †l`áÖ»÷ß°_','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Customers.php',0,'öà8ë¾«Ã:oalÎ~','öà8ë¾«Ã:oalÎ~',',`‘å0ã@¿ìô¼ûk}9$ñjié±ÅûÈ','',0,'?'),('ýGxºE+A q7d4','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Exception.php',0,'Z‡BÆ«jÐŸEœDÍ¨—\\','Z‡BÆ«jÐŸEœDÍ¨—\\','ò;µµ>—>\0©™f^–gai«2íVÉAóþ_äî','',0,'?'),('$åŽ¢º…Qï<)Ùn-','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Json.php',0,'²î.Î”™HtˆÃs5W','²î.Î”™HtˆÃs5W','çš®%/°y†¼E_¨9ÒÊë/‘Èæ¸ÿ5DÖìÄû^Ue','',0,'?'),('™;:&õ>òœrß2\0ƒÚv','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/ListFields.php',0,'X\r‘Ÿ×Ž—:j´\nq­©‘','X\r‘Ÿ×Ž—:j´\nq­©‘','.3S 7èc¸CÂ\r™KæøÍ‡£Nˆ>9«ù†B®àÄ','',0,'?'),('[€öSAáÇ%zðY\0µ>','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/ListSegments.php',0,'SVÐqGÓ©¶x¸¡û™p„','SVÐqGÓ©¶x¸¡û™p„','ëÈ‡¯WñÞº¿	sf3=hfL0Õ1cbä8dM§äV÷±','',0,'?'),('‚ð+§³ø£iAœØF','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/ListSubscribers.php',0,'UU•MÝBœ[ÁªJ¬µI','UU•MÝBœ[ÁªJ¬µI','.úÇ´ Šý®‹*Î©+è¡Y<µ”R†fÅ¤·úN²¯','',0,'?'),('\'ÚdLçhƒÇhÙß2yQà','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Lists.php',0,'D	[,.PÀ~¾’©2-NU','D	[,.PÀ~¾’©2-NU',')„lXÐ¹í\\5´pôáÐ+!#ª¨òI<ü™@','',0,'?'),('¸ˆ®dÈgÑžÁ&Ctdq<','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Params.php',0,'!_üsLÚ_4qx¥™È>`','!_üsLÚ_4qx¥™È>`','	ÖOÛñÏCKŽ•ëoÆž\Z€ÿÁy/Œú–8Ôg\0','',0,'?'),('ò™B“Á{<áJvÁ&µëm','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/ParamsIterator.php',0,'ãK‚½Øµk\rr})f¿','ãK‚½Øµk\rr})f¿','oü%(P?5LÃhëlüMEr¶”bÛúŸ=&ê9]\r…æ_','',0,'?'),('ÑiÉ™q°EÙ­?¸îÄE¼','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Request.php',0,'†b¶Ó‘#ä$;1@','†b¶Ó‘#ä$;1@','$@£:Û·Úf*B|÷ñ»½ÇMEÓ}wG®š°','',0,'?'),('”Å¸€éu[ÃË“Dþ4D','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Response.php',0,'ø†Ò{3¼©k ^1!1²','ø†Ò{3¼©k ^1!1²','@Õv}¸1õUÚÀnðøÅ\r\'¼U\'êáC<N*Pÿ','',0,'?'),('Ö›ÒœÂÉ3»¢Ø°è$','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/SendreachV2.php',0,':.å#*	³¬V˜zBc',':.å#*	³¬V˜zBc','A—\'VÅÖ_”N3T›fÏ¨é`{ÌÚUùn˜ä¯ºðà','',0,'?'),('GªÍf«/„m˜Ð	ã°ãq','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Templates.php',0,'z°¦ö†xY{û®½]ÂsP','z°¦ö†xY{û®½]ÂsP','8ë\r\rýÖ´ÆÍƒ·¨óž9móXùéäKÅŒÚ8O_Ü','',0,'?'),('Æ¹ÎüA²µÙäê¢‰CÇ`','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/TransactionalEmails.php',0,'Oþ\\¡\\ñéH×ndÏl4','Oþ\\¡\\ñéH×ndÏl4','«±™G9¨qæÖfŸY\n¥å<wä—Ýê AþA¥X','',0,'?'),('‰ÅÛ¾­&LSœ –ÿj','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach.php',0,'ûÞÊN>ˆù´ðxä‚è@ã}','ûÞÊN>ˆù´ðxä‚è@ã}','k7R´Èa\ZÌTë\0ó¸(¡Ñ ]ªœ4HÀ†‘´ì…£bï','',0,'?'),('µà¢ÚOÁ¤©*îqÝ\Z²','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Sendy/Exception.php',0,'Qæ-õ«ûÜ-=Z·å¦','Qæ-õ«ûÜ-=Z·å¦','rÁNóö(æö¥RÀOªUuÀˆñ›wb]»~Z&æ’¯¸¡','',0,'?'),('1hXž€)žl…ÎS0{I\Z','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Sendy.php',0,'ÞÏ‘tRŠTàNKóz','ÞÏ‘tRŠTàNKóz','!8s=ÇGjYõ§—˜X¤Ö-q¡wÓL£T¨n™“Õ','',0,'?'),(':¦æE#–ñå€ì	¾[w','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/SparkPost/APIResource.php',0,' \0^~üƒ,¬*\"a',' \0^~üƒ,¬*\"a','5¡i9\0Ëš\rìZ¾@±E‚èe\n™\r>Y&Êcn','',0,'?'),('¡ÐóÔL‡œÐ,&¤¢iìœ','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/SparkPost/Connection.php',0,'}k¼ºï õÀ{XÊrh~€Ù','}k¼ºï õÀ{XÊrh~€Ù','„lK7pQ@()Vëg>‰Gtò¦¦¼|Dmù ÄØíCÞ','',0,'?'),('X—„R	\ZÓÐ²OÚõƒ','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/SparkPost/Exception.php',0,'2%™(®Ky•ÛÄÝ~æ8Ñ','2%™(®Ky•ÛÄÝ~æ8Ñ','QFÕuèß$Aó¬¶Äºšƒ/Fj\"ü¥+Xÿ','',0,'?'),('S¦§· 6v¿à÷Ànš½\'','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/SparkPost.php',0,'Ø}-ê2u\nv\Z¢ñï_(','Ø}-ê2u\nv\Z¢ñï_(','¯K‹Ôß´ù]ÊEŠï;@Þ•Äb›rXVÈ²yXØ¤q','',0,'?'),('åolW¶-Ý–~\\ž:™¿G','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/TdJwt/BeforeValidException.php',0,'¢¾(i}ˆ3Tä?!À­8!','¢¾(i}ˆ3Tä?!À­8!','ó2T^Îñávñ`VÛ.v5ï»p„]Ç+¤\rÄ3õw8P­','',0,'?'),('ÓñáÑÐ`š;´y&›GóÑ','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/TdJwt/ExpiredException.php',0,'€Ì-Uò–ÉÿVI˜°','€Ì-Uò–ÉÿVI˜°','½\\XÂ¶(,el¯®åcDSÑ²RŽ7›Ôt\0Çóú5','',0,'?'),('¡ÒÆ+\r…MÌ\Z¦HèÆÛ¡','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/TdJwt/SignatureInvalidException.php',0,'³×9¶*ÖUù<™}[þ|\n','³×9¶*ÖUù<™}[þ|\n','³­(kÛÊ¦¤†öÎåPbÙy$ÝNôþù\Z¸*%|Üâë^','',0,'?'),('¨iSÎR\Z\\ƒO;‰|w','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/TdJwt/TdJwt.php',0,'ì½o:‚\0ÚÞrF	0','ì½o:‚\0ÚÞrF	0','\rÅÿŒ6K.2³|Ê(^D­CÈÄ:QpÞ°\0–ÔÆ7…','',0,'?'),('¼!¯lºÿ¸ÝœT?q8Ãw','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Twitter.php',0,'§zXÇõhôÃÊÉiªÇ','§zXÇõhôÃÊÉiªÇ','d¢0º$Š×ÐP¿ŸkjB Uá\r´7ÙÍIþ)¾€','',0,'?'),('{.:¿oÑ®˜Èµ¥!‘','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/WebinarJamStudio/Exception.php',0,'º(Å¬Ö¯F2Ö€>ÁÈÎÊ','º(Å¬Ö¯F2Ö€>ÁÈÎÊ','æ%•Èÿ¦°ü±=Lÿ\"‘C¨M¯\rçM>mDIÉQqdÁ','',0,'?'),('%ÓÖs=\'|e‚Æ­ËÅÚ','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/WebinarJamStudio.php',0,'Eàl¾‘šþö\ZA	$','Eàl¾‘šþö\ZA	$','‘(`1ôªŒX9@sƒ!Ù¢{*ž¨NÅ®IóËs=K','',0,'?'),('(Áãºñi„kÃ2ï.','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Zapier/Exception.php',0,'¡µÍto¤z’þÈeÓ~9','¡µÍto¤z’þÈeÓ~9','ìä´ OµûH<]kÜ­¬DK5a$E:Ö®ñókë','',0,'?'),('CŽ‹kV¡Â©¡Ÿ|‰','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Zapier.php',0,'·1Ç=E—²8jJekí;Ï','·1Ç=E—²8jJekí;Ï','—‚g¨[\0‘•ô@aÈ\n‚Ig\nƒ«”ÄÄŒÃÕð ','',0,'?'),('_ÎÞû}‚a(…U™ÐJ','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Zoom/Exception.php',0,'‰µ	Ék±»ìÍýéœ=Á','‰µ	Ék±»ìÍýéœ=Á','î€äŒ½‰Åº\n8ùÈBC\\PuÿbÇeqå´õV]ˆfâ','',0,'?'),('sV$‡£ŒÜ\Z€\0.%š','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Zoom.php',0,'Š¹Ã `À8ÛI•€hí:','Š¹Ã `À8ÛI•€hí:','b:ëÔgn[±‡~’R¤ƒUTÎ\n•’*líE¬m¨s','',0,'?'),('kBŽ ú5öM \rSšÛ§','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/iContact/Exception.php',0,'×DtHÄBš8E\0fxt t','×DtHÄBš8E\0fxt t','Þ^\nÞ—;®¼d·.‰Ç–a4w’•déz¥¸—Óš:h','',0,'?'),('êrˆ\nïóSUWÑ–','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/iContact.php',0,'˜°M!èŽJóoíñ•pq','˜°M!èŽJóoíñ•pq','â‘MXvÃnxqIfoä}­;``%¬3þ@Z¢','',0,'?'),('zÎ¹4¦Ô;‡˜	³=\Z²','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/v2/GoToWebinar.php',0,'ÛËZZžîÕ×J—HÓY','ÛËZZžîÕ×J—HÓY','‰¦ÜÓ°`­`÷\Z‰k*‚U–lÜ½~eÒåŠ%>','',0,'?'),('øî[\Z÷B`\'ÿÃF','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/misc.php',0,'‰Få.½SöäzaÊj>™}B','‰Få.½SöäzaÊj>™}B','!ð/ö‰C4Fá\"ÉwpŒ`n5iðÄEŠ¤VqJ\rÁ','',0,'?'),('Xš?x\"$ñCo4X½Oa','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/views/admin-error-logs.php',0,'ŒÂ÷*\rî0æžu¡á˜~bF','ŒÂ÷*\rî0æžu¡á˜~bF','£!Eh.uçl¤Òø‚¸é6’Ì—ô1ÇÜ:\0Ù’jÛ5²b','',0,'?'),('Qç=Åæ¢* `~ê#^†üý','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/views/admin-list.php',0,'ƒ<´0Ö{Ë4$ê[u-','ƒ<´0Ö{Ë4$ê[u-','–—zøç Jß¦9K }9lB4Ë2$<½ŒNG}l','',0,'?'),('õµu¶š%R•ÑhÏðÒ','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/views/admin-messages.php',0,'t²FXzm¼¡C¡¢i\ZHq','t²FXzm¼¡C¡¢i\ZHq','¥±¿x¤5â•2ª`:ôÞ£-ëXˆ>Ku+^ÈDÖ','',0,'?'),('Þ€Ä¶ïtt\Z‹SÛrÂ','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/views/editor/add-api.php',0,'ÎÜUW’Ï¥¯ÄpT€î','ÎÜUW’Ï¥¯ÄpT€î','MÜxèöéW_‚”³wªªB\"\"ù\nø¾¹Å¸\'Eª‹','',0,'?'),('ÐVH\"¯zãP,}ù¡#ºT','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/views/editor/add-custom-html.php',0,'j9”&A›,µIÆqGØáo','j9”&A›,µIÆqGØáo','¢|]Ö“rB#\0«ï¢GTCI—G3ÊONÌOº~@\'Y','',0,'?'),('ÞŒ “‚´GÀÀ¯]‚ø»a','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/views/editor/add.php',0,'Hj¬Ëo¿SÌ°é;Ò©v','Hj¬Ëo¿SÌ°é;Ò©v','[é³dê·çŠ~éÜy%ÓõQ7™ºCtuÅÿ¹\"œ;eä','',0,'?'),(';\nÎß‘ÇßíS\\~]§Ï8ð','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/views/editor/autoresponder-code-fields.php',0,'a-«Æc\0æ…÷¯m9ÙUÎ','a-«Æc\0æ…÷¯m9ÙUÎ','»6êN’ÍêY¾Cà*N0VX=\rQrÅã†ÿKX','',0,'?'),('®­˜ŠiÖ¹1Ô	','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/views/editor/captcha-settings.php',0,'LVÂRf?¦ÈE^„.D','LVÂRf?¦ÈE^„.D','¥Æá”›À@û’õÿµrmÜ§ÌOã~¼T¢ô“˜+kL›','',0,'?'),('`‰“#ÑÉ@ÜxÖ\"ÓÕ”','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/views/editor/dashboard-api.php',0,'>«…óŽ\\k†cCéåúÓo','>«…óŽ\\k†cCéåúÓo','œ¬qîŽ{P2Ôk	u¹Â‚TÐkh&©Pæƒ','',0,'?'),('Ýr?9ƒŒ%¶©Œ¦ÿ§/','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/views/editor/dashboard-custom-html.php',0,'Gš×\r5óŠÝ†½ÏWüÉü','Gš×\r5óŠÝ†½ÏWüÉü','Í˜Öøp1‰èN]¿Þû·k‹?þH\Zû™¼ã/$¿','',0,'?'),('o±¬ÁQ¬‹£#WC8ØÖ','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/views/editor/dashboard.php',0,'ç¬ÿŽÙ‹ùƒôûsÉÿ','ç¬ÿŽÙ‹ùƒôûsÉÿ','IÀMˆaƒ³óSˆo×pÖ`\\“ÌçÜ;1žŒÕÑôéh','',0,'?'),('Uz=‘l·@O¢Ï4˜ñÀÜ','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/views/editor/partials/api-lists.php',0,'IŸÜ“ÎÓE¦É,ù 1×','IŸÜ“ÎÓE¦É,ù 1×','#Gš® N~¿œH×ÑÜ\npF§ÓjÜF~?š¿M·¬…','',0,'?'),('›è‘e¹ŠR\0$bØ8h','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/views/editor/partials/api-select.php',0,'â(†xJ¨o½E·°Äí¨¯P','â(†xJ¨o½E·°Äí¨¯P','“\0û1}\Z·Ê“:‘î“89Ú—Çæ®ë¶tÚj','',0,'?'),('“»µez1Â$ÛFð#{à','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/views/editor/partials/api-shortcodes.php',0,'­•Ö×)“=çà®Â6Jr','­•Ö×)“=çà®Â6Jr','w:==âÚ´«î¦NAÉè[ÀO~ØªYÂO\rT‹þ,×','',0,'?'),('Ä\ZUæ½ÄxårBïáˆãñ','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/views/error-log-entry.php',0,'pZ	3¬ýâ†Æ¬#µæe2»','pZ	3¬ýâ†Æ¬#µæe2»','lýÅx²Hb)£4gŒ7&MšbêzÿÓß8Ì”®KA½œ–','',0,'?'),('•—jˆÏaËSm1{s§{œC','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/views/includes/video-link.php',0,'áõÃ¼¨={¥iCñ¯ã¢','áõÃ¼¨={¥iCñ¯ã¢','! O‡Y-g‚¦¦É#0ÆÏVuzHæyÃ P‰­','',0,'?'),('Üãæ‘{yh´\"UBOiªÁ%','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/views/js/admin-global.js',0,'ÓPŸ‘¢ÖôW‚<=:-9e','ÓPŸ‘¢ÖôW‚<=:-9e','n4´qj\'»™Ãøc:–BÓ³1ÌÚï–\rãÿ`ê','',0,'?'),('4‰PDVa^¨˜LøX&','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/views/js/admin-global.min.js',0,'„û†‡àZ+ð³ó$¦üŽ','„û†‡àZ+ð³ó$¦üŽ','¶dMKjMB¤|µ\'V\no~\Z³Ü¶)pHˆv§On','',0,'?'),('“Èžqy40ª^ŽtÿŠT6','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/views/js/admin-logs-list.js',0,'›:eZ³W0‹L\nÕ–~Kû','›:eZ³W0‹L\nÕ–~Kû','¨è“ŽÓ“æa’·|ÖHYòøk,hkp2\nYÑf×Þ','',0,'?'),('Ô‰‚ÑeœÈÆže\Z±v','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/views/setup/activecampaign/forms-list.php',0,'ºà8Ÿ¿÷ƒ”Âôô¸(A¨','ºà8Ÿ¿÷ƒ”Âôô¸(A¨','	Yƒ,®¿¤\Z‰DßÛdÕk\0® ÿÍQwü—àèK5','',0,'?'),('ÚM-*,ÛT-ž„¯ À','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/views/setup/activecampaign.php',0,'Ê\0!d•ÏÕìõYñ!çwì','Ê\0!d•ÏÕìõYñ!çwì','dM(ò(«ZÔ¾§:¨ßu¾žë›ÅàÑŒjPŠá·l–','',0,'?'),('½fñË´ò*ú@¤Z.†','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/views/setup/arpreach.php',0,'”»žU‰ŽZ;éºÉå\n,¥I','”»žU‰ŽZ;éºÉå\n,¥I','X}v‚|.ÚWc>T˜g$ã¾\nl>y¥¢k”+¯','',0,'?'),('–z‘º¥ó¬Á3UŽñü¤€g','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/views/setup/aweber/tags.php',0,' RƒC¥5ë˜ùÉøàU',' RƒC¥5ë˜ùÉøàU','Dª€/“œ£?;gÇ»	At€ùh,Ôgù)rO<ÜKs','',0,'?'),('v±-	áÞãÒmõ²‹Ûz&','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/views/setup/aweber.php',0,'2¶öÙ©¤…=§ÓVî£>Ë','2¶öÙ©¤…=§ÓVî£>Ë','Ö0Õà7ßÑç2¨Œ%ørÀjy/ÖÊØA\r¬r;¾lU','',0,'?'),('U©H%È©$˜Xvd0P','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/views/setup/awsses.php',0,'Ej¾éYÿaAR¸3ž…>ã','Ej¾éYÿaAR¸3ž…>ã','S 3r$×u<ˆõœxa9Lù Fc¤¯T® ^','',0,'?'),('OÀÐE´n€µ_7?à¨pR','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/views/setup/campaignmonitor.php',0,'¦7€xÇúµY\"äÌO','¦7€xÇúµY\"äÌO','ä&µÕ¤Š(Së{ëª/*ÑŠêèÞR²šÞ™}˜Ptù','',0,'?'),('ƒëšKœ¬×u˜œ©Ùn\\w','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/views/setup/campaignmonitoremail.php',0,'ÇòJ6A(Ì²ˆ÷tSÈÖ\0','ÇòJ6A(Ì²ˆ÷tSÈÖ\0','ÅMªí~ÈUÉÄ7R#a’‚o>L/³ãÔå‹àÛ','',0,'?'),('—^ÍX(ìü”4`\\ðŒv­','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/views/setup/constant-contact.php',0,'ÆNØ\0°²‘ýL°†˜”‘—','ÆNØ\0°²‘ýL°†˜”‘—','Âi˜2­\rxÉ>ØnâøgÛŒc¥ìa¬Äð* Ü³U','',0,'?'),('½Ö¢ý2 Ìr\0\"ð›Bâ ','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/views/setup/convertkit.php',0,'dû•„yØóÉ´.äû','dû•„yØóÉ´.äû','™W	‰NG74a‹Ø„êèû&:»\rUiR¥ãK/ZQ$¨H','',0,'?'),('È@o7w\ZÃU«°6Z','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/views/setup/drip/optin-type.php',0,'ÊÇ4\'Rã{ô×Åm‰!','ÊÇ4\'Rã{ô×Åm‰!','ù&É²ð3\0Y9WëË—°@’SæÍÅ4‹s!ä\ZA˜ú','',0,'?'),('qGôVð	\nÌÈ¾¸POÁ¯ø','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/views/setup/drip/proprieties.php',0,'¦gx\'î©áƒÄ€·¾ãÁ','¦gx\'î©áƒÄ€·¾ãÁ','Lú>-v–FeÁÀaVC\'Œ£©•¨ó\nrÓ™€´FJÉj','',0,'?'),('CÉëZöœ=Ëla1S±{','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/views/setup/drip/select-type.php',0,'7­‘ð¥öS[ªŽŸ ','7­‘ð¥öS[ªŽŸ ','\"óúûHRËR‹L›¡MçÛµN&÷y!ÍŠÑ±_‚*8','',0,'?'),('û*´gË0Q…ew@ùÁû','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/views/setup/drip.php',0,'…ë/˜Ý©jX]6jC&Šµ–','…ë/˜Ý©jX]6jC&Šµ–','ùÍ¥¿($ ê~m”¯¢?Š«f 9wN·8±ÔUË[®÷‘','',0,'?'),('ò¥h!Æ·Ï5Í2#c?','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/views/setup/everwebinar.php',0,'dl 5£Ëh`\'\'¯çÙy™r','dl 5£Ëh`\'\'¯çÙy™r','×ÛÒWÁ1‘M>	Èaë|Ø7Úcì¬£€Ú¢ðì^NÐ(','',0,'?'),('y‰Pë®ò5¦9´°M jØ','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/views/setup/facebook.php',0,'¸€v\ZT}ÑÄÆÓG¤¡(','¸€v\ZT}ÑÄÆÓG¤¡(','\"4üBÍx\rë:cÔkÖ-×8²f\\¶(j›pdÜ','',0,'?'),('|¬Ez_*\rßÂÍøìJ•R','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/views/setup/get-response.php',0,'d´%Qƒ×6³¯;Øa|','d´%Qƒ×6³¯;Øa|','»\0g0öÏ¢ ~OP˜ÂO69Ö®{K½ºŒ’ÿÄG','',0,'?'),('SõVÚœÍ4ñ)ÛiLéXÁœ','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/views/setup/getresponse/cycleday.php',0,'‰\'§]äåË\r§å*ud','‰\'§]äåË\r§å*ud','<}ÐŒÖ_nÈ q€µ298Îs2]#AÆé*X³ëÑ÷ÑŠ','',0,'?'),('Ã®Xú¾ÇÔ»NÝßÏWAO','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/views/setup/google.php',0,'&ÜzF½}’÷ÛöJØYæ×C','&ÜzF½}’÷ÛöJØYæ×C','Š˜ê²CÄš6l^K]”µGóð˜¬ØpÃu®j','',0,'?'),('g\\<½–-e—Œ[„…1úg','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/views/setup/gotowebinar.php',0,'ãË\"ß–™ªVÀ+µ6åÈ,','ãË\"ß–™ªVÀ+µ6åÈ,','mP›S}÷+ôêž>QíáxWDSp|Což‰xFÞ£','',0,'?'),('Ñ²\n\nÂ;dÂ0\nõ3õU','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/views/setup/hubspot.php',0,'[o œoNÎ¦\n^éh+MÚ¦','[o œoNÎ¦\n^éh+MÚ¦','\"ø*à`„u»•êVÞ¿ëÌS¦øó¥éÃùÞY{\Zi','',0,'?'),('ýûÝ1ûµÀPÈC¦','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/views/setup/iContact.php',0,'8= ãv8÷Ð°>!íï','8= ãv8÷Ð°>!íï','-1CÅÛ¿?2ô|¬r~´Ím°1asnúê½hÆ/œe','',0,'?'),('\"¬‹?£Ú)7¸‰¶¢','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/views/setup/infusionsoft.php',0,'™T?vùŸâÙ>RwY‚','™T?vùŸâÙ>RwY‚','ôÆ\r×OŒN/ƒq…óé‹×JL¦`ýTS“p¸3¾ËÂ=','',0,'?'),('³V¼Õø_ñwÏ¦…÷ª','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/views/setup/klicktipp/tags.php',0,'c„»s÷¨,qd%»7M	','c„»s÷¨,qd%»7M	','c\\t<û¸/åŽ°rëŠªQJ––5j	àg\\\nëA','',0,'?'),('¢â(°+¥ŠµÍóž9Ç_ý','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/views/setup/klicktipp.php',0,'Œ¸¼öYWàæ}âòæõ¨','Œ¸¼öYWàæ}âòæõ¨','¿=7\0¢£e÷xÍ=C©:Í¢¯“A@Í.ÅV¾Æ§]ßÛÃ','',0,'?'),('Íö»ˆÀI<!tñ²','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/views/setup/madmimi.php',0,'6ìJ<cüŽÖ‰~`Îh','6ìJ<cüŽÖ‰~`Îh','°çJØœ­1w¦ÊÍ0ÛÌúÝj’”ÆOüV`¾±.k','',0,'?'),('ûäÜˆ@bARcÑætèh','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/views/setup/mailchimp/api-groups.php',0,'uµ3P·ê…m1¾ƒžÎè8\n','uµ3P·ê…m1¾ƒžÎè8\n','iˆoZ‡ŒÌAv ò\0ë’ÏŸc²vìÔ÷“¤–N ƒ\rƒ','',0,'?'),('×73v.*¥[TQ”0yô','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/views/setup/mailchimp/optin-type.php',0,'èƒËf_¼½9	Æ\rþ¥Þ@','èƒËf_¼½9	Æ\rþ¥Þ@','/p\\GÏ}%°‹Bò¬üm‡BÌÐ4÷\nB¿2Äã','',0,'?'),('ë×;.ì\n¬ÎíðMS‘R','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/views/setup/mailchimp.php',0,'­šÀ‰,_\n›Õ•äTà ','­šÀ‰,_\n›Õ•äTà ','À²¯…Òà®Îæ@Œk\'üNÉ³öNlëúdúü¸Ü(F','',0,'?'),('ƒàPH´ÓÑ”ÎíÝØ\ZQÛ>','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/views/setup/mailerlite.php',0,'4smHU@ó!Î_e|žì[','4smHU@ó!Î_e|žì[','@<ˆN;cå4Áý7ƒÔE)JUÊ3g—šw Ö:!j','',0,'?'),('rjíå;XTRÎâ¢ì’X','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/views/setup/mailgun.php',0,'Ðe¶Ò·Fr”hM±OE','Ðe¶Ò·Fr”hM±OE','²`Š³7/t|ðh×?ùN¹jì§å“.kÁ2i\0Q,N','',0,'?'),('àú6 òBfznÀ@ù<UŒ','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/views/setup/mailpoet.php',0,'àçß_:ÇZöûl€®t©Ø','àçß_:ÇZöûl€®t©Ø','¾`M‰³ØÑý®šµö\\yñcŽæO¤M‡ùù\n0]5','',0,'?'),('b=Oº¯cƒ*–Õ\ZÍÀl‹','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/views/setup/mailrelay.php',0,'²å…«ž¨õ¥Ø¢å>èú','²å…«ž¨õ¥Ø¢å>èú','u#`=º8óˆ:çL*Êeém§{Ú´Úg¼ò 0]è_','',0,'?'),('Jn½8ƒ¯ç\0AÊèÙ','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/views/setup/mailrelayemail.php',0,'Ø›SËc¥\\?oŸx(ñ³','Ø›SËc¥\\?oŸx(ñ³','ƒS³î	Ïm±S8en¬‹„’)cÄñ}\rë²Ê\0','',0,'?'),('.÷oÕRÎgÐŠâjDýŠ','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/views/setup/mailster.php',0,'Éè£fÀ:ßBÐÝ¬«[Å','Éè£fÀ:ßBÐÝ¬«[Å','@OXîæ\0 ¨Â³ÙBþ­UêÅªÝˆ“¼dú°­µ÷Z','',0,'?'),('ð2×h—•ÖÅbËT¢iù','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/views/setup/mandrill.php',0,'ÿP^}k)à%~Â¥z','ÿP^}k)à%~Â¥z','ùþ¢‡sº\"<¡’î¦ðôµ·‡ŠŽÑÅx0Gñr|M','',0,'?'),('éÅÏFRÔiO%ÔåÖå','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/views/setup/mautic.php',0,'ï\Z\'eM{/lÁÈòÀ÷æ^','ï\Z\'eM{/lÁÈòÀ÷æ^','¦çÊ’4“d`!´ˆ±»—Æ¨)xH5$£ÍàŽ-kƒ','',0,'?'),('Fñz$ŽÁo\'zm}†Ê»¾','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/views/setup/ontraport.php',0,'ÕíÏ¤#‹2¯Š\"z³qá','ÕíÏ¤#‹2¯Š\"z³qá','\"Êr¬ç³‰~~¯d×$À3’Ìé€2 <[\"Ùš','',0,'?'),('>7*á ÛãïUQu ¼MÁ','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/views/setup/postmark.php',0,'K\rn¨é³@Š–q·ó1X','K\rn¨é³@Š–q·ó1X','{‘m‰Â£ÏkûŒomçháÍ®8÷û¸V \n\ZŽÓ','',0,'?'),('»£*šþf?°é¸K>\Z*nG','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/views/setup/recaptcha.php',0,'÷.¢\Z?5©CKïIÆAÊP','÷.¢\Z?5©CKïIÆAÊP','‚ý”üˆ»8Éï¬Pn™YëƒÊ/p®U¿n±H','',0,'?'),('ž¡‹ôu¨Ð\\u™ƒÏÎ[','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/views/setup/sendgrid.php',0,'GúÙùÄÇÐÁe','GúÙùÄÇÐÁe','½%›@r0Ô˜²Ö6¥›‚¦æ·7lV>ús¯ƒ\Zý','',0,'?'),('óüsŠê°ÇŒóSâ|â•žY','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/views/setup/sendgridemail.php',0,'Ì	g@yYãé’1.pJ¤','Ì	g@yYãé’1.pJ¤','/÷ùØ¨­!ƒ©3•Û`™ªû6l·ÅÌÒF<WÌ\07z','',0,'?'),('X\rv_Nƒ9{Þ?úà5ô','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/views/setup/sendinblue.php',0,'”ëUüÖóP¥TÜ4ÌúÍ','”ëUüÖóP¥TÜ4ÌúÍ','\rbó$¼*\0	‘TãÅ­\0Úáº\ZG0›ƒáª¯‹‚\\ý','',0,'?'),('í³ÛÁ.2ðiÇ|ÚáÃÕa¿','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/views/setup/sendinblueemail.php',0,'Éy©«štvO_W¥4Ûo&','Éy©«štvO_W¥4Ûo&','‘½\\TÎ˜³¬ƒó…è‡+(\rß6‰ug\"=MÕÚ','',0,'?'),('ªäâñB8L/±ŸüÄý/','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/views/setup/sendlane.php',0,'¤ftèE’¦»¥û_','¤ftèE’¦»¥û_','FA?¾¿@Ë2ñÚÆ\\¯¨?Í¶¹÷>N5Gîÿ¯£','',0,'?'),('èhcYFefo^ç›','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/views/setup/sendowl.php',0,'§ nì°`Ó¯×g1H%¹@','§ nì°`Ó¯×g1H%¹@','§tþ€©^EšKÕ!x#®èªéüß/Ãº²ï…','',0,'?'),('Ü¤	‘{\"šîžkb¾ñƒD','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/views/setup/sendreach.php',0,'M’Â´£×­÷ë•áþ]¬','M’Â´£×­÷ë•áþ]¬','¢“»S@\rþ¥«‡—Ê.Ãã¡šÂ0î^¶íÑÙ)ÆÞ,','',0,'?'),('æ@.í‹uNÍ©ã“ô+A;','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/views/setup/sendy/note.php',0,'óèZž˜µý|(¦±v¼{<¨','óèZž˜µý|(¦±v¼{<¨','jF@tTw¶\nÂwùA2;w\n48õíMˆ…út\'´ã]','',0,'?'),('©Oå%O9T—¢º—€ŸÚ','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/views/setup/sendy.php',0,'d¨v‡¨%VB4:;56þ','d¨v‡¨%VB4:;56þ','TºÑYÝl\nsÿÜÉ0í€vŸwÇdŒ†\0Såý|<','',0,'?'),('\n¢md†™uS+±ðh´','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/views/setup/sg-autorepondeur.php',0,'T#{ì\ZGo.]·HýgS','T#{ì\ZGo.]·HýgS','zQZ@ïÂ+y`>N‘9…‰Öf—¡:äH\\ø$','',0,'?'),('ý§G#Vi„´bCº&/ó','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/views/setup/sparkpost.php',0,'™…^¸ä-†ˆlP?øì','™…^¸ä-†ˆlP?øì','¸ãýÓ‡Èì`p w#,\0kE2}çzp\n?h‚ªú','',0,'?'),('£Ó¾ÉII#U.Û4 Ç´','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/views/setup/twitter.php',0,'¥B»|ðÛËOEàlº\'Q®Ô','¥B»|ðÛËOEàlº\'Q®Ô','\"ç^ebÁYD5ÙÿoäÏø‰–)Ò%¸K#\">>¸<šó','',0,'?'),('(+ìæ]Xû-€Žý½÷¦','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/views/setup/webinarjamstudio.php',0,'ž¾t¸ ñ¢\\}ÍfúXÄ','ž¾t¸ ñ¢\\}ÍfúXÄ','¤@bkFŸ\n‚´oóååöŒEGæC»Ä\rvï]ÜÜ','',0,'?'),('¢;Ôä2[šöv\r…ñO?','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/views/setup/wordpress.php',0,'-¤¹¶g5Ã~ÇÎÄ#/Çœ','-¤¹¶g5Ã~ÇÎÄ#/Çœ','Ü<‹›XWÂ´:¾ïVØ@ùí,EŠ}iùùa»ñ$€','',0,'?'),('Ãâ‰9 mæ¬‚ËÒ—‡È','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/views/setup/zapier.php',0,'5COû¹ao¢5t®¾ë.~','5COû¹ao¢5t®¾ë.~','ßuSU1›è©cQÙ<D˜±´/;U‹k«ñîe-œ.¸','',0,'?'),('Ï¹U¨SðÀø¤¡ÓK‰Üª','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/views/setup/zoom.php',0,'ÐÈµ¶ÒÆä&|–°','ÐÈµ¶ÒÆä&|–°','3 J™·+¬BlÇY»(/Âßºe`8HÑ\'w«¾¨ÜÃ','',0,'?'),('Þh	ç€Ñêìö1`6ûí','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/crons.php',0,'-@œQ–Þ…Ð†f/8¿','-@œQ–Þ…Ð†f/8¿','Õ¿Î_ZÄ[ûv¨Wê692¢z‘ƒ½i²õmPòÒ²€,ö','',0,'?'),('‡øÕiSeí6À³#Â9À','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/db-manager/class-td-db-manager.php',0,'í†!g¨û++‡´;hAõ','í†!g¨û++‡´;hAõ','ÅxYïËË¢¿ªøàøÉ^cŠ3ò5mO›½~Á_Ö§\"v','',0,'?'),('¹ŒÍÝdÌÐèÿ,f\n€˜','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/db-manager/class-td-db-migration.php',0,'žâ^\'’8oãÉ#@ÃôÆî','žâ^\'’8oãÉ#@ÃôÆî','O	ÌÄ‡{\rõN@ZKqó|´Û„m$¼RFbîÉ_äµV·','',0,'?'),('³ Ò3îÊT°a‘Tï[nD','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/font-import-manager/classes/Tve_Dash_Font_Import_Manager.php',0,'Ã3€ìâ®°‘gá|\Z','Ã3€ìâ®°‘gá|\Z','2¶·³¼ci©»¡¿ÕY±Ê<LÂfÝÄ™‹ì\Zþ&¦“','',0,'?'),('\'mÆ^µã8ä,”—×S\Zg','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/font-import-manager/classes/Tve_Dash_Font_Import_Manager_Data.php',0,'Ïxþ²g:KcÓ’)iè','Ïxþ²g:KcÓ’)iè','pØºS½Vú±_~”{ûÑÉ;ÐÈ—Åù9žÖDAá','',0,'?'),('¾ßTn(zl&€\nbò˜h©','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/font-import-manager/classes/Tve_Dash_Font_Import_Manager_View.php',0,'4âDìäÄ€[¬=ÛMà»ƒ','4âDìäÄ€[¬=ÛMà»ƒ','š¦–wï+éMÈ£gV²®°Iô@&J&\'vµÃ0þ','',0,'?'),('œõ÷ú]Wýi•$ÃiQc—j','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/font-import-manager/views/form.php',0,'Ü·RÑ„ÉbLÍ›^8','Ü·RÑ„ÉbLÍ›^8','ñ}YY5û	?Ÿ;Žìx]?`ÈsV¯p)sê¢¬ã','',0,'?'),('‚‰»§ªª(×\"][þ|^','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/font-import-manager/views/js/manager.js',0,'ãi·£4dîº»þ2YÓÙß\\','ãi·£4dîº»þ2YÓÙß\\','í}Ø¡V˜üNÇ$A–ÎD¦ƒyH0¦>aÃ{ß)','',0,'?'),('­ ±êÔµ`áªx(0Q\'Š','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/font-import-manager/views/main.php',0,',ÊþR×Ë>;«Üºjo_o',',ÊþR×Ë>;«Üºjo_o','ÈÐ˜÷f4HeÍX6´Ü‚¸Ì[6ËVLÏ–\nÈípwî','',0,'?'),('¯!œwÅm˜-àóÌ\ZL','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/font-import-manager/views/messages.php',0,'B<ý‘^á­F’Ñ\n¨','B<ý‘^á­F’Ñ\n¨','ìØ“FÝ§ääa“}ƒ&ØlÖ«ç?©X`4ï|Ô#ÔS','',0,'?'),('Ó»Ã¦c¯;\"óM=gè','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/font-manager/font-manager.php',0,'³®%ËõlX&«PÔ”Æ','³®%ËõlX&«PÔ”Æ','¦‰Z*wtÄxýi\05ÙxÚ2ì²Ô¤ÚÝ«`µDÍjÜ','',0,'?'),(' ±FE?ÑGÄ…ŒG','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/font-manager/views/admin-font-manager.php',0,'ß§É³Î„¹¾äÝÛ†­\n}','ß§É³Î„¹¾äÝÛ†­\n}','¥ˆñÙtsë\r¼qB\'$_,9ßÂÐ÷I=ÄÛP','',0,'?'),('t\r¿‰?áJŠ”Û+SšjLm','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/font-manager/views/admin-font-options.php',0,'–^Ûv;\nÿîm¥Ñk„£ò','–^Ûv;\nÿîm¥Ñk„£ò','õ\\æB­wv¶a<Œv(0ÂGÞ/‹³É5Í jc`Â‘ö','',0,'?'),('m°˜õÅë\"yd\r&Ç¸Ý','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/functions.php',0,'CÊÿ-ëËè¿w%vCvŒ','CÊÿ-ëËè¿w%vCvŒ','Zì,ŒŒ·\'Ub<rõÕ·ÍÔ÷eêÏã¦€î-%Ë','',0,'?'),('Ómjs	§¢š>š?u','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/hooks.php',0,'Æ¯«»J0p¯kÁî_[ö','Æ¯«»J0p¯kÁî_[ö','VŠƒO­~É·ÀàÞk?8õ1L©Ùœ,þ+\'ªå<Î','',0,'?'),('T8[Î\\¡I6¼ô¤æ¿14','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/icon-manager/classes/Tve_Dash_Thrive_Icon_Manager.php',0,'býL»‰Ià¦Åís§','býL»‰Ià¦Åís§',';èrÝ9ø2ÍÑÙÄûFŽû“59_á°õ‹ðp1E ¾','',0,'?'),('*;>WüÁ¾h2FTÄ3v','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/icon-manager/classes/Tve_Dash_Thrive_Icon_Manager_Data.php',0,'éŠ`@æm`;µu‹¡Äe^','éŠ`@æm`;µu‹¡Äe^','ó‘lÊ(kq¯°È ²î²ÝÑ®œ^J¦+\nŒÜXœ›Í','',0,'?'),('›7U\\\04ë¶c`µÏ*±rÐ','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/icon-manager/classes/Tve_Dash_Thrive_Icon_Manager_View.php',0,'(©Žßî²}ë(³¶Ýxr','(©Žßî²}ë(³¶Ýxr','É\'tÿ÷Y‘8@ç¡O8\" i=?Q‡âÕÙ‘àP?t','',0,'?'),('†èjZ½«°<r×ìÀÜ¬u','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/icon-manager/views/form.php',0,'¸Ax;“Ý¤ïC=5Íj;','¸Ax;“Ý¤ïC=5Íj;','?×bBÏ¢I„|:Äk%PädõçŸ8ÕnŠŽÞ¤g˜:pûN','',0,'?'),('ø%è bä2mH¶}LyÒƒ','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/icon-manager/views/icons.php',0,'¢ë\n”oµÚgŒcçSGõM3','¢ë\n”oµÚgŒcçSGõM3','°ä±ÇYB<°‘açí;Á§Ðy‰Zÿ†÷u½Å%Ñ','',0,'?'),('zgO„KîãéÞ+ñb˜ð','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/icon-manager/views/js/manager.js',0,'ñdÅ[98ŠóózñdåO','ñdÅ[98ŠóózñdåO','wr«/»í®xm–Ù¼Lh×Ž–w”é_ºà¼üù¿Y','',0,'?'),('cî_%ÂP†è‹“µ}h','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/icon-manager/views/js/manager.min.js',0,'ªqb¡yÈôÖ_ìW{tó','ªqb¡yÈôÖ_ìW{tó','@ôÖeo„É‹\\þt\ndSdýÃñ‚›ŠŒV‡O','',0,'?'),('¡ÒX§±Â&ù”[qN@','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/icon-manager/views/main.php',0,'õWûœ dÄÞËu•5\'Uß','õWûœ dÄÞËu•5\'Uß','^Ž-ºâf@ÅÙÞ¢Ë#œ¹´‘fs‰ª¾fƒƒ/\0','',0,'?'),('<«í}¿à¡tŠ³çÕÂC','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/icon-manager/views/messages.php',0,'Œ.®S¶,ë0/Aˆ]*¿','Œ.®S¶,ë0/Aˆ]*¿','<‘»1Äç‘ª¤`ûš‚0óT3L1ï§ûåðô–’8','',0,'?'),(' ‰x˜íAÔ‹¨ŸÐ°pî','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/notification-inbox/assets/dist/admin.js',0,'/{bóº\n _¥sd~ë™Ç7','/{bóº\n _¥sd~ë™Ç7','æi´¼ôë¡ÉgXÙÿ¶¡ÿbß.	kÁ&0XåÐ~¤i','',0,'?'),('ƒº›¾µò_˜j[ÛÚîT','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/notification-inbox/assets/dist/admin.min.js',0,'¤)\rÚr2KþP£R','¤)\rÚr2KþP£R','À?Û/ˆg¿A¿6‰Þ§b^CnPõ9©ö1\"{Z','',0,'?'),('•0/W	^^|xRÃ¼P(î','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/notification-inbox/assets/js/admin.js',0,'þUþzôæ?¼‘`iN','þUþzôæ?¼‘`iN','½†,©ãXM£„-o3ÊÖùRM|œ RÙÍô®z UJ','',0,'?'),('ñœƒMJÚ4Î:¬ðoNÇ','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/notification-inbox/assets/js/collections/base.js',0,'Æ-Ø]À(—	Iëôûˆ;Ù','Æ-Ø]À(—	Iëôûˆ;Ù','ÚûO~nml\0ë|áþ×{vÉîå!Ôø_úøqnñ…>','',0,'?'),('œ\rZý‡$Þ=\Zq•*','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/notification-inbox/assets/js/collections/notifications.js',0,'ç¶óÂÑ¨Tjö‹ºÝ¤7','ç¶óÂÑ¨Tjö‹ºÝ¤7','ˆÝj2¿Öƒ>,Hv#3Æw.LÓ\rcAöo”7Eä²@','',0,'?'),('=ý¶8Óé,¥Ü“8pUp)','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/notification-inbox/assets/js/models/notification.js',0,'jd€ÀüÖÑB${q¬Š\n','jd€ÀüÖÑB${q¬Š\n','n¸¼t™P§É÷#ÚO]ÄÁ³t‚áð½8­<38¤','',0,'?'),('K!záÓ¿~Q¸AÇ^é','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/notification-inbox/assets/js/views/base.js',0,'L@«ls«Õ­t;ô‰é±','L@«ls«Õ­t;ô‰é±','Ü\0RÐ“TxƒB¼yi+M©“Åªw6\\9úé<é\Z>s','',0,'?'),('çsƒ÷ÀzOn¼öüH˜V','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/notification-inbox/assets/js/views/notification.js',0,'™t@¨7G”Þ,•i6+íV','™t@¨7G”Þ,•i6+íV','‘|ˆÄäÉèoÈ³…÷t¯B”«¼â‹ˆ„ÆÉáJÓÍ','',0,'?'),('\'‚x-ç~MÑ—½ãc','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/notification-inbox/assets/js/views/notificationCounter.js',0,'\\/@±BU ©ÑÞä\nfMa','\\/@±BU ©ÑÞä\nfMa','5°ÈT1ô>ÿƒ·àÉà.\0«ýhÀ5¦Ð®YÊm<þq3Ê','',0,'?'),('°“ïO˜€Ñœò‹¼›»Ú','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/notification-inbox/assets/js/views/notificationDetail.js',0,'ZÇ¶ì[Ç#µø‡ïÊ:vÍ','ZÇ¶ì[Ç#µø‡ïÊ:vÍ','Ñ§ë¿·.§F@/J•w´Qó# OýÜU\\zt¯äü','',0,'?'),('5Æ™Ÿ\Z¼Æ¢7.@v','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/notification-inbox/assets/js/views/notificationHeader.js',0,'X]/¢5UúšÍ˜Rã\\','X]/¢5UúšÍ˜Rã\\','?´’t3öúÉÝË\'#%Ú¤Üúúy³	T‡µQ—šæ ÑT','',0,'?'),('åÛ Ê|ŠþÙ.‘ó»-N¨','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/notification-inbox/assets/js/views/notificationsList.js',0,'³ê2Íë%È¨½SZ;…\n','³ê2Íë%È¨½SZ;…\n','aõ—v{›”J3ïñ,žÃ•@ÀÓùÂö-¥À«(p˜½','',0,'?'),('/³h£¹ë–ŒP¬‘%ƒ','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/notification-inbox/class-td-inbox.php',0,'û2ç®1ÌeÖ¯n{oô','û2ç®1ÌeÖ¯n{oô','šJxWG:™>»„”¢ôÒ“s\Z‚éq#ÁT¥ƒ}r’b','',0,'?'),('á;ÖçB¿ß3¤_Á  ','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/notification-inbox/i18n.php',0,'Á3óR\0{¾)$¾möqú¸','Á3óR\0{¾)$¾möqú¸','ÌN*ýrz©û²§Û5nQÊþÂ&!ÑV¦Ã}f›','',0,'?'),('jŒýíQl\0j¡ðœær\0—','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/notification-inbox/includes/admin/class-td-ni-ajax-controller.php',0,'iRÀ—úy(\n4Ò¢&¾yo','iRÀ—úy(\n4Ò¢&¾yo','°ë”ºmWÍŽÜø2ýuÝ¡ÆæÙGÎ$)É4çjÝ7s','',0,'?'),('[›õ\0²\\VƒeâÌ7ÎrU','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/notification-inbox/includes/init/class-ni-inbox-manager.php',0,'*Ùƒ‡É9Çå¸#×ã=Í×','*Ùƒ‡É9Çå¸#×ã=Í×','÷±.‰²\\;RíáÎ;?´öD_£IT$Pµœ o X','',0,'?'),('5—OEf\\þ/sùk+eÐ','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/notification-inbox/includes/init/class-ni-message.php',0,'ØÐ~èoø_)ð;·$“','ØÐ~èoø_)ð;·$“','\r¤Ö¶f2è9b–ú&ªe¢”ïc6Ý›ÚGcM¯5àÁu','',0,'?'),('çþ²õIZWqÆ-»\'îá','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/notification-inbox/views/templates/backbone/ni-notification-detail.phtml',0,'Ïý`*wŠÞ\"{üCÀØ”','Ïý`*wŠÞ\"{üCÀØ”','K÷zØ\'1…²Œ¸×éãy„à~‡|ã0;[*','',0,'?'),('¯ÖÌå©ë€q)íœÌû','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/notification-inbox/views/templates/backbone/ni-notification.phtml',0,'?JÞÈlŸÁ´Öµ\n\'j›b','?JÞÈlŸÁ´Öµ\n\'j›b','Ás2™›ÕrŠôÐ}hƒ°ÄÐ±=éqÙ§®å¦×/¥1','',0,'?'),('ÎV\0¾´u’ÁŒ.ùl','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/notification-inbox/views/templates/backbone/notification-header.phtml',0,'pÅõ×6öÉ¶”Â½\'Û','pÅõ×6öÉ¶”Â½\'Û','l7åx™w¢YÐVZå)“‹/ƒº×`½ëEaXUÒ¹üÆ','',0,'?'),('“Æ…¥”®/çµ•','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/notification-inbox/views/templates/notification-inbox-button.php',0,'`‰Ì]¡{á÷·/ÓOï5','`‰Ì]¡{á÷·/ÓOï5','\'µ\"Ï/pÿ8¨zå«™…pö“é-8^zD ^ÑÇl#ÎÉG','',0,'?'),('Á(\ZmµÌ9\"”k\0+v)','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/notification-manager/assets/fonts/tvd-nm-icons.svg',0,'P™ŽéªŽñ<¤¯IœLÏ','P™ŽéªŽñ<¤¯IœLÏ','œ°E?%Ï©¯.P÷/wâÄúU6¡àX]Òø™df¢¶','',0,'?'),('Â¯Tf{F>éš8±ÞF½v','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/notification-manager/assets/js/admin/backbone/modals.js',0,'ŸR<û˜h%Ìz!H^Í','ŸR<û˜h%Ìz!H^Í','îA*¹Ò—	ƒô	6Jˆh–—-‚xúZUÐõ³‘‡àzm','',0,'?'),('Q&CëÊ°ˆA+ÒmóÒ,;','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/notification-manager/assets/js/admin/backbone/models.js',0,'ÙÊ\rc3m7Iy¹ƒ˜','ÙÊ\rc3m7Iy¹ƒ˜','ëª@~‡k%MtïË0òNeƒ€„â/–‰+ÄCu//™%n','',0,'?'),('¾F\\¾…Á÷x¡ˆùc •j','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/notification-manager/assets/js/admin/backbone/routes.js',0,'	eMñ/0Ã†\nÝyR·©','	eMñ/0Ã†\nÝyR·©','¡´Gdñ¤ÜjYÉ›]tÂ\rÁv×ÏÜ‰3IT˜¡JyÝ|','',0,'?'),('¸*[Ü\"Xåý—I.2ßi','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/notification-manager/assets/js/admin/backbone/util.js',0,'KÏîD#CO,mð‚','KÏîD#CO,mð‚','LÃÌølŠV¼„aI8òqÑÞ½ÜŸÓë}ñ<†R.Ý‘þ','',0,'?'),('™˜±º\\¡—ùXÉKT:','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/notification-manager/assets/js/admin/backbone/views.js',0,'”(ß\riž’!”À¦Ýµ¡','”(ß\riž’!”À¦Ýµ¡','[Ž<.ú†¡µ#:Þ5œnÃÏú!	DÃ¹¿Â»œûÈÝÉã','',0,'?'),('t‰jÄOwÆP¨Üzp}','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/notification-manager/assets/js/admin/backbone.js',0,'ÜZ˜ Àµ Öí_òÏ+Ä','ÜZ˜ Àµ Öí_òÏ+Ä','²³YˆóÜãËëãnè˜$‚ZKŠ¸1ðþRX6ÍGF’ú','',0,'?'),('šåTãƒv¢\0VÖ¤e','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/notification-manager/assets/js/admin/backbone.min.js',0,'1~¿¨JíÁS‡äŒP¯','1~¿¨JíÁS‡äŒP¯','ú¯k“ö\\O¡`Î9nh³ŽñV>ø&™™^ûidw_','',0,'?'),('r F>}ür®~:â~','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/notification-manager/assets/js/admin/wordpress_notification.js',0,'ÍÖfi)¨â—\0Ü©îáº','ÍÖfi)¨â—\0Ü©îáº',')îš\'§ƒ“y¥ñk­ï¿eå8€îFŒÝ­ç3â','',0,'?'),('ä¨¬ké›*ÇB/šÐ·A\'','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/notification-manager/class-td-nm.php',0,'v¸ÄÈi>nœv7O¤','v¸ÄÈi>nœv7O¤','X	€±å¸\'ÊaÈ²­;ÇÊLÊ%®Ê!fÞ1=¿C†','',0,'?'),('¦Y¨Ò{ÖaG—ü²\0','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/notification-manager/i18n.php',0,'Ãá«vo[ëÐP™MJj','Ãá«vo[ëÐP™MJj','WôY÷ÏÐyé#Q¦5¹Ö#Üª´öEI*Ó”˜éñÀª4U','',0,'?'),('Ì?ævÑ¥ÑBNèGÞ–³Ø','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/notification-manager/includes/actions/class-nm-action-abstract.php',0,'i5öAq‚KEfìïÉÊV','i5öAq‚KEfìïÉÊV','êÑ!³â/:¦³œÝ¸KáÐp\nEÂù2&-ep”¤à8Ðì','',0,'?'),('à™\"ñªinI\0âàT›Å','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/notification-manager/includes/actions/class-nm-action-custom-script.php',0,'÷îŸ7rÄ§hù#¨¸Þ','÷îŸ7rÄ§hù#¨¸Þ','ÓžOÝ–~ÉåNh|ïeŽÂt&\r=lŽ#^ª×þs','',0,'?'),('*³u­ÑIQ¡Æv¢@‰<p!','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/notification-manager/includes/actions/class-nm-action-send-email-notification.php',0,'áO‡Âl=»´2Ã­v›','áO‡Âl=»´2Ã­v›','m¶_G]aÆ\Z}ëw3u—HÔˆ¶ö9Â­S;‹Ñ','',0,'?'),('_bâ€òO]§ÙÅexž(\0:','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/notification-manager/includes/actions/class-nm-action-wordpress-notification.php',0,'¦·C	‹\'_·éÇ—òç','¦·C	‹\'_·éÇ—òç','H;úBª›“´­Q¿ŽÏ>j_@½®$LêéYsŸ‹ý','',0,'?'),('”¬Ã‡ÒÖwP‚î´Å–	','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/notification-manager/includes/admin/class-td-nm-admin-ajax-controller.php',0,'ó\nTÒ‹AF¶‡ª¼‘M','ó\nTÒ‹AF¶‡ª¼‘M','Ë{=‚µeàøµÚd¤ÓnÅžSvgÌÞyó¦ºÅhaÄãD','',0,'?'),('ó§®–ï–üôõ9½ÄÙY»','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/notification-manager/includes/admin/class-td-nm-admin.php',0,'{Yz‹8![B$àDµ','{Yz‹8![B$àDµ','ï\\\Zð»Šó¾ŸÑqê¼	Õ5ÅÛ*¸êßAÔÔ.E','',0,'?'),('\\e/\0vLWø¨W3ñ®¸','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/action-type-box.phtml',0,'iLÆ¯Ny#ÌÒáÄG9éé','iLÆ¯Ny#ÌÒáÄG9éé','Â¹ÅjÔH-Ž£æŒìçä‡0°ÐÁ8Œdõ¶×35læÊ','',0,'?'),('ÿtþ¨/}:Çšæ¥ìÁ','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/actions/settings/custom-script.phtml',0,'lô‘PÆ\nÖ”¿•^›ªN','lô‘PÆ\nÖ”¿•^›ªN','=#2±`6G²î­!ƒ\"Ó]B?‡Æ«)¤ŒÓ*èpò','',0,'?'),('QPÒfå„‡ˆÎÈÕ-¶È†','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/actions/settings/send-email-notification.phtml',0,'õ¶´n9’\\™ó¾ùc.q¨','õ¶´n9’\\™ó¾ùc.q¨','ÃqY4å({ŠeýÖé¬šì’ \"[€($ÁC&‡\0','',0,'?'),('Dóª>1L¥ÌIê)yûø','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/actions/settings/wordpress-notification.phtml',0,'K=¤­øÝXŽgÓèÉ_','K=¤­øÝXŽgÓèÉ_','ãd.xÙ{£ø¡¬ïß„¤C™W‹NÉ0Y\\90\ZsÝ','',0,'?'),('¤³k±^ÚŠä=wÓÖ°P1Ó','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/breadcrumbs.phtml',0,'%ñX=½³èõT`Áñ','%ñX=½³èõT`Áñ','5‘QÙ»³NWù1ìÐµçÆÿŠ%cýíå/©ÙÆ”A½$','',0,'?'),('óHu±½ Ÿ<g¸Šé¹','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/dashboard.phtml',0,'ÅseÂ9ëÐW6ß+\Z','ÅseÂ9ëÐW6ß+\Z','bt¿ Ú4 arl€î?C¹ÐWG”Ûé¼Äáàç…ˆ','',0,'?'),('v³ÑˆÆÚªÓ÷<m¸i','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/header.phtml',0,'Â_«1\"Å3\'€D®®¸','Â_«1\"Å3\'€D®®¸','5ÿÍ®¾ÐUŽ\\3Y¿¶µøì›˜vw2Cä]˜g€µÁW','',0,'?'),('Rª£bß;Eƒ2ÉH™5X ','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/messages/form.phtml',0,'Ï£QÎÒ¬^£}6¸FhØ','Ï£QÎÒ¬^£}6¸FhØ','k-Äc.¢jGµŸ§X–FIk¸‘åÂË5iQcÍy','',0,'?'),('¢ûtèP¨oÅAÅh¨|–','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/messages/shortcodes/item.phtml',0,'›_ï‰§ þÁxaÀžG»Í','›_ï‰§ þÁxaÀžG»Í','™aÙ.U@t=r½=Çâ¨ì7Š@îvô`è‹D±Q\ZF','',0,'?'),('æìJg1â1«Õüo\rÖl','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/modals/add-action.phtml',0,'aB¨AògÌÙõV¬³†','aB¨AògÌÙõV¬³†','4ùy—OÕs´‘è•\0Ïr¤µCáØ5‘b µÕ…¼/','',0,'?'),('m£Ð)7K¡«z \\¿vQ','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/modals/create-notification.phtml',0,'QbÊÁ–TâRÖûˆ£³{\nL','QbÊÁ–TâRÖûˆ£³{\nL','D¨î`U\"C\r^mqxùåýãýš|†g•ÕñKY(¹ª','',0,'?'),('£	½ÃŠÝ)Ä‰à|TÞ','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/modals/delete-confirmation.phtml',0,'wÅ±q‘{¸2·%XÌ\'8£','wÅ±q‘{¸2·%XÌ\'8£','HNt£-ó2)€€ã3ßƒá©‘(§‰šÛÈvø08','',0,'?'),('s@5\'Õ÷YèîœJ¤ÕAA','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/modals/edit-action.phtml',0,'Œ?jˆu*UÚ»LÂhnå6 ','Œ?jˆu*UÚ»LÂhnå6 ','\"l\0CG£}H„]ýHgpY5Jõˆ‰âTpQnl¾','',0,'?'),('‡yëˆ®\\`s?v¾ÛJ','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/modals/edit-trigger.phtml',0,'Â¿ÓEû-hUOfÛƒàî','Â¿ÓEû-hUOfÛƒàî',':\":£ÙÃÍMó*¥ß!²œª\Z8~}õ<<H^mÉQ','',0,'?'),('ÖÐDbrjå5p [ÿýòù','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/modals/email-services.phtml',0,'#\rHZÈ+Å%Â','#\rHZÈ+Å%Â','PmÝêðEÑÐØç•ßMüNŸLú;®\'ËøGaj°ÚÀ','',0,'?'),('Zt9R\\;cØý–Nw:ñ','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/modals/notification-summary.phtml',0,'Z´5³7\r\Z‡*ðû\"›¿X','Z´5³7\r\Z‡*ðû\"›¿X','Y 2£	’Ö`AÖC@J8HÛ&Ö^Ýøñ\\ÙSø','',0,'?'),(',Fó¡w\rJìHwÿ·ìo]','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/new-button.phtml',0,'I_BJ:®Êeñ½Tßû','I_BJ:®Êeñ½Tßû','DÀÁS_,oÜ¾Žl>~ÀÑ€ó_ÜŽµó’÷Ÿüˆ}<×','',0,'?'),('œA8 aCÃ×ýõÖU.~•','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/notifications/item.phtml',0,'¢/Pæ3^ÒSqJµÎ	´‰','¢/Pæ3^ÒSqJµÎ	´‰','ˆÓ£É!Ç5ôjž,ÿße<Êçî>ÈÔžçâŒ3“µa','',0,'?'),('ò¦Ô–ßfŠIsàø,ËŠ','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/options/action-buttons.phtml',0,'‹ïfœ\Z&T\'q	&ÑJ','‹ïfœ\Z&T\'q	&ÑJ','*9)9¾‹œ]¶;9¤8®èïX!\n<ÊÖi@©E>[','',0,'?'),('Ø	VÜc)ö6½èÊÍÆ','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/options/checkbox.phtml',0,'G›”²K®ÄÇ(U´O','G›”²K®ÄÇ(U´O','º‚Õ’&øS½Iî¢×³¦»3\0Lï¢ìn¿¼vý–˜µ>½','',0,'?'),('lð°ÕlkÿDí\\Døf5Ú','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/options/input-multiple.phtml',0,'¬”Ø²‚“öÆ$Ðt¡\nŸD','¬”Ø²‚“öÆ$Ðt¡\nŸD','=\Z;…àãnÏøT¯‹bNÉ‰šž=¾ÌÀðÆ}','',0,'?'),('Ö¸Í¹¡œ¥(lb·íè','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/options/input.phtml',0,'-{gnƒN9®Y9[ú2Ñç ','-{gnƒN9®Y9[ú2Ñç ','gDÐï=hÆ#\\ôÚñë“kŠxºöúJHÀžTBv¹8òj','',0,'?'),('äÿIbÆ‘\'v‹&…™','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/options/option.phtml',0,'ÛaŒx}lÐÌŽîë)N','ÛaŒx}lÐÌŽîë)N','\ZÈÓ—Z÷£Øù`½ufÿ}mÑvûôZ`áçá~	 ','',0,'?'),('aLœ£ˆœ³‚{·Ò:¤Ú','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/options/recipient.phtml',0,'8\"ç9F¯z`vµ6Ì& ­','8\"ç9F¯z`vµ6Ì& ­','¿²SPÇúÏ0MUkéÉ\'ó7t3xXoäã©dIµÁÞ','',0,'?'),('_çùŸ)ûÑ§˜œî½‘','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/services/item.phtml',0,'„Èóÿ¼ëšø\"kÂ.«','„Èóÿ¼ëšø\"kÂ.«','(\'YÓ¹¨ÏÁ¿¤¨umH®ryô‘¼7ú92\"^\"C','',0,'?'),('Ì+Ü@úSŒb¼mÉŽZ¼@õ','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/services/thumb-item.phtml',0,'ÐNðÄUôŸ–óéwô¹','ÐNðÄUôŸ–óéwô¹','Ðü¬ù7 çq—tQÉ)Î•ÏÑ|þ@OýÈ`ÀP7','',0,'?'),('‘ý¤‚z&Úñ${Ô_ ','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/summaries/item.phtml',0,'‚ºþ­ð^-O-N•','‚ºþ­ð^-O-N•','`\\ûÝ·lc¬×Ÿ˜wËsÍ)?#Œ^™î ¼@','',0,'?'),('IÏ¬»GÝŽŸïÒ÷âê','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/summaries/items/action.phtml',0,'¹BÄÙ»\'õR¼<O“(P','¹BÄÙ»\'õR¼<O“(P','k3ÿ«p¯ú»z·AÂöb*²cdGnð®+Op¯¤’','',0,'?'),('\rÈð\\5¹ènoÚ§ÓðÃ','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/summaries/items/actions/custom-script.phtml',0,'ÌíÙAá–†¢©N]}VŽ','ÌíÙAá–†¢©N]}VŽ','Í‰Ý³7O¸¬\n)ø¡(Ø~\Zô)¿lèm³)Îq\ZÙY','',0,'?'),('¿½±œý&–¨$é(—ñ','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/summaries/items/actions/send-email-notification.phtml',0,'–8‹Ë.˜=(k1','–8‹Ë.˜=(k1','ÞÞ”Àêü{H\0/ó¶Ÿ4«§Ô\'ƒf“+º¤aðz‹Ô','',0,'?'),('MˆÂöDª=ÀB•N•›','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/summaries/items/actions/wordpress-notification.phtml',0,'ƒD—ê‘jîÜÓóùžš.ÓI','ƒD—ê‘jîÜÓóùžš.ÓI','U}\rœÇƒ]ïM²® Ÿ@ß›\Zõ/µ‰”aã->Nrt	','',0,'?'),('±sòâµR^â¥Ú!x:Á','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/summaries/items/notification.phtml',0,'	ësÅ^êIP´ËÛNÑóé','	ësÅ^êIP´ËÛNÑóé','>•NN#wøõüÎÚ¢a¤k´c\'¥¾:âŠ/Þ{€','',0,'?'),('Êä	øZ·üñÄªÞ@2#','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/summaries/items/trigger.phtml',0,':¬Ey 1ŸXf`Õá½Û',':¬Ey 1ŸXf`Õá½Û','–4„[Ë@Êê¨Ê«ne,Oæˆzý:»þ²o','',0,'?'),('Ÿ´¼n\ZB42\0ÀY½Ø(Ü','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/trigger-type-box.phtml',0,'*FçÅ®%kf8\rŸy6Ø','*FçÅ®%kf8\rŸy6Ø','þ¾Eˆc¯²ÒžžÍ‹ë}ƒoòjŸú­™þ¢Ð†ÌëÓ','',0,'?'),('…”¹Èó&·WŽ2g­¶€Å','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/triggers/settings/email-sign-up.phtml',0,'Ç2“OÉàòdäàŽJúË','Ç2“OÉàòdäàŽJúË','&~Ì€çÐn¯\\3»Ý¥6RÑ*]Gâ–Ž%û<ÛäDièi','',0,'?'),('Õ‰÷ŽtQIœøÆè!=þ','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/triggers/settings/quiz-completion.phtml',0,'\0õø2¶È*ñŠa}PÁægš','\0õø2¶È*ñŠa}PÁægš','GßKZgÊ!Ø€­åZ¿Þ¸·¾÷CL¯²¼ýŸ¶	E!','',0,'?'),('­uSÒ€’PÉ\'^>å','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/triggers/settings/split-test-ends.phtml',0,'iéP¼¿™d\rÊ]ÂW˜l','iéP¼¿™d\rÊ]ÂW˜l','!ßÉ‡þ£ÖzÂ£Äú8fCqý™.•‘ÆüèüÃÀhéÄ','',0,'?'),('Í¼rÍ,½û†ïom‘«è >','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/triggers/settings/testimonial-submitted.phtml',0,'Ãn½RmSÕbôPÇ¨FQÎ¹','Ãn½RmSÕbôPÇ¨FQÎ¹','ÃÏLöÙVÄÃŸ¤µ…okÿ…êöÿqŠý„&','',0,'?'),('/wÏÏzi“\0â3Ôý£e','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/unavailable.phtml',0,'´\ZÒ3è\0R&|íH?€…','´\ZÒ3è\0R&|íH?€…','–Ÿ”z§YìÎ:íµ‡Š=Cœ±*ìLýÐÄEÜÅ#›Å~°','',0,'?'),('æÖà˜áð:uÆ¬`qtn','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/notification-manager/includes/class-td-nm-ajax.php',0,'D³þ,tqæ>1àAû™','D³þ,tqæ>1àAû™','óðÑr+²Ö–8æsªŒ¨£E{^5›‚ub}ZC–¡','',0,'?'),('+‰a¨çã~Ð/Ä_î•‘}','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/notification-manager/includes/class-td-nm-checker.php',0,'Äñ)ÝÁïòò¦	rlì5<','Äñ)ÝÁïòò¦	rlì5<','bOCY9?­hÉÉ¤Ñ`}îþÊýp9Ãb„ÃºÓÓnÎ','',0,'?'),('!èÓŸŠæ€MñˆI¿','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/notification-manager/includes/class-td-nm-data.php',0,'¼/\Z‘\Z®]R©yÊCC\"','¼/\Z‘\Z®]R©yÊCC\"','¬ùº>ò£§U„€6é‚³TÖò»i¯Ž]@ngù','',0,'?'),('óÎdçy6 ÷ÉÈ97õÜà','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/notification-manager/includes/class-td-nm-post-types.php',0,'—;Ð\'\'«2xñç¶½','—;Ð\'\'«2xñç¶½','Ü8rAJdb¹ýhHh—ä5Œ²ÜìÙÿø½†Ve	ýj','',0,'?'),('2J\r²¥šmkÇ1Ýòb','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/notification-manager/includes/td-nm-core-functions.php',0,'ý+tŠQ‡À*\\+Ä¦çI','ý+tŠQ‡À*\\+Ä¦çI','L]¥WêBùŒ°h¿ÙfÇÿç­+zü…8î•£Å','',0,'?'),('ùuþqUUñ¸—Iöh²q','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/notification-manager/includes/td-nm-data-functions.php',0,'›êêÇÍÖÝ_ÿW;±','›êêÇÍÖÝ_ÿW;±','…˜xi	ËL1Æ0L1öõž]ÖaäwiõJRzOjXtÐÇ','',0,'?'),('jÏýˆ˜ÛàÍ³Â¾…[,','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/notification-manager/includes/triggers/class-nm-trigger-abstract.php',0,'ÈÂ9¦±êlxo.Úù','ÈÂ9¦±êlxo.Úù','Õêe)¤äÇc£d`ŒDlUd\"r“èºÞŠ6ze^ï','',0,'?'),('“Bf¿ž%NÖ%ËÀ†-£$','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/notification-manager/includes/triggers/class-nm-trigger-email-sign-up.php',0,'ò²a„žÂJwß_\nß{|Q','ò²a„žÂJwß_\nß{|Q','ÏêP eÕwAeµû	b^™ˆ{gÏÝŸ OöwüºIÇ','',0,'?'),('ºì–­·\'âîµm|\"°ü','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/notification-manager/includes/triggers/class-nm-trigger-factory.php',0,'¬Ù\0ºÈ•fL ð×µ1','¬Ù\0ºÈ•fL ð×µ1','ƒŒýIÀÐ‰Á$MïÐc$jéu„òouïôA­‹º0(xÈ','',0,'?'),('?ÕiQ j.¸¦î«F~®>','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/notification-manager/includes/triggers/class-nm-trigger-quiz-completion.php',0,'f,39YÀxÊªÊÿH­‚','f,39YÀxÊªÊÿH­‚','ó¥|Ým¯Ý*uG§ŒoªŒß4¬\Z?cV-vA”>','',0,'?'),('ÎšðšB?íhÖÕ¨','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/notification-manager/includes/triggers/class-nm-trigger-split-test-ends.php',0,'EhŠØÃo¸ZË¼®S³','EhŠØÃo¸ZË¼®S³','aÆ<$’µ(/öÚp‘bOÌ4öcÇFxQÛÆÛ÷','',0,'?'),('Öï:â†/‘Ž)#Fªñ','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/notification-manager/includes/triggers/class-nm-trigger-testimonial-submitted.php',0,'ö.¡,~w’ºzú@	a','ö.¡,~w’ºzú@	a','5‰þLbòqG•Æ*£³¢_‚‰[5¶Ã{×','',0,'?'),('èwgfÿVú‹W%/®ßŒ¦','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/plugin-updates/debug-bar-panel.php',0,'m@ÕwÞŒƒwß*áoˆ•','m@ÕwÞŒƒwß*áoˆ•','¼ð7±Šà¹Õé‹4ôƒÌÅáfu)WYD—ók3Îsó','',0,'?'),('÷M§Þw!æ¶Êß{0','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/plugin-updates/debug-bar-plugin.php',0,'‡ZN©4O%QqBùŸƒ“¢','‡ZN©4O%QqBùŸƒ“¢','ÅqM4´¯ÄvÉùO„³Ñé°ú¬	\'RÙ–„Ôp4¤','',0,'?'),('£çÌ^Oê ½1ÔD´¡S','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/plugin-updates/js/debug-bar.js',0,'ÍõŽH_T\r˜r*.ðLtô','ÍõŽH_T\r˜r*.ðLtô','Bœ°,<ÒÉ“ñGÁ«$U1Ýoh	3\\¢~¯ZÛhP','',0,'?'),('¥‹‡èr™	¸iNïÆ‚ÃZ','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/plugin-updates/plugin-update-checker.php',0,'ziÈ²<R—Rôg6Üb','ziÈ²<R—Rôg6Üb','kWãLì+\r‹›I•Ä„évqÀ‚zW‰Ü\nÍ-$','',0,'?'),('3Àm- ÖB¼o±Ò¸1À','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/script-manager/assets/js/admin/models.js',0,'³ƒ]ÓÚjÓO¶¢žÉë','³ƒ]ÓÚjÓO¶¢žÉë','PØÙ9É±­¶ë–Ê\ZÜ[	ÓË‰ýP&ý/x†b·±7À.','',0,'?'),('qö&pj™C“}Ýv?í¿','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/script-manager/assets/js/admin/routes.js',0,'46¢6µž‘¶â1à4ab','46¢6µž‘¶â1à4ab','·(«¢†ma\'!ñ}ú9éÁ#/S“XpCÕ¥’ˆ”…','',0,'?'),('›K›}%íäpÐ±','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/script-manager/assets/js/admin/views.js',0,'½º55§XÛçLùbO','½º55§XÛçLùbO','Àáñ¬ÄÜ“=z>ºe¯½17ÚWíT¼0ÙÞë','',0,'?'),('ÐÅÉçÁ,mš°…Æ‰ª†7','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/script-manager/assets/js/dist/admin.js',0,'Oì\ZVo9Ã2ý˜NÜç3ý¿','Oì\ZVo9Ã2ý˜NÜç3ý¿','ÀµÛØûtƒGNêCÜ±¼ÇNY\r€b „E\\Ž”','',0,'?'),('§¬“®» <ìÞ‘¦J±','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/script-manager/assets/js/dist/admin.min.js',0,'›¦XMøfº…9ãcOHéË','›¦XMøfº…9ãcOHéË','ŒaU;¨.8!¿5=·hõœÏ·§î¾H‡u‘¥‰\r','',0,'?'),('B‹ÑÀU¸ÜÐreÈE;f2','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/script-manager/assets/js/utils.js',0,'	¹Š}j¬ÔF{Ž¹\'Î‹','	¹Š}j¬ÔF{Ž¹\'Î‹','Kà-Âµœ„ |Ä/BäËç¯‹)üŒ¹kdßÝ)…Iy','',0,'?'),('Ö¢O »ÝÍØe(ç','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/script-manager/class-tvd-sm-constants.php',0,'sR³ìãu{‚C¦ì¾‘ïn','sR³ìãu{‚C¦ì¾‘ïn','óÌ‘wš,)á´ÿé8{—AÂQd<$pU<Eºp	]{','',0,'?'),('^Ï»ä’–Ë¯TPby£ö“','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/script-manager/class-tvd-sm.php',0,'c(tCùó|ã\nÔQ¢HN','c(tCùó|ã\nÔQ¢HN','Šþ’ƒÿ_\\cg9-1¤AWD$\ZÀ˜”Øë¼•*%kŽb','',0,'?'),('ú©¦Za~â?µ âŸî…','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/script-manager/includes/admin/classes/class-tvd-sm-admin-helper.php',0,'Ê‚‘C#62š>]œru\"','Ê‚‘C#62š>]œru\"','•°k¥‰ËÌ.ÕÚ¨ßØ2=ô†ãzêð}5Sø”÷tŽòo','',0,'?'),('ªÇÁ8šŽçlo‰m\rO¸Š\Z','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/script-manager/includes/admin/classes/class-tvd-sm-admin.php',0,'šò“7ðW·‚ä°ÿú‹]','šò“7ðW·‚ä°ÿú‹]','ýz¦êbñÜiLé´€to	öÂùR«GUÝöÂ ','',0,'?'),('³iAI÷&>ö‚·\nÂ³‘\'­','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/script-manager/includes/admin/classes/class-tvd-sm-rest-scripts-controller.php',0,'îðCØ¹@¡Aõ{ØäÒêÑ®','îðCØ¹@¡Aõ{ØäÒêÑ®','f²A`þqŽuT™…ˆáN72{Á(Ûd1Sñ@Õ;','',0,'?'),('äËL*4<zçß$­IÊ‹','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/script-manager/includes/admin/views/dashboard.php',0,'¿5Š;§ä¶Ç‹ÚÑÉa…','¿5Š;§ä¶Ç‹ÚÑÉa…','9ûóÁöTM	HÇtB¯¶ñãyƒFãª9ÍÓÿÀú_','',0,'?'),(' 	·áñcaèÒf¿','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/script-manager/includes/admin/views/templates/breadcrumbs.phtml',0,'d›–ÉÒiÊ?s7Á¿ˆù','d›–ÉÒiÊ?s7Á¿ˆù','tTõéRualbñ\\_Î¸Š×(™aÖÅ,z^Ð©Åƒ','',0,'?'),('ó–Ö¡ÙHø°)Â[Í¸ƒé','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/script-manager/includes/admin/views/templates/dashboard.phtml',0,'!Ò¼r\"Ûlfž/ÑÒ^§','!Ò¼r\"Ûlfž/ÑÒ^§','?dð\Zá…ñVAŽ²7c!@åoªVR/õ§Äëÿíïª','',0,'?'),('î‡Ée”]€Et«Õq¦','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/script-manager/includes/admin/views/templates/header.phtml',0,'àl\'¿Gã=éoa3ØÕ','àl\'¿Gã=éoa3ØÕ','Zu¿hsŠÃN=z»nèv£f.xå$TÓÖn‹§','',0,'?'),('Šãº§:œhç™£è•(','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/script-manager/includes/admin/views/templates/modal-add-edit-script.phtml',0,'œÖ½%±ª†Ì¹¦¸','œÖ½%±ª†Ì¹¦¸','ue°\'H¡¢ObdG		©(˜‚©wùc\Zô0@Ä  X','',0,'?'),('®/œœñ®M§.kÙEýàDè','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/script-manager/includes/admin/views/templates/modal-delete-page-level-scripts.phtml',0,'5\néZ—©ûét\\->•€YS','5\néZ—©ûét\\->•€YS','qvâÓ§ª×Á]4Ñ_ÅÝ>i9.”N s?ÁÍ	”$','',0,'?'),('ÁÖ¶I$Ø+Uªã]¥îH]¥','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/script-manager/includes/admin/views/templates/modal-delete-script.phtml',0,'¦5\n­Ù;HYP€Bc6\nk','¦5\n­Ù;HYP€Bc6\nk','®šÍª=\"v@ñ‘P^Œ ÜÚÄ‡æP¼LÅr’•p~@k','',0,'?'),('M‹^à6Å}M#ªýŒæ','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/script-manager/includes/admin/views/templates/script-item.phtml',0,'ÚVÉœœ\'M ëŠÙù¡BË','ÚVÉœœ\'M ëŠÙù¡BË','³Âì“-	;VBbÞ˜·~þ	PkOFƒÔÚ +žb–ø/ *','',0,'?'),('·¹‚?€q‘;`L\r¯','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/script-manager/includes/frontend/classes/class-tvd-sm-frontend.php',0,'6IYávXY1&\ZÔ“ð¼','6IYávXY1&\ZÔ“ð¼','ë °K-zËìÂºÃLà¢ç ýrÇ+ãÙ×¾D\'HÛ,','',0,'?'),('Ê}VýiÎ=í0dßˆ@ ','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/script-manager/includes/i18n.php',0,'Ÿ%œ…îú‹õmÜÏÄÇÓ','Ÿ%œ…îú‹õmÜÏÄÇÓ','°²€\n:on¾ŸaKÇ‹È®®˜z¬Ý\'\n/`5 Â—±','',0,'?'),('®xðQkpòù“7ð`Ä«','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/smart-site/assets/admin/js/_utils.js',0,'f°£\\ÁFÞž¶9U‘3€','f°£\\ÁFÞž¶9U‘3€','{Á*\\zðT\'Óà¿8Ì‡k“ŽÊÁC$.%¤¤','',0,'?'),('íÌËÿ5Ž–Šp\0[Bêæ','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/smart-site/assets/admin/js/dist/admin.js',0,'ðj ¾—\r×{-­‡zP$Q','ðj ¾—\r×{-­‡zP$Q','­þ¥ËZG^\\6¦iCès‡ƒÜ#¸È‚€žÍÃÂ¾çÜ¼','',0,'?'),('J¯dVÃz¤S‡Mˆçz3ì','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/smart-site/assets/admin/js/dist/admin.min.js',0,'`þÆérOrµ&êÊ(½…','`þÆérOrµ&êÊ(½…',' lZ§Q1T•Z¾ç¯R}Ùl°É(~ÒÊ|­t“‰Ê/','',0,'?'),('h×ëºfGS¤æ‡±¨Áz','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/smart-site/assets/admin/js/modals.js',0,'þßhz–Ç /ò¿†_F/','þßhz–Ç /ò¿†_F/','vs€þIüº.…­ô QJ˜tœpÇƒ¥`ÕM','',0,'?'),('?ž›„&Ì4&V¨ÝÁçÂ´','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/smart-site/assets/admin/js/models.js',0,'xƒX ×õg¨ûà!-\rüÍ','xƒX ×õg¨ûà!-\rüÍ','Â—\0V–¸fd½íÈÒ u€ðì+¦ÓÚL™ÍØÁ)','',0,'?'),('cP–™cVÁqæ7ø1gÝ±','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/smart-site/assets/admin/js/routes.js',0,'€}Ò>åW!	\0ÚQôn,aª','€}Ò>åW!	\0ÚQôn,aª','Ø\'Éè½\rÞåxÎ£^]Òˆ÷EÛE\Z\rßDA K°Iø','',0,'?'),('ä7önŽ.m+’­\0—%µ','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/smart-site/assets/admin/js/views.js',0,'n÷o@–bPjÓkcb~ÙM','n÷o@–bPjÓkcb~ÙM','`ÝåÚ#6™“ø‘ÍÍWóöÑö rQp¯M','',0,'?'),('¾a]ež^ë‹\r\nýù','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/smart-site/assets/js/tcb_hooks.js',0,'„þ@Jæ]/ úÕºpù”b','„þ@Jæ]/ úÕºpù”b','†O\"W$¦¹Þ~T{+\"ªywúïwCA·ï_p‰\"M','',0,'?'),('97aÙìÏyl«x LS','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/smart-site/class-tvd-smart-const.php',0,'Ç®ñ¡ e9z”É¦­¿Ü','Ç®ñ¡ e9z”É¦­¿Ü','¸´:§&UäbòŒ¤Sáê¶Ýî£bUDÖÑÞFù9Sñ','',0,'?'),('Ñ\\´o×ÂŒÔ1¨¦Ì”˜ê','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/smart-site/classes/class-tvd-global-shortcodes.php',0,'TþÜÏÝs¸‘R¯¦úÚ²','TþÜÏÝs¸‘R¯¦úÚ²','çn+h”8sÎZ®\0!„:®op@“kbõ\Z)Ü	“´','',0,'?'),('uÛÞþ¤.„òâø÷®ò<‘ô','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/smart-site/classes/class-tvd-rest-controller.php',0,'×0Hùd¼Ý\0Qc5^ZŒ^','×0Hùd¼Ý\0Qc5^ZŒ^','Õhb^åËêøR\nÓº <,uvÆ ®²ÒÆö¦W','',0,'?'),('æ¬ZœÎ×q@£f³ÿ','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/smart-site/classes/class-tvd-smart-db.php',0,'»fJ\'gŸwA%}K/n','»fJ\'gŸwA%}K/n',':•ãáé\'AT±«…›:ÒíÊ§ØCv©qÕ³¯6Áç%Ô­','',0,'?'),(')èÌäz«í—8(pŒ5Ó','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/smart-site/classes/class-tvd-smart-shortcodes.php',0,'¡Ñ&ÆŒ&$]oÚT’','¡Ñ&ÆŒ&$]oÚT’','ÝyÁ¿¦=ß‹þ?ÖÃõÉÖiI³<ýÜñlìXtIQÚ','',0,'?'),('p²¹«ýRÑWDâÍÄFÞNš','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/smart-site/classes/class-tvd-smart-site.php',0,'\'š#í7]ÁÍP«â\r¾´*	','\'š#í7]ÁÍP«â\r¾´*	','ÔÚ¨q*üo:r\"—¹\0À/{Ík2[xÝpq!.ª','',0,'?'),('Ô¿´¯/&]ybDû¼','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/smart-site/classes/endpoints/class-tvd-fields-controller.php',0,'¹Óö\r&Ó·m’ñ<T’Â©','¹Óö\r&Ó·m’ñ<T’Â©','Í+ˆÿ4‚àÂí)xôMœÆXY\'¿üÃi\0àÉyO”EÌ','',0,'?'),('§^Î/ÔnQ”Fáû¸ï½','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/smart-site/classes/endpoints/class-tvd-groups-controller.php',0,'¢-ÿõ÷…Œ>þˆ`ŠOº','¢-ÿõ÷…Œ>þˆ`ŠOº','§2ÃïG¾1qQ$ØðÍùšëa€ñéSqCÏ¯ÞVx','',0,'?'),('Ó(Ê‘üû:9·µhçÃ¡­','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/smart-site/i18n.php',0,'#tvÿ6/`´B\n¬lr','#tvÿ6/`´B\n¬lr','@Eáq\0¯•9½9xü2Á÷h<íYü ÓŽrñO³','',0,'?'),('5ù\0Gk×¦¬\\Œ$¿¶ÄK','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/smart-site/migrations/index.php',0,'«¿˜™ÆÌñU¹b7´üÖ','«¿˜™ÆÌñU¹b7´üÖ','ÿ~4¨ÐÆEü+½àº£ŽFFc°«·~«oîI&ƒÃ','',0,'?'),('ƒú2Î‡‚F”Ö”‡Êtb','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/smart-site/migrations/install-1.0.0.php',0,'/òV×}àgyx3û»T','/òV×}àgyx3û»T','W[Êå&jòQp×µH¿£}S©©/ª%¨éÄÜËŠé','',0,'?'),(' QðUµË–ÂF¾–\rèÓ²','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/smart-site/views/admin/templates/breadcrumbs.phtml',0,'F©€‰\\cšÂØ›ÃxíŽ','F©€‰\\cšÂØ›ÃxíŽ','²ñM«ÓñÏÃ’Ü¹´ªL	hp>DqZ+öýSý¡)°p','',0,'?'),('Ž´)YNé2yÑgB­$;','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/smart-site/views/admin/templates/dashboard.phtml',0,'˜ºh	^p÷GR¥/0²J®','˜ºh	^p÷GR¥/0²J®','˜&úù;RLîkÓ.°R¼•û¤g¾ÝÁæ[Þ“þÏ','',0,'?'),('Þ»këS¥þ¶©§I	?','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/address-options.phtml',0,'Ãã^¥ÆMù±Èjhtq€F','Ãã^¥ÆMù±Èjhtq€F','§é³s¹YEâiE¼?¸§Î•†¡ý¼2¯ó¿úNHŠ;Ì','',0,'?'),('”ÖêÆ ÌŒvw¢ý¹SÓ','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/email-options.phtml',0,'¼ØÅçú_~Áˆ…°†|1å','¼ØÅçú_~Áˆ…°†|1å',']¿fJƒg¢†ë[®nŸÇ#‡ÝrC}3n—‚–ž¯Ù:','',0,'?'),('²û´ÿññÁð”è\n','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/field.phtml',0,'©Á4Ü8,»o³gÓR’','©Á4Ü8,»o³gÓR’','Ý³å~»\0Ë>ºTwl1Ãqäd/M}W=®›ND0ÄÇ','',0,'?'),('ÊŒÊÃëšd\\ý¸uÿŸ','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/group.phtml',0,'Û®­+K§fî¢6êð6À','Û®­+K§fî¢6êð6À','\r{YvÜ\"û¸Œ#`6¶Qufƒ,ZÁØOc{º*','',0,'?'),('©#×¦¼¦B“@¯$}¢Ì','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/link-options.phtml',0,'Äfbm|¨¿–‘]½ß}õ v','Äfbm|¨¿–‘]½ß}õ v','›Ÿ`z“ß)²¼§¢nPò…Ø?ÂI£²‰iST•','',0,'?'),('hån42åÿ8–“ZLÈM%','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/location-options.phtml',0,';ÍK˜ÝÊ&œ¬£ÜQù',';ÍK˜ÝÊ&œ¬£ÜQù','MRÖCQ[´(9p¯½åñ……ÊÝ“wÄ–À½½3¹ê‹H','',0,'?'),('p£xö[³\"OX» ´öý','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/modal-group-item.phtml',0,'·qüîI\ZBÐö<caŽò•','·qüîI\ZBÐö<caŽò•','?x]¶›CRíûØ·~÷»!qSˆ»œ”Žx$ŠçúôpÎ','',0,'?'),('ŸªH³3)†}¾´xC','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/modal-type-item.phtml',0,'Úoð\r2ßÑË8\"§à‚³','Úoð\r2ßÑË8\"§à‚³','Ãy\n‡ïÇ±¼­_êåM¦Ieq´¸O0®ú yÒk','',0,'?'),('9Ûb¼\'Jêîj²7','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/modals/delete.phtml',0,'é‘vŽ¹ÍàðÐ²p.Jª-','é‘vŽ¹ÍàðÐ²p.Jª-','äºzi;i•\"e^^”è¨û{Çww›ßEdŽñzÿÊ¼','',0,'?'),('â2|ÚA®›ˆ ëŽ','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/modals/edit-group.phtml',0,'ö&Ùsú§.Þ@	º\"èP','ö&Ùsú§.Þ@	º\"èP','rëó§e±ˆ{õ×-þ!´€t›q¾øJá\"÷\nòH','',0,'?'),('y‹‘å5\\‹E²®ü\nÒQ–','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/modals/field.phtml',0,'þ@rÅDkQ/ù\'‰×	€','þ@rÅDkQ/ù\'‰×	€','ƒ2öH XÙp@Òö«»sÕÉyÍ^…¡üÛ°j','',0,'?'),('¤ÿŠ&µ:à•„A°FÏ','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/phone-options.phtml',0,'\\Ì\n¸@^¯*¸b»\0sx','\\Ì\n¸@^¯*¸b»\0sx','â#žcÐêd€†BýFš|Ø­iÞØìvÐÀMÆa','',0,'?'),('ª“N5‘j÷ò¦/gr¤3E','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/text-options.phtml',0,'nèµ!¾²jö\rc¨¬Szò','nèµ!¾²jö\rc¨¬Szò','ö‚mPþ»¯b9³xªf#w41á®ëk/B{¥¸¾ñ¹','',0,'?'),('™qÖ%×…82ÒBQÕ[Y','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/smart-site/views/admin/templates/global_fields.phtml',0,'ùp£E¶¹fâwJsjIq¡]','ùp£E¶¹fâwJsjIq¡]','MZ-¤wSò`ËØƒ\'ŠOÛçëÀÔŒËã\\…óV÷e','',0,'?'),('‡Ÿ½›r”ùÝ?ÄCN{','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/smart-site/views/admin/templates/header.phtml',0,'¡.+Bò…Šr0¿Ö=ÉÄN','¡.+Bò…Šr0¿Ö=ÉÄN','—ÐT8¬†]Ä–ô\0ÞtžÝ…°5WAz&¤€ðç•£hêBi','',0,'?'),('a„S£0•±éðS¸L•þø','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/smart-site/views/admin/templates/menu.phtml',0,'²¤¦z±d>¾‡z?EÒ','²¤¦z±d>¾‡z?EÒ','IzÍ3Q¢BË~q¿9¥bŽp¸÷µ€ÙÕÐÃ‚L','',0,'?'),('¹ºiÿ*©jÔ|pN&/«','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/smart-site/views/admin/templates/side-menu.phtml',0,'†“YŽ¢WçwôùrôPó','†“YŽ¢WçwôùrôPó','g¥!µ™§W´2\Zùá¾Û¥hÙ\0¬¨(rYdèèåû','',0,'?'),(']ñ¥•OMÁ†g­JÎÑm','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/util.php',0,'‚†ã*¸1Š¦î®Fx*mž','‚†ã*¸1Š¦î®Fx*mž','¶ô:TÏØ(·ÜÙ–c›„—qò°2O¥ñÑpÑ®|½	','',0,'?'),('æ?.oc‹êòNÆéŽ[','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/js/dist/frontend.js',0,'Mx>&RQ¹ß~‰,ŒÀ®','Mx>&RQ¹ß~‰,ŒÀ®','v´üC­&¶&òZ¶¶¥q]ô‘\Z¡ÖŸ†ˆ²¯)î','',0,'?'),('ÃŸ	Ø”é>é³„ÿj\'','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/js/dist/frontend.min.js',0,'‹mô~€rcäæj°ƒÉ','‹mô~€rcäæj°ƒÉ','„‘‰Õ‡BìÒQ€$i©«D~Z¨5.)öyûì–k„1','',0,'?'),('ª²AV{5^Ñ  Fr¦','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/js/dist/global.min.js',0,'Þ¡\\*lÉxêââ†¿gÓ','Þ¡\\*lÉxêââ†¿gÓ','“ÃZ$7Kˆ¿^,Wó$§Xo¨Ûs6P¬Ï5Jô-£','',0,'?'),('L—\rQ[Pó¦îêEø°','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/js/dist/hammer.min.js',0,'³} šœ‹Žëwa¨vT´÷','³} šœ‹Žëwa¨vT´÷','_òÞŒ»¢™Á«)9WÃº}3ˆ¥‘-(Ü(¤','',0,'?'),('qår?üËŒWÙbÌ]ño‚‘','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/js/dist/leanmodal.min.js',0,'i½ä×aŸ4¸~ËB','i½ä×aŸ4¸~ËB','ªªö©ì»²û…¯—û,d\r†;Ãƒ<þ³ý¹,K—','',0,'?'),('c€Gb`wÖÈU›ÔV‡«¦','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/js/dist/select2.min.js',0,'\0Q)Vƒº(M[@«Ò7À','\0Q)Vƒº(M[@«Ò7À','±H‰5¨£[0éRýÎÓôLÛ«ú8!Æ`ÒU(>¢Õ´','',0,'?'),('`ãÛ-6¢¦÷Ò\Z²ä¿ª}','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/js/dist/toasts.min.js',0,'öX¾Y¯4ˆf—„ý;','öX¾Y¯4ˆf—„ý;','v6:9ÈåÁ•=U)t­vP¤éÛÏ~»L#Œ}ã†','',0,'?'),('‚B²ISÌ¸ÞÇ2Å)Ñté','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/js/dist/tooltip.min.js',0,'ü:Bë[†_\r#tq’','ü:Bë[†_\r#tq’','D!•›ÿð—ª’ÕØˆ5QR	<£{×;\nÃP|Ë','',0,'?'),('sËÄ G@‘øPRÏý½œTÁ','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/js/dist/tve-dash.js',0,'Þ§.Há$·FN¯¥‰Šã','Þ§.Há$·FN¯¥‰Šã','ä¶ˆŒgB•éfãMñÀŠ-ú\rE<¸¤R.Ý±CT','',0,'?'),('–€ªŠñÄ•S$Ä#Ý€ž','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/js/dist/tve-dash.min.js',0,'ÝÖ%o)^h•©-¾g','ÝÖ%o)^h•©-¾g','°íÈjÚ aÈ\\8§R‰`r¡e,\rè»®TT!W','',0,'?'),('dt{h¬Œÿg	¾É/S«','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/js/dist/velocity.min.js',0,'ÍP²O…¾Ÿc‡âaÞu8','ÍP²O…¾Ÿc‡âaÞu8','¦³ŽáÚÝôuÛ…úW¿ü‡“#ãõ','',0,'?'),('õû©.¶ÇVXå!ôf†!','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/js/frontend.js',0,'Mx>&RQ¹ß~‰,ŒÀ®','Mx>&RQ¹ß~‰,ŒÀ®','v´üC­&¶&òZ¶¶¥q]ô‘\Z¡ÖŸ†ˆ²¯)î','',0,'?'),('×œTÉi ¤ê‡»å±W²','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/js/util/highcharts/highcharts-3d.js',0,'?Ml“ôÓ\"4·Ò§J¥','?Ml“ôÓ\"4·Ò§J¥','=Wðüú\"‡¿éª0ûš€qÇŒcÙíµ`Ú8ÑÉ¬¥¨p«','',0,'?'),('\0 ¶|hðü‰Ð2ÎxœZð','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/js/util/highcharts/highcharts-more.js',0,'Ðòíë)Áæ[õ˜­×','Ðòíë)Áæ[õ˜­×','¯¾¶HH¢2XÙCûw\Z•Lh*ÛeÝùê·œÞŠ÷ÒG','',0,'?'),('ôÙÁz’¶fcÑøl£)','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/js/util/highcharts/highcharts.js',0,'ÀY¼<:\nÊ‚W\'Èºrýj','ÀY¼<:\nÊ‚W\'Èºrýj','•¯CHâµú,îán9‡ñÏî„ðJ^è\Z™Š)&Çœ','',0,'?'),(' +@ÓwPÇLC÷$¢¹2','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/js/util/jquery.zclip.1.1.1/jquery.zclip.js',0,'„Ùxs¸É Œ5Ý ¨&e¶[','„Ùxs¸É Œ5Ý ¨&e¶[',' ÓÐ¢q&mÀ\ní+R¥±7Ð«Ü,¤ØPÑÒEù¸	','',0,'?'),('`¿.†\"0	ÀåÐÇ¡«','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/js/util/jquery.zclip.1.1.1/jquery.zclip.min.js',0,'\nÂí;*þ@_1P¸9Yï¬','\nÂí;*þ@_1P¸9Yï¬','l¯ô ¥:ia4öÐå[v YpÔq4Åæä@~`','',0,'?'),('ÀVjXvÇÿ³%²2CkÙ','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/js/util/util.js',0,'	ÒN¨§`ÜÁÃM5òcc','	ÒN¨§`ÜÁÃM5òcc','¶ß´™ñâÿ\Z€ùu(…kƒ!½i÷ø}Ï/KXÈ','',0,'?'),('ê*ì¸éò ÷Ûuƒß6z6i','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/js/util/views.js',0,'×ŠÈÐâ¥º7•z$=’\"Ç','×ŠÈÐâ¥º7•z$=’\"Ç','3dº³ç»oÀ8DƒÜ‚¸`ìnYàc‡?Í„`','',0,'?'),('áu•Þ©£LMê…›­!qóÂ','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/rest-api/class-td-rest-controller.php',0,'Ï0*Ì%8„çË8Ý« ','Ï0*Ì%8„çË8Ý« ','*õ&#*Ð­ûîJ‘?£¾¡¿\rZ¨p}ì¢ HJx','',0,'?'),('0‹BEgÏÍ’XD\Zá¸uéw','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/rest-api/class-td-rest-hook-controller.php',0,'¬­›ï:â4}ÃmH\nË','¬­›ï:â4}ÃmH\nË','`¶Ðl³|âGŠ6&r»ÝÎG	¢4ç¿ÆpÚÃÆ»vf','',0,'?'),('™±â°v|¸õ’Õ…T (•','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/rest-api/init.php',0,'¶J`¬ÝÍQP(‹ù0âªýè','¶J`¬ÝÍQP(‹ù0âªýè','p|×Lÿ\rÔ6æågBôÛ¡rÚågvOv¡\\¨^?þ','',0,'?'),('×O+7íÃÙy5Ã0yòäý','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/templates/affiliate-modal.phtml',0,' (m´³2ä÷ÁÚ’d',' (m´³2ä÷ÁÚ’d','ŸYWeë®çRD#Ç‹ÏÈd™;>‹2Øðû\Z’','',0,'?'),('8ÑõœrŸíiŒ¥¼^HHQ','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/templates/backbone/modal-loader.phtml',0,'AøSWæ^¥âAGÆ˜Ü«','AøSWæ^¥âAGÆ˜Ü«','Û½²©`µ—¨IÒ<Rhëën–añ\'	‘,º­\"‰1Í','',0,'?'),('þ|ö†o˜“=C÷‚nxVÓ¤','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/templates/backbone/page-loader.phtml',0,'ö—BþnèPó6$J$JÉ¡¿','ö—BþnèPó6$J$JÉ¡¿','LðÉ|Ê…ËÕ‹GÓ‰%©1•,ù0=Ï‹qäNÂ	','',0,'?'),('\'qylOzÝ÷<¥!VH¿Z','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/templates/backbone/support-token.phtml',0,'./kÉ\'Øe¤ò¨¶\0ó4','./kÉ\'Øe¤ò¨¶\0ó4','‹ƒË»ã–µFD\"BNyŠHÔ˜[<‚ŠoÈAz','',0,'?'),('£éHüRcSˆ°>~OE\r','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/templates/header.phtml',0,'²@ÿõç1Lw#Ê\\n','²@ÿõç1Lw#Ê\\n','ð¾ìÛd‚¼î÷‹ùà¿U¦z”É]ŸØ*)9 8Áp({','',0,'?'),('SzçUìõcNv½|÷ðO','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/templates/product/activated.phtml',0,'É{=z¢>nBe]£úfýTT','É{=z¢>nBe]£úfýTT','‚Œ$×&JBÂNŒ¬µÑä½{Só˜(ìõYðÕ9G[Ž','',0,'?'),('C1\rõ_œ•=ñr\\EáA','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/templates/product/error.phtml',0,'¯…ñš¶F‚Í\nÉ3ˆ.´á','¯…ñš¶F‚Í\nÉ3ˆ.´á','ñ¾Í$§¬Ã’‰eíÀx|¦›[çl“ªY1!T€ÍÉv','',0,'?'),('„ºáåû4èÑˆ 	Îe!ö','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/templates/product/inactive.phtml',0,'Ç{È&á‰\Zâ/-0EA','Ç{È&á‰\Zâ/-0EA','cóçšñ2lâøj‘®¾	F4cò”ËÑ³kì³\n_P','',0,'?'),('>¶k¿ýŠ”Ð]\0\'®ìÔ','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/templates/sections/dashboard.phtml',0,'7²sV4SŽã{¦OnF=','7²sV4SŽã{¦OnF=','‹/š÷Ávh2ªAQ”¥¡n+ÓJX€ÒR\rw§Dì','',0,'?'),('Í-a¸kvÚë˜hÂÛÙ\'','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/templates/sections/license_manager.phtml',0,';SpÔ(ä_äþæ·¡',';SpÔ(ä_äþæ·¡','§SÙ;¡Ô™ ­N|àkï%MgÆ_ÈÐ1TA tçéX\Zç','',0,'?'),('$ýkjÑ(&Ó3ÑÉéûÿÖm','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/templates/settings/general_settings.phtml',0,'%qµ\0ŠÀw\r¦²‘æŒ','%qµ\0ŠÀw\r¦²‘æŒ','óÜä¨ÌPÖc¼Àû\\(š…kL6šM°æ–?éË','',0,'?'),('yÏÁƒ`B-#Å—<×ª+','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/templates/settings/reset.phtml',0,'÷`n”ãë:T,r’H\0F','÷`n”ãë:T,r’H\0F','Ÿß­xñaÐ\\ï\rÊ¦‰Äj<û£AAÁ9ƒè½\rb','',0,'?'),('°]îâ]h_«Oïà«¸ ','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/templates/settings/text_setting_row.phtml',0,'½˜ã’xò8ãŽ\\','½˜ã’xò8ãŽ\\','Ù¾ù†Ü›Üe×kž—~TlŒÊÐ3c#ö+\r\'ÆX½;','',0,'?'),(',¹ƒ¶š–od¯”SûÅve','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/templates/share.phtml',0,'a	.üH}ÇÏ\Z¶”ÃÁ','a	.üH}ÇÏ\Z¶”ÃÁ','Ó>Åñ*Fæ@S€$\\wƒã½R´À‚òØ—ÞXs”¤÷','',0,'?'),('Z³Ävéº¦äs©ˆóªÍú','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/templates/ui.phtml',0,'Û¾;%TaÃJÄ_ø(×|','Û¾;%TaÃJÄ_ø(×|','cr€oÃ7˜hÚŸB£gÀó:Ñ:ÖxüÇ°ó’¤º6Ù','',0,'?'),('i¦8ÁÈÅ)¦Š~”Å¼0','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/thrive-dashboard.php',0,'#>x,\0j>7÷ÕªtÿeZ','#>x,\0j>7÷ÕªtÿeZ','„ŒYL›„ &÷–Ä\Z\ZÆ¥ørÜÜ}bHîïV,bF»','',0,'?'),('¼áñuðˆØPt%¢','wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/version.php',0,'yWrj;­4‰Š@•¢›','yWrj;­4‰Š@•¢›','Ÿ ›‰‰äz¬°¬®{d‡Ñ)‹mß×	>ÉXçðÝöŠç-','',0,'?'),('Ûùžd¦(|dšF$Ó','wp-content/plugins/thrive-ultimatum/tcb/tve_settings.php',0,'¼ïnûŸoEº­àÝ.Ÿ','¼ïnûŸoEº­àÝ.Ÿ','¯‚ÉÃ<º¯?øÏ2\'¶ ÷ÿeFòÂgø<,úÜKð','',0,'?'),('°LV0~ C3=ü½CË\"I','wp-content/plugins/thrive-ultimatum/tcb/version.php',0,'ÑO%BtU*/“ó²','ÑO%BtU*/“ó²','†&’P Y8`và¦â?ïUàÏˆ®KÉ^´Ø3ìBÿ','',0,'?'),('Hé¢¢\\¨û½C”Ÿü±[¬','wp-content/plugins/thrive-ultimatum/tcb-bridge/assets/css/fonts/ultimatum-editor.svg',0,'ÛŽKR‹\\k XÄ+','ÛŽKR‹\\k XÄ+','¼‹E^VÕxÀV»(i«4b¤NÖK½ë%0\"ZHkXœ','',0,'?'),('œ{n]©öI÷ˆa	|yà„','wp-content/plugins/thrive-ultimatum/tcb-bridge/assets/css/fonts/ultimatum-main.svg',0,'ÙŸ\0Z\"ÝÜ€\\Æ@°„Ö','ÙŸ\0Z\"ÝÜ€\\Æ@°„Ö','•šY¶TÄn4˜L”Áª•žì®;³o>‚ÏmÖâ‰Þ2','',0,'?'),('¾Aš-³«qØß]ÐÎ„â(õ','wp-content/plugins/thrive-ultimatum/tcb-bridge/assets/js/external/main.js',0,'I\'8Ž\rÔËU)¬¦s','I\'8Ž\rÔËU)¬¦s','ú|78PáIÅ\"6¿Te*È³§àùŸýô¦ÚÝHÛvV','',0,'?'),('ê\nVÓ+¿KÇ€!k‚2É5','wp-content/plugins/thrive-ultimatum/tcb-bridge/assets/js/external/modals/ultimatum-countdown.js',0,'z0¼[yÞ«8¤U¿M¡é','z0¼[yÞ«8¤U¿M¡é','Òº\".² „Õ®w™.%m9ýQsDPÑ†Iµo‰±»','',0,'?'),('S_Þöfºªä‡„‰X','wp-content/plugins/thrive-ultimatum/tcb-bridge/assets/js/external/ultimatum-countdown-component.js',0,'`v¾Î`‹3‰	1Z³l','`v¾Î`‹3‰	1Z³l','Úl¤Hïòi’.uÌN~ÇŠ\\ù¸ÚKÛc*ü\'','',0,'?'),('èœ-…ÈNíbW','wp-content/plugins/thrive-ultimatum/tcb-bridge/assets/js/internal/_utils.js',0,'e¢¯ç	ãÁ¸ÚX˜ Z','e¢¯ç	ãÁ¸ÚX˜ Z','ˆ4Ê·ï¿aþruwª±¶ãD•YC1Á×šw®«','',0,'?'),('P	G\"\'+2í„ˆu‘Ç','wp-content/plugins/thrive-ultimatum/tcb-bridge/assets/js/internal/countdown-sets-constants.js',0,'l(È5æšî¼M‚nQÕÅ','l(È5æšî¼M‚nQÕÅ','¸Õ!3Ò\Z¶Ó5ø¼:û¡ç¹¿_Æq\'hÓ~fŠš{ÄÚÀ','',0,'?'),('ë8LL`€V\\o‘÷1—.ç','wp-content/plugins/thrive-ultimatum/tcb-bridge/assets/js/internal/main.js',0,'úßv^ÔÜš§¸n¿ÿD3«','úßv^ÔÜš§¸n¿ÿD3«','Y’¿Šj	8ð4Ø¥ßÆ]Ý0h6”•ƒL˜æ$ä\")','',0,'?'),('Î´Ñ^Ð…D–£ù–ža','wp-content/plugins/thrive-ultimatum/tcb-bridge/assets/js/internal/modals/add-edit-state.js',0,'µx2÷òv]/Ô«[.X','µx2÷òv]/Ô«[.X','-r]•(7÷qÏh†d…¹Æh³†þ/-÷0Lb´é','',0,'?'),('Œ˜‚ˆÞñ×?~ÏKYÜ','wp-content/plugins/thrive-ultimatum/tcb-bridge/assets/js/internal/modals/design-reset.js',0,'™²Xy¥M¶œÍÏ\ré×>','™²Xy¥M¶œÍÏ\ré×>','¾PhQ1AßSˆÕ­¬¤å}„¬˜œØ`êßyðYòÜÞ','',0,'?'),('IÎëjUD;°&Éäõ.Íö','wp-content/plugins/thrive-ultimatum/tcb-bridge/assets/js/internal/modals/design-save.js',0,'ãm5ÜÑ?mvÕ,L£OÊ5','ãm5ÜÑ?mvÕ,L£OÊ5','øßØ§$yF”ë_#,µqÔB¬Ór¬0ë¼,u\"m]^Ëµ-','',0,'?'),('Ú:¸¼‚ãã\'Úâ¢ßÿ½','wp-content/plugins/thrive-ultimatum/tcb-bridge/assets/js/internal/modals/design-templates.js',0,'2¼‘ÍÁµ|æwÑ+¼','2¼‘ÍÁµ|æwÑ+¼','µþÎiâÍÉŸ”\'»$É\0”·®™à­n^Ýñùðå£','',0,'?'),('ò—-M+Ø6ØIÌ·˜’','wp-content/plugins/thrive-ultimatum/tcb-bridge/assets/js/internal/states.js',0,'“\0N÷¬`e@eÃÀ¯Ý*h','“\0N÷¬`e@eÃÀ¯Ý*h','Î†2¸ÒH3âz€y’kb3[Ëbð#§,°ÊØ¬Zk™','',0,'?'),('¢”Í\n÷Y½ý­î_–>^Ÿ','wp-content/plugins/thrive-ultimatum/tcb-bridge/assets/js/ult-tcb-external.js',0,'\"åt4FôµÑtbM—¸\r','\"åt4FôµÑtbM—¸\r','6K2W¸œÆq‚í?™±H¦[®½<œ°×P\\/à›G','',0,'?'),('l`8OÑ†ÔÜC‚½3OÀøð','wp-content/plugins/thrive-ultimatum/tcb-bridge/assets/js/ult-tcb-external.min.js',0,'jÛ¶«¥”18ýòÿÇIX','jÛ¶«¥”18ýòÿÇIX','O‹=g§câ=¢lúÔöêY˜•ÒÍïÊÖµlõdCy','',0,'?'),('œÔîÔXøå½cNzzæT¡','wp-content/plugins/thrive-ultimatum/tcb-bridge/assets/js/ult-tcb-internal.js',0,'‘,åz\0í@µof1B ‚;','‘,åz\0í@µof1B ‚;','å7ø?ÿ‘\'bzúQÃ;Ü:Ê¼Õ…üb}uŽ¹ó!n^ä','',0,'?'),('tò»5¦<ö.Cºî’týœ','wp-content/plugins/thrive-ultimatum/tcb-bridge/assets/js/ult-tcb-internal.min.js',0,'?ˆžÅOÀÿTáØ\">R','?ˆžÅOÀÿTáØ\">R','õŒ´ürž˜þ19f{J\\ ªÖíÛ>šÝü‹','',0,'?'),('þ€¦£I\0	rh¯ß)=','wp-content/plugins/thrive-ultimatum/tcb-bridge/editor/campaign/ribbon.php',0,'Õóð>£÷Z‡ŒMÊ	','Õóð>£÷Z‡ŒMÊ	','åZë¾„$å[a:øö÷À0ñäDSòL‹¸BsÈ€/','',0,'?'),('Gã;@iÛ®\\ètÃ«SÌ','wp-content/plugins/thrive-ultimatum/tcb-bridge/editor/campaign/shortcode.php',0,'2µÑûÛ×ô]çÉ¥‡ÈÆù','2µÑûÛ×ô]çÉ¥‡ÈÆù','$f„BB¯zyù×ßì?nÙ§|\rª”zíYcõVY\'','',0,'?'),('Èp\nÙÚ=Ö7¼ÐÉëéW5€','wp-content/plugins/thrive-ultimatum/tcb-bridge/editor/campaign/widget.php',0,'õEdohgh-qhèsS¾','õEdohgh-qhèsS¾','º˜çÕh{S^7käA•‚\'ÐÛ y„Ž+i¤f§','',0,'?'),('ò 7\nYc6ØW{MÃu?Ž','wp-content/plugins/thrive-ultimatum/tcb-bridge/editor/footer.php',0,'®)»®Ò±ÚàÊrþ','®)»®Ò±ÚàÊrþ','»!«š†u·;ñÛáO­>»wü©1‰î[Ñòd\"‰7[','',0,'?'),('w¦Ú÷Àj×º@âµ`k8','wp-content/plugins/thrive-ultimatum/tcb-bridge/editor/head.php',0,'|?³%…:U,õêç”òtC','|?³%…:U,õêç”òtC','‘ðŠ®.‘†XO‹È7~vQ Ÿ·œ„ÄyÙåeû;{Ð','',0,'?'),('ª¦ï˜“rlß#n§kÃñà','wp-content/plugins/thrive-ultimatum/tcb-bridge/editor/states.php',0,'÷/SGPÎà;¨1Ø}…','÷/SGPÎà;¨1Ø}…','÷nMËô•]ôiåßÌ-‚¥RlúDQæ¨Vò\0[ü2','',0,'?'),('‰1ÑHS@…sHüž×','wp-content/plugins/thrive-ultimatum/tcb-bridge/editor-elements/class-tcb-ultimatum-bar-element.php',0,',ZATBªÒÏhP¥ˆ',',ZATBªÒÏhP¥ˆ','[¸+¦EêÁ´|ÌÐÇ3ˆ•]P1£ÞC<Èmcl˜%‹','',0,'?'),('ì«8†ö[ð¿	–!d“ÖŽÇ','wp-content/plugins/thrive-ultimatum/tcb-bridge/editor-elements/class-tcb-ultimatum-countdown-element.php',0,'kËoBLö\0¡!›nŸ<D«','kËoBLö\0¡!›nŸ<D«','þ8@ê(ÇôÒF×1¯Gj|½ÊºÂ vª§B!ˆ—‰r','',0,'?'),('®H•ÝÔ3/9WûûÆïÌ','wp-content/plugins/thrive-ultimatum/tcb-bridge/editor-elements/class-tcb-ultimatum-shortcode-element.php',0,'@žtD£’»•¡í$\\×kì','@žtD£’»•¡í$\\×kì','åœjtÇN”ñðô«Ñ›Á5ÂT¾°®,¤WøÄ°','',0,'?'),('„@šS;î{Œâ.´m%·D','wp-content/plugins/thrive-ultimatum/tcb-bridge/editor-elements/class-tcb-ultimatum-widget-element.php',0,'\0Ãp’×N´Rš•ƒ™\rëb','\0Ãp’×N´Rš•ƒ™\rëb','ñE¦©	[’¯pt¢[¥\\Æˆ´`¾ó×•®@‘G/ärcX','',0,'?'),('‰\\\08kLšÛâqÓ“p\\í','wp-content/plugins/thrive-ultimatum/tcb-bridge/editor-layouts/element-menus/sidebar-settings.php',0,':J‹=ŒÕUE×5	',':J‹=ŒÕUE×5	','¶w‘†ª¹µÿDÄÖrX!\\Td±•\\µä.÷‚±','',0,'?'),('m¶{_Wˆ×Eëv›ì','wp-content/plugins/thrive-ultimatum/tcb-bridge/editor-layouts/elements/ultimatum-countdown.php',0,'iÔìC&+‘™„}¤¢\r','iÔìC&+‘™„}¤¢\r','Ý­\\æKŒõÈBJuî·2¿a~ÛÛ¸Bã­7£$4±','',0,'?'),('†šÊyHP„¼åd˜gõ','wp-content/plugins/thrive-ultimatum/tcb-bridge/editor-layouts/menus/ultimatum-countdown.php',0,'«É¾‡·Š	t 0±qoÔž6','«É¾‡·Š	t 0±qoÔž6','JÜBhÉÜ›`™ýL°Â	Ù›H‘Ô;¶ÿ7‚yœ(º¥','',0,'?'),('éÝc7Õs%¹†d­»','wp-content/plugins/thrive-ultimatum/tcb-bridge/editor-lightbox/add-edit-state.php',0,'ôrÅg°eÄ\'ý$“ª=)Ñ','ôrÅg°eÄ\'ý$“ª=)Ñ','V–ØtìÔÍaJ¬æó:C0£§ðˆ“SóùI%K®','',0,'?'),('~üèDü²ðÞÓL|áöå','wp-content/plugins/thrive-ultimatum/tcb-bridge/editor-lightbox/campaign-shotcodes.php',0,'œë×êîöòúD»ýìˆ.','œë×êîöòúD»ýìˆ.','?!­å¤u­b¤³r(¼hX\0×SÜhZ“IžE­X','',0,'?'),('Jƒ¦ìU÷÷R7Üá¼^Nã','wp-content/plugins/thrive-ultimatum/tcb-bridge/editor-lightbox/design-reset.php',0,'QgSCœMƒº¥¶§5`','QgSCœMƒº¥¶§5`','Ùœ{v›Ç|S€ÏÓË’HT\ZWF\'Õ*~/™Âg¬7\nsñD','',0,'?'),('¾ˆ\\G5ùU7X€`·Yªy','wp-content/plugins/thrive-ultimatum/tcb-bridge/editor-lightbox/design-save.php',0,'—<F‚|ö‡eÊEßÔ','—<F‚|ö‡eÊEßÔ','‡¿ëC„h»“#w4h!9Á_šìu/1C³','',0,'?'),('úÇeÞˆ^¬Ñ‚·’Ñ¦i','wp-content/plugins/thrive-ultimatum/tcb-bridge/editor-lightbox/design-templates.php',0,'GÒ€C?Ãä mW[ëðY','GÒ€C?Ãä mW[ëðY','2³nDD	êƒ`\"›žäX«ñ3#H¼’¯Y›0àË','',0,'?'),('2QµÆZK:èˆ4ß¦O#','wp-content/plugins/thrive-ultimatum/tcb-bridge/editor-templates/_config.php',0,'urãjX›ÕW4R†‡¶,x','urãjX›ÕW4R†‡¶,x','DÎ|‡çï\nU\Z¿·$“«¡:âáG…{í!üS Ù','',0,'?'),('²?ká}¥LTþYpÅMÉ','wp-content/plugins/thrive-ultimatum/tcb-bridge/editor-templates/ribbon/set_01.php',0,'j )¦»CkéoÃ<%îu','j )¦»CkéoÃ<%îu','—ÏGaƒRø“#÷@¨]	:;\\þŸ\nñF#åxs¢i','',0,'?'),('ñËjj·¥L«œ`}„^Tjb','wp-content/plugins/thrive-ultimatum/tcb-bridge/editor-templates/ribbon/set_02.php',0,',2òàÎ‹µ|¸5[ò ¶',',2òàÎ‹µ|¸5[ò ¶','4*4|X·Ô^ÅùSÓZSwÐ¤{AÕ-‹öTg(MqÉ','',0,'?'),('$KÌ¾Õø%‡<©PRG','wp-content/plugins/thrive-ultimatum/tcb-bridge/editor-templates/ribbon/set_03.php',0,'ÅªP^¾u1ÈPÏh•','ÅªP^¾u1ÈPÏh•','ËM5O-*]%›º>w\rD–$Ùhº3W/MÐÙ@Ü×','',0,'?'),('‡²Sv-òfKy™§’–','wp-content/plugins/thrive-ultimatum/tcb-bridge/editor-templates/ribbon/set_04.php',0,'B‹‘ÓL1%Ô*¯ÊZ÷d','B‹‘ÓL1%Ô*¯ÊZ÷d','‹\"q½£o‡rÉ:\0£ëyû7V3\0“ÿ˜@Áª7}','',0,'?'),('Šm†ÖÙÆÅ W”2EÛë','wp-content/plugins/thrive-ultimatum/tcb-bridge/editor-templates/ribbon/set_05.php',0,'—rª\\â‡sÜ\0#Q^y„','—rª\\â‡sÜ\0#Q^y„','´¸òôàNJÞØ˜âD9gè”ëæ¹c¹¾¶€gû÷C','',0,'?'),('Nèažwh\'{H:\rLÐñù','wp-content/plugins/thrive-ultimatum/tcb-bridge/editor-templates/ribbon/set_06.php',0,'ï÷X/&.†nìÎ·7t~Z','ï÷X/&.†nìÎ·7t~Z','\'Ü8ÙêÕ$«¬›ß0‘Q÷\r¢oj8ñLKÎxƒ±1b','',0,'?'),('Õ&×é/bD“^íi\"','wp-content/plugins/thrive-ultimatum/tcb-bridge/editor-templates/ribbon/set_07.php',0,'p_[sK§¨–‹G\'üÄ¬','p_[sK§¨–‹G\'üÄ¬','(>cMøŽ	©µ¿%+eÛ@a‘6Ü>®W)8/Œ	&i','',0,'?'),('wÔ3zŒŸ}Ac¹¹ûÈ“','wp-content/plugins/thrive-ultimatum/tcb-bridge/editor-templates/ribbon/set_08.php',0,'”J¤éáñÁ„&×éD\ZÃnŒ','”J¤éáñÁ„&×éD\ZÃnŒ','¾®}¤UG:—üFlÚX	ÌHžB¬­®ÓÞm™KœÜz','',0,'?'),('D¾ìIÄßÙKfÒL|¸','wp-content/plugins/thrive-ultimatum/tcb-bridge/editor-templates/ribbon/set_09.php',0,'Š„¬lN:B`’`%>’Ž“','Š„¬lN:B`’`%>’Ž“','×˜ü¢ÈÇë²[Öˆ.ÁÒÜd’Yu‡1ÏŽü“Q-','',0,'?'),('®àçæÐ )ré/','wp-content/plugins/thrive-ultimatum/tcb-bridge/editor-templates/ribbon/set_10.php',0,'×Už\r‹âp($ç©×ã','×Už\r‹âp($ç©×ã','“&¬UïuD¬÷ìÝƒ¶´†‘vÈØ\n£%ïÇˆÞéEêÿ','',0,'?'),('AŽrØ—½÷vWuc«¢y','wp-content/plugins/thrive-ultimatum/tcb-bridge/editor-templates/ribbon/set_11.php',0,'w\Zp_šRþöÎkØÉŠÏ²Ø','w\Zp_šRþöÎkØÉŠÏ²Ø','°yæ€Ýx~ÞÛÞßÃ<‡¸^™šrTm¤Q!ø\0U÷','',0,'?'),('ùE0µ³Ô`É½ïZw@$ù','wp-content/plugins/thrive-ultimatum/tcb-bridge/editor-templates/ribbon/set_12.php',0,'ÎsÊdR.ù=`ƒÞH','ÎsÊdR.ù=`ƒÞH','ô‘šŽ“Zãi~þø~>ö¯HŸIê–º%<l=','',0,'?'),('äòâ~ú¹ŽöQë\'ÍŒÉ§','wp-content/plugins/thrive-ultimatum/tcb-bridge/editor-templates/ribbon/set_13.php',0,'¤x5dÍnÍ6sâ\n7sµ','¤x5dÍnÍ6sâ\n7sµ','7áOß\0phÿN-Øöþçàü(§ŽæïJ„PŸ','',0,'?'),('é¸6ûØÚ;A“	È&$Y#U','wp-content/plugins/thrive-ultimatum/tcb-bridge/editor-templates/ribbon/set_14.php',0,'lXŠƒ²W´˜*ÊWù02','lXŠƒ²W´˜*ÊWù02','ÒÔÓÈáá`ÛãrÐsŠ½“ÈîÆcº|Õ%ÖpXHý','',0,'?'),('Ô¹L$5~õLS³rÒqÅõ','wp-content/plugins/thrive-ultimatum/tcb-bridge/editor-templates/ribbon/set_15.php',0,'tvö(oüõ¨òÑÙE…‹N','tvö(oüõ¨òÑÙE…‹N','0ú4Q®‡—G–g‡6‚Ø¯dþé¥½§”Å|5Å`','',0,'?'),('3»ÍåÛÃÀúN½.?','wp-content/plugins/thrive-ultimatum/tcb-bridge/editor-templates/ribbon/set_16.php',0,'ûIK¦Q¯ü=¨nï\"','ûIK¦Q¯ü=¨nï\"','°„Bq‹èÚWYc…_ªºÄV†!é‚‚åDPl^','',0,'?'),('Ô3Ù|±.÷Q&¨zUC3%','wp-content/plugins/thrive-ultimatum/tcb-bridge/editor-templates/shortcode/set_17.php',0,'EaË>ÍW¿\\érrwj¡s','EaË>ÍW¿\\érrwj¡s','›;¼nni)†÷ÞÄçt®¶|\rúšÎ7HèíûÀ‘g;','',0,'?'),('¥dö¬\rŠ›¥µ<¸¬²','wp-content/plugins/thrive-ultimatum/tcb-bridge/editor-templates/shortcode/set_18.php',0,'^Na’M\0DÿœÒ¶ßu','^Na’M\0DÿœÒ¶ßu','¾Š+˜D>È—+âž1O6È˜§¦\n‚eaçÿ	sÉÀ)','',0,'?'),('	ŠõÅº|n]2½	','wp-content/plugins/thrive-ultimatum/tcb-bridge/editor-templates/shortcode/set_19.php',0,'ëN¾¹@÷ˆ&{¸‡	$M','ëN¾¹@÷ˆ&{¸‡	$M','.¢}:ú`úHÆ„d\ng?i{¬Ï\'pà×ûÞ(\';Ì','',0,'?'),('}’›ŽJòä×šDJÅW','wp-content/plugins/thrive-ultimatum/tcb-bridge/editor-templates/shortcode/set_20.php',0,'·#„+Ú-Œé›7w#Nh','·#„+Ú-Œé›7w#Nh','kl>\'Ê„ôº©h³h½Eiè,HP\r¡0+„…ãŒ¥l','',0,'?'),('Àïxµ7–ç‹…ïæÅƒ','wp-content/plugins/thrive-ultimatum/tcb-bridge/editor-templates/shortcode/set_21.php',0,'çÔòêR\Zì “8¶]Öµ','çÔòêR\Zì “8¶]Öµ','Êzÿ\rÐ¿@°vÅÍÂãÛÄ€Ë¦º©[$yË;‘','',0,'?'),('Ot§ZÖ¸Rÿ½çÃ¹“íÒ\\','wp-content/plugins/thrive-ultimatum/tcb-bridge/editor-templates/shortcode/set_22.php',0,'Ÿ•tÅˆðº”\r7Ñßš»íª','Ÿ•tÅˆðº”\r7Ñßš»íª','È\r2¹¸YÐ§y#éÜ’î\r…ø\r§—°n!ê¯þ)','',0,'?'),('ìôv³?!I †µøN§=','wp-content/plugins/thrive-ultimatum/tcb-bridge/editor-templates/shortcode/set_23.php',0,'÷«ÿ|“-b\n‹=U¡A','÷«ÿ|“-b\n‹=U¡A','Ô5[7œV\rçâa0u©ox%ä=h_Ó¶wË@¥€','',0,'?'),('\"Ý™„E3@–Í‡/ˆf','wp-content/plugins/thrive-ultimatum/tcb-bridge/editor-templates/shortcode/set_24.php',0,'ä^dÄ/ž°ç\"ÔZýh0','ä^dÄ/ž°ç\"ÔZýh0','êÜ¥a\rŽd.`¡æ÷×à^«`T®·;`£v³ôq','',0,'?'),('$ås÷AøM21Ž={“','wp-content/plugins/thrive-ultimatum/tcb-bridge/editor-templates/shortcode/set_25.php',0,'uœ‚æ|Ûa©ü—ÄêÒîRp','uœ‚æ|Ûa©ü—ÄêÒîRp','ðÉ‚Ê¸tá6…†OÑõ\ZIt$=Ð~9]ãþmØUŒ','',0,'?'),('¾ÇéÞgDð!JËc±v®','wp-content/plugins/thrive-ultimatum/tcb-bridge/editor-templates/shortcode/set_26.php',0,'\rÝï24XSûbS¬\"ë','\rÝï24XSûbS¬\"ë','uæ)oï´i÷dU®]¸,tàïœ°—;+ß¼YU5','',0,'?'),('Zš½ŠårDÊy','wp-content/plugins/thrive-ultimatum/tcb-bridge/editor-templates/shortcode/set_27.php',0,'u{¦š\n‘Eý·Ç \n­','u{¦š\n‘Eý·Ç \n­','$T&vaìÉþ“‡QÌ0@$¿n©S)›ª-öÇ¶','',0,'?'),('*@¡*° à%Í4¤Šq','wp-content/plugins/thrive-ultimatum/tcb-bridge/editor-templates/shortcode/set_28.php',0,'\"”ô-\"tà‰àl‚nëZ','\"”ô-\"tà‰àl‚nëZ','°Ë;Û2\nÒÁ>Æ`ºè{Y†f¼¢o‡U…Âwò','',0,'?'),('ûRåöÙf‰îEƒSÞÍ','wp-content/plugins/thrive-ultimatum/tcb-bridge/editor-templates/widget/set_01.php',0,'ŠÝ9!Ç]ó/án\r;','ŠÝ9!Ç]ó/án\r;','&:ÝÓæ\'o@Õ%jÛEˆ¨4·{|ÒÎR‡Ÿ þÍ§ŒÛ','',0,'?'),('r4PÝþ’_TÕÎ—¿˜V','wp-content/plugins/thrive-ultimatum/tcb-bridge/editor-templates/widget/set_02.php',0,'h®-³\'”ø ëóèŒ^%','h®-³\'”ø ëóèŒ^%','vá–?ÃõëÈ?à„œª©,rA,#7ûK`9#$\n»','',0,'?'),('ê%@t‡XÒ-V°ø','wp-content/plugins/thrive-ultimatum/tcb-bridge/editor-templates/widget/set_03.php',0,'’OGØ>¨KE)XÈÈºe','’OGØ>¨KE)XÈÈºe','+T˜#Ä<sŸ™±ÇQD=C}yÆ¥ÃÇ¢—Ä6wÇW','',0,'?'),('xz–”‚L„Á–Lf¯}','wp-content/plugins/thrive-ultimatum/tcb-bridge/editor-templates/widget/set_04.php',0,'ZÜ³Í\0c^mä»²­','ZÜ³Í\0c^mä»²­','Ðõ˜„0˜G÷¹?qOÖ–iÃGëi#û±H~õÞ','',0,'?'),('§¥	ðQ–U‹Ž<ŽªX›Š','wp-content/plugins/thrive-ultimatum/tcb-bridge/editor-templates/widget/set_05.php',0,'/ù¾¢è\\Í&R:Hª#Üáò','/ù¾¢è\\Í&R:Hª#Üáò','V ¥‡Ïy½m\"ÜœE˜Á5*¼ƒ¨\ZLW«±š2.„\"','',0,'?'),('Ã7y6ÃQœ_aàÍ3åÞ','wp-content/plugins/thrive-ultimatum/tcb-bridge/editor-templates/widget/set_06.php',0,'^jÍ;±V¤ƒÿ×{¾¹','^jÍ;±V¤ƒÿ×{¾¹','1øtÛL>G	õºJæÕŸºJÈ•¨€{œ.4ù¢ïKQõ','',0,'?'),('ÓÎ!éäV4eãn°Žë†I','wp-content/plugins/thrive-ultimatum/tcb-bridge/editor-templates/widget/set_07.php',0,'–Áb§¿!ÆÄôc±g','–Áb§¿!ÆÄôc±g','†¯éK6|y±Rzòg»Œ[j#L†ªtÄØ|lLÞ[','',0,'?'),('eixã$‰yŽíaï¹K‹','wp-content/plugins/thrive-ultimatum/tcb-bridge/editor-templates/widget/set_08.php',0,'‹¸]&óù=‡¦ï’ï¶×','‹¸]&óù=‡¦ï’ï¶×','PrýŒ~)Ø\rž´|X¥÷\0iûÞÑ¨ò\'Ý  &Ä','',0,'?'),('Õ!öŸ¾¤µYJØûdUú&»','wp-content/plugins/thrive-ultimatum/tcb-bridge/editor-templates/widget/set_09.php',0,'»~1çrºÕ›ÆXÍ†¬ŸJƒ','»~1çrºÕ›ÆXÍ†¬ŸJƒ','(óÍiëGîgý¦€£öA‘­ëúºîòËkDU5]æQ','',0,'?'),('<J¶5y í•Æ¼V(_üò¨','wp-content/plugins/thrive-ultimatum/tcb-bridge/editor-templates/widget/set_10.php',0,'äF!ìÏ!nÐ°å_X','äF!ìÏ!nÐ°å_X','c9:q´óøÔ©»˜˜Žgü‰1!{S=E„°','',0,'?'),('9µeõ?2F˜‰äZAÔ','wp-content/plugins/thrive-ultimatum/tcb-bridge/editor-templates/widget/set_11.php',0,'ë×Þå¢‹¨$Å‚O\0:','ë×Þå¢‹¨$Å‚O\0:','ÿBZÿõ\"üPX@=à‚A\Z”%ÀƒêÐê¾ôg’ÓÄ','',0,'?'),('¼ß1òtsµ-dIŽ…Ðú:','wp-content/plugins/thrive-ultimatum/tcb-bridge/editor-templates/widget/set_12.php',0,'w±AW°Ukw:•³Ò½¢','w±AW°Ukw:•³Ò½¢','»\0µÖi‘Yœ.³q>®+“\\Ä‹G™#Îw,ª','',0,'?'),('YB	@àçúë’Æ!¿/','wp-content/plugins/thrive-ultimatum/tcb-bridge/editor-templates/widget/set_13.php',0,'kœèãàB8lÖÔgáÄð','kœèãàB8lÖÔgáÄð','2‡È9û>·êC¸õaœ©#­pJhëaBÙËYS@WQ','',0,'?'),('x^à£b2P°°ÛŒÀÞ','wp-content/plugins/thrive-ultimatum/tcb-bridge/editor-templates/widget/set_14.php',0,'?ío–zf¦ëì„”lº8','?ío–zf¦ëì„”lº8','¦\'b0×iÙJäˆ@Œ³$âO›_Rñ#©{|ËO9','',0,'?'),('<4ÁŠVFÁXÚ;†\'CÁ}','wp-content/plugins/thrive-ultimatum/tcb-bridge/editor-templates/widget/set_15.php',0,'WKVÀsîŠ.¨É‰EøBL','WKVÀsîŠ.¨É‰EøBL','x\0X‰ ÐXRŒNz­ÎT?Kèå*§†\Z>Ø½qÎhc†ã','',0,'?'),('$7\'­ƒ®ÝÙF7xPH¨@','wp-content/plugins/thrive-ultimatum/tcb-bridge/editor-templates/widget/set_16.php',0,'u\'‚²‚å4 ‚‡£ûÄÉV','u\'‚²‚å4 ‚‡£ûÄÉV',';úD#îÔ ï‹~RÚ…}4Ç*:—“€‚•7ýÒ','',0,'?'),('ÕZæÿ”ÖÙÎRÝ\'Ûb}ßq','wp-content/plugins/thrive-ultimatum/tcb-bridge/init.php',0,'P÷$Ð’f.Ø¾«Õ]ô¦\'õ','P÷$Ð’f.Ø¾«Õ]ô¦\'õ',']	@ûÿÃeªSøì\n”QhÍm}ÏÆNê3ý_àØ','',0,'?'),('\"#zg(ÃÆÞÂ¹4ÝÏ\Z','wp-content/plugins/thrive-ultimatum/tcb-bridge/tcb_hooks.php',0,' Æ»É–ã\'µ}Nv¶',' Æ»É–ã\'µ}Nv¶','ë¤}Ái!ŽdÌp\\ë¹­û×†Â¯§#î³( ','',0,'?'),('wî·¸H´ú ±—.b-ˆûÄ','wp-content/plugins/thrive-ultimatum/thrive-dashboard/classes/AjaxController.php',0,'#?‹…§gÅ4u¼×\'æþ','#?‹…§gÅ4u¼×\'æþ','ÆÜ¯FaæÖfM-ÔAÝÂÒurf)£}ó\\_QYä°}','',0,'?'),('E˜¯€íûl„%°Õ{{','wp-content/plugins/thrive-ultimatum/thrive-dashboard/classes/Product/Abstract.php',0,'Ïó·²ÕÜ¬µ¨Dk¸','Ïó·²ÕÜ¬µ¨Dk¸','·{·×ßz»`éžÂú—M¼„T<k wTÆ/ƒÀ','',0,'?'),('ð/ý|ác­\\÷‹äg¹Ô','wp-content/plugins/thrive-ultimatum/thrive-dashboard/classes/Product/LicenseManager.php',0,'V†­ñv±˜\'\0¤^÷ï','V†­ñv±˜\'\0¤^÷ï','qj9~sZa œAš(í-±T¨©pÿl½Ûªeš*O','',0,'?'),(':Û7±§æ‚ä^ðÒòËù´','wp-content/plugins/thrive-ultimatum/thrive-dashboard/css/font/dashboard-icons.svg',0,'€å”ß„ÎlÍÿX','€å”ß„ÎlÍÿX','é!†¥v¶hfI8§ú#|sú`˜¨pU›™dGC	`Ç','',0,'?'),('\"q\Z #\\ Ô€|LVáœ ','wp-content/plugins/thrive-ultimatum/thrive-dashboard/css/font/icomoon.svg',0,'|öL×µ¶¸~x#©Œ','|öL×µ¶¸~x#©Œ','4=õxŠž\"†„\"€VÇˆl1H³û2­¶wê¬|','',0,'?'),('·b\0&GlnÞP#êÊ»õâ','wp-content/plugins/thrive-ultimatum/thrive-dashboard/css/font/tvd-icons.svg',0,'ÝÛK÷jõü¯(Ç*·ùî','ÝÛK÷jõü¯(Ç*·ùî','ž\nÂk&c$D×ëÉ¿ÏÚPaÅƒîù¨²»J©šs=*','',0,'?'),('‡‘:[ÒO‰m-HÊ÷¹7','wp-content/plugins/thrive-ultimatum/thrive-dashboard/css/images/paste-blue.svg',0,'\'	™Rˆ]ðWg¡b”¯	z','\'	™Rˆ]ðWg¡b”¯	z','š>G¿¦¾Gª\rEò=Æç…^¬¨)¾8ÅK=)°^','',0,'?'),('Býø·Q…†Ž^¥ZPk“','wp-content/plugins/thrive-ultimatum/thrive-dashboard/css/images/paste-green.svg',0,'¢ˆ¥”™W½-¾±%|áBù','¢ˆ¥”™W½-¾±%|áBù','÷x®•íw\"Nj€pèæO(\Z ¿ÐŸn\\Dñ€','',0,'?'),('¾ô4ãçšÔ‹g°?©Žj²','wp-content/plugins/thrive-ultimatum/thrive-dashboard/css/images/paste.svg',0,'ïÏj[Ed#@ßV\"@l_ê','ïÏj[Ed#@ßV\"@l_ê','wÞ5ër\0õj}2éâ<8¦Rå±¢Jå¯Ð‰OM¼t','',0,'?'),('âôf¡‘=„°C!é‡~˜','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/_crawlers.php',0,' -^b€s¹”f‹)‘i',' -^b€s¹”f‹)‘i','6¼2¡ünÂß~*\\;ß`i\'ÝùaþKlÊÊŽôí','',0,'?'),('ã-’ÅQœÓÕbÔ™Mö\Z','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/access-manager/class-tvd-am.php',0,'ªÐÀo¯ ²\Z{×WRÐß','ªÐÀo¯ ²\Z{×WRÐß','¿¸Ü$™ˆÑÈ;?su™l—p6øè˜¡|lÏÿv&„','',0,'?'),('IF~¹’k1™6§à®º\Z','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/access-manager/includes/assets/css/am-icons.svg',0,'tLò=|ÁÅR—–jlÉï','tLò=|ÁÅR—–jlÉï','Ùæ’ùü7ÖMz_D°±m¡cY†Ud×i[£ÈŒx.Ì\Z','',0,'?'),('PýƒÂpô£/Å#/¤Xdx','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/access-manager/includes/assets/js/admin.js',0,'Ö$5—¤k’÷O\\•7õ','Ö$5—¤k’÷O\\•7õ','’ï‰ˆ¥FGèÇhÅÇOWÆîþx[„ö»’IŸB`4&x','',0,'?'),('-óÕ¥C°]éYç%nÃ','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/access-manager/includes/assets/js/admin.min.js',0,'ÈÌå\'ããµˆ :ô×IË','ÈÌå\'ããµˆ :ô×IË','†9ÒSd©Àd×bD]¡ÑU\ZŠ“HùA„¼ÿ3Y‡','',0,'?'),('þ\r½¿\n»þvrøÐ1õE','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/access-manager/includes/templates/access-manager.php',0,'›žó€yÝíFƒž4@‰Y','›žó€yÝíFƒž4@‰Y','\\qÈá;¥6ÚœNƒŸXÚ6~+l -b’7ÈQØðæ7Ö','',0,'?'),('ÝJm}Â½yÁûáÞÌc@ü','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auth-check/auth-check.js',0,'Ê6ý·¹oÊ´—‚•Ô)¨°ÿ','Ê6ý·¹oÊ´—‚•Ô)¨°ÿ','\\eW€»zý7û6÷£J+Ýˆ×u$·êÐ¸ÿ¨0Z¾Èg','',0,'?'),('ã†cËWþô#i¦‚DØ','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auth-check/class-tvd-auth-check.php',0,'ÏÈ=÷ÙÇ½MÚ±‹tÉ¥b','ÏÈ=÷ÙÇ½MÚ±‹tÉ¥b','M‡ïE	äÚ¶Ïê‘2lŒs¥™kXËoEÇÏª3#','',0,'?'),('ƒ¯‹Ã¸óó´?(. ','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auth-check/handle-login.php',0,'«Pçv3éÄ±ÿ‘','«Pçv3éÄ±ÿ‘','÷[DòŽ\rS¢8¨hÑTM¸0\n7MñU#&¡R\ZÓ','',0,'?'),('®¤Ð×²»sß ÍF**4^ä','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/admin.php',0,'=mªu×I–UyyùMn…=','=mªu×I–UyyùMn…=','b‰€™K‹Q|æÍIæ9å¿‹þUM.«ºE ‚Ó¿','',0,'?'),('Eþ×·QËPÖ ‹vàS¯','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/api_log.php',0,'Ü<ÎŒòùí0\rèwª','Ü<ÎŒòùí0\rèwª','ÍcXoƒò\"¸à(ª@&±L;´3T½}èzS?Žw','',0,'?'),('Ï7ŒdÆ—&îÆv×†º','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/classes/ApiVideos.php',0,'µlr§öGÀU@ÍŠ{Véê','µlr§öGÀU@ÍŠ{Véê','Èlî\rÐ!:Œélñª-º…8ApØ\n9 ²‹9Ž¤V','',0,'?'),('t¸½ã…î›¢fdbI3','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/classes/Connection/AWeber.php',0,'<ñÛ‘g¯ƒ/e¬äCé¸','<ñÛ‘g¯ƒ/e¬äCé¸','µ6 Ÿ“U„¡˜ïê™†˜š÷(_=D7ät],A©rø','',0,'?'),('mê¬ùÏ|áPñÒV,ïèÖD','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/classes/Connection/Abstract.php',0,'Óú’†˜·è™ã1æ†A—¾','Óú’†˜·è™ã1æ†A—¾','³²ZA{ë‡Iu?…4‘_rç¶¬\rÁ>“Ü””Q9æ','',0,'?'),('±?íA4Ä±§ØMúx”q','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/classes/Connection/ActiveCampaign.php',0,'Ö\r¤`WWÔJZiI™¦','Ö\r¤`WWÔJZiI™¦','aÓmD­‘ó=±¦Éõ	-?‡Ÿ«CˆÃœvÐÉT&†£R','',0,'?'),('Bm‚­”£åÊ0)cÄ','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/classes/Connection/ArpReach.php',0,'³í,%Îð¼Ñ+Yëü¤„','³í,%Îð¼Ñ+Yëü¤„','ºþd¢;‹Ú„ÎõyÜuX4ð¨\n=¢C»áz&›pl®','',0,'?'),('uDH¹¶A›)\Zw','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/classes/Connection/Awsses.php',0,'Š×|ù«þ9ªD\"ív\rÚ•','Š×|ù«þ9ªD\"ív\rÚ•','šâ™Ž|§çÀí¦Ý(¦ ¼)Ièê–#*œ7%','',0,'?'),('ôWø¹ìÂõ…ãùYŒ@É“','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/classes/Connection/CampaignMonitor.php',0,'ã¡D—Î@í?Pˆ/á7¤$','ã¡D—Î@í?Pˆ/á7¤$','ÛƒW-ãß¨ú{]£~Ü·„á_†}míaÁˆv›Ÿ¦','',0,'?'),('6P».Ÿ&>í4fEòž‘','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/classes/Connection/CampaignMonitorEmail.php',0,'[OVÄÎði‰Äàh•ðÌX','[OVÄÎði‰Äàh•ðÌX','ØnëÚ„‚!\Z\\ZúY/ I¢¿/-NÀ¶å´¿ÓŽC','',0,'?'),('‰%	—ÑM@\0+\n)X)ºÞ','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/classes/Connection/ConstantContact.php',0,'¬ët‡w>ßmÁ*ç[ý›¡','¬ët‡w>ßmÁ*ç[ý›¡','6Ó`ãgp^~ëÇ}¶µ¢%¸ŸzÎ‹GÔ÷i¡\"ê-ƒ?','',0,'?'),('µïÇªDK¤§’\Z‘ù¢','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/classes/Connection/ConvertKit.php',0,'¦Î ‘hîZ.„”>$’²','¦Î ‘hîZ.„”>$’²','ÏNR‚\\h\rîÕXqOµ!F\"0Ùñ÷}ÙC®õ>çRLœ','',0,'?'),('CÃQfa£U¼pûÏžó','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/classes/Connection/Drip.php',0,'¡”jÏ4‡þZ¢~T§ç','¡”jÏ4‡þZ¢~T§ç','Ž¯È~ÑËŠ¾AT‡¨»¡ë{µ/¢Û%–*','',0,'?'),('\"Å>©˜/Ô_ñªe¼ç','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/classes/Connection/EverWebinar.php',0,'ÕH4ô¢òþt¶\"›F9×)','ÕH4ô¢òþt¶\"›F9×)','+zÿ¢ Âã.öl™Q¤RÍšj™x‹ßÛxs´9àû$','',0,'?'),('÷Œvû×‹CMÍòµQžo','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/classes/Connection/Facebook.php',0,'¾	<‚FØå»d\nú ','¾	<‚FØå»d\nú ','q8‘’=B|ŠIRbŽ1ÎÈQ5°õ€XÔíÈ@»{æ','',0,'?'),('âüšÐõ#Vš1àf6§','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/classes/Connection/GetResponse.php',0,'¢“\nÜ-@=Và83&]','¢“\nÜ-@=Và83&]','„™ËKiNï{G”z™\rëoàä6*¥Ì+J-GÇw€4','',0,'?'),('ºcøí†=÷u·§—Š±B«¾','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/classes/Connection/GoToWebinar.php',0,'cÛ?L³Ê¯t9©å³­—6','cÛ?L³Ê¯t9©å³­—6','3U1%šnœyþµÚÅ¦ÅWºA^ÍiË !®,µ¿C','',0,'?'),('Õ”§Zùìˆ½tC±','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/classes/Connection/Google.php',0,'Q;¥ºšRJµ-Eyû×','Q;¥ºšRJµ-Eyû×','ë/ŸÅÎ]Q#OË6?HSùúÍÚŽ’<h5Ö+Ñã×Ûø','',0,'?'),('Îžÿñ2äé†©77','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/classes/Connection/HubSpot.php',0,'\0îf0\rýû\")Ò½rÔ¯T','\0îf0\rýû\")Ò½rÔ¯T','\"åL5™’V_™lL“¥¶ RÃÆ.Ê„¾Jöß\"pà','',0,'?'),('îqˆQYw-¶%Â‚\r','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/classes/Connection/Infusionsoft.php',0,'IŽx•ÑèÑHÜSæÍÊ_V','IŽx•ÑèÑHÜSæÍÊ_V','6{[>ï×3)rÓûËhË-³>u£c×™ÔŸç†.Z','',0,'?'),('ë½m¢Àž+ÎL\nî','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/classes/Connection/KlickTipp.php',0,'½1ƒí\ZCqÀª5eßë','½1ƒí\ZCqÀª5eßë','É!ªS§Ü×0Z-þUë\Z·)[BÕÖ\0˜æ3„ÊpPP;','',0,'?'),('¦&Å! E÷gÐÃM_‰','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/classes/Connection/MadMimi.php',0,'°EI9XÏh­b\\0ÒE”É','°EI9XÏh­b\\0ÒE”É','rq8Ï(µ¥•õ´×/î)RBµ’ø‚ÿ=Mý+ÙIqy','',0,'?'),('OkÜÈ~ŽíaòèØFÓ²','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/classes/Connection/MailPoet.php',0,'Jót²CìiCú\"0ºx','Jót²CìiCú\"0ºx','xøŒc\\ý¢5`æ€Â8¿8;‘À{ˆ\r²“T','',0,'?'),('‚4è+yÐF|6lËu”0','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/classes/Connection/MailRelay.php',0,'#Žq§F3\nKÃâSyéÞ','#Žq§F3\nKÃâSyéÞ','Ý‹:o1Û¬Á3Ï+\"¯Œ)–Nß¨V|c¡á¤f2','',0,'?'),('ÃÖ1c=|íâø%Iúï','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/classes/Connection/MailRelayEmail.php',0,';µSÞ¿þpJ¼/	³U7Ö',';µSÞ¿þpJ¼/	³U7Ö','¤~±Ú?7…®”’,`5ÜYÛÆ.$	uÅšMø	Ù’þ•','',0,'?'),('§0†GUÜ£Ï“!ÐÍô=','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/classes/Connection/Mailchimp.php',0,'Â£ž¢å«ÃGcÝJõˆÕ,','Â£ž¢å«ÃGcÝJõˆÕ,','T;1³\03ÊÐŸÉ* ŒÄÞ?Þ$Zfx%ÖJ­œÁØ¢','',0,'?'),('zCçŠyp]ÈÝçœ>øˆ<','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/classes/Connection/MailerLite.php',0,'\rª8{›ÆnÑ»‰ß\0ë{','\rª8{›ÆnÑ»‰ß\0ë{','K‚¢H{…©M‚/ŸÓ\ZÅ¢0gX_{L|<îóÑìNB','',0,'?'),('¢UÔMYèHjüQRQlO¶8','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/classes/Connection/Mailgun.php',0,'ƒÑé‚â¼ù>xëÏ¸=','ƒÑé‚â¼ù>xëÏ¸=','tüCâkiŠò\\œYäÄ#•ßF_\\sUÈ«,f•jñ','',0,'?'),('EY¸À+·Y¬^[ÒØ¡¶','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/classes/Connection/Mailster.php',0,' 2P=Ë?\"\0™',' 2P=Ë?\"\0™','h‰Vì	cÊ‡}7XÏOôÒb=-Û®äûÏ|XËY¨','',0,'?'),('±²ôFOkÊO¿','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/classes/Connection/Mandrill.php',0,'¹ÄÛÂBè5¤ÆpWÙâ“','¹ÄÛÂBè5¤ÆpWÙâ“','­ç[2Ë×BTV=gÃ9ÈÜý¼ÀÑ ©9Ä3ú áE\0‹','',0,'?'),(' P8„%*|ùÐCÜ5','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/classes/Connection/Mautic.php',0,')SU\rŸ€~Õw|ä$',')SU\rŸ€~Õw|ä$','½_aRwd~4ÙlRZY-ÙùšFª×Ä«öjFÅôÉ›','',0,'?'),('P‹•ØÚØíóN—¼‹õ§?','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/classes/Connection/Ontraport.php',0,'Œiê`ƒN‚)V¤h“','Œiê`ƒN‚)V¤h“','ÏDY©g>ÌÑ3À°l^÷B€Xu³yÜòûÜŠIK²õ','',0,'?'),('œÛ>\0ŸÓ€\"[|Wæ8¾,','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/classes/Connection/Postmark.php',0,'66\'JåÎ˜¾òçÁ`KÙ…','66\'JåÎ˜¾òçÁ`KÙ…','T†`ð;R*{èæœRd/¹ƒN„ÝÝô·Þç°ƒ÷\Z','',0,'?'),('Zi–ÎGtŒ8*5Ë–™Äd','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/classes/Connection/ReCaptcha.php',0,'O·‚ÑEŠþ6æ™ÂŒì','O·‚ÑEŠþ6æ™ÂŒì','U‡ÁêÉE\n¹;®©KöËÜk&,ÝBÓXºàð‘8¶','',0,'?'),('ËÝx\0zŠ5>)¡>,„4','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/classes/Connection/SGAutorepondeur.php',0,'GÂüJnÜ,Ž1.O%;¶_','GÂüJnÜ,Ž1.O%;¶_','ËZÍñÑßùsBèœ;¹>gµ˜zÂ$ÛG|Ö&&3Z','',0,'?'),('E_f\n½o~{êêÞñÓ','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/classes/Connection/SendGrid.php',0,'§L¤\nõ^£§ÏlÞ¤j','§L¤\nõ^£§ÏlÞ¤j','1Ž¤åYÕá@±*7©Î»P3MŸH´˜ùwggâ','',0,'?'),('üšËâ	.Zµ	R¤Q˜À','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/classes/Connection/SendGridEmail.php',0,'®WWÉñm€k*à}=*‘h','®WWÉñm€k*à}=*‘h','ëÙ•|ÜËb$£ u§ËhGRí¿\Z‘÷ˆ]ª®[','',0,'?'),('ÕåÖeà¢v3ð\0É—','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/classes/Connection/SendOwl.php',0,'íìüO|møúŒ„ø¦›\r','íìüO|møúŒ„ø¦›\r','¥F¨c_ëy—@åÌº¨Õ±½\\ÐÁ=Æk	]¦>Jõ?p¿','',0,'?'),('šÐ§™ìì›!\Z1?SU‚','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/classes/Connection/Sendinblue.php',0,'ÊëfÁXzn¸)_dµ~Ë¬','ÊëfÁXzn¸)_dµ~Ë¬','N a#“^i+è\0Cõ6¸4˜˜âÒ}tÃ÷+g~®','',0,'?'),('\'Î[\'ÚÐõÌåž¯\"ÅM','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/classes/Connection/SendinblueEmail.php',0,'ôøŸ{‹4÷Ï‹ˆ\'žr,<','ôøŸ{‹4÷Ï‹ˆ\'žr,<','­ìt©­~3GÀ÷Ú{£ýDVìµGh—‰¢Kñ=¢ä','',0,'?'),('Hzanº7G¯E…QåT³','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/classes/Connection/Sendlane.php',0,'r²v AŸÍŠœ×»+äó','r²v AŸÍŠœ×»+äó','OyÇ=½dWw6nË7ƒŒO3nwÁ§N\rñ_Èæ','',0,'?'),('ò=M¨àOéžUí¬v5','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/classes/Connection/Sendreach.php',0,'lí[0»mˆµðË5ÔÁ`f','lí[0»mˆµðË5ÔÁ`f','ÀNýµRÉÔ‡~\ZJÛ«ŽÀoUÃ.ùìBmýü¬c','',0,'?'),('Í`\rÃn>2Ýwä¿Žv F…','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/classes/Connection/Sendy.php',0,'±uöz1³úx¦ð1_»H','±uöz1³úx¦ð1_»H','_äñâ=+80¨˜ìo´¹»¦Ìôñ^ªâ…‹\r<í','',0,'?'),('qÊw¨r·Q¤žh÷qÑb','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/classes/Connection/SparkPost.php',0,')CÑ´5Hm	h5mæ%Ò',')CÑ´5Hm	h5mæ%Ò','Gã\'…ŠêkG503:¼EÏZÝ_ªëÃÆå£ü÷ˆôì$','',0,'?'),('¸‘Èßè±TÍËzÖ+¹7','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/classes/Connection/Twitter.php',0,';³|æP W¢ù»GŠr¿',';³|æP W¢ù»GŠr¿','>ä:…Q=¸r/ƒRDr]gëº^&tt´S{®¨B','',0,'?'),('`ôŽ„Ã…óyÝ9¿éÏ','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/classes/Connection/WebinarJamStudio.php',0,'Õí_=Ð\r(j_­s','Õí_=Ð\r(j_­s','>’îë¯‹GWÔBWÝÚ·²œÃšU«Œø‰8œžêÛ7þ','',0,'?'),('a¯øÃ3ˆƒLä¦Î\Z< ö€','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/classes/Connection/Wordpress.php',0,'Ñ\\xâiªûõùRhh¾6\n8','Ñ\\xâiªûõùRhh¾6\n8','û9œú—×¿ð6Xå£9²Ê±T(„Å›øê§íª','',0,'?'),(',Îd [5Œcõæ	é¤gÑ','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/classes/Connection/Zapier.php',0,'®&šú3GùâùŠip¸²','®&šú3GùâùŠip¸²','ü t¤²Ù;ýûÜ]¼GÎ¶†+V}l×oçãè½°ü','',0,'?'),('eÊ•ä°\"kYTÈÇÅëJ~','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/classes/Connection/Zoom.php',0,'Ísxj|×”×Î¨„åhÉË|','Ísxj|×”×Î¨„åhÉË|','bÅÿ.)‡”Ø€yYØ†…» +ÄiT£XIF','',0,'?'),('î oJêñZû—.Z…X','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/classes/Connection/iContact.php',0,'„POe>3¿È|NÀd*£c','„POe>3¿È|NÀd*£c','i½&Ï÷©¼Ïq\"ˆ¶N.»œ¢\\Î]¿£ÔA5û~¸À','',0,'?'),('—kÛ-w¬ñ¦\0ù±½—‰•','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/classes/Connection/v2/GoToWebinar.php',0,'Ë~¸	\rÓj\r¬Ä¬jÖ_Ì','Ë~¸	\rÓj\r¬Ä¬jÖ_Ì','rBÍ-Îgó†¼™\n’9½ôã´ðf÷K3Ds¿}w_“','',0,'?'),('Õ}˜lì]*-„®ÆàÊI','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/classes/Connection/v2/SendGrid.php',0,'¡Z\\ì€°t‹qÂR&','¡Z\\ì€°t‹qÂR&','ÃÁ—ýÑ“Ødm(!žµ÷Q’.\\ÚÚÓQ*Á¡°rÂÎ','',0,'?'),('â¢cÿ?w:Ùc…×ƒT/','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/classes/Editor/Controller.php',0,'Èoßð·÷GõŽÜ ëÅ','Èoßð·÷GõŽÜ ëÅ','šÕÅHÓè˜Ír„ï¶ÄyI¶q/c¡v¥ìQIž*\Z“D','',0,'?'),('ÂyCnæß,d@°xóP','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/classes/Manager.php',0,'.[ûêvÀŠ¢“1efÇl','.[ûêvÀŠ¢“1efÇl','¤\ZLnX9òªpcº%f,ÊeÚžõ–v^Ýÿo5ø','',0,'?'),('\"£6üe$Íù/Hi %ü','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/Base.php',0,'+„&…Å®65©àÄÿi','+„&…Å®65©àÄÿi','p²¤Ê‘ƒÉ6K:‡\'ƒ:2Ìýþ©~â%ýÃª8Ä‹mû','',0,'?'),('­2\r×<Ø,÷ŠÈ','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/Collection.php',0,'N$IÖF#;Ñ•¡“B]','N$IÖF#;Ñ•¡“B]','ÞçBqôVaÓ‹š‚Ž·\0Öõyyû.Pð5‚ûì','',0,'?'),('çóÏÛ…‚õt¡Íþ?\\¤','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/Entry.php',0,'Ø¿e#ª¢ Ïý#ÚšÈ›‡','Ø¿e#ª¢ Ïý#ÚšÈ›‡','x¦É…ŒaZ*6-&ØIÈ±y.-xÊ·uÑŽv=ó%','',0,'?'),('Ò1ÖUURõ@à=žºgÿ','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/EntryDataArray.php',0,':¨‰;Ç€XI²ã7»Ü',':¨‰;Ç€XI²ã7»Ü','´˜µò%¸P¦Á$¾Õ—UÚæ©‡#‡WRná¥y','',0,'?'),('l»Fz‰P*™ÄbCÙW','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/Http/Response.php',0,'84Õ¼Få6fÕem¨','84Õ¼Få6fÕem¨','æ7ˆÍÃ”sÆ#àõ‰‘Ê;§\Zà\Z™ä0¨$','',0,'?'),('°X|<`ý§$êåã×RÏ','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/Oauth/Adapter.php',0,'™@t33cYÃ¶úí_…','™@t33cYÃ¶úí_…','Ñþít¦™—a!gŠ&åŒ|E¬IÈˆbêGÈ','',0,'?'),('hfˆGÿØÇâd§¡ŒÙC	}','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/Oauth/Application.php',0,'eÕ&AãX ¯>ÿUØ“N1','eÕ&AãX ¯>ÿUØ“N1','Ø”rŽê–ÃðVÎ§s\"†ýu	\ZóxÛqÉ}¢ƒÝ%Ž','',0,'?'),('|º­dm4«;îâX±U[ï','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/Oauth/ServiceProvider.php',0,'öT¤øïã#·N¯ˆÈ¾','öT¤øïã#·N¯ˆÈ¾','‹?.ÛÞoÂÔI›‡´È‰fÊŸ²yw4ÎÖpÅ7','',0,'?'),('†X4OXa¹®kÐŽÀ±“','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/Oauth/User.php',0,'¾V›Fþtÿ„¼}‚Öet8','¾V›Fþtÿ„¼}‚Öet8','“sœ2eårŒ’G?¶i—ÔP¡ìf…eþT$½26ë','',0,'?'),('ŸPv÷Û¢Dà{R.­','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/Response.php',0,'›û±\\Ò”´Þ7.ø‘AiÀ','›û±\\Ò”´Þ7.ø‘AiÀ','€R»„zàš S¥¶lÀFÍ!É¶§0°Ðz×Ø,‡@aA','',0,'?'),('5ÓDäð\r‚·¦)¨§{£öŠ','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/ServiceProvider.php',0,'P£™©†•ôFrÙ¸GÄF','P£™©†•ôFrÙ¸GÄF','\'vD‰kŠôfŸ–é½™1Û®Ä¡‡h†8ˆ®9Žþ','',0,'?'),('Ôâå„¿Ó|Æ¨¦û n8á','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/exceptions.php',0,'Q™©šeoâÙaÎñîrÛ','Q™©šeoâÙaÎñîrÛ','Ë1¸Ì·Kl®á»$Ž…äØÌ}¯ê¡jfžŒµ¡!','',0,'?'),('ãyÙ1‰]u ¸_è Õ','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber.php',0,'{NŽ‡DÄXM³{s¡B»W','{NŽ‡DÄXM³{s¡B»W','*IÅÏcÏ”ˆ‡K+§Rê¯ì±ŽíqoúŒ€ª»]$sÿ','',0,'?'),('?¡B^+ºOñ$3|¥Îì','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/ActiveCampaign/Exception.php',0,'Ð;.@1¹¥æŠå(Rüà¯','Ð;.@1¹¥æŠå(Rüà¯','v%#{/¸v<X°&3r’¹µÖ‰=Äÿv¹lîö\\','',0,'?'),('u¶ñò]¾úÀ€µH‹','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/ActiveCampaign.php',0,'z<Ç¬ƒ@à§¾','z<Ç¬ƒ@à§¾','õçãvÄGv”xÉ… ®àŒìÀâÏñ:qÒãÊMm«ý','',0,'?'),('gŠïš!	ó¢dq.7êÆÖ‰','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/ArpReach/ContactException/Exists.php',0,'”\"±óí8Ij4Ûm÷–ì±/','”\"±óí8Ij4Ûm÷–ì±/','Fp:—øë½kOmçh+ªð‰êúrªôí²dLŒ','',0,'?'),('åþ@8ÈY=¾xüJÂÁ\Z','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/ArpReach/Exception.php',0,'Êç°Vû~n®µ|P€¸','Êç°Vû~n®µ|P€¸','7óo¦…™76’‰S«¸ÞÚ|VãWÕz¨fÏg©õó','',0,'?'),('éÍHúÑÂñáxÞ]:4U','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/ArpReach.php',0,'*6¥µOß¥Þê·4\'žÍ/','*6¥µOß¥Þê·4\'žÍ/','ÊÊ\"cºçÜî£¤¡¦ìÁóÊPZÏWQ}zjÉ‘x ','',0,'?'),('X™¡\"r÷ÀOëEÛ‹Ú1KQ','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Awsses/Exception.php',0,'¢¯í™TÈsQ^ëØAŒÚ','¢¯í™TÈsQ^ëØAŒÚ','ú\r+°&¿Íéà\Z`ˆë\"šÌ•\\^çHÃ »2C','',0,'?'),('+m\rî¸»Ÿm´D´³…','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Awsses/SimpleEmailServiceMessage.php',0,'ˆ‘3@€Ÿ]h£·Ž«','ˆ‘3@€Ÿ]h£·Ž«','JÈXv)\0:²|Z>¨„7–V¾¨.m—ð¤ç6|ËÜ','',0,'?'),('^–ÏW^_Isß löL9j','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Awsses/SimpleEmailServiceRequest.php',0,'d!\ZevÏÓƒ ILîÄb','d!\ZevÏÓƒ ILîÄb','i£¸/U¡p<¸	ˆœøšr]›¢1a±“êô=¡P','',0,'?'),('¤œ¬+¤Î|úün·l t…r','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Awsses.php',0,'áÙ½d~òHaŒ÷¦½¤*º','áÙ½d~òHaŒ÷¦½¤*º','¤F›‘þ³ÁÑeÙ³vW)¿WW ØE²Sy›ÿ•M,ˆ','',0,'?'),('§ÁIµ¿ò‹H˜ßƒ','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/CampaignMonitor/ClassicEmail.php',0,'£m¦©A‹l„\rÄ\ZC;IŠ','£m¦©A‹l„\rÄ\ZC;IŠ','ú 0ß©Ó¿w¸Kƒz9ØÊÀ¦›Eù²Ît Ûˆeµ:','',0,'?'),('§‹b¦áÐð\\Zã’\0±','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/CampaignMonitor/List.php',0,'ºÚi)jˆÝ€Œþ-ŒSo','ºÚi)jˆÝ€Œþ-ŒSo','Ì<fš ~Ñy2ðµç¤¹;,ÏÅÉ4ÆÓl‹&','',0,'?'),('¯¹L]E–÷’èÂ0<\n ','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/CampaignMonitor.php',0,'ä”?~u,Üi;+ç·L\0E','ä”?~u,Üi;+ç·L\0E','¾J{ó‡~YôŽ-äâ–´JÅbå)Ó{CŠÕ3–?)q','',0,'?'),('÷¦		·cÑ(Uõ¾¦','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/ConstantContact/AlreadyExistException.php',0,'C(všƒÊ5x®¡c?t+m','C(všƒÊ5x®¡c?t+m','*—ž|ÎŸÐ55`%jœÏ\r›Æ|Y^jE^‹¬Y¹†’','',0,'?'),('›´Ç>´‚·–ôJ·Û“G','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/ConstantContact/Exception.php',0,'éÀ ”è*þºq½¡®À','éÀ ”è*þºq½¡®À','ù.ƒ½ª¸U”tðò¾”ÈöŒÙô¸yÌÂÍ\'ó~{?j—Ö','',0,'?'),('»¾yüO1$´(zC¶Á','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/ConstantContact.php',0,'è]e‰cù-«¤9¦Ê','è]e‰cù-«¤9¦Ê','ÃVåüFTª… \"ÑD91âÆ÷\Zø=7ßœ±2ø™','',0,'?'),('m\nt¸nã1ÔœÌ°','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/ConvertKit/Exception.php',0,'Pù]FQÍ›¦µä’r—Æ6','Pù]FQÍ›¦µä’r—Æ6','œ [ûÆÕ;ecSBšÁõ\\4ý`Õe™bä¥×{8','',0,'?'),('Ì:^\0`XO¾·ãôŠ(','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/ConvertKit.php',0,'ò>üx#Ž?Q¸·^•»s5','ò>üx#Ž?Q¸·^•»s5','0FÏsR>•û´J÷-§Ð8¶9Ó]óèrj*B¿ô%','',0,'?'),('EÃ‚ÿr~a=¶Ðõ¸¥Ð','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/CustomHtml.php',0,'ò„.ög°uÃ“vHMˆ','ò„.ög°uÃ“vHMˆ','3‘±o*[» m	ôÁ~É0Ùžxy8JQCe²ËQ¨Qê‰','',0,'?'),('Ç¸7e”þ¥»ý îô¶Vu','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Drip/Exception/Unsubscribed.php',0,'Z~Áft!mt—\0*','Z~Áft!mt—\0*','ÙÁÄµ®i!{MÐ,Ë£aÞwô3ß8Ô¤Â™ç	²3Š','',0,'?'),('D7|Ræ²P±ì8½£2Í','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Drip/Exception.php',0,'Pª¸÷ü“äÙ‘â¼a]ÞJ','Pª¸÷ü“äÙ‘â¼a]ÞJ','˜â“¶£wéCþ(’	>9‚‘ÁÉ‹,L\"ì*','',0,'?'),('å«ƒ“êò™!ÁÕ ¡…%m','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Drip.php',0,'Ál›’ê·ÖŠÅçmÈ.˜L','Ál›’ê·ÖŠÅçmÈ.˜L','î!\\Îë’¼äãhƒœ.ãhH’HKºžþCwÐ Âd','',0,'?'),('M`[ÏÔ´VJ+‹í¾-6™','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/EverWebinar/Exception.php',0,'Tôã.õ\0uîie½Ò','Tôã.õ\0uîie½Ò','þ¯1rè…Õ½aGkDÄ†0½K&‡Æ’%7!WõF­Â','',0,'?'),(']øgè4^¤rd·ugHR>','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/EverWebinar.php',0,'®b(¡m2\0Ûá¥Y|ì2D5','®b(¡m2\0Ûá¥Y|ì2D5','…¨¾)T>¼Ïë×Ö\"|–ðPÁ<åáñÆ]2Îg','',0,'?'),('“qã@ˆ\nmtÏ|\"òETá','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Facebook/Base.php',0,'Á&ûó:t´H´áW¾Cm','Á&ûó:t´H´áW¾Cm','“¾é–`ªÅ‰V;\n;ò®ßŽV,n8’\Zúœf\Z','',0,'?'),('W‚ÊkÅÙ\0\r°\'¦9','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Facebook/Exception/Exception.php',0,'¹‡Ù†ÈÆJÀ%\rÔC‹','¹‡Ù†ÈÆJÀ%\rÔC‹','oØâ·‚\' U‡õ/cw¥Óšõ\r`ìœ§£Ü¤%SU®','',0,'?'),('ýß\0-ãòQåõLTAÛ','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Facebook.php',0,'\r^~È· 4RÐ³½õ–,','\r^~È· 4RÐ³½õ–,','õbžŽ˜M0ãs	y÷‡)ÿŒ&ŠS¦W³£íw-Qh#','',0,'?'),('VÞ8áV¾Ç°l3\\÷\r7´','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/GetResponse/Exception.php',0,'V£»÷Ú«ÈæÍ²å¢VS3;','V£»÷Ú«ÈæÍ²å¢VS3;','Ü²¾·\0ëû8¾ù‘)ìÈPU©j…yAÏ’ÕvDU','',0,'?'),('›…käãÚÊhì\\\"ÎÝø™','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/GetResponse.php',0,'ÚLÆ#Yû¦[ÚDó ±öä','ÚLÆ#Yû¦[ÚDó ±öä','CL	³—Ž†?æ–:E0œÉûêí^ÂŸTˆz£°[','',0,'?'),('Ë%Ã ‰ÿp@¥­[#^n°\Z','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/GetResponseV3.php',0,'˜ß•`UZ2¢ø¸ò&áH','˜ß•`UZ2¢ø¸ò&áH','*f¦Õ)¥KdE†Q‹L>aÖ7dT®x\0?Lö¨','',0,'?'),('¯D íøbj5ÅÀPM¢ÝÒ','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/GoToWebinar/Exception.php',0,'=†UqcÍH¨!ïôf½','=†UqcÍH¨!ïôf½','ñpYú}2YzôSªXës\\–PqíÛÉ|š&Ç','',0,'?'),('±¾â†2ñøß¾¥ü«€´Œ','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/GoToWebinar.php',0,'ßøõÇ¬¡’½MçÂÑÌ','ßøõÇ¬¡’½MçÂÑÌ','Å†\0.ÌìF\Z’º”´òHf¾ñï—â,/N2æÎ’2','',0,'?'),('ažƒ®V÷öº°…Õ„w','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Html/Renderer.php',0,'ØšÓ`*ÂÌ?¿»iv¹','ØšÓ`*ÂÌ?¿»iv¹','ŽhD0Lb™ÿÐ¬$RCÙ áö¦˜¸k6)ÊO™}«¬','',0,'?'),('ï¢‘å_dÚß|ôT2ž¥Bý','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/HubSpot/Exception.php',0,'ŠùQ2NiùÌòã<gŸ','ŠùQ2NiùÌòã<gŸ','!ì8ÄuüW\"9ÛËœ–Àþš¹Ý¥ùõ}˜%¡QØ1¬Y','',0,'?'),('\ZÒyQbWÕÿPìåª	Ë','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/HubSpot.php',0,'Ôu5a¼cÈÄú¬·','Ôu5a¼cÈÄú¬·','oaËÜ$Ð_˜2*¦ã\ZUÏÆvŒC– [¶3[‹Å','',0,'?'),('ù)šúñl¦WëÆ©\"6õ«','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Infusionsoft/InfusionsoftException.php',0,'ïÜ`„7ìÙ|z]-Ó{¬','ïÜ`„7ìÙ|z]-Ó{¬','Æ¯od‹	„tä„Ø¿“âc!p™´\'Û”õš‘¿«l','',0,'?'),('_ž$Žxy)1éÒ5z¼7','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Infusionsoft.php',0,'ÍŒ;ûêÉÛæT‹wÆ','ÍŒ;ûêÉÛæT‹wÆ','ÂN¶^2Ûá/úgÍ¼¸éÿÂ1à}Ï/_Çm+k¾ˆ','',0,'?'),('MRÏ³ØãÁÝh+ªK•','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/KlickTipp/Exception.php',0,'*j$°]¤bšeQôŠ=B','*j$°]¤bšeQôŠ=B','µ-Ö)ý´B¨–bRZ¸DXt¡“~Gú#pþÁ—êŽ','',0,'?'),('p6^fEy¦bÕöX8Ÿ:O','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/KlickTipp.php',0,'¨ásM¬öÔc§¤jc>ŽI','¨ásM¬öÔc§¤jc>ŽI','I’\rWrj†‰Ý³7 ~\"!H9ÊÎ˜>UÀ‡lÍÐê','',0,'?'),('9¥„ßc?„¨¾*G—µ¨Ï','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/MadMimi/Exception.php',0,'³PÅ ¹Í”£ºŒu½','³PÅ ¹Í”£ºŒu½','ª:}vœ7øn›´«—€ñªò×â$»î3ªý} }','',0,'?'),('Pq¸¾+§\Z†b€l›+î','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/MadMimi.php',0,'(|Ljy6ªçÏº¯•&\01','(|Ljy6ªçÏº¯•&\01','õ=@°¬úÎmû[âÎ‰š#	x„–dž¬ãQ-#¾Xº','',0,'?'),('ÂJo^ž2_PûLUí»±·','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/MailRelay/Exception.php',0,'¨AÕÅH•w~ÚÌ‚$ñµ¢','¨AÕÅH•w~ÚÌ‚$ñµ¢','Ö&ÕVïiR§fYÖi¬™ƒþò¢T¼é«5^Öé¿ËL','',0,'?'),('VrVEîiY_AÖžyó','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/MailRelay.php',0,'‰åÔ‰¼—þóx¸.Ï®µ','‰åÔ‰¼—þóx¸.Ï®µ','­ªÈëw6YžóKƒõ‡Êwò	Þ¾\0;ÑD+®Â,OÓ>','',0,'?'),('Fr&¤ŽLDŸÉ†ÔËÕOˆ','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/MailRelayV1.php',0,'³CÎ}&aŸý¢¶·’T','³CÎ}&aŸý¢¶·’T','ýBÅkÌò¡àÎÊ…6íëFd¾\0—ßh8ø¬`ú','',0,'?'),('Þ\\Â—~.Äwá¬Æ)È0','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Campaigns.php',0,'œeIi´­é`|ä(·8Y®H','œeIi´­é`|ä(·8Y®H','Ä¨Oý|ì“¸B…yRÛCÞc„j´îžÖ9n©›','',0,'?'),('½Ò.@Oî˜ûÝLî6A@','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Conversations.php',0,'¢‹lSÄä@²ø,d{Qâ','¢‹lSÄä@²ø,d{Qâ','ÞæéüÖ`Ì1;E JnCÎ(¯\0­aÖáŠ0Ql','',0,'?'),('Sa„\nÞ‚kç¥ð¸qƒ°K‘','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Ecomm.php',0,'¶ÎY£žS³3¥Xi¢\Zêàñ','¶ÎY£žS³3¥Xi¢\Zêàñ','ü»ó\'¢\0MŒ…\'?è\"a,7ÛözÅ\r¼ðuT|tŒNb','',0,'?'),('ô=v$Æë •%FÁÿÈr\r','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Exception.php',0,'DÐ¢ñO%Æ¶€‹už¡ÿS','DÐ¢ñO%Æ¶€‹už¡ÿS','š:Cjeh#‚FD}³T’MäésIG¢/põl‹8…8','',0,'?'),('$Ú%¿/€DÉ–!ê','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Folders.php',0,'Ï2R×lOWC£@³U','Ï2R×lOWC£@³U','I\'0¢á*ÊØ}Òº Ë`XüóÂ½4ßíII®•Y','',0,'?'),('1/êJJÕ¾ïíõ=8','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Gallery.php',0,'êë‚ÌåÀy}{™%+OŠ|','êë‚ÌåÀy}{™%+OŠ|','”D~\"ús^SG*Øð¼ùôPr\\l¡A_’´:','',0,'?'),('µ­ŸL$0ê,¢O—@','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Goal.php',0,'K\0üÀö9ÎêNÀá','K\0üÀö9ÎêNÀá','¬‘Áw¥3\"Ž…ñ°ˆyÃÔ©NzB‘äI‡éiº}wWS','',0,'?'),('HråÀ2SåŸ·Êÿ³p&‡','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Helper.php',0,'a ¶r¿NSœvEmÆó','a ¶r¿NSœvEmÆó','n¯›r`\r?ÞaÉ‘ÌDWÜÈÀ\\à¨!6{yjX‚\r','',0,'?'),('„Ñ»œÛjZƒÇ` îÌÒ','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Lists.php',0,'\\°¿6ª\rKl˜“œ^¤','\\°¿6ª\rKl˜“œ^¤','ügFX5j¦ãÍ	r³<ù©Úý´½%“Â|Q','',0,'?'),('èr”}_édB[rÆÒ¦','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Mobile.php',0,'–»ºˆÕÝ‘óò/Î’lÃä','–»ºˆÕÝ‘óò/Î’lÃä','6®Ycà·W	Òý%mPŒb÷M}µ0ÇZé¢=åR‹','',0,'?'),('À‚Š°ŠrxB\rÍ]DW}‡Ÿ','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Neapolitan.php',0,'¬®œÑ‹œÑœ´_//­','¬®œÑ‹œÑœ´_//­','OhÌ -Š	9ú•h¥lÖBá0›—QJ÷_\nê€','',0,'?'),('ËÊñÙ2uê^ý“ñ^÷Ãx','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Reports.php',0,'þ¨a¨B5°—F¡W{','þ¨a¨B5°—F¡W{','ü0O”©Gg¢cú,oô<\"7“Ìæ©õÄfþ¦eMš','',0,'?'),('š Ì9ùuYåJy­Ã3i{','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Templates.php',0,'íÅü³ïÐA?U«šÿ','íÅü³ïÐA?U«šÿ',':ŽèC½q&ïmË¥•±Ëùlû‘×ÙÐœÍ4¥l','',0,'?'),('9Ÿê…6:\09‰Y‚*©Ï','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Users.php',0,'ÿQ/çv¹œ‚|sš2:','ÿQ/çv¹œ‚|sš2:','Ò´åV\0o=¼üFdÞ;ic©²\0uh-¸Í»ü','',0,'?'),('ôòB^w9–ˆÃDµ)áŸÔ|','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Vip.php',0,'~SÀŸÀºcævó.·¿','~SÀŸÀºcævó.·¿','£ü`ÿ\\ÏEŒWÛÛéŠ‰ÿån	\rnÂ‰™§±?\\.\'<','',0,'?'),('\'Rbo8\0íÆ>I1~_','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp.php',0,'­Ä’V~çi$/ìFÛ','­Ä’V~çi$/ìFÛ','\'Œ$7û,¥zKØCßägvz%„Æ)°Ftkw','',0,'?'),('Ú‰ý/Ž!&\nHd6ÌYE','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/ApiAbstract.php',0,'@Tº¬1.U?˜ÿô¼ú€n','@Tº¬1.U?˜ÿô¼ú€n','6‹²v:ß—¡ºÁð”‰È\Z˜Ö%\0}Û<°ƒl<v','',0,'?'),('ÞöQ’Ó¥tßûn# ¡Ø','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/ApiConstants.php',0,'^YÚ¡©TfI’æº~ï·\r­','^YÚ¡©TfI’æº~ï·\r­','ÒãJvAÊ,Š„f(#•Œ»±)ëcˆØó=|—þÛŸ7Ã','',0,'?'),('<³¿œ/¾a±¯³¹ÂC','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/Campaigns.php',0,'ïÑÇ°öýÈºŒÐ\n¸üö','ïÑÇ°öýÈºŒÐ\n¸üö','\r2 ­ ™*™f55/ôw*Ô]YkùVrŸÆ±&B®\r','',0,'?'),('Àx®\ZÃp¿v‡jž§2','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/Fields.php',0,'\Z#:B‡ãþ:MGfDÝ','\Z#:B‡ãþ:MGfDÝ','`ôëÐ\Z&UÆÊYhÒ¸ñxƒ`¿GõÓ7žâª» ì9¥','',0,'?'),('*2£6‚€>£>“Â•!lù‘','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/Groups.php',0,'v×±½€±h‘–Ð.êGp ','v×±½€±h‘–Ð.êGp ',')fÙÌÞ[w„®x¿\ržûA~+UoOêÝ±fTV’IÅ','',0,'?'),('¤éü¼7v(ïwN­Ëž2','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/Lists.php',0,'Þå‚<‚$!\r±\\°$¨','Þå‚<‚$!\r±\\°$¨','Ö\ZbV£–(üS€[ä¯(ÀàQ—æŸ)a±²‡û<d','',0,'?'),('dÕ*ˆ×‹¥¸Bc~¹','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/MailerLiteSdkException.php',0,'äp–¯ÝÁ¯Ä0lßä¼„','äp–¯ÝÁ¯Ä0lßä¼„','òíü)Ì­‹a@)Y\\Ö‘TÊ»w7é¬¼Š<RÑ >›','',0,'?'),('¤žöèßB&”|,F–f','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/Rest.php',0,'„©‰…‚Ác(ÛƒDùò›','„©‰…‚Ác(ÛƒDùò›','«Ñ©ü¬e&.pŽ&E#	ì¢újTë¯Œ-òcˆvpû?','',0,'?'),('C•í› Œ*^$K¼z¡','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/RestClient.php',0,'»oRvÚýëÆÿ‡21','»oRvÚýëÆÿ‡21','kñ”€çÚ	ÒØ.<v=÷hÒ2mÝb\nœØP*–ÉDZ÷ç','',0,'?'),('ý›æ~	’~à@O\"‹ôúQ','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/Subscribers.php',0,'do¤³W“CÎ•Yá„¿mc{','do¤³W“CÎ•Yá„¿mc{','Ûì„³³îŸ[WYQXYÓ´F£ì$Ò#ˆÈ$åÀèøT‰','',0,'?'),('’t¼S|Ÿ™ K;ýþŽÝ','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite.php',0,'34H…a«¢\n®< óh','34H…a«¢\n®< óh','Uþ•EUÚÛÀƒîl~Å\næés¼{ôÐ¸g–E~	É','',0,'?'),('L(RgÁ‹>ª_a¼ÙDo','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/Api.php',0,'©ió´þikjuM','©ió´þikjuM','¾;GœBv wë°Ø†`i¸pô‚¤‡µ –¯ç','',0,'?'),('¥†ä,ëêÞ»…!º‚—‚m','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/BatchMessage.php',0,'®f¨ôe¼×ÜÑ¤Tì(','®f¨ôe¼×ÜÑ¤Tì(','µÄ½Ø‡{5Ò5¶gŒs÷Ä¿çŠq¾áËý•g¨Lœ','',0,'?'),('Ò#ËŒØm\'5©*µ ywú²','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/ExceptionMessages.php',0,'ºÂN¤èè¬“a@JO÷7¬Ð','ºÂN¤èè¬“a@JO÷7¬Ð','½ÿIÚs\nTÈ©c^1A¾o›¹î\Zë@ón«];é‘','',0,'?'),('Ö¥è¢¡(ì.bÕö›H','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/GenericHTTPError.php',0,'y&œ*í¤éô‹Á›7?]T','y&œ*í¤éô‹Á›7?]T','·õúß›ñ„%Œba\'*|Vxÿz¡!cÈBK±e\'a','',0,'?'),('. ®lïºÏxB¨ÀÁÈ','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/InvalidCredentials.php',0,'ÿ¢Kòï•$\\J5;â»;','ÿ¢Kòï•$\\J5;â»;','€‘ÃÐÈzì1O™ã¢rªÎÑE÷´i‚×ÝI\'ý8‡+','',0,'?'),('åß¿Ëh„¹Ô\nê gÓÙÊ','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/InvalidParameter.php',0,'èî¡]é^ßßPÝFÝ','èî¡]é^ßßPÝFÝ','À©%ƒ\0Ô7|ÆÙ9ï]K6ý8}Y†Ó£Œ†Ô&p5','',0,'?'),('ÔŽñ3ªL–øDØXPK','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/InvalidParameterType.php',0,'G‘L…9ucA—\r¸ûœU$','G‘L…9ucA—\r¸ûœU$','Ò&KúBq\Z—Øv+,ÈBdº6C‰Š®ÚEó.9^K\n','',0,'?'),('«œÇ­Èø:‹­Á­Û]ýv','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/MessageBuilder.php',0,'Ó+\0•÷ÖTRn­¬áª','Ó+\0•÷ÖTRn­¬áª','§	Æùâb^²š¤á0ƒò¡•/ƒU^öÄàñâì','',0,'?'),('=ŠªÄý²\'$ÎðI’WØò›','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/MissingEndpoint.php',0,'šð™IjüþÆü_íz¼','šð™IjüþÆü_íz¼','ÔðŠJ}B¦•*Ò\Z>o4½iS\'ˆÎËrg\\3$Eš','',0,'?'),('Õå.È£Ünxñ9î\\ÉñC','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/MissingRequiredMIMEParameters.php',0,'ºðNL`«è¥±©¹§]Æµ','ºðNL`«è¥±©¹§]Æµ','Ù\n7•î_á×]yºö\rÉ\0+WàÞ‚¯ÿ¼<è\rÆ7#¾v','',0,'?'),('>7\rn!-üÃŠw<\"ÿØ','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/MissingRequiredParameters.php',0,'ö¨zº¹väïêžWa§8»F','ö¨zº¹väïêžWa§8»F','kV×—çÓ­¶4Ü+\"V›!«Äjû˜»ø_¸$d','',0,'?'),('<¥ùì<±…ßHp9¡œ','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/NoDomainsConfigured.php',0,'eÌ\0ÞH`üÙ²@Ë±‰§5','eÌ\0ÞH`üÙ²@Ë±‰§5','ž‘˜åÓ²Î¾gºv†þŽ3?~¡¤àwú²','',0,'?'),('GJ+ˆ45ð4e^ýètb','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/OptInHandler.php',0,'zÔZ|û:ä:[¯t!ú\Z','zÔZ|û:ä:[¯t!ú\Z','†»ïÜ—ÿ$.Ì·šQI+7v\\MÕv»','',0,'?'),('àÜcæK‘\'Ó¾ô]	X','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/RestClient.php',0,'3´6¯VŒÈ K;FŠ°é','3´6¯VŒÈ K;FŠ°é','mÏ`Oã{í‰R¶–M€	•Ýe>Ð¹Ò¼IU¯@Ñ','',0,'?'),('“à@°,7…ˆr!tÓk ','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/TooManyParameters.php',0,'*<0ô’™7!<eª÷-¦','*<0ô’™7!<eª÷-¦','k·ÕßM5ëò¢1}j‘ýœÞ’ü•$‰Ê«)_\\‚','',0,'?'),('»	¥¡jì­>ÈòÂÙõF','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun.php',0,'EàåÞ\02d‘ÔÓIèmC','EàåÞ\02d‘ÔÓIèmC','&:0mÒHbfÙ’Þ¡‹¿2ŸæÛsóFO¶“¶Ï¯tJ','',0,'?'),('É\'Ù]\n]IW\nc~õŸÂ','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Exceptions.php',0,'ÙçÈcFNWR*&G–Šð','ÙçÈcFNWR*&G–Šð','($¥“Œ€o†Aå¦šY.»¦\n‚Ã9bIr÷IÇáüeÊ','',0,'?'),('qPo	ì¯ÏqÚFZÍ·<','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Exports.php',0,'Â¯£ÇÌíƒ£W;ùÉºöS','Â¯£ÇÌíƒ£W;ùÉºöS','ï<öq±K¥µ§«ûœÈ>u	ÇnÏšoýJ‹†\'eÁÎ','',0,'?'),('ÊùFS_Ówce7*9l•´','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Inbound.php',0,'Z·y=?D¯{|‘6¶9\n','Z·y=?D¯{|‘6¶9\n','½ØjavQîî*é£Šœ.Ïiýê´I•ö\rWë^ÐQ','',0,'?'),('j\ZïZ!5F³“ëqÜrœ¼','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Internal.php',0,'Ì3ævFk+`EÖC<8Pá!','Ì3ævFk+`EÖC<8Pá!','sP³ ­‡‹N¯U­F*èM\'ð \\@Û}ñ¢ê.U_üË¤','',0,'?'),('—’Z*Ùª	S±Ý›ô‡Y','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Ips.php',0,'\\œ\'ÝLÝ%£¦[%¾ë ','\\œ\'ÝLÝ%£¦[%¾ë ','‚øºÒvŒg‹FêšGÛÞi¥¦¨ŽÛÁøZp','',0,'?'),('x#Éoº%–­ÅÂvO6\n','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Messages.php',0,'´¾¤Ò/*ž[OF§Ýä','´¾¤Ò/*ž[OF§Ýä','êb•Mû9×\r?£ËæJr9é¸9Š—m!ý<…','',0,'?'),('}X2 Wæ/*‡»‡GO','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Metadata.php',0,'°¾Ü€ÜA¥‡\0þ[J /','°¾Ü€ÜA¥‡\0þ[J /','Ä\0¯ÚD…Bð\0ê€\"ôUÄî|((\n*?ž7àhyäk','',0,'?'),('[}v`}ŸFçîgÇó¿','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Rejects.php',0,'¦½#	t:®p+j5=l=ìü','¦½#	t:®p+j5=l=ìü','[-°ˆ¢æ7Ü:?ŽE\"÷Žÿ;KŸ_;Öê**q','',0,'?'),('Ì\0ÎÃzk«d¿öŠÌßÜ','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Senders.php',0,'[5nhW¿QÈkmÌ°>‘','[5nhW¿QÈkmÌ°>‘','0˜¸§.“œš!*å¿Õ,	àÉ»Ï‹ŒÈÍ$P´Ÿ','',0,'?'),('.ÙA“¸¡C”Ù=!Z<','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Subaccounts.php',0,'9ÚÏ•+IæÍÇ¿³D@','9ÚÏ•+IæÍÇ¿³D@','Xv/¸FŸ5+,POS™¾¦}á((Ö+tŽçû±­Â|œ','',0,'?'),('C[Èƒœ\"g 2‚ƒ½Ûß','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Tags.php',0,'…5RÌšåmÎ‡ÎéŸ¤','…5RÌšåmÎ‡ÎéŸ¤','æz¹B”ïÆB¯(«-màÝÍ7ËÇ¡¨Cìž‹n','',0,'?'),('†í)`³±}V‚×ù‚™','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Template.php',0,'±6D\'ŽøÛ :®Ù¯\\È‚','±6D\'ŽøÛ :®Ù¯\\È‚','	tŸÃ@‚½Äß;ßgwñ£6y\Z ,vu2à<w=Õ','',0,'?'),('†ÖÅ&£†µ6É?g§Ø','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Urls.php',0,'v4ËwõõÖî!±±r›ô','v4ËwõõÖî!±±r›ô','JÇûŸEºq‚zŽÄà@áïùÕ—óÙ“ø\no\0’','',0,'?'),('\r•ÅêŠâ×ÈÀ[Ñ\nZÛ&&','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Users.php',0,'÷òoUÃ¤ö©Y|—Õ\'¹','÷òoUÃ¤ö©Y|—Õ\'¹','u/5ÎI@ƒœ¯$Ñ0Î4å\r¾EK	C½óòF','',0,'?'),('8/zgž9GA=3³zè…ñ','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Webhooks.php',0,'•ömø”‚ÍVW®°eÌÂ','•ömø”‚ÍVW®°eÌÂ','˜Ûï¾\0F¸¥ÆX‹hƒ$l1$R÷ÏT\'PÏÑá','',0,'?'),('±¶|¢DniÊØBUIX','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Whitelists.php',0,'’S¿eÓ2Òaú¨*& tà·','’S¿eÓ2Òaú¨*& tà·','ùœœõ©Ùg×ÅUÐu@ÈG†W‡¥À±ÓÞKMc','',0,'?'),('Æ“™ÍÍöèn°gÒ8€','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill.php',0,'(äR)öí	˜È1Xš@>','(äR)öí	˜È1Xš@>','çY­bûq\r½[ÃI‚ª	½ñî]ÀkïÖµó\'Ó:;','',0,'?'),('¨2€5š–°¬MÉ>k­','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/ActionNotSupportedException.php',0,'é8yð*GŠùþdšÜˆ','é8yð*GŠùþdšÜˆ','þÈ\")~Ø1AÊñð„(/§4³Ô7gB§cBGx','',0,'?'),('×o-zçõ×ÜJˆé‹Ÿ7','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Api.php',0,'ÃðbÙEãÛý$@š^}$','ÃðbÙEãÛý$@š^}$','0¼FÎ²Ìšƒ^âÀ½”<Òö§›:…¡ÏL¢Ni','',0,'?'),('GXå¦NÌÞ’N¦k—¤Ä','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/ApiAuth.php',0,'HˆËâ2ÑýýñÖ\niÂ7È¸','HˆËâ2ÑýýñÖ\niÂ7È¸','•\0=KŠ?³;;X£èaM²\\Åfñnsü^M\Z','',0,'?'),('z5rû@ —3v«S›C\r','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Assets.php',0,'g\n±¯„Í`•@ U»^ÿ','g\n±¯„Í`•@ U»^ÿ','“Ä*˜¯JÄåˆÝ®V<a Úˆ\nùö&lóº\'×í','',0,'?'),('bË³…ï:¬Î$ê©¸B\Z','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/AuthInterface.php',0,'|Û[5ŽZ>h1d/È#','|Û[5ŽZ>h1d/È#','w^¹Ê,Œ¡¦*ê”Þ+£-`ÉêÒø¼nq¿Å¤Ýw¯÷l','',0,'?'),('—(Þ–æ0WÜÏ2O_±<','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Campaigns.php',0,'Þ³ÅèD¥øÍŠHØˆr‹·','Þ³ÅèD¥øÍŠHØˆr‹·','~úmÙUÔË*û§sýÅº¹y¼X·™Š^f:ÁJ	gN','',0,'?'),('8á@´Ä?!­6sF\'–.','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Contacts.php',0,'TÄèÔ“#aG\'EÿÏ¢','TÄèÔ“#aG\'EÿÏ¢','Áy\'õrÐño*H‡yyöüÐ™njl\'­ÚìÏ	\'F5','',0,'?'),('Vê°¹K@Áço›éG]N','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/ContextNotFoundException.php',0,'J¬ˆeS<i1¶Ô*¾lcx','J¬ˆeS<i1¶Ô*¾lcx','IP›£ªª¡­€qÞà	Â_¡–&”E¯vR;*R<Ò','',0,'?'),('9‡+îY¦©2l%Oq†¹‚','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Data.php',0,'_5êt•àÙk!¸Üú[õÊ','_5êt•àÙk!¸Üú[õÊ','\Z|)ð¿âžúƒi±³|K2²þäK\'©ò*©IMØ	Yp','',0,'?'),(']ˆ¢=uÁ0¼žBê','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Emails.php',0,';0§MTé©üå\Zl¹V',';0§MTé©üå\Zl¹V','WŸá¨Rˆ<0OEó‚V”ÓCjÓX~ßm¯dÖ&²¡A','',0,'?'),('fTZ1+¯Þ:ßªª‘/','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Forms.php',0,'Q´›ä™Eš7þKRr–í','Q´›ä™Eš7þKRr–í','u!ùà\rg®†òÅ€]E­B2ê¤¯ùe¢‹Ã‘-qðZÜ','',0,'?'),('M³\ZNˆ¹¼tc`son†\n','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/IncorrectParametersReturnedException.php',0,'˜ƒw›^ãš­¸Ë{ 5õØ','˜ƒw›^ãš­¸Ë{ 5õØ','¡°\Z¸9§˜ª¯X3ê×¨gnh•ÉIûµFW†nÝc','',0,'?'),('U›]†£]“«è•ŽŽ“¥','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Leads.php',0,'Q(Ëýê(åA`/{{†GR|','Q(Ëýê(åA`/{{†GR|','0Mw×4|ƒLM°£ì8)ÈöR”kÍm|Eœ×ŠáQËû','',0,'?'),('Ï¹=§½pp¸¶7ÂÄƒ','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Lists.php',0,'¢±n¼¬ÃÕs­^N­Ï[Î','¢±n¼¬ÃÕs­^N­Ï[Î','Ã\Zv6I4éÆ°˜ñHÿƒÂ²ˆ|ìsÁ 5í¯¦È§','',0,'?'),('ôÉã°óûVC;êó\r½”','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/OAuth.php',0,'Æ#?Â)ÚÐ#ÔjKêß„›í','Æ#?Â)ÚÐ#ÔjKêß„›í','±SãMÝ’œß ¸À¥jLl‚ÅíujÆ\\‰¡Q/wè¸ª','',0,'?'),('ÇÆ8N³˜³LR#„0&öã','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Pages.php',0,';õdÂÚ˜ñ\0;«R•œÂIã',';õdÂÚ˜ñ\0;«R•œÂIã','<]ïùô[™~\"¤û¤&FÞV–ÏŽhD¤ÿÒL©™','',0,'?'),('Ó»°\\}FSReßò»°\'‚','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/PointTriggers.php',0,'o£m¾kcJnû \0gMËu','o£m¾kcJnû \0gMËu','=½ìçÑ›š\":¾~›ä¶[\rUì¡!Œv<1öh','',0,'?'),('Ç)×\0U)……ÃHîœÈ','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Points.php',0,'I¿VÇÿ‚YJX ø´T±a','I¿VÇÿ‚YJX ø´T±a','ÑÈ)ó52Ö¡µ“Buøfó¸Ó0b~é”öÉÎ','',0,'?'),('š“^¸Sµg¹Ûh¼é¤=','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Reports.php',0,'·hÙÀÀ¶gÚŸö¡GW›þ\Z','·hÙÀÀ¶gÚŸö¡GW›þ\Z','ž]‹ÆšÞC†€U„~?îM\"¥yI0<8tø÷ìw½','',0,'?'),('ƒ$tÜÓƒPtgúú\"Ó','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Segments.php',0,'!|O=:iþß;¬vú¹P ','!|O=:iþß;¬vú¹P ','Ù|Ãe‘ÄùûP\0¹ïÆˆ8x5­žå/J^_','',0,'?'),('5Cç W–|lxþlT','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/UnexpectedResponseFormatException.php',0,'ög>ëTñ“dBò)xoj¼¹','ög>ëTñ“dBò)xoj¼¹','„”ž¦ƒð€yÇXŽg@Ö}D´ìøL«ÈÜÃ˜¨ö','',0,'?'),('ëÄÞ²ŒÐu„ÅZú','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic.php',0,'ØwmÓÿ\'y™}Ds6Ú:B','ØwmÓÿ\'y™}Ds6Ú:B','ëKùwPÕx1¥8ßLMÃùH³qìphínÔ\Z[\0/G4','',0,'?'),('†÷–¾*zS ßÊ×ÎÆÚ','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Ontraport/Exception.php',0,'£Ãt­ä<œoõŸ\'ïÔ','£Ãt­ä<œoõŸ\'ïÔ','Où/¹³“·õ1ž+÷Ãj·62îrn;a xø¢','',0,'?'),('ú3Dt>`à¼#@¢\\','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Ontraport/ObjectType.php',0,'-8[²½\0ÆÐÔg$1Œ','-8[²½\0ÆÐÔg$1Œ','”.ÓóXédz=Wæbgh/›ñÒË5~¡pRi','',0,'?'),('˜6e‚ç`Kt!§(ã','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Ontraport.php',0,',¢}>åš(±^)ÝyRšsr',',¢}>åš(±^)ÝyRšsr','Æ-pØõ+MƒVŽ§¥Õ\"…]óG$8®×ÈÈ®','',0,'?'),('þ~2S&)¦~æl`æ[ïÚ','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Postmark/AdminClient.php',0,'ÞA¿e ¥ aª”9ŸŽ¬','ÞA¿e ¥ aª”9ŸŽ¬','Y—BýÛ¥éE¢ÊAðCÛÉnJà!A­¤.þç®CN','',0,'?'),('~…‰6EAÍY{PÇ‡5¯','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Postmark/Attachment.php',0,'Èß¨Äæa¢\nÏ3ÄT‡t','Èß¨Äæa¢\nÏ3ÄT‡t','31óÌ[F§“ |`Ç+dN#J¸\'/ëQÆÑá;i]‚','',0,'?'),('·þ)ýÝeë²nWGb2Ì','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Postmark/CaseInsensitiveArray.php',0,'j†ß(MØÒ¾àe\ZvE¨','j†ß(MØÒ¾àe\ZvE¨','£èCiÚÁ\'e\ró3ê£ÕûÑð‚d!eénÝ˜aÓyêjþ','',0,'?'),('½’Ë\'¶²%Ô|±lldú','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Postmark/ClientBase.php',0,'o:0ˆöPGþ²xo}X¾','o:0ˆöPGþ²xo}X¾','åpZa6ÑãÛ²Ÿ9`‹sâ÷ñ‚µ\Zè	\\qòº¶ž½Õ','',0,'?'),('mi ¥ÕGò‚­Hà»RÙzâ','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Postmark/DynamicResponseModel.php',0,' é)ÿ¤L1\n„áÌ¯®',' é)ÿ¤L1\n„áÌ¯®','ºfS€ÑVâèƒ¡8{ÂŠÔý\0_ÚÛð,µa·Ä$X','',0,'?'),('|wºîèd€­½‰’›„ˆ','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Postmark/Exception.php',0,'-7dC¼=_<‘àÅ¹oGïÂ','-7dC¼=_<‘àÅ¹oGïÂ','×—´ŸöZ¹öN{>Â&©	 ÛÝló{I™«¸µ','',0,'?'),('‘Áªà$üLÇßÆ´@£q˜','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Postmark.php',0,'­$.\Z‰‹/Í¾6/[ì','­$.\Z‰‹/Í¾6/[ì','ýÈV¶GI’½0®ùnl\"šHåOÂ:¬cØ–£Ÿ¾„è','',0,'?'),('ÇèeõÒÇR~PÒ÷(ž','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/SGAutorepondeur.php',0,'¸—wl¾ƒ¶…ïÙ¡’¸ö','¸—wl¾ƒ¶…ïÙ¡’¸ö','³‘UsÿÙÃ—ž\0Ã·•6\ZpnK³¤Ÿ„åñè;ñÊþÚ','',0,'?'),('oG®‹ðzcÁ„õ4ÀüOµ','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/SendGrid/Client.php',0,'DQ(	#¨°Wsšv?Ø f','DQ(	#¨°Wsšv?Ø f','Ö«£ÇõQM¼©8H­ÅIÍð”Ù=Z­Íg±ñ9‹8J','',0,'?'),('QÔFÏÞ©¹m#æ÷=_ÿ','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/SendGrid/Exception.php',0,'áª4ßo„‚ø%Ê5òË˜æ›','áª4ßo„‚ø%Ê5òË˜æ›','xª6;¸j¢¹¡cp\"m’z&T“ªÎÜ8Ù”åè˜','',0,'?'),('q¡øûÑº,\0;z[Žri','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/SendGrid/Response.php',0,'|~·N¬Ò® B|`Ë³{ì','|~·N¬Ò® B|`Ë³{ì','Ü¡¾Òäl÷D#x”\roU¹BæÜ\'n=DG¡Fo	Ú@','',0,'?'),('†\\îÁ¿?äBš£‚}-í”','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/SendGrid.php',0,'³J¢=—å‘váÂ.è¡´','³J¢=—å‘váÂ.è¡´','K0›W!!=SÑ±Æ<2â‘x\ni×‚rw%8&','',0,'?'),('¾Œ¸FÖþû>1a¢÷O¹á','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/SendGridEmail/Client.php',0,'m–dÜ$0—ùÄI«‡ŠOd','m–dÜ$0—ùÄI«‡ŠOd','0géá4&°“– tšRC`´ÂÖØÆÝþ¡«*‹O¦í4','',0,'?'),('ê„7Ù5;ªôÉ#:§êYJß','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/SendGridEmail/Email.php',0,'Ìï­IŸVéä¨¨è!-÷9Ð','Ìï­IŸVéä¨¨è!-÷9Ð','6\Z	«Nñ½WåvÏZÕðÔ<—áänø¹ñw\' Æ*$å','',0,'?'),('ÜÿÔ4ÁÜíÛÿéPW\Zùñ»','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/SendGridEmail/Exception.php',0,'µ`f¡—üJ+,ø×.Ð™½','µ`f¡—üJ+,ø×.Ð™½','ðü\\ñ´ÙÕWÌqþ3Ç’óR»Âù|Ì:…)Î','',0,'?'),('Ä|CQQTÒl¯§µõ”2','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/SendGridEmail/Response.php',0,'–K“¢‰õA–¢÷ôòrä','–K“¢‰õA–¢÷ôòrä','M&÷È¥ˆMq~¬[R&À|ÜmC#ŽÈÎ¾O‘Â[6ø','',0,'?'),('©Ë­DÜû„O½¨Ð™D\rØ','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/SendGridEmail/api_keys.php',0,'ŠóÑ{£MH?ôìp(#°_Ï','ŠóÑ{£MH?ôìp(#°_Ï','Zê$,èÜ€á’-RÁ¦ø¯#Ë²•ÌØbÆqn','',0,'?'),('òä¼¿Á†\"¥¹Ì]Í «','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/SendGridEmail/asm_groups.php',0,'6ðØa*ydÿsÙ[áÛw','6ðØa*ydÿsÙ[áÛw','ÏØ›8ÓPn\r%›7Žå\\j?NñÂ_8Â(ÀúéþV','',0,'?'),('oØM]åc^Ð#¥·c','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/SendGridEmail/asm_suppressions.php',0,'é–Qâ°5ÚÄ…™@º2\n&','é–Qâ°5ÚÄ…™@º2\n&','8pÚÎ3ÇëYß…¯ÕYûF‘cSÀ–ÓHùç*ŒSŠ´','',0,'?'),('™îï¯óÁ²/#jŠñ','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/SendGridEmail/global_stats.php',0,'€ÄMè®7b«qß','€ÄMè®7b«qß','_Ëh°ô*·Š36ß7Øªðø§ûõíc/€uŠ±aÙ','',0,'?'),('˜Ò#3 ·Ú!Ì¬Ý¾”g','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/SendGridEmail.php',0,'I»éÇÃ!Ñ_ÓlmÖaDRŠ','I»éÇÃ!Ñ_ÓlmÖaDRŠ','8×zíaq\Zñ/±NàH­jI×1¤tL¦jš«È–æ','',0,'?'),('fB.øåâ=þsj\n\n‘!<','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/SendOwl/Exception.php',0,'žœI·a!7ƒþ\n¯ÚÞ','žœI·a!7ƒþ\n¯ÚÞ','ßUûeï^ÿ§Ã0á±âû‰û/‹*hë`lë&„W','',0,'?'),('JŒu¼e‹P9	±A’','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/SendOwl.php',0,'’Uòÿ×Í,:uŒâÛ,ºÌ','’Uòÿ×Í,:uŒâÛ,ºÌ','ÉõhKó&>mU)Óþ—vsG\'†àÊÐšPáGvÄà','',0,'?'),('<ŸÇ]dï®Â-èÄ\"eOø','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/SendinBlue/Exception.php',0,'Ür1œ®åÞlòü§ùÕS>ì','Ür1œ®åÞlòü§ùÕS>ì','ZC±íU®èË¡ãå†y\nh›·ô{·:¾+bt|74ØQ!','',0,'?'),('7£ÔàÁh\rÇÖŽzYƒÕ','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Sendinblue.php',0,'”¾«k,\0ž¥Üä_Ð*ÞÓ','”¾«k,\0ž¥Üä_Ð*ÞÓ','Št*¨ZÏyü¬r\\e¨Ý¨\"w—VâüË½Jd\"œ','',0,'?'),('ŸÈ0jæù¯-œ¤Ý`jC','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Sendlane/Exception.php',0,'‰£Qž—jd¶<F„è¦á•4','‰£Qž—jd¶<F„è¦á•4','_®\0Æ¥Jn[2waŠÝÏ´ê¢Jã,Øà=”qëÞ¹Í','',0,'?'),('¶ÓSñ3í®%p	ó¹	ï','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Sendlane.php',0,'ˆUu<J>e+6iE¯d¥ó','ˆUu<J>e+6iE¯d¥ó','È¥Å\rMñ¢dŽÞOˆõe½…öÞàÝ!@©v+çº¨€','',0,'?'),('˜ÍÓ¤Ýe„ <guî¿G','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Campaigns.php',0,'ê?ÒJè”¥ƒñò^ìŒåG','ê?ÒJè”¥ƒñò^ìŒåG','YZÍØ–ºþBU…ÚÜH¨­ÀË-g6lºqWí6o0!ì','',0,'?'),('âŽÅÐÃG7KýÈÊ','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Client.php',0,'ËÏ×~Ð¦yø@×õ','ËÏ×~Ð¦yø@×õ','†¢„JËž2ÓpSb‰\nêƒ\\i!éíåh¬rè¹+Ž®','',0,'?'),('ÎÛh˜™mi»hNð5°®','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Config.php',0,'hv/—Ëê˜·_gQ®‘Æö“','hv/—Ëê˜·_gQ®‘Æö“','óqÃ–!ü²ÀH0þÇÐ¦9áñ¼f&vaI¢ø\ZË','',0,'?'),('µ*#Å$æüNÃGj‘%>ÂS','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Countries.php',0,'/ñ\0Pµ$sƒôÎÇ°zË','/ñ\0Pµ$sƒôÎÇ°zË','~äv3#o–q‘°½¿ÜWÎÂ¥DÑ¶D”íÛ›‚','',0,'?'),('ÂEbµMŽ‡K—ND®¯£','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Customers.php',0,'öà8ë¾«Ã:oalÎ~','öà8ë¾«Ã:oalÎ~',',`‘å0ã@¿ìô¼ûk}9$ñjié±ÅûÈ','',0,'?'),('ï\\·Ÿ?œ€e]É‘ÚÉ¹)','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Exception.php',0,'Z‡BÆ«jÐŸEœDÍ¨—\\','Z‡BÆ«jÐŸEœDÍ¨—\\','ò;µµ>—>\0©™f^–gai«2íVÉAóþ_äî','',0,'?'),('Á+6^SÃø05šlFš´','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Json.php',0,'²î.Î”™HtˆÃs5W','²î.Î”™HtˆÃs5W','çš®%/°y†¼E_¨9ÒÊë/‘Èæ¸ÿ5DÖìÄû^Ue','',0,'?'),('ùb²¶”ç\\ÅV1Öªs1','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/ListFields.php',0,'X\r‘Ÿ×Ž—:j´\nq­©‘','X\r‘Ÿ×Ž—:j´\nq­©‘','.3S 7èc¸CÂ\r™KæøÍ‡£Nˆ>9«ù†B®àÄ','',0,'?'),('²Ñ^ ©¾Ìî]kŠBMF\"','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/ListSegments.php',0,'SVÐqGÓ©¶x¸¡û™p„','SVÐqGÓ©¶x¸¡û™p„','ëÈ‡¯WñÞº¿	sf3=hfL0Õ1cbä8dM§äV÷±','',0,'?'),('ºÏ×8á`u´‡Ûlz»Ñçó','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/ListSubscribers.php',0,'UU•MÝBœ[ÁªJ¬µI','UU•MÝBœ[ÁªJ¬µI','.úÇ´ Šý®‹*Î©+è¡Y<µ”R†fÅ¤·úN²¯','',0,'?'),(',Bº~N‘J×®’4','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Lists.php',0,'D	[,.PÀ~¾’©2-NU','D	[,.PÀ~¾’©2-NU',')„lXÐ¹í\\5´pôáÐ+!#ª¨òI<ü™@','',0,'?'),('™ËŽÌó-¿áyØÌËíº','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Params.php',0,'!_üsLÚ_4qx¥™È>`','!_üsLÚ_4qx¥™È>`','	ÖOÛñÏCKŽ•ëoÆž\Z€ÿÁy/Œú–8Ôg\0','',0,'?'),('[÷\Zõ\\ãˆçî»œÃ«&˜','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/ParamsIterator.php',0,'ãK‚½Øµk\rr})f¿','ãK‚½Øµk\rr})f¿','oü%(P?5LÃhëlüMEr¶”bÛúŸ=&ê9]\r…æ_','',0,'?'),('ÞÃ#Ø¥ì@vVŒ‰Ì','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Request.php',0,'†b¶Ó‘#ä$;1@','†b¶Ó‘#ä$;1@','$@£:Û·Úf*B|÷ñ»½ÇMEÓ}wG®š°','',0,'?'),('ÅƒOyC§_vö±ýMU\\È–','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Response.php',0,'ø†Ò{3¼©k ^1!1²','ø†Ò{3¼©k ^1!1²','@Õv}¸1õUÚÀnðøÅ\r\'¼U\'êáC<N*Pÿ','',0,'?'),('[¾¿2þNŒ?²–”=Ê','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/SendreachV2.php',0,':.å#*	³¬V˜zBc',':.å#*	³¬V˜zBc','A—\'VÅÖ_”N3T›fÏ¨é`{ÌÚUùn˜ä¯ºðà','',0,'?'),('¦Ò!¬ÜêXè5`ñ9¯','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Templates.php',0,'z°¦ö†xY{û®½]ÂsP','z°¦ö†xY{û®½]ÂsP','8ë\r\rýÖ´ÆÍƒ·¨óž9móXùéäKÅŒÚ8O_Ü','',0,'?'),('³œ4 õe¥=ê2z‹„ˆ','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/TransactionalEmails.php',0,'Oþ\\¡\\ñéH×ndÏl4','Oþ\\¡\\ñéH×ndÏl4','«±™G9¨qæÖfŸY\n¥å<wä—Ýê AþA¥X','',0,'?'),('ØxƒI\Zû‡\ZÎ_ì#RTM¦','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach.php',0,'ûÞÊN>ˆù´ðxä‚è@ã}','ûÞÊN>ˆù´ðxä‚è@ã}','k7R´Èa\ZÌTë\0ó¸(¡Ñ ]ªœ4HÀ†‘´ì…£bï','',0,'?'),('þ.Ìð0ÄÎûã’pø)³+','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Sendy/Exception.php',0,'Qæ-õ«ûÜ-=Z·å¦','Qæ-õ«ûÜ-=Z·å¦','rÁNóö(æö¥RÀOªUuÀˆñ›wb]»~Z&æ’¯¸¡','',0,'?'),('ÊÖ»³€ÿ„HøT,&WÖ','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Sendy.php',0,'ÞÏ‘tRŠTàNKóz','ÞÏ‘tRŠTàNKóz','!8s=ÇGjYõ§—˜X¤Ö-q¡wÓL£T¨n™“Õ','',0,'?'),('¸L<f‹Æ5å\"	ÄÙ','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/SparkPost/APIResource.php',0,' \0^~üƒ,¬*\"a',' \0^~üƒ,¬*\"a','5¡i9\0Ëš\rìZ¾@±E‚èe\n™\r>Y&Êcn','',0,'?'),('ðØ!L(-`\"ï6¾S0\0æH','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/SparkPost/Connection.php',0,'}k¼ºï õÀ{XÊrh~€Ù','}k¼ºï õÀ{XÊrh~€Ù','„lK7pQ@()Vëg>‰Gtò¦¦¼|Dmù ÄØíCÞ','',0,'?'),('Utô5v¶‘fbëÝD6©Ð','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/SparkPost/Exception.php',0,'2%™(®Ky•ÛÄÝ~æ8Ñ','2%™(®Ky•ÛÄÝ~æ8Ñ','QFÕuèß$Aó¬¶Äºšƒ/Fj\"ü¥+Xÿ','',0,'?'),('9Ï+­Uå™\n¬ú`“ð','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/SparkPost.php',0,'Ø}-ê2u\nv\Z¢ñï_(','Ø}-ê2u\nv\Z¢ñï_(','¯K‹Ôß´ù]ÊEŠï;@Þ•Äb›rXVÈ²yXØ¤q','',0,'?'),('sÔ,~”N—‘Àa\rl','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/TdJwt/BeforeValidException.php',0,'¢¾(i}ˆ3Tä?!À­8!','¢¾(i}ˆ3Tä?!À­8!','ó2T^Îñávñ`VÛ.v5ï»p„]Ç+¤\rÄ3õw8P­','',0,'?'),('T¤FKÁVëgk™C«ì','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/TdJwt/ExpiredException.php',0,'€Ì-Uò–ÉÿVI˜°','€Ì-Uò–ÉÿVI˜°','½\\XÂ¶(,el¯®åcDSÑ²RŽ7›Ôt\0Çóú5','',0,'?'),('O‘~CùBÛø‚Cy','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/TdJwt/SignatureInvalidException.php',0,'³×9¶*ÖUù<™}[þ|\n','³×9¶*ÖUù<™}[þ|\n','³­(kÛÊ¦¤†öÎåPbÙy$ÝNôþù\Z¸*%|Üâë^','',0,'?'),('—…îú«(ÓyÓ8š¦Éo','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/TdJwt/TdJwt.php',0,'ì½o:‚\0ÚÞrF	0','ì½o:‚\0ÚÞrF	0','\rÅÿŒ6K.2³|Ê(^D­CÈÄ:QpÞ°\0–ÔÆ7…','',0,'?'),('a9˜„_T‚õßÚ/”}/<','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Twitter.php',0,'§zXÇõhôÃÊÉiªÇ','§zXÇõhôÃÊÉiªÇ','d¢0º$Š×ÐP¿ŸkjB Uá\r´7ÙÍIþ)¾€','',0,'?'),('¶RÎ;4äžƒÄöeKYN’','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/WebinarJamStudio/Exception.php',0,'º(Å¬Ö¯F2Ö€>ÁÈÎÊ','º(Å¬Ö¯F2Ö€>ÁÈÎÊ','æ%•Èÿ¦°ü±=Lÿ\"‘C¨M¯\rçM>mDIÉQqdÁ','',0,'?'),('I2Óª©Aê­·±f¶ÊZ¢','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/WebinarJamStudio.php',0,'Eàl¾‘šþö\ZA	$','Eàl¾‘šþö\ZA	$','‘(`1ôªŒX9@sƒ!Ù¢{*ž¨NÅ®IóËs=K','',0,'?'),('ÀJÙ“\n»ÒãÃ½sÔ|ÔK','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Zapier/Exception.php',0,'¡µÍto¤z’þÈeÓ~9','¡µÍto¤z’þÈeÓ~9','ìä´ OµûH<]kÜ­¬DK5a$E:Ö®ñókë','',0,'?'),('Gˆ]…älû•ùö£%¼Õ-â','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Zapier.php',0,'·1Ç=E—²8jJekí;Ï','·1Ç=E—²8jJekí;Ï','—‚g¨[\0‘•ô@aÈ\n‚Ig\nƒ«”ÄÄŒÃÕð ','',0,'?'),('.šïÌ~oÉ¯(ÝUô«ƒÃ','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Zoom/Exception.php',0,'‰µ	Ék±»ìÍýéœ=Á','‰µ	Ék±»ìÍýéœ=Á','î€äŒ½‰Åº\n8ùÈBC\\PuÿbÇeqå´õV]ˆfâ','',0,'?'),('É²³DDÛÐk!ªE¼','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Zoom.php',0,'Š¹Ã `À8ÛI•€hí:','Š¹Ã `À8ÛI•€hí:','b:ëÔgn[±‡~’R¤ƒUTÎ\n•’*líE¬m¨s','',0,'?'),('ä/Z\0&x:Ð*Â6˜É´Òe','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/iContact/Exception.php',0,'×DtHÄBš8E\0fxt t','×DtHÄBš8E\0fxt t','Þ^\nÞ—;®¼d·.‰Ç–a4w’•déz¥¸—Óš:h','',0,'?'),('qÔ.‡!pÍlöéÑ\\é','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/iContact.php',0,'˜°M!èŽJóoíñ•pq','˜°M!èŽJóoíñ•pq','â‘MXvÃnxqIfoä}­;``%¬3þ@Z¢','',0,'?'),('°’!vø¯«ÊoŒ^Ùåà','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/v2/GoToWebinar.php',0,'ÛËZZžîÕ×J—HÓY','ÛËZZžîÕ×J—HÓY','‰¦ÜÓ°`­`÷\Z‰k*‚U–lÜ½~eÒåŠ%>','',0,'?'),('CU¦…<NpLÅ£­’&h','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/misc.php',0,'‰Få.½SöäzaÊj>™}B','‰Få.½SöäzaÊj>™}B','!ð/ö‰C4Fá\"ÉwpŒ`n5iðÄEŠ¤VqJ\rÁ','',0,'?'),('iÞ„z–fw n<<ª’á','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/views/admin-error-logs.php',0,'ŒÂ÷*\rî0æžu¡á˜~bF','ŒÂ÷*\rî0æžu¡á˜~bF','£!Eh.uçl¤Òø‚¸é6’Ì—ô1ÇÜ:\0Ù’jÛ5²b','',0,'?'),('ohñ­9¿1ÙX¼\ZŽx°ú','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/views/admin-list.php',0,'ƒ<´0Ö{Ë4$ê[u-','ƒ<´0Ö{Ë4$ê[u-','–—zøç Jß¦9K }9lB4Ë2$<½ŒNG}l','',0,'?'),('}ÃWÔ²Ù9\0ÞSàBß(Í','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/views/admin-messages.php',0,'t²FXzm¼¡C¡¢i\ZHq','t²FXzm¼¡C¡¢i\ZHq','¥±¿x¤5â•2ª`:ôÞ£-ëXˆ>Ku+^ÈDÖ','',0,'?'),('¿%pèÏzÁ¬_î†žUR¢','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/views/editor/add-api.php',0,'ÎÜUW’Ï¥¯ÄpT€î','ÎÜUW’Ï¥¯ÄpT€î','MÜxèöéW_‚”³wªªB\"\"ù\nø¾¹Å¸\'Eª‹','',0,'?'),('¶ç\Zþ/D™ûzþ\nàcÿ','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/views/editor/add-custom-html.php',0,'j9”&A›,µIÆqGØáo','j9”&A›,µIÆqGØáo','¢|]Ö“rB#\0«ï¢GTCI—G3ÊONÌOº~@\'Y','',0,'?'),('.9Éés³²À3~h\r\rª±','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/views/editor/add.php',0,'Hj¬Ëo¿SÌ°é;Ò©v','Hj¬Ëo¿SÌ°é;Ò©v','[é³dê·çŠ~éÜy%ÓõQ7™ºCtuÅÿ¹\"œ;eä','',0,'?'),('Åâø„ÄêtI‡ó‡X','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/views/editor/autoresponder-code-fields.php',0,'a-«Æc\0æ…÷¯m9ÙUÎ','a-«Æc\0æ…÷¯m9ÙUÎ','»6êN’ÍêY¾Cà*N0VX=\rQrÅã†ÿKX','',0,'?'),('p’ jJ+C¤àƒå—ÙÛý','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/views/editor/captcha-settings.php',0,'LVÂRf?¦ÈE^„.D','LVÂRf?¦ÈE^„.D','¥Æá”›À@û’õÿµrmÜ§ÌOã~¼T¢ô“˜+kL›','',0,'?'),('ÀŽpM»Îª\rƒŽM‚órn','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/views/editor/dashboard-api.php',0,'>«…óŽ\\k†cCéåúÓo','>«…óŽ\\k†cCéåúÓo','œ¬qîŽ{P2Ôk	u¹Â‚TÐkh&©Pæƒ','',0,'?'),('¬åÍwú•ÍT´+Äž¬­ê~','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/views/editor/dashboard-custom-html.php',0,'Gš×\r5óŠÝ†½ÏWüÉü','Gš×\r5óŠÝ†½ÏWüÉü','Í˜Öøp1‰èN]¿Þû·k‹?þH\Zû™¼ã/$¿','',0,'?'),('·}ÉYb.Ñ_ºˆ™ªàêW','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/views/editor/dashboard.php',0,'ç¬ÿŽÙ‹ùƒôûsÉÿ','ç¬ÿŽÙ‹ùƒôûsÉÿ','IÀMˆaƒ³óSˆo×pÖ`\\“ÌçÜ;1žŒÕÑôéh','',0,'?'),('¡ë†CÝ“!­ö`…‚Ž’üñ','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/views/editor/partials/api-lists.php',0,'IŸÜ“ÎÓE¦É,ù 1×','IŸÜ“ÎÓE¦É,ù 1×','#Gš® N~¿œH×ÑÜ\npF§ÓjÜF~?š¿M·¬…','',0,'?'),('ö½oÅóO¼RR¢é²16¬','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/views/editor/partials/api-select.php',0,'â(†xJ¨o½E·°Äí¨¯P','â(†xJ¨o½E·°Äí¨¯P','“\0û1}\Z·Ê“:‘î“89Ú—Çæ®ë¶tÚj','',0,'?'),('vmýGï…€swÖ','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/views/editor/partials/api-shortcodes.php',0,'­•Ö×)“=çà®Â6Jr','­•Ö×)“=çà®Â6Jr','w:==âÚ´«î¦NAÉè[ÀO~ØªYÂO\rT‹þ,×','',0,'?'),('¨“ùìÄ²õ®Àµc(F','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/views/error-log-entry.php',0,'pZ	3¬ýâ†Æ¬#µæe2»','pZ	3¬ýâ†Æ¬#µæe2»','lýÅx²Hb)£4gŒ7&MšbêzÿÓß8Ì”®KA½œ–','',0,'?'),('Þ?Šb3pzÛJq@$«÷À','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/views/includes/video-link.php',0,'áõÃ¼¨={¥iCñ¯ã¢','áõÃ¼¨={¥iCñ¯ã¢','! O‡Y-g‚¦¦É#0ÆÏVuzHæyÃ P‰­','',0,'?'),('Ü3áÏª*4½®\0f©','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/views/js/admin-global.js',0,'ÓPŸ‘¢ÖôW‚<=:-9e','ÓPŸ‘¢ÖôW‚<=:-9e','n4´qj\'»™Ãøc:–BÓ³1ÌÚï–\rãÿ`ê','',0,'?'),('h%%Ï¾*\r-â‰Ø1#å','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/views/js/admin-global.min.js',0,'„û†‡àZ+ð³ó$¦üŽ','„û†‡àZ+ð³ó$¦üŽ','¶dMKjMB¤|µ\'V\no~\Z³Ü¶)pHˆv§On','',0,'?'),('£®†Õèº<Ñƒ•›bÚÅB','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/views/js/admin-logs-list.js',0,'›:eZ³W0‹L\nÕ–~Kû','›:eZ³W0‹L\nÕ–~Kû','¨è“ŽÓ“æa’·|ÖHYòøk,hkp2\nYÑf×Þ','',0,'?'),('IìýTîòn/b(¤w+(','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/views/setup/activecampaign/forms-list.php',0,'ºà8Ÿ¿÷ƒ”Âôô¸(A¨','ºà8Ÿ¿÷ƒ”Âôô¸(A¨','	Yƒ,®¿¤\Z‰DßÛdÕk\0® ÿÍQwü—àèK5','',0,'?'),('ÖªqÀ§!¨¦Fv‘z†6Í','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/views/setup/activecampaign.php',0,'Ê\0!d•ÏÕìõYñ!çwì','Ê\0!d•ÏÕìõYñ!çwì','dM(ò(«ZÔ¾§:¨ßu¾žë›ÅàÑŒjPŠá·l–','',0,'?'),('¿ÑÅGžsR>šsžLVÑ','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/views/setup/arpreach.php',0,'”»žU‰ŽZ;éºÉå\n,¥I','”»žU‰ŽZ;éºÉå\n,¥I','X}v‚|.ÚWc>T˜g$ã¾\nl>y¥¢k”+¯','',0,'?'),('kçYûT–Úsç_@?Å','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/views/setup/aweber/tags.php',0,' RƒC¥5ë˜ùÉøàU',' RƒC¥5ë˜ùÉøàU','Dª€/“œ£?;gÇ»	At€ùh,Ôgù)rO<ÜKs','',0,'?'),('Cä”éu—¸GƒtŽ)','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/views/setup/aweber.php',0,'2¶öÙ©¤…=§ÓVî£>Ë','2¶öÙ©¤…=§ÓVî£>Ë','Ö0Õà7ßÑç2¨Œ%ørÀjy/ÖÊØA\r¬r;¾lU','',0,'?'),('MÆb‰šÂ‰ôŠ°8©','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/views/setup/awsses.php',0,'Ej¾éYÿaAR¸3ž…>ã','Ej¾éYÿaAR¸3ž…>ã','S 3r$×u<ˆõœxa9Lù Fc¤¯T® ^','',0,'?'),('FïÆ‘Êp\"@jï7[a','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/views/setup/campaignmonitor.php',0,'¦7€xÇúµY\"äÌO','¦7€xÇúµY\"äÌO','ä&µÕ¤Š(Së{ëª/*ÑŠêèÞR²šÞ™}˜Ptù','',0,'?'),('–¤’‚¯%ø„RÄ1]ñÊ','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/views/setup/campaignmonitoremail.php',0,'ÇòJ6A(Ì²ˆ÷tSÈÖ\0','ÇòJ6A(Ì²ˆ÷tSÈÖ\0','ÅMªí~ÈUÉÄ7R#a’‚o>L/³ãÔå‹àÛ','',0,'?'),('kýžl³Ï¡ünf.–','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/views/setup/constant-contact.php',0,'ÆNØ\0°²‘ýL°†˜”‘—','ÆNØ\0°²‘ýL°†˜”‘—','Âi˜2­\rxÉ>ØnâøgÛŒc¥ìa¬Äð* Ü³U','',0,'?'),('J„íMñ>\'‚šáÇÒŸ5ç','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/views/setup/convertkit.php',0,'dû•„yØóÉ´.äû','dû•„yØóÉ´.äû','™W	‰NG74a‹Ø„êèû&:»\rUiR¥ãK/ZQ$¨H','',0,'?'),('L²Î­Øôo™Á¯`„W ','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/views/setup/drip/optin-type.php',0,'ÊÇ4\'Rã{ô×Åm‰!','ÊÇ4\'Rã{ô×Åm‰!','ù&É²ð3\0Y9WëË—°@’SæÍÅ4‹s!ä\ZA˜ú','',0,'?'),('WV2,“ÏÊÖ‡Jœ[öÝ','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/views/setup/drip/proprieties.php',0,'¦gx\'î©áƒÄ€·¾ãÁ','¦gx\'î©áƒÄ€·¾ãÁ','Lú>-v–FeÁÀaVC\'Œ£©•¨ó\nrÓ™€´FJÉj','',0,'?'),('ÇÁ7êåúƒÞ™ƒ˜\n’X\Z','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/views/setup/drip/select-type.php',0,'7­‘ð¥öS[ªŽŸ ','7­‘ð¥öS[ªŽŸ ','\"óúûHRËR‹L›¡MçÛµN&÷y!ÍŠÑ±_‚*8','',0,'?'),(',@cÀÝ¶_ûc<¤Ãžì','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/views/setup/drip.php',0,'…ë/˜Ý©jX]6jC&Šµ–','…ë/˜Ý©jX]6jC&Šµ–','ùÍ¥¿($ ê~m”¯¢?Š«f 9wN·8±ÔUË[®÷‘','',0,'?'),('¯\02ÕøGVn\\NûM\nT','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/views/setup/everwebinar.php',0,'dl 5£Ëh`\'\'¯çÙy™r','dl 5£Ëh`\'\'¯çÙy™r','×ÛÒWÁ1‘M>	Èaë|Ø7Úcì¬£€Ú¢ðì^NÐ(','',0,'?'),('åÑ?‘»ø„ä•ÂëÐÌÞ','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/views/setup/facebook.php',0,'¸€v\ZT}ÑÄÆÓG¤¡(','¸€v\ZT}ÑÄÆÓG¤¡(','\"4üBÍx\rë:cÔkÖ-×8²f\\¶(j›pdÜ','',0,'?'),('¶êíS1W®þ–úKÀ‰Ã“','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/views/setup/get-response.php',0,'d´%Qƒ×6³¯;Øa|','d´%Qƒ×6³¯;Øa|','»\0g0öÏ¢ ~OP˜ÂO69Ö®{K½ºŒ’ÿÄG','',0,'?'),('‹QÅžUñb«~Ð£Å>','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/views/setup/getresponse/cycleday.php',0,'‰\'§]äåË\r§å*ud','‰\'§]äåË\r§å*ud','<}ÐŒÖ_nÈ q€µ298Îs2]#AÆé*X³ëÑ÷ÑŠ','',0,'?'),('rîÝ;ŸÑVù1[vËl†i','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/views/setup/google.php',0,'&ÜzF½}’÷ÛöJØYæ×C','&ÜzF½}’÷ÛöJØYæ×C','Š˜ê²CÄš6l^K]”µGóð˜¬ØpÃu®j','',0,'?'),('\Z¨:5*E¥ó¢3Êô‡','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/views/setup/gotowebinar.php',0,'ãË\"ß–™ªVÀ+µ6åÈ,','ãË\"ß–™ªVÀ+µ6åÈ,','mP›S}÷+ôêž>QíáxWDSp|Což‰xFÞ£','',0,'?'),('ÌaÆÇlãˆuÈÔ«\ZÁˆ','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/views/setup/hubspot.php',0,'[o œoNÎ¦\n^éh+MÚ¦','[o œoNÎ¦\n^éh+MÚ¦','\"ø*à`„u»•êVÞ¿ëÌS¦øó¥éÃùÞY{\Zi','',0,'?'),('7¦D/åL¼Ñçöh\"','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/views/setup/iContact.php',0,'8= ãv8÷Ð°>!íï','8= ãv8÷Ð°>!íï','-1CÅÛ¿?2ô|¬r~´Ím°1asnúê½hÆ/œe','',0,'?'),('D%’ŠÅ)ç—ŠÏØ†\"#','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/views/setup/infusionsoft.php',0,'™T?vùŸâÙ>RwY‚','™T?vùŸâÙ>RwY‚','ôÆ\r×OŒN/ƒq…óé‹×JL¦`ýTS“p¸3¾ËÂ=','',0,'?'),('ÌÃºätgé+>”Mw\'³','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/views/setup/klicktipp/tags.php',0,'c„»s÷¨,qd%»7M	','c„»s÷¨,qd%»7M	','c\\t<û¸/åŽ°rëŠªQJ––5j	àg\\\nëA','',0,'?'),('`Ï³öEÈ~i[g×3_jÉu','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/views/setup/klicktipp.php',0,'Œ¸¼öYWàæ}âòæõ¨','Œ¸¼öYWàæ}âòæõ¨','¿=7\0¢£e÷xÍ=C©:Í¢¯“A@Í.ÅV¾Æ§]ßÛÃ','',0,'?'),('è1ý¯ž°\Z%ù<G8ÿÛ','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/views/setup/madmimi.php',0,'6ìJ<cüŽÖ‰~`Îh','6ìJ<cüŽÖ‰~`Îh','°çJØœ­1w¦ÊÍ0ÛÌúÝj’”ÆOüV`¾±.k','',0,'?'),('½í–ë€ÝF¢FÌ=i','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/views/setup/mailchimp/api-groups.php',0,'uµ3P·ê…m1¾ƒžÎè8\n','uµ3P·ê…m1¾ƒžÎè8\n','iˆoZ‡ŒÌAv ò\0ë’ÏŸc²vìÔ÷“¤–N ƒ\rƒ','',0,'?'),('¡¢å&žA«½4ÁgÊÜ','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/views/setup/mailchimp/optin-type.php',0,'èƒËf_¼½9	Æ\rþ¥Þ@','èƒËf_¼½9	Æ\rþ¥Þ@','/p\\GÏ}%°‹Bò¬üm‡BÌÐ4÷\nB¿2Äã','',0,'?'),('†{ˆ‹6«%GÕšœ»_','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/views/setup/mailchimp.php',0,'­šÀ‰,_\n›Õ•äTà ','­šÀ‰,_\n›Õ•äTà ','À²¯…Òà®Îæ@Œk\'üNÉ³öNlëúdúü¸Ü(F','',0,'?'),('ˆ“ÚÿROðôà¥ÉT)Ã\r','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/views/setup/mailerlite.php',0,'4smHU@ó!Î_e|žì[','4smHU@ó!Î_e|žì[','@<ˆN;cå4Áý7ƒÔE)JUÊ3g—šw Ö:!j','',0,'?'),('e1ÄhÐq—\r¸nos–ê','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/views/setup/mailgun.php',0,'Ðe¶Ò·Fr”hM±OE','Ðe¶Ò·Fr”hM±OE','²`Š³7/t|ðh×?ùN¹jì§å“.kÁ2i\0Q,N','',0,'?'),('ž×ÕUÄ°Z1Ê¢}Ó¡€½','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/views/setup/mailpoet.php',0,'àçß_:ÇZöûl€®t©Ø','àçß_:ÇZöûl€®t©Ø','¾`M‰³ØÑý®šµö\\yñcŽæO¤M‡ùù\n0]5','',0,'?'),('¦1MÔ¼Þ¼Þµ^Æ#ÈË#','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/views/setup/mailrelay.php',0,'²å…«ž¨õ¥Ø¢å>èú','²å…«ž¨õ¥Ø¢å>èú','u#`=º8óˆ:çL*Êeém§{Ú´Úg¼ò 0]è_','',0,'?'),('|áÌåwÚˆd¾åìod«H','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/views/setup/mailrelayemail.php',0,'Ø›SËc¥\\?oŸx(ñ³','Ø›SËc¥\\?oŸx(ñ³','ƒS³î	Ïm±S8en¬‹„’)cÄñ}\rë²Ê\0','',0,'?'),('jèuáî¶Í·ß;„ìA	6','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/views/setup/mailster.php',0,'Éè£fÀ:ßBÐÝ¬«[Å','Éè£fÀ:ßBÐÝ¬«[Å','@OXîæ\0 ¨Â³ÙBþ­UêÅªÝˆ“¼dú°­µ÷Z','',0,'?'),(';B/œjxÊ-¶ëDd¯g','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/views/setup/mandrill.php',0,'ÿP^}k)à%~Â¥z','ÿP^}k)à%~Â¥z','ùþ¢‡sº\"<¡’î¦ðôµ·‡ŠŽÑÅx0Gñr|M','',0,'?'),('½[öBG‚wy\"wvvZv¥','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/views/setup/mautic.php',0,'ï\Z\'eM{/lÁÈòÀ÷æ^','ï\Z\'eM{/lÁÈòÀ÷æ^','¦çÊ’4“d`!´ˆ±»—Æ¨)xH5$£ÍàŽ-kƒ','',0,'?'),('§§¬Ë¹å.èD–vrf','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/views/setup/ontraport.php',0,'ÕíÏ¤#‹2¯Š\"z³qá','ÕíÏ¤#‹2¯Š\"z³qá','\"Êr¬ç³‰~~¯d×$À3’Ìé€2 <[\"Ùš','',0,'?'),('­»\nÿáPˆeO0wšHäÚ','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/views/setup/postmark.php',0,'K\rn¨é³@Š–q·ó1X','K\rn¨é³@Š–q·ó1X','{‘m‰Â£ÏkûŒomçháÍ®8÷û¸V \n\ZŽÓ','',0,'?'),('¾·ƒ“Wp|I‡´§´®‡','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/views/setup/recaptcha.php',0,'÷.¢\Z?5©CKïIÆAÊP','÷.¢\Z?5©CKïIÆAÊP','‚ý”üˆ»8Éï¬Pn™YëƒÊ/p®U¿n±H','',0,'?'),('r 5ù?	yW‡fæÍ‰0','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/views/setup/sendgrid.php',0,'GúÙùÄÇÐÁe','GúÙùÄÇÐÁe','½%›@r0Ô˜²Ö6¥›‚¦æ·7lV>ús¯ƒ\Zý','',0,'?'),('ñ¹°Éšýéšç!Næ#p|é','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/views/setup/sendgridemail.php',0,'Ì	g@yYãé’1.pJ¤','Ì	g@yYãé’1.pJ¤','/÷ùØ¨­!ƒ©3•Û`™ªû6l·ÅÌÒF<WÌ\07z','',0,'?'),('9	\np¨ó‹3XŽ>','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/views/setup/sendinblue.php',0,'”ëUüÖóP¥TÜ4ÌúÍ','”ëUüÖóP¥TÜ4ÌúÍ','\rbó$¼*\0	‘TãÅ­\0Úáº\ZG0›ƒáª¯‹‚\\ý','',0,'?'),('@Ü¦‰÷¦S­¤¦Q¸¾(4','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/views/setup/sendinblueemail.php',0,'Éy©«štvO_W¥4Ûo&','Éy©«štvO_W¥4Ûo&','‘½\\TÎ˜³¬ƒó…è‡+(\rß6‰ug\"=MÕÚ','',0,'?'),('}	³¤ßø³éakÈòTƒr','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/views/setup/sendlane.php',0,'¤ftèE’¦»¥û_','¤ftèE’¦»¥û_','FA?¾¿@Ë2ñÚÆ\\¯¨?Í¶¹÷>N5Gîÿ¯£','',0,'?'),('‚æ^¸¼õ›	’–w{C|','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/views/setup/sendowl.php',0,'§ nì°`Ó¯×g1H%¹@','§ nì°`Ó¯×g1H%¹@','§tþ€©^EšKÕ!x#®èªéüß/Ãº²ï…','',0,'?'),('ûôíñœµ*D1Íö­³´x','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/views/setup/sendreach.php',0,'M’Â´£×­÷ë•áþ]¬','M’Â´£×­÷ë•áþ]¬','¢“»S@\rþ¥«‡—Ê.Ãã¡šÂ0î^¶íÑÙ)ÆÞ,','',0,'?'),('ÔNsHœ\0â1Ú–cˆk¯{/','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/views/setup/sendy/note.php',0,'óèZž˜µý|(¦±v¼{<¨','óèZž˜µý|(¦±v¼{<¨','jF@tTw¶\nÂwùA2;w\n48õíMˆ…út\'´ã]','',0,'?'),('§‡pôNó¨¬œõž ÓnÖ','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/views/setup/sendy.php',0,'d¨v‡¨%VB4:;56þ','d¨v‡¨%VB4:;56þ','TºÑYÝl\nsÿÜÉ0í€vŸwÇdŒ†\0Såý|<','',0,'?'),('Twi*h_<PtüBÜ[\'¾','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/views/setup/sg-autorepondeur.php',0,'T#{ì\ZGo.]·HýgS','T#{ì\ZGo.]·HýgS','zQZ@ïÂ+y`>N‘9…‰Öf—¡:äH\\ø$','',0,'?'),('(µèãÜ§ÃS!V]r²ÃÙ.','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/views/setup/sparkpost.php',0,'™…^¸ä-†ˆlP?øì','™…^¸ä-†ˆlP?øì','¸ãýÓ‡Èì`p w#,\0kE2}çzp\n?h‚ªú','',0,'?'),('÷@ÜèÁo½-f³’Ì','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/views/setup/twitter.php',0,'¥B»|ðÛËOEàlº\'Q®Ô','¥B»|ðÛËOEàlº\'Q®Ô','\"ç^ebÁYD5ÙÿoäÏø‰–)Ò%¸K#\">>¸<šó','',0,'?'),('ÎÕ¶ü\'Ü€>$Ø‰Z','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/views/setup/webinarjamstudio.php',0,'ž¾t¸ ñ¢\\}ÍfúXÄ','ž¾t¸ ñ¢\\}ÍfúXÄ','¤@bkFŸ\n‚´oóååöŒEGæC»Ä\rvï]ÜÜ','',0,'?'),('\0Ñœ¥Ò½>	<®kÞaRD','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/views/setup/wordpress.php',0,'-¤¹¶g5Ã~ÇÎÄ#/Çœ','-¤¹¶g5Ã~ÇÎÄ#/Çœ','Ü<‹›XWÂ´:¾ïVØ@ùí,EŠ}iùùa»ñ$€','',0,'?'),('´+·!ºy³\no~ˆ»•z$','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/views/setup/zapier.php',0,'5COû¹ao¢5t®¾ë.~','5COû¹ao¢5t®¾ë.~','ßuSU1›è©cQÙ<D˜±´/;U‹k«ñîe-œ.¸','',0,'?'),('XAIw³\n›=x†T®9w¨Ã','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/views/setup/zoom.php',0,'ÐÈµ¶ÒÆä&|–°','ÐÈµ¶ÒÆä&|–°','3 J™·+¬BlÇY»(/Âßºe`8HÑ\'w«¾¨ÜÃ','',0,'?'),('\Zëœ‘8,+Æyètz;uù','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/crons.php',0,'-@œQ–Þ…Ð†f/8¿','-@œQ–Þ…Ð†f/8¿','Õ¿Î_ZÄ[ûv¨Wê692¢z‘ƒ½i²õmPòÒ²€,ö','',0,'?'),('c¢R•À)âÎ8ª©iv','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/db-manager/class-td-db-manager.php',0,'í†!g¨û++‡´;hAõ','í†!g¨û++‡´;hAõ','ÅxYïËË¢¿ªøàøÉ^cŠ3ò5mO›½~Á_Ö§\"v','',0,'?'),('H˜K›f¾šÝ.Ì¡BLcB','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/db-manager/class-td-db-migration.php',0,'žâ^\'’8oãÉ#@ÃôÆî','žâ^\'’8oãÉ#@ÃôÆî','O	ÌÄ‡{\rõN@ZKqó|´Û„m$¼RFbîÉ_äµV·','',0,'?'),('9õ	µ´·±Wi*i˜u','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/font-import-manager/classes/Tve_Dash_Font_Import_Manager.php',0,'Ã3€ìâ®°‘gá|\Z','Ã3€ìâ®°‘gá|\Z','2¶·³¼ci©»¡¿ÕY±Ê<LÂfÝÄ™‹ì\Zþ&¦“','',0,'?'),('dpÞ<šm=ð#@­Q','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/font-import-manager/classes/Tve_Dash_Font_Import_Manager_Data.php',0,'Ïxþ²g:KcÓ’)iè','Ïxþ²g:KcÓ’)iè','pØºS½Vú±_~”{ûÑÉ;ÐÈ—Åù9žÖDAá','',0,'?'),('.¯£<R¨%8\r!','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/font-import-manager/classes/Tve_Dash_Font_Import_Manager_View.php',0,'4âDìäÄ€[¬=ÛMà»ƒ','4âDìäÄ€[¬=ÛMà»ƒ','š¦–wï+éMÈ£gV²®°Iô@&J&\'vµÃ0þ','',0,'?'),('¦1¤¼%MšÌõ# pá.Ö','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/font-import-manager/views/form.php',0,'Ü·RÑ„ÉbLÍ›^8','Ü·RÑ„ÉbLÍ›^8','ñ}YY5û	?Ÿ;Žìx]?`ÈsV¯p)sê¢¬ã','',0,'?'),('Â\\Ü‚”(ºœËpŽ0U=7','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/font-import-manager/views/js/manager.js',0,'ãi·£4dîº»þ2YÓÙß\\','ãi·£4dîº»þ2YÓÙß\\','í}Ø¡V˜üNÇ$A–ÎD¦ƒyH0¦>aÃ{ß)','',0,'?'),('˜07ÛÔøZ«àƒûÜÌ','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/font-import-manager/views/main.php',0,',ÊþR×Ë>;«Üºjo_o',',ÊþR×Ë>;«Üºjo_o','ÈÐ˜÷f4HeÍX6´Ü‚¸Ì[6ËVLÏ–\nÈípwî','',0,'?'),('6»u·Ü`e¯w=•2‡','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/font-import-manager/views/messages.php',0,'B<ý‘^á­F’Ñ\n¨','B<ý‘^á­F’Ñ\n¨','ìØ“FÝ§ääa“}ƒ&ØlÖ«ç?©X`4ï|Ô#ÔS','',0,'?'),('CHC‚|N!å¹èCß‰~','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/font-manager/font-manager.php',0,'³®%ËõlX&«PÔ”Æ','³®%ËõlX&«PÔ”Æ','¦‰Z*wtÄxýi\05ÙxÚ2ì²Ô¤ÚÝ«`µDÍjÜ','',0,'?'),('ù÷l„MùGÄ‚nè¼zË','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/font-manager/views/admin-font-manager.php',0,'ß§É³Î„¹¾äÝÛ†­\n}','ß§É³Î„¹¾äÝÛ†­\n}','¥ˆñÙtsë\r¼qB\'$_,9ßÂÐ÷I=ÄÛP','',0,'?'),('jý3mBdoS¢è£U˜P','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/font-manager/views/admin-font-options.php',0,'–^Ûv;\nÿîm¥Ñk„£ò','–^Ûv;\nÿîm¥Ñk„£ò','õ\\æB­wv¶a<Œv(0ÂGÞ/‹³É5Í jc`Â‘ö','',0,'?'),('rA€WJ_#!jéú†ÂAû','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/functions.php',0,'CÊÿ-ëËè¿w%vCvŒ','CÊÿ-ëËè¿w%vCvŒ','Zì,ŒŒ·\'Ub<rõÕ·ÍÔ÷eêÏã¦€î-%Ë','',0,'?'),('®É‰îéÜãœ÷YW½#','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/hooks.php',0,'Æ¯«»J0p¯kÁî_[ö','Æ¯«»J0p¯kÁî_[ö','VŠƒO­~É·ÀàÞk?8õ1L©Ùœ,þ+\'ªå<Î','',0,'?'),('^ËMS×ÝHö¦ëéÇ·¡','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/icon-manager/classes/Tve_Dash_Thrive_Icon_Manager.php',0,'býL»‰Ià¦Åís§','býL»‰Ià¦Åís§',';èrÝ9ø2ÍÑÙÄûFŽû“59_á°õ‹ðp1E ¾','',0,'?'),('îÕµùR\0F©+£Sð²ÿo','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/icon-manager/classes/Tve_Dash_Thrive_Icon_Manager_Data.php',0,'éŠ`@æm`;µu‹¡Äe^','éŠ`@æm`;µu‹¡Äe^','ó‘lÊ(kq¯°È ²î²ÝÑ®œ^J¦+\nŒÜXœ›Í','',0,'?'),('9û3zq¼m¾›%ß<1&Q©','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/icon-manager/classes/Tve_Dash_Thrive_Icon_Manager_View.php',0,'(©Žßî²}ë(³¶Ýxr','(©Žßî²}ë(³¶Ýxr','É\'tÿ÷Y‘8@ç¡O8\" i=?Q‡âÕÙ‘àP?t','',0,'?'),('³þ<veÔº¨ÕÐK^','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/icon-manager/views/form.php',0,'¸Ax;“Ý¤ïC=5Íj;','¸Ax;“Ý¤ïC=5Íj;','?×bBÏ¢I„|:Äk%PädõçŸ8ÕnŠŽÞ¤g˜:pûN','',0,'?'),('s™èÇ/T	¶…{^ÛT(','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/icon-manager/views/icons.php',0,'¢ë\n”oµÚgŒcçSGõM3','¢ë\n”oµÚgŒcçSGõM3','°ä±ÇYB<°‘açí;Á§Ðy‰Zÿ†÷u½Å%Ñ','',0,'?'),('pº½fYO¬a\\Ã€b=','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/icon-manager/views/js/manager.js',0,'ñdÅ[98ŠóózñdåO','ñdÅ[98ŠóózñdåO','wr«/»í®xm–Ù¼Lh×Ž–w”é_ºà¼üù¿Y','',0,'?'),('Z0O PÛ”p…*%[.','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/icon-manager/views/js/manager.min.js',0,'ªqb¡yÈôÖ_ìW{tó','ªqb¡yÈôÖ_ìW{tó','@ôÖeo„É‹\\þt\ndSdýÃñ‚›ŠŒV‡O','',0,'?'),('û@u.f9“T\'}1j•','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/icon-manager/views/main.php',0,'õWûœ dÄÞËu•5\'Uß','õWûœ dÄÞËu•5\'Uß','^Ž-ºâf@ÅÙÞ¢Ë#œ¹´‘fs‰ª¾fƒƒ/\0','',0,'?'),('E…(r$ƒ.¦ËicÛî','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/icon-manager/views/messages.php',0,'Œ.®S¶,ë0/Aˆ]*¿','Œ.®S¶,ë0/Aˆ]*¿','<‘»1Äç‘ª¤`ûš‚0óT3L1ï§ûåðô–’8','',0,'?'),('$ñ¡Ù­âµAü\'}ÕJô','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/notification-inbox/assets/dist/admin.js',0,'/{bóº\n _¥sd~ë™Ç7','/{bóº\n _¥sd~ë™Ç7','æi´¼ôë¡ÉgXÙÿ¶¡ÿbß.	kÁ&0XåÐ~¤i','',0,'?'),('3Š—_.ù9B}É(ø','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/notification-inbox/assets/dist/admin.min.js',0,'¤)\rÚr2KþP£R','¤)\rÚr2KþP£R','À?Û/ˆg¿A¿6‰Þ§b^CnPõ9©ö1\"{Z','',0,'?'),('‚—bØ¦ó€ï‡¦','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/notification-inbox/assets/js/admin.js',0,'þUþzôæ?¼‘`iN','þUþzôæ?¼‘`iN','½†,©ãXM£„-o3ÊÖùRM|œ RÙÍô®z UJ','',0,'?'),('µˆâ²Á£òne˜Ø‡°™™','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/notification-inbox/assets/js/collections/base.js',0,'Æ-Ø]À(—	Iëôûˆ;Ù','Æ-Ø]À(—	Iëôûˆ;Ù','ÚûO~nml\0ë|áþ×{vÉîå!Ôø_úøqnñ…>','',0,'?'),('oGý.ë°“?b£ßdÅí','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/notification-inbox/assets/js/collections/notifications.js',0,'ç¶óÂÑ¨Tjö‹ºÝ¤7','ç¶óÂÑ¨Tjö‹ºÝ¤7','ˆÝj2¿Öƒ>,Hv#3Æw.LÓ\rcAöo”7Eä²@','',0,'?'),('…a×ß\rCû³$vaÞ','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/notification-inbox/assets/js/models/notification.js',0,'jd€ÀüÖÑB${q¬Š\n','jd€ÀüÖÑB${q¬Š\n','n¸¼t™P§É÷#ÚO]ÄÁ³t‚áð½8­<38¤','',0,'?'),('3ÛR@ûóýåÇTp˜Û{','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/notification-inbox/assets/js/views/base.js',0,'L@«ls«Õ­t;ô‰é±','L@«ls«Õ­t;ô‰é±','Ü\0RÐ“TxƒB¼yi+M©“Åªw6\\9úé<é\Z>s','',0,'?'),('?CçKR”õE\r\röÙ','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/notification-inbox/assets/js/views/notification.js',0,'™t@¨7G”Þ,•i6+íV','™t@¨7G”Þ,•i6+íV','‘|ˆÄäÉèoÈ³…÷t¯B”«¼â‹ˆ„ÆÉáJÓÍ','',0,'?'),('C3„,à‡Œsœ0Ãp”Ó','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/notification-inbox/assets/js/views/notificationCounter.js',0,'\\/@±BU ©ÑÞä\nfMa','\\/@±BU ©ÑÞä\nfMa','5°ÈT1ô>ÿƒ·àÉà.\0«ýhÀ5¦Ð®YÊm<þq3Ê','',0,'?'),('Æ{Û¼Î“FüI¨•‘e…›5','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/notification-inbox/assets/js/views/notificationDetail.js',0,'ZÇ¶ì[Ç#µø‡ïÊ:vÍ','ZÇ¶ì[Ç#µø‡ïÊ:vÍ','Ñ§ë¿·.§F@/J•w´Qó# OýÜU\\zt¯äü','',0,'?'),('`»Ÿkb’¿èÂå×ãw','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/notification-inbox/assets/js/views/notificationHeader.js',0,'X]/¢5UúšÍ˜Rã\\','X]/¢5UúšÍ˜Rã\\','?´’t3öúÉÝË\'#%Ú¤Üúúy³	T‡µQ—šæ ÑT','',0,'?'),('L*^	Eœ\n[¦BsÁ»Ô²','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/notification-inbox/assets/js/views/notificationsList.js',0,'³ê2Íë%È¨½SZ;…\n','³ê2Íë%È¨½SZ;…\n','aõ—v{›”J3ïñ,žÃ•@ÀÓùÂö-¥À«(p˜½','',0,'?'),('Xðþè†e¯Œê4R','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/notification-inbox/class-td-inbox.php',0,'û2ç®1ÌeÖ¯n{oô','û2ç®1ÌeÖ¯n{oô','šJxWG:™>»„”¢ôÒ“s\Z‚éq#ÁT¥ƒ}r’b','',0,'?'),('/úè0…N”©åa˜éÈè[','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/notification-inbox/i18n.php',0,'Á3óR\0{¾)$¾möqú¸','Á3óR\0{¾)$¾möqú¸','ÌN*ýrz©û²§Û5nQÊþÂ&!ÑV¦Ã}f›','',0,'?'),('‹ùE{…MVãÇ³<;Òœ','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/notification-inbox/includes/admin/class-td-ni-ajax-controller.php',0,'iRÀ—úy(\n4Ò¢&¾yo','iRÀ—úy(\n4Ò¢&¾yo','°ë”ºmWÍŽÜø2ýuÝ¡ÆæÙGÎ$)É4çjÝ7s','',0,'?'),('¯&7¯]à—á¸àåðiˆ','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/notification-inbox/includes/init/class-ni-inbox-manager.php',0,'*Ùƒ‡É9Çå¸#×ã=Í×','*Ùƒ‡É9Çå¸#×ã=Í×','÷±.‰²\\;RíáÎ;?´öD_£IT$Pµœ o X','',0,'?'),('t?÷a|÷áã°×~|X','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/notification-inbox/includes/init/class-ni-message.php',0,'ØÐ~èoø_)ð;·$“','ØÐ~èoø_)ð;·$“','\r¤Ö¶f2è9b–ú&ªe¢”ïc6Ý›ÚGcM¯5àÁu','',0,'?'),(',–”‹ù5P–Xn8¶¿ä','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/notification-inbox/views/templates/backbone/ni-notification-detail.phtml',0,'Ïý`*wŠÞ\"{üCÀØ”','Ïý`*wŠÞ\"{üCÀØ”','K÷zØ\'1…²Œ¸×éãy„à~‡|ã0;[*','',0,'?'),('¥ò¤Wýpù1]1ÖmÕ[ÔA','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/notification-inbox/views/templates/backbone/ni-notification.phtml',0,'?JÞÈlŸÁ´Öµ\n\'j›b','?JÞÈlŸÁ´Öµ\n\'j›b','Ás2™›ÕrŠôÐ}hƒ°ÄÐ±=éqÙ§®å¦×/¥1','',0,'?'),('87Ô‚h\\geïƒ','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/notification-inbox/views/templates/backbone/notification-header.phtml',0,'pÅõ×6öÉ¶”Â½\'Û','pÅõ×6öÉ¶”Â½\'Û','l7åx™w¢YÐVZå)“‹/ƒº×`½ëEaXUÒ¹üÆ','',0,'?'),('`t‚}NEzñ0ÿ\"–¼0','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/notification-inbox/views/templates/notification-inbox-button.php',0,'`‰Ì]¡{á÷·/ÓOï5','`‰Ì]¡{á÷·/ÓOï5','\'µ\"Ï/pÿ8¨zå«™…pö“é-8^zD ^ÑÇl#ÎÉG','',0,'?'),('’“‚œrÕal™7¼bßFÈg','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/notification-manager/assets/fonts/tvd-nm-icons.svg',0,'P™ŽéªŽñ<¤¯IœLÏ','P™ŽéªŽñ<¤¯IœLÏ','œ°E?%Ï©¯.P÷/wâÄúU6¡àX]Òø™df¢¶','',0,'?'),('Ú¥”vD!¹ q’èì`ÅÎ','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/notification-manager/assets/js/admin/backbone/modals.js',0,'ŸR<û˜h%Ìz!H^Í','ŸR<û˜h%Ìz!H^Í','îA*¹Ò—	ƒô	6Jˆh–—-‚xúZUÐõ³‘‡àzm','',0,'?'),('dÖQdBTÙñ(£s^‚','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/notification-manager/assets/js/admin/backbone/models.js',0,'ÙÊ\rc3m7Iy¹ƒ˜','ÙÊ\rc3m7Iy¹ƒ˜','ëª@~‡k%MtïË0òNeƒ€„â/–‰+ÄCu//™%n','',0,'?'),('i?0H¾¶ìŠûµ»×æÕW“','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/notification-manager/assets/js/admin/backbone/routes.js',0,'	eMñ/0Ã†\nÝyR·©','	eMñ/0Ã†\nÝyR·©','¡´Gdñ¤ÜjYÉ›]tÂ\rÁv×ÏÜ‰3IT˜¡JyÝ|','',0,'?'),('¾à÷IÞ­:òŒVO','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/notification-manager/assets/js/admin/backbone/util.js',0,'KÏîD#CO,mð‚','KÏîD#CO,mð‚','LÃÌølŠV¼„aI8òqÑÞ½ÜŸÓë}ñ<†R.Ý‘þ','',0,'?'),('½í\\Ñud‰Ácc~2g','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/notification-manager/assets/js/admin/backbone/views.js',0,'”(ß\riž’!”À¦Ýµ¡','”(ß\riž’!”À¦Ýµ¡','[Ž<.ú†¡µ#:Þ5œnÃÏú!	DÃ¹¿Â»œûÈÝÉã','',0,'?'),('®Hh—T…p£ÄX˜™æSØ','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/notification-manager/assets/js/admin/backbone.js',0,'ÜZ˜ Àµ Öí_òÏ+Ä','ÜZ˜ Àµ Öí_òÏ+Ä','²³YˆóÜãËëãnè˜$‚ZKŠ¸1ðþRX6ÍGF’ú','',0,'?'),('Ñ®\'²’g\'d_Ï«yt','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/notification-manager/assets/js/admin/backbone.min.js',0,'1~¿¨JíÁS‡äŒP¯','1~¿¨JíÁS‡äŒP¯','ú¯k“ö\\O¡`Î9nh³ŽñV>ø&™™^ûidw_','',0,'?'),('†<s¬ÙæòÔf¥@÷Ùß','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/notification-manager/assets/js/admin/wordpress_notification.js',0,'ÍÖfi)¨â—\0Ü©îáº','ÍÖfi)¨â—\0Ü©îáº',')îš\'§ƒ“y¥ñk­ï¿eå8€îFŒÝ­ç3â','',0,'?'),('Jt;\Z†<r ï¯¡/í³õ„','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/notification-manager/class-td-nm.php',0,'v¸ÄÈi>nœv7O¤','v¸ÄÈi>nœv7O¤','X	€±å¸\'ÊaÈ²­;ÇÊLÊ%®Ê!fÞ1=¿C†','',0,'?'),('uzÙ‡>Eìu+ƒ&óél','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/notification-manager/i18n.php',0,'Ãá«vo[ëÐP™MJj','Ãá«vo[ëÐP™MJj','WôY÷ÏÐyé#Q¦5¹Ö#Üª´öEI*Ó”˜éñÀª4U','',0,'?'),('W0üOl>šR³à\Zÿ¯•Ý','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/notification-manager/includes/actions/class-nm-action-abstract.php',0,'i5öAq‚KEfìïÉÊV','i5öAq‚KEfìïÉÊV','êÑ!³â/:¦³œÝ¸KáÐp\nEÂù2&-ep”¤à8Ðì','',0,'?'),('Yüê1±–:3lfm\\|V\\¿','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/notification-manager/includes/actions/class-nm-action-custom-script.php',0,'÷îŸ7rÄ§hù#¨¸Þ','÷îŸ7rÄ§hù#¨¸Þ','ÓžOÝ–~ÉåNh|ïeŽÂt&\r=lŽ#^ª×þs','',0,'?'),('{® üäÃõaÁe¬ó','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/notification-manager/includes/actions/class-nm-action-send-email-notification.php',0,'áO‡Âl=»´2Ã­v›','áO‡Âl=»´2Ã­v›','m¶_G]aÆ\Z}ëw3u—HÔˆ¶ö9Â­S;‹Ñ','',0,'?'),('u€ÅCÌRë‰Ô™„I]','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/notification-manager/includes/actions/class-nm-action-wordpress-notification.php',0,'¦·C	‹\'_·éÇ—òç','¦·C	‹\'_·éÇ—òç','H;úBª›“´­Q¿ŽÏ>j_@½®$LêéYsŸ‹ý','',0,'?'),('[ÂK<;qçËéÌ!tªÓÅ','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/notification-manager/includes/admin/class-td-nm-admin-ajax-controller.php',0,'ó\nTÒ‹AF¶‡ª¼‘M','ó\nTÒ‹AF¶‡ª¼‘M','Ë{=‚µeàøµÚd¤ÓnÅžSvgÌÞyó¦ºÅhaÄãD','',0,'?'),('ôlö’\0†óý4B%—õ','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/notification-manager/includes/admin/class-td-nm-admin.php',0,'{Yz‹8![B$àDµ','{Yz‹8![B$àDµ','ï\\\Zð»Šó¾ŸÑqê¼	Õ5ÅÛ*¸êßAÔÔ.E','',0,'?'),('b\rEöŒàÙ†–Fˆó','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/action-type-box.phtml',0,'iLÆ¯Ny#ÌÒáÄG9éé','iLÆ¯Ny#ÌÒáÄG9éé','Â¹ÅjÔH-Ž£æŒìçä‡0°ÐÁ8Œdõ¶×35læÊ','',0,'?'),('ÁŒÝ»ŒÏxˆé¦°â¹þ','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/actions/settings/custom-script.phtml',0,'lô‘PÆ\nÖ”¿•^›ªN','lô‘PÆ\nÖ”¿•^›ªN','=#2±`6G²î­!ƒ\"Ó]B?‡Æ«)¤ŒÓ*èpò','',0,'?'),('¬Ðc4’<\r(p–Ùc','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/actions/settings/send-email-notification.phtml',0,'õ¶´n9’\\™ó¾ùc.q¨','õ¶´n9’\\™ó¾ùc.q¨','ÃqY4å({ŠeýÖé¬šì’ \"[€($ÁC&‡\0','',0,'?'),('1Q:÷µÛÔ\",Çøøœ²','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/actions/settings/wordpress-notification.phtml',0,'K=¤­øÝXŽgÓèÉ_','K=¤­øÝXŽgÓèÉ_','ãd.xÙ{£ø¡¬ïß„¤C™W‹NÉ0Y\\90\ZsÝ','',0,'?'),('ÇÊx}ñ±õð\rìI@','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/breadcrumbs.phtml',0,'%ñX=½³èõT`Áñ','%ñX=½³èõT`Áñ','5‘QÙ»³NWù1ìÐµçÆÿŠ%cýíå/©ÙÆ”A½$','',0,'?'),('âEÁšD4ÝÀ›ýó','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/dashboard.phtml',0,'ÅseÂ9ëÐW6ß+\Z','ÅseÂ9ëÐW6ß+\Z','bt¿ Ú4 arl€î?C¹ÐWG”Ûé¼Äáàç…ˆ','',0,'?'),('a\'\0>™üæÌÝ[µ0\nö‚Œ','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/header.phtml',0,'Â_«1\"Å3\'€D®®¸','Â_«1\"Å3\'€D®®¸','5ÿÍ®¾ÐUŽ\\3Y¿¶µøì›˜vw2Cä]˜g€µÁW','',0,'?'),('|œÓi›„kihir³Y','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/messages/form.phtml',0,'Ï£QÎÒ¬^£}6¸FhØ','Ï£QÎÒ¬^£}6¸FhØ','k-Äc.¢jGµŸ§X–FIk¸‘åÂË5iQcÍy','',0,'?'),(':¤×{Õ6Ô¬€Ž+]û‡©','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/messages/shortcodes/item.phtml',0,'›_ï‰§ þÁxaÀžG»Í','›_ï‰§ þÁxaÀžG»Í','™aÙ.U@t=r½=Çâ¨ì7Š@îvô`è‹D±Q\ZF','',0,'?'),('œ&}µd_çÚv§&V«','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/modals/add-action.phtml',0,'aB¨AògÌÙõV¬³†','aB¨AògÌÙõV¬³†','4ùy—OÕs´‘è•\0Ïr¤µCáØ5‘b µÕ…¼/','',0,'?'),('~7ëN°¼:%pj4síÂ','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/modals/create-notification.phtml',0,'QbÊÁ–TâRÖûˆ£³{\nL','QbÊÁ–TâRÖûˆ£³{\nL','D¨î`U\"C\r^mqxùåýãýš|†g•ÕñKY(¹ª','',0,'?'),('Â}}¢ýì=G\Z_³±QÔà','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/modals/delete-confirmation.phtml',0,'wÅ±q‘{¸2·%XÌ\'8£','wÅ±q‘{¸2·%XÌ\'8£','HNt£-ó2)€€ã3ßƒá©‘(§‰šÛÈvø08','',0,'?'),('M¹È¡ 4S6(ûbd\0ÜZ','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/modals/edit-action.phtml',0,'Œ?jˆu*UÚ»LÂhnå6 ','Œ?jˆu*UÚ»LÂhnå6 ','\"l\0CG£}H„]ýHgpY5Jõˆ‰âTpQnl¾','',0,'?'),('~9¬þqÙ0pÂäÉ°L','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/modals/edit-trigger.phtml',0,'Â¿ÓEû-hUOfÛƒàî','Â¿ÓEû-hUOfÛƒàî',':\":£ÙÃÍMó*¥ß!²œª\Z8~}õ<<H^mÉQ','',0,'?'),('VË²C¶1|ÕÇ@Œ)vç','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/modals/email-services.phtml',0,'#\rHZÈ+Å%Â','#\rHZÈ+Å%Â','PmÝêðEÑÐØç•ßMüNŸLú;®\'ËøGaj°ÚÀ','',0,'?'),('rI–:ÊS©ù«‹Ì«²T','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/modals/notification-summary.phtml',0,'Z´5³7\r\Z‡*ðû\"›¿X','Z´5³7\r\Z‡*ðû\"›¿X','Y 2£	’Ö`AÖC@J8HÛ&Ö^Ýøñ\\ÙSø','',0,'?'),('ïf˜ðŸ¸Ï¨Ìhµ_¥o','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/new-button.phtml',0,'I_BJ:®Êeñ½Tßû','I_BJ:®Êeñ½Tßû','DÀÁS_,oÜ¾Žl>~ÀÑ€ó_ÜŽµó’÷Ÿüˆ}<×','',0,'?'),('KÚ±ÈÄ¿V¸O™ú!éÿn','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/notifications/item.phtml',0,'¢/Pæ3^ÒSqJµÎ	´‰','¢/Pæ3^ÒSqJµÎ	´‰','ˆÓ£É!Ç5ôjž,ÿße<Êçî>ÈÔžçâŒ3“µa','',0,'?'),(':ÚCõ~ûLÄë™ÛÑç³','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/options/action-buttons.phtml',0,'‹ïfœ\Z&T\'q	&ÑJ','‹ïfœ\Z&T\'q	&ÑJ','*9)9¾‹œ]¶;9¤8®èïX!\n<ÊÖi@©E>[','',0,'?'),('\Z$¢ÂÑƒ¦à/¦´ê†Ð','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/options/checkbox.phtml',0,'G›”²K®ÄÇ(U´O','G›”²K®ÄÇ(U´O','º‚Õ’&øS½Iî¢×³¦»3\0Lï¢ìn¿¼vý–˜µ>½','',0,'?'),('B~t·—.o­ž,Îà¦EY£','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/options/input-multiple.phtml',0,'¬”Ø²‚“öÆ$Ðt¡\nŸD','¬”Ø²‚“öÆ$Ðt¡\nŸD','=\Z;…àãnÏøT¯‹bNÉ‰šž=¾ÌÀðÆ}','',0,'?'),('}ýF°¿>1°¥Q€q€N','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/options/input.phtml',0,'-{gnƒN9®Y9[ú2Ñç ','-{gnƒN9®Y9[ú2Ñç ','gDÐï=hÆ#\\ôÚñë“kŠxºöúJHÀžTBv¹8òj','',0,'?'),('.¶)©ÝF&ÆŠ¦ ºží8','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/options/option.phtml',0,'ÛaŒx}lÐÌŽîë)N','ÛaŒx}lÐÌŽîë)N','\ZÈÓ—Z÷£Øù`½ufÿ}mÑvûôZ`áçá~	 ','',0,'?'),('Ý÷ýU2e€†Óü§kZ¢','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/options/recipient.phtml',0,'8\"ç9F¯z`vµ6Ì& ­','8\"ç9F¯z`vµ6Ì& ­','¿²SPÇúÏ0MUkéÉ\'ó7t3xXoäã©dIµÁÞ','',0,'?'),('m×‰ÓÄ‹l\"œ ¤ã','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/services/item.phtml',0,'„Èóÿ¼ëšø\"kÂ.«','„Èóÿ¼ëšø\"kÂ.«','(\'YÓ¹¨ÏÁ¿¤¨umH®ryô‘¼7ú92\"^\"C','',0,'?'),('&\0 p€ÌSÕäÌ²s¶>ˆö','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/services/thumb-item.phtml',0,'ÐNðÄUôŸ–óéwô¹','ÐNðÄUôŸ–óéwô¹','Ðü¬ù7 çq—tQÉ)Î•ÏÑ|þ@OýÈ`ÀP7','',0,'?'),('\rÚÄ™¾Í}Ð(¦¨Æ%š†','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/summaries/item.phtml',0,'‚ºþ­ð^-O-N•','‚ºþ­ð^-O-N•','`\\ûÝ·lc¬×Ÿ˜wËsÍ)?#Œ^™î ¼@','',0,'?'),('Ù»Ëð]ã÷w—Ô(ØB','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/summaries/items/action.phtml',0,'¹BÄÙ»\'õR¼<O“(P','¹BÄÙ»\'õR¼<O“(P','k3ÿ«p¯ú»z·AÂöb*²cdGnð®+Op¯¤’','',0,'?'),('@„‡œDÊP%Ù{La¤rø×','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/summaries/items/actions/custom-script.phtml',0,'ÌíÙAá–†¢©N]}VŽ','ÌíÙAá–†¢©N]}VŽ','Í‰Ý³7O¸¬\n)ø¡(Ø~\Zô)¿lèm³)Îq\ZÙY','',0,'?'),('ÖÖ‹kDç1j@áºÂN(,','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/summaries/items/actions/send-email-notification.phtml',0,'–8‹Ë.˜=(k1','–8‹Ë.˜=(k1','ÞÞ”Àêü{H\0/ó¶Ÿ4«§Ô\'ƒf“+º¤aðz‹Ô','',0,'?'),('\räKÉj2µÓ”³!¾Ãä','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/summaries/items/actions/wordpress-notification.phtml',0,'ƒD—ê‘jîÜÓóùžš.ÓI','ƒD—ê‘jîÜÓóùžš.ÓI','U}\rœÇƒ]ïM²® Ÿ@ß›\Zõ/µ‰”aã->Nrt	','',0,'?'),('åbÉÂÏr\0Ó†2H®^Ô','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/summaries/items/notification.phtml',0,'	ësÅ^êIP´ËÛNÑóé','	ësÅ^êIP´ËÛNÑóé','>•NN#wøõüÎÚ¢a¤k´c\'¥¾:âŠ/Þ{€','',0,'?'),('ˆë¨XÊ.½¶åeqáR¿','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/summaries/items/trigger.phtml',0,':¬Ey 1ŸXf`Õá½Û',':¬Ey 1ŸXf`Õá½Û','–4„[Ë@Êê¨Ê«ne,Oæˆzý:»þ²o','',0,'?'),(' >€p\0„‹	öÑj&Äæˆ','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/trigger-type-box.phtml',0,'*FçÅ®%kf8\rŸy6Ø','*FçÅ®%kf8\rŸy6Ø','þ¾Eˆc¯²ÒžžÍ‹ë}ƒoòjŸú­™þ¢Ð†ÌëÓ','',0,'?'),(',†ûÓ†d«ŸGvA½c*ùë','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/triggers/settings/email-sign-up.phtml',0,'Ç2“OÉàòdäàŽJúË','Ç2“OÉàòdäàŽJúË','&~Ì€çÐn¯\\3»Ý¥6RÑ*]Gâ–Ž%û<ÛäDièi','',0,'?'),('‹ã_¶ßµêÔÄ¹B€Q','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/triggers/settings/quiz-completion.phtml',0,'\0õø2¶È*ñŠa}PÁægš','\0õø2¶È*ñŠa}PÁægš','GßKZgÊ!Ø€­åZ¿Þ¸·¾÷CL¯²¼ýŸ¶	E!','',0,'?'),('3oÇÚ¶°yúûòŽÎoQkØ','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/triggers/settings/split-test-ends.phtml',0,'iéP¼¿™d\rÊ]ÂW˜l','iéP¼¿™d\rÊ]ÂW˜l','!ßÉ‡þ£ÖzÂ£Äú8fCqý™.•‘ÆüèüÃÀhéÄ','',0,'?'),('[–½.¦ì¾Aq\"gU!È','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/triggers/settings/testimonial-submitted.phtml',0,'Ãn½RmSÕbôPÇ¨FQÎ¹','Ãn½RmSÕbôPÇ¨FQÎ¹','ÃÏLöÙVÄÃŸ¤µ…okÿ…êöÿqŠý„&','',0,'?'),('ôhÇ3Ÿ È£.†“%âŒ','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/unavailable.phtml',0,'´\ZÒ3è\0R&|íH?€…','´\ZÒ3è\0R&|íH?€…','–Ÿ”z§YìÎ:íµ‡Š=Cœ±*ìLýÐÄEÜÅ#›Å~°','',0,'?'),(' lÉÛÉ¿ôZ³ê?ñR¥1','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/notification-manager/includes/class-td-nm-ajax.php',0,'D³þ,tqæ>1àAû™','D³þ,tqæ>1àAû™','óðÑr+²Ö–8æsªŒ¨£E{^5›‚ub}ZC–¡','',0,'?'),(' è`î•7¹¨f`½:','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/notification-manager/includes/class-td-nm-checker.php',0,'Äñ)ÝÁïòò¦	rlì5<','Äñ)ÝÁïòò¦	rlì5<','bOCY9?­hÉÉ¤Ñ`}îþÊýp9Ãb„ÃºÓÓnÎ','',0,'?'),('¢±šÓi\\9åzµ§Yû(ü','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/notification-manager/includes/class-td-nm-data.php',0,'¼/\Z‘\Z®]R©yÊCC\"','¼/\Z‘\Z®]R©yÊCC\"','¬ùº>ò£§U„€6é‚³TÖò»i¯Ž]@ngù','',0,'?'),('\Z„$ƒ0H13µØ>L‘','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/notification-manager/includes/class-td-nm-post-types.php',0,'—;Ð\'\'«2xñç¶½','—;Ð\'\'«2xñç¶½','Ü8rAJdb¹ýhHh—ä5Œ²ÜìÙÿø½†Ve	ýj','',0,'?'),('ÀådÊ+|èšO§âý','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/notification-manager/includes/td-nm-core-functions.php',0,'ý+tŠQ‡À*\\+Ä¦çI','ý+tŠQ‡À*\\+Ä¦çI','L]¥WêBùŒ°h¿ÙfÇÿç­+zü…8î•£Å','',0,'?'),('‚‹qú½JfA†jÙø­’%¹','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/notification-manager/includes/td-nm-data-functions.php',0,'›êêÇÍÖÝ_ÿW;±','›êêÇÍÖÝ_ÿW;±','…˜xi	ËL1Æ0L1öõž]ÖaäwiõJRzOjXtÐÇ','',0,'?'),('­—ˆÅÝ7e»â·Š','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/notification-manager/includes/triggers/class-nm-trigger-abstract.php',0,'ÈÂ9¦±êlxo.Úù','ÈÂ9¦±êlxo.Úù','Õêe)¤äÇc£d`ŒDlUd\"r“èºÞŠ6ze^ï','',0,'?'),(' ;uãÝô}”÷QSÔ','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/notification-manager/includes/triggers/class-nm-trigger-email-sign-up.php',0,'ò²a„žÂJwß_\nß{|Q','ò²a„žÂJwß_\nß{|Q','ÏêP eÕwAeµû	b^™ˆ{gÏÝŸ OöwüºIÇ','',0,'?'),('.L¦ÜØŸ•\'.äuà,A','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/notification-manager/includes/triggers/class-nm-trigger-factory.php',0,'¬Ù\0ºÈ•fL ð×µ1','¬Ù\0ºÈ•fL ð×µ1','ƒŒýIÀÐ‰Á$MïÐc$jéu„òouïôA­‹º0(xÈ','',0,'?'),('¢€¿K\\ ¾÷*{S\'7?¤&','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/notification-manager/includes/triggers/class-nm-trigger-quiz-completion.php',0,'f,39YÀxÊªÊÿH­‚','f,39YÀxÊªÊÿH­‚','ó¥|Ým¯Ý*uG§ŒoªŒß4¬\Z?cV-vA”>','',0,'?'),('2,\nb÷{§`Yllçû','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/notification-manager/includes/triggers/class-nm-trigger-split-test-ends.php',0,'EhŠØÃo¸ZË¼®S³','EhŠØÃo¸ZË¼®S³','aÆ<$’µ(/öÚp‘bOÌ4öcÇFxQÛÆÛ÷','',0,'?'),('4Ñ‰½µº‚_›èú,‰Ø‘“','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/notification-manager/includes/triggers/class-nm-trigger-testimonial-submitted.php',0,'ö.¡,~w’ºzú@	a','ö.¡,~w’ºzú@	a','5‰þLbòqG•Æ*£³¢_‚‰[5¶Ã{×','',0,'?'),('	ãÇ¤Ëºõý/tl=¼¤ð','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/plugin-updates/debug-bar-panel.php',0,'m@ÕwÞŒƒwß*áoˆ•','m@ÕwÞŒƒwß*áoˆ•','¼ð7±Šà¹Õé‹4ôƒÌÅáfu)WYD—ók3Îsó','',0,'?'),('Q#ÙŒ{(G*88ƒYa','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/plugin-updates/debug-bar-plugin.php',0,'‡ZN©4O%QqBùŸƒ“¢','‡ZN©4O%QqBùŸƒ“¢','ÅqM4´¯ÄvÉùO„³Ñé°ú¬	\'RÙ–„Ôp4¤','',0,'?'),('vuGXþâm\n©¼¨™}Pê','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/plugin-updates/js/debug-bar.js',0,'ÍõŽH_T\r˜r*.ðLtô','ÍõŽH_T\r˜r*.ðLtô','Bœ°,<ÒÉ“ñGÁ«$U1Ýoh	3\\¢~¯ZÛhP','',0,'?'),('@Ý‚þeo.3Æx\Z<','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/plugin-updates/plugin-update-checker.php',0,'ziÈ²<R—Rôg6Üb','ziÈ²<R—Rôg6Üb','kWãLì+\r‹›I•Ä„évqÀ‚zW‰Ü\nÍ-$','',0,'?'),('My(GW:2ì#•¢þÐ…','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/script-manager/assets/js/admin/models.js',0,'³ƒ]ÓÚjÓO¶¢žÉë','³ƒ]ÓÚjÓO¶¢žÉë','PØÙ9É±­¶ë–Ê\ZÜ[	ÓË‰ýP&ý/x†b·±7À.','',0,'?'),('ò—1ÌárPº¢š§L‹IF','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/script-manager/assets/js/admin/routes.js',0,'46¢6µž‘¶â1à4ab','46¢6µž‘¶â1à4ab','·(«¢†ma\'!ñ}ú9éÁ#/S“XpCÕ¥’ˆ”…','',0,'?'),('„E/N¯•ÒÁE¸…P\Zœ<','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/script-manager/assets/js/admin/views.js',0,'½º55§XÛçLùbO','½º55§XÛçLùbO','Àáñ¬ÄÜ“=z>ºe¯½17ÚWíT¼0ÙÞë','',0,'?'),('×kóh·-Âïº÷¶)*Û…','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/script-manager/assets/js/dist/admin.js',0,'Oì\ZVo9Ã2ý˜NÜç3ý¿','Oì\ZVo9Ã2ý˜NÜç3ý¿','ÀµÛØûtƒGNêCÜ±¼ÇNY\r€b „E\\Ž”','',0,'?'),('§/òà-%r-ßHŸæRù','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/script-manager/assets/js/dist/admin.min.js',0,'›¦XMøfº…9ãcOHéË','›¦XMøfº…9ãcOHéË','ŒaU;¨.8!¿5=·hõœÏ·§î¾H‡u‘¥‰\r','',0,'?'),('âìR×£?æ-VÖ\rã”','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/script-manager/assets/js/utils.js',0,'	¹Š}j¬ÔF{Ž¹\'Î‹','	¹Š}j¬ÔF{Ž¹\'Î‹','Kà-Âµœ„ |Ä/BäËç¯‹)üŒ¹kdßÝ)…Iy','',0,'?'),('“ný\\Éoû…bÅÞ’Öë­','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/script-manager/class-tvd-sm-constants.php',0,'sR³ìãu{‚C¦ì¾‘ïn','sR³ìãu{‚C¦ì¾‘ïn','óÌ‘wš,)á´ÿé8{—AÂQd<$pU<Eºp	]{','',0,'?'),('êÉx÷>ZdŒe„ŠŽ','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/script-manager/class-tvd-sm.php',0,'c(tCùó|ã\nÔQ¢HN','c(tCùó|ã\nÔQ¢HN','Šþ’ƒÿ_\\cg9-1¤AWD$\ZÀ˜”Øë¼•*%kŽb','',0,'?'),('•p%¥…EÑÇœ¡3\0ñ','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/script-manager/includes/admin/classes/class-tvd-sm-admin-helper.php',0,'Ê‚‘C#62š>]œru\"','Ê‚‘C#62š>]œru\"','•°k¥‰ËÌ.ÕÚ¨ßØ2=ô†ãzêð}5Sø”÷tŽòo','',0,'?'),('k[ÓRÀX\r7cÛÀ‘~','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/script-manager/includes/admin/classes/class-tvd-sm-admin.php',0,'šò“7ðW·‚ä°ÿú‹]','šò“7ðW·‚ä°ÿú‹]','ýz¦êbñÜiLé´€to	öÂùR«GUÝöÂ ','',0,'?'),('›—©”g&«.û°ÿ','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/script-manager/includes/admin/classes/class-tvd-sm-rest-scripts-controller.php',0,'îðCØ¹@¡Aõ{ØäÒêÑ®','îðCØ¹@¡Aõ{ØäÒêÑ®','f²A`þqŽuT™…ˆáN72{Á(Ûd1Sñ@Õ;','',0,'?'),('“ú³OŸ\n¾ªs]ú·öØæ','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/script-manager/includes/admin/views/dashboard.php',0,'¿5Š;§ä¶Ç‹ÚÑÉa…','¿5Š;§ä¶Ç‹ÚÑÉa…','9ûóÁöTM	HÇtB¯¶ñãyƒFãª9ÍÓÿÀú_','',0,'?'),('.\'5@|2x2úÒáÏ','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/script-manager/includes/admin/views/templates/breadcrumbs.phtml',0,'d›–ÉÒiÊ?s7Á¿ˆù','d›–ÉÒiÊ?s7Á¿ˆù','tTõéRualbñ\\_Î¸Š×(™aÖÅ,z^Ð©Åƒ','',0,'?'),('nÇ¢Ãä>yZ,¿ÍŽ€½”a','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/script-manager/includes/admin/views/templates/dashboard.phtml',0,'!Ò¼r\"Ûlfž/ÑÒ^§','!Ò¼r\"Ûlfž/ÑÒ^§','?dð\Zá…ñVAŽ²7c!@åoªVR/õ§Äëÿíïª','',0,'?'),('Öìêƒ×@ðÅD‚ y`','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/script-manager/includes/admin/views/templates/header.phtml',0,'àl\'¿Gã=éoa3ØÕ','àl\'¿Gã=éoa3ØÕ','Zu¿hsŠÃN=z»nèv£f.xå$TÓÖn‹§','',0,'?'),('è8ŠsÅDÑ,˜˜íÐ','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/script-manager/includes/admin/views/templates/modal-add-edit-script.phtml',0,'œÖ½%±ª†Ì¹¦¸','œÖ½%±ª†Ì¹¦¸','ue°\'H¡¢ObdG		©(˜‚©wùc\Zô0@Ä  X','',0,'?'),('øÒø rRoÙ.Ž gŠ','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/script-manager/includes/admin/views/templates/modal-delete-page-level-scripts.phtml',0,'5\néZ—©ûét\\->•€YS','5\néZ—©ûét\\->•€YS','qvâÓ§ª×Á]4Ñ_ÅÝ>i9.”N s?ÁÍ	”$','',0,'?'),('²¥. Øb¼õ~Wrï¹yV','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/script-manager/includes/admin/views/templates/modal-delete-script.phtml',0,'¦5\n­Ù;HYP€Bc6\nk','¦5\n­Ù;HYP€Bc6\nk','®šÍª=\"v@ñ‘P^Œ ÜÚÄ‡æP¼LÅr’•p~@k','',0,'?'),('åLþsk3–<6²ð;µ','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/script-manager/includes/admin/views/templates/script-item.phtml',0,'ÚVÉœœ\'M ëŠÙù¡BË','ÚVÉœœ\'M ëŠÙù¡BË','³Âì“-	;VBbÞ˜·~þ	PkOFƒÔÚ +žb–ø/ *','',0,'?'),('£<0Æºëé7Tž*þ{¾ãa','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/script-manager/includes/frontend/classes/class-tvd-sm-frontend.php',0,'6IYávXY1&\ZÔ“ð¼','6IYávXY1&\ZÔ“ð¼','ë °K-zËìÂºÃLà¢ç ýrÇ+ãÙ×¾D\'HÛ,','',0,'?'),('á›ò`I0(¨*\\ç‹‡','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/script-manager/includes/i18n.php',0,'Ÿ%œ…îú‹õmÜÏÄÇÓ','Ÿ%œ…îú‹õmÜÏÄÇÓ','°²€\n:on¾ŸaKÇ‹È®®˜z¬Ý\'\n/`5 Â—±','',0,'?'),(')»áKBÃ1m…ö±Tòp','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/smart-site/assets/admin/js/_utils.js',0,'f°£\\ÁFÞž¶9U‘3€','f°£\\ÁFÞž¶9U‘3€','{Á*\\zðT\'Óà¿8Ì‡k“ŽÊÁC$.%¤¤','',0,'?'),('×úäá©­¾aŸ§[f¹2','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/smart-site/assets/admin/js/dist/admin.js',0,'ðj ¾—\r×{-­‡zP$Q','ðj ¾—\r×{-­‡zP$Q','­þ¥ËZG^\\6¦iCès‡ƒÜ#¸È‚€žÍÃÂ¾çÜ¼','',0,'?'),('ÐBƒ&Ò\n!Vc¶Òâ\'','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/smart-site/assets/admin/js/dist/admin.min.js',0,'`þÆérOrµ&êÊ(½…','`þÆérOrµ&êÊ(½…',' lZ§Q1T•Z¾ç¯R}Ùl°É(~ÒÊ|­t“‰Ê/','',0,'?'),('wE2Ž[X—ûIqñQ','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/smart-site/assets/admin/js/modals.js',0,'þßhz–Ç /ò¿†_F/','þßhz–Ç /ò¿†_F/','vs€þIüº.…­ô QJ˜tœpÇƒ¥`ÕM','',0,'?'),('¡ñrŸx“\nI£Á }kÕ“','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/smart-site/assets/admin/js/models.js',0,'xƒX ×õg¨ûà!-\rüÍ','xƒX ×õg¨ûà!-\rüÍ','Â—\0V–¸fd½íÈÒ u€ðì+¦ÓÚL™ÍØÁ)','',0,'?'),('qíÔ\r–¾´œQå \0','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/smart-site/assets/admin/js/routes.js',0,'€}Ò>åW!	\0ÚQôn,aª','€}Ò>åW!	\0ÚQôn,aª','Ø\'Éè½\rÞåxÎ£^]Òˆ÷EÛE\Z\rßDA K°Iø','',0,'?'),('ê>Pkùµúœ²îÊ8','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/smart-site/assets/admin/js/views.js',0,'n÷o@–bPjÓkcb~ÙM','n÷o@–bPjÓkcb~ÙM','`ÝåÚ#6™“ø‘ÍÍWóöÑö rQp¯M','',0,'?'),('á$”ÎMØ–xé¦s^:w','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/smart-site/assets/js/tcb_hooks.js',0,'„þ@Jæ]/ úÕºpù”b','„þ@Jæ]/ úÕºpù”b','†O\"W$¦¹Þ~T{+\"ªywúïwCA·ï_p‰\"M','',0,'?'),('us\'%D\"?ÕŒó*ãÎŠ3','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/smart-site/class-tvd-smart-const.php',0,'Ç®ñ¡ e9z”É¦­¿Ü','Ç®ñ¡ e9z”É¦­¿Ü','¸´:§&UäbòŒ¤Sáê¶Ýî£bUDÖÑÞFù9Sñ','',0,'?'),('þÂí6Ü‘–‚ûìÌ,¡','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/smart-site/classes/class-tvd-global-shortcodes.php',0,'TþÜÏÝs¸‘R¯¦úÚ²','TþÜÏÝs¸‘R¯¦úÚ²','çn+h”8sÎZ®\0!„:®op@“kbõ\Z)Ü	“´','',0,'?'),('ï¨lÝË\Zžfì ‚“','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/smart-site/classes/class-tvd-rest-controller.php',0,'×0Hùd¼Ý\0Qc5^ZŒ^','×0Hùd¼Ý\0Qc5^ZŒ^','Õhb^åËêøR\nÓº <,uvÆ ®²ÒÆö¦W','',0,'?'),('-‚èRNÛÝˆ4NÔƒ“´O','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/smart-site/classes/class-tvd-smart-db.php',0,'»fJ\'gŸwA%}K/n','»fJ\'gŸwA%}K/n',':•ãáé\'AT±«…›:ÒíÊ§ØCv©qÕ³¯6Áç%Ô­','',0,'?'),('@¤õæßÈíÚJ§”KšÏX','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/smart-site/classes/class-tvd-smart-shortcodes.php',0,'¡Ñ&ÆŒ&$]oÚT’','¡Ñ&ÆŒ&$]oÚT’','ÝyÁ¿¦=ß‹þ?ÖÃõÉÖiI³<ýÜñlìXtIQÚ','',0,'?'),('Ò„©p\0ñÛ=<Y£(¯','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/smart-site/classes/class-tvd-smart-site.php',0,'\'š#í7]ÁÍP«â\r¾´*	','\'š#í7]ÁÍP«â\r¾´*	','ÔÚ¨q*üo:r\"—¹\0À/{Ík2[xÝpq!.ª','',0,'?'),('\n¤j¯`Hóÿ s‘°Uat','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/smart-site/classes/endpoints/class-tvd-fields-controller.php',0,'¹Óö\r&Ó·m’ñ<T’Â©','¹Óö\r&Ó·m’ñ<T’Â©','Í+ˆÿ4‚àÂí)xôMœÆXY\'¿üÃi\0àÉyO”EÌ','',0,'?'),('óm	G¨w=J<¹ªÝ*','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/smart-site/classes/endpoints/class-tvd-groups-controller.php',0,'¢-ÿõ÷…Œ>þˆ`ŠOº','¢-ÿõ÷…Œ>þˆ`ŠOº','§2ÃïG¾1qQ$ØðÍùšëa€ñéSqCÏ¯ÞVx','',0,'?'),('8¡Ñ–Ž™1IÒ1’U\"»','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/smart-site/i18n.php',0,'#tvÿ6/`´B\n¬lr','#tvÿ6/`´B\n¬lr','@Eáq\0¯•9½9xü2Á÷h<íYü ÓŽrñO³','',0,'?'),('ôúÛÉÔínCÎF·\r\"','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/smart-site/migrations/index.php',0,'«¿˜™ÆÌñU¹b7´üÖ','«¿˜™ÆÌñU¹b7´üÖ','ÿ~4¨ÐÆEü+½àº£ŽFFc°«·~«oîI&ƒÃ','',0,'?'),('´àÿz!·klÅu*‚<ToŠ','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/smart-site/migrations/install-1.0.0.php',0,'/òV×}àgyx3û»T','/òV×}àgyx3û»T','W[Êå&jòQp×µH¿£}S©©/ª%¨éÄÜËŠé','',0,'?'),('VqûUÖµ³ìYž½ØÛ\\\"','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/smart-site/views/admin/templates/breadcrumbs.phtml',0,'F©€‰\\cšÂØ›ÃxíŽ','F©€‰\\cšÂØ›ÃxíŽ','²ñM«ÓñÏÃ’Ü¹´ªL	hp>DqZ+öýSý¡)°p','',0,'?'),('ð=Ñ\0a‡ôÇÁ›[¥ïnÂÞ','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/smart-site/views/admin/templates/dashboard.phtml',0,'˜ºh	^p÷GR¥/0²J®','˜ºh	^p÷GR¥/0²J®','˜&úù;RLîkÓ.°R¼•û¤g¾ÝÁæ[Þ“þÏ','',0,'?'),('¸ÌÏ3-Ï!Ÿéj9œƒ~','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/address-options.phtml',0,'Ãã^¥ÆMù±Èjhtq€F','Ãã^¥ÆMù±Èjhtq€F','§é³s¹YEâiE¼?¸§Î•†¡ý¼2¯ó¿úNHŠ;Ì','',0,'?'),('#¢j~˜I–äëj±¨â@H','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/email-options.phtml',0,'¼ØÅçú_~Áˆ…°†|1å','¼ØÅçú_~Áˆ…°†|1å',']¿fJƒg¢†ë[®nŸÇ#‡ÝrC}3n—‚–ž¯Ù:','',0,'?'),('¢´|lÀœÄÄ¬Ì³À','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/field.phtml',0,'©Á4Ü8,»o³gÓR’','©Á4Ü8,»o³gÓR’','Ý³å~»\0Ë>ºTwl1Ãqäd/M}W=®›ND0ÄÇ','',0,'?'),('yAÄ°‹ºâ7\Z¶IOí','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/group.phtml',0,'Û®­+K§fî¢6êð6À','Û®­+K§fî¢6êð6À','\r{YvÜ\"û¸Œ#`6¶Qufƒ,ZÁØOc{º*','',0,'?'),('ˆ{NÇSknnäCyÝöá','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/link-options.phtml',0,'Äfbm|¨¿–‘]½ß}õ v','Äfbm|¨¿–‘]½ß}õ v','›Ÿ`z“ß)²¼§¢nPò…Ø?ÂI£²‰iST•','',0,'?'),('w‰\Z§’Ò%Ï7\0ÓXJ&6','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/location-options.phtml',0,';ÍK˜ÝÊ&œ¬£ÜQù',';ÍK˜ÝÊ&œ¬£ÜQù','MRÖCQ[´(9p¯½åñ……ÊÝ“wÄ–À½½3¹ê‹H','',0,'?'),('Z1,Ý=õæeÒA‰ZÖœN','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/modal-group-item.phtml',0,'·qüîI\ZBÐö<caŽò•','·qüîI\ZBÐö<caŽò•','?x]¶›CRíûØ·~÷»!qSˆ»œ”Žx$ŠçúôpÎ','',0,'?'),('ä\ndÝ’]°GÇ®»¢é','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/modal-type-item.phtml',0,'Úoð\r2ßÑË8\"§à‚³','Úoð\r2ßÑË8\"§à‚³','Ãy\n‡ïÇ±¼­_êåM¦Ieq´¸O0®ú yÒk','',0,'?'),('°Â^åí©\\\'í6ü[¢)','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/modals/delete.phtml',0,'é‘vŽ¹ÍàðÐ²p.Jª-','é‘vŽ¹ÍàðÐ²p.Jª-','äºzi;i•\"e^^”è¨û{Çww›ßEdŽñzÿÊ¼','',0,'?'),('þ)o={ä‘bßD­AÙ› ¸','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/modals/edit-group.phtml',0,'ö&Ùsú§.Þ@	º\"èP','ö&Ùsú§.Þ@	º\"èP','rëó§e±ˆ{õ×-þ!´€t›q¾øJá\"÷\nòH','',0,'?'),('c’µÐF)öªm¢ç0','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/modals/field.phtml',0,'þ@rÅDkQ/ù\'‰×	€','þ@rÅDkQ/ù\'‰×	€','ƒ2öH XÙp@Òö«»sÕÉyÍ^…¡üÛ°j','',0,'?'),('=µÏ]@‘Š6h[’R1*ö','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/phone-options.phtml',0,'\\Ì\n¸@^¯*¸b»\0sx','\\Ì\n¸@^¯*¸b»\0sx','â#žcÐêd€†BýFš|Ø­iÞØìvÐÀMÆa','',0,'?'),('GÞz	u¨góY<\\','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/text-options.phtml',0,'nèµ!¾²jö\rc¨¬Szò','nèµ!¾²jö\rc¨¬Szò','ö‚mPþ»¯b9³xªf#w41á®ëk/B{¥¸¾ñ¹','',0,'?'),('‚j_ÙñG„–úç•Ê*v','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/smart-site/views/admin/templates/global_fields.phtml',0,'ùp£E¶¹fâwJsjIq¡]','ùp£E¶¹fâwJsjIq¡]','MZ-¤wSò`ËØƒ\'ŠOÛçëÀÔŒËã\\…óV÷e','',0,'?'),('ç”\\¶_gmÒí±#„uz','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/smart-site/views/admin/templates/header.phtml',0,'¡.+Bò…Šr0¿Ö=ÉÄN','¡.+Bò…Šr0¿Ö=ÉÄN','—ÐT8¬†]Ä–ô\0ÞtžÝ…°5WAz&¤€ðç•£hêBi','',0,'?'),('åå\rNÆ ÜKÔÍF&®','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/smart-site/views/admin/templates/menu.phtml',0,'²¤¦z±d>¾‡z?EÒ','²¤¦z±d>¾‡z?EÒ','IzÍ3Q¢BË~q¿9¥bŽp¸÷µ€ÙÕÐÃ‚L','',0,'?'),('oáën\'¤HýžÒ\rÕA¿Ïñ','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/smart-site/views/admin/templates/side-menu.phtml',0,'†“YŽ¢WçwôùrôPó','†“YŽ¢WçwôùrôPó','g¥!µ™§W´2\Zùá¾Û¥hÙ\0¬¨(rYdèèåû','',0,'?'),('Þ‰x\Zü£hñÑ©p¨àb','wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/util.php',0,'‚†ã*¸1Š¦î®Fx*mž','‚†ã*¸1Š¦î®Fx*mž','¶ô:TÏØ(·ÜÙ–c›„—qò°2O¥ñÑpÑ®|½	','',0,'?'),('ü^-­á.û˜:g¹2	ÛÔ','wp-content/plugins/thrive-ultimatum/thrive-dashboard/js/dist/frontend.js',0,'Mx>&RQ¹ß~‰,ŒÀ®','Mx>&RQ¹ß~‰,ŒÀ®','v´üC­&¶&òZ¶¶¥q]ô‘\Z¡ÖŸ†ˆ²¯)î','',0,'?'),('’Úè€ÉÄgIçÈ	y¦ÅE','wp-content/plugins/thrive-ultimatum/thrive-dashboard/js/dist/frontend.min.js',0,'‹mô~€rcäæj°ƒÉ','‹mô~€rcäæj°ƒÉ','„‘‰Õ‡BìÒQ€$i©«D~Z¨5.)öyûì–k„1','',0,'?'),('pó¯0ÖL ÕÉuhN»','wp-content/plugins/thrive-ultimatum/thrive-dashboard/js/dist/global.min.js',0,'Þ¡\\*lÉxêââ†¿gÓ','Þ¡\\*lÉxêââ†¿gÓ','“ÃZ$7Kˆ¿^,Wó$§Xo¨Ûs6P¬Ï5Jô-£','',0,'?'),('<Þ”•W¿þ€ÔVx$ø ','wp-content/plugins/thrive-ultimatum/thrive-dashboard/js/dist/hammer.min.js',0,'³} šœ‹Žëwa¨vT´÷','³} šœ‹Žëwa¨vT´÷','_òÞŒ»¢™Á«)9WÃº}3ˆ¥‘-(Ü(¤','',0,'?'),('ó¹~ªc¸2ÉäéX„:ïÐ','wp-content/plugins/thrive-ultimatum/thrive-dashboard/js/dist/leanmodal.min.js',0,'i½ä×aŸ4¸~ËB','i½ä×aŸ4¸~ËB','ªªö©ì»²û…¯—û,d\r†;Ãƒ<þ³ý¹,K—','',0,'?'),('ã‘©;y¹š­Û”æ^Ê8Õ','wp-content/plugins/thrive-ultimatum/thrive-dashboard/js/dist/select2.min.js',0,'\0Q)Vƒº(M[@«Ò7À','\0Q)Vƒº(M[@«Ò7À','±H‰5¨£[0éRýÎÓôLÛ«ú8!Æ`ÒU(>¢Õ´','',0,'?'),('Õ	ò„úÏ€DõêO9\"i','wp-content/plugins/thrive-ultimatum/thrive-dashboard/js/dist/toasts.min.js',0,'öX¾Y¯4ˆf—„ý;','öX¾Y¯4ˆf—„ý;','v6:9ÈåÁ•=U)t­vP¤éÛÏ~»L#Œ}ã†','',0,'?'),('„¢ÏÿE4?`a»Ål~','wp-content/plugins/thrive-ultimatum/thrive-dashboard/js/dist/tooltip.min.js',0,'ü:Bë[†_\r#tq’','ü:Bë[†_\r#tq’','D!•›ÿð—ª’ÕØˆ5QR	<£{×;\nÃP|Ë','',0,'?'),('.>uH•mAÁ	ð*G¢','wp-content/plugins/thrive-ultimatum/thrive-dashboard/js/dist/tve-dash.js',0,'Þ§.Há$·FN¯¥‰Šã','Þ§.Há$·FN¯¥‰Šã','ä¶ˆŒgB•éfãMñÀŠ-ú\rE<¸¤R.Ý±CT','',0,'?'),('z´ª(@tæäëÏ@¾×Þ<','wp-content/plugins/thrive-ultimatum/thrive-dashboard/js/dist/tve-dash.min.js',0,'ÝÖ%o)^h•©-¾g','ÝÖ%o)^h•©-¾g','°íÈjÚ aÈ\\8§R‰`r¡e,\rè»®TT!W','',0,'?'),('Ž.`ãÃ\n‰Ñ3þAÇ>','wp-content/plugins/thrive-ultimatum/thrive-dashboard/js/dist/velocity.min.js',0,'ÍP²O…¾Ÿc‡âaÞu8','ÍP²O…¾Ÿc‡âaÞu8','¦³ŽáÚÝôuÛ…úW¿ü‡“#ãõ','',0,'?'),('0ˆD[l±ñ(=o‡Ùˆ­','wp-content/plugins/thrive-ultimatum/thrive-dashboard/js/frontend.js',0,'Mx>&RQ¹ß~‰,ŒÀ®','Mx>&RQ¹ß~‰,ŒÀ®','v´üC­&¶&òZ¶¶¥q]ô‘\Z¡ÖŸ†ˆ²¯)î','',0,'?'),('ããÄ×D1\0£«,TqI?','wp-content/plugins/thrive-ultimatum/thrive-dashboard/js/util/highcharts/highcharts-3d.js',0,'?Ml“ôÓ\"4·Ò§J¥','?Ml“ôÓ\"4·Ò§J¥','=Wðüú\"‡¿éª0ûš€qÇŒcÙíµ`Ú8ÑÉ¬¥¨p«','',0,'?'),('zåu\\¢ÖeºqHÕXÜû','wp-content/plugins/thrive-ultimatum/thrive-dashboard/js/util/highcharts/highcharts-more.js',0,'Ðòíë)Áæ[õ˜­×','Ðòíë)Áæ[õ˜­×','¯¾¶HH¢2XÙCûw\Z•Lh*ÛeÝùê·œÞŠ÷ÒG','',0,'?'),('èÖ)3k9Û¨Êé‚¨!ýg','wp-content/plugins/thrive-ultimatum/thrive-dashboard/js/util/highcharts/highcharts.js',0,'ÀY¼<:\nÊ‚W\'Èºrýj','ÀY¼<:\nÊ‚W\'Èºrýj','•¯CHâµú,îán9‡ñÏî„ðJ^è\Z™Š)&Çœ','',0,'?'),('PÀÁe»—ùkhöÅÇîG ','wp-content/plugins/thrive-ultimatum/thrive-dashboard/js/util/jquery.zclip.1.1.1/jquery.zclip.js',0,'„Ùxs¸É Œ5Ý ¨&e¶[','„Ùxs¸É Œ5Ý ¨&e¶[',' ÓÐ¢q&mÀ\ní+R¥±7Ð«Ü,¤ØPÑÒEù¸	','',0,'?'),('] ¬@ä¼åg§]ÀkUí‹','wp-content/plugins/thrive-ultimatum/thrive-dashboard/js/util/jquery.zclip.1.1.1/jquery.zclip.min.js',0,'\nÂí;*þ@_1P¸9Yï¬','\nÂí;*þ@_1P¸9Yï¬','l¯ô ¥:ia4öÐå[v YpÔq4Åæä@~`','',0,'?'),('$î 6Óý\\ë\r²aÃ','wp-content/plugins/thrive-ultimatum/thrive-dashboard/js/util/util.js',0,'	ÒN¨§`ÜÁÃM5òcc','	ÒN¨§`ÜÁÃM5òcc','¶ß´™ñâÿ\Z€ùu(…kƒ!½i÷ø}Ï/KXÈ','',0,'?'),('ŽtJo{ÖÎx+¦ÿöÌ','wp-content/plugins/thrive-ultimatum/thrive-dashboard/js/util/views.js',0,'×ŠÈÐâ¥º7•z$=’\"Ç','×ŠÈÐâ¥º7•z$=’\"Ç','3dº³ç»oÀ8DƒÜ‚¸`ìnYàc‡?Í„`','',0,'?'),('Où×5ç\n…yìHP3¥','wp-content/plugins/thrive-ultimatum/thrive-dashboard/rest-api/class-td-rest-controller.php',0,'Ï0*Ì%8„çË8Ý« ','Ï0*Ì%8„çË8Ý« ','*õ&#*Ð­ûîJ‘?£¾¡¿\rZ¨p}ì¢ HJx','',0,'?'),('sO7%R$4‘8‚*¥š‚	','wp-content/plugins/thrive-ultimatum/thrive-dashboard/rest-api/class-td-rest-hook-controller.php',0,'¬­›ï:â4}ÃmH\nË','¬­›ï:â4}ÃmH\nË','`¶Ðl³|âGŠ6&r»ÝÎG	¢4ç¿ÆpÚÃÆ»vf','',0,'?'),('6$f\"œG<\ZlŸ-y©‡','wp-content/plugins/thrive-ultimatum/thrive-dashboard/rest-api/init.php',0,'¶J`¬ÝÍQP(‹ù0âªýè','¶J`¬ÝÍQP(‹ù0âªýè','p|×Lÿ\rÔ6æågBôÛ¡rÚågvOv¡\\¨^?þ','',0,'?'),('KÆè‰úÄõÙ`p0Ù¾','wp-content/plugins/thrive-ultimatum/thrive-dashboard/templates/affiliate-modal.phtml',0,' (m´³2ä÷ÁÚ’d',' (m´³2ä÷ÁÚ’d','ŸYWeë®çRD#Ç‹ÏÈd™;>‹2Øðû\Z’','',0,'?'),('&<ÿ×¨SbZÍ€¬»ìÂ','wp-content/plugins/thrive-ultimatum/thrive-dashboard/templates/backbone/modal-loader.phtml',0,'AøSWæ^¥âAGÆ˜Ü«','AøSWæ^¥âAGÆ˜Ü«','Û½²©`µ—¨IÒ<Rhëën–añ\'	‘,º­\"‰1Í','',0,'?'),('N1uKîF^7LQmXNò','wp-content/plugins/thrive-ultimatum/thrive-dashboard/templates/backbone/page-loader.phtml',0,'ö—BþnèPó6$J$JÉ¡¿','ö—BþnèPó6$J$JÉ¡¿','LðÉ|Ê…ËÕ‹GÓ‰%©1•,ù0=Ï‹qäNÂ	','',0,'?'),('^û–Z®7Ó€¶‡GQ¯(¦','wp-content/plugins/thrive-ultimatum/thrive-dashboard/templates/backbone/support-token.phtml',0,'./kÉ\'Øe¤ò¨¶\0ó4','./kÉ\'Øe¤ò¨¶\0ó4','‹ƒË»ã–µFD\"BNyŠHÔ˜[<‚ŠoÈAz','',0,'?'),('ÄR‰ò=ùìŠì&]‹Û¿','wp-content/plugins/thrive-ultimatum/thrive-dashboard/templates/header.phtml',0,'²@ÿõç1Lw#Ê\\n','²@ÿõç1Lw#Ê\\n','ð¾ìÛd‚¼î÷‹ùà¿U¦z”É]ŸØ*)9 8Áp({','',0,'?'),('»ÀIº>ã¨÷t²þTâ','wp-content/plugins/thrive-ultimatum/thrive-dashboard/templates/product/activated.phtml',0,'É{=z¢>nBe]£úfýTT','É{=z¢>nBe]£úfýTT','‚Œ$×&JBÂNŒ¬µÑä½{Só˜(ìõYðÕ9G[Ž','',0,'?'),('zËF®\ZxE)¸š\0¨«-','wp-content/plugins/thrive-ultimatum/thrive-dashboard/templates/product/error.phtml',0,'¯…ñš¶F‚Í\nÉ3ˆ.´á','¯…ñš¶F‚Í\nÉ3ˆ.´á','ñ¾Í$§¬Ã’‰eíÀx|¦›[çl“ªY1!T€ÍÉv','',0,'?'),('ú\\d{\\\0Ãî7®«r º','wp-content/plugins/thrive-ultimatum/thrive-dashboard/templates/product/inactive.phtml',0,'Ç{È&á‰\Zâ/-0EA','Ç{È&á‰\Zâ/-0EA','cóçšñ2lâøj‘®¾	F4cò”ËÑ³kì³\n_P','',0,'?'),('¶1•—æ­³ÝÑT&+ó0Ïœ','wp-content/plugins/thrive-ultimatum/thrive-dashboard/templates/sections/dashboard.phtml',0,'7²sV4SŽã{¦OnF=','7²sV4SŽã{¦OnF=','‹/š÷Ávh2ªAQ”¥¡n+ÓJX€ÒR\rw§Dì','',0,'?'),('×—SÄ5¢ÙY÷êãPsk','wp-content/plugins/thrive-ultimatum/thrive-dashboard/templates/sections/license_manager.phtml',0,';SpÔ(ä_äþæ·¡',';SpÔ(ä_äþæ·¡','§SÙ;¡Ô™ ­N|àkï%MgÆ_ÈÐ1TA tçéX\Zç','',0,'?'),('-ÕÓ‰åõ*nv»“ìàŸá','wp-content/plugins/thrive-ultimatum/thrive-dashboard/templates/settings/general_settings.phtml',0,'%qµ\0ŠÀw\r¦²‘æŒ','%qµ\0ŠÀw\r¦²‘æŒ','óÜä¨ÌPÖc¼Àû\\(š…kL6šM°æ–?éË','',0,'?'),('é²ÌuR|2\\XçP)úŸQ','wp-content/plugins/thrive-ultimatum/thrive-dashboard/templates/settings/reset.phtml',0,'÷`n”ãë:T,r’H\0F','÷`n”ãë:T,r’H\0F','Ÿß­xñaÐ\\ï\rÊ¦‰Äj<û£AAÁ9ƒè½\rb','',0,'?'),('§•4ìŸÑ´ýÊ$ê1¯>Î','wp-content/plugins/thrive-ultimatum/thrive-dashboard/templates/settings/text_setting_row.phtml',0,'½˜ã’xò8ãŽ\\','½˜ã’xò8ãŽ\\','Ù¾ù†Ü›Üe×kž—~TlŒÊÐ3c#ö+\r\'ÆX½;','',0,'?'),('M\nb2QÅ1öôæ‡¢?ƒ!','wp-content/plugins/thrive-ultimatum/thrive-dashboard/templates/share.phtml',0,'a	.üH}ÇÏ\Z¶”ÃÁ','a	.üH}ÇÏ\Z¶”ÃÁ','Ó>Åñ*Fæ@S€$\\wƒã½R´À‚òØ—ÞXs”¤÷','',0,'?'),('Q„µå#5ÚàùR\rÈ!Vm?','wp-content/plugins/thrive-ultimatum/thrive-dashboard/templates/ui.phtml',0,'Û¾;%TaÃJÄ_ø(×|','Û¾;%TaÃJÄ_ø(×|','cr€oÃ7˜hÚŸB£gÀó:Ñ:ÖxüÇ°ó’¤º6Ù','',0,'?'),('³‡	Ý wÛJm$B]','wp-content/plugins/thrive-ultimatum/thrive-dashboard/thrive-dashboard.php',0,'#>x,\0j>7÷ÕªtÿeZ','#>x,\0j>7÷ÕªtÿeZ','„ŒYL›„ &÷–Ä\Z\ZÆ¥ørÜÜ}bHîïV,bF»','',0,'?'),('B(£EÙl\\=\\æ@„2ê','wp-content/plugins/thrive-ultimatum/thrive-dashboard/version.php',0,'yWrj;­4‰Š@•¢›','yWrj;­4‰Š@•¢›','Ÿ ›‰‰äz¬°¬®{d‡Ñ)‹mß×	>ÉXçðÝöŠç-','',0,'?'),('JÔÖ?!ESÈ19#uL|','wp-content/plugins/thrive-ultimatum/thrive-ultimatum.php',0,'‡­‰ÁàÐûR†`Ø1¯ÝW','‡­‰ÁàÐûR†`Ø1¯ÝW','2èýÎQâÎ´Ð\0 x@I0c-›Dñùâ¼ÁKhìtª','',0,'?'),('±öûÅ-’Ý.ú¢—c8½Î','wp-content/plugins/thrive-visual-editor/admin/assets/css/fonts/tcb-admin-icons.svg',0,'uê…ÆøâgœñF[³$f','uê…ÆøâgœñF[³$f','HGÐëÑUÈÈ[ÏÈ.èv)dÅz³ŒÔoâ-¼†ˆMO','',0,'?'),('ÏAèŽÄª0m1^\nF[i','wp-content/plugins/thrive-visual-editor/admin/assets/js/tcb-admin.min.js',0,'½ªD² ?Ww#ÞEºk>','½ªD² ?Ww#ÞEºk>','”ºÊÄv‘üÃ=\Z2ØY/ßë=­{€K¯,i-ï\n¨6š','',0,'?'),('–5ª×Ù´6ÀÔe©™}´y','wp-content/plugins/thrive-visual-editor/admin/class-tcb-admin.php',0,'_MB£\\.%z]öš1_','_MB£\\.%z]öš1_',']¢Rw”áÈZáŒS¼0±DÒ´º/ïVÊ›gˆF€R&¦','',0,'?'),('ZÈÓçì,Ù¢ßyZû®','wp-content/plugins/thrive-visual-editor/admin/includes/class-tcb-admin-ajax.php',0,'5sdØ0h& ˆ¡¹Í…á','5sdØ0h& ˆ¡¹Í…á','Ü\r³*#AMaøxÙ£ÿ{íÛa\ZýÍÖáxyìÙ½l','',0,'?'),('=Ix‘SS¹‘~ßfë¾ó','wp-content/plugins/thrive-visual-editor/admin/includes/class-tcb-product.php',0,'ˆøòcJ<‰kê÷ÉvÅ‘#','ˆøòcJ<‰kê÷ÉvÅ‘#','ã\"ï#˜_ªOÈA[µïšÙ]²ËÍÌv*Ê­„E','',0,'?'),('9û[ñ²wìÂ%N·Ýÿ=¦','wp-content/plugins/thrive-visual-editor/admin/includes/class-tcb-symbols-rest-controller.php',0,'ÅY>Ìjq©ÙÓ¼œõ¡’','ÅY>Ìjq©ÙÓ¼œõ¡’','­®ËÅ3œê¶¨5CLIÜAA[\raÜE|üü½[¦¤','',0,'?'),('WÛýß ú·aAˆ%ZdA','wp-content/plugins/thrive-visual-editor/admin/includes/i18n.php',0,'m	Y4¦{\Zï\nî„7I','m	Y4¦{\Zï\nî„7I','xíw>ßp™jHÎD-~ÈÐsA=wâÙ(\rÐ„s_','',0,'?'),('—ÊÚ[¹{ãƒMöRµiðí','wp-content/plugins/thrive-visual-editor/admin/includes/tcb-admin-functions.php',0,'}\rs%ß,}‹.‰¾ð ','}\rs%ß,}‹.‰¾ð ','oOÕÖ‰NW…‡oiÜeøö0ß¼vC•ý™ñ‡3','',0,'?'),('å)&o”ÊbÔO™Æôß','wp-content/plugins/thrive-visual-editor/admin/includes/views/dashboard.phtml',0,'Ô²n1wf{.$Xýâë)','Ô²n1wf{.$Xýâë)','ÈÃ}‡_§£Ã`“Yý‹ÌŠ7hq[J5;?5Ì','',0,'?'),('Ý‡H@¨ö·ÿe@¼”:','wp-content/plugins/thrive-visual-editor/admin/includes/views/templates/breadcrumbs.phtml',0,'C³ÑHgJ÷½‚½¥','C³ÑHgJ÷½‚½¥','‰ÓüÕó‰œÝÛ2¨2/7e…¾]€úhd´ÖJ\"@˜','',0,'?'),('ÉH9ärýy,Þb…Ò¨S','wp-content/plugins/thrive-visual-editor/admin/includes/views/templates/ct-symbols.phtml',0,'ý®õ™Ú¢ÐÓ§«Ì¥#\n†','ý®õ™Ú¢ÐÓ§«Ì¥#\n†','ùRflxnWÙÂÍrüqûÂÎ5Tã²óöF<úF<Ç','',0,'?'),('vwjgÛhFÿ/pS™‡','wp-content/plugins/thrive-visual-editor/admin/includes/views/templates/header.phtml',0,'„ªæ-éä¤–ÔaYèÓè','„ªæ-éä¤–ÔaYèÓè','j½©È+–¶°^Çœ”€²Ù–Ç\nœ«û“\"’G\'TS','',0,'?'),('Ç_–:HkPÙ^°þÆ','wp-content/plugins/thrive-visual-editor/admin/includes/views/templates/modals/delete-confirmation.phtml',0,'µ‹þ´Ÿ2¯>˜\nå[ht~','µ‹þ´Ÿ2¯>˜\nå[ht~','ˆCnb>ÙòƒgŽÍAS’Œ7œÒ[jÖµ6þ”}Œñ','',0,'?'),('§—…¯}Žpá1ÿ€¾S>K','wp-content/plugins/thrive-visual-editor/admin/includes/views/templates/modals/modal-create.phtml',0,'-	|7þVF-}“v©ý','-	|7þVF-}“v©ý','òøJlÃõ‘‰ÏouÍPôñX¶Ôò‰`\"*°óÁ«‰¼','',0,'?'),('¢U†~ˆï÷÷aðš=Îð·','wp-content/plugins/thrive-visual-editor/admin/includes/views/templates/modals/move-category.phtml',0,'fO*4qf†\ZÞ²€ËSV#²','fO*4qf†\ZÞ²€ËSV#²','­Ÿ…;ž›óM&\'ÚðÄ\"òFe;ò°xÕÞ¢®ƒO7','',0,'?'),('íÖ-\"¨1Aš­íÐ9','wp-content/plugins/thrive-visual-editor/admin/includes/views/templates/modals/move-symbol.phtml',0,'Pv;¨}kþÊŸ¶æÑqèÖß','Pv;¨}kþÊŸ¶æÑqèÖß','eôéB4¿<ÞÈ!„A¯‘VÓìuJðäÐ¿‚ƒ','',0,'?'),('ï0¿˜oŒþ‚ŒtïpŠš','wp-content/plugins/thrive-visual-editor/admin/includes/views/templates/modals/new-category.phtml',0,'%•@;â|!‰ÝUß—r“','%•@;â|!‰ÝUß—r“','ÃÈL â*m1 ì¹N‘òšÓ3¸r\\£‹k¦?ž¨ê€~','',0,'?'),(')Cù°£ñÌÐY……D ê˜','wp-content/plugins/thrive-visual-editor/admin/includes/views/templates/modals/section-modal-create-item.phtml',0,'ÎÝkœÍEL°Òì÷^ŒãÝ','ÎÝkœÍEL°Òì÷^ŒãÝ','l:-øã<ÕµóòzŸpÔDró•¸­;c2åö3tê,ý','',0,'?'),('À×:„×šÕþzÞÿuùñdµ','wp-content/plugins/thrive-visual-editor/admin/includes/views/templates/modals/section-modal-create-step-1.phtml',0,'Íçàè$T¶^¼|G¨+~','Íçàè$T¶^¼|G¨+~','ê%0ªŒùcÖ0I•èwƒa7Uû®%ª¯«ýí','',0,'?'),('²ï+ËüM\'z¡W5­WÔ','wp-content/plugins/thrive-visual-editor/admin/includes/views/templates/modals/section-modal-create-step-2.phtml',0,'.R%[G£ÉF¬Ù8','.R%[G£ÉF¬Ù8','ªÉ%Üç@:þÇYP¯I\'ºOHú,šÚ,¢´¢¤L','',0,'?'),('—„˜°¤„\"„n¨+·½¼','wp-content/plugins/thrive-visual-editor/admin/includes/views/templates/modals/section-modal-create.phtml',0,'ïÞ¦ÎI×þ šëè@[bµö','ïÞ¦ÎI×þ šëè@[bµö','âîôUèÉÂÞ îMÜ4>bÈÍÚˆ„ŽÉ¸(g¥ÓìÓ','',0,'?'),('‘†Ànú‚L’3åý——äƒ','wp-content/plugins/thrive-visual-editor/admin/includes/views/templates/modals/section-modal-message.phtml',0,'°¡\0GZ!»/ÚŸ´Ó\0~','°¡\0GZ!»/ÚŸ´Ó\0~','­Y¶Ý÷mÀ’së¯2+[·ÖÀAw6ž)£­N','',0,'?'),('nÙ\nA¼qÕbåsýgáã','wp-content/plugins/thrive-visual-editor/admin/includes/views/templates/symbols/categories.phtml',0,'r‰®QEÄ´ËòÞ[ì7o','r‰®QEÄ´ËòÞ[ì7o','³\rZ^Xu´;mË³ÌîÖ{†\\¥\"DIë†À=','',0,'?'),('BÁCy	\n´ÇzÆî,?Gmú','wp-content/plugins/thrive-visual-editor/admin/includes/views/templates/symbols/category.phtml',0,'â~E­ÅêÅLå©<ÙPT]','â~E­ÅêÅLå©<ÙPT]','‰—ŸP5\"él¼ä¥?uã½¹Hæ\r±q:–-Žà/y„€','',0,'?'),('áÍ·é¨ô;1¥Œ,c','wp-content/plugins/thrive-visual-editor/admin/includes/views/templates/symbols/container.phtml',0,'†&Kn.\n‘ûa–Òî¬','†&Kn.\n‘ûa–Òî¬','CÒÕRô{œäÃFxó8¯´E$|!ÍCsLC','',0,'?'),('|wSÉ½‚b«r\'z\0(Î','wp-content/plugins/thrive-visual-editor/admin/includes/views/templates/symbols/create.phtml',0,'Ú°,wíäGžü©¿Ñ±','Ú°,wíäGžü©¿Ñ±','9zJS55Ÿ ¯ÆP]äQŸÍ=9Vb>8û˜ª¦','',0,'?'),('ëw¼bÁæ’ÑÈ›kp7','wp-content/plugins/thrive-visual-editor/admin/includes/views/templates/symbols/item.phtml',0,'u‹#?²@J/	U=ƒûÒN','u‹#?²@J/	U=ƒûÒN','¸^ÂüKbÅá\r,ït\nsVojÁôRÇ‹ÊHü”Û','',0,'?'),('²85#Ö&	\Z×—q™íl','wp-content/plugins/thrive-visual-editor/admin/includes/views/templates/symbols/list.phtml',0,'	îÌV¶´ ½®ûóbÍ','	îÌV¶´ ½®ûóbÍ','¥ö×Ý eŽ¬2ØUæ…A$ózo9¾”Í=!','',0,'?'),('U¾5åálÈ¨+€2Ä1Ùõ','wp-content/plugins/thrive-visual-editor/admin/includes/views/templates/symbols/save-templates-error.phtml',0,'tRæönÉwÔR?¯ã5','tRæönÉwÔR?¯ã5','jP@ÂH¨D*h\Zvâ&¨¡°àà2ð[Ç\nv˜³2','',0,'?'),('ÍLdŒš°E]õ«ÚRp','wp-content/plugins/thrive-visual-editor/admin/includes/views/templates/symbols/search.phtml',0,'Íñ”7ÜÎø/¸%…a\\¾','Íñ”7ÜÎø/¸%…a\\¾',')S.fH\"Ÿþ‘­¬ð¯I¤Téó²–G[,dMÊêR','',0,'?'),('°‡<VGÆ§ÛN4YDnœ','wp-content/plugins/thrive-visual-editor/admin/includes/views/templates/symbols/section-item.phtml',0,'*´¬ˆà¿XöÄ2³\Z','*´¬ˆà¿XöÄ2³\Z','U­—¢]NAzŸU\r\'‡l¸O’ØSS‡W$W','',0,'?'),('Óª®L+Æa—LƒïGÌ','wp-content/plugins/thrive-visual-editor/admin/includes/views/templates/symbols/sections-container.phtml',0,'Q¨OéíRê}æ!ÀnB„','Q¨OéíRê}æ!ÀnB„','S\0„µœñðsÅ`ÒÄm#`wŒ·	­74\\‡UÖ\naþ','',0,'?'),(' üÅ·A¬»Ö’ˆ#8E_‚','wp-content/plugins/thrive-visual-editor/admin/includes/views/templates/symbols/sections-list.phtml',0,'Ôü‰è$ˆiãy©ï$J2','Ôü‰è$ˆiãy©ï$J2','7\Z°J7\0)÷í«2Z¥K8ëÃì¿tMŽn—÷›‚','',0,'?'),('‡ssŠ5Âx«`).œ\"›)','wp-content/plugins/thrive-visual-editor/admin/includes/views/templates/text-edit.phtml',0,'À6\ràzâJÜd>½Á','À6\ràzâJÜd>½Á','ì!NÕ¬†jÅ²µOùËÜ¥—ãžÉ’ãåÿBpòx','',0,'?'),('´?¡tzÍœë©œ¾œŒÚÈ','wp-content/plugins/thrive-visual-editor/admin/includes/views/templates/user-templates/c-item.phtml',0,'­;‡ŠbáeûR£QûÓt','­;‡ŠbáeûR£QûÓt','p¹;~bŽðäYêµM“«]ª=,:¿êá¤úwS','',0,'?'),('{ÜcÍ“18H\neš°µZC€','wp-content/plugins/thrive-visual-editor/admin/includes/views/templates/user-templates/item.phtml',0,'ÝÁÿb¸ÕDÇ\0Â…çÇ$','ÝÁÿb¸ÕDÇ\0Â…çÇ$','¢ª—á¹ÂSØõõ`Í-{Hñ{G0#û”êY¥t\r','',0,'?'),('t`ÈQ4.‰¨TÔ“Ð×¹*','wp-content/plugins/thrive-visual-editor/admin/includes/views/templates/user-templates/list.phtml',0,',-ü?ûO3å8Q*$6',',-ü?ûO3å8Q*$6','yÜAÅµ½‹o\"Ì‹µŠ»ÃÎ‹–T8øìçÖ}','',0,'?'),(' eƒ^è¬è›Éæ!JFüs','wp-content/plugins/thrive-visual-editor/admin/includes/views/templates/user-templates/t-item.phtml',0,'\\ð£Pk;=ö\"þÀ;E¦','\\ð£Pk;=ö\"þÀ;E¦','„³ºmD<JâÔœahí÷íNr7-nË>—ª[ü','',0,'?'),('ú5\\Ôsä‰íµÇ›j’C8ü','wp-content/plugins/thrive-visual-editor/db/fontmanager-1.1.php',0,'É@µ¢í¸ZmîCÇ¼f','É@µ¢í¸ZmîCÇ¼f','y‹TûÙ4,y/1+ü|‰[<Å‘îMkC#\r','',0,'?'),('eI‡O$¥òåG\0y','wp-content/plugins/thrive-visual-editor/db/index.php',0,'«¿˜™ÆÌñU¹b7´üÖ','«¿˜™ÆÌñU¹b7´üÖ','ÿ~4¨ÐÆEü+½àº£ŽFFc°«·~«oîI&ƒÃ','',0,'?'),('¦Ý6z´‘¤ì šíIx','wp-content/plugins/thrive-visual-editor/db/install-1.0.php',0,'±×{>ß0,S>cò:A','±×{>ß0,S>cò:A','DºeÕl‚ï>Wà;ŒTS¾7!°½þhøÐãÎÀøa','',0,'?'),('‘)Ûæ$ïU(z0Oî6','wp-content/plugins/thrive-visual-editor/db/menuitemstyles-1.2.php',0,'Cëi%³Àº78~ÑÞÂë','Cëi%³Àº78~ÑÞÂë','{-EïwbÐ¥£Å®P³¦ù|]ç%7³Íû5´èë­@','',0,'?'),('á{sHµæ?38œ/Ÿí','wp-content/plugins/thrive-visual-editor/editor/css/fonts/control-panel.svg',0,'Ùñ@¹=+üR®£HH%','Ùñ@¹=+üR®£HH%','TïÊ‚V{zñå&KìûØÛ¸ŸqE0ßd3«2Ö\'ë³','',0,'?'),('jYëÂr@´êécŽ³£1„','wp-content/plugins/thrive-visual-editor/editor/css/fonts/editor-page.svg',0,'\'F=Pª¸˜(\r+pÑð','\'F=Pª¸˜(\r+pÑð','q¬‹5Û¹i-è½yþL1O®áöZ«ÃQ[jŒv²äÊ','',0,'?'),('³TÚ€â]ÑbŠ8ßé9öŒ','wp-content/plugins/thrive-visual-editor/editor/css/fonts/font-awesome.svg',0,'f5_œ¸€g™9ç,9!%','f5_œ¸€g™9ç,9!%','z\0ñFŸáÅ3RS©\\ò×\rÈ¾ò‹¶‚›œ‘\Zÿ','',0,'?'),('+÷C@wÓW•9’žHëQ¡','wp-content/plugins/thrive-visual-editor/editor/css/fonts/thrvicomoon/icomoon.svg',0,'–RûF\Z˜òhâ¡„‘G|','–RûF\Z˜òhâ¡„‘G|','“Û·YB|ëq*®%p­6ZEórÍN¢\r;·xÚSŠÓÈ','',0,'?'),('ìè³Þ¤ÙÕm§d¡?ì÷¢','wp-content/plugins/thrive-visual-editor/editor/css/images/angle-down.svg',0,'e\\ò¤}–ºdˆøGÖ‚\\','e\\ò¤}–ºdˆøGÖ‚\\','5˜g_x”—8ï¸¨fƒ»@Ü>0”ÄØ2·»¯zz¾À','',0,'?'),('Èíý7C„	ÓæïaöÈ','wp-content/plugins/thrive-visual-editor/editor/css/images/angle-up.svg',0,'´÷E§ÈÍéôÉGª.','´÷E§ÈÍéôÉGª.','èN›óŠP»ðÜýYDï1mZñé_íÙ¤64oÿ~','',0,'?'),('°rÇ@¹à‘Ý4€ÇTz¹ ','wp-content/plugins/thrive-visual-editor/editor/css/images/caret-down.svg',0,'Í/L^û–|DÎã8','Í/L^û–|DÎã8','g\0åc\rfEÇwDv¦Œ‚—FQnŒžá—Î\"Y%`î','',0,'?'),('Exz3øž{ähQß¬Àÿ','wp-content/plugins/thrive-visual-editor/editor/css/images/caret-filled-down.svg',0,'œ¼É‚²úöˆÜ6dŒ ^','œ¼É‚²úöˆÜ6dŒ ^','\r]éWì…H]Õ,±Ué‡.õµµÉ‚ ÞufH‡\Z3\0','',0,'?'),('RÝÿjzö$À;yÜ†','wp-content/plugins/thrive-visual-editor/editor/css/images/caret-filled-up.svg',0,'(Ex		MÃ‹”é±R\Z]','(Ex		MÃ‹”é±R\Z]','^\nçè4\ZòëŽ»ÈÜwñè”¶.Ï‹×Â®ù\\V','',0,'?'),('ÚþÎ%Žn¨g\Z—6Úå','wp-content/plugins/thrive-visual-editor/editor/css/images/caret-up.svg',0,'D;,\'ˆÍë&Ÿäsô¨Iaø','D;,\'ˆÍë&Ÿäsô¨Iaø','èðáÌx¢çðë+´½Z9aM*˜®µƒÙñ–ï*Æ','',0,'?'),('¤(h›\'/yØûšŠ M','wp-content/plugins/thrive-visual-editor/editor/css/images/chevron-down.svg',0,'¾A¥|¾Ê=¬³(Iù','¾A¥|¾Ê=¬³(Iù','5Lp8~-n•bÚÆ\'—F%TàÕ¯CXÏ¼j÷','',0,'?'),('.ÊèˆÊzµ°AÏJÎuÊ','wp-content/plugins/thrive-visual-editor/editor/css/images/chevron-up.svg',0,'$«4ç¦´q5å$zs´8','$«4ç¦´q5å$zs´8','eá‰Dð‡Š%–†Þº±Uå¢qb<ŽmÜQ½ ð˜¨ç\'T','',0,'?'),('lré‚Ýb:4áPÙLA•','wp-content/plugins/thrive-visual-editor/editor/css/images/logo_placeholder_dark.svg',0,'glé,—\0¤^ï—Åœ‡Âw','glé,—\0¤^ï—Åœ‡Âw','üÄ;ÊªåÊª‚(ù–öž-t-~ÚíQÿ~»€ï&ZÚY','',0,'?'),(')(v!Ã[Qd˜YHƒØ','wp-content/plugins/thrive-visual-editor/editor/css/images/logo_placeholder_light.svg',0,'$ã×ÊýGgg]2/\'>¨J','$ã×ÊýGgg]2/\'>¨J','ù	q>øøoÏ[\0J)fÞÜá…ý2xñ`8r','',0,'?'),('&ñh§œ*1Y¨†I¿Ùk','wp-content/plugins/thrive-visual-editor/editor/js/admin/gutenberg-menu.js',0,'O}FU@ÐCróˆ3ÂyPÚØ','O}FU@ÐCróˆ3ÂyPÚØ','Óùx×ÏÜ‘ÉWÒÑx¯Æ¨¶Q\0¥ÝÜúÍ½½ÙàˆUú','',0,'?'),('Ž(ÿéïô¸³åµ<ÅkG','wp-content/plugins/thrive-visual-editor/editor/js/admin/gutenberg.js',0,'fR¹?¸±Î	ˆ¾À–K¥Ë','fR¹?¸±Î	ˆ¾À–K¥Ë','¥ÙDú%Ìÿ1f‘öÙp®TçÆ†D5ñ§?S±gØ','',0,'?'),('Œî¾õÃÛ{HvøN4¯zˆì','wp-content/plugins/thrive-visual-editor/editor/js/admin/tve_admin_post_ready.js',0,'q™aS@å±ÐÆê9«','q™aS@å±ÐÆê9«','¥a¨.“øè]øwþO…È@\r”Û¡xÛ¸)=m4ã','',0,'?'),('Ø~ìûH‘‡ÍéOj’','wp-content/plugins/thrive-visual-editor/editor/js/dist/admin.min.js',0,'-ZÂ‘®Ú_hd[9¹uà','-ZÂ‘®Ú_hd[9¹uà','t.{rT§­3[\"Jsq°g.|þ1Öµú}TªúÀ;–','',0,'?'),('Ô‰åiv®ãu“Ú5}Šž','wp-content/plugins/thrive-visual-editor/editor/js/dist/editor.min.js',0,'_¹ÅÇ/T4ÐÕ%Ž´','_¹ÅÇ/T4ÐÕ%Ž´','¿Li³¥¯b…%òM†xÿò°6@¡‰©#ej˜\\','',0,'?'),('Á´–Žr®>~GÖhýŒŽ','wp-content/plugins/thrive-visual-editor/editor/js/dist/froala.min.js',0,'i\'þF°JÀ%r8J™º¿â','i\'þF°JÀ%r8J™º¿â','(ìÉ˜}¶á0!óc®çú«ó\'z}9U’¼X','',0,'?'),(')82š*Ë\r ) Âš°','wp-content/plugins/thrive-visual-editor/editor/js/dist/frontend.min.js',0,'ØE¤Ë^yIºM\n‡ð}¾\r‚','ØE¤Ë^yIºM\n‡ð}¾\r‚','ö&\"Õž=ˆ÷-(/¦‹wÂÇôP‘ŒK','',0,'?'),('(¸ƒ¿‹dR¸=B»çæ','wp-content/plugins/thrive-visual-editor/editor/js/dist/gutenberg.min.js',0,'uÕ–®õ`É†:ïdT¡','uÕ–®õ`É†:ïdT¡','\\Šè)Sñ@IêJ0õC)æí›¤9DUs‹\n@Ûü+','',0,'?'),('»ÐÂ7]yè;(gú','wp-content/plugins/thrive-visual-editor/editor/js/dist/main.min.js',0,'Ç1¼3×5\nüzÄ«ûðÈø','Ç1¼3×5\nüzÄ«ûðÈø','X½Žïgl€ñ\ZÏ\ZGRóÈ{û\n:Ûóž+’–uq‹e','',0,'?'),('¶ 2úëüÙãC-sæÒ*','wp-content/plugins/thrive-visual-editor/editor/js/libs/dom-to-image.min.js',0,'¡²À\ZüTž%Awr hŒž','¡²À\ZüTž%Awr hŒž','øÓbSˆ¨dò›™ÿ˜:=mÿ=€6f#+Wâb','',0,'?'),('Ê‰üa ©Y§§èÚß6','wp-content/plugins/thrive-visual-editor/editor/js/libs/jquery.scrollbar.min.js',0,'¹Xñëêq‘WŽ©J˜‚Z¤k','¹Xñëêq‘WŽ©J˜‚Z¤k','û5Oˆ(0qÍñœC(¤_ˆnÇó»±	–Q<©ä¬','',0,'?'),('Ò\\€±OFsØ\\m\0Y\"','wp-content/plugins/thrive-visual-editor/editor/js/libs/moment.min.js',0,'v„Züö©½ÅÐ¢\r','v„Züö©½ÅÐ¢\r','Ú…YaÐëlÈ¡†`~ Ð#g)J96\\pQºÀ@‡#','',0,'?'),('›‹ ñÍŽ¤fe¢Q°éŸ4','wp-content/plugins/thrive-visual-editor/event-manager/classes/TCB_Event_Action_Abstract.php',0,'@]UÒ¥tŸˆfŒÜ´9','@]UÒ¥tŸˆfŒÜ´9','×	ãy¯íÜ:>¸Ÿq5gàïy@rêi~Íi‘ã Ÿ','',0,'?'),(' ÌÆ ¸’¦R8g‘Æµ¢‘','wp-content/plugins/thrive-visual-editor/event-manager/classes/TCB_Event_Trigger_Abstract.php',0,'áûtŽ/¶Ê©Dyçóó“','áûtŽ/¶Ê©Dyçóó“','Ù¸4¡Ö@­Jé`s€)êÉBéö‡)\'ÝäÎk_™uY–','',0,'?'),('!kûgb—¦\Z!fõqÛÁj','wp-content/plugins/thrive-visual-editor/event-manager/classes/actions/TCB_Thrive_CSS_Animation.php',0,'á4Ë¼]ñÍe3¿á6FJ0','á4Ë¼]ñÍe3¿á6FJ0','žªg£@%¶#l² ÙhÆ\"ÿ×bˆÒCõ\nŸc×ý.Ã','',0,'?'),('t±Ê«¼‹×–ì£ï«íbó0','wp-content/plugins/thrive-visual-editor/event-manager/classes/actions/TCB_Thrive_Image_Zoom.php',0,'¹˜2©ý?Ç2àMˆê','¹˜2©ý?Ç2àMˆê','ÈÄÃðª™Ä=-~˜;bM„G’©×9óÍd÷)­','',0,'?'),('Xe3I²õß%‹\0ESfºb·','wp-content/plugins/thrive-visual-editor/event-manager/classes/actions/TCB_Thrive_Lightbox.php',0,'D ¼˜ˆŠY\'²è› ','D ¼˜ˆŠY\'²è› ','b0ãs0ÞƒœºS½\\À¢˜ð$ÊìíMTwƒCý2î€','',0,'?'),('vÚ¨æp¶“ãjL/o€ß','wp-content/plugins/thrive-visual-editor/event-manager/classes/actions/TCB_Thrive_LightboxClose.php',0,'_RÑBØè7#{Å‘é–”','_RÑBØè7#{Å‘é–”','iØ>³UŽÑÅ:©„¿`“/MÌB–ª.¥@ØfÙ,','',0,'?'),('¹‰ ðVïZ\n?_³“7ô','wp-content/plugins/thrive-visual-editor/event-manager/classes/actions/TCB_Thrive_Tooltip.php',0,'®n±gû:åãé¿sì¬—ý','®n±gû:åãé¿sì¬—ý','ú5&Z£kHuvÖÜ*7Ya@Fðêuá\ri§&&œD','',0,'?'),('] \\»§Vsbx¹!(Vùˆ','wp-content/plugins/thrive-visual-editor/event-manager/classes/actions/TCB_Thrive_Video_Popup.php',0,'xºùk–ìp[wK9 »','xºùk–ìp[wK9 »','b„ÂS$2ÍI—û~%!7Ã2QLdWtœß57x]','',0,'?'),('¦­bS\'êösŒn¨<.€','wp-content/plugins/thrive-visual-editor/event-manager/classes/actions/TCB_Thrive_Wistia.php',0,'LÍ¯×8?åZ_Áõ?Q$','LÍ¯×8?åZ_Áõ?Q$','(èÕm\" „m]óª¦x}x\n_¹l°¹‘šr¨£•ÀOk¹','',0,'?'),('Ÿì¨c˜õ`6ÖÐe\Zãw','wp-content/plugins/thrive-visual-editor/event-manager/classes/triggers/TCB_Event_Trigger_Click.php',0,'YÉ±›ŒãydëSãÁãŸ','YÉ±›ŒãydëSãÁãŸ','Æe´ÝÞQæÏvüNOÍÁ“ƒ]@(1ï¬ë)c¼hõ','',0,'?'),('©Õ¼@ûé·å­8‰7','wp-content/plugins/thrive-visual-editor/event-manager/classes/triggers/TCB_Event_Trigger_Exit_Intent.php',0,'vÃŽhVLƒ‡ôÊ¾n¬åe','vÃŽhVLƒ‡ôÊ¾n¬åe','ü÷š5_9ˆ0Úz……ºTè›‘.ç9™=ýÕÞIÄ><','',0,'?'),('€œ×—–ŸY¬ª_¡2Âä','wp-content/plugins/thrive-visual-editor/event-manager/classes/triggers/TCB_Event_Trigger_Mouseover.php',0,'§]Þ;ŠˆÞî’Æ¥','§]Þ;ŠˆÞî’Æ¥','±ÜÉ?ip2ï`o¦†—âQ‹pž¢/ÿ†û:5','',0,'?'),('·,f,o-j,N•Œ9','wp-content/plugins/thrive-visual-editor/event-manager/classes/triggers/TCB_Event_Trigger_Timer.php',0,'ñô‡¦GÃ¿”N?xåh=¡','ñô‡¦GÃ¿”N?xåh=¡','¥Á&‰ß¯ú+Xdß3`²~”E0’\\óú²%´¼´','',0,'?'),('üX–•ösTCŒ¡	Eêm÷','wp-content/plugins/thrive-visual-editor/event-manager/classes/triggers/TCB_Event_Trigger_Viewport.php',0,'Åãfdfüø_™Ð&yÃ£','Åãfdfüø_™Ð&yÃ£','ÞÅ=MÑiW1…vŸ_«„ádÕè-¯éôèGJA…A%Â','',0,'?'),('¿Ú€ŸÙ©z£„\'Ä{Rv','wp-content/plugins/thrive-visual-editor/event-manager/init.php',0,'1Ü^¿\0˜Ù\n¹6¿p¬','1Ü^¿\0˜Ù\n¹6¿p¬','XÙž™nÔ9›câiz²](.ý.ÿ/ÖÎ.ÒîQ&b','',0,'?'),('‘ÿÛ[~bxw…Ò–Fë','wp-content/plugins/thrive-visual-editor/event-manager/views/js/lightbox.php',0,'ÝšíÝõrÝZ¤»Ro','ÝšíÝõrÝZ¤»Ro','˜o™e¾+„Ž›ñÓIHj[Yç´ÈG—¦$N(®ÄFú','',0,'?'),('w…éÒ2bD_&M þ»d¶','wp-content/plugins/thrive-visual-editor/event-manager/views/js/trigger_exit_intent.php',0,'$*õ­ÚÑt<.ÇZ,@9','$*õ­ÚÑt<.ÇZ,@9','äÚY[N\r7 ÈœÊštŽ;$‡d¶„ÉPS §œ\Z\0C','',0,'?'),('“½Íµ¼œÈÕ_*¬šÕÉ','wp-content/plugins/thrive-visual-editor/event-manager/views/js/trigger_viewport.php',0,'4´‹B7($‚#ÂÙ­Ã¦âá','4´‹B7($‚#ÂÙ­Ã¦âá','Œ`ºçËC¢çÔç\Z\\àzp]:ï$¡!Ñç`–µ','',0,'?'),('fÙÚ\0ÜÇ_vƒ¥¶Èh','wp-content/plugins/thrive-visual-editor/external-architect.php',0,'Šù7YHôïgÑXí/L','Šù7YHôïgÑXí/L','*\'öË\\+{¥Áb·ûLŠVj­‘°Z—Ié\'ýHB÷çí','',0,'?'),('\ZG|\\9õMÍ’ù¸°,','wp-content/plugins/thrive-visual-editor/fonts/fontawesome-webfont.svg',0,'äÄ\nvCþU„Y,Ú','äÄ\nvCþU„Y,Ú','ñ‰ÊyòùJÖsLŽüO³Šz’(jºf{w+qŽºgÛ','',0,'?'),('@¶Ls]¥ÑÀõ\\´êëJ','wp-content/plugins/thrive-visual-editor/inc/backbone/animation/preview.phtml',0,'ð¼îøþ\\Ó[µ=F Âjù','ð¼îøþ\\Ó[µ=F Âjù','¬W®X³@y¶ñïW3iq[Ðš-Xg8î*\r‘€ÁcÎ?','',0,'?'),('¡ ŠòJ…êÐ³­„!çc','wp-content/plugins/thrive-visual-editor/inc/backbone/breadcrumbs/item.phtml',0,'Û¶9éòŽè8@e¢éf0Z','Û¶9éòŽè8@e¢éf0Z','3RdWcS2ý¬j¶Ø©+Ð°{>ñì»°Ä[…×¸h– ','',0,'?'),('û ¥«ÃL²\r%LmÉL­ù0','wp-content/plugins/thrive-visual-editor/inc/backbone/central-style-panel/master-variables-header.phtml',0,'÷óáµ˜VÆp„n™$þ8P','÷óáµ˜VÆp„n™$þ8P','Pî5{b÷õ@Ð;cZO\n½œ\"+hõêZaœõœ9¿','',0,'?'),('óÊiFôŽ1E+PÕö\'','wp-content/plugins/thrive-visual-editor/inc/backbone/central-style-panel/other-variables-header.phtml',0,'•;½Ú|VšÚø¹w/l‚','•;½Ú|VšÚø¹w/l‚','KüHÁÔ>_ \06Wùgd¼Ø’ƒNZ~Œ4·ÀÖªU','',0,'?'),('Xä,nÌöúDbú‡Y*%ë$','wp-content/plugins/thrive-visual-editor/inc/backbone/central-style-panel/palettes.phtml',0,'‰€iò†ïJÑC¡‡‘æI','‰€iò†ïJÑC¡‡‘æI','4óƒþzKÈ¡tÓëTØø3+;sýt’ÇS¡m‘‘@Oo˜;','',0,'?'),('&´«ƒØL„nK\\\\i	Õá','wp-content/plugins/thrive-visual-editor/inc/backbone/central-style-panel/tooltip.phtml',0,']ˆXqk5?Aí|ž',']ˆXqk5?Aí|ž','è…N9]]°i])?—¥{d¶·Îo—<¾8#ZL\rm)1/','',0,'?'),('*	[0®õS7vÒNò„-ó','wp-content/plugins/thrive-visual-editor/inc/backbone/cloud-templates/item.phtml',0,'ódv©º5TÐÊÓ','ódv©º5TÐÊÓ','bÇtS“Ÿ!‹2{lõ.û‚aôLh^(õÏÖ÷e','',0,'?'),('+¡¶ŸTVÀºÞ\ZA$˜Èç','wp-content/plugins/thrive-visual-editor/inc/backbone/contact-form/email-setup-form.phtml',0,'Æþ9›¹ÙdH1´‰ûs†','Æþ9›¹ÙdH1´‰ûs†',' €!ZVJÞ£ˆ§(Ðj#mòFAyÌó×oìDwJ@P','',0,'?'),('øå¤÷‰©§É›ÖYq„à›…','wp-content/plugins/thrive-visual-editor/inc/backbone/contact-form/error.phtml',0,'Ž}Ú«?•³~]	*x–','Ž}Ú«?•³~]	*x–','ãä¨Ë´¬î°ÝÏW¿¤sÝç=K·S\'ž¿JËå1å','',0,'?'),('mLÑêMwªÕLzµ£Ûdæ','wp-content/plugins/thrive-visual-editor/inc/backbone/contact-form/shortcode-button.phtml',0,'¥1©Ä+­Âñó/C¥Ã?P','¥1©Ä+­Âñó/C¥Ã?P','¦£kL„~edàèÆp–¹ÏÀü~t~Þ…é45îº¿á','',0,'?'),('µ–•1ëqw%„2úá#Ô','wp-content/plugins/thrive-visual-editor/inc/backbone/contact-form/submit-setup-form.phtml',0,'­“|OgA®=ïÄ î8º^','­“|OgA®=ïÄ î8º^','^CêGÉ62•¾Ý2éãÃ½!K™¬ÂP>ïõì…@','',0,'?'),('”Òq´±wMÅ}D›É\n','wp-content/plugins/thrive-visual-editor/inc/backbone/content-blocks/category-item.php',0,'áDý”ÐG„øêj^X,','áDý”ÐG„øêj^X,','ˆ2éª;:¿óëˆõo\"ÄAWkBÙL»#0','',0,'?'),(':¼Gå‘$lÆÂUaóÞì','wp-content/plugins/thrive-visual-editor/inc/backbone/content-blocks/color-var-item.php',0,'éü…–Š¼b~¤˜n½Þ','éü…–Š¼b~¤˜n½Þ','i‹æ¤Dµ|Ó¸íBq\\`Þ´Â\rÓ0Z ž¹/·7…','',0,'?'),(':¢&$ïå®´»ùwü»æÀ','wp-content/plugins/thrive-visual-editor/inc/backbone/content-blocks/favorites.php',0,'ZV>v6a½]]f¯\nOæw','ZV>v6a½]]f¯\nOæw','à¦óI=ËÆÞÏVÕ÷Ò«µ‡^íøT/ñu7:3ó)ß','',0,'?'),('øx¼ß•pÂ/¨$¹}Û\r','wp-content/plugins/thrive-visual-editor/inc/backbone/content-blocks/group-item.php',0,'ò1°@Lxµ\"‡ê1\r¢±½','ò1°@Lxµ\"‡ê1\r¢±½','\"ÂªÉàÛ±<³à²-×dŠ÷ò%€3Òz˜^Ù„›Îã','',0,'?'),('Þ]ãrnºn¸øVÏñ','wp-content/plugins/thrive-visual-editor/inc/backbone/content-blocks/no-template.phtml',0,'µàw	‚p¯át}çyñ4I','µàw	‚p¯át}çyñ4I','Ê0Mð\n4ì3‰IIøÄùÞƒ7ïŠ	äº«»ãé','',0,'?'),('í¥EHR¦5ÃØ‚Ëy\nÙ','wp-content/plugins/thrive-visual-editor/inc/backbone/content-blocks/template-item.php',0,'mˆ—¾± ?mElÉMW¸–','mˆ—¾± ?mElÉMW¸–','\\F„¢d†ŠÝ• 3eŠD˜‰Vq\0é`Êlù£=ëô','',0,'?'),('yw÷ZÐÓ(é³`odõ','wp-content/plugins/thrive-visual-editor/inc/backbone/controls/audio.phtml',0,'±~ Ê‹#ô°©¯0Ñ','±~ Ê‹#ô°©¯0Ñ','ÂÇeÖë2À©šË—a©H0EÁ”X>Úø4ª¸éC','',0,'?'),('(Ì…ÿ&Æbü·†ßÐ‡Wb','wp-content/plugins/thrive-visual-editor/inc/backbone/controls/background/background-effects.phtml',0,'á.…rqÔT1ˆÆÛ¹W\n#','á.…rqÔT1ˆÆÛ¹W\n#','>’8…ƒ§ê­Sì`y„>ô%“²Jþå&¢y\'Ã','',0,'?'),('Ö|;wI÷ ®þgMu²Æ|H','wp-content/plugins/thrive-visual-editor/inc/backbone/controls/background/background-image.phtml',0,';Xü’óøi:Þ8Á-¼ª',';Xü’óøi:Þ8Á-¼ª','§!b×3©\0èïóæ?ðà{€ ^‰\"øÊ&¯SÆÌOÕÔ','',0,'?'),('ähCNB&êº’¤Rƒ´“','wp-content/plugins/thrive-visual-editor/inc/backbone/controls/background/drag-overlay.phtml',0,'õàÈ.Ó7qZ k­Ê®Ó‘','õàÈ.Ó7qZ k­Ê®Ó‘','ë]4ÄM†<«–ÒÊ¯¾¸$Özö[§Dí\nEKß«oº','',0,'?'),('Aî÷´„ä­@ŒpõÆùHX','wp-content/plugins/thrive-visual-editor/inc/backbone/controls/borders.phtml',0,'ŠþT®^ðJæmù—ºÅˆ','ŠþT®^ðJæmù—ºÅˆ','ý·ðÝh\"!_\\ÑR×’ÕE^RN«däµEib\05','',0,'?'),('¬–æµÊœ¢<kÎBíF','wp-content/plugins/thrive-visual-editor/inc/backbone/controls/button/global-templates.phtml',0,'î.M;#1âSÂåQ\"|9X','î.M;#1âSÂåQ\"|9X','a(”5SëŽ¸vŒ†í¬7†~ºè]VÓ7 £{þÛ¾','',0,'?'),('9„Aü^^ÐO¥½zê','wp-content/plugins/thrive-visual-editor/inc/backbone/controls/button/style-picker.phtml',0,'QN¡íâÂ]œTŒ7Õ¿G','QN¡íâÂ]œTŒ7Õ¿G','ìÃK\rêW23¡œU£Úb°¹gÿoGò[¨˜yV','',0,'?'),('¹U•W­Aÿ.ŠìAcÌWT','wp-content/plugins/thrive-visual-editor/inc/backbone/controls/button/style-templates.phtml',0,'qÀ¢@ï“°k^ôé”Äòr','qÀ¢@ï“°k^ôé”Äòr','—/KñMHá®tò’)a\0¾ÁÊ¿¦ž8»\'‰Gì’','',0,'?'),('m˜))e)ÄŽÚkLXa–Ž','wp-content/plugins/thrive-visual-editor/inc/backbone/controls/button-group.phtml',0,'»È?@ª\'¼>uJõJÆ','»È?@ª\'¼>uJõJÆ','ÐD}Šåê.Ë—ÚWŽòfÁQW\nïðf­D¤À‘','',0,'?'),('²ÛÛ>zëEäØ\'¾ªúF','wp-content/plugins/thrive-visual-editor/inc/backbone/controls/button-panel-group.phtml',0,'TÊ’MÞÇ9-ù>»©}‡â','TÊ’MÞÇ9-ù>»©}‡â','ZŒ•l»Í«@GÈ=|k£³kaâE\Z7Êg7Ùô~·','',0,'?'),('%Þ¦\0~ ‘öc2¦òe[\Z˜','wp-content/plugins/thrive-visual-editor/inc/backbone/controls/button-toggle.phtml',0,'v	ÀqïªI5øP\0?Ó?©','v	ÀqïªI5øP\0?Ó?©','ÆŠ*T[žìHÆ†]°‚eZß-´‘-¤ê%$´¡','',0,'?'),('C&Æ{‡–=É8®†ˆ.=','wp-content/plugins/thrive-visual-editor/inc/backbone/controls/cards-change.phtml',0,'¨kr‡¢þÌ<¢²¸Î ','¨kr‡¢þÌ<¢²¸Î ','üÕæ¡ÌŽúž(¦[›#°CÈTDÎŽÅÈ‘ƒ#@{C','',0,'?'),('.â¯ÁÙ›;õ?Uá…«ýâ','wp-content/plugins/thrive-visual-editor/inc/backbone/controls/checkbox/input.phtml',0,'ÄImï	óÕ.cd·Îå','ÄImï	óÕ.cd·Îå','0êc”<œW-Å¬¨»\0òÌDhË¾ßº|uK‚Ã','',0,'?'),('GâÖ3¨_.½ÿó„°¸','wp-content/plugins/thrive-visual-editor/inc/backbone/controls/checkbox.phtml',0,'Ûô\nÀ0éi¬Df=Êçõ','Ûô\nÀ0éi¬Df=Êçõ','“âìÕìã³Ž‡º¢È7»à|MÎÚª¿eÛdº²*ý','',0,'?'),('¢å4M¯d;©®ˆÆ€œ','wp-content/plugins/thrive-visual-editor/inc/backbone/controls/color-picker.phtml',0,'CvBƒŽÌvÂöÝÊ,','CvBƒŽÌvÂöÝÊ,','Îø[‹\'ü$ô\Zh9¥ÒŒ¬`.\\L7‡›Û`Õ°–p6','',0,'?'),('‹ÉNâøaOºÙîÎ+Çaþû','wp-content/plugins/thrive-visual-editor/inc/backbone/controls/color-var-item.phtml',0,'”CâÃ^ƒÉÊàµ¥8	','”CâÃ^ƒÉÊàµ¥8	','¯…MDž»ð	®Ú5kØC\0|¥P>ýálU²GŒþ¥“','',0,'?'),('ž¦PûC¢ìÿVoº—òÎ•','wp-content/plugins/thrive-visual-editor/inc/backbone/controls/contact-form/default-cf-item.phtml',0,'c±BÛÐâèegÙWYç:[','c±BÛÐâèegÙWYç:[','\Z™O•‡œúëÐ_¥$ûÂÓX²ž”¨¬Ê{÷x%i','',0,'?'),('øõCÝ{_\Z±Ôœ7ß&G“','wp-content/plugins/thrive-visual-editor/inc/backbone/controls/contact-form/edit-cf-item.phtml',0,'ÀÌâõ á}—š:¨¦ËPŠÉ','ÀÌâõ á}—š:¨¦ËPŠÉ','ÞMw Œ®Æã°[3X\r Õ·FxØ…Øí§ï\n<\"š÷','',0,'?'),('.ÏA­©y¨P€\r7þƒ\\','wp-content/plugins/thrive-visual-editor/inc/backbone/controls/contact-form/recaptcha-cf-item.phtml',0,'ÂgCöô?O«¹®¶·Y','ÂgCöô?O«¹®¶·Y','ý³Æ!$•uÁé€-•<*:Ã–œÞÑƒ_±½hãÑ','',0,'?'),('\\\09s’¶?œéšDÙ˜a8˜','wp-content/plugins/thrive-visual-editor/inc/backbone/controls/contact-form/settings.phtml',0,'10ò‘å¦†ÈîÌÖÝØä=_','10ò‘å¦†ÈîÌÖÝØä=_','|šèÀ‹=~¦‡ñÀZäì(¤o)¤Ø2	ÿ×','',0,'?'),('1nþè§‰Ž]±j×ØBb','wp-content/plugins/thrive-visual-editor/inc/backbone/controls/contentbox/image-tooltip.phtml',0,'\\ÓÓÊ›šÜ1Úfœür','\\ÓÓÊ›šÜ1Úfœür','¼·xXÊºŒ»ÜÞK% ­!AÞ}FêIÕŸZ¤:­Î','',0,'?'),('ot´:ô5}G_Oðf','wp-content/plugins/thrive-visual-editor/inc/backbone/controls/corners.phtml',0,'lµS=œ³n_hÁh-ÞÙ','lµS=œ³n_hÁh-ÞÙ','øŠ_*†oGà³> muñá&ÜÌ‡àd¦Æjž','',0,'?'),('!ÀìïPaSu\rx)“Q°','wp-content/plugins/thrive-visual-editor/inc/backbone/controls/countdown/style-picker.phtml',0,'\"À…¦†õ\n¾~\n›–Óò','\"À…¦†õ\n¾~\n›–Óò','öŠÇîq\\ìŠàfT</RÂR[édZ§ò€YB­¾Åû¤','',0,'?'),('È°ØÚÃæjiq[£qJ –','wp-content/plugins/thrive-visual-editor/inc/backbone/controls/custom-menu/edit-menu-item.php',0,'iÿ%È£‘â¸:t³¥–','iÿ%È£‘â¸:t³¥–','ü‚¾êªmÂ)×|b„¾V’ê»xÔfö8À½\'H‚','',0,'?'),('a¾Äã	pFAn“¦B','wp-content/plugins/thrive-visual-editor/inc/backbone/controls/custom-menu/modal-menu-item.phtml',0,'‚4å{r³\"™ŒÊ\rbãÊÉ','‚4å{r³\"™ŒÊ\rbãÊÉ','£Ÿ[:³Ø]n-˜öÍ¨ÇnË	Q¢‰Ö{=Œay®ÐÁ´','',0,'?'),('/ëð;â²^æKƒr¦1æ','wp-content/plugins/thrive-visual-editor/inc/backbone/controls/custom-menu/modal-menu-type.phtml',0,'\0Ã|ÿÌ˜U¥{@Ø™Þ','\0Ã|ÿÌ˜U¥{@Ø™Þ','ï;VÉÆ<1\rG¾U§¦Œa­j\\êåt¾[8\r','',0,'?'),('H{!ãŽ5„\noÖ)¨lQB','wp-content/plugins/thrive-visual-editor/inc/backbone/controls/custom-menu/style-picker.phtml',0,'v±#‹QÌîºR>ŒŠ(Úó','v±#‹QÌîºR>ŒŠ(Úó','^ìÈ*f¤¢!óVXòEtZ¡±e¡^‰•‚æ¾PèÁ','',0,'?'),('ÞÑÓ‰X¸-\"eXÐ…2','wp-content/plugins/thrive-visual-editor/inc/backbone/controls/date-picker.phtml',0,'¯³ÈWb!DMy@Ã¡','¯³ÈWb!DMy@Ã¡','ðYƒÔõ±DÙæ*ÕJ*ç`@’0|ìZ(\nÁ‡…ç','',0,'?'),('å6ÔëdMé£‚àÊd','wp-content/plugins/thrive-visual-editor/inc/backbone/controls/decoration/decoration.phtml',0,'o7¬3)Ao•QöØ7Ú	','o7¬3)Ao•QöØ7Ú	','ª?ì\r\"û$9alØÃØh­ê¬Ì#ÀŸ¢V½UIð','',0,'?'),('rñúqšjŠæº€ƒxøB','wp-content/plugins/thrive-visual-editor/inc/backbone/controls/decoration/divider.phtml',0,'Õ2‘88\"Ú!£8BF','Õ2‘88\"Ú!£8BF','ÏŒ,Y©óO¯H|yßïûN¯Z«¯µ¶ú1ÿ®ºG','',0,'?'),('\n4ü¤œX¸ãJ¾','wp-content/plugins/thrive-visual-editor/inc/backbone/controls/decoration/pointer.phtml',0,'y¦î8c\r»u3æÛ\rŽ','y¦î8c\r»u3æÛ\rŽ','¡ÚWŽcÐô‰á”ÈMèÂ3°¶°•Å—8¶WãÂRàï6','',0,'?'),('yõ@™Ÿ@9=i«eêò','wp-content/plugins/thrive-visual-editor/inc/backbone/controls/decoration/slanted.phtml',0,'Ä·àÇß5ÖÓ˜4îÒ£','Ä·àÇß5ÖÓ˜4îÒ£','û´Ä6*¶u±ãUþ¼a<ðó´ÊZ.ïyù(_Î¶(¨','',0,'?'),('?8ò1Á\0~E‹ù\\ÊúÒ','wp-content/plugins/thrive-visual-editor/inc/backbone/controls/decoration/svg/fancy-divider-styles.phtml',0,'Î·5€a9üÒŠ“\ZIb¹','Î·5€a9üÒŠ“\ZIb¹','™˜§Ÿ2±&\'°ä¦¥ìßÔÌ%q’S…©²«áÌ.CÌ','',0,'?'),('èOÈsÔ¥VÓ:ÝäâÌ¢T','wp-content/plugins/thrive-visual-editor/inc/backbone/controls/decoration/svg-base.phtml',0,'‰ ôÚîÄcîeŽ1\r\r%\\©','‰ ôÚîÄcîeŽ1\r\r%\\©','Äèz§+þÀŒˆh®},ÇƒKuo†µÏéwA&`÷V_W','',0,'?'),('ýnñƒÈ2Ãsåêir‡	›','wp-content/plugins/thrive-visual-editor/inc/backbone/controls/divider/style-picker.phtml',0,'s}\'±QIfÌ9Dö÷”»\r','s}\'±QIfÌ9Dö÷”»\r','œúnÿ˜\ZekŸÓ«ÑkL#syÛ²™€œ÷ŒR','',0,'?'),('M¹ƒ´\rƒ»HQ?‚Ãú','wp-content/plugins/thrive-visual-editor/inc/backbone/controls/drop-panel-light.phtml',0,'&/Ÿ$€2µùÚË','&/Ÿ$€2µùÚË','ëC\Z:	Ÿ½³»´è‹¿œ@\0àÀ’Ëï’?`òOW…Ž˜','',0,'?'),('«îõU<B1³µÓÒnÂxJG','wp-content/plugins/thrive-visual-editor/inc/backbone/controls/drop-panel.phtml',0,'&/Ÿ$€2µùÚË','&/Ÿ$€2µùÚË','ëC\Z:	Ÿ½³»´è‹¿œ@\0àÀ’Ëï’?`òOW…Ž˜','',0,'?'),('Ã•°\räÏÇA¦âMsK','wp-content/plugins/thrive-visual-editor/inc/backbone/controls/font-manager.phtml',0,'%ˆ”h`\"¯æ\\)°öÔ','%ˆ”h`\"¯æ\\)°öÔ','˜oM3¢5jÿ×ü¾È@vGßA£}@§3jñ2;\nws×@','',0,'?'),('kÔ`}ý‰ÿ+2Y-Ïÿ‹!','wp-content/plugins/thrive-visual-editor/inc/backbone/controls/global/style-button.phtml',0,'¹2ªèV?æi\'qˆÄC1','¹2ªèV?æi\'qˆÄC1','©£àX¹As?\0F©Še| ]±jZŒý_Ê.ÐEÌ5','',0,'?'),('WÈPQr š»‰Ò3Xú—','wp-content/plugins/thrive-visual-editor/inc/backbone/controls/global/style-contentbox.phtml',0,'8íÕ0z^ûë©±Ì¹f£','8íÕ0z^ûë©±Ì¹f£','5mmüÁ®Q.¶\\>+ö\\éno”Eý®#@ëÊ¢Ä','',0,'?'),('Gã	êó¥´Ü¬P¾C¯','wp-content/plugins/thrive-visual-editor/inc/backbone/controls/global/style-control.phtml',0,'½WäŸzmúÍ“ãÌLs÷','½WäŸzmúÍ“ãÌLs÷','ÐÞOVÒÃ²{:i{0\"¦öV\r7DJ îi½)ŒØ6‹','',0,'?'),('¬Â±ïn•ud´/ îú','wp-content/plugins/thrive-visual-editor/inc/backbone/controls/global/style-panel.phtml',0,'Ñ´Rd8ŒùF#§ÎÓr','Ñ´Rd8ŒùF#§ÎÓr','à2uy]9’*ÏÍujFe}AÞhnz>}(×s¹2','',0,'?'),('AÅ{¥Ý/ß½A1ó\n‹','wp-content/plugins/thrive-visual-editor/inc/backbone/controls/global/style-section.phtml',0,'ÄÆV]•^eÜS¸?ä¬ª|','ÄÆV]•^eÜS¸?ä¬ª|','ÿOzÎ:Øi®:½®à…G‰YÚz{#éj°âr\\kPº·','',0,'?'),('ê€{·(ì)IËû‘„h&BN','wp-content/plugins/thrive-visual-editor/inc/backbone/controls/gradient/knob.phtml',0,'”»4(voád \0(UY^','”»4(voád \0(UY^','ÃZ,œ½¹nìXÀáªû…	}ÒS¿ÙïrƒÏ!a×°S','',0,'?'),('7doßÚCjaÊ9B£‚','wp-content/plugins/thrive-visual-editor/inc/backbone/controls/gradient-pattern.phtml',0,'d8Ãy§ÆBT:.Ž8B<','d8Ãy§ÆBT:.Ž8B<','{Á‹êë,q¹¦~ˆä³ ãç(6nMööÀ(H>=¶à','',0,'?'),('Øë-y¦“ã³;ÇÔÝ}›õ','wp-content/plugins/thrive-visual-editor/inc/backbone/controls/gradient-picker.phtml',0,'ÓN42–^H|ø|ÄˆE','ÓN42–^H|ø|ÄˆE','«^„ûiZª_ê3/Þ)3¥÷ÂƒšI¸uX.ß=6U—yX','',0,'?'),('¥<a‚aIzÎœ¦Ë–p§','wp-content/plugins/thrive-visual-editor/inc/backbone/controls/icon-label-switch.phtml',0,'ov‘Äˆy¯¿>’#ìÜ_(','ov‘Äˆy¯¿>’#ìÜ_(','Hkåíì&¾ÇÔoQ€c8¯\nñŠæî#Lh¡Zl?|!','',0,'?'),('X?é–¢3ÿÒw:’','wp-content/plugins/thrive-visual-editor/inc/backbone/controls/icons.phtml',0,'¨ÚWÍU`€:ºù(I¥³Yó','¨ÚWÍU`€:ºù(I¥³Yó','–\nÛ‘n\'(Nèî&Çåbæ,’U0Iu/®\ZåÉQQ¡@+','',0,'?'),('³î}k{9JŠ!?ÜØ\"è','wp-content/plugins/thrive-visual-editor/inc/backbone/controls/image/resize.phtml',0,'òˆ¾kã¢‚e\nNU>ÄaåÙ','òˆ¾kã¢‚e\nNU>ÄaåÙ','[TIpylg©&Ï¦z7áÅƒ*Tjiá\0°\\=¬ˆ™','',0,'?'),('š\\iãnxÊÉÇ=FF','wp-content/plugins/thrive-visual-editor/inc/backbone/controls/image/style-picker.phtml',0,'_p>×Kˆ”[Š	Â','_p>×Kˆ”[Š	Â','ô/Gbª+Ð½3g‘n.‡]a0UÃtU¶ƒ@AÊ<šï','',0,'?'),('Ûs8È×¥PrêåÌ^ä\Z','wp-content/plugins/thrive-visual-editor/inc/backbone/controls/image-picker.phtml',0,'4°i/¿Çs¤IŒÉWˆ','4°i/¿Çs¤IŒÉWˆ','vJÒà³mdÊHƒhUÞ9–@<MGHÃŒü)óïôˆ','',0,'?'),('ÄY¬ú–y„mdd”\n°ƒ','wp-content/plugins/thrive-visual-editor/inc/backbone/controls/input-inline.phtml',0,'Ã‡5\'µîÐòíSl','Ã‡5\'µîÐòíSl','Û¿ü#F…¥B½x/KÓï‡ã˜ÃAÀd’Mî+(x²','',0,'?'),('¡ÏÛ9²-0Ò‘º4Ée‰','wp-content/plugins/thrive-visual-editor/inc/backbone/controls/input-multiple-item.phtml',0,'Ð¶	ÀÇÕÚ›lzÃiu÷','Ð¶	ÀÇÕÚ›lzÃiu÷','}ãÑ,Í½%Áé=J¦6dËCX“Ju­5 ª/HO‹y­','',0,'?'),('	ãÞáÞF­Ø×w¾[','wp-content/plugins/thrive-visual-editor/inc/backbone/controls/input-multiple.phtml',0,'Àãâ9˜`ñ=.aüô','Àãâ9˜`ñ=.aüô','ø€¿	ÅäòÄ{¿¢w8Wk¿^$6ˆ_u8ÒEH‘´','',0,'?'),('\0uÞ9F¦õÃO!Å!6','wp-content/plugins/thrive-visual-editor/inc/backbone/controls/input.phtml',0,' àíjÒÞÕ¡Q…¬a¯å',' àíjÒÞÕ¡Q…¬a¯å','Ÿ\råh7¾å]¶ÁÍËÂ¾5‰½Û+ Ý–„Þî\r#','',0,'?'),('m!›g\Z\ZPˆ:ÕfÑí','wp-content/plugins/thrive-visual-editor/inc/backbone/controls/knob.phtml',0,'~Àg;žPWÔ‡X*È[','~Àg;žPWÔ‡X*È[','wâ¾ŸBÎªôà=m4\r£âØf49tbèÆYo°\0 R','',0,'?'),('ÐšH{õ½õi_ëÖÉºq','wp-content/plugins/thrive-visual-editor/inc/backbone/controls/label-input.phtml',0,'bÈG<›†ÍAP¾ðÓ¬ð','bÈG<›†ÍAP¾ðÓ¬ð','ŽÓæ¼S&BÃÏ*¶¼Â\"¹˜â™9žàþjÀ«zŒ','',0,'?'),('Ûõ\rfWãltß…\rÿGÂ','wp-content/plugins/thrive-visual-editor/inc/backbone/controls/layout/input.phtml',0,'Ë;…£ÿ•—2È\'Ûª»','Ë;…£ÿ•—2È\'Ûª»','ËØcÔs°½O”ãí!<¼ídš{S€ì­ù9QZÜ','',0,'?'),('ÔpÐlGæ«øˆ‘¶ˆÅ','wp-content/plugins/thrive-visual-editor/inc/backbone/controls/layout/position-absolute.phtml',0,'¾ZÄ`°d\\Yo¥ž£v','¾ZÄ`°d\\Yo¥ž£v','¸Âie…jpàø1©\"\nÍ9}gø`õQ¦©c\\Mq’9B','',0,'?'),('EA<qµŠ+€È]H\0…\\','wp-content/plugins/thrive-visual-editor/inc/backbone/controls/layout/position-relative.phtml',0,'êœ_	§MK™}À4','êœ_	§MK™}À4','dOsØ•Ñˆ¹ÇänÚ‹\rÑÕ¸Òƒ‡ú¦í…ÁX3	nöÃ','',0,'?'),('«ØM4˜Ñ G÷&JÑôP','wp-content/plugins/thrive-visual-editor/inc/backbone/controls/layout/width.phtml',0,'”f:NçÀ*kÕréƒ','”f:NçÀ*kÕréƒ','’ÑiµÚ¢ËÕ9?d˜@­>–€¶{Zô”¯äÚ/zs¨','',0,'?'),('™–“Yæ_“\r/–6¶]?','wp-content/plugins/thrive-visual-editor/inc/backbone/controls/layout.phtml',0,'©©ß¥5²=“ïLgµ{m','©©ß¥5²=“ïLgµ{m','¡¸J|ò »ñû²£Š}\"©ò€¡»Vû*i>‚\0È:','',0,'?'),('\ZxªüÉ‡ß…–—GšY7','wp-content/plugins/thrive-visual-editor/inc/backbone/controls/lead-generation/api-connections.phtml',0,'ÂË¨´²ÊÄ³9ðúg!ø”','ÂË¨´²ÊÄ³9ðúg!ø”','T9ÏúmØ\\$Ÿ³0Æ²´\"bìZÉFj°­¬\rq]','',0,'?'),('¡Œf`¥?•¶¦öxqOm','wp-content/plugins/thrive-visual-editor/inc/backbone/controls/lead-generation/api-drop-panel.phtml',0,'¿fZV‰§÷pP¬.A«;','¿fZV‰§÷pP¬.A«;','I)jÐÙ\r}(‚‰™¸‰›árÅ†ùÏjE]hËO¦‹Í','',0,'?'),('Ç/D·\Z>]HãV*!AqÚ','wp-content/plugins/thrive-visual-editor/inc/backbone/controls/lead-generation/connected-api.phtml',0,'}!Ò±(è¹bÝ²Fà','}!Ò±(è¹bÝ²Fà','¯äðŠáv‰­Ó†Ûº<cæS%½ä¼ÐMeÑe\'ƒ‚ü','',0,'?'),('ºmg©ÈE,.Dš','wp-content/plugins/thrive-visual-editor/inc/backbone/controls/lead-generation/edit-field.phtml',0,'¦˜\"Ë6‘O†Ê‹Ìx1','¦˜\"Ë6‘O†Ê‹Ìx1','yl%Ï#—;2(|f9£ÄÞë¶™—6äF«?-fo','',0,'?'),('ù©ãs+©V€¤‡µ˜º','wp-content/plugins/thrive-visual-editor/inc/backbone/controls/lead-generation/lg-input.phtml',0,'ç}«1¸ì]¸Í¬vì{\"ó‚','ç}«1¸ì]¸Í¬vì{\"ó‚','ßå1\Z/¿U´hÚÊ¨=m?Ubª|C1-ãŽäË5v¯J¹Ë','',0,'?'),('í¬°¯òs¨H\Zù.\rr¡Ë','wp-content/plugins/thrive-visual-editor/inc/backbone/controls/link/dynamic-categories.phtml',0,'ßÒíà%®&L’¡®o›1û','ßÒíà%®&L’¡®o›1û','ý$éP…7êEÄCGö<a™K|Ÿd¼Í¹…•EÍ®\\','',0,'?'),('¥-:«_*ñZ wØrjHÒ','wp-content/plugins/thrive-visual-editor/inc/backbone/controls/link/dynamic-links.phtml',0,'˜•Lø.p	|hiÏø?C&','˜•Lø.p	|hiÏø?C&','W^,pépæ×p™cf?‡3ÀtÎ§É%›C‚ÙL°¦','',0,'?'),('útd?q¨qY4‰BÎIÎL','wp-content/plugins/thrive-visual-editor/inc/backbone/controls/link/element-link.phtml',0,'ÙOõ7Úç@üIÐwc','ÙOõ7Úç@üIÐwc','úún\n«‹a¯ðàÁ/ÞaaàHòÈ%^^†eÏŸÚ©	','',0,'?'),('7Æ•kQ à+Ï·UlŒì','wp-content/plugins/thrive-visual-editor/inc/backbone/controls/link/link-select.phtml',0,'Œüt+ïŠDçÅ‘ý¶…Î?°','Œüt+ïŠDçÅ‘ý¶…Î?°','8›—ºã/•›ì¿¨¡¸Õ5ÍÑáÝc¼ªæÌã~ìÛ²','',0,'?'),('~M‹®‚wÉ†sªRbÔC…','wp-content/plugins/thrive-visual-editor/inc/backbone/controls/link/style-picker-item.phtml',0,'¾]9œÍ¼<w+«v0a„','¾]9œÍ¼<w+«v0a„','œ_¡0ì5{_^ïe¦ªô˜\\c‘1pŒ“+ã’žh½Q','',0,'?'),('Å\'á›Yáúš[åhÁ§(','wp-content/plugins/thrive-visual-editor/inc/backbone/controls/margin-padding.phtml',0,'~N(+ÚÓž‹ðØÇ','~N(+ÚÓž‹ðØÇ','pi¤½UG±8Db¼M·ÔHâÀ©ÒN{/U','',0,'?'),('Òº¨LúS`ûïqðp“¯','wp-content/plugins/thrive-visual-editor/inc/backbone/controls/menu/preview-list-item.php',0,'æÕŸM×$SÁP!W’Véô','æÕŸM×$SÁP!W’Véô','åÈ”kÜ‡ÏqUþü«Žb™ru‚F‰0ØHsòJÍ\rhÓŸ','',0,'?'),('ŠTû¦25xˆ„Ÿ÷4;à#','wp-content/plugins/thrive-visual-editor/inc/backbone/controls/multiple-checkbox.phtml',0,'UÏà^Í©72,.öp—ØÐ','UÏà^Í©72,.öp—ØÐ','Dÿz™s”ÔD÷·ur(‚f\nHÒãVñ“u{v¦Ã','',0,'?'),('\Zo¤\\ÙøºéûÍ÷‹Þ','wp-content/plugins/thrive-visual-editor/inc/backbone/controls/palettes-var-item.phtml',0,'õ@Š‹(‡ð[ï:ëá`ïØ‹','õ@Š‹(‡ð[ï:ëá`ïØ‹','‹â\'}Ÿû—”êË™<Ãpß{õ¸¼-_ *Rþ§vÉ ','',0,'?'),('¨5×’G{c—*ª.µ¸N','wp-content/plugins/thrive-visual-editor/inc/backbone/controls/palettes.phtml',0,'ò\n–JÑ==”‘?”ò','ò\n–JÑ==”‘?”ò','e›¦»±!ùŸ=q~ëô!’sã›\\\'¤ü§Ÿ²!‰ \n	<','',0,'?'),('?K¤÷âoþ~I”®FH','wp-content/plugins/thrive-visual-editor/inc/backbone/controls/preview-list-item.phtml',0,'ŠZº\0\Z-.IRï˜°é‰>','ŠZº\0\Z-.IRï˜°é‰>','ò6ï=ïÝH³=(x‘×&€Wôlg¢´íj;0‰48m','',0,'?'),('÷ØõôìuÒj6Ù6Tà','wp-content/plugins/thrive-visual-editor/inc/backbone/controls/preview-toggle-list-item.phtml',0,'9quûhD¶áÑ@\rÞÛÅ•','9quûhD¶áÑ@\rÞÛÅ•','[6äpn¥„Vôo•V•Uk~pþí^¿s^@îÍO','',0,'?'),('ð©îËEÆ×Â’°Zªûûê','wp-content/plugins/thrive-visual-editor/inc/backbone/controls/pricing-table/edit-instance.phtml',0,'¶È°ÿºÄä6R±>\"ˆWv','¶È°ÿºÄä6R±>\"ˆWv','f18ëä\"ú]•\\âÐmlÉÚ»´ç•Š,êU¢|','',0,'?'),('ž™”Æ|†šœÒ†¶vŸüÖ','wp-content/plugins/thrive-visual-editor/inc/backbone/controls/pricing-table/edit-price-box.phtml',0,'¼ìö¢)mÀRíý:¡Ç–s','¼ìö¢)mÀRíý:¡Ç–s','‡QjPÙ/äî|\r¶Ù’FOð.Ð˜æ×†‰Ò¾','',0,'?'),('+–b¯ÑZëìKé<4ý,','wp-content/plugins/thrive-visual-editor/inc/backbone/controls/pricing-table/price-instance-controls.phtml',0,'Ä\nž™üI\\!éu\"—g‹	','Ä\nž™üI\\!éu\"—g‹	','T‡Kía$Ï.G¨ºh¥áÁÈùW3\'v\r†ÜLˆ;„','',0,'?'),('2JB‡€£1ŒD”Š¸P','wp-content/plugins/thrive-visual-editor/inc/backbone/controls/pricing-table/pricing-table-item.phtml',0,'`û¦?ÎÁ ž~Awó¶','`û¦?ÎÁ ž~Awó¶','8¹¢ÐO–u:¿Ëån\\¸ƒl‘dgï¿¿µ¶ºCÎñ†ž','',0,'?'),('Rð‡š02˜£Íß¡™.ó¯','wp-content/plugins/thrive-visual-editor/inc/backbone/controls/radio.phtml',0,'ðÒ™Z‡¥-ªþôÀ(gY_R','ðÒ™Z‡¥-ªþôÀ(gY_R','4g\r¬åŠ‰Öâ_«fì¾Å!8Ïòôë«]hÚx\0>dÙ','',0,'?'),('œ$øjHëŸiÊÿ¡vò“','wp-content/plugins/thrive-visual-editor/inc/backbone/controls/rating-value.phtml',0,'“Aù8Ûæ•£‘”‚äñ6¤','“Aù8Ûæ•£‘”‚äñ6¤','à˜\n/\'ËXù£4yK‡RCßãò†9|ÖgÙn}Œ3«','',0,'?'),('Eð¤¦ê„²Ô±Ðîa×õ«','wp-content/plugins/thrive-visual-editor/inc/backbone/controls/responsive-video/style-picker.phtml',0,'+ñz­pèšîYà\Z„¿','+ñz­pèšîYà\Z„¿','Ö6ÝÛmQÚOÖÎ±^T›\r·©`‘l’ÙÝ$¥Ÿn','',0,'?'),('$$RJëX÷ïÄy•Ô—¦Ð','wp-content/plugins/thrive-visual-editor/inc/backbone/controls/responsive-video-settings.phtml',0,'Ü«¶!Ó…˜÷]%fŒžÞ','Ü«¶!Ó…˜÷]%fŒžÞ','È’`}Í“½MÒÇ}³í(mTh0 ÒE_êyùT,}','',0,'?'),('º8E‹4éX-,p‹ºl;','wp-content/plugins/thrive-visual-editor/inc/backbone/controls/responsive.phtml',0,'xš…ý’J÷H“d*¬)ƒv;','xš…ý’J÷H“d*¬)ƒv;','Ýýôp2ž¡][=ëK‡Â5Æ†Í¢KfÁ_=íª{Œà³`','',0,'?'),('þ­<òøy$uêèƒ1¢ñ','wp-content/plugins/thrive-visual-editor/inc/backbone/controls/revision-manager-item.php',0,'Í\'ÒÎ6iî¹È½\\6','Í\'ÒÎ6iî¹È½\\6','MÔ³jÇÞGµÞçBcoó>Å3„ S[F˜9=jx¾]µ','',0,'?'),('÷8šï°¯¹^\nä·\\qý','wp-content/plugins/thrive-visual-editor/inc/backbone/controls/select-multiple.phtml',0,'¤\rF²=@ÓÛwÉz1#Íe','¤\rF²=@ÓÛwÉz1#Íe','±¡å¤6¨*ú’—\r\\ŽËÚÁî²©9ºöÙËDÙD–‡','',0,'?'),('Û6“›Îñ] {Ü@ýj*Í','wp-content/plugins/thrive-visual-editor/inc/backbone/controls/select.phtml',0,'#IÐ×_ÓŠß¥A?äC>A´','#IÐ×_ÓŠß¥A?äC>A´','í\r	B\r“9Ze4=t‰Y°9„ÄïÖcÏÌ#Cw)Þ ','',0,'?'),('uÙ Z”R:Û&ÉýS»é]›','wp-content/plugins/thrive-visual-editor/inc/backbone/controls/selected-elem-nav-item-compact.phtml',0,'<IËý\0Úõæ)ÉP8Jb','<IËý\0Úõæ)ÉP8Jb','¨ðíˆã½~‚¤~ã›dø½šõ`O†¤»½¿µò\rI','',0,'?'),('‘jy¡³×¨ú8û~\ZŒj','wp-content/plugins/thrive-visual-editor/inc/backbone/controls/selected-elem-nav-item.phtml',0,'ëƒ ª%µöÆ(—œ-An¤','ëƒ ª%µöÆ(—œ-An¤','Lñ/õ\'uÝÑ×êvËµŠóé+æè€Ç|é›Ñf®','',0,'?'),('½HË÷3ºD‚KV{TO','wp-content/plugins/thrive-visual-editor/inc/backbone/controls/shadow.phtml',0,'Iºé5W:u\r\r$­ŠÊF0','Iºé5W:u\r\r$­ŠÊF0','\ZÌ¶Œ^ùŽž=~ëD4È_N$ÕzhåÒ°[˜þÜ^ ','',0,'?'),('/y¬ò©ˆ\'êä]xÛ‘Íç','wp-content/plugins/thrive-visual-editor/inc/backbone/controls/slider.phtml',0,'j&ï¡¥­ÓƒÍg^\r+â','j&ï¡¥­ÓƒÍg^\r+â','”±ã™üÂYñÁLŠ>Â]œ8 ¿oÖ£ ‘RÍ4W”','',0,'?'),('ö`ó5$U= –žˆ·‰¾k','wp-content/plugins/thrive-visual-editor/inc/backbone/controls/social/fb-share.phtml',0,'íÔ\\ÙœfÝýøpï','íÔ\\ÙœfÝýøpï','	ÿ™·Â•OzÄçïð}çËì¼ÛÑeOš·tÆtã¾','',0,'?'),('VšUjl?á—L`€','wp-content/plugins/thrive-visual-editor/inc/backbone/controls/social/network-checkboxes.phtml',0,'Òbšû™ñiõ“Ú*­','Òbšû™ñiõ“Ú*­','³Uç±Ø×1Pà0žµN5š¾!4K#]mó½_qj©¬¦®','',0,'?'),('c\'!Tx…íÂË#¶~ï','wp-content/plugins/thrive-visual-editor/inc/backbone/controls/social/network-settings.phtml',0,' W*JÉômŸ.Ål¶¥.',' W*JÉômŸ.Ål¶¥.','É\r‡¤›*xdµì<l	)‘Ñ§w­¥MÈRÌ\Zþ¶','',0,'?'),('#°`\nÔb‹8õ:Éï<','wp-content/plugins/thrive-visual-editor/inc/backbone/controls/social/pin-share.phtml',0,',çñ÷Êq@òPŠÁô×',',çñ÷Êq@òPŠÁô×','H¥‚1«W\rÁÖvâö‹Å@†\"÷ƒ­Z9ôl‰@','',0,'?'),('c9áQCÊó¯^ë;UFbã','wp-content/plugins/thrive-visual-editor/inc/backbone/controls/social/selector.phtml',0,'ÔŒÙ\0²é€	˜ìøB~','ÔŒÙ\0²é€	˜ìøB~','ã°ÄB˜üšûôÈ™o¹$\'®Aäd›“L¤•™xR¸U','',0,'?'),('y´H¿â“hrpîÈŽ]','wp-content/plugins/thrive-visual-editor/inc/backbone/controls/social/t-share.phtml',0,'˜Ð¨œÿd{¬ª-ˆ>-','˜Ð¨œÿd{¬ª-ˆ>-','u8ªÏ·Ò{¼LŸö1i¢Šv…(qÚàm„UKË=¿','',0,'?'),('ž‹*¶ÏŠ \ZGVÌ»','wp-content/plugins/thrive-visual-editor/inc/backbone/controls/style-change.phtml',0,'{Ì¶œ\rÞ€‹OÅ$Àµ0','{Ì¶œ\rÞ€‹OÅ$Àµ0','¦ŽßÇ(¼w˜:¬Ào«°#–KÓ}¯\\Çöny¡ Û>','',0,'?'),('+àH¬Áhâ¿»rímÁ','wp-content/plugins/thrive-visual-editor/inc/backbone/controls/style.phtml',0,'je)TÊ4”\0Óáà{¼cv-','je)TÊ4”\0Óáà{¼cv-','·ØwMÍƒdw©&Dø§¤îV§¹¤à@ÅT\\„','',0,'?'),('E˜¿–@ubËk¹7üö”›','wp-content/plugins/thrive-visual-editor/inc/backbone/controls/switch-toggle.phtml',0,'H©âª,ã^Äâ¶	','H©âª,ã^Äâ¶	','àwÇ­R²ÇÛß@óˆaý8Â!X?¡»ÒÄ\'\0#`Lõw,','',0,'?'),('—Wà6MP%®_‚eÄÒ','wp-content/plugins/thrive-visual-editor/inc/backbone/controls/switch.phtml',0,'›I`×ÝRÃÚˆŒ\nf','›I`×ÝRÃÚˆŒ\nf','`#ù•6ýî–¶—Œys\Z‘3?–µ‘ì$Oci•?£','',0,'?'),('¹Ái	Ð­­¾P,ûŒ','wp-content/plugins/thrive-visual-editor/inc/backbone/controls/table/table_cell.phtml',0,'ã‘ü6g#üœÐ4Ç]Û\'æ','ã‘ü6g#üœÐ4Ç]Û\'æ','=éÄlfWK÷væpú]y•(Uîã[}‡A¯x!B','',0,'?'),('h\Z÷@x5<:ÌauCõ/‘','wp-content/plugins/thrive-visual-editor/inc/backbone/controls/text/typefocus-settings.phtml',0,'jŒÔ¢Îy/+Úsé\\T','jŒÔ¢Îy/+Úsé\\T','¥ªÁÈ6T°äqëÑÐ$Œú‰ä=Ô—rF°m=O‡q','',0,'?'),('‡\rä`–j–µèÍÉë*Z','wp-content/plugins/thrive-visual-editor/inc/backbone/controls/text/typefocus.phtml',0,'=ÀŠ°ôoPŽÚ5O­','=ÀŠ°ôoPŽÚ5O­',':23äé¹ñ\\téA”Tý¥øDßDE¬Dv§!ýz','',0,'?'),('tiˆá†[x˜bž´l÷’','wp-content/plugins/thrive-visual-editor/inc/backbone/controls/textarea.phtml',0,'³ÏÔü‡ü¡·«ºÖ«ë™','³ÏÔü‡ü¡·«ºÖ«ë™','9{-î»IVI9zIBod!‹öQÒÿ3ºD`Ï‚&\\Å','',0,'?'),('$óuÅb@\"¶`M?Ø¶4Y','wp-content/plugins/thrive-visual-editor/inc/backbone/controls/time-slider.phtml',0,'ÿ!‰o+1^Ìüù”X:ò´','ÿ!‰o+1^Ìüù”X:ò´','Õ;ðÒƒ ä)ûÍy´ÔC®d¢ß\'¥ÞÔ?½fÔÎC','',0,'?'),('°šväzORôr8å=þx×œ','wp-content/plugins/thrive-visual-editor/inc/backbone/controls/toc/headings.phtml',0,'°³ÔÉ¶IäÙ$âÆ5½^G','°³ÔÉ¶IäÙ$âÆ5½^G','õ«9_æâúŽÏò\nˆA™Ð‹}F{ÂPûáˆæ_ý','',0,'?'),('Çe®3yëy\0w^ÝdþFÉ','wp-content/plugins/thrive-visual-editor/inc/backbone/controls/toggle.phtml',0,'i­7-ºDYVµrÃw-1','i­7-ºDYVµrÃw-1','iÎa‰ñÝpðWB/iv¶Y•¦\0™ç\'²	Ý55¥Z','',0,'?'),('=7jRB\'@xhe\\','wp-content/plugins/thrive-visual-editor/inc/backbone/controls/tooltip/promote-panel.phtml',0,'’ùˆÿlß³—Tž}¶¢µë','’ùˆÿlß³—Tž}¶¢µë','2Kµ*ºáÜŸº+xñÕ	iu<õÙ±ÌW¢+÷þ›4WU','',0,'?'),('—¶Ã!èçåGlqt]kå','wp-content/plugins/thrive-visual-editor/inc/backbone/controls/tooltip/tooltip-panel.phtml',0,'°þb½Š=Qno6Þ\ny','°þb½Š=Qno6Þ\ny','”‘m­r”cÁ«`ÐÈNlo\\K¼(‰¶\'”Äîe×Î','',0,'?'),('n4‰©†f¹1’]\n Ö~Y','wp-content/plugins/thrive-visual-editor/inc/backbone/controls/video-settings.phtml',0,'£90§$\nÒcºFÐåK$','£90§$\nÒcºFÐåK$','\Z&Ó\\ºx56îIG.(80ö×>ÐgDS\ZCÆDL','',0,'?'),('%«·v÷l—‡¹òü˜','wp-content/plugins/thrive-visual-editor/inc/backbone/drop-panels/reset-state.phtml',0,'Hž55sr»¦›e²ó^„*','Hž55sr»¦›e²ó^„*','`ªs.®-*¼Ä.,æ=šÈÞx,7*|èfŠÇÕÏdÈx','',0,'?'),('’)w3+s$nÙ\r#£”’','wp-content/plugins/thrive-visual-editor/inc/backbone/element-icons.phtml',0,'{WE	ÉªgH`ÚÝÞd','{WE	ÉªgH`ÚÝÞd','àLJQ«‹\ZOg¦U»¿Í=Ñ’÷c#EBýTÿRé©O','',0,'?'),('Eã&vv¸¡KÁŒi	ÁÊå','wp-content/plugins/thrive-visual-editor/inc/backbone/element-states.phtml',0,'U\ZÙ¡³¡Õtµb™pá“K','U\ZÙ¡³¡Õtµb™pá“K','rØ\0êdrß ÕÂŠ\Z{.\0¿Y !ÞÍs‚LM7Ö,','',0,'?'),('Bf)rSVí0Xjç#å','wp-content/plugins/thrive-visual-editor/inc/backbone/elements/button-icon.phtml',0,'£¨>nÑÕ1 \ZÓú§','£¨>nÑÕ1 \ZÓú§','Âd³ïæÿw\'ñ¹Ü¯DÅo¶EÕ\n…[\rx‹8¦…','',0,'?'),('u]´íúÍÒ›À|P\"g|\"e','wp-content/plugins/thrive-visual-editor/inc/backbone/elements/megamenu-no-items.phtml',0,'`ÙŸ±¬\n¢ÝªÕmÛ7úç','`ÙŸ±¬\n¢ÝªÕmÛ7úç','æ=	Åá¨›´#F==¨´/üÀë\0°/`\ZOb‚h\\j‘','',0,'?'),('‚13Z‰<UTmÎªÉ®','wp-content/plugins/thrive-visual-editor/inc/backbone/elements/menu-image-placeholder.phtml',0,'p(É3‹¾¸‹ˆÿþu\0¬ç','p(É3‹¾¸‹ˆÿþu\0¬ç','4hÌ^íñ¶ü¹, ŠèˆpøÚg;>ñœŸþŽû°','',0,'?'),('ùfŠÿQ[ÖE8üš¿sí','wp-content/plugins/thrive-visual-editor/inc/backbone/elements/menu-item-icon.phtml',0,'-Õse£Éê1‘ e-I','-Õse£Éê1‘ e-I','U´æap}g¸*ÞõŽe\0Xj\nïÑYœÕWÿCà§Æ','',0,'?'),('ÒY\"±)6k.£TÎ|¿','wp-content/plugins/thrive-visual-editor/inc/backbone/elements/menu-item.phtml',0,'s…lÈ¢ª…fÿÐ	ç‡Å','s…lÈ¢ª…fÿÐ	ç‡Å','ø8½þ8OÄ<pƒÖü³Ë¦¶(+gR i½UoÒ','',0,'?'),('æÓÞ>W é{„ø¬','wp-content/plugins/thrive-visual-editor/inc/backbone/elements/menu.phtml',0,'CÖMÚ¤3ž#äûVaGØã','CÖMÚ¤3ž#äûVaGØã','VÜ¾Ÿ’[«\nk$pVý2­Ë”lXð\"ÅãûQ0w$¶B','',0,'?'),('õ‚Wbþþ²¹ÞqK„»S`','wp-content/plugins/thrive-visual-editor/inc/backbone/elements/social.phtml',0,'ð¯Þü´äälÇ0|‰ò–ú','ð¯Þü´äälÇ0|‰ò–ú','«íçé¿jaÏú:y,œ¼•îEŸôóÄžË3‘€ì›A»¥','',0,'?'),('í*N~Þ2ðw½Úp=ÒSo','wp-content/plugins/thrive-visual-editor/inc/backbone/inline/column-options.phtml',0,'pf€,Æë\nCìXE³£','pf€,Æë\nCìXE³£','©[/‘ÍÜ(&jï¬M~û_ÒÇœ±sbMg‡×','',0,'?'),('ÓÑgÁþ3g„ò4é>ò','wp-content/plugins/thrive-visual-editor/inc/backbone/inline/content-templates.phtml',0,'òS1Œ	.lôâgO¡´','òS1Œ	.lôâgO¡´','Åf,‰æ`Ü–g¶ëTJi²>6³<õîHN','',0,'?'),('áÎÚ¿×ŠÑé»ûâ','wp-content/plugins/thrive-visual-editor/inc/backbone/inline/dynamiclink-popup.phtml',0,'ûª	Õbï˜ƒ6É€¢Æª','ûª	Õbï˜ƒ6É€¢Æª','ÚC£ O FWä8ˆ«ÅÝÆËF—¸jGÍƒÆÂ¶Ï','',0,'?'),('¿7-–ÜöˆÍì=ÈÆ.ö','wp-content/plugins/thrive-visual-editor/inc/backbone/inline/inline-shortcodes.phtml',0,'%õvj±\nO&‰ÚyÀAH','%õvj±\nO&‰ÚyÀAH','×útèßí`òËy¥„O­‹”¢ˆ„Í .^','',0,'?'),('ª~¼ —^ù’NYáÍ¸¤','wp-content/plugins/thrive-visual-editor/inc/backbone/inline/jumplink-popup.phtml',0,'™³\ZIcpD½9É~#›','™³\ZIcpD½9É~#›','¦(è_N³¤øT™>?É™Š\0&j-P¶¡á0‰','',0,'?'),('FåÄÞúu~3XpÀ~™','wp-content/plugins/thrive-visual-editor/inc/backbone/inline/link-types.phtml',0,'8¥V\\Ü3žMÎ`þ<‚¶(R','8¥V\\Ü3žMÎ`þ<‚¶(R','Ô…ò ¼„å9ŸÓZ){¯›©§Š\rþN+ºBá~N•1Ôï','',0,'?'),('Ò…ÊpÂ+S&¦.¦¬ÂEg','wp-content/plugins/thrive-visual-editor/inc/backbone/inline/popup-custom-input-extra.phtml',0,'íGXž}kÞ8æºA²³','íGXž}kÞ8æºA²³','½âÆ±<²]B÷ë ÔÕZ¨•mô„d*ûawÓ°','',0,'?'),('ÈXéEâöv×74Ñ8Ã','wp-content/plugins/thrive-visual-editor/inc/backbone/inline/popup-custom-input.phtml',0,'Ë&5bÙÝ>*LÌ£ø©^¢','Ë&5bÙÝ>*LÌ£ø©^¢','dWx[ªžåIå°ÉÂ9m“Ê¨‘RËe!éãÚ´½²ŠLûG','',0,'?'),('\ZUúº@˜’Õo­ºt£6','wp-content/plugins/thrive-visual-editor/inc/backbone/inline/postlist-links.phtml',0,'H³	¹ïŽük-ßÊ¶‡¡‘K','H³	¹ïŽük-ßÊ¶‡¡‘K','¦e±Ñßâðüms\\K¶/Ð)\r‰Û\ZÚSÿ	ì÷lÆ','',0,'?'),('Ä­\røu ã.óN ›·Ä[','wp-content/plugins/thrive-visual-editor/inc/backbone/inline/staticlink-popup.phtml',0,'M(\0€Ùgžè€rAo4j·x','M(\0€Ùgžè€rAo4j·x','V\'Ÿ%MoŸ}´¸s\Zº‰+ îâ¤<c–Ó…gEj&Ý','',0,'?'),('‹‘Î\'ˆTKNêàHk“ú','wp-content/plugins/thrive-visual-editor/inc/backbone/inline-error.phtml',0,'Ãº•îóÒü•Ù60Dqû(¸','Ãº•îóÒü•Ù60Dqû(¸','šo1÷â¦¥Øþ³o²Ô)Z¶–›!\n<R4Hsò¡%','',0,'?'),('ÿËZÝªáÅ«å\\p\"QÃ','wp-content/plugins/thrive-visual-editor/inc/backbone/landing-pages/delete-confirmation.phtml',0,'ÇÎÔ[‘ ý\']ïó','ÇÎÔ[‘ ý\']ïó','7„.9wÙß\ZìÔ7[@÷ÿµl@$šõU1‰n#9','',0,'?'),('B]¿´6Õ#’ðYLõ¤É','wp-content/plugins/thrive-visual-editor/inc/backbone/landing-pages/lp-set.phtml',0,'ÇÎÖßäæR„b,šˆì','ÇÎÖßäæR„b,šˆì','õØ»G®ÞáÛñÊ›L~\noÇêB$w5¡Üûõ','',0,'?'),('D[€Ñ®µ×C€Cøž]Ä','wp-content/plugins/thrive-visual-editor/inc/backbone/landing-pages/lp-template.phtml',0,'<›„ô\\DøÄö¬','<›„ô\\DøÄö¬','7µ8¬Xkç`y°íGÿÙ¥ÙËÍç„Žê¦UÀ_PsOâ´','',0,'?'),(',\'CÎ7‚ÿ]»æ	JÙ','wp-content/plugins/thrive-visual-editor/inc/backbone/landing-pages/lp-text-templates.phtml',0,'–KI1ŸM³3I-:¹À','–KI1ŸM³3I-:¹À','-yþ…«¿n Ä)óÒÚõì—Nªyú:	þ&ß;£6D\n','',0,'?'),('Ùc¾‰FÓ29¬N;°âã¡','wp-content/plugins/thrive-visual-editor/inc/backbone/landing-pages/tag-item.phtml',0,'c`æ„@<±8\\B\Z¾ÎÞ+ö','c`æ„@<±8\\B\Z¾ÎÞ+ö','VQø’<¸/Á¿S(›yƒ½Ô*Ç@ÂÊ“ýÿ?À‡]NáC','',0,'?'),('½À¾Èú¿¡j…/Ü.µ','wp-content/plugins/thrive-visual-editor/inc/backbone/lead-generation/apis/activecampaign.phtml',0,'v&ç¶KóÕñó}:——=é','v&ç¶KóÕñó}:——=é','œêTå¾rwåöÒ{WÚÖ„T½k´±É{™î‹â/Î¢‰','',0,'?'),('â¥Tó}K½(3-ü\'h','wp-content/plugins/thrive-visual-editor/inc/backbone/lead-generation/apis/aweber.phtml',0,'æ¬¼bjFÎôÝ²ê=¹Ã-','æ¬¼bjFÎôÝ²ê=¹Ã-','¼7êcq\'kM^¼Í‰Ö®ýÞ™#<bùÕ‡ÆòT','',0,'?'),('5ALvÙkqúµHÖUHs¼','wp-content/plugins/thrive-visual-editor/inc/backbone/lead-generation/apis/convertkit.phtml',0,'Éô®<™_VJ2ÖºZÖuE','Éô®<™_VJ2ÖºZÖuE','*³·\Z¢ãZ;j¾Z¨—ž;¡W.ñinPù×šÍ£ÄŽi','',0,'?'),('Œ’ûÌ¯[Ya²T•D','wp-content/plugins/thrive-visual-editor/inc/backbone/lead-generation/apis/default.phtml',0,'ÍâÒ&AÀ“C°òúôõ','ÍâÒ&AÀ“C°òúôõ','9´ýC1J‰$“=†¼™ºNY¤]™îÿ9Ì«¢2Üv	t','',0,'?'),('ê…\0Píßl@-›‹','wp-content/plugins/thrive-visual-editor/inc/backbone/lead-generation/apis/drip.phtml',0,'§Ï¨â	Æ®çù	É:ú ','§Ï¨â	Æ®çù	É:ú ','‘Uó0n–’ÕO\"¡Ðõ@Ýq ùP\'­æx\'3ê','',0,'?'),('chY´Ej¶$Šeæºd','wp-content/plugins/thrive-visual-editor/inc/backbone/lead-generation/apis/everwebinar.phtml',0,'MdU#éÌ9Ç/\\ÌÅÞkd','MdU#éÌ9Ç/\\ÌÅÞkd','¥ñ,cú‹ün#tMè«»«IC´óXß\'Ó&}	¿','',0,'?'),('r°L<V¨ì½ëö7eUòg7','wp-content/plugins/thrive-visual-editor/inc/backbone/lead-generation/apis/extra/mailchimp-group.phtml',0,'¢ÍDRo¡c`è¹°˜”Ó','¢ÍDRo¡c`è¹°˜”Ó','†Õ¢5ß«/”ä|¼Ýoé§^¼Q9‹è—ö€€$Â}','',0,'?'),('ðcVå#Þ\\Äx.\"Ä8','wp-content/plugins/thrive-visual-editor/inc/backbone/lead-generation/apis/extra/password-strength.phtml',0,'b|Ûª¨^OéîÆÑ|É¢2','b|Ûª¨^OéîÆÑ|É¢2','V„RËËìXh/Ú ¨¸Ú¢1×Ï†Ï¡w\'','',0,'?'),('O9ûÎ§|ˆ%dq×]Z¸','wp-content/plugins/thrive-visual-editor/inc/backbone/lead-generation/apis/get-response.phtml',0,'•ß“¤xp[F 2Êz±gÕU','•ß“¤xp[F 2Êz±gÕU','^NxG­nËñõ2í’\\#Sø;¥µ¯(~¸­USšP[ò4','',0,'?'),('ê9*í¢X´þuC¯Äóû','wp-content/plugins/thrive-visual-editor/inc/backbone/lead-generation/apis/infusionsoft.phtml',0,'ºÑç\0o^KÀÛ~0Ø','ºÑç\0o^KÀÛ~0Ø','ƒ{(GÅØ§ÌçÛùú(+š+pœ¶\"l``ayÃ¨>','',0,'?'),('ÁÕŸ¤5âÖ\'ú9£f','wp-content/plugins/thrive-visual-editor/inc/backbone/lead-generation/apis/klicktipp.phtml',0,'«ƒ!<=’a7¶æL','«ƒ!<=’a7¶æL','ÝåÞ!”©\'~/]<»%9y\'%ƒ‘×Jiçp‹ã','',0,'?'),('Ãdþçnu®‡ÏÄjþ¶öçI','wp-content/plugins/thrive-visual-editor/inc/backbone/lead-generation/apis/mailchimp.phtml',0,'Q3sÂøÂO\0ÛT°Ümì','Q3sÂøÂO\0ÛT°Ümì','/Ç#ìp¬[¯E¡§©’‚äZ?äJ2æF)ã','',0,'?'),('D´Ô¼ ÈyÐ¬~Xx´Pj','wp-content/plugins/thrive-visual-editor/inc/backbone/lead-generation/apis/mailster.phtml',0,'¼´átÇŒfÏ,sjÏ™ÂÞÅ','¼´átÇŒfÏ,sjÏ™ÂÞÅ','ZñÍ‚WBŽ¡/;fï+~\'&òçßž¿…eè¨õ@lR','',0,'?'),('5åPGyðã‹¦™DL<X','wp-content/plugins/thrive-visual-editor/inc/backbone/lead-generation/apis/ontraport.phtml',0,'eïŽq®ËjŒkVÇÝ ¯6','eïŽq®ËjŒkVÇÝ ¯6','ÀíNs‰“‚—–ä™+Ô4ípßÀ•7zàKÐW†—','',0,'?'),('L:#Aàô¼1bÜà¼F','wp-content/plugins/thrive-visual-editor/inc/backbone/lead-generation/apis/sendlane.phtml',0,'É#!3ÐÜˆzÄs$w¨Í','É#!3ÐÜˆzÄs$w¨Í','*³·\Z¢ãZ;j¾Z¨—ž;¡W.ñinPù×šÍ£ÄŽi','',0,'?'),('k>&ñµötUgVÁˆ6','wp-content/plugins/thrive-visual-editor/inc/backbone/lead-generation/apis/sendy.phtml',0,'zÂœw[NO(ëJiL9ü','zÂœw[NO(ëJiL9ü','/Jò ÇR{SžfV9MÜGÚFv ê\r9›Ø1rû-','',0,'?'),('â­RMf\Z#×„Gn|/¹Jñ','wp-content/plugins/thrive-visual-editor/inc/backbone/lead-generation/apis/zapier.phtml',0,'6¬ÿ‚m½Ó<®ø”äêúX','6¬ÿ‚m½Ó<®ø”äêúX','ÎB¬á—£®WÏò;å”áHûKa–Ëë\"Ò(b','',0,'?'),('(•_Z¼”/Ú\Z²È\Z|@\na','wp-content/plugins/thrive-visual-editor/inc/backbone/lead-generation/apis/zoom.phtml',0,'¹®äuÀ©f-ü·Š8€•ž','¹®äuÀ©f-ü·Š8€•ž','™ÑîçgÕÅ§RP*v^7˜Q¬BõÅ%Gš„çÖ','',0,'?'),('SPßH•£Äè\rkâß','wp-content/plugins/thrive-visual-editor/inc/backbone/lead-generation/consent.phtml',0,'ì›waü”¯ÏN>õ=¤MK','ì›waü”¯ÏN>õ=¤MK','VhíÊÒU2â™G€Ò_Aßpn	e&Ä²4Hs\0Æ–','',0,'?'),('wÔÊò^“^\\à¬n”j','wp-content/plugins/thrive-visual-editor/inc/backbone/lead-generation/errors/item.phtml',0,'Mz6´9›v	IL›ï\r','Mz6´9›v	IL›ï\r','ìT\Z\ZìF4åÓTsâ2O¸L–öŠí®¹«t#Kd£9»é','',0,'?'),('\ZŽº‹¶¶Õ	¼ƒg','wp-content/plugins/thrive-visual-editor/inc/backbone/lead-generation/new-connection-area.phtml',0,'¦ItG1 ,pÌÔÍ={','¦ItG1 ,pÌÔÍ={','¯ï­	[JìÃÕzAž÷«4¤_Å.o«7û Ûœá','',0,'?'),('Wò¥Vb¡‡Qª§×D` i','wp-content/plugins/thrive-visual-editor/inc/backbone/lead-generation/submit-options/option.phtml',0,'Ô´7Úƒ¨6ãé RH|ü×','Ô´7Úƒ¨6ãé RH|ü×','„ãØèMD¨*³aj‰®æ7–Ñ°hæ”fð÷è…Ýšæ','',0,'?'),('æ\\‚–\\¢ã.ß´?ú@ì','wp-content/plugins/thrive-visual-editor/inc/backbone/lead-generation/submit-options/submit-options.phtml',0,'>æ^_j¶¿ÔbU7š¢g#','>æ^_j¶¿ÔbU7š¢g#','Ç¿šóâ4²÷ =5\0I˜MèeÔ3Àll«©úáN]|','',0,'?'),('Œ-¯‘SCXƒh•YrVÂˆ','wp-content/plugins/thrive-visual-editor/inc/backbone/logo/item.phtml',0,'wâË\nùAÛ>Ó%®6ûw1','wâË\nùAÛ>Ó%®6ûw1','fª¼ù~qãã×5¬RÞ³AÚ‰Œ^‚žñ]fÍd™Zá','',0,'?'),('(ëÆl(;³þ  z','wp-content/plugins/thrive-visual-editor/inc/backbone/logo/tooltip.phtml',0,'¼rÓ†Ú<:W.¼.¬::ån','¼rÓ†Ú<:W.¼.¬::ån','ï[N” fþ!®@bàCÕ%\rŠâ˜(½¬“½Egl7±','',0,'?'),('Z5$–)Y:nÆÀc¢ŽòÀ','wp-content/plugins/thrive-visual-editor/inc/backbone/modals/cf-settings.php',0,'™\\j{=¦J#éç¾ÑQVÚ','™\\j{=¦J#éç¾ÑQVÚ','Zwït›E\Zõšô¦6ÔU¹.0Èu%¯çþ‡\rÁŽ','',0,'?'),('1£ÖÅPŠBu!> °“Ã','wp-content/plugins/thrive-visual-editor/inc/backbone/notification-box/error-save.php',0,'_†èO²[yùÁ‘v™Zñ?','_†èO²[yùÁ‘v™Zñ?','Š~l<=µÇx3×(,šF•N9R\0«ÁP!5¥u§','',0,'?'),('(c„¿¶AGõoàñ±ª[¨','wp-content/plugins/thrive-visual-editor/inc/backbone/notification-box/error.phtml',0,'ÞzÊÛÍÃh6Tbñ¾óË','ÞzÊÛÍÃh6Tbñ¾óË','ž.ü­s»J ,Èå—€…¥5ûùzDÌbøUø†ÊÎuó(','',0,'?'),('„Â¤)ï\n±kj¼{×','wp-content/plugins/thrive-visual-editor/inc/backbone/notification-box/info.phtml',0,'·@\nïÁ.i­ì»Iþ	ÜH','·@\nïÁ.i­ì»Iþ	ÜH','è‹À†ƒT¤œjÜLyür*)ÏAó¶ûð–˜Äð\ZMd','',0,'?'),('„éÅP:å¦Cš¹Qf³´\'','wp-content/plugins/thrive-visual-editor/inc/backbone/notification-box/success.phtml',0,'­{Q£°Þ9Ã;àmsAÚé¢','­{Q£°Þ9Ã;àmsAÚé¢','ý?ÁòŸŽùICf™Íê‘\n\'yˆ‘>D´òÂbŸ5dK','',0,'?'),('Yîµ4<™*ÉÑn·j','wp-content/plugins/thrive-visual-editor/inc/backbone/notification-box/warning.phtml',0,'û5Š±¥ã3IÐ‘»ªy™£','û5Š±¥ã3IÐ‘»ªy™£','õA>é.3ïêçÕ”ø/°1ø†C·/ãÛÿìx~ƒrM','',0,'?'),('ø+¥r\rwÓ›}¤ŸÍšB','wp-content/plugins/thrive-visual-editor/inc/backbone/page-events/actions/lightbox-preview.phtml',0,'Ñx›±dí¹_”ªþgå“X','Ñx›±dí¹_”ªþgå“X','-6ñàOMBV¶ÂSQz„Kz‘ÖÑÄ3ŸÞSûy|)ˆf','',0,'?'),('Ð©¬|cS%2\"HåpC','wp-content/plugins/thrive-visual-editor/inc/backbone/page-events/actions/lightbox.phtml',0,'±»¹²Æï3õ4Ñ,-ü§Ñß','±»¹²Æï3õ4Ñ,-ü§Ñß','AfVMÏRâ\0ëñ!\'Â™÷pÒÉ~ÀýW@T¯€8','',0,'?'),('_0O¨=û;lÊÃä	^·aü','wp-content/plugins/thrive-visual-editor/inc/backbone/page-events/form.phtml',0,'‘O›Ü[F€YKzŠi©','‘O›Ü[F€YKzŠi©','×ÎÇTbõ¯ƒGw(o®“„™5‘V¡CÂ«ÓiP','',0,'?'),('v	šH%>É› MÈ‚MØ','wp-content/plugins/thrive-visual-editor/inc/backbone/page-events/list.phtml',0,'×Q‘M;¨ÒºqsÔ07Æäñ','×Q‘M;¨ÒºqsÔ07Æäñ',';O(ôLzwêO±7¨§)ô“eÍ·œWî¿¡À‚XÑ ','',0,'?'),('	*ˆ¦=ÀË†*h„éZ4öÑ','wp-content/plugins/thrive-visual-editor/inc/backbone/page-events/no-events.phtml',0,'=ë¸±Þ4†äB¯i','=ë¸±Þ4†äB¯i','¢ª%æYËJ¼^U8µ+C_bæq%·qõµ¿\"]','',0,'?'),('‡ú(úz€PU?\"T–k$','wp-content/plugins/thrive-visual-editor/inc/backbone/page-events/triggers/exit.phtml',0,'Íò<;ÞF[iØÓ5æH','Íò<;ÞF[iØÓ5æH','ÝµÖö³Ï\0W×-B)­:åGýnâNÞDœÙ\nÅ¡ÒX','',0,'?'),('’1à‡Ôm‚å¥k¸','wp-content/plugins/thrive-visual-editor/inc/backbone/page-events/triggers/timer.phtml',0,'#26¹¹k2Ï–MTÏ†è','#26¹¹k2Ï–MTÏ†è','¾â@…JE‘Y¤JCÎÉÉ…}ÞÑ\0«¡ÑŠêÜ¾|<–','',0,'?'),('\rS.ö´üü´æRñŠ­„D','wp-content/plugins/thrive-visual-editor/inc/backbone/post-list/author-query-rule.phtml',0,'CûQI)¤ütG/EœÙDñ','CûQI)¤ütG/EœÙDñ','‰A`-øÃ«*Cþ…ã¼6Ü‚€î®øJMÝ4î¤','',0,'?'),('’§¡8ö üa6Æˆf^Û','wp-content/plugins/thrive-visual-editor/inc/backbone/post-list/extra-image.phtml',0,'¯¿ £Û‰H²7Y†ˆ©v[','¯¿ £Û‰H²7Y†ˆ©v[','aÅ	V|Ì±÷nA}¿¢›8Æ°kî0=ÎYEò 4Ú\r','',0,'?'),('”ÝBËìŒNXVªI¤y–‹','wp-content/plugins/thrive-visual-editor/inc/backbone/post-list/post-list-default-template.php',0,'IíJ·>Ë›YêëáXW','IíJ·>Ë›YêëáXW','	H1j€@&Æ‹4]ÂOÓ™äÑ8srÁ[vÔ°¸ŸFžI','',0,'?'),('Ì=u!ÒM˜(\"~æB#IÍ','wp-content/plugins/thrive-visual-editor/inc/backbone/post-list/post-query-rule.phtml',0,'Ýæi]Ï7Ít5EáÐ´ñ','Ýæi]Ï7Ít5EáÐ´ñ','8/}¤L+(˜ùä•™ŸðÚý”ò»|kÿ²+ÃI','',0,'?'),('[Íû‹‹ÿ²”ž~yP/f¾Ç','wp-content/plugins/thrive-visual-editor/inc/backbone/post-list/query-options.phtml',0,'NºÁ\0¦ŸÞ†ã¹ˆÅ4','NºÁ\0¦ŸÞ†ã¹ˆÅ4','Oh¢Áfu__úxME£ƒóqHóóû\"Ñ9×âKš ','',0,'?'),('û9ø9Qû|×a6âéÜ›$U','wp-content/plugins/thrive-visual-editor/inc/backbone/post-list/query-rule.phtml',0,'9Ë\n.~çÒ›^}YÚÉ?Á','9Ë\n.~çÒ›^}YÚÉ?Á','cõTÛŒ(ïZGÖ*äD¦•,¿eôœC	.„+Y^','',0,'?'),('ö×€W¶	±:v=‘´','wp-content/plugins/thrive-visual-editor/inc/backbone/post-list/query-term.phtml',0,'L(Ÿ—ê0ÿ›åßhCÈ6','L(Ÿ—ê0ÿ›åßhCÈ6','éÊ¸fÜžú£/0€_ŠÓ7ß—T‘§Ï”c¡@ýc®<(N','',0,'?'),('gè™ïã„vë,\r˜8','wp-content/plugins/thrive-visual-editor/inc/backbone/post-list/select.phtml',0,'Øí5™Ä¬­çŠ‹kºÝS›','Øí5™Ä¬­çŠ‹kºÝS›','þÃI3énøÑv3;Ë„-!74´Ø‰#!0ÑK&','',0,'?'),('¶Ú\0üö²ï¢yb,§','wp-content/plugins/thrive-visual-editor/inc/backbone/sections/item.phtml',0,'8ðìðÇq–ê;M•VF£','8ðìðÇq–ê;M•VF£','G(ç³E™Ü€É»Q˜ð\rùpóþø\0@Æ 5ˆ«id','',0,'?'),('¯EH¬ºzc#Î”É»ö¥','wp-content/plugins/thrive-visual-editor/inc/backbone/shadow/no-shadow.phtml',0,'h‘Pü#Ükƒ.>Áê?%','h‘Pü#Ükƒ.>Áê?%','W§Cmîp8†ÈÚaÛ¦ÙjT1‚ã(A°»íˆS/ó','',0,'?'),('iXO*ìÕKª\ZîÎ†®±Ö','wp-content/plugins/thrive-visual-editor/inc/backbone/symbols/content-template-item.phtml',0,'µ4<?7s\ZÚb—¢7Lj©Q','µ4<?7s\ZÚb—¢7Lj©Q','t\n	Å\nùP»ÖÁOÇÖ@<hMÑTå:ˆæôk`\Zý{','',0,'?'),('MäªÎùöábð£‡ûu','wp-content/plugins/thrive-visual-editor/inc/backbone/symbols/create-item.phtml',0,'zˆˆßl³IV»àšÚ¥h','zˆˆßl³IV»àšÚ¥h',' m \ZnS’Î7€\Zi\\Áê”À¬\\Zö÷®‹©eVÕ','',0,'?'),('úýv×¼ÐbŠ3¯Ü¦±\0','wp-content/plugins/thrive-visual-editor/inc/backbone/symbols/get-symbols-error.phtml',0,'ªUCë`ª°=#Z”Èî','ªUCë`ª°=#Z”Èî','¦ÂûWú eüôÍ\nÉþÒ1\'`íˆ€žŠ´¤õS\"','',0,'?'),('¼¬E…ˆeŠn\nÝÎáÐ','wp-content/plugins/thrive-visual-editor/inc/backbone/symbols/item.phtml',0,'!µ~GéÕ×;ukå{Å','!µ~GéÕ×;ukå{Å',']LüNyËp¨ŠpàL<@fWäªaRÒÛ\ZxŽq[öí','',0,'?'),(':zµO2Ð@ÂÊëpTT|rÕ','wp-content/plugins/thrive-visual-editor/inc/backbone/symbols/save-templates-symbols-error.phtml',0,']|¼ˆºñ9¨‡•…¤øàh',']|¼ˆºñ9¨‡•…¤øàh','3_Õ T·SG…ÀË[Eè8]ÙUvêá`Geoë>','',0,'?'),('!ØžÝwYowž½äQ«È','wp-content/plugins/thrive-visual-editor/inc/backbone/symbols/section-item.phtml',0,'ºÔ¤ç		á¡,o²@è','ºÔ¤ç		á¡,o²@è','õ²|.U$%”‡ÀÀ‹ÎlÇ	—b6“g¡FÄ²®fãÉ','',0,'?'),('úT–!ªoÁé&ÁÿaÇV™æ','wp-content/plugins/thrive-visual-editor/inc/backbone/symbols/sections-container.phtml',0,'óP\0»|±#í*|ïàµï','óP\0»|±#í*|ïàµï','²a¥ˆ‹†(bØ8åº™sPk(ó¡kó  Æb>é','',0,'?'),('Å2Ä½E‹xíÁÈ©©PH','wp-content/plugins/thrive-visual-editor/inc/backbone/symbols/sections-message.phtml',0,'°¡\0GZ!»/ÚŸ´Ó\0~','°¡\0GZ!»/ÚŸ´Ó\0~','­Y¶Ý÷mÀ’së¯2+[·ÖÀAw6ž)£­N','',0,'?'),('†‹ïW1í!Þ¡à™ghÍå','wp-content/plugins/thrive-visual-editor/inc/backbone/util/audio-file-picker.phtml',0,'Ìt»es\Z\r|KuÌóÛÛ5','Ìt»es\Z\r|KuÌóÛÛ5','(´XtÎ–¬?ù‘Cnë;›T­»nÏd¸ùPÚ\rw','',0,'?'),('\'º&X‘ïnä7ƒ í[DüÈ','wp-content/plugins/thrive-visual-editor/inc/backbone/util/color-picker/add-color.phtml',0,']ÚÖ2­ÛžLbß7°¿H',']ÚÖ2­ÛžLbß7°¿H','k`VŠ8{VY¢t’û×Ò—”Üµ<–dä^çµqD','',0,'?'),('Pk´ÎR¬§dÉÔ?O£ª¤','wp-content/plugins/thrive-visual-editor/inc/backbone/util/color-picker/favorite-thumb.phtml',0,'Ò1°Ø†I\"ŠWù¨ÑvË','Ò1°Ø†I\"ŠWù¨ÑvË','ÞàªÝ]bT÷âä¡#&–€ú¿tjÖÝÜä480&$ Ü','',0,'?'),('ãWZŒq_Œö+6È4','wp-content/plugins/thrive-visual-editor/inc/backbone/util/color-picker/global-thumb.phtml',0,'¢—œh\'o*cÃÞŽ[ï','¢—œh\'o*cÃÞŽ[ï','€5„»^’ûð®¯4êb=—èí-!»ÏqM´—X	Ùcz','',0,'?'),('£~p×@=/I@VökºRêª','wp-content/plugins/thrive-visual-editor/inc/backbone/util/color-picker/save-btn.phtml',0,'ÚÑ8Mr¾°‹l{Yô$E§','ÚÑ8Mr¾°‹l{Yô$E§',';Ã„CHcJí†]\nÆU~2XLzä…@bVÚ\\P¸{I','',0,'?'),('}+ÓhÔùfu†jkü¡Ü','wp-content/plugins/thrive-visual-editor/inc/backbone/util/edit-as-group.phtml',0,'Mfà¤’z—Íø«¬­TëÞ','Mfà¤’z—Íø«¬­TëÞ','éNr2€³î¹€ŸAN^CE–o3LÕ?)p÷	ú¤','',0,'?'),(' xÌ€³ÿL_È4³Û]O','wp-content/plugins/thrive-visual-editor/inc/backbone/util/edit-global-colors.phtml',0,'#Ø\\=÷i€Ð´¼ò‡3','#Ø\\=÷i€Ð´¼ò‡3','rÒ&É ßÔ$é¡\Z/êíSø:Mtr\\–]þÇ$‘éÓÙ¹','',0,'?'),('„EÉÜ<søŠ×ô:5q','wp-content/plugins/thrive-visual-editor/inc/backbone/util/edit-mode.phtml',0,'lšCÌ,H(Kì|÷\"]ú¼','lšCÌ,H(Kì|÷\"]ú¼',']?Sô³ä4\0fÚmw¯W´ä¾{ÞŒƒU·V†\ZTOÈ…','',0,'?'),(':ˆ¸Š†>ŒæO¯€ÂTq','wp-content/plugins/thrive-visual-editor/inc/backbone/util/favorite-colors.phtml',0,'YÅ±æ!nÒþ¼öÙïR”|','YÅ±æ!nÒþ¼öÙïR”|','z î8GqÚ–«ÿ>Ü¦M<íE¢7\Z|ê¨ªÒ#Ø´œô','',0,'?'),('_‡.ÈwêZÿ^{\Z]l','wp-content/plugins/thrive-visual-editor/inc/backbone/util/favorite-gradients.phtml',0,'ªR­Y+Âá6›”¤š','ªR­Y+Âá6›”¤š','’ÜÝKžÕyõµÒ¢–ˆ†HÝÍúQOåÅ÷ïö¨1Kú.=','',0,'?'),('ˆQE°Ò/y¿ë´áÖ.‹\rG','wp-content/plugins/thrive-visual-editor/inc/backbone/util/file-picker.phtml',0,'\nšœäS4¯7Ì¦¿tŒ?','\nšœäS4¯7Ì¦¿tŒ?','Ýoõ\'qEeÌûÐû74¤Œœc¦Ec\r§< ','',0,'?'),('™þ.lÕ(âÌÍ w6ÍŒ','wp-content/plugins/thrive-visual-editor/inc/backbone/util/icon.phtml',0,'¥.ÃD+èü½ú¿£¿','¥.ÃD+èü½ú¿£¿','üM‘„YFsÁšµÛË±—Åyõïž¸ñ­QCþ7šä','',0,'?'),('À‹þköñì—{¬Í ¤	Ã','wp-content/plugins/thrive-visual-editor/inc/backbone/util/input.phtml',0,'µ$kšSõˆiç;<ºì[','µ$kšSõˆiç;<ºì[','ìŠî@vSŒ6”#ŒË£Q¹Wqõ 6îÍ¼öZç¬Hó','',0,'?'),('˜&\\Ó%«Ë/K\rùÉ>Ã ','wp-content/plugins/thrive-visual-editor/inc/backbone/util/link-styles.phtml',0,'˜)¤ž.®´?eì6ä}…RY','˜)¤ž.®´?eì6ä}…RY','‰8	BaR<Ð3h*}!Æp|”&œcŒx²Ú—Ù','',0,'?'),('E¤/)-	–©šÂ²ÂË','wp-content/plugins/thrive-visual-editor/inc/backbone/util/link.phtml',0,'Ž=}—7çó(†Hwð$´','Ž=}—7çó(†Hwð$´','ÚÐ\"LW½‰…|0”I¦>£Z\"}Æ¯1ˆbØ8H·^','',0,'?'),('ñÂ~6Ï!t3ÁhåÐl:','wp-content/plugins/thrive-visual-editor/inc/backbone/util/list.phtml',0,'{¶]ôé¥jÐgµI\Zsuí™','{¶]ôé¥jÐgµI\Zsuí™','ÌòQˆƒ\'\\æî[3o³}d,+Ÿnïþ+^ë>Œ[','',0,'?'),('öèãågxÍ>ô”ÉO¤Ã','wp-content/plugins/thrive-visual-editor/inc/backbone/util/option.phtml',0,'Oª‚·]\n4ª¯Ý”]è±c','Oª‚·]\n4ª¯Ý”]è±c','Fš¿ô5æKÝ^iM\n,ÓÆò*nxó²ÉÖ+Eóê§×‚','',0,'?'),('#ÅpÅc¦.7jaQDz','wp-content/plugins/thrive-visual-editor/inc/backbone/util/svg_icon.phtml',0,'ÙTO…“œøÁó	P|Ò\"','ÙTO…“œøÁó	P|Ò\"','¦½ð9E=vo!øF¯È6F7\'!v.ú”É\"YPó¤','',0,'?'),('jdº”ŸNÄjS±AÍ]Ú','wp-content/plugins/thrive-visual-editor/inc/backbone/util/template-colors.phtml',0,'”…ƒçä3OÀ{wºí`4','”…ƒçä3OÀ{wºí`4','4ñ¹eH÷à‹•Ä\0¯RZRiRHS¦b½Á±¬±÷én','',0,'?'),('‰a\'¥ô/VõaüBPôoº','wp-content/plugins/thrive-visual-editor/inc/backbone/util/template-gradients.phtml',0,'«Ïšðÿ™YÙ†qd6ïúZ¨','«Ïšðÿ™YÙ†qd6ïúZ¨','e\0äª\Z$XŠ+iOáö¨;]6o¼Ð9dŽÛ%ŽK','',0,'?'),('rå+­ÔQšYáaB°vÀ@;','wp-content/plugins/thrive-visual-editor/inc/backbone/util/video-file-picker.phtml',0,'¬ ¾žÅ¡“¤0‘gDš,','¬ ¾žÅ¡“¤0‘gDš,','¯ò]©xâÕWŽÒýü™ÂVós“(o±Ü31o9ye','',0,'?'),('ãªkÊ²¡ÿI®~–	ä=Ã','wp-content/plugins/thrive-visual-editor/inc/classes/class-tcb-cloud-template-element-abstract.php',0,'ƒ@j›It%xb+¸\rhJ`','ƒ@j›It%xb+¸\rhJ`','ÄhN\Z¦ZØ,WZ¿šüýrâ)†§ä7¯º±Ú¥”','',0,'?'),('åàCZÁþÀ¨dàs‰Îó','wp-content/plugins/thrive-visual-editor/inc/classes/class-tcb-contact-form.php',0,'<{CÿåÎ4úýKQ=Ÿ','<{CÿåÎ4úýKQ=Ÿ','&ÆÀÇ\n¢Þ®—ü`øêHÜÿ”4Š\\Ö‰\'r(Lí','',0,'?'),('þL­ù\ZpBrŸÁç«u£','wp-content/plugins/thrive-visual-editor/inc/classes/class-tcb-editor-ajax.php',0,'6RD»ôQx3Ïþ@ât‚','6RD»ôQx3Ïþ@ât‚','Î#\n ŸÅ^éQhé¼Ž4€ñL:?/‰¸Þ:ï(','',0,'?'),('qŒú0ÑcÌnØ¦¹ü~s\r','wp-content/plugins/thrive-visual-editor/inc/classes/class-tcb-editor.php',0,'\rÅùßÌ°NbyëË;ƒ·','\rÅùßÌ°NbyëË;ƒ·','þ\n@NÈšŸ¯½ÃÅ¼üˆU«ŽÚ&qª|àÁé©','',0,'?'),('aç¸Ñ6N2­ÉíÒÝ}ül','wp-content/plugins/thrive-visual-editor/inc/classes/class-tcb-element-abstract.php',0,'Ñä¦ÁH€öÞ#-\ngí','Ñä¦ÁH€öÞ#-\ngí','Iƒ“P¬ç¹!Ù~D,¤ÎW>Ãÿ´uÞÐãcShOœ–','',0,'?'),('t~¤Uå“P]VÍKw8jf','wp-content/plugins/thrive-visual-editor/inc/classes/class-tcb-elements.php',0,'çkqöLÇPPˆ¨ü¼ †','çkqöLÇPPˆ¨ü¼ †','¯({\"ïGÑY„ù¥c“–xXá06_Y—¥-x%ü3a','',0,'?'),('\ZSˆ·‚Ño0¹\"ÄT®','wp-content/plugins/thrive-visual-editor/inc/classes/class-tcb-font-manager.php',0,'Ji¥n½CF¡È‰\'fÑ¤æ','Ji¥n½CF¡È‰\'fÑ¤æ','ß8oüf—SÉ,ÇäÁl•kYGƒÇh2‹ñî›¾èÑ0ß','',0,'?'),('\ZëÚ«Š‘â?“êQšè&','wp-content/plugins/thrive-visual-editor/inc/classes/class-tcb-icon-manager.php',0,'Ð>FqÂQ\'T—Ÿ%}~q','Ð>FqÂQ\'T—Ÿ%}~q','±æTmðáö–µî?‚yÇµäú¼ª £ÛPõ~5â','',0,'?'),('ÇÁ™5Óô’½ðWž¡','wp-content/plugins/thrive-visual-editor/inc/classes/class-tcb-lightbox.php',0,'¤„a±a\näXKÐt´','¤„a±a\näXKÐt´','8%¹4Ð‡ oÿã;`|†x\0_\0¤@„Cºw¸å','',0,'?'),('h:¢þP‚¦B½n¨IØ','wp-content/plugins/thrive-visual-editor/inc/classes/class-tcb-menu-walker.php',0,'8\\y>8ÆBsÀ—hd–ž’','8\\y>8ÆBsÀ—hd–ž’','Æ\'+Ü\nW™*S­Ñó¸ÛaÑú&Ö·\n|]€','',0,'?'),('VÂQQ«3béãaœV˜1','wp-content/plugins/thrive-visual-editor/inc/classes/class-tcb-post-grid.php',0,'<í¼@|©\r^v÷ßa;{X','<í¼@|©\r^v÷ßa;{X','U1ý:ù¦H]ÊôºÀ)É;xev‘˜é…NÊ›\nÊ{','',0,'?'),('Ãü\no êaª×Â`&2c´','wp-content/plugins/thrive-visual-editor/inc/classes/class-tcb-post.php',0,'~ùÌ—kMÍ£î‘B3ª:','~ùÌ—kMÍ£î‘B3ª:','SY%´ÍâË]5W9k4Š‹ò8d¦ ¾¬§\r´å','',0,'?'),('´()^ûÜqÅ—æ…öP','wp-content/plugins/thrive-visual-editor/inc/classes/class-tcb-symbol-element-abstract.php',0,'‡ÄÁ98³›ž‰•;','‡ÄÁ98³›ž‰•;','õÊ÷ûß½”¿Ë’–V¾z²4ÒÕÀÄY©àp©*Owd±','',0,'?'),('Gãòúí%T3“<Ò©óI^','wp-content/plugins/thrive-visual-editor/inc/classes/class-tcb-utils.php',0,'…dZíÄešÓÿï…y–','…dZíÄešÓÿï…y–','Z/¨˜c‰ƒ¿OšÅ‹üZU®§“ûÇƒÖ¤\"ý|9ímÒ','',0,'?'),('L•×—Q_9¬PÉi+éùI','wp-content/plugins/thrive-visual-editor/inc/classes/class-tcb-widget-element.php',0,'¨ô±¸K­bªŸ¯Ä¶\'','¨ô±¸K­bªŸ¯Ä¶\'','Þ.¿‰›·S1Óæt§Ø½-È­^éIÖ^pPÑ\Z¢¡','',0,'?'),('®ÍE¾ûv‹ÝS[÷eìÎ(','wp-content/plugins/thrive-visual-editor/inc/classes/content-templates/class-tcb-content-templates-api.php',0,'«ìÄÝN2Ÿ«-®]Ò™œ','«ìÄÝN2Ÿ«-®]Ò™œ','‰Š\\\ra ½)^<uÅ#‹ÂBÑÏ´{Ç–X§Ç1kQþ','',0,'?'),('èØ¹?[^î‘LÛý×¾','wp-content/plugins/thrive-visual-editor/inc/classes/elements/class-tcb-article-element.php',0,'w½aD¥³Ñx¿EËÝ¥8[|','w½aD¥³Ñx¿EËÝ¥8[|',']ëKFûn¹Ï,p\0ÊûÈÐ]\ZÌ!Ish‘¾Á:À','',0,'?'),('-‚Þƒpæ*j–Ý`M×4Y','wp-content/plugins/thrive-visual-editor/inc/classes/elements/class-tcb-audio-element.php',0,'>¡—12%Æ‡X`T','>¡—12%Æ‡X`T','sÁž)ƒEÂ]En0šèŸÅµìõö|«_0Aè3Ç¡','',0,'?'),('GóFWýðþ)¤ùP4Ð','wp-content/plugins/thrive-visual-editor/inc/classes/elements/class-tcb-button-element.php',0,'yÆ\n-\nÚ°Ó@hbÉºuÚ','yÆ\n-\nÚ°Ó@hbÉºuÚ','€îÃ6Øn”Ç/í%ÈešN«Õp¹ƒ|ˆ( ÏŒ','',0,'?'),('ìV»oŠ†ÜGW\Z','wp-content/plugins/thrive-visual-editor/inc/classes/elements/class-tcb-button-group-element.php',0,'Ns¢¹•ªË®€]™Ã„','Ns¢¹•ªË®€]™Ã„','GƒÀ,¨¸yb´¬ŸëÆœ	\'¤¹\Zž„sù¾t‚›','',0,'?'),('¤i3\"mX½Z1°ú(}¼','wp-content/plugins/thrive-visual-editor/inc/classes/elements/class-tcb-button-group-item-element.php',0,'Ð“«m,šëfs´|ž£n','Ð“«m,šëfs´|ž£n','¾ÝaßO&Â†öÄÜb;©Íç„¦IužŠh¹','',0,'?'),('‡©óFàù<þŽèèØmƒJ','wp-content/plugins/thrive-visual-editor/inc/classes/elements/class-tcb-callaction-element.php',0,'•èGÍÑp¡2ì_TEÚ7','•èGÍÑp¡2ì_TEÚ7','ºòÂ~¿INìúšW4zÇ¬b7sØ?j|é3ö`ºŠ','',0,'?'),('$ÃÃ1è®ƒýÎíÅ¥\"‘','wp-content/plugins/thrive-visual-editor/inc/classes/elements/class-tcb-cell-element.php',0,'“¼ø¤¸_Û”ÕáËÞ!{Y','“¼ø¤¸_Û”ÕáËÞ!{Y','\'ú$J6¿Ì~¢ÕOûŒz{†³“™¹ù\"À£˜{Q','',0,'?'),('_iøþ›na¡0¶ýYyå®','wp-content/plugins/thrive-visual-editor/inc/classes/elements/class-tcb-column-element.php',0,'hL_¤Å0þ¹¶ë@ÂÇX','hL_¤Å0þ¹¶ë@ÂÇX','_K`W:X¿E´JýaÖè†…žrK²¯q§í¢Þ°','',0,'?'),('…ZÝÌ=¨èÝçrfZ®ù','wp-content/plugins/thrive-visual-editor/inc/classes/elements/class-tcb-columns-element.php',0,'étk{†k¦}Ô IÇíßá','étk{†k¦}Ô IÇíßá','p²E™Bkiu«Ç¤#Ïeï³á®Qý)º1A=ÓÈŒ¤','',0,'?'),('àDŽe—²>]Ì±ûºhfQ','wp-content/plugins/thrive-visual-editor/inc/classes/elements/class-tcb-commentsdisqus-element.php',0,'ß;p!–À‹°3çé‰Ã]','ß;p!–À‹°3çé‰Ã]','Yq^Ê¿1-5•3¶>\0ó¼®«ž¾†…Ó\'q+q','',0,'?'),('ÿbú~Ñ”=õ®ŒŠ9ËXp','wp-content/plugins/thrive-visual-editor/inc/classes/elements/class-tcb-commentsfacebook-element.php',0,'µW\0 ½¸0°‘k9xzMÃ','µW\0 ½¸0°‘k9xzMÃ','.²hÆÿ1Å#?d†ÑB*E8ÁT’ïtð0§O;L”','',0,'?'),('m±ÛŸ÷_‹t‘¾5	Å@','wp-content/plugins/thrive-visual-editor/inc/classes/elements/class-tcb-contact-form-element.php',0,'\r¼i•å—ÏT×ó>eÃµBt','\r¼i•å—ÏT×ó>eÃµBt','µNrCŽg@Â-ÜÀÖ¨–!ÇÑ×c\\ÌJ·R€ÑþŽþ','',0,'?'),('ž›ÞÌ5¦/óÁ¬YJÌ','wp-content/plugins/thrive-visual-editor/inc/classes/elements/class-tcb-contact-form-input-element.php',0,'#…hRåC.Í\n¼õs™¾','#…hRåC.Í\n¼õs™¾','¥†’¼’ÂDa„ÔÈ$Õ	æàED—ë	ñô·½ÝNö','',0,'?'),('µ\\àíÅ£Œs®Wc_î','wp-content/plugins/thrive-visual-editor/inc/classes/elements/class-tcb-contact-form-item-element.php',0,'Ã~ÃEòÊÖuñ“kg{','Ã~ÃEòÊÖuñ“kg{','·\ZqlÔS†#„€3¼&’ˆ&œ}’N¯¯œ8\Z“[J”','',0,'?'),('yæ©WâÔÉATxˆyì','wp-content/plugins/thrive-visual-editor/inc/classes/elements/class-tcb-contact-form-label-element.php',0,'±KÒ…Âà¤–èƒaoÑºX','±KÒ…Âà¤–èƒaoÑºX','és–º¹¨S­>a$Ñb¨ûWÖìúÖì•m¯mCbâð','',0,'?'),('1|Ô‘abàªù5\\Ê!','wp-content/plugins/thrive-visual-editor/inc/classes/elements/class-tcb-contact-form-submit-element.php',0,'	ÏñQHGf‰<SªuÇ','	ÏñQHGf‰<SªuÇ','z\";Êoäaã¤CZKp[ƒÏQ¸pxO´_’³\Z‰','',0,'?'),('Íì\"ÌfÇùÚN[lå™›Ù','wp-content/plugins/thrive-visual-editor/inc/classes/elements/class-tcb-contentblock-element.php',0,'&Ìu½{\rQ`¾ ,¨','&Ìu½{\rQ`¾ ,¨','+VÖ¬#‰±\\»ŽÐµ.ãëó·½·¾¢\rn§\\†','',0,'?'),('jJ‹¾Å/1ßìˆÙ§p°™¡','wp-content/plugins/thrive-visual-editor/inc/classes/elements/class-tcb-contentbox-element.php',0,'I’’f—D3·Uö¦]Ü3òõ','I’’f—D3·Uö¦]Ü3òõ','i€\Z‹d™â§DôPŒ—¾ù™\"–Yû¹HèÌ\'vH','',0,'?'),('*/&>ƒŸ•‚êQMì!','wp-content/plugins/thrive-visual-editor/inc/classes/elements/class-tcb-countdown-element.php',0,'êš›Ñ!†ûŠå6ÈnR','êš›Ñ!†ûŠå6ÈnR','Âµ<0èýŠdv÷uõ-sðF†g¨‹ dÌÑ!šÌDë','',0,'?'),('tJ”|Å30Çø ]§¶V±','wp-content/plugins/thrive-visual-editor/inc/classes/elements/class-tcb-countdownevergreen-element.php',0,'‘ÕÛ+½zvVd½Ë‘ÿgá','‘ÕÛ+½zvVd½Ë‘ÿgá','	èaRé§.Ÿva>+$wCÁ^Í²Är£¾G+ý\0','',0,'?'),('è<^³(x™Iýeìùä','wp-content/plugins/thrive-visual-editor/inc/classes/elements/class-tcb-credit-element.php',0,'už¨Ï¶U\r›NæÎËñ½\"','už¨Ï¶U\r›NæÎËñ½\"','|b6\\É¢\Z×*Ü[[:;§\'âÇ\0\næÃë)¹3‹í$','',0,'?'),(')#ìõ™£Ñ%Œ²2tÕÇqÏ','wp-content/plugins/thrive-visual-editor/inc/classes/elements/class-tcb-ct-element.php',0,'øÜ{lút\'`1¦$','øÜ{lút\'`1¦$','{©ù¹»êhÐ¦¦/Î+Ìya£cª‰6g·2~³Á','',0,'?'),('ìpï:læâÛ¥ÙWkr','wp-content/plugins/thrive-visual-editor/inc/classes/elements/class-tcb-ct-symbol-element.php',0,'AŽRbëþg,òT8NÕßUM','AŽRbëþg,òT8NÕßUM','\rÂëxFn\0€¿4D?z(ÓZÄc;Ò%Çƒ‹','',0,'?'),('p1øÒCðnCG]¬','wp-content/plugins/thrive-visual-editor/inc/classes/elements/class-tcb-divider-element.php',0,'¼FBö\rìëÌ˜½äè…¤©','¼FBö\rìëÌ˜½äè…¤©','¦6„Û÷Âé…é?1ÜÒ&—-á\0äòxv,MUeÎIù','',0,'?'),('äá\Z\"9ð!ÜÂ‚ÜY]','wp-content/plugins/thrive-visual-editor/inc/classes/elements/class-tcb-fillcounter-element.php',0,'Ý±‘}© Õ’Äì\0>\'šY','Ý±‘}© Õ’Äì\0>\'šY','³ÞúùÐªj¹ƒc{}5;<\"ŽÈÿŒ†6; •?É®®°X','',0,'?'),('Û³vÛjäçOªèJ«o³@','wp-content/plugins/thrive-visual-editor/inc/classes/elements/class-tcb-footer-element.php',0,'‰SùTM]p;áx¡ô»','‰SùTM]p;áx¡ô»','Y?éS\rÁ›¼ï[˜YÁ(\\®9Í2µRþ;w¼B²‚2','',0,'?'),('Œñ2Hád\\\ryÙ„^Hb','wp-content/plugins/thrive-visual-editor/inc/classes/elements/class-tcb-form-icon-element.php',0,'Z{{\nB3²Óšáh9w;','Z{{\nB3²Óšáh9w;','‹Ä õ•Ñwˆ„ùT^‰Ð,HcðÑ³Á·æJ–¢','',0,'?'),('ûrþè2&=ËM´ °oÀU','wp-content/plugins/thrive-visual-editor/inc/classes/elements/class-tcb-form-input-element.php',0,'ç‡Mbƒ>&ÝÀ˜þ×•j¶ž','ç‡Mbƒ>&ÝÀ˜þ×•j¶ž','_P©HrÅmDP´ö:B6s¬U-ü±ôžþ[Ì','',0,'?'),('\rã×\nh3Nõå3%û^ÒGþ','wp-content/plugins/thrive-visual-editor/inc/classes/elements/class-tcb-form-item-element.php',0,'Ôœ:cÈo	*Þ«°#','Ôœ:cÈo	*Þ«°#','•å˜&fXÂ¸¥­9½´´±è^™iì^µæêê¼nV','',0,'?'),('¥HÕW ½Œ=ÆíbáH½ˆ','wp-content/plugins/thrive-visual-editor/inc/classes/elements/class-tcb-form-label-element.php',0,';Y9Ð‹UÙjØ=`ùçbÌ',';Y9Ð‹UÙjØ=`ùçbÌ','A”ü®æý¸@6ë”T`dž2€#ì0wË','',0,'?'),('=æhcpFA)L>ü`dÌÅ','wp-content/plugins/thrive-visual-editor/inc/classes/elements/class-tcb-form-submit-element.php',0,'2QWùÇ<fåJ}>yð','2QWùÇ<fåJ}>yð','ôƒr[‰›Ã°=ÐÈ]%~„³o…üÁ¿k8p˜¾','',0,'?'),('Á=ñÂD’«ß±õî6â¬','wp-content/plugins/thrive-visual-editor/inc/classes/elements/class-tcb-gmap-element.php',0,'¡[¤7»Smú¥¬¥n_ãö','¡[¤7»Smú¥¬¥n_ãö','(÷M|ç¹\Z]G~Ó6|F	Ë pëF7eª7¢ï¤b','',0,'?'),('âK+#qò@Ú¥˜ž&Šû','wp-content/plugins/thrive-visual-editor/inc/classes/elements/class-tcb-guaranteebox-element.php',0,'1B{ÓjªÁÚX*\0Þ','1B{ÓjªÁÚX*\0Þ','åø±Ù†öÎ«¾›¾øI³ËÑÐã“\r{?,±ñ¤±','',0,'?'),('B``ÃxTŽÕº ñ’S$49','wp-content/plugins/thrive-visual-editor/inc/classes/elements/class-tcb-header-element.php',0,'nIpã:%ìì7*®4a‡','nIpã:%ìì7*®4a‡','tpõã„4ê\r2®¯9\Ztë”~A‹Þ´[\rtWÒ²—','',0,'?'),('o†‚Ç09&\ZÎ)f³™«¹','wp-content/plugins/thrive-visual-editor/inc/classes/elements/class-tcb-html-element.php',0,'‰Õ÷2ò3NãÐé%Ü3èðu','‰Õ÷2ò3NãÐé%Ü3èðu',' ºòÐ!0¡,(VüùM[|¥G”ùŒ^s\nB‰íD…','',0,'?'),('hâ^ªò]uŠ­É‚•ÉÒ×','wp-content/plugins/thrive-visual-editor/inc/classes/elements/class-tcb-icon-element.php',0,'¦ùK.¹ã““Þ¶XAbš','¦ùK.¹ã““Þ¶XAbš','“\"Ñ$X±éÊ¸øÈƒ_Œ1õTŒfØt/‘GtPÕ','',0,'?'),(']9ßÔgÔ]¼•Ý“RÒÄ','wp-content/plugins/thrive-visual-editor/inc/classes/elements/class-tcb-image-element.php',0,'›{›r\Z%)A“˜‚™¢üˆ','›{›r\Z%)A“˜‚™¢üˆ','>%Û%obG\Z^ßÕ2»!e7Û| õZÇÊCR­','',0,'?'),('oÁëëÕGÎÁ>2‡oñô','wp-content/plugins/thrive-visual-editor/inc/classes/elements/class-tcb-label-advanced-element.php',0,'‚Ýß\\/Ü…ýŠ© ÍˆÉ','‚Ýß\\/Ü…ýŠ© ÍˆÉ',':\0©e*}išG/„Dà¿ŸïiÉÍµÎí·3','',0,'?'),('ï”Ý*p &_\n;€c€ñi','wp-content/plugins/thrive-visual-editor/inc/classes/elements/class-tcb-label-disabled-element.php',0,'oÑ;áÆÀ¯ŽÓOësê‘','oÑ;áÆÀ¯ŽÓOësê‘','D»˜]ô Ì.ÌÐµ_-ôKôN™0‰ž\r-‚Nt\Z3ƒ','',0,'?'),('Ó÷†gd¥ëPv‰–qÌ}','wp-content/plugins/thrive-visual-editor/inc/classes/elements/class-tcb-label-element.php',0,'^\nÆŽÆpg|…W\Z~ïˆâ','^\nÆŽÆpg|…W\Z~ïˆâ','·Ál^[€&=Ô®Í¡QŠn )W²^l¢jƒMS','',0,'?'),('Õ1<:ÍÓÏ{>¢ú˜ÚC','wp-content/plugins/thrive-visual-editor/inc/classes/elements/class-tcb-landing-page-content-element.php',0,'Ö7¡ñªIÒWFõ/}ˆ—Ã','Ö7¡ñªIÒWFõ/}ˆ—Ã','cß‹bÑ“K@˜Ye>Œ—Éu¿ý‰á7C&Ó@›','',0,'?'),('¿,Ç®‘Æ­ôwë›á¾','wp-content/plugins/thrive-visual-editor/inc/classes/elements/class-tcb-landing-page-element.php',0,'m‘0G@}0/ Ÿ˜«¡|š','m‘0G@}0/ Ÿ˜«¡|š','z8~Â=Ç¾LŒæmÌ]ÆD\ZJ}Þù$»¡Kï…ò','',0,'?'),('‰¿„qp]>öêk_˜©¤v','wp-content/plugins/thrive-visual-editor/inc/classes/elements/class-tcb-landing-page-text-element.php',0,'$9Uôi>«¿p£9>ŸIÊ£','$9Uôi>«¿p£9>ŸIÊ£','Ÿ³juß’sÃ6†°o‡ã¶í‰êÔV$…9[RQÝ1§','',0,'?'),('ÔÂ\\wÿù:ØåS¯´å','wp-content/plugins/thrive-visual-editor/inc/classes/elements/class-tcb-lead-generation-checkbox-element.php',0,'#Wh+AÇ í×½F€','#Wh+AÇ í×½F€','îý!¯Rb.1­4ŒQ4\ZÂÄõx®áëø©tXœ½‘','',0,'?'),('ÂáEû½×ÐìÛÈ¹}ˆ-ï','wp-content/plugins/thrive-visual-editor/inc/classes/elements/class-tcb-lead-generation-element.php',0,'«äéðÉÖ\rd&ªk\\Vï§','«äéðÉÖ\rd&ªk\\Vï§','ŒÏÙîÈOvñœž}÷g4X¢êOÓœ¶ _rSŠ`jLÎÆ','',0,'?'),('ñÊ/ˆîÒEóð•Fâ¾','wp-content/plugins/thrive-visual-editor/inc/classes/elements/class-tcb-lead-generation-input-element.php',0,'~Ó*ÛæD27j½óvÐ','~Ó*ÛæD27j½óvÐ','^œ‘Œ[¨“¥Á|loÏQ‘ulî­i´Z×eÚúf‚d','',0,'?'),('/úwié0\'Â@i\r·U6?','wp-content/plugins/thrive-visual-editor/inc/classes/elements/class-tcb-lead-generation-radio-element.php',0,'ChïÍŠæðèUOŠ','ChïÍŠæðèUOŠ','$zëdÔã]àöÜPöñàKMžâESÇŸã­nÇMÑÄÕ','',0,'?'),('š oB\0ªàÊÌoráƒé','wp-content/plugins/thrive-visual-editor/inc/classes/elements/class-tcb-lead-generation-select-element.php',0,'\rõÿÅX”¥]…ñV&ð.','\rõÿÅX”¥]…ñV&ð.','£/À¹‰oõ`ô¬9¤¦>u¶V„§„ÿ4M!o','',0,'?'),('ó4•`:\'éð[rmM´v','wp-content/plugins/thrive-visual-editor/inc/classes/elements/class-tcb-lead-generation-submit-element.php',0,'AvÒe5(Ÿ›íB,\'','AvÒe5(Ÿ›íB,\'','l˜ßku—`#RÛrdoCÃ›8K\"ìL…=mèíx£','',0,'?'),('¡3Â0†õ¤y­0;\"\'ÉM','wp-content/plugins/thrive-visual-editor/inc/classes/elements/class-tcb-lead-generation-textarea-element.php',0,'YÂS`¹ÄkËm}ëœ^7','YÂS`¹ÄkËm}ëœ^7','\0§i®ø+&í»±å“\rÅ4ãøF¯ÃhÎI','',0,'?'),('$hãpÏ‡×(|Â²è`¦˜','wp-content/plugins/thrive-visual-editor/inc/classes/elements/class-tcb-lightbox-element.php',0,'+™¶o4ñÚÅè	‰|‡ƒ<','+™¶o4ñÚÅè	‰|‡ƒ<','œ=Vù>o¡ãŽkÚªlÙ¾$Ô\"U¿îg»ô2ÿªJG','',0,'?'),('¬TœCïžÑ=T±?j<[û€','wp-content/plugins/thrive-visual-editor/inc/classes/elements/class-tcb-link-element.php',0,'¦£ne‚CWwkžƒ\r„','¦£ne‚CWwkžƒ\r„','7~²@ñøÜ¹qFÚŸ>¤R¼†žÌó¡ïí—«ZÈF¬','',0,'?'),('%Í oGw]už\0qÚÑ£³ò','wp-content/plugins/thrive-visual-editor/inc/classes/elements/class-tcb-logo-element.php',0,'ÑCºÃ/µ\n¨am ¨’','ÑCºÃ/µ\n¨am ¨’',' ‡$\njïeu‘åx_µÉ½v4™*ƒþB×R•,KÎš','',0,'?'),('¨¬`b…<*‚`[,¬4`M','wp-content/plugins/thrive-visual-editor/inc/classes/elements/class-tcb-megamenu-column-element.php',0,'–!ð‘Ëv·¨ŸUë‚ÜlP','–!ð‘Ëv·¨ŸUë‚ÜlP','¦p:\rL“˜ÝÖ\\l³W˜qmb\nÅñT:õ–[™','',0,'?'),('—>D¾”¶½g¡×(žk ','wp-content/plugins/thrive-visual-editor/inc/classes/elements/class-tcb-megamenu-dropdown-element.php',0,'Œì×Ê™Z}ÏÌƒ\r„¶§','Œì×Ê™Z}ÏÌƒ\r„¶§','ï…þ7–5²Îæá°©L mtâEÇZ€f÷Ð“\0©B','',0,'?'),('\rÆ½U\\ˆ(ö\nrºÕš','wp-content/plugins/thrive-visual-editor/inc/classes/elements/class-tcb-megamenu-element.php',0,'özÎº}ëóÜy>iï8g»','özÎº}ëóÜy>iï8g»','èŽôs„ëñé³n›²Ø<u&AÂ´\"´~åÕÁÎxZ','',0,'?'),('&@’I<zü®8®k¯¤','wp-content/plugins/thrive-visual-editor/inc/classes/elements/class-tcb-megamenu-image-element.php',0,'Qv‡Ë5emÏ|pÆÛ•ýý6','Qv‡Ë5emÏ|pÆÛ•ýý6','÷*d@œh»AÃyA#ˆû/Ãy\\˜¬ã(CHÔlR”í×','',0,'?'),('ÄI\'—Œ_!\'S×#ÈÃÊ{','wp-content/plugins/thrive-visual-editor/inc/classes/elements/class-tcb-megamenu-item-element.php',0,'Ÿ cÖÞö7æ³kmfGKt	','Ÿ cÖÞö7æ³kmfGKt	','-Cµ¿¼¾IÂ\r9µ«\n8Ð\\’ÄÄ÷½4ÄUÈ_’w;ì','',0,'?'),('óùñ÷,B=92*hý“„ªÞ','wp-content/plugins/thrive-visual-editor/inc/classes/elements/class-tcb-menu-dropdown-element.php',0,'jõ,°h<çpë&:Ø½â','jõ,°h<çpë&:Ø½â','êÄmS]Ÿp\Zäá‚×	Ôý”q«ÐN2YôÇÑßDš','',0,'?'),('¡D“\'c,E³z	ÜÁÕ','wp-content/plugins/thrive-visual-editor/inc/classes/elements/class-tcb-menu-element.php',0,'/¡×/·ñI+rù%','/¡×/·ñI+rù%','µFsìêýÏFþ}Ü½èuä(ÇÇ¦šwÀO\"OEw','',0,'?'),('™ÀN¤äËD¹×…¾Æµ','wp-content/plugins/thrive-visual-editor/inc/classes/elements/class-tcb-menu-item-element.php',0,'K^)o7¸cUO‡¬ý4','K^)o7¸cUO‡¬ý4','Üj¾‰Ówæ{b–hiÎÁdú_îÛÓ¬XÛíp>','',0,'?'),('5$M\'Ê\\¦F§¦ÚqÓœp','wp-content/plugins/thrive-visual-editor/inc/classes/elements/class-tcb-moretag-element.php',0,'Égô‹c6Zy	ó€­','Égô‹c6Zy	ó€­',' rñ6R=š7Y>=Œ˜ã+Ùðû:”â¢o21Fm?bù','',0,'?'),('ó°ÇNe‡úéÞœºnÀÍ','wp-content/plugins/thrive-visual-editor/inc/classes/elements/class-tcb-numberedlist-element.php',0,'»ùnˆ2/üÏ-§…=¥','»ùnˆ2/üÏ-§…=¥','ù¬>ÅùÀ½=”r¥î-:4äT˜gƒa…º?v9:8L','',0,'?'),('‘t÷Þºœ(¯è:¯ÇöÙê','wp-content/plugins/thrive-visual-editor/inc/classes/elements/class-tcb-post-element.php',0,'-&ÖPmÈ­#\\ÓÃ”h›','-&ÖPmÈ­#\\ÓÃ”h›','Úuç¡~×Zd~=¥NÉÎ@â®UTr‚n®[¶ÞkOü\Z','',0,'?'),('‚\ró4OñÑÁ{˜³BÒ¦','wp-content/plugins/thrive-visual-editor/inc/classes/elements/class-tcb-post-list-element.php',0,'EAXŽYE´¯½…=%ú:','EAXŽYE´¯½…=%ú:','tPO,ÐB_:ˆƒ¾ôãÊ]ú²hí×\nIé+YÃYax','',0,'?'),('ž¶¿2Pšr#ÏíÝ—”','wp-content/plugins/thrive-visual-editor/inc/classes/elements/class-tcb-postgrid-element.php',0,'3}I#|MRVV3fy§Ù','3}I#|MRVV3fy§Ù','•G8p0‘\'åžªµ+7“ës7R ½\"$™\ZÏùï','',0,'?'),('VÅ–ùÞS`VÔùÎÿHÉÿ','wp-content/plugins/thrive-visual-editor/inc/classes/elements/class-tcb-pricing-table-box-container-element.php',0,'Q×%ë­jAùÅâk…B-Õ','Q×%ë­jAùÅâk…B-Õ',' Éü@H±OlôlE2ä\0eßwGÁ­ªË>ì','',0,'?'),('vö»ÆLiš°h0]íî›¾','wp-content/plugins/thrive-visual-editor/inc/classes/elements/class-tcb-pricing-table-element.php',0,'¢Z§‹Š°XÄGqÖ^¦™Š','¢Z§‹Š°XÄGqÖ^¦™Š','üÂüRÂ\\>§Rf&£ÄÚÔ¾Ù6ƒÎ\n§œÉsÌ','',0,'?'),('cr4ÙŠ>8×ùçžYp«','wp-content/plugins/thrive-visual-editor/inc/classes/elements/class-tcb-progressbar-element.php',0,'ùLú+\Zôg1þ¾¾û†é¾','ùLú+\Zôg1þ¾¾û†é¾','•ø˜ì¨Éêg¦/7Ì-6†[’pÄ	ab-Ï4$+','',0,'?'),('=ì`õÍìG£òÝMR','wp-content/plugins/thrive-visual-editor/inc/classes/elements/class-tcb-rating-element.php',0,'-ñŽIPuH8	«ûÔ&','-ñŽIPuH8	«ûÔ&','M}åðþ^+{Òu0Sø’ÕKúmÞšðRÈ‰DT','',0,'?'),('jT}ƒiÛ7~JâOHîþ','wp-content/plugins/thrive-visual-editor/inc/classes/elements/class-tcb-responsivevideo-element.php',0,'“ÝõA1çm•™›Mz3','“ÝõA1çm•™›Mz3','“5äd§TÈ<	RyŽ[{Î]Ö¼CËû‹Ù@-p~Ê','',0,'?'),('‰Å®ö«ù†øÊ×m	$uÖ','wp-content/plugins/thrive-visual-editor/inc/classes/elements/class-tcb-reveal-element.php',0,'C{\n¸ü1Ås×ÞS7+°','C{\n¸ü1Ås×ÞS7+°','NîOKÉ£³åƒØ…èVŽÃ^\rÆK–oö2j½÷.ý','',0,'?'),('?¹{-Å31‰47½Ì','wp-content/plugins/thrive-visual-editor/inc/classes/elements/class-tcb-section-element.php',0,'Ÿfštãÿ<êdk0^¡','Ÿfštãÿ<êdk0^¡','N÷O‡¹Ÿ®u¨d“OÜÑl}}›Æ¶»*–ˆç’?¦','',0,'?'),('nð\':Ãôet±^8ë†$Îý','wp-content/plugins/thrive-visual-editor/inc/classes/elements/class-tcb-social-element.php',0,'D>	¾ŸmN»U\0¶ô·–˜£','D>	¾ŸmN»U\0¶ô·–˜£','‡XpáÂ\0xë°’ŸÀm&¤üy Ï´¦vÝ¢(„¢<h','',0,'?'),('àk±Ø\'­E«bp\\7¾','wp-content/plugins/thrive-visual-editor/inc/classes/elements/class-tcb-stylebox-element.php',0,'Qºº]ƒ‰(eb¹›P»','Qºº]ƒ‰(eb¹›P»','à!Ä°*ÒùÄ|¿Öáü·þKÜ\0^Ò¤F \"~j(Z','',0,'?'),('j‘£n^¾[…Ô²¬Üöâ½','wp-content/plugins/thrive-visual-editor/inc/classes/elements/class-tcb-styledlist-element.php',0,'ÏSØy_Â[–Ž~?~§—','ÏSØy_Â[–Ž~?~§—','Ü} !¯±ŠÏ­{PtáJ,Èí£ÇµeJÆ,$„GVú','',0,'?'),('îšV§‰Üƒd¢âF¥5×','wp-content/plugins/thrive-visual-editor/inc/classes/elements/class-tcb-styledlistitem-element.php',0,'|Qká£!b`˜ô«wýxù','|Qká£!b`˜ô«wýxù','à~™k¥ø.>HNŠa*‹T…ˆ‰yF‚ðOrÁ','',0,'?'),('¬–ÎAá[F2¬Qääí','wp-content/plugins/thrive-visual-editor/inc/classes/elements/class-tcb-symbol-element.php',0,'i:9ê•Û‡„p¯ËÄo)','i:9ê•Û‡„p¯ËÄo)','jL·yS¶¢«Dhyöo–hŽ€½OAÔ’ñØáý','',0,'?'),('ü’ðŠéB’½yÈm;£e2','wp-content/plugins/thrive-visual-editor/inc/classes/elements/class-tcb-table-element.php',0,'\n	ÒÑú—ß‡gô=h\Z/','\n	ÒÑú—ß‡gô=h\Z/','nk.@«/ÕÎ¾0aâ-£Nëiö2OïîÌñ\n˜thl´è³','',0,'?'),('Ø¤)by<‹XspƒtÆõE','wp-content/plugins/thrive-visual-editor/inc/classes/elements/class-tcb-tabs-element.php',0,'ÐÑÝ/€À™]{HÕÿÏ.','ÐÑÝ/€À™]{HÕÿÏ.','\"(E¯ër #.Å¶f8kYÑÿæî©¬É\\Ê‹„hD','',0,'?'),('«·Î!Ð’{òW>š{`É-','wp-content/plugins/thrive-visual-editor/inc/classes/elements/class-tcb-testimonial-element.php',0,'Bx!sçm•ûc‡“fÄrhK','Bx!sçm•ûc‡“fÄrhK','Áp¸¡=Úi?NæôÚ°ÿ¬œ!×lIÈHƒÖ^KZÁžÖ','',0,'?'),('«u»ø9P¡Æ\"EÊƒ','wp-content/plugins/thrive-visual-editor/inc/classes/elements/class-tcb-text-element.php',0,'ý4wlhLÅØty×f¾ÓKL','ý4wlhLÅØty×f¾ÓKL','ëmÑÂÇTD9.f˜‹h/f@¨fá–ÀO˜Ò','',0,'?'),('%’ý¾ÝgŠí_ÉÀÅ\\','wp-content/plugins/thrive-visual-editor/inc/classes/elements/class-tcb-toc-element.php',0,'´£4ÁF\\\nÔä0‘‡ÛÛh','´£4ÁF\\\nÔä0‘‡ÛÛh','(ˆulÓz[•ö~µãE*ãíRïùS¶Ê¨•øT\r&‡H','',0,'?'),('Dqb\nL{=nM¼Ç„¼¶?ß','wp-content/plugins/thrive-visual-editor/inc/classes/elements/class-tcb-toggle-element.php',0,'‚âMïV÷±µˆ£ãÚVŒˆ','‚âMïV÷±µˆ£ãÚVŒˆ','\ZNÚ\'Ü¯jI8WÚÚC¢\\á,dRžJ-¸Rî†Ç	','',0,'?'),('b™²FOŠ72B©7íïÜƒ€','wp-content/plugins/thrive-visual-editor/inc/classes/elements/class-tcb-tweet-element.php',0,'¹zúïœN]ƒËçÉÌÆÏx','¹zúïœN]ƒËçÉÌÆÏx','œðÐ j(³…íÒLÉŸ#¹Cp[\Zã´{E¡9','',0,'?'),('YYÔ„è³­v$6}ØÌ','wp-content/plugins/thrive-visual-editor/inc/classes/elements/class-tcb-wordpress-element.php',0,'®f)ïi9JŸ!J ','®f)ïi9JŸ!J ','F”wäŒ¦ÅÁ?œô²Q“-¢öT~T¦Zºbã9ÒÍLš','',0,'?'),('d–ç-3”,“Y…A‚ü','wp-content/plugins/thrive-visual-editor/inc/classes/elements/pagination/class-tcb-pagination-element.php',0,' R«Àéû„’LX<’œ$',' R«Àéû„’LX<’œ$','ã5Š%-¿ßIiÕŽ1dù$\\\r©çÚ§IVbHQ«s8ì','',0,'?'),('Ü¼IÊ™| É\nR<+ÊÖ&','wp-content/plugins/thrive-visual-editor/inc/classes/elements/pagination/class-tcb-pagination-first-last-button-element.php',0,'áBv0€æhp(œïe\"','áBv0€æhp(œïe\"','n½¦M”Ž*lÜÜááÂ<?b¿”U#Ã§H±„<™‹°','',0,'?'),('Üà-çæ„röˆ€³~…P','wp-content/plugins/thrive-visual-editor/inc/classes/elements/pagination/class-tcb-pagination-label-element.php',0,'÷¥©ó.ç~íß	þŽL\rª','÷¥©ó.ç~íß	þŽL\rª','¹HAI÷¡žŸÝ›–¡8h–ô“=³?QR(”ì¢%*','',0,'?'),('^ä@DQ%CÅ3¤©‘Ê®','wp-content/plugins/thrive-visual-editor/inc/classes/elements/pagination/class-tcb-pagination-load-more-element.php',0,'ÔhÍÉ<†±ìJ\"ÒÃ7«l','ÔhÍÉ<†±ìJ\"ÒÃ7«l','cd¾Å“¦ña”ŸžX¹Õ\Z¹\\ Pr¡Iô§\0·ÅtLßïD','',0,'?'),('=÷ŽÁ/Ú(ýL•¨„•ó','wp-content/plugins/thrive-visual-editor/inc/classes/elements/pagination/class-tcb-pagination-navigation-container-element.php',0,'žxé´®žî›Kcòôà','žxé´®žî›Kcòôà','Â²²LÚ=Çovxð8 >{Žiš=™—L#V×&\\­jk','',0,'?'),('Ó[0b«ßú:£ªö\r-Ò','wp-content/plugins/thrive-visual-editor/inc/classes/elements/pagination/class-tcb-pagination-number-current-element.php',0,'ØmÚÀbïª¾ê¨©hcQ8t','ØmÚÀbïª¾ê¨©hcQ8t','/d¼w0µZ[îfA¹øÇ`x¦è÷ÑÒz*3 Æ','',0,'?'),('oW\0Öl2’¶ìŸžìÙ¢','wp-content/plugins/thrive-visual-editor/inc/classes/elements/pagination/class-tcb-pagination-number-item-element.php',0,'\ZNGø¾*œ8ëu¥Éã','\ZNGø¾*œ8ëu¥Éã','‰1ìÕÔv\\Ó\rìY:GÄKQÌýÅ(·Ìt\"›ÿzÄZ‰¥','',0,'?'),('Ž`Nr»±\'Ý!©°AH','wp-content/plugins/thrive-visual-editor/inc/classes/elements/pagination/class-tcb-pagination-prev-next-button-element.php',0,'‹ObHÓü`é…ý?Ò','‹ObHÓü`é…ý?Ò','4¡ÄŠ~ôÀ4ØK²{{!PyõÐÅéE@5¹DD','',0,'?'),('8´¬(¯ÓðŠ6ãÓ7üRô','wp-content/plugins/thrive-visual-editor/inc/classes/elements/post-list-sub-elements/class-tcb-post-author-bio-element.php',0,'Ö\nÌHR&,\nsµì3rE1','Ö\nÌHR&,\nsµì3rE1','Ñ_;\"ô\"fÐÐDP6¥ºf1Ð†­üs*Ÿ','',0,'?'),('ÏX[C“ØC\n¥\0<B_²','wp-content/plugins/thrive-visual-editor/inc/classes/elements/post-list-sub-elements/class-tcb-post-author-name-element.php',0,'ÔÐØl­µwb.ã\n…ç','ÔÐØl­µwb.ã\n…ç','{ä1ðwÎ]ªK]šUÃ¶pÐ›®ñdüPŠF\0†“”¡','',0,'?'),('—àWFI‰R{…Ñ§þï¿','wp-content/plugins/thrive-visual-editor/inc/classes/elements/post-list-sub-elements/class-tcb-post-author-picture-element.php',0,'Þªì}»øÙk~\r','Þªì}»øÙk~\r','|U¬¡•ûG´_å‘<+ÅÐWVlÈÈO9{Ó¨†å','',0,'?'),('ŠY¦€¯ùgÐèòöPˆ','wp-content/plugins/thrive-visual-editor/inc/classes/elements/post-list-sub-elements/class-tcb-post-categories-element.php',0,'…(ˆ§7ÀyÌœ­T4I','…(ˆ§7ÀyÌœ­T4I','(áÿáéüz‚AÁÚž\\-U¹óÜt¬0ì)°9¡,','',0,'?'),('Kûí%ÑúžzšÙÐà]5\n','wp-content/plugins/thrive-visual-editor/inc/classes/elements/post-list-sub-elements/class-tcb-post-comments-number-element.php',0,'AÈð—¦—ub[&ïyÍ','AÈð—¦—ub[&ïyÍ','uÁï\Z	;›šàÊAF?H\\õBèP±’m×é xÊò?','',0,'?'),('9Z¦ôÂ5³éÒ`,LíPn','wp-content/plugins/thrive-visual-editor/inc/classes/elements/post-list-sub-elements/class-tcb-post-content-element.php',0,'üôjf¡¨ÕœR!ÕÄÜ¦+2','üôjf¡¨ÕœR!ÕÄÜ¦+2','Ý(H«2È²°‡±ˆcõ —oWæLÛï<÷\02¶','',0,'?'),('{‹6ù“@ç¢r¼y® ²Ê','wp-content/plugins/thrive-visual-editor/inc/classes/elements/post-list-sub-elements/class-tcb-post-date-element.php',0,'-„SP¹ƒÎZ:ïä›ó[¸','-„SP¹ƒÎZ:ïä›ó[¸',':¤6!`Ôk¿Hï›~Sr˜“3\\yAY,žÝ±´œ] Fú','',0,'?'),('Ð¾…\0êe©(»@cT‰‡§2','wp-content/plugins/thrive-visual-editor/inc/classes/elements/post-list-sub-elements/class-tcb-post-read-more-element.php',0,'Èa¼žQà{°í~½®\Z‡.ˆ','Èa¼žQà{°í~½®\Z‡.ˆ',',«X ø›åH›“gÇ\'{}«xè\0‘¼6j^›Lúï','',0,'?'),('ðöñK»R5÷™h­:¹è ','wp-content/plugins/thrive-visual-editor/inc/classes/elements/post-list-sub-elements/class-tcb-post-tags-element.php',0,'*Ô’Î‡+öƒÛÍæF˜\'','*Ô’Î‡+öƒÛÍæF˜\'','äE©ãÍà›k1oðL©sý&?¦n›BÆ–ç‘˜ò','',0,'?'),('ÖË½9á¨ÉK5%#Wï¶T','wp-content/plugins/thrive-visual-editor/inc/classes/elements/post-list-sub-elements/class-tcb-post-thumbnail-element.php',0,'öÙø:~TÒ3æ8`Ò\rÄß','öÙø:~TÒ3æ8`Ò\rÄß','#÷bŽ²‰°ÁÜëAŒ£˜ ëÊ¿]—ÔwØL Ið¡¤ÎO','',0,'?'),('³‘ò‘Á-Z#Yè™^ùfR','wp-content/plugins/thrive-visual-editor/inc/classes/elements/post-list-sub-elements/class-tcb-post-title-element.php',0,'»ôA¤ ÜµOÖt–Q','»ôA¤ ÜµOÖt–Q','z:5ÁK*<^¯l·ÇŸŒ/>oªœ|	%fùÝK b×','',0,'?'),('¬š/üåËM2Nmªß','wp-content/plugins/thrive-visual-editor/inc/classes/logo/class-tcb-logo-rest.php',0,'=Ð~Ç˜BüË.Ž)©£\'97','=Ð~Ç˜BüË.Ž)©£\'97','…GsTÇ¶‘”49—‘¢Áé$¡ËôÓxŸ f0kÒHU','',0,'?'),('ºíú™–ÌÛec%yB\nô','wp-content/plugins/thrive-visual-editor/inc/classes/logo/class-tcb-logo.php',0,'B÷õ¸¾½~CÄñòËÔ’Ù','B÷õ¸¾½~CÄñòËÔ’Ù','j·ƒË<iÓûÂ3(·ÃßKß\\ÞÝÇVq9=ùý,.ú','',0,'?'),('µÓYxJë¾O)ÛÛ4Íž','wp-content/plugins/thrive-visual-editor/inc/classes/post-list/class-tcb-post-list-author-image.php',0,'vC±ÃÍI©n>Üœ4? ','vC±ÃÍI©n>Üœ4? ','Õ\"˜„Ðn8Qƒl\'ž!iôtLR½½äA·´ëã9íb','',0,'?'),(')Îr_HèK©\0Îaå]','wp-content/plugins/thrive-visual-editor/inc/classes/post-list/class-tcb-post-list-content.php',0,'…ù?|”7+D–ÁKÎÜ2','…ù?|”7+D–ÁKÎÜ2','½ZALº||•‹–ftK)½˜gDo¤\'ÖTšÉë1ñ','',0,'?'),('7À<¥7ÍžE*üÆÜ~{','wp-content/plugins/thrive-visual-editor/inc/classes/post-list/class-tcb-post-list-featured-image.php',0,'àZwûuúÉí¯Cñ¿','àZwûuúÉí¯Cñ¿','Z{N…œªL<ôa	¶po¥žm:Y	H/µÜ	KÀ¬-~Ì','',0,'?'),('ìrâýÈ¼N|×£k7³/','wp-content/plugins/thrive-visual-editor/inc/classes/post-list/class-tcb-post-list-rest.php',0,'±.ŒŠQ‡ccÎíl¾)c','±.ŒŠQ‡ccÎíl¾)c','H1}¯ô»®}m¤úÃ‘Š‹Y°ç[òqgf‘‡üÃ#e','',0,'?'),('ïúª¡1>˜^ïÀ¦gÉ›','wp-content/plugins/thrive-visual-editor/inc/classes/post-list/class-tcb-post-list-shortcodes.php',0,'19ƒ\\Üûûlu˜Oõ','19ƒ\\Üûûlu˜Oõ','	9)©#\\~ò±¢£‰˜vb¿dÏ’4!\\dê¡\\¬^','',0,'?'),('C«\';Ð¿ä†ÛÁ;RÎ€V','wp-content/plugins/thrive-visual-editor/inc/classes/post-list/class-tcb-post-list-sub-element-abstract.php',0,'­gÇÆK¤ðW-QàÇ€¼‡','­gÇÆK¤ðW-QàÇ€¼‡','ˆžÛoÝÌï!|2õ¤Z‰f¸¾9|‹,Î¿>µqM','',0,'?'),('Øw«_iYríµ*\'@/','wp-content/plugins/thrive-visual-editor/inc/classes/post-list/class-tcb-post-list.php',0,'¢o•±k³ccPÊ@˜i¡ø\0','¢o•±k³ccPÊ@˜i¡ø\0','¨.Š‚U}jeX ñèÕå‹ù\\“œ´›†qd»Iµ%ƒ','',0,'?'),('	ûT™™SŽu †G¾','wp-content/plugins/thrive-visual-editor/inc/classes/post-list/pagination/class-tcb-pagination-load-more.php',0,'ð­îÌ ©^\"\rð\n!','ð­îÌ ©^\"\rð\n!','œŽ¾RSwÎ®pávr¸à*x)³[¢—ä=†¥àAD™ú','',0,'?'),('<’/^Á\\¼ ‹ŒûÛŸ8å','wp-content/plugins/thrive-visual-editor/inc/classes/post-list/pagination/class-tcb-pagination-none.php',0,'îgÎ&¡³ýÂõî­øòÏ‡‚','îgÎ&¡³ýÂõî­øòÏ‡‚','%u;°4’d/uc:³5æU£v “Ëå3ÄZ\'à¨o¦ÓŸ','',0,'?'),('=Ø¼ýºÄ÷ Õ\0ù”$8','wp-content/plugins/thrive-visual-editor/inc/classes/post-list/pagination/class-tcb-pagination-numeric.php',0,'ýoÍJE7ÛØM¹Û÷¦#Ý','ýoÍJE7ÛØM¹Û÷¦#Ý','Oy€”„ãîJòŠøŒ0­zèVé\rìùàÓŠ	lN','',0,'?'),('e:úÔ)§ã~–š·¿×žcn','wp-content/plugins/thrive-visual-editor/inc/classes/post-list/pagination/class-tcb-pagination.php',0,'VÈG ‘R\náH\ZÔ33','VÈG ‘R\náH\ZÔ33','¼ÈÉ¯sÙ¢fn{ˆd‡¬åZsg(–Ò¿¦7nl‹9*Ö','',0,'?'),('J¾ñ¡×êÌ“æ«ÄMÑ','wp-content/plugins/thrive-visual-editor/inc/classes/symbols/class-tcb-symbol-export.php',0,'óQ³^›}ÍI¿~™Ó','óQ³^›}ÍI¿~™Ó','ãË¹nè`\ZßŽeÑ®ÊÌ4øX©š+Å__Üò²úF','',0,'?'),('!ÑÈ ¹PËsUË¾@W','wp-content/plugins/thrive-visual-editor/inc/classes/symbols/class-tcb-symbol-template.php',0,'³[Ñ)«]º#óïÜTµ~ñ','³[Ñ)«]º#óïÜTµ~ñ','ùZU‹Uér%þ LU0÷„Uø×†wru\'¡í¾ö©²€','',0,'?'),('õÇEüÆY¨C¯Ö¹›£Œ','wp-content/plugins/thrive-visual-editor/inc/classes/symbols/class-tcb-symbols-dashboard.php',0,'Åææó]X\r±o+:¡','Åææó]X\r±o+:¡','/ò¼±Þè=ëli7€ž9Âøè\"[žC¨N!£Ót','',0,'?'),('D÷=tzQëÏÕÇ‡T+<Â','wp-content/plugins/thrive-visual-editor/inc/classes/symbols/class-tcb-symbols-post-type.php',0,'å*6,jVJ»<º8','å*6,jVJ»<º8','è5yl´Å=Ì¶hEuæOå÷ý¼/J»wè»o©wTFÈ','',0,'?'),('4À’øFÊz}×HŠ·ê‚','wp-content/plugins/thrive-visual-editor/inc/classes/symbols/class-tcb-symbols-taxonomy.php',0,'¦Fá/^3	Q¾°mág','¦Fá/^3	Q¾°mág','þŸ qƒ¿Ïf—á”êÜ,HksÒ¤?SÕî\'öè','',0,'?'),('Ñ½Ðîó`­ñ2Z(r®','wp-content/plugins/thrive-visual-editor/inc/compat.php',0,'’ò\0¡Ò¡{Yç@‡r}„','’ò\0¡Ò¡{Yç@‡r}„','-W%D&¬<\r”C\"ÈsV©]åØÈ‰¥KÝák¬ù','',0,'?'),('žlÓA%ž÷šö	ÀŽ(¥','wp-content/plugins/thrive-visual-editor/inc/functions.php',0,'4S~MÅªzÍ6Ÿ‡´•/F','4S~MÅªzÍ6Ÿ‡´•/F','glBózË”®¦iñPwhð¾°~Çú\\*>5Øeb','',0,'?'),('’å¾†.¸À·|—è×Ç½¤','wp-content/plugins/thrive-visual-editor/inc/helpers/cloud.php',0,' ]¶’zŸµ±äÂ©A$',' ]¶’zŸµ±äÂ©A$','›ZÌ÷£Œ^\"mB˜Ð¯Ÿ8¢M‡x\rªýÿÒ;Øf¬','',0,'?'),('Ü&%aVg·õÓµÿÇEÍÏ','wp-content/plugins/thrive-visual-editor/inc/helpers/social.php',0,'eŸø½>£24ý+·E','eŸø½>£24ý+·E','W=¿Ø4Zò«A~é¯3*\'˜w—qc1W DUÊ«ôœ','',0,'?'),('Ókv”Ò¤ÎÕìÛÛ¯m','wp-content/plugins/thrive-visual-editor/inc/i18n.php',0,'ˆCZ	ò\'–øïæ÷h¨','ˆCZ	ò\'–øïæ÷h¨','$š«E(Ôå?SÒ6!8Û,â˜ÞÆsCR\"‹0/\0','',0,'?'),('t­°$jûW¹\n¿#½‚rÔ','wp-content/plugins/thrive-visual-editor/inc/license_notice.php',0,'¾c’#BÉç§A\0ÕÌ','¾c’#BÉç§A\0ÕÌ','£­WåuMÌÛêG„„î_Å”¹ÅpG¯3r~E¾±ø«','',0,'?'),('?¤Gˆ_²¯/?Uv?ûÇ','wp-content/plugins/thrive-visual-editor/inc/menu/audio.php',0,'È£ùšé|ÔyNMV2p JB','È£ùšé|ÔyNMV2p JB','Š‡[¥›ÖQâ«_<’³=‚¡ÎàU!þ=µ(‘À58','',0,'?'),('9ÄìË—y¸äºä‹²E4°\r','wp-content/plugins/thrive-visual-editor/inc/menu/button.php',0,'ÖáÃÐ/q–òtÙ±—Ñì','ÖáÃÐ/q–òtÙ±—Ñì','—àÁÁjÆAH½wÔ)\\)nhËQ­öµ–×ã‡–†','',0,'?'),('†°Ã6ÁrO$	aÏ¸%Ä','wp-content/plugins/thrive-visual-editor/inc/menu/cell.php',0,')š¬Èì œSx¹€þ$‘9',')š¬Èì œSx¹€þ$‘9','$e	ŠÞ©‰0X’°\'Ý”0ÈI#¢D˜žX´Bx´','',0,'?'),('Îò÷NöµÁmï­æÅú`','wp-content/plugins/thrive-visual-editor/inc/menu/click-tweet.php',0,'±ZTŽå¹ç­\'ie™/!±','±ZTŽå¹ç­\'ie™/!±','LôbæO&#PO¯|Øp±{ÊŠ\'—¬ G¶õj·y','',0,'?'),('—»Ó§ò]7@€b¡¡•','wp-content/plugins/thrive-visual-editor/inc/menu/columns.php',0,'¿\0V<²\'>LôÔ“¨›\\','¿\0V<²\'>LôÔ“¨›\\','É{ll`Çxàªüó½µö”¶úU¡ŽùÆÂ~Óë˜««','',0,'?'),('iok\Zn`ÚÝÕË°j','wp-content/plugins/thrive-visual-editor/inc/menu/commentsdisqus.php',0,'U˜D\'™Æ¢h+¢NsD','U˜D\'™Æ¢h+¢NsD','Å–Ñwäs‹×e†}Â½X§½T2µÁÉ-&u¥¬öô','',0,'?'),('äÊ1[A÷B\n.zö','wp-content/plugins/thrive-visual-editor/inc/menu/commentsfacebook.php',0,'&¦ö”UC†áïo;#Ðãn','&¦ö”UC†áïo;#Ðãn','­¼K€]<IÎ\n]ÛˆŸrR-XëÚ¢ë@àÁ-¹4õ€Œ','',0,'?'),('\Z\'gÐb½(°ÁÏšhn‡','wp-content/plugins/thrive-visual-editor/inc/menu/contact_form.php',0,'ÿÃÁfÍ›A&¤{+î„“','ÿÃÁfÍ›A&¤{+î„“','Bµ6ÚXï‘·lj7b–IÿçŽf²]º¨‡kî!|¿~y','',0,'?'),('b;Ž~ 6I¼Àk‹P§ä{','wp-content/plugins/thrive-visual-editor/inc/menu/contact_form_submit.php',0,'©I¥0ý•i®‚9>Þã','©I¥0ý•i®‚9>Þã','ý•”õ]#Ê?î4:îg…ÎØú–·æ«Àº}•ŒWLU?','',0,'?'),('ßˆVh­±GGÖÿÌÒƒ q','wp-content/plugins/thrive-visual-editor/inc/menu/contentblock.php',0,'‡ó9„É]âv:)¤\'','‡ó9„É]âv:)¤\'','wi›OM–<å¬8Û´—–Ù$ãàæ9[™¨\ná¯.','',0,'?'),('<wð_Œíé„kÿ9Âúß','wp-content/plugins/thrive-visual-editor/inc/menu/contentbox.php',0,'3T´B5o£\ZÇš4$jÏlË','3T´B5o£\ZÇš4$jÏlË','@nuµó…àë§X\"Ö–c²!„¬ÛÑÙ6˜”âŽ','',0,'?'),('ŒM©FŸWO5T×\r*','wp-content/plugins/thrive-visual-editor/inc/menu/countdown.php',0,'ùàÂË—bò\râ9³>¶<','ùàÂË—bò\râ9³>¶<','­.ý{k¦ñU’Ïµøy5pŠUZ5¤€¥¨0‡aB','',0,'?'),('™áÓëÍAÆžHÀë¼âúÏÜ','wp-content/plugins/thrive-visual-editor/inc/menu/countdownevergreen.php',0,'ß*†Èó@Yá¯®èißU','ß*†Èó@Yá¯®èißU','°Ÿ ‰J»g¤¶ÊjŠc€rûU{>\nÂYH','',0,'?'),('_sRçöº†ŒŽdµâÁ','wp-content/plugins/thrive-visual-editor/inc/menu/credit.php',0,'^ûZP.†Êk1TÚ=8ä%','^ûZP.†Êk1TÚ=8ä%','{rà¹[·Ÿ%‡UÆÖ´­c¼I\0¸Ÿ\Z—ôâü¦À“','',0,'?'),('•àD/,§×¾_½8R4bÖó','wp-content/plugins/thrive-visual-editor/inc/menu/ct_symbol.php',0,'•+ùò *‹›\'ži.','•+ùò *‹›\'ži.','Ýö+\0|ˆRò·µÒpàØÓÅ\n»®öm½q‹öœv;','',0,'?'),('*5Ô[d,àKõø¬/z','wp-content/plugins/thrive-visual-editor/inc/menu/decoration.php',0,',£Žà\'Â”%bSD†%¢Éˆ',',£Žà\'Â”%bSD†%¢Éˆ','Ööê-y%ñ?ÚËì973FæƒÐ;Ä+·\Zó.æÈÓºþ','',0,'?'),('¥þmw?l\\¶—µ_ê\Z%','wp-content/plugins/thrive-visual-editor/inc/menu/divider.php',0,'¿¿^W5¬ÐŒçØí,º','¿¿^W5¬ÐŒçØí,º','ÅrÍwÜJZÀn4 scµâµÒ–rzÍÜøÝt±G¿ô','',0,'?'),('žé·bŽ-ðoýÅ\'.!','wp-content/plugins/thrive-visual-editor/inc/menu/fillcounter.php',0,'ÓÄtÿJ\'ñAEC‘>ü','ÓÄtÿJ\'ñAEC‘>ü','h­åÑ^[¹ˆœ%êö—˜Ç`À#UáLqÜƒ]½(','',0,'?'),('q““5âz åpGã‰™»—','wp-content/plugins/thrive-visual-editor/inc/menu/footer.php',0,'²\0\nÁSŽ÷C\'¦÷®üMê','²\0\nÁSŽ÷C\'¦÷®üMê','ŸnM“¹	”H Ô66l¦ŽºýaðÌ/t¡w¨B•µ','',0,'?'),('eCá%ÇìyY?wÚç','wp-content/plugins/thrive-visual-editor/inc/menu/form_submit.php',0,'þ¸?*å#ÍG?K¦Œ!¬','þ¸?*å#ÍG?K¦Œ!¬','N9Y½–ÙùVöŸG·Aƒë<™eŽ°­-qÄn–àŽ\0','',0,'?'),('¹-Úì+g›yƒdG.','wp-content/plugins/thrive-visual-editor/inc/menu/general.php',0,'_¸S«n2ÓÂûî5š\'ú','_¸S«n2ÓÂûî5š\'ú','[h¦Û5[Ë³™¾	\0þ*^qy=\rìÃ÷ åX¹ä','',0,'?'),('žš`×µ>Žú!Ð6Œ–b','wp-content/plugins/thrive-visual-editor/inc/menu/gmap.php',0,'€¿_ÊTû’¢j2n\r','€¿_ÊTû’¢j2n\r','‚Å….¹06”*Žº˜O/Eê‹-AëbŽ¬æÖÃÑi','',0,'?'),('r«mÞ§ñUÛÇóM','wp-content/plugins/thrive-visual-editor/inc/menu/header.php',0,'6AJ9RÝ_Ðî”{qËÓ_','6AJ9RÝ_Ðî”{qËÓ_','–y\"‰ÿáBmÓè•ÃðÑ@õb©âWS(iä¹~÷Ù','',0,'?'),('Á\riøöÆÌXÎ£~q','wp-content/plugins/thrive-visual-editor/inc/menu/html.php',0,'³µ{; 7 ˆ¾Iä,‹','³µ{; 7 ˆ¾Iä,‹','„ã~˜\\eâ8+ÉùßüTœ~Z*›-5µ:¾=±4{','',0,'?'),('2gÁÇY;ôÌõ¹áç£f','wp-content/plugins/thrive-visual-editor/inc/menu/icon.php',0,']¨Î¼”ø”eU`~ßú<',']¨Î¼”ø”eU`~ßú<','$aP¸\rÆ#¡2ïß“QÞ¦¡Ä5ÁÒx±­q¬Š´O„','',0,'?'),('¢Ö`<Ž¹c¨rcÂM56','wp-content/plugins/thrive-visual-editor/inc/menu/image.php',0,'5q•xU‡‹;¡È˜$','5q•xU‡‹;¡È˜$','ÔZÖ5¿ W¸%Õ+ìµL¥|Mx4BiÌŒõ“Å¶Œ','',0,'?'),('Þ±™Ø_wso)\\zW©rÖ','wp-content/plugins/thrive-visual-editor/inc/menu/landing_page.php',0,'ð½¬„U‰’\'µU¾K‚mÂ','ð½¬„U‰’\'µU¾K‚mÂ','jñß¼þÿ»@Öªœ’x•µ^qUœÕ\r5µJ[\\‚Jg','',0,'?'),('ö@4×¿¢Y?çÂ0þH¢','wp-content/plugins/thrive-visual-editor/inc/menu/lead_generation.php',0,'±½è¦ç³Oô‹:ÿibÌ4Ð','±½è¦ç³Oô‹:ÿibÌ4Ð','\0dâmËqvïØõxÑÃÁÄ\nŽJÜ…•ü«ŒÕ‚“','',0,'?'),('Û¥¿k÷zJ£ý@g’(Ò','wp-content/plugins/thrive-visual-editor/inc/menu/lead_generation_checkbox.php',0,'|àc\nXÖÅ3$yyÆ¢Ý','|àc\nXÖÅ3$yyÆ¢Ý','W¨4€Iþ³ë9\\¨â]Ö\0F¾ýñ°G–x[–]Ð¬','',0,'?'),('ÑÚV¼®¹Ì´$§{Ó~K','wp-content/plugins/thrive-visual-editor/inc/menu/lead_generation_input.php',0,'FŠb¨Sôch.07å›2u','FŠb¨Sôch.07å›2u','ù°K‰ŠO>°AD°ç{»d‰°÷° ²ª^(','',0,'?'),('öð6¼ˆp]ZÃ¹ÇƒZÙ\'','wp-content/plugins/thrive-visual-editor/inc/menu/lead_generation_radio.php',0,'S¦³½2)ÏpØ§¼&!„','S¦³½2)ÏpØ§¼&!„','‡-& Z¸xbGuŒ°çGökâ¼GÔ¬^`1	%6ŸPó','',0,'?'),('ì\0>	qÙ,¾ùÊÅIåµ','wp-content/plugins/thrive-visual-editor/inc/menu/lead_generation_select.php',0,'”¿ŠA=‹È9´y†‘5','”¿ŠA=‹È9´y†‘5','ý\nž<T¨oy’‡	´ŸS¢¼xÄ€•÷X‹ÇÁ£kñ','',0,'?'),('RD¸”BœpÊ¬“¬E²Š|','wp-content/plugins/thrive-visual-editor/inc/menu/lead_generation_submit.php',0,'m«÷m¸Qäîê:','m«÷m¸Qäîê:','±5œ&Üñ†ô<JlÀè€Ã¡¤Ÿ3žž›Å‡n?$§','',0,'?'),('@’ŽøŸ¶Zœ¸!vç}®Ú^','wp-content/plugins/thrive-visual-editor/inc/menu/lead_generation_textarea.php',0,'¯Ó`¢×Òi½[4ÝmçOÔ','¯Ó`¢×Òi½[4ÝmçOÔ','G—%}ŒïôÁQ¨Ey~Ë¡÷dV¾8‡cžRyP','',0,'?'),('¶©÷2×6®AZDLìÃ@','wp-content/plugins/thrive-visual-editor/inc/menu/lightbox.php',0,'ô÷Ç×8*°[ÿ\n=½','ô÷Ç×8*°[ÿ\n=½','ž°êÛUmÁÔ‚¸Ï8ö^\Z¸ï@í·›—Í\"F ÓËÔu­','',0,'?'),('ˆÜ¿‹xŸK7?	LZó&èò','wp-content/plugins/thrive-visual-editor/inc/menu/link.php',0,'¾ê§L$b=çíá\n','¾ê§L$b=çíá\n','…¶‡Aú*ãšÜª)ãnW†1þ´c×ö]ÖˆN\n','',0,'?'),('ÝùæƒÕ£æ¡¯—äi—‘','wp-content/plugins/thrive-visual-editor/inc/menu/logo.php',0,'Hý¯G|¢ì\0í¼Þ','Hý¯G|¢ì\0í¼Þ','ì4Ã~Ú\\í9 £ýÉKð\'²ˆ0UX<ôŸ„ÛC','',0,'?'),('Í±ï^(\"%¼®B’Pº+','wp-content/plugins/thrive-visual-editor/inc/menu/lp-text.php',0,'MÅ\' É½HjTNáçv¨¥','MÅ\' É½HjTNáçv¨¥','éG‚ö—º:Ö$€Ù3çƒÒ?ûwe<ë¬}n&\"L@µ','',0,'?'),('ä‹ä”}VJÐ´\r†c','wp-content/plugins/thrive-visual-editor/inc/menu/megamenu_column.php',0,'¨t¢Q9}W¡{€T÷ƒ','¨t¢Q9}W¡{€T÷ƒ','[D‰Ô¦je{ÙÆrÖùô(rH-ô|Î!\"½Àôh³','',0,'?'),('£VÆÎ©b1*z8/þýï³','wp-content/plugins/thrive-visual-editor/inc/menu/megamenu_dropdown.php',0,'h°Ë&Æœ›™ñÑžéo	','h°Ë&Æœ›™ñÑžéo	','i‰}?Ýl®Ç×`åìëÜ\ZO…ÇæŠÑþZm^˜S','',0,'?'),('J½Â¦S½Ãð¼é‚§0hÈ','wp-content/plugins/thrive-visual-editor/inc/menu/megamenu_image.php',0,'‘JªÐçš_6†p5,d','‘JªÐçš_6†p5,d','Ç\nÚ8l\ZÕÑÐ…ÒKÉTlÎ?Ë|÷œ\n6AÒI\\Ø=','',0,'?'),('Šæ?,K‘Ï;Î|_ý','wp-content/plugins/thrive-visual-editor/inc/menu/megamenu_item.php',0,'sèb}pÛÒH }Sñ¼ãµ','sèb}pÛÒH }Sñ¼ãµ','G\\óe\0]‰—´µÃÈö¤j&@Îä\"êöŸ,ñ-n–Å','',0,'?'),('ñyÒ\0I\\:ØÂ†t>Ù','wp-content/plugins/thrive-visual-editor/inc/menu/menu.php',0,'Üu±á*#~ƒÙ×Dl2Ç','Üu±á*#~ƒÙ×Dl2Ç','$çmËçòv#|ÔÐNÃZ?g3±‚íÙ<>Ó¹°¡s/1','',0,'?'),(' ±\ryÚiÐIJs#¤2Ï¢','wp-content/plugins/thrive-visual-editor/inc/menu/menu_item.php',0,'¬@8NºTÊNìœ¯·','¬@8NºTÊNìœ¯·','íi^)‘ªÿi2ÆÌ´èªÐ%k21¯êîuu[ €‚','',0,'?'),('™Eôy’œy³¿ª;ríšÞ','wp-content/plugins/thrive-visual-editor/inc/menu/numberedlist.php',0,'xÍE\Z9HßèH|èn—','xÍE\Z9HßèH|èn—','¼ÍVV„Ýþy7&Ý£O7S¤ð`eu|Ýy\'X}6§','',0,'?'),('ÊÒ ¡Ðåç{Œ­_í','wp-content/plugins/thrive-visual-editor/inc/menu/pagination.php',0,'¨,·–\'ýÑ@Âü}!\n€ó','¨,·–\'ýÑ@Âü}!\n€ó','O[–ÿÂÇr•o½;’I¶`þèê‘[phŠïìã¬G','',0,'?'),('OÊR(\Z¯@†ž»ûËQ','wp-content/plugins/thrive-visual-editor/inc/menu/pagination_button.php',0,'§ö\ZTwtöl™òË†','§ö\ZTwtöl™òË†','>²FÿæØ¶èÀk€Rý\'šA’7ºÙäKø„õ?¦xË‚','',0,'?'),('¹*êå® &9ÅëoŒÉ','wp-content/plugins/thrive-visual-editor/inc/menu/pagination_label.php',0,'pFTyY• Úã^hqÏÀ','pFTyY• Úã^hqÏÀ','7;`y»œ\n(µßAZÄÀß¸óþu¤«[X	JŠr#¿','',0,'?'),('0X^íE‚Ï-B&4¿‚#O®','wp-content/plugins/thrive-visual-editor/inc/menu/post.php',0,'’Fú	cê¥\\ÕÄÂÎf','’Fú	cê¥\\ÕÄÂÎf','k\rNœy¤7\' (]L4Ãóþ˜Õ–ßóÐ“YOý†spU','',0,'?'),('WN5¡aµ®žÎ5t6JÍg','wp-content/plugins/thrive-visual-editor/inc/menu/post_author_name.php',0,'*ˆ„?<§<(à²¹÷Æ÷Í','*ˆ„?<§<(à²¹÷Æ÷Í','\0µdS®}£Þ?I7G×Ò„¡ÖEÇ0\n(‘ø¥*ú','',0,'?'),('ó÷·	˜1? öû‡¯','wp-content/plugins/thrive-visual-editor/inc/menu/post_categories.php',0,'!Îù†\Z=µ#œŸÇä‰»','!Îù†\Z=µ#œŸÇä‰»','ŽÑf\n3:\0sÓaöÔ~Y÷»\Z@`Ç·ü¢¹â!ÉŠs','',0,'?'),('pª\Z9\"yño6VGÔXý˜','wp-content/plugins/thrive-visual-editor/inc/menu/post_comments_number.php',0,'=yÞ’çÀÐïÔ™vA<hå','=yÞ’çÀÐïÔ™vA<hå','Gå˜¼‘ìû@ÝÍ\'ˆ]S|Kº<(ÆwÁî®³¶°','',0,'?'),('u…&©»îçKÄbÝS{Ý_','wp-content/plugins/thrive-visual-editor/inc/menu/post_content.php',0,'û>;V»ÆwU4Z´?é','û>;V»ÆwU4Z´?é','tUáH];®ŸÁeX}‚WB6æèPóó^¥Á\Zv^','',0,'?'),('&w>3^q38—‹[òZ$7','wp-content/plugins/thrive-visual-editor/inc/menu/post_date.php',0,'g~z/jôß[´œRî7GV','g~z/jôß[´œRî7GV','µD«`0–Ëîµv¸‹d|ï5(FoèÖÇVK4]‚Ä','',0,'?'),('1nQI!Œöµgo…ðAƒ','wp-content/plugins/thrive-visual-editor/inc/menu/post_list.php',0,'ÆÒÅé‹§h\rÄ¦TPQ [','ÆÒÅé‹§h\rÄ¦TPQ [','6³ü\'7>r¼Å—ÁïænøçØ­:^dÌ	º×>#Iœ–','',0,'?'),('9Õ×-òäuÅÆÜ‡¥æ¼¸','wp-content/plugins/thrive-visual-editor/inc/menu/post_tags.php',0,'äoü“F^Äh-WµÅO»!n','äoü“F^Äh-WµÅO»!n','ð<`òÖQrÁ¯4¥„A€lmž0x_ª1õyÈÒ','',0,'?'),('Š;HäÐÊŸCX/1oÛ™\'','wp-content/plugins/thrive-visual-editor/inc/menu/post_thumbnail.php',0,'õ‡g]…Ak€ÝÃOª)M','õ‡g]…Ak€ÝÃOª)M','³µJà>¯ü4µŠ‰E¡¢¬aCÊ\'ûßFšøcº¼D\"ü6¸','',0,'?'),('$p£š?ð\0.>ß]YiÁ','wp-content/plugins/thrive-visual-editor/inc/menu/postgrid.php',0,'JáCÐÛuj;|ú`žiU','JáCÐÛuj;|ú`žiU','Ì¼Sß8\r/ŒpbG½½œ{ÙÞ^í`”ûÒŠáƒ4','',0,'?'),('ukƒv=¥§é”¾EÑñ1„','wp-content/plugins/thrive-visual-editor/inc/menu/pricing_table.php',0,'¿vF…ÆÓQÑZm¾MFœ¤','¿vF…ÆÓQÑZm¾MFœ¤','qFF¤yôµZœÏ	)ÎxiñmåM¥MÑªo!óå›Ã','',0,'?'),('ãm‚ï[KhK¨×Æc[¡kˆ','wp-content/plugins/thrive-visual-editor/inc/menu/progressbar.php',0,'‚ —\"ž§çñ 5¬-š†','‚ —\"ž§çñ 5¬-š†','¬pwX\'FÌ—\":Ázp\'Ußžh¿ÄïnV€3…X5œ','',0,'?'),('¾9JGw=œg¥ƒý¸3‹','wp-content/plugins/thrive-visual-editor/inc/menu/rating.php',0,'e{3ŒàÖ¨Äñn)8„Ò','e{3ŒàÖ¨Äñn)8„Ò','Ûª**\0’à´\n§×Ù›ûÚŠ¥»ëô¾šwIõÒÑ','',0,'?'),('!ºïñ™ªöÜTZf¶¸Ï‹','wp-content/plugins/thrive-visual-editor/inc/menu/responsivevideo.php',0,'—R˜unŽ«Òa•«\r','—R˜unŽ«Òa•«\r','#ãØÿa<jz9ç£­\"adðt|U!`±!‹îçBlH','',0,'?'),('ûlÐ)ûü0¤À‚QÆ¨Éf|','wp-content/plugins/thrive-visual-editor/inc/menu/reveal.php',0,'W¿aóÖ7¦Ñ“{	~>','W¿aóÖ7¦Ñ“{	~>','‹½¨öS[ƒÝœ0¦¥é†QžSÉ[EÄÙ(Üìm6“','',0,'?'),('ãî{<´{ºÝ›/wš”bã','wp-content/plugins/thrive-visual-editor/inc/menu/section.php',0,'¶?f©Ž1¾}&=`','¶?f©Ž1¾}&=`','ŠôÉå:2|¹¿_6>¯6hŸhK§Ê%Ša[ß»ß','',0,'?'),('²IÞ³¥Èl²-NŽÞSi','wp-content/plugins/thrive-visual-editor/inc/menu/social.php',0,'Ù¡,cÈô–Ïz~Ëp','Ù¡,cÈô–Ïz~Ëp','/¥×¶J²›-â6>a|õ„B3±w±^Ë‹‚¼sJhWÌ','',0,'?'),('þì÷ò’:á‡›PèX›–','wp-content/plugins/thrive-visual-editor/inc/menu/styledlist.php',0,'Éo¦‰6‘bŸûÄ¬\r','Éo¦‰6‘bŸûÄ¬\r','ÝÆ&$ã«Óló	EKa\\sqÿãÉ±1&`r6W6u','',0,'?'),('<%îëÃñÃ—®6Ï Á','wp-content/plugins/thrive-visual-editor/inc/menu/symbol.php',0,'Ì4”sîÚÁÌÔ;Yç_Wkx','Ì4”sîÚÁÌÔ;Yç_Wkx','~E¯]ù°Ü%Ùq+­5wo>Éoä{¼3<Ýxø©','',0,'?'),(')™¼¡kc…p/q@ÓäÖC','wp-content/plugins/thrive-visual-editor/inc/menu/table.php',0,'YH\'‰ô ·Gm/L©','YH\'‰ô ·Gm/L©','nÃÊm>]o’ël4ùû7ÑæM:°Î`û7¸ôÛ›QÕ','',0,'?'),('o\rÖ/£ï¸+ÚÓAB7È','wp-content/plugins/thrive-visual-editor/inc/menu/tableborders.php',0,'5/Ï\Z2dòï<€ïZ?:l','5/Ï\Z2dòï<€ïZ?:l','ŠBTB\'IÛØ|%ˆ7ä¥U3=ˆF‚ÆÂMÛ¦4X','',0,'?'),('–ŠþÐ>£M]üÁ¿Š','wp-content/plugins/thrive-visual-editor/inc/menu/tabs.php',0,'¶ö¡g½ùF‰óÉmö0Ë¥ú','¶ö¡g½ùF‰óÉmö0Ë¥ú','ä1ø$$Ð…µl\Zhøå=½¸éÆ>]QýjSQž—','',0,'?'),('Þ	¶ÒbH™#hIÔó·9','wp-content/plugins/thrive-visual-editor/inc/menu/text-type.php',0,'±ë˜|Æ¤ICÚ«6ß ù','±ë˜|Æ¤ICÚ«6ß ù','Ãv¸,3^~ümè}³vQçT„ð*;tKTŸ©Ðfp‘','',0,'?'),('îÂØwù}ºŸÅÔo\nB]Çp','wp-content/plugins/thrive-visual-editor/inc/menu/text.php',0,'ä*MnÛt¦èá\ZIÅ%îm','ä*MnÛt¦èá\ZIÅ%îm','8”‹\rÄM	<ÍulÒE\0õA¢¦…ß¥ZIƒ\rx»ï','',0,'?'),('5óV­tÍ½ìÝÔkU‹Õë<','wp-content/plugins/thrive-visual-editor/inc/menu/toc.php',0,'¦xölõþ5¤æÐ0Öo*cô','¦xölõþ5¤æÐ0Öo*cô','â¨îìã•RõÔ&eUšJ‰ÄbZî½½6Sï°ƒçI','',0,'?'),('U5wÙw ÌfOî{wk·<','wp-content/plugins/thrive-visual-editor/inc/menu/toggle.php',0,'ÌÔÏW°s_Êl¢%ÀQ','ÌÔÏW°s_Êl¢%ÀQ','Öw\n$¦åuÔR]ÔrìòDº´l¿à:¢úgJ‡›â','',0,'?'),('r³º›/~aˆ›DGÄ›','wp-content/plugins/thrive-visual-editor/inc/menu/widget.php',0,'bP\0œÁ´•­Ùˆæ”‡ú','bP\0œÁ´•­Ùˆæ”‡ú','3Yô%é÷¦ßzæ¾ƒøª\"9t›ÒðìKÇ<°ðÓ','',0,'?'),('0²ö’œ£~dØÑBå\Z]¼Ã','wp-content/plugins/thrive-visual-editor/inc/menu/wordpress.php',0,'¿²í”P$.3*’H»—E§','¿²í”P$.3*’H»—E§','RÔÏ€å€“ˆNlûIÝ¿Fýë×˜?]ùÂßÎKL','',0,'?'),('ZIqjUŽ=§Ö2qÆÑÕ ¨','wp-content/plugins/thrive-visual-editor/inc/views/actions/animation.php',0,'WÚ®ßJc/Îª¤ÃŸÙ','WÚ®ßJc/Îª¤ÃŸÙ','f8³1ºšq{B2\ZŸogÌN|e*8ÛÍÏ£úq\rW‡’Ò','',0,'?'),(']fæé”Ds	ÞÛ=Î','wp-content/plugins/thrive-visual-editor/inc/views/actions/audio-providers/custom-extra.php',0,'r‘4Ñ=”ü?h¯´	Jö','r‘4Ñ=”ü?h¯´	Jö','€m©×¡¥9Ú¢†	ŠM5t@ÀÅ”…º\"Hm\'åù`Œ‡','',0,'?'),('k‚Û;á†Ò7‰Ýéý›«/s','wp-content/plugins/thrive-visual-editor/inc/views/actions/audio-providers/custom.php',0,'Ù˜n[ŠYÞéìùíŽ','Ù˜n[ŠYÞéìùíŽ','ø¼ÐäÂ4-ôëÿlw‰ðžd…$MóC9ÜµºAV;’','',0,'?'),('ÝNûû0ø!Dlê\\Rh','wp-content/plugins/thrive-visual-editor/inc/views/actions/audio-providers/soundcloud-extra.php',0,'öæíBÃ¿-§®ìÉktŒb','öæíBÃ¿-§®ìÉktŒb',')œŒìdŽ[ˆ\r<‘À—+T…álw9“oRC ‘¯¸','',0,'?'),('.s*\"Å@\"(‚Ä©ÙI9@','wp-content/plugins/thrive-visual-editor/inc/views/actions/audio-providers/soundcloud.php',0,'\n¶_.ˆ\r‡`B¡nùM86w','\n¶_.ˆ\r‡`B¡nùM86w','it²éZ ð	²Ábro”bÎºi†e0ñ«a¹!w_u','',0,'?'),('Åó½šæYÐAþU/*‡ÙV','wp-content/plugins/thrive-visual-editor/inc/views/actions/audio-providers/spotify.php',0,'ÖÊ˜wü×‚iÄñÀãØ½','ÖÊ˜wü×‚iÄñÀãØ½','fÖ2üÚ¤d©üôÇõÖÔúU‘‡\Z„Ÿj“þœ‘*êÌJp','',0,'?'),('´^USí¶²¦!#o\0g','wp-content/plugins/thrive-visual-editor/inc/views/actions/close-lightbox.js.php',0,'Š­ÛlÔ¦ÅŽªbù)£','Š­ÛlÔ¦ÅŽªbù)£','ÿWÐš	$«n] +sä«€æw.¨E®h=ìu6ë‹Â','',0,'?'),('Ú8Æ3ªºKCG;H›2ÖG','wp-content/plugins/thrive-visual-editor/inc/views/actions/image-zoom.js.php',0,'	J­ýèÆ?²0§C\Z¡','	J­ýèÆ?²0§C\Z¡','ò¤fÅ[”&B—õ¼éo™÷ïcÀ&µÒVtì~Ëò','',0,'?'),('7ÓL7•°¯616´','wp-content/plugins/thrive-visual-editor/inc/views/actions/lightbox.php',0,'7q_O5CùúÙ†y±Ð,¯—','7q_O5CùúÙ†y±Ð,¯—','†\\7ñ±?I¦b÷Ø\\Pr$e¯4Füvô·gŠÅÙ\nß','',0,'?'),('y\ZÛP2ŸL\'ÞÐ¤¬	Wrã','wp-content/plugins/thrive-visual-editor/inc/views/actions/link.php',0,'1ï] ,Y´fCÒ2','1ï] ,Y´fCÒ2','í(ˆ­ËçTŽ¥$á«udDË²¯h³ÅÅ¬¢\rmU·Ñ','',0,'?'),('·³§Ž2ka¬	0Hy%ÌÅ','wp-content/plugins/thrive-visual-editor/inc/views/actions/responsive-video-providers/custom-extra.php',0,'Ö?Ètž°Žþa¡–GŒ','Ö?Ètž°Žþa¡–GŒ','Ü!–m‰Xds^¡¡ŠÂÅ=Y.Ý8Kg¢uŒ.Šžî`‘','',0,'?'),('h\"é@¶öÑ´ÛmÈÕsW','wp-content/plugins/thrive-visual-editor/inc/views/actions/responsive-video-providers/custom.php',0,'1òÁcû› „y‹éc','1òÁcû› „y‹éc','gIÑ×ÂC¿ *:/7óàÉo›€Üý×œ\'f','',0,'?'),('<T’üŒÌ‘ÐÓzÅ?[±','wp-content/plugins/thrive-visual-editor/inc/views/actions/responsive-video-providers/external-extra.php',0,'Ö?Ètž°Žþa¡–GŒ','Ö?Ètž°Žþa¡–GŒ','Ü!–m‰Xds^¡¡ŠÂÅ=Y.Ý8Kg¢uŒ.Šžî`‘','',0,'?'),('^sÕ­>·Ý¾bF\rîý','wp-content/plugins/thrive-visual-editor/inc/views/actions/responsive-video-providers/external.php',0,'.9Õº+?Gä3ð†-','.9Õº+?Gä3ð†-','Ä7í)	Ç¼%œ®r²l½t~#ûóë8×Î,Þ®‹ãú','',0,'?'),('‰dÈM\n÷ª8{+Ä2]êÃ','wp-content/plugins/thrive-visual-editor/inc/views/actions/responsive-video-providers/vimeo-extra.php',0,'Rïwª÷„ceåPÖÒxÌVå','Rïwª÷„ceåPÖÒxÌVå','a R‰c­Q²A$\'Ñ‚§¯%µÀE`‘Þ®rçêˆJˆhW','',0,'?'),('¨¯n±ð40Ÿ×N^É®Š','wp-content/plugins/thrive-visual-editor/inc/views/actions/responsive-video-providers/vimeo.php',0,'£ùÇ¤d ‡7GÅN±_K½Ä','£ùÇ¤d ‡7GÅN±_K½Ä','B\\Œ€×É-—:š;Ôûž°À„4IÚ–É°-Æ','',0,'?'),('ïRœ6ÑYÿÂ`“r­×§áØ','wp-content/plugins/thrive-visual-editor/inc/views/actions/responsive-video-providers/wistia-extra.php',0,'r¦nl«’GK{iY•Ÿ¼','r¦nl«’GK{iY•Ÿ¼','eô‡Z3KÙáKOæR\"lÒ´p\ZkB‡·èÉT','',0,'?'),('nÖˆÍŸæŽLM\0ÓM','wp-content/plugins/thrive-visual-editor/inc/views/actions/responsive-video-providers/wistia.php',0,'Ñ6çù·U{Î¡‰£Š','Ñ6çù·U{Î¡‰£Š','Õÿ$yúr?÷Åã;ÚòñßqY·Ù¶6qUé|b_o','',0,'?'),('RÂ—¤ámMjþUG#Ím±','wp-content/plugins/thrive-visual-editor/inc/views/actions/responsive-video-providers/youtube-extra.php',0,'qSÌgá6Îƒ)Þ3Mò_›','qSÌgá6Îƒ)Þ3Mò_›','<×`D­3mºŠ”Ý7Í3vbŽR>A8\0¨iÞE','',0,'?'),('š@&zëž,ÕStœ}Ö','wp-content/plugins/thrive-visual-editor/inc/views/actions/responsive-video-providers/youtube.php',0,'!ÚÖ:Õ•ŠLv\ZáD­1','!ÚÖ:Õ•ŠLv\ZáD­1','¡ê÷	)f’ˆOø_ÚZ­ûšQ\r„9n(wÏ°9RW:','',0,'?'),('ÄÚ_ö‰í\"`]ñQürÜyi','wp-content/plugins/thrive-visual-editor/inc/views/actions/tooltip.js.php',0,'\nóÌŽEYô#Ú½­úw1','\nóÌŽEYô#Ú½­úw1','+™#ãâú×ýTL&nÿãMNÖ”RrŽ„d	Oéü¯','',0,'?'),('öœ!ÕÐå‚YwÃB}éí´','wp-content/plugins/thrive-visual-editor/inc/views/actions/tooltip.php',0,'s…8ŠîSãP¼_óFPŸ5','s…8ŠîSãP¼_óFPŸ5','FPâIÂEÈÎðÈG\n‹î®­X©?“Ï†Åœ{d','',0,'?'),('(SÌ-¦¯¢O?‰ë','wp-content/plugins/thrive-visual-editor/inc/views/actions/video-popup/custom.php',0,'erÀTü“qdÏ\ZÀH@»¢','erÀTü“qdÏ\ZÀH@»¢','¦ïj© ŠDŸxR¥)/;Dh\rXrvY–hVýa','',0,'?'),('ÝùnùÕ ‚|¤¯\ZÎ˜E','wp-content/plugins/thrive-visual-editor/inc/views/actions/video-popup/external.php',0,'E*Èð*çßõŒ<$«¦è','E*Èð*çßõŒ<$«¦è','Ñ—\'\"…´C yÑÝbûC/àæ#€Ó\0ÆÇ™0','',0,'?'),('n<’I|\n/:¯_BÆéUn','wp-content/plugins/thrive-visual-editor/inc/views/actions/video-popup/vimeo.php',0,'Q\n¯ŠïÝÝ9ý£P\r¥µË','Q\n¯ŠïÝÝ9ý£P\r¥µË','Ã¾ã%ábiãQø†£`€×ÍU¼ÎóDÚ·fœOÁR','',0,'?'),('J×š¦ƒ%Ã³+n°™ß','wp-content/plugins/thrive-visual-editor/inc/views/actions/video-popup/wistia.php',0,'e¡Êæ\ZõWå®RÖ´‰’','e¡Êæ\ZõWå®RÖ´‰’','bÍ\'¹ELãŒpX[ú¯)”NÞG’{ŽMsÆYš*Æ','',0,'?'),('ÿLäùuv\0^,!Tžµ ','wp-content/plugins/thrive-visual-editor/inc/views/actions/video-popup/youtube.php',0,'aÊµ\'”‰»…°üGÉ\r','aÊµ\'”‰»…°üGÉ\r','CPÅaÀ˜èý\']ºJZBzÀÜwJôý(}x÷M>—','',0,'?'),('MÊ£ƒcÁÜW\'9\rvÒýD','wp-content/plugins/thrive-visual-editor/inc/views/actions/video-popup.js.php',0,'. -ùD^0\rè\\¬','. -ùD^0\rè\\¬','sÔeÝÀOžätY`}z\Z\nRý{ñk±2æ','',0,'?'),('ž±e\"æ-åÙëw5¿S','wp-content/plugins/thrive-visual-editor/inc/views/admin/cannot-edit-blog-page.php',0,'SžƒºÏ†(â°ôÄü‰ö','SžƒºÏ†(â°ôÄü‰ö','JL^¨F¹g—!i¦åÐï-Ù<”(JVblÍ†{Žì','',0,'?'),('×¦mÉ¡ójŒÅ—æþ˜\r','wp-content/plugins/thrive-visual-editor/inc/views/admin/page-loader.php',0,'=‰&-×‚:8688Æã','=‰&-×‚:8688Æã','Á˜fp ÜƒäÖ³2)ü6ƒu	§¬¸Fúg´>6','',0,'?'),('Š\r,ä&?¯š}ötvÍÅ¸','wp-content/plugins/thrive-visual-editor/inc/views/admin/post-edit-button.php',0,'\Z¤_#•óÚVç¶\ZâÃþ®_','\Z¤_#•óÚVç¶\ZâÃþ®_','þ~iöj\r~S)¨ÑÕÝ{#Ä£B‘¯Gúñx=ZB)','',0,'?'),('3Å‘%Ææsú0(îƒàfJŽ','wp-content/plugins/thrive-visual-editor/inc/views/central-style-panel.php',0,'…ƒªV˜âÄ8‹Œiš Ï','…ƒªV˜âÄ8‹Œiš Ï',' ÷Ã›@_üS¤û6Ð­ùþ¼ÍbÀ±‡ƒ¨ï¢$¡÷2','',0,'?'),('qÞQ4mÂ®abóýb\"ðA','wp-content/plugins/thrive-visual-editor/inc/views/control-panel.php',0,'2}±×Lt×:o?Ÿ\0xs','2}±×Lt×:o?Ÿ\0xs','ÙÿéÊdvaHPÈvomßp¹qª¥Œz®','',0,'?'),('Ñˆ¹3S-	¦ùÓ¢š³{','wp-content/plugins/thrive-visual-editor/inc/views/editor-settings.php',0,'Tuý%ó 4§…9ÓºúÜFÿ','Tuý%ó 4§…9ÓºúÜFÿ','¶À-æ£å“1r`7ÙaÄ ‰èf1\'¸ë\0Ÿ„¼àå','',0,'?'),('À`ª`\06ß[Îhñ\'\r~¼','wp-content/plugins/thrive-visual-editor/inc/views/elements/-list-promoted.php',0,'qŽŠxÓ\"¹+TljP‹Øä','qŽŠxÓ\"¹+TljP‹Øä','b–|Už7¡Ÿ~ÇÛâq\Zq—NF–{€ÀKŠJÙˆz','',0,'?'),('ÅG¼è	µÓ\rÑSh÷i,­&','wp-content/plugins/thrive-visual-editor/inc/views/elements/-sidebar-list.php',0,'»ÁØToí\\è|Éfß','»ÁØToí\\è|Éfß','ÅkÞ3`\Z*{utiï9ÿŒú×Ø ©z(dJ#¢o¶6','',0,'?'),('ßÐÅ¹i7?¶ÏûQ­-Ë|','wp-content/plugins/thrive-visual-editor/inc/views/elements/audio.php',0,'”—-ÿHþŸÎÊ','”—-ÿHþŸÎÊ','§J™?ìgSÐ½uy˜dw?»\'Ï–éB\0œx‘o˜Ûe','',0,'?'),('(•óeïþúÄ§†ÌlZµ','wp-content/plugins/thrive-visual-editor/inc/views/elements/button.php',0,'u°Ð%Ê’Â¿m#?Ò','u°Ð%Ê’Â¿m#?Ò','H¶f¤à¦±åŸú¼÷Ó4nä,öÓŸã`é7¼qê','',0,'?'),('å+C’w˜}÷Hº\"—¦I#x','wp-content/plugins/thrive-visual-editor/inc/views/elements/commentsdisqus.php',0,'·Ž°ÞÈÇ	²N9R½¢r','·Ž°ÞÈÇ	²N9R½¢r','F’Ø±ÚÕh‘¯‹€Cå3/L‹ûX Îü™ÜÂ`¢R','',0,'?'),('0Ö(ôA³‰]D.]‰ôz','wp-content/plugins/thrive-visual-editor/inc/views/elements/commentsfacebook.php',0,'¬SÙ©®¿1£ª‚;bç]î','¬SÙ©®¿1£ª‚;bç]î','úy,IY>›¼­›´».T ÚKôW_]ÊÕýº‡úX','',0,'?'),('Sex•2GqÆÖ]žßÕû{','wp-content/plugins/thrive-visual-editor/inc/views/elements/contact_form.php',0,'+†ß}e™âˆÞ\\Gyý ','+†ß}e™âˆÞ\\Gyý ',' @÷ÿ÷JÏ;ŽZmÒ*gGKLJÂÀ\Zß™u2¨','',0,'?'),('4•e¼G«\\œ±Î-ë','wp-content/plugins/thrive-visual-editor/inc/views/elements/contentblock.php',0,'Î^pè»I¢€˜\',À“Z#','Î^pè»I¢€˜\',À“Z#','5µ(îJÙÙ4áƒÃ±d^}¡É\nÀ½Ý(œy~aûÒ%','',0,'?'),('æIAôÞËM—»¤¯š^','wp-content/plugins/thrive-visual-editor/inc/views/elements/contentbox.php',0,'½úhj~£ÂÚ*\"¡¯Q','½úhj~£ÂÚ*\"¡¯Q','\'§.¨¬½>I½-ÔvFLCÏ<¶QMŒpt/^<)†‘ÍÕ','',0,'?'),('\0¤ÏÝâìX¿[Ä?²N<“\"','wp-content/plugins/thrive-visual-editor/inc/views/elements/countdown.php',0,'PvYV­Äºí8!]','PvYV­Äºí8!]','×>Ì	þë¾>!mž¸Éåd¤¶Þñ>½„QMypõ','',0,'?'),(' =Í×Îd(ŸÇmN‰>%þ','wp-content/plugins/thrive-visual-editor/inc/views/elements/countdownevergreen.php',0,'`é—\n“ç®upÊi§×³','`é—\n“ç®upÊi§×³','<)*Ç\\óÓŒôQ,p™Ym^c4!ÜH¢++T1§é0','',0,'?'),('úÿ,ºÁFóU®qk¯›í','wp-content/plugins/thrive-visual-editor/inc/views/elements/ct_symbol.php',0,'U4ë‘%ü\nY7ôcþRÜR¤','U4ë‘%ü\nY7ôcþRÜR¤','9 i86kSËë-lD¬=Ê¬§EÖK÷\0êAc<','',0,'?'),('Óx+—.F;*R(t^:=Þ','wp-content/plugins/thrive-visual-editor/inc/views/elements/divider.php',0,'¡ç‘Ñ¬ÓCž·dljø¸','¡ç‘Ñ¬ÓCž·dljø¸','ýg@Ëî¥ªd5ðÿ–’\\9þ‰®ÒøRªÏP¥™¥½3','',0,'?'),('ƒÊ¬¢ÓÚ$¸›‹e?Ëô“Ï','wp-content/plugins/thrive-visual-editor/inc/views/elements/element-placeholder.php',0,'<@9¡Oj»½ç§´Sê','<@9¡Oj»½ç§´Sê','ªšQ¤Ä*¤a:þ¹xy˜RN%ÍX”^ÛßÉ›¥Ð¶·¨','',0,'?'),('åiø¡œ&ˆõ%þ¿?¥[á','wp-content/plugins/thrive-visual-editor/inc/views/elements/fillcounter.php',0,'`#h)Éc\0ÖØÚýz¼','`#h)Éc\0ÖØÚýz¼',',²æ§$\'ü)>\0áÂý“óUÝfcä=y¬‰^¯”','',0,'?'),('srººRåà¨åUv|&€5','wp-content/plugins/thrive-visual-editor/inc/views/elements/footer.php',0,'ùuR®Ç`yoS\"´Úº¨','ùuR®Ç`yoS\"´Úº¨','ûÃ¢Ó{9ÍkB\nµìG_[\'¸j’Ô¯k¥ít<Ê','',0,'?'),('z¯ø^Ý—@\rgØ¾zš','wp-content/plugins/thrive-visual-editor/inc/views/elements/gmap.php',0,'yR4ÂªßlPÄlpÌY–1','yR4ÂªßlPÄlpÌY–1','\\íÉkjíDn‹¹mQÁ˜Ç¾ér¯Võ¸•éÁRo÷¨d¶','',0,'?'),('RqwË\ZÝk{m[·¨VÌŽh','wp-content/plugins/thrive-visual-editor/inc/views/elements/header.php',0,'Åì\"“DÞ÷‘8\"~@â','Åì\"“DÞ÷‘8\"~@â','7pç¨Wt’=±™4ug\'z¥=š°oÉ¾¬ÕÓHÍÃŒaÿ','',0,'?'),('Ý.J¥°\'Œ £ëÊ\Zê','wp-content/plugins/thrive-visual-editor/inc/views/elements/html.php',0,'1 ð÷‚Ž½rÈ\nÊN<4\Z','1 ð÷‚Ž½rÈ\nÊN<4\Z','Ð¿Ò<h3°Î¥T±¹1Æ?.Y.\rNÔIX\"[3','',0,'?'),('Üe~¯Åû2Õ‡3Ñ:Ñ9L','wp-content/plugins/thrive-visual-editor/inc/views/elements/icon.php',0,'/€ô6Ñz?ïÇú³Ô Ì4','/€ô6Ñz?ïÇú³Ô Ì4','Bc${~Û¹€\'œ`À¿ÊLK˜ü»ÇÓxEÁÑç','',0,'?'),('ãóhEsÄYöå¸&\"Á','wp-content/plugins/thrive-visual-editor/inc/views/elements/image.php',0,'×7˜xM¬,«ß/[ô§~Ü','×7˜xM¬,«ß/[ô§~Ü','pËÒ‹²¨Ñùk\'ùR±¯XI]ñßcãq,.d–gr','',0,'?'),('âºrZÄ±hkYPR<cª%Û','wp-content/plugins/thrive-visual-editor/inc/views/elements/lead_generation.php',0,'\Zl\ZÏËùÍläs¿Ü¨ŽÑ','\Zl\ZÏËùÍläs¿Ü¨ŽÑ','Ø©,þÊÔ4”b´N¯“„èl³²¾‡†µÈmÊ','',0,'?'),('’ˆ,F¿·gïûü.DüÇ§','wp-content/plugins/thrive-visual-editor/inc/views/elements/menu-generated.php',0,'›x—²àVcßWs»<´û','›x—²àVcßWs»<´û','é5‡7U%Ìë¥y»Õ’©\nõµEis§&xm3Ló','',0,'?'),('ëð\\Ø?@—ô·¤\n98Þc','wp-content/plugins/thrive-visual-editor/inc/views/elements/moretag.php',0,'.ðvˆp%C_òdÊ´¶Ž','.ðvˆp%C_òdÊ´¶Ž','ÂžùŠ{œóf˜—ÁÝw·°A,÷Õt>®%°\n=_?^þ','',0,'?'),('ÒìFr¶dlÝ„Ø\0-–ü','wp-content/plugins/thrive-visual-editor/inc/views/elements/post-list-article.php',0,'žý¼¾²Ç³Õ3\r×Üù~','žý¼¾²Ç³Õ3\r×Üù~','éÖ€ÝhZ&î]Á¤\\ƒO×ßakò Üd²ÜEâD]*','',0,'?'),('>/ÞQ¿_	êŽ-HŠF2U','wp-content/plugins/thrive-visual-editor/inc/views/elements/postgrid.php',0,'ikÌÔ@Î›Å”ìÏr‡Ø','ikÌÔ@Î›Å”ìÏr‡Ø','–,•`%Ì3@qÏ—²ÌÔú×ÞH‰P^“bÒÍ{­','',0,'?'),('PÐØèi}mUE¾>AŠŽ','wp-content/plugins/thrive-visual-editor/inc/views/elements/pricing_table.php',0,'Øey)¥BõM;!Z#<D','Øey)¥BõM;!Z#<D','ˆÏÍTÂŸÑ\"bBl$oèÒ›B?Ë‰ÔÆ;&f¼‚áÎ','',0,'?'),('-Æ€;)j ¹¡1}J¾®','wp-content/plugins/thrive-visual-editor/inc/views/elements/progressbar.php',0,'¿»Rj¯F[h]\"§­ª³','¿»Rj¯F[h]\"§­ª³','ÍÔ°c|í’´øÂh‹ŠHYSˆ 8°S8’£ˆ÷—Þ…k°','',0,'?'),('¨ø†¥\r|Š¾²M-wÐí','wp-content/plugins/thrive-visual-editor/inc/views/elements/responsivevideo.php',0,'EÊ\'¥ÑZ^©üÇ7®!','EÊ\'¥ÑZ^©üÇ7®!','ùë‚€ùÙIçëïÌVbåÒT¦Ê;&«<8ší=•q','',0,'?'),('É Ô:\r³Ê†c²ÇT€ž','wp-content/plugins/thrive-visual-editor/inc/views/elements/reveal.php',0,'N¤4U ôº˜«%¦\'[','N¤4U ôº˜«%¦\'[','\\züô¨Üf×Êð˜Ø<¶Œ#ðªlß5o¥ÄC9’3æ','',0,'?'),('¡ødr5k`ÿ¼Âvëd','wp-content/plugins/thrive-visual-editor/inc/views/elements/section-placeholder.php',0,'•”=‡I¬^i¯	ýˆÔzº','•”=‡I¬^i¯	ýˆÔzº','PÉ6$²SðßœD×ËâÍ¦ÃMRâiœ9l¬6\Z~o}','',0,'?'),('B­úv+Ô›ÅQ>`””','wp-content/plugins/thrive-visual-editor/inc/views/elements/section.php',0,'Ýš/ñ”xZÒÑ›S¢²Ø[','Ýš/ñ”xZÒÑ›S¢²Ø[','y²µG%è,\0°•HýW9ƒ†ë›¿¾|ÿK=Ÿ¹àF','',0,'?'),('éõŽ	@hŽ“ÓÖ9”é‚','wp-content/plugins/thrive-visual-editor/inc/views/elements/symbol.php',0,'¹…œëíÀ¿\0S5[hhÏU','¹…œëíÀ¿\0S5[hhÏU','ø”¸énB¶„õý@àóºÐ8+ýÎ¥Ìß•©\\‘','',0,'?'),('Wùš›†*Ð\"nÏÚ_ÜÙT','wp-content/plugins/thrive-visual-editor/inc/views/elements/table.php',0,'Ûp†V÷Ã³ŒŒ©C¨b','Ûp†V÷Ã³ŒŒ©C¨b','y}©[ËØ:¦6°Öæ§¬_;ñ…=üÉ³nØ˜R1AM','',0,'?'),('Ž¡¬N³œÚÒw;OÌÂÔÜÝ','wp-content/plugins/thrive-visual-editor/inc/views/elements/tabs.php',0,':Í| …vDè©eÑjñs',':Í| …vDè©eÑjñs','}eðqÃhxµwÎºhC˜eÙŸÛzšR¶AugN','',0,'?'),('ŠDu<Kw¤ïOÐB0èx¦','wp-content/plugins/thrive-visual-editor/inc/views/elements/text.php',0,'~ÑãP¾\\^”UYßg±„!','~ÑãP¾\\^”UYßg±„!','«§¡á†$Æ…óH\rÇÐJÄKf‚qb¹&øu²“­‚€?','',0,'?'),('…¥*‹J$ŒR\rš<HêÔ','wp-content/plugins/thrive-visual-editor/inc/views/elements/toc.php',0,'»£¾slê§ì¸WÕ˜àd','»£¾slê§ì¸WÕ˜àd','¢\"aHOS¼•­šç“gýº³Eyg·Ç)¾Z`”LŽ™”à','',0,'?'),('•Ò˜+jŠÞ…Ú)]æÄ—','wp-content/plugins/thrive-visual-editor/inc/views/elements/toggle.php',0,'!Ÿ1Ppmu6~Ucótt','!Ÿ1Ppmu6~Ucótt',')?c\r!jÚ\'H\'Ý¡qAºP&¥`õ ¢&¼Oª8þ¨','',0,'?'),('©PÂîö/ì*xý4‡¯z','wp-content/plugins/thrive-visual-editor/inc/views/elements/tweet.php',0,'ŒÈûúï2X§lfxýd¶','ŒÈûúï2X§lfxýd¶','o.}(•€0\0«áPO ¹ÎXu®Ñ>$ÃtÑt','',0,'?'),('óÿ_‡£\0YªU}L^3%','wp-content/plugins/thrive-visual-editor/inc/views/elements/wordpress.php',0,'ñ¼$…¶HÈ¾¢(ñ¼?æ','ñ¼$…¶HÈ¾¢(ñ¼?æ','A.Ô +0ß}·èì¸ùzžìòýLd”[9AÊ	','',0,'?'),('ºˆðo¬„“ÙØ?£pHŠÑ','wp-content/plugins/thrive-visual-editor/inc/views/inner.php',0,'g\"|†vlZÙé9\'Áj}','g\"|†vlZÙé9\'Áj}','s6Ñ¶Š‚§)¯C­t“}xM·ez]êcáuÜÇ¦û-','',0,'?'),('’§µÇaðày\Z\ZÍËw','wp-content/plugins/thrive-visual-editor/inc/views/layouts/editor-lightbox.php',0,'÷¾Ó\r7R~«=>]<ýqe','÷¾Ó\r7R~«=>]<ýqe','`­ëÈ*ÖÎËœŠm¹¡:ªR2s^X\'9hËemº','',0,'?'),('Œ%ËtâDº\05I#Vu','wp-content/plugins/thrive-visual-editor/inc/views/layouts/editor.php',0,'±Ç…ûJT€qu5NÝ€','±Ç…ûJT€qu5NÝ€','wÅn5éoŸJþ¢¯|^|º+5¤C\"×)ìŠ¨ÜÞ9','',0,'?'),('Êáˆ—ùþVø—¤Eé†Ùh','wp-content/plugins/thrive-visual-editor/inc/views/loading-spinner.php',0,'•È8ÓóÎSFä)î{,j\"','•È8ÓóÎSFä)î{,j\"','×W¢S¡…EäÆpZv:só½×îÔBˆçûåí5xC','',0,'?'),('TI¨ß;Œ4àðµÄ®Õä','wp-content/plugins/thrive-visual-editor/inc/views/modals/api-connections.php',0,'ó¥KX1aÍK†zô‹FàN','ó¥KX1aÍK†zô‹FàN','êÆºGl.S\r/ˆÍ#¡$UõÝDÕ·ñËì13¤','',0,'?'),('RñýÓ+ÿ;²=J™éÃÕ®','wp-content/plugins/thrive-visual-editor/inc/views/modals/cf-error-messages.php',0,'I(ã£Ñšá¥ŽŒ³1','I(ã£Ñšá¥ŽŒ³1','þ¾­v#SW‡„uE¨ÆØÈËc“;5ÊJ½\n','',0,'?'),('¶E‡\"hþmgcMˆŠÔQ†','wp-content/plugins/thrive-visual-editor/inc/views/modals/cloud-templates.php',0,'Ž†¶}ÓŽ\"5ò<i­=¸','Ž†¶}ÓŽ\"5ò<i­=¸','aº{É$îÌzP‹TÑÜŸ‹\r.yƒg	xÎ¾²\rD\'','',0,'?'),('íêuÞTö¿h¼ø/ÉñÙg','wp-content/plugins/thrive-visual-editor/inc/views/modals/content-blocks.php',0,'iRÂƒk%^…Ø›–u','iRÂƒk%^…Ø›–u','1RYµ\'ÄŒP›Ë€áUU\02Ìæö«–\"š','',0,'?'),('çy˜ÁôÅyOÊÖ:ÄrIi','wp-content/plugins/thrive-visual-editor/inc/views/modals/ct-symbols.php',0,'r3]Zˆÿ:\\u6e;Ú•','r3]Zˆÿ:\\u6e;Ú•','Q§5öÜí€ÙC¹ÌaîÎÇä0ýÍ8=·ÀY¹µ`„<','',0,'?'),('´Æl©Z)}2=\nRnœ','wp-content/plugins/thrive-visual-editor/inc/views/modals/custom-html.php',0,'â‘öºW5—ä=üs÷é2','â‘öºW5—ä=üs÷é2','¤¸¦¢ÿ\\ÝûAökª1z §‘E$êÒ8‘C˜¼f |','',0,'?'),('Í°ÿÚŠ3PQ\Z½‚/ ø','wp-content/plugins/thrive-visual-editor/inc/views/modals/fancy-divider.php',0,'%©dÁ]ÜY36$š\r','%©dÁ]ÜY36$š\r','–˜ËÒ8ÚöÖx?‹=r$ÜipLp¥¹üŽUE»','',0,'?'),('É!²È\n¦äVV¥ÏôQ·','wp-content/plugins/thrive-visual-editor/inc/views/modals/headers.php',0,'ô¬ck·c»‚>ùrõ<Ê}','ô¬ck·c»‚>ùrõ<Ê}','#¸.¤”Ô*#Òµù…>9“ýæ¾«,\n9Ác³Zõ¡\Zß','',0,'?'),('Ù¨ÒQIªˆ‘3òWàdB','wp-content/plugins/thrive-visual-editor/inc/views/modals/icons.php',0,'ðv®`VÓ^Ñ×ð','ðv®`VÓ^Ñ×ð','´3s€@dÌV²uäÿ)nöš1ZE!ÖcgÿaÒ{UN´','',0,'?'),('†|ŒK8¹«:”(]\"[D','wp-content/plugins/thrive-visual-editor/inc/views/modals/lg-error-messages.php',0,'@¸6©{®…È;¥’æÿ\Zè ','@¸6©{®…È;¥’æÿ\Zè ','||³}ˆQ&hÑ7XõîþË•.Ü«ÜYäÉ }L5ÓÍÇ','',0,'?'),('\\—‘ù¶Ì£¨¥?±','wp-content/plugins/thrive-visual-editor/inc/views/modals/lp-export.php',0,'¿¿™	Äf\0P’Wª] Í)','¿¿™	Äf\0P’Wª] Í)','×gŒí¼w”¶rÌE)¹¯-—h±¼\0j\ncÈý\0','',0,'?'),('Ã½ž¼_xÒöTâ_ƒºyON','wp-content/plugins/thrive-visual-editor/inc/views/modals/lp-save-template.php',0,'Y$”­A…BÅÕŽàhaÆ','Y$”­A…BÅÕŽàhaÆ','Î‰Î?œ~Mì»i\0W(DþÕ•stõ°Šk˜ÅF\n.m','',0,'?'),('…&¯Õái2Ë¾gŠZ%_','wp-content/plugins/thrive-visual-editor/inc/views/modals/lp-templates.php',0,'š+êS0`ÌiGÀüíÁó','š+êS0`ÌiGÀüíÁó','NŸ`pZq’(ˆìõ¾«Äúæ)$TÒ2o‹ÔÚüáÊ','',0,'?'),('Êòm²Ûå°¤ ÆLiÃr\r','wp-content/plugins/thrive-visual-editor/inc/views/modals/no-content-templates.php',0,'×²ŸÝ‚ºf€•Ó´šF','×²ŸÝ‚ºf€•Ó´šF','DÕêž‡ÕÛTº(éö¢é€	óØÛ« <›¡xOmDæ','',0,'?'),('ÒSD•˜²Ý×\'ÊŸ“','wp-content/plugins/thrive-visual-editor/inc/views/modals/options-post-types.php',0,'Ð{\n%·•\Z2Gcß³dŸ','Ð{\n%·•\Z2Gcß³dŸ','=(i¦4Ù\0rÐÝèÿªõ¬µã©d\'q©fYÊíôŸÎ','',0,'?'),('Øáêž|ì|ª–á#±MV','wp-content/plugins/thrive-visual-editor/inc/views/modals/page-events.php',0,'R¸í­‹˜\0x5£ÏØ','R¸í­‹˜\0x5£ÏØ','•™ÂJ!cHÞ[2vˆØmô_’¾¶Ø:Òs‚I@­Zø~','',0,'?'),('ä¾Ã»ÌQ›KyÒz`œ%A','wp-content/plugins/thrive-visual-editor/inc/views/modals/post-list-query.php',0,'ÚÅt/ú™¡7Ž4ßÔ','ÚÅt/ú™¡7Ž4ßÔ','WUÖ·:]`Œçj5Žè›ª?\n ôä”ee®#','',0,'?'),('ÑÞ²£Ë3ø>yÕç\Z','wp-content/plugins/thrive-visual-editor/inc/views/modals/post-options-confirm.php',0,'¬/hýÄ\nEP)Ì½UÀ…','¬/hýÄ\nEP)Ì½UÀ…','¨áSU8•7ý¸Þ˜&‡Ñ‰z¾e¡ß@]#ºÿ{…7Ç›','',0,'?'),('Ë5Z™_ß×ÔƒÚP¢GpAæ','wp-content/plugins/thrive-visual-editor/inc/views/modals/revision-manager.php',0,'Û«H¤‰{~$x¨(dÛL’L','Û«H¤‰{~$x¨(dÛL’L','ZÛèú‹*àì.§	úS|jV@¨=ÔO7ßfŒ‹Ü^§','',0,'?'),('Ïþdð¹ö1¯åqàg','wp-content/plugins/thrive-visual-editor/inc/views/modals/save-elements.php',0,'„¯ì(_³_F“ß,‰=Ç','„¯ì(_³_F“ß,‰=Ç','gl~W,ç—IªhŸÒÒûÄw™“¢£Oz°H:\\¬','',0,'?'),('´õh+µ‡øÝW›û¦«•(','wp-content/plugins/thrive-visual-editor/inc/views/modals/save-template.php',0,'(€È¬©A%¢%2ð…ßÑ','(€È¬©A%¢%2ð…ßÑ','j\rz;üµ¯µ8ŠûCFÒ®AÚ³	ŠÂˆ·E0g­','',0,'?'),('gÛ8]yÀ®¼±FÜA ','wp-content/plugins/thrive-visual-editor/inc/views/modals/sections.php',0,'{»\'XÄ 4t„ÇƒÌ­Ð	Í','{»\'XÄ 4t„ÇƒÌ­Ð	Í','ò1Í¯oì½ß±EÏ·âÓÞ»ò?3>ä®®whõVO	','',0,'?'),('Q-éíîêÃ}$Âfáhœ','wp-content/plugins/thrive-visual-editor/inc/views/modals/symbols.php',0,'\0ò¤ÐÇ”ßÃmžÚ–{&','\0ò¤ÐÇ”ßÃmžÚ–{&','ûD	*Išï:­ÉäCÖ„›o“;Å_}ËÉÿ\rq.Ÿ','',0,'?'),('m4@b<4X©Bºû.çc','wp-content/plugins/thrive-visual-editor/inc/views/modals/wordpress-content.php',0,'Tdúä‹Çá¼†y²Ø\\uÙœ','Tdúä‹Çá¼†y²Ø\\uÙœ','Š´\rNàO,^öºÿ\nn;?Õvb!ÝÊa\"¶J¢BLF¾','',0,'?'),('Nï ¸¾¦¥Î¢Y3”','wp-content/plugins/thrive-visual-editor/inc/views/modals.php',0,'—6oµ­³O¯I·ï=It','—6oµ­³O¯I·ï=It','È~­¤=çv—Ç>6ÃuÈëÝŸ%W2&¥šŠþÝ~·m','',0,'?'),('1AHalåX:ÎOéþ<—«','wp-content/plugins/thrive-visual-editor/inc/views/pagination/button.php',0,'ÂÍ.«¿¼£\r¡eÇ0qÞ','ÂÍ.«¿¼£\r¡eÇ0qÞ','g ÓpU¢Æjrå0#žQ¢óu¶ê!ÖÈ(åU¥‚','',0,'?'),('_^\'XæÜ]msì¥‹)¨Ü<','wp-content/plugins/thrive-visual-editor/inc/views/pagination/first-icon.php',0,'ðèL“‹‰í;ŸÕX3¶Æ·t','ðèL“‹‰í;ŸÕX3¶Æ·t','c¬8R¨#Ç‹>ÈÙÛÜýâ\0šJûmisÀS®G4','',0,'?'),('S¶¤+¸‘êe­[yˆB)ô','wp-content/plugins/thrive-visual-editor/inc/views/pagination/label-pages.php',0,'¥æ7,øD/®Gªã1æÚÿ«','¥æ7,øD/®Gªã1æÚÿ«','„YNÎ-ÁúpºE	Òå65/Ù¾!ê7’]ÁÄ‰}4 ','',0,'?'),('®M°/Žú?&”	?)','wp-content/plugins/thrive-visual-editor/inc/views/pagination/label-posts.php',0,'ëôî¢_}:°É$w2	o','ëôî¢_}:°É$w2	o','ùýŸïF3Ñï[dÒF‡°”yR¤®±Fã¡:¬WµIÿ','',0,'?'),('w@H!X«ƒdØŠª;®¡¶©','wp-content/plugins/thrive-visual-editor/inc/views/pagination/last-icon.php',0,'ÐÎ9Ë\nÕ{\0íÞ—Évvœ','ÐÎ9Ë\nÕ{\0íÞ—Évvœ','ÉBÁ¨#Š|¤p]_Ü°s¾døÃ¸ËJµ(pù±VYG“ ','',0,'?'),('¼ËŽ!7\"„Ò\\çhXÆå&','wp-content/plugins/thrive-visual-editor/inc/views/pagination/load-more-button.php',0,'E‹²hD‰3Uø‹Ç;÷­˜Ž','E‹²hD‰3Uø‹Ç;÷­˜Ž','÷´ZÙù‚gQ·‰Ö†ª`hÝDû #ì5*ã–','',0,'?'),('U\r[ÑŽ\\xž\r<u','wp-content/plugins/thrive-visual-editor/inc/views/pagination/next-icon.php',0,'Ä•³á@¸L>ƒ9æ¸‡_]','Ä•³á@¸L>ƒ9æ¸‡_]','ô‚¯¡ÉwF:J†„ŽB0)òEµhëbðh	¢ZÝ','',0,'?'),('¡»¯}\"Srë‘ˆ™fç','wp-content/plugins/thrive-visual-editor/inc/views/pagination/prev-icon.php',0,'S¤žëcÇEz>KwãºŒå','S¤žëcÇEz>KwãºŒå','­ê`nf?ÒiWŠ\n¸1Ž–†ÂÂ×óñ:Ä³xkKä%—%','',0,'?'),('‘Ò³Û÷a*vˆ¿­€Nœ','wp-content/plugins/thrive-visual-editor/inc/views/post-list-sub-elements/author-bio.php',0,'À\'Qh(„`}Éª/;ŸˆT','À\'Qh(„`}Éª/;ŸˆT','pÃå¢\Z‹¸FþÆÞ/PLïÈHÌ­S¨–9Ø	fcØ','',0,'?'),('GwÌ¶|ÐÕ+½{H‹','wp-content/plugins/thrive-visual-editor/inc/views/post-list-sub-elements/author-name.php',0,'€#‡(õ)¿í·Boq·¥#','€#‡(õ)¿í·Boq·¥#','3ªv]²“kîæo_;˜VÒôÕËsV7[¬Ò4TE§','',0,'?'),('€v\n3ÀRã¿Îåð¼ÅµD','wp-content/plugins/thrive-visual-editor/inc/views/post-list-sub-elements/comments-number.php',0,'•Vs¾Vfèmh—´øÍW.)','•Vs¾Vfèmh—´øÍW.)',';ûgH­š/X¹²cÔ‰g\\ÇÍT¬4½þ¬Yþ¡¯„','',0,'?'),('cŒ†KcKî}®ºþ','wp-content/plugins/thrive-visual-editor/inc/views/post-list-sub-elements/post-categories.php',0,'K™ˆ ×fÿ®’ìì±„','K™ˆ ×fÿ®’ìì±„','Ù‰$SßRˆ	¢ü^túUÓ”±[ô¿ˆÃ%½','',0,'?'),('\n	Tåc±ÝDìk‰(0N','wp-content/plugins/thrive-visual-editor/inc/views/post-list-sub-elements/post-date.php',0,'„%O)åæIsç\rÇX\\–B','„%O)åæIsç\rÇX\\–B','%‹îü#©—.¿VnH¿S§æÀ£^gÖOÆ\nx·Ü','',0,'?'),('EèÉRïNFþ\ZÍ[\"|>þ','wp-content/plugins/thrive-visual-editor/inc/views/post-list-sub-elements/post-tags.php',0,'&nr\\¯U³×l¿çèm','&nr\\¯U³×l¿çèm',' ª¬*¬1àw:­s‹8À/…˜Õð Çã}šhjØ','',0,'?'),('ÓôŠúâÐY\\êfø•','wp-content/plugins/thrive-visual-editor/inc/views/post-list-sub-elements/post-title.php',0,'WŒ\07í¾ÜnW½Â+Œ','WŒ\07í¾ÜnW½Â+Œ','!½Ç#jÏÈ\ZZ\\\'7/\ZE=œR<PB>p0R“_\"ãv','',0,'?'),('£ÎfX~2ü=?T¥A','wp-content/plugins/thrive-visual-editor/inc/views/sc-post-grid.php',0,'Iæ‰]Î;â¬;´×„1ŠjP','Iæ‰]Î;â¬;´×„1ŠjP','¢Û5ÎQ•’`Óàs­S[w©WÈúIj#0ö0¤','',0,'?'),('\r³Ò—ýb¥ÿwL`‘·¾E','wp-content/plugins/thrive-visual-editor/inc/views/settings.php',0,'E¦ÞÕ\\uœþ­†qÂ','E¦ÞÕ\\uœþ­†qÂ','Fr\'ˆ“¾2œ|#B»%ÿí’\'Þb€±ÿks—ÆQ=ðí','',0,'?'),('.n¨:º‘lž2eÔnbßáæ','wp-content/plugins/thrive-visual-editor/inc/views/sidebar-bottom.php',0,'…Ú¢ÏÚßÈºH`P»¥Ä\0£','…Ú¢ÏÚßÈºH`P»¥Ä\0£','áY\nmvlOœ Š.±	é}ýšÙ—{6\\uñ\\I\\','',0,'?'),('\'ÉËÍ€Ð\"®\'«ó«¶Ô','wp-content/plugins/thrive-visual-editor/inc/views/sidebar-default.php',0,'í¯t¥_‡ã+Ö7:À‰˜','í¯t¥_‡ã+Ö7:À‰˜',')§ŸSD8\n.É_c=îèt-LÏFé¨[±à‡`ÙS[E','',0,'?'),('	[O;¥âò†Ð}E›B9¹','wp-content/plugins/thrive-visual-editor/inc/views/sidebar-right.php',0,'ë•¤C(9Âº¶G¤âÆ','ë•¤C(9Âº¶G¤âÆ','c6þçHNô°é2t`ý,Wü—¢ä5B4,Ã¬','',0,'?'),('\'Œ»ÞI\"4ÊßÙ(ÁÕ','wp-content/plugins/thrive-visual-editor/inc/views/sidebars/post-grid-edit-grid-options.php',0,'=\n‘àßnÝw×‚Ê¾±Ý','=\n‘àßnÝw×‚Ê¾±Ý','Ëõ6}r«jPxvj`ƒ¼æÓOªÂCÊÉŸÏË[\nè','',0,'?'),('Ô—[©!ŽÀ6(™-+÷','wp-content/plugins/thrive-visual-editor/inc/views/sidebars/table-edit-state.php',0,'HwGç\'ª	¸¬\r ý”','HwGç\'ª	¸¬\r ý”','d¸:[§uFrÑ§µ<B/wÉ\0f\'l×0Ï’/','',0,'?'),('‘Ë¨ÖöîK¾}™‡pÒ-è','wp-content/plugins/thrive-visual-editor/inc/views/symbols/section-content.php',0,'ž ñgŸªÒÃP¯gm','ž ñgŸªÒÃP¯gm','­gÉµ×tdé‹jäz@ë¯“ˆàqÈvÛÝ-I3p†','',0,'?'),('–C%È6Ï±ÉÑemûýº7k','wp-content/plugins/thrive-visual-editor/inc/views/symbols/symbol-body-close.php',0,'±:Iâ&-Ç½Èˆ‡†±W-','±:Iâ&-Ç½Èˆ‡†±W-','8Êi†í„\Z ×DÛ7yÌ@Ý16fû“ZxŸZÚ«‹ª','',0,'?'),('äo«ÿ(x\n„_`ç}','wp-content/plugins/thrive-visual-editor/inc/views/symbols/symbol-body-open.php',0,'ÁÂy¦H…²PK–ŒÖã','ÁÂy¦H…²PK–ŒÖã','lzÆHÂ8ˆõä3Á	êDƒæ­dçÉžŒŠ”–‹.=','',0,'?'),('².\Z¬«ˆµ©irl„Ã','wp-content/plugins/thrive-visual-editor/inc/views/symbols/symbol-content.php',0,'¶2üùu¼$Áñ´Qg›Ç','¶2üùu¼$Áñ´Qg›Ç',' ’çÀ‹xM.p¸)à^¨ßWMB¬š¨3Ú÷½XÙŒÔ…','',0,'?'),('íIŠ¥ÜA$­¯g¯Ááå','wp-content/plugins/thrive-visual-editor/inc/views/symbols/symbols-dashboard.php',0,'Ö 3âìÄ\Z{âýð‰ý4','Ö 3âìÄ\Z{âýð‰ý4',';y}œyM—\\rxÐáD)3çhœŠ55™T3\ra¿f“','',0,'?'),('xÒ\'ÓƒÂgÕ@×¼%žuäÄ','wp-content/plugins/thrive-visual-editor/inc/views/widget-form.php',0,'ï³SÅf÷³w	1ö	7','ï³SÅf÷³w	1ö	7','‘:-%—)S¬ÞÊy™ngÎö‰B.\'óÖôuÙq†×üN','',0,'?'),('ê¬O·\"µ0rX—ëôú¼','wp-content/plugins/thrive-visual-editor/landing-page/inc/TCB_Landing_Page_Transfer.php',0,'$é!ÚZOÒµh4½¤V','$é!ÚZOÒµh4½¤V','ë¯dæë!“ª¨lì%ÑFI¥cny<]ï0ÎÇà’þ','',0,'?'),('Âè°†ku#ba1gXEŠ.','wp-content/plugins/thrive-visual-editor/landing-page/inc/class-tcb-landing-page.php',0,'0¦U.TO!úLJ¼§ÝóP','0¦U.TO!úLJ¼§ÝóP','Ö:Á?éöÞúë3ò:WÄz<u8+Ût2Î	¥®Ï','',0,'?'),('üèïkõzŠ6ùãîîCN','wp-content/plugins/thrive-visual-editor/landing-page/layout.php',0,'xU(@à¿ñ!õ`ñû','xU(@à¿ñ!õ`ñû','æW+\"pš(Q‰ø8}î<_í›ðR€%ÃåBiA0&¡','',0,'?'),('¯NæŽ ÇTqëâá. ','wp-content/plugins/thrive-visual-editor/landing-page/lightboxes/author-focused-homepage.php',0,'u€ÉIrÕÊ3w`C³ºæÄð','u€ÉIrÕÊ3w`C³ºæÄð','ÍDí#‰¥E3(ðÆûûð,(\0ÕIùj}Ù¹ÅJœ¶ß','',0,'?'),('‹F”uJÖA„ˆN¯óTU','wp-content/plugins/thrive-visual-editor/landing-page/lightboxes/confluence-double-whammy-webinar.php',0,'HzÂ?+F)±Uè îxíL','HzÂ?+F)±Uè îxíL','qŸI*…AYd7ßš¨Û’*ÜF|li@3q9—øø','',0,'?'),('=à.ì)é8U‘:y§Ã','wp-content/plugins/thrive-visual-editor/landing-page/lightboxes/confluence-webinar-ended-template.php',0,'HzÂ?+F)±Uè îxíL','HzÂ?+F)±Uè îxíL','qŸI*…AYd7ßš¨Û’*ÜF|li@3q9—øø','',0,'?'),('~ž Î¯_@ŠÏ[—°ª','wp-content/plugins/thrive-visual-editor/landing-page/lightboxes/confluence-webinar-registration.php',0,'HzÂ?+F)±Uè îxíL','HzÂ?+F)±Uè îxíL','qŸI*…AYd7ßš¨Û’*ÜF|li@3q9—øø','',0,'?'),('‚÷ŠKÚF(Äú·`O','wp-content/plugins/thrive-visual-editor/landing-page/lightboxes/confluence-webinar-replay.php',0,'HzÂ?+F)±Uè îxíL','HzÂ?+F)±Uè îxíL','qŸI*…AYd7ßš¨Û’*ÜF|li@3q9—øø','',0,'?'),('©t8*’’dD»ŽÍÂ!¿','wp-content/plugins/thrive-visual-editor/landing-page/lightboxes/content-focused-homepage.php',0,'÷vÎkÿ<gX‡”˜4f–K','÷vÎkÿ<gX‡”˜4f–K','C‘ÇÆè#‘+ž|´#b97<¾Oí‡k)EÕØ’UÚ:}','',0,'?'),('ëKñøn	[}¤AË…wžJî','wp-content/plugins/thrive-visual-editor/landing-page/lightboxes/copy-2-lead-generation-2step.php',0,'ÒŠîÌøJ&`¬b\'Í\r€J','ÒŠîÌøJ&`¬b\'Í\r€J','yùØò¤Ÿ`×¶KúþQNœH#</æeG°»®‚','',0,'?'),('‚±¬HýŸ\'ÿßžEð¬üÚ','wp-content/plugins/thrive-visual-editor/landing-page/lightboxes/copy-2-product-launch.php',0,'ÒŠîÌøJ&`¬b\'Í\r€J','ÒŠîÌøJ&`¬b\'Í\r€J','yùØò¤Ÿ`×¶KúþQNœH#</æeG°»®‚','',0,'?'),('®¯3½­\\°šBõrÌ§i.','wp-content/plugins/thrive-visual-editor/landing-page/lightboxes/copy_video_lead.php',0,'(CÃªD¢¤b/¨s:ì.','(CÃªD¢¤b/¨s:ì.','5šÄ–ÓË‡ŽÖã…¡ÉºbV*|­\ný\nõ1[§z','',0,'?'),('á®Fýø¿¥ˆjˆ˜†¢','wp-content/plugins/thrive-visual-editor/landing-page/lightboxes/corp-app-landing-page.php',0,'èp4†÷ŒVS±ðmÍ_1\n','èp4†÷ŒVS±ðmÍ_1\n','´»eþ)+¨Å`ò—|¹;²!Ò\'%;]GÇ^`¿ü+ÁÐ','',0,'?'),('np¯²Š§öˆEÇ¥ì¢¾Œ','wp-content/plugins/thrive-visual-editor/landing-page/lightboxes/corp-webinar-signup.php',0,'ÄÒ	Â…ƒ$Úß­+?tR','ÄÒ	Â…ƒ$Úß­+?tR','‰BWý„è)§hÜ•ÙP<ôx¢•6²M­˜â+ç','',0,'?'),('Óu=5á?†µ;ë<˜,e','wp-content/plugins/thrive-visual-editor/landing-page/lightboxes/edition-author-lead-generation.php',0,'OSŠ:ûša;-k\\×IÄ–','OSŠ:ûša;-k\\×IÄ–','¾½”^&Î‡K¥ÖÇí¹6{”>KûËnŸGqgŽ±%ý4','',0,'?'),('9Ê”ÆìJ@\0>ˆûZ˜V','wp-content/plugins/thrive-visual-editor/landing-page/lightboxes/edition-lead-generation-page.php',0,'OSŠ:ûša;-k\\×IÄ–','OSŠ:ûša;-k\\×IÄ–','¾½”^&Î‡K¥ÖÇí¹6{”>KûËnŸGqgŽ±%ý4','',0,'?'),('5™(ÛPüä@—Êa','wp-content/plugins/thrive-visual-editor/landing-page/lightboxes/elementary-2step.php',0,'ñ†u?x,Ca½„®ê|\'','ñ†u?x,Ca½„®ê|\'','÷‚š¸n)Ñ-c¼îÊF8ŠÅî—È¤­æPQIr7ý','',0,'?'),('	û0ýi×r\\÷í‘sYi@','wp-content/plugins/thrive-visual-editor/landing-page/lightboxes/fame-2step.php',0,'Såÿî29†Šoð3EâO','Såÿî29†Šoð3EâO','Ø9J°š`=èñ°hLJu`<ø^êëYŒUË)','',0,'?'),('ÕÐ1×””ºõª$çj6vÃ¨','wp-content/plugins/thrive-visual-editor/landing-page/lightboxes/fame-multiple-choice.php',0,'¾¦A|„;;°œXþ]	µ','¾¦A|„;;°œXþ]	µ','g™CË!;pp·juöæÛÓo˜!òã\nõD­-¢‡Œ»437','',0,'?'),('7(åtÔ4Õ.Âƒ:•ƒL','wp-content/plugins/thrive-visual-editor/landing-page/lightboxes/foundation_personal_branding_2step.php',0,'ƒ¨Ð\0ÝÛ«à®‹ÏÅÀÅS?','ƒ¨Ð\0ÝÛ«à®‹ÏÅÀÅS?','y÷5çSÝÂÒ?²dìë\"µnCú}ªÔê3–…ž9 ','',0,'?'),('›q JŸ¤c§ñEíñNq@','wp-content/plugins/thrive-visual-editor/landing-page/lightboxes/hybrid-homepage1.php',0,'¿öI*_KÝ{®ì„áZo´J','¿öI*_KÝ{®ì„áZo´J','ø¥ÓÑJê_¿Ìõý`$\'—p^¡6¨ÊX$bâúš','',0,'?'),('Þ×FÔ¹³Ñ¼\ZUoÝÙ²','wp-content/plugins/thrive-visual-editor/landing-page/lightboxes/hybrid-homepage2.php',0,'Î–Žîa×ú«v\0­Âq','Î–Žîa×ú«v\0­Âq','Ä½mZiù‡…ø­†Åv´²¸•÷ß’òð&mL;¾','',0,'?'),('d0VŸ‚›0ªÍ¤†R!9','wp-content/plugins/thrive-visual-editor/landing-page/lightboxes/lead_generation.php',0,'£Vé²ña^ü°»ŒõÖœÊ','£Vé²ña^ü°»ŒõÖœÊ','¡x.õ5v3Þ]±ÙÄC\0+Î3x7ýq	Õ/?R+E','',0,'?'),('0ÒDx;Q\"äW}ˆn0âQ','wp-content/plugins/thrive-visual-editor/landing-page/lightboxes/lead_generation_flat.php',0,'%XM—X\"žI,ó9Û~C6','%XM—X\"žI,ó9Û~C6','%A“†g}:Üs?Ë\nLˆËiíIÝå`ÒÝ\nFôÄ','',0,'?'),('¬Ïmü	9ÜhñòáR\"','wp-content/plugins/thrive-visual-editor/landing-page/lightboxes/lime-lead-generation-page.php',0,'áVì¹MõéV®A\"œfÀ','áVì¹MõéV®A\"œfÀ','Q8>Ç“Œr[Ã\Z,Pó\'Ï‡fdÑDm¼<¤È!n','',0,'?'),('!7KD	™ÜÜ†‰ð•}—;','wp-content/plugins/thrive-visual-editor/landing-page/lightboxes/minimal_video_offer_page.php',0,'|ñ»Á6LÓ%–”‹Q÷È','|ñ»Á6LÓ%–”‹Q÷È','&<Ò¬ç´p:W“­§bHÿ46.sý·ùÙÜC&$','',0,'?'),('N¡y2¤¿4\nkc®êÜÆ','wp-content/plugins/thrive-visual-editor/landing-page/lightboxes/offer-focused-homepage.php',0,'Æ=iñ‰R¬b‘]ø','Æ=iñ‰R¬b‘]ø','L`i·ùÃðd ¢–FŠe„K\r³4¢Æ†LÅ¨JÙ«ìK','',0,'?'),('wsÜˆ¸IŸ%…>o!·Š¹','wp-content/plugins/thrive-visual-editor/landing-page/lightboxes/phonic-bonus-episode-optin.php',0,'E‰¼ÊÂ±,A½ÐàU\n°','E‰¼ÊÂ±,A½ÐàU\n°','\0FD+Q÷r)ü$Hëÿ\reŠyævAi>‚íPñ¿0','',0,'?'),('d£Ž€edtN¡ƒVþ™H','wp-content/plugins/thrive-visual-editor/landing-page/lightboxes/phonic-podcast-itunes.php',0,'C\rß¤š3¬gï)W’Ç\n','C\rß¤š3¬gï)W’Ç\n','m/ñ!~¸*$Y~¹tä{»˜_û–pq\'ù','',0,'?'),('ò÷`³ñ¢ÂÍÄÖ×Á«','wp-content/plugins/thrive-visual-editor/landing-page/lightboxes/phonic-podcast-soundcloud.php',0,'C\rß¤š3¬gï)W’Ç\n','C\rß¤š3¬gï)W’Ç\n','m/ñ!~¸*$Y~¹tä{»˜_û–pq\'ù','',0,'?'),('ý\'r­•9³ÚŽ«°–ÃŽø','wp-content/plugins/thrive-visual-editor/landing-page/lightboxes/phonic-podcast-stitcher.php',0,'C\rß¤š3¬gï)W’Ç\n','C\rß¤š3¬gï)W’Ç\n','m/ñ!~¸*$Y~¹tä{»˜_û–pq\'ù','',0,'?'),('õ¿F(âd^Þ!3ÊPÇ¡¬','wp-content/plugins/thrive-visual-editor/landing-page/lightboxes/phonic-podcast-subscription.php',0,'C\rß¤š3¬gï)W’Ç\n','C\rß¤š3¬gï)W’Ç\n','m/ñ!~¸*$Y~¹tä{»˜_û–pq\'ù','',0,'?'),('›>|,eƒA¹ûAgá-š','wp-content/plugins/thrive-visual-editor/landing-page/lightboxes/phonic-universal-podcast.php',0,'C\rß¤š3¬gï)W’Ç\n','C\rß¤š3¬gï)W’Ç\n','m/ñ!~¸*$Y~¹tä{»˜_û–pq\'ù','',0,'?'),('óô2–ðFgŸûÔ^Ùš6','wp-content/plugins/thrive-visual-editor/landing-page/lightboxes/review-page.php',0,'­÷ÜËV?\rƒ&½†oã','­÷ÜËV?\rƒ&½†oã','É:Z¡!~‚ viìâ°ÌaðÕ^´±ò”5A¢à¸–','',0,'?'),('œÐšÎŽVæÂ×Ï‚–~*','wp-content/plugins/thrive-visual-editor/landing-page/lightboxes/vibrant_double_whammy.php',0,'š¢òt^€c.¯vú6','š¢òt^€c.¯vú6','lŒÇÃÚ]˜lnÓZ|{Ñ¢=ÆÎ!¬äBÌ×Œ…ã','',0,'?'),('}¥$Þ¤\'bV›\n´ù…','wp-content/plugins/thrive-visual-editor/landing-page/lightboxes/vibrant_lead_generation.php',0,'ÏLä\rxY(Ç5\"óaZ','ÏLä\rxY(Ç5\"óaZ','[1r¬Ú€ãýB¡nP\Z#‡O	ß®XíU¿ß-ÿ','',0,'?'),('Iç‡9÷€O´M¢B,_×fö','wp-content/plugins/thrive-visual-editor/landing-page/lightboxes/vibrant_webinar_registration.php',0,'Ïkíwâž²SŸ¿àj‚;','Ïkíwâž²SŸ¿àj‚;','4‘ˆhPÑ¥r½&íCPˆä†ãš]“(rçnVVÌX7„­','',0,'?'),('Âæ@+\rnéƒôÛ¸B¥>\'','wp-content/plugins/thrive-visual-editor/landing-page/lightboxes/video-course-lead-generation.php',0,'CÓ§Z!ÅÂÂWâ™Ó¿{','CÓ§Z!ÅÂÂWâ™Ó¿{','„ÈhË³´ù*•\r{¾òº›=ÕW“›Ÿô1¼)èNNÃ','',0,'?'),('öA|kë¢?é\'™Z_.:—','wp-content/plugins/thrive-visual-editor/landing-page/lightboxes/video-course-lead-generation2.php',0,'CÓ§Z!ÅÂÂWâ™Ó¿{','CÓ§Z!ÅÂÂWâ™Ó¿{','„ÈhË³´ù*•\r{¾òº›=ÕW“›Ÿô1¼)èNNÃ','',0,'?'),('Ð‡Ù$¯æI}Ù”ýî@¬”','wp-content/plugins/thrive-visual-editor/landing-page/lightboxes/video-course-lead-generation4.php',0,'CÓ§Z!ÅÂÂWâ™Ó¿{','CÓ§Z!ÅÂÂWâ™Ó¿{','„ÈhË³´ù*•\r{¾òº›=ÕW“›Ÿô1¼)èNNÃ','',0,'?'),('“\\ÚÕ•žƒý¦cW','wp-content/plugins/thrive-visual-editor/landing-page/lightboxes/video_lead.php',0,'ÉãG0‹Uô“¯6»`','ÉãG0‹Uô“¯6»`','%úd÷Áü!²m¥ûÖ÷IÑ~ƒy\rú‰”z‘@ËT','',0,'?'),('$qó•	rîF-e','wp-content/plugins/thrive-visual-editor/landing-page/templates/_config.php',0,'#&\"Ú­6\ZÈÔÌ5ôëú','#&\"Ú­6\ZÈÔÌ5ôëú','¡iU£Ýù®wù¸£ÓÏÞío,fg\Z-¤W­AsøZ','',0,'?'),('ê‚]DºÔcÆ×yûØOžË','wp-content/plugins/thrive-visual-editor/landing-page/templates/author-focused-homepage.php',0,'ô…[—»»=çrÆ;£J','ô…[—»»=çrÆ;£J','ø¸‹±å¥Û$‡ÀjÌ7époÿ†Ÿåˆ» ô\nÐ–','',0,'?'),('Zúº7¦‘·?«šøG','wp-content/plugins/thrive-visual-editor/landing-page/templates/big_picture.php',0,'›Â$ýX×/l“=ƒ¥G9','›Â$ýX×/l“=ƒ¥G9','ˆÿ°Xõ+/zlº!4¬1½¥„/ÇÊ®<¦ãÄá','',0,'?'),('\"º6WÂ{¾ŸK»ñDN','wp-content/plugins/thrive-visual-editor/landing-page/templates/big_picture_coming_soon.php',0,'{ÇJHí  Ã­c£3O_','{ÇJHí  Ã­c£3O_','»Sð³A›z;‡:¾{ÞÈ¬ëÊTöà¦H\"Æœ¶+›ð','',0,'?'),('hìíÊ‹OZeðd¢','wp-content/plugins/thrive-visual-editor/landing-page/templates/big_picture_confirmation.php',0,'CÚ›Ø¤MEÃhØ4Ëi›\0)','CÚ›Ø¤MEÃhØ4Ëi›\0)','À˜‰ÂK•¡±á¹€6àÁ4C`ñÛ¯eù(ýnl\nYàs<','',0,'?'),('5ºõªûÿO+ŒG¦L','wp-content/plugins/thrive-visual-editor/landing-page/templates/big_picture_download.php',0,'£]¥†÷PN]f\"pûpm','£]¥†÷PN]f\"pûpm','ë>ây\'.\rvçH˜ïIl¸ªžKDCïJ5UÆTP¿','',0,'?'),('[`®ö\"â…8WáX','wp-content/plugins/thrive-visual-editor/landing-page/templates/big_picture_sales_page.php',0,'©m$âÎáse·§4K1Æ','©m$âÎáse·§4K1Æ','§{_9Ë]@óð–³°3Uãû`p©{i<þÛ6ž','',0,'?'),('GWäU®¨úÿ\'©­','wp-content/plugins/thrive-visual-editor/landing-page/templates/big_picture_video.php',0,')I‰0h·ŸÃÔŸaŽÍ½',')I‰0h·ŸÃÔŸaŽÍ½','s¼™o$Dt(M¿ƒÚšfÅ¢åmÌrui‰Ú3E\ZÃR\Z','',0,'?'),('#äìÝ·§ï“oÕ&ÍÔÀC','wp-content/plugins/thrive-visual-editor/landing-page/templates/blank.php',0,'=­öŒ±£UYÐ1Uqv\r','=­öŒ±£UYÐ1Uqv\r','€‘®rã}ñ²i¸~íŽ(0fÈC*++L¹ñ#‚¡Ÿ','',0,'?'),('×ÝÞD.”OÙå€†?','wp-content/plugins/thrive-visual-editor/landing-page/templates/blank_v2.php',0,'Ïò}Þj©””$ºg\n','Ïò}Þj©””$ºg\n','É\"å‚Èbè°itS,‹K0né¨U^k³\'`óM¢','',0,'?'),('©É)Ý²)y÷-YE9g\r','wp-content/plugins/thrive-visual-editor/landing-page/templates/confluence-double-whammy-webinar.php',0,'“³	0Sìçóì —bê','“³	0Sìçóì —bê','@9;ÃI¢©Eš¦Ô(Œ,ø:5h4=r\\û‘¸d','',0,'?'),('Ž+Ç»)\0I\nÇÔKìê»>','wp-content/plugins/thrive-visual-editor/landing-page/templates/confluence-email-confirmation.php',0,'™»ÔõærÔ»Šô\nªÿÞ','™»ÔõærÔ»Šô\nªÿÞ','Ö—K½4h´É\'løfÕ7QELŸ×g5f¢)M¹¶@ª','',0,'?'),('¥ºî§Xt êÆ‘2d¯ÕP','wp-content/plugins/thrive-visual-editor/landing-page/templates/confluence-live-streaming-page.php',0,'÷¯q“µGD~®LÙGÕÈ³I','÷¯q“µGD~®LÙGÕÈ³I','nBïÿ :Ç¦	W‹?µCÆ\"£×Û„‡Äþ‚9$','',0,'?'),('ç¥4§RxÑsü1zp£ÿLñ','wp-content/plugins/thrive-visual-editor/landing-page/templates/confluence-thank-you-download.php',0,'‡Cj5ÐrÂ…q¸!¯AO„','‡Cj5ÐrÂ…q¸!¯AO„','eÎEØóý‚ª^bQQ7}5IË‹sX¢Ð÷ÆÐ}ùb','',0,'?'),('ÎÄ‡ìÆãÏÈÒ-ÝMJå¾','wp-content/plugins/thrive-visual-editor/landing-page/templates/confluence-thank-you.php',0,'ößõ9….ûU1d_1ga','ößõ9….ûU1d_1ga','…è ]¬`‰Ç—ƒ^S•ÚRßq/QO±5\Zr¨<´Q\Z€ø','',0,'?'),('6ÝÓ¦`B7³û³¿','wp-content/plugins/thrive-visual-editor/landing-page/templates/confluence-webinar-ended-template.php',0,'\r“„Ëë±g^ï\r0ïÙC','\r“„Ëë±g^ï\r0ïÙC','‚©`@nÙH0T¬“\r„=ƒ‹ÜFJkÒ³æ¦iÈ²','',0,'?'),('T%˜¹ìÉf^|&‰g¿Um','wp-content/plugins/thrive-visual-editor/landing-page/templates/confluence-webinar-registration.php',0,'Ó¯U|)iÚ:¤oP=*Â','Ó¯U|)iÚ:¤oP=*Â','wXïÜ¨LþØ°…«¸¿_Ü$ßCÞ¤‹Ý-h=Yhu','',0,'?'),('ÕÌîzÊž-ÔÉ.nHã#','wp-content/plugins/thrive-visual-editor/landing-page/templates/confluence-webinar-replay.php',0,'»Å0ì£//çƒÏxP—','»Å0ì£//çƒÏxP—','‰þÃLÎnª-£ýøž¨Œý¯Ü$¹ýM‚dQw†í›J','',0,'?'),('‰iÛ1­Ó\"Ù“Îi°','wp-content/plugins/thrive-visual-editor/landing-page/templates/content-focused-homepage.php',0,'r…[²ðñsÛ–­–Ôc»H','r…[²ðñsÛ–­–Ôc»H','íHµåòîÁl!Ði\0­µlç€Ž#‚ÑaÉRž‰¨‰\n','',0,'?'),('B»~žÞ¨¶m‰\'¤:ô‡','wp-content/plugins/thrive-visual-editor/landing-page/templates/copy-2-coming-soon.php',0,'sU“€\rí‘ýAmù¯¥š','sU“€\rí‘ýAmù¯¥š','%ŒÈÞÛ¢®\nÎú\róãøÝ‰í,ññÚJBOdyÏ','',0,'?'),('8ªý­€?†.úxLÛ²Ôù','wp-content/plugins/thrive-visual-editor/landing-page/templates/copy-2-download-page.php',0,'c@MÈc$To²æÉž?C','c@MÈc$To²æÉž?C','ogº9†obÒ¦=+¶‰þé—IeÏ‘\r\0DZi<Ú','',0,'?'),('f[@[½éS¹ûý@~°!','wp-content/plugins/thrive-visual-editor/landing-page/templates/copy-2-email-confirmation.php',0,'Ý\rÏÄ£×Ã¹þ¢\riéû¢ÿ','Ý\rÏÄ£×Ã¹þ¢\riéû¢ÿ','56§ˆTõ†EªÚ\0ÿ# \"½í }¿»ë|/y>‡8þ€','',0,'?'),('¾z¥Ø½ÞÍÏ[šã.8','wp-content/plugins/thrive-visual-editor/landing-page/templates/copy-2-hybrid-sales-image.php',0,'zø•Ä÷Ñßö¶½£EßE½\'','zø•Ä÷Ñßö¶½£EßE½\'','ÿ$àT›C½‘\'ó™¿‚ázÜËÛ-ÇãWA«5á¦GÒul¸','',0,'?'),('Öî„‚‡× XwÏ$HÓ+Ú','wp-content/plugins/thrive-visual-editor/landing-page/templates/copy-2-hybrid-sales-video.php',0,'\0}iMÙÐæúè','\0}iMÙÐæúè','îã‡Ñ\"KdC†\rç0Ïý{yéVÅÍ¬rðø93É¬£õ','',0,'?'),('ò@ý»üµ–åÃBYû‡','wp-content/plugins/thrive-visual-editor/landing-page/templates/copy-2-lead-generation-2step.php',0,'H$ÑaË”§Ø™³éõ','H$ÑaË”§Ø™³éõ','ò\n¢M$az¯ú‘ößˆçÒK8’vQ70ÿ«Ä —6q','',0,'?'),('\\‹À\"õÅ¤åp4õØÍä','wp-content/plugins/thrive-visual-editor/landing-page/templates/copy-2-lead-generation.php',0,'î*j¼a7e³WŸÃw»','î*j¼a7e³WŸÃw»','M]¤I\"I®Û?ÓAû«Ã9Ò›æª²ô\rÒÖ3„S¨±Ô','',0,'?'),('åµ[“œh»¹ÖŸ°•úú¦','wp-content/plugins/thrive-visual-editor/landing-page/templates/copy-2-product-launch.php',0,'ü¤OzÚÒÙëäÒ` Yõ6','ü¤OzÚÒÙëäÒ` Yõ6','0O±ÜWuI#CÀE36gäA3%iWý‡¾Ÿ¦ÿ†{','',0,'?'),('ÜTÃfÈ…ÃŠšò6ìØ','wp-content/plugins/thrive-visual-editor/landing-page/templates/copy-2-sold-out.php',0,'† .Ž®Ù(n—b¶u_ê¦','† .Ž®Ù(n—b¶u_ê¦','§qPuTus\0¯fõ~e\r\ZÒÑ‹°r×H£JbÀ³','',0,'?'),('‚Âè-.fñÆ˜î>‡W','wp-content/plugins/thrive-visual-editor/landing-page/templates/copy-2-video-sales-page.php',0,'”Î!`$Ë4gNµgíWô','”Î!`$Ë4gNµgíWô','‹R!0R~+/¶tS%BÀÌgÏú°à¬+S¢\0AàÈ','',0,'?'),('Sñ&†„$$Ë9½Ëÿ5ë','wp-content/plugins/thrive-visual-editor/landing-page/templates/copy_download.php',0,'=ø=ØpöóDšDö','=ø=ØpöóDšDö','6éÝÉÕ¶ÂÿróòR›_xü*‰kÛSR™‹êèNúõ','',0,'?'),('ËfLØ;‡Dç¡êÂ{\Zr®Ž','wp-content/plugins/thrive-visual-editor/landing-page/templates/copy_sales_page.php',0,'/=Ã¤»½•ïûœ”•IêÈ','/=Ã¤»½•ïûœ”•IêÈ','â9^4_ÿµV;ó1wÚ‹A”!VÚëÐ «iØ@ÅlBz','',0,'?'),('É¢T#ë$ßÿ/E>Æ¢','wp-content/plugins/thrive-visual-editor/landing-page/templates/copy_video_lead.php',0,'w0)þÖ}ª:Cö*˜l,','w0)þÖ}ª:Cö*˜l,','¢Ý£¸9Ó³\\4›Âˆ_±í`UL–-‚`ç´6]','',0,'?'),('àu	™ïƒ£šœ›YgŠ§nš','wp-content/plugins/thrive-visual-editor/landing-page/templates/corp-app-landing-page.php',0,'Á·AF§:æ×K Îz ºâ','Á·AF§:æ×K Îz ºâ','…o=Ô¹¡ƒ¹tÐy&öŒµäe/\ró÷êÃê¢óÝ','',0,'?'),('ÍÎ½hãa:Œôþ‘9—Ë…','wp-content/plugins/thrive-visual-editor/landing-page/templates/corp-download.php',0,'³ÖW®c[À6L‹-\ZBñ¼','³ÖW®c[À6L‹-\ZBñ¼','8k`¥§]*žÜô36†\\ý2\\”D*!†mÑîìœÛèn','',0,'?'),('ÂcW1óø%ƒœ}Xì9úŽZ','wp-content/plugins/thrive-visual-editor/landing-page/templates/corp-email-confirmation.php',0,'³ß®î_h¸\ZÊ.+×ÑVÈ','³ß®î_h¸\ZÊ.+×ÑVÈ','l¶40Áx5vÜwÜeM\'´§	°P±EÙ	S³â\n','',0,'?'),('\\ÓSóÁÞ%à(„mü','wp-content/plugins/thrive-visual-editor/landing-page/templates/corp-lead-generation.php',0,'áùõ=NQ£°Ü¶6‰—Q','áùõ=NQ£°Ü¶6‰—Q','&zåf(‘D}02‡bÖ=Æì?™q™ñû–³˜¸›zâ','',0,'?'),('Î\nù¸É`²4IþñŸv\nÔ','wp-content/plugins/thrive-visual-editor/landing-page/templates/corp-webinar-signup.php',0,'ð¹¥”)Ì&îÅÝ†½†\r','ð¹¥”)Ì&îÅÝ†½†\r','ÁÌ>ŒJN&N%¦îÛkÔQR%ñO¼}/]+\Z','',0,'?'),('~\Zœ‚_¹àž!Å\'ð¥5','wp-content/plugins/thrive-visual-editor/landing-page/templates/css/fonts/author-focused-homepage/tlp-icon-authorfocused.svg',0,'È3à˜nmPÈìœ8ÜÙ÷°','È3à˜nmPÈìœ8ÜÙ÷°','±\"\\þdè½Ek«‡Ì(–½wÌˆÈ\\VQ¾.LmÜ8ø','',0,'?'),('‰t5ÀÂä6IÑßw¶OQQÛ','wp-content/plugins/thrive-visual-editor/landing-page/templates/css/fonts/big_picture_confirmation/tlp-icon-bigpictureconfirmation.svg',0,'AV\0)7‚1ä‚|@·','AV\0)7‚1ä‚|@·','ÙZµ}ã~Öõ0ðCÊªCÒ0£íWö,h´:@Ê^ô.','',0,'?'),('Ï€²ÖãÌl\Z)\0¨@_ñªÝ','wp-content/plugins/thrive-visual-editor/landing-page/templates/css/fonts/big_picture_sales_page/big_picture_sales_page_icomoon.svg',0,'šmR•$nIž¾”ü6…Å','šmR•$nIž¾”ü6…Å','RPê‚¡¢úQ?2#ž%ŒZÙ•¢ÈkÄ\ZüT‚$]Î','',0,'?'),('0¤×Í\níôFÑo@1à','wp-content/plugins/thrive-visual-editor/landing-page/templates/css/fonts/big_picture_video/tlp-icon-bigpicturevideo.svg',0,'åÂjxßžØæ \Z·u?­','åÂjxßžØæ \Z·u?­','Gœ|ò¹V«/(@¸üÌZR`¨2…7¦yò©êÏÃ','',0,'?'),('úÀ	7P¡Ë˜VM•mk','wp-content/plugins/thrive-visual-editor/landing-page/templates/css/fonts/confluence_thank_you/tlp-icon-confluencethankyou.svg',0,'âi\rñm)ÔK(ÇuhC=','âi\rñm)ÔK(ÇuhC=','Ë–5œòÎƒÉ\n	Þ	â¬Sº g(ŸÒ‚8ÖUçŒ· ','',0,'?'),('*7´‹÷ÒÕ©øãŠ\'4','wp-content/plugins/thrive-visual-editor/landing-page/templates/css/fonts/confluence_thank_you_download/tlp-icon-confluencethankyoudownload.svg',0,'<ˆÕ¦Ãœüç­D1]ª™','<ˆÕ¦Ãœüç­D1]ª™','’ª\nç†z}‘·¼]z§8Cš‰1Y-14âÍû','',0,'?'),('\0	«|2Ïh?kc‚L„Ï','wp-content/plugins/thrive-visual-editor/landing-page/templates/css/fonts/content-focused-homepage/tlp-icon-contentfocused.svg',0,'³½å¡{FB7ä¶›ä','³½å¡{FB7ä¶›ä','.xKÓÞÂ:cùN&‡¼añíëfïxêòG]ñ','',0,'?'),('=é R“Á$õjÞÇk‡LT','wp-content/plugins/thrive-visual-editor/landing-page/templates/css/fonts/copy-2-download-page/tlp-icon-copy2download.svg',0,'‘÷pÌðékzÇñ>{ñÂ¥\0','‘÷pÌðékzÇñ>{ñÂ¥\0','É³û.	¯[•~£‰î­W®U74dµ­‚±3Ðçm<','',0,'?'),('ó:—ù34f«dkÛ^zÈ','wp-content/plugins/thrive-visual-editor/landing-page/templates/css/fonts/copy-2-hybrid-page/tlp-icon-copy2hybrid.svg',0,'dðY(”–”3Rv\"ÒÕÆ','dðY(”–”3Rv\"ÒÕÆ','ûA_Í\0nä]—:åµŸ@µºÝ{‰é]èð“¾ì)','',0,'?'),('T÷¾r yR®Æ\"~ç	Åi’','wp-content/plugins/thrive-visual-editor/landing-page/templates/css/fonts/copy_autoresponder/copy_autoresponder.svg',0,'RwŸÃ«gý¼Q7lZõA*','RwŸÃ«gý¼Q7lZõA*','c¯2f-\"%Éº‰\\øªðf5DVÞíÇ@¦@†u×Ø','',0,'?'),('qÒnõJ²7ƒ!.àŠø/','wp-content/plugins/thrive-visual-editor/landing-page/templates/css/fonts/copy_sales_page/tlp-icon-copysalespage.svg',0,'<&;>°Ð¯3 ™\'£îXµ','<&;>°Ð¯3 ™\'£îXµ','á˜P2Tåu¶Ý=‹ÙÍ#QŠtâ—úÛ{õæ†ÐˆMFN','',0,'?'),('16Ét0Ô ´{Òrtã','wp-content/plugins/thrive-visual-editor/landing-page/templates/css/fonts/corp_app_landing_page/tlp-icon-corpapp.svg',0,'©„<Å5+IÊ@î','©„<Å5+IÊ@î','FÁÁ*¡•#°ª\'¾\nÚ·Ã¬@e¸dƒ³‹\Z ¹t”aÚï','',0,'?'),('^Í\n¥qR’‘¡ÙÀ\Z','wp-content/plugins/thrive-visual-editor/landing-page/templates/css/fonts/corp_autoresponder/corp_autoresponder.svg',0,'?’´O“ÿfˆ~¬&X¼','?’´O“ÿfˆ~¬&X¼','ùáš±*ïÑN‘­/d±-÷æýy¦šòßÃJ·ç[¸»','',0,'?'),('&ç[})]þáÊ\0Ò„Öÿ','wp-content/plugins/thrive-visual-editor/landing-page/templates/css/fonts/corp_download_page/tlp-icon-corpdownload.svg',0,'5M®+-cQgEôO¨@','5M®+-cQgEôO¨@','½’ü±øŽï0ÓSö=­N2#^7_Ò	\\ïçöp†','',0,'?'),('²õ5\nÙ”¹Hb‡–Ú-–õ,','wp-content/plugins/thrive-visual-editor/landing-page/templates/css/fonts/corp_email_confirmation/tlp-icon-corpemailconfirmation.svg',0,'ô%·Öœ–aj\r†Aš/','ô%·Öœ–aj\r†Aš/','¢¥Ä…Æo;%\0åî}þ•(oÅ*p1\\,ˆ‹kì','',0,'?'),('7ÿt‘…aÁé¤ÙöÍ','wp-content/plugins/thrive-visual-editor/landing-page/templates/css/fonts/edition_author_lead_generation/tlp-icon-editionauthorlead.svg',0,'çÖ!yÊÙåß!e7¥ŽuÉd','çÖ!yÊÙåß!e7¥ŽuÉd','LLæéh¨Š­YùR›ÐGd˜ÕðYL,tMD$@gt','',0,'?'),('ÌKc#\n¤ÀéVæ%ó9','wp-content/plugins/thrive-visual-editor/landing-page/templates/css/fonts/edition_book_landing_page/tlp-icon-editionbooklp.svg',0,'Gø»¹(ÊˆŽ0Ýù¿Ì s','Gø»¹(ÊˆŽ0Ýù¿Ì s','mµ±yâ?/­ûsrÊçGr.ª=¶ÖBa–ÃnPÉ©k2X','',0,'?'),('¨¯³Ñµeù(»¢¥','wp-content/plugins/thrive-visual-editor/landing-page/templates/css/fonts/elementary_autoresponder/elementary_autoresponder.svg',0,'p£ûƒ·‚Ç_ ^','p£ûƒ·‚Ç_ ^','h5RxägH}—6³ŸîÆ¨x«\\ýÅm|±º*Mk','',0,'?'),('JM]yÝajÁÅÿZ…y¿£','wp-content/plugins/thrive-visual-editor/landing-page/templates/css/fonts/fame_autoresponder/fame_autoresponder.svg',0,'?’´O“ÿfˆ~¬&X¼','?’´O“ÿfˆ~¬&X¼','ùáš±*ïÑN‘­/d±-÷æýy¦šòßÃJ·ç[¸»','',0,'?'),('òƒ¸‘Xÿï×ølA”<','wp-content/plugins/thrive-visual-editor/landing-page/templates/css/fonts/fame_coming_soon/tlp-icon-famecomingsoon.svg',0,'E¶‘É¾mŽ¦ØMoôúO','E¶‘É¾mŽ¦ØMoôúO','¸&46XÔAÆG(§É}k~šž¬K\rÐœE[QÌ[A','',0,'?'),('Þ\"’yjñh¤GýÔÏ','wp-content/plugins/thrive-visual-editor/landing-page/templates/css/fonts/flat_autoresponder/flat_autoresponder.svg',0,'¦•à°Yˆ ÜÛKÃ\'Y','¦•à°Yˆ ÜÛKÃ\'Y','Y<@”‰×Hô@*·Û;Yo Q¡¼/Œ:Ž¿$r°è\r/','',0,'?'),('hÈƒ°§Ó2\rÔÊÛ\'Æ›','wp-content/plugins/thrive-visual-editor/landing-page/templates/css/fonts/flat_confirmation/tlp-icon-simpleflat.svg',0,'5‚{ðÃh3/Rß[É«K¹Á','5‚{ðÃh3/Rß[É«K¹Á','™\ZˆÛ´0ì]$ô•G¢†i\nÆ_ëÁ­¿š‘O+mq.','',0,'?'),('N{#ž|ÛO&â‰ú—íI5r','wp-content/plugins/thrive-visual-editor/landing-page/templates/css/fonts/flat_download/flat_download_icomoon.svg',0,':d®Î¯ûó¨nXUÎ‹',':d®Î¯ûó¨nXUÎ‹','ö—ìKÑò„¶“ª©¦zs¢ï*½n.Z¸ÄV=','',0,'?'),('sÑìjžÂ:»º±BÄ·×','wp-content/plugins/thrive-visual-editor/landing-page/templates/css/fonts/foundation_download/foundation_download.svg',0,'åPGcxIOá5œ8~´','åPGcxIOá5œ8~´','«M NVF\0—Rx2ðû(:SŒc&¯WmZìÔþvK','',0,'?'),('<øþ\'¼ëä)ZóÏÑ!‚','wp-content/plugins/thrive-visual-editor/landing-page/templates/css/fonts/foundation_personal_branding_2steps/tlp-icon-personalbranding2step.svg',0,'%2ÖÀ°•þ%¦t/½uFWÔ','%2ÖÀ°•þ%¦t/½uFWÔ','x•wÂÂ4ºŸÅVSwbÜ×…Íƒºó¥Û)³Á&è³B','',0,'?'),('+aª²Å÷þí‹b¯=ÖC','wp-content/plugins/thrive-visual-editor/landing-page/templates/css/fonts/hybrid-homepage1/tlp-icon-hybridhomepage1.svg',0,'Û¾ˆºÀQ5~°”Dl¾ú\nü','Û¾ˆºÀQ5~°”Dl¾ú\nü','üaá\'»ZæÕàç³|ñþ£ò3ùývÂõIñw','',0,'?'),('õe^(¼á¯¾ðþ[¸#½','wp-content/plugins/thrive-visual-editor/landing-page/templates/css/fonts/lime-video-lesson/tlp-icon-limevideolesson.svg',0,'×Ìˆùï½z†À¡§G•','×Ìˆùï½z†À¡§G•','R¯=næ—ˆTâ2¨q—²i—y.lîðy89``)','',0,'?'),('KL3,ßÔiœ\0[ÓÅ}i','wp-content/plugins/thrive-visual-editor/landing-page/templates/css/fonts/lime_autoresponder/lime_autoresponder.svg',0,'?’´O“ÿfˆ~¬&X¼','?’´O“ÿfˆ~¬&X¼','ùáš±*ïÑN‘­/d±-÷æýy¦šòßÃJ·ç[¸»','',0,'?'),('¦F»\"ßãá¤{’ùÐûLªÆ','wp-content/plugins/thrive-visual-editor/landing-page/templates/css/fonts/mini_squeeze_autoresponder/mini_squeeze_autoresponder.svg',0,'¦•à°Yˆ ÜÛKÃ\'Y','¦•à°Yˆ ÜÛKÃ\'Y','Y<@”‰×Hô@*·Û;Yo Q¡¼/Œ:Ž¿$r°è\r/','',0,'?'),('§…‚äÍ¸a=·Îî¢','wp-content/plugins/thrive-visual-editor/landing-page/templates/css/fonts/mini_squeeze_download/tlp-icon-minisqueezedownload.svg',0,'ÂÄ}K* Ð\0ðè?²çA¹ä','ÂÄ}K* Ð\0ðè?²çA¹ä','¾\r‡üö´{Ï\0uA1Tœ#wczä¹ÊáŸ!– Az','',0,'?'),('ín¹‘lTÈTÌ¥Õ4V\Z','wp-content/plugins/thrive-visual-editor/landing-page/templates/css/fonts/minimal_video_offer/tlp-icon-minimalvideooffer.svg',0,'\0yJ	1·èùU¦˜áÏDÎ','\0yJ	1·èùU¦˜áÏDÎ','ÚR/ë<\'Ålàu\n‰½ðñ¾/¥ö\nÒòô‚†','',0,'?'),('Ûv#BÛtáY[hâcæ®9Ì','wp-content/plugins/thrive-visual-editor/landing-page/templates/css/fonts/offer-focused-homepage/tlp-icon-offerfocused.svg',0,'Ä»Š7þ \"H]LƒÛNA','Ä»Š7þ \"H]LƒÛNA','ØÒå¾¼´%»qsïK÷Ü‡ã€Mt‘×q\"ÇbE','',0,'?'),('*·€\r#Åhû{7Íëò\'','wp-content/plugins/thrive-visual-editor/landing-page/templates/css/fonts/phonic_bonus_optin/tlp-icon-phonicbonusoption.svg',0,'»ƒï’ý¾”# ö—/#&','»ƒï’ý¾”# ö—/#&','mOÜœ§…Õ:™{‹p[‡\nÓ™ZMDVñy“\\ÓAZŸ','',0,'?'),('……“lÊŽv7Þf¹ùõ•å','wp-content/plugins/thrive-visual-editor/landing-page/templates/css/fonts/phonic_email_confirmation/tlp-icon-emailconfirmation.svg',0,'ç/øÞ¨bšz‡-âæýtÀS','ç/øÞ¨bšz‡-âæýtÀS','–už¿ÛÂB²	ç_HÝÐªÙñxi<}&ÄFÌxïÜ‘\"','',0,'?'),('€íM¯˜~<Ï™VÓ ¤w','wp-content/plugins/thrive-visual-editor/landing-page/templates/css/fonts/phonic_podcast_itunes/tlp-icon-phonicpodcastitunes.svg',0,'‰í$F»YK³Vr`v','‰í$F»YK³Vr`v','^Jå9R‡\ZLfª]}bM; rðÆ´ûúh§î2','',0,'?'),('ÕåŽ+âäR`€*ëÍ¯³–','wp-content/plugins/thrive-visual-editor/landing-page/templates/css/fonts/phonic_universal_podcast/tlp-icon-phonicuniversalpodcast.svg',0,'j¡ò.Š£^öÏ%L*u¥q','j¡ò.Š£^öÏ%L*u¥q','–cÞŠO>ÑfÚ¾½R#¨(XƒŒ4	3XìÇîp©','',0,'?'),('sQb­x)íé,+v','wp-content/plugins/thrive-visual-editor/landing-page/templates/css/fonts/review-page/tlp-icon-reviewpage.svg',0,'å`-	‚HyÎößª¸xi','å`-	‚HyÎößª¸xi','¨ÄEßã¾·õúFË<XqèÌ·Ì“×ê‡ÃKÀo£','',0,'?'),('ðŸÒ4Ôh YÂÅf¾\"','wp-content/plugins/thrive-visual-editor/landing-page/templates/css/fonts/review_video_recommendation/tlp-icon-reviewrecommendation.svg',0,'êIÎbÌd\0ÀÅˆR%‘$','êIÎbÌd\0ÀÅˆR%‘$','ÿÇ¿“VF”Hq¥v¦Ô s4kâð{*Þo~I.Úñø!','',0,'?'),('‡4vùÔ¾æ;çã¯`éT','wp-content/plugins/thrive-visual-editor/landing-page/templates/css/fonts/rockstar_autoresponder/fonts/icomoon.svg',0,'?’´O“ÿfˆ~¬&X¼','?’´O“ÿfˆ~¬&X¼','ùáš±*ïÑN‘­/d±-÷æýy¦šòßÃJ·ç[¸»','',0,'?'),('ñ¹SKúkZß)Þ8¯Â','wp-content/plugins/thrive-visual-editor/landing-page/templates/css/fonts/rockstar_autoresponder/rockstar_autoresponder.svg',0,'?’´O“ÿfˆ~¬&X¼','?’´O“ÿfˆ~¬&X¼','ùáš±*ïÑN‘­/d±-÷æýy¦šòßÃJ·ç[¸»','',0,'?'),('Õ¥j”pKPÀÕ¾?<œG','wp-content/plugins/thrive-visual-editor/landing-page/templates/css/fonts/rockstar_confirmation/tlp_icon_rockstarconfirmation.svg',0,'ó“¼j-á½˜© Aƒ“R','ó“¼j-á½˜© Aƒ“R','ú›‰Zª«h² Ï«Ó»0·õÔ§®f*U+´ãÆ¶','',0,'?'),('ýhÆz…º­å¿*\n–','wp-content/plugins/thrive-visual-editor/landing-page/templates/css/fonts/serene_autoresponder/serene_autoresponder.svg',0,'¦•à°Yˆ ÜÛKÃ\'Y','¦•à°Yˆ ÜÛKÃ\'Y','Y<@”‰×Hô@*·Û;Yo Q¡¼/Œ:Ž¿$r°è\r/','',0,'?'),('[&±@FGý¿@õì“o²—','wp-content/plugins/thrive-visual-editor/landing-page/templates/css/fonts/serene_download_page/tlp-icon-serenedownloadpage.svg',0,'Ay|«oärÙ)c¤Œw','Ay|«oärÙ)c¤Œw','Lôvœ1q@”ê¿0äY‡¶›³Ðp;ðÛ—îV>š€','',0,'?'),('fXVçqÄ(ƒ–?ljy','wp-content/plugins/thrive-visual-editor/landing-page/templates/css/fonts/serene_lead_generation_page/tlp-icon-sereneleadgeneration.svg',0,'\0yJ	1·èùU¦˜áÏDÎ','\0yJ	1·èùU¦˜áÏDÎ','ÚR/ë<\'Ålàu\n‰½ðñ¾/¥ö\nÒòô‚†','',0,'?'),('×‡ïkÜí‹òGoo4uËD','wp-content/plugins/thrive-visual-editor/landing-page/templates/css/fonts/simple_autoresponder/simple_autoresponder.svg',0,'¦•à°Yˆ ÜÛKÃ\'Y','¦•à°Yˆ ÜÛKÃ\'Y','Y<@”‰×Hô@*·Û;Yo Q¡¼/Œ:Ž¿$r°è\r/','',0,'?'),('Ç…æ:©€	\\°ßDS¾#íþ','wp-content/plugins/thrive-visual-editor/landing-page/templates/css/fonts/vibrant_autoresponder/vibrant_autoresponder.svg',0,'RwŸÃ«gý¼Q7lZõA*','RwŸÃ«gý¼Q7lZõA*','c¯2f-\"%Éº‰\\øªðf5DVÞíÇ@¦@†u×Ø','',0,'?'),('‘‡­ý(ñNèÓagFw','wp-content/plugins/thrive-visual-editor/landing-page/templates/css/fonts/vibrant_double_whammy/vibrant_whammy_icomoon.svg',0,'ÚÒ¬§»nO¦>\0ðéÊNN','ÚÒ¬§»nO¦>\0ðéÊNN','®%©¤‰ûR\ZqÏA&/j.C¿Xuh[wht[ìœÑ','',0,'?'),('—·ý½Z¢—ÊF’\rüÒÊ','wp-content/plugins/thrive-visual-editor/landing-page/templates/css/fonts/vibrant_download_page/vibrant_download_icomoon.svg',0,'\0yJ	1·èùU¦˜áÏDÎ','\0yJ	1·èùU¦˜áÏDÎ','ÚR/ë<\'Ålàu\n‰½ðñ¾/¥ö\nÒòô‚†','',0,'?'),('“š¥|5õ&÷è\rSïçO¶š','wp-content/plugins/thrive-visual-editor/landing-page/templates/css/fonts/vibrant_email_confirmatin/vibrant_email_confirmation_icomoon.svg',0,'Íî¡nî\'®áhþSkZcê','Íî¡nî\'®áhþSkZcê','m¸,.Ô<a<X`#þÚïY?B3úˆ»ªC¬ÁYT','',0,'?'),('W,Ï~¾êÈ\0¤Êb®J','wp-content/plugins/thrive-visual-editor/landing-page/templates/css/fonts/vibrant_lead_generation/vibrant_lead_generation_icomoon.svg',0,'0Ow‰ÉºƒT›„¶GZ','0Ow‰ÉºƒT›„¶GZ','ÑÍg\'”œôÃ“6)à+Ä°åhí\nv:j˜û5F','',0,'?'),('é®¯ºQÌÆš\0†”Ä^','wp-content/plugins/thrive-visual-editor/landing-page/templates/css/fonts/vibrant_sales_page/vibrant_sales_page_icomoon.svg',0,'l®}©+g095z:hA²ãh','l®}©+g095z:hA²ãh','deP¦a\Z©	–ÆMàÕ\'¸}	Ì_ÒJVS™','',0,'?'),('¢ÖJ:Œc\nÙ?dC›ë','wp-content/plugins/thrive-visual-editor/landing-page/templates/css/fonts/video_course_email_confirmation/tlp-icon-videocourseemailconf.svg',0,',9äñ÷ð3*¾¤¡»1‘>',',9äñ÷ð3*¾¤¡»1‘>',',€‹ÞGŸ‚è¾dÙ.(ð8>SR÷\n\ZovõO)7™.','',0,'?'),('[gw^]Ÿ&‹·k0›ÙSd','wp-content/plugins/thrive-visual-editor/landing-page/templates/css/fonts/video_course_email_confirmation2/tlp-icon-videocourseemailconf2.svg',0,'Ëê¿Å­\0ï»à+óÐòÖ¢\n','Ëê¿Å­\0ï»à+óÐòÖ¢\n','Š@-™?YŸäºæKñGM±¿Òäå ,i—%\"Á(W','',0,'?'),('*$8„P´™ éXò\0c=','wp-content/plugins/thrive-visual-editor/landing-page/templates/css/fonts/video_course_lead_generation/tlp-icon-videocourseleadgen.svg',0,'µwlíñüruù>¤÷Ö','µwlíñüruù>¤÷Ö','³ß ð“ÉËêˆ]™pÌ`‰ß…wÝÛO³œuFó–µ×ìi','',0,'?'),('79a¼Sù¦U7àñÏ\Zª¨Q','wp-content/plugins/thrive-visual-editor/landing-page/templates/css/fonts/vision_autoresponder/vision_autoresponder.svg',0,'¦•à°Yˆ ÜÛKÃ\'Y','¦•à°Yˆ ÜÛKÃ\'Y','Y<@”‰×Hô@*·Û;Yo Q¡¼/Œ:Ž¿$r°è\r/','',0,'?'),('u£mª$¸#â÷ ¼	ê','wp-content/plugins/thrive-visual-editor/landing-page/templates/css/fonts/vision_confirmation/tlp-icon-visionconfirmation.svg',0,'í¢l‹ÿ\\?­ÌœÚ©ï$','í¢l‹ÿ\\?­ÌœÚ©ï$','*>‰ÍË%€€ø£4þ™f¹¾Nçî9TìËV±ÝÊh{','',0,'?'),('¯z\0p:sö»j. v& ','wp-content/plugins/thrive-visual-editor/landing-page/templates/css/fonts/vision_download/tlp-icon-visiondownload.svg',0,'’ñ§^gmßhiØ\nƒ','’ñ§^gmßhiØ\nƒ','…®`\ZÈCJö8ò÷•î>œ¡>$0Ú[ÏÒ‰ÓÒÉÆò','',0,'?'),('¦„&õÓ£´<«ÝÃè§','wp-content/plugins/thrive-visual-editor/landing-page/templates/edition-author-lead-generation.php',0,'f¡l©SÎ2”cðM®¢ä','f¡l©SÎ2”cðM®¢ä','ûµ;zÕØÎ?È@¶c\'à2 eE]…€Ló‹ÑêÔéÐ:Œ<','',0,'?'),('’ï6›¡5‰Ãùãâpà','wp-content/plugins/thrive-visual-editor/landing-page/templates/edition-book-landing-page.php',0,'e«:zŒƒ,sï8 b8','e«:zŒƒ,sï8 b8','_çÐLÎÎR>¦7„´ïWØµ™ÍâÈ”`­ç§CÆ','',0,'?'),('¿àÝëÌz—øÌž·Ë ¬^','wp-content/plugins/thrive-visual-editor/landing-page/templates/edition-download-page.php',0,'©`ûÑ¤“h»¸dXÚ½','©`ûÑ¤“h»¸dXÚ½','ÚÅ\"ÓÔKv{¯Z<ÂÖÛ¬å¢²ý$^ŠÜ™ÏŠ%','',0,'?'),('c8g.;ÊD€GbðP','wp-content/plugins/thrive-visual-editor/landing-page/templates/edition-email-confirmation.php',0,'/¾¸Y_Ô”QñÆk','/¾¸Y_Ô”QñÆk','ø	ö¨Y\"Î£‹ÂQìÖ@Xw_ï=ºÇõ	–‚	²','',0,'?'),('ñŸ¿‚;¶:\0¢|—ú','wp-content/plugins/thrive-visual-editor/landing-page/templates/edition-email-confirmation2.php',0,'6$t%à`ª(PÁ ùžô','6$t%à`ª(PÁ ùžô','øA$¤½èt¶i€{™Ïì–ˆo|ÂÚí#ríB‡\ZH','',0,'?'),('Ud 4Ìv:\\Œ)òûëÁ¶','wp-content/plugins/thrive-visual-editor/landing-page/templates/edition-lead-generation-page.php',0,'{E«‘€œzÿ.S8ïq—','{E«‘€œzÿ.S8ïq—','Î:ï«þ2î¬>‘Zü¾ÓztèmG¥G1Õ’Ãò¢Ö','',0,'?'),('N!\nëÑûÍö$Èxu¥à','wp-content/plugins/thrive-visual-editor/landing-page/templates/elementary-2step.php',0,'V!\rˆ@3º\ZÁû«N','V!\rˆ@3º\ZÁû«N','læ±âîRhžÓÓÁ ßcvä#$°4/€Dý¡%¢&','',0,'?'),('.LÅ°rzŸ„j†å¨ë<åÀ','wp-content/plugins/thrive-visual-editor/landing-page/templates/elementary-download-page.php',0,'@5v¾³bIÌ\0œ<þÑÁë','@5v¾³bIÌ\0œ<þÑÁë','þ™$ûrHÏÎ	Ué}bA€Õˆ“ªñ¡â¼ïÑõ€ÂÛ•','',0,'?'),('×ï\rXx_ÅX>¸ÔOáü','wp-content/plugins/thrive-visual-editor/landing-page/templates/elementary-email-confirmation.php',0,'ÙÑ]ú[¿¡ŸJ†dE\n\"','ÙÑ]ú[¿¡ŸJ†dE\n\"','ÒÙTä¤L·D·F\'æÁ^À§!·’%=é(…êG','',0,'?'),('õ(Ù%×“]+Sÿ²Åçû;','wp-content/plugins/thrive-visual-editor/landing-page/templates/elementary-lead-generation.php',0,'HgÍ¼Ö*•c®…n£V¨Ž','HgÍ¼Ö*•c®…n£V¨Ž','ÑÀÌéçÛå§0ºê^±·—úav“ìZgÓbÛí1Æ5Ï','',0,'?'),('±U¸¡Ú”åzÞ,€','wp-content/plugins/thrive-visual-editor/landing-page/templates/elementary-video-sales-page.php',0,'µ~4ØÞ¿Ãf¢’é:Í','µ~4ØÞ¿Ãf¢’é:Í','Ì©õ/(9£wtwí(È™\\¬Ó1|b§XµÃTÐ','',0,'?'),('Ú¨û•Ì¦Öy‘Ä','wp-content/plugins/thrive-visual-editor/landing-page/templates/fame-2step.php',0,'†Ÿ!8èöX`ªdð‚ºl','†Ÿ!8èöX`ªdð‚ºl','K±S¬\"hR8ÑŽáæ“6­´«3Ì#5Â¶˜Ÿ¹','',0,'?'),('½#3×¦ù*(©!¢b','wp-content/plugins/thrive-visual-editor/landing-page/templates/fame-coming-soon.php',0,'P¼Ì”7-^Ùº‡°þÏ>','P¼Ì”7-^Ùº‡°þÏ>','SgäCªûõöxn+¤‡\Z¸¼µœInŸóYÞ[™Ž\n­no','',0,'?'),('‡U˜ycéTßÕkìà?Eä','wp-content/plugins/thrive-visual-editor/landing-page/templates/fame-confirmation.php',0,'÷Ê_¹«M 1ïºW·ypi','÷Ê_¹«M 1ïºW·ypi','Öi°ë`KüÕTÿ£tŠ4’äÊ”Ž¢%.‹ñvß','',0,'?'),('ñ<]˜D˜‡}ôÆˆf\0J','wp-content/plugins/thrive-visual-editor/landing-page/templates/fame-download.php',0,'ôýn¦–‹FQ\ZÄÖ®ÍäŠ','ôýn¦–‹FQ\ZÄÖ®ÍäŠ','7{°øÔe¦‚å‘fº;~MÐÛÎ°ÓZútþR48?b','',0,'?'),('É¹_1£Ø£ÁlÚ=P@ë','wp-content/plugins/thrive-visual-editor/landing-page/templates/fame-minimal-lead-gen.php',0,' 7ª5ýHYi!‹Å”E~-\"',' 7ª5ýHYi!‹Å”E~-\"','`Ö	gÚZ†«½‹R®¨iÏ¡û«lñÈ5P\rÖ','',0,'?'),('Cea^Î[uõç]C','wp-content/plugins/thrive-visual-editor/landing-page/templates/fame-multiple-choice.php',0,'YŒéMŠe\r(lV!Ò','YŒéMŠe\r(lV!Ò','k±*Îcóv\0Ï\"â{Ï^ý—JÍk¤Ã\'Þí\\¸,Æ','',0,'?'),('FáÉ\'ÕGÇvõ,p','wp-content/plugins/thrive-visual-editor/landing-page/templates/fame-video-sales.php',0,'h‰Œ+ÔxS@uUŸg^hr','h‰Œ+ÔxS@uUŸg^hr','W_‘*#&Ó(n~µï9ûœ¶Ê\r”…‹ÑO)õzºã9þ','',0,'?'),('ãŽ\n8E)uwŸi‹','wp-content/plugins/thrive-visual-editor/landing-page/templates/flat_confirmation.php',0,'¢JDM©gW%ÍÍÑ“Âe3','¢JDM©gW%ÍÍÑ“Âe3','§¡{´ÜVÈa©D«ôk<€)’ïÿ°*7¾øuÂÈP','',0,'?'),('³¬Ïq>Çí5ŽjÝ½Sÿ','wp-content/plugins/thrive-visual-editor/landing-page/templates/flat_download.php',0,'«l‡jú|o‹äòúŸð','«l‡jú|o‹äòúŸð','Ä}ñ¨©Ï@7©¨\ZW%1ÊnŒý“s|ä€€››æä¯','',0,'?'),('\'4Q¾Wóëp,l)«y†%½','wp-content/plugins/thrive-visual-editor/landing-page/templates/foundation_lead_generation.php',0,'„Ò9¹¾X,PË²¨µò','„Ò9¹¾X,PË²¨µò','ŽØ˜T}Ég™ÛÉÍƒá(RÂâ‹}8fs[[ðƒ^€¬Í','',0,'?'),('/xi.%‚¤÷ùuÜýêZ','wp-content/plugins/thrive-visual-editor/landing-page/templates/foundation_personal_branding_2step.php',0,'g”OèöYz°çÀøÍ+','g”OèöYz°çÀøÍ+','ÉPO¬èÅË¦dÄWÊU‡ÇPß¬\0úÖÈ†|ÂH|','',0,'?'),('ŠßÊ\"\"„(¥ƒT•«6\0c','wp-content/plugins/thrive-visual-editor/landing-page/templates/foundation_personal_branding_confirmation.php',0,'ùr¶M€îè:¬7²ä','ùr¶M€îè:¬7²ä','#L*¥ºÀ3ªÓS…’[®N ×>Augplx‚L o','',0,'?'),('¤GâÅ=fnqIœ0¯øJÉ','wp-content/plugins/thrive-visual-editor/landing-page/templates/foundation_personal_branding_download.php',0,'¾fåÄW.dá^~\\ò','¾fåÄW.dá^~\\ò','ñ¶–æãàÚ\'í¥¨5ªAÑ2-7pP´º«ìc\"\n\\¢','',0,'?'),('‰o@íâ-Ó6›I7y\'','wp-content/plugins/thrive-visual-editor/landing-page/templates/foundation_personal_branding_lead.php',0,'c\r/^ø˜Ú%\ní|','c\r/^ø˜Ú%\ní|','¥³›Ð~ÈÊÉÎ*Ÿ©×®ú{‚zZwtl¥ƒ»Ú<ùûsj','',0,'?'),('š¾ðçW×Û”rÿY}äÍ','wp-content/plugins/thrive-visual-editor/landing-page/templates/foundation_personal_branding_welcome.php',0,'-‡a:õŽûœ]{ÊÞù','-‡a:õŽûœ]{ÊÞù','“«z#B=\ZšH+¨êIšT¥±ÀÆq?Îjª','',0,'?'),('õ½A~¨ƒ¯f¹Ë?ÁÎA','wp-content/plugins/thrive-visual-editor/landing-page/templates/hybrid-homepage1.php',0,'@º(¾ÚÙØFî…\0‚C^“','@º(¾ÚÙØFî…\0‚C^“','\ZiH~7‚³G›xS‘bAjØÙïÕœm.\n‹Õ','',0,'?'),('ä$þ›¼ehÜu¬!™ñ¬','wp-content/plugins/thrive-visual-editor/landing-page/templates/hybrid-homepage2.php',0,'©–\"lKJ¥‰gì w@™','©–\"lKJ¥‰gì w@™','‹Pd8‡xyK(^ú<“îð³]‡‚=Ãi–\'ìÆù„	ôó','',0,'?'),('ëÜ–8?RpŒâ®	Ð¬À','wp-content/plugins/thrive-visual-editor/landing-page/templates/lead_generation.php',0,'D01hÖËXÿa¶k6só','D01hÖËXÿa¶k6só','¥EnlªÇÀ¹Šáõ¹`øü?yU”5<[ø˜„Í(r’','',0,'?'),('Ô\'Nb­ëèù©ç«†Ÿ\r\'ô','wp-content/plugins/thrive-visual-editor/landing-page/templates/lead_generation_flat.php',0,'(©ÛõG\0\0g\ZÅYs}ŠG','(©ÛõG\0\0g\ZÅYs}ŠG','$KWÈ3•0a´7ëØˆå$°cUÙEÊ3ÓúÅš¼¼','',0,'?'),('%%ÌýfçY:5…ºPQ','wp-content/plugins/thrive-visual-editor/landing-page/templates/lead_generation_image.php',0,'Æ6×çÛ*‡%Ò<HQD)','Æ6×çÛ*‡%Ò<HQD)','ÖäÖýN™·Ën*c\'S3g¾Ždðâ¥†ŒLé,BSÖ','',0,'?'),('O˜(½8T¿ÅÑ³È’v¼','wp-content/plugins/thrive-visual-editor/landing-page/templates/lime-coming-soon.php',0,'hÒ’à)Úz×DH˜×','hÒ’à)Úz×DH˜×','x×S¡¶œÂméüšC]—‘`ù„Y7°-ùXÖ^ðÖ?','',0,'?'),('±Ð«YÆÒ¿¿‡Lªïb÷>','wp-content/plugins/thrive-visual-editor/landing-page/templates/lime-confirmation-page.php',0,'ÏÛÎ¯—d°ÚI.üD<×Â','ÏÛÎ¯—d°ÚI.üD<×Â','[\"y›Ú–ÝŽ4!0 Ë\"ÞãšFþ·Ž,±ØVx4Ü®','',0,'?'),('2† ÒYÂÊ\0[÷·öÌ','wp-content/plugins/thrive-visual-editor/landing-page/templates/lime-download-page.php',0,'$7µ2òþâCõN8Ï?h','$7µ2òþâCõN8Ï?h','9„Ó+¨ý@n&bXpNÑzÓãÁIv\\ù”Àày˜ƒó','',0,'?'),('’ãš/q{¡a­éEÚ$•A','wp-content/plugins/thrive-visual-editor/landing-page/templates/lime-lead-generation-page.php',0,'8ª‡c¯;8HWˆ®,iÿ0L','8ª‡c¯;8HWˆ®,iÿ0L','ì¨Õ\06u\n_p°œR&²-üWrE¡d]6;AÞ ·ê','',0,'?'),('d32^\rò“û`+Óˆ6?–','wp-content/plugins/thrive-visual-editor/landing-page/templates/lime-lead-generation-page2.php',0,'	þÍ,/]­uÀ$­Á‘‘','	þÍ,/]­uÀ$­Á‘‘','»›ÑÒf!$\'\rìWüh«.JßX M€¬B†62ÿ','',0,'?'),('›#ÛÙÈHŸ~?6©ª­MßQ','wp-content/plugins/thrive-visual-editor/landing-page/templates/lime-sales-page.php',0,'Xu4C/S™ÇàÃGÍcŽ‘','Xu4C/S™ÇàÃGÍcŽ‘','¨®4«Øfäpˆ¶ `Gx“cbÿÄãòã1þæ\rÅÞŸ','',0,'?'),('¤©C5.(ëîlÒ¶\"»','wp-content/plugins/thrive-visual-editor/landing-page/templates/lime-video-lesson.php',0,'FÔW@¹?ø¥åh¢5M;','FÔW@¹?ø¥åh¢5M;','>v4c7,‰„êå}-\ZR¯K\nsn£HñhQ†>¦X','',0,'?'),('ðÅ¯ëVÇ~±A?oKüä’','wp-content/plugins/thrive-visual-editor/landing-page/templates/lime-video-sales-page.php',0,'Ñ%ª¤A`ò4#—ï²','Ñ%ª¤A`ò4#—ï²','j&–\Zh$Xº,e€Zè§ì‹/ª|«\0ÊÛÖ¶Nè','',0,'?'),('Ì£ÙX¸\Z=2¡Ò}nk','wp-content/plugins/thrive-visual-editor/landing-page/templates/mini_squeeze.php',0,'8­\\»Ò¬ƒüvö\0','8­\\»Ò¬ƒüvö\0','=a—éÍäÃ_H0«fœ‡’ïké#ÐÚ»“ÚåCläÈ7c	','',0,'?'),('xŽPY-ÜËÂÌ}WK‹','wp-content/plugins/thrive-visual-editor/landing-page/templates/mini_squeeze_confirmation.php',0,'wpôQ–í}~·šÀº¥×','wpôQ–í}~·šÀº¥×','\"»»¾ŸkŽd-bNczÓà\rj\'¸Tù”é','',0,'?'),('ö¤áš4Á÷a)â(!ÀÝs','wp-content/plugins/thrive-visual-editor/landing-page/templates/mini_squeeze_download.php',0,']oF¥fø/ÃzHn',']oF¥fø/ÃzHn','¹Þ­yÂ¶ÐÇ_|ïTä¥ÖbzC$‘ÁÁ@òØ-Q|','',0,'?'),('ÜGR)÷\"ÌÇÿÆÑåSý','wp-content/plugins/thrive-visual-editor/landing-page/templates/minimal_video_offer_page.php',0,'C€H·\nT\"R;&!]»ÆWÂ','C€H·\nT\"R;&!]»ÆWÂ','žùT&„+Ú4°âÿ¯—Y]p°Ž¯8Ø±\rL\'«çûÍŽ','',0,'?'),('AIÛ\réèžÐæÀß´³¯·','wp-content/plugins/thrive-visual-editor/landing-page/templates/offer-focused-homepage.php',0,'pE‹H¤µç(‡Æ­','pE‹H¤µç(‡Æ­','»Ž†V±¦dñš”ÿÚ!?ÀÖ\'õ·ŒX>«’Ñ\"‘‰Â','',0,'?'),('²ï‹à ?[Ú~Åÿ¤xÓ ','wp-content/plugins/thrive-visual-editor/landing-page/templates/phonic-bonus-episode-download.php',0,'§5ŽñÊH m?Ô>ÄûÜ‹','§5ŽñÊH m?Ô>ÄûÜ‹','&Ð§=àÈzD&%n‚î\'MÓ7áÜ½ª‰ñÝéJ','',0,'?'),('\\Ì£AâÄ+¹Å5®jZŠ','wp-content/plugins/thrive-visual-editor/landing-page/templates/phonic-bonus-episode-optin.php',0,'½®•l8‹„Ó8j\"','½®•l8‹„Ó8j\"','HÎgš©xÐ™;Ó`Ï`¥¾ùº¯`:à\'XqJûþ','',0,'?'),('~ÑcF‹«>ç<û[×i¤|ø','wp-content/plugins/thrive-visual-editor/landing-page/templates/phonic-email-confirmation-page.php',0,'I~äÂëzó+{_x\rÆ','I~äÂëzó+{_x\rÆ','/ÝðÉìäK¾Ù˜~ú5e|EYMÎˆ\rÕÎSËÅÿdÐÍ','',0,'?'),('Ï|A=žßåÙ-ßÉJ¹’–ª','wp-content/plugins/thrive-visual-editor/landing-page/templates/phonic-email-first-download-page.php',0,'_‘ª?–ü—¿þÏ”’	ÖäŠ','_‘ª?–ü—¿þÏ”’	ÖäŠ','Ší/Z‹äË\ZÞ`cÎ]xSh´à§÷Çþ}a','',0,'?'),('‡ÈåvT–.2û‘†ïÿ','wp-content/plugins/thrive-visual-editor/landing-page/templates/phonic-email-first-landing-page.php',0,'ý|A+H!±tf¬','ý|A+H!±tf¬','¿Ø³¡Õ4mBz\r„·?ÊÄ•p~ÈôÇ,‰ì\0y¦Ñ','',0,'?'),('jô…udÄÁMI¶','wp-content/plugins/thrive-visual-editor/landing-page/templates/phonic-podcast-download1.php',0,'ÂD;æcpO…Äˆ k5Å','ÂD;æcpO…Äˆ k5Å','1X¤Ñ/‘_§óÌœÕâà¬a<ºÆäÙ\0!„§½','',0,'?'),('•Á:N%ävU`†=','wp-content/plugins/thrive-visual-editor/landing-page/templates/phonic-podcast-download2.php',0,'1î2¥uŒ\Z2ïŸl2«q','1î2¥uŒ\Z2ïŸl2«q','Üa\"¹‡=yùˆ	¾&2âûn=EžP‚óÚè´`3÷å','',0,'?'),('˜ÐJæ=»a§}@”¹','wp-content/plugins/thrive-visual-editor/landing-page/templates/phonic-podcast-itunes.php',0,'WL#`½—ÇZËÐ1’k¢','WL#`½—ÇZËÐ1’k¢','<·FiqÅÔˆÊ€îðž¥.Á4è–Õt¹s€!n-','',0,'?'),('-C·ÔE|¬,PäìÌ˜2','wp-content/plugins/thrive-visual-editor/landing-page/templates/phonic-podcast-soundcloud.php',0,'‘ˆÀP³­EÉéô2R’>Yz','‘ˆÀP³­EÉéô2R’>Yz','í®þ—^Bý\0sc“*JÑç‡þdÃ4 žÔH¨','',0,'?'),('o@5Ò!kqÈÃb>‘¢¯ˆè','wp-content/plugins/thrive-visual-editor/landing-page/templates/phonic-podcast-stitcher.php',0,'ó#t	íÊ¹{\\Ð\0ê†\'A','ó#t	íÊ¹{\\Ð\0ê†\'A','á{¹@$Ž5Q`xf¦@öqæF¯Ä]Qì‹´ @½`\ZÒ)	','',0,'?'),('OöšJSxÓ6fƒ=ô‘q','wp-content/plugins/thrive-visual-editor/landing-page/templates/phonic-podcast-subscription.php',0,'Þþuè°Ðn\"Q\'¥Ätò','Þþuè°Ðn\"Q\'¥Ätò','—¦©·L”pZyß‚`›‰å\r$\'½}Ð\\¾­5åF','',0,'?'),('*W§þuß–T²?èå H','wp-content/plugins/thrive-visual-editor/landing-page/templates/phonic-universal-podcast.php',0,'QŸQC6,¢;qR_;z','QŸQC6,¢;qR_;z','O®ŽÿÐI9d_25À=%“¦NÚìütÞ®œÿ\n¸K5Þ','',0,'?'),('¸\n¡Vâ•x/5×ýGDUQ','wp-content/plugins/thrive-visual-editor/landing-page/templates/review-comparison-page.php',0,'‡Ùé•ƒ[Ìæ¦ñ÷G ','‡Ùé•ƒ[Ìæ¦ñ÷G ','Èü®t`NÈ*®X íÔÊU¥`ž8¤äÞEß4Fœ[','',0,'?'),('™•)t¦®%P)ð€º³','wp-content/plugins/thrive-visual-editor/landing-page/templates/review-page.php',0,'ßØ<Ó#¤®†¤Ãj¡‚k\"¡','ßØ<Ó#¤®†¤Ãj¡‚k\"¡','cµ€i:×ëÞÊÒñÖ>EÞ‡‹K¹Ý_uâÖö*7ü\nÒï','',0,'?'),('8Â±\Zÿñ£ÀES!Gû','wp-content/plugins/thrive-visual-editor/landing-page/templates/review-resources-page.php',0,'UˆãV2É	,’-K¶ë','UˆãV2É	,’-K¶ë','áäEöAÆåÚVÁ8XtÙJò°,I”À±\0Àâö¿','',0,'?'),('\0sD¸ÚÑÉ\"#Ö±ª¸,¡','wp-content/plugins/thrive-visual-editor/landing-page/templates/review-video-recommendation-page.php',0,'ÂeÞ—†“ÀKLA‘D¹','ÂeÞ—†“ÀKLA‘D¹','÷µŽ>)æ<!w# u\ZRD4t/X¾ü_±0¼§âÜr','',0,'?'),('Û&O Û¶èü‹€km ÷','wp-content/plugins/thrive-visual-editor/landing-page/templates/rockstar_confirmation.php',0,'$ƒœMäq°£¸{ÖÊá','$ƒœMäq°£¸{ÖÊá','£þT¹YJ´<{éÒ—.Q6óV1X#ÉõñSˆ÷»D| ','',0,'?'),('•¢®­˜žŒËà:öÀT°','wp-content/plugins/thrive-visual-editor/landing-page/templates/rockstar_download.php',0,'þ˜®Ê@D{@6¢žñ9','þ˜®Ê@D{@6¢žñ9','¸ÎLÌ^úË(ŸûaíàÏ»Ïè•‹qåö mÞu…Ó[','',0,'?'),('¢äáŒaß…ò÷Ð3»','wp-content/plugins/thrive-visual-editor/landing-page/templates/serene_download_page.php',0,'<s¨VKC™*M²`ÏÏâG','<s¨VKC™*M²`ÏÏâG','˜æmXV— ŒÙ\\ÒÐG?\nZŸÓñ²@íC@~«!§ï','',0,'?'),('\\WÉ0„¯b\"Qfh†¿Ö','wp-content/plugins/thrive-visual-editor/landing-page/templates/serene_lead_generation_page.php',0,'ý×ÞõwŸ€èˆŸÿ','ý×ÞõwŸ€èˆŸÿ','5F…käöp›WËŽˆNŸËuïýË°ÄâsþþÓp','',0,'?'),('4ÂI…sÈ¿>ì2öZï','wp-content/plugins/thrive-visual-editor/landing-page/templates/simple_confirmation_page.php',0,'Ù—@(éç‰N)÷€š\'h','Ù—@(éç‰N)÷€š\'h','\0kâgóÊ©t¬b…ö›‰=îA·&½¼ÝÙF;j‹','',0,'?'),('‰6Yút…±AT0ãÉ5g','wp-content/plugins/thrive-visual-editor/landing-page/templates/simple_download_page.php',0,'Î7Ëðÿ&5!ß™Ìœsd','Î7Ëðÿ&5!ß™Ìœsd','WoäÓ41¶©?§deƒ|oÂ.®š:‹Æ~îD}:”ì','',0,'?'),('4‚m-Ÿ$Ãäò¾&µŒ','wp-content/plugins/thrive-visual-editor/landing-page/templates/simple_video_lead.php',0,'Žz¦K¶{Ô<®JKpýž','Žz¦K¶{Ô<®JKpýž','ËâJlrûqV¯¶\0*e_­Û.úÞºFn4¾¹Yï0>','',0,'?'),('Š‰Ý¬­í)\'ó{‰5£','wp-content/plugins/thrive-visual-editor/landing-page/templates/vibrant_double_whammy.php',0,';¦É­P/£÷R.Gº¥46z',';¦É­P/£÷R.Gº¥46z','+:Xes\'dÃ‘”ã\'ß‘&Í€é;kÎ;˜>oKgí’','',0,'?'),('Ð8S‡tÁÜ¥R‡+\"&W','wp-content/plugins/thrive-visual-editor/landing-page/templates/vibrant_download_page.php',0,'k„¢¦}ûtŽL±¿Ž\r','k„¢¦}ûtŽL±¿Ž\r','KZ-¾*£(§—;=¶çÊ·óïÅ³íÏ¯‹‚i‚¾‡ì','',0,'?'),('Wî§¼{ö°À»ËWLÌ','wp-content/plugins/thrive-visual-editor/landing-page/templates/vibrant_email_confirmation.php',0,'`pP\Zäì×GÒêÉÖ¼÷','`pP\Zäì×GÒêÉÖ¼÷','ŸjêëÐ¦oùsTbòï#ÆË!÷ÕÎ¾\"¶‰òÔ/','',0,'?'),('ÔÜo¤ÿ²¥*|(g–Âg','wp-content/plugins/thrive-visual-editor/landing-page/templates/vibrant_lead_generation.php',0,'“\\R\nVÆl1x ïåD¨','“\\R\nVÆl1x ïåD¨','ÕÑ0Vr®¦:ãS¼ó¦Ù1à¤*NéN†ç<³èú:´ì','',0,'?'),('@+ƒV\"¿iýL¬,Ü','wp-content/plugins/thrive-visual-editor/landing-page/templates/vibrant_live_streaming_page.php',0,'€„QÒsnñ^óÓèÓ','€„QÒsnñ^óÓèÓ','è™pQ\'âèÙI¸³!\\Oyïn-òqáàaëGPŠ','',0,'?'),('ÁÀuÞ¨&6KëO^','wp-content/plugins/thrive-visual-editor/landing-page/templates/vibrant_sales_page.php',0,'¼Ç¿3E<á¢&PtjàÑçÒ','¼Ç¿3E<á¢&PtjàÑçÒ','ŒÇšC\0’,é¤žÛ@^T¹ecmJš˜ô¦	·:','',0,'?'),('3w™Î©’Væç¢å^U','wp-content/plugins/thrive-visual-editor/landing-page/templates/vibrant_video_sales_page.php',0,'¿‚(7ƒËèŸµù}:ÚQ','¿‚(7ƒËèŸµù}:ÚQ','x×DV{@ƒ§…„\ZnÈÛ/ƒˆÎh)ÐûÉvÈ','',0,'?'),('ü­jÿJþ/±¯Ñ_tàu','wp-content/plugins/thrive-visual-editor/landing-page/templates/vibrant_webinar_registration.php',0,'e\nÝE %5ÞÓÌÔ…{i','e\nÝE %5ÞÓÌÔ…{i','“Æš‰\"À¦œßòý¾6a4,ªÎš³Òâ®–Û','',0,'?'),('Êë}O¾‹o—eÂÍÙ¶É','wp-content/plugins/thrive-visual-editor/landing-page/templates/vibrant_webinar_replay.php',0,'Ò\0ÏG	6dÀWnœž','Ò\0ÏG	6dÀWnœž','¸i²Á\"¯ÈË±	J½X/oz®èkN¤™','',0,'?'),('7WŒ¬}O‡ˆsâ‡‚','wp-content/plugins/thrive-visual-editor/landing-page/templates/video-course-email-confirmation.php',0,'s\'1©:“jQ9÷Ÿ\'n','s\'1©:“jQ9÷Ÿ\'n','Ôv&Ò)ŠxkÃrÙ¿ìÄ4ô{‘ª\"àá›)v¢xŸø','',0,'?'),('¸~<²Û–†¥.t','wp-content/plugins/thrive-visual-editor/landing-page/templates/video-course-email-confirmation2.php',0,'Gî‡V¸à\Zm}ÐýÙ\"','Gî‡V¸à\Zm}ÐýÙ\"','9x€9—]#\r«V/±R1 QN†ØYtxà±Ph	®/Õ','',0,'?'),('ÿÔ¸›ÌDÔ‹`vLy\0Á','wp-content/plugins/thrive-visual-editor/landing-page/templates/video-course-lead-generation.php',0,'ÄÅÎióäPøÈ’ÕÐár','ÄÅÎióäPøÈ’ÕÐár',',ùŸÚR4vObç‰ W&›ñ-˜1¾k*u£[‚A	','',0,'?'),('yA‡\\Á{cé‹y\\™,','wp-content/plugins/thrive-visual-editor/landing-page/templates/video-course-lead-generation2.php',0,'ÉÎ¬eRÈþ:|TÉÊ','ÉÎ¬eRÈþ:|TÉÊ',')õA·•¯Í(ýÊNiÓŠÃ>îáçJØð’ ÃŸ9Ä','',0,'?'),('ÍÜä.4¨w%0Ë,7¿‰','wp-content/plugins/thrive-visual-editor/landing-page/templates/video-course-lead-generation3.php',0,'0äÁKE\0˜ðèÐ¢£u','0äÁKE\0˜ðèÐ¢£u','Ê†Ž³™KŸë‘Ô—Úƒ\\%´®éÖ¦°ÆšKŽ€d_','',0,'?'),('þóõôKêŽ\'m¤ñ;~Jn…','wp-content/plugins/thrive-visual-editor/landing-page/templates/video-course-lead-generation4.php',0,'<À¿åAþ¤« [\"<\"','<À¿åAþ¤« [\"<\"','ëñ¨Iñ¢t¾	PBøkÒ.*ÚrÆ¦aýuM›Së§ªK','',0,'?'),('¸­TUz0»šÅïK¢\r >','wp-content/plugins/thrive-visual-editor/landing-page/templates/video-course-video-lesson-page.php',0,'(àú\nÓÖÇîj_Ÿ','(àú\nÓÖÇîj_Ÿ','–=£û\niøƒ»ºdþ¿t¡ÙR-( ±¹\nÈ÷óDí','',0,'?'),('ÀVê©Ipò„Ö÷÷|wõ','wp-content/plugins/thrive-visual-editor/landing-page/templates/video-course-video-lesson-page2.php',0,'¹-¶À{CýI\"ÿ{¿¾Æ','¹-¶À{CýI\"ÿ{¿¾Æ','u,Ö&˜(È…ÿ‡o6ÒÑga“µƒàOÍM…¨Ïä!Ä','',0,'?'),('[9vWÍùt)‡ÿµ?ã','wp-content/plugins/thrive-visual-editor/landing-page/templates/video-course-video-lesson.php',0,'VËÏf”Ð_¤ÃH•5Ôá','VËÏf”Ð_¤ÃH•5Ôá','4÷?”9¸Œ_^2ð‹²:OÍÌæ\"bùûµ1ux3Äg´','',0,'?'),('µ¾Cçœä¶U#¹¦ù«+q¹','wp-content/plugins/thrive-visual-editor/landing-page/templates/video-course-video-lesson2.php',0,'Äàý±t•O§ôˆpd¢Y','Äàý±t•O§ôˆpd¢Y','ÌñŽ´Ú oð¤FeU’¡Ì³rèòŽÇ¶Ö¯4ëB}]','',0,'?'),('í–™AUz³s\rúßÊˆ¨','wp-content/plugins/thrive-visual-editor/landing-page/templates/video_lead.php',0,'3|èwú©/÷eEytIDÒ','3|èwú©/÷eEytIDÒ','Í¡=ƒ^‰óß[u6¥PüœëtcBÑõQ£ˆ¦ìS­ž	','',0,'?'),('Ó[ó}í{g2æ·«Äˆ','wp-content/plugins/thrive-visual-editor/landing-page/templates/vision-1step.php',0,'±¿—ýî;™8& YÚ·§','±¿—ýî;™8& YÚ·§','*èl!ØûwÝÒ¡·É€ýx9\ZzâTš›vCwÕ£gý','',0,'?'),('äÃV–§kY\0ûIôF','wp-content/plugins/thrive-visual-editor/landing-page/templates/vision_confirmation.php',0,'ú­õ•Ì|hi,…*˜Î','ú­õ•Ì|hi,…*˜Î','‚<‰.KP7ôß)/\0ô;™Ï\rrrëîÛÅj< ¿Š','',0,'?'),('î¡ÕýYîñQö8ë“Åy','wp-content/plugins/thrive-visual-editor/landing-page/templates/vision_download.php',0,'Ue÷ñ;ö¥Q\\ãà','Ue÷ñ;ö¥Q\\ãà','äF\\4+%t”_­Äù‡dŠ\"`ßmHLî©€V¥Â³6ïo','',0,'?'),('úÏÄ¯@y\ZÕku{Åöd<','wp-content/plugins/thrive-visual-editor/plugin-core.php',0,'´ôPdˆ£ì*˜oˆàãOÍy','´ôPdˆ£ì*˜oˆàãOÍy','\0âHØ×æÖ@²éQÂ€å&f‚3!‡¸Õ©','',0,'?'),('IRÔa Yùœ!®·üU¥','wp-content/plugins/thrive-visual-editor/thrive-dashboard/classes/AjaxController.php',0,'#?‹…§gÅ4u¼×\'æþ','#?‹…§gÅ4u¼×\'æþ','ÆÜ¯FaæÖfM-ÔAÝÂÒurf)£}ó\\_QYä°}','',0,'?'),('°|/ÿ•ß-ÿOøÏó„Žò','wp-content/plugins/thrive-visual-editor/thrive-dashboard/classes/Product/Abstract.php',0,'Ïó·²ÕÜ¬µ¨Dk¸','Ïó·²ÕÜ¬µ¨Dk¸','·{·×ßz»`éžÂú—M¼„T<k wTÆ/ƒÀ','',0,'?'),('‚J}(qËZzTµšGY½','wp-content/plugins/thrive-visual-editor/thrive-dashboard/classes/Product/LicenseManager.php',0,'V†­ñv±˜\'\0¤^÷ï','V†­ñv±˜\'\0¤^÷ï','qj9~sZa œAš(í-±T¨©pÿl½Ûªeš*O','',0,'?'),('k\\½LÌ¿|1Gûv·','wp-content/plugins/thrive-visual-editor/thrive-dashboard/css/font/dashboard-icons.svg',0,'€å”ß„ÎlÍÿX','€å”ß„ÎlÍÿX','é!†¥v¶hfI8§ú#|sú`˜¨pU›™dGC	`Ç','',0,'?'),('Ç.kwA\\Ï;ãöåÓ¤)','wp-content/plugins/thrive-visual-editor/thrive-dashboard/css/font/icomoon.svg',0,'|öL×µ¶¸~x#©Œ','|öL×µ¶¸~x#©Œ','4=õxŠž\"†„\"€VÇˆl1H³û2­¶wê¬|','',0,'?'),('ÕÒ†Ø¯îí,ýoBÑˆ','wp-content/plugins/thrive-visual-editor/thrive-dashboard/css/font/tvd-icons.svg',0,'ÝÛK÷jõü¯(Ç*·ùî','ÝÛK÷jõü¯(Ç*·ùî','ž\nÂk&c$D×ëÉ¿ÏÚPaÅƒîù¨²»J©šs=*','',0,'?'),('\0‘ü!R ce©N[9¹','wp-content/plugins/thrive-visual-editor/thrive-dashboard/css/images/paste-blue.svg',0,'\'	™Rˆ]ðWg¡b”¯	z','\'	™Rˆ]ðWg¡b”¯	z','š>G¿¦¾Gª\rEò=Æç…^¬¨)¾8ÅK=)°^','',0,'?'),('ù)[+Ã¬äèj¶P© Ï','wp-content/plugins/thrive-visual-editor/thrive-dashboard/css/images/paste-green.svg',0,'¢ˆ¥”™W½-¾±%|áBù','¢ˆ¥”™W½-¾±%|áBù','÷x®•íw\"Nj€pèæO(\Z ¿ÐŸn\\Dñ€','',0,'?'),('Ëƒô‘üØÍó¶0Ö›fI\nY','wp-content/plugins/thrive-visual-editor/thrive-dashboard/css/images/paste.svg',0,'ïÏj[Ed#@ßV\"@l_ê','ïÏj[Ed#@ßV\"@l_ê','wÞ5ër\0õj}2éâ<8¦Rå±¢Jå¯Ð‰OM¼t','',0,'?'),('ˆœ1¾bŸ\"‹í&\0','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/_crawlers.php',0,' -^b€s¹”f‹)‘i',' -^b€s¹”f‹)‘i','6¼2¡ünÂß~*\\;ß`i\'ÝùaþKlÊÊŽôí','',0,'?'),('×ºç¢pPŠüÛ0¯Š:Ë\r','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/access-manager/class-tvd-am.php',0,'ªÐÀo¯ ²\Z{×WRÐß','ªÐÀo¯ ²\Z{×WRÐß','¿¸Ü$™ˆÑÈ;?su™l—p6øè˜¡|lÏÿv&„','',0,'?'),('3E}\'t&ÐÑ2\n…Þ”‚','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/access-manager/includes/assets/css/am-icons.svg',0,'tLò=|ÁÅR—–jlÉï','tLò=|ÁÅR—–jlÉï','Ùæ’ùü7ÖMz_D°±m¡cY†Ud×i[£ÈŒx.Ì\Z','',0,'?'),('(\ZÕZïPç\rÅûV™^-','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/access-manager/includes/assets/js/admin.js',0,'Ö$5—¤k’÷O\\•7õ','Ö$5—¤k’÷O\\•7õ','’ï‰ˆ¥FGèÇhÅÇOWÆîþx[„ö»’IŸB`4&x','',0,'?'),('„ ÃU‰E‹•n 	èÛ\0Ç','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/access-manager/includes/assets/js/admin.min.js',0,'ÈÌå\'ããµˆ :ô×IË','ÈÌå\'ããµˆ :ô×IË','†9ÒSd©Àd×bD]¡ÑU\ZŠ“HùA„¼ÿ3Y‡','',0,'?'),('/¨ÿ›šº4Ýã—B·ÖEm','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/access-manager/includes/templates/access-manager.php',0,'›žó€yÝíFƒž4@‰Y','›žó€yÝíFƒž4@‰Y','\\qÈá;¥6ÚœNƒŸXÚ6~+l -b’7ÈQØðæ7Ö','',0,'?'),('Hô°6\rðäã<;z1Ãê2','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auth-check/auth-check.js',0,'Ê6ý·¹oÊ´—‚•Ô)¨°ÿ','Ê6ý·¹oÊ´—‚•Ô)¨°ÿ','\\eW€»zý7û6÷£J+Ýˆ×u$·êÐ¸ÿ¨0Z¾Èg','',0,'?'),('\ZÎHºÌ;¯“¯J™ÂÔ','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auth-check/class-tvd-auth-check.php',0,'ÏÈ=÷ÙÇ½MÚ±‹tÉ¥b','ÏÈ=÷ÙÇ½MÚ±‹tÉ¥b','M‡ïE	äÚ¶Ïê‘2lŒs¥™kXËoEÇÏª3#','',0,'?'),('%M³„u†{?¯ ËB','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auth-check/handle-login.php',0,'«Pçv3éÄ±ÿ‘','«Pçv3éÄ±ÿ‘','÷[DòŽ\rS¢8¨hÑTM¸0\n7MñU#&¡R\ZÓ','',0,'?'),('»Íò2Êkˆ\ZF%úÛ%Í','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/admin.php',0,'=mªu×I–UyyùMn…=','=mªu×I–UyyùMn…=','b‰€™K‹Q|æÍIæ9å¿‹þUM.«ºE ‚Ó¿','',0,'?'),('fDb3ï{:½êëëo=x¬','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/api_log.php',0,'Ü<ÎŒòùí0\rèwª','Ü<ÎŒòùí0\rèwª','ÍcXoƒò\"¸à(ª@&±L;´3T½}èzS?Žw','',0,'?'),('ªÑ5R\rœp„‹ l¼','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/classes/ApiVideos.php',0,'µlr§öGÀU@ÍŠ{Véê','µlr§öGÀU@ÍŠ{Véê','Èlî\rÐ!:Œélñª-º…8ApØ\n9 ²‹9Ž¤V','',0,'?'),('!“û|*ddØý&\\ˆïH','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/classes/Connection/AWeber.php',0,'<ñÛ‘g¯ƒ/e¬äCé¸','<ñÛ‘g¯ƒ/e¬äCé¸','µ6 Ÿ“U„¡˜ïê™†˜š÷(_=D7ät],A©rø','',0,'?'),('=ãY`¥”$Ñßh!Hâ[‰','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/classes/Connection/Abstract.php',0,'Óú’†˜·è™ã1æ†A—¾','Óú’†˜·è™ã1æ†A—¾','³²ZA{ë‡Iu?…4‘_rç¶¬\rÁ>“Ü””Q9æ','',0,'?'),('+:…ÛjËžž—ï?ÌóO¾','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/classes/Connection/ActiveCampaign.php',0,'Ö\r¤`WWÔJZiI™¦','Ö\r¤`WWÔJZiI™¦','aÓmD­‘ó=±¦Éõ	-?‡Ÿ«CˆÃœvÐÉT&†£R','',0,'?'),('µtÈ§=÷6dÂHÈÞx','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/classes/Connection/ArpReach.php',0,'³í,%Îð¼Ñ+Yëü¤„','³í,%Îð¼Ñ+Yëü¤„','ºþd¢;‹Ú„ÎõyÜuX4ð¨\n=¢C»áz&›pl®','',0,'?'),('.=òÞäŸ–³’%œ%','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/classes/Connection/Awsses.php',0,'Š×|ù«þ9ªD\"ív\rÚ•','Š×|ù«þ9ªD\"ív\rÚ•','šâ™Ž|§çÀí¦Ý(¦ ¼)Ièê–#*œ7%','',0,'?'),('\'KÚWÿÄè)ËæžU«I“','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/classes/Connection/CampaignMonitor.php',0,'ã¡D—Î@í?Pˆ/á7¤$','ã¡D—Î@í?Pˆ/á7¤$','ÛƒW-ãß¨ú{]£~Ü·„á_†}míaÁˆv›Ÿ¦','',0,'?'),('ÅßD!góúN(&S-','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/classes/Connection/CampaignMonitorEmail.php',0,'[OVÄÎði‰Äàh•ðÌX','[OVÄÎði‰Äàh•ðÌX','ØnëÚ„‚!\Z\\ZúY/ I¢¿/-NÀ¶å´¿ÓŽC','',0,'?'),('u—ÿ\'Ð›B9Ë5-ye˜œ]','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/classes/Connection/ConstantContact.php',0,'¬ët‡w>ßmÁ*ç[ý›¡','¬ët‡w>ßmÁ*ç[ý›¡','6Ó`ãgp^~ëÇ}¶µ¢%¸ŸzÎ‹GÔ÷i¡\"ê-ƒ?','',0,'?'),('øõÒÝ–\"ã;¾då-´-','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/classes/Connection/ConvertKit.php',0,'¦Î ‘hîZ.„”>$’²','¦Î ‘hîZ.„”>$’²','ÏNR‚\\h\rîÕXqOµ!F\"0Ùñ÷}ÙC®õ>çRLœ','',0,'?'),('Þ±}±ø+¶@£òç','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/classes/Connection/Drip.php',0,'¡”jÏ4‡þZ¢~T§ç','¡”jÏ4‡þZ¢~T§ç','Ž¯È~ÑËŠ¾AT‡¨»¡ë{µ/¢Û%–*','',0,'?'),('Ã×\0Ë/¢ÆCrrHùª\n','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/classes/Connection/EverWebinar.php',0,'ÕH4ô¢òþt¶\"›F9×)','ÕH4ô¢òþt¶\"›F9×)','+zÿ¢ Âã.öl™Q¤RÍšj™x‹ßÛxs´9àû$','',0,'?'),('*Ó’Â/3€±ó¹¯ê`»','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/classes/Connection/Facebook.php',0,'¾	<‚FØå»d\nú ','¾	<‚FØå»d\nú ','q8‘’=B|ŠIRbŽ1ÎÈQ5°õ€XÔíÈ@»{æ','',0,'?'),('®Òï\rÒáße0E\\`wä','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/classes/Connection/GetResponse.php',0,'¢“\nÜ-@=Và83&]','¢“\nÜ-@=Và83&]','„™ËKiNï{G”z™\rëoàä6*¥Ì+J-GÇw€4','',0,'?'),('–ÛÍ%û’‡Ÿ\'F—\"','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/classes/Connection/GoToWebinar.php',0,'cÛ?L³Ê¯t9©å³­—6','cÛ?L³Ê¯t9©å³­—6','3U1%šnœyþµÚÅ¦ÅWºA^ÍiË !®,µ¿C','',0,'?'),('û4	P–ÚÝÓj/é+Œ#','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/classes/Connection/Google.php',0,'Q;¥ºšRJµ-Eyû×','Q;¥ºšRJµ-Eyû×','ë/ŸÅÎ]Q#OË6?HSùúÍÚŽ’<h5Ö+Ñã×Ûø','',0,'?'),('ç-»{üñY yoÂÇ','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/classes/Connection/HubSpot.php',0,'\0îf0\rýû\")Ò½rÔ¯T','\0îf0\rýû\")Ò½rÔ¯T','\"åL5™’V_™lL“¥¶ RÃÆ.Ê„¾Jöß\"pà','',0,'?'),(' pY\"°%<7øböÏÒö','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/classes/Connection/Infusionsoft.php',0,'IŽx•ÑèÑHÜSæÍÊ_V','IŽx•ÑèÑHÜSæÍÊ_V','6{[>ï×3)rÓûËhË-³>u£c×™ÔŸç†.Z','',0,'?'),('Ò¯YzÑQ5\\)V^8UD','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/classes/Connection/KlickTipp.php',0,'½1ƒí\ZCqÀª5eßë','½1ƒí\ZCqÀª5eßë','É!ªS§Ü×0Z-þUë\Z·)[BÕÖ\0˜æ3„ÊpPP;','',0,'?'),('ã²Æ¸5TŸÅ-Ùµº,’','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/classes/Connection/MadMimi.php',0,'°EI9XÏh­b\\0ÒE”É','°EI9XÏh­b\\0ÒE”É','rq8Ï(µ¥•õ´×/î)RBµ’ø‚ÿ=Mý+ÙIqy','',0,'?'),('jùz\0ýI™l=ÃY‡^Ä','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/classes/Connection/MailPoet.php',0,'Jót²CìiCú\"0ºx','Jót²CìiCú\"0ºx','xøŒc\\ý¢5`æ€Â8¿8;‘À{ˆ\r²“T','',0,'?'),('%+pÓÕ§÷›_æ¯Þ[ãË+','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/classes/Connection/MailRelay.php',0,'#Žq§F3\nKÃâSyéÞ','#Žq§F3\nKÃâSyéÞ','Ý‹:o1Û¬Á3Ï+\"¯Œ)–Nß¨V|c¡á¤f2','',0,'?'),('vá=¨Šî¼½ØÔÈ²\"÷','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/classes/Connection/MailRelayEmail.php',0,';µSÞ¿þpJ¼/	³U7Ö',';µSÞ¿þpJ¼/	³U7Ö','¤~±Ú?7…®”’,`5ÜYÛÆ.$	uÅšMø	Ù’þ•','',0,'?'),('y‡!ó˜ì2›CÑR','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/classes/Connection/Mailchimp.php',0,'Â£ž¢å«ÃGcÝJõˆÕ,','Â£ž¢å«ÃGcÝJõˆÕ,','T;1³\03ÊÐŸÉ* ŒÄÞ?Þ$Zfx%ÖJ­œÁØ¢','',0,'?'),('Öß±›SŒÓêÉS!í®°T','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/classes/Connection/MailerLite.php',0,'\rª8{›ÆnÑ»‰ß\0ë{','\rª8{›ÆnÑ»‰ß\0ë{','K‚¢H{…©M‚/ŸÓ\ZÅ¢0gX_{L|<îóÑìNB','',0,'?'),('\Zá~Ÿ_¬ƒN„ù!…ƒH','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/classes/Connection/Mailgun.php',0,'ƒÑé‚â¼ù>xëÏ¸=','ƒÑé‚â¼ù>xëÏ¸=','tüCâkiŠò\\œYäÄ#•ßF_\\sUÈ«,f•jñ','',0,'?'),('º(…Íº6ÄF7@kúþ','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/classes/Connection/Mailster.php',0,' 2P=Ë?\"\0™',' 2P=Ë?\"\0™','h‰Vì	cÊ‡}7XÏOôÒb=-Û®äûÏ|XËY¨','',0,'?'),('L„–fDïñîyLüþÌ§','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/classes/Connection/Mandrill.php',0,'¹ÄÛÂBè5¤ÆpWÙâ“','¹ÄÛÂBè5¤ÆpWÙâ“','­ç[2Ë×BTV=gÃ9ÈÜý¼ÀÑ ©9Ä3ú áE\0‹','',0,'?'),('@äùþ­‘µë“f:ÞÃt','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/classes/Connection/Mautic.php',0,')SU\rŸ€~Õw|ä$',')SU\rŸ€~Õw|ä$','½_aRwd~4ÙlRZY-ÙùšFª×Ä«öjFÅôÉ›','',0,'?'),(':?‰ê¯\"ˆ€¶”²(ç;›.','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/classes/Connection/Ontraport.php',0,'Œiê`ƒN‚)V¤h“','Œiê`ƒN‚)V¤h“','ÏDY©g>ÌÑ3À°l^÷B€Xu³yÜòûÜŠIK²õ','',0,'?'),('	Ân’«ÈxpìàX3','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/classes/Connection/Postmark.php',0,'66\'JåÎ˜¾òçÁ`KÙ…','66\'JåÎ˜¾òçÁ`KÙ…','T†`ð;R*{èæœRd/¹ƒN„ÝÝô·Þç°ƒ÷\Z','',0,'?'),('Ë£\Z[†“~f0/£†O','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/classes/Connection/ReCaptcha.php',0,'O·‚ÑEŠþ6æ™ÂŒì','O·‚ÑEŠþ6æ™ÂŒì','U‡ÁêÉE\n¹;®©KöËÜk&,ÝBÓXºàð‘8¶','',0,'?'),('%±’ïŽµ€Á[™È\\žÑ`','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/classes/Connection/SGAutorepondeur.php',0,'GÂüJnÜ,Ž1.O%;¶_','GÂüJnÜ,Ž1.O%;¶_','ËZÍñÑßùsBèœ;¹>gµ˜zÂ$ÛG|Ö&&3Z','',0,'?'),('•w›1à¯	ÀwFo’4ˆ\"','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/classes/Connection/SendGrid.php',0,'§L¤\nõ^£§ÏlÞ¤j','§L¤\nõ^£§ÏlÞ¤j','1Ž¤åYÕá@±*7©Î»P3MŸH´˜ùwggâ','',0,'?'),('IpREG`âHƒÏ]9ËýÔ','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/classes/Connection/SendGridEmail.php',0,'®WWÉñm€k*à}=*‘h','®WWÉñm€k*à}=*‘h','ëÙ•|ÜËb$£ u§ËhGRí¿\Z‘÷ˆ]ª®[','',0,'?'),('WÁ§÷§9Îvc¦Áìò','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/classes/Connection/SendOwl.php',0,'íìüO|møúŒ„ø¦›\r','íìüO|møúŒ„ø¦›\r','¥F¨c_ëy—@åÌº¨Õ±½\\ÐÁ=Æk	]¦>Jõ?p¿','',0,'?'),('Ë|„€mù$\\%N&h','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/classes/Connection/Sendinblue.php',0,'ÊëfÁXzn¸)_dµ~Ë¬','ÊëfÁXzn¸)_dµ~Ë¬','N a#“^i+è\0Cõ6¸4˜˜âÒ}tÃ÷+g~®','',0,'?'),('‚Z¡™¤6^âmÀÒýE','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/classes/Connection/SendinblueEmail.php',0,'ôøŸ{‹4÷Ï‹ˆ\'žr,<','ôøŸ{‹4÷Ï‹ˆ\'žr,<','­ìt©­~3GÀ÷Ú{£ýDVìµGh—‰¢Kñ=¢ä','',0,'?'),('s*(–=Eë~tQd_³sH','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/classes/Connection/Sendlane.php',0,'r²v AŸÍŠœ×»+äó','r²v AŸÍŠœ×»+äó','OyÇ=½dWw6nË7ƒŒO3nwÁ§N\rñ_Èæ','',0,'?'),('HÚÐŸyÈ}Y¥&·O½Z','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/classes/Connection/Sendreach.php',0,'lí[0»mˆµðË5ÔÁ`f','lí[0»mˆµðË5ÔÁ`f','ÀNýµRÉÔ‡~\ZJÛ«ŽÀoUÃ.ùìBmýü¬c','',0,'?'),('IÖà{‰$—îKSnÓ‘õ','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/classes/Connection/Sendy.php',0,'±uöz1³úx¦ð1_»H','±uöz1³úx¦ð1_»H','_äñâ=+80¨˜ìo´¹»¦Ìôñ^ªâ…‹\r<í','',0,'?'),('˜f•Ô•ºÓ“h|šüÙ','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/classes/Connection/SparkPost.php',0,')CÑ´5Hm	h5mæ%Ò',')CÑ´5Hm	h5mæ%Ò','Gã\'…ŠêkG503:¼EÏZÝ_ªëÃÆå£ü÷ˆôì$','',0,'?'),('ÕTA\ZQ\\\"ëžt1a','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/classes/Connection/Twitter.php',0,';³|æP W¢ù»GŠr¿',';³|æP W¢ù»GŠr¿','>ä:…Q=¸r/ƒRDr]gëº^&tt´S{®¨B','',0,'?'),('q’¦ëãÕŽ½d¢t','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/classes/Connection/WebinarJamStudio.php',0,'Õí_=Ð\r(j_­s','Õí_=Ð\r(j_­s','>’îë¯‹GWÔBWÝÚ·²œÃšU«Œø‰8œžêÛ7þ','',0,'?'),('È½=fÔÖµ^UL²œö','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/classes/Connection/Wordpress.php',0,'Ñ\\xâiªûõùRhh¾6\n8','Ñ\\xâiªûõùRhh¾6\n8','û9œú—×¿ð6Xå£9²Ê±T(„Å›øê§íª','',0,'?'),('Ò)).iÒy\0¸U€fm ž','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/classes/Connection/Zapier.php',0,'®&šú3GùâùŠip¸²','®&šú3GùâùŠip¸²','ü t¤²Ù;ýûÜ]¼GÎ¶†+V}l×oçãè½°ü','',0,'?'),(' ÒY’§XWWÃ”Î£ôi','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/classes/Connection/Zoom.php',0,'Ísxj|×”×Î¨„åhÉË|','Ísxj|×”×Î¨„åhÉË|','bÅÿ.)‡”Ø€yYØ†…» +ÄiT£XIF','',0,'?'),('à1÷ŸÀK¬Ÿ°›1Zen','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/classes/Connection/iContact.php',0,'„POe>3¿È|NÀd*£c','„POe>3¿È|NÀd*£c','i½&Ï÷©¼Ïq\"ˆ¶N.»œ¢\\Î]¿£ÔA5û~¸À','',0,'?'),('“¬ë•V0;`i¾G;òþ[¤','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/classes/Connection/v2/GoToWebinar.php',0,'Ë~¸	\rÓj\r¬Ä¬jÖ_Ì','Ë~¸	\rÓj\r¬Ä¬jÖ_Ì','rBÍ-Îgó†¼™\n’9½ôã´ðf÷K3Ds¿}w_“','',0,'?'),('¼±<ª1ççtÑéF!·–hº','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/classes/Connection/v2/SendGrid.php',0,'¡Z\\ì€°t‹qÂR&','¡Z\\ì€°t‹qÂR&','ÃÁ—ýÑ“Ødm(!žµ÷Q’.\\ÚÚÓQ*Á¡°rÂÎ','',0,'?'),('´NÈbà;fyëÊzªc\ZÚ\\','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/classes/Editor/Controller.php',0,'Èoßð·÷GõŽÜ ëÅ','Èoßð·÷GõŽÜ ëÅ','šÕÅHÓè˜Ír„ï¶ÄyI¶q/c¡v¥ìQIž*\Z“D','',0,'?'),('LÅå{Jïeÿáìæ[‚„ž','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/classes/Manager.php',0,'.[ûêvÀŠ¢“1efÇl','.[ûêvÀŠ¢“1efÇl','¤\ZLnX9òªpcº%f,ÊeÚžõ–v^Ýÿo5ø','',0,'?'),('}={‘9µø|2,@j‡4‡','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/Base.php',0,'+„&…Å®65©àÄÿi','+„&…Å®65©àÄÿi','p²¤Ê‘ƒÉ6K:‡\'ƒ:2Ìýþ©~â%ýÃª8Ä‹mû','',0,'?'),('¸aŽq’>ÿ‰Ûº¯=M','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/Collection.php',0,'N$IÖF#;Ñ•¡“B]','N$IÖF#;Ñ•¡“B]','ÞçBqôVaÓ‹š‚Ž·\0Öõyyû.Pð5‚ûì','',0,'?'),('w5O³%õÃðXëÖ–ÿ','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/Entry.php',0,'Ø¿e#ª¢ Ïý#ÚšÈ›‡','Ø¿e#ª¢ Ïý#ÚšÈ›‡','x¦É…ŒaZ*6-&ØIÈ±y.-xÊ·uÑŽv=ó%','',0,'?'),('l$\0.E\r_«‘ÈaBˆ¼','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/EntryDataArray.php',0,':¨‰;Ç€XI²ã7»Ü',':¨‰;Ç€XI²ã7»Ü','´˜µò%¸P¦Á$¾Õ—UÚæ©‡#‡WRná¥y','',0,'?'),('3¬?tì×jï','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/Http/Response.php',0,'84Õ¼Få6fÕem¨','84Õ¼Få6fÕem¨','æ7ˆÍÃ”sÆ#àõ‰‘Ê;§\Zà\Z™ä0¨$','',0,'?'),('ÌgèbˆŠurlJè*\ZûÝ”','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/Oauth/Adapter.php',0,'™@t33cYÃ¶úí_…','™@t33cYÃ¶úí_…','Ñþít¦™—a!gŠ&åŒ|E¬IÈˆbêGÈ','',0,'?'),('Í@bè÷Á‚£& v×›N','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/Oauth/Application.php',0,'eÕ&AãX ¯>ÿUØ“N1','eÕ&AãX ¯>ÿUØ“N1','Ø”rŽê–ÃðVÎ§s\"†ýu	\ZóxÛqÉ}¢ƒÝ%Ž','',0,'?'),('Qí)Ìí’X<7æG©¿ui','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/Oauth/ServiceProvider.php',0,'öT¤øïã#·N¯ˆÈ¾','öT¤øïã#·N¯ˆÈ¾','‹?.ÛÞoÂÔI›‡´È‰fÊŸ²yw4ÎÖpÅ7','',0,'?'),('“ž\r†€·R–ã+6eÁÁ','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/Oauth/User.php',0,'¾V›Fþtÿ„¼}‚Öet8','¾V›Fþtÿ„¼}‚Öet8','“sœ2eårŒ’G?¶i—ÔP¡ìf…eþT$½26ë','',0,'?'),('kõÙ¸·	ù²ñVhÔÌ','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/Response.php',0,'›û±\\Ò”´Þ7.ø‘AiÀ','›û±\\Ò”´Þ7.ø‘AiÀ','€R»„zàš S¥¶lÀFÍ!É¶§0°Ðz×Ø,‡@aA','',0,'?'),('¬Jµ™ÐˆÃÈíæ‡•ËË‹','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/ServiceProvider.php',0,'P£™©†•ôFrÙ¸GÄF','P£™©†•ôFrÙ¸GÄF','\'vD‰kŠôfŸ–é½™1Û®Ä¡‡h†8ˆ®9Žþ','',0,'?'),('/Ä’›\Zì…*ÔÎŽ°üÒ8','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/exceptions.php',0,'Q™©šeoâÙaÎñîrÛ','Q™©šeoâÙaÎñîrÛ','Ë1¸Ì·Kl®á»$Ž…äØÌ}¯ê¡jfžŒµ¡!','',0,'?'),('ød;Èœf•ÍO”‚§*?º','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber.php',0,'{NŽ‡DÄXM³{s¡B»W','{NŽ‡DÄXM³{s¡B»W','*IÅÏcÏ”ˆ‡K+§Rê¯ì±ŽíqoúŒ€ª»]$sÿ','',0,'?'),('·eãõ„ÌÎ\redèC÷>Ö','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/ActiveCampaign/Exception.php',0,'Ð;.@1¹¥æŠå(Rüà¯','Ð;.@1¹¥æŠå(Rüà¯','v%#{/¸v<X°&3r’¹µÖ‰=Äÿv¹lîö\\','',0,'?'),('ÄèmÔCcævªÚ`ÀUÐ','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/ActiveCampaign.php',0,'z<Ç¬ƒ@à§¾','z<Ç¬ƒ@à§¾','õçãvÄGv”xÉ… ®àŒìÀâÏñ:qÒãÊMm«ý','',0,'?'),('ös˜f”G¹òFÃÁfxt','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/ArpReach/ContactException/Exists.php',0,'”\"±óí8Ij4Ûm÷–ì±/','”\"±óí8Ij4Ûm÷–ì±/','Fp:—øë½kOmçh+ªð‰êúrªôí²dLŒ','',0,'?'),('YX`Ûr¾ L²¨ƒ«¼','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/ArpReach/Exception.php',0,'Êç°Vû~n®µ|P€¸','Êç°Vû~n®µ|P€¸','7óo¦…™76’‰S«¸ÞÚ|VãWÕz¨fÏg©õó','',0,'?'),('Á­¨çŽ¢kÑÉû˜t(/ày','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/ArpReach.php',0,'*6¥µOß¥Þê·4\'žÍ/','*6¥µOß¥Þê·4\'žÍ/','ÊÊ\"cºçÜî£¤¡¦ìÁóÊPZÏWQ}zjÉ‘x ','',0,'?'),('lçd¤lB^À”p¬ Æ¨','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Awsses/Exception.php',0,'¢¯í™TÈsQ^ëØAŒÚ','¢¯í™TÈsQ^ëØAŒÚ','ú\r+°&¿Íéà\Z`ˆë\"šÌ•\\^çHÃ »2C','',0,'?'),('=~¢¥`š{n0²\nN’È','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Awsses/SimpleEmailServiceMessage.php',0,'ˆ‘3@€Ÿ]h£·Ž«','ˆ‘3@€Ÿ]h£·Ž«','JÈXv)\0:²|Z>¨„7–V¾¨.m—ð¤ç6|ËÜ','',0,'?'),('®èÑú<ò¦ÒÎ\0Þ¶ðO','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Awsses/SimpleEmailServiceRequest.php',0,'d!\ZevÏÓƒ ILîÄb','d!\ZevÏÓƒ ILîÄb','i£¸/U¡p<¸	ˆœøšr]›¢1a±“êô=¡P','',0,'?'),('ÁˆÆÀµ„u¥1IÇÆEµ¾G','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Awsses.php',0,'áÙ½d~òHaŒ÷¦½¤*º','áÙ½d~òHaŒ÷¦½¤*º','¤F›‘þ³ÁÑeÙ³vW)¿WW ØE²Sy›ÿ•M,ˆ','',0,'?'),('¨…%°¬ÖÌµ–o[íq±','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/CampaignMonitor/ClassicEmail.php',0,'£m¦©A‹l„\rÄ\ZC;IŠ','£m¦©A‹l„\rÄ\ZC;IŠ','ú 0ß©Ó¿w¸Kƒz9ØÊÀ¦›Eù²Ît Ûˆeµ:','',0,'?'),('ä7øH\nwU»y¨1fË','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/CampaignMonitor/List.php',0,'ºÚi)jˆÝ€Œþ-ŒSo','ºÚi)jˆÝ€Œþ-ŒSo','Ì<fš ~Ñy2ðµç¤¹;,ÏÅÉ4ÆÓl‹&','',0,'?'),('éìÇ9>‡–êœîòêð`','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/CampaignMonitor.php',0,'ä”?~u,Üi;+ç·L\0E','ä”?~u,Üi;+ç·L\0E','¾J{ó‡~YôŽ-äâ–´JÅbå)Ó{CŠÕ3–?)q','',0,'?'),('$çñùx¦P‘WÝ!ÒðÎ','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/ConstantContact/AlreadyExistException.php',0,'C(všƒÊ5x®¡c?t+m','C(všƒÊ5x®¡c?t+m','*—ž|ÎŸÐ55`%jœÏ\r›Æ|Y^jE^‹¬Y¹†’','',0,'?'),('ÓÞþ2ÒÍ7¦Î.5ÁS­','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/ConstantContact/Exception.php',0,'éÀ ”è*þºq½¡®À','éÀ ”è*þºq½¡®À','ù.ƒ½ª¸U”tðò¾”ÈöŒÙô¸yÌÂÍ\'ó~{?j—Ö','',0,'?'),('¹,CI¬üÄF:|KUçB','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/ConstantContact.php',0,'è]e‰cù-«¤9¦Ê','è]e‰cù-«¤9¦Ê','ÃVåüFTª… \"ÑD91âÆ÷\Zø=7ßœ±2ø™','',0,'?'),('¸v8O\nzœÂ¬øËÄ\"…è','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/ConvertKit/Exception.php',0,'Pù]FQÍ›¦µä’r—Æ6','Pù]FQÍ›¦µä’r—Æ6','œ [ûÆÕ;ecSBšÁõ\\4ý`Õe™bä¥×{8','',0,'?'),('žªðÍ~æ«Q1†','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/ConvertKit.php',0,'ò>üx#Ž?Q¸·^•»s5','ò>üx#Ž?Q¸·^•»s5','0FÏsR>•û´J÷-§Ð8¶9Ó]óèrj*B¿ô%','',0,'?'),('$3ÜëµÑÚpR\'bÁ7','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/CustomHtml.php',0,'ò„.ög°uÃ“vHMˆ','ò„.ög°uÃ“vHMˆ','3‘±o*[» m	ôÁ~É0Ùžxy8JQCe²ËQ¨Qê‰','',0,'?'),('º+øƒì¾&žR6ÆaÏ{¬H','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Drip/Exception/Unsubscribed.php',0,'Z~Áft!mt—\0*','Z~Áft!mt—\0*','ÙÁÄµ®i!{MÐ,Ë£aÞwô3ß8Ô¤Â™ç	²3Š','',0,'?'),('D´tô~Þ½¢Ý\\™Ša¿','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Drip/Exception.php',0,'Pª¸÷ü“äÙ‘â¼a]ÞJ','Pª¸÷ü“äÙ‘â¼a]ÞJ','˜â“¶£wéCþ(’	>9‚‘ÁÉ‹,L\"ì*','',0,'?'),('Wg\0Mý¤­]_d¶eÐ$\0','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Drip.php',0,'Ál›’ê·ÖŠÅçmÈ.˜L','Ál›’ê·ÖŠÅçmÈ.˜L','î!\\Îë’¼äãhƒœ.ãhH’HKºžþCwÐ Âd','',0,'?'),('áíÛÙ@PA}Q¥.»i','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/EverWebinar/Exception.php',0,'Tôã.õ\0uîie½Ò','Tôã.õ\0uîie½Ò','þ¯1rè…Õ½aGkDÄ†0½K&‡Æ’%7!WõF­Â','',0,'?'),('TßZB	.ÓÌV‘J8?Ôª','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/EverWebinar.php',0,'®b(¡m2\0Ûá¥Y|ì2D5','®b(¡m2\0Ûá¥Y|ì2D5','…¨¾)T>¼Ïë×Ö\"|–ðPÁ<åáñÆ]2Îg','',0,'?'),('\"C@t‚ïãÒZ‚c¦9','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Facebook/Base.php',0,'Á&ûó:t´H´áW¾Cm','Á&ûó:t´H´áW¾Cm','“¾é–`ªÅ‰V;\n;ò®ßŽV,n8’\Zúœf\Z','',0,'?'),('ØãT1ÃÂ3‚ÿóþ×›','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Facebook/Exception/Exception.php',0,'¹‡Ù†ÈÆJÀ%\rÔC‹','¹‡Ù†ÈÆJÀ%\rÔC‹','oØâ·‚\' U‡õ/cw¥Óšõ\r`ìœ§£Ü¤%SU®','',0,'?'),('AE	Bñø8Š¥Š6ûoÔl','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Facebook.php',0,'\r^~È· 4RÐ³½õ–,','\r^~È· 4RÐ³½õ–,','õbžŽ˜M0ãs	y÷‡)ÿŒ&ŠS¦W³£íw-Qh#','',0,'?'),('üûS/ú´É(ErDt','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/GetResponse/Exception.php',0,'V£»÷Ú«ÈæÍ²å¢VS3;','V£»÷Ú«ÈæÍ²å¢VS3;','Ü²¾·\0ëû8¾ù‘)ìÈPU©j…yAÏ’ÕvDU','',0,'?'),('ú®cúÈwÇØ]’¨¹|','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/GetResponse.php',0,'ÚLÆ#Yû¦[ÚDó ±öä','ÚLÆ#Yû¦[ÚDó ±öä','CL	³—Ž†?æ–:E0œÉûêí^ÂŸTˆz£°[','',0,'?'),('oì]¸½¿„ÇBj#','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/GetResponseV3.php',0,'˜ß•`UZ2¢ø¸ò&áH','˜ß•`UZ2¢ø¸ò&áH','*f¦Õ)¥KdE†Q‹L>aÖ7dT®x\0?Lö¨','',0,'?'),(';•Õé¡*­`C\rSS†œ‘','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/GoToWebinar/Exception.php',0,'=†UqcÍH¨!ïôf½','=†UqcÍH¨!ïôf½','ñpYú}2YzôSªXës\\–PqíÛÉ|š&Ç','',0,'?'),('ªxÑ (a({‚„JoõÆ','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/GoToWebinar.php',0,'ßøõÇ¬¡’½MçÂÑÌ','ßøõÇ¬¡’½MçÂÑÌ','Å†\0.ÌìF\Z’º”´òHf¾ñï—â,/N2æÎ’2','',0,'?'),('æ{k-ñÝËPètÑA©•','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Html/Renderer.php',0,'ØšÓ`*ÂÌ?¿»iv¹','ØšÓ`*ÂÌ?¿»iv¹','ŽhD0Lb™ÿÐ¬$RCÙ áö¦˜¸k6)ÊO™}«¬','',0,'?'),('Ä­X§´P’v#—>±µ©','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/HubSpot/Exception.php',0,'ŠùQ2NiùÌòã<gŸ','ŠùQ2NiùÌòã<gŸ','!ì8ÄuüW\"9ÛËœ–Àþš¹Ý¥ùõ}˜%¡QØ1¬Y','',0,'?'),('–Í^ØK6~4ÇFZKJ','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/HubSpot.php',0,'Ôu5a¼cÈÄú¬·','Ôu5a¼cÈÄú¬·','oaËÜ$Ð_˜2*¦ã\ZUÏÆvŒC– [¶3[‹Å','',0,'?'),('ž¾¨t\"ÝÂÕ°\ZŒJdôR','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Infusionsoft/InfusionsoftException.php',0,'ïÜ`„7ìÙ|z]-Ó{¬','ïÜ`„7ìÙ|z]-Ó{¬','Æ¯od‹	„tä„Ø¿“âc!p™´\'Û”õš‘¿«l','',0,'?'),('¦õH[«ªŽ ×y(¨®Ã¡','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Infusionsoft.php',0,'ÍŒ;ûêÉÛæT‹wÆ','ÍŒ;ûêÉÛæT‹wÆ','ÂN¶^2Ûá/úgÍ¼¸éÿÂ1à}Ï/_Çm+k¾ˆ','',0,'?'),('‘Qú\\Áj¬/«ÃJù”-ïˆ','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/KlickTipp/Exception.php',0,'*j$°]¤bšeQôŠ=B','*j$°]¤bšeQôŠ=B','µ-Ö)ý´B¨–bRZ¸DXt¡“~Gú#pþÁ—êŽ','',0,'?'),('†Æz‡hRKŒ]Ì\\}®','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/KlickTipp.php',0,'¨ásM¬öÔc§¤jc>ŽI','¨ásM¬öÔc§¤jc>ŽI','I’\rWrj†‰Ý³7 ~\"!H9ÊÎ˜>UÀ‡lÍÐê','',0,'?'),('-ÑŒô $l/%žö7','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/MadMimi/Exception.php',0,'³PÅ ¹Í”£ºŒu½','³PÅ ¹Í”£ºŒu½','ª:}vœ7øn›´«—€ñªò×â$»î3ªý} }','',0,'?'),('¸1OMùãä[³8îž\"!c','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/MadMimi.php',0,'(|Ljy6ªçÏº¯•&\01','(|Ljy6ªçÏº¯•&\01','õ=@°¬úÎmû[âÎ‰š#	x„–dž¬ãQ-#¾Xº','',0,'?'),('E´qtIèÒMv8\\jr','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/MailRelay/Exception.php',0,'¨AÕÅH•w~ÚÌ‚$ñµ¢','¨AÕÅH•w~ÚÌ‚$ñµ¢','Ö&ÕVïiR§fYÖi¬™ƒþò¢T¼é«5^Öé¿ËL','',0,'?'),('×+Äª”â~À«/B(òÁ','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/MailRelay.php',0,'‰åÔ‰¼—þóx¸.Ï®µ','‰åÔ‰¼—þóx¸.Ï®µ','­ªÈëw6YžóKƒõ‡Êwò	Þ¾\0;ÑD+®Â,OÓ>','',0,'?'),('ôRðÖ9žQGýz‡¤t\'','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/MailRelayV1.php',0,'³CÎ}&aŸý¢¶·’T','³CÎ}&aŸý¢¶·’T','ýBÅkÌò¡àÎÊ…6íëFd¾\0—ßh8ø¬`ú','',0,'?'),('÷šý±¯p:QÌJ-íµR','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Campaigns.php',0,'œeIi´­é`|ä(·8Y®H','œeIi´­é`|ä(·8Y®H','Ä¨Oý|ì“¸B…yRÛCÞc„j´îžÖ9n©›','',0,'?'),('&€×ë4öÆe;ûíçgs','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Conversations.php',0,'¢‹lSÄä@²ø,d{Qâ','¢‹lSÄä@²ø,d{Qâ','ÞæéüÖ`Ì1;E JnCÎ(¯\0­aÖáŠ0Ql','',0,'?'),('ÅÈÖŒ6br¿gVõðó×','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Ecomm.php',0,'¶ÎY£žS³3¥Xi¢\Zêàñ','¶ÎY£žS³3¥Xi¢\Zêàñ','ü»ó\'¢\0MŒ…\'?è\"a,7ÛözÅ\r¼ðuT|tŒNb','',0,'?'),('êyë PÑ\\ÓÙä2Ó¥Ñ\\','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Exception.php',0,'DÐ¢ñO%Æ¶€‹už¡ÿS','DÐ¢ñO%Æ¶€‹už¡ÿS','š:Cjeh#‚FD}³T’MäésIG¢/põl‹8…8','',0,'?'),('­@‹nI«·+	rŸÞ[!','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Folders.php',0,'Ï2R×lOWC£@³U','Ï2R×lOWC£@³U','I\'0¢á*ÊØ}Òº Ë`XüóÂ½4ßíII®•Y','',0,'?'),('%>u÷gUäv·ùè¶ãÄ’','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Gallery.php',0,'êë‚ÌåÀy}{™%+OŠ|','êë‚ÌåÀy}{™%+OŠ|','”D~\"ús^SG*Øð¼ùôPr\\l¡A_’´:','',0,'?'),('AØ¸‹7Qß×vlÓèÛ','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Goal.php',0,'K\0üÀö9ÎêNÀá','K\0üÀö9ÎêNÀá','¬‘Áw¥3\"Ž…ñ°ˆyÃÔ©NzB‘äI‡éiº}wWS','',0,'?'),('Å@Éhå<,¤*ùL*_|','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Helper.php',0,'a ¶r¿NSœvEmÆó','a ¶r¿NSœvEmÆó','n¯›r`\r?ÞaÉ‘ÌDWÜÈÀ\\à¨!6{yjX‚\r','',0,'?'),('Ö\\ßB®#quA—¤ƒ®&±','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Lists.php',0,'\\°¿6ª\rKl˜“œ^¤','\\°¿6ª\rKl˜“œ^¤','ügFX5j¦ãÍ	r³<ù©Úý´½%“Â|Q','',0,'?'),('¡¬4—§™÷d©šì¡›½','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Mobile.php',0,'–»ºˆÕÝ‘óò/Î’lÃä','–»ºˆÕÝ‘óò/Î’lÃä','6®Ycà·W	Òý%mPŒb÷M}µ0ÇZé¢=åR‹','',0,'?'),('[äž=ß€Zi$âµ·CÖ','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Neapolitan.php',0,'¬®œÑ‹œÑœ´_//­','¬®œÑ‹œÑœ´_//­','OhÌ -Š	9ú•h¥lÖBá0›—QJ÷_\nê€','',0,'?'),('6ˆ\0\\­}$ÌwkY¬Q1k','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Reports.php',0,'þ¨a¨B5°—F¡W{','þ¨a¨B5°—F¡W{','ü0O”©Gg¢cú,oô<\"7“Ìæ©õÄfþ¦eMš','',0,'?'),('8^ÃJ¶ÌyQž‰RK9ÖÊ','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Templates.php',0,'íÅü³ïÐA?U«šÿ','íÅü³ïÐA?U«šÿ',':ŽèC½q&ïmË¥•±Ëùlû‘×ÙÐœÍ4¥l','',0,'?'),('\"y÷6ŠðdlÜ½,™{','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Users.php',0,'ÿQ/çv¹œ‚|sš2:','ÿQ/çv¹œ‚|sš2:','Ò´åV\0o=¼üFdÞ;ic©²\0uh-¸Í»ü','',0,'?'),('Í5o)k9\'óóKÄÁñ','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Vip.php',0,'~SÀŸÀºcævó.·¿','~SÀŸÀºcævó.·¿','£ü`ÿ\\ÏEŒWÛÛéŠ‰ÿån	\rnÂ‰™§±?\\.\'<','',0,'?'),('è ÃTQ¶äŽ$ß|ˆ´>','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp.php',0,'­Ä’V~çi$/ìFÛ','­Ä’V~çi$/ìFÛ','\'Œ$7û,¥zKØCßägvz%„Æ)°Ftkw','',0,'?'),('{7øµ?À«´Þ­','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/ApiAbstract.php',0,'@Tº¬1.U?˜ÿô¼ú€n','@Tº¬1.U?˜ÿô¼ú€n','6‹²v:ß—¡ºÁð”‰È\Z˜Ö%\0}Û<°ƒl<v','',0,'?'),('´b]1&d¤ª”x,\nSö','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/ApiConstants.php',0,'^YÚ¡©TfI’æº~ï·\r­','^YÚ¡©TfI’æº~ï·\r­','ÒãJvAÊ,Š„f(#•Œ»±)ëcˆØó=|—þÛŸ7Ã','',0,'?'),('<Ç¢Jr;J\0Ü—ò÷\\ìÛ','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/Campaigns.php',0,'ïÑÇ°öýÈºŒÐ\n¸üö','ïÑÇ°öýÈºŒÐ\n¸üö','\r2 ­ ™*™f55/ôw*Ô]YkùVrŸÆ±&B®\r','',0,'?'),('CÞŒŒ	¸J——W¥M+Ó','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/Fields.php',0,'\Z#:B‡ãþ:MGfDÝ','\Z#:B‡ãþ:MGfDÝ','`ôëÐ\Z&UÆÊYhÒ¸ñxƒ`¿GõÓ7žâª» ì9¥','',0,'?'),('Y#ZÓJ{ì‹y\\}(ï`ÿ','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/Groups.php',0,'v×±½€±h‘–Ð.êGp ','v×±½€±h‘–Ð.êGp ',')fÙÌÞ[w„®x¿\ržûA~+UoOêÝ±fTV’IÅ','',0,'?'),('T¹²5Àtâ¡ð¢oe¼¡Ò','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/Lists.php',0,'Þå‚<‚$!\r±\\°$¨','Þå‚<‚$!\r±\\°$¨','Ö\ZbV£–(üS€[ä¯(ÀàQ—æŸ)a±²‡û<d','',0,'?'),('UÂ\\šøávñ~ ½¼\Z¡Å','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/MailerLiteSdkException.php',0,'äp–¯ÝÁ¯Ä0lßä¼„','äp–¯ÝÁ¯Ä0lßä¼„','òíü)Ì­‹a@)Y\\Ö‘TÊ»w7é¬¼Š<RÑ >›','',0,'?'),('iÐf>Z±ƒdC”Þi«','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/Rest.php',0,'„©‰…‚Ác(ÛƒDùò›','„©‰…‚Ác(ÛƒDùò›','«Ñ©ü¬e&.pŽ&E#	ì¢újTë¯Œ-òcˆvpû?','',0,'?'),('ƒv54\'ã~œ,Eu/1','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/RestClient.php',0,'»oRvÚýëÆÿ‡21','»oRvÚýëÆÿ‡21','kñ”€çÚ	ÒØ.<v=÷hÒ2mÝb\nœØP*–ÉDZ÷ç','',0,'?'),('WÚshvž$€ò,ü+','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/Subscribers.php',0,'do¤³W“CÎ•Yá„¿mc{','do¤³W“CÎ•Yá„¿mc{','Ûì„³³îŸ[WYQXYÓ´F£ì$Ò#ˆÈ$åÀèøT‰','',0,'?'),('ƒ§\n²Ùßåúq‚öç¯','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite.php',0,'34H…a«¢\n®< óh','34H…a«¢\n®< óh','Uþ•EUÚÛÀƒîl~Å\næés¼{ôÐ¸g–E~	É','',0,'?'),('ŽL£€ß›Óí2§gM','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/Api.php',0,'©ió´þikjuM','©ió´þikjuM','¾;GœBv wë°Ø†`i¸pô‚¤‡µ –¯ç','',0,'?'),('}g.\'CiïQ‘§ÞËë','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/BatchMessage.php',0,'®f¨ôe¼×ÜÑ¤Tì(','®f¨ôe¼×ÜÑ¤Tì(','µÄ½Ø‡{5Ò5¶gŒs÷Ä¿çŠq¾áËý•g¨Lœ','',0,'?'),('ªD\"cßv”t:>‰H³','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/ExceptionMessages.php',0,'ºÂN¤èè¬“a@JO÷7¬Ð','ºÂN¤èè¬“a@JO÷7¬Ð','½ÿIÚs\nTÈ©c^1A¾o›¹î\Zë@ón«];é‘','',0,'?'),('ú¦g’}Q™ñ&	\"Ó_…','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/GenericHTTPError.php',0,'y&œ*í¤éô‹Á›7?]T','y&œ*í¤éô‹Á›7?]T','·õúß›ñ„%Œba\'*|Vxÿz¡!cÈBK±e\'a','',0,'?'),('œHÅáÜÇÔÙMå™!ß','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/InvalidCredentials.php',0,'ÿ¢Kòï•$\\J5;â»;','ÿ¢Kòï•$\\J5;â»;','€‘ÃÐÈzì1O™ã¢rªÎÑE÷´i‚×ÝI\'ý8‡+','',0,'?'),(':°£¦\nÐÈÝ2m³ÚÍ\\^','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/InvalidParameter.php',0,'èî¡]é^ßßPÝFÝ','èî¡]é^ßßPÝFÝ','À©%ƒ\0Ô7|ÆÙ9ï]K6ý8}Y†Ó£Œ†Ô&p5','',0,'?'),('måjwãbéÚî›B(Ë`B','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/InvalidParameterType.php',0,'G‘L…9ucA—\r¸ûœU$','G‘L…9ucA—\r¸ûœU$','Ò&KúBq\Z—Øv+,ÈBdº6C‰Š®ÚEó.9^K\n','',0,'?'),('«±ÕkIveËÏˆnn3','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/MessageBuilder.php',0,'Ó+\0•÷ÖTRn­¬áª','Ó+\0•÷ÖTRn­¬áª','§	Æùâb^²š¤á0ƒò¡•/ƒU^öÄàñâì','',0,'?'),('Ñ[‰¶	8Q9?™¨tª','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/MissingEndpoint.php',0,'šð™IjüþÆü_íz¼','šð™IjüþÆü_íz¼','ÔðŠJ}B¦•*Ò\Z>o4½iS\'ˆÎËrg\\3$Eš','',0,'?'),('_ÇkŠâ`\rzÿv|¬bI','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/MissingRequiredMIMEParameters.php',0,'ºðNL`«è¥±©¹§]Æµ','ºðNL`«è¥±©¹§]Æµ','Ù\n7•î_á×]yºö\rÉ\0+WàÞ‚¯ÿ¼<è\rÆ7#¾v','',0,'?'),('Ö¿×~Á:qB‘ s£jê9ú','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/MissingRequiredParameters.php',0,'ö¨zº¹väïêžWa§8»F','ö¨zº¹väïêžWa§8»F','kV×—çÓ­¶4Ü+\"V›!«Äjû˜»ø_¸$d','',0,'?'),('’tå$-5ò*JA¼Ä','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/NoDomainsConfigured.php',0,'eÌ\0ÞH`üÙ²@Ë±‰§5','eÌ\0ÞH`üÙ²@Ë±‰§5','ž‘˜åÓ²Î¾gºv†þŽ3?~¡¤àwú²','',0,'?'),('C‹ÌÙÅønÂÃ2Õk1','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/OptInHandler.php',0,'zÔZ|û:ä:[¯t!ú\Z','zÔZ|û:ä:[¯t!ú\Z','†»ïÜ—ÿ$.Ì·šQI+7v\\MÕv»','',0,'?'),('!+w\\x,Ž(õ\\ä¢®;','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/RestClient.php',0,'3´6¯VŒÈ K;FŠ°é','3´6¯VŒÈ K;FŠ°é','mÏ`Oã{í‰R¶–M€	•Ýe>Ð¹Ò¼IU¯@Ñ','',0,'?'),('.Ÿ\'3‡s]Æþ\n\"E\\²','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/TooManyParameters.php',0,'*<0ô’™7!<eª÷-¦','*<0ô’™7!<eª÷-¦','k·ÕßM5ëò¢1}j‘ýœÞ’ü•$‰Ê«)_\\‚','',0,'?'),('\"£RCœl¿è>âý¢É','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun.php',0,'EàåÞ\02d‘ÔÓIèmC','EàåÞ\02d‘ÔÓIèmC','&:0mÒHbfÙ’Þ¡‹¿2ŸæÛsóFO¶“¶Ï¯tJ','',0,'?'),('x5iÍ3—áñ´w','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Exceptions.php',0,'ÙçÈcFNWR*&G–Šð','ÙçÈcFNWR*&G–Šð','($¥“Œ€o†Aå¦šY.»¦\n‚Ã9bIr÷IÇáüeÊ','',0,'?'),('È?rë±Å‡“(0Ä I\"','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Exports.php',0,'Â¯£ÇÌíƒ£W;ùÉºöS','Â¯£ÇÌíƒ£W;ùÉºöS','ï<öq±K¥µ§«ûœÈ>u	ÇnÏšoýJ‹†\'eÁÎ','',0,'?'),('÷\"õÍ•-ä5³“[†.','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Inbound.php',0,'Z·y=?D¯{|‘6¶9\n','Z·y=?D¯{|‘6¶9\n','½ØjavQîî*é£Šœ.Ïiýê´I•ö\rWë^ÐQ','',0,'?'),('{JcØ-È s³{,í’†','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Internal.php',0,'Ì3ævFk+`EÖC<8Pá!','Ì3ævFk+`EÖC<8Pá!','sP³ ­‡‹N¯U­F*èM\'ð \\@Û}ñ¢ê.U_üË¤','',0,'?'),('‹@fO}’ï ~¶hþò','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Ips.php',0,'\\œ\'ÝLÝ%£¦[%¾ë ','\\œ\'ÝLÝ%£¦[%¾ë ','‚øºÒvŒg‹FêšGÛÞi¥¦¨ŽÛÁøZp','',0,'?'),(' nD¹\0ÓÄv²5?èßÌ','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Messages.php',0,'´¾¤Ò/*ž[OF§Ýä','´¾¤Ò/*ž[OF§Ýä','êb•Mû9×\r?£ËæJr9é¸9Š—m!ý<…','',0,'?'),('%Z5ÞîËº0Ê@7ù','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Metadata.php',0,'°¾Ü€ÜA¥‡\0þ[J /','°¾Ü€ÜA¥‡\0þ[J /','Ä\0¯ÚD…Bð\0ê€\"ôUÄî|((\n*?ž7àhyäk','',0,'?'),('ó”9šI¯‘4›ÓÜ ƒ','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Rejects.php',0,'¦½#	t:®p+j5=l=ìü','¦½#	t:®p+j5=l=ìü','[-°ˆ¢æ7Ü:?ŽE\"÷Žÿ;KŸ_;Öê**q','',0,'?'),('U2ÿþø©$ÂŽô@ï7 ´','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Senders.php',0,'[5nhW¿QÈkmÌ°>‘','[5nhW¿QÈkmÌ°>‘','0˜¸§.“œš!*å¿Õ,	àÉ»Ï‹ŒÈÍ$P´Ÿ','',0,'?'),('±‹Ò3KÕ¨®ÿ½Å~|]ñ','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Subaccounts.php',0,'9ÚÏ•+IæÍÇ¿³D@','9ÚÏ•+IæÍÇ¿³D@','Xv/¸FŸ5+,POS™¾¦}á((Ö+tŽçû±­Â|œ','',0,'?'),('^Ê&ÜEÂã«¹u~þ¾æü0','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Tags.php',0,'…5RÌšåmÎ‡ÎéŸ¤','…5RÌšåmÎ‡ÎéŸ¤','æz¹B”ïÆB¯(«-màÝÍ7ËÇ¡¨Cìž‹n','',0,'?'),('pôÝu­M‹é-–ÎSJ¯	','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Template.php',0,'±6D\'ŽøÛ :®Ù¯\\È‚','±6D\'ŽøÛ :®Ù¯\\È‚','	tŸÃ@‚½Äß;ßgwñ£6y\Z ,vu2à<w=Õ','',0,'?'),('“q(æÖë%üm¬›[5ã.','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Urls.php',0,'v4ËwõõÖî!±±r›ô','v4ËwõõÖî!±±r›ô','JÇûŸEºq‚zŽÄà@áïùÕ—óÙ“ø\no\0’','',0,'?'),(',à ÁŸ3så	\ZÓ–+äM','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Users.php',0,'÷òoUÃ¤ö©Y|—Õ\'¹','÷òoUÃ¤ö©Y|—Õ\'¹','u/5ÎI@ƒœ¯$Ñ0Î4å\r¾EK	C½óòF','',0,'?'),('Gq#Ç#f‘c²ZZ¿0ã€Æ','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Webhooks.php',0,'•ömø”‚ÍVW®°eÌÂ','•ömø”‚ÍVW®°eÌÂ','˜Ûï¾\0F¸¥ÆX‹hƒ$l1$R÷ÏT\'PÏÑá','',0,'?'),('Ù‰1®4¿Éc±’¬ÍRØí[','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Whitelists.php',0,'’S¿eÓ2Òaú¨*& tà·','’S¿eÓ2Òaú¨*& tà·','ùœœõ©Ùg×ÅUÐu@ÈG†W‡¥À±ÓÞKMc','',0,'?'),('ŽŒ£ƒO`’OpëQbP','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill.php',0,'(äR)öí	˜È1Xš@>','(äR)öí	˜È1Xš@>','çY­bûq\r½[ÃI‚ª	½ñî]ÀkïÖµó\'Ó:;','',0,'?'),('FÛÍ¶¢’0€h1Ò¼4J','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/ActionNotSupportedException.php',0,'é8yð*GŠùþdšÜˆ','é8yð*GŠùþdšÜˆ','þÈ\")~Ø1AÊñð„(/§4³Ô7gB§cBGx','',0,'?'),('èª7¼h†â‡ôàÅc‘Ò','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Api.php',0,'ÃðbÙEãÛý$@š^}$','ÃðbÙEãÛý$@š^}$','0¼FÎ²Ìšƒ^âÀ½”<Òö§›:…¡ÏL¢Ni','',0,'?'),('Œ®ÖhÙmðþ2(5íË·','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/ApiAuth.php',0,'HˆËâ2ÑýýñÖ\niÂ7È¸','HˆËâ2ÑýýñÖ\niÂ7È¸','•\0=KŠ?³;;X£èaM²\\Åfñnsü^M\Z','',0,'?'),('6\'VM¦µ¼œªù\ZÎ¡üÒ','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Assets.php',0,'g\n±¯„Í`•@ U»^ÿ','g\n±¯„Í`•@ U»^ÿ','“Ä*˜¯JÄåˆÝ®V<a Úˆ\nùö&lóº\'×í','',0,'?'),('„ ë^Qî6E#\0¯Ý','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/AuthInterface.php',0,'|Û[5ŽZ>h1d/È#','|Û[5ŽZ>h1d/È#','w^¹Ê,Œ¡¦*ê”Þ+£-`ÉêÒø¼nq¿Å¤Ýw¯÷l','',0,'?'),('ìÐ`·Fé§â#:‹ÜðÈ¬','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Campaigns.php',0,'Þ³ÅèD¥øÍŠHØˆr‹·','Þ³ÅèD¥øÍŠHØˆr‹·','~úmÙUÔË*û§sýÅº¹y¼X·™Š^f:ÁJ	gN','',0,'?'),('	uüÜvæŠQH‰eì\Z“','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Contacts.php',0,'TÄèÔ“#aG\'EÿÏ¢','TÄèÔ“#aG\'EÿÏ¢','Áy\'õrÐño*H‡yyöüÐ™njl\'­ÚìÏ	\'F5','',0,'?'),('Çõ`sÝ‚ðÕâœÑ)w','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/ContextNotFoundException.php',0,'J¬ˆeS<i1¶Ô*¾lcx','J¬ˆeS<i1¶Ô*¾lcx','IP›£ªª¡­€qÞà	Â_¡–&”E¯vR;*R<Ò','',0,'?'),('Ñ†`xuž×¥q|¿a	;D','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Data.php',0,'_5êt•àÙk!¸Üú[õÊ','_5êt•àÙk!¸Üú[õÊ','\Z|)ð¿âžúƒi±³|K2²þäK\'©ò*©IMØ	Yp','',0,'?'),('û÷V9ŸŒ\\—7*ƒ /ô','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Emails.php',0,';0§MTé©üå\Zl¹V',';0§MTé©üå\Zl¹V','WŸá¨Rˆ<0OEó‚V”ÓCjÓX~ßm¯dÖ&²¡A','',0,'?'),('#§½8©W¹0%*\'=†','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Forms.php',0,'Q´›ä™Eš7þKRr–í','Q´›ä™Eš7þKRr–í','u!ùà\rg®†òÅ€]E­B2ê¤¯ùe¢‹Ã‘-qðZÜ','',0,'?'),('Ètƒâ‹ô9áUÓ£¾9s','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/IncorrectParametersReturnedException.php',0,'˜ƒw›^ãš­¸Ë{ 5õØ','˜ƒw›^ãš­¸Ë{ 5õØ','¡°\Z¸9§˜ª¯X3ê×¨gnh•ÉIûµFW†nÝc','',0,'?'),('Y¼9Ýà3Z×Î…Nö','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Leads.php',0,'Q(Ëýê(åA`/{{†GR|','Q(Ëýê(åA`/{{†GR|','0Mw×4|ƒLM°£ì8)ÈöR”kÍm|Eœ×ŠáQËû','',0,'?'),('{—Ô°ˆ8û¼.3e”¯','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Lists.php',0,'¢±n¼¬ÃÕs­^N­Ï[Î','¢±n¼¬ÃÕs­^N­Ï[Î','Ã\Zv6I4éÆ°˜ñHÿƒÂ²ˆ|ìsÁ 5í¯¦È§','',0,'?'),('“9®Ï«•à¤•ŠÄ','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/OAuth.php',0,'Æ#?Â)ÚÐ#ÔjKêß„›í','Æ#?Â)ÚÐ#ÔjKêß„›í','±SãMÝ’œß ¸À¥jLl‚ÅíujÆ\\‰¡Q/wè¸ª','',0,'?'),('vÉ´éáÀo¾c°Øþ+','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Pages.php',0,';õdÂÚ˜ñ\0;«R•œÂIã',';õdÂÚ˜ñ\0;«R•œÂIã','<]ïùô[™~\"¤û¤&FÞV–ÏŽhD¤ÿÒL©™','',0,'?'),('‰÷Õ@¾Ûi~\nZÜ†HWˆ','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/PointTriggers.php',0,'o£m¾kcJnû \0gMËu','o£m¾kcJnû \0gMËu','=½ìçÑ›š\":¾~›ä¶[\rUì¡!Œv<1öh','',0,'?'),('¬#ãKJ•÷Ó¤‰Ì','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Points.php',0,'I¿VÇÿ‚YJX ø´T±a','I¿VÇÿ‚YJX ø´T±a','ÑÈ)ó52Ö¡µ“Buøfó¸Ó0b~é”öÉÎ','',0,'?'),('êWïL½á²Ì¼²‚','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Reports.php',0,'·hÙÀÀ¶gÚŸö¡GW›þ\Z','·hÙÀÀ¶gÚŸö¡GW›þ\Z','ž]‹ÆšÞC†€U„~?îM\"¥yI0<8tø÷ìw½','',0,'?'),('7åBr(ðÆ‡4ŠÊ¦$','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Segments.php',0,'!|O=:iþß;¬vú¹P ','!|O=:iþß;¬vú¹P ','Ù|Ãe‘ÄùûP\0¹ïÆˆ8x5­žå/J^_','',0,'?'),('Åƒ--‰ÕÜwM•qÌè¸','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/UnexpectedResponseFormatException.php',0,'ög>ëTñ“dBò)xoj¼¹','ög>ëTñ“dBò)xoj¼¹','„”ž¦ƒð€yÇXŽg@Ö}D´ìøL«ÈÜÃ˜¨ö','',0,'?'),('wðÿ¬Aý£=y‘Ô\"‘O£','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic.php',0,'ØwmÓÿ\'y™}Ds6Ú:B','ØwmÓÿ\'y™}Ds6Ú:B','ëKùwPÕx1¥8ßLMÃùH³qìphínÔ\Z[\0/G4','',0,'?'),('\'Òg)¸ÖW%?þ©o(0','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Ontraport/Exception.php',0,'£Ãt­ä<œoõŸ\'ïÔ','£Ãt­ä<œoõŸ\'ïÔ','Où/¹³“·õ1ž+÷Ãj·62îrn;a xø¢','',0,'?'),('ù3ÍïÓ ¬\0EóæêU','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Ontraport/ObjectType.php',0,'-8[²½\0ÆÐÔg$1Œ','-8[²½\0ÆÐÔg$1Œ','”.ÓóXédz=Wæbgh/›ñÒË5~¡pRi','',0,'?'),('ºjyHÃH!eûWû–S©œÈ','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Ontraport.php',0,',¢}>åš(±^)ÝyRšsr',',¢}>åš(±^)ÝyRšsr','Æ-pØõ+MƒVŽ§¥Õ\"…]óG$8®×ÈÈ®','',0,'?'),('œÝ¯ä>v.\Z*qo„Vç','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Postmark/AdminClient.php',0,'ÞA¿e ¥ aª”9ŸŽ¬','ÞA¿e ¥ aª”9ŸŽ¬','Y—BýÛ¥éE¢ÊAðCÛÉnJà!A­¤.þç®CN','',0,'?'),('ËYâüœWåF\r]•ÒV','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Postmark/Attachment.php',0,'Èß¨Äæa¢\nÏ3ÄT‡t','Èß¨Äæa¢\nÏ3ÄT‡t','31óÌ[F§“ |`Ç+dN#J¸\'/ëQÆÑá;i]‚','',0,'?'),('ò9\"f=*×4Æy^‘¦’i','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Postmark/CaseInsensitiveArray.php',0,'j†ß(MØÒ¾àe\ZvE¨','j†ß(MØÒ¾àe\ZvE¨','£èCiÚÁ\'e\ró3ê£ÕûÑð‚d!eénÝ˜aÓyêjþ','',0,'?'),('C+‹s%ÇTV*‰ô`W!˜m','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Postmark/ClientBase.php',0,'o:0ˆöPGþ²xo}X¾','o:0ˆöPGþ²xo}X¾','åpZa6ÑãÛ²Ÿ9`‹sâ÷ñ‚µ\Zè	\\qòº¶ž½Õ','',0,'?'),('õAM@\nZöÖÀâqš¥^	','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Postmark/DynamicResponseModel.php',0,' é)ÿ¤L1\n„áÌ¯®',' é)ÿ¤L1\n„áÌ¯®','ºfS€ÑVâèƒ¡8{ÂŠÔý\0_ÚÛð,µa·Ä$X','',0,'?'),('Ä¤Ï1 @/BFV\'H&v','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Postmark/Exception.php',0,'-7dC¼=_<‘àÅ¹oGïÂ','-7dC¼=_<‘àÅ¹oGïÂ','×—´ŸöZ¹öN{>Â&©	 ÛÝló{I™«¸µ','',0,'?'),('#SW¸\"\0©Hz<\Z‚â','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Postmark.php',0,'­$.\Z‰‹/Í¾6/[ì','­$.\Z‰‹/Í¾6/[ì','ýÈV¶GI’½0®ùnl\"šHåOÂ:¬cØ–£Ÿ¾„è','',0,'?'),('R¶Ýca”xÞ3Û#u1','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/SGAutorepondeur.php',0,'¸—wl¾ƒ¶…ïÙ¡’¸ö','¸—wl¾ƒ¶…ïÙ¡’¸ö','³‘UsÿÙÃ—ž\0Ã·•6\ZpnK³¤Ÿ„åñè;ñÊþÚ','',0,'?'),('lÆE+ÿØ—ÖÀ¼ÀÃ\'.','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/SendGrid/Client.php',0,'DQ(	#¨°Wsšv?Ø f','DQ(	#¨°Wsšv?Ø f','Ö«£ÇõQM¼©8H­ÅIÍð”Ù=Z­Íg±ñ9‹8J','',0,'?');
INSERT INTO `wpbe_wffilemods` VALUES ('*ÇßnñqiµÉÑãÝ¨B$','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/SendGrid/Exception.php',0,'áª4ßo„‚ø%Ê5òË˜æ›','áª4ßo„‚ø%Ê5òË˜æ›','xª6;¸j¢¹¡cp\"m’z&T“ªÎÜ8Ù”åè˜','',0,'?'),('ž3ÑýCÓT\'5ÁÜüd×½','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/SendGrid/Response.php',0,'|~·N¬Ò® B|`Ë³{ì','|~·N¬Ò® B|`Ë³{ì','Ü¡¾Òäl÷D#x”\roU¹BæÜ\'n=DG¡Fo	Ú@','',0,'?'),(';ŸdkÐöCëGÝ','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/SendGrid.php',0,'³J¢=—å‘váÂ.è¡´','³J¢=—å‘váÂ.è¡´','K0›W!!=SÑ±Æ<2â‘x\ni×‚rw%8&','',0,'?'),('<¢-ëu~Ï>Ö¡','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/SendGridEmail/Client.php',0,'m–dÜ$0—ùÄI«‡ŠOd','m–dÜ$0—ùÄI«‡ŠOd','0géá4&°“– tšRC`´ÂÖØÆÝþ¡«*‹O¦í4','',0,'?'),('s¸-yÆJ+z#dS2]ÛW','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/SendGridEmail/Email.php',0,'Ìï­IŸVéä¨¨è!-÷9Ð','Ìï­IŸVéä¨¨è!-÷9Ð','6\Z	«Nñ½WåvÏZÕðÔ<—áänø¹ñw\' Æ*$å','',0,'?'),('à—ÛÛ%PË\0óP< `4>','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/SendGridEmail/Exception.php',0,'µ`f¡—üJ+,ø×.Ð™½','µ`f¡—üJ+,ø×.Ð™½','ðü\\ñ´ÙÕWÌqþ3Ç’óR»Âù|Ì:…)Î','',0,'?'),('E.·TøGŒFÜV)ÚŠG','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/SendGridEmail/Response.php',0,'–K“¢‰õA–¢÷ôòrä','–K“¢‰õA–¢÷ôòrä','M&÷È¥ˆMq~¬[R&À|ÜmC#ŽÈÎ¾O‘Â[6ø','',0,'?'),('ß8@LéõÇläÇyZg','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/SendGridEmail/api_keys.php',0,'ŠóÑ{£MH?ôìp(#°_Ï','ŠóÑ{£MH?ôìp(#°_Ï','Zê$,èÜ€á’-RÁ¦ø¯#Ë²•ÌØbÆqn','',0,'?'),('àü÷îZ«&\rOS:¸ÿ§','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/SendGridEmail/asm_groups.php',0,'6ðØa*ydÿsÙ[áÛw','6ðØa*ydÿsÙ[áÛw','ÏØ›8ÓPn\r%›7Žå\\j?NñÂ_8Â(ÀúéþV','',0,'?'),('T_£QÊêÙAäÓ7?ª>å','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/SendGridEmail/asm_suppressions.php',0,'é–Qâ°5ÚÄ…™@º2\n&','é–Qâ°5ÚÄ…™@º2\n&','8pÚÎ3ÇëYß…¯ÕYûF‘cSÀ–ÓHùç*ŒSŠ´','',0,'?'),('ßˆ}ðU\Zg¬Ì\\!`º','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/SendGridEmail/global_stats.php',0,'€ÄMè®7b«qß','€ÄMè®7b«qß','_Ëh°ô*·Š36ß7Øªðø§ûõíc/€uŠ±aÙ','',0,'?'),('?ÍÝ}Çûß¶©€£','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/SendGridEmail.php',0,'I»éÇÃ!Ñ_ÓlmÖaDRŠ','I»éÇÃ!Ñ_ÓlmÖaDRŠ','8×zíaq\Zñ/±NàH­jI×1¤tL¦jš«È–æ','',0,'?'),('\ZËVF¨Ø`Û¿x¥2:ßs†','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/SendOwl/Exception.php',0,'žœI·a!7ƒþ\n¯ÚÞ','žœI·a!7ƒþ\n¯ÚÞ','ßUûeï^ÿ§Ã0á±âû‰û/‹*hë`lë&„W','',0,'?'),('Jµ+Ð,¤ø”&4','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/SendOwl.php',0,'’Uòÿ×Í,:uŒâÛ,ºÌ','’Uòÿ×Í,:uŒâÛ,ºÌ','ÉõhKó&>mU)Óþ—vsG\'†àÊÐšPáGvÄà','',0,'?'),('ñ÷ÆcÃ:´Íµ£¹wgp²','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/SendinBlue/Exception.php',0,'Ür1œ®åÞlòü§ùÕS>ì','Ür1œ®åÞlòü§ùÕS>ì','ZC±íU®èË¡ãå†y\nh›·ô{·:¾+bt|74ØQ!','',0,'?'),('\0Û³±ª°àœHçK­','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Sendinblue.php',0,'”¾«k,\0ž¥Üä_Ð*ÞÓ','”¾«k,\0ž¥Üä_Ð*ÞÓ','Št*¨ZÏyü¬r\\e¨Ý¨\"w—VâüË½Jd\"œ','',0,'?'),('ÒŒ=ýÍ_†Ÿ$P<3±f÷','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Sendlane/Exception.php',0,'‰£Qž—jd¶<F„è¦á•4','‰£Qž—jd¶<F„è¦á•4','_®\0Æ¥Jn[2waŠÝÏ´ê¢Jã,Øà=”qëÞ¹Í','',0,'?'),('\0tBŒ~WÆÿaÖ?I{q','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Sendlane.php',0,'ˆUu<J>e+6iE¯d¥ó','ˆUu<J>e+6iE¯d¥ó','È¥Å\rMñ¢dŽÞOˆõe½…öÞàÝ!@©v+çº¨€','',0,'?'),('ÞSBÅ6µ¸ñ¡Á“¡¤ŒW#','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Campaigns.php',0,'ê?ÒJè”¥ƒñò^ìŒåG','ê?ÒJè”¥ƒñò^ìŒåG','YZÍØ–ºþBU…ÚÜH¨­ÀË-g6lºqWí6o0!ì','',0,'?'),('©ï<ãö$ g—Ë\'§\ZÄU','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Client.php',0,'ËÏ×~Ð¦yø@×õ','ËÏ×~Ð¦yø@×õ','†¢„JËž2ÓpSb‰\nêƒ\\i!éíåh¬rè¹+Ž®','',0,'?'),('ÿŸ¾—JÀóÞ‚8À8&>Ð','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Config.php',0,'hv/—Ëê˜·_gQ®‘Æö“','hv/—Ëê˜·_gQ®‘Æö“','óqÃ–!ü²ÀH0þÇÐ¦9áñ¼f&vaI¢ø\ZË','',0,'?'),('ƒ\\¶òþmì­Súy!8','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Countries.php',0,'/ñ\0Pµ$sƒôÎÇ°zË','/ñ\0Pµ$sƒôÎÇ°zË','~äv3#o–q‘°½¿ÜWÎÂ¥DÑ¶D”íÛ›‚','',0,'?'),('€xM\'’3¤Œè Ås','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Customers.php',0,'öà8ë¾«Ã:oalÎ~','öà8ë¾«Ã:oalÎ~',',`‘å0ã@¿ìô¼ûk}9$ñjié±ÅûÈ','',0,'?'),('q ¥å€´#D¨¿o¶“','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Exception.php',0,'Z‡BÆ«jÐŸEœDÍ¨—\\','Z‡BÆ«jÐŸEœDÍ¨—\\','ò;µµ>—>\0©™f^–gai«2íVÉAóþ_äî','',0,'?'),('jU|Æy6s+cÒËO^Õ','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Json.php',0,'²î.Î”™HtˆÃs5W','²î.Î”™HtˆÃs5W','çš®%/°y†¼E_¨9ÒÊë/‘Èæ¸ÿ5DÖìÄû^Ue','',0,'?'),('~ãyæŠšØc®¹£7V','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/ListFields.php',0,'X\r‘Ÿ×Ž—:j´\nq­©‘','X\r‘Ÿ×Ž—:j´\nq­©‘','.3S 7èc¸CÂ\r™KæøÍ‡£Nˆ>9«ù†B®àÄ','',0,'?'),('çÍDýö*Ù¯‚c|½TG','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/ListSegments.php',0,'SVÐqGÓ©¶x¸¡û™p„','SVÐqGÓ©¶x¸¡û™p„','ëÈ‡¯WñÞº¿	sf3=hfL0Õ1cbä8dM§äV÷±','',0,'?'),('Ó—»þ‹\ZÁ7ñO‡ºsvä','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/ListSubscribers.php',0,'UU•MÝBœ[ÁªJ¬µI','UU•MÝBœ[ÁªJ¬µI','.úÇ´ Šý®‹*Î©+è¡Y<µ”R†fÅ¤·úN²¯','',0,'?'),('\rX\r ;?K³Ï¡ÔÃ¨S2','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Lists.php',0,'D	[,.PÀ~¾’©2-NU','D	[,.PÀ~¾’©2-NU',')„lXÐ¹í\\5´pôáÐ+!#ª¨òI<ü™@','',0,'?'),('ÌàçíBË2a:–‹`‡p','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Params.php',0,'!_üsLÚ_4qx¥™È>`','!_üsLÚ_4qx¥™È>`','	ÖOÛñÏCKŽ•ëoÆž\Z€ÿÁy/Œú–8Ôg\0','',0,'?'),('ñ@zM»A\0q¬a\Zdt','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/ParamsIterator.php',0,'ãK‚½Øµk\rr})f¿','ãK‚½Øµk\rr})f¿','oü%(P?5LÃhëlüMEr¶”bÛúŸ=&ê9]\r…æ_','',0,'?'),('ícAO¿·`ÿlbˆíöiûØ','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Request.php',0,'†b¶Ó‘#ä$;1@','†b¶Ó‘#ä$;1@','$@£:Û·Úf*B|÷ñ»½ÇMEÓ}wG®š°','',0,'?'),('éãZRodË^@o.žE)`','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Response.php',0,'ø†Ò{3¼©k ^1!1²','ø†Ò{3¼©k ^1!1²','@Õv}¸1õUÚÀnðøÅ\r\'¼U\'êáC<N*Pÿ','',0,'?'),('*g¥ƒë Áïç6(õsôÄ','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/SendreachV2.php',0,':.å#*	³¬V˜zBc',':.å#*	³¬V˜zBc','A—\'VÅÖ_”N3T›fÏ¨é`{ÌÚUùn˜ä¯ºðà','',0,'?'),('Ë°‚…™là¬5öß','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Templates.php',0,'z°¦ö†xY{û®½]ÂsP','z°¦ö†xY{û®½]ÂsP','8ë\r\rýÖ´ÆÍƒ·¨óž9móXùéäKÅŒÚ8O_Ü','',0,'?'),('P¡öéÛmvy¨<Þßï‘>','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/TransactionalEmails.php',0,'Oþ\\¡\\ñéH×ndÏl4','Oþ\\¡\\ñéH×ndÏl4','«±™G9¨qæÖfŸY\n¥å<wä—Ýê AþA¥X','',0,'?'),('>ÅÍ‰¤i;Dæ¬Ñö¢Ø^','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach.php',0,'ûÞÊN>ˆù´ðxä‚è@ã}','ûÞÊN>ˆù´ðxä‚è@ã}','k7R´Èa\ZÌTë\0ó¸(¡Ñ ]ªœ4HÀ†‘´ì…£bï','',0,'?'),('dKõLdÞEçÂY¸U','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Sendy/Exception.php',0,'Qæ-õ«ûÜ-=Z·å¦','Qæ-õ«ûÜ-=Z·å¦','rÁNóö(æö¥RÀOªUuÀˆñ›wb]»~Z&æ’¯¸¡','',0,'?'),('òž#´1nLÞ	ÆµytÔ','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Sendy.php',0,'ÞÏ‘tRŠTàNKóz','ÞÏ‘tRŠTàNKóz','!8s=ÇGjYõ§—˜X¤Ö-q¡wÓL£T¨n™“Õ','',0,'?'),('_ø´©1Ö)7àˆkkØ±','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/SparkPost/APIResource.php',0,' \0^~üƒ,¬*\"a',' \0^~üƒ,¬*\"a','5¡i9\0Ëš\rìZ¾@±E‚èe\n™\r>Y&Êcn','',0,'?'),('þP\r©~l©pšÜ·§}9Lw','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/SparkPost/Connection.php',0,'}k¼ºï õÀ{XÊrh~€Ù','}k¼ºï õÀ{XÊrh~€Ù','„lK7pQ@()Vëg>‰Gtò¦¦¼|Dmù ÄØíCÞ','',0,'?'),('ÎK\rè>œ9+3JàÑ‰1','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/SparkPost/Exception.php',0,'2%™(®Ky•ÛÄÝ~æ8Ñ','2%™(®Ky•ÛÄÝ~æ8Ñ','QFÕuèß$Aó¬¶Äºšƒ/Fj\"ü¥+Xÿ','',0,'?'),('ÚÝvŒ£7fŒÊŽ×Ù†L—','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/SparkPost.php',0,'Ø}-ê2u\nv\Z¢ñï_(','Ø}-ê2u\nv\Z¢ñï_(','¯K‹Ôß´ù]ÊEŠï;@Þ•Äb›rXVÈ²yXØ¤q','',0,'?'),(']Èª¬‘XVtÈKÁÍ§šQ','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/TdJwt/BeforeValidException.php',0,'¢¾(i}ˆ3Tä?!À­8!','¢¾(i}ˆ3Tä?!À­8!','ó2T^Îñávñ`VÛ.v5ï»p„]Ç+¤\rÄ3õw8P­','',0,'?'),('&¯€°{(Îkl]‡Ò#','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/TdJwt/ExpiredException.php',0,'€Ì-Uò–ÉÿVI˜°','€Ì-Uò–ÉÿVI˜°','½\\XÂ¶(,el¯®åcDSÑ²RŽ7›Ôt\0Çóú5','',0,'?'),('Re›ºXF:~Ò¼ƒÖí','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/TdJwt/SignatureInvalidException.php',0,'³×9¶*ÖUù<™}[þ|\n','³×9¶*ÖUù<™}[þ|\n','³­(kÛÊ¦¤†öÎåPbÙy$ÝNôþù\Z¸*%|Üâë^','',0,'?'),('ëó‘©ŽÞ1ç¿i°djc2','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/TdJwt/TdJwt.php',0,'ì½o:‚\0ÚÞrF	0','ì½o:‚\0ÚÞrF	0','\rÅÿŒ6K.2³|Ê(^D­CÈÄ:QpÞ°\0–ÔÆ7…','',0,'?'),('WÕ1“h‚Ô€@éÝf|ž!','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Twitter.php',0,'§zXÇõhôÃÊÉiªÇ','§zXÇõhôÃÊÉiªÇ','d¢0º$Š×ÐP¿ŸkjB Uá\r´7ÙÍIþ)¾€','',0,'?'),('3Tõ„‘#1‹Ž)FŸµ','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/WebinarJamStudio/Exception.php',0,'º(Å¬Ö¯F2Ö€>ÁÈÎÊ','º(Å¬Ö¯F2Ö€>ÁÈÎÊ','æ%•Èÿ¦°ü±=Lÿ\"‘C¨M¯\rçM>mDIÉQqdÁ','',0,'?'),('¼Ò5µ^7ç—%ª¼G°‰.è','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/WebinarJamStudio.php',0,'Eàl¾‘šþö\ZA	$','Eàl¾‘šþö\ZA	$','‘(`1ôªŒX9@sƒ!Ù¢{*ž¨NÅ®IóËs=K','',0,'?'),('YïÅí{C5ˆÐµˆy:\\!Ð','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Zapier/Exception.php',0,'¡µÍto¤z’þÈeÓ~9','¡µÍto¤z’þÈeÓ~9','ìä´ OµûH<]kÜ­¬DK5a$E:Ö®ñókë','',0,'?'),(']j\\Ó%=…+YC“¨Â','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Zapier.php',0,'·1Ç=E—²8jJekí;Ï','·1Ç=E—²8jJekí;Ï','—‚g¨[\0‘•ô@aÈ\n‚Ig\nƒ«”ÄÄŒÃÕð ','',0,'?'),('k›JJ›ñá­z_3¯±ï','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Zoom/Exception.php',0,'‰µ	Ék±»ìÍýéœ=Á','‰µ	Ék±»ìÍýéœ=Á','î€äŒ½‰Åº\n8ùÈBC\\PuÿbÇeqå´õV]ˆfâ','',0,'?'),('¿?åÐãbŒŠÑ1AÐ','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Zoom.php',0,'Š¹Ã `À8ÛI•€hí:','Š¹Ã `À8ÛI•€hí:','b:ëÔgn[±‡~’R¤ƒUTÎ\n•’*líE¬m¨s','',0,'?'),('ÑÊ\ZY¤ï};iïò„É½ ','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/iContact/Exception.php',0,'×DtHÄBš8E\0fxt t','×DtHÄBš8E\0fxt t','Þ^\nÞ—;®¼d·.‰Ç–a4w’•déz¥¸—Óš:h','',0,'?'),('±-åa·tÏî¯A¡aåíZ','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/iContact.php',0,'˜°M!èŽJóoíñ•pq','˜°M!èŽJóoíñ•pq','â‘MXvÃnxqIfoä}­;``%¬3þ@Z¢','',0,'?'),('f‡ÅAOÜK+_á;‰’‡','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/v2/GoToWebinar.php',0,'ÛËZZžîÕ×J—HÓY','ÛËZZžîÕ×J—HÓY','‰¦ÜÓ°`­`÷\Z‰k*‚U–lÜ½~eÒåŠ%>','',0,'?'),('ËC<a	¨vÇõÃ+ÊÍé','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/misc.php',0,'‰Få.½SöäzaÊj>™}B','‰Få.½SöäzaÊj>™}B','!ð/ö‰C4Fá\"ÉwpŒ`n5iðÄEŠ¤VqJ\rÁ','',0,'?'),('ËÏ#ÊP_0xY¡J','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/views/admin-error-logs.php',0,'ŒÂ÷*\rî0æžu¡á˜~bF','ŒÂ÷*\rî0æžu¡á˜~bF','£!Eh.uçl¤Òø‚¸é6’Ì—ô1ÇÜ:\0Ù’jÛ5²b','',0,'?'),('à{»¤)\n”9tO2ÙÅR5','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/views/admin-list.php',0,'ƒ<´0Ö{Ë4$ê[u-','ƒ<´0Ö{Ë4$ê[u-','–—zøç Jß¦9K }9lB4Ë2$<½ŒNG}l','',0,'?'),('vW,H?çl5ƒ‘ºäöö','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/views/admin-messages.php',0,'t²FXzm¼¡C¡¢i\ZHq','t²FXzm¼¡C¡¢i\ZHq','¥±¿x¤5â•2ª`:ôÞ£-ëXˆ>Ku+^ÈDÖ','',0,'?'),('fah‚ÍPð\"wÕmü4€ëj','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/views/editor/add-api.php',0,'ÎÜUW’Ï¥¯ÄpT€î','ÎÜUW’Ï¥¯ÄpT€î','MÜxèöéW_‚”³wªªB\"\"ù\nø¾¹Å¸\'Eª‹','',0,'?'),('¡uOôêòÉ¬Œo¶ÖbK»\Z','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/views/editor/add-custom-html.php',0,'j9”&A›,µIÆqGØáo','j9”&A›,µIÆqGØáo','¢|]Ö“rB#\0«ï¢GTCI—G3ÊONÌOº~@\'Y','',0,'?'),('\'Ê\ZÊb”_œÄ©?°R','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/views/editor/add.php',0,'Hj¬Ëo¿SÌ°é;Ò©v','Hj¬Ëo¿SÌ°é;Ò©v','[é³dê·çŠ~éÜy%ÓõQ7™ºCtuÅÿ¹\"œ;eä','',0,'?'),('2N	¸ÉïaOE¨XáûåÈô','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/views/editor/autoresponder-code-fields.php',0,'a-«Æc\0æ…÷¯m9ÙUÎ','a-«Æc\0æ…÷¯m9ÙUÎ','»6êN’ÍêY¾Cà*N0VX=\rQrÅã†ÿKX','',0,'?'),('ÃÂÍë§WÇ»šÁõÆTÀ','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/views/editor/captcha-settings.php',0,'LVÂRf?¦ÈE^„.D','LVÂRf?¦ÈE^„.D','¥Æá”›À@û’õÿµrmÜ§ÌOã~¼T¢ô“˜+kL›','',0,'?'),('¼4”…?{d;GeægZã','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/views/editor/dashboard-api.php',0,'>«…óŽ\\k†cCéåúÓo','>«…óŽ\\k†cCéåúÓo','œ¬qîŽ{P2Ôk	u¹Â‚TÐkh&©Pæƒ','',0,'?'),('áñG=5Ò’j à£À','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/views/editor/dashboard-custom-html.php',0,'Gš×\r5óŠÝ†½ÏWüÉü','Gš×\r5óŠÝ†½ÏWüÉü','Í˜Öøp1‰èN]¿Þû·k‹?þH\Zû™¼ã/$¿','',0,'?'),('é~î~kX$”˜{›9ó8','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/views/editor/dashboard.php',0,'ç¬ÿŽÙ‹ùƒôûsÉÿ','ç¬ÿŽÙ‹ùƒôûsÉÿ','IÀMˆaƒ³óSˆo×pÖ`\\“ÌçÜ;1žŒÕÑôéh','',0,'?'),('Ÿ-œNÁ–ÍhÊqÀ¬}','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/views/editor/partials/api-lists.php',0,'IŸÜ“ÎÓE¦É,ù 1×','IŸÜ“ÎÓE¦É,ù 1×','#Gš® N~¿œH×ÑÜ\npF§ÓjÜF~?š¿M·¬…','',0,'?'),('©…¡:2pVN\0«J\0“','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/views/editor/partials/api-select.php',0,'â(†xJ¨o½E·°Äí¨¯P','â(†xJ¨o½E·°Äí¨¯P','“\0û1}\Z·Ê“:‘î“89Ú—Çæ®ë¶tÚj','',0,'?'),('Lh(ji«Á[AX]\rö','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/views/editor/partials/api-shortcodes.php',0,'­•Ö×)“=çà®Â6Jr','­•Ö×)“=çà®Â6Jr','w:==âÚ´«î¦NAÉè[ÀO~ØªYÂO\rT‹þ,×','',0,'?'),('’Õ½¿æ¹#utÔ‹€0','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/views/error-log-entry.php',0,'pZ	3¬ýâ†Æ¬#µæe2»','pZ	3¬ýâ†Æ¬#µæe2»','lýÅx²Hb)£4gŒ7&MšbêzÿÓß8Ì”®KA½œ–','',0,'?'),('p$L²šv0¤Ó%®ƒÁ‚¹','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/views/includes/video-link.php',0,'áõÃ¼¨={¥iCñ¯ã¢','áõÃ¼¨={¥iCñ¯ã¢','! O‡Y-g‚¦¦É#0ÆÏVuzHæyÃ P‰­','',0,'?'),('“V§Õ#¿GáRcÍð¸.•','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/views/js/admin-global.js',0,'ÓPŸ‘¢ÖôW‚<=:-9e','ÓPŸ‘¢ÖôW‚<=:-9e','n4´qj\'»™Ãøc:–BÓ³1ÌÚï–\rãÿ`ê','',0,'?'),('xÚ14åWhÕùÃ˜','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/views/js/admin-global.min.js',0,'„û†‡àZ+ð³ó$¦üŽ','„û†‡àZ+ð³ó$¦üŽ','¶dMKjMB¤|µ\'V\no~\Z³Ü¶)pHˆv§On','',0,'?'),('‡ˆ©vL’¯t]/^y<¢€Ú','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/views/js/admin-logs-list.js',0,'›:eZ³W0‹L\nÕ–~Kû','›:eZ³W0‹L\nÕ–~Kû','¨è“ŽÓ“æa’·|ÖHYòøk,hkp2\nYÑf×Þ','',0,'?'),('Œ.4‚þ•ÔÃB\"§‘v','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/views/setup/activecampaign/forms-list.php',0,'ºà8Ÿ¿÷ƒ”Âôô¸(A¨','ºà8Ÿ¿÷ƒ”Âôô¸(A¨','	Yƒ,®¿¤\Z‰DßÛdÕk\0® ÿÍQwü—àèK5','',0,'?'),('f\\wf×‘4³Ü ¶¦P','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/views/setup/activecampaign.php',0,'Ê\0!d•ÏÕìõYñ!çwì','Ê\0!d•ÏÕìõYñ!çwì','dM(ò(«ZÔ¾§:¨ßu¾žë›ÅàÑŒjPŠá·l–','',0,'?'),('Îü1Êÿ™›ÁöÉºþ,Ñÿ','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/views/setup/arpreach.php',0,'”»žU‰ŽZ;éºÉå\n,¥I','”»žU‰ŽZ;éºÉå\n,¥I','X}v‚|.ÚWc>T˜g$ã¾\nl>y¥¢k”+¯','',0,'?'),(')P%Þ^	\nŽsŸEÇol g','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/views/setup/aweber/tags.php',0,' RƒC¥5ë˜ùÉøàU',' RƒC¥5ë˜ùÉøàU','Dª€/“œ£?;gÇ»	At€ùh,Ôgù)rO<ÜKs','',0,'?'),('\'ï¹t=:­¸@d%ð','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/views/setup/aweber.php',0,'2¶öÙ©¤…=§ÓVî£>Ë','2¶öÙ©¤…=§ÓVî£>Ë','Ö0Õà7ßÑç2¨Œ%ørÀjy/ÖÊØA\r¬r;¾lU','',0,'?'),('À,XX¶;u£-~·J6:ì','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/views/setup/awsses.php',0,'Ej¾éYÿaAR¸3ž…>ã','Ej¾éYÿaAR¸3ž…>ã','S 3r$×u<ˆõœxa9Lù Fc¤¯T® ^','',0,'?'),('h:ÎHYÒÊ\n†%Ü\n=Ï','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/views/setup/campaignmonitor.php',0,'¦7€xÇúµY\"äÌO','¦7€xÇúµY\"äÌO','ä&µÕ¤Š(Së{ëª/*ÑŠêèÞR²šÞ™}˜Ptù','',0,'?'),('ÿ–ì9´Â °äŸ¡˜,\"‚!','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/views/setup/campaignmonitoremail.php',0,'ÇòJ6A(Ì²ˆ÷tSÈÖ\0','ÇòJ6A(Ì²ˆ÷tSÈÖ\0','ÅMªí~ÈUÉÄ7R#a’‚o>L/³ãÔå‹àÛ','',0,'?'),('D0%)ý–=u7?6!ÃF3','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/views/setup/constant-contact.php',0,'ÆNØ\0°²‘ýL°†˜”‘—','ÆNØ\0°²‘ýL°†˜”‘—','Âi˜2­\rxÉ>ØnâøgÛŒc¥ìa¬Äð* Ü³U','',0,'?'),('^Ñ²!¦’Ej¿Ë¿Ú¾ç©[','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/views/setup/convertkit.php',0,'dû•„yØóÉ´.äû','dû•„yØóÉ´.äû','™W	‰NG74a‹Ø„êèû&:»\rUiR¥ãK/ZQ$¨H','',0,'?'),('£q²ì~^œÇªá0)6,Ç','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/views/setup/drip/optin-type.php',0,'ÊÇ4\'Rã{ô×Åm‰!','ÊÇ4\'Rã{ô×Åm‰!','ù&É²ð3\0Y9WëË—°@’SæÍÅ4‹s!ä\ZA˜ú','',0,'?'),(']ëF3æÉ¿ Í…f¼','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/views/setup/drip/proprieties.php',0,'¦gx\'î©áƒÄ€·¾ãÁ','¦gx\'î©áƒÄ€·¾ãÁ','Lú>-v–FeÁÀaVC\'Œ£©•¨ó\nrÓ™€´FJÉj','',0,'?'),('Â{\"¤±óœdxµŽåÚ','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/views/setup/drip/select-type.php',0,'7­‘ð¥öS[ªŽŸ ','7­‘ð¥öS[ªŽŸ ','\"óúûHRËR‹L›¡MçÛµN&÷y!ÍŠÑ±_‚*8','',0,'?'),('8ñlSçÛ½¼Ò²óÛg´','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/views/setup/drip.php',0,'…ë/˜Ý©jX]6jC&Šµ–','…ë/˜Ý©jX]6jC&Šµ–','ùÍ¥¿($ ê~m”¯¢?Š«f 9wN·8±ÔUË[®÷‘','',0,'?'),(')Ì Êª#N¥5òã\r','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/views/setup/everwebinar.php',0,'dl 5£Ëh`\'\'¯çÙy™r','dl 5£Ëh`\'\'¯çÙy™r','×ÛÒWÁ1‘M>	Èaë|Ø7Úcì¬£€Ú¢ðì^NÐ(','',0,'?'),('nBàvÑÉàýÅºF\0Œ','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/views/setup/facebook.php',0,'¸€v\ZT}ÑÄÆÓG¤¡(','¸€v\ZT}ÑÄÆÓG¤¡(','\"4üBÍx\rë:cÔkÖ-×8²f\\¶(j›pdÜ','',0,'?'),('m§º„,…îÅÜkpY„7','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/views/setup/get-response.php',0,'d´%Qƒ×6³¯;Øa|','d´%Qƒ×6³¯;Øa|','»\0g0öÏ¢ ~OP˜ÂO69Ö®{K½ºŒ’ÿÄG','',0,'?'),('ayÚÄ\"œ][ûµòY*\n\"','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/views/setup/getresponse/cycleday.php',0,'‰\'§]äåË\r§å*ud','‰\'§]äåË\r§å*ud','<}ÐŒÖ_nÈ q€µ298Îs2]#AÆé*X³ëÑ÷ÑŠ','',0,'?'),('nº\"\'çi¦½Ån.‡ÅK×’','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/views/setup/google.php',0,'&ÜzF½}’÷ÛöJØYæ×C','&ÜzF½}’÷ÛöJØYæ×C','Š˜ê²CÄš6l^K]”µGóð˜¬ØpÃu®j','',0,'?'),('Âá	qì=éÀT8¹ÞÐ¸','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/views/setup/gotowebinar.php',0,'ãË\"ß–™ªVÀ+µ6åÈ,','ãË\"ß–™ªVÀ+µ6åÈ,','mP›S}÷+ôêž>QíáxWDSp|Což‰xFÞ£','',0,'?'),('Ä{O*~,[ê‰™/éQ','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/views/setup/hubspot.php',0,'[o œoNÎ¦\n^éh+MÚ¦','[o œoNÎ¦\n^éh+MÚ¦','\"ø*à`„u»•êVÞ¿ëÌS¦øó¥éÃùÞY{\Zi','',0,'?'),('|üú‘}Id!\nV0@','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/views/setup/iContact.php',0,'8= ãv8÷Ð°>!íï','8= ãv8÷Ð°>!íï','-1CÅÛ¿?2ô|¬r~´Ím°1asnúê½hÆ/œe','',0,'?'),('ðéGH\0ßîŽH·§½0@Â','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/views/setup/infusionsoft.php',0,'™T?vùŸâÙ>RwY‚','™T?vùŸâÙ>RwY‚','ôÆ\r×OŒN/ƒq…óé‹×JL¦`ýTS“p¸3¾ËÂ=','',0,'?'),('õ:´G>.xpyh8ç','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/views/setup/klicktipp/tags.php',0,'c„»s÷¨,qd%»7M	','c„»s÷¨,qd%»7M	','c\\t<û¸/åŽ°rëŠªQJ––5j	àg\\\nëA','',0,'?'),('þ~È\Z.Ö}‚C)l˜Þ\r-¹','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/views/setup/klicktipp.php',0,'Œ¸¼öYWàæ}âòæõ¨','Œ¸¼öYWàæ}âòæõ¨','¿=7\0¢£e÷xÍ=C©:Í¢¯“A@Í.ÅV¾Æ§]ßÛÃ','',0,'?'),('cXøˆcIÖ+W¢uí}Žém','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/views/setup/madmimi.php',0,'6ìJ<cüŽÖ‰~`Îh','6ìJ<cüŽÖ‰~`Îh','°çJØœ­1w¦ÊÍ0ÛÌúÝj’”ÆOüV`¾±.k','',0,'?'),('Ì«&ÀhÓ%Ïódï¨Zô¹','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/views/setup/mailchimp/api-groups.php',0,'uµ3P·ê…m1¾ƒžÎè8\n','uµ3P·ê…m1¾ƒžÎè8\n','iˆoZ‡ŒÌAv ò\0ë’ÏŸc²vìÔ÷“¤–N ƒ\rƒ','',0,'?'),('|šô²û%	5¦‹¡{A#','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/views/setup/mailchimp/optin-type.php',0,'èƒËf_¼½9	Æ\rþ¥Þ@','èƒËf_¼½9	Æ\rþ¥Þ@','/p\\GÏ}%°‹Bò¬üm‡BÌÐ4÷\nB¿2Äã','',0,'?'),('¨ñ¼Þ¬Djããá\n`HÈ´>','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/views/setup/mailchimp.php',0,'­šÀ‰,_\n›Õ•äTà ','­šÀ‰,_\n›Õ•äTà ','À²¯…Òà®Îæ@Œk\'üNÉ³öNlëúdúü¸Ü(F','',0,'?'),('cc/‹ZMüñ<_|Ö¨tmn','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/views/setup/mailerlite.php',0,'4smHU@ó!Î_e|žì[','4smHU@ó!Î_e|žì[','@<ˆN;cå4Áý7ƒÔE)JUÊ3g—šw Ö:!j','',0,'?'),('ZkÒN÷”A’¼R#Ñ!ç§','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/views/setup/mailgun.php',0,'Ðe¶Ò·Fr”hM±OE','Ðe¶Ò·Fr”hM±OE','²`Š³7/t|ðh×?ùN¹jì§å“.kÁ2i\0Q,N','',0,'?'),('ÓCé—á|²ãiØúeP¡q','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/views/setup/mailpoet.php',0,'àçß_:ÇZöûl€®t©Ø','àçß_:ÇZöûl€®t©Ø','¾`M‰³ØÑý®šµö\\yñcŽæO¤M‡ùù\n0]5','',0,'?'),('€©’*î¨ÂŸUÓOg','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/views/setup/mailrelay.php',0,'²å…«ž¨õ¥Ø¢å>èú','²å…«ž¨õ¥Ø¢å>èú','u#`=º8óˆ:çL*Êeém§{Ú´Úg¼ò 0]è_','',0,'?'),('á¨\ZážÍ1_9\r zzPµ','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/views/setup/mailrelayemail.php',0,'Ø›SËc¥\\?oŸx(ñ³','Ø›SËc¥\\?oŸx(ñ³','ƒS³î	Ïm±S8en¬‹„’)cÄñ}\rë²Ê\0','',0,'?'),('@oc½½5QEàbg\0zû','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/views/setup/mailster.php',0,'Éè£fÀ:ßBÐÝ¬«[Å','Éè£fÀ:ßBÐÝ¬«[Å','@OXîæ\0 ¨Â³ÙBþ­UêÅªÝˆ“¼dú°­µ÷Z','',0,'?'),('âQ	 ‘Ì—`˜Þ’†EÇ','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/views/setup/mandrill.php',0,'ÿP^}k)à%~Â¥z','ÿP^}k)à%~Â¥z','ùþ¢‡sº\"<¡’î¦ðôµ·‡ŠŽÑÅx0Gñr|M','',0,'?'),('Ý\ZgjÌÑ»¦(‚\"Rìz','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/views/setup/mautic.php',0,'ï\Z\'eM{/lÁÈòÀ÷æ^','ï\Z\'eM{/lÁÈòÀ÷æ^','¦çÊ’4“d`!´ˆ±»—Æ¨)xH5$£ÍàŽ-kƒ','',0,'?'),('[3q³!ËçÐ\\}ÒbàL','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/views/setup/ontraport.php',0,'ÕíÏ¤#‹2¯Š\"z³qá','ÕíÏ¤#‹2¯Š\"z³qá','\"Êr¬ç³‰~~¯d×$À3’Ìé€2 <[\"Ùš','',0,'?'),('8ïà·Nz\"Ümì(-yLû','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/views/setup/postmark.php',0,'K\rn¨é³@Š–q·ó1X','K\rn¨é³@Š–q·ó1X','{‘m‰Â£ÏkûŒomçháÍ®8÷û¸V \n\ZŽÓ','',0,'?'),('Ÿ¢ RšîÑÐr7öX€¹ò','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/views/setup/recaptcha.php',0,'÷.¢\Z?5©CKïIÆAÊP','÷.¢\Z?5©CKïIÆAÊP','‚ý”üˆ»8Éï¬Pn™YëƒÊ/p®U¿n±H','',0,'?'),('Il(s”É\Zæ]àsßœ¼','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/views/setup/sendgrid.php',0,'GúÙùÄÇÐÁe','GúÙùÄÇÐÁe','½%›@r0Ô˜²Ö6¥›‚¦æ·7lV>ús¯ƒ\Zý','',0,'?'),('¥r²ŠÐ\ZG*\r6*Ž¶Y«','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/views/setup/sendgridemail.php',0,'Ì	g@yYãé’1.pJ¤','Ì	g@yYãé’1.pJ¤','/÷ùØ¨­!ƒ©3•Û`™ªû6l·ÅÌÒF<WÌ\07z','',0,'?'),('ÄáFËXÃnŽ:ãéN©ç','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/views/setup/sendinblue.php',0,'”ëUüÖóP¥TÜ4ÌúÍ','”ëUüÖóP¥TÜ4ÌúÍ','\rbó$¼*\0	‘TãÅ­\0Úáº\ZG0›ƒáª¯‹‚\\ý','',0,'?'),('^l€0,7ÈÁÇ^~úê','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/views/setup/sendinblueemail.php',0,'Éy©«štvO_W¥4Ûo&','Éy©«štvO_W¥4Ûo&','‘½\\TÎ˜³¬ƒó…è‡+(\rß6‰ug\"=MÕÚ','',0,'?'),('J3Ø¡‘ê\n2#ñŽ‹ù2#=','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/views/setup/sendlane.php',0,'¤ftèE’¦»¥û_','¤ftèE’¦»¥û_','FA?¾¿@Ë2ñÚÆ\\¯¨?Í¶¹÷>N5Gîÿ¯£','',0,'?'),('Å 0ñ±¬RYG¤\0_Ú','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/views/setup/sendowl.php',0,'§ nì°`Ó¯×g1H%¹@','§ nì°`Ó¯×g1H%¹@','§tþ€©^EšKÕ!x#®èªéüß/Ãº²ï…','',0,'?'),('šÈN¯h„G×)N®»Œ)~I','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/views/setup/sendreach.php',0,'M’Â´£×­÷ë•áþ]¬','M’Â´£×­÷ë•áþ]¬','¢“»S@\rþ¥«‡—Ê.Ãã¡šÂ0î^¶íÑÙ)ÆÞ,','',0,'?'),('\Z‹‘üY p±Û988¦K%','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/views/setup/sendy/note.php',0,'óèZž˜µý|(¦±v¼{<¨','óèZž˜µý|(¦±v¼{<¨','jF@tTw¶\nÂwùA2;w\n48õíMˆ…út\'´ã]','',0,'?'),('BU@¨+7®,Ëš<–?¢','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/views/setup/sendy.php',0,'d¨v‡¨%VB4:;56þ','d¨v‡¨%VB4:;56þ','TºÑYÝl\nsÿÜÉ0í€vŸwÇdŒ†\0Såý|<','',0,'?'),('>±«©7t1ãÀÒ@>¼±','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/views/setup/sg-autorepondeur.php',0,'T#{ì\ZGo.]·HýgS','T#{ì\ZGo.]·HýgS','zQZ@ïÂ+y`>N‘9…‰Öf—¡:äH\\ø$','',0,'?'),('ðÓTíkÆ?D_l;m×6Ë)','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/views/setup/sparkpost.php',0,'™…^¸ä-†ˆlP?øì','™…^¸ä-†ˆlP?øì','¸ãýÓ‡Èì`p w#,\0kE2}çzp\n?h‚ªú','',0,'?'),('ù·a­»±ÕTjÐ8°ü','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/views/setup/twitter.php',0,'¥B»|ðÛËOEàlº\'Q®Ô','¥B»|ðÛËOEàlº\'Q®Ô','\"ç^ebÁYD5ÙÿoäÏø‰–)Ò%¸K#\">>¸<šó','',0,'?'),('þh<Pœ³›ÏcóB½-','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/views/setup/webinarjamstudio.php',0,'ž¾t¸ ñ¢\\}ÍfúXÄ','ž¾t¸ ñ¢\\}ÍfúXÄ','¤@bkFŸ\n‚´oóååöŒEGæC»Ä\rvï]ÜÜ','',0,'?'),('TáOÚí+\r7ÿŠ$’ÿjh','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/views/setup/wordpress.php',0,'-¤¹¶g5Ã~ÇÎÄ#/Çœ','-¤¹¶g5Ã~ÇÎÄ#/Çœ','Ü<‹›XWÂ´:¾ïVØ@ùí,EŠ}iùùa»ñ$€','',0,'?'),('\0.žžEÙWÁVF`±','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/views/setup/zapier.php',0,'5COû¹ao¢5t®¾ë.~','5COû¹ao¢5t®¾ë.~','ßuSU1›è©cQÙ<D˜±´/;U‹k«ñîe-œ.¸','',0,'?'),('’/^¤­ÿG«kûŽ7\'è¼','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/views/setup/zoom.php',0,'ÐÈµ¶ÒÆä&|–°','ÐÈµ¶ÒÆä&|–°','3 J™·+¬BlÇY»(/Âßºe`8HÑ\'w«¾¨ÜÃ','',0,'?'),('H]§ïí%Ï¥+˜ZÈrxB','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/crons.php',0,'-@œQ–Þ…Ð†f/8¿','-@œQ–Þ…Ð†f/8¿','Õ¿Î_ZÄ[ûv¨Wê692¢z‘ƒ½i²õmPòÒ²€,ö','',0,'?'),('Û\"N5ëyPnqÍûÂ_ñ','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/db-manager/class-td-db-manager.php',0,'í†!g¨û++‡´;hAõ','í†!g¨û++‡´;hAõ','ÅxYïËË¢¿ªøàøÉ^cŠ3ò5mO›½~Á_Ö§\"v','',0,'?'),('1Ç‰†ajù\nv”aÉgÄ_X','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/db-manager/class-td-db-migration.php',0,'žâ^\'’8oãÉ#@ÃôÆî','žâ^\'’8oãÉ#@ÃôÆî','O	ÌÄ‡{\rõN@ZKqó|´Û„m$¼RFbîÉ_äµV·','',0,'?'),('ÀÊ¸õ¾T½Tt³âF>','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/font-import-manager/classes/Tve_Dash_Font_Import_Manager.php',0,'Ã3€ìâ®°‘gá|\Z','Ã3€ìâ®°‘gá|\Z','2¶·³¼ci©»¡¿ÕY±Ê<LÂfÝÄ™‹ì\Zþ&¦“','',0,'?'),('WØ‡tw9]âÖê•ýÀ„òm','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/font-import-manager/classes/Tve_Dash_Font_Import_Manager_Data.php',0,'Ïxþ²g:KcÓ’)iè','Ïxþ²g:KcÓ’)iè','pØºS½Vú±_~”{ûÑÉ;ÐÈ—Åù9žÖDAá','',0,'?'),('Ú3BÚ0Íj*Fû/Sj\r','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/font-import-manager/classes/Tve_Dash_Font_Import_Manager_View.php',0,'4âDìäÄ€[¬=ÛMà»ƒ','4âDìäÄ€[¬=ÛMà»ƒ','š¦–wï+éMÈ£gV²®°Iô@&J&\'vµÃ0þ','',0,'?'),('¾ªr˜Ä\'Î,bÈÑ\r_','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/font-import-manager/views/form.php',0,'Ü·RÑ„ÉbLÍ›^8','Ü·RÑ„ÉbLÍ›^8','ñ}YY5û	?Ÿ;Žìx]?`ÈsV¯p)sê¢¬ã','',0,'?'),('ÌÑðthG€¹zg¯*M','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/font-import-manager/views/js/manager.js',0,'ãi·£4dîº»þ2YÓÙß\\','ãi·£4dîº»þ2YÓÙß\\','í}Ø¡V˜üNÇ$A–ÎD¦ƒyH0¦>aÃ{ß)','',0,'?'),('m@4¿Í0~÷Î,ATÜ','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/font-import-manager/views/main.php',0,',ÊþR×Ë>;«Üºjo_o',',ÊþR×Ë>;«Üºjo_o','ÈÐ˜÷f4HeÍX6´Ü‚¸Ì[6ËVLÏ–\nÈípwî','',0,'?'),('_‘‡ÉpQÈýBë¬sÍ‡','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/font-import-manager/views/messages.php',0,'B<ý‘^á­F’Ñ\n¨','B<ý‘^á­F’Ñ\n¨','ìØ“FÝ§ääa“}ƒ&ØlÖ«ç?©X`4ï|Ô#ÔS','',0,'?'),('ˆc&¢ª44?Ýètñ-L','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/font-manager/font-manager.php',0,'³®%ËõlX&«PÔ”Æ','³®%ËõlX&«PÔ”Æ','¦‰Z*wtÄxýi\05ÙxÚ2ì²Ô¤ÚÝ«`µDÍjÜ','',0,'?'),('\Z2”àq¼Ô·ú\n>*ÎÌQÎ','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/font-manager/views/admin-font-manager.php',0,'ß§É³Î„¹¾äÝÛ†­\n}','ß§É³Î„¹¾äÝÛ†­\n}','¥ˆñÙtsë\r¼qB\'$_,9ßÂÐ÷I=ÄÛP','',0,'?'),('œåž³Î€rô­¥ˆ›V¾','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/font-manager/views/admin-font-options.php',0,'–^Ûv;\nÿîm¥Ñk„£ò','–^Ûv;\nÿîm¥Ñk„£ò','õ\\æB­wv¶a<Œv(0ÂGÞ/‹³É5Í jc`Â‘ö','',0,'?'),('Vë¦{J°õÓd\\¿tD','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/functions.php',0,'CÊÿ-ëËè¿w%vCvŒ','CÊÿ-ëËè¿w%vCvŒ','Zì,ŒŒ·\'Ub<rõÕ·ÍÔ÷eêÏã¦€î-%Ë','',0,'?'),('~ ª½/iÄx<g‰ cÓ{','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/hooks.php',0,'Æ¯«»J0p¯kÁî_[ö','Æ¯«»J0p¯kÁî_[ö','VŠƒO­~É·ÀàÞk?8õ1L©Ùœ,þ+\'ªå<Î','',0,'?'),('ô¿ÚPBllø…q¿!Ë_j','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/icon-manager/classes/Tve_Dash_Thrive_Icon_Manager.php',0,'býL»‰Ià¦Åís§','býL»‰Ià¦Åís§',';èrÝ9ø2ÍÑÙÄûFŽû“59_á°õ‹ðp1E ¾','',0,'?'),('B~_p­¿77Ösx=¤õ','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/icon-manager/classes/Tve_Dash_Thrive_Icon_Manager_Data.php',0,'éŠ`@æm`;µu‹¡Äe^','éŠ`@æm`;µu‹¡Äe^','ó‘lÊ(kq¯°È ²î²ÝÑ®œ^J¦+\nŒÜXœ›Í','',0,'?'),('n!‚!ZüU¢è(q…-Œ','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/icon-manager/classes/Tve_Dash_Thrive_Icon_Manager_View.php',0,'(©Žßî²}ë(³¶Ýxr','(©Žßî²}ë(³¶Ýxr','É\'tÿ÷Y‘8@ç¡O8\" i=?Q‡âÕÙ‘àP?t','',0,'?'),('EP®g‚‚dw2óÚû¦ê','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/icon-manager/views/form.php',0,'¸Ax;“Ý¤ïC=5Íj;','¸Ax;“Ý¤ïC=5Íj;','?×bBÏ¢I„|:Äk%PädõçŸ8ÕnŠŽÞ¤g˜:pûN','',0,'?'),('9Ilá‡î›e÷ÞÚEUøÇ','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/icon-manager/views/icons.php',0,'¢ë\n”oµÚgŒcçSGõM3','¢ë\n”oµÚgŒcçSGõM3','°ä±ÇYB<°‘açí;Á§Ðy‰Zÿ†÷u½Å%Ñ','',0,'?'),('O©®ûþ°ùŽÊ®]ÚÇ\r','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/icon-manager/views/js/manager.js',0,'ñdÅ[98ŠóózñdåO','ñdÅ[98ŠóózñdåO','wr«/»í®xm–Ù¼Lh×Ž–w”é_ºà¼üù¿Y','',0,'?'),('¤6ˆp\r»Äã‘àæ~Ûaï','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/icon-manager/views/js/manager.min.js',0,'ªqb¡yÈôÖ_ìW{tó','ªqb¡yÈôÖ_ìW{tó','@ôÖeo„É‹\\þt\ndSdýÃñ‚›ŠŒV‡O','',0,'?'),('ä{à~LžÂÛ_ˆ™+!qÿ','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/icon-manager/views/main.php',0,'õWûœ dÄÞËu•5\'Uß','õWûœ dÄÞËu•5\'Uß','^Ž-ºâf@ÅÙÞ¢Ë#œ¹´‘fs‰ª¾fƒƒ/\0','',0,'?'),('pKè¾Ž¶V–œ×]°kim','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/icon-manager/views/messages.php',0,'Œ.®S¶,ë0/Aˆ]*¿','Œ.®S¶,ë0/Aˆ]*¿','<‘»1Äç‘ª¤`ûš‚0óT3L1ï§ûåðô–’8','',0,'?'),('y«ÿºž\"Îï€ì¯žMšõ','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/notification-inbox/assets/dist/admin.js',0,'/{bóº\n _¥sd~ë™Ç7','/{bóº\n _¥sd~ë™Ç7','æi´¼ôë¡ÉgXÙÿ¶¡ÿbß.	kÁ&0XåÐ~¤i','',0,'?'),(']F¢=+Íl²™ó™rA','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/notification-inbox/assets/dist/admin.min.js',0,'¤)\rÚr2KþP£R','¤)\rÚr2KþP£R','À?Û/ˆg¿A¿6‰Þ§b^CnPõ9©ö1\"{Z','',0,'?'),('é,ZK2¤ù5Kà¢','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/notification-inbox/assets/js/admin.js',0,'þUþzôæ?¼‘`iN','þUþzôæ?¼‘`iN','½†,©ãXM£„-o3ÊÖùRM|œ RÙÍô®z UJ','',0,'?'),('CŠÀ|Í5Ç£æs®„mµ ','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/notification-inbox/assets/js/collections/base.js',0,'Æ-Ø]À(—	Iëôûˆ;Ù','Æ-Ø]À(—	Iëôûˆ;Ù','ÚûO~nml\0ë|áþ×{vÉîå!Ôø_úøqnñ…>','',0,'?'),('ä³|¾km	\'ð)Âó','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/notification-inbox/assets/js/collections/notifications.js',0,'ç¶óÂÑ¨Tjö‹ºÝ¤7','ç¶óÂÑ¨Tjö‹ºÝ¤7','ˆÝj2¿Öƒ>,Hv#3Æw.LÓ\rcAöo”7Eä²@','',0,'?'),('Tðª¸T×\ZýÇ˜“h³ð_','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/notification-inbox/assets/js/models/notification.js',0,'jd€ÀüÖÑB${q¬Š\n','jd€ÀüÖÑB${q¬Š\n','n¸¼t™P§É÷#ÚO]ÄÁ³t‚áð½8­<38¤','',0,'?'),('ù~äyY÷»Ç5RÒ','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/notification-inbox/assets/js/views/base.js',0,'L@«ls«Õ­t;ô‰é±','L@«ls«Õ­t;ô‰é±','Ü\0RÐ“TxƒB¼yi+M©“Åªw6\\9úé<é\Z>s','',0,'?'),('uÙO Çt»9 ‰›úM·—','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/notification-inbox/assets/js/views/notification.js',0,'™t@¨7G”Þ,•i6+íV','™t@¨7G”Þ,•i6+íV','‘|ˆÄäÉèoÈ³…÷t¯B”«¼â‹ˆ„ÆÉáJÓÍ','',0,'?'),('ôv/«ÿb—£«bÚ/(»E','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/notification-inbox/assets/js/views/notificationCounter.js',0,'\\/@±BU ©ÑÞä\nfMa','\\/@±BU ©ÑÞä\nfMa','5°ÈT1ô>ÿƒ·àÉà.\0«ýhÀ5¦Ð®YÊm<þq3Ê','',0,'?'),('Ö:îÀ£_Sbp×­ËM','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/notification-inbox/assets/js/views/notificationDetail.js',0,'ZÇ¶ì[Ç#µø‡ïÊ:vÍ','ZÇ¶ì[Ç#µø‡ïÊ:vÍ','Ñ§ë¿·.§F@/J•w´Qó# OýÜU\\zt¯äü','',0,'?'),('¤ÂÊÔšÝ&Ðž°.J‹©½','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/notification-inbox/assets/js/views/notificationHeader.js',0,'X]/¢5UúšÍ˜Rã\\','X]/¢5UúšÍ˜Rã\\','?´’t3öúÉÝË\'#%Ú¤Üúúy³	T‡µQ—šæ ÑT','',0,'?'),('ÕÝµJC\'ßë73ñó','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/notification-inbox/assets/js/views/notificationsList.js',0,'³ê2Íë%È¨½SZ;…\n','³ê2Íë%È¨½SZ;…\n','aõ—v{›”J3ïñ,žÃ•@ÀÓùÂö-¥À«(p˜½','',0,'?'),('Îð„ì!#­çL/ž&ÌÍI','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/notification-inbox/class-td-inbox.php',0,'û2ç®1ÌeÖ¯n{oô','û2ç®1ÌeÖ¯n{oô','šJxWG:™>»„”¢ôÒ“s\Z‚éq#ÁT¥ƒ}r’b','',0,'?'),('ï‰Ü›VÂôµøCë\"|Í','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/notification-inbox/i18n.php',0,'Á3óR\0{¾)$¾möqú¸','Á3óR\0{¾)$¾möqú¸','ÌN*ýrz©û²§Û5nQÊþÂ&!ÑV¦Ã}f›','',0,'?'),('*kV¤×e^rØãsãšÁ–','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/notification-inbox/includes/admin/class-td-ni-ajax-controller.php',0,'iRÀ—úy(\n4Ò¢&¾yo','iRÀ—úy(\n4Ò¢&¾yo','°ë”ºmWÍŽÜø2ýuÝ¡ÆæÙGÎ$)É4çjÝ7s','',0,'?'),('Ûm,XÇ…õÐîU€16/','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/notification-inbox/includes/init/class-ni-inbox-manager.php',0,'*Ùƒ‡É9Çå¸#×ã=Í×','*Ùƒ‡É9Çå¸#×ã=Í×','÷±.‰²\\;RíáÎ;?´öD_£IT$Pµœ o X','',0,'?'),('Èéèc„ŠxÈ,¥ü~t¦Q','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/notification-inbox/includes/init/class-ni-message.php',0,'ØÐ~èoø_)ð;·$“','ØÐ~èoø_)ð;·$“','\r¤Ö¶f2è9b–ú&ªe¢”ïc6Ý›ÚGcM¯5àÁu','',0,'?'),('a~E¤FýÝ¢3F´¾¹I§','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/notification-inbox/views/templates/backbone/ni-notification-detail.phtml',0,'Ïý`*wŠÞ\"{üCÀØ”','Ïý`*wŠÞ\"{üCÀØ”','K÷zØ\'1…²Œ¸×éãy„à~‡|ã0;[*','',0,'?'),('9Ï‘iT• $š›‘ÍCu','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/notification-inbox/views/templates/backbone/ni-notification.phtml',0,'?JÞÈlŸÁ´Öµ\n\'j›b','?JÞÈlŸÁ´Öµ\n\'j›b','Ás2™›ÕrŠôÐ}hƒ°ÄÐ±=éqÙ§®å¦×/¥1','',0,'?'),('m ™I”©@ÂÏ’F]‡','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/notification-inbox/views/templates/backbone/notification-header.phtml',0,'pÅõ×6öÉ¶”Â½\'Û','pÅõ×6öÉ¶”Â½\'Û','l7åx™w¢YÐVZå)“‹/ƒº×`½ëEaXUÒ¹üÆ','',0,'?'),('¯s¿+tcå¹§Ud‰t;ï','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/notification-inbox/views/templates/notification-inbox-button.php',0,'`‰Ì]¡{á÷·/ÓOï5','`‰Ì]¡{á÷·/ÓOï5','\'µ\"Ï/pÿ8¨zå«™…pö“é-8^zD ^ÑÇl#ÎÉG','',0,'?'),('Æö+9aä\0—fÔ.h','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/notification-manager/assets/fonts/tvd-nm-icons.svg',0,'P™ŽéªŽñ<¤¯IœLÏ','P™ŽéªŽñ<¤¯IœLÏ','œ°E?%Ï©¯.P÷/wâÄúU6¡àX]Òø™df¢¶','',0,'?'),('G¸o:#áá^\"#²&=','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/notification-manager/assets/js/admin/backbone/modals.js',0,'ŸR<û˜h%Ìz!H^Í','ŸR<û˜h%Ìz!H^Í','îA*¹Ò—	ƒô	6Jˆh–—-‚xúZUÐõ³‘‡àzm','',0,'?'),('¡+µß¤Ö5ãñ¡ÖÝKD%','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/notification-manager/assets/js/admin/backbone/models.js',0,'ÙÊ\rc3m7Iy¹ƒ˜','ÙÊ\rc3m7Iy¹ƒ˜','ëª@~‡k%MtïË0òNeƒ€„â/–‰+ÄCu//™%n','',0,'?'),('T`w3˜ÚyqòUÏåÏ','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/notification-manager/assets/js/admin/backbone/routes.js',0,'	eMñ/0Ã†\nÝyR·©','	eMñ/0Ã†\nÝyR·©','¡´Gdñ¤ÜjYÉ›]tÂ\rÁv×ÏÜ‰3IT˜¡JyÝ|','',0,'?'),('O‰\'Ní%àb`j-®23','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/notification-manager/assets/js/admin/backbone/util.js',0,'KÏîD#CO,mð‚','KÏîD#CO,mð‚','LÃÌølŠV¼„aI8òqÑÞ½ÜŸÓë}ñ<†R.Ý‘þ','',0,'?'),('âhzM£ñuûi;\\½’\nÌn','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/notification-manager/assets/js/admin/backbone/views.js',0,'”(ß\riž’!”À¦Ýµ¡','”(ß\riž’!”À¦Ýµ¡','[Ž<.ú†¡µ#:Þ5œnÃÏú!	DÃ¹¿Â»œûÈÝÉã','',0,'?'),('­£À’Šúfá1d´„	H‰‹','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/notification-manager/assets/js/admin/backbone.js',0,'ÜZ˜ Àµ Öí_òÏ+Ä','ÜZ˜ Àµ Öí_òÏ+Ä','²³YˆóÜãËëãnè˜$‚ZKŠ¸1ðþRX6ÍGF’ú','',0,'?'),('Ç(ª=7•à±2(\\Kã','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/notification-manager/assets/js/admin/backbone.min.js',0,'1~¿¨JíÁS‡äŒP¯','1~¿¨JíÁS‡äŒP¯','ú¯k“ö\\O¡`Î9nh³ŽñV>ø&™™^ûidw_','',0,'?'),('Â…&¯„ {zÈ[í§GR’X','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/notification-manager/assets/js/admin/wordpress_notification.js',0,'ÍÖfi)¨â—\0Ü©îáº','ÍÖfi)¨â—\0Ü©îáº',')îš\'§ƒ“y¥ñk­ï¿eå8€îFŒÝ­ç3â','',0,'?'),('4Ø:?8äMôz#ä†…I¶È','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/notification-manager/class-td-nm.php',0,'v¸ÄÈi>nœv7O¤','v¸ÄÈi>nœv7O¤','X	€±å¸\'ÊaÈ²­;ÇÊLÊ%®Ê!fÞ1=¿C†','',0,'?'),('_W–ëþ3Ñ mÁŒ}v[Á','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/notification-manager/i18n.php',0,'Ãá«vo[ëÐP™MJj','Ãá«vo[ëÐP™MJj','WôY÷ÏÐyé#Q¦5¹Ö#Üª´öEI*Ó”˜éñÀª4U','',0,'?'),('!ÌÞñ:¬«Ò³ÖRdÅS','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/notification-manager/includes/actions/class-nm-action-abstract.php',0,'i5öAq‚KEfìïÉÊV','i5öAq‚KEfìïÉÊV','êÑ!³â/:¦³œÝ¸KáÐp\nEÂù2&-ep”¤à8Ðì','',0,'?'),('rŽjO{­’>L”6[âÚ','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/notification-manager/includes/actions/class-nm-action-custom-script.php',0,'÷îŸ7rÄ§hù#¨¸Þ','÷îŸ7rÄ§hù#¨¸Þ','ÓžOÝ–~ÉåNh|ïeŽÂt&\r=lŽ#^ª×þs','',0,'?'),('^w]`Xƒ—H³™£ü','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/notification-manager/includes/actions/class-nm-action-send-email-notification.php',0,'áO‡Âl=»´2Ã­v›','áO‡Âl=»´2Ã­v›','m¶_G]aÆ\Z}ëw3u—HÔˆ¶ö9Â­S;‹Ñ','',0,'?'),('Pq~Òä”ÕT	\'7ùXA','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/notification-manager/includes/actions/class-nm-action-wordpress-notification.php',0,'¦·C	‹\'_·éÇ—òç','¦·C	‹\'_·éÇ—òç','H;úBª›“´­Q¿ŽÏ>j_@½®$LêéYsŸ‹ý','',0,'?'),('Ý\rŠÿÛÌÉ\"à!NpMk_','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/notification-manager/includes/admin/class-td-nm-admin-ajax-controller.php',0,'ó\nTÒ‹AF¶‡ª¼‘M','ó\nTÒ‹AF¶‡ª¼‘M','Ë{=‚µeàøµÚd¤ÓnÅžSvgÌÞyó¦ºÅhaÄãD','',0,'?'),('øgCE…(ŽüwÓ%\0','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/notification-manager/includes/admin/class-td-nm-admin.php',0,'{Yz‹8![B$àDµ','{Yz‹8![B$àDµ','ï\\\Zð»Šó¾ŸÑqê¼	Õ5ÅÛ*¸êßAÔÔ.E','',0,'?'),('v2á3¶e\Zk,Å3qêd¨','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/action-type-box.phtml',0,'iLÆ¯Ny#ÌÒáÄG9éé','iLÆ¯Ny#ÌÒáÄG9éé','Â¹ÅjÔH-Ž£æŒìçä‡0°ÐÁ8Œdõ¶×35læÊ','',0,'?'),('…¥e–Œ^¦¶fíf­Íã','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/actions/settings/custom-script.phtml',0,'lô‘PÆ\nÖ”¿•^›ªN','lô‘PÆ\nÖ”¿•^›ªN','=#2±`6G²î­!ƒ\"Ó]B?‡Æ«)¤ŒÓ*èpò','',0,'?'),('˜™4þ\re¿“­±\"s»M\'','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/actions/settings/send-email-notification.phtml',0,'õ¶´n9’\\™ó¾ùc.q¨','õ¶´n9’\\™ó¾ùc.q¨','ÃqY4å({ŠeýÖé¬šì’ \"[€($ÁC&‡\0','',0,'?'),('–´de«qMÎ£áÅÃ','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/actions/settings/wordpress-notification.phtml',0,'K=¤­øÝXŽgÓèÉ_','K=¤­øÝXŽgÓèÉ_','ãd.xÙ{£ø¡¬ïß„¤C™W‹NÉ0Y\\90\ZsÝ','',0,'?'),('Ïe¾S!ï-Ð¥âXŸhƒI®','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/breadcrumbs.phtml',0,'%ñX=½³èõT`Áñ','%ñX=½³èõT`Áñ','5‘QÙ»³NWù1ìÐµçÆÿŠ%cýíå/©ÙÆ”A½$','',0,'?'),('zW8¦|µBêJ_\"\r{§','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/dashboard.phtml',0,'ÅseÂ9ëÐW6ß+\Z','ÅseÂ9ëÐW6ß+\Z','bt¿ Ú4 arl€î?C¹ÐWG”Ûé¼Äáàç…ˆ','',0,'?'),('²sÎ^èz%xJ­Ÿ','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/header.phtml',0,'Â_«1\"Å3\'€D®®¸','Â_«1\"Å3\'€D®®¸','5ÿÍ®¾ÐUŽ\\3Y¿¶µøì›˜vw2Cä]˜g€µÁW','',0,'?'),(' 4n™™Á£5×HíŠYÄ','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/messages/form.phtml',0,'Ï£QÎÒ¬^£}6¸FhØ','Ï£QÎÒ¬^£}6¸FhØ','k-Äc.¢jGµŸ§X–FIk¸‘åÂË5iQcÍy','',0,'?'),('ªúÀò5Ð`\0Q\\DèH|','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/messages/shortcodes/item.phtml',0,'›_ï‰§ þÁxaÀžG»Í','›_ï‰§ þÁxaÀžG»Í','™aÙ.U@t=r½=Çâ¨ì7Š@îvô`è‹D±Q\ZF','',0,'?'),('U^m9qÔì\0»)\nU»ž(','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/modals/add-action.phtml',0,'aB¨AògÌÙõV¬³†','aB¨AògÌÙõV¬³†','4ùy—OÕs´‘è•\0Ïr¤µCáØ5‘b µÕ…¼/','',0,'?'),('“í­ós<¹a­\"Âæíh&','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/modals/create-notification.phtml',0,'QbÊÁ–TâRÖûˆ£³{\nL','QbÊÁ–TâRÖûˆ£³{\nL','D¨î`U\"C\r^mqxùåýãýš|†g•ÕñKY(¹ª','',0,'?'),('\02¬¿Ž&Ì¼O7Wà/1d','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/modals/delete-confirmation.phtml',0,'wÅ±q‘{¸2·%XÌ\'8£','wÅ±q‘{¸2·%XÌ\'8£','HNt£-ó2)€€ã3ßƒá©‘(§‰šÛÈvø08','',0,'?'),('vçÐÈÔõ:ðZ¥\'S’','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/modals/edit-action.phtml',0,'Œ?jˆu*UÚ»LÂhnå6 ','Œ?jˆu*UÚ»LÂhnå6 ','\"l\0CG£}H„]ýHgpY5Jõˆ‰âTpQnl¾','',0,'?'),('aTœcg`‘ä4È3','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/modals/edit-trigger.phtml',0,'Â¿ÓEû-hUOfÛƒàî','Â¿ÓEû-hUOfÛƒàî',':\":£ÙÃÍMó*¥ß!²œª\Z8~}õ<<H^mÉQ','',0,'?'),('ZE/™^÷[“tM“*p×','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/modals/email-services.phtml',0,'#\rHZÈ+Å%Â','#\rHZÈ+Å%Â','PmÝêðEÑÐØç•ßMüNŸLú;®\'ËøGaj°ÚÀ','',0,'?'),('oENk?ì\nøŠTŒpúš¸','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/modals/notification-summary.phtml',0,'Z´5³7\r\Z‡*ðû\"›¿X','Z´5³7\r\Z‡*ðû\"›¿X','Y 2£	’Ö`AÖC@J8HÛ&Ö^Ýøñ\\ÙSø','',0,'?'),('É¶HüÄÄÞ’s¿Â_žR‚	','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/new-button.phtml',0,'I_BJ:®Êeñ½Tßû','I_BJ:®Êeñ½Tßû','DÀÁS_,oÜ¾Žl>~ÀÑ€ó_ÜŽµó’÷Ÿüˆ}<×','',0,'?'),('†V]—tú¢ñ¡a¬E	','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/notifications/item.phtml',0,'¢/Pæ3^ÒSqJµÎ	´‰','¢/Pæ3^ÒSqJµÎ	´‰','ˆÓ£É!Ç5ôjž,ÿße<Êçî>ÈÔžçâŒ3“µa','',0,'?'),(',1¤	3ßñâØj)ÝÚ¡\"','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/options/action-buttons.phtml',0,'‹ïfœ\Z&T\'q	&ÑJ','‹ïfœ\Z&T\'q	&ÑJ','*9)9¾‹œ]¶;9¤8®èïX!\n<ÊÖi@©E>[','',0,'?'),('^$‡½	¨IA_TÿÉT\r]z','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/options/checkbox.phtml',0,'G›”²K®ÄÇ(U´O','G›”²K®ÄÇ(U´O','º‚Õ’&øS½Iî¢×³¦»3\0Lï¢ìn¿¼vý–˜µ>½','',0,'?'),('2„n%kf\"\nkUÄgX	®','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/options/input-multiple.phtml',0,'¬”Ø²‚“öÆ$Ðt¡\nŸD','¬”Ø²‚“öÆ$Ðt¡\nŸD','=\Z;…àãnÏøT¯‹bNÉ‰šž=¾ÌÀðÆ}','',0,'?'),('#Äß•\'Ö!à™úŠj¶w','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/options/input.phtml',0,'-{gnƒN9®Y9[ú2Ñç ','-{gnƒN9®Y9[ú2Ñç ','gDÐï=hÆ#\\ôÚñë“kŠxºöúJHÀžTBv¹8òj','',0,'?'),('´†Féguî†Ýq8Ï@8','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/options/option.phtml',0,'ÛaŒx}lÐÌŽîë)N','ÛaŒx}lÐÌŽîë)N','\ZÈÓ—Z÷£Øù`½ufÿ}mÑvûôZ`áçá~	 ','',0,'?'),('rNAôX71ˆ4öFhÊ¼ ','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/options/recipient.phtml',0,'8\"ç9F¯z`vµ6Ì& ­','8\"ç9F¯z`vµ6Ì& ­','¿²SPÇúÏ0MUkéÉ\'ó7t3xXoäã©dIµÁÞ','',0,'?'),('åPw]©Î%8õ‰NxI™','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/services/item.phtml',0,'„Èóÿ¼ëšø\"kÂ.«','„Èóÿ¼ëšø\"kÂ.«','(\'YÓ¹¨ÏÁ¿¤¨umH®ryô‘¼7ú92\"^\"C','',0,'?'),('[\nqm(&M-\'A½õ','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/services/thumb-item.phtml',0,'ÐNðÄUôŸ–óéwô¹','ÐNðÄUôŸ–óéwô¹','Ðü¬ù7 çq—tQÉ)Î•ÏÑ|þ@OýÈ`ÀP7','',0,'?'),('TòQ\r„gf†ióß9Ýe','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/summaries/item.phtml',0,'‚ºþ­ð^-O-N•','‚ºþ­ð^-O-N•','`\\ûÝ·lc¬×Ÿ˜wËsÍ)?#Œ^™î ¼@','',0,'?'),('&ÿ?´9ajhÞñ$@Ù','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/summaries/items/action.phtml',0,'¹BÄÙ»\'õR¼<O“(P','¹BÄÙ»\'õR¼<O“(P','k3ÿ«p¯ú»z·AÂöb*²cdGnð®+Op¯¤’','',0,'?'),('÷ÅÔ¢véž\rQ¡³ù{õ','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/summaries/items/actions/custom-script.phtml',0,'ÌíÙAá–†¢©N]}VŽ','ÌíÙAá–†¢©N]}VŽ','Í‰Ý³7O¸¬\n)ø¡(Ø~\Zô)¿lèm³)Îq\ZÙY','',0,'?'),('cóH€YH…Úy	dº\"','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/summaries/items/actions/send-email-notification.phtml',0,'–8‹Ë.˜=(k1','–8‹Ë.˜=(k1','ÞÞ”Àêü{H\0/ó¶Ÿ4«§Ô\'ƒf“+º¤aðz‹Ô','',0,'?'),('JôÞ±úF©+Æe±îÁ?Ðu','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/summaries/items/actions/wordpress-notification.phtml',0,'ƒD—ê‘jîÜÓóùžš.ÓI','ƒD—ê‘jîÜÓóùžš.ÓI','U}\rœÇƒ]ïM²® Ÿ@ß›\Zõ/µ‰”aã->Nrt	','',0,'?'),('ÉÅ¨Ô…sâwøû‡D¬‰c','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/summaries/items/notification.phtml',0,'	ësÅ^êIP´ËÛNÑóé','	ësÅ^êIP´ËÛNÑóé','>•NN#wøõüÎÚ¢a¤k´c\'¥¾:âŠ/Þ{€','',0,'?'),('ŽS(qu-®Ð,Å;Q`ë|','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/summaries/items/trigger.phtml',0,':¬Ey 1ŸXf`Õá½Û',':¬Ey 1ŸXf`Õá½Û','–4„[Ë@Êê¨Ê«ne,Oæˆzý:»þ²o','',0,'?'),('ä½Êñ²í‡ƒ6g1\\\Zº','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/trigger-type-box.phtml',0,'*FçÅ®%kf8\rŸy6Ø','*FçÅ®%kf8\rŸy6Ø','þ¾Eˆc¯²ÒžžÍ‹ë}ƒoòjŸú­™þ¢Ð†ÌëÓ','',0,'?'),('Ö?×ÑÛS½2; UQfë¤…','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/triggers/settings/email-sign-up.phtml',0,'Ç2“OÉàòdäàŽJúË','Ç2“OÉàòdäàŽJúË','&~Ì€çÐn¯\\3»Ý¥6RÑ*]Gâ–Ž%û<ÛäDièi','',0,'?'),(',ÿ.ÒÞü\"+{Æ ž èEF','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/triggers/settings/quiz-completion.phtml',0,'\0õø2¶È*ñŠa}PÁægš','\0õø2¶È*ñŠa}PÁægš','GßKZgÊ!Ø€­åZ¿Þ¸·¾÷CL¯²¼ýŸ¶	E!','',0,'?'),('^ÄË¾æX×z·MqÊ','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/triggers/settings/split-test-ends.phtml',0,'iéP¼¿™d\rÊ]ÂW˜l','iéP¼¿™d\rÊ]ÂW˜l','!ßÉ‡þ£ÖzÂ£Äú8fCqý™.•‘ÆüèüÃÀhéÄ','',0,'?'),('³.¿­dÑ-^ÍÈ÷‰æØ','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/triggers/settings/testimonial-submitted.phtml',0,'Ãn½RmSÕbôPÇ¨FQÎ¹','Ãn½RmSÕbôPÇ¨FQÎ¹','ÃÏLöÙVÄÃŸ¤µ…okÿ…êöÿqŠý„&','',0,'?'),(';—n1\nóiC6fW.È§','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/unavailable.phtml',0,'´\ZÒ3è\0R&|íH?€…','´\ZÒ3è\0R&|íH?€…','–Ÿ”z§YìÎ:íµ‡Š=Cœ±*ìLýÐÄEÜÅ#›Å~°','',0,'?'),('°È÷ £ÇÉL]:ù¦Jù','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/notification-manager/includes/class-td-nm-ajax.php',0,'D³þ,tqæ>1àAû™','D³þ,tqæ>1àAû™','óðÑr+²Ö–8æsªŒ¨£E{^5›‚ub}ZC–¡','',0,'?'),(':\"‹,í_?XD¸•½a	','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/notification-manager/includes/class-td-nm-checker.php',0,'Äñ)ÝÁïòò¦	rlì5<','Äñ)ÝÁïòò¦	rlì5<','bOCY9?­hÉÉ¤Ñ`}îþÊýp9Ãb„ÃºÓÓnÎ','',0,'?'),('Y.4ô|¾šì†×E<¡­','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/notification-manager/includes/class-td-nm-data.php',0,'¼/\Z‘\Z®]R©yÊCC\"','¼/\Z‘\Z®]R©yÊCC\"','¬ùº>ò£§U„€6é‚³TÖò»i¯Ž]@ngù','',0,'?'),('˜Ñx{¯ç@ÓEŠÛº§','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/notification-manager/includes/class-td-nm-post-types.php',0,'—;Ð\'\'«2xñç¶½','—;Ð\'\'«2xñç¶½','Ü8rAJdb¹ýhHh—ä5Œ²ÜìÙÿø½†Ve	ýj','',0,'?'),('ä4VÀoW=tú~yñô','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/notification-manager/includes/td-nm-core-functions.php',0,'ý+tŠQ‡À*\\+Ä¦çI','ý+tŠQ‡À*\\+Ä¦çI','L]¥WêBùŒ°h¿ÙfÇÿç­+zü…8î•£Å','',0,'?'),('··juã>šõ~RfŒ×[í','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/notification-manager/includes/td-nm-data-functions.php',0,'›êêÇÍÖÝ_ÿW;±','›êêÇÍÖÝ_ÿW;±','…˜xi	ËL1Æ0L1öõž]ÖaäwiõJRzOjXtÐÇ','',0,'?'),('ìÃ—¸€Â\rÝBÙW`1','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/notification-manager/includes/triggers/class-nm-trigger-abstract.php',0,'ÈÂ9¦±êlxo.Úù','ÈÂ9¦±êlxo.Úù','Õêe)¤äÇc£d`ŒDlUd\"r“èºÞŠ6ze^ï','',0,'?'),('¢[ÄN\'˜ä$#ÁQ	dH-','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/notification-manager/includes/triggers/class-nm-trigger-email-sign-up.php',0,'ò²a„žÂJwß_\nß{|Q','ò²a„žÂJwß_\nß{|Q','ÏêP eÕwAeµû	b^™ˆ{gÏÝŸ OöwüºIÇ','',0,'?'),('¯Ç[EÎZh˜Œ¤g®5±d','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/notification-manager/includes/triggers/class-nm-trigger-factory.php',0,'¬Ù\0ºÈ•fL ð×µ1','¬Ù\0ºÈ•fL ð×µ1','ƒŒýIÀÐ‰Á$MïÐc$jéu„òouïôA­‹º0(xÈ','',0,'?'),('×uSXù&\röK‘øÉÔ?âÃ','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/notification-manager/includes/triggers/class-nm-trigger-quiz-completion.php',0,'f,39YÀxÊªÊÿH­‚','f,39YÀxÊªÊÿH­‚','ó¥|Ým¯Ý*uG§ŒoªŒß4¬\Z?cV-vA”>','',0,'?'),('X“VÓ\ZpÀÅ^}S\Z','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/notification-manager/includes/triggers/class-nm-trigger-split-test-ends.php',0,'EhŠØÃo¸ZË¼®S³','EhŠØÃo¸ZË¼®S³','aÆ<$’µ(/öÚp‘bOÌ4öcÇFxQÛÆÛ÷','',0,'?'),('ÀüfÜa¡E¶VQ™','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/notification-manager/includes/triggers/class-nm-trigger-testimonial-submitted.php',0,'ö.¡,~w’ºzú@	a','ö.¡,~w’ºzú@	a','5‰þLbòqG•Æ*£³¢_‚‰[5¶Ã{×','',0,'?'),('a”ÖiíâÍ›Vmõã².','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/plugin-updates/debug-bar-panel.php',0,'m@ÕwÞŒƒwß*áoˆ•','m@ÕwÞŒƒwß*áoˆ•','¼ð7±Šà¹Õé‹4ôƒÌÅáfu)WYD—ók3Îsó','',0,'?'),('LdmûE¢4ˆ;Sdšª@}ê','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/plugin-updates/debug-bar-plugin.php',0,'‡ZN©4O%QqBùŸƒ“¢','‡ZN©4O%QqBùŸƒ“¢','ÅqM4´¯ÄvÉùO„³Ñé°ú¬	\'RÙ–„Ôp4¤','',0,'?'),('’+çpx\0×4M?àš‰h','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/plugin-updates/js/debug-bar.js',0,'ÍõŽH_T\r˜r*.ðLtô','ÍõŽH_T\r˜r*.ðLtô','Bœ°,<ÒÉ“ñGÁ«$U1Ýoh	3\\¢~¯ZÛhP','',0,'?'),('BV²ÊNA]é°’Í{1)Ns','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/plugin-updates/plugin-update-checker.php',0,'ziÈ²<R—Rôg6Üb','ziÈ²<R—Rôg6Üb','kWãLì+\r‹›I•Ä„évqÀ‚zW‰Ü\nÍ-$','',0,'?'),('½R(\\Øï\Z‹<|Ì¬†&\Z','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/script-manager/assets/js/admin/models.js',0,'³ƒ]ÓÚjÓO¶¢žÉë','³ƒ]ÓÚjÓO¶¢žÉë','PØÙ9É±­¶ë–Ê\ZÜ[	ÓË‰ýP&ý/x†b·±7À.','',0,'?'),('ÚÜ^»4¥´¤ýíÓÑ\rÅ','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/script-manager/assets/js/admin/routes.js',0,'46¢6µž‘¶â1à4ab','46¢6µž‘¶â1à4ab','·(«¢†ma\'!ñ}ú9éÁ#/S“XpCÕ¥’ˆ”…','',0,'?'),('ßÇAi×Ûyy0­','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/script-manager/assets/js/admin/views.js',0,'½º55§XÛçLùbO','½º55§XÛçLùbO','Àáñ¬ÄÜ“=z>ºe¯½17ÚWíT¼0ÙÞë','',0,'?'),('ÓÑ=ÂwœOúüÀlE-ì','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/script-manager/assets/js/dist/admin.js',0,'Oì\ZVo9Ã2ý˜NÜç3ý¿','Oì\ZVo9Ã2ý˜NÜç3ý¿','ÀµÛØûtƒGNêCÜ±¼ÇNY\r€b „E\\Ž”','',0,'?'),('	y5Óƒø4&F¬©}ñû”','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/script-manager/assets/js/dist/admin.min.js',0,'›¦XMøfº…9ãcOHéË','›¦XMøfº…9ãcOHéË','ŒaU;¨.8!¿5=·hõœÏ·§î¾H‡u‘¥‰\r','',0,'?'),('	ß3<–ÜÃ‘Ôêæ/ª','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/script-manager/assets/js/utils.js',0,'	¹Š}j¬ÔF{Ž¹\'Î‹','	¹Š}j¬ÔF{Ž¹\'Î‹','Kà-Âµœ„ |Ä/BäËç¯‹)üŒ¹kdßÝ)…Iy','',0,'?'),('µDC¢OuÑD0aÛÇ4&Ÿ','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/script-manager/class-tvd-sm-constants.php',0,'sR³ìãu{‚C¦ì¾‘ïn','sR³ìãu{‚C¦ì¾‘ïn','óÌ‘wš,)á´ÿé8{—AÂQd<$pU<Eºp	]{','',0,'?'),('Ùó^°Ô]Pyœ™ÍÈm¹','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/script-manager/class-tvd-sm.php',0,'c(tCùó|ã\nÔQ¢HN','c(tCùó|ã\nÔQ¢HN','Šþ’ƒÿ_\\cg9-1¤AWD$\ZÀ˜”Øë¼•*%kŽb','',0,'?'),('5SY¤OÝ÷˜q¾à\r','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/script-manager/includes/admin/classes/class-tvd-sm-admin-helper.php',0,'Ê‚‘C#62š>]œru\"','Ê‚‘C#62š>]œru\"','•°k¥‰ËÌ.ÕÚ¨ßØ2=ô†ãzêð}5Sø”÷tŽòo','',0,'?'),('QÏ(¹¸#‡5¾œ$û=','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/script-manager/includes/admin/classes/class-tvd-sm-admin.php',0,'šò“7ðW·‚ä°ÿú‹]','šò“7ðW·‚ä°ÿú‹]','ýz¦êbñÜiLé´€to	öÂùR«GUÝöÂ ','',0,'?'),('Ù )º¬õ<¹ûÝ','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/script-manager/includes/admin/classes/class-tvd-sm-rest-scripts-controller.php',0,'îðCØ¹@¡Aõ{ØäÒêÑ®','îðCØ¹@¡Aõ{ØäÒêÑ®','f²A`þqŽuT™…ˆáN72{Á(Ûd1Sñ@Õ;','',0,'?'),('LÑX¼ÎN’…,D	ó9?{','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/script-manager/includes/admin/views/dashboard.php',0,'¿5Š;§ä¶Ç‹ÚÑÉa…','¿5Š;§ä¶Ç‹ÚÑÉa…','9ûóÁöTM	HÇtB¯¶ñãyƒFãª9ÍÓÿÀú_','',0,'?'),('\\eG)‰^†ž8','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/script-manager/includes/admin/views/templates/breadcrumbs.phtml',0,'d›–ÉÒiÊ?s7Á¿ˆù','d›–ÉÒiÊ?s7Á¿ˆù','tTõéRualbñ\\_Î¸Š×(™aÖÅ,z^Ð©Åƒ','',0,'?'),('TX=v¶‡ŽM\0','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/script-manager/includes/admin/views/templates/dashboard.phtml',0,'!Ò¼r\"Ûlfž/ÑÒ^§','!Ò¼r\"Ûlfž/ÑÒ^§','?dð\Zá…ñVAŽ²7c!@åoªVR/õ§Äëÿíïª','',0,'?'),('¶cèõ\"…ýª±>4’š~­','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/script-manager/includes/admin/views/templates/header.phtml',0,'àl\'¿Gã=éoa3ØÕ','àl\'¿Gã=éoa3ØÕ','Zu¿hsŠÃN=z»nèv£f.xå$TÓÖn‹§','',0,'?'),('Kc$•{ÞÐ=™ÞcÚu\"','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/script-manager/includes/admin/views/templates/modal-add-edit-script.phtml',0,'œÖ½%±ª†Ì¹¦¸','œÖ½%±ª†Ì¹¦¸','ue°\'H¡¢ObdG		©(˜‚©wùc\Zô0@Ä  X','',0,'?'),('!2üâKûñÛ‡“Š¿ÂùÛ','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/script-manager/includes/admin/views/templates/modal-delete-page-level-scripts.phtml',0,'5\néZ—©ûét\\->•€YS','5\néZ—©ûét\\->•€YS','qvâÓ§ª×Á]4Ñ_ÅÝ>i9.”N s?ÁÍ	”$','',0,'?'),('Ö¡k“ßša{m\ZRÆˆÎÅ','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/script-manager/includes/admin/views/templates/modal-delete-script.phtml',0,'¦5\n­Ù;HYP€Bc6\nk','¦5\n­Ù;HYP€Bc6\nk','®šÍª=\"v@ñ‘P^Œ ÜÚÄ‡æP¼LÅr’•p~@k','',0,'?'),('\\ º(ì7ï¼§_ƒ‚ØÀ','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/script-manager/includes/admin/views/templates/script-item.phtml',0,'ÚVÉœœ\'M ëŠÙù¡BË','ÚVÉœœ\'M ëŠÙù¡BË','³Âì“-	;VBbÞ˜·~þ	PkOFƒÔÚ +žb–ø/ *','',0,'?'),('‡³Nª„+ð$­¬0%™Ñ','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/script-manager/includes/frontend/classes/class-tvd-sm-frontend.php',0,'6IYávXY1&\ZÔ“ð¼','6IYávXY1&\ZÔ“ð¼','ë °K-zËìÂºÃLà¢ç ýrÇ+ãÙ×¾D\'HÛ,','',0,'?'),('êPô¬Mb…a¼òP','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/script-manager/includes/i18n.php',0,'Ÿ%œ…îú‹õmÜÏÄÇÓ','Ÿ%œ…îú‹õmÜÏÄÇÓ','°²€\n:on¾ŸaKÇ‹È®®˜z¬Ý\'\n/`5 Â—±','',0,'?'),('îàÛËi|¼wÏÿ5¤ò','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/smart-site/assets/admin/js/_utils.js',0,'f°£\\ÁFÞž¶9U‘3€','f°£\\ÁFÞž¶9U‘3€','{Á*\\zðT\'Óà¿8Ì‡k“ŽÊÁC$.%¤¤','',0,'?'),(']bT\"¡Ó¹%\n³g7f','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/smart-site/assets/admin/js/dist/admin.js',0,'ðj ¾—\r×{-­‡zP$Q','ðj ¾—\r×{-­‡zP$Q','­þ¥ËZG^\\6¦iCès‡ƒÜ#¸È‚€žÍÃÂ¾çÜ¼','',0,'?'),('^¸éÛ‰·îöÒD|','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/smart-site/assets/admin/js/dist/admin.min.js',0,'`þÆérOrµ&êÊ(½…','`þÆérOrµ&êÊ(½…',' lZ§Q1T•Z¾ç¯R}Ùl°É(~ÒÊ|­t“‰Ê/','',0,'?'),('£dˆdz<>žwâb¯ÂÉ','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/smart-site/assets/admin/js/modals.js',0,'þßhz–Ç /ò¿†_F/','þßhz–Ç /ò¿†_F/','vs€þIüº.…­ô QJ˜tœpÇƒ¥`ÕM','',0,'?'),('*Ó¬àˆu–Y>ºûAÂ','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/smart-site/assets/admin/js/models.js',0,'xƒX ×õg¨ûà!-\rüÍ','xƒX ×õg¨ûà!-\rüÍ','Â—\0V–¸fd½íÈÒ u€ðì+¦ÓÚL™ÍØÁ)','',0,'?'),('	”›2&¹«8ux0Xö¾·','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/smart-site/assets/admin/js/routes.js',0,'€}Ò>åW!	\0ÚQôn,aª','€}Ò>åW!	\0ÚQôn,aª','Ø\'Éè½\rÞåxÎ£^]Òˆ÷EÛE\Z\rßDA K°Iø','',0,'?'),('~DÉ¤èoømçq(\Zg)','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/smart-site/assets/admin/js/views.js',0,'n÷o@–bPjÓkcb~ÙM','n÷o@–bPjÓkcb~ÙM','`ÝåÚ#6™“ø‘ÍÍWóöÑö rQp¯M','',0,'?'),('GßòÊT¦À­ÀÓÎ@W','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/smart-site/assets/js/tcb_hooks.js',0,'„þ@Jæ]/ úÕºpù”b','„þ@Jæ]/ úÕºpù”b','†O\"W$¦¹Þ~T{+\"ªywúïwCA·ï_p‰\"M','',0,'?'),('<á]«ïÚÏ^8N¦','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/smart-site/class-tvd-smart-const.php',0,'Ç®ñ¡ e9z”É¦­¿Ü','Ç®ñ¡ e9z”É¦­¿Ü','¸´:§&UäbòŒ¤Sáê¶Ýî£bUDÖÑÞFù9Sñ','',0,'?'),('³ØØxTS@ÛbG³§','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/smart-site/classes/class-tvd-global-shortcodes.php',0,'TþÜÏÝs¸‘R¯¦úÚ²','TþÜÏÝs¸‘R¯¦úÚ²','çn+h”8sÎZ®\0!„:®op@“kbõ\Z)Ü	“´','',0,'?'),('¦Ÿ‘¶=ç‹’1@ÿÄ÷','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/smart-site/classes/class-tvd-rest-controller.php',0,'×0Hùd¼Ý\0Qc5^ZŒ^','×0Hùd¼Ý\0Qc5^ZŒ^','Õhb^åËêøR\nÓº <,uvÆ ®²ÒÆö¦W','',0,'?'),('Ã,ìE\0ZBÜÉçÇ£Õ','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/smart-site/classes/class-tvd-smart-db.php',0,'»fJ\'gŸwA%}K/n','»fJ\'gŸwA%}K/n',':•ãáé\'AT±«…›:ÒíÊ§ØCv©qÕ³¯6Áç%Ô­','',0,'?'),('<ðh(2Iãe¥Y—¹-','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/smart-site/classes/class-tvd-smart-shortcodes.php',0,'¡Ñ&ÆŒ&$]oÚT’','¡Ñ&ÆŒ&$]oÚT’','ÝyÁ¿¦=ß‹þ?ÖÃõÉÖiI³<ýÜñlìXtIQÚ','',0,'?'),('¸Ü‡iE7+©_”ëm7','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/smart-site/classes/class-tvd-smart-site.php',0,'\'š#í7]ÁÍP«â\r¾´*	','\'š#í7]ÁÍP«â\r¾´*	','ÔÚ¨q*üo:r\"—¹\0À/{Ík2[xÝpq!.ª','',0,'?'),('Ç}\rÅ#Xâ¹Åf>On ö','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/smart-site/classes/endpoints/class-tvd-fields-controller.php',0,'¹Óö\r&Ó·m’ñ<T’Â©','¹Óö\r&Ó·m’ñ<T’Â©','Í+ˆÿ4‚àÂí)xôMœÆXY\'¿üÃi\0àÉyO”EÌ','',0,'?'),('ÖÚŒùÆ°[3OP^RâB','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/smart-site/classes/endpoints/class-tvd-groups-controller.php',0,'¢-ÿõ÷…Œ>þˆ`ŠOº','¢-ÿõ÷…Œ>þˆ`ŠOº','§2ÃïG¾1qQ$ØðÍùšëa€ñéSqCÏ¯ÞVx','',0,'?'),('cŽ;†}ŽEå’L·õ~[q¢','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/smart-site/i18n.php',0,'#tvÿ6/`´B\n¬lr','#tvÿ6/`´B\n¬lr','@Eáq\0¯•9½9xü2Á÷h<íYü ÓŽrñO³','',0,'?'),('ñ0íØ¨JýŒ‡½15ŠnŠ','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/smart-site/migrations/index.php',0,'«¿˜™ÆÌñU¹b7´üÖ','«¿˜™ÆÌñU¹b7´üÖ','ÿ~4¨ÐÆEü+½àº£ŽFFc°«·~«oîI&ƒÃ','',0,'?'),('c©€eI¢‚Óí`Õw\n…Ù	','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/smart-site/migrations/install-1.0.0.php',0,'/òV×}àgyx3û»T','/òV×}àgyx3û»T','W[Êå&jòQp×µH¿£}S©©/ª%¨éÄÜËŠé','',0,'?'),('ƒhc`Íáø±5I¹6Ø§8','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/smart-site/views/admin/templates/breadcrumbs.phtml',0,'F©€‰\\cšÂØ›ÃxíŽ','F©€‰\\cšÂØ›ÃxíŽ','²ñM«ÓñÏÃ’Ü¹´ªL	hp>DqZ+öýSý¡)°p','',0,'?'),('~°¸ùn{zb¢Ç”ÖQù','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/smart-site/views/admin/templates/dashboard.phtml',0,'˜ºh	^p÷GR¥/0²J®','˜ºh	^p÷GR¥/0²J®','˜&úù;RLîkÓ.°R¼•û¤g¾ÝÁæ[Þ“þÏ','',0,'?'),('‚Z;þ¶§C—m~Ñ3]c','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/address-options.phtml',0,'Ãã^¥ÆMù±Èjhtq€F','Ãã^¥ÆMù±Èjhtq€F','§é³s¹YEâiE¼?¸§Î•†¡ý¼2¯ó¿úNHŠ;Ì','',0,'?'),('=íŠ¼‰)ŠÔÖ;}l8','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/email-options.phtml',0,'¼ØÅçú_~Áˆ…°†|1å','¼ØÅçú_~Áˆ…°†|1å',']¿fJƒg¢†ë[®nŸÇ#‡ÝrC}3n—‚–ž¯Ù:','',0,'?'),('Ä/JX¤<®¡ðP}J¦]','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/field.phtml',0,'©Á4Ü8,»o³gÓR’','©Á4Ü8,»o³gÓR’','Ý³å~»\0Ë>ºTwl1Ãqäd/M}W=®›ND0ÄÇ','',0,'?'),('.‹ÛtÕ:ƒ;(¬€”`','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/group.phtml',0,'Û®­+K§fî¢6êð6À','Û®­+K§fî¢6êð6À','\r{YvÜ\"û¸Œ#`6¶Qufƒ,ZÁØOc{º*','',0,'?'),('\\rŸSH×~ü½`r½:3','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/link-options.phtml',0,'Äfbm|¨¿–‘]½ß}õ v','Äfbm|¨¿–‘]½ß}õ v','›Ÿ`z“ß)²¼§¢nPò…Ø?ÂI£²‰iST•','',0,'?'),('n{ÂÁ«î‚LO4ñ¾B¾c','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/location-options.phtml',0,';ÍK˜ÝÊ&œ¬£ÜQù',';ÍK˜ÝÊ&œ¬£ÜQù','MRÖCQ[´(9p¯½åñ……ÊÝ“wÄ–À½½3¹ê‹H','',0,'?'),('Õ(ÞóB¯Ni—(¦w¡','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/modal-group-item.phtml',0,'·qüîI\ZBÐö<caŽò•','·qüîI\ZBÐö<caŽò•','?x]¶›CRíûØ·~÷»!qSˆ»œ”Žx$ŠçúôpÎ','',0,'?'),('É«l%ŠŽB¸í¾â´ðÄP','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/modal-type-item.phtml',0,'Úoð\r2ßÑË8\"§à‚³','Úoð\r2ßÑË8\"§à‚³','Ãy\n‡ïÇ±¼­_êåM¦Ieq´¸O0®ú yÒk','',0,'?'),('Ã±J«žXøwþ,#y)B','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/modals/delete.phtml',0,'é‘vŽ¹ÍàðÐ²p.Jª-','é‘vŽ¹ÍàðÐ²p.Jª-','äºzi;i•\"e^^”è¨û{Çww›ßEdŽñzÿÊ¼','',0,'?'),('?¶‡•`%Òs=°²v Ó–','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/modals/edit-group.phtml',0,'ö&Ùsú§.Þ@	º\"èP','ö&Ùsú§.Þ@	º\"èP','rëó§e±ˆ{õ×-þ!´€t›q¾øJá\"÷\nòH','',0,'?'),('daŒW‹$B’JÈë','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/modals/field.phtml',0,'þ@rÅDkQ/ù\'‰×	€','þ@rÅDkQ/ù\'‰×	€','ƒ2öH XÙp@Òö«»sÕÉyÍ^…¡üÛ°j','',0,'?'),('åV8U£¡¿úuA]/â2	','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/phone-options.phtml',0,'\\Ì\n¸@^¯*¸b»\0sx','\\Ì\n¸@^¯*¸b»\0sx','â#žcÐêd€†BýFš|Ø­iÞØìvÐÀMÆa','',0,'?'),('YKž°z}rD~DEDË÷ú','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/text-options.phtml',0,'nèµ!¾²jö\rc¨¬Szò','nèµ!¾²jö\rc¨¬Szò','ö‚mPþ»¯b9³xªf#w41á®ëk/B{¥¸¾ñ¹','',0,'?'),('âÀØpÃü{Âò@µ1œ“X','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/smart-site/views/admin/templates/global_fields.phtml',0,'ùp£E¶¹fâwJsjIq¡]','ùp£E¶¹fâwJsjIq¡]','MZ-¤wSò`ËØƒ\'ŠOÛçëÀÔŒËã\\…óV÷e','',0,'?'),('Ø·øÑf³kéó8–R³Ð£o','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/smart-site/views/admin/templates/header.phtml',0,'¡.+Bò…Šr0¿Ö=ÉÄN','¡.+Bò…Šr0¿Ö=ÉÄN','—ÐT8¬†]Ä–ô\0ÞtžÝ…°5WAz&¤€ðç•£hêBi','',0,'?'),('†ä>¾œDkRW!@’®Û','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/smart-site/views/admin/templates/menu.phtml',0,'²¤¦z±d>¾‡z?EÒ','²¤¦z±d>¾‡z?EÒ','IzÍ3Q¢BË~q¿9¥bŽp¸÷µ€ÙÕÐÃ‚L','',0,'?'),('×bøHh(O¤üê.\\','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/smart-site/views/admin/templates/side-menu.phtml',0,'†“YŽ¢WçwôùrôPó','†“YŽ¢WçwôùrôPó','g¥!µ™§W´2\Zùá¾Û¥hÙ\0¬¨(rYdèèåû','',0,'?'),('_ýO\"éu¤Š%]•1šs¾+','wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/util.php',0,'‚†ã*¸1Š¦î®Fx*mž','‚†ã*¸1Š¦î®Fx*mž','¶ô:TÏØ(·ÜÙ–c›„—qò°2O¥ñÑpÑ®|½	','',0,'?'),('[:ìz7ÙÓÝq)\ru´','wp-content/plugins/thrive-visual-editor/thrive-dashboard/js/dist/frontend.js',0,'Mx>&RQ¹ß~‰,ŒÀ®','Mx>&RQ¹ß~‰,ŒÀ®','v´üC­&¶&òZ¶¶¥q]ô‘\Z¡ÖŸ†ˆ²¯)î','',0,'?'),('$}m\'¯?7ä’(@¨›ÙÃ','wp-content/plugins/thrive-visual-editor/thrive-dashboard/js/dist/frontend.min.js',0,'‹mô~€rcäæj°ƒÉ','‹mô~€rcäæj°ƒÉ','„‘‰Õ‡BìÒQ€$i©«D~Z¨5.)öyûì–k„1','',0,'?'),('_îXÞí¹ßuŠúóØ;âbŒ','wp-content/plugins/thrive-visual-editor/thrive-dashboard/js/dist/global.min.js',0,'Þ¡\\*lÉxêââ†¿gÓ','Þ¡\\*lÉxêââ†¿gÓ','“ÃZ$7Kˆ¿^,Wó$§Xo¨Ûs6P¬Ï5Jô-£','',0,'?'),('ï÷ˆ-W?Ýë,~˜ö|','wp-content/plugins/thrive-visual-editor/thrive-dashboard/js/dist/hammer.min.js',0,'³} šœ‹Žëwa¨vT´÷','³} šœ‹Žëwa¨vT´÷','_òÞŒ»¢™Á«)9WÃº}3ˆ¥‘-(Ü(¤','',0,'?'),('ËÆ<Ä¦T¾% ù–õ…k','wp-content/plugins/thrive-visual-editor/thrive-dashboard/js/dist/leanmodal.min.js',0,'i½ä×aŸ4¸~ËB','i½ä×aŸ4¸~ËB','ªªö©ì»²û…¯—û,d\r†;Ãƒ<þ³ý¹,K—','',0,'?'),(')ø5@ï ÑZ’«Ù;þ','wp-content/plugins/thrive-visual-editor/thrive-dashboard/js/dist/select2.min.js',0,'\0Q)Vƒº(M[@«Ò7À','\0Q)Vƒº(M[@«Ò7À','±H‰5¨£[0éRýÎÓôLÛ«ú8!Æ`ÒU(>¢Õ´','',0,'?'),('{¥‘°³Sã©Zr»†M÷uË','wp-content/plugins/thrive-visual-editor/thrive-dashboard/js/dist/toasts.min.js',0,'öX¾Y¯4ˆf—„ý;','öX¾Y¯4ˆf—„ý;','v6:9ÈåÁ•=U)t­vP¤éÛÏ~»L#Œ}ã†','',0,'?'),('Fàµ1ÀyÔ	Ð˜y±¯ä','wp-content/plugins/thrive-visual-editor/thrive-dashboard/js/dist/tooltip.min.js',0,'ü:Bë[†_\r#tq’','ü:Bë[†_\r#tq’','D!•›ÿð—ª’ÕØˆ5QR	<£{×;\nÃP|Ë','',0,'?'),('Ïm2sÖA±„Ëg“²eŠàš','wp-content/plugins/thrive-visual-editor/thrive-dashboard/js/dist/tve-dash.js',0,'Þ§.Há$·FN¯¥‰Šã','Þ§.Há$·FN¯¥‰Šã','ä¶ˆŒgB•éfãMñÀŠ-ú\rE<¸¤R.Ý±CT','',0,'?'),('v·®¤>·?û„ÀµX5ÿ‰','wp-content/plugins/thrive-visual-editor/thrive-dashboard/js/dist/tve-dash.min.js',0,'ÝÖ%o)^h•©-¾g','ÝÖ%o)^h•©-¾g','°íÈjÚ aÈ\\8§R‰`r¡e,\rè»®TT!W','',0,'?'),('ð²€F\'³[šÀÆ‹Sù','wp-content/plugins/thrive-visual-editor/thrive-dashboard/js/dist/velocity.min.js',0,'ÍP²O…¾Ÿc‡âaÞu8','ÍP²O…¾Ÿc‡âaÞu8','¦³ŽáÚÝôuÛ…úW¿ü‡“#ãõ','',0,'?'),('Íèoe_‡i”†fºuÞ³','wp-content/plugins/thrive-visual-editor/thrive-dashboard/js/frontend.js',0,'Mx>&RQ¹ß~‰,ŒÀ®','Mx>&RQ¹ß~‰,ŒÀ®','v´üC­&¶&òZ¶¶¥q]ô‘\Z¡ÖŸ†ˆ²¯)î','',0,'?'),('7bâíf…2£K4»´«ûq','wp-content/plugins/thrive-visual-editor/thrive-dashboard/js/util/highcharts/highcharts-3d.js',0,'?Ml“ôÓ\"4·Ò§J¥','?Ml“ôÓ\"4·Ò§J¥','=Wðüú\"‡¿éª0ûš€qÇŒcÙíµ`Ú8ÑÉ¬¥¨p«','',0,'?'),('8æxyQt üTíwºÄ}','wp-content/plugins/thrive-visual-editor/thrive-dashboard/js/util/highcharts/highcharts-more.js',0,'Ðòíë)Áæ[õ˜­×','Ðòíë)Áæ[õ˜­×','¯¾¶HH¢2XÙCûw\Z•Lh*ÛeÝùê·œÞŠ÷ÒG','',0,'?'),('Å¹H ËJ•´¢\r¤','wp-content/plugins/thrive-visual-editor/thrive-dashboard/js/util/highcharts/highcharts.js',0,'ÀY¼<:\nÊ‚W\'Èºrýj','ÀY¼<:\nÊ‚W\'Èºrýj','•¯CHâµú,îán9‡ñÏî„ðJ^è\Z™Š)&Çœ','',0,'?'),('’Dmžd_®¿þ-•Ø`¢','wp-content/plugins/thrive-visual-editor/thrive-dashboard/js/util/jquery.zclip.1.1.1/jquery.zclip.js',0,'„Ùxs¸É Œ5Ý ¨&e¶[','„Ùxs¸É Œ5Ý ¨&e¶[',' ÓÐ¢q&mÀ\ní+R¥±7Ð«Ü,¤ØPÑÒEù¸	','',0,'?'),('àƒ»pªW£¤^.ë`gD','wp-content/plugins/thrive-visual-editor/thrive-dashboard/js/util/jquery.zclip.1.1.1/jquery.zclip.min.js',0,'\nÂí;*þ@_1P¸9Yï¬','\nÂí;*þ@_1P¸9Yï¬','l¯ô ¥:ia4öÐå[v YpÔq4Åæä@~`','',0,'?'),('[dÍ÷`7ÉÏñ¦m®=R','wp-content/plugins/thrive-visual-editor/thrive-dashboard/js/util/util.js',0,'	ÒN¨§`ÜÁÃM5òcc','	ÒN¨§`ÜÁÃM5òcc','¶ß´™ñâÿ\Z€ùu(…kƒ!½i÷ø}Ï/KXÈ','',0,'?'),('w—)y\\PQðò<ÄF[ ›','wp-content/plugins/thrive-visual-editor/thrive-dashboard/js/util/views.js',0,'×ŠÈÐâ¥º7•z$=’\"Ç','×ŠÈÐâ¥º7•z$=’\"Ç','3dº³ç»oÀ8DƒÜ‚¸`ìnYàc‡?Í„`','',0,'?'),('ø³~›ÿ4Ê^ø\\²» ®h','wp-content/plugins/thrive-visual-editor/thrive-dashboard/rest-api/class-td-rest-controller.php',0,'Ï0*Ì%8„çË8Ý« ','Ï0*Ì%8„çË8Ý« ','*õ&#*Ð­ûîJ‘?£¾¡¿\rZ¨p}ì¢ HJx','',0,'?'),('{óïòÀ2TnH	»ñ\r{','wp-content/plugins/thrive-visual-editor/thrive-dashboard/rest-api/class-td-rest-hook-controller.php',0,'¬­›ï:â4}ÃmH\nË','¬­›ï:â4}ÃmH\nË','`¶Ðl³|âGŠ6&r»ÝÎG	¢4ç¿ÆpÚÃÆ»vf','',0,'?'),('…±‘¬Ðc/´íŠod·','wp-content/plugins/thrive-visual-editor/thrive-dashboard/rest-api/init.php',0,'¶J`¬ÝÍQP(‹ù0âªýè','¶J`¬ÝÍQP(‹ù0âªýè','p|×Lÿ\rÔ6æågBôÛ¡rÚågvOv¡\\¨^?þ','',0,'?'),('J\nÊÁÜO¦OÃG<à¢þ','wp-content/plugins/thrive-visual-editor/thrive-dashboard/templates/affiliate-modal.phtml',0,' (m´³2ä÷ÁÚ’d',' (m´³2ä÷ÁÚ’d','ŸYWeë®çRD#Ç‹ÏÈd™;>‹2Øðû\Z’','',0,'?'),('ŒÌ­¯ÕS^n!Jºá/R”','wp-content/plugins/thrive-visual-editor/thrive-dashboard/templates/backbone/modal-loader.phtml',0,'AøSWæ^¥âAGÆ˜Ü«','AøSWæ^¥âAGÆ˜Ü«','Û½²©`µ—¨IÒ<Rhëën–añ\'	‘,º­\"‰1Í','',0,'?'),('ý±àìBèéÿ‡5 c+¡K','wp-content/plugins/thrive-visual-editor/thrive-dashboard/templates/backbone/page-loader.phtml',0,'ö—BþnèPó6$J$JÉ¡¿','ö—BþnèPó6$J$JÉ¡¿','LðÉ|Ê…ËÕ‹GÓ‰%©1•,ù0=Ï‹qäNÂ	','',0,'?'),('cyº\ZòÛ- åµ¾v}L','wp-content/plugins/thrive-visual-editor/thrive-dashboard/templates/backbone/support-token.phtml',0,'./kÉ\'Øe¤ò¨¶\0ó4','./kÉ\'Øe¤ò¨¶\0ó4','‹ƒË»ã–µFD\"BNyŠHÔ˜[<‚ŠoÈAz','',0,'?'),('3$\"ág’ÿeƒ¿0OÑ™y','wp-content/plugins/thrive-visual-editor/thrive-dashboard/templates/header.phtml',0,'²@ÿõç1Lw#Ê\\n','²@ÿõç1Lw#Ê\\n','ð¾ìÛd‚¼î÷‹ùà¿U¦z”É]ŸØ*)9 8Áp({','',0,'?'),('@Ž¿ÁZXi¿—rX·§','wp-content/plugins/thrive-visual-editor/thrive-dashboard/templates/product/activated.phtml',0,'É{=z¢>nBe]£úfýTT','É{=z¢>nBe]£úfýTT','‚Œ$×&JBÂNŒ¬µÑä½{Só˜(ìõYðÕ9G[Ž','',0,'?'),('þæÀØC;-©Á\0nKÄ y','wp-content/plugins/thrive-visual-editor/thrive-dashboard/templates/product/error.phtml',0,'¯…ñš¶F‚Í\nÉ3ˆ.´á','¯…ñš¶F‚Í\nÉ3ˆ.´á','ñ¾Í$§¬Ã’‰eíÀx|¦›[çl“ªY1!T€ÍÉv','',0,'?'),('HÒœwú«s)¥Ùê','wp-content/plugins/thrive-visual-editor/thrive-dashboard/templates/product/inactive.phtml',0,'Ç{È&á‰\Zâ/-0EA','Ç{È&á‰\Zâ/-0EA','cóçšñ2lâøj‘®¾	F4cò”ËÑ³kì³\n_P','',0,'?'),('ŠygâFˆ\ZÒÕ„æ','wp-content/plugins/thrive-visual-editor/thrive-dashboard/templates/sections/dashboard.phtml',0,'7²sV4SŽã{¦OnF=','7²sV4SŽã{¦OnF=','‹/š÷Ávh2ªAQ”¥¡n+ÓJX€ÒR\rw§Dì','',0,'?'),('¯$¹h|ÄÍxéŸxpL¸','wp-content/plugins/thrive-visual-editor/thrive-dashboard/templates/sections/license_manager.phtml',0,';SpÔ(ä_äþæ·¡',';SpÔ(ä_äþæ·¡','§SÙ;¡Ô™ ­N|àkï%MgÆ_ÈÐ1TA tçéX\Zç','',0,'?'),('Zm–žÁY„\n¯álóïÁ›â','wp-content/plugins/thrive-visual-editor/thrive-dashboard/templates/settings/general_settings.phtml',0,'%qµ\0ŠÀw\r¦²‘æŒ','%qµ\0ŠÀw\r¦²‘æŒ','óÜä¨ÌPÖc¼Àû\\(š…kL6šM°æ–?éË','',0,'?'),('8ýäyÖ²é>Ä„)RÏ','wp-content/plugins/thrive-visual-editor/thrive-dashboard/templates/settings/reset.phtml',0,'÷`n”ãë:T,r’H\0F','÷`n”ãë:T,r’H\0F','Ÿß­xñaÐ\\ï\rÊ¦‰Äj<û£AAÁ9ƒè½\rb','',0,'?'),('éeéHá±…4ˆ^ôýøù','wp-content/plugins/thrive-visual-editor/thrive-dashboard/templates/settings/text_setting_row.phtml',0,'½˜ã’xò8ãŽ\\','½˜ã’xò8ãŽ\\','Ù¾ù†Ü›Üe×kž—~TlŒÊÐ3c#ö+\r\'ÆX½;','',0,'?'),('Q}x[7Š%\rôäcÏ*4','wp-content/plugins/thrive-visual-editor/thrive-dashboard/templates/share.phtml',0,'a	.üH}ÇÏ\Z¶”ÃÁ','a	.üH}ÇÏ\Z¶”ÃÁ','Ó>Åñ*Fæ@S€$\\wƒã½R´À‚òØ—ÞXs”¤÷','',0,'?'),('b	lÁ\"[û¦¥l	p','wp-content/plugins/thrive-visual-editor/thrive-dashboard/templates/ui.phtml',0,'Û¾;%TaÃJÄ_ø(×|','Û¾;%TaÃJÄ_ø(×|','cr€oÃ7˜hÚŸB£gÀó:Ñ:ÖxüÇ°ó’¤º6Ù','',0,'?'),('ÂüÅ\\žAyC7ÔIª—èÒå','wp-content/plugins/thrive-visual-editor/thrive-dashboard/thrive-dashboard.php',0,'#>x,\0j>7÷ÕªtÿeZ','#>x,\0j>7÷ÕªtÿeZ','„ŒYL›„ &÷–Ä\Z\ZÆ¥ørÜÜ}bHîïV,bF»','',0,'?'),(' Ž5–â–MûlHLïoº','wp-content/plugins/thrive-visual-editor/thrive-dashboard/version.php',0,'yWrj;­4‰Š@•¢›','yWrj;­4‰Š@•¢›','Ÿ ›‰‰äz¬°¬®{d‡Ñ)‹mß×	>ÉXçðÝöŠç-','',0,'?'),('‘4Îë“‹fé7Ã\0‹b%','wp-content/plugins/thrive-visual-editor/thrive-visual-editor.php',0,'Š‘Þ¶ë\'ÖžÉç˜!ÍÝl','Š‘Þ¶ë\'ÖžÉç˜!ÍÝl','c{°q„}T<d`DÞ y;sÓèhTòéUXWaÚŒ','',0,'?'),('½+KÍJ¡º\ZrÔñW‰ŸÔ','wp-content/plugins/thrive-visual-editor/tve_settings.php',0,'¼ïnûŸoEº­àÝ.Ÿ','¼ïnûŸoEº­àÝ.Ÿ','¯‚ÉÃ<º¯?øÏ2\'¶ ÷ÿeFòÂgø<,úÜKð','',0,'?'),('·…·„®’ðá;æÁV\\±öä','wp-content/plugins/thrive-visual-editor/version.php',0,'ÑO%BtU*/“ó²','ÑO%BtU*/“ó²','†&’P Y8`và¦â?ïUàÏˆ®KÉ^´Ø3ìBÿ','',0,'?'),('€$ÏO@è\r¦© r]š®É','wp-content/plugins/ultimate-addons-for-gutenberg/admin/assets/admin-menu-settings.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','§N–[ÌƒÂO=\'«Ñ','ÍüQ˜ô—™0û+\rðígª*È~ËúÚ|154eE¶9ˆÀ¯','',0,'?'),('Ýú!É9 gò£Œ¹±ÿ','wp-content/plugins/ultimate-addons-for-gutenberg/admin/assets/admin-menu-settings.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Š—ôJh”Eï€ôÙj•','	ÝîÊÎ‰å…£vÏ“4Å0Äý{šà	rßÄHVU.\0Û','',0,'?'),('Ì½)¨Æ÷2R,C™Hº','wp-content/plugins/ultimate-addons-for-gutenberg/admin/assets/admin-notice.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','­sJÛ(Z“ÓA)Uÿ¹Œ¾','°z‹ÊìØ­·«•[|þ}É²›y\n\Zx±PäêßÇ…°Å','',0,'?'),(']ïÊ+kÀ ÐCÏÇÂM','wp-content/plugins/ultimate-addons-for-gutenberg/admin/assets/images/uagb_logo.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ìÖPè¼-Âú›{›½ýô?‡','ûÄ.\\TŸŽ—2ø¡”Æ$\Z½ôå¼Þý±“WÏpè8‚','',0,'?'),('L‘\r¥L€V¯Ë‰uC_Ðž','wp-content/plugins/ultimate-addons-for-gutenberg/admin/assets/images/uagb_notice.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','²ûF¡‚ÔëPR¶ŠÂ¹','I«èþj¸[7oEûRT™Á&rŠ½Aƒ(X{—ùßÜ','',0,'?'),('á5““yû°€ÕÐ¨‚àÍ','wp-content/plugins/ultimate-addons-for-gutenberg/admin/assets/images/welcome-screen-astra.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o£@=„ý]bñuJˆ`','·g2ißîÔŸŠ*,(1¡¾?:ôÛ`*~_ÏZõ7˜','',0,'?'),('eëHfzjsÏ\ZÇÝæá]','wp-content/plugins/ultimate-addons-for-gutenberg/admin/uagb-admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8ÅÔ|é<× .','²ôqo“»$qÒkW¾\Z{<»5N×%ðÔß”S@Há','',0,'?'),('ažà×ÁGIÿ¡]\"Ðäí','wp-content/plugins/ultimate-addons-for-gutenberg/admin/uagb-general.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÓÝËŠóñÇ(!8DÝˆnR','˜†ïNÕ‰Ñã2`ƒ³KD²fc:Ç+ðu™Y”','',0,'?'),('L-ºÚö\"º|à:³Ê','wp-content/plugins/ultimate-addons-for-gutenberg/assets/css/blocks/advanced-heading.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3miÉ q6c°Ži·ãK&','’(´ä<Ð¯¼Îä°Få{ƒÿéžÒ?ƒyKót$','',0,'?'),('Ü¯¾»^N¥®ó5ê€˜—','wp-content/plugins/ultimate-addons-for-gutenberg/assets/css/blocks/blockquote.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z±,h>Œòæ·þ9cMFBY','êWZ!?Àæþ!àÁ.ýý’¢ÎÉ¯·U¥RK','',0,'?'),('÷4«ÁT©â¾žÌ‰o‹Ý','wp-content/plugins/ultimate-addons-for-gutenberg/assets/css/blocks/buttons.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','©sv^@¢5áë%]ŸqxuÏ','ê‚.ø~8µ(6œN,é@Sszºîò¸É¿ch] ­Ú','',0,'?'),('\Z\0\r?Ó3ã¼e§Hé¹×','wp-content/plugins/ultimate-addons-for-gutenberg/assets/css/blocks/call-to-action.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','LÈõ’î¾î\ZªYÞs\r','Î@¦˜Ìµùp‹zÇ¸¢šŽÅb\\m3QTDö¼øÖs—','',0,'?'),('âÅfmë‘V 6“cŸ–','wp-content/plugins/ultimate-addons-for-gutenberg/assets/css/blocks/cf7-styler.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÿ[³®$^½­¬3St(B4','™·ÔöpïµY’5pñbµcê@â‘l ÖS¢]t','',0,'?'),('ú…˜|c÷›Ùzô§AÎÊ','wp-content/plugins/ultimate-addons-for-gutenberg/assets/css/blocks/column.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e~ÞB¥ßo¦;0~sÒR','Fí‚\0PtCÈ×Ùµ#Ñ’ êÚ©x\0<šBô¢hF(','',0,'?'),('Àãuvü‡‘œ\nÍvê','wp-content/plugins/ultimate-addons-for-gutenberg/assets/css/blocks/columns.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÒàA¯ìAÓuD¢co·G','Äú³ø#·Ë£æÞ±‘§*Ý ¸ÔgDs(_4y','',0,'?'),('7WâSÇ÷üòµàä¨WP(','wp-content/plugins/ultimate-addons-for-gutenberg/assets/css/blocks/gf-styler.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B$Åd9¯ä‰! ›ß>','Ftã\0°á±TÈñøq·Ùb-_7uXW™ÉEÅPß@','',0,'?'),('wšO¢Ëvhí0Ç³mO½','wp-content/plugins/ultimate-addons-for-gutenberg/assets/css/blocks/google-map.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÝJÏš’=qÚ3Ì“%„','ÞÏ õ¡i§^´ö‰¹J	\0å¼Ø\n\räzŸÛLÔé’m-–ï','',0,'?'),('ôeÑ·²Cg¬å?f\'5','wp-content/plugins/ultimate-addons-for-gutenberg/assets/css/blocks/icon-list.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h­šA£m‚	å:Ôšö','tùÐ)è2¢¾¿ºÀ¦ŸišC»jê#í-	0','',0,'?'),('¤ƒÉ’a,è9îû:ë˜','wp-content/plugins/ultimate-addons-for-gutenberg/assets/css/blocks/info-box.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','â­ÆPþàñ<ÃÄ\\éM0ç','@e²g¬wŸ—ºè¹©@Å©Æ—½ÁÛû\"K“C—¼‹±','',0,'?'),('Çó†¥E›Š‹Òô+¥=æ','wp-content/plugins/ultimate-addons-for-gutenberg/assets/css/blocks/marketing-button.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}¶´¦Œ…JŸ‰©—j‰§','iü)ˆ+öQûŒž½ššß™Ì\Zmü¦\n]0M','',0,'?'),('‰TË¤õ•ŸxŠ	\\¨Ûuþâ','wp-content/plugins/ultimate-addons-for-gutenberg/assets/css/blocks/post.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ñôùòSgY‹zÀ³ß‚Ò','ÿˆZso—ù£Î½Àb¨^é´½ì\"‡# á¿{ÙvËNa','',0,'?'),('Ð \'yïæ»l°e{é¤¯Ä','wp-content/plugins/ultimate-addons-for-gutenberg/assets/css/blocks/price-list.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ØÅÙˆþ\\®´OÿMÊûN','%ô?\n‘$k¶XÅ¯Øè\r`i=d/Ë´çœÕ\n»é‰*','',0,'?'),('¶*³Ê/}ÎÚÐmH&ü','wp-content/plugins/ultimate-addons-for-gutenberg/assets/css/blocks/section.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ã¾a3O•U¾BÚúb¦T','È|Ýg˜×Ò[9¶NÇ“ñÍLª¤ñó)I1£~·yû','',0,'?'),('Ÿ¾Lå	f8nƒÔaß3','wp-content/plugins/ultimate-addons-for-gutenberg/assets/css/blocks/social-share.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m´“œ¶\ZK±B[iã','”Ï=!‚ÈŸZãkÎÁé2˜«›JÜóã­\\lCr%','',0,'?'),('Ç	îñ•ýAÉeP¿¯C|¤,','wp-content/plugins/ultimate-addons-for-gutenberg/assets/css/blocks/table-of-contents.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':û@ð¢,Ž$]#mRž.','k•gTR¥[PÎp5\"ÓO½‘1ÃYÏ]äcc0F3ð†','',0,'?'),('ìÄ±ÜÝŸ^!_u5œ…','wp-content/plugins/ultimate-addons-for-gutenberg/assets/css/blocks/team.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d;Àã1g7Ä°–zö«','OÒ\0IwÄ|ÒtÎmÌå$Jm&\03•Ê®;ùˆuþ)Öà','',0,'?'),('r3©¸Ìýð×ÿvÆIA','wp-content/plugins/ultimate-addons-for-gutenberg/assets/css/blocks/testimonial.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','÷FQMç8§\Zú^pÖ™{Ç','é	H\"æqÑÚÝqàä÷š\"é§0*æÊ6õà9‰q','',0,'?'),('–ˆ¨ž u‡—z{M–ÖŒ','wp-content/plugins/ultimate-addons-for-gutenberg/assets/css/blocks/timeline.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','“Â´Hu…iðhWL²¶Ó¯©','Èî‹°½4_z&£¬ç°*WÅÿˆÈœIAÎN´','',0,'?'),('ŠÎjÈ(v€õŸwQkï','wp-content/plugins/ultimate-addons-for-gutenberg/assets/css/slick.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','åq‘i@µ‚–EqcÆ\n ¸','ù\\ ÁßáýO:/ás î–KÍO×†…®¶ç)mqFéÚ','',0,'?'),('(tì4²$…Êð\Z[™€Þ´','wp-content/plugins/ultimate-addons-for-gutenberg/assets/js/imagesloaded.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','È;¦ÚåþÈ|FÒR;Ú','r¨Z£e9(ÜáU®–ßòŽ´€ƒâîøqiIð@ú†','',0,'?'),('6mþ´zwîÛû‹×','wp-content/plugins/ultimate-addons-for-gutenberg/assets/js/isotope.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a™Uº•™ÑÀ×_Þ]Mâ­','Ã4àSþ%^¢éJ1Íµ/€wîßùNæ“‹¶ú£¹áÝ\\','',0,'?'),('8<Õ}/ÊT‡‡VÒj(u','wp-content/plugins/ultimate-addons-for-gutenberg/assets/js/post-carousel.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@	t2%‡ÒR×6¯%Ýýì','Al™z´Ó¢ä^÷CìF²®Ââ³ÍlªºW*CÙ2D','',0,'?'),('ã£Çt<ã„¢¶V•÷ë','wp-content/plugins/ultimate-addons-for-gutenberg/assets/js/slick.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','÷ézTöò0k£µÈ','ž FÔÕèEq9ƒ”iÑÌ;Ü¿T]{Äø¼Âé	ºÅ\\/','',0,'?'),('‘aB„þi0ª!+ƒCÏ2','wp-content/plugins/ultimate-addons-for-gutenberg/assets/js/table-of-contents.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¿³ž(¬Ê³ÑÝYvH·','öHJ\"¼±=ŒW¾Á»ûífBå¯ÂÏSèžæ\"£Ö}','',0,'?'),('y¹Íû§yÐ8˜nlù“­\Z¼','wp-content/plugins/ultimate-addons-for-gutenberg/assets/js/timeline.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Œßrp[ùÅ0}ï¶Tè','U;)@µù†^ØÓ`þüîC€›ES#ßÕEº`cV2','',0,'?'),('¥óg­zÈ×•(ŒN`qê','wp-content/plugins/ultimate-addons-for-gutenberg/classes/class-uagb-admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ô“s2vÂûFi\Zzb¼^ÿ','Ñëºb¦ÿÄ¦«™m­øA¶XÄ&§@ÅÅÃ/7Ku','',0,'?'),('Ó©líÜšÿ–æ®|Kè','wp-content/plugins/ultimate-addons-for-gutenberg/classes/class-uagb-block-helper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÑÈä0<¥b1(éŒì“','mÏÅƒÃ<T´,bs:4Ê¬ü•o…˜ÈxA,Ï&','',0,'?'),('¨˜Yw|·3|c-\0{³','wp-content/plugins/ultimate-addons-for-gutenberg/classes/class-uagb-config.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','wsâd÷ƒò‰*Ø†E','Ú%‚×HÎH¼©DE•ø$JÇV=Å5¿ë•v[Ç?2{','',0,'?'),('xž_¥7Ï!‡êYìéÄ','wp-content/plugins/ultimate-addons-for-gutenberg/classes/class-uagb-core-plugin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K>¡0ŠtH50„Iª²¸','fß¢\'HØÌÚLji™ä±¡*¾ìjõPPrðü“e¥Ð','',0,'?'),('w!Y]¢äQ…åNÉ%#\'Ä','wp-content/plugins/ultimate-addons-for-gutenberg/classes/class-uagb-helper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Àý&Aš\rðèšz&\n§','ÜÌ\rµd’´RXä«ÌKG\"‹üáŒxü­±É—¾\'h7','',0,'?'),('ŽÚc\nj_G½%ØŒþÖˆ','wp-content/plugins/ultimate-addons-for-gutenberg/classes/class-uagb-init-blocks.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','£åð…¢¼…mÔñ¡','_»%š²`¹¬R50.ƒÞðsðVÇ8¸Á’‚#³Œµ³ME','',0,'?'),('Ÿ€©šSËiàÊ”I†&M','wp-content/plugins/ultimate-addons-for-gutenberg/classes/class-uagb-loader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','×ÙxîUÀUMËq¦¯\\','a ¹ŠCEØL“ìs@¬±kökWË`Ûh—5z','',0,'?'),('x_€ƒü†ò¦Uß?{(5Ó','wp-content/plugins/ultimate-addons-for-gutenberg/classes/class-uagb-update.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¾¬ïeƒ¢ub]ñÏZ,Ú“','×Î…8îðqV\0rŽ³ËÆáæ}\rÔd­UùÚ×¶¢I‘','',0,'?'),('5å²®’Í´AkÒZ²ÂO','wp-content/plugins/ultimate-addons-for-gutenberg/dist/blocks/cf7-styler/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\rpl5¨ÿÚ«H®fï5','ê¢îW~WâÓA9\ZyPúë‹\\âª¦µÊ³bºO!g','',0,'?'),('°#JB:õ‡4¦íht~g—d','wp-content/plugins/ultimate-addons-for-gutenberg/dist/blocks/gf-styler/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','×¼ÝAwáÁkÈÒ”½âÜ','Ûê¸ÏÕ\'ÃªàìÉŠI®(!Œ·az-O¯9\'žÏ','',0,'?'),('oDêÌKÔ¥ÏÄèù}ïc','wp-content/plugins/ultimate-addons-for-gutenberg/dist/blocks/post/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','wBÙ¶Ô—x¹¾ÂºÁoª','æ­½_ÓêuV\'÷WlBÐ[ƒEHÔ\"RÍ¹ëº¸eÁi','',0,'?'),('/Ž[Wºó ë½R­›7ý','wp-content/plugins/ultimate-addons-for-gutenberg/dist/blocks/post/single.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h_9sç©Š[Ñà&–x‡','—é0/z»	˜¥¨ffªK[)oâDÏßð4^èöšÈ™','',0,'?'),('AmUDrÍÒqüyÅhD´','wp-content/plugins/ultimate-addons-for-gutenberg/dist/blocks/post-timeline/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*ö(uî!Ñò•=ÝÍ{','¡¹pvïü\\\'+h‡ƒ3šÂ\'K?ŒPtu/¶ºÃl¤þ','',0,'?'),('ñ©&ÝÔÀ•õÿŸŸ1œE¬','wp-content/plugins/ultimate-addons-for-gutenberg/dist/blocks/uagb-controls/UAGBIcon.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~³Š¤_HÓV0˜t‹ñ£','¹áxíý|ûÈ{n4µÀ‡é´ÏzÔ¹Lÿäj0›','',0,'?'),('MO™D¾h¦X©€{†èé','wp-content/plugins/ultimate-addons-for-gutenberg/dist/blocks/uagb-controls/block-icons.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','æIA	M’âSyåGÁá','i·µhTíýñ„ÈücîÚQÿB;	C+á†*ïwD','',0,'?'),('¹è¸Šì: òa[ó','wp-content/plugins/ultimate-addons-for-gutenberg/dist/blocks/uagb-controls/generateCSS.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ñ÷\rÀÏ’¿M­²² 6v','®|LxvMÚ\'-\Z7\ZÙàAEÅImv²/¯}Í®=','',0,'?'),('«ê2Od¥«@¾Æ‚[ß','wp-content/plugins/ultimate-addons-for-gutenberg/dist/blocks/uagb-controls/generateCSSUnit.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!ï„Æ÷¬8Éê­Œ’','*‹j6¡‘GG,j9[\0ê\Z•ÂCÒ^KQºË“¿|','',0,'?'),('ÝÇ0Cj²‰ƒ\0ò@¤ž©','wp-content/plugins/ultimate-addons-for-gutenberg/dist/blocks/uagb-controls/hexToRgba.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‘T6è~ÅÌÀË¹£HÉ ¶','Œ~„d´­¡ü®‰t>§q¼ªš‹(J¨®û‡<wY','',0,'?'),('É¿G‹Ò’¡b¥‘ëôÌ)','wp-content/plugins/ultimate-addons-for-gutenberg/dist/blocks/uagb-controls/parseIcon.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¦ú‘\"ñùW›7®24£ÐÁ','o460ríQ~6AÇ%ª/¢¸hàÛpKlf5.g&Lßéþ','',0,'?'),('!õu©Þ‰£n²J¶>Ç½ß','wp-content/plugins/ultimate-addons-for-gutenberg/dist/blocks/uagb-controls/renderIcon.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÏI(Eò‹ˆ\Z”’£·	\"h','÷@#W…ü«\0n8iïâ9h#yyõtÏÂPÊ2—pä','',0,'?'),('ÑQì`Y¸¬eÀÜ½)u‚n','wp-content/plugins/ultimate-addons-for-gutenberg/dist/blocks-deactivate.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g>ðÙ9paîõ¾_i(tà',',æxYEpø0Á+Å‘‹¿ëáf-ÆdJ®Ù¢ºZ™Å','',0,'?'),('\n³%4Ù7§ÑEÉTIk\\','wp-content/plugins/ultimate-addons-for-gutenberg/dist/blocks.build.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','tqðÜ-„‰¤aë\Z-ùV','Bæ¼‘Ö¿{°å¯º)ÙÅ#´‡×TòM)ˆWí£T³','',0,'?'),('­ñxý56j=ržUGäN','wp-content/plugins/ultimate-addons-for-gutenberg/dist/blocks.commoneditorstyle.build.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ˆ]ƒ¸ÿQsµY¡Ôÿ','š“´%g&¬Ï‘4Kl]kòÔÖ\'×¶¶séÇÃ‚o‚ê','',0,'?'),('ÚS©˜fA\'hE·ôõ_0M','wp-content/plugins/ultimate-addons-for-gutenberg/dist/blocks.editor.build.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!VGÖ[+QW&w¯Z[M','ý”N2³ð¡þXîÝñÄPùÓ.³*2ÞÑÁ¬sc\'¹','',0,'?'),('Ã)W‡ËÏvæ–*1nU#P²','wp-content/plugins/ultimate-addons-for-gutenberg/dist/blocks.style.build.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','øñF+HãÈBŽeý*','æòÄ£çb;/ïp[ YMãÊ±Å4ks”m%È	\"¹V','',0,'?'),('HŠA‘q…°üÛx\'Š‘l','wp-content/plugins/ultimate-addons-for-gutenberg/dist/blocks.style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','õ_iÀÏ\0àžeQ2÷ž','Ûs£dˆ¸ÁÿS?`A/ÓxW<NÎ^J`e (Ëð‹','',0,'?'),('áB¥´X^r\nE/)','wp-content/plugins/ultimate-addons-for-gutenberg/languages/ultimate-addons-for-gutenberg.pot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','å¼åèƒ3=k@ˆP]=','¨çAÛ¢õ%RõÂ£_šñ³\ZÈ‹‘Ð—- M†ZÅ','',0,'?'),('¢ã\n[áôbxo‰å÷L','wp-content/plugins/ultimate-addons-for-gutenberg/lib/notices/class-astra-notices.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¬;×p7—X*XWUÕ³Í','	ˆç^HŒQ¡Ç	XÐ£Ïéû€?-·,eÉ','',0,'?'),('¯O\\Í|b–ãÙõC‘¨WjO','wp-content/plugins/ultimate-addons-for-gutenberg/lib/notices/notices.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','IræÕ\"´Ùš>Rô$+','˜)E…ð4)œ•§ºåç*ÊµäÒÅ®ý˜*º<','',0,'?'),('µ³j_ñ¯äÁ…O/','wp-content/plugins/ultimate-addons-for-gutenberg/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','™Š×OTfbúf’\ng:ú','	#d]·¯»/pÎøú\" ¼2m=¤š,','',0,'?'),('Œj2Ì1M)«ŽöÞXDØ8','wp-content/plugins/ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ªÝB(ÝòÈš*Y_¶!J^','¯•V>ÇÿÜs6‰6 f8²O[*ß‡\"Ã²œ®Ø=†','',0,'?'),('‰3ìwû\r{g¡ŒîJ—c','wp-content/plugins/unlist-posts/class-unlist-posts-admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i¹«T«\0ºR“èùd','ƒ‰aNL 6ƒ%Ãù¨Õ‰ëÈž÷9¿uŒõü4ð“õ.','',0,'?'),('ÌåCË¾|Hæ3Æ-¡P§','wp-content/plugins/unlist-posts/class-unlist-posts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ô•´ážkiÝÝ¸ÁôHI\\','Tâ\ZÂ\"ª]˜V	õÛ”MÚÄl€ZS—U¼p>B\"¶Ê','',0,'?'),('lõ°72å™’,å—Ì5Œ','wp-content/plugins/unlist-posts/languages/unlist-posts.pot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','—Iÿ[U\Z OÐRYa”','jVäŽÛÄš-ŒÜmSP\r¿ÍÿÎÓÏðÜG','',0,'?'),('x>a¨äVÄ$º','wp-content/plugins/unlist-posts/readme.txt',0,'šJ´¤ÆòW/IEÁÃ5H±s','šJ´¤ÆòW/IEÁÃ5H±s','½Qäú‚’yù¢þ@^ÔŽý·<yx¾ÂÜ§ŽtB','',0,'?'),('<v|gß¼<êD¦./\n','wp-content/plugins/unlist-posts/unlist-posts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','KÌj<e	1Ñ=1TNZù','Lµ×~–ŠÉ\"òÚCqÀµbnbP´bÑ…©OA»‰','',0,'?'),('{ëÇŸq½€å»à!uÖ','wp-content/plugins/w3-total-cache/Base_Page_Settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G†±¨Ÿ+#DÛîYñ™J','r¬§Cµ©sp˜M³·Y8þ£ÄÐÌ1áù¬Öénå','',0,'?'),('òC;>b:\\2Ê–¯ý\rÝO','wp-content/plugins/w3-total-cache/BrowserCache_ConfigLabels.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','½–T½oÞKøÂÖî4ùíL','zoZÔÍ\rF;Í4iyA¹rî»fsººÖÎ','',0,'?'),('ÂË<Ym–žü¨`d1c','wp-content/plugins/w3-total-cache/BrowserCache_Core.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ézžÒ++E\0bïÌ!9','ëIÑc Íš-Ÿï¼QÌÃŸèc(\\ÕwÆºµy!','',0,'?'),('XSÈ¯Éˆïâ±Ž@Ð‡xÞ','wp-content/plugins/w3-total-cache/BrowserCache_Environment.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','òÒÓ1¶)ˆ»È¥ÃÿvÃ‹','ØËˆ¢û§¬W†â~ÑºOmÜ3\nèo?y¹ôk¼J','',0,'?'),('®¬Ï¯Ý’ZwQßx[æÀëü','wp-content/plugins/w3-total-cache/BrowserCache_Page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','fæ»aå\\-o&éØg‚ÛMÁ','.}z&1Eå›&/ßª¸{õ~i±á}=¸þ‹Ÿêa<','',0,'?'),('qÍ;Xçßhö¨ôEZ^','wp-content/plugins/w3-total-cache/BrowserCache_Page_View_QuickReference.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','•˜KC>äøð8qÁšuÌß','\rZ‘hðEª¡þ	.\ZY,=ƒ65÷Sn”Ë%å±3åÉ','',0,'?'),('›&Ê£50à½©°Ò','wp-content/plugins/w3-total-cache/BrowserCache_Plugin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e\roR†º< †îø°÷¯','-Õ}3§…Ó˜Zg=:…f³¾¥X@<¡+KçdŽk€‚','',0,'?'),('ÈË>ú.È½Á¶µ‹¶N§','wp-content/plugins/w3-total-cache/BrowserCache_Plugin_Admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Vß¤SºÙPŠ©×É˜','Í˜mæ·^\"ŠNÀ ¶é§R@‰”WÞN²TñÈD¾ƒ','',0,'?'),('PƒÜCŸD±F·ª>@Ñ­éï','wp-content/plugins/w3-total-cache/Cache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g®È%\"§Ñ1Íñ³ƒYGq¤','9sˆ¡;zò%h;ñŠïP\Zë±+[ÅÉE) jÂ‡','',0,'?'),('¿æ¢	tßñça“`\Zß&¯J','wp-content/plugins/w3-total-cache/CacheFlush.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','“[h?7üz?#¢é^´','ö“h7î¹Ð†=žåhsÝ†or˜U‚t)“)”±z«','',0,'?'),('½Ûs» ‰c5þpRS','wp-content/plugins/w3-total-cache/CacheFlush_Locally.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','êgŒÔÿ9M¸b©|¦Îê','¯˜ñM¬ÆmÉ .Þ§÷ Ïl°®¹%„‹wœ³Ùƒ*','',0,'?'),('ùT‚êîHÚù’—lÐsN','wp-content/plugins/w3-total-cache/Cache_Apc.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','TÌ¯ò 5U—BÀ¨	¬Ø—¦','Ø_\0Pêvñ.BÁÁ³µçØq¨âk¡äïªl±XÝt2ÂH','',0,'?'),('‰Y¾¸ t×^ú²i¬ÌÓ','wp-content/plugins/w3-total-cache/Cache_Apcu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','îâÕ;ÿVYšé¬jê5Õ','Ñh’üR°©oÔ´3~HeMiñDëyªäÞ)–C','',0,'?'),('/OÍogâ’/&Âl—ÛÞ','wp-content/plugins/w3-total-cache/Cache_Base.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','åë’_tñoØ”.ÔÔÇr`Ò','}‰±·vPÍü‡Zžº•\\‘ÐZu7;A‚µxëUò˜D¥','',0,'?'),('¿?n@@/ÿÐy¬¾…M”4','wp-content/plugins/w3-total-cache/Cache_Eaccelerator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_žãŠü0îB„!€«œ','	ZG<³œ|†zus*J{â‘…‚–þ¯/~Qø©','',0,'?'),('KR\r+\"ƒ!Sàè­t#}','wp-content/plugins/w3-total-cache/Cache_File.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','²)\r1ç×gêši€','^{ÜÓ²\\rgmÌæG‚VSäÈZZqÿ/¹,»','',0,'?'),('!Á´# ¯RaTþ²¡H„','wp-content/plugins/w3-total-cache/Cache_File_Cleaner.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','GOvž¢]s³\rd…ÜpÌ','ÄÝ¾ÔX´›H¯+;A‰ðÉÓâÔß÷×›s\rqž','',0,'?'),('¨§uPUÚÀ\0“¤W’ÑÎ','wp-content/plugins/w3-total-cache/Cache_File_Cleaner_Generic.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%Ðpá;LôÁ°Êc¿á','ÇV’ð’æ*ÌÜ„„Î.IyW7_#’}¹¬žîë¢','',0,'?'),('Ð1õÜžT­Š\ny¡(3>Ë\Z','wp-content/plugins/w3-total-cache/Cache_File_Cleaner_Generic_HardDelete.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','æ?ä¨€+_«h‡ù `°','±Öjª“YxÄªõùö»¾*Æ×ùn±ìJOåøÜ','',0,'?'),('§8Iâ¥[Ë¹¿ÏB­OÓ','wp-content/plugins/w3-total-cache/Cache_File_Generic.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¡Dîšµ(ªp!&ý¬­¾l','RPTîÊ~ÎÅœ“\n\nŽfèâÅF&·\ZÉ.¢:bh¸˜}','',0,'?'),('ùü^PoáÄë2W','wp-content/plugins/w3-total-cache/Cache_Memcache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ét´Àµl«~º†Æª\0u','¯˜½Úîû¥ŠËÌÐITŠyóGËõ\'X?yƒŸÍ‰€¥…','',0,'?'),('•Ÿ‰l¡F$a«K(tñÂ','wp-content/plugins/w3-total-cache/Cache_Memcached.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','qÜ½\0¥‰pêmX#XÆ.','&“‰¡\0ÒúË°õ~ ò(å‘‹a~ÇÀô|³ä £\"\\4,','',0,'?'),('¸• =:SÀî¬D‘ìs4','wp-content/plugins/w3-total-cache/Cache_Memcached_Stats.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','à‰S·ì,hq^XëøkU','*ï±Z¶˜ÛôŸ¤Ù›õã*ŠuêS¸l&C!','',0,'?'),('gW\"€?}Ïî¾.è4þÁ','wp-content/plugins/w3-total-cache/Cache_Nginx_Memcached.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Òuý†j¤RðÕ¯ùÿÃ…','Ò×f¦¼‘£Ìõ©ñ\"u•%†Â¼ UB¤ÿÄZ9®0y','',0,'?'),('»çãÈP*Çœz—A ','wp-content/plugins/w3-total-cache/Cache_Redis.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','”d0ÈHÿ¤PèÐÓò{Ç','Aï«áU/h{ÇFöñqÅÛ1=˜Mƒ?1QV6³Ix!Â','',0,'?'),('-ü2\"háý\"óZ+K¼QÈ','wp-content/plugins/w3-total-cache/Cache_Wincache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ë¨Ô[0c¦¸0ÅŸ‡—á€','Ke£’“H!£;‹&Oœ=Nû9ÿ î“Y9`dë','',0,'?'),('Xsî[š‰“´èv\rÍ£Çkf','wp-content/plugins/w3-total-cache/Cache_Xcache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','SÐ÷Ý%±cKëµ7<è','½&ÉF)…_Ò\Z‚ÝLÎA¹\'Sïbiê“¯DÿxdöPì','',0,'?'),('g_/š/æœˆ-wÍ ','wp-content/plugins/w3-total-cache/CdnEngine.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','RÕ³j_øºè>?gÒt','r+mÒKK2n…šˆ—÷AbúË¯}%\n°È@_×¿	Õ¾£','',0,'?'),('CùIß)\\t&phDéÇP','wp-content/plugins/w3-total-cache/CdnEngine_Azure.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ùë)G4ûøÁ¢£—xÂž','\0u\"ÈúÎã¯gHØÿt.÷~ÿèH9B”Wbé','',0,'?'),('VÝ	T°^B€8–9~ê','wp-content/plugins/w3-total-cache/CdnEngine_Base.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','DéM`›&§®\nª)ÃfÎ','1³(àOò]ipÝ½<ÊÔüpZ¨-·Éˆé­ñ5\0','',0,'?'),('83–‰ñ…zk!iƒÄËäÏ@','wp-content/plugins/w3-total-cache/CdnEngine_CloudFront.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ðcëòWo0¦àd¸‡~³','þ–ÌUÊc “Àxü#-\ZA:ÜºUw øùD~š¹Mm','',0,'?'),('æSJÑ6Oª§ÿýç’','wp-content/plugins/w3-total-cache/CdnEngine_Ftp.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÿ~+6Mþ³Œ‹eJp','bzMÞßð½„×ó0&–óŸÆ¢c¤ÑÇãŒQJ§9Q','',0,'?'),('¤”Ži•xqˆ ‹¢³Œû+›','wp-content/plugins/w3-total-cache/CdnEngine_GoogleDrive.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(Ù£ú\rªˆ,z\Zs›ˆO’','¾óâÖ\0Ð>ÒÒŸ‰KªðNÊÖ¨$™’ˆË[×y=Æ','',0,'?'),('€fä’;èHB,³°î4+\Z','wp-content/plugins/w3-total-cache/CdnEngine_Mirror.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' L3êóèQWL\"íÖ’,',')¢ø­`XÖá…k~!\"Ád¤?õI¥$daêaHe™\nV…','',0,'?'),('újßú#cu±Bçn@Üd','wp-content/plugins/w3-total-cache/CdnEngine_Mirror_Akamai.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‚pÇ³¹X¤Î~”8`k½','3äaî²&DéÔ*÷v#ù^RÞ—N0„Gâ\0I–^7','',0,'?'),('\'¢h¯ä ±¬Çlºà(','wp-content/plugins/w3-total-cache/CdnEngine_Mirror_Att.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k÷ôEE<‹^kò','üd¸ÄN”Â€âÛE·y¢ç£‰ÓÄ˜úâ§Ø\r«¡0g','',0,'?'),('I”‹Ÿfý³A†žŠÅ·','wp-content/plugins/w3-total-cache/CdnEngine_Mirror_CloudFront.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9Ý\Zì¾LÚQ˜','r_ßi(¡,ªp¤–ºÈ°b;ùFXEÞ°ÜèP#Î','',0,'?'),('þ„,Å¦P‘!±xø—DQªj','wp-content/plugins/w3-total-cache/CdnEngine_Mirror_Cotendo.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','œHÍ/Ië!JÑ%ì§','9u(Ðôâ§ãš«HV´››db²¸«\r³<cdµÙÁj','',0,'?'),('F×šÔ ç…hVqáSK','wp-content/plugins/w3-total-cache/CdnEngine_Mirror_Edgecast.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÐM¤*@0ÓàîK|ZÏF','w½™Î?)nb£ŽSP[\Z¶ŽI­µ/Ñ¹…uàÓzÒ#','',0,'?'),('çÜÉ—Fˆ?1p§©7Ñß','wp-content/plugins/w3-total-cache/CdnEngine_Mirror_Highwinds.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i§[Ò;¤Ú½ûÛ=<z','{üéÍ5eÿ\rsB!ýÚPÜ?´õ3û	`}ÁÌV™Ï','',0,'?'),('dHýÔQ“óÒ&8—;ñÊ','wp-content/plugins/w3-total-cache/CdnEngine_Mirror_LimeLight.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$4iÿ!©s¢bë4/¤Ì','0xXþÝÑ…psše$Êô“+ÔÆ\rŠB¼Ó€<2²','',0,'?'),('DHR±ûiÆeã&Ø¦õƒO[','wp-content/plugins/w3-total-cache/CdnEngine_Mirror_MaxCdn.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','î0ÑlV–dèo64ªÔÒö•','q£-H5§û¿Z×¬ZžT×©RÌNÚY#>Å·«','',0,'?'),('£´1ÉÒÞ(2¾¿\'È]È+','wp-content/plugins/w3-total-cache/CdnEngine_Mirror_RackSpaceCdn.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','•¥QÑíŸxíhŠ°W27ïš','ÁÞ§ö`ÿÍ…@ôÈJçSéæ.º˜JªeÅ\'ÿ…Hù','',0,'?'),('u†\"˜S\Z¾ŸÕ‹*|‘^','wp-content/plugins/w3-total-cache/CdnEngine_Mirror_StackPath.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ŒE?…•gNÂözÄT‚!','¼Ž1.þgÍjÁx–$öØ‡	¯›Éý?“5V¦·¢èX','',0,'?'),('\'_×@Á—!¥K³îí@ûZ','wp-content/plugins/w3-total-cache/CdnEngine_Mirror_StackPath2.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S±Šˆ¿`ßý,oó$Ó» ','Œ¾ÇtÍ¬1 mtê°Xþ4×Kt¦Í>ã:f~tÆ','',0,'?'),('\0‰¬×õœ½ký0œD£Fh','wp-content/plugins/w3-total-cache/CdnEngine_RackSpaceCloudFiles.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"üM3ív/¬vBk7Ac…','û—îã7>3EüW#H<£ÇeVô¥±3øR†]­½ç','',0,'?'),(':ºz¼6:ÍEZ(—¯+¾$','wp-content/plugins/w3-total-cache/CdnEngine_S3.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~s¾ÒËÇFøùÇäw\']','‹ÕÞa¡B­´LNŸ…¯ô¤„ªI®áÂ\ZVö·”-Ë','',0,'?'),('£AmH0Ýëð(ÍêRš5”S','wp-content/plugins/w3-total-cache/CdnEngine_S3_Compatible.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÆdøQuT\\¯™ØºHù¯','Ó%G°Â‘DŠT\n|˜5lâ€†€hóóÀÍí÷T„V','',0,'?'),('xÚUBkõ?ó–CÂ}:q','wp-content/plugins/w3-total-cache/Cdn_AdminActions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y*ÌsÚ³XI\0Í\nÚƒs','MÑE&È¢F@Ýõ´W®8ßéf5(Êwðy\\~','',0,'?'),('íå•þÉíì¥6ÁK','wp-content/plugins/w3-total-cache/Cdn_AdminNotes.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÎÏãL–_fÖ:Ö–Ù<œ','ŠÊ(Õ‘ú³¥Ü‚§Óí„Ÿ–¹Qê+ú-I‚Ù¾9ä','',0,'?'),('[+òÀ—@ç¨A÷¡½ƒÄzõ','wp-content/plugins/w3-total-cache/Cdn_CacheFlush.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\rõÍ¹	7ûHOoßmÿµ','¦ÌþL§Y”ÚP¦ ˜¼~\rúZv¬r-?#`–u{','',0,'?'),('W[š%\'Z‚ù¦E0ÔÌ‚•Í','wp-content/plugins/w3-total-cache/Cdn_ConfigLabels.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','…ÿAÏ¨ýómÕN|5R','JÖ\rÐƒ]Îø‹ë;1S(Õ^¡-¤JßÆ	à|','',0,'?'),('|ä{÷öÊg¨“Õ`e','wp-content/plugins/w3-total-cache/Cdn_Core.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ZxÓ¸£ØRy™8©‰iÍ',':¾¡”Í!m¥Éb=ìßBÚç|×†+Ô˜3º¥o)H','',0,'?'),('†ˆíi\0Ç?uý0ºÀ70Õ','wp-content/plugins/w3-total-cache/Cdn_Core_Admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Å•ò«\r3Ó¶üƒ‘„','©\\£! )®3„[Câ’³R¦%]òögŽü×ÒlQ<','',0,'?'),('i™³è°ñçC>­yµj¾','wp-content/plugins/w3-total-cache/Cdn_Environment.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','äFÎ®ÖBÂ·ººC¤–é','wÉð´Cœkmyk8ú‰Ÿj(ütJ[ð\0ÈÈ/ó&f‚©œ','',0,'?'),('Bj79é¦ãåpAžþofñ','wp-content/plugins/w3-total-cache/Cdn_GeneralPage_View.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','™h®Ù°¹ØH]2Þö€','MÉR3Žæó|;6ZF¸uŒ¹E?eÊÿÿÒ¡]jõkš','',0,'?'),('h\ZçD×Pìë±³Úõ:1','wp-content/plugins/w3-total-cache/Cdn_GoogleDrive_AdminActions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h¿.\0ó<^î†™›W','àVK±º‘+ZÕ»•b:\rÖ<ŒœKÐ„$+—…ÑîÈ','',0,'?'),('ÍŒ)Çi¼¢\n“$ïÝjÏd','wp-content/plugins/w3-total-cache/Cdn_GoogleDrive_Page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?ïŠñk[•\rüO@þ%','ø¯e©4Ôãþ¼@Xn°ÈØGA ƒ$°ÍL¹P4á¨','',0,'?'),('¢:À–ø€X@¯®Î–','wp-content/plugins/w3-total-cache/Cdn_GoogleDrive_Page_View.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÉùUKÎuôìG© ˆ§7Æ','÷!Ê—ô„˜8ãiÛÕ…o«öT$™ÿÕ}ôKáHAê£ô','',0,'?'),('Þ0šÓ_ _ýòŸ_,}“F','wp-content/plugins/w3-total-cache/Cdn_GoogleDrive_Page_View.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','í®Ý\\|È399À~ð6','ý<˜QüW­&¹=ªÖ‡åÜšuÂysÅëßA7 í','',0,'?'),('ûêùÞ\"A˜×õRPµ2','wp-content/plugins/w3-total-cache/Cdn_GoogleDrive_Popup_AuthReturn.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ð¶kŒjïÂ¡ƒo‹¥ÆUÛð','‰üÌØT\r`ú‚tä\Zc´#«9ESê¦· ÄNÓ3‡','',0,'?'),('.ûGZ–Ì+½\"§Ÿž','wp-content/plugins/w3-total-cache/Cdn_GoogleDrive_Popup_AuthReturn_View.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X+IkI L€ÿA¼¢MÕÂ','²º»¥3Ô\nˆy5v’õ09fÔö”Fw‡¢«•','',0,'?'),('Ó’¨i:³—uRÏ–¿','wp-content/plugins/w3-total-cache/Cdn_Highwinds_Api.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3—ÚÐ ¯W—.¶‰  2™ì','‡‰‚NB<Zò{V¯Ö%«ö•pÖä7	=g›µ#„ü','',0,'?'),('Ü…@s#vH³³lðèÒJD¾','wp-content/plugins/w3-total-cache/Cdn_Highwinds_Page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r³Þ®ãÍ„ÁÙ4:Éø','Øn;\rmåJŒ„\Z°<\0DšB*È²UZÐÝ«$´ñ','',0,'?'),('¸oô*›ŽXì&óá§bU','wp-content/plugins/w3-total-cache/Cdn_Highwinds_Page_View.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r¹\rh&€Ù%æûÂÃö…','Xëz×$šŠ‹U%G~;Z´æ÷ý®¡Hð1œ6','',0,'?'),('úíÞë,gÖÔK	:ó','wp-content/plugins/w3-total-cache/Cdn_Highwinds_Page_View.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9XCéxÔ`^!O/•;','Õ·]òO0ªQST­nö`XÏÀnÒÌÔoû.’c7kç','',0,'?'),('ÅU°ÞÏIpµÀð	Nf¢û<','wp-content/plugins/w3-total-cache/Cdn_Highwinds_Popup.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ïK‚pÅÜ…h ‹ÅêŸR','ñKÑT™ëóŒ\rëèE¸Ø!©VÉÁAåA*M','',0,'?'),('–w,¦–¬îŽ²ŠÏÏÊrË','wp-content/plugins/w3-total-cache/Cdn_Highwinds_Popup_View_ConfigureCnamesForm.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Úiä?á¢kÝ3+\Zò¿MÄM','eR Ú&Ô¾|J^õÜ#@¢îaEwƒ­Éü Öj!','',0,'?'),('ŽÑù	%\nŒù]>îËüåÞ','wp-content/plugins/w3-total-cache/Cdn_Highwinds_Popup_View_Intro.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ª˜0¢×GD‘U˜¨Ú9Ï','ùûø—±Û.jU|þ]Šqñ¢¡Í*üNžÜ3Pg²!:-BÒ','',0,'?'),('`åV:È¨q+%ÊãýJ|#','wp-content/plugins/w3-total-cache/Cdn_Highwinds_Popup_View_SelectHost.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¢èk¥ß·|ÂÏ\'¹Ñ>[Ol','è\\Œwø!y£vù¨”¥Ã=ŸKW[š¶v —ÆçÙ7Ñ','',0,'?'),('Æ“öâÁ¹ë’BŒ`@:','wp-content/plugins/w3-total-cache/Cdn_Highwinds_Widget.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ú=©ÖÞ¤ïÖ9¼FÌÿÕ','©ß¬\n:\":£íN	†¤è\n4Á6iÍI³àãéŽÑÜ','',0,'?'),('†ßtÃEÛåàYîb@´6','wp-content/plugins/w3-total-cache/Cdn_Highwinds_Widget_View.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9ÛoÚüzñ*;±¼DB','§þÌ‹AV‘VÄÎ¤ì;)Tä\'ŸB9“äÀM’y„†¡;','',0,'?'),('ª%ÆŸ—˜Zj@ã°Ð|g²Î','wp-content/plugins/w3-total-cache/Cdn_Highwinds_Widget_View.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','À¨Î\r|1žCÆigK¨§¶','‡6AÃL¤Hv€w£.¸ÉJâ»%_¦/¾Àl–àJ','',0,'?'),('Ÿ#œaFwºãäéx(É','wp-content/plugins/w3-total-cache/Cdn_Highwinds_Widget_View.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','GRoKeèóæ#[¡\ZÌÏš','Mó;NÜ”Ž ™‚Š®Ë!39Õ½·ì—²’Š“óÒ','',0,'?'),('¼H\r¡÷*X”~ºM¦Wr[ñ','wp-content/plugins/w3-total-cache/Cdn_Highwinds_Widget_View_NotConfigured.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&½QTÃç@äVy£ðÁì','‚©ý\"b¢ÒÎŽ‚®t‚¹Oq84‡õ	ÕDà³±Ó','',0,'?'),('‹’`ô(Z™‰m&tZ«×','wp-content/plugins/w3-total-cache/Cdn_LimeLight_Page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}90>OYî©Õ}}Ãf@','€.˜Ó®½Døªš‚éñ€R‹H^ZRúûÈ','',0,'?'),('¹«B\rhˆ‘þXMð§ê¦‚B','wp-content/plugins/w3-total-cache/Cdn_LimeLight_Page_View.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']Ã^qëÌ»Nhõ¥ªÛ1','ñ¦Ëo^1ˆ”Þ²†ç^æµƒH²5º—ûŠ¸ÓÏæ×I','',0,'?'),(';#’îw¹†l„GW£¤t','wp-content/plugins/w3-total-cache/Cdn_LimeLight_Page_View.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ç^‚«òÌ8Açj”K\ZfãB','ñ×6óÎ®J˜©i6r[©`þyµ#.¥?Þ—#¦Ý','',0,'?'),('„*£w±XÓÙ7Å² TÅ´','wp-content/plugins/w3-total-cache/Cdn_LimeLight_Popup.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0bþuð“h®7½OE2¶¿–','*‘µÍÇ<3¸½zÙÑkÛª*¢Ô¹n~ÄÓ.V†÷¡²','',0,'?'),(':+špšçÈ[m%ÄÊJ´','wp-content/plugins/w3-total-cache/Cdn_LimeLight_Popup_View_Intro.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i&·‹d…‹S©†±(êÛ	',',gF@þßû$2¹5µ\nzíõ{’õûÂÜÂ™aê?oÞJ','',0,'?'),('#é°}ƒç¶OŸžO7h','wp-content/plugins/w3-total-cache/Cdn_LimeLight_Popup_View_Success.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ŠP;·Œ íŽr»ŠÒÌkU','®ªþ\':bš0o‘%,Cä$¸‚ŽòjX­éNþç¬zv','',0,'?'),('|¾(­ô²ÞÐâ=acË;','wp-content/plugins/w3-total-cache/Cdn_MaxCdn_Page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','QêÁ‚ú¤“@°N8\'¼','Ùt„òõ¿6c‡êèkˆH³¹†T¯ÅÉÚ+Êd*Ó‚E','',0,'?'),('Ø°>6])Jå¹?>UŒ','wp-content/plugins/w3-total-cache/Cdn_MaxCdn_Page_View.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ƒ]ÞÝ ã/û²±Üûa_','vT»mJa\0Œcø9ÃÃñyÆ®Z°”F±¼y¡Ô>','',0,'?'),('\ngÝœ©È£Eÿ;ˆvä\Z','wp-content/plugins/w3-total-cache/Cdn_MaxCdn_Page_View.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','­›ðGÒ‡@CÛnWM','Þk“yî^çÐ2r.§OB:¢5Ç˜(GN¶ÃßÏÁ','',0,'?'),('ò•ÑmìX|P±2È²Ð!ð','wp-content/plugins/w3-total-cache/Cdn_MaxCdn_Popup.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g±oØšFæ?!4\"ÔïDš','›ÀÜ\Z/|&¿“–ï†nès\'\0IOcù‹Ntã´ÝÇ','',0,'?'),('9¿ë_~”BTCÂÒK_','wp-content/plugins/w3-total-cache/Cdn_MaxCdn_Popup_View_Intro.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÊKíø¼\0B~Ûø®xá','óp½¡W²Ž…P‰æšG¦6kˆ‘nó‚ˆÝùXÎ…2 Ú','',0,'?'),('ÇJÖ–Iq¢7}aíl','wp-content/plugins/w3-total-cache/Cdn_MaxCdn_Popup_View_Success.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¦\r‘#A15ËB¨J¢9Û','žÃjzf\Zö±@\Z^¤awÂÙL—ÃãÄ(ÄCòœ¿','',0,'?'),('£ÀH¾Çµ—§){\0÷¸¡','wp-content/plugins/w3-total-cache/Cdn_MaxCdn_Popup_View_Zone.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8*Ñ¤\"kØ•âˆ/”ö','oõ.v}víy]¤ûÄ­`Þeô}áŠÜù¡ð	1ÞÄâH','',0,'?'),('¼4:Ûâíô+UÈ—&Ó¥»','wp-content/plugins/w3-total-cache/Cdn_MaxCdn_Popup_View_Zones.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÚŒ»åVŸþ´Ð˜EÂKQ','GÍõg=îÖ¸ôSwPÿIbmÃoæÀ‹Ò9ª#upñR{','',0,'?'),('ÑELµàší§ç©üfb','wp-content/plugins/w3-total-cache/Cdn_Page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ë¶‡º\\\'òðÛ÷¨ÎG','›üî¨ó0»TÈKøÊC­Ðèé¶ý›è†å‹','',0,'?'),('o‘èå“CyZþŒ‚-5','wp-content/plugins/w3-total-cache/Cdn_Page_View_Fsd_HeaderActions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‹{	w…ÚRü	y¤þ’\ns','ËSP×Ú^Ô¶\rRœ†P´ÚÑðÊ›³h”7œX×','',0,'?'),(',<KzÞ3aÁ:Øì¾sG','wp-content/plugins/w3-total-cache/Cdn_Page_View_Header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¥Vï‰,„G;îW|½é¬$','–LálÇ}l&V¡Ê·wsZœ*ÔÎéúI‹ô¡Cµ+{Š«','',0,'?'),('0ÍE1æ¦w[ÔŒõEÐ','wp-content/plugins/w3-total-cache/Cdn_Plugin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ì@<$ÿµB-H+§ï','÷64ör\"Nÿj8b—}!Ã±x1dóg1m™IK´çŒÊ{','',0,'?'),('bžmÄä8ÑýøÖ•','wp-content/plugins/w3-total-cache/Cdn_Plugin_Admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0÷ÚØ§ïÀî*Ò½·7Éj›','—‡@Ýïwjxô2kOÍ^Ídy¢©¥ÿHC›','',0,'?'),('êù ç«O[ŠKŒ;rõÒm','wp-content/plugins/w3-total-cache/Cdn_Plugin_WidgetMaxCdn.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','·ZÃæ+¯Ðž‚’Òtgáø','|ªœˆs“,æ-é7_…bO˜ÈGTMì|IO1¸ùÂdÀV:','',0,'?'),('™ßB3º<íÇÚ“»+¯','wp-content/plugins/w3-total-cache/Cdn_Plugin_WidgetMaxCdn_View.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','’in	#3F÷Ã‘‡Åh','¿µ\'Us>OÎª¼S1Õ`.ÕˆÅN÷(!ÌB','',0,'?'),('É?LTLq*v~çHµTj','wp-content/plugins/w3-total-cache/Cdn_Plugin_WidgetMaxCdn_View.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+£#ÿ>Oo„U¹D$','¢žõD&¤°€ynÎâ7j_HÝ™0Yó!Â)‘`†ÐK','',0,'?'),('<úŽBLq§Tíú—„ÛØk','wp-content/plugins/w3-total-cache/Cdn_Plugin_WidgetMaxCdn_View_Authorized.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','î\05F}1‡?œR’\'³','½ò_sÄ²/ä>ÚEl8o Sì“ÀfŽ­ÇPv¥™Íi','',0,'?'),('\'s\\i?!‡L=ÑÄQ>$','wp-content/plugins/w3-total-cache/Cdn_Plugin_WidgetMaxCdn_View_Unauthorized.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6°	QéÍ„ã¿)•­ùä','ô·iÃ¼~íBW`ŽÍòàþSÝÌ&¾¥èC@F¨','',0,'?'),('Œ¶f¡‡Ê½ýÒ%GÜF{þ','wp-content/plugins/w3-total-cache/Cdn_RackSpaceCdn_AdminActions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','oïøû²¤Èñ2Ò>NU','õÍ¬ƒÖFÙÌdðÆzÂ9¼hq|¦ØèµaŸDŒ¬—GéÛK','',0,'?'),('ô% 5ÊoÌ›ÑðŠ‹ñsq','wp-content/plugins/w3-total-cache/Cdn_RackSpaceCdn_Page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']Åf0çUÜ.ˆ%Œx0',' 1P[ MMÆ‰\"!±y¸ÜV¾Þcœdh','',0,'?'),('Èµ0³\r=M_{œ¶u5¥õÂ','wp-content/plugins/w3-total-cache/Cdn_RackSpaceCdn_Page_View.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2Aä?Ð˜êÑ·Úît«','ž#„- 1ŸëúB>ŒC†sšæ×~j^eýÌ\r…;','',0,'?'),('Y?@ApÚZwçÀ÷([','wp-content/plugins/w3-total-cache/Cdn_RackSpaceCdn_Page_View.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0Ç`á‹/qqGßQ/','Â[:~ï\\»Òâ²»+ºN£7ß¦E+±\09†îpmºêé','',0,'?'),('\\8UaÎËûaÐ±(òá`^','wp-content/plugins/w3-total-cache/Cdn_RackSpaceCdn_Popup.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ì.Ö§kÂÙEG\rÞ','ŸžÏFFÃÍ‘7¨½¼ý²Ÿú~L‹TXe’\0ÙO6ˆ','',0,'?'),('4‹O62šÁMõ‘3j‡p‹’','wp-content/plugins/w3-total-cache/Cdn_RackSpaceCdn_Popup_View_ConfigureDomains.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`À	²7~fþ\'Æ >ÞÁÍ','-ês>°×-Ð(8Œ’¾òI¯ýÍÆ$ öl0VrÃ•','',0,'?'),('zsÐRUžo/Š‡kx','wp-content/plugins/w3-total-cache/Cdn_RackSpaceCdn_Popup_View_Intro.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','§æŒ­?K¾º\"ò¢\0','º¼û	PäFU“	7ÆJõ[¨K“Kî¼}í¡Ò:^','',0,'?'),('ŠýèE6Wºb,³üÖE','wp-content/plugins/w3-total-cache/Cdn_RackSpaceCdn_Popup_View_Regions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ƒ>öÂ7¶“\nË«ÇÉ>¨','Þþ£’Á]†0P_‡RœBÄfqƒâ\0ÑÉlzpÐ','',0,'?'),('\Z<Nh„N¥õÌzEE­R','wp-content/plugins/w3-total-cache/Cdn_RackSpaceCdn_Popup_View_Service_Actualize.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9N¬\rþ©Œö.Æx¸Ã','É±”­Þ…ßf\ntÉ‘®¢cñåÌE‘âxÿ‰shÅ','',0,'?'),('mŒ½T·IãºKƒ}Ò','wp-content/plugins/w3-total-cache/Cdn_RackSpaceCdn_Popup_View_Service_Create.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ú7$¢ë\\>xá¤ZËUôÔ','>©“Æ*AüÇ8AÒìÂÍ4IÒdRà{\ZŒ €4Ø^','',0,'?'),('•­„Õ]1T4Ô4ÛÈ§ ¯','wp-content/plugins/w3-total-cache/Cdn_RackSpaceCdn_Popup_View_Service_Created.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ðV•\0R§Š5½F¢Ö•','ý¬XœyÖ\0\\>ÏŒ#<\\EO¬Õ†½âuûínð ª','',0,'?'),('e­Óàæ;VuLê¬Ö\0Æ','wp-content/plugins/w3-total-cache/Cdn_RackSpaceCdn_Popup_View_Services.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' M J£¸az:çSïV,H','è¤q¾É¦$Å\n´‚ÝË\Zmtk¿ÿS<ù±b4ÎÇ<$¹','',0,'?'),('¼ë>Xz™ÅÒbþýÙ.§Ú','wp-content/plugins/w3-total-cache/Cdn_RackSpaceCloudFiles_Page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L©½H`ÕÃ\rÆµ^É^','3xKcßÆþX<úq¶ÏÉ“––€Áá·\ZMSëWP44E','',0,'?'),('¯d°\nFoI^6SË•¾Ñ','wp-content/plugins/w3-total-cache/Cdn_RackSpaceCloudFiles_Page_View.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ôkàêu¹!ÿ£õ4¾JÃ','˜h]ô…è­Ù¤gcAwºêc¼¨ûéã·TÏßpÃtÞ','',0,'?'),('>à\rÞ#ÓŽ…ß”3‡¸Æ³','wp-content/plugins/w3-total-cache/Cdn_RackSpaceCloudFiles_Page_View.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s¾uWéÎ`æ‰8‘®ª§','UkSñû…2€(u¼\rZ¿,LÛß:sÌ¯¶aÁ¶','',0,'?'),('™\rü£$^‰dvï¤L3','wp-content/plugins/w3-total-cache/Cdn_RackSpaceCloudFiles_Popup.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','32ÈÄVÔGÍ‹hkýR·','’ö)aF\"û³Îiêâ»=/B±Ç½(âN¼7ŸævGi','',0,'?'),('8›!$Ž­Ö-†€=B½Æô!','wp-content/plugins/w3-total-cache/Cdn_RackSpaceCloudFiles_Popup_View_Containers.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','øM·EÌd÷4ílÊÃ¡-&','µÜ&/uýåäÓµ6±YDIü4²…\\8PÒÔ©¶„EJÜ','',0,'?'),('½fÆ4c”æôwnâ	÷','wp-content/plugins/w3-total-cache/Cdn_RackSpaceCloudFiles_Popup_View_Intro.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&À|2Æð-dc?Éw<Òà','€b£ÚHßü˜éð9•ì”ñË1ðwJ–àXtÇ\n½µu@','',0,'?'),('–×È	ÿ*®’o,$˜ó¬','wp-content/plugins/w3-total-cache/Cdn_RackSpaceCloudFiles_Popup_View_Regions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	Ã	”èÊñáV&Œôå','?ŒI\nš®nÔÊ.ðÓ#|Ê”ÎR\\&„]Ú%“pÏç','',0,'?'),('Ym†ï¶æ7otÃ2zÃ=','wp-content/plugins/w3-total-cache/Cdn_RackSpace_Api_CaCert-example.pem',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4bewµo]ñuCUZ›','¿]û½LfË5‚îwg#¹âjW—‡W°:o.ðH','',0,'?'),('æo=¨¼úLÙ–•ú©ª‘·­','wp-content/plugins/w3-total-cache/Cdn_RackSpace_Api_Cdn.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‘è^¡¯úáðP~µ',']tmÂUó\nó¬ÈÞª|p·ÓqçËÄs<ïÍTãp9Ä','',0,'?'),('È@Š>&»{™·_™a\0Qx','wp-content/plugins/w3-total-cache/Cdn_RackSpace_Api_CloudFiles.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','­-3—»Í¥1ßW„FäDø','V>3Ý+%:ÝäïŸò<&5M™Ê#sóŸL6&£é¥','',0,'?'),('±\r^,#˜NñïÉQ“Æ','wp-content/plugins/w3-total-cache/Cdn_RackSpace_Api_CloudFilesCdn.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#5ªyú·1r)èž7²­ðä','¹&4eYÅq[õ„æà­ì³öÄ•CJ¯U”„p„(´s','',0,'?'),('úÕÍ|Šô,q ¥Œ?','wp-content/plugins/w3-total-cache/Cdn_RackSpace_Api_Tokens.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%°„	k¢Ê¦Ûi|}>F','X&ç\"ã^êÎüÛ}Ìå©Â;h°®·é·IF‘ÄV¿','',0,'?'),('½}òu<K6Rh/ÍÈà','wp-content/plugins/w3-total-cache/Cdn_StackPath2_Api.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/BåŒæž®×¸\ZÃ','ô¢¬qp×ÑRšt\nÔÌË0¦D9µmo¾£(µ!\r','',0,'?'),(')!8Úì¬_IÇþäØX','wp-content/plugins/w3-total-cache/Cdn_StackPath2_Page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{µ¡Cq\'œö\0Ï*KV‰{¤','o³ÌŽéöÅWâBü+Y¢¤9°Í\rSAÿN¶ Ð¥8ð','',0,'?'),(';UÂ„ Suÿ.+L- ','wp-content/plugins/w3-total-cache/Cdn_StackPath2_Page_View.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÆÁO®’q3ækU»P0','š)i<“ÔÃ7}ŽÑ	\'h +Í°öèo×Í&·Úë™%)','',0,'?'),('#}”eÝÃ£Ó*ÛðÐ¾TÙ','wp-content/plugins/w3-total-cache/Cdn_StackPath2_Page_View.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q£L™£nx¥1ýÑ','IP9\Zý¿qÓ6ŒŒhLŠÜ‰õ‹‘ÍUê§®_8þáé‰Ë','',0,'?'),('ÁCg~¢m‘º2ü1Ûô','wp-content/plugins/w3-total-cache/Cdn_StackPath2_Popup.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','çŸÂl ¥¡EÇ™ÖUû','à§GÐ)%I\rfãxþ­BZr*!‹õ2µÕæÅ‹ë','',0,'?'),('½‘úZ£ÓCˆ·…\r½†','wp-content/plugins/w3-total-cache/Cdn_StackPath2_Popup_View_Intro.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I¼Ù?«´‚m\"Ÿƒ”¯AF','¼óÌö7ÎPVr)òìVÖš8…¬¥ô™®@,','',0,'?'),('±ÝGlS°ˆ(\r·OK','wp-content/plugins/w3-total-cache/Cdn_StackPath2_Popup_View_Sites.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q¥ÛC•@ŸâŸjEÇ','Ë¡vÇæP2cs É1;¸ËzñÁIè´ý~›SŽŒ','',0,'?'),('+ˆ7ØÒ-V²ˆæ›žŸö‘','wp-content/plugins/w3-total-cache/Cdn_StackPath2_Popup_View_Stacks.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','êÜ\r“”›8üGÄÒåGLy€','îZÝÑ`:¹kr¾¢çc\"[ü-nÙ@6XFç¶Ö\Z','',0,'?'),('>ó™ÈÂÓ¥öŸÐà<\0:','wp-content/plugins/w3-total-cache/Cdn_StackPath2_Popup_View_Success.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','À‹÷?\0M…vÚvÀ€','¾Ù{?½P¦H€,\rèC1ZQ}Õ‹¾ƒ%âí»','',0,'?'),('ˆsßêc/.¦4hÂ×]8p÷','wp-content/plugins/w3-total-cache/Cdn_StackPath2_Widget.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Üoá¿Ëþ ó+Ç:zt<','}?\rŠø§dø”Â±Ña$`¦\r¼„ÇÿTµÊ3®ëy¨#','',0,'?'),(',À»÷\ZÖ•²h|Ø1','wp-content/plugins/w3-total-cache/Cdn_StackPath2_Widget_View.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','BP»;…oÅ§V¡k‘DH','þ6 W”[ù²â©‰q.mŠ‰lzK<Ç²PˆÏy¢HG±','',0,'?'),('PÎ^™C§ÃûÍ¬¸?óÍ÷','wp-content/plugins/w3-total-cache/Cdn_StackPath2_Widget_View.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','’ˆ³GprˆPÒ®Ts¯½','VyzH Ô†h°À|î7¥ÁÖØÇóDE­gR@õl­','',0,'?'),('ÒÓÅ;ÝùÓ7Bš+‰Í:â','wp-content/plugins/w3-total-cache/Cdn_StackPath2_Widget_View_Authorized.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‚•Óæ¢Z½Ð]FŽù!','¾Etbè`Æ@}J(‰·ù+Mîd;©­p9}ÞF÷²Þ','',0,'?'),('½8¤­[Lõ\0=uú','wp-content/plugins/w3-total-cache/Cdn_StackPath2_Widget_View_Unauthorized.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0°±ïslôÑ†Ûìb$ñä ','î\Z\nº\\&Ìº?ç7˜!M…©¢ðò‰+ût*c¡ ø«\0Ù','',0,'?'),('$Œl‚3\"B¼´¾!—KþŒ','wp-content/plugins/w3-total-cache/Cdn_StackPath_Api.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ïž(:D¨d^¼ço¿5®','—ÆB¾­9‹}|±o^‚*!88Âo°zéfH\'ú6$','',0,'?'),('¦wÐšÒ \"ÏÈùáv[Œ','wp-content/plugins/w3-total-cache/Cdn_StackPath_Page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‘^+rûeöµÀ¶pät]¿','`så#O—s¿^se-[3 [VÖ[šÚùšiW”T','',0,'?'),('˜¾Ö°*\r6ûÕ™¥¡&…','wp-content/plugins/w3-total-cache/Cdn_StackPath_Page_View.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\j,A“òöyâ—p›	','·ŠüZù_\n„UÊäÀàx\Zg¯wEñ£ ípeÊÇÒ','',0,'?'),('ñs\Z}Ñºò‘[**„àæ’','wp-content/plugins/w3-total-cache/Cdn_StackPath_Page_View.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','÷îj¿„UÙÜ5Û[=\ZœÄ','+¹…e¸ŠÔƒÔýÂ\0xÁô¾sÓž*Í	èþ5·','',0,'?'),('ª¦\n_$OYä±ïzYH;','wp-content/plugins/w3-total-cache/Cdn_StackPath_Popup.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÿ~Õ¢èFED>=\"8ì\"ß_','Š\rLµ[{G×Z\\µLIg–\\ù=8ªÆ6´g/ßý','',0,'?'),('?r¶ï€ººDŒíÄRb\0Z','wp-content/plugins/w3-total-cache/Cdn_StackPath_Popup_View_Intro.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','eœöÓ«ÕY?Ê,!‡pB','Î+  9`í©8)üyÜârôzänM#2Ò‰2','',0,'?'),('WÍ ’>å5èT+J€\Z0','wp-content/plugins/w3-total-cache/Cdn_StackPath_Popup_View_Success.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¬pºª×óé¼†‰”o','×:¶d”ÄS„+ÃWÆFi%ÙÍ@t(3t­´æ2Ò','',0,'?'),('ñ¾½/C3¾ðFfÏÀçÇ','wp-content/plugins/w3-total-cache/Cdn_StackPath_Popup_View_Zone.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ƒŸz¯Þ\\ÿ?žd™$ÂQÇ','§k©\rôsÿF,¥‹Píþ÷	4Íji—½c`ùuÑ_','',0,'?'),('€´Úä…l^ÉgÏ%Ê~','wp-content/plugins/w3-total-cache/Cdn_StackPath_Popup_View_Zones.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Fö>èölu…ñS”Œöè7','¼óXf •6 2mëìá 5ÃÈ¾Fèyä&ÊÜ.èË','',0,'?'),('®B–Å(ð:‹ä¿-c','wp-content/plugins/w3-total-cache/Cdn_StackPath_Widget.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','…¤¨Xõ*3¾“ÄÜÍëìk','N‚a˜`K7D]ih •¿gòÞB`ü‘’í×h/','',0,'?'),(' žå4Šº©l\ZÅ@,3','wp-content/plugins/w3-total-cache/Cdn_StackPath_Widget_View.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^œ\Z;ã*!E“íU1±','ÝÿãmÑ>œÈÛ>­õò¯Õk’[ÅzR¶<í¦ÍôÖjT','',0,'?'),('Ÿ¢#yu¶=™o:ª.','wp-content/plugins/w3-total-cache/Cdn_StackPath_Widget_View.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','TUEÐ˜f	ü´†#Ê€','qè÷²ïÍÂ}ô8ƒl»ïkJCžo{tÝš„üP\rË±','',0,'?'),('p-žn9—]³U›P?w•Ö','wp-content/plugins/w3-total-cache/Cdn_StackPath_Widget_View_Authorized.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t¥S¸Q¤ß}ÅæhÒú','[)Í6FòA,­ìX§]µqÑÅ«ŸŽ3%—N@ù','',0,'?'),('Xqõ8ø§EóÕˆ8Ä´ÀÈ','wp-content/plugins/w3-total-cache/Cdn_StackPath_Widget_View_Unauthorized.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@ƒ—ý#½÷rYøª‚„xY','ì‡x»IÞI!a•˜\'`¦<Ä¾ËûŒÂ?¦¥†','',0,'?'),('³3ÐÒY¢÷Êè¶¤,X/u','wp-content/plugins/w3-total-cache/Cdn_Util.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¸\r\0c77{‹úü‚Œ{d¢ê','Æˆ¢8¥·j6>På©×H¯óIË‡Ì—öÕ2ÂòÂ×','',0,'?'),('Ù8™0ïÿT¾š¾Ä\r¯','wp-content/plugins/w3-total-cache/Cdnfsd_CacheFlush.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{%~¬¨E1˜…HÛqN','÷£S\\â7eX£àm\nH¡©ÜEdjhÝðîZ;','',0,'?'),('ÁÔ[Ñ•n9àCê‚É™','wp-content/plugins/w3-total-cache/Cdnfsd_CloudFront_Engine.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'¼\0kŒª ÌˆÆA4ÁÍì’','ç£7ÀÉ«Cº+(]¥^‹—N|Á¼\ZøX#4MwÃbG','',0,'?'),('ÖÇ]å¥û¿d¾P\n;œÆÍN','wp-content/plugins/w3-total-cache/Cdnfsd_CloudFront_Page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','AçÄª©èVõüŒ`‚¼ì½','ªówÏ\n%´3vÄ-3·ú[3Öÿ…è3©·î‚¹Þ¬!¢','',0,'?'),('dfŸù UèÄ\0Ô([Õ','wp-content/plugins/w3-total-cache/Cdnfsd_CloudFront_Page_View.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0ÎÉ6¹Úû}¯³Ê‰#g','lïnmœ+Ûpó¥êÏ/Ó†“[¼\0•¾«tàyÊNñÜÆà','',0,'?'),('UkLKâ‘µîöôÔ‰ÄÃ','wp-content/plugins/w3-total-cache/Cdnfsd_CloudFront_Page_View.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0Š *šFç?oš+é¬rˆ','¥ó^ø»\rÔðI½›7+Þ®1ÓåbØü6CÛ—èku','',0,'?'),('ÌE†«à7>ñ»Æ¹O','wp-content/plugins/w3-total-cache/Cdnfsd_CloudFront_Popup.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';ZòòŸfªfª','bÿ²«;lª8Ž½pQÆKGz£Ìdæ:ë7Ä','',0,'?'),('Ò¯´3V£½—_ÚNë‘µ','wp-content/plugins/w3-total-cache/Cdnfsd_CloudFront_Popup_View_Distribution.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?Ÿ ^´uÑPa#Ä§Pãµ','ü³æ¯¬(2Ÿ–?Aú–Ÿ{é.Ip3M–YÊyel¥l','',0,'?'),('Hô\0cp±6é™A‚9lòÙ','wp-content/plugins/w3-total-cache/Cdnfsd_CloudFront_Popup_View_Distributions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ûs“ýæOFéÖ8â}','ñîaq×M]Ð9/KžFÍŠbž×­²DŽK‡ò<Z}-y','',0,'?'),('Org„à ¡é+À¡','wp-content/plugins/w3-total-cache/Cdnfsd_CloudFront_Popup_View_Intro.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ãK¸¢«ØÂíüÒaÚ_','¨ÎxÇËŠqkÚ0™fÉô4¸ÙåÇPÕïWyyÊ&Ý?Ž','',0,'?'),('™Y\ZqƒôŒù$á\Zl','wp-content/plugins/w3-total-cache/Cdnfsd_CloudFront_Popup_View_Success.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3Fo;•bŒ\0¸Ý¿æÅG','a?®á#Ñ¹AôÑ½N°kJ~ÎÍ\"5‡a«X©<','',0,'?'),('žf“ÚŠž°?\\{Äd% ','wp-content/plugins/w3-total-cache/Cdnfsd_Core.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' Vc 4;ÂBŽLÁGPƒâ','r¨á/eÝ)«…¿Ë£¨žK…µÌqc·Þá$I¦wëÈ','',0,'?'),('9q7©›R¬=Õeë‚4þ','wp-content/plugins/w3-total-cache/Cdnfsd_GeneralPage_View.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','sM©¨˜é÷ƒ9¥î¯j¾Ð','6)§õAœC7Òdç¢?¦sTŠž?/aâþTç,°\\o','',0,'?'),('1’Y!M¥œ0•·þ.Z&¡þ','wp-content/plugins/w3-total-cache/Cdnfsd_LimeLight_Api.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"»%~“&Ž¬kQ±U¯C','qÍ†é¯~úÐ0ôL[ù¤N-f7˜æ¼£G¿kuËm','',0,'?'),('2„„+YðÜÐ°—äÐq','wp-content/plugins/w3-total-cache/Cdnfsd_LimeLight_Engine.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','qVÑP)$APÌ5t','à=#;RÉv\Z¥Ø]²Œ4Aiãd/²2@1‡~','',0,'?'),('‹>oeºTS7õ±¯k˜»','wp-content/plugins/w3-total-cache/Cdnfsd_LimeLight_Page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','øÛqÉŠþeäŸ‹Î¬çQ‚','èŽöF‘vÉÿ%È1²€v$(4ÇsY©È“]vJô','',0,'?'),('÷Ð-èW¤Øíi3{iõ$','wp-content/plugins/w3-total-cache/Cdnfsd_LimeLight_Page_View.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ý¯#U#_“ÐIoœP¾','el‡;Díxä\0.sU¹õóh&´¤ÌNB\'(€Ðní´èÎ','',0,'?'),('vw ‚knÌqßõtÿ','wp-content/plugins/w3-total-cache/Cdnfsd_LimeLight_Page_View.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÈEÈ~M6ÌÄ“KF\0É','L©zZD\'(AðEãìeÝ¾ç=/‡zcc°îÿoÔé»Z','',0,'?'),('±a±¤¤HüF~2ßÙ-yÞ','wp-content/plugins/w3-total-cache/Cdnfsd_LimeLight_Popup.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÞI‘\'\r[¶®Uûú’','OsÄ«¼kü…ÅìÕ s&RÐ7H{ôü\ZXü€l\0','',0,'?'),('«|¿àÃ\\®™š–7®Õˆdf','wp-content/plugins/w3-total-cache/Cdnfsd_LimeLight_Popup_View_Intro.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','•b§ÁÊî‚ðh–´\nÓ‚ó','ßÑ)95ºµ‰\0êýîµï1iðDòLPbm@ýÎÚ','',0,'?'),('†ó—÷à‡åCÀc‹ÏVÉd','wp-content/plugins/w3-total-cache/Cdnfsd_LimeLight_Popup_View_Success.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','IÎ0új,’aŸ–ºæìÇÌ','y{º¢ÐQê…ë2¤U® «C1ÖH½öêòXð','',0,'?'),('Ò@!â‡yw!¬³\\•æ','wp-content/plugins/w3-total-cache/Cdnfsd_MaxCdn_Engine.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ôqò´ÊLÃä,›Ävƒ','a‹ZôIÛ€‚\',›>rþäÙú%Â¦öðSùlzõÒ','',0,'?'),(':5&ô´šâVrQ°çú«','wp-content/plugins/w3-total-cache/Cdnfsd_MaxCdn_Page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n!x ã;¶ÝÕ*<rˆp','EPÂÄ;À_´Â-O6wõ¿\nZ:ûÐÇÁ&}¬=à5','',0,'?'),('¢	ËZˆ¾o–¦8 2','wp-content/plugins/w3-total-cache/Cdnfsd_MaxCdn_Page_View.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','éßÄ‘Î…ì|}Óãj—Óã','iòÍ£2\rå5×l0áfÆr}Kx‘}Â]C','',0,'?'),('êìž&—elü<ÿâ ‡Ó','wp-content/plugins/w3-total-cache/Cdnfsd_MaxCdn_Page_View.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P|°÷‘T‹‚:ïQÐµˆR“','X^‘òÕ§àZû¬&•e&³\'ŠW\0ÑXÑèa×vº','',0,'?'),('±Ÿ é9åÐƒ¡¬}å-:l','wp-content/plugins/w3-total-cache/Cdnfsd_MaxCdn_Popup.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Në9.m”á;Y…÷iàïT','¶L{´Ù*¿´j0úZoÂªyúV\nÕ9«\0ZI]­… ','',0,'?'),('œAí(½Ú)ñwó»ßUs]h','wp-content/plugins/w3-total-cache/Cdnfsd_MaxCdn_Popup_View_Intro.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w$–›\Z…¶M&ùRPu','ß:Ÿôcø9ÍÏ~û:0¡CªF)\nlÚj!Öõ','',0,'?'),('Ü­î•¡‡a<5D	<\r','wp-content/plugins/w3-total-cache/Cdnfsd_MaxCdn_Popup_View_Success.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ä#žõõç8¢aËé+','¸–(Õ O‹!d+nAáLLQ×-ø­Vð–+!ÙäÖ’Fa','',0,'?'),('‡ÆÈ\n%~²Wz[§<','wp-content/plugins/w3-total-cache/Cdnfsd_MaxCdn_Popup_View_Zone.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U…âh7ÎDà>¾ã$zf¬','\'¼â€dÀ5’’¡\Z$wA$Ýdb]Ã:=•™ä $s','',0,'?'),('€‰Ýh\0ÚÛ½š¸NªU','wp-content/plugins/w3-total-cache/Cdnfsd_MaxCdn_Popup_View_Zones.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R×¡mlÖ°Ç‹\rr‘{‰','½74£ußÌ	’.=æÈN£SE î¾\0§1.(,°P','',0,'?'),('0-É×;Iš˜_®V–','wp-content/plugins/w3-total-cache/Cdnfsd_Page_View_Header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','…iÉÏzº)–OŒDí”','•L$\ro¯}<\Zµ45„P†§…ãúT„PÞI0Æ_','',0,'?'),('.¯gæ{pô“£É„`\np','wp-content/plugins/w3-total-cache/Cdnfsd_Plugin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ùÒ†AyAg®Lz7¸Hã','_çSx”¯,)l\0‘•®ü¦nÒù›\rý8\0‰ÌpÓGà','',0,'?'),('Z¢é¡z¦«êø5ß– £','wp-content/plugins/w3-total-cache/Cdnfsd_Plugin_Admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Î0ÒÜm0ÞTÁ\"Á­6I·','{–K‡nÚ\Z–Õs”õÝ¥mÝí\"†ö\n\'4U4Ã—‡\"','',0,'?'),('³{Íû^]OÍ<³X¶‰Y—á','wp-content/plugins/w3-total-cache/Cdnfsd_StackPath2_Engine.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I&ÎÓÍ?n&Í¡Q,','^Ð£ºUë\Z»7ó|FÍëN!A‘“Ü_uc1\0§’','',0,'?'),('\nãÕ9ÚÅíd•›w9ò','wp-content/plugins/w3-total-cache/Cdnfsd_StackPath2_Page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','–¢¶Uð”\\‹JÜÏšo','4¬•#u•VO	ë}_YÞk×|á;‹°ÙoÒ7gœM','',0,'?'),('¿ÂÊ-F«.ô‘ Y4¹','wp-content/plugins/w3-total-cache/Cdnfsd_StackPath2_Page_View.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N\n¯¦’¦Â‘•ù,ÑM','—»Dð‡þŠº÷õÓç•çÇ€` ÅÕÆ„†µ\'f','',0,'?'),('Hi*¨–\'&Ü˜ý„s.ü','wp-content/plugins/w3-total-cache/Cdnfsd_StackPath2_Page_View.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ø™°§þ<ƒ×É7Ø¡v','í¨åízÍ‡‰Ïîû¤8šñ.ßó-37åz0qàÒŒ|ïˆ','',0,'?'),('h\"añiÏ¥D9ýŒ”³š','wp-content/plugins/w3-total-cache/Cdnfsd_StackPath2_Popup.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{!|©ó¶Qû°Í¾Fâ.æ','z´0[[¡\0ÛEý³nÔg™¯ ÂLÑMÐžsµOî~','',0,'?'),('Ø2àkÔoXÅÿÛKNV','wp-content/plugins/w3-total-cache/Cdnfsd_StackPath2_Popup_View_Intro.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','š“{‰ì÷dh”¨A\\9','èF” ™Q‡¹Ì©-ŠHÉáÃp% Ø*û†ýÿƒ²NÚ','',0,'?'),('© ´õù§×»2mCü','wp-content/plugins/w3-total-cache/Cdnfsd_StackPath2_Popup_View_Sites.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¢—rHg¬\0³žR«ÂSg¹','xRº¾v2wá¨ÝyÐ	5Þ€P%âÈðfjE—ý','',0,'?'),('ÇWç¨ïk”ˆ†ê®××’ö','wp-content/plugins/w3-total-cache/Cdnfsd_StackPath2_Popup_View_Stacks.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¼¹›H)6ïaòØ‡¼“é\'','4£z\\gÕ³\Zå‚ÇàâÓyÀö‘“Â(ÄR0Á]ídÇs','',0,'?'),('#L\'FDr¼\'*3î\'þ','wp-content/plugins/w3-total-cache/Cdnfsd_StackPath2_Popup_View_Success.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','’÷	\rS¨`œ½ÒdwôÕ\n','ñª“c.SD§úÉ¬Ž¿Cæ=Ç4O\'a²&MÐG®ƒ','',0,'?'),('K‚‡g]9Kd’XÖ¾Óöy','wp-content/plugins/w3-total-cache/Cdnfsd_StackPath_Engine.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¯¹¾1·Ÿ0ŠúJ$ 	','wMGÏæ};¬|Žk~ÄqÎ¿FÑ»ó*9\0ÇÊÈK”','',0,'?'),('«mp£  ®4\"}6>°tG','wp-content/plugins/w3-total-cache/Cdnfsd_StackPath_Page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"0­’×ÈT4‡1¾l¨','@ä3ƒðHñÆ®FæÇò3AA¿‘8æäŽÖ¡|ÐAb×@a','',0,'?'),('€ä¨hâ0\'{\ZÚ°Y/¬ù','wp-content/plugins/w3-total-cache/Cdnfsd_StackPath_Page_View.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2\\a«X:en½Î\Z=Ë†œx','~>Ÿ”…;9¯¼_N‚Xya¢ÒòªZYjœ`7KÈ','',0,'?'),('CÛ‰ãš˜2»µ¯}c/›R','wp-content/plugins/w3-total-cache/Cdnfsd_StackPath_Page_View.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']lì¨ö›†R‹¥(Œ}&.ç','leAè¢jÜØ@îÄ0”2°Ìå0ˆka\ZCèÄ÷','',0,'?'),('Òn,2öÝýGÈ_n<-§^','wp-content/plugins/w3-total-cache/Cdnfsd_StackPath_Popup.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¦‘ž†~\\û§j9ms','¤.O¹G{ŒvçwÐ§nNó)!÷Ø´R£%òÉšãÄ9','',0,'?'),('çv¥Fcó¹çÒk€‹_','wp-content/plugins/w3-total-cache/Cdnfsd_StackPath_Popup_View_Intro.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÝP£¸HxÙÛÔ–@Ôì','Fjô¿]0ïçïB­å.9÷‹ø&¤u•âvtíy','',0,'?'),('Ûþ«\'#y$yZ¤ß\'','wp-content/plugins/w3-total-cache/Cdnfsd_StackPath_Popup_View_Success.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','žz”ì\'š·¯ÌÝâTyOû','ÄíVi·pnÛþàÜ:¤\'Ÿ,@Ó6ç—£–','',0,'?'),('{ŠqÚ÷Î–®ØÌ«','wp-content/plugins/w3-total-cache/Cdnfsd_StackPath_Popup_View_Zone.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','œ²QÃbš1•Èâ`ø=œr<','½Þ—xÎ%ê×ñÀ¾e22š”ˆ}G´›	K¨z}ã«Î>','',0,'?'),('³I–22Œóvh´‘t©U','wp-content/plugins/w3-total-cache/Cdnfsd_StackPath_Popup_View_Zones.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ˆ\ZÖ6å¬=·ž7]ÅžÊÕ','>ÖpÈØ)‹Þ¤‘?ÂÙF>,MÅÛ©(¹\n»·','',0,'?'),('¢`£ y£†¸Ñ1qq','wp-content/plugins/w3-total-cache/Cdnfsd_Util.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g{Y.m©±FåŠò½','úUÒaS”Ël•Ú„};Á°acEm:zhÑ,˜´¡­','',0,'?'),('a)óó_\nGŽ¡ôÆ‘œ','wp-content/plugins/w3-total-cache/Cli.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‚ã\ZuÐþ-ÑNÇE','¥e” ²‡\00MnsÐ§=µé<Ù¿:¤ù#ò¶Ô8Ÿ','',0,'?'),('•ÚH«ç±ÕsÕO¶n\rQ{','wp-content/plugins/w3-total-cache/Config.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','À‡®qÐ^jÐÆ+¤KYA¬¬','ìƒŽ•g¶\"ÌUc2NÞƒ³|î¦@;6W¯JHæÑ„','',0,'?'),('!xÚ÷l–é[&ØåIº”\n','wp-content/plugins/w3-total-cache/ConfigCache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¾Pÿ\Z‘ëœë¢OÌ]à»wá','/G/¤±²Þmïß“©ú× %²Êêwc;ï9','',0,'?'),('¸‰*x¤ÛJ—u˜ñ•§é','wp-content/plugins/w3-total-cache/ConfigCompiler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','³¨â¶ÓÒlËPÎÅ]`','M,¾‡Ò}õz‡ –€.±9êiÓ¿ÀÝg°½}“äô','',0,'?'),('„“’#ï‚VÔÂ\nDhf|À','wp-content/plugins/w3-total-cache/ConfigDbStorage.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','á¾ápïÍ•ªaêXüßÍ…','»ëý¶š‰qÎÝµ?BÉODçœ¼ÜëOOü¿ËY','',0,'?'),('ÖP)\n>@-ò?0Tþ‚','wp-content/plugins/w3-total-cache/ConfigKeys.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','LX@ë‹Fg ÷˜ÔäT´å','ŒÏ‡CE¶l|ƒ®J*ÎM÷ØM^9‘NóÛá°„Ic®ù','',0,'?'),('\\ñY)TT÷ÖÙå‚09C‰','wp-content/plugins/w3-total-cache/ConfigState.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*÷Ù‚˜h×wÖD7N¢ýN','€áËÐŸè[üÝ	\\Ý%Šñ•×3¢Dþ.:2Š','',0,'?'),('ZºV)Ò¯!-Áhu)Í-õ\0','wp-content/plugins/w3-total-cache/ConfigStateNote.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Bó†«[&µ;wÄ8Ò ','x1u‡·ý¶â+¸Yá-¶E3 Mð=ã÷kwTD','',0,'?'),('r‹l«n«T—? ú36¤','wp-content/plugins/w3-total-cache/ConfigUtil.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G#K™tp¢ž&î;Æ„Oqé','ÆPµ«ñVU2Ëó‰PÏÞÉH¶%CQp&D*\Z,','',0,'?'),('›ßÖ–Îœ_¾˜É	%ôÐÅ','wp-content/plugins/w3-total-cache/DbCache_ConfigLabels.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K6¿Ô=››±â5( ‚íã','‚ºâ„ägØ/ÂÃÂ7uõâ|Pº0Ç¿L‘“Tm&ýÿ¶ü','',0,'?'),('¼\Z\r‡)\Zå­í¥«ÿ«O','wp-content/plugins/w3-total-cache/DbCache_Core.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(V\n<bò»¦¤]pz<’','£ÝÙ5|G¨}ºý÷ü7ÄÅ¼ÊHjúò×¬¤¿g0w Mµ','',0,'?'),('VãóU¶PÚ”Qa1àæ','wp-content/plugins/w3-total-cache/DbCache_Environment.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';ü¸H˜p–Ä)¯0\0¥','üÅét¸.ñæ66”—ü¾®F5z\\ÓÀ°ïö±D:Ä¿','',0,'?'),('r?…>Ý[¡T˜_ŽOIÛ','wp-content/plugins/w3-total-cache/DbCache_Page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*¬ð¿àºçö|»G','É»ƒ«{°L…ò^»Þ	3É«÷.óš9O,VÊ –U”','',0,'?'),('f…,õMÔÖz¼*cig','wp-content/plugins/w3-total-cache/DbCache_Plugin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l<‡½3YŠ¡VÖgÇ ','¸P`—DŸR2THªaXcTJÇÿ†KDCè','',0,'?'),('§)+Ìâ|»žjÁg¢','wp-content/plugins/w3-total-cache/DbCache_Plugin_Admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|1	³7Ëk“	#MYÓV','MÛ`>\'´Ç–õÿ&˜wLÖ¥&žôù\0Á#¤¸ø','',0,'?'),('„Áoð?—éÀ4§ïB0Uâé','wp-content/plugins/w3-total-cache/DbCache_Wpdb.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÎTQI#j£ªËÙ4ù\":µ','Mxgê©l}ƒØpë~«_Ð‹u5ezªö\0‡ÅÂ,Ü','',0,'?'),('Ž@êézM„A¤¼ã2½','wp-content/plugins/w3-total-cache/DbCache_WpdbBase.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','í>”~µ1d¯u¡ë','å…Ä%Dépç†»õvÐöFb§„>²ÇKÿfa','',0,'?'),('¤P~¯åQ„´õÇe…Ø€Ä¯','wp-content/plugins/w3-total-cache/DbCache_WpdbInjection.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','âS•~ÏñÌÌ“ãÚÌ%LG','„5-†m·BtÞÿqË¹Š\n\0_!ÍÔrUà$\Z','',0,'?'),('úªUŒÈ4/lNß@	œÐw','wp-content/plugins/w3-total-cache/DbCache_WpdbInjection_QueryCaching.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ôä’ÐZ^tåkE	=BÜ','¥Ô:Ñt‰é$™AWÃ8šPq·\\­ÔÏHÔúú\\Ó«F','',0,'?'),('yÇ¨’2÷Ìî!G½v*ü‹','wp-content/plugins/w3-total-cache/Dispatcher.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ù(æèf~¯Ãƒÿ•6ò	','FþZªDÏ<Ò”+ßìÿ„èÔHJŒ}Y(N.…»Vì','',0,'?'),('%Ö—Æ@”-ºqŸÊÒh','wp-content/plugins/w3-total-cache/Enterprise_CacheFlush_MakeSnsEvent.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','øiß©àùÈúÅ‘Å¬´U','rr%Á’6X+Hä¾žœ÷{ÑÖÕwï\'4¸1M','',0,'?'),('‰Û±™ÄñŒ±~CNC','wp-content/plugins/w3-total-cache/Enterprise_Dbcache_WpdbInjection_Cluster.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÿõH¨žG{!Ôkî9@','	Ç1˜qû”Ê	°w¹²1„çÞ#Äxƒ_fð','',0,'?'),('Ïª·[Æaô…|Óò„ô','wp-content/plugins/w3-total-cache/Enterprise_SnsBase.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÝŒ\"0}vå² ÆÐqy','—•ãM»Å2cÒâ3Œ=ñÅ¥ðºn%ófÒŠæð','',0,'?'),('^}•ó:±«*S¦Êª‚,ép','wp-content/plugins/w3-total-cache/Enterprise_SnsServer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ù˜«ÒpäµÑ/y¾ò|r´o','b­ Äs×=óŽÍ$›e_IŒ\r–Òˆù]í°ƒ','',0,'?'),('•Q/¢—_…N¸mRÄºð','wp-content/plugins/w3-total-cache/Extension_Amp_Plugin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3¯ÈmS6ý|Œï$×».','}»b0Š;Î´4\Z¯øæ6ç5F„Ïý³Ô^ü^£bœ[*','',0,'?'),('~¿‚ù¢îQÉlµ‹«','wp-content/plugins/w3-total-cache/Extension_Amp_Plugin_Admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ê¨°¢‰Ï.Pî˜Ú€cêî','H7—…¶–Dþ<Å,øjX p´çœ7šï¾’v$7s','',0,'?'),('òž#â\\ŸÄ½(Å3©\Z`rœ','wp-content/plugins/w3-total-cache/Extension_CloudFlare_AdminActions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‰V¸çpq	Í6‹>®=ßç','”ö¾øù5©SznìÙ`FÿQþÊÑð•Å?¸œî','',0,'?'),('\"íœÓ8@ˆWjWd©Ìø','wp-content/plugins/w3-total-cache/Extension_CloudFlare_Api.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‚4ö*ÞÁœÍ/Ð¨K','mQÔ«ùñRúZÝ„CCì¶êFYù›î\n|³š¢”','',0,'?'),('‡“õ[¦Ëþý•_žÁg*','wp-content/plugins/w3-total-cache/Extension_CloudFlare_Cdn_Page_View.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c½jûráÒ¥fþs‡[','æbà‚¹¶Eèá4ˆ‚\0Q4¹»A\nß¥¥åöª°Ë®B','',0,'?'),('sÈŽIÙ2Ör#Î®&T÷€','wp-content/plugins/w3-total-cache/Extension_CloudFlare_GeneralPage_View.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÄQ+&z2V‘‹æâú9‡','õJŒ6¿œï8ÆcÅêà0Wº)Z!åÏÊíkfÑ.”ä','',0,'?'),('2	v¼©+’,¨ƒ.ì\'x¼','wp-content/plugins/w3-total-cache/Extension_CloudFlare_Page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%üö‘°@2Å#r}•â','ÈC‹ÄT§D¶Òaí¢¢Ç·åì\n±v\\š’ú','',0,'?'),('Äž—ûT[,ÆÉl£U­„y1','wp-content/plugins/w3-total-cache/Extension_CloudFlare_Page_View.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','›±†Èàá°Ö8Gùy¾Üé','êR`ñ<~_9ˆcel“ñ?/[VÛ—ÆãFX õ1Þ','',0,'?'),('ÂÔ–¼¯xOf±)C˜','wp-content/plugins/w3-total-cache/Extension_CloudFlare_Page_View.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','QŒiñõ¢!Í¿çrQá¤H','HÐðDó»’¯ÃÃÒò-HmÓ¢ÏÂ³ŠÅÕ@ï','',0,'?'),('šQ†Í€ü‹NÆÕcÈë','wp-content/plugins/w3-total-cache/Extension_CloudFlare_Plugin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m¶ÌSp,Ç½G¼I¢d€åH','OOe#œ»mÔOÛ®,÷2«Q¹$=bÆÉd·¼§ îå','',0,'?'),('QBkõAuþi/|í;','wp-content/plugins/w3-total-cache/Extension_CloudFlare_Plugin_Admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ü—¡dEcùÜ*¦ú¡¨;š','>|©»üThµ\Z¤.ö`G°Cy±4(+\rt>	ä!','',0,'?'),('L)\'ëC/®DãÒâMr6','wp-content/plugins/w3-total-cache/Extension_CloudFlare_Popup.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*o™óîÑ\0ÁÈ*ðb÷å','¥^ûÀÈ‘	öª&h~P²©L\nïµ˜aî~_L¶','',0,'?'),('¦Š‹˜È¸âP¶UšÌ,$~¨','wp-content/plugins/w3-total-cache/Extension_CloudFlare_Popup_View_Intro.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','·ÞäÏâIé,3†»<”›','$¨kÏÆUýcJDøÕ§·«á.Q‘å{ÜˆÀ Å','',0,'?'),('Ú®.SÒÄ9‚Ò7ôÛõ:','wp-content/plugins/w3-total-cache/Extension_CloudFlare_Popup_View_Zones.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Lb1³MÖ³Ùòœ’u¡ÓÃ&','½C÷i°&|„ëìlã2uû€¤‘˜F8ÝÖó×Æé@úÍ','',0,'?'),('W–	ßì•{¶~Íº¬Îë','wp-content/plugins/w3-total-cache/Extension_CloudFlare_SettingsForUi.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ë XñxH¾ù%.<ü€Š','‡ù\rY8le	âûÌ°Jtx‘Òƒõ?û\0»CP)É','',0,'?'),('Wañ\n#rmHu¤õB“ðÕŠ','wp-content/plugins/w3-total-cache/Extension_CloudFlare_View_Comments.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c:·é™ ¶æÂ¾ËÌð=ƒ®','v{^-QFiƒ/ÜS\rVs/¬—tKÁ*>DÀ#ÔÏ„','',0,'?'),('Ü¸ÍÕˆ¤]_Rú~°ãæ','wp-content/plugins/w3-total-cache/Extension_CloudFlare_View_Comments.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','à·®)¬9«.žIG†ä','R¯ÿˆTBºËu4«MBëã6Þþ2UÆK°®fjk‰','',0,'?'),('›*öÿ;ˆ¶ŸÂàª7í','wp-content/plugins/w3-total-cache/Extension_CloudFlare_View_Dashboard.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Räz’t(ËŠ|k‡”÷','¯qæ\Z»[Ñ“G\0@ùÂ./»ÝGi1æÒÒg~ôÿc','',0,'?'),('ÇÇ#)j ’TPãú!dÀ','wp-content/plugins/w3-total-cache/Extension_CloudFlare_Widget.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ø\0ax—2‹Ú\\Î\\O{;','ÙŒdÎËûCÑŒIñë}6t&©J9+›³|ögàøo','',0,'?'),('—Â÷™ê¤až!™','wp-content/plugins/w3-total-cache/Extension_CloudFlare_Widget_Logo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ê$ìV1!žº}Ù¿','£.¥4­Î¯þõc]Ô­	±¯’W~tÉGÊÞ½¨eD¶œA','',0,'?'),('íîåÄó«˜¤•$;âX','wp-content/plugins/w3-total-cache/Extension_CloudFlare_Widget_View.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÉØSP]¸9êºž5³ow','¨øì¹7Wôh„K]2ulº„p3K.7C*','',0,'?'),('RR?Kv}êÕ2„÷z­‚','wp-content/plugins/w3-total-cache/Extension_CloudFlare_Widget_View.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ŠôŠÚHÛ6¶ewìàÿ¨Ð','ÂÖu·÷/JöŒö$Ú×û¦ãÀJ)î)Òë÷(Xò€uñ”','',0,'?'),('ä?hPˆy/Ù.ÃHDöl','wp-content/plugins/w3-total-cache/Extension_FeedBurner_Environment.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','»D`_”Î{‰\'Ó,Uáè\0à',' ûQ)úlµß\nÄ9y€\rÍ]‚{Â9ý{:•]Ü„XN£','',0,'?'),('¢€APÚðûõòç/Xº','wp-content/plugins/w3-total-cache/Extension_FeedBurner_Page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¢ÀL\"ªí9N¸¶¾x','~<®ðcäP7àmíõÒØÓ¹ÑÕºbÄá?Ùþ','',0,'?'),('á±ä-Š.¿7$:eèó8','wp-content/plugins/w3-total-cache/Extension_FeedBurner_Page_View.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‡n:JÑf—b2u#RïÿÏ','Å¥éÞL§:¢/Ù5{4›¸éè°– 8ÛŠ™m7hÙ','',0,'?'),('(6ýÞ2aÈ.MT„cì','wp-content/plugins/w3-total-cache/Extension_FeedBurner_Plugin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','NxêÅP\\å\"lp‘ÍCÏ','n9/ÚhÜ+=É2¼üÎ”º<4o?‘:$òÿ\\','',0,'?'),('\\&ª0%Ð–Q¼~œ\ZwMÜ','wp-content/plugins/w3-total-cache/Extension_FeedBurner_Plugin_Admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4ÇÚª±°ÿhãÚÀ…\n›‰','úh|Œù-ß³eŠ‚dgÎn¹æø›u\\û³1Ü–»','',0,'?'),('*ØRFÁÁKý•…{«óÔL','wp-content/plugins/w3-total-cache/Extension_FragmentCache_Api.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¦tš•4×˜Ï›ÈÙ ®','÷áGj¤E}“ÊIõ2©ˆs\"î>:–gƒyÌ/X','',0,'?'),('¼å£]áFð$§qááöây','wp-content/plugins/w3-total-cache/Extension_FragmentCache_Core.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s×Ì…ï)[(±d{È','¿Úäa!ìŒk8XÒ/¿y$ë CõÙP-[€£ êSØyùS','',0,'?'),('âzg:M‚q¤j8öÐà','wp-content/plugins/w3-total-cache/Extension_FragmentCache_Environment.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E%âr(:x03Ìg\0aò¢','¨@ŒÄÌy$UúÈ@€§åuh`çñ|qÐÃ','',0,'?'),('¶Ø®_ï7«ÎèiØ{çÀ','wp-content/plugins/w3-total-cache/Extension_FragmentCache_GeneralPage.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X»„Ë·¬ìûX›ÃZ','ÒÜƒ\r±êc? »Lð\Zm{¬¦ƒí\0—C*x{±åÄ','',0,'?'),('àƒí$¿ŠÒ„MŸs„+Îæó','wp-content/plugins/w3-total-cache/Extension_FragmentCache_GeneralPage_View.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','qnÜ€RûÉñ‚¯”PËä','‚*0\'(½0ñÕ7TA”ð¢È•Û‰ÉeêFÆ˜GÜ(!¤©','',0,'?'),('%ü›„\\¥Æ\r&X €&pP','wp-content/plugins/w3-total-cache/Extension_FragmentCache_Page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y-Í½\'ê5cÎ¬5','\"¨„lèU6&95Û\Zsd<ÀBÉ\\¡vSÈx\\D-\n§~','',0,'?'),('{]€žÕƒpÃ‰ï¡«tÁ','wp-content/plugins/w3-total-cache/Extension_FragmentCache_Page_View.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6€}\ZmÍ¢\Zà¿YÕdË','°<K¬ÚÄ…6]µ¤7ì‘3…ŸïÜûšúoV”Û\'','',0,'?'),('­I%Iù9ŸËb±NÓ³/É','wp-content/plugins/w3-total-cache/Extension_FragmentCache_Plugin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','­î²ÂµV½ý£MÞHTF©','x#Ãû:íƒ<â}µEŒ˜5Ô‹Ãƒ=L‡ðri)í8„','',0,'?'),('ŒÅ,Ë±=¿áÀ‚X','wp-content/plugins/w3-total-cache/Extension_FragmentCache_Plugin_Admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|õA?â:þæò¡Ì?)','_	HöE7k«ZÉÒ¬Eåˆ°çéâE&%ÐðhÇl','',0,'?'),('ºc?`BQóÂ,áàgÛÖ','wp-content/plugins/w3-total-cache/Extension_FragmentCache_WpObjectCache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','®vþ–GúÒ%›gà','s7™ï@s›WL¾¹­)\nH©“còóqbùÐ}73','',0,'?'),('AbÎÁt#È„/-¡Õ†ÿá','wp-content/plugins/w3-total-cache/Extension_Genesis_Page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¯{¡?ûgÖ á&¨.','Aî¬u•ÞD:ÞßÀ‡`ÉÛPBÕJpÆÖò?h','',0,'?'),('ÈküŠFÔß*¶jv_»6','wp-content/plugins/w3-total-cache/Extension_Genesis_Page_View.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ì9LO\\lDöõ‘ËãÒ§k','+÷û˜Þ]è\rï¬üèÃ9% b/Ë¼áPA0mk‚','',0,'?'),('¯[é3÷ä±|FZ:w)0¯','wp-content/plugins/w3-total-cache/Extension_Genesis_Plugin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‰Vnbh=ŸXå«¬5','ô¯Ôä$œB|ì\\D]›ÆøBLz mò}H\rt','',0,'?'),('DFfd×¢n½x7¯ãM–W','wp-content/plugins/w3-total-cache/Extension_Genesis_Plugin_Admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\róôýd…VW{bTÛŸ\'Dî','Ú¤LU|l\"iÓ»¶L\ZËÈ•gXÌK¢aJk™\Zè’Û','',0,'?'),('¬4ûçÒö³¯bÊ¨ .‡¯','wp-content/plugins/w3-total-cache/Extension_NewRelic_AdminActions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&&~â%>iÛ9&žã<Ü','põ(ŒfZ˜pùµ^;äçO3”ÉV-ë¹#ØŸ','',0,'?'),('×Ü\n±¡˜ªEæ®3–n','wp-content/plugins/w3-total-cache/Extension_NewRelic_AdminNotes.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m‰Õ®Õ¬k=øÄÇYYL','ýñêòôËù‘™¢ŒJY˜ÞŒ­òòœM¥jyZWN ­\\z','',0,'?'),('O]eµå»tïÏò¶','wp-content/plugins/w3-total-cache/Extension_NewRelic_Api.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{rQ‚	™v-²Þw£T³»…','vêC™‡í|92Îßî#m¬Ô\"T[Àbt-ŒC×•5˜','',0,'?'),('eÍµð²áj­³ÉÿÉÔÐø','wp-content/plugins/w3-total-cache/Extension_NewRelic_Core.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ø­…èöØDª¥âð©ec~Í','ÿßôËüóÏ†€„‘îj²?{r]X8Êÿ˜ÏQé	™','',0,'?'),('W²|²&¯@˜P?%ÑÜê©','wp-content/plugins/w3-total-cache/Extension_NewRelic_GeneralPage.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7Á ì6»ö¨<Â0Y¡t:','bçÔ¨Àî$rÿéWy\"Á¤K}1Ä«Z´\ZÎf‚!ÛÊrÃ','',0,'?'),('Ð#\nv4åõfŠÇfE2.d','wp-content/plugins/w3-total-cache/Extension_NewRelic_GeneralPage_View.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','·DŠaLL)³/ëoï)w ','’ìKÖ2’íOÀ²TÅ#¬nžº¼äùíÈÆò!Q]æ9','',0,'?'),('Z\nBÐ|GþßÑ¦ø8%$Ý','wp-content/plugins/w3-total-cache/Extension_NewRelic_Page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ï!ç\"êó”³ÕkþQ','p—äE¶!³+|»!ö’+›Ód¼•¸õ•sƒ¦ÞšO¾','',0,'?'),('Ïää}Â9]TvYºDâ{q','wp-content/plugins/w3-total-cache/Extension_NewRelic_Page_View_Apm.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+2ÕÈÐJ½W¬†Þ³\0GÁ­','\\96Ÿláöñ/ú¥–Y¸˜&ž§1T†LßÕ3“g\'u','',0,'?'),('(­áÌcgÿ-_í¹”D','wp-content/plugins/w3-total-cache/Extension_NewRelic_Plugin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','·TÔ¼GÓoL!»“ñäP­','W©^rgÇú¸¡þžñ1Ö± ¦F™ØƒÛž©½Œ4','',0,'?'),('( šûì¯\n€Ø?ØëP´','wp-content/plugins/w3-total-cache/Extension_NewRelic_Plugin_Admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3¦H7G°pV~ì“è{¿þ','Ï\ró°÷Ð.«€¯!ÑÎñ\\*:-Î¶My/°','',0,'?'),('D*¿æá¸ÓM`¾¶Î<€·','wp-content/plugins/w3-total-cache/Extension_NewRelic_Popup.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Á¨ÔpÕéßqB¼“^BqOg','\"ŽoQ7‚ !âxsq¿0(¦Ã«ÿ…†lZH^','',0,'?'),('4]ë”á‡ùDüx7Ëç‘','wp-content/plugins/w3-total-cache/Extension_NewRelic_Popup_View.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‰¬&k\r5ålÍÑSVZ','kL$Q‘\Z·ú«®f#ásõSÙÙ¢¢1M±›Œ…}öø’æ','',0,'?'),('_3u)”ZÉ!Ã\\EæXcb','wp-content/plugins/w3-total-cache/Extension_NewRelic_Popup_View_Intro.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¼º1­âóž~ãºQÖ','<.ß½i\n¥¢Ò¡ÉºeùÏâÁÙœ^21À4ü}','',0,'?'),('™È¥dè_äûùjP¿Aè‘','wp-content/plugins/w3-total-cache/Extension_NewRelic_Popup_View_ListApplications.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‚&Æôá]àðñèÔý','ýÑÇv›ý’ÿ“8Uô‚[;’óLÙ¸jhð±ê','',0,'?'),('vïDS€k“ÑÂ]Q:¥V\n','wp-content/plugins/w3-total-cache/Extension_NewRelic_Service.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Óîmx^_ t)a‹\\®','V?õ•ÀmÕá[Ã»”ñž¤Õ 3Ë<®G—v4\0','',0,'?'),('š±×««CÈ&„A/¸nÉõJ','wp-content/plugins/w3-total-cache/Extension_NewRelic_Widget.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÐÚšàÂ½i©oS RušÞ','2ö«ã™Hoµ%£.Ú ÂÕÏ±]£Ÿ6q–æ­1h˜Vê‰','',0,'?'),('æ”¨žfê‰ËØ@I7‹','wp-content/plugins/w3-total-cache/Extension_NewRelic_Widget_View.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','yáG%3ç5XñËý•×]','çIïýïýÑ³Mð˜…]×»Ã‰¥ Å]=ªù{I','',0,'?'),('ÇË¾d§KÙ›WùFIq','wp-content/plugins/w3-total-cache/Extension_NewRelic_Widget_View.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ó^øƒMäAc ÌŠá–¢(','‡0ÉeŒ:ñ¾[w-úhˆÈ/òò–Ù3ÇO‹9œ','',0,'?'),('3³ã×pvn¹{È)î','wp-content/plugins/w3-total-cache/Extension_NewRelic_Widget_View_Apm.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÿNcšÈœÚ5„tÈ*\\','æC<>	]{×kJ1YÙ2ÎÍzwá\"2“Ô„èæ—œL','',0,'?'),('¢o\0¿,Ÿž\'E®º0„Æú','wp-content/plugins/w3-total-cache/Extension_NewRelic_Widget_View_Browser.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¤˜€ûVJ/ãJfý­\"íx','¢6b´\Zâµk—DÁ|~½:É’>ù’kJ³<IäO¾éN','',0,'?'),('B%÷;wëÓ¡½b8nLKÄ','wp-content/plugins/w3-total-cache/Extension_NewRelic_Widget_View_NotConfigured.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m…¥.iÆe]:çRaÏ…','uâ/–F¢w®–ÓÜ5­áá`XßÇóe\Zoa4J¢','',0,'?'),('Ú/Gl]ŽÑ}ú3.SÄ,¥','wp-content/plugins/w3-total-cache/Extension_Swarmify_AdminActions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','©_âmÅmø·HÆJ(','©r9ôÐFbt5D–‚›ø¡§!y4’Ñódˆ','',0,'?'),('Ò¦¾Ó9Æöw€ÇV›y„','wp-content/plugins/w3-total-cache/Extension_Swarmify_Core.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}«ŒÙ¦{ï‡‹œ¸T‡:','TTƒ;¢¤«ˆÞß[OÖ%%ª-1a\nú­^k[','',0,'?'),('ZÓcõœ¬ª_OÉ[­U±','wp-content/plugins/w3-total-cache/Extension_Swarmify_Page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ö8$íÍgl#©Éëˆ÷','¶r”V°ë%¾lfçfH\ráÐ5\ZØ8\0e¥Q$nù','',0,'?'),('û¾Ì¿ñh‡[F·Ú]o','wp-content/plugins/w3-total-cache/Extension_Swarmify_Page_View.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ïv5²t©\\Ðf…–“Eí&','`\ZX]I\0TæúVmqUZV»{øº¯>-¹÷öìª(1','',0,'?'),('@!œN\'e5Î‘k]³c%','wp-content/plugins/w3-total-cache/Extension_Swarmify_Plugin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']ÿkÄÄÿí2§†ÍO-ç`','§séÿC.,­ã\'_þÔ=&Ñ¶¸²ì“Úù×=ûC','',0,'?'),('^zÐäÛòôˆ\0¯±U.ö','wp-content/plugins/w3-total-cache/Extension_Swarmify_Plugin_Admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ljòP”øÊ^ÐÇ“Àæò','§±—±~Œ™™â«ôü#m§[ù#+\nÆò•E¥Î‘','',0,'?'),('b–õ7Ò]0àÂÍWbvü','wp-content/plugins/w3-total-cache/Extension_Swarmify_Widget.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ë(£ì}†^Uèsèf®','¹+Þ‰Bs2eïµaþ“1+ºábzþgE’Åé‘àÁ/','',0,'?'),('$™|aOa¡?gJÿ™ä«','wp-content/plugins/w3-total-cache/Extension_Swarmify_Widget_View.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ËÚÑ»Œ¡é[eoEÄD','JæS•\'YzpF¹@Œ8ZoéG×¾ËE”Ë£@Ä','',0,'?'),('»M®A¶FÃ\Z%ù;Ô?¦!','wp-content/plugins/w3-total-cache/Extension_Swarmify_Widget_View_NotConfigured.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ñ.<JÏÜ˜?ÿNx','[F÷ÆS˜Ñµ¢Çò-þ|¿Pñ¡°²G-X5ÚZ1','',0,'?'),('¥2´!º6þ¯RKe\"—‰©','wp-content/plugins/w3-total-cache/Extension_WordPressSeo_Plugin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{õë~j’›½„—Fþó','G¬/×wÙgÎI^÷2¹Þâ9K¸÷áÇOX«¤íŒô','',0,'?'),(',±‘ýu£Ë©üxN—è€','wp-content/plugins/w3-total-cache/Extension_WordPressSeo_Plugin_Admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÝšE?%H©–c¾¨ï\Z;C','\Z\'ËÙKMO´ËŸ¾Ó@·YÄ…!X*ÇM!ÞâÛ«³','',0,'?'),('pƒ–¶¢e¢ƒè½¹ :ð—','wp-content/plugins/w3-total-cache/Extension_Wpml_Plugin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','WÄl\'†zH#“%¢ÿK','÷Ìbu‘j+29Îo*Ãàîùié’¦x<,PóiÛ&','',0,'?'),(',wÀˆ¯a¹gë¦¥','wp-content/plugins/w3-total-cache/Extension_Wpml_Plugin_Admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[Ž¶ƒð)f¡ûèÚ\'ç«','Ò±ÇÒÿ	¬}ÐËn)¨ƒcËH7`48ê™µ\r¡¬S','',0,'?'),('M1€xê©¬^Ð…Ë…áMf','wp-content/plugins/w3-total-cache/Extensions_AdminActions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','…ÏPE¸ïôªªÇüùŠü','‡\'£Ì`%_‚·ÒË\0ÈÔc ð—R©@òf¢¢ÞýEú','',0,'?'),('gX_âÔuª0Ç¹”¢5½','wp-content/plugins/w3-total-cache/Extensions_Page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÛÜVA·õu\npcÙ·­','PY’ŸY‰ÃD9¡ôÍo±9a’½äŒ›£&[|‡l9B','',0,'?'),('&NŽ;qÂÿ4\"N]','wp-content/plugins/w3-total-cache/Extensions_Plugin_Admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¹ßh‘¼Ñfà‰sríUP<','•#Â©Y×Ûñ›jÌeØj »-v?Ä¦F¨Ç','',0,'?'),('A\\ÄÜ.¬¨øh†‘ŒÓœg','wp-content/plugins/w3-total-cache/Extensions_Util.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^àÅ™P#-h©çÈÉá¯¥','ûÂeS†‹Ò‡»®@A¼}+•~úA†ý€¯Îm+ÜaÎ','',0,'?'),('erNÇ±4áâ°Aýç*©','wp-content/plugins/w3-total-cache/Generic_AdminActions_Config.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÈÜxz**nzÀš—”\n','¼þøöž9.„²i¼\\7ÝF³‚¶+ú\\jeñ iÃë','',0,'?'),(' pn‰\r@ûúšè¾å dR','wp-content/plugins/w3-total-cache/Generic_AdminActions_Default.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O+GzëCâ\rt®¹µÿ','XYèþsmf3jpû®vóKzœ—ŸÇžXì88×ß','',0,'?'),('÷‡ZˆÑ27ˆ9Mö>\'°Êç','wp-content/plugins/w3-total-cache/Generic_AdminActions_Flush.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2¶¨CAdr”!ª–ÉX…','å”gºŠìyóúîZû8Jù„¨žÁÍ{4ƒ9ÇØËÐF','',0,'?'),('òøeˆ0ÞR·öPíŽp','wp-content/plugins/w3-total-cache/Generic_AdminActions_Test.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','’ýr‡¤àßé`?øôµÆ','Å^@.Ùàw€Nê_i8#-‰i©ÌP7[5¬Ê','',0,'?'),('¢oƒOå(H^MÏŒ	¾Ü','wp-content/plugins/w3-total-cache/Generic_AdminLinks.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ªÔû\Zä…<ye>ÃâCA','RÊËêqGxR³UÛ†\Z„mï »x¾RV—°Æ¿Å‡w','',0,'?'),('o	n/ø.e-±SEy³<','wp-content/plugins/w3-total-cache/Generic_AdminNotes.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/á@iå-Þ$;,¦ÿ+Ï',',ªÅUòÿ2Ô§þr[Ÿ–išB’@ÎÍ°.È8@j ','',0,'?'),('ë@Ž’‘Iÿ¿·É¾!t£3','wp-content/plugins/w3-total-cache/Generic_ConfigLabels.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&Ï¹hÊÏÇa³Wyõ’','²Õ.`fÇÜ¶¢0ÿó¡ºTýD¾Î°\"{„“EO','',0,'?'),('öÞ&-äEÎÌÿévÿ','wp-content/plugins/w3-total-cache/Generic_Environment.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‰KœEÒ+}>®­ÚR+','o,ƒg%¨aºá`+ÓÁéŸã/cîGµIÑFWMÖÔ\\<','',0,'?'),('Cuz‡Eæ#i¯½Ô\n«¤','wp-content/plugins/w3-total-cache/Generic_Faq.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','£Ö÷Ý§F›‘¯‹­wÂu','4zcAãÆ]:³uX(Û‡2]™ñ±~òiªjQÓM','',0,'?'),('aÎº+üw×np–©è°Ít=','wp-content/plugins/w3-total-cache/Generic_GeneralPage_View_ShowEdge.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¯lÜ¯â*Üâpb •ä¿','ÏžQ¾¶;èh˜‚Y «JB&d5‹‚ÏåÅëµý º','',0,'?'),('s~À¢û”gÞî Ks`M`','wp-content/plugins/w3-total-cache/Generic_GeneralPage_View_ShowSupportUs.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ZHP[›³(!µ˜}¯.','ÎTÄg%šÒ©éÊ®AÈ^pˆú›²ˆÿûžnâÞ¹š!PŸ','',0,'?'),('h\'ötægWÌ/¹)äq˜r','wp-content/plugins/w3-total-cache/Generic_Page_About.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ê\0;¦GÚaA}¼Ï¬','xu»˜–_¤´cÃ1Öz}ü³1sÐB>àý«ZQf','',0,'?'),('Fka³— ÆÆDY¸Sr','wp-content/plugins/w3-total-cache/Generic_Page_Dashboard.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\ZgFÅí•\Zƒ.µNsÂ','yÚÿŸtovô¿¦;V†ò£>S¸ìsMÏžjq¬ˆòÓO','',0,'?'),('€Ù‹ªt“‡+	vñÅ›J','wp-content/plugins/w3-total-cache/Generic_Page_Dashboard_View.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','UQv\ZûŽjYõ‰DÆ','­.\"Ê\\£j÷-·Ÿ#_Cy¨9A¼r”ýê¹\\ñ^','',0,'?'),('WYebSÌ·4ÝÔÀ†“æ›','wp-content/plugins/w3-total-cache/Generic_Page_General.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	¥§¬>ªÏW_ Ô','N¼dOóW»=¥?Õ\0¦ˆ\0Ñ§ªÜoÂú¸€Ž\nº©Ogl','',0,'?'),('(Ëš8ÂõÝP_X\"¾3ò\\µ','wp-content/plugins/w3-total-cache/Generic_Page_Install.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¬£&XÒôn°Äý7','†HQšÄ4\r2uK\\t¡D$¢´¯u•I`xÆt!§èû~Ðr','',0,'?'),('%M0zì÷©§;.¿Öó‡','wp-content/plugins/w3-total-cache/Generic_Plugin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','€Á{šó† 2e‚¥å©«ôñ','Oå¼KmÕËöhá|Ê*LhDVP¼‹²\'À±§¢%ðˆ¾‰','',0,'?'),('f­)éæ´–7Û£_˜—ï','wp-content/plugins/w3-total-cache/Generic_Plugin_Admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','šm!$*€®\'Ó-¼ëT','q²(ëIb[¨š¸¤on\Zÿ¢˜­Äwâ2ÙÓ!£Xº','',0,'?'),('Èz\nÕÛí’·!Ê1¸óÏ','wp-content/plugins/w3-total-cache/Generic_Plugin_AdminCompatibility.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6ÛsºðÕ&ˆž=®Ç-','UBÝ™¿}¿©P£Ò´Þ›c*„üÂÎrUÞèHÌF','',0,'?'),('rñõ]SÅmqTŠõyû','wp-content/plugins/w3-total-cache/Generic_Plugin_AdminNotifications.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ª.K9|”órÖw %¥k¤','ŠßÿH_ÚÉùÜ.øJÉØb³Æ˜¼±ÿÝfT÷ú¿ˆ','',0,'?'),('CEz@Ú\"ÿÂÃvù~)','wp-content/plugins/w3-total-cache/Generic_Plugin_AdminRowActions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','…J¤qê2÷RøÙÛµwÊ','Í¶Ô\'±¯ì¡±ÏJóÈKòöy=^¬ð¶|³ã¸ÉT¦\Z','',0,'?'),('ÔK’¢˜4ƒ	\rŒ«aü!','wp-content/plugins/w3-total-cache/Generic_Plugin_Admin_View_Faq.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ì\n3ñƒ¥‚†ëÂ{K¤C','‡=KA†Ä&Ž‚-Õyã#ÓóEAûÅ0Šo/','',0,'?'),('Ö´ª7yGº.Öd2{Ê','wp-content/plugins/w3-total-cache/Generic_Plugin_WidgetForum.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','§s¥:y€+Ø1yß’à','Â»x,Ö{fWKí^MýZIÏ=–ÏiÁ–Èj','',0,'?'),('¸\"!û6é\n}M<¬½¶4','wp-content/plugins/w3-total-cache/Generic_Plugin_WidgetNews.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Að®)ú®¢ŠÅ¨a¢Â®ƒ','ŒÄ2¿J”2£6¿jÁ«ê¸ðpüœ.TË›sdI','',0,'?'),('·‘CøÕñ¸JÝ34;ÔÜ“A','wp-content/plugins/w3-total-cache/Generic_WidgetServices.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','˜vºµÁKDpyrÆ','f€sfÆ:¤ªÇîÕÜµ=0ÌØ|ìMÎ45nD','',0,'?'),('¯à^17An>K9ª¡','wp-content/plugins/w3-total-cache/Generic_WidgetServices_View.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','pÖ>€K€!ïm¦\\ût','ÔÌQ5íºPÚà#›°¹áF|¬%nZÓq}¹V','',0,'?'),('ƒ\r£Ïá¡é±Ác˜éð','wp-content/plugins/w3-total-cache/Generic_WidgetSpreadTheWord.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c0ià< %oª8yïÙ','íÍ<C$±¥â^©…æ€¶§9w‰GŠ>6¯$\"Ô','',0,'?'),('rU¬nœ-U%¨j4—¦h','wp-content/plugins/w3-total-cache/Generic_WidgetSpreadTheWord_Plugin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','œ&’•²ÌL„÷&óf','0.†›×úÇÊäL$qÊ¡®1ƒ’hÏ\nõ7761nš','',0,'?'),('•Õ>œ¹3k-Ÿ–	Ë&','wp-content/plugins/w3-total-cache/Generic_WidgetSpreadTheWord_View.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|GåþbÏžu$ÊuêY}','#Û-‚ðšÜm-éšEÓË‹ëÎ÷³žZ	ß€R¶','',0,'?'),('§\n!“][öicåƒ%\\Ã','wp-content/plugins/w3-total-cache/Licensing_AdminActions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','À¥\'eù·Ÿ¢ì¸I‚—','åÿ’\rÕHòn½HÃ‡ÌÖÅVê¢VÅ’ÌÔ2\0Éœ§…·','',0,'?'),('Ùf¬b œ’©ì°îá¤','wp-content/plugins/w3-total-cache/Licensing_Core.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','CË·u©6~Ì¥™\0IÉ’','‚Ex[¡§èÔ\"	l°rLÜ’HTÉ]åë¸9r~','',0,'?'),('fŒÜ¾m´Óhí«ñ{ç»','wp-content/plugins/w3-total-cache/Licensing_Plugin_Admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','íj÷¼Èï§oYæ’ãYM','©½ä’1lEþì«¨Ë€Ò(á]ªü¬~¿!P£Å-]ŽÓ','',0,'?'),('1i¶¤Àl\r\\›ó÷t4LÆT','wp-content/plugins/w3-total-cache/Minify_AutoCss.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ò ø–ØlÌ4žbŒeîiR','¶23À}º…9…’ g“®åj^ñd››½’Zø¨','',0,'?'),('VÞ#M/D¶™3\nÏÙË[','wp-content/plugins/w3-total-cache/Minify_AutoJs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`ÄÒ½ïÑR3f›Ö‘ØÊS',',0m[ÓÌ…1fXvÒëE5IE½Šƒ¾./jMˆ','',0,'?'),('IW`/Î‘Bœ] –qÈ<—','wp-content/plugins/w3-total-cache/Minify_ConfigLabels.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','•¼¾ÍQ¥óD€¥™ÒdÜ','€Íào¥äbÛè	”Âû[fžOu}=åyêþnx','',0,'?'),('‚Ì{_Ðî+hKsc´ô~','wp-content/plugins/w3-total-cache/Minify_ContentMinifier.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','â“h<X—FØDëÅL	_{8','B%Ì¡^ ‚Hï›‹<TŒ¦EÍ‘Îý@H:â°@`','',0,'?'),('pú	fAÒ9ÙÄvRm	õ','wp-content/plugins/w3-total-cache/Minify_Core.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8(Ií‹Ñ<wÛa¾¥•§','ÁáµCñ×\\j{¶Å›Ã€w¶.RaW·#F×\0^@','',0,'?'),('	‡Jä[7b›\0Ï]·Y™Q','wp-content/plugins/w3-total-cache/Minify_Environment.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0`;q$Wƒ8ŠÛ~,1é[','Äb-K¼lu¬)ÙÌŽÕZçº½…3Ó\Zþü omkÕ','',0,'?'),('öÊ1¬ÏB’K_r¹ûe','wp-content/plugins/w3-total-cache/Minify_Extract.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!Èó0(@\n5„Nß¬¦®','Àñy«[Ûþ`•ŒùîlÛ‰8ÁÇ¢a—6¯ÅÇ $Š”Ï','',0,'?'),('5[ÃWÍ d “ª“œ3]','wp-content/plugins/w3-total-cache/Minify_GeneralPage_View_ShowHelp.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','—.“~Ý/Î;|ì\\ŸÉH','·»Ú°COF=åP‘\rcÎgñbÐaÆÙK—˜aêûÏ','',0,'?'),('gQY/\"JÂx:pa•Zô','wp-content/plugins/w3-total-cache/Minify_GeneralPage_View_ShowHelpForce.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}x8rRó$ÌCøÓðË','ì˜9ÜmXBÔ,íåQÀ\'Å±<©\'¨¿jÀQ{ëØ»R¯','',0,'?'),('zn;xõâÑ™¼ü@¾¬57','wp-content/plugins/w3-total-cache/Minify_HelpPopup_View.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R®Ämè»,úT‹›³(','´{äÈ-ÉRmkb6¿0çAKm±¤#‰™¯;Ï2','',0,'?'),('ôážxýµTR¤à\'\Z­|;ø','wp-content/plugins/w3-total-cache/Minify_MinifiedFileRequestHandler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¢ÂXSÎ¢•ŸÅýîê¬¡Æ','¤Ó	µ¯‰øçufÞ€9¬+€¿<ÐdiÒÄDÑ3ÁS','',0,'?'),(';$¾<}øhÏ¦_zÊ#žó—','wp-content/plugins/w3-total-cache/Minify_Page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','rÞŽE&³3n1úx—gª','Ùpb_œZª:¡¶—nÐðÉ©*Kq*„ÆL™‹Üúª·½','',0,'?'),('@ÝÒˆÄC\Zë=JâÓÕ','wp-content/plugins/w3-total-cache/Minify_Plugin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k½h‘Šlé%^š¾>Ó,','¨¹!Ï±úhÙú³\"©Í×+Js³ú\'{qÿ˜âfA¸','',0,'?'),('`ú]¸jÃÌ›ÿT3Ä/ÍJ','wp-content/plugins/w3-total-cache/Minify_Plugin_Admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ë©â°Ü}]E‡qBò…[','P¥{3›;$`cÿ°õXüŸZ¤H¼Œ¦iÎcÐ¨a?d«','',0,'?'),('ˆ²yLcMKëÀFö|','wp-content/plugins/w3-total-cache/Mobile_Base.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ž ”ßÖ¥‘ÙBòáÈYwØ','‡íS°îŠ®†x‚ŽÅÂR§ò¨ÍC€ŽjŒŒ¼*¾®•','',0,'?'),('DYJÇ±¨N^Œg(øÀoê','wp-content/plugins/w3-total-cache/Mobile_Page_ReferrerGroups.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','—Ñß—v;ªIìO\'«~à','n(¡:#YqªCŠ7ÔCó#r3¢ÔÍ%X\0ÙÚc‚ëtBç','',0,'?'),('h#Ð>Õéí—§/1·','wp-content/plugins/w3-total-cache/Mobile_Page_UserAgentGroups.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¨¼Ý\\U\rýôva*uW¿#g','\"H¨V½•˜±;wEÇ`8|<Ž´VÜqczcÖ','',0,'?'),('uAÓó¯¼éãU´w~+','wp-content/plugins/w3-total-cache/Mobile_Redirect.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i¿óuºp=.´ 0','Œí}êÅ^›é‰*«¯1ºòÈaê¯\ZcçAâ›FyöþÓ','',0,'?'),('õ[KýìÍ6r“‹RØô','wp-content/plugins/w3-total-cache/Mobile_Referrer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÒHó’ˆa?¼Çu¶–ºcq ','´äMÈMœ´•òý‚7üùqzBò‰‰ÚÅÓºm²Á”','',0,'?'),('Óž´bÞ=Ö¾ì—1mëw','wp-content/plugins/w3-total-cache/Mobile_UserAgent.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ï|èà;ÆZÝ§Ôð¤ÓŽÚ','Žô¯£»›uWRÍegÙÛ,”Æðô“×Å~„ýèÿ·§','',0,'?'),('08¾‘›^5?Å¾K','wp-content/plugins/w3-total-cache/ModuleStatus.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','³½É/úu±\\¾Î·¯øü','u^é½ZLjÍŠ½&ÙJ^§Ácþ†«šh Î%:Ð','',0,'?'),('\'dMûW¡rSFyìD]','wp-content/plugins/w3-total-cache/ObjectCache_ConfigLabels.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','PñHLÜÝ0‰Ÿ\'N Ù','½à^{ÄÊÉpz$”†]ÝRžÑ¯p‰çÒ}§68­','',0,'?'),(')q©;Øl¦p›E“ O','wp-content/plugins/w3-total-cache/ObjectCache_Environment.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4M¤Qìsèè_Ê‡>õ',' v§Å÷Ðåœ»‹gˆ¾GÇîœ>=','',0,'?'),('FyùØ{$O\\ÅÍÙò','wp-content/plugins/w3-total-cache/ObjectCache_Page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','·FõûBþ©£O¨Ü¸oÈ>','À›&µJ3ÆŒp·šNk¸è(½Mãõ¥÷;›à¨TÐ§‡','',0,'?'),('RtÓš5ÊÈ`J€ƒv0IÖ','wp-content/plugins/w3-total-cache/ObjectCache_Plugin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ê\\\'Ê*fYx÷y½¸','ê³PõS#ª-ß!>ßæ#IÊcG€#œè¨ÆÕ','',0,'?'),('y@ôÚ\\ž¯‚”—Ó\\„ûÐ½','wp-content/plugins/w3-total-cache/ObjectCache_Plugin_Admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','É…Ÿ^<u[Š-ãWŸŸz','×ø\\+Ywù<™R<±šïæN˜”ƒð_IPAmªkÈ','',0,'?'),('\0›\nàŸí¦Þ3r¨äÑ','wp-content/plugins/w3-total-cache/ObjectCache_WpObjectCache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÝvBÁ›løêµ!šs&ËI','ß2GHäµfˆà6¢¤îUÜŒ,þÂkÍO®í','',0,'?'),('Ò\ZäáÙ¤ÈÒ3[Ñ>c','wp-content/plugins/w3-total-cache/ObjectCache_WpObjectCache_Regular.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','RÜ&f	Ñ^v†ÏA1\0',':8îFúLÍÚþ¨K]¯ä¥òj;tÚwX«¶±','',0,'?'),('j\n‰TôT™k¼š÷.','wp-content/plugins/w3-total-cache/PageSpeed_Api.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','²§Vº°@MžÈYE·Dk-','½ßÕd’R„aÐÍê\"­Õû:7¸t½˜Ïº«Ø&8','',0,'?'),('’“ý¯b‡û*ò”»jß–','wp-content/plugins/w3-total-cache/PageSpeed_Plugin_Widget.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&ðèá]-ši0°›NV','¢A§3§1iÛ¬!Æ\rvZçb¸ÊzPÂ&Rœ2','',0,'?'),('/ÀÍ®*,eCÚîó','wp-content/plugins/w3-total-cache/PageSpeed_Widget_View.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÀìGž!Q#ßoDÐÕ”\Z','’kÇ48C	|”¢®‹/F*Ó¦XZ´ª#)wk','',0,'?'),('“¿çUDoSŠ5GÆ’¥_R','wp-content/plugins/w3-total-cache/PageSpeed_Widget_View.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+OGÇ<ãëöö|æ_\\±','•“µäÒ€ì¨)ÀŒ›ôµ;\\aßÜRM†ß§\n','',0,'?'),('ÖAiÉÈz†)¡ì+','wp-content/plugins/w3-total-cache/PageSpeed_Widget_View.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Zœjªï¹ª©ˆëË³Áøs','›O(#ÇŽÖä@nÐÌ÷ìä©/ÃFæ’v¯C¢','',0,'?'),('Ä¸ÅHeƒœ» ){~','wp-content/plugins/w3-total-cache/PageSpeed_Widget_View_NotConfigured.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y	u9%^ú1”¬ÐF0','q[d.ólB<JLIºXËi|J}cÔÚ~Â#8\r%ÁN·¾–','',0,'?'),('V”£ÈÊ™“<%á*Ì`','wp-content/plugins/w3-total-cache/PgCache_ConfigLabels.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¨bq\\AõhóÂkµÈÇU','È°Fy¶O“»siÖ–J·/!_¶g%%\\Íýç•','',0,'?'),('‰M=Ï”\\Úˆ	nƒ<öý','wp-content/plugins/w3-total-cache/PgCache_ContentGrabber.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n.ÍpTí³©?ÐM~â','úí¥xªgãè–Wèª³ gÍQv«\nðèP–‡Ù\0x','',0,'?'),('gƒš´\'H™°•¶˜E','wp-content/plugins/w3-total-cache/PgCache_Environment.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p·¿I5–wö{_q)v','ÅK€iîçèÒ!ræ±+>Å¨)eõó9îÞØÙA','',0,'?'),('w%óÀè¹vòy9Zˆ:˜','wp-content/plugins/w3-total-cache/PgCache_Flush.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','É+Ò=áØ9[d]ÕÞè','Uá¹ã±HpIÜÉ“_ôì‡x¯Dö7û°ýr÷êÅ×F','',0,'?'),('S:iþÐÊñÅÝ^˜ë+¡š','wp-content/plugins/w3-total-cache/PgCache_Page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V_n 9‘#ØVï9@4Í¤÷','çj/¨ZºýÏÔéj)NŸ@Ñ$-MxEËœí•{scæúí','',0,'?'),('ÐÌ‚\\™ªŸ	¹ñ„è¾','wp-content/plugins/w3-total-cache/PgCache_Page_CookieGroups.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÈêDªgg‹KÕÈt¯ð\n','ä¾™¬œËî«Ê·Öáæ–¿øÀA›¶nQ4\0AED/°Î','',0,'?'),(':‹š÷í ßÔ4™å–;7—','wp-content/plugins/w3-total-cache/PgCache_Page_CookieGroups_View.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':²~ŒnÌ¦ã3xqñ)#','Pìã‡ƒ3QÁžTÕ…x#à2²þµf„x','',0,'?'),('‘ëó÷gRGÕqs†Cê–','wp-content/plugins/w3-total-cache/PgCache_Page_CookieGroups_View.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','êbÎ&ÂÐð]R„P,·ä™','orƒCåßC;i¨Œ4Ñ9<ò¥‚oíšÒöáÿUEá1\Z','',0,'?'),('‹`°Íóþd!\0BÐ÷Ç´¹','wp-content/plugins/w3-total-cache/PgCache_Plugin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ë½ÇPN\r¶@[D¦HŽm','çÅU¼æ Afw5½ä”$W+a„o¸ç ñ†¾5bÅ','',0,'?'),('ÑÎÕ‰ð·½D\\\Zã°Gqâ','wp-content/plugins/w3-total-cache/PgCache_Plugin_Admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*h³×ÿmxñ¿QT†ªû¬Ò','ßÆÇ¶3Z¤¥\rx)ŽhEAý¡”yØq]ä‘­h†²nó','',0,'?'),('¹	\rí\"²fÆüH&9','wp-content/plugins/w3-total-cache/README.md',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ú|‡ØÝò¦G¹O8HQ','%43„Na¦âôÍš M#?¯ïiAÊzžº¨SÆžg','',0,'?'),('^æxQMkß\nkØqeÃ','wp-content/plugins/w3-total-cache/Root_AdminActions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w¶ÛS›èC«%|a)í','×$Ê\rW“àLñb´wí ŽŒöâKñ9LÇ°LAÛjx','',0,'?'),('âs$svŒ¨§ÊèW;—','wp-content/plugins/w3-total-cache/Root_AdminActivation.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','óeˆY°DqÂ¤ø—\ZØ','‘äÄÑ¬òB”Žd¡M‡ù·.°~+ãÖã“Ž«ýda½','',0,'?'),('þ£6NDÀ›%aû3M','wp-content/plugins/w3-total-cache/Root_AdminMenu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z	ÕÆ¥¶*Ù­ñ9Æ','x8U×è’Btêl¬¿Ý»Ë›oýú©\"fL†ë†•','',0,'?'),('.“J Ã90_>í\\®yg•','wp-content/plugins/w3-total-cache/Root_Environment.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$‡h~¤­ç;$²z;—9','K³þÅ\\m`¼·\n×E¹<ŸÕt‰ƒõPÔaÆY‚É\"Ç:','',0,'?'),('eFàõrëúüe¤’\\@¶','wp-content/plugins/w3-total-cache/Root_Loader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/TT0ã‘ú&¬MçH—‡','˜.A¬½VR‹j‡!ýö‹áQˆ¼‰O7‰/\"Å×','',0,'?'),('¢ë	¦M!¦@£}Âì°|µÅ','wp-content/plugins/w3-total-cache/Support_AdminActions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W»Œ¿tÓã8‰ðFÎ','LV´(?Ÿ<ž­\0ã¹WkMUßª V×ôäVnŠ\rfÖŠ‘','',0,'?'),(';+‡‘LVóŒmÏc?ú','wp-content/plugins/w3-total-cache/Support_Page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ð½¬ó¼ÈÝÍ‡Ö%É','d£Ü±Jñ´4UR—í]ìì\'1I§Òõ¯?ø–þ','',0,'?'),('(«$\'³¸Û^¤ÄÕ|','wp-content/plugins/w3-total-cache/Support_Page_View_DoneContent.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Çþôâ»6öª3Â´{¶q','Ì´¯LlØ½_ß¥ä•DïS<\"Íãƒè6ïà: åÀí¿','',0,'?'),('Èïà?ÚÒþ\\§ƒ“aÜi>','wp-content/plugins/w3-total-cache/Support_Page_View_PageContent.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(s8vA8ÇáÍ\r¬õ™','aVü ÄßýžH„p!°Tç¿<³d>Ó™š1‚ræ×¦','',0,'?'),('ÚTëû6ùHhË#\ruÂúk','wp-content/plugins/w3-total-cache/SystemOpCache_AdminActions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','÷Í )b[ÿi¶¸ÒÜ¼Cœ’','ÇAžIx;;#µ{Ow3sïïç.W¬·ø8å;t','',0,'?'),('³ÑSg¿_d¾ëyPsè','wp-content/plugins/w3-total-cache/SystemOpCache_Core.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#-ðEÙ’,£YäÜ(R”','‘Ë^…æÕ‚]Àîœda F’LñÇtÆ€KþØžï}á†','',0,'?'),('Þ­­a¸89aIí÷ØM‚ú','wp-content/plugins/w3-total-cache/SystemOpCache_GeneralPage_View.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','’x«óf–¿©>Ú«O','ÕŒˆjK¹•þœ<‡G‚	½»X1§¬`gÆ°ÿ¿}.z','',0,'?'),('ó-óÂºªyµ\"˜®º','wp-content/plugins/w3-total-cache/SystemOpCache_Plugin_Admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','é¢Tb½)CWØ¹_5jn','ÒÛBºU7¡^ø×Ëå£uÅ_d«^„_I8–h?i™','',0,'?'),('Q<D,/4×áÅ»8êîP#<','wp-content/plugins/w3-total-cache/UsageStatistics_AdminActions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','à×kU;[â¿Ï)ðËi','ûÁ	Á€·TçqcSpåsUMkÂÎ\rjó:çÑÍkü','',0,'?'),('¥`P¹Mæ÷‹Æ®ZÊ0','wp-content/plugins/w3-total-cache/UsageStatistics_Core.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Zc;²K7bÜ½^rò›}]î','o<¥§³Ï¼ s=±Æn¢tT+Óê C†w`*åïÓ','',0,'?'),('\0ËÇŒ!{Ož§ƒã¾¬u¿\Z','wp-content/plugins/w3-total-cache/UsageStatistics_GeneralPage.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','VùEp¦þ1vþ‡S5ü‹','÷V´üŒÜñ.(Óc¦ï&.[ÖzP…Œ¡6wæÓŠ¦{','',0,'?'),('²­›ï[AE‹å½W|Yó','wp-content/plugins/w3-total-cache/UsageStatistics_GeneralPage_View.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4î¥wÔ·g8Î\n½Ëíã[Ü','sSÄ³H‚´{aD=™Å_Ùí>c‘ŒÖž%G','',0,'?'),('dÊó`h?T›5«èÇ˜ëRî','wp-content/plugins/w3-total-cache/UsageStatistics_Page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¢à½¦ÝÔ9aíq`Eª','§ZœA]¸s\\µû!­ 	júÓV(ÂÕCÒgm£ì½','',0,'?'),('µèµP\"ue\n\\dñø>\0','wp-content/plugins/w3-total-cache/UsageStatistics_Page_DbRequests_View.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9wØÞYŸL«±4CÃ.XÇ','Ž§o–ƒ.—ÊOàBVÚG\ZÇ(¤£Ù·jý¡M³el','',0,'?'),('•,?„‰8Rµ, º·î','wp-content/plugins/w3-total-cache/UsageStatistics_Page_ObjectCacheLog_View.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¦ËÒ0ÑõÆm-ôkªÓ','´/CŽ¢2\"\Z¦i5Éï[É“¿ÎñŸéY\'º}÷','',0,'?'),('rLrVêí¼#Ô¶9ót','wp-content/plugins/w3-total-cache/UsageStatistics_Page_PageCacheRequests_View.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ìc|ù™Ío Õ÷X`¡¬','~ùe®kƒör„+’·$“(r ž»:‡üº\'”}Wn','',0,'?'),('íë¸rwC:O75*Þ,ö‰a','wp-content/plugins/w3-total-cache/UsageStatistics_Page_View.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','È:”›¢ŒM}Ïƒ¢Ü','‹K(Û›c°öÄo²eóÒß°míÎÜ{¼0À°u6æ','',0,'?'),('Þ§7<¡yjYª{Ö¶@ö','wp-content/plugins/w3-total-cache/UsageStatistics_Page_View.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','aZ‰;­Á”)ßë6Ç','äþî›_%}—¢¼Äl­Ïû‹Sù;C”(/\nP.H×(','',0,'?'),('€ŠºÌìÞ\0´?bã`Í3ã','wp-content/plugins/w3-total-cache/UsageStatistics_Page_View.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ð0Bè(é€U^}¿&#êÁ','ùM½4]Á:×»~‘¥2ãfÌŒìmÆþ%ÄÍÚ¿~eøÉ','',0,'?'),('Úˆ#Q¼\rÏ}I¦ÌksVu¶','wp-content/plugins/w3-total-cache/UsageStatistics_Page_View_Ad.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ë,åÚ¸êð1OøÉl¥”','_cpVi¶šJa¨‰ Ý‘#dåH€c)ôyÅ§óõg','',0,'?'),('ÂT,ŽG‡%·/»\\#V‘)œ','wp-content/plugins/w3-total-cache/UsageStatistics_Page_View_Disabled.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','õŠ4*éLEÜz¹P@Í¸T','»‘–\\¬Ü{¿ÔW¸H3Ÿ·:…^\rG‚\'4‘š©','',0,'?'),('ïf%n Æœ\'pó³Zrÿ','wp-content/plugins/w3-total-cache/UsageStatistics_Page_View_Free.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','VaÍÈW Íœ­\"Á~I\\ç','&W\'ûèŽÕI\0œÂä‘E)¥¾ýÝêFËOÚ}Åú]b„\nú','',0,'?'),('ÒÇC2$tÚÎ}2-„¤','wp-content/plugins/w3-total-cache/UsageStatistics_Page_View_NoDebugMode.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','€MŒÕ @xXŠÅY~/{èƒ','œ‘ºA=ŽšFm‹ÒºfmØ•íÌÚ.Öö\'S)¤|ö','',0,'?'),('Ïq>ZÁ*z¾@«UÆ(','wp-content/plugins/w3-total-cache/UsageStatistics_Plugin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','žÑ5añ‚ÒÓä²ìùçý','G8¥\r†Z›¿]ìQWíÁà\\˜Ëè(©ÿús','',0,'?'),('öåK„ÙQå6Ý“´','wp-content/plugins/w3-total-cache/UsageStatistics_Plugin_Admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¿ÓÀÊ¶9k\0©\"6¢vã','xH\'ý£=8tæV0³efñ\rÁX‚WŒñkwê”','',0,'?'),(',PT«(]¦oÛ4P57v','wp-content/plugins/w3-total-cache/UsageStatistics_Source_AccessLog.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q¯\newØæV]ÃPŒZ² ù','ÞKSÂî „i*÷´HŠ}´÷\\ò™$á×ðw+æàŒ.¼','',0,'?'),('F™\")Œ˜˜™!ˆÞm','wp-content/plugins/w3-total-cache/UsageStatistics_Source_DbQueriesLog.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‚E‚ù®ÛmucQýÆX','3»9s­:ùuç¥!)Í‘Ø²\ZL÷?¡K©9¾dµ','',0,'?'),('n¸A±uêorŽ_è‡!õ7','wp-content/plugins/w3-total-cache/UsageStatistics_Source_ObjectCacheLog.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1‹Ó]h–gž¬+afm',' ä±>æçè\Z)ÿ÷a×»V$w9¯xzÀŒ~·p4','',0,'?'),('â5ìC/ä\n=äç!l','wp-content/plugins/w3-total-cache/UsageStatistics_Source_PageCacheLog.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','×†ïK\rÀž5Ó`“6Üó','UñÔ ƒ(ßòq©IÁ†e¦B“¡•¿%Í‘ÍV1ƒ$ñ~','',0,'?'),('ï…˜ùìçW³aÐ»\0ªÉ','wp-content/plugins/w3-total-cache/UsageStatistics_Source_Wpdb.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8ï¸r\'+¾—‚ÇnÎ±',' ó‹ÀÒpXýv–xEqE4Y™ÀžJÞ*?9lÊI2','',0,'?'),('%Eþ\rÀt¡°KJoµ¥¢‰E','wp-content/plugins/w3-total-cache/UsageStatistics_Sources.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','qdVÃ°£Üslèˆ2','\0ÿÕ0`¼Á_Ò&Sué³\"”b.È[§w-­Â@—ð’®','',0,'?'),('¤¦¥¹0+Ô|i¥[¦—{+','wp-content/plugins/w3-total-cache/UsageStatistics_Sources_Apc.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`ý{+Pà°õÆ„	RÏ,e','ÒþüúJJ¶[yžØ/½Ë6E_j2s¾2ùm}#ÎWS','',0,'?'),('oUœNE]ËìM‡íÖ\0ýx','wp-content/plugins/w3-total-cache/UsageStatistics_Sources_Memcached.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‡…yÐü þÿÅ¾,¾ã','ûë`H‰P³mðPÊ¥o±ñ†Y,Ž}s½Ý’¡g','',0,'?'),('Ë2mÛ@Èah8e”™¡','wp-content/plugins/w3-total-cache/UsageStatistics_Sources_Redis.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ú¶ÉéÞ	£{->câ®','ÿ|ß„pFÔmÕ|ïr¥/tŸOoŽ©kî]`q”','',0,'?'),('`7ÛZûFÊ®ì€ž­','wp-content/plugins/w3-total-cache/UsageStatistics_StorageReader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z\'¹ÊžŒ}óCìNz€1','ÿKüòÔN“WÄ„aÕóë-yC§ÆàñuŽL:	“‰N','',0,'?'),('¨Þ]Àò7þGõsl?E','wp-content/plugins/w3-total-cache/UsageStatistics_StorageWriter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ç™ÃÔh^®| QîëÕ\'','†¬Ï{pæ´NˆÁCß½²…†jmú4—O½\"è[1ša>','',0,'?'),('À‚®#ã[ÞHÇ×¦U%','wp-content/plugins/w3-total-cache/UsageStatistics_Widget.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ºè€Þ”7|?`#W¦ON','Ô€Ö·åPÌœîÚ´ó©ÐÒàBp„Ðýü&kui¥sR','',0,'?'),('øÈ]\n\'pFP9{ùù','wp-content/plugins/w3-total-cache/UsageStatistics_Widget_View.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ëc³š¤¨¡Þ UèíåûeU','ÑcÀàúã:}˜mÌ)Üªx~D»KðìŽÀ>¾A¼','',0,'?'),('÷jx°ýLÇY\\~\'h°','wp-content/plugins/w3-total-cache/UsageStatistics_Widget_View.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','†ÿZ|Á8j<\ZÐcXT','Ý.í·8ÿ@–\ZàOË¬‘ûõ®œŠ™ÐØ‰fç0å6','',0,'?'),('rU_àa¥ÎÆw§p','wp-content/plugins/w3-total-cache/UsageStatistics_Widget_View_Disabled.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')©„¼ÇL5£žµaˆæÚ','NqŸ’ü}uc­jà9ðn/@uÞN©+Ý¸€r¸º³G','',0,'?'),(':‘ïih}¦wMó¯‰','wp-content/plugins/w3-total-cache/Util_Activation.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','×MP%\\t]ó	W£­\Z','9§ˆ•Ú8f¦QAv¥ãÎJž*d›‹!E5·Ë[¤\'','',0,'?'),('Ï!¤ˆÓ,HÔëæBÔ3•@','wp-content/plugins/w3-total-cache/Util_Admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','—iTºhã\\_ú\n¨ÝÆÊ','WÄ=£³¼Ç;ÿ”Ÿ=ÃÑ‰·¯Cñ½bŒt á\rèŸ’á¾','',0,'?'),('JüÛ{GàOüÍeûVq–','wp-content/plugins/w3-total-cache/Util_AttachToActions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','’×}¥ÓZ=Âß5Ëï\ràj','D¿Ã}s\Z‘õSÛÇv.vsÓÑ|}Ê–ªÀ','',0,'?'),('uTñÅJWÎÝçê\0ýn	','wp-content/plugins/w3-total-cache/Util_Bus.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^Ø³Œ&H|ºtxWÂb­','ù€ÞÆÛ­—O)j7GE]³ÙŸòW®Ö+¥‰%QWÜ3','',0,'?'),('ní{^¥ü€u)^«®‘','wp-content/plugins/w3-total-cache/Util_ConfigLabel.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ËSô¦hÑ%±»­¾ºóu','ŠW\nãÍ~“ä6	°DÏˆ/~Ýã IÞ&RwâƒF /','',0,'?'),('·‘¤\\iÉ›dçé±XKÁî','wp-content/plugins/w3-total-cache/Util_Content.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j°¸$3‘+>×Œ†}è',']Mô’·ÈàØw¡ßâP³‚cóØ±¦ö&L÷Í7±<º','',0,'?'),('ô0l¹]&¼R¹°‡','wp-content/plugins/w3-total-cache/Util_Debug.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\nÇÊ°¡\\tÂ¥Ã{','ÛÏ1å¡k¯ &B7_üFc)¼¾uärC÷È—1š','',0,'?'),('0\r ˜BMeÿ¥~›ç','wp-content/plugins/w3-total-cache/Util_Environment.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','êJýb£¡1â‰Uc?1','eiY¿ÚÌö¸€½Mõ/®¯´fruU$ÕQX^”*¯]','',0,'?'),('\Z·NŽ8ù“nDxçÌþ>)','wp-content/plugins/w3-total-cache/Util_Environment_Exception.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{\\,\';²Á¥XÊG·?¥','™óvdÏM_û%¤Dª±öø{Ögrœ}3\n9\"˜','',0,'?'),('eÙx5Îâufa0\\èé­o','wp-content/plugins/w3-total-cache/Util_Environment_Exceptions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-PUHM9údºv@‰Ë¢±','7·™_¶žH!DÏ0K=®;ß\\ªÇ\Zt«D^“.üë·','',0,'?'),('à%\né™üèïgÀýB*','wp-content/plugins/w3-total-cache/Util_File.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','»ñç½VH”-€Œ²?­¢',';Ì±ÎpæôðßfæCfgsM\rÄ¼‹)8nS|$','',0,'?'),('š&)(HÐ”õ\n-¹BQ!','wp-content/plugins/w3-total-cache/Util_Http.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ã}ú‹âgM!¦ÅnE“T\\','qYMÄÄúŸX	ÿ~\n¦+`”¶‡fDB.™i’‰=å','',0,'?'),('é!*i`v!¥kY5ijè','wp-content/plugins/w3-total-cache/Util_Installed.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')ÊX»âÏ«µó7€Ë²’u','‚ApàÃà×½êÛ¿ýÄ®Ý….S¼´kàhçHr3f','',0,'?'),('ü’Ä	CvÅÌ½BUq}>¸','wp-content/plugins/w3-total-cache/Util_Mime.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^1§û\r?)4àN”A','K²¢nw„¸ÊuPÂƒÆK«½~Ä7øiïÕaIÂg','',0,'?'),('Û0Šv–ÃLŒ=\"··ã9­','wp-content/plugins/w3-total-cache/Util_PageUrls.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Å­™§˜+b†U|ˆ','RÏq)À«,¾‘àHpž…J„N?ŒÇ•á\0ýê¸ýË%§»','',0,'?'),('[ázr¶ªkån\0ìó','wp-content/plugins/w3-total-cache/Util_Request.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ç;ÍA”„ÂÆ¬\r¥¥¯tù','dó8¿´TÃ‹»WzÙæK9£\r¤~¿\"Ø¦Ù±qö©}','',0,'?'),('oñ[®5²ýŠQ2Áüp','wp-content/plugins/w3-total-cache/Util_Rule.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','™¡Ž÷E€6oXÕÄÃ','ì5p\rXõÊ¾ˆWùMüc.¥zÙj_å‡W ø–RÜ','',0,'?'),(')y¤a¡$øðÁT+ÈRKð','wp-content/plugins/w3-total-cache/Util_RuleSnippet.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H”èÍf’ü&ÂþŽÂ‰m','‰Es3ãÜ:s‡¸»ú\ZNç?ètã :ßÛ•1Uáã','',0,'?'),('ðçâ9	=ùBâùí^E','wp-content/plugins/w3-total-cache/Util_Theme.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÈëÒœv\r“ÂšTJ8W{S','\n D\ZE°øÚð¹Îí÷—\'nÐš~\nî\"L(°I¿ïp–','',0,'?'),('©V÷lw:DÄfäú‘„ ','wp-content/plugins/w3-total-cache/Util_Ui.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0Ö+\0WJôÞrÓLÿâ','a‡Á3‰=Mh\rY2·z&«¹`0õ:¢… gÕ~´V—','',0,'?'),('Wkø¤±´Ý‹L÷›Ä—Á4','wp-content/plugins/w3-total-cache/Util_UsageStatistics.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','é4ŸœdÜçC‚çÎY%ò(à','ÌkÎê=ÄXÈqáò¡í§Vâj³¸áŒNÐû\0ƒ&','',0,'?'),('A‘áÑ2ôszSé›ÔÍ^¹','wp-content/plugins/w3-total-cache/Util_Widget.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T[öÂMCLÕ)ÄGLÑ','½‚\ZOçdôo§Ñ«[¸½mý©ÙBù­éªy™æý[8','',0,'?'),('Kô¢C›	‘âÀaÙ¸#X','wp-content/plugins/w3-total-cache/Util_WpFile.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&ž	=b½÷êvÒë&¼É8','&í¦?êGøÉÄQãk˜@\"†X”~^H¥6k$s','',0,'?'),('6¾Þº)8[ddŠ{Í0l','wp-content/plugins/w3-total-cache/Util_WpFile_FilesystemChmodException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J<Â¢¾wÄî½ÒDC%L','ÅGsh+àç†ÊÒC#Ÿ\'11™<B£!D´å›%/;¬','',0,'?'),('þ=`EŽöBÒ2ä/í¦Î¢','wp-content/plugins/w3-total-cache/Util_WpFile_FilesystemCopyException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ö™go7–À€L»;†#€´','6__ôÖüyËA?N˜\Zâ±zÆáo\\ä¶Æ¹Á¸“îŸ&','',0,'?'),('-‡	dŸ¶_‘ f?V$¢‹','wp-content/plugins/w3-total-cache/Util_WpFile_FilesystemMkdirException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','JÌÙD\Z‹àðÃÎ¸ê„c½Þ','fÓð\0¬ìŒþæaH!e’\\AôÛ=êêw²¯á{80h','',0,'?'),('#NŒìN${Å†‘QÊô¹¦æ','wp-content/plugins/w3-total-cache/Util_WpFile_FilesystemModifyException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‘î)ò^ì¿%‰(ú¡äàp','³ï‰àëB­`3˜;Ûtó¯o¤Òè\"Nö™dQ.','',0,'?'),('ÝtŽÒŸÄ<uÕ~ÑÚ¼á','wp-content/plugins/w3-total-cache/Util_WpFile_FilesystemOperationException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ca‘³\0‚n~ÄžgGý','¢Mæ‰ÐHÉ›)Ps\Zª>6˜·s£ö­2êýä‹','',0,'?'),('yÆÓ»u ÷”ÝCö	¥','wp-content/plugins/w3-total-cache/Util_WpFile_FilesystemRmException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0¥-tŒÍÇó«¿Ä)','šhË5ZS®+c 0Í™å°éWÁ#jPÍïßjm“','',0,'?'),(' È´÷ÐëÐË3ÅÚ_Á9','wp-content/plugins/w3-total-cache/Util_WpFile_FilesystemRmdirException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','£[³rŠP@ŒÙj Õ%õ','¡ÝAw0#…1añ\'Ÿ¯¡·‚ ¤@neE=Íy/','',0,'?'),('ÎwV½iÝKmæüÐÓ¥=[','wp-content/plugins/w3-total-cache/Util_WpFile_FilesystemWriteException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ž[6+£„%vàH”ÑIóµ','>UÝÄ×l0Ä8V6•y\0CÜ2­Òk)îè§Ü','',0,'?'),('Ýò©g·“ŽJ+šÜç','wp-content/plugins/w3-total-cache/Util_WpmuBlogmap.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Cw³)üëf‘ÎEz4º/¤','I\"–Þ.É.BW|{ÿ[—R©ªUõÜû6ju†','',0,'?'),('ôNC;³A ÑQ®¤ËS','wp-content/plugins/w3-total-cache/Varnish_Flush.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z§]\0`PíZj›òÇGvÚ','1\0yË¯YU¹ÌÙ-ï0¨‚.?-ËhXG­¾¨¼3òd','',0,'?'),('£ÚoUø\\‚ZÝÕA3¿','wp-content/plugins/w3-total-cache/Varnish_Plugin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i¢Îìí¢Uhu–3R','–!1®$±‘Íœ°]š]ÎzTOp&•D½ë|×!£kú@','',0,'?'),('ûÌ„^‡!ö+_“\"6ù·\ZÕ','wp-content/plugins/w3-total-cache/extension-example/Extension_Example.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÜF{ý¥ÈÛ@17¶av¬','ŒçEøþyT/a+Øñ­áþGeÆSÍ’ËÑ	…¬V‘×9','',0,'?'),('@äþW¸€¿\Zô×)h','wp-content/plugins/w3-total-cache/extension-example/Extension_Example_Admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¯×èkQJ¶îï[½Üeª','mÅ¾†k\\ýíkNg£’ßd§Ô]ÖA™ŒDbæ(´ü','',0,'?'),('ÐàTáü²5µº7¹D}ƒ','wp-content/plugins/w3-total-cache/extension-example/Extension_Example_Page_View.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','µÆC%¢‚fßýñKv¡U£6','Ä¤×Ït©ß=eƒô¦Ì§Í?ËlE;£p£ÿþøæìü','',0,'?'),('å©cÒzÆ¨R¹F„jþ','wp-content/plugins/w3-total-cache/extension-example/w3-total-cache-example.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`_2…J5‚‰Ä˜¢•H\0Ì','1Ï$#ÿäHº‡#€Â©ºÐcÄ›,Æ(áûþJ‰âùý6','',0,'?'),('3úËCß£ãt2S™!¿£d','wp-content/plugins/w3-total-cache/inc/define.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÃÐ¦Š“éœG°D|\nì','eû%$ô°êeC“Ä°‹ŸxLÄž×Ã¦uépßBÞ','',0,'?'),('­›Ï&>õürá ·ù','wp-content/plugins/w3-total-cache/inc/email/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÔŒÙ\0²é€	˜ìøB~','ã°ÄB˜üšûôÈ™o¹$\'®Aäd›“L¤•™xR¸U','',0,'?'),('»U0^¸C)ÿQÜV’¢%íå','wp-content/plugins/w3-total-cache/inc/email/minify_error_notification.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{dÙH±BÝÑ¿PÁ5½','[°¬n#û%îXŠ\"óš\nlÙ&=¬{Œ–üqµØ`q2ð','',0,'?'),('Æ»í:b™dËGê&…óµO','wp-content/plugins/w3-total-cache/inc/email/minify_error_notification.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{dÙH±BÝÑ¿PÁ5½','[°¬n#û%îXŠ\"óš\nlÙ&=¬{Œ–üqµØ`q2ð','',0,'?'),('Ìô‚À‰Z’‚ùê®.E','wp-content/plugins/w3-total-cache/inc/email/support_request.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ð\r³–¥eò¢zš483³WK','ùü¥i/ýò»c½4µ­˜G6ÝB:cã_5Ñ|Û[ä³ø','',0,'?'),('sy2njÚ	cJ¢wd…','wp-content/plugins/w3-total-cache/inc/error.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ï*$Mðœ99¤7Ž?…',';b‘&ïu=¾›²ò“r—>‚Ã_õz*}\nõ7iÀBº“','',0,'?'),('‰\0â\'¶‚a\rv—„ÃY#','wp-content/plugins/w3-total-cache/inc/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÔŒÙ\0²é€	˜ìøB~','ã°ÄB˜üšûôÈ™o¹$\'®Aäd›“L¤•™xR¸U','',0,'?'),('¯TÐ&¤…is\0©–¨ñºz','wp-content/plugins/w3-total-cache/inc/lightbox/create_netdna_maxcdn_pull_zone.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ý²–=ÐÒÙÇí©áK‰Î','¡ª>RÊ~°8Zâ?‡­€¿‘¦Ês-·gª\ný·Þb','',0,'?'),('ØÇQyœ^C\nöœxÏÆ;¨','wp-content/plugins/w3-total-cache/inc/lightbox/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÔŒÙ\0²é€	˜ìøB~','ã°ÄB˜üšûôÈ™o¹$\'®Aäd›“L¤•™xR¸U','',0,'?'),('¿‡²$´IÄø´ÝÂƒ£8V','wp-content/plugins/w3-total-cache/inc/lightbox/minify_recommendations.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','áàß~æÛ!}°×q1m§','Ä	€‹+~NÖ,&•^íl(^¼¦;‚[œp\'¶>','',0,'?'),('—2ŒîVÊ¼¬|l4C4l³æ','wp-content/plugins/w3-total-cache/inc/lightbox/purchase.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','×y¸&k«ª…ÐLükf»K',']çJ²qZh4¦g\'x>â!‡œ„[„(¤g¥¤K6«','',0,'?'),('J^©lrÌl?f{;XÖ½H','wp-content/plugins/w3-total-cache/inc/lightbox/self_test.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','rØ‰IŠs!úÁÐÔEG',')TÐ\"†”fQäfÙÉ¸ø}žÐËNêÚÆs­Ñ%Â','',0,'?'),('ÆJÏü—vrú+(‰t.àUß','wp-content/plugins/w3-total-cache/inc/lightbox/support_us.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	´îÑMÜü8ýÙ«§Á¢','X€#íSË:Qÿ‚~­¼IãÑêŸpø	=âÏGÓ/³','',0,'?'),('¦iôÕü¼Û\ZQÆ }\\','wp-content/plugins/w3-total-cache/inc/lightbox/upgrade.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h»fåæO5šÙ(A\0ý ','ðêßGd¶}-Õ9:&›¸ŽøF^›vÿ\rZX=6²¶¦ª','',0,'?'),('c,ÝuNÚ+Šmçä9l','wp-content/plugins/w3-total-cache/inc/mime/all.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','öçÌP¹gW\',¾„éÎ','UøviŠgªå# ·™T1,jø†k‘IeI…žP','',0,'?'),('îŽoO&4—:žÁ¸','wp-content/plugins/w3-total-cache/inc/mime/cssjs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*½ÌÅ¿³°°ŒWl£Üjý',',\r“‹½Yõ0SS–±œLºrÅöš#Ä5`à9Rð”Xµ¶°','',0,'?'),('2äÌ;×Á ¼8Ø‰id','wp-content/plugins/w3-total-cache/inc/mime/html.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A¨(izÜÞ%hi%H_¼U','{\nå¹–þåÓ“¦Š“ãÔi°ž“	ž æwœgb±’','',0,'?'),('ÁáLîýŸ(¢*ìI¬¾‘Ð','wp-content/plugins/w3-total-cache/inc/mime/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÔŒÙ\0²é€	˜ìøB~','ã°ÄB˜üšûôÈ™o¹$\'®Aäd›“L¤•™xR¸U','',0,'?'),('·Ä,ìU×½ûãÀ°Óx','wp-content/plugins/w3-total-cache/inc/mime/other.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÄGÍÖ¬ÂÞÐ<Iô','¼Ê6JÒØ:kç,_ƒrÃøêªãlÞut:þ','',0,'?'),('‡òÏ Ý#ÛÐ+KhXÉS','wp-content/plugins/w3-total-cache/inc/options/about.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','àfi„­qÒŒTÆÆp','}s¦ŠÛØ™8L£w7ìc³Â»Xñ»n/è€ka[B ','',0,'?'),('h³VÍçÃ5’¤õín','wp-content/plugins/w3-total-cache/inc/options/browsercache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','OQQŒÁVœTÿõªû8','†› }à½Ê÷ÍßÕ<ò_â\r{£šÕœ¡’¯…P3rf','',0,'?'),('1«Xpâ²«Äa\"b*','wp-content/plugins/w3-total-cache/inc/options/cdn/akamai.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}SÚ‚=\'\"Æä|Ora/','B,…­ÈÈÐJ«äLü#þ†¡ãú\ZEËÈV4¤ä³»kAB','',0,'?'),('—À\'X\\?]­*òKúl§','wp-content/plugins/w3-total-cache/inc/options/cdn/att.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','aîü†•0ØgúUÉéCË*ù','‡\"Ù»2BÊ§P~ˆÙéM»»†÷püUlP!Ëößb“','',0,'?'),('zu¼L©øŽÏÝ6û-ô','wp-content/plugins/w3-total-cache/inc/options/cdn/azure.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¯ýl—ƒI‰cýAx˜M','v@¼R6lÄ£êL Äùõþt¸g˜=w(,àà','',0,'?'),('‘.ØA“ë¹ùÞÅÃÙC','wp-content/plugins/w3-total-cache/inc/options/cdn/cf.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','„|Â«åi>«N“§,”~¢H','yN‹ÒÏIÏésŸýÝIEëÎ>ø³ôŽëñ)í…r\nª','',0,'?'),('ìs¬/Q.Škî5C·„','wp-content/plugins/w3-total-cache/inc/options/cdn/cf2.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>Ð›…Ê‚(¡Ö|^óÈ½','wüNh“èàù¡õB¦WÂŸRûÆþgŠE7äp`Æ','',0,'?'),('·Ìþa£Ñr‡,pÒ¿‰X','wp-content/plugins/w3-total-cache/inc/options/cdn/common/cnames-readonly.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','aq`gÒ\'}ûÞv\rÊ¯Õ','xÅËRCL Q>ü¨í}e?h,]Èã·€¨à\'\0Ïko','',0,'?'),('…°Ø\'˜«ù¬ˆúÕSG8','wp-content/plugins/w3-total-cache/inc/options/cdn/common/cnames.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÄÉö@N,Hø(T‘®','R²°×â{¿E÷¬>òno\nzXcÜÍèæõÀ\\8','',0,'?'),('©V~ø‹ZÊBjÖ]ìK•','wp-content/plugins/w3-total-cache/inc/options/cdn/common/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÔŒÙ\0²é€	˜ìøB~','ã°ÄB˜üšûôÈ™o¹$\'®Aäd›“L¤•™xR¸U','',0,'?'),('‹Æª-œÂaì\\YLJ‰¾‰','wp-content/plugins/w3-total-cache/inc/options/cdn/cotendo.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','oþ…ÂóíYøZð»S¦ÄÉ','ð½Ú÷ŽeJ£}\'¥ùâ,ÎeI¨[ŽiXXlæ‹çÁÚ¬','',0,'?'),('mÅgÞ°‡¨H}ÔCXÛè\\Æ','wp-content/plugins/w3-total-cache/inc/options/cdn/edgecast.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+`¥\0Â¦lÄ—ø/Þ’k¶©','r†pj”p^ZØ%›\'žìƒ\n¶\0\'þ%õÞëËÌƒLZ','',0,'?'),('ùš}wn~JÑPŽDé;5È','wp-content/plugins/w3-total-cache/inc/options/cdn/ftp.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';ŽñHÇ67ï{Åº¨Û','–&¢ïA7ÈùJ´®ôô^BTµAL\rD±´Iº-hö','',0,'?'),('Wy]/OðjW¼ÆÔ·','wp-content/plugins/w3-total-cache/inc/options/cdn/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÔŒÙ\0²é€	˜ìøB~','ã°ÄB˜üšûôÈ™o¹$\'®Aäd›“L¤•™xR¸U','',0,'?'),('\"X†²dØÅ$·¸ý,_ç','wp-content/plugins/w3-total-cache/inc/options/cdn/mirror.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','cÛ¢¹}Þ}Ç\\Qõ[P>ª','Î¾…ŠÃð–^rX§ëàfà.SOär6&\0\nÅry','',0,'?'),(';¹\'‘¬~>÷ŒW£³/','wp-content/plugins/w3-total-cache/inc/options/cdn/rscf.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A;g®K¤¥	Ó¥vËOåU','ùà’Öž¾ÉRÐµf\\)<RùCÈ‚\0¯]ºš2ä4T‡','',0,'?'),('øiö\n¥Þä—SÈ[ü<','wp-content/plugins/w3-total-cache/inc/options/cdn/s3.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ì¦P½Ï¹\n›Ò¢á½ø','i\rYA±ôB¼Ñ´ÄAn„L&g^õÐÒ…Mp¸','',0,'?'),('ë¯¯ÈuÛmŒ­¡è‡Ž','wp-content/plugins/w3-total-cache/inc/options/cdn/s3_compatible.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','§²>½áž\r\r`úÚŠ÷.á','\ZºzœÏ¼‘ŸƒÌpÃ=éJ|ÑîÿÀ×m1×?½‡','',0,'?'),('\"`tüç§t¤ê~Õxµòø','wp-content/plugins/w3-total-cache/inc/options/cdn.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÅÍŽž­Ã†Å~*$kÆº','wÿøáÍÈ–à±eü‚pÚ»dÒ®Ÿj¯Wú8Q%ÆØ','',0,'?'),('wý;˜\0qFˆ 9êH]','wp-content/plugins/w3-total-cache/inc/options/common/footer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~zÍîµ‹ÇÂé^½\'','ªÃ&Q±V|F›O%]o±úhYµ6‹Ù¥\Zù «!Ï#','',0,'?'),('ZY<€\0µg^i\0Czé{','wp-content/plugins/w3-total-cache/inc/options/common/header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','“ÁøËSµžë‘a!1‚x','ißÏRü¨¯£c/¹·¾ŠG•_	ÃOoáØáÏ±Jà','',0,'?'),('jQìJÕ:¦#ÚÔŠÔýx','wp-content/plugins/w3-total-cache/inc/options/common/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÔŒÙ\0²é€	˜ìøB~','ã°ÄB˜üšûôÈ™o¹$\'®Aäd›“L¤•™xR¸U','',0,'?'),('Ôè®ÜY¸ÃjeþjËW','wp-content/plugins/w3-total-cache/inc/options/dashboard.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ìbúxý\n\r“zFŒªO>','.Þ*\Z®Ü0-:ÀÀ§@{ÕÚ8a·Îi¤2«ìÏ÷2‡Î','',0,'?'),('|Ÿ\\ÝLk!SŠ*ÆKh','wp-content/plugins/w3-total-cache/inc/options/dbcache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c÷|Z/¤×Èo 7B½','¯Wª\\PøÁVˆ[AqÇá­ãÓ¹ê5¾d	ä¯]2','',0,'?'),('>?u\nìÎüÎeøûb','wp-content/plugins/w3-total-cache/inc/options/edd/buy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}ÏMåeÍ â„¼€÷Î','Q*cèWú½Uý{Ëï^v¯ßóÃ/U´ìDp¥\Z„','',0,'?'),('Ô]å>ôl‡pš½±²ô}<ø','wp-content/plugins/w3-total-cache/inc/options/enterprise/dbcluster-config.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9˜ÌÜöJ´ÈýªýÕlˆ','5ãU¶ÀPIoaÔ:]XaTV½BdOpõ: ¶ûŽ','',0,'?'),('‘ÒõÝáó§ã<òÂœ\n\r¦ ','wp-content/plugins/w3-total-cache/inc/options/enterprise/dbcluster_general_section.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=u³ñË¾oÍB`DÓþq','îÌÆiS<[ÄT†­üVh¼8Z÷tÌY1øìÌÐÅ','',0,'?'),('ÍÄá[@¹³ƒY\nÖ¼[Â´','wp-content/plugins/w3-total-cache/inc/options/extensions/list.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Æ_C»þåLî±LèÌÿŒýl','è±;ù’Ðé*Fµ«Ž}ø…µd€u4÷\nŒaõñÂ','',0,'?'),('ö²†1 á“CußlE;O‹','wp-content/plugins/w3-total-cache/inc/options/extensions/settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','÷\Z!ˆÌ‡š}n„¥«œ_À¢','Wrƒ(pãŽPÍûeò®¶Ó÷	&ýW1ÈÙ(­¸‘™','',0,'?'),('+ÁŸQX¬C`?\\Z*œ','wp-content/plugins/w3-total-cache/inc/options/extensions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','é;?80÷#K}çÖdXùÝT','OK’#\ZHD×Ô¶¸e TÄB—Òq1…„*óšâ5','',0,'?'),('n¦˜,òÂ¹70Ä:vÂGB','wp-content/plugins/w3-total-cache/inc/options/general.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ê\0×,ƒØéþ€äJy¾÷','å˜¯/‹v)ÄãÑ¤©ÁÄ[ôPfl…]¡Ê@¡™Ý','',0,'?'),('ÿªü©éÔ;»Ú?\"`l ','wp-content/plugins/w3-total-cache/inc/options/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÔŒÙ\0²é€	˜ìøB~','ã°ÄB˜üšûôÈ™o¹$\'®Aäd›“L¤•™xR¸U','',0,'?'),('}í…q™“’»#šÓGjt','wp-content/plugins/w3-total-cache/inc/options/install.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0¹ÔÐmsš#q^ƒ@ÒÍì','p)d š+š*É—°,@ö;ŽÆ‡Œý÷È’¶ôÑÊ','',0,'?'),('¸×G4…–þŠu¤Kp_i','wp-content/plugins/w3-total-cache/inc/options/minify/ccjs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>3½í­#]v;ò{£Â)|','93Mk\Zü÷\rMû¾7öÝ>¶4&åÃ0í¦ÀMë','',0,'?'),('yæÏÓýÒW©ðxÜ','wp-content/plugins/w3-total-cache/inc/options/minify/ccjs2.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I‰ºl†Ø:D‰û-ôn¿','@€à„áóþh\nŸöÐCˆ$¢/IyeÔ¨ñ™Hmñ’f','',0,'?'),('€‘0qÉ@NÂŒ>¯ž?Œ','wp-content/plugins/w3-total-cache/inc/options/minify/css.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S£¡™W;ânÏ6Yv','ÌgÚ˜‰AðòoD±˜Œ†Çƒ¢ºjÕ È®Éª','',0,'?'),('ØwäIî€~üœDÿs´','wp-content/plugins/w3-total-cache/inc/options/minify/csstidy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+ \\‚=’{ZÃ–“g','5Á…Y­\\¨¥‘çg˜ÝŠÃÂÛÖòXÙ6${GoK×Žþ.','',0,'?'),('škµ†*51TŠ6Ì\rÑ','wp-content/plugins/w3-total-cache/inc/options/minify/csstidy2.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','„ä•\0Sõ$®èÊ«]˜','\ZúÀ×+!-À×ˆìÚœÛY…÷É0…\r¥Ë#ïcÒ[èé','',0,'?'),('1\rV†÷ñri`Ÿ€º¿¤5=','wp-content/plugins/w3-total-cache/inc/options/minify/googleccjs2.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ŽO4²rÉéçåfü	M\Z9€','ýmXÊAM[«®éÐÑb	M;Ú…Ò/tï“Æ”äÁ','',0,'?'),('„’·î‚hTX®éöŽÚ-','wp-content/plugins/w3-total-cache/inc/options/minify/html.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z²ÝÞkOH×p\Z\'Ý¡','ã`ÕK“®;€•=I&öÓ\n»õþ±ü#âEIÍåúSNrÄ','',0,'?'),('9ìô¥)ubp6—†¼-	|ô','wp-content/plugins/w3-total-cache/inc/options/minify/htmltidy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','CÇ/^I¡ âyH›šxt¶','óå­éËÁ•~oxUŸDÇ/E¼„¾ÐÄERsZB™öüç','',0,'?'),('>.¬ÔâîæÃs±m, ìÇ.','wp-content/plugins/w3-total-cache/inc/options/minify/htmltidy2.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','…àx@\"^Ä*f†Np;','YÜàÏµ$”EàgÿëßûE%Eì·\\\']O­lqøîO','',0,'?'),('ÝÉO\0l[lq+R‰S28§$','wp-content/plugins/w3-total-cache/inc/options/minify/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÔŒÙ\0²é€	˜ìøB~','ã°ÄB˜üšûôÈ™o¹$\'®Aäd›“L¤•™xR¸U','',0,'?'),('ö†GËçÃ‚’-$ë\\¼','wp-content/plugins/w3-total-cache/inc/options/minify/js.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@(³¥çq\rvÍÃœV¯#','{ÏC©=2Àù>/ŽÏ-Ñ¤S;k¨Ž.JÜŽ+_','',0,'?'),('´{ç|ØVžH¨DÿRÂ±ð','wp-content/plugins/w3-total-cache/inc/options/minify/yuicss2.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÖPÒ\"`1Ï¾S ŠƒIÞ','ƒß[¤¹;ˆ4g‡oÕª	Ýr…Ûª^Xk’«ÅæjŸ','',0,'?'),('Œ}@~ŒµÄw_ëÎ—Ó','wp-content/plugins/w3-total-cache/inc/options/minify/yuijs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','À¼Ÿš*§Ð”gÑ \n','NF]2C’H®–A™§šYì‹a>A÷pÝ•û;','',0,'?'),('œ¿Ï%¦w·ÿºÚ²ÁY—','wp-content/plugins/w3-total-cache/inc/options/minify/yuijs2.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<’Ä·¤9¤ž¤„Ôs','aõ_yéúµ”â_3-=\Z€#Óx„øè¸€…±~s$µOû','',0,'?'),('¦„Œ\'Ž&\r{„ ‚\'','wp-content/plugins/w3-total-cache/inc/options/minify.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¨ƒˆÇÈn÷ÐÈ‚¥êèh','À]ªKjYúö‘ô±žÎê¹ŽÓ©*¡h]üæ¤m\ZyòqV7','',0,'?'),('	œ¸³Îq`ú¥Æn_$4','wp-content/plugins/w3-total-cache/inc/options/mobile.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Zþ|´H“¸ÇÓ\raÝ.','ÿ4ójMcÇÈêL˜Ñl)âú^$ÝD¾?ÿ£','',0,'?'),('é2Þ´àpûö\r\\¿,','wp-content/plugins/w3-total-cache/inc/options/objectcache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|æjÀJ~N¶›I•Û–=','Á\Z¥hÜëZù¨ÀJø=µ{ê¸À êS?qkñ','',0,'?'),('Ï­AÅVIEä‘È\'ò‘õ','wp-content/plugins/w3-total-cache/inc/options/parts/memcached.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','È?Åñšˆ?ê“;Ê5¯æy›','ÃFÄ”0\n\\A 5Ÿ¢X÷žó”ßt•4‹þ','',0,'?'),('ü\'Ä\Zösmo7}‘D“è','wp-content/plugins/w3-total-cache/inc/options/parts/memcached_extension.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','tä€iÈbó7²¶Ï³þ','7,Å=—t“õÊ¹‰iIÀüo+f }ft|Iþ#M','',0,'?'),('º^M¦ó¶8šé«j¤Ê_L','wp-content/plugins/w3-total-cache/inc/options/parts/redis.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n®‘øáÈ¨>À7;÷ç{','\0)=ÈÉÓ@nµôr•\0d!¨BÖt–´_\'áÉ,eÇr','',0,'?'),('ä•¿äâÏìÊB†Çˆ~t','wp-content/plugins/w3-total-cache/inc/options/parts/redis_extension.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0‹ž\Z:¡íâ£Y;ŠÇ','Î”Ð¦ügÚòóãJ“kþo¨‹WæzØÓ›ó1','',0,'?'),('æ½‚êaY…ÆODì\"i‹Ï','wp-content/plugins/w3-total-cache/inc/options/pgcache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6}™X¶Æáæ*’0½r²p','h[æóØTlrdöDlL”!˜ÐÑõ7ý[?’ï7','',0,'?'),('5ï—Á3ÒsÉ“Ø°ÖC','wp-content/plugins/w3-total-cache/inc/options/referrer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<H½ÒI†Ð^y…ËJ„I¹','â/‡»8uù†GíáŸ¡\rÉóv{´¡é`ÙRï¨éy','',0,'?'),('¦ñjàá¾Hó‹sÈhŽ¤','wp-content/plugins/w3-total-cache/inc/options/support.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ËÍ„¦õæ¼8½\"]nàA','++b\"[œ©io\Z¹¸½¤\Zm`qù‡†7©M6ÅÔ','',0,'?'),('ÿZ€A¥«¯}pkÞOÿ£2','wp-content/plugins/w3-total-cache/inc/popup/cdn_export_file.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÓÛC9FD­]’ß—ßË','‚Ÿl¦Ê.”&zjÄ[ÑÕ§Ÿi¶cSfíªÖüøOP','',0,'?'),('°T¦UDÆ­¦jÃµ‡','wp-content/plugins/w3-total-cache/inc/popup/cdn_export_library.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ª	`²Þ™Þ!µÇÅª.D5ñ','R‡,„ŽÈjûÒŽ˜ƒKôÙ~i˜¦|Ê\\;OqÛ','',0,'?'),('b\"§ê_”³“²íön','wp-content/plugins/w3-total-cache/inc/popup/cdn_import_library.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F¦1ßÔ8àŒS_:‡','WÿKUwŽ¹\',K<\\‰ïûGÚœ%H¦»z¾KnÇÜ','',0,'?'),('fWµ<•æó¸Ëh›â§ð','wp-content/plugins/w3-total-cache/inc/popup/cdn_purge.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','xøË5ÇBþ	”YS\Zˆ³ð','˜8\\uÅòS€ûAMØœQŠÝ›Š;”åLªýqòÒÏ','',0,'?'),('±`!ŒæQúarå¦×¨‰','wp-content/plugins/w3-total-cache/inc/popup/cdn_queue.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','„²;U¿º*êƒAOÈE¨','¤™™4HÜ6ËŠþs3ß’}Î‰36^vekT«Ý¤W/yª','',0,'?'),('Ê#(QZ¯NÐ1§¹rU‰','wp-content/plugins/w3-total-cache/inc/popup/cdn_rename_domain.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','–!ÿœ¤úMGÓ¤','‹Ù¾iœÈO3«ã‰ƒ¬QxAÞ6N©cËû;/‘˜–íáÏ','',0,'?'),('m/pª©à †K3q','wp-content/plugins/w3-total-cache/inc/popup/common/footer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','÷óñ/ÿ‡KûðÑJ~','\r^jZ—d	{Ú!NétHœåÏ@UÕ@S','',0,'?'),('žŸoap>­÷­EjQ‰_G','wp-content/plugins/w3-total-cache/inc/popup/common/header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','BP‚\\Ï×Ì¹Ý\0Î>;Ýðe','dßäHâ*ágÅ2ðA8WFDä”ÂY¤ùŸ¢','',0,'?'),('¸š“E¸ÔC@và&-5\Z','wp-content/plugins/w3-total-cache/inc/popup/common/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÔŒÙ\0²é€	˜ìøB~','ã°ÄB˜üšûôÈ™o¹$\'®Aäd›“L¤•™xR¸U','',0,'?'),('<©\0q/*ò9óéR€­','wp-content/plugins/w3-total-cache/inc/popup/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÔŒÙ\0²é€	˜ìøB~','ã°ÄB˜üšûôÈ™o¹$\'®Aäd›“L¤•™xR¸U','',0,'?'),('T§w}´ªt®‘§8l)h','wp-content/plugins/w3-total-cache/inc/popup/pagespeed_results.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T»‘Ùa¦p[ý\n¡©Â}','Ég(hLÁ€Fœ%Fîæ¦zÌ’…°ª2n~ë¾','',0,'?'),('ço¤GWÚ³3yU	géÓ','wp-content/plugins/w3-total-cache/inc/widget/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÔŒÙ\0²é€	˜ìøB~','ã°ÄB˜üšûôÈ™o¹$\'®Aäd›“L¤•™xR¸U','',0,'?'),('ž/âÃ¸t¶œ…Jt7u','wp-content/plugins/w3-total-cache/inc/widget/latest.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','éh4!ÞÆ>±8\n­ë»ß$','.ŠŒ¥[\ní?duY£š½ÍÆÛayeÀjØI¹G ¦Å¹','',0,'?'),('ßÙ!ÜJzÝ+†køgçÓ','wp-content/plugins/w3-total-cache/inc/widget/latest_ajax.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k{@3´B>·i†,Ë`6',' j¶Ë@÷Z§°*ˆƒž³áwýô‘›¢4[û£','',0,'?'),('PÊ»8&Xð/Ô& 0%','wp-content/plugins/w3-total-cache/inc/widget/latest_control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','×íëÁ»yâI¤j¨|','ôüW%ñ+ëTC/:æ²;ê[›jäÖ“\"ð	­oÍÛ„ˆ[ƒ','',0,'?'),('¹>ÀÞ‹C;ø$O¸Ÿáa','wp-content/plugins/w3-total-cache/inc/widget/latest_news.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','éh4!ÞÆ>±8\n­ë»ß$','.ŠŒ¥[\ní?duY£š½ÍÆÛayeÀjØI¹G ¦Å¹','',0,'?'),('ƒ)M›Õäd•©”18—²','wp-content/plugins/w3-total-cache/inc/widget/latest_news_ajax.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Yš€š&úŒ£¡hi6','?ïÈ\Z½YÕ=cÛêv¶jhwæ†=ô–*g‡!Ò','',0,'?'),('f´L2é€aBMŠ÷9ší Ý','wp-content/plugins/w3-total-cache/inc/widget/latest_news_control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h³Tjx*4zHcùõæœ\n','RÌV¥›9kÅ•V€U:°¸‡í²H6ÙÐçÛ.Éæ?‘Øª','',0,'?'),('kNûòf-D!²ëm±§ë','wp-content/plugins/w3-total-cache/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÔŒÙ\0²é€	˜ìøB~','ã°ÄB˜üšûôÈ™o¹$\'®Aäd›“L¤•™xR¸U','',0,'?'),('±#÷pr`&C0þþÇ','wp-content/plugins/w3-total-cache/ini/apache_conf/mod_deflate.conf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¯„¥Ïëë¿7˜§6^Sö','7žye#B\'!A…©,Föj¶klsêfû','',0,'?'),('þÐÆœqjuÅš‰I','wp-content/plugins/w3-total-cache/ini/apache_conf/mod_expires.conf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¸Õ=ÐôaèþCDSrÆ','ÍÑøžgé8²¼è~ƒ{ý)–@èèÇ5ÏÏ UÊ×>','',0,'?'),('Â¤jaâ,÷Qß¾Ø[FèG','wp-content/plugins/w3-total-cache/ini/apache_conf/mod_mime.conf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ø…²®iZðÂ=¤zïÙ9','»KÈæ@­÷à9CP?64yØq«ïÁœ¾Rûþ@\n.Þ','',0,'?'),('a¿CäJÝiiKmëÇ>','wp-content/plugins/w3-total-cache/ini/apache_conf/mod_rewrite.conf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','önš×¨ÛFÄl%<ûKG','DÇ+,†¹ˆRÈ>AçŸ·yÓ}ö¤õ]¬œØHÙÙ$!','',0,'?'),('“”t‘XLé¬º6¯	','wp-content/plugins/w3-total-cache/ini/apc.ini',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¢:Ëâ·›¨ÃF–\0ë^UÒQ','._ðÍÌOj±ë%›NÙ[»³¦oºäsÈ®vÒæÚ-','',0,'?'),('êíß’\n{vÄ]n²ï´M','wp-content/plugins/w3-total-cache/ini/config-db-sample.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÎûYëk¬g¡+ÀÒ¿Ì­¨','ÑSé9[`@:0ýlílÂ^ånIw90}J\nÙáž·X9x','',0,'?'),('\\hiÝÃnÔ\\\"‹·u\"º','wp-content/plugins/w3-total-cache/ini/dbcluster-config-sample.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0¿¯,}³uÌÖf:Œ','08¸I£dÝ$~ÃÓ_MIg0õ>J»£FÔ^DùR\"È','',0,'?'),('Ìµ¡ÌŒ“¡ˆ$Ù¿¡\'ñºë','wp-content/plugins/w3-total-cache/ini/eaccelerator.ini',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ïÎmõ,x½é_\rÿwR','1XH;=ºõË+e?‰~ï¸î~C€WSœBp','',0,'?'),('ƒ…!X8]Â#žÂ¼±2‹Æ³','wp-content/plugins/w3-total-cache/ini/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÔŒÙ\0²é€	˜ìøB~','ã°ÄB˜üšûôÈ™o¹$\'®Aäd›“L¤•™xR¸U','',0,'?'),('Ÿ£KòÙ5EiNQ‡\'ñ','wp-content/plugins/w3-total-cache/ini/memcache.ini',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0¸\\e›®løÇb»/cÀ','©j¦˜…ËÞŒM;‰˜§mÑéŸ\ZÂvT´X†gPò«','',0,'?'),('ô8¬°±ÞÚ%.Õb_Ðº','wp-content/plugins/w3-total-cache/ini/nginx-network-sample-config.conf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¤X&%“øvUê²:è±{d','%h˜¨\\¦ÜC–ådÿéOÁ*`‡\néÌgÁí˜rø	\'','',0,'?'),('çéEPKø-šYpQÑet|','wp-content/plugins/w3-total-cache/ini/nginx-standalone-sample-config.conf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','†dÖ¹#ˆþ\0àõ\n‰Ào','*êdÚÖ*ƒoÊ[`ŽÛv÷2a{€Î\n§×!ê+Š4','',0,'?'),('…©€²žÙ”gF[Åz{/œ','wp-content/plugins/w3-total-cache/ini/opcache.ini',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F«Xá\r)7ñžÛ»ß4ƒ','‹­©vZã m@/_GðØ2k\\\Z·Èb¨hÓ*þ‰÷','',0,'?'),('b	è¾ ˆº©sKHnêq ','wp-content/plugins/w3-total-cache/ini/php.append.ini',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‰ãX[i:‘åãƒ8½','¯Ë]ÙŒ(ø’^Ä¥M¶ ƒ7‡¬¢\0~ŒíÀ£','',0,'?'),('3†» kE4ºÃ«Ã','wp-content/plugins/w3-total-cache/ini/s3-sample-policy.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','æñÔ¤^à ãë=b™Q','š³ÞÒ-n	EŠ`WË.…( %>ñŸÖ‘\0†îêm§‡','',0,'?'),('ÙÀ¸Æ–utý\'»','wp-content/plugins/w3-total-cache/ini/varnish-sample-config.vcl',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¦’FŒ¡™ô¨ £VGì®','-Àê—jjøçádÉÃ§¯2)»-·ÆˆbÑµî›†&/','',0,'?'),('óÕŒ…¹ƒ0Å¼dÿ(','wp-content/plugins/w3-total-cache/ini/web.config',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ù\0@/;Û´rÛÁ.©:ºÜ','òEf~¿Š´èÔ´“m#<\Z]k	:qb…¢ÎuJ~·çY','',0,'?'),('^Ê™B`ãIúÒµèª\0ž}','wp-content/plugins/w3-total-cache/ini/xcache.ini',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';ÞÆ‡ÀR¾sHßQÀÕt','+{7K$ní¶ñ¦› <Ÿ¶áÍÓ=I\\¼h®žÆgÃ','',0,'?'),('_M/¶#œxu­ž¯ýÖs','wp-content/plugins/w3-total-cache/languages/ar.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','AqC|ebµJV\\cð}òÅ','÷Ü&±6VÇkx\r-†Ô½PÍ}—œðòö¿ãYœ','',0,'?'),('×o#íe&	86ÅhE÷P','wp-content/plugins/w3-total-cache/languages/w3-total-cache-ar_AR.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A¨7¤(&¯¡Gþkaƒ','Šàä¹d‡ßÉ?ƒ^aƒÔÿ€Ÿï\"‚—å¯©ÿ}e“','',0,'?'),('n-1{; ºS;F\'>j','wp-content/plugins/w3-total-cache/languages/w3-total-cache-nl_NL.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÒÏüðëYQ%£&K[RÍ','ù_I²\"æ‚Øœçêöló«kÉøèf?ÚER…¶DQþ','',0,'?'),('ïƒRGÓÞeó“j!\\rŸˆ','wp-content/plugins/w3-total-cache/languages/w3-total-cache-nl_NL.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','í?¯ÃyçOå`Ý»Ä€…â','±öºhÕœx¥pÓÐZ‰¹e,fAÓ$·U\ZrŠ£¥','',0,'?'),('Y&5˜Â—ëžªáY‚×o1','wp-content/plugins/w3-total-cache/languages/w3-total-cache-pl_PL.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¶×\ZM>tÇ]-Ã>?ëœ&','üÆŒªÑþÊÓõ5:å2­IÜDR?Äáo\"`(?','',0,'?'),('UµG{³ÃP·;\\žÐiâB','wp-content/plugins/w3-total-cache/languages/w3-total-cache-sr_RS.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m…ß·Í\ná“s*×aÜ˜','Ö’Çd£ª3cÚ–øÄl†´ç4X,‹¿k†49¢À£%','',0,'?'),('dÉ<Ås½}þ‹ªgu‰Ó','wp-content/plugins/w3-total-cache/languages/w3-total-cache-sr_RS.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8wâdHPÓ%\Z$>[,-','Õ>ýXëê)‘ )€\rq`3žæLè)ÙÊ½W] 6','',0,'?'),('©’]/[liKÝD/»x£','wp-content/plugins/w3-total-cache/languages/w3-total-cache.pot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','eý}Y3p…Ót•õŽl0','Ïá>q68dvÑFî•¨Í+´ÎN>‹áNFo/a´Cˆ','',0,'?'),('˜UO#¶Ö{€ÍX\"ö‰Â','wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/AbstractModel.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','fÒ¥\0¾û’]ÍÂù#øÏû','ˆ)´½ª/ÿD*Ç§÷SíW-ÿDÌ\0ºu³âCk£','',0,'?'),('èúNÎÓRñ*`çÑŽ','wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/ApiProvider.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G¥rc©ýS©Zõ‡µ‘‰5','Ýˆá¾o¦5WG.ÚÇîV·eñ²åòrÀ7ÄÓîÈhýÈ','',0,'?'),('âTÆ<Gß¨Ø«~…s03','wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/DateTimeResult.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','sªÆ°v¯U›â¶ÆñyÅ','\r4nÎÞ¾éÀ,œƒí\0€ìÿ„(&ìG·IWvá','',0,'?'),('‹RLq5@fŠ£Åìã8ž','wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/DocModel.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','²TxÉi¾¼\r@Zx›øÿ','G&€§s#„eÚ;@©ÑÏú¢\rUsò[jZk¹¯\'','',0,'?'),('²é{X¬‡úåàDU½óÌ','wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/ErrorParser/JsonParserTrait.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','dŠt +‹Z<äo·d(¥4W','ˆûËŒ[ag P‘ãú—ú¦s¾AzÐ£Ðv–','',0,'?'),('•2ÎÔ%Ü\rXWÅþž^Éx','wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/ErrorParser/JsonRpcErrorParser.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K¯à©¸ uhwá®ÿ','’ªW9é\n<N-·ÁÜåyý´°±Jº¬¯mQ„{*Gé)','',0,'?'),('ÝeÚONîM§šð4Çoý','wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/ErrorParser/RestJsonErrorParser.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N±õð6\rÃ—ª×J¶\\iP¡','Õ££¸Ìâ.+;ã¸äˆ$ï…Å„ÇtÂV­]ç)ŽŸ','',0,'?'),('ñëFED¤Vâ€•ð@ì<','wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/ErrorParser/XmlErrorParser.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1ÔV}wøú…™mÛ_Ã','\Z™ìfÉå÷¤*ËÄÒÙu´¿ÕO;Æ[Á‹›é’Â','',0,'?'),('’¦z™Ùœ fÒQ§7Œæ','wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/ListShape.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#+b;e.Ô2Ôà','\"ê*¡€„¬‰ô2I¶aˆmT,YKÍá7n£­²ú„gü','',0,'?'),('DÁð#¿®ðz ¾»åˆ','wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/MapShape.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?ž§aÍ-Ÿ†(O?(ôÑX','L},ÊÀÞ{K&UÛUQ©e“W_¸{VeÐ#÷SPÀ((','',0,'?'),('æå»<5´J±Ã4á}g2,','wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/Operation.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Î³¦ÙrrÅÄêŒ¼³2x','[WœèážìÆûù ev¹xÍ‹”´/R{òrÅØµ$','',0,'?'),('Y•ÞÔ|_ö¤b·­s/@\n','wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/Parser/AbstractParser.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','÷²àE—Ì\nÉ¿\0I…q','\\š~«r Yðõ^Û#7ÝS³¡‰­îPÙ;\nº^žÒ™³Ð','',0,'?'),('ÃZ´·zß¯ñcæ\r','wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/Parser/AbstractRestParser.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','wE7Îá5ƒ^a÷;ww%','ðâ÷*\'kîŽKÏ\\¦»Ì¿ÙÉ)¡,Úo˜nbÜòÂæ','',0,'?'),('×Ó=ŸÂõM‡´Ÿ`C','wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/Parser/Crc32ValidatingParser.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','mäöÀï4‘ÖÄWâôG-äç','dlQS«òéb­4ZË˜&¹Z$˜7Q+vìb9$š¼6','',0,'?'),('ý:Þ÷ª÷H­©gëîF–','wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/Parser/DecodingEventStreamIterator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ñ\ZÕÀêu©·þþ®š¾þ','‘n0NÜ«Ó¢E•ãYÊÃ÷êõ›}\\,x¢øñPv¯kH','',0,'?'),('ú}KfE^­?¤Š¦h_°','wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/Parser/EventParsingIterator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÔS¥)ß”@“4+(¢/Ó','œšMþ*¤<ëª\'©¬~Æ%!¼`«ÄinÒ‰û2','',0,'?'),('S¢\'5´™®æE¯XUÊa','wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/Parser/Exception/ParserException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÔÙ|Õ\nKíÁãC2¢ŽûN','%Lô‡b¦†½CS#IÎßäeR°E·P„í¤óe$þ','',0,'?'),('ü’öû¼ìŒ7ñaB~\r','wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/Parser/JsonParser.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4hïwŽú3¥eÝe}‰­','4d§O`î„À™†ÚN´)9…Z^Ÿ),ùãØÆÏåiz','',0,'?'),('‰dK:gËÌ}¤¾@oÆ?','wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/Parser/JsonRpcParser.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¶%ºd&êÎá®Ø4¬Da',' Ä^§ZWš¾@±ç½¶f‘Ììù÷Üe¹jÎm–¿;wƒ','',0,'?'),('ïïËvŠzii ïèóHùˆ;','wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/Parser/PayloadParserTrait.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r÷ö3qPQ$¼4eØ','/Px ”4âÐ¤bêÇSÆø“úLv,+uyüÝ&¡Ñ','',0,'?'),('!ŽfãˆÞKæÀ§?	iPì','wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/Parser/QueryParser.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ö—4µ !§X@A–Š­í','Þqz£œ¬:6Àõ…V*hCJ¦œŽ—•Š”Õ#ja','',0,'?'),(':j%«ƒ­Ô™7:3íC','wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/Parser/RestJsonParser.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\Š„(c½!òÏ˜!ˆÛ','|¶kE÷s¡MLÐÒâºü†¹Ú‰$Æ&Zâ—´™|‰Ó','',0,'?'),('¸´jNçMæŒE-@Ã¥Iq¤','wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/Parser/RestXmlParser.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','uA ­3¦²cG½.¤ßÛ','«)&ýMt÷¾ƒ´óeÁúïÌ¹ñ[¾+H3õåf~','',0,'?'),('zñ *”§š¤ˆ¤Pë','wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/Parser/XmlParser.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','qÝ¯*iä˜ù–t|','m&ØqÀ¸AÓ¨OÀ–!È	yB ×Ï/õÄ7ªKärŽ.¡','',0,'?'),('È@Ã¬Ë“,62Ó2\"©z','wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/Serializer/Ec2ParamBuilder.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*“\0llôªn±±*P\\','„‘Óô¥—\r•WC& ^ïÈÄ4Æ¢í9Ù9Eµ','',0,'?'),('Éú…ÿ!Sq¬ß\0½Å','wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/Serializer/JsonBody.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{ÍóyËõ$ç;´','¤IÉ—íÏP³ü7åf{EA0ÿS@ÌA¿-t®\0µ¦©hL','',0,'?'),('Sˆ’PrÏ·mßsZê¡EG±','wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/Serializer/JsonRpcSerializer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ñ•í–Oé…Ÿõ‘¤ÙH’ž','È|Ž!÷¼ˆÍ|ýð8´¬Š‚›1W8»ø\rMÿî³ò','',0,'?'),('¹	¢Éha´žyzÏà¾','wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/Serializer/QueryParamBuilder.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ó%.ú“2ÒG÷·(kª*','6AAèf³“µ<ó¯ÏyßÖÎ\"ƒ/×±2øÏ”QB$','',0,'?'),('iIV\"™CÐ\n³¾cíd','wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/Serializer/QuerySerializer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¦x}\'r=²=ž‚›£','çK¥¾-I\Z”×¯ú(Kš%ô™™?¶\'_Måñvª=äæN','',0,'?'),('ËÇBD\"â¬×ü¹Rª:½Û','wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/Serializer/RestJsonSerializer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','•ÈMóHé+H}§iöÒ(c+','*<ñ½3{]TZBcTàäNxÅÑž›/bdéÚ<','',0,'?'),('@¾«[0.åP}×.¿¨ªÀ0','wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/Serializer/RestSerializer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~ðQ”ì×X«¼RÄé','C9låìÝ\'Ûÿ\rAEjÇÎR‰~¤„»°úŽt?(','',0,'?'),('´B‹,†Í¾UD(\n–Gw8ø','wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/Serializer/RestXmlSerializer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ž-FŒÃ\nk§Ï\"¬Žß½','¦ò>G¿¤+y)ÚÆþt±úu¦\"3!Î-Ó\nö½ÿîIï-','',0,'?'),('e1“ Eã·]«qÐe','wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/Serializer/XmlBody.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')»Ã®ªhìõúŠÚ*H»Z','oo:uÍÞ!Û2:½2këÜ,@Øëâ´s¸ËÎ‚e´','',0,'?'),('1Yè.YÐ«©Fp».','wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/Service.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','jùy«åöÏî¥VíRoá',']ÓVÉa“oÓÔÜy\ZÂ‹w8àR¹ZÑÚI¨¼m¡NýÑ','',0,'?'),('åcXpeú8F“ÈÞ“/','wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/Shape.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¯ÿñî¼}hYY½òÙQy','éñRºÚqâþ¾¯µ‡\nëßT-Â…n«\rÑg–ú¿Ö}¤','',0,'?'),('¤ÄÍA4¶\nEëeÞ§','wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/ShapeMap.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`˜²ÿ”‰BüU5ëŸµG','Úk1ò¯0»@™¨Ò4Õß¡éKY¡|èT9¢ï‹TÏ\"o&','',0,'?'),('•Ì¿/¨‡s˜fþŒ—˜Îz','wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/StructureShape.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','©3NÉÓAw+WÿsÄN)€','!+jÄÀ{¥¿&\\#ôÄ\r4ËÂb‚%Ù ¸áZ£Æ;Å','',0,'?'),('LpJ«H€Œ¼«ÿqïˆ','wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/TimestampShape.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','…Ï—ƒ¶çêØ‹)Ñ£	\r‘','Neq”·§ÀE.lÇ™™yÉÂ=‡ï> ÌNhàbdô¿','',0,'?'),('Û‹SB˜*ÄSçw[ê#È0','wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/Validator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','šô×C\\E9ÛÌÍ¥xüc\Z','û„¦Ÿ>zA7ÐcúàgÅ¢ê\rj	±k%Ó‚“Žàj”','',0,'?'),('vãÊÄõ»¹…§·š%vI','wp-content/plugins/w3-total-cache/lib/Aws/Aws/AwsClient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ûä/³Ìè™ØÁ6ÀZõûO','0¿\nª_V¤¦³%\0t]wÍÐ¥½º	&Ò½‘ÿGæ~','',0,'?'),('c;âº	µÍË•$æ§Á­eÊ','wp-content/plugins/w3-total-cache/lib/Aws/Aws/AwsClientInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‹.<÷7GL=wj°Á`','žvl\0§5¥=®ºÒ’«Š­ìmÄRQ¼h¶nJâ','',0,'?'),('yÎP½?Ûbæßaö½Ö|','wp-content/plugins/w3-total-cache/lib/Aws/Aws/AwsClientTrait.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@U Bí7*MüÓy›—Ê','\n¯3	·X’±÷šëœƒà›yÅÓé8±dnn«\0‹','',0,'?'),('ƒÌõñÿ)®õNÚ¡','wp-content/plugins/w3-total-cache/lib/Aws/Aws/CacheInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','í9m9Yƒ6ú¢ã´‰!m','É`ñRL›ÓQü’oÒŸ+lÁ—è¾Èy‘¨ÖŸ:’î¶','',0,'?'),('PBÆp¿ÿëŠ_`õ\\5r','wp-content/plugins/w3-total-cache/lib/Aws/Aws/ClientResolver.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','þ–\ZBª-4ø_ì‡©','|kg‘j6?@»fÃ˜|q0¾u^*ùµÎ‹Å¶ôYþ¾+','',0,'?'),('Iß2ßgÕ§¯éƒ‡ÉX{','wp-content/plugins/w3-total-cache/lib/Aws/Aws/ClientSideMonitoring/AbstractMonitoringMiddleware.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ãìÊŒ13L~]£k’µ','TBxòáÕ@Ò1ÝVš˜D‡ÚÑ‚¯TêÀ—gjmÍÄ','',0,'?'),('†û0ºH.ç…Àèƒ¼Û‹','wp-content/plugins/w3-total-cache/lib/Aws/Aws/ClientSideMonitoring/ApiCallAttemptMonitoringMiddleware.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j {‰úý1³ËÖ8qŒ˜','™Á¿ž=žïu…](ÿCÆ:¶]@Œñ[aëCrLúÛ','',0,'?'),('XÁVâÅ¦¹¥œø‡i:¬¨','wp-content/plugins/w3-total-cache/lib/Aws/Aws/ClientSideMonitoring/ApiCallMonitoringMiddleware.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Øj?––-¶{¸ì”ªÝ¤','2Db©R‘õ«‘Œˆ©rRÐHÖ¼JFž¤Üax','',0,'?'),('$BaÞ±”Îé`é%¥G','wp-content/plugins/w3-total-cache/lib/Aws/Aws/ClientSideMonitoring/Configuration.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C]aôÐæ¬¸×‚5Ò;Ø','øÓdÞTñÁ–¯|Dƒ|¥ƒà™\0)Y)þ¤\r[•Or?ñ','',0,'?'),('tŠîŠ1?„8Û%,¹','wp-content/plugins/w3-total-cache/lib/Aws/Aws/ClientSideMonitoring/ConfigurationInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Š…üOF©¼ÉP~vï','+!UŠ!.¹]0£`ÄWB\"V…œ…g´DpÚ½ðÞŒ','',0,'?'),('¢m¸%ÕÑ‘ø<qNy*p','wp-content/plugins/w3-total-cache/lib/Aws/Aws/ClientSideMonitoring/ConfigurationProvider.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','HwúTZh¼¤‹\n;…Ú','n+5YÀÃlr.ÒSYûŠ1*—šðU25#)»HI¼ô','',0,'?'),('Å†=VB¢j¸+`¦žãÀ³','wp-content/plugins/w3-total-cache/lib/Aws/Aws/ClientSideMonitoring/Exception/ConfigurationException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','TÍŸ÷òyE»)ž^Š”—','A¹2ÕÉtû(nYF8vdûžá®g}a‡Úz®[¦Y','',0,'?'),('F`ðAçn–‘ûã‰rŠ†','wp-content/plugins/w3-total-cache/lib/Aws/Aws/ClientSideMonitoring/MonitoringMiddlewareInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5XQŽý*Œùþ‰Ì“','CZôA7\nGÝÙŽYá%¬‹âÐ.¶ŠÓ¾m»Â…Ô›/','',0,'?'),('±¹¬‚È}Â>8:]Ú=s','wp-content/plugins/w3-total-cache/lib/Aws/Aws/CloudFront/CloudFrontClient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U$BäPøy„‘G¨(Èÿ','F½a¦&W\"T[\"\0TvoÑuˆ”††Äã›žhÉÿsn','',0,'?'),(')7kG{Š!¬\n2aZŸE*','wp-content/plugins/w3-total-cache/lib/Aws/Aws/CloudFront/CookieSigner.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','•šÒ\\7ø/:zÍ*D¾E','‹h—SuÜFQõâãÞáVé£|h\ZïÛÍäT1™Z','',0,'?'),('KRÂx\'Eó´%-UÎ%2ƒ','wp-content/plugins/w3-total-cache/lib/Aws/Aws/CloudFront/Exception/CloudFrontException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M@3jORùù¿ù^Þ.ô','‚RtÅ°Ú{àZ¬¦Žj@J”‰abPQª\rõ.\nY','',0,'?'),('Fâ\"†\\850ˆ­:½¾.ì','wp-content/plugins/w3-total-cache/lib/Aws/Aws/CloudFront/Signer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','RUf½«	ƒÆQ¾b¥þ%¨','Ôàî)<D|«9€!\\y]Ï8¤ürØ\rÖŒ[ŸÂØ','',0,'?'),('¬»Ž;Ðz>3q¢+¸Ô.œ‹','wp-content/plugins/w3-total-cache/lib/Aws/Aws/CloudFront/UrlSigner.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{n½Â|’`D®¹,úu','ïIù¾×®XNÑNw—±ÏO¨Û€E8½b]{ô¬ÂUÉ’','',0,'?'),('õ¯ù{îV®¶éO¹åµh','wp-content/plugins/w3-total-cache/lib/Aws/Aws/Command.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‚·Çút»\0Äv´Oh]','í•`rd‰åÂ™‹áoœ1ZÈ\\µ–\"l7Ï­Â–Tüš','',0,'?'),('ÉØ›ÀMáSFª™µÆŠNµ','wp-content/plugins/w3-total-cache/lib/Aws/Aws/CommandInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ú~y*óHqïb¾CW',':K¥2[5éþÖÛ¹¹QÔ‡ªò6pÕ³XåKøßÐ¬Â–`','',0,'?'),('_ßMÄÓ¼^ô>å sñÄ<','wp-content/plugins/w3-total-cache/lib/Aws/Aws/CommandPool.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ˆób^¯h¤ƒÉhß!{','DcµË.ðÃ„.|®ÿY1v\\©ªqŸCz_ç¥÷W','',0,'?'),(' øôo`ÂžX$vàGVN,','wp-content/plugins/w3-total-cache/lib/Aws/Aws/Credentials/AssumeRoleCredentialProvider.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÒÛ-Éÿ_þ pqÎ‘%ÓB','=E)\r÷•Ÿ/–að\"*! ¾§üß Þw,²¤Ã†zÃ·','',0,'?'),('ÈQ[¹ÖÃŠüB`3*¯~U','wp-content/plugins/w3-total-cache/lib/Aws/Aws/Credentials/CredentialProvider.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','½¤Sñ÷£n,QûO:~št÷','´ñ	ÚÁ«}ÚŽZPÔØ¡‚ ±*&¯Íì%½G‡/Ú7ø','',0,'?'),('mjÒCóú]‰7ZÀŠì‰','wp-content/plugins/w3-total-cache/lib/Aws/Aws/Credentials/Credentials.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<6	¦¥~ªŽáÏ¦5_Ù','ÑšV!5€çdºÍ,óÔ­ÏoÄ`Ç£IPJa½¤Q¶w','',0,'?'),('KjLFÕýÌJüàÛ˜ž','wp-content/plugins/w3-total-cache/lib/Aws/Aws/Credentials/CredentialsInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*ä“Öbã¬S\n<è,ÚÜ\n','ÐkÛ^”XºìêOo{># kŸS— !s	t”k»(<•	','',0,'?'),('(ï\0G8ÛOË%B¬¹','wp-content/plugins/w3-total-cache/lib/Aws/Aws/Credentials/EcsCredentialProvider.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k=,ÜI‹ó(OkJŸ¦S','c±ÿë\n»$‰ºçÈ‚DmÍÆ>]½)üˆfÑ\rÌ´Û','',0,'?'),('\\)ý¯I8îhFà,e²ýY','wp-content/plugins/w3-total-cache/lib/Aws/Aws/Credentials/InstanceProfileProvider.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÈÔ«288€?aß­GÖL','ëõ®Ï*É3zù7ŽS¿šÊMß@’v@‰oPÝ_\"&§','',0,'?'),(',*À\nÖ3.‡ïS!¬ö','wp-content/plugins/w3-total-cache/lib/Aws/Aws/DoctrineCacheAdapter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','øt\'½\\¾ë§œÅzŒ7N','Yð„-b#Þû¾—Ï{|½ž!€åÙ©ÑŽdË^hu','',0,'?'),('t1­„ÞàÚÉõR•ÞòÛ','wp-content/plugins/w3-total-cache/lib/Aws/Aws/Endpoint/EndpointProvider.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A#™^ú\0íƒÛC€¥Ž?ç','õîû>š\\ÈE«ÂÂ/0ò¸ž™¥t,’Ú¨#$ƒ¼j‡.','',0,'?'),('fÎ°¥4 ƒPmØT®;k”','wp-content/plugins/w3-total-cache/lib/Aws/Aws/Endpoint/Partition.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6L(©‘	È€:ÑŸfŠ','~àV`ø„Ü®ã%nJ&SÚK>y£ÁS/bÍaj¥é','',0,'?'),('0ÅisõîŒC\"­y—','wp-content/plugins/w3-total-cache/lib/Aws/Aws/Endpoint/PartitionEndpointProvider.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Æ›Õ%í‹´.ÀÈ„•ë','~dãGo`Xppßâ	³™Bxå-/øJZ÷49}Së','',0,'?'),('(\'¢ÛkkðÔ¦´hØ7+Ñ','wp-content/plugins/w3-total-cache/lib/Aws/Aws/Endpoint/PartitionInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?vm—U–?A”Ji?','{\"0õ7M@IM’OÜjo|yJ¼ð˜`Ãb','',0,'?'),('rüsVÜèJÃe€—Ž,<','wp-content/plugins/w3-total-cache/lib/Aws/Aws/Endpoint/PatternEndpointProvider.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','OñÍª\'ºë´n—…V­]','ì`uhÜñ{ë©&Á\ZÒˆ<Ö\0J˜‡ÚrÜlô‚·¦Å','',0,'?'),(':,ö2ÝI,/ç¨Q\ZG¡','wp-content/plugins/w3-total-cache/lib/Aws/Aws/EndpointDiscovery/Configuration.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÐÇÐØ qØˆØêC|…N','øª):+®8w@àµü–1ö£ôäáR%©5Ê¶9K\"v','',0,'?'),('9ÉtQú•->\'ÿ}µ\Z±','wp-content/plugins/w3-total-cache/lib/Aws/Aws/EndpointDiscovery/ConfigurationInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','úØb`Äu\ZUÕŒâ®÷9','Ñ\"ûgv2›‹í¯å‚#RvSÍ}çgB¼Fï°ê','',0,'?'),('ýìŸVÞOþñC¾$þŠb','wp-content/plugins/w3-total-cache/lib/Aws/Aws/EndpointDiscovery/ConfigurationProvider.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}äW%üÁ=„Ê¢ezJ','š:	\"rÓ¢á®RÌ¹½,ƒ¼“¦[5Î/Úî^Ô','',0,'?'),('.p%ïÃÄƒcxqÄïíƒÔ','wp-content/plugins/w3-total-cache/lib/Aws/Aws/EndpointDiscovery/EndpointDiscoveryMiddleware.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8±•˜4\"Ü¼Ct”—ŽK','Æ÷Õ[O˜Y÷9Èõ-¢Æ¸š^å²/w/‰ýr','',0,'?'),('!W²hñ(Š\Z¿Š¶‰¢','wp-content/plugins/w3-total-cache/lib/Aws/Aws/EndpointDiscovery/EndpointList.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','«R\"þLôCWŒ¹½}Scµ','Úæëô­æÂ7œõû‡[Ÿå?Ê#¢Ÿú*)ÉSšåÆwˆ','',0,'?'),('èhš?ñ¤Õi•ºæì™','wp-content/plugins/w3-total-cache/lib/Aws/Aws/EndpointDiscovery/Exception/ConfigurationException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','œiú™ÖË\\Rd2V2”ÉA','øûfÞ4Êó²ñÍ¶º%ÞiÝ<—iòDR-¦-ÞÀà+‰','',0,'?'),('.–ÝKB¤5§ó°ù9‚Y','wp-content/plugins/w3-total-cache/lib/Aws/Aws/EndpointParameterMiddleware.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ˆ®Â$ÂL­ÆÔNø%H–','TïBð—Ç+‰SÁ£0ÚXUƒÉ†W¡Ç§¶ôJ','',0,'?'),('`ŽUºµë/ÍuÄ’³!JÂQ','wp-content/plugins/w3-total-cache/lib/Aws/Aws/Exception/AwsException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hÎ|½ècFüZ*ö;úãª','ílzuÃ~gãÐ«ÞeÈ|Z*ìcî&ž\n½í-ªò','',0,'?'),('–D–û‰iâÊÆQCäOÃ','wp-content/plugins/w3-total-cache/lib/Aws/Aws/Exception/CouldNotCreateChecksumException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','fo–·UN’Â6è¸Çè:ë','ÿ£0rNUÍ</¿/<F¸ªùû3T(«q¢@6¹°e','',0,'?'),('4dßbgjÞ†0Å^üxÆàØ','wp-content/plugins/w3-total-cache/lib/Aws/Aws/Exception/CredentialsException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','mË&mZÄÓ~Ê3\ZŸ','hÚ/,NMRíùúŽ=DwÞ1Ÿ‹¹>”¤õQýÊqil\"ì','',0,'?'),('Œ!!§(€\'‡š!e½;¨U','wp-content/plugins/w3-total-cache/lib/Aws/Aws/Exception/EventStreamDataException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0Z¡hw;	Ëõ(¼6;]à','vžÒ²>„o¿çÕ6+Y:jÉ-	·ó§>…ó»nuJ','',0,'?'),('÷4\nB3âfj	ÐÝÚ.','wp-content/plugins/w3-total-cache/lib/Aws/Aws/Exception/MultipartUploadException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Í]Yq…\nãð­oË¶ÇÌ','V¸¸C“—…µµûû4j°E£¼î­v=“¬>','',0,'?'),('ìgÈ°qgNwcnØî“µõ','wp-content/plugins/w3-total-cache/lib/Aws/Aws/Exception/UnresolvedApiException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Óo	ãããIÓÀú¾øæ,','-R½D&2[:§½q$4‘ÛòšZã‡3r}:','',0,'?'),('í!sóx‡×•«xòÍ¨\r','wp-content/plugins/w3-total-cache/lib/Aws/Aws/Exception/UnresolvedEndpointException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ök\0io¯óàèþ¶óýnÜ','‰\'XÔR€“0Î\\h;;[.ä‹ø\'<EÅˆ‰Q-áÀ','',0,'?'),('*ó¾0\\úÏ¨ú^*1ª6','wp-content/plugins/w3-total-cache/lib/Aws/Aws/Exception/UnresolvedSignatureException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','†l*²#5MÇ&K.÷ú','L{¾@q´•l³ø…­f²æ\'ŽF‚_óFÿˆu“','',0,'?'),('ß“¬›½nqf;z~µAô','wp-content/plugins/w3-total-cache/lib/Aws/Aws/Handler/GuzzleV5/GuzzleHandler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}Äi­ ÇÀ†ÄS°{ˆk‘','	¨f$ù‹S–°<Š¸»{#Ÿ9ˆotÿšï()E$¾SbÎ','',0,'?'),('S)í³O\\‡;b6…\n?ÈÀ','wp-content/plugins/w3-total-cache/lib/Aws/Aws/Handler/GuzzleV5/GuzzleStream.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ågÓžÓ¢•KeøÌËß','¿/_ò·o‚~tÕz 	6—9±Mù\"÷ `Cˆ','',0,'?'),('*e^pÙñ\'ð„ï@·¯','wp-content/plugins/w3-total-cache/lib/Aws/Aws/Handler/GuzzleV5/PsrStream.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‚ç93¸lóö_àB•.î','u¡wÝ‡0QB\'Wšïàª	»4T	3W{M<aTQ“8','',0,'?'),('¯rsë±ôÒ~63©2í}','wp-content/plugins/w3-total-cache/lib/Aws/Aws/Handler/GuzzleV6/GuzzleHandler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|ñ­øE ý°ÏÐÚÒhû5','ï›ÅøR\\ÒÒ»ŸËxÓG©½w¤ˆRÁsûÍÉqÕ','',0,'?'),('’}á²bÆÅvê†Šj5Î','wp-content/plugins/w3-total-cache/lib/Aws/Aws/HandlerList.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','·ü×jx¿žh6ÿ3\"–¨3','LÚÒ4‡‚ðÅ÷ý­~2pÿÐ(ÀH?z#rð¤vJh','',0,'?'),('_¶Ø\\rk÷ö˜“ÓžðÙM','wp-content/plugins/w3-total-cache/lib/Aws/Aws/HasDataTrait.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'}Mw‚òBŒ¨AMW0Ë_','XwàÑÃf²õv´È\\7YçÓóÈ\\*6›žmd³gÛÎà','',0,'?'),('€åäxÛ¨™Q7HÂ\rÇ','wp-content/plugins/w3-total-cache/lib/Aws/Aws/HasMonitoringEventsTrait.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_[©ÿÜ.êâ‰ûöDf','»òÿec¨wIÓbýX[’=A:6vcéižÈï	[','',0,'?'),('kNÙë0ûƒ\ry®x&y','wp-content/plugins/w3-total-cache/lib/Aws/Aws/HashInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','WÑCIC±êYƒ6Lv.àrá','`p‡·/ýìõ…µ·™M¨BSt !5z@„ÙLèŸH','',0,'?'),('¬‰÷‚øsGGá^`Ne','wp-content/plugins/w3-total-cache/lib/Aws/Aws/HashingStream.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','aÏ¨‹p(ì…FÆ>•ZÖ','‰RLôBßÜŸ\'­_CP\Z%w™NH“iL—Ä[','',0,'?'),('g7-Z&gêËŒ9üôÏ','wp-content/plugins/w3-total-cache/lib/Aws/Aws/History.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`¿\ZÙÙÐŽgÊG¥æ“F','ŠeÔ³]y·­TQ¼{LÖ*<öc·T”eÕÔªêß','',0,'?'),('ÊñyÇ;Ã§M §P“;eÌ','wp-content/plugins/w3-total-cache/lib/Aws/Aws/IdempotencyTokenMiddleware.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÕE¯xúB7êÕ¥°Ii /','\0ì	ûÅwÜÝ…Þ¯£µ<[–¢<AÍßjÛˆbd\"­ó','',0,'?'),('q5Pyñ˜ûï[ZÕçkÃØ','wp-content/plugins/w3-total-cache/lib/Aws/Aws/JsonCompiler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','qœãÿìTÐ a!óÑÕ& g','MÀ³ÃbDòE4–Æf´–ã¢`šÚçù9¹¿R','',0,'?'),('N”•zBmø8éWñ¨œ×','wp-content/plugins/w3-total-cache/lib/Aws/Aws/LruArrayCache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','FK¶<QÌ^?}É²ï','ïj1•C¶`¡E4©ÄËœ\ZUSù`×¹´|Œ€WÃ†²M','',0,'?'),('vw·Êic£÷îØ4‚ã','wp-content/plugins/w3-total-cache/lib/Aws/Aws/Middleware.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¹né:õc&ŸEªŠÍþ','}.…É`Â™¶…w¢ý-rz9ñMÄ.—‘Œ™¬Fê\Z','',0,'?'),('imL¿`ã‹¯á3ƒ†©5½Ô','wp-content/plugins/w3-total-cache/lib/Aws/Aws/MockHandler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|ÀrA²]˜??Þ!¿{ä','¦®áŽä˜ÔqèmhRŠè48Ò¡ˆ½~uëð‚.¯)','',0,'?'),('Öè.¯mI×ÖuzŒ4ò;','wp-content/plugins/w3-total-cache/lib/Aws/Aws/MonitoringEventsInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¥4ÕùJÅ2ïyÎ&','¤/j{hl6ó¤ÎE.À/Œª…¦‰{Ô{’¾ìP9î\"','',0,'?'),('(ï\n²îƒœž]Å£èˆd','wp-content/plugins/w3-total-cache/lib/Aws/Aws/MultiRegionClient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n°µ¶{§¶Ýy		7WÉç',')[÷˜|Ø(×j¦hkhN	î9é˜Ÿ±…J&›~UÏÃÄ˜','',0,'?'),(']:oT×Š7»ˆ‰T4fù','wp-content/plugins/w3-total-cache/lib/Aws/Aws/PhpHash.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','qû	@*ÜÌý¶ø©Ðm','?Ìh@6i;¹²;Úü(Iï%¼ßMÞ³¡Ü%z\0ƒEõ','',0,'?'),('`‹Pj}›¦`&q4^³ùÚ¶','wp-content/plugins/w3-total-cache/lib/Aws/Aws/PresignUrlMiddleware.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','™äXB8!^N‘±Ò','c—þÅm}ŽÊnÙøAfN;%Ò®N-^Jv7','',0,'?'),('Îh­9õV‹¥H’æUEG','wp-content/plugins/w3-total-cache/lib/Aws/Aws/Psr16CacheAdapter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6*)º¬94\rŽ—Í%','âÒ´Ší^\0¾¤’ºtÃÝö`‹™Îâ;ÄÞj·Ô²æJÎ','',0,'?'),('¼f€5”rôÌ¿Ã¸ñ*g©','wp-content/plugins/w3-total-cache/lib/Aws/Aws/PsrCacheAdapter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ê®Ü«²Â 44¹€','mªõq>C×ÃŸ~udŽ¹ý acH~«i½úiÈ','',0,'?'),('½\nCÁå×Ç‚Åœùg“Ê[è','wp-content/plugins/w3-total-cache/lib/Aws/Aws/ResponseContainerInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','–î2tÝÝ¥Cƒ÷3»','o+˜**¸›¿HÂÄÿ ±ÈýÙUì:\Zw$!Ü¢«b','',0,'?'),('ÄËmºƒã«já$ÿƒÛ†','wp-content/plugins/w3-total-cache/lib/Aws/Aws/Result.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6tî\"à¶ÄsAA:†C=','•H>ß9!äÓû¢Ó/ç˜\\y,,ÍZdÅ¤í\08ó=','',0,'?'),('âBc é‚A}EðoGòMF ','wp-content/plugins/w3-total-cache/lib/Aws/Aws/ResultInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D½¡H+àT`5Â`‹Öž','Œ`ôµnIò¢p„vC\0r…VÓ@::«Ã•?\0Š]—:','',0,'?'),('l´¢ß•ÎÌDi!3ì','wp-content/plugins/w3-total-cache/lib/Aws/Aws/ResultPaginator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')äˆÀøA²¹Rjó‹Qï','\Z±”zÂÍYx,Ieƒ_#;ÝŠg×\'÷=H\0!','',0,'?'),('y–´ôWàœùà¯…uMu#','wp-content/plugins/w3-total-cache/lib/Aws/Aws/RetryMiddleware.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4Šá¿EÊÐ±ÍZ¾Þ)','+Üˆé¡‘¢{ÓÜOùbô­BX&‚¥›t_	@Efº','',0,'?'),('?¯ws)3¼H>§+:J‚Â”','wp-content/plugins/w3-total-cache/lib/Aws/Aws/S3/AmbiguousSuccessParser.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v–½õ¦¸…hTIÁ›','$9N •æU\n#¯X@µÌ^Ü&YrdÿÈÎCá\n…','',0,'?'),('k½øçé?DÀßG‹ÈïD^','wp-content/plugins/w3-total-cache/lib/Aws/Aws/S3/ApplyChecksumMiddleware.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','½/Bá:ui2=¦K•òÎ','ÕêÑýšõWÛ\Z¸¯ðZ‘kAà‹¹(	pz#ünæ','',0,'?'),('Ðó³»¥ú—Ë]‰i´±v','wp-content/plugins/w3-total-cache/lib/Aws/Aws/S3/BatchDelete.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Iê>í¯gÿyàëF]¨q','\nì8_ž©C\"´ž®XýbÓ]Œ¾º“Ÿ:äO1Àº–','',0,'?'),('Ú=¸\\m&þVO™³}n|4','wp-content/plugins/w3-total-cache/lib/Aws/Aws/S3/BucketEndpointMiddleware.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','§:¬Ó2àyÒw-a¬','5Z	“©ïõ$¶ÎšÅ2ã›ëÈŠ°TV@ãÌ','',0,'?'),('zxÓÆ¹†f.2Qgÿ^ç','wp-content/plugins/w3-total-cache/lib/Aws/Aws/S3/Crypto/CryptoParamsTrait.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÃqhÙÀ–\0TŽüÏ/X','}5g©2xx~dƒUàkÅS8<Z<#,|#qA¯2H{ÖÖ','',0,'?'),('Ì	Ç—K¬«á5LÃRPF','wp-content/plugins/w3-total-cache/lib/Aws/Aws/S3/Crypto/HeadersMetadataStrategy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','±Í†\"àß?w}ºXƒÀ','Ä¯Œ75t\\ê+eÛöO!czJµ>°¸\0,Z½ü¶','',0,'?'),('Â6\'9->«\'&2¸Õâ%','wp-content/plugins/w3-total-cache/lib/Aws/Aws/S3/Crypto/InstructionFileMetadataStrategy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÿã(ŒwÐÀœ¿ïúë','ê½qø×0lW}\"âtÕƒó“Æ&›fž¥A=j›,','',0,'?'),('VÚQã<Ìô‹z…ï—¼\0','wp-content/plugins/w3-total-cache/lib/Aws/Aws/S3/Crypto/S3EncryptionClient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@Ç(^›0nëÇQ«µñ²','9ôÄqŽbQp¶\"ÀkM\\Óós¡n¸OïO€Ô£õ-','',0,'?'),('ðUšec\\å*W[û£, u','wp-content/plugins/w3-total-cache/lib/Aws/Aws/S3/Crypto/S3EncryptionMultipartUploader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÜÂ3fÔkÔ¦ÕÕéWìe’ê','@<ç\'¬û!Oê¤@àÀà0\"xÅaÇêü%','',0,'?'),('\Zh•æ527Vø¨…\'Ø','wp-content/plugins/w3-total-cache/lib/Aws/Aws/S3/Exception/DeleteMultipleObjectsException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÎÄë<pýÐ|+þkNzM','ßZý•¼„q-Œ­¾¾€kM(\Z	-Ûs?8†','',0,'?'),('ËÕ¥°Ù.þ‚¶ÚÄ Q','wp-content/plugins/w3-total-cache/lib/Aws/Aws/S3/Exception/PermanentRedirectException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(+2õÔe2z*v£.G','rj$P%Üã´‡gþHÄŸêD×[£›ºóŒÎºôÔ(+Ï','',0,'?'),('?2ß\0QÉDfòUE8©9','wp-content/plugins/w3-total-cache/lib/Aws/Aws/S3/Exception/S3Exception.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','çf@Y¶ysqÑÿîò0†¤','²ëÚ\rjà¥‹G‘” ÀZ[5È©£XöS›ÂªyÊß','',0,'?'),('ÄQ/w§Þ=ÞÚ\'2ŽCÐVv','wp-content/plugins/w3-total-cache/lib/Aws/Aws/S3/Exception/S3MultipartUploadException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Lƒ+Z„µ¼ƒÊ¢b¡','Ì>¢¸V¾¤ÝÃÙŽãúæÍº­$ÂQùöÙÑnÈ ðåžð','',0,'?'),('àiÌ5Áâ0½Š)nç','wp-content/plugins/w3-total-cache/lib/Aws/Aws/S3/GetBucketLocationParser.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' }IÈú3ˆ2Ž­ÊõxNy','†ñPèrÀ·Cz`ôÇLÊÓ×À%ãPÿ¦ŸÛ¿[i','',0,'?'),('%K1^6Xa™ïEÉ¾çúï','wp-content/plugins/w3-total-cache/lib/Aws/Aws/S3/MultipartCopy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' ÇšÚ#­’ú?`í±þÓ\'','÷Ìƒ¹äåÒs¶$ý¡íÁHÌ¯Î»G:PMÕW|ø','',0,'?'),('ø	ÂŸZ`KRÌ sOxÌî','wp-content/plugins/w3-total-cache/lib/Aws/Aws/S3/MultipartUploader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¹RÏÞg\ríìO³YS]Ú…','jî]‡19U	êWÖºÇ³¢KÌ@ÖþÈ¤šÑQx\'Šä','',0,'?'),('-Ñ$\0ÖÈ2¶\"ŸÎ KKÜç','wp-content/plugins/w3-total-cache/lib/Aws/Aws/S3/MultipartUploadingTrait.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ãždÜþþDÓeÏLŽÿ}Ú','³Í\"ÜóI¢8ßqáå\0´ã³ŸõàÜý”z\"’Ša¸¿','',0,'?'),('ØFp›«n`NŽ¹™bjñ','wp-content/plugins/w3-total-cache/lib/Aws/Aws/S3/ObjectCopier.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','­œ)dÔä—÷\'bþÅ$½','i&¶µPS-ÂÉæeÂjì’ÞþmòÈ„Üäù\"“°ü','',0,'?'),('ŸïÜ¸SƒNÞ­›í','wp-content/plugins/w3-total-cache/lib/Aws/Aws/S3/ObjectUploader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i2Žÿò¢zöÆÉúõ!Ë','¹C”ƒå†I{ç¯’z‹YýSÖY‘ó>ú\ZQ*{¹iÒ4Ô','',0,'?'),('IÕ\' Äm7j÷V1û÷2(','wp-content/plugins/w3-total-cache/lib/Aws/Aws/S3/PermanentRedirectMiddleware.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X#\nµ2®àzª4(ß«(','W=ŒŒ¿d6´ÛÚrôÈÌ³8	æj•©Ün}¤ƒš','',0,'?'),('\'®]¤]ÏãDèrv¢ñ-','wp-content/plugins/w3-total-cache/lib/Aws/Aws/S3/PostObject.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','™èÚ?{Ã„EŒù¡Íz','ì¥r¶1þw-£ãJIÈ=¸†yðQæÝƒW-¡Ç¤9°','',0,'?'),('ÛÿdT“_ò™–W1ßv','wp-content/plugins/w3-total-cache/lib/Aws/Aws/S3/PostObjectV4.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X0D¹ÓüYØâ³T\0¡mÿ','nu«W»¦~ž¸Eak-–5´ÌgDÞÔN:N)š#ki|','',0,'?'),('ÌtÎ.6„¯ìRïj[é','wp-content/plugins/w3-total-cache/lib/Aws/Aws/S3/PutObjectUrlMiddleware.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','cðm7TñÕ±y¢ì–šOá','„{u%+å~íÂT™Ã8 ¾<`oQg¦‡WHæÕ®','',0,'?'),('3.þ»…‰	1›Å9”³›','wp-content/plugins/w3-total-cache/lib/Aws/Aws/S3/RetryableMalformedResponseParser.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‹åäí²›¾wÌg@ËˆŒ','@-gÏ¡]ÿrè	ó¸ÁÎËe¼4Ít÷^ö5„|o+','',0,'?'),('OJo«,Ë d™[-Å‘õ™u','wp-content/plugins/w3-total-cache/lib/Aws/Aws/S3/S3Client.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','°®Ê²”>9­ˆa–·¼©','ø{Š{r¯+¿õÛ½©S†ºè$ü‰fªtn¡ŸF)>ô¼|','',0,'?'),('\0êôçs¨Š£›EÝiÂ¹ã','wp-content/plugins/w3-total-cache/lib/Aws/Aws/S3/S3ClientInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@Ÿw(Œfªp–tc`é','#\'ÄÔß½d_pOýöñ¡uñµœO…¦¨Glq+','',0,'?'),('Nú¨¼JPÈÙ1A,I','wp-content/plugins/w3-total-cache/lib/Aws/Aws/S3/S3ClientTrait.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','qU“+\ZÇ\0¥×2xï‹ÿµ','JÏ¶åqþÆg±íÓšWN¯±”z²Í¸§mC\n\\d“','',0,'?'),('3âw¨ž}¹)SeÆë','wp-content/plugins/w3-total-cache/lib/Aws/Aws/S3/S3EndpointMiddleware.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','éCˆÅ¶\ZàaŠûÝt·:$®','ÖÆß¢LI?¹&[—×G§\"ÓÕZû¢6s÷ÒT','',0,'?'),('5íÁY6ÜÑq•ø;øg‹á','wp-content/plugins/w3-total-cache/lib/Aws/Aws/S3/S3MultiRegionClient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9Ÿ€¹{2ûÙ½¡¿Avú','ƒ\ZCË—·Ž¿(Fhx¸°O¹M9ôÄŸ2ÝÇâ¯¬WØW','',0,'?'),('Rí\'¦$×$‚ÍÒ¿“—Î','wp-content/plugins/w3-total-cache/lib/Aws/Aws/S3/S3UriParser.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ñB‚šÁU$]jõ','êËyß°à+›•”ÍØÃjoP‰	>ÿIIrÀ­{r¯','',0,'?'),('T1Áª‚Ch~Î\Z€Ýë6\n~','wp-content/plugins/w3-total-cache/lib/Aws/Aws/S3/SSECMiddleware.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G:5Èn:Ñ\0,Óµ|Þê','Y÷xñ\r»†!)žÑVº\r@kÛqiÄ&ÆË;U!Ï¹­ñ','',0,'?'),('Fm¶%µº\\iý³¾\"','wp-content/plugins/w3-total-cache/lib/Aws/Aws/S3/StreamWrapper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ïolW[‰JœÅ;šÜ_','HÆ¡á/nob·ÏOÅÖaF~¬1³QUòï\'FqöTØ.','',0,'?'),('§Éðgqq¾‘¨a´W)…ÙJ','wp-content/plugins/w3-total-cache/lib/Aws/Aws/S3/Transfer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|­Ì F\ZÚM’ƒ:I','¢!ç“°‚H©U	à	ÍÌSJ\\’X!7—cƒÊy¬OA','',0,'?'),('•yÄ‰¼I•!aa¢`8','wp-content/plugins/w3-total-cache/lib/Aws/Aws/Sdk.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','FüÝÞ2yCv¾ŽÉ÷A','¹^N\\Sãï/15Sºm\0ðhÂ<‘ôA½lf€€\r','',0,'?'),('ûÝ‹Ô*á\ZZÒ\"Ãß‰','wp-content/plugins/w3-total-cache/lib/Aws/Aws/Signature/AnonymousSignature.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h·]?ÀÛ®cDUhÂî/,','¦X…=ÈGwTwq®kÜp³3úC¿óý”ñ‘Ðà_j5','',0,'?'),('ÖºG‚Ýû0LMV*`','wp-content/plugins/w3-total-cache/lib/Aws/Aws/Signature/S3SignatureV4.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=ØÖõLy?”‹Ðpú¥jÜ',':/™MžJŽ÷m³ªÿšÞÅ¶SkF±?ÝZ›fq}½','',0,'?'),('Ëù©£¶	”âÜ:B%¸(','wp-content/plugins/w3-total-cache/lib/Aws/Aws/Signature/SignatureInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G¿h6îh¦ãÀñ³tn','3÷b|)‘Bü[Cn!Àœ¢[f}«‘+ë•²#™$µë','',0,'?'),('w#C°ýÅIÿnTÞøŸ¾','wp-content/plugins/w3-total-cache/lib/Aws/Aws/Signature/SignatureProvider.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','—8œÃ~ÃcÄïcX/š','Zù¨sçqÕÅ¹ÿ§†2 œVj9KC÷ê²^#Iá','',0,'?'),('_÷»	F1ˆàÛ6Ù§ê','wp-content/plugins/w3-total-cache/lib/Aws/Aws/Signature/SignatureTrait.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ñ=1\Z77ñÈY!žüˆ','§ëqù.T±Ñ	÷ÖGÛ‰ÂØ‰ÝiÒnþ¤a(Ì‚rJTñ','',0,'?'),('%ñ²¦ï*^ªµ\näNà§','wp-content/plugins/w3-total-cache/lib/Aws/Aws/Signature/SignatureV4.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','éUÕñúh\ZŠsƒPÜÏ','ÈžÁ«þËÜ0€Z1ŸÙ×™ ×B_T«ã+jeC7Z','',0,'?'),('Ñ±T–ÄEPÊŠ;ËÂÏáS','wp-content/plugins/w3-total-cache/lib/Aws/Aws/Sns/Exception/InvalidSnsMessageException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','è^¡¦š!+UblÀçN','Kðm{õ‰­ÉÂ\ZL™éÚp-GbMÌE3Ý\"!RØ','',0,'?'),('’môÞ ™BÆc°¡@#Ð','wp-content/plugins/w3-total-cache/lib/Aws/Aws/Sns/Exception/SnsException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','EH>f\nX«’#†‚ß¶.','³\\fZUZÂÃ…ASeêÔÏ,íeäP®Á!ia','',0,'?'),('2I{P?ÅˆÃfR*è>jO®','wp-content/plugins/w3-total-cache/lib/Aws/Aws/Sns/Message.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¢óc»±ÛˆÓCê”,7r','ˆÖÇá\nÖ¾×xF†ƒñMôG§@Ú3¯ŽÏl§t×¶','',0,'?'),('ÚƒmEHùù‚ªT¨zÕt','wp-content/plugins/w3-total-cache/lib/Aws/Aws/Sns/MessageValidator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','aå¤LÜVóE¤˜Ik','Ff*Aû±hí¤€Ô¨`6Þ’ò–(ÿº3šº÷îÿ','',0,'?'),('­Lì/è”Ô‹Ð¤Ð\\šØ','wp-content/plugins/w3-total-cache/lib/Aws/Aws/Sns/SnsClient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ì™ÕÞ\"#ôfOúp\Z;','»\\€ZéKAF=Añ|;/\"´3cÉ3xëu$ÔNñÊ¥','',0,'?'),('aÅ|1Òdf.e\Z ï','wp-content/plugins/w3-total-cache/lib/Aws/Aws/TraceMiddleware.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','sáDÎTòù¦cÔ­õjMJò','5ÄI¤Ãý­æ}ƒ¹\'Ä½,7A¹¥¯¸ÂÉU\Z','',0,'?'),('xÅP¶ÊQ\Z`7\"}¸òyV','wp-content/plugins/w3-total-cache/lib/Aws/Aws/Waiter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','š6Ô\'`Õ{˜guŸþVjµ','”{7|ûÙÖþ1#…†9j÷õ@ú\"BÑSe·','',0,'?'),('#@qFÔáx~åð\"^ä','wp-content/plugins/w3-total-cache/lib/Aws/Aws/WrappedHttpHandler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E½Af“$„²Ž®“\"=å5?','áœm7\'f×l(7D= 4¶:ž[D¹¾y™ý=‰…','',0,'?'),('ã×ÛLÍÊu%ß×rW…','wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2015-07-27/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‰E$b4%hQ×ŽyÇ®','©ta²-R){egÊÇù}@ÏéÌ²åÏ5L`ë,','',0,'?'),('‚ã±O[-E’‰‚\\$²Ö','wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2015-07-27/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','íŒmYdÖøRÓßYn—ý','{’\02\n9èÈ-5„ªfá¦tA{ÅcsLQß&é','',0,'?'),('ßêãûVÓÿ½Øý+®ö‹¢','wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2015-07-27/waiters-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','µ4X+×ãœôóå\Zê*','K)-Ž½ŽÝ*“…w=-õ]ÞÉlðL489jõ!w','',0,'?'),('¹,¨+ŽO58Ë\n“[Ì[·','wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2016-01-28/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','„7uVæþP‚\0ø©','ˆŽ-7ÿÄÚüÀ—Õ™+‡•K9.y\\óeëÙAs®Éƒ','',0,'?'),('!µMúäÈJz)Š’/hÅ\"','wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2016-01-28/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','«>Ñâ]ò.æ¨Žx?{','&’‡Ç9].0ãŸ¾‚t_Š(ø&Þª:ä÷\'¾+','',0,'?'),('1ýQõ½j·^é6rÛ&‚','wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2016-01-28/waiters-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','lÞÇ£>›ŸxÂâ“xv;û','óEý[0=OÞÜù\r-)\r€ÃñRÇ 95ñå@’åH','',0,'?'),('lúrï£îkK ˆŽµ.','wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2016-08-01/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ËIÔ7ÄŸekIŒXê©`','å‘™KºÈFìÐ#Ì)þ~	c{ëžYô@¨t3Ò^4(','',0,'?'),('´@Æ·4ùùRWÚåÇºÒ_','wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2016-08-01/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','yD—pÒ[qr3?ï4¬[','ŽG¦:’€ü±gX–\rb‡YHx\rŒA=ÛÅ™· ','',0,'?'),('Þ˜1T¢èXtþf:ž','wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2016-08-01/waiters-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@¦ú¢<ù;Àa½üm','³Ò’§=GUrcÎ¢	‰ï\0”š‚Ý$k:ôöogª','',0,'?'),('b	SL‡ÖüÖqLÁáìwÌ','wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2016-08-20/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ó¾&sµõgé=Y˜ÇÁ¹`á','-u]œßñrÊËMÛæbk…@kaÔdíPpÔ\0','',0,'?'),('9ËjÓQŠ;…±µÿöŽ·œ','wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2016-08-20/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','­Üqzdjˆr~á=‡h','/n2KäêšäXÃôWÕÀo°oU™´mØÞ™ÜÓ','',0,'?'),('„ì•†ÌõÚzÑËzjúØ','wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2016-08-20/waiters-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','èQ¤¥9ñ¡„Ù:ÔÃÚ5-','Ì€Î»«püº-²©âþŽ¤¨…Ydçê#Ž|Ìý‰','',0,'?'),('h‡i{¦‚}ÞÜ œbÉ','wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2016-09-07/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ä¿*j²šFz.pRFÝÊ','i±W=‹lÜM6Å¹+7˜–ŽŸÚñ:Çdì©','',0,'?'),('ç¾œÓ\"yèùÇR2fkkf','wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2016-09-07/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ºçºDå¼½òOËws‚´¹','&bò›O·VAÀÚÀ­8Ë$oñ8I=Øæ³“†`	','',0,'?'),('û	¨M€áá\nÖÒ\rñð','wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2016-09-07/waiters-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','þ¢\'‘±ñ¦}q© ¡ñþc','N«¿åŒà¨y\\ÎIä™ãÃý6SäÓg%ºv{‹Š(','',0,'?'),('Ù]7%I“Rœ÷\0œÕÃ','wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2016-09-07/waiters-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','àìE£Iz\Z×µ$Èˆ]a','“rI.õÌ»ÅÅ#¥©«Íáu·a¦sê¨¤”(’\"(','',0,'?'),('6éåXÅä#,N«.²¾a˜¹','wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2016-09-29/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¤M†ÂÍŸúí¦m»','KÔ_5d ¸§úïÿ¦ü?«Ôî¯3«ºžR)9	ì\"ÞJ','',0,'?'),('ÍÍ‹¢§d»ÿý2²Ä+ºåÏ','wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2016-09-29/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','®…5‘äqüÝœÚ³~Ú<`ã','†j¤Htìëô¿qŸ§¸…‡YÕ>c×,êJö,\0','',0,'?'),('ïTŠƒÈu~ÈKà’É=k','wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2016-09-29/waiters-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¼/j™|wXq`;uÝ','O0d0§êªž½I‹ƒ°Oõ«\nùo…„\ZŠQ^%nZ','',0,'?'),('HTB,!ˆ¡Œá–¥ëä','wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2016-09-29/waiters-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S…Ljû\ràoÝ…ÇzuÚÔÆ','\nSòS:,¡ÞŸþÅ° \0táŒ©Nü µ×î‰œÞ','',0,'?'),('ŒFM¨!ò°l£FKuüW','wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2016-11-25/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','•3uC þR 1Ï½^ [','CÅÒßHx\'©\\¥_òÄ¶”ºßz‚\0%$n™ø\0bL','',0,'?'),('ªät\Z{¥hiÞ!@ìu','wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2016-11-25/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ØDrË”Ã‘¤‹)','Kà‹pñz1yž·Õ¸LUAOcO€Q¢N¿D','',0,'?'),('´4¼B1Ñ)ç]5\"@öF}','wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2016-11-25/waiters-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';â‘Œ™²O€n½z*Ï-','9ÀW¹—eI¡˜í?UOé ËG|€@äaÊ4½Äu','',0,'?'),('íEÍä[ã¦tŸ£ü\n‰','wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2016-11-25/waiters-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t\Z’;\\ßŒ›€Â½Ÿ$\"×','õÚ:eY$z“V›Z¸—l4sdûÒ½Ö\'«+Dçú','',0,'?'),('6¶ÃF\Z70§o¡ ŠjÙ','wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2017-03-25/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Wx·±«™ËAä¼ó3J<ÑC','2Ú½÷îb×	‰#µŸ&>«qî1ë6¸wÑI¥XìK±K\r','',0,'?'),('«WÚs¢\\ÌxÇb]à¥','wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2017-03-25/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~ùº­WùtÊï¥ÐÐà7\\','ÔÔ	“ì Kû€Ü–§†°môˆ_U‰âÅ‰þG','',0,'?'),('£S²+¨Nø™š¾‡ÑÙv\Z.','wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2017-03-25/waiters-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','îShg†d…«Â\n¬†‹','©PËìá9ÄMã÷O”>œ×øbñ5L©â`qLŽb','',0,'?'),('ê	ƒªlßrK$ Û;ƒ›','wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2017-03-25/waiters-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','§LAÐ/´æCFöÐ–,~','Òå¡Ç%aFÉ6\"žË‹;+\nbÿH–ð¦üºd­','',0,'?'),(':;HXbŠ@ö–¶£ÉÖA','wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2017-10-30/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','°öP<5\'Å%(o«\"çw¡','SÙÇ‘ø4ðÐY`†ï„bÊ6‘;$j=0\0þ>.','',0,'?'),('Y\n Î¬VT£Hã ié','wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2017-10-30/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ñì¼«KzÕ&EÊ?–ÏÁI','˜£3âßŠ#s¬Z1ÉÞ/6‹Äæ%ÙÔA›®ÚwøÓŽ','',0,'?'),('²Ä6&x]Ë‚×8Dµj³','wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2017-10-30/smoke.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ë]ù8&¡è’€m)_¡M','ytûªV1¼ø;PœinÉ Moµ\02û³˜„','',0,'?'),('H›ÈÿfÑt‹qtä','wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2017-10-30/waiters-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÜDB§G¡™0k‹îøìEÝ','Œò|BÝÜ&=U«T	¾GðûÉb¼ÕžÂN6½ZN€','',0,'?'),('¤à·M1fQ—”Fá[\\','wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2017-10-30/waiters-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÇK5Ãóîd¬oEºo±H','Š®2+˜Ž#j)XoË<ÉWØ$¬Ã¥~dÒkByÓ\\ð','',0,'?'),('¨×é}·¤²£œ¼dã>Âi','wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2018-06-18/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','†1\'Þx#°OX­PÆí§ù','àŒû`„…¼S@«\n³X¡\ZR9dÌ?Lááfi»æ½ùG','',0,'?'),('ûÕKæÈ l¯R;áï2#H','wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2018-06-18/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ôÉe+{«R_,*	Rì','TtözÞ-¡¯ sáÚœÜ+›Fç\\MI/kWo','',0,'?'),('#Á‡%»‡Åó\"ŸÉ××','wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2018-06-18/smoke.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','LCºX\"ôÛÚ¼Õ‰]óþB','€EÄˆz¢e 1¬Ü@*ÂƒÖ1ÖÜ!¬úŠ\0ARÐ¿Ý','',0,'?'),('˜\0\rì¦ò&ãÔ‰z™1=0','wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2018-06-18/waiters-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ü÷ä\\JGãƒÒw–','¶´ZéîávX!ÐñòXˆÔb.Üƒ×5aZ}p\r5e','',0,'?'),('gÊ±yß®€×šDÏêìâÝ','wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2018-06-18/waiters-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Í7œÐj½ªSwhÝý–¦½›','eê³8\\‡ýýû1q£ÝÒfã/ÅÓ› ó„ T}ü\'c','',0,'?'),('*ò²6…b(¦uÌ­','wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2018-11-05/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`H¤qÍÂ³jEÃäi9Z˜','¯~D›°Õ%Ðxcð;ôUjÂù;œ³SHõ”e·µ','',0,'?'),('ÐÙˆÅþ\n}Éõ§Y›^t','wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2018-11-05/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ý±rð’‘Øg&óh~Â','{†5Š‹¹]];©*/^˜‚¶zpñvb¯x®Mœ','',0,'?'),('kÈÃôÁŠ>ôy5™‚Ï','wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2018-11-05/smoke.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¦üLx/÷R0_r\'‚ˆ<Ù','DÊÂ´êIüÌíŸñ\\BÝñ-Š‚ .Gpö:íHÊšWU}','',0,'?'),('³{õ:Ç”‡ªÙ¿h','wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2018-11-05/waiters-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','×F\"ê‡»ÿyàÙOºþ','?Ý5§€{¨,¶¤Ò;•r)E€†ZÔäöèe¯Ã\'¥¦­','',0,'?'),('êšM×ª’:|Î­ÐeÀÊ','wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2018-11-05/waiters-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r JÌÄÑ§Hq(1›ÖÅÕ¥','“/•¦SF¤”\" ðÙ÷ÓâJ05É\Zå7÷øç\0','',0,'?'),('>â”Ÿ€ÿ[XT°\"žM—ô','wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/endpoints.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c«ä©J€hˆÊžtÉV(Æ','Îà…¤­2\nþI¿_3Zàkðç&½YÔó`M','',0,'?'),('gïÔñ&85f”„øN×','wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/endpoints_prefix_history.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','›KŽÆ£˜K;\Z§/ì¥É÷4','5ìnÑsøùÉ‘ÄVÙ€ÙßJÑVÙ“ x3Ý\ZÜäf','',0,'?'),('”ÅßD‚*¹i9Ò\'sS','wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/manifest.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\\'ÃÐc\\pˆv?{¾ÞŠ,^','S€ìò»9XEâ®“å§aRí€2½Òˆe‘ç‹ÀáŠ','',0,'?'),('ÓgÀR…œ°H²ÄÎÝFÛ,','wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/s3/2006-03-01/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K ®(¶:f°%˜p9¢.','ýÎ	æ¤­-+5­®·y-ÍÁrv\"©‚U-Ô¡˜ÇÞ›U','',0,'?'),('$\ZÒìoôYéò¡Ûbš','wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/s3/2006-03-01/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Á˜§—d!zžêž!Î»`','ó€2QÂÅ°e×/ð•ó‡<TÈªÃ~³oQÛ‘2¸.¢','',0,'?'),('_ªOWUlî&³2—ý','wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/s3/2006-03-01/smoke.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¥¤Áµe°íìí­#à','£™1)@ïÇú—-ÿCecƒô±ŽÜûoÑ\'d,ÛÉÊâ','',0,'?'),('ÐU€LíQ/C´<}ý','wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/s3/2006-03-01/waiters-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÔòÏfCØ%j‹qùÏ!GºÅ','ç\r¿öõ¦õˆ.¢6(¨ßMÉô>‡@QL)ÿèÆ','',0,'?'),(']ÿäa\r²ÑÔ†ÑV$¶Y¤','wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/s3/2006-03-01/waiters-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K]þ]”¬?óŒ2\Z1ßŠ','>ñG }f¢Úµ®%`µ¸¸ÈIZ¦LóD f','',0,'?'),('0=\"ŠÆìr*v–ogI÷†','wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/sns/2010-03-31/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‘+¡•&…f•4£»÷-','ß<ËöýÒ…wz›0äsçg†… ™&ýÏt\nÐ˜³a','',0,'?'),('…¤Âþ©´>Ã¦þa˜Ÿö‡','wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/sns/2010-03-31/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ßñºZÑv-{Üìž?`?ö','~º¢¾D^ýœ©ÒÇ/‚<šÕ¦&ñL0Íÿ“=!+','',0,'?'),('ûE‚aŽäÜÇ·¥8u.+-_','wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/sns/2010-03-31/smoke.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ˆ[­/<q+ç†0Š\rcø','ìZù›½¶¡K|òuùüaY<`_ü•5»\'tÅTù¤','',0,'?'),('ý{I4S!.RR6','wp-content/plugins/w3-total-cache/lib/Aws/Aws/functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','®)±êl\0HRìºêûû*Ìƒ','˜\nøÔS»·[@š¡úù3§\rsÈ»9ïþ:’ÏpL;','',0,'?'),('áÿ­$bˆ„©¿_ª8“\Z','wp-content/plugins/w3-total-cache/lib/Aws/Aws/signer/Exception/signerException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','³\n—4ÿ²h\'ØN¯›;]&','õ=.â/8žFPþµA¤£¡mm\"­7§sÈÝÆ©¡öÏ','',0,'?'),('ÔPÛ÷Î¿æâJ\"TÛ³!Ò¥','wp-content/plugins/w3-total-cache/lib/Aws/Aws/signer/signerClient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','²ˆ5ï\\¸‡J7ƒÇÀÅ¹\"à','5YÚW«i/F£‚p)Ùº…Ó6ä3-}OÞáQÈ','',0,'?'),('æ4G$¥‹ÝIöLKæ(','wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Client.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','«§<#•.SÏúJ×¶ê\Z','ÅŠ*:¸6X(ë[æ¯ê?Díxðpãÿ_}Ãô•*êG$','',0,'?'),('Ã×G•\\èêÃÙ/Ž)','wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/ClientInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','lCàêï0cÉ{wZÍ\0‘','á9ÍÈ.R¿Â·k$<Ýír## ²q@]˜&¢','',0,'?'),('QjÛÑ_Cp.ð!X','wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Cookie/CookieJar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','˜\rý‹$ÿßUÝZîôG','õ†]ÜÒƒcZïM„¼d?©xïãcþ`êþèµ»6t','',0,'?'),('”ÎîHä¿®ãIñþô¾7:','wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Cookie/CookieJarInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÒÅW«¢bFï†ˆ*S²','PšS=Ü2×®rë©Å)öA‹ä&Ã¢k-u•ê®å','',0,'?'),('¾b¦Øxå,\n\\Õèú','wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Cookie/FileCookieJar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ìÜJQÄ([X‚„Œµ¢','vÆ÷ò—Ç[IïËùy%mco†‹UcéwÒ+ÄýV{','',0,'?'),('ÅòA œ°\rÑ}Šg\'e','wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Cookie/SessionCookieJar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ù2“€e1îÐG\rä3','.Nóg=~‰P\\Üú	ASMdáÆJ¬S9„,ô6 Ä—','',0,'?'),('…o _ù‡ŠBî*ÛìÅL·','wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Cookie/SetCookie.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1X·ÉmÜ0¡nñÏ‰','…»\0¹+÷ÿ‹Tžñ­#Z‰Nù?zelÏÝ’vdÚ','',0,'?'),('ì£³á½[»ôs¾Î”’','wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Exception/BadResponseException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~2ÆCLFrTV¤ˆÎ3','û=5Iÿë;’Š:°¸UÞR¥x°Šz¦–~Ë^³ƒ’‰•','',0,'?'),('H2›Ø`^ :êÌº® ¢S','wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Exception/ClientException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÑÇõJqËQ1ÀÂ+ a›Ë','é×ƒ”;Z)¥¬Áï­\"X¬‚òXøœÎâ¼´¤Ÿn¾èê','',0,'?'),('V1˜„Aeº‘ÉY‘+è¢V','wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Exception/ConnectException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L:TÂ©’xA|ŒÍI¢V','„bÕ•ðÑ¾6âäM´µ¨wÒ¡•‹ÕUY¼Ê²zœ°Í','',0,'?'),('m¿5N™«gÎè	¡§','wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Exception/GuzzleException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','»÷ÌÖuæŽÿô<ã{°¢\\~','¢—iÂs,ÐÆÆäAÅõÛŽ´­…q N¯•r|á:','',0,'?'),('S{\"\'Šƒ‰*˜_#P”rš','wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Exception/RequestException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o3‹v0ªü†-3!mÖJ$0','D!ñ©È}OKa÷v™ÍFêœü=À£r-,Ùâ.+‡','',0,'?'),('œ2V‰P½G\nÔ±¸Kn','wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Exception/SeekException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ó2KcOa*˜¬ÐŽïnt','#>¥Ç’\\üØV(”ÊMÅ^#ER¾\nß«IØû¥Ú¸»','',0,'?'),('î(zY8ð€QñÂOV“ï','wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Exception/ServerException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6ì·¨äéc;æwúZcž','NE¤|ŒÞn°dÊ¶=ÄÆ„4Õ“Åtÿ9üÁ&Ë®†p‹','',0,'?'),('Î-\n’^fè¤î°_yr:²','wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Exception/TooManyRedirectsException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','™RÅ‡pwúÒ+íûàJ§','V:ð´„k9h&þv¶—»ˆãäÞ\Z\\¿¿Óg¡—','',0,'?'),('Áµf¯ªßï3qBœÑ^','wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Exception/TransferException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g’2¸ÊbÁdb´ŠU','Ð?/+B°:T<ð[kmÿÃÕ*ÇÉ¦¥sâmÀ0','',0,'?'),('™¶ÂXÞÂÝ(>VMx½È','wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Handler/CurlFactory.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^<AžOŽvHvN±y”yž’','“=hð2>\Z(+ë\náÀ#Œ%[É\\ø¦fDÈ‹\n','',0,'?'),('Õý#W ­$È:×#õ','wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Handler/CurlFactoryInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','´ÛÜ¤Þ9yAûê…^·O','^·.OF” R×ùlŸ‘ëLœv.¹íHæ¢óH:}‡','',0,'?'),('XNxþMuTÏÔ\nKÔ¥','wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Handler/CurlHandler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Èrz”WÏm8+L³”—Ÿ','<¼²£§ybâèÖÅŠý	È­Ò’c³Xýÿ˜ÛŸØ\Z4','',0,'?'),('ÚQÎæÞ¨óY\0$Ðæu','wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Handler/CurlMultiHandler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÅoÙ35yÀŽO\0Í3Ó6','QJã°4Ï‹Ø9OÛÅþ›p©sý\'6`KQ\0ZäO','',0,'?'),('®*¬„¶€ÉNIzl†w·Ü©','wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Handler/EasyHandle.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','îÄ-Õì<ÖïlÊG5Âë›','Ã},BŽip¾/]½&W‹)Ðpî¾;íï¥*X‚','',0,'?'),('èŽû·‚ÈÎ¯ê=¬{OÚ’','wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Handler/MockHandler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','±Të‡tf¾ˆ]$ƒ#','èÑNì‡aÚ7iv†¢‘Å«cD]ó%ª1ì§Ïü1rœ','',0,'?'),('²¯j°@â˜kÞC@é:H–@','wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Handler/Proxy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','­çãl2±¹ŠpH3HÊ˜ù','¼æ™Fc*G_•p0gÔ¾\"p¢…DÆðÄ²Öü¢5Í','',0,'?'),('fèÃç¾U3£õ:±Å','wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Handler/StreamHandler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','vu€r·ïÈcsÿaØ¸','BE±ÕÂ`æiÉEÀ@5fÇéz‹ø&¨õZ¬Q 6¢üB','',0,'?'),('êð¬xK•ç¤Féƒ-—Ì','wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/HandlerStack.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','˜€«¬)GÏ7¾ä[J','Ä12j½î·¸­NvŸºªØÉ7â®ˆ1µ±n÷','',0,'?'),('M¡ˆ’|qw‘«[K','wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/MessageFormatter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ð~ÏÕÂwÈc/Q‰ý…','WP-Çd¹7œÀ/Nw>Y;†#ë)FUÍ•Úa¾','',0,'?'),('Ë·)sŒ%æü?ç“fs','wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Middleware.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','RçØ<›ÈÌW;£÷pµì','æ³gÏk×.ôºÊ³_w‰cLT§W2ÑAã%=ŸT…¿Á¹','',0,'?'),('—^N¦äÜ_¿<t½Ô1','wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Pool.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&š$™•ÂŒêØA¬z','{õéxãYšâA`6ïÊluxÔò& !‘\'ã','',0,'?'),('2…HÇ.„hÕ3oaÆöÙ¶s','wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/PrepareBodyMiddleware.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‚3<á‡u¹92QÎ÷L3¬','ÜŸÛçž¨Uot«\Z(&O|H,g¢ÞƒäV¢X¼ÄK–','',0,'?'),('pFÅªîÝ61çQuŠU•m¢','wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Promise/AggregateException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','º¾ŸÌ3MOê…éà_MU.','R×ÁªR·â	?ØÀ1É|}5“f Yxï?ª7×HR+e','',0,'?'),('/¶Ü,8§Xè—@6â\n','wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Promise/CancellationException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','©¢ûËÕÜûß³þ¯\\{C$','ÿk©³:ÔçURyçcÛùCó£-ZF[…`¿ï\\ÉP','',0,'?'),('³.ƒŸ‹wlMŽÓ»]óKà','wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Promise/Coroutine.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','èQ)¶™Æé0Ö8¹JÊò','3Á*lóÈ¿šþõR²Äû¼{nI«×¡§¬pÝ‘@Ü','',0,'?'),('˜3ÿ>¢x\r¼Å“¾vÏ¶d’','wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Promise/EachPromise.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ßg‰´½5ò»ÖŒµúômy­','ŠåØéb-ÀéèÁ–ú0+¯£ÖX¨¥vO”èð•F','',0,'?'),('pœ*÷yLw¿Ò4\"=>g','wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Promise/FulfilledPromise.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ö\0c\rM’ñµŽëqL}','s´×ÃÉa—]š\'û™4>n¨ß,ŒSæ­ ÌEu†','',0,'?'),('~yõG»LO×t‡!äg2>','wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Promise/Promise.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÀM«\'WH°Õ\ZÕ–«4J','¾™ÇsÔê6 éXù‡Ã3ˆ±5ïÛ,mxPèFÉð','',0,'?'),('­(˜€gvg>ÁÎ\Z\rE','wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Promise/PromiseInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ø›MÂ™ÈtVòÂSÆ¹N\"','kÖêÁ\r€“WŠ$å7m~.êôxvZ\'€žÇhn—V','',0,'?'),('LªMMÍi€«‘&2;¨','wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Promise/PromisorInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','©ÓÂ0ÚtçGÏ7	›¿=ú','`¦RŸÍûhÙÔ^ntôŽ‹asFœ;Ñ¼}žÅ ˆ','',0,'?'),('–N†‡2)šùÝùg\'?æ','wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Promise/RejectedPromise.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\rì:qRß#|8ZÛ¨÷z','¬¤­Þô€ŒŠ1ê-ñE¹t°E~8Zþådº¹Ñ#:Þ','',0,'?'),('È¨vÍò©(´”Ç9‡b','wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Promise/RejectionException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ü÷¸!W?‘³õ.Ÿ\0ä”½','ÕJúPÓžN„1î+Íi—ÑRŽì›ÿ¿M£àB‘ ¤g‡','',0,'?'),('•7S\\¶¸ÂÜÿÚ[^©˜À','wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Promise/TaskQueue.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ö‰¯¬i:×B9¬ÀYG`','	oqKxì\'„èc\Z1¾ë•¶2ú]óù‰´b/\n','',0,'?'),('Š},:(ù‰ÃðØ@àLñ`','wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Promise/TaskQueueInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','“ò\r}î$\Z:*Ï¹óxÐDl','³ñüuþSkI˜žu·Ú9Vu&ökä\\“×CsqC','',0,'?'),('m+Â·˜žtíâÎá\ZP','wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Promise/functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/ó4„Ô²HïÝW|kjEÁ','kùHÖ–éàé=ð8Þ®±˜‘ÔÛ”îœ¤$ÃŒ€“','',0,'?'),('‘0ºZà§••àiç¡îˆ','wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Promise/functions_include.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','õËãù˜í¦ê3A![÷¬','@™5Ò!\"æqŽæ„Í?nø^ÏfÅpû»dâx^n','',0,'?'),('Ë_µáÏ\'ßÅQœÛ¹Fg','wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Psr7/AppendStream.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','àhODêtZæMVæ³¡§g','w¿ ÕFy^Awéô0¹ÒÏ\'Øë^;ý]7·¡üÕ','',0,'?'),('±,KÖ,L¥ðÈL\'ÄtÅ','wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Psr7/BufferStream.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ê‰¼ùˆÈäÑ:9Õþ»˜S1','Î§Žàåá¢\'\'ÏJBV…á•–°yÚÀëVM°dÉ','',0,'?'),('údá;ã±v E\n¤äØ»J','wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Psr7/CachingStream.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','DðtˆîJÒÑ—^h','©dqNrŽq`.x<È”ñ„\\„vï§†O‰Q¿Ü','',0,'?'),('Û†™4Ï)Œ“~¤6ä¨•L','wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Psr7/DroppingStream.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','­¬¸£\\h’^ž­Ø¬','!7Þ¿—¸ÉUußøW	œý´²ä·‰³jj~E','',0,'?'),('‘ppHvk5Üv1+¦®w]','wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Psr7/FnStream.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J1ŸÛ¦‘@¦/ï¤‰£O;X','N”µ+ë9ÏƒgëðŸuhÓâ(ü¨ÔEî~(¯&Š,','',0,'?'),('ëŽ$ŽUÚeN8R/ÎV»','wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Psr7/InflateStream.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','KÙE™iJÍJ­±,¸™Ûã','–ì6òÞ^H‘@éHÝƒ “ñGm´…%OG|','',0,'?'),('ˆôán=_Äo1½\n\níX','wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Psr7/LazyOpenStream.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&HÍ»3øê3ƒ9:î+','§\ZJ:VUO˜Ùü‹¥.½:5î¨œïæJ1´','',0,'?'),('5ödJfÉ#im\"O‚‰ü>','wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Psr7/LimitStream.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','gÍî•zgœª&È¥€','¾40˜\n½ŸETôC[¥øÜu& Ï&BWS\0ƒ´½','',0,'?'),(',µofü®±«ppõ¯µ','wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Psr7/MessageTrait.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¦¸)µÌ&Dà¯Ç¥Z[•','ñk?»\0ðtu5Þ` §…<[Sã¶ªHjs<','',0,'?'),('ÖF­3R·Sª6ˆù¤\Z','wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Psr7/MultipartStream.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A‹HÜ@*Wˆ8³½[\"G:','&Gnw+ÏUÁ%÷ÏÚ¡á6ÿ¿¢Âª¾X@¦é6¥','',0,'?'),('Âc?¸–™»TBN™0r\ns','wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Psr7/NoSeekStream.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' qz\n´þ -Ì\n¤n7[','²ŸÈãó,.Ôº€oÂ¦KÖ_uM#4FDÏV','',0,'?'),('bÕÕðÁñ±W¨#×…','wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Psr7/PumpStream.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U¬Kµù¢lÙ>_¡\nQ2Ã','£Ô“¼LÚmùú6z¹5ß‰ñ†:ÌßˆjÒ‡V','',0,'?'),('äÈÖ¶¼ÎF	)Û½æqÖ¯','wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Psr7/Request.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ü¨G;Ô\0\Z‰<ÂEè','¾Ð2¢\'\'û­É]€TÚþ\Z¶^!àb×6¤Ù|&Ø¶\r','',0,'?'),('?¼7\ZaÆä¢»O\ZÀÉ‹p','wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Psr7/Response.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¸®°òs¾ÅêÎöö','ÁÿF2—óÀÀuEy¸•E ,\'ôºk«¥Råô—bT','',0,'?'),('^Ë½Dº$m=‘•	ƒ„o','wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Psr7/Rfc7230.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D÷Í«dL¬{:2¶³¾—','\n7•8ôfí“­­¢ÊzžXÜ]4Pìnƒžfc©</‚?e','',0,'?'),('~ýõ²LÕ“#¥àÔª’†ß9','wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Psr7/ServerRequest.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','èv\'ê7«ÞÈ©‹Û%-','I\Zu\nˆ3zk«¥Ô¿ësËƒ¡ÉÓŒï÷rSDNsà','',0,'?'),('\nš1¤QþýI¼×Inš¯','wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Psr7/Stream.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','uöçæíŒÎyÐcF\\/','¸ð¸·¢~c”R¹yö1­†z#8£jÜ»!+Å3M','',0,'?'),('lz}ùcþW,Èr=ßZ)','wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Psr7/StreamDecoratorTrait.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ô´<î¡D¨2~àïDƒ¿‹','ŽP…¥›AÊäÉ-Þ¸g‹˜Vñ¹›ó|þÂÎ`éTKw','',0,'?'),('p\rêp¥,a½ñspá','wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Psr7/StreamWrapper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?	É7pkðË‚è‡–`ì¡','î²hÄ_lìŽ«F­ŸÛxBÇÖ‚×Æ¿.01ža9»&je','',0,'?'),('À’Tftl\Z­Zÿ>n','wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Psr7/UploadedFile.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','£k”!%GÍ8»xWð0%Š','ý.`˜’Èv¿¼¾àà5só+2Ë†ÓÄrM\\@¤','',0,'?'),('ƒ¤ên”É\n†Y©\\6ö','wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Psr7/Uri.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ó•Vç–&Áô]y9Ÿ›¿š','1Oã«\"IOüŸÏ|š!žº­º— Ä*Øýâ§°QR','',0,'?'),('õn«›æÏð…‰r•šû]>}','wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Psr7/UriNormalizer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y`cWÉ\Z#‡iý„ˆ','3|i#««¿2D¿ uj4œž¡dÅ°ùéTÎÆ};','',0,'?'),('ÐÂ*HÖêâ	@ë-VâÿK','wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Psr7/UriResolver.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','roÛÿ¼œô\\‘.(e','ù”Œž¬Þ®¿Z7T’´Í\"n]úÔ‘]šÔÊP','',0,'?'),('€¾Ó\\QÖ·ˆ(&m™ns]','wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Psr7/functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$¢C»ÇwH9¯ìÑ«Ù',';F©[‰¤3œ^2ŒVŒ´VAÑ‹šò‚§BXâ¶¨Z¾)Š','',0,'?'),('ŒTŒl]î¡]ƒtƒáE','wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Psr7/functions_include.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','„qÚ®tD$Sò<ÁÚ',' F§ùæ¨¹O 8`±5¼ãŽÆš¾qi}ÞæW‘ÿbÝ«','',0,'?'),('§ìqZå\\z¼J­Þ{','wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/RedirectMiddleware.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_|ïy\Z7‡L““ãåÓ','Â;+¦úŸÝÉž“Q·kSŽn zà:´ZéžÁªfý','',0,'?'),('å8H±Xœ«Øjrã\n@','wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/RequestOptions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0\\xØUýÌñÏ£\nù…I\\F','DýYée^:&Ï^R<ö{vd:êýU’{­8','',0,'?'),('M°³¨!òÏ­¦<oô«j','wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/RetryMiddleware.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!ŸJ—aoÇù¿üÃúkñ¸','ò¡v$|ß“oÃ ¯Ê­ÍtÛí¯¸NDœEIÝ(zö','',0,'?'),('½‘8üï‹ä5*Ã“^ü)','wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/TransferStats.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ùKÑÐQºÀŸ•8¸¸r\0„æ','T>ú˜!L/4ç ’IæSÜå/d*º6xªf\nòq','',0,'?'),('ÂQ`nz­@MËú¦ß#’','wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/UriTemplate.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','£—€enKf´Pw…IÈ','ñ1÷F.gè«‚”´CÁ¨·ƒÔ ìÚ5&>)M\rÚ“','',0,'?'),('fái€³Y‹¦d@Üý>','wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=ý.G²d,Í™P‹þÐ£JO','J\r\"ßj­<;Ó4&A\nÃäüÀ™5yâÉœƒ|\'á','',0,'?'),('ø­rüY­›ÜõLí÷Ã&','wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/functions_include.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_nçù|Èh8c\\œPA[È','™)~W¸ Cr ÎºÖÚ?â•ë®$,`]´@ÛD1½Êpp','',0,'?'),('fi\n–3l®^(­›hBt','wp-content/plugins/w3-total-cache/lib/Aws/JmesPath/AstRuntime.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','þ›•¨€ 2%=¿ÛÀ÷¢[','iI69ÜÝSÈ²œàñˆmá¯Zí—‘U±;ZóÖ{','',0,'?'),('µÛÔ|Ü‚H$ÅýVn·[´','wp-content/plugins/w3-total-cache/lib/Aws/JmesPath/CompilerRuntime.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w#Ô©Ô&ß‚øÅ™Ï\0','“åÝäùÃ@	PtµØ:ÁF)SKº3Cbb\nár@','',0,'?'),('öG½vÌgE¤{¡t·e…Ø','wp-content/plugins/w3-total-cache/lib/Aws/JmesPath/DebugRuntime.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f³ï©UÁ–€rwQ‹','Gg£²„ÊmAç:þŸèÑG”b¶‰†Ãeõ›OvM','',0,'?'),('Wä4ê°	$)ý€ƒ¨Üi','wp-content/plugins/w3-total-cache/lib/Aws/JmesPath/Env.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':k¾Ã¯rÀ{“Ìù5Ð¬È','!ÀŠB›CÍ6[Š†ÅÛÉs½É\\ú\"+ÉÒÙ¸x','',0,'?'),('>ò †¤]‹1\nÞ‚Éå}','wp-content/plugins/w3-total-cache/lib/Aws/JmesPath/FnDispatcher.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4£æìë?˜>AE¢çT','‚[ÂOˆèY˜Doo¸\"àè^Âf©Z_~}›¡ä¬®','',0,'?'),('rÛ†ä¤¼è»QHä{».,','wp-content/plugins/w3-total-cache/lib/Aws/JmesPath/JmesPath.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';G,í‹ \'Ö~ÎNƒ2Ž®','rmBDxïG³3Ø2ÁÃ¡/H:µ>Á<yÆ\rœJÝ','',0,'?'),('Dï+’¹Ðyç¡©ôhü¯','wp-content/plugins/w3-total-cache/lib/Aws/JmesPath/Lexer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¿{œ.ù=ÐÏ×.:	àp¹','EÍª<ˆ ì›T\\eÙl²Œ¸Š$Û¶›\n»’¯R/','',0,'?'),(';M£ÂÛŒÃyn®±{¦&¾','wp-content/plugins/w3-total-cache/lib/Aws/JmesPath/Parser.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','JQœN0u&8ú\ruÐ.E','öÌžfI`ŸI3lÐ»Ã_³2 ŸJé<3Vx’ 4I¤','',0,'?'),('X¹&ÛÒ—¹§AºŽ\0Jç9','wp-content/plugins/w3-total-cache/lib/Aws/JmesPath/SyntaxErrorException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Šló`ú!Î\'¯•¨Äíðÿ','„ä©tâRMºW&;AS&¿¯¦Ã©cS@cõf›#ÑÒ”','',0,'?'),('–©–¥ÈÄd;êd³mÃ','wp-content/plugins/w3-total-cache/lib/Aws/JmesPath/TreeCompiler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÒŸR¼	T<\Z\"ë›Ï',',ƒ«Ë&ÿcãÓI¸˜|»)Ñ(öçÕr³ukþ','',0,'?'),(']‚…úã\']ï ËŸÉê¬A','wp-content/plugins/w3-total-cache/lib/Aws/JmesPath/TreeInterpreter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','bÖ	­õ…ªåÈC¢ù','+ê£óyy‡t/BÓÄB³yµnr˜tëÅ«.`','',0,'?'),('²ß`ˆ&k<æå °b})','wp-content/plugins/w3-total-cache/lib/Aws/JmesPath/Utils.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¥ºyljê*EâÂ\rˆ§ý','j|>$=jŽÔƒ›|­Œœqpù­;d\'\"™iëÍ','',0,'?'),('|â2I}p®†¤ïº¡€`æ','wp-content/plugins/w3-total-cache/lib/Aws/Psr/Http/Message/MessageInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[†KB5ÝCZã¢Ò´—á','¡iî>¥¶,î²N;\"kÂõÌD-}ƒõƒµtâz‹ J','',0,'?'),('asª´žÍÿ‹»˜|ôJ','wp-content/plugins/w3-total-cache/lib/Aws/Psr/Http/Message/RequestInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ÿ–ŠZÌÆVë¹i¶©sô6','aš¸÷Ø½«U¯£Z\"(5sÝgã\0óÒuYD[Å÷¬î','',0,'?'),('m´euuoè‘eR3ÞÉ¦x','wp-content/plugins/w3-total-cache/lib/Aws/Psr/Http/Message/ResponseInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':.¥W¨%7¦ê@Ã±','ëq@øŒw¨ì4…(Ö]•‡r4ƒõw’Ï~º#à\r\ZòÞ','',0,'?'),('Ä®ðñ(cç@/¥Ö¾ãÿƒ','wp-content/plugins/w3-total-cache/lib/Aws/Psr/Http/Message/ServerRequestInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','†”Ïh‚²ŽòÂLDM)‚ê','0d?°†dÊÃ±â S¡aèâ—dé¤?äÞ*†d•','',0,'?'),('Ý€/Æ|l“ó Èvæi','wp-content/plugins/w3-total-cache/lib/Aws/Psr/Http/Message/StreamInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ýèz85z¥Šö¼¥¥T','àÅ¦!ê\ZÄE| s‰½¼õIÅgõß˜V¤4áq§N','',0,'?'),('[`qÁ˜lK!“›=}\Zì','wp-content/plugins/w3-total-cache/lib/Aws/Psr/Http/Message/UploadedFileInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¿00qîˆÑLŸD‚\0&˜ ','ß¸ƒ3k=4´DÒS/²ofôéñjÄiíÎ','',0,'?'),('´ä}·	þHš¥é5¸ÙL','wp-content/plugins/w3-total-cache/lib/Aws/Psr/Http/Message/UriInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','wðêâÍ:(HÑÞÁ‚²Éë','¢‰£œ.xƒ…2Ð¶ûøí=2\"î#Ð…¦Jú!á{i	Q','',0,'?'),('‰ÔvÝ7ß½“th\ZÎ°','wp-content/plugins/w3-total-cache/lib/Aws/README.md',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ºH¨^\0Î¥¢~Æþ','p«ÌÄò‹ªÛôcþýúÚ-&R‰ágøä¢{ä£','',0,'?'),('bn9.J3Ä›i| X','wp-content/plugins/w3-total-cache/lib/Aws/aws-autoloader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','tÈ¹ÿ§êå+MÊi¼±‹Òš','§éäüŸ“fbßéžØšŠë+€W#BeìAâDwAÞ\\Y','',0,'?'),('åÛÊ­Õ[›P‚©“«9lC','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Client.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','OmCŸÐmdÚ]<²½vT9','C†žP’Î0f‰ac&JDÓmÃGbôÍu,s¦¹ÐW','',0,'?'),('êÉï¨õü]—:à/¨«','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/ClientInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y£ä°!±º3’ÐuC','åùüõåûQ¬tËØ}Ç¨`5d.Ü*VDÈ8ð¾','',0,'?'),('ä­ó²Î¾(ÅmeàÛO®.','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Cookie/CookieJar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ŠóV›ÅH>§ßB5Ug,÷','Êc™í8nkx”[¯0éôëG-+/|KàWfzF/Òô','',0,'?'),('Á¥¾5ž;ÍD+¶¯)äÍÜ«','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Cookie/CookieJarInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÒÅW«¢bFï†ˆ*S²','PšS=Ü2×®rë©Å)öA‹ä&Ã¢k-u•ê®å','',0,'?'),('ÃÄÙÂdþ5êøh§36šš','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Cookie/FileCookieJar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ìÜJQÄ([X‚„Œµ¢','vÆ÷ò—Ç[IïËùy%mco†‹UcéwÒ+ÄýV{','',0,'?'),('¹¦½ž Ôÿ¾ºXV³xr±','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Cookie/SessionCookieJar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>ÏaPÜ\"ˆ¨kÒ÷}¥­','.Nóg=~‰P\\Üú	ASMdáÆJ¬S9„,ô6 Ä—','',0,'?'),('úÕLCì³C`‰2HØµ-”','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Cookie/SetCookie.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h<_§#Uø×³z:ŸÜ','Ì%¡ûûÝá\0aL‚e•«äñœ/ä\0C d^m\Z4»','',0,'?'),('d\\{Ì´ØËaiÃ\'k™Ä','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Exception/BadResponseException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']P …lj¤}¾Õná','¹.dãPƒ8„ŸõÝwŒ™C]ƒ]ªB`®sÇïŸS','',0,'?'),('?Dee\nçOaÓ.Ëo-N','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Exception/ClientException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÑÇõJqËQ1ÀÂ+ a›Ë','é×ƒ”;Z)¥¬Áï­\"X¬‚òXøœÎâ¼´¤Ÿn¾èê','',0,'?'),('¬9ìCPCž*:,ˆÝWÖ','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Exception/ConnectException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L:TÂ©’xA|ŒÍI¢V','„bÕ•ðÑ¾6âäM´µ¨wÒ¡•‹ÕUY¼Ê²zœ°Í','',0,'?'),('šwñpS@®Þ’™/Tv³','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Exception/GuzzleException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¾WÅQ÷.o¯÷¯C´¿\'É^','„\\<;¼ÂrNúÔî\"Žl¬>£‡!‘Œ®÷W×Ê³ô¦È','',0,'?'),('¼ò)i2Ðû/\"6+¨ë','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Exception/RequestException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','–ãPµË¯òé¨»\rN7',')j\r¨€<\0ÆåpþÇÛˆŽñîkXå+0¬@ô™G','',0,'?'),('ï»<±\0îwÛÇ;†','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Exception/SeekException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ó2KcOa*˜¬ÐŽïnt','#>¥Ç’\\üØV(”ÊMÅ^#ER¾\nß«IØû¥Ú¸»','',0,'?'),('‡çsV´W\0¨ˆ$i•hoˆ','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Exception/ServerException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6ì·¨äéc;æwúZcž','NE¤|ŒÞn°dÊ¶=ÄÆ„4Õ“Åtÿ9üÁ&Ë®†p‹','',0,'?'),('q‡\nÓmûL‰f§’ÏO7t','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Exception/TooManyRedirectsException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','™RÅ‡pwúÒ+íûàJ§','V:ð´„k9h&þv¶—»ˆãäÞ\Z\\¿¿Óg¡—','',0,'?'),('5Á^‹r#[Ñ&\n-ü½','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Exception/TransferException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g’2¸ÊbÁdb´ŠU','Ð?/+B°:T<ð[kmÿÃÕ*ÇÉ¦¥sâmÀ0','',0,'?'),('¶H.Ž²*^G!Öu¨ ª•','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Handler/CurlFactory.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','tQ£*ö–GTŽhPÈƒÛ\"»','ÚAå¾¢C­þlÉX˜çë—Px÷¤@§üÂ|5}»šÊ|Ž','',0,'?'),('æ¢ÌìªWç…lÐµÎÚ•ªs','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Handler/CurlFactoryInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','´ÛÜ¤Þ9yAûê…^·O','^·.OF” R×ùlŸ‘ëLœv.¹íHæ¢óH:}‡','',0,'?'),('5ü>ÖèwHŽ†•Ÿ+¯ž[','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Handler/CurlHandler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Èrz”WÏm8+L³”—Ÿ','<¼²£§ybâèÖÅŠý	È­Ò’c³Xýÿ˜ÛŸØ\Z4','',0,'?'),('Žwúëó\n¯`°o+ß³\\','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Handler/CurlMultiHandler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ü Ì˜7¤^V`{¼µØ$ú','QJã°4Ï‹Ø9OÛÅþ›p©sý\'6`KQ\0ZäO','',0,'?'),('íPÿxéÄn	)ƒ','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Handler/EasyHandle.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','îÄ-Õì<ÖïlÊG5Âë›','Ã},BŽip¾/]½&W‹)Ðpî¾;íï¥*X‚','',0,'?'),('orL…q £keyöEF','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Handler/MockHandler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','˜™ƒá³i}å\\ð5','JYa)ïC*:&˜‰ÃÓ‹)0{#Ûî™Çd‚> Q•','',0,'?'),('KDéú4KÉæ&\n»Å>‹£','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Handler/Proxy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','­çãl2±¹ŠpH3HÊ˜ù','¼æ™Fc*G_•p0gÔ¾\"p¢…DÆðÄ²Öü¢5Í','',0,'?'),('bý;)¬üÆL®ô–¨Ô^€X','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Handler/StreamHandler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M³È¿J(«³.ó8.|','ÛEŽœ¤ÌÈ$¥r$nn„Ì>ÿ\"Þ¡³ÎòPìÞYd','',0,'?'),('\nw|¿«gjEÃiõU7¦','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/HandlerStack.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÌÐ®³¦—]86Þ¡†­m','T¨\n);ÿâÝNkŠŠDe¹Ç2VÂþÂ¢«x&B=','',0,'?'),('ÏCÂj7Û 6ñ‘ŒÁ]','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/MessageFormatter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÝÃþZ Á)æ¦\\Ólü','[@“ï4Ìc|QÒæû\"«õª8óC¾éÛä;ÂñÖ','',0,'?'),('uÂÆ›#üp1Ð¥.b.Â','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Middleware.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÔÀÚjË³)iùfW‚b','ˆ@Î\",½JT‘×º	UpÏ‘êk¬q¯×6ß[£†','',0,'?'),('ùáÀß=Ä`yÍÉsü–Vah','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Pool.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&š$™•ÂŒêØA¬z','{õéxãYšâA`6ïÊluxÔò& !‘\'ã','',0,'?'),('Ð\"î¥HÆk¢¨¨o~qæ','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/PrepareBodyMiddleware.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','þâdãðd€†Ñ„Â‰ýô','c%ar¦jó†˜\r¹Þ	´„h­£¦ÝK¿ÿ­\"µÞLs','',0,'?'),('pZT„yÅd÷@‚spÖ•_','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Promise/AggregateException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','º¾ŸÌ3MOê…éà_MU.','R×ÁªR·â	?ØÀ1É|}5“f Yxï?ª7×HR+e','',0,'?'),('šËìô©ü[!q:í‘','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Promise/CancellationException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','©¢ûËÕÜûß³þ¯\\{C$','ÿk©³:ÔçURyçcÛùCó£-ZF[…`¿ï\\ÉP','',0,'?'),('áÄ!€/Šq(tÊ;Øãˆxn','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Promise/Coroutine.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','èQ)¶™Æé0Ö8¹JÊò','3Á*lóÈ¿šþõR²Äû¼{nI«×¡§¬pÝ‘@Ü','',0,'?'),('ZyY\rRž<[”×M§V','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Promise/EachPromise.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ßg‰´½5ò»ÖŒµúômy­','ŠåØéb-ÀéèÁ–ú0+¯£ÖX¨¥vO”èð•F','',0,'?'),('klúÓ\Z$•”N‘§®¹','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Promise/FulfilledPromise.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ö\0c\rM’ñµŽëqL}','s´×ÃÉa—]š\'û™4>n¨ß,ŒSæ­ ÌEu†','',0,'?'),('øØÈ²ËH¶XP•o','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Promise/Promise.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^ÄD†~6Ueá‚\nÔ–[','…ò+/X@¾¤J4Ú5¸!ÇÀÂ¼œ,IïüS†cM¬','',0,'?'),('/ÒcYÍ*I¾ž­~GprÑ','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Promise/PromiseInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ø›MÂ™ÈtVòÂSÆ¹N\"','kÖêÁ\r€“WŠ$å7m~.êôxvZ\'€žÇhn—V','',0,'?'),('b ³q¥½i%\'Íð,É¥','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Promise/PromisorInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','©ÓÂ0ÚtçGÏ7	›¿=ú','`¦RŸÍûhÙÔ^ntôŽ‹asFœ;Ñ¼}žÅ ˆ','',0,'?'),('ü-dÛh¾ž¯[‡úGaïž','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Promise/RejectedPromise.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\rì:qRß#|8ZÛ¨÷z','¬¤­Þô€ŒŠ1ê-ñE¹t°E~8Zþådº¹Ñ#:Þ','',0,'?'),(' +EþHa¥å6<¥’«¨¨ð','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Promise/RejectionException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ü÷¸!W?‘³õ.Ÿ\0ä”½','ÕJúPÓžN„1î+Íi—ÑRŽì›ÿ¿M£àB‘ ¤g‡','',0,'?'),('ôÃ¢vº!¨½Ø¶\r\rÓÄ','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Promise/TaskQueue.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ö‰¯¬i:×B9¬ÀYG`','	oqKxì\'„èc\Z1¾ë•¶2ú]óù‰´b/\n','',0,'?'),('¾ŠVê\\#©€d!SßC.','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Promise/TaskQueueInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','“ò\r}î$\Z:*Ï¹óxÐDl','³ñüuþSkI˜žu·Ú9Vu&ökä\\“×CsqC','',0,'?'),('U%	ïÐµtŠ¥¸%3f£','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Promise/functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/ó4„Ô²HïÝW|kjEÁ','kùHÖ–éàé=ð8Þ®±˜‘ÔÛ”îœ¤$ÃŒ€“','',0,'?'),('âCÚ…ãú¬\ZaêÂeöñB','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Promise/functions_include.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','õËãù˜í¦ê3A![÷¬','@™5Ò!\"æqŽæ„Í?nø^ÏfÅpû»dâx^n','',0,'?'),('$KuõÂÂ¬\rwÊææh','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/AppendStream.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ã¦¤À‰×iöÂô…‡òês¶','IoPøóéK\'~¥oAGEvmë\n]Ì`i÷e9Z³ ):','',0,'?'),('ÿƒ$ƒÞ%u=¹¾ø1“U','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/BufferStream.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ê‰¼ùˆÈäÑ:9Õþ»˜S1','Î§Žàåá¢\'\'ÏJBV…á•–°yÚÀëVM°dÉ','',0,'?'),('[†Tc¡±Léó’ô,·¦Æ','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/CachingStream.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','DðtˆîJÒÑ—^h','©dqNrŽq`.x<È”ñ„\\„vï§†O‰Q¿Ü','',0,'?'),('äÙo…]m¥ÂL3^','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/DroppingStream.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','­¬¸£\\h’^ž­Ø¬','!7Þ¿—¸ÉUußøW	œý´²ä·‰³jj~E','',0,'?'),('¦ËÖ²¹÷00vw|ù)=Üö','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/FnStream.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Œsw[ª^|ÄßHî…/cÁ','´õfK¾vª5Icò]ãçè¯5€%¶‹¹ŒÌDæ¹ò\'','',0,'?'),('É]¯7\0ÂÃ›{\rÞ±¾É','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/InflateStream.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';	x8%À£Ð$»O™´v','D2\n íÃLrAæÜv³ˆ©8Ð‰SóùíErg','',0,'?'),('ñAäX“7?o“MwðÉ','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/LazyOpenStream.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&HÍ»3øê3ƒ9:î+','§\ZJ:VUO˜Ùü‹¥.½:5î¨œïæJ1´','',0,'?'),('¥dó·453@ï_âÙŠ“¨M','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/LimitStream.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','•t’#ŠÒ*PýÇÃßæ','ãÛë}Ÿá¿ŽrAÈ{IZ=ŠëTDëZå¾¥ØÃÞè','',0,'?'),('Ã‰_¯Z½ê¤Ü<ð²£¼.','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/MessageTrait.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¦¸)µÌ&Dà¯Ç¥Z[•','ñk?»\0ðtu5Þ` §…<[Sã¶ªHjs<','',0,'?'),('ÁTN»Ò\rò•~¸g','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/MultipartStream.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¦+¢êmW¥ýÞuA&_JL','ËøÁ†wŠ-5$æ†ªjTcî’)ÕáŒôÖ´=î¶îì','',0,'?'),('1ýv’mM‡Ï€a™è\n}','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/NoSeekStream.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' qz\n´þ -Ì\n¤n7[','²ŸÈãó,.Ôº€oÂ¦KÖ_uM#4FDÏV','',0,'?'),('^N fX\\IöQ‹ÿ”(Ge','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/PumpStream.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U¬Kµù¢lÙ>_¡\nQ2Ã','£Ô“¼LÚmùú6z¹5ß‰ñ†:ÌßˆjÒ‡V','',0,'?'),('ÜFËÈjh’ùÍúýäBå','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/Request.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`}Áçúq½€zâV\")½ñ','JdáLÇkÖäé­¯×P,_ÑØÙ„«ƒª_^f&âTñ','',0,'?'),('\'¼‡F¼Ïõ\r¨ãFqæ=','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/Response.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','àë Ø§9H„lçxžt','Û£40á‡ƒ*°ˆD”µ¸E:M’·çîŠgP»\0¿Í\0‚2','',0,'?'),('/‚Eß›#`®¬8ïDÆ²','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/ServerRequest.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';:“IÑ„5ô®÷\ry÷,','w´è<G÷ÛÚý¦À®û»}Ë´qI†?\0\Z‚ú¹o¾À','',0,'?'),('™ýQfŒÚ%©d¯2	‚´Ö','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/Stream.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Å¿PGl÷Åêœ2\\Æcb¸','#þ›ªFCj}\Z2z†¶T¥žŽtÏ}1Ì\'~‹žÈ>','',0,'?'),('Ú¼òB½pÈúk=ÂÂ','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/StreamDecoratorTrait.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ô´<î¡D¨2~àïDƒ¿‹','ŽP…¥›AÊäÉ-Þ¸g‹˜Vñ¹›ó|þÂÎ`éTKw','',0,'?'),('{³–E{GÓçt]q/Ê!','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/StreamWrapper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÏŠ“\n$™:B8”÷­x%§','.…BFMã¹S±‡Â)áíléªdÚ³òžÕR\\jÐ','',0,'?'),('ÐóTæ,£®XfN9[…K','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/UploadedFile.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','£k”!%GÍ8»xWð0%Š','ý.`˜’Èv¿¼¾àà5só+2Ë†ÓÄrM\\@¤','',0,'?'),('u4TKçôÜt\\öGÆb:Ü\r','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/Uri.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','É45™ÿ8¯Ë\"\\6Øz|','½\0Êf…›\"%[6¸J‹j‰XWx§+Jí:ÞíÕ¥;ÈÙ','',0,'?'),('8!8æRÿÌÓXºlÑU|3','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~²ÖÈ²3QídÔ\nè¶Ç8','w¸è6Qr’96\ZâŒ=Ó÷•úÆ‹Ëõ3KÒ23chïlˆ','',0,'?'),('çqë8\0ß¡­)˜ã·!','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/functions_include.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','„qÚ®tD$Sò<ÁÚ',' F§ùæ¨¹O 8`±5¼ãŽÆš¾qi}ÞæW‘ÿbÝ«','',0,'?'),('·ð°4î)|‹¯WOÈàM¾','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/RedirectMiddleware.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‰pXn¢O!ÉcÎï9	','ä-O’¯íŒwÉb}Šíp6ŽÐZ}5vˆ>êñ´Ö§','',0,'?'),('\\Z€m^¯lRÍ!¥º[9¥9','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/RequestOptions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','´H\"&að4¦¸6‹·å·iÎ','R¹ô\nÎ•*~âavBwöô²ÖÎÛË-öüom y','',0,'?'),('Ä³¬‡;Mïß\\D1Éá¹','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/RetryMiddleware.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"gîµ¾\n‡ó\rT34H(€ñ','ç„<=ˆmÝÂ_n71J„î—÷§_pƒMBMð÷a\\ì','',0,'?'),('úÓÆdñÝ\"­ÁbbzS','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/TransferStats.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ùKÑÐQºÀŸ•8¸¸r\0„æ','T>ú˜!L/4ç ’IæSÜå/d*º6xªf\nòq','',0,'?'),('ls™be…{ve˜XOì','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/UriTemplate.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ŽqíÖ³l¿)ÊÏ5àc•','ñ1÷F.gè«‚”´CÁ¨·ƒÔ ìÚ5&>)M\rÚ“','',0,'?'),('Xé¤#c—hÎzÇ€|ÎHÚ','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(ÄR_;£·í½ ‘o\rÿŽ','Æ~‹R6î©çƒÛ¦8¬;t‰×lþ«yi&w[ò','',0,'?'),('›(¤7ã[l6|—l¿›r','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/functions_include.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_nçù|Èh8c\\œPA[È','™)~W¸ Cr ÎºÖÚ?â•ë®$,`]´@ÛD1½Êpp','',0,'?'),('Û €JäMùR[Œ@V/Ñ\"›','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/BlobRestProxy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÝÆ\n9Ý—5ÌžFPý\n','U;éÛU€!¾ aÈÝ %aD!¿è,\nP8èÇ','',0,'?'),('£^ p,g_MÓh©[º§a','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Internal/IBlob.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¿²Ä\ròa‚ó¨ÞÕÞt‹','ªúÜ‰3åYÛ±Gû\0»%óÎÇ¸Zz–\"P€<©','',0,'?'),('¥çrÉ˜øôA‡dCœ1','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/AccessCondition.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(wÄfõÅOuÇ‡¢NM¶Ê)','¯ê˜ééBe/É”0Î6X‘Xùî40­lU”Ï©ü4Ïñð','',0,'?'),('OuƒØIÞ‹¾’vÂÛ¥ý','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/AccessPolicy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ï¦w¼àŸ{õ\"Å˜³','MÉöšœZÌ–¯„ÖÛTHÎj%w2[ˆÎ_‘ð·G“F·_','',0,'?'),('-;§ÂØ`|ie.) ','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/AcquireLeaseOptions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|‡e4ÿÉbˆöt¦ÄG¹×í','†¢=6Ë›Ê—áÛ#ýÔŒ!âÜ=6Tž^ynÈL½{','',0,'?'),('zp¾¶¼”v¾ôÃå^s','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/AcquireLeaseResult.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w!þc´>™×H‚ÃÔ>|',',ýô~óÃ³p3oñ3(†jºdDB(“Êq©ƒ„Kîþ','',0,'?'),('/è\\:ëÁËRüj÷’#³','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/Blob.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Þ€×\"Ú¯Èú`)Î8·s‚','	6”i0Äh\\ªó§ŒÓsâdæLPd\0%cnÒH4…D','',0,'?'),('ññ¼‹—_o7>P‰“šö','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/BlobBlockType.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','„¤ˆg?ëçjmÏ#B?pâ','e,Ø<–y²w,§Uñmäê@¼Oê/›™äc¾p;','',0,'?'),('Ù•Æ°b%ØÒLÓ4ö„uó','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/BlobPrefix.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+Þç,ž÷gpÎKüéPØ','Q`Þ ”~“Æü@¶¢‰£š5=ÆuøÍ6Ý¼×ô','',0,'?'),('ÝýBl›!0Có¢ò5Þ^ýú','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/BlobProperties.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ci{WÏ6súÝlpÝ:¸L','d“)©‘[»zrG¤‡OŠAaî¶d:\'ß,Œœàsx_ ','',0,'?'),('ÿpÜs\03	ÐÈc(•¬','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/BlobServiceOptions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','—sŸÛ›I‚,Í8_äo.Û','%ßüúñê+Z¡_±¢Ò·õ7¸Þ’WÉÊÖÚ!^½¸','',0,'?'),('Èk­Åáë¬X<kÓv®[‹','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/BlobType.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Zú||ôQa´RC¹„T','-µ“YQé:»œèJ¶ÍØ2áºa±“¾Ý$¼X¢^§.','',0,'?'),('ûÂØ4=ƒÞM‘ÁúÕWð','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/Block.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‡wÁ–ªþÓÊ‘Ì=ý','òå_3Â\Z÷ÐTèë†¬µï)¯îvL€ÜJÐrFK4','',0,'?'),('ÎÒþÌnoŽTþzÛ?b¤¨y','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/BlockList.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','á”i˜i*0ìPl•ÁÜ’=\r','È²Æî>ú§êCÆÙ·9óf3 n2\\iPb9^ÒÔ„','',0,'?'),('`þJÓÏÈð:‘v.OÿìÙ','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/BreakLeaseResult.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ônüŒÅòž\Z‡Š¬f¦ãh','¤6\\šÊ	_[=‘¯²\0jœãYp¾ŠŽœóœ','',0,'?'),('ùúà“­Š‹ŸóÞéëXË','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/CommitBlobBlocksOptions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I·%„”/­à–;@1{Ÿ','*[Î;hSÊå¼•œæØø˜ž¬‘¤m¯@\rQbwÂê','',0,'?'),('ØD”ƒv3d‚Ï[´ÑvfD','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/Container.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{’‚ü_)!‚Äžaùó•º','j±¬1\r\ZhßHš#½Ý]É·2õfó’«©j7G@¢','',0,'?'),('=ÇþŠ]»ÞŸJì','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/ContainerACL.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ë	w§ƒâóÓaæ3Gnå','åŽÏšã~\0Æäº5e?H…£ÑÕX_lm2.¥´n_.','',0,'?'),('5õ.ëöîu,ÊÛ6íƒES','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/ContainerProperties.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','°£¹K¤o¢Ù{y˜Ê?Žè','n.DÇˆUnÐòKÀŠEù<VÊø½Ý®©!7[v','',0,'?'),('‡qªÒ!£EeD•d¥ÔcA','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/CopyBlobOptions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q=w²ÍÛ3Çõ´€^WQò','«ñl`@:S`\'i­°Gÿu©èÕµ3Õ±–çºAk*\'¹','',0,'?'),('ß{iÌ\Z¨è2ÎayRŽt','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/CopyBlobResult.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H8†:¦ÿfHÓ(c-¢','ŒU\0ß8¨xa:÷¿ê§L?Þ¨$/ÔzäÝ÷Þà€','',0,'?'),('dˆF*ÅØ¹ª0d.³','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/CreateBlobBlockOptions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ëŸŒ#÷‡ºº¢-Ô\0N','C{æÝ@þ«ôõ„3Í(äÝÏ·Çõù£Øâ¦@øÑ¡7å','',0,'?'),('d¦3˜k•+“lÑç¼—Ç','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/CreateBlobOptions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','07m!üP¿¢b\nJœ','ÑÉÑìèÝG&‡ÜÁt¶2µ•½@>’@x×cäW]¹Å@','',0,'?'),('d÷ÉWÔ?h›¦7\n)¨Ç','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/CreateBlobPagesOptions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Jf+ƒ÷µ³ |WTóšá»','³Ù<~ *î:ÊyO´?v(iVBãÚåÿÇš^£M','',0,'?'),('PÓo[˜¨X&:vWÉ','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/CreateBlobPagesResult.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','øK¨\r>ÆËšV¹DV¼','ì¯lÆ	–ˆÃz%;ázPÌžQÑgÝÚÜ¨lb·Õý','',0,'?'),('ÜHåÙir·\n>“kow§ƒ','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/CreateBlobSnapshotOptions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','SCœr!|su4ùUPªà','Ü¯ë„Ò¹¬O~³v¡—ãäÆ\'¨><u[ØÔx¹','',0,'?'),('ˆœ%˜ýQ¯PPá7y{Jo','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/CreateBlobSnapshotResult.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' ñ æÈ2dKíÈÆßÐR@','p@Y…‹K;Ú¤Óôû7Z6Mu\ne™\\þâöÖd¬I\'z´','',0,'?'),('‹ZÑÇt³¼\ZjAv','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/CreateContainerOptions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','–0M¾/O›Êcëu&gÐ','‡ê\nö‡O²{ÿ„˜ÂheM“Ç\0Ž1CGpTª0¤','',0,'?'),('èa¼7p·2bY(G}6','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/DeleteBlobOptions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÚeÜ°Ÿ+¼+´P9ƒ¿ì','×5ï×˜oœÆêéhÂÎ-ÂÂÖÿ®Ø€¹û¹}','',0,'?'),('Ãè-Ð`;Š¡ªvã¶õO','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/DeleteContainerOptions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','´Ý1+tF†_^¢@@Û','Ì,»ú\'ÿ/_º˜æ±º«š\'—’î—2,ç?%\'ÊVçä','',0,'?'),('}-ÝžWíÕßÍãòj','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/GetBlobMetadataOptions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÚŒ…(U\\\n\0ôµGfx±','y€\"Ã)¼/¢*DCèÌ¯µ9p7³¯ÛùÔäfýi­','',0,'?'),('«ÊùÑ=”šå¤®ðY–<','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/GetBlobMetadataResult.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E±Ëý›&hSUd½‘æKê±','EÀd™–ä]hxÙì˜Cà¿²M¦¯PÿXxÚå','',0,'?'),('q¸…ì„^,ß®\"åEI¹','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/GetBlobOptions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q1iîùcãöë\ZúPqCF','Rqþ5¶ö˜`Ä {m¸Y—JrcÈŸÓ{ËÀ¥','',0,'?'),('¼m¿ÚÅ*þ“®Hjü','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/GetBlobPropertiesOptions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ømÖKˆçÍ§U\ZzÌ¿Þ','ñNã8¹<}qvõDÄ:e^9Š¨tî#;','',0,'?'),('bNUu\rÇ\"fbM`6´','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/GetBlobPropertiesResult.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','£D´­•NFœ-ÞÅœfD','’ëiªdÉÝ§’ÿ¸Ü’÷‹¾²ãhÈ¬ì‘õ—J>Š','',0,'?'),('0ƒi$Î%²pËóêûUª','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/GetBlobResult.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','yŠ}È¸Üyˆ®¶5','X4Ï^Ôì* Ól-çT¡¯Ì½Ï?p¹@¡ñþ?™','',0,'?'),('¹%ýGåìK”™X›_','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/GetContainerACLResult.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','à>ž\ZÞe°\0K·”ÇS',';ì%Ýi8@‰3å¤˜É­Äoõ\0WÿkzX½Á±Ò','',0,'?'),('L„j¢’¹INâzØ‘','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/GetContainerPropertiesResult.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','±OËz*i:I2‹TÕRmŸ¬','–Þ uqI\Z	­üÂ„€Fq§¸aEíÒ67DÀZú','',0,'?'),(' G¡Ãƒ<,ÙoÖÈä{¢	','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/LeaseMode.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q®AA{Ü9¯K“fµ#å','Ž%-í“å96br+ÛôWí\'>Ë³ì/È‹†H/º','',0,'?'),('¾Â—ûà ö_Àš¤?q&Š','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/ListBlobBlocksOptions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','À¿¯zeöÚ‡.e~',']/²)<y¸áTÁ?ë„4ï,Ä2UŽPóƒæW„ÜÙ\"û ','',0,'?'),('@`.i–Ÿ^”ºƒïéjÐ','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/ListBlobBlocksResult.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$ùqÕ*B5VAæ,øz·™','k>~‚/Æ°¹ŸÒ*lä¹V÷‹HEÂÏ½ÁÎê\Z¯_Ø','',0,'?'),('×ü•?ÜE«âÚå€Ì1Õ,','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/ListBlobsOptions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!5¡Ïå7‘®ÒÊœ™pMÀ[','-@\Zâ›:QÄÊ®¦ÖûÖ“¥GËnj· ¦ÝŽ','',0,'?'),('?)\"%8SØˆ¸–¬.hí','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/ListBlobsResult.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','wéÌ÷ïOº®Z-ó¨·‹>','oOUjSê)FTáäU“’†ˆêw?5[T…«ugƒÿ','',0,'?'),('lK¤S@‰_¦‘îçI6³','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/ListContainersOptions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¹ÀÏääÐi54ˆ¶IS','Z)K~åÌNuƒ‚Šó´œÙjÒôó„Ñx­GmÖ','',0,'?'),('ÓÖœŸbÃËaçéu†ï','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/ListContainersResult.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_k	: ª@ú›™‹U#2','Ôè²Mhê‡?ÐaËZ·Z0îðyõÂxxÎûxXŒm<{F','',0,'?'),('e°64F\'¢ž/£¿¯Ë\'','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/ListPageBlobRangesOptions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¼Ü¯|&l–»0Ã;„?†','‹Õ\"YÔÁ½4>AÁoÄ4ÜYÓÊáãí·³9è½)ÿê‚','',0,'?'),('ÊÇ~‘ýýÃ¯ŽìG³þp','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/ListPageBlobRangesResult.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','”:…\nÅ0)¼gUö\"ã','!ŸC˜\nÁÞ«ëˆ’àå.äÿ‘3fé†·ÎÓƒ[','',0,'?'),('Ájˆ?ShO.±¿«Ë','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/PageRange.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#­&€€Žóuàt#_è¡','Ts«´5Úô–n·èÚ¹Þ=Ó97Yr>B\nží‘—ˆK','',0,'?'),(')oÝf±€çH·hNc®Ô‰','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/PageWriteOption.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ñ¬lï§j97‚ÖH Ê¹Å','	OA¨_E²Í­«,ÒFq¥,Tå\Z¾;ƒ•çËÓQ3','',0,'?'),('þÜ6@!W¼àIV{Ú³I_','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/PublicAccessType.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','”\"ˆ™ 3×—GJ«\ZB','€‘¨H*.VEG“•F¨$^Ù…Iñ¯F{ôm¶ü>ÉE<','',0,'?'),('3o))±ú<e€Ðçnù','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/SetBlobMetadataOptions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','zá·K?EÞÑ˜3)€õ?','fv´3&ŠE‰Åvýœj(ŒÞßÿä¯´B´¹Ÿ','',0,'?'),('íÿ°šŠØ†•õ­a¬É´¨','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/SetBlobMetadataResult.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.#wE0$T\rüùÙµê5','áY`Á^éææƒØUç¤àÈ#+àüCIK—õh¨À','',0,'?'),('	DV´—=þƒ˜3E˜Á¨Ð‡','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/SetBlobPropertiesOptions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','®× â‚þä³QZ;úmë','¬U+À¶Q¦³GOp6*ýoÍ†Ùyfsh:ÐO– ’ó¤','',0,'?'),('®	™ ¨™RÕâï˜†^r%','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/SetBlobPropertiesResult.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_‰C\\¨¬*©¥Gý•4Á','ú136š î¾?ñ\nÚÊ¬Õígô¨D°Ä8f‹¬æ>q','',0,'?'),('ŸP·u+jšÖnÉ{ž~c','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/SetContainerMetadataOptions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Âßkø%a¥T1 —Ñù	','Îý¤á‹äëÒØ%¼£“Jƒ¦“ò ¸Ðt¦„ñ','',0,'?'),('N¨C‚ÈÉ‚šFôº=>é\Z','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/SignedIdentifier.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','°9³¾ó^jwé&Aˆ','Íná,ï¬òíûõzê|lÙêQ)lcðÇJo¸B<°','',0,'?'),('ŠŸÆ)›‘•ºN\0~2u ','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/CloudConfigurationManager.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','sù£ê¯ÓÛ«=·ËÉÊ’–À','a&È{TunÇ†ÄßŠXŸHá¡›õwœ›<äµ','',0,'?'),('ÎªÝê§Wð{‡0…X€','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/Authentication/IAuthScheme.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y\rU`\nrtÏŸÅ KëBG','®BåÞ”Nn(Áý*´á¢Yƒ˜ ßy„‰‰7P','',0,'?'),('ã‘>¿z*Â})1Ú4cüÈ','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/Authentication/SharedKeyAuthScheme.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*#`JŒ¨öÁØ·0\n?™','¤qïþmmL4ªÿ	¨l2á>+íJŽp¢šŽ§2Y4ø_ú','',0,'?'),('\'c=¼]U˜À÷Û„ú\\ñÆ,','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/Authentication/StorageAuthScheme.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0ÜmƒñîæDt©·ª?‡Ð','ä`0n{E¡Vø©I5¯/•û#e,¢N7)’ž}','',0,'?'),('¡f~){t]ù¨”¥›ÉÇü','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/Authentication/TableSharedKeyLiteAuthScheme.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o5ÓMÿmÝg<ß`Ÿ“ÇöÌ','Gge¾¦äõ¹Óá»¿¾ªß¿uÂìóÖBº|@áwT','',0,'?'),('	(ZüºÃ§çU‚Ú','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/ConnectionStringParser.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ñ™6Ñ~ÿB@Çž*_6¨','Ñ:¥™¿=hß0þþŸ8\0_TEžŒÀ0~\"c[ñÇæ','',0,'?'),('>(íÚoŸ‚ÅÊé“','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/ConnectionStringSource.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','îÑ=\0”Ün”ŽÎF÷dl¼×','¹]Úáç:\\Ôí7¯ÙÙ!jý×0ìÈØ>¸J/€·ãª','',0,'?'),('ÕÁIØÈœ¤ùÅJ°þ7','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/FilterableService.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Â\'~‰ÊìàÙ\\ÉÏ´Ë›Š','ÈcˆÍšÜU§/?.ÍL=Žl]6’\rì*]x<ßç¥3','',0,'?'),('·*€¨Pá\n¶D)òÁ>ÞA','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/Filters/AuthenticationFilter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÜÌÖ´€Ÿx|qMqO‹','—Ûr3ÛN\\\0&e€w=¹Ò½{rÝAHE€û—é·4ê','',0,'?'),('‰f¬Z›ÉqÉ©íb3ì5','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/Filters/DateFilter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‚LQ\0M9_Rn-€QP','Eæ]½×=Ìî\\[{«9)%\rôüÞv9ZÚ\0\\µ','',0,'?'),('›ÍÝŸÕšø®–ér?„','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/Filters/ExponentialRetryPolicy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';ó—@v¹?»çŸƒîÎ/½','6ˆ÷‹ÊŒ¢¡	l?axô°}:Þ\r‹3N”¦Úý­ý','',0,'?'),('4~¤3»Žs{h‰;y{J','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/Filters/HeadersFilter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_Á5vëeÝõž¨+´-âÃç','X¯¯Á<–¶~$Æ¦íŒ}ð‚T©h7òŠ4¹Ÿþ{Ç¯§','',0,'?'),('ôÙúõìr¾nL™sÞ^','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/Filters/RetryPolicy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','û{V¶Øs*kÅÂ!Æ±…','<\0˜p´i˜XÕˆï`ÂÞoÝJºgPQ·mô*Q”','',0,'?'),('½¦=Á¦Kµ.•ðo©sJ','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/Filters/RetryPolicyFilter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ˆàÜÜ•zU ç<8ÇßœHÛ','îoGñÞ?\0ÍvJï`gv —Ba\ZQ~kNUÌ','',0,'?'),('™,·\'Ç)BsÁÓhßØVk','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/Http/HttpCallContext.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','aïà˜™WUdŽbÃEªµW','Cåe\rý*  p$Ùeª½éÕ$}Í\"£>«X¥¸9','',0,'?'),('ä¥?p{•NÂã§ŠËøUÁ','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/HttpFormatter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','©:¦¢·§ëo3¸©ñhd`','qáæƒDO¤c\\HÂó˜L·ƒr·•…\ZOB1ÞæJ','',0,'?'),('ÅÚõïõµw\'DBbê','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/IServiceFilter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¤?âoòt·ˆA°eì}À','˜{øŽc¾ÇÊ-Þ6gLÄÚ.?Z<wVÝ*vR¹Zöº¤','',0,'?'),('ü˜Þšî“ÑF¯Ô¦½÷Þ™Y','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/InvalidArgumentTypeException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¥­DÙÀœ Í#|”´Œ','Ø©DÏf¶_TAªÑ)¤?¼ý§Ó&c~ÐÁ¡‚jK·','',0,'?'),('A“Fý^û7è¢ó}ÜƒÓ','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/Logger.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','·Y:³rí|Ì¿“@Y¼ýR‡','rno|DnÍÁHUæê„È5×Ÿ•¶æÿhåZÓX<Lú','',0,'?'),('u‹òæ–R*ªóå¨9-y','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/Resources.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','îoÜJÚ+ Î[ÝñƒÛ$','¤½Å÷8kŸÝý·ˆ C\r¸÷ôÐÃ˜º«-Ñ˜ê#M','',0,'?'),('ÒZtY:¸ä™¯Ì¹5­|•T','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/RestProxy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ˆæGõû\n¢WÏ iŸßW•Â',':?AUð\ZŸlÁw»;nOœ~‘¹´ŸO‘]¿«Lqå','',0,'?'),('§Ë‡&«¬ÿñÑ«`Béwh','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/RetryMiddlewareFactory.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Tù—[VÈfÛÝõo„¬‚','î<õ5,õ_»fàIøŒU0¼&è1	ø cËWš\"“Ü','',0,'?'),('„bý¦ÃgÀ?_Ù%VãÇ','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/Serialization/ISerializer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','OS- wü¦‘ýð;Ú!Æú','zJa-„ÁS\Z0tÈ‹Ú™ò›rÆ˜[ý8-SXT‚þ','',0,'?'),('ö?\Z8ë®›ïq(“»vH','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/Serialization/JsonSerializer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3ü_Há›æµîäÿƒC','Ìø—(óz¥*GàH¤ü’ðÐ„ˆüV,àó)ŸýÐ','',0,'?'),('”©¦æW5Ì‹_¢\0ÕI§Ð','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/Serialization/XmlSerializer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¿bEÖ…ófl Ò‘0@Õ','‡´ý^™¬ÖãNà4¼ù’\Z™£«‰ÇuyòRZ‡«¯kI','',0,'?'),('Åœžt&7ˆ7Ú‰>ÄP/ª','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/ServiceRestProxy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_½ö—uêMYé_Ë^ó','žfÎCbÄ)Ë#ÂEQOº`ÐI}aÁÀ)}ÿÎz','',0,'?'),('>ð#ºž¶1$Ý©JŠœÆ:K','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/ServiceSettings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Rœ¿pÔt*ÇT×ÌìLg','Õ­¸¸¿ú›À[Xmvï·±•ì<ÛÆ	ÍÈE¦óò','',0,'?'),('ÒŽï©ÐôÏ‹‹ºÆsØÂvH','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/StorageServiceSettings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_¿ÀB	âeËJ¦÷Tðq','µ–˜u˜.>\0Õ°:qM)ê1ZŸuž-g²íÞ¾','',0,'?'),('MOžåö{˜¨†a©','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/Utilities.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ù~´¡Ìý•ùsÅï8ÉÐÁF','ø‰iX«åSô¯f¿jAl6V²N=€8*v¨ºahÅV','',0,'?'),('ô²û/dZ†|°G©V','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/Validate.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','±¨íFØ¢®zâ÷F•—‚Ìx','É±å`qd´‚-3–3XªIjÅ¹·•Œâ%ës˜ðœ','',0,'?'),('Ç\'ö}êüÐMÑYm“’öU','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Models/GetServicePropertiesResult.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ˆœþmB_çK—7DÞ','=µøÏOfN…J±üŽ^=%J]:$E™ÿþÔ¯9e§','',0,'?'),('¦Y\rÐËÏÑ™ÐÑ¾Ù¸0&Â','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Models/Logging.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','±­è \rw¦Pmrx…çþº','ÁSˆÍEû–O/z9xóÏÔ{ä:8r‰p:@å×ç','',0,'?'),('»¢NSÑKW M\"OG','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Models/Metrics.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{ÝÛó»¿ÛmÛ1‚žmf','ö§cW”(Ò<ï%k²õhäý™eW	éC¿ä¨lˆ˜','',0,'?'),('ìØµ2p¿oíG¬’¥Æ','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Models/RetentionPolicy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m²ÈuQn¨q_¯‹bœýt','Z(·X(ß)­lD…þŠ°Ÿ\ZV‡oÇt¿6ƒ0;lÚ','',0,'?'),('ú‰š]\0A~µ(\nõ,ä\ri','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Models/ServiceProperties.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',2~|y*`ô½Š7°×GU²','éÇ·šÈ±^ùîSúUüüE£nÈ°æ]rDðÖ_G','',0,'?'),('é<2K°ïŠ¡ã.ýl','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/ServiceException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','½\\9÷óï}«Ð\ZwUœ•Á','Ö›æ		.O&‘íÖÀÂ%:òÔßþ·¥]×Q¿Éç¯','',0,'?'),('•Ñ-g°“NÁ3éñlîÏ’','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/ServicesBuilder.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','õ\n¦YGj%œQÑJzg','7t07­—ÄÞQŽ[Kñ(‡^M•°Ó\r‹3\ZÏÞ','',0,'?'),('pd×´—T-â‹³%\'H»','wp-content/plugins/w3-total-cache/lib/Azure/PsrHttpMessage/MessageInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[†KB5ÝCZã¢Ò´—á','¡iî>¥¶,î²N;\"kÂõÌD-}ƒõƒµtâz‹ J','',0,'?'),('fèþSªûqdò±Ô9*Äÿ','wp-content/plugins/w3-total-cache/lib/Azure/PsrHttpMessage/RequestInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ÿ–ŠZÌÆVë¹i¶©sô6','aš¸÷Ø½«U¯£Z\"(5sÝgã\0óÒuYD[Å÷¬î','',0,'?'),('ojñ5:¢(ØÖ¹Ó$Oá2â','wp-content/plugins/w3-total-cache/lib/Azure/PsrHttpMessage/ResponseInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':.¥W¨%7¦ê@Ã±','ëq@øŒw¨ì4…(Ö]•‡r4ƒõw’Ï~º#à\r\ZòÞ','',0,'?'),('¨yß%ð\"ý–ÌÚ.ˆØó˜','wp-content/plugins/w3-total-cache/lib/Azure/PsrHttpMessage/ServerRequestInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','†”Ïh‚²ŽòÂLDM)‚ê','0d?°†dÊÃ±â S¡aèâ—dé¤?äÞ*†d•','',0,'?'),('J†L¿êcüeo@z»Ù','wp-content/plugins/w3-total-cache/lib/Azure/PsrHttpMessage/StreamInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ýèz85z¥Šö¼¥¥T','àÅ¦!ê\ZÄE| s‰½¼õIÅgõß˜V¤4áq§N','',0,'?'),('´ÓJîõa_y\"Ÿã!ô>V','wp-content/plugins/w3-total-cache/lib/Azure/PsrHttpMessage/UploadedFileInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¿00qîˆÑLŸD‚\0&˜ ','ß¸ƒ3k=4´DÒS/²ofôéñjÄiíÎ','',0,'?'),('ç ÔŸÍ†bOÅÂlÚË','wp-content/plugins/w3-total-cache/lib/Azure/PsrHttpMessage/UriInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','wðêâÍ:(HÑÞÁ‚²Éë','¢‰£œ.xƒ…2Ð¶ûøí=2\"î#Ð…¦Jú!á{i	Q','',0,'?'),('Obo÷K…Ï¹ý-§4ì','wp-content/plugins/w3-total-cache/lib/Azure/loader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','„ÇÉPú\\\\ºÀÓMU¯','Íýˆ¶·9´ç,\'åÍ%ß ›³&Û?Ø_„\nÕâe£','',0,'?'),('4À‘f!ójÿ @ÁÙ¿W','wp-content/plugins/w3-total-cache/lib/CSSTidy/class.csstidy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','±\"9¯D‰´5?¾“‰','l)ÆJE;ÜTÇ;á][Kƒ‰	tÃøýÍq4py','',0,'?'),('Œ{ñ€2eíä_8aÊt','wp-content/plugins/w3-total-cache/lib/CSSTidy/class.csstidy_optimise.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0„Uô8¼€:O„´Ú','º;\'A¼ƒÄLH¸Äó×E+U ”ºtNXÛ\0IEÓ¥','',0,'?'),('Ûêÿ(Ýà1ÝLU¬(1Ýž','wp-content/plugins/w3-total-cache/lib/CSSTidy/class.csstidy_print.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','úñI«ù”¢–7˜‘YÔ\\','JìÏ­qŸ6½ýÜÊ¶èOŠJ¾³ò=1\08``','',0,'?'),('¡öCƒcª°Ûhë½_k','wp-content/plugins/w3-total-cache/lib/CSSTidy/data.inc.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','buyjú©pPö*ðpJUë','”bR,YyÜ?Tebµ¡æ­GùÙKöBr¡âÂn','',0,'?'),('`h3z®£IVˆëâ‚MC','wp-content/plugins/w3-total-cache/lib/CSSTidy/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÔŒÙ\0²é€	˜ìøB~','ã°ÄB˜üšûôÈ™o¹$\'®Aäd›“L¤•™xR¸U','',0,'?'),('¬Ü]çMj\ZTý¸yã2Ü0','wp-content/plugins/w3-total-cache/lib/Db/mssql.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%ÕåÖµíh˜¦((©','ÕD@”\\Þ¿ÿÃ€IU•%ð Oá‚û\'&?\\ûß¿â','',0,'?'),('|¸»ÛÍ‘ô–3¿D©M¥','wp-content/plugins/w3-total-cache/lib/Google/Auth/Abstract.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¹}À’Ê¦£pn®/2ŽüM','öòàEOwlìçãÙß_„pÆ\rH3ÅeJµ—Áeõ','',0,'?'),('[Q)±Ýëû$´,ì™e½','wp-content/plugins/w3-total-cache/lib/Google/Auth/AppIdentity.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','˜{Ì_†•ŸCh~È)†JM','Ps†j¡ÃÐÃ.žO×XC/Ð7®€eTP?_þF•\0','',0,'?'),('ËK¥²yñµùçÐ€oN;','wp-content/plugins/w3-total-cache/lib/Google/Auth/AssertionCredentials.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r¬8.p«^ÉX\\Â9Ý','îva9ËôÔ·\rŽ¾¾¹\\JT™Â~´þå*µX½Äæ','',0,'?'),('}üçê§¹C2ãIFžî','wp-content/plugins/w3-total-cache/lib/Google/Auth/Exception.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','£˜0+=t¿Õ±çl‘&','ëzû~	oY¦7èx\ZEøßÔ­f¯¦ÿÏ8”!õ\rÿw','',0,'?'),('¨Í:\"êÅ{–àœÞh!s','wp-content/plugins/w3-total-cache/lib/Google/Auth/LoginTicket.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','SxÏ-ëšCŸÄGuêÕ','PÓoTÕnrKÌÓß÷ÌÀXîg	ºaå{+ú”Êl','',0,'?'),('âo­Oš\nU—„©v<™à','wp-content/plugins/w3-total-cache/lib/Google/Auth/OAuth2.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&µš`£·Æ6^§\\Œ®à#','Mu—Cô]°-ÔŽi#m’®q7¦v•Ðc s\'®õiýÃ‰','',0,'?'),('©\\noVÂ–—÷³fJÓ!F','wp-content/plugins/w3-total-cache/lib/Google/Auth/Simple.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I57M#ýâ#»º3ÅÕÃà','ÝMî¾>VD}±V\"pç$9¸*ç&Óc…·bI¢-ß;','',0,'?'),('Äøþ£™dj~ÑŸ€t‚w‘','wp-content/plugins/w3-total-cache/lib/Google/Cache/Abstract.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ä>@J’#\Z\'€8À\00','$—!÷‰hw6Ï3.ŽhÉÅî+HKà+k“eïÀ','',0,'?'),('+îó—8Ð@ª…Ïï\'=ßb','wp-content/plugins/w3-total-cache/lib/Google/Cache/Apc.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','mën-P]†³1q>TÃ¦','Y*Í}øþ.k8-ªüÙÂO™-Ík(Ðq@àFø«','',0,'?'),('nÈÍI@sdè¤	ç,èŒ˜','wp-content/plugins/w3-total-cache/lib/Google/Cache/Exception.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','×“qvf*DÿÐ/¿ÝÐÂF','B±E5•ƒËObª£\'+Ù›W±i[JÆ^Oè³‡wJ','',0,'?'),('(Y\\Fó*|#Ô[l','wp-content/plugins/w3-total-cache/lib/Google/Cache/File.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','DpñõÑXc©À#îóD$','Tåw­ß%ÓbØ­7âý‘ú+÷~%Ñ‰z?ol¥','',0,'?'),('V«8cZ­ãÊ\"¨ÎGëé','wp-content/plugins/w3-total-cache/lib/Google/Cache/Memcache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ifúuda¡kãÔ¶ï	Ë','eQ}Ê½ÑºèÂ¢Ï^†ªwgþUß=úçôÈ Æöä','',0,'?'),('ð¡ðB’ÑÖ(ÚW«xïØ‡','wp-content/plugins/w3-total-cache/lib/Google/Cache/Null.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q‚­,vdpß©gˆ§å´','ðíól­¬¦Æ¾inNyfÞi€|YðiI]€','',0,'?'),('B%9Kh¶m«DwÈ','wp-content/plugins/w3-total-cache/lib/Google/Client.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*èC/@á¤åcy=r_¼','¯Ÿe÷ÂtŽÞ®Õ‡Òü\'›ŽSþ©OÂ%ÊjÚŽa','',0,'?'),('_éJ«Žü¹h¿!j¾–Ô†','wp-content/plugins/w3-total-cache/lib/Google/Collection.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','TúYÐo¬kD‰^Q† -','0˜]=©ðCãéGàÏ†w¾%`L7ÿXZt¬Ó¦Œ§','',0,'?'),('¡%°ló@”éY¶7Ÿ\0','wp-content/plugins/w3-total-cache/lib/Google/Config.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','siÊw5Wëz)ËÈ6O…','3*¹cLž\\\"c&®ŸßœÍJný\'9	=®é{#ß§\'','',0,'?'),('ÞìnÓ»F$pœa½¼','wp-content/plugins/w3-total-cache/lib/Google/Exception.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','“Ly´àÀY@áA‘ãˆíl','7xïJîÌ‰4^¿©\rÙÄ„ž$eõê(Þ±a zL','',0,'?'),('¬Ê¼@W1Ž™•tF~mè','wp-content/plugins/w3-total-cache/lib/Google/Http/Batch.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','°gõoMlóf($(_\Zrg','ßªu<‡ü—ƒ‰ãTY3¸³ìë8úb~Ë0¼2(z#°e','',0,'?'),('¥Ì•Z¶˜”®:¨£}`','wp-content/plugins/w3-total-cache/lib/Google/Http/CacheParser.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\F°Áe—‰YH>Î¨úE','&bÄ†É¯»©-¾¼yŽîë¼`õTI¢ÊlÑ¤T&VÉT','',0,'?'),('K8¬Ö¸ú†Yõþ†d¥ý','wp-content/plugins/w3-total-cache/lib/Google/Http/MediaFileUpload.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','”†Ã[¾Àû¼œ[ŸÚ','ú¤bäŽB·ACMÿ¡{%<½h…÷Y¤Bé	','',0,'?'),('í \"±\Z-þ©(baö+¢','wp-content/plugins/w3-total-cache/lib/Google/Http/REST.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/ÅGšº8~•\nµþÖ\0í','ö4K£$ÙUßz)ž·#	†–ad\r¤ÊN_ó®Ù?\0','',0,'?'),('Ë)’rÕœu¶J¹ù-K','wp-content/plugins/w3-total-cache/lib/Google/Http/Request.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z_iû@õ˜öuªà0(Çd','ÐÃžž®qôÌY©Q”düÇèXxçjd5o_ïC','',0,'?'),('›	M”{à¾ÍE‰D’','wp-content/plugins/w3-total-cache/lib/Google/IO/Abstract.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','²”	8å¤JÙJXH„','y³Tªð?VY¢µÇøè§ ›tmöÏœJ‹ íy','',0,'?'),('sTlŽyd½œ¯ü`Ð','wp-content/plugins/w3-total-cache/lib/Google/IO/Curl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¥\ZÕø}ÙåíÿÞ@êPœþ','QÄË´Ý£«šWÁbÝŒ:~n§/½Nq}î/”îÄÞ','',0,'?'),('ñ	Û”û=Ù‹O®|4Ô©Ÿ','wp-content/plugins/w3-total-cache/lib/Google/IO/Exception.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','áC3ãUˆÔöpY×?ê¡','<dw©4*,Ò£ûç×4û¼Kðå9ÿ×oªÑÁ<','',0,'?'),('“g³Â”kD´qO:›','wp-content/plugins/w3-total-cache/lib/Google/IO/Stream.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C—¶jKCVÄIAv“ØiÜ','qoî‹›!]ÒÝ‰åSØ`ý1éqòèLmJ=…Hß¹‹','',0,'?'),('_p¹¦wèÄt™2Î)îÀr²','wp-content/plugins/w3-total-cache/lib/Google/IO/cacerts.pem',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¥\'¹>q¹GYÙ–Cdóµ1','Eà4aþb`\0)¶¼“ç¦Ui(¯@­Ïˆ€[;¥Ô','',0,'?'),('¾ù>2Ã“LA©ë¶ø','wp-content/plugins/w3-total-cache/lib/Google/Model.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	h1Ýp±Ø]\Z¾4ÿêÔ','ÈP.Dg¢õ§#¿½Çæìyä€H	fýáÈ¬‚”¥LJ±uƒ','',0,'?'),('q(S(¿áºƒ¶¦uAŠ','wp-content/plugins/w3-total-cache/lib/Google/Service/Drive.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' È¶UÔ•#Cì[óoŽÖ','‘93({;Ähf}1¸õ\\\nº¶»È”Û_Ö7ñµ@','',0,'?'),('Tž™\\¹OcpÎ\n\"ô\"Ø','wp-content/plugins/w3-total-cache/lib/Google/Service/Exception.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']èÞUiŒ›)vJg@\'','åh·ß³ÓßdK7žÝøŽ2Éé©éëóx¡-ú%×ðI','',0,'?'),('¼:X¡9ëïaˆ’·\n²þ9','wp-content/plugins/w3-total-cache/lib/Google/Service/Oauth2.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k°x‡»Ø\0¨ÀñtœÙ.','XÛ„Jp}Ðf’ý-“H)}xk¬ÖîMÍ&Û','',0,'?'),('ÒAã–ä‡³§Á:`7\"m@','wp-content/plugins/w3-total-cache/lib/Google/Service/Resource.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','˜{5¥Uïq+„MË`©ã',';‡2ß\\v†y»ôtIrt­÷&£u|pÆƒR$','',0,'?'),('iGAÄxvVêK’Ò	D€p','wp-content/plugins/w3-total-cache/lib/Google/Service.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ggo$˜¿(ö©œg*µ','xv ]+\'Ç@Hp1Dm‚n#‘[‘‰^Ék½lÊZ¯','',0,'?'),('=÷‰‘1±G®*23\'ž•Î','wp-content/plugins/w3-total-cache/lib/Google/Signer/Abstract.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÂôŸÖ_ÿ\nÉbšWÈ^]','ˆI‡ö\'’ÂbÑi*«/ý\\rá\\–lêò¾ÃQC4 \\=>I','',0,'?'),('”%‚ãñ,W—{\":˜^ŽT','wp-content/plugins/w3-total-cache/lib/Google/Signer/P12.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ë‡í®3ß6ì}°Ï‹Z^µ','—@z\"ÙŒg,åfcÄ–o•Á)xë’ŽîëÞuQÔä ','',0,'?'),('a<Ió&pìplï@Ž§.','wp-content/plugins/w3-total-cache/lib/Google/Utils/URITemplate.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n÷j%yä..» m¤ÐÃ','®Tk¼÷H\0© Šÿ0ó9-Mir×îßˆú×4b','',0,'?'),('Ñ¾ lY@ídîünXo;','wp-content/plugins/w3-total-cache/lib/Google/Utils.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7<yqM*¼¥A‹%ùBMâ','9\r“ÍC”ÀåCz¾4@vË¬îNvHâ¥¤ˆÿ˜','',0,'?'),('`ƒ»AégÄäjF¥¶ƒ','wp-content/plugins/w3-total-cache/lib/Google/Verifier/Abstract.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ë±U8\0a¿”ÅP*/»ñ','mÚ“[¬¸¤Z@Ç1[åGÕ|iœ¯TþÄ­•ãú','',0,'?'),('ÿê¹Ý›¥E…^RÄtài','wp-content/plugins/w3-total-cache/lib/Google/Verifier/Pem.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','•0I9<ªk”%3ð','É.ì\ZNd0£ôð­#6wZp§[D†“~î*','',0,'?'),('ñ¨ÖnÒ3M¹+sq¥¯','wp-content/plugins/w3-total-cache/lib/Minify/DooDigestAuth.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f«ÈÏ£{_Y?ÀœsOi','—ýæ›á5Bˆn¹ðiìó[£¿+™cãÂß«Œ7dvQ0','',0,'?'),('*›àe1ÛÖ9˜‡y)\"u','wp-content/plugins/w3-total-cache/lib/Minify/HTTP/ConditionalGet.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','´Û…wU“ôÝ2fybÙÓ]š','o;‹Ràbx¤ì:~ÿzué¶€4Òž–W*4H)dc´ˆ','',0,'?'),('è0©ŒbÉ.Ò{ÖTD','wp-content/plugins/w3-total-cache/lib/Minify/HTTP/Encoder.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','zÊÂíüFÉ®Aö}«ŒE_','%ZùÀÔâè\\ÚÚ\r¸<Šæ(wÆBPûÜÁ}§Jm','',0,'?'),('\0©Èe-:qæCÕò¿¾­¬','wp-content/plugins/w3-total-cache/lib/Minify/HTTP/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÔŒÙ\0²é€	˜ìøB~','ã°ÄB˜üšûôÈ™o¹$\'®Aäd›“L¤•™xR¸U','',0,'?'),('ÝUŒí+¶.–Ed á×–²','wp-content/plugins/w3-total-cache/lib/Minify/JSMin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+OëkÓxã (%—õT','øÝ‹\ZÑZ	Úö”:‘l‰\ZÂÄ®aoõ\03**Ù~ê®','',0,'?'),('EüÝ>•J‰2’æ,¯à','wp-content/plugins/w3-total-cache/lib/Minify/JSMinPlus.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','úKôÍ+µœ\\–ð¦º*±','ÎCâÈ3„(y\0Ó¡f‘R“âð€É©ŒTIwXf©O¡','',0,'?'),('«?ic	·Zž9D§0´','wp-content/plugins/w3-total-cache/lib/Minify/Minify/Build.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','™€\n¶dáûôjq3«»','ùã–9`ùA\0>ym\r\\Š¨ÎÜ?j6ÍU@ðzr:¿Ãj','',0,'?'),('°‹Â:Pò¾Ot¦.Ø™@','wp-content/plugins/w3-total-cache/lib/Minify/Minify/CSS/Compressor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‚í‹pSD«¥ÿù÷8:Q','sOIZ´û)§æLfFÇC£.pýÞ–‚gÈÜ*ýôz','',0,'?'),('˜×\\ƒoÏ¦SLÏ4]?óÈ','wp-content/plugins/w3-total-cache/lib/Minify/Minify/CSS/UriRewriter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ux¾ÈñÜ€”‘Ãxõ',']%Xš[Ü][Ø¾Øðìbºþ³™JqËB¸tø7¾','',0,'?'),('• çËô(£¬O±GUšQE','wp-content/plugins/w3-total-cache/lib/Minify/Minify/CSS/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÔŒÙ\0²é€	˜ìøB~','ã°ÄB˜üšûôÈ™o¹$\'®Aäd›“L¤•™xR¸U','',0,'?'),('^ëÊh4&×ÖÙøÈò\Zù','wp-content/plugins/w3-total-cache/lib/Minify/Minify/CSS.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','«„ua››Êžª²—±çv','@¶˜]Üg<…ã*¬æ9ì‹÷‡yÿ‚à8ã ï=','',0,'?'),('C[Ýª‚R‹î¥Tktª ö’','wp-content/plugins/w3-total-cache/lib/Minify/Minify/CSSTidy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ì?ÅÏ	ðÙœ¨YpÙ¸','êJ=À‰ŸÔ[e–{%y¥BÙ†7:Æz L…™E{I½ø','',0,'?'),('œ R>žO¹°¶Âé‹¡','wp-content/plugins/w3-total-cache/lib/Minify/Minify/Cache/File.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ˆâ¥NõN»eË53{2','M/·NyÏC¬åô¡˜h(,™ÛecØfè£yá:Õó»©','',0,'?'),('´~)±@œ«€¥ƒQXú^','wp-content/plugins/w3-total-cache/lib/Minify/Minify/Cache/W3TCDerived.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#Èó+È	;’yÓ9\\Íy7','üvÜ½¼o÷(ÝAo™{¹¸®¯ÖZñÂü½iº¦zð','',0,'?'),('ƒÿÔAQB›xËêñ¿','wp-content/plugins/w3-total-cache/lib/Minify/Minify/Cache/ZendPlatform.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¢U¼ULþös:ÆEtÄù','Ê9;Íÿbæª!|çŽÚ&Ô,hYÎ‹#Tc¯[\rÏ','',0,'?'),('¢½Jm]]–•Ñ™	[¸','wp-content/plugins/w3-total-cache/lib/Minify/Minify/Cache/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÔŒÙ\0²é€	˜ìøB~','ã°ÄB˜üšûôÈ™o¹$\'®Aäd›“L¤•™xR¸U','',0,'?'),(':öÅ(0òµ¬\r¿dÁ°','wp-content/plugins/w3-total-cache/lib/Minify/Minify/ClosureCompiler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','57+CùŠHŸÞk_èt‚?','?Là!×JRI57v¤3ÔÅ3\0¿Q10\r°vBH†','',0,'?'),('ùW³óñN~ˆHAÀ¦ç','wp-content/plugins/w3-total-cache/lib/Minify/Minify/CombineOnly.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','æK7ÅÓ¥ÌuÍºÙ','²N¸\"x\n°l¬’cÓVDªW\'#¨N5çŽ“žhr‡‡ÑÐ','',0,'?'),('Ö»#@¤h©ÜÉ‹m”ôBì','wp-content/plugins/w3-total-cache/lib/Minify/Minify/CommentPreserver.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ùû®t®£]%óu”(FÙÀ','.¾C»±Ò/\n¿ž™=‰–.¶Ž‰+ˆD¾@ïS¥9¸Cü','',0,'?'),('ùìd×ì}#Ë¦,û¹rï','wp-content/plugins/w3-total-cache/lib/Minify/Minify/Controller/Base.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ã^Iº6Žµô\'*µöî©','h”\Zø·<Î1\ZZ›jœpFRiÇ8h= @îf','',0,'?'),('aœFóV¤ú2\\Æ”âMFW','wp-content/plugins/w3-total-cache/lib/Minify/Minify/Controller/Files.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','45ïV€n¨‚µ×Ç\0N›','db€“§ù@Õcß‰Ò{èŒ=ÎŸŒ;:Á(vÅüÌoÀ','',0,'?'),('x½hªT~fŠzc²ˆe\'','wp-content/plugins/w3-total-cache/lib/Minify/Minify/Controller/Groups.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¿5ÌÓÓ„Ä\03¹x¤êù','k«ø;„¥ÒvR\' Zl!Ú5/X]FEÔºÐí¸í*','',0,'?'),('!l.¤ÌOPƒä','wp-content/plugins/w3-total-cache/lib/Minify/Minify/Controller/MinApp.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%×­`›uù\n0¥â','\nEÓ3Çžebø¼wš¤×ÔáYoª/âª9›0ßdŸ','',0,'?'),('…â‹ÐüîTõ“ÕíX–×ž','wp-content/plugins/w3-total-cache/lib/Minify/Minify/Controller/Page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','„ã„àÈM^†Qžù\n¦','o¾‹î%óKà(9ËÑ•-“OÐë ©=Vr”š!tàÜ','',0,'?'),('X‘´S-È!/P¿¿ch&Ê‚','wp-content/plugins/w3-total-cache/lib/Minify/Minify/Controller/Version1.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Bwëünd¯ $S|','0fi.Â¶®Î5¹¹[µ¯ÞÑ)ƒÁ‚\\í!ŒlâgG','',0,'?'),('5£H÷mñ`–Ë>Ñ“c','wp-content/plugins/w3-total-cache/lib/Minify/Minify/Controller/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÔŒÙ\0²é€	˜ìøB~','ã°ÄB˜üšûôÈ™o¹$\'®Aäd›“L¤•™xR¸U','',0,'?'),('ËËŸr3 ¬ïÅ¸ß3ys¢‘','wp-content/plugins/w3-total-cache/lib/Minify/Minify/DebugDetector.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','WŒ\0IWÛŸšï%7³“','R 4æ0¿„2Þ¾Ã©{lO´ó´dYÔîâ\\v ^','',0,'?'),('o4à=>T©Ðrè6V©ã','wp-content/plugins/w3-total-cache/lib/Minify/Minify/HTML/Helper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¯‰âãpÝ“]Øm1d‘Yæ','…m4Aò/YÙ^)Y€±XÕCFï 3ä\"tÆ¼ßà','',0,'?'),('	:ú9UÂ­Ç®ž{´/','wp-content/plugins/w3-total-cache/lib/Minify/Minify/HTML.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','–»´@8^+’ãÉË±ž','Å‹íêMa]ÉÆO:1”L¯¶Õ>žðÖ/ˆÒ	@<*vñ','',0,'?'),('’®—éä YvÂ€:õv£','wp-content/plugins/w3-total-cache/lib/Minify/Minify/HTMLTidy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¨”5Ù_Â¿5¦ý®†1Oç4','¤¨—Ãû¼•«•¿nöõmøýâNßvˆþå¢¥i„ƒ(','',0,'?'),('áVàŸtå«„äIiúµ¾À','wp-content/plugins/w3-total-cache/lib/Minify/Minify/IgnoredCommentPreserver.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<³]±Ã5ØbäyjšÀ/','³:uõ€×XOs1£JÊpsn\'\'3éèÑeØéë6§','',0,'?'),('õ!c€²È8ÎÞc‡,A','wp-content/plugins/w3-total-cache/lib/Minify/Minify/ImportProcessor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Š€:ïjìY[¦ûÒ÷5','ù¶4AÌ¨€hôP%»ZfÝR´Æƒ^?I»†JFŸÛ†V','',0,'?'),('€#°—PÖöá2-\ZÐ','wp-content/plugins/w3-total-cache/lib/Minify/Minify/Inline/CSS.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S³·{\rOUî¨ã~yÑX©','%ôœø˜#kÐf³Ç†´;Ú\"°¸TlµO	ŸP¬¿°','',0,'?'),('Üš\\}K0Ä‡¥Å†FßÚ&','wp-content/plugins/w3-total-cache/lib/Minify/Minify/Inline/JavaScript.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','dƒŸr,‡ú*ÈÞ\rÎ°=Þ³','^1IÚlã:½£~CžØµ¥+\rúŸ?ÏYb2ùÃ3(Çb','',0,'?'),('2rFqKìã9û&²85µ´','wp-content/plugins/w3-total-cache/lib/Minify/Minify/Inline/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÔŒÙ\0²é€	˜ìøB~','ã°ÄB˜üšûôÈ™o¹$\'®Aäd›“L¤•™xR¸U','',0,'?'),('-It¾$˜Þ¿½ûvÕãuµÏ','wp-content/plugins/w3-total-cache/lib/Minify/Minify/Inline.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/‰–ïHÕ#+ñi\0Rê¢µÈ','[Ï\"â%y½ˆe}Wá0Ghp=ØïAÄ=e\\7Ò˜â','',0,'?'),('p{[Øb	áó ûcíù•','wp-content/plugins/w3-total-cache/lib/Minify/Minify/JS/ClosureCompiler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¾pÂ-òÏH½Þíá«Ñ','Ï]\"ÿJÏwTØ?¼\\6ÕÐ¥ÎÃÂQžhÜ»°‘7‰½¦','',0,'?'),('ã³üÊÑ­Ðãî!x¨','wp-content/plugins/w3-total-cache/lib/Minify/Minify/Lines.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','­GIõ£qÐvŠ…Xøx×',' v¾½¤£|ÂQç‚—Ç²sªTìÊð- FÍÁSYqQè','',0,'?'),('[›Å~w\'xG~\\ˆ€\n','wp-content/plugins/w3-total-cache/lib/Minify/Minify/Loader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^„°ç9X}÷BôySñ5Õ','ñõQ5`*úÇ)Vž–ðÁ[QƒÙOÁGlç¤3ˆÀ‰<','',0,'?'),('†ý˜­“A\'`ÍW¶#±žçG','wp-content/plugins/w3-total-cache/lib/Minify/Minify/Logger.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','°tÇD¸-9§ù[%Ú7w–','Ç­½eŠ•\"Õ§}Æ-²ÛR,Ö•¥\'äå÷¬óbÇ@','',0,'?'),('ÿ/ñÄ’lù§\nð>c0','wp-content/plugins/w3-total-cache/lib/Minify/Minify/Packer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%æò _SÛ‘Œ-gï','w-ýíáqãXa‘‚½;ÑÃ´}/(_åÉ|½!„','',0,'?'),('1.Óïæ>%ëÔË/(','wp-content/plugins/w3-total-cache/lib/Minify/Minify/Source.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','•¹!\'MÔxVÛÍ¨	¡Y','ìCqøë R.ùvdŠ‚TµÐ5xyßËêÿ!NU ¸','',0,'?'),('B2Ü,ûö±Ø‰¢†cGÆŸ','wp-content/plugins/w3-total-cache/lib/Minify/Minify/YUI/CssCompressor.java',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ë¥†òÜÄþ­S[É‚ãù','þB”QÀdý/”€XeÃæz%äþÃ×cQ¯pû[™¦','',0,'?'),('Dç;‡˜mËŠ=Ñ¶§','wp-content/plugins/w3-total-cache/lib/Minify/Minify/YUI/CssCompressor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Õ´ã„ˆÆ‹ÈLÀïºn³8','™_9ƒU…]K<]\n•¤d%‹&¢OŒÄEþÆ±’>ˆ','',0,'?'),('bÓê7\nþÍUwX¸r”ë','wp-content/plugins/w3-total-cache/lib/Minify/Minify/YUICompressor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','µ†ƒáŠ_*3wÄí•','¿¥k<¨y tK:ÙØ.‚ˆ¿ 7â Ùj>¨÷u¿Ç	','',0,'?'),(')¯S½2t_œ-¶d©uÃ¸7','wp-content/plugins/w3-total-cache/lib/Minify/Minify/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÔŒÙ\0²é€	˜ìøB~','ã°ÄB˜üšûôÈ™o¹$\'®Aäd›“L¤•™xR¸U','',0,'?'),('V\"7­ÅÌóIß‹q4jÈ','wp-content/plugins/w3-total-cache/lib/Minify/Minify.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','lkk:–ÂÕåõ|¿d\\—È','O¤!C¢1¨qÕºŒœGçÐÓÌ*}dR8z—/õ§ö=‡','',0,'?'),('Ú@kJ:‚7Ìƒú”•Á‚','wp-content/plugins/w3-total-cache/lib/Minify/YUI-CSS-compressor-PHP-port-4.1.0/Colors.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ß6ÙÌ@9€>‰/-C','_Í>B§êäÓÿ¥$^¹o‡ËAis»ÇÈ\\\"0€æö','',0,'?'),('ðà±]w[$ •…¨¡','wp-content/plugins/w3-total-cache/lib/Minify/YUI-CSS-compressor-PHP-port-4.1.0/Command.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','±«¸/h¹æÝº§Üÿ…','Wh`ùàVßG³ðS¦v?ÈøFW…¿äï¦–ßÃÁ€','',0,'?'),('¸rÒàYÅîãu “›«E','wp-content/plugins/w3-total-cache/lib/Minify/YUI-CSS-compressor-PHP-port-4.1.0/Minifier.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&“Úpœ¢Œx°žÒD¤l–','õ¡m‚~\0ÅÛj›—çúS¼£_/>–ŒÊ#O>üªæƒ%ó','',0,'?'),('qÏhâ |WPÐ8]Š?£K','wp-content/plugins/w3-total-cache/lib/Minify/YUI-CSS-compressor-PHP-port-4.1.0/Utils.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6ñÌÂH}«T!+µ†½â','§ÑDÌ¯roÿ’n‹>a[7Y™£1£P‰öÀÂ.ƒÅ','',0,'?'),('Sœ·	±fÏÌÃÚ ó','wp-content/plugins/w3-total-cache/lib/Minify/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÔŒÙ\0²é€	˜ìøB~','ã°ÄB˜üšûôÈ™o¹$\'®Aäd›“L¤•™xR¸U','',0,'?'),('+‚¢>\r\0\"æ¦–Ê$','wp-content/plugins/w3-total-cache/lib/NetDNA/NetDNA.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¶1Œ\\¶\"VÇ$¦ÁoÁ@','wèIS ÇÖX¾éí³ ÐOÍ£§\Zj ”§Î\\2rt','',0,'?'),('ÐüêÀÚr‚fáê¡Õz','wp-content/plugins/w3-total-cache/lib/NetDNA/NetDNAPresentation.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B¾B,ý6À´ŒÒ¹r†åÁ','ehY‡§´\\†‹i»¤cW|>|FÏŽd•¿&O—Zx','',0,'?'),('t¶¯qysd.\\‡¹×ù','wp-content/plugins/w3-total-cache/lib/NetDNA/W3tcWpHttpException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Îç›Øªe¤‚V†=1V«Ã','BWí0]Ôö<;\n¦þµ²/‚ÿ­QáþÕ¾ðE¸Õ‰','',0,'?'),('#‰íþð¦êù$C-ä©ØÓ','wp-content/plugins/w3-total-cache/lib/NewRelic/NewRelicAPI.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','èSE4ïð]“%©Iju','ü‡œ²;M2¹~óýdr¦à¯Dpp¿·¶-ÒÚ\Z','',0,'?'),('”Q\'ÂIŽœß¨>ýÑÍ','wp-content/plugins/w3-total-cache/lib/NewRelic/NewRelicWrapper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i²¤ºÁB&A—-,ÃÉ+','«…ê¯RUu½×”*2ž\'dk(¾iá‚ b¾6S’†','',0,'?'),('ÑZß8=ýçœ•~‰@¸ªô','wp-content/plugins/w3-total-cache/lib/Nusoap/class.nusoap_base.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ˆ+Òl{qIÈç(XÑ³d','ÞC‹nzÐ\'ŠàdÎOyÞ•<Óãè÷lÄuºŸ9’z','',0,'?'),('ŸÑ®Xs•Ø…ùó2{+Se˜','wp-content/plugins/w3-total-cache/lib/Nusoap/class.soap_fault.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','­7˜Îq¼ÚƒÏ…ãÓâ','†Ø9®˜lt	Xjôƒ[Ô!ãŸÝTóþIw„\rtŒG','',0,'?'),('D¤·Ãµ£æŸÐTaù','wp-content/plugins/w3-total-cache/lib/Nusoap/class.soap_parser.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Š)µ²a­1?ï¿ÒBŒÁÍ','¢Ð\'Ö}ÍÛqË0&¿S#’ßÌ8µá£ø JøWñŸI','',0,'?'),('ImI·!ªKåÜãGð‚u','wp-content/plugins/w3-total-cache/lib/Nusoap/class.soap_transport_http.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','mâ£Dßxòö.Ê„nÄ½Ë“','ÎìM»äHÃ°Œ„W\"ù“ïœäy¤NcôæU¥Ä¶<,Ý','',0,'?'),('p‚™§ìT9‘GÊ@5z“','wp-content/plugins/w3-total-cache/lib/Nusoap/class.soap_val.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l9xçiË¤Xú>ùºù2N¯','ïh%ý³¸³\\h‡ÆC)~ý±!ÓÊèzÅó\nå‘°·‚','',0,'?'),('M5OˆØg? ð¹O£e•Nš','wp-content/plugins/w3-total-cache/lib/Nusoap/class.soapclient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¬»@>¾Ü½m×½KôEUò','g´¹º¢ü˜-ZÃº7xßÏ.¢ùAu¢<ÇïåCÃÅmÿ','',0,'?'),('?jÔL[¸ŒKALé—oñ”','wp-content/plugins/w3-total-cache/lib/Nusoap/class.wsdl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÛŒ–Å`P¤1(«—¼˜.','o·ý)eýÇ›Õÿý¥6úÂ7ˆ{ýØ!ñã½ç#','',0,'?'),('Ê«&w}¢bDyoD›^å','wp-content/plugins/w3-total-cache/lib/Nusoap/class.wsdlcache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‡Hèc¬5Q‚4z‰¿ueñ','žˆýøG…Ô¹7Ùæ¦/”ZEV“™ßh²<fŒE$ô','',0,'?'),('òiÐè<$“&dó“°\rx','wp-content/plugins/w3-total-cache/lib/Nusoap/class.xmlschema.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1C¥Ü¢fö¸¶`pøæá','VÒA;cõ`}gû+]e0Šm\0œ¹úó—Õd¸÷Ý>','',0,'?'),('ÇEÜK`\0”.JÍéä±¥','wp-content/plugins/w3-total-cache/lib/Nusoap/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÔŒÙ\0²é€	˜ìøB~','ã°ÄB˜üšûôÈ™o¹$\'®Aäd›“L¤•™xR¸U','',0,'?'),('–úµ\"ir×oðqåx R','wp-content/plugins/w3-total-cache/lib/Nusoap/nusoap.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','GçQ+#Uö×êÊï;a','d$Á}³ÅÙ:Y+´Šq$Ü˜òÙVe$‚Ø\0‰Å@§','',0,'?'),('ø¡¿`™tà >Îùl¾¿êû','wp-content/plugins/w3-total-cache/lib/OAuth/W3tcOAuth.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':`òŸÂdjé,tªíW','ÐÙš°ÐÉpÕwý°ž\"ÀÎÓ¤Ñâ#g«³ ˜¶½','',0,'?'),('ñt_\\Bõˆ¡ôÔÞLz…','wp-content/plugins/w3-total-cache/lib/S3Compatible.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','îý„Ê8Y0ÖCJù%À™a','ïBlDûVc|ó?ˆçîßÕñÒWäÁÔ”ª4¸c­‚ ','',0,'?'),('~>¯\0§+j`Ðdü§AkÛ','wp-content/plugins/w3-total-cache/lib/SNS/README.md',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^»~&K1õk‘Ýá/<£¦','MÏâ—“ä’Ö>Šr†Y«–çsi,4DÓH‡{ø0+’','',0,'?'),(',ÏJK²;ZlÏºz]\'','wp-content/plugins/w3-total-cache/lib/SNS/lib/requestcore/LICENSE',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','pñBtø;3ÒXL\0ŒÙ','Ú3>´ÆËc/e@/ÞQnò7\npQY©À/j‘/ö³','',0,'?'),('H+Nˆ\n§û Wõ)¯Ò»y0','wp-content/plugins/w3-total-cache/lib/SNS/lib/requestcore/README.md',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p$…ñ\05ÌFÐ‡Ð–V','¤ž˜¶Ñè|žDg:ž°MÁS(¬B¬‡\r»ìÒÿoT','',0,'?'),('žT#K¡Óäy¡\nVì>À','wp-content/plugins/w3-total-cache/lib/SNS/lib/requestcore/cacert.pem',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','NÌ¨…3ær?”F:<s','<$Þ¶–îC*Çm^³…lÌ2ð¤ïBFYd¾ˆ-0','',0,'?'),('|)Ø…_N‹¤³Îa ','wp-content/plugins/w3-total-cache/lib/SNS/lib/requestcore/requestcore.class.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','„4\\t!ÂZ(@vºo]¢Xˆ',')³:6r!óŸ£…º®EÌ]nÚ¹Ï(8I’ñ\n‰','',0,'?'),('n(xRmÃê”ìÓz›²Ð','wp-content/plugins/w3-total-cache/lib/SNS/sdk.class.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','bvû¬É+±Ð™Ö0½;Õ','´¼ñGoÙUh‚-Í¸-HZùs€Z&ÌÿÏ…¦|öy','',0,'?'),('§L¸^¯F™°Ó¥\"wb\0','wp-content/plugins/w3-total-cache/lib/SNS/services/MessageValidator/Message.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%NÀ—M’eKjm`¤Ö','ep¡Q«Íç\0	S×c9-y@I-#­­Ž”‰\"A','',0,'?'),('v¾;3ôxƒÑJ˜¨ÏV/','wp-content/plugins/w3-total-cache/lib/SNS/services/MessageValidator/MessageValidator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ò°š›A-ú˜4×)£Ì','bTóô{fŒ¯Ìê;|~_½%z£ŸÍseî‘è','',0,'?'),('âõ3–ÍÝìWQ¤ÉŒ\"¥Ò','wp-content/plugins/w3-total-cache/lib/SNS/services/MessageValidator/sns-exceptions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';ÞÉw,a<Fµ²$¶ì¥',':š¯YÞ¯UÁ-_!·8ÍT)ts@K=âáàÛb¦ëèT','',0,'?'),('¥¾]aGùøuØ$µ$edo','wp-content/plugins/w3-total-cache/lib/SNS/services/sns.class.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ë=ø&Gh)ÃWì5»XTi','œnº<oíHd%9{ð\0“ÓKÚâ¤-¡Oá´­Ýo\0','',0,'?'),('ž;Wìè \\¦‡&¢|Ð','wp-content/plugins/w3-total-cache/lib/SNS/utilities/request.class.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!hÁÁ‚»=´£f10\\','h`\"Q\0Ëî\'7R?Ð;Ìš÷“kâX‡\r(<¨ö\'˜¡','',0,'?'),('äò]À†¹çx¯`=ÌøF‰','wp-content/plugins/w3-total-cache/lib/SNS/utilities/response.class.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Šnÿu¼Ý»rªF','Q£Ê.$bsÞX\'2ÆrÏ#ãºm¥KEw§*Í’å','',0,'?'),('Î@ó©\0çwRì±;ÉÓ','wp-content/plugins/w3-total-cache/lib/SNS/utilities/simplexml.class.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','à*óºó†ôªžÿÓ±È^m','yo‹10Hx°¡×áÙ±C!}’{4}è\' æ¦îû','',0,'?'),('óî$L7M×ËêƒÆý¼','wp-content/plugins/w3-total-cache/lib/SNS/utilities/utilities.class.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÚâÖƒof#}\\u\'¤Y','Ê\\+m`u/—H£\'{Jã;¬îbwùq»bHø«±“Kö†','',0,'?'),('ek»ú=\\=	~žÂõ','wp-content/plugins/w3-total-cache/lib/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÔŒÙ\0²é€	˜ìøB~','ã°ÄB˜üšûôÈ™o¹$\'®Aäd›“L¤•™xR¸U','',0,'?'),('U^Iö•B?žœ\'’Ý}Ô<','wp-content/plugins/w3-total-cache/press.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l™T²áÁ@X8`5‰À¼Ôß','&þ¼*!Ë+¹“îð‘náüÃ¿£0×ÆxçÚËG°Ÿ>O','',0,'?'),('z¦˜É4Je6tq÷ítÇ·','wp-content/plugins/w3-total-cache/pub/css/error.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'p@à\ZäÇË:[o{ì','þ\0±<‰¨”j?H¤\"hœÿ©—\njŸÐ•Çß.±•T=','',0,'?'),('§SÈLå d‘Š4$\0','wp-content/plugins/w3-total-cache/pub/css/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÔŒÙ\0²é€	˜ìøB~','ã°ÄB˜üšûôÈ™o¹$\'®Aäd›“L¤•™xR¸U','',0,'?'),('	ñ·ú‡¬‰5mû­:4mùá','wp-content/plugins/w3-total-cache/pub/css/lightbox.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8øf›¡…{]ße”mk','7]›äj-óà”<~Gt1èè\0©‰@š8&/+','',0,'?'),('ãyõÔz2¥.É^ù','wp-content/plugins/w3-total-cache/pub/css/options.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','´YŸqè&ÇX/\"èÉ','\\¸ újs|€šÉ×H«d¯4™hb\\8ã/	íùT','',0,'?'),('b^þGÝ&5Pø¸4OMÑ','wp-content/plugins/w3-total-cache/pub/css/popup.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4/·Ó±ŠÁyG`º†;D','¾qâv¤:áèÛcˆw²F ÇéBÂ&Á”°µÒ¸rJ','',0,'?'),('#5ªª\"\0Ë‹ïÚñWÓ“','wp-content/plugins/w3-total-cache/pub/css/widget.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5\\­W—C [±G7˜o­Ž','>	½/ÊÀCˆö3œD8ÛÁ\0pÇˆ¼tï”·(w','',0,'?'),('4\Z[MÇ®üsÜžszM$','wp-content/plugins/w3-total-cache/pub/fonts/source-a.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¯ç¹[GG÷‡œwí)Ðpô','ÆÍi©}¦<Í´Í¡å3j˜>pØW¶‘Dð86€…!','',0,'?'),('FîÌXíD´¶Öõ•]ÿj‘(','wp-content/plugins/w3-total-cache/pub/fonts/w3tc.eot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ô_ûÇ{wa*ëI^––³Y','Kb_@Ÿ/p‘ú²ñ~ì¨”ð,m_»#ËF9%Ù','',0,'?'),('ã¦‹ó§ç¡ÿï‰o  f','wp-content/plugins/w3-total-cache/pub/fonts/w3tc.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ºèwÌ¨ˆ_­N”Ô D!@','Z,žü4[È72_‚ š]’Q-ÄŽØ¢ {¯J','',0,'?'),('yçGŠR–Þ¾\rãÚø','wp-content/plugins/w3-total-cache/pub/fonts/w3tc.ttf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÊeúR\'ï±Ì€ß¬àµA€','}“ÎÖ5_¿ä¶ðaõKÊHÐñl¤iåTþFs','',0,'?'),('*”±…´ùßúkYö×','wp-content/plugins/w3-total-cache/pub/fonts/w3tc.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Öã¥ð‹À¹—¦¶þ—','´»BþÀˆÐx–éç)Œï²‚‰&%Ë\0sÙ`X¾hxÔ','',0,'?'),('v«ûï:äbE5Y8,Ý','wp-content/plugins/w3-total-cache/pub/img/W3TC_dashboard_logo_title-retina.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' ¡WÆÆ8*ø‘ê)pP,','}—¥”2=P•7–#$Ò)2%ü¸ã1•Š|Æö¤]Ý','',0,'?'),('NöY—]5™Ý(bÔÐŸ€','wp-content/plugins/w3-total-cache/pub/img/W3TC_dashboard_logo_title.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q^t¬Á½4/õ³Y}-Ãÿ','¾ÕýzÓÅ·e•íM£ÔªyÝ«dV{XÚÿ)Ú:¯','',0,'?'),('\0f†ä›QJ÷¬˜,t­ß','wp-content/plugins/w3-total-cache/pub/img/button-grad-active.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','´›÷ª\r<3ûâÜTœÔL”Û','éì³TÏL÷aà_Çé.÷ÀˆYj©‡\'Ø„vuÊùí ','',0,'?'),('©öY`”?D€¼>/Q\\¤ÐÇ','wp-content/plugins/w3-total-cache/pub/img/button-grad.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4°ÒN—µÇç‰9·ÖoÆ','Ì^©¿Boxçñ…ýPq\n¬¡ÓÈ-]PXoï¶ì“HS','',0,'?'),('*~NY^Ã”Š•Ó÷%F÷Ìž','wp-content/plugins/w3-total-cache/pub/img/cdn-highwinds-logo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','×`é4jeb]æh\'¡¿X','öb±Oâ‹yòIÊÊ¦d@ N\r\\uÒ4á‚Y>{9÷','',0,'?'),('ðzÀñÝ3y9O)ël§þ','wp-content/plugins/w3-total-cache/pub/img/close.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','×SE‚¹‹ƒ¼ü#8L¿','\0îÇ¾Ð2÷ÓRg‡STJ3[®£þÀ1âÖ¶Ó','',0,'?'),('ûŒWnÓ©žýû.”ºñ¥','wp-content/plugins/w3-total-cache/pub/img/google-logo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‰Ò[:ßº¥…lš¥v!','Ú”+L»Rn/bÙˆbbSeÅßGøñF¥Çbÿ1Œ}','',0,'?'),('G¯³ÿ@Ï²[³¶2SoÇ','wp-content/plugins/w3-total-cache/pub/img/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÔŒÙ\0²é€	˜ìøB~','ã°ÄB˜üšûôÈ™o¹$\'®Aäd›“L¤•™xR¸U','',0,'?'),('è4Ê>}´xàSÇºmq','wp-content/plugins/w3-total-cache/pub/img/open.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S:‚qÁOZx1hg\\\rEx','ˆØ&mö@•c:ðd7Wôx·=T•RóŒú','',0,'?'),('³ë¤±\r³!¯Ÿ‚{t(U,','wp-content/plugins/w3-total-cache/pub/img/overlay/ceo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¢b¸Äø€¦d‰1¥ù¹Ä','ÎeÉ}¥ã¥¶Ó	W$øB0€Â fñeDhí–zˆ\np#9','',0,'?'),('½ûÄµ	ÉÏgZ½<Ó¿“Ñ','wp-content/plugins/w3-total-cache/pub/img/overlay/gray-check.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','œª›hl\r´öi–4?4	','ÛóÉÐé\\5 	Ò÷AÞÁL5«Œ§–, {¿íž¦|â\n','',0,'?'),('[\0ÓVE‡úkÏn8­ì','wp-content/plugins/w3-total-cache/pub/img/overlay/list-check.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1q·=‘nŠ;Xu¨¡®ÊV','}²[F¨ûôR%Îs[z(Ïú±»›Tåá•èð›/¸','',0,'?'),('«2Î7´ÿÎ+¿Pü”Úàá','wp-content/plugins/w3-total-cache/pub/img/overlay/lite-gray-check.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Àf¿qçŽ{ù@/Œ€Ž‰¢','z‘Œ·½ºøÙ”‚¦F™I½7ú°	ØÃ—Ê¢4åK(','',0,'?'),('Ú·pÿ[G.“–k‡îw','wp-content/plugins/w3-total-cache/pub/img/overlay/lock.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','™!~ŠÃ&„462„w·','–¹a]å\0~ó>U\Z*ýÿ}@(×,ìáfb	cƒ‘','',0,'?'),('(ßÊ´Ã×9å½¯Æ•õ“','wp-content/plugins/w3-total-cache/pub/img/overlay/overlay-close.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k°J¤ƒz”ç~83','é#:¢cKJŒˆ|öÈ	ŽâæA¸\0zýÂ','',0,'?'),('ý\nm£s×”’I|ZÚ©¿ªì','wp-content/plugins/w3-total-cache/pub/img/overlay/overlay-down-arrow.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7ëVsë‘eûÚ¿t[','\ZwƒeS?[ÇXüä]`\"\0Í.\"Ç¾xtãÍñ_”.','',0,'?'),('-xš®ãAü®ç#^ñ¯Ö','wp-content/plugins/w3-total-cache/pub/img/overlay/overlay-logo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','±\Z‹ýqK„„ò„ª4?ÞÞ€','$@à\0øÏúÖnöÏo3j-ÒVÃÚ3¹•ÜŸÎbÎ','',0,'?'),('[•¹7Ÿ—ó*CÃ°ãŸŠ\0H','wp-content/plugins/w3-total-cache/pub/img/overlay/save-close.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','];R4DK[50\rÙÌ”/Ð]','cÎÛD1XüçÉM\\ˆ.ü<~v~µb>¨\\}¯','',0,'?'),('ÿ\0¡¡Å1Êü¯ù%©.é','wp-content/plugins/w3-total-cache/pub/img/overlay/select-arrow.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\ª.t›qŠ#f6m,ÿ',']¥êñjIÌ±Xèïª»ÂYBúgÈÛ‹éE\n¦P','',0,'?'),('2œæLT	è4RÔäÔ=¨¨ä','wp-content/plugins/w3-total-cache/pub/img/overlay/twitter-bird-dark-bgs.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ræ4…Êô@û)qÿ¼‡N','\n·ê`ÕÞ/ÐŸ÷+02Ú¤­2‰mö–Â.ÃHŽ•=E','',0,'?'),('O%.‰}^lLu„T}Ú©å','wp-content/plugins/w3-total-cache/pub/img/overlay/wordpress-logo-simplified-rgb.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8¯’å½>ÍŸÑ€Ùx','.<®Æ\rÉô*’Ñ½ùŸöcdG÷V´íL1‰½÷','',0,'?'),('½\"8Ë\0P¬¢\nuÂ›ÈU\0','wp-content/plugins/w3-total-cache/pub/img/ps_bar.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<V·Ÿ\"qSÊm\']êÄe&','¨ð¹`\rÌ\"ëõ’›ÈÄŠ¶ˆx:)É QÎ²˜.‘½q','',0,'?'),('`¿zø{º–Ib^@’S','wp-content/plugins/w3-total-cache/pub/img/ps_grad.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1½ìÉ»@>ïÑ³Z \rC','çüN¯”x±«4±Â¼Þ/b6løás>]›O¹eMÎém','',0,'?'),('õüQ‡uÝM¬òIú{Ñ=Œ³','wp-content/plugins/w3-total-cache/pub/img/ps_scores.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÂýØ×C‹½Ì¿sxŽ','Á ×ºe3zÂÄü<$8“	*žþ›Nªi¥±Ú v','',0,'?'),('sü•vÆzœPokä!ÎWé','wp-content/plugins/w3-total-cache/pub/img/sidebar-background.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¼#÷Q÷(pÏhF4gJÌ¹','þ°‘c´ÚË˜_Ì9âAÍ!U¤\ZŸ!ó‰wÉ\0ð©','',0,'?'),('%÷ñÄßË7€FìËÈœ^','wp-content/plugins/w3-total-cache/pub/img/stats-bg.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ƒUÐÌLwñu³<3÷(','¡ß4]çœèÒdµ;Qq?êzö‚8ÿ•UNs¬R¹o','',0,'?'),('Hkùè±A€U&?ùg”­','wp-content/plugins/w3-total-cache/pub/img/usage-statistics-widget.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','IÊêíù\r íœÔ_ªí.ÚG','<Ã;Y»m¦«xÔÂ,Ë¤â%#Ï ´«¾2‰Þ\Z¼','',0,'?'),('äb£.å`D”Hd^x‰Œ†','wp-content/plugins/w3-total-cache/pub/img/w3tc_google-logo-retina.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','EpÃ<Š$É§ó4~·š','=¡¨ßdM+HØÚåâË‰—7Q.Þ>è”Îíµ-2','',0,'?'),('ƒºô²;1.HXl?ŽT—','wp-content/plugins/w3-total-cache/pub/img/w3tc_google-logo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','MrŸ\nb0Ð%Ëu','SVÍÏ@©Ÿ³YcŠÞöÑeÏ€òª)¡,¢i‚mu¼','',0,'?'),('$—ƒ[.ÞC¸±›DXÖ','wp-content/plugins/w3-total-cache/pub/img/w3tc_maxcdn-logo-retina.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C\ZËp\nÔ»:Š¬–â','fWóçÆzølxÍb¹é\rF>Ìœ<„—ùïÉd','',0,'?'),('æ*zò\"ÿCeu²CvR\0','wp-content/plugins/w3-total-cache/pub/img/w3tc_maxcdn-logo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Êö\\xïXµVIo0q‘Æ¯','.\\´æ<\\Ž¯>Ûá‰íC*Å]…é×ñ×6±]','',0,'?'),('ó7Xf¸¢ç\0Ø°’’ ','wp-content/plugins/w3-total-cache/pub/img/w3tc_netdna-logo-retina.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Öì–Ÿ`eûMOËuD–','¡Š!YFæþÞ/E€3š¿¶äl×¦zÂ3baË¹:«','',0,'?'),('‡}¡¼IÊÍýìÐo£ž»','wp-content/plugins/w3-total-cache/pub/img/w3tc_netdna-logo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','éÈOBqCóÞÉÏù','3gdR9úÌ\ZÖK ÓGÿÿŠÁoÆu<><r•&_ÚÈ8æ','',0,'?'),('ÿ¼Ê¿|·¾úŠ2Öú','wp-content/plugins/w3-total-cache/pub/img/w3tc_newrelic-logo-retina.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a*ÜûŽÆ\ZÐ¸0Á+hËa','•wÿóö‘Ç”t­˜¾$4Ï¤d¤MÃç„¨KÇ>','',0,'?'),('¦p@M“ÕCï¨ªÍv²ñ','wp-content/plugins/w3-total-cache/pub/img/w3tc_newrelic-logo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','†Ç=wE¡´Vˆl˜G','¥ãIcE SÐ»–âVÑÝÄD§meè\"W~þdµéás','',0,'?'),('KlËýšY‡ò²ùærEÕ€','wp-content/plugins/w3-total-cache/pub/img/w3tc_stackpath_logo.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r9˜»²sßªJwjÃ¥Æ®',']n»N»9Œê3ç¸“½V,2g|áÔÃ]mªàSL¾¦','',0,'?'),('éfNþ@”>òÂ‡ +Ë','wp-content/plugins/w3-total-cache/pub/img/w3tc_swarmify-logo-retina.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','®ˆ}>²aœ¶®”@ªtgM','d¬žcAèÖö.îÉKôJŽæÄóµ£#ÖDðžäÝ¤[cÛ','',0,'?'),('§	€7X¨Ÿ‡ÿ‹au','wp-content/plugins/w3-total-cache/pub/img/w3tc_swarmify-logo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','cÀ:zm8ñˆµÆOGçŠ','àÓœfóÔÎÉ¦F¬Œ“1]O•Ÿ‚ˆ±„áð\\çcA-ç','',0,'?'),('pÜmÜùbvW¢áá˜	','wp-content/plugins/w3-total-cache/pub/img/w3tc_w3edge-logo-retina.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B?–~19àø‡h\néPÌÌù','ÔJþ¶ Jã*~Òù0,Ö± Ö×i“™ÉBÖ‚','',0,'?'),('ñë¶|U\Z.	ñÃôùFÐ','wp-content/plugins/w3-total-cache/pub/img/w3tc_w3edge-logo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F\0|vM˜ÂL7E†·§ô','ó¸VÖ¡žgOó•Ëb•©Ë1z7ó™tÖˆ‹W¹¥®','',0,'?'),('guOœK\r“‹‡Ä¶h®øU','wp-content/plugins/w3-total-cache/pub/img/w3tc_w3tc-logo-retina.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ì%å¥S#Ð<Á‚‘;','Ñø|†¤OØïC‡20Jž30»rºù¡u#F(','',0,'?'),('!ÁÀ`+ ð ËÉù‘Ût1','wp-content/plugins/w3-total-cache/pub/img/w3tc_w3tc-logo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','£%ÓÃ(—nGÏ’G¬8û/v','¥ç ºDX2ù6nLJñIåUÐäÑ:Ìj×¶á¼¶TPf’','',0,'?'),('ë ûîjŒõŸ.\roÝ','wp-content/plugins/w3-total-cache/pub/img/white-grad-active.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','EÃúj:¨›}Ãv¯\"’','3˜f¶MëûnIƒRÅ?÷¢^ÓÊÆ(ë³ßE\r','',0,'?'),('MÁ*:i1N)ôòw]HÄD','wp-content/plugins/w3-total-cache/pub/img/white-grad.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n‰Å‰!9…ÅºÉN‘N','?*ÐNJŸk~!·xŒYMË\Zús¥éöÍvÐc','',0,'?'),(',™W×Û’`õ÷ëS‚iâ','wp-content/plugins/w3-total-cache/pub/img/wpspin_light.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s\nz<ËumÊË¼ŸVZ','q,·»ÅÃÑó³8É²{Ì4Cš¶•CwÞ“G™¦','',0,'?'),('uÇ0 \Z›\ræ{ím8ôK','wp-content/plugins/w3-total-cache/pub/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÔŒÙ\0²é€	˜ìøB~','ã°ÄB˜üšûôÈ™o¹$\'®Aäd›“L¤•™xR¸U','',0,'?'),('<wb*ÙäQl´òqE0','wp-content/plugins/w3-total-cache/pub/js/chartjs.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','²5µdÞœ,a×ïüò¹;','ÃSmrnþä_,‘éŠy³½_2QÛÍ9å¤\rHAb~Õì','',0,'?'),('\0¬sª»úÒåHÚÆ ß','wp-content/plugins/w3-total-cache/pub/js/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÔŒÙ\0²é€	˜ìøB~','ã°ÄB˜üšûôÈ™o¹$\'®Aäd›“L¤•™xR¸U','',0,'?'),('ï¬ÆäÃ%ºñÿÓr?','wp-content/plugins/w3-total-cache/pub/js/jquery.masonry.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¦·&îÎCE:n²^Š¸','	¦j¨ÿ	‘3°ÈX¦:Üéq€„ÃÔ%§× Ô','',0,'?'),('®ü!fY¸#Ñ\\X‡=åz«','wp-content/plugins/w3-total-cache/pub/js/lightbox.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','µtáœ…ð{\\ˆ\"1v','Éß|}Õ¨Ð7ŸO5jO9ÿNÝ¦Æ+°›EÃ!vŸ—~(','',0,'?'),('£²z¼óúaó7î>†Áé ','wp-content/plugins/w3-total-cache/pub/js/metadata.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G_éï`+y¸.ª','˜Ú)‹ç--kXÐaµ‡vSÉ‹yì£bkª[M–eÃ0','',0,'?'),('ÏªÐ¨ç_m–>Ÿ§b#¾','wp-content/plugins/w3-total-cache/pub/js/options.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d÷•ÖJ?˜A¿šÛÏ','Ydý9)­“p,›ºè‹ùQ¹gW¸¸9jÕy@Õ±ÕÃ','',0,'?'),('-õ\"Õ$`NV¿žõ˜Ê©','wp-content/plugins/w3-total-cache/pub/js/popup.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‚påuæ<ŒK°.òœd…M','=!–•ž†åÃ£f¹ö(\\«Õ\ræ(8J}hGX|²','',0,'?'),('Ó<ð/ÝJ¦ù+X^^¦','wp-content/plugins/w3-total-cache/pub/js/widget.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ž´¯idŠAhdheW','÷ŒsŠ¼K‘	[@f©Ù*«Y\0cxrœ1i×Rëä	','',0,'?'),('ª:„¾˜¾z59¼Ï••\0','wp-content/plugins/w3-total-cache/pub/opcache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','cÈ¸{†ÀB¥rí±#¼U‡','š¼Å›ûAMp TbÍY1#“rÖôï/åZmÕÿèé>','',0,'?'),('`OFß\nQýwÈÊ˜€à•~','wp-content/plugins/w3-total-cache/pub/sns.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V5<r²×Bù^õØæ¼Ü“m','|\\¿rXÊÄ	 @&¹§ðõ«fuGîõQœV¶Ü\0±ë','',0,'?'),('ÎÄIóõ>câ²Ñmi6\0','wp-content/plugins/w3-total-cache/readme.txt',0,'ù]4é{4\\·_·{ÓùÃ','ù]4é{4\\·_·{ÓùÃ','Ìœã¢`\'­$k¢‰ð•¼–®¢Í%\r”ÓN´§jRQê','',0,'?'),('ÿÁ+QG=DÇÅÝ¨«dž','wp-content/plugins/w3-total-cache/w3-total-cache-api.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Uàö©$í®UÛ7„Æ¥R‘','(”Žš[i…)N}‹--*Úœy¾±Øð‘âk\ZAä','',0,'?'),('ù‡ž•8ÖŒõFŽB¤Ë','wp-content/plugins/w3-total-cache/w3-total-cache-old-php.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5U‡…ÚvÈ¢ÄMŒÂ³¹','¿Ô¼:(Š&N®I‰¦\n7C ÀZpNé‹²jòÁrB¤öô','',0,'?'),('m×ƒàÈŠŽ¾#†„î½','wp-content/plugins/w3-total-cache/w3-total-cache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','klÖRö°çMÈ°aãËº','D}3|\'‘P–‚·!ÚI™m\'mˆ#;!(\'ÏØVìè\\Ù','',0,'?'),('	rÕÊ®ÿÙCš9$´›¿','wp-content/plugins/w3-total-cache/wp-content/advanced-cache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','úéêÍE„ä=Ÿr†Ø','£ˆàZI™œ.qÈží£J/Œ¦M+¥•…1%Ù‚ÑÅ:sà','',0,'?'),('­ÂÈVö÷HNÍ°ïu.Á­','wp-content/plugins/w3-total-cache/wp-content/db.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ê^ÙR&ÜÏøüª	º~','­u)à…BxˆT–Å#‰¡}¥Ã¥\rl%Å^à-a¡OÀóðú','',0,'?'),('áKYA);“NÖOcY\\š','wp-content/plugins/w3-total-cache/wp-content/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÔŒÙ\0²é€	˜ìøB~','ã°ÄB˜üšûôÈ™o¹$\'®Aäd›“L¤•™xR¸U','',0,'?'),(')~X×sÁö€ Þml¨','wp-content/plugins/w3-total-cache/wp-content/object-cache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','BƒþTfjq1­>*Ï6År','d»\ZI²Ògb!ò&[þ§éö»ûùÎ¦¦¥]õ4½¦Òƒ','',0,'?'),('·jÈ¡>±/¡09Žñ°BO','wp-content/plugins/woo-gutenberg-products-block/assets/css/abstracts/_breakpoints.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','qæEíóì.èÙ)|U?öóÊ','!øÇ«µ¶º;ŠÏW\'•<à™AJ.Ð7ÍtÒ3•²q\r','',0,'?'),('B‚FÒÂü€	$ UÈÙü','wp-content/plugins/woo-gutenberg-products-block/assets/css/abstracts/_colors.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ñ$.É»0µ`†‡ßÒQ7','_A4‰ñ¸ÇDåŠÕ\0ô¥·Àuw.,B¥-PÆr²èˆ×æ','',0,'?'),('-µ&3+JOj\rú.ý','wp-content/plugins/woo-gutenberg-products-block/assets/css/abstracts/_mixins.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¯w|÷U–8Eó¸61õ%ÿ','Ç&©KOy…äK4†íˆI§¹¬må|fH è\\','',0,'?'),('.»\ZAP¯+@9¸w††X¶','wp-content/plugins/woo-gutenberg-products-block/assets/css/abstracts/_variables.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j1|róuBìÐnn£¼À[V','AáÅ&/eø³C\\Vœ@UŸ¨>Æ˜Â]ó¼S‚T“','',0,'?'),('DmÎ‘MÜ·òH ™}#','wp-content/plugins/woo-gutenberg-products-block/assets/css/editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','sâ¢ZQ5ç¼Ã÷Á8\0','A\'Ë• Òg{@“6hÞLíô/’z[íÀ¡ÅeIÔn','',0,'?'),('9 ¬èŒ‡€›‘Ø7L¯','wp-content/plugins/woo-gutenberg-products-block/assets/css/style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Þ;Zîodñ©€lCõq',':N¹ì25‚÷\nñ‡ñµðNÌÃB3KþÛ¾7œ5eº','',0,'?'),('ZÊÛÎ<÷½“çi}Lð','wp-content/plugins/woo-gutenberg-products-block/assets/js/base/components/label/index.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Eˆñejâl†½g?ì‘','‹’1i»Æ/ACD…°nÖà+YÕ¡&\\&©ÍÀ,','',0,'?'),('—P5Ès®•¨zóÖ¼°]‚','wp-content/plugins/woo-gutenberg-products-block/assets/js/base/components/label/test/__snapshots__/index.js.snap',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|±ÓlœhWRÃÄ«˜.','XêG$x\Zwñ³·¥vÿR\rS÷HüüÿÛ§–²!þ','',0,'?'),('JxÐ«Mòg~8¦£\ZF','wp-content/plugins/woo-gutenberg-products-block/assets/js/base/components/label/test/index.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','“„ŸGW•ú¢Ç z¸¶BUr','wY´NÐÃòÅŽëÐ¢Mä—Å®³ÖÂß‘s2G','',0,'?'),('ÝÏÔs/öêëÎ‘¯PÈEß','wp-content/plugins/woo-gutenberg-products-block/assets/js/base/components/load-more-button/index.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','½!‘/íŸæ*,{Š«z','Irkæ`€ŒYX—:)âfP\0fÓ›óº8¤ILŠû~','',0,'?'),('/tZ ‚2J›Éí<ç','wp-content/plugins/woo-gutenberg-products-block/assets/js/base/components/load-more-button/style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L±/ò°RÝ³ß™URýU7','Kë48À\n·ÿöÑ-•`m-·²§=@Ÿ¹eSI‰óÃRy','',0,'?'),('¶iD©0³hÙ9½ž×§Ôá','wp-content/plugins/woo-gutenberg-products-block/assets/js/base/components/order-select/index.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2ÇF\"`5{µræ6É','IØ›íÛ§%SŠ÷¤ Ã^\ZaPE­³…ŸØ\nó _9q','',0,'?'),('ýC„}îhÛMí¢§Î6Pã','wp-content/plugins/woo-gutenberg-products-block/assets/js/base/components/order-select/style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?†JÓ3µ¬þbaì¢Ír','¿M‰qËª·:‰JHäÊËv¸À@S°#ÆP?0÷´','',0,'?'),('àÿ:ä¢­M¾.û¯MÝÊX¼','wp-content/plugins/woo-gutenberg-products-block/assets/js/base/components/read-more/index.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\cø¤60ìÜÂ„17','—,>Ù4nÚh°Ý1º°L@TÛdÔ“´8È™ÂÌÃž¹','',0,'?'),('ªß¶õjîFJ%lè+7º','wp-content/plugins/woo-gutenberg-products-block/assets/js/base/components/read-more/test/index.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','÷Ë–Q®M-ÞL2]½jbù','Ý©ÚöéÆ×äþúÑˆª®8òc08`ïï¾k]è!\n','',0,'?'),('¡Àe5ÈÙ2?üu¨†Ã','wp-content/plugins/woo-gutenberg-products-block/assets/js/base/components/read-more/utils.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	.2·°÷oäåž\\$¢','¢W=úb,‰¡suÐÓ<‚XªŸC`S•r»+¸+B%Ç9','',0,'?'),('1Y}sœËGŸ¹5Ÿœd·','wp-content/plugins/woo-gutenberg-products-block/assets/js/base/components/review-list/index.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']rÐ Ä£Ù÷…Àhð!‹	','FÄ:¦&óš®Ý\n{Àmz¸µ»½óÜå¤O\\Z‘: ','',0,'?'),('—‹šŸ4ÜÃM«PØi','wp-content/plugins/woo-gutenberg-products-block/assets/js/base/components/review-list/style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','§¶+_áÐ´ð¦m–Š\r','!Wš\ZÆªB‚NP|œLÈeH1?pí5™\rž÷qÕÞí','',0,'?'),('É”Rø€¢¿2‹¢\0ø','wp-content/plugins/woo-gutenberg-products-block/assets/js/base/components/review-list-item/index.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','AÍu	8c«‘°$MÏ=‘Ø','\Z¿P–frÜŸGDgäóQY$¸Ú–Ð¦:n—à²P','',0,'?'),('“§Žþ.ÀƒÝsl#fGC\0','wp-content/plugins/woo-gutenberg-products-block/assets/js/base/components/review-list-item/style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2Ì\'˜ã2ßøkï3¤åZ”',')‹ÒžøåÇÉiÒî‰™þcKl\rShù8(ó\'ó','',0,'?'),('Ñ·‹50÷úÝá	KÂzžéÒ','wp-content/plugins/woo-gutenberg-products-block/assets/js/base/components/review-order-select/index.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S\"…0ÀÔ;gÔ\'v','Š„FE!aˆ\0_k²ßïƒgx@òõ	˜ÖLìj7','',0,'?'),('ãaÐâ[æëYG[‡Üÿ','wp-content/plugins/woo-gutenberg-products-block/assets/js/base/components/review-order-select/style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(VÃþ½‹wpø\0+õB<','[s*Ö‘Y—C­3Vz\Z\rÁ-¿cu?«ºøFºo™ÓqK','',0,'?'),('œºÊVO«Û«+ÙdÈÝ\Z`L','wp-content/plugins/woo-gutenberg-products-block/assets/js/base/hocs/test/with-reviews.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‡ÜK­=¸ùU=¹†Xü','U}F‘++j_€½Uts_s9¥OrÎ…^þ¸êáT\'','',0,'?'),('O-Ê\\×SWX¶Fèô¸y','wp-content/plugins/woo-gutenberg-products-block/assets/js/base/hocs/with-component-id.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=6Žö½ÙýÔ.•üæ¶9','‹DÉÃ\"¥È”bßÝ“¾<Ÿº\0F·j~Ã‡óµ!Ì¨)','',0,'?'),('à‰hË‘ ©´—$:$½TiT','wp-content/plugins/woo-gutenberg-products-block/assets/js/base/hocs/with-reviews.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','äŸ.¨ÍÑ¸²«~åÅÜp','EÎZß¡òÍn^ ùCRl!ð	¡»qà²aÝ¦L','',0,'?'),('´“ŽÁë÷Íªnúr¦ò','wp-content/plugins/woo-gutenberg-products-block/assets/js/blocks/featured-category/block.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ˆÂ±,Ò\'‰´H!£Øï&)','…íPQƒgz\nš@TýÎÈà€k›\n½Ÿ-]Ð+‰f','',0,'?'),('eÊÊÍÅÆg¡…5áWrgIÔ','wp-content/plugins/woo-gutenberg-products-block/assets/js/blocks/featured-category/editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ìëÀ*Ù[[‘aµœ•zö','á‹,ûòKô—¿\Z<Mû©3Ëè«äßTéiå+Þ“\0','',0,'?'),('‘\Z\ZÌR¯ÅÃôbhï¢3','wp-content/plugins/woo-gutenberg-products-block/assets/js/blocks/featured-category/index.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','• 4<ó·êþÉTQR',',ë¼UÒyH³„0SåZ©žET ÐšY¸y5Ã·u','',0,'?'),('vÍ©\ZÜa?î¢R>×T','wp-content/plugins/woo-gutenberg-products-block/assets/js/blocks/featured-category/style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v‹Ö2\Zd¤3­\rQåú+èŒ','7\0\"åþä@À\0)®…ü74Zy ˜¯µÖ¯JÓà¤b','',0,'?'),('Ã¸Ìœçò­Á$í‚Ö²','wp-content/plugins/woo-gutenberg-products-block/assets/js/blocks/featured-category/utils.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','fådÕ9c¼ É<äÇÆûÖ','\nôTGÐ\'ªT9¡I¯ùÖì$M)ÀŽÎ¥','',0,'?'),('»Ú§[âV¯ë“j÷t^','wp-content/plugins/woo-gutenberg-products-block/assets/js/blocks/featured-product/block.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','WXjôÚ-!Ïe.`  µ','¸MÛ«¯åSù]çÑ˜ºÇW<Òðb¤N£Ãl\nŸÄ¼J','',0,'?'),('á¦ ‚òÐ‰X e','wp-content/plugins/woo-gutenberg-products-block/assets/js/blocks/featured-product/editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Êõ†\\K¼cøhLÄ4l','P“}«õ}Ï·“šº‹f¤,´‚Ö\\¿2tßOr4,™','',0,'?'),('w\"\\-o7ý«áþÎLþ T=','wp-content/plugins/woo-gutenberg-products-block/assets/js/blocks/featured-product/index.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')¤Ÿm´\\hKˆ¤)63¼','úðµ¨!3®L7û´÷¶YÀªL‚/ªúÓê!˜±Ôç½','',0,'?'),('u¸ñ@â||éQ”ßvêš\Z','wp-content/plugins/woo-gutenberg-products-block/assets/js/blocks/featured-product/style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','YÃ§()5\Z•Ö‹ÖTî¸','ÆM±pÖûØE7Óo>ýíPÎéÍP`0*ê\Z-Úà','',0,'?'),('Ð{v“qB»`PŒÔ·}','wp-content/plugins/woo-gutenberg-products-block/assets/js/blocks/featured-product/utils.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','’h‚ä\0œVÖBƒÍ‡‹h*','¹¶Û*v\"}û#öúGÎ~›¶ÇÊ!QŒ?*aÁƒ‰Î¯','',0,'?'),('£Á\"’ƒüÂ¥y÷_ªœ°','wp-content/plugins/woo-gutenberg-products-block/assets/js/blocks/handpicked-products/block.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','böÕR²q‚P‹ô‰ÍV¨','ªÒ:.aY—”)ZLP¦|•<õ²›F23nµÂ u','',0,'?'),('÷Ê8si\\² øG¾o0%','wp-content/plugins/woo-gutenberg-products-block/assets/js/blocks/handpicked-products/editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','oSŒCs3õFDò¹','šñÇñùÝ€A\0½?PÀ¾‘ög¥Û,¼¶C˜áZ^=ò','',0,'?'),('ûÌœ¥EÕ¥a)0¼ÎŒü£','wp-content/plugins/woo-gutenberg-products-block/assets/js/blocks/handpicked-products/index.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Í<ÍðåZ·¤#ÔÊÙ\rF','¯¦õö‚ë$0°ìéfÎ.\08[G·\r\n<øAbÆŽ0é','',0,'?'),('jbíÇzfÿ¬tdUžÝÍ','wp-content/plugins/woo-gutenberg-products-block/assets/js/blocks/product-best-sellers/block.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','˜‘Ôi,³e<5¸>«žê\0','Z|$Ö)­vV\"Î&†Ë¢BÄ1y¶²àWÁ¹½uö','',0,'?'),('Ÿ7}3…ÒÀ6•O\\FáÀö','wp-content/plugins/woo-gutenberg-products-block/assets/js/blocks/product-best-sellers/index.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Šuèq\r\n×)—Û\ZI§','û`kûÎ8UÑØ–ØŸÂ•\0¥èÝ?(ËŒÉ—ã•B!Úþ','',0,'?'),('À\\¸ Î‹çKÔ±ûãB-T','wp-content/plugins/woo-gutenberg-products-block/assets/js/blocks/product-categories/block.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8\0%˜×Þ•JRëgv','_Wš¼ðawÃi×}]ú³SEˆî^AÙì¦RÁ¡ÌMžG','',0,'?'),('õ_{“Šˆ\\‰D\n”','wp-content/plugins/woo-gutenberg-products-block/assets/js/blocks/product-categories/edit.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ð†L±6­Á]4é','{ bõ£j?Êf\0—ÔH˜[wîd\\\nqÏIE','',0,'?'),('µÿÂ5#<øšÜâ1öàÕ\Zà','wp-content/plugins/woo-gutenberg-products-block/assets/js/blocks/product-categories/editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','è\'	0šUóz=`òªìú','ÀØ‰‰‡¤T9É2PšÙHÞséz/gò—ÏºM±Ô²²','',0,'?'),('Ìß­“poµyÚN/á0‹£','wp-content/plugins/woo-gutenberg-products-block/assets/js/blocks/product-categories/frontend.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S»ò5Ó¶XæðŽ—°Ú:','Ûïk\Z¢9óÕñ.ï÷u†\ZS7«¾ö4Lœú‚‹','',0,'?'),('¢”kp±êšÌ£¸hmîÞs','wp-content/plugins/woo-gutenberg-products-block/assets/js/blocks/product-categories/get-categories.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6›¼°ÌýŠÐb«~\\h','>ñ¹•ª€`Éz4©8ÒT°²±Z†»*¡;Ÿ¦OO­ð,','',0,'?'),(' ö[‹ÍÎƒøò:ÁÈ&ÒS','wp-content/plugins/woo-gutenberg-products-block/assets/js/blocks/product-categories/hierarchy.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','û ­ÇÁOû\'u6LD‹³e','MÍFÄ~M[‡~¤O‰”hB$>{Ýô6NrÏakYÚIQF','',0,'?'),(',Îfc\rQZŸ©Ò Ì>¦','wp-content/plugins/woo-gutenberg-products-block/assets/js/blocks/product-categories/index.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','³¢RõäùkPÏ¤/ÏF€Å','\rÅeQ~³‰7›þ´uéúªgˆölTÍÿr_í1Þ.','',0,'?'),('ËÖ€[KR,©%úpÙqbÂ¨','wp-content/plugins/woo-gutenberg-products-block/assets/js/blocks/product-categories/style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ØPÓÂˆp³ŸL7jÉ’\"T:','n:®ÀÊ1<MQÏy«‹‡ÈºÇ)‡;à…ðSÃ','',0,'?'),('˜®:ðG=!(È\nHsæ·\'','wp-content/plugins/woo-gutenberg-products-block/assets/js/blocks/product-category/block.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7wSD¸½°HE<SÝDM','’|Þ}º[p£`Ý—÷º€A<Æ„§Œ¸c–(Pn)ù³','',0,'?'),('—ÞEGYR`âïÃ«á‚…','wp-content/plugins/woo-gutenberg-products-block/assets/js/blocks/product-category/editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ðëž†%ðÉX2˜^q','7ëÙèîñ‡Ç,.û*bÍœ¬ºéÏˆ*{\"9U','',0,'?'),('²·Ö}\Zëóˆ‰ÄÒ±L±','wp-content/plugins/woo-gutenberg-products-block/assets/js/blocks/product-category/index.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ËD[Ï´ç3N\0*5¸×',';Uab£,*¶Ñ¾…Ò€‹-I¶ŒV[8ÎÉ%uê‘ù','',0,'?'),('’>µu[ö@jkÒŒÉåD','wp-content/plugins/woo-gutenberg-products-block/assets/js/blocks/product-new/block.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','±úÖÈ §â¾õ\r–‡	','ÈÀ¾LÞrä!\0a€)V“Œ=PÀÒêºàéO× ¢a!','',0,'?'),('5×ˆÒ]óÜÐôr9›ÉCû','wp-content/plugins/woo-gutenberg-products-block/assets/js/blocks/product-new/index.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' E0ãš$tg=qˆ‰v³±','Ñ€²›\Z\Zî‰ØP–çýÖÁWÖ\0>80Ò_0KS','',0,'?'),('-Ž_\0Ä$ÒÚ‚+Fûé}','wp-content/plugins/woo-gutenberg-products-block/assets/js/blocks/product-on-sale/block.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¸ŽKÌ	eç%$»Ä«','Û	¼ºåŠ~Þymâ5Ô#ªËÂõÈÿ3Fy\Zæ8§','',0,'?'),('œ2©®»Ø¡êÐ\0Rª«05','wp-content/plugins/woo-gutenberg-products-block/assets/js/blocks/product-on-sale/index.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‡øgÕG}š`±¬#üW·\\','ËfQ—–Oo§G³rkM²“¶Ê>.e·—±ða…','',0,'?'),('½(\"\\wÄƒÙ²ÜÊ®','wp-content/plugins/woo-gutenberg-products-block/assets/js/blocks/product-search/block.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÚÚû¼REž}§TË½Ä','þ\røÃ£X·ukÓ5ðŽZsÃnEHMJ%ÊÑkö‹','',0,'?'),('ö‚¥Îvt”¾VR‚žzé','wp-content/plugins/woo-gutenberg-products-block/assets/js/blocks/product-search/editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#T$5~‚0¹³&v¾è·','¬zˆœ½Ç×IµWŽ™9lÍ˜*Î¦×¯žîïQ7','',0,'?'),('™áH–k”u˜õ‰j”NØ\0','wp-content/plugins/woo-gutenberg-products-block/assets/js/blocks/product-search/index.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÓEÕQZ=úÂì(sØ&µ','qX¦=,rH\r,9Ô#é“s*M1þ»|gîª*\\ø','',0,'?'),('W´pœz×VØª„`½%','wp-content/plugins/woo-gutenberg-products-block/assets/js/blocks/product-search/style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','DþT°Ø°0Ý£!œLÁ','Û€µ¼DwóP¾Õ9!m>\n½Þ]†Ó«7‘Ä\r‘[Ü','',0,'?'),('½¿I¡ö”ö™p@ü%','wp-content/plugins/woo-gutenberg-products-block/assets/js/blocks/product-tag/block.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|D2¥râˆ2ÈrM‰L¤','øŸ1ÝPXH,=›å r\r;q9õô\"Æ6\'É','',0,'?'),('Þ°-Üð¦`íˆ*9OÃÁ','wp-content/plugins/woo-gutenberg-products-block/assets/js/blocks/product-tag/editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ï0zÈ›yc¥ŠPÎh2übÙ','†Ù*@IÄS\0\"=¤qBH nÆ‘ü—¯—èmCp|','',0,'?'),('Y—^Ï±IŠ“ž2»ŽêüÆ\r','wp-content/plugins/woo-gutenberg-products-block/assets/js/blocks/product-tag/index.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','cp/:_oÂpy_…&—Ä@','7£R­ÜiüGvä[6Ñà,º“û?â6ý…ò qâ','',0,'?'),('ð6c±ŠÊVS©+†¬\n','wp-content/plugins/woo-gutenberg-products-block/assets/js/blocks/product-top-rated/block.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':Zò¬×\0*©‘üÐã','œeêµÕ½×}3Zì4Ê?ÏaóáÏ¸ývEÚ:Ùí ','',0,'?'),('À*9þEf¬é½¾±ô}','wp-content/plugins/woo-gutenberg-products-block/assets/js/blocks/product-top-rated/index.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÝdgÌ|I\'¨³µ\'}','\"Ÿq{*;I]ö‡$ÁÁBÄçE]afJlIZå©Ïíú*','',0,'?'),('ƒ”H:×n ¦;ÆÁP','wp-content/plugins/woo-gutenberg-products-block/assets/js/blocks/products-by-attribute/block.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','»·¾	k¹CÖnìÑqœ\ZLq','D/\\^;\\–o×¤Å”	©AíU«@OáãsP>ºë','',0,'?'),('[FÁ@<m(ÔNckK','wp-content/plugins/woo-gutenberg-products-block/assets/js/blocks/products-by-attribute/editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Î%¥^‚Ì-*±;ûAÞ','¢¸ò¾â7äœ¯ç©ZÛÜâ·”éˆ¨µíÓRq¡','',0,'?'),('O|\'5-Á»‚ÄTwíÆ°A§','wp-content/plugins/woo-gutenberg-products-block/assets/js/blocks/products-by-attribute/index.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','HG^á‚YˆH	j]Ç','@¥jï µMxÿãC?p—‡=ÕÌ‚ÓäÅ·¼¨â‰ÐMë','',0,'?'),('éë~\ZÕ+lõcqqãLH.','wp-content/plugins/woo-gutenberg-products-block/assets/js/blocks/reviews/all-reviews/edit.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','®¦l­z¯Sl\\¦V9UË','rAzVbÜçŒÚ:ø÷}lXSÞÏÄiz¶it}œ','',0,'?'),('`ùõ²û\\é]¼ÿ™?Æ5ˆ','wp-content/plugins/woo-gutenberg-products-block/assets/js/blocks/reviews/all-reviews/index.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¹rSùTw?{êw%²(œ¨','$î…ma…}LÄN—ô2Rq†öò`ŽÏ9ˆ_l¬ö','',0,'?'),('Û:ÔÆA¦º.‚ 7¶ØÏœ','wp-content/plugins/woo-gutenberg-products-block/assets/js/blocks/reviews/all-reviews/no-reviews-placeholder.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','íÔð/W:è[Þ_9ž2Å~','=Dÿ6ñ¦²MÞM[ô,å›ÄËÇúÈ±v?m·Å','',0,'?'),('\0û÷äÑ{™Ýð·±5»','wp-content/plugins/woo-gutenberg-products-block/assets/js/blocks/reviews/attributes.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ñ3þ\'mÎQýÔøNñÃ¹','JÏDt;ä,¼1wÉ†ñCKèÕV1Ñ›W€xE¦#ŒéÄ','',0,'?'),('\0wÈ“\r:VÉÏJî[Z¿0s','wp-content/plugins/woo-gutenberg-products-block/assets/js/blocks/reviews/edit-utils.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<nï)L!Œ/­b¯|)À¶à','Nò5veß ÑW‡œ-MâK›sê™¿ú2Ök0úÖ‹« ','',0,'?'),('v[ÂÆ‘p×Ù(wJºî','wp-content/plugins/woo-gutenberg-products-block/assets/js/blocks/reviews/editor-block.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l¿“:”:c~õ-{ÌñP','s\'„\'PºœÔß³ú¾Ó¢@Qo«–Gú®×Œ)w·°2','',0,'?'),('ûBùõ\ZŽÞYhA9l¾\Zä','wp-content/plugins/woo-gutenberg-products-block/assets/js/blocks/reviews/editor-container-block.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z ÜÝjš³ð²#Ÿ¾ö¿ˆ','Ÿ#‡aC}‹Ð³a|¼©$7KÃæô^¶œ2xvrP£fK','',0,'?'),('4r’sGâˆ*%‘ÅkÁ!j','wp-content/plugins/woo-gutenberg-products-block/assets/js/blocks/reviews/editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¿\r’¼’ÑW h‘“^â','Øœ¯/	S²r,í°JkK•¨ÝîI„\ZÇ.ˆ–EÏµ0','',0,'?'),('{\nÞ’ÿ¿.Ý‹3’î¤','wp-content/plugins/woo-gutenberg-products-block/assets/js/blocks/reviews/frontend-block.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Vñ†_—smk„–mÿº!¤º','âåòG\"Tg’ÉËÀ\Z÷× X‘Ù¶4K¶³…ƒö9','',0,'?'),('.™\0½v¬Ñ(ebµ\"¿6Ì','wp-content/plugins/woo-gutenberg-products-block/assets/js/blocks/reviews/frontend-container-block.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','îü‚Iê^ýøñW\'Ñ˜~','Q‰1þ¬RäÕ¡ÎÁHðæù«•çÕû­7Þa…ËÀxÊ$','',0,'?'),('‡•\\ÿÓ‹òì)w×Á”ð','wp-content/plugins/woo-gutenberg-products-block/assets/js/blocks/reviews/frontend.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÅáS6AxQ®’‰†5å','É5•Z‹Dä»éîŸî(àÇÇ¹ØÑ†!»½t\nêï$!','',0,'?'),('…:8Z^h³«t?áßÎ&,Ê','wp-content/plugins/woo-gutenberg-products-block/assets/js/blocks/reviews/reviews-by-category/edit.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7M›¿Â‡k¦*%Ý','ªèV°ëïf^·Y”˜_d¶¾Ïžs—z—’€£þï‚¹','',0,'?'),('³üMfE·5ŠqÖy¨L¦','wp-content/plugins/woo-gutenberg-products-block/assets/js/blocks/reviews/reviews-by-category/index.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\nŸç?÷“N‘¡¨K','½ëæÍÝwßþÚðÄuÃÇíÍâ âa5^\Z²ãJ“','',0,'?'),(';÷¥À\\Ãò{2\rçvó7J','wp-content/plugins/woo-gutenberg-products-block/assets/js/blocks/reviews/reviews-by-category/no-reviews-placeholder.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','úO8L‘”%t³+¶è/}x','Ì½µO±Ýáã¥Î?@\n:5~?]6!L›J-­}T#','',0,'?'),('é ÂüX59›°Ú\n{•¹','wp-content/plugins/woo-gutenberg-products-block/assets/js/blocks/reviews/reviews-by-product/edit.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¶(PÜóA@­,/k','¾ër»àfÓš9B\ZÇ-7ÃÏ ¹•‚ó4r3âù‹©(1Ð','',0,'?'),('dÿ¹òüîÿÅç}ç[','wp-content/plugins/woo-gutenberg-products-block/assets/js/blocks/reviews/reviews-by-product/index.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ðßb9ÒN¼¼>ø£j/','¨kR«$3*ÉuÊu`÷ÓÐ&\'÷-‡«»1âÑ%¸í','',0,'?'),('¢æË²ä³÷ŠžÜÿAXj×','wp-content/plugins/woo-gutenberg-products-block/assets/js/blocks/reviews/reviews-by-product/no-reviews-placeholder.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','tØÝUÜÆ¹ôéºÄ\r‰','ò7»™,u‹—µ·;òh·kÐšm†Ý_œ‚È;žn³','',0,'?'),('…„ÄÈg?ñ¢çÊ”õü','wp-content/plugins/woo-gutenberg-products-block/assets/js/blocks/reviews/save.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ù…£ŒÒËjÌ\'F|4P™õd','Ýõ¿,ÂÕ,M™:L¢9k›£VíÑ’9çõ¨\0','',0,'?'),('þWUÁôV2¨XœW®xc','wp-content/plugins/woo-gutenberg-products-block/assets/js/blocks/reviews/utils.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Û¸ÿÂ>S“¶z¥\"ûø','þ\Zfy£Á¡ºHìÎ,\nçèÕãípŽÞÎêJ³£','',0,'?'),('®vòÔÿJš<…\rÐ©\0Ô\'','wp-content/plugins/woo-gutenberg-products-block/assets/js/components/api-error-placeholder/index.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Â&ÕÆ§ EÇÝD×Ä^Ë','NHÕéÜŸZMÜ-Ç§Bà#¤jŒl·\\ðßG’ì÷Ã¦P{','',0,'?'),('£Äª+”CY`½’bŒ¿æÚ','wp-content/plugins/woo-gutenberg-products-block/assets/js/components/grid-content-control/index.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6Î’2 ›+ê	6é=\"F','Ø³`˜Bl¤xÊõc<žÒ”ôE14I\r[ÍðP=\"Ùid','',0,'?'),('zˆH+E¦Ö Øéññß','wp-content/plugins/woo-gutenberg-products-block/assets/js/components/grid-layout-control/index.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÐeãE\r‘Ÿ}i`â¡‰ý','ÇÞ9 XÆË$œÜþRôÝåúívò×‹rÚ£ýLˆGÖ','',0,'?'),('šRwßÅ<Œ*PÏÞëwý\0','wp-content/plugins/woo-gutenberg-products-block/assets/js/components/icons/all-reviews.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','£öÇ*i…vÆ—ˆïeŒ¿','MMŸM*ÅÙœ ;‰tu:ã…üÙ\\kôÊ`]•óƒìG','',0,'?'),('ˆ>U¿áRßÝÅ¸Tg‡4','wp-content/plugins/woo-gutenberg-products-block/assets/js/components/icons/checkbox-checked.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Þ4iß0.À—L.ÆŽ¤Z','=¤Ëà‰z¨˜Î´òyÊV/Õ—ÆW<î„?nJ‘# «','',0,'?'),('BÑv¾(:T:VÀ…m8·','wp-content/plugins/woo-gutenberg-products-block/assets/js/components/icons/checkbox-unchecked.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Dõ®™nÌÄH\0Ÿ}¹(ò0','íéºÕ€>þà…™Õ~æaTNTôKé\0¹[+wx.…N','',0,'?'),('ËµÂÂp\nå*siŒNnJÂ','wp-content/plugins/woo-gutenberg-products-block/assets/js/components/icons/folder-star.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"”ÌÐ>î=þ¿ó‘»*','	c¼ŽÛT³‚\\æ)­ß‰r¸Ù^ó%¨ÚÌ6¨y‘ò','',0,'?'),('ôüï×iW–gWà»RÖv¼õ','wp-content/plugins/woo-gutenberg-products-block/assets/js/components/icons/folder.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','äBÇb6‘º(CdŸ‘N7µ_','j|@aDmnkõˆ(18çTì•Rjú1ïA’˜t6Fu“','',0,'?'),('ÿ}¶ˆã9ökìýñ¶','wp-content/plugins/woo-gutenberg-products-block/assets/js/components/icons/index.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','…4Æ¥È1\ZNïª/N;gôf','Q°ö^Äÿ‹µ|9_Mš=uþ Zæp¤ÀáŒpíõ@@f','',0,'?'),('šH \"W>gô.KåI','wp-content/plugins/woo-gutenberg-products-block/assets/js/components/icons/new-releases.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Äª¾U76n•´s|ù\"H','ù”–zz¨$£?oŸ1\r­?Zqu2¿*}G´Ê…ç','',0,'?'),('*”.–\0Ô`qÔz.€È','wp-content/plugins/woo-gutenberg-products-block/assets/js/components/icons/radio-selected.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Cç%Åµ;ÈYµ8Ë“ú','J/·\r•sV-ßû±²XimŽo\r5ÃßJ®ŒKÌÏ\nÆK^','',0,'?'),('}Â™ŸÆØ×ÍÉë@','wp-content/plugins/woo-gutenberg-products-block/assets/js/components/icons/radio-unselected.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','aèˆw{ÔÆbŸš®ÝlŸ','™øÐMØMÉNÞñv*Ê^ŠžEáÞH˜kè¸ N*q„','',0,'?'),('Ð”\ré•\Z‡é­q6(1h','wp-content/plugins/woo-gutenberg-products-block/assets/js/components/icons/reviews-by-category.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¬Œµ¾‘\r–çé.êö‚','wÚ!þ‹Ó¢Ê-\'¦h#¯S_þ;(_Fð’Þª®','',0,'?'),('\\ZÍµÜ%Ã!¬ïn\\È%Ÿ','wp-content/plugins/woo-gutenberg-products-block/assets/js/components/icons/reviews-by-product.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','›Xø=ÞÀ°i¼%(P0‹','.+éYHZÏ¼ÖM17À17\ncn`ÏêmM\nôŽÍ>Õ','',0,'?'),('Öcë¬­§¶˜”\Zd™P¿-','wp-content/plugins/woo-gutenberg-products-block/assets/js/components/icons/widgets.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Íùíî2ãü\'\0†òlh¦a','YäØËéÚ°ðE×Þ’Ñ¾m?/Ë:èÂfÙIt=<jÔà','',0,'?'),('m@üwŽhZZ¸ßkPØ','wp-content/plugins/woo-gutenberg-products-block/assets/js/components/icons/woo.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Üè`ÉýW\"Ü1Pô','µ5èog¢8Z©XÓ¹zÇÏùS.ï¥=*–Ó‚‡(—ö²','',0,'?'),('œÆÔŸýrësÅæ}SÊç ','wp-content/plugins/woo-gutenberg-products-block/assets/js/components/product-attribute-control/index.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m^e(/·ƒåëC(ªlxø','ãÜÒÌ–n®\ZVL«&X¸·Fdnä²¼kš)N¾¹\" C¡2','',0,'?'),('YÈÌSºäÂ½ùªâ/Úg','wp-content/plugins/woo-gutenberg-products-block/assets/js/components/product-attribute-control/style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.Sê.ÅÚÃ[”•!*_4','å³_FH;çå\0H*™rMg|Zå«Ûúor\0B$\\%;','',0,'?'),('À{”]±©¡Ã‘}¢±%Ú¦','wp-content/plugins/woo-gutenberg-products-block/assets/js/components/product-category-control/index.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ô+Ô–~Ø*Û—ÜËó','½²¤âˆÓ3àJìÆÎu·`»wê‘TÚeÛ5±/','',0,'?'),('û+	s?7	¹R÷º‘I','wp-content/plugins/woo-gutenberg-products-block/assets/js/components/product-category-control/style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ÿ[í	°¼Îz82™ÔÃ°','Ä‰C»€Í¦àà„omPiÁåÞPÇÔ-ÎZ/\n¶saDN','',0,'?'),('Z><jŽk°{ßÿÕ]Dz:','wp-content/plugins/woo-gutenberg-products-block/assets/js/components/product-control/index.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' 6<Ï(8ÚÀÕº~Ý','Ãý	=âýsÌ_3b%tsÐ¶³0¶—†ùË„oi','',0,'?'),('Õïû8Ã~%•Ã‚o8y¿¯','wp-content/plugins/woo-gutenberg-products-block/assets/js/components/product-control/style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\nj×z|Ä\nêFF_zt=³','Wž]wßÄ ›d¤™vðçÀÍ¯ln›twCè béG ‰‹','',0,'?'),('(—–×Ñð/LÏ^z¢JBÊ','wp-content/plugins/woo-gutenberg-products-block/assets/js/components/product-orderby-control/index.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ðMû£~¨²Êy:vU!a','kå½P¬¼,B©¨\'¾k\n=²Õ¶Ç9t.Ô‰l3Uô»','',0,'?'),('ñ’æây‡KâXËB53','wp-content/plugins/woo-gutenberg-products-block/assets/js/components/product-preview/index.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','î²dùÍ¬;Æº\'ŒTóò','Òª–´t‡Jc\0áeü: WzZÄ‚–P ÍœèÖ','',0,'?'),('@d`5p4÷T»Ì(  ð','wp-content/plugins/woo-gutenberg-products-block/assets/js/components/product-preview/style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Í^ïŠqZÑ9|ÈìF','RÞb<e4©M8Ò-‚†Ý”ì6V°˜¿á§“bDQ','',0,'?'),('ÖˆLö-¥ðŠ¨ÜÌ÷©','wp-content/plugins/woo-gutenberg-products-block/assets/js/components/product-preview/test/__snapshots__/index.js.snap',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ŽÌSÔ\0^žÞ4è}&§Ë','a):Ê†”/ƒèöªÙÅéïéªl[OÍì‡eØK','',0,'?'),('V¢Œi€ÿc\Z+vIr4¢','wp-content/plugins/woo-gutenberg-products-block/assets/js/components/product-preview/test/index.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÜÑ^/Ðâ;½¿\r•Ã¸¢ô','A¬%dÒ~1ësè›Ÿá\\öVM\"9u(¨_«û$•I˜','',0,'?'),('«h3“ì…n†~4ýnM','wp-content/plugins/woo-gutenberg-products-block/assets/js/components/product-tag-control/index.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Åú|^+å¶ø>.ãB:o','yOà½‹­pù\"†Êˆ~Þ&%¾¢E[=›[;”B','',0,'?'),('¿•|àÍ­¸ñ£îñ›I\r','wp-content/plugins/woo-gutenberg-products-block/assets/js/components/product-tag-control/style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0j/ûUGÏ2}Wÿü\0Îÿ','³/^fÚÈÅQˆš>¢|PA0j­’tõçG 4PG¿$','',0,'?'),('Ö¶ûÈ6Hœ|õiç¥Dfv','wp-content/plugins/woo-gutenberg-products-block/assets/js/components/products-control/index.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','²úW¡\':•ºËœNŠ¼ðf','Ê\'uT“ÕâêÚÐ@öŽÏÒ†gpý¾µl¤ö”âã','',0,'?'),('MÖY~5ŸéäÇÜ“\r','wp-content/plugins/woo-gutenberg-products-block/assets/js/components/toggle-button-control/index.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Š)=§	oÐRö?¬¦ÐÔ°é','ØçB™y¸|2ÎrÒu¿×tŠØÍ7vçÑž%Øµœ8P','',0,'?'),('cXåOï·y:ªø¸÷À	d','wp-content/plugins/woo-gutenberg-products-block/assets/js/components/toggle-button-control/screenshot.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n¹¬±n\Z§D¢× b~KÑ','ß»bŠ#µsú¶”ŒÕü‹²={ÖM×Œ;Ïo[¸ÍˆËh','',0,'?'),('bBÍuGi›Ú¼0V!mãs','wp-content/plugins/woo-gutenberg-products-block/assets/js/components/toggle-button-control/style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','µ/À¢7×`t¦˜ã˜u;\"','þ£%—lñS[%U½è®\r]P\0îU0©;ñ\"¹®?‰ÛÍ','',0,'?'),('‘»[L  ¿ªñ!O©OØ>','wp-content/plugins/woo-gutenberg-products-block/assets/js/components/utils/index.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%^Òs˜Ô\'E òó','ê}º‰›e¾K\'<4\\nY§í¸lè[Qfór¬@]’®{]','',0,'?'),('\"îžH™l©?®`µ¥ä','wp-content/plugins/woo-gutenberg-products-block/assets/js/hocs/index.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=s|«rÆCN±GgòzÆ','ô;ü“è¥^ÖßN\"GcJ1ãQäºUÖà÷Ø','',0,'?'),('+µOêª¾ôÌ…;>T©[D','wp-content/plugins/woo-gutenberg-products-block/assets/js/hocs/test/with-product.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','©¼¦bp-X$!ê†GYªù','›xøª€¯C‡žh\n(©Oô¾h¨l?Æ>=ã:)A','',0,'?'),('å°°T;âÐ~ël6•C»ù','wp-content/plugins/woo-gutenberg-products-block/assets/js/hocs/test/with-searched-products.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','XÀÿ\Zœa´R†äÕ','Û –{Aµ…Ð3\r\"¾™‡Æ—ë·pGJ)³C¼Áµøâ','',0,'?'),('ŽJ¯yuäÝ—üžªE4¦','wp-content/plugins/woo-gutenberg-products-block/assets/js/hocs/with-category.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ZÆÉDØ‚¶C&·ÊÒ‡ú','¾>èËhV^ÿ~Þl\ZÚÝãö`\r[Xï¾\Z¼#2®˜','',0,'?'),('°@c^éF-ö¦”ÝËä>','wp-content/plugins/woo-gutenberg-products-block/assets/js/hocs/with-product.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','µ¨\0Ð¸ø‚šþôC¼=Ù–ä','L\ZˆH2p¼#ÿ©\'°Õ¬Jø=Œ&Ëå$ƒ_ˆqë˜','',0,'?'),('ŠRk	NŸŠ*˜Ž2aT','wp-content/plugins/woo-gutenberg-products-block/assets/js/hocs/with-searched-products.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Üêþ$O‡z´“Æš·Ä','à¨¸$¥ÑFµF¦)®b\'®v\\¦i–IOE; c','',0,'?'),('T$ów¢{XdH÷Zgìô†ñ','wp-content/plugins/woo-gutenberg-products-block/assets/js/index.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','²\"£µüØç*ñ3Ø®®\r','¤¯™›×Úð¼séÎ°ó§˜)oQ™d’®ìÓH”4Z','',0,'?'),('10x\'ˆtóž4WÜ\'Õ','wp-content/plugins/woo-gutenberg-products-block/assets/js/settings/blocks/endpoints.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',†õž°E›ý8ð}ç•žå','­ü…ÞÿÀ÷\r»œ+ço°ÌÌm~àˆdÓ§ý’J-\'','',0,'?'),('ß¦újùùKAñgŒV®ÌÂ','wp-content/plugins/woo-gutenberg-products-block/assets/js/settings/blocks/index.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','YíÇÒ30g¢}óYóíþ*','y$€°»™©:Ô±#|˜øEÐ^Nú<f”Tiä%Ôo','',0,'?'),('ßBFÝ­6$áË×¾^®®â','wp-content/plugins/woo-gutenberg-products-block/assets/js/settings/shared/currency.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Êwaïâ*ÓÞœfjÂŽ','œ™™·hëHI¤JÊ7Í|\\*:Ô¤f½mûtÇ\\‰&Á4*','',0,'?'),('Ã\r}Rƒ¨&©PS¾#Û','wp-content/plugins/woo-gutenberg-products-block/assets/js/settings/shared/index.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' G±ÎfèºƒB-z¢PÀ†','lŒÁ‰™[•,ÂQfú;ÍÈèH£–^\n•ÿ\\òG=Ë','',0,'?'),('LÈöt9Wn\04Ërgy','wp-content/plugins/woo-gutenberg-products-block/assets/js/utils/deprecations.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¾çÅ¤%MºL]¶ê¦fÑ¢\n','c¨Ê‚¢\Z¤,ŒU’Ç;à\Z%¬,½ö±Mœ+xÝ‚”','',0,'?'),('î\'ÙÙv˜ã,Ž»7K«[X','wp-content/plugins/woo-gutenberg-products-block/assets/js/utils/get-query.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÜÜ>Û®5Š‰~Ä/ä‹Ä–','+4õ2Î\n>\n‡­3¯â-‰Ô ÜE©\\‰¾ŽUÑ^','',0,'?'),('‡W‘Õ1Á“yÿ ÿsÚ&','wp-content/plugins/woo-gutenberg-products-block/assets/js/utils/get-shortcode.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','xgƒ9z•®³lÔSn^','=©³Óx¯úiƒ²žî%NÁó¡©4µ×Xâ=Õâ','',0,'?'),(',^VË6“$cÆï9”Ai\\…','wp-content/plugins/woo-gutenberg-products-block/assets/js/utils/products.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ûáFÓg®\\\\a·5Jx','ö/qŒ^ÒÆ ¼}%wôØþJ‚øyZö¹‚U:BK','',0,'?'),('Ë‡uÉ¹%áÁvºPã,2','wp-content/plugins/woo-gutenberg-products-block/assets/js/utils/shared-attributes.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¢XI¤†öv÷˜pW','o ™™¬6¶©;¦óB1P¹´^Ñ}\\k¾ðÁÝ','',0,'?'),('?–åÑ.—F	øvTË”','wp-content/plugins/woo-gutenberg-products-block/assets/js/utils/test/get-query.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‡6©ÓPæ>~f£”q‰£Å','|¿ßëÂ­™\Z@”ÓË‹=›k¡,åHcaÝ“\"ÍŒ;_²','',0,'?'),('-ˆ²ÁÌÚ,€Ï’\Zi\\','wp-content/plugins/woo-gutenberg-products-block/assets/js/utils/test/products.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w_Y„?„~¿]åy[V','Š[\0§Íc1[\ZŒlt\rU§÷½à£Ïèv´[¸ ·ó¿','',0,'?'),('ÎÄº¼Ò…!T™¥´õO2A','wp-content/plugins/woo-gutenberg-products-block/build/all-reviews.deps.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H“²kpý¯ÿòÏ&jøž','ƒ¢)”UÎøU}ßÈ¥ñÛ¡¼\".“|†ó ZöÇÐ°“Ù','',0,'?'),('ÏÒôw°	)6TAœ—ì','wp-content/plugins/woo-gutenberg-products-block/build/all-reviews.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','FU36%fÃ‚„:7)½','ñÛ×v]œª(Š$Sù¾Î	«f·\Zd¹&åH;¶U²h','',0,'?'),('„¹R‘k9»§Ux·]±ø','wp-content/plugins/woo-gutenberg-products-block/build/blocks.deps.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`ç½†iÿ}nÄy9ðÄ0','¿(“- ËÉÎF±ßMºÈ[„æÀÿžÔD)Z@B¨','',0,'?'),('Æ²Î‰j`hîÈbr×Ç=','wp-content/plugins/woo-gutenberg-products-block/build/blocks.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¡…ó¸´ùE½`VFäšÜÀ','Û!vªˆ_º¸ž´×ú:•Ñ‘‘=ÓWÑ÷OH-~n0Y','',0,'?'),('l¶5\"hÊÈý5›a|{ø','wp-content/plugins/woo-gutenberg-products-block/build/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[Í‹,¹Vžéáø‘9','î¥ªkÙÓyÍg_@wÅá‘%Qîõ…{ýlÑVAŒ','',0,'?'),('Î¿¤WâCÔøÑ^kfï6','wp-content/plugins/woo-gutenberg-products-block/build/featured-category.deps.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','TqiuBê¹ì=€C¶ž 0ˆ','†¾}OÿöºìwÀÿ\ZîC0	øvÆM)]¥ÁÊ½´½«','',0,'?'),('´ŸhAìñ5—ŸÎcaØmÍ','wp-content/plugins/woo-gutenberg-products-block/build/featured-category.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¿:$4h!úÞï´	z¨Úõ','ï¶”Ug-—ºšJêníJ²¯QzŒÕj³Ûìçl\\™;','',0,'?'),('l¾hzîÔ8 ÝòÂ‡Ev£','wp-content/plugins/woo-gutenberg-products-block/build/featured-product.deps.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','TqiuBê¹ì=€C¶ž 0ˆ','†¾}OÿöºìwÀÿ\ZîC0	øvÆM)]¥ÁÊ½´½«','',0,'?'),('û˜S°­T¿ÁéþñÖç','wp-content/plugins/woo-gutenberg-products-block/build/featured-product.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','—‡ãD‡h“ÑÒ/ußçøü','ƒ˜é1ŒŽüžËT–íZ$Ì­ù¯ããT06>A¦Q\Z—','',0,'?'),('rÀˆþÇ±¥m¹z•2fbE','wp-content/plugins/woo-gutenberg-products-block/build/handpicked-products.deps.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¬XlÚ<ªJØ¼„','üR‰õñÄö±ÃÜ’ŠÅNÏ¦—ú”³”ùã	ÛS((q','',0,'?'),('¶¦\0’yÞñf®.ûÝT#Œ','wp-content/plugins/woo-gutenberg-products-block/build/handpicked-products.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','þŒÖ1ƒ§¶“=ùÝøÞí',')mÄ”{á\Z®þ îrÓÒÉÜ	4+æ~ò»C>pLe/¼','',0,'?'),(':òý3øø,­]rxŸ‹','wp-content/plugins/woo-gutenberg-products-block/build/product-best-sellers.deps.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¬XlÚ<ªJØ¼„','üR‰õñÄö±ÃÜ’ŠÅNÏ¦—ú”³”ùã	ÛS((q','',0,'?'),('ðT§èÈß§¶\ZÏËÃT','wp-content/plugins/woo-gutenberg-products-block/build/product-best-sellers.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ë½Rš?5€¼vüC¼%Ù','¨jö¢ø¯Øq•6‡íÄÁä!\r?xë€»ûj‡3','',0,'?'),('¿m·và0êÚç~	Á¯','wp-content/plugins/woo-gutenberg-products-block/build/product-categories-frontend.deps.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','È;ø•ÝFb²Û!°î',' f}TrÉ	×gî[)¬T[Ëk(á”0ÄàRŸÿ','',0,'?'),('1akU!©wÄAèÈŠÜ¤ƒ','wp-content/plugins/woo-gutenberg-products-block/build/product-categories-frontend.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ô.sÄß	Œ­oI¬Fùæ','ôŸ¦*\"Xøð;~ü„øxºDÊcJTR•dÁJÒ	‹Úa´','',0,'?'),('‰A€7Z½ƒ¥AÂÖ­ç…','wp-content/plugins/woo-gutenberg-products-block/build/product-categories.deps.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9Ì™\\ªbÕEu@¡èÛ','¤¿d4Ð_¹™µá%÷1‘~Ïñ°5x˜¯‡åhó\"','',0,'?'),('±â@Q²¾kÃK©5ÈÌrà','wp-content/plugins/woo-gutenberg-products-block/build/product-categories.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ß%¸ó‚k_‡¹Ý¢–Píçg','†>àEùÙ?¦û,ß75¹\"«`#øø“Ò¶õ\'','',0,'?'),('uAêÄ½¬6øc6ø“fçå','wp-content/plugins/woo-gutenberg-products-block/build/product-category.deps.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¬XlÚ<ªJØ¼„','üR‰õñÄö±ÃÜ’ŠÅNÏ¦—ú”³”ùã	ÛS((q','',0,'?'),('…µ¾L`´ð‰qÜ}s\ZÞ4','wp-content/plugins/woo-gutenberg-products-block/build/product-category.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','é^¥²aZbanÊ/°fHG','ž,ÚT5~çs¯Å£âGÌ‘/›¥ª\'\"ŽFb8_ÝÓ','',0,'?'),('ï pÁª¿¦l×ÕÊ‚','wp-content/plugins/woo-gutenberg-products-block/build/product-new.deps.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¬XlÚ<ªJØ¼„','üR‰õñÄö±ÃÜ’ŠÅNÏ¦—ú”³”ùã	ÛS((q','',0,'?'),('ÜˆâsËæÃÌÙôù:¼ˆ2','wp-content/plugins/woo-gutenberg-products-block/build/product-new.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ìåuÂÚR\r·ÖwK©:','4s~^ÊbA©på¥æ={pN\ZÊëÔO‡\"ëø^','',0,'?'),('Ë¨$=ÕãgçÉêvç','wp-content/plugins/woo-gutenberg-products-block/build/product-on-sale.deps.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¬XlÚ<ªJØ¼„','üR‰õñÄö±ÃÜ’ŠÅNÏ¦—ú”³”ùã	ÛS((q','',0,'?'),('&–&Ë»åÉxYÔÅ','wp-content/plugins/woo-gutenberg-products-block/build/product-on-sale.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','è\'JOø$Äý^bUù','	IDT50tÚùËuFØöø˜Ä{Äw{ÚÎ','',0,'?'),('Ï+V”Š¶9éŸüÇJ<','wp-content/plugins/woo-gutenberg-products-block/build/product-search.deps.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ýj¿­(+çî²\n‹»Ç','X¦éj±´I<ßFZ;æ3¦©Ìú>&dÙšG…5ª€	·”','',0,'?'),('¬ÏOOŸýj‹Ë¿\nÈ/éö','wp-content/plugins/woo-gutenberg-products-block/build/product-search.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¹‹¶p/<Î&ÙW•h8õ','M™if‘FŠŸA––œ<r\"FùÜ‰(=¿c\Z0±(jæi','',0,'?'),('!OqBEä¬w`†ìZ)mÞ','wp-content/plugins/woo-gutenberg-products-block/build/product-tag.deps.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¬XlÚ<ªJØ¼„','üR‰õñÄö±ÃÜ’ŠÅNÏ¦—ú”³”ùã	ÛS((q','',0,'?'),('oº‰ú%Ú£Í ,x½VL','wp-content/plugins/woo-gutenberg-products-block/build/product-tag.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0SQNÑÓs”›’\ZÏª›3','uêÏwiŸ¯‘Së—!‰\rþZø—àb$Â»þú$’#û\r','',0,'?'),('î¨ÃHëŽ7æ]–ýÎ','wp-content/plugins/woo-gutenberg-products-block/build/product-top-rated.deps.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¬XlÚ<ªJØ¼„','üR‰õñÄö±ÃÜ’ŠÅNÏ¦—ú”³”ùã	ÛS((q','',0,'?'),('4±84Oa\'\'ñéeÇ','wp-content/plugins/woo-gutenberg-products-block/build/product-top-rated.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')ïnaI]¤(ôåà«ðH','ô…(0×zË _þ+ñ¼øÒ6QóÜ(åfO“±~','',0,'?'),('‰ëÐµK\n½“íÊíó°¹','wp-content/plugins/woo-gutenberg-products-block/build/products-by-attribute.deps.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¬XlÚ<ªJØ¼„','üR‰õñÄö±ÃÜ’ŠÅNÏ¦—ú”³”ùã	ÛS((q','',0,'?'),('´vÌvåß](‹ª9½','wp-content/plugins/woo-gutenberg-products-block/build/products-by-attribute.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','äÒæ°Ïù”}\'Ú4¥/–','ŒÒÒ÷NÑ¼š¦\'÷éWý¾ÝŠ£èÍZ3›òŽ/æ™','',0,'?'),('?é ük· ?€cö]/Rp','wp-content/plugins/woo-gutenberg-products-block/build/reviews-by-category.deps.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ouåã·	/òNž×X“','ÌÍR…2†XiVÌîÒøö–y?+ü~tŠâÊ˜3','',0,'?'),('¢½nšº‰5Ä#ÆÛñ&U','wp-content/plugins/woo-gutenberg-products-block/build/reviews-by-category.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','iî°\rpð·CS£:n|æ','/GÿX—Gp\rŠƒ\03ýòö4Í>!Øˆ—lŒJ?Ty|;','',0,'?'),('ÊÓF=–ý\\ª7tU½ˆÀ¤','wp-content/plugins/woo-gutenberg-products-block/build/reviews-by-product.deps.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ouåã·	/òNž×X“','ÌÍR…2†XiVÌîÒøö–y?+ü~tŠâÊ˜3','',0,'?'),('v¥^ n‹|˜™½Æwl','wp-content/plugins/woo-gutenberg-products-block/build/reviews-by-product.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','“/ô&;U4»‚.‰=XÜ','µe£&KÉÁä qN›aí)ôú¤ÈñÞ÷ñÏd¨`','',0,'?'),('ì\Zƒ°4‚ó°HÎÓ4ý','wp-content/plugins/woo-gutenberg-products-block/build/reviews-frontend.deps.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ŒòÇ|ŽÏtþ+ºŽHa','épÑt\0‘Ky²»›ž…žÅeèôr6géÂÝ\0ïEÐÝJ','',0,'?'),('!‹ÉŠ»V¾&\rrpYzð','wp-content/plugins/woo-gutenberg-products-block/build/reviews-frontend.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7ƒ<;å8fí^éü¥ái','={äT‡ÏáëŠÔ)êîxTg‡!¹CNÔõ/îŠ','',0,'?'),('®|pvƒ*î\rê`°Ë¿å','wp-content/plugins/woo-gutenberg-products-block/build/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2#ähÐ~!x#s•ä³','‚ÛÐ×§p†ú®Ð(¿XŠÆÐLÇâ–ä=WpL­fµ','',0,'?'),('Â¡µ,´–ÜAª‰QÉ†','wp-content/plugins/woo-gutenberg-products-block/build/vendors.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÀEðdž‘ñ”IÒV\\|Ì','P:×Ä|ÿ‚íÿÏ—·íaÊE]ª ~™	o«gô^ˆ¥','',0,'?'),('-¸_gÞ6&MMéëhò!B','wp-content/plugins/woo-gutenberg-products-block/build/wc-block-settings.deps.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|§Éð…1=ÍrˆA­Ü','ÛºŸŠûD‚L]„Ô“ñ7Å§‘ñjÞœ\\®ÓÊ3Ë<C','',0,'?'),('«Îþ–ü—ú…gý‰¼Vh–m','wp-content/plugins/woo-gutenberg-products-block/build/wc-block-settings.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ð\'Éó†ë«¿Eeô5?D”','¾õ;Ù#¡sÁòzðNNN.Hf\'A2ðypB1ãÊ','',0,'?'),('\'§—õ‹Sm\rÊŒ—ÿ¬','wp-content/plugins/woo-gutenberg-products-block/build/wc-shared-settings.deps.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|§Éð…1=ÍrˆA­Ü','ÛºŸŠûD‚L]„Ô“ñ7Å§‘ñjÞœ\\®ÓÊ3Ë<C','',0,'?'),('ð6óœ/òj_-­‘~Ã','wp-content/plugins/woo-gutenberg-products-block/build/wc-shared-settings.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.ä`ÈE!q\\]°»¿Ð7-','Ôgè-#œ:;Dx¸ÎÕ£Á€æ’}l\Z2´“<‰|<c','',0,'?'),('6U®µ]‹\\…ÕsÎäc–ù','wp-content/plugins/woo-gutenberg-products-block/languages/woo-gutenberg-products-block-da_DK-15e4e3df51632e1ca1000ea405c14b95.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÅœvwÉ2D@mv®|FÙ‚','~†ËÓÝðMÃÁC.uºÑA¶0Â$šã¤îüÏJ]ì','',0,'?'),('þq•1ÔC{†=Ïãÿßv','wp-content/plugins/woo-gutenberg-products-block/languages/woo-gutenberg-products-block-da_DK-2674aecf6bb0c5be4f2454ea842be5f6.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÅœvwÉ2D@mv®|FÙ‚','~†ËÓÝðMÃÁC.uºÑA¶0Â$šã¤îüÏJ]ì','',0,'?'),('xÑ”àO2Œ£A·Î¤L{','wp-content/plugins/woo-gutenberg-products-block/languages/woo-gutenberg-products-block-da_DK-3f1f6467892f2a342fddcfecdceeb2c3.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÅœvwÉ2D@mv®|FÙ‚','~†ËÓÝðMÃÁC.uºÑA¶0Â$šã¤îüÏJ]ì','',0,'?'),('›+e>YNÃ;‹¦+E<Æ','wp-content/plugins/woo-gutenberg-products-block/languages/woo-gutenberg-products-block-da_DK-60078c7e1562999732d0d5d42648e5b8.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Í²	e¼_(µ¶ôX\Z¿®','Ð,½y×ab±˜¥¯¤gZîäÈò‹\ZµŒÞŒ¡êÀs%Eè','',0,'?'),('Õë«“”dçîNùH/','wp-content/plugins/woo-gutenberg-products-block/languages/woo-gutenberg-products-block-da_DK-6e3d95eaf70621f822b845d5bcb2b3cf.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÅœvwÉ2D@mv®|FÙ‚','~†ËÓÝðMÃÁC.uºÑA¶0Â$šã¤îüÏJ]ì','',0,'?'),('Û¶ZïIÿÑý¬Mv(°','wp-content/plugins/woo-gutenberg-products-block/languages/woo-gutenberg-products-block-da_DK-801633e5f64cc092aeb48a4c640fffe5.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Í²	e¼_(µ¶ôX\Z¿®','Ð,½y×ab±˜¥¯¤gZîäÈò‹\ZµŒÞŒ¡êÀs%Eè','',0,'?'),('ù±ZÊ\'µ¾¶¤gîmËñ','wp-content/plugins/woo-gutenberg-products-block/languages/woo-gutenberg-products-block-da_DK-84d4253d132f6c5c53fe25d03f5e9200.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÅœvwÉ2D@mv®|FÙ‚','~†ËÓÝðMÃÁC.uºÑA¶0Â$šã¤îüÏJ]ì','',0,'?'),('}X qÚÖ+ìY,†£','wp-content/plugins/woo-gutenberg-products-block/languages/woo-gutenberg-products-block-da_DK-91f7cd8fa1b168630fc2b3a54cbe410f.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÅœvwÉ2D@mv®|FÙ‚','~†ËÓÝðMÃÁC.uºÑA¶0Â$šã¤îüÏJ]ì','',0,'?'),('ðúø’ž& ºu^!r<','wp-content/plugins/woo-gutenberg-products-block/languages/woo-gutenberg-products-block-da_DK-a4caf5c468bc583ff7fc9a943d3dc348.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÅœvwÉ2D@mv®|FÙ‚','~†ËÓÝðMÃÁC.uºÑA¶0Â$šã¤îüÏJ]ì','',0,'?'),('—ù,³ï	Æ¸fÿ0fK','wp-content/plugins/woo-gutenberg-products-block/languages/woo-gutenberg-products-block-da_DK-d748c5738d57b7518bef14f74456090e.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÅœvwÉ2D@mv®|FÙ‚','~†ËÓÝðMÃÁC.uºÑA¶0Â$šã¤îüÏJ]ì','',0,'?'),('äÖÞÍ}œ[÷ñÑ³#R&','wp-content/plugins/woo-gutenberg-products-block/languages/woo-gutenberg-products-block-da_DK-f9f323a7db976a4eafb44c35cc6d5e32.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÅœvwÉ2D@mv®|FÙ‚','~†ËÓÝðMÃÁC.uºÑA¶0Â$šã¤îüÏJ]ì','',0,'?'),('m`ñ8üŸ•ûxÝ3²„\nJ','wp-content/plugins/woo-gutenberg-products-block/languages/woo-gutenberg-products-block-de_CH-15e4e3df51632e1ca1000ea405c14b95.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':?F\\ÁA§Má73Ö(R^','1W0ZkGÓCƒr¼!%	öYÁa&R8¥1­6,ö¢','',0,'?'),('!à¶déK`‰‡äÖ´.$','wp-content/plugins/woo-gutenberg-products-block/languages/woo-gutenberg-products-block-de_CH-2674aecf6bb0c5be4f2454ea842be5f6.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':?F\\ÁA§Má73Ö(R^','1W0ZkGÓCƒr¼!%	öYÁa&R8¥1­6,ö¢','',0,'?'),('æ×þ©Ì…:ÆâÐ6—5_q','wp-content/plugins/woo-gutenberg-products-block/languages/woo-gutenberg-products-block-de_CH-3f1f6467892f2a342fddcfecdceeb2c3.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':?F\\ÁA§Má73Ö(R^','1W0ZkGÓCƒr¼!%	öYÁa&R8¥1­6,ö¢','',0,'?'),('ßÉ#´«48J¿Ïìü','wp-content/plugins/woo-gutenberg-products-block/languages/woo-gutenberg-products-block-de_CH-60078c7e1562999732d0d5d42648e5b8.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':?F\\ÁA§Má73Ö(R^','1W0ZkGÓCƒr¼!%	öYÁa&R8¥1­6,ö¢','',0,'?'),(':E)U‹\r9r`iÝ','wp-content/plugins/woo-gutenberg-products-block/languages/woo-gutenberg-products-block-de_CH-6e3d95eaf70621f822b845d5bcb2b3cf.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':?F\\ÁA§Má73Ö(R^','1W0ZkGÓCƒr¼!%	öYÁa&R8¥1­6,ö¢','',0,'?'),('‹Äsj«“<49v0[£ÄÏ','wp-content/plugins/woo-gutenberg-products-block/languages/woo-gutenberg-products-block-de_CH-801633e5f64cc092aeb48a4c640fffe5.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':?F\\ÁA§Má73Ö(R^','1W0ZkGÓCƒr¼!%	öYÁa&R8¥1­6,ö¢','',0,'?'),('9®Qÿ€Îíöjd€:÷x','wp-content/plugins/woo-gutenberg-products-block/languages/woo-gutenberg-products-block-de_CH-84d4253d132f6c5c53fe25d03f5e9200.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':?F\\ÁA§Má73Ö(R^','1W0ZkGÓCƒr¼!%	öYÁa&R8¥1­6,ö¢','',0,'?'),('‡IªºeªýyÇ›D5:€è','wp-content/plugins/woo-gutenberg-products-block/languages/woo-gutenberg-products-block-de_CH-91f7cd8fa1b168630fc2b3a54cbe410f.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':?F\\ÁA§Má73Ö(R^','1W0ZkGÓCƒr¼!%	öYÁa&R8¥1­6,ö¢','',0,'?'),('´:ûe‰1–V[dØ,ó','wp-content/plugins/woo-gutenberg-products-block/languages/woo-gutenberg-products-block-de_CH-a4caf5c468bc583ff7fc9a943d3dc348.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':?F\\ÁA§Má73Ö(R^','1W0ZkGÓCƒr¼!%	öYÁa&R8¥1­6,ö¢','',0,'?'),('À„üÌ~íFIS¤TY²','wp-content/plugins/woo-gutenberg-products-block/languages/woo-gutenberg-products-block-de_CH-d748c5738d57b7518bef14f74456090e.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':?F\\ÁA§Má73Ö(R^','1W0ZkGÓCƒr¼!%	öYÁa&R8¥1­6,ö¢','',0,'?'),('Ìœt¯Ž”Âúk¸þ8e‡','wp-content/plugins/woo-gutenberg-products-block/languages/woo-gutenberg-products-block-de_CH-f9f323a7db976a4eafb44c35cc6d5e32.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':?F\\ÁA§Má73Ö(R^','1W0ZkGÓCƒr¼!%	öYÁa&R8¥1­6,ö¢','',0,'?'),('ÉüIð˜0éê i}8„','wp-content/plugins/woo-gutenberg-products-block/languages/woo-gutenberg-products-block-de_CH_informal-15e4e3df51632e1ca1000ea405c14b95.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','YÛæXù}#ZtŠî£çè','ÝaEÞ¡\"âžÑ~û%Ó¢uŽÖŽWhHžKª¼­›ä?à','',0,'?'),('	ióxI1~$RžZ)?ÏÆ™','wp-content/plugins/woo-gutenberg-products-block/languages/woo-gutenberg-products-block-de_CH_informal-2674aecf6bb0c5be4f2454ea842be5f6.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','YÛæXù}#ZtŠî£çè','ÝaEÞ¡\"âžÑ~û%Ó¢uŽÖŽWhHžKª¼­›ä?à','',0,'?'),('?à„~Ñ Çá”`ÖÒ—|','wp-content/plugins/woo-gutenberg-products-block/languages/woo-gutenberg-products-block-de_CH_informal-3f1f6467892f2a342fddcfecdceeb2c3.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','YÛæXù}#ZtŠî£çè','ÝaEÞ¡\"âžÑ~û%Ó¢uŽÖŽWhHžKª¼­›ä?à','',0,'?'),('/áýÀðç`ÙºJ7s•Â','wp-content/plugins/woo-gutenberg-products-block/languages/woo-gutenberg-products-block-de_CH_informal-60078c7e1562999732d0d5d42648e5b8.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','YÛæXù}#ZtŠî£çè','ÝaEÞ¡\"âžÑ~û%Ó¢uŽÖŽWhHžKª¼­›ä?à','',0,'?'),('K»1&\ZÐ(#½üNŒJ\rõQ','wp-content/plugins/woo-gutenberg-products-block/languages/woo-gutenberg-products-block-de_CH_informal-6e3d95eaf70621f822b845d5bcb2b3cf.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','YÛæXù}#ZtŠî£çè','ÝaEÞ¡\"âžÑ~û%Ó¢uŽÖŽWhHžKª¼­›ä?à','',0,'?'),('Aç|ª=°×ÆÍq·óØ)‘~','wp-content/plugins/woo-gutenberg-products-block/languages/woo-gutenberg-products-block-de_CH_informal-801633e5f64cc092aeb48a4c640fffe5.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','YÛæXù}#ZtŠî£çè','ÝaEÞ¡\"âžÑ~û%Ó¢uŽÖŽWhHžKª¼­›ä?à','',0,'?'),('±\'É$xØjÈÍXÑuñô','wp-content/plugins/woo-gutenberg-products-block/languages/woo-gutenberg-products-block-de_CH_informal-84d4253d132f6c5c53fe25d03f5e9200.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','YÛæXù}#ZtŠî£çè','ÝaEÞ¡\"âžÑ~û%Ó¢uŽÖŽWhHžKª¼­›ä?à','',0,'?'),('Å«¦I³-’Ó)þü7÷5\'…','wp-content/plugins/woo-gutenberg-products-block/languages/woo-gutenberg-products-block-de_CH_informal-91f7cd8fa1b168630fc2b3a54cbe410f.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','YÛæXù}#ZtŠî£çè','ÝaEÞ¡\"âžÑ~û%Ó¢uŽÖŽWhHžKª¼­›ä?à','',0,'?'),('†ir„NgC“)LÛÌLi>','wp-content/plugins/woo-gutenberg-products-block/languages/woo-gutenberg-products-block-de_CH_informal-a4caf5c468bc583ff7fc9a943d3dc348.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','YÛæXù}#ZtŠî£çè','ÝaEÞ¡\"âžÑ~û%Ó¢uŽÖŽWhHžKª¼­›ä?à','',0,'?'),('–Qö••´åi¤~wð|½O','wp-content/plugins/woo-gutenberg-products-block/languages/woo-gutenberg-products-block-de_CH_informal-d748c5738d57b7518bef14f74456090e.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','YÛæXù}#ZtŠî£çè','ÝaEÞ¡\"âžÑ~û%Ó¢uŽÖŽWhHžKª¼­›ä?à','',0,'?'),('– Cóa¹äY‹ˆ¦]9Ë1','wp-content/plugins/woo-gutenberg-products-block/languages/woo-gutenberg-products-block-de_CH_informal-f9f323a7db976a4eafb44c35cc6d5e32.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','YÛæXù}#ZtŠî£çè','ÝaEÞ¡\"âžÑ~û%Ó¢uŽÖŽWhHžKª¼­›ä?à','',0,'?'),('y§/‰¨¢V¸ãv1#÷!','wp-content/plugins/woo-gutenberg-products-block/languages/woo-gutenberg-products-block-de_DE-15e4e3df51632e1ca1000ea405c14b95.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÌëÜéx¯¸Hú¦yÃ¯U@','·Ev2¾á\\þîÉ5Ÿ¶À¾RL/UÝÀTRms','',0,'?'),('ärqÅ†Þ6OÛ´yMíS','wp-content/plugins/woo-gutenberg-products-block/languages/woo-gutenberg-products-block-de_DE-2674aecf6bb0c5be4f2454ea842be5f6.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÌëÜéx¯¸Hú¦yÃ¯U@','·Ev2¾á\\þîÉ5Ÿ¶À¾RL/UÝÀTRms','',0,'?'),('ô×üH7¨H¡e™‰%Ë±','wp-content/plugins/woo-gutenberg-products-block/languages/woo-gutenberg-products-block-de_DE-3f1f6467892f2a342fddcfecdceeb2c3.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÌëÜéx¯¸Hú¦yÃ¯U@','·Ev2¾á\\þîÉ5Ÿ¶À¾RL/UÝÀTRms','',0,'?'),('÷†Þ“]¿iÜÈ,êü§','wp-content/plugins/woo-gutenberg-products-block/languages/woo-gutenberg-products-block-de_DE-60078c7e1562999732d0d5d42648e5b8.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÌëÜéx¯¸Hú¦yÃ¯U@','·Ev2¾á\\þîÉ5Ÿ¶À¾RL/UÝÀTRms','',0,'?'),('Lz½i$°bbEÁî','wp-content/plugins/woo-gutenberg-products-block/languages/woo-gutenberg-products-block-de_DE-6e3d95eaf70621f822b845d5bcb2b3cf.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÌëÜéx¯¸Hú¦yÃ¯U@','·Ev2¾á\\þîÉ5Ÿ¶À¾RL/UÝÀTRms','',0,'?'),('b1xøNÒˆ%I€î)æÛÁ','wp-content/plugins/woo-gutenberg-products-block/languages/woo-gutenberg-products-block-de_DE-801633e5f64cc092aeb48a4c640fffe5.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÌëÜéx¯¸Hú¦yÃ¯U@','·Ev2¾á\\þîÉ5Ÿ¶À¾RL/UÝÀTRms','',0,'?'),('€…~ÍÔü8ü\"¨‹Pá','wp-content/plugins/woo-gutenberg-products-block/languages/woo-gutenberg-products-block-de_DE-84d4253d132f6c5c53fe25d03f5e9200.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÌëÜéx¯¸Hú¦yÃ¯U@','·Ev2¾á\\þîÉ5Ÿ¶À¾RL/UÝÀTRms','',0,'?'),('Uœ)6ä&v™–€5“máI$','wp-content/plugins/woo-gutenberg-products-block/languages/woo-gutenberg-products-block-de_DE-91f7cd8fa1b168630fc2b3a54cbe410f.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÌëÜéx¯¸Hú¦yÃ¯U@','·Ev2¾á\\þîÉ5Ÿ¶À¾RL/UÝÀTRms','',0,'?'),('ÛBË•T}í“áº¬—:n','wp-content/plugins/woo-gutenberg-products-block/languages/woo-gutenberg-products-block-de_DE-a4caf5c468bc583ff7fc9a943d3dc348.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÌëÜéx¯¸Hú¦yÃ¯U@','·Ev2¾á\\þîÉ5Ÿ¶À¾RL/UÝÀTRms','',0,'?'),('/é=Ìªà\\vŒ*|¿n','wp-content/plugins/woo-gutenberg-products-block/languages/woo-gutenberg-products-block-de_DE-d748c5738d57b7518bef14f74456090e.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÌëÜéx¯¸Hú¦yÃ¯U@','·Ev2¾á\\þîÉ5Ÿ¶À¾RL/UÝÀTRms','',0,'?'),('x}”8÷y°UÇó†‹l','wp-content/plugins/woo-gutenberg-products-block/languages/woo-gutenberg-products-block-de_DE-f9f323a7db976a4eafb44c35cc6d5e32.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÌëÜéx¯¸Hú¦yÃ¯U@','·Ev2¾á\\þîÉ5Ÿ¶À¾RL/UÝÀTRms','',0,'?'),('Ù÷‡m3Íò˜%­yUö_co','wp-content/plugins/woo-gutenberg-products-block/languages/woo-gutenberg-products-block-de_DE_formal-15e4e3df51632e1ca1000ea405c14b95.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','…/‚3|-ç`’›­å','àôØV9UÍ¾$¢3/Ý…#ß\nåæIòži³ƒ-®Q','',0,'?'),('å\'¬º£QDW†#ÆBJXª','wp-content/plugins/woo-gutenberg-products-block/languages/woo-gutenberg-products-block-de_DE_formal-2674aecf6bb0c5be4f2454ea842be5f6.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','…/‚3|-ç`’›­å','àôØV9UÍ¾$¢3/Ý…#ß\nåæIòži³ƒ-®Q','',0,'?'),('#ãˆ1\nÎð©:g‚XŽ…”','wp-content/plugins/woo-gutenberg-products-block/languages/woo-gutenberg-products-block-de_DE_formal-3f1f6467892f2a342fddcfecdceeb2c3.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','…/‚3|-ç`’›­å','àôØV9UÍ¾$¢3/Ý…#ß\nåæIòži³ƒ-®Q','',0,'?'),('Ò’ø•BàIB>œÛ«ú!Ä','wp-content/plugins/woo-gutenberg-products-block/languages/woo-gutenberg-products-block-de_DE_formal-60078c7e1562999732d0d5d42648e5b8.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','…/‚3|-ç`’›­å','àôØV9UÍ¾$¢3/Ý…#ß\nåæIòži³ƒ-®Q','',0,'?'),('#Ì]!ôUÛ*\'\Z!7¼f¸Ø','wp-content/plugins/woo-gutenberg-products-block/languages/woo-gutenberg-products-block-de_DE_formal-6e3d95eaf70621f822b845d5bcb2b3cf.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','…/‚3|-ç`’›­å','àôØV9UÍ¾$¢3/Ý…#ß\nåæIòži³ƒ-®Q','',0,'?'),('©\"þ–«ÏÄTïÃ¼LÏª','wp-content/plugins/woo-gutenberg-products-block/languages/woo-gutenberg-products-block-de_DE_formal-801633e5f64cc092aeb48a4c640fffe5.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','…/‚3|-ç`’›­å','àôØV9UÍ¾$¢3/Ý…#ß\nåæIòži³ƒ-®Q','',0,'?'),('Ç=¦hÃ×Ä€ä4óh)','wp-content/plugins/woo-gutenberg-products-block/languages/woo-gutenberg-products-block-de_DE_formal-84d4253d132f6c5c53fe25d03f5e9200.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','…/‚3|-ç`’›­å','àôØV9UÍ¾$¢3/Ý…#ß\nåæIòži³ƒ-®Q','',0,'?'),('¯¢XrÍ)q¬}>lºÃ ','wp-content/plugins/woo-gutenberg-products-block/languages/woo-gutenberg-products-block-de_DE_formal-91f7cd8fa1b168630fc2b3a54cbe410f.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','…/‚3|-ç`’›­å','àôØV9UÍ¾$¢3/Ý…#ß\nåæIòži³ƒ-®Q','',0,'?'),('žt•ù-­ü=vœÄ§÷¡','wp-content/plugins/woo-gutenberg-products-block/languages/woo-gutenberg-products-block-de_DE_formal-a4caf5c468bc583ff7fc9a943d3dc348.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','…/‚3|-ç`’›­å','àôØV9UÍ¾$¢3/Ý…#ß\nåæIòži³ƒ-®Q','',0,'?'),(')å°!\0Æ»-ÀÎ2ýá','wp-content/plugins/woo-gutenberg-products-block/languages/woo-gutenberg-products-block-de_DE_formal-d748c5738d57b7518bef14f74456090e.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','…/‚3|-ç`’›­å','àôØV9UÍ¾$¢3/Ý…#ß\nåæIòži³ƒ-®Q','',0,'?'),('¢ÛIýX+0µöBãf•¢Ü','wp-content/plugins/woo-gutenberg-products-block/languages/woo-gutenberg-products-block-de_DE_formal-f9f323a7db976a4eafb44c35cc6d5e32.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','…/‚3|-ç`’›­å','àôØV9UÍ¾$¢3/Ý…#ß\nåæIòži³ƒ-®Q','',0,'?'),(' ûªãSJs~¥¿ç]pÞ±','wp-content/plugins/woo-gutenberg-products-block/languages/woo-gutenberg-products-block-es_ES-15e4e3df51632e1ca1000ea405c14b95.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÿ¸Y®Ègûëóéÿ1óõ‘s','£EðäFŒhMR¯ÓjØ4~N}C®ˆcst‹‚','',0,'?'),('+OI!Ò{f*YW®>','wp-content/plugins/woo-gutenberg-products-block/languages/woo-gutenberg-products-block-es_ES-2674aecf6bb0c5be4f2454ea842be5f6.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÿ¸Y®Ègûëóéÿ1óõ‘s','£EðäFŒhMR¯ÓjØ4~N}C®ˆcst‹‚','',0,'?'),('vÎƒO!ÃæÝØ‰mÙu¨','wp-content/plugins/woo-gutenberg-products-block/languages/woo-gutenberg-products-block-es_ES-3f1f6467892f2a342fddcfecdceeb2c3.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÿ¸Y®Ègûëóéÿ1óõ‘s','£EðäFŒhMR¯ÓjØ4~N}C®ˆcst‹‚','',0,'?'),('Aþgfã2ò7Ò?hËð¡#','wp-content/plugins/woo-gutenberg-products-block/languages/woo-gutenberg-products-block-es_ES-60078c7e1562999732d0d5d42648e5b8.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C½H)Áx#P\nE#ág‚','oËZUi1é3)„¹à)Áë.àªé»íiÖ=#a','',0,'?'),('œžR–´H¬o¾_9aô¥','wp-content/plugins/woo-gutenberg-products-block/languages/woo-gutenberg-products-block-es_ES-6e3d95eaf70621f822b845d5bcb2b3cf.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÿ¸Y®Ègûëóéÿ1óõ‘s','£EðäFŒhMR¯ÓjØ4~N}C®ˆcst‹‚','',0,'?'),('tÌ\rn,Fá3Œ§DLN','wp-content/plugins/woo-gutenberg-products-block/languages/woo-gutenberg-products-block-es_ES-801633e5f64cc092aeb48a4c640fffe5.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C½H)Áx#P\nE#ág‚','oËZUi1é3)„¹à)Áë.àªé»íiÖ=#a','',0,'?'),('‚ùÁq|ï(‘\nâHDË¼','wp-content/plugins/woo-gutenberg-products-block/languages/woo-gutenberg-products-block-es_ES-84d4253d132f6c5c53fe25d03f5e9200.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÿ¸Y®Ègûëóéÿ1óõ‘s','£EðäFŒhMR¯ÓjØ4~N}C®ˆcst‹‚','',0,'?'),(';;—+;ó¹\Z¿Ð\0áï°l','wp-content/plugins/woo-gutenberg-products-block/languages/woo-gutenberg-products-block-es_ES-91f7cd8fa1b168630fc2b3a54cbe410f.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÿ¸Y®Ègûëóéÿ1óõ‘s','£EðäFŒhMR¯ÓjØ4~N}C®ˆcst‹‚','',0,'?'),('ÞVª&Ôt˜a`6Æ;Í‘ +','wp-content/plugins/woo-gutenberg-products-block/languages/woo-gutenberg-products-block-es_ES-a4caf5c468bc583ff7fc9a943d3dc348.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÿ¸Y®Ègûëóéÿ1óõ‘s','£EðäFŒhMR¯ÓjØ4~N}C®ˆcst‹‚','',0,'?'),('rq$°ÒzÞzñJ\"±v§','wp-content/plugins/woo-gutenberg-products-block/languages/woo-gutenberg-products-block-es_ES-d748c5738d57b7518bef14f74456090e.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÿ¸Y®Ègûëóéÿ1óõ‘s','£EðäFŒhMR¯ÓjØ4~N}C®ˆcst‹‚','',0,'?'),('>¢’ÙY’¿[¦¹†h\r¬×	','wp-content/plugins/woo-gutenberg-products-block/languages/woo-gutenberg-products-block-es_ES-f9f323a7db976a4eafb44c35cc6d5e32.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÿ¸Y®Ègûëóéÿ1óõ‘s','£EðäFŒhMR¯ÓjØ4~N}C®ˆcst‹‚','',0,'?'),(',·èD¸Ï€ÕDJªàÓÀ','wp-content/plugins/woo-gutenberg-products-block/languages/woo-gutenberg-products-block-fr_FR-15e4e3df51632e1ca1000ea405c14b95.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','÷n%÷Ã‚2¬q«KôZ2','Žþ#Emèbêy\n‹7@{È°2Ý4pòãU”TåË','',0,'?'),('\Zèv²ü%¶xsˆRB]','wp-content/plugins/woo-gutenberg-products-block/languages/woo-gutenberg-products-block-fr_FR-2674aecf6bb0c5be4f2454ea842be5f6.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','÷n%÷Ã‚2¬q«KôZ2','Žþ#Emèbêy\n‹7@{È°2Ý4pòãU”TåË','',0,'?'),('ô\ZË~=\\ÎÎ8…Ø‘','wp-content/plugins/woo-gutenberg-products-block/languages/woo-gutenberg-products-block-fr_FR-3f1f6467892f2a342fddcfecdceeb2c3.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','÷n%÷Ã‚2¬q«KôZ2','Žþ#Emèbêy\n‹7@{È°2Ý4pòãU”TåË','',0,'?'),(']M‡lBÂa˜L ˜<›','wp-content/plugins/woo-gutenberg-products-block/languages/woo-gutenberg-products-block-fr_FR-60078c7e1562999732d0d5d42648e5b8.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','÷n%÷Ã‚2¬q«KôZ2','Žþ#Emèbêy\n‹7@{È°2Ý4pòãU”TåË','',0,'?'),('²„®&TyoXÑ(P©','wp-content/plugins/woo-gutenberg-products-block/languages/woo-gutenberg-products-block-fr_FR-6e3d95eaf70621f822b845d5bcb2b3cf.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','÷n%÷Ã‚2¬q«KôZ2','Žþ#Emèbêy\n‹7@{È°2Ý4pòãU”TåË','',0,'?'),(',‹|UKã^©±qr\"Ø¨','wp-content/plugins/woo-gutenberg-products-block/languages/woo-gutenberg-products-block-fr_FR-801633e5f64cc092aeb48a4c640fffe5.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','÷n%÷Ã‚2¬q«KôZ2','Žþ#Emèbêy\n‹7@{È°2Ý4pòãU”TåË','',0,'?'),('n¹÷UÙ,a\\V`º®‡õÿ&','wp-content/plugins/woo-gutenberg-products-block/languages/woo-gutenberg-products-block-fr_FR-84d4253d132f6c5c53fe25d03f5e9200.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','÷n%÷Ã‚2¬q«KôZ2','Žþ#Emèbêy\n‹7@{È°2Ý4pòãU”TåË','',0,'?'),('Ìwd›îT\"Í)¼²%³\\®','wp-content/plugins/woo-gutenberg-products-block/languages/woo-gutenberg-products-block-fr_FR-91f7cd8fa1b168630fc2b3a54cbe410f.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','÷n%÷Ã‚2¬q«KôZ2','Žþ#Emèbêy\n‹7@{È°2Ý4pòãU”TåË','',0,'?'),('Ó´00³9“	Æ¦êá§ºà¸','wp-content/plugins/woo-gutenberg-products-block/languages/woo-gutenberg-products-block-fr_FR-a4caf5c468bc583ff7fc9a943d3dc348.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','÷n%÷Ã‚2¬q«KôZ2','Žþ#Emèbêy\n‹7@{È°2Ý4pòãU”TåË','',0,'?'),('G³¥eÆÒ‰9÷pšäy¤','wp-content/plugins/woo-gutenberg-products-block/languages/woo-gutenberg-products-block-fr_FR-d748c5738d57b7518bef14f74456090e.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','÷n%÷Ã‚2¬q«KôZ2','Žþ#Emèbêy\n‹7@{È°2Ý4pòãU”TåË','',0,'?'),('|ºªé!gA‘ÞÊ³àG','wp-content/plugins/woo-gutenberg-products-block/languages/woo-gutenberg-products-block-fr_FR-f9f323a7db976a4eafb44c35cc6d5e32.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','÷n%÷Ã‚2¬q«KôZ2','Žþ#Emèbêy\n‹7@{È°2Ý4pòãU”TåË','',0,'?'),('u‰øÛŒã¯d-Š[f*ô','wp-content/plugins/woo-gutenberg-products-block/languages/woo-gutenberg-products-block-ja-15e4e3df51632e1ca1000ea405c14b95.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÛëíDe½ê«b~q—V','ÿ„`SJÔTÃâÑÇö\n|`Vðƒù”\'r%_›ÐE','',0,'?'),('æŒ<‰!Âê§7ƒa„M†Sç','wp-content/plugins/woo-gutenberg-products-block/languages/woo-gutenberg-products-block-ja-2674aecf6bb0c5be4f2454ea842be5f6.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÛëíDe½ê«b~q—V','ÿ„`SJÔTÃâÑÇö\n|`Vðƒù”\'r%_›ÐE','',0,'?'),('ñr†oÏ#Xb’97e','wp-content/plugins/woo-gutenberg-products-block/languages/woo-gutenberg-products-block-ja-3f1f6467892f2a342fddcfecdceeb2c3.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÛëíDe½ê«b~q—V','ÿ„`SJÔTÃâÑÇö\n|`Vðƒù”\'r%_›ÐE','',0,'?'),('Ïs+ûÝ,Tô„YnìÐ','wp-content/plugins/woo-gutenberg-products-block/languages/woo-gutenberg-products-block-ja-60078c7e1562999732d0d5d42648e5b8.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÛëíDe½ê«b~q—V','ÿ„`SJÔTÃâÑÇö\n|`Vðƒù”\'r%_›ÐE','',0,'?'),('W¯‰Ä´¢¿§3ƒ}e','wp-content/plugins/woo-gutenberg-products-block/languages/woo-gutenberg-products-block-ja-6e3d95eaf70621f822b845d5bcb2b3cf.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÛëíDe½ê«b~q—V','ÿ„`SJÔTÃâÑÇö\n|`Vðƒù”\'r%_›ÐE','',0,'?'),('ÐÙó;ã™Ñô‘ÛxQ;ÅE|','wp-content/plugins/woo-gutenberg-products-block/languages/woo-gutenberg-products-block-ja-801633e5f64cc092aeb48a4c640fffe5.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÛëíDe½ê«b~q—V','ÿ„`SJÔTÃâÑÇö\n|`Vðƒù”\'r%_›ÐE','',0,'?'),('\06(ºôtLY0‚I¢Ò›','wp-content/plugins/woo-gutenberg-products-block/languages/woo-gutenberg-products-block-ja-84d4253d132f6c5c53fe25d03f5e9200.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÛëíDe½ê«b~q—V','ÿ„`SJÔTÃâÑÇö\n|`Vðƒù”\'r%_›ÐE','',0,'?'),('èDB²2+ò>bë5Cž zÄ','wp-content/plugins/woo-gutenberg-products-block/languages/woo-gutenberg-products-block-ja-91f7cd8fa1b168630fc2b3a54cbe410f.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÛëíDe½ê«b~q—V','ÿ„`SJÔTÃâÑÇö\n|`Vðƒù”\'r%_›ÐE','',0,'?'),('%‘§3hßJÆÿgm—N¸','wp-content/plugins/woo-gutenberg-products-block/languages/woo-gutenberg-products-block-ja-a4caf5c468bc583ff7fc9a943d3dc348.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÛëíDe½ê«b~q—V','ÿ„`SJÔTÃâÑÇö\n|`Vðƒù”\'r%_›ÐE','',0,'?'),('?S~ôw\n„j\r\'','wp-content/plugins/woo-gutenberg-products-block/languages/woo-gutenberg-products-block-ja-d748c5738d57b7518bef14f74456090e.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÛëíDe½ê«b~q—V','ÿ„`SJÔTÃâÑÇö\n|`Vðƒù”\'r%_›ÐE','',0,'?'),('Í$Þ$ETå=¸ª	\"]Â','wp-content/plugins/woo-gutenberg-products-block/languages/woo-gutenberg-products-block-ja-f9f323a7db976a4eafb44c35cc6d5e32.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÛëíDe½ê«b~q—V','ÿ„`SJÔTÃâÑÇö\n|`Vðƒù”\'r%_›ÐE','',0,'?'),('–;~Rv`Ç³uÐ»‰¤Ü','wp-content/plugins/woo-gutenberg-products-block/languages/woo-gutenberg-products-block-ru_RU-15e4e3df51632e1ca1000ea405c14b95.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')0$âÇŒoÏR~éJ¡','2A[\Z¹ÀŸAŠø%½ºÏìÑMY–´Àbôa','',0,'?'),('ï;x2œÃ³mâoÂë…¢','wp-content/plugins/woo-gutenberg-products-block/languages/woo-gutenberg-products-block-ru_RU-2674aecf6bb0c5be4f2454ea842be5f6.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')0$âÇŒoÏR~éJ¡','2A[\Z¹ÀŸAŠø%½ºÏìÑMY–´Àbôa','',0,'?'),('žOï©“ÓØU‰ÔT•T¡','wp-content/plugins/woo-gutenberg-products-block/languages/woo-gutenberg-products-block-ru_RU-3f1f6467892f2a342fddcfecdceeb2c3.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')0$âÇŒoÏR~éJ¡','2A[\Z¹ÀŸAŠø%½ºÏìÑMY–´Àbôa','',0,'?'),('*üÞÛžþä‡“%/ë','wp-content/plugins/woo-gutenberg-products-block/languages/woo-gutenberg-products-block-ru_RU-60078c7e1562999732d0d5d42648e5b8.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$w\rÀú‰Ça09GÇWÀC<','4ø®¦\ZáläóqŽ9Ñ%q#Gè0cy‚Ð3ø=','',0,'?'),('ÿ<}e²0òÖ×ƒ%ã›ê','wp-content/plugins/woo-gutenberg-products-block/languages/woo-gutenberg-products-block-ru_RU-6e3d95eaf70621f822b845d5bcb2b3cf.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')0$âÇŒoÏR~éJ¡','2A[\Z¹ÀŸAŠø%½ºÏìÑMY–´Àbôa','',0,'?'),('¬O¯yÇ	®ne>ž–´vª','wp-content/plugins/woo-gutenberg-products-block/languages/woo-gutenberg-products-block-ru_RU-801633e5f64cc092aeb48a4c640fffe5.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$w\rÀú‰Ça09GÇWÀC<','4ø®¦\ZáläóqŽ9Ñ%q#Gè0cy‚Ð3ø=','',0,'?'),('îä%KR·3Ü>èJÛ','wp-content/plugins/woo-gutenberg-products-block/languages/woo-gutenberg-products-block-ru_RU-84d4253d132f6c5c53fe25d03f5e9200.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')0$âÇŒoÏR~éJ¡','2A[\Z¹ÀŸAŠø%½ºÏìÑMY–´Àbôa','',0,'?'),('ÓE6]ƒüP}^«û[ëüMê','wp-content/plugins/woo-gutenberg-products-block/languages/woo-gutenberg-products-block-ru_RU-91f7cd8fa1b168630fc2b3a54cbe410f.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')0$âÇŒoÏR~éJ¡','2A[\Z¹ÀŸAŠø%½ºÏìÑMY–´Àbôa','',0,'?'),('åM¤æ’\rmá²»»tÝ½cÈ','wp-content/plugins/woo-gutenberg-products-block/languages/woo-gutenberg-products-block-ru_RU-a4caf5c468bc583ff7fc9a943d3dc348.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')0$âÇŒoÏR~éJ¡','2A[\Z¹ÀŸAŠø%½ºÏìÑMY–´Àbôa','',0,'?'),('˜ÂSK`ß€¶{‚æÛŽ','wp-content/plugins/woo-gutenberg-products-block/languages/woo-gutenberg-products-block-ru_RU-d748c5738d57b7518bef14f74456090e.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')0$âÇŒoÏR~éJ¡','2A[\Z¹ÀŸAŠø%½ºÏìÑMY–´Àbôa','',0,'?'),('ñZýÞì;\\z‡W”2(9`','wp-content/plugins/woo-gutenberg-products-block/languages/woo-gutenberg-products-block-ru_RU-f9f323a7db976a4eafb44c35cc6d5e32.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')0$âÇŒoÏR~éJ¡','2A[\Z¹ÀŸAŠø%½ºÏìÑMY–´Àbôa','',0,'?'),('`·JÜ\0v¶“‚ÙaýPl','wp-content/plugins/woo-gutenberg-products-block/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Kæ›¤ŽSX$ÝÈ¨ÂØ7','·¤Cüö`¼õ#¨UÖ¡„TpþíÞ±~Gýˆ™','',0,'?'),('â0¶®O\\8Rf;i«RwÕL','wp-content/plugins/woo-gutenberg-products-block/src/Assets.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','zåHè{”	¼ÖœäžÎ\r’ ','ç¢#n¦m´1à›þ>¼\"u)Àò\r<? ÷ÞÍ•ô','',0,'?'),('›h$Ž‰ßq|VtCa2Ì~','wp-content/plugins/woo-gutenberg-products-block/src/BlockTypes/AbstractBlock.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‹l¥‹;y€ï˜Ò‘t]w','qàbÛï|7âäl]¯ÓÊKkÍÊ®:ÞÏ\"8y-I','',0,'?'),('ÑuÓl!¸&wp¹Ïb&*','wp-content/plugins/woo-gutenberg-products-block/src/BlockTypes/AbstractDynamicBlock.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t#éS?£qC]ažàöÜ¨z','°WÛ(É@û©–^!©\n?võ¥›6‘\'FÊ›WÔÜU£','',0,'?'),('4,8²3$LuWc¢ fÿm','wp-content/plugins/woo-gutenberg-products-block/src/BlockTypes/AbstractProductGrid.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0Uõ1î~Jœ×ØwkÑÅ=e','\\kÇ¸Wª´=¾½¦«ú<X×ö—£xµa9¡ÒÈcu','',0,'?'),('T-O±_M‡^·\0ÞõVd.~','wp-content/plugins/woo-gutenberg-products-block/src/BlockTypes/AllReviews.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Â“H°\0â«TJ(bNÝìè','Âù«[MA¯sZ@ë0²éX­¢7½Ÿ‡T*š\\¦ÄI','',0,'?'),('v–R­þü\0Æ°»åš2¨>','wp-content/plugins/woo-gutenberg-products-block/src/BlockTypes/FeaturedCategory.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¸œ––XZòöåZ.+ö@õ','qlY QºFaÍ×áæ»W¨’²ÖO›Æˆ†WÞ','',0,'?'),('Q\r[Ó¦Vh¸Ð¹Åpn','wp-content/plugins/woo-gutenberg-products-block/src/BlockTypes/FeaturedProduct.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\rÚ‰ âÒŒï‘çíZn1','gÞ	Ò;×@Ô”Èç5‡òÊ{i¡DI!®È7á1VóëH','',0,'?'),('dwžqb]rþµŒT\0Cç','wp-content/plugins/woo-gutenberg-products-block/src/BlockTypes/HandpickedProducts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','§¤ÏÕ¼ó„{?³Ýsˆu','ìëªÏÕþ*.ÁôŽbÍ¦º¦¡È\'ÃÆX¶ññOò','',0,'?'),('çÞUó^áK#„	KÌÔ','wp-content/plugins/woo-gutenberg-products-block/src/BlockTypes/ProductBestSellers.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','®9W>ÞÔÃw†üþ‰P',' Ø_¤]	èì\ny á Ü2ÊqR6”,ˆÍsÕ+SŠ{¾Þ','',0,'?'),('¾N«K·,dGs ˜Ó0/','wp-content/plugins/woo-gutenberg-products-block/src/BlockTypes/ProductCategories.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','sùùæI4¹^&M‡Ï¡G','™õÅSèÄœD ûS¹û7\\×r…‚q ¹-gj','',0,'?'),('˜·°¾áÏµþêÌ²fC','wp-content/plugins/woo-gutenberg-products-block/src/BlockTypes/ProductCategory.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c]|¤æÕè•IN™î”Âº','‡°]\\Ô#ÎU_:þøL«x@Éw¸3ä­)(t’¦Go','',0,'?'),('¾~Ÿ°ØÂS_­qº¼Sœ1','wp-content/plugins/woo-gutenberg-products-block/src/BlockTypes/ProductNew.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' ‡Yý!(»Q5G×—^ë','m÷,ÑvN_+œílRè’»áô‘“¼¬%æ“','',0,'?'),('DtœÞœVÜL5¼•¹','wp-content/plugins/woo-gutenberg-products-block/src/BlockTypes/ProductOnSale.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÇZKOàäb‡…lsœNÍÍ','ª7le£Üq”‰#žNQÃÞId>u–õŠIËX1¹','',0,'?'),('Y—°Ò?1‰k¸)÷Š·Šì','wp-content/plugins/woo-gutenberg-products-block/src/BlockTypes/ProductSearch.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ùã€j‡HÚüeŸl+','ikï£ìƒOÎù×¯\ZÀ+	,¼i‘ˆvWâeªðµ©','',0,'?'),(':¯SÐ3uÙÃ}9fõ\\/X1','wp-content/plugins/woo-gutenberg-products-block/src/BlockTypes/ProductTag.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','—Bì¦ç&šxžz5wÖc','°&²áÜªZ¸^$Nû¤÷çe77<(lßt³f','',0,'?'),('Ç=\r=ªCãŒIð>÷€‹%','wp-content/plugins/woo-gutenberg-products-block/src/BlockTypes/ProductTopRated.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ž7vçC)íûy&w:W','Ä¤R½tG”d{vOº²ù=E&²%éâ.0râ×þœÈ“','',0,'?'),('äv9ž´6Ÿ¾À‘‡”Æ[1','wp-content/plugins/woo-gutenberg-products-block/src/BlockTypes/ProductsByAttribute.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','prò´M†Ð8B«òü','Q=žpÕ)ç¡PAÂiØ0ÔÙË	P‹Î™°¢¯`F4','',0,'?'),('JaZý>RDfï%Ë–ÏDO†','wp-content/plugins/woo-gutenberg-products-block/src/BlockTypes/ReviewsByCategory.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','úãµ¨³¦Ê˜4·‚»–Ð','¯é9†|ütEÊÏ;·Î°Ýñ®øv˜\'\nÑþÒÝ','',0,'?'),('xJ]L.‚ÐØ¦ªÐÎ‘½D','wp-content/plugins/woo-gutenberg-products-block/src/BlockTypes/ReviewsByProduct.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ý‰S+ò6LðÓ¦c','4˜]xùêö\ZŽŠJG¼Çñ#çˆ\'@á‚ê›à‚¦ž6','',0,'?'),('à‡ÿµ°}šüœÈ¯BW','wp-content/plugins/woo-gutenberg-products-block/src/Library.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¢B]Æõ— ~tŸNø¹&','X²¨€!+ú¥A7X¨rÅlŒfŸ8)ì]','',0,'?'),('Æ÷û³:Îý„’V&&™›²{','wp-content/plugins/woo-gutenberg-products-block/src/Package.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ïåÛ¥8$ÿ ¨Çý]ê!','-\\äÐô‰^BÑ„ƒV`úŸt%\"êç?Î›3-','',0,'?'),('U4Êˆ‰£OÜæúUý0','wp-content/plugins/woo-gutenberg-products-block/src/RestApi/Controllers/ProductAttributeTerms.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¢=®®h´&Ý‘4®\'OA¢','^¡,í\\Üñ”­ò\'ÔrÂ¥½^¤@4ÚŒfÄa.dB¡.','',0,'?'),('ü»Éè­S;#¨vÈ¤ž_„1','wp-content/plugins/woo-gutenberg-products-block/src/RestApi/Controllers/ProductAttributes.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=Ê6¥	’íÍ&ç¤ë{¢á','P¸²ºq	ÿmããlbñv5Õo\0¾Mþ”ë(*E²Þ»lÝ','',0,'?'),('ŠŸ<c/c/gŠqšaYë','wp-content/plugins/woo-gutenberg-products-block/src/RestApi/Controllers/ProductCategories.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0Ô<§±ëÆõÓ›ààl','°ºcCÄóœ~ÌºËëîoåd³ŒkÄ%I•zHkÀSê','',0,'?'),('.[°16’,î†x\rdKKIÿ','wp-content/plugins/woo-gutenberg-products-block/src/RestApi/Controllers/ProductReviews.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1öt‡éˆß\r¶W.','3‘6¨ÌmîªÚ¢[Ã<Ó¨18+Üh€ws','',0,'?'),('¤—‡q	{•(°}óv','wp-content/plugins/woo-gutenberg-products-block/src/RestApi/Controllers/ProductTags.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','–¾_™BZíñÅ‡¡26','úQô\0w¿Ï¬LÙz‡d ÚˆØ·Ä×•¬ôí%¼','',0,'?'),('±aò‰”¤®7¾Á`','wp-content/plugins/woo-gutenberg-products-block/src/RestApi/Controllers/Products.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*­°•Ãâ¸@1#cKË©“]','ç7\0ÿÎ¼8´ü¶bsd”‘àx\rÝHŽç¯ß¿¯\'Z˜Y\"','',0,'?'),('*ÑTIæ—Ê3a´:cZÈ','wp-content/plugins/woo-gutenberg-products-block/src/RestApi/Controllers/Variations.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','žÈ»’÷œD0C\nœ‘ð','€¯¹7Ê@†©`“¤sQé\rFxÌ–|Y›Î+D>écI','',0,'?'),('wF®Kå[æ¹Î˜£á)','wp-content/plugins/woo-gutenberg-products-block/src/RestApi.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¶zÊíÆÉ2«|ÀPl','`%ìÕUpï&iþÅ}%Ç×‡v;,O0uÞ\0îZ','',0,'?'),('´XPò×*?®ÂdÈŠÅý','wp-content/plugins/woo-gutenberg-products-block/vendor/autoload.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ñª¿ë6•L‰ÒVÐåÝ‹a','ó~]gºŒ ÁC©µ*ôèpÛRöt8©6ÏÐ.-Q','',0,'?'),('VÚÓ,P\nMÏlXk¨','wp-content/plugins/woo-gutenberg-products-block/vendor/autoload_packages.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','õ7Ë”Œ\'][)¡ï:ór','•[ÝÍCÌ’ù{Cú›À¡ŽS´>{³Me»\n›8r\"‚','',0,'?'),('„±Mƒ@¡ØÙÒÆÇ','wp-content/plugins/woo-gutenberg-products-block/vendor/automattic/jetpack-autoloader/src/AutoloadGenerator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‡oœM-Ÿ~aþÐ,\'','¤ÁîR½©^™;lþµ\Z„õÄxïÝÄ:Nø˜vb¶','',0,'?'),('±›lYÈíK[·ù`©Þq:','wp-content/plugins/woo-gutenberg-products-block/vendor/automattic/jetpack-autoloader/src/CustomAutoloaderPlugin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3õTï*t¹3ÝÞÝ½zÆ‹ð','UZXàæÃ\rs0œ=ªR‹ü“,0\'ñÅv2X','',0,'?'),('$¯³OG:å‚‹Ž…‘Ñý','wp-content/plugins/woo-gutenberg-products-block/vendor/automattic/jetpack-autoloader/src/autoload.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5úÏ¼—«Ë·1d‹','€“I|B!²ê—ë-ÄÌþâHŠ±B™ÕçÃÂT\0ª¥Í','',0,'?'),('Èg  ÀOÄìIã\'´v','wp-content/plugins/woo-gutenberg-products-block/vendor/composer/ClassLoader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' ‰×Ù|%þ‡*T*ú`','˜˜’ä¡289vu3’n	C2s¯¼va/Ÿ','',0,'?'),('¤£†×½÷%Pp{BÄz','wp-content/plugins/woo-gutenberg-products-block/vendor/composer/LICENSE',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','•]_åŒ#Dö´\0óƒµâ','\Z ŸøÛ’ö%§4~NÙ~Gh!bØ­:w‚˜ÉŒ¿™\'','',0,'?'),('¿eX+¦õ×ÊyÌ|','wp-content/plugins/woo-gutenberg-products-block/vendor/composer/autoload_classmap.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','†EÓ¤ã­‡çÏMˆ¤gª´','QØø£*\'¶„þB©+Eüßž³û:•ómŒÎyuÖW','',0,'?'),('~RÔæ•×+Ã4”~  B«','wp-content/plugins/woo-gutenberg-products-block/vendor/composer/autoload_classmap_package.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v¬õzÁr*J¼xñ™*zÝ','“(óõÀ£ct‹×¢)¹Ÿ£Ôth±i!ØUôzU','',0,'?'),('Îb”ìû	\'·Ö¯Ó«9žú','wp-content/plugins/woo-gutenberg-products-block/vendor/composer/autoload_namespaces.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5á,}vÄ¨3¼õGÀâ)©','E½r4@\0¸Ô¡$¦âzæú3ð¸$l²ê\ZÐ`iäexÃlÊ','',0,'?'),('É\n2-¦‰$P~±î.h','wp-content/plugins/woo-gutenberg-products-block/vendor/composer/autoload_psr4.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¦°SîªPm»`ò#Ä\Z',')¾.ñ_QJ}›$0íþ>)@„=Á;±Ÿdš½ß\'_','',0,'?'),('œN{=L{ízZ0@Äã!\0á','wp-content/plugins/woo-gutenberg-products-block/vendor/composer/autoload_real.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\ZË´”zŽuÃl~³','C‘¬Û²¤¤¯,| ÉPŠÎ×ª™Ñ×ËŽ!Ëänû','',0,'?'),('EìYü‹„‰ˆ+{^ÔxI','wp-content/plugins/woo-gutenberg-products-block/vendor/composer/autoload_static.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','uùú‹}a	ãONÞ¶LA','‹#[ð>ëR9AFé\'00Eotï„,“!t‚vq+x','',0,'?'),('ž«ØßÀãËñûØ’ ','wp-content/plugins/woo-gutenberg-products-block/vendor/composer/installed.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ïÈF	`Ú\r˜,fÀgÕ','” Þ\Zæƒì€´£­C¤:¸9OŽÛÔß·.`È','',0,'?'),('ÿT£ÂpeÇYèÕÏé˜â\ne','wp-content/plugins/woo-gutenberg-products-block/vendor/composer/installers/LICENSE',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1ÔÜ¼\'Z”y£{ïÏ','ã¡÷\\y¾ÀÞŸ#´Þÿ\Z¼NVç´ÝüwøC`¤u^Í','',0,'?'),('¯çÙ}u•z×#\0Ý£/','wp-content/plugins/woo-gutenberg-products-block/vendor/composer/installers/src/Composer/Installers/AglInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','íàCcŒ=W*Îò±‹Dg','3Ó(üW¶«ê~;MÑ<ÌdËÑƒz4£Ó„ÞóËÃÍþ','',0,'?'),('xlUºîq…ê:ç#','wp-content/plugins/woo-gutenberg-products-block/vendor/composer/installers/src/Composer/Installers/AimeosInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','EðWMi6ê=<*@}m¢ð','€ù…¦DŽ¤RV\\Å­à<7ty	³,8áYämLÁ','',0,'?'),('ïtnF9â§—bcÐ‘y','wp-content/plugins/woo-gutenberg-products-block/vendor/composer/installers/src/Composer/Installers/AnnotateCmsInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1ßcsD‰h%éŒ[p!˜4\"','£;ŽøÃ<¸ª·EU%”Hw¸Ï×DûáD†Ë‹–ƒ8T','',0,'?'),('ÈéRúE+\r9DKâp—ÂrÉ','wp-content/plugins/woo-gutenberg-products-block/vendor/composer/installers/src/Composer/Installers/AsgardInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Òé°×L°ˆÏýŠ—JM','V\n»¸Ë#\nõA†@,c]:ú¤a# ™†a­Œ\n&¹7','',0,'?'),('	`D±¨ÊXÀ±¦ŒÀË','wp-content/plugins/woo-gutenberg-products-block/vendor/composer/installers/src/Composer/Installers/AttogramInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','oG£áûü¾ÑE üË\r','åÿ}ÐDl˜qÁ×X»\"a›GåÙGuª¶VX}¿Œ=','',0,'?'),('_fËê/-ŸÌ›Ø¶È$Ô','wp-content/plugins/woo-gutenberg-products-block/vendor/composer/installers/src/Composer/Installers/BaseInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Âáß!ûêmV9që}ë','Ët.t‚X@i“¼ÁZTÅ7Ú&Ž\\Š&†¯˜¬´-Yd–','',0,'?'),('¿Zbx—lw}\'±d®','wp-content/plugins/woo-gutenberg-products-block/vendor/composer/installers/src/Composer/Installers/BitrixInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h†à!ÓfÅªe%ÒQìë','²æXT¨ïãQ½¥±ýms™`œ®DPˆÃ§,|ì—ì«ºd8','',0,'?'),('0¸ÔvÎ²Jr-_YB£','wp-content/plugins/woo-gutenberg-products-block/vendor/composer/installers/src/Composer/Installers/BonefishInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u\".çOù„œ	•Á\"ìO-B','Ã`Åšç¤ôƒyÎb´¶¢kít¼ÊäŒB±èI©Ô','',0,'?'),('²±eí](G¦êå÷	•','wp-content/plugins/woo-gutenberg-products-block/vendor/composer/installers/src/Composer/Installers/CakePHPInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6çk_æÖ÷÷s¾¬ï‡úxà','h§Úâ;[¸ØÏ8‰ð¤{ñÜ ^áÊõ€˜xx\r','',0,'?'),('–Nkôƒ¶j5›f±m','wp-content/plugins/woo-gutenberg-products-block/vendor/composer/installers/src/Composer/Installers/ChefInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t—&ïr@;…ìæfà€','Ÿiifz÷Î°P\\ŸB<WÙ´p‡Ì2£®,ªTïÃÐ','',0,'?'),('p‘MŒTŽ3;ÛƒìOŒuú','wp-content/plugins/woo-gutenberg-products-block/vendor/composer/installers/src/Composer/Installers/CiviCrmInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','±ÄéˆÌÃeSu-µÑÕ˜ú}','ixÊÊâ_Kn¡¤ð¾”&¤FÊà¾à:r‚„aí0','',0,'?'),('À‰ùvcêÐ\\vGèk´þ','wp-content/plugins/woo-gutenberg-products-block/vendor/composer/installers/src/Composer/Installers/ClanCatsFrameworkInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','×ÐöçÕâVo5€ìÚ\\','Ü×Ô>‘9ÚùY\rYO´­C4h²‹íÙî™äÐužGÛ[','',0,'?'),('D	äÝ¤\"W×Pc•@<n~','wp-content/plugins/woo-gutenberg-products-block/vendor/composer/installers/src/Composer/Installers/CockpitInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','—Ö—‘¶6ª—>,ƒÈ!â','SáÅ¿`0Ä$¶ÚÁÜ RW·>ìc:°5Îš»–M–Ã¤','',0,'?'),('x× ·_pœ×Ép¸\'”¶u','wp-content/plugins/woo-gutenberg-products-block/vendor/composer/installers/src/Composer/Installers/CodeIgniterInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ûH‹Û=ªuÍ]R9ÙÙ','K±‰ˆmØ}D®ÌSîì7ØÚšìÍÀL<ya„','',0,'?'),('&öÄ¶Á¾ÁGAÌD°×Úè¼','wp-content/plugins/woo-gutenberg-products-block/vendor/composer/installers/src/Composer/Installers/Concrete5Installer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t	‡ïÏËm!¬Ô~A^óS‘','®÷…#øŠL?ûOM6rÍ/W_ ~•¹¤¦þ','',0,'?'),('æBÈ$ƒˆÕ\r¸þmQO','wp-content/plugins/woo-gutenberg-products-block/vendor/composer/installers/src/Composer/Installers/CraftInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‘öØ¥øgƒ îçé]bâ','gD>IB9é·¯šLIÓ	*œÂîð1Ûó16ŽÙ0îC|','',0,'?'),('T>2ç{ÎY<’\'4nÔã˜ÿ','wp-content/plugins/woo-gutenberg-products-block/vendor/composer/installers/src/Composer/Installers/CroogoInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','AÃvE…‰\"¹Â™M\\ÙñMÃ','4(eõ“ýôÊI892¡×ö-…ë±ŽóÄ¼®~™]','',0,'?'),('k„…ñUÛÒÏ&ü','wp-content/plugins/woo-gutenberg-products-block/vendor/composer/installers/src/Composer/Installers/DecibelInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ßÒ+ør\"`lÒ®úÕÞvv','#5}Í	ó\\fŒÞW–¶¼Ä°Ýï~CÑ`¥‡Oùë”c,€','',0,'?'),('G-éð]5s0y=Ã\"g]Ñ','wp-content/plugins/woo-gutenberg-products-block/vendor/composer/installers/src/Composer/Installers/DframeInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';<J»¾ÔE&$óô”d§c','q%>D·$$¥‘‚å:üŠãjúõŽžâÒk ¤zÂ;á“','',0,'?'),('`nrìä€U‡ú$áÛÉÓ','wp-content/plugins/woo-gutenberg-products-block/vendor/composer/installers/src/Composer/Installers/DokuWikiInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}‰–=æ%ü¿“7\\Ñ8V','©wH’píé[Þw¼2ž@u\Z£‰\"LH«·a6˜Q¦','',0,'?'),('‚æ!†Cg!¿½–\rœ³&J','wp-content/plugins/woo-gutenberg-products-block/vendor/composer/installers/src/Composer/Installers/DolibarrInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','»	m_d&Ôºô—‚0w','0”ìŠ¿úksÏ†zÊ@þâ±‡)Í·T÷+…ôœÚÏ','',0,'?'),('Ô~I‚.bž„Ãì4z_ƒ”','wp-content/plugins/woo-gutenberg-products-block/vendor/composer/installers/src/Composer/Installers/DrupalInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\ZêE_šÆr9‡Ø?Zˆ','º¥©c\r«û`tÜ…4LÊÚjÙo•:€ß#Òu##YñÐ','',0,'?'),('Ü_Ÿê&¶ªŽÎØãú','wp-content/plugins/woo-gutenberg-products-block/vendor/composer/installers/src/Composer/Installers/ElggInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','„Ž“PÌ†©¿¨‘x¥Ç‹','´D•ìmMõY|Ûx\"<ALfp³x3³)®H\"–','',0,'?'),('DAîV3µ8‹µÉÞ<°','wp-content/plugins/woo-gutenberg-products-block/vendor/composer/installers/src/Composer/Installers/EliasisInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','üñ×:Ø8¡²Ù·ÄIø¢','ê\0Äî±x\Zaª‡ë&*­U<Æ‹¦]éÊyÜ»','',0,'?'),('#\ZOÙ…¿Ssuö¹ëF','wp-content/plugins/woo-gutenberg-products-block/vendor/composer/installers/src/Composer/Installers/ExpressionEngineInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','oG´Y>íyç*^Yòú','M«ðŒr’¹%kÂ™!ó‚¥²½¸Ó²ŽzÝ	)úðÆCþ','',0,'?'),('VøÆ„ŒE·=é‰0õww`','wp-content/plugins/woo-gutenberg-products-block/vendor/composer/installers/src/Composer/Installers/EzPlatformInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','­Ì@5´à$Äuoúa Ö','…¸ÀèN8fý›©?l«êû}ï§i­\Zn¼p†ßø}','',0,'?'),('(&4kÙ¹Îÿî®±ÙÏ\r¡','wp-content/plugins/woo-gutenberg-products-block/vendor/composer/installers/src/Composer/Installers/FuelInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ß^ûq÷{û3\\Ýg€','NÓ®Nó˜ŠÇAW¨uh‚ª#³Ò\"8)ÕëeM1Â6','',0,'?'),('òrÆ•,Ñ¦Åy2\0ÂÍ²','wp-content/plugins/woo-gutenberg-products-block/vendor/composer/installers/src/Composer/Installers/FuelphpInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@½KÌ¢½{~tbYb','áš\nï…Èž…Î]‚Ør¹¢6	ÃšZ{TVc.€Gv‡~','',0,'?'),('k‹\0`wsp-*^O4„d(','wp-content/plugins/woo-gutenberg-products-block/vendor/composer/installers/src/Composer/Installers/GravInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>âÞ‘®»—Uì@^LŸ]',')šƒÌLB|@£š©£\"ßU™eJE»Wz ƒƒ','',0,'?'),('ºmLš¢Þoíõ.ãòN','wp-content/plugins/woo-gutenberg-products-block/vendor/composer/installers/src/Composer/Installers/HuradInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‘U-07ÜÀì\n}m•\\^','d¥TašçÎß°`+’>/!¶!úÛ^bg$Ý\n','',0,'?'),('i°o’‡\rŸVo*µ3','wp-content/plugins/woo-gutenberg-products-block/vendor/composer/installers/src/Composer/Installers/ImageCMSInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[—}ûÓ_ðÛ•µ¤XŒ',';¨äúÜ¶Úi¬–Kxå¥½[ì\0¯Ü¥Øü}*3 ','',0,'?'),('aé,-Úñ<Ü%LÅÚÿË','wp-content/plugins/woo-gutenberg-products-block/vendor/composer/installers/src/Composer/Installers/Installer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'åã	Lï}’¶×RùÏV',']^Âl•¦`%Òy/NÀáàÐ¨X²ÏÏ»×üN\Zï','',0,'?'),('èá”\rÄx|–èB\ZK÷ó‚','wp-content/plugins/woo-gutenberg-products-block/vendor/composer/installers/src/Composer/Installers/ItopInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',÷Jª¤´ÃD§Å©æˆ','8à³¢¦ô}+º‹{3{9\n²ŒBxž¶ñ=\'0¼Ï','',0,'?'),('ùé\r!‰QéR£eXí.Aö','wp-content/plugins/woo-gutenberg-products-block/vendor/composer/installers/src/Composer/Installers/JoomlaInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ÿ²ŸŒ\0fHpg!N¡OÝ\'','ß“¥£2nª÷s¾?­AË×úš£¨µN\nÿg;','',0,'?'),('× o1ùùBÀË\"Ã¥‹NÓV','wp-content/plugins/woo-gutenberg-products-block/vendor/composer/installers/src/Composer/Installers/KanboardInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Â*3]Þ<ÍõÝ]È\'Ž–','Ð½rtÒÛ}¾QÙ7üˆ@¥ÿI=}´amu“(˜Q','',0,'?'),('Ô‚|@˜Øf(aê','wp-content/plugins/woo-gutenberg-products-block/vendor/composer/installers/src/Composer/Installers/KirbyInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','œ¯ä(J›Ï_?+4h‡œ²','ŠŸó°	Ê‹<?~€Cì²2B˜ÖÉ ®¿¢©Â’?','',0,'?'),('¥Õß¦A€j.fðž§“','wp-content/plugins/woo-gutenberg-products-block/vendor/composer/installers/src/Composer/Installers/KnownInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H.(»¯°ýN7×ë\r','_¦©ý¸ÿÜ›Gd„11g Y—”1~ú¦>B$tÛðªX´','',0,'?'),('ýS¥gŽu5&7¤NJLnÏƒ','wp-content/plugins/woo-gutenberg-products-block/vendor/composer/installers/src/Composer/Installers/KodiCMSInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X¯á_cá×\'ØxM9þ¸à´','`íùö³°’S,wD9¹k“C\05Î²®Ô19jBª[ÍÌ','',0,'?'),('û„èHwÍöÒA€©Eí\\','wp-content/plugins/woo-gutenberg-products-block/vendor/composer/installers/src/Composer/Installers/KohanaInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z Š\"IîóË/„ú…®','\"÷¾´[&æPz>|Öª!­HX1¯»©æÓÒÈb','',0,'?'),('?âü-Í—X^Ø©éó±w','wp-content/plugins/woo-gutenberg-products-block/vendor/composer/installers/src/Composer/Installers/LanManagementSystemInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Pêf9ÞñOÞÌ6Û{l«¶','…òXÁ>ˆ>2ò½¿‰=½IÌ±F”Ç»ÒKÅlÙ\"ž','',0,'?'),('ŽZ@7{ic¸«z·\'','wp-content/plugins/woo-gutenberg-products-block/vendor/composer/installers/src/Composer/Installers/LaravelInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','®„£§=`ˆ‡wÕ2‰6îd','6óÅ·ÙWh‹	Šú›·0¬W?êžÞÏYÇmç·','',0,'?'),('ºTfÐXÒ@(DlêßË','wp-content/plugins/woo-gutenberg-products-block/vendor/composer/installers/src/Composer/Installers/LavaLiteInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ìs@õ4	\Z—àºðDw«','ü+Yv2\ZƒªÂB§PÊ@bHïIíeñ4ÝM®','',0,'?'),('BŽáÚK×ÁT6}YzX+¯','wp-content/plugins/woo-gutenberg-products-block/vendor/composer/installers/src/Composer/Installers/LithiumInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!{ÖhÈ¡R2Ëªí€¨6','»(í1qKC©¥ö˜ÐàD?ç~Ô¨ë~OTÄÚ $&~#>à','',0,'?'),('j¸ME,P@ë¬	,£','wp-content/plugins/woo-gutenberg-products-block/vendor/composer/installers/src/Composer/Installers/MODULEWorkInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ö¤Ù¢júú@±›\nN­','pÉv¶Ð$ŽLòÎ‹­Þ,*æðÊ¸/àã;øRÎË¥','',0,'?'),('¥™ÓC¹èg\"†õòÀãÁ','wp-content/plugins/woo-gutenberg-products-block/vendor/composer/installers/src/Composer/Installers/MODXEvoInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ç ¾ùÐŒ~þ…^´F','‡ÛîêÞÈ(o8@Ì.z¦Û¹	\n!qœ66bp}Ê','',0,'?'),('k!øM a¨ˆ¦ú=.~','wp-content/plugins/woo-gutenberg-products-block/vendor/composer/installers/src/Composer/Installers/MagentoInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Õ{ü’F‹‰ç¹ÁÊs','ÖæCâ—fé½j¹I\0óQ¦»önmþJþªI*Á','',0,'?'),('<¯#eîcÑ#Á±oU','wp-content/plugins/woo-gutenberg-products-block/vendor/composer/installers/src/Composer/Installers/MajimaInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','XU+4]é\n‘j‹¥2`¯ ','s)Wgë>‹ß\0¨»«¾vw”@“Þ¦C‚±e¨Ñ†','',0,'?'),('¢·7¯ÍAêÈ‡àÌ{¡P²c','wp-content/plugins/woo-gutenberg-products-block/vendor/composer/installers/src/Composer/Installers/MakoInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¦ó³ïº6g«O5|ðï ','pƒns¦Ã#dóÁF$ˆ—ÏWÍ•ÁßÙ(QŒ¡7Á6','',0,'?'),('ß`\ræªp0$ñ”üqÍb','wp-content/plugins/woo-gutenberg-products-block/vendor/composer/installers/src/Composer/Installers/MauticInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ò;y%pêoÑ¨¡ÂŸ','¶–_/y1R¢µ%+âaô-ßD´Y6	£,ñ, ª','',0,'?'),('\Z7‚æò™\n­ZFu','wp-content/plugins/woo-gutenberg-products-block/vendor/composer/installers/src/Composer/Installers/MayaInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','œgã\0ð÷pÄ	fæ/ˆl:','àç)„œÊ_¹T´ïùéM\"«4ÖÖó¶\0ƒÙœ(æ','',0,'?'),('£r•	,Y.cÙþøÆã43Ë','wp-content/plugins/woo-gutenberg-products-block/vendor/composer/installers/src/Composer/Installers/MediaWikiInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','þ°dî3Í®%.Y‡™„€','¼\n Ê&<jÑ}J«ÌŒÜv¢‰n^w¨ÓÁ¶áoË[','',0,'?'),('ð*w•ÌìQÛÜSC{~xò','wp-content/plugins/woo-gutenberg-products-block/vendor/composer/installers/src/Composer/Installers/MicroweberInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#[““1ŸE=è\'?çÏÂ½','±n=ü}JÇqYð¬9)f–M$&¶R!¶wî','',0,'?'),('RÒþý=w/zì›Žš\\Î','wp-content/plugins/woo-gutenberg-products-block/vendor/composer/installers/src/Composer/Installers/ModxInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','žDúœMµR{iŠ®Pc','&w\"á©<…˜É?HçŠf÷Ø>îî\ZRø1%B–ÓÅ','',0,'?'),('c_²£Ñ©ÉÝâùŽôB\\','wp-content/plugins/woo-gutenberg-products-block/vendor/composer/installers/src/Composer/Installers/MoodleInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"fÚžºÙ‘ÇaÏgì','áRsÕü4Jqí¹”h~ch„fUF‘¨l_èý¾`‡','',0,'?'),('œ3`÷êÙä·ìÏb¶Q','wp-content/plugins/woo-gutenberg-products-block/vendor/composer/installers/src/Composer/Installers/OctoberInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','•´=¡\n8ÏuÏõ','àâ!¯‘|\'÷nñ{„M€L;õƒvƒOû“ëÂ1','',0,'?'),('\0¸ò­gE&—DÏ\\','wp-content/plugins/woo-gutenberg-products-block/vendor/composer/installers/src/Composer/Installers/OntoWikiInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¤0Ràïö$|~š\nü“v','ïkèipEû0mÅ—ê™Ç1tõM¡FÜeÅZÐ\néRR±®','',0,'?'),('ÖLÿòúÙUÔ¹\nx#œ','wp-content/plugins/woo-gutenberg-products-block/vendor/composer/installers/src/Composer/Installers/OsclassInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H»\'Hyý²øàrç¶\n','òéÐìÊß“¼K4ôÕeäÅÆß‚â–ØþS®]€nê','',0,'?'),('ÕÉämY÷¿`{Õ”<ŒN','wp-content/plugins/woo-gutenberg-products-block/vendor/composer/installers/src/Composer/Installers/OxidInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','KE6×ÃèÁêôP\0I€6Å','U²=ç^¡ùk\\p\'}4ÖŒ&õõdtÉfhU3[','',0,'?'),('Ó³¨ð¶	á˜wÉª°9ð','wp-content/plugins/woo-gutenberg-products-block/vendor/composer/installers/src/Composer/Installers/PPIInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ƒºm°ÄŽå¦\r\"³BxÊ~','ñP¹˜Š§Lò²`û\'™R<DòJÕU>1•÷ÝD«,','',0,'?'),('ÒÚW*bÀ%«SÛèyæÑ','wp-content/plugins/woo-gutenberg-products-block/vendor/composer/installers/src/Composer/Installers/PhiftyInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‹š½ï¥«æßÍjB8£ºä','âeûÃÇrÔ5²¯ûEØídHÉä?Î\Z®aØAƒRdÑ','',0,'?'),('Ø·-Å3c\"êiªK	ªB§','wp-content/plugins/woo-gutenberg-products-block/vendor/composer/installers/src/Composer/Installers/PhpBBInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}×ì,¼S=–ÐÍØT³8¨','»–ÑŠcY2Ü5%ŒÉÏ=dt}¯µ¨~^ÿÄË?','',0,'?'),('ú’æ·WÎ ç!Ü—/r','wp-content/plugins/woo-gutenberg-products-block/vendor/composer/installers/src/Composer/Installers/PimcoreInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';÷JÉ;á`Æ’ nH¿','\rÁ~$š#Æ,˜[¡Ç5§gàtàØW]I¶Â{8rþ(','',0,'?'),('ð¹éÎÓ>ƒ×”Ë¶ç','wp-content/plugins/woo-gutenberg-products-block/vendor/composer/installers/src/Composer/Installers/PiwikInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ó…uÌŽ¢¯#!?5—','£˜à©ÿpižË=’ÞÞz+#±8Â„=×íný~±½§}‚','',0,'?'),('”Çwô©‰W0 7õì-²—Ï','wp-content/plugins/woo-gutenberg-products-block/vendor/composer/installers/src/Composer/Installers/PlentymarketsInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Åºû½Ç>‡pÒ¸]Tš¦:','lO|TÀKÅåfâ.Á€`~´Œ¥4,X–v†I›ˆ¥t','',0,'?'),(',—“¸jØháL9m\rcI','wp-content/plugins/woo-gutenberg-products-block/vendor/composer/installers/src/Composer/Installers/Plugin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Yå9¦:¶<ï³½Ð¹ÒS¡','Î´…â¨:»ÇvËö±‡Ø%Èžå‘ðŠ#{GBWøG©Ç','',0,'?'),('LÀ\"]ûˆ<}3í$Ö','wp-content/plugins/woo-gutenberg-products-block/vendor/composer/installers/src/Composer/Installers/PortoInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`	Ú=Û{¥³`F˜\ZG7','c6Õy ó)ö‡‹µÕÌSºÒêº‰Šq![dîkúmø','',0,'?'),('£hRyŠ–¿Ð|éT«ï»','wp-content/plugins/woo-gutenberg-products-block/vendor/composer/installers/src/Composer/Installers/PrestashopInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ðÎ÷€!ÄÈHÿ¥hœŸ','Î9.YlS®‰öËÌÈAÙXN‹Ôo*b€º¾l','',0,'?'),('Rù)–hFø¡ï™Œ™r®ˆ','wp-content/plugins/woo-gutenberg-products-block/vendor/composer/installers/src/Composer/Installers/PuppetInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','²b‹UþyêÍ…«ßæ\08','bSx\\h¤µìT/·[àÄ­ux+)è€D×+n<à','',0,'?'),('-RèïAÑ½ùGÎÕ0œ','wp-content/plugins/woo-gutenberg-products-block/vendor/composer/installers/src/Composer/Installers/PxcmsInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','®â0¡Ýv¿-ª­T8','i;ÔøHÊ³=wRçmö‡:þßó@¨‡¢6C|Q	,‡','',0,'?'),('©e’4¤|IY<ž,¢¤@','wp-content/plugins/woo-gutenberg-products-block/vendor/composer/installers/src/Composer/Installers/RadPHPInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R\"	ô\rÂ{9‚ëq+E^[','ÙOl…Ø]%‹º¿´·$RðCoµm ¹b‡TrØ>Ý\ZG£','',0,'?'),('IÏ¢|ÂìEñô±žbúh','wp-content/plugins/woo-gutenberg-products-block/vendor/composer/installers/src/Composer/Installers/ReIndexInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','OÃYõ,‡\\Ÿ®-\Zñ*','V#›|q1Vîü×-Ê(ãß#‚‘òôÕØ®3-','',0,'?'),('KC‘A¹¢‘ÉÙâOö”©mþ','wp-content/plugins/woo-gutenberg-products-block/vendor/composer/installers/src/Composer/Installers/Redaxo5Installer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')§µàìêŠýºë^R!-Â','`¦ç`Œù1œÝ\0˜2•Þ\'ÐðU·A•ÝŒ !²^BÅ','',0,'?'),('‡ÿ\\LŽåÕ÷\"#T‚ä^','wp-content/plugins/woo-gutenberg-products-block/vendor/composer/installers/src/Composer/Installers/RedaxoInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‘F[|.Ó1×Ðxë	&XfN','ó›éDmõ1%Œ©nÝ›´_dr° Ô\rJ3Tr','',0,'?'),('ý®þ×)?Ù‹¶ÔdFÍ','wp-content/plugins/woo-gutenberg-products-block/vendor/composer/installers/src/Composer/Installers/RoundcubeInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','„Øãl¶±õcc*~j=p*u','<&J#ð¶s\\.,GÀ®$¾lt<™©I•WŠÌ5ï','',0,'?'),('_ŸZ»¬’ïL›CE¢','wp-content/plugins/woo-gutenberg-products-block/vendor/composer/installers/src/Composer/Installers/SMFInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8ôIÿ0¸mj@0Ý%øUø','{¥{oª]ùvrlñSaXÊr‚óPÖÎ“?‰%.ÃùE','',0,'?'),('\'hì+À²ŽåhÍVx—Í','wp-content/plugins/woo-gutenberg-products-block/vendor/composer/installers/src/Composer/Installers/ShopwareInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','å­KK—yñÞ«prÄ]','\ZÎñ\n„‡¹=I#Zˆ\\‘¥4„lÖ™Äµ¤ïuó°®å`','',0,'?'),('Š\n¾«—QíÁÉÇî¬D','wp-content/plugins/woo-gutenberg-products-block/vendor/composer/installers/src/Composer/Installers/SilverStripeInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P-î^˜0ó3ô×Í™Ã5','>á-âÀ…ßÞä¸”—T˜	‰1&€¯¦04é7¬lT','',0,'?'),(' EÉtÏj>GŒ7ÇA‹À¶','wp-content/plugins/woo-gutenberg-products-block/vendor/composer/installers/src/Composer/Installers/SiteDirectInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¤°áÄY6ýozÞÀ/›C','e×º‹k+±oC èÈÇ@Æ¹éOK<æh¹S_','',0,'?'),('öÎŽ{Ÿd:uò+‹™»Š†','wp-content/plugins/woo-gutenberg-products-block/vendor/composer/installers/src/Composer/Installers/SyDESInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÁêWù½}óå²„¹ÇB=H','jPG›\rÖuDc=p\Z«Œ¼ø‹Ètzým6=èÿ','',0,'?'),('}¤ê¯N•ÆÇ¸á%Ñ%4','wp-content/plugins/woo-gutenberg-products-block/vendor/composer/installers/src/Composer/Installers/Symfony1Installer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L‘øò©Q\09§mšM˜','|3¥Ù,ÿUx›ö®`ióË@?åf.@F/xŠ}h#…','',0,'?'),('ÒVç…2Ì(½º|É”','wp-content/plugins/woo-gutenberg-products-block/vendor/composer/installers/src/Composer/Installers/TYPO3CmsInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','OEeôZÃY‡ÀûEÌù&','ö³ÊWsê¾Gr(ÀQ9Aª_Â©>+„‡‚ÃÇ\'·¬','',0,'?'),('A>üžó[½€»$›9¦­','wp-content/plugins/woo-gutenberg-products-block/vendor/composer/installers/src/Composer/Installers/TYPO3FlowInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','’Íö,œoFÝD:Nˆ¾4','²jKžb ¼Êy,`ªÊÿy¾5oïêfÚ®_¶e','',0,'?'),('2h^QŠ…ÊÌ#@1¨Ðc','wp-content/plugins/woo-gutenberg-products-block/vendor/composer/installers/src/Composer/Installers/TaoInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^á7æY+\ZÊÍŸUõCûä','%õWþJ5Ò^§ÙºU¬7íÁ}Zí§0Ãgw¦','',0,'?'),('˜“ˆñu~‘2rÌÄñLg','wp-content/plugins/woo-gutenberg-products-block/vendor/composer/installers/src/Composer/Installers/TheliaInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R#tXîÉƒtÀ}7FI7','1ø…xk_,•_{‹pÂ›µÐ\'½³-ŽZÊ»','',0,'?'),('Ý¡É]f_ÙòR–(˜X','wp-content/plugins/woo-gutenberg-products-block/vendor/composer/installers/src/Composer/Installers/TuskInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R\\ûLëºµ\'ð÷ãQ','ø‹0&ŠöÅþM¬ŽsÔŽþñÛÇÌ©cÖ|˜÷Ê	›av','',0,'?'),('ÿØx”°õ¹]&,¼\ZÎ','wp-content/plugins/woo-gutenberg-products-block/vendor/composer/installers/src/Composer/Installers/UserFrostingInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','BÌßÕÐ¼†ðÀzÖµ_','üV²-2Þ¸<n{s?IõÝ¸W½ì>f½Éså(§','',0,'?'),('h€6Ÿù\n.`å&3~ñã©','wp-content/plugins/woo-gutenberg-products-block/vendor/composer/installers/src/Composer/Installers/VanillaInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$­cš63>¿©nÛM\"','ÕÎßõ³üdâ®ûÊ1”Þ™Gp#·\\3éføš\'å.','',0,'?'),('iäP×àâ¬Nªu¾Æ¬¾','wp-content/plugins/woo-gutenberg-products-block/vendor/composer/installers/src/Composer/Installers/VgmcpInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z‰¿šrœ>U<z1xÖe','Ó2L¾Y›ÈìÐ6[þ½ÜSŠâjÍè@KÂŠ#','',0,'?'),('57|þ	’¼tpòt@','wp-content/plugins/woo-gutenberg-products-block/vendor/composer/installers/src/Composer/Installers/WHMCSInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','HÙïW7æPA,ºÿIx\'','ý>:çêíiIšÔskà~­áÈä+Ýã¡Klœ)Èsiê','',0,'?'),('\'¨3_V^Öé7mÐmÛ','wp-content/plugins/woo-gutenberg-products-block/vendor/composer/installers/src/Composer/Installers/WolfCMSInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','LÄœÂÒL¦Èr4òr','Á“’ÎŠ\rºÉ&sð÷3ûå÷HŸ)CNÑ)’1\nJ¶','',0,'?'),('îù²©›íp¢?È“ª’o','wp-content/plugins/woo-gutenberg-products-block/vendor/composer/installers/src/Composer/Installers/WordPressInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÕÞUò«3áÒ¾ÉP¨m','oÚaËå/jnuøÝÚFõX]¾òS{Ìu¥á','',0,'?'),('•M	µHªn|0ŸägÍ®|Ý','wp-content/plugins/woo-gutenberg-products-block/vendor/composer/installers/src/Composer/Installers/YawikInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','UR)¸³}ñg)vš¤ËWs','€QT±Øß@êkˆ´›Éðš»«‰\"¬!–9Cˆ¢Üèa','',0,'?'),('Ã¼DøªBš‚Š±\'ðÍé›œ','wp-content/plugins/woo-gutenberg-products-block/vendor/composer/installers/src/Composer/Installers/ZendInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','•<T‚•ñŒW<l0Óµ','Û¡¦-öON~*úþ_å£³Ž>´îgÞ<¡†Óð¾','',0,'?'),('¨¼‡XÃø¸d	A3´Ršy','wp-content/plugins/woo-gutenberg-products-block/vendor/composer/installers/src/Composer/Installers/ZikulaInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K«8Iºdp˜o?E','Tó!›H	ù¢Ø˜ñ,Cô­a~¼KO×PJèáÿÌ9ß','',0,'?'),('$>Ý¶ÃLåEnâ\ZÎt?v','wp-content/plugins/woo-gutenberg-products-block/vendor/composer/installers/src/bootstrap.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Þ¨™Æ\n%\0åï‘','îõŠg&AgpªçIè84Ý\ZáçÇœÛBÍùj ÷','',0,'?'),('â-Š¯ RÖÍ\n¸àô4©+/','wp-content/plugins/woo-gutenberg-products-block/woocommerce-gutenberg-products-block.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','FµSÆÄ6»@ñâzd‚C','¾Ó¬U‘±]Ñ\Z•a	¤¨‰ÌåÎ!5‰z3ÜÖDT¸','',0,'?'),('îû!Ý\0n€pà“²ã','wp-content/plugins/woocommerce/assets/css/_animation.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2!.PÉ6ßXkÓÙðIjR','’±ŽkìÐútë“§G[›H¯U½ãŠÜ\Z“K‰ŽÄ.','',0,'?'),('W{Yx9¸z3	tõ.í†Š','wp-content/plugins/woocommerce/assets/css/_fonts.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ìòAS¶·£Ø”ø+û',':ÌçØ ÖÍ\"zm¡×]œ2bº!`(‚TïE:L*W','',0,'?'),('ÔÛàÎèÁ·b¯B³¶½','wp-content/plugins/woocommerce/assets/css/_mixins.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','úu¿&\"]<dTƒª¬','…›¾ŽDQ*þk³›•ü,Øb/Y´šBýõµò','',0,'?'),('M™ØàKµ ªù‚Ÿ·','wp-content/plugins/woocommerce/assets/css/_variables.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c:¬7¸oxßÊHÖ\0Á4','ˆ§ŠeÈh¨„ÄÜxœo¡N³ðvpºÔ”¶<¾[R','',0,'?'),('¥B»ßÈ‹Õ\\_ÞDw;4','wp-content/plugins/woocommerce/assets/css/activation-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ò®Ð”aóO¶ß;«míá-','®¾7h,¨­©—¿ËW€¹öár2šwW¼Q¼Åª#','',0,'?'),('}dvÇ@\'.\n.Æã.ï','wp-content/plugins/woocommerce/assets/css/activation.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q&b>Ë¯Å\'«w@ÀœÆ+Y','¨òºÂÃœ£».ÓË¬$ö-I¥>døÛMËH©âù—','',0,'?'),('æ¹ø«ÐÍuQnšÑã¨+','wp-content/plugins/woocommerce/assets/css/activation.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Õ4òÍ`Õº÷†V0â‰','Å§Ø1Eð<ìÈ~ö’WI–\\¥Àã`è¢Ñ¦M4Œç_U','',0,'?'),('l	¹#£™Ëî[R2v','wp-content/plugins/woocommerce/assets/css/admin-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‰í‹yr£ˆ¸H1ÍØí¦','<OÛà\ZäSW5dqäZÇxÔé‹ì„=©Þ:o','',0,'?'),('§^ÕI–(…¨:ê¶¾','wp-content/plugins/woocommerce/assets/css/admin.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K/\r5KB\\~ì’Ô½÷','$WyâI~\"ÀöÉ¥’nôÉ%¹WhÜ˜~¢MÜký‘à','',0,'?'),('Eÿ  GXæ–ï/šÿýSÉ','wp-content/plugins/woocommerce/assets/css/admin.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&`P¦çO®Æ:‘’h]NŒ','D?¹êë¦ý4/æpì#fíÓø~T˜\'aã¡0;CÑñ','',0,'?'),('=‰Q0SÊÊÝ8Ž¤u','wp-content/plugins/woocommerce/assets/css/auth-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÜwW³+¼F1âtBüÐº=','†ŠN4ÄÅ†?¥F½K÷[ošs=H2%ãÇÛ?@¾Èj','',0,'?'),('©IŒ­D$~^#´±\0ëÔ','wp-content/plugins/woocommerce/assets/css/auth.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','—Š 0Y‡{àÏÛB·r,ö','‰®”gÝºá*™±;«õsz1~‰XæÚŠ½Î®’Òc#','',0,'?'),('ö®B3G-}ÙöúMSñ]R','wp-content/plugins/woocommerce/assets/css/auth.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÏY²\0¢¬ØÀ­Rve^e‡','ZŠûC9{T‡¸®ÅQ¢AÃûç\nÜ/êgÙXQžó','',0,'?'),('Ò2Ê3žTÁtìé½«ç`¬8','wp-content/plugins/woocommerce/assets/css/dashboard-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','“ÅÅuc§ZßR—{y','qXª—=«jäëÈ˜,…PV4”Ö]ÍèB°\nYºåCî','',0,'?'),('W0Ã·gÉb%ƒ>4µû','wp-content/plugins/woocommerce/assets/css/dashboard.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T[~¬5£¯@ÉƒÇÏ¬Z','ñd§Í3[…®c»»yî‹N®Û.Š½K.Àÿèì','',0,'?'),('Ïc0ÑšŠ¶åL,/Ü','wp-content/plugins/woocommerce/assets/css/dashboard.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(ýl¼îË]t48Ô/Ñƒ„','ñ¥Ü|È¾Ò¢¢ÐÄ·ÉokÁHÁÈÕs€ûë4Ÿ‘','',0,'?'),('ÎrÃaìæ¿ùIÌÃ_Ý”','wp-content/plugins/woocommerce/assets/css/helper-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','’eàï\rW\0Së?o„Üxñ','M~Ãè§>®(rÏKœ1´x:ÞØ³ïóÐoË:$»','',0,'?'),('\0à“ÏÝÀÖñ2];Ö<ž','wp-content/plugins/woocommerce/assets/css/helper.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','³ÿùmTß@5ž©]yÞÙd','lÅ°x¯ö?\\_ß®ZiÔæTNÕ„É$®™YêBXt°','',0,'?'),('>v)Ä»åZÑN€®ÝêB','wp-content/plugins/woocommerce/assets/css/helper.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¬\nUè½œH2‹¯¶Ð9‰','S-²¨Ë²â{†¯\noŸëKê!½\'óG.\"a7ŒŽ,:','',0,'?'),('aSR_ÅmÄ©X“éü4Úò','wp-content/plugins/woocommerce/assets/css/jquery-ui/images/ui-bg_flat_0_aaaaaa_40x100.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','œ«Y02Ž*iïK¿,]î±','×PÅ„² Lï]Yj‹_ß¿š–~ù÷*W‚}çŒïá†','',0,'?'),('¹IËS]›K¿¹zýä·Š','wp-content/plugins/woocommerce/assets/css/jquery-ui/images/ui-bg_flat_75_ffffff_40x100.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','žÍ+š©z{i»êIêÙ“','À®WWBÍÆï¡âY(\nskÜ/»@ÀÒlÝ€L\0','',0,'?'),('_{sýW·øù@Dì®lÐ','wp-content/plugins/woocommerce/assets/css/jquery-ui/images/ui-bg_glass_55_fbf9ee_1x400.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','£Dþ^·°;‡ë9ÆpÔ','¯ƒ(Pd‹L°Åè¿Óì»˜9¬ÂIíÿàËw y›1Q','',0,'?'),('¢8âÊ×-¸ÇE¹Í2ù…`O','wp-content/plugins/woocommerce/assets/css/jquery-ui/images/ui-bg_glass_65_ffffff_1x400.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1|2Ù Ýå^\ry“ï&Âa4','ç^±õ=dig¦`øßbšåÌÖúù2ï¤+nkO]ý','',0,'?'),('÷Ppñ®Ew0>¯	˜^Ô','wp-content/plugins/woocommerce/assets/css/jquery-ui/images/ui-bg_glass_75_dadada_1x400.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','…&•íVc”jö–ôª2CD','X/LÊ¹jYŸEB“xtºd³¶Î3÷íß¶b½·­Tj³','',0,'?'),('o”\\K:uÓ˜£\n7¾-UƒS','wp-content/plugins/woocommerce/assets/css/jquery-ui/images/ui-bg_glass_75_e6e6e6_1x400.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','³hcÞŸ„±1Õäí€Ó—D','tÄ\n†„7e\0ÎZ¦ÉI¬˜|ÅžŒ÷Ãœ0•Õô+–','',0,'?'),('ÀÇO„UMpsÞ´p–~Ö','wp-content/plugins/woocommerce/assets/css/jquery-ui/images/ui-bg_glass_95_fef1ec_1x400.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','íDç¡È5BJi†M••³^ò','ª§ŸBéßÉZýÝøf¼ê6;Ä#…™XªVém‡Š','',0,'?'),('Ï#c`ÔùDñíq„','wp-content/plugins/woocommerce/assets/css/jquery-ui/images/ui-bg_highlight-soft_75_cccccc_1x100.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ƒ [MrÐÎo‹qXØ¤qWê','}[ËK;Çâ§5lÀ¨-¾¾_ˆZL4©OžëñÂx/«','',0,'?'),('šzØ¯=³P5‹ç Õô¤H€','wp-content/plugins/woocommerce/assets/css/jquery-ui/images/ui-icons_222222_256x240.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s£Nµ5‹J¤šAßZe6','´Êª”»Z6ì‚Åå?c7<”JÚ&–˜Ø\\`jF×','',0,'?'),('?iHç,üîJ·\Z­Ž!','wp-content/plugins/woocommerce/assets/css/jquery-ui/images/ui-icons_2e83ff_256x240.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ä<QJñÉ,yÓ£ð»RÔ','B¢j¤0=ÅbéW]Fè|þåh	ŸïøäÒ5Rn³ö‡','',0,'?'),('7\0¶­\'Ô³Î”IYý{{','wp-content/plugins/woocommerce/assets/css/jquery-ui/images/ui-icons_454545_256x240.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','åQ´Ë„‘3XŸ¨hZÎ­ß','nyt¥,ó.#øöp5Ö@Ë%6qv\'ëå`.ß«#¼Þ','',0,'?'),('¬îÑ°Az{]WjÚ®…‰','wp-content/plugins/woocommerce/assets/css/jquery-ui/images/ui-icons_888888_256x240.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0Øƒí#_£û•5E%{ø','Ýz07Xñ–I“Ó0Î%g\n6VaqDP‡<òÀÚ¤W\"ö','',0,'?'),('s¶W…ùÆQÞ\\K©ÃG³','wp-content/plugins/woocommerce/assets/css/jquery-ui/images/ui-icons_cd0a0a_256x240.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p‚~„¬èþèó%™.','DÇ‘”àÀX†TRœ;\nŠ·Èß£”_ÀGùPù%ÿG¸1¤','',0,'?'),('ì$éÊû£ÕZÖó>¿y®4','wp-content/plugins/woocommerce/assets/css/jquery-ui/jquery-ui-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q|gè®¯=þ(mÕ†iT¹','+î5Íqåìêôƒ»\\EE—ÿ©Téï˜÷¯‡lbì','',0,'?'),('%6Êçå–fbgzžÜ2Î_©','wp-content/plugins/woocommerce/assets/css/jquery-ui/jquery-ui.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8e¾	e!àFÿ³B›','õ~£9¿\"Ù¦±nžJ˜D{±»TK‰Ô÷tˆ§','',0,'?'),('¨J0ÆÀ8âRšè&Úû\'T','wp-content/plugins/woocommerce/assets/css/jquery-ui/jquery-ui.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ga±zD¾jM™	l¸ýÜç','‘ïöZ]GMœí1yH†QP<Ýº˜(×˜\"õßÏÒ×hÅ¡»','',0,'?'),('©*kŒÇ¼$ä ¢Y£¼×Â','wp-content/plugins/woocommerce/assets/css/marketplace-suggestions-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¢ŸI(\nêJÅéS*¯#Ø','Ù2\0*±=î™¾e’“(Ç¬„Â Oð/·oè­•þË1','',0,'?'),('ÿ_áÑ#LGêÀ\'í™\\Bï+','wp-content/plugins/woocommerce/assets/css/marketplace-suggestions.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','™“Òï¶Í!Ä²Ä6$)9','¸…,ÅD°nÆSç~·+ÕA‰cb†~éïÐ\0¢½','',0,'?'),('÷FÔIÝ!¥RÈñÈ÷\nâ','wp-content/plugins/woocommerce/assets/css/marketplace-suggestions.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ùl5¿PÌ­\0Ú…aUV¾','ó½z›p0Úl¨Åï\'¦ÆÍbVÄ¬I»G¥7I)ÕÒÆ~','',0,'?'),('ÆL9±ñI›NÃbò](³t','wp-content/plugins/woocommerce/assets/css/menu-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c‡ŒÐŠÒúfõ}øf(_','Ý¥4¡éx—ÎŸ³?Ò¿ã(Ølç@SDs•yÙ_','',0,'?'),(',cSÌ»Í˜ÛÆVgBm¥ëÀ','wp-content/plugins/woocommerce/assets/css/menu.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Õ|…ÉPA#¼ºÿÖŠc','‰¦\"ãŒøÏ<…1nÀR«Â»0žv\"±–šxe²¼','',0,'?'),('~9-ð:§#­CýnãÎ','wp-content/plugins/woocommerce/assets/css/menu.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','CÙ)âŠ²T™ßè>îºèŒ','„òÀ|È ¨:8§ËP&œUz¡ÂW yhÈQÑ^¹','',0,'?'),('pBPu,›ï›µ°ìa>ÞÏ','wp-content/plugins/woocommerce/assets/css/network-order-widget-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','”2\0¦Ôœü÷^œá_','Œ^ Àh°ØÂ„}ÄÊU?‘›gz…7¼Z¢÷QMSwô','',0,'?'),('LDÛÈ‘X|kíZSEM¿','wp-content/plugins/woocommerce/assets/css/network-order-widget.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','”2\0¦Ôœü÷^œá_','Œ^ Àh°ØÂ„}ÄÊU?‘›gz…7¼Z¢÷QMSwô','',0,'?'),('ð0;Æ ù#ÒæÃ˜©','wp-content/plugins/woocommerce/assets/css/network-order-widget.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¯t;Ã@ò;FUÕrê™šžø','Jã”uÿÛ?E\0òâÎfÇæÒ%ÒÆº„õØpÞg…n','',0,'?'),('éˆ@ô%ójáX-©	ººV','wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/default-skin.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','à@+L:î„íb™÷“Í!','\nœøµ€ˆêrIžÅ%ÖÔ°´Z´p+­öÍçæËx®#\"q/','',0,'?'),('õ\"Wq>gðB‹ùô‘æ*','wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/default-skin.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ã÷™ÆÞÉ¯L†ÞÍ÷9$','A_C {þÅ.ö:hÛ«Q¶{Ž‚¾Ãã¹Ä2N˜æ','',0,'?'),('JÌF”Ð~¨@ªa\rªcˆí','wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/default-skin.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','²WúœZÈÅ¬Mw¦gÎ)C','´¡ö5#tjõV‰c6ÿèûÆ\nà©P‹n1ÂoŒƒ\'','',0,'?'),('Ñç[ÓMs\"+ÝZª¦','wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/preloader.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ãJ¯»HZ–êò§‰²¿:öþ','Šj¯ÿ.O¡ë©†3„\"²©aüÕ© ÐZ’1Ý·Ì_','',0,'?'),('Xü]-Ü1éPR£15rÝP','wp-content/plugins/woocommerce/assets/css/photoswipe/photoswipe.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','§ŽÓ 60{žðÀc\'Ž','@\"L,Çyù¤\0 E,þ‚ž˜ŠÝ\'b-åx¹aú=mŸŸ','',0,'?'),('\\`2Æë\\Xo”,Q{ö@º','wp-content/plugins/woocommerce/assets/css/prettyPhoto-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÍaˆŒmô’6QN8úP@','XW½´6e;9Ëp¶\":ºhµÛzƒa£î>ž/õTÏE','',0,'?'),('fwÃ}WE~ÅQ\"%…õ','wp-content/plugins/woocommerce/assets/css/prettyPhoto.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!Qö«ýáBÌ	ì“œü«¿','P9@)¥d·fóæ]‹ðfÉo…QŽâ†]:0˜','',0,'?'),('’e–ÏÓµ€×|ðâ}æó','wp-content/plugins/woocommerce/assets/css/prettyPhoto.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D=\'UÇE¨¥vÚ&2cÒ','D<Ùv¤ÂvŽ†‚1ñÅòÃ¹óÖÕ¤²ãà˜@Úã‹E','',0,'?'),('µi2fÓ™†Ò5581s','wp-content/plugins/woocommerce/assets/css/reports-print-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'éÕn[=>È¡0º¤¼¥','K½!$…g×kÄ›éïNÀÔÊþ„déÛVË¬9¥Ð','',0,'?'),('Vf6A“­]0éî\"³óƒ','wp-content/plugins/woocommerce/assets/css/reports-print.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','WDuŸŸu¸÷è–@~6yv','!Ò$0àÄÉYn3ab‚mmnÝóUÊ nÛã‰V[´%3i','',0,'?'),('1b\r’2l€ñÿa]Þß¸','wp-content/plugins/woocommerce/assets/css/reports-print.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¡ˆ={ŒõÔyv&PPÀmé','`]Ù³ö–ô„ëN.dÈEÐ´ŽâÒ¿ºÁª\rW™”','',0,'?'),('=Mä‡9íïgU(½Ò','wp-content/plugins/woocommerce/assets/css/select2.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3øÜ[3Æ—Š~·_‚ùVåc',':™ÛeðcU¹ï%©Šòi`g0‚%¨ÎœGžþ®„ 1','',0,'?'),('¨äpC@Sdº\n£Í`²¿Õ','wp-content/plugins/woocommerce/assets/css/select2.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','þyã\nÃÏFî›Dy','uÓÞdÓÄP=Õ¸PÅ[ÚÍÄÊž-]mMjú','',0,'?'),('ÂÛÎ!Bj‘RS¿Kü3Iˆ','wp-content/plugins/woocommerce/assets/css/twenty-nineteen-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t7_V©ÉÍNgÉæ…/iºF','T~ìuoåW;‚ ·Y¾ü[{\0L8<_îÃŒ&2Wc','',0,'?'),('?îF-Èõe/b’[ ','wp-content/plugins/woocommerce/assets/css/twenty-nineteen.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Œ\'è¥âÆ(ùü¥}','ƒÄ{\rÖÉêÒ\'åêŸ‘ÿgcÏ%Ú$¯<uÈ‹HN–','',0,'?'),('EMÓ~GGn@Ô?¯\'ó','wp-content/plugins/woocommerce/assets/css/twenty-nineteen.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ñÜ)ûÃLã¸0éôÉ','óÐkà¾Õ”»ž÷Lê™‚5Œ‡AØœ˜‹Ë–pnÉzœ','',0,'?'),(']ÈCƒö>%l”ÏSò','wp-content/plugins/woocommerce/assets/css/twenty-seventeen-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¼ƒÁ¨Ôc’òw:œ œ\Z','goÑßlD žÙ„ÁLu€0sëXpí>¾Ëä£Q„Ù‚ ¨','',0,'?'),('6\r¡2T0rË£ú Zù','wp-content/plugins/woocommerce/assets/css/twenty-seventeen.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','röæU\Z„ž?ÿŒÛosµ','©CÚÈå|‚Ma\ryûR\"‹“ùC} ¡M7l´Ñ','',0,'?'),('’­vwm1ö‰ÁìÕý=','wp-content/plugins/woocommerce/assets/css/twenty-seventeen.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÉÉ×Ç~”m´â„Z¦€À6','KGÒ=XlO»e8Köþ6T¸98žló/£?xÏ5,','',0,'?'),('ÿ	\0Å])2£ùÜÝöâ>F','wp-content/plugins/woocommerce/assets/css/wc-setup-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','kP§×6`A$S˜ÀðŒ','!1ÀY`j/ÞIBš™—¿ ÇHZGšr3žÍ„ùk¿•','',0,'?'),('ÿ\ZMëƒ-<\'†^æ¦ü©','wp-content/plugins/woocommerce/assets/css/wc-setup.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Š\0{V›æÏ­w6«+','[5‰ýT·âšK÷Ê«Szï wrOñœæ“oþFNC','',0,'?'),('9€=ï@#:‚˜µü—@…8','wp-content/plugins/woocommerce/assets/css/wc-setup.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','uÀZ28XÐÇ²gMYR','Ô2S?‘þ¯—ïGöã­zÎx%¶·}4Uf \"*è¥','',0,'?'),('HnM†8ƒ6&CDŸMåM‹N','wp-content/plugins/woocommerce/assets/css/woocommerce-layout-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','î´:›U‡`*­Ì#&V ','oî•¡A…¬¾ÊºgÙK:¨ôkUKÎ\'í‚¹+h','',0,'?'),('üäñfbúÇ×býKJ¢ü¨','wp-content/plugins/woocommerce/assets/css/woocommerce-layout.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‰enÖû.EÆ”‚á!ü-ˆ','<ó»™Ö£ßù`óRpÌ¾ÒOs¯åTq~D¦»tÑ\0y§§','',0,'?'),('5½ÜÇ®{:&kÌÅýTÈå','wp-content/plugins/woocommerce/assets/css/woocommerce-layout.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÑOxˆ¨\'yæ$‰o ','ÔRD¹nÆËûÕyÛ¨âØK¶•Ì‹ Ò«-àï¥ÛiØT','',0,'?'),('LLGš=ZÉ0Cù‰\'Pu','wp-content/plugins/woocommerce/assets/css/woocommerce-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','“n±qýÝ†;\ZnÌ?Óå','w×*9 è&f¶`È[¬?ªMV„®E–áÚìQ','',0,'?'),('h™;T²ìHlED©v¹[','wp-content/plugins/woocommerce/assets/css/woocommerce-smallscreen-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','œC‹ÓñÍÜÖ#¹hJjõA','³¬Ç.Oø™ˆ¨0e7†´‘µºz\'8îØLÎàcƒŽ','',0,'?'),('˜áYM‚Ë~ãBÿ\'','wp-content/plugins/woocommerce/assets/css/woocommerce-smallscreen.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','˜ôé†¶B¿,e®QŠÐ','DÃbFÀ«M±=\'©02‡à©)	íQ	p‹ªv®Wó','',0,'?'),('ÐÜÛ¡Ï`ÌAí;Ê¾©¯Š','wp-content/plugins/woocommerce/assets/css/woocommerce-smallscreen.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E¨KÑCJ!â_ômx—<','Xx‡µÆÂÓD‚¨5¬Å-ûA52Ysš*çÞSx¿­ÀD','',0,'?'),('´ë=“©uð‘Ü‘—ôìÏ','wp-content/plugins/woocommerce/assets/css/woocommerce.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','TŸüîÀì\'ZÔ\0­V}¾Õ','›7lB{]ñh\'YùÚnlò83êÐ½l\Zã1Ïp','',0,'?'),('oQ¢ö¬ˆAÞ©ºc#˜ëñ','wp-content/plugins/woocommerce/assets/css/woocommerce.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9vS¶bYS2„-ÆŽjd²F','Æ¨.ÝÐßñP°êu]?[Z0y¥T\n)FzH«8\"rt','',0,'?'),('<còc’WXÎ3Žù³•Öu','wp-content/plugins/woocommerce/assets/fonts/WooCommerce.eot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7Iœ‡‘Ð³ö—\0Îi','þøºD£o(y§à6*úB1}çeMqåFúN?Ô„S˜|','',0,'?'),('Þj¥K¬­«âKÕT\r<êóè','wp-content/plugins/woocommerce/assets/fonts/WooCommerce.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ù·¦ÙMëg+F.Ü^b','_–ÆÅ¹5•ÞÖ{˜xýà\\\\œøxÔ‹4Î»‘Œ¢§¥','',0,'?'),(']£úÍCyð.aÓA,Ç-ê','wp-content/plugins/woocommerce/assets/fonts/WooCommerce.ttf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ˆÙC‘ÇÐ±T¤o¿ôI¹','IÅï´±¨\rÎ\n«}ž­Öµ)º\0ÎêïI…Ñ¿ P¤sÙ—#','',0,'?'),('šBÄ¶b’šºN›ý¡','wp-content/plugins/woocommerce/assets/fonts/WooCommerce.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¦uy=iôîÅ£‚[ü-¦r‡','Æyö«=ÀIÎÓƒðÔlrchÅl² LñÛk	‰‹‘M»','',0,'?'),('®ÕRÇ8^ž¤œ‰û\nÉ½él','wp-content/plugins/woocommerce/assets/fonts/star.eot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Zºogõ¨çºù¼ZV˜$âº','êoj?ñ§³æ<¼¹ßÆt+QÌ×/Ø¿ÎÇi\nN§w½','',0,'?'),('ÍN¡{¥ã^wD$@?\n','wp-content/plugins/woocommerce/assets/fonts/star.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^sG\0Ýy˜²€´n9éì','óâÃÊcÚÄ\"ÃCÂßõBÌ\rš²J¬¼\\†õ;k','',0,'?'),('´\0:¢zler~—+\nNywú','wp-content/plugins/woocommerce/assets/fonts/star.ttf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','kx£Lê2åîŠD´\Z^','¸?ÕÉò|®Šœ.\"¶~ZÕçðÑ†>ø£IÙÅÓy#‰','',0,'?'),('4PÐº09¨×Ø\Z¼öû','wp-content/plugins/woocommerce/assets/fonts/star.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3\\¿`|Uª2ý€ž±\'','#£1×9#Â~ú˜þ ïù“C9˜¯‰¥DÐµÄeH','',0,'?'),('DU½ã¨ÕnÇó[RgdÍP','wp-content/plugins/woocommerce/assets/images/calendar.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Cz‘É?š‘ñ;šòw·˜','ÑÛËZ\Zú<íý}-¥ñx\Z*™PÝŠ”„€·ˆ ÝgB','',0,'?'),('ùE7ˆ8ìœµw‡ÉZ=…´ê','wp-content/plugins/woocommerce/assets/images/eway-logo.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ª-e¯“Íºã%ÚGýcZI¿','}•8Rƒ!§Š!*æu»»Å¨k|½#bÓ·òr]Õ','',0,'?'),('\rÒ9ì~Äï›)¼Ehöý','wp-content/plugins/woocommerce/assets/images/help.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','õQ5j«l)“¢\r)·¹','¤ÕÌ-\0~k–ˆôH¤?»¦p/IÓ´Ûñ- ÊfÖ.Q','',0,'?'),('Ld‡hÆ?»Ú†?•[ô','wp-content/plugins/woocommerce/assets/images/icons/credit-cards/amex.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}XßÕ4ãf­Á&ë«Ôà','T=¬ìxífÑ´nQW—/®Rá­.ê–¾æó8$¨','',0,'?'),('Š¸:k$oÞ>1èdˆ','wp-content/plugins/woocommerce/assets/images/icons/credit-cards/amex.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','˜à¡6QÐÙà“½4éVr','è³pº4fãšÜEü­â³P¦ë–N.:,xaX','',0,'?'),('”F [xYYt†>x2','wp-content/plugins/woocommerce/assets/images/icons/credit-cards/diners.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ô½uÜý¾uù‚4ÙìÎ>`ˆ','JÛ}ê4¬¿5†Èä==Æ¬ÈGÊ¢µÚ’85:¼¤ý‹','',0,'?'),('oáµaÊ¥Ê¬…äÃTH}t','wp-content/plugins/woocommerce/assets/images/icons/credit-cards/diners.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','snÝ„±D‡¡èÇ¥?.õÿ','D\\ùj*‰œCÚÏiÃ¯7™7\n¤ŽJ±:^L@ÑÝEI','',0,'?'),('žp™…fkN©~ÓË','wp-content/plugins/woocommerce/assets/images/icons/credit-cards/discover.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ïß¾CLFÃ©¼ã$[ø©','æ~“Ñ8.\\øiñM¦è9¦ýíìÀïÛ°ÈôºhŽî”³','',0,'?'),('†‹œ÷)ÆD@#î—š<Zˆ','wp-content/plugins/woocommerce/assets/images/icons/credit-cards/discover.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','…ÃßÜQBÁXp¸£U?z','ZúôKèÌôÅNÄ<_ˆË\rh3Ý§áFÇ¼ÕŠÅ•D','',0,'?'),('\03/lû°$M a¹ãj‰õ','wp-content/plugins/woocommerce/assets/images/icons/credit-cards/jcb.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6\r%1¬$y…¹‚\\«¾­','/GO>*œ)±:M¼«‹Gòi’b	›ÜÈLÌ&','',0,'?'),('#]Æé\r¡Ÿ§=úÙƒ¸v','wp-content/plugins/woocommerce/assets/images/icons/credit-cards/jcb.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ŽØœ´A~hÑt\"Ga€‚','\Z\ZH·F $­¬l‡w ƒ¡†zô’ñ,ÿKÜ„ì¸','',0,'?'),('@hCf¼‰Ë»·´x·o\'»','wp-content/plugins/woocommerce/assets/images/icons/credit-cards/laser.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\Ùíœ8¬Õ»ž„“ÆÏh¢œ','hÆù„žHÎb¼Ð; <Ž]¼Ç»VÄ¤—E„mK»','',0,'?'),('62ÿ&e5“á–§§','wp-content/plugins/woocommerce/assets/images/icons/credit-cards/laser.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¤2f¯ì6ãg™Õ)B','€8QjÝ®V\'ñ4—…â°‹¯áÌŽÅn\0åb(ÎŒ³','',0,'?'),('§×@f	¸¸iz3}Ã-Èy','wp-content/plugins/woocommerce/assets/images/icons/credit-cards/maestro.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':òÐýJ^×{:ð*pPR\"','k¸RTP€	B™?ÏTÅ£ d=çì\'5Ýõ¶Zi','',0,'?'),('¡~3ÿ‚OKxhàû|	','wp-content/plugins/woocommerce/assets/images/icons/credit-cards/maestro.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','½\Z}æÔ†˜,äY?k<ù¯','	àµûÜt£ù38¶31¤>Yé–ßÇ#»˜ŠvB•=™Ð','',0,'?'),('#cÖÜ4©ÿøm\"CþK','wp-content/plugins/woocommerce/assets/images/icons/credit-cards/mastercard.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ùØ+hkïêÜ7xÿ·','¨»¡™Ê\0Ê,èc#´u4“ösJrùžsÏÍÕ”9','',0,'?'),('ÐIÛÇ-gfÜEÝ‡0Ãm','wp-content/plugins/woocommerce/assets/images/icons/credit-cards/mastercard.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3óÕÉÞc×´Ñ•ª)d‡','(Ò\0\0‡À.k¨ß¦Ì0w/Ü:Ã‡º 9Nž_ q','',0,'?'),('Õ·ë5ÚCÍÖE/.ŸQ','wp-content/plugins/woocommerce/assets/images/icons/credit-cards/visa.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~ÿÌSY¦¢½\'–°Ãƒ','Ž:q5J®wíoÌÄ>‰T–F+7æç7âî\Z58ìY','',0,'?'),('Œ‡ëAÿu¤´\\é¦AU™','wp-content/plugins/woocommerce/assets/images/icons/credit-cards/visa.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','yƒ¶ëWkðM»…6½ÊÞz','W!æQÿ>nÎ£x!È_\r÷¶ëû¶‰ÍøÍØ;¸Fýì','',0,'?'),('Ü¶Oä;hTI¥œ™ÒØ','wp-content/plugins/woocommerce/assets/images/icons/edit.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ŒÉâfje³‹ÜxwÅtU',' A.|wÝ™Û†ßœþ4UBµv>Ž„÷*\Z#Ý€','',0,'?'),('ov¸Ü?ÉÏò—)™ª!Áy','wp-content/plugins/woocommerce/assets/images/icons/loader.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r7c)[ÆÐÒw´ñ^Ñ','BÊeõ vO+ÒÉå‰î» \Z*e–Ò¿ Wü3~ÒâËí','',0,'?'),('Ê-çí=µCòqêŽn7{¬','wp-content/plugins/woocommerce/assets/images/jetpack_horizontal_logo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','®PAú½\nüAËÉ­²¥','0‚cšp;#ÆÂb¶‘´F{»„¶/«ÔÆy¨Hùa','',0,'?'),('úÑ—6ýbe¾PÞGÌW43','wp-content/plugins/woocommerce/assets/images/jetpack_vertical_logo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','®Ðn!®8\rÿ3ÔÃÒs','û‹…ÿ±¬½ê€zîà›´AÎ2ø´é-,Þ1\ZÔ4®\0','',0,'?'),(' µôí\\Ó±Ó?	Ë¹¾ç','wp-content/plugins/woocommerce/assets/images/klarna-black.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','“²Zì%Œ·i°R$uÐ:•','\\8]%£ÁÆµòö¬‹*/>¾TlkÐãÎŸJ=Š','',0,'?'),('{|³´8‰S}ì¦bAB','wp-content/plugins/woocommerce/assets/images/obw-facebook-icon.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','õ†6¦¦0n\"öÏ%Ó©Ú','_ÙýèI*¤1Lï·Þ5ú\"Åñ+áÁzfnÄ-VLß','',0,'?'),('ÖípBëƒaÙw(		\'ƒ¡','wp-content/plugins/woocommerce/assets/images/obw-mailchimp-icon.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¸dÿ}ì\0bBš.ŸA','ˆ&¸Xþ:k8a©gñ€=¨(áÐ¹ë7™ÜŽ~7t5>±','',0,'?'),('¿Ëß \rÜBh{ó<Bñ','wp-content/plugins/woocommerce/assets/images/obw-shipstation-icon.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"_É°‹#¼þYŒígøc','H¬dNÕî:ÕeÜïóãÍl°ÂÓSˆ3¦]ëù»','',0,'?'),('l¤’¹£özÉ\nDc¦ÞÂ','wp-content/plugins/woocommerce/assets/images/obw-storefront-icon.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÅÀ«#®W|„0ƒLB','Xc³DŒfþàÛ>HBÊV!¡\\å ±Ÿ€Éè\"â\'-','',0,'?'),('a:ðKü	Á™&ÞÆ˜/U','wp-content/plugins/woocommerce/assets/images/obw-taxes-icon.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ËQA^èÁ\0OW!ú¿R“ä','ÓõZQzoc#1¤šÄb Æw.I©.þJkðù7\nx','',0,'?'),('i\rB¯;bŸ™âìµ\"îK5','wp-content/plugins/woocommerce/assets/images/obw-woocommerce-admin-icon.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÝBuSþ–ñG¸ÔŠ?óÃ','0Änµe³!è>Ñå#èæpÑí™^JE3”Ù','',0,'?'),('üœ—%³‡Ü¼y2a‡ê+µÆ','wp-content/plugins/woocommerce/assets/images/obw-woocommerce-services-icon.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¨Áu°Ö`³{Õ?ÕÍ§J‰','½9w®Ð pØK)©õ¯`®$Å Å?h`Býël>','',0,'?'),('³b’­\\Â5ÔÕ·E.™¯:','wp-content/plugins/woocommerce/assets/images/payfast.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y²ˆ¸ŒÂLùÛs3Kç6	','Š\r^3Çß	Š&{zy J–k+Vz¾	Tæl\"','',0,'?'),('ù1o;Uåwž~­ñÐ)&k-','wp-content/plugins/woocommerce/assets/images/paypal-braintree.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‘cí/“…$¦gKÿK\\ä¯','ô¡XBìì€½¥?ÆqÊ)cÑÜö«ÀæSxbv%','',0,'?'),('¼ŽO]ä&ýjO}¢Ÿ@›','wp-content/plugins/woocommerce/assets/images/paypal.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','óftqg`¡ƒÑr²W†êA','ÐþûJŸÇ8UëÕß¾…{ëßÒ½E,ÉýG\'Þ§´','',0,'?'),('÷mr8òª3‹®3}ò‚W','wp-content/plugins/woocommerce/assets/images/placeholder-attachment.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ˆ…Ÿ%d‹±©³î9^mÞd','ÒçEvïp¾‡««(ìƒbŒÖŒ\\/O¾\rÂEr0ÿ&','',0,'?'),('×|Âô½SöRu®[\nÎ','wp-content/plugins/woocommerce/assets/images/placeholder.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','iÎsÝy}Kÿáõ††šØ','M\ZLdûÉ“èqÒg(rØ4ƒUÑs«®.ø­Ã','',0,'?'),('Xq@W¹$)5ÿÇ»Z[2Ó¸','wp-content/plugins/woocommerce/assets/images/select2-spinner.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','®ä€\0nwb†&‡òG=¼','*XO£æuÔŸ\'®X›.¿…+VúV¡Ø®OÛ`ƒºƒ','',0,'?'),('ÛgáË‘\0|—Õ7D½®ºìd','wp-content/plugins/woocommerce/assets/images/select2.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-E1ƒ3ÄwFûqì','r°OÑ	C_9³Ú ¢MÏ£4Tr‹w^¶BŠLü#¬—','',0,'?'),('§•¬Œ¹è‹OiuD}j^','wp-content/plugins/woocommerce/assets/images/select2x2.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','zÚŒêÒI”EÎl@deX4z','§ (»iÎœÁ`Ò-ÇºÑ©a„ê\'ß$ß]Ý‘\r/qrz ','',0,'?'),('µzàÝ;ô)-á\\hÈÍ\nrI','wp-content/plugins/woocommerce/assets/images/square-black.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','þƒÔ0æO“\nî~','jfoÕÃh)þt^Íî^7fáu,4w3Á¹­K÷ð','',0,'?'),('ØÇêµÌ_nZW3Ñ%HO','wp-content/plugins/woocommerce/assets/images/storefront-bg.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ãéÓ‰û/ç½NÑN&½hÕ','É’Ÿ@×._ëèòe³» —]CŠ1¯Ü «ö‘IÑ','',0,'?'),('Éàm&üD6™XjeYÊ','wp-content/plugins/woocommerce/assets/images/storefront-intro.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' rB°kß0üÀ¾«ûo-N','£ S.ë8ßÚ4m]¢Q>uùÐý…üe7†	éHÆoS','',0,'?'),('Œ5q°ïÎ$Š¡P¦ûê','wp-content/plugins/woocommerce/assets/images/storefront.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ûþ’OžOÖYr­Ùe…ÙZ¶','¶Àu;n\0²Í½òˆ)ìFvúÚ¹³ŽšÓx6)mÚô‹Eî','',0,'?'),('­åDêv‹ZSðõÇ$b¦','wp-content/plugins/woocommerce/assets/images/stripe.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','é^Ù‚Ïs8¬Bô,Æò?i','½i2<óMh—ëJFûO7Vÿ°óÙŒà””Ò™îP=','',0,'?'),('(Õ¨\"š’©AjÉÃ\nªÐœ','wp-content/plugins/woocommerce/assets/images/wcs-canada-post-logo.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8{µ<6 L£â(\'««…','›Ú¤vw;\"Ê½¿`Ór\rOÜ8ª_EÅò¾˜¸ÄœN','',0,'?'),('p°âÚ}jÄ.‚4£O','wp-content/plugins/woocommerce/assets/images/wcs-extensions-banner-3x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ð‰LŽÓâóá3f`ª™íø#','Ñ)7ÿÉâ¤9l>¦\\ŸçÊ5—ŽÀšk_B4ÍÞ','',0,'?'),('§‹Ëîê3y$ïöVÅ4N','wp-content/plugins/woocommerce/assets/images/wcs-notice.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n¬A`þ<G¦Ô0N_W','ŸrRó/±N-Ø/QÎü(\"‘!žÊ{¼LìàTIÚ','',0,'?'),('UÎ†A#««¼Ð‹Á„jÿ¿','wp-content/plugins/woocommerce/assets/images/wcs-truck-banner-3x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ýJÿ	Ç¥¼Vcl´ˆ™É|h','¡-q„\\æá»ÍŸ\\~T_2û\'‚N++Ój=ÓÖ','',0,'?'),('ÿiÒ{¡Ù‡áüZ]ù8€\"','wp-content/plugins/woocommerce/assets/images/wcs-usps-logo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ôº2Ÿ=ÙUTŸTT2ò – ','O(Ï¤=>ïfFÒçm9@G$«YG†]¼L¦w5x@²+','',0,'?'),('Ë6=\Z-»P´Cd’\rê','wp-content/plugins/woocommerce/assets/images/woocommerce_logo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^—3«©r„¤ƒ§ÕIƒH','”=lkýxOÁvC!$·1õuÛ9a\0Í uŽ¢Ë8\Z','',0,'?'),('/’¦^µZò:sæ˜ùÂŽ','wp-content/plugins/woocommerce/assets/images/woocommerce_logo.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~QÊÛ7jañ¥M‹ºqý','/{oHv¢°IuR§¼í½‚6æ/Ñ¦*³£¥Ì\'ÛG…','',0,'?'),('6¬\rö\rûÑ7éFí†òà','wp-content/plugins/woocommerce/assets/images/wpspin-2x.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}õºÌõùƒëÓ†ˆ{C','µT©-áC1Îl•»çÅÜÈê>dD©îIÛiCçk','',0,'?'),('1B¸â?Á«›§R9U9ð','wp-content/plugins/woocommerce/assets/images/wpspin.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','á±ä%j¢->\Z¢Q÷ƒ¾”','»\r\r¿]%\Z[…˜¹d–È#6ùàù`¡Ð]:FZ','',0,'?'),('÷ÁÎæßÛ”å$','wp-content/plugins/woocommerce/assets/js/accounting/accounting.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>~ò‡z»)ÔÿËÑB7ú','Š®9QJò;„vñ¬gˆ1ièEý·È\0@ÜKÎO','',0,'?'),('ðéXº~ò<à‡Òv¯ •A','wp-content/plugins/woocommerce/assets/js/accounting/accounting.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','rƒyÿÎþ%‹bõŽàPU','¢ÇžÓ€Óù·ÅðO¢d¥;]ò >oWg·Éµ','',0,'?'),('ÙÕ{/¨:pÔ+€åÁšj;','wp-content/plugins/woocommerce/assets/js/admin/api-keys.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ïš/VÔ{\r\\øÇ}x','FßCÑT;/‚‹;ù {O?Žs·,.®sL+62¼VÊè','',0,'?'),('¾ù|y™iW¡§5‹¦*’','wp-content/plugins/woocommerce/assets/js/admin/api-keys.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','«!™\\ºëÆ Ý5GL¼ÔH','áÓ5: —š­ß©Ù6ÔØ§!éUAµ‘ëc_Ç‡éƒ,ç','',0,'?'),('f:%5,™‰Àn™;D¨¥Þ\Z','wp-content/plugins/woocommerce/assets/js/admin/backbone-modal.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','•þ7Š¶Ü‹Ïéš§ò“þa','Ž¨[¡Q3~ðQc_¦áÚå>Ná\Z¨<]÷','',0,'?'),('t¯È5±]¬Ã¶Ð±','wp-content/plugins/woocommerce/assets/js/admin/backbone-modal.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':\n^¯PÐDÄß¯¿áŠÅ','ã²ô(ºÓãºd†÷‘³ñ^\rš|p:³>&õˆ\ZÀ?','',0,'?'),('={D“†ÝvM×è¯è','wp-content/plugins/woocommerce/assets/js/admin/marketplace-suggestions.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ô7œ‡Y˜œA;ó','F¦[Ú×‡r‡u+Ü©x\Z –Y9óô¦…À','',0,'?'),('Ë[.hÂ¬æ–[¸\\Mˆ\"´','wp-content/plugins/woocommerce/assets/js/admin/marketplace-suggestions.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','pÉF²b¦NY¼EñœÃ','PR$Á—ìR=NÂ’ÛHNýÚ€[?©L”e…<*¢`','',0,'?'),('ÁëöºágóVœ7Q®t¸ry','wp-content/plugins/woocommerce/assets/js/admin/meta-boxes-coupon.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','”š|òH¥¸}uTDÏnN#','‘ÜPšmÎKRq7ÄèºUA<j°eüÖ‰›¢!$Øv','',0,'?'),('ÀTâä%Á|Ow#e?','wp-content/plugins/woocommerce/assets/js/admin/meta-boxes-coupon.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','»äuw$nØq1–ÖIvÑ¬0','dÄ¶=®MÕGûá3¼Æ¶pqÇT7‡kg‡½æ­u','',0,'?'),('j¿H®ìNw#=`éÂ','wp-content/plugins/woocommerce/assets/js/admin/meta-boxes-order.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','à;–½³-~¤ŠD@¸F','®@«usA¾ŸÊöüêyŸ|!oA±X­Å>ŒÛI-','',0,'?'),('ÈyN¨Og¦F-Ø\Zg\nC','wp-content/plugins/woocommerce/assets/js/admin/meta-boxes-order.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¥Yf>Îk“¼ÏzU{çY','!Œ^Ìó#¢b­GbûZdÒxª7\ZÊ0æ”T‚?4','',0,'?'),('úw˜ÖY¥»B«ŒqMã','wp-content/plugins/woocommerce/assets/js/admin/meta-boxes-product-variation.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q‹ë*ãˆu—ÃK=g¥°','æVùŒ•”šà£8aÂq0°K­xrýd>iî^* k¦','',0,'?'),('¼w¢ÑOûAÄ5k_u©Ã','wp-content/plugins/woocommerce/assets/js/admin/meta-boxes-product-variation.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ç‰¸DW©û3uV!|–á','áëþOõýn?3á|iÔÉª\0/sLê0¼)À\'','',0,'?'),('_È6Çâò‹ÅüE™3`ô','wp-content/plugins/woocommerce/assets/js/admin/meta-boxes-product.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ä‰Tï\r‘Ã+í` |Ô?Æ','À–·ôÏÇÖ“»•WT¼Y¸lÉBPÌƒ7EÏ©L\n','',0,'?'),('öëuæ“-JŒÈ&ñ8Kî','wp-content/plugins/woocommerce/assets/js/admin/meta-boxes-product.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R¢‚b\Zë÷ò…¥\\n','¢ÎšV˜¶ö\\ Þ±u³‹aÔ)v›Z[é•ö©Ît†^{','',0,'?'),('!eÑŽÂ}\\þw8eä²@','wp-content/plugins/woocommerce/assets/js/admin/meta-boxes.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','³|w¼Æ·«6 «»­xR~ü','U$Ly±Íõ@›WÝN:–%ÁEéëzŠïlÞÍèú©èè','',0,'?'),('[Á4Þpgã¯C%*±o÷','wp-content/plugins/woocommerce/assets/js/admin/meta-boxes.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*£qsxå8òº*µÓ','~„Žž¿ëéTçƒñéÕÆ]iüœÄ=Œ$','',0,'?'),('dòš’ÂÃË9’ L&','wp-content/plugins/woocommerce/assets/js/admin/network-orders.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Æ\r˜ãŠãô`¤T\nQlä','ÝT—Ú´¼¦:Ó¿Æôò®z+{¶ñ®7³Ô¶‹äÛOÓu','',0,'?'),(';Ôw‘À–äQ“Wà','wp-content/plugins/woocommerce/assets/js/admin/network-orders.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ƒ9øð5@=9t‡Ð‡óå','zÙ6‡¬gŠ°»zÁ	#¬îàªÓõÒdG®åÞbªöæ','',0,'?'),('~4Æ9è×o’?Žë€SÛ','wp-content/plugins/woocommerce/assets/js/admin/product-ordering.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ãræ\ZŸ‘Q¬×Þ_t^îî“','–—v3Ìµ•³TÌµrE0\"á#3¥Eq!EWÞH!QÕ','',0,'?'),('«}Ñe‹‚ðý¿Á›$¢³F','wp-content/plugins/woocommerce/assets/js/admin/product-ordering.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¡ëº¤ $w¤ac­é5ÂC','\nÚ\"\"ùüŽ z8iãQ²¯Ë:}œFcµm¤€€EI-ó','',0,'?'),('¼?~R×˜nB»ƒš6\\Ë','wp-content/plugins/woocommerce/assets/js/admin/quick-edit.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Õ)uê…ðÊ´	x×f.±Û','Q¡.ÇÃµ¼Ýz;÷é`SæeÁýrÄâïØyž6','',0,'?'),('€‹69Hÿ_A*‘@\'A8','wp-content/plugins/woocommerce/assets/js/admin/quick-edit.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','­\'+ð¥wyE_·','	ÍÌæ]·¦úãzË°ƒ1•nUDwwKrKòÙ\r','',0,'?'),('úa<*ít—¼ûÒfEó4ù','wp-content/plugins/woocommerce/assets/js/admin/reports.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','äÔ·èö	Ø¾Ûºoe(=Aô','­ßvÕ^C\\/«¸ßÛg?+ÊêI6‡vðü÷Bì','',0,'?'),('Sû¯Ù|¥á„d]¢206','wp-content/plugins/woocommerce/assets/js/admin/reports.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÊÛ~u‰úú‹ÁÓ«	œi\\','û¥ÆÙ½åÏØŸ1uìžãº@Ú\0ñœý/»kýyZ6¡\\','',0,'?'),('™¼Ö‹ n(Eèplî£º¿','wp-content/plugins/woocommerce/assets/js/admin/settings-views-html-settings-tax.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','QytéôñÁ	“Tû˜¥è','/7gä°<Dc {P¸#qi”Åô@t+Wš½&÷ÎÕ\r±','',0,'?'),('†°PÜ±«÷Ô„?³)qœ','wp-content/plugins/woocommerce/assets/js/admin/settings-views-html-settings-tax.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F[S×ï{hO80ÔØ»','Ò”BóI&vÔÒ<º÷_kÎŠËcTŒÆ×wì€','',0,'?'),('Øš÷ðAÛÎÒ\rïàZÊ','wp-content/plugins/woocommerce/assets/js/admin/settings.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3‰„öÏf-•y_\nmÞc_','Š™c’ÚÚFÛ‚þvpdlˆe‘â×Ï™™˜Œ½ß','',0,'?'),('èÄ$-˜ÿhêªr¢3KÜ','wp-content/plugins/woocommerce/assets/js/admin/settings.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Uñµ@ûd)NX®n^Â¼','ø |M%2¼ËN¨Úù#¸`¼±Î\'BIÆ3›|9','',0,'?'),('‰wçllÕÇÊÓà‰Lï#h‡','wp-content/plugins/woocommerce/assets/js/admin/system-status.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¾û Í¢óñë€o=‡8	','ØýdÀÀÕëµ¯‘“g9ÃZP‡?÷p,X·W÷','',0,'?'),('ø™E”ƒª;9ÙƒÜôâb†','wp-content/plugins/woocommerce/assets/js/admin/system-status.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z\rò¸T	\'©yq®¿dVL','§;Ïj‘òq>¦’¨»àÍ»ñûSžª’\n_|ðIE','',0,'?'),('CƒðŸXC&&*îØ[‹*N‰','wp-content/plugins/woocommerce/assets/js/admin/term-ordering.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ëu³ Ô¤ŽQGÿ#Ÿè','2wðäÚ¥ÕQÙÑáÎ—SÌ,#|‹~-„Ušƒ9E','',0,'?'),('©ÿ>Ní™Ô5aˆr¥,ä','wp-content/plugins/woocommerce/assets/js/admin/term-ordering.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0`\nw5·™\0\ZÅ\Z+W}','ê2RíÒgW ÔÕNzÚ00b\"	IÔX!—+|²¬Ã','',0,'?'),('øØ\"ó+JÎËÁÿ9‘u¼ô','wp-content/plugins/woocommerce/assets/js/admin/users.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0A°_å–Û$d· ž;pÏ\\','*‰G<FÄ\"N)#;\'“×	Jk¥Ò–IB2–ûiæ*','',0,'?'),('·É*7bÊáÌ1qîÖ’‘’)','wp-content/plugins/woocommerce/assets/js/admin/users.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','MµùCä7Z2|é||XKßŽ','¿¿´ë¦¼ÍÆYÓ*Yöú0 ÖÞ7jst—‘½ ','',0,'?'),('ð>#\"åFTûÍ!££','wp-content/plugins/woocommerce/assets/js/admin/wc-clipboard.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','õ‘œ²Ö²\01Ý’hˆÑ{„','Ë(0×UÎ¼FOQnÉúÙŒpª8ÈûóúAÙ·Ú¤Ø','',0,'?'),('gx\"ƒ×²O*ßAÏRÇm','wp-content/plugins/woocommerce/assets/js/admin/wc-clipboard.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','qRŽ^Ä\ZXcB%Â+Èk','n„```É¸<YûnÇ¾Š#ÙF¡B%²oŠÈ¡®;)ö','',0,'?'),('“â1/‰m#aâ]c8ÃÒ','wp-content/plugins/woocommerce/assets/js/admin/wc-enhanced-select.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5l´ÌÛš\rlTz–gÞÒ‹','í]£å_9‘z6!=&H±ÇšÕ›Ž\"*$. ´ÛZ‰','',0,'?'),('Éy$yO[üNÀÓLyÿÐ','wp-content/plugins/woocommerce/assets/js/admin/wc-enhanced-select.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T¤Su‰	|£ŠjæÇõSš','q­Ý=ˆ”IEèÙ#Áj*š^òxià¾Nâ','',0,'?'),('Ž{¨ÔÿoÕß˜à¥','wp-content/plugins/woocommerce/assets/js/admin/wc-orders.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^9&½ØNyc’$.Ž[Æÿ','anåòØM?ã¼ñ&Vœ–=Ù¼;f‡Eîú—<âñ','',0,'?'),('kJÏLç¿ã«ÔÏ´4','wp-content/plugins/woocommerce/assets/js/admin/wc-orders.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ˆ‘_É	@²DSƒ¢)Ê','zŠ#p:×¹$¥Ù.†fèçGãó¯«PÝ—\rØ1O`e','',0,'?'),('8q³CÙùÔ´@žAÜ°G=','wp-content/plugins/woocommerce/assets/js/admin/wc-product-export.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5d	‚ÇÜ*¿HbFç','óTÛDZrm°Ã…§¯O6ß;³×knhæ9kŒ²','',0,'?'),('ÑÒž°/G^ÈX0µ #Ñu','wp-content/plugins/woocommerce/assets/js/admin/wc-product-export.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','tÞ‡9å)Üó€ªáX–vË','Ñx@àõˆþ=GêzÈÌøØJ+ZFñ^}.h¼<„','',0,'?'),('²n§›1OéFÚKÐGBb','wp-content/plugins/woocommerce/assets/js/admin/wc-product-import.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`ù´E9\"ï“\ZdÄ”y¦Æ',' \0j€ÑûlªW¤¸Ä’oH1ôØ#rÝ0¨oO[_ê','',0,'?'),('€=I8,.9÷½‘ÿ%ºÝ','wp-content/plugins/woocommerce/assets/js/admin/wc-product-import.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5ù©™ÿ\"5Ëê¢ŽÀ†S#','­=±9	,ÇíZOº\Z¯}HbgHÄOØÍäìÜ6“t','',0,'?'),('øC½¦A_ºÙ¨™~','wp-content/plugins/woocommerce/assets/js/admin/wc-setup.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j¿À‹hç>žq_±Ø\'','_Ÿ&êÞžÀ\nƒŠ¡žU|8{RßK&hK»Æ','',0,'?'),('R­ð\"p5çði”\row[6¿','wp-content/plugins/woocommerce/assets/js/admin/wc-setup.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','vë~þhOë²yÍ¸ä','GæÓZÁ§qßB´[¶OÔ-€ˆ„¿:dêMÝé\0\\é~›o','',0,'?'),('!BûDØ¯³Ê®QŠ¥ñ','wp-content/plugins/woocommerce/assets/js/admin/wc-shipping-classes.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','* ÿQW9Ôk»®“<‚E','Vçûù þ˜|Óa%®Èä¿4´/ô\'‰x—­F÷Ö?','',0,'?'),('³›±AáBw)•0:é;ô‰','wp-content/plugins/woocommerce/assets/js/admin/wc-shipping-classes.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','äÀP£ï‡G[·8_žÈ®','Ó÷/3V,3(\'¥I\\‘zü6c\\7BÍt~8z™','',0,'?'),('pÞ½ Á‹áó[ÄOê¢ÝýV','wp-content/plugins/woocommerce/assets/js/admin/wc-shipping-zone-methods.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÕÍˆ}/ü…3þãä[Ú‘I','X¢[¨åïZª“Í\\µ«*‡ä\0É-è³ÆNÄÁ¦Y×','',0,'?'),('i)*èÃ=±O6µq\nA\Z','wp-content/plugins/woocommerce/assets/js/admin/wc-shipping-zone-methods.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','µ¨Á.\nP€¿‘P','HŸH„ ï2:6@Hÿ“t&Ï°€GîbÎ\r<©V´Nëþ','',0,'?'),('kçx]¡:âmY»óÊ®	}','wp-content/plugins/woocommerce/assets/js/admin/wc-shipping-zones.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b‰TvG¯lÐÊÓlf','R~‡c[ÕIYça²-!Ÿ¸ÖüGŒWÄ\0Šˆ^J:\"','',0,'?'),('zÄ·Ú{º{Øp½/ah,O','wp-content/plugins/woocommerce/assets/js/admin/wc-shipping-zones.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3m_ì\"¸×aåè×lsQý','ûæ\"ŒÏ%-M\0ñ…ƒøJqQ©áìñLÀ*`_Ê5vŒîˆ','',0,'?'),('¶‘_Q([åTJXÙÑPa','wp-content/plugins/woocommerce/assets/js/admin/woocommerce_admin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','nÕ»ªme°pQ×‰W','3’¯“£²‡ZéŸ7¤a“ìÕ%îÃÍšrv!','',0,'?'),('?•I/íïUÖŒË¢3d€C¢','wp-content/plugins/woocommerce/assets/js/admin/woocommerce_admin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ï©ŸcIÄGÄÿ„Xkæ3','©Q¤N±7k mZƒ6\Z¸kù1TÞ|lN8ÿ³TA.Þ¨','',0,'?'),('Só¸~±2³1IyýÓò¹-ˆ','wp-content/plugins/woocommerce/assets/js/flexslider/jquery.flexslider.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','–~Ù³à2yû™‚Wh','E‡Ô^`t…ŽZˆÛýñ‹Ü0·/È&\"Ÿ5\r+¡tÚ3)1','',0,'?'),('µ…,yeñ¬v•]ÓNM×Ê','wp-content/plugins/woocommerce/assets/js/flexslider/jquery.flexslider.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':T>€Û Nm”\nSŒ','ê­,8q8Wj}>Yq\"Ušó}gÔBlé½=Û¹¦z','',0,'?'),('W?2.¨ŽÐÌö™¥W 3','wp-content/plugins/woocommerce/assets/js/frontend/add-payment-method.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ts£‚¥Cq³5M’\"™c~¹','ëµÁ­1yANþvø6g9Ú:ŠƒfÄàÙ¤í\\ )w7ÿ','',0,'?'),('Ä6ðékciÄOM','wp-content/plugins/woocommerce/assets/js/frontend/add-payment-method.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¢HšPMÃþMŠØ—¯^Æ','ØaPå–\r®Àæ&¯&´ê0ÃÈøÕh²h^ö±$rí','',0,'?'),('Rô&„ÕELö¼”]h¥¹+','wp-content/plugins/woocommerce/assets/js/frontend/add-to-cart-variation.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V=±éÍï¤üÏè¡¨½Þ','¤ôæ cF¸‹È˜!Fcàìçô§6tÑ-©Ü	z—…','',0,'?'),('öÒ–}hÒ‹Éa°¢(´ˆ…','wp-content/plugins/woocommerce/assets/js/frontend/add-to-cart-variation.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','IÈ\ZC	%êõûWÚüÖý','Uß*™-A`®ÚÅ…id€×§9c¯¾Ó¦#:U6','',0,'?'),('}›!rö¡,¨t.\rh»','wp-content/plugins/woocommerce/assets/js/frontend/add-to-cart.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\nÑæû-ÞZT&ª©G6',']w¨_45o¥ÛœÚg_§;ZÄ„YETïÛ¨','',0,'?'),('C_æ†8ë*c\Z2d`{Y','wp-content/plugins/woocommerce/assets/js/frontend/add-to-cart.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q‚kòˆ}«.‚¨§$\\d','Þerñ¨øÜ”ÎEFç8õ!®³«PL‚›xJçÃÚì','',0,'?'),('Ü;¾A¿ÍPÓZžày¯­À','wp-content/plugins/woocommerce/assets/js/frontend/address-i18n.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','pEtàO³pÜäÐDÄ–ºæv',' ÙAEsmÙ~ºÀØëtBŸJ/ÕHC×¼RþO¥ì','',0,'?'),('t_zå&œšÅUæ—œÅl\Z','wp-content/plugins/woocommerce/assets/js/frontend/address-i18n.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','zïö7,u²ö)Ž§cXõ','E:«„ß…?@~€–^ ]!yÍVÂ††³XòÈh	Î{…','',0,'?'),('˜L·2j¢>Ùa}W½Ô\"','wp-content/plugins/woocommerce/assets/js/frontend/cart-fragments.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P@!i·.Ê>¾','þ©Cæ`ÀµhjŒW;®S;Ådb1[@ÂðÛßôúu','',0,'?'),('ªd“Í’Ô×Þw–IéÀøoe','wp-content/plugins/woocommerce/assets/js/frontend/cart-fragments.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5ÉÏG†Õ\\Hæ³ÍóÈÞ','•ðý©1øÔÄìX’i˜m\n=ÏphÎÈ¯c&°5;u','',0,'?'),('(ÛUÔ{ÄÒòÁ(\\¿¿æ™','wp-content/plugins/woocommerce/assets/js/frontend/cart.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','××UEù¿!«z_\r)\r','°ºWvÇBxlªþ9ë´=o~Á.žNÓåcôê¼r','',0,'?'),('¶t Áµ—k·b…rÈ}××','wp-content/plugins/woocommerce/assets/js/frontend/cart.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÒU^›f¯ Ù¿\'×äœ	³a','\r¥dVéÑòOÔ’v!4­×ÎÔ@Â{R…‘ç+\"Ì\'“','',0,'?'),('¦NF¨mÉØtâ`$à…','wp-content/plugins/woocommerce/assets/js/frontend/checkout.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','µ&$ÒíLÃ½Ç;c«pU>','û0æž-¶àáÌ7£æ^«8P	acF$Ìr¨','',0,'?'),('_¨Žœø9ùçÇÕË‚Ô','wp-content/plugins/woocommerce/assets/js/frontend/checkout.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ú”AvSáÆÞÛ{ç£¾˜','Ö`î59n#Ri¬.Dˆ¬ND¤ S+;Aûd5Ö\0Ÿï','',0,'?'),('ÑÕvþA«]ÕˆL?°˜ˆp×','wp-content/plugins/woocommerce/assets/js/frontend/country-select.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','å†›NÅ¢Ÿ-ô<¬3ò','ûKz²ÕŽ/:…9Àñs—Gs÷š?°]]Lœµ£=øÒ','',0,'?'),('Xä€F2“Þ/\"ª¥Ñ=h','wp-content/plugins/woocommerce/assets/js/frontend/country-select.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ô€(èõ‹ˆ`C’à','¿ú›ûÞçZ2+ëx{Xv]©)ÿ4>½Õcçö|,k‚','',0,'?'),('.[È¯.éÂ*¡¿¹ù:h','wp-content/plugins/woocommerce/assets/js/frontend/credit-card-form.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','çÚ~w†«h›%\\§','Dõôð—~´	mL9l<þ;~ýbp9µFŠMçå£tVl‘','',0,'?'),('ÁGÕ…YyøÈ]—Õê^;','wp-content/plugins/woocommerce/assets/js/frontend/credit-card-form.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0)FP6ý=‘nL¼áë§1','¥ŒÌ“ÎÉOÓg’ÎÒy¸tD¼ˆ?alTÿQ}A‹û±‹K','',0,'?'),('Õé/>ò®ÁÝINÅáî','wp-content/plugins/woocommerce/assets/js/frontend/geolocation.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Á^¾¿\r¢›··ùÎSŒ','ßC\Zq´R\Z%zÇå«ÂO$Ð=Ø©Äê¯Õ¶È´„Ro','',0,'?'),('¦ôÝ.‚{zé¹®Y5àíî','wp-content/plugins/woocommerce/assets/js/frontend/geolocation.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','pŠ»Ã	!ƒ\ZbGFíÁ','ßOwÆÄðdLiZdDK#BœDÑ{Ui¹œ²Ú|î@9','',0,'?'),('ìèhu!’°ªÎùIU³ó','wp-content/plugins/woocommerce/assets/js/frontend/lost-password.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ø\0H®Y[Â_ÈÖÄùfž²œ','ªDžÝ·z{ç™.ò.šþ2	ý€´èÆËî€aåõ','',0,'?'),('×\"ÉÌƒtq)Õül@;Ì˜','wp-content/plugins/woocommerce/assets/js/frontend/lost-password.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J—xD‡Ù‘œàV”ø\n','X3Ýq©ë„0»ËÌËl7Pk[ ?ÓÕ3¦ï+§þ\Z','',0,'?'),('ÜÕ&LÒ¿wW¥Tn¯\n','wp-content/plugins/woocommerce/assets/js/frontend/password-strength-meter.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‹už!ç^Ê%Ô“÷:œ×\nÂ','W7ñk\Z¼$¨~úIù´~¥|\Z”(@³$gy%”WúW','',0,'?'),('ó…\r¿W\0¯ý64©XS','wp-content/plugins/woocommerce/assets/js/frontend/password-strength-meter.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','«ŠÞÍ1¡…tã;;º\n95','•+õ—¶ù å¾I3\\e×§†1¯’þcöŸ','',0,'?'),('ÿM\ZJœ°‘YÙºØ¾iÙ','wp-content/plugins/woocommerce/assets/js/frontend/price-slider.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÿ\\´rð[bAø®OR»Ú','ªR\rn˜ô°iãÞ½7LBÃ\n°8ÎmÀÆž¡\roOX','',0,'?'),('Çø‹ŸÚƒë··ânÒqF','wp-content/plugins/woocommerce/assets/js/frontend/price-slider.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Qº •Á„&•åÂUŽÁA\0','\'„îºøò`%‚Ê$ÿòXûâtcTjF˜ïÓÁ¹9','',0,'?'),('´eZx•ã\"&!Àtr‰”ï','wp-content/plugins/woocommerce/assets/js/frontend/single-product.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','FTo¼¨tPblæú‰RdP','ïqÑÙÿ>¬‚8\rë\\¥R;w÷Ò (ºà(m>TpÔ8Œ‘','',0,'?'),('4Jfæ«5C>ºÅšóR','wp-content/plugins/woocommerce/assets/js/frontend/single-product.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_§ÔÓ@{Øœ€—Fªµ\"','¹æœƒ½ß‘vvq€å°~\\Ã3*Më÷)¹O™ÞV','',0,'?'),('m\né©¶­W±XÉ×?','wp-content/plugins/woocommerce/assets/js/frontend/tokenization-form.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A²ÿåBAMIÎ%£_ß–','n+Ò…ð²ç@ß<!é`‰à,ÜäæˆÎ”¦¬Ùn','',0,'?'),('¦X·vCºŠ%Ùáh™\r','wp-content/plugins/woocommerce/assets/js/frontend/tokenization-form.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/-hžÂW1T´Gã(Ã7 ','ÏÝ™¥æõOVra‚½ãÆñÙ½×PB.3)Çìkn‡Œ','',0,'?'),('kg›ö\'Ñãžcáâ}§','wp-content/plugins/woocommerce/assets/js/frontend/woocommerce.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','áB¹•ãBú:Ï‘k°','§z§	IÝxÓN°˜êÝÂü¾ºO³TÀžUÀPxo\"¿','',0,'?'),('?^VßýÛ$k“ù`3öÑ','wp-content/plugins/woocommerce/assets/js/frontend/woocommerce.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b×LÚâ1>à1?µÕÛC’š','ûä×æ‘ÉóV\'n/yˆÌ0R	—¤pQï)Å:Ìgï#','',0,'?'),('TVh§]£ÆeX”hx¦','wp-content/plugins/woocommerce/assets/js/jquery-blockui/jquery.blockUI.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÊÓþ[šˆ04Fìâãb','›ù¥f?¤Oí=Š°·ê*íºc#/µ‡‚f)Ý¢ÃcÊ÷Þ','',0,'?'),('d‹E•jHU†<~\n>3±ZW','wp-content/plugins/woocommerce/assets/js/jquery-blockui/jquery.blockUI.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','²¾ilMþb{m\ru¥f','ãØZo?œÐ°f¶G?A5w‹ªœ·s7Ÿ/©Ü”','',0,'?'),('m×‚èíGÁ+Û|ìÍß–','wp-content/plugins/woocommerce/assets/js/jquery-cookie/jquery.cookie.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Áy/$PÊÓ=ãTMó·½','±=LÎÓ¯5Bž²ˆáJj0u_Ûa¥MÀºY‹`','',0,'?'),('€aaßˆÛ¬J}Ï\rP³Z','wp-content/plugins/woocommerce/assets/js/jquery-cookie/jquery.cookie.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','–¼?ç[cj®ZCÖ^b','eÒwþÃRõ8MŒšSŽ¿üˆK\n#ÁmÙòÁ–\\‹.Á—','',0,'?'),('Y²›j±ˆi€ïà›','wp-content/plugins/woocommerce/assets/js/jquery-flot/jquery.flot.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5ÚQÛþÕ./º:\nƒ,ÑÜ','	\'òŒËŽ­ê»žšo	(í:Vp<H­‹®t|Ž','',0,'?'),('±¶›¶â»·Ê÷É¡ãur€;','wp-content/plugins/woocommerce/assets/js/jquery-flot/jquery.flot.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','À@tÎŽ›}#‡ìéÂI','t•`Ú¡gA®)‡‹À¥d×[çó¢œÒˆ¸hTÆTøg!›','',0,'?'),('U$<ßV\nÐØâTqzÛÔx','wp-content/plugins/woocommerce/assets/js/jquery-flot/jquery.flot.pie.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','„žµè†z;5¹FdMßÉ¬¬','±|¯UæÔã¢­àF×4ø‹:aFµ])—üó­¹','',0,'?'),('&ƒ9%BHnúËíÉðë','wp-content/plugins/woocommerce/assets/js/jquery-flot/jquery.flot.pie.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','DxÏ0]ôÝNŸ{£','ë\ZÝ\n¿×ƒµs$ÉS_íî…À÷/õ@žO­­\\Ú','',0,'?'),(' 3i4¾â9“Bw²æ5','wp-content/plugins/woocommerce/assets/js/jquery-flot/jquery.flot.resize.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÛÐfæ¯DUŸªÛ$Ôå','ezN{Ÿ80N®oŸ±fLÍÝ%\n*‚*ýÀH/\ns`^','',0,'?'),('U­U‡C6Uh×{(´M‰|','wp-content/plugins/woocommerce/assets/js/jquery-flot/jquery.flot.resize.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÓÁ‹²IãGð1B<šÑ™É','¹‘(³†ë‚fÑ\"59¡þ_:Yº‘gE‡ç øÛ#^½¸','',0,'?'),('æ0r«*_•W±ë¸«Ì5m','wp-content/plugins/woocommerce/assets/js/jquery-flot/jquery.flot.stack.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5:Ç¡0‡-<Bû','Y]Aå›Sƒ!éœc££ÛØ-Á×ÏTNr™ÌŒ«ŸIÆš','',0,'?'),('†Qzc`JÅ{úR¾`\\','wp-content/plugins/woocommerce/assets/js/jquery-flot/jquery.flot.stack.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ñhsúë¹	©8JëDhÇ','&åRîyÇFƒ5¼àgX6§ûz“>ã­PW£ÌW^›','',0,'?'),('ž¯ë¶°D<îc,ómË2','wp-content/plugins/woocommerce/assets/js/jquery-flot/jquery.flot.time.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','WDùó«í¨—–5øz‰)I','$ÀÄ„Å@¼Š¡yUN£R^1gÊy÷´?QÒìL™-Ów','',0,'?'),('ßI‡µ¾ÅÇ=¥o%ç','wp-content/plugins/woocommerce/assets/js/jquery-flot/jquery.flot.time.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','lÂKº©ª	Žóù@Eu','þŠ{;ößçUk%«±êI‰=w«ïâeT•W\rwæ','',0,'?'),('\n“¾¸‰ü¤©ñ´EÚÌdé–','wp-content/plugins/woocommerce/assets/js/jquery-payment/jquery.payment.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ñ-6Å¼­´ƒ‘ŸCe©Ðú','Å3ßAB¸Dˆ„SD;|ÄMcg\0=ŸUv8Â9','',0,'?'),('ÁRX@ÏèWk÷zd{Ê+,','wp-content/plugins/woocommerce/assets/js/jquery-payment/jquery.payment.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	×zØùkRMs„i¹','2fÿaŽ<ÆT™×aåýTïÓ’M+5,¾]¼ G¼€õ','',0,'?'),('¶€•^nü[«¦Ôa–¼','wp-content/plugins/woocommerce/assets/js/jquery-qrcode/jquery.qrcode.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','rÿK»š˜Gé£jÞù´@','›q‚\0Ë+åävÎçh1epW‘^ëÊ…øÚ~amÎ','',0,'?'),('Ê•=†ä†fÄ2N¥3ø','wp-content/plugins/woocommerce/assets/js/jquery-qrcode/jquery.qrcode.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','™&ðíï4UhZ	á\ZVU','°sØó?}—èæýVy±fvP£ƒsC†²Â×ræŒÅ+fŠ','',0,'?'),('.nÜ(\rŒ­;à%æMJ','wp-content/plugins/woocommerce/assets/js/jquery-serializejson/jquery.serializejson.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t9ºO/î÷×®$´ç\r‘',' e¶z1)„ÁŠóóP,GItÒêYŒ$ø\'\'ÑO€ò‘ž©','',0,'?'),('¤É×{Î“äO#“”I','wp-content/plugins/woocommerce/assets/js/jquery-serializejson/jquery.serializejson.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S¯ÖØÈÏ+—\Z¸2V6Õ\'','¨€¸±5îÌtªY¢tÚ{®\nk…P¬04µ‹-¼.­R','',0,'?'),('hFšµÕ„¶çØ)ßiäh','wp-content/plugins/woocommerce/assets/js/jquery-tiptip/jquery.tipTip.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','eÅKÏ[–©u=¬tv3‹','ò°¢ºŠ/{fê³•¦ˆE\r{Q2S-¸CxãC/Nnœ','',0,'?'),('Z×_ôÃÂÌPf<7#¦™4Û','wp-content/plugins/woocommerce/assets/js/jquery-tiptip/jquery.tipTip.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','©±1IaK!æ™àíý*2ï','çì[–‹ù¾Ëâ¹_»Ì6^¶‰ç)ò©\náüzÁbé1','',0,'?'),('CáŸÉ\0l»ÂUêõs','wp-content/plugins/woocommerce/assets/js/jquery-ui-touch-punch/jquery-ui-touch-punch.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','YL£xŒýk¬bÒ‚K¬','$Ë°T •´Ý×WÕ‰ú{%(L¼µ±‚ØÎ¿è‚õ5','',0,'?'),('›kr84)z›nË°†›å‰','wp-content/plugins/woocommerce/assets/js/jquery-ui-touch-punch/jquery-ui-touch-punch.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','OT³Î2Ø7§,Åñ4‡ n','êÊËx®hÄÙ»©¹w;–˜qäRûíæö¦´ä','',0,'?'),('LyÒUNßÚu¡°@‹ï»µ¼','wp-content/plugins/woocommerce/assets/js/js-cookie/js.cookie.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','nž±õ:ûZí¯sœ†w8','ú_ÚV¢áôµ-šÑïùü§ÀÇ¦÷èÔH¿êXÈ˜>','',0,'?'),('Ë5îw&X~Ç	““ŒÇ–','wp-content/plugins/woocommerce/assets/js/js-cookie/js.cookie.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','”?n¹bÂ[Ùeàðå¢„üÐ','‡â6›~¥Ž®dR Q±g©c¹¶÷†^9¹iD','',0,'?'),('4æ± ‰\" ŒÃiŠ‹hÅ®','wp-content/plugins/woocommerce/assets/js/photoswipe/photoswipe-ui-default.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' úàíLd…íÏnÞxö','Fëú·ÞQMäý:oCú*ÇšíY7µºR6©üÊì–VŒ','',0,'?'),('?°\':<*g¯³ÈP‚uç','wp-content/plugins/woocommerce/assets/js/photoswipe/photoswipe-ui-default.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ðgðˆ5@±ÝÚ,šÑ±B`','*&ÉFÆ„SÙS°ÑÖYK	c˜’AI!“‚4uh&ÚM','',0,'?'),('“BÏ„~ww=/,èåE5~s','wp-content/plugins/woocommerce/assets/js/photoswipe/photoswipe.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B\n·úá²ÙtRhVÅ8m‰','Ö¹t\ny•hqÔÁöâ\n&ŸbDžæÈ\Z¶(X7x','',0,'?'),('>ÜAÿK3=R—(>:d)','wp-content/plugins/woocommerce/assets/js/photoswipe/photoswipe.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s…µR÷àÙyââþo2@','-¦æÀ0yíÆœí$V	VíV=€â3™Ì3ÐaP?*Ü®¾','',0,'?'),('ûC}0%iù‰p7•\Zå/?','wp-content/plugins/woocommerce/assets/js/prettyPhoto/jquery.prettyPhoto.init.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÏQý#†äÕNêŸìsáþ','Md	7‰ÄuÒÈ\ZÚ+iæÓÃdØåŠÏÂ*#','',0,'?'),('FàÛú,;×¼•Iä-v?˜','wp-content/plugins/woocommerce/assets/js/prettyPhoto/jquery.prettyPhoto.init.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ÿ«±¯è^œ Ä_‚²=','gd]Ï·p~œ5yf„hê7-Äµ›QT„¥âg§G','',0,'?'),('Ø•‚öìJ‹¢7aüù?Æ','wp-content/plugins/woocommerce/assets/js/prettyPhoto/jquery.prettyPhoto.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Áõç¿‚Ò%NCÏíË8cB','9Ý LxúíÃàŸÑOZi›“Ö×jµíW¨³$4','',0,'?'),('ÿ¯|ÙÛÚ“Mó–­¡9“','wp-content/plugins/woocommerce/assets/js/prettyPhoto/jquery.prettyPhoto.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','â3S2å=Øm³ûŸÂTW¯','öÎïÖ¥ÅtpÇ©¥¡àMÜ’2ÀÓ¥çÀò÷£Ä³ž','',0,'?'),('œ!!O³/¾\\„uÛ*b³®','wp-content/plugins/woocommerce/assets/js/round/round.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','býLðÅ¨ZHÙþ+·jÞ^','³1÷ùWû\'\nKØ]vY²ØÏ§Xü~ì\r»´`hWô@','',0,'?'),('XNí‡™Ôª¿–Ý4*Ü','wp-content/plugins/woocommerce/assets/js/round/round.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','FÓúþ÷ìÒ†{W“5','ÕàD;¿<_Ùó{qe*\rhÐˆóRä$?H½þc©ql','',0,'?'),('måª<ÙÛ ‘Q³qp@','wp-content/plugins/woocommerce/assets/js/select2/select2.full.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','©S#ËG`\0î×¢Rxmùc','šIä ;QYké^P“&~õ™ü¬ÓÙÉ®?©W¢Â','',0,'?'),('©â-Uqa\Z>ìcö¬€°','wp-content/plugins/woocommerce/assets/js/select2/select2.full.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ú`s`¼ÆR„¡—­£ÖT9','Ø¥¦øŒI%4Â¶0Äu™r€=T OëTE\0/§p\'','',0,'?'),('íY^üó°X÷ë³z¯S','wp-content/plugins/woocommerce/assets/js/select2/select2.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¸òmÖs<ÌbcË\'>‚«','ßšÏv+2*¨,Ÿ_išË\nzVíÄGÌV ÷³>Î','',0,'?'),('ò/—Gy9ÇšéxìX›','wp-content/plugins/woocommerce/assets/js/select2/select2.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','«§!P	ÒÑ0§¿ÅÃ\\Ç>','¦z·CdåÅw>Rß=™û Üt:dcKgK.XC]Ny','',0,'?'),('h|5\\Šô©˜|Ùõ±qÛ›Æ','wp-content/plugins/woocommerce/assets/js/selectWoo/selectWoo.full.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÆLFL\'SC1Å¢ŒÐ)Ø†','Øe®¸×Û8Ï¡H¥¼Ñð\rieÔIT	+®‡ž','',0,'?'),('yKEo¯e¹§HˆþeªÌQ‰','wp-content/plugins/woocommerce/assets/js/selectWoo/selectWoo.full.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¬¼n½¥‰!¾\'{Í“\Z','g¹Š(;PJ©J×”&ØãÔaz·\'6\'p@	aù‚','',0,'?'),('È¡H¤ò€(bŸea|\'›¥Š','wp-content/plugins/woocommerce/assets/js/selectWoo/selectWoo.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','uÀ7î_=\04zk¿e¸ì¹­','û1˜Õ/¦’/Ò	åÙ}Ä{ŸÖm­ìÿµ^×UŠ<{b','',0,'?'),(')R1+QM…æšezAN','wp-content/plugins/woocommerce/assets/js/selectWoo/selectWoo.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S(ûh~‡qÄõ7¾°r','?†JKžÈ{Í¦\rý§«Q„L`:Â\nç7¿bßØñ','',0,'?'),('kÒq‘\\ª7ßnüö˜2úG','wp-content/plugins/woocommerce/assets/js/stupidtable/stupidtable.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F5N‹ÖE?Vcu_Ø‚','ŽË!†üuš¦WäP@<ß‹šúó~„û—E³Vw[­Š8','',0,'?'),('ïÃ¶lyk!ÆÌ²ÎzhÄ','wp-content/plugins/woocommerce/assets/js/stupidtable/stupidtable.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H‘	|(7ŽS9âÎ','ƒZ’ƒè‡ÔóÜd`hþúºYò£/ºú=öpÚÚJmç','',0,'?'),('w›’àÙØ+Yâú\0–fâs”','wp-content/plugins/woocommerce/assets/js/zeroclipboard/ZeroClipboard.swf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‹\\{ˆþ7ã/ÓJpýö\0&','Úß@Dú‡7¨•N»•}0 	w\0»õïÒ}','',0,'?'),('Ûâ©„96(n´¦íL£˜;','wp-content/plugins/woocommerce/assets/js/zeroclipboard/jquery.zeroclipboard.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/¡¾,Zª\')˜h#»É&Ä','­ÙñÎ fªe±ëyC>vÛã¬ Ÿd³:7á ¶¨','',0,'?'),('ù–ê¡¬Ý!VL;A§u','wp-content/plugins/woocommerce/assets/js/zeroclipboard/jquery.zeroclipboard.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ó¦d®ø“È)\ZaªJ¶­+','8›®6ÂQiàÉ~6?+T!±ªcy[×$â±é}YW','',0,'?'),('êD\Z—¯lµ*ãëZqåàÄ','wp-content/plugins/woocommerce/assets/js/zoom/jquery.zoom.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.asöšæÅ×œ\"alá”ø','«ûa6»Š]èªÈ*ñ‹ÈÍR™Sà{êLññQÜcÌ','',0,'?'),('‡íñ¢¤ªÚ»ÔÕd—Z¯H','wp-content/plugins/woocommerce/assets/js/zoom/jquery.zoom.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','š»¨ˆÁkûr°.Fž','\rÄÊKÎT)(ÀäËàìðÀÍT¿ß	ïëVâ|ÀODug','',0,'?'),('¢É\0ô›»Ås]ç,Š=u','wp-content/plugins/woocommerce/i18n/continents.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Cï!Å;…¼ÜâQy','×£$¼U§!“kÄcU©Éõ.¬ÁFv¯Î¤ø‰§§þ','',0,'?'),('#Ð“ËËöü<wõ8c','wp-content/plugins/woocommerce/i18n/countries.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','£o×ÏAí€]»R[t…dç,','Ø¤»Úz\"b”\\÷Ýø¡jŽAt¡ô$Êð‰”–ä]','',0,'?'),('Ÿ\'ù2¼)÷Ñxù€Ç¼¾','wp-content/plugins/woocommerce/i18n/languages/woocommerce.pot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','©ï7=bÎ&oü×´‰®','Ú\'œIW_ª§uyÛˆå0 d^FQÕ^\'H½ç›£®Jój','',0,'?'),('„#mÇz€ð¼Ó×5ÿ€','wp-content/plugins/woocommerce/i18n/locale-info.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ë•!fÊ L™qý\ré4ZÓ','õÂüd[æ±%ÛLˆgýÛ´½›»¼Áœ7Žx)q#)ôŸ','',0,'?'),('`^Ã&ÿpäQq<L›Ï','wp-content/plugins/woocommerce/i18n/phone.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ºÿ”%ÄTu~ÑNÃ“›','¡é\r“\'ñ ïndä±ª—€Ž Ó:ËxY²fyu¡Ø~','',0,'?'),('wWÜ=ÄNÐ	ùÕs~ÿ>','wp-content/plugins/woocommerce/i18n/states/AO.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',¥Böf^æp\'[\\QWï','LB‰°âMÊ_–ÞIœ²\"¤ý);Yº6Ò(}C¨±','',0,'?'),('(Z>j‹åNlÖõ³ë9”','wp-content/plugins/woocommerce/i18n/states/AR.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Óàh+À¶ÎÇ¼ö³\"Ñý','?ðñ@\'6Ú°í—Sg¾‹±6Hš9ÁÇ§s«™6léî','',0,'?'),('¢4\Zºr\0}lqÔîÁØ\'…,','wp-content/plugins/woocommerce/i18n/states/AU.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','àóÇ\r¦êaí¤’,ÆÀ','¦ýZR„š1YRFÜVÚT	G46j»Ö\\ð','',0,'?'),('¨…éšßsâ9(©4','wp-content/plugins/woocommerce/i18n/states/BD.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','°ùÌÊ¾–š,}„þ	','¹Žj#&j=`4ñÄ{[Þ(UY@¦\'pZ4*¿Ê¿æÅ.','',0,'?'),('#­)m®ñ}±\\Z,Æ·Ÿ','wp-content/plugins/woocommerce/i18n/states/BG.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','±f†tÈmÔCO\\Òßü','†qPkúï’©ê0+ÍŸÝ7°‡Ö·1Qÿ›ðµÊ—/îŠà','',0,'?'),('ÀxG\r\r‘#òª¢Ó','wp-content/plugins/woocommerce/i18n/states/BO.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ò5ïJ£¶‘—¥ÍàÍàq','‘µeË³ÎðÏàË•œ§sf€6_wápö–!õ­yi@÷','',0,'?'),('SÏ5 0p_•…gÿ','wp-content/plugins/woocommerce/i18n/states/BR.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','²—cî‡º#	h5nÅu¶–','ì0qöÚ½^SµäpDÀ.Ž¸2…Vžþu*ƒÁYð—~\0','',0,'?'),('X´;Ô­º®0˜¯xˆ R','wp-content/plugins/woocommerce/i18n/states/CA.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‘¸ßÍÞ½Oô\\ò™©ÖÚ','\'g«2Í·eúGKüÇõfº’op@©Ò¯“|½\\G','',0,'?'),('vßÊèXé£]aiOç¶÷ž','wp-content/plugins/woocommerce/i18n/states/CH.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','›°\"»éy»?Z•ì\0Së','’Æ\'>ë‡ßaÕEPCÚÓ=\\ùC½NIÕ71ð†óPpŒ','',0,'?'),('“-4’\0AA‚ßNÏ^–\'','wp-content/plugins/woocommerce/i18n/states/CN.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ÿÿ°Bò\0zžŽ}K2','êƒ7•ú„nƒ•Iãšr¶j 9—uP»ƒªMb_{Ú/¿','',0,'?'),('ûf‰‰§ ¹ÿ‰Æüj¸Æì','wp-content/plugins/woocommerce/i18n/states/ES.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¥aQÞ<ªOðlVrçõ¹','Iö28J•ÏØ®¬Ízû©v,½x¨ÿ9yåñ\0ç—‘','',0,'?'),('È†àÑûw}ŒC qÜá','wp-content/plugins/woocommerce/i18n/states/GR.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','þÈÀ/vbáˆÃKµv§ÿ','x‡`ÏÉßE![%°Ý^†ðù.¨ÍÈÒsˆ/Ü~ªÊÐÕ','',0,'?'),('Ë1Xµ7ÒX‡0ïK^‰²Å','wp-content/plugins/woocommerce/i18n/states/HK.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$îÙwöÈF’:úNÅ—è+','úâdM§7<ÊVE‚w2Ð®k™ÿM&Ê','',0,'?'),('¬—1ZbµU ÁÈC$','wp-content/plugins/woocommerce/i18n/states/HU.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','VËiwÁµu×¦Kðš','ím¸`Õ?L„¶1pâ}Û‡`½vn÷õ“MÈ PRòô','',0,'?'),('(R\0HBð’wÃ¨:Û8','wp-content/plugins/woocommerce/i18n/states/ID.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','™°~±oË°‹Ýcc¡”','Âü¢µ¾#ƒ:a§µñ©{iÉ±hô‹©N”Ó-¼¾+','',0,'?'),('Lˆî<\rÒi{Å»’õOÂúz','wp-content/plugins/woocommerce/i18n/states/IE.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¶ò,Ù¹USÝCJ†$r¹,','§®‹Ä 0pnüú0r¬ÂÒs2†öÅH÷Þœ+¢Ó','',0,'?'),('ŠksÔ+0ª7a7ä„ p','wp-content/plugins/woocommerce/i18n/states/IN.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G¿ñdI¦ùÉºË”á-','b*ÅéšÈ±„šõ•o‰4ùVCgÌÿ<qž\\–R…)­','',0,'?'),('eW`ø%ÚµKåvS›õb','wp-content/plugins/woocommerce/i18n/states/IR.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/Ç‚…c}9Ï—ù†è8|','Êðie+5m”Óÿxï|ö…¶C€±òN\"ÈÿˆF•¤','',0,'?'),('ßgŸ›]ÂÒ¨[ÚÄâæ°','wp-content/plugins/woocommerce/i18n/states/IT.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‰®³52íåH×-I+','Ü~	¼!Pî1Œ³ÁhFsZ³‡‰Xó1î)ˆ@\"†','',0,'?'),('„ËB§Á/ÜHHLÅ°','wp-content/plugins/woocommerce/i18n/states/JP.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÖßN›Ä=×ÖHC%ðÅßŒ','£†¤µÿ/2[h2/ÍÌ§Ç‹4¿:t ¤ÛÞaó`€k','',0,'?'),('$¾Ø»qâi¹QË	é\00ì|','wp-content/plugins/woocommerce/i18n/states/LR.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¯(—½þiÍ&pà¼äº•','–—SöŒ\nÀÙÆØÔ :tÊÖPÇd\\¢¦S±ÑE¬(','',0,'?'),('úZÎ»Öš.3öV–Ðï','wp-content/plugins/woocommerce/i18n/states/MD.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2\r§\n×jG#^‘°M','à)¨‰ÜvŠ°›¿XxUv=ædÌËÀáã¥½oNûÄ7‡','',0,'?'),('æxÔ›:×™#-ðV¦`œ8','wp-content/plugins/woocommerce/i18n/states/MX.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¦½ëê¬¾šìïDÖXòÈ‚','\'É·äŒ€î†²/\r¯Ô\Zý¨&àÝ¦hŠ2^â±F8','',0,'?'),('ÏŠ;ççòð!üb945±ÚQ','wp-content/plugins/woocommerce/i18n/states/MY.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ß¸>×ù_Ø7E† xŒ·#','í‰8ÖA,&8&ÏÝ\rf.	¹r¨…°îºDÂN','',0,'?'),(',@Z \0û þjä¸ÔV“Ø','wp-content/plugins/woocommerce/i18n/states/NG.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b,\\ÕGÍúöþ¶K\rÙz','<Â:o*âIƒ‚„“™Ï=t—nƒxF-X{Ç[fŠõC','',0,'?'),('Û•ÄúÖˆQc@xÅž','wp-content/plugins/woocommerce/i18n/states/NP.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','KäN—À\n/ó´_åÿì','aµzþ\\êj:Ž\rq(ˆ:w$kÈ=L¿J3¾\'','',0,'?'),('Èfy\'~Ÿ¬4ÿ?9ÏfüŒ','wp-content/plugins/woocommerce/i18n/states/NZ.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¨Àþ¥/.ÅE„ëújº','°Ž0_#^{f´â±®Ý‚QîVïƒ#„I†‡‡…','',0,'?'),('øÜ½Ìkã½\'dþ¥brp','wp-content/plugins/woocommerce/i18n/states/PE.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ì‘B/ÕD8X^ºV¨–ó^','ÐI$CŽ…ìÑŽvwCbÌd)}½œ€Í©;§? ü]','',0,'?'),('8‡ºÊNýýœ—ÚqäñÃj','wp-content/plugins/woocommerce/i18n/states/PH.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D.³CrãÀN9Üëxv','ß4ž<ß‚pfµhƒ²»\r÷ûs«îWnoÈ^š¯¢N','',0,'?'),('P.¯{+&\0D;·ã;±','wp-content/plugins/woocommerce/i18n/states/PK.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ä7áz0-F—¿¡½–—Û','ÑI=¸±×H7›ïÊ=p™œøà¯rQ³5ï·Š\ZêHŒ','',0,'?'),('YÙ+]~QÏýa=›e/’Â','wp-content/plugins/woocommerce/i18n/states/PY.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%v£ob	&ñ¾PÚ™ì','\\mU”qçÒïî@O{ÅÜÄ÷«KP†”¤Ü¤<ä“ßSyÐ','',0,'?'),('\'µÂ|g\"Òc0?.È\nçÍ','wp-content/plugins/woocommerce/i18n/states/RO.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X/tØ[u\r‹#‹éÝ','I¡Q÷Ëª(ŠŒV£ÂJ7+h%—è•+e ûÅ±ÇÓóN©','',0,'?'),('!¿(\0Œ#Ë)2\Zv`¹A','wp-content/plugins/woocommerce/i18n/states/TH.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÚâjÑüPíé¯è¤Ö\"s,','ùyûÑl1ï”2_¹¹)B ùèFKò\rK(®º@`)','',0,'?'),('Ëƒ“¶Æ*ŸßÂË£+<hð','wp-content/plugins/woocommerce/i18n/states/TR.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~ÞŠO‚†eˆV PO´ö','À`ø(gîåEš{ih_½{êèŸ@rÛwî£','',0,'?'),('ƒÒòGÉç°™hdÚÀh','wp-content/plugins/woocommerce/i18n/states/TZ.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‚×2€ÞÚàB!·\\y‰[','ŠEæ©lå6)ý`N´\0öùmjËo?,ùåË˜+¯¹jE','',0,'?'),('©wè+Ó™/´b7\0Í¢J—','wp-content/plugins/woocommerce/i18n/states/UG.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Oîwžs6 ‹žhÍÏëV','OFý¼•pó–œä©¾:ø÷Ášö¹GúÏ`ôk:','',0,'?'),('\"šeÒsÃçÁz“§â7Í;','wp-content/plugins/woocommerce/i18n/states/UM.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ˆFy¤åÅë‘/‡Ø\nò','Í¬9ö¦¢É´å¹á[LL#[©€gÆ}ï_—-ã^','',0,'?'),(')²_ª7Ôo¾8¶­¨?{','wp-content/plugins/woocommerce/i18n/states/US.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"\n¹\0\"&íÔòÒ\rñÌ','÷QðÍ#…¶å™Ž¬K¾?j«|´dÜ]ßO4`D<œ—','',0,'?'),('S¼ä2|ä¦7ËŽè‚÷¨ú','wp-content/plugins/woocommerce/i18n/states/ZA.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ec×-àêÄM¸Œr\\‚','À®¤á½¹†zJqÙ*j ¢>I´Ž´…ó7‰Àç','',0,'?'),('l˜~iús«Ž©ª™m_û','wp-content/plugins/woocommerce/i18n/states.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','š]±ƒ\'\0Fnáâ¤8¯','ºD–lhè\Zø?\">\\´=zŽ¹_G7—Ôm0Ï ¦ºD†','',0,'?'),('ÌŒöûTäþ‹%õ•','wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-data.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','—™‹:J¬\Z›~Ëš','QÏ\nz½	ß>ðlªµøé<«L³¯u¶û\'¤NÏÁÁØY','',0,'?'),('l¸€_¥#ÔoÝ©D×÷','wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-deprecated-hooks.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','²ç™ãsHÏ¿´!Ýn‹t~ô','%àµãA2¥xÄ\rx]¥’IoBk…KÄ²9Œˆü•','',0,'?'),('u2½~ƒÜô|3ìÈ','wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-integration.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','WsÔõ~ÆAÀzTîÀ*R','\\óˆý”1•èJ,ÿž]nÐ^­„!»­&\'Œ`’ŸöKê2C','',0,'?'),('Fûüä€úÂ›pîb°u¾Ýy','wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-log-handler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','çÓZ’¶Ç5—SèšÐ´','èÝÜ^h%|µàœyr³4ÖÛÝã²ñò…—õ','',0,'?'),('»¢F‹\nŽ€gø]K','wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-object-query.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ûh¾¢%¤½m¯úB›ëæ','Ÿ0×ÓŠH½&[û³œþÎy®+NÿÑ°‚xbOn$â7E','',0,'?'),('83(2=X<4Ø\0Æbþ­','wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-order.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ë}±ª¹;Û‘¸ÑŽÖCó','l‹y0¦œº=½èù–˜1¢“»ù3h¥hví±9\"Ô:','',0,'?'),('“U1Ô˜ž‘wg½OYpž«A','wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-payment-gateway.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ù\'yÏFýðæa²â·Ð',' ¾ÿsúÖ+»ŽÊÁT.ûjÅŸLLõ’{ìUŒê','',0,'?'),('UfT¥^1àÓÜ\0ê=6”','wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-payment-token.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m.ü¶½óŒ\nL}³žZ!<','¸›»õ‚ð´ÍÅå€O´Ë‰p·¬¿YX‚EL3í','',0,'?'),('t¹Ö9.”ŸÖûq€iBåf¸','wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-privacy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','êšÀn×ênŽŒƒ5“râr','Ji›ˆÙÎ°¡¾qƒÕmî…}$4°ÎZp›àè×','',0,'?'),('eœÚ\ZµˆÏ§Ô\0©˜}y','wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-product.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','OØ½8 †§M(/ÕÊk','SÙk:{ß·Ð>=w¬ˆŒ\ZE#D’èG7Ð­g>¦<PÆ','',0,'?'),('ˆ$:SZÜ½©r2^ˆ','wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-session.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','XSÝÿ°í‹­ ,ë+S¾','¡fñV¹0×IK³/\"]Ú0uÉL3å§y¦ã\n','',0,'?'),('Î<žéùZ&ßu\0,EôŸ','wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-settings-api.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÒüÇSp$± kÄÕ³£Ô2','qÜ\'\\â(œNW–q?«^üa.‹‚ÚnÓ¼†ª','',0,'?'),('N§zÍè²š?Û†gkî','wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-shipping-method.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','åU-D]_ñ#*`´4$mÖ±','¤âl)Ù\"do\"sØräÌÑdØ»iÿÜìÉ×_Tt|','',0,'?'),('ý$is\ZíÝšÔ gÜ]5','wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-widget.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','MK…DÄ¨iÞþ\"¿ŒˆG­','1J_°…èx„õ>ìQD­ƒlb«ô;Ó¶\Zì€,©','',0,'?'),('¯¢ç‹?—ˆYkÃ…5y+','wp-content/plugins/woocommerce/includes/abstracts/class-wc-background-process.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1rÄ©Ò…:¬XIi¶/•®','¿dëÀ©°0©®šegš4R£¾ôÏ££¶.ygtKjý','',0,'?'),('+Àüµ^2¥ãˆs1¡\0Þæ','wp-content/plugins/woocommerce/includes/admin/class-wc-admin-addons.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¤¶eNP ²üËú¤î','(­ƒè©„QlQP\\\Z7=&+}Á1ÄŸõ¾€Î&¼b','',0,'?'),('w	¶Cs>ÔäçÍ’KÐ','wp-content/plugins/woocommerce/includes/admin/class-wc-admin-api-keys-table-list.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/©ße\'Bm;¸.Žp','8µ\"¦šÎlów(lo`f¿…4šÂ¨Ž3´Õ$@ŠE','',0,'?'),('0:šñë.T$	Gëa¨','wp-content/plugins/woocommerce/includes/admin/class-wc-admin-api-keys.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¦øcvÛQª	üegºCÉ','+d¤{[÷ZQÒOö0x‚‰î,þ š‚].ÀíJ­Nä`','',0,'?'),('-süùÖ-Qeîˆ74¹t','wp-content/plugins/woocommerce/includes/admin/class-wc-admin-assets.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','mÅnŒîi“Va‰®ÒÄ','ýû ×ùÂDvÎÖk!(v¡®ß\"6»ðLÏW&I¾ø`','',0,'?'),('T\\TØä¾=4 FÝDLÛPÃ','wp-content/plugins/woocommerce/includes/admin/class-wc-admin-attributes.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\ZÊ¦t \'Õ–ýGÿ','\Z‹¸.Ðï|üÉDXó‰YÕ9ê„&ò>±hd‡ã¶øÑ','',0,'?'),('òde\'åR:Zm k•','wp-content/plugins/woocommerce/includes/admin/class-wc-admin-customize.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ªK=¨”Qü»lç6m•d','vý|b—Eç\'˜.¶JßÊïËQËýÆ”Â.ÞçÖJ','',0,'?'),('¿‰c€Bçm)ÑcÔÐª‚\'','wp-content/plugins/woocommerce/includes/admin/class-wc-admin-dashboard.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ªy»}@v]È\n\\RG)ë','´ú=R/m§PÐ¤‹\n2ÀQlÖCÜ-üF†™à;º','',0,'?'),('ÓŽ=GKµ‹¤ò@Vá¸S','wp-content/plugins/woocommerce/includes/admin/class-wc-admin-duplicate-product.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','šÁ«Ô¸øŸ¤½ÜŒˆ','Y¹ÔŠ¬=Ýf.ŸÞ‰‰Óùcd†OEÓž×\\	\0hÕÖf','',0,'?'),('0vÞï÷Ô©¬9ÉõF´»ü','wp-content/plugins/woocommerce/includes/admin/class-wc-admin-exporters.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\nwÝøµÖU¯ÚLDÂ£-W','¢pî0ænœ‚l5gW˜Ÿô>·,‡;xëa)ÂÄŠ\r=','',0,'?'),('ö^ž>/¯ã±ŽJjBïì','wp-content/plugins/woocommerce/includes/admin/class-wc-admin-help.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ãï¶ºhŽý“;Í51Ó','gl[Ò=†\"Xæ·Ëo2¢ZÀ[¦ÿr[Ø$h|!3','',0,'?'),('EÖvíupÓTf9’òaàÀ:','wp-content/plugins/woocommerce/includes/admin/class-wc-admin-importers.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ëi\\†rÐXÔ°)Ó}Õ<','db4‚à?ÚC¸Xž»¯´XáßÅLÂYÓÂ0%¹#¾','',0,'?'),('Šþ*¥ljb% 5‹«º ','wp-content/plugins/woocommerce/includes/admin/class-wc-admin-log-table-list.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','êY5\"ti‹hæy”þ¿×',' Œ”B=L¼†|Tüí+É)b+›—\Z=HOÁ^Q¾x','',0,'?'),('ÙêiÑ§9$Ä¢ÙzÆ','wp-content/plugins/woocommerce/includes/admin/class-wc-admin-menus.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¸yÊr¹º¢›jq°	Ó','ùüˆ³Î>{ýÎrIÿ:ÈEEªÀuÕ&k®Î¯`E¾’Ç','',0,'?'),('$›+)JÁdŽ;Î\\Õ–ÐD','wp-content/plugins/woocommerce/includes/admin/class-wc-admin-meta-boxes.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','kîÂ_í\rÑ\\¤êI‚Ý¤é','*füc`\0RÅÁ™=“g½ÀHnXF??øÕ»7','',0,'?'),('êiôFÎh<Ž}Þ‹T','wp-content/plugins/woocommerce/includes/admin/class-wc-admin-notices.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','°Þ\">«±/8¼ÃÅ>ma','Ì\ZL`Áâ(=óx½6“±ü†F@7W\n7]èPš=,','',0,'?'),('>ç¾¨k±Œjr{¿‘è','wp-content/plugins/woocommerce/includes/admin/class-wc-admin-permalink-settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','à€¥°€XsmÅ2cuš*','ÂÄ=¸šíÀ.ì?<TêîBò[¾6Š» g6k\ZD­ÛM¬','',0,'?'),('GãC‹ßNq¸ÃŠ„E5}','wp-content/plugins/woocommerce/includes/admin/class-wc-admin-pointers.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0•y~w¿—W³ºÔUMs“s','\0O$ô{c]áÔ¦bìE%Q‚t[aµ¨CS™´¾\"¶ç','',0,'?'),('Pã5æþÙäV¬ÁŠ£bº','wp-content/plugins/woocommerce/includes/admin/class-wc-admin-post-types.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','„{Ñõ…û¡²”ß`1¬ð·','o^ªÃ™€*¹²ç\"ë÷p;«RJé§ðS¡5­¶À','',0,'?'),('xük!òÍ¯Y”…KzÁ	Às','wp-content/plugins/woocommerce/includes/admin/class-wc-admin-profile.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Mù¬L@ÎåðZ}¿ü¤¥•˜','Ÿù×ØàÈ¿ž—™wß]¥ÔÎ,‚DñúT¯À','',0,'?'),('Vz˜Ü«¡ôèû\r»·§','wp-content/plugins/woocommerce/includes/admin/class-wc-admin-reports.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6 £3è>^¯ÑeA´ØF\0','eoúšt’× Ôtw’ý?èéè­®\Z(\0{¹ð•Lç‘','',0,'?'),('øXBõœ”1MWÕw+','wp-content/plugins/woocommerce/includes/admin/class-wc-admin-settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','vÉÚê	ìÛF[â±‰…‹NY','m˜ˆCŒ˜§Û&sš,)ŒJÐÁ?–äs7o#&~e','',0,'?'),('zMêEù®,‘h½¡¯§HK','wp-content/plugins/woocommerce/includes/admin/class-wc-admin-setup-wizard.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ç™HDU€@ë•»C<8','™ç\'dó¥É^.þëpkP-ý9‹Mê7Œ0¹Ç“N/ÅÊ','',0,'?'),('N@ýÌÿŒú+C>“U','wp-content/plugins/woocommerce/includes/admin/class-wc-admin-status.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_i5¬c:<ííÍïb{á¬',':¥ÂB³\\R1d¾b&Ðª™hºÒèS <…Daª','',0,'?'),('G\'ÉÕð…ÝJ‡0\r|MK','wp-content/plugins/woocommerce/includes/admin/class-wc-admin-taxonomies.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','â]ë(zê!¢Å³iiFÐÄ','>évÒÓ‹ÍVRÅ“¯û”7Þi¢¿mW/CÒBM8ú','',0,'?'),('ßFI@OR}’täÆaédW','wp-content/plugins/woocommerce/includes/admin/class-wc-admin-webhooks-table-list.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÚÝ¬£6èWéÒ','e+gP5…ñþ”YIª,µ×a^O¢&¦åCEéœî','',0,'?'),('ÚNú2ŸˆÚ_]‚]ôßb>','wp-content/plugins/woocommerce/includes/admin/class-wc-admin-webhooks.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','”ñÑé¢ýšh{´•+þ«ó','Á+O•b+ËØÔfÉ_´ÍcšuU€\nôÒgë5#‰2I','',0,'?'),('irR’R)&˜8°»³¿K','wp-content/plugins/woocommerce/includes/admin/class-wc-admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7çŠ™wVŽrPß¡	\'=Ž','Ïö#«Ó½²®Š)²¬XsJŒÿtŽ){ÆShÅQß','',0,'?'),('(¬’~kžìˆáéŒpàÝG','wp-content/plugins/woocommerce/includes/admin/helper/class-wc-helper-api.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3çØ/>p½0PtDLù­©–','þ9Œº\n[³Fog<Žä…8u (cäÄ73•ö¾Š4','',0,'?'),('ô‚¦Ð½Õà\\ºFùt¿Ž','wp-content/plugins/woocommerce/includes/admin/helper/class-wc-helper-compat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ì…,ßIV<ôë‹ž© ','¤öÂ¢\\|]Ìßá–kŠdúÿÉZógÞÉË|†MQ','',0,'?'),('ŒkÄ¸.ö!b$ˆÿÛ×s','wp-content/plugins/woocommerce/includes/admin/helper/class-wc-helper-options.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','«.\0&Ø3Ž½ïnzn˜†','ZéhÅ¹hAˆ·¯Ã¦ìkÓde¤‚Hhä$.îýÕ»‚','',0,'?'),('MZnœä|/1ÄÉm9eÂ','wp-content/plugins/woocommerce/includes/admin/helper/class-wc-helper-plugin-info.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','äùÄ¢w?Ó~þ¤=4','õGe•T‹££¾¢ÐfË‰µòñýY€ÞõIšŸš–','',0,'?'),('”Ðã•ý©W6VÏÊ³.ªÌƒ','wp-content/plugins/woocommerce/includes/admin/helper/class-wc-helper-updater.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','”Ÿ%ÈÔÂ*ù>mÈÀØ','«Ì\0µHú$fý­Y4hqÔVÂ-¥ñÈ£}<IIu','',0,'?'),('¾]O%–PH…þ\r6Põ','wp-content/plugins/woocommerce/includes/admin/helper/class-wc-helper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','š-–ªS#š²²Ÿ¸Œ*ú','Ò„Y¦ÕÿzûÇ‹zŽIÌeu\\ôfÏ´ ‹Þ_0þ','',0,'?'),('KQËZ°“:…N3yr-)','wp-content/plugins/woocommerce/includes/admin/helper/views/html-helper-compat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','–\0~\r}}¦<™DóöÎP','FL÷JPR¸çÍnúàäEµ2ß¾9rV1’5 æ›ð','',0,'?'),('x,PõfžFÛCµ$','wp-content/plugins/woocommerce/includes/admin/helper/views/html-main.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Vl§wã	í¼ÂKKÞ','£÷ç%šH	’­òßy¦4¦zÞË \r¿Ú-£üDŽ[\Z?','',0,'?'),('IW½!jd%mÀ[¨	‘C','wp-content/plugins/woocommerce/includes/admin/helper/views/html-oauth-start.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÂAÓw¨Lÿ,™8j¥G','—u%ë¸È‘ÐB\ne\ne˜3±VuØèº\n.BÇåÉ','',0,'?'),('Bµ±=3j)	íNÖžoB','wp-content/plugins/woocommerce/includes/admin/helper/views/html-section-account.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¦®b¾f,ÌWY16™','O»ƒ‰ø6¢ :Éír¶ì;¿ªÛÊQ‚¥SyFJ:Š*','',0,'?'),('¢\r­¨ [p»ˆ¯t«‡','wp-content/plugins/woocommerce/includes/admin/helper/views/html-section-nav.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ËÏß™¯¿?‹%¯¢k´¾íQ','‡1PB¼BM(ò\"’é/Pð5Fz,j”5;h±	„YÈ','',0,'?'),('=Þ§«ùó6™ª£‰³›eYÞ','wp-content/plugins/woocommerce/includes/admin/helper/views/html-section-notices.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','°÷Üú‹¦D+dZ‚pr¿','1»TY˜…È…TŒ47²&evœ„LºP®/&¶n^ì’','',0,'?'),('&SÎê†n\Z¾øŽñ˜Õ	','wp-content/plugins/woocommerce/includes/admin/importers/class-wc-product-csv-importer-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','·ü6¼zt«¢% T5','Uäë%`ÎZºwf	&{Š0S]+U}øÌ~ßM#ø\rí\0~','',0,'?'),('¦†ï-:)íàN6øª','wp-content/plugins/woocommerce/includes/admin/importers/class-wc-tax-rate-importer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ûØä:9î;¯eS?MŒÎ','©í\\=?[+ŠsVxð~i§¿:|¦ú9½´‚%','',0,'?'),('°ÇÛåæ§rlYÀï¡™h','wp-content/plugins/woocommerce/includes/admin/importers/mappings/default.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','†{zvÉûÝ3Fe\0','²81ÎŠ§¯I¢n«z?ŠòŒÈÆš2cÆHzU#','',0,'?'),('?`††uHŸïàà)\'J¾ª','wp-content/plugins/woocommerce/includes/admin/importers/mappings/generic.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','wilùj6Tbmhóƒ„','ÁµòRç\'¡ÇË¯®nêóüØ¾ú\"©}ßéz','',0,'?'),('úôpÔ”ûRÛ \"ð…°©','wp-content/plugins/woocommerce/includes/admin/importers/mappings/mappings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4qŽ£‰DR9÷|íý','€©0«ýÁm¼Å\\âÃ–â·˜¶¼Çõ‘ùÒ©B³‹É','',0,'?'),('ÎXŸÊªrSôHtâçË?¿','wp-content/plugins/woocommerce/includes/admin/importers/mappings/shopify.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','«zß\0$õSYŠK›vÜˆ³','9‘ŒÎ,¹¡kýdßÒZei|T7ôAõ±1S?ø°¢[Q','',0,'?'),('ÆGW¿¿óXc(ùªn‹™Ê`','wp-content/plugins/woocommerce/includes/admin/importers/mappings/wordpress.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','LìåÃæãB)£zkH','Ab‰ˆ\0ŠôÊ†ÐPÉÞOTÞä×eø\ZË	aß}Å\Z','',0,'?'),('®œ™þÿ=ÚF™©°v$k','wp-content/plugins/woocommerce/includes/admin/importers/views/html-csv-import-done.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ˆ4˜ X»±œ»~÷?kÂ”','?‹ü\"±âcŒù°—{–¢€¼ûì\'êŠšÏ!Œ‡ÿož9','',0,'?'),('\"Ë¡æ³ˆŸ•(§›\0','wp-content/plugins/woocommerce/includes/admin/importers/views/html-csv-import-footer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(h€¡v$êmpn³‚Ê+w¤','ˆåÓ¥©àŸ’?ÄÓ$V½ø‚ÿ©õOnkŒm…Jt²„ìÌ¶','',0,'?'),('œ®ö¤~¡°Wê.ß„\r’','wp-content/plugins/woocommerce/includes/admin/importers/views/html-csv-import-header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','mÐ;í¦\r—he®HºŸfô','ŠÝFy µF1I¡«¸év%êÒhñd…™Ìå¼¸ÑÍÝ','',0,'?'),('›æ¥MŽEyùŒ´qq~','wp-content/plugins/woocommerce/includes/admin/importers/views/html-csv-import-mapping.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','½DþGÚóÒô¡Â¨ã[_','ÏeñbïÅÇˆMàùügR°úð•+±ãøM ßÎý,K\Z','',0,'?'),('m Á5˜º§~}Êö­aÐ','wp-content/plugins/woocommerce/includes/admin/importers/views/html-csv-import-progress.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3€#áYAÞ¿`ÖiOF	|','·©kÚúf×y•Ÿw]VL ³%NG¾	„ý ÆÔLå','',0,'?'),('x°•,G«Ú„¢óÃ;6?','wp-content/plugins/woocommerce/includes/admin/importers/views/html-csv-import-steps.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','EKdvÈFlËïâqÉl','+Á[¶\'²¬&ÅGŸj–ü‡vs™äcl1Ô³Šp','',0,'?'),('Aô\\ï)lCtög(o‘F','wp-content/plugins/woocommerce/includes/admin/importers/views/html-product-csv-import-form.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¯IjÄ[›f¬\'ûV3uz','N=(¤]2„³äuçÛ`ÁŸ×Üî¨ÛÃ,+Œî','',0,'?'),('@h\Z4éAÓpá”™µo­','wp-content/plugins/woocommerce/includes/admin/list-tables/abstract-class-wc-admin-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$Ëºc²³üÂµpnrŒ§','‡ÙÖ(!Paå.¢ƒôäÍ*9É‹T#ŽäP§*³¯Yu','',0,'?'),('Å¬‘>—aO/ÚªÁé±','wp-content/plugins/woocommerce/includes/admin/list-tables/class-wc-admin-list-table-coupons.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&tÄúZ{¸u<g\ZîNÈ','†-ÕÑFjšBK½»°G5úo¦0¾j6û‡‡j…F','',0,'?'),('p$™±&ùðPMÉ¸–ØW','wp-content/plugins/woocommerce/includes/admin/list-tables/class-wc-admin-list-table-orders.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ßŠ±Ôh Ýóï-¡_5o‚<','!†óT‘ú…®F¡	¡_¼sò€H_äŒj–y8o','',0,'?'),('œœÛƒ¸*fûÕt·Èžù','wp-content/plugins/woocommerce/includes/admin/list-tables/class-wc-admin-list-table-products.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¤pÜÎaDXôm¨Å–%0','”3±Ñ ^üÜ‘ù<c9,+Ï`8µ0úº=å½[áøp\n','',0,'?'),('uµ\n«Ÿ0Äý¡ÿÅ½4Ln','wp-content/plugins/woocommerce/includes/admin/marketplace-suggestions/class-wc-marketplace-suggestions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','pŠ·ÄÆ÷Ê‚\0ÛHW#ëù','Ró7ÿŽZ“5¢^×çÍ‚7.6Úþk‹T®ßUDË ','',0,'?'),('ÓE\"Ï	MÑP,6V°º$—','wp-content/plugins/woocommerce/includes/admin/marketplace-suggestions/class-wc-marketplace-updater.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':¾•€j „¨š2¦hðº','z´·‰‡$kÅª’Ê­v«¨[UÌf$œ¦\r8«g','',0,'?'),('ÙA\0•xñc\"ŒìD«ã\Z','wp-content/plugins/woocommerce/includes/admin/marketplace-suggestions/templates/html-product-data-extensions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4~–UrpôÕòþÝ','pÚÛö\"¶V1¯„ÈÕ`Õ5›œ§šåËÛùâ\r®','',0,'?'),('—­€g} y7›Q`iÿˆHu','wp-content/plugins/woocommerce/includes/admin/marketplace-suggestions/views/container.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z¥Ì˜hØÔJ¯ií*4°','ŸÌMŠ£Y\rƒÏ-Ž„\01‹þýJ¸¯£óùbÚi—µó','',0,'?'),('ëhåýu¬÷_±Èú@','wp-content/plugins/woocommerce/includes/admin/meta-boxes/class-wc-meta-box-coupon-data.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ùôµ7?ƒÌÀøe3#Ò','¶ÈyöËbTÀu2wÍk:qÔôíNrhÏªØ¯','',0,'?'),('Ê‚-áÿõ‡=üêÎ¥¢§','wp-content/plugins/woocommerce/includes/admin/meta-boxes/class-wc-meta-box-order-actions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k$iËÍ5¶ãÏ+¯@Š',']³î[ä¤9®A5bÖgofÝCÿã_†Ï«j‰m}]Ò|','',0,'?'),('vZò„ëÛ5¾³9F»G','wp-content/plugins/woocommerce/includes/admin/meta-boxes/class-wc-meta-box-order-data.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"ÊNŠGÝrKðÛ-uF‹','\ZâÊ8Î^2j”~ž –0b1ûM]ÁS«ùÀ›bT','',0,'?'),('x™áX$:ãˆ³ï‰ô¤o','wp-content/plugins/woocommerce/includes/admin/meta-boxes/class-wc-meta-box-order-downloads.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','qÇ-_)ÙðËµXBJzU','ÛJŒpýµöÖfˆqH5tÙdâ˜#ÏÚO%†|N«ºì','',0,'?'),('ÓeîHá÷9¾ø[àû°1','wp-content/plugins/woocommerce/includes/admin/meta-boxes/class-wc-meta-box-order-items.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$Ä¢8Š	xšÒaŠ','þä!²ÑÕâ\Z€°½l1Oûe>šîI¯¿®ï','',0,'?'),('US¶?^ÞQ¶wåo°¥á_','wp-content/plugins/woocommerce/includes/admin/meta-boxes/class-wc-meta-box-order-notes.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‹Ë&åoŒ‹³4Žì¯˜0´','üb›íü‡E÷’>üôã4ªWÉÿ#„ÕßËå','',0,'?'),('èwùìz…Owùè(q+ëËë','wp-content/plugins/woocommerce/includes/admin/meta-boxes/class-wc-meta-box-product-data.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','wJ\n$0fát?q™M³ÿO','èRÀë¤j`\0ËDú	F\0D£VJ½)Ér¸1âÂpp','',0,'?'),('Û 5®ƒDê˜ŽÎËµ>mD¦','wp-content/plugins/woocommerce/includes/admin/meta-boxes/class-wc-meta-box-product-images.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','˜|Ð/”;j=Ðb5\Z»™','‰{1ƒ«åÔj7(•GK;ÀC€ÅQIà?µcU‰','',0,'?'),('O^}ks\\ä³F¤ÿè8','wp-content/plugins/woocommerce/includes/admin/meta-boxes/class-wc-meta-box-product-reviews.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p=ã¬é*@0Ô3ô–¶‡;',']ò¤æ~aòd‰‘ÜD{´Êàûæ¬c˜\r7·—','',0,'?'),('\\8ÏÜûd@ïáb\Zn!ÿO','wp-content/plugins/woocommerce/includes/admin/meta-boxes/class-wc-meta-box-product-short-description.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L‡byD‡z¯02—ß','7ÿÖ™&+D\'¬pÎÏr…B·qÊZ5`*	ƒ“ËZ«','',0,'?'),('(Œ4\ZoKpk}€j¶ïÿð','wp-content/plugins/woocommerce/includes/admin/meta-boxes/views/html-order-download-permission.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','àXßB$6‚&5%m„ €','•ÄžL{´Û¶\0Š=VG­{D5WbäÉâ}¼Î‚\ZZ','',0,'?'),('Á²cE*Dû5 dÓÑ\nc¨','wp-content/plugins/woocommerce/includes/admin/meta-boxes/views/html-order-fee.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8 ‚h$€÷PD;i¯•PT','¤ž/þ¿ÜÂ-…»`(òÞˆ7Gs®=\0Õ2¿â¶‹l','',0,'?'),('3­\0‡›4ßïð{±€±†¥Ö','wp-content/plugins/woocommerce/includes/admin/meta-boxes/views/html-order-item-meta.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H0?½}˜ÑL ö‡ÄÛa™y','·(C_$&xÆ¶ó yž&ý5Ï‰¬|.E¬~F\ra¾áÃ','',0,'?'),('/dêÃŠ“ÆÃz\Zþ|Ú','wp-content/plugins/woocommerce/includes/admin/meta-boxes/views/html-order-item.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@ÃÏÆ¡ µò<SÐ°xžÆ','>«“\0ç®™öÓ’NÁ\\ßk¯sö¦8òr£ÎmHÃ©','',0,'?'),('Ë6UÊ¶aþÊ¹•¬','wp-content/plugins/woocommerce/includes/admin/meta-boxes/views/html-order-items.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J]wpK*œ®`¨S\'r†','^²­hÍ¡?‘\"5å×™€ù3#˜§Qw¢¼ì(énT','',0,'?'),('úÆz‚³=c2f5)‚)','wp-content/plugins/woocommerce/includes/admin/meta-boxes/views/html-order-notes.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Oÿ‚Å˜¹’µ¥>Äóû¯','ãå*T‹rˆH3tÜ;tWù\0Á5ãc˜&©–ù0+^Z','',0,'?'),('vèN©¬#uÎÏM7›°þæ÷','wp-content/plugins/woocommerce/includes/admin/meta-boxes/views/html-order-refund.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','éD.§\0ÌñøÖ@ÅD','GCAâ£ç7\0Oxx\n3Ž“öÝ•kîh˜oª—ì(ÂŽ+','',0,'?'),('AŒÙû¬lß¦’\0„].','wp-content/plugins/woocommerce/includes/admin/meta-boxes/views/html-order-shipping.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÝBµÜ”\"Bô_uRWãû','ò+x\"UNATÒ-Œ¬ç#óØÛ)žièÈê¥Â·}ß¾¯','',0,'?'),('\'M<Úë±h1êÏê9ÃL','wp-content/plugins/woocommerce/includes/admin/meta-boxes/views/html-product-attribute.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','’ØL÷ÊA˜Å îPä7²s','¡¡2jßÊe“C×ÂóÐŽa”’&ïoy?ÀQÕ›·','',0,'?'),('¶DÅ³â’óíuøÍ°î','wp-content/plugins/woocommerce/includes/admin/meta-boxes/views/html-product-data-advanced.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ƒ¦¡Ù­Ú®©]Ø«Å‹M','nÛÞäÐUiIE?Öÿ¤o?x3î[½è¢‚Û@z','',0,'?'),('Øëÿ+}y%Oæ¯','wp-content/plugins/woocommerce/includes/admin/meta-boxes/views/html-product-data-attributes.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÅùÕê‘*Ú0YAâÆø¯','q:†hPb!é™gk˜°cÞBÁ\0)a\"¡§~¯*','',0,'?'),('€”išižÐk/ÎdÓ','wp-content/plugins/woocommerce/includes/admin/meta-boxes/views/html-product-data-general.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ùÆý‹_ƒìOÓ\'YVX‡ø','U06Ò‚0pg&­öÆ\"Kì{w:5¸bÉ˜p.Ž‘Z','',0,'?'),('Óì¸É{0!¯–Â´ª¤H','wp-content/plugins/woocommerce/includes/admin/meta-boxes/views/html-product-data-inventory.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','pˆAWÉ¶ÿá7­`À¿\rö','\'id,Îxù¥6g³oª@ã¸H·P…ü]‘ÎÙQý ¼','',0,'?'),('~Áxd MRŒ‰¡ôÛ:','wp-content/plugins/woocommerce/includes/admin/meta-boxes/views/html-product-data-linked-products.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','á¥¾Y§äWµ‚;“‰­vÌ','²\rkÐaú*iR)gSDãÌIŠBhšØ zÉöæ„Ý ','',0,'?'),('\\ÑšWûÒ\n»Ì¹£íˆ','wp-content/plugins/woocommerce/includes/admin/meta-boxes/views/html-product-data-panel.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','˜+éÅè0‹ê©«Øu ¦5','Ä÷h§’©%Ð½êV- ÜV”ïÞ¨†yñ6Ú”Êž©¹','',0,'?'),('SŸÍ’-ì„È\n¢¯žî','wp-content/plugins/woocommerce/includes/admin/meta-boxes/views/html-product-data-shipping.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‰ŠiNHËy1!J1þÔ¦','‡›·ÖYs\"?©ÐhŠ=ÀÃóþ¡\'§\r0%zÃ+w','',0,'?'),('I–5j„_¼&oNâ\Zy_µ','wp-content/plugins/woocommerce/includes/admin/meta-boxes/views/html-product-data-variations.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','nŸ÷h÷Ò:_–z÷Q @óÿ','NW¾Î2˜ñCbºÛäŽ¡T\"4æD÷ü\ZØC~†¤ò+','',0,'?'),('\rîb’ß©¡={‡ ¬½ù','wp-content/plugins/woocommerce/includes/admin/meta-boxes/views/html-product-download.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q¼¬¯K,‡­ÛŽâ','õJîù®ƒ£…!$Ššú\\/Å\\‰mgÖÄj3@','',0,'?'),('ˆ´Ôª¥;×ç¾Ò¶Ê&¾&','wp-content/plugins/woocommerce/includes/admin/meta-boxes/views/html-product-variation-download.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ú­ŽZKY Çkl³Á~','À$ž¸“Èd_o¹=YªyíÕ%(5M„À¶+®¢#o^wF','',0,'?'),('“Ø!U@æäIõ‡ƒŽ2º','wp-content/plugins/woocommerce/includes/admin/meta-boxes/views/html-variation-admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Úd½¾uþ{‹5\"}[¡','Ûƒ/\\“J¤¬#Ñuuö™ÏÂu5>_²Žðó','',0,'?'),('DÉxzÓÌ¦Õ/ÿ°`¢#','wp-content/plugins/woocommerce/includes/admin/plugin-updates/class-wc-plugin-updates.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{\'6~ƒ{¦Í$ÓØAdŒ:','rÃ@—f¼£‹!W>Ù,’KÉtç´	3(;ß×œ‘–«','',0,'?'),('sN-õûD^¹gŒÐEøÿÎ6','wp-content/plugins/woocommerce/includes/admin/plugin-updates/class-wc-plugins-screen-updates.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.hÉËŠ”¸:ˆÿrÇjZ','eÝÒDÇR?¨ÑîÒ|=:5x¡ª¬ðtAù“\ZU€','',0,'?'),('¦-OqàÎ¥2Ý²*øÕÚ','wp-content/plugins/woocommerce/includes/admin/plugin-updates/class-wc-updates-screen-updates.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[ð=ìtržçïÎ1½yËAe','ÂËX(ßŠ\n9”ƒ[2±Dy\'§e§Ôg™B9\'','',0,'?'),('ŒF¸xÃ¶Pàwþ×€>G','wp-content/plugins/woocommerce/includes/admin/plugin-updates/views/html-notice-untested-extensions-inline.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÿMadðAÛ¶¢G‹xõªØ','î:~ª¶í¾®Õ\\†€¦kÂ_…ã0¥$X\"{uÎÞDâš','',0,'?'),('SÐ&ßrÎŸÆéÐš,\r','wp-content/plugins/woocommerce/includes/admin/plugin-updates/views/html-notice-untested-extensions-modal.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' |e\Zh´\n€«g¥%\\N','hî%¶ryàhúüës½«ÖÛg2“·Æì¼(ÈôAR','',0,'?'),('1]LÝû\\äîÛ¡','wp-content/plugins/woocommerce/includes/admin/reports/class-wc-admin-report.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!ä<?”cÞ´Ú»CÿMz5Í','t ‰¬\"Ä„NÝËö¼AcÚ[”9õ¦%ë?íã…=¼¢','',0,'?'),('PÇ1\r½e\07÷FŽÉ)Æ–','wp-content/plugins/woocommerce/includes/admin/reports/class-wc-report-coupon-usage.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','£ÐµJÄº•ZåœA\\/Ã','ýî\r²ïš&+£‡Ð£gŽ,ýÕ„Îˆ¸Z°HE','',0,'?'),('rfž²¿\\–\nÁÛr×‘','wp-content/plugins/woocommerce/includes/admin/reports/class-wc-report-customer-list.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','VÐ”ÆØ\0Ô¼ž\nÎÄM+','g\Z²-îÕÆ°×¯W.‚UÏ&Žè¿7ãhæ%VTnÛ¢','',0,'?'),('Î´€Z‚n*ØÚ_% :&','wp-content/plugins/woocommerce/includes/admin/reports/class-wc-report-customers.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*C¨3Edí°\\ˆŒ¾g^','k‡YæÊÍÐß·BhmƒÑáÁýOtïÏ©»\0ïcë%ÿ','',0,'?'),(' C•g\':3Gé[{¼','wp-content/plugins/woocommerce/includes/admin/reports/class-wc-report-downloads.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ë¤R.â;¯4ö£\n³¿íL','aÀä•Qsõ}²”>u[PØá›ÅE[û¼„·:hÚ•','',0,'?'),('Õ’çÞdÙó»\"êSI','wp-content/plugins/woocommerce/includes/admin/reports/class-wc-report-low-in-stock.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X”Îáeœy.-öšhjÞ','Éž!-7’ƒM„w>³…pË’4zÑ›\0öq„@’Y‰m','',0,'?'),('ÊŠbm:°Iy3’ªè’','wp-content/plugins/woocommerce/includes/admin/reports/class-wc-report-most-stocked.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ê]º4½²Ž>‡wñáúX','£NîxÃ=d‰!¸\ZHõ[Z¨íïý³tçm\'pgøa','',0,'?'),('-Ë&Û²×¾(F%PÍ5Û','wp-content/plugins/woocommerce/includes/admin/reports/class-wc-report-out-of-stock.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','å’jÀ0	\"¨Ì5*(krU‰','\\h£éÍoÆtn¼aöæ®Èð¯|Ÿ5k3bˆZUo','',0,'?'),('¨úU¡¡²c˜ºe€SÊ','wp-content/plugins/woocommerce/includes/admin/reports/class-wc-report-sales-by-category.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','82‹UÂR›Ã\0|{s','NEªœmbáÏØØµœS	v	gŠ³nV{Y²HcdR\rj','',0,'?'),('†‹\"›¥ŠÑØ¿\Zle\'jŒy','wp-content/plugins/woocommerce/includes/admin/reports/class-wc-report-sales-by-date.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','˜u(N:n™ö¿c\nÐ','TôÈ@?çÏ»¾Z›–Öé#œ¹GH%R–Ÿ@;BÏ','',0,'?'),('†X`®ÛS“mÃ‚è=IË§!','wp-content/plugins/woocommerce/includes/admin/reports/class-wc-report-sales-by-product.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b	2¯à¤¨ODöŽ‰zC','®7ÜÊ´‘1•÷¼n%V:´·æàA±>;zïÄU[S','',0,'?'),('ÁÍvý{\Z†ŒSÇzÿG6B','wp-content/plugins/woocommerce/includes/admin/reports/class-wc-report-stock.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ù€4#„Ž’†*[4ûÜ','á«½³|	/>Æ›«J>‹JòÙÏXðBêD\0šÝ¼x¿´','',0,'?'),('cTœ3LªYø`‹?{Ü7Å|','wp-content/plugins/woocommerce/includes/admin/reports/class-wc-report-taxes-by-code.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¼~ŒÕ‹«ÏuÊXí¦Æ(','B­™™7²\"Å€Èžâ¶\"ò-ä=rD{hÿCó¹iO–','',0,'?'),('\'rÐ,¢qRÂ†þGÑÈG¼Z','wp-content/plugins/woocommerce/includes/admin/reports/class-wc-report-taxes-by-date.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')´ôè¹¬)¾à×œ ‰d','IŒ¼\n¶ÌXèmžû1§Q ö¸kxå‚Ç«°ËõVâ','',0,'?'),('°¶Ób™ç„ªŠs²}Ca','wp-content/plugins/woocommerce/includes/admin/settings/class-wc-settings-accounts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}Ø®\Zp7×Q\\ñMÃ¾','É=ö—,X°Í¥_PÃQ=å/­Î¦ú?°ùXþö¡','',0,'?'),('ªyú_úuK+Î»E<Ž‚','wp-content/plugins/woocommerce/includes/admin/settings/class-wc-settings-advanced.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','é«#-œp‰e—:xI','+k”|ý^RBîsOå‹ÎÏm×K£·€W“O…õžn¢','',0,'?'),('JËBå…>ZI¥õ¸FûC','wp-content/plugins/woocommerce/includes/admin/settings/class-wc-settings-checkout.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¥ei©ò\"¬,E¡@JÎž','H‰YH)˜¢±\0´Øö9ŸC†×æ;ÙÊ¹‡„¢T*À²ã','',0,'?'),('Ž9 •Š¬>Ý´oÔ e8xy','wp-content/plugins/woocommerce/includes/admin/settings/class-wc-settings-emails.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¥°ø3IŸ…\0¾ù;\nEÊ','l(aSÀ%Ê¦wç•hõƒ98=`€F–\0«\"CLX|J','',0,'?'),('O§ÌZŽ%õl×[ÿ','wp-content/plugins/woocommerce/includes/admin/settings/class-wc-settings-general.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','þùÃB§“_ßý”:ƒn%.}','\'\"›^Àzf·hÞ7˜SÖ0xŠûös0’úuZGÂ','',0,'?'),('º^®Éq³ò<EP†Úê6','wp-content/plugins/woocommerce/includes/admin/settings/class-wc-settings-integrations.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','’]‡ÉôLÐ“”U¶ç1','«AèÈÞïÁGwr;éOÓ³û!e{ÆtÉ¸í¤0„þ','',0,'?'),('ucì²‚ŸÞ?ÃÈ\\aÛ','wp-content/plugins/woocommerce/includes/admin/settings/class-wc-settings-page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¨RžµiÝ`ËdÆ»èêÚî','Igî\Z:p~X2éIv!¾áD¡˜êŸJˆ2X.ˆçÓ)','',0,'?'),('¿Æ5òŠÏï\Z¿=êâ]¡','wp-content/plugins/woocommerce/includes/admin/settings/class-wc-settings-payment-gateways.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','BÉ¨üIW¡gL¥NÙÉpó','¿×’ áŽœðÿû»}\nöw¶Ü/„•^	ÁŸˆ’“D©','',0,'?'),(' gUg#	l=J˜Žô','wp-content/plugins/woocommerce/includes/admin/settings/class-wc-settings-products.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&‡¸ÂžPþ•&ú%:o^_»','Il›6¾	áó¨£fŸÿêÅ\'Xƒ\rTº<âÊþÈXô','',0,'?'),('qä¼X\nÀ^°ª±Øj^A','wp-content/plugins/woocommerce/includes/admin/settings/class-wc-settings-shipping.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','­´=d®m?-µq÷åœ','{mã T7uÀ †7Ìq47îÍ2×A-3–·`‡0:/','',0,'?'),('œ$þž\"€0œësyu','wp-content/plugins/woocommerce/includes/admin/settings/class-wc-settings-tax.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f\Z&ÄQÑk)Bx¶ƒ','ý‚V+\"CR›1\rDæÍ\"äÌÕ4`I•ºLTÉ>NÙgÕ ò','',0,'?'),('ŸúÎX*.!ÐƒMVA°','wp-content/plugins/woocommerce/includes/admin/settings/views/class-wc-settings-rest-api.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Keü• ²>±â“ RÇE,','?X­¹0\r‰Iä’¤V<dVä¿¸õ\n;Tçíò+/ç','',0,'?'),('êÏp=hî<¢\n@%CW¤ø','wp-content/plugins/woocommerce/includes/admin/settings/views/html-admin-page-shipping-classes.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4Ï<º‰J¾d:/¬¡¯éF','ËL£!LiêzP•½6×övðýŽbýW×\0æÞ¸„t5','',0,'?'),('†wG®W¾Æšîà«­z','wp-content/plugins/woocommerce/includes/admin/settings/views/html-admin-page-shipping-zone-methods.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ùËØÑ [D@AM¸¿\0','ïþÕóé¿{e½ÀŠÔ‡:&jìðõT:ðA-ºwík¯','',0,'?'),('aj¥Ý‹(šÈ‰Ò','wp-content/plugins/woocommerce/includes/admin/settings/views/html-admin-page-shipping-zones-instance.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ß-c…a\'Ä-LŽšï¢úYí','óÎ”)K”)‚þ>øåEšz”.+`ÙXˆMø;ú“=Ã','',0,'?'),('Žé~Œý«’/\0ùË–','wp-content/plugins/woocommerce/includes/admin/settings/views/html-admin-page-shipping-zones.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','GÔbRAa»ñ¸°RRÝ\\','$¤Õ|-g(\"³ð¿\Z¯$ŒñÈOp LlƒãO¹‰#Æ','',0,'?'),('LÁA¿Ô9H­`»ë›˜Ùê©','wp-content/plugins/woocommerce/includes/admin/settings/views/html-keys-edit.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ñ›ø¨‰G|j‹Î‰Ò¬','¶ý½ xB£Ô>o«5±bh…ä¸:„fÏxà~Z®`ES','',0,'?'),('o	CBº~CŽÝîwO™­','wp-content/plugins/woocommerce/includes/admin/settings/views/html-settings-tax.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$»JÛy„_0o8>','D„EƒZÈb«­ªÖ`NóÍ5…¡ÁlQB*,`0','',0,'?'),('8\n›à,?ûîf-*8\'','wp-content/plugins/woocommerce/includes/admin/settings/views/html-webhooks-edit.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Å©\\Y\n#¨µãY«@Øß','/ízšz)],©ˆ?†î.k›LaU=xã€ïÐ7ôd','',0,'?'),('¨#8ñ`übSm˜:4\r…Íà','wp-content/plugins/woocommerce/includes/admin/settings/views/settings-tax.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}Ôš?É0j!¡÷ÇU{Ç','?lŽ¬£ˆæºDm¬¬tþ¸,¶ßƒØþ6:Ãa ‹±b~','',0,'?'),('â¼÷|`Ó‡»‘,€²&','wp-content/plugins/woocommerce/includes/admin/views/html-admin-page-addons.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Æ½Q\r384ÓÐOc¾ÆáO','ýöB—šÚ[©~Í»tž!¬ºÝ³1\"îøA·Œ­üg\0','',0,'?'),('¾!^¢Q9ÚÃvÂgu¹„œ','wp-content/plugins/woocommerce/includes/admin/views/html-admin-page-product-export.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5ÙÙDÈ`?ðÜ\\`\0ô/',']áŠßêÊ\níàÌ\ZËjØ$¸Pöì„á×i·cÇ{ë','',0,'?'),('ÕÛÃãœ Z¸/:^ $Ã	','wp-content/plugins/woocommerce/includes/admin/views/html-admin-page-reports.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ƒ¦K‡|ø)Í¥ø`Ì','±Û®TØÓš\0¼¡ìíÒ.·Kn‹äÔ²f(ß,±w9*6','',0,'?'),('`ÖÆMy¦±;Î>Æ<\'öwP','wp-content/plugins/woocommerce/includes/admin/views/html-admin-page-status-logs-db.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ü	§<nDñè1éUÌ;h³T','´˜ó|iÉM¢ú5wqg(™;›>sñ|âŒ:£MÞU','',0,'?'),('Ÿ‡x÷é¿LùöY›”²à›','wp-content/plugins/woocommerce/includes/admin/views/html-admin-page-status-logs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ú8>Å‰Å¢2ÿ_Å:Î\0g','ÂIv%D4úÒQ/0h«¾z`&\n#n•®Á{‡›É','',0,'?'),('¡çCôÍByIwÝX»É¾B^','wp-content/plugins/woocommerce/includes/admin/views/html-admin-page-status-report.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Â® ç<!‚&%È2Žß„œ','µ¢ŠêÅþ:³rÞ^[™ñ…ù²ø™ö{Ïœ7æÞ}','',0,'?'),('­Hîå)¶Ä-TÌuZr |','wp-content/plugins/woocommerce/includes/admin/views/html-admin-page-status-tools.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{Ò	h-Ù‰bNî\0wÉÉ','Çå«È\\éÐ®=ö÷*´ð½¹À½†|kŠA//Vû‹šàU\Z','',0,'?'),('óYhF‘Ú†TÃ˜{’','wp-content/plugins/woocommerce/includes/admin/views/html-admin-page-status.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p=o «zdã#‡×ï5Œ','_ÇIâÝTF™XI[¯éÍ@¶ô¢®þòInñû7‡ëæ¬a','',0,'?'),(' ?Ø?º4¥x´\Z.*Ddú¤','wp-content/plugins/woocommerce/includes/admin/views/html-admin-settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','èhøº\r=¥Œñ!oÀÙf¤','5\"\'ÿ˜wÍÞ_|žfFõë,7ñš¶¢³Ûk²Þ%','',0,'?'),('–x?Ø§*ZT~Þòh¯Ó','wp-content/plugins/woocommerce/includes/admin/views/html-bulk-edit-product.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¢Ã“þU½à¡8²Ú¥ý\'˜','%p×W³ƒ¾™‚1Ó…}}þ¨r¿K˜ˆÆ\0¨&Žì','',0,'?'),('¹ÞÖì#¥>Ì­Ö³{ý*¾','wp-content/plugins/woocommerce/includes/admin/views/html-email-template-preview.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ì·ß»QôšU3¡’÷ ','a]ñÚyÝeÌó d\\Ê\"g@1IÂ³Z1ä2¦Aà•,&','',0,'?'),('‹og°´dÄã§Ý	ý¹','wp-content/plugins/woocommerce/includes/admin/views/html-notice-custom.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%d\n±›6qçó>rã','îÓ:Dûâ“³]EÛÐjY¹ºßufÄÕw«ÎU','',0,'?'),('*ê. 0ø«T(\0‚ÆÈÈ£','wp-content/plugins/woocommerce/includes/admin/views/html-notice-install.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ë×T{á§Ý“‘únaUìE',')¬\"Ì7ñ›[+P€ŸÑê?Äª¦BZ²ÈûyýÄ','',0,'?'),('Á’­{üò&7û¸ï\ZÑ','wp-content/plugins/woocommerce/includes/admin/views/html-notice-legacy-shipping.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‚· #ÿoøþƒ&Aëà3','ïÉ,` –ð²°2&ÆK“÷ö`ru¯8_ÊÅÆ•-©','',0,'?'),('U<¢›[\"Ê7¼9ÿW','wp-content/plugins/woocommerce/includes/admin/views/html-notice-no-shipping-methods.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0s’Ž…ÜÃà²ž\"b·{Æ','Ló°Œ9(ÞþÍðÝ»z½Ua¾õˆÃÙ1¨3=','',0,'?'),('µxîÝÜv¡°#¤EŽR','wp-content/plugins/woocommerce/includes/admin/views/html-notice-regenerating-lookup-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','oÙMŽ%#ZiÃ#¸çI','PQymÙÒ Öv]ý¨‰´õñ\Z¤Â»-_‘z¯=','',0,'?'),('Z‚P(çìÄãÓK®C¨3','wp-content/plugins/woocommerce/includes/admin/views/html-notice-regenerating-thumbnails.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','´ï>ÄV@)©©;±øé†Zð','-5ñ[ÑsòJfÙ²¿geå§Š\ryu¡WHag=¬','',0,'?'),('ƒ®ÁŠŸsÇLtC§ô;U','wp-content/plugins/woocommerce/includes/admin/views/html-notice-secure-connection.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','jCÜAé[Aºkò‘;íÒ','ªøÔ©²´V‹BÌOŽã»{ÈÖ¿À‚~Ÿà”','',0,'?'),('|q¯´ÖBl€mrÚñÃ0','wp-content/plugins/woocommerce/includes/admin/views/html-notice-template-check.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÅJu[Ë:F€³ˆˆp›*','eÈIÑ¢[nÂÒAu2Ù“l:ì3ÑTmÜïË³','',0,'?'),('\rYGV˜¯÷£¾IÃ?ŽŽ','wp-content/plugins/woocommerce/includes/admin/views/html-notice-update.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‹žw#Ëi÷¥‡pX,ß','·äËåZ\r?pò÷SdÕïô\"çM_ÞŽÉªÓ5','',0,'?'),('oÁm¤5MÄ^dmKñg','wp-content/plugins/woocommerce/includes/admin/views/html-notice-updated.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8.ÿ\'ZXMKëèÍ‹1','3\\æ¦>´š€u\Zø2½ã;èPüä4ýžkw]öÁå_','',0,'?'),('1¯Bç\r˜w™bŒ²f\"','wp-content/plugins/woocommerce/includes/admin/views/html-notice-updating.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\×rz‹’Ïso\':€B','è` =Õ¥Ÿ”\rð‡Ô§ÈÈƒ¼C\\þÐ.¬’44\\]','',0,'?'),('05Ól[9­ÇÏQih','wp-content/plugins/woocommerce/includes/admin/views/html-notice-wc-admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¦<¶ë’û;2nù!‚','A(í×€[ðt(¥ì€…¼†œSÄˆ?8‘ÚÈx§sta%','',0,'?'),('r1ªu7šàÖeñõP>','wp-content/plugins/woocommerce/includes/admin/views/html-notice-wp-php-minimum-requirements.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4JOCzà¢ÿ*ø3Çÿ&Â','Z8ÍxŠ:7²Éõ¯\'^\\(01úñ€]€ZOOÁ','',0,'?'),('ý2¤¸Ú(‚;fÎÊ:Q¿²','wp-content/plugins/woocommerce/includes/admin/views/html-quick-edit-product.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','dS[œB®Q:žéËgÌÊP)','\\‹ÚBÂk’XŠP»ï*`®x4Q‰×;ŠšØ\"%•WÜð','',0,'?'),('!	þb3ì$Ñ¤]›l;‰','wp-content/plugins/woocommerce/includes/admin/views/html-report-by-date.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','†å]Múˆ\r±6°Ú~ET','t·Ñ§ûŒ6=Æîëâqè°¶ðo>þ¦`U¼ã¦¸’Z','',0,'?'),('ˆa‰kó-öªŽŠhŒ8 a','wp-content/plugins/woocommerce/includes/admin/wc-admin-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ù—Ášæp¸´çE*^’-!|','Ðyð)Hˆˆ—Æ–k_ð…ª`£Ê­\r V°Ï²Å^²','',0,'?'),('d©%ÃƒÿãyDàR>nuk','wp-content/plugins/woocommerce/includes/admin/wc-meta-box-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','NÉîŸÒ-§ðx^Æ¢$éÂJ','L/O#dÅFªS¤b®[«ãT…|õ ³þ´ñŠbÏ31','',0,'?'),('$=JøE¶¡ÜW_1\nû¶+','wp-content/plugins/woocommerce/includes/class-wc-ajax.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!%Â%ªmU%zRÄEà','Û»àÂƒ¿ Õñ×,W‰ó3æ0Æ™šuL•\'VÆ?','',0,'?'),('š‚%¹‚¼hË6+›>š3-','wp-content/plugins/woocommerce/includes/class-wc-api.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','äHnš8\n~ÀúA\"C¿Ð7','ø15ý\"PVY=#·€à-˜œ|’ºýñæWÑ¶’Â	–','',0,'?'),('¿ ¨œ›\0½æáIèB','wp-content/plugins/woocommerce/includes/class-wc-auth.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ˆƒIcÏ=7Ïþ%‹[Ö','»’ƒ…Tá£†°çƒ-žƒ«\'22÷…²_ÇÕqY1®‘ç','',0,'?'),('ø~,eu¨­yFœMáè','wp-content/plugins/woocommerce/includes/class-wc-autoloader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z@|PæS\rU´”ÌgŽ','kþ5…}–ìÓÎ3èXûëK÷ŠòJ7\0\\¶$Ë„ëin','',0,'?'),('Äq¡U°d-âùE7ª;ê¡','wp-content/plugins/woocommerce/includes/class-wc-background-emailer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¥fl\0‡ÜÌ;Ðº½ã—µ†','R¼štÇ™RµÈ\Z×¹¢Ûáß×OÔŽ6»ŽjlËfú','',0,'?'),('<*ðå.©C“\0qé2£','wp-content/plugins/woocommerce/includes/class-wc-background-updater.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','±b^T–	²3g®„ ™WÇ','(ƒ·G®Gü°ö#òŸùäT~VÇ¤\\ßN','',0,'?'),('»Í}»üÜƒ¡C”!','wp-content/plugins/woocommerce/includes/class-wc-breadcrumb.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','éSÐ!À<Ÿ„ÎdQ·„¾','´Ýóå*ßÿŽQa‡x	Þø3¨°…½i—i6¢\0l','',0,'?'),('Óî”x\Zä¬ºí¤·—Ë×','wp-content/plugins/woocommerce/includes/class-wc-cache-helper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}Òüm…%!7¥æf£',')A‹„3Ê/#‘wÌ[Àp_Em8HŽ–ø±','',0,'?'),('ÔÜÜ\0°Ë§Y¿WÆ','wp-content/plugins/woocommerce/includes/class-wc-cart-fees.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>˜‚–¼¬ƒK·ï·zF°','¤@©¶ÐÉªÔË©O·qÁ¨zN A>;?Px','',0,'?'),('…}ájãÖq“:’_HrÔ','wp-content/plugins/woocommerce/includes/class-wc-cart-session.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ð”ô™z\"H}æÜŒ®¢ü','Ù‘dž«Š82ÜãfçøiñØÞçmÍÿBŒÌýÁ','',0,'?'),('!¯BÝÀÎî˜ßÕÜŽ_´','wp-content/plugins/woocommerce/includes/class-wc-cart-totals.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ŽÉÐC}cÂ\\‹tPÁaÄt','`Òƒ¹tö¦\"¯@Ó”þÙƒ]Ny9še©é[Ï˜÷f\'','',0,'?'),('ÑÄ™aÓ¶Ž„è´_cGjÞ','wp-content/plugins/woocommerce/includes/class-wc-cart.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','µE4\ZìêmÇ	²i4÷ÄÖ','“¿{¹¾©¤uH‚ýêY\'É.+Ö«ÑnµÙŠP´À','',0,'?'),('3Ùæ“°@n£¦ë˜KEº','wp-content/plugins/woocommerce/includes/class-wc-checkout.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ø®\n¢\0ÜØÊ¥ä²%¶„U–','òW	HÜWAÆ©„`²Ä†g¯7ÎŽ9^Ùþj','',0,'?'),('	!L»8àtº•+eå2DÄÊ','wp-content/plugins/woocommerce/includes/class-wc-cli.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','lønj Èµ_•y]²“','ïá9p[žf;£Zòé2ÝÏ>’tÂBP0T\0¢åÙ','',0,'?'),('1ßAÿ+¤m7£þ`í–öâ','wp-content/plugins/woocommerce/includes/class-wc-comments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','DSi(žæJú2\ndl4Ò','\0ÛŸKN¨ãÐÊ3ÌUô.\'ˆ`ºÃÓÜ.6Ü0Ê','',0,'?'),('\ržAÈtµZrr’\ndÈÑÍá','wp-content/plugins/woocommerce/includes/class-wc-countries.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','´ü„F¨ÿýÓL¾¬™','4LQ¹­Ð¸éÕåRa{ÔéHì»jpbMºqÆ°','',0,'?'),('£-ž×®X*…wÓ!ØF¥','wp-content/plugins/woocommerce/includes/class-wc-coupon.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','›\rƒ“so4IïçÐßüç','•Óº:8›{û2æèÆ¾bp0mýê½ŽŽa÷Ñgÿ(þæ','',0,'?'),('\0ô6ß—ÛØÖ\nÐ|Ì¾£œ','wp-content/plugins/woocommerce/includes/class-wc-customer-download-log.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x¸Ä*É¸r\rÇ†tzÁ]','êdO„ƒ>QÝd²Ÿ¦ý—Õ!“¤°ëÉ.½·{>Xý‹','',0,'?'),('é©m¯ÆÖóÂIä	&9','wp-content/plugins/woocommerce/includes/class-wc-customer-download.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','×‘E6_Œ\'žLâX8]i…','TÚÙãuç0¤)%]gƒ‘·×+þ·³Ï0Ž_îÑ¾Z','',0,'?'),('ÙdTÒ…:C9$öð ¼Î„9','wp-content/plugins/woocommerce/includes/class-wc-customer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G5¢M?ßøDò”k','ªÁ¾W¦›vÒ´–—§rÎ:øL?ÇàAôÓÕÅÁ','',0,'?'),('B†z¢›‘`–“[ï¹\"Á','wp-content/plugins/woocommerce/includes/class-wc-data-exception.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','jô\"ƒ^6Ýše#És_ì²','kO])õì&·ï9(B>ò^þ$\'RaZ$µB5ÛëÝ','',0,'?'),('â*Úì½T‹g×i­¯¦·Ø8','wp-content/plugins/woocommerce/includes/class-wc-data-store.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(¥ÕÒ—Õ˜È9_¤‘ˆq','ˆlð÷âlOS3áO×\05.»×ç5˜,…5rù?¸','',0,'?'),('jŒÕiòÍäâ¡fê”’BÛû','wp-content/plugins/woocommerce/includes/class-wc-datetime.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R7ívPFš`º< äln³','Ú<¼:Š¾„Âƒ’Oòà¨P¶ÿà_×`LH;r','',0,'?'),('-çüƒU…×½èöõ éF','wp-content/plugins/woocommerce/includes/class-wc-deprecated-action-hooks.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#%\"%·(ª¸7=V@ ¿ç','1I(b½è²0Ä^B\r°»0øØ!ìÆ¡ƒñw;éñŽ','',0,'?'),('fáÅ{\rJk§žÖ”›¢ÎÏ‡','wp-content/plugins/woocommerce/includes/class-wc-deprecated-filter-hooks.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@[®2óƒh„m?d,Ê\"Œ','HæZ	<ÖÍ/˜ù)Ó³Lô€§Ý\nì¼Ã›ó¨~','',0,'?'),('a$ê…ÜjŒÎ€›•?z=','wp-content/plugins/woocommerce/includes/class-wc-discounts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÙQL¿éÃµ¨o«{¶„','û~e€”ýD\0HËS™¹K;7vØmÄr‘ôY£]n5²²','',0,'?'),('¦Á\0a”õ>d$p°æÏÞÔ','wp-content/plugins/woocommerce/includes/class-wc-download-handler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','²aª<Q5§L†G!Êºc','m!´EO¿\nÆÕW&PŸ®úgõò>ÐÔMaiÚ}†—_¼4','',0,'?'),('ÛîÂrŒxÜáïÑÌ7Œ','wp-content/plugins/woocommerce/includes/class-wc-emails.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z@þb½ª=å4Ïê„-','^Ž¹–”`Éú¦ñ±™¢Z™ t€bÉQJBBÊ{Û','',0,'?'),('ÏÏbô×Nž(Î¨t*ñ','wp-content/plugins/woocommerce/includes/class-wc-embed.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','œ°™›ñ—ÉÅ8L,=9–','tcâýÇÄAMý‘L•Äêl`i6u.œÇ\r¿’\\jìò','',0,'?'),('Š£q„7¶L¬Q>q\rg!','wp-content/plugins/woocommerce/includes/class-wc-form-handler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Œ$ãlò>>&ó¯',',Ü›\0R­OPÿ`”\røZ§‰sÍ„ú¸ ŠÌ','',0,'?'),('m´·L%AöML><]','wp-content/plugins/woocommerce/includes/class-wc-frontend-scripts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F@|dH]í§tÓy','àÙ»ÀO(<’¾6ô&ª¬y¯ógƒ)f’5A¢þ­¿','',0,'?'),('Õ&d\0¹Þn%…ú>öÔÔ','wp-content/plugins/woocommerce/includes/class-wc-geo-ip.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','’]m¯Lð¦Ñ2x]—Ôö¤','M¨ß,è0Ye©s@ÕäÑt%ÀU=dô¤ûžaÞ‘','',0,'?'),('Ç÷0ƒí›vð§3$#sY]','wp-content/plugins/woocommerce/includes/class-wc-geolite-integration.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[Xæ­´qD½µr×À\n¢S%','0ñ¢„¬Ð=òeÝ&È¢ÚÈ€Doä¡ùðœÚS¹','',0,'?'),('>‚A‚Fú9-\rC8c¬²','wp-content/plugins/woocommerce/includes/class-wc-geolocation.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^áøzáƒ\0ö²¾\n¬vÌÍã','ƒcHPä±úÌƒ`j§²–×’ŠJ¨Îà7INgò','',0,'?'),('iÔU\\n;Á°ìJð…ý','wp-content/plugins/woocommerce/includes/class-wc-https.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ºð«-çfxQº~!¹KDë','°Í;_åd	‘¯Õ®9‡Fû-æýüä%â{ú‚¦Kt','',0,'?'),('Ü>Ú¨\rò;ó,žlY5¨o','wp-content/plugins/woocommerce/includes/class-wc-install.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¸õ¤ÃÜ0ó,½• q','ËÂ·àv­ìnÂCÈÕ`û±Ä—ÛÍÎx®·™‰E\r»Ãm','',0,'?'),('°’´agî÷@E‘’:ˆq„','wp-content/plugins/woocommerce/includes/class-wc-integrations.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¦\n2I}Å´â4¡Mç¾1E®','Š¿Ý3—~à7Ó\\µòÖu=Íz0M;Ä\rå¯êí<ü2˜b','',0,'?'),('Ujˆñ¯õf5D7}¤Ž','wp-content/plugins/woocommerce/includes/class-wc-log-levels.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‘z8¥´ðv€ø4oŸŽ“','àŸìÝ_%Xéê¤P*Ï\07U¸Íf³0ŽóaÊ0ê/E','',0,'?'),('&«ÜŸ&Ý5Âj‡9ÊçN¢','wp-content/plugins/woocommerce/includes/class-wc-logger.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','zzºë{4Ú¿ÛD³m','ÍËonR´­G7ùD(Q¹{pŸçhþ“¶ü¬_ý€¯','',0,'?'),('ÃønÈòK”Ót$úJnß','wp-content/plugins/woocommerce/includes/class-wc-meta-data.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¿YSè¦t\'d¬\0&£ƒ','‹mÂ]\0?ßfŽ™8%Ü/ç‚}¡ßEñ\ZÄ¢Ð,M','',0,'?'),('\Z  Ä}(Ïº¼L…@\n`','wp-content/plugins/woocommerce/includes/class-wc-order-factory.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','šÞ²´ÜÄžEÅM‡ˆ(','|ð¦ä Qh›“¶ŽØ¦S[LÐ—4ä¢ÊI,„OÍ‹ã‚','',0,'?'),('¯x—@`7ao‚æØ—ºÆ²','wp-content/plugins/woocommerce/includes/class-wc-order-item-coupon.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','öküQaZ2”CÔ¡ÍŒ5ê',',Âdü:&~1›5CA aú¨¦ÿ9²ì¯\0ò¥ÆÏtº','',0,'?'),('oÏl9ý:Æ¢<Ö÷°­Ï','wp-content/plugins/woocommerce/includes/class-wc-order-item-fee.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\ZÐ	™gÛüÁïâ8y‚','™«KØšÕmë³é?‡q\"¬,ÑÑ3Rä±ãµ•Ú5>å','',0,'?'),('È‰4vÓGðú@è¾(/¸È','wp-content/plugins/woocommerce/includes/class-wc-order-item-meta.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&\néN—4bÕCn,ž?','}—:aª\0ƒ²pRÐG¤NÜ^ûï¢…ÌÛ:ÏE~¼','',0,'?'),('CÒ\\H¨œ–è¥¡ƒX—','wp-content/plugins/woocommerce/includes/class-wc-order-item-product.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Â,þŒH£¯Û=\rzc','«qªgä¢ód¾¾\"wwqÞ*bk´ò!yKàRŠ','',0,'?'),('ž@ÿä–ØIVâu‡\n\Z€ÂÙ','wp-content/plugins/woocommerce/includes/class-wc-order-item-shipping.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','²ýyÜ2hˆ˜üo«» ','ZìT†v2Ž–}Çü½_Öu§7P;ÔÓ‹4×š','',0,'?'),('è7‚û<~™V /=í9Ô”','wp-content/plugins/woocommerce/includes/class-wc-order-item-tax.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¡Æ~[H„ÛjÍà³å/','±Èn›B)a‹ð‡ÛLáE£i0éª»òÒ+«À™¡ëßµ','',0,'?'),('í™Þ%Ô±\0:eìqØä3','wp-content/plugins/woocommerce/includes/class-wc-order-item.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¹,fc°Èóf˜ÎL½d','MáZ11vT-DýíuÍ¨’L º¨)W®óÃU„T','',0,'?'),('¨RÉØ·¼V_%#«¬©LLí','wp-content/plugins/woocommerce/includes/class-wc-order-query.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','€C€ªôý¾Ìöùé4Îå','£r	yn&Ðä0¦©ÀCuîreéƒÞŽý‡mÉ×','',0,'?'),('^(Â§3„H¸Þú²\'îØ¾','wp-content/plugins/woocommerce/includes/class-wc-order-refund.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7ß`gÙ¨Ê«ü+-ÔÛ+','ü„EêC(OÚÄƒ[.ùÏ(j>Ÿ=Iàa\0.×äŠÁ','',0,'?'),('p>¼~ àŠF®é¼\Zs','wp-content/plugins/woocommerce/includes/class-wc-order.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/ãnbÔ/îÜi1v9Á^\Z','OÞ®Y²y•3ÕQ)Ó«ÁšÎ%7œÅe«d~]Ûò','',0,'?'),('‰È\rh©8çù¬×…@XAÔ','wp-content/plugins/woocommerce/includes/class-wc-payment-gateways.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ðŸç–ÆÙp §ì‰vÝ','é!„³Àþ!îA†Vï®÷ƒ–ì=/„ú}Uú.yÈfZ','',0,'?'),('\n|Žo«Á[ªùYádÚ','wp-content/plugins/woocommerce/includes/class-wc-payment-tokens.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']6aGË™G!¢	áµ','F|ðw‚\ZøÎ;n«D—¿ÙÐº&fÛ4ëäô”w4','',0,'?'),('—×šÕGVŒËºIgÇHs','wp-content/plugins/woocommerce/includes/class-wc-post-data.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÿšòII)¯ùV‡oúál¶','=0(´ˆªMÛ/ZvºáÚ©ýyâ\n¶Å{=ÒÅ','',0,'?'),('bvjŽq¨óù[ð\nHÛq¹','wp-content/plugins/woocommerce/includes/class-wc-post-types.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÉØQ¸u‹TJ¼\n:ˆÆ','àþhF¤#È“œÙ§ÇïyÎ\'§`^0Ù.b_=¬fP>Ó','',0,'?'),('ŸÃÒÖt‡M<Û¿ÑáGƒ','wp-content/plugins/woocommerce/includes/class-wc-privacy-background-process.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','èÕ8°â•³’vü“{Ìf','â–”§Ž‘™LvÑöéQˆ´‘ÄQ‚+ÎaãØ~*ÕÃ','',0,'?'),('œ‡˜Èþ­ŸöÕ.‰bWÔk/','wp-content/plugins/woocommerce/includes/class-wc-privacy-erasers.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ŠÏhgMq–»\'p„Ý›¯','™¥£/]®é:´m;õ»$O	©æ(üUöUW¶æ¸+D','',0,'?'),('²*Y¬x_ˆvj±¬×§&ö<','wp-content/plugins/woocommerce/includes/class-wc-privacy-exporters.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{nÖPy¹!$Ý$¦´ûv','Î-»è [Ñ>9Fs49TÛ×þWå˜{Ä³Žá\'(','',0,'?'),('ÞGß0IÖÍ(CÜã<D','wp-content/plugins/woocommerce/includes/class-wc-privacy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','½Üdè‡BM16’¾\"H°£','¾ãüèîb•&Z2T8qkßøfú\nF‘?·m)¸‡¢','',0,'?'),('’!~i‘Y™k”üD€p.','wp-content/plugins/woocommerce/includes/class-wc-product-attribute.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ØC{˜§ñõE0×ªü1—¢','pµPTõTPRÄ‡nZ\'…d:Œ6¿B]þ‚öÅœö','',0,'?'),('~¡£#åœ#\Z¢Pw*:‚`','wp-content/plugins/woocommerce/includes/class-wc-product-download.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2ÀAsaQí UD-ÍFò','ãî¬2Ì¢4âExöÏç<Èé”ÐŒª°¦T(Nè9¤\'','',0,'?'),('ð\0@„²Ñ5\rB','wp-content/plugins/woocommerce/includes/class-wc-product-external.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ësô½ï(x‡3+¢`t@','ÙÉ(ßYoq¢ËVlª¯k{¿tðŒ¨BÖ‡ñë¹vÖ','',0,'?'),('<ð;z_àh{³†4HšmQÏ','wp-content/plugins/woocommerce/includes/class-wc-product-factory.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','·iÊÊ¤Oý‹±6›‡wÒÕ','cê!ßïÅÀŽ’Ð2hõz°$Q·§ë4ÏN`ÝÑ','',0,'?'),('í1‰k¯ËB­ÞzZÐ','wp-content/plugins/woocommerce/includes/class-wc-product-grouped.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÎÞKÂ¯ÜÏî\'æó]—','AŸÎÐ×+N\0=u}Á¾5E<b\"s¶á±W1åÂBBl','',0,'?'),('¢õ‹™a-çQp»)ô','wp-content/plugins/woocommerce/includes/class-wc-product-query.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ç½þwd¢M¥iÕ’Mu','ôè©›àiL~`´	äÚ…\ZÊy/ä’õÎÕ[	G{¾µÎ','',0,'?'),('‚]Q%úLd§€Ä‹','wp-content/plugins/woocommerce/includes/class-wc-product-simple.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ü#¢ø	ªN-µYžjÃÜ\n','w$W÷;¥¢ç °‚¾¯7Y}ÚÃâ\0ÁÐ<ièŽcR','',0,'?'),('Kâ9Y*‡0æžòÿ÷u\r','wp-content/plugins/woocommerce/includes/class-wc-product-variable.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','iy¿/i|ú–Í^°çâû','yŠÄ‚¨)ÌÊëÊÍÈ_ÅtíÝÆ2H‹]üËš¡Ú','',0,'?'),('’ïQ%*ÅPqþ’yC','wp-content/plugins/woocommerce/includes/class-wc-product-variation.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ðÅ¶˜>ogPaœŠ¼>','¯R—ØôF\"iÊ‹ßÃ{¡h¸0À¬eûô˜Ü·ÓØí!','',0,'?'),('~Y‚££†¥¯Hõ†#\0–','wp-content/plugins/woocommerce/includes/class-wc-query.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ðîÐû…/Ø±*C*[?É','Ï¡·&-:‘8ò“\n¾¬Ë áUé»8BÒ7\0\n','',0,'?'),('–™|&ì°­Ýµ»’ì¯ý','wp-content/plugins/woocommerce/includes/class-wc-regenerate-images-request.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ªÂwöL¾aC²x~rÖð','K:^¢‡÷¸%”„ª•‹xÏÁN\"0B“þ²7?V:µQEàò','',0,'?'),('J9\nE½Þs4Tœú¯Îåu','wp-content/plugins/woocommerce/includes/class-wc-regenerate-images.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','à¢å#²Uà,jB‰pè^','y¨Ýë;Ðr,…Ž‰Š·ª%)Ã„pÂ¯çµEtÇsô“ª','',0,'?'),('…\rÇ;C<€êÄÜxÔ','wp-content/plugins/woocommerce/includes/class-wc-register-wp-admin-settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\rQ1ôCÕôË\ZŒØ´8','(UÛ\"Tç™Ý´‰›ÏUýŽ# >¯2‘ûLý­Úe','',0,'?'),('˜‰ãóßä®÷2¶¾ÞG','wp-content/plugins/woocommerce/includes/class-wc-rest-authentication.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ã|	tqþCN¤Êw/šzþ','°0[µ3Ï‚œS«‡Iî¯…j.osc’a$?=ÑC¤','',0,'?'),('ÕüO\n/të»‘þçË{','wp-content/plugins/woocommerce/includes/class-wc-rest-exception.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$(eÚZ\\o‚)tÀý‰ŽVÁ','öm>oD.<‹“2G½0[”dK˜vSE®®[’	Þ/½','',0,'?'),('ˆ:Þòy©†3èS¯x”C','wp-content/plugins/woocommerce/includes/class-wc-session-handler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*ÙcÎŠy=ï\'øè)ÿúõ¾','¾|íâ*hër¢½b¿ÀÂ£ëfF\nŽ_É¾z|ô`2lð','',0,'?'),('éIoß\'ð‘@¢FçPEÃ','wp-content/plugins/woocommerce/includes/class-wc-shipping-rate.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','EJ†HF¤—Êâú_»äó','¿ƒã¡ér{Ê4ºÝê`Ò³­j¶æá.àoË%ßæ|','',0,'?'),('Óâ¸ [¦è‚(ÛŠÙ\'¢','wp-content/plugins/woocommerce/includes/class-wc-shipping-zone.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Æ\0\\ÃWÆqËJs•,‰¹|','O™êËþÛ+†A|\0#EæÎ­êh<€€N´ùJ	','',0,'?'),('‹\"ùÿï‰‹\0VÚÎ w','wp-content/plugins/woocommerce/includes/class-wc-shipping-zones.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C8R£g‹‰îsðÐàbã‘','#ñòÿ½ì=.×´»µ*´LÐoF\rv6c3Ü','',0,'?'),('Dà@Äk­C”}OsÖ%','wp-content/plugins/woocommerce/includes/class-wc-shipping.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Œ2ß\\3#/Á¼\"Øº¾Ëµ','°\"™Øuëíh´ûvE–úD÷Ü¨!åÕäøíó†Ú','',0,'?'),('ó~,yW0ëûZ“.Ó[','wp-content/plugins/woocommerce/includes/class-wc-shortcodes.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Áî6ñ˜_Vò5æ–U°2«','¿ÍÑ——Ô/B}Ž†iKnÔf{Qååé5.\njÖ','',0,'?'),('W\0¯Ì§ù‡7fc|ÂsA','wp-content/plugins/woocommerce/includes/class-wc-structured-data.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','«žõGy³1	\ZøW”õî±','u:ÏDÖýmµ¢U‰`S™zKnjÂçf%zž','',0,'?'),('\rFŠBŒŠ(ÝÙ„\Zº','wp-content/plugins/woocommerce/includes/class-wc-tax.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','šÃ¢Uƒ³ ÷\ZôˆÝÀð','064Áx—Iå/’Ü¦²®QêÛç«\n¹AD„LÑ','',0,'?'),('¼”Æ^4K5×}>\'¨Z…é','wp-content/plugins/woocommerce/includes/class-wc-template-loader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‡àÃb0‚Æ¡°Ü9ö','µž‹*¡ÔpéRz“V|>×Ä[›XG:Â ¢Áf8','',0,'?'),('_Ž¯÷§Ÿ	,þzbk\ZÍ§','wp-content/plugins/woocommerce/includes/class-wc-tracker.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¼\rá‰*pCrî÷¥ù”','–ƒæêv\n;!4Ž„@ÅàÐ¢“\Z 5ê¿¾×<S¯jm','',0,'?'),('iM²àù*Ó\'ð|0R','wp-content/plugins/woocommerce/includes/class-wc-validation.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ìè˜m4yr«,Y_[û1î','#J½†@‡[~­ã#a}ù\0»f-vãï·¸z ›','',0,'?'),('²É\'Ü¶?`âØ¤ %)ò','wp-content/plugins/woocommerce/includes/class-wc-webhook.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7\"þ)OÉ‰É…\"!ˆÔ3','Í—kŽÚè9$3=]ƒ\0i\Z1–¼\'’T0bnÃ3É','',0,'?'),('ÿíBþ¼ëï©Áh‡8´','wp-content/plugins/woocommerce/includes/class-woocommerce.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1[#ß™b\n†AÆ2ÀNŸl=','#¨‡¯Å\Z¸ªµ|,–w·&5Òž½ŸàG™~à¬ÎÁ§\\','',0,'?'),('`\0\rÙ•p#µáö1Üû','wp-content/plugins/woocommerce/includes/cli/class-wc-cli-rest-command.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.8XÏ¤^Ç7î]Ÿ','ªõu®¬PÝkæHEÔ£h\"“ëÕÛãvÁ_ª-	š€¯','',0,'?'),('yp‘¦e¯â‚V@MÑ÷Ôú','wp-content/plugins/woocommerce/includes/cli/class-wc-cli-runner.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÝPÚ$™ïny	%>Ú¢ù6ñ','\'v{ï²T¼[Ä`¿ÞT®¶ž\"_”vAb].fhO[Lý','',0,'?'),('œ‰Äî<¡ÑxQ{}$*','wp-content/plugins/woocommerce/includes/cli/class-wc-cli-tool-command.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`C&,w~áO°›_¿+n¿M','\\‘zí	I;c!ü¹2”Î¿Ÿ)#þ¿¿$dˆž™|P','',0,'?'),('z!ˆ€\r¬T!KÓËz','wp-content/plugins/woocommerce/includes/cli/class-wc-cli-update-command.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','dbï³¼£ˆ0n¦JT;ã°','·ÆHn¦‚Ó±¶IÂ©¹Á™†èõ¥%`ÒË‹˜˜7','',0,'?'),('z½¼Océ¬Ë ~„i','wp-content/plugins/woocommerce/includes/customizer/class-wc-customizer-control-cropping.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F°Ä·³^ì•<%Ïz1š‘','?“{{óSqûð¥c‡©4µ˜-ð7«^_{Ü	FÞ','',0,'?'),('˜í*AÉ™¦x[ƒ‘¾Ó','wp-content/plugins/woocommerce/includes/customizer/class-wc-shop-customizer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l×”]ÛË2é£Œt','—¢‡Y©ÂG»Óà¬€Ï!œ·Oyç´è\0B UÓtñU','',0,'?'),('?Øá~¯W;òã(ï','wp-content/plugins/woocommerce/includes/data-stores/abstract-wc-order-data-store-cpt.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','²ÎU sA@È	ù³ñº:','WÀª×†bš:ö­r“‰ˆz©è·Iú[wSSô4Š','',0,'?'),('\nß’¥‘®ï·óp¨œ','wp-content/plugins/woocommerce/includes/data-stores/abstract-wc-order-item-type-data-store.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','±EàûÄk6;ŽõT—á','R•Ù	øë”Ñê¼Dá™Óuÿ¥_ê&§,rQ¸ˆýn','',0,'?'),('g0‚:¯­ªbH®ýðÊ','wp-content/plugins/woocommerce/includes/data-stores/class-wc-coupon-data-store-cpt.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','½¸¬µ§’¹uí6¯	Åºá','µKÍ\0é0NiïLÌ\n„‘è>ä¡|Ýöb==Êw‘','',0,'?'),('UÜtLÜùð\'±Ö÷î,ä;×','wp-content/plugins/woocommerce/includes/data-stores/class-wc-customer-data-store-session.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','vV­çð×SÛÉ–SîU¿¿â','áe5óˆYöt_\r=èL½Ž²É8#¾­YxX(¼ÓÎ','',0,'?'),('Û†jºÒü[d†Ë<ÊÈT£','wp-content/plugins/woocommerce/includes/data-stores/class-wc-customer-data-store.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','•\n_P´ìÎy–ç‚Ì','m—D¶/Ðf‚ÃmÒ§e@èTÖÄáïËX7¦.@\n','',0,'?'),('ôá†tbm7—\'ƒùê¡¤öz','wp-content/plugins/woocommerce/includes/data-stores/class-wc-customer-download-data-store.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ùlHÆ™@ÆoìunÛ—9©','aºª“ÁS¤¦Î~ŠÛàŽ)s§ƒ€(Ôfs…d8?? ','',0,'?'),('_c8øä[ž&DÙŽìsc','wp-content/plugins/woocommerce/includes/data-stores/class-wc-customer-download-log-data-store.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`~ÜÎÈJÕèDRÌ5¦','ìàÖÁ°Û’Ûc\\ÇWùÎ/ÞhS»nòGj~k','',0,'?'),('Û•\rïo”.®­³g@M','wp-content/plugins/woocommerce/includes/data-stores/class-wc-data-store-wp.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','³€\ZD¦;8Œµ:Æ|üI','Ã‰Ä½ß–ò¥D=ÀŒõwåmŸª>¬KË“ØfÏ','',0,'?'),('¿S”åáð¨p\r]) –²¼','wp-content/plugins/woocommerce/includes/data-stores/class-wc-order-data-store-cpt.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t Û–‘Š³ûô­_Îó=','þm=§àÿrîg­HwÄ²¦¹ K³c–P`¡KÇ‘~än','',0,'?'),('dxë\r	=\0\"\0\03fL¯´','wp-content/plugins/woocommerce/includes/data-stores/class-wc-order-item-coupon-data-store.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','«‹ëS|ré˜âé;ÕEf','ˆ¨ô+\0‘µýìNup`+ÒÎÅy†Í x§*:æ>','',0,'?'),('†K4ÞR¨ì÷¯\0¬>u)','wp-content/plugins/woocommerce/includes/data-stores/class-wc-order-item-data-store.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`‡VÕƒˆ#ÖåÖ­a®%','xÐ–*à÷¬ÎIÑuP{#}¥²ï,o9Äå\r¼é:üI','',0,'?'),('D¥ÉÌ;_Ñí“[Ýd‡K','wp-content/plugins/woocommerce/includes/data-stores/class-wc-order-item-fee-data-store.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','sŸ\nÞô=´65 4y¶N','htÍÇ™Ñãå’u^–rG’5]Ž€á)ñ\'íê‰›I³ß','',0,'?'),('×.øúef•UyFüˆ¢Ìk','wp-content/plugins/woocommerce/includes/data-stores/class-wc-order-item-product-data-store.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','AaEÍÒ†¼yÜ7³@Àº',')e I4°qð3ñÐ•¼5\\œ‘Æ\ZÌÔ®1øˆ1OÐl','',0,'?'),('\"ö,×q7·Ìÿ¨˜K‹','wp-content/plugins/woocommerce/includes/data-stores/class-wc-order-item-shipping-data-store.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÅX¯F¼µÖ‰„ú´cN','/Ê`—Éa„K­óËgÃ¢\\|Ý¥ÌZÚýü´§QLÎ','',0,'?'),('-°Eåd\"TŒbfµœx9','wp-content/plugins/woocommerce/includes/data-stores/class-wc-order-item-tax-data-store.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','È¨Hö‹Ÿ=2µ\Zæß','×›k+”J\\hÚï×Á9CŒN÷mµzê\Z|Ä¨ú','',0,'?'),('wÅ¡çÉ,”ŒÉ$ÄÕø','wp-content/plugins/woocommerce/includes/data-stores/class-wc-order-refund-data-store-cpt.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‘^d5ü`pøµ…','å²kF®þÈì¢=dN*¦òMz(Lä×Î','',0,'?'),('Jèñ\\\'à·•M--Š‘e!','wp-content/plugins/woocommerce/includes/data-stores/class-wc-payment-token-data-store.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5ôØ2µmÎ¢ñW¯þõ!ž','HMU¥ŒÔ=Ü«LêëF:È³§¹\\êÌÇæà	)ääO','',0,'?'),('¼ôBcÞ%ôE8‘“m4˜Â','wp-content/plugins/woocommerce/includes/data-stores/class-wc-product-data-store-cpt.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','«Œˆ¤BJþ³˜õ¿‘f','xrw:>öÉS_<Tpò[†Ã ÕºšN?%','',0,'?'),('BtžÌèœb‡\"ÞFd^–','wp-content/plugins/woocommerce/includes/data-stores/class-wc-product-grouped-data-store-cpt.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','û°ÂÉ€À®²å3hbñŽø','Jn³ä5òø:¢4‰Öz˜¶Ôƒ)Ê®¹®O(	ÇØý','',0,'?'),('^¥‡^ÿ9V5}ìáGm}¶','wp-content/plugins/woocommerce/includes/data-stores/class-wc-product-variable-data-store-cpt.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T4ÝÈMUÊ…30GüðMƒ','•Í6ÍŽÂÃ ±ÔBòH\"ÉuÈ+$;jyó1Ê«ˆá','',0,'?'),('mìSU)Yk6¡Ú	Ì·','wp-content/plugins/woocommerce/includes/data-stores/class-wc-product-variation-data-store-cpt.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ôWè`êºùŒ~t€\0','×w]œn[ÁˆÞT,›8¬DâG.¢¿L£3šÑený','',0,'?'),('J Xòòýè¦¬Ä=~ÿ','wp-content/plugins/woocommerce/includes/data-stores/class-wc-shipping-zone-data-store.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','çs©Ý\nMäCoMÉÂýŒ','ÙOÏä.SNàt&+U/Ìm]6|îqÌ¤ü£÷ïGiØ','',0,'?'),('#ä‰ƒ­À\0ÞÍsQÝo','wp-content/plugins/woocommerce/includes/data-stores/class-wc-webhook-data-store.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ô‰Øó÷r‰6Ñ¡ÄLÓ+ÈÎ','½ÝSÔh”Ä…ÒKpŒ¸:r·T®\\bô³‰†ø]Š','',0,'?'),('µÒô†t¯‰x×¢Š¥¯á','wp-content/plugins/woocommerce/includes/emails/class-wc-email-cancelled-order.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N_6„9 -éuLà*Äe','óï\Z´f#>›¶§)lÓ_Àjê–1ÿÞ—¤—','',0,'?'),('XIÐ–“ê–^\0êeŒË£','wp-content/plugins/woocommerce/includes/emails/class-wc-email-customer-completed-order.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ˆí^ñ¬yEÓ²÷·lý5ê','|Yñx0kuÛ2)ØôÙÍhå¤E:Œå¤V£™‰','',0,'?'),('N_=„ÉÚ=Ó©æÛÝ','wp-content/plugins/woocommerce/includes/emails/class-wc-email-customer-invoice.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ù–©z†ÀYÊ·°«x­ˆ','\nÙ“Y@øá‚è>ë$$g£§­ÞÌøLuè†HÈ«','',0,'?'),('œªÓQ¾Vò‘¨°ÕQ€ð‚','wp-content/plugins/woocommerce/includes/emails/class-wc-email-customer-new-account.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Qïþ¶aë‚3ÙvKd	¦Ê',';\"þÿ¡]|ün.HÑœ—õòó4eú”é•=HìÖÀ','',0,'?'),('Æ1«’›.ko$\'Ô¦ÂâR«','wp-content/plugins/woocommerce/includes/emails/class-wc-email-customer-note.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(Í‘ú¶­gˆ6‚Ò	ºÓ','¶û“K ¥I,ÉT£á@÷Ü|ñ§Al¥\rX4fý','',0,'?'),('èÖSzX%•fWA','wp-content/plugins/woocommerce/includes/emails/class-wc-email-customer-on-hold-order.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ä%ªbÏnãIaÞñ\')~>','dÖÕHÑþQöæŸôW.ûªwªÆÆ¸:#ˆ‹éíg$Ú','',0,'?'),('†æá¦äFy´ÕîÐP¦','wp-content/plugins/woocommerce/includes/emails/class-wc-email-customer-processing-order.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"îVQƒ*ÿ¬Kö&APj','y(cêwwicì:î}§„43g°Æx$ºbíý3aNZ','',0,'?'),('Tÿ¸ß!ÒÎzWÄw.Zì','wp-content/plugins/woocommerce/includes/emails/class-wc-email-customer-refunded-order.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ayÿ¾çŒJŽ×(…¢Ö3…Ñ','D\rˆ}ÒÄÚu|\r	ÛÚÑÔ<aGø1`GJ½ƒ*F','',0,'?'),('¹8µÓ…ýEù¼2ï','wp-content/plugins/woocommerce/includes/emails/class-wc-email-customer-reset-password.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ý\0óõCkŽã§K½>· €÷','F\"YÇÖ@œüiÇs³G@ ††2œž®\0ó5ßµ(','',0,'?'),('´I…6›7W¶îfiû¡0','wp-content/plugins/woocommerce/includes/emails/class-wc-email-failed-order.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¿l\r\'äVmN®}´-D','\nŽ)Þzûb~\n\0¹‚-O/{x$}ŽS€àKÙZät','',0,'?'),('È¢Sœ9Ø.v›{ÙQy£ø','wp-content/plugins/woocommerce/includes/emails/class-wc-email-new-order.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','´¶ç%qSë„šC©h','<Úª³ƒá%<s¤é`\nhñZmÜûÿI‰”OÁsŒ','',0,'?'),('gnÍY–ÎnÂæQã_”)','wp-content/plugins/woocommerce/includes/emails/class-wc-email.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' ƒ\0&õðÓÄ|}­Ø','!ÆG»]­}ë·÷†õGú{1;ÐSÆ7”ýZ','',0,'?'),('*>‚Ü†ã‰óÈàPóîå','wp-content/plugins/woocommerce/includes/export/abstract-wc-csv-batch-exporter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','jÈÆ’Š¦Y¶},U¸`CÌ','¯Ö¸ 6gšRä	Û8Ez>VNšPÒ½k’Q ~7','',0,'?'),('ž³àø¹!‡çµzEt','wp-content/plugins/woocommerce/includes/export/abstract-wc-csv-exporter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ç\ZR¿‚”{\"ûö°w','å‚ýñhsï—ÊÜDÜ»€ÝAÉþ¹OüÔÌ«\nk—è','',0,'?'),('mÓ»åŠÁûþÎt,^{','wp-content/plugins/woocommerce/includes/export/class-wc-product-csv-exporter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ðg?\0•æ«™îz*åµÆ','¢±•úQ3ÕùXì,,Ÿ“×zž	`KŠx˜’yªÛÆz','',0,'?'),('Bó¢Ã¥“r‡ÅÆ*ËIs','wp-content/plugins/woocommerce/includes/gateways/bacs/class-wc-gateway-bacs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÔL:âÃhƒ,ÉmRi]ôà','°VvD:½âkùiC–Í(Í•gü—¨Ç@öTNÇelþœ','',0,'?'),('‡’ê„¦e\Zj~Syrju','wp-content/plugins/woocommerce/includes/gateways/cheque/class-wc-gateway-cheque.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i3œJ®C] ò™BaÜ','LVÏkkuP1G´ª—mè/,#ã\Z2+¸EÔÌ-','',0,'?'),('˜Ç1®*ªh¾îB‘±','wp-content/plugins/woocommerce/includes/gateways/class-wc-payment-gateway-cc.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','íÜ–cV?“J-ãHÈ‚á£','ºdåì²êÄšžÌÆ¼7ÄH9^\r¶Ê\Z×~‡\"ç¼','',0,'?'),('Ð‹º$“é~†ƒ½}–I¡','wp-content/plugins/woocommerce/includes/gateways/class-wc-payment-gateway-echeck.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ø\0NiXŸq!/&ô7Ju`','ƒÛsó÷ŒÛ²Ëˆñ®´×îûM»J6s¯&ÈÜ/','',0,'?'),('3eUþÊ@;­`¶ñ½O','wp-content/plugins/woocommerce/includes/gateways/cod/class-wc-gateway-cod.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‘xsŽë\Z9óLõñÛöWY:','¬N¼xP5ž¾óF‡dB½%u*o¼”ZïCô	ì6ï','',0,'?'),('CÜ|QÄKO¢EQ½\rtî','wp-content/plugins/woocommerce/includes/gateways/paypal/assets/images/paypal.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ð{„ßÆˆ\ZÔ˜ß>â]Ò','¬ÕÖƒ:N,\'gÒ§àô#èò•bì	dÄ)ËöË¸§','',0,'?'),('&c9JÊq	+MMT8ûl','wp-content/plugins/woocommerce/includes/gateways/paypal/assets/js/paypal-admin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\nÀ9%\"ù½Þ‚åkÕ‰','°˜ãP¶<³¡rÍfÅ#ÑicÑ¤]ÕŽŠ‚Ê,—±Y','',0,'?'),('Ë=MØ\ZýSj™è¼Ò\\A','wp-content/plugins/woocommerce/includes/gateways/paypal/assets/js/paypal-admin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','LÒ~ä¦Ãà¬Í˜-ÆßÕc…','xcÏ´ñhÖYÙéEÊ›Á\0	FµM­<uÆdýÌâal','',0,'?'),('Ó¹ò°\'?meU!É-2Åv','wp-content/plugins/woocommerce/includes/gateways/paypal/class-wc-gateway-paypal.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0û,¦¼Él÷*• hz','^ÏY­^¹àp^Ða\n†\",qiÛØã„Ù\'6:d *h”','',0,'?'),('=Þ‘U FV?ç0Ä[ß','wp-content/plugins/woocommerce/includes/gateways/paypal/includes/class-wc-gateway-paypal-api-handler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~Ì%Þ2Ú˜°;\ræM°','Wœ{‘7Î8¸V¢$ò¹Ë¥g¶„—Yµ¡ŽŠ','',0,'?'),('™3¼8…KÒÐçû‚.CÀ','wp-content/plugins/woocommerce/includes/gateways/paypal/includes/class-wc-gateway-paypal-ipn-handler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s<`b~‰• ÍU¢æþ','’[1¨+úK`ÂšS‰ÔÏfTÄ9°2ºøªo»¨ý)û','',0,'?'),('\Zw‹¨Á$qÍs…33Ã}','wp-content/plugins/woocommerce/includes/gateways/paypal/includes/class-wc-gateway-paypal-pdt-handler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','YÜÉ5P}±L}f\0îÖPÿ','ß€¢/\nF1yIYdÚônJÂÏ“Wñt{[ê\"Î','',0,'?'),('	õ.1ú6llY˜ß\"2Rì','wp-content/plugins/woocommerce/includes/gateways/paypal/includes/class-wc-gateway-paypal-request.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0=J­ª9\né(‘?qª','È†Ã	n%faNríjü™¹HŠ^L\r^›ÉWä»„','',0,'?'),('¥ß¥¥„ªS«ºýa·Á','wp-content/plugins/woocommerce/includes/gateways/paypal/includes/class-wc-gateway-paypal-response.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','®>èÑMñ	µ¥6','ÏÔÒŸ\"gòm½3*«{Vg¾M#þÈë†³Í†Ðw@‚','',0,'?'),('ÔšrÐïy2ÈkŸAì','wp-content/plugins/woocommerce/includes/gateways/paypal/includes/settings-paypal.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¤l÷âZ—pƒ J3.JãO÷','°¯!RûAPvÔXRƒÝ™¥ØrG·ÕªÔ¯¦@R@›','',0,'?'),('s¯1£|Ðuw»å§¨è','wp-content/plugins/woocommerce/includes/import/abstract-wc-product-importer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','àIrÕ¡ö:Ö6ÈFä','™¿è\\À»§´¹öNI¦x&Æ	½„ÐDn˜zC·Çá•','',0,'?'),('¶~ÊN“~ýO”Îmó¹ß>','wp-content/plugins/woocommerce/includes/import/class-wc-product-csv-importer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Yp]ïð3OÁ\'’Öj­	Ì','é\0ñšhUÉc¸¨ôs©ì‘„<ÇöC\nÔÕt=e_','',0,'?'),(':WxOrî«e)ÊW¬3~','wp-content/plugins/woocommerce/includes/interfaces/class-wc-abstract-order-data-store-interface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*ö„ðwf‹¤ÔÂÁ3 1°¾',',Õù¤±\\™°¡z¬É1Ábõ¡ßØÒ?±m7Û:wŽYË','',0,'?'),('M!Ç¢Œ«F‰…:/\0±','wp-content/plugins/woocommerce/includes/interfaces/class-wc-coupon-data-store-interface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f¹8<NMw®¹','8™\'H*%Ó0DÍ‚:¯¶¡ƒ¯ dÍ´c¾g®h','',0,'?'),('x.ú™\\“‹(ssÓuEx','wp-content/plugins/woocommerce/includes/interfaces/class-wc-customer-data-store-interface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‘¶¿™CoA3ƒoš\nA½d','£á$c2¹«»Ÿ¸èèîdƒ†*mÉgšò%Ð‰ê','',0,'?'),('Ôö×†[Tˆƒø`€÷','wp-content/plugins/woocommerce/includes/interfaces/class-wc-customer-download-data-store-interface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','šëMÉgÁn4à\nþ\0i','µÑÄ;c‘¸™Nß‹E§ÐFu@©ójŽ³®]Pù0','',0,'?'),('çáÉÒ­¨ç^ò<N{Š0N','wp-content/plugins/woocommerce/includes/interfaces/class-wc-customer-download-log-data-store-interface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','µ¦•^{\'p	cÁXÔù—ü¿','Øù™mñƒ*Ì}ì@±Ò\0H}Y]àâ%Ù®·b\\a¾','',0,'?'),('­;(¹@ú<™ì«7À','wp-content/plugins/woocommerce/includes/interfaces/class-wc-importer-interface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÔÈGß\Z¢ŠÕÙñ5ø','@[/ôöuR¢¾>ß..“ü¬åh »!ýózÂCÿ','',0,'?'),('š8—A•ß0I F3 ç H','wp-content/plugins/woocommerce/includes/interfaces/class-wc-log-handler-interface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¬3Ka1_‚ä4*BAUô','’r)‰…€S^v1ÎÖŒV N–Z…Ã¶Ý.Ý','',0,'?'),('K;çò~\r¨ºÍÍRñýï\r-','wp-content/plugins/woocommerce/includes/interfaces/class-wc-logger-interface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<	EÁÅø»„UŠËÝæ','ö„j½\\yn£–ÁÓÉ~EY6;Q$„šL†Øº0','',0,'?'),('LÐçeèZÙF›%äÃ©•','wp-content/plugins/woocommerce/includes/interfaces/class-wc-object-data-store-interface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','³qžLdCáçž®ƒ\"','úª¯¡h­z¿Þq*o·ÚËý¦Üì¦g±©)BÊ—ûsv','',0,'?'),('YõÊõÉŒ’8\\k¨±‘º†','wp-content/plugins/woocommerce/includes/interfaces/class-wc-order-data-store-interface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L\'°T8‰ºýN,4˜+I','yécÿ·|ˆ•uXëy`ãièŒN™¢üCÅÈä#ü','',0,'?'),('7dËdÏzØË¤7õÈqM','wp-content/plugins/woocommerce/includes/interfaces/class-wc-order-item-data-store-interface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ç¼ìš4ôE¾¯k>ô¢È‹','ô²{fè’°”Z$¼PS`5­_ÛØnä4¾ï²7»ƒ','',0,'?'),('d$µ+n]@KU§h¬áË','wp-content/plugins/woocommerce/includes/interfaces/class-wc-order-item-product-data-store-interface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n Þé_ÓÇ¬Q‡ó%Rî','v§psrœâ%@2Œ4Íç»†ƒÚ•WÁ_dÄpœßøÏ','',0,'?'),('ÇšŽä_Á‡`=¾ùú&ò','wp-content/plugins/woocommerce/includes/interfaces/class-wc-order-item-type-data-store-interface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','CfVquž;ó\"‡6SÊ&','í›°»@ÒõHœßP]àÚICp‘î¼Šô?’îðÀþÈ','',0,'?'),('aÇV£mOÐÇ¼Ìq','wp-content/plugins/woocommerce/includes/interfaces/class-wc-order-refund-data-store-interface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>îè$:Lƒy‚{K‡ªÑç','¬@-‡\\%(Æ½ªÏúhÁò$¾=Nq$´&Z*Å°m','',0,'?'),('¯À.sR±´Ì¿.¤,Š','wp-content/plugins/woocommerce/includes/interfaces/class-wc-payment-token-data-store-interface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/y=ã ÂjÁÿuuêã','/ÏÑ›Ù¡–=‘o›™*ÈD·óê`÷DÒKÑjè','',0,'?'),('Ïx1Ñl‘¼ €žÕx\rô}','wp-content/plugins/woocommerce/includes/interfaces/class-wc-product-data-store-interface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','sD¥åfJ·& ‰ø~¦K','ò™C0@Ôž\nbØD&¶´mµ²å\'åéBQP','',0,'?'),('øíñuÜ¬VP¤^P_ýÞ','wp-content/plugins/woocommerce/includes/interfaces/class-wc-product-variable-data-store-interface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','æ.8WŸ½Ë3œÛ‰ºÊ\'0','“dË_-æNÎä&Daa×Ýh5–•åàõ\"š:[*Ò','',0,'?'),('#½ñë\"KÃ¥ŒÝ)ãÖQ','wp-content/plugins/woocommerce/includes/interfaces/class-wc-queue-interface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','˜NÇ¿¹ÑÏec€â<K_',' :óvFåXc&ÑCw•æÊ1Êð©Ù¾Ými¬6','',0,'?'),('hgjÔ7PãjqåB;å','wp-content/plugins/woocommerce/includes/interfaces/class-wc-shipping-zone-data-store-interface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¼ …)5G­¯‚ÙµvUª','LŽòûÍ\0æ$Í_¼×‡Þ=™?Øÿo€¢7°]Qê\r','',0,'?'),('ˆoP•†Ž\"4Vc>Žo','wp-content/plugins/woocommerce/includes/interfaces/class-wc-webhooks-data-store-interface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','é\'SYïì”±F~tî…Z','´ÜÔ*¤aºÐùg\'?õ¨ŠêÁˆ›=QªÔÉ‘Ï‡C','',0,'?'),('/Å‡ÙòU|5KüÒ7ë©','wp-content/plugins/woocommerce/includes/legacy/abstract-wc-legacy-order.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s¦Ã‹çëËòµ„¡5ý','àp0}óä4z§â…Êý^ZfqX“ªØ³ÅíuÔ¯Æ$','',0,'?'),('J»jH‰šÐ&áÐåKÍî5u','wp-content/plugins/woocommerce/includes/legacy/abstract-wc-legacy-payment-token.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$ž§ûPE’ÿç\n!Áú‡\\0','£	òRÒcŠyôÖ†³Kq8ÑZóeNîQ\'«ZÏ€','',0,'?'),('´¥é<Bbd–™°¢pcL','wp-content/plugins/woocommerce/includes/legacy/abstract-wc-legacy-product.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¶=\ZùÞNîýÓ/õ\rH5','k&$CM1”¤›Û ß¨Æ\rç¤Nqû-#Àî™Ý4z','',0,'?'),('TæEÞü‘EìmC­Ï-–J','wp-content/plugins/woocommerce/includes/legacy/api/class-wc-rest-legacy-coupons-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C¹€3b†ò+o×','\\sÉ¹æóå¦<+Ì&\\¦Ñž¸Í5ªÞ]g¬çGóú','',0,'?'),('ÀééÐ8š\"\"8PŒ$ÌŠp—','wp-content/plugins/woocommerce/includes/legacy/api/class-wc-rest-legacy-orders-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','«úÆ¸º¢?ßd5¹qýUM','ú5iQÞ@ÂuûÉ||8ãâ9øÁ¬\\°lMïbŒ“Õ¸¡','',0,'?'),('‡`ÈêÚÏÛçGG?äØrx','wp-content/plugins/woocommerce/includes/legacy/api/class-wc-rest-legacy-products-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','õ7D\'èE²æËÜD—ÏÞ','èly¤éÓÖ±nâ]sà°ðfMÒaÁò!¬G¤ñþ','',0,'?'),('c:Qï»²¹¥LžK¯o|','wp-content/plugins/woocommerce/includes/legacy/api/v1/class-wc-api-authentication.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¯eUÔ+ÒA`fxÞv','#pÓÎTÄýÔóiœÏye: ¨  RrêÓvÅJ','',0,'?'),('Õ¢\'¤Ø=­g8•®`ãT¹','wp-content/plugins/woocommerce/includes/legacy/api/v1/class-wc-api-coupons.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¸ 0Î´˜AÔXsYØð´Ls','(Rp™Ò¥–ª)ŒDÞb¨Y|[[\"QjnñÉØ’','',0,'?'),('àÓ\r­%±Aç€\"2ù»','wp-content/plugins/woocommerce/includes/legacy/api/v1/class-wc-api-customers.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','OX½Œú™‚ÌÊSõÑ¦|','2%ƒ¦-«ÍÉ“IÛ#íù9®vçms´¼ÔÓ:çË™Kr','',0,'?'),('0Wb¸»Å‡*ä‰h*','wp-content/plugins/woocommerce/includes/legacy/api/v1/class-wc-api-json-handler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ñ§åNEísÅÖÓX¬·@È','ªƒ^=\\pÐx â[õ¥žÒ°‚ŽemÃˆb‚·ç¬Q','',0,'?'),('f€rûNA SWvÄ8;H','wp-content/plugins/woocommerce/includes/legacy/api/v1/class-wc-api-orders.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','éÍƒó?ŽÓnÞÜÚ','=>¼bâõ–¿HJ¿Î5?/[;ÀÈ¢ŽI,+aÍ','',0,'?'),('ŸõæúˆŽ …˜¢\'','wp-content/plugins/woocommerce/includes/legacy/api/v1/class-wc-api-products.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','†ÝÀ–\Z’q‡Å>ï¼µˆ´','úŒ_HÕíÃIÌ ³â‡Öÿ·ÉŽ‚)À/îD0‚L]','',0,'?'),('ˆ*Ý´nÜ2yi~‚±','wp-content/plugins/woocommerce/includes/legacy/api/v1/class-wc-api-reports.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*Ð.¨‘Íª­=RvV','p@»¦Ý=°¼]”²1 Jõ…t±ÓÌ³±‘ÿÊgèXëGD','',0,'?'),('ÐU3ƒòï/Ç½³µ(\Z','wp-content/plugins/woocommerce/includes/legacy/api/v1/class-wc-api-resource.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ûØth\'&ûd—¨\0Þã','Cº¾¤á;alˆ¶rjsÄ½àwgþúŽ‘Ö\0hO¿','',0,'?'),('µA4^`MÉ§Xüõ Åß','wp-content/plugins/woocommerce/includes/legacy/api/v1/class-wc-api-server.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','œÇ³«ZðáùèŽ„','j–„ ¬ßŸumŠìèü|g~3 D.I>!ÏŒP','',0,'?'),('ƒ`”«ÙŸ\"~JLHš}Þ','wp-content/plugins/woocommerce/includes/legacy/api/v1/class-wc-api-xml-handler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ö¢j%ÊBÎö à&\'{ß','€l6._<Ë\ZoÁ¦49—°xÝ+HÚ³%&¢…8`Ê','',0,'?'),('Fÿ©¸¬<›”‚[«b Û','wp-content/plugins/woocommerce/includes/legacy/api/v1/interface-wc-api-handler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Í°‹/‹P‘‹±­•½',',\rEÐ;YÂ\'Fúwq²v4Ÿ³•E™°;vd‹Ÿ','',0,'?'),('\Zi¸2\Z?BúâtŽÇ','wp-content/plugins/woocommerce/includes/legacy/api/v2/class-wc-api-authentication.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']2k6º`KÇ,V7…','F•i±q×DÖ+Z!!®h(¼7÷UeËSNPZ•u:Ø_Ÿ','',0,'?'),('ÄFæ©3ö O»l0F\\yñ','wp-content/plugins/woocommerce/includes/legacy/api/v2/class-wc-api-coupons.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‡cÓÌŒ½òÏ èN­W«',')þÂ¥rKè&‚Â¿¨q˜lJìK‡ÃÀJYà¶¬','',0,'?'),('¤:I¯|H¯ÕÛ÷Õ<…f','wp-content/plugins/woocommerce/includes/legacy/api/v2/class-wc-api-customers.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','®¤´AñŽ#Fbè½B£',';;ÿ©¤ÖGl¦ècô¶ÎETW‡Ô‚ë²»èÊ','',0,'?'),('7×â?ÓˆA~eESñæ Û-','wp-content/plugins/woocommerce/includes/legacy/api/v2/class-wc-api-exception.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','tßòÇæ³ž`\r!M½g','\"¬Ð„ŽÖ’µ]îíofì–¶\rq`èf˜=2á-åAÞü','',0,'?'),('kD¥­VC_$]¤ÜŽ8\"!','wp-content/plugins/woocommerce/includes/legacy/api/v2/class-wc-api-json-handler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I\"¡cév#áÙàü*Ø','b<ßÈB¬Xë;HJØîg9AÁ[EÃ³—à\Z','',0,'?'),('Ðôó¼ß¤éçê>ÆÇ~$óï','wp-content/plugins/woocommerce/includes/legacy/api/v2/class-wc-api-orders.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I›vke5Öðçé}W‘9„','»å\Zh¼£änSˆø…\n‰yÐñˆZxòZ+/¶\0óU<·','',0,'?'),('+zµif¸÷\0g4eâ½Ã','wp-content/plugins/woocommerce/includes/legacy/api/v2/class-wc-api-products.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','­v’¯ª\\‘x¿B<Q	','¾(3ÕÖÄ”3fƒÕ°EÎôo:[M>›iÚ™WX­pãO','',0,'?'),('{%§áè”´æXƒ\Z˜ô','wp-content/plugins/woocommerce/includes/legacy/api/v2/class-wc-api-reports.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÅåíÖ¾ûv5Ý1#ª9Î†¥','ß¬õì\\‡®SebÀnÖ­÷Ã:²Þ|;OÄô6ùüÌ³É»ö','',0,'?'),('}„ù¦½¸Ò°îRã÷,8','wp-content/plugins/woocommerce/includes/legacy/api/v2/class-wc-api-resource.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','è«EòÂ…iŒ:ö¢ÝÛ','1ÊšÛ¸.­²ŒlzŸ”¼!!~áóâa@;óÕL>mþZ','',0,'?'),('NJÈ~ãõD±&•Vp]±“\"','wp-content/plugins/woocommerce/includes/legacy/api/v2/class-wc-api-server.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','†^ SaGïý,´\"d','ÔŠ´j ð¡?³TNÈÕˆ.{Û¨Ó(ùu“U×KåŠÄâ','',0,'?'),('Bã×EiL¾v½pöÖf','wp-content/plugins/woocommerce/includes/legacy/api/v2/class-wc-api-webhooks.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ñ	:çTêÀLaO\rÆ$r','‰UžöXIÒ¡t&	¼yû0‚²Qhÿ¤õ=’J\0Õ','',0,'?'),('l‡>3Ç‰èü¢9k !','wp-content/plugins/woocommerce/includes/legacy/api/v2/interface-wc-api-handler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‘‚­nH™¼RÕì„§§œÅà','_{qf3YIVÀó‹)«Ucj—&\"öäÁu\"Ïz•','',0,'?'),('EãSnÂÏp“_¦8lñma','wp-content/plugins/woocommerce/includes/legacy/api/v3/class-wc-api-authentication.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¯ä9´¯ƒôNá¢W¡Ö*','Ž•Ë¢üb9s—&W[Ö,Ð‹þ_sùOF”“,ÖŒ&ÝäÉ','',0,'?'),('£cë“ †Ol·‹ý$M','wp-content/plugins/woocommerce/includes/legacy/api/v3/class-wc-api-coupons.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','BÙ5 kü–o…5âzN','•ÜÔøVöóãâx¨xØ_²÷JY²÷`[öPô·™','',0,'?'),('åy#%³n®$€QÍåŒXQ','wp-content/plugins/woocommerce/includes/legacy/api/v3/class-wc-api-customers.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','kkÃeó°¦¦d³','«\"¯ \'æÒ™^Ò#®ùÔ›‰îh52;ˆ^h\n^\Z\rä','',0,'?'),('e¬P\rmXiomUÿT>¢‡','wp-content/plugins/woocommerce/includes/legacy/api/v3/class-wc-api-exception.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','tßòÇæ³ž`\r!M½g','\"¬Ð„ŽÖ’µ]îíofì–¶\rq`èf˜=2á-åAÞü','',0,'?'),('êk`J¯û»§ÔlÍ(Sxö','wp-content/plugins/woocommerce/includes/legacy/api/v3/class-wc-api-json-handler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I\"¡cév#áÙàü*Ø','b<ßÈB¬Xë;HJØîg9AÁ[EÃ³—à\Z','',0,'?'),('ê\Z7¸ÔÿðÊçú¥ã˜','wp-content/plugins/woocommerce/includes/legacy/api/v3/class-wc-api-orders.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','é	A%€¾˜<ÐØî1/®','Î\0)©™·Ì]–ªUŒ„v°˜Ç¿áEöÕ–å','',0,'?'),('?ºò,\'ËŽW+.¯Qf¬£','wp-content/plugins/woocommerce/includes/legacy/api/v3/class-wc-api-products.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ç7—>¬½œ¼ìž÷Çª%','¶TËœgëdh!ª§VVWÍˆ†T©ï\\8â<Pš·äî\r±','',0,'?'),('’ëšÉ]Â	¥%žö1ñt','wp-content/plugins/woocommerce/includes/legacy/api/v3/class-wc-api-reports.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ŽZ(³Þõ6÷	9³i£','NÞŒ\\¡°¯§A„»TÿWªNÊîT)/îX','',0,'?'),(',joƒ£uP­†r“EáÔ','wp-content/plugins/woocommerce/includes/legacy/api/v3/class-wc-api-resource.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=\\u »mÖäÂ.T¢\rÃX','~bÐQƒÒ\0bN˜¼ö¹Î4†ß6{!wÜY,¹f‚','',0,'?'),('‘í3“o¹Ä:K=ÐïQ`c','wp-content/plugins/woocommerce/includes/legacy/api/v3/class-wc-api-server.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','åv Q\'DòÓõáC\r”EÉ','€É Fßv¡Õ/¿ºônØ¯b†\'À¾e¶œMðB‘','',0,'?'),('’)STaóîO±Ä=†œ‰•','wp-content/plugins/woocommerce/includes/legacy/api/v3/class-wc-api-taxes.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','³t¼mÛ.WòT´ì¼qê','))¨‘8ø’9è2Qi)@}©Ké”›>i¡©Þø‘nÙ¸','',0,'?'),('ª£{í»çHŽºWn«½Œ,\n','wp-content/plugins/woocommerce/includes/legacy/api/v3/class-wc-api-webhooks.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ñ	:çTêÀLaO\rÆ$r','‰UžöXIÒ¡t&	¼yû0‚²Qhÿ¤õ=’J\0Õ','',0,'?'),('\' êxÓ)È»læåW¯Ñ','wp-content/plugins/woocommerce/includes/legacy/api/v3/interface-wc-api-handler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‘‚­nH™¼RÕì„§§œÅà','_{qf3YIVÀó‹)«Ucj—&\"öäÁu\"Ïz•','',0,'?'),('§¥)u£ˆ^ëdØ(','wp-content/plugins/woocommerce/includes/legacy/class-wc-legacy-api.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','…Þòa¾î\"¹PèÙ#J\ZE','^VËà0ÍsRAø„^K|Zì¿m&¹š%*ôœ³','',0,'?'),('Âç[5uð®Æ/—ÒÅÃW','wp-content/plugins/woocommerce/includes/legacy/class-wc-legacy-cart.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\8\ZÇÜÝÖtµ!ÙÆ¹','ÌW›Ž¤ù•ª•lúÿ‰jÂÏÕ*Ç{GÆ¾¬Ü{æ7M€','',0,'?'),('a¯ýõ=â»».¡Ì¢f ','wp-content/plugins/woocommerce/includes/legacy/class-wc-legacy-coupon.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Fu¬ÚCzJZsã^ß2','Ý«“´ÖR£Ý~¡ÉvryUåÊ¡\\J)«X¨hÎ·iƒ','',0,'?'),('Ù|#6™7Õ	½Õw÷.vÊ','wp-content/plugins/woocommerce/includes/legacy/class-wc-legacy-customer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ò=Fè1Ãrc\n\\„7\n','\'Ù£¼™IPLÝûgm	?63´S»¶l(Lþà®Ø','',0,'?'),(',øKØ—B0\'%›¬@eÑé','wp-content/plugins/woocommerce/includes/legacy/class-wc-legacy-shipping-zone.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Û ²<ónxƒ#XÀÿ¦','„4KáìWÍN˜š‘dï\n&…Üá@+Æá½øRÚv#“','',0,'?'),('ksšk¶Ø%nØo¡| œ\0','wp-content/plugins/woocommerce/includes/legacy/class-wc-legacy-webhook.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%…wLÿ_‰7«öi\\¿ä:','Q”¾1-ý‡‡£ˆþä`;x_ñ=c]“úÈ	ç—ë>Ž','',0,'?'),('“Ç«4s´†“`UK.?áÇ','wp-content/plugins/woocommerce/includes/libraries/Emogrifier/CssConcatenator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÛglKu3X4°òåb','¹lcÊû¹Í˜pÖèÀqiwêl‘{¸ÈTK[cXZ˜<ñ','',0,'?'),('ƒÚè¥„É×˜Vë9¬1Ü','wp-content/plugins/woocommerce/includes/libraries/Emogrifier/CssInliner.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>ŽydþX»ŸMpt9“1‹Ü','×¬iÌ;õgð™_Rç”X¾Ëcàd6ýØˆ®1‘','',0,'?'),('NÚQ±=¥eö›Ô- \'^','wp-content/plugins/woocommerce/includes/libraries/Emogrifier/HtmlProcessor/AbstractHtmlProcessor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','õ¥Ë ’ž3³±¹öÕTÿô','ËÌëñA*6[cL¥ë…?”Û–ÍçøµÖb¾×Çç¾','',0,'?'),('Ü‘»á¥SE ¬éÉ¢Í\'','wp-content/plugins/woocommerce/includes/libraries/Emogrifier/HtmlProcessor/CssToAttributeConverter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ýp¡êM¹r&UôÀ\rÝ','‡Ðázç¤Êû¦y¿Ûí–abìÙŠ\'ežÉ3k6ŒºþÎ','',0,'?'),('\0ŠüóVäùAh5œå0„','wp-content/plugins/woocommerce/includes/libraries/Emogrifier/HtmlProcessor/HtmlNormalizer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0\0þ–B<#[®”ÕEðy+Ò','­4,CK1_25NÂt­ÙÏ™ß÷Pç ¥PÍÅÂ3a*·','',0,'?'),('\nÜ~Õ¨Éßc¿cÎôc','wp-content/plugins/woocommerce/includes/libraries/action-scheduler/action-scheduler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ð®‚ûòú(äbÁÐ§7WÎ','œrp•Ç\'»l £E˜¦µT¡6î5Äd½J•Ð–Î¿','',0,'?'),('àž6Q¤zÖ-ˆútÓ','wp-content/plugins/woocommerce/includes/libraries/action-scheduler/classes/ActionScheduler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','² ,û…U`Ÿ²Æ(Äº','“‹†	ËÆ›K¿¸I®Þãy­H<™xÑTq·¼Ðd','',0,'?'),('W­1ßåHØm‘ëâ_','wp-content/plugins/woocommerce/includes/libraries/action-scheduler/classes/ActionScheduler_Abstract_ListTable.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¿)6I\0œ9)€oÂñ','Èwü\"Ùy87KœöÞG½Ô[u‹I”­0»8œÈv¦','',0,'?'),('‹¥×ê‡Æúw„*Þ|VI','wp-content/plugins/woocommerce/includes/libraries/action-scheduler/classes/ActionScheduler_Abstract_QueueRunner.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y˜ºe©ìfº$äŒogdÕ¢','›!” “þ‹Í½	hkÀnÞ‘¯PFøÍ˜6‹Ibô·s','',0,'?'),('«aÍ?SüïœÞ ®òâ/','wp-content/plugins/woocommerce/includes/libraries/action-scheduler/classes/ActionScheduler_Action.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','°\ra¶¹çŒñ£²-',' Š€Óþ:ôµ’â9ó$¿òÔ§²ÿ‘<åeäúï•î\Z','',0,'?'),('œYÁ¼ÿT4íŠO«L=b','wp-content/plugins/woocommerce/includes/libraries/action-scheduler/classes/ActionScheduler_ActionClaim.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','·e<i”þ€Y^“ä0ªY&','_vˆ&âÖZŽYwDÚ€íÖg]•é^Ä9Û”™ufú¨d','',0,'?'),('BW;¯ê7³œàoª·ý9¬','wp-content/plugins/woocommerce/includes/libraries/action-scheduler/classes/ActionScheduler_ActionFactory.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','og‚‘›ÒÀÖ×õ\r¡c:','Y¢Z$Óç†¾ŽR¾EaÆ,¼ô:‚y2²”¦NÓ*','',0,'?'),('”þÃï›IWÎæïws‘Û','wp-content/plugins/woocommerce/includes/libraries/action-scheduler/classes/ActionScheduler_AdminView.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','”AGoÅ›HÍÍdÊ¢+Œ','àÃ*ß.OÎÑl ß†=Ó³Dñœ8ÆÓ®s¶Z@','',0,'?'),('ºzpÐ­t—»‹¡)·~À','wp-content/plugins/woocommerce/includes/libraries/action-scheduler/classes/ActionScheduler_CanceledAction.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¤¯³:¥ ÃòùZUÛš','=ïéó7@å5|­÷X%òÙcK\0îÐP\nºråOf','',0,'?'),('\\è;ÒÖ$­«ï\r´òS;¹','wp-content/plugins/woocommerce/includes/libraries/action-scheduler/classes/ActionScheduler_Compatibility.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s³Àu¡²vãùáv$1ü8','ýÜTdÞ¡iï±6`^!ÍÌ‹„µëˆnŒJÛäµ¥îX%)','',0,'?'),('=–¸.~¥s˜m,9*Ip','wp-content/plugins/woocommerce/includes/libraries/action-scheduler/classes/ActionScheduler_CronSchedule.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ƒ\r´D*D®)uö¥“','*áï?uÕñËG	{hp¶¯³{Ê[Dï5…‹Ïi','',0,'?'),('ë9‚LÎ+âíDfŽ¾ô^','wp-content/plugins/woocommerce/includes/libraries/action-scheduler/classes/ActionScheduler_DateTime.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^ÒFÇåÜ*æÑÉc­–œ','ÆËÀ]\"ÚD.Š×óÚ|e¢Aù¹>M‰|$è¥\nT­','',0,'?'),('yŽ‹÷êS¼µ5r	’Nº÷','wp-content/plugins/woocommerce/includes/libraries/action-scheduler/classes/ActionScheduler_Exception.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[þú÷l„ú§Š½¨k“Öö','øÅÐ‘öV4Oàßß¡DëTÅ¸ü8›_»	žœV','',0,'?'),('Øw]ë\"ý)Ÿà×‡','wp-content/plugins/woocommerce/includes/libraries/action-scheduler/classes/ActionScheduler_FatalErrorMonitor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=ž÷÷,ÿ##á².ß!oþÎ','ºŒ¡Aº,=‚’ñ%`	y!²vèø5Ôx·Þ7','',0,'?'),('åásüIŽÜ(Ê7²ÉK¸m','wp-content/plugins/woocommerce/includes/libraries/action-scheduler/classes/ActionScheduler_FinishedAction.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','–‡ƒ! dçÔõÞtçëé„','ZÌ:õ¹Ð«¥ÏÅwiG€e&¢Øg×Ç;((f\'Ó‡','',0,'?'),('‚>¿Qrò%ÄC8FžáÕ','wp-content/plugins/woocommerce/includes/libraries/action-scheduler/classes/ActionScheduler_IntervalSchedule.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¶·Ü‘b¹9trXF@Î','Wr¼¢˜ØrÒÅaôdÿ.°i¤«žé	Ë°‘ûÔsÆçJ','',0,'?'),('3\"P½N1î²¯†=åØK','wp-content/plugins/woocommerce/includes/libraries/action-scheduler/classes/ActionScheduler_InvalidActionException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A>¯‰<éÍÂÖ<92žó\n','rõ£½ÁvbêôI€àl	~Õ^v™&§ZE\0¨àùn','',0,'?'),('.b§qP!3˜p»šè+òÞ','wp-content/plugins/woocommerce/includes/libraries/action-scheduler/classes/ActionScheduler_ListTable.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','°<-xÚ3ãJN¦8%ŠX—','(‹ƒsŒí?Ø[”™y±·Óúx¢œœP‚úSP|»vg','',0,'?'),('¶ß×=¦iŒýÚgÃ½n„>ï','wp-content/plugins/woocommerce/includes/libraries/action-scheduler/classes/ActionScheduler_LogEntry.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|@mêÌÞ|X9›p9Õ','œ#jŸÐîÁž/÷ü7OY0Kš+bªñò+¢','',0,'?'),(')–ù×¤ãù\ZZW*Ü=üˆ','wp-content/plugins/woocommerce/includes/libraries/action-scheduler/classes/ActionScheduler_Logger.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ù-Èepï5\'‡0\\?','Ð€æÖù×Í»ö\r•ˆ#ÙèÄñ…®Ò¨qâTNÿ³ðÎ','',0,'?'),('j‚IùmÑÃ›sáÆ¤','wp-content/plugins/woocommerce/includes/libraries/action-scheduler/classes/ActionScheduler_NullAction.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','´úÈŽôÑeWSÜô<¢','HÔÀ®¶\ZÑðÖètúaÀ!IcU»||iÙ\'','',0,'?'),('““$ÆžæªÍ%Ÿ1þ^','wp-content/plugins/woocommerce/includes/libraries/action-scheduler/classes/ActionScheduler_NullLogEntry.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4bøBV®N•-`$–¡','c)N¬þ†k„…Y\r$o’B5!&*ÖdÒ	4ï','',0,'?'),('Á§8õA”?Xth+*²÷','wp-content/plugins/woocommerce/includes/libraries/action-scheduler/classes/ActionScheduler_NullSchedule.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d¡ªä°\nÏ‘ÊÚxÄ\rû','JÕÐ¢Ó­Ó,5ûßg†ËëÉ¾}ˆZ*\"ˆ9¨}NK?','',0,'?'),('g94uÝ1„Œ¢ÓÉgPo‚','wp-content/plugins/woocommerce/includes/libraries/action-scheduler/classes/ActionScheduler_QueueCleaner.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¼\Z¡ôX<ÓõîÇ$(›W\\','64«âòÈ¬n Œ²q±w, ÖÛÌŽt€¬üBò=ÙX5','',0,'?'),('$[v£ZÈ­¹³í2NÕ','wp-content/plugins/woocommerce/includes/libraries/action-scheduler/classes/ActionScheduler_QueueRunner.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¡Ï¢–¾­Ö<×\n§Ðüv','ZæÜÀÅÈp“ÍLÌa£iÃ©ßàzæzè²#ï=gŠ','',0,'?'),('n:_Hš(Ý\\’4­k\n>','wp-content/plugins/woocommerce/includes/libraries/action-scheduler/classes/ActionScheduler_Schedule.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' ®vît;—ZããN×mÄ¼','\"-Ü¢ýumâ€s–‚w>vu«J•§ÍÔ¡X[å±6','',0,'?'),('I9PDO\'JÏ‹ÇöÄêJÑ','wp-content/plugins/woocommerce/includes/libraries/action-scheduler/classes/ActionScheduler_SimpleSchedule.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','šIÇ,àØë?ê¡©•+','Øç8¼rWÓ+™Nƒ%Î’_.ˆÂoòû¨æÐ	Ý\\=Â','',0,'?'),('‹ÑŸFd2©’±¨»÷','wp-content/plugins/woocommerce/includes/libraries/action-scheduler/classes/ActionScheduler_Store.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P©ud}¡\\¬iÂõ–*','‹æÚ¦¥Ð¤^¶MŠR$¶ Úî9›ºeíj/ß','',0,'?'),('$K­+~MÀ[c3\0ûÈŒ','wp-content/plugins/woocommerce/includes/libraries/action-scheduler/classes/ActionScheduler_TimezoneHelper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','®VYÜ<ž‹”SÁ{l“ô1','GLd5uéP=HÃz}šGÝn#dÖŽ?Kä§ÐˆîEâ','',0,'?'),('wý.³ôk©IÚ_oÂ•½','wp-content/plugins/woocommerce/includes/libraries/action-scheduler/classes/ActionScheduler_Versions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','œ[&Ä©þŠý%,Ú¥àx','\n¹\\)‚gü‘IlÞÓ«¤§À_…,a*`-Ér+ØI','',0,'?'),('ÒßXQõF,OŠIã','wp-content/plugins/woocommerce/includes/libraries/action-scheduler/classes/ActionScheduler_WPCLI_QueueRunner.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','·²F³LàÎö<ùhþ²','±l¦²D/j\ZYæéí ÁÞÞL¹Ôôà§}—J³¤›','',0,'?'),('Ë?úÀp›Uø@ð\0Û‡­û','wp-content/plugins/woocommerce/includes/libraries/action-scheduler/classes/ActionScheduler_WPCLI_Scheduler_command.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9§K)¯a†*Óús0šõž÷','ÇMD“¿iõAþv&H\'w¿9T1en,ˆ7>QTÍï','',0,'?'),('Ò’v²¹ïuˆ½p}Íþ¾','wp-content/plugins/woocommerce/includes/libraries/action-scheduler/classes/ActionScheduler_wcSystemStatus.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ž‹•LÝS~ŸÝmR²!Ô•','	-QÁ¾ù\Zs ÊÕê›õ–\\ô¯‡”ŒD¾ÑÌeB2','',0,'?'),('Ðð	>˜Ö\r²ýóõ0m','wp-content/plugins/woocommerce/includes/libraries/action-scheduler/classes/ActionScheduler_wpCommentLogger.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ëœ{Ù µµŒXí›õ¸‹','ê0„ÊTv…ú]ßÑÓ\"T›&žŠQíÕ°¥»Ã5Ž','',0,'?'),('Ÿ“›!”¬Ü‡S¸[q(\0N','wp-content/plugins/woocommerce/includes/libraries/action-scheduler/classes/ActionScheduler_wpPostStore.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','•˜]£w„ð*²¥Íåj','¦U,<\0jU¥¤›ûÔ3Ó6¸Íþ%£8Ï=_Ÿk9÷D`','',0,'?'),('o#¨*Š¼¡yÿ#½xêÑþ','wp-content/plugins/woocommerce/includes/libraries/action-scheduler/classes/ActionScheduler_wpPostStore_PostStatusRegistrar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','µ6ýMO<òÓ™ãRxüt$','åš4h‘(<ÓKY€Nšý×¸?»dBöÛ[K÷\Z.î“I','',0,'?'),('(Œ{(¤=4k_rû\r-#c','wp-content/plugins/woocommerce/includes/libraries/action-scheduler/classes/ActionScheduler_wpPostStore_PostTypeRegistrar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','YWAJ+ÒW’¡^…','SNüÃƒ)ÂOßt_j¯…ó?Õã\"3þÅ%°±‹E','',0,'?'),('Aø1$£yvYÅ<Ìurx','wp-content/plugins/woocommerce/includes/libraries/action-scheduler/classes/ActionScheduler_wpPostStore_TaxonomyRegistrar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ˆ öÎÜSÕãœñÒC¿o','+s¿x}^ðd¢1^®½gÂÓRö×ÿ±£Â.û©£Ÿ','',0,'?'),('°¶ËrpU´/W*YC¬','wp-content/plugins/woocommerce/includes/libraries/action-scheduler/deprecated/ActionScheduler_Abstract_QueueRunner_Deprecated.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"áÍé°‚g~.D÷b#À©','ù #\ZmÎ„-0@¦Ê–DGØ àñ‡˜ÑŒ','',0,'?'),('†©_¹Éô†×âæÍÒ{ãRÒ','wp-content/plugins/woocommerce/includes/libraries/action-scheduler/deprecated/ActionScheduler_AdminView_Deprecated.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Òívæ¦ ¸¾?_Q','V•¦¦Ü¢18U±\rì&]_RPºf~¯9Od\0ÕL·Iwvô','',0,'?'),('Ûb)vgÿ–F©¹Ë_‘°`','wp-content/plugins/woocommerce/includes/libraries/action-scheduler/deprecated/functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B\'‹÷æ˜){b\\ÈÑt!\0','Ë‚~+b\\IeQâ9ø‚ê’À‚i®úl¾9{™­Â6œ9','',0,'?'),('ü4ït²Qå…«›lÉëšP','wp-content/plugins/woocommerce/includes/libraries/action-scheduler/functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#b‚¹Í¾8Ÿ¾®â¥\"','ÅˆÛ¥GÖÙ4—¸-è4æÓ\nÝÒé¹Û[)²Zó æ ä…','',0,'?'),('yw)è×\nc7¶íKA’?Mu','wp-content/plugins/woocommerce/includes/libraries/action-scheduler/lib/cron-expression/CronExpression.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','§Ú\'¢÷hÕ/ª;¿\rÀÉ','¶ÜÜYÑU-ÝyE8ŽdUnH4®H3Š7Dn‘ó±%è','',0,'?'),('ÕJc»0KP—lnSàx†úÛ','wp-content/plugins/woocommerce/includes/libraries/action-scheduler/lib/cron-expression/CronExpression_AbstractField.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','WÆXæúvÓvlX­8…šÎ','qdwLÔ¹ºL“é90¨æ‡Äk¶“9dZÿ£+T€`','',0,'?'),('Àl…Ã³ÑÞcš#™å','wp-content/plugins/woocommerce/includes/libraries/action-scheduler/lib/cron-expression/CronExpression_DayOfMonthField.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','iÖOüÔ‚b¼t4Ò\\','§åÚ’5fCSQ\0Q†ê·)=\Zkò$ ŸÆ\0I˜','',0,'?'),('Ê:ˆñ•Œù˜Ý—Õj³','wp-content/plugins/woocommerce/includes/libraries/action-scheduler/lib/cron-expression/CronExpression_DayOfWeekField.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','tl\0Ïe°ï&.d\nfðÄg','ÿ“¦Zfåò²eº“L‚†\r0KÚLÈŠò&´‡','',0,'?'),('vveâŸÅG2øJÚ%Ê','wp-content/plugins/woocommerce/includes/libraries/action-scheduler/lib/cron-expression/CronExpression_FieldFactory.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','·Ë®†Yñª»›Òy\n‡n8ô','_·(†óéæ¸|0CÔ¢¬dp£½Þ([x*z&< µ^','',0,'?'),('Xaƒ8+4úE\0,j}„Ïµ','wp-content/plugins/woocommerce/includes/libraries/action-scheduler/lib/cron-expression/CronExpression_FieldInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';ûçGÔJ¯§ÀâÝY3p®Ë','-X§Œö†–ù¦.òIk\'£Ÿ¸qxsy»	U1/¢„','',0,'?'),('Ê„u˜Ä,©¯cÀU.!•Ø','wp-content/plugins/woocommerce/includes/libraries/action-scheduler/lib/cron-expression/CronExpression_HoursField.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ô/1\\Ð5UŸÖ–?‘³ÓÛ','˜>£ùbb$ÕxÝŒ	Ç’Hš›÷wÏK‰ý.~7uÉi','',0,'?'),('U^Ãj@ˆ}íÛIA}ÆùWD','wp-content/plugins/woocommerce/includes/libraries/action-scheduler/lib/cron-expression/CronExpression_MinutesField.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b˜ká«ç§Q½2Óö·','Ô„ä‹ä4ÞšnqÓ¸$òõ?\rMfP\nù‹¢üTI˜p','',0,'?'),('ü•El:¡†ÇkpFÕêF','wp-content/plugins/woocommerce/includes/libraries/action-scheduler/lib/cron-expression/CronExpression_MonthField.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Åbü$½ß é}°[„ÑèÎ÷','S‚]Ksñ¤DªüÃ€vi·–I¾ºt%µj¸=žâ\'','',0,'?'),('u{©–¼ï“?\0üáðq¬P','wp-content/plugins/woocommerce/includes/libraries/action-scheduler/lib/cron-expression/CronExpression_YearField.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ß4DfóßpîT¶…xð³’','û¯“ÒN„@7)(’´6¡øö•æ0&^—ý’´š','',0,'?'),('%“>îO þ´3±d•–¿J','wp-content/plugins/woocommerce/includes/libraries/action-scheduler/lib/cron-expression/LICENSE',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','°p2>¸ü9ÊÒ•Ÿ{¬+','}œlX¬|ò‰	”†LgÓ‚‘d[XËë¢','',0,'?'),('ðê £Ñg*u\ZÅ˜H“BÚ','wp-content/plugins/woocommerce/includes/libraries/action-scheduler/license.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','»ÓãB7¯&Ú]ÀŠNDd','Û@HÎßÁååM;ïº¾‰5 iÐÝ\'™åoí¤5Vö','',0,'?'),('{‚ÍÐfÎ“à¢1ÊïoÛ','wp-content/plugins/woocommerce/includes/libraries/class-emogrifier.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÏÌoHŠÕªï?èŒD¬X-','ª,£Ë2RjëÛugá†““yžÍ™©âs²Î5Tqk','',0,'?'),('c\'qõÇV ØõÒísü/~½','wp-content/plugins/woocommerce/includes/libraries/class-wc-eval-math.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','š²%á·O™%cñMã½ ß','8D|-á1Eš×›GÛiDÓÊUÕ‰¬cÃ‘>´Le','',0,'?'),('Þï(¬¤$^¢^||ŽÔ’','wp-content/plugins/woocommerce/includes/libraries/geolite2/Reader/Decoder.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','où©)×Èì,þj¿bÑÕ','½/­ÑŽ—:tka@^—W—`Ìƒˆ\r¬k\0ÎÇVŠ','',0,'?'),('êGAmâç\nÉRÁ˜žŠ>','wp-content/plugins/woocommerce/includes/libraries/geolite2/Reader/InvalidDatabaseException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0¥Ø6ž¢.tzÁåŸxÇo','öà;Ýþ¯p^\0¬3¿Ô¹â(€ ‰ŽAþßÎa´ìÅw','',0,'?'),('ÍŒ›FLÂÅÜa>A•Q','wp-content/plugins/woocommerce/includes/libraries/geolite2/Reader/Metadata.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','šZ<º†æ‰Ç{~Gá¢f(','çó´,×‘[\Z¯£Öú@¿+êÖÂ?x³’ãPÓÝÐ§','',0,'?'),('\n’îŒ ÷„iD¾|ï¤','wp-content/plugins/woocommerce/includes/libraries/geolite2/Reader/Util.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','gÄ+øÚ©ÀdÞÝ¬@­óý','w bjY…Ì”SŠÀ¾Ãtc¸Šƒ š¢I¨óŒdQ','',0,'?'),('÷¿t‹žÓ¥Ä×jU…-9â','wp-content/plugins/woocommerce/includes/libraries/geolite2/Reader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9~•ÿbàåÊtP\ZDe¯|[','l¦ÞõÇJJ:€{ƒ(¨‰#,•7‘Õ#™Ž*bÏ','',0,'?'),('phO4pªÐ57ÃÎâ±','wp-content/plugins/woocommerce/includes/libraries/wp-async-request.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','aŒJ)ÖâH•H¶N¸±…\nÿ','ÓòAŽiÔ8Ê±ªCB¿vbÄ’,kÉ˜n:‰‡¸íz','',0,'?'),('É$¹mM‘¹#Q4 scª›','wp-content/plugins/woocommerce/includes/libraries/wp-background-process.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<\\*ÕËÉôùzµ\"Ò0ŸÆž','œî‘Ø¦ðb`2OJK‹—œnï§EeÄ±œ‰E¡t','',0,'?'),('ÚÞ·ñÏŒwŒ×ùqÿáy','wp-content/plugins/woocommerce/includes/log-handlers/class-wc-log-handler-db.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ª×^b×áQ]Q}Åùþ³‰','\"±ºâ¤ñ§-‡9–q™M§ÿU§$\Z³ˆíê&º†Ž¯\"–e','',0,'?'),('Ìó­	o¼ý!°AcÂÞaZ?','wp-content/plugins/woocommerce/includes/log-handlers/class-wc-log-handler-email.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','VÌH Jíg¡«BÚ]‹Ù‘à','#èË¿Å´IË“\0”dx’™œëÖQ4¥Ëƒ$/ilR','',0,'?'),('¼S(ÔfíƒÄbòú‡=','wp-content/plugins/woocommerce/includes/log-handlers/class-wc-log-handler-file.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','wUxmµÈ’uÙc•','7Ÿyu\"W<ðÒDwêJGãÝÜŽ,\'CzÂ\05\"362','',0,'?'),('n¡‰El||Ìs÷%“%','wp-content/plugins/woocommerce/includes/payment-tokens/class-wc-payment-token-cc.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Óþª\'·àl*›Î±GÎ:d','µL‘Î{XµsÄÔ!7¯´ïUo“(\"Ç¢M	;Aa‡','',0,'?'),('°×SÁ2¥CÎT¢','wp-content/plugins/woocommerce/includes/payment-tokens/class-wc-payment-token-echeck.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f pãùþP:åÿÈã','!âŠ³V:!hjðµéôËŒaôQ}WM3½,7-×Æƒ´f','',0,'?'),('ÃûŸé\0¤ŽÛ¨Y×ê(u','wp-content/plugins/woocommerce/includes/queue/class-wc-action-queue.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ö+í”šáˆð™õ¢','Þ2æÑ99qÁ0+ï´…ªº	T@³\rí;kÑ.mñˆ5\n','',0,'?'),('ÉÕ~¬×Ûe“òsg#™¤','wp-content/plugins/woocommerce/includes/queue/class-wc-queue.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','µ·;ÛiBsÇäX€^¸ô+','ŒÅÎý•a\"šìëãË}9EAa’\')‡ÐKù~§©','',0,'?'),('a†o²aØ“=çŠ¢­¥Í)J','wp-content/plugins/woocommerce/includes/shipping/flat-rate/class-wc-shipping-flat-rate.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ó¨Zð‹n#<aÔÜä','¥Í™¼8p9{g¹â÷£]«Yp$ÄŸÛè\'è¬­{K','',0,'?'),('XÖ\'ËMì-ó¥ïÇ]Æ','wp-content/plugins/woocommerce/includes/shipping/flat-rate/includes/settings-flat-rate.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|Ø\0ê€-vy\\˜æI8Ü÷','=„Q5·¿o ™r ‡ÄèƒÔu¿FÚ3êDf~YCX:Ú','',0,'?'),('›ÒŸÃ·ýµðòÕÝ','wp-content/plugins/woocommerce/includes/shipping/free-shipping/class-wc-shipping-free-shipping.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÇµsU‘5…^VcÒ)aý','UÒE¦MRØ\rž¶mÌ€1ˆõZ«¿ú÷¤«„†²','',0,'?'),('¸hÖÿ„²ÛAoÊž¸¶‰ž','wp-content/plugins/woocommerce/includes/shipping/legacy-flat-rate/class-wc-shipping-legacy-flat-rate.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','säD“¬dÎÉéé©i‡P','DPØù¿—W´îI‰Nm?¡ÛÿëÑNJé4ê…°‹\0¢:','',0,'?'),('\"yøâ6(~z÷+¾g	n','wp-content/plugins/woocommerce/includes/shipping/legacy-flat-rate/includes/settings-flat-rate.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Aág!µ ò]êüwÅ','5ç/æ\Z¦YQƒïMÃ	&ÊÓpàáW¯SØº\r±¹<','',0,'?'),('Râ}A×Iº˜4O´G™á','wp-content/plugins/woocommerce/includes/shipping/legacy-free-shipping/class-wc-shipping-legacy-free-shipping.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-û–Æ²0©³?Â\Zûö<)â','b’$”®àâŸØNd´û©×Ô•4Ô¬ß²¶Ð','',0,'?'),('.ý“yßZ­Gr·—4j¦Ö','wp-content/plugins/woocommerce/includes/shipping/legacy-international-delivery/class-wc-shipping-legacy-international-delivery.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','––6¬ÚÕU¡4½÷…ÄE','ãì¹Z\\—²€öwÖ1Ý,4ý»üU×¢0¶N¡íX[¸Û','',0,'?'),('õ€({¶J¶jýÑè8•ù@T','wp-content/plugins/woocommerce/includes/shipping/legacy-local-delivery/class-wc-shipping-legacy-local-delivery.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','çü=g6Ý¹§X©Œ…fÓ“','ÚC¡ÅùT%áÏ}Ž’Ån1nÓâVÚ/W_7Ç','',0,'?'),('7Œ´®ñ•0.”\"/ƒ\nªR','wp-content/plugins/woocommerce/includes/shipping/legacy-local-pickup/class-wc-shipping-legacy-local-pickup.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ÿ{÷Š¬ÿQôbÄ(ìÈ;ò','®Úd0’Hí@N4áïxÁL»˜ùÎ™¦ö[ßI‡õ¨ñ','',0,'?'),('~Ô\ZQG0av£ß±Ö²¨','wp-content/plugins/woocommerce/includes/shipping/local-pickup/class-wc-shipping-local-pickup.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','æÒ¬t±Á[dõ ›\'Ï‚','RÊ¯þ8úã¥S2Ì\\8&Y”sƒô”)ö…\\BìhZ','',0,'?'),('.Mmæv‘î¾¡!³gØƒø','wp-content/plugins/woocommerce/includes/shortcodes/class-wc-shortcode-cart.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Õ×ØbÂàìIÚã4¦','F/ž‡ë>TÌGx2Muðô¼ÅA1=$„‡6¿ýÒA¸±','',0,'?'),(';íé°àPç‹o6È4E','wp-content/plugins/woocommerce/includes/shortcodes/class-wc-shortcode-checkout.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E«#Ó¶u­KÌ¬k7YÌ&c','ÕA*ùˆE’\"wíIáyÜÌh\\äR*f0ÈÖÓ9Ì3\'³¾','',0,'?'),('@%_ìAýæ	²…\0ÁZ\0Ï4','wp-content/plugins/woocommerce/includes/shortcodes/class-wc-shortcode-my-account.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¹®®“,¯D¯£œÿ?èûÐx','ö?+¹±4þG’“J X£Æ=A&/UÎG’ìýVèH','',0,'?'),('wíä\r«‹h£®BÑ#	M','wp-content/plugins/woocommerce/includes/shortcodes/class-wc-shortcode-order-tracking.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<eâS®<”Ç×¡[/nŽÖ','ŽŠ\nOÊØ´Ólå‰Œv)ïªë½^ò¹#ØÂ•RÁK\náe','',0,'?'),(' î1Î\nDzkÌp³šš¾±','wp-content/plugins/woocommerce/includes/shortcodes/class-wc-shortcode-products.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';NlíÂAšÀ†½tÚæ-','m)›ƒ¡ÖølÈŠ†\\GùJShƒä‰&²õ#!ìf','',0,'?'),('bXÇ¨¯Ô¦À,]~´¤ô','wp-content/plugins/woocommerce/includes/theme-support/class-wc-twenty-eleven.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Šà‡¤Úua5Pás!UÐï‹','ÅJØb÷Îþˆ<ÔB…ZEû·¸/fÊ¤¬~¾9!Z>w','',0,'?'),('ËWV~/‹“ª’©:9[N×','wp-content/plugins/woocommerce/includes/theme-support/class-wc-twenty-fifteen.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7a@ÌÑ”Ç €2¶Ì@','ç^jM‘‰fíúâw+RÔß“cG1Þ8ÒËö„€','',0,'?'),('\'¦aVpnïµRR—qQÓ','wp-content/plugins/woocommerce/includes/theme-support/class-wc-twenty-fourteen.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Å*áN8ÿ<¼?wÝ8S','ˆ×ß\nº¨´|/rÝ~îýUr—rQI¹±„æ«‡','',0,'?'),('¹`Œ÷àã|¯}¨	à}¨|','wp-content/plugins/woocommerce/includes/theme-support/class-wc-twenty-nineteen.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','§Û,f	°Zå‘1¸ëU1+','Ž‹Ïè»áäGšsv«ÙQdè‚È¸ÑÂ¯7ÃnÆer','',0,'?'),('LF.•ÊÛO‰þ. ±','wp-content/plugins/woocommerce/includes/theme-support/class-wc-twenty-seventeen.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ãdvÇˆ/_ügðÚJg','Yªà‘Ê¦Uï†eF-w*c&~EÃpa­4†KØ','',0,'?'),('KZ6ot7.˜òÞx_þUY','wp-content/plugins/woocommerce/includes/theme-support/class-wc-twenty-sixteen.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ìÕø eÉF¹€V©‘ùõu','åõ£yêý0tøFžî·yzv«ãº„sœéëÍ','',0,'?'),('Ò+ÀäðNô¾@k¢/7ò','wp-content/plugins/woocommerce/includes/theme-support/class-wc-twenty-ten.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e[<mƒ¸áŒ=u','F!‰ûºðí¯’²L?*–,í6Ø<|âþ(²ó‰WØYç','',0,'?'),('ž4ýJó(çeï8NjÚûa','wp-content/plugins/woocommerce/includes/theme-support/class-wc-twenty-thirteen.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','µ•¾ƒÓõôvf>u¦…Uç','Jõ£}õcŠ×´ë)]H_£Ðáæ-‘ñ`ÌŸªøY¼âØ','',0,'?'),('ì×¼Å\0û¹q”¯6ÉÐ','wp-content/plugins/woocommerce/includes/theme-support/class-wc-twenty-twelve.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' Ê³b‰®2Ì6è[&','ÁDi_¬®Èo=àŠÊ4N3ÃÕ÷3ÆDC¬^Ê\"ó','',0,'?'),('ˆ.êó_F¹žð\\Ÿ´=','wp-content/plugins/woocommerce/includes/tracks/class-wc-site-tracking.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','kÐm…z¼z´>ýâì','Éù|} ~Ü¼ÿ:“ËOÙx `§£Q¢w·I','',0,'?'),('N˜…*ò‘\Z\r-¨d¼?ý','wp-content/plugins/woocommerce/includes/tracks/class-wc-tracks-client.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Æ­^ñ*ØÞs«ð²ÎögÃ','’¡“µæü?k´ÔúüÝœ)—HEQô€ípÒ´ï‰vÁp','',0,'?'),('ez±‚&ÑËð©7\\z ','wp-content/plugins/woocommerce/includes/tracks/class-wc-tracks-event.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','XuíW)–qã‚RŸÜ,\'','rß–ç\\7¼ïN‹»üÉÁ’t:[-,H®Ý3o','',0,'?'),('{•ù\n&$IUœ¸‰ŒS9','wp-content/plugins/woocommerce/includes/tracks/class-wc-tracks-footer-pixel.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','màÖ ?Gv!­%‘Bzþ','#ì ¥wár©—cÌz>æ@UÛj‚¡‹Z˜\Z6hõ©œ','',0,'?'),('äÐd™­˜›çxÛëVcku','wp-content/plugins/woocommerce/includes/tracks/class-wc-tracks.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÜŠqõ„­T’#ÕßÍL\Z','\róµÐökXI}ˆÆàXìÙ±%I]ÛF\\fÞ^Óîëäf$','',0,'?'),(',¶¨‘A‘Èécg˜\n!','wp-content/plugins/woocommerce/includes/tracks/events/class-wc-admin-setup-wizard-tracking.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ðFž^òÑòöIlÌÅ\0ð[','qIøãök¨È¨säTe f<À5®Ä!\Z¾H\Z*Ú±D×Ê','',0,'?'),('ïx#Vhx E‰iKÜìH#','wp-content/plugins/woocommerce/includes/tracks/events/class-wc-coupons-tracking.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Uw«óÐgúð»,sac','>Kô{ŒOÛõ¬”2Ó~Êìm~õ™ÔI_ëÔ2uHl','',0,'?'),('C‰Ø¨øC\'Ô(q_','wp-content/plugins/woocommerce/includes/tracks/events/class-wc-extensions-tracking.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h6÷!±¹*Œaæp¥','<³»©ˆ\\‰0^M6™FëŸ?¦ã&Ð¦³Ö(£XLˆb','',0,'?'),(':÷\Z\Zïöˆœa Ÿåâä','wp-content/plugins/woocommerce/includes/tracks/events/class-wc-importer-tracking.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','“¶¾qÚ–q\Z*eŠØÊ•å','èó+V‘ºsM’ˆ›—¤íFÁ>v¹ ßNdïØñÏÒ\\’','',0,'?'),('ÿA\Zç!Âý\0´Ë¸Ã¸·^Ï','wp-content/plugins/woocommerce/includes/tracks/events/class-wc-orders-tracking.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¾i#u\\9iÐYL²N\'{D0',';s¯þ6y)PôèŒlá2^†å‚÷ë6DîþQ*Þ','',0,'?'),('\"Öã,ôËóÜiÇ?òº¨','wp-content/plugins/woocommerce/includes/tracks/events/class-wc-products-tracking.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l¦¤W:÷¡1’î.UŒ','~IèZ§Gt2ëzŠ~ÌJXjƒ{X>{ …%ÿ´\rÒ','',0,'?'),('Þ‡{‘[(ºfh­ô','wp-content/plugins/woocommerce/includes/tracks/events/class-wc-settings-tracking.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¸Ydx	?‚[¶*{«•¬ì','6˜µ”³©)†àÈÏ@XÈñcá­L±$\0‘„R~','',0,'?'),('wj|–‡ª“åpkùÑð','wp-content/plugins/woocommerce/includes/tracks/events/class-wc-status-tracking.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','…x4Fn~8™\nŽ·˜','˜@Âø5j(ë\rIH¬ýœÓ\no¢^rñ¹}rå+z}]','',0,'?'),('Çè†T¶’f>Çº~ÿ','wp-content/plugins/woocommerce/includes/walkers/class-product-cat-dropdown-walker.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%.Cí*]Ë»ohÍH¡ÿ','l¤Æ¬[ÚëoªmØzÙˆ#AYÚM{µÀòËó¨','',0,'?'),('gÔ¨Z©Š’k¦v$ðæCÃ','wp-content/plugins/woocommerce/includes/walkers/class-product-cat-list-walker.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','èDý?KÏ³cäfîÐ(6VY','sû¬¶Å³m™ßÈâj~äìò®j‹ØÝÚï/É,ik¼µ9','',0,'?'),('^\nGâ~Ÿ`®¾Mø#\"È|','wp-content/plugins/woocommerce/includes/walkers/class-wc-product-cat-dropdown-walker.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','mÎ’Ô95­LÛòì×­‚í','Ãúô‡Ð”	ðÌ¤þ—5X^AôÝJI{‘\'>¦ˆùnYôD','',0,'?'),('€I†Ú4	m)4Á³GKCV','wp-content/plugins/woocommerce/includes/walkers/class-wc-product-cat-list-walker.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¹ãƒfÁyÅ¹wÆÎ¢-°','1\"Q@m±•Þ‡´¤Ž†›pö›É£Â ‹ÁøTõžˆÎ7','',0,'?'),('«*ÙK*µ_ßòA\"9-p\'','wp-content/plugins/woocommerce/includes/wc-account-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','€t³—22mÐ/Ääª”','°ª\Zn(OÌz›úë÷á #€‚FègJíÑòr´¬”}','',0,'?'),('ûÅ¸W_JcîZäêBœÁÂ','wp-content/plugins/woocommerce/includes/wc-attribute-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ý2\'»û;7£0=î¸9','nq’xG½\'RÃÜø‚ïƒuÝÚ¯íw×6Ýù¿Ê¢','',0,'?'),('™j¹Þ6žJ‘Â4œïÛâ','wp-content/plugins/woocommerce/includes/wc-cart-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8¤ÃÞ9øPƒØ¾Þ','c¿,ÿúo\nøÚ‰æ¨m\'é4Œ±l²Zn5`÷mræR','',0,'?'),('ÔÄ<¢WÄ	\ZM^÷D¤q','wp-content/plugins/woocommerce/includes/wc-conditional-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[BgŒÏd,ChÚ\0NåÛ4~','à|#?w6Ñí ðzR{œþJÔŽƒzâð÷k€2=Ø×2c\n','',0,'?'),('±!àJÞ,Ã»Æàâ¼±','wp-content/plugins/woocommerce/includes/wc-core-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7\0ŽÖ¡s¤2>ç=$¼)Ü','¼4íçôq¯Qq4lå‘A`˜ÉÍÇƒi âJ~9–z','',0,'?'),('m»»ÖÄàï}ß|üµí—','wp-content/plugins/woocommerce/includes/wc-coupon-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','uV²öJÑ^ŠûÖÕãÒ','o8üB’¼Š°ÓÃŒ†CL*&–ÕSŸñ›ã¤Yü`D6ó','',0,'?'),('\'ÏF $O¾^ËnäìIR','wp-content/plugins/woocommerce/includes/wc-deprecated-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n“Ë-¥y”ZYÿôò˜º~•','bÁ@C)¶k !ŽJö”–,KB_¦qÞ²Þ‚õ›$','',0,'?'),('8°¡fÙdQµ…ÐkÙÈa¬¤','wp-content/plugins/woocommerce/includes/wc-formatting-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÙóV:O_eQæ\rS²QÊd','F)œfQÊ2Æ˜^9$:f¤¦’._e¿«ˆføÔ[ò','',0,'?'),('v¸iÐéãEcX’¥G¯£^','wp-content/plugins/woocommerce/includes/wc-notice-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#3I¸©o2†;\ZÀ¾˜—','ƒ–32 Yá·©ñÏ@5øVhÎdó–­5àkÂü¨žqÏ','',0,'?'),('I°Pà:ˆ]<rÇ5qCª','wp-content/plugins/woocommerce/includes/wc-order-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N\0ÃIò§£ºÏ¨µ¾\r«CÝ','‘u¼tXgGó9N—u0û2 /’FÎX•Õ§”æƒ','',0,'?'),('³áÐìô?6ŒÚ|‚0âÏ³','wp-content/plugins/woocommerce/includes/wc-order-item-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','äYÏN¨9ß\nLp)“1ú','¶ñˆüï4ÓŠ¬à0R7z÷\'¾Fìä?¢|­ð B','',0,'?'),('sÐÂ¢Awÿåe²EE‡T','wp-content/plugins/woocommerce/includes/wc-page-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Šçd2+8Ðø£Ìø“„@','À¯ý\Z[™|`:¯`ÔÑÊ`³Èö)î§ì*ty_?','',0,'?'),('‚É½é\Z7‹ånâ1ÿ','wp-content/plugins/woocommerce/includes/wc-product-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','â`×íÎ\0õŒ°ùÀ÷/8æá',':„ÑŒ0gìì{QoÄ kZ¤ÚÅ1ŽR]f•,<D-¶¾','',0,'?'),('‰ùp &E- 5}³[\rdI','wp-content/plugins/woocommerce/includes/wc-rest-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ð{_Îj‚ÉÉ¥ö¬','t\'Ýd1ðcFnC›Ðƒ,ß< žãÅ7mò[\ZÙ','',0,'?'),('•¥ïð>µ\'#æ<ÓGè\r','wp-content/plugins/woocommerce/includes/wc-stock-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ßÝ™sŒßäë<¸','?+ÿ&¡@KY•©¸râªSCºÞ°þŽù=ëñ±³ÿx','',0,'?'),('á€HÐ¸þÅo%p“k}äá','wp-content/plugins/woocommerce/includes/wc-template-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','DÏÙ°ƒ/)÷Ì/g*','S,ƒyÝI/Í¦Û”9N/rÊ²íö\nÊá«2j…ª','',0,'?'),('sÞKªý!óÈ7m¨{½¸Þ]','wp-content/plugins/woocommerce/includes/wc-template-hooks.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¤QØ‰Kqï}­·`Ö\\ç','“ª™Ãc*QoH€4££Î`”ýØ@‡Ä4MÁÏ•','',0,'?'),('•^#2þ¤Ï\rñuŠAè','wp-content/plugins/woocommerce/includes/wc-term-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ðÁÙž*ä\"×/$÷Îá¹','GÊ£ ò] L¼\0½?•Ê(Jd«d.½`x¸C%p','',0,'?'),('\0CTøÚÙ’¯öÉƒö9','wp-content/plugins/woocommerce/includes/wc-update-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c\"2ÿÄŠ º­ü4xaÄý','øaoIžå¾ô¶ýX,ó)K[UÈ¸ \'™ïwY«›','',0,'?'),('<ø¡ÄA38f7ÜóÈ·¶u','wp-content/plugins/woocommerce/includes/wc-user-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','•‚•ÏÌëPsK¢s¿”‚','M©ì;CUR9¡b“/ ø¯ü|AI)6Æð³ú','',0,'?'),(':<oVSëý–üˆwÄM','wp-content/plugins/woocommerce/includes/wc-webhook-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K@±(LÎu¨–@)š','øß|0¾ÕûŒ`ÖOá’ÛU¢ý&Wí²àúkvÏ_','',0,'?'),('%àÜNd\0ÑÃ‰0ª ç†','wp-content/plugins/woocommerce/includes/wc-widget-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','—­°Œ~I¦Û»&Ry]v','Kàîï²iÞJKZŸ|1†às3õ;ÊP •ú¥Œ\\','',0,'?'),('láÊNfx¼‹Ü>\\Ðê×Ê','wp-content/plugins/woocommerce/includes/wccom-site/class-wc-wccom-site-installer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ow5„¶þÁÂÔ‡Éð4é;','Ðí‹ÓTßô2ßÁKßunê\n€°ì,OUÉ%õÛX','',0,'?'),('ŠÁy•Ëg\r—lf(ÑC×','wp-content/plugins/woocommerce/includes/wccom-site/class-wc-wccom-site.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!§\rv æÑÊ/‘~\0‚ˆ','ßLŽí¯˜±SƒG¨ÿmÙ\0J!UuÅÆÃÞ`§ú5nÐm','',0,'?'),('©¡\nàpjŸ³_~5CšJ\'','wp-content/plugins/woocommerce/includes/wccom-site/rest-api/endpoints/class-wc-rest-wccom-site-installer-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','šIÜî4fU´¨@t«\n','ÏîzþÙo±ùs×2`çÕ.¡|€dR.|6›S}’A','',0,'?'),('º”âyzCX9ø˜Ðj','wp-content/plugins/woocommerce/includes/widgets/class-wc-widget-cart.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-£ÜùX×ËQ•HWÚòŽ¸','W\'CÉjÇí~¼]yœë\"j€Ã\"n,)K4Ãƒ:E†','',0,'?'),('áÛÎ+	rË§kØám\0³','wp-content/plugins/woocommerce/includes/widgets/class-wc-widget-layered-nav-filters.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','mÑIYó¬”†”œ_óšPpÞ','w3vûíÞ Å£‘ƒD¥Z\'Óý\"æŽm4Í£`‚Q™fA','',0,'?'),('ÃÿõfåÝÕ+Zàâ©','wp-content/plugins/woocommerce/includes/widgets/class-wc-widget-layered-nav.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','í:/7ç?ŒàIâWnŽÏ_','‹ÚY˜Öé\rôLÏâÝœû…´ñ×³á9`\nÃè§R','',0,'?'),('Xœ°tðïåbÂþÄE','wp-content/plugins/woocommerce/includes/widgets/class-wc-widget-price-filter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¡óxSR\09†ÝÙ)‘°Y.','X¼ð9—{Ìu?’ß¤qA_¿û¤G¶š›pÿ','',0,'?'),(',îàû^,?xåóƒ3Ao','wp-content/plugins/woocommerce/includes/widgets/class-wc-widget-product-categories.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÇQš§£º­(<Û]Ó=Gˆ','»‚ˆÂ.3Î¸ÁsfÝU°Bµ”dÛÎY=ð2ÙÕhS','',0,'?'),('{\'˜ûóÙ]H•dú°ÁtÇ','wp-content/plugins/woocommerce/includes/widgets/class-wc-widget-product-search.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‘ÁþØØ|\0MËEÍ­>I','Êª!Þ°ä=3 Æ0ŽÖÈŠ‚	òÊ¦ìºVv8\rÛ_šíæ','',0,'?'),('‘\\5ºÿe«%nR1•U‰Ña','wp-content/plugins/woocommerce/includes/widgets/class-wc-widget-product-tag-cloud.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','„—NqÏU6ñ d%®1bÉç','æAxê›>nÏäñrÿ0ÄaP´p¿g_\ZrNøµ¸L©','',0,'?'),('VÏœI°˜&t“‡F®²Q','wp-content/plugins/woocommerce/includes/widgets/class-wc-widget-products.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','À ýN ®—Û¶Ûúm_','•ý´hû]ú¥2`/T\rH\rõŸ´ŽQ¤Ý¿.cÍ¬Y~','',0,'?'),('î=”FY3íS:cº','wp-content/plugins/woocommerce/includes/widgets/class-wc-widget-rating-filter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','UÓ‡HÄkÍ¾ÏÆXAÔéô','¡]Û{*m`únai$Ûv‡ùŠŽzÊDH]ì@$Žáñ','',0,'?'),(']Àš°À–•Á3›ÞÉ`ò','wp-content/plugins/woocommerce/includes/widgets/class-wc-widget-recent-reviews.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ïnÀx‘¢þ\"Ü/t1°','ºÖ‘§¼ß¡Iég¾£XMõÆLc\\Î#J¥üíå^','',0,'?'),('rìÙWDM\0%6òÖ)','wp-content/plugins/woocommerce/includes/widgets/class-wc-widget-recently-viewed.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\›ŸAÔgr2{çNÔç]','ãHÑ¢“ÏÐŒÞ˜’¹—€:Ì7§r<º”U|p_','',0,'?'),('öÍýŸo~. F¡>¶!ßµ','wp-content/plugins/woocommerce/includes/widgets/class-wc-widget-top-rated-products.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g1–‘ØCcgìö×é‰','wKá¶F‡…©8Ã@ xÛ´¼ÜzËœÃr Î8†Af>]','',0,'?'),('„É€ö™´”\"ˆiµ$lÀ','wp-content/plugins/woocommerce/license.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','GGpõ÷Ý3=	¦«–©ÿ','íºÖeº®á,¨ðó˜Z**»yç6ÊÁY¼ðÉ†ÅlÕª.â','',0,'?'),('#ÃÂß»÷•æÎDËzº´','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/css/abstracts/_breakpoints.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','qæEíóì.èÙ)|U?öóÊ','!øÇ«µ¶º;ŠÏW\'•<à™AJ.Ð7ÍtÒ3•²q\r','',0,'?'),('!í–ûKMO2.ÆÅ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/css/abstracts/_colors.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ñ$.É»0µ`†‡ßÒQ7','_A4‰ñ¸ÇDåŠÕ\0ô¥·Àuw.,B¥-PÆr²èˆ×æ','',0,'?'),('VùÈÃøÁt~ò©üî 8%','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/css/abstracts/_mixins.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Â†³ëÊ\nž>“#I¬\"«½','[5[ýsê4#‰ ÿe,·Ì‚:³G³VðøÀ(½0ê','',0,'?'),('î¸cÙÀ¥Yi¶{\r>œt—Ï','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/css/abstracts/_variables.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j1|róuBìÐnn£¼À[V','AáÅ&/eø³C\\Vœ@UŸ¨>Æ˜Â]ó¼S‚T“','',0,'?'),('<÷eáòSWeœÝ7¿!Æ†©','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/css/editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','•ª˜ü<\rÄÕç6‚DLÓ','e^ú¬n9Ë©8È‰±›\níZ„¬ƒ´(²íŒh>ûl¬','',0,'?'),(')UÉ¯ìÜ°¼Z›’ÉxJË','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/css/style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ª)9¬Î}~¶)<VÖif','{¨ÙÁ ‘í™±œ#:›ž3g¿2k¹QdÎ=*râ\"É','',0,'?'),('¤ª¯EÌ4.ÀV¾w Ï‡)','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/featured-category/block.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ð\\gÐ+\"÷èÅãT to','”\\àÊÌ*Åž¼E°{ÔBQz†c½ðø4°9¼=l]@þ','',0,'?'),('šð»Gùœì«ÐM(ž','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/featured-category/editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ìëÀ*Ù[[‘aµœ•zö','á‹,ûòKô—¿\Z<Mû©3Ëè«äßTéiå+Þ“\0','',0,'?'),('ORó\\‹…5ÈÍ^¦','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/featured-category/index.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','À­o8ˆø\\Â0~­U)›','Ð<ùÑaüøtØÕò•Rã´\"T‰Oßd„‰õÊlj%','',0,'?'),('‹8ÓŒã©\rÇºòŠ—Èn','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/featured-category/style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v‹Ö2\Zd¤3­\rQåú+èŒ','7\0\"åþä@À\0)®…ü74Zy ˜¯µÖ¯JÓà¤b','',0,'?'),('$¤X)Ýfßv„M´­b','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/featured-product/block.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÆMTågãu¢ìŒÔê\"<9Ê','’=dá³ZÿyÚ#7ŸÅ…E®œàv0â¯v8d6h‰','',0,'?'),('ƒ„-½¸òrÜÌ(U6·','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/featured-product/editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7ˆ\ZÞ²Çëé‹ªa','?ª·ì-IªÍD\\{vÌ‘{Äå„j°k|}gÂ•¹êÉLId','',0,'?'),('\r÷\'TzGG#€ZARÍÖØ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/featured-product/index.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','á!>ƒ•`šÏük;#)s','JƒÓÄ\ZÚÊq º$9EîOš(Á:W˜âCY#–o','',0,'?'),('æÈ¡v30Uª ¢\Zù•³.','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/featured-product/style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','YÃ§()5\Z•Ö‹ÖTî¸','ÆM±pÖûØE7Óo>ýíPÎéÍP`0*ê\Z-Úà','',0,'?'),('@k EÁbrvJÃ…*öî','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/handpicked-products/block.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' ¤]™›Ø–`ê¤#¸Î¥','¬tî†}Ð[§[ÒÝ™¨Ñ<>õ±?•J;åm^\nð','',0,'?'),('r”\"µì\n‘ñÑ8y® i\'','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/handpicked-products/editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','oSŒCs3õFDò¹','šñÇñùÝ€A\0½?PÀ¾‘ög¥Û,¼¶C˜áZ^=ò','',0,'?'),('t?þŠ£›È‹™¯â Š¬','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/handpicked-products/index.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X³j¹w©Uß]ò½¸©ò=„','} Mz%>Þd™Öó¤d›\r©=ÁI\Z/0ˆ-íö¸ˆA','',0,'?'),('\0n¢m&y…@Z&š±Fï','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-best-sellers/block.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','˜‘Ôi,³e<5¸>«žê\0','Z|$Ö)­vV\"Î&†Ë¢BÄ1y¶²àWÁ¹½uö','',0,'?'),('fËû§cYÃìÄÕ2G¤','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-best-sellers/index.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Šuèq\r\n×)—Û\ZI§','û`kûÎ8UÑØ–ØŸÂ•\0¥èÝ?(ËŒÉ—ã•B!Úþ','',0,'?'),('E–VFÛ#ýKfkuŽÀ#','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-categories/block.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$;“Â˜béÄ¨…hÁ·\\','<i[ÿ,´àœË|\"24Ìá5ÚÐ\'@û-zFü‰Ôx','',0,'?'),('ºcTäy½gü#Fj‹PNÅ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-categories/edit.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ð†L±6­Á]4é','{ bõ£j?Êf\0—ÔH˜[wîd\\\nqÏIE','',0,'?'),('½ÜJülHRyõ¢ä„ìÝ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-categories/editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','è\'	0šUóz=`òªìú','ÀØ‰‰‡¤T9É2PšÙHÞséz/gò—ÏºM±Ô²²','',0,'?'),('†\n2NÈÔ´:Sù+xœq\r','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-categories/frontend.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S»ò5Ó¶XæðŽ—°Ú:','Ûïk\Z¢9óÕñ.ï÷u†\ZS7«¾ö4Lœú‚‹','',0,'?'),('éº²Iì0ÞÁD€pÈ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-categories/get-categories.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ì~{2‚Eë.ë>9ÇR','¥„á— ¢ý&³:f5×Èùç^ˆVÙ /}ÿ¿P¨z','',0,'?'),('Æ&áÁåür@7“&›‹','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-categories/hierarchy.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','û ­ÇÁOû\'u6LD‹³e','MÍFÄ~M[‡~¤O‰”hB$>{Ýô6NrÏakYÚIQF','',0,'?'),('dç×¨;v,QhlóP\Zw>','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-categories/index.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','³¢RõäùkPÏ¤/ÏF€Å','\rÅeQ~³‰7›þ´uéúªgˆölTÍÿr_í1Þ.','',0,'?'),('ƒZçã ò„nL»\r¾n/‰','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-categories/style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','†éDÅŒépEg!C]•õè','ßl·}}SRîu3R¿b€ßƒâ,8$“6¢ã1ùVcÎ','',0,'?'),('3…ÙôÔÅ¶x9‡7KØ¯','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-category/block.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ºNžÑx_îï†‰\\\\Àˆþ','³óÔÊŸï#ò=þýÅ\Z,rÃ?ž`héVÍº¢','',0,'?'),('c·\"wk¡€…ZÍòY','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-category/editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ðëž†%ðÉX2˜^q','7ëÙèîñ‡Ç,.û*bÍœ¬ºéÏˆ*{\"9U','',0,'?'),('KIò`)ˆ(ú§:fãû','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-category/index.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ËD[Ï´ç3N\0*5¸×',';Uab£,*¶Ñ¾…Ò€‹-I¶ŒV[8ÎÉ%uê‘ù','',0,'?'),('z´œ“ŽõB¸2áZ¶Ø÷','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-new/block.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','±úÖÈ §â¾õ\r–‡	','ÈÀ¾LÞrä!\0a€)V“Œ=PÀÒêºàéO× ¢a!','',0,'?'),('ÂâŠÅ¥ûÎnƒ’`s','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-new/index.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' E0ãš$tg=qˆ‰v³±','Ñ€²›\Z\Zî‰ØP–çýÖÁWÖ\0>80Ò_0KS','',0,'?'),('¢þï«“çëÝ2m<¶TÉ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-on-sale/block.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¸ŽKÌ	eç%$»Ä«','Û	¼ºåŠ~Þymâ5Ô#ªËÂõÈÿ3Fy\Zæ8§','',0,'?'),('æw™<¦S—õ’DA¤&\\','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-on-sale/index.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‡øgÕG}š`±¬#üW·\\','ËfQ—–Oo§G³rkM²“¶Ê>.e·—±ða…','',0,'?'),('þ5.”»ÅrE~y\'•&­','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-tag/block.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','WÂTöìô(»2XŽÄq','<C²¨«| xÔÁŽ„#s—¤2\"8T:ôÕF&I´','',0,'?'),('M.S{Ž×ÄR	Óf²“','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-tag/editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ï0zÈ›yc¥ŠPÎh2übÙ','†Ù*@IÄS\0\"=¤qBH nÆ‘ü—¯—èmCp|','',0,'?'),('ž¨ nŒê‡uú³ù„¥¤i','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-tag/index.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ægæÄ«Ox«xgûb','ÞgS)Á8:ÆòL—Á!\\sWJ>i+ð0SÔÚ¼H>ý','',0,'?'),('Z\'ôã;%”íèÐ.Ç“©','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-top-rated/block.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':Zò¬×\0*©‘üÐã','œeêµÕ½×}3Zì4Ê?ÏaóáÏ¸ývEÚ:Ùí ','',0,'?'),('_uu%ãƒŽsŸ’ÅX','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-top-rated/index.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÝdgÌ|I\'¨³µ\'}','\"Ÿq{*;I]ö‡$ÁÁBÄçE]afJlIZå©Ïíú*','',0,'?'),('¤y?¯õnë²ƒ‡½»‚€','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/products-by-attribute/block.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','»·¾	k¹CÖnìÑqœ\ZLq','D/\\^;\\–o×¤Å”	©AíU«@OáãsP>ºë','',0,'?'),('‚å•ý 1~\rZÀˆÙ†Ð','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/products-by-attribute/editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Î%¥^‚Ì-*±;ûAÞ','¢¸ò¾â7äœ¯ç©ZÛÜâ·”éˆ¨µíÓRq¡','',0,'?'),('6½ïLë™ˆSü›ôÈzô','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/products-by-attribute/index.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','XfkùÉ3÷•ÐT~i','‹ô©`JàÃÏÖ¸Û˜ÒáU”KÕaç…w@¼ugr>p','',0,'?'),('—dÔw¶Jò6©9……È¨','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/components/grid-content-control/index.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6Î’2 ›+ê	6é=\"F','Ø³`˜Bl¤xÊõc<žÒ”ôE14I\r[ÍðP=\"Ùid','',0,'?'),('¾rŽ†d¾b+?¦ç<Ï~','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/components/grid-layout-control/index.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','RœP ó÷`5Ë`œŽ-V','îÁÈŽª-%ïòMÙZå; ,0;HÅqÛèÝoiÝ—','',0,'?'),('2¬%¹â§¼löRAò51ª','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/components/icons/checkbox-checked.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Þ4iß0.À—L.ÆŽ¤Z','=¤Ëà‰z¨˜Î´òyÊV/Õ—ÆW<î„?nJ‘# «','',0,'?'),('+‰Xg”ûHÃžˆîuú7ßÿ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/components/icons/checkbox-unchecked.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Dõ®™nÌÄH\0Ÿ}¹(ò0','íéºÕ€>þà…™Õ~æaTNTôKé\0¹[+wx.…N','',0,'?'),('¼¶ÍL1¸Yv…þ¬àgå','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/components/icons/folder-star.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"”ÌÐ>î=þ¿ó‘»*','	c¼ŽÛT³‚\\æ)­ß‰r¸Ù^ó%¨ÚÌ6¨y‘ò','',0,'?'),('vò‡‹žÊôtZ#ˆÑb','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/components/icons/folder.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','äBÇb6‘º(CdŸ‘N7µ_','j|@aDmnkõˆ(18çTì•Rjú1ïA’˜t6Fu“','',0,'?'),('¾nÓÐKµ{Çó‚x2.','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/components/icons/index.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	4éÞCYû4Á\'6Ô‰Ýœ«','úîT,?›Öes½«Vùà3XŒKåò,P=Ö­Mïž§','',0,'?'),('Õi¢i©þeBø9V;{š¢','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/components/icons/new-releases.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Äª¾U76n•´s|ù\"H','ù”–zz¨$£?oŸ1\r­?Zqu2¿*}G´Ê…ç','',0,'?'),('u¬èŸíï+Ý÷,Îã€¿¼á','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/components/icons/radio-selected.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Cç%Åµ;ÈYµ8Ë“ú','J/·\r•sV-ßû±²XimŽo\r5ÃßJ®ŒKÌÏ\nÆK^','',0,'?'),('<¨iòôÝ1&;n…W¦','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/components/icons/radio-unselected.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','aèˆw{ÔÆbŸš®ÝlŸ','™øÐMØMÉNÞñv*Ê^ŠžEáÞH˜kè¸ N*q„','',0,'?'),('÷‚”GŠÙóœ’,ß ÁÕ°','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/components/icons/widgets.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Íùíî2ãü\'\0†òlh¦a','YäØËéÚ°ðE×Þ’Ñ¾m?/Ë:èÂfÙIt=<jÔà','',0,'?'),('Ù¡–©)5tLï«²WŸ×cÜ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/components/icons/woo.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Üè`ÉýW\"Ü1Pô','µ5èog¢8Z©XÓ¹zÇÏùS.ï¥=*–Ó‚‡(—ö²','',0,'?'),('m¶ì\\bs~+¿hok','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/components/product-attribute-control/index.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S~&›§rÉ¤²»åþ]','ÄÆ}F­â-2NcÔ¦­8	”RxñVoŒ3HŒ=È','',0,'?'),('ÏŽ#\rÀ‚U²ÐŸ÷u°d','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/components/product-attribute-control/style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.Sê.ÅÚÃ[”•!*_4','å³_FH;çå\0H*™rMg|Zå«Ûúor\0B$\\%;','',0,'?'),('aîþù@?ÝyžœË^»=³','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/components/product-category-control/index.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','dBÖ«>Š~­RnnRËÝ','ªÕØ9êœÄn®CýÏÎÞü4vŠP#økec“K~C','',0,'?'),('Fˆš]ÏJ¬ëá\rÓ%’','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/components/product-category-control/style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ÿ[í	°¼Îz82™ÔÃ°','Ä‰C»€Í¦àà„omPiÁåÞPÇÔ-ÎZ/\n¶saDN','',0,'?'),('×l|Žš©{×œ_c*~','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/components/product-control/index.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=¨<ÇùÅÈåZ\r‰ŠC^.','Oç¾=Ë–Yõæ/±†S®cÜY9ærué_e8³','',0,'?'),('(G/ÇÖà†IøZÄß[','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/components/product-control/style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\nj×z|Ä\nêFF_zt=³','Wž]wßÄ ›d¤™vðçÀÍ¯ln›twCè béG ‰‹','',0,'?'),('£Á*Åíi¤ÀW)tñ`\\—','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/components/product-orderby-control/index.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ðMû£~¨²Êy:vU!a','kå½P¬¼,B©¨\'¾k\n=²Õ¶Ç9t.Ô‰l3Uô»','',0,'?'),('<nõ¿/j¡ù–z¾fú¯Û','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/components/product-preview/index.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ë³©ZœB\\^´‘ÓíßN',' ß€{Å)„£G€šQcÑV¨ÛÓˆðÙ‘;½µ›ïUÑêì','',0,'?'),('Mq#Ê/Ëˆg5F£‹J','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/components/product-preview/style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Í^ïŠqZÑ9|ÈìF','RÞb<e4©M8Ò-‚†Ý”ì6V°˜¿á§“bDQ','',0,'?'),('ý”dbŽj3øaî´†œK','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/components/product-preview/test/__snapshots__/index.js.snap',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ŽÌSÔ\0^žÞ4è}&§Ë','a):Ê†”/ƒèöªÙÅéïéªl[OÍì‡eØK','',0,'?'),('¬Šäâ!¾Èú¼‘Öp¶5R','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/components/product-preview/test/index.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¨ñø”üÏÑ°~¦.s¯Ž','\nÎí¡ÝEÏY*\n¸VäDÎô³¥…èéžig`QŸ–_','',0,'?'),('ºšiwf0BÿÀ?\'f2?','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/components/product-tag-control/index.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@†?OfF,^Xô¢ÓGÏ|','X~O°1â¤àÖ”‡X×æW†\0,ú¾ÂÏq<Ô<HÑ','',0,'?'),('ÞN©ücê§‘e\'¡\"Þ×','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/components/product-tag-control/style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0j/ûUGÏ2}Wÿü\0Îÿ','³/^fÚÈÅQˆš>¢|PA0j­’tõçG 4PG¿$','',0,'?'),('âµæý‰ñ$ÌÉ=`Ww','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/components/products-control/index.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ìÊÙòåM8ÑMàu%ñÓÎè','^­ÐÆ®Ùyè°«Ëhñ¢W%Ä7)s…Ø_ì¥ëÛÉIÆ','',0,'?'),('TaYT‹qwÒñ‘°]>io','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/components/toggle-button-control/index.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Š)=§	oÐRö?¬¦ÐÔ°é','ØçB™y¸|2ÎrÒu¿×tŠØÍ7vçÑž%Øµœ8P','',0,'?'),('X\rÐ%7ºMv”tyâA','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/components/toggle-button-control/screenshot.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n¹¬±n\Z§D¢× b~KÑ','ß»bŠ#µsú¶”ŒÕü‹²={ÖM×Œ;Ïo[¸ÍˆËh','',0,'?'),('¦Å‹:\\oÇtZ\"œ²ÎÉ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/components/toggle-button-control/style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','µ/À¢7×`t¦˜ã˜u;\"','þ£%—lñS[%U½è®\r]P\0îU0©;ñ\"¹®?‰ÛÍ','',0,'?'),('iÛßÙóø``ž>ßaqŽâ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/components/utils/index.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z\r¥µ˜§¤›\ZŠ+íŠg','f•ó>ßq6«I+ìõ‘#ýÁw~(Khœ~—n=ÆxGøò','',0,'?'),('z?¢z}ÜbIïnài¡‰\r','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/index.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','²\"£µüØç*ñ3Ø®®\r','¤¯™›×Úð¼séÎ°ó§˜)oQ™d’®ìÓH”4Z','',0,'?'),('	¡d¦7}ãNõä1¾Ä','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/utils/deprecations.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¾çÅ¤%MºL]¶ê¦fÑ¢\n','c¨Ê‚¢\Z¤,ŒU’Ç;à\Z%¬,½ö±Mœ+xÝ‚”','',0,'?'),('ûŸ¹““Î]ž\\ó`µaØv','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/utils/get-query.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÕLwšó—XhÞ¥¦$°·','`¥ëë´ö}ì–Ê ÕýW‡»‰„¡ŒG×YGÈÏ=Y\0','',0,'?'),('˜ë½J°\rBä]ÛE-1©Ã','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/utils/get-shortcode.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Œ¼Ž]»×TÑýÎD•ã5','½)óÜÄ9§H˜?Ïë@Ã³2/ÓdänÁ÷v¿¹Qu','',0,'?'),('bñè#À‚:ä,™Á¬dW','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/utils/products.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','À»6úéMðRãD×Yæì','ÄMšÕòúa²çñ“Rõ\07¿úTXO/VÍÙÈ','',0,'?'),('LÍ¥8ºKêù8/Ìì8æ´r','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/utils/shared-attributes.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','fÛžá›.G@†Ž\nŠ\\´¢','h¾™\'Ë8J)›Òë-,cÁLU^un•.rS1†¡š','',0,'?'),('hÑªþ-(®%9êAáOvƒ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/utils/test/get-query.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‡6©ÓPæ>~f£”q‰£Å','|¿ßëÂ­™\Z@”ÓË‹=›k¡,åHcaÝ“\"ÍŒ;_²','',0,'?'),('ð0’YôÏ)ªïÄõ›†','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/utils/with-component-id.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=6Žö½ÙýÔ.•üæ¶9','‹DÉÃ\"¥È”bßÝ“¾<Ÿº\0F·j~Ã‡óµ!Ì¨)','',0,'?'),('Írr}\\•äZƒ|ž »','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/blocks.deps.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`ç½†iÿ}nÄy9ðÄ0','¿(“- ËÉÎF±ßMºÈ[„æÀÿžÔD)Z@B¨','',0,'?'),('t9›U®6/þL/‰ë³û|','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/blocks.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','úgâôŠ·ùnË8ebÒË','\Z5]g.5|âð›w•Žqìà†$yØœçp3¥²p9','',0,'?'),('ÄdÛµ8¥ö÷nü®\07yP','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','…š\'ÙµãÍAçs›oþü','+Òl9H¿\'0ªöÍ‹DßK^¢±˜dwwC¯|ˆF','',0,'?'),('™tÅ¦Õ¡\\p«‘ó}fMí©','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/featured-category.deps.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Më—¬¾6½|Ç¨íþ‹Ûð','ÊUL£†‘¯aÚ+Ÿú´A–u„>htÝÜšý¸I[æ\r','',0,'?'),('åD©e‚5H?Ðº¿g)+G†','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/featured-category.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Úƒµ·Ò[¨\nØaˆ²¢','Vtëlö×\n%¹kŒäC½`q\"ñ©›ÑÌÖŽ±W','',0,'?'),('/,÷Íâ	ä!Ñ7Œ\nÞñ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/featured-product.deps.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Më—¬¾6½|Ç¨íþ‹Ûð','ÊUL£†‘¯aÚ+Ÿú´A–u„>htÝÜšý¸I[æ\r','',0,'?'),('¤Ñ\Z³OH,Ö¹d{0£B','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/featured-product.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','§æ]ý˜À©ÝµÙÑ+lw','«qÈÛkRÃ`öMÌäZlP8¿8ÖH½hLzó3GI','',0,'?'),('\0ïÏ-‡Å\r‹&‚‹Æ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/frontend.deps.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','bã¸Ë×Þ°Mdy:ôR\"','óW×:G;cÑ9)ßÍUÉ41$1,“ƒµVb6öD','',0,'?'),('˜FžÃ>{‰õ;îãhræ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/frontend.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&tö®Oÿ\"’èv³j§¹','	ß®»«\Z+n\"…!¾å!l²ÉýÒ#—L€¤Þ9}ý:­','',0,'?'),('ÔªÖ;œÈfxÓÃ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/handpicked-products.deps.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Më—¬¾6½|Ç¨íþ‹Ûð','ÊUL£†‘¯aÚ+Ÿú´A–u„>htÝÜšý¸I[æ\r','',0,'?'),('¨Š¨™2Wä”¦ó#—§N”','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/handpicked-products.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','–ñ==z`@¹v¶rÞÙæ','ùŠµõ¿Ê»¹\\(Äì¡®û2âÊ‹|ø—ü)«õôUe','',0,'?'),('®˜BÇª¨_X©¶–°Ž','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-best-sellers.deps.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Më—¬¾6½|Ç¨íþ‹Ûð','ÊUL£†‘¯aÚ+Ÿú´A–u„>htÝÜšý¸I[æ\r','',0,'?'),('*ò4ç“gš\"­óI­÷ƒ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-best-sellers.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$´!ˆ\\UÃB”¼H$ðò¦','\Zí¶hèR(Y©zÃÿ×&¡á]³­ïé]Ë·Fw‹','',0,'?'),('«Hñ‡îA@)÷ZˆaÛ\n§','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-categories.deps.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','À`ñ2¯/–{»±Ã­Þ¼','A]Âí\\íPò¹%\"†ªx¾YGzÞ€uKÖÉÎÙ','',0,'?'),('	„‡,»Žì†`ŽÏ ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-categories.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÜA}k¯-É‹hCµH<æ',' ÚäÍ’%|W+ý\'Â­ˆÀqæve]ü¶J¯ºFÒb','',0,'?'),('-Rø’™^ÕþLô(›“','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-category.deps.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Më—¬¾6½|Ç¨íþ‹Ûð','ÊUL£†‘¯aÚ+Ÿú´A–u„>htÝÜšý¸I[æ\r','',0,'?'),('TLÁeQ¯G\nÓ‚ß¸gÀ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-category.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2ˆL?å/Ï§žùt\0]\"ô','ÐøºÿË€‡¶–¹âÃ¥I_—ºnÔ@4·¼§)óE','',0,'?'),('ú¿uìùCÍ*­ Î@h','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-new.deps.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Më—¬¾6½|Ç¨íþ‹Ûð','ÊUL£†‘¯aÚ+Ÿú´A–u„>htÝÜšý¸I[æ\r','',0,'?'),('\Z¯M)j¼(Zî¿–æàV','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-new.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ªJ·¥5Ë-~ºŸ`ùKž¼','¨ìò/rÐÈ]WŸ»~¢ýkC]÷7è‡»ˆ˜àt>[V','',0,'?'),('âN«§•¼B•¾˜éâó€/','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-on-sale.deps.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Më—¬¾6½|Ç¨íþ‹Ûð','ÊUL£†‘¯aÚ+Ÿú´A–u„>htÝÜšý¸I[æ\r','',0,'?'),('Ò_°R5YÓšRÇÐþ„','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-on-sale.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ªìÄœA—á3èú{Ç²à','ÀÊ’*·\\ë¨™¥,%Îàrp.)d–=0Q|_ÛçoAj','',0,'?'),('\\`[±š5Ò¬\ZÙrâ¡','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-tag.deps.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Më—¬¾6½|Ç¨íþ‹Ûð','ÊUL£†‘¯aÚ+Ÿú´A–u„>htÝÜšý¸I[æ\r','',0,'?'),('ë +–1i†I1´kˆpn','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-tag.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','õeS%¦	ñNMÊºd­¹÷','y\\‚¦ E\\ý\0 Ä$™A{]ÕäÞÛÅ][','',0,'?'),('ê‡î]%Së†V5„Ã³','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-top-rated.deps.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Më—¬¾6½|Ç¨íþ‹Ûð','ÊUL£†‘¯aÚ+Ÿú´A–u„>htÝÜšý¸I[æ\r','',0,'?'),('˜ä³?åH“ñaíú»Ü0Ej','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-top-rated.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','€Ä¼4k.Wf–ôÓyG¯','87j&¤ :Íß,t°àüäØºw4\ZôeÄq#Š¤ˆ‘<y“','',0,'?'),('‰Ë`$]Z·OÔ¬ÑV®zc','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/products-by-attribute.deps.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Më—¬¾6½|Ç¨íþ‹Ûð','ÊUL£†‘¯aÚ+Ÿú´A–u„>htÝÜšý¸I[æ\r','',0,'?'),('‰›šiÛ4–é»ý÷\Zgâ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/products-by-attribute.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z—ÊF\rš’ÿyõ¡G@ü','Kë\0‚Kï	³ö°(¸SFTÍqm„r—=¡ÓåÞáõ ž','',0,'?'),('Nòð{ˆ\"/«;0¶~Ñ7’','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','HFÀgŽ•Ohm6ãòð\"‚','à¨ŠŒE¼_@×ô\ZŽÒÍu¬“ªÅú×ßHFV‘¹','',0,'?'),('%“2M3ú €oÎBE','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/vendors.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&¯B*Qìì.p%âîƒ&','J³Nw\"“¬x[³\r~šë’á*ZÖ:Ý»“ŒnuÍ','',0,'?'),('ì²Lœ‡Ó¬œÛÇÍL˜qW','wp-content/plugins/woocommerce/packages/woocommerce-blocks/languages/woo-gutenberg-products-block-da_DK-15e4e3df51632e1ca1000ea405c14b95.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÅœvwÉ2D@mv®|FÙ‚','~†ËÓÝðMÃÁC.uºÑA¶0Â$šã¤îüÏJ]ì','',0,'?'),('µ¬wë©ötì\'³?Xº','wp-content/plugins/woocommerce/packages/woocommerce-blocks/languages/woo-gutenberg-products-block-da_DK-2674aecf6bb0c5be4f2454ea842be5f6.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÅœvwÉ2D@mv®|FÙ‚','~†ËÓÝðMÃÁC.uºÑA¶0Â$šã¤îüÏJ]ì','',0,'?'),('¼·†üûÏW­þG_ß¦š¶','wp-content/plugins/woocommerce/packages/woocommerce-blocks/languages/woo-gutenberg-products-block-da_DK-3f1f6467892f2a342fddcfecdceeb2c3.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÅœvwÉ2D@mv®|FÙ‚','~†ËÓÝðMÃÁC.uºÑA¶0Â$šã¤îüÏJ]ì','',0,'?'),('Wß**¿k€‹JOãB.‹','wp-content/plugins/woocommerce/packages/woocommerce-blocks/languages/woo-gutenberg-products-block-da_DK-60078c7e1562999732d0d5d42648e5b8.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Í²	e¼_(µ¶ôX\Z¿®','Ð,½y×ab±˜¥¯¤gZîäÈò‹\ZµŒÞŒ¡êÀs%Eè','',0,'?'),('V =a¤/)ÍRìØ-I','wp-content/plugins/woocommerce/packages/woocommerce-blocks/languages/woo-gutenberg-products-block-da_DK-6e3d95eaf70621f822b845d5bcb2b3cf.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÅœvwÉ2D@mv®|FÙ‚','~†ËÓÝðMÃÁC.uºÑA¶0Â$šã¤îüÏJ]ì','',0,'?'),('ê;‰°Ÿ«à|(hÉ#Q','wp-content/plugins/woocommerce/packages/woocommerce-blocks/languages/woo-gutenberg-products-block-da_DK-801633e5f64cc092aeb48a4c640fffe5.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Í²	e¼_(µ¶ôX\Z¿®','Ð,½y×ab±˜¥¯¤gZîäÈò‹\ZµŒÞŒ¡êÀs%Eè','',0,'?'),('Qû¨QÜ&]{ÕêÕ\0*›','wp-content/plugins/woocommerce/packages/woocommerce-blocks/languages/woo-gutenberg-products-block-da_DK-84d4253d132f6c5c53fe25d03f5e9200.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÅœvwÉ2D@mv®|FÙ‚','~†ËÓÝðMÃÁC.uºÑA¶0Â$šã¤îüÏJ]ì','',0,'?'),('\"d˜é¹\r\"pg¥Gå¬Ì','wp-content/plugins/woocommerce/packages/woocommerce-blocks/languages/woo-gutenberg-products-block-da_DK-91f7cd8fa1b168630fc2b3a54cbe410f.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÅœvwÉ2D@mv®|FÙ‚','~†ËÓÝðMÃÁC.uºÑA¶0Â$šã¤îüÏJ]ì','',0,'?'),('w¯ŽeC7Ù³—‰D†áÎ³','wp-content/plugins/woocommerce/packages/woocommerce-blocks/languages/woo-gutenberg-products-block-da_DK-a4caf5c468bc583ff7fc9a943d3dc348.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÅœvwÉ2D@mv®|FÙ‚','~†ËÓÝðMÃÁC.uºÑA¶0Â$šã¤îüÏJ]ì','',0,'?'),('EMÂ¤Û‹Ÿâ»2¤æˆQ‰','wp-content/plugins/woocommerce/packages/woocommerce-blocks/languages/woo-gutenberg-products-block-da_DK-d748c5738d57b7518bef14f74456090e.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÅœvwÉ2D@mv®|FÙ‚','~†ËÓÝðMÃÁC.uºÑA¶0Â$šã¤îüÏJ]ì','',0,'?'),('²\rŸÇ¿ê/>4Ínå','wp-content/plugins/woocommerce/packages/woocommerce-blocks/languages/woo-gutenberg-products-block-da_DK-f9f323a7db976a4eafb44c35cc6d5e32.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÅœvwÉ2D@mv®|FÙ‚','~†ËÓÝðMÃÁC.uºÑA¶0Â$šã¤îüÏJ]ì','',0,'?'),('ñNWÑ­¨cÙ¥,(µá1\Z','wp-content/plugins/woocommerce/packages/woocommerce-blocks/languages/woo-gutenberg-products-block-de_CH-15e4e3df51632e1ca1000ea405c14b95.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':?F\\ÁA§Má73Ö(R^','1W0ZkGÓCƒr¼!%	öYÁa&R8¥1­6,ö¢','',0,'?'),('c³–C¼\0Ì8aé»7b„','wp-content/plugins/woocommerce/packages/woocommerce-blocks/languages/woo-gutenberg-products-block-de_CH-2674aecf6bb0c5be4f2454ea842be5f6.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':?F\\ÁA§Má73Ö(R^','1W0ZkGÓCƒr¼!%	öYÁa&R8¥1­6,ö¢','',0,'?'),('£¤Ñ¤\rA0 ´8{Él','wp-content/plugins/woocommerce/packages/woocommerce-blocks/languages/woo-gutenberg-products-block-de_CH-3f1f6467892f2a342fddcfecdceeb2c3.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':?F\\ÁA§Má73Ö(R^','1W0ZkGÓCƒr¼!%	öYÁa&R8¥1­6,ö¢','',0,'?'),('¿ ›qLIäEîëÁi9Æ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/languages/woo-gutenberg-products-block-de_CH-60078c7e1562999732d0d5d42648e5b8.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':?F\\ÁA§Má73Ö(R^','1W0ZkGÓCƒr¼!%	öYÁa&R8¥1­6,ö¢','',0,'?'),('³Ùdí\Zø¹…	®ëš>','wp-content/plugins/woocommerce/packages/woocommerce-blocks/languages/woo-gutenberg-products-block-de_CH-6e3d95eaf70621f822b845d5bcb2b3cf.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':?F\\ÁA§Má73Ö(R^','1W0ZkGÓCƒr¼!%	öYÁa&R8¥1­6,ö¢','',0,'?'),('ÇØè®a]WÏ\'·Š<R','wp-content/plugins/woocommerce/packages/woocommerce-blocks/languages/woo-gutenberg-products-block-de_CH-801633e5f64cc092aeb48a4c640fffe5.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':?F\\ÁA§Má73Ö(R^','1W0ZkGÓCƒr¼!%	öYÁa&R8¥1­6,ö¢','',0,'?'),('|•Ã‹è>ªË—ŸÑQ°—','wp-content/plugins/woocommerce/packages/woocommerce-blocks/languages/woo-gutenberg-products-block-de_CH-84d4253d132f6c5c53fe25d03f5e9200.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':?F\\ÁA§Má73Ö(R^','1W0ZkGÓCƒr¼!%	öYÁa&R8¥1­6,ö¢','',0,'?'),('Äç¿ˆƒ8Sƒš,>ïù2','wp-content/plugins/woocommerce/packages/woocommerce-blocks/languages/woo-gutenberg-products-block-de_CH-91f7cd8fa1b168630fc2b3a54cbe410f.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':?F\\ÁA§Má73Ö(R^','1W0ZkGÓCƒr¼!%	öYÁa&R8¥1­6,ö¢','',0,'?'),('¬H¤òYà,–îŽ‘ˆí','wp-content/plugins/woocommerce/packages/woocommerce-blocks/languages/woo-gutenberg-products-block-de_CH-a4caf5c468bc583ff7fc9a943d3dc348.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':?F\\ÁA§Má73Ö(R^','1W0ZkGÓCƒr¼!%	öYÁa&R8¥1­6,ö¢','',0,'?'),('å<û@KåoÍ­ÊcúNÇ¾','wp-content/plugins/woocommerce/packages/woocommerce-blocks/languages/woo-gutenberg-products-block-de_CH-d748c5738d57b7518bef14f74456090e.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':?F\\ÁA§Má73Ö(R^','1W0ZkGÓCƒr¼!%	öYÁa&R8¥1­6,ö¢','',0,'?'),('WŠÝÿ?Ço;¤‰‡\"…(u','wp-content/plugins/woocommerce/packages/woocommerce-blocks/languages/woo-gutenberg-products-block-de_CH-f9f323a7db976a4eafb44c35cc6d5e32.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':?F\\ÁA§Má73Ö(R^','1W0ZkGÓCƒr¼!%	öYÁa&R8¥1­6,ö¢','',0,'?'),('¼\'¿~jWB+PïT¥Î¢¨','wp-content/plugins/woocommerce/packages/woocommerce-blocks/languages/woo-gutenberg-products-block-de_CH_informal-15e4e3df51632e1ca1000ea405c14b95.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','YÛæXù}#ZtŠî£çè','ÝaEÞ¡\"âžÑ~û%Ó¢uŽÖŽWhHžKª¼­›ä?à','',0,'?'),('pI#b­xÚÂ1†„Ë\0l','wp-content/plugins/woocommerce/packages/woocommerce-blocks/languages/woo-gutenberg-products-block-de_CH_informal-2674aecf6bb0c5be4f2454ea842be5f6.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','YÛæXù}#ZtŠî£çè','ÝaEÞ¡\"âžÑ~û%Ó¢uŽÖŽWhHžKª¼­›ä?à','',0,'?'),('£”â`ŠRT„\0\'›Þ=³.','wp-content/plugins/woocommerce/packages/woocommerce-blocks/languages/woo-gutenberg-products-block-de_CH_informal-3f1f6467892f2a342fddcfecdceeb2c3.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','YÛæXù}#ZtŠî£çè','ÝaEÞ¡\"âžÑ~û%Ó¢uŽÖŽWhHžKª¼­›ä?à','',0,'?'),('\nsóœ»Õ+ºgôì8™^','wp-content/plugins/woocommerce/packages/woocommerce-blocks/languages/woo-gutenberg-products-block-de_CH_informal-60078c7e1562999732d0d5d42648e5b8.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','YÛæXù}#ZtŠî£çè','ÝaEÞ¡\"âžÑ~û%Ó¢uŽÖŽWhHžKª¼­›ä?à','',0,'?'),('á_÷Æë	X\"8¨jÿcí','wp-content/plugins/woocommerce/packages/woocommerce-blocks/languages/woo-gutenberg-products-block-de_CH_informal-6e3d95eaf70621f822b845d5bcb2b3cf.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','YÛæXù}#ZtŠî£çè','ÝaEÞ¡\"âžÑ~û%Ó¢uŽÖŽWhHžKª¼­›ä?à','',0,'?'),('oâæ¶ƒ˜ö|`}BêL','wp-content/plugins/woocommerce/packages/woocommerce-blocks/languages/woo-gutenberg-products-block-de_CH_informal-801633e5f64cc092aeb48a4c640fffe5.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','YÛæXù}#ZtŠî£çè','ÝaEÞ¡\"âžÑ~û%Ó¢uŽÖŽWhHžKª¼­›ä?à','',0,'?'),('us+ÇÇ3ÈË¼ÄÎÓ%Jé','wp-content/plugins/woocommerce/packages/woocommerce-blocks/languages/woo-gutenberg-products-block-de_CH_informal-84d4253d132f6c5c53fe25d03f5e9200.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','YÛæXù}#ZtŠî£çè','ÝaEÞ¡\"âžÑ~û%Ó¢uŽÖŽWhHžKª¼­›ä?à','',0,'?'),('ÛÍ¥’öQyºwt\ZnhêÆ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/languages/woo-gutenberg-products-block-de_CH_informal-91f7cd8fa1b168630fc2b3a54cbe410f.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','YÛæXù}#ZtŠî£çè','ÝaEÞ¡\"âžÑ~û%Ó¢uŽÖŽWhHžKª¼­›ä?à','',0,'?'),('oSølßÜÝJ˜eäé1','wp-content/plugins/woocommerce/packages/woocommerce-blocks/languages/woo-gutenberg-products-block-de_CH_informal-a4caf5c468bc583ff7fc9a943d3dc348.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','YÛæXù}#ZtŠî£çè','ÝaEÞ¡\"âžÑ~û%Ó¢uŽÖŽWhHžKª¼­›ä?à','',0,'?'),('¾% Þy¢ýj]$¤ªAƒ(','wp-content/plugins/woocommerce/packages/woocommerce-blocks/languages/woo-gutenberg-products-block-de_CH_informal-d748c5738d57b7518bef14f74456090e.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','YÛæXù}#ZtŠî£çè','ÝaEÞ¡\"âžÑ~û%Ó¢uŽÖŽWhHžKª¼­›ä?à','',0,'?'),('tßäï±Ìr¶2hãu','wp-content/plugins/woocommerce/packages/woocommerce-blocks/languages/woo-gutenberg-products-block-de_CH_informal-f9f323a7db976a4eafb44c35cc6d5e32.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','YÛæXù}#ZtŠî£çè','ÝaEÞ¡\"âžÑ~û%Ó¢uŽÖŽWhHžKª¼­›ä?à','',0,'?'),('WÎÔü’â±Ëö0œJã5N','wp-content/plugins/woocommerce/packages/woocommerce-blocks/languages/woo-gutenberg-products-block-de_DE-15e4e3df51632e1ca1000ea405c14b95.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÌëÜéx¯¸Hú¦yÃ¯U@','·Ev2¾á\\þîÉ5Ÿ¶À¾RL/UÝÀTRms','',0,'?'),('\'¸ûXi=Ù4…»=ŒLP‹','wp-content/plugins/woocommerce/packages/woocommerce-blocks/languages/woo-gutenberg-products-block-de_DE-2674aecf6bb0c5be4f2454ea842be5f6.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÌëÜéx¯¸Hú¦yÃ¯U@','·Ev2¾á\\þîÉ5Ÿ¶À¾RL/UÝÀTRms','',0,'?'),(' :½+ÇeŒ}]Weõì4','wp-content/plugins/woocommerce/packages/woocommerce-blocks/languages/woo-gutenberg-products-block-de_DE-3f1f6467892f2a342fddcfecdceeb2c3.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÌëÜéx¯¸Hú¦yÃ¯U@','·Ev2¾á\\þîÉ5Ÿ¶À¾RL/UÝÀTRms','',0,'?'),('îjû–uB|‡EºšãÍ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/languages/woo-gutenberg-products-block-de_DE-60078c7e1562999732d0d5d42648e5b8.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÌëÜéx¯¸Hú¦yÃ¯U@','·Ev2¾á\\þîÉ5Ÿ¶À¾RL/UÝÀTRms','',0,'?'),('±%ç:BU\'!´]Fw\Z','wp-content/plugins/woocommerce/packages/woocommerce-blocks/languages/woo-gutenberg-products-block-de_DE-6e3d95eaf70621f822b845d5bcb2b3cf.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÌëÜéx¯¸Hú¦yÃ¯U@','·Ev2¾á\\þîÉ5Ÿ¶À¾RL/UÝÀTRms','',0,'?'),('–Yó6´èÈ³#LÙT¼','wp-content/plugins/woocommerce/packages/woocommerce-blocks/languages/woo-gutenberg-products-block-de_DE-801633e5f64cc092aeb48a4c640fffe5.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÌëÜéx¯¸Hú¦yÃ¯U@','·Ev2¾á\\þîÉ5Ÿ¶À¾RL/UÝÀTRms','',0,'?'),('ì¶œ¯\rP›ˆœ‹zº•','wp-content/plugins/woocommerce/packages/woocommerce-blocks/languages/woo-gutenberg-products-block-de_DE-84d4253d132f6c5c53fe25d03f5e9200.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÌëÜéx¯¸Hú¦yÃ¯U@','·Ev2¾á\\þîÉ5Ÿ¶À¾RL/UÝÀTRms','',0,'?'),('°–M&l„ªCUDc','wp-content/plugins/woocommerce/packages/woocommerce-blocks/languages/woo-gutenberg-products-block-de_DE-91f7cd8fa1b168630fc2b3a54cbe410f.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÌëÜéx¯¸Hú¦yÃ¯U@','·Ev2¾á\\þîÉ5Ÿ¶À¾RL/UÝÀTRms','',0,'?'),('“©ìoî3ÿ^´2nØw','wp-content/plugins/woocommerce/packages/woocommerce-blocks/languages/woo-gutenberg-products-block-de_DE-a4caf5c468bc583ff7fc9a943d3dc348.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÌëÜéx¯¸Hú¦yÃ¯U@','·Ev2¾á\\þîÉ5Ÿ¶À¾RL/UÝÀTRms','',0,'?'),('•žÕO\0\"-°3BsŽ£Ñóò','wp-content/plugins/woocommerce/packages/woocommerce-blocks/languages/woo-gutenberg-products-block-de_DE-d748c5738d57b7518bef14f74456090e.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÌëÜéx¯¸Hú¦yÃ¯U@','·Ev2¾á\\þîÉ5Ÿ¶À¾RL/UÝÀTRms','',0,'?'),('­î7à¯×ÁÁœÜ-b»','wp-content/plugins/woocommerce/packages/woocommerce-blocks/languages/woo-gutenberg-products-block-de_DE-f9f323a7db976a4eafb44c35cc6d5e32.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÌëÜéx¯¸Hú¦yÃ¯U@','·Ev2¾á\\þîÉ5Ÿ¶À¾RL/UÝÀTRms','',0,'?'),('PÅÇŸqŽAÔiˆ|mSçf‘','wp-content/plugins/woocommerce/packages/woocommerce-blocks/languages/woo-gutenberg-products-block-de_DE_formal-15e4e3df51632e1ca1000ea405c14b95.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','…/‚3|-ç`’›­å','àôØV9UÍ¾$¢3/Ý…#ß\nåæIòži³ƒ-®Q','',0,'?'),('ºÖæMaLhƒg.—Ï?ÕK','wp-content/plugins/woocommerce/packages/woocommerce-blocks/languages/woo-gutenberg-products-block-de_DE_formal-2674aecf6bb0c5be4f2454ea842be5f6.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','…/‚3|-ç`’›­å','àôØV9UÍ¾$¢3/Ý…#ß\nåæIòži³ƒ-®Q','',0,'?'),('¸ö™»gL.ï˜]ú§/ÞP','wp-content/plugins/woocommerce/packages/woocommerce-blocks/languages/woo-gutenberg-products-block-de_DE_formal-3f1f6467892f2a342fddcfecdceeb2c3.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','…/‚3|-ç`’›­å','àôØV9UÍ¾$¢3/Ý…#ß\nåæIòži³ƒ-®Q','',0,'?'),('’uüH—Œ¼£PÐõ@”ó[','wp-content/plugins/woocommerce/packages/woocommerce-blocks/languages/woo-gutenberg-products-block-de_DE_formal-60078c7e1562999732d0d5d42648e5b8.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','…/‚3|-ç`’›­å','àôØV9UÍ¾$¢3/Ý…#ß\nåæIòži³ƒ-®Q','',0,'?'),('ºÚÐráïôpyG	ž0','wp-content/plugins/woocommerce/packages/woocommerce-blocks/languages/woo-gutenberg-products-block-de_DE_formal-6e3d95eaf70621f822b845d5bcb2b3cf.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','…/‚3|-ç`’›­å','àôØV9UÍ¾$¢3/Ý…#ß\nåæIòži³ƒ-®Q','',0,'?'),('2kþ\rfºÒ985!{j\Z/','wp-content/plugins/woocommerce/packages/woocommerce-blocks/languages/woo-gutenberg-products-block-de_DE_formal-801633e5f64cc092aeb48a4c640fffe5.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','…/‚3|-ç`’›­å','àôØV9UÍ¾$¢3/Ý…#ß\nåæIòži³ƒ-®Q','',0,'?'),('û	V•ÔY’•qœ5ÍDóË','wp-content/plugins/woocommerce/packages/woocommerce-blocks/languages/woo-gutenberg-products-block-de_DE_formal-84d4253d132f6c5c53fe25d03f5e9200.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','…/‚3|-ç`’›­å','àôØV9UÍ¾$¢3/Ý…#ß\nåæIòži³ƒ-®Q','',0,'?'),('£›œ×°nÓ¾ž±¬…jÞ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/languages/woo-gutenberg-products-block-de_DE_formal-91f7cd8fa1b168630fc2b3a54cbe410f.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','…/‚3|-ç`’›­å','àôØV9UÍ¾$¢3/Ý…#ß\nåæIòži³ƒ-®Q','',0,'?'),('€|ˆ­Í²®óÒ*¢kc','wp-content/plugins/woocommerce/packages/woocommerce-blocks/languages/woo-gutenberg-products-block-de_DE_formal-a4caf5c468bc583ff7fc9a943d3dc348.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','…/‚3|-ç`’›­å','àôØV9UÍ¾$¢3/Ý…#ß\nåæIòži³ƒ-®Q','',0,'?'),('Ç Ð:‚Â0SëÞiKaµ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/languages/woo-gutenberg-products-block-de_DE_formal-d748c5738d57b7518bef14f74456090e.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','…/‚3|-ç`’›­å','àôØV9UÍ¾$¢3/Ý…#ß\nåæIòži³ƒ-®Q','',0,'?'),('b5®fVÒšÔÑ?;<Ç','wp-content/plugins/woocommerce/packages/woocommerce-blocks/languages/woo-gutenberg-products-block-de_DE_formal-f9f323a7db976a4eafb44c35cc6d5e32.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','…/‚3|-ç`’›­å','àôØV9UÍ¾$¢3/Ý…#ß\nåæIòži³ƒ-®Q','',0,'?'),('[5F^cÒßM÷àWU¡','wp-content/plugins/woocommerce/packages/woocommerce-blocks/languages/woo-gutenberg-products-block-es_ES-15e4e3df51632e1ca1000ea405c14b95.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÿ¸Y®Ègûëóéÿ1óõ‘s','£EðäFŒhMR¯ÓjØ4~N}C®ˆcst‹‚','',0,'?'),('¹±Qóä~Â{ÛØÛ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/languages/woo-gutenberg-products-block-es_ES-2674aecf6bb0c5be4f2454ea842be5f6.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÿ¸Y®Ègûëóéÿ1óõ‘s','£EðäFŒhMR¯ÓjØ4~N}C®ˆcst‹‚','',0,'?'),('$ZðÒ36%`²LVZÊm','wp-content/plugins/woocommerce/packages/woocommerce-blocks/languages/woo-gutenberg-products-block-es_ES-3f1f6467892f2a342fddcfecdceeb2c3.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÿ¸Y®Ègûëóéÿ1óõ‘s','£EðäFŒhMR¯ÓjØ4~N}C®ˆcst‹‚','',0,'?'),('f\ne4`òóvýˆ£‘neð~','wp-content/plugins/woocommerce/packages/woocommerce-blocks/languages/woo-gutenberg-products-block-es_ES-60078c7e1562999732d0d5d42648e5b8.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C½H)Áx#P\nE#ág‚','oËZUi1é3)„¹à)Áë.àªé»íiÖ=#a','',0,'?'),('eí×X­`œ¦ÀŒˆÍ¥|','wp-content/plugins/woocommerce/packages/woocommerce-blocks/languages/woo-gutenberg-products-block-es_ES-6e3d95eaf70621f822b845d5bcb2b3cf.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÿ¸Y®Ègûëóéÿ1óõ‘s','£EðäFŒhMR¯ÓjØ4~N}C®ˆcst‹‚','',0,'?'),('»\'’Z«¾1lÞP±)¤Á','wp-content/plugins/woocommerce/packages/woocommerce-blocks/languages/woo-gutenberg-products-block-es_ES-801633e5f64cc092aeb48a4c640fffe5.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C½H)Áx#P\nE#ág‚','oËZUi1é3)„¹à)Áë.àªé»íiÖ=#a','',0,'?'),('üB .ùÿ*v„ÌÀ‹è8G','wp-content/plugins/woocommerce/packages/woocommerce-blocks/languages/woo-gutenberg-products-block-es_ES-84d4253d132f6c5c53fe25d03f5e9200.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÿ¸Y®Ègûëóéÿ1óõ‘s','£EðäFŒhMR¯ÓjØ4~N}C®ˆcst‹‚','',0,'?'),('LüØgÜ	%JÐü¡$jJ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/languages/woo-gutenberg-products-block-es_ES-91f7cd8fa1b168630fc2b3a54cbe410f.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÿ¸Y®Ègûëóéÿ1óõ‘s','£EðäFŒhMR¯ÓjØ4~N}C®ˆcst‹‚','',0,'?'),('-Ô>ž‡³%Û¼V#^','wp-content/plugins/woocommerce/packages/woocommerce-blocks/languages/woo-gutenberg-products-block-es_ES-a4caf5c468bc583ff7fc9a943d3dc348.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÿ¸Y®Ègûëóéÿ1óõ‘s','£EðäFŒhMR¯ÓjØ4~N}C®ˆcst‹‚','',0,'?'),('p••ýJÊ3Œ[²=J¢|	','wp-content/plugins/woocommerce/packages/woocommerce-blocks/languages/woo-gutenberg-products-block-es_ES-d748c5738d57b7518bef14f74456090e.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÿ¸Y®Ègûëóéÿ1óõ‘s','£EðäFŒhMR¯ÓjØ4~N}C®ˆcst‹‚','',0,'?'),('TŒ§\":+rJ±wää½(\Z','wp-content/plugins/woocommerce/packages/woocommerce-blocks/languages/woo-gutenberg-products-block-es_ES-f9f323a7db976a4eafb44c35cc6d5e32.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÿ¸Y®Ègûëóéÿ1óõ‘s','£EðäFŒhMR¯ÓjØ4~N}C®ˆcst‹‚','',0,'?'),('Oc,ªÊÈ—EIƒÅ#i*ž','wp-content/plugins/woocommerce/packages/woocommerce-blocks/languages/woo-gutenberg-products-block-fr_FR-15e4e3df51632e1ca1000ea405c14b95.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','÷n%÷Ã‚2¬q«KôZ2','Žþ#Emèbêy\n‹7@{È°2Ý4pòãU”TåË','',0,'?'),('	59Øos3Ng\"×+«8z','wp-content/plugins/woocommerce/packages/woocommerce-blocks/languages/woo-gutenberg-products-block-fr_FR-2674aecf6bb0c5be4f2454ea842be5f6.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','÷n%÷Ã‚2¬q«KôZ2','Žþ#Emèbêy\n‹7@{È°2Ý4pòãU”TåË','',0,'?'),('ŒìžÆÊVw0„hiyÎ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/languages/woo-gutenberg-products-block-fr_FR-3f1f6467892f2a342fddcfecdceeb2c3.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','÷n%÷Ã‚2¬q«KôZ2','Žþ#Emèbêy\n‹7@{È°2Ý4pòãU”TåË','',0,'?'),('-di$”³ÏüYnÊ†í','wp-content/plugins/woocommerce/packages/woocommerce-blocks/languages/woo-gutenberg-products-block-fr_FR-60078c7e1562999732d0d5d42648e5b8.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','÷n%÷Ã‚2¬q«KôZ2','Žþ#Emèbêy\n‹7@{È°2Ý4pòãU”TåË','',0,'?'),('Ín´÷î¨%’W©\Zü2_É','wp-content/plugins/woocommerce/packages/woocommerce-blocks/languages/woo-gutenberg-products-block-fr_FR-6e3d95eaf70621f822b845d5bcb2b3cf.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','÷n%÷Ã‚2¬q«KôZ2','Žþ#Emèbêy\n‹7@{È°2Ý4pòãU”TåË','',0,'?'),('àKô©˜è²—Ú¥É<5%','wp-content/plugins/woocommerce/packages/woocommerce-blocks/languages/woo-gutenberg-products-block-fr_FR-801633e5f64cc092aeb48a4c640fffe5.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','÷n%÷Ã‚2¬q«KôZ2','Žþ#Emèbêy\n‹7@{È°2Ý4pòãU”TåË','',0,'?'),('­‚™ÅµßjöŽí3p*u!','wp-content/plugins/woocommerce/packages/woocommerce-blocks/languages/woo-gutenberg-products-block-fr_FR-84d4253d132f6c5c53fe25d03f5e9200.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','÷n%÷Ã‚2¬q«KôZ2','Žþ#Emèbêy\n‹7@{È°2Ý4pòãU”TåË','',0,'?'),('bíôÝ9	Ý+Èy$~cÆ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/languages/woo-gutenberg-products-block-fr_FR-91f7cd8fa1b168630fc2b3a54cbe410f.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','÷n%÷Ã‚2¬q«KôZ2','Žþ#Emèbêy\n‹7@{È°2Ý4pòãU”TåË','',0,'?'),('tp˜DÞû*íò¸Õûjð','wp-content/plugins/woocommerce/packages/woocommerce-blocks/languages/woo-gutenberg-products-block-fr_FR-a4caf5c468bc583ff7fc9a943d3dc348.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','÷n%÷Ã‚2¬q«KôZ2','Žþ#Emèbêy\n‹7@{È°2Ý4pòãU”TåË','',0,'?'),('_L¤(>WÚ¢€H›o','wp-content/plugins/woocommerce/packages/woocommerce-blocks/languages/woo-gutenberg-products-block-fr_FR-d748c5738d57b7518bef14f74456090e.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','÷n%÷Ã‚2¬q«KôZ2','Žþ#Emèbêy\n‹7@{È°2Ý4pòãU”TåË','',0,'?'),('ÛÖ¬Sf1Ar5~5\Z','wp-content/plugins/woocommerce/packages/woocommerce-blocks/languages/woo-gutenberg-products-block-fr_FR-f9f323a7db976a4eafb44c35cc6d5e32.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','÷n%÷Ã‚2¬q«KôZ2','Žþ#Emèbêy\n‹7@{È°2Ý4pòãU”TåË','',0,'?'),('‰ó2o¸·F!X_¦Æª','wp-content/plugins/woocommerce/packages/woocommerce-blocks/languages/woo-gutenberg-products-block-ja-15e4e3df51632e1ca1000ea405c14b95.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÛëíDe½ê«b~q—V','ÿ„`SJÔTÃâÑÇö\n|`Vðƒù”\'r%_›ÐE','',0,'?'),('”L^pŸD‰Ÿ\rÌê…\rœ.','wp-content/plugins/woocommerce/packages/woocommerce-blocks/languages/woo-gutenberg-products-block-ja-2674aecf6bb0c5be4f2454ea842be5f6.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÛëíDe½ê«b~q—V','ÿ„`SJÔTÃâÑÇö\n|`Vðƒù”\'r%_›ÐE','',0,'?'),('\rœW(4mö9Ï¦X\\Y|','wp-content/plugins/woocommerce/packages/woocommerce-blocks/languages/woo-gutenberg-products-block-ja-3f1f6467892f2a342fddcfecdceeb2c3.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÛëíDe½ê«b~q—V','ÿ„`SJÔTÃâÑÇö\n|`Vðƒù”\'r%_›ÐE','',0,'?'),('[ÍË7è™8»Ã¢v›ª','wp-content/plugins/woocommerce/packages/woocommerce-blocks/languages/woo-gutenberg-products-block-ja-60078c7e1562999732d0d5d42648e5b8.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÛëíDe½ê«b~q—V','ÿ„`SJÔTÃâÑÇö\n|`Vðƒù”\'r%_›ÐE','',0,'?'),('là³¶·™D\n±Et~ó~6','wp-content/plugins/woocommerce/packages/woocommerce-blocks/languages/woo-gutenberg-products-block-ja-6e3d95eaf70621f822b845d5bcb2b3cf.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÛëíDe½ê«b~q—V','ÿ„`SJÔTÃâÑÇö\n|`Vðƒù”\'r%_›ÐE','',0,'?'),('r§/0zk…*ÿz6Ã','wp-content/plugins/woocommerce/packages/woocommerce-blocks/languages/woo-gutenberg-products-block-ja-801633e5f64cc092aeb48a4c640fffe5.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÛëíDe½ê«b~q—V','ÿ„`SJÔTÃâÑÇö\n|`Vðƒù”\'r%_›ÐE','',0,'?'),('„!.BånV½4‹¯AB','wp-content/plugins/woocommerce/packages/woocommerce-blocks/languages/woo-gutenberg-products-block-ja-84d4253d132f6c5c53fe25d03f5e9200.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÛëíDe½ê«b~q—V','ÿ„`SJÔTÃâÑÇö\n|`Vðƒù”\'r%_›ÐE','',0,'?'),('xaš©ooy\"ãÚ¿£Ì','wp-content/plugins/woocommerce/packages/woocommerce-blocks/languages/woo-gutenberg-products-block-ja-91f7cd8fa1b168630fc2b3a54cbe410f.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÛëíDe½ê«b~q—V','ÿ„`SJÔTÃâÑÇö\n|`Vðƒù”\'r%_›ÐE','',0,'?'),('œ<\n„»Ü®w\0(‡Î@U\n','wp-content/plugins/woocommerce/packages/woocommerce-blocks/languages/woo-gutenberg-products-block-ja-a4caf5c468bc583ff7fc9a943d3dc348.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÛëíDe½ê«b~q—V','ÿ„`SJÔTÃâÑÇö\n|`Vðƒù”\'r%_›ÐE','',0,'?'),('º½Ü¢Ï£R¿¢ÏY²·Eë','wp-content/plugins/woocommerce/packages/woocommerce-blocks/languages/woo-gutenberg-products-block-ja-d748c5738d57b7518bef14f74456090e.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÛëíDe½ê«b~q—V','ÿ„`SJÔTÃâÑÇö\n|`Vðƒù”\'r%_›ÐE','',0,'?'),('¦b.<p@ÊÜà†AÈRÂGƒ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/languages/woo-gutenberg-products-block-ja-f9f323a7db976a4eafb44c35cc6d5e32.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÛëíDe½ê«b~q—V','ÿ„`SJÔTÃâÑÇö\n|`Vðƒù”\'r%_›ÐE','',0,'?'),('‚UðI¯³HçsÒêöè','wp-content/plugins/woocommerce/packages/woocommerce-blocks/languages/woo-gutenberg-products-block-ru_RU-15e4e3df51632e1ca1000ea405c14b95.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')0$âÇŒoÏR~éJ¡','2A[\Z¹ÀŸAŠø%½ºÏìÑMY–´Àbôa','',0,'?'),('C„LýÚ/Š‚\rÒ‹¹_ß','wp-content/plugins/woocommerce/packages/woocommerce-blocks/languages/woo-gutenberg-products-block-ru_RU-2674aecf6bb0c5be4f2454ea842be5f6.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')0$âÇŒoÏR~éJ¡','2A[\Z¹ÀŸAŠø%½ºÏìÑMY–´Àbôa','',0,'?'),('›Ù\'8æt2\Z@ï','wp-content/plugins/woocommerce/packages/woocommerce-blocks/languages/woo-gutenberg-products-block-ru_RU-3f1f6467892f2a342fddcfecdceeb2c3.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')0$âÇŒoÏR~éJ¡','2A[\Z¹ÀŸAŠø%½ºÏìÑMY–´Àbôa','',0,'?'),('ß°øÄ®t¡`7‚µë0n','wp-content/plugins/woocommerce/packages/woocommerce-blocks/languages/woo-gutenberg-products-block-ru_RU-60078c7e1562999732d0d5d42648e5b8.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$w\rÀú‰Ça09GÇWÀC<','4ø®¦\ZáläóqŽ9Ñ%q#Gè0cy‚Ð3ø=','',0,'?'),('tÌg£¨gZpw\0úó~','wp-content/plugins/woocommerce/packages/woocommerce-blocks/languages/woo-gutenberg-products-block-ru_RU-6e3d95eaf70621f822b845d5bcb2b3cf.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')0$âÇŒoÏR~éJ¡','2A[\Z¹ÀŸAŠø%½ºÏìÑMY–´Àbôa','',0,'?'),('ƒŠ\0Cû›4P\"gxIŸkº\"','wp-content/plugins/woocommerce/packages/woocommerce-blocks/languages/woo-gutenberg-products-block-ru_RU-801633e5f64cc092aeb48a4c640fffe5.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$w\rÀú‰Ça09GÇWÀC<','4ø®¦\ZáläóqŽ9Ñ%q#Gè0cy‚Ð3ø=','',0,'?'),('°j Þœ>k›f@m#*ž¨','wp-content/plugins/woocommerce/packages/woocommerce-blocks/languages/woo-gutenberg-products-block-ru_RU-84d4253d132f6c5c53fe25d03f5e9200.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')0$âÇŒoÏR~éJ¡','2A[\Z¹ÀŸAŠø%½ºÏìÑMY–´Àbôa','',0,'?'),('£‡5ƒâÕe{M„’Ý¡;’C','wp-content/plugins/woocommerce/packages/woocommerce-blocks/languages/woo-gutenberg-products-block-ru_RU-91f7cd8fa1b168630fc2b3a54cbe410f.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')0$âÇŒoÏR~éJ¡','2A[\Z¹ÀŸAŠø%½ºÏìÑMY–´Àbôa','',0,'?'),('®[uX!vÇPGZýÚ@á_','wp-content/plugins/woocommerce/packages/woocommerce-blocks/languages/woo-gutenberg-products-block-ru_RU-a4caf5c468bc583ff7fc9a943d3dc348.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')0$âÇŒoÏR~éJ¡','2A[\Z¹ÀŸAŠø%½ºÏìÑMY–´Àbôa','',0,'?'),('q+*Š9Ážÿ].e3òª','wp-content/plugins/woocommerce/packages/woocommerce-blocks/languages/woo-gutenberg-products-block-ru_RU-d748c5738d57b7518bef14f74456090e.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')0$âÇŒoÏR~éJ¡','2A[\Z¹ÀŸAŠø%½ºÏìÑMY–´Àbôa','',0,'?'),('c°½NØ‡?x£dwÈïáÿ¹','wp-content/plugins/woocommerce/packages/woocommerce-blocks/languages/woo-gutenberg-products-block-ru_RU-f9f323a7db976a4eafb44c35cc6d5e32.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')0$âÇŒoÏR~éJ¡','2A[\Z¹ÀŸAŠø%½ºÏìÑMY–´Àbôa','',0,'?'),('ÀÒÄ‚òÚ’‰#’øšcAÊ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','õµØZI15Ú¤®•¡¹U','Ú{=ˆv‡=Äý eü!Ihd\n~eüð‰+*V¹*òH','',0,'?'),('ÙFêµøéÀ¸ýZ2›Ç','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Assets.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‘+O¢Ò”–\nÈ{Zi»','«Á‡:Bµe{ûøqœ%Ai‰•Ìò%§DÔVB˜Ï','',0,'?'),('xùÇÓûPwõ8ñ¹ØZÿ:','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/AbstractBlock.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‹l¥‹;y€ï˜Ò‘t]w','qàbÛï|7âäl]¯ÓÊKkÍÊ®:ÞÏ\"8y-I','',0,'?'),('ºìmñ\rý_ËÌÕNI¼ÑFa','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/AbstractDynamicBlock.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t#éS?£qC]ažàöÜ¨z','°WÛ(É@û©–^!©\n?võ¥›6‘\'FÊ›WÔÜU£','',0,'?'),('±{Ç‘U¨Æ5ØÍsn=[','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/AbstractProductGrid.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','jÂ©ƒ\rzJ+*rIQŸ','@íI”1+5ÃØBÞ\'L¬AðR#6âcýŽÙ–ä','',0,'?'),('ÛD<°/pbœû{¥_öÀ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/FeaturedCategory.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ëè„[¯ú†ß_ÙÏÛ…','âé™\r¶6\nlYxXNPÖ=MYµŽK¼èTÓ/}™¿','',0,'?'),('ˆt#¥»Ô±¥ãc½l®eÚ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/FeaturedProduct.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*sK?œ¯Knù7ž•¨³»','8ÁËG¢T\Z»lVBý2A®W=ehèSupªì[','',0,'?'),('æ£„y)8LƒJ2ùò','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/HandpickedProducts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':½ªË—|8äP°pä¨Du','å…ÛÊÕÊ¯ö%ó…$\r³¦ÈþP[`Çõ² xŽ0õA','',0,'?'),('\n·Lë-\Züé>hÍNA‰','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/ProductBestSellers.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','£1 È´: gmôõjò#ž','7Çâx•hImÀW¹º0òMEÒjL/¤¯÷Gÿ‘v8Û','',0,'?'),('ãš•SUbPðÙíî…¤R		','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/ProductCategories.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*[àA,ƒjL4a~ù´È','¸Ú‘„^K¡³ýÆ?fA*¼Æ¤ùâ-C€2è¦Wkóè','',0,'?'),('ñ¬gòÃœ Aß†·Ò«e','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/ProductCategory.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c]|¤æÕè•IN™î”Âº','‡°]\\Ô#ÎU_:þøL«x@Éw¸3ä­)(t’¦Go','',0,'?'),('ÛÐ¹ÓÀçÝ\\ý”Žâ™ž','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/ProductNew.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' ‡Yý!(»Q5G×—^ë','m÷,ÑvN_+œílRè’»áô‘“¼¬%æ“','',0,'?'),('FÉ”R<”êí\\ªŸýCE','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/ProductOnSale.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÇZKOàäb‡…lsœNÍÍ','ª7le£Üq”‰#žNQÃÞId>u–õŠIËX1¹','',0,'?'),('bLŒÚP!<Ãâô4èt„0','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/ProductTag.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','—Bì¦ç&šxžz5wÖc','°&²áÜªZ¸^$Nû¤÷çe77<(lßt³f','',0,'?'),('´dh±Cž\ZgÀ2)j#ý','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/ProductTopRated.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ž7vçC)íûy&w:W','Ä¤R½tG”d{vOº²ù=E&²%éâ.0râ×þœÈ“','',0,'?'),('<HŽU&™Bå\rÆ+Áí','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/ProductsByAttribute.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','prò´M†Ð8B«òü','Q=žpÕ)ç¡PAÂiØ0ÔÙË	P‹Î™°¢¯`F4','',0,'?'),('\\~^ìbµk) ¶û©KA','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Library.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h¿·Hy\n¦Zÿ1N$cV>','âøíïˆ[G(%©>gR^Ðsj‰b¿ôØ³ N±²	,î','',0,'?'),('Íƒ/Y6ìã¨}%Zíë !','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Package.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@¶NOéèOöš£×S','ÚÛQVÿ’Zjj€s u0I€ÜïT o¶ï,vÙ¿Ï¦±%','',0,'?'),('€»o=ûÉÈÌÍrgïÇu¾','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/RestApi/Controllers/ProductAttributeTerms.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V€&[!1šB¨3·d‰','o¤GÅ¡ü?Š#×Ü\\ÿÀ…ž4C“ãØDð“ ','',0,'?'),('£‡´$X:ìVÏœÈr','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/RestApi/Controllers/ProductAttributes.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‚Ë­›XcÓw#å)štÌ','º(©‚—êÂ2ñ‚ÊJÃ’Qï¢6üÎÄ…¿ÆG§³Ñ˜','',0,'?'),('Sæ§ã3ÒËNŸëØüÔ÷','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/RestApi/Controllers/ProductCategories.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','CY+~\0(«Ø#IÛ×‘á','/K>^ûÚ–Â¦šâÃ÷÷Ž“¨æ|¥`ôFÐô-','',0,'?'),('k7ºVnì¸€ÒÑ:ØA','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/RestApi/Controllers/ProductTags.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ü„Ãu¹Ö±Paƒ`‡','×ëÅª3ö$œ¦TÌ)lÛ¬Ëk(ÁòŒˆ¦;','',0,'?'),('WÞ›H±§¤Ä–Æ6tÖºö*','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/RestApi/Controllers/Products.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ËÎ¦3pø?¤sÞ¯#’Ú!','…‰¹êZ‘&>ü€~”+´e#«ûÝèÞíó\"³¤','',0,'?'),('lŽ ãèË$‹u—FÄš‘','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/RestApi/Controllers/Variations.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÊÖxX“‘Ë˜MZ7rÉÞ','cÿ>;%îR¼¼2M¡-\nZá!âã¬–‰‹ýž%uI','',0,'?'),('ŠÂ€4ƒÖ©Ê=¼PÆ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/RestApi.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','õü†’\Zy\"ÿ»Ù‰y','\0ìï²Dp-ÖjdbõÆÈa%º“j˜~G¹Qwô÷Í: ','',0,'?'),('á[°9>Ò0ÐEeh’','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/autoload.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4	÷CëÈAL¸fÂpðb','¼^àp’S9€LY	Jž\0Á¼«y¥Ï•„@vwu!#','',0,'?'),('í†Ä¤¸Q6™Ä$\\|•)X¥','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/autoload_packages.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ý”¢üJIe³|¤Kj','sUAãHe.ÖF\Z+êŠ™H»Á4ùƒÝðl}GŒµ–','',0,'?'),('3h£~£Bÿ* ¢BNóÄ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/automattic/jetpack-autoloader/src/AutoloadGenerator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‡oœM-Ÿ~aþÐ,\'','¤ÁîR½©^™;lþµ\Z„õÄxïÝÄ:Nø˜vb¶','',0,'?'),('AÊÈŒJpWQD?n<´Äi{','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/automattic/jetpack-autoloader/src/CustomAutoloaderPlugin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3õTï*t¹3ÝÞÝ½zÆ‹ð','UZXàæÃ\rs0œ=ªR‹ü“,0\'ñÅv2X','',0,'?'),('ÍõâëÀdÎâ6!ã`Öt','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/automattic/jetpack-autoloader/src/autoload.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5úÏ¼—«Ë·1d‹','€“I|B!²ê—ë-ÄÌþâHŠ±B™ÕçÃÂT\0ª¥Í','',0,'?'),('<až…n/Ìüë‰Yi=¥','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/ClassLoader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' ‰×Ù|%þ‡*T*ú`','˜˜’ä¡289vu3’n	C2s¯¼va/Ÿ','',0,'?'),('kîb7hýù>‰&ÜÆkŠ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/LICENSE',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','RC±3t´¾(ø‚\\','\Z ŸøÛ’ö%§4~NÙ~Gh!bØ­:w‚˜ÉŒ¿™\'','',0,'?'),('éW‡8ûUdOÙ…›ÖK½','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/autoload_classmap.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','†EÓ¤ã­‡çÏMˆ¤gª´','QØø£*\'¶„þB©+Eüßž³û:•ómŒÎyuÖW','',0,'?'),('Ç<ÇiéÜÎ¨Ù<²[7¨','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/autoload_classmap_package.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','tVc=óÀƒ1¯×,¸`ê8','Ï¸÷Öüx¢pÐLHÏFèfcQJ\"\'u¯ äm­Üe','',0,'?'),('y¹Õé	Dô3u•±Q½','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/autoload_namespaces.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5á,}vÄ¨3¼õGÀâ)©','E½r4@\0¸Ô¡$¦âzæú3ð¸$l²ê\ZÐ`iäexÃlÊ','',0,'?'),('ÒébÄ:¦é{‰,³üîìZ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/autoload_psr4.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¦°SîªPm»`ò#Ä\Z',')¾.ñ_QJ}›$0íþ>)@„=Á;±Ÿdš½ß\'_','',0,'?'),('|¼¨“ýîë0}Y·¸UúîÐ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/autoload_real.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')Ò<ƒFÝÝÊAT@4[}¿','\nìÄiÈE\rE±tkÓæ¥øn%ÇOB|+H ××à6µá','',0,'?'),('ÀKŒüœ7¿¾×ý«9<Œ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/autoload_static.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ž=ê½sò|Ž€Š‰¡{ßM','Ìwßø|žYAÐn?ØŸ+†~áÍÅV¸ôÊ0','',0,'?'),('‰™²ê”hrÀ>û2]›zý','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installed.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ÿú……\"¾gäýê=“Iè','	Þeê§ó¦¼ø‚Õbª€bN4žHÙÚ½Nnõƒ','',0,'?'),('œ4µÚþæ7gÃ,%æh','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/LICENSE',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1ÔÜ¼\'Z”y£{ïÏ','ã¡÷\\y¾ÀÞŸ#´Þÿ\Z¼NVç´ÝüwøC`¤u^Í','',0,'?'),('øo*(ËBÍuLdÁäÙ\ZZ†','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/AglInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','íàCcŒ=W*Îò±‹Dg','3Ó(üW¶«ê~;MÑ<ÌdËÑƒz4£Ó„ÞóËÃÍþ','',0,'?'),('­„Þ³ \n;+1®e','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/AimeosInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','EðWMi6ê=<*@}m¢ð','€ù…¦DŽ¤RV\\Å­à<7ty	³,8áYämLÁ','',0,'?'),('|\\T,¦VÃ9t)²¢;O[B','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/AnnotateCmsInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1ßcsD‰h%éŒ[p!˜4\"','£;ŽøÃ<¸ª·EU%”Hw¸Ï×DûáD†Ë‹–ƒ8T','',0,'?'),('LÉg¶)‡¦·*•ÂUÁEÔ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/AsgardInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Òé°×L°ˆÏýŠ—JM','V\n»¸Ë#\nõA†@,c]:ú¤a# ™†a­Œ\n&¹7','',0,'?'),('n,£|/@ê{§ã°ä','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/AttogramInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','oG£áûü¾ÑE üË\r','åÿ}ÐDl˜qÁ×X»\"a›GåÙGuª¶VX}¿Œ=','',0,'?'),('®	Jç8çØÇªœnV	p','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/BaseInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Âáß!ûêmV9që}ë','Ët.t‚X@i“¼ÁZTÅ7Ú&Ž\\Š&†¯˜¬´-Yd–','',0,'?'),('‡ºvˆŒ\"(“ÊoGµ`Ó','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/BitrixInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h†à!ÓfÅªe%ÒQìë','²æXT¨ïãQ½¥±ýms™`œ®DPˆÃ§,|ì—ì«ºd8','',0,'?'),('Éè±¤¿ÞÖ‹O{ß¹q‰DÖ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/BonefishInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u\".çOù„œ	•Á\"ìO-B','Ã`Åšç¤ôƒyÎb´¶¢kít¼ÊäŒB±èI©Ô','',0,'?'),('t®Z„¿Ð©YPz´;­','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/CakePHPInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6çk_æÖ÷÷s¾¬ï‡úxà','h§Úâ;[¸ØÏ8‰ð¤{ñÜ ^áÊõ€˜xx\r','',0,'?'),('½ŸË¥ððÆÈ³c-ùy','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/ChefInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t—&ïr@;…ìæfà€','Ÿiifz÷Î°P\\ŸB<WÙ´p‡Ì2£®,ªTïÃÐ','',0,'?'),('ô=©èo€<—w}ä¯–’À','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/CiviCrmInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','±ÄéˆÌÃeSu-µÑÕ˜ú}','ixÊÊâ_Kn¡¤ð¾”&¤FÊà¾à:r‚„aí0','',0,'?'),('xXVajöÓnWˆŒL°$','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/ClanCatsFrameworkInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','†4­Ö–Ô›1d¨°GL','Ü×Ô>‘9ÚùY\rYO´­C4h²‹íÙî™äÐužGÛ[','',0,'?'),('5Î’êÁ½%ôd\'ÒÐ™K','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/CockpitInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','—Ö—‘¶6ª—>,ƒÈ!â','SáÅ¿`0Ä$¶ÚÁÜ RW·>ìc:°5Îš»–M–Ã¤','',0,'?'),('¸„zSÀ!­U´Ò‹\0','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/CodeIgniterInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ûH‹Û=ªuÍ]R9ÙÙ','K±‰ˆmØ}D®ÌSîì7ØÚšìÍÀL<ya„','',0,'?'),('Wyñî)[Ó	FT­:}','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/Concrete5Installer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t	‡ïÏËm!¬Ô~A^óS‘','®÷…#øŠL?ûOM6rÍ/W_ ~•¹¤¦þ','',0,'?'),('ÜÊ]®Ð`HJ\Zî»–˜«‹','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/CraftInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‘öØ¥øgƒ îçé]bâ','gD>IB9é·¯šLIÓ	*œÂîð1Ûó16ŽÙ0îC|','',0,'?'),('Ø¢¶É*8LTá)Ûòr¥‰','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/CroogoInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','AÃvE…‰\"¹Â™M\\ÙñMÃ','4(eõ“ýôÊI892¡×ö-…ë±ŽóÄ¼®~™]','',0,'?'),('iç“ƒâÐ4ÅØ%™Îñ>’','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/DecibelInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ßÒ+ør\"`lÒ®úÕÞvv','#5}Í	ó\\fŒÞW–¶¼Ä°Ýï~CÑ`¥‡Oùë”c,€','',0,'?'),('nî	Ÿ‰¯³W¢kö’','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/DokuWikiInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}‰–=æ%ü¿“7\\Ñ8V','©wH’píé[Þw¼2ž@u\Z£‰\"LH«·a6˜Q¦','',0,'?'),('X\rþúˆÔvX¾i£¦i','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/DolibarrInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','»	m_d&Ôºô—‚0w','0”ìŠ¿úksÏ†zÊ@þâ±‡)Í·T÷+…ôœÚÏ','',0,'?'),('Uö\rIˆ¢\"õ5ÎR\ZÇ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/DrupalInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ì4žnBñ³T»EðØÙ','x‰ÌEv£)•(ÌG¸3Š0yÊvë¹7BÌ¸jx›','',0,'?'),('hÉ}â¤­ŸG@ÎTÄ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/ElggInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','„Ž“PÌ†©¿¨‘x¥Ç‹','´D•ìmMõY|Ûx\"<ALfp³x3³)®H\"–','',0,'?'),('„V_ÚÁÎq\n‚\Zûí\0ûèÿ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/EliasisInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','üñ×:Ø8¡²Ù·ÄIø¢','ê\0Äî±x\Zaª‡ë&*­U<Æ‹¦]éÊyÜ»','',0,'?'),('w5ç\\Þ>îÛŸñÜø£1½ä','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/ExpressionEngineInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','oG´Y>íyç*^Yòú','M«ðŒr’¹%kÂ™!ó‚¥²½¸Ó²ŽzÝ	)úðÆCþ','',0,'?'),('=À†Dêœ½¼‘%n¼›i[Ã','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/EzPlatformInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','­Ì@5´à$Äuoúa Ö','…¸ÀèN8fý›©?l«êû}ï§i­\Zn¼p†ßø}','',0,'?'),('0ÎHs¹•C½°w®ûìâà','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/FuelInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ß^ûq÷{û3\\Ýg€','NÓ®Nó˜ŠÇAW¨uh‚ª#³Ò\"8)ÕëeM1Â6','',0,'?'),(')/Ýn#2.ÉY³uæ@­','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/FuelphpInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@½KÌ¢½{~tbYb','áš\nï…Èž…Î]‚Ør¹¢6	ÃšZ{TVc.€Gv‡~','',0,'?'),('YiÐiW·S&>–i¶[r','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/GravInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>âÞ‘®»—Uì@^LŸ]',')šƒÌLB|@£š©£\"ßU™eJE»Wz ƒƒ','',0,'?'),('¦HUñzGåc$	0[›½','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/HuradInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‘U-07ÜÀì\n}m•\\^','d¥TašçÎß°`+’>/!¶!úÛ^bg$Ý\n','',0,'?'),('(š?÷Sˆ…ÐŽPî<Z½{','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/ImageCMSInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[—}ûÓ_ðÛ•µ¤XŒ',';¨äúÜ¶Úi¬–Kxå¥½[ì\0¯Ü¥Øü}*3 ','',0,'?'),('%»å%MYYÒ\rmgå/}¾','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/Installer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.ç;ZÛBoëÌðÔ\ZË','Õ#X<œ0/Ž¤ž¼–Àt(ä\\ë@’_LÀ®º\0S€','',0,'?'),('´™6¢i<£;ÔæW\r.¬','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/ItopInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',÷Jª¤´ÃD§Å©æˆ','8à³¢¦ô}+º‹{3{9\n²ŒBxž¶ñ=\'0¼Ï','',0,'?'),('…Žh\nhïÛª.Ž~D~0¹','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/JoomlaInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ÿ²ŸŒ\0fHpg!N¡OÝ\'','ß“¥£2nª÷s¾?­AË×úš£¨µN\nÿg;','',0,'?'),('<p}áøxá+Â;µ£ýÆ³M','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/KanboardInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Â*3]Þ<ÍõÝ]È\'Ž–','Ð½rtÒÛ}¾QÙ7üˆ@¥ÿI=}´amu“(˜Q','',0,'?'),('8¬Þ>Aµ©ÓƒÙXªw','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/KirbyInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','œ¯ä(J›Ï_?+4h‡œ²','ŠŸó°	Ê‹<?~€Cì²2B˜ÖÉ ®¿¢©Â’?','',0,'?'),('’é–­4DH¯]¾à’ò%?7','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/KodiCMSInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','yÁ­¦}#\'\'\n®žPœ','`íùö³°’S,wD9¹k“C\05Î²®Ô19jBª[ÍÌ','',0,'?'),('´¶cCˆ0ÎUßU,çdfò','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/KohanaInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z Š\"IîóË/„ú…®','\"÷¾´[&æPz>|Öª!­HX1¯»©æÓÒÈb','',0,'?'),('|×š´™Ê1‚‚uý˜Ÿe','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/LanManagementSystemInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Pêf9ÞñOÞÌ6Û{l«¶','…òXÁ>ˆ>2ò½¿‰=½IÌ±F”Ç»ÒKÅlÙ\"ž','',0,'?'),('S¬ÄW+ÆŠž¡gà\n','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/LaravelInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','®„£§=`ˆ‡wÕ2‰6îd','6óÅ·ÙWh‹	Šú›·0¬W?êžÞÏYÇmç·','',0,'?'),('0.Azú9jz½/¢3M,','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/LavaLiteInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ìs@õ4	\Z—àºðDw«','ü+Yv2\ZƒªÂB§PÊ@bHïIíeñ4ÝM®','',0,'?'),('©7N1úh_s×é‘	ýà','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/LithiumInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!{ÖhÈ¡R2Ëªí€¨6','»(í1qKC©¥ö˜ÐàD?ç~Ô¨ë~OTÄÚ $&~#>à','',0,'?'),('=×e9¯þã=&¯]<h','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/MODULEWorkInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ö¤Ù¢júú@±›\nN­','pÉv¶Ð$ŽLòÎ‹­Þ,*æðÊ¸/àã;øRÎË¥','',0,'?'),('¡»Øøû´¹Pme|@$C','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/MODXEvoInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ç ¾ùÐŒ~þ…^´F','‡ÛîêÞÈ(o8@Ì.z¦Û¹	\n!qœ66bp}Ê','',0,'?'),('>þ3Z(2ýyŒzn%v','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/MagentoInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Õ{ü’F‹‰ç¹ÁÊs','ÖæCâ—fé½j¹I\0óQ¦»önmþJþªI*Á','',0,'?'),('>ßp\n×\'æ\'¨{¡]Éîþ6','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/MajimaInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','XU+4]é\n‘j‹¥2`¯ ','s)Wgë>‹ß\0¨»«¾vw”@“Þ¦C‚±e¨Ñ†','',0,'?'),('ˆ4vT¾\'´¿ø5vÝhæ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/MakoInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¦ó³ïº6g«O5|ðï ','pƒns¦Ã#dóÁF$ˆ—ÏWÍ•ÁßÙ(QŒ¡7Á6','',0,'?'),('‡¯Ÿy³\rô¬0zŽuÆ¼X','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/MauticInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ò;y%pêoÑ¨¡ÂŸ','¶–_/y1R¢µ%+âaô-ßD´Y6	£,ñ, ª','',0,'?'),('\ZÃÁ-îÂå¡ê°@2Æ^','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/MayaInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','œgã\0ð÷pÄ	fæ/ˆl:','àç)„œÊ_¹T´ïùéM\"«4ÖÖó¶\0ƒÙœ(æ','',0,'?'),('1Éæ7YëÖ5UãäÅ§6','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/MediaWikiInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','þ°dî3Í®%.Y‡™„€','¼\n Ê&<jÑ}J«ÌŒÜv¢‰n^w¨ÓÁ¶áoË[','',0,'?'),('mSäÐe’Ê¹y¶ÁZ¼Ü','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/MicroweberInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hf6}2w‡ùdÿúÕqà','æ:üa2˜´>ÿ²å`ôÎ¬áÙ%ž]¬_Å³Xï','',0,'?'),('ªS¦Ðí…÷¼V\0¥­½^7','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/ModxInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','žDúœMµR{iŠ®Pc','&w\"á©<…˜É?HçŠf÷Ø>îî\ZRø1%B–ÓÅ','',0,'?'),('¸GÆõw¾ÐùÍÜÞ´Zâøò','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/MoodleInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q…³IÜû.w€Ù>œ','ÚÆFÐ\ZGcá…ÄÈFÚ-o|¢žþ[âî4^e','',0,'?'),('Hä¡ü-ë8Åf•P[^','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/OctoberInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','•´=¡\n8ÏuÏõ','àâ!¯‘|\'÷nñ{„M€L;õƒvƒOû“ëÂ1','',0,'?'),('áô—+!5”ip E','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/OntoWikiInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¤0Ràïö$|~š\nü“v','ïkèipEû0mÅ—ê™Ç1tõM¡FÜeÅZÐ\néRR±®','',0,'?'),('¶& ö]¾|äã3œ\r5á9','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/OsclassInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H»\'Hyý²øàrç¶\n','òéÐìÊß“¼K4ôÕeäÅÆß‚â–ØþS®]€nê','',0,'?'),('EÛn¿Ü(àla°Q‹é','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/OxidInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','KE6×ÃèÁêôP\0I€6Å','U²=ç^¡ùk\\p\'}4ÖŒ&õõdtÉfhU3[','',0,'?'),('…ï¯LâµóÈÀÈ›°','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/PPIInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ƒºm°ÄŽå¦\r\"³BxÊ~','ñP¹˜Š§Lò²`û\'™R<DòJÕU>1•÷ÝD«,','',0,'?'),('’§îí\0¯¥h•‡Àëâ×','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/PhiftyInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‹š½ï¥«æßÍjB8£ºä','âeûÃÇrÔ5²¯ûEØídHÉä?Î\Z®aØAƒRdÑ','',0,'?'),('²Ì®@²ø·áJÄøp/t','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/PhpBBInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}×ì,¼S=–ÐÍØT³8¨','»–ÑŠcY2Ü5%ŒÉÏ=dt}¯µ¨~^ÿÄË?','',0,'?'),('9âŠÛ 39ûq½;1Åæ(','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/PimcoreInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';÷JÉ;á`Æ’ nH¿','\rÁ~$š#Æ,˜[¡Ç5§gàtàØW]I¶Â{8rþ(','',0,'?'),('\0Rë)é„{#~ ]<=t:','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/PiwikInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ó…uÌŽ¢¯#!?5—','£˜à©ÿpižË=’ÞÞz+#±8Â„=×íný~±½§}‚','',0,'?'),('5Mç]\"Ký2¦KÃ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/PlentymarketsInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Åºû½Ç>‡pÒ¸]Tš¦:','lO|TÀKÅåfâ.Á€`~´Œ¥4,X–v†I›ˆ¥t','',0,'?'),('-ƒ\0ªàÆs‹ÌÑ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/Plugin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Yå9¦:¶<ï³½Ð¹ÒS¡','Î´…â¨:»ÇvËö±‡Ø%Èžå‘ðŠ#{GBWøG©Ç','',0,'?'),('»>5é×“—ípô÷OÍ³','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/PortoInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`	Ú=Û{¥³`F˜\ZG7','c6Õy ó)ö‡‹µÕÌSºÒêº‰Šq![dîkúmø','',0,'?'),('I¸ñ4ÐkPä±lMû—/,','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/PrestashopInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ðÎ÷€!ÄÈHÿ¥hœŸ','Î9.YlS®‰öËÌÈAÙXN‹Ôo*b€º¾l','',0,'?'),('ê8Ã¸…nåÔnó”„þ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/PuppetInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','²b‹UþyêÍ…«ßæ\08','bSx\\h¤µìT/·[àÄ­ux+)è€D×+n<à','',0,'?'),(' ŠÜ•0ù“Ì–K·*','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/PxcmsInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','®â0¡Ýv¿-ª­T8','i;ÔøHÊ³=wRçmö‡:þßó@¨‡¢6C|Q	,‡','',0,'?'),('¶€DkÎ‡ŽÈSû« ­n„','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/RadPHPInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R\"	ô\rÂ{9‚ëq+E^[','ÙOl…Ø]%‹º¿´·$RðCoµm ¹b‡TrØ>Ý\ZG£','',0,'?'),('8I) U\'ïI!öýpa#','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/ReIndexInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','OÃYõ,‡\\Ÿ®-\Zñ*','V#›|q1Vîü×-Ê(ãß#‚‘òôÕØ®3-','',0,'?'),('Ë¢Pã‡ …êÿÑÞç8ä','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/RedaxoInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‘F[|.Ó1×Ðxë	&XfN','ó›éDmõ1%Œ©nÝ›´_dr° Ô\rJ3Tr','',0,'?'),('¯¾›Å+LÎ^¬','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/RoundcubeInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','„Øãl¶±õcc*~j=p*u','<&J#ð¶s\\.,GÀ®$¾lt<™©I•WŠÌ5ï','',0,'?'),('nŽ2GQÄhýC„pïbÓ-','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/SMFInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8ôIÿ0¸mj@0Ý%øUø','{¥{oª]ùvrlñSaXÊr‚óPÖÎ“?‰%.ÃùE','',0,'?'),('¦FK/3e;±Õ«´´;Î“','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/ShopwareInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','å­KK—yñÞ«prÄ]','\ZÎñ\n„‡¹=I#Zˆ\\‘¥4„lÖ™Äµ¤ïuó°®å`','',0,'?'),('ÔsH‰ÖõZšå.ª«³á¬Ç','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/SilverStripeInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P-î^˜0ó3ô×Í™Ã5','>á-âÀ…ßÞä¸”—T˜	‰1&€¯¦04é7¬lT','',0,'?'),('kr3mQ‚qfôO3¿_Y˜','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/SiteDirectInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¤°áÄY6ýozÞÀ/›C','e×º‹k+±oC èÈÇ@Æ¹éOK<æh¹S_','',0,'?'),('«±ž9ç/í•Ò¦¯àç°','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/SyDESInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÁêWù½}óå²„¹ÇB=H','jPG›\rÖuDc=p\Z«Œ¼ø‹Ètzým6=èÿ','',0,'?'),('£^P¤0R&¸4È–<éì','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/Symfony1Installer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L‘øò©Q\09§mšM˜','|3¥Ù,ÿUx›ö®`ióË@?åf.@F/xŠ}h#…','',0,'?'),('¬…ì­ìÉÉ$ùAû','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/TYPO3CmsInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','OEeôZÃY‡ÀûEÌù&','ö³ÊWsê¾Gr(ÀQ9Aª_Â©>+„‡‚ÃÇ\'·¬','',0,'?'),(']dMî‡X×mb0‘Õ”ˆìÙ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/TYPO3FlowInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','’Íö,œoFÝD:Nˆ¾4','²jKžb ¼Êy,`ªÊÿy¾5oïêfÚ®_¶e','',0,'?'),('Òä9Ïx>Vï¸Q3¨=','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/TheliaInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R#tXîÉƒtÀ}7FI7','1ø…xk_,•_{‹pÂ›µÐ\'½³-ŽZÊ»','',0,'?'),('ú®ê÷™ú{\'pJý8‡','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/TuskInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R\\ûLëºµ\'ð÷ãQ','ø‹0&ŠöÅþM¬ŽsÔŽþñÛÇÌ©cÖ|˜÷Ê	›av','',0,'?'),('å23¢ŽVœçÎys¹›¢ôë','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/UserFrostingInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','BÌßÕÐ¼†ðÀzÖµ_','üV²-2Þ¸<n{s?IõÝ¸W½ì>f½Éså(§','',0,'?'),('‘·•Ý½b/Óª_hã™V+','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/VanillaInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$­cš63>¿©nÛM\"','ÕÎßõ³üdâ®ûÊ1”Þ™Gp#·\\3éføš\'å.','',0,'?'),('×ø‚@Æóø;kˆ§¤•¿Å:','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/VgmcpInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z‰¿šrœ>U<z1xÖe','Ó2L¾Y›ÈìÐ6[þ½ÜSŠâjÍè@KÂŠ#','',0,'?'),('^rHÅÃnIAÈûyÀ<','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/WHMCSInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¨:x«‘ëœ+x[·Ä','ì;®C¬`¡ð¸¸wWØJè©ÖËç„õ-_¼ô>79','',0,'?'),('»ÒØë:h„×	O¢X‹¡','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/WolfCMSInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','LÄœÂÒL¦Èr4òr','Á“’ÎŠ\rºÉ&sð÷3ûå÷HŸ)CNÑ)’1\nJ¶','',0,'?'),('Øyôù¥‚[w°iè”ðñ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/WordPressInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÕÞUò«3áÒ¾ÉP¨m','oÚaËå/jnuøÝÚFõX]¾òS{Ìu¥á','',0,'?'),('ÓÁd uíLÑùD\r','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/YawikInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ý6Q”ôÃdˆ—qÅ|+xÀ','€QT±Øß@êkˆ´›Éðš»«‰\"¬!–9Cˆ¢Üèa','',0,'?'),('1G¥PcÁðl€y×\ržâVû','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/ZendInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','•<T‚•ñŒW<l0Óµ','Û¡¦-öON~*úþ_å£³Ž>´îgÞ<¡†Óð¾','',0,'?'),('Y@˜E¾ÊÇ²¢¡ÏÒmü','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/ZikulaInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K«8Iºdp˜o?E','Tó!›H	ù¢Ø˜ñ,Cô­a~¼KO×PJèáÿÌ9ß','',0,'?'),('ËµÐ\nþ»ð#!:>G©©','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/bootstrap.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Þ¨™Æ\n%\0åï‘','îõŠg&AgpªçIè84Ý\ZáçÇœÛBÍùj ÷','',0,'?'),('ÚÞœÂÈjÒq*©ìãt','wp-content/plugins/woocommerce/packages/woocommerce-blocks/woocommerce-gutenberg-products-block.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-f§žŒ˜ï”ìÈ÷C‰±','WÌ[„ÙÍßQrî]ÏðÆ&Ñ1Ë ¦G~/\Z“ßK','',0,'?'),('#y¼EþÍnd*}4éþFà','wp-content/plugins/woocommerce/packages/woocommerce-rest-api/src/Controllers/Version1/class-wc-rest-coupons-v1-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W•êa ##ÊÚàå)','\0lŽ¡ü’#Ëà•òNVsŒÇ ‰FC!¿@å#;÷â¦','',0,'?'),('ÜçWÃ£Èð¶Ð‘‹Nýq','wp-content/plugins/woocommerce/packages/woocommerce-rest-api/src/Controllers/Version1/class-wc-rest-customer-downloads-v1-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F?â5±\nEŒ99AmbaÉ','‡Wž—B½Ù¦sE#^Õãí@ {Âãÿ4Q°oG','',0,'?'),('ƒ«°ùÃš·û’‹(æ7','wp-content/plugins/woocommerce/packages/woocommerce-rest-api/src/Controllers/Version1/class-wc-rest-customers-v1-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c\\k¶sÿ ÅWûA`n™','˜aÏ©.ßr?0cDLŠÊ ÷=e„–«,Ë.L:MÂ','',0,'?'),('âX<jC0gÏÃ˜ç“àj','wp-content/plugins/woocommerce/packages/woocommerce-rest-api/src/Controllers/Version1/class-wc-rest-order-notes-v1-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÀÎø`r|¡OÙ8éë','“¶îpåI‘ÄÍ3ÝC×k¸=&K~„\rÚ2:¸úÙ','',0,'?'),('8óEúÙ}i¨(lí*íì§L','wp-content/plugins/woocommerce/packages/woocommerce-rest-api/src/Controllers/Version1/class-wc-rest-order-refunds-v1-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','dÒé1¦Ù#¦òùÛ<8O','cù\\­ÈÆpŠ¤S¸u&¯¾-{O~Ì|\rÏ}#‰ØÎö','',0,'?'),('«ß7¢jYƒ¤¯+iÄ ','wp-content/plugins/woocommerce/packages/woocommerce-rest-api/src/Controllers/Version1/class-wc-rest-orders-v1-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Â<sßõŠwà{3Ï2Gí','@ÍEF¼oˆãýÀj<†Æ¸SFªÓ\Zn¸LG‡Æ“Ä','',0,'?'),('­Êsß$áÓP	ƒžøÛÒ=Å','wp-content/plugins/woocommerce/packages/woocommerce-rest-api/src/Controllers/Version1/class-wc-rest-product-attribute-terms-v1-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÃI†c	+ÔçÕÚ5PÔ','U¬ßüo©\'°µÄ|Â°Aë¨ >ŠÍBAN¸@À÷9	','',0,'?'),('\"±P4ÊS“’ËSÜ–Zþ','wp-content/plugins/woocommerce/packages/woocommerce-rest-api/src/Controllers/Version1/class-wc-rest-product-attributes-v1-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0sV´Ù6•Ñ*òŸÄ¸~Ñ¿','nEízw\'rÁ¼¸£öÙ~j®¹¶P­Ì\"W€€@<','',0,'?'),('ŸÂÌÄiùÃ&úsÕþåBý’','wp-content/plugins/woocommerce/packages/woocommerce-rest-api/src/Controllers/Version1/class-wc-rest-product-categories-v1-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Kf÷{¹Ù’]V\\­4','i¼É—c›Ié sTå”jZ.3qQbFzÙ•É*c77','',0,'?'),('¡KW«Š/¯,Hå\"g³¯','wp-content/plugins/woocommerce/packages/woocommerce-rest-api/src/Controllers/Version1/class-wc-rest-product-reviews-v1-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\rœ¬eU£k«EË‡Þ*','ü”BÍ­kÈàþ±ÍøÈ8¦U<Û™÷•³mÛù0>{5,','',0,'?'),('xŠÇ…ÑO7³/ïÃ©à&','wp-content/plugins/woocommerce/packages/woocommerce-rest-api/src/Controllers/Version1/class-wc-rest-product-shipping-classes-v1-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n¿}Š?G™Ç\ZL¹6Šü?','ñ…˜™ƒjmŽîrZÈrÜ\r¯j\n%†Öiú/(÷-/;•Ã','',0,'?'),('xÚQçö€yË²±³k','wp-content/plugins/woocommerce/packages/woocommerce-rest-api/src/Controllers/Version1/class-wc-rest-product-tags-v1-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ÿ½‚7&)Û¨6G?âž,','ä”V’Êb§‚q¨bu{¦ù–ú{È‡N¦v°hÙÿ','',0,'?'),('#»2×rd°3•Ã³«ÐçY','wp-content/plugins/woocommerce/packages/woocommerce-rest-api/src/Controllers/Version1/class-wc-rest-products-v1-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','qÇÛPgp\n\"‘È{	‚','=I‘ª‘åž/AÔ3/+¦Åç¦¬43÷„xø*„|{ÕÁŠ','',0,'?'),('ÀBæyô2ræhÌ[~›J','wp-content/plugins/woocommerce/packages/woocommerce-rest-api/src/Controllers/Version1/class-wc-rest-report-sales-v1-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','˜íJ5&½\Z¨o¥’/Z','¬ÔQV\"ŠF¥:9úœ”½ÙÔûÇø4mA[ƒàˆ¶‚','',0,'?'),('€}Éèn}q½Ž¤¤DY','wp-content/plugins/woocommerce/packages/woocommerce-rest-api/src/Controllers/Version1/class-wc-rest-report-top-sellers-v1-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','³âG£‹š#å(ÓØP\0ÀÎ','›ÙþZH¿œKjvûþÑ!—ù™C-l+\nËÊ™<¬*V','',0,'?'),('~\"¼}°¢KÖúaj²È4','wp-content/plugins/woocommerce/packages/woocommerce-rest-api/src/Controllers/Version1/class-wc-rest-reports-v1-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','é,FVÛuP‘ÛUD™û\r€','>;,¶òm¤ÈØúlèeÑdsAÉÌvï,ˆç³','',0,'?'),('þèûN¾ã‹\nÌÃL/M','wp-content/plugins/woocommerce/packages/woocommerce-rest-api/src/Controllers/Version1/class-wc-rest-tax-classes-v1-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~•lV´d¡o<ö¬‰T','\\\Z›—sÑ›¼¹O,ÍÚ¾çËÕÏœVÄAûË±Ñ‹³','',0,'?'),('F5V4\\3ÀÜP¢\Zz','wp-content/plugins/woocommerce/packages/woocommerce-rest-api/src/Controllers/Version1/class-wc-rest-taxes-v1-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','å=ó(Ø\"«ðÊÂ1b/O','¤ŽÂ|¾‚êTÛî”¸H”–„®¡î8E‘þ¾Ücli&P','',0,'?'),('µø5`hu.»¿\0·£´W','wp-content/plugins/woocommerce/packages/woocommerce-rest-api/src/Controllers/Version1/class-wc-rest-webhook-deliveries-v1-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÕÅ;Ä1¦¼kŽÇç„','„˜¢‹pgñ¥#Vk²±ž0qs’HÕ±ÈªžœÐ¹5‡Õ','',0,'?'),('ÃnCüc„Âˆò	\rùmÕ','wp-content/plugins/woocommerce/packages/woocommerce-rest-api/src/Controllers/Version1/class-wc-rest-webhooks-v1-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U µi\\-ñŸ€’£¸t^V|','b:q]Öaé¯WÔL£pdå¬ÆÝ^\0èü5xŽ»ÞÛ,','',0,'?'),(']^û‚®è³Æ3-èœh','wp-content/plugins/woocommerce/packages/woocommerce-rest-api/src/Controllers/Version2/class-wc-rest-coupons-v2-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','üëjñïfj–ÎT#ì>S- ','ŠM±eŸšE\nÐE;t×‰¶Iec–ºöû+Ç=Ÿ*','',0,'?'),('I¼Ë¯ÏÍhL³ÊÞë','wp-content/plugins/woocommerce/packages/woocommerce-rest-api/src/Controllers/Version2/class-wc-rest-customer-downloads-v2-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ã.õ½Fj:ñ’`ÙÖçŽ','«l¸ÛÙaŽ@^Æ¨5ØMK³þá¹k\'ß;S4\Z¶','',0,'?'),('‡9\\¿ÂLcÍKÓ\rm','wp-content/plugins/woocommerce/packages/woocommerce-rest-api/src/Controllers/Version2/class-wc-rest-customers-v2-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-IC¾Føa(A,Í	\'`]','«Òó¤ïi¼ß­L¦Ï§2¡P¬;u¡ÛQÂs”AÞ','',0,'?'),('.\nè;âgóÁãÒC\00\"÷','wp-content/plugins/woocommerce/packages/woocommerce-rest-api/src/Controllers/Version2/class-wc-rest-network-orders-v2-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','…	›J’0±¬¬ 7®ä1','1‘¿Mç=í‡@xîi>’Ëñí:òÕ&Èg^D„éjÄ','',0,'?'),('Äù»a ÈATmÔtÖ<Jåè','wp-content/plugins/woocommerce/packages/woocommerce-rest-api/src/Controllers/Version2/class-wc-rest-order-notes-v2-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','À);ð«)ê(*ÈjüTú','qq‡fV‘‰%\rùÎ¯\r&;ý>âÖ!‡ÙqÑQ„ìð','',0,'?'),('‡»?tÒÿ×aJ™úLu','wp-content/plugins/woocommerce/packages/woocommerce-rest-api/src/Controllers/Version2/class-wc-rest-order-refunds-v2-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9ÀBƒÔ;ú«–åÁa½','’ƒ› L8ádcïÓ:ìÕ!Tá»/2<1·:vÜ³‹','',0,'?'),('ìß¸D€kKÀsçvXsœ.','wp-content/plugins/woocommerce/packages/woocommerce-rest-api/src/Controllers/Version2/class-wc-rest-orders-v2-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','eŸ6XJ…Ë¼†_ïèiß','À@›Ó*ÊQ\'±óK·´&a0º±6tú‹vêy8$¤','',0,'?'),('â¨_^]15§;ÓYJÁ™,','wp-content/plugins/woocommerce/packages/woocommerce-rest-api/src/Controllers/Version2/class-wc-rest-payment-gateways-v2-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','’Ÿè@‚IìðÞ—','&Q ’¾µÍŽˆ‘OË¦w•æäðçþò¹|+w4$T','',0,'?'),('ü†°;ÅÒ˜¦˜ý%c¨','wp-content/plugins/woocommerce/packages/woocommerce-rest-api/src/Controllers/Version2/class-wc-rest-product-attribute-terms-v2-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','«·N>Á|ÓW¬^çû®³','f6£Æ+Ÿš–©âÆÃ3ë|ðÿ!¾Py1cøYúZ','',0,'?'),('\\Ýõ¼\\?KÆ»Ðñ~Gt','wp-content/plugins/woocommerce/packages/woocommerce-rest-api/src/Controllers/Version2/class-wc-rest-product-attributes-v2-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','„Éž@È>R¹Þ‹	SÌòe',':6©s¥i«ëÅF\"ÅQ«Ò¶ËU#–ò*Ç“VÇ\"-Ã','',0,'?'),('oÊôQví‹X#r¢Å;¥‘','wp-content/plugins/woocommerce/packages/woocommerce-rest-api/src/Controllers/Version2/class-wc-rest-product-categories-v2-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#YƒYï€îàxÁLè_=','_šÇêù9TGCà¬÷à9`üˆ•]¤EG.ç¼E]','',0,'?'),('¥CvT$–înÐÝîà§','wp-content/plugins/woocommerce/packages/woocommerce-rest-api/src/Controllers/Version2/class-wc-rest-product-reviews-v2-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÒþÂ}ºÙä†w£öy­\"','yBìÝbÈVg.¬M•þx€zHÒN…×†ƒÄÎ!5{6','',0,'?'),('Š\n4úW¾ùÖ>fœ–','wp-content/plugins/woocommerce/packages/woocommerce-rest-api/src/Controllers/Version2/class-wc-rest-product-shipping-classes-v2-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ókö_¼ m}&‹\r\ZEM¿','FÁ%3]›	r·µ‡\\¹À—i:Òd;\'JÏãP\0ËßØ','',0,'?'),('ÉbKö‚Ì·={»†Tcà','wp-content/plugins/woocommerce/packages/woocommerce-rest-api/src/Controllers/Version2/class-wc-rest-product-tags-v2-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','óÛEÉ‘!?v|ä<2ËP','WÖ‚¢Ñ90\'R?lL;Â‚vIBýñ(Ð*zWJí6u^ý','',0,'?'),('É;¿ïXšš\\)hâÒ§','wp-content/plugins/woocommerce/packages/woocommerce-rest-api/src/Controllers/Version2/class-wc-rest-product-variations-v2-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ýšá@í×€’…ï~×©¦','nÿÝå¥Ûôä0£\044ée(vt†×ïLìV“ã¸N','',0,'?'),(')%§ •ÑÃ	;!@îWçÐ','wp-content/plugins/woocommerce/packages/woocommerce-rest-api/src/Controllers/Version2/class-wc-rest-products-v2-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s±é×7Ÿ–WùNâÍ','(ÝVSÀüxÂu7E¡Ò6œÄŸ¿\0þ&ú‚ÐÊ\n°','',0,'?'),('itÕ8`x2ã°­†±_','wp-content/plugins/woocommerce/packages/woocommerce-rest-api/src/Controllers/Version2/class-wc-rest-report-sales-v2-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¦œ$Dµ@å\Z§µ]^ô«','/ˆ­s¥è§éï\\KNßŽkZ}å–Ü\r¨…0¤¾›¹&','',0,'?'),('²ëÈÂ•‹Z2åGRÛgt','wp-content/plugins/woocommerce/packages/woocommerce-rest-api/src/Controllers/Version2/class-wc-rest-report-top-sellers-v2-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ó´~ã	S`a}‘ÁZº','m$\n4ÚÍh\Z4¾Öœ™6Á•<¿ˆ-FïúÆ‹F','',0,'?'),('b]¢J; Û>|]ã}‚','wp-content/plugins/woocommerce/packages/woocommerce-rest-api/src/Controllers/Version2/class-wc-rest-reports-v2-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\d¾Îùk‰e?Óé;>§É','˜Ö7âp€Ÿ%Óü²•0¯«õ§œPÇ¾B×›ŽíÝ','',0,'?'),('™ãX²Q¸—Çì€ô','wp-content/plugins/woocommerce/packages/woocommerce-rest-api/src/Controllers/Version2/class-wc-rest-setting-options-v2-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Á©ø\Z]ãäQ:ý´Å,óøÎ','lŽà7´«þ\0n°v|ƒº\nbQä´GHI‡Õ¨œ¸AJ\"','',0,'?'),('W½ÿ,ølÂ\\¢ùõžº','wp-content/plugins/woocommerce/packages/woocommerce-rest-api/src/Controllers/Version2/class-wc-rest-settings-v2-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¤Œñ¦½³a=í¬Ê3ï',' hgQu|²Ç¯yÌÇ[8BüŒ°·tRíiËïmt.w','',0,'?'),('«×¡È vÎcŠ:Ü9•','wp-content/plugins/woocommerce/packages/woocommerce-rest-api/src/Controllers/Version2/class-wc-rest-shipping-methods-v2-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¶‘\0×£©\'˜FV5ë·','šÈPK\\Õ4—ÄsR¿Ê9R­+_ÐÂÝS®¹Y½˜','',0,'?'),('‹_*,Òê¯…GØ3«ÛÒ','wp-content/plugins/woocommerce/packages/woocommerce-rest-api/src/Controllers/Version2/class-wc-rest-shipping-zone-locations-v2-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','›¦»\ZiÙ‡DE6<–','œûåÌÕîæ&„ÕD·=t_ÿ?£çˆÊÊÙ]D¢!•','',0,'?'),('NOÏç\0VÐmU.Q¾Ÿ','wp-content/plugins/woocommerce/packages/woocommerce-rest-api/src/Controllers/Version2/class-wc-rest-shipping-zone-methods-v2-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.kýoóŒ_îÂGÊRÖo','?Ä§ÈµFÑSöåFõÉâjDU‘jˆ±š®ÔD&Ùš','',0,'?'),('N¼¿Ä ¡5½ÓMq\nO¬z1','wp-content/plugins/woocommerce/packages/woocommerce-rest-api/src/Controllers/Version2/class-wc-rest-shipping-zones-v2-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ìgKzï‹É;®dÂŒ&â‡','[ÔgÃéÿ:mFê¥¤dfPÏ‡Úf¿€zÁ[štf<Ï','',0,'?'),('Û8æ\nÜ²Ê€2Ç=^±','wp-content/plugins/woocommerce/packages/woocommerce-rest-api/src/Controllers/Version2/class-wc-rest-system-status-tools-v2-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','lu[!ný6JÖ:ßÁ','þ\"†f´@3ø’éiÐœCµoáÃ½’s¯Tq«ç','',0,'?'),('CÞ•VYÌ‰Ÿß°³ï{í0','wp-content/plugins/woocommerce/packages/woocommerce-rest-api/src/Controllers/Version2/class-wc-rest-system-status-v2-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','„»)¼šn·¢N¡µ`ç°','L<aÆõ¡‘\"E{ùHæÆxŠ›Cn×v”±ê½V[«C«½','',0,'?'),('“£j™¡Xg¥tu','wp-content/plugins/woocommerce/packages/woocommerce-rest-api/src/Controllers/Version2/class-wc-rest-tax-classes-v2-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÿ‘élqQŸ¡»¨ØÕî£','³[Ç9y^$b`®ðõ¥4ð«•g¬0â×âm¡Q–‹x‰','',0,'?'),('yEÃú¼¥Žšý“î/','wp-content/plugins/woocommerce/packages/woocommerce-rest-api/src/Controllers/Version2/class-wc-rest-taxes-v2-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a¿Œ\0ŒÀ¿ïus§ê\\ó','lŒ ™ùVÙe+.b„é0Çàæ3î´¡yÝhÇÕÂ','',0,'?'),('6jH?‚R´þ¹VJ~žM\0','wp-content/plugins/woocommerce/packages/woocommerce-rest-api/src/Controllers/Version2/class-wc-rest-webhook-deliveries-v2-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¨º’÷ü‹<¬ŒÕ‘è©ù','Þ‹Ûy	ÔòÂvf0…eä@ÜªsœýuåKŸ14ÓZŒç','',0,'?'),('k\r;ÁW3\'ý4#856','wp-content/plugins/woocommerce/packages/woocommerce-rest-api/src/Controllers/Version2/class-wc-rest-webhooks-v2-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','vAƒÝ¯(ü<ÀTD6','*ðjÄèÜ¿èé%M;¦7º¶Æ]êQ>8Þß‚¿Ã','',0,'?'),('¶kÉ×b­áLNd\nw\"Þ','wp-content/plugins/woocommerce/packages/woocommerce-rest-api/src/Controllers/Version3/class-wc-rest-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÖíˆýÒ\'Üäžö»4ãè','ˆ{ÖæÈŽØ*4Q>\ZÙ•„\'á1a\Z¸¢ÌK!6\Z\0Æ','',0,'?'),('þvÀX¤}V\r¡ØM€™%','wp-content/plugins/woocommerce/packages/woocommerce-rest-api/src/Controllers/Version3/class-wc-rest-coupons-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','cÁ2Óû\'7†™Él','J½jÖåoF‰òiÿEbd\r*ù8Ã6¸¾4o\"ÄÍ/£ÿ','',0,'?'),('7¦& ã‹–ÍÇâ¸ÙÎ','wp-content/plugins/woocommerce/packages/woocommerce-rest-api/src/Controllers/Version3/class-wc-rest-crud-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ù„qjØæ?_™\rz=j','µßCYY\0ijƒ#°.ùc%Â¦?}»ŒŒØléÔÒz','',0,'?'),('¼NŒÕ|xA‹Qï¥!ãû','wp-content/plugins/woocommerce/packages/woocommerce-rest-api/src/Controllers/Version3/class-wc-rest-customer-downloads-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','â|žŽB²™\n«ÛôÎ.V6u','^úP	éJl”[› Øf–ž‡¥°À±uáþ˜›vø¹‰œ','',0,'?'),('ü’˜,ºE;ÖrÔÇ“É…T','wp-content/plugins/woocommerce/packages/woocommerce-rest-api/src/Controllers/Version3/class-wc-rest-customers-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j(Œ³C‘â÷ƒ>¡Ê/','ì©Þ‹ üÇ¨’\\°ð\'µ¯n<o?—B<‡uþ[­q','',0,'?'),('RÍ›iú8(vä†Ø©¸A','wp-content/plugins/woocommerce/packages/woocommerce-rest-api/src/Controllers/Version3/class-wc-rest-data-continents-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t•¹›	ü©wbÕ¯ºH«','Æ\Z’¹Ò\0²j€!áMÕ•\"ûÀ ÏöTðMõÒ˜˜','',0,'?'),('Úº‘î5Æ©á»Ôî—ô','wp-content/plugins/woocommerce/packages/woocommerce-rest-api/src/Controllers/Version3/class-wc-rest-data-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‹1ßq¹Ï«D|mHEÖdÐ','Ž¦Ô+`/²8î‰1öž¦ø‚Ê•óìèú‚ýýJ','',0,'?'),('-ÓLYwÆ_zÃbV¶Z','wp-content/plugins/woocommerce/packages/woocommerce-rest-api/src/Controllers/Version3/class-wc-rest-data-countries-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ˆÉ¹³!rì”‡®Å÷ æÕ','8šG9ô;:¥Büó\\5*C×µ^ŠzqQ¢;','',0,'?'),('Úwz!CZºQ!;FB-ÓÃ','wp-content/plugins/woocommerce/packages/woocommerce-rest-api/src/Controllers/Version3/class-wc-rest-data-currencies-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','NlEÕw“3h- 8ùNæ²ñ','íy-³’égï”Nb²M`—†3džŸº[Ì-Ø&œ‚P','',0,'?'),('€ç®È³\"0œ·SîzÓ¢','wp-content/plugins/woocommerce/packages/woocommerce-rest-api/src/Controllers/Version3/class-wc-rest-network-orders-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','°à/îÉºbmmWyNš#','¸S×Ýâ–Þœ´É¼¦UëqM$ª\"=èª©wxÿ{Ü*’','',0,'?'),('M£ ÝFí¿y¼Eœ¦8ê¥z','wp-content/plugins/woocommerce/packages/woocommerce-rest-api/src/Controllers/Version3/class-wc-rest-order-notes-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\rã¡ 8¬†	×^÷I)üd','ºó³d%ˆYg›ÜÛêi!¦§`û7ÏW¶ùéºq¶ž©k´','',0,'?'),('ä#yPäþ«>g^gœo','wp-content/plugins/woocommerce/packages/woocommerce-rest-api/src/Controllers/Version3/class-wc-rest-order-refunds-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ä}îMíšÀ*doÙz8é.','¼°üVA¢‘àjÄ{õcÿ7¿»Ä°ØÞí°~u›¬K','',0,'?'),('3&†‘ýUQk‰h»Œšâ?-','wp-content/plugins/woocommerce/packages/woocommerce-rest-api/src/Controllers/Version3/class-wc-rest-orders-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I]}0öábã¦QÇ	ø','ñ{.…!là1(ò.±ØÙuÜy\0AK®ÚNƒfð^1','',0,'?'),('thdv&—áÚ‚ˆÿ','wp-content/plugins/woocommerce/packages/woocommerce-rest-api/src/Controllers/Version3/class-wc-rest-payment-gateways-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','øj“ÿ{A¦U&þ“àø','s™Çú™uÆô½§~˜ñÚc›þ‚óv¸8†Œz3z','',0,'?'),('cÂâBR›ŒH¢«t]Fv','wp-content/plugins/woocommerce/packages/woocommerce-rest-api/src/Controllers/Version3/class-wc-rest-posts-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d‹0}ÈÖC·]¨‘','¼ôHÆçº\0¾eEÈãõ°|¡°Ig•W–\0¶î¾Œ','',0,'?'),('\rAáùÄ€SõRÜýöæW…','wp-content/plugins/woocommerce/packages/woocommerce-rest-api/src/Controllers/Version3/class-wc-rest-product-attribute-terms-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ë·â¢»_3åÿVükÈP','QÅƒšßÐ*È,´à­Þ?Lÿ‘Mf^nCmcUÃàº7','',0,'?'),('Ñ•r_#L(Ê_êá¨±','wp-content/plugins/woocommerce/packages/woocommerce-rest-api/src/Controllers/Version3/class-wc-rest-product-attributes-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b²|û³\n³aHIˆíÞ¹±C','‹–i<MÔ‹\"ÛëgœÒÂRã\nX$(ß{D…¢u','',0,'?'),('ñÃ¸„ç÷FJ(c‰ê','wp-content/plugins/woocommerce/packages/woocommerce-rest-api/src/Controllers/Version3/class-wc-rest-product-categories-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','§÷¦¡ègK;ÎT¨úsc)','•®ÖÁ`–rŠö#À©Õ(2\nd¤XÌÖ›U×vÑµ','',0,'?'),('\'ô‰ºý÷òÉùƒ##0±','wp-content/plugins/woocommerce/packages/woocommerce-rest-api/src/Controllers/Version3/class-wc-rest-product-reviews-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','GôQ!ž~¸cm§Ô>1Ëú','õ„>M„r”ì£)oC,,Ó¹£ÚLžz\n	×ý¤«ÔÓòñ','',0,'?'),('æ\nSÁ‚\\Ù_JZë¯ti','wp-content/plugins/woocommerce/packages/woocommerce-rest-api/src/Controllers/Version3/class-wc-rest-product-shipping-classes-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','XºåÏ‰7–æÊX@ïÚ­','é\\{¬l¨‹Ä€ŽÄw\'‰Ë;Cæ½;|eR¡¿Í','',0,'?'),(':ðŸ&£²ò»«Á„Ù7L','wp-content/plugins/woocommerce/packages/woocommerce-rest-api/src/Controllers/Version3/class-wc-rest-product-tags-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ç¶îÔP)ì€]RUÜ–¹','<§ƒ­ø`Bz§RâOª;›áZ æzÖõ4-Iw°Í~','',0,'?'),('\\ÁEt¯’Qtfvë6 sÏà','wp-content/plugins/woocommerce/packages/woocommerce-rest-api/src/Controllers/Version3/class-wc-rest-product-variations-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ßÝüré•‘É¡d¨’l*I','Åy8éÎÈBh:]Êð¹®¼s<Â®ÝS¢Þ‘¢','',0,'?'),('äÅjTÇ=a™YÒqïÊ‹\'','wp-content/plugins/woocommerce/packages/woocommerce-rest-api/src/Controllers/Version3/class-wc-rest-products-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','—Nç˜â«d‡´šw','žÈ5Á]‚;_àÞØïcÒe\'gÇ†–/y×IdÛJiÚ','',0,'?'),('<¨ ³1çÍ¤ž°?R]','wp-content/plugins/woocommerce/packages/woocommerce-rest-api/src/Controllers/Version3/class-wc-rest-report-coupons-totals-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',Â«KšŒªÐ1B¼úêå†','õªi¹ïŽ(f†ú8V¬zÀ£LqÒ@±\"‰„ç \ZµàÅ','',0,'?'),('ùõmÃ4ïƒ\'¬¨/š˜-','wp-content/plugins/woocommerce/packages/woocommerce-rest-api/src/Controllers/Version3/class-wc-rest-report-customers-totals-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ºd˜™ì’ëpã Ü°#I2a','™¼Z^*¨ÐÍ5\0{.Àíþ‘ÿçð‰šF-Û{¤‘š','',0,'?'),('Éoè¥â	t£\\]›Õ','wp-content/plugins/woocommerce/packages/woocommerce-rest-api/src/Controllers/Version3/class-wc-rest-report-orders-totals-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6æ¥_ÄQûë¢FîeƒCºË','è„8to	‰î™éÅ‘©HótÛûgœºÄl«äAk­—@/','',0,'?'),('õc³¡¾‚w¶¡¢ÂD~','wp-content/plugins/woocommerce/packages/woocommerce-rest-api/src/Controllers/Version3/class-wc-rest-report-products-totals-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','°’–4ÜlbÅ(d±ž†‡','¹ð¸eõ¼Dc0„Ä?·Ü8Á¶uoU°ÏôãƒÐ4z¿U\n','',0,'?'),('‘}ûOíêµ™\"	 Æ€ôL','wp-content/plugins/woocommerce/packages/woocommerce-rest-api/src/Controllers/Version3/class-wc-rest-report-reviews-totals-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n*¬ÑY¥51$W','–àöô\rg2Ñ_Ì°y{Jt?iKgLðdŠµÚÌ','',0,'?'),('a]‚þÅ~‡Xíe‡#þÂà','wp-content/plugins/woocommerce/packages/woocommerce-rest-api/src/Controllers/Version3/class-wc-rest-report-sales-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ø„:¡«EGìPÐm°tr]','O)\n	\0‰ŽZÿ¯êNÑWÕÔ.`ò0ÔÑX#R\\oSŽ[Û','',0,'?'),('³DwUT0ªè~\\ú¸«Ê','wp-content/plugins/woocommerce/packages/woocommerce-rest-api/src/Controllers/Version3/class-wc-rest-report-top-sellers-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','º€\\½L²Ðr}‹šmÁÀÛ','n·@†M\0>½`oþ ®*¸cšŽû˜™¢ŽÜGV','',0,'?'),('fÕ›}ŽñŸRíýñ³-Íð','wp-content/plugins/woocommerce/packages/woocommerce-rest-api/src/Controllers/Version3/class-wc-rest-reports-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g/(}÷\0”IqØÇœp¥','5!R2W¬ÕHŸ¶Ò÷Å./à†X¬ðšctu€Mžú\r×','',0,'?'),('­•õ+=´´–.ÍÒ;ö¨','wp-content/plugins/woocommerce/packages/woocommerce-rest-api/src/Controllers/Version3/class-wc-rest-setting-options-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ËÄ9m¬\n®Ç¾Gž&uý','uhFy[‡Äp7Öe†yU¡‡ëS3Ût¼²š)–Ô','',0,'?'),('½³J7¢!Sô€w8?ø+','wp-content/plugins/woocommerce/packages/woocommerce-rest-api/src/Controllers/Version3/class-wc-rest-settings-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F.èô½W­:}…ÅoœÛí','\0¢\'B*s|k1Š%ŽÞ;-WÉïGßþzÂZ9¶YÊ','',0,'?'),('o¦‰J|×êáGM§”<SX','wp-content/plugins/woocommerce/packages/woocommerce-rest-api/src/Controllers/Version3/class-wc-rest-shipping-methods-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+Yúý§¯\Z­çGC3ÃÊP','JÿÀm¢’Vu¾#f…l–™Óµ(wÒ˜sÇÍH¿ŽÅùâ','',0,'?'),('òÝ–r½\0k7Y8Á','wp-content/plugins/woocommerce/packages/woocommerce-rest-api/src/Controllers/Version3/class-wc-rest-shipping-zone-locations-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';³_P 3¼æðLpC²j„¶','·&f\nVÛŽT–A½äÿpe‰øî	”~„ªª','',0,'?'),('w«&4fÔF§ý}w5c','wp-content/plugins/woocommerce/packages/woocommerce-rest-api/src/Controllers/Version3/class-wc-rest-shipping-zone-methods-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Žh•5süó§¤üÌ','Œ¶Ÿ;°,u‡V›ÉØ?¬º_jtÚn=¬ðd…ÊõulM™','',0,'?'),('¯„“ÂßîyŠjËJ¸cuŠ','wp-content/plugins/woocommerce/packages/woocommerce-rest-api/src/Controllers/Version3/class-wc-rest-shipping-zones-controller-base.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/_Ä`1o‡;áVoÑúÉG','€m˜ãÃ×À&±9L&­¨àhÑœ™Æ’™‚µ¢-ß','',0,'?'),('CTê–[…^=«@\róBg','wp-content/plugins/woocommerce/packages/woocommerce-rest-api/src/Controllers/Version3/class-wc-rest-shipping-zones-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7–bv}DPðU‡[','8ËÓ!Ëgî+rNNÎtµª; ›Yœ·ÊÞ,—û','',0,'?'),('L:HíR-N«Æl¢`:sñ','wp-content/plugins/woocommerce/packages/woocommerce-rest-api/src/Controllers/Version3/class-wc-rest-system-status-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','YÕhÕyZ#éu²ä£\\','ðË\'’¶tgQpC;Ð­!¼å&aÌ30ô•´¼','',0,'?'),('6Sªè\".PÎZþË‚EL','wp-content/plugins/woocommerce/packages/woocommerce-rest-api/src/Controllers/Version3/class-wc-rest-system-status-tools-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','×ÖÑÎ0ß¡³GßdÐ%é','ˆw&‹HÝŒÿœ÷Ùî’	¤ßÈvôµí	£œŽ,O','',0,'?'),(' Ã€4Î*lð¯G#Ô','wp-content/plugins/woocommerce/packages/woocommerce-rest-api/src/Controllers/Version3/class-wc-rest-tax-classes-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Az°ìÝ§±-¶yHaå?','ß»dýýâÝ=ª@æ;õúCv˜12`X›B-','',0,'?'),('¼ãË_u­Àgþý8¹°','wp-content/plugins/woocommerce/packages/woocommerce-rest-api/src/Controllers/Version3/class-wc-rest-taxes-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÃeØp;‰ÚÌ¹ä½èq°\\','²–Ï€½ªP\'¯mf+uQœ¬5ê³LTÎ›qÐîÆì','',0,'?'),('nì[WšÜï úM9 ¿','wp-content/plugins/woocommerce/packages/woocommerce-rest-api/src/Controllers/Version3/class-wc-rest-terms-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','â›¸5õ,®ÍCï	¸½','¿úùîQ½ûÓ\0f±ž*±7¦ÇÊ7Ùº{“5£','',0,'?'),('Âüðf½Mé¤Ï×·§','wp-content/plugins/woocommerce/packages/woocommerce-rest-api/src/Controllers/Version3/class-wc-rest-webhooks-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N úH.x\0ÒÆ†p! \r','†xc²Âlù´\\×sšYÇÑ˜S0B¤\r4ñqfçæÄ','',0,'?'),('Šuaü½G›:ñH!','wp-content/plugins/woocommerce/packages/woocommerce-rest-api/src/Package.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r|:tåK­Ã)»ñÛ<í€','?\'½*îƒ ²žm¾¤vSÎ2u‚™¤.£jº:Q©/','',0,'?'),(',!Ó¤6¿òç1)žqº£','wp-content/plugins/woocommerce/packages/woocommerce-rest-api/src/Server.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ò_BÎVløŒøºð@Í.','Ãóu´3{3yuÝ\Z”mËÔEèDšK†GÌºÏJj','',0,'?'),('»G¾6É>ïr~½)9','wp-content/plugins/woocommerce/packages/woocommerce-rest-api/src/Utilities/ImageAttachment.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?”WK³^QåjÇë ô½','|û´^?¹Î7X”0´xÝÁ–m\nÈÞÒº\"éŽÀõõ','',0,'?'),('™Ç4ý»úä3èŠ;®›C','wp-content/plugins/woocommerce/packages/woocommerce-rest-api/src/Utilities/SingletonTrait.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+g7|võ\\WV²‡IãÚ‹‡','’ØÅT$Ã/ÿZSJ´`‘=Ut}VñGÖUñå\'zÂ','',0,'?'),('âÍkýf†.‡Ì\rÚ¢©','wp-content/plugins/woocommerce/packages/woocommerce-rest-api/woocommerce-rest-api.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','þœiªÌæƒ`\'¸*÷©_-','ÆýY–hüÉM“AðÌ×±O[ñ:d\rÊPÑÆ\râñ','',0,'?'),('PÂ[7öU~¹,U\\®ÀP','wp-content/plugins/woocommerce/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¥Òi¶>m”¯Àtƒ~ZØ','ù&M\"}*Õ‘¬Ò»i\\|Fe\Z0\0&þh+B½{“Â!','',0,'?'),('¬¥†{Ù)#Úrãáot','wp-content/plugins/woocommerce/sample-data/sample_products.csv',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|ˆ*¹Û\0õ³“,ÁážÉæ',';\0•™)¶Âyv&\'ïÿX÷ŒÔŽµÙ(¹ÀÆh½h','',0,'?'),('ý³™ŸÏSR:Û¨8tÝ\"­','wp-content/plugins/woocommerce/sample-data/sample_products.xml',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>—\0\n,ÄôŒ\0ï²2M€Ð','êFŒn\ZþI\n\\ÁÍ##òœ”ÐNÎ-ˆ}›!³J\"óI¤','',0,'?'),('þßeÍ2¡U:Ì2¢½æ','wp-content/plugins/woocommerce/sample-data/sample_tax_rates.csv',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';Bõ‚ªtÃ¹o›Jåt','üsÚp@R¿˜$1ó@M­e«•ËŒëÅ2Š|Wi0•L¿','',0,'?'),('aÎÕ9‡£Ñ\nÕÖOÆmª','wp-content/plugins/woocommerce/src/Autoloader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ûo®£HE±`ºþžú[V—’','BWŒÛqy2Ú¡³Ïºç¬iYcÅ°û˜OIøD—<','',0,'?'),('°ë×>7Å§èèÍì«uË	','wp-content/plugins/woocommerce/src/Packages.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¸nµ(nâˆ›˜CÉŽFY','L/ä¬_!Ô{ü|~\0ñªË(%]*-váš.Ist','',0,'?'),('Ú\'µÉÍ¾¦<š–6™ÉBt','wp-content/plugins/woocommerce/templates/archive-product.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'ÄœK83ŸˆYns=/p','œçR•C3çûà“­\\\"€íÜ7A-Žš4°ªõ(”¶Þ','',0,'?'),('¯g·4ëÉþ…;Š6]°Û','wp-content/plugins/woocommerce/templates/auth/footer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','§a+¨ZQœàê	ÓøÞùx0','UæK)–Ú©Ñ•cm¢†Ô\\¦Ú¡ßÕ³ b†îöI','',0,'?'),('fû‡&5b¤NÂðä8/îõ','wp-content/plugins/woocommerce/templates/auth/form-grant-access.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ŽZÃ½âx3Ä9„Ï‡ü=G','Í-Dç$Å)ü k€o5Ê_<VÚïP©¨ö?–ß¯ù','',0,'?'),('††emÀV¨ •UÌ','wp-content/plugins/woocommerce/templates/auth/form-login.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ó”9;j×^´ãÞˆêºØC',' ª‚\"a”h×Ò…¿]c¢¿ ,šÚ,ÁðõP\rTœû«[','',0,'?'),('v\'ˆ@DMÅ¨ûpsš','wp-content/plugins/woocommerce/templates/auth/header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Þw$ ¦h\nõ•ÖYÉ:F§','¹Ã²<üž[É<.¶¿u©×ûçÞõg›¢£å­©e2gd','',0,'?'),('”ÛžäÉ3·™2÷Ž@-§þÙ','wp-content/plugins/woocommerce/templates/cart/cart-empty.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r¿Oâð˜€bŒuø_!9',' A7ÄDŽ&húêªK\n‰Õê†_xŽÊ…å”','',0,'?'),('S\'È œ\"–çëà','wp-content/plugins/woocommerce/templates/cart/cart-item-data.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','«IhážïBùhô\n¨ïï÷','”çílç’¿£ÛŠ¸FP¬ïÌ—<0’,eðöLÎ4¢ô','',0,'?'),('™H@¿å…T&œIîÄ¤g','wp-content/plugins/woocommerce/templates/cart/cart-shipping.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','jÚÌ>JiOTÐlr—A','(©sV0yÒ£ü7y<J&TÁb¬@¿óá®>Š]TÇþ,','',0,'?'),('rG¼¤#7Ø«=\"‚	Ë–','wp-content/plugins/woocommerce/templates/cart/cart-totals.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','nrØ\0Â&7‚F€þÍ´','!9Mq\'*ÙùZFˆ—j¥ÎëJ{?ñV:hÚ	½«','',0,'?'),('9HÅÁÆõ½½í8Ð8/ø','wp-content/plugins/woocommerce/templates/cart/cart.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ZY3T{pÊŽÔW&0¹Ù','ÊõEo4ÖÅ]0¯â!gòÚ©wF‡dY¾¹Qÿ,','',0,'?'),('þPÑUÝQ&sÌ9m¬¢©³','wp-content/plugins/woocommerce/templates/cart/cross-sells.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¨Œ\n)<,ÎÍQOÅ‘™ú','E(8ÏNdæ¸BÙ;‡-Ë]-¾§¤È9n5ÑP„m +&','',0,'?'),('ï¦¦é&¿ïlYŽ4š@\Zšw','wp-content/plugins/woocommerce/templates/cart/mini-cart.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{µM €7ä¼ÿ’×5S','_âAMÀæH÷€ãTY˜9ÒL³ŒÐns·…ã˜£©','',0,'?'),('k…z<?ÝüMRýÙGïÎ','wp-content/plugins/woocommerce/templates/cart/proceed-to-checkout-button.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','’\ZV ½zŒ{Ù¼èqÏ»','èRÜ\rÙÈ¤¥%Yxˆ\\Ô_­l¼~P7ŽqDP´RÃòê','',0,'?'),('»-(&Õ$åÝÄéá\"˜ú','wp-content/plugins/woocommerce/templates/cart/shipping-calculator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ì†B¢[±Bá^¯ÏÈÓæ','šÕwbûþ\n&ƒ\rà—%þÚ6©Ÿ¿D«Ö|µoøkÑ1þï','',0,'?'),('âDëÁ«ä','wp-content/plugins/woocommerce/templates/checkout/cart-errors.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ezYR«Ì~Ö.Ê™ÙÉœ²Ÿ','q<$K ‰šÿÀÂÉÿBØzÖ!MÜ\ZöíÌ˜ëû3ü','',0,'?'),('ä¬I*yué•)Bàæòw','wp-content/plugins/woocommerce/templates/checkout/form-billing.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','NÇ-v1«\"$”È¬þ~ê','=r·_Ûè|¥@¸R´+&–‹AŽëVw³•é„QÏ±aâ','',0,'?'),('–Ë¥`8ë‚ó—õ(Üõ	','wp-content/plugins/woocommerce/templates/checkout/form-checkout.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ò…“™®lMa~†\'­øb','@Ïÿ2Ë«´ÁAdžÅŒ[ñr½’sÍÉ€Ÿþóâ¬','',0,'?'),(' ´={½ßq¸‹>³FÂ9ëà','wp-content/plugins/woocommerce/templates/checkout/form-coupon.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9ˆ¨¨wkñ•1Ô e<+Ø','RVíC½”xc´\\‘wCXÏ<\n±h•ò37Z2æÍ=(','',0,'?'),('‰¹W—R\ršsbÂÖ','wp-content/plugins/woocommerce/templates/checkout/form-login.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÉA‡%CÎƒÓ	úòÄ8À—','Îg\'õÊ«Û}º=Lí“<×ASËn`0[ä‡U—ìªŸ9','',0,'?'),('j§mÃ*Ž[g+HFJ¯','wp-content/plugins/woocommerce/templates/checkout/form-pay.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z›¡S|0R·Hó´PÚy','Î¼¬û‹ÒïÕ•<›òœÂÏXÆšŽ÷q ±þ¶ô','',0,'?'),('¨7¾ò_üOI;±M–gÍ','wp-content/plugins/woocommerce/templates/checkout/form-shipping.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{ˆHóë˜E`þp-é','Fg9Çáa¸ó\ZÄ<•tšíìÝ†zMÓ…Ç.­ÖXÊœ½','',0,'?'),('psk—»<}ÜÈÐü‰¾æ','wp-content/plugins/woocommerce/templates/checkout/order-receipt.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','…£Æ´Ücó¨|$, { (','\'ØØÛ£@’„»Á˜Íœ”Qö\\©ñK6ÚJ©%','',0,'?'),('A‘DÚlªá!yñƒÓ1¦ä','wp-content/plugins/woocommerce/templates/checkout/payment-method.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ðh®op’,`¸€ïK(Ît','¦Žµ„>[y¥lTÔ–´ÞŠ»®›6ïL\"—^¨zwÛ¯','',0,'?'),('ˆ\\úr65•îoI	¿œm','wp-content/plugins/woocommerce/templates/checkout/payment.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Â3ÿ®š«½ËºtÛ{7âL¸','jmŽ…¯m4Û2“ž‘\'ƒŒ|›ÊšÀ›¨µ/ÆuÎ‘0u','',0,'?'),('ÜÖ—äÃ0cý­¿j6‡¼','wp-content/plugins/woocommerce/templates/checkout/review-order.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‚š˜Åì!4ª[háº\"À–','Hg:_Ópë#^å{ç-¹!èà?Uz§í™÷œõN','',0,'?'),('‹\r·]Mô„xUºL:\Z5','wp-content/plugins/woocommerce/templates/checkout/terms.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':âøŸ]ÇC€;×m?Ä†','Ç?ï¬ËJÁ\"gðÕÞÒÄÉ5õpj¢9[Ž¡1aì›','',0,'?'),('fÑïj)&TF¿ùå@MØÈ7','wp-content/plugins/woocommerce/templates/checkout/thankyou.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ˆxÁ\'¯x,ŠH.ÒàÁåãN','ËF»d*Yûg,ôÁn¢,‡ŒÑå¾Et(Úz€\\­','',0,'?'),('¢Ìh/·8Ï•/¥7N³IF','wp-content/plugins/woocommerce/templates/content-product.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@s‚\rd(MüÏÉÄdõ','½Hsþ³€®GÄÛ–#[EY±\"…l«½ÙSN‡€','',0,'?'),('²Ñš[ŒîeýXH°²\\*Þ','wp-content/plugins/woocommerce/templates/content-product_cat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(\nùô·y <F²¤ž™','t›S°ê ”I~ò®HwþÊ­ÄÆ\'òî\rk|Â:K','',0,'?'),('?ßjÎÛQFqÂGMý','wp-content/plugins/woocommerce/templates/content-single-product.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t5ÙO®žWÏÄX%Nîz','iûþ9IûçfŠ,tî®¿pËPï‹ze¼ CÅ3GÌ˜“','',0,'?'),('ìƒ¦˜öè²ØÚïª/7\\','wp-content/plugins/woocommerce/templates/content-widget-product.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','vo¤c6›7ð}ô¤qc','¾ÙöÍZ{ïß@¾=hÊúcç>,þÐÑ|Ëp‰””','',0,'?'),('Þø´ÏT\'ƒ42\ZÖä','wp-content/plugins/woocommerce/templates/content-widget-reviews.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‘s¸ž‚ÈÍå$™ùÄ¸é','˜™ÒÜ©þÌ”íÇ¹ã³8mÕ ª0ú[;Ü˜Qéƒ8=\n','',0,'?'),('<s3ï.™ÄøËÏ’´!$—¢','wp-content/plugins/woocommerce/templates/emails/admin-cancelled-order.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','®f\ZuV½|LŒkeI','ôã¶À“~,~ôH\r1Ì`µ¯‡Ñùêc[L½F+xZ4','',0,'?'),('Ë$â·&âJaUÞ&ý¡','wp-content/plugins/woocommerce/templates/emails/admin-failed-order.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{Ÿ¥ÃÂqáŸú6{Ä/','—Y\nN@ð¦Ë©úäÕ†0ŒØt W9³â8Eã,ð ‚','',0,'?'),('X,ô,þ‚IŠ7Š','wp-content/plugins/woocommerce/templates/emails/admin-new-order.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','œˆG¼þl·¹{´±¢•É«Ñ','æ¨ú!76Ù’¡Ôõà—eÌ¸òÙ6¢vLùä¸ÐôS','',0,'?'),('ßôóE\"œ,V1‰=Yè§É','wp-content/plugins/woocommerce/templates/emails/customer-completed-order.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^2Å±øw~x€|†˜²É','•‘eu\\†oŒ‹ª0úFá›ÚËxÁ2®±°','',0,'?'),('Ÿ@\"§:½»!™éhHë','wp-content/plugins/woocommerce/templates/emails/customer-invoice.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','·½…K.™²¯t³ëh','Ë…ð¾¨€ÕÊ–…zi\ZÕ\"™™Æ¡;fhz8?	C ','',0,'?'),('ó\"-‡q²5.v‚%mOm7V','wp-content/plugins/woocommerce/templates/emails/customer-new-account.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÊâŒ|Y0v|D¥EŠGÿ','u{fÖÆ’ô\nD_{âíÚ?\'ºý§sŒ°‘ 3ê¢úA4','',0,'?'),('CiÙšæóba*õéú','wp-content/plugins/woocommerce/templates/emails/customer-note.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','BôÅHáTìÆ·?ÁYˆj','}BÄª±dKU\r#¡6C*<™\rþ¸U™QÙ½H¢Ò›','',0,'?'),('Û¶R ÌÔÀ„U{ž(','wp-content/plugins/woocommerce/templates/emails/customer-on-hold-order.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÿÙ(}à\r,¿œe©—\näì','‹<íö{¶áa¤6–å5ÐY?›#mó/VŽ\06½Ûx…{\Z','',0,'?'),('‰¬íÝ¨1qg@ÿÿ-ª5','wp-content/plugins/woocommerce/templates/emails/customer-processing-order.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','çwuó`ìcrýÄ\0','©+Û]b~ø#ÖÔ®HSÍÀ~(y°Õ®hø','',0,'?'),('ppé%)+cf¨!ÎÁEÍ','wp-content/plugins/woocommerce/templates/emails/customer-refunded-order.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','’½ñBs –†¦	ðc×íØ','=ÛàÆX1ÔH-$	¿PElCÃ}²¬º ]zKi','',0,'?'),('¢C-8_š<8ðšj','wp-content/plugins/woocommerce/templates/emails/customer-reset-password.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ýa$D*5ñ¬ÔšþÚÐ(U','Q¥ì‚2òtlVöväzx:9Ìå]S³m‡dAf7ë¤ß','',0,'?'),('|Ý.Mæ½hóë\0','wp-content/plugins/woocommerce/templates/emails/email-addresses.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R$‚ †®>7y´~³àc','ûÃ,¦ä\n^—ðÒ­y˜ÙßŸz»±(-À˜òx~äñ','',0,'?'),('Drz‘(º‰¡TšÏM’?åc','wp-content/plugins/woocommerce/templates/emails/email-customer-details.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Š¨ã@tLÚuæÉ×—rNa','bdßø»CqŠ9>:IŠØ|*ÇÔ»Ÿ*Qi±(‘¶þšÖ','',0,'?'),('ò7$ðñbUØH\'ácõˆ4=','wp-content/plugins/woocommerce/templates/emails/email-downloads.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÿÈ„xj¹ª7¥`>:','a˜{Ï¬“Ùæ¾n×¿e\nŽ•xñ7âSŽLà@\Z@hn','',0,'?'),('÷è%.7;$ä¥ÞÂI¼','wp-content/plugins/woocommerce/templates/emails/email-footer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¼j¤½:Z7ÉdüVö','~Shìo3sÍÝ!þÖe¬Ì²æ3¥¨Å›ôƒ8¶ý€>','',0,'?'),('ñC	®éØÌa ÈíIK','wp-content/plugins/woocommerce/templates/emails/email-header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÅC›ê†ôðØ¢Y4ZGðg','\nƒÌrÝX³Þîrés0åuô–zK>¸1‡·3à3“¸','',0,'?'),('KÙ ];\'€‘þY2õÝ','wp-content/plugins/woocommerce/templates/emails/email-order-details.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','˜‹i+0c.«×¥@`‹','¥,¬ÿÌy‚û‰®L±ºÛ‹bÞ^9Bsuê wvCœUÀ','',0,'?'),('[\0¥WEGjp°èŒ»ox€','wp-content/plugins/woocommerce/templates/emails/email-order-items.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'8ÓÂžcä	Ÿ›ö§','AÙwjÝuÿ«~îö™ÀÃf¬x%*þY«:\0~¹eRÕ—','',0,'?'),('Ú;\0½èðŠã]ÕoKÕS','wp-content/plugins/woocommerce/templates/emails/email-styles.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Í$XÉ¸$©H¹hÎñÓC}','¸\"«íàooïRYkÊ~»Ö´¯vj\\*_UŒýÃ%\0ê','',0,'?'),('ˆ¡0û¢{fæHf(ìV<','wp-content/plugins/woocommerce/templates/emails/plain/admin-cancelled-order.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','YCy=äbéz*#pTÇ¦2©','Û`‚ƒ6^Ñä‚Ð7{ÑøÚ²Ü®AÞ.„£åg¼Ùeè³‹','',0,'?'),('´ïVý}Aû‰êªyóþä|f','wp-content/plugins/woocommerce/templates/emails/plain/admin-failed-order.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ORûãlB©tô}S²D','•¸KÙ\"Úz@ó¨yZ¾e7Fßèöžcyä®YIDß*j','',0,'?'),('R-ÿ©bõ:õUq¿€V','wp-content/plugins/woocommerce/templates/emails/plain/admin-new-order.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=sŒv)ÝÔEfŽd˜','ª¥Éf¹k>Ã} $I‡fp:‚³ð\0WK9Œ2`Èðy','',0,'?'),('dáŽmÞ\0$¥‡ÍaÏé;›Ê','wp-content/plugins/woocommerce/templates/emails/plain/customer-completed-order.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','LÕÞšŽÇÉÆ›–½£1@i','^@nâs½Fiž¹¤‹Ýóz¶©¾:shŸS¦Úü¸›Ÿ','',0,'?'),('†œëše®	5¤4|`dã¥­','wp-content/plugins/woocommerce/templates/emails/plain/customer-invoice.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','iq:“¤‚x^:ak^®P','’s}\0ì^%V ÇÒN&®o\"Ž+möJM%2Õ­ÃS˜','',0,'?'),('ü¿šY.zÈ¶ùV','wp-content/plugins/woocommerce/templates/emails/plain/customer-new-account.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','©Â\rÐ¸`Ûj ÕX%^','TH¦0(dùKo‡7›þ\Z’¯Ç\'úœÀxRòÔ4Óãòï','',0,'?'),('¯Ë½lNVb4X—eÅÒ÷\"','wp-content/plugins/woocommerce/templates/emails/plain/customer-note.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ªç¹d—7Ð´qx„w¼­>Ê','3ÌÚMt\\D®”>w\ZÝôuÐ™ñ%ö@æ±¤ã£¿ï','',0,'?'),('ÏJ\0k¯\'?~Û[U™1‹','wp-content/plugins/woocommerce/templates/emails/plain/customer-on-hold-order.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e-\"4°å!®îE,Ùl^','_‘Ç%å‰`ÍñGæŽ•å#ftjn»KƒhŽH','',0,'?'),('æÿWN,\rð0r†hÖ@í','wp-content/plugins/woocommerce/templates/emails/plain/customer-processing-order.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ë8{ê§,yˆVNž','\\-º17;…Œï¢«¯œÈ\ZÈFzXÀ…ïA	×ç9ä¶v','',0,'?'),('Oî­@ê=¨ÜAí?qžì¬','wp-content/plugins/woocommerce/templates/emails/plain/customer-refunded-order.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','sjé÷ÓùËºãëÉv÷«','H9j ÖjeDÏÃØPÕ×ó;XƒòÌ±£¨ê‘ø','',0,'?'),('²3@bIáð¹Z²KÆÒ‘œ','wp-content/plugins/woocommerce/templates/emails/plain/customer-reset-password.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a)çgˆ¯>o˜˜i ¨}	X','¥\"Ý[+[IþŠËŒ/!>w=CÚ²Éfý &ù','',0,'?'),('qêL¾Ûis>uÃ_&±','wp-content/plugins/woocommerce/templates/emails/plain/email-addresses.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' H3nJ¶ñËÜc<_T','{SÂ0Ö™S^3êz¡\'¦›ˆae+a}iš;™)ó','',0,'?'),('ìkBEu!á\\zCªÕj.','wp-content/plugins/woocommerce/templates/emails/plain/email-customer-details.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','PE»Ø_rj“Á!\'¥¸','Qäã•|Àü8ôÏ…á>*aeìíýôÆ¦ÞÊJk\r5','',0,'?'),('Ú<1Jª öE¶‡@ãÌB','wp-content/plugins/woocommerce/templates/emails/plain/email-downloads.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5«ðï]€ªæršf÷	ò¤','EIFHëÙY øß\\¹bÞÿ¡ÀÚÎ`§« á^vUZ','',0,'?'),('{Pû6¾¸$\'à','wp-content/plugins/woocommerce/templates/emails/plain/email-order-details.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'åÓãGhõ|B»Q§','DÁ3ßËŠÖÆüê~­œoÞÏ»Šƒ NÌ­ÂýåÙ‚','',0,'?'),('PK‚([ä±-F{½Xj‡','wp-content/plugins/woocommerce/templates/emails/plain/email-order-items.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¨òU.ö.N‰:dËªN\0·','|°nõ9—š%¶s¨i›m<–ÈjØ3AÕ–˜‘HîÔ','',0,'?'),('F?çƒº[\\áü|2œîfÕ','wp-content/plugins/woocommerce/templates/global/breadcrumb.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','˜ôs­„<ËkÆ»Ek','çZ;µì\rÌÙ\'·ÖIR ócZÏ¡¾­}M,oöC','',0,'?'),('\0ë„çÖÉÓÑÞ`b›Óª¨X','wp-content/plugins/woocommerce/templates/global/form-login.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=Ï23¦ß„\rH(ÉSm','Íx-±5Ê™ÑN&E\rç˜†nN£kió‰ÈMšU¶t','',0,'?'),('Ý–yá½ïÓìU…xM¼	¤•','wp-content/plugins/woocommerce/templates/global/quantity-input.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ùv(Ô6êôëŸXî\ZY','ì)œ%+EÈÙkÔ]Û¹‘­x,.ñ‡§sã/Â‘Ø±ò','',0,'?'),('*Ó´-—qß;»“ïöÅ','wp-content/plugins/woocommerce/templates/global/sidebar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ãü’ÌÞÝ¬Ëü>ÇPK\\','‡«tq?…®Î£Ë~$Ãâ¨1v£Ñ”¶9¿+±','',0,'?'),('¶ÿÝÆxvº€”PºázC','wp-content/plugins/woocommerce/templates/global/wrapper-end.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','„˜_±ã6¨MS/ù¾ø\n','S1Øœý£pãÈ¯W™|’îî/ÇÀå8RP\"¥Æ','',0,'?'),('Ï—‘ì·j–Sšãcr;¤¦','wp-content/plugins/woocommerce/templates/global/wrapper-start.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','·<ÿËQ;PÍ&Ž£ðò0','®³Fµ±<â²Øô/;Æb«ZñcµƒÑ”r2•?­\nh)','',0,'?'),('˜ùë&rqúož%Ýñ,','wp-content/plugins/woocommerce/templates/loop/add-to-cart.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÔUÆœuNiÂ¶›Œà§k¶þ','í˜hìHõTÌŸ,ÔvÐ©,¤– ‚Í†Wø¶fEwä‚','',0,'?'),('½³cëxÀˆä‹]ÍRs²R','wp-content/plugins/woocommerce/templates/loop/loop-end.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ð³›Õ‚+’Ž›Øœ;\"§','ùyRt°VTÂË=BÓ»‚sVS­¦ýE©Ã!¹žõ—¨','',0,'?'),('\Z¤ÓiDÄùÕ“Ä$¡aI','wp-content/plugins/woocommerce/templates/loop/loop-start.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','†þµ\rKÅpG»<c8u\Z','ôÂšAËMÅ¨T=ÖÅíÊÄÃ×áçœ0’\\p†`{Á?','',0,'?'),('nxtD‹û¹Pt_vÆì','wp-content/plugins/woocommerce/templates/loop/no-products-found.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','é¨Í½C¼ÙèoåwH','àÑÉÊQ©–c:S@ÞAöÞ\"–Ò¬¡¶2Põ€ò¸¡®°IÅ','',0,'?'),('e±z‹‡üØž;\"d»ï²','wp-content/plugins/woocommerce/templates/loop/orderby.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ž5ÍØî[ýW\\kè©L|','n\nd!¨W˜äyí~pøa›8¶Í1°He:3›Ä','',0,'?'),('Ÿôi¼úxï„9pëwç–§','wp-content/plugins/woocommerce/templates/loop/pagination.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','âw¢kîÔ¦b²Ï­]Lê','dë’zŠVfù™‰òQ‡œf‚9Äp»DãGÎmãöþ','',0,'?'),('Pè¨ÕŸ5ø$sãTºt¢ ó','wp-content/plugins/woocommerce/templates/loop/price.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','gV0,CÛ£`¥Ýv\".Jú','G)‘kT‹²%~ûëÒYúá½_‰Ü:,÷Yz~®©>^c','',0,'?'),('¨ëÓ¸ÍÏw0¯Žª','wp-content/plugins/woocommerce/templates/loop/rating.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','À2áqm[:éœˆa„s_Âº','\Z#×§Òv?ü&	·Ë¸Qyµµ‹°àg€éŠî/ø\\','',0,'?'),('KØêÉl}\n*Jíá(9¸<','wp-content/plugins/woocommerce/templates/loop/result-count.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%DšÍ|šÚŠZN“¼ñÆ2','ƒW\nð›‘Êæu˜pe|›~°ztì«T*¬Ž¬­‚','',0,'?'),('?’{K¯3ìOšiÞ|Ëýu(','wp-content/plugins/woocommerce/templates/loop/sale-flash.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','žs`³\rBªwaáþÁ¬','OLªª§w«	¨Ñ(÷ÚÈr‚OKëü]ë_sIðÍ\ré','',0,'?'),('Mæýò»›`û/¦ˆý2','wp-content/plugins/woocommerce/templates/myaccount/dashboard.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y‚Ç‚&otíì„íµ','JtüdqzÙÞYRc&ÀÂÕÌg‰êØ‚(>eï','',0,'?'),('å«±c”Ý²zyÑ;OÌ','wp-content/plugins/woocommerce/templates/myaccount/downloads.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¾l/]JÊýÕPhzI‰r','!jãIþs/]€èW§º¶gÆ:Iø7Z/­íMÉ2·š','',0,'?'),('L|½ÙewÃEC\rëò³”)À','wp-content/plugins/woocommerce/templates/myaccount/form-add-payment-method.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4Ÿ\'?^ø÷§c¥\"¯>öj','kFÈtÀRHB½=¥?¥@†ÓSLëdõ:}¨ ö','',0,'?'),('R÷’û™äè#ÂÞ5´B','wp-content/plugins/woocommerce/templates/myaccount/form-edit-account.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'sÐDðS‹\rB¯+ºWp','ÞBc¹þæè!y\\jà¬Sþ]¼¸UÔ]¬_ZŠq¼','',0,'?'),('}ï§­.0Ññˆí»‰Ú','wp-content/plugins/woocommerce/templates/myaccount/form-edit-address.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','® .£÷zd„éö²¢ Ü','g:\ZS<Pßñªð½³„«Èn¥ÈˆibR<™‚§“ØlE','',0,'?'),('\r†ÜËµ/ÿK¶M2³$_1','wp-content/plugins/woocommerce/templates/myaccount/form-login.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¹À,cfPÁò-p\ZúP!','–ˆ”Î0\0‰ó$l¤˜lÃ½‘<Å©–ªêò˜àó‹','',0,'?'),('Hû4©ý?4’\n°\n?r˜','wp-content/plugins/woocommerce/templates/myaccount/form-lost-password.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6‡¡Mð.X^¡}yâ¥','HÓ2¬RÅ)BšãÉUœL÷ÙónˆÁÝO–P‚çy±','',0,'?'),('°i\n¤£Ò¸à´d‚ÓÒPtð','wp-content/plugins/woocommerce/templates/myaccount/form-reset-password.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?´ÖÇZ+¨Ã:Mœé¥ì','‰À:9ûìÎ‰ h½­î…(ƒÓ\rÂì1ã*9=','',0,'?'),('‹tÌ1’NÐò‘¸º63','wp-content/plugins/woocommerce/templates/myaccount/lost-password-confirmation.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E¯Ø†X\\È>Pj”æ','ºŸ²ß¹ÑHÚü‹\0Ãnõ{Àö¦Cý—m²0ÜŸEfq','',0,'?'),('ðT%1´‚„çKGÂÇÀõ','wp-content/plugins/woocommerce/templates/myaccount/my-account.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' Çû?MÇÐl	ÐMì`','^/”TàÄƒIÅn¹¨TØÙ×\Zƒxÿ.îÒGû','',0,'?'),('–W›Þ  ŽÅíƒˆº|¾','wp-content/plugins/woocommerce/templates/myaccount/my-address.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1UoªÈt4iý~÷³°£','ÝÐ‹wÓ->G˜ãö¦¹I•š*S›\r6\"“iÂQ”äFN','',0,'?'),('Ÿ‚œµ–F7‚m‹NŽZ«','wp-content/plugins/woocommerce/templates/myaccount/my-downloads.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','­8R[kØQ9øc','6G¦ô¿Ô{k@:ðDé„\ZÞ„¬$\'ô|º»2Cº','',0,'?'),('¹M‡ÿ´Þ¯ärž%\n@ê','wp-content/plugins/woocommerce/templates/myaccount/my-orders.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÕñTæáB~%:ãèÑ\n','¿êER÷n­x.ú\\K!µ³¬×]w€p6Ù','',0,'?'),('I¾£§½~\ZÏu¿È ôÜEÅ','wp-content/plugins/woocommerce/templates/myaccount/navigation.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ï©¬[oÐ\Z>Œ}òâÇ¨','•èÀú‰Ö¸Ñ%B(ž\\Ô<ô‚™4p\'¨â˜CÀ\Z‚~Ö8','',0,'?'),('n~VçØ‡üôñÄ.Û´','wp-content/plugins/woocommerce/templates/myaccount/orders.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','²øwz_&\"©YÜ|4´','òŽ€{ý“[ƒÿ>Fæù!Òé”dL=5ó¬¤V|ÙŠÑ','',0,'?'),('è€×E	´ddúÔ9\r£x','wp-content/plugins/woocommerce/templates/myaccount/payment-methods.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ß×=5ðß°Š<$ÜþDàm','Èàœ¨2I‰œyš	èúZàéXIBÈ\"Ì€T±:„w™gË‡','',0,'?'),('f+ÓbH)™µ\n’ØóEýÊ','wp-content/plugins/woocommerce/templates/myaccount/view-order.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‰´É:{Ë\Zy}ã÷úy$ë','D‘È‘nË|ÛÜEd!Ýoû	Ë§Åç®CU÷q','',0,'?'),('9÷ŒêÜ\nhP„@ó[Õ','wp-content/plugins/woocommerce/templates/notices/error.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¹*®î<B5å(ÛzÏ…¯“','žÿ¢G‘¾ß9¾†`»9´¢wJË`€ol!OkÄ¯@','',0,'?'),('—¦„¡»Òõ´™½òŽµm','wp-content/plugins/woocommerce/templates/notices/notice.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ñn¼íü§Ãœñ¾µñšçš','ø9n”õQ®¯hôös°^ñÒ÷\\\"X¶7“$×','',0,'?'),('\ZààkÂ~ÔgWNë/m¹/','wp-content/plugins/woocommerce/templates/notices/success.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ýMâõð<GëŸ„rZ[','Ú\ZšCÍ&éP/ÔD(ÍG”Ã7vBq±MÕRg–','',0,'?'),('¦?Û&€[·Û†u¤,èe','wp-content/plugins/woocommerce/templates/order/form-tracking.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ê§ïšËË*Ù\nÉ	A','#uaˆšèûûë\\ÞªaîQÇ^“Ý«áhIR±È¨	','',0,'?'),('A§(ÉžL6À>[ÇÐÔ','wp-content/plugins/woocommerce/templates/order/order-again.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','”sS|90ƒ&‰³ám ','†q.É!od©íl`	Ió:#pþ=¸(IÒêE´ €±¥(º','',0,'?'),('þ†ë[ÍŒqq¢Ì¬T¢d»','wp-content/plugins/woocommerce/templates/order/order-details-customer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','òö¯MŽV¿ÌQ\"u&3‘','ºš ­êr\'à\n))S¬¡|‚½µ¥—¥\Zë ¸v¦ó','',0,'?'),('+ÎiêúK?G:i‘;Ö ','wp-content/plugins/woocommerce/templates/order/order-details-item.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‡e×p!äs±O(ƒa 	','Y”2×Výâ^æh\rpY6è„ÕéDé=Åú%Q «¡','',0,'?'),('{Ë×*ºCŒ÷ÔôU‘','wp-content/plugins/woocommerce/templates/order/order-details.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','yã^EÎ¥ÂPKdY¨šû','~Z@ÞqØEáÉµÙHR$ÿ~³>ËÂ<)·£oŠPÇK','',0,'?'),('¤¤D(2·ÅòÒü£NA','wp-content/plugins/woocommerce/templates/order/order-downloads.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ú6©]ìüeháŸÙ:÷é','Ëž÷­ú¨Ê*4Pe°í\rf¢¨qíMe‰â¬—¹èŒ','',0,'?'),(']¥Úæp‡[%3QLVÙÏs','wp-content/plugins/woocommerce/templates/order/tracking.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','îìí’s¥>Òð\\™fÐÛ¦W','Ø­_øAk¨Úo¿ÈýçP~`;ÍÑéƒVâ²mÏ”gŠîj','',0,'?'),('sg›ŠÝè~=Bf†”','wp-content/plugins/woocommerce/templates/product-searchform.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ö½¿Ã,ÑO)Â”tÒ|e','0\"Ì©ïÙ‡ª¹þ.š\"›ÈR“M/“-ŒÓ)À\\‡1ú','',0,'?'),('D&Í©w¼°å&Zné´','wp-content/plugins/woocommerce/templates/single-product/add-to-cart/external.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','›ÉDN\'´Ñawàkcuÿce','¹tÌäN,í-v\"Ð­c‹(»‡ñ”Õ²›•°ðBYð','',0,'?'),('àÐ:Ü³ªŒ½gž','wp-content/plugins/woocommerce/templates/single-product/add-to-cart/grouped.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¸r©FÚèL7ÏtJ½0Ÿ','iLÈr¶:ÇêŠíYJÑ e ã»Š/Ç3·0~','',0,'?'),('Ã_•þù¶O‘h#Â—ºÇ«','wp-content/plugins/woocommerce/templates/single-product/add-to-cart/simple.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','›…˜™F¡VPÝK9‰(;','öÀÎú.LRËôÓ\rP€wƒOq5\rå.yœ9Fž|¿','',0,'?'),('äry @rÁ†tžcåIF','wp-content/plugins/woocommerce/templates/single-product/add-to-cart/variable.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2x^jGÖ„—ü`$gÂ','cNô1)frƒß«p7ˆ8ª„‚ŸAÜ>Ñ\nú(bØ','',0,'?'),('Ÿx5Óž÷¤6/Zþ6Ú©Ó›','wp-content/plugins/woocommerce/templates/single-product/add-to-cart/variation-add-to-cart-button.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^£/Òñù­ÈÇçë','Â|ü\Z@‡xä!SŸMã{!`€Lz/:Œñ€ Ž:\0','',0,'?'),('Ò?¦úß…ö#~—Ìb­@','wp-content/plugins/woocommerce/templates/single-product/add-to-cart/variation.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Œå‘¨‡±>‡8r.lÝ(šO','¶øö“˜þe’ÅZú ñŸšŠE:€Œ,ø‰³«6Ï}','',0,'?'),('ïÈwT+šU¶D£°ì£','wp-content/plugins/woocommerce/templates/single-product/meta.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','zÃÖa 02,ßF–5¾ìß','u×ò?.*b-¦æR’Wa\\Gkw„Ñ“ÉWSh','',0,'?'),('x?Nß0Ù´ÅÂeÛˆÞH','wp-content/plugins/woocommerce/templates/single-product/photoswipe.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`da\0‘ŽÈ\"_™uÄ±q','üÔù\0|Qn5ìôÁ7{Øì£}AÖ»&†—Ù','',0,'?'),('Y}Ýmc/F	=„<‡¾E','wp-content/plugins/woocommerce/templates/single-product/price.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6<¦!„5wJT>¼]7W','Edy”‡;@è±kÊqGâB¤+¼ãU-¦x…ÖÄç-Y','',0,'?'),('$Á¨Ïƒ)×§ŸBË ','wp-content/plugins/woocommerce/templates/single-product/product-attributes.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÍhJõñæ-Àm;­:Oz','ÀÊ—¾qô†ü˜xÀêâLXÆÐ–uf)w2AJd®¶B%','',0,'?'),('Ûù«³oÌ]xÊÙ˜¥™ÀF','wp-content/plugins/woocommerce/templates/single-product/product-image.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ï¼¼;lõA	˜\'\\Võ;','°§üqã9Ã9|(´Gß×“9RÂ±îÊÿÏÁOôe3÷','',0,'?'),('ˆ,ûÜ·O°¿”|üë¨Hù','wp-content/plugins/woocommerce/templates/single-product/product-thumbnails.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ü‚)Ö­\\5\Z3\'-ÜØQ','ï|ÁcèæÀÃ .n´÷¯3‹X<5d³ÙÈ©%7zD','',0,'?'),(':êü¦Qþ™5_Q!b','wp-content/plugins/woocommerce/templates/single-product/rating.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Œ–î\ZÝÚù¼ÇX Ã7‘','J€¥úòÓTâá¡û1ewµÝ’ˆ\'Ê\rZÞjw óû[','',0,'?'),('BsÑøõ^•6uüSÜp','wp-content/plugins/woocommerce/templates/single-product/related.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¦êxØ+L÷Áo58a','÷HóEß-âÅäÙÔ©Mø\rï‚\ZÇ²™Vî`Ó¸›ð³6','',0,'?'),('sø67)—W\n]/Ûj8L','wp-content/plugins/woocommerce/templates/single-product/review-meta.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ž#úxŽfJÁ ¸Q½x»ó','‡·äžãå+:ôõ’K[´›„O\'–kÕê6,&¹','',0,'?'),('áC_4â˜mKãâÈ„T','wp-content/plugins/woocommerce/templates/single-product/review-rating.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ø ¤­ÍÈqÐÙ^ÉÅY(G','¾ÿ\n?R½$}ÞGñÙ›Ù£|òÖTJ…\",iâ','',0,'?'),('ºÁ8à™Î\\qåU¿Ë.w','wp-content/plugins/woocommerce/templates/single-product/review.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ø&bØé“¨´¤#','œÓSï°l¤JáâŠÎ5ßX…˜ìªhgSSgÞ>','',0,'?'),('p–V§lÎi\"ý\"Iöp•','wp-content/plugins/woocommerce/templates/single-product/sale-flash.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ª!¡ŸTÇñ*ÂÚ¿!WÖ<E','}²¾¨ShgÔô	ó¤ÕFàÔeNÞœÍ¼d ñÎ','',0,'?'),('Ìd\\1âEf´aéÎ¡\Zöa','wp-content/plugins/woocommerce/templates/single-product/share.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','pí…«ÃgîVÝXp&JI','®ÐTguÃÞ#ÔV|ZiKyéƒ(ž#Ì=','',0,'?'),('™±÷”Èº>ùí6kØç¬¤','wp-content/plugins/woocommerce/templates/single-product/short-description.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S^™9RJ²^ELC´Ûy]É','Z:XxûS04\nâªgõ—þõ¿‹M’š¶zTÏ|·','',0,'?'),('ø’÷Þâg:Héu>”Dº','wp-content/plugins/woocommerce/templates/single-product/stock.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4fa$}MGŒGtê¸þõø-','\nÒ\nàD”hŸWÅ”Ñy5õÚ¸LôF3}~~çv¯\'öÇ','',0,'?'),('•Tâ) à$ŸK8‘Ãš–[','wp-content/plugins/woocommerce/templates/single-product/tabs/additional-information.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÙQZ¥VŸfÀ„&ÃÊJA','“}5À¹˜ó!FÑ,C‰4*kmÕÃâX(ÞßÿžÊÐJ','',0,'?'),('°.íy#î±ëj¤Ôi]P3','wp-content/plugins/woocommerce/templates/single-product/tabs/description.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','mûšÐ\\“ÓÊÔ³Ì0„\rM','†il[Ä×èvRç¸wá&ÖÕð0Zžè»LLÔáº{FG','',0,'?'),('aÔISyÇÇÔÕ1ßŸ¿B','wp-content/plugins/woocommerce/templates/single-product/tabs/tabs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ž,¾#ü”3çVyíN&K','ŠÜý&q;À‚²I±TTŸV|”Þv¸Úô\"9·ªWë¨Ö','',0,'?'),(':5€ûÏ‡F, ¨é»þp²','wp-content/plugins/woocommerce/templates/single-product/title.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9—ÞM7%Œ@b¤%÷´*','Ô/?#ÖPjç›Á¼·rÒ1{tó‘¤å;c›ú','',0,'?'),('…¼sdgåœ[ã+','wp-content/plugins/woocommerce/templates/single-product/up-sells.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Æ²]:Ý<äOÊM','qAÂÖø}Ý*\\ÐÃ+ÅL6Î91µ~É×Ð‘Ì èL','',0,'?'),('rS:…`÷ eà¿¸ùB…','wp-content/plugins/woocommerce/templates/single-product-reviews.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@\\Òoˆ^íÔ\nuaˆ‹N','Ô‹êBßš-ä7Ë×g7Ä…¡\'î¨…\rÕ3bek','',0,'?'),('‰Äm?Tíƒà×Ÿ4ôs#','wp-content/plugins/woocommerce/templates/single-product.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Gß’<£ñs“1¸¶	8','“ëÄÏOšÞz…4¸âÛ‰>HFÐ%åÓ2m1ëØGZÃò','',0,'?'),('2š%gŸ_8•¾ß`¤ÔŠ*','wp-content/plugins/woocommerce/templates/taxonomy-product_cat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ªmðö:uà>]yPýâé','®“oÿúP/\"ªDy÷‹]Á&©iÞš£‡}òÆRÜ','',0,'?'),('Ç,êÝ˜ë$ä\Z=D®{g','wp-content/plugins/woocommerce/templates/taxonomy-product_tag.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.è¤2ãCâK:Y´z›Ì ','°¦ÿIÐŒu\r~Ê¬bÅ¼\rOóô²—ÂC¸<äné´V ','',0,'?'),('Zz©Ž·Š_)Y›—u™¢ôP','wp-content/plugins/woocommerce/uninstall.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ß}QŽçÛ½ÃVÌè;&‚','J`½­áVNf.5\0g})‹ë\'ßi\ZÒ7ädü”Üã','',0,'?'),('Ê£/ðËºSD	Ý=„','wp-content/plugins/woocommerce/vendor/autoload.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‡]1à×ïKôZkÛ(#','·jùVI^Õ»¹™r\\¨Œ?mneN´\\Aµ`ów2`J','',0,'?'),('°æË™¼&²Û¸&×ôp','wp-content/plugins/woocommerce/vendor/autoload_packages.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¥´H§&ñ5*¬|ëö2-é','â=%úÐ*Ü‰¯›æ£Picù*	ôq<˜þâ* Ás','',0,'?'),('Û{šQëž±ÆXYßv”Á','wp-content/plugins/woocommerce/vendor/automattic/jetpack-autoloader/src/AutoloadGenerator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‡oœM-Ÿ~aþÐ,\'','¤ÁîR½©^™;lþµ\Z„õÄxïÝÄ:Nø˜vb¶','',0,'?'),('êÁ,Xœè	ž\0„²„fÜ','wp-content/plugins/woocommerce/vendor/automattic/jetpack-autoloader/src/CustomAutoloaderPlugin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3õTï*t¹3ÝÞÝ½zÆ‹ð','UZXàæÃ\rs0œ=ªR‹ü“,0\'ñÅv2X','',0,'?'),('J!­o“QÏÄMÓºišt7','wp-content/plugins/woocommerce/vendor/automattic/jetpack-autoloader/src/autoload.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5úÏ¼—«Ë·1d‹','€“I|B!²ê—ë-ÄÌþâHŠ±B™ÕçÃÂT\0ª¥Í','',0,'?'),('özÀ+]þ€T\\-«îoÊ','wp-content/plugins/woocommerce/vendor/composer/ClassLoader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','),¾cº¿¿7ý™þKù','ìœÖW	8W¿Ù\\³†m4ûuSß{ªò|ò¼Ð›0x§´Z','',0,'?'),('Ù²‘‚C‚R³Æ°“RÝ','wp-content/plugins/woocommerce/vendor/composer/LICENSE',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','•]_åŒ#Dö´\0óƒµâ','\Z ŸøÛ’ö%§4~NÙ~Gh!bØ­:w‚˜ÉŒ¿™\'','',0,'?'),('¸ÚÿãÜÀÈ#B˜é›H/','wp-content/plugins/woocommerce/vendor/composer/autoload_classmap.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(¡Šrä[“(»$Ÿ)cýj','‰èœäÕ…nX¹*Õu&UœSO_¨Íú 4ËÈ¿5','',0,'?'),('Î£pmû%c–w9á1…','wp-content/plugins/woocommerce/vendor/composer/autoload_classmap_package.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','£rƒí“™êrÓ6~–MãÚ','h0­àAë»ÁÏÒrÛ!ô®¾\0¹£Lç¦‚îs“¾','',0,'?'),('÷¶¥7,d<“–»&g©õ','wp-content/plugins/woocommerce/vendor/composer/autoload_namespaces.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5á,}vÄ¨3¼õGÀâ)©','E½r4@\0¸Ô¡$¦âzæú3ð¸$l²ê\ZÐ`iäexÃlÊ','',0,'?'),('aåÕw·ÚI£”ðòÇûb(','wp-content/plugins/woocommerce/vendor/composer/autoload_psr4.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','34˜³‰|ÌúÔÔ\\V \Z³','J5ò_Ä\'$,ãiÃvúºïÁrR¾ÕXŠFuŸ‡Ã.à','',0,'?'),('¥ÑÙÚDv–‹\'ÌH½-','wp-content/plugins/woocommerce/vendor/composer/autoload_real.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','åÙ$Ü~îå¤Õvï±òo','\'Û\ZX¬FÁ2ók¸ŽoC\'/†4yý’‚g£à\n','',0,'?'),('—ŒÅè>C8Æ(„|š5p´','wp-content/plugins/woocommerce/vendor/composer/autoload_static.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ŠOž?!òTý¹jyòY>d','«ºtåÈ¹·I%8oâÛÇ,Ç¸‘?ÙRˆj·»ù:ª','',0,'?'),('ÔDÃ;~I·Pû†‘qç‹}ß','wp-content/plugins/woocommerce/vendor/composer/installed.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‘½Áä“ãðzŸŸñ','fk‘‘‘B1ÐÀuEoÌ¬‚ä÷VpÂf$q\Z\Z\Z³‘B','',0,'?'),('\néÏhc1ÉžÊ‰’\'e†','wp-content/plugins/woocommerce/vendor/composer/installers/LICENSE',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1ÔÜ¼\'Z”y£{ïÏ','ã¡÷\\y¾ÀÞŸ#´Þÿ\Z¼NVç´ÝüwøC`¤u^Í','',0,'?'),('?,ÖõoÑ7Áø\\|ëp','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/AglInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','íàCcŒ=W*Îò±‹Dg','3Ó(üW¶«ê~;MÑ<ÌdËÑƒz4£Ó„ÞóËÃÍþ','',0,'?'),('W†…%ý ëJãµRŒæÌ•','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/AimeosInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','EðWMi6ê=<*@}m¢ð','€ù…¦DŽ¤RV\\Å­à<7ty	³,8áYämLÁ','',0,'?'),('d‹Å÷		²ªöÂ:ö','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/AnnotateCmsInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1ßcsD‰h%éŒ[p!˜4\"','£;ŽøÃ<¸ª·EU%”Hw¸Ï×DûáD†Ë‹–ƒ8T','',0,'?'),('D^ä­€+ÛåÕ.Q{Í—£','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/AsgardInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Òé°×L°ˆÏýŠ—JM','V\n»¸Ë#\nõA†@,c]:ú¤a# ™†a­Œ\n&¹7','',0,'?'),(' »ûTÈ&¥\0V÷­µQï','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/AttogramInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','oG£áûü¾ÑE üË\r','åÿ}ÐDl˜qÁ×X»\"a›GåÙGuª¶VX}¿Œ=','',0,'?'),('ªÍ¥£Ö½ì¸žXjV','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/BaseInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Âáß!ûêmV9që}ë','Ët.t‚X@i“¼ÁZTÅ7Ú&Ž\\Š&†¯˜¬´-Yd–','',0,'?'),('¸ÌŽ¼Lö†UÙ¡.ÓF','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/BitrixInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h†à!ÓfÅªe%ÒQìë','²æXT¨ïãQ½¥±ýms™`œ®DPˆÃ§,|ì—ì«ºd8','',0,'?'),('žO(<† ‰—Ÿë…','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/BonefishInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u\".çOù„œ	•Á\"ìO-B','Ã`Åšç¤ôƒyÎb´¶¢kít¼ÊäŒB±èI©Ô','',0,'?'),('B¢Š@’Äc³<ãà€·B','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/CakePHPInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6çk_æÖ÷÷s¾¬ï‡úxà','h§Úâ;[¸ØÏ8‰ð¤{ñÜ ^áÊõ€˜xx\r','',0,'?'),('ÐX²D\ZŠ™(¤ü±.í','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/ChefInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t—&ïr@;…ìæfà€','Ÿiifz÷Î°P\\ŸB<WÙ´p‡Ì2£®,ªTïÃÐ','',0,'?'),('ýñ@Þy­ãÛÐ7\\\r¨\Zø','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/CiviCrmInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','±ÄéˆÌÃeSu-µÑÕ˜ú}','ixÊÊâ_Kn¡¤ð¾”&¤FÊà¾à:r‚„aí0','',0,'?'),('û&ÞÔšÜ‡ªNµr®ûŸ','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/ClanCatsFrameworkInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','×ÐöçÕâVo5€ìÚ\\','Ü×Ô>‘9ÚùY\rYO´­C4h²‹íÙî™äÐužGÛ[','',0,'?'),('ÊUÙ†ý:£¬_«±ð\0~©','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/CockpitInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','—Ö—‘¶6ª—>,ƒÈ!â','SáÅ¿`0Ä$¶ÚÁÜ RW·>ìc:°5Îš»–M–Ã¤','',0,'?'),('¡ƒÖôŽ0>½ô@\n','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/CodeIgniterInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ûH‹Û=ªuÍ]R9ÙÙ','K±‰ˆmØ}D®ÌSîì7ØÚšìÍÀL<ya„','',0,'?'),('=Q(ybä‰’Ð6s»','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/Concrete5Installer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t	‡ïÏËm!¬Ô~A^óS‘','®÷…#øŠL?ûOM6rÍ/W_ ~•¹¤¦þ','',0,'?'),('\\#Y·¬þ;y0\rûbqõ¼','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/CraftInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‘öØ¥øgƒ îçé]bâ','gD>IB9é·¯šLIÓ	*œÂîð1Ûó16ŽÙ0îC|','',0,'?'),('_å ökÒw¤ÂÂ&¤Eò','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/CroogoInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','AÃvE…‰\"¹Â™M\\ÙñMÃ','4(eõ“ýôÊI892¡×ö-…ë±ŽóÄ¼®~™]','',0,'?'),('ä‘M„íT˜¦RÑ;îa8','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/DecibelInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ßÒ+ør\"`lÒ®úÕÞvv','#5}Í	ó\\fŒÞW–¶¼Ä°Ýï~CÑ`¥‡Oùë”c,€','',0,'?'),('0îÕôÖE¬´÷\0X[“Õ','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/DokuWikiInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}‰–=æ%ü¿“7\\Ñ8V','©wH’píé[Þw¼2ž@u\Z£‰\"LH«·a6˜Q¦','',0,'?'),('kP¥­c\r¡2ôX%ôLA&','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/DolibarrInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','»	m_d&Ôºô—‚0w','0”ìŠ¿úksÏ†zÊ@þâ±‡)Í·T÷+…ôœÚÏ','',0,'?'),('NáÞ:ïbâ—èÙêAÞ','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/DrupalInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ì4žnBñ³T»EðØÙ','x‰ÌEv£)•(ÌG¸3Š0yÊvë¹7BÌ¸jx›','',0,'?'),(' Ô¸¶ÈŒ	¼<\"¼3j','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/ElggInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','„Ž“PÌ†©¿¨‘x¥Ç‹','´D•ìmMõY|Ûx\"<ALfp³x3³)®H\"–','',0,'?'),('Ü/sxý\"ÆçÂqe¤¯','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/EliasisInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','üñ×:Ø8¡²Ù·ÄIø¢','ê\0Äî±x\Zaª‡ë&*­U<Æ‹¦]éÊyÜ»','',0,'?'),('«\"Ó(õçÞþï]†¡õz#','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/ExpressionEngineInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','oG´Y>íyç*^Yòú','M«ðŒr’¹%kÂ™!ó‚¥²½¸Ó²ŽzÝ	)úðÆCþ','',0,'?'),('È©¬`\rQÁÃA.SÒ','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/EzPlatformInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','­Ì@5´à$Äuoúa Ö','…¸ÀèN8fý›©?l«êû}ï§i­\Zn¼p†ßø}','',0,'?'),('ÜÆüÕ@\"ôªfí¸Ò%g','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/FuelInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ß^ûq÷{û3\\Ýg€','NÓ®Nó˜ŠÇAW¨uh‚ª#³Ò\"8)ÕëeM1Â6','',0,'?'),('AÞT¦\rƒ™2ì–²3mV¦S','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/FuelphpInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@½KÌ¢½{~tbYb','áš\nï…Èž…Î]‚Ør¹¢6	ÃšZ{TVc.€Gv‡~','',0,'?'),('È7\Z,Òé<¡™\na\"À8','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/GravInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>âÞ‘®»—Uì@^LŸ]',')šƒÌLB|@£š©£\"ßU™eJE»Wz ƒƒ','',0,'?'),('Ž¢:ƒâÈ ÊÛ£—A[´ï','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/HuradInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‘U-07ÜÀì\n}m•\\^','d¥TašçÎß°`+’>/!¶!úÛ^bg$Ý\n','',0,'?'),('Õ k™Š«ÍnÌÓø’º_Å','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/ImageCMSInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[—}ûÓ_ðÛ•µ¤XŒ',';¨äúÜ¶Úi¬–Kxå¥½[ì\0¯Ü¥Øü}*3 ','',0,'?'),('ñb†åP¼íƒþ3¨‘Ôh','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/Installer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.ç;ZÛBoëÌðÔ\ZË','Õ#X<œ0/Ž¤ž¼–Àt(ä\\ë@’_LÀ®º\0S€','',0,'?'),('˜?nžB®…Ö½-²ŠQ@<Ü','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/ItopInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',÷Jª¤´ÃD§Å©æˆ','8à³¢¦ô}+º‹{3{9\n²ŒBxž¶ñ=\'0¼Ï','',0,'?'),('k¹èk\0A7¨â¬%MßJ','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/JoomlaInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ÿ²ŸŒ\0fHpg!N¡OÝ\'','ß“¥£2nª÷s¾?­AË×úš£¨µN\nÿg;','',0,'?'),('VµQ^_—§î`¬3ž¯jò','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/KanboardInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Â*3]Þ<ÍõÝ]È\'Ž–','Ð½rtÒÛ}¾QÙ7üˆ@¥ÿI=}´amu“(˜Q','',0,'?'),('Œ+Ý‚UÑ:5Ÿ\'ï$šF','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/KirbyInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','œ¯ä(J›Ï_?+4h‡œ²','ŠŸó°	Ê‹<?~€Cì²2B˜ÖÉ ®¿¢©Â’?','',0,'?'),('©}ßu5ƒjg]Ä†u9','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/KodiCMSInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X¯á_cá×\'ØxM9þ¸à´','`íùö³°’S,wD9¹k“C\05Î²®Ô19jBª[ÍÌ','',0,'?'),('_µÈôŠœ·…Ýå]]íüß','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/KohanaInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z Š\"IîóË/„ú…®','\"÷¾´[&æPz>|Öª!­HX1¯»©æÓÒÈb','',0,'?'),('.8y©—ÊžšŸÉ¥¿0‹Ny','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/LanManagementSystemInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Pêf9ÞñOÞÌ6Û{l«¶','…òXÁ>ˆ>2ò½¿‰=½IÌ±F”Ç»ÒKÅlÙ\"ž','',0,'?'),('ˆ¯JŒB<}c	ú8/õZ&','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/LaravelInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','®„£§=`ˆ‡wÕ2‰6îd','6óÅ·ÙWh‹	Šú›·0¬W?êžÞÏYÇmç·','',0,'?'),('\\¯Òª¬L°¸œ‹¨4t/','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/LavaLiteInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ìs@õ4	\Z—àºðDw«','ü+Yv2\ZƒªÂB§PÊ@bHïIíeñ4ÝM®','',0,'?'),('ü¨ž¡Z™Ù€2ÎBåö','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/LithiumInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!{ÖhÈ¡R2Ëªí€¨6','»(í1qKC©¥ö˜ÐàD?ç~Ô¨ë~OTÄÚ $&~#>à','',0,'?'),('1p=èqlóÆfv«$¾wiß','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/MODULEWorkInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ö¤Ù¢júú@±›\nN­','pÉv¶Ð$ŽLòÎ‹­Þ,*æðÊ¸/àã;øRÎË¥','',0,'?'),('EuUs©Îv’íbÍ~, ','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/MODXEvoInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ç ¾ùÐŒ~þ…^´F','‡ÛîêÞÈ(o8@Ì.z¦Û¹	\n!qœ66bp}Ê','',0,'?'),('jª?q8DÚtÖeþú\Zªo','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/MagentoInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Õ{ü’F‹‰ç¹ÁÊs','ÖæCâ—fé½j¹I\0óQ¦»önmþJþªI*Á','',0,'?'),('fA{^S=ƒd¤òÓž•','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/MajimaInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','XU+4]é\n‘j‹¥2`¯ ','s)Wgë>‹ß\0¨»«¾vw”@“Þ¦C‚±e¨Ñ†','',0,'?'),('\"m4Ì4—	êœáS¹G','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/MakoInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¦ó³ïº6g«O5|ðï ','pƒns¦Ã#dóÁF$ˆ—ÏWÍ•ÁßÙ(QŒ¡7Á6','',0,'?'),('_,.u#ÀœŠ\n\'#\09T','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/MauticInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ò;y%pêoÑ¨¡ÂŸ','¶–_/y1R¢µ%+âaô-ßD´Y6	£,ñ, ª','',0,'?'),('_šK\\­äü:˜d¾~W?','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/MayaInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','œgã\0ð÷pÄ	fæ/ˆl:','àç)„œÊ_¹T´ïùéM\"«4ÖÖó¶\0ƒÙœ(æ','',0,'?'),('¿7_F‰Àõ–²ô£¥v“','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/MediaWikiInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','þ°dî3Í®%.Y‡™„€','¼\n Ê&<jÑ}J«ÌŒÜv¢‰n^w¨ÓÁ¶áoË[','',0,'?'),('Úý¢6g¿[ŸÒ_Møô¯','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/MicroweberInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hf6}2w‡ùdÿúÕqà','æ:üa2˜´>ÿ²å`ôÎ¬áÙ%ž]¬_Å³Xï','',0,'?'),('sj<×+£ü\n›ÿùÏ¼ÛóÙ','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/ModxInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','žDúœMµR{iŠ®Pc','&w\"á©<…˜É?HçŠf÷Ø>îî\ZRø1%B–ÓÅ','',0,'?'),('ÙÎ\"#Å0\\Î®:›Á#0','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/MoodleInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q…³IÜû.w€Ù>œ','ÚÆFÐ\ZGcá…ÄÈFÚ-o|¢žþ[âî4^e','',0,'?'),('6IùGª¶éÒÌ¦€º´Ž','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/OctoberInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','•´=¡\n8ÏuÏõ','àâ!¯‘|\'÷nñ{„M€L;õƒvƒOû“ëÂ1','',0,'?'),('>xÁ¦Ot‰W”(½','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/OntoWikiInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¤0Ràïö$|~š\nü“v','ïkèipEû0mÅ—ê™Ç1tõM¡FÜeÅZÐ\néRR±®','',0,'?'),('\rÎõ©™F£¶Ù|XÞÅ“·','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/OsclassInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H»\'Hyý²øàrç¶\n','òéÐìÊß“¼K4ôÕeäÅÆß‚â–ØþS®]€nê','',0,'?'),('µ¦¨÷ùÆÕWÓ.íaÎ','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/OxidInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','KE6×ÃèÁêôP\0I€6Å','U²=ç^¡ùk\\p\'}4ÖŒ&õõdtÉfhU3[','',0,'?'),('À¡Dv%V›…F4‡Å','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/PPIInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ƒºm°ÄŽå¦\r\"³BxÊ~','ñP¹˜Š§Lò²`û\'™R<DòJÕU>1•÷ÝD«,','',0,'?'),('ŠoAèÁšH­œzù\0•›','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/PhiftyInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‹š½ï¥«æßÍjB8£ºä','âeûÃÇrÔ5²¯ûEØídHÉä?Î\Z®aØAƒRdÑ','',0,'?'),('VÂTã“Ò}bTû‚r(Š','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/PhpBBInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}×ì,¼S=–ÐÍØT³8¨','»–ÑŠcY2Ü5%ŒÉÏ=dt}¯µ¨~^ÿÄË?','',0,'?'),('ûV	¥¯Œ˜2ªì™Ø(','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/PimcoreInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';÷JÉ;á`Æ’ nH¿','\rÁ~$š#Æ,˜[¡Ç5§gàtàØW]I¶Â{8rþ(','',0,'?'),('ï`Ñófš˜¶>bXz/t','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/PiwikInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ó…uÌŽ¢¯#!?5—','£˜à©ÿpižË=’ÞÞz+#±8Â„=×íný~±½§}‚','',0,'?'),('Y­£ €…dP\'ªÎ\"!õûá','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/PlentymarketsInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Åºû½Ç>‡pÒ¸]Tš¦:','lO|TÀKÅåfâ.Á€`~´Œ¥4,X–v†I›ˆ¥t','',0,'?'),('½óÝžT#ÁAÈzìA','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/Plugin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Yå9¦:¶<ï³½Ð¹ÒS¡','Î´…â¨:»ÇvËö±‡Ø%Èžå‘ðŠ#{GBWøG©Ç','',0,'?'),('MÒ\'ås1I)ò/Ãž¶x','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/PortoInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`	Ú=Û{¥³`F˜\ZG7','c6Õy ó)ö‡‹µÕÌSºÒêº‰Šq![dîkúmø','',0,'?'),('ªNE­ }ý®´Þ˜óª','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/PrestashopInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ðÎ÷€!ÄÈHÿ¥hœŸ','Î9.YlS®‰öËÌÈAÙXN‹Ôo*b€º¾l','',0,'?'),('»jís8i”<>>€çuÛ','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/PuppetInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','²b‹UþyêÍ…«ßæ\08','bSx\\h¤µìT/·[àÄ­ux+)è€D×+n<à','',0,'?'),(' |ÝË{§²Â\"d>\nc','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/PxcmsInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','®â0¡Ýv¿-ª­T8','i;ÔøHÊ³=wRçmö‡:þßó@¨‡¢6C|Q	,‡','',0,'?'),('¾¼úY–ã‘-ÒW¹\"‹5','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/RadPHPInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R\"	ô\rÂ{9‚ëq+E^[','ÙOl…Ø]%‹º¿´·$RðCoµm ¹b‡TrØ>Ý\ZG£','',0,'?'),('LöÐŠtÆ³ÛŽq{îâŸB','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/ReIndexInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','OÃYõ,‡\\Ÿ®-\Zñ*','V#›|q1Vîü×-Ê(ãß#‚‘òôÕØ®3-','',0,'?'),('è“‡)\r¸:+(Sy,0ô','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/RedaxoInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‘F[|.Ó1×Ðxë	&XfN','ó›éDmõ1%Œ©nÝ›´_dr° Ô\rJ3Tr','',0,'?'),(' aªœ&7¶ùW…Û×\'¼','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/RoundcubeInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','„Øãl¶±õcc*~j=p*u','<&J#ð¶s\\.,GÀ®$¾lt<™©I•WŠÌ5ï','',0,'?'),('.8\0/6ëçì>„¸É´á','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/SMFInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8ôIÿ0¸mj@0Ý%øUø','{¥{oª]ùvrlñSaXÊr‚óPÖÎ“?‰%.ÃùE','',0,'?'),('hP×+\0GÂt°M¯Õ¢','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/ShopwareInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','å­KK—yñÞ«prÄ]','\ZÎñ\n„‡¹=I#Zˆ\\‘¥4„lÖ™Äµ¤ïuó°®å`','',0,'?'),('Šº[Éôy¼\06Zòöˆì','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/SilverStripeInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P-î^˜0ó3ô×Í™Ã5','>á-âÀ…ßÞä¸”—T˜	‰1&€¯¦04é7¬lT','',0,'?'),('¼fçÈú¾+åS6ßæj‚¨','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/SiteDirectInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¤°áÄY6ýozÞÀ/›C','e×º‹k+±oC èÈÇ@Æ¹éOK<æh¹S_','',0,'?'),('Tb§¢Ý-a,?”˜mÇ','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/SyDESInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÁêWù½}óå²„¹ÇB=H','jPG›\rÖuDc=p\Z«Œ¼ø‹Ètzým6=èÿ','',0,'?'),('©d†nihÆÀÅ','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/Symfony1Installer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L‘øò©Q\09§mšM˜','|3¥Ù,ÿUx›ö®`ióË@?åf.@F/xŠ}h#…','',0,'?'),('ßD¼â5ÊÄüès*Ü/F','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/TYPO3CmsInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','OEeôZÃY‡ÀûEÌù&','ö³ÊWsê¾Gr(ÀQ9Aª_Â©>+„‡‚ÃÇ\'·¬','',0,'?'),('®yª¾z)ª©¯\\+BÎ','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/TYPO3FlowInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','’Íö,œoFÝD:Nˆ¾4','²jKžb ¼Êy,`ªÊÿy¾5oïêfÚ®_¶e','',0,'?'),('ÃªC-ûZ›¯¬$L6¸ªT','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/TheliaInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R#tXîÉƒtÀ}7FI7','1ø…xk_,•_{‹pÂ›µÐ\'½³-ŽZÊ»','',0,'?'),('Tº2ˆÞžü×Á£ülT','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/TuskInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R\\ûLëºµ\'ð÷ãQ','ø‹0&ŠöÅþM¬ŽsÔŽþñÛÇÌ©cÖ|˜÷Ê	›av','',0,'?'),('@åƒz¥§_Ø^ ¶ìÏã','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/UserFrostingInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','BÌßÕÐ¼†ðÀzÖµ_','üV²-2Þ¸<n{s?IõÝ¸W½ì>f½Éså(§','',0,'?'),('xnÁ\'Wè$ÞÆìøuÐr','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/VanillaInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$­cš63>¿©nÛM\"','ÕÎßõ³üdâ®ûÊ1”Þ™Gp#·\\3éføš\'å.','',0,'?'),('sÒàüœX=SLVøÀÐú','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/VgmcpInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z‰¿šrœ>U<z1xÖe','Ó2L¾Y›ÈìÐ6[þ½ÜSŠâjÍè@KÂŠ#','',0,'?'),('	 (güŽJšÃˆvƒt“','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/WHMCSInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¨:x«‘ëœ+x[·Ä','ì;®C¬`¡ð¸¸wWØJè©ÖËç„õ-_¼ô>79','',0,'?'),('\0D‚oÚ˜ã›\"øá7f®','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/WolfCMSInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','LÄœÂÒL¦Èr4òr','Á“’ÎŠ\rºÉ&sð÷3ûå÷HŸ)CNÑ)’1\nJ¶','',0,'?'),('î®Ã\Zdºó¹í½7üUÊ&ž','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/WordPressInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÕÞUò«3áÒ¾ÉP¨m','oÚaËå/jnuøÝÚFõX]¾òS{Ìu¥á','',0,'?'),('pÝ_”Ä0ƒI“J´3','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/YawikInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','UR)¸³}ñg)vš¤ËWs','€QT±Øß@êkˆ´›Éðš»«‰\"¬!–9Cˆ¢Üèa','',0,'?'),('°2-ÃŽ­keì×b','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/ZendInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','•<T‚•ñŒW<l0Óµ','Û¡¦-öON~*úþ_å£³Ž>´îgÞ<¡†Óð¾','',0,'?'),('%# ”+sâeBÑZÓ@','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/ZikulaInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K«8Iºdp˜o?E','Tó!›H	ù¢Ø˜ñ,Cô­a~¼KO×PJèáÿÌ9ß','',0,'?'),('ð¾¤óN{g –Úÿ','wp-content/plugins/woocommerce/vendor/composer/installers/src/bootstrap.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Þ¨™Æ\n%\0åï‘','îõŠg&AgpªçIè84Ý\ZáçÇœÛBÍùj ÷','',0,'?'),('ÞDwµy·Žÿ3eÿz˜Èø8','wp-content/plugins/woocommerce/woocommerce.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','º…\n>w>€Í;ÍŒFK¢ˆ','O#ª“Ò£ÚÁÜÜä?ÒÉåDSJÆÄ}¶}2 ­/Dæï','',0,'?'),('Òpú¡“’§klëSô´','wp-content/plugins/woocommerce-admin/dist/app/index.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¢¸ÆÔÂ$=9‡ˆ¿','¦^Óºëö8v i	?ä~­6Â*+³6Ã|›pSã¥','',0,'?'),('¼‡à_vå§™«p¯d','wp-content/plugins/woocommerce-admin/dist/app/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\rkµ×\nÐ´ÂH~sdÒ]h','StÁˆqÁ°{Öý\rXí.	³ÝÃÉgIb¿ÇÃk5ºà','',0,'?'),('m(‡»Ø1dÖw©Cý±','wp-content/plugins/woocommerce-admin/dist/app/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ë*Eß“9Õ\";‰]—0','‰û•Ï)X\ZJ¶ð]ëÕOä£o\'úIC;‡\"èÇ†Ñ','',0,'?'),(']*—ûõÁqt[Ëyú7','wp-content/plugins/woocommerce-admin/dist/components/ie-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¢ÏÙMÌ³Áú>‘\'pÄ«','2Ø:ç(x./x¸ëj¿ßQå]n¨»ÿÿÂ„\rÐÁ]Ë','',0,'?'),('ó¬™ò¾q\03ÒU\"\0ÎØ','wp-content/plugins/woocommerce-admin/dist/components/ie.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¢ÏÙMÌ³Áú>‘\'pÄ«','2Ø:ç(x./x¸ëj¿ßQå]n¨»ÿÿÂ„\rÐÁ]Ë','',0,'?'),('µçý<E?cÕýöÒ¾(Ó','wp-content/plugins/woocommerce-admin/dist/components/index.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ƒ\"þÉ\'YRÔkÅ3g‰®µ','mIðÈÃ8øk¶ê#¸Ý\\?Žd_–5a>¯`ªÑÑö','',0,'?'),('˜wüê‘•Äp”»)}»Ü','wp-content/plugins/woocommerce-admin/dist/components/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÖâF!9%bs¢É*9˜žjâ','<Þ‹µë8ø{³%ú9‚yýÄ¸HÅ°MîÖ©Nø','',0,'?'),('tËLJÏ²}Ûá(õ[vz','wp-content/plugins/woocommerce-admin/dist/components/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';úcÅƒºò!Å¼hA×È','µšzò0\nI\n9šµp¡J4‹:Ë\Z6oÞ@~ Ë=ÂÅ','',0,'?'),('£í!Š\nùS+®»àÊ*–½','wp-content/plugins/woocommerce-admin/dist/csv-export/index.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','wØù“Ë—Y{.B–Tÿ:t','V±’ ¨,‡Ü•ÒÍ`	Z€äpþÌz¹¼ÐÕØ','',0,'?'),('·ü\"t‹\\pfYŸ˜òâ­','wp-content/plugins/woocommerce-admin/dist/currency/index.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','þ-ž X\r¡(Ï4…ÍëßÏ','¾U\Z-‘)Á¬^¯\nlå¥­Mð#ünqçt\'ãn¡÷','',0,'?'),('$ømÏ7)4u•õœüSnâä','wp-content/plugins/woocommerce-admin/dist/date/index.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v˜…kK2±,¢ „Š=','0&•…ù !ÍÁ0nÙÕF@î†ý¡\0k‹bø þ4@ÝÚ','',0,'?'),('ï]%¥¦×½ÙÒP¢®Ë‚','wp-content/plugins/woocommerce-admin/dist/navigation/index.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ýM*g€;íþ¦w8rhíõ','£Š!Ô[DCÖ$)T­¬L¸á«P,°ÀŸ¹','',0,'?'),('Ùa¬GHJ¦ÝÏ2ûd*æÌ','wp-content/plugins/woocommerce-admin/dist/number/index.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','üÔˆ\0(‰ïà3sX[ýu','÷×,ÛÒFšá.Ä÷î\"/ÇVõ…›-[è‘`¸±','',0,'?'),('zO×åaÁ4è`±à<Ú©¸F','wp-content/plugins/woocommerce-admin/images/empty-content.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','…•Ò\ZríºM\0yNv+„','ûÕY¤ìåe‘Z¡°;7?X	qƒQáÁ± t$','',0,'?'),('`\Z,s\'eÉk“‚~‘ºæÿˆ','wp-content/plugins/woocommerce-admin/images/onboarding/facebook.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','·]ƒ\\Es˜ÀÊæ±Àð}','Î‰)ør7õ‰;±íéV\\Òi¬kPY•éá-Ô»','',0,'?'),('0Þ+zÈ0nØ\nW±`','wp-content/plugins/woocommerce-admin/images/onboarding/mailchimp.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' ‘ü®6qŠª_í¹@ZŠ','YËÕxêxØ“Ûx×â7‰Û;’Ô÷B{m)‡k-tZÉ','',0,'?'),('È¶–¢.ìrÃ‹”ËžàŽ•','wp-content/plugins/woocommerce-admin/includes/connect-existing-pages.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8ØDcPúï\0i(?æ','*JÕ«cÛù¤hÿÎ&ÿ¿iƒBÜ2_ÝoB?tR1¹õ','',0,'?'),('«Ûlª´Ç/{e“üW:','wp-content/plugins/woocommerce-admin/includes/core-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m\n¢K«u¾ìž¯CÓlYÙ-','ÉÍ;ŽëÒ0\'¬’¤.9ý–¶mÇyðíÃ™»5ô4‡','',0,'?'),('²|´\"¬âƒÓÕ­›Â,:','wp-content/plugins/woocommerce-admin/includes/emails/html-admin-report-export-download.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','öÇ¹±*;4!2ÖV\0‚bv','‡ž>Î…Ä“ePú¢ÅÝ|àÎÍÃhÃ&4%†»—','',0,'?'),('; ŸŒ&PšHÅ]?K5öv','wp-content/plugins/woocommerce-admin/includes/emails/plain-admin-report-export-download.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Èƒîwžcz¾g?ô·ò\0Ž','ý±ú»‡Îkzá‹fP@¦ª–§·Å0W•ïjµë¥ Ž','',0,'?'),('/¿ÍIÙ›Ñ÷ç!úd.FÐ','wp-content/plugins/woocommerce-admin/includes/feature-config.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','dB³\"¢µ»s©Nn','vñI›)ô™µcîÒ/\\=’8÷êè(^NçóëŠÕ','',0,'?'),('X6š¹ë)\0úüœ\0¦S','wp-content/plugins/woocommerce-admin/includes/page-controller-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ì;7ÅÞ¶Í`c@ENp¼z','!¥öG&öÐ­-z÷ôõ>ÿŒ$¼EsêÚcÚàzEú','',0,'?'),('ö‰è£wÕýÀjç¹Ý\"ä5','wp-content/plugins/woocommerce-admin/includes/wc-admin-update-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$õß<…Åmv¼Ïïe:Z*Ø','‡§á”º¡Ð\0D±¼-öê@ƒ×ŽUÖq*sÎ^½:)','',0,'?'),('D™QK;¦Ô§ZºY‘ùF','wp-content/plugins/woocommerce-admin/languages/woocommerce-admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1AFy=ØÕ‡¬Ý¤-','ÙóÑ†°bþÓ˜°g=a ^½Nî(ãÁA³‹€¬','',0,'?'),('«2˜9^ß¿+/ÆJuÏ','wp-content/plugins/woocommerce-admin/languages/woocommerce-admin.pot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ú•¯—\0-¡.\n’60i','³&eI”†â¬XKàžn]U’i%ÏØƒ“ÞuˆÓ‹;Ô','',0,'?'),('êI“¼×†ÆjWùãÐá','wp-content/plugins/woocommerce-admin/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8@P5µ5½.Ú[Ýñ','\0âwQp¤Y6+Jƒà„(¬Ä.Ãv[òêÉ°$6\Z»;','',0,'?'),('„mC+ïûœüa,øä¢','wp-content/plugins/woocommerce-admin/src/API/Coupons.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4#áE:±RBÓøèu¹¡','©èòÅTÛŒ§Ó›!Ÿ,*½ˆËzÿ–ªO¦òÎÂ”x$','',0,'?'),('ÌðŽÙ»M2ãN9Ç/!Þá','wp-content/plugins/woocommerce-admin/src/API/Customers.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','„å)2žòâ7šçv:Z','ïŒ1ÙhË;Ó[ç½s1mÄ‰è¹ ïò(hX’ìSÇÒWtí','',0,'?'),('7ã£Í$BoÉ•.Ê”rë7[','wp-content/plugins/woocommerce-admin/src/API/Data.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','gE>zÆ:$­¿œE Ù‘','tVj@Ö‹d#(Â@™Úp×ÜHQb‘ê{ÂR+Ž¢{P','',0,'?'),('¬&gÝqÝ,‘“¾åLAƒ','wp-content/plugins/woocommerce-admin/src/API/DataCountries.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÁC }”¤ùÊôÊKž','ÔŠy_cÁ™¢#Ü¾Û2ïlšÄõïZF¥çæ!I','',0,'?'),(';\'Êß±àÁuu®MÛ:ÜÐ','wp-content/plugins/woocommerce-admin/src/API/DataDownloadIPs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','âŽ¶¥ÃÔýc£Æ´]','ÍÉ2æ˜\ZÇ¾¼\Z¸Š\08ƒ²Ì¼ÅXŠÔH½WHB¬','',0,'?'),('#Fƒý¶qöõ0!¼','wp-content/plugins/woocommerce-admin/src/API/Init.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ý«¨Ç	{j+™½r´¢š','âÂx!;N¼†|/5bñ\'ôSJ=óŠ£åå›÷ß¾Å‰d','',0,'?'),('4L\'È+i<$\ZIökD½÷','wp-content/plugins/woocommerce-admin/src/API/Leaderboards.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','–èÌ†§½y\"4mÇ3wˆ','O<Ovuw]kô­oXkÊ?ò½A|ì\'iµº¹Ò…|','',0,'?'),('µæƒ]”þ®zÊM›','wp-content/plugins/woocommerce-admin/src/API/NoteActions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','£çoÑÉf¥á„Õž;o','I3T\rñFŸZmz—$qå#™g€]ëÔÚBryÙù ','',0,'?'),('£_L]7,RŒæê^á','wp-content/plugins/woocommerce-admin/src/API/Notes.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','½ŸÖcøz	)ŽWGÂc¸R>','˜ók,Ž¸ÉO í1/ÉßTØßÏ˜³\\žzØ÷B','',0,'?'),('ÿ7‚S÷—Ë¦¢‹àÕ','wp-content/plugins/woocommerce-admin/src/API/OnboardingLevels.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','õ\"ÎÅÖ´â).$›ŠÖ','E9\"âX:Û‘5rCø·\\éG–ÍŠ„ô®A^Á','',0,'?'),('¥*y‡]Ie5W\n\r(','wp-content/plugins/woocommerce-admin/src/API/OnboardingPlugins.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Œ²ÂÚæÜÀ^\nÏ±Ç','ƒ`Âd¾/Þ†m{sO¿…Kû] Áª õÙLŸ~¹‘','',0,'?'),('M¾Ý³0y¤û¨ëh•<','wp-content/plugins/woocommerce-admin/src/API/OnboardingProfile.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ä«„>åâlp¿ØJaŸá','!?|\Z°«m³PEQáÙëË\nB/Í6fLèöª*Â¢','',0,'?'),('ôVñ•¨õ	ƒkáy‘°¿','wp-content/plugins/woocommerce-admin/src/API/OnboardingTasks.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‡P‘ß•Ïƒ>¡œ¥ñkÉd#','püu¼1,lŠ!˜0¬¾©húItfÀK`\\>n,µK–','',0,'?'),('ŒV÷’ÐJÐrŸÆt','wp-content/plugins/woocommerce-admin/src/API/Options.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','lv>Áª;{\rrÒgˆå','ƒ@ýÒi6·ŒÄ»àQHú“Æ›ã£œþÓ¿®Yø;ên','',0,'?'),('³ICÉÖøC”úáÅi-sW','wp-content/plugins/woocommerce-admin/src/API/Orders.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¸O˜Ö±\0Án=ªp(¹','•\'ÇjœwZø#&…¾Æ{AHàª¬´BÄOZ‹','',0,'?'),('Wâx\rÐ,¹lícUÿ@P~','wp-content/plugins/woocommerce-admin/src/API/ProductCategories.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','®Ç·ù’ƒ—9ýs$ºº‡','¯˜´}H\ZJÏNŽ´ù–¸›E	5¥\rØ;Xûo¸','',0,'?'),('Gù+û.¸yÕ£ÒJ&.<7','wp-content/plugins/woocommerce-admin/src/API/ProductReviews.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y²úîÑû!q[a\"\'íC=','‰e}åUÞÃŒsmwøe×/)Öš[rèâo‘=O·F','',0,'?'),('ëÇL¶\\k­ÒAW\0©N','wp-content/plugins/woocommerce-admin/src/API/ProductVariations.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','KÈæÉ$î}‡\rœ\n‚Áß','‹>À|…¹]ewpÕ„O‰îV­_5¼,Ó÷ñ\ZëdL','',0,'?'),('ïoä-‚\0€nÌÝ!ˆµ^&','wp-content/plugins/woocommerce-admin/src/API/Products.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n„wkœ~ÿµîN%7','ÜÕ=¦™§k´#%ëé»ú^AºR\Zåñ©ïÔ]Ð£ómý','',0,'?'),('\nj A¦4kßdC©lá','wp-content/plugins/woocommerce-admin/src/API/Reports/Cache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ø²âs¿Ùß&\Z=²õš',' ›ÆŸïÚjBØ$x£`€Ü©¼âEÀ#,%;Å/','',0,'?'),('•¨NqóÀše«%}»','wp-content/plugins/woocommerce-admin/src/API/Reports/Categories/Controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-ŸyÆþ‚,)~§Z3:','ªö«{ÖK~tÜþ\Zª9Gé™Š…®HãUZÉøØÅÎ¦','',0,'?'),('â²?Šµ–Õ‰Ë¿™	˜Œ','wp-content/plugins/woocommerce-admin/src/API/Reports/Categories/DataStore.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}01#_ËlÒS#Ûü,ôT','»°xx\nåx&(‚¯™³”‚Ñ4Ð¹»¸šVb','',0,'?'),('ëTæ/Uð2wb«HbqF§','wp-content/plugins/woocommerce-admin/src/API/Reports/Categories/Query.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','«ãp‰µÈ—UwÒDh…¢*','gÊ®¢KÛ]hå¬K{¸éZ„ î%¢heªT|ê°v','',0,'?'),('×¨ˆ@‘Í‰­#|VSf','wp-content/plugins/woocommerce-admin/src/API/Reports/Controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¹4ÞoÛ¾Ýœ1T„Bß‘T','b7æÖúÀJm…þdó’m\"Ä‚³¹ç­q¯iÎ€N‡','',0,'?'),('´-Õ¬oH&Èý¢›6Ìµ','wp-content/plugins/woocommerce-admin/src/API/Reports/Coupons/Controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÛR(V½²AÓQÆ!¹ÊÏ','¡5zIp¸ç¼¤ù„(uÞ ƒÈû4¾O®j’J#','',0,'?'),('^rý[Ã=Êèø&0Púa‡','wp-content/plugins/woocommerce-admin/src/API/Reports/Coupons/DataStore.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{¬vË¥ *ä‡å!ˆg','«,¨ÔÖ´HŸöm¾¼–.ž\09Ùœ%ÿV¿‚œâ<õ','',0,'?'),('mÚGdêˆ»¬$6œµ:­','wp-content/plugins/woocommerce-admin/src/API/Reports/Coupons/Query.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4yð,Ðš{ë\Z[ìJ@','íûcé„\"C::Z>‡¯E\'­Õó¢¤\ZI	ëFo','',0,'?'),('³ª³ÑCÁ²påç¨e$?Q','wp-content/plugins/woocommerce-admin/src/API/Reports/Coupons/Stats/Controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','â!ô1‚Â|â›a\0','}Ì+µ4Fï¸Ò&>”±¥æëµÓh…Ùÿ“ÙãÌ\rµ','',0,'?'),('Žê6X³ð*ŒkTÇþv‰','wp-content/plugins/woocommerce-admin/src/API/Reports/Coupons/Stats/DataStore.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','º˜P«ÿØà=WÉÇs\r‹1ä','á¨Ô‰ör\\V–•P:Ôoì\"×UínMO','',0,'?'),('\Z+¹^SŸÎ§Z]ü6¦\0','wp-content/plugins/woocommerce-admin/src/API/Reports/Coupons/Stats/Query.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[¢ðŽþvà»ïsr™¢œ','­ï»¬þÞÔžåþØŽúÍ­¶¨Û[gUôëoŸÅ§ð×‚Ð','',0,'?'),('˜;lÔ:\\i`?BTèn4','wp-content/plugins/woocommerce-admin/src/API/Reports/Coupons/Stats/Segmenter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','â’`{ÕHt‘Aý\"yN Ç	','×´¶_­\ZH­’‰É+ýÿFs‹Bx:<`¹½öæî','',0,'?'),('\'²Ð–wÛý÷dzk5Jm','wp-content/plugins/woocommerce-admin/src/API/Reports/Customers/Controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ì–©‰b{7‰Ú³íI]','âh\'(ˆÖw¢J(IJµ[G7= ;‰Íji³ª±p','',0,'?'),('sRÙyéWjàë±²‹ìI','wp-content/plugins/woocommerce-admin/src/API/Reports/Customers/DataStore.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-²©5[!âi	Ô½ûlpü','°¶QÙ\"íùb^‡Š0R=èP´°Ï‚ÂÙoþo–Û=d','',0,'?'),('«¼\ZjÁr\0œDûÙ3V…','wp-content/plugins/woocommerce-admin/src/API/Reports/Customers/Query.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(¤cqÒ&Ž\\¤ Õ„eMš&','<Ëö±¾eÉ^×œ¹af~¬à\0ã¶¹8êDò$Áß¾Fúá','',0,'?'),('ž$*â.çÑr0F=TxÁèŠ','wp-content/plugins/woocommerce-admin/src/API/Reports/Customers/Stats/Controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1\\Ú\ru[_äeYL|÷ ','¸òžnÝ„‘èÕø\0 €L÷13ÅA3¸h ®>¦ñÕS','',0,'?'),('¡Ì8öžÅh™NûÇÜ×-»–','wp-content/plugins/woocommerce-admin/src/API/Reports/Customers/Stats/DataStore.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ºø‘kM‡¤Ç’”TAp','µ&¶xíª\0idDvH1+.ù{~­ƒAðú—\"cÔl‚','',0,'?'),('©ÇhÈF‹¶LPë^¼','wp-content/plugins/woocommerce-admin/src/API/Reports/Customers/Stats/Query.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m²)qR«´ÂpGÅ[;','ÏoTygö‚÷ùùŠ©€ó‚—qê)ø2CÅ>2v','',0,'?'),('©dã½;ù¿ßÓ¦œ¿\r7','wp-content/plugins/woocommerce-admin/src/API/Reports/DataStore.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m½#4í=å9ÙçV°“','5ç-…&kÆØ¢A¶¡­ñKeV&ý í6ÑÞ»Pü(TÅ','',0,'?'),('Q_ÏŸËÎ$~H	,‹–í','wp-content/plugins/woocommerce-admin/src/API/Reports/DataStoreInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','UŒv#ã»G\ry2—ÕÄ§k','x8ÿ¥ˆÃ‰QÀv1dŸøÆ²þÉ-®}Z¸+”«Ù','',0,'?'),('Pµ‹É¾xõs;F·+“7','wp-content/plugins/woocommerce-admin/src/API/Reports/Downloads/Controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','sJ™tž–5v¼6JX','âŸ½€\n£Ö\\AÏq>cB¡•¢¨_Þ\nlAžâ	Î“','',0,'?'),('L¢ai$/xgø\\¹™ï~U^','wp-content/plugins/woocommerce-admin/src/API/Reports/Downloads/DataStore.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O0T¬(a¥®%Î`aõ','oÈhfÄ¨±¯.¾\'¯ÎØ´+nc4’íÊ+\rn­LŒs','',0,'?'),('½ÐCá[Gn¥U`(&ÁR9‚','wp-content/plugins/woocommerce-admin/src/API/Reports/Downloads/Files/Controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','–7C$£ÊS¯û«ö\"8	Ž','ŽMÌ†¶q=—ÑÐÙ”/GS³ÒK¼\0ôîA›;±fkSò','',0,'?'),('­°žx¾ÇZ‚ÀNŠ¤6','wp-content/plugins/woocommerce-admin/src/API/Reports/Downloads/Query.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ge(ÔsóLÆý{¿ê”44','3%­5ˆ?:tÑy”E+*¹sê³zx	nVÏÿ±','',0,'?'),('øGŒÌ<7þ¶£ƒŠÇ','wp-content/plugins/woocommerce-admin/src/API/Reports/Downloads/Stats/Controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ðüóƒâ¥H¶¡w€âEÍ','ë¨X{†Ã™o9±³šrÚ#E»QÁÏÉ*E›ò','',0,'?'),('\\¼ð‰\'Æ…‡Êqèæ^ŠûO','wp-content/plugins/woocommerce-admin/src/API/Reports/Downloads/Stats/DataStore.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','aÿ Ãb?xšÝÎVÞ\Z','¨ð¤(8ƒæÆpxoü\'Õ­jâ ŒªÍ‰©)ÿÚ§áj','',0,'?'),('Ú#² 8ç‘DjÕÿ€M_—','wp-content/plugins/woocommerce-admin/src/API/Reports/Downloads/Stats/Query.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','GÇqë¯äþ:y×›m	ïàF','ˆm{²§•ê„ –ÝA¯ÈE8Äv²¦9t-ú}Ì','',0,'?'),('Hª”¤8¡Õú*Ž )üË','wp-content/plugins/woocommerce-admin/src/API/Reports/Export/Controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','åàª˜*tÛr»³Äfëç','„øhé´Ž2Gõ\r2Ëe¢ãîÖÞ§”µåuV','',0,'?'),('zô²yQFß™=£\Z‰Rû','wp-content/plugins/woocommerce-admin/src/API/Reports/Import/Controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ð¦Emõç5\0§‹.H×Ñ','Gøã@%:n¤¤ HÖªÇÊq\'ÒV¿c†Áÿ$“{à×','',0,'?'),('’¤ ‘ÂÜ»sË€é#Aÿ—','wp-content/plugins/woocommerce-admin/src/API/Reports/Orders/Controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\’D±:j?Îˆkìä­È¨U','w§Ì\rìÞ\0–¼Ìƒão(˜ŽR™cUíµÐo›æpŸxo','',0,'?'),('<ö½UX¿+iªÓéÇ]','wp-content/plugins/woocommerce-admin/src/API/Reports/Orders/DataStore.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ý¤©Û_1RÙÛ•é¡­<','‡7!ðÍH\nbag»w7aU6Rª¬eÑ60\"VÒ•à','',0,'?'),('3ïs8íXû!åRû)Ž\\','wp-content/plugins/woocommerce-admin/src/API/Reports/Orders/Query.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','EKL	XÀ†î—Wä3¦°','è}}¤)ïz:±&sÍ‘(Ù;´ñß¹ÞÓ§2§ißJ','',0,'?'),('Ç$ö=‚à©!zž`ôÉ×Â','wp-content/plugins/woocommerce-admin/src/API/Reports/Orders/Stats/Controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¦?k\Z›SÆüAtÑ˜¥­','lCbh¡˜µ{+Ø7x<ÃN¢D½Ý4{›¾kä!²','',0,'?'),('›OWán½®‡¿OøÔ]‚','wp-content/plugins/woocommerce-admin/src/API/Reports/Orders/Stats/DataStore.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	ã ó²ÎlAâ¦lóÏÛÀ','J‡·…iæ(h1ªôâ-4ne?ŽÿÐéy¡¸','',0,'?'),('Á€Ã‡.^ò1U·´J“‹','wp-content/plugins/woocommerce-admin/src/API/Reports/Orders/Stats/Query.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','HüÊ+ˆ0­¬Oe','5ß\Z4A„Xyå„ïäã6ôŠ)¶U9üöDtú8~íã','',0,'?'),('$ñ«mðÕŠýÚ3Œ¯û]ˆ','wp-content/plugins/woocommerce-admin/src/API/Reports/Orders/Stats/Segmenter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',f¥ëÙöåù9Œ¸QÙ',':A0ÖÃš„Y¸þ‰ÛÃ\0¡‡3ÎÌaªKôjC','',0,'?'),('Èns›á!!I¼$­x½ãH','wp-content/plugins/woocommerce-admin/src/API/Reports/ParameterException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ì&£Âõ¨\"]þz(5','KŒ»o½¥I•>ý96˜Ui74”îž\n^¹®®ÂÉ','',0,'?'),('ˆ±V(¶ÿuÞ‰xÈè+Ð','wp-content/plugins/woocommerce-admin/src/API/Reports/PerformanceIndicators/Controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','úV˜Øÿ8êå†™ÈÛ@éx','½s5c‡âðð “Ñœ?cT\0nÚêïü©å|\'Ê„','',0,'?'),('ŽPž/µcQuØÿìójó','wp-content/plugins/woocommerce-admin/src/API/Reports/Products/Controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#8ãfä/.|”¹G¯ë','ÑNY`3PýäÏ=%Ò\'Hq\\R½€ÝýH1–tWù','',0,'?'),('õrq¹À¶†«\r¢','wp-content/plugins/woocommerce-admin/src/API/Reports/Products/DataStore.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','GÇü	z¼R7×á]‡&Í','c5(ßšÊÎ,w‡ŒT±4Cü‘ì‚&mC	–~ï½S','',0,'?'),('\nÂªlhSeóuªocg´','wp-content/plugins/woocommerce-admin/src/API/Reports/Products/Query.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¡þ,­\0’¨(à³%èY±CA','ZBAwÁ’\rº4fqÙñ\'ŽxP ›Œ®h>ép¥£','',0,'?'),('ç$dÓ‹A%\0\\)32òlÊ«','wp-content/plugins/woocommerce-admin/src/API/Reports/Products/Stats/Controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','fƒýÓiX\06CÑñU²ßN','^©^ëÞ\'Ph—_•ÿ¯#ÞÇ=÷ÿÐÕTT\0Ö¥¡','',0,'?'),('w\'Çxú&õNî¶\0Eš','wp-content/plugins/woocommerce-admin/src/API/Reports/Products/Stats/DataStore.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ç¯QÉP`dãU(Ò»^ö','¤ý$þó¼ÈV®¸­o÷ò‰kÅ:34±¬h—¯ÍGZ¥','',0,'?'),('²ÁßAlçÒ>ð*Ó','wp-content/plugins/woocommerce-admin/src/API/Reports/Products/Stats/Query.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Âµ_íWë£=ÕÌh¤»7J','ãS¦FóQ\"rƒ ‘d=†XR›¢M5Šk•ð÷—4&€?','',0,'?'),('ì¤Ÿ9\"¢£&fxuðM#','wp-content/plugins/woocommerce-admin/src/API/Reports/Products/Stats/Segmenter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','›Y¨ŽÜäuô»ƒð¼Â„','žÎ(v\0®Êx£Ó±\n\Z‹…Dò|”Ã{…~NöåŠè}‰','',0,'?'),('Òûö…ñõÏ?â‡¾<Y','wp-content/plugins/woocommerce-admin/src/API/Reports/Query.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ãsßð[ÝÆ-JÂDÇ','˜i8ÿ>;™¯	0iÆû^úQæ\r\0;©æØÕ,–lw¥','',0,'?'),('¥Ve3\rc%ˆ³SS|y}T','wp-content/plugins/woocommerce-admin/src/API/Reports/Revenue/Query.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','óÎP~P@âCç7ç¨ J','=ÑÏjj·©®=;¨l	7»å#ÅË4(ƒý¡¼$“”&','',0,'?'),('x…Ê å¿¦cT³Ílz','wp-content/plugins/woocommerce-admin/src/API/Reports/Revenue/Stats/Controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>qjòæþWã{z#oÓ-','SqÔKdEZWí> \"þMëõ9–Ì3È>\n6„G5\'oAV','',0,'?'),('íob\nëÒS&¾C4mœ}(g','wp-content/plugins/woocommerce-admin/src/API/Reports/Segmenter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','þ|\n`ÿ˜?Á²¤>”¨',']óNÍµ‹J­-ÕÅÀ4ì†~KCÑ‚1°-rs:böÑ','',0,'?'),('ïb\\ÕxPlË‹Y;­¯','wp-content/plugins/woocommerce-admin/src/API/Reports/Stock/Controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','nv+üA_®%#û\rÍ„AÃ','ueù\"ZaJ¹~ÏÔùýlÿ‚±»¼ÂFB§…Õ5Íæ','',0,'?'),('\rÕjá3¬¹[Z6`=¸	','wp-content/plugins/woocommerce-admin/src/API/Reports/Stock/Stats/Controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','† TÑÉ/Ë!Ê.ïPgM','À_Ý´4}y79v3J´Â€R8*gdU-bþÏK’','',0,'?'),('-VqÙfmR_špËëLG','wp-content/plugins/woocommerce-admin/src/API/Reports/Stock/Stats/DataStore.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','êø®©ö¢2ñÇiaÌA<','\"’:ØsuFLõÂ õä“R,\0IÈ}¬¨fäØ¬ë','',0,'?'),('/y¿\ZM~UcõVuL','wp-content/plugins/woocommerce-admin/src/API/Reports/Stock/Stats/Query.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','qâq3«¦£U%¾ßÚ','“@	œAùük­*u™¬þYˆÖ§iQ£êÑ€l4Ì’À','',0,'?'),('ãUDØ5**/C	¿#K','wp-content/plugins/woocommerce-admin/src/API/Reports/Taxes/Controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ŸcA)%Cˆè¨öŒðÉÒ','Žw¼ß¬Å×T+K}C«èÛ€p®jSòÁ3_MžôÄ','',0,'?'),('J O	pÙmph•a7‰&','wp-content/plugins/woocommerce-admin/src/API/Reports/Taxes/DataStore.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','rº±>#³x>cgtBœK:','Æ»Èfª|¯¦F9Ô8†Aâ Û”„@ð*y”\Zb]7|c&','',0,'?'),('»O™¾¯™ùR\0ÊL#é','wp-content/plugins/woocommerce-admin/src/API/Reports/Taxes/Query.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','fª]f¼‘Í–:YH>	˜{','¨òYû‹€Ä6ì‹æÕ·ù½%èP=ZýçR\ZLq','',0,'?'),('Â‹®Àº ÊÖÿ£¨Ì¨uê','wp-content/plugins/woocommerce-admin/src/API/Reports/Taxes/Stats/Controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ý§–›GiOl^Ýì\"$£u','\"Úu~~{.¼~ëÓñ`\n…*\\Ý”VÒ¥Y‹2s[','',0,'?'),('¬X(6+6®]:V÷¾','wp-content/plugins/woocommerce-admin/src/API/Reports/Taxes/Stats/DataStore.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L‹èK `¼ê‡ˆYãÌ‚è','|)û)žÁ¤“X¡i\0ZZA;(&+ããN¬˜™°\rCX','',0,'?'),('V=\\ÇÈœÇ}8ÔùÀ|ë','wp-content/plugins/woocommerce-admin/src/API/Reports/Taxes/Stats/Query.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','“•ÈšPìÚ¨mù{Þç2þ\r','l?×Úý/ˆräŽ±‘B)>ÚG#ùàIU.ÀFý&‰°','',0,'?'),(' ÿÉh(´Ï	|âu','wp-content/plugins/woocommerce-admin/src/API/Reports/Taxes/Stats/Segmenter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ž[žŠ¬«+vËísñŒ_','¨ï‡¦l—æ¼2FÆ3I™.½í¾!hÍ>f/!iG','',0,'?'),(':\r7UÝäm)­•£pGÎ','wp-content/plugins/woocommerce-admin/src/API/Reports/TimeInterval.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d‘oÆ¦é/hVI@ø½µ®V','$î²ï¡gŸ¯Kú7å_TÑý™ g©nQ¾©¶UÅ³Ñ','',0,'?'),('ÚcâBQÈá¼’ÓÔþY','wp-content/plugins/woocommerce-admin/src/API/Reports/Variations/Controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=1÷mm”Ÿï¨c†*Äà','•oIX´ËéÂÕ”¡§b+öÆ³¯M2Zé•7 J\ZD','',0,'?'),('ƒPYR…h*÷~<³´ÊÍ}','wp-content/plugins/woocommerce-admin/src/API/Reports/Variations/DataStore.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¬W³›xÍ3y(Xí\\	`a•','Ï‡¥µ”ó5@l¢dî¨^óéQÄi¬T ÝvýŒ¤×Hz|','',0,'?'),('Â·¾·hRF¢‘¡Šù‘M,','wp-content/plugins/woocommerce-admin/src/API/Reports/Variations/Query.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Yd!ûõÙÑŽºž\n»TÌß','öãÊÚ–?È€Ü\ZÑÝá(ÿ-×€GgîøeÊ¸Œ','',0,'?'),('¹|D\"V&÷°\0§ê<yê','wp-content/plugins/woocommerce-admin/src/API/SettingOptions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g™:Äs±‚°ÀìÝ_','î4z^•éú<Ùòû$½N¹—bô2›µÔ!K Ò»Þè…','',0,'?'),('äM7(Ã[—Àš„Ù´3É','wp-content/plugins/woocommerce-admin/src/API/Taxes.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a­½ŒïhÞj,ÎxÑ›’','$¢É¸`#µpÃ²öõ`1xPÂPÃŽ“c´½Å ','',0,'?'),('î.ôL”¿gêû\rzÝjn,','wp-content/plugins/woocommerce-admin/src/API/Themes.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','rulÀÝVD«qáÄÔLcz','\\Ÿ\'NøÞè¤¤¢/M-ë‘‚†&–ó\nŠaþª)Tð','',0,'?'),('ç^ÖÕC2zC$R¯Ö¹Ëš','wp-content/plugins/woocommerce-admin/src/CategoryLookup.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(ïÕHxÕJåN®Šxã±ß´','\nSfÌNsÓ½EGÝV¬«$è‘ÔŒ~!çÁ½“','',0,'?'),('ËìáLr÷€¸…Z§Ü¬ôð','wp-content/plugins/woocommerce-admin/src/Events.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','·ÛAß†ÎÞ²4ôåÝ«','És§‘aô@fùÖ£ùSalátªÉ:ªÃÅ{Ô×Iõ','',0,'?'),('&™˜¤ôZö\Z?m²','wp-content/plugins/woocommerce-admin/src/FeaturePlugin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ñxö×ªåOó·J~IŠò','ÖþU+ðõ‹q©v\"ÇeÍ¼¨“˜`Çµ@K[ãØ>','',0,'?'),('¤	=º5ù¢‚Õ{üß3ñ©Ù','wp-content/plugins/woocommerce-admin/src/Features/ActivityPanels.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d¤u¼ÉÍþlFÑ	\n^1y','1TÍ{©*Óºçœm…bãfRYÍ`õVñSsX³ì18','',0,'?'),('¶oÌª«½^™³xß5ÕA','wp-content/plugins/woocommerce-admin/src/Features/Analytics.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Šr¶ŽB¦ÏW‹QF¶»OE','jdMÜÞfé/¶#;RûgeË³ªuÉV+·†ùö%`®vÑ','',0,'?'),('Êó¸Ú™‹ÎªlÞÓPñ/&','wp-content/plugins/woocommerce-admin/src/Features/AnalyticsDashboard.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.ÀÿQAmÒ óÐˆÝ5','5˜Ð­H‹~è2¡ï~ÓW¸Ž½Ì‘Ó˜ÉùdžØÇyþ','',0,'?'),('í­ÀŸ£ßWt.IæšÙA','wp-content/plugins/woocommerce-admin/src/Features/Onboarding.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ûŽPPDî„Y(vò³ºä','ïßúQŠöVŽ•µ­Y²Wò³ATMMÜƒ','',0,'?'),('§õºÔülŠ]<x~','wp-content/plugins/woocommerce-admin/src/Features/OnboardingTasks.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','º÷\0¡4–!÷\ruvstÊrþ','oWxDˆ.ƒò“Õ‡¥©gÏ\0â”Û@ßó<ñƒœÑX®','',0,'?'),('iž¸rGH,Û Gâ´+ã','wp-content/plugins/woocommerce-admin/src/Install.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','³)™MvnnSuŽj.Ä7Ž','JÜXýd7»ñ\Z¬N—3ÝÁký,S\08ñ/á=ë~h*','',0,'?'),('Gc\nûZ\0Âýwæ»ªL4O','wp-content/plugins/woocommerce-admin/src/Loader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ëæðŒ†\r¶dÖ–­JÕ','RÛÌÀŠ˜¨~ø–Gàƒ\'þÎŒdJÁTà¬Ž<¹£Ÿû','',0,'?'),('Ú–éD·7Y¥#:kÝEºòë','wp-content/plugins/woocommerce-admin/src/Notes/DataStore.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','cŸPîˆHáœQŸÿ\0eÎ\'','V\"î]-J©áç?¨w©Å®§*e Q˜¡¶Å','',0,'?'),(':½â	jC`ÓÔÃ4™Ì-ó','wp-content/plugins/woocommerce-admin/src/Notes/NoteTraits.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÛÒÉàh^™„ºNùâ','4–	Š»!m[òj\n©]xlÍJí->NbK°†Ys`Æ•','',0,'?'),('9ö/‡Õ+\'}GmÝ”ã.Ö','wp-content/plugins/woocommerce-admin/src/Notes/WC_Admin_Note.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/98¥³%[âäÃ&Éx/','¿ÂOm¦\Z‚åÝ¨žÐÒÃÕuT 5bÙÿ¡éàÀ%','',0,'?'),('\"ë°<m@z÷E¸\rCÓšàÌ','wp-content/plugins/woocommerce-admin/src/Notes/WC_Admin_Notes.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ãë’Ü Š¬ÎtÉd;)p','n\"š±üØâ7êãªŽñ®…¦Sò¾Éã1½ÉãOaUÁ','',0,'?'),('Ö^<v×ï!SPîê‘‡c','wp-content/plugins/woocommerce-admin/src/Notes/WC_Admin_Notes_Facebook_Extension.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','×ðÞõ–ê\nÆï}]­ß','ÿQJ¾¨|¦\\À›Øšëx*ëÑéƒ›Í+öP¬ð©Àé£','',0,'?'),('oöô~ÚjK8¯ÇÓÚŠþ','wp-content/plugins/woocommerce-admin/src/Notes/WC_Admin_Notes_Giving_Feedback_Notes.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','É÷¾~±Ã;ûËëÉ5Åzk','m,¯ –øÎš‚šÐ†N°ÖÝþu’%ÙüãQ>ƒ¦½','',0,'?'),('@ÎÁêàßØßÔ*D@›e','wp-content/plugins/woocommerce-admin/src/Notes/WC_Admin_Notes_Historical_Data.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Õ‹¢€š\nˆùÔè_ïÒ','ƒqÍ9³>À%AMú.\rR™¦m¸\"2öÊDú¬)«—èZ','',0,'?'),('¹¿’Àâ\ZlàZþzußŒ','wp-content/plugins/woocommerce-admin/src/Notes/WC_Admin_Notes_Mobile_App.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B+Kd©B5Ì½r¥yXŸR','IŸi]MU¢É¾Mt«¼Žè¸ÝƒTþÉ£5—¼q$','',0,'?'),('ë±¬È†	WhÃ… 2Ï„','wp-content/plugins/woocommerce-admin/src/Notes/WC_Admin_Notes_New_Sales_Record.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Mù¯;P]·ÚäÊ·Vppˆ','àZKºŽŸB@òªòh™¼É8êTÍÛy€rúÐAÐ\"¤','',0,'?'),('P>ñë‘»g? ý¬zF›Í','wp-content/plugins/woocommerce-admin/src/Notes/WC_Admin_Notes_Order_Milestones.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Â…¯Ã1ß·ƒ…qD0Â ','úÙ:òï`myC‡÷†/•qçùXÚjd¿\rââ.×','',0,'?'),('\'ìq’£kõ\" ò»ƒzßÌ','wp-content/plugins/woocommerce-admin/src/Notes/WC_Admin_Notes_Settings_Notes.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\q ä_äê½~h CÌÕ','l‡†{ñ¤R[²²Œ5aãæÃT§ô3ÏÎŽÒ­,à','',0,'?'),('Óg²uu¿ùã[þeWt[m','wp-content/plugins/woocommerce-admin/src/Notes/WC_Admin_Notes_Welcome_Message.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','„ôHÊê¾œ²¹±ËiëTä','¼þût,q*eÂ«~Ldu~‚ŒUê[·<Â—Ž–','',0,'?'),('!¿Ú³m2¨\\Zçj1– ','wp-content/plugins/woocommerce-admin/src/Notes/WC_Admin_Notes_Woo_Subscriptions_Notes.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i>H[k¡\\”a»Cûì\'Ž','srEÑYv\0ì*M¨¨½ Xã²B#j›™9—\r´','',0,'?'),('‡¡X1ÎéÀžK6€Î½éPö','wp-content/plugins/woocommerce-admin/src/Overrides/Order.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','†gkHTëÙØÆ<¿a	iq','¦JÓ®ò;ª„…€å@z‹weI#|€î«TµjÊDSø','',0,'?'),('q-úüB&ßÈ\0…¶¾Áû','wp-content/plugins/woocommerce-admin/src/Overrides/OrderRefund.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ïö´ÝéOñà³ïÿÅJé','¾ü\0q±X¤¸~d\"$ù5œN›\ZYŒ]ŸÍóÐf·','',0,'?'),('wMãÒÀÚTÎv­­m\\3','wp-content/plugins/woocommerce-admin/src/Overrides/OrderTraits.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ß¶Wü–.’<›­a!)‡ºQ','Ìs\0zú<˜¢wæ¢µ?´Ø³¾Õ>Ò¬ÝÉÛyù','',0,'?'),('²|…°½7¯?ûéòÑÞ€$','wp-content/plugins/woocommerce-admin/src/Overrides/ThemeUpgrader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ópl[ÔX[…	Ç‰{Ò','è8ýÄÇ#úOÍÒº¬’¸´Ž’·sÓ-5ÛxÂˆ­','',0,'?'),('üŠ•jD$ÃÖ,ãú;6','wp-content/plugins/woocommerce-admin/src/Overrides/ThemeUpgraderSkin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','«8¬Žô\0qèeª¦Gh‰D','ûó€øÃù‹‰7Ñ½…v@œœq¨Æþüa','',0,'?'),('òâG0¯Fôï\0ÕÏ©Ot','wp-content/plugins/woocommerce-admin/src/Overrides/WPPostStore.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','lQòßu¸‚lÿD@£Ø.','+l#å…aËbØÎµäÔÙ˜=\0†á¡%d«€+®','',0,'?'),('	Ç ÿlÚVÇ…8Lï€sÒ ','wp-content/plugins/woocommerce-admin/src/PageController.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ýtuø-?£Ã*#»V,ê¸','Þ&ý7›Bj r*\Z“dµ§LX*p^ÉZõfš','',0,'?'),('š,&eüÎu:m}§V','wp-content/plugins/woocommerce-admin/src/ReportCSVEmail.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','²P¡Æ?ˆ)w:£9á:ð','nþ¥ô%Ê#“g ¯ƒL%¤hßøG±)%xPâØã×•aL','',0,'?'),('–\nÄÊ÷Zû˜Ž}©k9','wp-content/plugins/woocommerce-admin/src/ReportCSVExporter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z#À¿Îº#¹uf)ì×–',' øM‚ šCteü®‘3	È”\'Õî‚æ\n\"Õšú™èâ','',0,'?'),('ö*¯î®>	L¯ÅÇ”A+(','wp-content/plugins/woocommerce-admin/src/ReportExporter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ë“¡r¤f˜>¬f=‹e','“Ób›%€.#Õ:H¶zÄçÛ®Æò!ý¨MEó_¦0Ñ','',0,'?'),('êhyÁgÙT7¤GÎÁÐ','wp-content/plugins/woocommerce-admin/src/ReportsSync.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¡ ë©Îë:(²1 \"Ýƒ4','&Æ)UrÍ€OÇj¢Ì •Gã¢s]k‘Â7t½Ógêö','',0,'?'),('§$IQwåë|WÒJi°Ž','wp-content/plugins/woocommerce-admin/uninstall.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','øiÖÞY›–\Zeb®ñNiæ','#ùô©žüå³‰¥&Š¾gjÊOÇá	YC—óžÕð','',0,'?'),('d–ÃwœßìØ+%NR5+ô¢','wp-content/plugins/woocommerce-admin/vendor/autoload.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','„mÑJ†FrÛjIÇ‘j\0M¯','âRŸ¤”p’_7>ÝŒaú½Ÿ\"ÚÊ—uRÆq•&²‰','',0,'?'),('òçdI *Ùm:úŽ¢z8p','wp-content/plugins/woocommerce-admin/vendor/composer/ClassLoader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ëª[JþÔ«X·¿´[v','™âÛpî¯«{/ˆÔ[øjð†ßÂ·¶ú¡«~Õe','',0,'?'),('LJÕ‡…„!˜%[°jÜ','wp-content/plugins/woocommerce-admin/vendor/composer/LICENSE',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','•]_åŒ#Dö´\0óƒµâ','\Z ŸøÛ’ö%§4~NÙ~Gh!bØ­:w‚˜ÉŒ¿™\'','',0,'?'),('a\0ÌW?j\Z~AË‡<(ÏK','wp-content/plugins/woocommerce-admin/vendor/composer/autoload_classmap.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','†EÓ¤ã­‡çÏMˆ¤gª´','QØø£*\'¶„þB©+Eüßž³û:•ómŒÎyuÖW','',0,'?'),('gö/ST¬w#,@	—°2','wp-content/plugins/woocommerce-admin/vendor/composer/autoload_files.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¶?&îÍ’®üÐíÝóO<','´(ø«ãÐÁ%õFG\n`PÚ¼¿R¥in3ýà<','',0,'?'),('OÞA¨u+ñþéB¢ ','wp-content/plugins/woocommerce-admin/vendor/composer/autoload_namespaces.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5á,}vÄ¨3¼õGÀâ)©','E½r4@\0¸Ô¡$¦âzæú3ð¸$l²ê\ZÐ`iäexÃlÊ','',0,'?'),('Ô7ûÊ2Æï¯1œ¤> ','wp-content/plugins/woocommerce-admin/vendor/composer/autoload_psr4.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?eÚ“MK8´§zS_\0Œ','““Ù–ÆÛCf.¼qÃB¤÷×J)6ë¤¨å[0¿iý','',0,'?'),('Ä—‰EuÔjšPÿ‹^ß','wp-content/plugins/woocommerce-admin/vendor/composer/autoload_real.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V§Å¡t‹3ï+‘0êUx²','/Cm];ÆòÑH©°R“Lü-AvAge0øšž.èÃ','',0,'?'),('Vú‡ØHr !_¶ÐãGT','wp-content/plugins/woocommerce-admin/vendor/composer/autoload_static.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x\r„¥Õºq\0ûyÃC¬Žü','—÷ñÄIÆxO†éM—V\0#”	ö•¬R‘N›9%ÀÌÚ\nÑ','',0,'?'),('õl–ÁÔGOk»žúÊgGâ','wp-content/plugins/woocommerce-admin/vendor/composer/installed.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÄUø}J-#3öÏøpë\'','Ž)us.¸Û êœ„°LGmÔ3ñ|ŸÔ·²¬^¡£Ú','',0,'?'),('?»Ës¿Å=Í\0ì9øØ=','wp-content/plugins/woocommerce-admin/vendor/composer/installers/LICENSE',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1ÔÜ¼\'Z”y£{ïÏ','ã¡÷\\y¾ÀÞŸ#´Þÿ\Z¼NVç´ÝüwøC`¤u^Í','',0,'?'),('Gœ¦wÒýˆYŠ±_€Éæñ0','wp-content/plugins/woocommerce-admin/vendor/composer/installers/composer.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$ÿžR}K2šˆ­ƒàLG','Q³5ANy¬*ÅÀØ°ÐyEÓpÍæs¡²yTû,˜xf&=','',0,'?'),('¨8¯Ìwú×îŠž}P²ÍZÖ','wp-content/plugins/woocommerce-admin/vendor/composer/installers/src/Composer/Installers/AglInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','íàCcŒ=W*Îò±‹Dg','3Ó(üW¶«ê~;MÑ<ÌdËÑƒz4£Ó„ÞóËÃÍþ','',0,'?'),('š$6ã‹å»6Á×¶9”û','wp-content/plugins/woocommerce-admin/vendor/composer/installers/src/Composer/Installers/AimeosInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','EðWMi6ê=<*@}m¢ð','€ù…¦DŽ¤RV\\Å­à<7ty	³,8áYämLÁ','',0,'?'),('ÛÅ¿ø«e\'iú>§%pDN','wp-content/plugins/woocommerce-admin/vendor/composer/installers/src/Composer/Installers/AnnotateCmsInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1ßcsD‰h%éŒ[p!˜4\"','£;ŽøÃ<¸ª·EU%”Hw¸Ï×DûáD†Ë‹–ƒ8T','',0,'?'),('ýHIAÐAR!œÑaœE','wp-content/plugins/woocommerce-admin/vendor/composer/installers/src/Composer/Installers/AsgardInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Òé°×L°ˆÏýŠ—JM','V\n»¸Ë#\nõA†@,c]:ú¤a# ™†a­Œ\n&¹7','',0,'?'),('fÄgi¦?OœœN¡â€í','wp-content/plugins/woocommerce-admin/vendor/composer/installers/src/Composer/Installers/AttogramInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','oG£áûü¾ÑE üË\r','åÿ}ÐDl˜qÁ×X»\"a›GåÙGuª¶VX}¿Œ=','',0,'?'),('ìpàÛ–Z‘™Áh¦G›U,f','wp-content/plugins/woocommerce-admin/vendor/composer/installers/src/Composer/Installers/BaseInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Âáß!ûêmV9që}ë','Ët.t‚X@i“¼ÁZTÅ7Ú&Ž\\Š&†¯˜¬´-Yd–','',0,'?'),('..KßŒÌ:CëÝeËñ','wp-content/plugins/woocommerce-admin/vendor/composer/installers/src/Composer/Installers/BitrixInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h†à!ÓfÅªe%ÒQìë','²æXT¨ïãQ½¥±ýms™`œ®DPˆÃ§,|ì—ì«ºd8','',0,'?'),('«æƒÌÍ=pæÉíÍt[','wp-content/plugins/woocommerce-admin/vendor/composer/installers/src/Composer/Installers/BonefishInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u\".çOù„œ	•Á\"ìO-B','Ã`Åšç¤ôƒyÎb´¶¢kít¼ÊäŒB±èI©Ô','',0,'?'),('±žüRõŒ1Ý:ÿ4Ðè','wp-content/plugins/woocommerce-admin/vendor/composer/installers/src/Composer/Installers/CakePHPInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6çk_æÖ÷÷s¾¬ï‡úxà','h§Úâ;[¸ØÏ8‰ð¤{ñÜ ^áÊõ€˜xx\r','',0,'?'),('Q©>\nð¼C©j;ö¡y','wp-content/plugins/woocommerce-admin/vendor/composer/installers/src/Composer/Installers/ChefInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t—&ïr@;…ìæfà€','Ÿiifz÷Î°P\\ŸB<WÙ´p‡Ì2£®,ªTïÃÐ','',0,'?'),(')9˜%~Ø\nv0õ\r–ûÂ','wp-content/plugins/woocommerce-admin/vendor/composer/installers/src/Composer/Installers/CiviCrmInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','±ÄéˆÌÃeSu-µÑÕ˜ú}','ixÊÊâ_Kn¡¤ð¾”&¤FÊà¾à:r‚„aí0','',0,'?'),('É» ²¥+‡C8U+¿Æä','wp-content/plugins/woocommerce-admin/vendor/composer/installers/src/Composer/Installers/ClanCatsFrameworkInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','×ÐöçÕâVo5€ìÚ\\','Ü×Ô>‘9ÚùY\rYO´­C4h²‹íÙî™äÐužGÛ[','',0,'?'),('¥ë¿‡‹þ’zm+ö','wp-content/plugins/woocommerce-admin/vendor/composer/installers/src/Composer/Installers/CockpitInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','—Ö—‘¶6ª—>,ƒÈ!â','SáÅ¿`0Ä$¶ÚÁÜ RW·>ìc:°5Îš»–M–Ã¤','',0,'?'),('D™y;U\'!ÞŠé ß‰8þ','wp-content/plugins/woocommerce-admin/vendor/composer/installers/src/Composer/Installers/CodeIgniterInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ûH‹Û=ªuÍ]R9ÙÙ','K±‰ˆmØ}D®ÌSîì7ØÚšìÍÀL<ya„','',0,'?'),('S‡*ÈÊB9é®G|Ë¨o','wp-content/plugins/woocommerce-admin/vendor/composer/installers/src/Composer/Installers/Concrete5Installer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t	‡ïÏËm!¬Ô~A^óS‘','®÷…#øŠL?ûOM6rÍ/W_ ~•¹¤¦þ','',0,'?'),('öÄË¶|Éy–Q¤ò1Ð4','wp-content/plugins/woocommerce-admin/vendor/composer/installers/src/Composer/Installers/CraftInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‘öØ¥øgƒ îçé]bâ','gD>IB9é·¯šLIÓ	*œÂîð1Ûó16ŽÙ0îC|','',0,'?'),('„ô²#¥žÕÇM¡†o®·4','wp-content/plugins/woocommerce-admin/vendor/composer/installers/src/Composer/Installers/CroogoInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','AÃvE…‰\"¹Â™M\\ÙñMÃ','4(eõ“ýôÊI892¡×ö-…ë±ŽóÄ¼®~™]','',0,'?'),('Æe˜áåX˜µ;êB™U/','wp-content/plugins/woocommerce-admin/vendor/composer/installers/src/Composer/Installers/DecibelInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ßÒ+ør\"`lÒ®úÕÞvv','#5}Í	ó\\fŒÞW–¶¼Ä°Ýï~CÑ`¥‡Oùë”c,€','',0,'?'),('€NÃ#¨¨ÄN5jhd‰','wp-content/plugins/woocommerce-admin/vendor/composer/installers/src/Composer/Installers/DframeInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';<J»¾ÔE&$óô”d§c','q%>D·$$¥‘‚å:üŠãjúõŽžâÒk ¤zÂ;á“','',0,'?'),('Iœ3¦n@§EÙÙCÉ\"ZUT','wp-content/plugins/woocommerce-admin/vendor/composer/installers/src/Composer/Installers/DokuWikiInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}‰–=æ%ü¿“7\\Ñ8V','©wH’píé[Þw¼2ž@u\Z£‰\"LH«·a6˜Q¦','',0,'?'),('²ž®ÿYZp£Í_-ÜSÆ','wp-content/plugins/woocommerce-admin/vendor/composer/installers/src/Composer/Installers/DolibarrInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','»	m_d&Ôºô—‚0w','0”ìŠ¿úksÏ†zÊ@þâ±‡)Í·T÷+…ôœÚÏ','',0,'?'),('µ1“e?Ìœº¢F¤`','wp-content/plugins/woocommerce-admin/vendor/composer/installers/src/Composer/Installers/DrupalInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\ZêE_šÆr9‡Ø?Zˆ','º¥©c\r«û`tÜ…4LÊÚjÙo•:€ß#Òu##YñÐ','',0,'?'),('^¢ìê`VIsêzœ¯','wp-content/plugins/woocommerce-admin/vendor/composer/installers/src/Composer/Installers/ElggInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','„Ž“PÌ†©¿¨‘x¥Ç‹','´D•ìmMõY|Ûx\"<ALfp³x3³)®H\"–','',0,'?'),('#øˆ¾V­q\"Xi<ôþ','wp-content/plugins/woocommerce-admin/vendor/composer/installers/src/Composer/Installers/EliasisInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','üñ×:Ø8¡²Ù·ÄIø¢','ê\0Äî±x\Zaª‡ë&*­U<Æ‹¦]éÊyÜ»','',0,'?'),('oG¶¸)çsB‡ú}š/†','wp-content/plugins/woocommerce-admin/vendor/composer/installers/src/Composer/Installers/ExpressionEngineInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','oG´Y>íyç*^Yòú','M«ðŒr’¹%kÂ™!ó‚¥²½¸Ó²ŽzÝ	)úðÆCþ','',0,'?'),('­Bò·úˆHpC«»ßÏ)','wp-content/plugins/woocommerce-admin/vendor/composer/installers/src/Composer/Installers/EzPlatformInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','­Ì@5´à$Äuoúa Ö','…¸ÀèN8fý›©?l«êû}ï§i­\Zn¼p†ßø}','',0,'?'),('kÊë/ ûéqQ ÙMs ','wp-content/plugins/woocommerce-admin/vendor/composer/installers/src/Composer/Installers/FuelInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ß^ûq÷{û3\\Ýg€','NÓ®Nó˜ŠÇAW¨uh‚ª#³Ò\"8)ÕëeM1Â6','',0,'?'),('mÿ#ùhlœCPþ‹Á\rú','wp-content/plugins/woocommerce-admin/vendor/composer/installers/src/Composer/Installers/FuelphpInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@½KÌ¢½{~tbYb','áš\nï…Èž…Î]‚Ør¹¢6	ÃšZ{TVc.€Gv‡~','',0,'?'),('¿9–>	É€ã·‚“3Cç','wp-content/plugins/woocommerce-admin/vendor/composer/installers/src/Composer/Installers/GravInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>âÞ‘®»—Uì@^LŸ]',')šƒÌLB|@£š©£\"ßU™eJE»Wz ƒƒ','',0,'?'),('p¯ ØM`ˆß[³äj','wp-content/plugins/woocommerce-admin/vendor/composer/installers/src/Composer/Installers/HuradInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‘U-07ÜÀì\n}m•\\^','d¥TašçÎß°`+’>/!¶!úÛ^bg$Ý\n','',0,'?'),('cŸ»UÓrp“5ó	).‘_','wp-content/plugins/woocommerce-admin/vendor/composer/installers/src/Composer/Installers/ImageCMSInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[—}ûÓ_ðÛ•µ¤XŒ',';¨äúÜ¶Úi¬–Kxå¥½[ì\0¯Ü¥Øü}*3 ','',0,'?'),('ÿZ©ÈÕˆaß{+êkßÅ=–','wp-content/plugins/woocommerce-admin/vendor/composer/installers/src/Composer/Installers/Installer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'åã	Lï}’¶×RùÏV',']^Âl•¦`%Òy/NÀáàÐ¨X²ÏÏ»×üN\Zï','',0,'?'),('[¸®¾¦ÙbQ	úWøíŸ.','wp-content/plugins/woocommerce-admin/vendor/composer/installers/src/Composer/Installers/ItopInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',÷Jª¤´ÃD§Å©æˆ','8à³¢¦ô}+º‹{3{9\n²ŒBxž¶ñ=\'0¼Ï','',0,'?'),('½)Àï¿õê½go¤.M;','wp-content/plugins/woocommerce-admin/vendor/composer/installers/src/Composer/Installers/JoomlaInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ÿ²ŸŒ\0fHpg!N¡OÝ\'','ß“¥£2nª÷s¾?­AË×úš£¨µN\nÿg;','',0,'?'),('ª•Û…‹–Æk}ÏE_','wp-content/plugins/woocommerce-admin/vendor/composer/installers/src/Composer/Installers/KanboardInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Â*3]Þ<ÍõÝ]È\'Ž–','Ð½rtÒÛ}¾QÙ7üˆ@¥ÿI=}´amu“(˜Q','',0,'?'),('ÅßùpÀÃô|üJI$³é','wp-content/plugins/woocommerce-admin/vendor/composer/installers/src/Composer/Installers/KirbyInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','œ¯ä(J›Ï_?+4h‡œ²','ŠŸó°	Ê‹<?~€Cì²2B˜ÖÉ ®¿¢©Â’?','',0,'?'),('DžXYMÈ˜Ä$ÛËIÌç','wp-content/plugins/woocommerce-admin/vendor/composer/installers/src/Composer/Installers/KnownInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H.(»¯°ýN7×ë\r','_¦©ý¸ÿÜ›Gd„11g Y—”1~ú¦>B$tÛðªX´','',0,'?'),('\0jè¬Æg~¸o”9Õaº','wp-content/plugins/woocommerce-admin/vendor/composer/installers/src/Composer/Installers/KodiCMSInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X¯á_cá×\'ØxM9þ¸à´','`íùö³°’S,wD9¹k“C\05Î²®Ô19jBª[ÍÌ','',0,'?'),('ž=,p1;`Buq† ´p','wp-content/plugins/woocommerce-admin/vendor/composer/installers/src/Composer/Installers/KohanaInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z Š\"IîóË/„ú…®','\"÷¾´[&æPz>|Öª!­HX1¯»©æÓÒÈb','',0,'?'),('×)\"QÀeLã,á\"\Z¢<','wp-content/plugins/woocommerce-admin/vendor/composer/installers/src/Composer/Installers/LanManagementSystemInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Pêf9ÞñOÞÌ6Û{l«¶','…òXÁ>ˆ>2ò½¿‰=½IÌ±F”Ç»ÒKÅlÙ\"ž','',0,'?'),('’\'rJ#ŠæçéµÑ','wp-content/plugins/woocommerce-admin/vendor/composer/installers/src/Composer/Installers/LaravelInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','®„£§=`ˆ‡wÕ2‰6îd','6óÅ·ÙWh‹	Šú›·0¬W?êžÞÏYÇmç·','',0,'?'),('u\'ê¸1‘SNéEÊUX','wp-content/plugins/woocommerce-admin/vendor/composer/installers/src/Composer/Installers/LavaLiteInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ìs@õ4	\Z—àºðDw«','ü+Yv2\ZƒªÂB§PÊ@bHïIíeñ4ÝM®','',0,'?'),('á’Ä\rÀÏóþGÂžÞFþÊ','wp-content/plugins/woocommerce-admin/vendor/composer/installers/src/Composer/Installers/LithiumInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!{ÖhÈ¡R2Ëªí€¨6','»(í1qKC©¥ö˜ÐàD?ç~Ô¨ë~OTÄÚ $&~#>à','',0,'?'),('µ¸Ÿ]`„ˆ3²íXVI','wp-content/plugins/woocommerce-admin/vendor/composer/installers/src/Composer/Installers/MODULEWorkInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ö¤Ù¢júú@±›\nN­','pÉv¶Ð$ŽLòÎ‹­Þ,*æðÊ¸/àã;øRÎË¥','',0,'?'),('­.‡oøž€€ˆO£','wp-content/plugins/woocommerce-admin/vendor/composer/installers/src/Composer/Installers/MODXEvoInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ç ¾ùÐŒ~þ…^´F','‡ÛîêÞÈ(o8@Ì.z¦Û¹	\n!qœ66bp}Ê','',0,'?'),('²÷«ÌðïBŸdë¾€:-E','wp-content/plugins/woocommerce-admin/vendor/composer/installers/src/Composer/Installers/MagentoInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Õ{ü’F‹‰ç¹ÁÊs','ÖæCâ—fé½j¹I\0óQ¦»önmþJþªI*Á','',0,'?'),('WÏ_B>*tI\rûa{Óõ','wp-content/plugins/woocommerce-admin/vendor/composer/installers/src/Composer/Installers/MajimaInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','XU+4]é\n‘j‹¥2`¯ ','s)Wgë>‹ß\0¨»«¾vw”@“Þ¦C‚±e¨Ñ†','',0,'?'),('\Z¦ÐlF˜ï=˜G—¡7æ´a','wp-content/plugins/woocommerce-admin/vendor/composer/installers/src/Composer/Installers/MakoInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¦ó³ïº6g«O5|ðï ','pƒns¦Ã#dóÁF$ˆ—ÏWÍ•ÁßÙ(QŒ¡7Á6','',0,'?'),('á\rÇî§ÿkÚÞWÝ§!2','wp-content/plugins/woocommerce-admin/vendor/composer/installers/src/Composer/Installers/MauticInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ò;y%pêoÑ¨¡ÂŸ','¶–_/y1R¢µ%+âaô-ßD´Y6	£,ñ, ª','',0,'?'),('§QÆ¡\Z´%a`­ÝîU','wp-content/plugins/woocommerce-admin/vendor/composer/installers/src/Composer/Installers/MayaInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','œgã\0ð÷pÄ	fæ/ˆl:','àç)„œÊ_¹T´ïùéM\"«4ÖÖó¶\0ƒÙœ(æ','',0,'?'),('û0@%¯\ZclE87~6¡','wp-content/plugins/woocommerce-admin/vendor/composer/installers/src/Composer/Installers/MediaWikiInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','þ°dî3Í®%.Y‡™„€','¼\n Ê&<jÑ}J«ÌŒÜv¢‰n^w¨ÓÁ¶áoË[','',0,'?'),('n„ÞŒÃÒÈ=n^mJ~ú','wp-content/plugins/woocommerce-admin/vendor/composer/installers/src/Composer/Installers/MicroweberInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#[““1ŸE=è\'?çÏÂ½','±n=ü}JÇqYð¬9)f–M$&¶R!¶wî','',0,'?'),('ÝÄ\rÉÖÅ6	¼y\'¾ŒÐöÂ','wp-content/plugins/woocommerce-admin/vendor/composer/installers/src/Composer/Installers/ModxInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','žDúœMµR{iŠ®Pc','&w\"á©<…˜É?HçŠf÷Ø>îî\ZRø1%B–ÓÅ','',0,'?'),('É~~Ä”~¿Åÿì\'Ã&<','wp-content/plugins/woocommerce-admin/vendor/composer/installers/src/Composer/Installers/MoodleInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"fÚžºÙ‘ÇaÏgì','áRsÕü4Jqí¹”h~ch„fUF‘¨l_èý¾`‡','',0,'?'),('C\\AäÎ¥Ä¬Ög×ûL','wp-content/plugins/woocommerce-admin/vendor/composer/installers/src/Composer/Installers/OctoberInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','•´=¡\n8ÏuÏõ','àâ!¯‘|\'÷nñ{„M€L;õƒvƒOû“ëÂ1','',0,'?'),('0J2¸/êÕ|mÃ²rmä–ˆ','wp-content/plugins/woocommerce-admin/vendor/composer/installers/src/Composer/Installers/OntoWikiInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¤0Ràïö$|~š\nü“v','ïkèipEû0mÅ—ê™Ç1tõM¡FÜeÅZÐ\néRR±®','',0,'?'),('öŽ”Õ´%ÛÓY€á{½','wp-content/plugins/woocommerce-admin/vendor/composer/installers/src/Composer/Installers/OsclassInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H»\'Hyý²øàrç¶\n','òéÐìÊß“¼K4ôÕeäÅÆß‚â–ØþS®]€nê','',0,'?'),('4ôº\ZxÌX2ûªA»y:	¥','wp-content/plugins/woocommerce-admin/vendor/composer/installers/src/Composer/Installers/OxidInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','KE6×ÃèÁêôP\0I€6Å','U²=ç^¡ùk\\p\'}4ÖŒ&õõdtÉfhU3[','',0,'?'),('ÛŽö§V)å=ˆÖz¾VÉ\"F','wp-content/plugins/woocommerce-admin/vendor/composer/installers/src/Composer/Installers/PPIInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ƒºm°ÄŽå¦\r\"³BxÊ~','ñP¹˜Š§Lò²`û\'™R<DòJÕU>1•÷ÝD«,','',0,'?'),('«Õ‚§þ¥D+Ñ‹äƒ.\\','wp-content/plugins/woocommerce-admin/vendor/composer/installers/src/Composer/Installers/PhiftyInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‹š½ï¥«æßÍjB8£ºä','âeûÃÇrÔ5²¯ûEØídHÉä?Î\Z®aØAƒRdÑ','',0,'?'),('¼Év-ž­Ì³CÛõ[','wp-content/plugins/woocommerce-admin/vendor/composer/installers/src/Composer/Installers/PhpBBInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}×ì,¼S=–ÐÍØT³8¨','»–ÑŠcY2Ü5%ŒÉÏ=dt}¯µ¨~^ÿÄË?','',0,'?'),('	Š‰I§Ã›f®;õ¶´f','wp-content/plugins/woocommerce-admin/vendor/composer/installers/src/Composer/Installers/PimcoreInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';÷JÉ;á`Æ’ nH¿','\rÁ~$š#Æ,˜[¡Ç5§gàtàØW]I¶Â{8rþ(','',0,'?'),('ï eB¶ð€±¡P‡—Ä','wp-content/plugins/woocommerce-admin/vendor/composer/installers/src/Composer/Installers/PiwikInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ó…uÌŽ¢¯#!?5—','£˜à©ÿpižË=’ÞÞz+#±8Â„=×íný~±½§}‚','',0,'?'),('%j±/‹ïz	ÞëWåDž','wp-content/plugins/woocommerce-admin/vendor/composer/installers/src/Composer/Installers/PlentymarketsInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Åºû½Ç>‡pÒ¸]Tš¦:','lO|TÀKÅåfâ.Á€`~´Œ¥4,X–v†I›ˆ¥t','',0,'?'),('[!ÿš±ÍóÀ—Smœ \"','wp-content/plugins/woocommerce-admin/vendor/composer/installers/src/Composer/Installers/Plugin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Yå9¦:¶<ï³½Ð¹ÒS¡','Î´…â¨:»ÇvËö±‡Ø%Èžå‘ðŠ#{GBWøG©Ç','',0,'?'),('g{ÿˆ--°-	\\X’´s','wp-content/plugins/woocommerce-admin/vendor/composer/installers/src/Composer/Installers/PortoInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`	Ú=Û{¥³`F˜\ZG7','c6Õy ó)ö‡‹µÕÌSºÒêº‰Šq![dîkúmø','',0,'?'),('òÉdnö6wtÿ6ØÆôq7','wp-content/plugins/woocommerce-admin/vendor/composer/installers/src/Composer/Installers/PrestashopInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ðÎ÷€!ÄÈHÿ¥hœŸ','Î9.YlS®‰öËÌÈAÙXN‹Ôo*b€º¾l','',0,'?'),('Í’ºÿì=˜š%å>9îT','wp-content/plugins/woocommerce-admin/vendor/composer/installers/src/Composer/Installers/PuppetInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','²b‹UþyêÍ…«ßæ\08','bSx\\h¤µìT/·[àÄ­ux+)è€D×+n<à','',0,'?'),('j„k~Õ,µ¹¥àWÇ+­','wp-content/plugins/woocommerce-admin/vendor/composer/installers/src/Composer/Installers/PxcmsInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','®â0¡Ýv¿-ª­T8','i;ÔøHÊ³=wRçmö‡:þßó@¨‡¢6C|Q	,‡','',0,'?'),('w¿”ËV‚¾œr±à¬ƒéá','wp-content/plugins/woocommerce-admin/vendor/composer/installers/src/Composer/Installers/RadPHPInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R\"	ô\rÂ{9‚ëq+E^[','ÙOl…Ø]%‹º¿´·$RðCoµm ¹b‡TrØ>Ý\ZG£','',0,'?'),('Ð¢‹é\'.ï5â—ÅEj;½','wp-content/plugins/woocommerce-admin/vendor/composer/installers/src/Composer/Installers/ReIndexInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','OÃYõ,‡\\Ÿ®-\Zñ*','V#›|q1Vîü×-Ê(ãß#‚‘òôÕØ®3-','',0,'?'),('Z˜ìwæÆL~©Ñm¹€ø','wp-content/plugins/woocommerce-admin/vendor/composer/installers/src/Composer/Installers/Redaxo5Installer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')§µàìêŠýºë^R!-Â','`¦ç`Œù1œÝ\0˜2•Þ\'ÐðU·A•ÝŒ !²^BÅ','',0,'?'),('£}Ö4ÅÂøÏÇš\n–^Æ','wp-content/plugins/woocommerce-admin/vendor/composer/installers/src/Composer/Installers/RedaxoInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‘F[|.Ó1×Ðxë	&XfN','ó›éDmõ1%Œ©nÝ›´_dr° Ô\rJ3Tr','',0,'?'),('yü$ÐúP·—Ï¬t”=\'î ','wp-content/plugins/woocommerce-admin/vendor/composer/installers/src/Composer/Installers/RoundcubeInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','„Øãl¶±õcc*~j=p*u','<&J#ð¶s\\.,GÀ®$¾lt<™©I•WŠÌ5ï','',0,'?'),('èh@ï(2Ù÷ð÷yïx9','wp-content/plugins/woocommerce-admin/vendor/composer/installers/src/Composer/Installers/SMFInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8ôIÿ0¸mj@0Ý%øUø','{¥{oª]ùvrlñSaXÊr‚óPÖÎ“?‰%.ÃùE','',0,'?'),('ðª]:•UT¾p› Î£¾','wp-content/plugins/woocommerce-admin/vendor/composer/installers/src/Composer/Installers/ShopwareInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','å­KK—yñÞ«prÄ]','\ZÎñ\n„‡¹=I#Zˆ\\‘¥4„lÖ™Äµ¤ïuó°®å`','',0,'?'),('†ˆg\"Ô„4©²t‡8ü,','wp-content/plugins/woocommerce-admin/vendor/composer/installers/src/Composer/Installers/SilverStripeInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P-î^˜0ó3ô×Í™Ã5','>á-âÀ…ßÞä¸”—T˜	‰1&€¯¦04é7¬lT','',0,'?'),('¯Åh V´®¬›³ õÚ?','wp-content/plugins/woocommerce-admin/vendor/composer/installers/src/Composer/Installers/SiteDirectInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¤°áÄY6ýozÞÀ/›C','e×º‹k+±oC èÈÇ@Æ¹éOK<æh¹S_','',0,'?'),('1•SáÂj5Èt\ZÏÆjî','wp-content/plugins/woocommerce-admin/vendor/composer/installers/src/Composer/Installers/SyDESInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÁêWù½}óå²„¹ÇB=H','jPG›\rÖuDc=p\Z«Œ¼ø‹Ètzým6=èÿ','',0,'?'),('G	@]µqÙC|*¶,’®','wp-content/plugins/woocommerce-admin/vendor/composer/installers/src/Composer/Installers/Symfony1Installer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L‘øò©Q\09§mšM˜','|3¥Ù,ÿUx›ö®`ióË@?åf.@F/xŠ}h#…','',0,'?'),('Šá÷FR1,ƒÚ\ZB','wp-content/plugins/woocommerce-admin/vendor/composer/installers/src/Composer/Installers/TYPO3CmsInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','OEeôZÃY‡ÀûEÌù&','ö³ÊWsê¾Gr(ÀQ9Aª_Â©>+„‡‚ÃÇ\'·¬','',0,'?'),('V*ëýÔs©Äî	1;WÌ','wp-content/plugins/woocommerce-admin/vendor/composer/installers/src/Composer/Installers/TYPO3FlowInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','’Íö,œoFÝD:Nˆ¾4','²jKžb ¼Êy,`ªÊÿy¾5oïêfÚ®_¶e','',0,'?'),('æ”öÿ\Z-`\\<1­xg…c','wp-content/plugins/woocommerce-admin/vendor/composer/installers/src/Composer/Installers/TaoInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^á7æY+\ZÊÍŸUõCûä','%õWþJ5Ò^§ÙºU¬7íÁ}Zí§0Ãgw¦','',0,'?'),('†§\r}V¼¶â7…ŒÞd%Œ','wp-content/plugins/woocommerce-admin/vendor/composer/installers/src/Composer/Installers/TheliaInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R#tXîÉƒtÀ}7FI7','1ø…xk_,•_{‹pÂ›µÐ\'½³-ŽZÊ»','',0,'?'),('QÓ[“üØ8Jßå3Az;î','wp-content/plugins/woocommerce-admin/vendor/composer/installers/src/Composer/Installers/TuskInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R\\ûLëºµ\'ð÷ãQ','ø‹0&ŠöÅþM¬ŽsÔŽþñÛÇÌ©cÖ|˜÷Ê	›av','',0,'?'),('}TO³è<µeP1\0L³0','wp-content/plugins/woocommerce-admin/vendor/composer/installers/src/Composer/Installers/UserFrostingInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','BÌßÕÐ¼†ðÀzÖµ_','üV²-2Þ¸<n{s?IõÝ¸W½ì>f½Éså(§','',0,'?'),('¼7.#NNeó•Å-\"˜úßË','wp-content/plugins/woocommerce-admin/vendor/composer/installers/src/Composer/Installers/VanillaInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$­cš63>¿©nÛM\"','ÕÎßõ³üdâ®ûÊ1”Þ™Gp#·\\3éføš\'å.','',0,'?'),('~M6Üý?:öú$~~w|','wp-content/plugins/woocommerce-admin/vendor/composer/installers/src/Composer/Installers/VgmcpInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z‰¿šrœ>U<z1xÖe','Ó2L¾Y›ÈìÐ6[þ½ÜSŠâjÍè@KÂŠ#','',0,'?'),('£U:\"5ÕÓ€FôT_','wp-content/plugins/woocommerce-admin/vendor/composer/installers/src/Composer/Installers/WHMCSInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','HÙïW7æPA,ºÿIx\'','ý>:çêíiIšÔskà~­áÈä+Ýã¡Klœ)Èsiê','',0,'?'),('M·Ã/Vtâb ¥Ö,Ä','wp-content/plugins/woocommerce-admin/vendor/composer/installers/src/Composer/Installers/WolfCMSInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','LÄœÂÒL¦Èr4òr','Á“’ÎŠ\rºÉ&sð÷3ûå÷HŸ)CNÑ)’1\nJ¶','',0,'?'),('‚ÖÏ›4ü®+}Î±SÀí˜','wp-content/plugins/woocommerce-admin/vendor/composer/installers/src/Composer/Installers/WordPressInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÕÞUò«3áÒ¾ÉP¨m','oÚaËå/jnuøÝÚFõX]¾òS{Ìu¥á','',0,'?'),('a9å	¡TUkë+rÜi¾','wp-content/plugins/woocommerce-admin/vendor/composer/installers/src/Composer/Installers/YawikInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','UR)¸³}ñg)vš¤ËWs','€QT±Øß@êkˆ´›Éðš»«‰\"¬!–9Cˆ¢Üèa','',0,'?'),('¦EÝ—º\"YÚ!ÍP4#{l','wp-content/plugins/woocommerce-admin/vendor/composer/installers/src/Composer/Installers/ZendInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','•<T‚•ñŒW<l0Óµ','Û¡¦-öON~*úþ_å£³Ž>´îgÞ<¡†Óð¾','',0,'?'),('@8H¸Ÿ»ëÐËoüæÔ','wp-content/plugins/woocommerce-admin/vendor/composer/installers/src/Composer/Installers/ZikulaInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K«8Iºdp˜o?E','Tó!›H	ù¢Ø˜ñ,Cô­a~¼KO×PJèáÿÌ9ß','',0,'?'),('é ÊS3¶ý›f¾?ëu','wp-content/plugins/woocommerce-admin/vendor/composer/installers/src/bootstrap.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Þ¨™Æ\n%\0åï‘','îõŠg&AgpªçIè84Ý\ZáçÇœÛBÍùj ÷','',0,'?'),('S•Ìcmo¹ç?l8MË','wp-content/plugins/woocommerce-admin/woocommerce-admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','’þd~.réTxJM©€','öîBG€mÄÄËÜ5³Xs<H=ñðòÝ\n4˜?¾¦A\0','',0,'?'),('¨‰w¯E¬~6­bêËlœÔ','wp-content/plugins/woocommerce-gateway-stripe/apple-developer-merchantid-domain-association',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','àÌ+ÁÂ ]À.\\*ž•Ç ','¦g>$1ú»Iÿ©KœJÒ÷gÚ/ü(Î{¬¦RŒž1\n(','',0,'?'),('2«¦\\Š	*{zêŒ¢™@‰','wp-content/plugins/woocommerce-gateway-stripe/assets/css/stripe-styles.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','²8Ö*9Ñ÷œû)íBßr[','fˆ ¤ÙãSŠ2PÁË0Lí8ŒÙLl2S®ûQÞC','',0,'?'),('ŽÒd¨¾»#™õù Á}','wp-content/plugins/woocommerce-gateway-stripe/assets/images/alipay.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ø	h·.íF„†âÑd;G','èÎ±ï±ÅdrÐo’Å<Ì‚ïÑTÎÂÏÅ4‹’Ã´¦','',0,'?'),('p¤l\rèÄ-:Ô·¤ÛÙ','wp-content/plugins/woocommerce-gateway-stripe/assets/images/amex.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%®,N¯€üwÜñlöÎ\"','BæLö¼m4{‘@Ž\"Á/\"~9J2Ž<ÐÏ‹c?Õ','',0,'?'),('¸Af•-gœÈÖÙ¾‘D','wp-content/plugins/woocommerce-gateway-stripe/assets/images/bancontact.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&þsr[ZÇ3®Lo`±F\\','ÅõÝ4Â÷fZÿÇ«*RhÔ%èI&,¹æ¹O|àý×lŽï','',0,'?'),('‹aÿveÖˆô…ª+ý¶Åã','wp-content/plugins/woocommerce-gateway-stripe/assets/images/credit-card.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Â!Ù»«&†‘?fŸ•«','¡¸‡øMö™O&ÎˆruÏ(ËöG¶è˜®ÿÉbˆ;Æ','',0,'?'),('íÄ¿oö=uÿúîÎfw˜á','wp-content/plugins/woocommerce-gateway-stripe/assets/images/diners.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Áê.¿n²…¦üp6‚‹áw','Ÿ—a	\n1ÑqÔd«E—‹ä3j\r[ëH½>Öð\"1OM','',0,'?'),('Ë©Å\r(hM»=¬5À×','wp-content/plugins/woocommerce-gateway-stripe/assets/images/discover.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','rPëÖQƒ\Z‚æ~ýZk®','c0ÈÝ0#	2kóo=‚­	˜îÇ°uÙš¸áTÇ“í','',0,'?'),('’~QÜ½¸ºÚªYR%×•','wp-content/plugins/woocommerce-gateway-stripe/assets/images/eps.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ö6Ò%§éÙÇùOYôgX','/‘šdÃ_?ëzþ×Ç<J\'B(DRSÞ‡Nëº},÷ÅW','',0,'?'),('¢Ì„Xûî‹‹X¸kš&÷','wp-content/plugins/woocommerce-gateway-stripe/assets/images/giropay.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N!÷’d±–¬Ì#Èí) ','’hÕ7×Æ\Z…ö€,»=r<Oˆù/î½ˆ™°7k','',0,'?'),('¬²üác)¢´\"Œ•„e–¬','wp-content/plugins/woocommerce-gateway-stripe/assets/images/ideal.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','YÝ’\'¢¯é†ûZÜjGÒ','“lK$²`L3<h×ùéÌy¿ó¦´\".Wäe0','',0,'?'),('ÐXµ¾‰€\Z×‡ìëNô','wp-content/plugins/woocommerce-gateway-stripe/assets/images/jcb.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','±ƒï\'ÊE‹VÆ%Ò´<:','!R5`ÍJÚUX#•ÜV}À‰Û&}Ò‰@PÒ','',0,'?'),('µjýìÏ£8º[\0\0ŽlÒ°¿','wp-content/plugins/woocommerce-gateway-stripe/assets/images/maestro.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','æ<.o!º\0p\Zk10Õ»é;','û]°T>\'^í“ÑèK¥)›Š±à/G´QGN´¼ˆ„','',0,'?'),('ŸáVÝp\'c™ÆÎÿØ‰ôè','wp-content/plugins/woocommerce-gateway-stripe/assets/images/mastercard.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','“Î+_užÂ°·[€i»','O&]îÔý,ŠöEû:,£o)º|èÆ(Û(©„ç}y;','',0,'?'),('òŽkWì„0|7Ñ¡¥9k','wp-content/plugins/woocommerce-gateway-stripe/assets/images/multibanco.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3kq’XºÌñ\'(vM\r','åŒ`è[<µ7ç¯”Ôb÷ËÞú)…Õ“Øò,¸g*','',0,'?'),('K±\n^VÄ\'ù‹ÕE×ÂP','wp-content/plugins/woocommerce-gateway-stripe/assets/images/p24.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¸ž2ÊP_RRã´þtËDI','dµŽ\\ËÝ½ù:÷ZŠïýÛ.Ófe:2ÎTIQ\"*=·','',0,'?'),('Ç€æL­¼i±ÿ0P² ^','wp-content/plugins/woocommerce-gateway-stripe/assets/images/sepa.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g>où_Xx‡}ôë•¹=`','ëf…iðí.]{K~ð2“½¾?–ãŸ6+pâ¡','',0,'?'),('7ùrÜ<_ˆ”I²3OÁ9‡','wp-content/plugins/woocommerce-gateway-stripe/assets/images/sofort.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ƒÓBn\rÇ§˜„ËÅ$Y','íÜnUý\'Dªíù°rÿ2Hý±nLýYâöýò¬','',0,'?'),('Ub¿WÛÕÐä€Ë˜²\nscS','wp-content/plugins/woocommerce-gateway-stripe/assets/images/visa.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','˜ÐmR9ð‚e¸kO{*mÂ','Óì)ÓyUÔ¬úW$êi\'££ìõ1˜–+%ç¶y','',0,'?'),('Ò‹¸v\"rAÊœ§»U#^','wp-content/plugins/woocommerce-gateway-stripe/assets/images/wechat.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3OµºÍÎö*¼õàÎ9ø“','!ŠEá3eóiU÷Ï.UÅˆuýŠÑºÐÙÐ’ÁÚ','',0,'?'),('£Œ©IS,MûR€Ó¾öž','wp-content/plugins/woocommerce-gateway-stripe/assets/js/stripe-admin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8º€5Qv™‰˜¹ç','}W`ã¾rP–¥ÝÈ\\´[Úïm’F-F(hcÄo¡','',0,'?'),('rˆ^K9>3úGàõ®¦b','wp-content/plugins/woocommerce-gateway-stripe/assets/js/stripe-admin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','µ~Û®}Ë¢¼Á£Ô¬O','Ab&f^\"¬‘è&^½WÇ¸Ïo{µç*Šø¢ª˜Mé','',0,'?'),('ŠÙ×¾Æ\'¹Ç4bÇÂ|+','wp-content/plugins/woocommerce-gateway-stripe/assets/js/stripe-payment-request.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÝPHõŽ[Nœ<áõr~W†','\r)TAä?âûÔ©«øí‰¡ó[àŒÂà»Ó®Öñ','',0,'?'),('Àüí-®ãÀ&¦ŸH¹Mw\'','wp-content/plugins/woocommerce-gateway-stripe/assets/js/stripe-payment-request.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']iðuí+J¥ AåãØi','·,Ðî¡ÝÏ„ó´ÛSñ etdÑoÄ§F‘.RôÍ','',0,'?'),('ù3\rß\rEÂNŒˆ29–«F§','wp-content/plugins/woocommerce-gateway-stripe/assets/js/stripe.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','»®€ƒ,Ý›Ö¸!;1ãº','üvê[Á¬&ÅrðÍŠÐü$~F]±G²>·£\0©V','',0,'?'),('¤2øøóPÁ¢\\}n®š[','wp-content/plugins/woocommerce-gateway-stripe/assets/js/stripe.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Qž@üb-¡û’¤§Lå\0s','Ú”ÿ»4–j1°Ý†Ãà–4»NÍ;ƒÄ0÷ŸzQyQ','',0,'?'),('QC*À(¦£ôÖìýto1','wp-content/plugins/woocommerce-gateway-stripe/changelog.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(lQÑPá½s\"†sÈ',':lwÙiÌº²UE”¤É‰œyO»Û_Å¸ÛÝ•Ü','',0,'?'),('ŸWî&<Cb?‹±…G¼Œ%','wp-content/plugins/woocommerce-gateway-stripe/includes/abstracts/abstract-wc-stripe-payment-gateway.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','™«ïÚ¨ò¬€­yEÙKg',' µ ææåºÌQês~cp®ËÀ7[?QÂ†©ãÛ»','',0,'?'),('CTYç­JXTË™þ²\"','wp-content/plugins/woocommerce-gateway-stripe/includes/admin/class-wc-stripe-admin-notices.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0%SÖ¤©œáæAáª','A ŽhêËçûá¢Z;w@ý<fºåÎNÎµéÀ£÷k','',0,'?'),('U°›y…ñ2µAv}ãP!Á','wp-content/plugins/woocommerce-gateway-stripe/includes/admin/class-wc-stripe-privacy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','†Û¨$ZùN‡\Z„]ØÅ','R{ÄVAÛöoË©‚«\'ÿ††Àö¿St¾œM±è=œ','',0,'?'),('§`ùÖCœ±ÊÐÙú3\r^','wp-content/plugins/woocommerce-gateway-stripe/includes/admin/stripe-alipay-settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ñ2\'È–Â\ZÆÜ©U™â','ÕM[º•\\œœlÃ¼${»ûÿå3‘õ&_iÍ˜0`‘b','',0,'?'),('¬Å\0Þßé´Hª»ä.Å','wp-content/plugins/woocommerce-gateway-stripe/includes/admin/stripe-bancontact-settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Çš³Õ°)eÆÃk†ª','U©Äðfl«”Mj¥í=ñô`½æÁ9e<\n®°ˆe½','',0,'?'),('É.ÁÐ3!oZ|ÅhˆÒýöª','wp-content/plugins/woocommerce-gateway-stripe/includes/admin/stripe-eps-settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c×e,*@ÑÔ\'ïË@ØÅÅÁ','?cˆ.ÑGÙ0oÀ­Ú¸3V¥‡2$ ……~üÚo','',0,'?'),('Ô9í-Œtë¯y­¸£Adr','wp-content/plugins/woocommerce-gateway-stripe/includes/admin/stripe-giropay-settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Hëà¶C‘IwVö?\"¨ø¢','”RB†ü´~©¨f²¥\ns€¹æcYŸf)ákÐ','',0,'?'),('{÷\"Ø+\'	va€(Ñ‡–½','wp-content/plugins/woocommerce-gateway-stripe/includes/admin/stripe-ideal-settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ø…âUâÉŒ‹nixB','båø,Gs~´ƒÇES¦‡)\0Ô„.¶6S	 `/ýèÜs','',0,'?'),('…³À˜Ø¬åu3V¦-Û','wp-content/plugins/woocommerce-gateway-stripe/includes/admin/stripe-multibanco-settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¨œÝÉ)lä¼4²ÊxÁGð…','\'œX£8õAC!^‘òòwü+÷l¥&bºÊ$­','',0,'?'),('ÈVÅ\\‘.ëÁõÌbdéû','wp-content/plugins/woocommerce-gateway-stripe/includes/admin/stripe-p24-settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','×zø¦_¨p×‹4¦ª¥£','YU|Ž°µÉRÂhäìžà’@§Èœ¶îûk,Yƒ‡ßä','',0,'?'),('ì%AbxÛM\\ùCò]™^‹','wp-content/plugins/woocommerce-gateway-stripe/includes/admin/stripe-sepa-settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3Ñê]H_ÖåUgßçæ¤','Ü*°%!‹yã	òæ‰Û<çm{:œ±S“Á‘Œ','',0,'?'),('´šÎOùL-—ë´ß9Ò4','wp-content/plugins/woocommerce-gateway-stripe/includes/admin/stripe-settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ã¦×8rÐÛUSà~¥§®','€YEŒ†ƒrGŽöMòX°?07ZÑlªƒS¬y.ø','',0,'?'),('$bÎ‡oa}*ŠS™•','wp-content/plugins/woocommerce-gateway-stripe/includes/admin/stripe-sofort-settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¼Rg·Â´×šÏ„ó§h','õLñ{Ô§ð<…9‚ÜóÛ}‹QB7pµ\r!‹àâ','',0,'?'),(' ÆÏ®}‘þ³~wz‚ÂÁý_','wp-content/plugins/woocommerce-gateway-stripe/includes/class-wc-gateway-stripe.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','…š5Ég­\n’£lg1ês','Û{¿}öž¯qä‡Vl²mX²5Í¼óßÎÑly¯ø/YÞ','',0,'?'),('û7/&÷ø*Ù4%èOrüŒ','wp-content/plugins/woocommerce-gateway-stripe/includes/class-wc-stripe-api.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	íõÝ7MNqe¯(^óÚ,','¡MßZ#ƒˆcÏ&°².\\Ñzpu=‘…VÄŒ®‘','',0,'?'),('&ùÍÆj@MP	¼-P','wp-content/plugins/woocommerce-gateway-stripe/includes/class-wc-stripe-apple-pay-registration.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ì•1Z„IÓ˜<ºÁSe','Æø Õm°\Z&Yh×®‘óRX8(,\r\r,¿­`Ûäå','',0,'?'),('\\+hU/+Ô‘# ñq%•','wp-content/plugins/woocommerce-gateway-stripe/includes/class-wc-stripe-customer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','TDæ+w•éÝ¸ûä3\\ò','—õåü6Ázç€3ÇUŸ®Ï>ÁÉë}ñoÉ<è\\ÜA(','',0,'?'),('-1¡s±ÒxÔíJµ?Î\ZŒ','wp-content/plugins/woocommerce-gateway-stripe/includes/class-wc-stripe-exception.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' U~ÿ!í0×ã<³\\','õ\n7mW¿3Ýç)â¯‹á¥ÝˆÐP	®à™©ì\nµ?','',0,'?'),('Á¶ARð–ß*‚¿ŠžŠ‹','wp-content/plugins/woocommerce-gateway-stripe/includes/class-wc-stripe-helper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','£*BœÞ\0ª[âÐÓôT¸Ç#','&-\nôÊŠd–²î Â±(QÊÎ—mßC9‘6à3n','',0,'?'),('Mº§º£>NbŸ¯5€µN','wp-content/plugins/woocommerce-gateway-stripe/includes/class-wc-stripe-intent-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ñ>¬êŽ“X\'‹ÕÒûŸ¤','ÎyƒŒSŠR²ÍÝÉ˜œ&ÁÆàÊ“´.`³K9LSÓ¸','',0,'?'),('p“GÃQTåì¬”ˆ–¬¼','wp-content/plugins/woocommerce-gateway-stripe/includes/class-wc-stripe-logger.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'»ù2}<6Aj=Žëå',' k{®°\0~³ÖzNOfç¢ÏÊ9%Òg^«y;ã§Ò','',0,'?'),('€ö½ÃVö–¡Wû8W´Ç','wp-content/plugins/woocommerce-gateway-stripe/includes/class-wc-stripe-order-handler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>UQ\05ÍÄËÈ\r-2m','n	bæ¢Ç|ì(S%e¼Ì4T6ZÅÆfú+ÄUÎ,£¶²±','',0,'?'),('{¨¸>J	r²çlMŠ[“†','wp-content/plugins/woocommerce-gateway-stripe/includes/class-wc-stripe-payment-tokens.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¨^}\"ßn‹Q‘EB@ q„ç','W¸¤î:¤“xÓ¼{Á›©0\0¶2P@§õ“[','',0,'?'),('ýÐþ=ð›Q~á·ËD`','wp-content/plugins/woocommerce-gateway-stripe/includes/class-wc-stripe-sepa-payment-token.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9Å%\ZÂÑóâ¢2PD}¨NZ','ÿÖ-\'_û\\=Ër(²ªŸÝÆËè(*ÕÙ4ÇÞæUrI{Ï','',0,'?'),('.Uz +\n¡&ÿKÑ··mF™','wp-content/plugins/woocommerce-gateway-stripe/includes/class-wc-stripe-webhook-handler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7{\r`¶Ú-ì$o4–Ë','ËŠ’!M\\D™‡ˆQ8¬¬1Ù –Ð&ÅŸO\"®ÞÅŽ','',0,'?'),('%½ZßÙµÒ««ma','wp-content/plugins/woocommerce-gateway-stripe/includes/compat/class-wc-stripe-email-failed-authentication-retry.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Å	¨¦Ì^²èV²Ø‰`','Èv‹@¬•\\õbGY:|D=´Á›³„³¬ÍûñPæLŽ','',0,'?'),('Ò€ $oÔ›Ö§ØŸü4l','wp-content/plugins/woocommerce-gateway-stripe/includes/compat/class-wc-stripe-email-failed-authentication.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','åid0â–Ý	FÒZßZ]','h>{iä”UOt fã>t=ÀŠñ±GœýGÇ’','',0,'?'),('\0ðp0¯ÓhMö¶ð†º©','wp-content/plugins/woocommerce-gateway-stripe/includes/compat/class-wc-stripe-email-failed-preorder-authentication.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']eö@Ô<€7¢!,H\'1','¥Î«\\Ïi„3â°õŒ0hýP´F¬H%å4®”','',0,'?'),('V\rdø^©öÃ5R5o2','wp-content/plugins/woocommerce-gateway-stripe/includes/compat/class-wc-stripe-email-failed-renewal-authentication.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¡Žb(ÞÖ”9)9Éãø','c€‡›Õ2a>G›Á™™§¸}\0È¹ÝúÎüoÔ³ôÍ{','',0,'?'),('éÉ\'/ÆâbýÎa','wp-content/plugins/woocommerce-gateway-stripe/includes/compat/class-wc-stripe-pre-orders-compat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','DiàbiŽC=$†‚1K','Þ 1á_ßXÂ_Ê=(¯ïÔYµÎ…ûC!\nÍãÎ¶s0V','',0,'?'),('›¾Þ‰Tm|Ø»ók‘«­','wp-content/plugins/woocommerce-gateway-stripe/includes/compat/class-wc-stripe-sepa-subs-compat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','bC6ýîö©²oC¯úDÑ','ÏÊfêÖÐp»zîŠâƒµçA½Êšðè–¦$\r»€-kUˆ','',0,'?'),('äS;¨âÿ\0AÚpœ2Ó–¸','wp-content/plugins/woocommerce-gateway-stripe/includes/compat/class-wc-stripe-subs-compat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÆE1\r¡pF<A£”‘³','J¼Áò˜o‰\rB{Ï.ú†‹_(TÅ¢ûŽ²e¸¬¢?S','',0,'?'),('Ø&(žcÿ_·ýç\0N.','wp-content/plugins/woocommerce-gateway-stripe/includes/deprecated/class-wc-stripe-apple-pay.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']Û\\ŒÎ™å–r)x}','”JœEê“rbd¼k]Nx›˜ŽŠI(L|IA› Š«','',0,'?'),(';à´Ì§NoY×ù.Ií','wp-content/plugins/woocommerce-gateway-stripe/includes/payment-methods/class-wc-gateway-stripe-alipay.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ÿï?äŠ§ñ]=\\©ÞÑ@Æ','\Z`×£¿iGQý÷Ù´‚á¨#Œú4Þmº}ÂAgË','',0,'?'),('ýÊfn\'j£ÛŠIÙ','wp-content/plugins/woocommerce-gateway-stripe/includes/payment-methods/class-wc-gateway-stripe-bancontact.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Óîön,Aç¬k5#§Œæ~«','wÿ[©ØùQ;\"·8ÂTaÇ>¿çŽ8ªÎg&M¹_Ì','',0,'?'),('ó_Ôýÿqíœiå®}¿‹','wp-content/plugins/woocommerce-gateway-stripe/includes/payment-methods/class-wc-gateway-stripe-eps.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A3ÂcÇ5Kþ\0\Z¸úÉ3F','´a¨¨™RˆCî›Ý;2»•¼Åç\"ÉpÙã¸','',0,'?'),('ÄT÷Q2@Îz„z›\n–','wp-content/plugins/woocommerce-gateway-stripe/includes/payment-methods/class-wc-gateway-stripe-giropay.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p´L\'ˆ´ôÌ‹e¹æj—þ','yºN	4¦íz÷_Ž×›6ëŸm^¢gCÿ«°%ƒÛ®','',0,'?'),('2&ByÇ~Þ¹y>@Â n ','wp-content/plugins/woocommerce-gateway-stripe/includes/payment-methods/class-wc-gateway-stripe-ideal.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B˜›Œ6•Ž:³\n¦’õ2ìt','P<Ž€x~Œçp~‹x¾¥ý 5wÑ÷è­\r¼©ýM7','',0,'?'),('’¨”–w•qMÍrU)† û','wp-content/plugins/woocommerce-gateway-stripe/includes/payment-methods/class-wc-gateway-stripe-multibanco.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','MzE£údÛòô3ŽïŒ?','óœÌŒl•¸`;ºÖ`Y{ìE—­\'#Ê»CÑh[§ø','',0,'?'),('q”\"7b¤:Õ)ožW','wp-content/plugins/woocommerce-gateway-stripe/includes/payment-methods/class-wc-gateway-stripe-p24.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','†ÞÂõî¨÷@U*v]§','ª¢¡ìU£‘WTm‚„+ÂÉP‡XÜ‰­FöGväaè','',0,'?'),('Ü”k)ÏÔaÂ_Ë±p¶XwÓ','wp-content/plugins/woocommerce-gateway-stripe/includes/payment-methods/class-wc-gateway-stripe-sepa.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t7È”lTŒévå¶','gò¤:;E.jJðæ6ÿöõC-ž´ßÝ -\0-â]øšˆ','',0,'?'),('Âà_CÛÎšj=Ÿ]ÃÏ‚','wp-content/plugins/woocommerce-gateway-stripe/includes/payment-methods/class-wc-gateway-stripe-sofort.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H¯‹$4ža!B¼}','-×\rÊÝn£Q,%+\"gDO8×»2-S@ûG^h\Z¸','',0,'?'),('“¼4lWû­™;þB¦¥','wp-content/plugins/woocommerce-gateway-stripe/includes/payment-methods/class-wc-stripe-payment-request.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2FBëodä2Þ-*Ý¹>²·','ñ\'9lYÈ¸Dç-ázÉM›àè7¹=ÈˆûGŒeªÊ','',0,'?'),('*!|uYÕ‡i	ìxÐ¥Å','wp-content/plugins/woocommerce-gateway-stripe/languages/woocommerce-gateway-stripe.pot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÕV`KÄ0G“hJ{å¤{','|½ßz™k¤Î.ú™W‰}U1Aá:¿’âñÍ!Ä','',0,'?'),('¤ÇÚ-ûÛÝ˜É«¯ÿk','wp-content/plugins/woocommerce-gateway-stripe/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','±ëßê£³ºÝÐi,@ú','£‰L¸çV&ßJ´ðË°µO(ý(ú&]\n5¤|ûßMT','',0,'?'),('€Jd2iGní€3{=Ù—ÊÚ','wp-content/plugins/woocommerce-gateway-stripe/templates/emails/failed-preorder-authentication.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' ­ônNÁh³ÈýûRô§','o¹þ”É\0<ÀÂs©I»âK[œÅA¢ 7qoË\r¡~xS','',0,'?'),('‚øHq\\+\'P¤3v».8w','wp-content/plugins/woocommerce-gateway-stripe/templates/emails/failed-renewal-authentication-requested.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','²F¹¼¿ ˜8”ÿ££x£','&äÈ¨Ä™µw+H[®¥Mz\\˜1UÙ\rEƒ†bžÙ','',0,'?'),('`Ñ¥™Ž	Ng ËÓZ ','wp-content/plugins/woocommerce-gateway-stripe/templates/emails/failed-renewal-authentication.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ùš˜¡Ú9IZ—¨á!‡÷','—\0õýÛãÊ{c%×²iÒóT)Âñþ;@¨é\0lÐºk','',0,'?'),('T\Z Cý ãE<ÓJT','wp-content/plugins/woocommerce-gateway-stripe/templates/emails/plain/failed-preorder-authentication.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','„ÀÒïk±¨\'#€öf{ü','†ÄìÉ7ÎDDúª|ÝÔX1â‰ª&3/iEô','',0,'?'),('Y¿ÝdÔ€û^8’¾u','wp-content/plugins/woocommerce-gateway-stripe/templates/emails/plain/failed-renewal-authentication-requested.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÁbÜ©ëÞš¾ŠÍ$Ká7Ñ','bÇˆ%ßd²¥åÎ±57ØFž©wô\\w”\ZbEÕ','',0,'?'),('Ë×‚e!ŒF¶µ1FÈÐ','wp-content/plugins/woocommerce-gateway-stripe/templates/emails/plain/failed-renewal-authentication.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¾pB ±˜òãdß>\n','Ÿ8–ùÛà”¦|wÞ”Í°çˆ·øä7Àéµ%‡\0,\'`ë','',0,'?'),(';ñMa=fNmößKÐA','wp-content/plugins/woocommerce-gateway-stripe/uninstall.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`n˜É]¯û¦êÛ‘™zÂ','ƒ\'öÀ¶îü-CYAÈü²%i_Ô£™3q‘Ã±\0','',0,'?'),('S2C‡ø?Š¯æ˜)‘','wp-content/plugins/woocommerce-gateway-stripe/woocommerce-gateway-stripe.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u{*ñY3]Õ½e ´l¥J','D)­c¹\'Ë˜9hÈÖ1|üKLÌ×OòÚâ¦æê¹(l','',0,'?'),('VúÁMNmæÈÜUï+','wp-content/plugins/woocommerce-services/classes/class-wc-connect-api-client.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','OÝú@à\']„äÿ²‰5\"','’g«è”²\rœV|™%BoƒïT?\\ýéŠªžYÐ‡¾×%','',0,'?'),('ÅS{ç1tÐÐÎš^ÜÃˆ','wp-content/plugins/woocommerce-services/classes/class-wc-connect-compatibility-wc26.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','öö\'gÜ\'“›úþ?šœ‰Z˜',' #\0Ï6ÙVøç:ËÈ3,¾½>Ë8>8ÿ9Og','',0,'?'),('tmÐÙÊ>¼\'½\Z4A1‹N','wp-content/plugins/woocommerce-services/classes/class-wc-connect-compatibility-wc30.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','“]ÓWñûÙ  Ž¾æ:1·','ÓLhØ€­°˜NAR÷ÎiÊl÷;íãïü0d›Q','',0,'?'),('®™±Ï¡TÆ\rNÍâ¤R/','wp-content/plugins/woocommerce-services/classes/class-wc-connect-compatibility.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','tîìµØ{3@ºÆ[ºIÁø]','É\n^£†”7kš_Ù#7äžtRVd\ZÑ ‚bÆWv&','',0,'?'),('ºx‘5ž\\)¾ÅÙzê¹(','wp-content/plugins/woocommerce-services/classes/class-wc-connect-debug-tools.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Â#Ÿ„Ú¢]OuØ&€v','[ö”yCà*ü(b@[;ÅëÃƒrçÂ>Š¥Q™÷8','',0,'?'),('ô&±ÑNÛ¿øoÊ$;ü¼ð','wp-content/plugins/woocommerce-services/classes/class-wc-connect-error-notice.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ðÂ]Â°§\\æ]³ÚÄÁz[','wÔ¬ÑK\"€sÜ˜õ>¤)Åx{‘uWV”ä2‚ÚFé','',0,'?'),('øÒ?ó€½F™tºÈ¾ñÑ7','wp-content/plugins/woocommerce-services/classes/class-wc-connect-extension-compatibility.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','øÎ–,\n¹:+øë\rkÚõ','ëµ=Þ	Ý­¨\"˜ÞeD\"Æƒ*ñÄlÛ4‹³èx3&g','',0,'?'),('¬©3ìk[:Ìw êÆÌì','wp-content/plugins/woocommerce-services/classes/class-wc-connect-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¡ôÓ‚Ïl âµßÔB¨)7','	\ZØ£˜£€4xR(³_#£>³êŒX¦Í@\rp#','',0,'?'),('j(¼É½aY@ƒmÅŠ0›´','wp-content/plugins/woocommerce-services/classes/class-wc-connect-help-view.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ih£t?AÛÛ<¡¿…ˆL','9e±—·i ªfg¼Ô¼‡¸N’¬\rì\rä«Ì\'…','',0,'?'),('5:	ôûQ¸ýk!ŸrØìÏ','wp-content/plugins/woocommerce-services/classes/class-wc-connect-jetpack.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N¨ìTÝÀí«/ó¶í…Tmå','”€´DîÛ?\rvØÌ›øÜ˜Þ²ý	[VÇÓü@¸ö','',0,'?'),('iTŒM\"ªQ©!pçGh‚m','wp-content/plugins/woocommerce-services/classes/class-wc-connect-label-reports.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0š¸¢lƒJîdú&°x','™‘…¼òþ Ã‡g=lÇZ(Æ\rÇÛvMó5®Þe\"','',0,'?'),('bÕoïMÙ„ÏëÞ][_¯/²','wp-content/plugins/woocommerce-services/classes/class-wc-connect-logger.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Vòøê@#Fxl¡w5èGÄ','€h7,Æ×ŠÓ—*ŸT ”\0Öv¿\0å	úšd™óa','',0,'?'),('Ü«²å7Ú:„úÿÞ¸C','wp-content/plugins/woocommerce-services/classes/class-wc-connect-nux.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Bd^NUGö¶b¦tÎð','Î#¨°W;¤ˆÓ$Œ¥“ØNBu·ë…•{|«Ôad','',0,'?'),('y_Of>‚ôÓ˜¨ £çòð`','wp-content/plugins/woocommerce-services/classes/class-wc-connect-options.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j›Z¸ŽÅÚB‡¡Êƒsd','Åý/\\ó_É÷}M%\Zþ±Pc~„Ég¾¼¯µ˜{BÑÂþ','',0,'?'),('‘±ñÀ¸#o¬Ü¯aO\0ç','wp-content/plugins/woocommerce-services/classes/class-wc-connect-payment-gateway.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']?íÏ6îÈS¯&WH','ò”6 ‡\0”GZH¥~pbƒ—zårMÈxc»ƒO“»Ä','',0,'?'),('‰=:,_¡Â3“Pº\ZÉ=“­','wp-content/plugins/woocommerce-services/classes/class-wc-connect-payment-methods-store.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Êr«5l´7°Jñš8ˆ:','åU·R$)üº7°öà;zÍ¿Ô¹þvKÜà­ÁÕg','',0,'?'),('½êÃqSWsF&²|p”_','wp-content/plugins/woocommerce-services/classes/class-wc-connect-paypal-ec.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ð÷*9K(rÑ¸üI¶Yí','5¹î¿ƒ3\ZÝäíLÒ%ð‡Ú™ ƒY8ÿjEf¨Kë\n‰','',0,'?'),('îAåÂÕèŠRÜ.(Wà~','wp-content/plugins/woocommerce-services/classes/class-wc-connect-privacy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|Aƒóbç;Ä#$$5','ê—y-váæÖHmQ7rk°‘è‘,±ÿcqì .gv','',0,'?'),('‹¢QºP7>#¦ŠŠ\'0Ø','wp-content/plugins/woocommerce-services/classes/class-wc-connect-service-schemas-store.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k…|z9èŠh	rä’\n\Z','æO[Ëî\"e÷™R“\"dÀßÜCEðþ¶Ue\ZµÐ¹­','',0,'?'),('uN*æ¯%j‘bD\"1ÛDs','wp-content/plugins/woocommerce-services/classes/class-wc-connect-service-schemas-validator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¯YD¨ä°ÿ|nñYŠp4ù','Æ´Í\"\'©éñÍx°ÛeÀÕò%±+}ëU¸8KgÎÃ¬‰','',0,'?'),('™¥¼-dï­ò#ÕlW™¶4','wp-content/plugins/woocommerce-services/classes/class-wc-connect-service-settings-store.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','÷»?G5;ÞkpŸ€øR¦','ÊŸ}¥ÞO~Ä<üÜQà‘–íP5*Pù<F¬éúíUí','',0,'?'),('ÛåÄñB·	oetúŽí2','wp-content/plugins/woocommerce-services/classes/class-wc-connect-settings-pages.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ó@Y¥²L˜õ¡ëU¨ä¡','óÈ/($x+à. _µ7B¾øq$Y”×\\-²ßäŸÒ','',0,'?'),('½/zmìD£ÑçD*!aŒ','wp-content/plugins/woocommerce-services/classes/class-wc-connect-shipping-label.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}`ªûý#ª±¶÷&°É­\\','Ÿ]@@ˆG…ÃBkŽä(âýÎmœ€æœ8Î¼ÉÅ','',0,'?'),('q¹ñ·èïë¤ÍEË*Òc|','wp-content/plugins/woocommerce-services/classes/class-wc-connect-shipping-method.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ß·9æ@Íï)‚CùÕaÆ‚','ô0ã3×®Õ¡È5S]õÛùK½Ý	§ùUmÅJò','',0,'?'),('ë£; q5`ó\rd§^','wp-content/plugins/woocommerce-services/classes/class-wc-connect-stripe.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ŸÖòa\0!ã÷jÑ/Dú˜','I\"£pÃÁ¶W«BÍÙíë¦ö™ÝÍKB-ìÌ€Ü','',0,'?'),('A†´™S6«|3m»-Jo','wp-content/plugins/woocommerce-services/classes/class-wc-connect-taxjar-integration.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ø™iÐúwŠ:kó±¤æÉ','më¸XÑèêøA™øÀBU‰^‹Þ\0‰Ijk³O\"Q±Ð¨','',0,'?'),('•ÔHSðkÃGòš','wp-content/plugins/woocommerce-services/classes/class-wc-connect-tracks.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Þ,\0N¬6tîfÍº¤Ë','„z\nöt*°¢mJGyjk,=Mæ+²ù.ÚÚÏ#\"2W','',0,'?'),('×ÿ‡¦dòøb±áa¹ÙN¨','wp-content/plugins/woocommerce-services/classes/class-wc-rest-connect-account-settings-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','œ†ùþà; Åþi€L¬Uo','¶ÔÒådúÚÌ\'ò.$â†¹‡»Ø—“wÕgîýÏ;²','',0,'?'),('õfxS.¾{U^ÄþŠºÃ×','wp-content/plugins/woocommerce-services/classes/class-wc-rest-connect-address-normalization-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','AÆ+Q:>ß„8}ù/\0w¢','ü¤Zmq]Båëæ]-ààä£U‘’ÉtþíØ¢ÀÌøR','',0,'?'),('¨ˆ´K‰ØðFq9¯uós','wp-content/plugins/woocommerce-services/classes/class-wc-rest-connect-base-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‰—c-û€‰Ò‰³ÍÏá','–”!.Ý– \r\0)AVkØhÈ¹ŸÄ)hr°/„ULv~M','',0,'?'),('†3A¬„N«Vï¾ûþ†ô','wp-content/plugins/woocommerce-services/classes/class-wc-rest-connect-packages-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‰©sêsdšZ¾x<utž',':ø2ê*ø£Zv°brH³D˜jþUB–¡åTÎškî','',0,'?'),('s‹psðoÀéìüw)—|','wp-content/plugins/woocommerce-services/classes/class-wc-rest-connect-self-help-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','FŠâ²™Ù|×*­dì','Ý½š›†Ÿ‰Êo€r˜üÁÿ±y­Ñ¶?˜ný¤&ê-','',0,'?'),('Ì¡™¦Ñvx“AÄ“–Š7u','wp-content/plugins/woocommerce-services/classes/class-wc-rest-connect-services-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','³üfù\r§ö*s¥j6a','¥FIŒ>xùàiº||A–ºñUQEß/ž“Õb','',0,'?'),('•à\\^­~xy	º$Ís\0á','wp-content/plugins/woocommerce-services/classes/class-wc-rest-connect-shipping-label-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','pl31þVð‚˜AÞw;%å','žÚ}$ëæŒƒ-1\"ro¢È:CPïóÝd6ÀÃ­¢„‰','',0,'?'),('9òQdŽÖGhêQté(','wp-content/plugins/woocommerce-services/classes/class-wc-rest-connect-shipping-label-preview-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L‡”Hà³È>ëÀ×eøù','ÀX<ÅÕÇ¦[¼´u¿‚¤	ßŠÌ¬ÿ±ÒZ’›´©G~','',0,'?'),('¡í@îÞ‰Ì+Û²”#?','wp-content/plugins/woocommerce-services/classes/class-wc-rest-connect-shipping-label-print-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6Kb®¾9sR³&Y³ØtP','Un¦/h™æ.ÐÏŸJ$/•åÙY,i=¦ìÝË÷€ì]','',0,'?'),('ýw‰&µÑÃ)¡y¼R“^0','wp-content/plugins/woocommerce-services/classes/class-wc-rest-connect-shipping-label-refund-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','SÆÑt|4,ßOð@×È','^ÏÕÂ%Xï\\¬çÆ³àÙUrO³€µ\nÄ˜EŽm3š|þ','',0,'?'),('~ØU%ß‡€öÕü‚òš€û~','wp-content/plugins/woocommerce-services/classes/class-wc-rest-connect-shipping-label-status-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','”qìQ“¹ ÿ\0Ñª±+Àl','¨€G\nuå÷²UG“e8ö3çô;wno*lL¼ŽÁt\n','',0,'?'),('ýÓ!ÜàvÞ¶”<^¹\Z¥6','wp-content/plugins/woocommerce-services/classes/class-wc-rest-connect-shipping-rates-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','“W\'Ç.y¯`\Z”Ç‹ ñf{','Ä^n2éÞù‹ŠJ5/åköÕ\0ðÞÞæl4dÿ¤ù6j','',0,'?'),('zëJ¢¸Ó÷‡8i—Ó0B','wp-content/plugins/woocommerce-services/classes/class-wc-rest-connect-stripe-account-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l–\"~ÇzmcØ]³ñv','ª^¦ØåŸ]W ð²}Ä›ÐÂ×èòü_È<Ä×bxØ»','',0,'?'),('lŸ6/Ðdw¥-ìåUåÊ','wp-content/plugins/woocommerce-services/classes/class-wc-rest-connect-stripe-deauthorize-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T#’„ýdYÈ²dš</‰','µéÁ,(·BãÙË›XkxvÙ¨–<a°Î‹tjÆ´','',0,'?'),('9	,Ì\r4²/ô·\r—{}','wp-content/plugins/woocommerce-services/classes/class-wc-rest-connect-stripe-oauth-connect-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ý8Øœ¯íaáæŽ\0ÎŽ','k¨Üë¦G¤O÷õ4\"Yê¥Ð8b ’z§Ñægž%','',0,'?'),('+*ê\"Ë9Ü%DHå\0A','wp-content/plugins/woocommerce-services/classes/class-wc-rest-connect-stripe-oauth-init-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','áÝ\ZVÀ(-3ª¢ÑÍðœv}','O‰Ïõ°iOÍžDôZ®¤Ÿòôú”©­ÕÖKŠ¨','',0,'?'),('%¼3êf–\rt„/e8¸õt©','wp-content/plugins/woocommerce-services/classes/class-wc-rest-connect-tos-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ö§ï4SªÍ©±=o4TÒŽ','è9O“¶bSfvbçŒA-†]d”#âŸŠù£ëR@Pw×','',0,'?'),('YOà(%D˜r&Æ9¸ê¡','wp-content/plugins/woocommerce-services/classes/wc-api-dev/class-wc-rest-dev-data-continents-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~,3¬óŒË©/x t²','~býzÞSí\\«øD6JØœ…ÎÅ´_T\";(?‚°v&î','',0,'?'),('Õ)Z:ù»âuÓ‘…íï','wp-content/plugins/woocommerce-services/classes/wc-api-dev/class-wc-rest-dev-data-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2Tdü/ÊÚÑdE«ï¯','\ZÓèx\ZƒïÃÑð/ñ\r¦Õ6†úe¼9jõApü&s','',0,'?'),('Ì=ýÔ=}Æ*e$y¦v×','wp-content/plugins/woocommerce-services/dist/woocommerce-services-admin-pointers.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9O‚¡¥.¾žwT°“ð','T„ðû”xaCÇ7›ø¬?-$çÜR4Æ wç¹k¼“œ\\•','',0,'?'),('n,‹k:\'¦“!×\"t| ','wp-content/plugins/woocommerce-services/dist/woocommerce-services-banner.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']¹Ì&u#‡q”]<ß','}B&o®_ÛÿcÍˆW!Ekrè7E%ÐcÁÖ˜Ù†‹b','',0,'?'),('k@Žê@Ï9mâo','wp-content/plugins/woocommerce-services/dist/woocommerce-services-banner.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A7“ÔŽ,–‰‘¶s¿M\r','íp#®#êiß!oEîL$OÃ<åÕŠÖ¦::Ä','',0,'?'),('ÿÔ_:ÝºŸ>xv–zj“Ê·','wp-content/plugins/woocommerce-services/dist/woocommerce-services-new-order-taxjar.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','];~k“G¯$\Zm»µÿ—','–\'iãeÈ¨oñdý§9ðãN7Òhy;gˆ\ZË¤','',0,'?'),('3?ô)#ºcöåóíÀ%\Zü','wp-content/plugins/woocommerce-services/dist/woocommerce-services.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F¦èR¶çÄ‹B´GL-','ØùRÛjcöÝ]ç´ÃG\'W–¯Œ\rÀ}Ð¢Â¢Å%Î','',0,'?'),(':V»HŸvQ8%Òû&q','wp-content/plugins/woocommerce-services/dist/woocommerce-services.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	žà”B%ªâh,ï»',' Þ@h€´FÚBmìYÝÕŠGQêüh{3/_=x/ºÐ6','',0,'?'),('oV{:g^º¶0ÜÁ!!','wp-content/plugins/woocommerce-services/i18n/json/woocommerce-services-es_ES.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',', =ýËÞÂ÷²¢y‘','%¬z-9æ\"öE9ó„ç%L1š¡60e‹]c	Á','',0,'?'),('ìVÊ[-ÕoWÁö/)/ÖÆ','wp-content/plugins/woocommerce-services/i18n/json/woocommerce-services-es_MX.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¯K	í\\ùû†Ašuú¯','ÂI¸ReéòÃÓdb—Ø\\É«ƒ5æHÚ‹¹ƒÚuo<','',0,'?'),('ÓÑ“¤\\4_Õ®ÆØ(5Ê','wp-content/plugins/woocommerce-services/i18n/json/woocommerce-services-fr_CA.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ó¶Àò\"Žb„&õ¤9–æ','°Ñy[ßâÍkH%¾‘õ#7Í™\"¤mºgKþ‡„/tFi','',0,'?'),('iœ_3Ô243´&¹›ÏqÐe','wp-content/plugins/woocommerce-services/i18n/json/woocommerce-services-fr_FR.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','—–£òÞœõžªë¡_M2au','‡¬·M+h[-›à‹‡6­Tä=­}Ÿ×©cçLï','',0,'?'),('É³¯2ZD¯ªÏ)lÂÅ','wp-content/plugins/woocommerce-services/i18n/languages/woocommerce-services-es_ES.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']±¤Šë}§OÄm¹à14Ý','AI1ÑŠÔ¿ÎñØæÄÜn†%.ªŽ£nçfÝ¬xÁÉ','',0,'?'),('²X…>¯	˜»ÒªÅÕjˆü','wp-content/plugins/woocommerce-services/i18n/languages/woocommerce-services-es_ES.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Éå±>…é…ÄÐîŽpž','öÞ]?«\'7í`­DJÝ‹dh¿ L©bê¦Gnn','',0,'?'),('ô©@-;ãØÝ¾ë²x‡','wp-content/plugins/woocommerce-services/i18n/languages/woocommerce-services-es_MX.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h«ÛŸŒj™ÊFŠ6\nNä£','òƒkµ£Vâ}5=|Ä7m‘ÓÌ¥/ÍÛKÍo\ZwÝ','',0,'?'),('çOÀM¢?òh\Z\'ˆ_»','wp-content/plugins/woocommerce-services/i18n/languages/woocommerce-services-es_MX.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9ö•¥7y†ºý¯&GvõÓ',')ýþyÆhuÎ~X¢í¸ ¢¸}œšÁvi!5%õWÖJ>ëÖ','',0,'?'),('Àÿ©Íí0J4÷¥?æ·Y÷','wp-content/plugins/woocommerce-services/i18n/languages/woocommerce-services-fr_CA.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÈÎ·ÅäÃ Š†Á oøÁ0','[‹Sò°8¦¶`‹í€¨ëkÈØÒ™‹jBb•[ã†l','',0,'?'),('ñ»¶N\'Ö—ó½‚PîQj','wp-content/plugins/woocommerce-services/i18n/languages/woocommerce-services-fr_CA.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K,¥-è_ª(“gS0¦ù','.æ²™‰ÁÇÑô\\˜d³s{ú\0¢‰UKú£°ìØQ ','',0,'?'),('g†ŠÌfú‚ÃÏ¿ZÍ€š','wp-content/plugins/woocommerce-services/i18n/languages/woocommerce-services-fr_FR.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','×@µÉà¼!?í%\rö•ì','Ç¶&î©)õ89Ýv7ŒŽßsuu\\\"ÂŒ ä2³','',0,'?'),('ƒ)PÄÉãpëT‹JŒN“T','wp-content/plugins/woocommerce-services/i18n/languages/woocommerce-services-fr_FR.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5ç·–Ám	¸e&’³‚R³','ÆyCÖz•^²+‡ÅúcîƒŒ@„üLëjR€Ÿ^È)','',0,'?'),('s°ha+C¾^¾s”x?i/','wp-content/plugins/woocommerce-services/i18n/languages/woocommerce-services.pot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','duœÚš\nŽó\'{0oèC7','Ï)\0Ø@VæIß\rú}ÛVNýLjDæEt­Yïë6Bì¨','',0,'?'),('j·­WÅšÛ–¸àk	','wp-content/plugins/woocommerce-services/i18n/strings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','»àé£_‡?=>ãäo¹8Ù','^`\'¦=q¼§Ñ‰ÒýˆG—í¿ù¸³ÉL)‚ê¥>U','',0,'?'),('ñ¼˜9¨d“ÎÐñHë','wp-content/plugins/woocommerce-services/images/cashier.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#žµ;È2\r©xhÖ“‚y','GyæWã`%h—¿gZ+#ÕÜ4ûTF&!.dŒ•ðI','',0,'?'),('nï©¸g\'ù=õŽ;%°Ñ','wp-content/plugins/woocommerce-services/images/jetpack-logo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^¢eƒ*Â†èœ\nÇ¼Š°¡','%Ñ‘5ðIâdi—[†jÖœÁÏ,Üê¡\nD¿¶\r‰ãè`','',0,'?'),('ú!{¼E^íeøX”N ','wp-content/plugins/woocommerce-services/images/stripe.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Él7õnêAˆ\Z@muÁœ','¬äò†_†Rœù¶1ñÃrÍ\Z\rF±{ãc“-NS#}g','',0,'?'),('þ-ÂÙ6%’\rZ–`›¿','wp-content/plugins/woocommerce-services/images/wcs-notice.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ªÒ\r¶ÚsBÀž˜sž`¹q','3Â#Ym.Èc•gxp•NE]¯Zyù&×H…yøpÛ5','',0,'?'),('÷áº‡ÃœöbˆéyaAxG','wp-content/plugins/woocommerce-services/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','æ6ë]×Rº†Ú®Zo\Zã','Ò5EKœ2$‰úm²\nGéc‡};ÜXòªç2¼¸ú.ïÆó','',0,'?'),('hÖEQ¿IÁã2èHq\Z ','wp-content/plugins/woocommerce-services/woocommerce-services.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0ì\nØ~ }jˆãénjÀ','²\n7²¢0n,3\'\'·—’¡ägcñ5öµp#ÀÐHEÜ','',0,'?'),('ÞÎ*(³“*­+¯Wj”cp','wp-content/plugins/wordfence/crypto/vendor/autoload.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','œ£3Ô¿:á“V«	˜ŠU\'','“»ö|<ÑÔþP*tg«3dYsÏß/‘€ûÐø‘','',0,'?'),('ÕBImSÀÔ96ß7’†ðX','wp-content/plugins/wordfence/crypto/vendor/composer/ClassLoader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' ‰×Ù|%þ‡*T*ú`','˜˜’ä¡289vu3’n	C2s¯¼va/Ÿ','',0,'?'),('S­“ù\nápÞG%­','wp-content/plugins/wordfence/crypto/vendor/composer/LICENSE',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','•]_åŒ#Dö´\0óƒµâ','\Z ŸøÛ’ö%§4~NÙ~Gh!bØ­:w‚˜ÉŒ¿™\'','',0,'?'),('a5ÂÍ…Bˆ_ó­sÎ','wp-content/plugins/wordfence/crypto/vendor/composer/autoload_classmap.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','†EÓ¤ã­‡çÏMˆ¤gª´','QØø£*\'¶„þB©+Eüßž³û:•ómŒÎyuÖW','',0,'?'),('ÿkŒùþÏPP™˜1<Ã','wp-content/plugins/wordfence/crypto/vendor/composer/autoload_files.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','êouÍlçÛ_›4@«¦','6b% \"ÄÊ´sÑJëp3°¿·ç8Ó·ƒSÇ™:ú±ƒ‘','',0,'?'),('‹ðMAHöÌô\0êœ[d_×!','wp-content/plugins/wordfence/crypto/vendor/composer/autoload_namespaces.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5á,}vÄ¨3¼õGÀâ)©','E½r4@\0¸Ô¡$¦âzæú3ð¸$l²ê\ZÐ`iäexÃlÊ','',0,'?'),('8Y­õÅv¿ëCÉ[,ž‰','wp-content/plugins/wordfence/crypto/vendor/composer/autoload_psr4.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ý:\0ðÑ>²—íØÇ}LQ\0','ÀïÃ_U\0]q=Õ‰Š®f\\¿/ 	@d¡Ì\r¨+vÜ*(','',0,'?'),('úàZ–p%\'n\Z‘ªWjµå','wp-content/plugins/wordfence/crypto/vendor/composer/autoload_real.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ìÈšýš)W0“Ë\nMë',';ö£3…UàŸïb}V» kØ\'YÊr‹ú\nžrˆH¡)6','',0,'?'),('PKˆ³2´Iªó«Á)¥‚','wp-content/plugins/wordfence/crypto/vendor/composer/autoload_static.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3[«h÷k©da4îp','õ&û!Õø7^Ïú@Ñ9¢­ùNÌBTÇþíÚÇÖ*8×','',0,'?'),('&PDtÅ?5uø1Ym²Ø','wp-content/plugins/wordfence/crypto/vendor/composer/installed.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ðüïÈÈÞ =I›,‹æ','žÉøAQT©ßúÏí°cÈãqP¹¾¤Bb¨tÈ\0','',0,'?'),('íNÝÔ\'¢!\rBÄj¶Ë3Ï','wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/LICENSE',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\HÉÖ!#š¦>báW‹æ','–&ßxÁ†wÓÎ±hØÄ)šÅ“@5mßÒ.)9ßR','',0,'?'),('F|÷œ§§wÜZQ,O—þ','wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/dist/random_compat.phar.pubkey',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6ÚãÏ?Ñ\nå	:®Â›{Q%','„ß—ZªIK/IµøwÂ¥‘Ovy›EøBi\\$G‹&','',0,'?'),('O4‹Ç³WQ™\0”ÒRøï','wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/dist/random_compat.phar.pubkey.asc',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>Çˆ­»©\"Cåixœü¹','ðªËxçœª!™¢ŸÄ}ò—\Z¶…˜Ê‚Wª¯úËd','',0,'?'),('ÜÌä.ÜUÛ	ý¯Yää=','wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/byte_safe_strings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¾h„Á³`‰·ÁœV“Af','<‰\\žGòÌ;1#½Àk©L´—Ã Ãƒ(Öƒ','',0,'?'),('>GÇ­OäjPÕl¨îB','wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/cast_to_int.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','þÜ$›]\\³â¢çÒÆÇÒ','Øšx\"ƒoŒ*Iç\nQ›Òj¸·ƒŠçT(óG\Z¬.¢\Z','',0,'?'),('1-Àÿõîø×g97¹å×','wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/error_polyfill.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#fG«\rÖ‚·‹Bî¬Ÿg 0','‘¼cÞ(±Œ¢¿k1ž†íáúî•2‚Qw4ûÊ?0','',0,'?'),('Û46ï1ÂmÎÍùYR','wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','­nH\0÷u„}’ `¤èóÏ','—–ŒRÂ÷&»XöŽdÞ[—š4¸š9Ž“Vì·I','',0,'?'),('\r€çþàËX°öÀ­+Ã-Ta','wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_com_dotnet.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' ¼ÓÓÙO>AÜ+ä=\Z,','ëåUâsìÝÎÂDŽMÃ™ÆdÍÀ€(Ï\0ƒ±Ä¦~ÍÌÇ','',0,'?'),('–Â Ïv…‘Æšbu)','wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_dev_urandom.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ä=Y˜‘‹™@ü¹Ó·_¥x','Þ°Ê\Z^3ÃÉŸv‰U.a\r]fßhâI…™(sõÆA','',0,'?'),('œñûÄúžP‹Jætûú1z','wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_libsodium.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!¿ìE«µP]Ç¡;Ÿ™','<¿ø‹¦\0ß\rIB=\"„P8DÇ\"÷¶àôÀL~è€I[','',0,'?'),('wÃ‹ôíÊ9/,+1ý‚','wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_libsodium_legacy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‚gÛ°/*±‚ÈC,k#','avxu«‹í¶j¦«=žI¢S¶ÑD{‘ùÞÁ’!','',0,'?'),('YVô™2™•9}D8£','wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_mcrypt.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¨CZ?Î@J±N_ji<”\Z','€<¸HÀ„¢\"ØôF¯@÷¬Œõ%®®Ú1`7<Òð	¢Í}','',0,'?'),('æÏå¼èP¿IcDÄËÆ¾è','wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_int.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','øÌ®ÙJ˜sÓÇ™ùB','¥²ER ôJbÆÈ¸I\"ÊìtÞ],˜qPþ1\\fD','',0,'?'),('¬Ioo¨Ô†5nu¤Ñ­¶ˆH','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/LICENSE',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÉÉKA¡ècŒ¼ tø†&÷','º;8%&hÄ1©°RßnÞJ g0-—p\"ÍF1*t‚s','',0,'?'),('??Q$¥P£¬À.:X6','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/autoload-fast.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','÷Ë|¹K…þïº-Ä	·Æ','3\\3L\r?èB8ÀX\Zò³«N‰8wÐèCû€NU=M','',0,'?'),('§¨°Û÷ŽÆ„º²±NB×­','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/autoload-pedantic.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Á~dNc@óŽÒG#à,','©.Ä\"K‘–|‘ñæ[¶óµ\0ôÊï:§Hš/Æ?Ø','',0,'?'),('Í^&‘ó`Ráy’‹™ìJ','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/autoload.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÔyáŽ}ÏÊïJòk€>¦','ÿ¹”ÛÅÇ/Oæë	í‰Â¹k¤bzë_£B]U','',0,'?'),('°-¨ì·“ö·9ñExZ','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/constants.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-gòlrcÒ]‰±‡\0','ABö-Ëq½Œ=Ù3¥zfòR›rWM4¡ÊV)¾§','',0,'?'),('Ï×€yKvçÓ.ù\Z±','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/namespaced.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5»ô¾“‘@Ô?£óöU¾','Æ±­#„q (ÆYšs·£”ëq‚Éó)À}·Ò','',0,'?'),('«?H“©ÿÄë—h¬D0	','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/php72compat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Æ^R[XI¡ T´e)´ÏÀ','u9Ö :èYnðU:s›yg50=ž	CW5$eA=','',0,'?'),('\núÙ:ÂX2ÞL•Žnc','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/sodium_compat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ãÏQ(P7ÙÇAPØdh','Né~!„é–)NcÀ~ÆÞùøñˆ\\‘ nÁ.lFŒv€','',0,'?'),('¸ÛZŠÌ(“Å§|ŸÍZ','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Compat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','QUÿp~ocÃŠ4ÒNt›û','”LÎÞnµl2@Îö>hši,uJY²H¦‰\\ãLô,²B','',0,'?'),('Î½Ê}ØVº+µtB³','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/BLAKE2b.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','­žê¤€”xÃÙ ·%•cl','Nž8,ÿcÝÛíëaež¬ÓñÎŸi<5p$³¿ó','',0,'?'),('!I­d]5$Œ¥À[àÖ~¬','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/ChaCha20/Ctx.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','oû¿LÑöÕ k\'k1Šþ','Žœ1ê \\¯Qt©*¼€îJïÑêŽý%…ØËsˆò&','',0,'?'),('Ýæˆ\'˜Ä|?˜Â>ûí£','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/ChaCha20/IetfCtx.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ƒ¦÷LÕòaDJ„?ûƒZÿ”','ˆ»‹…=F=„=…<øø_%ˆ=§ÙM?áªÝÜÞçu/','',0,'?'),('IÖPEÐXtœFHï%–','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/ChaCha20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','®šó\0ÂõìLv¿[cÞÎ)?','¤CÚh!Ý€F$ì}¹wd¸7b(¦!äp÷IF.L','',0,'?'),('‚W= \\\'x\"ˆWÌ}îîd','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Fe.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','§°÷Õ©èK½­ƒ^ã¥¾¹','ÏM‰8:ŸnaÆ‹GZÝqQdÃ½!® ¼Ú\'‡›&g1','',0,'?'),('Z£°Ñô„ûÝ’¯ºS¥','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/Cached.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ló¿Œ\Z^Z’HG³%©O£','‰m¤»Ÿc´;ò\nyã²ÈÅ0,Æ5ÿ‹ÙF|=ÈC','',0,'?'),(',zØe©àúY#uJ~[P\r','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/P1p1.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' OpR{üÒµŒçGÝÛ','“Y’ü:B†åÅP5M€s_†¼±š¹.Ù†úÖŽ','',0,'?'),('âBK†ÀõA—a<ä­l2','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/P2.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÉXß“à¾Å’\"X3î6DQÝ','!l.º.¬êGIî´\n7oeÈÑ¿è\';Iÿ\n\n³ ì','',0,'?'),('\\Ÿ¤Ð\ZéŽe	Í)ŸÕUp','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/P3.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','È‘Hä\Zb’>VïDö¢R2','rÑ›JÔ‘I/é\nO‹Y}œxš‚Å†ë”Þú‡ÆU ','',0,'?'),('“º¼ÒÁbqÀ/¤ÙÛF¤k','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/Precomp.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ßðª­7‡õÂ¤\r¬FÄÝg','žn’V\'ŒV±û»¤Vî²)F|*á‘2ˆNà×z','',0,'?'),('‡^Sx_?u‹GÊD©äë','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/H.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','”ÏHÙd9<CðË¤«šÑbl','KÏ.Bo¬°ßØà£¸ƒvüˆb˜%…˜àÕS~1ùKàÃ','',0,'?'),('N=®fÐ>$KŠäâH¼TÎ','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÇÓë‘?G{òõ¸ñg','Ä€Ð <WŸ;-\Zñ€™¾—(C+¼,Mþ•ÌUâáW6','',0,'?'),('·ï/ïöØŠ!¤N>ñ‚\nþ','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Ed25519.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ú¢f<_2S^I¿ªZ','ý­iÝ¯™ÿ8{‘iü´Øq!d¾ ÌÕ¨åAzòõ©','',0,'?'),('YŸBWy	+æB‘OmÇýz','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/HChaCha20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#ž:šáNÅ\'”DxƒÑN','¦[§õ_|ÐØ~E©¶©í+¯~ÅEì€(‘`í_ª¾','',0,'?'),('KËLx<C Ž˜H”ôe\Z','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/HSalsa20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-·ENäÄ‚Û›(\nún','š÷Þ¡Ñ¬}^EFÐù›ÊÞ>ô’Ú‚BìÛ','',0,'?'),('F1+\Z#÷+dÓ{‹wÎ{','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Poly1305/State.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','þ.D6·pŸišr`¶fwÞ=','Ä2É±KJ73†ñx§2ÚM2°®&˜+·Œ•Lü‡L','',0,'?'),('£šEöSÔc+ßñ#º)','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Poly1305.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','uÒNm…Sáí”ÔCÛÒ{ç','üØÔP~{pÕÔ}x{Ô82hXöxÅÁ»ˆ','',0,'?'),('!Plu6 “ðë¡¼ÒCZ','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Salsa20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','àò˜ˆÁPÅÏÙe–‰1','T¨ÿû*”Û+†ÐøÊz]Êœ;>¯\nà3ÊÊä]?x×','',0,'?'),('ia{–-ÏÛ\Z÷Ø™o³’','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/SipHash.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ž}©<ÌÄÜŽ‚s¾òœ9','þÝQÇþ\'Ør™† ¼t7¥â=s*a`<¾zÚoÔ_','',0,'?'),('Üþ¼¬\"8YŽŽ74·O<','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Util.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','di²BDõJòˆ¯D¥5ÃO','N«a‡º–iBÏñÍ\røÆAO]¶¬©@áPµå','',0,'?'),('´ÁjðÖ¹J‚Üþ‘ö0Y','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/X25519.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p§0W\"F)”ÏŽ“8O£','©5¬œð)&ÚÙBoK]®¯¤Ø»Žó–rm`%®ÊhöO','',0,'?'),('¨Û	Ì\")¥\"µè0I£o¨Ç','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/XChaCha20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','­z„¿q\Zs˜¾q776ó','C®D­a–$ê¹=›f[Q§4ÂJWÑ7l)®.Þ=%¯ÿ','',0,'?'),('ý’ZL‹O’lÖá','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Xsalsa20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¦Cí¢•ðFæ–hôz','oÅ‘\nw¦n¾ËpL”+;ÐÌíß~‹¨t2´P*Æƒ6ø','',0,'?'),('¸d`#)?žÏ³šÏ0(w‡ù','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Crypto.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' ÁoYƒ¢Û-ã)EHd','lÜ,8¿EñT—ŽC‘eylžaùSîÔ;)\'\"dÌ`zû™','',0,'?'),('G<7eƒtª/î’÷W¤','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/File.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[f0L”ÅŸ»Ò\r³{VWè','‹Ð\'&Ü”[m`ÄÏŠÐc2EºÇû%äW¿GWºä‰·','',0,'?'),(' Ät’Êh¼	,Gx¢\"M','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Compat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','«\ZÉP¬‰}>’Žj±î ','Mya€¿˜;ˆÂ­ìÈó>¦ýï³úp:/f','',0,'?'),(' ŸG¶Ê´©¨GtØ‘›¤','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/BLAKE2b.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','…ßï±LÒkËöm´”>Î[?','cÇ+ÝZ¬Y§:{©\n·¯JPc¤\"{4µuÄ#ÓÇ','',0,'?'),('ü·qóLøó>ÔÆ#QÄ\0','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/ChaCha20/Ctx.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ñ•úŒÅôôB˜ì¨âgYðé','ûõ‘:âIZ®íCý¢Z•Ú8ÁÈ°ô›Lšå]é™m©','',0,'?'),('xLKx ––2¸¯Isò!#Q','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/ChaCha20/IetfCtx.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Î\r—U¡ŠöÖýÚCB\"','ƒú)M£¦•ì©‚tUÊä¯Î´ÕÔªÛù¯ÌF.ü','',0,'?'),('Ð%#óºétÁÏò4„x','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/ChaCha20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y¨Wû0{Xån§Zÿ0','Å\0AVðŒRXˆÊÈ•Ê~Üád§^í/)…@RòÆ','',0,'?'),('P „ôÒNtD«ÝŒŸn\"±','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Fe.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a¨Â!´,¯‘^Òq—','Xß‡p÷Õ”ÃZ’Ð‰ÒÖ±oÄ\r»=Ë¸<!„~²3æ','',0,'?'),('$îŠPÙ`‰‰\0gï¨X²','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/Cached.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','yFÂ“\\œ»â…Û2šÏÿí','2k¡sÀÚ\\>ª…RI:nHðÈ¿Dmà!zzØ±À','',0,'?'),('Z9“¶Ó}.ÒÂJ¤Âk=ª','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/P1p1.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8I¢ã¶\Z\nÙÓ£‘','i>z’½R“@¯ÅòáÂãkôWà6uškÕyˆ','',0,'?'),('P¶bw¿=‚Ìõ”©ië–Ò','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/P2.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\\ZÁÄIw5AlLÛ¢','úã´K{þ8¦Àfl…7s…RhÎúëžå—‹Ê‘I','',0,'?'),('Ä-²°\'g‹«P÷\\¬','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/P3.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9žVÆ#Ò¹ëÛ4€','Gpšf¸øHvŽ†žŸ\Zæóx‹8ƒþª£1C°[Î4A','',0,'?'),('AK<¬ËÒj§œgsrã','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/Precomp.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4¬•Kb(å\\Þóp¸B-','ç•Õ³* Ê°	¶ä†[qŠ¦ËœPˆæ‚ôk','',0,'?'),('ð ÀÞ<:9Î|ÂÎ6','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/H.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-_ÐûbÊÁ->OŒ¥\\è‹ƒ','¤sÉ”gá%û½riC¯ùP˜ëw†«%’å{ÖÆJ¥Î','',0,'?'),('vLM—.fÕìÔ%OMR','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','›4¹V+=?kÅ\r²áÌ','_¶âÞ¾x:ënOsO¨:dÑ\'\0—N=–ŒÒkà','',0,'?'),('ÿÍÚÛŸ½Ïb…B','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Ed25519.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I%²0ž\\ÏòöLþí-ûµ','bh€pò¿pv×´¿ÁO#u Í5/=øº9Åˆ)ßä','',0,'?'),('oCÉ\"ÀÏ…Q¸ëàtƒÑy','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/HChaCha20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','±Â+Áë’þõ%','Á4!ýˆHü:6>ËlEîæEc#œÐØùa{A´{','',0,'?'),('*ÇÈÆ²¦¼bÅŸ*ee¸','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/HSalsa20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ðx\\8zíMØ~—.‹','üvR¬\0‹S~[ü\r‚ªÒ®6ßáoÝú¾á’þ:Åšµ\r]','',0,'?'),('H·¨Y6oïãD{ˆLHê˜','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Poly1305/State.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z˜lì‡Œ1âg¼æ¨E‘','¸Àµ;ÈÃ}-\ZýÚ	¿Ud)Ýú«ÔsÅDÊ%éRáú','',0,'?'),('óóÒÍÑâžžùª^Õ˜RÛ','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Poly1305.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÉÞo”…å—¹å§h€g[','€àÀß.Ö-h4`9S _\rè“)IÍ(†íWÓò','',0,'?'),('%$ÎïÝM¼qæT<Äýð','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Salsa20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C£¼UOžõ\Zß ¡xtH','ŒG\n\"‡_/Açg“h	U?âS‚sóHö×‘‘Y¤ô½Ù³','',0,'?'),('Ì™~üÈŒÃ®+äíbyÈ','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/SipHash.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{¥ìˆŠzÀÁ;5!ËÐ','òDÐ\ZŠŽìL‰Þ Î”a¤°]nôœ\n»ìŒÕL&æ\n','',0,'?'),('K0µöò\rÅé–Ücnçû','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Util.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','þ›Ã…úKW€<„S\Zƒ|r_','E`Èw`°ü>.×Ó2¹ò…V\"—á\0Mp\r †9·àä','',0,'?'),('?Užµö½¼š\'_l.…p','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/X25519.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o>B÷˜	¿Ÿ½‘IN”-y','þåhlŽ[À»¶½†§ñ«(¿l~‘Q÷ußFM²	“','',0,'?'),('÷¶gxƒA‰È¢}¡g¢','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/XChaCha20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z±Ij¯‘c¥YKC\0œ','ÅýˆP¦ƒæ ÖRVÏ*•Äªiñ»£Œ}kê÷VXö','',0,'?'),('Á]¯*Á.>`Eõ“f±','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/XSalsa20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','kÓF£ Æh¢ç€1-¦','6!oŠmö¦ÝŽ^Ž.Á^@Ë¨ÑÒv7ñ	Iáœ}€Ÿ','',0,'?'),('Îl/<ÀÍUçëZA‹å','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/BLAKE2b.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Í£r¡–¡¬éáïZÎwû','#Ÿ€•¶éÀJé<L6“‰zqéNÊ0åŒËâf8Zó£','',0,'?'),('-\\¬‹[×µ¹†èJ’×¥','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/ChaCha20/Ctx.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Fá’1ª£Æ	ÝMœçáÈ]ú','¤ëA8ÞÞ{€!§òV™t<SŠqH©ohÞ4†¥y`By›','',0,'?'),('´of?Þ3¨P¿1ò\"â','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/ChaCha20/IetfCtx.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g\"Ì¤/O”›ìY¢·\'','Ê8æeêT›et\r jœP÷/¥ÀJä†™<^¾rÓ¥z','',0,'?'),('›ó71Ð¬È}\nûÈ','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/ChaCha20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1’2+;FÄîÅÐ½NMƒ’','¾w†Å\"³*”Á5¢U T@™åœnyÈ³Æ^a¥u½°\'','',0,'?'),('ÇåwªÛy¾*®XÍO\nG›¥','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Fe.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','NéVl~ò†m[%Wt','P–q\0€ƒ´“”šV{|æ0m\0;ÔÜÖ2•f@UÊ','',0,'?'),('W8h°!É©k®Ä‰\'“','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/Cached.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r RU¬bâ*ÍÒ\0\'µ','xíîÑò<Ùs£’BZš2œj§RM\'0%$¹Üi{ V','',0,'?'),('ãÍ¥`FJÍöS±u','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/P1p1.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Kz+UíÁäÅ¸(ê5\\','8:½‘o™Iô9,ê¿=zDk8;Ñ{A{†\Zij','',0,'?'),('ÄIa»\nØŽš–êÐa','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/P2.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Í¢¾>\Zëð°\Z+•,','*y$˜MQ[qÓ:héš\"îÀù)£XTC\0ë\\k','',0,'?'),('òcY„F¶êžß}åj`½¶','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/P3.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3‚ñ‘ýë’b(æµÐš','n;ˆ<Ù±	Ç•°-WÕt“ù]ÎÁ<‘s°êÖu¡','',0,'?'),('ïu_ô‹‹ÿÂÊ~!\0Ä','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/Precomp.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y=\nYà´99š2­ø','ý—û6©‘°\Z/ˆˆùpây5îÁœÒEð”Ø­½©­O±E','',0,'?'),('oæàñ	lÑÑ´Æcd','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/H.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','æ×ø\n°À¤@Lj‡wDê','\r¯8úd³ Ÿ‡²ð×8sÚ‡ªÎî6 èFúÈŒÏ','',0,'?'),('©ïú~+ØqêX¾Û\"`','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÁoaQ¡¤ì|gâ4&ÏÙ','¶cÂU©X„ýÔñ+‰]WvdÞ=ø,ã½’„Z0)\\³','',0,'?'),('æÓÄh]‡‚Cù€²A*','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Ed25519.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ZbOúˆ6†¯§¥IcD€Ž','ýŽ`uþdÇóeæ?s¢7¡þÑdÄCê¤Q}Y¬×ã/ž‡Ó','',0,'?'),('Å_Ìn€ü£³Ép·¼aV','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/HChaCha20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>*LÖ1ÊËµ©\"k%Fƒ+','Z±öiéMÛf¼UŒv±i-å})ôùfÑ\"†þMnd?X','',0,'?'),('Ž¢éXp¤ÜÓçŠ~0D','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/HSalsa20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÐW¯oe±~°oB2ž_;','5ŸqõªSrLß]OX½¥˜‹sqˆÍìð+l<‘ÈÉ’','',0,'?'),('µA?à™]\\8«PMTÉl','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Int32.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¿ÐCÅBÚ)cŽàaeƒ’Ç','ß[}“¾±DØÕÔ\0OV±:~-Ô\"~mBh\"<ÄùpWè','',0,'?'),('BæºP‰X¡WÌã6éË','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Int64.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' õQAäL›’Üóšœ†Už','™ÜÕG±¤\n<.\ZW‡r´Ø£ÊªÇãÃ˜¢)','',0,'?'),('¦[\'é/£Óþ¢; †”','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Poly1305/State.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','îÐ¤D2E\\ûtš.-ù','ÇU\nœ/miM‡yE-Q®M^…\0•‹QîŠøL9hœT','',0,'?'),('a”@—WrQw¶ÌZ\n.î','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Poly1305.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','­Ü‘zŒg<Nèô\n?o6f','ŽÁ“R °ôEgøX3•†JAc”ì!aú_ÊôS{','',0,'?'),('Ì ˆûþÈK i–D“Át','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Salsa20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ØÊæÍÁZzš#Hèç²','n]¨ëx“Ë¶º«¤\Z_ÑªkÔB³-a½&½Ìƒ','',0,'?'),('_Ì#è‹ñU1púGSò³','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/SipHash.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z°ŠÅrt½ÂýwúÉ(˜e','¨Ò¿DÜI<õ^Èi2dW‚]Gâ_ä-+…A8óW','',0,'?'),('­?FÏ¸½ë¼¥A†€R1Ê','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Util.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','™p‹˜Ô¦d0ÄàlN&7+','^s\nù@G,¤Ú–\n;|3P	nÔ”/\rzAÝ\"\nd','',0,'?'),('‚/	ÁE:KòRå¯¥Àv','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/X25519.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0”VÎ®¯ü©É?™½“b4','=·Þ£ÝçÀß4:ô­$džX“WŠR¬âX¦¾ŠN >ä','',0,'?'),('–z9»	Å`üd3Ý\0ÈIay','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/XChaCha20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ç Á@ÛÊ^¢µ¬8J','¥çØ½ƒ@¤¼B-Kõ¹ÈmãáÃ-È»•ß\ZÂ2p','',0,'?'),('Bã@R*G™xF4N}','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/XSalsa20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','£ž\'–_®?SÅŸ\Z]ÍyŒ','¤6‹Ð[-óŠ…,9YR¡rÚ\rY\"-ø€anó²‘6$Š','',0,'?'),('‰®¿¼œ‘GˆGý “ìa\"','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Crypto.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¼íæÃ•mAâN³R°ã','´ *ôJ/(²sg¤ YíDÆâ]ÙˆÀÌ¨|Ñ\0z¶','',0,'?'),('a¿J”’rÓäÝ&Æ-DÝ','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Crypto32.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¾Ýb]Ý†Ñ‰˜žÜpW','ãƒ‰$â¨‡—ñØ\rŸ×¶¾oÞ–GœÇ—qÂ#€7ôåŽï','',0,'?'),('¨XXïŽ“*Îá!2Ö~Å','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/File.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','££ÆŒ@“ÌïN`XgÝò¿','ÿQ&3ÆÕ_•ƒ+i»ª	öu£âqÊ³‘ØI+¹:	IO','',0,'?'),('£TL êßˆ,]½¬Õ¦†m','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/SodiumException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8‘	¤¢½»:{€äWóêe','6{w÷»µ^Gk®Î«Ã25Ýúb“ó„\räÝñ“«„æˆ','',0,'?'),('õ\r€´©+ ¸µù,š','wp-content/plugins/wordfence/css/activity-report-widget.1579191227.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J„^x;y‚­‚°Ôc¡ýÿ','ÐÓ¡®ÁfÅaMšWv+ò€¨WŸ%}Öêž`DöN£Å','',0,'?'),('´¸§\'Öñ\Zy¦\n‡~p&ÂF','wp-content/plugins/wordfence/css/diff.1579191227.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ü€g	­ú	™$’˜‹`róQ','ÀÜ$µÌhEJ^54<$žÓ­YcÃ×áÂ’Þ&','',0,'?'),('?6^çYN	aA°Åû','wp-content/plugins/wordfence/css/dt_table.1579191227.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ågJbjœJÁŽ9¹k:Þ','o[PÂHyÐŠ}½åìiGc¬~”Ð<c¥DìR:Dí','',0,'?'),('Æ,n4ªo+¼l«Ûh•mr','wp-content/plugins/wordfence/css/fullLog.1579191227.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','eÉ.i‹`«ƒÎ¾Uç¹v','?õ>ü°?hôÎ¾[µÂ²ïPØu{Ûpuúa þ‰‹a','',0,'?'),('•h¯r\Z¨—ªº;%e˜-x','wp-content/plugins/wordfence/css/images/ui-icons_444444_256x240.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ØGÓJû‡u;QÔZ6ø½','ÿû…ß\\MUŒíKhQ¯wÀC©¶iÖV´î¢¹²ÎJ\'','',0,'?'),('2´v–­\'³Í9\rÃèz','wp-content/plugins/wordfence/css/images/ui-icons_555555_256x240.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p¢ÔbDî@pýG+×±','*DZÍ>ùBgñ&Y‰Yˆ›þ„Žâ¨4(<¨/','',0,'?'),('\ZŸ ÜR³÷¹[Ö\'Ý>','wp-content/plugins/wordfence/css/images/ui-icons_777620_256x240.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ëJ—\\c7’yþxÆÐ³l','³~ÀÍqVšÂ¯¾*\'Å1”¥¤š]3^‘öžÍÉm','',0,'?'),('2r}ÜVáÄ¥$^¥‹‰n/','wp-content/plugins/wordfence/css/images/ui-icons_777777_256x240.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h…^n=(Š±&¡ñÝ‚¶N&','S²óDIBÿzÑ_-?(YÎãpE¥yûÆ¹A¡','',0,'?'),('\\‘®íàÆ¤7öî²Q€o','wp-content/plugins/wordfence/css/images/ui-icons_cc0000_256x240.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|¦%;w©ý¯Q»8øÈ@','wi>Þ6·Æ¬à4Èå .NÊC¹äž\Zÿ4ªIOžÙ','',0,'?'),('”vO¯Ö#èJ¥NïÔ+ì','wp-content/plugins/wordfence/css/images/ui-icons_ffffff_256x240.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Aa+JD$ø2Ÿ‚J”Ú','¬/#?Tï†iOLyv¦íuš˜TK”°©É¤½·\\Ø»õ','',0,'?'),('îõ$­2‡Úöi4ÉØmá','wp-content/plugins/wordfence/css/iptraf.1579191227.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ðeºbf.„Â\nÝV[ÝxPh','JŠ‹-@ ]á-Ðò‡	ÔcqÛúåWQ$8«','',0,'?'),('GÄk‹0zÊYkóIM¦¼‘','wp-content/plugins/wordfence/css/jquery-ui-timepicker-addon.1579191227.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')eíôfÕ#¡`Pž~7Än','-míÆzíÜnàNÊFûE\0Ñ­\\vqësL?—Z\Z²½','',0,'?'),('gXÐ¥XQž(©§!ñŠ','wp-content/plugins/wordfence/css/jquery-ui.min.1579191227.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','À}Oñ“^×0tGGäÌQ','³Ù$rb=pÏh¹xËK£ù5]8ÇQþ§˜R‰¯jn4','',0,'?'),('ßxŸÇãâckÃÕK·ö','wp-content/plugins/wordfence/css/jquery-ui.structure.min.1579191227.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#õ/Ì±h<ÀžUÕõ¤','ŸnäèøÁàiÙë—…µNµvX¥7«Y]´…¼°D','',0,'?'),('øb­{‹ò¯Ñ9×£þG2jh','wp-content/plugins/wordfence/css/jquery-ui.theme.min.1579191227.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b’K¿0ŽböºxÑ™]','4ÃõýùÇ\n–cµE2=V“{Æ+è\\goÐ…O‡¤','',0,'?'),('î\'¬Ì{vã˜†õ]þÚÛú#','wp-content/plugins/wordfence/css/main.1579191227.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','€†¦0e\0wnX%ÙŒ%','E}]‹éyÎëzŽ)IwðzµMOÎÆ\'È‡êé×ñŸ©m','',0,'?'),('¸Ÿ<_.Ø¶“Ìð','wp-content/plugins/wordfence/css/phpinfo.1579191227.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>ÅëQ÷Øæ!…0w/¨è“´','Çýýa@|­®I\r=\Z^ÎµÂd)ˆ[¶¹ø†ÎW²å','',0,'?'),('f×µˆÏÈ%(Ø\'­k','wp-content/plugins/wordfence/css/wf-adminbar.1579191227.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¼æ0ÓÂÍÀÉ\"CÏ·åTbÜ','h»Sä˜·*g£5±¹)!û•}ô¿Bl—NþEà','',0,'?'),('Å)\"‚\r{I<ŽwâÄ€','wp-content/plugins/wordfence/css/wf-colorbox.1579191227.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','PX)p!ƒ¾N8¦j­Œ','o©t0³\r™P2¡è±N¹­óæéiÌ×ÂKæÛu¤àõ','',0,'?'),('P·¬RI\r„¤Á¦','wp-content/plugins/wordfence/css/wf-font-awesome.1579191227.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¸\'ÄÿMäçÙ‹øVµª¿:','997dIŠOuÖ-Æøùñ%enÔ» 1ºï„é¾ÓI','',0,'?'),('óæ|\n2«J´lŒ«\"0v','wp-content/plugins/wordfence/css/wf-global.1579191227.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','þ¿ƒp]Üþ$îˆÚ¡\n','æ·‡tj?\"EÜ\0äó$Óœ ¶Nhqê3›Õ{œ–¤™Œ','',0,'?'),('uçgªâ!\'‘ û0µw˜¸','wp-content/plugins/wordfence/css/wf-ionicons.1579191227.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Al¡°sÜÊjÀâ¯ƒ','×’–ð“4ÌË®Àv¨ùãÁ‰MæŽ`—V÷ëýZô','',0,'?'),('#÷÷„íçrAÉ\\O%M','wp-content/plugins/wordfence/css/wf-onboarding.1579191227.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/ò¥KwtÎöG×ó\'…(É','‘õmÇ¸×${Ž¢È&W´>.{?ˆWoä•)ü=îH…','',0,'?'),('NËOÈôÞÐÈ ç×','wp-content/plugins/wordfence/css/wf-roboto-font.1579191227.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¸Á]ÕïðOŒuÝµœ','ôŠ+ÅhJ~¿Ê†´ª*éìa* ýâGb67§\r©:±','',0,'?'),('iç¢ÌûYæ|.-Ð+ Æ´','wp-content/plugins/wordfence/css/wfselect2.min.1579191227.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¤cŠ˜ÌÏ3,BñVÇÂæ','§€Ú‘ót4UÔ–\"ü;¹tû7äº\ZÀJyÙrb@','',0,'?'),('”ÛÈuõ`|õ/ë@\nŽy','wp-content/plugins/wordfence/css/wordfenceBox.1579191227.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C¿ÚWYœ~äHœ#ì]','šrºŽµ¨{µÛ\ZI‰5™O1”‡¤QÜÝÓ‡¨£Ò÷Cßï','',0,'?'),('ÍŽ3×¢àJynÎþÄ€Mà','wp-content/plugins/wordfence/fonts/fontawesome-webfont.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','þænq*Šîõ€ZF‰)2­','áü&4\"\rQjXãmN\"ãÉ?P¾o”Í\\°Æõ?¹ùŒ','',0,'?'),('ç2\Zð‰ {D·Zý‚¸-','wp-content/plugins/wordfence/fonts/ionicons.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¬ýµh³ßI­15[I]J','*¡×\\&¿tä­¨\\Ã	gTw°‰µ¯,Æ1ƒ©¢','',0,'?'),('ôZÍë–Qµ!ÕÐúö®* ','wp-content/plugins/wordfence/fonts/roboto-KFOkCnqEu92Fr1Mu51xGIzQXKMnyrYk.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`y\0#xÄsúGìJ¶Öt°ä','ÛAárëÐÄx?jŽ’Ò#‡ÂCõFËO‚G-¢SÖ÷$','',0,'?'),('jt¼ÙZáêÜ¿î,‡µ','wp-content/plugins/wordfence/fonts/roboto-KFOkCnqEu92Fr1Mu51xIIzQXKMny.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','rš¼ÂøÁa©aåîi','{J®L ÙßÍ»&Õñ{©½{¢ÌT:š¥£Âã‡B','',0,'?'),('>u¸ë™Ê¸…!4N2ÚÃ','wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmEU9fBBc-AMP6lQ.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Û,Ê;LŠ\'³´dee´Ÿ','¶+GûT}äm)*ÝÌ[’µÓc5½ZÝN-v>´','',0,'?'),('ÀÆÎûúmºÐ{·@¯mß','wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmEU9fChc-AMP6lbBP.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','oLFÊ’4å¼Õiî--','Á‡¦Cc#1_»œ|Ë·Z  ¿ˆ1€—É¾ÜÕÏYxí','',0,'?'),('Ó•Ëý–Â\n§®tÊ0','wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmSU5fBBc-AMP6lQ.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','mpGÌÑ×aBþšNX>œó(','%Á-*Î¨6FžÈiº\rWÏ¹‰M×½¬WI±…†:výD','',0,'?'),('ƒÐ¸+:3èXnNˆtexöX','wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmSU5fChc-AMP6lbBP.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¥ÔõìØ{Wü7h>—­¯','„	2m˜èw‡ó3)zWg‘Þv{AfŠàHu`Co','',0,'?'),('G:Z¹×]Y!tI¯¯¡Ü\"','wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmWUlfBBc-AMP6lQ.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÚjI78Ÿ{’·rÉP­','Uk…úæ´†¿ôZM=OEw¨D²”Šw‡è |I¼;','',0,'?'),('º]K{ÌÙ¯¼æ`Ø{¿,','wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmWUlfChc-AMP6lbBP.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+EÒYHÍí<YPK=°S','Û‹ü&ò:^Áý±G¿Í×&BˆŒ„2ÃPC‡¿~÷¯ò…','',0,'?'),('pwáÒQ„FécÙß b*','wp-content/plugins/wordfence/fonts/roboto-KFOmCnqEu92Fr1Mu4mxMKTU1Kg.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@$ÆqG¹2k5$¡†z”','Ö†F*`Ý\'ê«O tµriR:íj0áó’W\Z–=¨j€‹','',0,'?'),('‹ó„Už]R²šÛ)Y¥Ëm','wp-content/plugins/wordfence/fonts/roboto-KFOmCnqEu92Fr1Mu7GxMKTU1Kvnz.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','nûj®À¹ô0ö£âûã›9','¼†\ZðÒ¨2Á#°…s:ÕÐ \n		vƒùÃ˜+l´','',0,'?'),('4;`ß¯zŽ?	Å{Çž@','wp-content/plugins/wordfence/images/2fa-whole.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','üÑhÂ»ñßÞÄ$\ZPfX²','÷ÆªÉØÓåËU[Z~·Ï^Ød\'àXèÙ®ÖÊÛ','',0,'?'),('Ú2àŽ6,Ìž|ke‡L\ns','wp-content/plugins/wordfence/images/2fa1.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/)Ýh\\ h¨Gæ¯8ü','CÙ%ñ0…z)f ý¶±@Ît>õŠÉ¶{TˆÙ8·o‹','',0,'?'),('ØJ=R\'ÿ¬ßt^ôŸ}ú\n','wp-content/plugins/wordfence/images/2fa2.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ä¾ÜîŠÔû\0¿”H','n¸põŒÊ…¹¨üGÊ¿0Õ6KqÁJ]Œî¾Ã¾Jû','',0,'?'),('æ§˜ºî7Ý^ô»b³\"³','wp-content/plugins/wordfence/images/back_disabled.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hÙÂÔgØúïiîã†>','Žä›Nó7ÓgÎ‹Ä?ìFb!}„­Ý¿°ÝC¨­é³‡','',0,'?'),('ëÈÄ×®FîêpÞs¥Ø4£','wp-content/plugins/wordfence/images/back_enabled.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¡¡ñø]È÷£”ÒHŽÃ','¹¾¶9í‡¥)Rµ$px#¯q Žþ°£˜Ç{#LøOº','',0,'?'),('ˆ©´÷nï\nõ\0Ü-i','wp-content/plugins/wordfence/images/blocking.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','£\'-H•f—Œ˜<1','A5„Y9Ž®à\0¶óOÄtqäÐ–L\\º}Ëa½Ô&â´','',0,'?'),('^yG=ÚœFg;3‘Ã¡©','wp-content/plugins/wordfence/images/button-grad-grey.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','•ÄRCì¿ÊTyÕý?Þ','DÞú€ÃÁÖHÙ~µ’´Ï¨¢Pº_á§{!Ê×','',0,'?'),('N7—Aä´\0ÂnnV¾Ö‘í','wp-content/plugins/wordfence/images/checkbox.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"³ÈG\rû6|ôˆ˜€\'','ð‚y~`w(j×~Þ=ë¤¼&·ýÝ´ŠßìQ>`^Þx','',0,'?'),('oäÙÀßùYŠÆÚ…”ÌX¼','wp-content/plugins/wordfence/images/flags.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W7Ì ‚Œ(ÐË¿!­\Z7Ô','Bxö0%Lyµ6øú!—óX\\z/< n²6=\ZWÄ','',0,'?'),('.¦EÇ[JõÏlžxßã','wp-content/plugins/wordfence/images/forward_disabled.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M_ÚÖZ?ÚN)ºÒŠê:Ü5','›®€/ß<>O&ßÈ•JRÝ‡eÄ}š(»›m','',0,'?'),('˜\0hî”Kf•\0ðø','wp-content/plugins/wordfence/images/forward_enabled.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U\0/3e4e™Ï×ƒÞö','0¼´Q7018—Þª9-–z9Ø½qðÓSrÄ’ÓPõÓ','',0,'?'),('û÷Þçª’·u£¡\rZJW+','wp-content/plugins/wordfence/images/help.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$NÇü;\'ý‡MÏÏùò Y','–ïé\Z²7\0Ùé¤rÂ€/i£Òz;ki,›=L›Z¿g™™','',0,'?'),('Ù˜Ý\"P´Üž÷Æ,ƒ©Ø','wp-content/plugins/wordfence/images/icons/ajax24.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K:û„²·õmð™—£P½','j*äeŽó©õdoX¤~§7Âë&€²‚Nü9É|L•Ç','',0,'?'),('\'‹ü»ž ˜oÈÍSŠ','wp-content/plugins/wordfence/images/icons/ajax3.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','mwßß´tê“\'\n¤ñís','œdzÉê\nºyK£Æ®¨è’\'#]Òx	VJRø¨.=:','',0,'?'),('¡êyî&a’A 7Â]Dm','wp-content/plugins/wordfence/images/icons/ajaxRed16.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','´Ïà%º»©B\ng 2…‰;','D,…A£JÀíÀƒ»lOS‚p¢eØ‡£&ªÚÆ','',0,'?'),('»ÒÉ4þ™õ‰ù=Ž¸','wp-content/plugins/wordfence/images/icons/ajaxScan.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‘Ê–´Ñ´­÷~fúúžiÁ','ß©0¼Ôò£ÕÑ¦®Æ»H\n‰•Ž‹ÀÂ¡;Â','',0,'?'),('j&ºV1™¬®6“4ª¯ëâ','wp-content/plugins/wordfence/images/icons/ajaxWhite32x32.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¾íér‰Á9 #Ó{…','ï¾±ÏÜn—Ñ¿¹0c~NüÿræñAuóg~Î”ÎàI','',0,'?'),('(x*J û…,…LÃ›nç<K','wp-content/plugins/wordfence/images/icons/arrow_refresh.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k•w„`ö`ª|ô}$G€§','u¤/2/¼Œ»@‘Hž_Ilh•™ó¸/aU:«	','',0,'?'),('6[fÀ9¸?†“ _Ç','wp-content/plugins/wordfence/images/icons/bullet_yellow.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J&ûÞÓÉŒŠýìîÔ”Q<','1µú±Nß—÷¹’ú×?*€i×Ã­!FýMpè9^.','',0,'?'),(']¥¤Ê*…¤…ÿJ–','wp-content/plugins/wordfence/images/icons/email_go.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ºªjÌÙEü´H)«.½í','÷½& ôqC1QU´_.OØî3¿ÂËò1!&Ðç—Û´ªû','',0,'?'),(' ¸‹‡`%ú’{ÍüÒ+›ó','wp-content/plugins/wordfence/images/icons/error128.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','É:Þ%7÷!Á´.Ñ','{h\0,Ž]ózñk“Vî{Ò—¢6nG\nÀxš©s9ê','',0,'?'),('z¢5·*\ZADZCk¬áj®’','wp-content/plugins/wordfence/images/icons/magnifier.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¨§uO®{:qcVãî\'','™ at¿¿vºdQÃë¨0(ìIj®Æ–O§¢$e(*','',0,'?'),('¯Î¡~×ß“þ:ýèàÂøeo','wp-content/plugins/wordfence/images/icons/tick128.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','åÄŸ‹øc·h4\"èÝ«','ÖÒû²çV“ø}X e~G[C©å³†¶ã5›²¥Š±ï','',0,'?'),('ÿ;`º$rçŸËÑ$³ž¦=','wp-content/plugins/wordfence/images/icons/warning128.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','pÏGÀI×t*ö“ÆÊNp=','ù¹äÞ*“/‚ØäÈ¾s›øtèAþˆ¸Ò}.b\'\\','',0,'?'),('uê6êÈ4E~ñø:ðï','wp-content/plugins/wordfence/images/icons/working-indicator.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¿«œéVF‘ ë{N	þ\'G','„fXºîRZ‚|:O…b Ç=fê[yßÛá5 ~	','',0,'?'),('ªXàá@ÁÔ%½1C„Ái','wp-content/plugins/wordfence/images/lightbox-controls.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m]¼a’¬•\\$É','Ç—’h?àïïSéîÍ)¸:›ÁÖi@h. X×g”†','',0,'?'),('ƒ¨?ç¬Úz6¤—ÛaDz','wp-content/plugins/wordfence/images/loading.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K:û„²·õmð™—£P½','j*äeŽó©õdoX¤~§7Âë&€²‚Nü9É|L•Ç','',0,'?'),('ýKjòâªhº‘èù','wp-content/plugins/wordfence/images/loading_background.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¬ô\'é2û”p\nK‹X´ì','ÍÎŽ%XïÅ–F¼ÿçÜò1sÏ;ÀÎLëzrç’»','',0,'?'),('ï¾˜QŒ¹©÷´)B\në,','wp-content/plugins/wordfence/images/loading_large.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‚Y¼®{Ob‰UW~¼YË™','p8ñ\'—÷™	t—Ïß:„Qßo]{5G1åèã»ÅE¾Ç','',0,'?'),('sâ™¼{DRÌ[¥kÙ1ûI','wp-content/plugins/wordfence/images/logo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¶zF‰åÞ€WÕ\rlá~6','VÉ{“‰Q9ïV	±†æü°·J	X™qˆ†ÖÚ€c“','',0,'?'),('äz^}ù„Â¤hh3\ržˆw','wp-content/plugins/wordfence/images/options.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¥VÉðÑ´®Çó»Aï¥','D:ÂbwÃ#^›€Ï4¬BÀKIP‰?	zÀn‰VÌ_','',0,'?'),('ëx°Dª.¶áÚm~<×2','wp-content/plugins/wordfence/images/ratelimiting.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0[›ìM±Éž¥yP°é','ô@ƒê­ôSÄçy\'èN+™kéBÀ¿3†J!PbÆ–•','',0,'?'),('èò‡òQËoµH*¹‚À(ï','wp-content/plugins/wordfence/images/sort_asc.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',¸»I§Å+Æ¾ êú=€ü','d¹CìT¾èµÚ…îe&,)Ñ´úàFGî\ZdãONÅ','',0,'?'),('5¡7ðN	C=†Û-ØœcÄ','wp-content/plugins/wordfence/images/sort_asc.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','“&­D®KëÞÝzSÂ§0','N—QÓ* ‘TZ%PºÚ%êÝjÜ‘tZn/Ÿ','',0,'?'),('ÉlX”wÁóBõ*X§Wñ','wp-content/plugins/wordfence/images/sort_asc_disabled.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','OÉ§ÅþÍ*ÒXÿ²Û9e','¯v‰\Zþ|5.YX ©‚÷‰¤òZ–é¹Å¹','',0,'?'),('‘xÃ_,[˜Ô5‰‰†ª','wp-content/plugins/wordfence/images/sort_asc_disabled.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','×ÜÇ#a]2…®¼Øë','Ÿ‹²û[8lÛYô¢ìåcklþÛ	™u#KVÙÆ‰n','',0,'?'),('?YvŽq_ê—ÿ³Û®XO','wp-content/plugins/wordfence/images/sort_both.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Åá%ÙB¬QxÁSV.D','’¨„ù6ÆÂ\"@XÛg\'æW7ÿ°wôËgJ™ßq','',0,'?'),('	7¬®ø¦×îãf	`','wp-content/plugins/wordfence/images/sort_both.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','šd†m	»8Ïf¥|ÅY­ã','~Â%ïñÛ‰Ž%…‹>öõþˆBl²o‡u·I)È‰7g','',0,'?'),('7Àc÷.$P!×\"Œò¹š†','wp-content/plugins/wordfence/images/sort_desc.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','©<„®ÕjÿŒ_³ËŠR2','*†ïþ-õ9Ô.¹û¾HGO6/îLÂ):C×dÃzã','',0,'?'),('ZDá°:-hÐ${ãmaÏ','wp-content/plugins/wordfence/images/sort_desc.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Äã?Õ¦‡)X²?¬N˜','bÆEÔšçBŠ#:Â(²#î=_(Å\Z€ŸÚ| ‹Uæ#Ä','',0,'?'),('xy—!àøôqÁ)ö.Ë‰\"','wp-content/plugins/wordfence/images/sort_desc_disabled.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÎmŽ„†•ÍŸÊärÑÖ 9',';	Ñ_öYïà·ítŠ7KßÕs—•mCøÞ\råàÊîo','',0,'?'),('ýusÛTÂ­Bâúµä¬B','wp-content/plugins/wordfence/images/sort_desc_disabled.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','½¥J%{O•Z\"/Öo','^*Çn^×\0m+¦‹!NkÊÉŒóŸÏ/©¿Ô¯^k','',0,'?'),('o\'RD-”Ü\0¶±¡o‰É','wp-content/plugins/wordfence/images/support.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¬Clâ$£‡r¼“£¼n<.','ŽÊ$ãMû¡Ô®¦&æâÃ(á©˜s¬µ^	Ï¢*NÀÞ','',0,'?'),('´PC<ÂÂ	ºÎÛvnàR8','wp-content/plugins/wordfence/images/tools.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‡ò@cIÜÛËáÅ','ÜêY„æ=Üéá¾îîRB)	~òë×ï‚Ü–ÝŸr','',0,'?'),('O+ý­Û[›IB÷ŽÉm‰m\'','wp-content/plugins/wordfence/images/wf-central-logo.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','qà(ÏÅVÑ¤ªê®','\0{\rªß˜²J/× ø^†+áõ,ÎìS™Ð½‹Ÿá','',0,'?'),('#«-gå\\L%3ìSÝ‹B#\r','wp-content/plugins/wordfence/images/wf-horizontal.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E%Zˆlµ°o9Í’ŒžÞ','¤³0	ÿ·6‚Ó­ëIv›œàµhJì˜ì`äîÇÒ','',0,'?'),('FõV—Èë÷Á¹Od%Ë|u‹','wp-content/plugins/wordfence/images/wordfence-logo.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','pÜè±ÑÇ]êj-ã‘ø¦™','8šü»ÔÚ#Ì„(8øáÿˆOû\"Ç	+h\"Fb–ìƒ','',0,'?'),('E„»(ýzRA1;eNÇqD3','wp-content/plugins/wordfence/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2ÁèeØÂÂª­ë\\ÆÁog','ƒ— ©Šo«ìé¹M¢J#‘A|˜ßŽõ(žÝ;6R\nð','',0,'?'),('ýÚ	FÂ*ˆObJªÆ5zô','wp-content/plugins/wordfence/js/Chart.bundle.min.1579191227.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ºñó5]”ŠdîÀ ûd€fÝ','¹Ö>Åá`‰ú½´°NN­`ëN\"K ÓžcŸkG<;','',0,'?'),('øUØqÆGçHÛX˜uó\'¶','wp-content/plugins/wordfence/js/admin.1579191227.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','kõ†@\"izÍAÄ)ðóÜ˜û','sVP¢€IeW¶ÀüõU¹„_yÂÑ“VZÇÌvÎx´\n\0«','',0,'?'),('zR©ÿš¯Êyc“ ä','wp-content/plugins/wordfence/js/admin.ajaxWatcher.1579191227.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','CCWØüº\Zšþ^beD©','	ÉûC¢J­hF$DqØ|éâ,¬7EH;™™NÊÊÏ','',0,'?'),('+Lû¦[	Œ›[úH','wp-content/plugins/wordfence/js/admin.liveTraffic.1579191227.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','½/ì×[n¤ºÎ1uu}','Ä)ä“£AÀ˜ÚÕd9ø8°PV+H°2Íù5™ŠJš‹','',0,'?'),('‰ôaÔ(Ï(Z7&óºŽáF','wp-content/plugins/wordfence/js/date.1579191227.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ŒôÕj½P¾ERÐ_¯cÀ','€B=ëè0ÕdÆ©\"B‰tUc¨¹^1€>–q&ø','',0,'?'),('1:ÑÄw$ØºyVÜ/>','wp-content/plugins/wordfence/js/jquery-ui-timepicker-addon.1579191227.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','89\"ëîzzøÂVv*ÎØ]','«Û†%%lí:JÄf<ÈbqãÅP–ÂPtË¯}ß\"Õf','',0,'?'),('#iÐY Ò\0™2\Z†³ê','wp-content/plugins/wordfence/js/jquery.colorbox-min.1579191227.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y5±=ç÷Ìqîþ)–È','H¦Ö4\\¼óv÷â/XŒG›÷K†¿—:gkl','',0,'?'),('±‚@Áç#ªÎÆp®[µ)','wp-content/plugins/wordfence/js/jquery.colorbox.1579191227.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(Oˆ0%6Œ9óe§3åj','{âLý#í\r˜]àý\ngL8P,µü¢@—êIr,{ Ä','',0,'?'),('‘5÷`ž£UÉ±4©ÄF´Î','wp-content/plugins/wordfence/js/jquery.dataTables.min.1579191227.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<\\Âô ƒÍ•·h¨','væAo;üïŒ¤uDÌ3$›WB95ë£_\"´ô± ³','',0,'?'),('Ê·!S`û³Îªs3–F','wp-content/plugins/wordfence/js/jquery.qrcode.min.1579191227.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ð±×Ô¹°´—Xp`me<','wP\0ØpÔzuYDSÞz(W ß¥‰ìP¾3$S‘öò‘','',0,'?'),('K^PÈÒJÿ$G{*f','wp-content/plugins/wordfence/js/jquery.tmpl.min.1579191227.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','€\\}Ã\"£†‹7Ú·’•DZ','ß.IôH\Z„g\0óH!7`‘£gÞ ZøzÈ„ƒÅ¾6|','',0,'?'),('ô^­‘ýàJ›ú˜›u„IK','wp-content/plugins/wordfence/js/jquery.tools.min.1579191227.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ñ:-·áEÕ x¡$à¸B',',¹4Ö~aT•lS fQO	fø×äTÓµ·Ö;ÂÝ)','',0,'?'),('G=zà1=…“pø?\ZTiÝ','wp-content/plugins/wordfence/js/knockout-3.3.0.1579191227.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¢Ö_ñÁƒB8lc^é„Ò','5éJª9hýñALg‡™@‚`Ãuw¬o£Û3ÉÎ\0I>','',0,'?'),('NA7%:à÷N©%º#œWð','wp-content/plugins/wordfence/js/wfdashboard.1579191227.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','©£Ô½¬PŸ¬°Í`ß{i¹','=P¯z×r”ŠŠ!à?w\Z´/d!·½LÓªÄê1!·','',0,'?'),('<óÂ?Q“\rÊ>ùã<R‹r','wp-content/plugins/wordfence/js/wfdropdown.1579191227.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','€½ÑáØrpôî÷c\'\Z¾','âàŸSGƒ–s8;®Z¢!²×–Já„uÆ1·z?«¿„','',0,'?'),('+m¦¡°¢-3‘7×~Ö) ','wp-content/plugins/wordfence/js/wfglobal.1579191227.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','™7æ¬‘¶iW´­5ùulR¨','$Òh§dç^Sï·øÆ¨Ãä5Y°Ø“’Ù­¡ºa$','',0,'?'),('›çÌÜà¬÷s%®áC›(','wp-content/plugins/wordfence/js/wfpopover.1579191227.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';ã&m­AÄhlMPZX','°ì_.Vè¢•ÊŽXÍã4Níi_Òük=ÔæC3','',0,'?'),('úÓÙ¤‘´qÐèf:itê,','wp-content/plugins/wordfence/js/wfselect2.min.1579191227.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Jž¾öü¥!.¡ç×i','lžk}[ÙùZjAÞ.!Áø=+5¨+´~qç 1','',0,'?'),('RŽµú1?™ûˆYÓVDt»','wp-content/plugins/wordfence/lib/.htaccess',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','£E\"xKÊê{Ç8ödS³','C‡¾ö½\'r…9½ì@âK¡Þ†t¡ª™öâ§w#@kº','',0,'?'),('Ÿ¸\'úFEŸA–vQMv','wp-content/plugins/wordfence/lib/Diff/Renderer/Abstract.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>\r°Ã5]xVIÖ\'Œiµ','ÕìG¬ºÝ…\'™!óÂY®E¬3¬ÜP5ad‹ºM¾ÿ','',0,'?'),('yŠ­1‰â-è†/fI× ','wp-content/plugins/wordfence/lib/Diff/Renderer/Html/Array.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Êã09\rÉ˜a—d·£øP','F*OàÐžq^Êl×Êgz·‚,I?ÔbÎRï]KÂÖ³E','',0,'?'),('ë-nê$.ÿ#g%Ä}Ý÷','wp-content/plugins/wordfence/lib/Diff/Renderer/Html/SideBySide.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','å ÂOÙ‘CHŒØ–sº ','pX˜Üéuc{ð-ãK×Ú˜ /OnE0œš„)JB','',0,'?'),('`»c0¯žÙ\\ùâë•3æ','wp-content/plugins/wordfence/lib/Diff/SequenceMatcher.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‰OÒ\"%Ã©¾O²DZÞj','µ™©Z?=b­\0óØD\ZÔZ‘\'ãË¿_p²w•Ñ»,:','',0,'?'),('Û–JBw…C˜¡|Môv','wp-content/plugins/wordfence/lib/Diff.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¥5VzY³]ª#yR•ÛJÝ®','YÁMÁ\"z)tÏ–©‚Ö*c‰wL\0¢‚ý‘´1w$dƒóû','',0,'?'),('‘Ô¸€¢%\ZDéŽyó³Z','wp-content/plugins/wordfence/lib/GeoLite2-Country.mmdb',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}¨¡ üäã7’EÄ…6ÇFÍ',' 7ÍãK4ÞIÛ÷è–SwÝ’»šÍ]¹Q¶¥ÒÞ','',0,'?'),('ÖÏJØûï!¬[W6Ý§éý','wp-content/plugins/wordfence/lib/IPTraf.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','WJømòûèLI„Âg!Žö','ú0ßó’íbî¯@iñóÍÇ[¸%·´¢g™’<F','',0,'?'),('¬^2^£Tš:ÈmJ‡ø:­','wp-content/plugins/wordfence/lib/IPTrafList.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÏÛ<4§wwÜûÕZ%ÕA','~Œ\nŽ)›À^Š¯\n¥20¹*\"$‰;ÜèZÚmOãc','',0,'?'),('ëa¶Žu\"9s?‚H€øÆå','wp-content/plugins/wordfence/lib/WFLSPHP52Compatability.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ƒü%1ùs¬˜¥Ã‹G','E”„WÙ³¦?Ì4èè…@U?¬0‰€ëbPº+æh','',0,'?'),('K¾ä÷ßºá†b¤','wp-content/plugins/wordfence/lib/compat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>îµãøÎzðx”ŠCŠ}','¾NÜ“»#dÒt¤B!\"MÕžÿ==Ë@o‚²','',0,'?'),('€©òSPÓ;^Æ­zßI','wp-content/plugins/wordfence/lib/conntest.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','“ªq\rÆ‰‰Õ(.AË¬éÝ','èJ&grb+\'‡«Id¹	1H±„LÛWêÂõÄreÃO','',0,'?'),('ƒ÷f NÊdš©´Lúþ','wp-content/plugins/wordfence/lib/cronview.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Úe˜(®¸Ôt@n€r¤Ã','˜†Zž4,ãhz=>Mš}ÖG/[Ì0Ïlø\"«iK','',0,'?'),('\Zµ;5õ(žOòOÖR«','wp-content/plugins/wordfence/lib/dashboard/widget_content_countries.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÈŽµÿcÔP•\"šÁƒ¯øÒ','×–DäŸ¹4´¥µÞ5¡ÒJ€¸b´OÿÉHÿR@ˆ','',0,'?'),('²ùzvo:ø·ÜB%šºðõ','wp-content/plugins/wordfence/lib/dashboard/widget_content_ips.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','žàÞÝ»1²éö(wmFòßÂ','„µã’ÜB®ßÜ6ëÆÕ;¿µMäÔå•8´ \Zƒ¾å&','',0,'?'),('\rÒ—èr×¾ˆ Á¹Î\nœ\Z','wp-content/plugins/wordfence/lib/dashboard/widget_content_logins.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ˆ!PŸy‰t8í„ºP6q‡','õkwQ)¸ù\'°åJ~þM…Esr´…XêY_åãÀ¸Gf!','',0,'?'),('ºß$á„o“¬1ÖT³2]l','wp-content/plugins/wordfence/lib/dashboard/widget_countries.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','úÌ\rm•nÄZBâÎ ¼¥','äÝƒEZ?öwÈ–ÞÍ–s!½7ôã ÝcÇJÐ7†0','',0,'?'),('Wsåç{NÎhP—ršã¼±','wp-content/plugins/wordfence/lib/dashboard/widget_ips.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\ZcQ\nÅbd×7í,Ze','ZµÀLÛ)‰1îý›¨-|ÃY(|@.NÅ_Ï‹–u','',0,'?'),('eØŸ÷v¤‹ãç¬ª‹Ej','wp-content/plugins/wordfence/lib/dashboard/widget_localattacks.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','†ÕØ/”]L/Gbè©ë™ý;','$y\r\npÈu ä ?Aÿ8éõÜÿKÎ™ŸÜT‡c„Va','',0,'?'),('ŸúƒLâÔ.\nÞw;[','wp-content/plugins/wordfence/lib/dashboard/widget_logins.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g–ñÕì#íû»@XsÂ','—ÄªN2ïˆ9¡ëWµDW°®O’0Ñ½mGÆìNãº','',0,'?'),('òu;ÈŒ0åq”wªœ=àß','wp-content/plugins/wordfence/lib/dashboard/widget_networkattacks.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ô¶wK»µàµ>á~½ñ\rg','#·‡èNêŒu}WéýæL!°\\Z …”8²ð\0;k{Ï','',0,'?'),('k6„þ *âÜßHœ	ŒuÙ¡','wp-content/plugins/wordfence/lib/dashboard/widget_notifications.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','²5$g½ØŸµôàü_³ö ','ö‡5—3=‘Âx«‘L‚áÜ‘m?‰Z—97P.·','',0,'?'),('õï´â·\\^¼s,èz(','wp-content/plugins/wordfence/lib/dashboard/widget_tdf.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2²ÏÝ½­\'³p[Ua‡H','·Ì?â}Š ŠmwD‡qnŠì2R†€\\¸','',0,'?'),('ûÌÃö6Ri*5ŽðÁÄÃ¦','wp-content/plugins/wordfence/lib/dbview.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Æ¤ñÝµ1­è‹™nzk','‹DêÀOh”Bð;4ªU¦7o/g¬ö8iºÀÀÙ+Ì·','',0,'?'),('Í)ÄÅäò\0Ÿe‡_Ô5=«','wp-content/plugins/wordfence/lib/diffResult.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0çõ±ƒwJ—ÇÓn³','_Ñà^­>îì²8LË¹óÀ¥\\áê›‚ò„†{PæÓ','',0,'?'),('#\nÁô/†ÛPZ~h„Îø','wp-content/plugins/wordfence/lib/email_genericAlert.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','„ÞL) ó&áë‚†(ø','Æj{béXN#ŽºRô5³ž¶ñ„¢[Ñý×mž´','',0,'?'),('›» ÆíFe±	57[é','wp-content/plugins/wordfence/lib/email_newIssues.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','«&(µ/áxwàÐXÎ¨—£','®% ð:\"|j!Wõr,”£Œ¼F/Kù·œî~xË','',0,'?'),('×ä^Ëu©­âË}G»Ô','wp-content/plugins/wordfence/lib/email_unlockRequest.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','§–{É<þòÿ2ßm','R¬£ûÖÙÿpàëM½>dô*Šœ¡œë˜','',0,'?'),('e\0ÀÍýžhóL‰ú‰Ñ‰¸ç','wp-content/plugins/wordfence/lib/email_unsubscribeRequest.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¼#}´_´*mDÃ—cvŠW','m‰$Gýó+59TEûx7B{Êì•/Äà,uîÖ7­','',0,'?'),('ï*Q.	Ö-cÞ%ÎD','wp-content/plugins/wordfence/lib/flags.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','öiïËcÒç£­µ’cð-','8¶Y¸ÖCOå×ø™0÷j{¡\Zx¤¤DòÄ–¿’xªO§','',0,'?'),('$äÎ-#q`Ðl$W„Û‰','wp-content/plugins/wordfence/lib/live_activity.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2>(‚]/@êžfˆ','ýQÕ¨¥úúW`~ó«çNÇ_w©ÏID$ñJ3¸','',0,'?'),('òdíToÈf‹öÒ·ÜbS','wp-content/plugins/wordfence/lib/menu_dashboard.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','rºèÍúÃÝ­†É5','³¬¶ýø³èoc@e á¤¶ØöïgáÈ\Z¸ÚÛVj','',0,'?'),('Þ’¶?IñÎ©i%úýgÆyÁ','wp-content/plugins/wordfence/lib/menu_dashboard_options.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','jÇ~Âi€\'å»Z?îÊ','=x‚§=)¶Zöuò†¤YœíÄ\"ÅFFÔ2ü]þðÍ','',0,'?'),('®W«‡µPæ—ƒ^qðy€','wp-content/plugins/wordfence/lib/menu_firewall.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','mæŒë2_MjýÂÝVõ','\"!µbÄXÈ‰žr3¸ÎOãïe„ë{0£˜°','',0,'?'),('3•dý¤ƒâyjäéßÎóV','wp-content/plugins/wordfence/lib/menu_firewall_blocking.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','é[?û»ç ?¢¬‡—Ý','–b}ST½åÑŽÌbcv—Ê„Á‹¸Óö‚/Ã{Ò','',0,'?'),('Í¶”jÊƒà°±ýÿ·-¦','wp-content/plugins/wordfence/lib/menu_firewall_blocking_options.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Åþìû¿höã;Bþ’D:','\ZƒÕÒì¹ø@‚±Ý\\«›É”\rqB,CKÏ„wå.­z','',0,'?'),('6cÀb†£kk·Öi3¹@úH','wp-content/plugins/wordfence/lib/menu_firewall_waf.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e(# (­{éç§¡<¶¼(s','%=öoÊVÑÉBkC±ª%¿¼Irˆ¦(ª•Þ?ceC','',0,'?'),('0ÐdÛ¦ZPÉø2ñ¾oëˆ','wp-content/plugins/wordfence/lib/menu_firewall_waf_options.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÝüuØËaÀ~ÈvÀÝ','Ëù/[+ð¢!)¼ãf¿àh‚fÄ³éXÀF8¹ª/H7','',0,'?'),('ºWMíŠË{h©øÚÀ(ž','wp-content/plugins/wordfence/lib/menu_options.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$·Sh¡D¶ÿM-6ƒ2q¢','h\ZFaŠ±>„Þ»ª˜{_ŸÅô+ÕB -•¤O@ ','',0,'?'),('z¨‹ß8 Lò{ŸÓõq','wp-content/plugins/wordfence/lib/menu_scanner.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','õÝ»çy¯±¾zêí|¬','-uÝ¼Ú>¾Ìºn~u‚t&ïÒÐ)F&Ç;q³fJkS¼O','',0,'?'),('ŸI|›K9Õ(Ô{sõX','wp-content/plugins/wordfence/lib/menu_scanner_credentials.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','fÑfŒ‰ˆ:©ãÔ&ô,ê[•','B&$q>ìPé\nòÏ¾z&ÈGÀ<ù6Ç´¼:²Ž','',0,'?'),('OåëÏÌåHI!K!0[Ú','wp-content/plugins/wordfence/lib/menu_scanner_options.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','öª; 9Î\0™b!ä Q','ß@&ÝO\ZqR_ïwª«ò)RÇlLø`wÒ¯¥ùi,','',0,'?'),('-jÞ§« š Íæ¦~hyb','wp-content/plugins/wordfence/lib/menu_support.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','°yy0Œ\'OÉfx2;õD','ùÑ.F‰!x‰‚,pŸ…	À—[\'»Eˆ\ZÌ»Ä,£','',0,'?'),('o÷jù‹É»yæ©V','wp-content/plugins/wordfence/lib/menu_tools.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','gÔŒép™P°Ig[=›ì','›V²Éû!ó‚ÞŸ‡µÆš_zÕ=•|ÀyaX÷È ','',0,'?'),('!§##sw:\rH*²$qô','wp-content/plugins/wordfence/lib/menu_tools_diagnostic.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7±ü<Õƒ€ ÊŸ9\nK','ãëÑ‘š¾üS¡¾ðvm¥ûŸªÀŒ(¶6V\n«l¦v','',0,'?'),('!ëùTÛ¦œíÖî	lÂI˜\n','wp-content/plugins/wordfence/lib/menu_tools_importExport.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$^k¡ë­>ÊÆT¶|Ì','“¦®„Åµ”Âƒkƒƒ¯^øXR1,• ùc=Ý\\¡','',0,'?'),('UI‚_•ÑËêYm«çÑ_','wp-content/plugins/wordfence/lib/menu_tools_livetraffic.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	Úä©TïffMù#â9tð','Šg™šX•I`i2h·¡¹ÁZ—ø(ß+ ÌI\Z','',0,'?'),('@ØL½Öß¯7»Ù­kÙ‚E','wp-content/plugins/wordfence/lib/menu_tools_twoFactor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','jlF+™¼>T­m/av~3','ZÓßf÷¥k%¨ëyû,ïÑ?ÍSCøU=ÎélhÑ•æ','',0,'?'),('CúØs\\§\nò–àÚsŽÕ\'m','wp-content/plugins/wordfence/lib/menu_tools_whois.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ø\0JM(]ƒêð§¹\Z7wÂ','[:QÝ”qÆF/q°G;N—@K¤…q08ÇÎ¤OÊ`[È','',0,'?'),('7\"¿ó®å¦¿W–\rŠÄÑ½Í','wp-content/plugins/wordfence/lib/menu_wordfence_central.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','nÕ†ÞKvOøÔœ\'¼»Õ\0','ý¸âï^{Aè—.F³ËØ®òý³\"Õm¤¶)>çÐT','',0,'?'),('@¿È¯îÎ&Oñoœ‡î','wp-content/plugins/wordfence/lib/noc1.key',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9e¤b\0æÆPOŠÁ¾…”','_Ëu‘öájëÇý‚ÆúPþþ-KOAƒÜ«œ¦ÛÖÓ','',0,'?'),('kÂ“»›U/‘^ÞîÞð ','wp-content/plugins/wordfence/lib/rest-api/wfRESTAuthenticationController.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d:šÇ½ã¡	XÌ©—TÄI','“IS‹ð:3Ìù+Ì¢$iü÷_ÿžði£ ‰f:”AÀ','',0,'?'),('ÞHCý™¶âôÐ)ªCÍ','wp-content/plugins/wordfence/lib/rest-api/wfRESTBaseController.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','üêyëÚKÁæ\nÈuˆ@Ðx','AÝ¶ºÝ;_|sÏÈ¤4ÍÔ_×)zµaKÇQ¾Ee!©º','',0,'?'),('ž£e-¨ÒRÈ‰”®ùL:Ñ','wp-content/plugins/wordfence/lib/rest-api/wfRESTConfigController.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-n·(ÖŸÖæ5> a.\'','úÊj¿^Ïñ°Ø!ÌÃý°¿yféÓ³ucwíWŠÍx','',0,'?'),('ºŠi/ŠpEtðµ\nÝ÷lø','wp-content/plugins/wordfence/lib/rest-api/wfRESTScanController.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','öìšæ5oQÁ4¡)dÈT','¾D“øt3v\Z%³íjl…šf%†ýO)›ý…&&1L','',0,'?'),('£ÜF¦²™˜{ì´ýA','wp-content/plugins/wordfence/lib/sysinfo.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÛïQê…³ùÂö9ÓÝü','!óD#D\"0Özèt6ðÛIHÔ†\\ÞÜÀ0Ìˆ\Zd','',0,'?'),('ÿ‡·ÖM~ë^xù¼;‡ð','wp-content/plugins/wordfence/lib/unknownFiles.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','nöè½âœšo\"*œ §b','pÝ}\'5ËÎHZ%¿[*åÇ:^•^±®¸þ¬å‚þÕi','',0,'?'),('LR7Q¼äToG|Ä{','wp-content/plugins/wordfence/lib/viewFullActivityLog.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@lMÿÕ3JtOF¼@','[éƒÅ`¿„\\‰ÁpÇ£ÇóÊTñb>=³îÇPiàvOö','',0,'?'),('ÁÙµ\nh¶ÍJxµdvÏÔƒ]','wp-content/plugins/wordfence/lib/wf503.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E©ˆGçÅ¯L[×oä','lg ®šŽ_içÄ‹ÈrÚÁYÉ´2ˆðãd','',0,'?'),('¾á2]hqu:ÞT6EÑU¶','wp-content/plugins/wordfence/lib/wfAPI.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Cx•3v@»ˆQ$)g×\r','kBhéæl%ÍÜŸ‚GÄÿa=R „@¥Îžô{š§','',0,'?'),('É†8¨ÂÖÀpÅ»ÑµVý','wp-content/plugins/wordfence/lib/wfActivityReport.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','†>	[ÕÿÊ\Zá·Ž²x4','+|\Z#*NœÎ¸ö¹¹¯BÂüµÁND]øÒ|\0Ã','',0,'?'),('zo¸†Ü²ˆ~¡áˆb','wp-content/plugins/wordfence/lib/wfAdminNoticeQueue.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','”‡K\r4X.Çù™','l…ªvÍlÙ	](ïæÚW±7ë„ +——0¨-¾™','',0,'?'),('NiÅ~	Õ`øà®W°E','wp-content/plugins/wordfence/lib/wfAlerts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']¯Í5+6Ä.ZM°€.¦','™7ÉŸ™øÃSÄYòPW	¸O°Xxy*iîøõe“HY','',0,'?'),('ÞÞ‹³­”1FóøëÛa“','wp-content/plugins/wordfence/lib/wfArray.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ò\'FbaÛ†Äâ‚‘Á1Ê¤/','›œn2qµ«8D‡Ý-ƒARÙ>ºxqYq˜»¬$Á Ñˆ','',0,'?'),('ê-=Q°CwàtnLà¡#','wp-content/plugins/wordfence/lib/wfBrowscap.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¾¾\rÌe.ìÝïôñbóÂ','HzŸn´òõO×#¤/út„Éš\"¯ˆU ŽÒA¿iŒ','',0,'?'),('«ÐèX’°ØJ üp','wp-content/plugins/wordfence/lib/wfBrowscapCache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','TÁëÏQ×x‡j‚','Ðƒ®žë1Y„„õTšŠÐˆÕqó¤W6Ý‹™Õh	','',0,'?'),('äê¿1þ]ÃM|®KÔFZ','wp-content/plugins/wordfence/lib/wfBulkCountries.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')ç6&çP¸íùh;.ß','PÎZ”Õb¢Üê„a;×pÄ½)\Zný”Â°½~´ûµû','',0,'?'),('¸œÒ‘-èÌôŠ\rŠ{,ï','wp-content/plugins/wordfence/lib/wfCache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7 Æ¿žÄ”Äsîy‰ß','|íuIPõwh5ÚŽ.m\"*n_û¬ 9Ì˜­¼JðPÎ','',0,'?'),('·“hJ–´DÒã°—G¥ ön','wp-content/plugins/wordfence/lib/wfCentralAPI.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Äƒ‰¯²a\\€ðÇF¯ø','êã!Ð)Š-5%xÌi=º´­‹F¤$œ°îÁ07Ã~Ë\n','',0,'?'),('Z4<n?e˜ñ²','wp-content/plugins/wordfence/lib/wfConfig.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','«ã\'9©Ñ×XœYWâ÷4','ÓÁ@ÛÁ˜µgƒ;Íš\\oÆŒWî7‘›\nõB¾¸—Hù\"','',0,'?'),('8Ã›ZE‘Q$}UPöT£à','wp-content/plugins/wordfence/lib/wfCrawl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Œ1Ìé“‡®Ü™~Ò\rüm','%&¹ã9‹	/D÷XGûØžØß‡ƒâUä»ïâê€4','',0,'?'),('°¶Ú¥±^iç$âýå&','wp-content/plugins/wordfence/lib/wfCredentialsController.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ñ]B÷ÿjÚÖL4.;ó‰','¸®§m€f·%ÚfIOÝFÌ½&FéFÅµüËôs','',0,'?'),('Øx¼øÎ²Ð¦¬à¨A	Š<ê','wp-content/plugins/wordfence/lib/wfCrypt.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','CøR`¨œ¾éÄ9|‹e','U ÍŠŸs›ôdsÕ9;ä°ÀC¿Oô†ûòÈ¤‰@','',0,'?'),('ÙJàïš^\Z7ü•uG–k+','wp-content/plugins/wordfence/lib/wfDB.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P­_<†‹¤-1é__I¬ˆu','á‡%d¯¬¥¾d¨Ý_…\01@TY‘$’ÐäÐA','',0,'?'),('iŠíÇkmCxþÊ·Ëòù','wp-content/plugins/wordfence/lib/wfDashboard.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¯…&²4Ë.øèÕì','U ¥0@\0÷¸ÕúÃã\'´Ð2Ë1”ök^Í…EiÕÔ.¡§E','',0,'?'),('7r‘§uFñ˜±@J,','wp-content/plugins/wordfence/lib/wfDateLocalization.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ë4„K_Jú2CmcÍ­ÇtÝ','Dƒjyîº,ÄLwÞaä <U†ÞÚ üû²õS','',0,'?'),('l9é¹=¯ühÇ,>ÙÃç&','wp-content/plugins/wordfence/lib/wfDiagnostic.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0˜º¶÷ „n±è3Þþ«','`‰ëâMTèËRL¢lë¡É&)hZ—ý•/%ø“','',0,'?'),('õF¤ë\ZÁ“ç®Cüì1®P','wp-content/plugins/wordfence/lib/wfDict.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','yß LüêïZ!bE±ÔlÚ','óµÊ.{0JeúÂ{×5-Æòì~[Tš$Äž','',0,'?'),('ºíÌA0fŽýf`Â KÇ}','wp-content/plugins/wordfence/lib/wfDirectoryIterator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n+Z/_¬\Zxuæv','¢Èu‘úü;IV—•a[¯~ãµ­þTZ\\^àyJ¬j','',0,'?'),('q¾†5@£*=õ&´æ\\Xá','wp-content/plugins/wordfence/lib/wfHelperBin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';ï×!·ÈËÉ4QÕÞX#','’—Õ¹%-ø^ê…qƒâUÊqàMéÒeY“êð','',0,'?'),('PÆMî\ZÖIÌ¸Ý­Y`r','wp-content/plugins/wordfence/lib/wfHelperString.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¡OVˆFaDŽVÞ4˜4Üª','2±-7òÑna5A”>ücÖ´\ZNA-•p{äŠQnóµ\Zšô','',0,'?'),('iákìñ­½CñíT,ì','wp-content/plugins/wordfence/lib/wfIPWhitelist.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÏÖõq«¡,¡Š§Ø¾\\ãË','5‘Ì%vÄóõ”_E[PÇÓÝ3Öwú,=¯—s™$bF¦','',0,'?'),('Œ1ÁêÏ£×é I¤','wp-content/plugins/wordfence/lib/wfImportExportController.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ãHÕÀùMž¶.¿ŠžÜ','ÒÆŒ¬Zã½>óÀ2¨…Ã¬€ßÖÉ<\rsúJ2«*','',0,'?'),('Ójs¤žw2ùìp®ýqS','wp-content/plugins/wordfence/lib/wfIssues.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ç3)\Z×/å<˜·IõüÚ','Ja`Ò¢º{G¶y­pÒ˜Œ-J†(yq-\nw•Íg&','',0,'?'),('(·¹Û>f0\Zg[|¼îå¨','wp-content/plugins/wordfence/lib/wfJWT.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','»}{ jåN°ˆñcÒK¿','0mhN`x”x~HŸLjés¦þ°ë€OÇä”PÍÅ,','',0,'?'),('óŠØ ]Ôf•ˆðPô¢†ƒ','wp-content/plugins/wordfence/lib/wfLockedOut.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','išþ1EÖëqE<UâB¦','ÜÊn«Ÿmoø­6}x¶…9>¿,ê>ÕkYuu›Å›§','',0,'?'),('òÚwÎ+\"+ú$ã¬^¸','wp-content/plugins/wordfence/lib/wfLog.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4þÞ’Ÿ½	NÜ3õ†ªG','ßo§Ýï„ßÎ[G\nð^•/ôÁ;LÅA^)¾ŒR»¬˜','',0,'?'),('¨\\Çýhû RŸXÕ<ºC®','wp-content/plugins/wordfence/lib/wfMD5BloomFilter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','›ëß…—w@L‹åOêÁR','àð«´EF‘j©„×r¸Ä;s³ìÎ€.f:ÖáÏ¤ F','',0,'?'),('Ãw:k@DižWQ¾','wp-content/plugins/wordfence/lib/wfModuleController.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¿·oIñÆ·k†ùb','7.Ý°Ì¿•ò™ÜU¶„ÔL>Ö\"ÍTM5±]¿Ú>†','',0,'?'),('ŒtÇ±%˜û£‘µÚF','wp-content/plugins/wordfence/lib/wfNotification.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0Ç V2â(ÆÀþdhVD','SØaÖàY„íµ‡ýgj+|­ë‘ òáJ²ŒM8³ª','',0,'?'),('é+ê‚3ô»pU','wp-content/plugins/wordfence/lib/wfOnboardingController.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	§,»Ý#”\r‚+¿ø','›÷¡è“éâhÔ]*÷·?Yé\\!rfyExQ[®°½q=','',0,'?'),('ÜÎTÐ¾ÀR§Ÿ²\'ï´{','wp-content/plugins/wordfence/lib/wfPersistenceController.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ø%ëâkyŠžiÕMO*','ò¢ïÿ«ìÏX(¾30\r\nåï\nPEžÌ „› Ž9àöªÈ','',0,'?'),('mÉqPoD0â*ÍØL','wp-content/plugins/wordfence/lib/wfRESTAPI.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ä\\8÷ÓÃHÁ …miü+','+›‡+ùÆŸ­íü0Ñû®Í‚b½=þÿ¸[ãœ”¸','',0,'?'),('ïÞŒt+é\\õ+ÆXa†ZU','wp-content/plugins/wordfence/lib/wfScan.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¨;ˆjÈòÚ¹%aÅø`«','$>­3…ªT¨Òõ—­Äp9IòN§ÂO\n€£$“ø','',0,'?'),('ïï6X‡Ôª4ñã[_‡=t','wp-content/plugins/wordfence/lib/wfScanEngine.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^.ZPÅ¼5<ñ\"‡Ü§u','åiÁÒ;ø9)}è;”1ÙAÛÄ?–2.Q-]þI','',0,'?'),('bÊ¥ñHzfW˜ …­gw›','wp-content/plugins/wordfence/lib/wfSchema.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Oƒ@£öÝ©	ì|…ÆÙOš','g±v…ž­ÉK%·ÃoiS‚7Ÿ.ï]ñsiH±±2:p','',0,'?'),('ÕõK2;æ<D¦®‡ƒkub','wp-content/plugins/wordfence/lib/wfStyle.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s†»1_¸eþk2R’²žÉ','jÆé¢Ž·°È®_c×632¤3Ö…ã]Gs}.\n','',0,'?'),('á´ôÚsk“6/§«Ð½º','wp-content/plugins/wordfence/lib/wfSupportController.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ð©uäˆÁIWŠÁƒ–Ô¡V','üns=\r½T¨ôë4ÝÊ>³ò·Qðë¸ÀÁ}qlˆ','',0,'?'),('šêŠh‹L¼²JHÿX#0','wp-content/plugins/wordfence/lib/wfUnlockMsg.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÀÑ6]u}ùƒ)”Ÿõ•že','¨ëï:ÁÝ%ùÑÒù¥oz¡ìäN÷]	¢&‹ƒ4Uó','',0,'?'),('‰ªeÄ\\«Ô1átÆ‹Ü<	„','wp-content/plugins/wordfence/lib/wfUpdateCheck.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4\Z@Xg	kv{“§Ìðt','¥\ZÞ¬‘%)­I0P´? CHƒk@rMzl‡ÿ•H` ÊF','',0,'?'),('¨Q49ãóLzÓJµ','wp-content/plugins/wordfence/lib/wfUtils.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b²p&é„–Þœ$Ý','w˜F!Pé®ÖùñÀ ³ù¥ŠÒœå¼LtKK¬µž','',0,'?'),('½@G„îtÇeY\\\'>¯O','wp-content/plugins/wordfence/lib/wfVersionCheckController.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~\Zy£h[*Èüú[Ç¥ë·','Ñq\rÇzÕ¹4käÃ›Åí>ÚŒ¥jâÓ\'›¶$ýa9]²\n¢','',0,'?'),('åeÅÂúôüýn·…ŸAÛ','wp-content/plugins/wordfence/lib/wfView.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','â‡²*¸!üPÓ\'|ú%\ZØ','­Â\0¶+Foí‹L (\\.ÃÛwµÊ Îg{â¤„&:ÏŒH','',0,'?'),('ªËÙv{C«ÀºÎÒ§€Ž4I','wp-content/plugins/wordfence/lib/wfViewResult.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ù9ÂÖ¿YCA4|à¸p','{30ýpD¼ör%#ÃÁMzÏ_âÏ”K}ŸAo6MøŠRö','',0,'?'),('ÇÝ¡=½½Nx¼‡KÔ`*','wp-content/plugins/wordfence/lib/wordfenceClass.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2R˜˜ÝúŠŒÙbOiüÐš','\"ÕžèÿÀmY]±)%Í-_ ð%È4äÏ•Î`ŸHÕ©Ì','',0,'?'),('ÁkHmå1Óó`0Ñ¹¯–_','wp-content/plugins/wordfence/lib/wordfenceConstants.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/<]Ñbç*©é¯Ö2‘','ü%—åmyÝG×}Mï‰;v“SGEf úà65','',0,'?'),('ÕXùâÏà-Ÿ4¤Jü_ƒ3','wp-content/plugins/wordfence/lib/wordfenceHash.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','SÀásAÄWlÔ¦œšEm','ü´áŽš•Y/¢ä|ŽrÑðoéö?zà¢!c6Õ','',0,'?'),('z˜|*6žS\\5·ã¯3','wp-content/plugins/wordfence/lib/wordfenceScanner.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¼jÎMŒÊº“ÃR\'iÈ›ó','¥(¥Ž˜¥\\ ²21½–&N¿¥¹£˜¡¢ÄHÃU¥ô','',0,'?'),('h»<²]“”ìOpNCÆ´æ','wp-content/plugins/wordfence/lib/wordfenceURLHoover.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Í Ø„C\ZÆ½YÅR%:.','Ôü&@b—JR¬£%¶¬îXÕG§®’‚ÈÂhg—„>q','',0,'?'),('JlšÆ¨1žÏã¥êç','wp-content/plugins/wordfence/models/.htaccess',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','£E\"xKÊê{Ç8ödS³','C‡¾ö½\'r…9½ì@âK¡Þ†t¡ª™öâ§w#@kº','',0,'?'),('ˆ`&%eF•gÀœ”ó”d','wp-content/plugins/wordfence/models/block/wfBlock.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','²ªÀz¤–n±ô¸ŽK_Õ','§¡Øð7Yà.€Ú”ûïû¬nêµ!‚Ú’\Zeéï»ö','',0,'?'),('j²¦4-«O Õ„‚êrL\n','wp-content/plugins/wordfence/models/block/wfRateLimit.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¸À$1âD€\'w³¬m€½ƒ','E&&\n·¯aÊîñ~Ùb+\Z Äá)jÇþÞMÓpŸ†M‰','',0,'?'),('šÖ”•Åßšy(qD«wÂ','wp-content/plugins/wordfence/models/common/wfGeoIP2.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÕYJs@jŒª¦r´jtm','É3Ã‘Ñ²sÆð\r&±z=”ðþ‹Ödsó¹ËpJxÉ3“w','',0,'?'),('g¶]e…Ô!^…‹(PKðË','wp-content/plugins/wordfence/models/common/wfTab.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2öTÔ}šHW\'<}\\','ZÂ¥|ÿséSÌ8e•Œ3è‹EØ—ª$‰ŒÖÆÜœ-hå','',0,'?'),('XÆ~ÊVzl!_˜]/ž-3','wp-content/plugins/wordfence/models/firewall/wfFirewall.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Óâù2ÿ\\¿üf«GŠÝ‰–R','b4Ògì±””‘FµÏÝÑÔadm)ÍøDüÈ=Ù@g','',0,'?'),(' ÞÃ9˜X’¾¸¢U¨7¥z','wp-content/plugins/wordfence/models/page/wfPage.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','tŠbo i›%HºXwÏXv','Æ…1hì/jwÕ<UÀ”\\™kÀq%s|W¬6éæ','',0,'?'),('ŽîOÜŽ$8ª‡J¦e»‚','wp-content/plugins/wordfence/models/scanner/wfScanner.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‚%xÖ&6uá¬¸ûª´','Ø™3jp¼Ñ…\0–LÐF?â|s±bðó*ß`}@','',0,'?'),('š,:¿êô3ÀÕ¹üC@É~œ','wp-content/plugins/wordfence/modules/login-security/classes/.htaccess',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','…¼ÕA¾a¸bvrñ¤','C‡¾ö½\'r…9½ì@âK¡Þ†t¡ª™öâ§w#@kº','',0,'?'),('@ô={&À²Û¤}É_','wp-content/plugins/wordfence/modules/login-security/classes/controller/ajax.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¯ªf“Å´åšSz','L?T`^]³=#ã|\"/–¿‹þ\ZHm:‰¸ºø/ÈwHÚå','',0,'?'),('¢´¸/Ï-•TÇ»úT<—S','wp-content/plugins/wordfence/modules/login-security/classes/controller/captcha.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ð€-‡\r‹uZ¨E:Ê	…ó','¬èá»^¸<1t—>±À¨ÒSM_ï3¨k!ÿ$Î','',0,'?'),('\ZO¸3F5K«;œ@ â','wp-content/plugins/wordfence/modules/login-security/classes/controller/cron.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Î@õq\\ƒ}±«§—[õ','þ[ËTÅnŸEjdÝ(²$:!ÁhÔÎ\0›sè><','',0,'?'),('‘@‡q°ÏGÍ-$¢©—ê|è','wp-content/plugins/wordfence/modules/login-security/classes/controller/db.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','±éËèÝgPÊ‹¾ÙiÕé[','¶DeJ°\ZÂfxbœ	x\'Pó«·:™“¬ôÀ‚¦U','',0,'?'),('p»¼\\*eê¶\n\rÏˆóëú®','wp-content/plugins/wordfence/modules/login-security/classes/controller/notices.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Íz§83Ð?wÌéÛæ±ÜW','\r.l]\\)	Zðq½éÆõpÉ]_^©u¨ž´ŽJ\n¤%²','',0,'?'),('V¬ŒíÞrzÍ(¾nol*','wp-content/plugins/wordfence/modules/login-security/classes/controller/permissions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y°áÁ›Ö×´³>UÉ†','ÆRu\Z`\\6žÃƒMÐR\rö…3Z!C|s©,ÝÜP{','',0,'?'),('S‡CÞ½i1Û­ jàù','wp-content/plugins/wordfence/modules/login-security/classes/controller/settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','°çp®¡\\EäÒõ¾(÷ýi','4©O¶Ï×+o†c.`Â‹_ö€°ÉU¹ã>ª8Âþí','',0,'?'),('°{4´.„´’”£µ#˜#','wp-content/plugins/wordfence/modules/login-security/classes/controller/support.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n½µÊ†ð–ýwqþìFÄú˜','Rü	j[Ïø8Ø­Í¸šWÿ­ª„EœHœÐþÌ…ùa£ÛI','',0,'?'),('È·ôÁ‚#/î–£\0œ·6','wp-content/plugins/wordfence/modules/login-security/classes/controller/time.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','³4êñ¨Ó¹u¿;PÀ','¨aDõ,çÇ­¸ÿ+v­Fe\"+×‰!‡€È1t','',0,'?'),('â&þ	YÙtz(¡\Zøæ€','wp-content/plugins/wordfence/modules/login-security/classes/controller/totp.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j.\\Ä0*€„Ö	[²¼ÎÌ','fÜ€ìÿ8…“\'!‰RFë•®ÒLÂæÞË™^ÔwâÙ','',0,'?'),('HÃøÜÍC©Tp(^ÞÙlí¼','wp-content/plugins/wordfence/modules/login-security/classes/controller/users.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','®ÇüÙ£gÂñR È3×íû','}Éç{î¨–cˆV³“\"z9œÜÄNYË8µâóJW','',0,'?'),('¿ìL\Zã—Å|¨=šc™‰','wp-content/plugins/wordfence/modules/login-security/classes/controller/whitelist.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B0õ÷™šìou‘ÌŒÂ','Žœ‡ü7/QŒã¥åÆÕwÿg:Ä?¡À#{sþðÉŸú','',0,'?'),('å…S	¯¶Æ¡g	N–d','wp-content/plugins/wordfence/modules/login-security/classes/controller/wordfencels.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','yŒ‹]¡4Ìx\"Dw^ú','S5¡†_\'çŽšE›‡Sš-1íéWM´L´jÎÒu^ãÇ]c','',0,'?'),('Wx\Z§TaëØ7{ïË','wp-content/plugins/wordfence/modules/login-security/classes/model/asset.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G×|€€s,€=K#ó‹Á','6¶·Öly„6É¦iúÕ3U¡ ë,’E[é²“9£‰','',0,'?'),('o1iðL5¸“Ïz®$·õ7','wp-content/plugins/wordfence/modules/login-security/classes/model/compat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','»u1òÈ\\ÈÁ8‹‚;#j-','Pµ²ê„|±l“_‹ƒïZ…È3z<NÉ§KýßÎ','',0,'?'),('ö%w45øX‚ßæ³ž','wp-content/plugins/wordfence/modules/login-security/classes/model/crypto/base2n.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t¸°^I\'Ü]!¯²Ò³ñ','ð…Ç¦ÖbtË5¡‹f·úªÅøcÒ¿kdþ¼m','',0,'?'),('.´×7Ñfów9Pm@¥¦îÑ','wp-content/plugins/wordfence/modules/login-security/classes/model/crypto/jwt.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÏÏ0–Hç#ÿIHDñçó”','Ûv˜oÂVYx„?˜„ä\nÜÕ\n&3c-\r¬8îm¥¸','',0,'?'),('w§@ÏI©eÆÜR²fù7ÙÅ','wp-content/plugins/wordfence/modules/login-security/classes/model/crypto/symmetric.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¹›‚hŒR´€à¬','§üö=ömHüÕ/¨\neÛýëC¦3Øu58‚','',0,'?'),('t[[ö=ª6u7;YºžT¥','wp-content/plugins/wordfence/modules/login-security/classes/model/crypto.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4s[•ÍçlAc4Áf¡¨ö','ÆºÌ>Êy×.~yK¾^¹)*f´°´‘6F·','',0,'?'),('½\rzé@³_ÃýmødM','wp-content/plugins/wordfence/modules/login-security/classes/model/ip.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','96¿fºö®î;˜¡‡0','mgc%Ói\ZnƒA®€BŠ@ÀšwF±zÛ;çy`\rN','',0,'?'),('ªrYýÿ\0­S²—Ä(z|«','wp-content/plugins/wordfence/modules/login-security/classes/model/notice.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-Gb“yf€Ô|õ½S¼’','ÙoŒ¤G5}[ï`Æn†úxµ¤ÂÜ¡^‹@B#Ì×õžlb','',0,'?'),('cÂ‹¥¸ºp	øPU3/Í','wp-content/plugins/wordfence/modules/login-security/classes/model/request.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&Ü®Mª÷‹,~/âøér','F;ôôÌW]¬Ï&ñ¸åz~o\'ð/€qÌ+¸¨','',0,'?'),('ô2p)´‹t¤­Iíî³','wp-content/plugins/wordfence/modules/login-security/classes/model/settings/db.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' ŠïþÖ\0°\">y>=À®£Ç','xVQ/}€ç¾:(3&þÑå¹%¢U‘¤JoªÿC','',0,'?'),('Ç–š‰dÃ!s<X§ä™Ð¯','wp-content/plugins/wordfence/modules/login-security/classes/model/settings/wpoptions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ì*•1{,Ë¾òþ–Ê‚œÎ','<•G²Æë$µU+ökÅL>\0h—ahB¦¬S©-Û','',0,'?'),('-†šŽ_µµæmq+«÷1”','wp-content/plugins/wordfence/modules/login-security/classes/model/settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hã ²íÄÈi´e •É¡','IHøMp\\‡æõÿN­h\n×ˆNš¼F=-»“ºZØ=hO','',0,'?'),('™-6”Yw@½i®ë£Á=','wp-content/plugins/wordfence/modules/login-security/classes/model/text/html.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÏOhæÙÚÅ€O<FÒ¬Æ','PŽJç¾H·¯ñt™Ns¿ûnd*Fˆ\'WWÍaqýô]','',0,'?'),('H¾)™ë†’×ÇjHÑj','wp-content/plugins/wordfence/modules/login-security/classes/model/text/javascript.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ví\'BÇlËIfãóžÖ\"c','³¹O$ˆÓU?Ñ\nR¬”y–‘ìVà³=‡Tõ­ùZ','',0,'?'),('Žg\Z»»\\Û\rž`=ƒm­','wp-content/plugins/wordfence/modules/login-security/classes/model/tokenbucket.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P\r¶L÷ÃÁûÇ{Ç€õ','üãôVZ+â&ƒ\rÉÐ©ÑU;ÿL)RÈ!ÓµÎ','',0,'?'),('U€.Õô½‘G\0ãÄh7K','wp-content/plugins/wordfence/modules/login-security/classes/model/view/tab.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Š÷{ÎÈÇ²ÙÙê²ŠæòT','sÁ×·my(å[¦~„úMŸÀ™®ËßNÓÔ˜óøé;i','',0,'?'),('á¬;ÁDthòEÓGì>“H‰','wp-content/plugins/wordfence/modules/login-security/classes/model/view/title.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','äÕÿíô™oº¯çªÄß\\Á','¦ÀZm›$zÝËp¼uC¿¾VgIgIÜÂØNæ','',0,'?'),('¦#:ÁöÌSk«U¹‚â{À','wp-content/plugins/wordfence/modules/login-security/classes/model/view.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*Á:è?‘îl]¼¶ñçu','2PæÖíƒš§Ð=w=‰7Ar§\nýfQúÂ~,·¯B','',0,'?'),('fÅî[—\n9Îa ñ','wp-content/plugins/wordfence/modules/login-security/css/admin-global.1579191227.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-¦‰éS„H1@“kQÒ±','éÕ^H2m<æôLAƒm	NÒÖGì)Iw›—:ÜD','',0,'?'),('¤Ý€¦š‰3ÿù‰ÛˆÉ','wp-content/plugins/wordfence/modules/login-security/css/admin.1579191227.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S¢%v#)’†Ý©5¨­!ï','BÕí—i„xÝÇúƒ›šu\n¢1ÜŽÍº2™€{’','',0,'?'),('D¯îÉNXAJ®eŸTs¤p','wp-content/plugins/wordfence/modules/login-security/css/colorbox.1579191227.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','“<„»w\ri™ì»ŽvL*xÉ','ÍNÍbµƒ\rÌŽŠ/?+\'åÄbi\'úWâ$@€i\0','',0,'?'),('t”ÂÁ%uþ@»XÔ¨ø{Ä','wp-content/plugins/wordfence/modules/login-security/css/font-awesome.1579191227.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','NÄùÀ2Jå¨³ýYBç˜±','\ZP­Lã¨’ÍžZiÉt‘Aü§ä®ëãØ7d«','',0,'?'),('±¶yÂ0¼MŸôŽìƒ`Ó','wp-content/plugins/wordfence/modules/login-security/css/ionicons.1579191227.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*áÆ£Ù¿c;®Ûâz¾‹»','¬èNôJ¾s´@Ñ3	š:h)•7Kò›<”\\Nü+','',0,'?'),('\ZèãÙ=î¶†ÄeÍpoðÓ','wp-content/plugins/wordfence/modules/login-security/css/jquery-ui-timepicker-addon.1579191227.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÜA‰¶MA¨@´˜Žâ|ü','u·ö\ZªÓš1!´bš† \"é0SBÈ“>ËrEkŸ','',0,'?'),('•Ò†=Ï\rkYãz”üžÄ','wp-content/plugins/wordfence/modules/login-security/css/jquery-ui.min.1579191227.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¾lÿ.´š(ëK‘pQÙð','³Ù$rb=pÏh¹xËK£ù5]8ÇQþ§˜R‰¯jn4','',0,'?'),('ÛeÛM\0>~ÜÎBÍMDJ–^','wp-content/plugins/wordfence/modules/login-security/css/jquery-ui.structure.min.1579191227.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','»)/4;ß$Û”åÞ¬vi\\','ŸnäèøÁàiÙë—…µNµvX¥7«Y]´…¼°D','',0,'?'),('™Kæ/Î\"žËèJÕc;','wp-content/plugins/wordfence/modules/login-security/css/jquery-ui.theme.min.1579191227.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','kXøZb¸öØåª5Äê˜','[\0Nù†²’EÀgð—ì¤Ñgd¶q\rÒí¿Úè*\'IÂ','',0,'?'),('¦[PWLžÂ\n—®äæQ\r','wp-content/plugins/wordfence/modules/login-security/css/login.1579191227.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m¢è¶á³€ˆÌ2ŽéÖrmV','¾ ¯r¹¬‘J]s6Å8®Â˜2!åê\ZpGÂÂÄúï','',0,'?'),('o¿w*ö\nÎ›Î¢GÒœ]','wp-content/plugins/wordfence/modules/login-security/img/header.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','pÜè±ÑÇ]êj-ã‘ø¦™','8šü»ÔÚ#Ì„(8øáÿˆOû\"Ç	+h\"Fb–ìƒ','',0,'?'),('Çñ}ÛC“wX•TC€û','wp-content/plugins/wordfence/modules/login-security/img/lightbox-controls.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m]¼a’¬•\\$É','Ç—’h?àïïSéîÍ)¸:›ÁÖi@h. X×g”†','',0,'?'),('à\\1Ýƒâ%áVE|<Nµ°','wp-content/plugins/wordfence/modules/login-security/img/loading.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K:û„²·õmð™—£P½','j*äeŽó©õdoX¤~§7Âë&€²‚Nü9É|L•Ç','',0,'?'),('äèE?tB9b—vF`1','wp-content/plugins/wordfence/modules/login-security/img/loading_background.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¬ô\'é2û”p\nK‹X´ì','ÍÎŽ%XïÅ–F¼ÿçÜò1sÏ;ÀÎLëzrç’»','',0,'?'),('%ÁfWñ‰…	ÖP0å}+','wp-content/plugins/wordfence/modules/login-security/img/menu.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','pÜè±ÑÇ]êj-ã‘ø¦™','8šü»ÔÚ#Ì„(8øáÿˆOû\"Ç	+h\"Fb–ìƒ','',0,'?'),('ÌMèÖëàzßÅ­Yºü®','wp-content/plugins/wordfence/modules/login-security/img/ui-icons_444444_256x240.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ØGÓJû‡u;QÔZ6ø½','ÿû…ß\\MUŒíKhQ¯wÀC©¶iÖV´î¢¹²ÎJ\'','',0,'?'),('žf ¬§rÅpÎ(—‹p $©','wp-content/plugins/wordfence/modules/login-security/img/ui-icons_555555_256x240.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p¢ÔbDî@pýG+×±','*DZÍ>ùBgñ&Y‰Yˆ›þ„Žâ¨4(<¨/','',0,'?'),('JÕ¬4…ç\rànêÎç¦','wp-content/plugins/wordfence/modules/login-security/img/ui-icons_777620_256x240.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ëJ—\\c7’yþxÆÐ³l','³~ÀÍqVšÂ¯¾*\'Å1”¥¤š]3^‘öžÍÉm','',0,'?'),('sáí¸4Œ ¢‘R¿X>OŽ','wp-content/plugins/wordfence/modules/login-security/img/ui-icons_777777_256x240.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h…^n=(Š±&¡ñÝ‚¶N&','S²óDIBÿzÑ_-?(YÎãpE¥yûÆ¹A¡','',0,'?'),('ãã¶H‘Š§„Ï%â÷Ú,ƒ¸','wp-content/plugins/wordfence/modules/login-security/img/ui-icons_cc0000_256x240.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|¦%;w©ý¯Q»8øÈ@','wi>Þ6·Æ¬à4Èå .NÊC¹äž\Zÿ4ªIOžÙ','',0,'?'),('¬bó0Ý€>jã¤\"«þG','wp-content/plugins/wordfence/modules/login-security/img/ui-icons_ffffff_256x240.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Aa+JD$ø2Ÿ‚J”Ú','¬/#?Tï†iOLyv¦íuš˜TK”°©É¤½·\\Ø»õ','',0,'?'),('í=@UÖŠ8\\˜Œ·r“†	','wp-content/plugins/wordfence/modules/login-security/js/admin-global.1579191227.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÎLgD5w\'|ËIGV©¾5','–}Ñš@üPF§)M³…ö$ÚËjä±”Ñp{e','',0,'?'),('Š9KÆÖ-íJðL`e','wp-content/plugins/wordfence/modules/login-security/js/admin.1579191227.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',Q5´\Zì¬ê*yy!Ïs','†¡J¬”¶\"qUKäa¦é\'1Î_N°XG€`æ§W>','',0,'?'),('Ä½ï:¡Ïç¥N\'Ë©¼','wp-content/plugins/wordfence/modules/login-security/js/jquery-ui-timepicker-addon.1579191227.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','89\"ëîzzøÂVv*ÎØ]','«Û†%%lí:JÄf<ÈbqãÅP–ÂPtË¯}ß\"Õf','',0,'?'),('ÈDÍêÊ\r¥û£z€™7e','wp-content/plugins/wordfence/modules/login-security/js/jquery.colorbox.1579191227.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','lYŸZöià¨† 3\02[','(’åA#ïÀ¼F—þø~+¦Ÿ Fgh¡ðSŸ.ûb','',0,'?'),('tTO´0Ñh†¢p¡¥k´S','wp-content/plugins/wordfence/modules/login-security/js/jquery.colorbox.min.1579191227.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ôš¾ËlÀWeÔU{Ò9ü','ÜØéÌèäGû ßÙ8—=\0¨> ø3 wg3.¢4','',0,'?'),('uÍ\nÅ¥±´x8²0P¶`','wp-content/plugins/wordfence/modules/login-security/js/jquery.qrcode.min.1579191227.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ð±×Ô¹°´—Xp`me<','wP\0ØpÔzuYDSÞz(W ß¥‰ìP¾3$S‘öò‘','',0,'?'),('ìú¡Ø÷±Œñ$‚cÈ—','wp-content/plugins/wordfence/modules/login-security/js/jquery.tmpl.min.1579191227.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','€\\}Ã\"£†‹7Ú·’•DZ','ß.IôH\Z„g\0óH!7`‘£gÞ ZøzÈ„ƒÅ¾6|','',0,'?'),('†@%*OtŽ›Ž‰‡\"\r²_Æ','wp-content/plugins/wordfence/modules/login-security/js/login.1579191227.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','à~V›ø®tjÏ:Ÿõ','.Äy¿@ÓIve\Zý?gÇd¹ðÇhäOÇàý°¡ìð\0','',0,'?'),('Ædtà€šS0›[\\Og:','wp-content/plugins/wordfence/modules/login-security/views/.htaccess',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','…¼ÕA¾a¸bvrñ¤','C‡¾ö½\'r…9½ì@âK¡Þ†t¡ª™öâ§w#@kº','',0,'?'),('ÿÛï@~}c‡„ØQÝ\'ƒ¿J','wp-content/plugins/wordfence/modules/login-security/views/common/modal-prompt.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‚†%âý9ôá;%†òmM6Z','6ù-Ì2žXjÝ’[ÈlªãÃ†LïŒ°	\'8FJ','',0,'?'),('jŠ´‰«pø\0ZÍò™','wp-content/plugins/wordfence/modules/login-security/views/email/login-verification.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ó‡±Ú¸¥\r¡Üší£‚','-üèÍ¤EšŒ[óàG4­/®`»ýÕÓrV¸Â','',0,'?'),('–#ynÛå½[hr\\ØU','wp-content/plugins/wordfence/modules/login-security/views/manage/activate.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','©p¶øïè°ß“´ˆ','d\'Žì°äèÇ_ÈŸ‰C\'\"úÅžñëæ¾hÙ3‚ê','',0,'?'),('©4†ø#Õ°¨}ï‹„¯£','wp-content/plugins/wordfence/modules/login-security/views/manage/code.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ž/×D\r–ïmb y‘_º','Á$Ñ+—ë;îf7{O/•¬ì¹Þ®—Ê¸g„p~—','',0,'?'),('O‚æ½¼m$¸òž—Ý‹&_','wp-content/plugins/wordfence/modules/login-security/views/manage/deactivate.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1z§Â¶~pQ.µµ)!\\Å','orë[·AR~~G•uß°•QÒNÒÇZk\0QýSeO¾','',0,'?'),('ã†#\' º~“ºÆç/z¶F','wp-content/plugins/wordfence/modules/login-security/views/manage/regenerate.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','XôZ\\h‚çš=•9Ò5','ù›.ÊZ„Ÿ´ÖÑ2~Õôí¶¾b8‹¥ñÈž˜¦u','',0,'?'),('EéB3AÇÉô-\rÜ&!ÕT','wp-content/plugins/wordfence/modules/login-security/views/onboarding/standalone-header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ç·CõG\ndÒá¸änMvÜ','ç¯ºõŽw… ÇFO^Œ `&Û|ïp.0ìE„)·\ZL','',0,'?'),('·ÆsÝœ“Ãž3‡ŒÏôþ×','wp-content/plugins/wordfence/modules/login-security/views/options/option-captcha-threshold.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Nc¥Ü0«)× Z;ÁbÚæ','5K—ë¥óªçÉO‰¦ÿá5´œQJÂÃ‚PpUÎW¾','',0,'?'),('ÈuåÙC~7\nèæôW³e×','wp-content/plugins/wordfence/modules/login-security/views/options/option-captcha.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¹—)ÂÛOí¼Aì?f§SZp','çÈÈ,mÂ?jâ„…3ûÕTÏé!õâ±‹ô/¿@','',0,'?'),('mAÂpä×	1—ÞGõU/','wp-content/plugins/wordfence/modules/login-security/views/options/option-ip-source.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q)\Z6ËþrÑ1\n1ÝÚ‘','$øÌI.×\ZÖÝÚ´â}Ò\'i»­žD50V‘-B(ö','',0,'?'),('í§F–ôìÝ÷·mº¹¬','wp-content/plugins/wordfence/modules/login-security/views/options/option-label.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|<â­>sZ¾K³z¾e','ÄÌ†;ån†EôØ!ïôZÔ\ZVéÔV HÛÎw','',0,'?'),('k¥ôÛé7|dØÔìÆT;','wp-content/plugins/wordfence/modules/login-security/views/options/option-require-2fa.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\ZìÉµæP! ßïŸ…ú‡ r','ÄwÎéúXX«ÿ¦ºl½@gÛI•z,>W7À\r¢XÚ','',0,'?'),('þë‚\r?8[9€kQ\'s','wp-content/plugins/wordfence/modules/login-security/views/options/option-select.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÿ8„EËó7C—öŸþ•S','dâÙ‚ûÊM.N8U˜8ÿà †OÈåäY¸£=åwÑD','',0,'?'),('º’Ïë2ÿÊ?!àuØÜ†\"','wp-content/plugins/wordfence/modules/login-security/views/options/option-switch.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','„Ÿ[(AÉŠÎí„ÖÉû•hü','þ£‡ðÍ³ß˜“Q6Ì¨!*ôÇ×XäxÊõÃMM­u@','',0,'?'),('\Z&ô½cRà< FiCä','wp-content/plugins/wordfence/modules/login-security/views/options/option-text.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r%1ˆc·‚íúvGŠ\\%','ýáøÀú¾-‰ÃrÑÂ@YÕÚikÔ~oeÉ²v*+','',0,'?'),('òjñ\nj<Àcª@B‰X','wp-content/plugins/wordfence/modules/login-security/views/options/option-textarea.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3ÜqÛ×˜w‰UóßÍ°RÁ','úJwYw¯u¢nø–[ŠÄÎ&D×FLV-ó2LòËÖ','',0,'?'),('þ¥I<½ÖÍUÂCMdZ¤','wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-boolean-switch.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¢V¤÷IÞ„ÅŒ._™œ','Ñ‘liß‰ØÖ.ÐN /†Ùsiö­Tž¡j!ª£l','',0,'?'),('wDIš«-EòI×lå','wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-multiple.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T¾š%öa;B3>|CXý®','B;,Èy_Ö: $²ÈÏÇäµìE5¨œB0„È\0','',0,'?'),('ÜFèª†\ruŽD¼b7','wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-segmented.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÕâÎÎpVFÇ&—KkH','+.^-$à70À	]xàrªv+cégP§ýMäÆ','',0,'?'),('é|:«êxZ~±*×wlø','wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-select.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6½G5Ún;E÷ùö>Ü','Q2Æ¼‘›w|!lš?sTMƒ›m®ï€u*Ø¼(î€{','',0,'?'),('\rP÷)ž4_\"»™\'1','wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-sub.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\nÏ…	L?“ëõÕ0Ê6µC','\'“ô-ÈO“¿›R\"Äë³N˜xn~l<¦Wº','',0,'?'),('ð÷*æ²«žQó‡ÿ¥N','wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-textarea.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','’þ1hIbÛ“‹×éØaÿ','6·N£›SNYž2mÃÒ=ï@Þke(!¦z|‰g','',0,'?'),('Õ÷¢/—q‡RRÊ|¹¡ê','wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÊRõŒ!z@;ãVeöáÕ','ž#ëó²l“#ÃûÐº;”	KAH9QÆ@‡	«ÛËÇB~ø','',0,'?'),('¬$´Q²sP¸¬êR3}/','wp-content/plugins/wordfence/modules/login-security/views/options/option-token.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','´>N.¢Ròy£E‚Eˆ˜n¦','0Q§œê~0”ÌöSbgôs†™x:œE Çmðyø\\Oô','',0,'?'),('ú†8î=šº‘Ç[Õ±ƒ','wp-content/plugins/wordfence/modules/login-security/views/page/manage.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','º…~ôPG$!2¹Øÿ(sš`','×¤äšÇ:©yÛR…Jàˆ`l|BüHwŽ75¶!','',0,'?'),('C‘»ÔIþ»ÞS7ï<','wp-content/plugins/wordfence/modules/login-security/views/page/page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7\0…Š—~;ÈLÞ¾©•²','•D¡T}³3áý=ÅTé$\\æZ¼\rˆY/³—Â•¨úE','',0,'?'),('\Zþ½–L6Nå1×;8œ','wp-content/plugins/wordfence/modules/login-security/views/page/section-title.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"Žìáw^\n ¨¡k6','Œ!Í5»@ãa¾6t„oš5(DÛs©ÐÑ\näÁµæK¿f','',0,'?'),('ˆ»Çg“•Ý[zë´\0Î®›','wp-content/plugins/wordfence/modules/login-security/views/page/settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','µéMQ¦@—ÿÇ®’³I','Þç«°Þ~àr¡bÅwTNòséëú;3fæB‘¹Í)A','',0,'?'),('T¦Òñ\röfV„+Üø j›','wp-content/plugins/wordfence/modules/login-security/views/page/tabbar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','gxX€£JTÑïŠbxÊú','f˜x¤/Òxè¨Àë°GÜ\n8‡5ú6‰	Zô+','',0,'?'),('‹ÒË©6ýf/Ú6YjI\0îW','wp-content/plugins/wordfence/modules/login-security/views/settings/options.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','žX°Utú\\¸ÎHD„','—ñ¢w>È–‡ï@UýF´îgÝƒ{Ê=¨-Úªë5','',0,'?'),('¤Ygáù$zÉHá.Yéá','wp-content/plugins/wordfence/modules/login-security/views/settings/user-stats.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','îu‡éDƒ§Ï~Feâ	U',';\n©ÅÓÀeˆ¨†ªØ@dŠw†¤Ìö¥ô`4g\r†ù²','',0,'?'),('d•kòû‘JQAw6im<B1','wp-content/plugins/wordfence/modules/login-security/wordfence-login-security.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','tk÷Û‰)Ñ[‚@~IÛÇä','¬âƒ¨V3ÒQ‡›]¾ÂÂo!ævLqª:ÞÞ\'~Ž\0û\'/','',0,'?'),('¿vé—FI—Ë2h´Ïø¤nÁ','wp-content/plugins/wordfence/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','º‘6õñø7¸>‹\"','kºFÅâð°ßX:qk<&^_ƒÊY×d÷øàOxû','',0,'?'),('ï;Lát‰×¬C°ƒ”É£','wp-content/plugins/wordfence/tmp/.htaccess',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','·I z~Òi¶,Lžÿè','	ù¦HQIéqz¼Ú¤øpÆ9ŸC4>Hü€Â3¨‰„G','',0,'?'),('áá\"ÐC*ÿª×šÝ.®±','wp-content/plugins/wordfence/vendor/.htaccess',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','£E\"xKÊê{Ç8ödS³','C‡¾ö½\'r…9½ì@âK¡Þ†t¡ª™öâ§w#@kº','',0,'?'),('=S–6Èa°ŸXo°,”2','wp-content/plugins/wordfence/vendor/autoload.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','nŸV8·\\¡äËBs','7îúhÂÜ†Óü>8bºut^^§Rxª26É#i(ú','',0,'?'),('_£k4é÷·!*}ˆ‚Ý„ ','wp-content/plugins/wordfence/vendor/composer/ClassLoader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' ‰×Ù|%þ‡*T*ú`','˜˜’ä¡289vu3’n	C2s¯¼va/Ÿ','',0,'?'),('¢0áÁ&¥Y©îÕ ÕÁ¡','wp-content/plugins/wordfence/vendor/composer/LICENSE',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','•]_åŒ#Dö´\0óƒµâ','\Z ŸøÛ’ö%§4~NÙ~Gh!bØ­:w‚˜ÉŒ¿™\'','',0,'?'),('\"0ÂrN1M•áä#ž áÀ','wp-content/plugins/wordfence/vendor/composer/autoload_classmap.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','†EÓ¤ã­‡çÏMˆ¤gª´','QØø£*\'¶„þB©+Eüßž³û:•ómŒÎyuÖW','',0,'?'),('t‰Ž®‘Äô!æ\Z‡%\n','wp-content/plugins/wordfence/vendor/composer/autoload_namespaces.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5á,}vÄ¨3¼õGÀâ)©','E½r4@\0¸Ô¡$¦âzæú3ð¸$l²ê\ZÐ`iäexÃlÊ','',0,'?'),('sìÃË±ŒY*u¿©áO„','wp-content/plugins/wordfence/vendor/composer/autoload_psr4.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ú*q”¶BIt§ÓŸA<\"','6qQ¥†î`ð·ˆd!cf¶¶.ð‰øBxq','',0,'?'),('~ÅÓ¸bcöÝ\Z$@$©ò*','wp-content/plugins/wordfence/vendor/composer/autoload_real.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+>r*“±š÷ômI','EÍò\0Û.®¢¬òÂ¿Â¯­1Fû(Df§uÊvÜê²Ë”','',0,'?'),('õ!¥Ö(yJo*ÈîJØ','wp-content/plugins/wordfence/vendor/composer/autoload_static.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ˆB¹\\BH+—±ß)	','‰ö84E¨3I6-¸–£‡9ü¼ß!zŒÀGLº5','',0,'?'),('k}:ÅýçØßVNàåîÈG','wp-content/plugins/wordfence/vendor/composer/ca-bundle/LICENSE',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x>P¨òHåe6â[GFÐ5¯','Œðq!Ÿí™çÊ%Þ€PÙ§§ H¹”r´.L‰…~','',0,'?'),('Æýp“1	°?ÂØJ@³','wp-content/plugins/wordfence/vendor/composer/ca-bundle/res/cacert.pem',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','üËæÎÇ§n3Q­2ãG‡','ÿdíâ\"fÝŽ•¼6emˆ`öz™´ÊúâP<KOÒ','',0,'?'),('O=üÈh·\0}OíårL£b','wp-content/plugins/wordfence/vendor/composer/ca-bundle/src/CaBundle.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ZšU÷¯~¼L5Â@\ZVU','/§rÖìT„rm¬š¥ØG­Ñ \rª%˜e\rÓí|âú[','',0,'?'),('Ð¬]mÙ²§	â–­ì','wp-content/plugins/wordfence/vendor/composer/installed.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>wÐÌ©	÷Ó&J¼œ¡…)','±ð™«M×ó,¹P:”k€\nNâ2…[s\nWze]oN','',0,'?'),('ø6N]bN«íRø‰„“ƒÀ','wp-content/plugins/wordfence/vendor/geoip2/geoip2/.gitmodules',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¡Ú„ âqö?s1šµÔåU','çREkks&]!iª_‹¤š‰\"üÉþêy~œøÁùKa‡','',0,'?'),('¯ECW¬î`©`ßß-ï','wp-content/plugins/wordfence/vendor/geoip2/geoip2/.php_cs',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‹_@åeîèä3¥b”ÙB','ÙLà‹Ø¤@Jã†9OhG—@@›ïªûZ!†à\08#lÓ(','',0,'?'),('cñc©¶º«ªÀguÎäÌ','wp-content/plugins/wordfence/vendor/geoip2/geoip2/LICENSE',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';ƒï–8e_ÈTÝÃÆ½W','Ý¬ïISôP\"õa•» 7JŒ6çQSv„“ô_³y’','',0,'?'),('—k³|DD£•*@4ë','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Database/Reader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¦Å\nAgvú˜1PƒØµ','º¿½§0o*\r‘ÄvAöoÂ3²›ß:ÍÞøjõu½§y','',0,'?'),(']³Öj‰ÇR¤þ‰X','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Exception/AddressNotFoundException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','÷´//R·„‚áÌjãéÉ.','ö¥3\'X\rËo‘`/×ÓDØù ½é/òº3\Z','',0,'?'),('¬ZgÓUi1içÆ¾äxÈ=õ','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Exception/AuthenticationException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¦dïWè,‚úXEEæoñû','l?õ™à©)&&©¤ââæÓPÈÓP$@Ú\\¹/ ','',0,'?'),('õÂ{Z\nÇ0D\rO‹M*UtÚ','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Exception/GeoIp2Exception.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','±N	¸SÒXÙ?zÕ±Ó','å¿àæÔ¦\nÛÙ²LKç”Y¢•Š1Ó%ùX7Ù~Ò*','',0,'?'),('’âÅí‡´ÁÁÜu†ý4ƒ6','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Exception/HttpException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÈlËfk³ê<ý÷\r\nÀË','R!ÖO]p’I\náË\\…ÅVPÌ9‡=Áþ!ò?Ñð','',0,'?'),('¶™K?Üþrµça#Qh','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Exception/InvalidRequestException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ia»ãîýµÿRÉž%x¼¿','³°§Mþ¢ äb÷€¼é£dÂý]FÀi÷POZq’Ú','',0,'?'),('^‘4îj¾|¤áIƒÐ','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Exception/OutOfQueriesException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5ôúH*fÒä$°ðÊÓ','þòÐÆicßzÙPû1â\"Ý¢Ó›o¶TWry‹*F','',0,'?'),('ÊÜ†R(\'2Whpõ¤—G','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/AbstractModel.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@ÒH‰ÿC¤5Ì¨[\0¥å','ÀXúÍf:µM‰tÞËƒ#û¥sDú4(øNG†Fèº','',0,'?'),('·Õ[0ñ^‹ŸªŒÐ¶','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/AnonymousIp.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','eºmgëÝœ|ù<ë¼¸Dh','™+Á%ÝG¸<t³1]ëƒIò5m·\Zž}¯âEö>ð;','',0,'?'),('£ž¤v½ˆ…V5ÇƒÞDÅu','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/Asn.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','œÚ„\nº1·hÍ¾!Ü','³MÏ¡ç	Þþ¥¨p«kòÄ)¯«âÇ!\rˆ½','',0,'?'),('ÏQKýÖÄQ95ŽÆ”`','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/City.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ì‹ä>ÙÊY!\\z›ÿJX','¾³B*yLË°ƒaØâu¨\"t \Z4àþÇZÛ³NkÂ¥','',0,'?'),('+b\n’ËDf°X2À†‡Y™C','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/ConnectionType.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','dåàS:¿-NÀ!QÝû0\"','§6Ë)?™ò‹^\"FÒ*©g|ÒÎ&ÅÛRÕÎ áÜ\0	','',0,'?'),('ei›‡yïøÌ,:¶êáTÙ)','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/Country.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0¦Q#2Ð‘´óR€´•','~G)âR¡³ê7i-ë#âÞR 9H°þÇ«÷ b','',0,'?'),('%~WN82½žQ­O¿›þ','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/Domain.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n4¤Fš¿0JCÆ n²¾k','»Cb,¨³\"×\">j»ä¦ò‰ÅŠÎØAlDœ','',0,'?'),(']ŽÔr™:@´…I¦','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/Enterprise.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','„¡…6:”õö¾2kP3ú®¼','%uˆ¸MpñÚáÉ,.\0Ñ@²ZqŒër¿/ÃûµŸQ','',0,'?'),('%D?Åm1QZ\"ÅcAXQq‡','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/Insights.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ŒGÆŒß=£¾1\nVç0î','8}·>íÛk6`¼ÿuidâð‰eHíPÍ^é','',0,'?'),('Dm¤¦uäÏ£“!ÂI—5H¤','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/Isp.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','º”pÙ½­¸PªÛ]GÛ','Œ|¶Ÿ )Š©YûM÷ô,3÷¾¥0çÊ\Z*‡9íp','',0,'?'),('óV¡<ßþÃr\nQµ]jvXP','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/ProviderInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z¿Íø*NfÇÙ¼{„','iš”Ë¶|1…Òâv.4[ª(¶ «ôÖm@f>ô½Û','',0,'?'),('J?#³ÍŒ$Mù7Óc„','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/AbstractPlaceRecord.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`ÄI.:›â`PRä','#zÔ¸R™\ZHUèÉî>BènP,Ÿœ’\'ƒeT¬tßº','',0,'?'),('‹ŽM¯Ó¼ÿñ7T”~«ÙÏ','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/AbstractRecord.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$àkAÎ`ÀlwÜÎì¸y„','7\r4	ì¶¥Q\ncíêü>c\n>ÑPf8í4øHk¤','',0,'?'),('weüÜjÿZôõq²IÃ','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/City.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(¯,ƒ ”¾¯EÚŽæ†;','5+úSïsY>%ór9–7ä–5[Ié=Ä`<2MçÇ','',0,'?'),(':1ƒ(¬)p]V1©-È©œ','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/Continent.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','™qDL‡ßÞaª[	?à¯$','GŸs\0ëå\rÃ/1÷v=ú„©Õ‹·pS-«yE.ÔÒU','',0,'?'),('®¨šƒÀôøóÝˆ3³+P\r','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/Country.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','û”¸—,0Á§Z%É­æùš','íg^ô¹MµÉ©9=&*­M{°ÙXb»0*Óu“¹Ù','',0,'?'),('Ú\rÁí±Beª×¯Eó7','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/Location.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','áñY}ƒ‰Œ`8vèý…FJ','U¢’ß†(²[ÿråµ³€©g†ØíhÍàå¬µ!m9(\"²','',0,'?'),('k‰’1¿ûƒ/—Í“Ý%=°','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/MaxMind.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¥Dq“d6ž+\"¾U‡ð','ÁI¸³¯äýs;Ö®ž´Ÿ«i“¼“ÓkëßEŸ@ú)','',0,'?'),('·F…[¯Íãµ‹PÑ³‘@»','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/Postal.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','MÂbP\"ÑŠxÙY@0ñà','÷\'ÈÂÖn©²*2nÔ‹äòéŠä)Øa(Œ_÷IqŒÉ˜{','',0,'?'),('&‹ÓèÉš%ŸÓ)ïW&Ôi','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/RepresentedCountry.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>XVDèû°¯m­|P6\n','éýl=ï³b:ÑŸÝñ	RäZÐÿ	­Áÿð	à6','',0,'?'),('P†²[ˆDáXPõ€aÉ‰é','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/Subdivision.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','›Øï;uÂ‰ýS¹‚ìµl','ºM>:\rù&áVýÌ`Î\Z:¶O0éSv;\0þÁVµw','',0,'?'),('ˆÜÈt½VæÄ< ûCÞÄ','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/Traits.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';HoÄ´`šé×³mÅ%ö','å(†Úl]‚höÅÐ®a	yÈfhù±0v\'uµvm©','',0,'?'),('&ñY¨«¯zÐqÍ[Fžf@–','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/WebService/Client.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','â¶¨º;*®ªÊ?‰Õz','¢¡±:O.Æ\'«~y¡Ó@€Y`FMNó:ÀnÒ.í;q@','',0,'?'),('ê×Ð`IËí³,óy oŸY','wp-content/plugins/wordfence/vendor/maxmind/web-service-common/LICENSE',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';ƒï–8e_ÈTÝÃÆ½W','Ý¬ïISôP\"õa•» 7JŒ6çQSv„“ô_³y’','',0,'?'),('êòd¸¾=áÃ@hs°:k}','wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/AuthenticationException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K#lJP¨‹e0uŸg¥Û”','UþWMš™êÛslLžÜæÕ9#Tb Wj?\\Ñu¥¿¹','',0,'?'),('TÅù.¢ß)mÂ&öÍäëI','wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/HttpException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','”41l#}·pæÇÆzk1','¡Ôh†š	Ó_‚ÎÖšž÷–ª!E¡Ó4‰\Zv®îF˜³','',0,'?'),('Ø½Ð)’üuÒ¶Ÿew‰¯l','wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/InsufficientFundsException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ˆmhOà´²Šfô².I','­o±OÛbÁ9_Áãb”-4Ãê-„x%ùT¿õ«5E9\'ž','',0,'?'),('¦Û\ZŒ3ÕHš{ïÇ²‚','wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/InvalidInputException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','rÜ ž´¥Ï¬Êþn+£n','^ÁqÜN¤×è×Ð¢Þƒ&yN¢~\'S//>}ò—p','',0,'?'),('²‰¹])T“œ‚—ÀN25FÕ','wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/InvalidRequestException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','GRË—c…í¤?qtç','ÖRz5BÄ,³´nÉ²¿ þ·Œ\nHoÚ¨Ðò½|','',0,'?'),('²º-[õŽˆŒSÑ_Ø¹Qðø','wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/IpAddressNotFoundException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1:°Ø!•G~ qçic','^ëDCguPT!>»þ›ôW¸Å\Z»Ç¯kÝ~_5\n8','',0,'?'),('ûÁ2]&Ö”#“ñØ^FÙqŒ','wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/PermissionRequiredException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ø2Î¢ñ	®/úE!á<sÑ','\\Ð=©«ô5—©3	®ÏŽvÌá„_%ñ2½ÿA¶?$','',0,'?'),('ë85\\R­¤qoò-©³Ù=','wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/WebServiceException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h‚àÑâ$x /™Êó½é','Ï<b®ïob¸‡²—nAËàçE¶þí7_ÊïGK','',0,'?'),('È¿˜-èØ`°uúªÆoðò','wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/WebService/Client.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a m;Sœ·V#åÓmóI','žR9F¨ÌÝóøìÆ‡ë47i}€Ê§”ÙC^×%','',0,'?'),('ƒm>ì»\0»°0X& ^™Q','wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/WebService/Http/CurlRequest.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','·çpKz’ä`ß)9_@ ','»›aÒ“YeÚqÙ7YTc³ÈŠi$˜W¿ØªÊ/Ä!‡,','',0,'?'),('ìÛ…nPE6–‡Tˆ˜ñÝ','wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/WebService/Http/Request.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','—KdWŒ¹ªØ¿EÄWø¯','ÜR•õW].daßí¼ÞÈs¹ÚJMœLq+p},ó','',0,'?'),('±ÓŽA}ÒŽWZ5=*tž','wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/WebService/Http/RequestFactory.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','êb;v\'•gÂÑ~”ž®¯k','mè!ÄM€–J\"v>,ôäí0î\0ÕœÉ«² &jÙà','',0,'?'),('°iä \Z!à[«8$\"ø','wp-content/plugins/wordfence/vendor/maxmind-db/reader/LICENSE',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';ƒï–8e_ÈTÝÃÆ½W','Ý¬ïISôP\"õa•» 7JŒ6çQSv„“ô_³y’','',0,'?'),('S‘dlzÌsˆV7','wp-content/plugins/wordfence/vendor/maxmind-db/reader/autoload.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V«~ÐœIÔ÷XP/®©$','³sÄem‰’/¢;˜™Ö˜öÎìÌ aZ—H`Ÿg3','',0,'?'),('¡¬‡%­­¨\\(w’½·ß&','wp-content/plugins/wordfence/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/Decoder.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ý®I\0×ò$Kø¦  ó	','Væ˜p\Zž1ÍŒÑÏ\'=~ñ›‘Ù²ûF_u\\ÁÐPå','',0,'?'),('¶õƒÏßÅRCOh¥™Úß','wp-content/plugins/wordfence/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/InvalidDatabaseException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0¥Ø6ž¢.tzÁåŸxÇo','öà;Ýþ¯p^\0¬3¿Ô¹â(€ ‰ŽAþßÎa´ìÅw','',0,'?'),('Oí5eÌîî;hz—w@’W','wp-content/plugins/wordfence/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/Metadata.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','šZ<º†æ‰Ç{~Gá¢f(','çó´,×‘[\Z¯£Öú@¿+êÖÂ?x³’ãPÓÝÐ§','',0,'?'),('k%÷\r0Ì¯·IN6äD\'¯y','wp-content/plugins/wordfence/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/Util.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','gÄ+øÚ©ÀdÞÝ¬@­óý','w bjY…Ì”SŠÀ¾Ãtc¸Šƒ š¢I¨óŒdQ','',0,'?'),('\Z[`£±0CI$Tˆ \'÷','wp-content/plugins/wordfence/vendor/maxmind-db/reader/src/MaxMind/Db/Reader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','º)ÕH¾µ$I»3½^0','Dsmr?vÊjz¡…ÏíMo™3=b0À›¬KÎR#','',0,'?'),('~i°IÒ;Ý­]œA»ÈS','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/cacert.pem',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','54ÓÕâ“¿î`žŽ–«ž','D¯©Oo;oO]+îŸ\0ÏðÉ5Ê]/\"ÊÞ¸&ëQ±','',0,'?'),('I6U‰\r7´ÓúŠÖ3pí¸','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/falsepositive.key',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ž‚h<ªé¶|Û7bš©¸','ÕÙ_ú^F\"ýæ;+r&Z~Ó¦QÐêð¨Íø|ã±ø5¥','',0,'?'),('„ÖnvûŸZùYVßûÉþ','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/init.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','á©ï`¼I¦ô,Bz×æ1±','µQ¨£52¾¨<ii¿ãN”ÕÀÂÐîKOãÃÖb2dÝ','',0,'?'),('BJ’„O¢žä¯ü†zD±','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/config.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÍÈ{ö1¬MRœKE_ßú/','|qŸUUÑ¿ÃŽ|z¹G>*“Ûœ\"‰éæI¢þÝ;ƒ','',0,'?'),('ì¶Pdºµ“ý’íc3','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/http.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<Éi£\"ÀKNXÏ,ëÁ','à¿CÑ¸âª±r¨Í+œ’£ò^YhjzÈZ','',0,'?'),('ù^Q6l„ÏJ! 	âÍ¦','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','›Ž›Ãød#ûËkÕâû›','¦çtw}úž?eŽ	ÊhB¡¤T92ÈuCøÂžv7ä','',0,'?'),('ß¹VÌ=¿£»\"à#n§	¹','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/parser/lexer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ïxb#!ºÒàYè‹iûëJ','¯nºd@=•[åcÞgû‡?N}¼Ö¾Rx¸lÄ]¤XÇ','',0,'?'),('à–ÊrªÖMÓÜ´-\nSƒ„','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/parser/parser.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÂÓÀ­è(wîÙ¯ï»(‰_','©œ‘èÿb<ÊWér,õMÛ«ÚP…ÆÌöp>NçÝn','',0,'?'),('ŠÈàý×X/÷Û\0þƒ	','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/parser/sqli.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','úíÚ6ë’Ù¤p¸Ol^','LÂÕ*cä&\Z·²]þ\n9uÒÃ³—Lñ_ˆùQj&v†','',0,'?'),('nóÊó09j®v8õ\"','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/request.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','CV±S+:c÷¦|Oì¬‹	','êtå=1¿i\Zn\0N!¶ö•§Ç*¥Ýi‡ºF','',0,'?'),('Ò­ó_VlKøg°!p†1','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/rules.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÍÁø|¬ØÝì¯D#DD3)‰','h‰ŒžéÏ=Uu¼ÄVU¢-³JñÞ\'QÊ;2rg«','',0,'?'),('!ñOŠ4ÖbCRR›fO²','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/storage/file.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Éz±µ›øzþÏó’èn','ŒEi!pû½Áï­ñ‹ãÛ\0\'R”5¹‚ÁR­·ç$#','',0,'?'),('IWï“9Ùa€ÖWœ±3(','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/storage/mysql.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g¼†™\n”¼4x%$0','^,‡þŒÍ5©ØŽjˆ,­ºÒ§‹Q™ÕQhs','',0,'?'),('cþ†[b]ËÀþÝ½‡JF','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/storage.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¼ŽJ\\Ô¶ö€Ÿ4«è','!Ê¸)wj¹%à¨ôåpÕ»Úž5í6qè¢Œm¬²#Ïõw','',0,'?'),('ØÐ¡qDÖš?ÓižX','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/utils.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\rý–!(Äi.+ö)ÒšÉ\"{','çZ Q[¦§¤Q™ÑÆG µ¼ñ€7ïâýØE\"ž','',0,'?'),('å\'Ò`FÌ”Ì~ÙÄ–“œ','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/view.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C¿ýõØéÌ0Ð+C„²…','`>&i(Å¹›…‚C”Îßfÿîë&ñÏì>Y\"¦','',0,'?'),('ž…¶»½î¢è†<ïxÍBŒ','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/waf.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','gP— rˆø´æ‘§ëuµ\\','úžA³,Zó<°o±üA¯÷f¢w¨ ø§ž!îÏ ‚','',0,'?'),('\ní@©g‘Ý+T;V¶–','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/xmlrpc.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ãÕf—­Â\r@)ø«ë»š','¼;—•¿Ì_IøÝmò1›Ž£øµ\nî9|!Þ¶å¯','',0,'?'),('ù—8K°ç ?O]Ê¹Y','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/rules.key',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','º§\ZlY^[F\rÈ2xÊ»','Ï6=““ØS“q®-5 )¸«E¿L}A¤ViA]ŸŸŽ','',0,'?'),('xV‚Mšé>–nÙ{O–ÇŸ','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/403-blacklist.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','96N«›\Z!µÑJŒYŒœ•U','©,yŸS¿®ÌÉ1•Ì¥;x†žµ5¯ GŒÃiO9','',0,'?'),('AØ»#¨²¹\"óàÅj­','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/403-roadblock.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ª\Z]ö\0Ž(XäÈzù¾','ŽèŒ÷P.)Äg÷8]4ŠB5U;>JáfÃ–3}','',0,'?'),('Q§Û÷6K4öÊ¨€ÒðH','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/403.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ð†R\0âþnWœ[_‰¹','éç\r‰M¤‹#’ËÀ›¨ÛÏ:A{‘qcÕúÍéD/³¾>','',0,'?'),('rI\0yg×E!€£û2\0C','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/503-lockout.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o?MH|¾~ù”E\"»\'¹¥','oÐä}[ùW%J+=5$)®¥¼\'Š2Á¼Î¨š«ÈK','',0,'?'),('j¯Ò)nƒQ8Þ®á¬DŒ','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/503.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','yÒw–Ð2ÙË!†æÐ¥_à','xØ‘ãpÞwÍË>©«oO»€×€L%#äßölÓH','',0,'?'),('ïÅ{´ú \rðSlÅ¿é	','wp-content/plugins/wordfence/views/.htaccess',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','£E\"xKÊê{Ç8ödS³','C‡¾ö½\'r…9½ì@âK¡Þ†t¡ª™öâ§w#@kº','',0,'?'),(':¿fØ?bjƒ¿.‹Ÿ¹','wp-content/plugins/wordfence/views/blocking/block-list.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ßÙñLÉYPÍºK‹Ó\neÑ','Ê]þSO	¬o„¹‚Û*+uXõ:å£æÊ†ÁŒ×wŸø','',0,'?'),('rù7²È/y*¸aÚ›P] 0','wp-content/plugins/wordfence/views/blocking/blocking-create.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ú°Ž4§J‘©PÐ©ðsÄBý','‹š‡Är~ˆ5\nÛÌŠ’4ýGäÈ™AêÅ','',0,'?'),('fp†ú“êçÈjóH›\'','wp-content/plugins/wordfence/views/blocking/blocking-status.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÉË®_ÁìÍõ®ÆäXkìÐ','ÃúÐö4Î>1ü^ˆ¸·fÿs¨{Íq\'	Þ©Míù’¢š','',0,'?'),('¨h¹x×*(½&¾ëÃkO’','wp-content/plugins/wordfence/views/blocking/country-block-map.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¡uœÁyGF¡,{–ŒXÁz','%Ôœ5–;º”û§öx“ˆ^)Ÿ‹¨G(…ào','',0,'?'),('4®ÚÛ¥‘;»0Š.*','wp-content/plugins/wordfence/views/blocking/country-modal.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-^Aƒ?¤ö¶›','²ax¯—R;Æþ,\'˜K‰™¥é¯æ?QÙØß¦ŠHÏÑ','',0,'?'),('ãm5^¹ÛÀÇuÈê°9>','wp-content/plugins/wordfence/views/blocking/option-bypass-cookie.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','PAf0	/¡§à Â(wÃ1X','±IóÃRR\nûøò¨ßŽ°ød—½õÀ;µ÷©‘ÎI3âG','',0,'?'),('1?oœxøç<È?éÍâ6','wp-content/plugins/wordfence/views/blocking/option-bypass-redirect.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¿ß\"ž¡5y— \"Ï\'Šf','êžagÀLSSPU–µ¾¹:ý…°Ìˆ‰p5Q<Á>Fr','',0,'?'),('4To®â‚iEøåt‹','wp-content/plugins/wordfence/views/blocking/options-group-advanced-country.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','äœ®Í`Suœ¥8ì','šØh]s† UáÅs·j=¿‹(GÍfÅÇvõ›a¦cS','',0,'?'),('2Ä£­ˆ_½Dã”xˆ“¤','wp-content/plugins/wordfence/views/common/block-navigation-option.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O³ÂøýÎª~˜}t.ïK','MªN„³ë¦›¥š‘F`\r9÷ö Ó«ërPô²,Q','',0,'?'),('Ïß,”Ÿ´@ÎÖóºQÌ','wp-content/plugins/wordfence/views/common/indeterminate-progress.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I·æ\"Ýsg½4ˆ\\(±8','´@™îýZn\"Î¾~žQÕ”ºÃ8“sãPŠ¶ž\07å3','',0,'?'),('BUj”v\\Ñ£â•ááè(«','wp-content/plugins/wordfence/views/common/license.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y^§@:FÂgãq]pí!J','Îõ†ËÐ]©|\\Í\\G$ªy[À\\Ž¥Jæ\"ß','',0,'?'),('­ùll¸„ƒxèL,7WÊNÛ','wp-content/plugins/wordfence/views/common/modal-prompt.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','häÿ²õ‡\r$ÖÓo¦Š','lå?ß9Rw\"HŒ^É\rÓs“é¿Åó‰ÏïÑ\ZD:£Fãa','',0,'?'),('÷]pÝRŸ/$¸1ö','wp-content/plugins/wordfence/views/common/page-fixed-tabbar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','óM#Æ‚,ˆnšÈÌj9{¢™','Éé¤+Àžˆû»ÕÈN)Â¨·›ž¨åL	K¬zò(','',0,'?'),('žxÃÂ|s¾ƒÄ×KŸaõ','wp-content/plugins/wordfence/views/common/page-help.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','â2ÔoÖÄ\0X#ë–83”~','‹Ù$Ž>ˆô×\n\ZW–È)OœÒ\0¸ƒƒ³(\nÙÝ®é\08','',0,'?'),('­ÜË‹Ý_o!\'Úuœáør','wp-content/plugins/wordfence/views/common/page-tabbar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','»ƒ)\Z¯°ótU2Ec0\'é','äÃºMØ..8†Ñ¹>Nwýj¥ZîóÐñ©WbúÃ*B¼','',0,'?'),('qqC¸¢$²žàý¨ƒ@','wp-content/plugins/wordfence/views/common/page-title.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÅÜaA\'4õ=ãÁG³g','R{õh®C;Å_Éî	…•ñêG+RzßrT¥‘z`ž4','',0,'?'),('ÁÚ%G]fÓ@Í%ÊZÜÍ','wp-content/plugins/wordfence/views/common/section-subtitle.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','úKác¦ÛDµøÃƒ¤ÂÛ¬','ZžJ žwsh5ÊM´þÐí«¶Eu/jg[‰‹Æ-èÁ','',0,'?'),('¡%¥°?’ê•õ¨)Ò','wp-content/plugins/wordfence/views/common/section-title.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¢ƒw]±Q¨V÷Õ´i«','Íûñq¬û r*·šÆø-T¹ø¯N5Å\r…ÙOc;mŽa²','',0,'?'),('úw	¥š+»jì¤ûÀ','wp-content/plugins/wordfence/views/common/status-circular.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ðâßº)ß.=£·¥g','q4^\"-ú9†æ‡áí\nd1q¬‘ˆèO,íùÇ','',0,'?'),('ü^ùO|\':QÇ™EçÝð','wp-content/plugins/wordfence/views/common/status-critical.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q“[õ[_Y[Ê›ÜëJ{&','n¢I‚‚\Z«”g[Áÿ\0¾MÏÉÅËãZà1º]óÕ','',0,'?'),('«³sùÕŒQ±¶7oéÃô','wp-content/plugins/wordfence/views/common/status-detail.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¦Ñ¿DÊ\0»|ö•²ñsæW','¼\n*®v¯Q’÷(GÕóiÔuà3@×Î4ÿŠ*‡É','',0,'?'),('#æ7µírÉYÐ\0¼ái','wp-content/plugins/wordfence/views/common/status-tooltip.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%e\r©FdœçöE0sB','%ýMÍæbuàÎIÑ]’¡CíIã\n©6€Êz}þîB4','',0,'?'),('ŸD²¸d.PË´{-yoÓg','wp-content/plugins/wordfence/views/common/status-warning.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m”f·uÖºg-g\0CÖ=v','ÃN<\rŸ;ªüd·*×ô8+)“\ZbO?ï0–ÉEûÀÝ','',0,'?'),('pÌ“0¤2@ãØPFÎtk','wp-content/plugins/wordfence/views/common/unsubscribe.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ù}}ªàÏsJäáóK','aê¦\0Äk5—¼Í	Ý-¯¹\0oDxÛ 8uÐé%\'','',0,'?'),('Mx1Ç‹Tm¾R_2o','wp-content/plugins/wordfence/views/dashboard/global-status.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','˜.1ŸÚÐ(>÷«\ZVE~','ËIhù÷ì¯ëæ£—ht‰;õ˜a6›N*Øz','',0,'?'),('{[ã/Á°³†Ú‘Îý„','wp-content/plugins/wordfence/views/dashboard/option-howgetips.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ìÏ¤˜SZ2=ä¨ÏÇŒõ^','ž\0”ýÔŠôwªù\Z)‰¹6‹Zp»-¢lP-ÚNDÈ','',0,'?'),('b‡†êE„Ÿ£»º4t=','wp-content/plugins/wordfence/views/dashboard/options-group-alert.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z!HÙÐ¼ŠhÚ£Ìù²','†(ÿtá$n­Ã¨îOÒ¨,Bý@†ê,€€Lo|ù','',0,'?'),('~È¾/úmÚÖ€Í!üì','wp-content/plugins/wordfence/views/dashboard/options-group-dashboard.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ü&„m:7‹áv×=Íêž','¿³\nÂìÁëúq‘Y—ð™Û¡>h‡úÍ_ÀÉP†Å','',0,'?'),('Ì‹¸qÈB3aêYïç-ö','wp-content/plugins/wordfence/views/dashboard/options-group-email-summary.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6#>{zq¸Û\nS%½ø¨¡M','p€ýRAö7¶í©ZQþjÆCpNaÙ=¼ùMÑ','',0,'?'),('Qù.Ã¬¼\\¦‚ëûXeOI','wp-content/plugins/wordfence/views/dashboard/options-group-general.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','©:Ììãn“Ón)ÝÔ','g #­«”z¡¥t¹–—JÈ´´Y·12cÆ³\"Po¹wÁõ','',0,'?'),('´‚,é×M†ø;vûû','wp-content/plugins/wordfence/views/dashboard/options-group-import.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=SÉ0lî©K¨½@^Ëø=','ˆçÚä¸Ï…ûº”<ãèUR½Y¨@æ·*«ãcs','',0,'?'),(' 5ÔñrD›g»ç±ƒ¾','wp-content/plugins/wordfence/views/dashboard/options-group-license.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','îˆµ{1“i6Lx`ëÆ3r','Å¾ÅÄ„DøôPÃí9‘LhªìÒ…¯¸o¾ë-','',0,'?'),('ž]oMð¢seªªJ4È','wp-content/plugins/wordfence/views/dashboard/options-group-view-customization.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~H`è´b\0nvB JQ\"','éëÞFË²I€„ÑGšùêÈ6ÏgŒèV°)Â0¦k','',0,'?'),('„œ‚P»¼ÝM…Ëˆ=U','wp-content/plugins/wordfence/views/dashboard/status-payment-expiring.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','raX\'Éáz\05+“\"¨7','vï$ªr±_s¯yó°Y¡ÈùÂU{Ø˜?™±C','',0,'?'),('È7˜\0ŽùttŠ².','wp-content/plugins/wordfence/views/dashboard/status-renewing.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','an¹$Í6¨Ýåº¹\"','‰tÉ¢µÄãÒC-?ø\'(áuê¢¦A¸T-1ba˜Û:','',0,'?'),('OSïYÓWz!8õÊ£j±','wp-content/plugins/wordfence/views/gdpr/banner.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*K„`;Â‚\0Ö}”†',',Œcn9ëåÛ$O•Öú`ºý&põTOXÖiØ³ï','',0,'?'),('QƒþcmÖuX\Z3ûB+‡žX','wp-content/plugins/wordfence/views/gdpr/disabled-overlay.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¿!ý*†o¬°2Â¯†$','TðŒûCWD9ò¼ƒ-Î§¥0(µ\ZJ¾iÉ×ôåÖÂð','',0,'?'),('ŸBâÔè™ô!³¹vÝ¡É¶','wp-content/plugins/wordfence/views/onboarding/banner.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‚†®¥0Í’¦l\0‹þBÖ','²,{=#\n»äO‰öQáÝ¥Wp¢YEY2>X4Äh«','',0,'?'),('í–øm×”ÔÊF@$€~r','wp-content/plugins/wordfence/views/onboarding/disabled-overlay.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','­ÇþäböÕ—›lÚãn','yþ‚aðò2- ý¤£Ô@Ü\"=ƒ*±çËÞ\'','',0,'?'),('°/7›Ã±ãcxîÙpŸ–g','wp-content/plugins/wordfence/views/onboarding/fresh-install.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ýžÞ‚!)(Nõ+UéÊÔ','ú#ÙÎŒ…|pPÒ°¹Š,mÑÛkyÑt\rÃèÜ«@6','',0,'?'),('ø;Ç%N!9\nL&N„Þçž','wp-content/plugins/wordfence/views/onboarding/modal-final-attempt.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Áßy³ÜÁðuõJÉ¶g´','þ“l3ã°ú‡Ã„\ncwÃx~eLîhP\ZÕÛ’×ý9','',0,'?'),('º3ž,’˜×cv‹k–’Ñø','wp-content/plugins/wordfence/views/onboarding/overlay.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','â’iÅ®ô9õe`øÐ2î','Zµ´ÿMËGXL;$xMi|Qè%¡²ÝÅ½Y2Ü­$_','',0,'?'),('+´\ZD€–Ze}É','wp-content/plugins/wordfence/views/onboarding/plugin-header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÈôkQü…4ƒ›ÚŒâtS*','†ÛQh9\07òŠ’M¹¹îÒNÓÛö64‰>Ø\\','',0,'?'),('\'Ac¸´å,	~—6ØøÜ¦ã','wp-content/plugins/wordfence/views/onboarding/tour-overlay.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','™:è¾½%› Ÿ);§\0','\ZÈó\'Ä¡ë§ªÓÊ¶.s\'Æè­sdÜ4§^´ÓI','',0,'?'),('¤Zò÷ód*–èY¡öÚ˜¡','wp-content/plugins/wordfence/views/options/block-all-options-controls.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','95IÿB„Š\"aãÏ','V§áG3˜îÿ7R£Ÿ(ñÀÝ@«\n,\n¡	…úøw','',0,'?'),('æÃ´˜eÒ•÷h‚V\"€','wp-content/plugins/wordfence/views/options/block-controls.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¯8 5üU,îe˜¡\n®4(','“S©|ÃÙýøºð«—POÈÖâø¹dÉ‡&ØÙ²-ê€','',0,'?'),(',à\Z¼J\'ªAWh€Ì','wp-content/plugins/wordfence/views/options/option-label.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','–°Ë`ñšLô–“gfå','üû_´\r\0¬Ž½¼ÿ\0°Z}ðè})v[4®–Â¼ìñ‹','',0,'?'),('·`™`\'Îl`=èê¢X(','wp-content/plugins/wordfence/views/options/option-select.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q©Ì5ÛCŽ”ãìƒÎ&í¬','ÂcU3ÐAëW\n²(Ø:‡FÌÍÌ@zAgG&Šj9','',0,'?'),(' o¬Æ•ŸÌt_¯º\0.Í','wp-content/plugins/wordfence/views/options/option-switch.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m³iÒE·>W¥cœZaig','ž&ËÒÛÕÕšËj:ƒg&*5Û6yÉ¨d…q4Ö™žæ','',0,'?'),('Ò–6ŠÐòMÖ¦¶®5wHÌ','wp-content/plugins/wordfence/views/options/option-text.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}ÖàÿKËmƒw¶K5 IO','—”+d™nÜÝ\\Ä/M+{x/(h\ZÛÞ-z%œ1rÇ','',0,'?'),('ÂYm–Rôl«X\0ø†Ù:','wp-content/plugins/wordfence/views/options/option-textarea.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ac[Dñ—O+.fæ\Z','~¹?\\é|q…4‰¶ÍïÉÏ„>jW\06ÏwQEg=z[','',0,'?'),('2ê0mKš:rÂ²\\0\nBÙ','wp-content/plugins/wordfence/views/options/option-toggled-boolean-switch.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',+œ£þ[RµŒÅÖˆ','lÉÀýÊÒFV°“¤jFlÖV›Ë±£V¯ÇžºóB`','',0,'?'),('êd\nºv;èO1:®®,Tn','wp-content/plugins/wordfence/views/options/option-toggled-multiple.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','…!0þ„àÀKÜƒ5â{PD(','{ª™`Î±Î0¬H¾o¬GðŸ¨¶å÷«Mo$¸PÊâÐ','',0,'?'),('.ˆéº‰D0‰u©L-c•','wp-content/plugins/wordfence/views/options/option-toggled-segmented.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','BÈ|ssGo1ºåì²x','\n9VW €ƒ’´˜|:Þí]\\Çå)» ë¯d‰^UÓ#','',0,'?'),('$%#€Æ_‚U»_dÍ','wp-content/plugins/wordfence/views/options/option-toggled-select.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','²\"Àp+»NÅoë¤+T','XÎÖq‹?\'çÍÐ„,ÔþèïUåò—ÇÑf[Ü@a¼Wh»','',0,'?'),('\rzÇ¾±ŠDÖDëžÓ','wp-content/plugins/wordfence/views/options/option-toggled-sub.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','²”\Z(áa|¿¹ÙÎ‘]x','ÍÌ½±ËU¸$Éq9“µœeg\Zørn_a«ŒHCÿÈ','',0,'?'),('DîT[Ç-ÂáýUáöøð°','wp-content/plugins/wordfence/views/options/option-toggled-textarea.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ëˆ£ôE	ÓËxbH$—Ât','ÝÐF„ßÙm0ø©ÐjC,Wð$úš‰•=9†ÿn¬Ô«','',0,'?'),('*ê	ì¯Ä…ÉÎüßã\\ã¹','wp-content/plugins/wordfence/views/options/option-toggled.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']KrYÐÐ³ÍwÍB¸','£kÇnS	3±&Y‡=”öüÕä_+?HÆª´%','',0,'?'),('úˆ7Ú”!õ2¦x%’XNú3','wp-content/plugins/wordfence/views/options/option-token.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÙWåY7Ûo	û_ÜÓ€Ù?','Ž¦ AÉQNe\Zyw—sG¡Œ@¸ù«ZI&L¢ïá¡','',0,'?'),('Æëª³@Ñ ›=¤Åy`','wp-content/plugins/wordfence/views/options/options-title.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','EÝ0ó\"ÿ…’¯#“','ÑÃÖ©y\nÉ	 ûÄ³öÆÂXŸHè-<f	­´c¾','',0,'?'),('T?„?:q×®PÃóah\'««','wp-content/plugins/wordfence/views/reports/activity-report-email-inline.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ê!¶ß¹5™±HIUw•µ','&VÞ&YŸÈu¯e1÷H)”Lâ?pßÈ=~æºà-a','',0,'?'),('N¡d#R­‡+«Ár\0s[','wp-content/plugins/wordfence/views/reports/activity-report.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}éwÛþ¾ç­uÁ!nUö','kê\Z—>Ž,¸Žzµ>\r\r¦êüõKMØAI;~Šž÷ëø','',0,'?'),('p{\r¶¨ â%>/üZÿë:','wp-content/plugins/wordfence/views/scanner/issue-base.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','õÇ¢Ïšœòtp¸ºè•Ay','8PcÇiŒCïÝÀÕQVJû+6šü?pTŒ6\Zzd','',0,'?'),('Ü‘KâÝ“à¥ÉÐ%eP¾^U','wp-content/plugins/wordfence/views/scanner/issue-checkGSB.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T&ÿñ¡˜#i§]Ý<{','EPmh>*HïSžì8¸SÆF®ûpXbdU8¾ý©…','',0,'?'),('þ%|Ý½°>?v{jÊ·','wp-content/plugins/wordfence/views/scanner/issue-checkHowGetIPs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':>Þ¤ˆ€+~ÎtÍ«¿®*','I|‚¤^Ïˆg³?nÆAŸdóöŸ¾ë]68Röã','',0,'?'),('ep\r}Èu_4ý¿‘±ó–Ÿ','wp-content/plugins/wordfence/views/scanner/issue-checkSpamIP.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','œÞØð`X›cÁb7µqNSŠ','‹Mú·ÉGû] é?u“¿gPãp1Ë,£(ËV°^´ôÐ','',0,'?'),('DÌöÉuš\rÅÂ‹ˆÉ²\Z','wp-content/plugins/wordfence/views/scanner/issue-commentBadURL.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','––4Z?d—•¥â¢¡','1XaRpLrIO%˜%|\rÎÖVge\0¯-bë^–n½=±','',0,'?'),('ïô±¨cµÐG¼¶¸(`E»•','wp-content/plugins/wordfence/views/scanner/issue-configReadable.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','þï€ ¾ûœêïåŽòQ¹†L','‹šÕR21Î?ÇŒ*=bÍ¥}•õ·¦“X&û¾M­‘Æ·','',0,'?'),('$èï”|©¨cØ¿ \\~Žõ','wp-content/plugins/wordfence/views/scanner/issue-control-edit-comment.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' ;Í(vp×èoq´’æ´','z-\0ýéAÂØjô¡¬„Ë@Ä 8cÊà¶íT&ÕžÄ','',0,'?'),('èSHLenPîq7¾Ä‰','wp-content/plugins/wordfence/views/scanner/issue-control-edit-post.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n©ÊZÓHUåÏ˜¼','Ý“ú!½#hltÒsö)ˆ:}*aÙEàïòÒgñ‰lTD','',0,'?'),('®»Î¦Hcñ^žâû°)','wp-content/plugins/wordfence/views/scanner/issue-control-edit-user.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÍDç§d4ú\'T)Ãç·','áKPUØñwxd¾!)nêŠÈ1wƒ<mžÃ.Ç³f','',0,'?'),('º(dwI\0:\rÎÀ×Xx1DC','wp-content/plugins/wordfence/views/scanner/issue-control-hide-file.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y_V^Á\n%Œ£‹pýÊc','dW¢g¸meË°5±ÿãúÖÒ Ç©:®;³ÐWá\'Õ','',0,'?'),('´•\'ˆ‹@S Ç÷Dá’š ','wp-content/plugins/wordfence/views/scanner/issue-control-ignore.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‚–°þŽü§ò\\Pm@án™','4ÄÏ×ê•Ls†ÈFïæ½m\Z^Ó\ZD¤Qž','',0,'?'),(')Ø6#¦_ÅúñÌŸSAF¦','wp-content/plugins/wordfence/views/scanner/issue-control-repair.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[Ð¾ÏÚ°©ŒA9(Ün','ß‘J[4»žõ#è~H‡8È‰Bê™9+¬»/mvøª','',0,'?'),('Úu78¾Â¸äKÔŠkhî','wp-content/plugins/wordfence/views/scanner/issue-control-show-details.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Iè†É6Ï²Ò¿Ä“ª]ë','yh;§}¾³<6yZ$	M>²K™(\\”#—æ&¸\"\rej','',0,'?'),('eÇìÌXÇŒ.\\ì(&ýd','wp-content/plugins/wordfence/views/scanner/issue-coreUnknown.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','åØ±m:hó\rGZªÚ‹Y','t8uUŸ·UûñSÄ’ªqf¾”¬çSŸ3iœ½Žiöu','',0,'?'),('‘/«Ò0)­ºœ\Zæ«','wp-content/plugins/wordfence/views/scanner/issue-database.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[›þ \n†Ro¢N7Ö|','~‡âƒgd²&w[•u¿¬ª¡¹‘oÙÑ|t‰Á}','',0,'?'),('XýÉ˜y_ñ7¥XN/','wp-content/plugins/wordfence/views/scanner/issue-diskSpace.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ãåòÌ\ZúÁ.*:Ã®ˆ+¾1','–¯\ZÁúºÞ”Îeg)žòQRC‚äA‡mïÖõô','',0,'?'),('4\n‘”	m‡]Ä¿±ÐŠŠÌ','wp-content/plugins/wordfence/views/scanner/issue-easyPassword.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ð[´+e´¹[eûÏ™¿fW‚','QA½×u&í{AiýXPšK®[ñ’{0€Q´kñÚ','',0,'?'),('§ßV€³t¿Sù-Þº','wp-content/plugins/wordfence/views/scanner/issue-file.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?³}Æ“.þÎœe1÷²U','M­ñTñ„ôÎzÙÚX`„àªªmO¼ñ]$sXÎ','',0,'?'),('¢;¹f J1øúË˜·€+C','wp-content/plugins/wordfence/views/scanner/issue-geoipSupport.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','©\0«<‘¨îŠ^ý°=îf','s]Ñ½j$¬‰	 ¥â†œÑãþ¸º‡¿¤Skìâik¸','',0,'?'),('BžûõQÁ¢ÓaUÿ%','wp-content/plugins/wordfence/views/scanner/issue-knownfile.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÍG^=²pŠ=$÷§\Zñ®2','…RK6‡×ÄN\"3*\"»JÏ/0ié¢x0Ä','',0,'?'),('±‹weÖöi!<º¡súy\n','wp-content/plugins/wordfence/views/scanner/issue-optionBadURL.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ú˜tÀ£\"N¦Ÿ+îõÕ›Lá','¤67E0„ÜƒÕC¯{\\aþdPb²2æ+ýpW;PÞ','',0,'?'),('Êã±›™‹­ V9ø{â¶éb','wp-content/plugins/wordfence/views/scanner/issue-postBadTitle.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ßd™+êÇçölßÁ@ýhÆ','3Õi]m·¨ÿ&¦	—®sÖ¯õI››gše½okœÒ/M«','',0,'?'),('ì¹Ú!<üÜÓB4\ZS}','wp-content/plugins/wordfence/views/scanner/issue-postBadURL.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','þ¸u“@Þ¦Ö$¦‰èöâ,','å¨dÙ|”]ñÝÅQçà!ÊQw£ÔÊê;™†¿`7Zf','',0,'?'),(' úà\nî#T¨ê?×»ìË','wp-content/plugins/wordfence/views/scanner/issue-publiclyAccessible.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=3n.ZK7æ¡Rb~<„ò','LòØ–ƒknëðHNž\nêÐ$ú®¯§ÜÊ¨š#½«ñ','',0,'?'),('ÓH Š%9ÝÞÕl¶Ô…”E','wp-content/plugins/wordfence/views/scanner/issue-skippedPaths.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R˜OÉI§œŠ¼ÿIÔ¥{','9YZöA}7â=ÖÜ: \'FoþGô\'ÇR²É¹ñ_-','',0,'?'),('n[	X”‡ƒ}É0‚','wp-content/plugins/wordfence/views/scanner/issue-spamvertizeCheck.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Êá%Ø˜5ˆÐaåOµ_´','´3Â½}˜ßˆÛ6¨¬-Œ§ÜÂ¹•x%‚uv¡','',0,'?'),('$7yûÈÇ]ÚØðNù','wp-content/plugins/wordfence/views/scanner/issue-suspiciousAdminUsers.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ùP‘<\0cA½FÅLæÑN','R]`”[ºÆ2½À#µXÛŠÃ‰i(±E\n`ËÑrJ‰','',0,'?'),('$šèSÁCkèô‰dÎWû','wp-content/plugins/wordfence/views/scanner/issue-timelimit.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J7^¤˜ÑšOéõi','5Qgºó¸wB¥ëH.fÒë§<Î<Zh&çVè','',0,'?'),('dÃ0ÀÙ·\ZÉÇèóðÔŒn','wp-content/plugins/wordfence/views/scanner/issue-wafStatus.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ä<38xuFR–Ä–È¦ùE','n¼³?QÕëbz	¬‹Ù¢å)ÜüS*û’,Zî´','',0,'?'),('æé¼\"ŒLJ1ìC4ND÷','wp-content/plugins/wordfence/views/scanner/issue-wfPluginAbandoned.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÑjvÂ[þpÕ»’ÆãB¹Mó','	)Y«étûû\rÎb÷/ã\Zã²°iú\r88—Ø','',0,'?'),('=ãFÓí˜£·Ã†±ÂK&Š','wp-content/plugins/wordfence/views/scanner/issue-wfPluginRemoved.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Æ9®:7ö›…]6hVoöâ','ß«³š/Lkâ´ñÇOTâbdSÍEiL9ìêÍ~8','',0,'?'),('Ú,\ržÊ	ÕgÎHÅþ6','wp-content/plugins/wordfence/views/scanner/issue-wfPluginUpgrade.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','®–¤«a„Rp#þœü¹æpå','r…LÁ”-RÑÆW­â&çP!ÇàïaS0ä…÷ÄTí','',0,'?'),('È;±°”N¼Q>ã‰Äô¨','wp-content/plugins/wordfence/views/scanner/issue-wfPluginVulnerable.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','tˆÈvwX\n_Yg!ÿ²','r;¦\ZÇ GÂéå¬ãóš[i$à)®v—]j7žim#','',0,'?'),('îˆrJÿ<p>§úÃÄZ–','wp-content/plugins/wordfence/views/scanner/issue-wfThemeUpgrade.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9ˆÂ¡øÎã^-,æŽªEg','ªX0½“\rÆù©vfÅ­âù-$°ZïuÞY¢S ÈÖÀ—','',0,'?'),('|÷¸T]º‡:Y$=\'hº','wp-content/plugins/wordfence/views/scanner/issue-wfUpgrade.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','•£ÓDOÛ~»*s¡/Á','ÇÈc±^\0éÕ]*Î¶×–ºÁ\\˜T1msd#Ý ƒ^U—','',0,'?'),('çÚÝL³.dDvìù','wp-content/plugins/wordfence/views/scanner/issue-wpscan_directoryList.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','…iÄ0ô¦j8‰2\nÚsž','vŠ“\\qY{S«œ<|+ÛÏ{(mÖåý?)òôDó=â','',0,'?'),('ÑmaõvMvŸKó³¥\Z','wp-content/plugins/wordfence/views/scanner/issue-wpscan_fullPathDiscl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t†žG¾îNÆÜ8±	úè6','×ÀY³‘£V)›ceW/ÿZ£µmÒ³n\'nÃ\0ÐMK~','',0,'?'),('£z²h9æÇêˆ¦ÄÊXpˆ+','wp-content/plugins/wordfence/views/scanner/no-issues.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','xt-|øFÞýŽ¨ÐÑé…eª','É×_?7ËñÜcõŒ¯:_˜Ò@¨‹ÃEÛJ‰Ÿs©°[','',0,'?'),('Úô“ðC .yj\0oì*úf¹','wp-content/plugins/wordfence/views/scanner/option-scan-signatures.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','dzG••Œóf\'PidÑi«','T1È%R2àVž”P­ÙRJ«B\\ÿ²Ëˆíg¤eúñn','',0,'?'),('sò‹«As”Y¼ºø¸D]','wp-content/plugins/wordfence/views/scanner/options-group-advanced.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R¾•YtO`6qzÍÂæ','ÂcV*á·òÓÈ}”ëzÍÐc*(­6Õ`Ô=9n¨—o${','',0,'?'),('e}0wTnv_óg§~','wp-content/plugins/wordfence/views/scanner/options-group-basic.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Œ,¬z7\nþÉ²×ßž','A¿ºŒb.hN‘øhú|ö‹:H-®=ºŠ(§1f‰J','',0,'?'),('‘ÜNTZt¿o\r–%²¯F','wp-content/plugins/wordfence/views/scanner/options-group-general.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÿ–_ñùñ—ÕŽ7;—ãÎ__',':Wn%”Jz¡W7& NÉäã H<Ž\"ËùdKeþ','',0,'?'),('ù Å„1šr}mJGWßR¨Ù','wp-content/plugins/wordfence/views/scanner/options-group-performance.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÖiLxÐŠ§ñsòfÔæÇ','€dÝaç1†6hr“ñ‡76¾€[)Õ‹ËÒO¨Mç½’z','',0,'?'),('üšlxyý\ZÂùÔÄ\"–‘','wp-content/plugins/wordfence/views/scanner/options-group-scan-schedule.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Å¹¿Ÿ-Ü‰|ÂáJŸò­U','ÂV£Š\rc‰7²¤g£6ÛæŠ­ôþVßþm”CØP','',0,'?'),('µ<Ÿ3ì†v¢&F','wp-content/plugins/wordfence/views/scanner/scan-failed.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¡ç­EèÛ»04r¶ö÷¥','H?“Š¬¢MÚqK-4l_<û*=Ü€íë´Åˆp+îÝÉ','',0,'?'),('žµ‚´„Õ°	Ì‹ÓÈ²ÃS','wp-content/plugins/wordfence/views/scanner/scan-progress-detailed.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‹Ó ³j<cì(SCJ»','r3Hê[~õ2ç.Ö<_J3{›T{ÆÆX…ŒÓ¼ÖPùq','',0,'?'),('³|]§DÅó\Z.’Eî±®','wp-content/plugins/wordfence/views/scanner/scan-progress-element.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÍJùŽÅ!%I‹Wàbœ','t±wÍ€¢~‰sg\n¯+öA}ºÀbL‚¬ÓNÜu¸','',0,'?'),('Þp«Õ­^ß@#àÔ’','wp-content/plugins/wordfence/views/scanner/scan-progress.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Î%ö\nïrÁE?˜mÅþÿž','QfÞÙ\0.Æ<Î:®à“;ƒé6\"{ÁNô+m¬E','',0,'?'),('\'ÚÀ¿_iYm1ÁR','wp-content/plugins/wordfence/views/scanner/scan-results.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÙÌ×ÝÈÈ8Î‚Ž·,ý\\','ê²SHS‡6—Åp‚€²à_2*Ð\rTD\0G¿§—9','',0,'?'),('ñÆ4‘ìïÛ$êŽª','wp-content/plugins/wordfence/views/scanner/scan-scheduling.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0W¿ì®œÃ)Œ Ç¢ÇÂ±','˜¿bÂ¥é‡ºU¼Swíˆ’Óýg÷’ßÃ:=PË','',0,'?'),('†F_q¡ÃÈCŠF!o4p·—','wp-content/plugins/wordfence/views/scanner/scan-starter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E¨Žø Á“`b{{v\r','qF¤ÿ‹xÐïâgTA]œ¦ôM†­k^¨â>Ç\'UBâ','',0,'?'),('ÀDˆÿ!VD+“óêë','wp-content/plugins/wordfence/views/scanner/scan-type.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_ZbÅ4‹¸Ú«÷þ*£','Äw.\0Óß/\"¦Ókàz¶vHQ6s&>º`K»ªRƒCÂò','',0,'?'),('KKOfºSd«iB0Ovóê','wp-content/plugins/wordfence/views/scanner/scanner-status.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Þ‘ðø[.É•™Þöl\\:','&Àðk0l‡ƒcï X*½‘*?ÀÏÍ\ràääÜ’¥','',0,'?'),('©¬³ô‘9Ä~\0{@ÙÛò','wp-content/plugins/wordfence/views/scanner/site-cleaning-beta-sigs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',‹)RÔq¢Æy»|´­4„.','ð¡%U¦<G×H«Ëæ[ãÑ.!eË‚t,g˜äsÉ„','',0,'?'),('&#ÙpªJ£¨há','wp-content/plugins/wordfence/views/scanner/site-cleaning-bottom.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' ,I÷“s0w4Q¤”ú','EÔÿÿÅ\"v+½ó´„øbƒüoüž}µ†xa{:@E','',0,'?'),('o}ÛCÜŠ8ôEøïGð','wp-content/plugins/wordfence/views/scanner/site-cleaning-high-sense.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‡sTD·z¸¤üÒ§ém¢','Ý5‹©Ø„²:\"—sxƒº4·çÒ¸\0±9`\Zië?ƒ','',0,'?'),('ÅŠ³÷6ƒ÷½@àL(`öâ','wp-content/plugins/wordfence/views/scanner/site-cleaning.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5ÿw1,5­b«„dv®F','g\"±gá2¡®ßš}™‚à¶qAøšþ?Ô$Í)Àd…¸','',0,'?'),('mÔÃ±…~–öòR¥?','wp-content/plugins/wordfence/views/tools/options-group-2fa.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ù»O¤N¹ÚýÓj”ÔPv4','mÃ]n>»¯¡‚nFf;ñÉGf-m_L”Ÿ4bâ‚\'','',0,'?'),('ƒãj¬ºÓÃ5²ÞfÅj¡','wp-content/plugins/wordfence/views/tools/options-group-live-traffic.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¥5_+¡©µÇÃÍEG','æós}RB|K¶¤zI„ùÉò[§YÛ)r¼ê','',0,'?'),('¾/=ï+HhEÑÞ14ÓÊ†¥','wp-content/plugins/wordfence/views/tours/login-security.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','£#œ?canÕSK\Z^','/ßùa~‘à-¤2yÁÈ]ypË!Yè…èôúEK_','',0,'?'),('Ö‹Ë8“[½À¦‰˜0½ÊŠ','wp-content/plugins/wordfence/views/waf/debug.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ØFMŸý@°i±Œ-M›º','´	“;ÑB@ÊæE´Å»ß¬Ìíue ¶¦}ú','',0,'?'),('ËyÐ6‘6lëšM¬C·','wp-content/plugins/wordfence/views/waf/firewall-status.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','´lw\0i75ÄñŠæƒGô“','\'W±ÖµDírÿDB·íÁeH\nüê@ý…Å\":=!M#fÄ','',0,'?'),('è¨Ã·‘g$ë”õMâsß','wp-content/plugins/wordfence/views/waf/option-rate-limit.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ã\"ÄƒEzZƒÅGSË 0','þ4%p™éDý¼¬¨M_Mi×½í˜ÝD­Ø{FäÍ','',0,'?'),('@¹à\Z!z‘žråÊÙWžÈp','wp-content/plugins/wordfence/views/waf/option-rules.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' {<\Zïïè\0\r\Z $Àà','È4fÅœÃ\"\"Å‚>2Là¯\0\"ÍkŠê”1S\nw‡','',0,'?'),('œ2X69G3ß\ZÏ+}Aü6','wp-content/plugins/wordfence/views/waf/option-whitelist.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Î¨ïÜ-Ë¯¦±3ƒüwÂ','Gþ_`8ëBúÊïØŽP\nèå\",’\'ÏßHÚðÒÅ¨','',0,'?'),('zÉµ›‚@ö/Î/@ ','wp-content/plugins/wordfence/views/waf/options-group-advanced-firewall.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','üIîNêð~øŠd÷F§e§','lBo˜S›ªæº)Þ¥9¹¬o±˜!Ç»mÂ›êÌ#$','',0,'?'),('ì»[ÝÎäÓƒ©ï2¾W','wp-content/plugins/wordfence/views/waf/options-group-basic-firewall.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','03*66-ñFUˆ.È','Tàú×ÁÆQµ’&nª)Ú&äMâÜgïÇDìgšÐ¨†','',0,'?'),('K¯ª<©H<7ÅEž,lçß','wp-content/plugins/wordfence/views/waf/options-group-brute-force.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÅŽq£ÑžÂ¯í·/«	\nÛ','¦W§Ñ_ˆƒ\rF_H\07	išaÁš‡tÎrØˆ†M=þþÄ','',0,'?'),('!¢yË\'UµÇbÖð#}','wp-content/plugins/wordfence/views/waf/options-group-rate-limiting.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ìÈ)\\Qåq9ŒFÍüà#','lð–šî€¸Êé$•DÐ¦õûmô°×	±¤ó,ªN8','',0,'?'),('gµsôÎ)¡³mýç%','wp-content/plugins/wordfence/views/waf/options-group-whitelisted.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Vi«KùÛ¹vé?Áõ','-žL#Ž‘sy¦Ü¥£jŠøsw°BtÅ\'Ñˆž;¸8=','',0,'?'),('nAj+´uªúVG7d','wp-content/plugins/wordfence/views/waf/status-tooltip-learning-mode.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','øÙ8l¼¡Ÿý´%Âã','!]`_.•Û×\\²ý?‡• ð.\Z·b¢ñÉGQÅe)m','',0,'?'),('=	]þéÿ’}úÜ*<.','wp-content/plugins/wordfence/views/waf/waf-install-manual.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$òxý°~)‘«‡[Úœz','7ãR ¬ïNÄ`n^š?¦(½Ú)¡€Ï^R„ÎšÄ–','',0,'?'),('\\H¢û–:”¢u3à%‹Fw','wp-content/plugins/wordfence/views/waf/waf-install-success.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ê{r†„§£b^•éÛ?—','§Î/¼Þ\\2¶ÖCe»žL+«Ò:÷p…ïªì·Z','',0,'?'),('…ZÄÛDŸ›l³=¸ì»«','wp-content/plugins/wordfence/views/waf/waf-install.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¥]cíE^‡GMSf¹ï','\\H.T:ÄÉg‘ý]B|ÍŒ×Í|{=è«pÇµ','',0,'?'),('uˆýúë[ý…†äêÚD','wp-content/plugins/wordfence/views/waf/waf-modal-wrapper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÅnÎ³UÇ©–7P½F‰¨ó','fÌÿõ4úîé´Ö’p.’Õ•*šðë^Nlü8 ïèA','',0,'?'),('p:”,¯`OlL´(éA','wp-content/plugins/wordfence/views/waf/waf-uninstall-success.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ùÀ­‰›»¡¥½*sf2','ó|\rß£2ìž¿óê9õ/%[‡7m—{EàÝû÷u“-','',0,'?'),('’Aç“o\r÷ZÔ”_št','wp-content/plugins/wordfence/views/waf/waf-uninstall.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ËwxløMI\0lTã¥ÔÊ','lðýE¤N1-Ræö|‰ìÈpÈGÆ÷ÓÝ^;Ã¯™Ø1¨','',0,'?'),('Y¾J´Ð|Èí[D½ìy±Y','wp-content/plugins/wordfence/waf/.htaccess',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','£E\"xKÊê{Ç8ödS³','C‡¾ö½\'r…9½ì@âK¡Þ†t¡ª™öâ§w#@kº','',0,'?'),('¡ØHéaŒ+õ§­­Ì°I±','wp-content/plugins/wordfence/waf/bootstrap.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z¼…ùâ>86W“w× œ','V¶ÕËQÎøÀùÔ\\èq¤;=Îš<ÿ‹JA>Fä','',0,'?'),('XÕâ¯\\shv]ÝiB§','wp-content/plugins/wordfence/waf/wfWAFGeoIP2.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ý‡­(ž0,mæ‰G_Y3','^™)o¥B˜“¹¼½Ÿf¶gË*ÃV•P˜?…~Æìšu:','',0,'?'),('\0ÐDø`ø8R¦ÇÉ²%†','wp-content/plugins/wordfence/waf/wfWAFIPBlocksController.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','—Ò}éà`i½æÂyô–È','ÜÄÜTÜ¯¶øœë19^Õ»½P\'„L d%òk|×PØž','',0,'?'),('%û¢Ã›7Òáå¨³Ì','wp-content/plugins/wordfence/waf/wfWAFUserIPRange.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÀyÁFH”Ã\'\'nÏÒÞŽ”','KD[Rà®žàƒ ží5±:grP7*X\Z','',0,'?'),('E#ÍÕç-v37Ù6ëÅ¤','wp-content/plugins/wordfence/wordfence.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':qÌpLÀ…Q©×+y\rJÙ','‚ò¶ØWfÃ¦å“ÓŒ¶ÚäÈÅ@|Eº¥Î¬ÔUÇã','',0,'?'),('Îo¹î¡Ê&={ÇKèû\ZÔœ','wp-content/plugins/wordpress-importer/parsers.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‡$3‡1f;Ï‘õB*ŸÕS','xÁðIÌ/4Wi£|Û\"3é¼äMhÎ\'ÀŽÂáv\n»','',0,'?'),('ÛIWÌAf=!ÚT¸©°Vÿ','wp-content/plugins/wordpress-importer/readme.txt',0,'¯Ìn&¨©Àð­ƒ“Vš¸','¯Ìn&¨©Àð­ƒ“Vš¸','uûˆQ/ÃlG\'–kÓÕµä¡&ó?ß>5ií¼ø†','',0,'?'),('¤ÚobPa¸’‘q9á \r®','wp-content/plugins/wordpress-importer/wordpress-importer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ïvP{Fž’Ê þÌ—mÙw','ª~ÄO%@>§ïÕC&.¾ÁÖ¼¿ÚcCÚ2~›º\Z§™','',0,'?'),('Ô¢¬q—·ž  ÞÒ>úÑ5','wp-content/plugins/wp-templator/assets/css/export.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','HØóãh$@0|Ô*“Þx=','«ÖCÃzT\"[\0Ôð·ž¶+4×ÍR\'bJ6Q1ÕüÇmnd¼','',0,'?'),('3×ìŒ†îÔTSØß™j²','wp-content/plugins/wp-templator/assets/css/import.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','—K<j]£ÍžÕ|¡é‰','§†Áà3à5%Û½a®Ãš§ÅŠÑ4¦„žíd$q¨&}','',0,'?'),('‘5Ç·Û¯Cv\r¬4M(g©','wp-content/plugins/wp-templator/assets/css/license-popup.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','tp§qîx¡–ÿÔ‚K!QÒ','ÌŽõZÌb}wG\r\\e­’£=€oã!ßëžœån‚™µ‘','',0,'?'),('\'Sƒ.«ÊfŽ}´Dûœ£','wp-content/plugins/wp-templator/assets/css/post.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4F®œ¹Q	Þ–ª`Í+š','î¢(fÊ–)-aYtÙ÷mN¥ð½nù‘½×Ñ«²9ñæ','',0,'?'),('|rüŒ;¡E50ModON','wp-content/plugins/wp-templator/assets/css/settings-page.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ñ[ã,¢Ov’É\n¼€n±à','ÞS8\"¤€~b¡5-ýë:ÂÐ\"†Ék8\'b´@','',0,'?'),('‰ÅÅˆ¾œt~¹Z','wp-content/plugins/wp-templator/assets/js/export.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S{yY\n¦a7Ž\\\'(Ê','Å‚ë^€)÷¢ã·ØËCÆ51ðökv|o>#8˜E','',0,'?'),('q‚÷7Š‡ü)m÷Ð°R','wp-content/plugins/wp-templator/assets/js/import.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\nˆó4˜à®´5ùºbÈfÎ','7”ŽG\r*\rÉîCÛç8§é,þ¬<2Û5ÿyEE»u','',0,'?'),('¹W¬Äœ5„û†ÙØN„','wp-content/plugins/wp-templator/assets/js/license-popup.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n <”ÿš®Æa\na£>',':©•eÐb~\rÚÈÒå/ŒÄ]Ð°TW˜ï9Mr','',0,'?'),('>RßÇ\ZhÜÐ\\æÃâ„c','wp-content/plugins/wp-templator/assets/js/post.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¬ÜŒRUþ‡3%£ãVŒ','(s‹V§‘0Qk|$Š¢ÛeÒÏ|»˜LëÖÅ)7¦','',0,'?'),('ÂÙG‹T*¬bÂûìjC#o','wp-content/plugins/wp-templator/classes/class-templator-admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¦Ä¦\\…èX[Q”“‘¬€È','\'³b †üŽ#Ñ‰ºBÞ‚4µppÝ®¨fpÁÊQüÒ','',0,'?'),('’“ø&‡†|¸Í²3•O™','wp-content/plugins/wp-templator/classes/class-templator-api.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C–•VhvìýëÒöBÊo‹¡','çÊÎ>Ý¡þÍ™,1í\ZÄËÐ¹<°¸#-À\Z>v','',0,'?'),('(¶·\Zš[G¿—¥åt0¶','wp-content/plugins/wp-templator/classes/class-templator-license.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E²Ö`TsDÆ½¬e¿abV','DÓgóåèÚÅ‚ª¢Ö˜dµ\0_ˆ\r\Z³vã%Ì8„nÁ','',0,'?'),('f¹æUe×¨b1HwuÉ¡','wp-content/plugins/wp-templator/classes/class-templator-remote-api.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¸$Z` ·ão—ÏJŒ°\n','ÅäxÈ\\3“7©†AWÉQE3°£Æü3Ô0	VW6ÇXRn','',0,'?'),('Ew03›˜¢;:º•³Õ§','wp-content/plugins/wp-templator/classes/class-templator-rest-api.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>y7.ªžù3nS©¡R','dY2­v‡ ¬óNÏà+´?·@w6ŒEÀ¥4Ž0a<UÒ|','',0,'?'),('\r×Qþ%ÃÁñ\0³Îòá_‰','wp-content/plugins/wp-templator/classes/class-templator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¶SÍº3¡¿gî›ä2Á/k','ö¢×€0Àh|ab	¡ÔÛ®²Ìsz<Þnc-™eäôÞœ','',0,'?'),('©â‰Õ}Òœ£gŒÂpör5v','wp-content/plugins/wp-templator/classes/export/class-templator-export.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\ZÌÌ¬NI¼\rîª]ÍÛ­','1$ttµýÕ\"žR7ÛÞ_6vT[ÆHƒtg<æ×‡','',0,'?'),('Ç–Àäœ/ûc6óDâjìŽ','wp-content/plugins/wp-templator/classes/helper/class-templator-import-core.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‡¹Š¸ÑûŸ€%ùÝ´-Ö','rBnn\n$:UÝ?¼\\œê”7’Þ_i[9tÌºbáGÁ™*±','',0,'?'),('ŠKoª\ZÇâ¤nÉw²’G','wp-content/plugins/wp-templator/classes/helper/class-templator-misc.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?ms\nÙòê\Z»fèZÏf‘Y',' ÜDÅ¹Úâ„²ét’Ý›Ùžb¾€<—SíE!Í°yìV±','',0,'?'),('vÝ€Íh=”ÅŒëê)','wp-content/plugins/wp-templator/classes/import/class-templator-import-beaver-builder.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H¬&ÙhßûÛá¨ÁÎ\nn¶','pðrB9©‰Œ¶¥.<ßÃ,eÀØ®^’RAÐøÕø„µL','',0,'?'),('PG\'ò_µ\n›½å.\ròžüç','wp-content/plugins/wp-templator/classes/import/class-templator-import-elementor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¿ÕI•6wVÚ\06esžK ÷','‹‚ý‰\"²ÀÁÇ{naPh1û_Öäsÿ$.–¥Á','',0,'?'),('Ù=Ó±³n0Žó_À','wp-content/plugins/wp-templator/classes/import/class-templator-import.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w{ŒŒkDhWêL…ˆbâ','Ý€`O6\04\nÂ3ô}{näE˜ÌµVÃ~~ý‘¡ÃNñù','',0,'?'),('{‡Lþ%?±Ic4ì}7³','wp-content/plugins/wp-templator/languages/wp-templator.pot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','õ¹?™5èyùÔúw9',')R(IÈ$í4RxŒì›eÏ~T©RãMuOX™êØu','',0,'?'),('ê-óX[@É÷xuLEþ','wp-content/plugins/wp-templator/readme.txt',0,'æ„ôÖ;Óc·j<GJË','æ„ôÖ;Óc·j<GJË','¥h:*ƒŠŠÞMbÆ[I\r3@«·:g?9goÀ‹','',0,'?'),('gvÁ¯¶yc\ZÃÏ—B','wp-content/plugins/wp-templator/wp-templator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Î:­OO›frWWëô…Ð~','ñ1gÆlñ›–¡Ð”ñNÔý¨G*UŸûK(dæRù','',0,'?'),('ÌÅK¸\\žw\"Ð‰1âJ','wp-content/themes/astra/404.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','nµËæ(@õ“½­Bá[f','Æìs£ÈNj_-ëQvÁÀû&î¥¨|pc²åJàä#8','',0,'?'),('a$Œ?ØÐK¾O¬;üK','wp-content/themes/astra/archive.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','³&Ñu^]{&\"B.€z¶|Î','ÁôS;3ºÀI\Z_€aUw!Å&•#;ÑfÌû³Á','',0,'?'),('Õu»´\\òXˆŠÇ.°µ¦q','wp-content/themes/astra/assets/css/minified/compatibility/bne-flyout.min-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','úƒ6t÷½·a«I<ûLÝâØ','ùõ™.XCÂØ\"¾ƒ«bgR[h–â·Äðbxör…~‚','',0,'?'),('NJÊJ\"ÿ“»9F¹®õ¡ë©','wp-content/themes/astra/assets/css/minified/compatibility/bne-flyout.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','úƒ6t÷½·a«I<ûLÝâØ','ùõ™.XCÂØ\"¾ƒ«bgR[h–â·Äðbxör…~‚','',0,'?'),('×ÆqöôŽ¶:õtäã7P','wp-content/themes/astra/assets/css/minified/compatibility/contact-form-7.min-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',SOÁí>4CÕËÀ6O','ÁtÎÍâ;]ïƒ8)9àv¹¢~œUé)š1ëæ³÷åÉ','',0,'?'),('jM.ü°Øùtûx›¯Îz\"','wp-content/themes/astra/assets/css/minified/compatibility/contact-form-7.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','„\rÆ#öå*ä”\nåL—\'','¸hé<#·Luú·O_.ªwÕ£vÂ9‰-;ù¡h‘*ˆ±m','',0,'?'),('qtWl•Êî±QÝKÚl6Ø','wp-content/themes/astra/assets/css/minified/compatibility/divi-builder.min-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C©3ç¤§\rMÛsp¯\0˜','—ûwŒ|’ñæœ¨¥X†*¸àLÌàø˜mp¸4¡','',0,'?'),('hµ=‰rdü\"µeoÐÉïß','wp-content/themes/astra/assets/css/minified/compatibility/divi-builder.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C©3ç¤§\rMÛsp¯\0˜','—ûwŒ|’ñæœ¨¥X†*¸àLÌàø˜mp¸4¡','',0,'?'),('cy1¦ç-S\Z”Ä¹ãæY','wp-content/themes/astra/assets/css/minified/compatibility/edd.min-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','bE…tÓØ¶Á8ÆlY,ê','!ê_ˆŒ…¼½Ó;ÄªÝCüØ“\r¦þ9©{~£à†”W¹','',0,'?'),('Âž7ŠNeðx²0ô','wp-content/themes/astra/assets/css/minified/compatibility/edd.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÎÍ°êÒæãÁÈãnã','Zšå¥8ŸÚ*¥§wÉ.f7»®sKW8io~Öú,b','',0,'?'),('ÑïœòúätŽ	ðŸ‹ ','wp-content/themes/astra/assets/css/minified/compatibility/gravity-forms.min-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¹M!ž ÂÖ¾]Ž\rÀk¥þ','Y•£6qQ²Í!T¨jÙÝ<ÐîûÉuã~HÅ&“\'','',0,'?'),('q+çS/{<¢êÛÓ	:ê','wp-content/themes/astra/assets/css/minified/compatibility/gravity-forms.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¹M!ž ÂÖ¾]Ž\rÀk¥þ','Y•£6qQ²Í!T¨jÙÝ<ÐîûÉuã~HÅ&“\'','',0,'?'),('ÅîU“o„J	ý{å<ý[','wp-content/themes/astra/assets/css/minified/compatibility/learndash.min-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ž5¬ñ×R|GðƒÆIö´','Có(ÝV§åX@l§õ4+žâc“^p—D‹-qÔ','',0,'?'),('××à\"¹GÒü¬gŸÄtëb','wp-content/themes/astra/assets/css/minified/compatibility/learndash.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¶êK+öÚ0?Êc”u}~ç','}O£¯ÔÙñ®rá	óødßÚQ5KL2ò}rÂQ9³','',0,'?'),('–ŒbåÎ\'ÉÂI€	RèÝŸ!','wp-content/themes/astra/assets/css/minified/compatibility/lifterlms.min-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','®Œ¬# b:\"ÌÛw(/\\c/','%Õ×WqéLÐ2ÊO²&j~Ï%êæ¯V‰ì¥ÕG\Z$(','',0,'?'),('`Yæ€×¢\"5§S“ Ýü','wp-content/themes/astra/assets/css/minified/compatibility/lifterlms.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Š\ne{úê°^~Æ†ÔŠ','ÍívŒz3[\nÈ2w§•w¹Ä]…£$\r÷æ\0óÐúÚ/y','',0,'?'),('SRÂ¹HtÐ³øæ}¡m\Z','wp-content/themes/astra/assets/css/minified/compatibility/site-origin.min-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\nàŸû~zÕ;‚ÞkÍ•X˜','êšû÷\nÒTslp9µí¾Í`¨£®!|åàFHm­ÿÔ','',0,'?'),('þÇ lß}6ù…hÔšÞ','wp-content/themes/astra/assets/css/minified/compatibility/site-origin.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','qÍ*¿£Ø\0œ”Ù™é¼t','˜0*u›A;ù%s0#Ë?DJôh™MØ_VÃ+‹­L','',0,'?'),('µ­Ÿ7Ñ¸Öå/p\0ùÐ·','wp-content/themes/astra/assets/css/minified/compatibility/woocommerce/woocommerce-layout.min-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','øLÜ­Æ¬GräïÉ%ýÓòX','`×¶SD*?cËNò&¶¹uJ?†²œƒœ*rÚò–‡','',0,'?'),('ur~Ó“¯×æás¨ö„0ê','wp-content/themes/astra/assets/css/minified/compatibility/woocommerce/woocommerce-layout.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','”g­±ðï‚ñøô#“Šý','´Í”ÔîÚà±ã5‹éßÒ‡”‡V—Bxÿµ:</Ö·','',0,'?'),(' ©îß£jÜ¬­BÍu^ÖU','wp-content/themes/astra/assets/css/minified/compatibility/woocommerce/woocommerce-smallscreen.min-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÜÀÌ4œO-¿œû5F','yój{„»e´ß—\0§¡9ð1›žzåseZ«–º>7','',0,'?'),('wh||Ó¶ÉR_UeÙj','wp-content/themes/astra/assets/css/minified/compatibility/woocommerce/woocommerce-smallscreen.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ñ\ZsŒ‡6bT¬y&Ä','ž„¥Ü‡hì!97ÿÒ›\råkU4c<¥Æ','',0,'?'),('~r¬ùUx7ª–Ž0¹‡@Ü','wp-content/themes/astra/assets/css/minified/compatibility/woocommerce/woocommerce.min-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1d£Z˜§.ùío¼¯@Ð¥','™3ã­¾RmÌq§YqZ²)¥VéÎ›Ÿ…W¼R¸í£f','',0,'?'),('6½eèþ(þÞÄ\r€#','wp-content/themes/astra/assets/css/minified/compatibility/woocommerce/woocommerce.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ŠÕûì NˆHëXsãõ','JÄÃ6<ÀTb\0V®VÉ1\\=øwQç$¤ŽÕVõBa','',0,'?'),('N´M0Þ‘Ô…÷Ç£ä¥ j','wp-content/themes/astra/assets/css/minified/customizer-controls.min-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a§Åz<3¨Â£Û%òQ5ÈZ','ÿï:’»†â‘êÝI£ïeµ$Ým}9®z·qVY­]ƒZ','',0,'?'),('Ê°àjš”ZâOI·‚','wp-content/themes/astra/assets/css/minified/customizer-controls.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`D˜\\ù•~¹(kVµ','Úk\ZÀn‰¯ypîr†Šãë¹¤àMð«ü¯ó=ñì#‡','',0,'?'),('…[–ÖO•|-2æYOxºÓé','wp-content/themes/astra/assets/css/minified/editor-style.min-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','˜‹µò–óÙéø+ä›Õè','aÿ&pw&‘ûþ“8X„àëœ»)ÅþÂ-§íSÒ–H]','',0,'?'),('wpû1þRi³rµ}äjT$l','wp-content/themes/astra/assets/css/minified/editor-style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S5lŽd“AÛ¯›`g','ŽºvŒ+ÛÅ£…\'&ô]ÅT–†4‚@VØ‰T','',0,'?'),('@ˆ»¼}<©«ãxeìm','wp-content/themes/astra/assets/css/minified/extend-customizer.min-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ü*\nn[ªàêŠ’’écVË','ùäÞj<å•ŸýÛr\'.:ÓL»7ÊOFvÏù±°a`','',0,'?'),('ó\nŠFþ‘Û´êv×é…','wp-content/themes/astra/assets/css/minified/extend-customizer.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','æ›GL¼Î=L,xË¥ù%¥','‡®…˜Á±%ŽîÃådA×É‘N\0Û\"Èo¯Ô™I','',0,'?'),('™óB:÷»›w5€Ã–','wp-content/themes/astra/assets/css/minified/menu-animation.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s	ßÐºðÅU¢76p','×º‚jB†¨äI¬ëo ñ~Àë¾C+óÜ]cN6ÔW´','',0,'?'),('‚<§Y¹²…Nò¾Å¡','wp-content/themes/astra/assets/css/minified/style.min-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','©Séæ¥›]tºüÔÑk¼¨ÿ','m•ŠÛäBdÆñ<›ÀÓJŸ˜JQ.Ê°ð ñ÷Ø','',0,'?'),('tT§x\'œ\\	\ZŸ>býŸFÅ','wp-content/themes/astra/assets/css/minified/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Uõägß/5aµ>îÁäÈ','Lb’oöJÙ•Çº\nØ£Çš(ÑÉ‘ŸÎöí8B,ðÿ','',0,'?'),('ÌÛÑo¯ÞÎô\n³âƒæ›','wp-content/themes/astra/assets/css/unminified/compatibility/bne-flyout-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','úª´EW\nw®K!í†A','™ WÛPëW{î¿î½eþdÂ±t`X9pGœÿº','',0,'?'),('N`ß³2^9I:÷¸?y','wp-content/themes/astra/assets/css/unminified/compatibility/bne-flyout.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','úª´EW\nw®K!í†A','™ WÛPëW{î¿î½eþdÂ±t`X9pGœÿº','',0,'?'),('u,6Ìà¤øeÅá¤Û.nS ','wp-content/themes/astra/assets/css/unminified/compatibility/contact-form-7-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','jTj¯\n	þ1ÝõÃV','ã§•‰­¶hºl|á€›v±/>ä´ªh€Î¨ŽÏÎ4Òªtæ','',0,'?'),('¦5MîÎóú‘/€^+*½	d','wp-content/themes/astra/assets/css/unminified/compatibility/contact-form-7.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','È}ä}	<XŠJ´ mIãl','Ž¨†¦Â`ÒËØ¡n—`¤Á??3ˆO•n­á>Ž<','',0,'?'),('Š€8qhî^\r°ÇØ;•k','wp-content/themes/astra/assets/css/unminified/compatibility/divi-builder-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÜˆÔ²±úXŠÄ/x:°','™?æòÕ„Ÿ[óÿÉ³<×ö›Àê &¿Vw2¹íš','',0,'?'),('Šë‚x¯vºò-¸x4)Ø;¹','wp-content/themes/astra/assets/css/unminified/compatibility/divi-builder.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÜˆÔ²±úXŠÄ/x:°','™?æòÕ„Ÿ[óÿÉ³<×ö›Àê &¿Vw2¹íš','',0,'?'),('RTxü‰$¥ý¤ï$2ƒ','wp-content/themes/astra/assets/css/unminified/compatibility/edd-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÿcÎ\\ˆa±û2qaŠù','¨_ügWX[Ö¬ïŠ#Ù8\0â«–œrJU³ 	–auä~ó','',0,'?'),('‰A§ŽÄÀ|F³~Ô¹œbº','wp-content/themes/astra/assets/css/unminified/compatibility/edd.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','éûÖì¡¶ðÈà~ª:h','.Ç@.J‚î	ù‚¦ù‹Ì/€“Ò;½/»ôÒ—Í²–','',0,'?'),('@–JuA\0z}óÊ9<}Ã','wp-content/themes/astra/assets/css/unminified/compatibility/gravity-forms-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':´JÄÂÁ|,ì«î¥eÖ£','Ø\0ÑÁçÑ@ÓWÜËµƒcðæ¦+Æ¥úï´><','',0,'?'),('XH8.hžgLÔÙ[y³Î','wp-content/themes/astra/assets/css/unminified/compatibility/gravity-forms.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':´JÄÂÁ|,ì«î¥eÖ£','Ø\0ÑÁçÑ@ÓWÜËµƒcðæ¦+Æ¥úï´><','',0,'?'),('M/ÛU½\rWDT¼“žFÿ\n`','wp-content/themes/astra/assets/css/unminified/compatibility/learndash-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ZstSN)Vß^#“0£ãÂ','½£Ñµ`·ÞüŽx!%÷< ö\rPû¼^vuÀÚ©ù','',0,'?'),('Ø6o¾>h½²Í\"Í9“úñ','wp-content/themes/astra/assets/css/unminified/compatibility/learndash.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u7ˆuqÂÑuÿ°›—]','¬ûGªØoUf5h2æ,ûàGÓBÈLxy^Ž\r¤Þ(„','',0,'?'),('Wà`ÓÄfu„ÉÄDõ¬•e','wp-content/themes/astra/assets/css/unminified/compatibility/lifterlms-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','oªØáÜ*h8v~+Ó\rûÏ','ZDÔÁÖ.±Ó2ÙÖTæÎ0-:PVu0{äºŒÊ«Jôi','',0,'?'),('œ…Ôç‹aš½Ýö0­','wp-content/themes/astra/assets/css/unminified/compatibility/lifterlms.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÂàÏ¹ÚNŸ¸ë[ÞÒ¾†','m’˜Í;Á@îÖÆQ¸ÎôN#ÈÇ{AâYn’ÞPÇÅ|&','',0,'?'),('e‘èŽ¡²æÍN\\ ÆÎ-‰¶','wp-content/themes/astra/assets/css/unminified/compatibility/site-origin-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¾¿•¼Î»ôbÎ=çkÊÉ','\n\0î4,xªò¤¯Kb¤Uy„iœÛq–ÑÑ»š','',0,'?'),('À$@I­”ó!7Ä:h,#','wp-content/themes/astra/assets/css/unminified/compatibility/site-origin.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X!ö†\rñzÙIÛTÃÔ\'?',' &»†A‚Žÿå—­©	íŸiZý‹¢F²ãßÎ½X','',0,'?'),('k¼ÍÏ%÷íN$ÕOwQ','wp-content/themes/astra/assets/css/unminified/compatibility/woocommerce/woocommerce-layout-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8·ÞxF»ÝA?\r£DhÕî','+÷æ%›]Jìd‡ü#¦$ì)VÁ\'uPd=÷±½\rJ','',0,'?'),('Â‹4­ Ou\"%·ß','wp-content/themes/astra/assets/css/unminified/compatibility/woocommerce/woocommerce-layout.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ó‚	Ã\0¶ñ*tß~PÌ8‹','´Å\\…JQS#ÂAJ\"(æ…Ì‰ |(1=ª0ôßs|ù!','',0,'?'),('Ž›.þ\0ÃLýö-o\0‰ð(','wp-content/themes/astra/assets/css/unminified/compatibility/woocommerce/woocommerce-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÙÅ_|šÿ2å3˜$r>4','CmÓZ‰hl\n–Üeáª¶Ga¸/¦\r?bi\\i','',0,'?'),('¼øï×õÏ÷	ÿ~Ýõ_\n','wp-content/themes/astra/assets/css/unminified/compatibility/woocommerce/woocommerce-smallscreen-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0ÿ3~—ìBöäC\ZIf','ßò?GJ‡0³{Ó53×Ù®8.ËpÜýÁ7}ª§\0Æ','',0,'?'),('éí¸7$”YáÔ!ÿ›×¡Ë','wp-content/themes/astra/assets/css/unminified/compatibility/woocommerce/woocommerce-smallscreen.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¦|a»ÿOñƒ\r±d/','>.fÎ6ÝšA¢,Êù957Ôø.ìe—¯e(Ü1m™Ø¬','',0,'?'),('¾Ž÷ÒOmÎçå•zSôŸ’8','wp-content/themes/astra/assets/css/unminified/compatibility/woocommerce/woocommerce.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','mmñ,Ìâ\\EÝ‰FR','¥	Ak@K>Ÿï‘·i&Õ–‚ÒAl6ÏžÞÑ\'zX–','',0,'?'),('x	žÏã’à±V\n\ZÄ}òcï','wp-content/themes/astra/assets/css/unminified/customizer-controls-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','´²³,QjgŒ÷àW=g','-¢[ý*%\'ºøŒ`MÎFÖºÓõ¤Ûßö4UM›§„|','',0,'?'),('ýå/p.Z5ÙÁØq\\\"','wp-content/themes/astra/assets/css/unminified/customizer-controls.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';›gœñ´<yýâá‡','Àfú¦p‘hZ«Vj35¼\'$ÉXÔ£¨\"šO/Ä','',0,'?'),('óÁ·¬Ú?of7ìœ·º','wp-content/themes/astra/assets/css/unminified/editor-style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','îsÍYËºÐæajê6cˆW','\rIëóH½pµ°æÔY6ƒ4sÑ~CäWŽfý@W!©É','',0,'?'),('Ž7C€ì(Œ<1],pF6','wp-content/themes/astra/assets/css/unminified/editor-style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','€eŽÆÍn7wµZSo¿ú','©+•+<)­â]óÄWÎÏHü¶	c¯ÝØ^ÝZTñÀ','',0,'?'),('t­ú–ß®¶nöÜƒì\0#','wp-content/themes/astra/assets/css/unminified/extend-customizer-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z	&ÅeýÕâïÚ„<©oÍ','\0ü¾\'Z¡õÊ1#…ÐÁ9ìë˜GÛG|&‹ÅU¤|ú','',0,'?'),('%P\ZS9ç‡®uoí¼–','wp-content/themes/astra/assets/css/unminified/extend-customizer.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ö9„E9¯@‡=4†žÅÌ','ƒD©;§‘[Ø¡~àT8&\r¢{<X%¯³¡ŠeHeœ5','',0,'?'),('k¨‹ÂjŸãA%§bR|î','wp-content/themes/astra/assets/css/unminified/menu-animation-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','±\rÓühò$§º\\>ý','n[¬Lx6ÓrœÿÇDÔO±\rœN`©›æÝóÐ','',0,'?'),('\Zžá±ypwÚÑÃBã%t','wp-content/themes/astra/assets/css/unminified/menu-animation.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','±\rÓühò$§º\\>ý','n[¬Lx6ÓrœÿÇDÔO±\rœN`©›æÝóÐ','',0,'?'),('Ñ{¼“^š«‚)çRˆel3','wp-content/themes/astra/assets/css/unminified/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s|.\0ÛÜ?{÷° ¦!ª','—œ\"néQÞBnâéÉ„•\\â/å+öÿÞÞO9é•¨','',0,'?'),('°t°á ©òÞ±‘ö6','wp-content/themes/astra/assets/css/unminified/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Î±´l®m=wíÈ\r¶åÉ','øDš@½m`]Åvd.ûÀÜGüÏ¤LÁzÛ‹vu','',0,'?'),('[`?å<ÜFÀx¦ž{\ZÈ','wp-content/themes/astra/assets/fonts/astra.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ü‘\r4à^¨9}¯jX>cÝ2','H-T¯iz.Œ& àoS\'Öînì2ÓZþxˆwô)!=','',0,'?'),('9¯›â/3&·®\rEòøx´\0','wp-content/themes/astra/assets/fonts/astra.ttf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Dú³3a~Àef+e¦Mr','ý‘ÒDª\\¸W¹ÒA¥ñª ¦Œ!ºÔkµø²át^\r‡','',0,'?'),('VÓˆŸ{«­\r÷Ã°ç','wp-content/themes/astra/assets/fonts/astra.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¿àí…É&ÖXíßàÐ','+äf‚Ûš‹à½—€\"J¦\Z»Æ¢âSÛÌdøm›øgý','',0,'?'),('&Õx‚-½lN c`ÒZø:','wp-content/themes/astra/assets/fonts/google-fonts.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','êŸ\0à\'6äÃ†*d¢vVß”','FÎ¿?‘‹/ºQÜÖ¢³¹ç[…¥á‡ÈjGÀ²É=>b','',0,'?'),('ˆÃ÷ù@Ií¸LrI£¿l—p','wp-content/themes/astra/assets/images/astra-starter-sites.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','®¼_c¶„õœ\"ÎÛ','6ôµ£ÒqWÓ¥}`SÒ\\¦á„fQíw´ÌüÅ_ó%Â!','',0,'?'),('àíLIí#‡­zPó','wp-content/themes/astra/assets/images/license.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','²jî.\"Ó‘™éSDà¿','ïHs[l®q Ï5\r(ß@õ¡/—<8Àmu£•ãž','',0,'?'),('r4ª²ÞÖó}ŠdVÛ„|','wp-content/themes/astra/assets/js/minified/customizer-controls-toggle.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','CËÍZ¶¨¼Gæ>!Ksk','6à•ÍEÆ>ÕîSK9ÊØŒí¾(zZÕYÅJ%','',0,'?'),('Ø€®¤™‹	Vsò°','wp-content/themes/astra/assets/js/minified/customizer-controls.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¬,\0GöØ—4a¤ÆFõõ','è”c‘îLgQ[1ª›¬h!ï	ÄN YÝX*˜','',0,'?'),('Ãû–ƒ•vò†)gó#¿jÙø','wp-content/themes/astra/assets/js/minified/customizer-dependency.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%®\\ºûiz—Až‹‰9¹','d«Èî—-xÛyi¤êª-ïñ‡IÏ“y™Þ.(—','',0,'?'),('|D‡ž Ýånkƒ¥Ãeè','wp-content/themes/astra/assets/js/minified/customizer-preview.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','˜œå\\^uQ2),<°\\4','Lê„3}Ðöuì÷d?1lL@˜â\0£’ê¾0\Z','',0,'?'),('IvuÛv#s{yï›¤QüÔ','wp-content/themes/astra/assets/js/minified/extend-customizer.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Î?ò¦éØ:N>A˜z','7—å3íñí|Ó4(ÆD9f”y\'¸ã}ˆ¼ç]','',0,'?'),(')…,“T•8„LC}û©¹¡é','wp-content/themes/astra/assets/js/minified/flexibility.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','±\0‘À=@cæÂ;\0_˜w','-ÃœcåWªÃn×ü›–ž³º•°k×‹Ù\r¡äÆ/wˆ	im','',0,'?'),('iLN)hWÙKÝùTÙ¤‘','wp-content/themes/astra/assets/js/minified/navigation.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ƒölËkÍŽ/Ipíýø³',')Çc÷™K|”cˆ\r¤ !}ŠS0¾‹T¡±€+Ö;','',0,'?'),('™X<7‘ô³Y-%A‚žcq','wp-content/themes/astra/assets/js/minified/skip-link-focus-fix.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','˜ÖÃÙS‡i©~±}žzQs','õëh0Pnìmª<lnÃ’8ñÝBR²ï\0¯#»pîÈs','',0,'?'),('ïñv<gp0¢24•f¥','wp-content/themes/astra/assets/js/minified/style.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ïäCNJþ¥æ»%*\\§úôþ','ƒX•Ê×¤F?d”¨C{ì)íi#ØØ°ð”\'èiwv','',0,'?'),('ôÄ0º&ë¶Æ<šì‰J','wp-content/themes/astra/assets/js/minified/wp-color-picker-alpha.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ƒãzŸ“bõT­|@È€¸','C`ÂËõ®Îg¨Ä^$z_=EÌ4l½”Æ‡¶ä|3OŒR','',0,'?'),('Æ–6¤ýïî?y!¯@g','wp-content/themes/astra/assets/js/unminified/customizer-controls-toggle.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\rüuZM®ùÇÚä6ƒZû','yåñôÎ!a}‘9_èmç_Ÿç•¦í\nƒÊæÜÄ{\nŸè','',0,'?'),('¢ûÙJ¦ðm‡.÷†3á','wp-content/themes/astra/assets/js/unminified/customizer-controls.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e)\0Œ16\ZŠdÛÎ3}','$nÍplþö>vbß¼?£à\n÷$®Sw','',0,'?'),('ó\nq Øˆò„I¯Êu?&T','wp-content/themes/astra/assets/js/unminified/customizer-dependency.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¬(l„ó9·¥ò³dÁ³*','ö7Ed1ˆòZEe‡’:\rÁ¡úÅv`ý™D3ÁW+Ø','',0,'?'),('I™þÍÛõˆ3k¬×,3','wp-content/themes/astra/assets/js/unminified/customizer-preview.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ñ-”yOÓÐ´Ê§‡Š.','œ{Í1Qtê“¥º¼d<póæÕÎ òÙ±%~t§ÌÇÓ¸','',0,'?'),('™|¬çûóã­¹ÅèGc','wp-content/themes/astra/assets/js/unminified/extend-customizer.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|ª{4ïÊÚ2±£ôF:','×4GÛ‡C—¿›\0 ÅÜº+ðJ¯¯;«¥Ý=5fØì','',0,'?'),('#O.Ü·ùŒÍ€Þœ;åk|Ù','wp-content/themes/astra/assets/js/unminified/flexibility.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S½ô+X]Ê·àöùåúK','÷ÂHÍTe„÷ßà	$äTK¥Gr·í˜ÈKÆL`4','',0,'?'),('Nô3¿n·‰‘øQ9bîÅ]_','wp-content/themes/astra/assets/js/unminified/navigation.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','89èOIPDZþ §¾ðc','—÷Ò°~\nëäs‚­¶¢˜#6›¼ÊQ#;çzÀ1','',0,'?'),('dO®ÀºRap,ž‹ªú£','wp-content/themes/astra/assets/js/unminified/skip-link-focus-fix.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','„#¶Ü³†PŠûùg9ð˜','öÐbÖ ff2¢¾L}\n,³€Š5kú8{(¬Lš®','',0,'?'),('çyêßŽömñ	™˜ãè‘Š','wp-content/themes/astra/assets/js/unminified/style.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','89èOIPDZþ §¾ðc','—÷Ò°~\nëäs‚­¶¢˜#6›¼ÊQ#;çzÀ1','',0,'?'),('²kä°y…ªQAG(cc€','wp-content/themes/astra/assets/js/unminified/wp-color-picker-alpha.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','RÈ\\<ˆ\noôÉ…—à”ªÜ','Ía™Yç`À.Þ>qD2&h.ŒÜàØOá*L­(Vçv-','',0,'?'),('1œ_}Ö¹xÑ¦n*è«ƒÊ','wp-content/themes/astra/cghooks.lock',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ñžËÜémU˜½~ö','©¡s¿ŽWÉÝÝ-*K2•íÙÖ!ió/Æ ôªLÊ¬','',0,'?'),('“ 2ñ¥`Øk\r\"\n®Ëùm','wp-content/themes/astra/changelog.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r{ANÁB…±«ÊÀ3û',',äNRíA¤Š9«{;Èä$Ù¸Å˜ÜmùU&Mœqü*','',0,'?'),('„\\x	¾~œ:wwƒífÒ','wp-content/themes/astra/comments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"QqÀMV?Ù¢†@;CáW|','¾Z¹ïÉ´ÜžnT¡R kTÆÜ~fž¾ÑbHC1ü','',0,'?'),('R–É¾“—A»K*±¼§','wp-content/themes/astra/footer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"6¡}´@³·`XçŸÁÌy','IîßôÏ÷ÃëÜ®¬ôìs~»!ù_ÙÝtoò›³\0Ei©','',0,'?'),('8º¬ü4Y‡ØBþ´b\\','wp-content/themes/astra/functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÛÊSƒ×ø’@(À7Šr','ZÇ3Ü¡\'ÜAF†¡¿˜ †bõsÔ8’’â¦?','',0,'?'),(',Ž}dŽÚŸ:d7sÁe!•','wp-content/themes/astra/header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','îÀ·s€\"¦A‘uUšX$DS','ÿeºÓêÖ¬Päö]Ÿ\"âÿÑàÎÇërå!)hîÏŒFGé','',0,'?'),('$}À¸áï9«®@á\ZŽä','wp-content/themes/astra/inc/addons/breadcrumbs/assets/js/minified/customizer-preview.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÓÊlØ`á;‹éí¬ÒÞA=','RLÆ€’WQ&ÑUò©r?–J;üª•Ò+9NÊ3f¶','',0,'?'),('6ø§]\n7ó<_à<5{Ñ*','wp-content/themes/astra/inc/addons/breadcrumbs/assets/js/unminified/customizer-preview.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ä¯$ìÆnbæ?„,á','EºW#š\0„q7z+‚¬£\Z¦³Çw¼Ó¯;&mk','',0,'?'),('h™áÑù<_­ÉÝ<™vÄB','wp-content/themes/astra/inc/addons/breadcrumbs/class-astra-breadcrumb-trail.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r‹‰©!_6—kÝò\"æu','Ó?Lÿ«ãœžê±…¾$þ\ZA\r~Î!g‘QwŠ¶³°','',0,'?'),('Õ±(Ç%Û£ ‚©/2\rã\\','wp-content/themes/astra/inc/addons/breadcrumbs/class-astra-breadcrumbs-loader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','³cj÷Ø&;@1îŒê–Ã¾€','czšÛF ${`ÇÐ„¸‡G&|†>•\r¿º/ãAiÒ','',0,'?'),('])«}Á˜þU\n\\Ð<€','wp-content/themes/astra/inc/addons/breadcrumbs/class-astra-breadcrumbs-markup.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E—qAõuÕ„;èg´õð^”','í«·ÀÕÆE\Z‹~h*²Ä©–üsžÚÓ¾W¨|¶LNÜ2¢Ì','',0,'?'),('V®4Œ‚Qê­ÚW¶','wp-content/themes/astra/inc/addons/breadcrumbs/class-astra-breadcrumbs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Pic`qê¶ø<Ï³ª','c^­A-ó†ûÖ(mõ`ð}VP#_Âúö$ÈåwYYü','',0,'?'),('?a<ø^ç}\'_®Z','wp-content/themes/astra/inc/addons/breadcrumbs/customizer/class-astra-breadcrumbs-color-configs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÚÌÍeyL¦ßWt­ª','Æpœzb3ÐÃ¦×)ˆùOâ¤ë*”ûW¯/¬˜','',0,'?'),('yáöƒ-š=†—cWÂÇ','wp-content/themes/astra/inc/addons/breadcrumbs/customizer/class-astra-breadcrumbs-configs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ùÁj÷3)È\nÏ_+zÚ','éŽû8DµyžµÖõ‘³j…§xÓ#¡Ù#•s½','',0,'?'),('Z÷(œd8­.3V„ó!J¿','wp-content/themes/astra/inc/addons/breadcrumbs/customizer/class-astra-breadcrumbs-typo-configs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','tljêC›°UGÀWÒ“I(','ÊÆu%<)ÙÞßºBC7]=šJqM‡1UæÑÓ','',0,'?'),('úÛè¤Ë°aõ[«³rûp','wp-content/themes/astra/inc/addons/breadcrumbs/dynamic-css/dynamic.css.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','„Óé¥ÝÁ¿ùÏÄûñ6ž','€`é0AŠýï+¡õ\'ßë¨d¥Tý†«£;Ÿ´É¥CS','',0,'?'),('Š–½£’õï¡ù³~£>z(','wp-content/themes/astra/inc/addons/transparent-header/assets/js/minified/customizer-preview.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Äû\'*` HC‘¡ÇX®ç›','Õ‰Ê€œlyzsêã8\0ü%li«¶óÌOÆíóìé;ÆÞÎ','',0,'?'),('ÑèãÌ¥ÑÆ°\rpXÙÎ_þo','wp-content/themes/astra/inc/addons/transparent-header/assets/js/unminified/customizer-preview.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<·ýò¼a‘M8½ú—ƒÅ?','h²¸9ü]žµÜ¼é·.Cgûµ@ ¾ªFú®\ZRçº','',0,'?'),('å€«/ÂÞO9´JïøÄÖ','wp-content/themes/astra/inc/addons/transparent-header/class-astra-ext-transparent-header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','uŸ<CV\Z%ã:Ê³©Ãõ','˜oÓ!ª\nèi½bƒÉ|°šåèS§æZÈ‚+ˆMD…)','',0,'?'),('80\0—ëw\Z1`ŽrÃˆ','wp-content/themes/astra/inc/addons/transparent-header/classes/class-astra-ext-transparent-header-loader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','å–ûcŸà…›\\Nù#š%‘Y','Ø˜I=˜”ŒW-;MgK™år>är×¿ù3~ˆ@*','',0,'?'),(' G%ß·ù<i$€H`u','wp-content/themes/astra/inc/addons/transparent-header/classes/class-astra-ext-transparent-header-markup.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','õˆÿŠTšŽºÈ[ÁˆT','un+‰|¦*‡0cÝ–s³ÿé[ÓÓ5‰£©Çøá;ø','',0,'?'),(';†1|Ï]fIÎäzIëÖ™','wp-content/themes/astra/inc/addons/transparent-header/classes/class-astra-transparent-header-panels-and-sections.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','à\nVbÝm(›iÜ”¨[','SÐÆb,Ÿ ·ô¢ÈB„\\è_GIoø)[‚ýÛù','',0,'?'),('îx]Ò8Ü~èÎþ;_·„±','wp-content/themes/astra/inc/addons/transparent-header/classes/dynamic-css/dynamic.css.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$&µiZ’Iß$Wˆ¸¨›]Ó','!‰|L´¦´®l¨YÓþµ§X4´Õtð™ø ×5Nß','',0,'?'),('Cðãœ²½*ûªpÉ','wp-content/themes/astra/inc/addons/transparent-header/classes/dynamic-css/header-sections-dynamic.css.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','£Vr\0bÌ¹õ«ŠWÈñ*ý—','C9á\"ÔŠ³›âù\\ÆcØ#±àÜ‘ßX#[¹wû','',0,'?'),('4¹`JÃ2„µ\r› ¹2”Ù','wp-content/themes/astra/inc/addons/transparent-header/classes/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','vGàJºhIn —õQ','Tþ™ó‡ë(ßâHæ¯érl³)àß ÖKOÖÀ¸;†','',0,'?'),('x9 ù½ÿ`ñ]‘pÆkœO','wp-content/themes/astra/inc/addons/transparent-header/classes/sections/class-astra-customizer-colors-transparent-header-configs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Fù}õÙÞ9û‡Þ.Êlôm','Úû‚ ™|ú\\5Ïl/”3g\n¥Xku2ðß¬wpù¦º','',0,'?'),('}“?ÜÛ¥Æu¾Ó m+d','wp-content/themes/astra/inc/addons/transparent-header/classes/sections/class-astra-customizer-transparent-header-configs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';6Ì´ôÎœÏý\\s<%ù‚','>)&Ad«)P«ÊÁæÜkƒ´QÜfŽ.E|w~ì¢´w','',0,'?'),('ªg¨(\rÕ#ë=—Àß','wp-content/themes/astra/inc/addons/transparent-header/classes/sections/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','vGàJºhIn —õQ','Tþ™ó‡ë(ßâHæ¯érl³)àß ÖKOÖÀ¸;†','',0,'?'),('WÛ=ÔÿìÊÓi‡Ì(','wp-content/themes/astra/inc/addons/transparent-header/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','vGàJºhIn —õQ','Tþ™ó‡ë(ßâHæ¯érl³)àß ÖKOÖÀ¸;†','',0,'?'),('õ.ò3òK*Æt×6Ò¯™õ','wp-content/themes/astra/inc/admin-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X·‰±QÁè\rgÖ1Ñ{¿Ó','÷p‚…ÌÇÊû´Ñ¥{Ë‘{R2VŸÝg»v†\'ì,','',0,'?'),('3\'ó›Kha]Z;ýâ¿s­d','wp-content/themes/astra/inc/assets/css/astra-admin-menu-settings-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~hL-Üë•L\Z}‡Giç','<)é}üI¸Be7÷b\nWÖÅC/uÊ±>cGÑo','',0,'?'),('¾¸¬¨då€Í…›¾^\rÃ*…','wp-content/themes/astra/inc/assets/css/astra-admin-menu-settings.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','èQIî‹–\'BY²-ýÃÂ','˜Er¼­Ûëá:.®\0,ùþ%üš–pxí©…^\n6øÚ','',0,'?'),('FîŠw—lQ@ð)ð¹¼h[=','wp-content/themes/astra/inc/assets/css/astra-notices-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^û*¼îª^Šxö¤äâ«','Ñò¨¥úµâû^àÄu:ÊLò½y\\ÖðÑñæ\n$','',0,'?'),('§‘>oJ}‚žÊ\ZiH·x·','wp-content/themes/astra/inc/assets/css/astra-notices.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','­	œŸ™Ë•¯¦¤‘¸','â\0e?[^(’‡FHëÀçl`Âº1ÙÝ¡Rê\ZëÆ','',0,'?'),('iz¼Û\Zrp\'qRõ‚','wp-content/themes/astra/inc/assets/css/block-editor-styles-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','bÖ«wüb*”8ëÿÞÆ;','Ø}„çAœÎ`y~F(Œ\'âùppéã½~õ“è\'','',0,'?'),('¨¹a>Ùá@þ\r!—','wp-content/themes/astra/inc/assets/css/block-editor-styles.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n5Â¢õ	‘)œ]š™·.Ãƒ','¨ˆœMÌC~~#ÎgnÆøõ4jŠ\0R¿á\"¥‘‰W{¡§','',0,'?'),('’`úÃ!ú|4\nå¶','wp-content/themes/astra/inc/assets/fonts/ast-logo.eot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¶9ÎrÈ¬6kø…T†“ù²»','\\ž‰”Å\" ÊIzy¯Xx.S¿Rÿ\'¨®ÃPZŸ','',0,'?'),('–ª”~ °QJ½§@.¶','wp-content/themes/astra/inc/assets/fonts/ast-logo.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ôèhKSrN™@S¸\n','°—û»G9¡#Ì­øÄ0G[Æ&Ÿ ˆ¿ð˜mÏ¤˜','',0,'?'),('ÊóC3€ŸÒxõ \Z––','wp-content/themes/astra/inc/assets/fonts/ast-logo.ttf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','˜1ÓÍlŠ»:z“C££¹','ºnR¡lÇÔ&jš\'4Š”ˆÑŠñ•JÙ]«öíæ\'','',0,'?'),('\\ñ§fÅ¼ß‚>õFHù¯','wp-content/themes/astra/inc/assets/fonts/ast-logo.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&w2¡¡ÎµiõÚiÐ‘–¶','zt•Ø»+™ôìqk;P6pÞö®»=*x8ÏÚþ~œWá','',0,'?'),('Ôû!½Ž1cÚÇû3UÈÉ','wp-content/themes/astra/inc/assets/images/astra-logo.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ìåñ1‡–CÑÏÃˆ;Ð','‘2r	ë–…#^ï÷ÌúÐR#FmœÖ\n×­X9;ÈW','',0,'?'),('¼l¼òžÁ©W|zð\Z','wp-content/themes/astra/inc/assets/images/astra.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‰·ñ|=BÃ(pÈ3ž&JÊ{','¦wÎÖgÉç–Šd°leqV/ã”§R¸Š|ÞH …î\rú','',0,'?'),('òn˜úÜ‹…n4-2ðÑ','wp-content/themes/astra/inc/assets/js/astra-admin-menu-settings.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','å‹ÒâbœIr\"‰|Š','L­HCDÙˆDCv‡Tlë¢eE|Hx”ý¡ý˜ô®Y]','',0,'?'),('v¼û¨\')rÐ\Zašš—³¸','wp-content/themes/astra/inc/blog/blog-config.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']àÛ\nfØi8UÆJhæÏ','gööù=Y·Djÿé†e¬û9=duþ\n¦7iúcÀî','',0,'?'),('L†ÕÉWñêUá•(Èr','wp-content/themes/astra/inc/blog/blog.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\}/Bè| >’jâåfA','ÔîzW1=k•áB^R¨ýqÏA*ÆÎ^øuVÃ»Ê','',0,'?'),('ëX4soVô]z\0q_æ','wp-content/themes/astra/inc/blog/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','”ˆ½…fLUô§k4!ö','ÝíPÁ!Ô¨8aKu×•”lï¦Ä•ß —”ª}\rN8','',0,'?'),('1»dÔëWÀ*\r8ÎD*0','wp-content/themes/astra/inc/blog/single-blog.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|}÷¥äw¥2·\"µ‡\n','H!4þ^ÎŠH0üÍ¦…ùÿï¿9/0îÞ­Œ…Ác“','',0,'?'),('ÍŽû‚9š±´éY<ÇÏ ','wp-content/themes/astra/inc/class-astra-after-setup-theme.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ç/žF=‚í8+\"¡Z\n¬à','¼ÙL>ðIë§6¯	ˆ©ÅÞÂ†Vþ¥ÕÒþms@¦L','',0,'?'),('î0TðŸ¯~tþ×(mœ!','wp-content/themes/astra/inc/class-astra-dynamic-css.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','²ø>Ã)ÕÙ¿®…\0ÂÝÔ','|Ž´[ä)ê® é<Uy»\"Ššö(Ä€¦*®õ\'$Ýèv','',0,'?'),('·WÎÆüÅßÜ\Z4\Z','wp-content/themes/astra/inc/class-astra-filesystem.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÓƒÅFbÌÝ‡E¡I)³Žî','µŽ*þxM‚¼6pÄvjØ†0¶¯è³«ú3íÙä(Ó','',0,'?'),('»/Tr:k…2!M«JRÔ§','wp-content/themes/astra/inc/class-astra-loop.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','…öœzkZ2Ë}m½À1¤Ðù','áMZÁv2ú­k¾a¶¨Cö’:@)I	5©øöª©ÀÝo','',0,'?'),('á¢ÈŠ”™¼‡·¬XÇ=','wp-content/themes/astra/inc/class-astra-mobile-header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N¦÷Œ…~-ui|,­›Öen','ÛÔ Ô£Rsçá£žš¢?*¾¬=Â*4Ø‚Þ0k$pÖÿ','',0,'?'),('øïÉ²úÓ¯ð¥Ø¬ÅÞÖ','wp-content/themes/astra/inc/compatibility/class-astra-amp.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ä.Zp·~8 ÙÆ‡Y[','5lX(­ÉåaÈJ’Ñ5ëjæý+óBÞ.Sùí_¡ÊæÐ—K','',0,'?'),('JüæÄ¡BT“Ípèv,{','wp-content/themes/astra/inc/compatibility/class-astra-bb-ultimate-addon.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9¹Ü¦#Øªfwóe>’','±½„…•à²^Ñ#Bª¶Z·ÑûP ®Äe›Ù÷±´','',0,'?'),('sãÂ²_ž“BiÏA)$u','wp-content/themes/astra/inc/compatibility/class-astra-beaver-builder.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','dá”!îÕg¢óR+y„ðÈ$','ÅôLhâƒ^ÕFÄyË	¨†u¿&Éˆ“~)€0Ö','',0,'?'),('Cé[‘W÷»•µº5‹t[l','wp-content/themes/astra/inc/compatibility/class-astra-beaver-themer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','llµü¢Ã´üœeù\n','\Zøv ç\n»Ö»ÀùtÉ\ræpáÍHe6‚Ç¶èûíŠ','',0,'?'),('ów¸~[GjÖ6ÒS§Š#','wp-content/themes/astra/inc/compatibility/class-astra-bne-flyout.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','›÷yŒ‘|þ£³¨êMá','X¡àÁ‚7ìzøT¹B²Á‘XÿÃ#Î¼¶ÿe@QTo','',0,'?'),('aUÌ•UÒ|2™pI®vuìy','wp-content/themes/astra/inc/compatibility/class-astra-contact-form-7.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÇÔÿ?Ä{>ùŸ	¯9Ž','ù’ðé#VJú¢wt_Ù»ëD”V\'-E²Íó*õ3','',0,'?'),('§¼á/þh¸7”pÈÇ6š','wp-content/themes/astra/inc/compatibility/class-astra-divi-builder.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','jÊ7)ÊrIì­A¶*y','Qì¶üßõ-00×ê=Õ9O„ÔÒ5ÃÜÙ‹àÅßYŠ','',0,'?'),(']¡›f»òÙ¥ñ–Jä‘é','wp-content/themes/astra/inc/compatibility/class-astra-elementor-pro.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','€2wr5\n/kÜ¤EÒ','Û4­© SocpäKGýäý¿8LÏ«[?8õÔv	t','',0,'?'),('YÂæ›÷%N\0cxNÀïzÃt','wp-content/themes/astra/inc/compatibility/class-astra-elementor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Wô›˜Œ7I,°fÖ?ØéÃ™','‹2Åù^Ú\rÆúæ\rkÔ£’gá³f8;Hß','',0,'?'),('u{åxå}üµL½å(PÊî','wp-content/themes/astra/inc/compatibility/class-astra-gravity-forms.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ñ\">¨€P®VgÌa«','}Žk€˜TCk7Ôs^5R¥çX¸ékÈî<å	3—`','',0,'?'),('QB€Ì„íÔÛ\"E¹ÀÎNÄ_','wp-content/themes/astra/inc/compatibility/class-astra-jetpack.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','55*ÝñÎ35PI.ðL','yÓmŽ¥·:5‘Ô1\Z%%Ö_`ä>;QIäH}w`jó','',0,'?'),('šË­Ëo.¡ÿž8ìfYr','wp-content/themes/astra/inc/compatibility/class-astra-site-origin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ù|íµèmo<¢H²ml\'','‡Ä«¾¨ƒÚP½0™,$¢núK>å`„„ŸÌæ­ž›Ï','',0,'?'),('‰uqKæÏ9°Æ6ƒ¤‹CÜ','wp-content/themes/astra/inc/compatibility/class-astra-ubermeu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','š~¶+±À»L_h×¹“ñ','ð’¦µ‹6>TšækÖI½…@¥¿ÇP‘¼½-ßÊ—9·','',0,'?'),('%áíw÷èÎ±Ç5DžO¤¡','wp-content/themes/astra/inc/compatibility/class-astra-visual-composer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':l`L7ù`x¡ ©¿xÃ','PrÊ˜ë²Ò¥U<w•4|iø}”Pò NµD','',0,'?'),('s}‰õ±ž\reÑ‡ƒ2´iò','wp-content/themes/astra/inc/compatibility/class-astra-yoast-seo.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';±myFÅ{3¾’ó0F¾w\Z','Þª‡Ø m=µþp&U½½žŠáËÁýú2»ƒHqyæ','',0,'?'),('çI¦O›²ËYÝy½~D›','wp-content/themes/astra/inc/compatibility/edd/class-astra-edd.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¯Úõ°àc€™ôÝ^¿­','ç–õ“;Þæ\"³Õ%–ÃS‘¨\',$,Þ›nK£Ø¿','',0,'?'),('èµcÇýS~?<–Ê®Ó%','wp-content/themes/astra/inc/compatibility/edd/customizer/class-astra-customizer-register-edd-section.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Á^°\r€Ù\0ˆ£«ËaCL','i^‰ÁÊ˜)²±è=`6)­(>ÀÝ‘²îë^ágy','',0,'?'),('Gf8Œ4ßéŒ‚Ûxf$	J','wp-content/themes/astra/inc/compatibility/edd/customizer/sections/class-astra-edd-container-configs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','êjÑIá¯®Æýñ«V‚ Õ','eÖNlVéäLAs5£\\óà’LŒ¼\n\r‰f*YÕ‘ë³','',0,'?'),('[5DÛôº·¤3ÇËVÓ9b','wp-content/themes/astra/inc/compatibility/edd/customizer/sections/class-astra-edd-sidebar-configs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','87šÆ1IEØ~Ä‚åe','ìë¦=ˆ4y‚æ4}²{»JÛ%ZðU§äPÖOØ-','',0,'?'),('ÊÊ½ºýÊõîæ4bß;Š','wp-content/themes/astra/inc/compatibility/edd/customizer/sections/layout/class-astra-edd-archive-layout-configs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"^ØålŸîÐjílŽO','ì%*Øï´w?þàA·÷¡Ä¬eó»Ü…ûË÷\nñSà&¨','',0,'?'),('wÞŽJùÃÆ)es>Z;J','wp-content/themes/astra/inc/compatibility/edd/customizer/sections/layout/class-astra-edd-single-product-layout-configs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','šC1#Ê\nfùå.…C3“v','ÑÈKú€	÷„Ò¬þPó@˜Æ¥Ú!¥k‘’€OU','',0,'?'),('¡Ã1ÎfG…ß¸G®x{¸','wp-content/themes/astra/inc/compatibility/edd/edd-common-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Aõãâ÷Oÿ„[Ù(Ñ,Ç','/¨.Põ?Á%\0mÅ83ò×Ÿ‚ic\'Ò	ÌoþÍµ','',0,'?'),('§ýÖ^.LMÛê¾','wp-content/themes/astra/inc/compatibility/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','”ˆ½…fLUô§k4!ö','ÝíPÁ!Ô¨8aKu×•”lï¦Ä•ß —”ª}\rN8','',0,'?'),('0;Ñ=c\'\rXâ…–9xü','wp-content/themes/astra/inc/compatibility/learndash/class-astra-learndash.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¼$“Èˆ	Ýž­(8à ¾','R÷FVþJ£”q#qÐj7£.‡Z¿Ìä¤Íø%¼8d-©K€','',0,'?'),('A÷¼_\'·‰ÚXóÔ','wp-content/themes/astra/inc/compatibility/learndash/customizer/class-astra-customizer-register-learndash-section.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÜºdïœÝ¯C¤îË‚q»ê˜','E\\6hÝª7ê«Ü1MI¦í+·fÑ…G¾÷ºæ¦“','',0,'?'),('$„©ä—œ}&úÕ¤™^´µ','wp-content/themes/astra/inc/compatibility/learndash/customizer/sections/class-astra-learndash-container-configs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÑIz\\»ÁÝM‰\0f1','Ã{ÿ\Z;Íf/&r,~ ÷¶/^e‚l?³y\'j','',0,'?'),('°í¯mæ¤èþ\r‡5~·','wp-content/themes/astra/inc/compatibility/learndash/customizer/sections/class-astra-learndash-sidebar-configs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','½l¢«ZÓÁ:ºÇZoËëg','ß\\#lÃ\\·,¹® õ™/ÇMDªx_Àñvƒšß,„ï','',0,'?'),('òx%Ð¸šÛ§ç¾Ï³‘Öh','wp-content/themes/astra/inc/compatibility/learndash/customizer/sections/layout/class-astra-learndash-general-configs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','VY\nÁHêLéäãÎÍŒxÁ','fÚ\r½\n»	ºe¿+¶ëª8>0ð¯\"¨\\ÓÐ‚ôÅm©','',0,'?'),('Ã?ë/uUe¿{ß@Làž','wp-content/themes/astra/inc/compatibility/lifterlms/class-astra-lifterlms.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¥äôÔt2^è‚½É1À<','R¬\".i4YÃêÒK(pét­ý~÷ÁRµÓWZOã ','',0,'?'),('Ø.âs€«>îw…Zˆ','wp-content/themes/astra/inc/compatibility/lifterlms/customizer/class-astra-liferlms-section-configs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','RŒÊ´^(ö“cåGÜ9ÅÑ','G•ÿœÝ<ñs(‚:.ì°\n—S0cÀ…`©R!','',0,'?'),('¦Ií[Ð^“J²|4“] ','wp-content/themes/astra/inc/compatibility/lifterlms/customizer/sections/class-astra-lifter-container-configs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Dö½¤~¦ø¶þkçkdíé','aíGé.€XÄ.±œ0Ä“_%tD\0¤Ÿ]8‡ˆP¬','',0,'?'),('§\Z¨îÉàˆ¶ƒ}R«\nÃÖ','wp-content/themes/astra/inc/compatibility/lifterlms/customizer/sections/class-astra-lifter-sidebar-configs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','á½O®ÉPÁ;Þ‡®÷]\'æ','~GïtúÕêÔÝÂÚ%ÒC$¬éÀíÞ\r¸m¼üÈïWÇ','',0,'?'),('Š$ëîúÊH%DØ&Ò+','wp-content/themes/astra/inc/compatibility/lifterlms/customizer/sections/layout/class-astra-lifter-general-configs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','xløz_CQß	ÚäŠd','uXic°\0Ñ*ô¾m2QÖ/Pg((ºÅ™bªÜªq¯Ê','',0,'?'),('2¯¦ÓU\"¿éà]Èö9øð','wp-content/themes/astra/inc/compatibility/woocommerce/class-astra-woocommerce.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\ZJîÏ;…Ï \',2º\"Ê','æjÖÙþÅ†Üiª÷çÃ»¤âÏö­Š…ßObÐ4€†','',0,'?'),('ÁV«§BË‚<6Ÿr9Ÿ','wp-content/themes/astra/inc/compatibility/woocommerce/customizer/class-astra-customizer-register-woo-section.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ek’ò¶M¯^n•Þ]ù','GY] ²Èó£ÁZ3 ¯°x	\nrëó›ÎÇmÒî!ö ¼','',0,'?'),('Þf™@ˆ\Zë²lÒñ{zlü','wp-content/themes/astra/inc/compatibility/woocommerce/customizer/sections/class-astra-woo-shop-container-configs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$¤÷«£6Ljó¨òÞ¢€Ï','O¬b	R$òìŸ®é­¨Qs©g°A´‘‡\nP_yçÌ','',0,'?'),('v\'#…P&\nþß‰&Oúä','wp-content/themes/astra/inc/compatibility/woocommerce/customizer/sections/class-astra-woo-shop-sidebar-configs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ŽCäS/Î›Ô/‚Ñk*o','¦ÿõ»â\"»ì!òIÈ#Lñ2Ç£#« œÓ\rÌÔ-','',0,'?'),('ÖÒ\Z1?¢‰ì0ü—P','wp-content/themes/astra/inc/compatibility/woocommerce/customizer/sections/layout/class-astra-woo-shop-cart-layout-configs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','–rIåiÐÄvˆÆºmãŒ[W','³H[Û>:›wÕ§Hü©þâLc×2»([¨Vöª—g','',0,'?'),('bF­tU•Ðn*Œc','wp-content/themes/astra/inc/compatibility/woocommerce/customizer/sections/layout/class-astra-woo-shop-layout-configs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','º!É5uýV(p“*xÛþqð','Vï^Ã›ÚU…¬pó$a9™Pt§EZlç€0Ê|‰Ñg','',0,'?'),('ôl¨û1óv¥I´¹¬ã’ÊØ','wp-content/themes/astra/inc/compatibility/woocommerce/customizer/sections/layout/class-astra-woo-shop-single-layout-configs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','lÇ?¡Dþ[ç!ë”`\"CÐ','Úb$Z2üñ®ˆ¼fèÆˆ¬ã\0\" ù^üZM”e•êÓ','',0,'?'),('ië´© ì•Ûþw3¯¼A','wp-content/themes/astra/inc/compatibility/woocommerce/woocommerce-common-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','EÝLt.\\VôZé. Kû','é]^\0ª]…áy\04uUdJ-ÎØF{Ï›Ï˜âÆl´…','',0,'?'),('J_‡µ|Æ+›bllÖ','wp-content/themes/astra/inc/core/class-astra-admin-helper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d|Â¸èxÊÂ¶º¯	ž,','h 8\nðÍ‰ø8£Ì.ð*lëbÔt”Œý{ó—\\÷','',0,'?'),('»SdÖNTV’–™ÖÞ5','wp-content/themes/astra/inc/core/class-astra-admin-settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','µÄ…Ì$*–fËÛÏLb\r','×Dj´´½QÆ˜úÐ¨³\r±i5óÐ¶’~`‹_çN ”S','',0,'?'),('&+\\ajfôDÛÃ','wp-content/themes/astra/inc/core/class-astra-attr.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ù¿j¼Tî»0,lt|Y.','Â(oÕ þEyüpH4QÔ=¸ÓîsÍ«ê Ü[ªHD','',0,'?'),('´\r¬€ÉÔNõª4”\"mŽ','wp-content/themes/astra/inc/core/class-astra-enqueue-scripts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j,øFˆk¢‡Ž\Z3Ôä','„b4øy)5Œ´LD¥³6QvÇN¯2úêl˜ðEûíYïØ','',0,'?'),('»zCKWö][<î\\dÙ','wp-content/themes/astra/inc/core/class-astra-theme-options.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÿ<4Ü?u«ÛÓ§Ö¯âÆ','(ø]rF\náª!\0I3c¿÷/[£;¯q9¡ÓâÉj','',0,'?'),('ãÁ¸˜ó˜…w‚mÔ›]Z','wp-content/themes/astra/inc/core/class-astra-walker-page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','„·X;†C†^\rnŽ¼ÿ<,','tóë^‚ÚõN½V\Z;Ò	µ†‚ZØÊ­ugëŒL-´Ç','',0,'?'),('\r^ÏòÙ5Âq&S­ë','wp-content/themes/astra/inc/core/class-gutenberg-editor-css.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','è¹J¥c9LyÎ•‹æ4¨','>Ýéx\"&{1Ð’×	fE½uÅÚ–/-‰ørëts','',0,'?'),('Ó±ŒéWÄØ¯x–\0…¢’','wp-content/themes/astra/inc/core/class-theme-strings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','º¬”æ\nß0{\rœª','å{Ù“«ûÃð“úÒmŽ	o]—lr÷Š)zNL:?','',0,'?'),('‹Ô³;jÌÇŸGCÊ«™','wp-content/themes/astra/inc/core/common-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7Ø€xæAŸ…5ÊyJ–Œ¿','TG¬œõ7@.Ù €ÎL}¬Ôµ×%`5ÔŸÅ‰‘ì)','',0,'?'),('+Y\"äqiíÅX(Òýžš','wp-content/themes/astra/inc/core/deprecated/deprecated-filters.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ñ™Jêcö5¦:CÂV8','øš9•”ƒë¿»Þ|û›õéiÍž£Õ[PãLÎ’úy§V}','',0,'?'),('`Eé—L $‡gû¯+l\ZÕß','wp-content/themes/astra/inc/core/deprecated/deprecated-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ã¡ÓyÞÒ8ú¡k¬É¼ ','Rç|ƒB‰Ÿò2Nè†lÑšâ¼#†7Ût¼ŽesíÈÀ','',0,'?'),('Œ¯\ZWŽt2”sÍ?mr','wp-content/themes/astra/inc/core/deprecated/deprecated-hooks.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','©è·á¾ÎÿÍä¾\"‰lBåz','å†ÔÖ·2±ßBç£Ê]þ<±C€Û¢	›ã½Ù41¿ù','',0,'?'),('y¦Å(C®ÉÕ je\"dÉÞ','wp-content/themes/astra/inc/core/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','”ˆ½…fLUô§k4!ö','ÝíPÁ!Ô¨8aKu×•”lï¦Ä•ß —”ª}\rN8','',0,'?'),('…†¿w÷ŒÏN·åY€°','wp-content/themes/astra/inc/core/sidebar-manager.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','“ù?Jæ£æ+¿*€žÓ¥\\','QW…ÎR0ü¿4­ªoB´‚áwV_|(rÆPõã','',0,'?'),('îÔÒ¨FâÒ¯G§B§Ùœ','wp-content/themes/astra/inc/core/theme-hooks.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','×ûV2Ð	î«ÈFíWSß',' ï<Žt½ƒ‡9û°Ì¤Ùgy–D-æ?ˆÖË,¬ª','',0,'?'),('UÅVÏ,ý†u©`ô–\Zøã»','wp-content/themes/astra/inc/core/view-general.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¯´ÿ²‹ZŽ»›\"vö‘Sj¼','a½µõÏ»Ë(¹Í‡ãÿ9²=íˆI^D@X«wY','',0,'?'),('EêâEaa.›dxšílWü','wp-content/themes/astra/inc/customizer/astra-pro/class-astra-pro-customizer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-º8¾£:\\ÜoŽT^„ƒ','O\0Ý&Ÿ|u‘PO ºŒ/¹]®ÓA[u°#ÅOp¹¶©','',0,'?'),('ÉñDÛß¿ÚúŽ÷™5À8','wp-content/themes/astra/inc/customizer/astra-pro/class-astra-pro-upgrade-link-configs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','JcUA„3M|¤ëýncË–','su:IŸá“T6pÓè­g›giË¿kVâª \0{øŒ]æ','',0,'?'),('%ÉÀZ3²wÝ€fKF™ÆZ','wp-content/themes/astra/inc/customizer/astra-pro/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','”ˆ½…fLUô§k4!ö','ÝíPÁ!Ô¨8aKu×•”lï¦Ä•ß —”ª}\rN8','',0,'?'),('¯99øi	ˆ¤¾ÇMºµjW','wp-content/themes/astra/inc/customizer/class-astra-customizer-callback.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\3°{6|€g³\"¸h´Š',':“žü¨bŠÉžê!Úb…/P\\Û»â™&ØÜ’ïk÷','',0,'?'),('¹ ÎÜÄ¥rQÏ©ß¿¾]ÿ','wp-content/themes/astra/inc/customizer/class-astra-customizer-partials.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',', âý0!©+Fðh¨Ë<','°hîÐ4©\nA$mècú˜À#ï_=Të\Zê[P@©>','',0,'?'),('MÓ8]ºä^àÒþž_œ¿','wp-content/themes/astra/inc/customizer/class-astra-customizer-register-sections-panels.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‚Á9˜ðŠÆ¢úX‡','Âc±÷\")€õ•µBI›@\n„}~G•xVÈ%iÑü','',0,'?'),('¡†ÛÅ´5ÚëŠbnÜê¼','wp-content/themes/astra/inc/customizer/class-astra-customizer-sanitizes.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\rWáo£†<–¬fá¥¼r','*i&˜Ók‡˜«3#måYÝ(ÈÏÿÿ~“Mª\r¸Ñ','',0,'?'),('Ûfv6w~LÐË5q!²3','wp-content/themes/astra/inc/customizer/class-astra-customizer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','pþ¤_‚¸BhÀï‹poQÅ','ô7jHóß›“ï…K–»]^JVóÎažt\n«(QÍÿæJ','',0,'?'),('2¯;æâWV4¾BØæè…','wp-content/themes/astra/inc/customizer/class-astra-font-families.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','õNyÒÉ»’™W)Wc=Yè­','èC±¸1lÓÊ8´^š“9ÄD¦kìÖeVþñ§WZ‰«Õ','',0,'?'),('¡É‘·gìë-³ƒÇ','wp-content/themes/astra/inc/customizer/class-astra-fonts-data.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÂÔ#…ÙCMJ47‰¶È(','Ñ’Œ³±ª‡‹\'÷£ÛÁ>ÿEyD±ÜèAßÛö','',0,'?'),('éËI&ðL%\'¨\\&;b','wp-content/themes/astra/inc/customizer/class-astra-fonts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z„\0DÎ`okAõvÝ£3','”±4„hËÏ¡.aòeÖ&qiBJYfðÆÌA 7\\òú','',0,'?'),('(lÛô:ã,7sõá\"lR5','wp-content/themes/astra/inc/customizer/configurations/buttons/class-astra-customizer-button-configs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','sÎûÈ1¾Õ(VE¦å™Y','‘ßG4‚év°~MŠŸŒ#Â®^ñ¨é¦PÕ\nþøð\07','',0,'?'),('ðç5Hä“ý/¬›AÂ.ªŒî','wp-content/themes/astra/inc/customizer/configurations/class-astra-customizer-config-base.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÂS§Ó»ï)â/ýð[\'Î','önqô©n*»eKý,}ÊØðsABòÍ¶\ZA%9~‘Ò€','',0,'?'),('A§³ÞÖÒ!Hš„	’:>¬','wp-content/themes/astra/inc/customizer/configurations/colors-background/class-astra-advanced-footer-colors-configs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' n¾)²<t¨D;ê£','%+é;e`¹uoÀ¥ó!PK†¯ºò®+±»a+Í˜','',0,'?'),('0¤Ž@ëSšÔ‡¾SÉÝ\\$?','wp-content/themes/astra/inc/customizer/configurations/colors-background/class-astra-body-colors-configs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','È’ñ×8`˜Ôß^êÔˆ\ZO','2;òSRf¥Lv‘²–@Ö¢çÀ¢ECA£–Š¨&–’f','',0,'?'),('_H†_ê)žÍ8N×S21n','wp-content/themes/astra/inc/customizer/configurations/colors-background/class-astra-footer-colors-configs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Èéþ¬ÄÔ•#—bÀ','OWÝ<Qo´2eøêHÆØÙ›™kûL¿äÛ‹­iæ','',0,'?'),('fFŸ\ZR\"IÏ.ÛŸE','wp-content/themes/astra/inc/customizer/configurations/layout/class-astra-blog-layout-configs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Þ¡¢Ñkþ¤Ÿ˜A“ËJy','oîY«é½\'òÿ\nI?œ_Á“eËúÍ\Z»can','',0,'?'),(' 3ã(þõ\Z”†§Âå<n','wp-content/themes/astra/inc/customizer/configurations/layout/class-astra-blog-single-layout-configs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','LÆý%)°Š¢ô¯{ú','ÝoÎëážWyäM²c<\\HJÄ:¶\\-rŒ5k¿ox','',0,'?'),('kÔÍæQÇp:\" \rÍß×(','wp-content/themes/astra/inc/customizer/configurations/layout/class-astra-footer-layout-configs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ð·×Æ4Ï‰_8&Ò¿ë¡÷»','ìÖ²=FÄâáRes‡Æƒì¿KÖ8@%xi³tt','',0,'?'),('ÚØ”0ñóC+Ü~mr†','wp-content/themes/astra/inc/customizer/configurations/layout/class-astra-header-layout-configs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¬I‘RË¨ÅRó­ìHr‚3','\"x³IM‘}de’à½E»€\"XyžÞ‘4É¸~','',0,'?'),('ô»±e±§¤\"$ƒ0.o','wp-content/themes/astra/inc/customizer/configurations/layout/class-astra-sidebar-layout-configs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'JLTŽúÝšÐ%L*âÁ','kÏüæ˜;c~,«{~*MLˆø£áàMWŠqK5yPÛÏ','',0,'?'),('\r²ýx©„¼„ŽÌ4y]','wp-content/themes/astra/inc/customizer/configurations/layout/class-astra-site-container-layout-configs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¢ðzóÅ©•{&s¦4ÙŽ','‹´Œ]jhºîí’4–{ð\n¡ië¨×ý¼JÓgóÛ','',0,'?'),('“Ç|õÇ´9Y.;+F¹vï','wp-content/themes/astra/inc/customizer/configurations/layout/class-astra-site-identity-configs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.¼à\0æ¤™5© kG¼','•Hqâ7Ù·üŽwï`…ý¢­–C¢Œäú>&sžŽ¢','',0,'?'),('¨N¦KV$«&éD¥äq¤','wp-content/themes/astra/inc/customizer/configurations/layout/class-astra-site-layout-configs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%¿Æã¡x›qG¼=Ý,ø','R†BŽDF%Ê!•û\"Ïâ\\\0:}aë(Zp°0¬','',0,'?'),('úM˜ç:î\ràœ+»›ìs','wp-content/themes/astra/inc/customizer/configurations/typography/class-astra-archive-typo-configs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ƒ5î9Oµ»U}ú¢HVÂÚ','k×ƒ˜%‘Z8ôTÜSüê°ßÄ¿¹’•`TÁê7J&³Y','',0,'?'),('÷pÙç[RüŒu[Ä¬·','wp-content/themes/astra/inc/customizer/configurations/typography/class-astra-body-typo-configs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¸4€B‡CâõìfjÜçs','\"°Lñ{oÐš°òþÐ-÷@šƒc¡4K\"áyNl	CóÚ','',0,'?'),('¿úST™°2«EõY%k','wp-content/themes/astra/inc/customizer/configurations/typography/class-astra-content-typo-configs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Lè”,iÿ÷‚äéXd—€*;','ÅÓE\0¼çVâ´\'þt%H×®ÚŒ¨2Å “mÖaW¶','',0,'?'),('AŸIjº4òÛl_×¨þ','wp-content/themes/astra/inc/customizer/configurations/typography/class-astra-header-typo-configs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¾:â8¦j|ðµ£ÖVÅ','	0í2\'X,ôË+xò0|Á><tÜˆ†û\\÷‘ÚäK','',0,'?'),('!€òÃcUÄ‰–Åï ¿½','wp-content/themes/astra/inc/customizer/configurations/typography/class-astra-single-typo-configs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','dŒ’¹^´º¤Rð£î¢­','ønhzáQyBŠ|_¬²„¨D¨¸õí6®è=úy…i','',0,'?'),('ð‡bÏ¥‰0nc˜ Œ','wp-content/themes/astra/inc/customizer/custom-controls/assets/css/minified/custom-controls.min-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¦iY89Œn÷‡kYòWs×µ','G‚îÙQKf¤^	JêÌ3…¬ºD¼š_Ú','',0,'?'),('ÊI	ö­yYÉ\nøáûãµç','wp-content/themes/astra/inc/customizer/custom-controls/assets/css/minified/custom-controls.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':µ8.|H\"jârÉôô','¦HØi÷fšPðÚ»cÅV«Î|!¨{5®ìj[Ð#š','',0,'?'),('MÄSÃìäBõNõK!2\r','wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/background-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','WåÌçˆ!òÝÚÜÐY˜+6','œ÷§sÎ*÷²‚O\r.{y3•T:3m×¶”-\n','',0,'?'),('Ögé¡æYŒµMÑÎUw÷,','wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/background.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‡íˆfò™³O-­¦ÜÓÿÚ','Ù8»‘½«;†×*;ÈPÙqyŽ2§uäÜ¦è\r±è¾J','',0,'?'),('1›P¾(ŒVõù}ã`','wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/border-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Œ¤íDr9õ!¢ë)','CpÚLFçoÆ*B¦ÓKQ_KÀÈ÷\n?\nÈ	ôª¬à','',0,'?'),('å^8A\'}” Ó9ëøì¯Î','wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/border.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Öµ¯–¬ÏV‡^ìˆI~','‡•”ÉpäˆÆÄ¿ž°œ;)* \n¦Ý#m‰-','',0,'?'),('’!\'£r¨vÐc¿/0Ëk','wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/color-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','öb#šì9’,$a¡8°í','¶S5B7³ËGÔÒÚ!,mâ“kiÄ8²áLÑ=¨;­È','',0,'?');
INSERT INTO `wpbe_wffilemods` VALUES ('êRÈeûÛÜVªûµÔ|/ÄŸ','wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/color.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7”˜z¢pº?þHœc@òr.','5oáÁ‰+‡&Ý…xg”n2CKéƒ|‰¬jwjí5…ä¶','',0,'?'),('iä¾Ãbšy—bÿî\rûTš','wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/custom-controls-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ª]÷®\',2²’ H§?/Ú°','äPÒŠ‡£\Zö~nd@ùÎîÀ¦î¶ê¤¾bETamCs‡','',0,'?'),('îFN’˜ü¹~—¤ ²B ','wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/custom-controls.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¿´ñvÛÎ\rf\Z8Ð‹','Ó¦}žIôn5Z53rëî¶r±Dx×ò\"@jT›¤','',0,'?'),('¼dqh|ˆî¡}vœ‹9','wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/customizer-link-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‘mÎJNÜÜ€º€|Zµ','R¥dII\0šRßkg{cG>‹ë}|b~›j–vI¹Ãd','',0,'?'),('›~RÊÀÉÌu!juI','wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/customizer-link.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‘mÎJNÜÜ€º€|Zµ','R¥dII\0šRßkg{cG>‹ë}|b~›j–vI¹Ãd','',0,'?'),('ga°F§í±G®ÿ-Æ¦','wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/customizer-style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-ï[á‚»zÆ×!Ž˜ëèß~','ëcì:ŠâÐGÁ`ñS_‚úR4iÕâ£n‘ýËÂ±','',0,'?'),('BOz¼Bv°Üß¹«{I®','wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/customizer-style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2èçÞ¸\ZhÏjWuø¸','æÑÎIÉCt_>³™@§B+—B G6:=ßA‹Ë','',0,'?'),(']È&˜–[âœNð•8¯„‚','wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/description-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ö$¢0¢¤°ÏÃI\'j}~î','²–õ®ØhJ=’˜R–¼7–Ÿ—zDÌßgëQÖÆ+²§','',0,'?'),('XCð£’NLg×oS3X','wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/description.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ö$¢0¢¤°ÏÃI\'j}~î','²–õ®ØhJ=’˜R–¼7–Ÿ—zDÌßgëQÖÆ+²§','',0,'?'),('óFwc¤”øw\Zen¥:™','wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/divider-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(gÃ{ÃM•²@Ò«Z¹','x©¬ÊÀÙÔO¶€‹IÌû$uÐ×Š¶ÜÚKC²Aúð','',0,'?'),('å‘¸¢Má+,¢”wm,õ','wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/divider.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(gÃ{ÃM•²@Ò«Z¹','x©¬ÊÀÙÔO¶€‹IÌû$uÐ×Š¶ÜÚKC²Aúð','',0,'?'),('ïxîšßÿNt÷“ÀœÕ‰Ž','wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/heading-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^IhT¯Ö—´™ß7y¯Ù','\r¿Î$\"ø´fƒKÁ+*‡CñðžÆ«É#2N$ÙpÍœ`m','',0,'?'),('$q¯ü×·)‡ÎhüÓ ','wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/heading.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ªbA+ù™´¡Ù6¿ýS','8¤öø|Ðÿ†r¿®ëîb‰Zµ$Ø=Ÿ•µ¯0µ—f','',0,'?'),('ÛpŠøôg2ô:x–ëèº.ã','wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/radio-image-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','³m‰U)—¨KU‡÷\\','X!ÅðH&2—Ô=°Áÿ¤–¼î­^a§l]ûÇFF…½æŒ','',0,'?'),('A–0Dºåä¼HÇ£*<ç','wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/radio-image.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T7–üµÏ~/&†Ø÷Ö','Eâ¥æQIÆøMX\Z `çªžêâ…:¨e\\Lky]\r','',0,'?'),('\nÄcé–Æ©·¨a€rGy÷œ','wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/responsive-color-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','uèq†×ÁÌn‰©•','úgîn¤ìµSÞ¡¢Hbw–‘±¡3’lå«óÆÅ*ä©','',0,'?'),('ÇCÛ›Gr¼ó²Á‹Ì\r','wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/responsive-color.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','gÖB¸¾#pOŠ(+•ÉHX','ëÖ¬&OÏjJ%	ê¢ƒnÛ:÷T¨@!nÐA‚KD','',0,'?'),('ÚàÀØ–jM;‚F`êËýÚ','wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/responsive-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','­ºq¥¬d›îÎhõ8-”','›Ù4kÒs\r×ß«dÛˆO,4™µÍw+8û‚zz','',0,'?'),('mÃ]¢§¨oiK-•§ÛëêÇ','wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/responsive-slider-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Á,ŠÔŠ-æhïN\\','ê)<ƒ#>y\"OrvnÚú7jî?ÉzS`Û	³÷ZXèY‚','',0,'?'),('I^@[®­6–å¸}QÂ½','wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/responsive-slider.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÇÎ.F‰Ì¢—úLbUÎ´³','ÌEùiŒ{Ìù¡¨^¡EOmOÍ”p¨%¾S¥{ý@','',0,'?'),('­Ãÿ!“¸°«1ýXÉ>cÃ','wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/responsive-spacing-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','»5÷	Í½OÁl\rÕpRë','zØ\\þT_g£ØvÖæK²çÛGb’19`ü®£6ú·','',0,'?'),('TEaZÜºÂJ7Ÿ‘á!%{','wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/responsive-spacing.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','12M,ëÿçòXµ:ZÏ¶Æ','¸f©ýj.®Y» §>:¿\0æõ=Î\0lîmv@†ÔØ','',0,'?'),('zûü	Ù|+e§93©LI¢õ','wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/responsive.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','vý¿Ý°-\r+OPØþÛÅ#','P…;4¹€®Ð6Wfåhòi[y8ÛQÝóì’\n','',0,'?'),('µ0b†âï7ÓÔ¢gï','wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/settings-group-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0MÐxQiÂ\nµ9Ô9²','Š:Aª©IñbÈ¿t\"=‡S©Ä/Ü<…CwUÕdý÷×ÿ','',0,'?'),('Ñ?¼úkÕäÞð$Å¬ ','wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/settings-group.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-˜åë²oœÆ’kÐE¸¢','\nÍ‹eÓfD”Ä_ÊW¢å‚&\Z®Øè¼<\nöZ™Š','',0,'?'),('yÎÓsŸTNvAãò‚','wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/slider-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6®c#ã,¿)¬Ä]X¦','Þqšž5AâÐB5ÝŸ	‰s’›ÞÎó`ß6%8ëùW({Œ','',0,'?'),('0LyùÀñ¾ä]QBâdƒ','wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/slider.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' »ÔwyäÎo…¤Q…­','²`ü¦\rµzJÿ$b“Òá3û–£?œjCÖ}¦Zð=ü”Ÿ','',0,'?'),('ö¡4_Yåæ òì>aìÆù','wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/sortable-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G%íu±X%–Õ›IFäÿ','«Þ±…¡ÂŸ>ë9I‰Š@û_·\nxˆŠPÈù+','',0,'?'),('“ft|êøœb¥®` ®','wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/sortable.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ú1	hÿw×Æ<®­','FdŒÊ(¸¿	*5Õ1¯ZÔ·¢Q„wEI~j}s','',0,'?'),('&ó¥R­ÂRŒD¹¨ÙíÅ','wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/spacing-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','º„ÄÐûìöµNy³	N	','»ŸÖ^&ísâH«K]âDž­E}¸TÏ‡-¯û³','',0,'?'),('ÞêP—ØeU“ÝµŸ3uì','wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/spacing.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','™kâÉFG®_]‡Õ›','L¼ŸÎ^Ÿ¶wS9fC9Ÿ8\0”2©G‘jt\n173µZ','',0,'?'),('zfgïNT]‹’jk0','wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/typography-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<k¾O²3Û·.#þ“ w','Ø´_¨âÊxi­kzöWmÐC®™\0zPÛKµ','',0,'?'),(']oæÕ‹Áðx2˜Dì52Â','wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/typography.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<k¾O²3Û·.#þ“ w','Ø´_¨âÊxi­kzöWmÐC®™\0zPÛKµ','',0,'?'),('A±\n‡2L0¸ÎYÉ-!v','wp-content/themes/astra/inc/customizer/custom-controls/assets/js/minified/custom-controls.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o/N×ª7ªä—æ3.\Zq','Fk\nÕÀz–‡…Aâcñf¢¶b|»:“Î3¸¾5z','',0,'?'),('Ÿ¨¡Q‰Z§¯áE˜CzX','wp-content/themes/astra/inc/customizer/custom-controls/assets/js/unminified/custom-controls.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','KÜ†<d¬ÚÔõB_Pºî','X_n~!ÁÞ©º¬s&ºµ¯Ïœþ\Z>qúÉsæêÙ','',0,'?'),('ðÇŽ[éÔî.ºäôî','wp-content/themes/astra/inc/customizer/custom-controls/assets/minified/custom-controls.min-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U.0QùØŸm¹Ä	5ûd¹','PËÛøþ¥Ù3²ÅM76;Ä?ž-ßD={R=C(ÌÂ·','',0,'?'),('˜Ñ«ŒJ{ËÁ\"§ÒÌ)»','wp-content/themes/astra/inc/customizer/custom-controls/assets/minified/custom-controls.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¹ÕéîÄÊ˜7D”wOTÅ',',\Zm™îä®œæWoR$xiÏ5U}Sg¼Ób=Ó¯WP_','',0,'?'),('åxÚ\\%pæ?­®tÊùÉ','wp-content/themes/astra/inc/customizer/custom-controls/background/background.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'g¸ùbÃ„zÓ¿ê°†E','kwß,2Ó¹»\'®dºÓ÷„˜îw$2MÖbÚ÷	†âSA','',0,'?'),('(ËZ$=UR1‡>@]µYæ','wp-content/themes/astra/inc/customizer/custom-controls/background/background.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ˆc²_½†Ñríc»jŸ','¸+ °™(†[4Pš^WñÝË$èN!h½Ìmw“ó¤ëî\n','',0,'?'),('+eþ½iPbCr…Ð Y¶™','wp-content/themes/astra/inc/customizer/custom-controls/background/class-astra-control-background.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','àe]fÛºà|”PíU','Õ’\ZêÖurÆAÝbŒúEêjhsh”ï²ÄQ]å…tî§5','',0,'?'),('l*Z8ùxXÔ³½Ì','wp-content/themes/astra/inc/customizer/custom-controls/border/border.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Â~òk-’ñ]ó¶ÄœV§','ŠÂXf#S·š3¢E‘\'w\ne¹bÁÖSNzÎ\0çBd?B','',0,'?'),('Æ»…±K°Võ¿’»‰ãú','wp-content/themes/astra/inc/customizer/custom-controls/border/border.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÒQl^“™“1©Ö <ª„%','¨û¸vãI”0lVbÞÍäP½RàxúGÚÄÜS­','',0,'?'),('P(13HÌ;¥\0{»>-½ñ','wp-content/themes/astra/inc/customizer/custom-controls/border/class-astra-control-border.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','bÁN„=~t~©Š2Ãê¸\"','!?B¦Ñ9³Tv@ñ(°ÃÙ·±V¢ÙM\"ñ*¢Qg»\nB¯','',0,'?'),('}ñsœúö^©Ë`hxÇœ','wp-content/themes/astra/inc/customizer/custom-controls/border/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','”ˆ½…fLUô§k4!ö','ÝíPÁ!Ô¨8aKu×•”lï¦Ä•ß —”ª}\rN8','',0,'?'),('_Sß“îØ”VüVZû','wp-content/themes/astra/inc/customizer/custom-controls/class-astra-customizer-control-base.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÆõwŠ$l#1tÆšŸ27V‚','‡òØ)T€n@@üÈwK”`?¡Í¼„“÷i*æEG','',0,'?'),('çYä)†n\n-™¡ž8¬Q˜','wp-content/themes/astra/inc/customizer/custom-controls/color/class-astra-control-color.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q\0½öóéþL	Í{„','Œ™Ž¹L\'5@o5ËûìŸR(#W½¾yk‰äÍ“Þ—','',0,'?'),('x§‚®Ž á«ôËï\"/ÚÊ','wp-content/themes/astra/inc/customizer/custom-controls/color/color.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','lÜmµRbê§#ø™ÐÉ\"','vA	ë×…Üa6s1QVlÙ÷½:÷§¼„ÎL\\øäJ','',0,'?'),('¿yîºû|æP…ËHd','wp-content/themes/astra/inc/customizer/custom-controls/color/color.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¡Îò¥	n1:Aþû=º',' ¨4j¢ñÉsÏËI\'Ä)ZÞÏáâËW°ßËni7/™','',0,'?'),('8%‘‹Ç=Ò/ä£§Ìëè\r','wp-content/themes/astra/inc/customizer/custom-controls/color/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','”ˆ½…fLUô§k4!ö','ÝíPÁ!Ô¨8aKu×•”lï¦Ä•ß —”ª}\rN8','',0,'?'),('«>\'<Ú{«Ò(ÈÃ˜c]','wp-content/themes/astra/inc/customizer/custom-controls/customizer-link/class-astra-control-customizer-link.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ä¥Rh]¡µŽßKf²ÈØ','b}dªç–`wÇ…`Uƒæºàà¤¾Tª4\ZŽ\0Ò','',0,'?'),('ÔôéÑOü=ŠžF¸õæ~ª','wp-content/themes/astra/inc/customizer/custom-controls/customizer-link/customizer-link.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','™>Iç¤˜\\F­ˆ%Zm@','Z!äb@rÊ©Ðâ:c¾äT¾Aí¼ŠñU7í‚å•','',0,'?'),('yWÿ\0P7¢Z×)»','wp-content/themes/astra/inc/customizer/custom-controls/customizer-link/customizer-link.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÂL6MzhÒº³>†Ê1#','R¥dII\0šRßkg{cG>‹ë}|b~›j–vI¹Ãd','',0,'?'),('Ò¦I­\\tÉÞ~\nòg','wp-content/themes/astra/inc/customizer/custom-controls/customizer-link/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','”ˆ½…fLUô§k4!ö','ÝíPÁ!Ô¨8aKu×•”lï¦Ä•ß —”ª}\rN8','',0,'?'),('…Ú9m=bFæðG·«1\"Ò','wp-content/themes/astra/inc/customizer/custom-controls/customizer-style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')³W™V´§#ìƒ}v\rB','š 0_[@XxiÐÅÙì\0®ìÖ¹›AMóÐYiÎÀ','',0,'?'),('ø«2JæùÐ^‘×4¦õ§','wp-content/themes/astra/inc/customizer/custom-controls/description/class-astra-control-description.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ª­þÝ™¿•óÝêôü*','ZYƒš¥äÝÌú;Q±º|þ?ÔŸç²¡ñU×Ç\\Y¬','',0,'?'),('¤Q,½:l~™¼„¢H\nˆ?','wp-content/themes/astra/inc/customizer/custom-controls/description/description.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r„:Swte\r×aÿÔÊ','òh×¯:$n%Ñ\n’[’»ïöH#Ëó UÑüL+{¾ä','',0,'?'),('Þp«Œï\\6fs8úä<¨¨','wp-content/themes/astra/inc/customizer/custom-controls/description/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','”ˆ½…fLUô§k4!ö','ÝíPÁ!Ô¨8aKu×•”lï¦Ä•ß —”ª}\rN8','',0,'?'),('îî* ð±Ù¶Õ?”\rdm','wp-content/themes/astra/inc/customizer/custom-controls/divider/class-astra-control-divider.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D´Ä ;BäqùÍ~ní³','¦4¾K¥=Ç¡œlw4/‰Å\"Í“CýÑ!g¯ò¹`','',0,'?'),('0ÃåküÃ´B[f×Úõ','wp-content/themes/astra/inc/customizer/custom-controls/divider/divider.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ˆhÜG|iÕ›Ú©/WÌ','µä\n)O4P¿éÁ¸nÿt÷æù“F]’CË”Ïé_','',0,'?'),('Þk£h ­@Ê+²Óáµ','wp-content/themes/astra/inc/customizer/custom-controls/divider/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','”ˆ½…fLUô§k4!ö','ÝíPÁ!Ô¨8aKu×•”lï¦Ä•ß —”ª}\rN8','',0,'?'),('\\¢M·É=——KžÄ0Ã','wp-content/themes/astra/inc/customizer/custom-controls/heading/class-astra-control-heading.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ëAEã@s?þaPXÖ«~','ƒÅY÷úNÆÐwOªù¨98Ùt«ÆO§£¥prêš','',0,'?'),('(9®^ß•Îõn¶Šä\nÑ','wp-content/themes/astra/inc/customizer/custom-controls/heading/heading.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','°“t—[“¡u\01!Ù;.ˆ','WðFê‡‰î%¼®½âŒ#åþcü,ú¸DaÎ\01','',0,'?'),('ñV”~Âž{pÚd²=?3]Z','wp-content/themes/astra/inc/customizer/custom-controls/hidden/class-astra-control-hidden.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ì—4€‰«hF/	%AmÓ','G´™ÉSz§¨„*AtK)UoÓòQaóX¹y:}œÜE','',0,'?'),('`«iÈkØ\0À,¥¯Òò’}','wp-content/themes/astra/inc/customizer/custom-controls/hidden/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','”ˆ½…fLUô§k4!ö','ÝíPÁ!Ô¨8aKu×•”lï¦Ä•ß —”ª}\rN8','',0,'?'),('ÄüúL%$G5G›ß>eÌ4','wp-content/themes/astra/inc/customizer/custom-controls/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','”ˆ½…fLUô§k4!ö','ÝíPÁ!Ô¨8aKu×•”lï¦Ä•ß —”ª}\rN8','',0,'?'),('âÊzãñ¾ˆ(U¥!F€iÈ','wp-content/themes/astra/inc/customizer/custom-controls/radio-image/class-astra-control-radio-image.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' 7}™½øq.óÔIgŠ4¸','«q£xŽž\rAA\'!ÝÅì%jæË6 ‚ªÒ&,…¶]“èf','',0,'?'),('t£ÿgæý!1=¿\0 ŽÍ••','wp-content/themes/astra/inc/customizer/custom-controls/radio-image/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','”ˆ½…fLUô§k4!ö','ÝíPÁ!Ô¨8aKu×•”lï¦Ä•ß —”ª}\rN8','',0,'?'),('Xàëc\rŠ`ÊŽÑÍ9…[†ø','wp-content/themes/astra/inc/customizer/custom-controls/radio-image/radio-image.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}‹›£\nr%\0Ò+gš-3sÙ','Ap¸„c·Më¯ãm_»7£Ù>½×‰wQŠQ»¹²ý¢|','',0,'?'),('\"Húa‡å»C\nPfzc','wp-content/themes/astra/inc/customizer/custom-controls/radio-image/radio-image.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' Üøä¹Ü\'XnJ9ø','fÂÉ‰¬)‘$Ð\"ÏnG”\rA€{Ì†ò(L@{îAì6','',0,'?'),('‘åsKï%·ÎÊÃ7I§æ/','wp-content/themes/astra/inc/customizer/custom-controls/radio-image/radio-image.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H­¾Y,‘øŠõÚc6ÒZŸ','!ÇS:Â”„\rÏTû¥Qiö“•Þ»QLõ]uÀ®•','',0,'?'),('=>ô%€ÇH_ôtÀÔN','wp-content/themes/astra/inc/customizer/custom-controls/responsive/class-astra-control-responsive.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U:OhÒôVsZ™8’%µw','C3Á2Û+\rq±¦êo	VB ¯F5\0T|êÇnÏ\"’','',0,'?'),('\"¨À<Ë?\\§Å8Â6JþM','wp-content/themes/astra/inc/customizer/custom-controls/responsive/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','”ˆ½…fLUô§k4!ö','ÝíPÁ!Ô¨8aKu×•”lï¦Ä•ß —”ª}\rN8','',0,'?'),('M[Àÿ~Lþ¤´ûÝ‰PÕ','wp-content/themes/astra/inc/customizer/custom-controls/responsive/responsive.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2Õ5¬½M,Èb¼º’´','”li¶ìlÁ7‰6ÅàO‹îÜ;ÊŠb†ùì¾(v¤¿è','',0,'?'),('Z°C±aMÓ¥à%Î±9Ð-M','wp-content/themes/astra/inc/customizer/custom-controls/responsive/responsive.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!iæÅ|ÌÄ\rÐ£~3á','¤YÒÂ<b0FF;Sœë@úáŠfªPìAF$#G(ÛCp','',0,'?'),('ì:­«î^ßÍÈkè}Ä','wp-content/themes/astra/inc/customizer/custom-controls/responsive-color/class-astra-control-responsive-color.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\ZchÔoÉÁôJE[àŽßU','çm¤!@=tK;Š×¥E:ª _]?ã£l¾ú²‰','',0,'?'),('¼oFýšŸÇÁ¡ö«öÃ­ÿ','wp-content/themes/astra/inc/customizer/custom-controls/responsive-color/responsive-color.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B†73?*‡À\Z2.½ù\\û','ö²é»±¸r	$U‹¹¡åß…r·ÚožñÏê”â®Ù1','',0,'?'),('°¨œžéÛKôbš;.<Dô','wp-content/themes/astra/inc/customizer/custom-controls/responsive-color/responsive-color.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¬éa87åé*`Â¥ƒq)','2ÖšÛÞaº š”à6ÿ*éœM&É¼^ÚòáPû$ö','',0,'?'),('+ÄœúÅ’¤Øñ†jþVù™','wp-content/themes/astra/inc/customizer/custom-controls/responsive-slider/class-astra-control-responsive-slider.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',xƒH:jFÊË”]\"†õf÷','Z«hW˜—8¶ïU(Ý\néØþB`¡ªÞ‚	‡ZÑ/öl','',0,'?'),('’<1õ:zÍôË·¦¼\'ü-','wp-content/themes/astra/inc/customizer/custom-controls/responsive-slider/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','”ˆ½…fLUô§k4!ö','ÝíPÁ!Ô¨8aKu×•”lï¦Ä•ß —”ª}\rN8','',0,'?'),('±c¡€Á“6hœ£Å“I','wp-content/themes/astra/inc/customizer/custom-controls/responsive-slider/responsive-slider.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<è*Ãø ÛjßF^Ó','(½$xOŽµ\n£úNñUK¹#Oíÿ`²»/ÈÊ(^\'ˆ','',0,'?'),('í–­‹VB¸Í¸ŽÞ¨Ààs','wp-content/themes/astra/inc/customizer/custom-controls/responsive-slider/responsive-slider.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','†–MY:Ñà¨MBÿ¸|Ë;','ÎïIŽÎ#NzÐwÔ”ùAøÉèuÅVÓ\nÒF<f','',0,'?'),('jo/¿É.¬=vO@ÌDf5¡','wp-content/themes/astra/inc/customizer/custom-controls/responsive-spacing/class-astra-control-responsive-spacing.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','åt03®e©÷LÍZ§y>ýa',':¦÷K6ãgokó?óòÜ/_gséy;{?ŸF“%÷','',0,'?'),('‰“ˆ0¤\n\n)ówJM','wp-content/themes/astra/inc/customizer/custom-controls/responsive-spacing/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','”ˆ½…fLUô§k4!ö','ÝíPÁ!Ô¨8aKu×•”lï¦Ä•ß —”ª}\rN8','',0,'?'),('y01ßÈ\ZÏÈÐ“È2','wp-content/themes/astra/inc/customizer/custom-controls/responsive-spacing/responsive-spacing.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q6ˆveT,·÷{ÐÆî¿','\0\rG0&¾šši×R8L=WóC?ˆD¯Ðìýy†Uª','',0,'?'),('ØF×EJe÷°î9&¨m®','wp-content/themes/astra/inc/customizer/custom-controls/responsive-spacing/responsive-spacing.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Žø¶²ÐÕ½1V1ï(Ùœ','^BL8†è•$ÆTüê«Ü¦¨ª…h{PÔ»Ë•Œe','',0,'?'),('Â2·‡üesÏç8®QÛ[8ª','wp-content/themes/astra/inc/customizer/custom-controls/select/class-astra-control-select.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','îJýl³ZBä Ãq›tîÁ','ij‚Äøq¦¸|ØüÂP\\ÃHÚ0—dò`c­T','',0,'?'),('µ6œ›,;}æLðc¿©HT','wp-content/themes/astra/inc/customizer/custom-controls/settings-group/class-astra-control-settings-group.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ïÇ\r\"/ã\'aæà½+\'4…`','1ƒì‡cuý)Âe¼2Åd^Ã‚[ü8iñe7îÑ','',0,'?'),('–:]ˆ\\_£ÀÝíÌ‚zTæ','wp-content/themes/astra/inc/customizer/custom-controls/settings-group/settings-group.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','œ(\nSjÈPí–­âŒ£','«CÐ”ûÇ$¯åg@¼¨è¿üPãà;<¶A»Ñ@%e[','',0,'?'),('˜/öfª«f¸\'õU®ÉÐ','wp-content/themes/astra/inc/customizer/custom-controls/settings-group/settings-group.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4ª}\'2ÜŽ1»of!w','Žï¾O0>vÊÐV‡,Õ±ù(·ýq\0«B6¨H·','',0,'?'),('Œ³VéÓ‘\r.o³{\Z','wp-content/themes/astra/inc/customizer/custom-controls/slider/class-astra-control-slider.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','™XoôtÄÎfPõ›Påþ','‹ µ+ÌÙ”q×_{ý´:yk×ùË].þölùš','',0,'?'),('S\r÷žFøÉ/‰\r¥','wp-content/themes/astra/inc/customizer/custom-controls/slider/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','”ˆ½…fLUô§k4!ö','ÝíPÁ!Ô¨8aKu×•”lï¦Ä•ß —”ª}\rN8','',0,'?'),('Í ßû¬ËÉc¼|°U´t','wp-content/themes/astra/inc/customizer/custom-controls/slider/slider.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','fœ½ÛUW\'2m³„Öÿ','‰mòmÞèÏ;‰øú ›9šÓ%Í®¯ôæ/ìÝT‘w³','',0,'?'),('‹YÞXfÎ—=áclš™-Æ','wp-content/themes/astra/inc/customizer/custom-controls/slider/slider.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','º™Ö(Œ+/8¢l ¯˜¥·','¤ú»\"pÝ„,Ku$eÍ}ð¨aÃ?Z·Ìd…\rÙ\\£','',0,'?'),('¶2X_ÃN£Šª¯~õD','wp-content/themes/astra/inc/customizer/custom-controls/sortable/class-astra-control-sortable.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ù\Zr4D3cƒa#ÿ…È¼Ž','’?H¹xZ¨^;ã/íçERSYd,ýÞ÷óç0KGU‰','',0,'?'),('Å¸ô»Y‘¦	oÃ‹±','wp-content/themes/astra/inc/customizer/custom-controls/sortable/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','”ˆ½…fLUô§k4!ö','ÝíPÁ!Ô¨8aKu×•”lï¦Ä•ß —”ª}\rN8','',0,'?'),('%)u8•A@&zî&yÊz','wp-content/themes/astra/inc/customizer/custom-controls/sortable/sortable.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‚µ¨¯ÞïþÞµ°•ôm','5hlyóºÊ¾¨jýx{`öÙÄñâ?ËŠ?J=S›K>','',0,'?'),('71‘ÜÆŽ¯÷Û0¯­	ê','wp-content/themes/astra/inc/customizer/custom-controls/sortable/sortable.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÕJhg%*|9Ó÷”Î?_ê','RÎ8]uœ‡0		¸4¹‰{€5…n7Ke¢™t¡ÉvIü','',0,'?'),('Ð¼¤çNe…ëì²^»Q!f','wp-content/themes/astra/inc/customizer/custom-controls/spacing/class-astra-control-spacing.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','–Y¹‹Øß¶/¤z”ÇÞÄ','C€eMøüYo6Íç£4uöò$€ã—	S5„ižF£FY','',0,'?'),('°?.£½nñû¼i/Œ•','wp-content/themes/astra/inc/customizer/custom-controls/spacing/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','”ˆ½…fLUô§k4!ö','ÝíPÁ!Ô¨8aKu×•”lï¦Ä•ß —”ª}\rN8','',0,'?'),('ïû4(Oð’—9ßÖšñ','wp-content/themes/astra/inc/customizer/custom-controls/spacing/spacing.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','©£ÅØ°ˆb°’)¥GÔë','|U^0ÿ“CH4âÇè/L\nûx\"my1VÐþ#®Êjñ','',0,'?'),('o\nuXô\'*ƒÐU¸°°','wp-content/themes/astra/inc/customizer/custom-controls/spacing/spacing.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':«o7†Nøózé-YÊs½','·Œî2ª–£î3¹tJ‡-„màvÇb¨k	„æŒì‹/','',0,'?'),('`oB\'…•Û !~«…Ðsj','wp-content/themes/astra/inc/customizer/custom-controls/typography/class-astra-control-typography.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Õv¶ÄŸmY…”ÀªÂÚj','@€•¤O¿µd`©-“xã—\\‰ÄK}µž`¢vT?Ó','',0,'?'),('ç¼Ö3AŸ4‹âã,¹ü ','wp-content/themes/astra/inc/customizer/custom-controls/typography/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','”ˆ½…fLUô§k4!ö','ÝíPÁ!Ô¨8aKu×•”lï¦Ä•ß —”ª}\rN8','',0,'?'),('6ÆÅ¬\'<¶ûoyšb®','wp-content/themes/astra/inc/customizer/custom-controls/typography/selectWoo.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=¶Ç¾Ã;Í{±£o¥\'†1','e$þöb%†U •DÕ²ÔÊl+€×\n›åÝáFîô','',0,'?'),('}t\ZŒ[	5è\0 üYàN','wp-content/themes/astra/inc/customizer/custom-controls/typography/selectWoo.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ž+ä|TJÛÁã#±þ','ð6‚ž6@|­W¤k„`S?ÖK×=åcâÅžI òüñ¥','',0,'?'),('ßRHØ5ù%4Ï)n©45\'','wp-content/themes/astra/inc/customizer/custom-controls/typography/typography.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','WŒ™!\Zý,ÿ\ZYJ\0#mJ_','{ûjRá¶¡¬ã¹%	ËCÎÝbƒõÖçY}±H/ï)&½','',0,'?'),('¯>Ý\rmäÐ;/ês²‹8¼','wp-content/themes/astra/inc/customizer/custom-controls/typography/typography.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']\0ì@2….\Z¶EzFàp=','Z‰e>Y˜pkRôù×v !@À¡À¶éç~ÙË¶j5','',0,'?'),('ýÒàI`Æ^Qbuÿ¡¹È•','wp-content/themes/astra/inc/customizer/customizer-controls.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M+cÝ›ŸçÂŒ¸ø6','µÚÌSãŸ`{«T¯¼œ®›-Þ+LÅûÔ2Øn²`z','',0,'?'),('hçfP¿Ô3!ZÍÇ84I','wp-content/themes/astra/inc/customizer/extend-customizer/class-astra-wp-customize-panel.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','”3úó1ùIŒ;IqÒ','Ÿ!õ­ùZ88y|\rË\"Kˆ²h}\nÛ\naÂ¯2a','',0,'?'),('9V­ù€ÑFÎû¸®ðcNxÎ','wp-content/themes/astra/inc/customizer/extend-customizer/class-astra-wp-customize-section.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','„–öß:Š\\±«X¥Yù','-Tç)¯mmÁûò2E5`(rs•ÌÚúŸMÎ1£¡Yð','',0,'?'),('Kš¯ÜAr)6;Ü±B¼¾','wp-content/themes/astra/inc/customizer/extend-customizer/class-astra-wp-customize-separator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','cz9œs?§@š²\n','M¼}É5 ù¿ž¾È›«¦¶†|É;çì¦¨Æ˜¨N\"ßp','',0,'?'),('â¸Y•K.DÇ ‡.ƒN','wp-content/themes/astra/inc/customizer/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','”ˆ½…fLUô§k4!ö','ÝíPÁ!Ô¨8aKu×•”lï¦Ä•ß —”ª}\rN8','',0,'?'),('RPïî98“‚?Zˆ%(','wp-content/themes/astra/inc/customizer/override-defaults.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','UøÚE—= çY•%¾\0ï–','±¥5®6MZ£-sˆ—æ„¡œ?cHKkò@|6¯¾š','',0,'?'),(' ‹vÄë˜±3MŠc±Î','wp-content/themes/astra/inc/extras.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','FÏHáŽ:ÿ÷v,iîmX','H*\nŠÐKàÉ §X>S¦âË¨\nmÐA,qYóÕ“','',0,'?'),('¬w4Uäù³+·÷7ç7õ','wp-content/themes/astra/inc/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','”ˆ½…fLUô§k4!ö','ÝíPÁ!Ô¨8aKu×•”lï¦Ä•ß —”ª}\rN8','',0,'?'),('Hî•¡=«B+¦¢ƒëÃõÛú','wp-content/themes/astra/inc/lib/notices/class-astra-notices.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4Œ¡>{¹ˆû!3/>]P','ä#¡èË¤Â=(W(éGÂÝa€ìžf¨ìo1L9','',0,'?'),('ÉqEû\0s]è·ÕF\')','wp-content/themes/astra/inc/lib/notices/notices.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ü/pÄËÞhçÑsR;Â4§','ü/|\\x¹1ë}þRÇlß\"û‹oŠü¸‰ŒùÕ´ØÎ‡','',0,'?'),('¿b—Œô­E):_j/pç','wp-content/themes/astra/inc/metabox/class-astra-meta-box-operations.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÙÙ¾åìzú[îü¾Ú€Â¼','“ñ­ˆô3rþba+»ŽÏ¢„)œç±:úX®Ó','',0,'?'),('Õ£«a…›\ZõÕ7›2z ¬','wp-content/themes/astra/inc/metabox/class-astra-meta-boxes.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ïLˆdìmH½øäÙˆš','¿).©Dï{^’ä±fü„Y‘B6dœ[±\r-üK›oÀ','',0,'?'),('Ì²„6špéƒˆš[b','wp-content/themes/astra/inc/metabox/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','”ˆ½…fLUô§k4!ö','ÝíPÁ!Ô¨8aKu×•”lï¦Ä•ß —”ª}\rN8','',0,'?'),('^eÊ‹n7Êä«kòÍ„œ','wp-content/themes/astra/inc/template-parts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','àhI·fÙ¦ÒŒk¬,œ¥\rú','ƒÁÒÐÐ4êO+(\0¨›ÑgX…eçwìô7…`õã%R','',0,'?'),('åd—{Ã”!u+p£h²','wp-content/themes/astra/inc/template-tags.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.·>k%Ç¶ŠÆf›ÞvÊ×','Ž–÷ýãÜ˜Ðêø\\Øà\\ +/»_!#Æ©˜Ì¦}UÖ','',0,'?'),('dCŸ>\0Ï7ÈÒä>4Å','wp-content/themes/astra/inc/theme-update/class-astra-pb-compatibility.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','±òóQA‡dÒ’oæY‘','Z¯‹+í>ËYc=Ícÿ\ZKjÄ¸¬ÌÔ°cÈ(','',0,'?'),('66h	Œò)*†Ý,_¡î','wp-content/themes/astra/inc/theme-update/class-astra-theme-update.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I‰E¬ç„Ò,.t5(¾¸','ð|xÇ(a,*…½AZMöÌ+¦Òéö2ÙÙÌ‡›Ëˆ$¦','',0,'?'),('×˜´“6ÙPŒbš«|ŒjÀ','wp-content/themes/astra/inc/widgets.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','õ3YKò8ÉC-jç%!¸:','ŠåØ˜ôw¶×Î4¤\0©2¾-Ê$ê®™Èw\"ÆY','',0,'?'),('gÏŒšTäá‰¨[×ATo-C','wp-content/themes/astra/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6Î›¢Yß[ÀM+‹&^¨õ','WI>çZZ×Ÿ™¦€µ(ðêmB–ƒ#µ„}Á^;','',0,'?'),('X€d›Qƒ3k_	˜e;	','wp-content/themes/astra/languages/astra.pot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','î*]®äy~o»ñPuVÉ W','¤¢}kúÏçV»h‘Û )W÷–¸rÎ‘M¼wF','',0,'?'),('K&¯ëK\rèÆƒþ2Â','wp-content/themes/astra/page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ì|´å]¡<ð»CU7L','8¥½dbÆ:á3Âƒ,ô…E–Îì±y¯ZÍ6þSÃ‹rT','',0,'?'),('Ð”É¢óET²MäJ.š<','wp-content/themes/astra/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X¢KÝ(¾œ¿\"ù/',',ñ8Ö/‡tU¹›c‡EqT´Äˆ?ßØœuH^×#ÚlÔ','',0,'?'),('ctù£NÖ&Âö³ÊF','wp-content/themes/astra/screenshot.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÉÍÈôôãOOMo°¹Ú','‹46ö³xá·å~fÔ$Áó•	îÃóžÅ-½›´û?\"m','',0,'?'),('#f‹6it{ý¿¥[ÏIt','wp-content/themes/astra/search.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','€2»h”eÛlžl;ÙÀ*•Ô','nTÑ„²2CÞv{\rÞsgžáßÑ]ãú0cT	× áòe','',0,'?'),('9tÑ†u–5ìp„s¬\n','wp-content/themes/astra/sidebar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3J.œßôˆpÊ˜÷Çƒ¨ÝÆ','0¯ Ò¨¿ÐÄÓMÊÄ8™ÐgOxcåÙ6¸q>vQ-uÂ','',0,'?'),('5©T¯ð¬iÞuùOú','wp-content/themes/astra/single.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=”¢#è/K B¶	d´¢Øû','<y¦R&¦\r}*I‹§Ò_¡òÎ‡þ›½ ˆmŠ ','',0,'?'),('‰s\nÐ.×#”ë¸€¸a','wp-content/themes/astra/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ìke‘™å#›š£','t0æÚÎìßáÏ†Ây¾gÕ¯£˜\'¡zâä|¸)','',0,'?'),('p(¬ßÃó©¢ð‘Èq«w','wp-content/themes/astra/template-parts/404/404-layout.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ð¹SÌ~9é]GÓ÷j]','}½FesèÚ©LÞ\\Äu·yŽ7Ù4F2~:‰m%çx& ','',0,'?'),('R$H…+è¨\0*øî#3/','wp-content/themes/astra/template-parts/404/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','”ˆ½…fLUô§k4!ö','ÝíPÁ!Ô¨8aKu×•”lï¦Ä•ß —”ª}\rN8','',0,'?'),('ŠU?>>þfY²8ÚP	L¯','wp-content/themes/astra/template-parts/advanced-footer/layout-4.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','— —Ìu8©ž`pC','¸.\'ÄÁÏ=ß@¦Ïà<7ò®ó®”jû£L7«`—^ÖIÞ','',0,'?'),('X÷Ï9Rýwœ®;îÿº¯','wp-content/themes/astra/template-parts/blog/blog-layout.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d6ÎÍÒ3ÛFƒ\\‡ô¬^','mŒÇÖÔæº¦Î/Lø™†ÇVjdP\'¢ÀAsYpì\Z','',0,'?'),('õå¤ò÷‡OÅÍ*Þl\'ž','wp-content/themes/astra/template-parts/blog/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','”ˆ½…fLUô§k4!ö','ÝíPÁ!Ô¨8aKu×•”lï¦Ä•ß —”ª}\rN8','',0,'?'),('¡{5|–fÑú+l\\P/è²º','wp-content/themes/astra/template-parts/content-404.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ž=\'äÓUjösÝž¿çä',' Óë~?õqÿOiIï³½Ø¬&Ï·Êš—aûêLÄ','',0,'?'),(']B‹»bÜ6åÂD¶ëdÚ','wp-content/themes/astra/template-parts/content-blog.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ù$oZ‰3Ñ“P.xA\\¢æ','H\"Â#)\rÕA¦UJÍŠÝï´3Ô¤Í‚Ï^Í S£ãÿÜ','',0,'?'),('¹ÅÉÌ#Ûé°+HVKx=å','wp-content/themes/astra/template-parts/content-none.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Õ,ñ‰m?%?2¾Ü¦;;¹','\0²€%Ï]IªáÀ‰Ï|»YÆ¯IvÝB‘ZÑ8±ÓV','',0,'?'),('ÝNchrYMíÌºO—®q','wp-content/themes/astra/template-parts/content-page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L¸íµ¶.\Z½Yj\ZCy','{|©*þOÍÒ+­–£ënA…¸×îr\nÅPõ%J¶.ß','',0,'?'),('¥”Þù¹7:è¹újàÖ','wp-content/themes/astra/template-parts/content-single.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Œq“ÒFd^˜šÔù\Z•L','Öý4M–e‘·c.—ð¿{9èÎp;o\\šØ”3ž€','',0,'?'),('\ZÙˆY·˜ÛÓíÒñœõS','wp-content/themes/astra/template-parts/content.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	Aº_hÕoÓ‹«<zt','Yú«LÎªekî@ƒ”e™Ï¾vCƒY=æ…‹IÖã','',0,'?'),('œÐ.ƒT1óTVp\r™qO','wp-content/themes/astra/template-parts/footer/footer-sml-layout-2.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','›rQICXO ¯‚–	Ýe','á~Aà½õÒ@n÷ÁV[¡=#[éŠH”t|›WO0','',0,'?'),('BäMŸ G\rô§‚¡”(ŽŽX','wp-content/themes/astra/template-parts/footer/footer-sml-layout.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','pŠRêS_ˆµ¥]Ë¨>§Å\'','””é^ã“Þ‰î¶éœ¹¹Q±ùŽu1ó%OËM«ä¯','',0,'?'),('Íûñ3}Ê›Ïàó!6\0è','wp-content/themes/astra/template-parts/footer/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','”ˆ½…fLUô§k4!ö','ÝíPÁ!Ô¨8aKu×•”lï¦Ä•ß —”ª}\rN8','',0,'?'),('yfÇÁ8ŽÝ*”®Î0¸M#','wp-content/themes/astra/template-parts/header/header-main-layout.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~Kó°	¹ükèÒˆ•s','	*ËXÀIR¸ßˆåc_îãÌ¦ÂðºÍF¶ìö6€l ','',0,'?'),('V`ž»³×·ï…\'r#Ž ','wp-content/themes/astra/template-parts/header/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','”ˆ½…fLUô§k4!ö','ÝíPÁ!Ô¨8aKu×•”lï¦Ä•ß —”ª}\rN8','',0,'?'),('ê¥ƒÐÀE–‡¢›×è¡™L','wp-content/themes/astra/template-parts/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','”ˆ½…fLUô§k4!ö','ÝíPÁ!Ô¨8aKu×•”lï¦Ä•ß —”ª}\rN8','',0,'?'),('HÊt*±cçQÉ…‘Ð+Z™','wp-content/themes/astra/template-parts/single/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','”ˆ½…fLUô§k4!ö','ÝíPÁ!Ô¨8aKu×•”lï¦Ä•ß —”ª}\rN8','',0,'?'),('XdÎ>®„·ùÂð7oÌþu','wp-content/themes/astra/template-parts/single/single-layout.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ð²X_F³`>Û©7tVê†','é-B£ïà˜lp¿µß«äzöR-\0Ë>Á<—ø','',0,'?'),('E‚S«ÅoíaqÊ¾·»','wp-content/themes/astra/toolset-config.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z„÷?lÂµ8ônêÄÅ­Æ','kˆÏå–*çÖVñÍ·îºáÉ¶&·’ÌÎ\n,h','',0,'?'),('Žšƒ¬JÌ}F·ßE\0Þ9³','wp-content/themes/index.php',0,'gD,Vë§=\\ÆbP','gD,Vë§=\\ÆbP','k‰À—~	¶½UH\Z¥ÖxƒPêÛAÌ„¢ú<¡ž;X¨','',0,'?'),('ŠÍÓ2rì‰/ã™FC^ö¯','wp-content/themes/thrive-theme.old/404.php',0,' {Ã¨±…Ë\Zˆö%â%',' {Ã¨±…Ë\Zˆö%â%','\ZŒxüèæº©–7Ü9Üh¢ÁxöàÊ\nÎó§^±','',0,'?'),('8»ííN™¢ÿtZ”Om','wp-content/themes/thrive-theme.old/architect/admin/assets/css/fonts/tcb-admin-icons.svg',0,'uê…ÆøâgœñF[³$f','uê…ÆøâgœñF[³$f','HGÐëÑUÈÈ[ÏÈ.èv)dÅz³ŒÔoâ-¼†ˆMO','',0,'?'),('šf¿\n	BÎ(È','wp-content/themes/thrive-theme.old/architect/admin/assets/js/tcb-admin.js',0,'ß’[F\"&?J¹òˆo','ß’[F\"&?J¹òˆo','aùµš9TÑEq‚Èy;FêëU¼cÿbÕú‘Ú—ÜW§â','',0,'?'),('Rq²m\'Ï½ÖÄ³ŸÍ','wp-content/themes/thrive-theme.old/architect/admin/class-tcb-admin.php',0,'Ý%òfŠ\n¼ŠåqºÍ‘‘u','Ý%òfŠ\n¼ŠåqºÍ‘‘u','lsÌ‹­;0²N¥ÈÅÑ›ùä³Qæ)Ž¡b\0À)','',0,'?'),('(.¬—¡QHÎÌœMŸÇ¦½','wp-content/themes/thrive-theme.old/architect/admin/includes/class-tcb-admin-ajax.php',0,'dõ„ôÆ\"ç\Z¦o¹R·Þñ¯','dõ„ôÆ\"ç\Z¦o¹R·Þñ¯','<Iø&(ÃFïH^bAƒôŽ¶˜æGyœ,Ë³/ÊS','',0,'?'),('ˆÏúkÓ\"*f¾~CKà~‡','wp-content/themes/thrive-theme.old/architect/admin/includes/class-tcb-product.php',0,',,!7ßÑJÁºÿª½ ',',,!7ßÑJÁºÿª½ ','”†©ªÖUÞ]%¢€pÙqÖ&L:ÝÏßñÃÄ‰ƒu','',0,'?'),('h,&bkn©Tg¤åt,','wp-content/themes/thrive-theme.old/architect/admin/includes/class-tcb-symbols-rest-controller.php',0,'L¾¶/Œ²=I“©K¾É\"v','L¾¶/Œ²=I“©K¾É\"v','®\Zé­HÚXÂqT®9 êÐq&UJïc½.+l+í','',0,'?'),('K\">i ªÕŒà\')í¦æ','wp-content/themes/thrive-theme.old/architect/admin/includes/i18n.php',0,'m	Y4¦{\Zï\nî„7I','m	Y4¦{\Zï\nî„7I','xíw>ßp™jHÎD-~ÈÐsA=wâÙ(\rÐ„s_','',0,'?'),('	N†–@²üxE@ízOä','wp-content/themes/thrive-theme.old/architect/admin/includes/tcb-admin-functions.php',0,'}\rs%ß,}‹.‰¾ð ','}\rs%ß,}‹.‰¾ð ','oOÕÖ‰NW…‡oiÜeøö0ß¼vC•ý™ñ‡3','',0,'?'),('m\r¨cÈÙ×ÚÎl#Õˆ3#','wp-content/themes/thrive-theme.old/architect/admin/includes/views/dashboard.phtml',0,'Ô²n1wf{.$Xýâë)','Ô²n1wf{.$Xýâë)','ÈÃ}‡_§£Ã`“Yý‹ÌŠ7hq[J5;?5Ì','',0,'?'),('Ù–ù·ìö¶¶:Tûi','wp-content/themes/thrive-theme.old/architect/admin/includes/views/templates/breadcrumbs.phtml',0,'C³ÑHgJ÷½‚½¥','C³ÑHgJ÷½‚½¥','‰ÓüÕó‰œÝÛ2¨2/7e…¾]€úhd´ÖJ\"@˜','',0,'?'),('cÒuA0ù^?g¥%)ÿò','wp-content/themes/thrive-theme.old/architect/admin/includes/views/templates/ct-symbols.phtml',0,'ý®õ™Ú¢ÐÓ§«Ì¥#\n†','ý®õ™Ú¢ÐÓ§«Ì¥#\n†','ùRflxnWÙÂÍrüqûÂÎ5Tã²óöF<úF<Ç','',0,'?'),('YmüDçG\ZçvóVÐyð','wp-content/themes/thrive-theme.old/architect/admin/includes/views/templates/header.phtml',0,'„ªæ-éä¤–ÔaYèÓè','„ªæ-éä¤–ÔaYèÓè','j½©È+–¶°^Çœ”€²Ù–Ç\nœ«û“\"’G\'TS','',0,'?'),('ËôŒ¹Ùó«¬IbÞ¡ª#£','wp-content/themes/thrive-theme.old/architect/admin/includes/views/templates/modals/delete-confirmation.phtml',0,'µ‹þ´Ÿ2¯>˜\nå[ht~','µ‹þ´Ÿ2¯>˜\nå[ht~','ˆCnb>ÙòƒgŽÍAS’Œ7œÒ[jÖµ6þ”}Œñ','',0,'?'),('±‰?ä8H¬…õÍ<Ò','wp-content/themes/thrive-theme.old/architect/admin/includes/views/templates/modals/modal-create.phtml',0,'-	|7þVF-}“v©ý','-	|7þVF-}“v©ý','òøJlÃõ‘‰ÏouÍPôñX¶Ôò‰`\"*°óÁ«‰¼','',0,'?'),('gI¼öŠUE1Ÿx#ZÌ','wp-content/themes/thrive-theme.old/architect/admin/includes/views/templates/modals/move-category.phtml',0,'fO*4qf†\ZÞ²€ËSV#²','fO*4qf†\ZÞ²€ËSV#²','­Ÿ…;ž›óM&\'ÚðÄ\"òFe;ò°xÕÞ¢®ƒO7','',0,'?'),('¹—$.ÍˆP!rgÏ£','wp-content/themes/thrive-theme.old/architect/admin/includes/views/templates/modals/move-symbol.phtml',0,'Pv;¨}kþÊŸ¶æÑqèÖß','Pv;¨}kþÊŸ¶æÑqèÖß','eôéB4¿<ÞÈ!„A¯‘VÓìuJðäÐ¿‚ƒ','',0,'?'),('Iµä-=ƒ€£‘€(!×¼','wp-content/themes/thrive-theme.old/architect/admin/includes/views/templates/modals/new-category.phtml',0,'%•@;â|!‰ÝUß—r“','%•@;â|!‰ÝUß—r“','ÃÈL â*m1 ì¹N‘òšÓ3¸r\\£‹k¦?ž¨ê€~','',0,'?'),('Ú§&lv`ÞlmæîÖ…Œ','wp-content/themes/thrive-theme.old/architect/admin/includes/views/templates/modals/section-modal-create-item.phtml',0,'ÎÝkœÍEL°Òì÷^ŒãÝ','ÎÝkœÍEL°Òì÷^ŒãÝ','l:-øã<ÕµóòzŸpÔDró•¸­;c2åö3tê,ý','',0,'?'),('€´ jF X.Àpu^ˆ','wp-content/themes/thrive-theme.old/architect/admin/includes/views/templates/modals/section-modal-create-step-1.phtml',0,'Íçàè$T¶^¼|G¨+~','Íçàè$T¶^¼|G¨+~','ê%0ªŒùcÖ0I•èwƒa7Uû®%ª¯«ýí','',0,'?'),('_A\Zv”Æž¦xŠK³(¾','wp-content/themes/thrive-theme.old/architect/admin/includes/views/templates/modals/section-modal-create-step-2.phtml',0,'.R%[G£ÉF¬Ù8','.R%[G£ÉF¬Ù8','ªÉ%Üç@:þÇYP¯I\'ºOHú,šÚ,¢´¢¤L','',0,'?'),('×žk»áµ¤ì#äýOê…','wp-content/themes/thrive-theme.old/architect/admin/includes/views/templates/modals/section-modal-create.phtml',0,'ïÞ¦ÎI×þ šëè@[bµö','ïÞ¦ÎI×þ šëè@[bµö','âîôUèÉÂÞ îMÜ4>bÈÍÚˆ„ŽÉ¸(g¥ÓìÓ','',0,'?'),('³_|?åÝMpÕ±÷ÚüwÙ','wp-content/themes/thrive-theme.old/architect/admin/includes/views/templates/modals/section-modal-message.phtml',0,'°¡\0GZ!»/ÚŸ´Ó\0~','°¡\0GZ!»/ÚŸ´Ó\0~','­Y¶Ý÷mÀ’së¯2+[·ÖÀAw6ž)£­N','',0,'?'),('Ü/ÁíÒ»ÈT~…›','wp-content/themes/thrive-theme.old/architect/admin/includes/views/templates/symbols/categories.phtml',0,'r‰®QEÄ´ËòÞ[ì7o','r‰®QEÄ´ËòÞ[ì7o','³\rZ^Xu´;mË³ÌîÖ{†\\¥\"DIë†À=','',0,'?'),('í(ªzEBBÐ+W€s]','wp-content/themes/thrive-theme.old/architect/admin/includes/views/templates/symbols/category.phtml',0,'â~E­ÅêÅLå©<ÙPT]','â~E­ÅêÅLå©<ÙPT]','‰—ŸP5\"él¼ä¥?uã½¹Hæ\r±q:–-Žà/y„€','',0,'?'),('Ù¦}r+$7Ü1½KÁâ‘è‡','wp-content/themes/thrive-theme.old/architect/admin/includes/views/templates/symbols/container.phtml',0,'†&Kn.\n‘ûa–Òî¬','†&Kn.\n‘ûa–Òî¬','CÒÕRô{œäÃFxó8¯´E$|!ÍCsLC','',0,'?'),('/]óº¡*z¾ãŽ$¤+¹Æ','wp-content/themes/thrive-theme.old/architect/admin/includes/views/templates/symbols/create.phtml',0,'Ú°,wíäGžü©¿Ñ±','Ú°,wíäGžü©¿Ñ±','9zJS55Ÿ ¯ÆP]äQŸÍ=9Vb>8û˜ª¦','',0,'?'),('Ä\r,C\0çcL´\nÝÑe÷','wp-content/themes/thrive-theme.old/architect/admin/includes/views/templates/symbols/item.phtml',0,'u‹#?²@J/	U=ƒûÒN','u‹#?²@J/	U=ƒûÒN','¸^ÂüKbÅá\r,ït\nsVojÁôRÇ‹ÊHü”Û','',0,'?'),('ººELt>+†“l€ðøæ','wp-content/themes/thrive-theme.old/architect/admin/includes/views/templates/symbols/list.phtml',0,'	îÌV¶´ ½®ûóbÍ','	îÌV¶´ ½®ûóbÍ','¥ö×Ý eŽ¬2ØUæ…A$ózo9¾”Í=!','',0,'?'),('(áVµF¥ÑÕõl”¶Á','wp-content/themes/thrive-theme.old/architect/admin/includes/views/templates/symbols/save-templates-error.phtml',0,'*;ùïFx‰…©Å‹Â·ª/','*;ùïFx‰…©Å‹Â·ª/','n§h› •FNüó.#«±~wŒé•åÍ¬;xUªs','',0,'?'),('{ÚVrû!9ppS…&áPd','wp-content/themes/thrive-theme.old/architect/admin/includes/views/templates/symbols/search.phtml',0,'Íñ”7ÜÎø/¸%…a\\¾','Íñ”7ÜÎø/¸%…a\\¾',')S.fH\"Ÿþ‘­¬ð¯I¤Téó²–G[,dMÊêR','',0,'?'),('\nÁÑŸ¶óæá|òåÉæÈ','wp-content/themes/thrive-theme.old/architect/admin/includes/views/templates/symbols/section-item.phtml',0,'*´¬ˆà¿XöÄ2³\Z','*´¬ˆà¿XöÄ2³\Z','U­—¢]NAzŸU\r\'‡l¸O’ØSS‡W$W','',0,'?'),('ÐrÇ‚I1ä>\'…FÑ‹üÜ','wp-content/themes/thrive-theme.old/architect/admin/includes/views/templates/symbols/sections-container.phtml',0,'Q¨OéíRê}æ!ÀnB„','Q¨OéíRê}æ!ÀnB„','S\0„µœñðsÅ`ÒÄm#`wŒ·	­74\\‡UÖ\naþ','',0,'?'),('Iúbáhq)îd\"+Ÿ2^','wp-content/themes/thrive-theme.old/architect/admin/includes/views/templates/symbols/sections-list.phtml',0,'Ôü‰è$ˆiãy©ï$J2','Ôü‰è$ˆiãy©ï$J2','7\Z°J7\0)÷í«2Z¥K8ëÃì¿tMŽn—÷›‚','',0,'?'),('•Ú³#×r|õD^˜ÌPw†','wp-content/themes/thrive-theme.old/architect/admin/includes/views/templates/text-edit.phtml',0,'À6\ràzâJÜd>½Á','À6\ràzâJÜd>½Á','ì!NÕ¬†jÅ²µOùËÜ¥—ãžÉ’ãåÿBpòx','',0,'?'),('[Dnµá–QP:Gþ”¨¥','wp-content/themes/thrive-theme.old/architect/admin/includes/views/templates/user-templates/c-item.phtml',0,'­;‡ŠbáeûR£QûÓt','­;‡ŠbáeûR£QûÓt','p¹;~bŽðäYêµM“«]ª=,:¿êá¤úwS','',0,'?'),('´)çÈÒiçÏü:½·ÓŽ','wp-content/themes/thrive-theme.old/architect/admin/includes/views/templates/user-templates/item.phtml',0,'ÝÁÿb¸ÕDÇ\0Â…çÇ$','ÝÁÿb¸ÕDÇ\0Â…çÇ$','¢ª—á¹ÂSØõõ`Í-{Hñ{G0#û”êY¥t\r','',0,'?'),('[Ä¼§9_^IùJw†3i(','wp-content/themes/thrive-theme.old/architect/admin/includes/views/templates/user-templates/list.phtml',0,',-ü?ûO3å8Q*$6',',-ü?ûO3å8Q*$6','yÜAÅµ½‹o\"Ì‹µŠ»ÃÎ‹–T8øìçÖ}','',0,'?'),('#ßoNì®3¨u[Æ¨','wp-content/themes/thrive-theme.old/architect/admin/includes/views/templates/user-templates/t-item.phtml',0,'\\ð£Pk;=ö\"þÀ;E¦','\\ð£Pk;=ö\"þÀ;E¦','„³ºmD<JâÔœahí÷íNr7-nË>—ª[ü','',0,'?'),(']&ì‰²àh+¬qf~Š³FÖ','wp-content/themes/thrive-theme.old/architect/db/fontmanager-1.1.php',0,'É@µ¢í¸ZmîCÇ¼f','É@µ¢í¸ZmîCÇ¼f','y‹TûÙ4,y/1+ü|‰[<Å‘îMkC#\r','',0,'?'),('*:¸¼C1›çÞÃÒòFú','wp-content/themes/thrive-theme.old/architect/db/index.php',0,'«¿˜™ÆÌñU¹b7´üÖ','«¿˜™ÆÌñU¹b7´üÖ','ÿ~4¨ÐÆEü+½àº£ŽFFc°«·~«oîI&ƒÃ','',0,'?'),('Ç…½ýuÛ‡Ý1DGv','wp-content/themes/thrive-theme.old/architect/db/install-1.0.php',0,'±×{>ß0,S>cò:A','±×{>ß0,S>cò:A','DºeÕl‚ï>Wà;ŒTS¾7!°½þhøÐãÎÀøa','',0,'?'),('Žô‚.ådcSä}²–øœ','wp-content/themes/thrive-theme.old/architect/editor/css/fonts/control-panel.svg',0,'nAE(*®M@8ù~™í','nAE(*®M@8ù~™í','7gî^-ý2†/ÞîÇz²5™Æ_xÝ8Â†Ðt• ¾»¹','',0,'?'),('P€¨Y€‚¬–ZWŽNú¶IS','wp-content/themes/thrive-theme.old/architect/editor/css/fonts/editor-page.svg',0,'¡	4}Æé®²©Øsü‚','¡	4}Æé®²©Øsü‚','=Á½ÆÃ¤døe¤”jŸê© Oröoë04™C£Íì','',0,'?'),('“1Ù-!œh	°·OúaU6˜','wp-content/themes/thrive-theme.old/architect/editor/css/fonts/font-awesome.svg',0,'`¬:œÅù ×t­\'Yw¸â','`¬:œÅù ×t­\'Yw¸â','j`À(«¿m\Z9Ó-Ï OÒwƒ÷°×M74ðô^ý–','',0,'?'),('Í6&\\ÜDiØ—Ûûºy%}','wp-content/themes/thrive-theme.old/architect/editor/css/fonts/thrvicomoon/icomoon.svg',0,'–RûF\Z˜òhâ¡„‘G|','–RûF\Z˜òhâ¡„‘G|','“Û·YB|ëq*®%p­6ZEórÍN¢\r;·xÚSŠÓÈ','',0,'?'),('\ný÷°®º²Ï—$úgUp','wp-content/themes/thrive-theme.old/architect/editor/css/images/angle-down.svg',0,'e\\ò¤}–ºdˆøGÖ‚\\','e\\ò¤}–ºdˆøGÖ‚\\','5˜g_x”—8ï¸¨fƒ»@Ü>0”ÄØ2·»¯zz¾À','',0,'?'),('òDXºBJ¯æä^\n¶#Ø','wp-content/themes/thrive-theme.old/architect/editor/css/images/angle-up.svg',0,'´÷E§ÈÍéôÉGª.','´÷E§ÈÍéôÉGª.','èN›óŠP»ðÜýYDï1mZñé_íÙ¤64oÿ~','',0,'?'),('}VË#)RÆ ”0-ö×Htˆ','wp-content/themes/thrive-theme.old/architect/editor/css/images/caret-down.svg',0,'Í/L^û–|DÎã8','Í/L^û–|DÎã8','g\0åc\rfEÇwDv¦Œ‚—FQnŒžá—Î\"Y%`î','',0,'?'),('=K¡–s½ò>~öYVä','wp-content/themes/thrive-theme.old/architect/editor/css/images/caret-filled-down.svg',0,'œ¼É‚²úöˆÜ6dŒ ^','œ¼É‚²úöˆÜ6dŒ ^','\r]éWì…H]Õ,±Ué‡.õµµÉ‚ ÞufH‡\Z3\0','',0,'?'),('Õˆp«>Z:U—dŽÏÒwª','wp-content/themes/thrive-theme.old/architect/editor/css/images/caret-filled-up.svg',0,'(Ex		MÃ‹”é±R\Z]','(Ex		MÃ‹”é±R\Z]','^\nçè4\ZòëŽ»ÈÜwñè”¶.Ï‹×Â®ù\\V','',0,'?'),('+¬fGeFìÿE¥ËIñÔs','wp-content/themes/thrive-theme.old/architect/editor/css/images/caret-up.svg',0,'D;,\'ˆÍë&Ÿäsô¨Iaø','D;,\'ˆÍë&Ÿäsô¨Iaø','èðáÌx¢çðë+´½Z9aM*˜®µƒÙñ–ï*Æ','',0,'?'),('·ôöÖ$·`áœ\'\'U«','wp-content/themes/thrive-theme.old/architect/editor/css/images/chevron-down.svg',0,'¾A¥|¾Ê=¬³(Iù','¾A¥|¾Ê=¬³(Iù','5Lp8~-n•bÚÆ\'—F%TàÕ¯CXÏ¼j÷','',0,'?'),('e¤d3#}þ!ðžá&ÇuÜ','wp-content/themes/thrive-theme.old/architect/editor/css/images/chevron-up.svg',0,'$«4ç¦´q5å$zs´8','$«4ç¦´q5å$zs´8','eá‰Dð‡Š%–†Þº±Uå¢qb<ŽmÜQ½ ð˜¨ç\'T','',0,'?'),('‡Ì”þ5ö/¡DPìpù','wp-content/themes/thrive-theme.old/architect/editor/js/admin/gutenberg.js',0,'$ÌÄ:Ømçd\"Œ¸~RØâ','$ÌÄ:Ømçd\"Œ¸~RØâ','¤óX6Ç¸O+ßbŠ‚4Ê5WDqþä€¹µ3CTu”Ù','',0,'?'),('-Ð‚œP±ÇæÙ¯;´û4B','wp-content/themes/thrive-theme.old/architect/editor/js/admin/tve_admin_post_ready.js',0,'`nÜLW¾¸§UƒO»ý¢','`nÜLW¾¸§UƒO»ý¢','¦pìŽ¦]#ZhÇ¿§šÏ«9W÷§EÊ<,—¾F±·','',0,'?'),('Œ.nûð—Ûn-úäÇõa','wp-content/themes/thrive-theme.old/architect/editor/js/dist/admin.min.js',0,'žPbP\nXÑZ×-³™5#â','žPbP\nXÑZ×-³™5#â','ø¬–£¶õÕòI¾ÌÄï³\'c`}ºZ*—[zw×¬ª','',0,'?'),(']\r…ØÔÛ€\rA‰•š','wp-content/themes/thrive-theme.old/architect/editor/js/dist/editor.min.js',0,'áD4H«ªØ=hqþ«Úð','áD4H«ªØ=hqþ«Úð','CñëÑ\r t\'ÑŽ¯6Ìw_Uþl\\^\'f™žø®)gê°','',0,'?'),('üÓ‹ì‚¼í€Ëƒss	·','wp-content/themes/thrive-theme.old/architect/editor/js/dist/froala.min.js',0,'}g!Îe\nÚÔR(zå#','}g!Îe\nÚÔR(zå#','/{¦Nà·ô2‰ª½ýÛ`tñ—åeGÞÔIŸ ‘÷m','',0,'?'),('„î;N{¡L.»\"#ÔÍÑ','wp-content/themes/thrive-theme.old/architect/editor/js/dist/frontend.min.js',0,'Áò±¼h»X\n\0y²cD£÷','Áò±¼h»X\n\0y²cD£÷','«3Û“Mì¶O²øäûó×=àþúøŠØÃMcyÞ','',0,'?'),('Íû1š.ûÐÄO/öRv','wp-content/themes/thrive-theme.old/architect/editor/js/dist/gutenberg.min.js',0,'¶2ý&F½¥¨»Óä™[','¶2ý&F½¥¨»Óä™[','+zy¼4¿5§7D¢š6y‹·«Îë\\æ]4³npZx¾ür','',0,'?'),(' ±ÞÐzà’W¤ƒ½°','wp-content/themes/thrive-theme.old/architect/editor/js/dist/main.min.js',0,'ŠVbÙÁqûD„RÑÓë9ù','ŠVbÙÁqûD„RÑÓë9ù','Óþ×ªìñ.C_	;\0‰c®¢´®ˆbDcÓ	F6àMž','',0,'?'),('Ýëg}Ÿv¢u#öªMFò','wp-content/themes/thrive-theme.old/architect/editor/js/libs/dom-to-image.min.js',0,'¡²À\ZüTž%Awr hŒž','¡²À\ZüTž%Awr hŒž','øÓbSˆ¨dò›™ÿ˜:=mÿ=€6f#+Wâb','',0,'?'),('êÍx\0ñý6zM]ƒA\n','wp-content/themes/thrive-theme.old/architect/editor/js/libs/jquery.scrollbar.min.js',0,'¹Xñëêq‘WŽ©J˜‚Z¤k','¹Xñëêq‘WŽ©J˜‚Z¤k','û5Oˆ(0qÍñœC(¤_ˆnÇó»±	–Q<©ä¬','',0,'?'),('[B†wÜ¨,®R5c„Á~','wp-content/themes/thrive-theme.old/architect/event-manager/classes/TCB_Event_Action_Abstract.php',0,'@]UÒ¥tŸˆfŒÜ´9','@]UÒ¥tŸˆfŒÜ´9','×	ãy¯íÜ:>¸Ÿq5gàïy@rêi~Íi‘ã Ÿ','',0,'?'),('ÿ…¹hr\ZÑ tB6ª ŠV','wp-content/themes/thrive-theme.old/architect/event-manager/classes/TCB_Event_Trigger_Abstract.php',0,'áûtŽ/¶Ê©Dyçóó“','áûtŽ/¶Ê©Dyçóó“','Ù¸4¡Ö@­Jé`s€)êÉBéö‡)\'ÝäÎk_™uY–','',0,'?'),('ÿË|„Ù=Žëy»çú™Xø','wp-content/themes/thrive-theme.old/architect/event-manager/classes/actions/TCB_Thrive_CSS_Animation.php',0,'»PÄò}Ž`\'PÃÃã2','»PÄò}Ž`\'PÃÃã2','‰˜‹àH&èg°z¬«7ßö~ÔªJ–Û\0œ]¥ñz \Z','',0,'?'),('º×£ýW]ˆšS2¹yr~l','wp-content/themes/thrive-theme.old/architect/event-manager/classes/actions/TCB_Thrive_Image_Zoom.php',0,'¹˜2©ý?Ç2àMˆê','¹˜2©ý?Ç2àMˆê','ÈÄÃðª™Ä=-~˜;bM„G’©×9óÍd÷)­','',0,'?'),('àÚ9óµ‚’P–“Âj0>$','wp-content/themes/thrive-theme.old/architect/event-manager/classes/actions/TCB_Thrive_Lightbox.php',0,'%Z{Òÿmg¼}¹JÂ','%Z{Òÿmg¼}¹JÂ','c^oè*Ø„,59L\'®Õ†Ìþèë°•\\×—>æ','',0,'?'),('K 3pèçBP.sGß2','wp-content/themes/thrive-theme.old/architect/event-manager/classes/actions/TCB_Thrive_LightboxClose.php',0,'_RÑBØè7#{Å‘é–”','_RÑBØè7#{Å‘é–”','iØ>³UŽÑÅ:©„¿`“/MÌB–ª.¥@ØfÙ,','',0,'?'),(';ø¦#—ÒS#{»^~àÞ\0','wp-content/themes/thrive-theme.old/architect/event-manager/classes/actions/TCB_Thrive_Tooltip.php',0,'®n±gû:åãé¿sì¬—ý','®n±gû:åãé¿sì¬—ý','ú5&Z£kHuvÖÜ*7Ya@Fðêuá\ri§&&œD','',0,'?'),('êðÐÓh5ß…ë¤Y™','wp-content/themes/thrive-theme.old/architect/event-manager/classes/actions/TCB_Thrive_Video_Popup.php',0,'N Vî«ŸUxÜãûKíÜ','N Vî«ŸUxÜãûKíÜ','¨+”¦´ìWêÍþ|­pÊäª³wc”Î€ËÒÒ	AÑO','',0,'?'),('äÃõÜ¦ñÃÐE^@Ÿ¨C','wp-content/themes/thrive-theme.old/architect/event-manager/classes/actions/TCB_Thrive_Wistia.php',0,'LÍ¯×8?åZ_Áõ?Q$','LÍ¯×8?åZ_Áõ?Q$','(èÕm\" „m]óª¦x}x\n_¹l°¹‘šr¨£•ÀOk¹','',0,'?'),('¯íÛ\Z\rÅ38—\nœ ','wp-content/themes/thrive-theme.old/architect/event-manager/classes/triggers/TCB_Event_Trigger_Click.php',0,'YÉ±›ŒãydëSãÁãŸ','YÉ±›ŒãydëSãÁãŸ','Æe´ÝÞQæÏvüNOÍÁ“ƒ]@(1ï¬ë)c¼hõ','',0,'?'),('sAÑqÌoÚñýs‹¹','wp-content/themes/thrive-theme.old/architect/event-manager/classes/triggers/TCB_Event_Trigger_Exit_Intent.php',0,')}ã5ËJ	ï¢d!f~ÀžS',')}ã5ËJ	ï¢d!f~ÀžS','ŽËRkY^–NÄ/ËÊ$½ÃjÂ\n¡§†}hŸ•6ëW…','',0,'?'),('©ß’èìsÏ5NðØCÑ','wp-content/themes/thrive-theme.old/architect/event-manager/classes/triggers/TCB_Event_Trigger_Mouseover.php',0,'§]Þ;ŠˆÞî’Æ¥','§]Þ;ŠˆÞî’Æ¥','±ÜÉ?ip2ï`o¦†—âQ‹pž¢/ÿ†û:5','',0,'?'),('f.GÞ§Áp:|ò,†2Ö\ra','wp-content/themes/thrive-theme.old/architect/event-manager/classes/triggers/TCB_Event_Trigger_Timer.php',0,'ñô‡¦GÃ¿”N?xåh=¡','ñô‡¦GÃ¿”N?xåh=¡','¥Á&‰ß¯ú+Xdß3`²~”E0’\\óú²%´¼´','',0,'?'),('ß}Óïb@·ñ÷$lW§é','wp-content/themes/thrive-theme.old/architect/event-manager/classes/triggers/TCB_Event_Trigger_Viewport.php',0,'Åãfdfüø_™Ð&yÃ£','Åãfdfüø_™Ð&yÃ£','ÞÅ=MÑiW1…vŸ_«„ádÕè-¯éôèGJA…A%Â','',0,'?'),('‚Ø=°hÊàH,>&¥–','wp-content/themes/thrive-theme.old/architect/event-manager/init.php',0,'R1Œžð¾éz |jš','R1Œžð¾éz |jš','‰Ó•º1Úù/êPö>â”:P0‘†öøB;|\Z{ò%2¹','',0,'?'),('úÅÍ™¡ENRÞ¨Ú','wp-content/themes/thrive-theme.old/architect/event-manager/views/js/lightbox.php',0,'ÝšíÝõrÝZ¤»Ro','ÝšíÝõrÝZ¤»Ro','˜o™e¾+„Ž›ñÓIHj[Yç´ÈG—¦$N(®ÄFú','',0,'?'),('à4Ù?p~ÃòæýàÌ-áRŒ','wp-content/themes/thrive-theme.old/architect/event-manager/views/js/trigger_exit_intent.php',0,'Eð×ZL‡„TwåŸæÊŸÚ','Eð×ZL‡„TwåŸæÊŸÚ','6Y-´U#³óÄ4š£™ÐÉúëß$}>½+õ_~…¤÷','',0,'?'),('V9.„Â¬—\\Ei)/ø²:','wp-content/themes/thrive-theme.old/architect/event-manager/views/js/trigger_viewport.php',0,'Õ09ì³K\nV”uœñx','Õ09ì³K\nV”uœñx','4ŸüõP$¯{P,é?F\"<’²EºÄKìÖÙÇ‡.f—','',0,'?'),('šx½u×Ù{Â2kYáì','wp-content/themes/thrive-theme.old/architect/fonts/fontawesome-webfont.svg',0,'äÄ\nvCþU„Y,Ú','äÄ\nvCþU„Y,Ú','ñ‰ÊyòùJÖsLŽüO³Šz’(jºf{w+qŽºgÛ','',0,'?'),('FC×ÓMÃA<® k’','wp-content/themes/thrive-theme.old/architect/inc/backbone/animation/preview.phtml',0,'Ò¨:¡\nú§d5wOÁ©','Ò¨:¡\nú§d5wOÁ©','Lx\r|\"mv&ý:ÏZœAþx¥eØW0ŒÙéä\0&','',0,'?'),('äê5‡Ög‡ÂU÷¸&\r','wp-content/themes/thrive-theme.old/architect/inc/backbone/breadcrumbs/item.phtml',0,'Û¶9éòŽè8@e¢éf0Z','Û¶9éòŽè8@e¢éf0Z','3RdWcS2ý¬j¶Ø©+Ð°{>ñì»°Ä[…×¸h– ','',0,'?'),('‘Ðh~¹#	ˆ©xk9¹`','wp-content/themes/thrive-theme.old/architect/inc/backbone/cloud-error.phtml',0,'ÞSÈæ»ÁoÏÙBcÒê','ÞSÈæ»ÁoÏÙBcÒê','’Ä‹ÿ›:v@z5Ô9fx°Â¨\".\0%øªh¦°Ãê','',0,'?'),('ÍSø^šài˜së³./¯Y','wp-content/themes/thrive-theme.old/architect/inc/backbone/cloud-templates/item.phtml',0,'‘\0Ç%(Ø¦OH}ÑIU ','‘\0Ç%(Ø¦OH}ÑIU ','bÛòKNý¡ÞBßNw#è¥°=Z$ûÿÝ¸ê','',0,'?'),('ýr3úè ›Ïš`£Ër','wp-content/themes/thrive-theme.old/architect/inc/backbone/contact-form/email-setup-form.phtml',0,'Æþ9›¹ÙdH1´‰ûs†','Æþ9›¹ÙdH1´‰ûs†',' €!ZVJÞ£ˆ§(Ðj#mòFAyÌó×oìDwJ@P','',0,'?'),('FÛÃ^•,ÓbÐø”v%','wp-content/themes/thrive-theme.old/architect/inc/backbone/contact-form/error.phtml',0,'Ž}Ú«?•³~]	*x–','Ž}Ú«?•³~]	*x–','ãä¨Ë´¬î°ÝÏW¿¤sÝç=K·S\'ž¿JËå1å','',0,'?'),('@¡¤*ž œc.tèÝûÕ','wp-content/themes/thrive-theme.old/architect/inc/backbone/contact-form/shortcode-button.phtml',0,'¥1©Ä+­Âñó/C¥Ã?P','¥1©Ä+­Âñó/C¥Ã?P','¦£kL„~edàèÆp–¹ÏÀü~t~Þ…é45îº¿á','',0,'?'),('@‹¸6–ÿß²ö—úŠ¢§','wp-content/themes/thrive-theme.old/architect/inc/backbone/contact-form/submit-setup-form.phtml',0,'?5Ú´o›öD.YNØ¶Æ7','?5Ú´o›öD.YNØ¶Æ7','SæyÊx#Ê%™³n½&LMã†q[ê×•)¶à­tµ','',0,'?'),('lûôºâ„õ¸Mo^Våmh','wp-content/themes/thrive-theme.old/architect/inc/backbone/controls/background-effects.phtml',0,'}J©u|“a=Èåªù³S','}J©u|“a=Èåªù³S','7·jIB¥l):†ê\ZçG˜”¶<þÎ>F|®în%` ','',0,'?'),('Lü5h÷;Û07àƒŸ±','wp-content/themes/thrive-theme.old/architect/inc/backbone/controls/background-image.phtml',0,'éL\rÜÃuÛ]…¢ùI','éL\rÜÃuÛ]…¢ùI','ðEþx~.Kå•³ŒÎ,vÈÑãú–Õ•¨¼±G9Ø‘','',0,'?'),('ºd_HZ‹x‡˜0]SÄ/Ò','wp-content/themes/thrive-theme.old/architect/inc/backbone/controls/borders.phtml',0,'è«$“ûRÌ™	 ‡µ:Š','è«$“ûRÌ™	 ‡µ:Š','eÚÝ~›õäUi[ºc¶Þƒ°`GžRäO&–…G&€°','',0,'?'),('W°’9\Zý\Z/éü:÷kã','wp-content/themes/thrive-theme.old/architect/inc/backbone/controls/button/style-picker.phtml',0,'¸7ç^›7¸¸Ç$\0¬','¸7ç^›7¸¸Ç$\0¬','Ì)0ØrÖ‚Ó²Qý¨çžuo}s0ÈRY\0wÇ','',0,'?'),('kQV]üJZ“C6SpX]','wp-content/themes/thrive-theme.old/architect/inc/backbone/controls/button/style-templates.phtml',0,'¼ºV7wŸ)9\'¸è¼+‘','¼ºV7wŸ)9\'¸è¼+‘','ëŒo¦êÞp\Z;ÔÅÓìå(ÐLÔòhmáœzµ²~_w>°','',0,'?'),('Í•ê¹êÌsÌúáÐØïXÓ','wp-content/themes/thrive-theme.old/architect/inc/backbone/controls/button-group.phtml',0,'¢CÏ Ã¿žî±P›,’r','¢CÏ Ã¿žî±P›,’r','§%qËY÷àõ’ÍÅûšÕMmVëxöNÍ£}}F…j8I','',0,'?'),('âÄG\"Â|oe™¸-„¡','wp-content/themes/thrive-theme.old/architect/inc/backbone/controls/button-panel-group.phtml',0,'9è™ÿ”scx>ã‹\rH‡','9è™ÿ”scx>ã‹\rH‡','¬ŸQ*_¢çBò09\Z½Úmùªp‚\né0á3ìào?Ã&','',0,'?'),('š†ÌB±ØZžË*','wp-content/themes/thrive-theme.old/architect/inc/backbone/controls/button-toggle.phtml',0,'v	ÀqïªI5øP\0?Ó?©','v	ÀqïªI5øP\0?Ó?©','ÆŠ*T[žìHÆ†]°‚eZß-´‘-¤ê%$´¡','',0,'?'),('¯S˜1ÇKÿ²DHG¡k','wp-content/themes/thrive-theme.old/architect/inc/backbone/controls/cards-change.phtml',0,'¨kr‡¢þÌ<¢²¸Î ','¨kr‡¢þÌ<¢²¸Î ','üÕæ¡ÌŽúž(¦[›#°CÈTDÎŽÅÈ‘ƒ#@{C','',0,'?'),('­·û~z?£bìïÖ`PPÈ´','wp-content/themes/thrive-theme.old/architect/inc/backbone/controls/checkbox/input.phtml',0,'ÄImï	óÕ.cd·Îå','ÄImï	óÕ.cd·Îå','0êc”<œW-Å¬¨»\0òÌDhË¾ßº|uK‚Ã','',0,'?'),('dIŽ~gÂœ¹ò‚&ZpA','wp-content/themes/thrive-theme.old/architect/inc/backbone/controls/checkbox.phtml',0,'dŒzÕßÙ!uÐÀá','dŒzÕßÙ!uÐÀá','S°ä:jßÓ%ß‰Ž18À•«Š¨\rKU*µ§FßÈì_','',0,'?'),('ˆ€`iC^à÷åô‘o©Ñ','wp-content/themes/thrive-theme.old/architect/inc/backbone/controls/color-picker.phtml',0,'%J´$,ì=ÞØ³ºû_‚ë','%J´$,ì=ÞØ³ºû_‚ë','FÍ%!»)¢ëx\0ž>Ô%3Ä“ÞÙ\nÆ\Z¶èO]Y\"','',0,'?'),('Õá‹‹í3ùÜõ²Z¦ÔyWÀ','wp-content/themes/thrive-theme.old/architect/inc/backbone/controls/contact-form/default-cf-item.phtml',0,'c±BÛÐâèegÙWYç:[','c±BÛÐâèegÙWYç:[','\Z™O•‡œúëÐ_¥$ûÂÓX²ž”¨¬Ê{÷x%i','',0,'?'),('2Ô#Cy„ZŒLuÀƒ–Räh','wp-content/themes/thrive-theme.old/architect/inc/backbone/controls/contact-form/edit-cf-item.phtml',0,'ì„ó’þ	µ;¡Í’@q','ì„ó’þ	µ;¡Í’@q','Ž\0ÀµdƒËÊñê¥eoèÄe[©¢Ë’ð‹MúžÖÙê','',0,'?'),('ï7öóð“Ø-Ç®®','wp-content/themes/thrive-theme.old/architect/inc/backbone/controls/contact-form/preview-list-item.phtml',0,'ðÈ¼hïŒFw› p$`Ý','ðÈ¼hïŒFw› p$`Ý','Üe!ÖaˆJèÂ.Ý\'áÌ*Kqq]˜·g6¯‡»½','',0,'?'),('.fi&ÊLíeZ2¹˜ü','wp-content/themes/thrive-theme.old/architect/inc/backbone/controls/contact-form/recaptcha-cf-item.phtml',0,'ÂgCöô?O«¹®¶·Y','ÂgCöô?O«¹®¶·Y','ý³Æ!$•uÁé€-•<*:Ã–œÞÑƒ_±½hãÑ','',0,'?'),('ºÝëÐtÃHVSJWàM','wp-content/themes/thrive-theme.old/architect/inc/backbone/controls/contact-form/settings.phtml',0,'œ}è“U‘¶C´k&ä*','œ}è“U‘¶C´k&ä*','Â£@¯² m0™~jâ€L¥<”$2·v£*ÖGØD™8ë@','',0,'?'),('c\'éRéb²ö:=øû	}/','wp-content/themes/thrive-theme.old/architect/inc/backbone/controls/corners.phtml',0,'\n!ë°RÓ+âìƒçŠ¤ã','\n!ë°RÓ+âìƒçŠ¤ã','ªô®nùŒNJçb;–°SK2)ŸÉ¿XB4Ý&ou{\Z*','',0,'?'),('?¬ý‰—	JAZ]‘GGœ','wp-content/themes/thrive-theme.old/architect/inc/backbone/controls/countdown/style-picker.phtml',0,'Í\0ÍÞÉjÆ†q2\"‰7X29','Í\0ÍÞÉjÆ†q2\"‰7X29','Ep0¹jÛ$pã‡¶ÑKWÄúàB2|OÒ‘Ò{nH“','',0,'?'),('¬\\„Ô>²¶ü §Ø@','wp-content/themes/thrive-theme.old/architect/inc/backbone/controls/custom-menu/dropdown-icon.phtml',0,'ê]_•ƒO¼}©W©S¹ô¹','ê]_•ƒO¼}©W©S¹ô¹','2¾˜J÷…|¾šc» 4zçëŸ0áãbÂqxo.','',0,'?'),('ª~~`°ÁJkK¤ÿš²y§','wp-content/themes/thrive-theme.old/architect/inc/backbone/controls/custom-menu/edit-menu-item.php',0,'ªñt	Ò\'CÆL4‰Õ!ùÕ','ªñt	Ò\'CÆL4‰Õ!ùÕ','°ØW	9êûT®ìJšuÍÅq=sÁ4Æµ0¾\Zÿ','',0,'?'),('?eAˆ…”®Lš#6#½','wp-content/themes/thrive-theme.old/architect/inc/backbone/controls/custom-menu/menu-display.phtml',0,'°\"XÝ7ÉÌnWô‰ò#?_','°\"XÝ7ÉÌnWô‰ò#?_','mz|ˆ¼€å¿c.!û§•	%®ÌøW\nï!ï•À! ¹ð','',0,'?'),('hõ\'Çµ­±÷3Äžÿ²','wp-content/themes/thrive-theme.old/architect/inc/backbone/controls/custom-menu/menu-style.phtml',0,'ê1Å¡ÈWÀfëžšQí','ê1Å¡ÈWÀfëžšQí','Û\"~6œ?ZåÊS‰ô#_0P5(û\n³žšÈÛžý','',0,'?'),('ówQÅ¸ý`¶ýZâkQa','wp-content/themes/thrive-theme.old/architect/inc/backbone/controls/custom-menu/mobile-icon.phtml',0,'œÆ’Z¤¾j.ñÌ?Ã','œÆ’Z¤¾j.ñÌ?Ã','J>ö4YE$Ñ¡£´JOþ‰Â€o¹ú1þ\r6¾ãëJ!','',0,'?'),('’ë’|•±ê˜“ˆÙÁ','wp-content/themes/thrive-theme.old/architect/inc/backbone/controls/custom-menu/mobile-side.phtml',0,'mcéÖ|]ýTuhÐ™','mcéÖ|]ýTuhÐ™',')ÕFŽ=Úµ4™{nJsaÓ\0,bäÈÕ´†W ée«w','',0,'?'),('xJÓyÃ`š™Œ%','wp-content/themes/thrive-theme.old/architect/inc/backbone/controls/custom-menu/select-menu.phtml',0,'EåJ˜¯˜GÖ}OCƒÍÅ','EåJ˜¯˜GÖ}OCƒÍÅ','Tq¬lëÐ.#íá³ã‡Ï48På¹òItƒG\ZðóH¨Œ’','',0,'?'),('Eþël[0åÀü‰£²îºá¯','wp-content/themes/thrive-theme.old/architect/inc/backbone/controls/date-picker.phtml',0,'!õØïZÖ0\r$c¾•Â»','!õØïZÖ0\r$c¾•Â»','Täˆ‘—ßê“°šL ‰Ÿ8ág¬mŽ‚EµzªãÞZ','',0,'?'),('ö¥rw\'õ¦\0ßOM¢?ýM','wp-content/themes/thrive-theme.old/architect/inc/backbone/controls/decoration/decoration.phtml',0,'o\r¦F{þÍuºÀî“I','o\r¦F{þÍuºÀî“I','Ÿli0‹ù~©ŽýÑb¤~¸ (£8pDvÝ!\'›¡¹','',0,'?'),('Cbºè:‹€Ó¬á4P½Èï','wp-content/themes/thrive-theme.old/architect/inc/backbone/controls/decoration/divider.phtml',0,'Õ2‘88\"Ú!£8BF','Õ2‘88\"Ú!£8BF','ÏŒ,Y©óO¯H|yßïûN¯Z«¯µ¶ú1ÿ®ºG','',0,'?'),('½«ÃMÌ$håß‹°Ïa´','wp-content/themes/thrive-theme.old/architect/inc/backbone/controls/decoration/pointer.phtml',0,'7ÐNå¼4;\\ƒ£#Ç','7ÐNå¼4;\\ƒ£#Ç','3±eG¸ÖÕ\"ò¶ð¦ùYÛPÅ¯a ß²¸HqLåè*6Ù','',0,'?'),('fCÙúN4L0¢‡®xÑ','wp-content/themes/thrive-theme.old/architect/inc/backbone/controls/decoration/slanted.phtml',0,'žÏòí`÷ý®DCþ','žÏòí`÷ý®DCþ','Av+Mˆ8`I•%­˜ãW=X&ºÅ½}”ï¸=æ=gýŠ','',0,'?'),('5O4“èl·ûø‘-øë™Ç‡','wp-content/themes/thrive-theme.old/architect/inc/backbone/controls/decoration/svg/city-skyline.phtml',0,'Jê×ss­¬L‹¦¥cò','Jê×ss­¬L‹¦¥cò','žGu€{\Z2æ8A¤ço11ÀO\"þWyä3=sY','',0,'?'),('3(•!.DqÔ»p<‹\n©','wp-content/themes/thrive-theme.old/architect/inc/backbone/controls/decoration/svg-base.phtml',0,'&+Õ8ÖDlòÜ“\nöÒ','&+Õ8ÖDlòÜ“\nöÒ','€_M…ƒ£úôÆàæüt/¶ê(0×l‹EÕE\0x','',0,'?'),('Âåc“Ë³áè›4a]qv','wp-content/themes/thrive-theme.old/architect/inc/backbone/controls/divider/style-picker.phtml',0,';Ñœˆã}ª?vÃ\"ú3:3',';Ñœˆã}ª?vÃ\"ú3:3','@ ÝNëŽ{‹\05Ò½£óá)BcøžÀí5VãPŸ=À','',0,'?'),('J©—Ð`]_Œ†%T)±<C','wp-content/themes/thrive-theme.old/architect/inc/backbone/controls/drop-panel.phtml',0,'ò¿ÃÄPÁkºõÛÉ×ôÞ','ò¿ÃÄPÁkºõÛÉ×ôÞ','åÃ_Dö¨ÆuvJ@¨{!Ñ=ôî.‘f¯„‰‹ÙÛ³Ñ¼','',0,'?'),('@EØå}ðxO»¸Ûî4¥’','wp-content/themes/thrive-theme.old/architect/inc/backbone/controls/font-manager.phtml',0,'ŽSjw&Uá••®L°','ŽSjw&Uá••®L°','YÑµ}ä!wŸö°Ü˜R5-‘‰ÈØw[‰4ëïôMY‰','',0,'?'),('ÍtX6›äÃÛö$ü','wp-content/themes/thrive-theme.old/architect/inc/backbone/controls/gradient/knob.phtml',0,'†þ¾Á¨j2Iqî>:&¥å','†þ¾Á¨j2Iqî>:&¥å','ïç¾¡»x˜’ô.ˆr½Ð…ê¯¯¸ç©ä^Ï^©çk','',0,'?'),('ÄiQáYV™/ß”\\t‹','wp-content/themes/thrive-theme.old/architect/inc/backbone/controls/gradient-pattern.phtml',0,'«·¶ÞØÄÙäÌÉ‰ú','«·¶ÞØÄÙäÌÉ‰ú','fßYšàà¼ÈÏÃí\Z±‰\'žûaCw—·z•Œ¶','',0,'?'),('9X #7\'ªÚ]·FwÏˆ/ã','wp-content/themes/thrive-theme.old/architect/inc/backbone/controls/gradient-picker.phtml',0,'g°±†ôªóz#Uœ´©b”•','g°±†ôªóz#Uœ´©b”•','nÁÚ§3Tkü“dÈ\rYs9tÖ»\\ÊËº[ ©ß5Hof','',0,'?'),('Pc”æ¡g¿®Ù[ž','wp-content/themes/thrive-theme.old/architect/inc/backbone/controls/icon-label-switch.phtml',0,'þ([/¯{¯vÂõ§ùx`ØV','þ([/¯{¯vÂõ§ùx`ØV','ÛÇ½²ÀqÁ¼ã¦ÿ[	&Ù»ð¢PûµÇI’ã\r','',0,'?'),('¶oÐ¼aFŸ6áu8oZM','wp-content/themes/thrive-theme.old/architect/inc/backbone/controls/icons.phtml',0,'¨ÚWÍU`€:ºù(I¥³Yó','¨ÚWÍU`€:ºù(I¥³Yó','–\nÛ‘n\'(Nèî&Çåbæ,’U0Iu/®\ZåÉQQ¡@+','',0,'?'),('†+Þ\r~ÜÝøÂHUYÃM_Ç','wp-content/themes/thrive-theme.old/architect/inc/backbone/controls/image/style-picker.phtml',0,'è—ê…‰êùÛ·‡È*Ø’','è—ê…‰êùÛ·‡È*Ø’','þeµ˜Ä}\\Ôß¸§á-NüÒËdy=öÉ•#D%U2°l','',0,'?'),('ÉpTV dþ,U¢Šç‚ò','wp-content/themes/thrive-theme.old/architect/inc/backbone/controls/image.phtml',0,'`Ç	Àµ>³U‘j©ôeè','`Ç	Àµ>³U‘j©ôeè','n¦s÷ŠM?&¼:¾)P³™Ó[õ4a-ëDz ñêÆžå','',0,'?'),('g9LúÁž\\Óü\0· ŸÕ±','wp-content/themes/thrive-theme.old/architect/inc/backbone/controls/input-multiple-item.phtml',0,'j<BDû—U T†Q›¯','j<BDû—U T†Q›¯','µâ-~RßéŠ¦¿éU².RAÃø,¾Ü+¯½Œ´¡¡è¦','',0,'?'),('8ÒpÀ%›ÿ½” ¹…äÂ','wp-content/themes/thrive-theme.old/architect/inc/backbone/controls/input-multiple.phtml',0,'ÿÐÍR6ª—º]®…Ý&','ÿÐÍR6ª—º]®…Ý&','mpÖj/Á\nôiÿ‘ñöLq¥wbÁvÎ=­;šëC	','',0,'?'),('­c;?½)™ðÓ¥U]\"(','wp-content/themes/thrive-theme.old/architect/inc/backbone/controls/input.phtml',0,'»•2Ga±Ì‡”WÖä»æÝS','»•2Ga±Ì‡”WÖä»æÝS','½ÊWVh…½©>~ˆÔX\0s\'§\'w»3ðc ?â+L!','',0,'?'),('ëë¦iÆkø¿­OÜöö','wp-content/themes/thrive-theme.old/architect/inc/backbone/controls/knob.phtml',0,'ÞRF±’\nF&O7ˆ1îË','ÞRF±’\nF&O7ˆ1îË','ôwå&ÝÌïR&÷8p Pò$gÝzC÷âßiåÁ','',0,'?'),('aSÃ—ëîÑ3ÂÏL¾í)','wp-content/themes/thrive-theme.old/architect/inc/backbone/controls/label-input.phtml',0,'x[Øž{£Âœu!\nVá','x[Øž{£Âœu!\nVá','AüÉ£Úà%3Ö0[¦öÅ á½¨ó˜ùæMÓ?‰A4º','',0,'?'),('ÉSÀ5üqâ¬Ÿ\"üm˜2³Ù','wp-content/themes/thrive-theme.old/architect/inc/backbone/controls/layout.phtml',0,'o†µŸÅ3_5þØËG„”','o†µŸÅ3_5þØËG„”','ÆÙ¤ÝOúä^Ñtx˜ØŠa«vŒá–Ï¥ì0>pQÈE','',0,'?'),('¯…k/ÿ\0V¹Ž¬Ùúž','wp-content/themes/thrive-theme.old/architect/inc/backbone/controls/lead-generation/api-connections.phtml',0,'\"	²+@Œ\'cu>…±œºU','\"	²+@Œ\'cu>…±œºU','5©©¢øžJ ^÷Æ3ÅFSºhœpFÎ2²#É§åáØ','',0,'?'),('»¦Ù¥ýF\0a*‚ÊÐÁaŠ','wp-content/themes/thrive-theme.old/architect/inc/backbone/controls/lead-generation/connected-api.phtml',0,'ç¯[C†”ÛŽI\'5ƒúà\"','ç¯[C†”ÛŽI\'5ƒúà\"','½…ÌÄ	oÏ7]ž‹ÞŠýƒA`Î7@jú²ž¥!™ö…Ù','',0,'?'),('øœçþt¶´NêÐ	«â¯G','wp-content/themes/thrive-theme.old/architect/inc/backbone/controls/margin-padding.phtml',0,'Å%Ç±—‡cŸÉ­N/','Å%Ç±—‡cŸÉ­N/','XŽÊYÆÁõT°OnH«‚Íœel\\&®zá:&','',0,'?'),('çÃþ±¯>„Ëà8Òÿ©ý','wp-content/themes/thrive-theme.old/architect/inc/backbone/controls/menu/preview-list-item.php',0,'àÞTVm‹ÈÏœ˜€Ä¹Úº','àÞTVm‹ÈÏœ˜€Ä¹Úº','ä!c‘¡U†X 4†*’}âK+~¡#M¦ÿ†ÿ%','',0,'?'),('‡9\0q4Ð št„dê…pÊ','wp-content/themes/thrive-theme.old/architect/inc/backbone/controls/modal-picker.phtml',0,'¹RdƒËghö7ÁDÛ–®Ü','¹RdƒËghö7ÁDÛ–®Ü','Ú7AýråÎ4\\è·ñçÏÇ\r‰Œ|.ßíŠÃ›x','',0,'?'),('E•ÛžûÊôõCîkŽ™¥ä','wp-content/themes/thrive-theme.old/architect/inc/backbone/controls/multiple-checkbox.phtml',0,'UÏà^Í©72,.öp—ØÐ','UÏà^Í©72,.öp—ØÐ','Dÿz™s”ÔD÷·ur(‚f\nHÒãVñ“u{v¦Ã','',0,'?'),('¨#€Õ“J&[¤9ó:N','wp-content/themes/thrive-theme.old/architect/inc/backbone/controls/position-from.phtml',0,'y—0jÁ!Ø\0[PrÑDÄX','y—0jÁ!Ø\0[PrÑDÄX','+‚E~®ÈäYÖaÐVáj)Ú¦n¤ÝÀ—Ã±£e b¶Âì','',0,'?'),('6m_¸Kx‹dMFû±$á~f','wp-content/themes/thrive-theme.old/architect/inc/backbone/controls/preview-list-item-crud-operations.phtml',0,'[·Qx <!“ËÀºÔ:³ë','[·Qx <!“ËÀºÔ:³ë','Aø»J•eŒÜç¼T–9”I¸FËŒA\n\"h!öŠ\r+*','',0,'?'),('/sj;¿´>?’,+Ü“G','wp-content/themes/thrive-theme.old/architect/inc/backbone/controls/preview-list-item.phtml',0,'ÃIuŠàÌüÊ¹&àB?œç','ÃIuŠàÌüÊ¹&àB?œç','p2—Î£ yfÃ,@31B±¨‡û?yBñØÌPLèrp','',0,'?'),('~ÒK¯rý_›È±´nˆ','wp-content/themes/thrive-theme.old/architect/inc/backbone/controls/preview-toggle-list-item.phtml',0,'.¬ÎŽÝÎâ~ÐìÔ…Ïu','.¬ÎŽÝÎâ~ÐìÔ…Ïu','påzQ¢/w2’0’’|?‚Pç¥µ¯˜øž2ä±¿','',0,'?'),('V¢™‚åbÐB>ÜÀpÃ¼','wp-content/themes/thrive-theme.old/architect/inc/backbone/controls/pricing-table/edit-instance.phtml',0,'û\"UvøÈKšiŠ•îù¦ë§','û\"UvøÈKšiŠ•îù¦ë§','¦¥B/fm¶\r´)þX¯~Ä$/Ç®;M°:;kÏ','',0,'?'),('ð· .l€ä=†ZM<—ñ','wp-content/themes/thrive-theme.old/architect/inc/backbone/controls/pricing-table/edit-price-box.phtml',0,'ÑD!nuT: A·ÿ#\'','ÑD!nuT: A·ÿ#\'','Š7JàŸ ‘ËYyâ|Yfµ—r98Ï(U¬=Ö»´Ê','',0,'?'),('Y’P÷žÛüÅˆ‰t‚C','wp-content/themes/thrive-theme.old/architect/inc/backbone/controls/pricing-table/price-instance-controls.phtml',0,'±Ê2_“í‚Ñ¨&R©´','±Ê2_“í‚Ñ¨&R©´','Ö1U‡©htxÒÍ\ni•BÈq=»FkÍV4ÃÛ','',0,'?'),('lqî¨ÝÅR&¥5Oc\n½','wp-content/themes/thrive-theme.old/architect/inc/backbone/controls/pricing-table/pricing-table-item.phtml',0,'`û¦?ÎÁ ž~Awó¶','`û¦?ÎÁ ž~Awó¶','8¹¢ÐO–u:¿Ëån\\¸ƒl‘dgï¿¿µ¶ºCÎñ†ž','',0,'?'),('[2¡UCñ¿Vb»Šm','wp-content/themes/thrive-theme.old/architect/inc/backbone/controls/radio.phtml',0,'éffµèäÚz/ìpOáHœ','éffµèäÚz/ìpOáHœ','˜,‡AÛ§\0Ê„™1æz}ò\'U`r—¬þ{Mb3áÙü ','',0,'?'),('ÍR‡~£eÍá¥†í$™tr','wp-content/themes/thrive-theme.old/architect/inc/backbone/controls/rating-value.phtml',0,'ºLkÖ0ÇÏ‰yBø','ºLkÖ0ÇÏ‰yBø',' OÈií7%]R\Z¥<~Îõ&¼}Ku 5å\\±¤Iärq','',0,'?'),('õˆÔëîAT©±d²ß­','wp-content/themes/thrive-theme.old/architect/inc/backbone/controls/responsive-video/style-picker.phtml',0,'^[oT’,/c\\™ÜÝsÅÁ','^[oT’,/c\\™ÜÝsÅÁ',' H®—=!cÓÆJ\0\nçŸ‚ô@Rá—é}gN…l!­7','',0,'?'),('%òÞ÷Rßc€äÝ©ÿ‡','wp-content/themes/thrive-theme.old/architect/inc/backbone/controls/responsive-video-settings.phtml',0,'¾5•AfO2Û²M’å9¬s¶','¾5•AfO2Û²M’å9¬s¶','ï.Â‹nöŽ?˜4;¡”®¬ÒuˆÀÜø¤ê®çR:','',0,'?'),('Âòþzs³ Ä§vºÕ—C','wp-content/themes/thrive-theme.old/architect/inc/backbone/controls/responsive.phtml',0,'>Ç;†—R‡µ¾NQíäµ','>Ç;†—R‡µ¾NQíäµ','°ïÛTuÇzÓÕ¨w‡UÚikhYYµeäf-£Ä','',0,'?'),('i¬z\'\"Ì¸‚„u…Vœ¾','wp-content/themes/thrive-theme.old/architect/inc/backbone/controls/revision-manager-item.php',0,'µ%Ñ>¾9é•SÅCt/*','µ%Ñ>¾9é•SÅCt/*','—Á=ÅÁf—°¡ÇšyÃå<¦gcmo[ÌõUóå¾ø¢<','',0,'?'),('–]ÉQp¸ÙûúZÄñh=','wp-content/themes/thrive-theme.old/architect/inc/backbone/controls/select-multiple.phtml',0,'¤\rF²=@ÓÛwÉz1#Íe','¤\rF²=@ÓÛwÉz1#Íe','±¡å¤6¨*ú’—\r\\ŽËÚÁî²©9ºöÙËDÙD–‡','',0,'?'),('7â{óš„ÀcVwŽ÷','wp-content/themes/thrive-theme.old/architect/inc/backbone/controls/select.phtml',0,'²7¡2œü“tWã$´DÜÒ','²7¡2œü“tWã$´DÜÒ','ÛèË¶›-eäT\n£&©•ÆÕÄ¦ô»JL^&rÎû','',0,'?'),('°æ^tómºMì÷ñµXFwƒ','wp-content/themes/thrive-theme.old/architect/inc/backbone/controls/selected-elem-nav-item.phtml',0,'—OV„M¦y†\"…‚gž','—OV„M¦y†\"…‚gž','-¶ØÂi³›¢K¤•­Yj4\\1ôf—ç©dÝŠF`­','',0,'?'),('z¬¤µ¾	eÝüàtý~k','wp-content/themes/thrive-theme.old/architect/inc/backbone/controls/shadow.phtml',0,'–öÕji~o¹Ãã;ö²ø','–öÕji~o¹Ãã;ö²ø','\Za™Þ¨‡D…-·IòÓòIµmwÓë—VªpôŠ7','',0,'?'),('¬2¶ºÏÝ pzÚË¸¯Í','wp-content/themes/thrive-theme.old/architect/inc/backbone/controls/slider.phtml',0,'>ÛÑ2»	šÍNwk›1jì','>ÛÑ2»	šÍNwk›1jì','Ÿ+§˜m8¯È;3TjÑhñ¸†3û!K‰m5Š/gÔ','',0,'?'),('„íöR)ðúÊHÅL','wp-content/themes/thrive-theme.old/architect/inc/backbone/controls/social/fb-share.phtml',0,'žzÚ\Zg%,â‡(°f%	\r','žzÚ\Zg%,â‡(°f%	\r','Å&“[€päÏ6Tùçä›“éÑ½Èˆ5lš‘‘Ž‡','',0,'?'),('	ÉBÜÚÊÖ˜à®:ä€.P','wp-content/themes/thrive-theme.old/architect/inc/backbone/controls/social/network-checkboxes.phtml',0,'Òbšû™ñiõ“Ú*­','Òbšû™ñiõ“Ú*­','³Uç±Ø×1Pà0žµN5š¾!4K#]mó½_qj©¬¦®','',0,'?'),('\n\\:_âù2þØqL„Àž9','wp-content/themes/thrive-theme.old/architect/inc/backbone/controls/social/network-settings.phtml',0,'wÆwÁ^0	ãB‰¢„ªïG','wÆwÁ^0	ãB‰¢„ªïG','¢E”ze§Wa]dÿdòÃÐ{,í>×¼ì‹','',0,'?'),('Aùí’×Âi=LŒžƒ/ºC','wp-content/themes/thrive-theme.old/architect/inc/backbone/controls/social/pin-share.phtml',0,'°ÇžçFŠêK”È¿eè','°ÇžçFŠêK”È¿eè','ÏT(ssdA×fzr¹k…å¤‡2\Zó/ú á\'º{Ä·ã','',0,'?'),('àxñ•!“=,Hòÿ• \'º','wp-content/themes/thrive-theme.old/architect/inc/backbone/controls/social/selector.phtml',0,'ÔŒÙ\0²é€	˜ìøB~','ÔŒÙ\0²é€	˜ìøB~','ã°ÄB˜üšûôÈ™o¹$\'®Aäd›“L¤•™xR¸U','',0,'?'),('\\Á`ÒB“f…Ö‹ß','wp-content/themes/thrive-theme.old/architect/inc/backbone/controls/social/t-share.phtml',0,'çÎ%éæcY0¿oÌ¤V†','çÎ%éæcY0¿oÌ¤V†','í‡tø=.æ/]ØORÍoM!ÂŒX„0QÃpÕuær—','',0,'?'),('Ìt#\"I~™FÒßŠP8','wp-content/themes/thrive-theme.old/architect/inc/backbone/controls/style-change.phtml',0,'„<&‹ÃKP ¢Bå»ƒèÕ','„<&‹ÃKP ¢Bå»ƒèÕ','ŸgšžB®êP\ZÒ»¿Éþ²ô“ŽÇŠÄEø\"c;À-Ù','',0,'?'),('¡¬‚¶ˆõª®mc©ŸQÀÈ','wp-content/themes/thrive-theme.old/architect/inc/backbone/controls/style.phtml',0,'CP=-`½k©˜Õò~a','CP=-`½k©˜Õò~a','”Ô‡52ùº\n‚¿tU\rã,D… ùïÂ¢oŒØÏ','',0,'?'),('ÙÞÎà­<UNZžúÀ†_Ž','wp-content/themes/thrive-theme.old/architect/inc/backbone/controls/styles-templates.phtml',0,'}¼ÈÍJÿQÝaš÷Åü','}¼ÈÍJÿQÝaš÷Åü','B*´l”±á.êÄÖ“ì¶O\rlžÕô…pÂ¾?´€6ãØ','',0,'?'),('Y\Z{šÂ|y*IviZ`P','wp-content/themes/thrive-theme.old/architect/inc/backbone/controls/switch.phtml',0,'ÿjrhÓ<Æ®þn}¢\"!','ÿjrhÓ<Æ®þn}¢\"!','ÄG”ùhQ;Ô,@,È=}fQA6ÙZ¹SËv*‰Ó¡Ð','',0,'?'),('-èLð¶ø~ÄdYJÔè¬','wp-content/themes/thrive-theme.old/architect/inc/backbone/controls/text/typefocus-settings.phtml',0,'ãlu¬ŠûÉžÿ¶£ïºË9Ñ','ãlu¬ŠûÉžÿ¶£ïºË9Ñ','Ã\\5l3Œm]¡LøÝým<ß»‰:‘Ïµ¾E*','',0,'?'),('dæ×‚ˆ›g1FéªYÝ‘','wp-content/themes/thrive-theme.old/architect/inc/backbone/controls/text/typefocus.phtml',0,'ã9Gðdm¥Ô5JOl50£','ã9Gðdm¥Ô5JOl50£','p6‹D&»Ý ‘ï;¨ŒzûÖX-fÿõ§ö','',0,'?'),('£³£²\0yÊpødÎÙœ`','wp-content/themes/thrive-theme.old/architect/inc/backbone/controls/text-input.phtml',0,'ÕùYìa·¦BtÈ\rOF˜S','ÕùYìa·¦BtÈ\rOF˜S','Š/Å\ZÏN\'µ“Gv;ürûUG\'RI[‚%—äÂ1','',0,'?'),('C6!¦V‡5,âŸ£h^±Ì','wp-content/themes/thrive-theme.old/architect/inc/backbone/controls/time-slider.phtml',0,'Ýÿõ©O•±	µ8J®ãÄÚÍ','Ýÿõ©O•±	µ8J®ãÄÚÍ','ÍºÚfoI×»Í<ƒ«‰üªFŽæd,¥Ö±<[ÜmNÖ\\','',0,'?'),('©Ö{kWÙ@‹Op4@Žú\0','wp-content/themes/thrive-theme.old/architect/inc/backbone/controls/toc/headings.phtml',0,'ðkÞp•*Éþ&&i£a','ðkÞp•*Éþ&&i£a','­oˆê ÛyØ9‡×Ú´«ä_ÌÅûzµ‹Í','',0,'?'),('œÞ´|/S(gÖé+','wp-content/themes/thrive-theme.old/architect/inc/backbone/controls/toggle.phtml',0,'¶ÎæE\\|È|ï¬æ¸´Æ“','¶ÎæE\\|È|ï¬æ¸´Æ“','pÝ‡›@_hÃ†Ç°šŸÈ…9ûÈ}#„äÑ#Ž^[y','',0,'?'),('/ßá¹fÉyoÁÜãÅfê\n','wp-content/themes/thrive-theme.old/architect/inc/backbone/controls/video-settings.phtml',0,'(ŒÊ¼óüòßµVL Š','(ŒÊ¼óüòßµVL Š','³‚Zç*ÀtFsIf’‡¦e¹Wgçü$|WI˜†','',0,'?'),('Œ\'Ìã·( ‰£–~','wp-content/themes/thrive-theme.old/architect/inc/backbone/element-icons.phtml',0,'†¸o3£÷(~°=’äß','†¸o3£÷(~°=’äß','€÷ö•ÌŠ%%+t8â;W@›se:…žÊI½mMÖ','',0,'?'),('‘Ô1÷¬–ÏÕånOã','wp-content/themes/thrive-theme.old/architect/inc/backbone/element-states.phtml',0,'šáƒþþÝJÞ^’1ò»o','šáƒþþÝJÞ^’1ò»o','?ªpmånÙ Kæ\\¡C\\ÿË:°…‹·v®Îç\Z€þ	','',0,'?'),('An$«_‘¶æcš%ìÌš','wp-content/themes/thrive-theme.old/architect/inc/backbone/elements/button-icon.phtml',0,'£¨>nÑÕ1 \ZÓú§','£¨>nÑÕ1 \ZÓú§','Âd³ïæÿw\'ñ¹Ü¯DÅo¶EÕ\n…[\rx‹8¦…','',0,'?'),('O µ¸òÙ•[j.z9Â	','wp-content/themes/thrive-theme.old/architect/inc/backbone/elements/social.phtml',0,'ð¯Þü´äälÇ0|‰ò–ú','ð¯Þü´äälÇ0|‰ò–ú','«íçé¿jaÏú:y,œ¼•îEŸôóÄžË3‘€ì›A»¥','',0,'?'),('„à<Ì6ŠâBàû3ïeP','wp-content/themes/thrive-theme.old/architect/inc/backbone/inline/column-options.phtml',0,'pf€,Æë\nCìXE³£','pf€,Æë\nCìXE³£','©[/‘ÍÜ(&jï¬M~û_ÒÇœ±sbMg‡×','',0,'?'),('ÿeEæôL£?aI!]Ÿ','wp-content/themes/thrive-theme.old/architect/inc/backbone/inline/content-templates.phtml',0,'òS1Œ	.lôâgO¡´','òS1Œ	.lôâgO¡´','Åf,‰æ`Ü–g¶ëTJi²>6³<õîHN','',0,'?'),('[\\™läaSùIã*$¼—','wp-content/themes/thrive-theme.old/architect/inc/backbone/inline/edit-mode.phtml',0,'\0\"kÜÓ¿*=Þ˜¹¢R9–','\0\"kÜÓ¿*=Þ˜¹¢R9–','8Dv£Þ§1·EW+!\rà.§hTI4»ñ:ó—»“Ýtÿ','',0,'?'),('íß÷çÍ6¢ïX¤™¾‚f','wp-content/themes/thrive-theme.old/architect/inc/backbone/inline/inline-responsive.phtml',0,'žl øÓ^UT}enik¾¨','žl øÓ^UT}enik¾¨','2«žË°RºÞã7àU¾ˆb­jU‚¾{„Ó:Ý‰','',0,'?'),('lŸ,Úý„_°-vç+‡z','wp-content/themes/thrive-theme.old/architect/inc/backbone/inline/inline-shortcodes.phtml',0,'\\‹¢ËRq®Ù@2P)¦','\\‹¢ËRq®Ù@2P)¦','Ë€ØÛ²_a‰Ï¸÷\ZA¡]¥b	Vç¼4…ýÍ‹ì','',0,'?'),('!Â	-ßW\rþ^ßôµ','wp-content/themes/thrive-theme.old/architect/inc/backbone/inline/table-size.phtml',0,'Þ\\x>öÖ\n´ìQ¶“\ZCÇ','Þ\\x>öÖ\n´ìQ¶“\ZCÇ','èœÑü˜ /²{0v2úµq[ƒv‘À¨G¹C?©³Mÿ‡','',0,'?'),('{åM/WÜDáßæàÂô','wp-content/themes/thrive-theme.old/architect/inc/backbone/landing-pages/delete-confirmation.phtml',0,'ÇÎÔ[‘ ý\']ïó','ÇÎÔ[‘ ý\']ïó','7„.9wÙß\ZìÔ7[@÷ÿµl@$šõU1‰n#9','',0,'?'),('öm¯CÄñ?ú€8d7½R','wp-content/themes/thrive-theme.old/architect/inc/backbone/landing-pages/font-settings.phtml',0,'+ð 5ÚÇ]Bû1EO','+ð 5ÚÇ]Bû1EO','ÖTp³º\'Št	×£~õt¼ñK¸\"—2ã_æAª9','',0,'?'),('°LÐ¸r¾\"¶ÏßTþ’fö','wp-content/themes/thrive-theme.old/architect/inc/backbone/landing-pages/link-settings.phtml',0,'Øäú„¥x‹/*à+\"É\rÚ—','Øäú„¥x‹/*à+\"É\rÚ—','`{ˆì­¿™ÿ©Ô»öo†?gUff~ŠàU€“l‚','',0,'?'),('C	„~ªS÷½®)4R','wp-content/themes/thrive-theme.old/architect/inc/backbone/landing-pages/lp-set.phtml',0,'£öC¤Ñ«v^‡U’{çR','£öC¤Ñ«v^‡U’{çR','ùã­i°5,|å2$‡Ó¸)xXÝÝUÄ½mí¦ÞïÜþæY','',0,'?'),('QH%3Jº\"Ï\ZlÑïó5','wp-content/themes/thrive-theme.old/architect/inc/backbone/landing-pages/lp-template.phtml',0,'ÿ$þ²N0üb†g,Ð y','ÿ$þ²N0üb†g,Ð y','À¨Ê84Hb4æS\'\rw§¾| ÄŒAÚúkn4TÉÊÄ','',0,'?'),('üPpøDfÂ\"ºìä0','wp-content/themes/thrive-theme.old/architect/inc/backbone/landing-pages/lp-text-templates.phtml',0,'ð¿#)›Gfê[âLèxS','ð¿#)›Gfê[âLèxS','·X\\¡òÏ´|£vHã×§ûNØ´ûš4Ež‘Ð`B','',0,'?'),('«f¬VG½‹Ò®%Pnm³','wp-content/themes/thrive-theme.old/architect/inc/backbone/landing-pages/tag-item.phtml',0,'c`æ„@<±8\\B\Z¾ÎÞ+ö','c`æ„@<±8\\B\Z¾ÎÞ+ö','VQø’<¸/Á¿S(›yƒ½Ô*Ç@ÂÊ“ýÿ?À‡]NáC','',0,'?'),('^hFj­Håxr|#»±µ8À','wp-content/themes/thrive-theme.old/architect/inc/backbone/lead-generation/api-card.phtml',0,'Ù,0Ã†¢\"OO…¥kâú','Ù,0Ã†¢\"OO…¥kâú','B ÖÏiVÃ8Fp\nKžk¹Ïûy VuqÕ\Zµ','',0,'?'),('9ÔÄÆzfŠR\Zöœv\ZB','wp-content/themes/thrive-theme.old/architect/inc/backbone/lead-generation/api-field-add.phtml',0,'‰@p>oï²YÐº˜@›{ç','‰@p>oï²YÐº˜@›{ç','‘ñCCŒþõ7¿ÝØÓý¼èlîE‹¦ô!‰\r“C','',0,'?'),('éÒÏ˜t«Ö¦î1„)oíï','wp-content/themes/thrive-theme.old/architect/inc/backbone/lead-generation/apis/activecampaign.phtml',0,'­àøsWðžJ1/D8Í','­àøsWðžJ1/D8Í','”À”%*ªa¬Ü»ï>Óßª’kHÏÕ\nå‘×{ïZ','',0,'?'),('œ¶r‰:­BãA•oCË$','wp-content/themes/thrive-theme.old/architect/inc/backbone/lead-generation/apis/aweber.phtml',0,'òWìÛäè²ªÆºªó,y‘','òWìÛäè²ªÆºªó,y‘','0\nÞ,ZÈ>47f@ëÊ€¦â9qŽ#£\nrÊ}ö\'','',0,'?'),('¹e9ó8ûI0#§ÓOÔñ','wp-content/themes/thrive-theme.old/architect/inc/backbone/lead-generation/apis/default.phtml',0,'*Øç¡tµ÷zF´ ›¤','*Øç¡tµ÷zF´ ›¤','úh‚h»‚ù²»Q@¼€¢£ï7KÏ§8ã£ˆ','',0,'?'),('H+ˆip.rp­—èŸ0U','wp-content/themes/thrive-theme.old/architect/inc/backbone/lead-generation/apis/drip.phtml',0,'Ns\"$¹×^ìæµHšT…','Ns\"$¹×^ìæµHšT…','åÆ`.c,Æ\r\ZÝ½°Zé¤œ‰]\nÆ£ª>\Zñ[È»','',0,'?'),('6‘øiþlo°3ýºè—','wp-content/themes/thrive-theme.old/architect/inc/backbone/lead-generation/apis/extra/mailchimp-group.phtml',0,'kT§“)Êt_P¥š8‚Ò‘','kT§“)Êt_P¥š8‚Ò‘','€P\\ÃOñÑû\nrj@ƒN8Žï‚A ¯’Ä†‘šCUü½','',0,'?'),('·:ïBÈòºÙ³hvˆà`²‘','wp-content/themes/thrive-theme.old/architect/inc/backbone/lead-generation/apis/extra/password-strength.phtml',0,'b|Ûª¨^OéîÆÑ|É¢2','b|Ûª¨^OéîÆÑ|É¢2','V„RËËìXh/Ú ¨¸Ú¢1×Ï†Ï¡w\'','',0,'?'),(' pYÐqê×°,]Ü‚Ú','wp-content/themes/thrive-theme.old/architect/inc/backbone/lead-generation/apis/get-response.phtml',0,'¹þ.æ‹ÔÌýÜžzõA´','¹þ.æ‹ÔÌýÜžzõA´','¼;;¡ëêOÊœ³fÛº=mý#lGyÙ	c96˜­%ã','',0,'?'),('ð‰Ì¢‚·|­h_€£]','wp-content/themes/thrive-theme.old/architect/inc/backbone/lead-generation/apis/klicktipp.phtml',0,'4ò@<á,|NrF#Ñ','4ò@<á,|NrF#Ñ','à|‡¨µ\r8\Zšžojw ¯ºàÄ“9ýOJ¨Ý‘‘','',0,'?'),('X¢ vÇâB,õ0[^Á','wp-content/themes/thrive-theme.old/architect/inc/backbone/lead-generation/apis/mailchimp.phtml',0,'Û““Ò¾ÐI‚“¥ÄFƒp—','Û““Ò¾ÐI‚“¥ÄFƒp—','>Ïd×åý>‡¼9¢õ¨û¼œµ©åêXÐuÙ`·öôSÇ','',0,'?'),('lÒ+Ã¾åø*ð»î!éÑÇ','wp-content/themes/thrive-theme.old/architect/inc/backbone/lead-generation/apis/sendy.phtml',0,'h³ÄÀTÅI0\rõ¾{ñæ','h³ÄÀTÅI0\rõ¾{ñæ','³8’Œ•î=¾öˆÔ–bÁÆMŽ)“ÿå‚>)B%/','',0,'?'),('Êÿça±åA\\Ø¢óMXå','wp-content/themes/thrive-theme.old/architect/inc/backbone/lead-generation/apis.phtml',0,'>.ºuuêX’Wñ®#','>.ºuuêX’Wñ®#','(}_bEvÐÓRÂX‘üx Gâìè;ìàÚñ','',0,'?'),('17=þ[N±.]|êx(FÜ','wp-content/themes/thrive-theme.old/architect/inc/backbone/lead-generation/breadcrumbs.phtml',0,'p¯M†ï7>g,[Ü\r','p¯M†ï7>g,[Ü\r','YEü\ZÀ°Ÿm šNÅn1ŸŸ½	V\\¨ÇßÊ¬ûÚñv','',0,'?'),('Ùò0ÝÒØgá£lûý«Ÿ°','wp-content/themes/thrive-theme.old/architect/inc/backbone/lead-generation/consent.phtml',0,'¦þ¥ÞÛ4ÁÚ°Ø–ÉwÆ','¦þ¥ÞÛ4ÁÚ°Ø–ÉwÆ','>²êB=7jf?‰µníÐûé·•y×Ãž0Ì7ƒ','',0,'?'),('OµÏò¯ÉF§§:ZGî«a:','wp-content/themes/thrive-theme.old/architect/inc/backbone/lead-generation/custom-field.phtml',0,'4Ü\\Aú\0!·áuK&Ã','4Ü\\Aú\0!·áuK&Ã','B¹¤c·D‘UèfºÉ±“GŒruÓ§½ ÇÙ©ìÒ½ô','',0,'?'),('™¯‚Åk;–ªCbø—²P3','wp-content/themes/thrive-theme.old/architect/inc/backbone/lead-generation/edit-api-card.phtml',0,'Â¾kfnœ\"È	|ˆ8\'','Â¾kfnœ\"È	|ˆ8\'','\'O„b >üØå#nÙ\"FHÜ¬´DT¸¥ÂrPÏ°1','',0,'?'),('œ±Øhea`€Õ\"“î^«9','wp-content/themes/thrive-theme.old/architect/inc/backbone/lead-generation/edit.phtml',0,'²Ë=)\'‘^Ã£dŽ B©­','²Ë=)\'‘^Ã£dŽ B©­','ÞÇ„ž C­›~¥¦Âð40v\rµ<¶šdyëOC)ü','',0,'?'),(';ïB\"è½·”½b5L’\rý','wp-content/themes/thrive-theme.old/architect/inc/backbone/lead-generation/errors/item.phtml',0,'Mz6´9›v	IL›ï\r','Mz6´9›v	IL›ï\r','ìT\Z\ZìF4åÓTsâ2O¸L–öŠí®¹«t#Kd£9»é','',0,'?'),(']“¤¶(bíuÒwÑ2XŠ','wp-content/themes/thrive-theme.old/architect/inc/backbone/lead-generation/fields.phtml',0,'Œ™ºQ·ñçªšÐÂ;,Ì:','Œ™ºQ·ñçªšÐÂ;,Ì:','—¯×>#d01\\®lMÈãçyÉ¥¢ü_D¦á6Á=»','',0,'?'),('ô\Zl†ÝNÎäw	ùy›z.å','wp-content/themes/thrive-theme.old/architect/inc/backbone/lead-generation/form.phtml',0,'dK<˜?5ú[UÍ%CÂ]','dK<˜?5ú[UÍ%CÂ]','y†Âcs‚ÉÞØî+²)×ˆ•£9…ø®oâ‡F','',0,'?'),('ì	qØvVOÌüoî<¶o×','wp-content/themes/thrive-theme.old/architect/inc/backbone/lead-generation/start.phtml',0,'&B»|ûcå3DºÂl!','&B»|ûcå3DºÂl!','†ýý˜LÞèú­\n„†¥Wáœœ]PRÜôm\r¸Vƒ','',0,'?'),(',ø„2r{/\ZÒCž^]','wp-content/themes/thrive-theme.old/architect/inc/backbone/lead-generation/submit-options/card.phtml',0,'±˜¯¸{½Ž0˜#CˆFD','±˜¯¸{½Ž0˜#CˆFD','ÅïXÀøÎ³uR×\'ÔÖ²‹)w4Ç™”øùMxY3‚B','',0,'?'),('¿9Aw¨ñŸU¨¸ãÀ(I','wp-content/themes/thrive-theme.old/architect/inc/backbone/lead-generation/submit-options.phtml',0,'ˆ÷ÛÌ\0#vÇ§Lý%ÈOé','ˆ÷ÛÌ\0#vÇ§Lý%ÈOé','Gí‡÷õð³é_uöç?D5†DÀ®¾Q18ëH#ƒ·Ç£','',0,'?'),('=Â8GU…ýºX§F×¹¶rl','wp-content/themes/thrive-theme.old/architect/inc/backbone/lead-generation/wordpress-option.phtml',0,'¢MÈw/fvˆ~rGýÈ¡2','¢MÈw/fvˆ~rGýÈ¡2','£_U)Ì*a1i39õ3_Ûs>÷R‹;Ï4$:','',0,'?'),('©5#uY@’+Ž=%“‰\r','wp-content/themes/thrive-theme.old/architect/inc/backbone/lead-generation/wrappers.phtml',0,'»¬fïŒíváK%á·«0ï','»¬fïŒíváK%á·«0ï','‡T.ÓTS|+~FKbc¡•»:ŽF,ðM#“½û','',0,'?'),('ß>k£!ˆ6”©\'=®ç','wp-content/themes/thrive-theme.old/architect/inc/backbone/modals/cf-settings.php',0,'p¡üÓ|íã´ƒ¬OCÛTú','p¡üÓ|íã´ƒ¬OCÛTú','ò’­b8VuËå‰‘™ËãPÙOHŒÏM³~‡t&˜ÉŽ','',0,'?'),('‚`Çƒ‹ô&ëEü¾','wp-content/themes/thrive-theme.old/architect/inc/backbone/notification-box/error.phtml',0,'=[íLŽnÃ0\0ÙËt1x@ì','=[íLŽnÃ0\0ÙËt1x@ì','c8%‡#h…qG5UmÀísÓ¬vê&A½òÙêÉ=ê™','',0,'?'),('gLQŒËŽGÀ±K$ýùâ]','wp-content/themes/thrive-theme.old/architect/inc/backbone/notification-box/info.phtml',0,'®:´ÿÅ÷u8×(ýF	5–','®:´ÿÅ÷u8×(ýF	5–','Üæ-Ø…¯µËú0Ûþéó3ËÑC4-­ôëÃ‹\"$Ô','',0,'?'),(')”å]=p¸ž.uiš:','wp-content/themes/thrive-theme.old/architect/inc/backbone/notification-box/success.phtml',0,'7Ïú•L²Ó\0çŽ¿>OF„','7Ïú•L²Ó\0çŽ¿>OF„','(RÝssù,tT¹¸m9˜1R\nD-FòJ:Ž{c%yo','',0,'?'),('Õ@¡.×f#´˜ À³šœF','wp-content/themes/thrive-theme.old/architect/inc/backbone/notification-box/warning.phtml',0,'“­è]~åxø2=@Êfñ','“­è]~åxø2=@Êfñ','ìy±	ÀT¹ûgˆ¼«¬–¢¡›Õ…F~xo8©ÑîŸßÄ','',0,'?'),('ÓolL)©êwýò:XSû','wp-content/themes/thrive-theme.old/architect/inc/backbone/page-events/actions/lightbox-preview.phtml',0,'Ñx›±dí¹_”ªþgå“X','Ñx›±dí¹_”ªþgå“X','-6ñàOMBV¶ÂSQz„Kz‘ÖÑÄ3ŸÞSûy|)ˆf','',0,'?'),('ÃWëqMN¨S1Òçšåß','wp-content/themes/thrive-theme.old/architect/inc/backbone/page-events/actions/lightbox.phtml',0,'SrÄ›€Ütü˜öKw¼wû','SrÄ›€Ütü˜öKw¼wû','Ÿà’Ôÿ)yfæÙúvvãÿJ¨ª\nhô‡t•ç\'Sð;','',0,'?'),('¹„Ñ†±¦6\0înáÍkw','wp-content/themes/thrive-theme.old/architect/inc/backbone/page-events/form.phtml',0,'–¢)\'Ýª¨¿a+æb– t','–¢)\'Ýª¨¿a+æb– t','süGïØí;”÷ê–ÆjÊ•,-š¾oµu½ÿŸÊÖ','',0,'?'),('ºV*3F†÷%+.ý€gÌu','wp-content/themes/thrive-theme.old/architect/inc/backbone/page-events/list.phtml',0,'×Q‘M;¨ÒºqsÔ07Æäñ','×Q‘M;¨ÒºqsÔ07Æäñ',';O(ôLzwêO±7¨§)ô“eÍ·œWî¿¡À‚XÑ ','',0,'?'),('™[»R¼Äõ„üéó%öü„O','wp-content/themes/thrive-theme.old/architect/inc/backbone/page-events/no-events.phtml',0,'=ë¸±Þ4†äB¯i','=ë¸±Þ4†äB¯i','¢ª%æYËJ¼^U8µ+C_bæq%·qõµ¿\"]','',0,'?'),('Ë,É0î—úòšÈÑù<Œôþ','wp-content/themes/thrive-theme.old/architect/inc/backbone/page-events/triggers/exit.phtml',0,'Íò<;ÞF[iØÓ5æH','Íò<;ÞF[iØÓ5æH','ÝµÖö³Ï\0W×-B)­:åGýnâNÞDœÙ\nÅ¡ÒX','',0,'?'),('ÜQ£¥I¤ç¹ë5¦4ïàY','wp-content/themes/thrive-theme.old/architect/inc/backbone/page-events/triggers/timer.phtml',0,'#26¹¹k2Ï–MTÏ†è','#26¹¹k2Ï–MTÏ†è','¾â@…JE‘Y¤JCÎÉÉ…}ÞÑ\0«¡ÑŠêÜ¾|<–','',0,'?'),('éàò§*É½†Éþv£','wp-content/themes/thrive-theme.old/architect/inc/backbone/sections/item.phtml',0,'8ðìðÇq–ê;M•VF£','8ðìðÇq–ê;M•VF£','G(ç³E™Ü€É»Q˜ð\rùpóþø\0@Æ 5ˆ«id','',0,'?'),('–`Ê‡ÁÞÁ~‰Zùû*P','wp-content/themes/thrive-theme.old/architect/inc/backbone/shadow/no-shadow.phtml',0,'h‘Pü#Ükƒ.>Áê?%','h‘Pü#Ükƒ.>Áê?%','W§Cmîp8†ÈÚaÛ¦ÙjT1‚ã(A°»íˆS/ó','',0,'?'),('!Î)±oÔÈÝÀ&BGîÉ','wp-content/themes/thrive-theme.old/architect/inc/backbone/shadow/shadow-entry.phtml',0,'•ÅÑ/h *mokÞ','•ÅÑ/h *mokÞ','>–š?îÑO|þòà–²Ð(Ìï®ÿ23±k›yj–','',0,'?'),('H·¼½(BuYö`‹\\8','wp-content/themes/thrive-theme.old/architect/inc/backbone/symbols/content-template-item.phtml',0,'µ4<?7s\ZÚb—¢7Lj©Q','µ4<?7s\ZÚb—¢7Lj©Q','t\n	Å\nùP»ÖÁOÇÖ@<hMÑTå:ˆæôk`\Zý{','',0,'?'),('qsðq7.Ãû×D','wp-content/themes/thrive-theme.old/architect/inc/backbone/symbols/create-item.phtml',0,'zˆˆßl³IV»àšÚ¥h','zˆˆßl³IV»àšÚ¥h',' m \ZnS’Î7€\Zi\\Áê”À¬\\Zö÷®‹©eVÕ','',0,'?'),('Šs¿1Dt˜m%yO%v','wp-content/themes/thrive-theme.old/architect/inc/backbone/symbols/get-symbols-error.phtml',0,'Aàñ×‹/LJ:µ¹ Á›˜','Aàñ×‹/LJ:µ¹ Á›˜','B¼mVµÐUJFÓTß«~±us‡Š	ºìjÁäÖa','',0,'?'),('¬I ýŸøœbPY Ý…×^µ','wp-content/themes/thrive-theme.old/architect/inc/backbone/symbols/item.phtml',0,'!µ~GéÕ×;ukå{Å','!µ~GéÕ×;ukå{Å',']LüNyËp¨ŠpàL<@fWäªaRÒÛ\ZxŽq[öí','',0,'?'),('w¨Yš‡m#x¿c>]ø','wp-content/themes/thrive-theme.old/architect/inc/backbone/symbols/save-templates-symbols-error.phtml',0,'£S$&6q†\Z|.b¯Õui','£S$&6q†\Z|.b¯Õui','p[¹RJÚD,Ð6uúª…}Ï/H\\¥¼¶ÔÁ²îe','',0,'?'),('µ‹JHû2Ù„ƒò±UfŽú','wp-content/themes/thrive-theme.old/architect/inc/backbone/symbols/section-item.phtml',0,'ºÔ¤ç		á¡,o²@è','ºÔ¤ç		á¡,o²@è','õ²|.U$%”‡ÀÀ‹ÎlÇ	—b6“g¡FÄ²®fãÉ','',0,'?'),('ÚŠ/R7«†ÌÂÿö1©Zu','wp-content/themes/thrive-theme.old/architect/inc/backbone/symbols/sections-container.phtml',0,'4ô!Á¹œ\'‰‚à=‚Ä™˜W','4ô!Á¹œ\'‰‚à=‚Ä™˜W','€ãmH@­ºtÁŠiÜŸNUàŠ2±FPš«D','',0,'?'),('Éùãý‡yFÁ¥\"°€€v','wp-content/themes/thrive-theme.old/architect/inc/backbone/symbols/sections-message.phtml',0,'°¡\0GZ!»/ÚŸ´Ó\0~','°¡\0GZ!»/ÚŸ´Ó\0~','­Y¶Ý÷mÀ’së¯2+[·ÖÀAw6ž)£­N','',0,'?'),('6ŠÛ†FÁŠ=˜»¢Ó¥','wp-content/themes/thrive-theme.old/architect/inc/backbone/util/edit-as-group.phtml',0,'b)c\\`9cÔõÕñ^','b)c\\`9cÔõÕñ^','º…jym©æZ|®ó_ð§ÞfK%ßø	î¥³\Z%±	wöGú','',0,'?'),('˜w˜Äø†¾Y-UoÃ','wp-content/themes/thrive-theme.old/architect/inc/backbone/util/favorite-colors.phtml',0,'œþJÂR­ñ\'³~¦D\Z]x','œþJÂR­ñ\'³~¦D\Z]x','2m¿(ò¿´]0rÁóB\"\01AÚ†¤%mñ8n3d','',0,'?'),('ß{ãÌÂ®Ù–d6/jæô','wp-content/themes/thrive-theme.old/architect/inc/backbone/util/file-picker.phtml',0,'àXÖ«ÿWUjÂÜ¬Û','àXÖ«ÿWUjÂÜ¬Û','l#¶H,Xö}PPYBò4Ý®¤ØâÕ`\\˜‚ðÊþe','',0,'?'),('\ZºŸNýR‹\\æ1ÙØÈ\Zã','wp-content/themes/thrive-theme.old/architect/inc/backbone/util/icon.phtml',0,'¥.ÃD+èü½ú¿£¿','¥.ÃD+èü½ú¿£¿','üM‘„YFsÁšµÛË±—Åyõïž¸ñ­QCþ7šä','',0,'?'),('’7”Þ\r4!†ÈloˆŸ|ß','wp-content/themes/thrive-theme.old/architect/inc/backbone/util/input.phtml',0,'µ$kšSõˆiç;<ºì[','µ$kšSõˆiç;<ºì[','ìŠî@vSŒ6”#ŒË£Q¹Wqõ 6îÍ¼öZç¬Hó','',0,'?'),('óÛ•¿¬ñ·mxhÈÚëgI°','wp-content/themes/thrive-theme.old/architect/inc/backbone/util/link.phtml',0,'-,°ƒ%BôçÔ‰Ñ','-,°ƒ%BôçÔ‰Ñ','p|Œâ@\nÔŸ.°ŸÜ”Ñ¸äÑÝ¼#`Õþý7u','',0,'?'),('ØÆ¼ð&¤—ÛI×Ðº¯','wp-content/themes/thrive-theme.old/architect/inc/backbone/util/list.phtml',0,'ÿA]-«·N¿â¹;m¸Œ–','ÿA]-«·N¿â¹;m¸Œ–','Y¯»­è\"ÉL{\r\Zpe¦ïØR|aÎ_=€ÝÌ·','',0,'?'),('ÚŒž†òs3Ó½3\Z¿QZT','wp-content/themes/thrive-theme.old/architect/inc/backbone/util/option.phtml',0,'Oª‚·]\n4ª¯Ý”]è±c','Oª‚·]\n4ª¯Ý”]è±c','Fš¿ô5æKÝ^iM\n,ÓÆò*nxó²ÉÖ+Eóê§×‚','',0,'?'),('ø’C,NÇ÷‚ød¦bÖËœ','wp-content/themes/thrive-theme.old/architect/inc/backbone/util/svg_icon.phtml',0,'ÙTO…“œøÁó	P|Ò\"','ÙTO…“œøÁó	P|Ò\"','¦½ð9E=vo!øF¯È6F7\'!v.ú”É\"YPó¤','',0,'?'),('¸c/÷TßÔ›af\\§|','wp-content/themes/thrive-theme.old/architect/inc/backbone/util/video-file-picker.phtml',0,'¤Qmµ$AMæ3‹>…7;','¤Qmµ$AMæ3‹>…7;','o¾ÀžöWd‰W]|_ávªo6F#ÊlBR0ŠèåÂ­ï','',0,'?'),('ˆ²Å·mîÑäñåÉjcŸÆ','wp-content/themes/thrive-theme.old/architect/inc/classes/class-tcb-cloud-template-element-abstract.php',0,'ÐD]?7Ss‹ö\'×@uõ¥','ÐD]?7Ss‹ö\'×@uõ¥','¬“%[:\\œU/}æ5]ÚFéW1ñ…KgwÂ\nœ¡','',0,'?'),('Å@JÑqµÞÈJÓýØ½Ð','wp-content/themes/thrive-theme.old/architect/inc/classes/class-tcb-contact-form.php',0,'(ÜŽº	#¬N|õe·èo','(ÜŽº	#¬N|õe·èo','ú‹¨œj;u™wº¨˜æåæ}½¿UVêÓIC¸ÐóÐ‚','',0,'?'),('ë!f™is¸tSÐ×ðý6Ê','wp-content/themes/thrive-theme.old/architect/inc/classes/class-tcb-editor-ajax.php',0,',œnup×ÛY/\\…vÓ-',',œnup×ÛY/\\…vÓ-',')¥ó»÷³\0¾{k§œ«/KSÈ+ªm‚ßÏ‚ÓmŠŽ','',0,'?'),('xu%úQ_¡oúö$°§§.o','wp-content/themes/thrive-theme.old/architect/inc/classes/class-tcb-editor.php',0,',&¨w´ñ71L-KÎe',',&¨w´ñ71L-KÎe','ßh(Ÿ<3Ý2ef5‡W©ãû¸ŸÝK]o!ŸÕ4‰8í[','',0,'?'),('Èu,‹{Ðàà*xôàRáÎ','wp-content/themes/thrive-theme.old/architect/inc/classes/class-tcb-element-abstract.php',0,'`µêH³‡ñ~C-EHU¢','`µêH³‡ñ~C-EHU¢','Üy dW¨\\J´þ!Æ=‚L$K9Q«ä¢ìV¶>¶ìq','',0,'?'),('ÖgZ[áJóæŸzOœoî','wp-content/themes/thrive-theme.old/architect/inc/classes/class-tcb-elements.php',0,'±#J\'æ¦Cá%Ä…Aìá:','±#J\'æ¦Cá%Ä…Aìá:','á¡KÄ…VõLZu¹]ÈÃÌ†Ÿ(\rîï„Ts«#ñ—Õã','',0,'?'),('5°úpBlŠ´àÐ–½•','wp-content/themes/thrive-theme.old/architect/inc/classes/class-tcb-font-manager.php',0,'Ji¥n½CF¡È‰\'fÑ¤æ','Ji¥n½CF¡È‰\'fÑ¤æ','ß8oüf—SÉ,ÇäÁl•kYGƒÇh2‹ñî›¾èÑ0ß','',0,'?'),('è$9^8ýh>–:D¶“.ZÔ','wp-content/themes/thrive-theme.old/architect/inc/classes/class-tcb-icon-manager.php',0,'Ð>FqÂQ\'T—Ÿ%}~q','Ð>FqÂQ\'T—Ÿ%}~q','±æTmðáö–µî?‚yÇµäú¼ª £ÛPõ~5â','',0,'?'),('•‘É™veÂª¾&[','wp-content/themes/thrive-theme.old/architect/inc/classes/class-tcb-lightbox.php',0,'V®+a¸Oá?Ãå­-×\";4','V®+a¸Oá?Ãå­-×\";4','€¢ÏtÄ÷‰Ö`!¯ÛNÄ*F-ƒZú0üò{(øÁ&°‡ÐÎ','',0,'?'),('ÀNQv÷ÅúÛ5éVúxÊÒ','wp-content/themes/thrive-theme.old/architect/inc/classes/class-tcb-post-grid.php',0,'F‡\n­H)…º\'Øa2ö?','F‡\n­H)…º\'Øa2ö?','“o+­ºiAH›F=6Æ+Ù…Tj¼{üæ£3rJV','',0,'?'),('’4™P†[d=>$—4¤W«','wp-content/themes/thrive-theme.old/architect/inc/classes/class-tcb-post.php',0,'¤q1~ås»æ(ÈàZap¼–','¤q1~ås»æ(ÈàZap¼–','SçÉûq[¹Ìqb›iL÷Yf^b=%ÜJT¸ûu—@','',0,'?'),('k,õ\rÖ4ª=‡M«Ô','wp-content/themes/thrive-theme.old/architect/inc/classes/class-tcb-symbol-element-abstract.php',0,'¥Žþõúmkd}WÕ£,µ^','¥Žþõúmkd}WÕ£,µ^','±pu`¤,øZÒUn-q<@é°ª-’µ‘Üº÷Xð°','',0,'?'),('®]2Rb¡\r9ž-p„%û9:','wp-content/themes/thrive-theme.old/architect/inc/classes/class-tcb-widget-element.php',0,'’`GM¦‹×öqŽåáu','’`GM¦‹×öqŽåáu','d~ÉEs±úÎ_%qo•^ÑÛ“Ã‡\Z0:Ú\"Ÿ42','',0,'?'),('.jè””Ìê†k\n—·¶}','wp-content/themes/thrive-theme.old/architect/inc/classes/content-templates/class-tcb-content-templates-api.php',0,'äãL5k!ïwö2£gòÛ','äãL5k!ïwö2£gòÛ','¦m¬èqVïþµàÊ\Z\\3X6Þ‚ê.6R8ðÀõ|”','',0,'?'),('çt¯ZœÙ_1~ëã¿ÎZ','wp-content/themes/thrive-theme.old/architect/inc/classes/elements/class-tcb-button-element.php',0,'­–cÛnÛ»ŒÊïBY7r','­–cÛnÛ»ŒÊïBY7r','Öë>f:;}Éäé„\Zï\\5»¥ªWÀZ½@[þcï','',0,'?'),('ÖN<,EpÅÏà~öLÿu¾','wp-content/themes/thrive-theme.old/architect/inc/classes/elements/class-tcb-button-group-element.php',0,'JÍj#{!ÃäF†>Ia¤„µ','JÍj#{!ÃäF†>Ia¤„µ','SB/•Â!&Bnñº^qjèá÷AhFð[ =w','',0,'?'),('+dH›IÔXÑµ>¿ù¼ðJ','wp-content/themes/thrive-theme.old/architect/inc/classes/elements/class-tcb-button-group-item-element.php',0,'ÄSä²3[ºA£í5$f','ÄSä²3[ºA£í5$f','VrÆPØ†¹{ E?$½äŸ:›@Ö– VSw)Xnó','',0,'?'),('µ¸üóÿh1•*J÷Z7','wp-content/themes/thrive-theme.old/architect/inc/classes/elements/class-tcb-callaction-element.php',0,'•èGÍÑp¡2ì_TEÚ7','•èGÍÑp¡2ì_TEÚ7','ºòÂ~¿INìúšW4zÇ¬b7sØ?j|é3ö`ºŠ','',0,'?'),('äá3ï	 êM”&8²[','wp-content/themes/thrive-theme.old/architect/inc/classes/elements/class-tcb-cell-element.php',0,'“¼ø¤¸_Û”ÕáËÞ!{Y','“¼ø¤¸_Û”ÕáËÞ!{Y','\'ú$J6¿Ì~¢ÕOûŒz{†³“™¹ù\"À£˜{Q','',0,'?'),('Ë,ê‘oåÊ	EJ&\\p¨¸t','wp-content/themes/thrive-theme.old/architect/inc/classes/elements/class-tcb-column-element.php',0,'Åõklˆn²¦Ïæ(¬Vn\\','Åõklˆn²¦Ïæ(¬Vn\\','$(q~‰Ú²ÇÊh¼é}‘¡Zåþ—üw\"ªybóÙ','',0,'?'),('&V›_*¥)‰.(H9ÿcb','wp-content/themes/thrive-theme.old/architect/inc/classes/elements/class-tcb-columns-element.php',0,'³ß—Î\Z³ù3òô','³ß—Î\Z³ù3òô','ªÂÍåIš‡,#¥2½h-©½g¾ î_\'V™>~T®','',0,'?'),('uà­8ú”\"RLÏÇß!ò´','wp-content/themes/thrive-theme.old/architect/inc/classes/elements/class-tcb-commentsdisqus-element.php',0,'²—\r°7…Ê^¿£	Ì','²—\r°7…Ê^¿£	Ì','½CµœìCfq/qG¤ê¶ÅÏ*›Ù²‚µZ\\»ð»9ö','',0,'?'),('šë\ZG‚GõI†œ† -','wp-content/themes/thrive-theme.old/architect/inc/classes/elements/class-tcb-commentsfacebook-element.php',0,',À|P¸€3Î5(Yw†(É',',À|P¸€3Î5(Yw†(É','€hÆpNmÔÎ!\Z»`=hÓ\'jÿÝŠHP°ôŒ¾÷A','',0,'?'),('ûøŽÂaîæ¹=ÑUú','wp-content/themes/thrive-theme.old/architect/inc/classes/elements/class-tcb-contact-form-element.php',0,'ž! BvöóhÏïcâZ','ž! BvöóhÏïcâZ','•Õ	{úweJûÝå«ñ•!;µü0>(LOôö\0Oƒ„','',0,'?'),('À¥¦ò\"Ã?Îá»CÜ!Çˆ','wp-content/themes/thrive-theme.old/architect/inc/classes/elements/class-tcb-contact-form-input-element.php',0,'ÞäÎk¶WîìH7ER','ÞäÎk¶WîìH7ER','Å¹ƒ\ZôpWª˜®\'ùËÆÞj ÓB¡Î‡Ž\"R™‹¯|','',0,'?'),('O˜Ø_hÓ\Z°å»ñj™^','wp-content/themes/thrive-theme.old/architect/inc/classes/elements/class-tcb-contact-form-item-element.php',0,'>ƒ•ä>ßÁÎŸçRhöÎ\Z0','>ƒ•ä>ßÁÎŸçRhöÎ\Z0','µñ3çš]JpÆôŒox¨]‡Ô=Í3žEcÔÌ;','',0,'?'),('ñK!Á\r¿ô­y5EYèGó','wp-content/themes/thrive-theme.old/architect/inc/classes/elements/class-tcb-contact-form-label-element.php',0,'Ö–¡²âç:½ßÃŽ±¶','Ö–¡²âç:½ßÃŽ±¶','M·—…\0\'Vä•y\' <×{\0CBÇG*Ëng¼=×','',0,'?'),('\\2È…@\\ƒGìp}?p¨Ò','wp-content/themes/thrive-theme.old/architect/inc/classes/elements/class-tcb-contact-form-submit-element.php',0,'lÕ`™H…´ü*Ðü×','lÕ`™H…´ü*Ðü×',',Ð¦î=ÖP©ÁÑfuBšÿáÀùìRÄ”ÁD2Cm','',0,'?'),('\ró¡Æ@ËÊ«YÉ[3Õ÷','wp-content/themes/thrive-theme.old/architect/inc/classes/elements/class-tcb-contentbox-element.php',0,'V^´ZãWÌ<‚§\\ )','V^´ZãWÌ<‚§\\ )','›ŸqÐFL\rÒóGkåÜ§š•za\'s^·).°Ëkf¨ý','',0,'?'),('ª„`æ·y©ÊêŽqžwÝ','wp-content/themes/thrive-theme.old/architect/inc/classes/elements/class-tcb-countdown-element.php',0,'\ZŒ~°sn Ç(ö!Ž&Ú','\ZŒ~°sn Ç(ö!Ž&Ú','T	ì[;V	c±<ÿ†ÇPÙe6þá\'˜”YŠÐ=9k','',0,'?'),('V³¿Ó×nÏþûÒÏIX','wp-content/themes/thrive-theme.old/architect/inc/classes/elements/class-tcb-countdownevergreen-element.php',0,'a!s:r³VWle¾/\"u','a!s:r³VWle¾/\"u','\'P¦Yo+ÏŸØçq[É€f‰Þ\rJvo|SrÛ','',0,'?'),('ð°š`ò¹£åÈAæåâ-','wp-content/themes/thrive-theme.old/architect/inc/classes/elements/class-tcb-credit-element.php',0,'@¦rN•ÍZÃdK½Å½‡','@¦rN•ÍZÃdK½Å½‡','Qîdïz\0ü\rÎn\Z‚Ö5¡è+FÂü6M:z°:+¿€Í,¶','',0,'?'),('æb\râŒßÉÿn{‡&tç','wp-content/themes/thrive-theme.old/architect/inc/classes/elements/class-tcb-ct-element.php',0,'ÑàPŽVËø†ºþT6¢¡öÐ','ÑàPŽVËø†ºþT6¢¡öÐ','Ð(/ï]BSu¶4«42ªåìïáæ““Ì÷ÐMþ\n(‡a','',0,'?'),('ûí U<úE›™à\nwÃò','wp-content/themes/thrive-theme.old/architect/inc/classes/elements/class-tcb-ct-symbol-element.php',0,'^”¼ú®Ê˜êÛ~éª','^”¼ú®Ê˜êÛ~éª','\rÂëxFn\0€¿4D?z(ÓZÄc;Ò%Çƒ‹','',0,'?'),('féÁÐ¹Ñþ³ØJCÙû½','wp-content/themes/thrive-theme.old/architect/inc/classes/elements/class-tcb-divider-element.php',0,'k¨“ôñéGŽ¥3G¹à','k¨“ôñéGŽ¥3G¹à','~	],U0HC¡Q8ÿ­Ð%K,‚¦ø1ÁqÚ\r?8ÅI','',0,'?'),('ìnì¯£JžrQñ™v','wp-content/themes/thrive-theme.old/architect/inc/classes/elements/class-tcb-fillcounter-element.php',0,'‡V9;öe‚ºˆv<èÐòCž','‡V9;öe‚ºˆv<èÐòCž','Æ•¦Èi·Ò\"@@Ù¶ïflŸÛ£?W<©”‚wtd\Z^>ó','',0,'?'),('[±¡kp!°\n%qòK','wp-content/themes/thrive-theme.old/architect/inc/classes/elements/class-tcb-footer-element.php',0,'òµ‘2öýí:ð”‰¨vÏO•','òµ‘2öýí:ð”‰¨vÏO•','0kä6½ˆÃ_4¶]¢c›-c¹ŒœëE¬ñ¤Þ@','',0,'?'),('nÚbž¦ÇZÞòÉ*Õî','wp-content/themes/thrive-theme.old/architect/inc/classes/elements/class-tcb-form-icon-element.php',0,'µ7¸ÕwÕXë9Õ³käV»','µ7¸ÕwÕXë9Õ³käV»','á¡÷º³@ADê­òÿwÿ~ë}{˜æéP@w\r†mg„N','',0,'?'),('®ßgg<†}\'eD\"×a¦Z	','wp-content/themes/thrive-theme.old/architect/inc/classes/elements/class-tcb-gmap-element.php',0,'Z7L\'`í¿çNx*H¿#ž','Z7L\'`í¿çNx*H¿#ž','¾Á‚ÒæÊàX×\\zÓìm¶kSqð”æWNAÿé*Ï¥','',0,'?'),('ÃN¾Çà‚Å¯£Ë£ØQo','wp-content/themes/thrive-theme.old/architect/inc/classes/elements/class-tcb-guaranteebox-element.php',0,'1B{ÓjªÁÚX*\0Þ','1B{ÓjªÁÚX*\0Þ','åø±Ù†öÎ«¾›¾øI³ËÑÐã“\r{?,±ñ¤±','',0,'?'),('Çµw.%(ô	ƒ›90:î¿','wp-content/themes/thrive-theme.old/architect/inc/classes/elements/class-tcb-header-element.php',0,'BXÈ2“É€ÖJñ‹zŒ','BXÈ2“É€ÖJñ‹zŒ','Ž\nVcÜGØ=Ãm¬\0È&b7Y.½ÚI†€NýDä¾','',0,'?'),('qŠ âOm–2>z—S¹_ø','wp-content/themes/thrive-theme.old/architect/inc/classes/elements/class-tcb-heading-element.php',0,'u8ó÷Gq™Rfëk°¸åû','u8ó÷Gq™Rfëk°¸åû','Öð£ój$V°…iJ\01…|MFA×Ó8V¢ã°ÐÈ‰z','',0,'?'),('f“»4j†W»çoÅàaŽ4I','wp-content/themes/thrive-theme.old/architect/inc/classes/elements/class-tcb-html-element.php',0,'³íL`ÍF§j‹ÖŽf×ï','³íL`ÍF§j‹ÖŽf×ï','X!*nz—éòX‹ì\r\"ãèÜ’²ú	¯·`ÈÂÃi','',0,'?'),('®¡ÒÝÜ,Aü4Ž5¼º¡','wp-content/themes/thrive-theme.old/architect/inc/classes/elements/class-tcb-icon-element.php',0,'ÎŸù ²¹1ÏéØÂqj+Ò','ÎŸù ²¹1ÏéØÂqj+Ò','Òjs²¸œ#×u§ù»/ÕwBú{·ÝŒÅñm\Z','',0,'?'),('°‘ôþF¬(\ni ™³p-é','wp-content/themes/thrive-theme.old/architect/inc/classes/elements/class-tcb-image-element.php',0,'¬FGo[>H	<cßÉ_¯dx','¬FGo[>H	<cßÉ_¯dx','TÆeð”£b¯d\n4ÃnæQ¢*¦h@˜ööi','',0,'?'),(' ‡„,;§‚ Çâ×½$^Ò','wp-content/themes/thrive-theme.old/architect/inc/classes/elements/class-tcb-label-advanced-element.php',0,'Û#H”fRÍXîŸè¤Þ','Û#H”fRÍXîŸè¤Þ','‚ž²ÓÒ~+äžgátJ‚ø‰¥ÎëÑ8W1Ð|†Jm','',0,'?'),('XÚ ¡`‚âk–\nûÈºbt','wp-content/themes/thrive-theme.old/architect/inc/classes/elements/class-tcb-label-disabled-element.php',0,'‚Z¶”0ètÓSMáø','‚Z¶”0ètÓSMáø','‡Í¨u“b×ÞÓ\\º¾ ˜\"è-në„Ru,õ\Z1_÷Rr','',0,'?'),('@®ñ›Ö?ÐôPíº£ï','wp-content/themes/thrive-theme.old/architect/inc/classes/elements/class-tcb-label-element.php',0,'^\nÆŽÆpg|…W\Z~ïˆâ','^\nÆŽÆpg|…W\Z~ïˆâ','·Ál^[€&=Ô®Í¡QŠn )W²^l¢jƒMS','',0,'?'),('\\˜’Í9È»àAmð:\0h','wp-content/themes/thrive-theme.old/architect/inc/classes/elements/class-tcb-landing-page-content-element.php',0,'£øòÐœJ\"`Žˆ,C\0Gí','£øòÐœJ\"`Žˆ,C\0Gí','k_·Ÿ~µ|\0b)RQ­·T5Œš{éþÂï›—-K¶','',0,'?'),('™+âžæDAè›	ÎêHPäF','wp-content/themes/thrive-theme.old/architect/inc/classes/elements/class-tcb-landing-page-element.php',0,'\'Èw2üàd¨k°@ú+¢','\'Èw2üàd¨k°@ú+¢','¬!a™@örŽöye»Lï·‘–ÍÚëeB¬›JÕü','',0,'?'),('þè‘ó:B&\'A_\0g','wp-content/themes/thrive-theme.old/architect/inc/classes/elements/class-tcb-landing-page-text-element.php',0,'òÿf”7Ñ}x\nÅ,v(','òÿf”7Ñ}x\nÅ,v(','¹ìMEŸ},GßÚ7Á·šüAÇ_ÈÕµ´M¯ÇñG','',0,'?'),('Æ\'ë?m]!ºIÜ\"úlÐÊ','wp-content/themes/thrive-theme.old/architect/inc/classes/elements/class-tcb-lead-generation-checkbox-element.php',0,'žšÉPëÐíH´C7€@ÍéC','žšÉPëÐíH´C7€@ÍéC','ÊÌKÄl¬²?!žVÜkµX»\"\röïà,Í¦*O^ÂKi','',0,'?'),('<<iLÎšh†ÂÚ¥ÚG','wp-content/themes/thrive-theme.old/architect/inc/classes/elements/class-tcb-lead-generation-element.php',0,'¾\0UG¦<Üºx‚9…Ñüß','¾\0UG¦<Üºx‚9…Ñüß','A¯jŸ)zÙ¶ÜÆ±Ð¿K_m‰žðGÕÖR«JçbF¥™UÈ','',0,'?'),('\'Só…§»ƒ€\Zû&+°)','wp-content/themes/thrive-theme.old/architect/inc/classes/elements/class-tcb-lead-generation-input-element.php',0,'À¶\ZYÞ[ƒh{Ç§‰žhã','À¶\ZYÞ[ƒh{Ç§‰žhã','ŠjÒdÕw5!›¾]ÎúYšM&çÍdÁ¸º‰sbVŒ','',0,'?'),('ûª(¢[B6)oÓ€‰†','wp-content/themes/thrive-theme.old/architect/inc/classes/elements/class-tcb-lead-generation-radio-element.php',0,'wýUx\\ƒ)Cõ¶ê¿«þ ','wýUx\\ƒ)Cõ¶ê¿«þ ','T9”êÝN×+.’kB\'Nþ©ÁõÜÝqdb%7®‹ˆ¹','',0,'?'),('ûV–97ÚþŒ·‘¢4~m','wp-content/themes/thrive-theme.old/architect/inc/classes/elements/class-tcb-lead-generation-select-element.php',0,'s—$äÑ}(vqá³2•÷¥','s—$äÑ}(vqá³2•÷¥','»øÝï¶Á/8·,nÕÛÚ§i¶wº^\r]Ñr(ÉÈ0Ñ±','',0,'?'),('šs\ZëxÜO7„\'ßŒåŸæ%','wp-content/themes/thrive-theme.old/architect/inc/classes/elements/class-tcb-lead-generation-submit-element.php',0,'~S©°\n8Éó\0úçhû\n','~S©°\n8Éó\0úçhû\n','è/Û-\Z†Ä}”7}‡gÎŠ#_˜rÄLÂKÀ /','',0,'?'),('YeB4í—‰F»\'1øû½','wp-content/themes/thrive-theme.old/architect/inc/classes/elements/class-tcb-lead-generation-textarea-element.php',0,'ÿ*p¸êÏÇÞ‘{QÆY3','ÿ*p¸êÏÇÞ‘{QÆY3','’‚ßi$„ã\\FSP‚©ìÌTz†à,QK¯‹ç*e','',0,'?'),('àN°`ÿèä3«6C6–Î­','wp-content/themes/thrive-theme.old/architect/inc/classes/elements/class-tcb-lightbox-element.php',0,'óÇ8Þ\Zî^¤I·ÉìQÈA','óÇ8Þ\Zî^¤I·ÉìQÈA','¦Û³ºÎ2«‡ÒÔ£ÈjdN\\ÃNøÕÄ?Yk·–=','',0,'?'),('B­øƒà!=ÍlÖÜ*Œ©ö','wp-content/themes/thrive-theme.old/architect/inc/classes/elements/class-tcb-menu-dropdown-element.php',0,'¶ËHiª\ZWâíDÙ‡þ','¶ËHiª\ZWâíDÙ‡þ','1bjÖˆÖ/ö>Öd\Z9µÞÿ ÓËwá8ÐN¿oš.','',0,'?'),('\0`üàL\r>l4lIu','wp-content/themes/thrive-theme.old/architect/inc/classes/elements/class-tcb-menu-element.php',0,'ÄÑ»qèÁ\ZèŸ8Z‘&8','ÄÑ»qèÁ\ZèŸ8Z‘&8','Îb QM·ç–€ÝXË¢6c/°qÖlk¿¾œ~•ƒùè','',0,'?'),('S´vÖ˜ëNå¢ì‹¶~s','wp-content/themes/thrive-theme.old/architect/inc/classes/elements/class-tcb-menu-item-element.php',0,'y)T*Pìàž›x?zv$','y)T*Pìàž›x?zv$','r¨ïz¼/ÏQâµŽiøÂõ`œG³-=;›<)Ýš‘Ù','',0,'?'),('e‡YXq1D&>]Ä–','wp-content/themes/thrive-theme.old/architect/inc/classes/elements/class-tcb-moretag-element.php',0,'d3uY8‡¢X(¯ÖXµ','d3uY8‡¢X(¯ÖXµ','ñ%ÏN¸ÙÕJ›£u$pL‡¶†}ló ðC÷_ük¬n','',0,'?'),('ÉÎŒ]÷]ž­˜\r ÐÂ','wp-content/themes/thrive-theme.old/architect/inc/classes/elements/class-tcb-numberedlist-element.php',0,'ûü„Ü1O»©™º7py,°Y','ûü„Ü1O»©™º7py,°Y',' yc¤p¡éÐrŽ£ÃS’rBZ\0r*UÐ‚wâØÿÿ','',0,'?'),('&\r@ÒPÜœ&åo¿vÑ¡1÷','wp-content/themes/thrive-theme.old/architect/inc/classes/elements/class-tcb-plaintext-element.php',0,'AÎ1[Î‰ÂŠ\Z¬Ðåï@í','AÎ1[Î‰ÂŠ\Z¬Ðåï@í','ÅÇýz„ö=S¯!]†â1É„’R6“·ÌÓ†Ä`qª','',0,'?'),(',ŽÒÐlù‹81<Ãë','wp-content/themes/thrive-theme.old/architect/inc/classes/elements/class-tcb-postgrid-element.php',0,'\'ƒP‘í8‰è®¾$Ó\'','\'ƒP‘í8‰è®¾$Ó\'','?þÔPi Œò‘ÛÃà»$O™‘»MsÒÿ*¹æ“mß+<¤','',0,'?'),(':‘\\??À¦é*Jþ]õ†¦','wp-content/themes/thrive-theme.old/architect/inc/classes/elements/class-tcb-pricing-table-box-container-element.php',0,'{ø;ÉÐÅ¶ÔJÉ[<?Ø|','{ø;ÉÐÅ¶ÔJÉ[<?Ø|','3\n,Õ}ˆ¬nF®OâfbøNé·ž«ƒ<Œg;¼¯','',0,'?'),('}z äê¯E…|ÊúNµFè','wp-content/themes/thrive-theme.old/architect/inc/classes/elements/class-tcb-pricing-table-element.php',0,'Ïû«×e ÒÔ;Žzˆî:‹','Ïû«×e ÒÔ;Žzˆî:‹','÷°8A&Tñ—µ³àHP±âJ\0ùúÑ±¦ôÇyíËÃÒ','',0,'?'),('‘ƒrf({ÕrSWì!ìé¾','wp-content/themes/thrive-theme.old/architect/inc/classes/elements/class-tcb-progressbar-element.php',0,'1¸š­h\\YjÇ·¢gæ','1¸š­h\\YjÇ·¢gæ','LúÞ“O0c’#Pj (’ñØœy©OÜìò:D¨õG','',0,'?'),('<üyÜ|0ÂK•OÞ1“÷','wp-content/themes/thrive-theme.old/architect/inc/classes/elements/class-tcb-rating-element.php',0,'Öp\nÕS_pxga˜O½6Ì','Öp\nÕS_pxga˜O½6Ì','	tý|±PgØ.ƒLKæÔ,´K‘},«‘4ùNŠzÚ','',0,'?'),(':Æê`2)Ë¶j®Ir¯v>r','wp-content/themes/thrive-theme.old/architect/inc/classes/elements/class-tcb-responsivevideo-element.php',0,'årvëˆ?VÔ°+n¥æ$M','årvëˆ?VÔ°+n¥æ$M','E Ôýü*Tò²Þ@út©Bš‘¬¿·E‰o |ù§ºú¼','',0,'?'),('OëEw°ýÓäÉ™Íû8%','wp-content/themes/thrive-theme.old/architect/inc/classes/elements/class-tcb-reveal-element.php',0,'sC2Y¡í¡D<_Íþ}','sC2Y¡í¡D<_Íþ}','JôEªèÂþäI¬mP4³Gì8>ÁéE p £ì','',0,'?'),('‡ýa­pe…,7t=VÝà','wp-content/themes/thrive-theme.old/architect/inc/classes/elements/class-tcb-section-element.php',0,'s8öj^N°¡ŸÒÞ*æo','s8öj^N°¡ŸÒÞ*æo','F\nøàÏ¦på¥-}Æµ”YBqšúO÷˜ò¤‰È¯','',0,'?'),('%ât‘Òè¦æ²¨Ën›','wp-content/themes/thrive-theme.old/architect/inc/classes/elements/class-tcb-social-element.php',0,'SÜ’ÀÅÔk0G^‡ÃÝŒ%','SÜ’ÀÅÔk0G^‡ÃÝŒ%','\\ñ†æz$smTÁ¬Žiê‡¬U¯æO±Dd…p?ùœ','',0,'?'),('›¢±»†¯4îE×g©÷.','wp-content/themes/thrive-theme.old/architect/inc/classes/elements/class-tcb-stylebox-element.php',0,'Qºº]ƒ‰(eb¹›P»','Qºº]ƒ‰(eb¹›P»','à!Ä°*ÒùÄ|¿Öáü·þKÜ\0^Ò¤F \"~j(Z','',0,'?'),('ö¹#¬¶Tx dp¡Ê$A','wp-content/themes/thrive-theme.old/architect/inc/classes/elements/class-tcb-styledlist-element.php',0,'ôkà-Øˆ\"-gèš<IZ','ôkà-Øˆ\"-gèš<IZ',';ßëi„¬_á#¿‹‰Jž-Xêf³FÂô];Áá','',0,'?'),('CŒPº!†rÁÖvh|','wp-content/themes/thrive-theme.old/architect/inc/classes/elements/class-tcb-styledlistitem-element.php',0,'|Qká£!b`˜ô«wýxù','|Qká£!b`˜ô«wýxù','à~™k¥ø.>HNŠa*‹T…ˆ‰yF‚ðOrÁ','',0,'?'),('ßyHýî6ákšøÿÅÌ\\','wp-content/themes/thrive-theme.old/architect/inc/classes/elements/class-tcb-symbol-element.php',0,'qªK”œÉB-u˜XWÿ,&›','qªK”œÉB-u˜XWÿ,&›','I+fÏÔ¥ÿ°0PnçC%‡†¤5J²èêj*ì9°‘®','',0,'?'),('Øî‹#Õ±ØaÐL€²D€«','wp-content/themes/thrive-theme.old/architect/inc/classes/elements/class-tcb-table-element.php',0,'pw ÒhWÉtv/MÍ','pw ÒhWÉtv/MÍ','¦5ƒüpÂÉ\'Ñ·iÙí\rÓ®§oØ2kCê‡¢š','',0,'?'),('/äSl:‡ÄŠÁß¬´²€}ç','wp-content/themes/thrive-theme.old/architect/inc/classes/elements/class-tcb-tabs-element.php',0,'IPó©\\ÊdÂžBŽÉŠÂ','IPó©\\ÊdÂžBŽÉŠÂ','v	oz\0vÕÍ·¢Îp‚	DP|ãCN=¤ âl','',0,'?'),('¯é½oiŸÝ³ìó©X›','wp-content/themes/thrive-theme.old/architect/inc/classes/elements/class-tcb-testimonial-element.php',0,'×«Õ¨Wp\"Q,)½tcŸÌ','×«Õ¨Wp\"Q,)½tcŸÌ','bï`)ÈåÒ2Ä´=œŸ™Ó²á9³åÀœ†É','',0,'?'),('µ­<LÅw”/q©øíè–','wp-content/themes/thrive-theme.old/architect/inc/classes/elements/class-tcb-text-element.php',0,'õ²½\nÙ|ÔÿªÈß\'P','õ²½\nÙ|ÔÿªÈß\'P','ÔT`‰RÅJAb:¶øÄü“*1ç2¹0+Åª\'» 7Pe','',0,'?'),('wŽlêñï¯PàVÆ_ÒFÓ','wp-content/themes/thrive-theme.old/architect/inc/classes/elements/class-tcb-toc-element.php',0,'àæ˜ƒÃ†¾q¡ƒjx	','àæ˜ƒÃ†¾q¡ƒjx	','ø»•6Ê¼V)*Œ%aõXÌ5!\ZÒM\r>gãÑ','',0,'?'),('¬¶ü!ñ5YÞZjýsC','wp-content/themes/thrive-theme.old/architect/inc/classes/elements/class-tcb-toggle-element.php',0,'\ZÛßŠT@Šì\']õÍõxÐS','\ZÛßŠT@Šì\']õÍõxÐS','Â. ŠÆ‹R¹Ã2Þko<•šñq[ÑÍ¤QñÔ¬•ø','',0,'?'),('n”Z{°}>vå²{9õoŸ','wp-content/themes/thrive-theme.old/architect/inc/classes/elements/class-tcb-tweet-element.php',0,'Òñrôxf¨\nbW›ò','Òñrôxf¨\nbW›ò','d¿Ö€ƒÂ\0DDŽZAÿ‰;ó{ÕÖºyšDøtN¸iqã','',0,'?'),('w±F«$ð(›\0Á_ÜAl','wp-content/themes/thrive-theme.old/architect/inc/classes/elements/class-tcb-wordpress-element.php',0,'E¶Î8ÏW·•²5p_','E¶Î8ÏW·•²5p_','%7éÓJeSEÄÄr.‚òQÄGOkÔæº','',0,'?'),('ßnœ4hÒ£î›‚húé!ç','wp-content/themes/thrive-theme.old/architect/inc/classes/symbols/class-tcb-symbol-export.php',0,'¬\"»EPÝi±|DÐÒ Å=','¬\"»EPÝi±|DÐÒ Å=','EL	€LÌ„ÿ·$Pêpÿ¼\Z>»„9¤¾]\0£‡#·','',0,'?'),('ƒŸÂkÒ\n‹ìk%bVÕµÈ','wp-content/themes/thrive-theme.old/architect/inc/classes/symbols/class-tcb-symbol-template.php',0,'Ñà¤1:‚”›»™.áR','Ñà¤1:‚”›»™.áR','6 ë>]ÀËc®ÅúÄ\nyj{€ghÈL(6°Õ ÑyQ','',0,'?'),('?×8¨Íj¬úfs‹Ÿ','wp-content/themes/thrive-theme.old/architect/inc/classes/symbols/class-tcb-symbols-dashboard.php',0,'mp˜–É4fL‚¯˜T¨«É','mp˜–É4fL‚¯˜T¨«É','LvQ¸K—ìáls]I¸&ô\"£À5–iè6Rºîbâ','',0,'?'),('âcìTŠ—z;8³*¥Q$','wp-content/themes/thrive-theme.old/architect/inc/classes/symbols/class-tcb-symbols-post-type.php',0,'tD(¢ÊÃ¥Šb›Gðý','tD(¢ÊÃ¥Šb›Gðý','ò9éãÜÇ¨ \ZV¾obMÓ¡ªÐ2N*¸O–.ŽÚ','',0,'?'),('³œ{îi¬x–­à©íÞ6','wp-content/themes/thrive-theme.old/architect/inc/classes/symbols/class-tcb-symbols-taxonomy.php',0,'PM†Z2®×aÆ{q¾\nóß','PM†Z2®×aÆ{q¾\nóß','ëAyAÚÅ“»+Š3`NÙ(VTÆæ:2Fk^{2¾%§','',0,'?'),('C‘½ØN)¯t\"öC\nµ¼h','wp-content/themes/thrive-theme.old/architect/inc/compat.php',0,'—ÞüY~€^VHPÍ°`º¶','—ÞüY~€^VHPÍ°`º¶','pkïÏbr“&²m{2Q¯HdÅ#CžÒƒu‰q','',0,'?'),('×\'ûsc‰Ý¦\Zÿ§óá','wp-content/themes/thrive-theme.old/architect/inc/functions.php',0,'ÀÆFÄ?ïSAÆM…†áó','ÀÆFÄ?ïSAÆM…†áó','U\"ÕåºvÒ\nùéšUˆØE^W“rN“‰£#ÄÆÈkè†-','',0,'?'),('- ÷L=}ùî–d]KÿÀ)','wp-content/themes/thrive-theme.old/architect/inc/helpers/social.php',0,'÷œë’Ò]b­©H:Këþx','÷œë’Ò]b­©H:Këþx','“7r¸}?§„Ü,¥Sà¡¿íÿùáòàG\'É¾£ðÌ_','',0,'?'),('ú*©µU1@p)Wl`Z','wp-content/themes/thrive-theme.old/architect/inc/i18n.php',0,'h\nzî…½Šð²ž^¢\rý=Á','h\nzî…½Šð²ž^¢\rý=Á','Æ¢òÊðï+úŸÞZ8cÈ]cøN¸­ÒÓLJÆ~µv','',0,'?'),('Õ“Þ°¼“~FV˜[“ÏØ ','wp-content/themes/thrive-theme.old/architect/inc/license_notice.php',0,'¾c’#BÉç§A\0ÕÌ','¾c’#BÉç§A\0ÕÌ','£­WåuMÌÛêG„„î_Å”¹ÅpG¯3r~E¾±ø«','',0,'?'),('äuôÌ†•d•¾Y²mi','wp-content/themes/thrive-theme.old/architect/inc/menu/button.php',0,'‹:;\nM¶„-çÉÈ)ÖÅî','‹:;\nM¶„-çÉÈ)ÖÅî','4—dø¥XèTezÞÏk·wi5ÒÂ™]ü¦è¾l³$šP7Œ','',0,'?'),('½Q÷þüêuVÁô…','wp-content/themes/thrive-theme.old/architect/inc/menu/cell.php',0,'”*;ÃzµZf[ÌIJùÐ','”*;ÃzµZf[ÌIJùÐ','Þëíõüî¾>A@v]NºÿØ?Ü)×/4EË!7hªzò','',0,'?'),('ë1ÄsíK •Iø!Ì3A','wp-content/themes/thrive-theme.old/architect/inc/menu/click-tweet.php',0,'ÑìAÁYÐ¬0‡^-DB\\','ÑìAÁYÐ¬0‡^-DB\\','Èþƒ8ûðì“Ö£.Ûòç ø¡›¶gËvssÁÒv•œ‡','',0,'?'),('hCIW‹Ê-p*(½\rc¦*','wp-content/themes/thrive-theme.old/architect/inc/menu/columns.php',0,'sÅÎðw±dQQö}¢F”','sÅÎðw±dQQö}¢F”','â;­jésÔª¿–,‰ Ì\'L‰È»{Kª\rxÐé@','',0,'?'),('Éó4³aÏ6â~&C×r;*','wp-content/themes/thrive-theme.old/architect/inc/menu/commentsdisqus.php',0,'€-Îrçþž¾PqÀ¹çM','€-Îrçþž¾PqÀ¹çM','¼Ã—x›“Üê±¹n¢ª\ZòßA)ÌZH\Z#œuŸ€Œ','',0,'?'),('ÓßU‚ÌÇœ5qö\rKyR','wp-content/themes/thrive-theme.old/architect/inc/menu/commentsfacebook.php',0,'š°9,&ÏþPïVöx\\‚r','š°9,&ÏþPïVöx\\‚r','ÖÏCÔt›ü‹N/&úÕê\rL™|ã1GN¬ùØ#:c','',0,'?'),('\r×L·òdÉ¿t?$ýy¯K','wp-content/themes/thrive-theme.old/architect/inc/menu/contact_form.php',0,'TZ¶Y8l8„–‹œ7eè','TZ¶Y8l8„–‹œ7eè','É_{=AÐz•\0=)FoÔº”¡ê‹—•$ºò­ú“pé','',0,'?'),('tss•bŽC¡[¾.N4','wp-content/themes/thrive-theme.old/architect/inc/menu/contact_form_submit.php',0,'ë¤IêD%L½Bö˜ÝëÁ','ë¤IêD%L½Bö˜ÝëÁ','EÁìá)p¨KûaœÕ¯S›sñ²%0„ÉúlOž(UÔ:','',0,'?'),('‘ÚÄ!M¯°÷Š$j\0‹—','wp-content/themes/thrive-theme.old/architect/inc/menu/contentbox.php',0,'¨q·.<2ˆ/rÕò=‹¦x','¨q·.<2ˆ/rÕò=‹¦x','‰X­JÒø+ì\0ÇÁWÿ‹3°ãlš]ýÅöÃW×Å','',0,'?'),('_©fVøa¤æªÄ:ž6®;(','wp-content/themes/thrive-theme.old/architect/inc/menu/countdown.php',0,'ÑÈúáKW—²KQòž<0S','ÑÈúáKW—²KQòž<0S','S]Y °—J2ÊaÆ5Î\nC½ÌÏÏ.ÆôMÌÃƒW‰Ì¯','',0,'?'),('6ž¡:PO‘ÜvÀÌ­îâ','wp-content/themes/thrive-theme.old/architect/inc/menu/countdownevergreen.php',0,'Ü\rï\" >½Ó¥ÛhÈÊï¨Å','Ü\rï\" >½Ó¥ÛhÈÊï¨Å','hREý»Úºlv÷:g«¢®Vd©P*‹ç­;BÛƒG','',0,'?'),('xQ%ª–9TvWf¡JE','wp-content/themes/thrive-theme.old/architect/inc/menu/credit.php',0,'ë4(M‚6•ú¡\ZåLø\"LÌ','ë4(M‚6•ú¡\ZåLø\"LÌ','¼úTËÖ[–€w‡²|Ž.‘ŠQfßXžÏÞˆ´3Ç8','',0,'?'),('ä•M,ìGDÏñÅ-IO¨ûN','wp-content/themes/thrive-theme.old/architect/inc/menu/ct_symbol.php',0,'¯€²2}A>Psá¢Eðylý','¯€²2}A>Psá¢Eðylý','ì¦æ\0†ˆ¢nŠc 5Íi³…SK\ZÁÑs<-õòæ×Æ™j','',0,'?'),('`þ¬þ{]óÐ€c†À(æ.','wp-content/themes/thrive-theme.old/architect/inc/menu/decoration.php',0,'°¶‹¹-›E×ûùM=]Ð#´','°¶‹¹-›E×ûùM=]Ð#´','mŒÀ¬áQ6éŽ›‘¤”4„Ý2X$bÅßâÐìó™=Œ£','',0,'?'),('nÂ Ü©2óN“å¢3õ','wp-content/themes/thrive-theme.old/architect/inc/menu/divider.php',0,'cÞ€s®fC?ÞÁzWè—','cÞ€s®fC?ÞÁzWè—','Í‡+AwãîŒŸ(FÖ’ÄÆ4²F=â‘ÓØ´Ë\'ÄÕ','',0,'?'),('‰4²\r@_tóN0¬î;','wp-content/themes/thrive-theme.old/architect/inc/menu/fillcounter.php',0,'TdpÂE­çbd¤¨Æ¢._','TdpÂE­çbd¤¨Æ¢._','£^k÷«Ó\"žtºç¨&ÃU¡ú!O;ËÝwÿ+«chL´','',0,'?'),('ñm—~Ùq¶e{µ×~ók','wp-content/themes/thrive-theme.old/architect/inc/menu/footer.php',0,'	&\n…·Bñ<ƒ:\\¶4HB©','	&\n…·Bñ<ƒ:\\¶4HB©','Èµ\n¸Œ­êB‘¿A¦QÙJ4¬¥iNØž¸äíZ)','',0,'?'),('B2òSÀžÂê®x¡{Èy','wp-content/themes/thrive-theme.old/architect/inc/menu/general.php',0,'=(Š Xq´æèqÄËƒ×','=(Š Xq´æèqÄËƒ×','·L~€’¨Šuï³ª9»6´¯rÛ˜Fšð—>€','',0,'?'),('ÐÇ:ý“‘Ú®½ª•„æ','wp-content/themes/thrive-theme.old/architect/inc/menu/gmap.php',0,'Ïy««G¿UìÆ\rËƒ¶­¾$','Ïy««G¿UìÆ\rËƒ¶­¾$','Y§©ë;,”{¸ÜÞñiS{ê÷¡7}TÄæð1','',0,'?'),('dƒÔ¦M;eô€|dÃ','wp-content/themes/thrive-theme.old/architect/inc/menu/header.php',0,'ù±Ü7ã«9„¥uÅcé','ù±Ü7ã«9„¥uÅcé','fÓ0v\'AñÍ›ý¶* p?acùÎ,%è—)aûØ','',0,'?'),('Ý^\Zˆ(øì8 ÖÙ	Á','wp-content/themes/thrive-theme.old/architect/inc/menu/html.php',0,'bl ¥W¤Þ/ ¹Ÿ\Z×ý','bl ¥W¤Þ/ ¹Ÿ\Z×ý','äùA6Ö3#÷W!Ääc	–}ízþØè\ZQÀäƒMn€Ú','',0,'?'),('J7tæ+IþèÐz’’~\nç','wp-content/themes/thrive-theme.old/architect/inc/menu/icon.php',0,'­Ú–He¸ý”€h³Ø¢,b','­Ú–He¸ý”€h³Ø¢,b','Rà¦Ø$†eÅ¼˜øtøÌÑÉòBäÞ™Y†F.˜','',0,'?'),('¥Õ¨áÅ¦Zr7)£)å','wp-content/themes/thrive-theme.old/architect/inc/menu/image.php',0,'Z„î¼ÃÅ5d–E´ça','Z„î¼ÃÅ5d–E´ça','Šƒ;Ëû%áçfálqÜLKÍ0†»¾µ¬fxîFèŠ','',0,'?'),('½kõèä!«,X\'OKÝ/\0','wp-content/themes/thrive-theme.old/architect/inc/menu/lead_generation.php',0,'>•(Ô¢J+s7i5','>•(Ô¢J+s7i5','9­Ocî¸Áz{ªå•æ i­<¢ø“ÛrÇò±v','',0,'?'),('ó†¾/’uî8SÀcwÞ','wp-content/themes/thrive-theme.old/architect/inc/menu/lead_generation_checkbox.php',0,'ŸzBÐÜ0.8[\ZìqðD','ŸzBÐÜ0.8[\ZìqðD','k¾•Ø€›½1Û|P&šÑï‰O\r\0d›\0WÜªÁ`','',0,'?'),('™ø¼£aò{@u#·ü(ôB','wp-content/themes/thrive-theme.old/architect/inc/menu/lead_generation_input.php',0,'_VÌ`ó±ÅÊ­ûf†}H','_VÌ`ó±ÅÊ­ûf†}H',':$VNL7˜Iæ·éä1à(….ˆï¸ì<ÜFFú»V–','',0,'?'),('ïÖé\n§ÜQ\0-÷ÁE¯ˆ,V','wp-content/themes/thrive-theme.old/architect/inc/menu/lead_generation_radio.php',0,'§Áe ))²S·áµÕšÞ','§Áe ))²S·áµÕšÞ','$Çôò¸%ÍG*B¾›3d©9>Í¦ë€óM³¼','',0,'?'),('Ã>‡Ï°(gEéÆßãI°·','wp-content/themes/thrive-theme.old/architect/inc/menu/lead_generation_select.php',0,'u†ýolP« ûôó«Ö‚ïˆ','u†ýolP« ûôó«Ö‚ïˆ','¼„ùŽcöyAèÀhs»Ã`¨µ¤„È½5+[Bj','',0,'?'),('ä’ÿk1Tëi•\n1(LY','wp-content/themes/thrive-theme.old/architect/inc/menu/lead_generation_submit.php',0,'6Ã[äé¤]žÉZB[’\\óê','6Ã[äé¤]žÉZB[’\\óê','‘úÆ?ß’ì31¦×CoT½Áü\02tBIL©3ˆ†°Iõ','',0,'?'),('–pùd,ò;à	§³ÉÐY','wp-content/themes/thrive-theme.old/architect/inc/menu/lead_generation_textarea.php',0,'ë÷½X½Lf\'ªEPQ¶¶»','ë÷½X½Lf\'ªEPQ¶¶»','Î‘¾8Ýr°Ø9ƒ»\r³gk·i€Ež‰dßÀqõ´a','',0,'?'),('à2­^ä ³êh$@}*j','wp-content/themes/thrive-theme.old/architect/inc/menu/lightbox.php',0,'ô÷Ç×8*°[ÿ\n=½','ô÷Ç×8*°[ÿ\n=½','ž°êÛUmÁÔ‚¸Ï8ö^\Z¸ï@í·›—Í\"F ÓËÔu­','',0,'?'),('±²Ž’\"xîû5&ÏºÆœ','wp-content/themes/thrive-theme.old/architect/inc/menu/lp-base.php',0,'VêóæøR×¦¿ÀDaåµ¹','VêóæøR×¦¿ÀDaåµ¹','®¥Ö_dwl”¬fPŸ×ºHhó¨ãó–È·Å¸‚ä{','',0,'?'),('Ï³nO~7[ð³ÁwôÅ','wp-content/themes/thrive-theme.old/architect/inc/menu/lp-text.php',0,'5¯°È )¯¼7oåÞB¿','5¯°È )¯¼7oåÞB¿','²-GM°¦ŒxÒËJ-qÑô‚Ä‘Zúaäû#','',0,'?'),('´Bè1¿ùGõyâîê]Ó','wp-content/themes/thrive-theme.old/architect/inc/menu/menu.php',0,'T&œ*ôQ¸fÐcŽë~°','T&œ*ôQ¸fÐcŽë~°','Æ\r©Âë5M½NèäêÏNÔòç÷LÚgžW$#!\n@$','',0,'?'),('PŽ·¯¾8[7ÖÞÓOuå','wp-content/themes/thrive-theme.old/architect/inc/menu/numberedlist.php',0,'¥ðj‹Õ\'¹¸=åEK‰g‹F','¥ðj‹Õ\'¹¸=åEK‰g‹F','fKÎè6°\\`¾Á¶üè][8¯w½Šœ™/-]\"ÓS[š','',0,'?'),('@‰Oï1?UNö%—‰ÞºQ','wp-content/themes/thrive-theme.old/architect/inc/menu/postgrid.php',0,'¼X¤Mûé“E RÅf©™','¼X¤Mûé“E RÅf©™','œ„ß¢!“ìïwe]Œó¤ìðnÝ¢m„¹þ¸É˜','',0,'?'),('æ™Àæ¦³Y¡,ÞnOî¬','wp-content/themes/thrive-theme.old/architect/inc/menu/pricing_table.php',0,'ŽðoRÃÙ&©]cªÓñ5Æ','ŽðoRÃÙ&©]cªÓñ5Æ','Mù/h–óÀñ?ÔÉ8›Ö€ŒXíu™ë\nšÙï^?<','',0,'?'),('	@ÒJT×ñTÔT+áfHu','wp-content/themes/thrive-theme.old/architect/inc/menu/progressbar.php',0,'	ÁNØ?ÐbïyJÄ\0n','	ÁNØ?ÐbïyJÄ\0n','büÖ8(ÙÇÐúY3ˆHàŠå-‚²úƒ*kX\rš°','',0,'?'),('o3æ?Ñ”UŽ†G0¦#x','wp-content/themes/thrive-theme.old/architect/inc/menu/rating.php',0,'’…Î†ÙïUå”xóÆî«Ž','’…Î†ÙïUå”xóÆî«Ž','–>µ‘¾‰Þ?M¡hÌ¬e­Pw4\n8ª¾Sü<žY¾ÕÚ','',0,'?'),('Ào	¤üos¼ªÆ','wp-content/themes/thrive-theme.old/architect/inc/menu/responsivevideo.php',0,').`qUØ–QÜ…Ñ$_Ž',').`qUØ–QÜ…Ñ$_Ž','•uKí~bØœ¬¶OŽOò¡*ê±ÅZRÄ]\\A','',0,'?'),('S\"*hUÛI´øÖ±ú&Û','wp-content/themes/thrive-theme.old/architect/inc/menu/reveal.php',0,'½r¾…Yµ/ìh^Ò·m','½r¾…Yµ/ìh^Ò·m','0˜Íeq›9<™¥/Rúj)8Äõ…Á¿ßØ\0ÛÞ‰','',0,'?'),('x§#c\0âóý@JRp‰UÑl','wp-content/themes/thrive-theme.old/architect/inc/menu/section.php',0,'#\0¥Öìã\Z&æùr3Þš0','#\0¥Öìã\Z&æùr3Þš0','	ù±ÓU×Þ“€ùÚÆkCk\ZÍiÿ¢ð','',0,'?'),('°yš¯-QBê¢÷Ú\rX•','wp-content/themes/thrive-theme.old/architect/inc/menu/social.php',0,'ZÒ>È’EBy‚”Ðù&','ZÒ>È’EBy‚”Ðù&','\0µW•êõÉd×7ùaü(¦Ä\"®ÎÞo‰_£÷½Ò™6«','',0,'?'),('Ò†£„eš»¾9ÝùKX`','wp-content/themes/thrive-theme.old/architect/inc/menu/styledlist.php',0,'wb­ª’Ø¶Çã>\r°<','wb­ª’Ø¶Çã>\r°<','#•äíçzƒh÷è4úËíµ%Ò5ÖŠu<Ñ×UÎB1L','',0,'?'),('ˆd.ÄŒU ªR·Ç O„','wp-content/themes/thrive-theme.old/architect/inc/menu/symbol.php',0,'êŒh#MÚy“üRðÊv•','êŒh#MÚy“üRðÊv•','£2j«Ì,¾ó¦ómJ@‡.Ô²ËÇnê\"üZ','',0,'?'),('…Ü)+Ž¶}\\Œ#Fmï','wp-content/themes/thrive-theme.old/architect/inc/menu/table.php',0,'£\' L…ý=¡EÇ’à','£\' L…ý=¡EÇ’à','dCÁ9õ7FñFÁê!‡wýVrY6p›xV9/Y^','',0,'?'),('ó5ÿ[IÅn¡`9—¬-M®','wp-content/themes/thrive-theme.old/architect/inc/menu/tableborders.php',0,'Ú tP¯Py¨èIÜzÈ¯Ê','Ú tP¯Py¨èIÜzÈ¯Ê','òµ#2à(Ü½O-^ïJÄ3±h%šwâûPnR®:f','',0,'?'),('.Nû±ƒþjTG(C','wp-content/themes/thrive-theme.old/architect/inc/menu/tabs.php',0,'9`ÔÚ_·»b™\Z8eÏî','9`ÔÚ_·»b™\Z8eÏî','2·…ÃüXé×Ôõ#—Þ#iÁ7ó‚£iI+— ûœu','',0,'?'),('³ƒÎêfVE†ÛL{ê ','wp-content/themes/thrive-theme.old/architect/inc/menu/text.php',0,'Åã±E»Ú1¿ËÁÐzO<<','Åã±E»Ú1¿ËÁÐzO<<','ãÍœ,Êu±mL~.sÀ[å-`‰#î6b¼ù¹b[³Ù{','',0,'?'),('ˆw?BÞt&Y\\jjÓÓw','wp-content/themes/thrive-theme.old/architect/inc/menu/toc.php',0,'„»ó¡7lVO¤`5ÔÐ¨','„»ó¡7lVO¤`5ÔÐ¨','(ýÛ¯Äå<Ìûò\'w†êxš1@†Yjó¢Ï!','',0,'?'),('òü]ªxã6×È‹ó”2ö','wp-content/themes/thrive-theme.old/architect/inc/menu/toggle.php',0,'Rè$…D-8ÈÃ2zªF','Rè$…D-8ÈÃ2zªF','x·ï)™$\r»õ›ŒÄ~íñ´qÆ¦I³ü	Ç®åä\\Ã£’','',0,'?'),('EÇ D6°c9ÚÇîc¨’e','wp-content/themes/thrive-theme.old/architect/inc/menu/widget.php',0,'Ý·ïÖO0?–¡|„µ','Ý·ïÖO0?–¡|„µ','«‹‡‚j‘\\ÂçÚ‘‹dY÷CÌX7S2³ ½éÙ±ýá9{','',0,'?'),('C2…»4amøM3÷\Zæ[','wp-content/themes/thrive-theme.old/architect/inc/menu/wordpress.php',0,'›Òè\n–ßàxªÀ;Xp.Ô9','›Òè\n–ßàxªÀ;Xp.Ô9','÷¡ÙEœ:³dz×x¨ú¤\ZñÓÙævúÐÑÚWJ','',0,'?'),('¼ÏyFš#,‚) ]1­','wp-content/themes/thrive-theme.old/architect/inc/views/actions/animation.php',0,'pEŒ[ÍÝ»ø\n)·=Dð‰','pEŒ[ÍÝ»ø\n)·=Dð‰','ŸB@kNðˆéJpË‘{)\nZW–Œ\nt6Ñ<ÝÍÀõÎþ‡','',0,'?'),('ŸyaÿãÅ¡Õ·Ñ’','wp-content/themes/thrive-theme.old/architect/inc/views/actions/close-lightbox.js.php',0,'Š­ÛlÔ¦ÅŽªbù)£','Š­ÛlÔ¦ÅŽªbù)£','ÿWÐš	$«n] +sä«€æw.¨E®h=ìu6ë‹Â','',0,'?'),('•P4úô%:›%FÚÞìiQ','wp-content/themes/thrive-theme.old/architect/inc/views/actions/image-zoom.js.php',0,'	J­ýèÆ?²0§C\Z¡','	J­ýèÆ?²0§C\Z¡','ò¤fÅ[”&B—õ¼éo™÷ïcÀ&µÒVtì~Ëò','',0,'?'),('‰n9;^t¦9ïw$aM}‚','wp-content/themes/thrive-theme.old/architect/inc/views/actions/lightbox.php',0,'ž–^„ºX¹qSïjgã','ž–^„ºX¹qSïjgã','U“ó]œõÞ’ÃA¼†bv­§è\r&‹èçYâö\'','',0,'?'),('¹ÖcI2XŒ±Oœio‡\\?','wp-content/themes/thrive-theme.old/architect/inc/views/actions/link.php',0,'1ï] ,Y´fCÒ2','1ï] ,Y´fCÒ2','í(ˆ­ËçTŽ¥$á«udDË²¯h³ÅÅ¬¢\rmU·Ñ','',0,'?'),('YŒøÛ;—$Ìß@^N<','wp-content/themes/thrive-theme.old/architect/inc/views/actions/responsive-video-providers/custom-extra.php',0,'Ö?Ètž°Žþa¡–GŒ','Ö?Ètž°Žþa¡–GŒ','Ü!–m‰Xds^¡¡ŠÂÅ=Y.Ý8Kg¢uŒ.Šžî`‘','',0,'?'),('D÷š6¾¢XP9ò~×7	Ž','wp-content/themes/thrive-theme.old/architect/inc/views/actions/responsive-video-providers/custom.php',0,'1òÁcû› „y‹éc','1òÁcû› „y‹éc','gIÑ×ÂC¿ *:/7óàÉo›€Üý×œ\'f','',0,'?'),('>ë‚¢ïL\ZÜj°>š','wp-content/themes/thrive-theme.old/architect/inc/views/actions/responsive-video-providers/vimeo-extra.php',0,'Rïwª÷„ceåPÖÒxÌVå','Rïwª÷„ceåPÖÒxÌVå','a R‰c­Q²A$\'Ñ‚§¯%µÀE`‘Þ®rçêˆJˆhW','',0,'?'),('iŸHVN 7yÖ	É·¿','wp-content/themes/thrive-theme.old/architect/inc/views/actions/responsive-video-providers/vimeo.php',0,'àÖTÒ¹h½Ð1ÜŸÄ/$','àÖTÒ¹h½Ð1ÜŸÄ/$','–×ñ¥ì;úJ„Rg¦X]…o£ZëKm~pI&¹³dH','',0,'?'),('gþ)†*#íúY	û;f&j@','wp-content/themes/thrive-theme.old/architect/inc/views/actions/responsive-video-providers/wistia-extra.php',0,'r¦nl«’GK{iY•Ÿ¼','r¦nl«’GK{iY•Ÿ¼','eô‡Z3KÙáKOæR\"lÒ´p\ZkB‡·èÉT','',0,'?'),('WH‘·Eõ/<IA½–¹','wp-content/themes/thrive-theme.old/architect/inc/views/actions/responsive-video-providers/wistia.php',0,'»Ù\riT¡oPS·7”AãZ','»Ù\riT¡oPS·7”AãZ','»I·ŠºÕcÏí¶Ð›œžbt±,¼þvnÇ0Lu','',0,'?'),('åÃ=Ìi~”3„(SŽ™V','wp-content/themes/thrive-theme.old/architect/inc/views/actions/responsive-video-providers/youtube-extra.php',0,'»©ì\\”{@ÛSl¼ß¹5','»©ì\\”{@ÛSl¼ß¹5','kê.ÓQíž:ÿy´ó¿Ë*6»xÝgTÁ¬Ÿ»×ãgÀ','',0,'?'),('_DfìJ=ÓU(¢ð_¨#Š=','wp-content/themes/thrive-theme.old/architect/inc/views/actions/responsive-video-providers/youtube.php',0,'!×s‘ÙìË/¥âQI•¸t','!×s‘ÙìË/¥âQI•¸t','6ƒª˜†h*jîu>šÓ.ºË5ô£ÿnv2Þ·f','',0,'?'),('ÜFFîô_@ÅÛÄy\ZÆòXµ','wp-content/themes/thrive-theme.old/architect/inc/views/actions/tooltip.js.php',0,'\nóÌŽEYô#Ú½­úw1','\nóÌŽEYô#Ú½­úw1','+™#ãâú×ýTL&nÿãMNÖ”RrŽ„d	Oéü¯','',0,'?'),('\\•.0ÿÕ¨!izrÁ÷t\"','wp-content/themes/thrive-theme.old/architect/inc/views/actions/tooltip.php',0,'­I„åv7pÚhüÐ˜´ç','­I„åv7pÚhüÐ˜´ç','í?ž3 iÞÓ‰\Z²z¿C¥Š?ÑtOÞ}=','',0,'?'),('¥¨r5c»ùw[MxAT','wp-content/themes/thrive-theme.old/architect/inc/views/actions/video-popup/custom.php',0,'erÀTü“qdÏ\ZÀH@»¢','erÀTü“qdÏ\ZÀH@»¢','¦ïj© ŠDŸxR¥)/;Dh\rXrvY–hVýa','',0,'?'),('…Ö5>ÛŒ/`Æ‘Ðæ|lhˆ','wp-content/themes/thrive-theme.old/architect/inc/views/actions/video-popup/vimeo.php',0,'~{©H!1ƒ©”®BŽÙä§,','~{©H!1ƒ©”®BŽÙä§,','ëo|á±ñ•‹Ð\n5AôCýKwCø+úÐ¸8Èxóàâj','',0,'?'),('Ã…+3¡.YŸdÁ)À.ˆÑ','wp-content/themes/thrive-theme.old/architect/inc/views/actions/video-popup/wistia.php',0,'nó?y9{Dz;p`','nó?y9{Dz;p`','W{3`Ëš¬2¹§€S\ZZ¦¬A=x‰áIr!í«<','',0,'?'),('Ñí˜2}š¾±¬}3!ö','wp-content/themes/thrive-theme.old/architect/inc/views/actions/video-popup/youtube.php',0,'VÕR#¥a‹Ø_gòW\r','VÕR#¥a‹Ø_gòW\r','\n­O$Õ­øb4\'š}†n’’®Û€FeN”èûò3','',0,'?'),('šì,Ôs{æÁkTbg¶ÁÞ','wp-content/themes/thrive-theme.old/architect/inc/views/actions/video-popup.js.php',0,'6ÉšžÇ‹gôîÄùï*¡','6ÉšžÇ‹gôîÄùï*¡','Î!¾CˆW¬Zà(<.Ay.<÷`ê¤Xá_ì\\ ','',0,'?'),('Hª¼!\n_—°Œ	ÿ’','wp-content/themes/thrive-theme.old/architect/inc/views/admin/cannot-edit-blog-page.php',0,'SžƒºÏ†(â°ôÄü‰ö','SžƒºÏ†(â°ôÄü‰ö','JL^¨F¹g—!i¦åÐï-Ù<”(JVblÍ†{Žì','',0,'?'),('¹Ò¨kÇ·þû×\"$','wp-content/themes/thrive-theme.old/architect/inc/views/admin/page-loader.php',0,'=‰&-×‚:8688Æã','=‰&-×‚:8688Æã','Á˜fp ÜƒäÖ³2)ü6ƒu	§¬¸Fúg´>6','',0,'?'),('vø€ƒœ`°´oåñî¸\n','wp-content/themes/thrive-theme.old/architect/inc/views/admin/post-edit-button.php',0,'ïÀG)Ü]’F Ók`ãÑ–E','ïÀG)Ü]’F Ók`ãÑ–E','à(A}¦X&ŽKÜÒ–¤‚æ-âì¤£^aï;î:K¾','',0,'?'),('ý«¼béîY³Ù[¿†','wp-content/themes/thrive-theme.old/architect/inc/views/control-panel.php',0,'Ô‚ÖÇGVîlàJåï','Ô‚ÖÇGVîlàJåï','¨ioßñ©¤%?O,hvÓ½m(Y­]êžwK×m”÷','',0,'?'),('‹ã„ëˆä1N%3qÝ2}[','wp-content/themes/thrive-theme.old/architect/inc/views/editor-settings-elements.php',0,': ¨ÓX™coŽOåPÈno',': ¨ÓX™coŽOåPÈno','“È(æ ²ó[…ü&ä ð[&TÝM§}›fÂ­é¦','',0,'?'),('fé4ß~$Y6*ÔÔF[³¢','wp-content/themes/thrive-theme.old/architect/inc/views/editor-settings.php',0,'ØûtN§Ç²¾ì¤ÄÙtd','ØûtN§Ç²¾ì¤ÄÙtd','^L©Å\rC–´Ï®ÕrŽñj¶ èù¼û0ë¦Š+Î–›§','',0,'?'),(')j¶¦ÐµoÓA[ªœý','wp-content/themes/thrive-theme.old/architect/inc/views/elements/button.php',0,'u°Ð%Ê’Â¿m#?Ò','u°Ð%Ê’Â¿m#?Ò','H¶f¤à¦±åŸú¼÷Ó4nä,öÓŸã`é7¼qê','',0,'?'),('ZŽýŒ;¢ÀD†Ú2µ}x','wp-content/themes/thrive-theme.old/architect/inc/views/elements/commentsdisqus.php',0,'·Ž°ÞÈÇ	²N9R½¢r','·Ž°ÞÈÇ	²N9R½¢r','F’Ø±ÚÕh‘¯‹€Cå3/L‹ûX Îü™ÜÂ`¢R','',0,'?'),('Ì îXYrµãzw¨¢Tû','wp-content/themes/thrive-theme.old/architect/inc/views/elements/commentsfacebook.php',0,'¬SÙ©®¿1£ª‚;bç]î','¬SÙ©®¿1£ª‚;bç]î','úy,IY>›¼­›´».T ÚKôW_]ÊÕýº‡úX','',0,'?'),('š²šæ®éÈ£§3dvÆ*?©','wp-content/themes/thrive-theme.old/architect/inc/views/elements/contact_form.php',0,'Ô]†è’\0ëešÁ™\0ìR','Ô]†è’\0ëešÁ™\0ìR','­6²ù‚J\'zè¤á¹Œÿð¥\\¿Á;Ì²Þi‰jr','',0,'?'),('µ³×*#SÜI‡ßd¤½¨','wp-content/themes/thrive-theme.old/architect/inc/views/elements/contentbox.php',0,'åÀÖÿa¢>Þ	ìÜ*b_	','åÀÖÿa¢>Þ	ìÜ*b_	','‡áÌ0B¿îÏ+Np\Z·|\"˜æy‚X‡Éë‚¡ŸÛó-g','',0,'?'),('ÁüÎç\'®COlîºÑ\"‡','wp-content/themes/thrive-theme.old/architect/inc/views/elements/countdown.php',0,'PvYV­Äºí8!]','PvYV­Äºí8!]','×>Ì	þë¾>!mž¸Éåd¤¶Þñ>½„QMypõ','',0,'?'),('!Iãc‹±›Ú=.‚ –3','wp-content/themes/thrive-theme.old/architect/inc/views/elements/countdownevergreen.php',0,'V¿cÖ¨¶->&G¢M¦Š','V¿cÖ¨¶->&G¢M¦Š','Ž$iåJNÜ]Øu9äG=J‡EKìŽùè%Ï‚Ü?·å','',0,'?'),('2f,öS~õýo·RÞÚºl','wp-content/themes/thrive-theme.old/architect/inc/views/elements/ct.php',0,']¦™ÊŠ†4ôò\ZI˜ª]Ì',']¦™ÊŠ†4ôò\ZI˜ª]Ì','ïø[|Ów5Õ› Þˆ YG9ã·öÿ{o­¼)‰','',0,'?'),('½G“ò3eÜ~mCyÀeÃt','wp-content/themes/thrive-theme.old/architect/inc/views/elements/ct_symbol.php',0,'U4ë‘%ü\nY7ôcþRÜR¤','U4ë‘%ü\nY7ôcþRÜR¤','9 i86kSËë-lD¬=Ê¬§EÖK÷\0êAc<','',0,'?'),('òò¹_Ä1Í;C¼™••d','wp-content/themes/thrive-theme.old/architect/inc/views/elements/divider.php',0,'Ym•\ri§AäZœ>Ÿï','Ym•\ri§AäZœ>Ÿï','rˆ\\÷I2(í9X˜ŒIG#ý…kîî!h‹û\n¸ÈŠtl','',0,'?'),('þƒáÁŠÛÜ\n.ä¾¤ŽŸI','wp-content/themes/thrive-theme.old/architect/inc/views/elements/element-placeholder.php',0,'<@9¡Oj»½ç§´Sê','<@9¡Oj»½ç§´Sê','ªšQ¤Ä*¤a:þ¹xy˜RN%ÍX”^ÛßÉ›¥Ð¶·¨','',0,'?'),('7­ÔPßÚe^7$XxDGÂü','wp-content/themes/thrive-theme.old/architect/inc/views/elements/fillcounter.php',0,'`#h)Éc\0ÖØÚýz¼','`#h)Éc\0ÖØÚýz¼',',²æ§$\'ü)>\0áÂý“óUÝfcä=y¬‰^¯”','',0,'?'),('ÂÀîŠQü;Ïžg±Qžh','wp-content/themes/thrive-theme.old/architect/inc/views/elements/footer.php',0,'ùuR®Ç`yoS\"´Úº¨','ùuR®Ç`yoS\"´Úº¨','ûÃ¢Ó{9ÍkB\nµìG_[\'¸j’Ô¯k¥ít<Ê','',0,'?'),('<Ÿ>0>ª½ÙÆ','wp-content/themes/thrive-theme.old/architect/inc/views/elements/gmap.php',0,'yR4ÂªßlPÄlpÌY–1','yR4ÂªßlPÄlpÌY–1','\\íÉkjíDn‹¹mQÁ˜Ç¾ér¯Võ¸•éÁRo÷¨d¶','',0,'?'),('ùiQ\'éxW~Ša2¯I\rðÿ','wp-content/themes/thrive-theme.old/architect/inc/views/elements/header.php',0,'Åì\"“DÞ÷‘8\"~@â','Åì\"“DÞ÷‘8\"~@â','7pç¨Wt’=±™4ug\'z¥=š°oÉ¾¬ÕÓHÍÃŒaÿ','',0,'?'),('{û’žå«ñßBÿ–Õß','wp-content/themes/thrive-theme.old/architect/inc/views/elements/heading.php',0,'¥‡!ÁU:L‹>Ú{T*blà','¥‡!ÁU:L‹>Ú{T*blà','6õça»]ñ©ØÂàÈýQu³Ù€V€›²_\'‰ÄäY¬','',0,'?'),('¢Æ\\öYî¯Å	°lÜDð','wp-content/themes/thrive-theme.old/architect/inc/views/elements/html.php',0,'1 ð÷‚Ž½rÈ\nÊN<4\Z','1 ð÷‚Ž½rÈ\nÊN<4\Z','Ð¿Ò<h3°Î¥T±¹1Æ?.Y.\rNÔIX\"[3','',0,'?'),('°:ÙôC2‰‹\'ËÖ M:','wp-content/themes/thrive-theme.old/architect/inc/views/elements/icon.php',0,'/€ô6Ñz?ïÇú³Ô Ì4','/€ô6Ñz?ïÇú³Ô Ì4','Bc${~Û¹€\'œ`À¿ÊLK˜ü»ÇÓxEÁÑç','',0,'?'),('{é®ërÌtG õ#ryÝÎ','wp-content/themes/thrive-theme.old/architect/inc/views/elements/image.php',0,'VâSÖìØ2>ÜSN\Zë','VâSÖìØ2>ÜSN\Zë','õ´\Z6€gÖ­¾F®°Ì2G¥`òk\0ÈYÅ?ëg*','',0,'?'),('¨²GMtb0G‡gf%¡Q','wp-content/themes/thrive-theme.old/architect/inc/views/elements/lead_generation.php',0,'öv¾ï@¬6ø4\0ÛÝøÎ°','öv¾ï@¬6ø4\0ÛÝøÎ°','dÏx¤”cœ\Zûzwkqèjúƒù\"tÕ±G‘eÙköÝz:','',0,'?'),('e£ÔôŠ´öFÀ€¯	ªF','wp-content/themes/thrive-theme.old/architect/inc/views/elements/menu.php',0,'Ñ¸¸‘ZXßæì¯§Ò“œ>','Ñ¸¸‘ZXßæì¯§Ò“œ>',']ëæ¨\Z™Ì\'YU ¥Ëó/5‡\"o²~³ª.¨f','',0,'?'),('½ŸLž&—ÁFÿ?ëhç','wp-content/themes/thrive-theme.old/architect/inc/views/elements/moretag.php',0,'.ðvˆp%C_òdÊ´¶Ž','.ðvˆp%C_òdÊ´¶Ž','ÂžùŠ{œóf˜—ÁÝw·°A,÷Õt>®%°\n=_?^þ','',0,'?'),('ªÝ,™ÏŒvê\Z…€ßñY','wp-content/themes/thrive-theme.old/architect/inc/views/elements/plaintext.php',0,'¤lf]Ó^x3Þdeša¶','¤lf]Ó^x3Þdeša¶','˜H:€rÚ‡²Ø?\nNÕ‘ùð /@6ŽX4¶†0ÿ(I','',0,'?'),('u€}aÏ-d`%sø¾f','wp-content/themes/thrive-theme.old/architect/inc/views/elements/postgrid.php',0,'ikÌÔ@Î›Å”ìÏr‡Ø','ikÌÔ@Î›Å”ìÏr‡Ø','–,•`%Ì3@qÏ—²ÌÔú×ÞH‰P^“bÒÍ{­','',0,'?'),('ËÌA°9ázúÕîÑ‹æ¥','wp-content/themes/thrive-theme.old/architect/inc/views/elements/pricing_table.php',0,'Øey)¥BõM;!Z#<D','Øey)¥BõM;!Z#<D','ˆÏÍTÂŸÑ\"bBl$oèÒ›B?Ë‰ÔÆ;&f¼‚áÎ','',0,'?'),('¦9·qš¡\rQÖö¡9ÎŠ_','wp-content/themes/thrive-theme.old/architect/inc/views/elements/progressbar.php',0,'èÙ0Zã(\"‹-êÊîN\ZE','èÙ0Zã(\"‹-êÊîN\ZE','c¥¨½ƒ!$ÞY·ÊšSjžnu?ž^¡(ˆöjmÇªþ	','',0,'?'),('r2)[Ã„Ä¶*\02ZÒä','wp-content/themes/thrive-theme.old/architect/inc/views/elements/responsivevideo.php',0,'EÊ\'¥ÑZ^©üÇ7®!','EÊ\'¥ÑZ^©üÇ7®!','ùë‚€ùÙIçëïÌVbåÒT¦Ê;&«<8ší=•q','',0,'?'),('iHz«L–¹¥õ/\nŽ','wp-content/themes/thrive-theme.old/architect/inc/views/elements/reveal.php',0,'=Žîññ4I`»‹îÎ','=Žîññ4I`»‹îÎ','­^#éh˜•[¶\r´Ä¼Ââg\Z6oA×\níÍ6j”¿^','',0,'?'),('¼ÔÙÐº^;ƒ”(oÅ†‡ã','wp-content/themes/thrive-theme.old/architect/inc/views/elements/section-placeholder.php',0,'•”=‡I¬^i¯	ýˆÔzº','•”=‡I¬^i¯	ýˆÔzº','PÉ6$²SðßœD×ËâÍ¦ÃMRâiœ9l¬6\Z~o}','',0,'?'),('pÐÛg¼Lógš~Ïý;S…j','wp-content/themes/thrive-theme.old/architect/inc/views/elements/section.php',0,'Ýš/ñ”xZÒÑ›S¢²Ø[','Ýš/ñ”xZÒÑ›S¢²Ø[','y²µG%è,\0°•HýW9ƒ†ë›¿¾|ÿK=Ÿ¹àF','',0,'?'),(')r7J£ú}ôp†¨“','wp-content/themes/thrive-theme.old/architect/inc/views/elements/symbol.php',0,'¹…œëíÀ¿\0S5[hhÏU','¹…œëíÀ¿\0S5[hhÏU','ø”¸énB¶„õý@àóºÐ8+ýÎ¥Ìß•©\\‘','',0,'?'),('ÊiñmoMælH	X\Zë','wp-content/themes/thrive-theme.old/architect/inc/views/elements/table.php',0,'Ûp†V÷Ã³ŒŒ©C¨b','Ûp†V÷Ã³ŒŒ©C¨b','y}©[ËØ:¦6°Öæ§¬_;ñ…=üÉ³nØ˜R1AM','',0,'?'),('ÿafvü:iÌ$/ä#rJ','wp-content/themes/thrive-theme.old/architect/inc/views/elements/tabs.php',0,':Í| …vDè©eÑjñs',':Í| …vDè©eÑjñs','}eðqÃhxµwÎºhC˜eÙŸÛzšR¶AugN','',0,'?'),('åàs&Ívÿ`öëý.PÏnO','wp-content/themes/thrive-theme.old/architect/inc/views/elements/text.php',0,'~ÑãP¾\\^”UYßg±„!','~ÑãP¾\\^”UYßg±„!','«§¡á†$Æ…óH\rÇÐJÄKf‚qb¹&øu²“­‚€?','',0,'?'),('ý!`\0&¡ŽÝó,™x','wp-content/themes/thrive-theme.old/architect/inc/views/elements/toc.php',0,'»£¾slê§ì¸WÕ˜àd','»£¾slê§ì¸WÕ˜àd','¢\"aHOS¼•­šç“gýº³Eyg·Ç)¾Z`”LŽ™”à','',0,'?'),('6œ?\'·‰Ò›ï°…\"«','wp-content/themes/thrive-theme.old/architect/inc/views/elements/toggle.php',0,'ƒ{÷_©aô…\n¶W8¶Ct','ƒ{÷_©aô…\n¶W8¶Ct','$ÆHli]úá0˜Cêó‘ZµO;•(õßY[MPÚôèÆ7','',0,'?'),('ì‚®+ÛÈ,f˜çD°','wp-content/themes/thrive-theme.old/architect/inc/views/elements/tweet.php',0,'ŒÈûúï2X§lfxýd¶','ŒÈûúï2X§lfxýd¶','o.}(•€0\0«áPO ¹ÎXu®Ñ>$ÃtÑt','',0,'?'),('^K-	õ«siî\'Ò\\ÙE','wp-content/themes/thrive-theme.old/architect/inc/views/elements/wordpress.php',0,'ñ¼$…¶HÈ¾¢(ñ¼?æ','ñ¼$…¶HÈ¾¢(ñ¼?æ','A.Ô +0ß}·èì¸ùzžìòýLd”[9AÊ	','',0,'?'),('~è*šiœ;¹ÅN>m&z’Ÿ','wp-content/themes/thrive-theme.old/architect/inc/views/handle-login.php',0,'[¨‡\"`‰±„yµÛ³p','[¨‡\"`‰±„yµÛ³p','».”Æ×Eå/iï–]‘ÿUBÓÝóÀÄ5pY','',0,'?'),('IƒJROi€7¬‰SJ6','wp-content/themes/thrive-theme.old/architect/inc/views/inner.php',0,'iSb µ^»9p,Ñ–0','iSb µ^»9p,Ñ–0','§/ØYöQòè”\'zHi|I÷C¥\';›ÏÃ`w¾MyÙ7','',0,'?'),('ò·°³ƒ¬µ™1Ô±Õ·	','wp-content/themes/thrive-theme.old/architect/inc/views/layouts/editor-lightbox.php',0,'÷¾Ó\r7R~«=>]<ýqe','÷¾Ó\r7R~«=>]<ýqe','`­ëÈ*ÖÎËœŠm¹¡:ªR2s^X\'9hËemº','',0,'?'),('”ðB³ÔKÿ¨ “À^Ìi€','wp-content/themes/thrive-theme.old/architect/inc/views/layouts/editor.php',0,'%Ê)ôjcò%ZS','%Ê)ôjcò%ZS','ë‚YO$°%XŸ¤@\'ÓoâpVŽ^ßenl¥È@,¨£U','',0,'?'),('ßã8—‰.…ö7òÚÃÄ-‰l','wp-content/themes/thrive-theme.old/architect/inc/views/loading-spinner.php',0,'•È8ÓóÎSFä)î{,j\"','•È8ÓóÎSFä)î{,j\"','×W¢S¡…EäÆpZv:só½×îÔBˆçûåí5xC','',0,'?'),('³Š\r)öÖ<Ö7,Òrxcá³','wp-content/themes/thrive-theme.old/architect/inc/views/modals/api-connections.php',0,'…³‹O¥àf9¸ï+\Zc ²Š','…³‹O¥àf9¸ï+\Zc ²Š','”ñb‘ÅxöìEõOG µôe<ËÄ„	­\'—»kE','',0,'?'),('ûX	•»iõëk\"¿UÌi','wp-content/themes/thrive-theme.old/architect/inc/views/modals/cf-error-messages.php',0,'Å²E?ÊYË¬?w^¢eœGì','Å²E?ÊYË¬?w^¢eœGì','G«ûà.§?//±ÅæÚÔ’|Oƒ•Ù¾w§þY','',0,'?'),('[=DžÕ×UOi2@±l÷%','wp-content/themes/thrive-theme.old/architect/inc/views/modals/cloud-templates.php',0,' ;†~Ä(&!:³¨ùþ„',' ;†~Ä(&!:³¨ùþ„','Šý®ÁÚB¿âÆçvb	ý¸úÈz3åwæ7ƒ—k»tà$','',0,'?'),('-’Ñò\'Û‹õƒ†¹[_£','wp-content/themes/thrive-theme.old/architect/inc/views/modals/ct-symbols.php',0,'»iÕJë÷¨ëu=]ˆ[æVß','»iÕJë÷¨ëu=]ˆ[æVß','oy-£P§ùN(+Ù\ZjŸ_}¬’ÉÏxŠ¯ÉéY«‰','',0,'?'),('²GÞé:T½¬H°f¹øUp','wp-content/themes/thrive-theme.old/architect/inc/views/modals/custom-html.php',0,'öºZ†~FëJ—\'ù¤E?§','öºZ†~FëJ—\'ù¤E?§','\nÿëóÁ†)]ÁH‰/} )8pÛI×µ«}ÈÇÓ4az','',0,'?'),('€wÙ²¨{O9é‹cÔw[','wp-content/themes/thrive-theme.old/architect/inc/views/modals/export-lp.php',0,'köÒ.ÈØCœgû6x/¤','köÒ.ÈØCœgû6x/¤','KÄ5®+[¸Æ­mmàâÈ_ÚŽT§?m³:ì„?\n','',0,'?'),('”µýž0>@ºÖÂ\'G¶?','wp-content/themes/thrive-theme.old/architect/inc/views/modals/headers.php',0,'ô¬ck·c»‚>ùrõ<Ê}','ô¬ck·c»‚>ùrõ<Ê}','#¸.¤”Ô*#Òµù…>9“ýæ¾«,\n9Ác³Zõ¡\Zß','',0,'?'),('vçá]Ñ´’tXîá\rúíè','wp-content/themes/thrive-theme.old/architect/inc/views/modals/icons.php',0,'býq¥(\nšQw/2','býq¥(\nšQw/2','ˆÂ5rWº;åâ+³[^×\"ïÞ”}V…¦˜ÓìÍÖr;','',0,'?'),('‘\nx¯2–ØÆ¶#¸@Ö„','wp-content/themes/thrive-theme.old/architect/inc/views/modals/lg-error-messages.php',0,'2%Ü7Ðàƒ·_“¦†','2%Ü7Ðàƒ·_“¦†','LêaFE6¬Ü µâ>r3ŽaŒîÅöÙI:‹KEÖ','',0,'?'),('¢Î.mF0N—	–åâÙe','wp-content/themes/thrive-theme.old/architect/inc/views/modals/lp-templates.php',0,'Å Ö[}1\"rÆÞ>²q€¼','Å Ö[}1\"rÆÞ>²q€¼','N÷GJÌ8±nìÅ1˜¬Úì¥±J( åWŠçÖ	Ü•÷','',0,'?'),('Cym]Ê‘Ã¡lÒ›mèü','wp-content/themes/thrive-theme.old/architect/inc/views/modals/no-content-templates.php',0,';¹+òÉE#ó–8¿(¹',';¹+òÉE#ó–8¿(¹','Äc kr¨ÕÂ?öjÒç@wˆÖJ@¤‚»YhD’','',0,'?'),('å!(Y*°!RØeLb7\0à','wp-content/themes/thrive-theme.old/architect/inc/views/modals/options-post-types.php',0,'OÑ÷	[ÛþE¿aY','OÑ÷	[ÛþE¿aY','VóËºYX~\\²úMÍ‹ºŽ“-6•Â2VÇï¶ýp:Ä•','',0,'?'),('Pr‰uY‘cìëŒ¿Å(€Ð','wp-content/themes/thrive-theme.old/architect/inc/views/modals/page-events.php',0,'R¸í­‹˜\0x5£ÏØ','R¸í­‹˜\0x5£ÏØ','•™ÂJ!cHÞ[2vˆØmô_’¾¶Ø:Òs‚I@­Zø~','',0,'?'),('gø‡ ì™2sð\nð6VË†','wp-content/themes/thrive-theme.old/architect/inc/views/modals/revision-manager.php',0,'Ç+wºfÐøJŠB	','Ç+wºfÐøJŠB	','­€Ê›Y rß\0+=Óy…{Ä\"aÇ€ÝÈ,¨L¢o‰','',0,'?'),('*Ïço»ƒsµŒnÆª?Ù','wp-content/themes/thrive-theme.old/architect/inc/views/modals/save-elements.php',0,'„¯ì(_³_F“ß,‰=Ç','„¯ì(_³_F“ß,‰=Ç','gl~W,ç—IªhŸÒÒûÄw™“¢£Oz°H:\\¬','',0,'?'),('¯­ý€+«x¢\'y{üÖ&','wp-content/themes/thrive-theme.old/architect/inc/views/modals/save-template-lp.php',0,'Ós#ûu„Ï(-/\0&u','Ós#ûu„Ï(-/\0&u','3¾izÈ–\"Ä‰VŸ\n|YíŒëP[4cÌÝAk™','',0,'?'),('9eµ:6õ¼^%¶m	¸B\0','wp-content/themes/thrive-theme.old/architect/inc/views/modals/save-template.php',0,'uÕ±5f‹á±<ìÕˆÊ','uÕ±5f‹á±<ìÕˆÊ','’4øÂDT\\E\n6ij{×7\'6„œ4ç³7¯','',0,'?'),(' ldZQÖb~ð²k¹','wp-content/themes/thrive-theme.old/architect/inc/views/modals/sections.php',0,'{»\'XÄ 4t„ÇƒÌ­Ð	Í','{»\'XÄ 4t„ÇƒÌ­Ð	Í','ò1Í¯oì½ß±EÏ·âÓÞ»ò?3>ä®®whõVO	','',0,'?'),('ÝZ:¤^ÍT[•Òn„ô','wp-content/themes/thrive-theme.old/architect/inc/views/modals/symbols.php',0,'œ·f4¬]A|HóÍˆÒ«','œ·f4¬]A|HóÍˆÒ«','0 FÇºY½Ò ´‘èE¸®¥÷¨O<fÎÛ­î-rn','',0,'?'),('XŠq[¡·ÂéµOCùÀ','wp-content/themes/thrive-theme.old/architect/inc/views/modals/wordpress-content.php',0,'rwœ\"™vñlfÓWõ','rwœ\"™vñlfÓWõ','™®\05>½Ý)»€Cd>v®|Q\'R¶Þ„[Í®7é','',0,'?'),('¤\"lvÇÊ¤vûCÕÈ/','wp-content/themes/thrive-theme.old/architect/inc/views/modals.php',0,'_dµ­%›Œ+ñ:xó','_dµ­%›Œ+ñ:xó','HÜ63Ñ&e\' ¬ÖáFú£É¦ØÞ6¬½72¸¯L','',0,'?'),('˜ë$Sm!„hí[¢ºÛÍ9z','wp-content/themes/thrive-theme.old/architect/inc/views/sc-post-grid.php',0,'Iæ‰]Î;â¬;´×„1ŠjP','Iæ‰]Î;â¬;´×„1ŠjP','¢Û5ÎQ•’`Óàs­S[w©WÈúIj#0ö0¤','',0,'?'),('\\÷L@ÿÏ’Cõù©G>ì','wp-content/themes/thrive-theme.old/architect/inc/views/sidebar-settings.php',0,'†ýfgÓ½®ŸA¨X','†ýfgÓ½®ŸA¨X','ŽëHÓ4öç+^©îÚº½06¿°‰¡¢èÏ ','',0,'?'),('^J®bŠ®\\¤³m‰¿Xö\0','wp-content/themes/thrive-theme.old/architect/inc/views/sidebars/edit-mode.php',0,'x! ¢šz/À„„éHD|\0Ô','x! ¢šz/À„„éHD|\0Ô','KMrBøz¸ùËùZÙBsëÙ³J‹SAs*,L.,','',0,'?'),('…ö&ˆá^™—½\"xb\'w›','wp-content/themes/thrive-theme.old/architect/inc/views/sidebars/lead-generation.php',0,'HÁ«Ÿ0ÉHÏüT‰\Z.\"á\"','HÁ«Ÿ0ÉHÏüT‰\Z.\"á\"','žG¨ åSš!/^;gžEóŸÌ\r{¦ØxœL˜:f¿ø','',0,'?'),('¼¶äŽ6¤VÚHAÆÝ]|','wp-content/themes/thrive-theme.old/architect/inc/views/sidebars/post-grid-edit-grid-options.php',0,'Å€UÆ3ŽF„ºh +÷','Å€UÆ3ŽF„ºh +÷','LŠ3î„ã»}{Ÿ|¶I\n±:Éé’ì#ákÙ','',0,'?'),('QbŠXOe¯7<RçØ¿Z','wp-content/themes/thrive-theme.old/architect/inc/views/sidebars/table-edit-state.php',0,'üvIwµ—>«˜©º;‘@y','üvIwµ—>«˜©º;‘@y','\Zg x*–a¿¡caŽø õS\Ze©17É/b0â³Ç','',0,'?'),('mz«JÄfKc§Ô\röx5','wp-content/themes/thrive-theme.old/architect/inc/views/sidebars/toggle-edit-state.php',0,'é®üDEØð05ó]ž=-','é®üDEØð05ó]ž=-','ÌÑã“”ƒ%cjxÎxÀ0aYAºª°ºN¼ÝzÃ','',0,'?'),('šD{´Z±ÔzË+Ý\ZhnùŽ','wp-content/themes/thrive-theme.old/architect/inc/views/symbols/section-content.php',0,'¢©öÀƒŒÿô\n^$)…Bô*','¢©öÀƒŒÿô\n^$)…Bô*','RK*„£ö>½Úàe‡Wã¸U…“jà‚‹|U«Èòþq\Z','',0,'?'),('5iªÔ3u|ÎA‰=\\Ì','wp-content/themes/thrive-theme.old/architect/inc/views/symbols/symbol-body-close.php',0,'±:Iâ&-Ç½Èˆ‡†±W-','±:Iâ&-Ç½Èˆ‡†±W-','8Êi†í„\Z ×DÛ7yÌ@Ý16fû“ZxŸZÚ«‹ª','',0,'?'),('îKl›ÄÈ£&ÀýŒÿSá','wp-content/themes/thrive-theme.old/architect/inc/views/symbols/symbol-body-open.php',0,'ÁÂy¦H…²PK–ŒÖã','ÁÂy¦H…²PK–ŒÖã','lzÆHÂ8ˆõä3Á	êDƒæ­dçÉžŒŠ”–‹.=','',0,'?'),('0@¬qµÃjÈEYô$','wp-content/themes/thrive-theme.old/architect/inc/views/symbols/symbol-content.php',0,'! hH+zKçy«HOÕ‚L','! hH+zKçy«HOÕ‚L','À,¹YU·¦k»÷K¡íÕ“K£“¾=’cEÐÙ©2u.Ûç','',0,'?'),('\r4²é]E/ñv‚›×Ø ','wp-content/themes/thrive-theme.old/architect/inc/views/symbols/symbols-dashboard.php',0,'Ö 3âìÄ\Z{âýð‰ý4','Ö 3âìÄ\Z{âýð‰ý4',';y}œyM—\\rxÐáD)3çhœŠ55™T3\ra¿f“','',0,'?'),('‹b¼«!~Û÷^Ê4&zl‹à','wp-content/themes/thrive-theme.old/architect/inc/views/widget-form.php',0,'\'‰\"Õ‚å\\.:ˆhC Äî','\'‰\"Õ‚å\\.:ˆhC Äî','e¤\n¡\'^±œÐÔôGt	ìðQéRsô2#<Þ›kjÎÌ','',0,'?'),('—0oæWR¢§®ð„ÿ','wp-content/themes/thrive-theme.old/architect/landing-page/inc/TCB_Landing_Page_Transfer.php',0,'„ÕpT#}¸§Ÿäï&ÿ/æ','„ÕpT#}¸§Ÿäï&ÿ/æ','¥p7÷]im/«¶FamñöÅéó®þ7\"fÚ…ðXÌZë','',0,'?'),('9.Þdª‹Bµ!ýùx¥\'@','wp-content/themes/thrive-theme.old/architect/landing-page/inc/class-tcb-landing-page.php',0,'á‚C¨ã¤B¾&|zFöÊ','á‚C¨ã¤B¾&|zFöÊ','í¨”ÄD§ÿ-ï_ÝÈ›PÑcùC¦èÛWAçvúc','',0,'?'),('ð-™I¶22\\Ùœp2&¦','wp-content/themes/thrive-theme.old/architect/landing-page/layout.php',0,'ŠmµyËÑèA¾…ìø/','ŠmµyËÑèA¾…ìø/','Y–xJõ÷`ÎÂ¾qã†g£*Ëí0p=«\'t“ÛØ|','',0,'?'),('çëçËì\')ƒûØÇcm\"¤','wp-content/themes/thrive-theme.old/architect/landing-page/templates/_config.php',0,'#&\"Ú­6\ZÈÔÌ5ôëú','#&\"Ú­6\ZÈÔÌ5ôëú','¡iU£Ýù®wù¸£ÓÏÞío,fg\Z-¤W­AsøZ','',0,'?'),('Õî¢tÍÂ¯°6V¨%Ì•','wp-content/themes/thrive-theme.old/architect/plugin-core.php',0,'P„\"­6$lé‹¸`ßcðó','P„\"­6$lé‹¸`ßcðó','‰^{›wÚÎ.B#Z­]])úIX‡y±m©N(®ÐÓ%','',0,'?'),('½G\'õ¥;~DP!å©xËw','wp-content/themes/thrive-theme.old/architect/thrive-visual-editor.php',0,'…Î«9·’ó0ú>û¿±Fdî','…Î«9·’ó0ú>û¿±Fdî','­rY‹|£{ÉÙ7[Aµdu<\Z\'ª×/„Ž6²\rˆ»','',0,'?'),('c,õ [Ì?|~\\/†]','wp-content/themes/thrive-theme.old/architect/tve_settings.php',0,'¼ïnûŸoEº­àÝ.Ÿ','¼ïnûŸoEº­àÝ.Ÿ','¯‚ÉÃ<º¯?øÏ2\'¶ ÷ÿeFòÂgø<,úÜKð','',0,'?'),('y,€iý¿iuù©’þµ‘ø','wp-content/themes/thrive-theme.old/archive.php',0,'’\0ì/‘¦È’KÈ','’\0ì/‘¦È’KÈ','ïk ÞßQÂ“¤Ìd<ò0ñ•M¨·OïÄ\\ºŸ1M\Zx¥','',0,'?'),('‘®fó¿õGVguã,3 ','wp-content/themes/thrive-theme.old/comments.php',0,'VuæÝ½‡11Q @³','VuæÝ½‡11Q @³','—?úÝ(òØcgV¶+}´Ñ\\ÛÓ‡{>2#ÉdW‚ØÈÅ','',0,'?'),('ÄÕ\"¨\"¾±×ñãåèYp','wp-content/themes/thrive-theme.old/footer.php',0,'RPÇ÷Ž+ ·üÍ½cþ6f©','RPÇ÷Ž+ ·üÍ½cþ6f©','¶ªÞ›D×1váfx¨^ŸzàRCK!ƒR~Ñíè0¯','',0,'?'),('|!ö=—xÈ‡ÕÅÿ˜Ÿ','wp-content/themes/thrive-theme.old/functions.php',0,'ª…Ê¸»†!*þMC½€Ë','ª…Ê¸»†!*þMC½€Ë','å_üŠÇk–)ôÜ°ÿZ0Y¬s@7ýH0Ó˜¦1','',0,'?'),('—‘Èl çí+Pãù­åÀ‰','wp-content/themes/thrive-theme.old/header.php',0,'MÃ³Ùæ=W½ÆíV›E0','MÃ³Ùæ=W½ÆíV›E0','ô.pÓ½¯¥™²™´ºcôPF€$;×;·¸(Äz!‹AÕ','',0,'?'),('æ²Ó)t‘|ÐÒ,joÀÂ(','wp-content/themes/thrive-theme.old/home.php',0,'’\0ì/‘¦È’KÈ','’\0ì/‘¦È’KÈ','ïk ÞßQÂ“¤Ìd<ò0ñ•M¨·OïÄ\\ºŸ1M\Zx¥','',0,'?'),('´Uüb°â¿í%¾ðÇš÷','wp-content/themes/thrive-theme.old/inc/assets/dist/admin.min.js',0,'h¥‘LüÛ²rOØPû^','h¥‘LüÛ²rOØPû^','ñØÞÅÿ“bÓ±ŽÜB¸Hì—ë×ë{!Í¾v)‹','',0,'?'),('²ÀUÌc‘˜Q’L}öÛ','wp-content/themes/thrive-theme.old/inc/assets/dist/editor.min.js',0,'Gñº/Èe\'>NYø=ä4Ÿ','Gñº/Èe\'>NYø=ä4Ÿ','¿èÉü<™ã˜}/?84G è@ÙlG;ÒÁ­D¿Ž‡ó','',0,'?'),('¦Kòœ?´¦9ŒõG	6','wp-content/themes/thrive-theme.old/inc/assets/dist/frontend.min.js',0,'M;È¶è>Aÿ\râµ”î?','M;È¶è>Aÿ\râµ”î?','m·²2\\Ä±ÿ|ëEÉâÛmöùg\0ÊÖuBÐDö','',0,'?'),('M/*™àvï¾ÔæŒ9¹A','wp-content/themes/thrive-theme.old/inc/assets/dist/main.min.js',0,'Ë}e;N ×Æ®•½j*+','Ë}e;N ×Æ®•½j*+','ºÌæ¬W[¤Íâ©s….P¤Óup¤SyŒÌ½Þ˜ÆW','',0,'?'),('˜q¾‡~*-_qÒí*H','wp-content/themes/thrive-theme.old/inc/assets/dist/typography.js',0,'PNbèöârüüûPD•#´','PNbèöârüüûPD•#´','úò+6›cÆM»»¢`4&ï]Ã£Äa,»þ‰%¿xa\r','',0,'?'),('œ+Ô2ùVàw°9ü','wp-content/themes/thrive-theme.old/inc/assets/dist/typography.min.js',0,'öm-cœËÄ°.Ž¶“èÊ0Ž','öm-cœËÄ°.Ž¶“èÊ0Ž','=º`êSBï*{_Í{U»½ãZa]ÂÚeÉø>žìÏ','',0,'?'),('®9ª;@ô4ù,_2Ÿ“ø','wp-content/themes/thrive-theme.old/inc/assets/svg/dashboard.svg',0,'Þí{’ ùpPmïEI¸','Þí{’ ùpPmïEI¸','©àí@Ž‚ä@%ÇªcdçáŸ¨9áÔ\r ~RO°±','',0,'?'),('˜ìþ ÀÝÇ°”Ç§®','wp-content/themes/thrive-theme.old/inc/assets/svg/editor-svgs.svg',0,'x¿u—%sŠ~ûû¨á\'','x¿u—%sŠ~ûû¨á\'','Àƒ»”²3æä·ÒðH+–ÈÂ6yLaÌgNËX×4Â','',0,'?'),('¨ª>èÎ2Ð’ªðÁUÖê','wp-content/themes/thrive-theme.old/inc/assets/svg/loading.svg',0,'¨Á»H^x)Ä[Ü¢gÁV','¨Á»H^x)Ä[Ü¢gÁV','µžÙHw6Ÿ]éýÙK|™‡ˆìÚ‚òŠÊ;\0ã','',0,'?'),('È†\0;0H.k‘Z\ZÐ¦Ö½2','wp-content/themes/thrive-theme.old/inc/assets/svg/logo_placeholder_dark.svg',0,'glé,—\0¤^ï—Åœ‡Âw','glé,—\0¤^ï—Åœ‡Âw','üÄ;ÊªåÊª‚(ù–öž-t-~ÚíQÿ~»€ï&ZÚY','',0,'?'),('5Æs½=±*‡ª¥‡$1Ž','wp-content/themes/thrive-theme.old/inc/assets/svg/logo_placeholder_light.svg',0,'$ã×ÊýGgg]2/\'>¨J','$ã×ÊýGgg]2/\'>¨J','ù	q>øøoÏ[\0J)fÞÜá…ý2xñ`8r','',0,'?'),('©x-#Ë	*Eô)Ø7Ð(¶h','wp-content/themes/thrive-theme.old/inc/classes/class-thrive-comments.php',0,'¶gA\\M³¸ÙÃ¤ük(T ','¶gA\\M³¸ÙÃ¤ük(T ','êVq=*§êlGÓ› Rm÷Zý¾YFYþ2\\»ž“ßK','',0,'?'),('è®¬ÍŸ	™{¥ò·ãìšž','wp-content/themes/thrive-theme.old/inc/classes/class-thrive-content-switch.php',0,'-Õ_+ö‘Æí¾åƒ\"’@','-Õ_+ö‘Æí¾åƒ\"’@','Sk3Ák¡@Â·« …söÊ­ÖtKŽ6é*=·#x','',0,'?'),('~ÃÏÑP(\nx~ïfÀ','wp-content/themes/thrive-theme.old/inc/classes/class-thrive-noop.php',0,'±™	dÃÂÀ:ö\0àúí','±™	dÃÂÀ:ö\0àúí','¼kµ~+žíNÜ#C°ªÀ³LØƒuÆPu]ï^¬Ë÷ž²›','',0,'?'),('$ž;k»1¾@=ß@>‡','wp-content/themes/thrive-theme.old/inc/classes/class-thrive-setup.php',0,'v„Kw+QËVìi¬3¡Ô÷Ý','v„Kw+QËVìi¬3¡Ô÷Ý','’j]éëÀI‹_M†Ã×W.ÚzŸ~2à<z‰b','',0,'?'),('Mö:0ÓaÌl^™FÃ2.','wp-content/themes/thrive-theme.old/inc/classes/class-thrive-shortcodes.php',0,'TšåºwOùq«8G=û','TšåºwOùq«8G=û','dêƒKH£RõÖQE\r@mn\"!bž®`«-æfÞä¨¹>','',0,'?'),('Êk	››W@ùƒ‰‘é¢¼ŸN','wp-content/themes/thrive-theme.old/inc/classes/class-thrive-theme-transfer.php',0,')ðt´¯AÚÒ¦Ûáè6V',')ðt´¯AÚÒ¦Ûáè6V','ŠsÆ†x¤õzÚ}|lšÊ2Áºo#V8·N9\Z{/','',0,'?'),('_gÀP)Ò‡Kò$%Öâ\'','wp-content/themes/thrive-theme.old/inc/classes/class-thrive-theme-update.php',0,'+C¡º˜>ÊÈÖ]šd,&','+C¡º˜>ÊÈÖ]šd,&','“ÀŒß¥,rî…âšÚW\Z±fâ¥cö€¼Ëñ^Ï›\nZW','',0,'?'),('‹ì]é2”ƒå˜§ö{…','wp-content/themes/thrive-theme.old/inc/classes/class-thrive-theme.php',0,'ii‚wPˆ”ôñ,È\r{À','ii‚wPˆ”ôñ,È\r{À','ôoù0ÿã…w‹COWfÜÔ–J“–¸?íöŒà','',0,'?'),('÷jWc‰co4í$Kÿ\n','wp-content/themes/thrive-theme.old/inc/classes/class-thrive-utils.php',0,'muœÌ#FÿêïÁëà','muœÌ#FÿêïÁëà',':€òU=µç`ÿÚ‚Äj„6Î`SöHêæ‡q\'ø¦\'`','',0,'?'),('Õ€+ì â†ùj†½Êè','wp-content/themes/thrive-theme.old/inc/classes/class-thrive-views.php',0,'jJb/æ	änŽß•ú•4','jJb/æ	änŽß•ú•4','P“º\03êAQ&XD$ÜžCm-§ý,œý¿\'9hý÷\r7°','',0,'?'),('rEšÒýßü¯Z1†l','wp-content/themes/thrive-theme.old/inc/constants.php',0,'Ô1FH°‡/R,Þ¦ØKL','Ô1FH°‡/R,Þ¦ØKL','c<ô|ô·ëðlJyL^—B~lñÛºdÝß\nc)æŽ','',0,'?'),('>›¼¥›:4‘ÄAÿÙ­ˆ¯','wp-content/themes/thrive-theme.old/inc/templates/admin/meta-box.php',0,'Ïh%Eâé‰˜\0ÇCunØ','Ïh%Eâé‰˜\0ÇCunØ','2^•jüb`¥>Hô,é¨þ`y!\nLšÂò§Æç-Oc','',0,'?'),('F]]Ó÷F~¬A%;QÁåRà','wp-content/themes/thrive-theme.old/inc/templates/admin/user-social-url.php',0,'\r{	8ëo\Z¶zÛOä².','\r{	8ëo\Z¶zÛOä².','aS~NŸD§‹µØiG—q$tóïÎZÏæ[»Þ¹¨áŒ','',0,'?'),('þ:SÛÖ34¯Jy¾WÕâÂ','wp-content/themes/thrive-theme.old/inc/templates/backbone/dashboard/icon-menu.phtml',0,'Ï\rÄ§©˜õö.I¢<t€c','Ï\rÄ§©˜õö.I¢<t€c','ºSÄ~Â=æ^3ý+¬Ó±ËCmÁÕ¢£Ø»qK–Êñ‰','',0,'?'),('þjæ#•—Üã¯ÞÈ«Þ','wp-content/themes/thrive-theme.old/inc/templates/backbone/dashboard/main/branding.phtml',0,'ZªñÔ(ôHÞÜa÷@Ö\rÇ','ZªñÔ(ôHÞÜa÷@Ö\rÇ','ŒddÅtw–Ý7•Š\0.Óˆ4žCåf›I‘çÐ3ì','',0,'?'),(';Í«tŸ…©p·X@û×','wp-content/themes/thrive-theme.old/inc/templates/backbone/dashboard/main/templates/blank.phtml',0,'Vj¥06N:à «À','Vj¥06N:à «À','·º„î3=eZº€$TÌÍ™	zÕªPwvª¦ä²’ý…$','',0,'?'),('û§šnÃwÇ€ÞQ’¤àn ','wp-content/themes/thrive-theme.old/inc/templates/backbone/dashboard/main/templates/item.phtml',0,'Ã…€Ž;2ÔH›ƒV\\','Ã…€Ž;2ÔH›ƒV\\','ç0ú	;èjãé*ŠÕNI˜Ç	Üs22â«‰¿–¥','',0,'?'),('òäo;H7!;*•‚©©','wp-content/themes/thrive-theme.old/inc/templates/backbone/dashboard/main/templates/list.phtml',0,'>èë`^$j²ç¢ Y','>èë`^$j²ç¢ Y','þd^Òü@ÙxÂ×!\r¾5¢\"%N#Æ&8@â[’','',0,'?'),('á¢0fûõ˜Ùùç÷4ˆ','wp-content/themes/thrive-theme.old/inc/templates/backbone/dashboard/main/typography/item.phtml',0,'[`¶ TZy)¶°.’æ','[`¶ TZy)¶°.’æ','^!bxß‚¨	±œº`>…ÍêµþÆÉØg‡2?','',0,'?'),(';ôþc¡.–\\Ä\\±;ß','wp-content/themes/thrive-theme.old/inc/templates/backbone/dashboard/main/typography/main.phtml',0,' ›¤JfsÕ$ŠkA—æu‰',' ›¤JfsÕ$ŠkA—æu‰','Bl,öM!©áÎäº´ÀLºÁ²o‡†$ÏTh±Ï','',0,'?'),('‰á¼Ùj\rò—','wp-content/themes/thrive-theme.old/inc/templates/backbone/dashboard/main.phtml',0,'-C…îàôjà\0ÉDøc','-C…îàôjà\0ÉDøc','vr/Œ»ƒ¯¼q-juºÐŒyà[ÌöxV›hêIá','',0,'?'),('ÖH¨Ú£y„¼¢ÐŒ÷Eªb','wp-content/themes/thrive-theme.old/inc/templates/backbone/dashboard/modals/base.phtml',0,'ê8WUˆ³õEžÚ¶j`ß','ê8WUˆ³õEžÚ¶j`ß','Ýê‘ìÍ­Iö³Ý/˜ÚS3®“9KÂôùàùÜÑÏâY','',0,'?'),('#Ù)\n·åØó¦¢ß¸ù','wp-content/themes/thrive-theme.old/inc/templates/backbone/dashboard/modals/templates/create.phtml',0,'‘˜\nŸ4&8¯ÿ vÏq','‘˜\nŸ4&8¯ÿ vÏq','TáIhËZW€ÿA\núþSÐåL”`	Gep\'sú','',0,'?'),('¤Ð;Ò/hh+ê•›“','wp-content/themes/thrive-theme.old/inc/templates/backbone/dashboard/modals/templates/delete.phtml',0,'ÐUÁ=÷ÑÌfÏÜ åûÊ','ÐUÁ=÷ÑÌfÏÜ åûÊ','²ü-»)iß;*¹\rqCaùmeÓTÃ¨v2äA/a¥','',0,'?'),('&äþ[CŽÍP>\n¾j\0','wp-content/themes/thrive-theme.old/inc/templates/backbone/dashboard/modals/templates/full-reset.php',0,'Xé¸³Ø+?±«!%ô½I','Xé¸³Ø+?±«!%ô½I','ˆ¹pdŽµbr¦2/ÿOoÒEZ8ì»Qðêj—© .','',0,'?'),('dÁŠ¢©YAT¯W‡$òY','wp-content/themes/thrive-theme.old/inc/templates/backbone/dashboard/modals/templates/reset.php',0,'œÿÿs~J.ºú¬#€”ØX','œÿÿs~J.ºú¬#€”ØX','jQQ*Å/áFì1±JÖ³qF™Â|-EŽ?Ê1ÜªM','',0,'?'),('RÍ9 ¶í˜Œû!ýœP«ñ','wp-content/themes/thrive-theme.old/inc/templates/backbone/dashboard/modals/typography/delete.phtml',0,'âûŒÃ\ZÛz9t21èšA','âûŒÃ\ZÛz9t21èšA','3†…	xî?ð™ì<ž1Ï¹Þ¨öå:qO¿‹U×ê','',0,'?'),('Ä[û•,žc±ÀODq÷«','wp-content/themes/thrive-theme.old/inc/templates/backbone/dashboard/modals/typography/reset.php',0,'Œ?ÁDBÇK\r8ýu´ôÁ?®','Œ?ÁDBÇK\r8ýu´ôÁ?®','¢>~îuƒWáAb“,‰cl#î Þ [:”ï3\n','',0,'?'),('s:ø\\Ä7ß£ áÞ=»¢L','wp-content/themes/thrive-theme.old/inc/templates/backbone/dashboard/sidebar/branding.phtml',0,'½Ñkñùºo=&v¥=[','½Ñkñùºo=&v¥=[','„°]SÔ<:–†laöÿþhC¬!ø\"„¤d$kÄ\0Š','',0,'?'),('®g„¼ìVMõ%n»uL','wp-content/themes/thrive-theme.old/inc/templates/backbone/dashboard/sidebar/templates.phtml',0,'óvª‚2!9ÚéWcÞ³','óvª‚2!9ÚéWcÞ³','Úú9ìFIêñpÂéˆ¦ó\'ª¾šMXÓW‰Èß%¤Ûâ','',0,'?'),('àÏNmaËb\"èÈH±”:¬E','wp-content/themes/thrive-theme.old/inc/templates/backbone/dashboard/sidebar/typography.phtml',0,'V“îO…™;œ2HñŠ®ƒU1','V“îO…™;œ2HñŠ®ƒU1','ÀDäéß1÷«å-\Záîá<Å)Ë:j¾°4\ZQd¶ž','',0,'?'),('2¦\n<uóD2´Pq','wp-content/themes/thrive-theme.old/inc/templates/backbone/dashboard/utils/icon.phtml',0,'Ñ¥H#ÎfÔ½®“ÿµa“Œ','Ñ¥H#ÎfÔ½®“ÿµa“Œ','9§ìö-k®†‹[ØKùZD¯c‘Fœ1ÀªËqbZ','',0,'?'),('Nÿ{˜ŸA¬ÃÄˆaß¹','wp-content/themes/thrive-theme.old/inc/templates/backbone/dashboard/utils/select.phtml',0,'xÐ´´¨»ÂƒO¦ÒGp','xÐ´´¨»ÂƒO¦ÒGp','ëÆ®Ž“Ú=H´©š¢q@úc‘Ž6ÓÎì\0KÁ^-.úžp','',0,'?'),('òŠS£%xRî©+LrTï','wp-content/themes/thrive-theme.old/inc/templates/parts/archive-description.php',0,'˜Ìƒ$½!WØ÷ÒœH\0','˜Ìƒ$½!WØ÷ÒœH\0','K?@m  	laÉþMàÑW+´õ…\rÝ\Z÷¨\"ñSòØœ','',0,'?'),('”%¼†}oÛ|Ü-ÖÉÂ¼','wp-content/themes/thrive-theme.old/inc/templates/parts/author-box-element.php',0,'·ÁêÁ¼ÂØÈÉöç—ÿš','·ÁêÁ¼ÂØÈÉöç—ÿš','K.ÁrM\'#.ìw.¥Sþè¡³bùÍ¹ä?Åö}ß;','',0,'?'),('5°m†Á_Ë\\© â\\{','wp-content/themes/thrive-theme.old/inc/templates/parts/content.php',0,'#“ñ€‘¢‘®¤õž>ôòˆ','#“ñ€‘¢‘®¤õž>ôòˆ','¥yäX½³i:CªÀ¥âXö\nÀòëáEÝÌý!ÜÀÌs','',0,'?'),('ìeo)Zx×DøIÿLû£Ê5','wp-content/themes/thrive-theme.old/inc/templates/parts/dynamic-list.php',0,'™AeCŸnpò½3â‚ËÐ','™AeCŸnpò½3â‚ËÐ','8Ü06´’¥Î—ØL(\ZóÀ÷Ð[‰fÓP&*g','',0,'?'),('@Ì,k8±lm†ÉŽÙk\\½’','wp-content/themes/thrive-theme.old/inc/templates/parts/footer.php',0,'ö¼rC®â¼é¿‡ÒV:','ö¼rC®â¼é¿‡ÒV:','Dká/ÿ,žÊäŠ9ž.ø\\/ø“GSR¡¤•xs*Ú','',0,'?'),('ÿ¯.KÚaÄÙñÿª´šžV','wp-content/themes/thrive-theme.old/inc/templates/parts/header.php',0,'¤’ Êpÿ©›ŠVgË','¤’ Êpÿ©›ŠVgË','xójëÑ#‚ÝH}òÓHhØ²%A§¾·šõ á‹7(Z|:š','',0,'?'),('tLHñ—Ùÿg€\'ˆ¤FÀ','wp-content/themes/thrive-theme.old/inc/templates/parts/meta-element.php',0,'ÍÆÿ•¨|¡ûè4‹(TÂ','ÍÆÿ•¨|¡ûè4‹(TÂ','íPCækc õ¤:ºSæ†ZŠîaFI¹ìb6A}','',0,'?'),('¦Qóxò¼pßNH‹Ð£x\"','wp-content/themes/thrive-theme.old/inc/templates/parts/post-title.php',0,'öHNàb,4O&rÙš6ë','öHNàb,4O&rÙš6ë','öøõ9Á‚6öu²Ë°å~ªæŠ*“þ’ª‰{\\Qr,b','',0,'?'),('¶É3¸÷E®ÕðÉwœè”','wp-content/themes/thrive-theme.old/inc/templates/parts/search-description.php',0,'èŸ+ìŽßÛ-OúxH','èŸ+ìŽßÛ-OúxH','Ð“þÍÙºÂÓ¢iÚƒØXúælñ³Ê7*P¾E§œáT','',0,'?'),('¥³	‰ŒCóJåÜgïõ~Š8','wp-content/themes/thrive-theme.old/inc/templates/parts/search-form.php',0,'ÌQÔ¸DÅ÷Žð_†\"\0','ÌQÔ¸DÅ÷Žð_†\"\0','©v¾?1.®É“Ç³œ}mRçö¯FJ~VÈp®(#','',0,'?'),('Êu1¿{:ÒH™áëÂ','wp-content/themes/thrive-theme.old/inc/templates/parts/sidebar.php',0,'æÒKîz{®h8V+‘iÛ$','æÒKîz{®h8V+‘iÛ$','9s¡ÇhñÉC±—5­<x (&Ÿ>ÁLšk©ä¹™','',0,'?'),('¢B¥Í+ÎuÁŠd¦ó·I','wp-content/themes/thrive-theme.old/inc/templates/structure/404.php',0,'bóªóµ¢¥‚\\\Z\Z Ý:z','bóªóµ¢¥‚\\\Z\Z Ý:z','³f¾ÊÆmëòÜwƒ§\"¾\Z›Ì>k&ûK+Ö','',0,'?'),('`ÙÑT®Þ¦V¦Ñ}G¯Ùiô','wp-content/themes/thrive-theme.old/inc/templates/structure/archive.php',0,'t#‡\0ŠØ?H\0˜³Ê','t#‡\0ŠØ?H\0˜³Ê','”Q-9w‚=<`Æ¤ºeèÇ«µr7îùM©l˜','',0,'?'),('dw³¤¡‡Y/Sšý±²','wp-content/themes/thrive-theme.old/inc/templates/structure/blog.php',0,'?Ó)>¬~ù¤	bÕ0O','?Ó)>¬~ù¤	bÕ0O','‰@µ.ÕÙ­x÷„.H‡¸dïãïjPï{f§lÊK€¦v','',0,'?'),('ãB–ù¹­1.wä”kw	','wp-content/themes/thrive-theme.old/inc/templates/structure/body-close.php',0,'“pR¸-=Xz)è8	JÜc','“pR¸-=Xz)è8	JÜc','ˆ;»`ÁÞ2Ì˜Û è.kdœÏªtó#û 3€{ËùØ','',0,'?'),('Ûù8,N¡Ç¥›kPçð','wp-content/themes/thrive-theme.old/inc/templates/structure/body-open.php',0,'´k5VùË×ê*”¢t<I´','´k5VùË×ê*”¢t<I´','+Æ`ŸKÔG?l†Ó¤t€Æå5Ñuâ•§nl?','',0,'?'),('¶\\EòzyrUŒù(üË0','wp-content/themes/thrive-theme.old/inc/templates/structure/page.php',0,'´JÀ%Ê4\'‡(¯P¨=jÀ','´JÀ%Ê4\'‡(¯P¨=jÀ','sÚ¼z|»Ò€¿g7aäF8±Åa‹=Ë˜ðèùOº','',0,'?'),('c…O\\xu¼¿qU8','wp-content/themes/thrive-theme.old/inc/templates/structure/post.php',0,'X‚wö!¯wU )/Í7ƒ','X‚wö!¯wU )/Í7ƒ','¦Z÷Vû½ñKý(¬\ZÝbòýí™S©wãš»íðìüOo	','',0,'?'),('¯+g†|N%Àn•Ld3','wp-content/themes/thrive-theme.old/inc/templates/structure/search.php',0,'@ð]U°áyè„WÈ2%','@ð]U°áyè„WÈ2%','GÁ2ö•ê—É>›~ˆH†i¾ŸžÎ†{ý`š•õIÍA$','',0,'?'),('ß\Z^no_ïßüÚT$¤×è','wp-content/themes/thrive-theme.old/index.php',0,'èUï>ß€ñaùOBÃ)','èUï>ß€ñaùOBÃ)','Å,Î}üñÉU­¤­]Xi9˜d\0Z1£jÎ¤š','',0,'?'),('UÍvß…4\0ÕÍ\\ôíÜ\\„','wp-content/themes/thrive-theme.old/integrations/architect/class-architect.php',0,'*³I<ÌÚQŠ=Ÿ[uk¢Þ','*³I<ÌÚQŠ=Ÿ[uk¢Þ','7Ò`ü?[åäÑà<šmÞç\"T´÷Påv‹ƒ{@­%Û','',0,'?'),('‚5þ¹Œg[-J9êŽ®','wp-content/themes/thrive-theme.old/integrations/architect/classes/class-thrive-dynamic-list-helper.php',0,'yhYž)Ï@qÇˆ\n3Ê;','yhYž)Ï@qÇˆ\n3Ê;','©0Œv9\'åûüøXÖÂÙ‘Št$è}˜ýb^Û\"Ûý','',0,'?'),('ï÷Y\"HÁþ„Ó¾ä˜Ò÷','wp-content/themes/thrive-theme.old/integrations/architect/classes/class-thrive-logo.php',0,'æ*¸q6—À¡xG@ò','æ*¸q6—À¡xG@ò','íÈ˜biH‰BèA¡”»`Vó“€%æk\\¢ª¥','',0,'?'),('	ç•u5¯\rŸG?íæ¢æç','wp-content/themes/thrive-theme.old/integrations/architect/classes/class-thrive-pagination.php',0,'ÇZ“ßn1£Å¬Qƒ%ß\'','ÇZ“ßn1£Å¬Qƒ%ß\'','QlfCh=…\Z\'³²ÍPp°cÊ°x›pÓ÷³Kuý… zå','',0,'?'),('Ã:Wú$.T\n;Ö+zY›','wp-content/themes/thrive-theme.old/integrations/architect/classes/class-thrive-template.php',0,'|9-°Çy\r«%ËUãÑµù','|9-°Çy\r«%ËUãÑµù','ˆ`êåh\\p©¼\Z­jõÑß3\0[ß}ï/*ÞŠ*è¢y','',0,'?'),('çÐ®©„Ì\0ËOx9´Wñg','wp-content/themes/thrive-theme.old/integrations/architect/classes/class-thrive-theme-element-abstract.php',0,'©“þe}fuß&ùJÅ\ZuÕ','©“þe}fuß&ùJÅ\ZuÕ','†ûC\0öQAf:ÞtÈØ‘|¯vÈÕ…aèG‡¡¸','',0,'?'),('	Õ(lbz˜B¿ø)ˆç','wp-content/themes/thrive-theme.old/integrations/architect/classes/elements/class-theme-calendar-widget-element.php',0,'²yxqÙ¯r~cÉaˆ×CŠ','²yxqÙ¯r~cÉaˆ×CŠ','vvßíq«ÄØ<\0]—À+òKD3[.Þä55Ôë`','',0,'?'),('š»ÍPy	\0¾Š(aíwÎ ','wp-content/themes/thrive-theme.old/integrations/architect/classes/elements/class-theme-comment-author-name.php',0,'¥ÔIúR\'e:ã«J÷ÔB§','¥ÔIúR\'e:ã«J÷ÔB§',':c×,ly>¦1\"ìäŽ>²$ZÍcSÙ¦òÓw7ß%','',0,'?'),('ðn{z4ô«Âs<³Æ®…','wp-content/themes/thrive-theme.old/integrations/architect/classes/elements/class-theme-comment-avatar.php',0,'p‘”ti|¼­A˜¿QuËI','p‘”ti|¼­A˜¿QuËI','çél­;5}‘½°bg.t—ÄW.²ý‰p®ÝxÌ­Ä','',0,'?'),('\\Võ|på¢\rXè‘¤','wp-content/themes/thrive-theme.old/integrations/architect/classes/elements/class-theme-comment-container.php',0,'}6#•€˜ÚiQ¥Ó c˜¬','}6#•€˜ÚiQ¥Ó c˜¬','$¬ÉÏR€SëvT{à¨_h]îJ½F=b=°‘\rç›o','',0,'?'),('$\rŽ;:ÁšñúëøÂêÈß','wp-content/themes/thrive-theme.old/integrations/architect/classes/elements/class-theme-comment-form-author-input.php',0,'¡–MáeƒrN™U½7Ô·þ','¡–MáeƒrN™U½7Ô·þ','\ZÏ·\0#rH­xŒ\"56‹‘”º¸ìš«êºpÙß<\0°‚w','',0,'?'),('7_‘zH¸…ÜEERÒ\"CÎ','wp-content/themes/thrive-theme.old/integrations/architect/classes/elements/class-theme-comment-form-email-input.php',0,'â¶6^Q˜wèJHä4þ,:','â¶6^Q˜wèJHä4þ,:','ùìW-Ÿ=?PÌ´q_¡Æn[‡²º‚FµqõÑGQ[°Ö²„','',0,'?'),('oy›‹¢:;žÁÐŒ&','wp-content/themes/thrive-theme.old/integrations/architect/classes/elements/class-theme-comment-form-website-input.php',0,'`ÆÛSSU)™Ž‰èÃºÀÓ','`ÆÛSSU)™Ž‰èÃºÀÓ','lÓ rYžGÛØ²Ùõ$^N´®sù:Ÿêl™Ê{$m9#~','',0,'?'),('	,iÆLï?€ÆBÎ›ÁÍ','wp-content/themes/thrive-theme.old/integrations/architect/classes/elements/class-theme-comment-meta.php',0,'€òÍ¹Lý]€Hk\0ï','€òÍ¹Lý]€Hk\0ï','–)µÂ\Z¼º!Öœ¢\0™®°íø›ë‘©²ÊÃObi…','',0,'?'),('~™ˆ£ûCÄ€Ë\Z8^§z','wp-content/themes/thrive-theme.old/integrations/architect/classes/elements/class-theme-comment-reply-button.php',0,'’›Û–’†ƒ¹FrÜ(ùH|','’›Û–’†ƒ¹FrÜ(ùH|','úW»žù>Æ­´–ƒ-žmŽQÍ•\rRaÕöbÁ','',0,'?'),('ThcûýÝùÇ_¿h0~','wp-content/themes/thrive-theme.old/integrations/architect/classes/elements/class-theme-comment-text.php',0,'V:õñØ™Ò{­ím=p×—œ','V:õñØ™Ò{­ím=p×—œ','q(_¾?tÿ»?Ý¡ã[G*©ªRƒºÀa£ÃC9','',0,'?'),('¥@ˆ\\WG¤n¤Ìæ|n)àT','wp-content/themes/thrive-theme.old/integrations/architect/classes/elements/class-theme-comment-thread-container.php',0,'2Á.:lc--4°}û€r','2Á.:lc--4°}û€r','?€4­A\\ƒde´_dÜqIt+Í/‘›KÖ}]ªÃ','',0,'?'),('N=æ¿˜öµ0«bð-œsT','wp-content/themes/thrive-theme.old/integrations/architect/classes/elements/class-theme-pagination-current.php',0,'çU”ç•—KÏ\Zâ3‚)3k','çU”ç•—KÏ\Zâ3‚)3k','ëÁ¾¾2w œ‡«©~9X·å˜U¸ÔW*õóÛ >Ìo','',0,'?'),('èf€¨Aº+^EeC¢8','wp-content/themes/thrive-theme.old/integrations/architect/classes/elements/class-theme-pagination-dots.php',0,'Ø`ú.Â\\9Pd>·ãk','Ø`ú.Â\\9Pd>·ãk','âŒ+{wÐ÷¼TQ‹‰—:Úáwo@¬÷/`*¡X‰€¿Z','',0,'?'),('Œ°†cÐ52iv¯1/f¶|Ê','wp-content/themes/thrive-theme.old/integrations/architect/classes/elements/class-theme-pagination-item.php',0,'r»Òì×›¢­«\':Cþai\r','r»Òì×›¢­«\':Cþai\r','!¼Nàþ¬…\ZäFfMÃç%ü-ÿõ¿O±˜ˆ{ÐtÊí','',0,'?'),('sì;AëûôÜCDtºj -','wp-content/themes/thrive-theme.old/integrations/architect/classes/elements/class-thrive-archive-description-element.php',0,':8Müˆ¤¥ŽõœÄ',':8Müˆ¤¥ŽõœÄ','ÈÔöøºžzN@²Õ·¢]ƒ§Á¥Ä	à‚†nJÃ8³','',0,'?'),('3Ù÷`—»fhû¦%ÞÇ','wp-content/themes/thrive-theme.old/integrations/architect/classes/elements/class-thrive-article-breadcrumb.php',0,'\rœ¿º„µGú@jØ¼`¶V','\rœ¿º„µGú@jØ¼`¶V','~B×›EMâÛ}?Ž/Ã\rN¹¦«©·Æî\Z°EHÏÙç¬','',0,'?'),('2Á,g™$)œõNÝkº¿è','wp-content/themes/thrive-theme.old/integrations/architect/classes/elements/class-thrive-article-element.php',0,'1šGI„ªL­í`O`|gÀü','1šGI„ªL­í`O`|gÀü','U•T}õäÐ\"`…œdÝÿ{³yECæ™š£o˜£ßi5œ','',0,'?'),('Ë ±•TìË$ªöº8±û','wp-content/themes/thrive-theme.old/integrations/architect/classes/elements/class-thrive-author-bio-element.php',0,'Òo+ÈBçò3¬y*ŒýÞ','Òo+ÈBçò3¬y*ŒýÞ','ÑXCKŒ#U{›MqmÆcRûvô$[Ô9k²Î','',0,'?'),('M+ÄâM%ÉŠ&5möâ×','wp-content/themes/thrive-theme.old/integrations/architect/classes/elements/class-thrive-author-box-element.php',0,'§J–ÀH{QŒ\'¹«â\"(‡','§J–ÀH{QŒ\'¹«â\"(‡','©\rµ¨y+v\'°<$kŽ¨ŽDi³_„:²MË\r>ŸòˆR','',0,'?'),('²ÿrò1–NMï_ïl$„','wp-content/themes/thrive-theme.old/integrations/architect/classes/elements/class-thrive-author-follow-element.php',0,'™ý‹·Ò¥¿Ëð€Š/í','™ý‹·Ò¥¿Ëð€Š/í','‘:tYºf*Ì1`ŸzQ”¬Ç%uV‘8âO¿!„ÔìJü','',0,'?'),('c+vSä,r~ÿ|#ïu«','wp-content/themes/thrive-theme.old/integrations/architect/classes/elements/class-thrive-author-picture-element.php',0,'bÑµÁ˜±SàÙX\r(¯ý','bÑµÁ˜±SàÙX\r(¯ý','|xr<fMue=(6SGd$s é0¾pžB8CG±³(t\Z','',0,'?'),('uœäHb˜å˜0ÊEkÀ','wp-content/themes/thrive-theme.old/integrations/architect/classes/elements/class-thrive-breadcrumb-leaf.php',0,'ª%Ã0ôºOùüs½©¬Œ','ª%Ã0ôºOùüs½©¬Œ','`PÔdü‰3Ý¢ùöšÿFÝå3”½üg4Ne¥žÜã\n','',0,'?'),('\Zê‚®v‰†ëŠÈ£ÅæôÒ','wp-content/themes/thrive-theme.old/integrations/architect/classes/elements/class-thrive-breadcrumb-path.php',0,'|üw…=¦•f¸­XÙÑf','|üw…=¦•f¸­XÙÑf','fòÖ+_hÅ£‚ã<Î<ë*’´Eÿõó‡T>é:{TŒ','',0,'?'),('ªÚÉ©f>ën‚ª‹iÑŽÍ','wp-content/themes/thrive-theme.old/integrations/architect/classes/elements/class-thrive-comment-form-element.php',0,'hñûƒJÕäŸW\Z	Ú‚[ÏÚ','hñûƒJÕäŸW\Z	Ú‚[ÏÚ','jœ5±d[ZŽ}‡>SûèQÍN+Æì†~3$GÝtý','',0,'?'),('}q‘`m¡&¥TûI™ñZW','wp-content/themes/thrive-theme.old/integrations/architect/classes/elements/class-thrive-comment-form-input-element.php',0,'­!Î;¥Ç.	â/ŽŠ','­!Î;¥Ç.	â/ŽŠ','Ç‹ qå5ºB7ëÜBzÖ…@ÕÎ»)óæÖÂeÄÄ,Õ','',0,'?'),('KƒÀ¢È®\nÊúä`F<','wp-content/themes/thrive-theme.old/integrations/architect/classes/elements/class-thrive-comment-form-submit-element.php',0,'þ!†‡ÆêEf×6 1UÌ','þ!†‡ÆêEf×6 1UÌ','jMC¡iï\\ñ-®²®°(×2Ê³SÝM¢Y–ö ','',0,'?'),('ï2ˆ`ì3íÁ°Rƒ›õ…ÚÁ','wp-content/themes/thrive-theme.old/integrations/architect/classes/elements/class-thrive-comment-list-element.php',0,'+¦ž{ü…ë‹ç¿)%‚™','+¦ž{ü…ë‹ç¿)%‚™','ÑÓ:2ÁsÓ¯ç¨;\"MáìeŒÙ2º.§k®?ÿš®','',0,'?'),('i6+måaæ…Is	Ä','wp-content/themes/thrive-theme.old/integrations/architect/classes/elements/class-thrive-comments-element.php',0,',:Ûh7lx#œ0®Q@',',:Ûh7lx#œ0®Q@','’W¯Þ˜ñ-Åó«&à“9™ûjAŸÜ„ÓªÈgË','',0,'?'),('ÀÆÉÅâIÕB×óóqVó','wp-content/themes/thrive-theme.old/integrations/architect/classes/elements/class-thrive-dynamic-list-icon-element.php',0,'ÙªV7Záå£ÉØ±ž×Í','ÙªV7Záå£ÉØ±ž×Í','ð>iíŸú9O·¿¢?k¥ƒ\Z5K;ßÀ!S¸¨±È¯','',0,'?'),('¤[«f“èx/nD¬\n‹Ëèã','wp-content/themes/thrive-theme.old/integrations/architect/classes/elements/class-thrive-dynamic-list-item-element.php',0,'i«òœAõ]ºé¼=WyÑ','i«òœAõ]ºé¼=WyÑ','µoo¸\n×?z¡ÕüM<Çw¡^iú>¡p','',0,'?'),('¹æ2¦«	ßH`Çÿ¨Pñ[','wp-content/themes/thrive-theme.old/integrations/architect/classes/elements/class-thrive-dynamic-list-text-element.php',0,'œ\nÌì<åïy<ŠÔ–O','œ\nÌì<åïy<ŠÔ–O','ÑŒ6\n‹þ‡õÛ:Øërü½õÓ`KžW†±c¤rÁ:','',0,'?'),('µ\rxÝ£VÒ\n7œÃQ','wp-content/themes/thrive-theme.old/integrations/architect/classes/elements/class-thrive-dynamic-styled-list.php',0,'Ã¦¼ Ä2•åb¾ÙÅ','Ã¦¼ Ä2•åb¾ÙÅ','6&s¥]õŽý7>…î­U±çŒ”À¤žµ•TS7ß','',0,'?'),('Vâï=ï¹nWMÁ‹ùö ','wp-content/themes/thrive-theme.old/integrations/architect/classes/elements/class-thrive-footer-element.php',0,'µ 49Áª8o ¦Ò\nu','µ 49Áª8o ¦Ò\nu','›îªpî\0	—IÂxS;ò~kò¶)JÅMnXêµ','',0,'?'),('R?ÃTc\ro¹ïËû/;','wp-content/themes/thrive-theme.old/integrations/architect/classes/elements/class-thrive-header-element.php',0,'š<ªÕ…^M$Ü	µq!œ','š<ªÕ…^M$Ü	µq!œ','&è~(=[„ÉG¥ÈFñì{)Cz÷C’ÙÚ!·ÿ','',0,'?'),('_NÜ„	õmgž”ÏnQé','wp-content/themes/thrive-theme.old/integrations/architect/classes/elements/class-thrive-logo-element.php',0,'§\Zj`·†›¶ûå0}½Ö','§\Zj`·†›¶ûå0}½Ö','.rD?¥óö¯.-ð?¡òÅÈFYY‡¬–ë²','',0,'?'),('\Z2ïØœ=—ã–P‹ƒ	v','wp-content/themes/thrive-theme.old/integrations/architect/classes/elements/class-thrive-page-options-element.php',0,'Q^¬ø-\0}Ø¥”ÝX Ç','Q^¬ø-\0}Ø¥”ÝX Ç','(Wm+	\'5˜¹,«hI‘•½4bå:ì{PÕx‘','',0,'?'),('ô »öO¸F\\uù$p{¸','wp-content/themes/thrive-theme.old/integrations/architect/classes/elements/class-thrive-pagination-element.php',0,'Q+lc¬†ù(‡ªŽÒ8ü','Q+lc¬†ù(‡ªŽÒ8ü','~Ð]ûJ~°OÛ³UÉžN–ñU+ö÷ºÍàõU±','',0,'?'),('÷ýMó?F|QHe‚¸Â\"','wp-content/themes/thrive-theme.old/integrations/architect/classes/elements/class-thrive-post-author-element.php',0,'%ÝMçáŒ*—è‚3E !','%ÝMçáŒ*—è‚3E !','Ø{r–ÏnuÄq0õŒG²ãõ²þ‡:V0QŸ!','',0,'?'),('ÄƒºoîÓ•èšAEAä&\'','wp-content/themes/thrive-theme.old/integrations/architect/classes/elements/class-thrive-post-categories-element.php',0,'{\'ÌŽÐŠú‚¨›ìÃ›h\Z','{\'ÌŽÐŠú‚¨›ìÃ›h\Z','·èïEUe_‘°‹¦ŠQ]4n–1ÉN[Þ˜èÀä3˜*','',0,'?'),('ŒÊØLŠfxwÎ8D’ä','wp-content/themes/thrive-theme.old/integrations/architect/classes/elements/class-thrive-post-content-element.php',0,'7¥<Ð&@´Jï Ø*ß€b','7¥<Ð&@´Jï Ø*ß€b','€½\nÖ°J’9Mý+²¤ÖLqSÑ…ŸÕjŠÀ¼Tò¨','',0,'?'),('Àò<Õ“Xó¡ôö\r¶w','wp-content/themes/thrive-theme.old/integrations/architect/classes/elements/class-thrive-post-date-element.php',0,'áÝüˆ•ì]oý0aÔœ ','áÝüˆ•ì]oý0aÔœ ','5X)PŠ»T©$É­NÊ®ÝakÕHÒÍG[XEàÙšÒ','',0,'?'),('m$ÎòýþñÄÙû€','wp-content/themes/thrive-theme.old/integrations/architect/classes/elements/class-thrive-post-list-element.php',0,'\'ÄUÂ¯H7üN}AlòÀö','\'ÄUÂ¯H7üN}AlòÀö','ÀS‡±Óxñý<~À)w;§ƒ*ðýŒÃjŽR|Ë','',0,'?'),('2Þù÷;?\ZtÍ1¹º','wp-content/themes/thrive-theme.old/integrations/architect/classes/elements/class-thrive-post-meta-element.php',0,'Ë€˜ÞqT>YÓbTý','Ë€˜ÞqT>YÓbTý','}®ù—Üº9H`‹ŽÖsÂþŽákþÞ		TÌ•d','',0,'?'),('ÊÈ~ |y#xŒkS+Î+ß','wp-content/themes/thrive-theme.old/integrations/architect/classes/elements/class-thrive-post-tags-element.php',0,'äPÁa9ŒJù©/!Ô','äPÁa9ŒJù©/!Ô','Êµúšà/Ü$k´ÿ HT¼‹ktÿ½]¶qûå÷ñ(%','',0,'?'),('`F=‡?Ù†#ãÇ\0','wp-content/themes/thrive-theme.old/integrations/architect/classes/elements/class-thrive-post-thumbnail-element.php',0,'Ç×H2¥\'\0Q&‘Ý¦','Ç×H2¥\'\0Q&‘Ý¦','â¼ÄÈä\0 †Ê\nlOâ 8]R(Jõk£ _@ª‰³&','',0,'?'),('H¹ßÞ•ï§Ë\\\Z¦&^n¡','wp-content/themes/thrive-theme.old/integrations/architect/classes/elements/class-thrive-post-title-element.php',0,'µë‚¯³¥Ž_‘û“~w','µë‚¯³¥Ž_‘û“~w','Vi‡ƒÁ1¹ª3ƒ{øÓúÀÿ/\rd7)i©œS¸*º\0N','',0,'?'),('æK&5­Z­úÕEm¯ƒŽ','wp-content/themes/thrive-theme.old/integrations/architect/classes/elements/class-thrive-read-more-element.php',0,'£’ì»ž]ÍuQÈÑGMá`”','£’ì»ž]ÍuQÈÑGMá`”','üÍ¹Å_Ý5:´gÁêiŒÖXml¯Ötçù\Z¼o¿','',0,'?'),('I¯5èILó3Ì€uáj­±','wp-content/themes/thrive-theme.old/integrations/architect/classes/elements/class-thrive-search-element.php',0,'s›Œ›ÎO\0ßŸÎŒ¬äòÞ','s›Œ›ÎO\0ßŸÎŒ¬äòÞ','ê«¸j\rÎ[îæ‰ÁBà1SãŒ_ã‡AW©P','',0,'?'),('jeV2E~Õõ7§°','wp-content/themes/thrive-theme.old/integrations/architect/classes/elements/class-thrive-search-input-element.php',0,'á‹n)\"}.2œ|/†~Å—Ù','á‹n)\"}.2œ|/†~Å—Ù','Î–JqUk¬Úî¨ÐÀ¸r­¾¸^î5Hk2Í~ìÂ','',0,'?'),('Ny#5õé½&»&âynè','wp-content/themes/thrive-theme.old/integrations/architect/classes/elements/class-thrive-search-submit-element.php',0,'YE‹è¦g‚ƒ@z“À[Ð0:','YE‹è¦g‚ƒ@z“À[Ð0:','²óKÅ(O\0Xc+Ç*«—žüM\r(³¨²¢þ›ÂØðÌ','',0,'?'),('gL¬àârt\Z´JšOŠq¥À','wp-content/themes/thrive-theme.old/integrations/architect/classes/elements/class-thrive-sidebar-element.php',0,'¦ÔµâÐÉ$ç4`¬9@ätb','¦ÔµâÐÉ$ç4`¬9@ätb','Ç\\_Nègˆ\\×LãjðWsA£ª—²VEÍ5äí-ƒò8¥5','',0,'?'),('?©øs8×ÀŠÙâFvud','wp-content/themes/thrive-theme.old/integrations/architect/classes/elements/class-thrive-theme-blog-list-element.php',0,'üÝÎH¢´ÐiÉÏ%,òý','üÝÎH¢´ÐiÉÏ%,òý','¬œØ¨[Ä7…•«Å”¹œáýl÷{ãH%€L‡ìm','',0,'?'),('öo)=ñbW…4ƒzá','wp-content/themes/thrive-theme.old/integrations/architect/classes/elements/class-thrive-widget-title-element.php',0,'+Ã°V]«lÜ“Bå)3','+Ã°V]«lÜ“Bå)3','#¬ Ò_@”7\rÛêºÌFª‘‘6¶ùYê‡È','',0,'?'),('+@µªÒhÆ½x”Œ*1µf','wp-content/themes/thrive-theme.old/integrations/architect/classes/endpoints/class-thrive-dynamic-list-rest.php',0,'ÑG\rDeÉRÖ\0Ò\\‚±wH','ÑG\rDeÉRÖ\0Ò\\‚±wH','ÿ8sïØHjé¸Ö;+[h¯`FžH.Ï®ë¾Í','',0,'?'),('øõ¡Î”qy‡¤@¸8±','wp-content/themes/thrive-theme.old/integrations/architect/classes/endpoints/class-thrive-options-rest.php',0,'\'ä]¼”ïäÞ|)÷™','\'ä]¼”ïäÞ|)÷™','˜ÆÛEsœÑ\0îzŠ`šËHPû+cßö\0Wˆ0©³ì§','',0,'?'),('E]oÕ~;Do¿C0Œ/\\±','wp-content/themes/thrive-theme.old/integrations/architect/classes/endpoints/class-thrive-post-list-rest.php',0,'Ý#nT˜ öÁcŸ8ÈÞž','Ý#nT˜ öÁcŸ8ÈÞž','6CY/IÕ¢ÅYñ#VSbBD˜ÉÓ„÷¡l5»—´ì½','',0,'?'),('­JžÔÉ(-¾³&\"MSt','wp-content/themes/thrive-theme.old/integrations/architect/classes/endpoints/class-thrive-templates-rest.php',0,'ÏA\"Èáž‹ã˜ÀÃAî2M','ÏA\"Èáž‹ã˜ÀÃAî2M','Â;^X’SÛ”Û2€ë9P\'\0š•\'”×ÿ„ÚÎsÇ|º','',0,'?'),('™Æ}&@sî’,ø…¬Î','wp-content/themes/thrive-theme.old/integrations/architect/views/backbone/theme-editor/thrive_breadcrumb.phtml',0,'s²\0’¡ÎYWv)®|Ù•M','s²\0’¡ÎYWv)®|Ù•M','ó:nÑéD S»‹ðÇSÏ±ŠÄô6‘F£HÞâÅ§í¶pÃO','',0,'?'),('lù[Nß8+):˜îó8§','wp-content/themes/thrive-theme.old/integrations/architect/views/backbone/theme-editor/thrive_comments.phtml',0,'TÌ	~Q´©sã÷2¥Œw*','TÌ	~Q´©sã÷2¥Œw*','ˆ;(ý0,g*Ç» \0R_ÔÙoŒÿ®™ÑJ`Þ2«B','',0,'?'),('³Ìf6Øi«ÖR§JLœ!±','wp-content/themes/thrive-theme.old/integrations/architect/views/backbone/theme-main/content-switch/list-item-load-more.phtml',0,'º©^ÞNfcÒ!è<åAÛÊ','º©^ÞNfcÒ!è<åAÛÊ','g}˜¨d§‰¥lgu/ó²ßGvlgéŠ±NÍ2[äCñ´','',0,'?'),('‹ŠªŠð¶¡²`ßD²^Ì','wp-content/themes/thrive-theme.old/integrations/architect/views/backbone/theme-main/content-switch/list-item.phtml',0,'j[ZÙ`9ƒ·^Ÿ@o¹¢','j[ZÙ`9ƒ·^Ÿ@o¹¢','ˆ¡j®ÛŠù¢IóÑªÐC˜ˆÎ¢¨ä%ÜW$õ§Cã¦M','',0,'?'),('$âÓ¦YÖéz;KW³4¹Àó','wp-content/themes/thrive-theme.old/integrations/architect/views/backbone/theme-main/content-switch/list-select-empty.phtml',0,'È\Zœ`Ø÷­÷¦*â{û›','È\Zœ`Ø÷­÷¦*â{û›','-:±ºf‡F­]þNäÃK`I4Ü¥<i”<h˜‰Þ','',0,'?'),('!š·ÔŽÕ»ióî¨<RÈ','wp-content/themes/thrive-theme.old/integrations/architect/views/backbone/theme-main/content-switch/main-archive.phtml',0,'¼R]mõCôD1amN/','¼R]mõCôD1amN/','Ë}å/</“õÈÜˆN¡OŠÌ¯¨KHnÕu¬¹†‰','',0,'?'),('ÌR¹D÷éêŽÃÊoš\'¢¤','wp-content/themes/thrive-theme.old/integrations/architect/views/backbone/theme-main/content-switch/main-search.phtml',0,'ýï$?´ìÈ1„ØÂd­\rV','ýï$?´ìÈ1„ØÂd­\rV','Ü’Y*	Ççw¦ÿH<‚|çêä¸X°ô9§œžÖaôõ','',0,'?'),('Ì\'üÐq»—Ã¿!Ú¶µ¨å','wp-content/themes/thrive-theme.old/integrations/architect/views/backbone/theme-main/content-switch/main.phtml',0,'ÑU€H%xLBUÙ/t˜NúÝ','ÑU€H%xLBUÙ/t˜NúÝ','æÎŽ>´®#ž<rªô	‚±ª©l|0ó„Ææ)¤','',0,'?'),('Ìú˜k\Z´ø[Ë.A=\'þ(','wp-content/themes/thrive-theme.old/integrations/architect/views/backbone/theme-main/dynamic-link.phtml',0,'üS9¡+­/­âæ¡÷','üS9¡+­/­âæ¡÷','µ™\\±´åÆ”´Ò®æoK½ÕÁC-àƒíG©®Wrü','',0,'?'),('þc:­éæÿ°ˆb¡k','wp-content/themes/thrive-theme.old/integrations/architect/views/backbone/theme-main/extra-image.phtml',0,'ä\'q	b%B…îLJÓÍƒ‡','ä\'q	b%B…îLJÓÍƒ‡','¾ÂÇØ²Ã)÷{««N\nXÊPv…vØýn/×Þ=á<Âß','',0,'?'),(' õÆZCöºÐ]â‹SE','wp-content/themes/thrive-theme.old/integrations/architect/views/backbone/theme-main/icon-dynamic.phtml',0,'²\n´<9—2¤è™TD¹m','²\n´<9—2¤è™TD¹m','ÿèRˆ)f¨=[#ªé\'_WÏ~\0­ŠhnHžÇ×','',0,'?'),('°üÖ:~@è×$v#Ü','wp-content/themes/thrive-theme.old/integrations/architect/views/backbone/theme-main/icon-search.phtml',0,'ÅB•ÿèc%Šéó£ŒÖ³','ÅB•ÿèc%Šéó£ŒÖ³','ÿ·c/Œ³¹áD;æ¶ÈjìvâŠuÞ\Z&0aV','',0,'?'),('èŽ³Ò€çï¹é+3–EKÒ','wp-content/themes/thrive-theme.old/integrations/architect/views/backbone/theme-main/search-settings-checkboxes.phtml',0,'0c-ÇÉòaÒ¿fû!Wj','0c-ÇÉòaÒ¿fû!Wj','mº\\jÉ:¦\nÄ=x´ü!’3,–;`è‰1eþOJ','',0,'?'),('Ä5êøZx·Æ2b¿Ýö^…','wp-content/themes/thrive-theme.old/integrations/architect/views/backbone/theme-main/search-styles-templates.phtml',0,'!Êö€\rêÊË—3°~Ò','!Êö€\rêÊË—3°~Ò','½k¸Ò6JDîkÏÙtï¨¹éq¨¡’4Jk\"­%¬','',0,'?'),('\n»NÝÚ—â3»\'ÚÇÜ','wp-content/themes/thrive-theme.old/integrations/architect/views/menu/breadcrumbs.php',0,' Yñ„¯a…QÒuõv ´',' Yñ„¯a…QÒuõv ´','ååIØÛÀN%f.ôãÚ¸å€£ÎyWSÙÍ²¨†n©é','',0,'?'),('†6v)0„oIª$-uÃ#Å','wp-content/themes/thrive-theme.old/integrations/architect/views/menu/comment-form-input.php',0,'±]“\\eœ{\\àíÆ@KÊO\\','±]“\\eœ{\\àíÆ@KÊO\\','ßÆG4Ù‡²Á	îU-ò£ëyÕ\"¥E\Z›Þ','',0,'?'),('q%rVÏá×hn@ž¨Ü','wp-content/themes/thrive-theme.old/integrations/architect/views/menu/comment-form-submit.php',0,'Î$ðÙq£&šæœ³Ç ','Î$ðÙq£&šæœ³Ç ','@m<ae[Ð«ÌU\Z¬}wc·.¨“Yc‹ÁÊ¼uâïn¥','',0,'?'),('µXžÙ‚h4\Z¦R\rô‡\nõ','wp-content/themes/thrive-theme.old/integrations/architect/views/menu/comment-form.php',0,'„mÍ®Äiˆ=Z”tA4ÓL','„mÍ®Äiˆ=Z”tA4ÓL','rŒÛyÐ‚ð½@)o¦îLÐêù¿ÔAáèç‰¸¹”','',0,'?'),('w©Úpirª{Å‡Òyß‡','wp-content/themes/thrive-theme.old/integrations/architect/views/menu/dynamic-list.php',0,' ÿ²{ÙP\n$ràiX',' ÿ²{ÙP\n$ràiX','¥ŸQß^¸Îä„Zö‰—MÂîŠqŸw7Aà\n','',0,'?'),('ÝÙLZ¢“¬!h\\·*Â','wp-content/themes/thrive-theme.old/integrations/architect/views/menu/entry-content.php',0,'ñQ9ÚX+7Þ(Ú\\™','ñQ9ÚX+7Þ(Ú\\™','Í«:ÚÎ\ZÇ{È“™ÀzBWáhøÑ=~á	aÆ½¼\n','',0,'?'),('S?¾_5dýg¼çŒÖšÑÊ','wp-content/themes/thrive-theme.old/integrations/architect/views/menu/header-options.php',0,'ò4åòŸtÔuä øß¡`','ò4åòŸtÔuä øß¡`','L q\0ô•§¥qb3ÍCEñbuéxpO¤j”bÆÉR','',0,'?'),('\Z/#•uÖ[(ßÅdW\\','wp-content/themes/thrive-theme.old/integrations/architect/views/menu/page-options.php',0,'…ÏØ-– ž=u„Ø±@‹','…ÏØ-– ž=u„Ø±@‹','\rM¿¥t*2BÄàÐÄ0ËØKwL©\n^ÖÚÆ‘<Y½‚Èq','',0,'?'),('Ý—\0›¨MòÕžû•>X','wp-content/themes/thrive-theme.old/integrations/architect/views/menu/pagination.php',0,'‚-•²÷›s™´^F{@¥','‚-•²÷›s™´^F{@¥','û€Ò_ê÷óïlšÎšQÌy\neLÆÇGÜNdÖdðˆ©','',0,'?'),('ê²žó%äÏŽŠUiWsc(','wp-content/themes/thrive-theme.old/integrations/architect/views/menu/post-list.php',0,'57“yœ×\'íXñÈw¾s6{','57“yœ×\'íXñÈw¾s6{',',cêƒü«+øeA³\rKƒc%ÐÄ«äà”%¡¢Žÿ','',0,'?'),('†\ZWkû·»QÉMÒ[v','wp-content/themes/thrive-theme.old/integrations/architect/views/menu/search-input.php',0,'—€Cî!àí*½òyñ','—€Cî!àí*½òyñ','cv\0×_^W³cÓ°nå’ÕQä;F4^G²‚˜Hß','',0,'?'),('õ$ƒf,s_H:ù','wp-content/themes/thrive-theme.old/integrations/architect/views/menu/search-options.php',0,'<þº¬À\'Þî®!º¹œ','<þº¬À\'Þî®!º¹œ','–ÌçBNÌ„è.¡ƒÛM.,‰mªwìiÍ­’ã†','',0,'?'),('æâá$úóË¿7’Úñ®','wp-content/themes/thrive-theme.old/integrations/architect/views/menu/theme-button.php',0,'ú¡Z3úFÓ~&Y¼¥','ú¡Z3úFÓ~&Y¼¥','ï£š¬¥9Æ’;”²ªèh£\nO­Ò¢—qK‹¶[»°','',0,'?'),('Àk\"A/ÃQž,$8ö>µ','wp-content/themes/thrive-theme.old/integrations/architect/views/menu/theme-logo.php',0,'ƒ`[ÂÝP¼š“Tî\'Søû”','ƒ`[ÂÝP¼š“Tî\'Søû”','i˜ŠËwŽ…-µ—ô‡é›	k†ø¤áÚUˆÝêñ{¦','',0,'?'),('0wóÓ\'¦Ôü‚0ô	^\'','wp-content/themes/thrive-theme.old/integrations/architect/views/menu/theme-menu.php',0,',’4ñ\ZõÎŽrCc9^¦°E',',’4ñ\ZõÎŽrCc9^¦°E','8)Šaók§ðŸ%_›­%•Xÿ¼Ù‘jóÝãË”Kò','',0,'?'),('ÒŸòøä3µTÂî‘n;™','wp-content/themes/thrive-theme.old/integrations/dashboard/class-thrive-theme-dashboard.php',0,'	æ@4H‚ÈËYö%¥\0v','	æ@4H‚ÈËYö%¥\0v','˜ÓFLZ“ù¤Ñ×G\rw·A¹ÚYÇ•væ2Áþà¾—','',0,'?'),('mÂ¡èÅZä>\0e-@ì','wp-content/themes/thrive-theme.old/integrations/dashboard/class-thrive-theme-product.php',0,'¨EÌ˜pwŽAÐ[uHV','¨EÌ˜pwŽAÐ[uHV','L\rÛod¼O†{uªÏDQ+8öÞÛ¼èw«àj%	ŠK','',0,'?'),('¿£¾¼À[½@w6E_ù','wp-content/themes/thrive-theme.old/integrations/jetpack/jetpack.php',0,'Ð@29ÁgTà-R‹\".[','Ð@29ÁgTà-R‹\".[','‘!£`´Rkµé„è½³x…“Œìùç]ÁdÆI©Ò','',0,'?'),('Þòm¹6ƒ7ß~ËÔïy','wp-content/themes/thrive-theme.old/integrations/typography/class-thrive-typography-element.php',0,'·Dôá/j#BHVaÑ<Á~','·Dôá/j#BHVaÑ<Á~','*œ¿]Ø4{T+êQ„é	òù\n\0.\\c¬²Î9£','',0,'?'),('0r‚÷`…Z<Xo¹ì…›º','wp-content/themes/thrive-theme.old/integrations/typography/class-thrive-typography-rest.php',0,'uÝÀquô¹}³/B°È„­','uÝÀquô¹}³/B°È„­','Ó¹ýŒÑ…,e\nXcõ:««kž$¹Å\rZÆxÝÌ','',0,'?'),('+¸«¬~H›ðCÌƒ¢$l½','wp-content/themes/thrive-theme.old/integrations/typography/class-thrive-typography.php',0,'\Z˜~ÍS¢9¾‚\\½ÃKf','\Z˜~ÍS¢9¾‚\\½ÃKf','ÏÉx?OË¦ðåHšN&aßã´z‰u®uDEñÃ','',0,'?'),('Áp/wb4)ŸAÜ‡aT9','wp-content/themes/thrive-theme.old/integrations/typography/editor-layout.php',0,'8L]Ät‹€üB×ÉŠñ2~','8L]Ät‹€üB×ÉŠñ2~','ç\r:‡ß8‘õŠŒ1ûp‡V¨Zlé»Š\"ñÜÒ 7æ','',0,'?'),('&>žoqUPê9¹–	sF','wp-content/themes/thrive-theme.old/integrations/woocommerce/init.php',0,'[nSrFÖ9¡¬ˆ¦Ói’','[nSrFÖ9¡¬ˆ¦Ói’','ïâKÊIRÒ\rW»Žu¥èýuÏÙ³Êcƒ¾ë•h‡','',0,'?'),('ºs ¡(Sb¦þãpr','wp-content/themes/thrive-theme.old/search.php',0,'‹©Y©½W7’«è2î_Í','‹©Y©½W7’«è2î_Í','Û¢sEŸ¢î&GÃhÌ\"ín]Ð’4’¨˜’Á³š»','',0,'?'),('‹|Ý´(§,Çà‚ð©›f','wp-content/themes/thrive-theme.old/sidebar.php',0,'/€¸ ö+.»ƒœ‚V?ã','/€¸ ö+.»ƒœ‚V?ã',' åWœ0SB¤©@8QóÎ)9XÛ-˜ç-oPçY>s#','',0,'?'),('A¢¼„DŽð»C“„†¤','wp-content/themes/thrive-theme.old/singular.php',0,'’\0ì/‘¦È’KÈ','’\0ì/‘¦È’KÈ','ïk ÞßQÂ“¤Ìd<ò0ñ•M¨·OïÄ\\ºŸ1M\Zx¥','',0,'?'),('9U‡¢:ä€œ“·UfŽ™','wp-content/themes/thrive-theme.old/thrive-dashboard/classes/AjaxController.php',0,'Ñ„ì{(¶k4Uy„x}','Ñ„ì{(¶k4Uy„x}','ÆÕÊN×ºvØ²KöìÛúùž=$\nhtõŸã÷»','',0,'?'),(']Zƒkÿ×•B5ŸRþsþ','wp-content/themes/thrive-theme.old/thrive-dashboard/classes/Product/Abstract.php',0,'.áê_ØÄi<Ù=åÈæ','.áê_ØÄi<Ù=åÈæ','.Á\nü:ëå~\\èÔEl<™üÄÍnâÖs	o=!µ','',0,'?'),('Ÿ½›øAJò÷\Z£„Âp\r¨0','wp-content/themes/thrive-theme.old/thrive-dashboard/classes/Product/LicenseManager.php',0,'ôX=|_µÚ€Ôe«ç³i@','ôX=|_µÚ€Ôe«ç³i@','„ðƒ(Õ ÝVOá—»½Pp-ŸunXD=<žpŒ[D—â','',0,'?'),('M¡¿jÍ}ô„Œ<²ÿDùæ','wp-content/themes/thrive-theme.old/thrive-dashboard/css/font/dashboard-icons.svg',0,'œ>LÀ˜©Ûè‚·ÑS£ËÖ%','œ>LÀ˜©Ûè‚·ÑS£ËÖ%','WzýÃC<6É¡À(ÞúµØk¢z§”±_†¨+±,¡úag«','',0,'?'),('ñgßV”nÿÚ[=rhD','wp-content/themes/thrive-theme.old/thrive-dashboard/css/font/icomoon.svg',0,'|öL×µ¶¸~x#©Œ','|öL×µ¶¸~x#©Œ','4=õxŠž\"†„\"€VÇˆl1H³û2­¶wê¬|','',0,'?'),('×tŽ°üùùoyÞõ£K®','wp-content/themes/thrive-theme.old/thrive-dashboard/css/font/tvd-icons.svg',0,'ÝÛK÷jõü¯(Ç*·ùî','ÝÛK÷jõü¯(Ç*·ùî','ž\nÂk&c$D×ëÉ¿ÏÚPaÅƒîù¨²»J©šs=*','',0,'?'),('¥ÐÁØú[²èój<™7','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/_crawlers.php',0,' -^b€s¹”f‹)‘i',' -^b€s¹”f‹)‘i','6¼2¡ünÂß~*\\;ß`i\'ÝùaþKlÊÊŽôí','',0,'?'),('YÃo;ž¹ºt,ob °Ö\r','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/admin.php',0,'ÛÍaÏ\\2õr;k,­Ö!','ÛÍaÏ\\2õr;k,­Ö!','+\"ÞÀÚÌÁom] \0Äü\Z ´Ád@£Ý»â#ßfùÆv¥','',0,'?'),('#ù*uÌƒ0Êý¶xÙ>(8','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/api_log.php',0,'Ü<ÎŒòùí0\rèwª','Ü<ÎŒòùí0\rèwª','ÍcXoƒò\"¸à(ª@&±L;´3T½}èzS?Žw','',0,'?'),('fvƒÕ¤ì¶Øj§ÛŽß','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/classes/Connection/AWeber.php',0,'\0Eü›¶,+>Ðjÿ~‹(`','\0Eü›¶,+>Ðjÿ~‹(`','8÷]K\'ãø>ä°ÂLëñ¶J„‹Z«ƒJx‘ÄþÇ|õ\"','',0,'?'),('¹Ì+DkÆÖO=Mí€h]1','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/classes/Connection/Abstract.php',0,'¢_ª“½ÒkÑR³­°)œ','¢_ª“½ÒkÑR³­°)œ','”zbâï#ß˜ÙÓ Ìº<„g§XéUå°ËRq#HœÜÿ','',0,'?'),('#Â	ï*,òô“6™…PM^','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/classes/Connection/ActiveCampaign.php',0,'Ö\r¤`WWÔJZiI™¦','Ö\r¤`WWÔJZiI™¦','aÓmD­‘ó=±¦Éõ	-?‡Ÿ«CˆÃœvÐÉT&†£R','',0,'?'),('SÐÁ×GÃ0±újP³€Ñ','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/classes/Connection/ArpReach.php',0,'³í,%Îð¼Ñ+Yëü¤„','³í,%Îð¼Ñ+Yëü¤„','ºþd¢;‹Ú„ÎõyÜuX4ð¨\n=¢C»áz&›pl®','',0,'?'),('F\ZØÍ+-\"}×Lä<i','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/classes/Connection/Awsses.php',0,'Š×|ù«þ9ªD\"ív\rÚ•','Š×|ù«þ9ªD\"ív\rÚ•','šâ™Ž|§çÀí¦Ý(¦ ¼)Ièê–#*œ7%','',0,'?'),('»µŒœ”ŽÈº{3Y‡½','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/classes/Connection/CampaignMonitor.php',0,'5]–æuMñ\\É`ÖHK','5]–æuMñ\\É`ÖHK','Ì—µd¾™CRIudâXVÑÅãh–ÉÅ”NÏOm±','',0,'?'),('žÁ§XÞàv¼ûÔeñWê¢','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/classes/Connection/CampaignMonitorEmail.php',0,'\Zœù>†ucém­Œ¡‚','\Zœù>†ucém­Œ¡‚','ÎN’†nñ›Uy2¥ÂËâ/I”ií²¸=ïÛ»ZëŠ','',0,'?'),('3õÜÔHX™kú‹Ä¬&','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/classes/Connection/ConstantContact.php',0,'¬ët‡w>ßmÁ*ç[ý›¡','¬ët‡w>ßmÁ*ç[ý›¡','6Ó`ãgp^~ëÇ}¶µ¢%¸ŸzÎ‹GÔ÷i¡\"ê-ƒ?','',0,'?'),('8ï¹š“à„57Âê7(‹','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/classes/Connection/ConvertKit.php',0,'¦Î ‘hîZ.„”>$’²','¦Î ‘hîZ.„”>$’²','ÏNR‚\\h\rîÕXqOµ!F\"0Ùñ÷}ÙC®õ>çRLœ','',0,'?'),('·{g8Í%hß•|U','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/classes/Connection/Drip.php',0,'ÍÈ\rþ½H j(ðY½9:','ÍÈ\rþ½H j(ðY½9:','9Xz~‚d÷ÎEëíˆL°þ`Ú4/\r]ÛÕåòE”Æ','',0,'?'),('A¹rûª73°†µ Hä','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/classes/Connection/Facebook.php',0,'¾	<‚FØå»d\nú ','¾	<‚FØå»d\nú ','q8‘’=B|ŠIRbŽ1ÎÈQ5°õ€XÔíÈ@»{æ','',0,'?'),('\n[/&ÐOÕ\Z	¶Á‡I™','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/classes/Connection/GetResponse.php',0,'Z¤§vÙ}ç0?Ó)^l','Z¤§vÙ}ç0?Ó)^l','þ¸ç:‡ÎÑ%Ùe3d­ä¬­óHY,­ðÔÃbGØõ','',0,'?'),('Ž³h¶nÕU¬@ìŠÏ\r™3','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/classes/Connection/GoToWebinar.php',0,'Ø5šK%~F øY§@¶*','Ø5šK%~F øY§@¶*','_?×B¹lqÄÐolTfÂèÌksÎó\0¦èÕÊû','',0,'?'),('Óil7·8B6Hy[¦{','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/classes/Connection/Google.php',0,'Q;¥ºšRJµ-Eyû×','Q;¥ºšRJµ-Eyû×','ë/ŸÅÎ]Q#OË6?HSùúÍÚŽ’<h5Ö+Ñã×Ûø','',0,'?'),('·jŒ,àÛ[²áÖôå®','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/classes/Connection/HubSpot.php',0,'\0îf0\rýû\")Ò½rÔ¯T','\0îf0\rýû\")Ò½rÔ¯T','\"åL5™’V_™lL“¥¶ RÃÆ.Ê„¾Jöß\"pà','',0,'?'),('àµŒV­ú:¾g^ÒJÖ¤õô','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/classes/Connection/Infusionsoft.php',0,'g¯ºE¶Ó‡7[á¦žíò–`','g¯ºE¶Ó‡7[á¦žíò–`','<@)9¬*:ÄÏx9“#w:\'—©tºÉ~qqy%','',0,'?'),('Õf\rêHÜP&ì¾Úè8','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/classes/Connection/KlickTipp.php',0,'WÑ¬øáh3Ò’Bâ.X—','WÑ¬øáh3Ò’Bâ.X—','&¶;ý;©0ÀGH[zèÊK(	cé5²Wý0ê\ní…*­ì','',0,'?'),('zb3Îd%€rò	Õ‚M','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/classes/Connection/MadMimi.php',0,'°EI9XÏh­b\\0ÒE”É','°EI9XÏh­b\\0ÒE”É','rq8Ï(µ¥•õ´×/î)RBµ’ø‚ÿ=Mý+ÙIqy','',0,'?'),('®0%	PG¦th‹ÇA)ç¦Û','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/classes/Connection/MailPoet.php',0,'€=Jÿ2üË‡t ¾aí','€=Jÿ2üË‡t ¾aí','G}úqìPðSï]dKô][™ð¶¾íà\07”º','',0,'?'),('É•è^e6KNj?Áu\n','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/classes/Connection/MailRelay.php',0,'ÅÊ¢fÿcxd~§®r','ÅÊ¢fÿcxd~§®r','Èi‚­ä\Z÷ŽúªÞ`âa‘Rqk}´@Ìånâ\ZæÄ¤„õ','',0,'?'),(')ç°#ÙfÕ’éºç','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/classes/Connection/MailRelayEmail.php',0,'@\r´ªÍÝJªƒ¨èvÃÆë','@\r´ªÍÝJªƒ¨èvÃÆë','w\r‡_µ#šõåAfÁì€;Žæ¢¡º?‚Ptv{U÷7@u','',0,'?'),('”ué}H~)@Q¿~Q cŠ','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/classes/Connection/Mailchimp.php',0,'EˆIf»„)’×Ø·æˆÏ¯','EˆIf»„)’×Ø·æˆÏ¯','“.ïâ¶úiÕ ò³ÛÀšf:Þà`äÍ_†lbU5È\0','',0,'?'),('å¯jHã˜ö`«¯|° c›','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/classes/Connection/MailerLite.php',0,'\rª8{›ÆnÑ»‰ß\0ë{','\rª8{›ÆnÑ»‰ß\0ë{','K‚¢H{…©M‚/ŸÓ\ZÅ¢0gX_{L|<îóÑìNB','',0,'?'),('R7º¡a£i©kF˜1ðö','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/classes/Connection/Mailgun.php',0,'ƒÑé‚â¼ù>xëÏ¸=','ƒÑé‚â¼ù>xëÏ¸=','tüCâkiŠò\\œYäÄ#•ßF_\\sUÈ«,f•jñ','',0,'?'),('_[±3Ù¼Z1K­»PÂ','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/classes/Connection/Mandrill.php',0,'¹ÄÛÂBè5¤ÆpWÙâ“','¹ÄÛÂBè5¤ÆpWÙâ“','­ç[2Ë×BTV=gÃ9ÈÜý¼ÀÑ ©9Ä3ú áE\0‹','',0,'?'),('Óu\'¨f»ÝÃT\Z¢5»?','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/classes/Connection/Mautic.php',0,')SU\rŸ€~Õw|ä$',')SU\rŸ€~Õw|ä$','½_aRwd~4ÙlRZY-ÙùšFª×Ä«öjFÅôÉ›','',0,'?'),(';Äø`ì—5ÀYü+¢“#','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/classes/Connection/Ontraport.php',0,'™LÿÌÖ7.jœ\rÆŒ\rÜ','™LÿÌÖ7.jœ\rÆŒ\rÜ','ydOc\ZÚŽÇÛN±*OT‘žÛYË²ÞžÑELcÍë?d˜','',0,'?'),('y\\ÀÙ~¸çgƒ5l8¶Õ,','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/classes/Connection/Postmark.php',0,'66\'JåÎ˜¾òçÁ`KÙ…','66\'JåÎ˜¾òçÁ`KÙ…','T†`ð;R*{èæœRd/¹ƒN„ÝÝô·Þç°ƒ÷\Z','',0,'?'),('—¸[?™¦{$†ßï7|°“','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/classes/Connection/ReCaptcha.php',0,'O·‚ÑEŠþ6æ™ÂŒì','O·‚ÑEŠþ6æ™ÂŒì','U‡ÁêÉE\n¹;®©KöËÜk&,ÝBÓXºàð‘8¶','',0,'?'),('æìÂ¢ªX¦®;ü“¢`û—Y','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/classes/Connection/SGAutorepondeur.php',0,'GÂüJnÜ,Ž1.O%;¶_','GÂüJnÜ,Ž1.O%;¶_','ËZÍñÑßùsBèœ;¹>gµ˜zÂ$ÛG|Ö&&3Z','',0,'?'),('­7÷õí8“å’(Q);€–','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/classes/Connection/SendGrid.php',0,'A\rÅxœÈ@†žd«s w','A\rÅxœÈ@†žd«s w','þ0¯yáï †Ú¹Ço,ë\nD[a¿7?¦$À7¿àA','',0,'?'),('œ„j©ÞúŽÿÐ ®¬»`†','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/classes/Connection/SendGridEmail.php',0,'®WWÉñm€k*à}=*‘h','®WWÉñm€k*à}=*‘h','ëÙ•|ÜËb$£ u§ËhGRí¿\Z‘÷ˆ]ª®[','',0,'?'),('A©~ní$a¼¥¿y“’a','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/classes/Connection/Sendinblue.php',0,'~›YØ¾–ºüÕðê	Ê`','~›YØ¾–ºüÕðê	Ê`','sÑõ}xÙ>Ìi„#j5@œ<nµm> N\"ýÃÈ=','',0,'?'),('¬Bô•Ù0’íŸ?ññ','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/classes/Connection/SendinblueEmail.php',0,'ôøŸ{‹4÷Ï‹ˆ\'žr,<','ôøŸ{‹4÷Ï‹ˆ\'žr,<','­ìt©­~3GÀ÷Ú{£ýDVìµGh—‰¢Kñ=¢ä','',0,'?'),('CSð¹ôô¼˜r»”PçE¾©','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/classes/Connection/Sendreach.php',0,'Ú…òî¯Ø[OvÚ3\n¼ü{','Ú…òî¯Ø[OvÚ3\n¼ü{','o&”T$Ãó5E7Ü%@¹o–¢6ÿmñp{ÆotãÞÝ','',0,'?'),('®š•7}ÛãÚÝ˜å\nÄ','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/classes/Connection/Sendy.php',0,'ó£6kY%9§¯3‹„k','ó£6kY%9§¯3‹„k','Ø”M#¹?ÜØS¼úõ¡Dƒ&ßKàõ%|1ÓM…îaša','',0,'?'),('º½•«R;ºÒ_¢bØt7g','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/classes/Connection/SparkPost.php',0,')CÑ´5Hm	h5mæ%Ò',')CÑ´5Hm	h5mæ%Ò','Gã\'…ŠêkG503:¼EÏZÝ_ªëÃÆå£ü÷ˆôì$','',0,'?'),('D‹ï6Á;¹zœ\ZÁop','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/classes/Connection/Twitter.php',0,'sA¾òPf¹<Í™o]ŠsÅ:','sA¾òPf¹<Í™o]ŠsÅ:','|·–X6»Þœî2ÑNª·œìþ¹½gîýü?äÇù•›','',0,'?'),('ô‚Y«}ÉE Ÿ½','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/classes/Connection/WebinarJamStudio.php',0,'Õí_=Ð\r(j_­s','Õí_=Ð\r(j_­s','>’îë¯‹GWÔBWÝÚ·²œÃšU«Œø‰8œžêÛ7þ','',0,'?'),('ÈÁsÃª¯5fDì3','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/classes/Connection/Wordpress.php',0,'Ñ\\xâiªûõùRhh¾6\n8','Ñ\\xâiªûõùRhh¾6\n8','û9œú—×¿ð6Xå£9²Ê±T(„Å›øê§íª','',0,'?'),('én[‰X&5zlmx.','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/classes/Connection/iContact.php',0,'„POe>3¿È|NÀd*£c','„POe>3¿È|NÀd*£c','i½&Ï÷©¼Ïq\"ˆ¶N.»œ¢\\Î]¿£ÔA5û~¸À','',0,'?'),('cNÒNr¥0òñ,j’Ò','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/classes/Editor/Controller.php',0,'Èoßð·÷GõŽÜ ëÅ','Èoßð·÷GõŽÜ ëÅ','šÕÅHÓè˜Ír„ï¶ÄyI¶q/c¡v¥ìQIž*\Z“D','',0,'?'),('Š‹FÝ-å§¯ˆÝ9ÄÙ¨','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/classes/LogsTable.php',0,'‹tÓ`Ÿ®<Âß08z*Øª','‹tÓ`Ÿ®<Âß08z*Øª','öù‹Chh›æ3ö;^-¡žÜÍÚ/ç»õQåËá‚N','',0,'?'),('õˆïu.ð¥ãèît8}Ù','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/classes/Manager.php',0,'£aí1ÿõÀ–]ê=ûõ$Ï','£aí1ÿõÀ–]ê=ûõ$Ï','â­ÅÜ­ÏA£ƒî_­þ®Œ›f”øº(Zèpå£›','',0,'?'),('¶’ßÀÞÙ°èÁi\Zc	˜Â','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/Base.php',0,'+„&…Å®65©àÄÿi','+„&…Å®65©àÄÿi','p²¤Ê‘ƒÉ6K:‡\'ƒ:2Ìýþ©~â%ýÃª8Ä‹mû','',0,'?'),('Ø_m”ÅêqGÍÌšäögh','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/Collection.php',0,'N$IÖF#;Ñ•¡“B]','N$IÖF#;Ñ•¡“B]','ÞçBqôVaÓ‹š‚Ž·\0Öõyyû.Pð5‚ûì','',0,'?'),('¸sç^£Öx‡ï‰±j)=','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/Entry.php',0,'Ø¿e#ª¢ Ïý#ÚšÈ›‡','Ø¿e#ª¢ Ïý#ÚšÈ›‡','x¦É…ŒaZ*6-&ØIÈ±y.-xÊ·uÑŽv=ó%','',0,'?'),('ÁÉJPíÎŒó´4m%uj§','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/EntryDataArray.php',0,':¨‰;Ç€XI²ã7»Ü',':¨‰;Ç€XI²ã7»Ü','´˜µò%¸P¦Á$¾Õ—UÚæ©‡#‡WRná¥y','',0,'?'),('¹Û\r‚5•	¾”EçÔÃÐX','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/Http/Response.php',0,'84Õ¼Få6fÕem¨','84Õ¼Få6fÕem¨','æ7ˆÍÃ”sÆ#àõ‰‘Ê;§\Zà\Z™ä0¨$','',0,'?'),('››û²3Á^Ø;YÆózu','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/Oauth/Adapter.php',0,'™@t33cYÃ¶úí_…','™@t33cYÃ¶úí_…','Ñþít¦™—a!gŠ&åŒ|E¬IÈˆbêGÈ','',0,'?'),('°Éì\\½þN;Uîc+—‰{','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/Oauth/Application.php',0,'eÕ&AãX ¯>ÿUØ“N1','eÕ&AãX ¯>ÿUØ“N1','Ø”rŽê–ÃðVÎ§s\"†ýu	\ZóxÛqÉ}¢ƒÝ%Ž','',0,'?'),('Ty\"\r-Ÿ²;É±»’ðu','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/Oauth/ServiceProvider.php',0,'öT¤øïã#·N¯ˆÈ¾','öT¤øïã#·N¯ˆÈ¾','‹?.ÛÞoÂÔI›‡´È‰fÊŸ²yw4ÎÖpÅ7','',0,'?'),('>\n6´ð+”az©*','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/Oauth/User.php',0,'¾V›Fþtÿ„¼}‚Öet8','¾V›Fþtÿ„¼}‚Öet8','“sœ2eårŒ’G?¶i—ÔP¡ìf…eþT$½26ë','',0,'?'),('Rú;TsgµFÆ#ñžÆ\'¿Å','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/Response.php',0,'›û±\\Ò”´Þ7.ø‘AiÀ','›û±\\Ò”´Þ7.ø‘AiÀ','€R»„zàš S¥¶lÀFÍ!É¶§0°Ðz×Ø,‡@aA','',0,'?'),('‘æq=|H¿·tÑ¡Ãj','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/ServiceProvider.php',0,'P£™©†•ôFrÙ¸GÄF','P£™©†•ôFrÙ¸GÄF','\'vD‰kŠôfŸ–é½™1Û®Ä¡‡h†8ˆ®9Žþ','',0,'?'),('Ì{8Ô5Î•?vÝÅá«Œù','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/exceptions.php',0,'Q™©šeoâÙaÎñîrÛ','Q™©šeoâÙaÎñîrÛ','Ë1¸Ì·Kl®á»$Ž…äØÌ}¯ê¡jfžŒµ¡!','',0,'?'),('òÞ;š•»25‚´DÀc','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber.php',0,'{NŽ‡DÄXM³{s¡B»W','{NŽ‡DÄXM³{s¡B»W','*IÅÏcÏ”ˆ‡K+§Rê¯ì±ŽíqoúŒ€ª»]$sÿ','',0,'?'),('ßÖˆŒ1G$“\ZS}:je','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/ActiveCampaign/Exception.php',0,'Ð;.@1¹¥æŠå(Rüà¯','Ð;.@1¹¥æŠå(Rüà¯','v%#{/¸v<X°&3r’¹µÖ‰=Äÿv¹lîö\\','',0,'?'),('tÔLï\01înq÷¹ÔÈ¾x','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/ActiveCampaign.php',0,'‘(Â3¹!ûìQ|}G;Ó','‘(Â3¹!ûìQ|}G;Ó','º‡ÍÌé‚&ÇÉ¬…Uh˜7¾M!½JÉÇXd`S³','',0,'?'),('Å¾†~y„`2’¹ìx','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/ArpReach/ContactException/Exists.php',0,'”\"±óí8Ij4Ûm÷–ì±/','”\"±óí8Ij4Ûm÷–ì±/','Fp:—øë½kOmçh+ªð‰êúrªôí²dLŒ','',0,'?'),('Øþ‚H›t–>JõF¡wâA','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/ArpReach/Exception.php',0,'Êç°Vû~n®µ|P€¸','Êç°Vû~n®µ|P€¸','7óo¦…™76’‰S«¸ÞÚ|VãWÕz¨fÏg©õó','',0,'?'),('^#ŽD{WbÑ?ëKŒ¦£÷','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/ArpReach.php',0,'*6¥µOß¥Þê·4\'žÍ/','*6¥µOß¥Þê·4\'žÍ/','ÊÊ\"cºçÜî£¤¡¦ìÁóÊPZÏWQ}zjÉ‘x ','',0,'?'),('½#•€UáïS­®À\"Ò;','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Awsses/Exception.php',0,'¢¯í™TÈsQ^ëØAŒÚ','¢¯í™TÈsQ^ëØAŒÚ','ú\r+°&¿Íéà\Z`ˆë\"šÌ•\\^çHÃ »2C','',0,'?'),('Ý¤KIÚˆ]8ö–4i[½','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Awsses/SimpleEmailServiceMessage.php',0,'ˆ‘3@€Ÿ]h£·Ž«','ˆ‘3@€Ÿ]h£·Ž«','JÈXv)\0:²|Z>¨„7–V¾¨.m—ð¤ç6|ËÜ','',0,'?'),('¸	3[`†&ó|òÈ&5¦ñ','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Awsses/SimpleEmailServiceRequest.php',0,'d!\ZevÏÓƒ ILîÄb','d!\ZevÏÓƒ ILîÄb','i£¸/U¡p<¸	ˆœøšr]›¢1a±“êô=¡P','',0,'?'),(' ÂxB®NÛ¤Ñ)6/l‚','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Awsses.php',0,'áÙ½d~òHaŒ÷¦½¤*º','áÙ½d~òHaŒ÷¦½¤*º','¤F›‘þ³ÁÑeÙ³vW)¿WW ØE²Sy›ÿ•M,ˆ','',0,'?'),('§Ágï‘0U	œc\'\Z!Ô.V','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/CampaignMonitor/Administrators.php',0,'mÛ‚ÂŠz½n!Rƒý+%¡','mÛ‚ÂŠz½n!Rƒý+%¡','8GB-k«Ç‰}hÂÕ/zo,û:¹ùî&‰û‰','',0,'?'),('ïcÌIõ_.ï& NÒ','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/CampaignMonitor/Base.php',0,'””G’˜ÜÌê\\\Z»','””G’˜ÜÌê\\\Z»','7`\'EŽí¡¾¿^ë#Ü,¤fc¬°Ÿ3ˆ£Ú€ŸPBn]','',0,'?'),('#YÙ¸ËÓ /\'™8˜','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/CampaignMonitor/BaseSerialiser.php',0,'@ï3aª2m¸shòÎÏ‘','@ï3aª2m¸shòÎÏ‘','|uÌ¨þ	Oïh\"2#F¨æÍœÊ»L7km*afÃ³Ö~¼','',0,'?'),('+çD0£#?x¹ìC|KÎjq','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/CampaignMonitor/BaseTransport.php',0,';â™^·=ü&ä\\_[X”',';â™^·=ü&ä\\_[X”','t¡TWzÙãx\'iø>P¥¬lãP º«ez','',0,'?'),('USìÊúZ2i…G\"“Ë¹','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/CampaignMonitor/Campaigns.php',0,'T€n<È.%8±/#òŸ4À','T€n<È.%8±/#òŸ4À','.·íQ{y8JÇïø«H½qû0ýíZ¼•ƒéÎœ','',0,'?'),('°xÉL>7×±áÐ{†Wý ','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/CampaignMonitor/ClassicEmail.php',0,'¦¿2&ürÅ¥Cý{¡ŒUv','¦¿2&ürÅ¥Cý{¡ŒUv','»A¥˜¥Ô\'z2Ë¥\"ógvÊ3J µmÅ‹Ü«WÌ','',0,'?'),('P,Äþ÷’¤5´’vêúP','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/CampaignMonitor/Clients.php',0,'ñ%3r•ß6yj+Ü4p¹©P','ñ%3r•ß6yj+Ü4p¹©P','‡ Ø°<žèaÞ\0€W6ƒé¦C¢æv¨X-èG<','',0,'?'),('ÕnèäWEy ºÄdÍ','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/CampaignMonitor/DoNothingSerialiser.php',0,'M¨¯o!p $×·S3k','M¨¯o!p $×·S3k','`LäPòsš„øäj÷²9\"ãqStqÐî¥±ÃàÍŸ','',0,'?'),('è5#q\nMÝBîö·`í–M','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/CampaignMonitor/Exception.php',0,'å¿\n²[¡¡»ç½OÖð˜','å¿\n²[¡¡»ç½OÖð˜','†c¾¿y»¹ˆŠPf`OVk‘’†€CÓTNj]Q\r<é','',0,'?'),('^5¥÷–SxÓ¸ >¶ã1‹','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/CampaignMonitor/Lists.php',0,'=dü<:¯ôUŠ ÌN\'§!','=dü<:¯ôUŠ ÌN\'§!','ÃîTÐæl¶Îbá«€ßH´Pº¦!CzŽs€¦».Ÿ®ØÓ','',0,'?'),('zaæDÚ¨ä/bé>¯','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/CampaignMonitor/Log.php',0,'ÙP5´x¦÷*‰Æ×æ$²FJ','ÙP5´x¦÷*‰Æ×æ$²FJ','ó_Dä˜ud©…é±j2/ì‘„MeLücUèÒ','',0,'?'),('ÈO4¾z\0%è8¶a…†','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/CampaignMonitor/NativeJsonSerialiser.php',0,'>·×Qïõ©\ZîÞ$Î§Ñ6','>·×Qïõ©\ZîÞ$Î§Ñ6','¸J;cþ@¥dô2ê±÷÷å&øê/=å¯]‰¸Žù\r†','',0,'?'),('ôç9‘TÜê”v®ä¹\'~-','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/CampaignMonitor/People.php',0,'M«F½°èØx˜_Ma¾þ&','M«F½°èØx˜_Ma¾þ&','úá”¾¸ìpg¯muñ×*Ž3­ð½Ô’œè¼Sw*','',0,'?'),('òŸÍ=â-¬ÕI\'ÕÛ\nî','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/CampaignMonitor/Result.php',0,'Â‰\'3”µáÈùßwö','Â‰\'3”µáÈùßwö','£·;·ÅèîÃ Ÿae½&8xiÙ5BŠ©JC(Ë(‡Î9z†','',0,'?'),('åtØ%M4ÛüîïÜ&ADÒ','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/CampaignMonitor/Segments.php',0,'uì[hHã }Úåì^Ñp†','uì[hHã }Úåì^Ñp†','KÆØB«Îçiµš„’þ\nÛŸ“	ÖÒª”ûû”ÃÊ','',0,'?'),('‰–êdA¥1bz´','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/CampaignMonitor/ServicesJsonSerialiser.php',0,'0wÒ ñEýèìýÜÔÜ­p','0wÒ ñEýèìýÜÔÜ­p','—~5¨59ÝXÐéPÞBzq,ðäÄ¬º¾³ÜšÜ¡ÿ','',0,'?'),(' jú¯£,åQ—1¸H','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/CampaignMonitor/Services_JSON_Error.php',0,'}ðŒ\\¸Ò½êÝPŒ\'Ê%','}ðŒ\\¸Ò½êÝPŒ\'Ê%','ÚŽl¨+öy6¸;uË7ë:ý˜¨ò¤V¦4îŠÐ','',0,'?'),('šÔb¼oô‘\\!Êÿº9','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/CampaignMonitor/Services_Json.php',0,'wd¾©bÝz¤+Ò5Ò£','wd¾©bÝz¤+Ò5Ò£','´áF¿Å¡bkBA*à1Óƒ’Dî§DXþu“°‡','',0,'?'),('1{ƒ™l—k¥7c¹ë¤\'J®','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/CampaignMonitor/Subscribers.php',0,'èùÜV+i47~ÉÑÂ{FN\n','èùÜV+i47~ÉÑÂ{FN\n','Ó\'RàAry;K·T˜-\nîÍñ\n’ØAB4Jœ4òŠƒ','',0,'?'),('.·#Š•Dws´ø\0¥m','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/CampaignMonitor/Templates.php',0,'÷Mzü‹åîæ°õ4ÿ˜þ(','÷Mzü‹åîæ°õ4ÿ˜þ(','\\ç:qS‘‡Xá/.²Øù´WCEÞÅªg§þ¹lš>€','',0,'?'),('ì³ƒÃåénªLÊs‡\'«','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/CampaignMonitor/Transactional_SmartEmail.php',0,'¯™¸JGN^¸‘:…	üîH¼','¯™¸JGN^¸‘:…	üîH¼','wi!%ª]T¶ëÔ‹‰›Tc)}ŒõR]rÝþ´Ââ','',0,'?'),('¯µN_‘ó2Jýê®\rM‹Â','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/CampaignMonitor/Transactional_Timeline.php',0,'d»\n´Ê3ºç\ZÝ6¸Ý','d»\n´Ê3ºç\ZÝ6¸Ý','šá“±¤1Ý[a¦9TRöú\n!TXÏúäŒ´f{Xu','',0,'?'),('!ÛßÆb—AŽóy]Ž\nb\Z','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/CampaignMonitor/Transport.php',0,'ÃºŠôRÔ›q{ê˜ª?\Z','ÃºŠôRÔ›q{ê˜ª?\Z','ÖüµG[©Šßv(œ÷m;ê»#`ze-j[-ôG\ngLJ','',0,'?'),('œ$gÆË±‹gý_Õ\"÷©Á','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/CampaignMonitor.php',0,'>rÀ®ó5îxbÄõ(','>rÀ®ó5îxbÄõ(',']dQá©oùtXt§ìå54J—àÝPs\Z´q4ú#','',0,'?'),('›ÞÇŠ HÉmõ3{¾=c)','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/ConstantContact/AlreadyExistException.php',0,'C(všƒÊ5x®¡c?t+m','C(všƒÊ5x®¡c?t+m','*—ž|ÎŸÐ55`%jœÏ\r›Æ|Y^jE^‹¬Y¹†’','',0,'?'),('Lµ\r.0G\nVÙ›~°','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/ConstantContact/Exception.php',0,'éÀ ”è*þºq½¡®À','éÀ ”è*þºq½¡®À','ù.ƒ½ª¸U”tðò¾”ÈöŒÙô¸yÌÂÍ\'ó~{?j—Ö','',0,'?'),('ÓŒ­ŒæœÈ&µÂ\\','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/ConstantContact.php',0,'è]e‰cù-«¤9¦Ê','è]e‰cù-«¤9¦Ê','ÃVåüFTª… \"ÑD91âÆ÷\Zø=7ßœ±2ø™','',0,'?'),('1Ì¡Þ§ˆŒtúH:“G|','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/ConvertKit/Exception.php',0,'Pù]FQÍ›¦µä’r—Æ6','Pù]FQÍ›¦µä’r—Æ6','œ [ûÆÕ;ecSBšÁõ\\4ý`Õe™bä¥×{8','',0,'?'),('¹ØÎ´xqöÎ÷âåž`\Z','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/ConvertKit.php',0,'/ªXÒê-&„õZ‚îãŸï','/ªXÒê-&„õZ‚îãŸï','sQPs¾Y¬Ãš¯¨¸ŒiP€°¾ý¦nÛéZKt5ñ','',0,'?'),('Òþ?ù’D¬ÀÂ›^d','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/CustomHtml.php',0,'ò„.ög°uÃ“vHMˆ','ò„.ög°uÃ“vHMˆ','3‘±o*[» m	ôÁ~É0Ùžxy8JQCe²ËQ¨Qê‰','',0,'?'),('Î“È€F«Ôÿ~\'_v','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Drip/Exception/Unsubscribed.php',0,'Z~Áft!mt—\0*','Z~Áft!mt—\0*','ÙÁÄµ®i!{MÐ,Ë£aÞwô3ß8Ô¤Â™ç	²3Š','',0,'?'),('O<„,Ÿ\r‘çVÁjÐ•¡~','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Drip/Exception.php',0,'Pª¸÷ü“äÙ‘â¼a]ÞJ','Pª¸÷ü“äÙ‘â¼a]ÞJ','˜â“¶£wéCþ(’	>9‚‘ÁÉ‹,L\"ì*','',0,'?'),('Z­2Ããäç)›´ýK”¾*','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Drip.php',0,'ù¡L‡H’o™Å6AB2$|','ù¡L‡H’o™Å6AB2$|','JSÁ¸rû¢m‚ÿdöä\\SúëUZê^²2©ËA¯wz','',0,'?'),('ŠˆL¢XÛošŒfå—PZ','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Facebook/Base.php',0,'Á&ûó:t´H´áW¾Cm','Á&ûó:t´H´áW¾Cm','“¾é–`ªÅ‰V;\n;ò®ßŽV,n8’\Zúœf\Z','',0,'?'),('7ÀWm2æ&4—ãhŠŒW}','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Facebook/Exception/Exception.php',0,'¹‡Ù†ÈÆJÀ%\rÔC‹','¹‡Ù†ÈÆJÀ%\rÔC‹','oØâ·‚\' U‡õ/cw¥Óšõ\r`ìœ§£Ü¤%SU®','',0,'?'),('ü(Ý™bZñ3çÛŠV‡P	','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Facebook.php',0,'\r^~È· 4RÐ³½õ–,','\r^~È· 4RÐ³½õ–,','õbžŽ˜M0ãs	y÷‡)ÿŒ&ŠS¦W³£íw-Qh#','',0,'?'),('ævH–Dkpûâ}Fp¤„','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/GetResponse/Exception.php',0,'V£»÷Ú«ÈæÍ²å¢VS3;','V£»÷Ú«ÈæÍ²å¢VS3;','Ü²¾·\0ëû8¾ù‘)ìÈPU©j…yAÏ’ÕvDU','',0,'?'),('§4M…–žQ=8gÿl','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/GetResponse.php',0,'\'¶ý ÌsoänŠ›E¹,','\'¶ý ÌsoänŠ›E¹,','”·Êá»¯€²\Z¥‹ñtJØ[m¨ß pñ~—lä·tœ','',0,'?'),(')¶@‘ê­óe–[â|A†	','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/GetResponseV3.php',0,'˜ß•`UZ2¢ø¸ò&áH','˜ß•`UZ2¢ø¸ò&áH','*f¦Õ)¥KdE†Q‹L>aÖ7dT®x\0?Lö¨','',0,'?'),('gö{šo~r°õ\"e;\Z','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/GoToWebinar/Exception.php',0,'=†UqcÍH¨!ïôf½','=†UqcÍH¨!ïôf½','ñpYú}2YzôSªXës\\–PqíÛÉ|š&Ç','',0,'?'),('—òüM“E=µ—6g~Y','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/GoToWebinar.php',0,':3}sgPeÅ‚Z¢}v¦SŽ',':3}sgPeÅ‚Z¢}v¦SŽ','µ¼ì¤@•íßV|«8_)Uó\Z³SâäYp„¢Ûìã ¹','',0,'?'),('ù¶±çürú2ñ=$8}','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Html/Renderer.php',0,'ØšÓ`*ÂÌ?¿»iv¹','ØšÓ`*ÂÌ?¿»iv¹','ŽhD0Lb™ÿÐ¬$RCÙ áö¦˜¸k6)ÊO™}«¬','',0,'?'),('uB“yçNœÐ”º·\n=iø','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/HubSpot/Exception.php',0,'ŠùQ2NiùÌòã<gŸ','ŠùQ2NiùÌòã<gŸ','!ì8ÄuüW\"9ÛËœ–Àþš¹Ý¥ùõ}˜%¡QØ1¬Y','',0,'?'),('íirzb <ž•ñrN','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/HubSpot.php',0,'Ôu5a¼cÈÄú¬·','Ôu5a¼cÈÄú¬·','oaËÜ$Ð_˜2*¦ã\ZUÏÆvŒC– [¶3[‹Å','',0,'?'),('¸Q2¡J™AÍ¯áÖÀë7','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Infusionsoft/InfusionsoftException.php',0,'ïÜ`„7ìÙ|z]-Ó{¬','ïÜ`„7ìÙ|z]-Ó{¬','Æ¯od‹	„tä„Ø¿“âc!p™´\'Û”õš‘¿«l','',0,'?'),('q¼9€Ñ¹¤ðxªïr','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Infusionsoft.php',0,'ÍŒ;ûêÉÛæT‹wÆ','ÍŒ;ûêÉÛæT‹wÆ','ÂN¶^2Ûá/úgÍ¼¸éÿÂ1à}Ï/_Çm+k¾ˆ','',0,'?'),('Ø`SÜi-W<Þ,æß','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/KlickTipp/Exception.php',0,'*j$°]¤bšeQôŠ=B','*j$°]¤bšeQôŠ=B','µ-Ö)ý´B¨–bRZ¸DXt¡“~Gú#pþÁ—êŽ','',0,'?'),('\'®[\\ø¢\0˜­â%ª|Á','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/KlickTipp.php',0,'„—nN—Û…õÆñ[B1‡','„—nN—Û…õÆñ[B1‡','žc¡¿(VéE\\3Æ†Í¯‡¡°»úÝ¾¨SÓ»óÍ','',0,'?'),('\n»)F‡m®c,où4M‚ž6','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/MadMimi/Exception.php',0,'³PÅ ¹Í”£ºŒu½','³PÅ ¹Í”£ºŒu½','ª:}vœ7øn›´«—€ñªò×â$»î3ªý} }','',0,'?'),('È‘•óE¦•¢ ØsBê;','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/MadMimi.php',0,'(|Ljy6ªçÏº¯•&\01','(|Ljy6ªçÏº¯•&\01','õ=@°¬úÎmû[âÎ‰š#	x„–dž¬ãQ-#¾Xº','',0,'?'),('R®md¤ï?»÷g¥u	—Ã','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/MailRelay/Exception.php',0,'¨AÕÅH•w~ÚÌ‚$ñµ¢','¨AÕÅH•w~ÚÌ‚$ñµ¢','Ö&ÕVïiR§fYÖi¬™ƒþò¢T¼é«5^Öé¿ËL','',0,'?'),('³íB!?ú}˜Â”c*J‰','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/MailRelay.php',0,'KüÝ0.lBE;ÊMd¹','KüÝ0.lBE;ÊMd¹','¯X4*%‘˜ÓûË >LV€µÿ uïƒ¤#ˆqÊhEîa','',0,'?'),('½ú)!‰Ò¶Çjàp\"E?','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Campaigns.php',0,'œeIi´­é`|ä(·8Y®H','œeIi´­é`|ä(·8Y®H','Ä¨Oý|ì“¸B…yRÛCÞc„j´îžÖ9n©›','',0,'?'),('\"¾ø°TÐ¯UŽPÔl\n','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Conversations.php',0,'¢‹lSÄä@²ø,d{Qâ','¢‹lSÄä@²ø,d{Qâ','ÞæéüÖ`Ì1;E JnCÎ(¯\0­aÖáŠ0Ql','',0,'?'),('ÝÐ×YS]ð#','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Ecomm.php',0,'¶ÎY£žS³3¥Xi¢\Zêàñ','¶ÎY£žS³3¥Xi¢\Zêàñ','ü»ó\'¢\0MŒ…\'?è\"a,7ÛözÅ\r¼ðuT|tŒNb','',0,'?'),('ìØ@Üóz˜t²%Ü”ºžv','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Exception.php',0,'DÐ¢ñO%Æ¶€‹už¡ÿS','DÐ¢ñO%Æ¶€‹už¡ÿS','š:Cjeh#‚FD}³T’MäésIG¢/põl‹8…8','',0,'?'),('VÂ†¿áèÙÇ9Ê3	tÙî','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Folders.php',0,'Ï2R×lOWC£@³U','Ï2R×lOWC£@³U','I\'0¢á*ÊØ}Òº Ë`XüóÂ½4ßíII®•Y','',0,'?'),('Ê?ÙÁŽ‘hµÆŽ%¡0?J','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Gallery.php',0,'êë‚ÌåÀy}{™%+OŠ|','êë‚ÌåÀy}{™%+OŠ|','”D~\"ús^SG*Øð¼ùôPr\\l¡A_’´:','',0,'?'),('NO’Š†ýNJZS¡iÁÙÔ','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Goal.php',0,'K\0üÀö9ÎêNÀá','K\0üÀö9ÎêNÀá','¬‘Áw¥3\"Ž…ñ°ˆyÃÔ©NzB‘äI‡éiº}wWS','',0,'?'),('—5}Ë /³ðáp@d6a','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Helper.php',0,'a ¶r¿NSœvEmÆó','a ¶r¿NSœvEmÆó','n¯›r`\r?ÞaÉ‘ÌDWÜÈÀ\\à¨!6{yjX‚\r','',0,'?'),('ù\'voÌ|æ\Z¶Usâ$í•','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Lists.php',0,'\\°¿6ª\rKl˜“œ^¤','\\°¿6ª\rKl˜“œ^¤','ügFX5j¦ãÍ	r³<ù©Úý´½%“Â|Q','',0,'?'),('EŠ€ÌÕ\\ÓéêœÕ~\ZÆk','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Mobile.php',0,'–»ºˆÕÝ‘óò/Î’lÃä','–»ºˆÕÝ‘óò/Î’lÃä','6®Ycà·W	Òý%mPŒb÷M}µ0ÇZé¢=åR‹','',0,'?'),('Ó»%§ÈÚ…B-Ý¿iÎt@','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Neapolitan.php',0,'¬®œÑ‹œÑœ´_//­','¬®œÑ‹œÑœ´_//­','OhÌ -Š	9ú•h¥lÖBá0›—QJ÷_\nê€','',0,'?'),('Gàøû¡Ý_uÍºy*xm','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Reports.php',0,'þ¨a¨B5°—F¡W{','þ¨a¨B5°—F¡W{','ü0O”©Gg¢cú,oô<\"7“Ìæ©õÄfþ¦eMš','',0,'?'),('+Pá[Ó•öVÉflÖB','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Templates.php',0,'íÅü³ïÐA?U«šÿ','íÅü³ïÐA?U«šÿ',':ŽèC½q&ïmË¥•±Ëùlû‘×ÙÐœÍ4¥l','',0,'?'),('\'wÍŸ…,ªO¨XVY­–','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Users.php',0,'ÿQ/çv¹œ‚|sš2:','ÿQ/çv¹œ‚|sš2:','Ò´åV\0o=¼üFdÞ;ic©²\0uh-¸Í»ü','',0,'?'),('t²O% Ùÿ\0Úc\0‚\"Ý','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Vip.php',0,'~SÀŸÀºcævó.·¿','~SÀŸÀºcævó.·¿','£ü`ÿ\\ÏEŒWÛÛéŠ‰ÿån	\rnÂ‰™§±?\\.\'<','',0,'?'),('•{qN2u3^ØÂ¿( ','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp.php',0,'3ñ™wÇO7O‘{¢Öˆ','3ñ™wÇO7O‘{¢Öˆ','†¯]=/õH#íaÓ^á|£g¥}ãð,ŸE,Ì¿{','',0,'?'),('jµ³\rÒ{\\R´\"pÜIhâ;','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/ApiAbstract.php',0,'@Tº¬1.U?˜ÿô¼ú€n','@Tº¬1.U?˜ÿô¼ú€n','6‹²v:ß—¡ºÁð”‰È\Z˜Ö%\0}Û<°ƒl<v','',0,'?'),('¨¢­¡E¼xÒ€{¦åxâk','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/ApiConstants.php',0,'^YÚ¡©TfI’æº~ï·\r­','^YÚ¡©TfI’æº~ï·\r­','ÒãJvAÊ,Š„f(#•Œ»±)ëcˆØó=|—þÛŸ7Ã','',0,'?'),('Í••årµ…,ÇG)ÂL»','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/Campaigns.php',0,'ïÑÇ°öýÈºŒÐ\n¸üö','ïÑÇ°öýÈºŒÐ\n¸üö','\r2 ­ ™*™f55/ôw*Ô]YkùVrŸÆ±&B®\r','',0,'?'),('sÚkûvzšÞ§ßÐ\\\nuö','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/Fields.php',0,'\Z#:B‡ãþ:MGfDÝ','\Z#:B‡ãþ:MGfDÝ','`ôëÐ\Z&UÆÊYhÒ¸ñxƒ`¿GõÓ7žâª» ì9¥','',0,'?'),(';£ÎûœáÿÎ¬Ä’‘§','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/Groups.php',0,'v×±½€±h‘–Ð.êGp ','v×±½€±h‘–Ð.êGp ',')fÙÌÞ[w„®x¿\ržûA~+UoOêÝ±fTV’IÅ','',0,'?'),('œë—»®‚m¦O­¥›Ì','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/Lists.php',0,'Þå‚<‚$!\r±\\°$¨','Þå‚<‚$!\r±\\°$¨','Ö\ZbV£–(üS€[ä¯(ÀàQ—æŸ)a±²‡û<d','',0,'?'),('CêäÖg¸ò›é$wˆ³cg','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/MailerLiteSdkException.php',0,'äp–¯ÝÁ¯Ä0lßä¼„','äp–¯ÝÁ¯Ä0lßä¼„','òíü)Ì­‹a@)Y\\Ö‘TÊ»w7é¬¼Š<RÑ >›','',0,'?'),('WgKüÙþÓçBRo[ê;°','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/Rest.php',0,'„©‰…‚Ác(ÛƒDùò›','„©‰…‚Ác(ÛƒDùò›','«Ñ©ü¬e&.pŽ&E#	ì¢újTë¯Œ-òcˆvpû?','',0,'?'),(';Z‰\"qØõ|^ù÷ì','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/RestClient.php',0,'»oRvÚýëÆÿ‡21','»oRvÚýëÆÿ‡21','kñ”€çÚ	ÒØ.<v=÷hÒ2mÝb\nœØP*–ÉDZ÷ç','',0,'?'),('¹>5â%ˆ¾ãœïdL£','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/Subscribers.php',0,'do¤³W“CÎ•Yá„¿mc{','do¤³W“CÎ•Yá„¿mc{','Ûì„³³îŸ[WYQXYÓ´F£ì$Ò#ˆÈ$åÀèøT‰','',0,'?'),('uîH·ÅqC\rPd&S','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite.php',0,'34H…a«¢\n®< óh','34H…a«¢\n®< óh','Uþ•EUÚÛÀƒîl~Å\næés¼{ôÐ¸g–E~	É','',0,'?'),('YÚJ:ÆºR\\ëR\\©','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/Api.php',0,'©ió´þikjuM','©ió´þikjuM','¾;GœBv wë°Ø†`i¸pô‚¤‡µ –¯ç','',0,'?'),('„„wz2D0.ÔÊf]Ãë','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/BatchMessage.php',0,'®f¨ôe¼×ÜÑ¤Tì(','®f¨ôe¼×ÜÑ¤Tì(','µÄ½Ø‡{5Ò5¶gŒs÷Ä¿çŠq¾áËý•g¨Lœ','',0,'?'),('¤­ŒöµvÇvì´ÝV%~;','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/ExceptionMessages.php',0,'ºÂN¤èè¬“a@JO÷7¬Ð','ºÂN¤èè¬“a@JO÷7¬Ð','½ÿIÚs\nTÈ©c^1A¾o›¹î\Zë@ón«];é‘','',0,'?'),('Ûü/wë)%ªß[­wV','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/GenericHTTPError.php',0,'y&œ*í¤éô‹Á›7?]T','y&œ*í¤éô‹Á›7?]T','·õúß›ñ„%Œba\'*|Vxÿz¡!cÈBK±e\'a','',0,'?'),('Â:t1¼ÙPÜ§5È?ø','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/InvalidCredentials.php',0,'ÿ¢Kòï•$\\J5;â»;','ÿ¢Kòï•$\\J5;â»;','€‘ÃÐÈzì1O™ã¢rªÎÑE÷´i‚×ÝI\'ý8‡+','',0,'?'),('È²QÓ\\¾µ0§Zz','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/InvalidParameter.php',0,'èî¡]é^ßßPÝFÝ','èî¡]é^ßßPÝFÝ','À©%ƒ\0Ô7|ÆÙ9ï]K6ý8}Y†Ó£Œ†Ô&p5','',0,'?'),('\'Ù•Dºµ˜HÂ%+÷“ü','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/InvalidParameterType.php',0,'G‘L…9ucA—\r¸ûœU$','G‘L…9ucA—\r¸ûœU$','Ò&KúBq\Z—Øv+,ÈBdº6C‰Š®ÚEó.9^K\n','',0,'?'),('çùqšôˆ…e1:X§=','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/MessageBuilder.php',0,'Ó+\0•÷ÖTRn­¬áª','Ó+\0•÷ÖTRn­¬áª','§	Æùâb^²š¤á0ƒò¡•/ƒU^öÄàñâì','',0,'?'),('=B·ºÒøÛA,+amWñp','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/MissingEndpoint.php',0,'šð™IjüþÆü_íz¼','šð™IjüþÆü_íz¼','ÔðŠJ}B¦•*Ò\Z>o4½iS\'ˆÎËrg\\3$Eš','',0,'?'),(';\nªôiMžEÀ lÆö‘þ','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/MissingRequiredMIMEParameters.php',0,'ºðNL`«è¥±©¹§]Æµ','ºðNL`«è¥±©¹§]Æµ','Ù\n7•î_á×]yºö\rÉ\0+WàÞ‚¯ÿ¼<è\rÆ7#¾v','',0,'?'),('aÆœ\r\\?™Wœ“÷Š%’/Ã','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/MissingRequiredParameters.php',0,'ö¨zº¹väïêžWa§8»F','ö¨zº¹väïêžWa§8»F','kV×—çÓ­¶4Ü+\"V›!«Äjû˜»ø_¸$d','',0,'?'),('ºÝÑ¨Ñ~›Ñœè•„·¼','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/NoDomainsConfigured.php',0,'eÌ\0ÞH`üÙ²@Ë±‰§5','eÌ\0ÞH`üÙ²@Ë±‰§5','ž‘˜åÓ²Î¾gºv†þŽ3?~¡¤àwú²','',0,'?'),('XN²‹}`’²Bšm}XC','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/OptInHandler.php',0,'zÔZ|û:ä:[¯t!ú\Z','zÔZ|û:ä:[¯t!ú\Z','†»ïÜ—ÿ$.Ì·šQI+7v\\MÕv»','',0,'?'),('‚¸¢%Ùns8Y©\Zd¼³','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/RestClient.php',0,'3´6¯VŒÈ K;FŠ°é','3´6¯VŒÈ K;FŠ°é','mÏ`Oã{í‰R¶–M€	•Ýe>Ð¹Ò¼IU¯@Ñ','',0,'?'),('ZÅ‡¥\\Žê\'næ¶ÄÈG0Ø','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/TooManyParameters.php',0,'*<0ô’™7!<eª÷-¦','*<0ô’™7!<eª÷-¦','k·ÕßM5ëò¢1}j‘ýœÞ’ü•$‰Ê«)_\\‚','',0,'?'),('ÿÒÏnØñqµæåb','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun.php',0,'EàåÞ\02d‘ÔÓIèmC','EàåÞ\02d‘ÔÓIèmC','&:0mÒHbfÙ’Þ¡‹¿2ŸæÛsóFO¶“¶Ï¯tJ','',0,'?'),('ÕË ´H{­C­Ø:ä•QC','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Exceptions.php',0,'ÙçÈcFNWR*&G–Šð','ÙçÈcFNWR*&G–Šð','($¥“Œ€o†Aå¦šY.»¦\n‚Ã9bIr÷IÇáüeÊ','',0,'?'),('Ï™›ð]¬i~ø«¡.‰c…','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Exports.php',0,'Â¯£ÇÌíƒ£W;ùÉºöS','Â¯£ÇÌíƒ£W;ùÉºöS','ï<öq±K¥µ§«ûœÈ>u	ÇnÏšoýJ‹†\'eÁÎ','',0,'?'),('”ê{G_v‹½Ó8ëK','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Inbound.php',0,'Z·y=?D¯{|‘6¶9\n','Z·y=?D¯{|‘6¶9\n','½ØjavQîî*é£Šœ.Ïiýê´I•ö\rWë^ÐQ','',0,'?'),('¸Fo*€§ìè^§‡ò','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Internal.php',0,'Ì3ævFk+`EÖC<8Pá!','Ì3ævFk+`EÖC<8Pá!','sP³ ­‡‹N¯U­F*èM\'ð \\@Û}ñ¢ê.U_üË¤','',0,'?'),('z?²0ºÌ_æÜVß','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Ips.php',0,'\\œ\'ÝLÝ%£¦[%¾ë ','\\œ\'ÝLÝ%£¦[%¾ë ','‚øºÒvŒg‹FêšGÛÞi¥¦¨ŽÛÁøZp','',0,'?'),('_¸§™¾¼”©©0ÅW,‘','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Messages.php',0,'´¾¤Ò/*ž[OF§Ýä','´¾¤Ò/*ž[OF§Ýä','êb•Mû9×\r?£ËæJr9é¸9Š—m!ý<…','',0,'?'),('Gü1­Ò†x•ç1ów»','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Metadata.php',0,'°¾Ü€ÜA¥‡\0þ[J /','°¾Ü€ÜA¥‡\0þ[J /','Ä\0¯ÚD…Bð\0ê€\"ôUÄî|((\n*?ž7àhyäk','',0,'?'),('K¾“k\'Y×\Z8y\\I\\_','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Rejects.php',0,'¦½#	t:®p+j5=l=ìü','¦½#	t:®p+j5=l=ìü','[-°ˆ¢æ7Ü:?ŽE\"÷Žÿ;KŸ_;Öê**q','',0,'?'),('G¼¬¸‘EuÙ7ÜÖgÜ©','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Senders.php',0,'[5nhW¿QÈkmÌ°>‘','[5nhW¿QÈkmÌ°>‘','0˜¸§.“œš!*å¿Õ,	àÉ»Ï‹ŒÈÍ$P´Ÿ','',0,'?'),('î~àº/G·’¦§÷½','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Subaccounts.php',0,'9ÚÏ•+IæÍÇ¿³D@','9ÚÏ•+IæÍÇ¿³D@','Xv/¸FŸ5+,POS™¾¦}á((Ö+tŽçû±­Â|œ','',0,'?'),('­+\0Ò’Î¬ÜÅù‹ÖS–ð','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Tags.php',0,'…5RÌšåmÎ‡ÎéŸ¤','…5RÌšåmÎ‡ÎéŸ¤','æz¹B”ïÆB¯(«-màÝÍ7ËÇ¡¨Cìž‹n','',0,'?'),('cßv”1¯\0m=ágÀ¸\\O','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Template.php',0,'±6D\'ŽøÛ :®Ù¯\\È‚','±6D\'ŽøÛ :®Ù¯\\È‚','	tŸÃ@‚½Äß;ßgwñ£6y\Z ,vu2à<w=Õ','',0,'?'),('w<À\"I5D[þ–]ÍQÝ¶‰','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Urls.php',0,'v4ËwõõÖî!±±r›ô','v4ËwõõÖî!±±r›ô','JÇûŸEºq‚zŽÄà@áïùÕ—óÙ“ø\no\0’','',0,'?'),('WØ¡.ˆêÐ/‡gÑ„7','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Users.php',0,'÷òoUÃ¤ö©Y|—Õ\'¹','÷òoUÃ¤ö©Y|—Õ\'¹','u/5ÎI@ƒœ¯$Ñ0Î4å\r¾EK	C½óòF','',0,'?'),('øçù€ÚÎ½„Sn¿^ªx9Å','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Webhooks.php',0,'•ömø”‚ÍVW®°eÌÂ','•ömø”‚ÍVW®°eÌÂ','˜Ûï¾\0F¸¥ÆX‹hƒ$l1$R÷ÏT\'PÏÑá','',0,'?'),('óÔn!jfryb…ò‚','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Whitelists.php',0,'’S¿eÓ2Òaú¨*& tà·','’S¿eÓ2Òaú¨*& tà·','ùœœõ©Ùg×ÅUÐu@ÈG†W‡¥À±ÓÞKMc','',0,'?'),('G™?Ü\0ŽŸÝ³b»ß','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill.php',0,'(äR)öí	˜È1Xš@>','(äR)öí	˜È1Xš@>','çY­bûq\r½[ÃI‚ª	½ñî]ÀkïÖµó\'Ó:;','',0,'?'),('åˆ4ÿP—=hr9E#ü','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/ActionNotSupportedException.php',0,'é8yð*GŠùþdšÜˆ','é8yð*GŠùþdšÜˆ','þÈ\")~Ø1AÊñð„(/§4³Ô7gB§cBGx','',0,'?'),('\r+îisó×çcòqÿ²VU‰','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Api.php',0,'ÃðbÙEãÛý$@š^}$','ÃðbÙEãÛý$@š^}$','0¼FÎ²Ìšƒ^âÀ½”<Òö§›:…¡ÏL¢Ni','',0,'?'),('NF+\'Ö—ž|£xƒ•À','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/ApiAuth.php',0,'HˆËâ2ÑýýñÖ\niÂ7È¸','HˆËâ2ÑýýñÖ\niÂ7È¸','•\0=KŠ?³;;X£èaM²\\Åfñnsü^M\Z','',0,'?'),('ê+v‰™C~ôŽy2­Y’','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Assets.php',0,'g\n±¯„Í`•@ U»^ÿ','g\n±¯„Í`•@ U»^ÿ','“Ä*˜¯JÄåˆÝ®V<a Úˆ\nùö&lóº\'×í','',0,'?'),('•Ü­`ŽÝŒïN[®Oé','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/AuthInterface.php',0,'|Û[5ŽZ>h1d/È#','|Û[5ŽZ>h1d/È#','w^¹Ê,Œ¡¦*ê”Þ+£-`ÉêÒø¼nq¿Å¤Ýw¯÷l','',0,'?'),('Soç\\Á.ýâ©¼˜‹]¸j','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Campaigns.php',0,'Þ³ÅèD¥øÍŠHØˆr‹·','Þ³ÅèD¥øÍŠHØˆr‹·','~úmÙUÔË*û§sýÅº¹y¼X·™Š^f:ÁJ	gN','',0,'?'),('÷÷%N`£§vêžCÑ‰2','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Contacts.php',0,'TÄèÔ“#aG\'EÿÏ¢','TÄèÔ“#aG\'EÿÏ¢','Áy\'õrÐño*H‡yyöüÐ™njl\'­ÚìÏ	\'F5','',0,'?'),('ÈmVIu«Š|)ŸÊLˆ','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/ContextNotFoundException.php',0,'J¬ˆeS<i1¶Ô*¾lcx','J¬ˆeS<i1¶Ô*¾lcx','IP›£ªª¡­€qÞà	Â_¡–&”E¯vR;*R<Ò','',0,'?'),('ñxè1K0(¯·ß6¨3;','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Data.php',0,'_5êt•àÙk!¸Üú[õÊ','_5êt•àÙk!¸Üú[õÊ','\Z|)ð¿âžúƒi±³|K2²þäK\'©ò*©IMØ	Yp','',0,'?'),('+³zÌ,¢E*æ›Üv8\"6±','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Emails.php',0,';0§MTé©üå\Zl¹V',';0§MTé©üå\Zl¹V','WŸá¨Rˆ<0OEó‚V”ÓCjÓX~ßm¯dÖ&²¡A','',0,'?'),('4gómM-xíáyc&âƒ','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Forms.php',0,'Q´›ä™Eš7þKRr–í','Q´›ä™Eš7þKRr–í','u!ùà\rg®†òÅ€]E­B2ê¤¯ùe¢‹Ã‘-qðZÜ','',0,'?'),('çábÂY/Lq¨yŸÛK','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/IncorrectParametersReturnedException.php',0,'˜ƒw›^ãš­¸Ë{ 5õØ','˜ƒw›^ãš­¸Ë{ 5õØ','¡°\Z¸9§˜ª¯X3ê×¨gnh•ÉIûµFW†nÝc','',0,'?'),('i4±/ÿà‰‰‚5î','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Leads.php',0,'Q(Ëýê(åA`/{{†GR|','Q(Ëýê(åA`/{{†GR|','0Mw×4|ƒLM°£ì8)ÈöR”kÍm|Eœ×ŠáQËû','',0,'?'),('’ÃlªÎÜÀÐTYáÂÙ€G','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Lists.php',0,'¢±n¼¬ÃÕs­^N­Ï[Î','¢±n¼¬ÃÕs­^N­Ï[Î','Ã\Zv6I4éÆ°˜ñHÿƒÂ²ˆ|ìsÁ 5í¯¦È§','',0,'?'),('›DK~‘É÷ÞT­® àï','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/OAuth.php',0,'Ø¸ˆédH+XW\0ª¡81','Ø¸ˆédH+XW\0ª¡81','sþÔäæ»®ÅAS\nãÜ$É’À5b:ÝŒ7%¿','',0,'?'),('’ ÕŒõ‡\nƒ?wú3\"ß','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Pages.php',0,';õdÂÚ˜ñ\0;«R•œÂIã',';õdÂÚ˜ñ\0;«R•œÂIã','<]ïùô[™~\"¤û¤&FÞV–ÏŽhD¤ÿÒL©™','',0,'?'),('$ÏSµîCÛVåG¹Ðoö!h','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/PointTriggers.php',0,'o£m¾kcJnû \0gMËu','o£m¾kcJnû \0gMËu','=½ìçÑ›š\":¾~›ä¶[\rUì¡!Œv<1öh','',0,'?'),('vŒYè¿´_QÉ$ÄÃÁst','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Points.php',0,'I¿VÇÿ‚YJX ø´T±a','I¿VÇÿ‚YJX ø´T±a','ÑÈ)ó52Ö¡µ“Buøfó¸Ó0b~é”öÉÎ','',0,'?'),('îÐ{…¡‰v,¯±V—*n–Ú','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Reports.php',0,'·hÙÀÀ¶gÚŸö¡GW›þ\Z','·hÙÀÀ¶gÚŸö¡GW›þ\Z','ž]‹ÆšÞC†€U„~?îM\"¥yI0<8tø÷ìw½','',0,'?'),('¶Ù˜›€r]	F–O%or','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Segments.php',0,'!|O=:iþß;¬vú¹P ','!|O=:iþß;¬vú¹P ','Ù|Ãe‘ÄùûP\0¹ïÆˆ8x5­žå/J^_','',0,'?'),(' Ðû—¾0ÿv0.—lÿº','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/UnexpectedResponseFormatException.php',0,'ög>ëTñ“dBò)xoj¼¹','ög>ëTñ“dBò)xoj¼¹','„”ž¦ƒð€yÇXŽg@Ö}D´ìøL«ÈÜÃ˜¨ö','',0,'?'),('n/°CýÄ©®(—»ÁÁ ','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic.php',0,'ØwmÓÿ\'y™}Ds6Ú:B','ØwmÓÿ\'y™}Ds6Ú:B','ëKùwPÕx1¥8ßLMÃùH³qìphínÔ\Z[\0/G4','',0,'?'),('ÀgEŸ´‹žÝ§E¨©}Ž7','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Ontraport/Exception.php',0,'£Ãt­ä<œoõŸ\'ïÔ','£Ãt­ä<œoõŸ\'ïÔ','Où/¹³“·õ1ž+÷Ãj·62îrn;a xø¢','',0,'?'),('ê¥ŒgÞ$Híèq°4)ËRè','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Ontraport.php',0,'@¹-«¼#ycdWýMP','@¹-«¼#ycdWýMP','B„ý7²Ï^\\{ow¶!%ÓšE2^Êaxop¶=¥âº×','',0,'?'),(':=âñð`Ÿ·ú>ôŸ','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Postmark/AdminClient.php',0,'ÞA¿e ¥ aª”9ŸŽ¬','ÞA¿e ¥ aª”9ŸŽ¬','Y—BýÛ¥éE¢ÊAðCÛÉnJà!A­¤.þç®CN','',0,'?'),('I ‰u.€Y*,à‘?/õ','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Postmark/Attachment.php',0,'Èß¨Äæa¢\nÏ3ÄT‡t','Èß¨Äæa¢\nÏ3ÄT‡t','31óÌ[F§“ |`Ç+dN#J¸\'/ëQÆÑá;i]‚','',0,'?'),('{r»v/bÙ«ìX½r#V','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Postmark/CaseInsensitiveArray.php',0,'j†ß(MØÒ¾àe\ZvE¨','j†ß(MØÒ¾àe\ZvE¨','£èCiÚÁ\'e\ró3ê£ÕûÑð‚d!eénÝ˜aÓyêjþ','',0,'?'),('™³\Zˆ4Äå¯ÂŒàƒ','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Postmark/ClientBase.php',0,'o:0ˆöPGþ²xo}X¾','o:0ˆöPGþ²xo}X¾','åpZa6ÑãÛ²Ÿ9`‹sâ÷ñ‚µ\Zè	\\qòº¶ž½Õ','',0,'?'),('‘B¾ü!…ÈbÀ—4ZhÖ','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Postmark/DynamicResponseModel.php',0,' é)ÿ¤L1\n„áÌ¯®',' é)ÿ¤L1\n„áÌ¯®','ºfS€ÑVâèƒ¡8{ÂŠÔý\0_ÚÛð,µa·Ä$X','',0,'?'),('¦kÉK}PlÑ\rh','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Postmark/Exception.php',0,'-7dC¼=_<‘àÅ¹oGïÂ','-7dC¼=_<‘àÅ¹oGïÂ','×—´ŸöZ¹öN{>Â&©	 ÛÝló{I™«¸µ','',0,'?'),('QwÛuZÜ#$ðFyyL$','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Postmark.php',0,'­$.\Z‰‹/Í¾6/[ì','­$.\Z‰‹/Í¾6/[ì','ýÈV¶GI’½0®ùnl\"šHåOÂ:¬cØ–£Ÿ¾„è','',0,'?'),('‰b³çÁD‹IÃþ\'TW','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/SGAutorepondeur.php',0,'¸—wl¾ƒ¶…ïÙ¡’¸ö','¸—wl¾ƒ¶…ïÙ¡’¸ö','³‘UsÿÙÃ—ž\0Ã·•6\ZpnK³¤Ÿ„åñè;ñÊþÚ','',0,'?'),('X´‘«›p”lúE Y Ÿ‚','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/SendGrid/Client.php',0,'½ÎêIò²C2Û¢t','½ÎêIò²C2Û¢t','Ÿ=jUZó«ùZk5š÷]§áøæ«–“jê¯l','',0,'?'),('%N#9™F„/ô~#Zf{ó‚','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/SendGrid/Exception.php',0,'áª4ßo„‚ø%Ê5òË˜æ›','áª4ßo„‚ø%Ê5òË˜æ›','xª6;¸j¢¹¡cp\"m’z&T“ªÎÜ8Ù”åè˜','',0,'?'),('§þ(–foéžÕÈ°áC[','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/SendGrid/Response.php',0,'?æçG[™;4Þò™@~´','?æçG[™;4Þò™@~´','Ü¡¾Òäl÷D#x”\roU¹BæÜ\'n=DG¡Fo	Ú@','',0,'?'),('Ü~q†0$ð~ójvŒLž!','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/SendGrid.php',0,'àÔØ’N`œ´#àš','àÔØ’N`œ´#àš','gQKÅ7<++ÐžîBü\\v4¡›½3H¸ßÿÀvÆ›J','',0,'?'),('ûœvz`¦},ÆŠ“é­\\','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/SendGridEmail/Client.php',0,'m–dÜ$0—ùÄI«‡ŠOd','m–dÜ$0—ùÄI«‡ŠOd','0géá4&°“– tšRC`´ÂÖØÆÝþ¡«*‹O¦í4','',0,'?'),('@i|×I6²^´¹¶×iL:','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/SendGridEmail/Email.php',0,'ørƒH\'”®Qó\0\nBV÷','ørƒH\'”®Qó\0\nBV÷',' \ZfÀmoËãÕy\ryýÓS®®NOýsçz{Í¡\ZO','',0,'?'),('ÞôßæÄIŠA£ƒbÁ½–','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/SendGridEmail/Exception.php',0,'µ`f¡—üJ+,ø×.Ð™½','µ`f¡—üJ+,ø×.Ð™½','ðü\\ñ´ÙÕWÌqþ3Ç’óR»Âù|Ì:…)Î','',0,'?'),('´´¹ÆYÆ@&H³7^y3E','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/SendGridEmail/Response.php',0,'–K“¢‰õA–¢÷ôòrä','–K“¢‰õA–¢÷ôòrä','M&÷È¥ˆMq~¬[R&À|ÜmC#ŽÈÎ¾O‘Â[6ø','',0,'?'),('ù/»W‚9ÝEUýws 0','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/SendGridEmail/api_keys.php',0,'ŠóÑ{£MH?ôìp(#°_Ï','ŠóÑ{£MH?ôìp(#°_Ï','Zê$,èÜ€á’-RÁ¦ø¯#Ë²•ÌØbÆqn','',0,'?'),('}˜/ªg{BäõÖÔ”Rs','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/SendGridEmail/asm_groups.php',0,'6ðØa*ydÿsÙ[áÛw','6ðØa*ydÿsÙ[áÛw','ÏØ›8ÓPn\r%›7Žå\\j?NñÂ_8Â(ÀúéþV','',0,'?'),('ÇP4È}‰¿óZô0ÈÑ','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/SendGridEmail/asm_suppressions.php',0,'é–Qâ°5ÚÄ…™@º2\n&','é–Qâ°5ÚÄ…™@º2\n&','8pÚÎ3ÇëYß…¯ÕYûF‘cSÀ–ÓHùç*ŒSŠ´','',0,'?'),('1vN’DiTô8UŸuÜ','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/SendGridEmail/global_stats.php',0,'€ÄMè®7b«qß','€ÄMè®7b«qß','_Ëh°ô*·Š36ß7Øªðø§ûõíc/€uŠ±aÙ','',0,'?'),('Ê€á«ß\"*wŠÜÐ+','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/SendGridEmail.php',0,'I»éÇÃ!Ñ_ÓlmÖaDRŠ','I»éÇÃ!Ñ_ÓlmÖaDRŠ','8×zíaq\Zñ/±NàH­jI×1¤tL¦jš«È–æ','',0,'?'),('~à·RþÓ»A¢Â«—%Z','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/SendinBlue/Exception.php',0,'Ür1œ®åÞlòü§ùÕS>ì','Ür1œ®åÞlòü§ùÕS>ì','ZC±íU®èË¡ãå†y\nh›·ô{·:¾+bt|74ØQ!','',0,'?'),('>­Þ¶^±º€ŸŠ²­','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Sendinblue.php',0,'”¾«k,\0ž¥Üä_Ð*ÞÓ','”¾«k,\0ž¥Üä_Ð*ÞÓ','Št*¨ZÏyü¬r\\e¨Ý¨\"w—VâüË½Jd\"œ','',0,'?'),('˜w ×m…\nÊ1mÒPQ','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Campaigns.php',0,'ê?ÒJè”¥ƒñò^ìŒåG','ê?ÒJè”¥ƒñò^ìŒåG','YZÍØ–ºþBU…ÚÜH¨­ÀË-g6lºqWí6o0!ì','',0,'?'),(' ¹Sè+\ZôVpKÚ\'-E','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Client.php',0,'ËÏ×~Ð¦yø@×õ','ËÏ×~Ð¦yø@×õ','†¢„JËž2ÓpSb‰\nêƒ\\i!éíåh¬rè¹+Ž®','',0,'?'),('ü:1-•\\‹ŸTÕiÜ©ž','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Config.php',0,'hv/—Ëê˜·_gQ®‘Æö“','hv/—Ëê˜·_gQ®‘Æö“','óqÃ–!ü²ÀH0þÇÐ¦9áñ¼f&vaI¢ø\ZË','',0,'?'),('¬±JåÉÝ¤&½','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Countries.php',0,'/ñ\0Pµ$sƒôÎÇ°zË','/ñ\0Pµ$sƒôÎÇ°zË','~äv3#o–q‘°½¿ÜWÎÂ¥DÑ¶D”íÛ›‚','',0,'?'),('ë[Ã9âÅH~ƒÓ€ +_!Þ','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Customers.php',0,'öà8ë¾«Ã:oalÎ~','öà8ë¾«Ã:oalÎ~',',`‘å0ã@¿ìô¼ûk}9$ñjié±ÅûÈ','',0,'?'),('+ÕOJ“Û˜h)îåù™#3ÿ','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Exception.php',0,'Z‡BÆ«jÐŸEœDÍ¨—\\','Z‡BÆ«jÐŸEœDÍ¨—\\','ò;µµ>—>\0©™f^–gai«2íVÉAóþ_äî','',0,'?'),('~ë‚ƒN1Þ§\n1t.=','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Json.php',0,'²î.Î”™HtˆÃs5W','²î.Î”™HtˆÃs5W','çš®%/°y†¼E_¨9ÒÊë/‘Èæ¸ÿ5DÖìÄû^Ue','',0,'?'),('<ÃpÁNB¤B=›N#','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/ListFields.php',0,'X\r‘Ÿ×Ž—:j´\nq­©‘','X\r‘Ÿ×Ž—:j´\nq­©‘','.3S 7èc¸CÂ\r™KæøÍ‡£Nˆ>9«ù†B®àÄ','',0,'?'),('æ!ß|ä±kÎtµX\"-þ','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/ListSegments.php',0,'SVÐqGÓ©¶x¸¡û™p„','SVÐqGÓ©¶x¸¡û™p„','ëÈ‡¯WñÞº¿	sf3=hfL0Õ1cbä8dM§äV÷±','',0,'?'),('\0ÑMZÉY`q4#}%8','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/ListSubscribers.php',0,'UU•MÝBœ[ÁªJ¬µI','UU•MÝBœ[ÁªJ¬µI','.úÇ´ Šý®‹*Î©+è¡Y<µ”R†fÅ¤·úN²¯','',0,'?'),('­Ÿõ\0½cª¥ êê¦ ÁY','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Lists.php',0,'D	[,.PÀ~¾’©2-NU','D	[,.PÀ~¾’©2-NU',')„lXÐ¹í\\5´pôáÐ+!#ª¨òI<ü™@','',0,'?'),('†¿N=jCÀ-»øN','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Params.php',0,'!_üsLÚ_4qx¥™È>`','!_üsLÚ_4qx¥™È>`','	ÖOÛñÏCKŽ•ëoÆž\Z€ÿÁy/Œú–8Ôg\0','',0,'?'),('°;tm\"”\0€™uÊ™ð ','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/ParamsIterator.php',0,'ãK‚½Øµk\rr})f¿','ãK‚½Øµk\rr})f¿','oü%(P?5LÃhëlüMEr¶”bÛúŸ=&ê9]\r…æ_','',0,'?'),('<%*™Ì¡û²îŒ+Ã','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Request.php',0,'†b¶Ó‘#ä$;1@','†b¶Ó‘#ä$;1@','$@£:Û·Úf*B|÷ñ»½ÇMEÓ}wG®š°','',0,'?'),('Ðæ“:žGÒz,ßóä+','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Response.php',0,'ø†Ò{3¼©k ^1!1²','ø†Ò{3¼©k ^1!1²','@Õv}¸1õUÚÀnðøÅ\r\'¼U\'êáC<N*Pÿ','',0,'?'),('×ÿDã\"~Â	%æ»?F','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/SendreachV2.php',0,':.å#*	³¬V˜zBc',':.å#*	³¬V˜zBc','A—\'VÅÖ_”N3T›fÏ¨é`{ÌÚUùn˜ä¯ºðà','',0,'?'),('Â3¯ÑÊl…hàÌUìmÒ','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Templates.php',0,'z°¦ö†xY{û®½]ÂsP','z°¦ö†xY{û®½]ÂsP','8ë\r\rýÖ´ÆÍƒ·¨óž9móXùéäKÅŒÚ8O_Ü','',0,'?'),(')&è§mw_³ÏEß¼nq˜(','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/TransactionalEmails.php',0,'Oþ\\¡\\ñéH×ndÏl4','Oþ\\¡\\ñéH×ndÏl4','«±™G9¨qæÖfŸY\n¥å<wä—Ýê AþA¥X','',0,'?'),('Ï~,7}xú/­¹E•ï','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach.php',0,'ûÞÊN>ˆù´ðxä‚è@ã}','ûÞÊN>ˆù´ðxä‚è@ã}','k7R´Èa\ZÌTë\0ó¸(¡Ñ ]ªœ4HÀ†‘´ì…£bï','',0,'?'),('zç{bÅJÑ×ä°¥K\' ¥õ','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Sendy/Exception.php',0,'Qæ-õ«ûÜ-=Z·å¦','Qæ-õ«ûÜ-=Z·å¦','rÁNóö(æö¥RÀOªUuÀˆñ›wb]»~Z&æ’¯¸¡','',0,'?'),('Î°j½l)–f²Ø¢Óá','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Sendy.php',0,'9Lîß‹4€cêú¹7/}ð','9Lîß‹4€cêú¹7/}ð','9±ïŒô–¬Q2²ƒï_\ZÛR—ÔA˜\r ž,D®T:Ž','',0,'?'),('	>3z\"Î{K5ÙƒZÌÛ','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/SparkPost/APIResource.php',0,' \0^~üƒ,¬*\"a',' \0^~üƒ,¬*\"a','5¡i9\0Ëš\rìZ¾@±E‚èe\n™\r>Y&Êcn','',0,'?'),('£É­!šx){R&Ëy&8','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/SparkPost/Connection.php',0,'}k¼ºï õÀ{XÊrh~€Ù','}k¼ºï õÀ{XÊrh~€Ù','„lK7pQ@()Vëg>‰Gtò¦¦¼|Dmù ÄØíCÞ','',0,'?'),('´g•(=¥?¾LŠ]X','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/SparkPost/Exception.php',0,'2%™(®Ky•ÛÄÝ~æ8Ñ','2%™(®Ky•ÛÄÝ~æ8Ñ','QFÕuèß$Aó¬¶Äºšƒ/Fj\"ü¥+Xÿ','',0,'?'),('‹Ç2Ç “ùu‚Z ?Ug','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/SparkPost.php',0,'Ø}-ê2u\nv\Z¢ñï_(','Ø}-ê2u\nv\Z¢ñï_(','¯K‹Ôß´ù]ÊEŠï;@Þ•Äb›rXVÈ²yXØ¤q','',0,'?'),('ßr2”bÛ’Ü†<š;-$','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Twitter.php',0,'§zXÇõhôÃÊÉiªÇ','§zXÇõhôÃÊÉiªÇ','d¢0º$Š×ÐP¿ŸkjB Uá\r´7ÙÍIþ)¾€','',0,'?'),('äß?ÑlÜe%÷Þ¯ÞÅè¹','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/WebinarJamStudio/Exception.php',0,'º(Å¬Ö¯F2Ö€>ÁÈÎÊ','º(Å¬Ö¯F2Ö€>ÁÈÎÊ','æ%•Èÿ¦°ü±=Lÿ\"‘C¨M¯\rçM>mDIÉQqdÁ','',0,'?'),('ÍJ€Y0›Kª™è5]MeI','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/WebinarJamStudio.php',0,'Eàl¾‘šþö\ZA	$','Eàl¾‘šþö\ZA	$','‘(`1ôªŒX9@sƒ!Ù¢{*ž¨NÅ®IóËs=K','',0,'?'),('óûPüh&ÏŽ&e#„','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/iContact/Exception.php',0,'×DtHÄBš8E\0fxt t','×DtHÄBš8E\0fxt t','Þ^\nÞ—;®¼d·.‰Ç–a4w’•déz¥¸—Óš:h','',0,'?'),('I¤O_—@,éÏÜ„!à','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/iContact.php',0,'˜°M!èŽJóoíñ•pq','˜°M!èŽJóoíñ•pq','â‘MXvÃnxqIfoä}­;``%¬3þ@Z¢','',0,'?'),('|&ýmÊMN¢‰ßüû4Lü','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/misc.php',0,'´WÜû–;;);t·§WÐ','´WÜû–;;);t·§WÐ','YXøƒ—dw?vé’´úè‹cošL¿w0Y«m…','',0,'?'),('7z¤Ê“X¨8•aå','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/views/admin-error-logs.php',0,'ŒÂ÷*\rî0æžu¡á˜~bF','ŒÂ÷*\rî0æžu¡á˜~bF','£!Eh.uçl¤Òø‚¸é6’Ì—ô1ÇÜ:\0Ù’jÛ5²b','',0,'?'),('íƒkÍ=\"4¥JÞo×Ý¡','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/views/admin-list.php',0,'‚à’&5Ò¸1Æí-l','‚à’&5Ò¸1Æí-l','¹Gzá‡»0l¤åÔ¶”B#Ž2ÍZw¶=¨ã','',0,'?'),(',eD¦¾TªñHè§)W','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/views/admin-messages.php',0,'t²FXzm¼¡C¡¢i\ZHq','t²FXzm¼¡C¡¢i\ZHq','¥±¿x¤5â•2ª`:ôÞ£-ëXˆ>Ku+^ÈDÖ','',0,'?'),('Ï\"õôzrõ´h@>ôíš','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/views/editor/add-api.php',0,'ÎÜUW’Ï¥¯ÄpT€î','ÎÜUW’Ï¥¯ÄpT€î','MÜxèöéW_‚”³wªªB\"\"ù\nø¾¹Å¸\'Eª‹','',0,'?'),('U²Jtu·<å*—³æ¤‰','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/views/editor/add-custom-html.php',0,'j9”&A›,µIÆqGØáo','j9”&A›,µIÆqGØáo','¢|]Ö“rB#\0«ï¢GTCI—G3ÊONÌOº~@\'Y','',0,'?'),('hìåMh²‡á>ƒÍ2¦=','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/views/editor/add.php',0,'Hj¬Ëo¿SÌ°é;Ò©v','Hj¬Ëo¿SÌ°é;Ò©v','[é³dê·çŠ~éÜy%ÓõQ7™ºCtuÅÿ¹\"œ;eä','',0,'?'),('Zw=ìÿQóò{\0\\l','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/views/editor/autoresponder-code-fields.php',0,'a-«Æc\0æ…÷¯m9ÙUÎ','a-«Æc\0æ…÷¯m9ÙUÎ','»6êN’ÍêY¾Cà*N0VX=\rQrÅã†ÿKX','',0,'?'),('çÒÂd°˜Õ²€Ñ<®”','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/views/editor/captcha-settings.php',0,'LVÂRf?¦ÈE^„.D','LVÂRf?¦ÈE^„.D','¥Æá”›À@û’õÿµrmÜ§ÌOã~¼T¢ô“˜+kL›','',0,'?'),('š^ÓÙTš‚U”×Q*¨õ˜!','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/views/editor/dashboard-api.php',0,'>«…óŽ\\k†cCéåúÓo','>«…óŽ\\k†cCéåúÓo','œ¬qîŽ{P2Ôk	u¹Â‚TÐkh&©Pæƒ','',0,'?'),('!øB±é!ÑÒa<·®,','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/views/editor/dashboard-custom-html.php',0,'Gš×\r5óŠÝ†½ÏWüÉü','Gš×\r5óŠÝ†½ÏWüÉü','Í˜Öøp1‰èN]¿Þû·k‹?þH\Zû™¼ã/$¿','',0,'?'),('øÍÛ€qE/Qe¤)`ôÁæ','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/views/editor/dashboard.php',0,'ç¬ÿŽÙ‹ùƒôûsÉÿ','ç¬ÿŽÙ‹ùƒôûsÉÿ','IÀMˆaƒ³óSˆo×pÖ`\\“ÌçÜ;1žŒÕÑôéh','',0,'?'),('¨Hµ\"ï\'6e		]å…öË','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/views/editor/partials/api-lists.php',0,'IŸÜ“ÎÓE¦É,ù 1×','IŸÜ“ÎÓE¦É,ù 1×','#Gš® N~¿œH×ÑÜ\npF§ÓjÜF~?š¿M·¬…','',0,'?'),('JÙå‘“ßš€U8I—\r¸Ÿ','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/views/editor/partials/api-select.php',0,'â(†xJ¨o½E·°Äí¨¯P','â(†xJ¨o½E·°Äí¨¯P','“\0û1}\Z·Ê“:‘î“89Ú—Çæ®ë¶tÚj','',0,'?'),('å_\'2¡ÔKx@S(c\\™','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/views/editor/partials/api-shortcodes.php',0,'­•Ö×)“=çà®Â6Jr','­•Ö×)“=çà®Â6Jr','w:==âÚ´«î¦NAÉè[ÀO~ØªYÂO\rT‹þ,×','',0,'?'),('¡…ÒhLÑwÎRKÖÑ','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/views/error-log-entry.php',0,'pZ	3¬ýâ†Æ¬#µæe2»','pZ	3¬ýâ†Æ¬#µæe2»','lýÅx²Hb)£4gŒ7&MšbêzÿÓß8Ì”®KA½œ–','',0,'?'),('ÀsÕÞ\\dGò>RÿBey','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/views/js/admin-global.js',0,'c)Þô‡<Þ SKÐ[Ž','c)Þô‡<Þ SKÐ[Ž','Z×@ÍËžá„nWh­å€à\r(ã(ð+« öS','',0,'?'),('eN¡“#I2`YsXùÆˆå','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/views/js/admin-global.min.js',0,'\'Í_ýx3d‹Bêöl!8','\'Í_ýx3d‹Bêöl!8','»sšêîF	ììÕ™¾aM¿ø{ý”IŒL‡Ò‡','',0,'?'),('=Ja+Òÿ¶óÂÊÇ?’ììY','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/views/js/admin-logs-list.js',0,'›:eZ³W0‹L\nÕ–~Kû','›:eZ³W0‹L\nÕ–~Kû','¨è“ŽÓ“æa’·|ÖHYòøk,hkp2\nYÑf×Þ','',0,'?'),('ùÔÐ˜P•óÌ÷*îf ','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/views/setup/activecampaign/forms-list.php',0,'ºà8Ÿ¿÷ƒ”Âôô¸(A¨','ºà8Ÿ¿÷ƒ”Âôô¸(A¨','	Yƒ,®¿¤\Z‰DßÛdÕk\0® ÿÍQwü—àèK5','',0,'?'),('\r#¹õ¥ú­¯ß:v $','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/views/setup/activecampaign.php',0,'S?ªÄ*|šbPž	_N©¼','S?ªÄ*|šbPž	_N©¼','ê–M*ÆÍ¼Ž_¸xÕ—)Zd•0áúª¤]Âp','',0,'?'),('ßV2f\"Äá?­K×#òàaÈ','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/views/setup/arpreach.php',0,'ÿÏfD\'C˜Ãžu','ÿÏfD\'C˜Ãžu','õ:÷²Ô]ÂÌ&Í²•(RD‡^™…Ýh¢ƒƒPÞÒ`+','',0,'?'),('ÙÙÈÖ½ÕýéÁä*iŽÍÞÖ','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/views/setup/aweber/tags.php',0,' RƒC¥5ë˜ùÉøàU',' RƒC¥5ë˜ùÉøàU','Dª€/“œ£?;gÇ»	At€ùh,Ôgù)rO<ÜKs','',0,'?'),('Í¯¶”Sãçr%4ãÙmþúB','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/views/setup/aweber.php',0,'YÉ›n•Ò´ËžM´ý%MA','YÉ›n•Ò´ËžM´ý%MA','VÛ»ì×áû°	/‡¬ðeèk\"¤2Ÿm\0UêwF%õ','',0,'?'),('È¶öú×ŽïÆ6Ûa,U{','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/views/setup/awsses.php',0,'jn¾¥8GÀYx‚íg?YT','jn¾¥8GÀYx‚íg?YT','ŽÅÿìÇ\r è‚SÿÌ¬à.)¤ÿ%r\\Št§Ÿié£Qs','',0,'?'),(',jb=œò¨­e…Vµ©r¤','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/views/setup/campaignmonitor.php',0,'I©0;tŽ›ã&œyR','I©0;tŽ›ã&œyR','}ËJ>ðé\Z\n¦Å#äá³˜4Qæîð¹0Yÿ©nºK¿0I','',0,'?'),('>Èüù±Í\ZÜ‰,7òqóÈ','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/views/setup/campaignmonitoremail.php',0,'õÜGžÝÛ\\Õðø¹Àð†@â','õÜGžÝÛ\\Õðø¹Àð†@â','2é×£áôk—è?’C(!õöN$øÚ–÷!q=·\\vÉ','',0,'?'),('KóœÜ³©«Z€iV&0Ñá','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/views/setup/constant-contact.php',0,'hpk}<œ@EêÐòä\'›š','hpk}<œ@EêÐòä\'›š','cöÈ\"²Ðê/]„Œw·ŸkVÏ“IÙË—*^­G‰J','',0,'?'),('Ð³HÉº¿~ÞÀôh›t¸·','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/views/setup/convertkit.php',0,'‚LC‹•1OÒ3.˜ËXŒ','‚LC‹•1OÒ3.˜ËXŒ','0÷_\"9Ñ8³‚æx*rÃU‡R	»æè©hVFI','',0,'?'),('µÕº™IŽ\Z4PóÒ]W','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/views/setup/drip/optin-type.php',0,'ÊÇ4\'Rã{ô×Åm‰!','ÊÇ4\'Rã{ô×Åm‰!','ù&É²ð3\0Y9WëË—°@’SæÍÅ4‹s!ä\ZA˜ú','',0,'?'),('5ßÕóy	¦žœYÔ¢[Ü','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/views/setup/drip/proprieties.php',0,'¦gx\'î©áƒÄ€·¾ãÁ','¦gx\'î©áƒÄ€·¾ãÁ','Lú>-v–FeÁÀaVC\'Œ£©•¨ó\nrÓ™€´FJÉj','',0,'?'),('+)‰x¬±í|¯³kGP&','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/views/setup/drip/select-type.php',0,'7­‘ð¥öS[ªŽŸ ','7­‘ð¥öS[ªŽŸ ','\"óúûHRËR‹L›¡MçÛµN&÷y!ÍŠÑ±_‚*8','',0,'?'),('©›€óñ‘coM:œã²V','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/views/setup/drip.php',0,'©é9`-˜^/¾~;•µç×º','©é9`-˜^/¾~;•µç×º','mà3ÞþM	\ZºßQ|ðJ€sò_qÏ€qt â/\0J','',0,'?'),('>Û	ßçZö;Júñ³@À','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/views/setup/facebook.php',0,'Z±¶À›¾$¶ˆ¥‘*','Z±¶À›¾$¶ˆ¥‘*','zQø«Ø®£¢+ÿ°‡¨;Ø\'=&þIkH·Ñ3pŽÒ','',0,'?'),('ù.$6Ó-?¡`ZÏìˆ—j','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/views/setup/get-response.php',0,'}¼E<©\Zoó´ÈOÉ','}¼E<©\Zoó´ÈOÉ','PÁÅûeg¼•„\"Ì#¿9T#Xß»1:Æ`Ó','',0,'?'),('qm½¡]çk¶AÜ“j¦','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/views/setup/getresponse/cycleday.php',0,'‰\'§]äåË\r§å*ud','‰\'§]äåË\r§å*ud','<}ÐŒÖ_nÈ q€µ298Îs2]#AÆé*X³ëÑ÷ÑŠ','',0,'?'),('\')ZcýŽ4_9ßtåÇ :Ï','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/views/setup/google.php',0,'Gw5çž9/&?/p','Gw5çž9/&?/p','þ’aèH¹ÙÒüF²‚Ð§ÉÕ“/R+m½…çÁ§2\r','',0,'?'),('IxÈÿ@·0†¨—\"üë','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/views/setup/gotowebinar.php',0,'Qñ¬ÖiýÓ:;õZ‘','Qñ¬ÖiýÓ:;õZ‘','Ÿ1qÖVµIÔXb:ŸH›¥)ü×tB¦œ•”antÿ','',0,'?'),('»y¡…ÁH«Î¶¨/eã›ß','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/views/setup/hubspot.php',0,'œ8öpŸcFÀÄ|¼×èù6','œ8öpŸcFÀÄ|¼×èù6','ï“¼ÿ¸(ÿí‰œûÎñ¶§ñ%ë5à¼Ë¿Í/ÂÉ¯Øõ','',0,'?'),('#CðV5%¹8Ÿ†VˆY½','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/views/setup/iContact.php',0,'/y¬YZë_ûoÃ)Í›','/y¬YZë_ûoÃ)Í›','¾,€—ŒæÊ´¼=]‰RÝºŽ,1¦Œ;`’£g)P','',0,'?'),('«2väÙŒÃï1;hßÝ%d','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/views/setup/infusionsoft.php',0,'/k1¬“‡0×\'£c~!ã','/k1¬“‡0×\'£c~!ã','ÛCÊRÞ›ÿ§ûàçïlðUÕAXÝÖ6\Zy†\0^a›ò','',0,'?'),('C5 ›ûj€ªh\Z“\nŽÂ4','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/views/setup/klicktipp/tags.php',0,'c„»s÷¨,qd%»7M	','c„»s÷¨,qd%»7M	','c\\t<û¸/åŽ°rëŠªQJ––5j	àg\\\nëA','',0,'?'),('ÊÛ)&åÑ§œ•ÊGêð¢','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/views/setup/klicktipp.php',0,' ð©Z_ÏYWWÔè­',' ð©Z_ÏYWWÔè­','	Š˜ÞývM{ûšúy]$–œ!æpµ°¯ÈÇÓ(ç\nè^','',0,'?'),('rqŒî<¬p\ZÿØC–½­^','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/views/setup/madmimi.php',0,'X\"fJ2~û‘&¼H”å9à','X\"fJ2~û‘&¼H”å9à','5yÐ!‰~Ù™ä´M‹dó…dV6÷<¿f î¿œ+9ÿ','',0,'?'),('Šööc! Ø*@ÃÐ`|c','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/views/setup/mailchimp/api-groups.php',0,'uµ3P·ê…m1¾ƒžÎè8\n','uµ3P·ê…m1¾ƒžÎè8\n','iˆoZ‡ŒÌAv ò\0ë’ÏŸc²vìÔ÷“¤–N ƒ\rƒ','',0,'?'),('*ÈKµDÓ°ñk+L>×V','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/views/setup/mailchimp/optin-type.php',0,'èƒËf_¼½9	Æ\rþ¥Þ@','èƒËf_¼½9	Æ\rþ¥Þ@','/p\\GÏ}%°‹Bò¬üm‡BÌÐ4÷\nB¿2Äã','',0,'?'),('ö[—`S\0€î^¹‰ÈpçM','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/views/setup/mailchimp.php',0,'¾*?.ÞW«:j€ÏxJr','¾*?.ÞW«:j€ÏxJr','þ:mÝ¾¨«¹¯ÅµÎqCôÒšÌž¾7wñFÎQ,Èðc','',0,'?'),('+ºõ€ïÀ®¯”óQ©›','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/views/setup/mailerlite.php',0,'„(§SKôƒÎ‹|¹8ö,£','„(§SKôƒÎ‹|¹8ö,£','¡qù|\"Ëª8¡ÌÈ4,áCâ¾¿4Õ)üÇaÿ\nr´','',0,'?'),('”ò¯\'3¤Ê6³H¬µã¶','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/views/setup/mailgun.php',0,'®Úò‰çóG.ë*lê¦—','®Úò‰çóG.ë*lê¦—','‘JQ)ƒÃÂàŸ¥EðPˆ6MþŒ4 ›YVFwü','',0,'?'),('ªƒhƒc/¤aK™Ðt!Î$','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/views/setup/mailpoet.php',0,'$]8Vçñ´o>!Ý„B‘…','$]8Vçñ´o>!Ý„B‘…','³=	`å\"+]Qƒø·’ç.ßÊš·iŠ3ÖHýo¢ÚV','',0,'?'),('\nõ-p˜ûU¾“O9š3Ù','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/views/setup/mailrelay.php',0,'0cí_K˜¹÷¹réFñ–Ó','0cí_K˜¹÷¹réFñ–Ó','> Ÿ/Ã\"ƒÃ‡o$Îº\n¤#,:\\%•øî”Ü6\rYJ\0','',0,'?'),('ñÚŒð1l• ›Ü§','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/views/setup/mailrelayemail.php',0,'‹„–>=QØÇ‘ 2€','‹„–>=QØÇ‘ 2€','(ÓŒUØí1”ªMºIõr\\Ö×ÔiR>¬\nÞž$¡','',0,'?'),(',·ÒQ5¥DE\\_=©º','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/views/setup/mandrill.php',0,'¼æ¥CãÉÝÑ!âQõµ2Ê','¼æ¥CãÉÝÑ!âQõµ2Ê','¯%’ èš¯L´tAäŒÜ@´aËxwˆÃÿ<Zvi<','',0,'?'),('Nég]€^Ùõªsµ±˜','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/views/setup/mautic.php',0,'M@M KædYJZtÜª\"','M@M KædYJZtÜª\"','²W…šÍ?aëo×n”\"Œ¹\rÕòb»Üf›¾Ua7','',0,'?'),('\nExÃ÷]c¢™×8žnŠ','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/views/setup/ontraport.php',0,'Þ(F²aÛûéFj\"Q!:','Þ(F²aÛûéFj\"Q!:','ùK…\'$a™Êžë ò!ÊîÊž ^hDv=Ñfz','',0,'?'),('ü5ÅÈínvTýG','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/views/setup/postmark.php',0,'Áw•†.Æ>Ä£Üuýù‰“','Áw•†.Æ>Ä£Üuýù‰“','vMÅÍ§v¶°/@g‹„ŸRv6Ò\'\r°N‰ûñßà','',0,'?'),('êTçºªpîÈ¿­å”æRs','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/views/setup/recaptcha.php',0,'=ÍÿrOiLÔ‡R\nŽ','=ÍÿrOiLÔ‡R\nŽ','p¾  sqQ\\Ž\rqz(tö¬„2ýÚÒ%‹Óì[\Z©','',0,'?'),('ËIDÉÒ¼1Ê6€Gã”À','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/views/setup/sendgrid.php',0,'»öOBÂ®¥ªi¤ƒ$«pŒÆ','»öOBÂ®¥ªi¤ƒ$«pŒÆ','½x<­ˆÝ\nå¶‘6QÓ^+à~³¶êÅ¬…ß4ÿµŽùë','',0,'?'),('åaÿ5S—jîñ/®§~','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/views/setup/sendgridemail.php',0,'†@™éS‹¢a›\rKý£®ÏÃ','†@™éS‹¢a›\rKý£®ÏÃ','lgÓOK‘ýwKQq™£VBp[½>‘!kœ[÷j','',0,'?'),('‰÷cÊWòqy-=’','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/views/setup/sendinblue.php',0,'_/’Ý+À´l4ìKÁ','_/’Ý+À´l4ìKÁ','}«”x‘c¥ÐUBFsu¼•LÍ‚ –D¿ºÝ»Å','',0,'?'),('•®û‡ÛÂŠ‚6?fÇ','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/views/setup/sendinblueemail.php',0,'Ì]_çJ¥/Šñšˆ\ZÖú','Ì]_çJ¥/Šñšˆ\ZÖú','¿/¯+­nß|‡@™…æRèëà»	FÍóI1ká©Û÷','',0,'?'),('nr²L—bár½U{','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/views/setup/sendreach.php',0,'NY¾AÂ\'ŠÄàP÷çüDŽ','NY¾AÂ\'ŠÄàP÷çüDŽ','‚Ÿ\r¹`H‡%	¼4‡K£PÃ.½i·¡œ©Äë\\5g\0','',0,'?'),('çV\\[ºæ‚ãYé}CPà','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/views/setup/sendy/note.php',0,'óèZž˜µý|(¦±v¼{<¨','óèZž˜µý|(¦±v¼{<¨','jF@tTw¶\nÂwùA2;w\n48õíMˆ…út\'´ã]','',0,'?'),('9áøŠ»g=zåyÿ::¥–','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/views/setup/sendy.php',0,'VeÕ/4¢lÎÙ@Ê6\Z×','VeÕ/4¢lÎÙ@Ê6\Z×','¯ëíHšèüEBÍMìyÖµ}ÿÌ/(EFÿž\rh','',0,'?'),('\Z\"Yzñn÷bkØù»ê=ˆ','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/views/setup/sg-autorepondeur.php',0,'ø²?wñG»àdBL-@\nt','ø²?wñG»àdBL-@\nt','‘Ã6ªsºþáßìÂ\Z®º¹g§š¨‡µ×ª‚£šwÇt','',0,'?'),('1¨¢T9­…ìõ$É4','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/views/setup/sparkpost.php',0,'b†õQ<ïU¶‰§WÓ9‰','b†õQ<ïU¶‰§WÓ9‰','ýÀó\\j«ÅZ]qÉPÊï±ªpY­ò«ËHc•‡¼','',0,'?'),(';ÜÒ€–B“¤®yåÆ\'€','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/views/setup/twitter.php',0,'™YG@é(:s€\0šž`-Ù','™YG@é(:s€\0šž`-Ù','©Â¯H[Y¸ÉËÄ<ß#5†rr³dõg\ZÔ¾¹Ì¦u','',0,'?'),(';ðð)ž‰€0’îP','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/views/setup/webinarjamstudio.php',0,'þQ<‹×°6á¢£¾?€zp','þQ<‹×°6á¢£¾?€zp','ê,W^·?ë¤^ÌB]C\rW…¤#Wà£Ÿ\nÚÛ¾æé','',0,'?'),('°NE©\r†a3¬n(Ô\rG?','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/views/setup/wordpress.php',0,'ÌMÓ	=£Ì‘¦wCÊ„€/','ÌMÓ	=£Ì‘¦wCÊ„€/','31l\ZÈî$ÅÕ7ôâs†E9Ìî £ò¬m§ˆ³„ØsýÊ','',0,'?'),('ãšÑ¤Q½c¢ÕÝSy	¬','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/crons.php',0,'-@œQ–Þ…Ð†f/8¿','-@œQ–Þ…Ð†f/8¿','Õ¿Î_ZÄ[ûv¨Wê692¢z‘ƒ½i²õmPòÒ²€,ö','',0,'?'),('®[~˜öÓ¨{ˆMGÙW','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/db-manager/class-td-db-manager.php',0,'qä	\Z\nqpÌ“b:M','qä	\Z\nqpÌ“b:M','Ä£ÙŠEéãRªŽ³2(ÉEé…C¦#Â«Ó³,C','',0,'?'),('â¥É}›~m7Õ6ºzZ','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/db-manager/class-td-db-migration.php',0,'žâ^\'’8oãÉ#@ÃôÆî','žâ^\'’8oãÉ#@ÃôÆî','O	ÌÄ‡{\rõN@ZKqó|´Û„m$¼RFbîÉ_äµV·','',0,'?'),('Ét¸/ÿ(G+¡ç5Ï?','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/font-import-manager/classes/Tve_Dash_Font_Import_Manager.php',0,'Ã3€ìâ®°‘gá|\Z','Ã3€ìâ®°‘gá|\Z','2¶·³¼ci©»¡¿ÕY±Ê<LÂfÝÄ™‹ì\Zþ&¦“','',0,'?'),('¯é¨Ñ)=°u¯:¸üº\"','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/font-import-manager/classes/Tve_Dash_Font_Import_Manager_Data.php',0,'Ïxþ²g:KcÓ’)iè','Ïxþ²g:KcÓ’)iè','pØºS½Vú±_~”{ûÑÉ;ÐÈ—Åù9žÖDAá','',0,'?'),('’F3<«óÍé÷“ö\\ÓJ‡','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/font-import-manager/classes/Tve_Dash_Font_Import_Manager_View.php',0,'4âDìäÄ€[¬=ÛMà»ƒ','4âDìäÄ€[¬=ÛMà»ƒ','š¦–wï+éMÈ£gV²®°Iô@&J&\'vµÃ0þ','',0,'?'),('ÑàStÍXšyü›JÈQï9\\','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/font-import-manager/views/form.php',0,'Ü·RÑ„ÉbLÍ›^8','Ü·RÑ„ÉbLÍ›^8','ñ}YY5û	?Ÿ;Žìx]?`ÈsV¯p)sê¢¬ã','',0,'?'),('šqvÃ	‹C¯¡™ªóv','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/font-import-manager/views/js/manager.js',0,'ãi·£4dîº»þ2YÓÙß\\','ãi·£4dîº»þ2YÓÙß\\','í}Ø¡V˜üNÇ$A–ÎD¦ƒyH0¦>aÃ{ß)','',0,'?'),(' ä†‚ßúE˜¢e\0ˆ™À','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/font-import-manager/views/main.php',0,',ÊþR×Ë>;«Üºjo_o',',ÊþR×Ë>;«Üºjo_o','ÈÐ˜÷f4HeÍX6´Ü‚¸Ì[6ËVLÏ–\nÈípwî','',0,'?'),('··±”ûFc—¼[F’Uc­','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/font-import-manager/views/messages.php',0,'B<ý‘^á­F’Ñ\n¨','B<ý‘^á­F’Ñ\n¨','ìØ“FÝ§ääa“}ƒ&ØlÖ«ç?©X`4ï|Ô#ÔS','',0,'?'),('“È=àŽÒc¦„\0-µ>Ûê','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/font-manager/font-manager.php',0,'³®%ËõlX&«PÔ”Æ','³®%ËõlX&«PÔ”Æ','¦‰Z*wtÄxýi\05ÙxÚ2ì²Ô¤ÚÝ«`µDÍjÜ','',0,'?'),('HjÃyÑv›»Ðrò¿','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/font-manager/views/admin-font-manager.php',0,'ß§É³Î„¹¾äÝÛ†­\n}','ß§É³Î„¹¾äÝÛ†­\n}','¥ˆñÙtsë\r¼qB\'$_,9ßÂÐ÷I=ÄÛP','',0,'?'),(']¥%!²È±×µ‚é¯ÞŽ|','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/font-manager/views/admin-font-options.php',0,'–^Ûv;\nÿîm¥Ñk„£ò','–^Ûv;\nÿîm¥Ñk„£ò','õ\\æB­wv¶a<Œv(0ÂGÞ/‹³É5Í jc`Â‘ö','',0,'?'),('ÿj»%LšÒ<–4óWÑs','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/functions.php',0,'v•qzº¥e¨è€±áŒÛ†','v•qzº¥e¨è€±áŒÛ†','ÛË™jÖ^Áê^âJa7g~•34ûr†u®¼-‰Oœ','',0,'?'),('Ô4·YÞ £ëU[¾[Ê','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/hooks.php',0,'3MrP/ë(¶¦×…ª†µ','3MrP/ë(¶¦×…ª†µ','ÜÒÁB\0sÏªØG+D‘MÍufF|Ú‹CŠì_»Piþ','',0,'?'),('úíÔ¨HÀëP¹o–&µñ','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/icon-manager/classes/Tve_Dash_Thrive_Icon_Manager.php',0,'býL»‰Ià¦Åís§','býL»‰Ià¦Åís§',';èrÝ9ø2ÍÑÙÄûFŽû“59_á°õ‹ðp1E ¾','',0,'?'),('îÌíW&à®Š)\nÏ7­Ò','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/icon-manager/classes/Tve_Dash_Thrive_Icon_Manager_Data.php',0,'éŠ`@æm`;µu‹¡Äe^','éŠ`@æm`;µu‹¡Äe^','ó‘lÊ(kq¯°È ²î²ÝÑ®œ^J¦+\nŒÜXœ›Í','',0,'?'),('²©Ù›§ÿLì¥†Û7_Ö«','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/icon-manager/classes/Tve_Dash_Thrive_Icon_Manager_View.php',0,'(©Žßî²}ë(³¶Ýxr','(©Žßî²}ë(³¶Ýxr','É\'tÿ÷Y‘8@ç¡O8\" i=?Q‡âÕÙ‘àP?t','',0,'?'),('| ÷dnó©Òu,ç¤û|é','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/icon-manager/views/form.php',0,'¸Ax;“Ý¤ïC=5Íj;','¸Ax;“Ý¤ïC=5Íj;','?×bBÏ¢I„|:Äk%PädõçŸ8ÕnŠŽÞ¤g˜:pûN','',0,'?'),('Ú½þsÉ\ZV0ªeà}}Þ','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/icon-manager/views/icons.php',0,'¢ë\n”oµÚgŒcçSGõM3','¢ë\n”oµÚgŒcçSGõM3','°ä±ÇYB<°‘açí;Á§Ðy‰Zÿ†÷u½Å%Ñ','',0,'?'),('Çá‡Î®’mñüÏúViºÙ','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/icon-manager/views/js/manager.js',0,'ñdÅ[98ŠóózñdåO','ñdÅ[98ŠóózñdåO','wr«/»í®xm–Ù¼Lh×Ž–w”é_ºà¼üù¿Y','',0,'?'),('Ž×þ¸ÐVZø_!@Cr;','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/icon-manager/views/js/manager.min.js',0,'ªqb¡yÈôÖ_ìW{tó','ªqb¡yÈôÖ_ìW{tó','@ôÖeo„É‹\\þt\ndSdýÃñ‚›ŠŒV‡O','',0,'?'),('Üý\Zê»qùÞýû\0+æf	õ','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/icon-manager/views/main.php',0,'õWûœ dÄÞËu•5\'Uß','õWûœ dÄÞËu•5\'Uß','^Ž-ºâf@ÅÙÞ¢Ë#œ¹´‘fs‰ª¾fƒƒ/\0','',0,'?'),('íD+Ì‰Ž>×¢±Yi¾¦å','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/icon-manager/views/messages.php',0,'Œ.®S¶,ë0/Aˆ]*¿','Œ.®S¶,ë0/Aˆ]*¿','<‘»1Äç‘ª¤`ûš‚0óT3L1ï§ûåðô–’8','',0,'?'),('Ú4ºëY°´éä˜N\\','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/notification-manager/assets/fonts/tvd-nm-icons.svg',0,'P™ŽéªŽñ<¤¯IœLÏ','P™ŽéªŽñ<¤¯IœLÏ','œ°E?%Ï©¯.P÷/wâÄúU6¡àX]Òø™df¢¶','',0,'?'),('¨ÕL€&èóø	‡=X','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/notification-manager/assets/js/admin/backbone/modals.js',0,'1ÃìQVƒrûQãBÎ\rK','1ÃìQVƒrûQãBÎ\rK','Hú>è‰^RÞ<`…¬[rd#ÈÎ§rÙAsjÊ¬é','',0,'?'),('„6œM\0Ä\0~6î¨›èl','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/notification-manager/assets/js/admin/backbone/models.js',0,'¼tgÏEùB€\'ŠÈ¿0À}U','¼tgÏEùB€\'ŠÈ¿0À}U','ëª@~‡k%MtïË0òNeƒ€„â/–‰+ÄCu//™%n','',0,'?'),('Ž¬!Œ°ÄR‰\n+\0´','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/notification-manager/assets/js/admin/backbone/routes.js',0,'	eMñ/0Ã†\nÝyR·©','	eMñ/0Ã†\nÝyR·©','¡´Gdñ¤ÜjYÉ›]tÂ\rÁv×ÏÜ‰3IT˜¡JyÝ|','',0,'?'),('^B\\¿J-As‹ò²y*kG','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/notification-manager/assets/js/admin/backbone/util.js',0,'KÏîD#CO,mð‚','KÏîD#CO,mð‚','LÃÌølŠV¼„aI8òqÑÞ½ÜŸÓë}ñ<†R.Ý‘þ','',0,'?'),('±×\00	@ˆ?tÏÜ}Ïv','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/notification-manager/assets/js/admin/backbone/views.js',0,'ÄS…	¡*OC\00¾È¢¥ï','ÄS…	¡*OC\00¾È¢¥ï','“˜6.ÇóJLo÷ý¨ø-Õ5\'YY×¬¯žH','',0,'?'),('vt-\\kìÔ6Ë…S#Ýìc','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/notification-manager/assets/js/admin/backbone.js',0,'¸Uér4!5lÇòðéÞ¬îh','¸Uér4!5lÇòðéÞ¬îh','×Ó0y$¤N®êÇïóñ–%?»Ió#n¶nãòA\",','',0,'?'),('^`Oœ“ÍÆ’€+,U«','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/notification-manager/assets/js/admin/backbone.min.js',0,'\r-%4!~ÁQ£c(æM','\r-%4!~ÁQ£c(æM','©EÒÝzâ…«™Od°âçqUh«%UVlÓ˜c–Üµê','',0,'?'),('ËX³€1‡0 Y~fRÁ3Ì','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/notification-manager/assets/js/admin/wordpress_notification.js',0,'ÍÖfi)¨â—\0Ü©îáº','ÍÖfi)¨â—\0Ü©îáº',')îš\'§ƒ“y¥ñk­ï¿eå8€îFŒÝ­ç3â','',0,'?'),('Û\'ž*75œšî\Z-V$Ðõ','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/notification-manager/class-td-nm.php',0,'v¸ÄÈi>nœv7O¤','v¸ÄÈi>nœv7O¤','X	€±å¸\'ÊaÈ²­;ÇÊLÊ%®Ê!fÞ1=¿C†','',0,'?'),('§NÈKSÊzK1aà•ª','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/notification-manager/i18n.php',0,'7µR#H|ƒ}Mì‚Ãt','7µR#H|ƒ}Mì‚Ãt','K ˜wSÙ‰\'ïÜÚ»0påpLî\\yÈSJ.êwG§','',0,'?'),('à\0÷óž÷‹´-´£}¶x','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/notification-manager/includes/actions/class-nm-action-abstract.php',0,'i5öAq‚KEfìïÉÊV','i5öAq‚KEfìïÉÊV','êÑ!³â/:¦³œÝ¸KáÐp\nEÂù2&-ep”¤à8Ðì','',0,'?'),(';-Ê8\'ë«Z\\zU­ÿ','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/notification-manager/includes/actions/class-nm-action-custom-script.php',0,'÷îŸ7rÄ§hù#¨¸Þ','÷îŸ7rÄ§hù#¨¸Þ','ÓžOÝ–~ÉåNh|ïeŽÂt&\r=lŽ#^ª×þs','',0,'?'),('YÙmÖ\\#i¥c×s“dÏ','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/notification-manager/includes/actions/class-nm-action-send-email-notification.php',0,'6ón$Y‘)ë¢‹Æ>yA¤','6ón$Y‘)ë¢‹Æ>yA¤','2øP¼ia–Ë¥À¶6þà]ˆ&D¬Út5”âì!','',0,'?'),('pBø IŸÊÎ»çEXýý','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/notification-manager/includes/actions/class-nm-action-wordpress-notification.php',0,'¦·C	‹\'_·éÇ—òç','¦·C	‹\'_·éÇ—òç','H;úBª›“´­Q¿ŽÏ>j_@½®$LêéYsŸ‹ý','',0,'?'),('·“á&‹²±3_HáŸØ‘','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/notification-manager/includes/admin/class-td-nm-admin-ajax-controller.php',0,'ó\nTÒ‹AF¶‡ª¼‘M','ó\nTÒ‹AF¶‡ª¼‘M','Ë{=‚µeàøµÚd¤ÓnÅžSvgÌÞyó¦ºÅhaÄãD','',0,'?'),('VŒÊã\ZSÔêžùÑh!y','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/notification-manager/includes/admin/class-td-nm-admin.php',0,'((ájË^/H}X†¾T§¬','((ájË^/H}X†¾T§¬','h;ÑºP¹¶\0‡3¸PKìÐ\\‡uðK6c—Ax','',0,'?'),('ðÂ×ôû÷ëðBóH¼ˆû','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/action-type-box.phtml',0,'iLÆ¯Ny#ÌÒáÄG9éé','iLÆ¯Ny#ÌÒáÄG9éé','Â¹ÅjÔH-Ž£æŒìçä‡0°ÐÁ8Œdõ¶×35læÊ','',0,'?'),('c¶/‡¢6³WEì»uu','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/actions/settings/custom-script.phtml',0,'lô‘PÆ\nÖ”¿•^›ªN','lô‘PÆ\nÖ”¿•^›ªN','=#2±`6G²î­!ƒ\"Ó]B?‡Æ«)¤ŒÓ*èpò','',0,'?'),('yh{p°ìcü5GP^=','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/actions/settings/send-email-notification.phtml',0,'õ¶´n9’\\™ó¾ùc.q¨','õ¶´n9’\\™ó¾ùc.q¨','ÃqY4å({ŠeýÖé¬šì’ \"[€($ÁC&‡\0','',0,'?'),('\'ŒÀšD¯…¥¼Ý;C®)¨','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/actions/settings/wordpress-notification.phtml',0,'K=¤­øÝXŽgÓèÉ_','K=¤­øÝXŽgÓèÉ_','ãd.xÙ{£ø¡¬ïß„¤C™W‹NÉ0Y\\90\ZsÝ','',0,'?'),('p4’xòï4L‰ëÐÀP','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/breadcrumbs.phtml',0,'%ñX=½³èõT`Áñ','%ñX=½³èõT`Áñ','5‘QÙ»³NWù1ìÐµçÆÿŠ%cýíå/©ÙÆ”A½$','',0,'?'),('~ü’Ëg²>ï\'Ýþ^Jêé','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/dashboard.phtml',0,'ÅseÂ9ëÐW6ß+\Z','ÅseÂ9ëÐW6ß+\Z','bt¿ Ú4 arl€î?C¹ÐWG”Ûé¼Äáàç…ˆ','',0,'?'),('.Ðæÿ<Æ…ÖØi@„Ói','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/header.phtml',0,'¨å#û]E2¯\nÿ\0Ö÷Õ','¨å#û]E2¯\nÿ\0Ö÷Õ','!åS±>*IŸ¸ëÁfkÅKé1äçÔ³‹yvYM†é»','',0,'?'),('š?àØMYÈ“:\r-‹Ÿ','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/messages/form.phtml',0,'Ï£QÎÒ¬^£}6¸FhØ','Ï£QÎÒ¬^£}6¸FhØ','k-Äc.¢jGµŸ§X–FIk¸‘åÂË5iQcÍy','',0,'?'),('bñ>œJëê†Eÿ(¸h','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/messages/shortcodes/item.phtml',0,'›_ï‰§ þÁxaÀžG»Í','›_ï‰§ þÁxaÀžG»Í','™aÙ.U@t=r½=Çâ¨ì7Š@îvô`è‹D±Q\ZF','',0,'?'),('•Åë‰A‘0ûòû½€+\"¨','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/modals/add-action.phtml',0,'aB¨AògÌÙõV¬³†','aB¨AògÌÙõV¬³†','4ùy—OÕs´‘è•\0Ïr¤µCáØ5‘b µÕ…¼/','',0,'?'),('px!,Ð5²ÛÑ/žƒOpÉ,','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/modals/create-notification.phtml',0,'QbÊÁ–TâRÖûˆ£³{\nL','QbÊÁ–TâRÖûˆ£³{\nL','D¨î`U\"C\r^mqxùåýãýš|†g•ÕñKY(¹ª','',0,'?'),('#Â(>0(ü~%üIeÀº','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/modals/delete-confirmation.phtml',0,'wÅ±q‘{¸2·%XÌ\'8£','wÅ±q‘{¸2·%XÌ\'8£','HNt£-ó2)€€ã3ßƒá©‘(§‰šÛÈvø08','',0,'?'),('¢\'”sÇ°_)ñ¤öBOp','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/modals/edit-action.phtml',0,'Œ?jˆu*UÚ»LÂhnå6 ','Œ?jˆu*UÚ»LÂhnå6 ','\"l\0CG£}H„]ýHgpY5Jõˆ‰âTpQnl¾','',0,'?'),('2ð±oÄ/;³	=õé','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/modals/edit-trigger.phtml',0,'Â¿ÓEû-hUOfÛƒàî','Â¿ÓEû-hUOfÛƒàî',':\":£ÙÃÍMó*¥ß!²œª\Z8~}õ<<H^mÉQ','',0,'?'),('/nÓ/êŠ §[Šyz·','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/modals/email-services.phtml',0,'#\rHZÈ+Å%Â','#\rHZÈ+Å%Â','PmÝêðEÑÐØç•ßMüNŸLú;®\'ËøGaj°ÚÀ','',0,'?'),('gJ˜k+>ÂÞ-Õœ·','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/modals/notification-summary.phtml',0,'Z´5³7\r\Z‡*ðû\"›¿X','Z´5³7\r\Z‡*ðû\"›¿X','Y 2£	’Ö`AÖC@J8HÛ&Ö^Ýøñ\\ÙSø','',0,'?'),('¾U§â³–Úz5eää€','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/new-button.phtml',0,'I_BJ:®Êeñ½Tßû','I_BJ:®Êeñ½Tßû','DÀÁS_,oÜ¾Žl>~ÀÑ€ó_ÜŽµó’÷Ÿüˆ}<×','',0,'?'),('JÏÀÃSÜ)›\\ÕCû¡FÎ','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/notifications/item.phtml',0,'¢/Pæ3^ÒSqJµÎ	´‰','¢/Pæ3^ÒSqJµÎ	´‰','ˆÓ£É!Ç5ôjž,ÿße<Êçî>ÈÔžçâŒ3“µa','',0,'?'),('šŒµ}–d[–|›Mïð5','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/options/action-buttons.phtml',0,'‹ïfœ\Z&T\'q	&ÑJ','‹ïfœ\Z&T\'q	&ÑJ','*9)9¾‹œ]¶;9¤8®èïX!\n<ÊÖi@©E>[','',0,'?'),('øhq{™Y\'csª8','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/options/checkbox.phtml',0,'G›”²K®ÄÇ(U´O','G›”²K®ÄÇ(U´O','º‚Õ’&øS½Iî¢×³¦»3\0Lï¢ìn¿¼vý–˜µ>½','',0,'?'),('d„™çQI‹&ßŒ€‚','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/options/input-multiple.phtml',0,'Ô3Hç‰¹}Ã´mÉñ×#q','Ô3Hç‰¹}Ã´mÉñ×#q','ÆÑ.E2Öm×“Wixñ,\r;¸‹¨ü¶GVÞ‹)Y','',0,'?'),('‡‡®WÐòÐ¬¼„eÔLÂ&','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/options/input.phtml',0,'-{gnƒN9®Y9[ú2Ñç ','-{gnƒN9®Y9[ú2Ñç ','gDÐï=hÆ#\\ôÚñë“kŠxºöúJHÀžTBv¹8òj','',0,'?'),('ªGé­\Z^„ŒTÞññTÓ','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/options/option.phtml',0,'ÛaŒx}lÐÌŽîë)N','ÛaŒx}lÐÌŽîë)N','\ZÈÓ—Z÷£Øù`½ufÿ}mÑvûôZ`áçá~	 ','',0,'?'),('oÕÄZ®¼DºÀÒe“]ïé','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/options/recipient.phtml',0,'8\"ç9F¯z`vµ6Ì& ­','8\"ç9F¯z`vµ6Ì& ­','¿²SPÇúÏ0MUkéÉ\'ó7t3xXoäã©dIµÁÞ','',0,'?'),('Bý|¾âÙŸ¾ÄÀcNÔ	À','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/services/item.phtml',0,'„Èóÿ¼ëšø\"kÂ.«','„Èóÿ¼ëšø\"kÂ.«','(\'YÓ¹¨ÏÁ¿¤¨umH®ryô‘¼7ú92\"^\"C','',0,'?'),('ÕøJ+[!³(S= n†S','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/services/thumb-item.phtml',0,'ÐNðÄUôŸ–óéwô¹','ÐNðÄUôŸ–óéwô¹','Ðü¬ù7 çq—tQÉ)Î•ÏÑ|þ@OýÈ`ÀP7','',0,'?'),('Ç«;MÂs¶~åGdÑ\\±','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/summaries/item.phtml',0,'‚ºþ­ð^-O-N•','‚ºþ­ð^-O-N•','`\\ûÝ·lc¬×Ÿ˜wËsÍ)?#Œ^™î ¼@','',0,'?'),('¦VÈgí\n¢½Ü>*€½ïv','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/summaries/items/action.phtml',0,'¹BÄÙ»\'õR¼<O“(P','¹BÄÙ»\'õR¼<O“(P','k3ÿ«p¯ú»z·AÂöb*²cdGnð®+Op¯¤’','',0,'?'),('ÒÛ‹JÂÕ[´rƒ·9Ô','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/summaries/items/actions/custom-script.phtml',0,'ÌíÙAá–†¢©N]}VŽ','ÌíÙAá–†¢©N]}VŽ','Í‰Ý³7O¸¬\n)ø¡(Ø~\Zô)¿lèm³)Îq\ZÙY','',0,'?'),('¨¡Òù\0´É÷ut<U²—','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/summaries/items/actions/send-email-notification.phtml',0,'–8‹Ë.˜=(k1','–8‹Ë.˜=(k1','ÞÞ”Àêü{H\0/ó¶Ÿ4«§Ô\'ƒf“+º¤aðz‹Ô','',0,'?'),('d»SD‚ÿJá‡Ÿñ°R`¸','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/summaries/items/actions/wordpress-notification.phtml',0,'ƒD—ê‘jîÜÓóùžš.ÓI','ƒD—ê‘jîÜÓóùžš.ÓI','U}\rœÇƒ]ïM²® Ÿ@ß›\Zõ/µ‰”aã->Nrt	','',0,'?'),(' ù  ‡uÛ­ŸaPÃ','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/summaries/items/notification.phtml',0,'	ësÅ^êIP´ËÛNÑóé','	ësÅ^êIP´ËÛNÑóé','>•NN#wøõüÎÚ¢a¤k´c\'¥¾:âŠ/Þ{€','',0,'?'),('¢óü½„?+Àvã¢Ñ—0X','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/summaries/items/trigger.phtml',0,':¬Ey 1ŸXf`Õá½Û',':¬Ey 1ŸXf`Õá½Û','–4„[Ë@Êê¨Ê«ne,Oæˆzý:»þ²o','',0,'?'),('qß µ‘¯Ç•ÁfB)×Õ','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/trigger-type-box.phtml',0,'*FçÅ®%kf8\rŸy6Ø','*FçÅ®%kf8\rŸy6Ø','þ¾Eˆc¯²ÒžžÍ‹ë}ƒoòjŸú­™þ¢Ð†ÌëÓ','',0,'?'),('ÑcßŠìÙ	U€Â‰òØí','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/triggers/settings/email-sign-up.phtml',0,'Ç2“OÉàòdäàŽJúË','Ç2“OÉàòdäàŽJúË','&~Ì€çÐn¯\\3»Ý¥6RÑ*]Gâ–Ž%û<ÛäDièi','',0,'?'),('ºžù˜šƒ]4ºEB4££À„','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/triggers/settings/quiz-completion.phtml',0,'\0õø2¶È*ñŠa}PÁægš','\0õø2¶È*ñŠa}PÁægš','GßKZgÊ!Ø€­åZ¿Þ¸·¾÷CL¯²¼ýŸ¶	E!','',0,'?'),('Ž\'ú^ñ®å¹úƒ¶=pØ','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/triggers/settings/split-test-ends.phtml',0,'iéP¼¿™d\rÊ]ÂW˜l','iéP¼¿™d\rÊ]ÂW˜l','!ßÉ‡þ£ÖzÂ£Äú8fCqý™.•‘ÆüèüÃÀhéÄ','',0,'?'),('¾Ñ	r¡¹D¾ÏØ{gDk','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/triggers/settings/testimonial-submitted.phtml',0,'Ãn½RmSÕbôPÇ¨FQÎ¹','Ãn½RmSÕbôPÇ¨FQÎ¹','ÃÏLöÙVÄÃŸ¤µ…okÿ…êöÿqŠý„&','',0,'?'),(';\rDD?¬ð‡€•I§sÁò','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/unavailable.phtml',0,'´\ZÒ3è\0R&|íH?€…','´\ZÒ3è\0R&|íH?€…','–Ÿ”z§YìÎ:íµ‡Š=Cœ±*ìLýÐÄEÜÅ#›Å~°','',0,'?'),('jW/Üø¼Am~`Sâ','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/notification-manager/includes/class-td-nm-ajax.php',0,'D³þ,tqæ>1àAû™','D³þ,tqæ>1àAû™','óðÑr+²Ö–8æsªŒ¨£E{^5›‚ub}ZC–¡','',0,'?'),(' \n‚ù/	¢ƒ=”Äû-÷…','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/notification-manager/includes/class-td-nm-checker.php',0,'Äñ)ÝÁïòò¦	rlì5<','Äñ)ÝÁïòò¦	rlì5<','bOCY9?­hÉÉ¤Ñ`}îþÊýp9Ãb„ÃºÓÓnÎ','',0,'?'),('«ý\n£ð¢BrªkÂ§ŽƒÀJ','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/notification-manager/includes/class-td-nm-data.php',0,'¼/\Z‘\Z®]R©yÊCC\"','¼/\Z‘\Z®]R©yÊCC\"','¬ùº>ò£§U„€6é‚³TÖò»i¯Ž]@ngù','',0,'?'),('6Ûœöx’°[Ô]ØËp6Ç','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/notification-manager/includes/class-td-nm-post-types.php',0,'—;Ð\'\'«2xñç¶½','—;Ð\'\'«2xñç¶½','Ü8rAJdb¹ýhHh—ä5Œ²ÜìÙÿø½†Ve	ýj','',0,'?'),('/ùÿCà)™kI¿}LóÁ0','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/notification-manager/includes/td-nm-core-functions.php',0,'ý+tŠQ‡À*\\+Ä¦çI','ý+tŠQ‡À*\\+Ä¦çI','L]¥WêBùŒ°h¿ÙfÇÿç­+zü…8î•£Å','',0,'?'),('U,*†ù×jyx=\nâ\'%\ZÓ','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/notification-manager/includes/td-nm-data-functions.php',0,'›êêÇÍÖÝ_ÿW;±','›êêÇÍÖÝ_ÿW;±','…˜xi	ËL1Æ0L1öõž]ÖaäwiõJRzOjXtÐÇ','',0,'?'),('ˆÑÐ}º2x”Š‡•ð^','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/notification-manager/includes/triggers/class-nm-trigger-abstract.php',0,'ÈÂ9¦±êlxo.Úù','ÈÂ9¦±êlxo.Úù','Õêe)¤äÇc£d`ŒDlUd\"r“èºÞŠ6ze^ï','',0,'?'),('Ô¸DJë¨;:òñý³','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/notification-manager/includes/triggers/class-nm-trigger-email-sign-up.php',0,'ò²a„žÂJwß_\nß{|Q','ò²a„žÂJwß_\nß{|Q','ÏêP eÕwAeµû	b^™ˆ{gÏÝŸ OöwüºIÇ','',0,'?'),('½½éºhGžr§OŸ¢’','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/notification-manager/includes/triggers/class-nm-trigger-factory.php',0,'¬Ù\0ºÈ•fL ð×µ1','¬Ù\0ºÈ•fL ð×µ1','ƒŒýIÀÐ‰Á$MïÐc$jéu„òouïôA­‹º0(xÈ','',0,'?'),('U~¯LñÃ	}˜“ Û²¡*','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/notification-manager/includes/triggers/class-nm-trigger-quiz-completion.php',0,'f,39YÀxÊªÊÿH­‚','f,39YÀxÊªÊÿH­‚','ó¥|Ým¯Ý*uG§ŒoªŒß4¬\Z?cV-vA”>','',0,'?'),('¾7ÏËmû…‘bµnúÚÙ','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/notification-manager/includes/triggers/class-nm-trigger-split-test-ends.php',0,'EhŠØÃo¸ZË¼®S³','EhŠØÃo¸ZË¼®S³','aÆ<$’µ(/öÚp‘bOÌ4öcÇFxQÛÆÛ÷','',0,'?'),('`P9M9LKÞ# ','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/notification-manager/includes/triggers/class-nm-trigger-testimonial-submitted.php',0,'ö.¡,~w’ºzú@	a','ö.¡,~w’ºzú@	a','5‰þLbòqG•Æ*£³¢_‚‰[5¶Ã{×','',0,'?'),(':åJ=MÊ\ZìñÀlx¿nJ','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/plugin-updates/debug-bar-panel.php',0,'m@ÕwÞŒƒwß*áoˆ•','m@ÕwÞŒƒwß*áoˆ•','¼ð7±Šà¹Õé‹4ôƒÌÅáfu)WYD—ók3Îsó','',0,'?'),('Qg¯Åýå]s¾ã¼Œ','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/plugin-updates/debug-bar-plugin.php',0,'‡ZN©4O%QqBùŸƒ“¢','‡ZN©4O%QqBùŸƒ“¢','ÅqM4´¯ÄvÉùO„³Ñé°ú¬	\'RÙ–„Ôp4¤','',0,'?'),('Ž Ò2ÒvEecí\0ê¦=','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/plugin-updates/js/debug-bar.js',0,'ÍõŽH_T\r˜r*.ðLtô','ÍõŽH_T\r˜r*.ðLtô','Bœ°,<ÒÉ“ñGÁ«$U1Ýoh	3\\¢~¯ZÛhP','',0,'?'),('6Â±ãïÒšT£˜µ¥`vÓ','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/plugin-updates/plugin-update-checker.php',0,'›¼íÛÿÙ£¥…ì ','›¼íÛÿÙ£¥…ì ','•ZŸ’ó¸>6Röµü=[”‡êr(¯Ãù|SßIK–ÆÍ','',0,'?'),('Îm9xt’B¬Œt8Y¼ãùK','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/script-manager/assets/js/admin/models.js',0,'?=\Z[Cs1ª=¼ævù^À','?=\Z[Cs1ª=¼ævù^À','bòàÍ¿ÓYÅ­:gAµ/rñŒ¨„$¹å5°Áø	b{°†','',0,'?'),('Ü_X@ÏúŸûY}JÊ','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/script-manager/assets/js/admin/routes.js',0,'\rÆê€‚ë˜ÑkÎc YNgÛ','\rÆê€‚ë˜ÑkÎc YNgÛ','·(«¢†ma\'!ñ}ú9éÁ#/S“XpCÕ¥’ˆ”…','',0,'?'),('2JËNQã¾¡–\Z]ÝWÓ','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/script-manager/assets/js/admin/views.js',0,'pqÀ§.x¨©¶?›¡)','pqÀ§.x¨©¶?›¡)','0Z2KTÇ¹™Sø™ßÔ&ØsÇúÆNªPÎÐä!Cí’','',0,'?'),('ûCŽA?®1ÕNö;‰§\\Ó','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/script-manager/assets/js/dist/admin.js',0,'bœ.,ª:šÁ³:QZ','bœ.,ª:šÁ³:QZ','8æÄ›=äG70’¤÷±ha˜\'Æ‰W(A,`¦','',0,'?'),('ÎvX?‚€X²fåÄÎ*','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/script-manager/assets/js/dist/admin.min.js',0,'cP6¦ÏG³üa}‹¬˜','cP6¦ÏG³üa}‹¬˜','|”<Ô_Ä0h> ÷TÌzªü\0é¼æ‡ñy„_`é½Êµ','',0,'?'),('/ +-a¯^‘•V`5Bmª','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/script-manager/assets/js/utils.js',0,'Õxù0GY%Ê0„Îøž','Õxù0GY%Ê0„Îøž','Kà-Âµœ„ |Ä/BäËç¯‹)üŒ¹kdßÝ)…Iy','',0,'?'),('ä¥%ðÖ`Ï=ÜR%~-','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/script-manager/class-tvd-sm-constants.php',0,'zŽÿ5—RØ{ÁµÓæE','zŽÿ5—RØ{ÁµÓæE','£ñ;\0¯Àl9¹ÎÀûaô^WJ³‘·O‡ÍÀ±é+','',0,'?'),('¤ã¸ô$·RŽ¸þ`’?','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/script-manager/class-tvd-sm.php',0,'¡„Š×ôº3:\r¾£xI\"','¡„Š×ôº3:\r¾£xI\"','—ÄŸ²›é_ÞMtûOÁ*ÊUëŒxxÔ:eã¨•¨','',0,'?'),('CÅÜ\n ÓGfrô®OTZ','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/script-manager/includes/admin/classes/class-tvd-sm-admin-helper.php',0,'4!‚ˆ^ÿÃ“ïÜ9x','4!‚ˆ^ÿÃ“ïÜ9x','!}3ûù.îÖÏâ“®Ò\"‡´Qªµ­+Õ}[µ^','',0,'?'),('%(Í^æpr3Þœõl•C','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/script-manager/includes/admin/classes/class-tvd-sm-admin.php',0,'ØÞ¬_47×°QØqæLË','ØÞ¬_47×°QØqæLË','–pÙ¶Y¡m„àÔj4†uY´Óv—ê³¦ËO)4Z','',0,'?'),('ð}h¯Ó¨…ú£((&]','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/script-manager/includes/admin/classes/class-tvd-sm-rest-scripts-controller.php',0,' «ðëªø@:j6ùHŽXÏ”',' «ðëªø@:j6ùHŽXÏ”','gÑáÏt}^·Õ4ìõÃ<¥JBa·èF¸nÝ•ÁÙ9','',0,'?'),('Mt,ˆôY‚aç!I2ý','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/script-manager/includes/admin/views/dashboard.php',0,'¿5Š;§ä¶Ç‹ÚÑÉa…','¿5Š;§ä¶Ç‹ÚÑÉa…','9ûóÁöTM	HÇtB¯¶ñãyƒFãª9ÍÓÿÀú_','',0,'?'),('Û×G]Y»§o!]~ÛÌL','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/script-manager/includes/admin/views/templates/breadcrumbs.phtml',0,'â,Ù¾ÌÛ7òGÑŸ·®L','â,Ù¾ÌÛ7òGÑŸ·®L','.)ª…Ê(”ær`ü˜¨p]Sì‘à¶A¯>üpçïá¡','',0,'?'),('<þç=Ÿ™0­\Z—Ž#…ô','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/script-manager/includes/admin/views/templates/dashboard.phtml',0,'å2¶Z:pd(ÝAmkO','å2¶Z:pd(ÝAmkO',':‰ô×4HÖ—1ŽýE+Þ2RÄÿ“•é±3â£¤','',0,'?'),('vÚH95ñ€}R£rtµ','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/script-manager/includes/admin/views/templates/header.phtml',0,'.q;¬øWíæxûJq²Þ','.q;¬øWíæxûJq²Þ','²\0XJ|¡»óÕ¡Ò8^î‹›Ý3o“Ýa·”y÷E·>F¾ç','',0,'?'),('^z„amjP	¤4ÊZÌ8','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/script-manager/includes/admin/views/templates/modal-add-edit-script.phtml',0,'ó[:(«V¡Ó$86F·g¯','ó[:(«V¡Ó$86F·g¯','÷½Ëø(\0H×ÆqËœÐ2z‹”Zü)Å·d2','',0,'?'),('*§Çv§È´ª”l„‡','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/script-manager/includes/admin/views/templates/modal-delete-page-level-scripts.phtml',0,'5\néZ—©ûét\\->•€YS','5\néZ—©ûét\\->•€YS','qvâÓ§ª×Á]4Ñ_ÅÝ>i9.”N s?ÁÍ	”$','',0,'?'),('ñb¹ø„älÅè+ºK	','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/script-manager/includes/admin/views/templates/modal-delete-script.phtml',0,'¦5\n­Ù;HYP€Bc6\nk','¦5\n­Ù;HYP€Bc6\nk','®šÍª=\"v@ñ‘P^Œ ÜÚÄ‡æP¼LÅr’•p~@k','',0,'?'),('*E%oaiÌ£­t}ÛzŽ©','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/script-manager/includes/admin/views/templates/script-item.phtml',0,'š£]ëàÔÊ\0^‰ÕÈõÔÉ','š£]ëàÔÊ\0^‰ÕÈõÔÉ','A‚(Z\'}¯¦ðre)„Ö\\“ˆ\\*³í¯ŽÝ˜Ú6Û','',0,'?'),('ÑšÒ07±ý‰´ÐþD','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/script-manager/includes/frontend/classes/class-tvd-sm-frontend.php',0,'#™g[6!1xi1ÕŸÝ','#™g[6!1xi1ÕŸÝ','À$!h]æÊ&†S¼éã£úeš/XÁ•û¸éb‘4ZÕ','',0,'?'),('õ)[TÅž÷€ÄöÉ‰vb','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/script-manager/includes/i18n.php',0,'‘ÚÌ®w*c32›¼›¿ø','‘ÚÌ®w*c32›¼›¿ø','Ââ²õ®7£””¯°üª€–ècgGÄÝÏ¤9ì4','',0,'?'),('þ,phéA`&ölHÌåw…','wp-content/themes/thrive-theme.old/thrive-dashboard/inc/util.php',0,'k	5¸Å¢ ÂÑ±\nÍþWR','k	5¸Å¢ ÂÑ±\nÍþWR','ª|vV|L3¶%è‹Œ§˜üÆ[)ß^:e{:Œ:#','',0,'?'),('¤°ð|ßNn	’‰ý¢Ã','wp-content/themes/thrive-theme.old/thrive-dashboard/js/dist/frontend.js',0,'Mx>&RQ¹ß~‰,ŒÀ®','Mx>&RQ¹ß~‰,ŒÀ®','v´üC­&¶&òZ¶¶¥q]ô‘\Z¡ÖŸ†ˆ²¯)î','',0,'?'),('’2H(ñ4ídc–<Ì3Ûì€','wp-content/themes/thrive-theme.old/thrive-dashboard/js/dist/frontend.min.js',0,'G^eIˆÊÌÝ«E2c•','G^eIˆÊÌÝ«E2c•','Z*‹Æ»9èL¯†ÏùI|ÞQe@Ç5ýÅÛÁ£ÄíB]áÑ','',0,'?'),('äÄx„hð¦ÛÌYäÁÅÛU	','wp-content/themes/thrive-theme.old/thrive-dashboard/js/dist/global.min.js',0,'YÓýãO^[y OHÞŽ','YÓýãO^[y OHÞŽ','üªŽÉ¼.NJ©¢:FUÀ¥HH\0ï“ó3×ÎÝö)b','',0,'?'),('€þèë¹¸Š»Á^ÒÐ±','wp-content/themes/thrive-theme.old/thrive-dashboard/js/dist/hammer.min.js',0,'Î+4T!ë4R&2ªöæ\0ÉÃ','Î+4T!ë4R&2ªöæ\0ÉÃ','DÙüTzêZúåâeL½¹»¹Yöõ€“6MÀ','',0,'?'),('3%úß[Bè}~+OFokE”','wp-content/themes/thrive-theme.old/thrive-dashboard/js/dist/leanmodal.min.js',0,'a÷¿PA©&˜—É‚¤8Q%µ','a÷¿PA©&˜—É‚¤8Q%µ','ÀäÁäxr·Î%Æñˆif,_—Ø°y×ã—‚jº»Ï','',0,'?'),('(|’àÔ‘Ê›¶±S€+©','wp-content/themes/thrive-theme.old/thrive-dashboard/js/dist/select2.min.js',0,'œG«ganœ\\‚I*ª©Œï','œG«ganœ\\‚I*ª©Œï','Ý™€šIä¹J\\C¬	¦‹\0F\\ï,,Þæ÷m,f}Êv','',0,'?'),('Çž‹½IîZš~ªµ\r»~','wp-content/themes/thrive-theme.old/thrive-dashboard/js/dist/toasts.min.js',0,'óü|ÁSÉ5@Á\rq¿\\','óü|ÁSÉ5@Á\rq¿\\','D†_!K\Z¨N®Øº$™¶ÃC	-2@ý‚=','',0,'?'),('‚y¿¶‡âílŠJ#V','wp-content/themes/thrive-theme.old/thrive-dashboard/js/dist/tooltip.min.js',0,'LQ^¥°ôCä²ilú!w','LQ^¥°ôCä²ilú!w','\"´‡Â§…8i˜ºíÛOºÅA©Òþ	ó¬*÷7¸9$ü','',0,'?'),('ÐœÞêŒåÈ×WS)-ÅžÏE','wp-content/themes/thrive-theme.old/thrive-dashboard/js/dist/tve-dash.js',0,'¸¦œ6á´a\0¥È<=U','¸¦œ6á´a\0¥È<=U','©7¸j¶e²P<D¸Ò¶ÓWØ7´?‡3ÔŠ‹ÀiŸ','',0,'?'),('9gÃøý·Ž\0Gg;¦Ý','wp-content/themes/thrive-theme.old/thrive-dashboard/js/dist/tve-dash.min.js',0,'}‰¶ºíÑ¨24Ú~8–³ªÌ','}‰¶ºíÑ¨24Ú~8–³ªÌ','9•–˜0+êHŽT2SbtN€Qöc²—LÐÎ»ô¤\Z','',0,'?'),('`™å!FÛ2—³Ð¤Ë›\n','wp-content/themes/thrive-theme.old/thrive-dashboard/js/dist/velocity.min.js',0,'ÐáàØT´4œ³¹ÉgLY','ÐáàØT´4œ³¹ÉgLY','0Îo+&‚*å¿Í•¥;–3ÐO…j>®gá¿À)q¶','',0,'?'),('KUPµÿaævA¹|\rcê™','wp-content/themes/thrive-theme.old/thrive-dashboard/js/frontend.js',0,'Mx>&RQ¹ß~‰,ŒÀ®','Mx>&RQ¹ß~‰,ŒÀ®','v´üC­&¶&òZ¶¶¥q]ô‘\Z¡ÖŸ†ˆ²¯)î','',0,'?'),('o…DºÜ“\ZÄ>ÂMÏ9','wp-content/themes/thrive-theme.old/thrive-dashboard/js/util/highcharts/highcharts-3d.js',0,'?Ml“ôÓ\"4·Ò§J¥','?Ml“ôÓ\"4·Ò§J¥','=Wðüú\"‡¿éª0ûš€qÇŒcÙíµ`Ú8ÑÉ¬¥¨p«','',0,'?'),('Ó~ÌË<ak´:K_`','wp-content/themes/thrive-theme.old/thrive-dashboard/js/util/highcharts/highcharts-more.js',0,'Ðòíë)Áæ[õ˜­×','Ðòíë)Áæ[õ˜­×','¯¾¶HH¢2XÙCûw\Z•Lh*ÛeÝùê·œÞŠ÷ÒG','',0,'?'),(')ÜD+Ô§”]Q\Z‘…(Ã!þ','wp-content/themes/thrive-theme.old/thrive-dashboard/js/util/highcharts/highcharts.js',0,'ÀY¼<:\nÊ‚W\'Èºrýj','ÀY¼<:\nÊ‚W\'Èºrýj','•¯CHâµú,îán9‡ñÏî„ðJ^è\Z™Š)&Çœ','',0,'?'),('ÈFkø›ÝÖ9¼¶—\néñ','wp-content/themes/thrive-theme.old/thrive-dashboard/js/util/jquery.zclip.1.1.1/jquery.zclip.js',0,'„Ùxs¸É Œ5Ý ¨&e¶[','„Ùxs¸É Œ5Ý ¨&e¶[',' ÓÐ¢q&mÀ\ní+R¥±7Ð«Ü,¤ØPÑÒEù¸	','',0,'?'),('©ÂÂù§›íö*ü','wp-content/themes/thrive-theme.old/thrive-dashboard/js/util/jquery.zclip.1.1.1/jquery.zclip.min.js',0,'ããmiù•\ZxÉ(ØØY','ããmiù•\ZxÉ(ØØY','ðÞõ’$é©6Ó„l9Œ–ÿÏÒž0ñ:<CšÒ“¾R','',0,'?'),('4ºì§Õ‡¹\0ù)MŠõ','wp-content/themes/thrive-theme.old/thrive-dashboard/js/util/util.js',0,'šØuzàKO>-FÈ?å¬ì','šØuzàKO>-FÈ?å¬ì','\"òì›èHÚ¿xq‰“íy9ãá&\nÕq`{ÊíØÕwX/à','',0,'?'),('#Y…@ßU™ã‡’Ø«,ZÄ','wp-content/themes/thrive-theme.old/thrive-dashboard/js/util/views.js',0,'×ŠÈÐâ¥º7•z$=’\"Ç','×ŠÈÐâ¥º7•z$=’\"Ç','3dº³ç»oÀ8DƒÜ‚¸`ìnYàc‡?Í„`','',0,'?'),('&|)ÅúÆ—ÐKÚ—´|†[','wp-content/themes/thrive-theme.old/thrive-dashboard/templates/affiliate-modal.phtml',0,' (m´³2ä÷ÁÚ’d',' (m´³2ä÷ÁÚ’d','ŸYWeë®çRD#Ç‹ÏÈd™;>‹2Øðû\Z’','',0,'?'),('§$Æ¨þ{ìú]2.˜Ç','wp-content/themes/thrive-theme.old/thrive-dashboard/templates/backbone/modal-loader.phtml',0,'AøSWæ^¥âAGÆ˜Ü«','AøSWæ^¥âAGÆ˜Ü«','Û½²©`µ—¨IÒ<Rhëën–añ\'	‘,º­\"‰1Í','',0,'?'),('aÔ>Pþ–T‰Ð‹ÀŸ®','wp-content/themes/thrive-theme.old/thrive-dashboard/templates/backbone/page-loader.phtml',0,'ö—BþnèPó6$J$JÉ¡¿','ö—BþnèPó6$J$JÉ¡¿','LðÉ|Ê…ËÕ‹GÓ‰%©1•,ù0=Ï‹qäNÂ	','',0,'?'),('™{©ÿØß¤rcþû‘','wp-content/themes/thrive-theme.old/thrive-dashboard/templates/backbone/support-token.phtml',0,'./kÉ\'Øe¤ò¨¶\0ó4','./kÉ\'Øe¤ò¨¶\0ó4','‹ƒË»ã–µFD\"BNyŠHÔ˜[<‚ŠoÈAz','',0,'?'),('U8¬¯Âù…Im4²NT›','wp-content/themes/thrive-theme.old/thrive-dashboard/templates/header.phtml',0,'\\K8ð`:t°{‰T4øW','\\K8ð`:t°{‰T4øW','Û,ÕP,ô…mƒå›mÌ	®z+oÊ1Í4ýU_µôh','',0,'?'),(' ÌUdtãÿN@Hv','wp-content/themes/thrive-theme.old/thrive-dashboard/templates/product/activated.phtml',0,'É{=z¢>nBe]£úfýTT','É{=z¢>nBe]£úfýTT','‚Œ$×&JBÂNŒ¬µÑä½{Só˜(ìõYðÕ9G[Ž','',0,'?'),('®´QÉd@Ã‹N\\Ä½î','wp-content/themes/thrive-theme.old/thrive-dashboard/templates/product/error.phtml',0,'¯…ñš¶F‚Í\nÉ3ˆ.´á','¯…ñš¶F‚Í\nÉ3ˆ.´á','ñ¾Í$§¬Ã’‰eíÀx|¦›[çl“ªY1!T€ÍÉv','',0,'?'),(':£Éoç®·Ä?3!0¯','wp-content/themes/thrive-theme.old/thrive-dashboard/templates/product/inactive.phtml',0,'Ç{È&á‰\Zâ/-0EA','Ç{È&á‰\Zâ/-0EA','cóçšñ2lâøj‘®¾	F4cò”ËÑ³kì³\n_P','',0,'?'),('·>¦lÅÆ)^³ƒFfW','wp-content/themes/thrive-theme.old/thrive-dashboard/templates/sections/dashboard.phtml',0,'7²sV4SŽã{¦OnF=','7²sV4SŽã{¦OnF=','‹/š÷Ávh2ªAQ”¥¡n+ÓJX€ÒR\rw§Dì','',0,'?'),(' ·&Í¹-=\\3páÛÅ£\0','wp-content/themes/thrive-theme.old/thrive-dashboard/templates/sections/license_manager.phtml',0,';SpÔ(ä_äþæ·¡',';SpÔ(ä_äþæ·¡','§SÙ;¡Ô™ ­N|àkï%MgÆ_ÈÐ1TA tçéX\Zç','',0,'?'),('xAtü¡ïÿ|ž`bÜ#×','wp-content/themes/thrive-theme.old/thrive-dashboard/templates/settings/general_settings.phtml',0,'%qµ\0ŠÀw\r¦²‘æŒ','%qµ\0ŠÀw\r¦²‘æŒ','óÜä¨ÌPÖc¼Àû\\(š…kL6šM°æ–?éË','',0,'?'),('¹~MŠ:Ö§›xä7‰#R«z','wp-content/themes/thrive-theme.old/thrive-dashboard/templates/settings/reset.phtml',0,'÷`n”ãë:T,r’H\0F','÷`n”ãë:T,r’H\0F','Ÿß­xñaÐ\\ï\rÊ¦‰Äj<û£AAÁ9ƒè½\rb','',0,'?'),('Dm9(bLþ\0sR6vT','wp-content/themes/thrive-theme.old/thrive-dashboard/templates/settings/text_setting_row.phtml',0,'½˜ã’xò8ãŽ\\','½˜ã’xò8ãŽ\\','Ù¾ù†Ü›Üe×kž—~TlŒÊÐ3c#ö+\r\'ÆX½;','',0,'?'),('³I6«¦pÄ¯Aì»ºû','wp-content/themes/thrive-theme.old/thrive-dashboard/templates/share.phtml',0,'a	.üH}ÇÏ\Z¶”ÃÁ','a	.üH}ÇÏ\Z¶”ÃÁ','Ó>Åñ*Fæ@S€$\\wƒã½R´À‚òØ—ÞXs”¤÷','',0,'?'),('®ÙcÌííÑ™qÞ•RdÞÔ','wp-content/themes/thrive-theme.old/thrive-dashboard/templates/ui.phtml',0,'Û¾;%TaÃJÄ_ø(×|','Û¾;%TaÃJÄ_ø(×|','cr€oÃ7˜hÚŸB£gÀó:Ñ:ÖxüÇ°ó’¤º6Ù','',0,'?'),('¸+Á&é\\_nñL;ÕÛ','wp-content/themes/thrive-theme.old/thrive-dashboard/thrive-dashboard.php',0,'$ˆ?\\â(.…³4K`VNº','$ˆ?\\â(.…³4K`VNº','ÔÔ¾1{d…žž-šµ~˜„Î.Ñw$ñp6Ý\\¢=Ý0','',0,'?'),('û:–íâc“%c$VÁdAZ!','wp-content/themes/thrive-theme.old/thrive-dashboard/version.php',0,'Ö\'ìm©Õ	CXlW','Ö\'ìm©Õ	CXlW','ÉoÆ…›¤q:Ëƒ«HChRXTé+ÞDµý’‰åùò\\…','',0,'?'),(';ð{Ï×ákü¯ás·Ž','wp-content/themes/twentytwenty/404.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','jãkKÖ`xÉx\Zd,mAi','™a>øbG_dòEh)pˆFq7õf3!R¨Ý(YpO','',0,'?'),('ä^Û›ÄýÀ¯¡®¶±F','wp-content/themes/twentytwenty/assets/css/editor-style-block-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%ç§/ü½`dî-è^ôù','8Ñ}Ë=SZ†¾ºïB}.NðÉ³V²Á\Zý¬ãø','',0,'?'),('½ú¤%™!Ú¡G²œ&î5','wp-content/themes/twentytwenty/assets/css/editor-style-block.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>xÆŸ%U7:!`@¾','YeÕ¿(³ÿU~µ9\Z®¥þ\r%¾&·êüÉbWÐ q\0m','',0,'?'),('ATñyxhl|°4+ƒÆnçõ','wp-content/themes/twentytwenty/assets/css/editor-style-classic-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}nW™ÙËr%Å¨^','ñÿõÓŸŸã±]ÇVì¶ÇpçÅ I*}mŽo~v€','',0,'?'),('š(ç¨ý¨\"ÿ‡Ë?4U','wp-content/themes/twentytwenty/assets/css/editor-style-classic.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¶’ÊYb(üÈ›SÅÍLÎÙ','¢sˆM.[¥X¾õ;€a‘^„Ô­Ô^ †×þ,rUˆ','',0,'?'),('fë‘¤s#%<XRXî@>Â','wp-content/themes/twentytwenty/assets/fonts/inter/Inter-italic-var.woff2',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ìÛ*xàœ&B—õ¯!À$fW','Á. 7^V»tÃY˜ïüUÔ@ÄŽš\'~(:>ªkô','',0,'?'),('1^õëBsCZU*ÿýMö>','wp-content/themes/twentytwenty/assets/fonts/inter/Inter-upright-var.woff2',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/o¯-ö6ˆ˜Ñ¥«p|','ñÓò›¾ddô‰“^#QÒ’\Zì¾#q¦^™Æ“ÈJíwç','',0,'?'),('C4Š¿Èœý°-Ôfü!-¢','wp-content/themes/twentytwenty/assets/images/2020-landscape-1.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‚ên=âŽ¼™”t†NRå','‚@mÐoýåÜ›MbrÑ’§¦¨$ ¤zû\r“2ñK=','',0,'?'),(']Éõ¤Î°¸ñ¾m','wp-content/themes/twentytwenty/assets/images/2020-landscape-2.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2“ˆŸÉÔájÆ^®É!Æäž','°Å)ç§=Êl2^mÅ\r­Ø•uV20òÚ˜M{ª','',0,'?'),('b’»HV†ìmA ’Mh­\"÷','wp-content/themes/twentytwenty/assets/images/2020-square-1.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÖÜ´ßê«Ý÷6T÷kãx','èL£w%ùøêª7˜M®¡È´æxñ ê” >þ­?\\õ','',0,'?'),(' «ÝI:€.»X±<€!Ú','wp-content/themes/twentytwenty/assets/images/2020-square-2.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H‹ 4(«ã|Ï¿ß&è','çö`­z’zåY`]¿û¯3ˆñ”)Õ]:a>Ú?oezõç','',0,'?'),('*lKóÉqWÎM\0|	÷ÁY','wp-content/themes/twentytwenty/assets/images/2020-three-quarters-1.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-™¿aÜ.¬t”]UÛvì','nÎâ\0ùî<VEÕ¯ÔRmËK±r72kžkSeŒ\'—‹#','',0,'?'),('²ì;ÿKÉP[ÿÕ¬…Îæ','wp-content/themes/twentytwenty/assets/images/2020-three-quarters-2.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u$‘ªüN²²‘é\rÂ6','¬ÛY0ŸÂ‚•hb_ñ%Ïß/Àô¯_1¡$Z£~xÏˆ','',0,'?'),(',†žK³œ%®ËÃ_ùñ7','wp-content/themes/twentytwenty/assets/images/2020-three-quarters-3.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	Ë*9-H—fÒ…	¨X','²Û¼=šwôë{®˜¹vÓ^È½åÂ“C–qF:@ô¡Ÿ','',0,'?'),('Þ OÄŒÃ‘L:\0Ùˆ·','wp-content/themes/twentytwenty/assets/images/2020-three-quarters-4.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ó‚ðºà\"»E47ÅŽEæ','ûŽáéÚyaÄŠáî2Ý¦õwÊ©Äðqô,ˆýÎ{','',0,'?'),('Ú°XÏ¨]IÕsœ_Z½}¥É','wp-content/themes/twentytwenty/assets/js/color-calculations.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','³à%\Z-<ÏãjÂpÐ#_','©ƒ¨þÒ9À¾¢ïîMÂ‘¼8l_\0¼ŽGŸIpÕïr','',0,'?'),('²gˆÓ¨H7\ng­ú3L','wp-content/themes/twentytwenty/assets/js/customize-controls.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','·#óZ^‰7ARCÚèV·','h°õ.»ƒ5ß[þò-ÊŒT\0.‰î&þÃÊuP[±%x','',0,'?'),('»MQ§ÜHY®_r$K¡SÑ','wp-content/themes/twentytwenty/assets/js/customize-preview.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ïJ&Û¯œÉ¢¸-“Äá','Pt#¤WÔ!†ÛÈæbz€Ñ{˜&x€m‡Q /œ¥','',0,'?'),('íOR(Ç¹üÚñˆò¿Oµ¿','wp-content/themes/twentytwenty/assets/js/customize.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&¾SÔaöNˆ£ýx0¦e\\','\ZY_ØÂtzø)8žÊb#ª•ÑD}%]ÎëDmyÎYVœ','',0,'?'),('ƒ‘Ç“¯Ðè‚´ ›¶§l','wp-content/themes/twentytwenty/assets/js/editor-script-block.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&KK:W†ówS–¶j@‹','Ñž))Ý‘’ÂE&gÃWyÇ¯>Æ¦Î+Ç¶°ÆV*ÝñC','',0,'?'),('žirØuÊ5’Žš‹¬','wp-content/themes/twentytwenty/assets/js/index.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','´¢:DÂÏ=ÜO#(','Ää(`²KYÃTÕÉØ8cX—àXÛ7„¶òW¬z|','',0,'?'),('@!Úaðieý\\1}Ý±»z','wp-content/themes/twentytwenty/assets/js/skip-link-focus-fix.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¢öè3s{_Æ•]÷àpÊ','ü¢Âo;~]×bæ¬ü^ôùRœ<õl$¡Ó™³½1ì6','',0,'?'),('˜hÚõw^ä(þnõ¼È','wp-content/themes/twentytwenty/classes/class-twentytwenty-customize.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','étîÕoÖB÷…b6õ¹¶4X','2Ôôš£ÿ¢Y|\0~ÀI†Ö3¿\Z3ˆ[‚ññ´I','',0,'?'),('¿œ›-ã §í\"\"F6','wp-content/themes/twentytwenty/classes/class-twentytwenty-non-latin-languages.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','êjÖñ2\Zú“ZúdöÆ¶…','ó3Á\"Xváâ¢à{j†G8Z<£°¤·ýÁMî<§','',0,'?'),('1×Ù‡ÊÒ—\"R˜€ã¼ý\"','wp-content/themes/twentytwenty/classes/class-twentytwenty-script-loader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','†æò×Þü‡£Û€Z82','Þ‰O>€TÔ,ž]~(\\lÑàÝ\0Éðf\r„Z’œ´','',0,'?'),('º\nèôn‚=æ^ñ¾nžN','wp-content/themes/twentytwenty/classes/class-twentytwenty-separator-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','“Ö\"—#1¿a•ñƒ`ÅÑ','&O¯UçQ}à}l¤&æÌ¦¨lÁ€¦Â–•¯ÒŽŽz','',0,'?'),('þojdy…f÷_b&xNüKÒ','wp-content/themes/twentytwenty/classes/class-twentytwenty-svg-icons.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','TÝÑ¡~»²Â°Fƒ5Žö','¨@«øLÇ}›*X¢¥H®“3Ši*tÒyk¹žð„€E|','',0,'?'),('žóŒ>ió>C.Æ|#Ãq','wp-content/themes/twentytwenty/classes/class-twentytwenty-walker-comment.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','äžÿ7ßC\ZñÂQl¬Þ(','¶§¹Úý{ÊÇ|y5úÂÀ·…yýƒh°~[¤Çrc¿áº','',0,'?'),('!+ðÒUñ¯ÿšUœ„\n&','wp-content/themes/twentytwenty/classes/class-twentytwenty-walker-page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¤«†Œ§åN!÷M	|Xû','DeUFæR7pO_7)åÈudôïž\nsæÉbh5','',0,'?'),('ª“K²±îK³1¬lÕ!õD','wp-content/themes/twentytwenty/comments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','aÐ\\{@52\'\'q]sÊ','VýA²ZúŽ&BHPWžêªe“ØÕç?¹a06Ñdã&º','',0,'?'),('­²VÏºz#ºÚÙm)ÿ¶','wp-content/themes/twentytwenty/footer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','þvÑ€¶%÷2¯Égg…w','Jí‡.ÝÖ·>7©d‹Ø“*~}†Vøb³ò%›ôÊEÇ','',0,'?'),('‘¼ñøªgFB˜ZÃš(v','wp-content/themes/twentytwenty/functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6fòž°¬¡Ÿëôys¡,5','º#Æbë@ZÜ1ÖMå/­¿y¯f®ò€Aé/è‰Ìb','',0,'?'),('Ï¿$eÅ&‡gqŸi§mÔ','wp-content/themes/twentytwenty/header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','í0±O@ö2÷<ƒ÷³\ròr','dyETîìÚIö× ôå`e¦(Þª)œÅ”hùYË¥ÉR','',0,'?'),('K¢,ýî¯<‚fÆ‘Y¡','wp-content/themes/twentytwenty/inc/custom-css.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','§›•Iuìt§\0¾d±9©d','ÏRb›“|ëX+	Ifî»hDdåIoòŽ¡p{#$U!ô¶','',0,'?'),('{Ï4–O;{\'$2dÈ›àO','wp-content/themes/twentytwenty/inc/starter-content.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ñ\'ð6…é$gÒª2Ž¤Øá','+!†¥×¸á²ÉÂ€4‰ˆýaÚµ(‰ÓN.Gãé0','',0,'?'),('\"\\ê—;Tå¥4œÁ½XŽ','wp-content/themes/twentytwenty/inc/svg-icons.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5áÚ¯~»þ…ËU|ñEc','ˆ@c%˜\ra§?£Ã‘	¶;È;Þ{,Ú¿âèšö_','',0,'?'),(' –¬ð=úˆù“gåV¡|ç','wp-content/themes/twentytwenty/inc/template-tags.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ËÃHHb¼o´¢(¡w','½’Ò²]Ÿ‘Ö—~f}A²³÷lú\nÓÓXMe7…Ê','',0,'?'),('Ín	}V-Ÿ“¬˜IŸ','wp-content/themes/twentytwenty/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÚeEÜgšT~$ú\"iŒú','ÇaHÁ“gNoUµ®%¯œÜ›º8|º¥`†*Mø@‘º^‡','',0,'?'),('Ùr¹ª-”¹ˆÒD.‹\\Ë','wp-content/themes/twentytwenty/print.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7H7¢Šg¿ìt~½ÝûÇ¾^','ÏîÏ^½“QÄÇEQ¡>ÆäÙ[®!úÈBe&zŸÉ','',0,'?'),('¯Kž¥ì4Þ7\'éRh?¢','wp-content/themes/twentytwenty/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Š„j•›\0/VFYsVí','iñ\\NVÑ åÜß3’8bÓÉåOùõ\'ÑtŸÐ®ùG\0','',0,'?'),('$­VÊæž|ßhhyõò§Ñ','wp-content/themes/twentytwenty/screenshot.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','íaúÔè#CÅè‰4YÐ','T’Z­e²îgšÒ«RÞá!MéÜx‹0å^ðl\rÀ','',0,'?'),('9‚kŠÉ½ öJZ¥‹<','wp-content/themes/twentytwenty/searchform.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ù.ó{0fæo\'9K£áÉ:','×«X7>¶bºç*Vs«dû‰¦ÇŠuÆZúÌ','',0,'?'),('Õ%fÇƒGµÿ PÑ£½ê˜','wp-content/themes/twentytwenty/singular.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[LÙË“ÛƒÞð¹²ý$','4\0Þ©XñGnw\0#œÙŽ4Ü†SÂ]T¹rnUFÑÉ0\\','',0,'?'),('ÊÊ&·§à®ï‘~sXm','wp-content/themes/twentytwenty/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¦m-±\"cÅ³°º5–—²','ôÍñöª1~$´EMÑ×äç»ß\r¥¬KÿÕÐ‚9!¤','',0,'?'),('eø´¶Ê›ß~Ð¬9§','wp-content/themes/twentytwenty/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n 8†ÔŸràdÕôa(Ò`','ˆ9•rµ tÂ™?—!I±ÚUÔòK.ä\\ÿÊ¾','',0,'?'),('@úŒ¶¬¢ 4‰ççì@Ì:','wp-content/themes/twentytwenty/template-parts/content-cover.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','IÈS†°$¤Û}§ÁožŽ','¤þLÏ°68Œä(‰±&Êðr—R½\réIÏÂKÆq<','',0,'?'),('ÛÚ¨Ût·c	ÜËµí:G¶','wp-content/themes/twentytwenty/template-parts/content.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','OÆÏ¿]ìa0éÄ8ìqÌð','µ‹‚°å«Òu™’o×‘]új’„Ý¯Çô|ˆ§¦lÞŸ†Wü','',0,'?'),('j†_mÚEQ±,£¶kÇ','wp-content/themes/twentytwenty/template-parts/entry-author-bio.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','œ¸a	©ZŽhfÕSçºF€','4Ð´V‰¶2ôhÐºØú¯Ÿþ1f/¹—Ð½äqò`!','',0,'?'),('˜ƒ©\'(jli¸“Äô™Ý','wp-content/themes/twentytwenty/template-parts/entry-header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O`¦·!8-^Éïœ\Zn‡W','’·m]|\r,–žäçñ¢Êá¤Á:Ùk‘K9	¬\"¸;','',0,'?'),('iŽÚq…ŽÅÑxjpR–Û','wp-content/themes/twentytwenty/template-parts/featured-image.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¼¹eâ¿&ñ9ÃGª1¹Á','ðª†`Ùè\n]n»5Ú.-iw!ñýj‰5ÛÁ§¸æ<Ï','',0,'?'),('¹$lv÷áECÛ©bN','wp-content/themes/twentytwenty/template-parts/footer-menus-widgets.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','eÔ’d&ÚÎÞ¡ìp›','Ì-ó}rËæÂ/ß«Û,{ž7Ÿš8+›nïÇW[&l¿','',0,'?'),('}ÏHJò¡1½%ô`ñÂ','wp-content/themes/twentytwenty/template-parts/modal-menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7…ì¬3…-™R¢`1í','¡÷”b«±Éî¶CçÓ–`šÜb•Ê…ÚÐ_Ž0D³Ò','',0,'?'),('­Š¬›ˆdD’´»ª+P‰','wp-content/themes/twentytwenty/template-parts/modal-search.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','´·¦çÌJl•éé%1s¸','Ÿl?\r›D²(yâ\nâ+N°Í§Þ\nQ *>L|Y²Èl','',0,'?'),('§‘°H\03ÊÛ¡®E‘p€$$','wp-content/themes/twentytwenty/template-parts/navigation.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ãü63Š~ÿ¿jw;Ö','“3£ôÕRxª}”|”%DSóPÉŠ4àÎ-|~','',0,'?'),('¿Ju¿…ÒHpÉÍí–‹±','wp-content/themes/twentytwenty/template-parts/pagination.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}3%å—aÅ\\‡‡l×ÿ[','ýsº-8–#²cÁ<\0/ºn\\8ß”§—¬“®…\rPšm','',0,'?'),('nßÑO.¯Íè}','wp-content/themes/twentytwenty/templates/template-cover.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$ð ,‘ÛRh³4±','CÚü¶Ó{3‡NÞÅò7ø°}Ìgwn½šSI¢´=5W/›','',0,'?'),('Qwa•›t%FŽ%2á«å','wp-content/themes/twentytwenty/templates/template-full-width.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¾ƒåO-CUñ»¶',' _êÙÊ0öƒgš‚ çõWXç¢è\Z\0ˆÅÈßàSð ','',0,'?'),('€^à‰ZêRÔž[vUt\'','wp-content/uploads/2018/06/Tattered-FlagA.svg',0,'Ió<ÃÉ?¯m\n”dª¨ÄÛÌ','Ió<ÃÉ?¯m\n”dª¨ÄÛÌ','gE	\0åŠI®¦oƒÏïyÄ˜BÂ,K1.›‡\n','',0,'?'),('£q\ZÂ½oØ†8ÂÐÆ','wp-content/uploads/2018/06/Tattered-FlagBravoWhite.svg',0,'aqÌÍÛÕ£À]Ðl>‰p®\"','aqÌÍÛÕ£À]Ðl>‰p®\"','•“–ZhX×ïê};©Cs\\H5æc8µô@»§«¹','',0,'?'),('É+M\"D=ŠÆý0PÎZÂB','wp-content/uploads/astra/index.php',0,'ÔŒÙ\0²é€	˜ìøB~','ÔŒÙ\0²é€	˜ìøB~','ã°ÄB˜üšûôÈ™o¹$\'®Aäd›“L¤•™xR¸U','',0,'?'),('²ñÚÑ¤²2#u¢ªtþï','wp-content/uploads/astra-addon/astra-addon-5da71587693990-62368845.js',0,'ÞrÎ~(ö¿b’}GÞ','ÞrÎ~(ö¿b’}GÞ','ÜÜ&XàÀù ÚÇŠŒÚ[zÑÐ?P%ëØà‰¡œBâj','',0,'?'),('F€÷„‹Na`˜K\n#ÃTÏ','wp-content/uploads/astra-sites/index.html',0,'ÔŒÙ\0²é€	˜ìøB~','ÔŒÙ\0²é€	˜ìøB~','ã°ÄB˜üšûôÈ™o¹$\'®Aäd›“L¤•™xR¸U','',0,'?'),('™xsÔ¶õÇ—…¾Œ^ˆ—`ü','wp-content/uploads/wc-logs/index.html',0,'ÔŒÙ\0²é€	˜ìøB~','ÔŒÙ\0²é€	˜ìøB~','ã°ÄB˜üšûôÈ™o¹$\'®Aäd›“L¤•™xR¸U','',0,'?'),('~Î”´,z¤áGïh‡Þ','wp-content/uploads/woocommerce_uploads/index.html',0,'ÔŒÙ\0²é€	˜ìøB~','ÔŒÙ\0²é€	˜ìøB~','ã°ÄB˜üšûôÈ™o¹$\'®Aäd›“L¤•™xR¸U','',0,'?'),('‘FåÄá[’Š7ž×‹\rÖ5K','wp-content/w3tc-config/index.html',0,'ÔŒÙ\0²é€	˜ìøB~','ÔŒÙ\0²é€	˜ìøB~','ã°ÄB˜üšûôÈ™o¹$\'®Aäd›“L¤•™xR¸U','',0,'?'),('	.§Û™AÆt>‰ÎÁrk','wp-content/w3tc-config/master.php',0,'n¹iQÍÏïùÖ-PjHÜ@','n¹iQÍÏïùÖ-PjHÜ@','Ú_3ÏçM”OÆo«žà¡\0ƒ„@Ô{‚ÿ5œ|w+ve\n','',0,'?'),('&Éßë	PðshcusS','wp-content/wflogs/attack-data.php',0,'#Ø­\n¾îÅyIb½\rÛ\r','#Ø­\n¾îÅyIb½\rÛ\r','l‡Ž4Eq®{¶®‘  ¶ï×Ÿ\'wg×31 c®w:³','',0,'?'),('5±#tŠ5R½ÑˆK©óíõÔ','wp-content/wflogs/config-livewaf.php',0,'Í4|¸¸O®Î¨}Õs)e','Í4|¸¸O®Î¨}Õs)e','Q³\nB<Ûî0nLÆñ0¶äÚˆQ´œKåá·E=','',0,'?'),('8?6Bˆ\r¾Ý÷pl2ºRÜx','wp-content/wflogs/config-synced.php',0,'Þ•ÉräJÂ|Œ¦ê‰Y¤','Þ•ÉräJÂ|Œ¦ê‰Y¤','g.J¢ (½|YCûàÎ§Ü}ÌÉªÞ’Ò·›&','',0,'?'),('Ñò†¾Ô_§V#ðªþ­æBt','wp-content/wflogs/config-transient.php',0,'Ú`aã\'Zª]&','Ú`aã\'Zª]&','Y¨.3Fiô`\r;¡N`ëN9¿<0E\n/^Ô6KÃ¯)ç','',0,'?'),('ÓU÷€nÐ/|r@Úªò×Á','wp-content/wflogs/config.php',0,'/¶\r\'Ài–,u§wuZ0','/¶\r\'Ài–,u§wuZ0','mþTUTî±ðƒBìt1\r›Ñ’>~°˜”XO D6','',0,'?'),('ÌAÂoÚ!ÌVáêÅ³`v','wp-content/wflogs/ips.php',0,'lC¤dbï.§Ë´ëƒv','lC¤dbï.§Ë´ëƒv','Z][W‹Pš}Ã,ûþ¿–žƒ7*öqäá\nãæÆ‘¡á','',0,'?'),('‡ž!¿ÞEª©S7x–ƒÈæ','wp-content/wflogs/rules.php',0,'Ø°Õ·áÑÓÎäçÄ','Ø°Õ·áÑÓÎäçÄ','»<¡öµÈ\\Q%žc’ï<×&ûžã×1~`Ä^Œz','',0,'?'),('¨í5#Á\"8­%`}','wp-content/wflogs/template.php',0,'lC¤dbï.§Ë´ëƒv','lC¤dbï.§Ë´ëƒv','Z][W‹Pš}Ã,ûþ¿–žƒ7*öqäá\nãæÆ‘¡á','',0,'?'),('ãaÝOj\'÷Å»D*ÖV4','wp-cron.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ï¢–±ëv>†Í¬ºH\r','ÊO»‹,î9\0z6ÞŠå+å¤8Ö,”e|\\£ñ£û“Â¢','',0,'?'),('Ž„ƒùvü´ŠÏŒéŒY9Ó','wp-includes/ID3/getid3.lib.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','â.Ò÷¾0(’ö¹~H¼6ä','â#øáBÅ—,¢n!¨‘6±µ¨;\n¼˜±X~õâ\ZO0¬','',0,'?'),('dõå:w¤îÐOÍÐ†','wp-includes/ID3/getid3.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','š\"{\'/µç\'öP','\\œ”M´êÞd8—¿õ^ô½¢kL)J»ˆYÐ¯\'³','',0,'?'),('9ÕÒ¢Õì9ñëd\rëŠY','wp-includes/ID3/license.commercial.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n;g–üJ€g­²ÆÙxAŽ','»t_2¿xÊ<±ì-Œ£íËœwqÝI¿g™Éó','',0,'?'),('}ïÈæŠ\\Lü¯`Š§äi)','wp-includes/ID3/license.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','GØV%æP_ú¨Õ·¯','ŠI>Ï×a§*R8?ñ–)öp1‰UÍ”Ç?2Ã=o—ç','',0,'?'),('D.÷îˆö:•\0¾¥SÔR8','wp-includes/ID3/module.audio-video.asf.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N~I6¯Â¦¡\rö¸j','›;’xyã\\ÜÿöŒöñL¹ØU!e¨‚¯ÛT¡4wz','',0,'?'),('x	G!Nä·$¥.šdŽTbï','wp-includes/ID3/module.audio-video.flv.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','÷ïW/…øb²ßñˆîç‹×','ƒ6£\ZBp¦zwŽ@òý0êEvÓàã«mC8Ÿ1','',0,'?'),('ÖoÒ¨*Kîêo˜7{ƒ <','wp-includes/ID3/module.audio-video.matroska.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','žÆ.Û½½k§ÓŸS[	–','fv£¤Hùc7UÐfH§W`nk´MÏÃ^Öˆ5‹+ÿ>','',0,'?'),('TŒŠ³vm?,³aÞéãT4ê','wp-includes/ID3/module.audio-video.quicktime.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','žOŸ›2PÂÁ™I–uÚzÄM','@N–¦zÁjãžÏ.q/\Z\n]Î60ÐëcÂ78Î^°f4','',0,'?'),('ØÀ\ZvŒI:wmä²\'~K-','wp-includes/ID3/module.audio-video.riff.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','†^ÿúüoõ\\e¿z°º4—','Q‰Å&IòWÒÙ>öJHê»·^Ÿ`r–z[æÁEè+Eâ…','',0,'?'),('”±¦®LØâ6	ØÀè×³','wp-includes/ID3/module.audio.ac3.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','³èÄ\Z­t÷›ü¬YòLÎÝm','áÒ·¢ˆ—P5Š¾Ð„ù^n¾b˜Ý¹˜¦ÒŽ(I°Íw','',0,'?'),('Ç³\\ªÝ_L-Y€ÅŒ%$','wp-includes/ID3/module.audio.dts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ª|ÏÁt‹ÁTFù8\0ï\n','ÇŽ:Ç”Á%ç(È3ž¸z…€\0?‰ÉlÔik-pÿ','',0,'?'),('@ø‘+âTÎ„\'··¥Ù¤','wp-includes/ID3/module.audio.flac.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X’Ã¥E>%†u·XþŸ','®C_zyÆžÒv¸_\r_Åô(÷N2¹Qc™Ô¢²*Ø‰','',0,'?'),('¾ƒ—ñNéÄõþ@½(º3—','wp-includes/ID3/module.audio.mp3.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÍxÀ•n=	&¿-)\0 ŒÛ\Z','Û«Œ•¿-l0ÜIå7Ç=h=\"Z°Æ_Q³6ýŽ','',0,'?'),(':®|LûH6(Îßcµg‚Ö','wp-includes/ID3/module.audio.ogg.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S(YÕ˜ÏÅ§ö¤ÈRî','ß52p,·ae4nèh€v˜ùN‹°Ž³Oô¬«b½â‘:','',0,'?'),('Î_)-ª]íËŒkO	Ã÷Ã','wp-includes/ID3/module.tag.apetag.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','†Éúi¢Òt‚›æ-%ÝÑ','à 0«cÂ„ÐÚˆÊd\"9¯±_mZÿÙbóÁ¬×•','',0,'?'),('ÁùÁ2zsñŽú4xÎEB','wp-includes/ID3/module.tag.id3v1.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Uâ.hw¾Óª†Ž·ÂÞÁ','âÛHÞ’°ÈÜgàß i`GðÜ½!Ù¢h÷&Œ)M˜r€','',0,'?'),(',†áÔ@µšhjäqrÞ’ÿ','wp-includes/ID3/module.tag.id3v2.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÐæLÄÃ™R 0vÕg9)','k/áëT!	ÍØ&pyâéxÙKâïhTxAÛò·çGK‹z','',0,'?'),('‰? 8”÷˜ÑÉZÏÐNÁ','wp-includes/ID3/module.tag.lyrics3.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7à-rÛØ~¾ÅÞ>êø{','d™:,P]\\÷À1=cRÅºýÿt½%lz\0êØ','',0,'?'),('(~6vqVì0ô{†\"','wp-includes/ID3/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ý£öÿzÙeÑ§Ñ¥k58ã','lr¦¦·Áp4œëFBÜ¢7\"Z:üW“vøÌÈ','',0,'?'),('i¢™;Ùõ&™¾oâ®?','wp-includes/IXR/class-IXR-base64.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','î*6ÖÕ¯D¶Tæe™»','?F]Lª2}‡Ùë\rSþ@bÑ2÷O­oÇuU\'O„ª','',0,'?'),('®û	ýÓ­gÈ±!n‘P‡','wp-includes/IXR/class-IXR-client.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','QÄ£KÎAÏ²]ÚŽu…YQ','¼‚UÆF™Ó\"GòM|L&©8K::DßÓÜo¡t','',0,'?'),('¶Ádx¹ÍÖeBÀÝ™ÏŸ5','wp-includes/IXR/class-IXR-clientmulticall.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¯3@¸ëÃS¥\n_¬é','ñ€ÍÔÒõ–!™YüMxªåômëñÕ’é©Oó°Åù»','',0,'?'),('ZéÎ=Ó§Årc\"²”y®','wp-includes/IXR/class-IXR-date.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','IîÊVdB+A·J?ƒù#','‡á{~Ÿ(#å¦\Z6užîð¡Ú,ŒêÕÇ?€jk2íñ`','',0,'?'),('^H\0õB|ÛØ4Û@zÁ÷','wp-includes/IXR/class-IXR-error.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g6\"¬•íu\\\'3¼²­œbŠ','*?ÍÛ§U=Ž?¨,]¤Ú0=CÊø““ Z-†6Dq.˜G','',0,'?'),('$óÏ«/ñþ¥­!¯²Cæ','wp-includes/IXR/class-IXR-introspectionserver.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2Ua¾wä<øIw‘p†O7-','ƒí\n¾àÃûCþýžPEQ%×D\rÑk*žXéÆÆo','',0,'?'),('ÿ—~%B—\0ƒz˜îõ?o','wp-includes/IXR/class-IXR-message.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÿ„|Ln•©}Dû×è14—','ly}¾©zû¨.àjx¤­ªmÇíÔäž¥:ëúUl`','',0,'?'),('Šwì\ZÞdÏ¢óü\ruD\"','wp-includes/IXR/class-IXR-request.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%p.<SÇ¡ê™Ôz1Ï¢','Qãµ*kË_}’á2ƒ¬é>Tûq<Ê_Sß:ïQh´','',0,'?'),('—ÿµalòVš?Žfý\ZÑ‘Œ','wp-includes/IXR/class-IXR-server.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÊEÙ]Ô²[ÒÌŒ}ü[X','ÖÚø5¬T½¨4 ä]ì“¦\ZH~6Ò,ŒŠ¿t•¢t','',0,'?'),('3ï£ng\0¤¿\\\0	ñW','wp-includes/IXR/class-IXR-value.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','’fû>¨5lÍøj\0fè','¾?hœåø¬²Í‡ X¯ØUPËO|H$‰1¿¸ž','',0,'?'),('¿¸÷ò\\èM¼MøF/±I','wp-includes/Requests/Auth/Basic.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','gýØxÌ„ß	4UÖ	k!C','.ÞÐ¹hÜdBiHÉ€àn“s·‚ˆ¢á—‹\\±ÞñöO','',0,'?'),('J¢>×æï£Åø\"Íä/','wp-includes/Requests/Auth.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1—ÒRÙW²¬Ã”O[üÖJ','bOÚQâwÃ¹ìLÑ Ã¢þ©¬–™›ƒ9QÀÔlrl','',0,'?'),('i1üžE~N¬IâAÍ”àÆ','wp-includes/Requests/Cookie/Jar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','é0_±õ&p µ\"4Ù\\•','c÷ä!Â#B§i*+\"ö\r¹nš÷çIÆˆ¼XÃ‰úÊwÙ','',0,'?'),('Sç^ù7jK5I6Kæ2!','wp-includes/Requests/Cookie.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ñ]Þ÷˜4ôG®ÙFdW(Š','1×‹ÿÍ0*ºE©3:/’³2p¡ÔÕ¯ž\0K2^þ(','',0,'?'),('µÁOÂ­\n	„UÉí —Rb','wp-includes/Requests/Exception/HTTP/304.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ó;F4ÎAÛIïÝí÷T«','v¦ÓC‡	aÎ\'FÞ;€øò±zÚ»”(eJí±L','',0,'?'),(' <@¾s”†î\rÃÅF¨Œ/','wp-includes/Requests/Exception/HTTP/305.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Xø÷\0Këæ/`¡,û«&','HÄÆŽù—ÝË+@µIë·Üb‡š^=¶QvM6_iL','',0,'?'),('8PÖ§ê\Z¼HGE}8Ú','wp-includes/Requests/Exception/HTTP/306.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Wsz¡uNPÛjÜÉòXu','4U¾§Q\r1#_fº­¼¢¢°H¦û’*IÑdl¿Ÿ','',0,'?'),('HñýYfUHèu„pd','wp-includes/Requests/Exception/HTTP/400.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Qån‡Œ»VJ¸RÉxû5üÐ','³d«>Ä÷†¼º	¢iìH®º¬ßb$ª&žnèàê6—p\Z','',0,'?'),('/²þ}ã¦¿Lú;?Êw\\','wp-includes/Requests/Exception/HTTP/401.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';*¸¹Ëý‡º¢?ÁdŽ™@','YV$‰óÄÿ/ï¥Ÿ@=²÷…Ãî»V-½Ødc°','',0,'?'),('*\\TÒ)%]óªyiD+','wp-includes/Requests/Exception/HTTP/402.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`øYÕQPÚ\nz•šÉóGÖ','¥g˜©NQ	µ ¯”Š‹ð/æØØ	·y5“¯‘¯êÎ¸c','',0,'?'),('œŸlÛÀ3.	XN‚','wp-includes/Requests/Exception/HTTP/403.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¼Ñ`è÷\rÇoû¿k3·þ1ß','‡Iìö©léE†Kà°Ñ¦ø¦?Z£0JT¬Úò‡âáU™','',0,'?'),(';#¿	n©åÜ%\"õù','wp-includes/Requests/Exception/HTTP/404.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÔÌcƒY\0…ysø’<M','ÂÕ-!V°»>d¦*jPŒFÝ	È;QÆµ±šN1aGœ(','',0,'?'),('Y›´¶ŠbÚ§,Åý÷J','wp-includes/Requests/Exception/HTTP/405.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ý8Ñ‚Þm!²Ò¬³­ù','jòbé±íš„Ìð^U¨sv8ÑÂ$b´„Má3y’','',0,'?'),('ŒòFj]pÛ ÒíÜAc\rp','wp-includes/Requests/Exception/HTTP/406.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','KÈËlïhŒržÜ9\"\0¬',',aYÓà}PR6ƒêã`½)Kíüfžism ¸¹è','',0,'?'),('”×èÿNt»Kô£Uò…ï','wp-includes/Requests/Exception/HTTP/407.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÂÈéõØv‹½äÖj&æÆµ','>\ZÔ×Û]Æš–BÌXv’Ø°c¯šñ¹Ó.N2ÂNÒ¹Ð¯','',0,'?'),('º¿‡\0n:T‹q}K ø@','wp-includes/Requests/Exception/HTTP/408.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@>1d„IXÅO˜ìÈ·v‰','éq¬™ò*ÖlmKÒ£kÄ\"ÐMÿQ?Êp§’aØ‚ç¦4','',0,'?'),('Xš¤¾v–\ZÆ’¯Š\"ë$','wp-includes/Requests/Exception/HTTP/409.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','™ZÄiæ~*=›ëþ©¶','‘÷Ç_MÔá8Uü¼«.pF«÷ùÂwŽ:E`ðMBâü§','',0,'?'),('…ý›T×ì–‘µ:t[¦ß','wp-includes/Requests/Exception/HTTP/410.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q¾O47ßºÝ¥/8X!„á›','—¥9†f/3MM;#GÚªWO&’tSûO\Z±­ÀÆ˜ò','',0,'?'),(')ø”|ü{4æ+]ÂX(','wp-includes/Requests/Exception/HTTP/411.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'¥R¡äMö.ÊZ`G–','ö…èU‰^¾¬ª‹9pÝô&ÙîÍ`önM{¬ n¾L','',0,'?'),('†)ÀÒâYh¨.ò;¼èÅ¡','wp-includes/Requests/Exception/HTTP/412.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%¸„IÜ·¡¨=Ù7Š¥VÇ','S÷A•4c\\DÒ56-ŠÍ#¼¾d*³ŸÒÒ½Ó¾Rýþ†','',0,'?'),('	˜.¦Ù5uaÎWkJø˜','wp-includes/Requests/Exception/HTTP/413.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','é–<Á]ÉY·ÙÿXL¿Ø','\r…Š}ÀäŸ¹-V±Ûß°Þ\'eCCÊ…ãe-2,0','',0,'?'),('[ÅYÁÐ44óOr¶•l0Í','wp-includes/Requests/Exception/HTTP/414.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¼¦]Uâ@žö¥)Øæ¡#h','¥HàÁ»ÔÌÆÚižàíc÷!§™I).ehˆµ‘¯·‰','',0,'?'),('Œß}¥^72Â‚„ˆ·®','wp-includes/Requests/Exception/HTTP/415.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','XÌ°TbêÌ®£JUÃ','v%Ê_Ä\0Ðb$m‘&`ëó–Å(û=™m<Ðb\Zo0p','',0,'?'),('žg”Kë;ûqF»VI}þQí','wp-includes/Requests/Exception/HTTP/416.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ù1‚N9ã–ÉªÆa€Dxø','Ú(àÝmybVõaIÅjWp™Œ¯(!AéðëÞ<(±X','',0,'?'),('P&_#Ï\'ÜzTâ†Žs','wp-includes/Requests/Exception/HTTP/417.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','BpjŽhO^Àc\\G #','€˜€LáT˜²Ò˜$xDsš^ùh_!kC»\"1\'ü™_Ô','',0,'?'),('ÅD€¬CèèÔÃF}±Ë','wp-includes/Requests/Exception/HTTP/418.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J!ºâ˜ñÉþÚ[“þ4Šó','4 ¬6éŽ¬½ìM&ð$!2d<žª\\	|\\—?gü\n','',0,'?'),('Þ]PªJQÆ€6oÖ¢÷•;','wp-includes/Requests/Exception/HTTP/428.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','š—»i÷Bäå}§^®t*','CêO¸W%“®¤tßÞY×|ÂÕ&‹0VÂŒÐ\\Ì','',0,'?'),('¿O/´Ã¬î`|g¨_\0','wp-includes/Requests/Exception/HTTP/429.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','SðÝ%|F.Ã Zd…³Ì','ô‹!óT“ºuwm¡t5Éo\nÌ2A\"k”ßšz­','',0,'?'),('ŒÊš¼{€(ú‹Ð\\iŸ7.','wp-includes/Requests/Exception/HTTP/431.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','àãs|b$ÊÕÑ“<‰Ù','ëê…±¬/Y6_ ì ÑwÊpk²wöÁ´0ÿÿ§','',0,'?'),('¨\r²f æhÏ8°!','wp-includes/Requests/Exception/HTTP/500.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','À¯©Ækmƒ\n	HòMÿÚ','FO—¡ÿV3\"øªõœïÔ¼£ª!kÐPò','',0,'?'),('Ùl;aoò´˜â¹~ûGÖá','wp-includes/Requests/Exception/HTTP/501.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','eÚ¸04ò-?èõ×‘¨5','“k¥Gå¯²ä\nÎƒCD#¾6Èu\ZëÖ„EÚ£@K1','',0,'?'),('çâbm€%²‡ŠÛÚ­Ö«','wp-includes/Requests/Exception/HTTP/502.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|È:l€ÏzùÕ!{ûGÿi','ñ/’ˆ¿~UJO¤.Å€#µòEá‹ÿú5´*Š\'CÅq','',0,'?'),('nÅ¢¨)á®cˆ›Þq^\"','wp-includes/Requests/Exception/HTTP/503.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9÷RaÃŸCô`\0ÔUT´','¾}¶¬=3xûA9¼ªñËl«p\0‚Æ°Ó9e.O','',0,'?'),('Oy™}MaÍˆ_Öú“I','wp-includes/Requests/Exception/HTTP/504.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','×mŒÌªDb“ Š*¥','ù<¯˜£“!B¬|$k¨®¼Ýˆ # Œe¬i%0','',0,'?'),(' Ì\r$	QŠ^C(ØÀíäõ','wp-includes/Requests/Exception/HTTP/505.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ž]A	3æ[/CdÁ¬Þ','Ëâ­›Åû ië{ÈPAÄÍ†kÎûñúd©¤‡M\n©Œ','',0,'?'),('ÕuG#ü)¹|Ã^´¬¸6','wp-includes/Requests/Exception/HTTP/511.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','unšN<KwøÐ›¹‘Ñ@','úóIø¨}7+Æ•¤A÷Üàlæ¬¿B÷õtÛ\'s÷ðt','',0,'?'),('‡Ÿ‰û¦¯>2\\o†)¬·×','wp-includes/Requests/Exception/HTTP/Unknown.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Údlá«¶2¯AûÏ\nW¬','@¨ëþâ3Ù#\ZÐ¶/*t\rÎÛ6<Xïû\rˆIF','',0,'?'),('ÊÄüƒWå>ÄÒŸ¢ÏïþÈ[','wp-includes/Requests/Exception/HTTP.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','èÕüh³ÆúäRlrÚå','oýEÂ²tQQbo\n®þºïrî¡QqÚá\"/±‚Ž…','',0,'?'),('ˆ¯Iy-‚\n·Å„‘','wp-includes/Requests/Exception/Transport/cURL.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','…6TÍg*\Z›:	¯x7ßá','Å]ÐýÇÂ0Ö™8ü‘Êp#ü~†õ\\o±Ó=1³Õ','',0,'?'),('ïrI‚åíê–É€5 ÁF','wp-includes/Requests/Exception/Transport.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','«»løÚzèê J«^Ñ','¦ºûîÄº¶ÌŒ»ã&Œù¶Ö³–†Ý4@78áíôp','',0,'?'),('TšÄ˜5VH«¬üP{Öô','wp-includes/Requests/Exception.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‡›¬žú\0…«3é\ZÌRI','-@Ž‚g %ˆü§†ŒuON\\}@là°Ì¥f\'»ãó¼','',0,'?'),('àùÔ.Q}3ÒÙT‰','wp-includes/Requests/Hooker.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Å@%©a[Ñž/4¥á','t\r{Ökƒ?iÎkä•C\nLãðƒ‘bïÌ‡ÝWy','',0,'?'),('X–êM¾·šÃxÚ³üJð¹ö','wp-includes/Requests/Hooks.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',', ¥ ¹¨—gx¡iÎëÙ','ªÕšü¾”è Qûæ†D¼P•ÎØ‚_?yÑ`Œ£¡ø«','',0,'?'),('¥Ô í\\¹ÞÂ…”Tn€‘]','wp-includes/Requests/IDNAEncoder.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','×}­¢2ð›àÐP´Ø±','ÜM?ý~\"ÈÍu%Å[þ,l¤‹‰ú+?F-}±M)Œ','',0,'?'),('éTáB3º›GöÞ{','wp-includes/Requests/IPv6.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¥ßKˆNŠèñ¬knT±','þ=Øíln&ÎÑø¾„çÄƒæJÇÓ—µ‰£~ÄÄÞ÷…él','',0,'?'),('ªˆ}z²šî¤#¸€™‚\Z','wp-includes/Requests/IRI.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','52]ƒœ{ò}µù	`X','ÉI?~Ê4÷»ß]4¯ûÇ‡ŸK‚­Fªý\"v«I(','',0,'?'),('w´\'œPe¾úFÃ+õV\0','wp-includes/Requests/Proxy/HTTP.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÿÐæ/2Û½½¦¼¤×ð)','JÐ6d¢ãA—Ël{ÁÐ™\0¶Ÿ›ƒßJí¯÷îh','',0,'?'),('#y÷Ÿñt(‘$NTüt¥','wp-includes/Requests/Proxy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','µ@k7µ\0×Ót¸\\*‡™G','¤w<PBñ®èZC÷kºSI¾Q!Ú\n}i','',0,'?'),('G Xeô·xïÅw0\\Éo8','wp-includes/Requests/Response/Headers.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z×Ã‚Ò¶A-§ô>c©`','ìE‰\nÃF		äõ²M«Ãß%{Åßa‘ðÚ`,à±','',0,'?'),('ÎYµf/÷pw™ÍŒ§','wp-includes/Requests/Response.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Îp†»·®Ræ«·Äý\'G','®õùÄWwYKL\nÅì	-*ýèÉ^e\"eÆ(_,g','',0,'?'),('U† $A=©HeØ|îzÈ–(','wp-includes/Requests/SSL.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&Pgë\'A6¬(¾07TO','\nïQèóÀ4Hw@«³8<Sn-G¢aMÄRAÓ¯ƒ','',0,'?'),('c42j›§ÎxåcìÄd','wp-includes/Requests/Session.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7øÊÝ†ü¿Î–µ¼ö}lŽ','e`Ý†à.÷Îƒ:Ž”jEó\Z³Ò° åè‚5ß\Z¨)','',0,'?'),('`Ø@‡¯ðü×ÚYEî!','wp-includes/Requests/Transport/cURL.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ä€Ú87a`CZàÑ','hI¯·© x<‡®þ¨ƒ%•Ûji°ÕÂ¦˜$','',0,'?'),('f¿¸ÙÌBœDêFr\r\rž','wp-includes/Requests/Transport/fsockopen.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Œ>¬r¿‡ÖÛQHË†V','XißÿéŽcðR²)RÝÇ Î.›#`jjÅ¸3?','',0,'?'),('•Ò.ÉIOI¢P²³%)','wp-includes/Requests/Transport.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','œ™;Îkí‹¯K\\VlÆ','É¯O3e–ÍF»Ôã›†·Öv+¨ãÀð.r/Ü>Ÿ,','',0,'?'),('~A‹H„gç™éþ¦KT€é','wp-includes/Requests/Utility/CaseInsensitiveDictionary.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','µð:ÈÇR³KžroÕH2z','9yÔ†&/AX‹Hòi{b»Ó÷†7f‘¥ýrw’Ñã=m','',0,'?'),('ÐÖ/¨?Ÿà–ÚÛUñ‡ê','wp-includes/Requests/Utility/FilteredIterator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ù¢ÙaŽÖx·%AªžyÓ','LÌC¨°UÁÉäØhU;4æn}Rm«¤x;è¨ÄŒÜß','',0,'?'),('œý—k’5SHåÐçÐ«','wp-includes/SimplePie/Author.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4€qí_ðA‹%–Nw£1','n#¹O/ËjbáðwP&i‘Ñ#°ž_`ßÔðYÐžÃÁ','',0,'?'),('Uð\\p{Jþ˜OÃQË&','wp-includes/SimplePie/Cache/Base.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','”Cí¡‰»Ù2]œ]#|j','ÏoƒoÝÓÞàkj´\\0‘¼Ý[-¦d8¯Á;\Z3','',0,'?'),(',ŠhÉƒs?4B[Ë^Õ','wp-includes/SimplePie/Cache/DB.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y¿OU£õ’.Üb¼ûö','ÂûÐdÕ*Y×Â®£¾s§å<!)Üƒ«…JØÂ¬','',0,'?'),('éÖçÙöV,E@†X‚šy','wp-includes/SimplePie/Cache/File.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','£=»@ìÂœÆB[	SÑ','‘9Ú!+†YüûÑæŠ6L$-„•fq&±è¶‡‡kh','',0,'?'),('ù‡†óI™:4PúUÒÙÀ','wp-includes/SimplePie/Cache/Memcache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','öJU²¡…1SQ«„?¶','¹}kñöŸüäÒJ?é°÷dAú<a«C• ¤3:[','',0,'?'),('<)8T*.SuSÒÄºŸ','wp-includes/SimplePie/Cache/MySQL.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','è‘ÎßBÊC™\ZHÕxV‡','t¼‰ÙAž“BÙ ãB=)ÜÞRhO™“\" Çg©;','',0,'?'),('YÖ»Uª€ÕÏ}Ãr/','wp-includes/SimplePie/Cache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','yü¢:ƒoMh÷vL§4','w!øÛ’¾?ÎìŸÜERÄÌS^R’L¡‡÷K—º”«Aæ','',0,'?'),('­ÌÝ\"Ü’³÷ÓÃnzD','wp-includes/SimplePie/Caption.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','½º¼ÜÊBjM­ög[ÄÄëé','×Ab\'¤L?Q°“LrtÙ\"½»¸í’2”Î«úË','',0,'?'),('µ±ã·q†KÑUÔjí¤','wp-includes/SimplePie/Category.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','º~ÈÌ?Ôò.\nÜ¯d»*',';ö³Ðµ”™=§SÃ@dc]rRÖ¼n˜Ü ×<¡Í6','',0,'?'),('µl&ö*‡©õñßõÈ&','wp-includes/SimplePie/Content/Type/Sniffer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|rÃói…UbÙlwìáÇÛ3','6%\"ï\\\\4ÚNÊ*F°´áŠ`ÙÎ“å\rL*=Ç','',0,'?'),('•ÒanµöV=Ty Xä','wp-includes/SimplePie/Copyright.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','½¿h¹T©Õ	UÌ€·Ëj','Áëb_$4…_Ãm2´ðÂB²åJ¢\\Ó5æß\"%	N','',0,'?'),('ØoÅÇ£ž	×£áŸf0¿Y','wp-includes/SimplePie/Core.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¤®©#¸òÜ÷âÔý\ZÒ','…ü»½µK 5(µœÚÐ‡Ï»\n-\"}x$f]. b','',0,'?'),('Í½3Âè=£¡OÁGÄ|~§','wp-includes/SimplePie/Credit.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','…ä¡MçŒ‹*>\nê|','©„N3ïïý$ãZƒ,!ðÇ<íñë°‚!9î\"Ý','',0,'?'),('¸š…P¿Of;ö™Í/ó×','wp-includes/SimplePie/Decode/HTML/Entities.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E—^/Ï\rB†‘¥Z#”%/a','\0+½ù0…ß¨P;µPO†\' ‰^p|Ns¦N6’d´×ï','',0,'?'),('2ðì^(ÁúÊ­à-^x½¯','wp-includes/SimplePie/Enclosure.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.†BënÎKûs]','Mâ®HâÚ‹Æ÷TYÇQ“µ6ÿ“càÈfÆ|hƒ','',0,'?'),('·\nfv 8¦÷á1·“™-I','wp-includes/SimplePie/Exception.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	Kýv&œŸÌ<\\ÚÐS5','úwâ\'äŠÆTüËOE£[¸q:éSk!©¤ ËŽó\\','',0,'?'),('ƒ¶4rèˆ%ÞãÓÉj¸ž—','wp-includes/SimplePie/File.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','®º­kU‡6ê\n¯+ë)%·','’‘a.é%eý5ß+àpûô3‹d^bŠÝLL÷´T','',0,'?'),('ìPØ·úŒæ‚‡ÌºÆ´$@Ø','wp-includes/SimplePie/HTTP/Parser.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W%ÇÐû4ß6¥6	','E@€àåð»Ì£ãBnÂ…bƒ8ªÏœNW¦è¥%Èá‘È','',0,'?'),('oZ0†š÷ùÑØÔ<cÍ0','wp-includes/SimplePie/IRI.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','nÿ Óæ†’Ï;a{‡_6õ','á±`VCS5IÙ®\Z;&>­x·$¯¶Þí-á&z+','',0,'?'),('fÎä ÙýÂe«ªR¹)Ú','wp-includes/SimplePie/Item.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Eâ!úCzì\0Žc<Ü§','1K‰Õ6]æáL™ŠÝ²ÿê]`rÔS{·¹Ul','',0,'?'),('ÂTB›¤O>ßv2íî}Ea','wp-includes/SimplePie/Locator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','€s¤ÆÚ³;‡uvf^õêµ','<¹ÎŒ÷:9©/(\\ÖŽtlƒ]×Ç³^82æ÷','',0,'?'),('FFvŒ‘V;vð8/ž\rµ','wp-includes/SimplePie/Misc.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÎÍæyÆ-ÕØÒ^Î\ZK‰','ì[æ€J«úŠ‹KÇº—”¶Án3ã`ñ,\0»dß,m','',0,'?'),('ŠMj÷AÕM™ñOÞ\"If','wp-includes/SimplePie/Net/IPv6.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¥Fy!j½Ù€•”Ÿ¶´','·iÝé*8÷Çþ.yýÑŠìPªBÌæí\Z´Yˆeº°Þ','',0,'?'),('‚BÒóÙ‡Èv<Svç¨³','wp-includes/SimplePie/Parse/Date.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','±›)¼¢K(a7XÈ«P','Jc=[)ÉK5²«ð\0™–,ÉS*ÿ‚ÕÝûüð·:F™¦\0','',0,'?'),('³tfF	Ör{™Ü‡ _I²x','wp-includes/SimplePie/Parser.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R».äbçä§~ýÇëõ+Ì','×Jä2ù2<cŒÞ8ezdK§Û^Ä‘rè<T{ô#Êw','',0,'?'),('dâºhÄ§{q4‡2÷K\"ß','wp-includes/SimplePie/Rating.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=p¤m	ÇKãØ¯atû','—\r[¹j²jÕ‚à¥rV…h`æFrESˆ´ÝÖ{b‘','',0,'?'),('}Á7 Þ˜æDHDÚPl','wp-includes/SimplePie/Registry.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','È¢æÀµÝ1v9d\0ðÙ¸','ÌÙ˜ý¾§Ç+Ôæ‚Ô+’NðÞíTœbRßÒõsãì','',0,'?'),('\0`Y±Ï­rG¦¦”„','wp-includes/SimplePie/Restriction.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*qhdsˆ;Õy','û¾ÒuâÒ\\××Ô‰Qiçªg»œ‡DH	;\0ÇÌ','',0,'?'),('[±€à1¶YAdkö,','wp-includes/SimplePie/Sanitize.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','BØ¸ÀÏFµØ¥à®H¸u','ÉD„Õ>×Î™+ËN¹\ZœF˜Ç|#4“m=Öúóõ9cu','',0,'?'),('¤Ê0l±ÝjÆ0+%ò','wp-includes/SimplePie/Source.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Žƒ»ãàðS{³*Œ–ÿ','®¨ïµ4•†7Mj9…Šé|\0iŠÿ&Ä¨žªLu!¥J´','',0,'?'),('Þé\'g!Ž:–H™î),¾','wp-includes/SimplePie/XML/Declaration/Parser.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','±Úp(Ã…»BÉös#b','v‚Œ½Îã_¿ýØÖ6+qŽ‘æ£)Åº(1ª)§æè±,','',0,'?'),('ZÒŒ£[¼ø\nvâËâ	F','wp-includes/SimplePie/gzdecode.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Å8â¼†a—Ûal„4Ô','\Z93ÒÓEu™f\0–ä/Ü\\T‚k&˜Òo”ßH','',0,'?'),('Oþhu²G¯ýá²&\0ïLÿ','wp-includes/Text/Diff/Engine/native.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¯SöÕ„\r“ž$ÔT','SÏê\04â¡v@ÝÅ±`›DG VÏuÀeËRý’Bç«‡3Œ','',0,'?'),('Ç‚-i)ö.ø\\Îèæz„^a','wp-includes/Text/Diff/Engine/shell.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ZÞµÒ¶_œÓÑOÈoªUC','uNŠ/©Iª½µ¨$öËÕíÆëƒ>gÿÖgÄIAü˜Á$','',0,'?'),('÷ @ï;€ú*ÏÁ|¨°','wp-includes/Text/Diff/Engine/string.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':±“=üM©Ã\0¬ïi)','Á¤áÆd™¾[«%ê‡nZR¹×`ó”²…éÐ','',0,'?'),('e½^#|Û¢TÐ©’ˆz','wp-includes/Text/Diff/Engine/xdiff.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ö¹ÈbŠt­X8šGX','ú[<¡0°Ä…—¿aD)tJûhí¿(C›[uH}sÒ˜i„','',0,'?'),('&¬‘•Rw?~„j­hJ¤D','wp-includes/Text/Diff/Renderer/inline.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ˆ\nån5±P´²ÇéÙB\'è','XèU.kâ»ºæ@-(•¶5¡N½‹ãîñV','',0,'?'),('3âÉfQ3àhð5[À£W¹<','wp-includes/Text/Diff/Renderer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ü‡ ßC0µY7OÜ@ÙGS','EWjá+åãµ\\âÝ=Ñð’É}.÷Á1\r´ö|','',0,'?'),(']B#Í2èzÚìúbUœÉ/','wp-includes/Text/Diff.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','lpÕžžšn›Ñ7q“ã*','Ü7Æå	¼iëHê—“çåM2Üü33}¯ E€ÒˆŽö','',0,'?'),('-kdÏ¯‘ªXßw\\7ŸÀ¯','wp-includes/admin-bar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ê•ÉdûZ{™\'¢mì9','ÝGÿÁµl¨\0æH\"L³Eºa†)ð	åÌ,x\"¦KË_d','',0,'?'),('Guµ^¨/1ÆÔÕSñŽ7','wp-includes/atomlib.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>B/Ý¯Az)»žAM«','H¢³L¨òÉø÷Æ»ÚÓ›Øv©$q¦êD$‡óídët³','',0,'?'),('&‡Sì§¿o¸$æ÷0øn','wp-includes/author-template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÚaŠC.]ù“–§°Jƒn','@+‡®E‹ô•A?(û‹:T×ÿ¬B[b—0ò@HºaËç','',0,'?'),('Ð>6bY£¹•AUFð.','wp-includes/blocks/archives.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','†æåé¼¥æQ¤&7´5','\rË+y˜î»örðºyÏé É?”tÞÒþ™€¼â{ˆ','',0,'?'),('>5ÍË.y2Q[Ú£ã1ƒ','wp-includes/blocks/block.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ã7ÃwéûÕ¥ ´mŠ`ã\nw',',,}\'³ÿª\\OnCûG–|¹	7Ì¢Þ›ÉíõC','',0,'?'),('SzWîì¥NKUSÑæ','wp-includes/blocks/calendar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','nMÏd˜ëm½³Ûh\n','-rlõv ÕXÖ²yþÝFò­ÂõW\0¯R5Ë[','',0,'?'),('û(ÐŠ»QB&¦€ŒöQ?éŸ','wp-includes/blocks/categories.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C¢ *=/ÌJ³3:}záy','²è[²ðÈî`ŸG!äÒ=Ïÿat–\rA)))2ÔÅ‰¤;Ž','',0,'?'),('ªu$Š{ÂãÛÜ¨“§vå','wp-includes/blocks/latest-comments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','°~ÐtÅ—ž L¤åO','AÑ} @ÞXÂðævþ°ÐÞªÉ>û_³6ð8ƒÍ/5<','',0,'?'),('ò1\nòçÏÁÁ¡x¾¿¬Ù','wp-includes/blocks/latest-posts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÉÅä†Jto`5‘‘t‡ê','gÙôëq1½~îìE;êá¥üOx-|u=¬;äH˜à•­','',0,'?'),('4›ŽBÖ\07qoBÇo6í','wp-includes/blocks/rss.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' Xë©…ø¹OñjÕwÿš§','ï\\ë×Zlß1‡ÞŽì‹¥=¼úZ›MB^r’þ‚°P','',0,'?'),('â^}R	íV7{WI\rH','wp-includes/blocks/search.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','vvÞz_âÙhé¸WÜ\Z0‰','ú›\rß‘WEï‰G\"´kÄ½+Ü\rÄ{Ñ8Å¸½È«—SKq','',0,'?'),('îá²N–”ç¦F¦VïYìC','wp-includes/blocks/shortcode.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‰9Ávâ¨JvŒéÄ±—¤','Ì¤Í¿vIe$ÛLI+¨<#—£fÚ<ÿ\'\Z^i','',0,'?'),('uí:ìz§2©DQÉï4','wp-includes/blocks/tag-cloud.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Tþ€Åºˆi|.¡Ý#´p','#5UHßXêô­hN7Åˆ0“³}žçûššìÃÒ','',0,'?'),('d˜£…AuhÅê 041á','wp-includes/blocks.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ï¢¤!71”Ç³\0àM\"þ\'','ik:0þ\'Nu3oŸØõŽ€]+aÊðœ­Ïß9T','',0,'?'),('Ð>›sËl›WD7õM°','wp-includes/bookmark-template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','®9Ž»w0*”´A¤—U%','ûqwJ¶xÚ$)Oª¸ÁÕÑË‚Àw„òéák_','',0,'?'),('†Ÿ\0¦>#ŠÑ›á­z(','wp-includes/bookmark.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v{>Tï†¹8·´Içí','Ä5;JØ\0ò\Z™/ˆ÷Û4Xñ~šq5•Û|B|˜L¹Ðc','',0,'?'),('Ç…ú9 Ù9: ÷¤\Zþ','wp-includes/cache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¯\n\"ubµY\n*)‡i=ûF','¼œ&Q¡Ô¿Bm·Ìá)Ò`r”i?ðr[ð»Ú§','',0,'?'),('Ü2Gý?¦_æü\\èÆú-B','wp-includes/canonical.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ž=]•.¤k‰±üŽC','5eÝÚ°µ1Ï~¨>R´@xYÐ<¸·,TÏiG–…{z','',0,'?'),('ëãYCàÞoƒoRÔäºž”','wp-includes/capabilities.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Znÿ6Þ÷§ÊoÃîbÿù‚','ÎcCH\Z‹ ¹¾=Ø»©ôˆk`@Sâÿ²jÛ&½>¿}(','',0,'?'),('‰j®ÃIîÔÓ<êŸŸ³†iU','wp-includes/category-template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¿œ¸¶ªÁé¸¾FµnNŸ','0æÀ¡ÓŸ°Y\rat[HÞqÂwnõ(ìÌ@üšž™f0','',0,'?'),('Dï²Ö5\n\'å\\¥Ã~W“‰','wp-includes/category.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¸·èuã<µÊ\r€¼\\ê@','ûátäcúZéà?áŠ0˜ƒs+\0å-¢VÏ{…Óòs','',0,'?'),('mD’ÆTŽms‘·òA©}','wp-includes/certificates/ca-bundle.crt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÑG¦˜íŠt5Éé²G”}ÿ@','û±Î~¹Žyžæ>=“wªžËƒû\089»¼cS$yŽÀ','',0,'?'),('èJ‰Ùåy”ž0mì`ä¨/','wp-includes/class-IXR.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2¬v¾¢0p\"…+/zbÆ+','€O0vØWµâW.N%êLøð£®`ÚXp0tj\\\r»Æ','',0,'?'),(':<·$ŽÍ0,w\"&e({','wp-includes/class-feed.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o_^ùÕÅNReŠ|Ae‰Ò[','’ó“Í¹+W*#£\0IÅ>ˆloÈ…Âú°sÂæ­²','',0,'?'),('!›”È@|˜4«°n­ô','wp-includes/class-http.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','úÙ\"wàÔñ&¿ÃIù>,W','¤áIé:édñ@êl@E·±‰³øÕíãKÅ~$È\Zó9','',0,'?'),('Ø&ãZhÍ$›Ã‰o‚','wp-includes/class-json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/}˜œCÁ|¥[)ì´Û','ÜæåKI\r¹\'Kƒ\\Ñ0¿eÜÉãôuu£áÂ\\','',0,'?'),('£í‘Eââí•ÀQ?èÞ	(Ä','wp-includes/class-oembed.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','iÂI£·ó*tÚ#u£\0Å€','I‘4›a!n¿\rPie{/Ó³ùÙš#œ¤w&ìjf„Â','',0,'?'),('	QW¯ïŒˆ~-Ê\0dÅ','wp-includes/class-phpass.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z!ËêTËÞßí·ÌB','ZÃêá’GŸdü/§	ÑÂñ\'°ûœ*¬Uy¡ô”(Y','',0,'?'),('ì8·Ú§™ºs}ï÷Õ¶àNi','wp-includes/class-phpmailer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<K¥Î\\±Ñi=¦­‰¤','¤ƒ˜NäÄÍ¯¬(ì¨vÈ’ft½¤ˆ{-ÅýT$£E','',0,'?'),('\"µòÉàÉu>1Ð7þŽŸ','wp-includes/class-pop3.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','UäôÒí‘$‰š‰C;GÂp','’´Àß«Ýû•z±™SI~3ì€o¥Mì8#¼‡÷>¨','',0,'?'),('öÞ*Ê7\rçæ?á¶ý','wp-includes/class-requests.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/¿ª8Š~¹œÎëW1Äá','âöü8¤‹=BÉèÓ¹å­e×®³ù,x{\Z­/Ä','',0,'?'),('¸è«\\ ¯”IÑ»Á»è,','wp-includes/class-simplepie.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r¾ó”©\'ðh¬ÝX}H•','g2QÆ¶Z6óüÃíûé*õTõT±Ð¢ ”_ÄS8î°','',0,'?'),('¿àÎš,ÌQ˜a»gl·Ä\Z¯','wp-includes/class-smtp.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','eE4¶ÄŽÍZE‰Œ­2ž','- Þßc9d§o-Ÿq¦òü¢Û¹éïmJvPÁ3‰‰”','',0,'?'),('e®ä__ó%÷è®xˆÀÛ','wp-includes/class-snoopy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s°\\ÞÅ…ŸöíÏ¼Ò.½	`','€–ó4	*ò\0Ñâ‰þèü¨\nþ†à;0r£ûµúÉ·w','',0,'?'),('„)Å©¶ê…2[¤	Ó4¨_a','wp-includes/class-walker-category-dropdown.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ñ—’ap-à¯6ƒ†?!³G','€+_›¡¶0^%“2‚¦Ð\n {¯#†)&w','',0,'?'),('•c­ÛnxÀÔº|È','wp-includes/class-walker-category.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','øHK–Ÿ\'Dù\'àX','æ×¹ºì9ål&òA*­”Š«.Ú›A}Ñ6èT»Z','',0,'?'),('KýK+ì†À2¤	aeZ“e','wp-includes/class-walker-comment.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j%Ó»Óì:3”6˜‹Je','´œÎÙ6«‰ÅS§\"ºÀ×UJˆ‘Óï\0ukµ”i°ó','',0,'?'),('¯ÜÏæå(è§¨:pRß/','wp-includes/class-walker-nav-menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ç,q2o*¥½t²®ñš`2','‰¨)ìÊÎ|e‡éû€åâ+–Eæ°¥û¦W?','',0,'?'),('Jó\rÓ·G>û‚„õ','wp-includes/class-walker-page-dropdown.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','³tB£B2Š[eJ·é5ßa','Y•Ds4¼I<ˆêðÛAòtìÈƒ±³©\Z‰–G†åÃ.','',0,'?'),('5S{ïTÆ–®Îe½/Ë','wp-includes/class-walker-page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ägP4ìj}Kb Œ0±½','8$ñI¬Ñ}R+üùfÍï­\\3Ê¬Áª¥D>Ä(!','',0,'?'),('Ö¶Ëå9Øžføpo3t','wp-includes/class-wp-admin-bar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Êóù‘á;°56H³Û#','.‹P<‹ºQR²–ª,¬N19¥Xü\"%µðŸ/Ÿü>','',0,'?'),('Ö»E\n»<¥B„[ì,','wp-includes/class-wp-ajax-response.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ìáôU\'=}Óê{µæY','°Ÿ\nŒôü“KV!C†w4rf¥¹Ü>Rc°‡EÞñØ','',0,'?'),('‡ZÙ)_„Úwä\'$¥Xù','wp-includes/class-wp-block-parser.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','LxÓçŽÓHú,óÒ÷','¶®R¿Âœ>äo¤Ò±€ÐåÛzÇ\\9Ž	öùV¼Ã','',0,'?'),('ˆ‘@k&XÝItÇœ','wp-includes/class-wp-block-styles-registry.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k\\¤nâ²#tÉô*ôP7','Ð’”\0m´¼ò_±>¼54k×ŸšÄ@6Ð¦ÒqýðM$ç','',0,'?'),('ÃÙ4Ìl!„rÁêØ„ÃßÓ','wp-includes/class-wp-block-type-registry.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','´Ÿ$E6ÀˆoýÃa#','ßÛ$‹¯ô\'Á<ãEN0ˆH«O5†¿$šÓ:}','',0,'?'),('ÂŠêgØ²h/á¸®™O²N','wp-includes/class-wp-block-type.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','™¦T]µœxïÿ¯‘ù','ðurÑå”rcm» ›‘ONóËr®„ì#á^X\'3Ý','',0,'?'),('¿·\n…Ó›IQED	æüê‰','wp-includes/class-wp-comment-query.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','36—\rÃìáHîlGì27','ö³‡›Ûþ%_î Ph¯U÷ÇC(ÒòÌ  ;ƒ1»','',0,'?'),('TÑrñÂå~ÏW]ï','wp-includes/class-wp-comment.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1>/D‡ÞŠVW¤Ýïá“','ÈÌ“õ87H2¾YªÃiÝw—PÐ«zš¬@¦Ü','',0,'?'),('ÈPžÃ é3ÄïÑ€\n”Í','wp-includes/class-wp-customize-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ân†‡dÆU³<lœjeÑ','=5u7S\r I­ýÞg¤½IáV«Ö–~zÊúíŒ‡NÄ','',0,'?'),('h\ZOhløç_øÍLm/å·','wp-includes/class-wp-customize-manager.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P¾ùÅAÛßÇN±+«÷‚','&ðþ6…e\0†w(cä-vVl…\ryÄŒçOÙ$€–Ÿ¾HÍ','',0,'?'),('`þU®2‘šmdW','wp-includes/class-wp-customize-nav-menus.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' ž<%$B‹êF+iÙ6ù','µ~ãkoåHÉù”ª6ý¥7­ a„ßÇðóŒ1#%vh','',0,'?'),('\r˜Ò§xOzäâ†÷z‚¾h','wp-includes/class-wp-customize-panel.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ýìÞ£öªDDŠ“yÂèòµ','ny\n\rÊ˜Ikfoo©JWÝB\'‡_øú²','',0,'?'),('ìÀ-xÇ(ÅE¶oI„=Ý','wp-includes/class-wp-customize-section.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ç2ÞH\0×ù×O­ýS•—','Å g!í€êu:ì»èŸ¹k\n¹,ÆDypÜYÄ^947','',0,'?'),('f…u3\n¸M\\Á}6*0íž','wp-includes/class-wp-customize-setting.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$!ëðZ´-¨¥¿','¦¯QÌäóÁ­‘/SOW-R+S}.¤}™pã2Cv[m™','',0,'?'),('ç”Jú¡Ñ‘e÷\rXd”Ô$Ý','wp-includes/class-wp-customize-widgets.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÿï©¡lKdÖõ‘ìYP­','‹mìùBíUÖm¿Ó6W~“ÇÛVŠ„fÆÕ-¦3€0h','',0,'?'),('âÄZa9ŸUÀzü³Õ¶','wp-includes/class-wp-date-query.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.¸6Ü\'@W“qaf®','+áï©ksî´1ÑX© >\\©?OÏ2×! JR [˜@ÝÑ','',0,'?'),('j´gsÍ66Î$€¤8*¨EÙ','wp-includes/class-wp-dependency.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','VH#Úmh„Ö%j\"¾Á','\\2–Ê­Üx-¨R÷mJP.ê4¼ÈØ¸ÎªèÏì¼ñ','',0,'?'),('ù„É±%›¹a{Z¼j	%¿','wp-includes/class-wp-editor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÿœí‚^uSN7öö,À','6À(énÍ£î½™\'³Kñ€mr‡bŒo²D©jÃ¹Œp','',0,'?'),('5`à]\\Í­i\0¥ßí\ZJT','wp-includes/class-wp-embed.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ù^ÞI{Ý„¡ƒIså(','Éu#6Åsæôíkºå³¬ŽJÿé×¨Ëúÿ?Laîx½Å','',0,'?'),('ºÍk{šä&òó»x\n¶ø','wp-includes/class-wp-error.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=ë[^#¦_¯ÂI\r»ÅHêk','§¢¬eq3ÕX‚üÇîln‹i•SvTò¨1\"6õüxLê','',0,'?'),('0xßhý×Í­K”ü3ù÷T','wp-includes/class-wp-fatal-error-handler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','uÙÒ{èüÒÑ ÆŠÙßD–','ˆuˆÏÈuŒŸŽ¡ZõTeï}†Zö>kŒÒÓ¦\Z°ß','',0,'?'),('O =(:ËÄ<á	Þ1F¿','wp-includes/class-wp-feed-cache-transient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','†x¨Ý?^î»¡>ß³Oô',':˜Ì;hÓ!xEÔzû¯P+¦dV¤0—Žù¹Dµ','',0,'?'),('ÖŒ·ñqæÃ³ýX°[ÈÒÇ','wp-includes/class-wp-feed-cache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','úŸìZŽõ¸Û-}åå©w@','ó/˜ Þ×ÝÒÈj¸Á€öZ’»­U7fnœÔÁYÌ[','',0,'?'),('#D®Å„ƒý÷Ÿ5%»Ä','wp-includes/class-wp-hook.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z=ÊEO§]cø•bhrkš~','¨’½’²Žü¢ÚŠcíÝßoô!ÑuD§J\"v˜û','',0,'?'),('²ü&B°5VëAUU,“ì','wp-includes/class-wp-http-cookie.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1ÂŸ¯ëÏ´ÕBŠ€’ÅÆ','#d™gt](Kh\Z¯‰`‘ý{%·½:á¦r«]yý¾','',0,'?'),('äÑç#ÿiJå®H·?ö@¸','wp-includes/class-wp-http-curl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','”5Jr`±ó’àÓã]','\'ª¸¥Åì0:NðíM3ãÁ<\r³i <žQ¹I-','',0,'?'),('•èMO,ÌãsæÒÔ\rçâ','wp-includes/class-wp-http-encoding.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ªÁÊÊYêŸ¬,¸¶È¯‘','yP³îÞ»£¹Tª/‘aÖ1X•·L±gÃÑÏç¨{—œ','',0,'?'),('ÃåuÿXÛÝ¼#‚-ÆÂøª','wp-includes/class-wp-http-ixr-client.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l&[\n’œ‡hšbÈ‚„','èžÊ´I}®vhAB×¾µC¢ƒø¦Hwßpo©™','',0,'?'),('g±fö1ûÛ¶òyä;´_','wp-includes/class-wp-http-proxy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¶nzòã‰Sžíð¨5Éë','6CÛÔFuÈ?”³6ÌSÀ0¾³½À™¡›cTÍªÔÏ§wÈû','',0,'?'),('á@†‹M]\"° …iNJ','wp-includes/class-wp-http-requests-hooks.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‹ÿvâŽ`¤æ²˜¯™','‚¾d\rÇhãQ%ýÀe­(§Bí‰™™)dP”,Æ­','',0,'?'),('‡B yÖw†+³àÖ|t«Ë','wp-includes/class-wp-http-requests-response.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÚO»TP^•ó—rbb!dÜ','€\ZÞÎÞ[Ð©Ç©©{S.Ws:ŒœÜe×®\"#z[N','',0,'?'),('©ÊÚ·tìg—Z·gEò','wp-includes/class-wp-http-response.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','µÝ4¾ƒyÛKý„øß•','çÎ™	áåù[ó†{\0Ifâ\0„tâv\n9d¹•øxŠç','',0,'?'),('ß°S‚³ˆ±h[üÛ³Ì','wp-includes/class-wp-http-streams.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']YÒ)TÔBF10í¦Õ¸','ŒüPñÓ_º“º_h¾—EU·¾xÊôj·ÌãÌ:eow','',0,'?'),('>©ÆX¹\rýbõßÚŸ®$W','wp-includes/class-wp-image-editor-gd.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¸\rµ XM†L38S‚Ì','r2æ!s.v0&8e)pOž@êœ@õq)N e','',0,'?'),('á©^ºûbR–åSIá!Ó?','wp-includes/class-wp-image-editor-imagick.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ž§°Ob	Ù¡§±w£¼','>Ú0¨T-Áš±\Z\\@‡˜ïOUÖßÒvÂf°ŽX','',0,'?'),('ú³¬»T\nšˆô­e.(¼±','wp-includes/class-wp-image-editor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','³¹OA\'»á«ì.I¨×','8®T\'NNßr»¯°cœjeÄ2YÆé	=ºâßÜÉ','',0,'?'),('ý`SkåÅ7Ttàv¹ X½','wp-includes/class-wp-list-util.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=˜:W€E^µë=—`‹Þ','Åª»¸\\ÇÍ·»¯‹¼Áb4«t®}fu·ÇäNÓ','',0,'?'),('LzùÐïZÑüø#<','wp-includes/class-wp-locale-switcher.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ËÃ\"Æ?ÏF´w,èTÆò','!@BùÓ<6¿ê’ÂKuêßPm=®ƒ+¯/c_ë','',0,'?'),('ž1l<œ t~LŸUwó','wp-includes/class-wp-locale.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ß¼ ½´ã¥€Ô¬tå','\"mE™¶_BËWjw3×ŒòZ÷Û¬M—k+.ùÜ™û','',0,'?'),('ö\"ÅqUy„„£9ì%Q¦','wp-includes/class-wp-matchesmapregex.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','XRyq2F),‰ëêÝëÅÍ','H“²f¸wsË¦öþXŽt·€0ßnjæŒºEc”','',0,'?'),('Gu¹¢ØèþÒÒÒÊ­ò','wp-includes/class-wp-meta-query.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ìqä¬ì©JMaŽÅhi£ò','‡¹ï„ãÏüÍ£šFóR‡Oœ¯öHdÕÎ8Ê˜~G*','',0,'?'),('\ZúÃ\Z:\\®RfùPÛ~3','wp-includes/class-wp-metadata-lazyloader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!0€G‹qE¡6K\ZC','ac\r=m£6ÆOÞ U~ŽÐÒ’äßs2mH=(f','',0,'?'),('×wŒh] Ã¡Ë&“wM³Ä','wp-includes/class-wp-network-query.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Æ&®”áV™-«—È<÷','uIõxÚkä8]lz”ÆäÞ1%qÓ ë<¥H5','',0,'?'),('8ÜžtÆî»\Zw„Nxa°ä©','wp-includes/class-wp-network.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}ÒœA\nÜò%SÓäoèk','k9ïÊˆ­¢]/0¹oÕn3k¦3å@¨¨}»»®:4µ','',0,'?'),('PÃÿ@¡„É;b<\n¸cá','wp-includes/class-wp-oembed-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~õï¸<\'±¿Ô	Û}|!','ŠEï¾3C\0ØT6Å.xcè„+ü_jù$Ÿ','',0,'?'),('ø¦¯ úßCMp<Eæ','wp-includes/class-wp-oembed.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d‚ÈzÐ`1‹™óÂˆ’B\r','“LñÍ\r:ƒð`å£¤‰_í¼wõ<½½Ù¿Xc:±','',0,'?'),('Ïÿ@¶÷AO=	òyA¼','wp-includes/class-wp-paused-extensions-storage.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÚOÏSùYç^þ}{Äs','·Ù±#¯ÉÒðqf„§~ÞšÎy&t£¤cáWqŠ','',0,'?'),('~V©ÜXa]‹7p“|R','wp-includes/class-wp-post-type.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','aµB@\\ZmPÞ!¨àˆ0U','öu2»­ËOIqLØ?r?¹ói-%‚$©ëª·_LT©×','',0,'?'),('~‘¡ReOX‡f2”ñ`€','wp-includes/class-wp-post.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O­P›†/ê\r?ïSÞ¤ö	£','—[â?>•CûÄ=ÃëFÎQ6.Doh*­·‡°^','',0,'?'),('Ù-h\n\r`–éÃ½Û•C/s','wp-includes/class-wp-query.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¶y ÈÎÞKß¿&¶zÎêÐL','›ó(¶\Z1ç{Ž>øéÝÛV>Œ A\nŽ±Ü¸Œ?›@Ë','',0,'?'),('t/„Œæ¯‡Ji6WXÄýÞ','wp-includes/class-wp-recovery-mode-cookie-service.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g,²Á˜F©0wó?ì',';ç«¿ºSÂ€gmµÐXžß\"AƒÔM5“U<FbseÂ*Ÿ','',0,'?'),('áÈû›m|ë™ybœÁ¶á','wp-includes/class-wp-recovery-mode-email-service.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0%ne_\0ñm1ÕaM[y]','\nŠÓšFØÍÄJ‰ìYË7/H,we\0ƒ9ö†ÏÌ@','',0,'?'),('y&EÙzÝœ™Z½y×ºÚ²','wp-includes/class-wp-recovery-mode-key-service.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¹—eÃç#‰ýå“7€H†','ß}çýlfÇÌøæìüT|¥Y¼s¢‡ÝÃYæUÝÍÏƒ#','',0,'?'),('qL‹üåöI—Lcƒ','wp-includes/class-wp-recovery-mode-link-service.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÃYç6´y&¾°cÀÝU','ça•Ð£+(òÁ|s‡âÃÑ 3nä=Ë~i²gäR','',0,'?'),('Ä`ï,}£×DçØ@','wp-includes/class-wp-recovery-mode.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t8.¼ -àt¤ ž§ºâ=','UÃÛ>I*fF°…¿½Œ„}Ÿ½`×b˜£üÝ\r·–@','',0,'?'),('ëM\Z¥Õü—H³?Í²Z','wp-includes/class-wp-rewrite.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','·%£-ý¦|;ŒåÏ³·9ãÑ','L®,õ±øæRý*÷1Ÿ€LägÏ¢ðß\\[ò›„õíƒ','',0,'?'),('\nŠÌófÉÓ…;{»tõ‡','wp-includes/class-wp-role.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','õGUk‘»Æ•ž@Ë\\zö#x','ßÅp¹ÑXøeV$‚2Ð™Y$$âáJ}&“l75—V+™•','',0,'?'),('•Ç€3å‹<¬²&³ªYÄ†','wp-includes/class-wp-roles.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&\'žçübÉ¹êÂnFFtö','§ qvžWÏl{Yž–šø©¾Ý³9ì	¡‡ÜÀ(?2ú','',0,'?'),('Ñx(›Å¥Üº„.’õÆÕ‡','wp-includes/class-wp-session-tokens.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Âüìªç\ZB\'KÒ}ð<yWÎ','\\\ZÇ‰ÈÎ&ä!š¢²Ëp\'Æ|·“!Ùâ;¼‚Í	°','',0,'?'),('«˜¸÷Þ¸qãic¼=’','wp-includes/class-wp-simplepie-file.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','“þ°Ù	hL$K›“:gq€ú','ú¢ÛgÆ;-ñ—·’Øa<É$¼\'t—ñoþò=ÿ³','',0,'?'),('<.¦Ø4v·äc™\"`¦t','wp-includes/class-wp-simplepie-sanitize-kses.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k™\Z§söüYÚžŒög„','îÎá—y¶²ÙÜr¦Ñ‚ë‘Ì\'-%\n0($Ÿ-‚ø','',0,'?'),('ÎÂWÚè÷=¶Ô˜Hdûz','wp-includes/class-wp-site-query.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','îqRÇn¦D\"ÈêÅ€­','Ñ\nÃø&GÎBûàNŽÌk-:1³ÝT%Á·ááÕ\Z{ƒQ','',0,'?'),('‡b~5Ãaùš I@)*ñ','wp-includes/class-wp-site.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ßy\0æ‰$~¬¦aa×','ÞÕš=p¿\Z³y*¦\'e¹Ñ <kJï(CJ\0©%\0‰èFe','',0,'?'),('í\\áSƒÕ‡–€8¸–;2','wp-includes/class-wp-tax-query.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÿuSiN&1Z—’Ýh#u','ÎƒjNÊ£¯)ÊŒ·‘mâ`³ôÊ¼Áa€©D@µ','',0,'?'),('Á~Q”ÔÅ´FpìÛÍ','wp-includes/class-wp-taxonomy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÜÐi©©ðÒzù¨\n¶Ë','i þ‡§!-¾$ør²K†-êB?žï¶ÚÛk\Zã','',0,'?'),('íˆÒãI0“±B,óhÊ›p','wp-includes/class-wp-term-query.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ù<l–WôUÀÒá¼áj',' £‡ûúÙqn	óæž…Ø€Rø|%ÐŒ6„ÁäÔïÅ','',0,'?'),('Ý–¼\'Ö\"|3â_™t|©ö','wp-includes/class-wp-term.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';šÃpÊLí>¢c&„\rŽÙ','ßû;É¾ùò‘ã¿ Ô.a—‡O­Ù4‘,>¢ºk&Ü€%','',0,'?'),('øèÇ¢½BÕ´(Ö\\½0J','wp-includes/class-wp-text-diff-renderer-inline.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','è8³l´²_\rî²uÿŒ©','¶ò×¤meôý,–ÍV„„ëÎ9ó˜}ƒÑæó	y”»ív—','',0,'?'),('JÎ%.¬ó~œÂ—qál¼','wp-includes/class-wp-text-diff-renderer-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¡î¢Š¦ W}´Àîð…6j@','±ZRT¿]/=„;Ä0µ¦F{°ýÃ4—r¤V4µ`\\V','',0,'?'),('¨#×?€™ïGc	Â¯l1e','wp-includes/class-wp-theme.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','å‰XÇŠaè6vGPú·Š','nX­k4j›Jð°È+.CIŒäwút¡áu\n>rtŸEQ','',0,'?'),('ñïª¯¾zy´ÕÈ>_+”t','wp-includes/class-wp-user-meta-session-tokens.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','›8/\'\0¹\0¸¥vSL-G\0','ÖÓ×Ž8îbíYB&?Ù6—íoÌßÔ>','',0,'?'),('¡9ÔlÂ×Ÿ? ríèqÀ','wp-includes/class-wp-user-query.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ü\"}½¿¤s«âÑWJ\"W','¢ixX°ëK\'£¹tpæjv<¢;ý—ÚJ	Êhêõ :|ç¨','',0,'?'),('|ló+Fûº#ÚŸ½¬ëÃð','wp-includes/class-wp-user-request.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x`“ÁÍ}¥ÌÈbï¯}ò','8ý‘z9§½Ž,™´ÌÂŠQç\0RýW`“8Ý›ÓÇÊU','',0,'?'),('Rñˆ\\µ&ˆ†T	À|`','wp-includes/class-wp-user.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','baOƒk÷˜«\0c±¼‚g','‹œ–f¥ŒâI©\"”½IpYIŸO…Ð¨œ0Ÿ—†„IÀ','',0,'?'),('\0õª]Àaðv•”¾CY','wp-includes/class-wp-walker.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*+és1\Zúaä¼þÄ\\‹Hy','x˜ª„«s$3×•‹Î4wTub/´äÖ”8¤žyÒV','',0,'?'),('¿{‰1ðú\"¸¦^ëÒÈ.','wp-includes/class-wp-widget-factory.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0L`ækæ4Ã£¡QB´ms','g~ºš\nÐ’r2ÞVÀv`fÌK²Å“‡]—Òí.­^.ü×','',0,'?'),('çDj×žå8]fÐ”_Ú','wp-includes/class-wp-widget.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','˜kA^²A%½­ÙBû','þ9Ò=¿‹P˜c‹\n¿4o\\“‡vd©aD7Cm¨','',0,'?'),('jä±‹¹¿áð%ˆÝÃ]€','wp-includes/class-wp-xmlrpc-server.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=½J©Ü–mLèžÚD¤ÁÑ','[ôm“ÆÏ‰~ñ¥†ÉØËßÂYn1zãvƒ$HŠåñ','',0,'?'),('$¹Á¼CÁ®Àó/¼9¹¸','wp-includes/class-wp.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‰K6\0=v<‹aØÔ','!nz~âc&á³0l×—]×ê¿#¬ƒ™GÒ\"4´0©ò¶','',0,'?'),('y´íÝEaÌó:[\0','wp-includes/class.wp-dependencies.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÒŽÃ~@¨ÛÛíMXõFÒ',' 3^¾™Éˆë³Mä’–ÒAóÑ+^‡¿Þ¼2','',0,'?'),('¥Ùëñ§;~Ó·R·>ž£','wp-includes/class.wp-scripts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÔË<‡Ç*ímÂ §g‹*P','¸àˆs7r#;÷DË¨‚q	°‘Ö¬xÕ°ŸÿÑn–Xû—','',0,'?'),('9Ïˆ[Ÿ1d{Äôî@','wp-includes/class.wp-styles.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ØŒ:>Œ€‹,»Úò2,ž','¤¸WªBÞ_ó°™£y—nšÎ„	Pt¶Wjd¨® œ','',0,'?'),('=°Šk˜[4œ“¢ ¼=Î','wp-includes/comment-template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ê³ÞÜvµ®º…HÑ','í•jÿR{ãpßt	=Ð„|íó¶>E7öj¼#b…','',0,'?'),('‘S–Æ÷ŠKK2iÉˆ','wp-includes/comment.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','EF$~¦ÃHV´%Ò\\÷•)','ÁcPæÎ³ã÷ê¬I\\\'ý|ÅÐ¾œÐ\"â€LËÝ}t','',0,'?'),('Ñ_\\c9mLŠvéè£1‰Ñü','wp-includes/compat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')¬@Axbü†`Šè_”4Þ2','•à²©¡tO!+P>kÁ©ÇŽ)7¬Q2*p™´xßUSÏü','',0,'?'),('õ-\"DíÊÊ¹D²5aÐ/','wp-includes/cron.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';Ža‡ŒÌË”u$¤u…³',')Ø4Ò³A˜£tk›…eER”ŽûqÀb(Ï¶îš?7J','',0,'?'),('šÄþÚ=Ö¬H–@-i˜ï','wp-includes/css/admin-bar-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¨7Já<`”†\'¯­µwó','MðüI—ÏHNeà‰*m,_zH!8Þp\'lÅâ±ò','',0,'?'),('Ó{Ú­d3TúXy½‘ñÐ7;','wp-includes/css/admin-bar-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d j«¡b¤³7ÖMâÏê','“-tN5k¡~¼‹`Q’vøãÒ®Õžo\0eøž','',0,'?'),('ÔÈ†pŸþÑ]4ÌÐLñÄq¦','wp-includes/css/admin-bar.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','„Ì>ûÆ‹œ’Ì¤J_ªâ','GO]£ð—¹ê¾Ë¶\'\rºHz=6üE`N#','',0,'?'),('þI\"íp¢ÐtÊQ¹É[Z6x','wp-includes/css/admin-bar.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','™)³1(«¡9ôÊoœ=&Û','(±¯Ò:ÝGt‡_øß¸>)æ29’€’´Ýrmá¯','',0,'?'),('t8ŒÀÐïp¯Ì‹Õz{jDp','wp-includes/css/buttons-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T?}\"SäGÜûñ¡FÃè','ß Ù(ÚßEqôuU“\rø]Lx«Óê¥;Ç¾ì','',0,'?'),('¶î¤Ul1ÀÈ•Dübmgñ¯','wp-includes/css/buttons-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','á{^hÏƒôS°ÏC°ÐÁ','ø\\Ñnl¢£]Á‹õÄ>î\r÷‰}òIà¥ùuSG\0·¼Ê§±','',0,'?'),('ô‚Ž;ê¢^ð©¸´8c„','wp-includes/css/buttons.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~RŽ	R5Àƒ¤–½úß\'','`0½3Âi«½ciB!ÐLðUb»ÚPÐ‡ Zc{î0','',0,'?'),('ðÐ·&§LÛ½Â¨ãVNŠ','wp-includes/css/buttons.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=·Ú(ØžŽª*äYÅ­õš’','$r€AiU½†€“RLö·5ƒ#Óð@Ü„zŸÛQb\Z','',0,'?'),('F­\\ºC?ÌZÖúöÖý','wp-includes/css/customize-preview-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6W6¾ŒÎ^ÓÌæ—D0´t','çÊeÔ¬’;ém°Ñ®OÎM‹4ì\0sÑÕmL{\Z:¸ ','',0,'?'),('ìý¥Æ¯Ãæ0~\rjA4u','wp-includes/css/customize-preview-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']gxKvŠë+Ð­’ß9','‰rŠÚµJPâÙá©Öuž•(Zñ³Û‡U‹%¥“´ÿ®œô','',0,'?'),('þgVÜàÖHIwžÓ!µ’À','wp-includes/css/customize-preview.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','LI’už.‘q˜~è<+Oøö','Sçç\0 —ŽÂ•ìäTØ. C)ã²0KçÈÁ…\0\ZD¨Ÿ','',0,'?'),('æ¿y§lš€só§U>Â<òá','wp-includes/css/customize-preview.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','zg$Ò Ù\\XéÊÔC”@é‡','\rÂçB®6_«½â`¢yH~\0´¨IÂw[q8ª•‘ÅN','',0,'?'),('ÔÊpÿýS•š`ß]T]DÈ','wp-includes/css/dashicons.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¬êÏ\\N2•ÖÛ«‘ÖrÑä','‚œ>þRéXåæz$àžl°4Q„[9á»ŠýÐÏ6kÒ','',0,'?'),('±Lƒ’…yEõ{¦øf“','wp-includes/css/dashicons.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','È•dàcø8´SdôWVß','Fë€}ìž\'\'ïò½ú)‘‘®\0³T¸ús­…‡ñ\'','',0,'?'),('Ú‰x`Ù9íLÅ¥M‘Ò,L','wp-includes/css/dist/block-editor/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ïûj­®}èÝë<X','æäÁ5Õ°+Çeco;cpr™üÇÏFOC–ø®¸é‚¯','',0,'?'),('à„i·÷ò4û»ZláÐƒ @','wp-includes/css/dist/block-editor/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','( ¯–ë„Cjš\'Ñ¨','ôÆyÀ¸Ë&ž×ûruSæjåžrXS?y½ÙMÄõÛ5_','',0,'?'),('ÕpïsZZ…#÷N7—óe','wp-includes/css/dist/block-editor/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Á“!\n½îxž@“vÍ\n\\\\','A º\rnõIø¨ÉÄuÎJ…%ÁsÂCeŸØ?må','',0,'?'),('RÛÙB¡pÀ•mØZª;','wp-includes/css/dist/block-editor/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','›tñ£v¢sË,#Lºq°','íË¿ ¦’éså³YM|ÚoÍ)G»JÐ,T','',0,'?'),('‰X*äãŽVL	ˆ_ãƒ','wp-includes/css/dist/block-library/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','»2êùeÎ$®r5Ú…','9ôZµí-ùè°*ãÌL2á®\0B4až÷Jôå3¿§','',0,'?'),('¤ç\nÿÁR²bð†Òxýú¡g','wp-includes/css/dist/block-library/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','×ò…QÒ5Î|‹^^a','}FÁ£¢ÈJLoŸë†Ë®üò‰<’ô=E0NšwÈ·','',0,'?'),('ÔÌ†lÒ˜Ü\\ç4â,C-“m','wp-includes/css/dist/block-library/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1+²1bÓ|Ãx·H”ÕL','lÁ‚²j§Ñöë±xÀ5czdpßlF³š1Ã.ß¶y','',0,'?'),('³•[©ŒÂ4âò°?s','wp-includes/css/dist/block-library/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>qæAÑü£oæ°‘EÙÑ','6â6)Ç×ú«±‡^˜ÖªEcZ\'½1#¨>j˜äÛ…','',0,'?'),('ûÑ÷ëSãK5Á47ÊÁ“S','wp-includes/css/dist/block-library/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','iæÅEyþ¡9Ñî«•¥ë','N@[x¼¾«Tß¿ŠèPßá?×Çyz›íƒ@3?©u´','',0,'?'),('ä)!)Ã6‘å>}É74','wp-includes/css/dist/block-library/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l˜øýmýb[‹ú*Å*B“','‡°’÷ÑFA@ø´£MætI¸NÕÊµý‘VŸ•1º','',0,'?'),('Àz»6ÙÙ+ðÔÜPH\r¦tU','wp-includes/css/dist/block-library/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?Èà?õä[iû <1','ùzùÛò@oôñV<xô‹Ï@’Ûº°å¼¸Åþ\rå','',0,'?'),('ëQFÔ0tè+¼öØá™ðª—','wp-includes/css/dist/block-library/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','žíÜQ°´¢X\n•BÕ‚n','áµ6+ŒC!¯< ­vãS\'Ø~1Á°âh!L“F§','',0,'?'),('§mÖ™7š,Ð}¶ñov','wp-includes/css/dist/block-library/theme-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','vU—ÃØ»’ÆÄƒá','\0‰ïŠüßG‹ä»¨ZâÿxÐøÇe*E´‹','',0,'?'),('†CaÞsÁ]ž²n/åì','wp-includes/css/dist/block-library/theme-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>ê¬d~LÐfys•TÉl†','áxª†Ûb“ñ@×ãr´åvþ¾\0{öomVÚ†5Îë6','',0,'?'),('‹Ox˜ñØ±•ÿc5(','wp-includes/css/dist/block-library/theme.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0Ë.Ÿ2¢ö/ùÓ˜ÿÓp','R&&õ²¾jèÝvŒÉˆ/^3AÇ5>¨·ýgvˆ6þ(y','',0,'?'),('²m5¼âuÎÍ1}Ø','wp-includes/css/dist/block-library/theme.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','€]ÉäŠ4ÑL¥¨}3Æ×','Éòú¼3Û{$P\rúÒ‹‘žEéU WßOœ‹Ì$ö9)k','',0,'?'),(';Ü’scFÂüõ!áœ©º','wp-includes/css/dist/components/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ü>QœPC¢Ëê’Üýû','­\Z¥\'=¨å‚V+2q	{	&ÌyRIÍ’@hÁ²Dô0\Z','',0,'?'),('VñÜ‚0\0Uÿ`·5C>','wp-includes/css/dist/components/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X¨3AE!ÉWë½bC','›šóžyÞÛ/P™ 2Õá¯Oï¹¢ï_õÚ× Ô','',0,'?'),('j^µ³SN­-Oó ý','wp-includes/css/dist/components/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ó¸0}=îÚÆï­çÐ','w‡¥¬AÊ† ÿ(£GøÏrOFŸÎ¼f¶ø§		Òç£','',0,'?'),('M1ÒÚ/ªn§íÌ–Q‡ ','wp-includes/css/dist/components/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ß2ú\nQúâõ¢lÎ†]ÿ…','döy‹ú4ÛZ\nK¨ÌXŒ©ÖÕmFR¼ï°Ä','',0,'?'),('©¸¥0,Xè­Û','wp-includes/css/dist/edit-post/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Êù/€ôÅ­åõ _š”0)','iÊ•op!ŽîD=ë”ÙÈ­¯Ù´%ya¦ôð5','',0,'?'),('ÙdÅÓ%3ßèZð4ý•_+','wp-includes/css/dist/edit-post/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_U_Ù„bôˆpã\'Ðè3ûž','+}ó¤á\rÍ×0üŽ®/„ýÏŒØÐ©5ÂÅå²PÉa†E	','',0,'?'),('¿RKQë5v-¼ü	¹ò','wp-includes/css/dist/edit-post/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','WŽkÀµ³˜d‰VÈ__ìØ','SË6ù®¸[ìöºý¥vþîL½ )8U¿?ÉyÍ	','',0,'?'),('Kvö$T‹MR˜ŠŠú=³','wp-includes/css/dist/edit-post/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ae2É[}”{ýyÄl','(¼®‚áïqF‡×\rM-4íw¼Ã\"‡\nß-‰éÝ¬¢mã','',0,'?'),('¬Øècœ–Á©VsŸ9¡oèï','wp-includes/css/dist/editor/editor-styles-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‰w·\'§™í:Yi+äcþ','€IY\0¹¿öÂ1sX‘	vaC¬¿H†âÞÞ¯9Î','',0,'?'),(',µÀ°—äÇÎlS§¤r','wp-includes/css/dist/editor/editor-styles-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J˜úMâÄ¯~žÏíýèŽ€¡','‡Êu;°VDë™ÎÁcmWHì¶îÑÉÒ\'KúgRü\n','',0,'?'),('£mñHÄ:§MÜÎí*œ‹^','wp-includes/css/dist/editor/editor-styles.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‰w·\'§™í:Yi+äcþ','€IY\0¹¿öÂ1sX‘	vaC¬¿H†âÞÞ¯9Î','',0,'?'),('…1ô`ËÍB„’ÏÂ¡]òƒs','wp-includes/css/dist/editor/editor-styles.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J˜úMâÄ¯~žÏíýèŽ€¡','‡Êu;°VDë™ÎÁcmWHì¶îÑÉÒ\'KúgRü\n','',0,'?'),('qfù¼÷EHø7Âdíõö','wp-includes/css/dist/editor/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F”xôo™¯K¬‰Ý§Ñ','O[ü ·®]V–„Ï·Té]°hÅ‚_†/‘±¼þæY','',0,'?'),('¼Ö‚xRaÑÛùÇœ„@','wp-includes/css/dist/editor/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r©•ÔFÕ¶ÛÕS&','¾v³P°ö„Ú‚žÒ¾]Ž:›ÆÆ¼«3(U¯ë¸S“','',0,'?'),('O„Ò½PTí^•4~ÅÅB','wp-includes/css/dist/editor/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ø¸_\0Á¹ßÃ–ÓØ‹>‚âÑ','ðsÿhÊNôýxRÌˆ\\õ¹>b‰éÆ@¨:eí¨','',0,'?'),('c•Q€ÚiÓÜÉàæQv','wp-includes/css/dist/editor/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ôjñ™†ø”¤t	Í©‚~','jA¥TÝV,T¶m®à#ð*Iæ-Ýy½õ³ÅCøÚ´x3','',0,'?'),('ZèR§ÒÌr(ð&b°£:¸-','wp-includes/css/dist/format-library/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','àƒøŽÓr²û¥Ï«Ã','ëE\0ø\'o¼Ò´§TÎË ŸcßFž!+?€·«¶6','',0,'?'),('C­î›/ˆ@²l«‡YÁý2}','wp-includes/css/dist/format-library/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ï‹Ýì¡Ç™”|Ež‡hÎ','‹·5‹cË7À­F¥-ú§ÚMP“…Oùæ;mÂÄâm','',0,'?'),('\n{X%N8ÂŸwÈ2?M4CÊ','wp-includes/css/dist/format-library/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','àƒøŽÓr²û¥Ï«Ã','ëE\0ø\'o¼Ò´§TÎË ŸcßFž!+?€·«¶6','',0,'?'),('î.Éz›ƒ&·Š”.Ú1y³Â','wp-includes/css/dist/format-library/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ï‹Ýì¡Ç™”|Ež‡hÎ','‹·5‹cË7À­F¥-ú§ÚMP“…Oùæ;mÂÄâm','',0,'?'),('€3-ðàêíÿû•fÐò¶\n','wp-includes/css/dist/list-reusable-blocks/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÄUÍä…Ûîû\r-!¦â@','Œ\"€O®fåSß€é\"]1|ÃWJ¶UL.’ýÜ','',0,'?'),('r÷)æ¡òéþÒeÚülü','wp-includes/css/dist/list-reusable-blocks/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f^å}#öá¶SŸÑ°æ-1«','ÆÝÎ¬Jír‚gÔïO%“Qz¯¸q&Rž²\'¢','',0,'?'),('À˜t¦å(‹iltY/','wp-includes/css/dist/list-reusable-blocks/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Qà_¶âÍ€ ðFbž!KÝ','^Ô…ãn‘øç‡5:º ™TŠüyE\ZvDG','',0,'?'),('\rx+¦Uá÷áÚœÝ“¼','wp-includes/css/dist/list-reusable-blocks/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','rwsü\nyÔóü‰eŒ','òbUXA³ìÎü6®WÕ\n>j.C}“«Lô©Ô%\'¢þ','',0,'?'),('Ü^0pðùŠòkúƒ¡M','wp-includes/css/dist/nux/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¦}ÆŒ9²“‡SW¤›','Ü»cÀÞ¸>|	O:ÔŠ½äþ0È6øe û$pCeà','',0,'?'),('{jÄÉ|nä	^<øWHž','wp-includes/css/dist/nux/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	?ˆç$Æ‹¼Ì–d˜^','C¢ÒÌÞ>~¡‰©‰Ö,ZWI‡ÀiKv—ŸÝR‹ G','',0,'?'),('ë¹2š|õ?‚]¸ø°Ï¸Ç','wp-includes/css/dist/nux/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¬®¤jÄÄu¯÷8Û«5Þ©','‚¼N™áWÛ…‹ô+VìŸIõÂß†öG“S_Š','',0,'?'),('Rºv5­–W6Ð`ÆÚ¾á¼','wp-includes/css/dist/nux/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-+w²ZåÍP‰y¨î¬¯','ë;ª‚æ³õe”òÆøl}Ûx|<Øö¹+œ·ŒÝêÇXXÉÓ','',0,'?'),('òpo‚´X0%÷¢ÇíÏë','wp-includes/css/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Äú¨µ·µº\"Æ»WñV¡É','•ÜÜ¼4_a ¾…ð©Mb\"$µÞ7éJy‰','',0,'?'),('ê¥²«2jEbgØˆW²xÛ','wp-includes/css/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4!î‹Ü”›øóæ&=','	Å“fÆ˜P»ÝÔ’Ä±±TB½×ß\0¾ë78§J1','',0,'?'),('LsÐ‡Å›\n²c}>ÿK—‡','wp-includes/css/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','´@Ï¯SÜx¶GœŽCßÑ','ªi\ZŸ@D_ðø[_RL&\nÍ)ƒ:Ø£E{Ðp8¨l','',0,'?'),('_Ö|œ¯T¢M^î½õÄJ','wp-includes/css/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r%BmôRºWÄvÉÁ…£˜„','Ëü;ïìÙO¸gÍS	¡¸TÎ3\\éÏ`WÞ¥dé¡y','',0,'?'),(' àôcÌ«)IŒ\np,Í‘«ƒ','wp-includes/css/jquery-ui-dialog-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','aöà/—ÜDÄäôÛBï÷™','÷½°SYñ‚^•¾+¼WÓúLbô/‹ª*ÏÀ)p‚','',0,'?'),('~F£Ìã«Ž>dyìÐj‹','wp-includes/css/jquery-ui-dialog-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ô8ò¾òœ¥úò³ÀY$ßD',')\ZpCtÅÅæ§pÐ€\rˆ\Ze%!âŸT¼¼a÷ôHúh','',0,'?'),('iô¢PÃ™û–ld\0ú‘','wp-includes/css/jquery-ui-dialog.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n\'$?°ìU&‹äc’í?˜ ','ðîT¢Å‡.©-\nq\'M6èjO&(ZY¢0ÍVÆ','',0,'?'),('@Vó$õKÆçò<Þ1*à¬À','wp-includes/css/jquery-ui-dialog.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','å,!™b( ]£FÙgÃ','¥¶b&Nù?;²;­¸?\"ýyŒ	Ü¹u¶I\\Ã','',0,'?'),('\05gÀËÏê«”c‹0‰\"D','wp-includes/css/media-views-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ª&ÌwÀe‰éÊ¹· áùH','Í“ÞøŸ&þb_)ÃÛ¤æ»†«÷m$_h	ÝJ','',0,'?'),('_õ´ïýá8}Ìßœ?åŽ','wp-includes/css/media-views-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','çC<](D[¿èY.cyü','*g¦õ]1[mÎ(ß©Y`ãÛ­ó$&÷Þ¶nóÒZÑ','',0,'?'),('ë²ÔSÚ°p—GMÇ¯¨lí','wp-includes/css/media-views.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@…Ó(‹Q}LÜnÕN›¡','#Eê‰hÍÕûKï¨ÇEÆñÁëÿ°LýÀÝtîè','',0,'?'),('4%·IHÄO‘‹Ê°ÒL','wp-includes/css/media-views.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','à‘ðS)á>$C\0@y\0|;š','‰XªC#®¸?ôœ†NuÚ7m§®,ÚÞ›,¥·','',0,'?'),('Ç¤>z±Ô„Ÿ!J]>','wp-includes/css/wp-auth-check-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Gâ??Ñ8¾ æ’WpF','¢‡\0‰yfE\n¤$ÙÐ÷-»6®Ž´¡Ì–ÐCZ4Ÿ%‰','',0,'?'),('ÈY$\'«»¾šo‘ãì','wp-includes/css/wp-auth-check-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	_ëJÓÜœ&g Àò¬','ÑF…Iû™Y>SðÇìdÆ&¬+e•‡+»aHså¢oäÚ','',0,'?'),('…,CUUîèœú9i-','wp-includes/css/wp-auth-check.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ˆhÞÓõã\rºì]¼·¼K','–ÕÐ†H4T¥ÅaQ\'›35éïŠÕ·rÒ%ãÄÉÆUe7','',0,'?'),('Y 68ÔH;%,¹_c\n€','wp-includes/css/wp-auth-check.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Û7\Z›³ÈCt\0ö‹©ß','–K$ÆÐ«V”Èar@Ÿ§¯£ãØ°NröI«[u‹©','',0,'?'),('‚w€·5»ÿïÁ¡)ºûž','wp-includes/css/wp-embed-template-ie.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','î·)6žó	ØžÐ¼q ªÊß',' o•±+8]ÅSuçüH.éCøgôÞR9ê&¶+ý¢“\\W›','',0,'?'),('ynmÀ;˜/ÐUsK	»¿','wp-includes/css/wp-embed-template-ie.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7{WPÛLó{H—Ù©Iç','\\aWq1Šº+ÿéÐ¯Ùo•LöY\0ÏÂ„Kàî%<','',0,'?'),('’/»É˜ü]ô^¤W\\ƒq','wp-includes/css/wp-embed-template.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','kÓ½…‘âQK6Ê´tïü»ä','bäÈàƒ¡bùè–,Æ¢\n/M×j¬DÈT\rÍNØ','',0,'?'),('z¨¯Q<’˜\'š€U~ÔR\\','wp-includes/css/wp-embed-template.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$½4Õv×	«;Ëa¶f!','¢ÔQ›§yêgA&ð®«T€Ÿëcj¶S8\nx¥¨º.=DÓ','',0,'?'),('\\[æíi%Í°<ú˜e“>©','wp-includes/css/wp-pointer-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¸ùc¶¯ˆ;1pè­x»','õØC¢óq›­†²ó\0°¶1îƒ?\râï™jáª\"1þ=','',0,'?'),('jQûõ—e÷Šø;âe','wp-includes/css/wp-pointer-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$žhèF?È·n§\0U','”­µ°%®K\ZG3í‹,l¦øieqüìB\nÂù\\©W','',0,'?'),('sÿC4M¾*µ¾*B«)µ','wp-includes/css/wp-pointer.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P‘•ö9!;^‚<„„*/Ø','^IüêTßÌÊ\\ºsGþH–…Ød_|œÑ\0Xæa¦çõ','',0,'?'),('-œçŸè—‚ ‡Y{]nsƒ','wp-includes/css/wp-pointer.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¿»±]ê§:?ÿ·Æ9¬¡.','—µ)²cgð-ÇèÑâ[L*\nÃi…ç¼òz>|Ô','',0,'?'),('®xˆWº‰2eöuvÔL','wp-includes/customize/class-wp-customize-background-image-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ê{fÒ&›™E\\$òsXÔ','RÚv3úŸ¼¾~ÄÐ×ÞðÀÝ|.OôLŸtÐN`Ñ®Æ','',0,'?'),('šVŸ^æ‚3±çm6‡._P','wp-includes/customize/class-wp-customize-background-image-setting.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')Ù@‡t”þj23´ãW','á4¦ƒØ0^+Üu*°:Þ“4q[#ÊÓO²m´&È','',0,'?'),('õ·D°µª6íSÿ/ÈcQ‚?','wp-includes/customize/class-wp-customize-background-position-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¿QJt\"¸Â!!„_ç^	','Ôë¦Ÿì/Ô¤ùo¹kroQÿ«§|EªÂQâZÝ\ro','',0,'?'),('í£‘–îú‡™è³®]','wp-includes/customize/class-wp-customize-code-editor-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','”B%•Ê3$~Ü­*sšq­','‘¤ºÃ\nA%ˆÍà,MQ!%£X-d²\ri¿ˆz.]','',0,'?'),('MYŒñGˆ°\\tXû„’/','wp-includes/customize/class-wp-customize-color-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','GáßP\'n‰;ÊgtS›+','CóUº]sMuÁf—-zÞI\0ê=ù;p†ðÃrðÌŽÚ','',0,'?'),('þ\'TúŸåôÌ­éY²Ç™','wp-includes/customize/class-wp-customize-cropped-image-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Gáp[äq}yýª1‡','Žx\r:šœó‚öÍ}¯šgR)ê`Ÿš‚×k’M%','',0,'?'),('ó½³Nò³Ëô„ü«óÏsÂù','wp-includes/customize/class-wp-customize-custom-css-setting.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3yu–$e9µ[	?2','&³U‘J m‚Dª …±‡y…35+\0z™÷(bu[ü','',0,'?'),('\Z“êlm·ð‹”@øø','wp-includes/customize/class-wp-customize-date-time-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','eyÅ¼ÔO´;çQIîh>','a×o\r©¢¤2¢ãDlã2ÑF[ã%W$Sâb•£L','',0,'?'),('¤üY¤\0)\r/jñ©)ôAr','wp-includes/customize/class-wp-customize-filter-setting.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','MÝÚ`f¯ì\0ì©iuû','´\0<\nôj:§ÜY£F¼Â¿dÉûwÊ±	ÉýÀ¬','',0,'?'),('Zxˆÿ1¡2KÓZ¤,¸ì','wp-includes/customize/class-wp-customize-header-image-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','åùb­N±ò¸ŠI²å]wÉ','_1ŸŸÀpöšoð™DÃÿb iÖÝŒeôÕÜå:+TÅôë','',0,'?'),('¨°ÌœÀ\'K…zŽfŒå','wp-includes/customize/class-wp-customize-header-image-setting.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','µø”\Z®¿<éWÈÒ‹*®','! =ØF‡Ór\rl^@ÇžOjËèa2‘D#•moX5ˆæ','',0,'?'),('á™>Â“êÆÌ\nô5´ëäZ','wp-includes/customize/class-wp-customize-image-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÆHæ¸ß‡o‚°¦ÄNN<','a\n\r»$Û±Œy…œqø*åÁœÿ$q¿«{ÒÚ','',0,'?'),('*úOÄ‘Ìâê·åi','wp-includes/customize/class-wp-customize-media-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p¶+\'IÊwÁäÇfú·’Ö','‘°oƒÑe\Z’Ø)§<zÍpø‘ð°K¯Üá]?¯òï','',0,'?'),('ŸhSÑÀ:°öÓ`','wp-includes/customize/class-wp-customize-nav-menu-auto-add-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N²+C#+|ófZ¦™]å','kn\Zyé&æ†_©Ø[ƒ¯Iglƒ(ãg\'î^¹G','',0,'?'),('ø3Æ¹Ü•jçbišÎ¥î¶','wp-includes/customize/class-wp-customize-nav-menu-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ó@V{R#8º7nón\nš','»œa¸H¹ÊûªÌûMuyw?h:¡B¤Ê<=’ƒ,##¾','',0,'?'),('C²ØšÖT¼Rª!vF{','wp-includes/customize/class-wp-customize-nav-menu-item-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*˜\"doQ™ëø®àÃë','¸Ü}ø#Ú[#‚‰Ï†´»î~\'ûÊöW(ç2’ùI','',0,'?'),('ý­{ 	\n|p£Ù¤','wp-includes/customize/class-wp-customize-nav-menu-item-setting.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','®ŒdæS—òÔÐx(wŠÞ','qÌ@ðòÈq¢š¿0žô¤šp\nZk@­¾íÍ¯£\n','',0,'?'),('bâ÷+Æ´ÝŸó´3ï†','wp-includes/customize/class-wp-customize-nav-menu-location-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','–”U!ÜÝös^–7ÆL',';ôlÏ“Žb^¸ÅäòÙ0ª(†@ï®L§#B£¡','',0,'?'),('ÙÜñt”DX¿m\0#Ê(‚','wp-includes/customize/class-wp-customize-nav-menu-locations-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','óH¾¯.¼% û„¡åFr','iúúœ†Ï½›à‡ËAóýì}Ëæ—ÍÝ…ê´»ZÜ','',0,'?'),('íºG® “Ø~ªÐÿô`ø','wp-includes/customize/class-wp-customize-nav-menu-name-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÚÞ7ìfõW·Õš7Á´†','pûÜvàw °ÝÜª9ù¶Ÿ©?¡°aÝÿÉ€zŒ','',0,'?'),('¥-ƒèBññ|tS^¼','wp-includes/customize/class-wp-customize-nav-menu-section.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','bT	‰ëäºO9.6ó\n-€','°ËlõÝ	ó–@ÈXû§ªÄn0f…þ^˜W¶¦ôqõ','',0,'?'),('Ík0Bßâa÷î¬`Ë','wp-includes/customize/class-wp-customize-nav-menu-setting.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','âI9ÅA}è6«¶¹Þ9µ','Ð6ƒC@­¦lÑ=UêÞäÐœÞ·,\'¹¬•»Fß.','',0,'?'),('xàó‘mü€¥\0Þ~¶Â','wp-includes/customize/class-wp-customize-nav-menus-panel.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ò$êKÍž‡u	QÁ¶ äp²','É/\'V\ZVtb\"˜“ÙdððØés\"eö@áÉÓI<','',0,'?'),('ï@}&£J~ÏÂ¾&óè\0','wp-includes/customize/class-wp-customize-new-menu-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','FôËÞtápÐ@\ZqÏÀ—Á—','M«†‡Àcâv‚ê®íÝÉ}¯;Ú[`x‚\"H.òÉA','',0,'?'),('2¯åãº¨a|F–l3]ö','wp-includes/customize/class-wp-customize-new-menu-section.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?=ÜÊ\0Ì‚ìþVúfY?èä','æî‰…îÉ‘¾Zh?i\nG³úúàÔHç‘!†´;','',0,'?'),('ýÃÞäYÆîðëqï„','wp-includes/customize/class-wp-customize-partial.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ø[›ç\\¢¶Ýi±”¨','{¬>ÊÈx¿÷«ŸH¦’Ö\n¡|AEÜ|ScOs/','',0,'?'),('y×\n–,\nCç|[i','wp-includes/customize/class-wp-customize-selective-refresh.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',ì Ôd2»Y°»^z','ÊQ›åMX¡žaf/¿Â`M¥ðšsÖÇãÓ¡Aæ®Gââ','',0,'?'),('T6K?†”´sÓ ‚7(ù','wp-includes/customize/class-wp-customize-sidebar-section.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Vj¯½Báá¢ÛØ±ôÅÁ…q','›š{#Ôi«` ÷\0Ìÿ«âj£ÁÃ` pÇ+öfFñ','',0,'?'),(' û,eO¢šËz‚Ã‘•','wp-includes/customize/class-wp-customize-site-icon-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p½nŽs¬xÌˆE·RL—','žðzš?~r£X‹Ÿt&ø³\"mÐÅÉ>ÄU)2ÿPò','',0,'?'),('ö?Ç„£ù€ë:\nÞÖX','wp-includes/customize/class-wp-customize-theme-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&¨-eICöY¯…cæ’','~…ÖÆ/äJ0WLhº‘ªý`Ü3S¹š´æÁY}d[Ê’','',0,'?'),('´<Øì€gã=±C£×´qD','wp-includes/customize/class-wp-customize-themes-panel.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','îûuZ©””7Ñ³’œ‹¨U','aMká¼ÛM.éÝš„fJ>½ö”Ì{¥Vö’Á>v2U','',0,'?'),('ùXQûád9r×Ú¼–Û','wp-includes/customize/class-wp-customize-themes-section.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2ñcBDÐ§Êü2¹ÖÔÖ','ŠyŽ¡¢—Œ¯,;qo)dù¯Î8¦.G€R;¾Ç.R','',0,'?'),('ã eÆ\\ÛkîcçßXf','wp-includes/customize/class-wp-customize-upload-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ŽÓüÖiíÆÐÜÔAñMË','EÔN½Åè{ô§tMj°X¦IÄA¸Ç§_“ò¼Ñ}n¯oY9','',0,'?'),('[5ùš×YÙNh¦«ŠKˆMè','wp-includes/customize/class-wp-widget-area-customize-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','“uçÍ¹—7sûq™¬²°','<ðv áD~%–çº™§ÅèÎïØX<ÿÊÔ','',0,'?'),('\nT•¦/\\9$Y¤U\nÛÊÍŒ','wp-includes/customize/class-wp-widget-form-customize-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{ÅD*@6á‡{Ï„}¦ç','Õ+Ö“zi­›À@€×ÆÉ^F%5ÊqZg<¾Õ','',0,'?'),('™\0£ùµè Ò.}¥fwA','wp-includes/date.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`uNÉ”=+3#€û\Zä‡—','šw}è¼¦­K~¶)\ruE¤ü–ÒtäÖ@ >','',0,'?'),('}ýÖË{RÒ¢Ôà¢\"','wp-includes/default-constants.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o¼`\\ŽK`Â#–Þ$á¤','÷öÓÄÔ€8ì¬Eµh‰‘Ëú¸Šé*ÄiA(_y¬','',0,'?'),('úèRŠ,žA§Àý\ZñGJ\'-','wp-includes/default-filters.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ù$xG±o‹¼ µÄ,C','	U¯ÎnÂ“›yÝ¶\\]fè\nŸ²KKÞ,t˜†ú«','',0,'?'),('VL6Ý7G^l%D5z3Èè','wp-includes/default-widgets.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z¤à4kpÞwè?*€ÃÆ',',Aü×(Í&aNëäáÌ¶rcGFÇ„Ðu¥sØ:ŽLC¤','',0,'?'),('p•ð´.Ð°”ó[ÃD¡','wp-includes/deprecated.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6Á1ÁZUÖü’ô°®GÕ\Z','šfšÍg.¦yö±Æz£ÁÇzísnÐy0×c»-é…Œ','',0,'?'),(')ÝÛø]ïÝÕZ$ÙP%','wp-includes/embed-template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ˆ>½ïEVJ{;6ÿ!*','»ûáOX[	Ë©…\r§ÛNmÐ-“Œ\\Uþ•cöG@@ü¼e','',0,'?'),('æ9eºòÐkköRÊo—†þS','wp-includes/embed.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','•Hôè%8uÁŽåd*C¨','ÅU”\0W\n²ÚbRïO\'2ÙD´• »ÍXŠ\0xÕÚ³h','',0,'?'),('•&ÚMûX—ÿWçÄO²','wp-includes/error-protection.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}\0¿ö®¤ºë;¾NwJO','Š)+|ªî÷}}Øg\\ÅÒ=Ë^çN$÷ðòQ4','',0,'?'),('\"¡žŽ¾b9®‹eÑ|®_Ë','wp-includes/feed-atom-comments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','þqx—h¨Á<ìVÕXô¨','YÕ®ÌÑ0z„eML¸?¤¬aã˜²·™ŠMµÂ#ˆßÌã','',0,'?'),('šª™‘2@ïkä¬w>K”2','wp-includes/feed-atom.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','EËüéËÕ›ÔI$^iG«[','!ð¥þIÆìúm\nY•Úf+Ì•¡P\0×«Ð13‹\\=û ','',0,'?'),('ÜÈ¼‘ØŸÜ\'\r`ùôÊÎ','wp-includes/feed-rdf.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÌKýÀ3:\\þ´‹»¾ÿ¬;','[géœT8Ù)7v:Ó:M…ß¸) ÞaµTÁî|yIr­','',0,'?'),('ü])éé	¹ƒó{—?R}','wp-includes/feed-rss.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ád&uyTn¸a:iÍ(‰`','fl’P»ßf5‰2tY3‹xËÿõDÀÑ×„Ì','',0,'?'),('´µß²;ø›0ÿ‚ÙË','wp-includes/feed-rss2-comments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u€`›Ùä¥Ïß…‘añÓ´?','ŒäÐˆG•Ò-æ­p\"&á¢Ë.{ÎÝ(K©5l•cã2M','',0,'?'),('_*Äâ½žLÿ0â>\r','wp-includes/feed-rss2.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','—þ>þV2%e¤@êØkFä6','/3µé´pÀ¤r”>]D&þsYJ™sÎ—Â¬oq+E¬','',0,'?'),('{ïRC¼Ú\Z.*\"¢Q','wp-includes/feed.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÜÉÞ»Q‚ÉÆÞ\"ÈÚÁA','è_\Z¿¢‡÷ZŽìÇ)Võê*\0KÕ»B4b1ÆiV','',0,'?'),('–Ž\Z5oÖÝ#R\'/¤¬l','wp-includes/fonts/dashicons.eot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','àî÷ÂÈ_Õ™e—À†¨|Î','ž».Ô}6Ýè`‡87éJa!e´9û7D÷\"é‰l[šZÄ#','',0,'?'),('Î¢ƒSËªÄ\n´–BáV\"','wp-includes/fonts/dashicons.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','²»g-ŸQiFÔ?ÙhÓ ','Â\rq¡Š–÷ø…\nõœÌc‘ÅBÇ\n€n›… ³.!ÚÐê','',0,'?'),('ãìó<kUJv%ò1‚‡','wp-includes/fonts/dashicons.ttf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','õˆÂ,þ®eM’:£wSòŽ','6&>bæ´ñk	sVü‰Å4-Ô£ÉÌ|¸Éì *ª$','',0,'?'),('•Ìf0ÙËÍ­¡Ú~·)','wp-includes/fonts/dashicons.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\ZÔ_rY+Ê‚;ì','§yU½]fôî8ÈÆðtâð§½’ÙÿÃlÕL.','',0,'?'),('Lï¬+q¹VÊ;—hÐËY•','wp-includes/fonts/dashicons.woff2',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ãÎ>ƒJ(Ë#¬@Õï\ZÌ',')x©å…_®\n`ÍTÀÐôÇ¬˜©Ã—O„^Í^ÅhnU','',0,'?'),('çÅ‰û	iàö¿/Ð­','wp-includes/formatting.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Hx`\ZÐçQE3çØî!','º£-Í­	çZ’WåïÇ$ÛN‚«3ŽßÈìÏÏ`ÂŠ ','',0,'?'),('\ZëãèÁ¡•)qtsCI9','wp-includes/functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','žsÐ\\HR²Xd©zGý','n3³IDýq×POÒzO;Lÿ}‡•ò\"¨YâRù','',0,'?'),('çb`K¬\'×Šì»œçâK','wp-includes/functions.wp-scripts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','HZ›	¢!1¶±¿àÜ+','Qy©Ž>Ð ›2Î¦Uì‘»Ïí\"Æ÷(Ä~ULÖ$<','',0,'?'),('h dÑ’ê»…2öÃ_Àr','wp-includes/functions.wp-styles.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÿG;|GþI½%üÎœZg','mÄÉÏøŽ¢‘€ê€¦7¼ÈÑs]9ùo(åÜÃQÍm,ST','',0,'?'),('ë0žŠRðJ³{yíË£÷ï','wp-includes/general-template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ø!\Zü®\"®£<E.Þ‡s','kj—ÁÆ†Å!°HÁF³þíÐžø–RÐŠ[·9$Ö<¹','',0,'?'),('¹/&¼ŽÖûá2®Ñ¡\rgDs','wp-includes/http.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r¶Ë±9¼†ªƒ_à<m0êÛ','O«’ÒleZ;‡ÊLP-9Gêp­°î¦¯¨€#','',0,'?'),('.IhUœŽâ3Ž¿+B\Z„¼','wp-includes/images/admin-bar-sprite-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ëQ¬ë›Æ8þôo€Ê','*E°ãÀTsüÙå£alä‰^Çp¸ÜX‰¯æ¡Z\0ù','',0,'?'),('§UÌ›	\'CÔ»ñºÏÚ«\Z','wp-includes/images/admin-bar-sprite.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','SÏ¤—:€WÊÅÓþ^','®ôrN!ú`VO´c«ãK”ÄviÕ€{Fn\Z£Ále','',0,'?'),('ré_è/™ÍHG=Í%—<º','wp-includes/images/arrow-pointer-blue-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%mârÞŒ]4¸9cÏ','Á°{&DOÀz›ÓA…fó/ÉÏgÃ¡­†íÏÄA]~À(ç','',0,'?'),('@€žÌ˜9Š#¯LÃy(ÐÚ','wp-includes/images/arrow-pointer-blue.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','wŸübãÎ‡*L«²Ã[»ù','ÝÂÊåfbÏZD1.üºþVìæawÆ4l?ÎñpäµG^Ç{','',0,'?'),('æGÄÅ5Ø@æèÙÚ07•Ç','wp-includes/images/blank.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÉýûÊŸgŽÐhíkK¾¶f','>„øEïGÅóLó´ E²òšJQ‘‡ô|ÌBÀijÏ','',0,'?'),('Í>ÿMÒ8¸ Ùµ­Ñ|','wp-includes/images/crystal/archive.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','–SÊúðŽœÌI0Anë','LƒÖ%X°ó£ÐOè+ÄÞAa®!×SÁ\\Ü‰ô&—¨®','',0,'?'),('ôJ\'#‰‚rN„0a\rÈ','wp-includes/images/crystal/audio.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','™nVñ:ÉÏ‰óGØÔ-#k','¢~B\Z-×¼of|W¢x\\þª|¨Më)åß‰Ë¢','',0,'?'),('w£¤ïLýê£0œïð]r.','wp-includes/images/crystal/code.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`ï1²Ïúï°õ1®9',';ê©67˜¤ƒ”\rØ!ŠíÛçx\Z_@H×Ã&C”Ð-×ã','',0,'?'),('”ô¨–!Þ¬©Äß³ÂÁ«p','wp-includes/images/crystal/default.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Aò>)*/¾Ü!ì®-ò›º','€ˆˆn$‹¨ƒ_­u	†$Q3Í–E»×r¡|Jm—','',0,'?'),('Dm·\n»½z—H‚ÃS”ïï','wp-includes/images/crystal/document.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‰\'^cšsÀùÄD‹ù3T\\','gætê»( ÅŽçˆk`5Í’¡ûJ·ÌM5®ÂÂ:jä','',0,'?'),('j—£Éÿ5F+¸¯ío','wp-includes/images/crystal/interactive.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¯RÏm`òíº`™9§æ','$­Áöë©˜<x1²éÕ“»íIRï›V-VZ\\jg.‡þˆ','',0,'?'),('ÌÇŠ·EÁv–c,îØµyS^','wp-includes/images/crystal/license.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ð]µLcãiG›fQ“\rÏç','vèÚpm„Êcëø6ßY~\",!V¹ØEXlülã\"zÞ','',0,'?'),('^åƒÃ¯ðˆ¯+…y|Ð','wp-includes/images/crystal/spreadsheet.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5†9øÐ¢1€TËÇn¤ê','e\rC¬ˆi0ã×[¯êR¬8@æ÷ðÍG’¥ðaJNÍ','',0,'?'),('¼¬ðàÄÍï\"¦RÑÅœ','wp-includes/images/crystal/text.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ì Ñ²ªü#¾dÿ%ã[µ','n1ôÂ0µé©<;ý\n”ÍIp¢ö~Üf™Åâ ¸ÏÇz','',0,'?'),('UÃåà$i\"uÂÊ&Ëô¸9','wp-includes/images/crystal/video.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','”ÛýŽl¥‰Ú¤¸;õ=','ú™S\rI¾°U›Œ9_<â÷µf`…ì&HYwÂuˆ','',0,'?'),('*®ä-3öu¬EÂ[ÕO#','wp-includes/images/down_arrow-2x.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','÷]ëç™êM…žÁû‡fÜ','¥¶w\0˜øÉÜÀqp¯qð5úÚûTˆ#\\º¹½¥','',0,'?'),('\nœßO‚_˜«;]/^™ç','wp-includes/images/down_arrow.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','üø„V¾~ÆoöYnG~_u','ž€hŒ8É§øºô…ªp¿uóü{9–‘áÕ…›J‚‰¤','',0,'?'),('Òž³åúìÇŸö	KsÍ×Ð','wp-includes/images/icon-pointer-flag-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','©åá¦2ñ³¹bäÄ&ÕZÌr','4ö”BÈ¥Äª\'x+cÒh¹Ò VnŸ5®IÚ>ƒjÞË','',0,'?'),('ÖZ×ö	r!ÞfÕÑ¾	Þ','wp-includes/images/icon-pointer-flag.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','°Ó,‡ò­‹ÂE^¿j`\'','oq·Ú9”Áa{)h}=#¾½üëçTû×§ÉÂ','',0,'?'),('Yˆ,eêAõ¼wÀ`áÄ','wp-includes/images/media/archive.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9Òîßòhû\0ÚÓÃ¬‘u','\0ýBb¼3˜»\'ÏÔ\'°„)JG –À](GÅ9Pr2 s','',0,'?'),(':ùnÌ£RMëti#šõ=','wp-includes/images/media/audio.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','†taCAñ¾Åþ².·çZßÀ',' Lä>¢‘$¨Á\n²oixoj-\nLÏÓõÀá]G;q','',0,'?'),('À±3\"ü(zÙa€4î8Œ','wp-includes/images/media/code.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-o–­UÊ“îÕU©U_','\'eM a[R#q2š×kz­+*<üÄü÷Ñ7\0ÞÊj','',0,'?'),('(?ËÜ×>¹ôS©Næšœ&','wp-includes/images/media/default.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-¶©æÍIÒB–hÎ@àÞçb',':ë¦oLóJDjòþ$->»iºé\'Ã6nÖ î›Ui','',0,'?'),('/<Ø§^É¼f}–\"×øû$¸','wp-includes/images/media/document.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','vå4™8öÎ‘y“6Þd£','¦íÃ¸`™Ùû³çá±íf	I$ _ZªX—\"0\r´ß,','',0,'?'),('ÖrYŸS¯xwDYËšJ™[','wp-includes/images/media/interactive.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R×¬Ë‚®ñÂÃ´Å‰hÜH','{óô‡ [Kêà\0!ƒê¸½²/á\\¹lw.Á¨êÝ','',0,'?'),('œ«HVÕ¥½dà³pÕVp','wp-includes/images/media/spreadsheet.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ñÀ 4äñÖ\0TüÞÌ‡?²','¶ýÌ¶v²¶)ï\nº6Zl«¶2¹õêÐ’1Ù!+	Ù','',0,'?'),('9í‰æs´3ÙSZ,pé8g','wp-includes/images/media/text.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z¹‡sæä0÷ÈŸQ€K','g®Ê?[õŸD*ßp”8€qòžâ¸VÑ“æ‘>ŽõN','',0,'?'),('\n%f[!aE«rÒtg€i','wp-includes/images/media/video.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','àéñuêh›ÝÛq ÷','DBU‹†¥ÑMiOÊb‰,‹Ããe•ô=ËÒWÀ{¿ðæ','',0,'?'),('ÙkïÛ/yž³©ý›&‰ŸG','wp-includes/images/rss-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÇYa[ QÁæõ—ýrj','yS0üc`\n7ùäas®Ð#Ânìú¨YßüØ©','',0,'?'),('ÛÈrš¼ÁµØ=ÔÔ’é','wp-includes/images/rss.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¥°[¿(ò”°.ý”*NZ¸','jþ(-9¿§_ÇïE-#êweÆ$Ø]oÿ01©Ïu','',0,'?'),('{ñ\rÞ-äÜ} ^éÆ','wp-includes/images/smilies/frownie.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q›óÐ„°Äôƒí','rô~×DzoÑ÷hß±—ÒÓ¾þØ»\">E„+”Ke…','',0,'?'),('Ð¢’íŽ¹‚|áŽÑäØ@','wp-includes/images/smilies/icon_arrow.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' 	ÉÿJ<ÖgþÌo9:x','¥nc²îÖx0’Ä¥ãÂát‹”N…¡ØÞ¾Y2X\0!','',0,'?'),('ïã¯©è	\'¯æ¶Þ¨‹÷V','wp-includes/images/smilies/icon_biggrin.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','üK²ñJr§½:¿]kIØ|',':š²«ÖÙ”ëÆÅMœ›ÓÛX%	Ì<8½g4Ÿ','',0,'?'),('°$åÍ“™bHn®€,\0-','wp-includes/images/smilies/icon_confused.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/#	ÆÓ¢ww$xê¾“Y','U0Ö\\LóX¨ïfXÆ¦íG\0ÈTº÷$aÒ5UÌBÒ','',0,'?'),('X,çEõCj$_ƒ¬8I§‚0','wp-includes/images/smilies/icon_cool.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n `—ì÷àÍivj.ß','âäº‹F„9;2_	…$Ê$~¾LOžaø6Óññ¿_','',0,'?'),('Ä”Ô¼üÝÕpPˆZ	H´','wp-includes/images/smilies/icon_cry.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+`Å®dW]ö¤ÕËð—h','[º<qÅwf¥)™rZû(ç¯Ó=#;ansÊÔÕw9','',0,'?'),('!_Ÿè¼µp3p™n×ÓL','wp-includes/images/smilies/icon_eek.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','œ/I ¿±Šxñ)ñ(\"ô•á','Ú8ÙäÞ÷àåKÒ‡ª‹³4¸¯‘¹é„ü!Éè:Ê°','',0,'?'),('ÂObc®³\" ÎÇÛ|J(','wp-includes/images/smilies/icon_evil.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ð^ôM>Êz“åø','¦çQ|x>¿Åé@VÐ›_¸/€\"ŽÎWô™ó¯%S','',0,'?'),('šJž‹B¾GT²;,l£ÀT','wp-includes/images/smilies/icon_exclaim.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':\\­³>5\0rÆÎôsgØ','µL¸ÉµèH²ÏA(œxÊ“2‘EP%ð	‘×#½ü¯#Â5','',0,'?'),('È\"u@ž³T¬…S›ñ5ò','wp-includes/images/smilies/icon_idea.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','åìÔ<]×ÿW3tÞå','Å{ô2^4S’ ¶‰Tl¨ç·ç®I†JÑQøö\"','',0,'?'),('ž Án€$›‡qˆï^qf´§','wp-includes/images/smilies/icon_lol.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','nÁ™õãÿ:Ñ·&ŠƒùÖ(¼','Þló1–Hqú.íµ2xÒ¨ó¢¾‰$ËY‚\Z8ó‚','',0,'?'),('Ž(¢û×”ïWåh@=a','wp-includes/images/smilies/icon_mad.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Vž!Ë@ýcû0âS¸','îÀ±½Šƒ§Æd[O:Ç‡óžóµË³jl}òqÚ','',0,'?'),('\ZýUEäs(î±÷ž#Eöp','wp-includes/images/smilies/icon_mrgreen.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$_Æ½u²X|I%~$','!B´‡ºI1mVØ-¦‚¾|Ñ˜¶X5DÆ8Ž†hó','',0,'?'),('ÿÄêkµËiîÐ.¼¥¸\\¥“','wp-includes/images/smilies/icon_neutral.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ØæVM3HU1!á˜v','ž¤ëOis8\0ù|zó÷6Ç]e¨™@Yˆm49','',0,'?'),('š¥7¸M3Âšã$ËôŒ','wp-includes/images/smilies/icon_question.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','³ß[-\0Ò\'¾‘W³¢F','Æ7b Ø|6#ÅÐöíýƒ©9/?x»†~»ã[³µ%t','',0,'?'),('¦’¯üž:[&bú[®hY©¸','wp-includes/images/smilies/icon_razz.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9[Þw³šD³AM­AÚ',';§§òPÜ1]fèUE»;`QÚ®þ\neôZ\0@4¿aAç','',0,'?'),('$’„õ³0S\r˜rþ®©','wp-includes/images/smilies/icon_redface.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¿ÕþœUË×íEù ¨Ó','>ñ»×÷DÆC9MÝcJÀ\Z+U•œ§L1f+g‚¸ð','',0,'?'),('‰¼B]nÈ„¨8Ú7g˜ó','wp-includes/images/smilies/icon_rolleyes.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_5‡Ë6I½Ø˜Ä”E','b;ÎSGŒ`ƒJLÒ4¡;Í®1;\\šö¦Ç;xl©€','',0,'?'),('¨HŠ£õÁœPwàð%8–À','wp-includes/images/smilies/icon_sad.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÞIxáoÔÓTMzæíD-','Ùb5Àyh¬9€äã} ©ëoÞôWíIƒò°n§n‘','',0,'?'),('€÷êÿeØæ97ãaJS','wp-includes/images/smilies/icon_smile.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ãà3ó.)À2êÝpëÎð','Ë ëŠ\",ë¶RÊ¨¨Tr=¦oÂùrÑÐ—:µÁ°€','',0,'?'),(';ñWctÔÓç*+÷¬BrÊ','wp-includes/images/smilies/icon_surprised.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Uì‹Þ-îë#+þö¶µ0ç?','Ž•cuy—XŠØ“ßA¬èd‰5[=w>™*Sˆpwe÷._','',0,'?'),('‡Ž\\:âÃÚˆÕê)g,\\','wp-includes/images/smilies/icon_twisted.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L¾×v[?åé+*8ž×;É÷','VåHhK…·ÚÀ­°\nÞÇêp©ú÷†ß;.¢&/E…','',0,'?'),('œ8ƒ©Ž…¦¬ãP5aÄ¨	','wp-includes/images/smilies/icon_wink.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e?2®á‰i¡àã¥','š(¤šÔVÀ•{ñýVÕBkÉèÊ£o(`Z¼ªV	6','',0,'?'),('g|y_“o4\"‰©X†Nšù','wp-includes/images/smilies/mrgreen.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-5Áà^±”‘ÓJÝjÚ','ÁæÐMƒñg¨$·æ¥+;¿²\0Ç5ÑÉÊíH&\\E6%w','',0,'?'),('˜{…éYÂ\\ÀzéŒ¿°}c','wp-includes/images/smilies/rolleyes.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' ¾¾ðO…2ßOfÝ£i','fKÉ)¾\nêdù¦!]\r)÷ï¶\\}æãâ×–lÎõ^’ã','',0,'?'),('ÜéÕ»Zml•î4ôË®U','wp-includes/images/smilies/simple-smile.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','éK²Ï{Â…Ž±f²w—h','ô´?Y©ag\\<yƒÃÁ³€0\01äƒÂ8½3‡¾H¤g','',0,'?'),('}`ÆÒg\"PÉ2®ÂV½‡','wp-includes/images/spinner-2x.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1ý™æ2†^#æ8µô',' ï¯#–Ë’Ì=$c©§6ÀÞäÒß	B™46','',0,'?'),(':ïXqÝ¯J\\¦5Pò¶4','wp-includes/images/spinner.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÕLõ\nD½\nÊoÙ‹ÔjË²º','zÆ„à\Z\"ÿ²n\Zs²(ÎU¶/~÷7º€F«ø^Â…ã','',0,'?'),('}Ä‰=•t©­ò‘»¤¹','wp-includes/images/toggle-arrow-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','FÊáÊ\\øƒôÉCDrï','-ï¼×N‘¨°ÝÅê½7~@Ë}‚_É=ö¤‹V’_@AÕ','',0,'?'),('”Üµ[Ò²m%‰6òS8:D','wp-includes/images/toggle-arrow.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÜßÎ‡—aýæ;ëdÎÏ*ò','[b\Z©ŽÅ;ë]¬fÉ0 ²æs|:¿¬†Ôó%','',0,'?'),('/é¹ ìÄïÎ°1Êiw‡§','wp-includes/images/uploader-icons-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','­Áç°&-€äO¢‡Ã•Ë~','”†¤rë\0‡·Îè\'_>…ñ6çÆQW¼Œ4Ú R®‰','',0,'?'),('_Öà4ä3“ÍË=Ž“','wp-includes/images/uploader-icons.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','´“\\MÏÿÀùm–€','ÌpÈ×úËúü+/ÑÜÍíÇîi÷Þ!Z®Å£6úm†','',0,'?'),('x9@^6œÅß‘¬óŸo·è','wp-includes/images/w-logo-blue.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ý[N°W¢ð_pàw®0','Þ£^Qtä3ôHunUâ»Éà~²\'»T2','',0,'?'),('•h—‰§‘FuQeñª î','wp-includes/images/wlw/wp-comments.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','LÂ6]PÞÞÃì.s¨¡Ô','®zl\ZµÓC¹ÚDà¨Ã#‚aöNµç3\'XZ“','',0,'?'),('öýåÀPq-³tó¹@lÊ','wp-includes/images/wlw/wp-icon.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1	ŽÊš‰7w3K™*','5 ·¡}ìx(ÚÓrÜ:a,zmKƒH1|/ã†Ñ+ò©ñ','',0,'?'),('§èáú°6‘bg·>_ª','wp-includes/images/wlw/wp-watermark.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';š‡uMmÜ­D|‰wŽ“ÅD','½SýËnRÀ\'÷¢X§^¤ÿäkhûº·ÕÉ‘Ðiæ7´','',0,'?'),('³~£š¹­U÷\"Ð&Ð','wp-includes/images/wpicons-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ãçn×VÄo©$š”Of~7','Ý]Ú©A=µÑ’¿%Îq¢%aMÁÀ‰ùàB­Uæp','',0,'?'),('g”$G\\¾ë±;©rÄÄÏ1X','wp-includes/images/wpicons.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','dSüøuq‘V_®Üãaô','¶¥ÞcZ_”Ä?n_ŸçK‹6ëîŽ1\\}r','',0,'?'),('®\rEöÈUÏœøÍ„ÞÙ','wp-includes/images/wpspin-2x.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','mS¬û¬ýÐÛy\"C‰ÄÒ','°½66S¯X¨£±¹þ±6O}É4>ˆp¾\"Ã ”\'1','',0,'?'),('R–x®4Mp@°9u\nÖŠ p','wp-includes/images/wpspin.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hkžuËRª\r@9k÷’ç','»³÷!ÚF×±‡äò¸(œ‰µ#õäˆ1†‰:ã','',0,'?'),('ÞNÄ\\ü|ó`*·,)@4','wp-includes/images/xit-2x.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','œÓÆu:@4\r…âÅz<5È','¨S\rÎ}@½~Q÷:€Scµ±§ê*d+åZÎ_¾{¬R','',0,'?'),('úýÊ\n\\ÔûÉ¶.5úŽš','wp-includes/images/xit.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','”ì«	3X—Ä«9+ï–6n~','üÖü s²¯¹”ÉÛÛ¨“ S,mdïŸ\\Yb’Æ‡ïÂo','',0,'?'),('|/Ú’ë\0[*4“ÿxüã','wp-includes/js/admin-bar.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ò¢X0÷\0M§´&æ(äÓd*','{9ñÀ¤m ö<ù¦ìePA‡!×ZíqE•AV!¯','',0,'?'),('MÐ \0šAŸª»9QÞ+ Í','wp-includes/js/admin-bar.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','™\n˜rgºé•)XWµ¯','£ÑÊÑ[r…dJ2³a]­Q‚‘.²79™A¿FôI','',0,'?'),('-úìc©<Èî@ÕVsZ‚','wp-includes/js/api-request.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' žžFBº¼o¸}Ú³·','6ðrcÅP˜_R¥ï€£ºðL6Ô×ä…ŠQ7î','',0,'?'),('e\r÷šZf‹‰ÅÞžÊÉ|ï','wp-includes/js/api-request.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Š­üÔ˜jíæG¹)‚$','Kš†í_¦^MÁUC\rc\n‹þKÐíÎäå¿ÿ²sŽçL','',0,'?'),('R3ð¸Usë3ÃÈ}TêœÛÁ','wp-includes/js/autosave.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','àA!¨ï´Œ•Æ™]²K',']7o\"xÄÉ¼ý|B¼4§}Sÿé ‘i‹¦/[Ã!ÉÍ','',0,'?'),('wuèšl|åõp˜ÊQ','wp-includes/js/autosave.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¦åˆø1â®:ÿ)5ß','G¼·rhŸ‘ÚÙÛi™J9—¿ìõNÿuÓ','',0,'?'),('ˆŠ™eM˜y*Òž·éÖæ','wp-includes/js/backbone.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"$2hj32Uý›¤Ôç','£cŸBÒCP\0ñœÿöFË!·û‡vy6ªKu„*<c¬f','',0,'?'),('PEÛ«½7r|oI±6ÿð>','wp-includes/js/backbone.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'áÑ³=¬±^NŠ‡.','RëÒÂx\Z†^÷i†ê÷»=,?åÇŽöŸÅäË´Cv.','',0,'?'),('3hè¦Â\"I+[§E','wp-includes/js/clipboard.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','”_Éƒþ{¶ûóÓ­võ$k','{ÂcÓXrq;àÍ[7VË]·\\š&)·G(‹ŒÁ','',0,'?'),('2b UŒ·\0ÎÔsõpd0ß','wp-includes/js/clipboard.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Žo4m5©Ê=‰Ö#ÿõ','½‘ÊÑ‹{„_ËKkÒöæ%]Àé9—K ª(Àp¸ê½ª','',0,'?'),('ø‹¢DÚÍ=Kô49œ’Ð','wp-includes/js/codemirror/codemirror.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¦23j·í1À(DÄúóµ','á¹ÎŒá,aÂÀuäíÀ@ºsñY%Ký–Ë-o¼Çn\r¦','',0,'?'),('Ó}³ïªe¨éCÓË!Ž*','wp-includes/js/codemirror/codemirror.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','òÒ	üf‚‚hˆ;f¯qì','¨uŽ*ÃQß6öÆ„ÛdªvdÈ‡_¹û“\0·Ôû¢´™','',0,'?'),('é\nÄØUN~½½‰\0mÐÄ','wp-includes/js/codemirror/csslint.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','á·;.éùKÐðÊÎ_	ý‚Q',']¶ih4F„õÃ²ò\rìöU»ÖîßWEK(ÚP¸d','',0,'?'),('Ù÷VBÇ¡ñè\ZŸB\"\0²Ç','wp-includes/js/codemirror/esprima.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d_™ ÛS’ñg«¹Ù›´“',']ù;¸%JsàÕlxîƒ¯à’£ÎFqý‡BH\ZäU8î¢í','',0,'?'),('Ý×µ(õéœ‚KÛBíØ','wp-includes/js/codemirror/fakejshint.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5Èv÷,ROlx]J\')K','Íí‘-6ó$$¨;²™Ž}ptO§4]2¶€Ð¢Rã5Ö¡','',0,'?'),('ÃT¬µÇ!Ø©7l°É<','wp-includes/js/codemirror/htmlhint-kses.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','îýò[®¶k[ó#cLf{','Nà©&ÜV\Z…A«Ó/ÅÙR#~Õ¢¸á×_J*â—Ð‡','',0,'?'),('¢Æž×…\ZXªX]ÁYÉF','wp-includes/js/codemirror/htmlhint.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','µ2ì|ÑŸ¯GŒMtP5§ê','\0U[\0÷M\'mCÕ¼5þÐ5k`ùªñé5ñÑ‘','',0,'?'),('z.[ÇýD8RÔ','wp-includes/js/codemirror/jsonlint.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I)fyÞãkTŒ+Êí<ÕŸ','“$D;;¯€´ž0ÅÖÿFø~p’øGÒ“F¹Ë¦…','',0,'?'),('Ûß\np¡ñÓGnu:¢¸Ó','wp-includes/js/colorpicker.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ðÊV gô„²¶ùŸ-¯','…V‘wäç%©%È: 3CQ#+gÖô›	•–e¹}×','',0,'?'),('0¤ç€ÅE\00Œ‚XÏH','wp-includes/js/colorpicker.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q;Æ;¬ïL@±b5Åç5','×å{,¦Ö\0\"¿dXÛç*äWs2u£Î¯õpYŠÙ6','',0,'?'),('pUyüa	êb¯àva„;¡8','wp-includes/js/comment-reply.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','½à\ZG½”UkÞd/µÙ¤~','¬Q£Æ=žÀM0Ö~¯t.tô!/>êK“xÅ×å÷L(²x','',0,'?'),('1ùÎXŠ/²t60^Ò€!Ü7','wp-includes/js/comment-reply.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m˜q†;±;p;#<¿f	','X çÓºÍ0Ü£Ÿlr(o´0p©©HÇþÅ!¯Ó‘à¨Ié','',0,'?'),('bYÆ,¥°Ï¥YªrÛÑ;¾','wp-includes/js/crop/cropper.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ky5ôni*M(í™','ôÙ¸¸T†äÞO“³ÙwL¦y=}ÎgTlÀº±¤½÷','',0,'?'),('\rÃ%ÛáãÏ%¼ySý`ð','wp-includes/js/crop/cropper.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','—²–ÙH.sÅo¿ö¨â','»pyÖëÛÐ,B·ùòúÌÐGÏÔö-Étœé«ÜÖ=ás','',0,'?'),('¦(¼|nä•Á´sARFä+','wp-includes/js/crop/marqueeHoriz.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ŒÌ®œºý¸;æäÔLo\n','|ÞÛÍSâùe©“|.Ù‘/éQ¹YˆàWª}(','',0,'?'),('Z±\0ƒœYˆ³’³ Ã¦fg','wp-includes/js/crop/marqueeVert.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','®šÌñ\0¤¹“9­ÿRÔÜÇ','Kªcg$£eÁ²Š2\\pÈ$à1z¥Ž™œ`CkJÆ','',0,'?'),('¶r\\Ùj”´¨òáA$','wp-includes/js/customize-base.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x£P›0‹P¼\0C`åîÇ','Ë!ÆZ‘´Å‹ˆïÚB6ƒ>\rlŸ(=ôxnC!â=Ûþô','',0,'?'),('V\nÕÉU`½_š5ú˜­8','wp-includes/js/customize-base.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Î£â!Q‚õªÁ¶:®9!H','¸…·Ý#¼Æ¥\Z­¦[î½Óôºà!Ú7þ–¦éÄ\'ò—','',0,'?'),('“V}»P”œ±m•/¯|I*Ù','wp-includes/js/customize-loader.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C²Wd¦öC; ä,ce¦','Q~¦nj«à|I†€iË~»Õêr34bEÇ ã\Zþ¿<','',0,'?'),('bà”û¿”ÒŒ &é?¬{','wp-includes/js/customize-loader.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Lr#}ýåã-uœãÊÅ ','•u9‡Ô\'y÷o¦ktÜ	»7ðý\r`ÊÛ¦Ip\'xlÐ','',0,'?'),('²ÿþ­xÄÐ™Ò)DC‡Ì<','wp-includes/js/customize-models.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','íÈã…Ýƒeà;$L67','ƒ@A*ªœÊ¤ÛJ›Â,Ðc©W5‘\'5}Êi\r°@','',0,'?'),('\n£ÜNNM¼ÔÛ‘4;úpÐ4','wp-includes/js/customize-models.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','»¢<¼”x¢Q¨ÁJ¤NÀ','ÐŽ	IÌ3¸Y2`ÖÜ20Ëq¤]¸!C%¢!yÊ\"’û«','',0,'?'),('î\Z½‡å{:\ZªŠå4f','wp-includes/js/customize-preview-nav-menus.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¿Ú®Òlvi«¥\"ïe½Í×x','ê¾jMÝãIŽÛQûÂvimäú¤Èy¬?ø´ßÒœ¹WÌ','',0,'?'),('™žF~…‘Ÿyµc7v-','wp-includes/js/customize-preview-nav-menus.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1\røÀÏßÖý‡LW',')ÓUàë<KÑ¡”˜{uà}0Wç0òŠ|å«X5Š','',0,'?'),('9º\r5\'XùýÆ>?’','wp-includes/js/customize-preview-widgets.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','zb‘}ýêÕt\'#‡\ZÕ','ìš3s¯9OxèãåðVý\"“MîNëm¶$.b°2 ','',0,'?'),('ïÿ€É9‡ÊrÀMÔ§Äè','wp-includes/js/customize-preview-widgets.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|yÍ‚ÿñÛÅVþÔ $','Ø+;pª½½.EF.€ò¬bvß®dÁV¾ñÞ5#','',0,'?'),('ê4Ê×çº2‘)A.;4Ñ','wp-includes/js/customize-preview.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','íhù²°¼5hzë“ÔÕ9P','ÍØ‡¼ä§ÂßIbñ.0G˜{á,©órY¬ð?Ábco','',0,'?'),('>qlî+ªmÈ\05Ä¦\"†^','wp-includes/js/customize-preview.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','zeC³¶ÒnÅXúÆuƒjV[','­y$\rO‹;1VqY\nŒ…ÐÝ4cuÚ˜„ ^ßO','',0,'?'),('¢ýñçUNEAÈgït','wp-includes/js/customize-selective-refresh.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Õè	æ¼°Góo§på¯›z','ŸÕ›&v8ñƒD\rÂï(kèåþð•º\"×&¨©—','',0,'?'),('0jïVÆ½Éf:Š5†ç`•\\','wp-includes/js/customize-selective-refresh.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ü¬œWnºRîd60•’¸','˜g=ïÐj “•ÞKY#2s®}´ê\'P“\"Bý7à','',0,'?'),('QY—ê1ðTl’¹Vr<','wp-includes/js/customize-views.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"r›<`¢óÄÅùDÍâ…','b2¿M¨ÿ!o‡;±-ô’veqüË\\f´]l¤”À°:','',0,'?'),('ïY^~5~‘¨pŸG-ŠŒŠ','wp-includes/js/customize-views.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','•ˆú§¢œúTãÊ­­Ã¿','ñ ;ˆÃ¶ó¶3\n E„Ï>îázñ$^qºÕ¼ô','',0,'?'),('2JÙy*ªmí±ç½ø]W','wp-includes/js/dist/a11y.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','mæØ;ÈŽño.Ü÷,','åŸtB4Á‹+ùd\rñ+)â\0C”s²ëlÑ·zÿ‚Ò«S‰','',0,'?'),('…ì|0¹¯ÒOì+˜]lUõ','wp-includes/js/dist/a11y.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‹—:i’–	.Jîlé½','ØóømV+˜DE‘Uz‘åUý<“]vKGtÐËñÞcç6','',0,'?'),(',]\'N¦%Ý‘UeT­‚)','wp-includes/js/dist/annotations.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','á¼—`­‚Ã¹žÊ¾‹S[º','B)ç>°V#v›Kå=6äØAò\"»1,GÌ¾:_)','',0,'?'),('Y(ãKýªèg\0ûó_','wp-includes/js/dist/annotations.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ü7‹ulPqVÓ»Wdz/£','`öÅ[Ì7›²˜¹Þqü¸\"sØiî¨u?Ä|X½\r§','',0,'?'),('ºE»È–qÈŠ?2…Hè','wp-includes/js/dist/api-fetch.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÅÙNÀw	û§vC¦wMGz{','¡j•Ö+‡òrC]¦k#÷H\nBuTý›t´lêh ‡','',0,'?'),('’±(³¼NL;	‚ÎÀ','wp-includes/js/dist/api-fetch.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','å!øSWzžÈçË7ã6@','ïûošæ\\1Îj.†ò[ðTTº:¬³ÂF¸Š\\Š‹/°¬‚9','',0,'?'),('/*:ºª»”o>©tšŽ«îª','wp-includes/js/dist/autop.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1áôVWL˜üK÷5…z','9…<d=ŽÌDäZŸ®~,ˆqs±rÏ˜µAˆou•±¬*','',0,'?'),('kñž¯4cí°µáóÐ5<\"','wp-includes/js/dist/autop.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','·ÍT:Ð~EÍÂZc‡&','NmˆêpÃXìqMŽÞËKb–‚M¾•c*—ýŒŒ{','',0,'?'),('Ïš–\"ž²‰jðy±ÔÍÝ^','wp-includes/js/dist/blob.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X¿³z€´í¦à$±5‘š£','W-å³Övi%BÓOa@l=‰ÇEí‚ÁåÝÔ@.ÄÑ¼','',0,'?'),('Ã¤û€]0¦`ÐùÝAS:D','wp-includes/js/dist/blob.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p4¾øšWŠ\0¤M€s” ','+_·-­p½$ÿú\ZömUPß®Šµ¼íÝ‰SÚÂÜÿ3®+','',0,'?'),('€;ñÎ!1á>üYÄxQü','wp-includes/js/dist/block-editor.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=ƒÉã—ÙO®\\!÷í9cÍ˜','ZMä~3;I›GÂG†hÖ˜Ò9´ÿÓGýCü-å','',0,'?'),('üv6Zþ\'õOñIL\"Ý•MÖ','wp-includes/js/dist/block-editor.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	àMËH-=XÖíEƒ©','Ç](7¤³d½·†Ç0@’iuð´&‰pó>(MÿÆM','',0,'?'),('øôŸÄ©Ï}xì™(T½œ','wp-includes/js/dist/block-library.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W†ÈWyïDv%Kp£ã','#]a Ú³Ù2x¶Ù:\0&d÷F8G§®!(³q;bmg','',0,'?'),('‘N3M²\n£ÃS¿ì0j','wp-includes/js/dist/block-library.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'§ŽÂ…”ùÁ\Z[*Xx<à','W7ünDçÄÎë§ÖéÿÔIsG¼6>ÉYï‹z^‘ 	QH','',0,'?'),('åCžÇ´úé²k‘q{.L','wp-includes/js/dist/block-serialization-default-parser.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¯BgÀšm1é|Ý™Çîëé','2ð-,D“ÿw n{«òµhvèÙˆîÁyúìæ8^J|','',0,'?'),('­‡‹‚Sà8MßC‰¤>ëÇ','wp-includes/js/dist/block-serialization-default-parser.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ŠìU<Í¨ù°5¨Þo(à)','GlEÂ¹ÔæcõÇ£8q³btýze<%ùýãS2š2','',0,'?'),('\ZÖ§‰±\\\ZÝh•i','wp-includes/js/dist/blocks.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$’y´_Èq6Ò¯˜2¸','…£í™\ZŒ®y´XÆŠbåC›ápÇ\0Vs‘ùF`¢–üá','',0,'?'),('ôˆ7:”büË\r,Ýjaø','wp-includes/js/dist/blocks.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ð\"ôò£$‹|åÌÔof','ã4þ°!‚ÐPYéloÔË;¼‹søxµ\\Ü\'ë[¨)/','',0,'?'),('ÃldKñŒÐ¼ÉìÇà','wp-includes/js/dist/components.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+j|6ßŽ¦Å6t`å','!AÈ•”3Ñ\\Ñ©íñrcÈ± mÕ±#èË™[¦jIù9','',0,'?'),('°N‡ýZND”ÍN´>Y	','wp-includes/js/dist/components.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f>¯ûñò—5üî³Ãùv‰','Ô Áz=ÏåÃÞpm£ÀQŸ@Z9Ùóµ¬¬q8¾º)D','',0,'?'),('ÙˆéTÄ–hx~Dt>lŸ','wp-includes/js/dist/compose.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','˜ß×œwé¯÷&ª.É','£;Ž?ê[&¬S¢cš¢VÜ?¸j®\0+¸T¿àUé‘','',0,'?'),('¹5Ù‚aÜ¨Ï˜Ò	#‰åbu','wp-includes/js/dist/compose.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','£<›nùiX—,§^e÷»','¥ßy˜ø£0E‡M(yG+Ïˆú°¹CØŠ P2)Pp','',0,'?'),('IÆÔ¬óló¬©ð²§v0O','wp-includes/js/dist/core-data.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' fNÞô•ã6p¼$(I‰','ªÜÎ‘Êø ,¿Ã”Ý©ÔhxÎ,ÍW¥„éM µÝ÷,','',0,'?'),('¦¹ñˆx2ÿ_.ë~$â)','wp-includes/js/dist/core-data.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¸\0Ãµ7üb«¯*v	í«','soÆ]bÇ®jøoQ;\Zs0N{„î3í{HÊtJã','',0,'?'),('§\nÈà”à äé”/Y','wp-includes/js/dist/data-controls.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!_¤Ûðq\nHÒŸ\rÿMd','ýË‰s.AìãM6E°dGYµ`ÀÒx\"5H8O²Ð&n„š','',0,'?'),('!ñ>Ð»ÓŠ^ÔÖ[‘ÒU}˜','wp-includes/js/dist/data-controls.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D3ƒï \0øžÇ4o¡','ÒÊ¾É=ªF j£%Åeae^§Göþ‰FC\r”¥§Å','',0,'?'),('ÕgÖ¿þ€mœã‹£‹ÙI','wp-includes/js/dist/data.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','È¼êgœ90†gTzTþù@3','®.³J¡rŒ¨3yb˜³¼ÍR{›¢° »ýµ1™','',0,'?'),('\"NMô¸ê¿Âk¨VO','wp-includes/js/dist/data.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','«*ÃÂLi!¼bÞ­z\"g¯','v•ò‰OU1†Èñ­×o6GÂEãŽ˜Å‘ã15Ü³ö\Z','',0,'?'),('ª¹ÏG™löÜÊÝ _Ö','wp-includes/js/dist/date.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÃÇÖ{ø­^ž¥»—Í^\Z','ƒº\"*Î+¾Ó9ÑKg¹â¦<ÿ÷ðí!È\0:Ö¢','',0,'?'),('\"øJ¢°è2«\rß¤-H˜&','wp-includes/js/dist/date.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>Šï¨½GŸës‘[°ï¢','jãC“Ñö>wrÀaRþ¹F…ß}íðDIœ,ž²óqø','',0,'?'),('æ÷µÈÂ;ŸWœãŽì¡Íl¥','wp-includes/js/dist/deprecated.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ñ§«\n„TÆ¼Ì¤j¢BÒ','Y\"›‹íäù¾ŽjÛùÔ\"ˆkÀa••\0X Ú','',0,'?'),('™Ï‹Ð”\'OtûÊ—M;','wp-includes/js/dist/deprecated.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','kM›¸:2àXJ-–9Ô','o*>SüÔ\"WÙ¹fç¹wqßênøÇ7ž£¢¤mŒ‹y‘','',0,'?'),('kâ\'\n+&=¸Än`ò3Ÿ','wp-includes/js/dist/dom-ready.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#%\nšl*ñÈ8e{ÆXu','ûû9—D!d.­ry(jSY`’ÚY”–·Ò¦J˜T','',0,'?'),('ØîÒ¡ýŽªK%‚¯ˆû^²','wp-includes/js/dist/dom-ready.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ˆ%R9ÿ¹Êû•Êdç','6	‰\'µT—Xð‹t\Z#\0öê›qüS‘ÄG?CjÛ','',0,'?'),('ãB—‡\"^I\nšÒùhÆœ','wp-includes/js/dist/dom.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‚½8óÈ)¹®×•¯%Ÿ','”ZàÚ‰…6ãî*BqÝ7¼G0€pl×Bën®5Ûç!½Ñ½','',0,'?'),('º{xZÆcù\"†hb‘?Ê','wp-includes/js/dist/dom.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','–LÁæŸG®Ú+`ÔÂì','°öq¬asóiL[›¾á¸=šê]ãus	ÇŽ\0n','',0,'?'),('ˆ`åŒ Æ¢«Xv ð{ä;Ù','wp-includes/js/dist/edit-post.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@M,£‚×\0‹TdƒÎN×','‘¾× Ìâ4!ËøPŸÎ2°ÔÜEÓµJt\n(Y','',0,'?'),('q¡ÞÒR+Òqù\ZŠ2û','wp-includes/js/dist/edit-post.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','æß¢žh.ô„WÕ.ïe¯','ÝIÚUN~E‰€{ë‹ˆ±LæNŽ˜Lt§¥Š”¡êÕ†L','',0,'?'),('¿	IeÓÔ©[Gº¼³_Á6','wp-includes/js/dist/editor.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`¿ìÅÍd{hçæ¥9B,','Å\r›ý.…›v¯”’Ï¨­$Œ8­2›ËŸª®u èÙŒ','',0,'?'),('ÇÍŒ%+Ëe@uQ(Ï','wp-includes/js/dist/editor.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÜÃp«°o¤›RÑ¨º?ùž','Û®Ð¯\"‡Ç4…W	xC¶ä›Ö·øøÄ(w;6&Î','',0,'?'),('È8â×ì¶ÃR6>G\"Š£ð','wp-includes/js/dist/element.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Båš½R*æ‹³S³t#r','S\0âœãè Ø\'Šá©\'†íö)ÌV\'HÇy±1¡±9','',0,'?'),('E5ü;ÕÖÜØtR‚“$LÙ','wp-includes/js/dist/element.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Zš&%ò³Ëø?‰ÞaBó','>Aï@wƒ*öT¹Ò¹°¸£FðÇVã\\¯âõ‡Ëæ¢æ','',0,'?'),('Y/ÝÞ‘ö	¡Îâ\Züñ“','wp-includes/js/dist/escape-html.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#Í†&óàÒ\0e&ôÇ-êå','\nÉò—ÉÙåô,aºÕY\\bD<˜/¦[…ÁWÙáYZ','',0,'?'),('	Ó°ê…‘·¹ ±…·Ï€c','wp-includes/js/dist/escape-html.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','í–}AMtÞ\rjoXltÓ','‡´=vcÀýTI°&k—ÆÀ¨*M.eÙ¼!`ºH÷‰|','',0,'?'),('hòÎÇQKøV<r:Mg_Ïæ','wp-includes/js/dist/format-library.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ÿsx$ÙHîÐÊ·\Z*¹','ÿ•Ï[Ð(6€Åp5†Çº…DDÔwƒ|?‹ ûÊ','',0,'?'),('&k\0v_fcb‘øv†œøù˜','wp-includes/js/dist/format-library.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¢¨òèØ6Lþp¸‰G­û','n5-¸†Ùèù&(DÞ«xE†œ“mßTßùÍÈÈ\"','',0,'?'),('¹Ó€9[êÀM-g‰‚','wp-includes/js/dist/hooks.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','mÿ]bå^¸Ë˜Œ¤üþ°','l†LúÒþrìÂ|Z°þEô‡¬™EÌª[PÔokÙ','',0,'?'),('!“w<âÖÉA\nî@¡O','wp-includes/js/dist/hooks.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','„=1\"áÉœáç{¥æzÒã','%¯®-ïÚ¸3u¾³²¥³Š¼æËÕQ€¦fVnoªKð$','',0,'?'),('`¤aŠ(Šg°ú\"„—','wp-includes/js/dist/html-entities.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ù¬”kÔ2iåÐ	k(…¤RÄ','Ìª–*û–ë„+øwÝiBÜ\0wj@“ÙÇž7ÌÚŸDw˜\0s','',0,'?'),('?«ð=²@íMŽ$#ŽP7','wp-includes/js/dist/html-entities.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','’eIÂ4]„Nš¨F´¯f','PÕTü>Æ!¦ÿÙ[òz5¨¯Ûâè®KAn\\\\\ZÆß›','',0,'?'),('¬#îäu0¬c¡Œ‚}²€‡','wp-includes/js/dist/i18n.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ˆáÅøà¶8o<V,aR0)','ðÙ‰D[$]ºH‚ä Ì\r!d|v=HlÎ@ç','',0,'?'),('ÌÑû i›ïn°j/Är¼Õ','wp-includes/js/dist/i18n.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4À\0éC¢ˆÆl\n»]œK','Ø³.ñYíñ¶Í›ÊÂsòsÕð©á3*iÿ\Zþ_1¾\r@\0','',0,'?'),('égÑÁ¶ÿU)\rR(â','wp-includes/js/dist/is-shallow-equal.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Š†ËmuFý?‰¡õœGjˆ','Zú<G(íàVØùö=süÅÓ†º¹ÝˆoCI>?ÄÒ','',0,'?'),('€¶—r=ŠÄÚÏcÄÐËMz','wp-includes/js/dist/is-shallow-equal.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[o$¼¡®qJ	TEEìú‘','pð“¨ŽÐËF.­ûbjÖ¤C…\n\r*D^C8f','',0,'?'),('¢]Ç¿| ´áö¾¦ICô','wp-includes/js/dist/keycodes.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Hý´Âb=:HÏ¹ŽÙV','z¿ï\ZñAr/B9M¼éúÖ+ÓWè2…ØÃíØÛ§ë','',0,'?'),('*V.XZ—È_C[AÔ€—C3','wp-includes/js/dist/keycodes.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','§‚”YéñÀðé¶#T~E','f- Ñ¶ÍE88Aë¡“žIÉ„]ø\r–(ŠÕ—feY','',0,'?'),('(³ÃÕ••)à˜(pwBl','wp-includes/js/dist/list-reusable-blocks.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"rst“Ç¼à53\nªÆþK','s f7ÀÆ·mìP‘Ìhjð$5a§|Ž¹ò¹ü\rî±xÙº','',0,'?'),('!ŠÎxx¢+!­Áœ[Æ(','wp-includes/js/dist/list-reusable-blocks.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ªX#Pñ‹s–:™ý¡•','5,*ºOã˜­4Ò\"^•WþÃ™Íûè*d„µ%™Ø','',0,'?'),('ÚëJ«B&9:VÃF[À','wp-includes/js/dist/media-utils.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','—f‘VC×Ç¿aN5´ï½','„V`î\"Q5È•žgïïÌypÙ»ñÉ_ð›‚','',0,'?'),('ÜŸºÒ¿Bâˆ¶òêòæ­','wp-includes/js/dist/media-utils.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','„Ì.á¶¸råÐÜq','HZS<2ÖLšAWÒ—”tŽØ¡Ø³ÒIÍ@5áî½‚]','',0,'?'),('Š”¢Kì™È;$ÒÍz','wp-includes/js/dist/notices.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_î<hü°t0j sgF','µô±ÚÛ¦ÿÉÇÙ!íï(nfŽ!o½Q¶•§Ý(‘Ó€Z','',0,'?'),('lZ¿q¡#eS%s˜õ7Yæ','wp-includes/js/dist/notices.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‡@¬DçÌÌöŠè˜EAX','RzÏáOb¢·H=wxÃ*?ó3Ãñ’Ö6SÌª','',0,'?'),('çZÒ÷uÑÊÉiigÔ„€Œ','wp-includes/js/dist/nux.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^:Ñ“«£yšåôü·­','¦ÅÈGùÝ$}zÒ2<Ïy@xŽ3øÚR=<‡÷íu²º','',0,'?'),('Asºvü÷îù‚g“4UÃ','wp-includes/js/dist/nux.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','NFê¹ã¾ œ@”]','âxSQî5Ê¤ÁVõ…öQ;£ML“;±:ÝL','',0,'?'),('Æ¬ŒåSX‰ƒÝZ“ùâ3›','wp-includes/js/dist/plugins.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¾D<lóÏ\0	l öTÒ','÷[É2ÿ!±\nÁV+þ3_:JXQjk¿˜£À³„\'','',0,'?'),('òãÝHör #âw/“:4','wp-includes/js/dist/plugins.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\3áïÈ¯Dvž=‚<“ž«','þ†Ì[{ø_åya[æº­<<TR(+ó¹=kƒy˜È','',0,'?'),('y52¤m£\0¥l™\"ùe','wp-includes/js/dist/priority-queue.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','žÃVÔ4· ž+ñÀ†·¿´','á™‘„²ÃÍ0L¢ÏsEô·Oñláç€‹‡7KþtÿK','',0,'?'),('Û‹{S0\0\0=š1_Ø¦\rÀ5','wp-includes/js/dist/priority-queue.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','QzéáÚäÒEò°qÚÕ»3','6zÑÙ†}ÆAuŽAK:ÌäÙÐËî²ß1OÚDnË\"','',0,'?'),('×f¿k[x‹•œä \\Œ/Y','wp-includes/js/dist/redux-routine.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3\'Udë…¯¤ávù-°h','²1×æ™*œŽ¬ˆ¤¥˜Äµ€tt–²Eé7d','',0,'?'),('Ò7µ[*w¢J\nnˆ¬º>','wp-includes/js/dist/redux-routine.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‰#ê îä3ÂŠ]6óà}Õ¥','UöCÖúäjû[à¯žpcç*Wœ¹Ö‡Òk_î B¼Ëb','',0,'?'),('š_)0d|‰6_„;n','wp-includes/js/dist/rich-text.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','iÁ™€Ÿ!MêmêpÙ´¹Á','ah´\råRKòÐAv±ß¹”T-qÔä¶xÂ	ØD10F*','',0,'?'),('--ÄÃ¼–$®);†ÄJ5','wp-includes/js/dist/rich-text.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ª^ë­@ÉÇ‰½³Ë¢áˆ²','0]Ö4ìñJ¤ÓÁ«(¼rp¾N–DWˆ¹\Zú@72ñ&.','',0,'?'),('ây¨0H#;èe\n\"¢+','wp-includes/js/dist/server-side-render.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','€9W&¬^L~„o½¯g','ÍNñ«È1rXûˆÙÑëÛ3ºì¹Ü”cÒ$5$·½','',0,'?'),('ò¨$c{±97^Ð†È÷JØg','wp-includes/js/dist/server-side-render.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','eX!7xHý8\\\'ÃŒ7Ö\Z','ûB¡”Ò˜Pdtô^láPêqén1é´!ÖŽŒÖL\0','',0,'?'),('oS]ã~(äï7;à™ \rœ','wp-includes/js/dist/shortcode.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¬<H\\–_Æ—!„E','‹@ÅU¹î5oÄLdÂLÎò‹¾|ñZËp|Í?w ö','',0,'?'),('‰ÕfR/1äéÞ›< PCŠ','wp-includes/js/dist/shortcode.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','à–«ó7\\Í<hBé$sÔ','®¿äód	ÎW¼~v$×*2õ=\Z¡ê«@•g/k','',0,'?'),('HëÊ~Ý\nãóx‚ ­»|','wp-includes/js/dist/token-list.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z•A üv(†â÷\\9ø1†Å','m®*`èŠ¡SEŒÏG[ù_¶1ô¼ÿËn\Z3±>ëË\Z','',0,'?'),('ñ&[¦Á>jþÒÜ/Öâ¶GU','wp-includes/js/dist/token-list.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','”¯n<Jb’ÑPVìÖß','¨·Ñp‚KèXÌ_¶|Ãr´[²îUîOêàJê','',0,'?'),('1²ÅÌpaÒ`H0ß¢ìe','wp-includes/js/dist/url.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','íÈ­€Î¶µ:¯(æa\r£Ê[','¿Æ¾ÖË@\"ÿb££‘Ùóá¦ù3¾$ÊžtØÙ³SžÊ½','',0,'?'),('û«€ØéoŽRb­þ','wp-includes/js/dist/url.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','„³u0äÌuþØ\"Ðù¶F','E^’\'®’ö“ˆÍ5HÑÝü¨ðÔ½pæCEtd\\#','',0,'?'),('™ä‘–ëwƒ7:\'Âh*','wp-includes/js/dist/vendor/lodash.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(­]‚uÿVö;¾Ë','@ÍWº‡0ÜBÉ·¬›é°Iù\0˜ª1MÛÐÅ—íVs','',0,'?'),(',5ÍXpÌBFdc’j+”','wp-includes/js/dist/vendor/lodash.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¼”ÅDPè¬h—9¶±˜z','[÷—L3ŠØY2R%¢¬\n$Jb°›¡ìdÄ³Q5âÿIÄ','',0,'?'),('Þ&Ñ	AÂHÚì)¥I&‚ô','wp-includes/js/dist/vendor/moment.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g\"ª”[ewí§C081U','ï“yŸ­nX$À’\"š,Dce´~È9c$ñ‡ÙÎó','',0,'?'),('Â]ìˆŠYTÃïXm°+%','wp-includes/js/dist/vendor/moment.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‰™¸µÐ~œ`w¬ZÆ¼”)h','Š¼%}®-°)À~‡Mw¾T=­îçg¹¨½ûH!ç','',0,'?'),('Lap•²8gôVã,¾ægÛ','wp-includes/js/dist/vendor/react-dom.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"ªÿüØ•±žI;ñ',')Í®óÍÃêzó×÷I}æø/£Ã? ‡/Ô+1k\n','',0,'?'),('A`þk{¹n«Ž×/*ScN','wp-includes/js/dist/vendor/react-dom.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ž‰YFÈáx6\"hËEì‹','s\0‹»ƒÏ+™Á,·š]4Ójó³Ó¡]©‹ÖÉÁÁ+lž…','',0,'?'),('¼³‚|X%jgu@èCJˆM','wp-includes/js/dist/vendor/react.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ôê“—<vy‹zñÝúp','_/£ïµqŠAI¡Õ1ÉH\n¸Ü)æ¦5/Æ’†ÞÙ4','',0,'?'),('ŸàW31¦©N«¸Äg×¤ÊÎ','wp-includes/js/dist/vendor/react.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','øXp\n—·mt5¶r/','Ç;þÜDÙð•)Æ=L:#w´ç>ÒK	þ<ŒsE§cEo','',0,'?'),('±—«Âû‚Ûw6Uu%¦À','wp-includes/js/dist/vendor/wp-polyfill-element-closest.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<jÌð™ ¿<YtŒ#ô&','yNOBÓ»×]&6‚MÜ-½„J’ä.ŠŽ·ó¹:.µ{','',0,'?'),('ÚÂŠ#6øK%#f\rÈ','wp-includes/js/dist/vendor/wp-polyfill-element-closest.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‰¤æH0Îc;`ñäªW&','2A]êÚ›\\e‰ŠWß¦kZösÿ Àc¯<Ê`÷d)æ','',0,'?'),('7ìÐó¥k°Xøf´XmÿS…','wp-includes/js/dist/vendor/wp-polyfill-fetch.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Elî*Ie€¢NZîaK©³','‹Kö+|ÙðÛÌ«M5Jé¦éòÍyÊ0It¥lol','',0,'?'),('Ówƒ]cIýw‚éÈ°ØH','wp-includes/js/dist/vendor/wp-polyfill-fetch.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	¤EÏ&\'Ò©;È@úkZ','LÌÝ›™qÅ;FX:tBÅ7v°Gqán3ÃkýI','',0,'?'),('ve×¶\\°l.—Ñ…{','wp-includes/js/dist/vendor/wp-polyfill-formdata.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','í‚883œ ø‡“úxÁá\r','è·ÑX¥†«—ñ˜rŠq-¾þN)–µnhlÁL’$¿¿¥','',0,'?'),('g+±·çwJoGÿíï{b','wp-includes/js/dist/vendor/wp-polyfill-formdata.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.¢2Ò£ƒå”AÜ!ÜV0I','ì«\"CG9^öàÈ·í1ôæaŒ?ñaÖuk`','',0,'?'),('¹‚¯¶=ÍåÑ¶Í8$ú','wp-includes/js/dist/vendor/wp-polyfill-node-contains.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ŽŒÝwæè%[UÄÅ3¦','Et•¿Ÿ ²ÐzÈÞfD:x?ÁíÆûo–ácøÚ‹	8P','',0,'?'),('~qæIPžI™ºírñÄö','wp-includes/js/dist/vendor/wp-polyfill-node-contains.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','³-\\êd´ýoGÀì\n…2','Sa)ú´«¥Ê—n&B”óV€~ÑÜ11ü\'w(','',0,'?'),('áeí®¯ßÀ‘:Ö¬p6ä','wp-includes/js/dist/vendor/wp-polyfill.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','YÌA\"Zqà—ÎóUßq','\rÚƒ¯?æHOzØDèrž\n\\dÜˆ_¿å¢Çq”C','',0,'?'),('2ß\\é17Õ€Ôwi„{','wp-includes/js/dist/vendor/wp-polyfill.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}.ô»$K¬ŠÑ>ô8-Ž','.¡ÓÚßCåÊ\\Ú\räÇ…#gLÖKùäö0‡©ßÄ²','',0,'?'),('‹¼/8&ôDãg|¦Ä#','wp-includes/js/dist/viewport.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Eg2Š´Ê\0\'ƒI¹-','tGÝú_[¾Û†´TîB	ÚÊï\\égê©«o¸’·í“','',0,'?'),('	„hîXk%´>ù†Æ{NûB','wp-includes/js/dist/viewport.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¬L|P¬5Ì¿?DO\"[”','.Êk\\Ñ;–Îˆàë\\íïXŠ]	B¼C’¼','',0,'?'),('2D›Š%‚Jž£ß?­Ñ\Z','wp-includes/js/dist/wordcount.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','óqšE™Ç „RüA­äAs:','û%$\rÑª¨!àói‹V‘·‘+Ä?“½m†©é—uR','',0,'?'),('®­´øý&@pˆÓÎÆÉ—','wp-includes/js/dist/wordcount.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','½§Þªa‰Ì‚›—‚}á“','î8<Èæƒ2AŠ£Ôÿ-Š3B#ŠÛ	\\zúŒF)ÿæh1Â','',0,'?'),('Úý!§(t”ò‰<Ô¹','wp-includes/js/heartbeat.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9kñé_§ò²+,+F·¡Z','p=³^¿Ùi…fQ÷ªûM^‘zÏ˜fF*›âä¥).Üú','',0,'?'),('‹n97I.OúÒÞ¿ð°','wp-includes/js/heartbeat.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','š•cŒ;ÑEš¶ÑŸ','‹†ò>Œ³‘+öÝD§hØ¸ÐV=½8Ló}ËyLpgÛ0','',0,'?'),('‘yßg‹ízaU\"ƒ	XKG','wp-includes/js/hoverIntent.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÀÓz/P÷´ê®±<	','t¿ÂneTR/î77ý@\ZÒ§0›g¨ÇŒôç’ûè¢ïø','',0,'?'),('S.FÈ«A¾j®ÿä( :','wp-includes/js/hoverIntent.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ü¯4±N¬ÉsÓ~š¸Æ­le','z¹/¦&¾mÀY¶ÒED<À³\rlÅ¾ú©—Æ|4¢çáÔ#','',0,'?'),('½‚àˆ«ªnŒ²Nd','wp-includes/js/hoverintent-js.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I*¡òc:‰pOgj—é¡:t','ëtõ_%¯»\Z0±‰êpk\'®àh!¾º7ÂÃ1ÓA3·¶','',0,'?'),('^ïù^\\QóÃ=(w²î†','wp-includes/js/imagesloaded.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~—«RÃßué0»YòÍÕ','r“!š—a`®ïU¦*ŒøˆÝ1ê©w¤0‡?O‰¿Ú','',0,'?'),('“—¬%bQñ£“bM<Öx','wp-includes/js/imgareaselect/border-anim-h.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ZÃÄ,ÈntZ^6¶{Lp¡4','qsßc©ÌõhšÍàm-ú%êx¨\ZB™ìxß\'êã…E:','',0,'?'),('‹ºFè\"÷èvhâ¡$LbŽ','wp-includes/js/imgareaselect/border-anim-v.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' Éz!™<ñ7êÙý¾ËÄ*¨','‹á>úªÂödà•:Ûý¹j1í<î!4Û6“gæä','',0,'?'),('<FéëïPzÌ22£‡~','wp-includes/js/imgareaselect/imgareaselect.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}(ÊÙ()³Ö3 ‡µóµ•¯','žqó!Ý¿JÓ‡—öi\nÁEá­5så!\r—…%ƒ','',0,'?'),('Ø8/B±$8ˆÏ`mœ','wp-includes/js/imgareaselect/jquery.imgareaselect.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','cìJeäQßÕÈ^ˆü˜¤,','&¢ß²zÏ=R—ØT€¼Ágà—bÐ0$çÚŸ3})B','',0,'?'),('Õö¼úÍ¤6é\0/ý“kúÀô','wp-includes/js/imgareaselect/jquery.imgareaselect.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¡-16	Òß¨É÷±Ûˆ–¬)','¬3ÃÙ½¡*w—f–¼¸q»xrè”ïaV‰Qú”ü','',0,'?'),('SX+7Êû1?ÅõÏî-','wp-includes/js/jcrop/Jcrop.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z‹ý7e½¯¼òÍQ°%K','!ˆŸ@¤X—7JÅƒÀäþ¼p›3KÒ;S*!¸õ°L','',0,'?'),('üg\"š}_¿7¸½¦ÜJ5','wp-includes/js/jcrop/jquery.Jcrop.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','VÌž¢Ü/K‘x¿¬¬’','Ý2¬SŸ[±6Dv‰5bsôÙ=‹ÓÇNL¥wõ¾‘·','',0,'?'),('T‡.o@Î¨2ÿwõvŽŸX¹','wp-includes/js/jcrop/jquery.Jcrop.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/a«˜LruÇ4ÿ\ZÁ','»ú·Ï·Ûåydýix—{­p+ÁÖnÜeÚª©f¥','',0,'?'),('v¡–Þ£ãûRï','wp-includes/js/jquery/jquery-migrate.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5‰ï	†ôð\"Û\02','OÍ­z…ç%(Ës!?,ÆežŸ´³¬\nƒø´\'\ZÉ€¥+','',0,'?'),('ºaÉ@o›ÿ\'¿Ékbíþù','wp-includes/js/jquery/jquery-migrate.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q!™NìS ûæXdc¿–QÂ','Þ|Öåã\0»ï¢2è‹+šëAuóÉðdmã5„Ç‰','',0,'?'),('ÄàÊ™\0}ôßç” K›ö.ÿ','wp-includes/js/jquery/jquery.color.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','rqÓ*X˜gqŸO£(Íˆ','©xš2³ý<àÍÊÿkéö•QÝ¯«äçïí{ÊÐ','',0,'?'),('vúÒ¸);D°~J\"àq','wp-includes/js/jquery/jquery.form.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÐŠn=iÿáf®ƒâ5]','þ5\\°\'=\'¤*m%,¨kC!<¸÷…2ƒm=ë','',0,'?'),('&=\Z½+tí’\"¢/k\'\n','wp-includes/js/jquery/jquery.form.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`ïvwP5•–Q4ÉØ!)','š9Ô^É¸¡Iok{Ú˜è2oxõz_;CŸáLÜ ','',0,'?'),('œþP\ZÅ/é¢¯l%¡','wp-includes/js/jquery/jquery.hotkeys.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','â”ƒ¨Ê& Ý‹\rFÆ°¦é',']§Á!G»3¸œé[#È:L¢\r: œvµC>','',0,'?'),('ÅÍ-†p“lEÆóØk†/ö','wp-includes/js/jquery/jquery.hotkeys.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ãS!}EU«\\b³g¾h‰=','\ZJ·û]Ýx Õ®Tî¾ÄcÁ0n˜9  +Vékâ','',0,'?'),('g#é,vM‘ÿŽ‹—ß:õä','wp-includes/js/jquery/jquery.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','IíÌê.{©…ÊÜ› S¾Ñ','g…/igEÈ¯]å3v6·E\'Dd¹4gÏfƒÚ;ü','',0,'?'),('c,½…°[xÞ«ô3¥\nù@','wp-includes/js/jquery/jquery.masonry.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Í³@`–ÿ€&n|}A‘†','ö\\Û™§¿áŠã	}M’gß ¿$ý0± [äÝåB','',0,'?'),('{Ÿ)×4e4p:±fW‡','wp-includes/js/jquery/jquery.query.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';ÌXzòÇ°ÆûÉÀwC','ôuÈg^ˆåäˆ+ÿ›i¹«m°ÈêG\rF¨x•iðX”','',0,'?'),('(ˆÔg%\0ÏÃ4ÝÛl>œ','wp-includes/js/jquery/jquery.schedule.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&³—TªkÇfØž¤Ä½','¤Ü?ïÆvEÊ”ªwjÇ¦¡CåPÕ¯ì_µ£','',0,'?'),('qhÿ665—y|ò=ï?S	','wp-includes/js/jquery/jquery.serialize-object.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ñ\\)¡Ÿú‹›Jèl<ú\"','îïD{zp¼\r]µÿ<æ°ÑÀ§‰Ë@7>0(™¿h','',0,'?'),('ü0<PsÉñ×žH—ÑÁ22','wp-includes/js/jquery/jquery.table-hotkeys.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','§êÖ”#týgP±g€¥',':‘ÎA–æñf®x×‚ººåó²ÜËê­ídƒ7#','',0,'?'),('ò± ­ü²BÉRÔz‡‡Y','wp-includes/js/jquery/jquery.table-hotkeys.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','åogo·¿“~i¦I	ú','„<²Š=¸¤;’:Át_,w«ÄƒI·ÊÁ,Š,™œ','',0,'?'),('mY·Á“š}É½ë…?','wp-includes/js/jquery/jquery.ui.touch-punch.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','LÈmÄQ4Öƒãˆ]±','k>jT@©—ŽzÌÃÈ¯êÕœ.OB×ÀjÉ0\'ôêt','',0,'?'),('Æ¬+\Z–¼ÊIód^i <\0','wp-includes/js/jquery/suggest.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':$tV‘EÕÊ¿Äû‰‚','rç,KËpÅ—rq^b¢\\‘¸=rZÐ]ƒÉ6+','',0,'?'),('‚3¤–Æ‡eÇ(Ãº9ù','wp-includes/js/jquery/suggest.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s\\+A)œ”ãn.;«‰','I<¿{\04¯`œ<!j’±Z8ë²è»D”HWÿ•','',0,'?'),('6Ù¨	Îÿ:{”^Dá‰','wp-includes/js/jquery/ui/accordion.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','èš|BŽIê`-~ÀH	f>Ü','³·^e°@Ã…ò>©Õ}¥›ZÃT6LÊë§Û1æ\\','',0,'?'),('gþEdÉã1¢ÒD}ÂÂü‘Š','wp-includes/js/jquery/ui/autocomplete.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Û\0ˆØfÕ\"èõi!òóŸõ','Ë&ô\n«s„•tÏ›@#NgC;a™Š:7…Ì^PX¥Ñ','',0,'?'),('Üå]/~ÿøÕq¡¥XÅŽE','wp-includes/js/jquery/ui/button.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a`…ývþ,L*	Ò¹A–¦i','µ0x¼Wèb[vâé*,‹Ç2\'ì•u4{™Íjx«•È†¡Ü','',0,'?'),('è%y>}HÃoÚæú(6','wp-includes/js/jquery/ui/core.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','–ÿeÉ%»¯>Nx‘§Ê+','5‰¦¯‰{é`Å9öµóGRõ\r²ip”YîœiwEt…\Z','',0,'?'),('@k/ Á¡ŒæI‰?T,','wp-includes/js/jquery/ui/datepicker.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p´“\rÈàøQøS3V','ŠB3e…3g©Ê+ïì=\"\"÷gSOf&üBÿ¯ÞÄ´','',0,'?'),('F«ÒeÀûÖ}í(·å¿','wp-includes/js/jquery/ui/dialog.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ð“?[›U’Ý^!Ÿ~º/','¨‚2Ï>nëŠZÈêß\\F]gOÇå¿ú{øQ³6cüK_','',0,'?'),('pôô7uÌLÍ_{2Ã›–','wp-includes/js/jquery/ui/draggable.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Wf•Õ¸Ü—ÿTú•<','¨ƒ}Æô‹øµ‹a)– ´Ë¨¯Ï½jâ€­û|{Œ…ï','',0,'?'),('ïzúÀœØö×ò|”zûxv','wp-includes/js/jquery/ui/droppable.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ŒœÀ¥é@¯@õ^ÓžÙ ','k´ü­|=NRPC\0b›(=•TÔˆJ.ÁÔÊð8ÖðŠ$','',0,'?'),('&cµYDØ#èP{+¢','wp-includes/js/jquery/ui/effect-blind.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','šÞLÐó˜ši1\0öqþoŽ','-`tÍYÎÌßx:’1¼/\'|»xÑÙáÇ­\'æÁã','',0,'?'),('ÿ¨a5[4ü5¼MepC','wp-includes/js/jquery/ui/effect-bounce.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\rÅØ™«!‘bt(w','\'î1|ø\rº«?PJn¤Z±ú	T†K¼ w6éöæÈ','',0,'?'),('œåU‰±ó$ì\\*Ý1^œSý','wp-includes/js/jquery/ui/effect-clip.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','é)K[stñs·kB†µ?¯3','H,ªÒ,\'±4Eò‡ÊIyÏùºƒìÅ‘Rr§”Þv=','',0,'?'),('ìD\rh}¼è¯¶‚!\n','wp-includes/js/jquery/ui/effect-drop.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','YÇßmíÐ*0OX˜^|ûŽ','N°<_±Ø/ˆR,’^¸f²ÅÔÁ–\nÝÅBwV','',0,'?'),('ÏŠ=÷ÆX®¬÷bBz\' Œ','wp-includes/js/jquery/ui/effect-explode.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/h¶€æ	ÎÖ(Ù‹+´Vÿ','çš´ñö•$eæÆ]~„êL‹TÓÜ¥U¬ÿ0©®”`¡','',0,'?'),('´ÇAóG,‡Ã<Œ¸¸','wp-includes/js/jquery/ui/effect-fade.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Š0ò4Uw´ §ŒZº+1V','¿A”-žyJÛ6{G2G@¨ré¿ãË!\Z¤œ°Dp°³ù','',0,'?'),('·P\0\'Ø0l§Ÿ¯vÈ#J<','wp-includes/js/jquery/ui/effect-fold.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‡…ÙÞ–ºÑ’j´Ñ0Ò','…·ÐÃËFI3½ Å©<TÆŒA\"S¦8+ýYTûŠ','',0,'?'),('{çMŒ“i»i2n•Ã6Ü','wp-includes/js/jquery/ui/effect-highlight.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','›Bƒp+ IùØŽ\nuÐ_','\'ªÄÉ#ŸílÛ\0ÌD È’”ð™ˆªÝ\Z¶›*¨va','',0,'?'),('¦ü­ó8`9ù×?Bb“Ð‘','wp-includes/js/jquery/ui/effect-puff.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','GÍ;§LŒœç£ws','¥ÈHèå.lö¼ïöÀ‘qù‹­Ãœ7L`Àim»Âœ^','',0,'?'),('˜‹µï†8(\Z¹jèZ]}','wp-includes/js/jquery/ui/effect-pulsate.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','æŠ¨µ$´rk3E`øà‰—','eù´Cñÿ´xvŒ[æa¾¬	ÅÔñûÁAè¢Ï4­n¤','',0,'?'),('4;VÏô\'Œ/¶òæ¨fº','wp-includes/js/jquery/ui/effect-scale.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¿a£‚¯µ©\" ×Ôbÿ’','ÿ\Z;]¡[.Ž\n’ÞV—Æ>èDAùÍÄÃÐM','',0,'?'),('“¢þNVÔ±³æˆzÃZ','wp-includes/js/jquery/ui/effect-shake.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R­¬|Ta*¥”rÐÍ\\','ùFGa?©Mo‚Ì„À£>l\"Ÿ4\'Pl²]D¸!','',0,'?'),('¨‘~¸w`²5;Fã®®','wp-includes/js/jquery/ui/effect-size.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','pk’Ü.Ç“ñ•ò£ò@.Ü','ŸÈ3µ\07Ë5ÚIqBg}º¶Òƒ¯ÓìöŸTª¦º˜‡c:','',0,'?'),('YÔäÖí]¦®ÅžI†•¨','wp-includes/js/jquery/ui/effect-slide.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','³ï£´æ!b­Y.Š‹H;er','}ùâóÑ<îfƒÀ¼ÚB*ž±´³#@^Sª·´H4Vx','',0,'?'),('Œ­l«.H|S„³Ö{°†','wp-includes/js/jquery/ui/effect-transfer.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-Tm ù¿¼ÍÆ¦‡¯','ãEÚ¼šPJ²ötÇqÂrâc÷Ia,.àª1nVúHû','',0,'?'),('ÏÝ™ªP(™ƒÉO\'E‘ùe','wp-includes/js/jquery/ui/effect.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1‡GÓ\'3+Ê†µñBB	','´@ 7e(…,<¦0ºí¼F\nV@U¯áÃÖ\'5','',0,'?'),('7ÀcîÂ¢)ÜæSóebµ','wp-includes/js/jquery/ui/menu.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+Ä3Å4¡M	ñø¢Ð`ëÇë','Ÿ1ëÜDÂ\'„eC­×$Ü;wkÇúåGÕ0fˆõsÒ','',0,'?'),('¡²¨æ€Ë:xÙý=á}ˆ','wp-includes/js/jquery/ui/mouse.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','³ÄÌÉª9­rú\'Çrf','ÄòßÏû\0ÕÆ&BI¶r³êh&îîFBýW3Óp^b|Ž','',0,'?'),('nef¾³°A@´ÿ¹R‡?¤ý','wp-includes/js/jquery/ui/position.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ç4oM)EÎ¾u½SÏ#/’~','6œ]Ñpåt=VËÙýïÈXˆÚ¦õá­ò¿âfYë','',0,'?'),('=féuñ¥A><Th–ÉÏ@','wp-includes/js/jquery/ui/progressbar.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4ÇŒ3çÉ~e£i»7Ù=','Fd62l(ÒAà¤ç‰/†Ú[=êo‰.*•~oó°Ðµæ','',0,'?'),('ÿ´-¹†i>bsŒ›1é','wp-includes/js/jquery/ui/resizable.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Dœ\Z`^Œ0Gtíc6Ù©S¯','uuÌu4EðIÏx÷â&H…õ”‡ènˆgo’NµãCÝ','',0,'?'),('ØvõýãÆ\rêû´&X‰','wp-includes/js/jquery/ui/selectable.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‘z1/|ùêÛ¶!¢Õ',',ÒøŸæjæf+’üù”—aôÓ`#—*†kÛ¦\rîœ•™i','',0,'?'),('S0ôÖ¾â×K/17uüŽì”','wp-includes/js/jquery/ui/selectmenu.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' “NW#ë™‚ßŠk{ðzu','Ye\Zpä+ê”RT[?(I¤“2W~û@\'áLŽ	','',0,'?'),('\\Üàã”·ðAV*ç±¿','wp-includes/js/jquery/ui/slider.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','lUòù¡Š€ûò³¥ÙèÇó','Ì2˜?ÁîÛåL+ä¢p@7’‡¼õ¶X«5¸ÇE‹™','',0,'?'),('mˆº-\Zm1½¥Èû£wÇï','wp-includes/js/jquery/ui/sortable.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ï¨\"&¤\"\04	]…IÝ','PÌ“Ÿ¶YläMy\Zj_ÉÖA§Õù£3¸¹vÚ','',0,'?'),('mEš¯ñö¾º\\ç)ÞØoÔ','wp-includes/js/jquery/ui/spinner.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¥—Ö‹XŽúKˆ–¾êe‚Æ,','MŸ³ø®-º ›œÌL€€éhs¨JðõŒÍ„´ŒC–B','',0,'?'),('¯ð‹(5ìaH­yo,Xþ','wp-includes/js/jquery/ui/tabs.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','·Ñ´z,W–1õ>B9/yU','—’êÐ~¦í¦c)•¯û·8y5Ôø]øÑ÷Îc?','',0,'?'),('-Š_º×+ÍÔYn¨ÙS','wp-includes/js/jquery/ui/tooltip.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&ÇA¬¾ó ~¸Ç”ƒËÀÞ','@¹jŒâsÄµM“¿­×B¥xõœ\"ÛrY*ÒæÀ','',0,'?'),('Ê!&øiÆ)^þW­²ôRœ','wp-includes/js/jquery/ui/widget.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0ÞÝV2M¡†—:;,Åè<','5¤·<â£Ü8SIœóR\rAÙsëï¤Æsf[HœD£3','',0,'?'),('*ç\Z07Ñ¥1OÓÓÙŽ8','wp-includes/js/json2.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s¡×{N‚|EO«0©','q3Ÿ..Šj G\\RÓnÝ¼I/T¶‰-í','',0,'?'),('ý´ö×øõ)Ý(¤Ð<ÙÝ','wp-includes/js/json2.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Åþ+‡%Ö˜oªˆ_mÌqÜ','É±é¦ËÃ—Õ#««ï2.ÅùñŠ³ÇØÂ\nTq7N','',0,'?'),('ªªõÙ†˜|† ²½','wp-includes/js/masonry.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÅNuíõË¯A+Ák¤_`2','\'´ÑÏD¿\rãÊ<Ä©šîòähÀ‚=Þtô—ü)—Â','',0,'?'),('réör‡(J¯g÷(¨y­t','wp-includes/js/mce-view.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Aä¥‡»	-7¸hBÁ','}í\rŠdw}ÇMƒ²/ÎU	ÉP¾á—²bšabùS`','',0,'?'),('î‰•fÙ%ußPûÊñ„','wp-includes/js/mce-view.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ZTš?~HÄ$“a_ŽAì','×\0,YôÓ§hoed>)AÝ5î‡04ˆoµû´41/\rFÂ','',0,'?'),('¬{ß0l(Æ²u9,wSØu','wp-includes/js/media-audiovideo.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','TØY•¶MÚágèÿg','nËFËš@ ÂD`Y—Ì<…PkD\0rc]–>ŽŽ½ùt','',0,'?'),('µGV\\z²…#°ÿƒ!;¢Ä','wp-includes/js/media-audiovideo.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',ûxs÷>jÒ£\\¹®','v3æŠ³i\0Scjúp+ØUtï ˜ph|äW#X÷','',0,'?'),('õuôNâƒ.A_Ù_Ï','wp-includes/js/media-editor.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','gs¥hSµž4%j!#’vº','ìâ)2¸ñì%f98á,\'v”R5ÿä˜ÝŠOä%ÒDSÍ','',0,'?'),('	,¹©/Õ•‹!ç›gyþd','wp-includes/js/media-editor.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','´û@‡?õ\r¾ß´nÅÛ','»Ã…òæF”Œ¹­ð>i¹áÿi8N»ü¨Œ…–ÝŒs\'¸','',0,'?'),('R¯\\SC¯|juÓ9µ¿A','wp-includes/js/media-grid.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ŸbJ?\0Ð’\0Ü9','ßÔ­*\\:z“ˆ&=Iù[8 Jø÷´wDºð¶€r','',0,'?'),('ôY´ªR‰Yi/µ·l@HXÓ','wp-includes/js/media-grid.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3ÎàÈÖh¸WO™ÂÖ','Å¹e?Hæ~7×o¹>|BãÖ4øÙ»ãQ<@','',0,'?'),(')Ÿ_æö’J¯‡×™Ô','wp-includes/js/media-models.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','UA\'kÁÑ`‹i?ŒH|‰','É&|1‘ÄÅ,bŸœ¿ìÔ+ð½°ÓñÃ\\é™Í¿','',0,'?'),('‚F‰ åGJÎÖBìˆs7µ','wp-includes/js/media-models.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','£r©¾ž·çã¤oŒ+Å%s','øV43y%GÀ‡¼è0\0¸>2â!ì»K™Ç¦•','',0,'?'),('È‰V?	ÝÞ]Æ)A','wp-includes/js/media-views.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','˜X4îó£ \nçÆé”W','7ØÑ.·^óÇ³%ö ÊinâP4Ä/Ög\0_[Ñêª»®','',0,'?'),('–Á¼™E˜?ÆŒÐ®á¾ ','wp-includes/js/media-views.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_þ+ÿc&KNZ/¤§šÎ','jqÂHÔ\"¼¸¾€-µ¢çÏ³aNz?†å_6?¿$Ð`ê','',0,'?'),('.x¾ŒÏ®ßú7…×üú_Î','wp-includes/js/mediaelement/mediaelement-and-player.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¤2ã=¨XÊIÆCÊàÃ','`RÏQ“À(2h>ruûè9YŒß­³ŠÙÉÛŽÀ—ý	¦','',0,'?'),('§y´ÝÚ!¡\0pZèˆ[A','wp-includes/js/mediaelement/mediaelement-and-player.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÆÑøã4Þ×2è21¦Mãý?','SŸT´‰ùSØ…ã×³#ý~*:¿w¤ŠêÃä(±','',0,'?'),('‹|BlôŠIHÒ¼ÝOSÆ±','wp-includes/js/mediaelement/mediaelement-migrate.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<¶C’_hzÓ3„í<7',',b#0 !a­OVc,úØ•SÔI˜Ð»%®Ûp)“ý','',0,'?'),(']L0ºòìeE“\"uÀ ­‹','wp-includes/js/mediaelement/mediaelement-migrate.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R¾ÃÔeÝ#B-™†¯{ú:','—aI·â‘&¼‡CÏX˜ôÆ\\;â©„çâö\nCˆ%;','',0,'?'),('ô¥zZ»fÅÌèip^‰2×Ž','wp-includes/js/mediaelement/mediaelement.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÍúôÏLXsÄ¯O²òS','Œ:ñ±½^5¦[¢ùùß–ÆvÒb“`YýôŽØé¶Æi','',0,'?'),('¢OOwTàM\rÒÁY˜!d','wp-includes/js/mediaelement/mediaelement.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(Ò6åäD–ðE‘a‚õM\r','ÔU8©Î2h¾ÖPG˜÷rKÒÆŒ8º1E¡Žš!‡Z','',0,'?'),('^Uðœ.i¾ÖypGÂ¶™','wp-includes/js/mediaelement/mediaelementplayer-legacy.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','äAÒVýtÐFÆ£¶‰–',' 2Èq{YÂ*lXø[qkd“–á}ÎJpê™äàÓ¶','',0,'?'),('nQ¸ÊÊ’\'”kÃÞ\"%ã','wp-includes/js/mediaelement/mediaelementplayer-legacy.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Å</MÒ0FÎ!\'Gw’®Ë ',']¾œOÅ˜ìú›?ˆÕ¸¸ì>ÐXzÅb%±›Ø£”','',0,'?'),('Ws™$8Õ~œ‚NÈ-œ@','wp-includes/js/mediaelement/mediaelementplayer.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ˆ1çÄªL¨ïö5úÑ!\n¡','o­ò^:v\\‚¢õm¦o×Ù¾ÆcTW[éßäŸk','',0,'?'),('	?±Ïä†æÛ™q™uM','wp-includes/js/mediaelement/mediaelementplayer.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#šÐÝïû¬\'Ý—¡\r¸ô','Û–:8l «B?q+6y’ÄÄq=5“Uq:bbÛº8Ú2','',0,'?'),('dèˆ@!íÆd§J€Åû','wp-includes/js/mediaelement/mejs-controls.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‡.Û·Z#e0¿< l–¿','›Xã*áî\Z»ŽXÛ(ÞZ!ë·È½¨ñD2aB','',0,'?'),('ßbz“/›ƒTº7aHy','wp-includes/js/mediaelement/mejs-controls.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ð„š^yq+áS%ãí¸y','‹½®ÒÓÏhó…©¯A3Lš:¾î\'1÷ê Â\\è','',0,'?'),('ÌÅÎêÕ\";+Â\rxu´äÊw','wp-includes/js/mediaelement/renderers/vimeo.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','NÑÇhs†»œl-¬aôÄ','¯ÙVš%£¼y4!6á‘nìåà5£Øs\'TŠñY','',0,'?'),('TÜŒŠ7`\0ôý®Öï(','wp-includes/js/mediaelement/renderers/vimeo.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','£gx`\ZûgŒ, }…™','ñ¦C»sŒd,²ýËî,;‹„¶Ôö¿Í…Øÿqçmùuâ','',0,'?'),('­š•SÇhÞëáSÐ%Tzø','wp-includes/js/mediaelement/wp-mediaelement.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ô%/NqORågûÀ+\\í','F}\Z\nåõêv†nò²`¥çZ!¶T‡®WŒ°™Ïs','',0,'?'),('ûDÏáê]æŸ|ß¼ª$™','wp-includes/js/mediaelement/wp-mediaelement.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','½[ÎyÏ¨>•\\’ï°.','a<-zÊjh¥½(´Ø©2qéÙJ‡H¡Â—e‡ÙÉ’','',0,'?'),('³èMŸé~\nÏT|·','wp-includes/js/mediaelement/wp-mediaelement.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ê•‚v·ÞEKÓÂ‡?\rÄ~_','!?ÿ[öÜ_üÅçrô€á=&È\nö-%!y¸£\rÚ','',0,'?'),('þêÆöÕNº·9¥{®;','wp-includes/js/mediaelement/wp-mediaelement.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+gùqúUìU²\\\nöôY¡','.ys>æ÷k·5¾lÉ”œÕZi%=ÌfÈ5]k','',0,'?'),('6ÛÚß¨X/€¿HL','wp-includes/js/mediaelement/wp-playlist.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','’øyÏó,¦²; w1µû','¡}hÝ„–£u¯b1 -qÝºñ‘[»‘~˜y’æOÁÞ','',0,'?'),('Ë¤Ô’{%kò¥Ž#¶fÛ','wp-includes/js/mediaelement/wp-playlist.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¬â†ó3|G^âcKT\"Û','\'èe\"ÊŒ€_(nŒÉfúíwwà‰¨\ZŸNª2ï+ ','',0,'?'),('Jþ‰E[¥7UÒÓ\Zï~','wp-includes/js/plupload/handlers.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2aÚh_sÞŸÀqCh',']Íýf!“dÑª	¤K£>ë@Cd…;!¨ÍGöRVõ','',0,'?'),('Ü;(Xp`Ò™Öì‘pÝ·','wp-includes/js/plupload/handlers.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\nð€Ó#´\0(mkláA«ü','ræ Iƒ´ÿÈñÏ\n™iË6w·\Z=×eµ¯M(Þï','',0,'?'),('ÌVÚ®™œÆêM¯éjÓ','wp-includes/js/plupload/license.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u&\n©TIŸzº«ªˆ+¾','¼ÿ\0v1£êsÔNí>cIDÙ¦¾Ö„Ié­0ÿ-','',0,'?'),('aäü)6çï¢À‚ÑŽã','wp-includes/js/plupload/moxie.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‰#C\r¡š5Ç±ïÇ’¶üš','¿èóÃIÒ9_/xÔt5šå¤à(¿.gâtT\Z}&¾°›','',0,'?'),('ý©L…òVÿY’àÿ*','wp-includes/js/plupload/moxie.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[n—¸ñü/ïv5p¨µxÚ','›áÍ0,ç]ÐÐþ™,\ZÑÉÛZ¦7é~3­@Îýú','',0,'?'),('ß”¿ÏËŠ‹œH‰uÔ&á','wp-includes/js/plupload/plupload.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ý ª$pZRÑ>\'Œ|÷','à\"³Íº–8[J%ª.ºËš¤c¯V\r\rE½¾)\'','',0,'?'),('ñŠ¢vŒ:¹D¸YìG','wp-includes/js/plupload/plupload.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%Ç¿\nàêMaªc¶Ào|','›RÒß:„ÕK2·éÓc~ýn²¡vÈB\r(R¸h','',0,'?'),('5C‚)\nWu¾ê½/FÒcK','wp-includes/js/plupload/wp-plupload.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','näQÆLúë*Æ¥%p…›}','<¤ÇÀ=I6\r³óªA¨à~J×…SÞo=ŒþG','',0,'?'),('ÿLÙóêóe5x?e=æˆ&','wp-includes/js/plupload/wp-plupload.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ì“~Ê²[=~¡8\\ùGVT','„”_7 aƒ¸òXb&hÿ~èoéÖ\0{÷ýÞ2ÇlÌ×','',0,'?'),('ì?ØÔÞý·h›±ÒÎ;','wp-includes/js/quicktags.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','÷ñÊÕ¼\ZÐ`C˜5µ}&7	','zO£ƒžtå:Æ],bœ3Ÿroé—QdH¶äB…ñ¦H[','',0,'?'),('ßŒò‘(ƒ©©‰ÕÛ2áè','wp-includes/js/quicktags.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p;þ¢:“õgž%Öñe“','N8Å/Z7á›‰ÇéÝ—u“¼@‘Ñ¬QÄ>œÌ°Ï','',0,'?'),('ËåGä¯€oe·ÿïoœ','wp-includes/js/shortcode.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','é{õ·UÀÉ‹Æ>×·û?ù','Ÿµß‚üŒ½Rßª®…e —6d´Ì¦/åÛ›!utþåR×ñ','',0,'?'),('gõä]bR%ˆ ZÛEº','wp-includes/js/shortcode.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','àÝZÑ˜\"(ŽA®ûü©','U…”Ô’f¢Zot×Þä‹ZBZrAMÒA¥@{È”uU¨','',0,'?'),('µO—r#½ÔýTºG‡¿!','wp-includes/js/swfobject.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ÿýº,ÿI}p„e~2˜qõ','?”Lw‚žÏ.ç4MîÕ’F…JÒø>fI†é´†œ','',0,'?'),('ò°–üMÂÙ¦MÆ/`¼','wp-includes/js/swfupload/handlers.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÂÁì*Ã#Í0‹-ÆÕƒpõ','H³#ý¯¥Ÿa:š‡1ú‰ÀÕöðí—ß¯orrjìuzàzV','',0,'?'),('Å`#ãØG–b¯CÐåÖŠÎ','wp-includes/js/swfupload/handlers.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j¼Ú™Ká~q	õˆüØc=','ÙTòŒ¿‘ôõdñT¯y~#ïïjI\"£++3ÁÉ‰','',0,'?'),('š\Z-®”x7Ãù(AÄ4ù»ç','wp-includes/js/swfupload/license.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ëà[°`È^ˆ-Ào÷QWz','©Ñ:)²›6Ÿa\"3r…Ü\rP\rN™4‘yJ‹Ö·“Uéq','',0,'?'),('ŠÁ$¡ÖxM1>è²_8P\0','wp-includes/js/swfupload/swfupload.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ì×#™˜‹ù9Üá>&YRg','Úò„Ý™ª¯åR€YY-ÃÒ•˜&qW1(…Kà¾ñª','',0,'?'),('Âý	1ªõÐã€…S:(','wp-includes/js/thickbox/loadingAnimation.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Î\"h\rÒcÍôÿÂö&º','BÿFúåœ`¼F-›Ël®Ú›±RT6ÏéºåüþÕ…ýÛ','',0,'?'),('éÔÞât“þ˜ZÑO\'ƒ \n','wp-includes/js/thickbox/macFFBgHack.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','’È°gï†­×W’,/u´','RwË/à¿h×í&qèÞ]Z¢½_óÄÖNgyô•ˆ¹Û','',0,'?'),('’v{LöJlÅ€YzÕ`°(','wp-includes/js/thickbox/thickbox.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','iÖª[¯ÀÐ-¢ÔG–ê','Û1õá\r£ÔcE™¯^eA»”B4ºxz«•[','',0,'?'),('AE¶ûô[€`Œ·•','wp-includes/js/thickbox/thickbox.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÕÒH¨sTX{B$ÂÙ­6Ç',';–@ÒÛÿ³û„0(¥{›oŸifKõÏ¤‘EQ÷â™','',0,'?'),('9:ù—d¯o\n‘ðp`Ry¨¢','wp-includes/js/tinymce/langs/wp-langs-en.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','øfŸtS±uc¦.k»7a7','¾{hÂ@îû·Dš0øKÙåÒcx,TMHd?¦A-«','',0,'?'),('—	v¾O.„|ß¤Òµ‚','wp-includes/js/tinymce/license.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o•‰àÈßx:Í`Òºÿú','Yáâ§#wOÞg^\'åbºì‘:…^ë	=è·¨|ô¼È','',0,'?'),('œ\n$zßX£`Î1Bw','wp-includes/js/tinymce/plugins/charmap/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','›²á¨\\õÓ5^ÀÌùµ','[Bò\Z,;‹ïjfeÃMUáj|)òrv°‡>UóF','',0,'?'),('k‚ˆ¸$6O³Ò-N…x ','wp-includes/js/tinymce/plugins/charmap/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=B¶ìŸ„‹¶P\rLöâ ','Â•ˆx[žG“‹-ó90b.z‘GõÞazÚ>Êr','',0,'?'),('Aa÷@J§÷óñÂ×Å·','wp-includes/js/tinymce/plugins/colorpicker/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' C¸ÃÈ­?d„{×­V…','¹‘µB¤êR¬\0¨!—ä„š™ú§á•QšŒ®Äï­À\'5w','',0,'?'),(',<“ª ß?C]á0AŒ','wp-includes/js/tinymce/plugins/colorpicker/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Í¶¥š¾Uè£¦Öhà','ïehÓ§ƒ&Î­­ûAµ3‘+WThÁƒ\n\Z)È?ÿÿ','',0,'?'),('HCƒìÜ!ó«ª\"(ˆ','wp-includes/js/tinymce/plugins/compat3x/css/dialog.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','å11hû+ezKÒõàk“\Z\"','*3ÆUû#\n]›]uho\rœŠÎ²á\r;5j¯á','',0,'?'),('go¬sœVã£;íÇÿ…\n$','wp-includes/js/tinymce/plugins/compat3x/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+ÛnÁÃÙ1Ùì»ŸÏoVb','CÀ„ùT™(›çN+•,´TNèCÀ÷Ì`Þ©Š‚ì¿','',0,'?'),('0]qK\'ûf˜xÁ»Ïã¨','wp-includes/js/tinymce/plugins/compat3x/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L’{ì›Åpê¸×¶ÜÒ ','ŸÊmöæ¾‘È[ÒS3ÃÝ\'øJÓ*ÕåStsÄjÛÖç','',0,'?'),('Ë!¢#ò°ÕI|‚ÛFé','wp-includes/js/tinymce/plugins/directionality/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&Ö\"èX	& )ÆÏ=Ê€$','µ&‹[ì@àÊ5ˆ¹(Ó¬cv‘§LûYI6ðB;)-','',0,'?'),('&¼‹]0Wñì\n)ÿ=’¿','wp-includes/js/tinymce/plugins/directionality/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ˆErèHD­ÔD±Á3¦š@','<–®ý¬o”@»:Ùü¾Ÿ-ÃEgô¿áâ)6^Ñ¼\'¿´','',0,'?'),('‡òP“wª©0âhÿ9','wp-includes/js/tinymce/plugins/fullscreen/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y›»®þÃ2Ä°\rm}%¡À','3Ëî].ÐBCBeýôÊ¢ÒSáˆ( ?ÀZ{ï“Éðºò','',0,'?'),('sÞÅU\'÷ìÀe@¡d‹','wp-includes/js/tinymce/plugins/fullscreen/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ò’:ñ…Kà[ÏIw\\‰ªg˜','`e¾‹	“n²í®O¤¢ÙJM§%³NìhAï¯{ghÁf','',0,'?'),('áñ\\9Ã£>œŸ„Iz4“c','wp-includes/js/tinymce/plugins/hr/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¤Ék+%Á5l3æÁ!-¹³','Ù2`’”ÙRi€L³#eØ„ü4Ç6ògôªp†o~ø','',0,'?'),(' ¾Žv†’\\Qœ¥À-¼Ê','wp-includes/js/tinymce/plugins/hr/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	%>‚)šú…Â•;¶','ØƒFäíSå[kõËø&ýfý 6+ b°>¨','',0,'?'),('Ï€tGÈ©ÈÀ‹¤D','wp-includes/js/tinymce/plugins/image/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ŠB\n€4Ø\\ªµ0ð=','Q¸vö©“SI>;4¾Ž1û%»rfï$@ÏpÔØø\\j','',0,'?'),('»	æããEm[¥¬³ÇØlÅ<','wp-includes/js/tinymce/plugins/image/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-”úZCélÂ­}ÄèŽê','yçéTíÔNz+¨ªã†­âƒ†õ\'Ãó«ü%YÊ','',0,'?'),('ƒEbl8yÀöÃ}†¡—','wp-includes/js/tinymce/plugins/link/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ø*NÈ’mQ¹€®Ì¹Ã','Ã`3ŸcYQøÁÙþ9WÞ­#l»öÖpËS+GíØ4','',0,'?'),('ÖXÚ‰|î8ÑõÁì}ÂBÝ','wp-includes/js/tinymce/plugins/link/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','°öV\\\n]ÌáKûs\' ','\Z>†‹IÖSÖÐµ´œêÆv´,¢Ïq¦U¡¬Þò^','',0,'?'),('!ÕR•á›pûnLÑwâm7','wp-includes/js/tinymce/plugins/lists/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n:¤C¼B\"|ç¯îs¸»î','ô1é+Æ%cH”ñŸ³œú«?!±¦#œƒé¦u³è˜ò','',0,'?'),('ÝJ0Ïõ§Éj YgÚh£','wp-includes/js/tinymce/plugins/lists/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','mZñuÝ`Ï]…lg','T˜ïH±\'¤dÀ”?\0×þõ OÎÕã)\0D]€','',0,'?'),('`ö¦”; \"­-¹ÿÈ+~;','wp-includes/js/tinymce/plugins/media/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','uó‘jêj©Ev\Z);','+$›e°\"ÈD·ÇÂ†¶¬%¸\\XÅ©¯â*¦?“Fsv¢m','',0,'?'),('Æ…Ž‹‡|_Ëi/y¡Ò	','wp-includes/js/tinymce/plugins/media/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\RÔÐòÔÁoeˆIT¼','\0ú´¿6Ò¯bSRß\Z? E¬¼ÎOÒO«í#¿b¹I¡ò','',0,'?'),('ü˜•ŒµÆªq¥æ‚³‹Ð','wp-includes/js/tinymce/plugins/paste/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','mN9Pà³MŒ<I¥`O\0','ÑqthWrrôWd÷ì”%mÊ¿ÕƒÌNÝ+£(Á¥-„','',0,'?'),('Ù,(¡i7:^Ì^ç‰#','wp-includes/js/tinymce/plugins/paste/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','kØkßµ¤,´ÙAcC;§Bi','ÔÕ`Enp¨ôæGl\\Ôý@Š7•GXÛ$‚°½','',0,'?'),('xë‚‚Ÿ@}YÇŒiË+','wp-includes/js/tinymce/plugins/tabfocus/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¦™ÏŽÅ@ï/@MümóNÙ','žxM‘”\'È¤“ç´=ÎÚ·¦?$ŠS,Fy¸„¥Ö¥','',0,'?'),('“ð«vî­ùÃ|ß-ðÉ','wp-includes/js/tinymce/plugins/tabfocus/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Â!óý<à…»]ê»Ñrˆ','É…p[¼ÈÐö¯ÙL7F…£|Ë–ZBœRŠ','',0,'?'),('?]ýPû.£˜1ÿ´ƒÌ2b','wp-includes/js/tinymce/plugins/textcolor/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ü%i 3ÉáÖÉfäèûÚÞ','(Þ¾ELÙû Õ”b[™ŠKÚ!s¬ÓŠÔnÄ²£Â','',0,'?'),('Í“ßYá36¾élç€Y«°','wp-includes/js/tinymce/plugins/textcolor/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÄÜv™<hääèðÎîÿpü','!À/Ì[Iä+\r©ðGí²âà– DÕ­Ï7€=ŽŽ·®“\'','',0,'?'),('ýGþ²!#hÔ9	„ò&','wp-includes/js/tinymce/plugins/wordpress/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','«þŽ­4hÏîf%¶Õbz\r','Ò<[‘ýoÙÿ§U¸çÅÇÓ·)¼îE\'Qk0ÒoS/','',0,'?'),('uÞÇs¶›y6\'v,ªÞ=','wp-includes/js/tinymce/plugins/wordpress/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','é½õIßæµƒèÚÇäý','Æ\'tÖC”6ÿÒîå,¬féËh&a)­]šøõ“ÃÓå','',0,'?'),('. Ó\0_oEÿ]Aµ_Ô0PJ','wp-includes/js/tinymce/plugins/wpautoresize/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d¼\0XcŒO°@pÛÏ%£','ÐoL”Nê¼¨åO”·©(¡S¸Ì“Ïw-ŒQi”¦ò','',0,'?'),('úâ}‡Ûá³PÃ›™P\\©\Z','wp-includes/js/tinymce/plugins/wpautoresize/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¸‹•T¡c«n«®wk$ÐÒ¹','û“– ,º@\ZòGæ‰†MWÚET¿-º½¸ÔüŸ','',0,'?'),('	P=N>Œ¨b\"j:~[Q{á','wp-includes/js/tinymce/plugins/wpdialogs/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','÷®Ë[ß¢‡9î ¤˜ÑZ','$’\'‹èvª¡ µD7Ç7HÌï¤Äl_Ác”d«N','',0,'?'),('3ÛÕé\'º°ÁRKšBfý','wp-includes/js/tinymce/plugins/wpdialogs/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','QO1ÿ/<™>%\"ÚXÜà','†6érŸ*¼IY\0C¬9<ó“©àÿJÚ– J*ÝxD','',0,'?'),('<ïÎuê¿–\ZÜœµÇYÔ^','wp-includes/js/tinymce/plugins/wpeditimage/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9ÖÚ‹àéPÀhO‹›rt','÷Qv… ¶«ô3Ÿö¨ˆzôàËg[~AÌ\0ìBPpBA[œ','',0,'?'),('Ë6 <¥ÊCêï®¿¹V:(r','wp-includes/js/tinymce/plugins/wpeditimage/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|Fà•Û“&©¿fªZø¤','3ÀÂõšôâ~ð›é®–DúZIå˜Á	ƒÒÑA¡rŒ','',0,'?'),('òÒ%¯\0úÊz”fÀNÈpS','wp-includes/js/tinymce/plugins/wpemoji/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g‰\\¼€D±Æ_º™žêz','Jî>Ùa·³ð+½eñXü¨¶ˆxjùsÌvDó43˜¶','',0,'?'),('¿@êÉ,Ðn\\–€+k·','wp-includes/js/tinymce/plugins/wpemoji/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÑÎ{SâmdoÛdKËÈs','x)°ýE¨Œ…pN¬w¿geë¬€<Dø£cþ…Mc§a’','',0,'?'),('u¿Ü3!pA³f…)R¯MÛ','wp-includes/js/tinymce/plugins/wpgallery/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H4PDæ¾¹ÒûDM\\I','›#lä–ñ»üÝ×LxÎ)î$3±xRÑº*\\9-ž','',0,'?'),('ëOÓ¿ú;¤=\\J¼zy','wp-includes/js/tinymce/plugins/wpgallery/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','æ’¨PH™éS±élªì³','­»£yž\n™í¶÷\"‡ýmc@Y›)Ç\nðŒÞ1Fi¾–','',0,'?'),('k˜‘²Ðb…ÉgSˆ','wp-includes/js/tinymce/plugins/wplink/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' W§ot9	¼â©âô;ˆŽ\"','7øg6”¿DP&±ueÐ-ú›(=Â•ýÈ÷eýùÝ','',0,'?'),('L÷…)ÑÙa$­D-ïÓ®ªJ','wp-includes/js/tinymce/plugins/wplink/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ŸãZ{3¥E\'*\\7°','}€2gxÂ­	®L–bÝõ8òßP?wÙ‘Ÿaó·ˆ.Œ\0','',0,'?'),('\"EtÉyˆsŸÃíÞ\Z|g','wp-includes/js/tinymce/plugins/wptextpattern/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','»ã	»J)U¬sÀ°¬Œ','“2sF‡ïõÏ|‡:Uñ•4{jÚ(þ#4oH.jø±','',0,'?'),('3+zÀÿ.†±‚6Q~]y[','wp-includes/js/tinymce/plugins/wptextpattern/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	Ñ‰;yýA \nÂ<','\rÍý,—“]mù.0Mñ§åâE‰Æxæz1p¯8íU9','',0,'?'),('ãáqÕ82½úvÂ&#M','wp-includes/js/tinymce/plugins/wpview/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','’‹Lè\"ÂÁ¸øÏ†7ƒ¡','ñ©I§¹4X‹¦re1·kÑ¯ÊÊøXr$úõ˜«rù`','',0,'?'),('Wl…Øy:Ï\0Vn`„d\0–','wp-includes/js/tinymce/plugins/wpview/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E®«Y`,éÿ?JÎ','l–¨@¢–|øñ<ÆèÏ°¾zûb]¢=·éìTQdN\0³','',0,'?'),('áZ±Ž®(>(ª1bÞ«”Zê','wp-includes/js/tinymce/skins/lightgray/content.inline.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\råe†Lâ¥Í¸xÅP','éá’›.ÞÝFôÛx#¾­Ê¬„»Öß!ÌÎvöñÛ','',0,'?'),('Þ”ä¥ê7™&‡òÈ€','wp-includes/js/tinymce/skins/lightgray/content.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','èöÔ{~¸_IËµµOëK@','%§\\˜.¯\"ó½UÒšVì&ì9„\\]ŒÔ^d%ž©Ìzg$','',0,'?'),('û³>Ù/á¡‡_ó³éÃÀ','wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.eot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Òl([q×ô°ÉD#ï™','\\sÙ¶Òhb¢2.;Øm`F£Ðr^&óH-w	—yVµ~','',0,'?'),(':²Xæ2ìMÓþÖ~ûÈ','wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¢¡÷2Ì4vLhNÕ!Æó2|','¯ÂË3iA(Ö­æpíç–GDŽÿÚ”îð´÷£ïÁ','',0,'?'),('`ÎþÇS”`NI‹^Gï','wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.ttf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(€i@ÆGÏgëô®0åp','Gç½ù<š/÷14Å…ÕLëÒ5Ÿ»¸¹£œ¸!','',0,'?'),('ût÷0Ãgñ»a†/Åýž','wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~ˆð-Êò÷Œ´Üx\'·	','Š™{Ú‹þÂNìoÜ×#XÁ+Xe\'¢£Œ†Ï_…ÞåÇ>\Z','',0,'?'),('vÚ´¡åÇÖV¹½ØKµúP','wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.eot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','“áÇPNÚ¡\'fÂÏÙ','\r]†~[²†¯¿›÷_Ë³¾P˜BÊTA`î©½Ç¯*,O','',0,'?'),('Q ²ÁÌÔï2Š7uí L','wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ð1ô¬ô3y¶ùû¬1‡ï','	}¬ÅN¬	<Évã­·B±S%á˜s\\üþ÷S„','',0,'?'),('Pã…ñ0¹a‹¼RÓz= ','wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.ttf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Û3çgkeÍ¿Ý¾ŒÜá| h','ØHzjéž¨%Â‰¹²…p=ÚZÕà–iNA‡Zô','',0,'?'),('¸\Zä¡¯lîÎÞù3ÈŠÂ','wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','PÉUÕ’è¥JL´“m8`v','Ó›úvQ´–kâÄ\n¹ƒlØ]Û`Î•ºÛ·ô•+}ÒkO­','',0,'?'),('õ¥†ÂØÞ>+ÜžL[îm','wp-includes/js/tinymce/skins/lightgray/img/anchor.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','«Óa5q€ÜÈ‘_4ø@','(afoÑÒxÔD™paQ6Ðmtké»,ùÈóV^','',0,'?'),('L<#³ó†\ZÒá¼ÓÜ}','wp-includes/js/tinymce/skins/lightgray/img/loader.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9K¯ÃÌMû:äŒTf•9','öñ;‘´ÀT‹¥O`(6ÌØ,Àsk†Z‹ûcØRÅ˜+','',0,'?'),('oPðûc™‡ìo©.är','wp-includes/js/tinymce/skins/lightgray/img/object.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','órdP×E}u\n/M”AÇî ','† #;!äáI§ˆ.À>çuÊòSVŽÝm{|ñe-','',0,'?'),('˜X¸ÔÍìg5ûôŸ¼(=c','wp-includes/js/tinymce/skins/lightgray/img/trans.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¿ž7I Þ1F¦Guôj^','œð ×Ã»§õ«Í¥J«ï“OmOš:Ï™éçÜl˜W–5','',0,'?'),('Ùþ>Ï~ä!ðªgÅq‹˜','wp-includes/js/tinymce/skins/lightgray/skin.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','SZGN™ÂÚ‘h7’0êý',':&¿¯ÃdóÄÂ—dÏºzf_O|²¢vbÁ\Z=Dï·','',0,'?'),('Äˆ^Aõš+l†®¬oød‰Ò','wp-includes/js/tinymce/skins/wordpress/images/audio.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7~!æßà\0Ž÷ÆÔý\"w','çgÖÂzÂÙÏ.g‰Vû:«ƒ[‘¥ÌÓÐ™¡H)Èžì','',0,'?'),('FHŒŽ¼30m:½¸s›¶','wp-includes/js/tinymce/skins/wordpress/images/dashicon-edit.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','xRÞ	¬YµXžÔÛÝ¤äÞæ','m¦Á¿\Zc¼§—Ä­Íó¶½]ðïìŠ[ˆÔ^ÞP…·w','',0,'?'),('ì¡çcÚÆ.DÂr¿ |öî','wp-includes/js/tinymce/skins/wordpress/images/dashicon-no.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','RÐÀäZÊ?f.Ç8õâ	','ÂäŠÀ.c%´c°*G~£Õ¢>€Ydƒ¢:7×j','',0,'?'),('È„”ÎÓxy¨åõ‹Ö','wp-includes/js/tinymce/skins/wordpress/images/embedded.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','õª pÝN¢Öy~Ãn\"','¿{ó¹uÕxÓ\'‹ÀÂ¡J¦Âº@i\"H;ò]6h','',0,'?'),('FÁô¬Ãƒ\\ŸOç¡fgî','wp-includes/js/tinymce/skins/wordpress/images/gallery-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Êî1ìíõv•ŠR','N3GÑ\'²`Î÷+R>¢P]EëúÎ³g/ÿb?¬¨UX','',0,'?'),('²_fôç²;wÐaËÙÚ±','wp-includes/js/tinymce/skins/wordpress/images/gallery.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¡_±ŸŒPwù´PUÛ4','<W~…îáØ¶¡Ç+ÑhNŒé„9ç×ú1Ì_°3Õw‹s','',0,'?'),('F–HÈlëe“É#Ý','wp-includes/js/tinymce/skins/wordpress/images/more-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l,×‰rÏ%¸^x¥%','þêÃY=Ñ_®b°»|Ê§&f,¬‰<¼Ã£¶¤¨','',0,'?'),('N3Ýj@pu5“«¶¿^›†','wp-includes/js/tinymce/skins/wordpress/images/more.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ü·¼Ô\n¼\nm\0;üË«æz','$³vçÚo^„²ØU› ¿A\0ëô:ò\\C¨u¿½','',0,'?'),('úŠ­~…‹a%¡ë!»P','wp-includes/js/tinymce/skins/wordpress/images/pagebreak-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{Î6¿#UQ:÷‘|>#ëÖ','Ò(Ýî[\n×Ì»â‰oŸRAo‘3¤¼^æ¡Æý','',0,'?'),('½½“#­ùÛ	>û7','wp-includes/js/tinymce/skins/wordpress/images/pagebreak.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','äIãÚmÅ…üLWyÝ“H','\rflôÕ¤/å;l\\äâ\\.6‚ŽrÇ#Pœ[ÓÁÙ','',0,'?'),('”˜@†»{÷J¤á«5ä·´X','wp-includes/js/tinymce/skins/wordpress/images/playlist-audio.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U,û:)¬ Ø‹\"ÅQqY','\"äOoûÛˆ‰áÅ<ö€oES-MOÃ·å—YN€!‰¼','',0,'?'),('7«%Wy~×¹P?«xòç','wp-includes/js/tinymce/skins/wordpress/images/playlist-video.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¥lzV6`wmZBsÏÖ','\r ¡8óþ¯&øJä¦34°Ð±¥ÚÇ½¿»Á½þ','',0,'?'),('Þ3^ëËPMŸY˜æíHˆDØ','wp-includes/js/tinymce/skins/wordpress/images/video.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÐÂ¶÷ B©=\rz»ƒ3jÁ','¡ˆÁi‚ÍÄI/=´M¾MXž:MæAÕpvÜ\rÅ','',0,'?'),('Ûªòê÷	.æÕ¸ß\\¾ò¯','wp-includes/js/tinymce/skins/wordpress/wp-content.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','€‘Êºûê(l\0tUÝ\0íb','…é8)Å£	UE~¯U2hÐ…ÿhäÉÇ_ú2A.','',0,'?'),('€‘ah¤#Ôí8ícñœÂƒ','wp-includes/js/tinymce/themes/inlite/theme.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','õwµZ±.>ùÃÂ%šüÃ','zÓf³…Šël÷ ‘®¸É\0î±¹œq9ãÛw¨Ûñ›Þ¯‹','',0,'?'),('Æ	™·#A©\n#b#ü =','wp-includes/js/tinymce/themes/inlite/theme.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{H”¾»Hfƒ¢Xãÿ	','F\r?)£Õ’Ž_\nn°\"V°CQ/‚™™I©¹(éÓ”','',0,'?'),('r+zk;» 4¯æWI','wp-includes/js/tinymce/themes/modern/theme.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‹Ð/’Šæoí‘­³ŸfÉ','˜\n;~&·Õ­ïH¼9Ä“îm”àü_Ý‰ýk¢3À“¯','',0,'?'),('n#©t=•\'…’ÁÞõb]{ñ','wp-includes/js/tinymce/themes/modern/theme.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','îuÝÓæ©²±Ð^¬rÑ','MûÓ/Œ‘ošX#^Õ“2ò÷Ü‡<.äæSK8†ò˜{c','',0,'?'),('‚(tTlDÎ¬7&‡³MP.À','wp-includes/js/tinymce/tiny_mce_popup.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B7¯I1º0Žµ¹ƒdÇ','ûº¤\'Ð—¯³/!\ZÛa!Ž~³)µÁ1Dä¡','',0,'?'),('	Ö9„ƒfÞˆUœfòþæœ','wp-includes/js/tinymce/tinymce.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ø›B,:+.•1]Õ·ê¾Ž','ýœl1ŸM7²Ó®¢‰¢ªùÆ]ë{¡e2ºš0}€ý+','',0,'?'),('Gm¹™:†MÄ¾VÀ‘LÐ‰','wp-includes/js/tinymce/utils/editable_selects.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¡J“‰q2¤¢I\'ÆJ—9ÿE','¿và¡ÑGjsßÝf™Ÿ	eªdÉ&ä¥g·ÿ+¡öË','',0,'?'),('*ÑþLím&&2ýÕ\nb','wp-includes/js/tinymce/utils/form_utils.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¿ˆül¢U‚‚T“„ŸúLi','vLú¢âus<*r¹WÒªµ‰£Û.\0|õRgŸÊå´æ','',0,'?'),('ì¸ƒúvÈÛ6àš;˜~','wp-includes/js/tinymce/utils/mctabs.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ë¡ì\"Yù±´“>xUå­£','%—Y}Ú¿ƒ&)û¢øMaYg‚¿ÐÉÜí*¦l','',0,'?'),('4AIŽn09ˆ†7c`','wp-includes/js/tinymce/utils/validate.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','CLÂ1?o+;„øû{Y†','k»HãÆ;Æ\0•kCÔs±	\'KØ#45+eE|žëÜ0','',0,'?'),('Tw»ø=‰Á+¦6×øÐÆ×','wp-includes/js/tinymce/wp-tinymce.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÿç2§Ækè¸ßF@Qf','!¶Šõ6Kˆc±…4:´ebÖ]¹Ÿ×PÇ,˜Ð','',0,'?'),('ÏÂÈ­ÁHÔ¹òÜfëká','wp-includes/js/tinymce/wp-tinymce.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0C¡J—+ ×ðe_?Yª','niÑþQçbq*¯»•ºT8È1`¨éKý”‹Ç','',0,'?'),('pÛžÔ2N<:Z¥7»r‚','wp-includes/js/tw-sack.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¹‰¥½„öëËÁ9>Àæé‘','{¢n]Ö\0Öˆ˜Ýn»\rÏµôÉ<§wË·X)ƒàÚ:','',0,'?'),('‹º°Åh+¹«BÌÆòÐ','wp-includes/js/tw-sack.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','£³ú¼øEí­J“C­Ù¹K','ò^>M™t÷Èùæ\"T[iïÝ6ÿgO’>ãN:6üGª','',0,'?'),('Ïé‹­¡‚{^ªMU*ô_','wp-includes/js/twemoji.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Éé´!#ŸÛwüŽŒtÝ+','\Z[;Î²p‘3PK—hvPså=°°¼Á./\\…’Œ','',0,'?'),('Må;CåÌÏÕÕ8Yyï²','wp-includes/js/twemoji.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','½‘Gÿ¦Î¾™hâÅÈ\ZòÁ','|(›¹O|z%‚aÓ®ˆÓPì…€ÈõÉŠûúdøÎŠ^Z','',0,'?'),('Íç3ÀÍÍ‚äFô<¶¡8','wp-includes/js/underscore.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ø“â”Íæ$bË³Z¬C','8AØ2éxz¾Â\0<G-‡E	æ°rÛïì‡®?¬R›','',0,'?'),('²uæØ<eçx›®@ÖˆÂˆ>','wp-includes/js/underscore.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ü•ïºÊ6Ìý§CåU','FªíóF.¦P„‹Ÿ8 ÜÚ]¼å‘{\'—4¶%Ù[ê64','',0,'?'),('<æhjØ	Ž4½»˜4aÐ2ö','wp-includes/js/utils.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3(æMÇŒƒ¸©vÝAki','±»Ápð÷iÐ$óT¼&„YìÍ-vf2Ö*±5wf','',0,'?'),('ü&UX\rèL4{šâÑÔ','wp-includes/js/utils.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÆþH¼¨ÿX<¬þ4}JoØ','‹Êùä+q,7j)‹ù­¼^O‚íÜó”\Z\nýÇ	Ù','',0,'?'),('](Rª&!âÆ1;™3˜ê','wp-includes/js/wp-ajax-response.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ñë;(A›F¼M“÷`åC}','~Ü­Ýæ(Ü–‡Íãžc¯Ð<hraû?^\"	E','',0,'?'),('uŒ)8FG9¡C°(¶š','wp-includes/js/wp-ajax-response.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ä/\'Öš]QŒŠ_×ÆhY&','Î ãAãjî	~rÔc­d¹0æ´zg%Ô¥™2ÎSwO','',0,'?'),('!|(ßyËW˜*1Oo2Cu','wp-includes/js/wp-api.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J$”I,û¢Ó¡qî†(','R\0Š«Æ“*m?Ã/¶®¾Úõb/,ƒéþ²¨Ë\\¼','',0,'?'),('ÓŸîñÇmy¬+\nfé:','wp-includes/js/wp-api.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','·Öá”zæ.+ÏisØ„±¡','vlÇ˜N„O·Ùaƒ§¸o#Cý¿»\nòÊ³…ž”‹+','',0,'?'),('“ˆ.™v8-rJÅ•íqQ','wp-includes/js/wp-auth-check.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ù.€\'å\'½úÒxÄ‰bÓ—','tWèp.·„?ü›„›¸]¢0ô¢… è®Ÿ+po)','',0,'?'),('tUÒ/Ds¤IÚ¤Üstã','wp-includes/js/wp-auth-check.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','bƒ­øHÿH§h”yc','4àY?§½¹\nÆÛº½Z¦C³0±³p£—å¶N‹U1é','',0,'?'),('ô­jå8úœÈÄÃ\Z¬±ó','wp-includes/js/wp-backbone.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ºbógWf.+´X\\ÞßÐp','\nT•óx´öN‡@£¨s_¾“L`ÍE*ødÀ€íH”c?','',0,'?'),('0<’ÎÅÈÿlÚ¿þöJ­â','wp-includes/js/wp-backbone.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d<£3o)ÓÊ·Î×Ú‹Â¦','\0«Þÿ+CFG¾šl€œ­lú‰ý\nñ:$Q¾¼ƒÞ‹','',0,'?'),('Ô’×ã¾AŸ•×Ùùr«Ž^','wp-includes/js/wp-custom-header.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(K…G)hGóR<ø|Û4','`{TÒ¨õÁºÈ§Å+‡…ýÛÃtºÖ`™Ã ','',0,'?'),('Z˜_\"Œê~´JÏÀÉää','wp-includes/js/wp-custom-header.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','•°iÎø`N¸CgkAÚQ','3${“ënôø“gCä Ù^$GTr©—‘LQäeïR','',0,'?'),('±‹=·-XÔn{]·pf','wp-includes/js/wp-embed-template.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÛÐÑûY,.n¸‘ç2Q‹','S|l>¡ä\nwÆÙwâZøhµGÕ”Ãeæ?oê<›@Û?','',0,'?'),('½Z øOg\nW‹W’2','wp-includes/js/wp-embed-template.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<1T3w›Ä€J“Â	çà#','>i1¿žWPtèÿxX½Ú@\'ªÍ“wAqZ2\0ÍOú7','',0,'?'),('€ÖsSkÜi«<4\'cì-6','wp-includes/js/wp-embed.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#âN‚O8L^±sWkJÉ<','¼˜ ùEŸð½»>é²@_Ö0³›Å!ÌBµ”þ×5','',0,'?'),('æJ~_o¸f™k³¨öóºÏ','wp-includes/js/wp-embed.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=7ÏÐð‚gSZ_ÿó',':;Ž=éð\nÉ;!n.žÃ&Žñ=,	beêk\ndTI','',0,'?'),('ætr³ÎµF_î ÃÇ×','wp-includes/js/wp-emoji-loader.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','þYNkÄ¾$¦Ù=ôæ>',';Ñ‡hßîÌz‡#aµ\"®7KŽ. )ø:ºáÙxõ†œ<','',0,'?'),(';üíÙâ*1\Zn½Ã4Ó','wp-includes/js/wp-emoji-loader.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p\0Þ§&÷4í\"~o\Z¾»',';rdÂÄCòäŠ¿©‹ô3ö\ZuxïP i…æ³G','',0,'?'),('ÊÝ	b¢·–8Î[¿¶¥y','wp-includes/js/wp-emoji-release.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','²½ÆØßÑí-q­Kâ','í€zð[š3¤|ž¡)+Y÷÷­þ$pýbÍ=(W<•Ðê†','',0,'?'),('\0Œþæ;fóúQî=*Ç•Ã','wp-includes/js/wp-emoji.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','½<ÛÃ¹qê:jF(@\rº','’êÃ-vˆ(zÙLÐ-&]~£uuÑ˜£j1åUÊó','',0,'?'),('[’>•x‚;òwn/tH','wp-includes/js/wp-emoji.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','©‹(-ÆØ5çÆ=¹O+ÁZ8','!·cµ^<ÿ¢…Q@ $˜]c´eCªüOý\n^OëNh','',0,'?'),('¿™¸=V;¢‹ííÂN.K','wp-includes/js/wp-list-revisions.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','PbOPµxO¥rs7©µ2','#´ò;w´1£°.¥ËBÕÆð3•f_;ÏPf÷','',0,'?'),('E4í×fu\r#R:k!jgh','wp-includes/js/wp-list-revisions.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','kÊ\"Õ±{…wgs3Sk%','DUƒ?0D¸ ¡ð´à´æ;e	\ZÔáÐ²2Ùñ¨õŒ','',0,'?'),('Ÿbv¾ÉE’ì´HÕÇãÎ„','wp-includes/js/wp-lists.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÍuQ1K¯«Ëî¬(%p','ù\ZS ªÃl›4uš«d¾‡‡×ó\'}%¯êž#9û%','',0,'?'),('–9µeÝEø€bÝ¾l´3¢','wp-includes/js/wp-lists.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ß6\n3æM‘%÷8Ø®DS—','¯ú4\'2\ZkÕç½	i~3óƒ\n<2{mU‡ð\\','',0,'?'),('¿#²AuI.Fªù/ö Ç','wp-includes/js/wp-pointer.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|5¯\0Å´ø›¦Í²','—Â%cId’ægÉƒqÓEHÚ°`6EÓªEH·v†&ˆ','',0,'?'),('ê¯Ç‡¾ÆÛ4Ë“T`¡k','wp-includes/js/wp-pointer.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¦±ðñ@÷„z*mf\r¥p','2;¥=qJ5æÕ\ZÀÍ6æä«¿~Ìÿœ¾£IØd§¿ÂŽ','',0,'?'),('›íª]j¼l±\'²ô–»/x5','wp-includes/js/wp-sanitize.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¾È:k™êóE‹t6QÐ™','yÎ¦V­å }É›qþŠ·‘K>ÛˆP6ÓÄ*÷ÞC\ns}','',0,'?'),('‰ŠŒ&ö†é}?â\Zs`¾','wp-includes/js/wp-sanitize.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4\\ã¾¹«ÞÖKyäz˜','‡}Ï\rþêË3-Œ°Üfß±ül.1Ñcë¦Y{âò,','',0,'?'),('¤??n¿ëæåýå_2g·j','wp-includes/js/wp-util.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',ª—CüÈ\Z‚Èø:±Í;','Õ\\]ßçš\nøt,î%`Çûú@Ð¡¶ÿ¦_#¶®ç','',0,'?'),('H+€E~™}§1QÛð½®Ù','wp-includes/js/wp-util.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','×Ð„õóÖ–^üKã¼ú%^','7Ü\r¯ä-´: ç ˆå&»dDÍcvp\'–RÁìIä¨ë¨','',0,'?'),('õA4eøêÇ{¹^š†ÒZ','wp-includes/js/wpdialog.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Æ·y\n	î½ epÜÔ©f','ÕÃ!/òŽAŸƒfÓ0=“ˆGÓ7Šh•/†uUï&gŒž','',0,'?'),('ß—ÏQµ¦uâ!Ù¶x•[','wp-includes/js/wpdialog.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ñÏ%r¢¡ŠånÀEö\Zºþ','âŠBpØ‹ÅEyÙù>´3ß/·º©)é½rm½èZx','',0,'?'),('š°wtòH©ëá-s“\0Ân','wp-includes/js/wplink.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÌõO¦\\›3Î i½Ž? Ä','aÓñ\0¾«ï[%Gåsµ‹-ð¡Ã‰F¡ÚY\\^\\¼ÿŸ‰','',0,'?'),('ßàÒÁ\"‰»–¾Íc)jÛ\"','wp-includes/js/wplink.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{Xf~Ç7ºRn7Â/w','~†kB3JëKÕ·nò2õ¢òæihâ6YB…obÄ%','',0,'?'),('ý©Õ\'æ€BâŠ­7SÂ','wp-includes/js/zxcvbn-async.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=$aÔ[ZF)^\nŸñ~','Öuîº¼Q9Ò«{½¼7o}ù€í¶îæ`ß-nWÆ','',0,'?'),('L(Êý¢nø9[2ÀC6åš','wp-includes/js/zxcvbn-async.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¿ŠÑ	Ãq’iýìtV¢Uà','‚œ²FA€} Ó`Uš,	‚OhÆ“h¹P~0×-','',0,'?'),('Jò¾¬´ÊOhÓýÐsDØ¾','wp-includes/js/zxcvbn.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' º/,ŠÒYBäô[P³','KšuPó¾• •K\Z†Å\0ÕÌYA,Q×©Ô£ð[Ûu','',0,'?'),(' àÑ–ÝqÝäSGKy(þ','wp-includes/kses.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/ R/+J‹P-±›dÇž§','öÉ‘€L<~ÐEqÉêV-ú¶}–È÷};øO¼BZ¬…','',0,'?'),('Éèë:m¡°[Ý¢¯:#','wp-includes/l10n.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','²Ònr£ËÇSû\"\\I\0ms','ö‰Û/XPRþ~P\Z<]ÀŽ@:ÙB.ýÀt‰ØE','',0,'?'),('ËïvíE,¿-Oä{Ïº–','wp-includes/link-template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ßý£!¸1úƒþê^Ô','ãTó™õ3—Þ,Äl@Œ±Ç´D!ÖL*óV\\´ÜåÙj','',0,'?'),('_jõð‡_±¨/ÔÌÖyÓ±','wp-includes/load.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÉyF<·ÉL¾Y¼¯`ÝÇ','¦ÒK#5XXç`]¤°]zÌ6UŸÂÁ Cø¥«a®','',0,'?'),('D6mËeŽr{pKèO’','wp-includes/locale.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‡Æ²\04¦)oóybU^¦','Ã<Ò6n\'úJšÁ³åô_ÁÙ	ŠS%ÑáGVJ','',0,'?'),('aÆÅƒÉû(màEBýlÉ','wp-includes/media-template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','˜»¬\\ÒLBîÎÕÑ±“Œy','!ñ=K¸²î‡¯í°ÆH\'‰á.›Íy/Ü‰¸@u','',0,'?'),('){ôjW-_€Q=?íGlÒ¢','wp-includes/media.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÍprwB­­ø#wš¼À','›É+CÊ4Ü~â†hõaÁýöùF‚WB¤ÿÆ¬âê','',0,'?'),('ÛKûQð}U&;&˜ïØQ','wp-includes/meta.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E’Ã\08´9õôm=	','‚A¡Üç@ëÓhÅlíÑ†‹›\'=ÍB€ø.gÿ)_:','',0,'?'),('Óg¹›I†!Ù­ÑÇÖ_Æ','wp-includes/ms-blogs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','—äÒsB	dBÓÈž‘ÈÃÛ','ï\\ˆ@Fè±ÊÐJï™å\r›¦yËéJ&q?´q|qÈ\r,}','',0,'?'),('mAçðY·àÊÀ®Rb|ÞSŽ','wp-includes/ms-default-constants.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','»KLMwwû;Niµ/ž0*','ô—Pï’¡¤\'?o‚xG0ÞñAÇ]¡K¾Œ¢)7>F7','',0,'?'),('¤.ÝB¾ÀxK‘YŒ','wp-includes/ms-default-filters.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','lò\\çq0ƒêHŠ;ª','µ±F-ãØck»˜_AÞLMÄ‹9¹­e™üÖ—®\"','',0,'?'),('¨[ÂnÅG{Ãù\'¾¢q:›','wp-includes/ms-deprecated.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e(•uÔºöÒçXÜ½FšÚ%','n—µ>ÂlJ|‡(õü?\0’ðô…ï³˜µPPõ÷ƒ','',0,'?'),('ë­·\rç!z}MLKE','wp-includes/ms-files.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q„Ùª÷*©bxãÌY¾a½','æÔŠÆÔr_pÕˆyQ3ÈcÇâ}\'”ÉQÒ<Jèñ3_','',0,'?'),('¼v%Ÿ”ŒS´[¿Ìª£Ñ¾','wp-includes/ms-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','÷khçxâB4¸5tŸ˜½p','Æ¸Jèð¦8z‰‹½?Ú h\"i”‘œ&Ìú”š‹¶ž','',0,'?'),('Ã_´—§jSXà2ÎQQ=','wp-includes/ms-load.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','²7\09)ìÚ‡TºmïQ','ib2VþwÖ|N‹¤Öåa<è…Mœ9¾¥E\\Bš£b','',0,'?'),('‡x9pã2¬Åðwã¸ÄB','wp-includes/ms-network.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','cºæ¡³™û¥‰¾Q','ÁýçŠÖL‚Ú@ýwìòmmšï–Ó>È¨¹e','',0,'?'),('j&†Â^ûÌøŒb³ôŒ˜','wp-includes/ms-settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ï\nk¼Kxë­£÷\rÜY8','®‰¿òXÇ	\rHÇØk±’ÑOÜÊðaÀà¢4)ï}­•','',0,'?'),('ž\'^“Dý×IGÞ1…Ù!','wp-includes/ms-site.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E«kºTÅ mÊçb','0·†xÿ(Ú…\ZXûëwÄµöfÊB‡ôåÖPüÌÃ','',0,'?'),('Åª{A¸êmmùß*K','wp-includes/nav-menu-template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','øC„› W{H#àì\nï','âa9/¤W‡N¯f´{·°šR!£¾å$Ñ#~ú“‚à','',0,'?'),('¡[öHn[PÖ.~½ðßFU|','wp-includes/nav-menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','æˆ-™ÂŸ¿mš¨d°«T]','amx+Õ¦Ôw¤Ñ-aÔOà}­\nÙt½‰¾.œ!ÉD','',0,'?'),('¶MR²ælÄBœF¥u','wp-includes/option.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','úïšòˆòRúNÌr€ù','¨&œö…2ü©ag>Ó¡\\Iÿ&ã•ë½&ÓÑø»','',0,'?'),('N|þÂ‡JÐ²ªzn×ösw','wp-includes/pluggable-deprecated.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','äc±‡dù©\0Ìþ~·5jÃ','ëyJœ Â\n#xtßTì/zÿWÅýkíÕÕžaæb','',0,'?'),('h0X-Èiÿ»Õá^ÌG`8','wp-includes/pluggable.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','”*©fJ~_-\"uâ\'úu','î>3åñgl=„Ò5N€tú6•¬wNBô¸©','',0,'?'),('äö\00‡ùqŸÄŠNy)”Ô','wp-includes/plugin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ú°\0ÿqGü 0OÃÒ{.×','fß8ëÎî<þkäoafd¢@QhŠ~(”CôjX6[','',0,'?'),('Ì ‡ì¡CªY–Žñ','wp-includes/pomo/entry.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','CëŽeãEo“Í¿aÖ»BT_','Êe¦]Txÿ¥=2ÌÞ;šzò/f\'¢£ÂêÛ£­','',0,'?'),('48²VtÔºš+^Xô','wp-includes/pomo/mo.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ßH‚\\Ø¢2©u\"¦°/é','ïôåTPAgƒéZ¹sÅäF!zë_²ÝâÄÓø+è','',0,'?'),('ú¶AŒ‹ÍË)Í¹D4Í','wp-includes/pomo/plural-forms.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j›ZTh\ru÷Xçç&,','•A)2gÝôœ·¯w*ç@Úæ³±öHp±¾v-ÿ/F','',0,'?'),('ªæ[KºîæbŽÄÚ28·','wp-includes/pomo/po.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','nr_Éh‰O‚¹A]Ïÿ·\n','µÇ&²xâü_Ç`úDV¨·®·¼¾ÓÚ!‰BM~Á¿­\"Á','',0,'?'),('š1W;cŸ¶š¸°NñÀ\"ïu','wp-includes/pomo/streams.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÀGSíÒ…¦7ôA{ž‘&','_Ü£å;\Z4œ|,´½ÑÿÁŸjÙ,1]÷ueÝrA_gr','',0,'?'),('§Ó’?ÚŸ£E¿Î¶$PF','wp-includes/pomo/translations.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¾-o®-jôÌÓÁ›`þ|+','´ceœ²ËI¡•B\'\nŠð!)ƒ&TÐ¹µïáƒVôŸ','',0,'?'),('”a±tUÚq¶^!ä0Æ£l','wp-includes/post-formats.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ýÈ›\n6A$EÓˆä\Z£','¾2Õš° ¹¥×<ëŸÕ¹‰Á@¾\0õÙ\Zám·âò·','',0,'?'),('MüÁI‚MÔïüÀrDõ-','wp-includes/post-template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"Éu7ðàéÕèúÛ:','ù\nU¦ŒÇ;LŸoàqgW9C¸–!£P}Ð©þ@VÖá','',0,'?'),('ÃáiY–†…\0\nR)–„','wp-includes/post-thumbnail-template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÔÎ¢1ßW²!2jsNþ·','ÇÖD¬*.C‹^­×Aæ±w÷…~÷ñÊÝû§\0ƒ3×v','',0,'?'),('«ˆ°0jˆlµSÓýKò','wp-includes/post.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÄÝÇUVm £GÕî©','GL‚Yhm•,ûa§mLÀâ•	[¶È]&Ø°','',0,'?'),('Ž éA$Û¤fCNö™37','wp-includes/query.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¸qÊéPYQ¡ù\0!Q+úº','‹ €Æž#–‹O ßè×T×¢s€ëpôÄL·3r~…ÊE','',0,'?'),('öKF\nOòiñ},íö‘wÇ','wp-includes/random_compat/byte_safe_strings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ä[BÒ£ÈJÚÔˆÂ;',']²Qì€Ë„=PÝµuÐQìÁ{>Ï‘¸ó','',0,'?'),('‡ÂÙoÔw¬ÛåÐŽ×696I','wp-includes/random_compat/cast_to_int.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ý!²>†ž§=I™‘‚O','p>2¶éÃûx«ö”tnè˜tqÇšïºßÆÞ©àb','',0,'?'),('¨‘¢v9…bÔ$‘L','wp-includes/random_compat/error_polyfill.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X:,”t]7¯=ÁüQ¢áE','ç,ž»t\0_g’X%4.à¦tPš]È>ŽJT4','',0,'?'),('öjØæ²Z·;\nlÐ“¼','wp-includes/random_compat/random.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','µ5&}kÒëé!6»$“','X8°P©öÔ_9õþ®kQÅa[èç-mS\'<‘@Ì!V:','',0,'?'),('t¨€û‘.¨Ã••81½','wp-includes/random_compat/random_bytes_com_dotnet.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','nM@<ßÛA6Â@!Yàç','.#©$.Nñ.ÜÕ\\\"ÜÀCuj€%HŠ‰EJÖˆ^a','',0,'?'),('?2yT!s|À¨t°æˆ÷u}','wp-includes/random_compat/random_bytes_dev_urandom.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','—®dÊýï¯èØí\ZHrÛ','\nDfdvPÿfŽOn:ž“˜ªa†åÐ³Â‘Š„»XÝ','',0,'?'),('šž”óß[‰ôD?_…[Ÿ','wp-includes/random_compat/random_bytes_libsodium.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4‘îåí»ßÕ³ådß','ì§I×nÿ¹6Øä¢_å³‰”£ga8ÌØyÍÆ].Ýë','',0,'?'),('ð¡N ¶¢ûiiÚ­ù','wp-includes/random_compat/random_bytes_libsodium_legacy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Üø[q7dâv¸í×zí¨','\'Öª•±*	[\0EE*J‹rüV€síæÄáãcž?','',0,'?'),('¹Ô%I…‰ç}ŒPözW­É','wp-includes/random_compat/random_bytes_mcrypt.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','·ŠTÿÔ¦Ê™`µP§¥L','åb=¯-.¹“´XÿÀî”ÎþTüÅòYnžÐÐPæí„','',0,'?'),('ÙÖ3›ÏIê98\\ÙÖ›Ì[t','wp-includes/random_compat/random_int.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*¢RXé•Ç ¯Í¤BÐn6','8ò÷-%¨©òúsç`NªŠaøL	óLÃMóÊ«Ã)À','',0,'?'),('žE-jàÊ1jì£Ê\rÏE“','wp-includes/registration-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+gŠo\\É=âç¤æ×','Zdÿë_v~RÉçÍæîHÝø:š|Tº\"™?Û¯v','',0,'?'),('5\\h>óÎw	—‡NË','wp-includes/registration.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','GNPÁå¾Òw7\r\n‡','jX%N¶áøê›h¹ÔAç¢3Cõ®—Ý·÷„{ãäN','',0,'?'),('ùÑÿšôßÐ3ø>#¼.û','wp-includes/rest-api/class-wp-rest-request.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ðPWÕN<]aÌzòþyé¢','s×Í-}®žÆGûûÏµl3rõ»Ê„•á¿‚iNg­xp?','',0,'?'),('‡V+@ÿ0ñüp¸Éhi','wp-includes/rest-api/class-wp-rest-response.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>šˆÎÊ3æ¯f‡…ÝjB¸','ŒÔŒÉ\'ò£ìMSgŒÏ¾¾*Ã±/{È©n¬DA#','',0,'?'),(':ë­²cà‡×RPe(','wp-includes/rest-api/class-wp-rest-server.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t½Râ‡þz…5WþK','¡ø`ì…ÓWe^ÂWýÆrÔü] ²\Z!1âÃêSaþ@','',0,'?'),('aæaiçGö¬ˆ}ïÞ\Z ¹','wp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','fÛb;îåÄJ	0IÒ','ÜÁÎ	uŠuBO ¬ª<âTcA?P‚™F*\r','',0,'?'),('/÷¡õâé5SQUÛ¶v+Ô','wp-includes/rest-api/endpoints/class-wp-rest-autosaves-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','kþ‰•÷u7Ô.F<«','£ŠŒp3w;®M£3Ž¨Ñ=‹m˜è†ÁSô‘M†‚†­','',0,'?'),('ÐÖ2[ñv\\)›I†ÝðQ','wp-includes/rest-api/endpoints/class-wp-rest-block-renderer-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','òºþ~»žcDØ2J¸ƒïå','þÁ‡{õA`ÌÊ­åŽT}‘^jÀŽÈÃ\'EÛ‘KG¡E','',0,'?'),(' ¬z¾z{úðòôL‚ŠH','wp-includes/rest-api/endpoints/class-wp-rest-blocks-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',@Z¥ƒÒRÌ^±¾Þ/\Z','×|41/	Ã®$£Ï7˜Ñ!¯BÏ¤/#Û+‡îÁ','',0,'?'),('k\0\ZÁšá{ Ý›6ñ','wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','½N¬ÈÓ¦›Ÿý Û‡Ø','jŠ£ëLdçvˆEÒ2ÒæïÕœ\\\Zc#B	áfÎ¼ÿ_','',0,'?'),('‰.¤”xÖöQ}ét\npó','wp-includes/rest-api/endpoints/class-wp-rest-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5|‹ºf•ò9re›<žU£','E€Gã8D¬\Z‚lñ\ZxÌ¦ŸÉ÷£kYM0pãª´','',0,'?'),('Ë}Ua&glÃäi¸)ºëÂ!','wp-includes/rest-api/endpoints/class-wp-rest-post-statuses-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ãðRÐXà’Øµ?kèÉ','+:«Û1±Z‹`¹v®•/”c,FÉ8Ùçd²5','',0,'?'),('q”sß„´ÆžàÃ¹åÖ','wp-includes/rest-api/endpoints/class-wp-rest-post-types-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\vPšxf„ÎM‚×¦Î-æ','T>½nûÆTç™Ä&rjao>\Zœ[âNÅÁ¼V±âú@','',0,'?'),('3z\'‚Oï“á§vþJ&ÿó ','wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','±[ˆ1oæÄ“ü@Ç(','!WQC¼Åš_.)¦°<Ð©†ùq½ÿÆ$A#é~ËÇ','',0,'?'),('ßL#¦¹àâa³‰W ñ','wp-includes/rest-api/endpoints/class-wp-rest-revisions-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','´z©kïóÃû7Ro»pe¢ã','û¢a²*s„š ^÷ËwR‹*Á²LÓ\\h“ònrV>[†','',0,'?'),('gQirˆüë˜¿¦é™/!½Ÿ','wp-includes/rest-api/endpoints/class-wp-rest-search-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‘~¿-…Æ·_´dÎQû•','y…‹0*S¹ú± ÆªFnR c>y,AË*@îiæ','',0,'?'),('CcèˆiF›×hè.n7”','wp-includes/rest-api/endpoints/class-wp-rest-settings-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ã5%Œ?=@¶¼A–œôÎ',' ¥E]dkêßÝÜ`Ÿ?”f0[6*\0§\Z˜8Ö','',0,'?'),('q¨ˆã_\"ñ1ÉF','wp-includes/rest-api/endpoints/class-wp-rest-taxonomies-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ùž0X²œÖÔ5çUzÁª3=','ôÚi¨²]S‡ÀÑÃB–8¹ô††éC‚ œ-:™òú','',0,'?'),('ŽÁ\Z,zóÕ§Ò”U’','wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','yeÿ&¹å×RQÔuKµÍÐ','~´ÁIÌÑ‡\ZhÑŒlÓõ‡ðlÿ5QÍüìvýY','',0,'?'),('w‘esÅÏi<µOØJ%Á','wp-includes/rest-api/endpoints/class-wp-rest-themes-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','jy~„ÚÑ.m‹˜ùN','Ð‡{úL{=(-ã»Ç¦±¯Ô)èîµÇž1¥.¾µ[µ','',0,'?'),('ßÈ¦0á $¢7O>é¿à','wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¢\"»¤TµÈ«&˜ƒ&\'›l','0H·ÀTe*~Þ·úÝOñófã*Ý¯°åèÞS¶\Zâ','',0,'?'),('ÐôÒÏÍ,Ùáñfë×','wp-includes/rest-api/fields/class-wp-rest-comment-meta-fields.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÎZÆ¾BØ,J)Tð™cx','\0IM¯™©|%ÍcÊîtì\0ïÎ¦×àÔqù¯sáí5','',0,'?'),('Íªu¹owsFC¹G[cƒï«','wp-includes/rest-api/fields/class-wp-rest-meta-fields.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E½°ß‚ÑIAŽD=¸µêÝ ','î¤úQÇQ^8zÊó&VòJÄè¯ƒ¾;gÞ\"ãñ','',0,'?'),('ë\njÝea!è\ZWdq','wp-includes/rest-api/fields/class-wp-rest-post-meta-fields.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"<8Ÿ¦Þ.ùŸ¡K§\'',' \ZYÓµ€Ë¼*Š,Q†LëY{´ã¬£pÁ\r½h„¶È','',0,'?'),('àãWÐMF`3ÌÜ$÷æ','wp-includes/rest-api/fields/class-wp-rest-term-meta-fields.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ùy^ò¥õ±›žÁ×©','Y	QâFX§Æ2³2îFW¶Ÿù)ë“ÅfKSfñ','',0,'?'),('I6.:\n(ÍÀùi\0BøÏ','wp-includes/rest-api/fields/class-wp-rest-user-meta-fields.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ðH\r\r±0¤X/^è0R','O†ý1–-pÍQÛŠ®ß8Z+æ$[¬¡j¡¤„KØÆ','',0,'?'),('Gu5‰Ã•aÔ¯Þö§','wp-includes/rest-api/search/class-wp-rest-post-search-handler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B¦¥/Ñ \'jŸžã@Hè','·àW€È\nN …îž&@”%ËmIü1qƒ>‡t','',0,'?'),('YçULŠ5J×Þ”Ýv[ž','wp-includes/rest-api/search/class-wp-rest-search-handler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ä9}}±±F&{OJÏ›¦','á<=©2»„Z~wŒtm–p-äõ?±ìkVRNCŸ','',0,'?'),('°Ãš2â±ûdÍ=','wp-includes/rest-api.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ù|¼Ò&Û‡´.P&ÂX','¹>Á’é\0ûÂSzLÕ\nål¬IJw«9Ÿ[a	‘','',0,'?'),('_°\0ßÅd •MP~ÛëD','wp-includes/revision.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' xS$QŒ“uèGzÜX·','%¯Þ0O¹|Ýé‡1„ÏŽÊpnW•­“çj††','',0,'?'),(')¾Oz=œu©‡î£ÄË·','wp-includes/rewrite.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¢t4Ã6®ÖûÐ¨ßÚQñ]','´\r1.¾Ãö·”Sóaà¾%˜œRì‚ÀìŽ`Äì’wÇ@','',0,'?'),('þà¢¿w›ñ\'¢6)','wp-includes/rss-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Uœ(bz³_ÉY€baUpK','êÎPh–q–ÍžÂ“¨‡›´;´¢l\"ZB\"ØÝ_','',0,'?'),('‚§¬ãíA¼ÎòŒ1\Z…;¤','wp-includes/rss.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Âm†ç[ï\0úlJÅáÊ;','°ç^“º]û\"ðËŒ|a©>|ÙÄª¶.€­pNX','',0,'?'),('9—} B^¿²?	ë\"ë','wp-includes/script-loader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2ÌjnVÕS¯k*!N«','\nSlS¦\Z»|h:†Ž+†ÙýEòs~?Ä\"^.f:Zãß','',0,'?'),('Ehû¡°Ëýí¹ìÐ@aq»Œ','wp-includes/session.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','èpÊBcCÐÈÎy£úŸ','¼§A\\hNy€Ê\"ÆDg“Ó±¼D%BàöbhŒ(&™Åä\n','',0,'?'),('Vne!Êz0u1?¬¿','wp-includes/shortcodes.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o[Ö„uý®`8ŠÅÃæ\r','Gv¬oýcËY8ˆ<Ï1â2giÙ›K¨D}÷…\r$$^š','',0,'?'),('1Ð‘YéãÂ4I^pí','wp-includes/sodium_compat/LICENSE',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','õxä»6Fƒ\0f‘á ù–','Nƒþ^qóïyqÜ¯\r]¹Süë\\ãð[ÎC{V§šyÐwè','',0,'?'),('Ã½£ÁP„²7&Ý£`ã)','wp-includes/sodium_compat/autoload.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ç¼‰˜ô\'“²«ÁDB[Ñ','yP2ÇªŽz_VÔêß$×\0ÛYÕN£vQÔïZùÂuæ`','',0,'?'),('V¼\rê§3#ž“Jò÷{','wp-includes/sodium_compat/composer.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','æïE+†5‡C×Î¿}','@Uð&’£ø1wÃòÍÐ¶EâŽ™È#ð90¹hëehŽù','',0,'?'),('A;Øª\Z¼¾–Ü¦ïz«','wp-includes/sodium_compat/lib/constants.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Á½¼ß{â»#…²lÅ>m','¬æÙ¹mc(ÍlÚåû\'ÑmtÛË£•[”Ìg¹èW','',0,'?'),('\0?Hê\0ÊE}ý¿¦³ç\"â','wp-includes/sodium_compat/lib/namespaced.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','01ÕÎèø”vnGœ¬\r ',']/r~úÊºO‚›‡Cîc§xB…€j/ëoµ˜UÙI*Ù','',0,'?'),('Pµá\nÿe¡äðuµ\"í','wp-includes/sodium_compat/lib/php72compat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','•Ãç•óça¤ Qõ“8Ç±','ú!\n™òKÁÖka{\"ö+¼òNåZDí´L»¬Á','',0,'?'),('Ã‚uJõMí/€ w·y','wp-includes/sodium_compat/lib/php72compat_const.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','XPì˜sHGï/nçú’w','Œ-Ü™…™’_¤P^ÞCÔêäí`Öµç.–‚‚F²If','',0,'?'),(',!#Q–ƒP[;º•›Ä','wp-includes/sodium_compat/lib/sodium_compat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','âAÎ\'I5š†xNÎ$¥','±mý£ÛÆ<ûº	p—(t)P7øÄr‚~^úçé—¦ò“Ä','',0,'?'),('zˆm•SAý}I¼þ´)','wp-includes/sodium_compat/namespaced/Compat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Aòiêk²/Êå¿j\rnŽ3','1À\'§¶‡Õ».ìOÐà}5ºAfi¤~¢>î:}s','',0,'?'),('èwj0‚¢67˜³„@ùT','wp-includes/sodium_compat/namespaced/Core/BLAKE2b.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"êŒ2s7¬ø\\ïi#—ËE','aÇÜØ„ÓÞt¹ÀWñÂ	Ì3NŠ\ZÆã`x†hIÝ`À','',0,'?'),('vi™fuPâª0^ù>d¨Ô','wp-includes/sodium_compat/namespaced/Core/ChaCha20/Ctx.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÂËSG°ÎËº““F¿„Ã','[Þ(˜®R¸ŒêäëìôŠ$¦£2oåãtûb÷ç','',0,'?'),('B^æÇt›p„k€Œòÿ!ú','wp-includes/sodium_compat/namespaced/Core/ChaCha20/IetfCtx.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','RÙ*LÓTGâé4%P‰´¹','-–‹ÙÖ©nFJ­&TÓP•o\\Ï“\\Ž¹¿æ2–íß','',0,'?'),('K¹¿ã \r\\Uz÷õ\Z:\'','wp-includes/sodium_compat/namespaced/Core/ChaCha20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ìVÅ*ûÊFè°¯ñ<Ž¤l','åÂ®¢R”l–UñÙ ™wz×ank–ÇGÞtº3î','',0,'?'),('7²‡o^lÊ:ÒËB','wp-includes/sodium_compat/namespaced/Core/Curve25519/Fe.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','˜Á	ŒæI¥Ý¶3‚‹S','!MÚ’Þ«Dw£•éÞwe(²!Îäö=ïéÞ¨dàÖ,GW','',0,'?'),('ÇÂ^¿xð¤JB\ZÍ3-«6','wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/Cached.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G–þ5]{\"•¼ã«VØ','¨CËJr~Wè„OY…*[ó:[j)«²ÂGýÐ„ÖeŠ','',0,'?'),('\Z´ð) ”%iyƒÎ´','wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P1p1.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}+#z,¯èeßrEJ-','sfºÜq@µÚ8¼!yW¥&Ú”AÈ+/ÅuY•†œ44œG','',0,'?'),('ÎP|ÙÚ’ü‡žó\\Ão','wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P2.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ˆ „w^ã®³]ç·£M','•«ò°Áñ÷§ZEüOë´7(­nY›îhîË¨ƒ‡','',0,'?'),('h®Ë~cTOo¶y4|','wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P3.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¯f\"ü»Œç#6${ JL\'\"','ËeÅ‡Ž6\Z(«qË&…Ú¶¬íÂ]œÌÆ\n÷Cli‡Þ©‡','',0,'?'),('å³³$¿ @z6§\0`’Ñ/ª','wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/Precomp.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Õ‹}çïB°÷HÀÖ71','Ã\"Ã÷beTb¿$àÖæ‚Ö×‰ù\n…º°~½lnÝÅ','',0,'?'),(';×vð0BK¬¤µÄ1Ð´','wp-includes/sodium_compat/namespaced/Core/Curve25519/H.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','®+o~˜¤XüåÝ“\0Í','xX·Ñ¹Ú$6ÜUdZ$üÖæx—Á¤ßØ&3×','',0,'?'),('4×31@¿*rëØÓÃ÷²8','wp-includes/sodium_compat/namespaced/Core/Curve25519.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','òÅ›ñLå\\óPÚœÊU','c>Ñ5¨o“»Ž½Ðïð½ƒ°_°T9“L~;²e7Ü','',0,'?'),('ŠkIKÁ˜„ÒV[„´	5©','wp-includes/sodium_compat/namespaced/Core/Ed25519.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','É¥v>ÎÅ#«‰!nÁ(','ÝDFUu|év©·/â]Ð2x_ERL2QlP93s	¶15©','',0,'?'),('‹ŒÍØ¨&Gé¦)šk{ìè¨','wp-includes/sodium_compat/namespaced/Core/HChaCha20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¬‚háüýP«Ôì','KçØÎˆdù%±.RAOôF¾Þ×ââàÁ·joù-','',0,'?'),('ÊîOå¿¯uRòûÒcÁ[j','wp-includes/sodium_compat/namespaced/Core/HSalsa20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[clër‹u©	ÃÐ¡u^','6pËÓ\'`À+*[AGà4Šüúü^6ÅŠ£è%ÔÁC','',0,'?'),('êr@¤ÈD¾‹ZÐä¯©','wp-includes/sodium_compat/namespaced/Core/Poly1305/State.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Š!Kå	5y¼¡S*','Îý¿ˆTy‡Oî%u;ÈUì“}ãgæü1Ÿï)˜ÝZÃ','',0,'?'),('Ž7ÿ0¥ìÁÁ,š		M','wp-includes/sodium_compat/namespaced/Core/Poly1305.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Qy¾„£?¿;é8žV\nø','\0Ç-ØÞ]ë®³‡•XEt)˜`ÉÅ1ØCý}Mr2Ý/','',0,'?'),('rtŸIÂŒg[¼Ë; õì?','wp-includes/sodium_compat/namespaced/Core/Salsa20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\rVÞN…ck0ã}/õÕƒå','nëK ÐkZÂÖ	À—ò± N$ Ÿ EÐš¹×eØ$','',0,'?'),('®6« œ?á›^oï»#ý','wp-includes/sodium_compat/namespaced/Core/SipHash.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r-äeÅúör^©!ƒ~','…î`”ƒRélÔ¥Lzã?iÂÄACHÓóž®£Pyén','',0,'?'),('3pƒ½ã\\Â8ŽlD¦q','wp-includes/sodium_compat/namespaced/Core/Util.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';ó*·kLwB£ædÝ=','ec[d”M?HÓ|ÞKYž\04‹°@˜ QAŒ›:FF ï','',0,'?'),('Ë5V›xÇ,$¾>7dýk»','wp-includes/sodium_compat/namespaced/Core/X25519.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ú¸búò¯9ô°‡±M','éF©/\'¡€M%”9ô }@¬ÎfW£>Œ–S*­m','',0,'?'),('xïz#è]”rŒu?0Ÿ®Où','wp-includes/sodium_compat/namespaced/Core/XChaCha20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hß‹Õg`É¸:Ú•^','½•ŸF/Q°H\0ù¦æ^l 0¡BÎ“Õ«6S@Phë','',0,'?'),('šµÂ2¼Ýôø:ý¬”¡·','wp-includes/sodium_compat/namespaced/Core/Xsalsa20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','…b4Ç\'¡—&ëŸð','Û¼ó›Š4P\'ô¢ÑáhNêaë>·¨ÛEþ5à°›','',0,'?'),('ŽiŠ©µBÈjßÞöÖï]','wp-includes/sodium_compat/namespaced/Crypto.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','—G8©J+œô³‹	¾ z','>8œ©¸\'XëiÔUbýGÐ½Ø,<T`6ä¹È4Ðð','',0,'?'),('ê0Jé”ÇÁéÍfx°#X{—','wp-includes/sodium_compat/namespaced/File.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']ÖmÇwè/æ\\Æy5Ú','»Ét‰d7–Hñ†}=·ù.t“âCw$–`cºÀ\'ü','',0,'?'),('õ*÷1¶Gé«víLßŸnŒ','wp-includes/sodium_compat/src/Compat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k\'9L&Û”A»úl–+','<Òæ£¾‡°‡–wWîr2›I³MO+†`º@u','',0,'?'),('ÿQS¾2õ#ÍÃÁ]¸srtÔ','wp-includes/sodium_compat/src/Core/BLAKE2b.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Š ÊÙ9-Ž¨K›ðà9,å','²æ–­8ÕZ¶¡.8ÎøgåªKlÈ2®—&.M„‚OÁ','',0,'?'),('*×&C:[¾¥ñrÕ9‹Né','wp-includes/sodium_compat/src/Core/Base64/Common.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','PÛÈefè§ÄõÊiª\'ÒjW','6þ°UmÐ–²%Ïì?MˆS°A^=®X ª|U–Ã','',0,'?'),('Ú\'£Ýø7ìbâä~ 6','wp-includes/sodium_compat/src/Core/Base64/Original.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ò£-ï‚ýèÞÑ‚ðº±','±9\0zotˆID:\0¹›ê·Égä I%á~Þ¦$o','',0,'?'),('=J¬¦Ç°jaŒ}LI‰Z','wp-includes/sodium_compat/src/Core/Base64/UrlSafe.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','±ÀpFõñt1Æ+öÀ»','þ;‰}ÛüÇ\0[·ž¾\'\rqÎÄáÚÜÄ¥dÝ;#æ°.','',0,'?'),('ë0Üšî¹Z´I·ä¸±N','wp-includes/sodium_compat/src/Core/ChaCha20/Ctx.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'™Uå·ƒüÖ qDÞFîÏH','ÒëÍÔ¦Ä!Ùð‚Ó¢tLÜk.¾\"1ÝäCm»Kg£','',0,'?'),('Œ¸¦ISU`u€´úTòÀÊF','wp-includes/sodium_compat/src/Core/ChaCha20/IetfCtx.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','élˆ{ÃbOsé“_aºÞ>','mõn5ñËßÖžÎ²gJÙü\\µý«¾Ú3†òãõÈ','',0,'?'),('&Dç¥÷Q£RÈÐw£]','wp-includes/sodium_compat/src/Core/ChaCha20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','åÆ-r‡jiIÞØ£eŠb','”¥bëÆE·ÖèÚ&q¶þÿçª€*‚–‡…Èøîø±','',0,'?'),('±ð$[ßûÜtCÅ¤Iw','wp-includes/sodium_compat/src/Core/Curve25519/Fe.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','µWø	˜å,¤â÷~r ','L>ø¡£e¡€¡€º‰hý\rF$ûC¿V¡·°¨“·7„','',0,'?'),('øD=ŸË÷‡ŠèÖSºÛC','wp-includes/sodium_compat/src/Core/Curve25519/Ge/Cached.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ù%ôX¤ö°•Ð`Ð¹KZ','SµW ð,ªè´f¤Ã×K{®ÿ\\™ÐþÕØàŽò×^Y/¨','',0,'?'),('z¢šå‘L©£5	g5µÄŽ¬','wp-includes/sodium_compat/src/Core/Curve25519/Ge/P1p1.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t×rèI¦±¯bw\'-7íš','³u©SÕ{•ü<ø“ôn\rß…+-#²;»á·ƒQÐ®','',0,'?'),('yOž\0yjùeB\nVpÈûð','wp-includes/sodium_compat/src/Core/Curve25519/Ge/P2.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','–Eí¯·äƒÆ€küvk¢¥\r','ð¾Š¥iiLM»P µ¬4ÚöÞ¨O_!üÍø“iN	»','',0,'?'),('ž÷Šï©ÁÈUÑ\\™aE','wp-includes/sodium_compat/src/Core/Curve25519/Ge/P3.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','–w¸•Í±Àör0 êØ…=æ','?EÜ%÷ë+Ž›„±Èw\rä^ßÖ—.$â‘i‘$[W','',0,'?'),('ÑuRl£tÐÝÍÀ´\"“Ñ','wp-includes/sodium_compat/src/Core/Curve25519/Ge/Precomp.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','üíû7ÖŠi[L¯9ÆH	¥','ß¹{8(ü•Ãatûÿ\0CÔn3Qí„Ú¤\n‰l?¼$yñ','',0,'?'),('Rj¦qñ¡IÓ\Z®Y&ý','wp-includes/sodium_compat/src/Core/Curve25519/H.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÐÄƒd©êOÄ[ÇS\nc\0','^o¦&[Èl“”»2Zg/‰?>ÂÄP~CÆÁ·IÈ—','',0,'?'),('ôÿöÏß]¨R>Üw.’EQ','wp-includes/sodium_compat/src/Core/Curve25519/README.md',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y¢ªÏ›ÑvjŸ×\nÀ…Ï','ãSÓx–^öV>mÐ!-ªqì÷ÌñDÙeVÑßÎÈè','',0,'?'),('á•µ7\\Fû|‹[Eª„çl','wp-includes/sodium_compat/src/Core/Curve25519.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','È0™øÇs0C{[ºª[t7','Zz`ü}õÍÛJ¢GN]¢œö¾lÆïQÆÈ8Ž±H','',0,'?'),('5.=¹€d)<peu™s^','wp-includes/sodium_compat/src/Core/Ed25519.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d/ôí±´jÉfr«ÍhÍ(','ÖôWæštÁ*ìåŠvçÐÞú)»ögõDfÝ™À','',0,'?'),('ii·Â\"oýCÈ„³×`','wp-includes/sodium_compat/src/Core/HChaCha20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[Rz@ëMMQmr÷ƒ…','±qÀ‘òX9Oøþ¡a4ÁA¯ÞæÀÄÏ\'ôøòÝÌ¾e','',0,'?'),('“lüt:{0+7à9Cý','wp-includes/sodium_compat/src/Core/HSalsa20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ñÓHx+Ú07¸™`®}ô','@qz´jØI¯™áæ \0D¼a¶W»¬6nÍ{Š£¶yß','',0,'?'),('9k¹sBÂÎ=}ÕíTÅƒc7','wp-includes/sodium_compat/src/Core/Poly1305/State.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','VœÈÏzÈ’¹ú`(ålEÒ','‘ºÚëÐéâ¯ ç›®ÙöÜÖãßÔµJ±\\Ä_øz[','',0,'?'),('þî.ˆ ”Iî\nfqñM9','wp-includes/sodium_compat/src/Core/Poly1305.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!ðiœÑL³V=X+²	v0~','4çÎ-<4®,\"V²È±XÊ˜Ã®ÊhR—	KþFëk¡','',0,'?'),('ÄÑºÉ©•‚uyâÒïÛ}','wp-includes/sodium_compat/src/Core/Salsa20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','®¹£b5lJå#ûšõv','c=0ïŒ-#Ž-TäSÅX†&ž´4¡äï\0ÈK8\r','',0,'?'),('¬ósC<‰:ƒ†æ<ÎAÐ','wp-includes/sodium_compat/src/Core/SecretStream/State.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','éëõé:ÇZ{ãðë5²o','ÁúÇ<å€så6´÷\0,	Raô­uhXðåcðØ×','',0,'?'),('%.–.Ctí=áêÐê\\`','wp-includes/sodium_compat/src/Core/SipHash.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%çVûÜÐxEíŠ1Nìó','ƒÿ!3|@šé0ÁîX—œ½†1¬¨þò¥>ý\'[áU','',0,'?'),('ªJ-ç‹ºÔ\\\"ý×¥&ð','wp-includes/sodium_compat/src/Core/Util.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~XZe&Oa¸ˆûgµ‹Aðc','±“A¤šDg9\'–øñåc«†˜Àš$?ÙµC«Íì/','',0,'?'),('\0G¸¥àM(çÒYlWzã!','wp-includes/sodium_compat/src/Core/X25519.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','pZú˜£ËÄ:!„Ù¼Ñ','3í³l¦@Ùä™ú—o£-É3ö–ýS¦ÌàÕ&Ê!Ð','',0,'?'),('ËÇ†ÜQ½_yœdö+£','wp-includes/sodium_compat/src/Core/XChaCha20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X†ñU iU0Æll9ýc','þ_Òv$í¸U7_‘*\r?¬+ó^÷Œâ‰¾¾Ä€','',0,'?'),('ûðˆÏX€n\r÷æ?ƒÈ','wp-includes/sodium_compat/src/Core/XSalsa20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p÷¦Æ®¹u¯„o7;~z','™¥¯ÚÈ %lòy½\'#[‰ö€_ò{E½]8%Ü','',0,'?'),('û€¶Ð¬çpšIÒÆYR','wp-includes/sodium_compat/src/Core32/BLAKE2b.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÉzõðËõÝÄ§7€	Ÿ7V\Z','°p•‘å#4®oÛpæp8Ü^ÙÛ°Ó^ÎFò+×£ )l','',0,'?'),('g”\Z˜ ÍÅžþí|qš(','wp-includes/sodium_compat/src/Core32/ChaCha20/Ctx.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¹œàRÑ<‚nI<','e}]T¡©Y(½u&\r÷Ï90+Ÿ—aîDÏ®´#éï','',0,'?'),('„°ŽeÙž-\n¶yV','wp-includes/sodium_compat/src/Core32/ChaCha20/IetfCtx.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','©‰|®Wwšb>EÏòyJ','‚\'À²Ž¯­~À6È\nBŠºÂagÂzùÁëdÃëQ','',0,'?'),('ŸÚv½á#q¸ò´ÈƒÙ','wp-includes/sodium_compat/src/Core32/ChaCha20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','—EOxÙ•XÚ2ë–­Øƒ','x¨×aJNù!e±¬×\"\"Nqê}ç«AMCû1)®º{€j','',0,'?'),('•…¸I	2ŸRýNjYÿã','wp-includes/sodium_compat/src/Core32/Curve25519/Fe.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','“÷»é–vß\rs*“\\','øÍO²Z=Á<š3SñtÏQ‡®ò_—u;‘	m8','',0,'?'),('Â=©¼†}ÿLsQ\n`q&','wp-includes/sodium_compat/src/Core32/Curve25519/Ge/Cached.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[M/*ŽµEæ<säWÜRG','\nðÁ\\‚¯XÎ°Ö¨P’°AåÂ—\nXjð\'£;qý{¬‡aÖ','',0,'?'),('ÍíS»>s»U)€¹¤ÍH','wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P1p1.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','°y$NXÒŸîl€±l','[ìŽ-©¹Âv5<ÛåM\ná¦Ë+B»u.,Ô5g','',0,'?'),('„ÀÊÆÄÕPU¡…ac—Ó','wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P2.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','³YA’ÀG=bÑu¡”÷','zñ,Í¥²èàt	<{@Y{úiyƒ¬s˜ŠÝc¢(SýL','',0,'?'),('ßÄµ>“„#B§¾bóñÇ','wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P3.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' Û“œÑôGÿc,«™=c^¥','ìÛä‹«Gêc‹Àïèt(5\n,9%Ù÷—£Êå)ïe','',0,'?'),('½¯!Üh>„iq…8tÕÂn','wp-includes/sodium_compat/src/Core32/Curve25519/Ge/Precomp.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ö\0ç¤Ù>ö¤@UeììU','®È›pñâ¡Ë„o<¸§O\n¼†Oo{Öw=—S','',0,'?'),('Qï10ØòéýöGŽÿ,','wp-includes/sodium_compat/src/Core32/Curve25519/H.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x} ó’”ïpc° KàOÿ','(H>Éö0€}¾Í8:e…)ï¼´¬ð™NÁ/Îzì','',0,'?'),('nÿ®Û—ÔðvXH)é','wp-includes/sodium_compat/src/Core32/Curve25519/README.md',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y¢ªÏ›ÑvjŸ×\nÀ…Ï','ãSÓx–^öV>mÐ!-ªqì÷ÌñDÙeVÑßÎÈè','',0,'?'),('\0ž9ó¿k5&åÙ™ 7N','wp-includes/sodium_compat/src/Core32/Curve25519.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','MÂkÝ¢A™ÛýD¬5zúyj','BQ©e!‹R±il˜ÐsÌnq¡ÒR41xë¤xê…Q!','',0,'?'),('ðI/\Z³Nç2é÷öáÉñp','wp-includes/sodium_compat/src/Core32/Ed25519.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',»K°rz-YºëÏPSÓ ','†‡Žß”T\Zôìq3O°®,wÊJ¤‚<£ÔþjƒŒò‚','',0,'?'),('\"ÞÒ0Ø\0“Lµ\'Mü×','wp-includes/sodium_compat/src/Core32/HChaCha20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9˜5£ÀeÏf”‹#®Ï','èèi˜Ä\rCáý¢\"Ô³Á\r4†®8ÀcöÑSÝâ','',0,'?'),('*Ó`U¨z»]\"L%—1­ü','wp-includes/sodium_compat/src/Core32/HSalsa20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','´Ñ/Dzxþ¶Ç‚Éâ­ü','ßÏî,ÇèÕßÊE¬ù¿{Žî0/m›aÓXˆi‰àÑ','',0,'?'),('‰¸­ÐZ|òò0²75ÿoë','wp-includes/sodium_compat/src/Core32/Int32.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','»³3·¢NM[Ü/à\r~H','‹ñê‘ræWû†¿Q@x[1Û ìÅò*o¿9Ê$£','',0,'?'),('(ÝÆLS[šöWl#“ð¦ó ','wp-includes/sodium_compat/src/Core32/Int64.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%mÚS»,—»®\\¦','UåØÎ!œ6èç/•UácqáùÃn©Âæ¿@º+€','',0,'?'),('‘ãue{X¡1ì‚ÑÒ','wp-includes/sodium_compat/src/Core32/Poly1305/State.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','´¶Dú5ÛÈ$Ã½\n	à\'q0','\\†‰\"ÈÔ¯-\r6ÞëeÔN´IDæºzBæ\r\0ü÷','',0,'?'),('ÀÎV\ZFÃÓ\0áÌŽ|€','wp-includes/sodium_compat/src/Core32/Poly1305.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ß@BgéÁ»EJøÆ½H¶','i§í¦|\\I¦—ÇñE‰‘ŒÉ_•¬Xç¶ˆj’Ù','',0,'?'),('—í|œ~”‰÷Éð‡åô','wp-includes/sodium_compat/src/Core32/Salsa20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')6´¥):öÛÍð¸Žý®â','H0¢“L³Ñ—?¸ãž¹.1ÇMòIeÓÉÙ£’','',0,'?'),('w‰ÁÃú+\0ã˜òì2ÎR','wp-includes/sodium_compat/src/Core32/SecretStream/State.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Zjoñ\0˜ºy,¨*•}c','2p\"Wjá„€—ìsâlf&S@Ç[Ç\\‹ª\"WÆ','',0,'?'),('q·0ø“ÄœÁ¿±›ì5','wp-includes/sodium_compat/src/Core32/SipHash.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ª5O&?«Eº	»»%','^%%ŽhTŠý,‘æû¨³¾k2¬È®n=n%:Òï','',0,'?'),('`ý}+í6±L-q[©®$','wp-includes/sodium_compat/src/Core32/Util.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Œ£1î`£Ø¯0›¡£Ñç','à¤qÆ–•‚×â‰%/Ýy¤g’rwÃ›‹\rËLR>=Y','',0,'?'),('öÈ@æ}Ÿ~¥4G‘v<‚m','wp-includes/sodium_compat/src/Core32/X25519.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','gé¥bñf>Ž•ë½=™²·','¬¾“šßº×`Ï\'¸‹ƒç›±“ÍÐ–x#i§ÔÅ#ª','',0,'?'),('âU6Ï…sÄdÂ~x¡ýð','wp-includes/sodium_compat/src/Core32/XChaCha20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r*Òun•rdu¾g¼íô','ÉÒ·<hùboô>óW‚Ã\Z±N˜Œš eÉù²ia°','',0,'?'),('hZ[ý€=—ïw–rŒ','wp-includes/sodium_compat/src/Core32/XSalsa20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ü\\™®”ñõà:R/â+','ÞÉ«¡ÿ‡¨ÐøçÌ:ª»¶jNêmm©ú†½R·ª¸[','',0,'?'),('ÍK=­Xìa:Ä\'5¼','wp-includes/sodium_compat/src/Crypto.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-pü˜ÿ‚\0EÈcbœc¥','\"ÚÌ˜ŸLŽ×Ù!Ò{rDnPz^ôÚXòjôÄûLk','',0,'?'),('eª˜lsUO|°R}Ü“i','wp-includes/sodium_compat/src/Crypto32.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I\r}jŒÇŠQX]m“ÿ','É±ùÅä±ƒFn÷ž»2c.nßM±íÚ£² A¿µ¿','',0,'?'),('Ã`~|D%EH´wOº¤ƒè','wp-includes/sodium_compat/src/File.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y÷‘r.NùÂ(²ìœ} ¶','oë løá=+ÖDª£©CÄ¸)Ïl)$®t†ºï¼ôC','',0,'?'),('À«ÍxËOW\rƒ ¨ Ç','wp-includes/sodium_compat/src/PHP52/SplFixedArray.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','â1`–ú-ñõpƒ™”1ý±','\'³V”í…Ð+÷¾Ú?÷–<!´Cµ\ZÆ¾ÙÜíQUß¢','',0,'?'),('uÇm-OÔÜ\'ßë]ƒ#','wp-includes/sodium_compat/src/SodiumException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','«HDfé×ae¤ãÔz°R','ã¶œ\\‚©L>LöN-@G\'Ä×tmGºãi€‡kRß®g\0','',0,'?'),('Xê=Ó2h4÷/{ +','wp-includes/spl-autoload-compat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ñh#9P¡$3X®sÃ¤¾f•','0<l‡ÀYìwº®èý<5OÈ´‘f»F-%:Jœ³','',0,'?'),('ïÑX=U¡pfp¾€ÁZ','wp-includes/taxonomy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ñvœ«õé\"{ÃÎR0¯	','Ö)¢\ZUë×†Q®9Ñ´ ]‹áÂGFâHõHEVµ	Ó','',0,'?'),('„:+[õ¹g¾¦CZÝØó’','wp-includes/template-loader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','÷w j¦üÝJ^«ÅÓ','M3¶Æ8±VY\ZlDs„,ã	s¨ž»Í','',0,'?'),('ˆ:=%ÆÌâ¾ù MÔÛµ','wp-includes/template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','àmŽDÓò%µQ\n*q','Ï/€Ê¨¡ÍÝxÌ…ÚUfïƒœÑá\\Ö r½¹” È–\nôs','',0,'?'),('>hÐ©ìXX*ÿv1•©¹','wp-includes/theme-compat/comments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','àÜ\'4šFR(éÓ¹{W)î£','”\néÊ²r‡|t$ôh-ª†¼AEƒS‰S,vX†êY','',0,'?'),('\"8A\n=ò®á‡¼fp5','wp-includes/theme-compat/embed-404.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7–[R+S›†A-\Za*e','…}ÛpNª\0ÉK”À6Ñ%),×oŸò`ô¾¼‘)“1\08','',0,'?'),('fÖˆó½ù¦¼VíÔ¹)ä9','wp-includes/theme-compat/embed-content.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','÷m\'ç‰‰±TeDâ]pCA','J¬Ï‘ß·Ð`ÞÅ¡+,™ jrá#eQÁä«– ™ââ ','',0,'?'),('ý+q^e·•éãguÏF6\n','wp-includes/theme-compat/embed.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÈÅ¢s¾^Ðô»q¢cbÿ','WõÜô5T¦pÁª;-¥n¬ˆ0»a‹•º©O\nÓô¦’','',0,'?'),('Ím¥L0N\"ÈT~ìbÜ','wp-includes/theme-compat/footer-embed.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','„õZÜ«„ò.“+–j','ƒi§ÉDÿAJöÏˆ;v,gcÌ%‘çˆÑ	^#','',0,'?'),('þQÖ¿6“Èyqä¢88','wp-includes/theme-compat/footer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Yu€|å»f$ô¢‡¤œŒ','¦ÂŒ¤\nÇàÙ*ÒþîrÏá-Ï‰…^ß£H¸D­bßšäÂ','',0,'?'),('&ÎvA¹öQÍôc‰Úqw8,','wp-includes/theme-compat/header-embed.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g–+¢Èx‚&wfÒXÜÀ','ÁÙe¨é¿ŽiÃ—ï×ñ#¨=á4£wáNrbQ','',0,'?'),('LäåbPÞ-I×­1f€','wp-includes/theme-compat/header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','”qÖ-tx™µ©-Q’± Ù','ÒÙÅNŽúÀ›…î\\nrª“~]ûFù’Ç®ŒÀiŒÒ·','',0,'?'),('ã0—;ê-,ÓAÞEyæ','wp-includes/theme-compat/sidebar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(áSë“;‰·IœÙ(','Ûð“§UÆkxÄråîLb°\"îÌJAFž(u;	\0Ã&','',0,'?'),('“XèV×˜O|8}š€‚','wp-includes/theme.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','º(Yºýi†¦“ô@®\'ý','Ýw\'J ‚:þÛ†­:ôËb!“‡»`s+a!ŽöS%µš”','',0,'?'),('öÊí†+¢šÇqÉpW£Ã','wp-includes/update.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ZŒÍIøÍd>Ššé\npŠ”','ä\0=¸¹üÅR*ÔPD°TÄÒ£è>»Íâæ½qýˆò?Žx','',0,'?'),('k½úBËžãb=y†Ú','wp-includes/user.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','eÎ#ïöl‰,ëÒEšEû—','ñºY?öJ¢Ð–éd¡ò¡•(ÖR1b»ÿ”','',0,'?'),('g+yr‰äÐq„€ö€D©´/','wp-includes/vars.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`³g­ïU_\"}ü¢äH«Í','`íÌm(‹0¼V|A¥[aŒ;äÙF>ÝóPGƒâ*Š','',0,'?'),('5Z¬ÌäàSÎ¼ãvÙ`6—9','wp-includes/version.php',0,'ÛÄû•ôQ	0\\»kÇ0®','ÛÄû•ôQ	0\\»kÇ0®','ºžL^cþ%\\^£Ý7—\nÔiŠ6«¼ÌýáÍHºú«4gf)','',0,'?'),('Y,Qpêgmu#—eŸ±¼~','wp-includes/widgets/class-wp-nav-menu-widget.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Úbï_ \0©89üwx…X¿','Úèj—˜¦ Ó	í8¸ž}òT˜TÆRB_p­—¯ïÊª','',0,'?'),('ñ±TYÛPpEñw†“','wp-includes/widgets/class-wp-widget-archives.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\rvÖÈ²= p¥‰ñ´\'','…¼ÿ‘b*ñON:“¦pØÖa\n?Š½Šw”v™‡ø','',0,'?'),('I0Åó¹Sþ$2£TÐüB*','wp-includes/widgets/class-wp-widget-calendar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O™œP‚\\÷Pt|†-µ§','MÎ>ÿ¤½Éf(E®ç¹r_hX¹Á—oÛƒŽó8@š+O','',0,'?'),('RãH\r0ü!„d‘?c&','wp-includes/widgets/class-wp-widget-categories.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3d2R@æü€}¥·Ž!§1P','ž¥\ZŽï]s‹”%ÌkžnÐÎb½þ»^˜¨À\r','',0,'?'),('¡jðò—\\ïÉÄ¦<yãpƒ','wp-includes/widgets/class-wp-widget-custom-html.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ËÝô“têjxÎ	÷\n¥Èp','‡Z`ØÂáÙŽ=sÉ.û=¢Qv`Ÿpõ±à,#Å}“§Ë','',0,'?'),('&é¥±†˜ñòW‘³Ø€Ó|¡','wp-includes/widgets/class-wp-widget-links.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','XŸ--:˜Fò!lÝ˜3','rQ}Ûõ‚}í\'š×G–±3¸Â4»…\nÆþA#‡âG¡','',0,'?'),('¦á½ˆËÛŽØ5f?žhk','wp-includes/widgets/class-wp-widget-media-audio.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','cf–ÂDc¨mýiÐI¨4Ä','sþ­þè«öÓâœ`°L\'fsæ[\\º\\»_³¶³hL','',0,'?'),('°Ùv\'j@Ô-Ìÿ²*','wp-includes/widgets/class-wp-widget-media-gallery.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','uò,¸-¯¬¶S²;b&Ó•a','¢ÂêfYùÈbê]Ö–Ï%¿èò!¯LBBÒŸÝ«·Å','',0,'?'),('PJ’~]øú; ž‹`y','wp-includes/widgets/class-wp-widget-media-image.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','jÎ÷ÞØã4H?Øp^^j&','­^Ž¾¾ŒÆÈ}:­üóÖžÆ–°ä~…)Þ×û','',0,'?'),('÷Æ_wïÆŒè›ßžÐ','wp-includes/widgets/class-wp-widget-media-video.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¥nøOÓ”¢.ÜŽ1Ý','Ø«Z×Ì•²êà8¡©Q<b©g‘ÑÚiO_öžÚùtô','',0,'?'),(']ƒŠÔNÎ×JjÓŽe½£‚','wp-includes/widgets/class-wp-widget-media.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ð^n$>µú÷^â3#','aï=¶âàï‚ôJò·m©‚c(Þa’‚ž†r¾x:$æÍ','',0,'?'),('«nÖ¢¡ù\r’V5‘‹,Ù','wp-includes/widgets/class-wp-widget-meta.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ö8òÈL¯©Êµ&X¹Š‡[','¬¦0¾w\nU%4X< §ë(›}{4|°>œI^õlÔ','',0,'?'),('K¯cŽŠ#2s’/(…\"Ž','wp-includes/widgets/class-wp-widget-pages.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ö_)lG¡}‘“Yb\r','¶¡%LÅh1T¸³ÌŠ²­×[ITJˆ[E¢<±µ#“i$','',0,'?'),('¤Ì6†èó~eª{Ð\".w','wp-includes/widgets/class-wp-widget-recent-comments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Á!ÐÙ±Û ôú{úo(H3ú','‹Ÿýºj~²„¾uªvî÷Ç+²‚º¸µbUá8Üu\0x','',0,'?'),('l/\nÑÔ€°WÁÍ±-cÏ','wp-includes/widgets/class-wp-widget-recent-posts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','eº\\}T²iRÃÎR','ÎU9wî\ZŸ¾_/3¨ò5$ÓwâM*\"°!ûDXˆ','',0,'?'),('y7¯ÐMAä@ š…','wp-includes/widgets/class-wp-widget-rss.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C½®î\rMN2àJ\0ËJá%','Ê‹6p7eÀ»E´ciYðéµ?á³5Åi†Ô!Ú','',0,'?'),('F\rºxÓw~Û\rÜ±´ç\n¦','wp-includes/widgets/class-wp-widget-search.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‰q]ë.•úuÛÿ±pÐÄ¾?','õdØõ“‰Ê½Üxc‹Æ&Þ¹˜8»N¨ºö€[ø–`','',0,'?'),('¢-‰[ipùœ\\^˜ØóÁ]','wp-includes/widgets/class-wp-widget-tag-cloud.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ö¦Á/&¬‚éÔ©ŽÑÂ)','cc-V ¥o\ZI<1ŽKaDh×èœBÎz2¹£åöŸ®','',0,'?'),('\0É ‰Ÿk~‚£U5T','wp-includes/widgets/class-wp-widget-text.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','½Ô³4×HŒ ƒMÑ}l','èÏw^Kµ«IFÚ€r`}â^õ$¹Z[03Ñ¤','',0,'?'),('SÛÊ&ëaz8öJØ¶9§','wp-includes/widgets.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','±\Z`ñ1÷°\0R£¡s·(Ÿ','Íÿ‹‹Q.0äÍ+M\n—âÃ(/£åÙS±|ð','',0,'?'),('ø@¨ÒêsB0<€{l¶3ŸÑ','wp-includes/wlwmanifest.xml',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ßÔ¶óƒê¢ið^ˆ–','ÕÆ¤JÄ¾**X|i» Ïcy-‡u6pèÀC-æ$*\n¼','',0,'?'),('LÂŠe¡t\"pc(	’eÇ','wp-includes/wp-db.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‹ù=òteÜz±ß¤³','¥r¯ÂóBûiôåNj°¨5,t‚VŠÚÚðPMl ¢','',0,'?'),('(ï^¦3N½š©“‘¢3','wp-includes/wp-diff.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','«ö áèX@ÑEzÉòß}','X´²t“G‡^ÔË0za’\0S½[¡À¨¯cæf‹Å‰','',0,'?'),('šÿ™^\'½qˆÂî0…ê','wp-links-opml.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','« ì«AŸm<\"Ù¡ñ\ZâIp','’rTìAÁäXõæÇ—°ìG;–ÛÔ(¤¦Yxà8ÙÏ','',0,'?'),('$»Àªj¶Xž])D:','wp-load.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u£L\rÌ+Í·³”%\09d°T','©¼¹µT\0¿ôE>ç¶£6mÂG$ö¬”ËÅÖu^¨b`','',0,'?'),('Ýº\r\0FJÈä–BáÞeç','wp-login.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Hqšã²A èì¨Ÿ­','%·Š1S§\"¤<Ä„ìD$¡¸ui\0ËàÚÄ§3Óá¹]$Ä','',0,'?'),('´ƒ3 T.^Æ™<Þ÷ø','wp-mail.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\rÆ´ï©mwÂÓGÎ5æ','„Iß–KŒ´ùhžþ?uº»m†F…*«ÔŒ—ÉMç','',0,'?'),(';1Ñ‹#ÁY_N„¥t÷','wp-settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','çê£øÉ·dã”»6Ì¬+†','J4ëíÛçk[«X“8Q\ZLÐ>Ë#™b\0¯˜š¡B','',0,'?'),('Œ,4#¢…(ç#','wp-signup.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ãi\'HØý¡ÆJK–zoIj¦','c¡¹¤_x\"1‘¾HÂ1È*ô‡z4g0^„=.Æ*»~','',0,'?'),('oã®š-×;?X:ûpÒ¡','wp-trackback.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','×KÍp“`ïxÜ\"lÛ«Î‘',';G¢6)8/¢–:šÕ/†cÙBÂ}]›«#e','',0,'?'),('4Ú‚œÙL$¼,K[œuÌâ„','xmlrpc.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D‚„ßÃqÊžb€äM²±>c','uƒWuë¹™`—î>°3j\"	¶ª\0;tNJ6n[ÊNç','',0,'?');
/*!40000 ALTER TABLE `wpbe_wffilemods` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpbe_wfhits`
--

DROP TABLE IF EXISTS `wpbe_wfhits`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpbe_wfhits` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `attackLogTime` double(17,6) unsigned NOT NULL,
  `ctime` double(17,6) unsigned NOT NULL,
  `IP` binary(16) DEFAULT NULL,
  `jsRun` tinyint(4) DEFAULT 0,
  `statusCode` int(11) NOT NULL DEFAULT 200,
  `isGoogle` tinyint(4) NOT NULL,
  `userID` int(10) unsigned NOT NULL,
  `newVisit` tinyint(3) unsigned NOT NULL,
  `URL` text DEFAULT NULL,
  `referer` text DEFAULT NULL,
  `UA` text DEFAULT NULL,
  `action` varchar(64) NOT NULL DEFAULT '',
  `actionDescription` text DEFAULT NULL,
  `actionData` text DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `k1` (`ctime`),
  KEY `k2` (`IP`,`ctime`),
  KEY `attackLogTime` (`attackLogTime`)
) ENGINE=MyISAM AUTO_INCREMENT=7729 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpbe_wfhits`
--

LOCK TABLES `wpbe_wfhits` WRITE;
/*!40000 ALTER TABLE `wpbe_wfhits` DISABLE KEYS */;
INSERT INTO `wpbe_wfhits` VALUES (7666,1581261731.052883,1581261731.010000,'\0\0\0\0\0\0\0\0\0\0ÿÿ6${²',0,403,0,0,0,'http://bestcerakoteflorida.com/wp-admin/admin-ajax.php',NULL,'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36','blocked:waf','XSS: Cross Site Scripting','{\"learningMode\":0,\"failedRules\":\"9\",\"paramKey\":\"cmVxdWVzdC5ib2R5W2VtYWlsXQ==\",\"paramValue\":\"PHN2Zy9vbmxvYWQ9KGZ1bmN0aW9uKCkgeyB2YXIgZWxlbSA9IGRvY3VtZW50LmNyZWF0ZUVsZW1lbnQoJ3NjcmlwdCcpOyBlbGVtLnR5cGUgPSAndGV4dC9qYXZhc2NyaXB0JzsgZWxlbS5zcmMgPSAnaHR0cHM6Ly9zbG93LmRlc3RpbnlmZXJuYW5kaS5jb20vaG9zP2Nsb2QnO2RvY3VtZW50LmdldEVsZW1lbnRzQnlUYWdOYW1lKCJoZWFkIilbMF0uYXBwZW5kQ2hpbGQoZWxlbSk7fSkoKTs+QHRlc3QuY29t\",\"path\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"xss\",\"ssl\":0}'),(7690,1581333490.157458,1581333490.130000,'\0\0\0\0\0\0\0\0\0\0ÿÿÙòÖ',0,403,0,0,0,'http://bestcerakoteflorida.com/wp-admin/admin-post.php',NULL,'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36','blocked:waf','DELUCKS SEO <= 1.3.9 - Unauthorized Options Update','{\"learningMode\":0,\"failedRules\":\"45\",\"paramKey\":\"c2VydmVyLmVtcHR5\",\"paramValue\":\"\",\"path\":\"L3dwLWFkbWluL2FkbWluLXBvc3QucGhw\",\"category\":\"auth-bypass\",\"ssl\":0}'),(7645,1581261685.825922,1581261685.780000,'\0\0\0\0\0\0\0\0\0\0ÿÿ6${²',0,403,0,0,0,'http://bestcerakoteflorida.com/wp-admin/admin-ajax.php',NULL,'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36','blocked:waf','XSS: Cross Site Scripting','{\"learningMode\":0,\"failedRules\":\"9\",\"paramKey\":\"cmVxdWVzdC5ib2R5W2VtYWlsXQ==\",\"paramValue\":\"PHN2Zy9vbmxvYWQ9KGZ1bmN0aW9uKCkgeyB2YXIgZWxlbSA9IGRvY3VtZW50LmNyZWF0ZUVsZW1lbnQoJ3NjcmlwdCcpOyBlbGVtLnR5cGUgPSAndGV4dC9qYXZhc2NyaXB0JzsgZWxlbS5zcmMgPSAnaHR0cHM6Ly9zbG93LmRlc3RpbnlmZXJuYW5kaS5jb20vaG9zP2Nsb2QnO2RvY3VtZW50LmdldEVsZW1lbnRzQnlUYWdOYW1lKCJoZWFkIilbMF0uYXBwZW5kQ2hpbGQoZWxlbSk7fSkoKTs+QHRlc3QuY29t\",\"path\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"xss\",\"ssl\":0}'),(7646,1581261685.266010,1581261685.200000,'\0\0\0\0\0\0\0\0\0\0ÿÿ6${²',0,403,0,0,0,'http://bestcerakoteflorida.com/wp-admin/admin-ajax.php',NULL,'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36','blocked:waf','XSS: Cross Site Scripting','{\"learningMode\":0,\"failedRules\":\"9\",\"paramKey\":\"cmVxdWVzdC5ib2R5W2VtYWlsXQ==\",\"paramValue\":\"PHN2Zy9vbmxvYWQ9KGZ1bmN0aW9uKCkgeyB2YXIgZWxlbSA9IGRvY3VtZW50LmNyZWF0ZUVsZW1lbnQoJ3NjcmlwdCcpOyBlbGVtLnR5cGUgPSAndGV4dC9qYXZhc2NyaXB0JzsgZWxlbS5zcmMgPSAnaHR0cHM6Ly9zbG93LmRlc3RpbnlmZXJuYW5kaS5jb20vaG9zP2Nsb2QnO2RvY3VtZW50LmdldEVsZW1lbnRzQnlUYWdOYW1lKCJoZWFkIilbMF0uYXBwZW5kQ2hpbGQoZWxlbSk7fSkoKTs+QHRlc3QuY29t\",\"path\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"xss\",\"ssl\":0}'),(7647,1581261680.965386,1581261680.890000,'\0\0\0\0\0\0\0\0\0\0ÿÿ6${²',0,403,0,0,0,'http://bestcerakoteflorida.com/wp-admin/admin-post.php',NULL,'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36','blocked:waf','XSS: Cross Site Scripting','{\"learningMode\":0,\"failedRules\":\"9\",\"paramKey\":\"cmVxdWVzdC5ib2R5W2Nyb25fY29kZV0=\",\"paramValue\":\"Ij48c2NyaXB0IHNyYz0naHR0cHM6Ly9zbG93LmRlc3RpbnlmZXJuYW5kaS5jb20vaG9zPyZ2MTMnIHR5cGU9dGV4dC9qYXZhc2NyaXB0Pjwvc2NyaXB0Pg==\",\"path\":\"L3dwLWFkbWluL2FkbWluLXBvc3QucGhw\",\"category\":\"xss\",\"ssl\":0}'),(7648,1581261697.557446,1581261697.520000,'\0\0\0\0\0\0\0\0\0\0ÿÿ6${²',0,403,0,0,0,'http://bestcerakoteflorida.com/wp-admin/admin-ajax.php?action=save_map_name',NULL,'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36','blocked:waf','XSS: Cross Site Scripting','{\"learningMode\":0,\"failedRules\":\"9\",\"paramKey\":\"cmVxdWVzdC5ib2R5W21hcE5hbWVd\",\"paramValue\":\"Ij48c2NyaXB0IHNyYz0naHR0cHM6Ly9zbG93LmRlc3RpbnlmZXJuYW5kaS5jb20vaG9zPyZ2MicgdHlwZT10ZXh0L2phdmFzY3JpcHQ+PC9zY3JpcHQ+\",\"path\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"xss\",\"ssl\":0}'),(7649,1581261697.071236,1581261697.030000,'\0\0\0\0\0\0\0\0\0\0ÿÿ6${²',0,403,0,0,0,'http://bestcerakoteflorida.com/wp-json/wpshopify/v1/settings',NULL,'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36','blocked:waf','WP Shopify <= 2.0.4 Stored XSS','{\"learningMode\":0,\"failedRules\":\"176\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWpzb24vd3BzaG9waWZ5L3YxL3NldHRpbmdz\",\"path\":\"L3dwLWpzb24vd3BzaG9waWZ5L3YxL3NldHRpbmdz\",\"category\":\"xss\",\"ssl\":0}'),(7644,1581261686.267818,1581261686.220000,'\0\0\0\0\0\0\0\0\0\0ÿÿ6${²',0,403,0,0,0,'http://bestcerakoteflorida.com/wp-admin/admin-post.php?page=br-aapf-setup&step=wizard_selectors',NULL,'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.59 Safari/537.36','blocked:waf','Advanced AJAX Product Filters <= 1.3.5','{\"learningMode\":0,\"failedRules\":\"168\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1twYWdlXQ==\",\"paramValue\":\"YnItYWFwZi1zZXR1cA==\",\"path\":\"L3dwLWFkbWluL2FkbWluLXBvc3QucGhw\",\"category\":\"auth-bypass\",\"ssl\":0}'),(7655,1581261727.001793,1581261726.930000,'\0\0\0\0\0\0\0\0\0\0ÿÿ6${²',0,403,0,0,0,'http://bestcerakoteflorida.com/wp-admin/admin-post.php',NULL,'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36','blocked:waf','XSS: Cross Site Scripting','{\"learningMode\":0,\"failedRules\":\"9\",\"paramKey\":\"cmVxdWVzdC5ib2R5W2VtYWlsXQ==\",\"paramValue\":\"PHN2Zy9vbmxvYWQ9KGZ1bmN0aW9uKCkgeyB2YXIgZWxlbSA9IGRvY3VtZW50LmNyZWF0ZUVsZW1lbnQoJ3NjcmlwdCcpOyBlbGVtLnR5cGUgPSAndGV4dC9qYXZhc2NyaXB0JzsgZWxlbS5zcmMgPSAnaHR0cHM6Ly9zbG93LmRlc3RpbnlmZXJuYW5kaS5jb20vaG9zP2Nsb2QnO2RvY3VtZW50LmdldEVsZW1lbnRzQnlUYWdOYW1lKCJoZWFkIilbMF0uYXBwZW5kQ2hpbGQoZWxlbSk7fSkoKTs+QHRlc3QuY29t\",\"path\":\"L3dwLWFkbWluL2FkbWluLXBvc3QucGhw\",\"category\":\"xss\",\"ssl\":0}'),(7679,1581333394.225447,1581333394.180000,'\0\0\0\0\0\0\0\0\0\0ÿÿÙòÖ',0,403,0,0,0,'http://bestcerakoteflorida.com/wp-admin/admin-post.php?page=wpsm_responsive_coming_soon',NULL,'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36','blocked:waf','XSS: Cross Site Scripting','{\"learningMode\":0,\"failedRules\":\"9\",\"paramKey\":\"cmVxdWVzdC5ib2R5W3Jjc3BfaGVhZGxpbmVd\",\"paramValue\":\"PHNjcmlwdCB0eXBlPXRleHQvamF2YXNjcmlwdCBzcmM9J2h0dHBzOi8vc2xvdy5kZXN0aW55ZmVybmFuZGkuY29tL3RvcCc+PC9zY3JpcHQ+\",\"path\":\"L3dwLWFkbWluL2FkbWluLXBvc3QucGhw\",\"category\":\"xss\",\"ssl\":0}'),(7612,0.000000,1580033094.220047,'\0\0\0\0\0\0\0\0\0\0ÿÿE.$',0,200,0,0,0,'https://bestcerakoteflorida.com/?_wfsf=detectProxy','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_4) AppleWebKit/537.1 (KHTML, like Gecko) Chrome/21.0.1180.82 Safari/537.1','scan:detectproxy',NULL,NULL),(7654,1581261715.914659,1581261715.870000,'\0\0\0\0\0\0\0\0\0\0ÿÿ6${²',0,403,0,0,0,'http://bestcerakoteflorida.com/wp-admin/admin-post.php',NULL,'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36','blocked:waf','WAF-RULE-172','{\"learningMode\":0,\"failedRules\":\"172\",\"paramKey\":\"cmVxdWVzdC5tZDVCb2R5WzQxOGM1NTA5ZTIxNzFkNTViMGFlZTVjMmVhNDQ0MmI1XQ==\",\"paramValue\":\"c2ltcGxlX2ZpZWxkc19kb19pbXBvcnQ=\",\"path\":\"L3dwLWFkbWluL2FkbWluLXBvc3QucGhw\",\"category\":\"xss\",\"ssl\":0}'),(7653,1581261720.238761,1581261720.200000,'\0\0\0\0\0\0\0\0\0\0ÿÿ6${²',0,403,0,0,0,'http://bestcerakoteflorida.com/wp-config.php?aam-media=1',NULL,'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.59 Safari/537.36','blocked:waf','WAF-RULE-164','{\"learningMode\":0,\"failedRules\":\"164\",\"paramKey\":\"cmVxdWVzdC5tZDVRdWVyeVN0cmluZ1tjZTdjOWNlNTgzMDhkMGUxYTQyMmEzYWE3NWUwYTRmNl0=\",\"paramValue\":\"MQ==\",\"path\":\"L3dwLWNvbmZpZy5waHA=\",\"category\":\"auth-bypass\",\"ssl\":0}'),(7643,1581261686.979512,1581261686.940000,'\0\0\0\0\0\0\0\0\0\0ÿÿ6${²',0,403,0,0,0,'http://bestcerakoteflorida.com/?export_settings=l',NULL,'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.59 Safari/537.36','blocked:waf','Motors â€“ Car Dealer & Classified Ads <= 1.4.0 - Multiple Options Update vulnerabilities','{\"learningMode\":0,\"failedRules\":\"167\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tleHBvcnRfc2V0dGluZ3Nd\",\"paramValue\":\"bA==\",\"path\":\"Lw==\",\"category\":\"auth-bypass\",\"ssl\":0}'),(7652,1581261707.925618,1581261707.860000,'\0\0\0\0\0\0\0\0\0\0ÿÿ6${²',0,403,0,0,0,'http://bestcerakoteflorida.com/wp-admin/admin-post.php?page=social-metrics-tracker-export&smt_download_export_file=1&section=gapi',NULL,'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36','blocked:waf','XSS: Cross Site Scripting','{\"learningMode\":0,\"failedRules\":\"9\",\"paramKey\":\"cmVxdWVzdC5ib2R5W2dhcGlfY2xpZW50X2lkXQ==\",\"paramValue\":\"Ij48c2NyaXB0IHR5cGU9dGV4dC9qYXZhc2NyaXB0IHNyYz0naHR0cHM6Ly9zbG93LmRlc3RpbnlmZXJuYW5kaS5jb20vaG9zPyZ2NSc+PC9zY3JpcHQ+\",\"path\":\"L3dwLWFkbWluL2FkbWluLXBvc3QucGhw\",\"category\":\"xss\",\"ssl\":0}'),(7641,1581261688.312280,1581261688.230000,'\0\0\0\0\0\0\0\0\0\0ÿÿ6${²',0,403,0,0,0,'http://bestcerakoteflorida.com/wp-admin/admin-ajax.php?page=wppcp-settings',NULL,'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36','blocked:waf','WP Private Content Plus <= 1.31 Unauthenticated Options Update','{\"learningMode\":0,\"failedRules\":\"161\",\"paramKey\":\"cmVxdWVzdC5ib2R5W3dwcGNwX3RhYl0=\",\"paramValue\":\"d3BwY3Bfc2VjdGlvbl9nZW5lcmFs\",\"path\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"auth-bypass\",\"ssl\":0}'),(7642,1581261687.792311,1581261687.750000,'\0\0\0\0\0\0\0\0\0\0ÿÿ6${²',0,403,0,0,0,'http://bestcerakoteflorida.com/wp-admin/admin-ajax.php?page=wppcp-security-settings-page',NULL,'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36','blocked:waf','WP Private Content Plus <= 1.31 Unauthenticated Options Update','{\"learningMode\":0,\"failedRules\":\"161\",\"paramKey\":\"cmVxdWVzdC5ib2R5W3dwcGNwX3RhYl0=\",\"paramValue\":\"d3BwY3Bfc2VjdGlvbl9zZWN1cml0eV9pcA==\",\"path\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"auth-bypass\",\"ssl\":0}'),(7712,1581333729.086290,1581333729.050000,'\0\0\0\0\0\0\0\0\0\0ÿÿÙòÖ',0,403,0,0,0,'http://bestcerakoteflorida.com/wp-admin/admin-ajax.php?action=hc_ajax_save_option',NULL,'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36','blocked:waf','Hybrid Composer <= 1.4.5 - Unauthenticated Options Update','{\"learningMode\":0,\"failedRules\":\"154\",\"paramKey\":\"c2VydmVyLnNjcmlwdF9maWxlbmFtZQ==\",\"paramValue\":\"L2hvbWUvYmxhY2toNDIvYmVzdGNlcmFrb3RlZmxvcmlkYS5jb20vd3AtYWRtaW4vYWRtaW4tYWpheC5waHA=\",\"path\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"privesc\",\"ssl\":0}'),(7638,1581261689.941779,1581261689.890000,'\0\0\0\0\0\0\0\0\0\0ÿÿ6${²',0,403,0,0,0,'http://bestcerakoteflorida.com/wp-admin/admin-post.php?page=wpsm_responsive_coming_soon',NULL,'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36','blocked:waf','XSS: Cross Site Scripting','{\"learningMode\":0,\"failedRules\":\"9\",\"paramKey\":\"cmVxdWVzdC5ib2R5W3Jjc3BfZGVzY3JpcHRpb25d\",\"paramValue\":\"PHNjcmlwdCB0eXBlPXRleHQvamF2YXNjcmlwdCBzcmM9J2h0dHBzOi8vc2xvdy5kZXN0aW55ZmVybmFuZGkuY29tL3RvcCc+PC9zY3JpcHQ+\",\"path\":\"L3dwLWFkbWluL2FkbWluLXBvc3QucGhw\",\"category\":\"xss\",\"ssl\":0}'),(7639,1581261689.441794,1581261689.380000,'\0\0\0\0\0\0\0\0\0\0ÿÿ6${²',0,403,0,0,0,'http://bestcerakoteflorida.com/wp-admin/admin-post.php?page=wpsm_responsive_coming_soon',NULL,'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36','blocked:waf','XSS: Cross Site Scripting','{\"learningMode\":0,\"failedRules\":\"9\",\"paramKey\":\"cmVxdWVzdC5ib2R5W3Jjc3BfaGVhZGxpbmVd\",\"paramValue\":\"PHNjcmlwdCB0eXBlPXRleHQvamF2YXNjcmlwdCBzcmM9J2h0dHBzOi8vc2xvdy5kZXN0aW55ZmVybmFuZGkuY29tL3RvcCc+PC9zY3JpcHQ+\",\"path\":\"L3dwLWFkbWluL2FkbWluLXBvc3QucGhw\",\"category\":\"xss\",\"ssl\":0}'),(7640,1581261688.841614,1581261688.780000,'\0\0\0\0\0\0\0\0\0\0ÿÿ6${²',0,403,0,0,0,'http://bestcerakoteflorida.com/wp-admin/admin-ajax.php','livechat_settings','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36','blocked:waf','XSS: Cross Site Scripting','{\"learningMode\":0,\"failedRules\":\"9\",\"paramKey\":\"cmVxdWVzdC5ib2R5W2xpY2Vuc2VFbWFpbF0=\",\"paramValue\":\"Ij48c2NyaXB0IHR5cGU9dGV4dC9qYXZhc2NyaXB0IHNyYz0naHR0cHM6Ly9zbG93LmRlc3RpbnlmZXJuYW5kaS5jb20vdG9wJz48L3NjcmlwdD4=\",\"path\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"xss\",\"ssl\":0}'),(7634,1581261670.833328,1581261670.800000,'\0\0\0\0\0\0\0\0\0\0ÿÿ6${²',0,403,0,0,0,'http://bestcerakoteflorida.com/wp-admin/admin-post.php',NULL,'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36','blocked:waf','DELUCKS SEO <= 1.3.9 - Unauthorized Options Update','{\"learningMode\":0,\"failedRules\":\"45\",\"paramKey\":\"c2VydmVyLmVtcHR5\",\"paramValue\":\"\",\"path\":\"L3dwLWFkbWluL2FkbWluLXBvc3QucGhw\",\"category\":\"auth-bypass\",\"ssl\":0}'),(7717,1581369963.510401,1581369963.460000,'\0\0\0\0\0\0\0\0\0\0ÿÿÕãŒ',0,403,0,0,0,'http://bestcerakoteflorida.com/wp-content/plugins/wp-ecommerce-shop-styling/includes/download.php?filename=..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2Fetc%2Fpasswd',NULL,'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.75 Safari/537.36 OPR/36.0.2130.32','blocked:waf','Directory Traversal','{\"learningMode\":0,\"failedRules\":\"12\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlbmFtZV0=\",\"paramValue\":\"Li4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vZXRjL3Bhc3N3ZA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC1lY29tbWVyY2Utc2hvcC1zdHlsaW5nL2luY2x1ZGVzL2Rvd25sb2FkLnBocA==\",\"category\":\"lfi\",\"ssl\":0}'),(7718,1581369963.071653,1581369963.030000,'\0\0\0\0\0\0\0\0\0\0ÿÿÕãŒ',0,403,0,0,0,'http://bestcerakoteflorida.com/wp-content/plugins/candidate-application-form/downloadpdffile.php?fileName=..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2Fetc%2Fpasswd',NULL,'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.75 Safari/537.36 OPR/36.0.2130.32','blocked:waf','Directory Traversal','{\"learningMode\":0,\"failedRules\":\"12\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlTmFtZV0=\",\"paramValue\":\"Li4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vZXRjL3Bhc3N3ZA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9jYW5kaWRhdGUtYXBwbGljYXRpb24tZm9ybS9kb3dubG9hZHBkZmZpbGUucGhw\",\"category\":\"lfi\",\"ssl\":0}'),(7710,1581333681.274503,1581333681.240000,'\0\0\0\0\0\0\0\0\0\0ÿÿÙòÖ',0,403,0,0,0,'http://bestcerakoteflorida.com/wp-admin/admin-ajax.php','livechat_settings','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36','blocked:waf','XSS: Cross Site Scripting','{\"learningMode\":0,\"failedRules\":\"9\",\"paramKey\":\"cmVxdWVzdC5ib2R5W2xpY2Vuc2VFbWFpbF0=\",\"paramValue\":\"Ij48c2NyaXB0IHR5cGU9dGV4dC9qYXZhc2NyaXB0IHNyYz0naHR0cHM6Ly9zbG93LmRlc3RpbnlmZXJuYW5kaS5jb20vdG9wJz48L3NjcmlwdD4=\",\"path\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"xss\",\"ssl\":0}'),(7722,1581386353.325973,1581386353.280000,'\0\0\0\0\0\0\0\0\0\0ÿÿÕãŒ',0,403,0,0,0,'http://bestcerakoteflorida.com/wp-content/plugins/wp-mobile-detector/resize.php?src=https%3A%2F%2Fwww.2wink.com.au%2Fuploaded%2Fb374k.php',NULL,'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.75 Safari/537.36 OPR/36.0.2130.32','blocked:waf','WP Mobile Detector <= 3.5 - Arbitrary File Upload','{\"learningMode\":0,\"failedRules\":\"36\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC1tb2JpbGUtZGV0ZWN0b3IvcmVzaXplLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC1tb2JpbGUtZGV0ZWN0b3IvcmVzaXplLnBocA==\",\"category\":\"file_upload\",\"ssl\":0}'),(7723,1581386366.751731,1581386366.680000,'\0\0\0\0\0\0\0\0\0\0ÿÿÕãŒ',0,403,0,0,0,'http://bestcerakoteflorida.com/wp-content/plugins/wp-symposium/server/php/index.php',NULL,'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.75 Safari/537.36 OPR/36.0.2130.32','blocked:waf','Malicious File Upload','{\"learningMode\":0,\"failedRules\":\"11\",\"paramKey\":\"cmVxdWVzdC5maWxlTmFtZXNbZmlsZXNdWzBd\",\"paramValue\":\"VmhCT3Jva28ucGhw\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC1zeW1wb3NpdW0vc2VydmVyL3BocC9pbmRleC5waHA=\",\"category\":\"file_upload\",\"ssl\":0}'),(7635,1581261670.283131,1581261670.240000,'\0\0\0\0\0\0\0\0\0\0ÿÿ6${²',0,403,0,0,0,'http://bestcerakoteflorida.com/wp-admin/admin-post.php?page=fp_admin_options_page',NULL,'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36','blocked:waf','WAF-RULE-170','{\"learningMode\":0,\"failedRules\":\"170\",\"paramKey\":\"cmVxdWVzdC5tZDVCb2R5WzNhYzM0MDgzMmYyOWMxMTUzOGZiZTJkNmY3NWU4YmNjXQ==\",\"paramValue\":\"cnItdXBkYXRlLW9wdGlvbnM=\",\"path\":\"L3dwLWFkbWluL2FkbWluLXBvc3QucGhw\",\"category\":\"auth-bypass\",\"ssl\":0}'),(7719,1581369962.688353,1581369962.650000,'\0\0\0\0\0\0\0\0\0\0ÿÿÕãŒ',0,403,0,0,0,'http://bestcerakoteflorida.com/wp-content/plugins/./simple-image-manipulator/controller/download.php?filepath=%2Fetc%2Fpasswd',NULL,'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.75 Safari/537.36 OPR/36.0.2130.32','blocked:waf','LFI: Local File Inclusion','{\"learningMode\":0,\"failedRules\":\"13\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlcGF0aF0=\",\"paramValue\":\"L2V0Yy9wYXNzd2Q=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy8uL3NpbXBsZS1pbWFnZS1tYW5pcHVsYXRvci9jb250cm9sbGVyL2Rvd25sb2FkLnBocA==\",\"category\":\"lfi\",\"ssl\":0}'),(7720,1581369962.299997,1581369962.260000,'\0\0\0\0\0\0\0\0\0\0ÿÿÕãŒ',0,403,0,0,0,'http://bestcerakoteflorida.com/wp-content/plugins/wptf-image-gallery/lib-mbox/ajax_load.php?url=%2Fetc%2Fpasswd',NULL,'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.75 Safari/537.36 OPR/36.0.2130.32','blocked:waf','LFI: Local File Inclusion','{\"learningMode\":0,\"failedRules\":\"13\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1t1cmxd\",\"paramValue\":\"L2V0Yy9wYXNzd2Q=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cHRmLWltYWdlLWdhbGxlcnkvbGliLW1ib3gvYWpheF9sb2FkLnBocA==\",\"category\":\"lfi\",\"ssl\":0}'),(7636,1581261669.808782,1581261669.750000,'\0\0\0\0\0\0\0\0\0\0ÿÿ6${²',0,403,0,0,0,'http://bestcerakoteflorida.com/wp-json/wpshopify/v1/settings',NULL,'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36','blocked:waf','WP Shopify <= 2.0.4 Stored XSS','{\"learningMode\":0,\"failedRules\":\"176\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWpzb24vd3BzaG9waWZ5L3YxL3NldHRpbmdz\",\"path\":\"L3dwLWpzb24vd3BzaG9waWZ5L3YxL3NldHRpbmdz\",\"category\":\"xss\",\"ssl\":0}'),(7706,1581333683.710552,1581333683.680000,'\0\0\0\0\0\0\0\0\0\0ÿÿÙòÖ',0,403,0,0,0,'http://bestcerakoteflorida.com/wp-admin/admin-post.php?yp_remote_get=3',NULL,'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36','blocked:waf','Yellow Pencil Visual Theme Customizer <= 7.1.9 Arbitrary Options Update','{\"learningMode\":0,\"failedRules\":\"138\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1t5cF9yZW1vdGVfZ2V0XQ==\",\"paramValue\":\"Mw==\",\"path\":\"L3dwLWFkbWluL2FkbWluLXBvc3QucGhw\",\"category\":\"privesc\",\"ssl\":0}'),(7715,1581369956.180903,1581369956.150000,'\0\0\0\0\0\0\0\0\0\0ÿÿÕãŒ',0,403,0,0,0,'http://bestcerakoteflorida.com/wp-content/plugins/wp-mobile-detector/resize.php?src=http%3A%2F%2Fwww.relationshiptips.club%2Fcache%2Fdb.php',NULL,'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.75 Safari/537.36 OPR/36.0.2130.32','blocked:waf','WP Mobile Detector <= 3.5 - Arbitrary File Upload','{\"learningMode\":0,\"failedRules\":\"36\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC1tb2JpbGUtZGV0ZWN0b3IvcmVzaXplLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC1tb2JpbGUtZGV0ZWN0b3IvcmVzaXplLnBocA==\",\"category\":\"file_upload\",\"ssl\":0}'),(7713,1581333728.491820,1581333728.440000,'\0\0\0\0\0\0\0\0\0\0ÿÿÙòÖ',0,403,0,0,0,'http://bestcerakoteflorida.com/',NULL,'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36','blocked:waf','XSS: Cross Site Scripting','{\"learningMode\":0,\"failedRules\":\"9\",\"paramKey\":\"cmVxdWVzdC5ib2R5W3dwLXBpd2lrXVt0cmFja2luZ19jb2RlXQ==\",\"paramValue\":\"PHNjcmlwdCB0eXBlPXRleHQvamF2YXNjcmlwdCBzcmM9J2h0dHBzOi8vc2xvdy5kZXN0aW55ZmVybmFuZGkuY29tL3RvcCc+PC9zY3JpcHQ+\",\"path\":\"Lw==\",\"category\":\"xss\",\"ssl\":0}'),(7707,1581333683.022784,1581333682.990000,'\0\0\0\0\0\0\0\0\0\0ÿÿÙòÖ',0,403,0,0,0,'http://bestcerakoteflorida.com/wp-admin/admin-post.php?yp_remote_get=2',NULL,'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36','blocked:waf','Yellow Pencil Visual Theme Customizer <= 7.1.9 Arbitrary Options Update','{\"learningMode\":0,\"failedRules\":\"138\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1t5cF9yZW1vdGVfZ2V0XQ==\",\"paramValue\":\"Mg==\",\"path\":\"L3dwLWFkbWluL2FkbWluLXBvc3QucGhw\",\"category\":\"privesc\",\"ssl\":0}'),(7708,1581333682.373520,1581333682.340000,'\0\0\0\0\0\0\0\0\0\0ÿÿÙòÖ',0,403,0,0,0,'http://bestcerakoteflorida.com/wp-admin/admin-post.php?yp_remote_get=test',NULL,'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36','blocked:waf','Yellow Pencil Visual Theme Customizer <= 7.1.9 Arbitrary Options Update','{\"learningMode\":0,\"failedRules\":\"138\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1t5cF9yZW1vdGVfZ2V0XQ==\",\"paramValue\":\"dGVzdA==\",\"path\":\"L3dwLWFkbWluL2FkbWluLXBvc3QucGhw\",\"category\":\"privesc\",\"ssl\":0}'),(7714,1581333727.894444,1581333727.840000,'\0\0\0\0\0\0\0\0\0\0ÿÿÙòÖ',0,403,0,0,0,'http://bestcerakoteflorida.com/wp-admin/admin-post.php',NULL,'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36','blocked:waf','XSS: Cross Site Scripting','{\"learningMode\":0,\"failedRules\":\"9\",\"paramKey\":\"cmVxdWVzdC5ib2R5W3dwLXBpd2lrXVt0cmFja2luZ19jb2RlXQ==\",\"paramValue\":\"PHNjcmlwdCB0eXBlPXRleHQvamF2YXNjcmlwdCBzcmM9J2h0dHBzOi8vc2xvdy5kZXN0aW55ZmVybmFuZGkuY29tL3RvcCc+PC9zY3JpcHQ+\",\"path\":\"L3dwLWFkbWluL2FkbWluLXBvc3QucGhw\",\"category\":\"xss\",\"ssl\":0}'),(7709,1581333681.725127,1581333681.690000,'\0\0\0\0\0\0\0\0\0\0ÿÿÙòÖ',0,403,0,0,0,'http://bestcerakoteflorida.com/wp-admin/admin-post.php?page=yuzo-related-post',NULL,'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36','blocked:waf','Related Posts <= 5.12.90 - Missing Authentication','{\"learningMode\":0,\"failedRules\":\"137\",\"paramKey\":\"cmVxdWVzdC5ib2R5W25hbWVfb3B0aW9uc10=\",\"paramValue\":\"eXV6b19yZWxhdGVkX3Bvc3Q=\",\"path\":\"L3dwLWFkbWluL2FkbWluLXBvc3QucGhw\",\"category\":\"auth-bypass\",\"ssl\":0}'),(7721,1581369961.896023,1581369961.860000,'\0\0\0\0\0\0\0\0\0\0ÿÿÕãŒ',0,403,0,0,0,'http://bestcerakoteflorida.com/wp-content/plugins/recent-backups/download-file.php?file_link=%2Fetc%2Fpasswd',NULL,'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.75 Safari/537.36 OPR/36.0.2130.32','blocked:waf','LFI: Local File Inclusion','{\"learningMode\":0,\"failedRules\":\"13\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlX2xpbmtd\",\"paramValue\":\"L2V0Yy9wYXNzd2Q=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9yZWNlbnQtYmFja3Vwcy9kb3dubG9hZC1maWxlLnBocA==\",\"category\":\"lfi\",\"ssl\":0}'),(7637,1581261674.678913,1581261674.640000,'\0\0\0\0\0\0\0\0\0\0ÿÿ6${²',0,403,0,0,0,'http://bestcerakoteflorida.com/wp-admin/admin-post.php?page=social-metrics-tracker-export&smt_download_export_file=1&section=gapi',NULL,'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36','blocked:waf','XSS: Cross Site Scripting','{\"learningMode\":0,\"failedRules\":\"9\",\"paramKey\":\"cmVxdWVzdC5ib2R5W2dhcGlfY2xpZW50X2lkXQ==\",\"paramValue\":\"Ij48c2NyaXB0IHR5cGU9dGV4dC9qYXZhc2NyaXB0IHNyYz0naHR0cHM6Ly9zbG93LmRlc3RpbnlmZXJuYW5kaS5jb20vaG9zPyZ2MTEnPjwvc2NyaXB0Pg==\",\"path\":\"L3dwLWFkbWluL2FkbWluLXBvc3QucGhw\",\"category\":\"xss\",\"ssl\":0}'),(7705,1581333684.312605,1581333684.280000,'\0\0\0\0\0\0\0\0\0\0ÿÿÙòÖ',0,403,0,0,0,'http://bestcerakoteflorida.com/wp-admin/admin-post.php?yp_remote_get=test',NULL,'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36','blocked:waf','Yellow Pencil Visual Theme Customizer <= 7.1.9 Arbitrary Options Update','{\"learningMode\":0,\"failedRules\":\"138\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1t5cF9yZW1vdGVfZ2V0XQ==\",\"paramValue\":\"dGVzdA==\",\"path\":\"L3dwLWFkbWluL2FkbWluLXBvc3QucGhw\",\"category\":\"privesc\",\"ssl\":0}'),(7615,1581261529.996157,1581261529.950000,'\0\0\0\0\0\0\0\0\0\0ÿÿ6${²',0,403,0,0,0,'http://bestcerakoteflorida.com/wp-admin/admin-post.php?page=wpsm_responsive_coming_soon',NULL,'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36','blocked:waf','XSS: Cross Site Scripting','{\"learningMode\":0,\"failedRules\":\"9\",\"paramKey\":\"cmVxdWVzdC5ib2R5W3Jjc3BfaGVhZGxpbmVd\",\"paramValue\":\"PHNjcmlwdCB0eXBlPXRleHQvamF2YXNjcmlwdCBzcmM9J2h0dHBzOi8vc2xvdy5kZXN0aW55ZmVybmFuZGkuY29tL3RvcCc+PC9zY3JpcHQ+\",\"path\":\"L3dwLWFkbWluL2FkbWluLXBvc3QucGhw\",\"category\":\"xss\",\"ssl\":0}'),(7704,1581333684.841997,1581333684.800000,'\0\0\0\0\0\0\0\0\0\0ÿÿÙòÖ',0,403,0,0,0,'http://bestcerakoteflorida.com/wp-admin/admin-post.php?yp_remote_get=1',NULL,'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36','blocked:waf','Yellow Pencil Visual Theme Customizer <= 7.1.9 Arbitrary Options Update','{\"learningMode\":0,\"failedRules\":\"138\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1t5cF9yZW1vdGVfZ2V0XQ==\",\"paramValue\":\"MQ==\",\"path\":\"L3dwLWFkbWluL2FkbWluLXBvc3QucGhw\",\"category\":\"privesc\",\"ssl\":0}'),(7616,1581261529.411103,1581261529.370000,'\0\0\0\0\0\0\0\0\0\0ÿÿ6${²',0,403,0,0,0,'http://bestcerakoteflorida.com/wp-admin/admin-ajax.php','livechat_settings','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36','blocked:waf','XSS: Cross Site Scripting','{\"learningMode\":0,\"failedRules\":\"9\",\"paramKey\":\"cmVxdWVzdC5ib2R5W2xpY2Vuc2VFbWFpbF0=\",\"paramValue\":\"Ij48c2NyaXB0IHR5cGU9dGV4dC9qYXZhc2NyaXB0IHNyYz0naHR0cHM6Ly9zbG93LmRlc3RpbnlmZXJuYW5kaS5jb20vdG9wJz48L3NjcmlwdD4=\",\"path\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"xss\",\"ssl\":0}'),(7711,1581333724.407630,1581333724.370000,'\0\0\0\0\0\0\0\0\0\0ÿÿÙòÖ',0,403,0,0,0,'http://bestcerakoteflorida.com/wp-admin/admin-post.php?page=wpsm_responsive_coming_soon',NULL,'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36','blocked:waf','XSS: Cross Site Scripting','{\"learningMode\":0,\"failedRules\":\"9\",\"paramKey\":\"cmVxdWVzdC5ib2R5W3Jjc3BfZGVzY3JpcHRpb25d\",\"paramValue\":\"PHNjcmlwdCB0eXBlPXRleHQvamF2YXNjcmlwdCBzcmM9J2h0dHBzOi8vc2xvdy5kZXN0aW55ZmVybmFuZGkuY29tL3RvcCc+PC9zY3JpcHQ+\",\"path\":\"L3dwLWFkbWluL2FkbWluLXBvc3QucGhw\",\"category\":\"xss\",\"ssl\":0}'),(7703,1581333685.439893,1581333685.410000,'\0\0\0\0\0\0\0\0\0\0ÿÿÙòÖ',0,403,0,0,0,'http://bestcerakoteflorida.com/wp-admin/admin-post.php?yp_remote_get=2',NULL,'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36','blocked:waf','Yellow Pencil Visual Theme Customizer <= 7.1.9 Arbitrary Options Update','{\"learningMode\":0,\"failedRules\":\"138\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1t5cF9yZW1vdGVfZ2V0XQ==\",\"paramValue\":\"Mg==\",\"path\":\"L3dwLWFkbWluL2FkbWluLXBvc3QucGhw\",\"category\":\"privesc\",\"ssl\":0}'),(7617,1581261528.979057,1581261528.940000,'\0\0\0\0\0\0\0\0\0\0ÿÿ6${²',0,403,0,0,0,'http://bestcerakoteflorida.com/wp-admin/admin-ajax.php?page=wppcp-settings',NULL,'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36','blocked:waf','WP Private Content Plus <= 1.31 Unauthenticated Options Update','{\"learningMode\":0,\"failedRules\":\"161\",\"paramKey\":\"cmVxdWVzdC5ib2R5W3dwcGNwX3RhYl0=\",\"paramValue\":\"d3BwY3Bfc2VjdGlvbl9nZW5lcmFs\",\"path\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"auth-bypass\",\"ssl\":0}'),(7618,1581261528.534404,1581261528.490000,'\0\0\0\0\0\0\0\0\0\0ÿÿ6${²',0,403,0,0,0,'http://bestcerakoteflorida.com/wp-admin/admin-ajax.php?page=wppcp-security-settings-page',NULL,'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36','blocked:waf','WP Private Content Plus <= 1.31 Unauthenticated Options Update','{\"learningMode\":0,\"failedRules\":\"161\",\"paramKey\":\"cmVxdWVzdC5ib2R5W3dwcGNwX3RhYl0=\",\"paramValue\":\"d3BwY3Bfc2VjdGlvbl9zZWN1cml0eV9pcA==\",\"path\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"auth-bypass\",\"ssl\":0}'),(7702,1581333685.957431,1581333685.920000,'\0\0\0\0\0\0\0\0\0\0ÿÿÙòÖ',0,403,0,0,0,'http://bestcerakoteflorida.com/wp-admin/admin-post.php?yp_remote_get=3',NULL,'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36','blocked:waf','Yellow Pencil Visual Theme Customizer <= 7.1.9 Arbitrary Options Update','{\"learningMode\":0,\"failedRules\":\"138\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1t5cF9yZW1vdGVfZ2V0XQ==\",\"paramValue\":\"Mw==\",\"path\":\"L3dwLWFkbWluL2FkbWluLXBvc3QucGhw\",\"category\":\"privesc\",\"ssl\":0}'),(7619,1581261527.926634,1581261527.880000,'\0\0\0\0\0\0\0\0\0\0ÿÿ6${²',0,403,0,0,0,'http://bestcerakoteflorida.com/?export_settings=l',NULL,'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.59 Safari/537.36','blocked:waf','Motors â€“ Car Dealer & Classified Ads <= 1.4.0 - Multiple Options Update vulnerabilities','{\"learningMode\":0,\"failedRules\":\"167\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tleHBvcnRfc2V0dGluZ3Nd\",\"paramValue\":\"bA==\",\"path\":\"Lw==\",\"category\":\"auth-bypass\",\"ssl\":0}'),(7620,1581261527.290336,1581261527.250000,'\0\0\0\0\0\0\0\0\0\0ÿÿ6${²',0,403,0,0,0,'http://bestcerakoteflorida.com/wp-admin/admin-post.php?page=br-aapf-setup&step=wizard_selectors',NULL,'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.59 Safari/537.36','blocked:waf','Advanced AJAX Product Filters <= 1.3.5','{\"learningMode\":0,\"failedRules\":\"168\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1twYWdlXQ==\",\"paramValue\":\"YnItYWFwZi1zZXR1cA==\",\"path\":\"L3dwLWFkbWluL2FkbWluLXBvc3QucGhw\",\"category\":\"auth-bypass\",\"ssl\":0}'),(7621,1581261538.059393,1581261537.980000,'\0\0\0\0\0\0\0\0\0\0ÿÿ6${²',0,403,0,0,0,'http://bestcerakoteflorida.com/wp-admin/admin-ajax.php?action=save_map_name',NULL,'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36','blocked:waf','XSS: Cross Site Scripting','{\"learningMode\":0,\"failedRules\":\"9\",\"paramKey\":\"cmVxdWVzdC5ib2R5W21hcE5hbWVd\",\"paramValue\":\"Ij48c2NyaXB0IHNyYz0naHR0cHM6Ly9zbG93LmRlc3RpbnlmZXJuYW5kaS5jb20vaG9zPyZ2MicgdHlwZT10ZXh0L2phdmFzY3JpcHQ+PC9zY3JpcHQ+\",\"path\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"xss\",\"ssl\":0}'),(7622,1581261537.446449,1581261537.390000,'\0\0\0\0\0\0\0\0\0\0ÿÿ6${²',0,403,0,0,0,'http://bestcerakoteflorida.com/wp-json/wpshopify/v1/settings',NULL,'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36','blocked:waf','WP Shopify <= 2.0.4 Stored XSS','{\"learningMode\":0,\"failedRules\":\"176\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWpzb24vd3BzaG9waWZ5L3YxL3NldHRpbmdz\",\"path\":\"L3dwLWpzb24vd3BzaG9waWZ5L3YxL3NldHRpbmdz\",\"category\":\"xss\",\"ssl\":0}'),(7700,1581333595.961049,1581333595.920000,'\0\0\0\0\0\0\0\0\0\0ÿÿÙòÖ',0,403,0,0,0,'http://bestcerakoteflorida.com/wp-admin/admin-post.php',NULL,'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36','blocked:waf','DELUCKS SEO <= 1.3.9 - Unauthorized Options Update','{\"learningMode\":0,\"failedRules\":\"45\",\"paramKey\":\"c2VydmVyLmVtcHR5\",\"paramValue\":\"\",\"path\":\"L3dwLWFkbWluL2FkbWluLXBvc3QucGhw\",\"category\":\"auth-bypass\",\"ssl\":0}'),(7633,1581261646.507113,1581261646.440000,'\0\0\0\0\0\0\0\0\0\0ÿÿ6${²',0,403,0,0,0,'http://bestcerakoteflorida.com/wp-admin/admin-post.php?page=fp_admin_options_page',NULL,'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36','blocked:waf','WAF-RULE-170','{\"learningMode\":0,\"failedRules\":\"170\",\"paramKey\":\"cmVxdWVzdC5tZDVCb2R5WzNhYzM0MDgzMmYyOWMxMTUzOGZiZTJkNmY3NWU4YmNjXQ==\",\"paramValue\":\"cnItdXBkYXRlLW9wdGlvbnM=\",\"path\":\"L3dwLWFkbWluL2FkbWluLXBvc3QucGhw\",\"category\":\"auth-bypass\",\"ssl\":0}'),(7631,1581261647.602651,1581261647.540000,'\0\0\0\0\0\0\0\0\0\0ÿÿ6${²',0,403,0,0,0,'http://bestcerakoteflorida.com/wp-admin/admin-ajax.php?page=wppcp-settings',NULL,'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36','blocked:waf','WP Private Content Plus <= 1.31 Unauthenticated Options Update','{\"learningMode\":0,\"failedRules\":\"161\",\"paramKey\":\"cmVxdWVzdC5ib2R5W3dwcGNwX3RhYl0=\",\"paramValue\":\"d3BwY3Bfc2VjdGlvbl9nZW5lcmFs\",\"path\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"auth-bypass\",\"ssl\":0}'),(7701,1581333595.350132,1581333595.310000,'\0\0\0\0\0\0\0\0\0\0ÿÿÙòÖ',0,403,0,0,0,'http://bestcerakoteflorida.com/wp-json/wpshopify/v1/settings',NULL,'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36','blocked:waf','WP Shopify <= 2.0.4 Stored XSS','{\"learningMode\":0,\"failedRules\":\"176\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWpzb24vd3BzaG9waWZ5L3YxL3NldHRpbmdz\",\"path\":\"L3dwLWpzb24vd3BzaG9waWZ5L3YxL3NldHRpbmdz\",\"category\":\"xss\",\"ssl\":0}'),(7632,1581261647.076603,1581261647.020000,'\0\0\0\0\0\0\0\0\0\0ÿÿ6${²',0,403,0,0,0,'http://bestcerakoteflorida.com/wp-admin/admin-ajax.php?page=wppcp-security-settings-page',NULL,'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36','blocked:waf','WP Private Content Plus <= 1.31 Unauthenticated Options Update','{\"learningMode\":0,\"failedRules\":\"161\",\"paramKey\":\"cmVxdWVzdC5ib2R5W3dwcGNwX3RhYl0=\",\"paramValue\":\"d3BwY3Bfc2VjdGlvbl9zZWN1cml0eV9pcA==\",\"path\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"auth-bypass\",\"ssl\":0}'),(7623,1581261544.854971,1581261544.820000,'\0\0\0\0\0\0\0\0\0\0ÿÿ6${²',0,403,0,0,0,'http://bestcerakoteflorida.com/wp-admin/admin-post.php',NULL,'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36','blocked:waf','DELUCKS SEO <= 1.3.9 - Unauthorized Options Update','{\"learningMode\":0,\"failedRules\":\"45\",\"paramKey\":\"c2VydmVyLmVtcHR5\",\"paramValue\":\"\",\"path\":\"L3dwLWFkbWluL2FkbWluLXBvc3QucGhw\",\"category\":\"auth-bypass\",\"ssl\":0}'),(7725,1581386363.922353,1581386363.860000,'\0\0\0\0\0\0\0\0\0\0ÿÿÕãŒ',0,403,0,0,0,'http://bestcerakoteflorida.com/wp-content/plugins/candidate-application-form/downloadpdffile.php?fileName=..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2Fetc%2Fpasswd',NULL,'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.75 Safari/537.36 OPR/36.0.2130.32','blocked:waf','Directory Traversal','{\"learningMode\":0,\"failedRules\":\"12\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlTmFtZV0=\",\"paramValue\":\"Li4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vZXRjL3Bhc3N3ZA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9jYW5kaWRhdGUtYXBwbGljYXRpb24tZm9ybS9kb3dubG9hZHBkZmZpbGUucGhw\",\"category\":\"lfi\",\"ssl\":0}'),(7698,1581333639.058843,1581333638.920000,'\0\0\0\0\0\0\0\0\0\0ÿÿÙòÖ',0,403,0,0,0,'http://bestcerakoteflorida.com/wp-admin/admin-ajax.php?action=import_csv',NULL,'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36','blocked:waf','XSS: Cross Site Scripting','{\"learningMode\":0,\"failedRules\":\"9\",\"paramKey\":\"cmVxdWVzdC5ib2R5W3ZhbHVlXVsxXVswXQ==\",\"paramValue\":\"Ij48c2NyaXB0IHR5cGU9dGV4dC9qYXZhc2NyaXB0IHNyYz0naHR0cHM6Ly9zbG93LmRlc3RpbnlmZXJuYW5kaS5jb20vaG9zPyZ2Nyc+PC9zY3JpcHQ+\",\"path\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"xss\",\"ssl\":0}'),(7699,1581333616.704971,1581333616.590000,'\0\0\0\0\0\0\0\0\0\0ÿÿÙòÖ',0,403,0,0,0,'http://bestcerakoteflorida.com/wp-admin/admin-post.php?page=social-metrics-tracker-export&smt_download_export_file=1&section=gapi',NULL,'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36','blocked:waf','XSS: Cross Site Scripting','{\"learningMode\":0,\"failedRules\":\"9\",\"paramKey\":\"cmVxdWVzdC5ib2R5W2dhcGlfY2xpZW50X2lkXQ==\",\"paramValue\":\"Ij48c2NyaXB0IHR5cGU9dGV4dC9qYXZhc2NyaXB0IHNyYz0naHR0cHM6Ly9zbG93LmRlc3RpbnlmZXJuYW5kaS5jb20vaG9zPyZ2NSc+PC9zY3JpcHQ+\",\"path\":\"L3dwLWFkbWluL2FkbWluLXBvc3QucGhw\",\"category\":\"xss\",\"ssl\":0}'),(7728,1581386361.640594,1581386361.590000,'\0\0\0\0\0\0\0\0\0\0ÿÿÕãŒ',0,403,0,0,0,'http://bestcerakoteflorida.com/wp-content/plugins/recent-backups/download-file.php?file_link=%2Fetc%2Fpasswd',NULL,'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.75 Safari/537.36 OPR/36.0.2130.32','blocked:waf','LFI: Local File Inclusion','{\"learningMode\":0,\"failedRules\":\"13\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlX2xpbmtd\",\"paramValue\":\"L2V0Yy9wYXNzd2Q=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9yZWNlbnQtYmFja3Vwcy9kb3dubG9hZC1maWxlLnBocA==\",\"category\":\"lfi\",\"ssl\":0}'),(7624,1581261553.814200,1581261553.770000,'\0\0\0\0\0\0\0\0\0\0ÿÿ6${²',0,403,0,0,0,'http://bestcerakoteflorida.com/wp-admin/admin-ajax.php?action=import_csv',NULL,'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36','blocked:waf','XSS: Cross Site Scripting','{\"learningMode\":0,\"failedRules\":\"9\",\"paramKey\":\"cmVxdWVzdC5ib2R5W3ZhbHVlXVsxXVswXQ==\",\"paramValue\":\"Ij48c2NyaXB0IHR5cGU9dGV4dC9qYXZhc2NyaXB0IHNyYz0naHR0cHM6Ly9zbG93LmRlc3RpbnlmZXJuYW5kaS5jb20vaG9zPyZ2Nyc+PC9zY3JpcHQ+\",\"path\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"xss\",\"ssl\":0}'),(7726,1581386363.284061,1581386363.230000,'\0\0\0\0\0\0\0\0\0\0ÿÿÕãŒ',0,403,0,0,0,'http://bestcerakoteflorida.com/wp-content/plugins/./simple-image-manipulator/controller/download.php?filepath=%2Fetc%2Fpasswd',NULL,'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.75 Safari/537.36 OPR/36.0.2130.32','blocked:waf','LFI: Local File Inclusion','{\"learningMode\":0,\"failedRules\":\"13\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlcGF0aF0=\",\"paramValue\":\"L2V0Yy9wYXNzd2Q=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy8uL3NpbXBsZS1pbWFnZS1tYW5pcHVsYXRvci9jb250cm9sbGVyL2Rvd25sb2FkLnBocA==\",\"category\":\"lfi\",\"ssl\":0}'),(7625,1581261549.138576,1581261549.080000,'\0\0\0\0\0\0\0\0\0\0ÿÿ6${²',0,403,0,0,0,'http://bestcerakoteflorida.com/wp-admin/admin-post.php?page=social-metrics-tracker-export&smt_download_export_file=1&section=gapi',NULL,'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36','blocked:waf','XSS: Cross Site Scripting','{\"learningMode\":0,\"failedRules\":\"9\",\"paramKey\":\"cmVxdWVzdC5ib2R5W2dhcGlfY2xpZW50X2lkXQ==\",\"paramValue\":\"Ij48c2NyaXB0IHR5cGU9dGV4dC9qYXZhc2NyaXB0IHNyYz0naHR0cHM6Ly9zbG93LmRlc3RpbnlmZXJuYW5kaS5jb20vaG9zPyZ2NSc+PC9zY3JpcHQ+\",\"path\":\"L3dwLWFkbWluL2FkbWluLXBvc3QucGhw\",\"category\":\"xss\",\"ssl\":0}'),(7727,1581386362.759161,1581386362.700000,'\0\0\0\0\0\0\0\0\0\0ÿÿÕãŒ',0,403,0,0,0,'http://bestcerakoteflorida.com/wp-content/plugins/wptf-image-gallery/lib-mbox/ajax_load.php?url=%2Fetc%2Fpasswd',NULL,'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.75 Safari/537.36 OPR/36.0.2130.32','blocked:waf','LFI: Local File Inclusion','{\"learningMode\":0,\"failedRules\":\"13\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1t1cmxd\",\"paramValue\":\"L2V0Yy9wYXNzd2Q=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cHRmLWltYWdlLWdhbGxlcnkvbGliLW1ib3gvYWpheF9sb2FkLnBocA==\",\"category\":\"lfi\",\"ssl\":0}'),(7626,1581261562.612284,1581261562.570000,'\0\0\0\0\0\0\0\0\0\0ÿÿ6${²',0,403,0,0,0,'http://bestcerakoteflorida.com/wp-config.php?aam-media=1',NULL,'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.59 Safari/537.36','blocked:waf','WAF-RULE-164','{\"learningMode\":0,\"failedRules\":\"164\",\"paramKey\":\"cmVxdWVzdC5tZDVRdWVyeVN0cmluZ1tjZTdjOWNlNTgzMDhkMGUxYTQyMmEzYWE3NWUwYTRmNl0=\",\"paramValue\":\"MQ==\",\"path\":\"L3dwLWNvbmZpZy5waHA=\",\"category\":\"auth-bypass\",\"ssl\":0}'),(7627,1581261558.065892,1581261558.000000,'\0\0\0\0\0\0\0\0\0\0ÿÿ6${²',0,403,0,0,0,'http://bestcerakoteflorida.com/wp-admin/admin-post.php',NULL,'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36','blocked:waf','WAF-RULE-172','{\"learningMode\":0,\"failedRules\":\"172\",\"paramKey\":\"cmVxdWVzdC5tZDVCb2R5WzQxOGM1NTA5ZTIxNzFkNTViMGFlZTVjMmVhNDQ0MmI1XQ==\",\"paramValue\":\"c2ltcGxlX2ZpZWxkc19kb19pbXBvcnQ=\",\"path\":\"L3dwLWFkbWluL2FkbWluLXBvc3QucGhw\",\"category\":\"xss\",\"ssl\":0}'),(7696,1581333660.854473,1581333660.730000,'\0\0\0\0\0\0\0\0\0\0ÿÿÙòÖ',0,403,0,0,0,'http://bestcerakoteflorida.com/wp-admin/admin-post.php',NULL,'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36','blocked:waf','XSS: Cross Site Scripting','{\"learningMode\":0,\"failedRules\":\"9\",\"paramKey\":\"cmVxdWVzdC5ib2R5W2VtYWlsXQ==\",\"paramValue\":\"PHN2Zy9vbmxvYWQ9KGZ1bmN0aW9uKCkgeyB2YXIgZWxlbSA9IGRvY3VtZW50LmNyZWF0ZUVsZW1lbnQoJ3NjcmlwdCcpOyBlbGVtLnR5cGUgPSAndGV4dC9qYXZhc2NyaXB0JzsgZWxlbS5zcmMgPSAnaHR0cHM6Ly9zbG93LmRlc3RpbnlmZXJuYW5kaS5jb20vaG9zP2Nsb2QnO2RvY3VtZW50LmdldEVsZW1lbnRzQnlUYWdOYW1lKCJoZWFkIilbMF0uYXBwZW5kQ2hpbGQoZWxlbSk7fSkoKTs+QHRlc3QuY29t\",\"path\":\"L3dwLWFkbWluL2FkbWluLXBvc3QucGhw\",\"category\":\"xss\",\"ssl\":0}'),(7724,1581386364.379728,1581386364.320000,'\0\0\0\0\0\0\0\0\0\0ÿÿÕãŒ',0,403,0,0,0,'http://bestcerakoteflorida.com/wp-content/plugins/wp-ecommerce-shop-styling/includes/download.php?filename=..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2Fetc%2Fpasswd',NULL,'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.75 Safari/537.36 OPR/36.0.2130.32','blocked:waf','Directory Traversal','{\"learningMode\":0,\"failedRules\":\"12\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlbmFtZV0=\",\"paramValue\":\"Li4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vZXRjL3Bhc3N3ZA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC1lY29tbWVyY2Utc2hvcC1zdHlsaW5nL2luY2x1ZGVzL2Rvd25sb2FkLnBocA==\",\"category\":\"lfi\",\"ssl\":0}'),(7697,1581333639.955477,1581333639.910000,'\0\0\0\0\0\0\0\0\0\0ÿÿÙòÖ',0,403,0,0,0,'http://bestcerakoteflorida.com/wp-admin/admin-post.php',NULL,'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36','blocked:waf','WAF-RULE-172','{\"learningMode\":0,\"failedRules\":\"172\",\"paramKey\":\"cmVxdWVzdC5tZDVCb2R5WzQxOGM1NTA5ZTIxNzFkNTViMGFlZTVjMmVhNDQ0MmI1XQ==\",\"paramValue\":\"c2ltcGxlX2ZpZWxkc19kb19pbXBvcnQ=\",\"path\":\"L3dwLWFkbWluL2FkbWluLXBvc3QucGhw\",\"category\":\"xss\",\"ssl\":0}'),(7628,1581261568.821805,1581261568.780000,'\0\0\0\0\0\0\0\0\0\0ÿÿ6${²',0,403,0,0,0,'http://bestcerakoteflorida.com/wp-admin/admin-post.php',NULL,'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36','blocked:waf','XSS: Cross Site Scripting','{\"learningMode\":0,\"failedRules\":\"9\",\"paramKey\":\"cmVxdWVzdC5ib2R5W2VtYWlsXQ==\",\"paramValue\":\"PHN2Zy9vbmxvYWQ9KGZ1bmN0aW9uKCkgeyB2YXIgZWxlbSA9IGRvY3VtZW50LmNyZWF0ZUVsZW1lbnQoJ3NjcmlwdCcpOyBlbGVtLnR5cGUgPSAndGV4dC9qYXZhc2NyaXB0JzsgZWxlbS5zcmMgPSAnaHR0cHM6Ly9zbG93LmRlc3RpbnlmZXJuYW5kaS5jb20vaG9zP2Nsb2QnO2RvY3VtZW50LmdldEVsZW1lbnRzQnlUYWdOYW1lKCJoZWFkIilbMF0uYXBwZW5kQ2hpbGQoZWxlbSk7fSkoKTs+QHRlc3QuY29t\",\"path\":\"L3dwLWFkbWluL2FkbWluLXBvc3QucGhw\",\"category\":\"xss\",\"ssl\":0}'),(7695,1581333671.531354,1581333671.490000,'\0\0\0\0\0\0\0\0\0\0ÿÿÙòÖ',0,403,0,0,0,'http://bestcerakoteflorida.com/wp-admin/admin-ajax.php',NULL,'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36','blocked:waf','XSS: Cross Site Scripting','{\"learningMode\":0,\"failedRules\":\"9\",\"paramKey\":\"cmVxdWVzdC5ib2R5W2VtYWlsXQ==\",\"paramValue\":\"PHN2Zy9vbmxvYWQ9KGZ1bmN0aW9uKCkgeyB2YXIgZWxlbSA9IGRvY3VtZW50LmNyZWF0ZUVsZW1lbnQoJ3NjcmlwdCcpOyBlbGVtLnR5cGUgPSAndGV4dC9qYXZhc2NyaXB0JzsgZWxlbS5zcmMgPSAnaHR0cHM6Ly9zbG93LmRlc3RpbnlmZXJuYW5kaS5jb20vaG9zP2Nsb2QnO2RvY3VtZW50LmdldEVsZW1lbnRzQnlUYWdOYW1lKCJoZWFkIilbMF0uYXBwZW5kQ2hpbGQoZWxlbSk7fSkoKTs+QHRlc3QuY29t\",\"path\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"xss\",\"ssl\":0}'),(7629,1581261572.622660,1581261572.580000,'\0\0\0\0\0\0\0\0\0\0ÿÿ6${²',0,403,0,0,0,'http://bestcerakoteflorida.com/wp-admin/admin-ajax.php',NULL,'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36','blocked:waf','XSS: Cross Site Scripting','{\"learningMode\":0,\"failedRules\":\"9\",\"paramKey\":\"cmVxdWVzdC5ib2R5W2VtYWlsXQ==\",\"paramValue\":\"PHN2Zy9vbmxvYWQ9KGZ1bmN0aW9uKCkgeyB2YXIgZWxlbSA9IGRvY3VtZW50LmNyZWF0ZUVsZW1lbnQoJ3NjcmlwdCcpOyBlbGVtLnR5cGUgPSAndGV4dC9qYXZhc2NyaXB0JzsgZWxlbS5zcmMgPSAnaHR0cHM6Ly9zbG93LmRlc3RpbnlmZXJuYW5kaS5jb20vaG9zP2Nsb2QnO2RvY3VtZW50LmdldEVsZW1lbnRzQnlUYWdOYW1lKCJoZWFkIilbMF0uYXBwZW5kQ2hpbGQoZWxlbSk7fSkoKTs+QHRlc3QuY29t\",\"path\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"xss\",\"ssl\":0}'),(7694,1581333584.848314,1581333584.700000,'\0\0\0\0\0\0\0\0\0\0ÿÿÙòÖ',0,403,0,0,0,'http://bestcerakoteflorida.com/wp-admin/admin-post.php?page=wpsm_responsive_coming_soon',NULL,'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36','blocked:waf','XSS: Cross Site Scripting','{\"learningMode\":0,\"failedRules\":\"9\",\"paramKey\":\"cmVxdWVzdC5ib2R5W3Jjc3BfaGVhZGxpbmVd\",\"paramValue\":\"PHNjcmlwdCB0eXBlPXRleHQvamF2YXNjcmlwdCBzcmM9J2h0dHBzOi8vc2xvdy5kZXN0aW55ZmVybmFuZGkuY29tL3RvcCc+PC9zY3JpcHQ+\",\"path\":\"L3dwLWFkbWluL2FkbWluLXBvc3QucGhw\",\"category\":\"xss\",\"ssl\":0}'),(7630,1581261648.148216,1581261648.080000,'\0\0\0\0\0\0\0\0\0\0ÿÿ6${²',0,403,0,0,0,'http://bestcerakoteflorida.com/wp-admin/admin-post.php',NULL,'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36','blocked:waf','WAF-RULE-172','{\"learningMode\":0,\"failedRules\":\"172\",\"paramKey\":\"cmVxdWVzdC5tZDVCb2R5WzQxOGM1NTA5ZTIxNzFkNTViMGFlZTVjMmVhNDQ0MmI1XQ==\",\"paramValue\":\"c2ltcGxlX2ZpZWxkc19kb19pbXBvcnQ=\",\"path\":\"L3dwLWFkbWluL2FkbWluLXBvc3QucGhw\",\"category\":\"xss\",\"ssl\":0}'),(7693,1581333585.424371,1581333585.380000,'\0\0\0\0\0\0\0\0\0\0ÿÿÙòÖ',0,403,0,0,0,'http://bestcerakoteflorida.com/wp-admin/admin-post.php?page=wpsm_responsive_coming_soon',NULL,'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36','blocked:waf','XSS: Cross Site Scripting','{\"learningMode\":0,\"failedRules\":\"9\",\"paramKey\":\"cmVxdWVzdC5ib2R5W3Jjc3BfZGVzY3JpcHRpb25d\",\"paramValue\":\"PHNjcmlwdCB0eXBlPXRleHQvamF2YXNjcmlwdCBzcmM9J2h0dHBzOi8vc2xvdy5kZXN0aW55ZmVybmFuZGkuY29tL3RvcCc+PC9zY3JpcHQ+\",\"path\":\"L3dwLWFkbWluL2FkbWluLXBvc3QucGhw\",\"category\":\"xss\",\"ssl\":0}'),(7677,1581261758.374441,1581261758.310000,'\0\0\0\0\0\0\0\0\0\0ÿÿ6${²',0,403,0,0,0,'http://bestcerakoteflorida.com/wp-admin/admin-post.php',NULL,'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36','blocked:waf','XSS: Cross Site Scripting','{\"learningMode\":0,\"failedRules\":\"9\",\"paramKey\":\"cmVxdWVzdC5ib2R5W3dwLXBpd2lrXVt0cmFja2luZ19jb2RlXQ==\",\"paramValue\":\"PHNjcmlwdCB0eXBlPXRleHQvamF2YXNjcmlwdCBzcmM9J2h0dHBzOi8vc2xvdy5kZXN0aW55ZmVybmFuZGkuY29tL3RvcCc+PC9zY3JpcHQ+\",\"path\":\"L3dwLWFkbWluL2FkbWluLXBvc3QucGhw\",\"category\":\"xss\",\"ssl\":0}'),(7676,1581261758.861666,1581261758.800000,'\0\0\0\0\0\0\0\0\0\0ÿÿ6${²',0,403,0,0,0,'http://bestcerakoteflorida.com/',NULL,'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36','blocked:waf','XSS: Cross Site Scripting','{\"learningMode\":0,\"failedRules\":\"9\",\"paramKey\":\"cmVxdWVzdC5ib2R5W3dwLXBpd2lrXVt0cmFja2luZ19jb2RlXQ==\",\"paramValue\":\"PHNjcmlwdCB0eXBlPXRleHQvamF2YXNjcmlwdCBzcmM9J2h0dHBzOi8vc2xvdy5kZXN0aW55ZmVybmFuZGkuY29tL3RvcCc+PC9zY3JpcHQ+\",\"path\":\"Lw==\",\"category\":\"xss\",\"ssl\":0}'),(7674,1581261762.790648,1581261762.740000,'\0\0\0\0\0\0\0\0\0\0ÿÿ6${²',0,403,0,0,0,'http://bestcerakoteflorida.com/wp-admin/admin-ajax.php?action=hc_ajax_save_option',NULL,'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36','blocked:waf','Hybrid Composer <= 1.4.5 - Unauthenticated Options Update','{\"learningMode\":0,\"failedRules\":\"154\",\"paramKey\":\"c2VydmVyLnNjcmlwdF9maWxlbmFtZQ==\",\"paramValue\":\"L2hvbWUvYmxhY2toNDIvYmVzdGNlcmFrb3RlZmxvcmlkYS5jb20vd3AtYWRtaW4vYWRtaW4tYWpheC5waHA=\",\"path\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"privesc\",\"ssl\":0}'),(7675,1581261759.378449,1581261759.330000,'\0\0\0\0\0\0\0\0\0\0ÿÿ6${²',0,403,0,0,0,'http://bestcerakoteflorida.com/wp-admin/admin-ajax.php?action=hc_ajax_save_option',NULL,'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36','blocked:waf','Hybrid Composer <= 1.4.5 - Unauthenticated Options Update','{\"learningMode\":0,\"failedRules\":\"154\",\"paramKey\":\"c2VydmVyLnNjcmlwdF9maWxlbmFtZQ==\",\"paramValue\":\"L2hvbWUvYmxhY2toNDIvYmVzdGNlcmFrb3RlZmxvcmlkYS5jb20vd3AtYWRtaW4vYWRtaW4tYWpheC5waHA=\",\"path\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"privesc\",\"ssl\":0}'),(7673,1581261751.835665,1581261751.780000,'\0\0\0\0\0\0\0\0\0\0ÿÿ6${²',0,403,0,0,0,'http://bestcerakoteflorida.com/wp-admin/admin-post.php?action=save&updated=true',NULL,'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36','blocked:waf','Blog Designer <= 1.8.10 - Unauthenticated Stored Cross-Site Scripting','{\"learningMode\":0,\"failedRules\":\"145\",\"paramKey\":\"cmVxdWVzdC5ib2R5W2N1c3RvbV9jc3Nd\",\"paramValue\":\"PC9zdHlsZT48c2NyaXB0IHR5cGU9dGV4dC9qYXZhc2NyaXB0IHNyYz0naHR0cHM6Ly9zbG93LmRlc3RpbnlmZXJuYW5kaS5jb20vdG9wJz48L3NjcmlwdD48c3R5bGU+\",\"path\":\"L3dwLWFkbWluL2FkbWluLXBvc3QucGhw\",\"category\":\"xss\",\"ssl\":0}'),(7672,1581261752.291632,1581261752.250000,'\0\0\0\0\0\0\0\0\0\0ÿÿ6${²',0,403,0,0,0,'http://bestcerakoteflorida.com/wp-admin/admin-post.php',NULL,'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36','blocked:waf','Blog Designer <= 1.8.10 - Unauthenticated Stored Cross-Site Scripting','{\"learningMode\":0,\"failedRules\":\"145\",\"paramKey\":\"cmVxdWVzdC5ib2R5W2N1c3RvbV9jc3Nd\",\"paramValue\":\"PC9zdHlsZT48c2NyaXB0IHR5cGU9dGV4dC9qYXZhc2NyaXB0IHNyYz0naHR0cHM6Ly9zbG93LmRlc3RpbnlmZXJuYW5kaS5jb20vdG9wJz48L3NjcmlwdD48c3R5bGU+\",\"path\":\"L3dwLWFkbWluL2FkbWluLXBvc3QucGhw\",\"category\":\"xss\",\"ssl\":0}'),(7691,1581333489.643126,1581333489.600000,'\0\0\0\0\0\0\0\0\0\0ÿÿÙòÖ',0,403,0,0,0,'http://bestcerakoteflorida.com/wp-admin/admin-post.php?page=fp_admin_options_page',NULL,'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36','blocked:waf','WAF-RULE-170','{\"learningMode\":0,\"failedRules\":\"170\",\"paramKey\":\"cmVxdWVzdC5tZDVCb2R5WzNhYzM0MDgzMmYyOWMxMTUzOGZiZTJkNmY3NWU4YmNjXQ==\",\"paramValue\":\"cnItdXBkYXRlLW9wdGlvbnM=\",\"path\":\"L3dwLWFkbWluL2FkbWluLXBvc3QucGhw\",\"category\":\"auth-bypass\",\"ssl\":0}'),(7670,1581261753.207699,1581261753.160000,'\0\0\0\0\0\0\0\0\0\0ÿÿ6${²',0,403,0,0,0,'http://bestcerakoteflorida.com/wp-admin/admin-post.php',NULL,'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36','blocked:waf','WP Live Chat Support <= 8.0.28 - Unauthenticated Stored Cross-Site Scripting','{\"learningMode\":0,\"failedRules\":\"147\",\"paramKey\":\"c2VydmVyLmVtcHR5\",\"paramValue\":\"\",\"path\":\"L3dwLWFkbWluL2FkbWluLXBvc3QucGhw\",\"category\":\"xss\",\"ssl\":0}'),(7692,1581333489.093976,1581333489.060000,'\0\0\0\0\0\0\0\0\0\0ÿÿÙòÖ',0,403,0,0,0,'http://bestcerakoteflorida.com/wp-json/wpshopify/v1/settings',NULL,'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36','blocked:waf','WP Shopify <= 2.0.4 Stored XSS','{\"learningMode\":0,\"failedRules\":\"176\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWpzb24vd3BzaG9waWZ5L3YxL3NldHRpbmdz\",\"path\":\"L3dwLWpzb24vd3BzaG9waWZ5L3YxL3NldHRpbmdz\",\"category\":\"xss\",\"ssl\":0}'),(7671,1581261752.746591,1581261752.710000,'\0\0\0\0\0\0\0\0\0\0ÿÿ6${²',0,403,0,0,0,'http://bestcerakoteflorida.com/wp-admin/admin-ajax.php',NULL,'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36','blocked:waf','Blog Designer <= 1.8.10 - Unauthenticated Stored Cross-Site Scripting','{\"learningMode\":0,\"failedRules\":\"145\",\"paramKey\":\"cmVxdWVzdC5ib2R5W2N1c3RvbV9jc3Nd\",\"paramValue\":\"PC9zdHlsZT48c2NyaXB0IHR5cGU9dGV4dC9qYXZhc2NyaXB0IHNyYz0naHR0cHM6Ly9zbG93LmRlc3RpbnlmZXJuYW5kaS5jb20vdG9wJz48L3NjcmlwdD48c3R5bGU+\",\"path\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"xss\",\"ssl\":0}'),(7668,1581261754.129461,1581261754.090000,'\0\0\0\0\0\0\0\0\0\0ÿÿ6${²',0,403,0,0,0,'http://bestcerakoteflorida.com/wp-admin/admin-post.php?page=wpsm_responsive_coming_soon',NULL,'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36','blocked:waf','XSS: Cross Site Scripting','{\"learningMode\":0,\"failedRules\":\"9\",\"paramKey\":\"cmVxdWVzdC5ib2R5W3Jjc3BfaGVhZGxpbmVd\",\"paramValue\":\"PHNjcmlwdCB0eXBlPXRleHQvamF2YXNjcmlwdCBzcmM9J2h0dHBzOi8vc2xvdy5kZXN0aW55ZmVybmFuZGkuY29tL3RvcCc+PC9zY3JpcHQ+\",\"path\":\"L3dwLWFkbWluL2FkbWluLXBvc3QucGhw\",\"category\":\"xss\",\"ssl\":0}'),(7669,1581261753.696285,1581261753.650000,'\0\0\0\0\0\0\0\0\0\0ÿÿ6${²',0,403,0,0,0,'http://bestcerakoteflorida.com/wp-admin/admin-ajax.php',NULL,'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36','blocked:waf','WP Live Chat Support <= 8.0.28 - Unauthenticated Stored Cross-Site Scripting','{\"learningMode\":0,\"failedRules\":\"147\",\"paramKey\":\"c2VydmVyLmVtcHR5\",\"paramValue\":\"\",\"path\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"xss\",\"ssl\":0}'),(7681,1581333372.427684,1581333372.290000,'\0\0\0\0\0\0\0\0\0\0ÿÿÙòÖ',0,403,0,0,0,'http://bestcerakoteflorida.com/wp-admin/admin-ajax.php?page=wppcp-settings',NULL,'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36','blocked:waf','WP Private Content Plus <= 1.31 Unauthenticated Options Update','{\"learningMode\":0,\"failedRules\":\"161\",\"paramKey\":\"cmVxdWVzdC5ib2R5W3dwcGNwX3RhYl0=\",\"paramValue\":\"d3BwY3Bfc2VjdGlvbl9nZW5lcmFs\",\"path\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"auth-bypass\",\"ssl\":0}'),(7667,1581261754.629553,1581261754.580000,'\0\0\0\0\0\0\0\0\0\0ÿÿ6${²',0,403,0,0,0,'http://bestcerakoteflorida.com/wp-admin/admin-post.php?page=wpsm_responsive_coming_soon',NULL,'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36','blocked:waf','XSS: Cross Site Scripting','{\"learningMode\":0,\"failedRules\":\"9\",\"paramKey\":\"cmVxdWVzdC5ib2R5W3Jjc3BfZGVzY3JpcHRpb25d\",\"paramValue\":\"PHNjcmlwdCB0eXBlPXRleHQvamF2YXNjcmlwdCBzcmM9J2h0dHBzOi8vc2xvdy5kZXN0aW55ZmVybmFuZGkuY29tL3RvcCc+PC9zY3JpcHQ+\",\"path\":\"L3dwLWFkbWluL2FkbWluLXBvc3QucGhw\",\"category\":\"xss\",\"ssl\":0}'),(7609,0.000000,1579084068.666800,'\0\0\0\0\0\0\0\0\0\0ÿÿ¯).C',0,200,0,0,0,'https://bestcerakoteflorida.com/xmlrpc.php','','Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1','loginFailInvalidUsername',NULL,NULL),(7610,0.000000,1579084076.674275,'\0\0\0\0\0\0\0\0\0\0ÿÿ¯).C',0,200,0,0,0,'https://bestcerakoteflorida.com/xmlrpc.php','','Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1','loginFailInvalidUsername',NULL,NULL),(7611,0.000000,1579212124.357301,'\0\0\0\0\0\0\0\0\0\0ÿÿE.$',0,200,0,0,0,'https://bestcerakoteflorida.com/?_wfsf=detectProxy','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_4) AppleWebKit/537.1 (KHTML, like Gecko) Chrome/21.0.1180.82 Safari/537.1','scan:detectproxy',NULL,NULL),(7678,1581333394.783086,1581333394.730000,'\0\0\0\0\0\0\0\0\0\0ÿÿÙòÖ',0,403,0,0,0,'http://bestcerakoteflorida.com/wp-admin/admin-post.php?page=wpsm_responsive_coming_soon',NULL,'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36','blocked:waf','XSS: Cross Site Scripting','{\"learningMode\":0,\"failedRules\":\"9\",\"paramKey\":\"cmVxdWVzdC5ib2R5W3Jjc3BfZGVzY3JpcHRpb25d\",\"paramValue\":\"PHNjcmlwdCB0eXBlPXRleHQvamF2YXNjcmlwdCBzcmM9J2h0dHBzOi8vc2xvdy5kZXN0aW55ZmVybmFuZGkuY29tL3RvcCc+PC9zY3JpcHQ+\",\"path\":\"L3dwLWFkbWluL2FkbWluLXBvc3QucGhw\",\"category\":\"xss\",\"ssl\":0}'),(7651,1581261712.147799,1581261712.100000,'\0\0\0\0\0\0\0\0\0\0ÿÿ6${²',0,403,0,0,0,'http://bestcerakoteflorida.com/wp-admin/admin-ajax.php?action=import_csv',NULL,'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36','blocked:waf','XSS: Cross Site Scripting','{\"learningMode\":0,\"failedRules\":\"9\",\"paramKey\":\"cmVxdWVzdC5ib2R5W3ZhbHVlXVsxXVswXQ==\",\"paramValue\":\"Ij48c2NyaXB0IHR5cGU9dGV4dC9qYXZhc2NyaXB0IHNyYz0naHR0cHM6Ly9zbG93LmRlc3RpbnlmZXJuYW5kaS5jb20vaG9zPyZ2Nyc+PC9zY3JpcHQ+\",\"path\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"xss\",\"ssl\":0}'),(7689,1581333470.014285,1581333469.970000,'\0\0\0\0\0\0\0\0\0\0ÿÿÙòÖ',0,403,0,0,0,'http://bestcerakoteflorida.com/wp-admin/admin-post.php',NULL,'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36','blocked:waf','XSS: Cross Site Scripting','{\"learningMode\":0,\"failedRules\":\"9\",\"paramKey\":\"cmVxdWVzdC5ib2R5W2VtYWlsXQ==\",\"paramValue\":\"PHN2Zy9vbmxvYWQ9KGZ1bmN0aW9uKCkgeyB2YXIgZWxlbSA9IGRvY3VtZW50LmNyZWF0ZUVsZW1lbnQoJ3NjcmlwdCcpOyBlbGVtLnR5cGUgPSAndGV4dC9qYXZhc2NyaXB0JzsgZWxlbS5zcmMgPSAnaHR0cHM6Ly9zbG93LmRlc3RpbnlmZXJuYW5kaS5jb20vaG9zP2Nsb2QnO2RvY3VtZW50LmdldEVsZW1lbnRzQnlUYWdOYW1lKCJoZWFkIilbMF0uYXBwZW5kQ2hpbGQoZWxlbSk7fSkoKTs+QHRlc3QuY29t\",\"path\":\"L3dwLWFkbWluL2FkbWluLXBvc3QucGhw\",\"category\":\"xss\",\"ssl\":0}'),(7665,1581261733.961470,1581261733.900000,'\0\0\0\0\0\0\0\0\0\0ÿÿ6${²',0,403,0,0,0,'http://bestcerakoteflorida.com/wp-admin/admin-ajax.php','livechat_settings','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36','blocked:waf','XSS: Cross Site Scripting','{\"learningMode\":0,\"failedRules\":\"9\",\"paramKey\":\"cmVxdWVzdC5ib2R5W2xpY2Vuc2VFbWFpbF0=\",\"paramValue\":\"Ij48c2NyaXB0IHR5cGU9dGV4dC9qYXZhc2NyaXB0IHNyYz0naHR0cHM6Ly9zbG93LmRlc3RpbnlmZXJuYW5kaS5jb20vdG9wJz48L3NjcmlwdD4=\",\"path\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"xss\",\"ssl\":0}'),(7688,1581333421.114940,1581333421.080000,'\0\0\0\0\0\0\0\0\0\0ÿÿÙòÖ',0,403,0,0,0,'http://bestcerakoteflorida.com/wp-admin/admin-post.php?page=social-metrics-tracker-export&smt_download_export_file=1&section=gapi',NULL,'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36','blocked:waf','XSS: Cross Site Scripting','{\"learningMode\":0,\"failedRules\":\"9\",\"paramKey\":\"cmVxdWVzdC5ib2R5W2dhcGlfY2xpZW50X2lkXQ==\",\"paramValue\":\"Ij48c2NyaXB0IHR5cGU9dGV4dC9qYXZhc2NyaXB0IHNyYz0naHR0cHM6Ly9zbG93LmRlc3RpbnlmZXJuYW5kaS5jb20vaG9zPyZ2NSc+PC9zY3JpcHQ+\",\"path\":\"L3dwLWFkbWluL2FkbWluLXBvc3QucGhw\",\"category\":\"xss\",\"ssl\":0}'),(7613,0.000000,1580805302.639655,'\0\0\0\0\0\0\0\0\0\0ÿÿE.$',0,200,0,0,0,'https://bestcerakoteflorida.com/?_wfsf=detectProxy','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_4) AppleWebKit/537.1 (KHTML, like Gecko) Chrome/21.0.1180.82 Safari/537.1','scan:detectproxy',NULL,NULL),(7686,1581333444.569163,1581333444.520000,'\0\0\0\0\0\0\0\0\0\0ÿÿÙòÖ',0,403,0,0,0,'http://bestcerakoteflorida.com/wp-config.php?aam-media=1',NULL,'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.59 Safari/537.36','blocked:waf','WAF-RULE-164','{\"learningMode\":0,\"failedRules\":\"164\",\"paramKey\":\"cmVxdWVzdC5tZDVRdWVyeVN0cmluZ1tjZTdjOWNlNTgzMDhkMGUxYTQyMmEzYWE3NWUwYTRmNl0=\",\"paramValue\":\"MQ==\",\"path\":\"L3dwLWNvbmZpZy5waHA=\",\"category\":\"auth-bypass\",\"ssl\":0}'),(7664,1581261734.332255,1581261734.300000,'\0\0\0\0\0\0\0\0\0\0ÿÿ6${²',0,403,0,0,0,'http://bestcerakoteflorida.com/wp-admin/admin-post.php?page=yuzo-related-post',NULL,'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36','blocked:waf','Related Posts <= 5.12.90 - Missing Authentication','{\"learningMode\":0,\"failedRules\":\"137\",\"paramKey\":\"cmVxdWVzdC5ib2R5W25hbWVfb3B0aW9uc10=\",\"paramValue\":\"eXV6b19yZWxhdGVkX3Bvc3Q=\",\"path\":\"L3dwLWFkbWluL2FkbWluLXBvc3QucGhw\",\"category\":\"auth-bypass\",\"ssl\":0}'),(7687,1581333443.618238,1581333443.580000,'\0\0\0\0\0\0\0\0\0\0ÿÿÙòÖ',0,403,0,0,0,'http://bestcerakoteflorida.com/wp-admin/admin-ajax.php?action=import_csv',NULL,'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36','blocked:waf','XSS: Cross Site Scripting','{\"learningMode\":0,\"failedRules\":\"9\",\"paramKey\":\"cmVxdWVzdC5ib2R5W3ZhbHVlXVsxXVswXQ==\",\"paramValue\":\"Ij48c2NyaXB0IHR5cGU9dGV4dC9qYXZhc2NyaXB0IHNyYz0naHR0cHM6Ly9zbG93LmRlc3RpbnlmZXJuYW5kaS5jb20vaG9zPyZ2Nyc+PC9zY3JpcHQ+\",\"path\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"xss\",\"ssl\":0}'),(7663,1581261734.779281,1581261734.740000,'\0\0\0\0\0\0\0\0\0\0ÿÿ6${²',0,403,0,0,0,'http://bestcerakoteflorida.com/wp-admin/admin-post.php?yp_remote_get=test',NULL,'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36','blocked:waf','Yellow Pencil Visual Theme Customizer <= 7.1.9 Arbitrary Options Update','{\"learningMode\":0,\"failedRules\":\"138\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1t5cF9yZW1vdGVfZ2V0XQ==\",\"paramValue\":\"dGVzdA==\",\"path\":\"L3dwLWFkbWluL2FkbWluLXBvc3QucGhw\",\"category\":\"privesc\",\"ssl\":0}'),(7656,1581261738.331129,1581261738.290000,'\0\0\0\0\0\0\0\0\0\0ÿÿ6${²',0,403,0,0,0,'http://bestcerakoteflorida.com/wp-admin/admin-post.php?yp_remote_get=3',NULL,'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36','blocked:waf','Yellow Pencil Visual Theme Customizer <= 7.1.9 Arbitrary Options Update','{\"learningMode\":0,\"failedRules\":\"138\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1t5cF9yZW1vdGVfZ2V0XQ==\",\"paramValue\":\"Mw==\",\"path\":\"L3dwLWFkbWluL2FkbWluLXBvc3QucGhw\",\"category\":\"privesc\",\"ssl\":0}'),(7614,1581261530.443271,1581261530.400000,'\0\0\0\0\0\0\0\0\0\0ÿÿ6${²',0,403,0,0,0,'http://bestcerakoteflorida.com/wp-admin/admin-post.php?page=wpsm_responsive_coming_soon',NULL,'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36','blocked:waf','XSS: Cross Site Scripting','{\"learningMode\":0,\"failedRules\":\"9\",\"paramKey\":\"cmVxdWVzdC5ib2R5W3Jjc3BfZGVzY3JpcHRpb25d\",\"paramValue\":\"PHNjcmlwdCB0eXBlPXRleHQvamF2YXNjcmlwdCBzcmM9J2h0dHBzOi8vc2xvdy5kZXN0aW55ZmVybmFuZGkuY29tL3RvcCc+PC9zY3JpcHQ+\",\"path\":\"L3dwLWFkbWluL2FkbWluLXBvc3QucGhw\",\"category\":\"xss\",\"ssl\":0}'),(7716,1581369964.678466,1581369964.590000,'\0\0\0\0\0\0\0\0\0\0ÿÿÕãŒ',0,403,0,0,0,'http://bestcerakoteflorida.com/wp-content/plugins/wp-symposium/server/php/index.php',NULL,'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.75 Safari/537.36 OPR/36.0.2130.32','blocked:waf','Malicious File Upload','{\"learningMode\":0,\"failedRules\":\"11\",\"paramKey\":\"cmVxdWVzdC5maWxlTmFtZXNbZmlsZXNdWzBd\",\"paramValue\":\"c2FaZnpuaUUucGhw\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC1zeW1wb3NpdW0vc2VydmVyL3BocC9pbmRleC5waHA=\",\"category\":\"file_upload\",\"ssl\":0}'),(7680,1581333393.458895,1581333393.360000,'\0\0\0\0\0\0\0\0\0\0ÿÿÙòÖ',0,403,0,0,0,'http://bestcerakoteflorida.com/wp-admin/admin-ajax.php','livechat_settings','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36','blocked:waf','XSS: Cross Site Scripting','{\"learningMode\":0,\"failedRules\":\"9\",\"paramKey\":\"cmVxdWVzdC5ib2R5W2xpY2Vuc2VFbWFpbF0=\",\"paramValue\":\"Ij48c2NyaXB0IHR5cGU9dGV4dC9qYXZhc2NyaXB0IHNyYz0naHR0cHM6Ly9zbG93LmRlc3RpbnlmZXJuYW5kaS5jb20vdG9wJz48L3NjcmlwdD4=\",\"path\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"xss\",\"ssl\":0}'),(7662,1581261735.257464,1581261735.220000,'\0\0\0\0\0\0\0\0\0\0ÿÿ6${²',0,403,0,0,0,'http://bestcerakoteflorida.com/wp-admin/admin-post.php?yp_remote_get=1',NULL,'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36','blocked:waf','Yellow Pencil Visual Theme Customizer <= 7.1.9 Arbitrary Options Update','{\"learningMode\":0,\"failedRules\":\"138\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1t5cF9yZW1vdGVfZ2V0XQ==\",\"paramValue\":\"MQ==\",\"path\":\"L3dwLWFkbWluL2FkbWluLXBvc3QucGhw\",\"category\":\"privesc\",\"ssl\":0}'),(7661,1581261735.767368,1581261735.720000,'\0\0\0\0\0\0\0\0\0\0ÿÿ6${²',0,403,0,0,0,'http://bestcerakoteflorida.com/wp-admin/admin-post.php?yp_remote_get=2',NULL,'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36','blocked:waf','Yellow Pencil Visual Theme Customizer <= 7.1.9 Arbitrary Options Update','{\"learningMode\":0,\"failedRules\":\"138\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1t5cF9yZW1vdGVfZ2V0XQ==\",\"paramValue\":\"Mg==\",\"path\":\"L3dwLWFkbWluL2FkbWluLXBvc3QucGhw\",\"category\":\"privesc\",\"ssl\":0}'),(7660,1581261736.314560,1581261736.250000,'\0\0\0\0\0\0\0\0\0\0ÿÿ6${²',0,403,0,0,0,'http://bestcerakoteflorida.com/wp-admin/admin-post.php?yp_remote_get=3',NULL,'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36','blocked:waf','Yellow Pencil Visual Theme Customizer <= 7.1.9 Arbitrary Options Update','{\"learningMode\":0,\"failedRules\":\"138\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1t5cF9yZW1vdGVfZ2V0XQ==\",\"paramValue\":\"Mw==\",\"path\":\"L3dwLWFkbWluL2FkbWluLXBvc3QucGhw\",\"category\":\"privesc\",\"ssl\":0}'),(7685,1581333417.781074,1581333417.750000,'\0\0\0\0\0\0\0\0\0\0ÿÿÙòÖ',0,403,0,0,0,'http://bestcerakoteflorida.com/wp-admin/admin-post.php',NULL,'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36','blocked:waf','DELUCKS SEO <= 1.3.9 - Unauthorized Options Update','{\"learningMode\":0,\"failedRules\":\"45\",\"paramKey\":\"c2VydmVyLmVtcHR5\",\"paramValue\":\"\",\"path\":\"L3dwLWFkbWluL2FkbWluLXBvc3QucGhw\",\"category\":\"auth-bypass\",\"ssl\":0}'),(7659,1581261736.812641,1581261736.770000,'\0\0\0\0\0\0\0\0\0\0ÿÿ6${²',0,403,0,0,0,'http://bestcerakoteflorida.com/wp-admin/admin-post.php?yp_remote_get=test',NULL,'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36','blocked:waf','Yellow Pencil Visual Theme Customizer <= 7.1.9 Arbitrary Options Update','{\"learningMode\":0,\"failedRules\":\"138\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1t5cF9yZW1vdGVfZ2V0XQ==\",\"paramValue\":\"dGVzdA==\",\"path\":\"L3dwLWFkbWluL2FkbWluLXBvc3QucGhw\",\"category\":\"privesc\",\"ssl\":0}'),(7658,1581261737.324495,1581261737.290000,'\0\0\0\0\0\0\0\0\0\0ÿÿ6${²',0,403,0,0,0,'http://bestcerakoteflorida.com/wp-admin/admin-post.php?yp_remote_get=1',NULL,'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36','blocked:waf','Yellow Pencil Visual Theme Customizer <= 7.1.9 Arbitrary Options Update','{\"learningMode\":0,\"failedRules\":\"138\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1t5cF9yZW1vdGVfZ2V0XQ==\",\"paramValue\":\"MQ==\",\"path\":\"L3dwLWFkbWluL2FkbWluLXBvc3QucGhw\",\"category\":\"privesc\",\"ssl\":0}'),(7683,1581333350.332071,1581333350.290000,'\0\0\0\0\0\0\0\0\0\0ÿÿÙòÖ',0,403,0,0,0,'http://bestcerakoteflorida.com/?export_settings=l',NULL,'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.59 Safari/537.36','blocked:waf','Motors â€“ Car Dealer & Classified Ads <= 1.4.0 - Multiple Options Update vulnerabilities','{\"learningMode\":0,\"failedRules\":\"167\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tleHBvcnRfc2V0dGluZ3Nd\",\"paramValue\":\"bA==\",\"path\":\"Lw==\",\"category\":\"auth-bypass\",\"ssl\":0}'),(7657,1581261737.835812,1581261737.780000,'\0\0\0\0\0\0\0\0\0\0ÿÿ6${²',0,403,0,0,0,'http://bestcerakoteflorida.com/wp-admin/admin-post.php?yp_remote_get=2',NULL,'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36','blocked:waf','Yellow Pencil Visual Theme Customizer <= 7.1.9 Arbitrary Options Update','{\"learningMode\":0,\"failedRules\":\"138\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1t5cF9yZW1vdGVfZ2V0XQ==\",\"paramValue\":\"Mg==\",\"path\":\"L3dwLWFkbWluL2FkbWluLXBvc3QucGhw\",\"category\":\"privesc\",\"ssl\":0}'),(7684,1581333349.698415,1581333349.650000,'\0\0\0\0\0\0\0\0\0\0ÿÿÙòÖ',0,403,0,0,0,'http://bestcerakoteflorida.com/wp-admin/admin-post.php?page=br-aapf-setup&step=wizard_selectors',NULL,'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.59 Safari/537.36','blocked:waf','Advanced AJAX Product Filters <= 1.3.5','{\"learningMode\":0,\"failedRules\":\"168\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1twYWdlXQ==\",\"paramValue\":\"YnItYWFwZi1zZXR1cA==\",\"path\":\"L3dwLWFkbWluL2FkbWluLXBvc3QucGhw\",\"category\":\"auth-bypass\",\"ssl\":0}'),(7650,1581261704.221697,1581261704.190000,'\0\0\0\0\0\0\0\0\0\0ÿÿ6${²',0,403,0,0,0,'http://bestcerakoteflorida.com/wp-admin/admin-post.php',NULL,'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36','blocked:waf','DELUCKS SEO <= 1.3.9 - Unauthorized Options Update','{\"learningMode\":0,\"failedRules\":\"45\",\"paramKey\":\"c2VydmVyLmVtcHR5\",\"paramValue\":\"\",\"path\":\"L3dwLWFkbWluL2FkbWluLXBvc3QucGhw\",\"category\":\"auth-bypass\",\"ssl\":0}'),(7682,1581333351.018462,1581333350.970000,'\0\0\0\0\0\0\0\0\0\0ÿÿÙòÖ',0,403,0,0,0,'http://bestcerakoteflorida.com/wp-admin/admin-ajax.php?page=wppcp-security-settings-page',NULL,'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36','blocked:waf','WP Private Content Plus <= 1.31 Unauthenticated Options Update','{\"learningMode\":0,\"failedRules\":\"161\",\"paramKey\":\"cmVxdWVzdC5ib2R5W3dwcGNwX3RhYl0=\",\"paramValue\":\"d3BwY3Bfc2VjdGlvbl9zZWN1cml0eV9pcA==\",\"path\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"auth-bypass\",\"ssl\":0}');
/*!40000 ALTER TABLE `wpbe_wfhits` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpbe_wfhoover`
--

DROP TABLE IF EXISTS `wpbe_wfhoover`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpbe_wfhoover` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `owner` text DEFAULT NULL,
  `host` text DEFAULT NULL,
  `path` text DEFAULT NULL,
  `hostKey` varbinary(124) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `k2` (`hostKey`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpbe_wfhoover`
--

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

--
-- Table structure for table `wpbe_wfissues`
--

DROP TABLE IF EXISTS `wpbe_wfissues`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpbe_wfissues` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `time` int(10) unsigned NOT NULL,
  `lastUpdated` int(10) unsigned NOT NULL,
  `status` varchar(10) NOT NULL,
  `type` varchar(20) NOT NULL,
  `severity` tinyint(3) unsigned NOT NULL,
  `ignoreP` char(32) NOT NULL,
  `ignoreC` char(32) NOT NULL,
  `shortMsg` varchar(255) NOT NULL,
  `longMsg` text DEFAULT NULL,
  `data` text DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `lastUpdated` (`lastUpdated`),
  KEY `status` (`status`),
  KEY `ignoreP` (`ignoreP`),
  KEY `ignoreC` (`ignoreC`)
) ENGINE=MyISAM AUTO_INCREMENT=6116 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpbe_wfissues`
--

LOCK TABLES `wpbe_wfissues` WRITE;
/*!40000 ALTER TABLE `wpbe_wfissues` DISABLE KEYS */;
INSERT INTO `wpbe_wfissues` VALUES (6114,1581369968,1581369968,'new','wfThemeUpgrade',50,'f871c4d6a22eb7f9b4e04b8321e93f6c','f871c4d6a22eb7f9b4e04b8321e93f6c','The Theme \"Astra\" needs an upgrade (2.1.2 -> 2.2.1).','You need to upgrade \"Astra\" to the newest version to ensure you have any security fixes the developer has released.','a:7:{s:10:\"newVersion\";s:5:\"2.2.1\";s:7:\"package\";s:53:\"https://downloads.wordpress.org/theme/astra.2.2.1.zip\";s:3:\"URL\";s:35:\"https://wordpress.org/themes/astra/\";s:4:\"Name\";s:5:\"Astra\";s:4:\"name\";s:5:\"Astra\";s:7:\"version\";s:5:\"2.1.2\";s:10:\"vulnerable\";b:0;}'),(6115,1581369968,1581369968,'new','wfThemeUpgrade',50,'3d5cbcd0c24d342a524ddf6c7e69c974','3d5cbcd0c24d342a524ddf6c7e69c974','The Theme \"Twenty Twenty\" needs an upgrade (1.0 -> 1.1).','You need to upgrade \"Twenty Twenty\" to the newest version to ensure you have any security fixes the developer has released.','a:7:{s:10:\"newVersion\";s:3:\"1.1\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/theme/twentytwenty.1.1.zip\";s:3:\"URL\";s:42:\"https://wordpress.org/themes/twentytwenty/\";s:4:\"Name\";s:13:\"Twenty Twenty\";s:4:\"name\";s:13:\"Twenty Twenty\";s:7:\"version\";s:3:\"1.0\";s:10:\"vulnerable\";b:0;}'),(6109,1581369968,1581369968,'new','wfPluginUpgrade',50,'ffcb74b1944ba660f072fd71fb7c0f8f','ffcb74b1944ba660f072fd71fb7c0f8f','The Plugin \"Thrive Leads\" needs an upgrade (2.2.5.1 -> 2.2.9).','You need to upgrade \"Thrive Leads\" to the newest version to ensure you have any security fixes the developer has released.','a:21:{s:20:\"WC requires at least\";s:0:\"\";s:15:\"WC tested up to\";s:0:\"\";s:3:\"Woo\";s:0:\"\";s:4:\"Name\";s:12:\"Thrive Leads\";s:9:\"PluginURI\";s:24:\"https://thrivethemes.com\";s:7:\"Version\";s:7:\"2.2.5.1\";s:11:\"Description\";s:118:\"The ultimate lead capture solution for Wordpress <cite>By <a href=\"https://thrivethemes.com\">Thrive Themes</a>.</cite>\";s:6:\"Author\";s:52:\"<a href=\"https://thrivethemes.com\">Thrive Themes</a>\";s:9:\"AuthorURI\";s:0:\"\";s:10:\"TextDomain\";s:12:\"thrive-leads\";s:10:\"DomainPath\";s:0:\"\";s:7:\"Network\";b:0;s:10:\"RequiresWP\";s:0:\"\";s:11:\"RequiresPHP\";s:0:\"\";s:5:\"Title\";s:51:\"<a href=\"https://thrivethemes.com\">Thrive Leads</a>\";s:10:\"AuthorName\";s:52:\"<a href=\"https://thrivethemes.com\">Thrive Themes</a>\";s:10:\"pluginFile\";s:87:\"/home/blackh42/bestcerakoteflorida.com/wp-content/plugins/thrive-leads/thrive-leads.php\";s:10:\"newVersion\";s:5:\"2.2.9\";s:4:\"slug\";s:12:\"thrive-leads\";s:5:\"wpURL\";N;s:10:\"vulnerable\";b:0;}'),(6110,1581369968,1581369968,'new','wfPluginUpgrade',50,'10b6b447a8049ed676353acb8d90ce36','10b6b447a8049ed676353acb8d90ce36','The Plugin \"Thrive Ovation\" needs an upgrade (2.2.2 -> 2.2.6).','You need to upgrade \"Thrive Ovation\" to the newest version to ensure you have any security fixes the developer has released.','a:21:{s:20:\"WC requires at least\";s:0:\"\";s:15:\"WC tested up to\";s:0:\"\";s:3:\"Woo\";s:0:\"\";s:4:\"Name\";s:14:\"Thrive Ovation\";s:9:\"PluginURI\";s:24:\"https://thrivethemes.com\";s:7:\"Version\";s:5:\"2.2.2\";s:11:\"Description\";s:170:\"Collect, manage and display conversion boosting testimonials. <cite>By <a href=\"https://thrivethemes.com\"><a href=\"https://thrivethemes.com\">Thrive Themes</a></a>.</cite>\";s:6:\"Author\";s:91:\"<a href=\"https://thrivethemes.com\"><a href=\"https://thrivethemes.com\">Thrive Themes</a></a>\";s:9:\"AuthorURI\";s:24:\"https://thrivethemes.com\";s:10:\"TextDomain\";s:14:\"thrive-ovation\";s:10:\"DomainPath\";s:11:\"/languages/\";s:7:\"Network\";b:0;s:10:\"RequiresWP\";s:0:\"\";s:11:\"RequiresPHP\";s:0:\"\";s:5:\"Title\";s:53:\"<a href=\"https://thrivethemes.com\">Thrive Ovation</a>\";s:10:\"AuthorName\";s:52:\"<a href=\"https://thrivethemes.com\">Thrive Themes</a>\";s:10:\"pluginFile\";s:91:\"/home/blackh42/bestcerakoteflorida.com/wp-content/plugins/thrive-ovation/thrive-ovation.php\";s:10:\"newVersion\";s:5:\"2.2.6\";s:4:\"slug\";s:14:\"thrive-ovation\";s:5:\"wpURL\";N;s:10:\"vulnerable\";b:0;}'),(6111,1581369968,1581369968,'new','wfPluginUpgrade',50,'976803d327828594d05e4d0edf51ffe1','976803d327828594d05e4d0edf51ffe1','The Plugin \"Thrive Quiz Builder\" needs an upgrade (2.2.5.1 -> 2.2.9).','You need to upgrade \"Thrive Quiz Builder\" to the newest version to ensure you have any security fixes the developer has released.','a:21:{s:20:\"WC requires at least\";s:0:\"\";s:15:\"WC tested up to\";s:0:\"\";s:3:\"Woo\";s:0:\"\";s:4:\"Name\";s:19:\"Thrive Quiz Builder\";s:9:\"PluginURI\";s:24:\"https://thrivethemes.com\";s:7:\"Version\";s:7:\"2.2.5.1\";s:11:\"Description\";s:283:\"The plugin is built to deliver the following benefits to users: engage visitors with fun and interesting quizzes, lower bounce rate, generate more leads and gain visitor insights to find out about their interests. <cite>By <a href=\"https://thrivethemes.com\">Thrive Themes</a>.</cite>\";s:6:\"Author\";s:52:\"<a href=\"https://thrivethemes.com\">Thrive Themes</a>\";s:9:\"AuthorURI\";s:0:\"\";s:10:\"TextDomain\";s:19:\"thrive-quiz-builder\";s:10:\"DomainPath\";s:0:\"\";s:7:\"Network\";b:0;s:10:\"RequiresWP\";s:0:\"\";s:11:\"RequiresPHP\";s:0:\"\";s:5:\"Title\";s:58:\"<a href=\"https://thrivethemes.com\">Thrive Quiz Builder</a>\";s:10:\"AuthorName\";s:52:\"<a href=\"https://thrivethemes.com\">Thrive Themes</a>\";s:10:\"pluginFile\";s:101:\"/home/blackh42/bestcerakoteflorida.com/wp-content/plugins/thrive-quiz-builder/thrive-quiz-builder.php\";s:10:\"newVersion\";s:5:\"2.2.9\";s:4:\"slug\";s:19:\"thrive-quiz-builder\";s:5:\"wpURL\";N;s:10:\"vulnerable\";b:0;}'),(6112,1581369968,1581369968,'new','wfPluginUpgrade',50,'8c6350cd6d698e3ae9a80af64d0bbe38','8c6350cd6d698e3ae9a80af64d0bbe38','The Plugin \"Thrive Ultimatum\" needs an upgrade (2.2.4.1 -> 2.2.8).','You need to upgrade \"Thrive Ultimatum\" to the newest version to ensure you have any security fixes the developer has released.','a:21:{s:20:\"WC requires at least\";s:0:\"\";s:15:\"WC tested up to\";s:0:\"\";s:3:\"Woo\";s:0:\"\";s:4:\"Name\";s:16:\"Thrive Ultimatum\";s:9:\"PluginURI\";s:24:\"https://thrivethemes.com\";s:7:\"Version\";s:7:\"2.2.4.1\";s:11:\"Description\";s:112:\"The ultimate scarcity plugin for Wordpress <cite>By <a href=\"https://thrivethemes.com\">Thrive Themes</a>.</cite>\";s:6:\"Author\";s:52:\"<a href=\"https://thrivethemes.com\">Thrive Themes</a>\";s:9:\"AuthorURI\";s:0:\"\";s:10:\"TextDomain\";s:10:\"thrive-ult\";s:10:\"DomainPath\";s:0:\"\";s:7:\"Network\";b:0;s:10:\"RequiresWP\";s:0:\"\";s:11:\"RequiresPHP\";s:0:\"\";s:5:\"Title\";s:55:\"<a href=\"https://thrivethemes.com\">Thrive Ultimatum</a>\";s:10:\"AuthorName\";s:52:\"<a href=\"https://thrivethemes.com\">Thrive Themes</a>\";s:10:\"pluginFile\";s:95:\"/home/blackh42/bestcerakoteflorida.com/wp-content/plugins/thrive-ultimatum/thrive-ultimatum.php\";s:10:\"newVersion\";s:5:\"2.2.8\";s:4:\"slug\";s:16:\"thrive-ultimatum\";s:5:\"wpURL\";N;s:10:\"vulnerable\";b:0;}'),(6113,1581369968,1581369968,'new','wfPluginUpgrade',50,'b2b3b6af3ad9b30a1622743792902ea4','b2b3b6af3ad9b30a1622743792902ea4','The Plugin \"Thrive Architect\" needs an upgrade (2.4.4.1 -> 2.4.8).','You need to upgrade \"Thrive Architect\" to the newest version to ensure you have any security fixes the developer has released.','a:21:{s:20:\"WC requires at least\";s:0:\"\";s:15:\"WC tested up to\";s:0:\"\";s:3:\"Woo\";s:0:\"\";s:4:\"Name\";s:16:\"Thrive Architect\";s:9:\"PluginURI\";s:27:\"http://www.thrivethemes.com\";s:7:\"Version\";s:7:\"2.4.4.1\";s:11:\"Description\";s:121:\"Live front end editor for your WordPress content <cite>By <a href=\"http://www.thrivethemes.com\">Thrive Themes</a>.</cite>\";s:6:\"Author\";s:55:\"<a href=\"http://www.thrivethemes.com\">Thrive Themes</a>\";s:9:\"AuthorURI\";s:0:\"\";s:10:\"TextDomain\";s:20:\"thrive-visual-editor\";s:10:\"DomainPath\";s:0:\"\";s:7:\"Network\";b:0;s:10:\"RequiresWP\";s:0:\"\";s:11:\"RequiresPHP\";s:0:\"\";s:5:\"Title\";s:58:\"<a href=\"http://www.thrivethemes.com\">Thrive Architect</a>\";s:10:\"AuthorName\";s:55:\"<a href=\"http://www.thrivethemes.com\">Thrive Themes</a>\";s:10:\"pluginFile\";s:103:\"/home/blackh42/bestcerakoteflorida.com/wp-content/plugins/thrive-visual-editor/thrive-visual-editor.php\";s:10:\"newVersion\";s:5:\"2.4.8\";s:4:\"slug\";s:20:\"thrive-visual-editor\";s:5:\"wpURL\";N;s:10:\"vulnerable\";b:0;}'),(6106,1581369968,1581369968,'new','wfPluginUpgrade',50,'092f397832b1929509ddb851ec299c72','092f397832b1929509ddb851ec299c72','The Plugin \"Thrive Clever Widgets\" needs an upgrade (1.46 -> 1.50).','You need to upgrade \"Thrive Clever Widgets\" to the newest version to ensure you have any security fixes the developer has released.','a:21:{s:20:\"WC requires at least\";s:0:\"\";s:15:\"WC tested up to\";s:0:\"\";s:3:\"Woo\";s:0:\"\";s:4:\"Name\";s:21:\"Thrive Clever Widgets\";s:9:\"PluginURI\";s:24:\"https://thrivethemes.com\";s:7:\"Version\";s:4:\"1.46\";s:11:\"Description\";s:141:\"Take control over exactly where your widgets are displayed on your site <cite>By <a href=\"https://thrivethemes.com\">Thrive Themes</a>.</cite>\";s:6:\"Author\";s:52:\"<a href=\"https://thrivethemes.com\">Thrive Themes</a>\";s:9:\"AuthorURI\";s:0:\"\";s:10:\"TextDomain\";s:21:\"thrive-clever-widgets\";s:10:\"DomainPath\";s:0:\"\";s:7:\"Network\";b:0;s:10:\"RequiresWP\";s:0:\"\";s:11:\"RequiresPHP\";s:0:\"\";s:5:\"Title\";s:60:\"<a href=\"https://thrivethemes.com\">Thrive Clever Widgets</a>\";s:10:\"AuthorName\";s:52:\"<a href=\"https://thrivethemes.com\">Thrive Themes</a>\";s:10:\"pluginFile\";s:105:\"/home/blackh42/bestcerakoteflorida.com/wp-content/plugins/thrive-clever-widgets/thrive-clever-widgets.php\";s:10:\"newVersion\";s:4:\"1.50\";s:4:\"slug\";s:21:\"thrive-clever-widgets\";s:5:\"wpURL\";N;s:10:\"vulnerable\";b:0;}'),(6107,1581369968,1581369968,'new','wfPluginUpgrade',50,'5df2eb39001c962ecedd55fd406d77f8','5df2eb39001c962ecedd55fd406d77f8','The Plugin \"Thrive Comments\" needs an upgrade (1.3.3 -> 1.3.7).','You need to upgrade \"Thrive Comments\" to the newest version to ensure you have any security fixes the developer has released.','a:21:{s:20:\"WC requires at least\";s:0:\"\";s:15:\"WC tested up to\";s:0:\"\";s:3:\"Woo\";s:0:\"\";s:4:\"Name\";s:15:\"Thrive Comments\";s:9:\"PluginURI\";s:24:\"https://thrivethemes.com\";s:7:\"Version\";s:5:\"1.3.3\";s:11:\"Description\";s:85:\"Thrive Comments <cite>By <a href=\"https://thrivethemes.com\">Thrive Themes</a>.</cite>\";s:6:\"Author\";s:52:\"<a href=\"https://thrivethemes.com\">Thrive Themes</a>\";s:9:\"AuthorURI\";s:0:\"\";s:10:\"TextDomain\";s:15:\"thrive-comments\";s:10:\"DomainPath\";s:0:\"\";s:7:\"Network\";b:0;s:10:\"RequiresWP\";s:0:\"\";s:11:\"RequiresPHP\";s:0:\"\";s:5:\"Title\";s:54:\"<a href=\"https://thrivethemes.com\">Thrive Comments</a>\";s:10:\"AuthorName\";s:52:\"<a href=\"https://thrivethemes.com\">Thrive Themes</a>\";s:10:\"pluginFile\";s:93:\"/home/blackh42/bestcerakoteflorida.com/wp-content/plugins/thrive-comments/thrive-comments.php\";s:10:\"newVersion\";s:5:\"1.3.7\";s:4:\"slug\";s:15:\"thrive-comments\";s:5:\"wpURL\";N;s:10:\"vulnerable\";b:0;}'),(6108,1581369968,1581369968,'new','wfPluginUpgrade',50,'644fb317094dc2f2b6b2d28e46614f55','644fb317094dc2f2b6b2d28e46614f55','The Plugin \"Thrive Headline Optimizer\" needs an upgrade (1.1.30 -> 1.2.3).','You need to upgrade \"Thrive Headline Optimizer\" to the newest version to ensure you have any security fixes the developer has released.','a:21:{s:20:\"WC requires at least\";s:0:\"\";s:15:\"WC tested up to\";s:0:\"\";s:3:\"Woo\";s:0:\"\";s:4:\"Name\";s:25:\"Thrive Headline Optimizer\";s:9:\"PluginURI\";s:24:\"https://thrivethemes.com\";s:7:\"Version\";s:6:\"1.1.30\";s:11:\"Description\";s:170:\"Generate reports to find out how well your site is performing <cite>By <a href=\"https://thrivethemes.com\"><a href=\"https://thrivethemes.com\">Thrive Themes</a></a>.</cite>\";s:6:\"Author\";s:91:\"<a href=\"https://thrivethemes.com\"><a href=\"https://thrivethemes.com\">Thrive Themes</a></a>\";s:9:\"AuthorURI\";s:24:\"https://thrivethemes.com\";s:10:\"TextDomain\";s:15:\"thrive-headline\";s:10:\"DomainPath\";s:11:\"/languages/\";s:7:\"Network\";b:0;s:10:\"RequiresWP\";s:0:\"\";s:11:\"RequiresPHP\";s:0:\"\";s:5:\"Title\";s:64:\"<a href=\"https://thrivethemes.com\">Thrive Headline Optimizer</a>\";s:10:\"AuthorName\";s:52:\"<a href=\"https://thrivethemes.com\">Thrive Themes</a>\";s:10:\"pluginFile\";s:113:\"/home/blackh42/bestcerakoteflorida.com/wp-content/plugins/thrive-headline-optimizer/thrive-headline-optimizer.php\";s:10:\"newVersion\";s:5:\"1.2.3\";s:4:\"slug\";s:25:\"thrive-headline-optimizer\";s:5:\"wpURL\";N;s:10:\"vulnerable\";b:0;}'),(6105,1581369968,1581369968,'new','wfPluginUpgrade',50,'0392ba718880e9cd2fea85918d201355','0392ba718880e9cd2fea85918d201355','The Plugin \"Thrive Apprentice\" needs an upgrade (2.2.5.1 -> 2.2.9).','You need to upgrade \"Thrive Apprentice\" to the newest version to ensure you have any security fixes the developer has released.','a:21:{s:20:\"WC requires at least\";s:0:\"\";s:15:\"WC tested up to\";s:0:\"\";s:3:\"Woo\";s:0:\"\";s:4:\"Name\";s:17:\"Thrive Apprentice\";s:9:\"PluginURI\";s:24:\"https://thrivethemes.com\";s:7:\"Version\";s:7:\"2.2.5.1\";s:11:\"Description\";s:136:\"Create courses and lessons. <cite>By <a href=\"https://thrivethemes.com\"><a href=\"https://thrivethemes.com\">Thrive Themes</a></a>.</cite>\";s:6:\"Author\";s:91:\"<a href=\"https://thrivethemes.com\"><a href=\"https://thrivethemes.com\">Thrive Themes</a></a>\";s:9:\"AuthorURI\";s:24:\"https://thrivethemes.com\";s:10:\"TextDomain\";s:17:\"thrive-apprentice\";s:10:\"DomainPath\";s:11:\"/languages/\";s:7:\"Network\";b:0;s:10:\"RequiresWP\";s:0:\"\";s:11:\"RequiresPHP\";s:0:\"\";s:5:\"Title\";s:56:\"<a href=\"https://thrivethemes.com\">Thrive Apprentice</a>\";s:10:\"AuthorName\";s:52:\"<a href=\"https://thrivethemes.com\">Thrive Themes</a>\";s:10:\"pluginFile\";s:97:\"/home/blackh42/bestcerakoteflorida.com/wp-content/plugins/thrive-apprentice/thrive-apprentice.php\";s:10:\"newVersion\";s:5:\"2.2.9\";s:4:\"slug\";s:17:\"thrive-apprentice\";s:5:\"wpURL\";N;s:10:\"vulnerable\";b:0;}'),(6104,1581369968,1581369968,'new','wfPluginUpgrade',50,'1c60e9d224546ece381060c4e89f53d5','1c60e9d224546ece381060c4e89f53d5','The Plugin \"Thrive Optimize\" needs an upgrade (1.3.2 -> 1.3.7).','You need to upgrade \"Thrive Optimize\" to the newest version to ensure you have any security fixes the developer has released.','a:21:{s:20:\"WC requires at least\";s:0:\"\";s:15:\"WC tested up to\";s:0:\"\";s:3:\"Woo\";s:0:\"\";s:4:\"Name\";s:15:\"Thrive Optimize\";s:9:\"PluginURI\";s:25:\"https://thrivethemes.com/\";s:7:\"Version\";s:5:\"1.3.2\";s:11:\"Description\";s:137:\"Boost Conversion Rates by testing two or more variations of a page <cite>By <a href=\"https://thrivethemes.com/\">Thrive Themes</a>.</cite>\";s:6:\"Author\";s:53:\"<a href=\"https://thrivethemes.com/\">Thrive Themes</a>\";s:9:\"AuthorURI\";s:25:\"https://thrivethemes.com/\";s:10:\"TextDomain\";s:5:\"wporg\";s:10:\"DomainPath\";s:10:\"/languages\";s:7:\"Network\";b:0;s:10:\"RequiresWP\";s:0:\"\";s:11:\"RequiresPHP\";s:0:\"\";s:5:\"Title\";s:55:\"<a href=\"https://thrivethemes.com/\">Thrive Optimize</a>\";s:10:\"AuthorName\";s:13:\"Thrive Themes\";s:10:\"pluginFile\";s:107:\"/home/blackh42/bestcerakoteflorida.com/wp-content/plugins/thrive-ab-page-testing/thrive-ab-page-testing.php\";s:10:\"newVersion\";s:5:\"1.3.7\";s:4:\"slug\";s:22:\"thrive-ab-page-testing\";s:5:\"wpURL\";N;s:10:\"vulnerable\";b:0;}'),(6103,1581369968,1581369968,'new','wfPluginUpgrade',50,'4340a6f40d0d03cf198b4229b4560bb7','4340a6f40d0d03cf198b4229b4560bb7','The Plugin \"Astra Premium Sites\" needs an upgrade (1.4.0 -> 1.4.6).','You need to upgrade \"Astra Premium Sites\" to the newest version to ensure you have any security fixes the developer has released.','a:21:{s:20:\"WC requires at least\";s:0:\"\";s:15:\"WC tested up to\";s:0:\"\";s:3:\"Woo\";s:0:\"\";s:4:\"Name\";s:19:\"Astra Premium Sites\";s:9:\"PluginURI\";s:20:\"https://wpastra.com/\";s:7:\"Version\";s:5:\"1.4.0\";s:11:\"Description\";s:224:\"This plugin is an add-on for the Astra WordPress Theme. It offers the premium library of ready sites that can be imported in your website easily. <cite>By <a href=\"http://www.brainstormforce.com\">Brainstorm Force</a>.</cite>\";s:6:\"Author\";s:61:\"<a href=\"http://www.brainstormforce.com\">Brainstorm Force</a>\";s:9:\"AuthorURI\";s:30:\"http://www.brainstormforce.com\";s:10:\"TextDomain\";s:15:\"astra-pro-sites\";s:10:\"DomainPath\";s:0:\"\";s:7:\"Network\";b:0;s:10:\"RequiresWP\";s:0:\"\";s:11:\"RequiresPHP\";s:0:\"\";s:5:\"Title\";s:54:\"<a href=\"https://wpastra.com/\">Astra Premium Sites</a>\";s:10:\"AuthorName\";s:16:\"Brainstorm Force\";s:10:\"pluginFile\";s:93:\"/home/blackh42/bestcerakoteflorida.com/wp-content/plugins/astra-pro-sites/astra-pro-sites.php\";s:10:\"newVersion\";s:5:\"1.4.6\";s:4:\"slug\";s:15:\"astra-pro-sites\";s:5:\"wpURL\";s:120:\"https://wpastra.com/ready-websites/?utm_source=graupi-license-form&utm_medium=ready-websites&utm_campaign=purchase-astra\";s:10:\"vulnerable\";b:0;}'),(6102,1581369968,1581369968,'new','wfPluginUpgrade',50,'da4cf671cad172cb491de0d82c35a1ce','da4cf671cad172cb491de0d82c35a1ce','The Plugin \"Astra Pro\" needs an upgrade (2.1.2 -> 2.2.5).','You need to upgrade \"Astra Pro\" to the newest version to ensure you have any security fixes the developer has released.','a:21:{s:20:\"WC requires at least\";s:0:\"\";s:15:\"WC tested up to\";s:0:\"\";s:3:\"Woo\";s:0:\"\";s:4:\"Name\";s:9:\"Astra Pro\";s:9:\"PluginURI\";s:20:\"https://wpastra.com/\";s:7:\"Version\";s:5:\"2.1.2\";s:11:\"Description\";s:236:\"This plugin is an add-on for the Astra WordPress Theme. It offers premium features &amp; functionalities that enhance your theming experience at next level. <cite>By <a href=\"https://www.brainstormforce.com\">Brainstorm Force</a>.</cite>\";s:6:\"Author\";s:62:\"<a href=\"https://www.brainstormforce.com\">Brainstorm Force</a>\";s:9:\"AuthorURI\";s:31:\"https://www.brainstormforce.com\";s:10:\"TextDomain\";s:11:\"astra-addon\";s:10:\"DomainPath\";s:0:\"\";s:7:\"Network\";b:0;s:10:\"RequiresWP\";s:0:\"\";s:11:\"RequiresPHP\";s:0:\"\";s:5:\"Title\";s:44:\"<a href=\"https://wpastra.com/\">Astra Pro</a>\";s:10:\"AuthorName\";s:16:\"Brainstorm Force\";s:10:\"pluginFile\";s:85:\"/home/blackh42/bestcerakoteflorida.com/wp-content/plugins/astra-addon/astra-addon.php\";s:10:\"newVersion\";s:5:\"2.2.5\";s:4:\"slug\";s:11:\"astra-addon\";s:5:\"wpURL\";s:126:\"https://wpastra.com/pricing/?utm_source=graupi-license-form&utm_medium=graupi-license-invalidation&utm_campaign=purchase-astra\";s:10:\"vulnerable\";b:0;}'),(6101,1581369968,1581369968,'new','wfPluginUpgrade',50,'05248287bd1013817ff7f67eeec521a4','05248287bd1013817ff7f67eeec521a4','The Plugin \"WooCommerce Stripe Gateway\" needs an upgrade (4.3.0 -> 4.3.1).','You need to upgrade \"WooCommerce Stripe Gateway\" to the newest version to ensure you have any security fixes the developer has released.','a:21:{s:20:\"WC requires at least\";s:3:\"2.6\";s:15:\"WC tested up to\";s:5:\"3.7.1\";s:3:\"Woo\";s:0:\"\";s:4:\"Name\";s:26:\"WooCommerce Stripe Gateway\";s:9:\"PluginURI\";s:57:\"https://wordpress.org/plugins/woocommerce-gateway-stripe/\";s:7:\"Version\";s:5:\"4.3.0\";s:11:\"Description\";s:121:\"Take credit card payments on your store using Stripe. <cite>By <a href=\"https://woocommerce.com/\">WooCommerce</a>.</cite>\";s:6:\"Author\";s:50:\"<a href=\"https://woocommerce.com/\">WooCommerce</a>\";s:9:\"AuthorURI\";s:24:\"https://woocommerce.com/\";s:10:\"TextDomain\";s:26:\"woocommerce-gateway-stripe\";s:10:\"DomainPath\";s:10:\"/languages\";s:7:\"Network\";b:0;s:10:\"RequiresWP\";s:3:\"4.4\";s:11:\"RequiresPHP\";s:0:\"\";s:5:\"Title\";s:98:\"<a href=\"https://wordpress.org/plugins/woocommerce-gateway-stripe/\">WooCommerce Stripe Gateway</a>\";s:10:\"AuthorName\";s:11:\"WooCommerce\";s:10:\"pluginFile\";s:115:\"/home/blackh42/bestcerakoteflorida.com/wp-content/plugins/woocommerce-gateway-stripe/woocommerce-gateway-stripe.php\";s:10:\"newVersion\";s:5:\"4.3.1\";s:4:\"slug\";s:26:\"woocommerce-gateway-stripe\";s:5:\"wpURL\";s:56:\"https://wordpress.org/plugins/woocommerce-gateway-stripe\";s:10:\"vulnerable\";b:0;}'),(6100,1581369968,1581369968,'new','wfPluginUpgrade',50,'99b6349dd688d4c46a179f7841f59f82','99b6349dd688d4c46a179f7841f59f82','The Plugin \"WooCommerce Services\" needs an upgrade (1.21.1 -> 1.22.3).','You need to upgrade \"WooCommerce Services\" to the newest version to ensure you have any security fixes the developer has released.','a:21:{s:20:\"WC requires at least\";s:5:\"3.0.0\";s:15:\"WC tested up to\";s:3:\"3.7\";s:3:\"Woo\";s:0:\"\";s:4:\"Name\";s:20:\"WooCommerce Services\";s:9:\"PluginURI\";s:24:\"https://woocommerce.com/\";s:7:\"Version\";s:6:\"1.21.1\";s:11:\"Description\";s:179:\"Hosted services for WooCommerce: automated tax calculation, shipping label printing, and smoother payment setup. <cite>By <a href=\"https://woocommerce.com/\">Automattic</a>.</cite>\";s:6:\"Author\";s:49:\"<a href=\"https://woocommerce.com/\">Automattic</a>\";s:9:\"AuthorURI\";s:24:\"https://woocommerce.com/\";s:10:\"TextDomain\";s:20:\"woocommerce-services\";s:10:\"DomainPath\";s:16:\"/i18n/languages/\";s:7:\"Network\";b:0;s:10:\"RequiresWP\";s:0:\"\";s:11:\"RequiresPHP\";s:0:\"\";s:5:\"Title\";s:59:\"<a href=\"https://woocommerce.com/\">WooCommerce Services</a>\";s:10:\"AuthorName\";s:10:\"Automattic\";s:10:\"pluginFile\";s:103:\"/home/blackh42/bestcerakoteflorida.com/wp-content/plugins/woocommerce-services/woocommerce-services.php\";s:10:\"newVersion\";s:6:\"1.22.3\";s:4:\"slug\";s:20:\"woocommerce-services\";s:5:\"wpURL\";s:50:\"https://wordpress.org/plugins/woocommerce-services\";s:10:\"vulnerable\";b:0;}'),(6099,1581369968,1581369968,'new','wfPluginUpgrade',50,'9c7bcc3427b2d0f19a55b4569d3f0915','9c7bcc3427b2d0f19a55b4569d3f0915','The Plugin \"WooCommerce Blocks\" needs an upgrade (2.4.4 -> 2.5.11).','You need to upgrade \"WooCommerce Blocks\" to the newest version to ensure you have any security fixes the developer has released.','a:21:{s:20:\"WC requires at least\";s:3:\"3.6\";s:15:\"WC tested up to\";s:3:\"3.8\";s:3:\"Woo\";s:0:\"\";s:4:\"Name\";s:18:\"WooCommerce Blocks\";s:9:\"PluginURI\";s:67:\"https://github.com/woocommerce/woocommerce-gutenberg-products-block\";s:7:\"Version\";s:5:\"2.4.4\";s:11:\"Description\";s:110:\"WooCommerce blocks for the Gutenberg editor. <cite>By <a href=\"https://woocommerce.com\">Automattic</a>.</cite>\";s:6:\"Author\";s:48:\"<a href=\"https://woocommerce.com\">Automattic</a>\";s:9:\"AuthorURI\";s:23:\"https://woocommerce.com\";s:10:\"TextDomain\";s:28:\"woo-gutenberg-products-block\";s:10:\"DomainPath\";s:0:\"\";s:7:\"Network\";b:0;s:10:\"RequiresWP\";s:0:\"\";s:11:\"RequiresPHP\";s:0:\"\";s:5:\"Title\";s:100:\"<a href=\"https://github.com/woocommerce/woocommerce-gutenberg-products-block\">WooCommerce Blocks</a>\";s:10:\"AuthorName\";s:10:\"Automattic\";s:10:\"pluginFile\";s:127:\"/home/blackh42/bestcerakoteflorida.com/wp-content/plugins/woo-gutenberg-products-block/woocommerce-gutenberg-products-block.php\";s:10:\"newVersion\";s:6:\"2.5.11\";s:4:\"slug\";s:28:\"woo-gutenberg-products-block\";s:5:\"wpURL\";s:58:\"https://wordpress.org/plugins/woo-gutenberg-products-block\";s:10:\"vulnerable\";b:0;}'),(6098,1581369968,1581369968,'new','wfPluginUpgrade',50,'d1a28bfbc06e0161d9561bbd59942fba','d1a28bfbc06e0161d9561bbd59942fba','The Plugin \"WooCommerce Admin\" needs an upgrade (0.20.1 -> 0.25.1).','You need to upgrade \"WooCommerce Admin\" to the newest version to ensure you have any security fixes the developer has released.','a:21:{s:20:\"WC requires at least\";s:5:\"3.6.0\";s:15:\"WC tested up to\";s:5:\"3.7.0\";s:3:\"Woo\";s:0:\"\";s:4:\"Name\";s:17:\"WooCommerce Admin\";s:9:\"PluginURI\";s:48:\"https://github.com/woocommerce/woocommerce-admin\";s:7:\"Version\";s:6:\"0.20.1\";s:11:\"Description\";s:243:\"A new JavaScript-driven interface for managing your store. The plugin includes new and improved reports, and a dashboard to monitor all the important key metrics of your site. <cite>By <a href=\"https://woocommerce.com/\">WooCommerce</a>.</cite>\";s:6:\"Author\";s:50:\"<a href=\"https://woocommerce.com/\">WooCommerce</a>\";s:9:\"AuthorURI\";s:24:\"https://woocommerce.com/\";s:10:\"TextDomain\";s:17:\"woocommerce-admin\";s:10:\"DomainPath\";s:10:\"/languages\";s:7:\"Network\";b:0;s:10:\"RequiresWP\";s:5:\"5.2.0\";s:11:\"RequiresPHP\";s:6:\"5.6.20\";s:5:\"Title\";s:80:\"<a href=\"https://github.com/woocommerce/woocommerce-admin\">WooCommerce Admin</a>\";s:10:\"AuthorName\";s:11:\"WooCommerce\";s:10:\"pluginFile\";s:97:\"/home/blackh42/bestcerakoteflorida.com/wp-content/plugins/woocommerce-admin/woocommerce-admin.php\";s:10:\"newVersion\";s:6:\"0.25.1\";s:4:\"slug\";s:17:\"woocommerce-admin\";s:5:\"wpURL\";s:47:\"https://wordpress.org/plugins/woocommerce-admin\";s:10:\"vulnerable\";b:0;}'),(6097,1581369968,1581369968,'new','wfPluginUpgrade',50,'ce3d08fd94c049a9c8f7eae07939d8e0','ce3d08fd94c049a9c8f7eae07939d8e0','The Plugin \"WooCommerce\" needs an upgrade (3.7.1 -> 3.9.1).','You need to upgrade \"WooCommerce\" to the newest version to ensure you have any security fixes the developer has released.','a:21:{s:20:\"WC requires at least\";s:0:\"\";s:15:\"WC tested up to\";s:0:\"\";s:3:\"Woo\";s:0:\"\";s:4:\"Name\";s:11:\"WooCommerce\";s:9:\"PluginURI\";s:24:\"https://woocommerce.com/\";s:7:\"Version\";s:5:\"3.7.1\";s:11:\"Description\";s:129:\"An eCommerce toolkit that helps you sell anything. Beautifully. <cite>By <a href=\"https://woocommerce.com\">Automattic</a>.</cite>\";s:6:\"Author\";s:48:\"<a href=\"https://woocommerce.com\">Automattic</a>\";s:9:\"AuthorURI\";s:23:\"https://woocommerce.com\";s:10:\"TextDomain\";s:11:\"woocommerce\";s:10:\"DomainPath\";s:16:\"/i18n/languages/\";s:7:\"Network\";b:0;s:10:\"RequiresWP\";s:0:\"\";s:11:\"RequiresPHP\";s:0:\"\";s:5:\"Title\";s:50:\"<a href=\"https://woocommerce.com/\">WooCommerce</a>\";s:10:\"AuthorName\";s:10:\"Automattic\";s:10:\"pluginFile\";s:85:\"/home/blackh42/bestcerakoteflorida.com/wp-content/plugins/woocommerce/woocommerce.php\";s:10:\"newVersion\";s:5:\"3.9.1\";s:4:\"slug\";s:11:\"woocommerce\";s:5:\"wpURL\";s:41:\"https://wordpress.org/plugins/woocommerce\";s:10:\"vulnerable\";b:0;}'),(6091,1581369968,1581369968,'new','wfPluginUpgrade',50,'1c52279edd4778be1d313f053e60a763','1c52279edd4778be1d313f053e60a763','The Plugin \"Really Simple SSL\" needs an upgrade (3.2.6 -> 3.2.9).','You need to upgrade \"Really Simple SSL\" to the newest version to ensure you have any security fixes the developer has released.','a:21:{s:20:\"WC requires at least\";s:0:\"\";s:15:\"WC tested up to\";s:0:\"\";s:3:\"Woo\";s:0:\"\";s:4:\"Name\";s:17:\"Really Simple SSL\";s:9:\"PluginURI\";s:33:\"https://www.really-simple-ssl.com\";s:7:\"Version\";s:5:\"3.2.6\";s:11:\"Description\";s:160:\"Lightweight plugin without any setup to make your site SSL proof <cite>By <a href=\"https://really-simple-plugins.com\">Rogier Lankhorst, Mark Wolters</a>.</cite>\";s:6:\"Author\";s:78:\"<a href=\"https://really-simple-plugins.com\">Rogier Lankhorst, Mark Wolters</a>\";s:9:\"AuthorURI\";s:33:\"https://really-simple-plugins.com\";s:10:\"TextDomain\";s:17:\"really-simple-ssl\";s:10:\"DomainPath\";s:10:\"/languages\";s:7:\"Network\";b:0;s:10:\"RequiresWP\";s:0:\"\";s:11:\"RequiresPHP\";s:0:\"\";s:5:\"Title\";s:65:\"<a href=\"https://www.really-simple-ssl.com\">Really Simple SSL</a>\";s:10:\"AuthorName\";s:30:\"Rogier Lankhorst, Mark Wolters\";s:10:\"pluginFile\";s:105:\"/home/blackh42/bestcerakoteflorida.com/wp-content/plugins/really-simple-ssl/rlrsssl-really-simple-ssl.php\";s:10:\"newVersion\";s:5:\"3.2.9\";s:4:\"slug\";s:17:\"really-simple-ssl\";s:5:\"wpURL\";s:47:\"https://wordpress.org/plugins/really-simple-ssl\";s:10:\"vulnerable\";b:0;}'),(6092,1581369968,1581369968,'new','wfPluginUpgrade',50,'2be129eb139cce94874af501ae385d86','2be129eb139cce94874af501ae385d86','The Plugin \"Sidebar Manager\" needs an upgrade (1.1.1 -> 1.1.2).','You need to upgrade \"Sidebar Manager\" to the newest version to ensure you have any security fixes the developer has released.','a:21:{s:20:\"WC requires at least\";s:0:\"\";s:15:\"WC tested up to\";s:0:\"\";s:3:\"Woo\";s:0:\"\";s:4:\"Name\";s:15:\"Sidebar Manager\";s:9:\"PluginURI\";s:30:\"http://www.brainstormforce.com\";s:7:\"Version\";s:5:\"1.1.1\";s:11:\"Description\";s:140:\"This is the plugin to create custom siderbars to your site. <cite>By <a href=\"https://www.brainstormforce.com/\">Brainstorm Force</a>.</cite>\";s:6:\"Author\";s:63:\"<a href=\"https://www.brainstormforce.com/\">Brainstorm Force</a>\";s:9:\"AuthorURI\";s:32:\"https://www.brainstormforce.com/\";s:10:\"TextDomain\";s:11:\"bsfsidebars\";s:10:\"DomainPath\";s:0:\"\";s:7:\"Network\";b:0;s:10:\"RequiresWP\";s:0:\"\";s:11:\"RequiresPHP\";s:0:\"\";s:5:\"Title\";s:60:\"<a href=\"http://www.brainstormforce.com\">Sidebar Manager</a>\";s:10:\"AuthorName\";s:16:\"Brainstorm Force\";s:10:\"pluginFile\";s:93:\"/home/blackh42/bestcerakoteflorida.com/wp-content/plugins/sidebar-manager/sidebar-manager.php\";s:10:\"newVersion\";s:5:\"1.1.2\";s:4:\"slug\";s:15:\"sidebar-manager\";s:5:\"wpURL\";s:45:\"https://wordpress.org/plugins/sidebar-manager\";s:10:\"vulnerable\";b:0;}'),(6093,1581369968,1581369968,'new','wfPluginUpgrade',50,'9554de087ddc7d4f12ed9d4ae878e791','9554de087ddc7d4f12ed9d4ae878e791','The Plugin \"SVG Support\" needs an upgrade (2.3.15 -> 2.3.17).','You need to upgrade \"SVG Support\" to the newest version to ensure you have any security fixes the developer has released.','a:21:{s:20:\"WC requires at least\";s:0:\"\";s:15:\"WC tested up to\";s:0:\"\";s:3:\"Woo\";s:0:\"\";s:4:\"Name\";s:11:\"SVG Support\";s:9:\"PluginURI\";s:41:\"http://wordpress.org/plugins/svg-support/\";s:7:\"Version\";s:6:\"2.3.15\";s:11:\"Description\";s:204:\"Upload SVG files to the Media Library and render SVG files inline for direct styling/animation of an SVG&#8217;s internal elements using CSS/JS. <cite>By <a href=\"http://benbodhi.com\">Benbodhi</a>.</cite>\";s:6:\"Author\";s:42:\"<a href=\"http://benbodhi.com\">Benbodhi</a>\";s:9:\"AuthorURI\";s:19:\"http://benbodhi.com\";s:10:\"TextDomain\";s:11:\"svg-support\";s:10:\"DomainPath\";s:10:\"/languages\";s:7:\"Network\";b:0;s:10:\"RequiresWP\";s:0:\"\";s:11:\"RequiresPHP\";s:0:\"\";s:5:\"Title\";s:67:\"<a href=\"http://wordpress.org/plugins/svg-support/\">SVG Support</a>\";s:10:\"AuthorName\";s:8:\"Benbodhi\";s:10:\"pluginFile\";s:85:\"/home/blackh42/bestcerakoteflorida.com/wp-content/plugins/svg-support/svg-support.php\";s:10:\"newVersion\";s:6:\"2.3.17\";s:4:\"slug\";s:11:\"svg-support\";s:5:\"wpURL\";s:41:\"https://wordpress.org/plugins/svg-support\";s:10:\"vulnerable\";b:0;}'),(6094,1581369968,1581369968,'new','wfPluginUpgrade',50,'4dca94f5e3f99aa5397fd424ffaa3158','4dca94f5e3f99aa5397fd424ffaa3158','The Plugin \"The SEO Framework\" needs an upgrade (4.0.2 -> 4.0.4).','You need to upgrade \"The SEO Framework\" to the newest version to ensure you have any security fixes the developer has released.','a:21:{s:20:\"WC requires at least\";s:0:\"\";s:15:\"WC tested up to\";s:0:\"\";s:3:\"Woo\";s:0:\"\";s:4:\"Name\";s:17:\"The SEO Framework\";s:9:\"PluginURI\";s:28:\"https://theseoframework.com/\";s:7:\"Version\";s:5:\"4.0.2\";s:11:\"Description\";s:188:\"An automated, advanced, accessible, unbranded and extremely fast SEO solution for your WordPress website. <cite>By <a href=\"https://theseoframework.com/\">The SEO Framework Team</a>.</cite>\";s:6:\"Author\";s:65:\"<a href=\"https://theseoframework.com/\">The SEO Framework Team</a>\";s:9:\"AuthorURI\";s:28:\"https://theseoframework.com/\";s:10:\"TextDomain\";s:15:\"autodescription\";s:10:\"DomainPath\";s:9:\"/language\";s:7:\"Network\";b:0;s:10:\"RequiresWP\";s:0:\"\";s:11:\"RequiresPHP\";s:0:\"\";s:5:\"Title\";s:60:\"<a href=\"https://theseoframework.com/\">The SEO Framework</a>\";s:10:\"AuthorName\";s:22:\"The SEO Framework Team\";s:10:\"pluginFile\";s:93:\"/home/blackh42/bestcerakoteflorida.com/wp-content/plugins/autodescription/autodescription.php\";s:10:\"newVersion\";s:5:\"4.0.4\";s:4:\"slug\";s:15:\"autodescription\";s:5:\"wpURL\";s:45:\"https://wordpress.org/plugins/autodescription\";s:10:\"vulnerable\";b:0;}'),(6095,1581369968,1581369968,'new','wfPluginUpgrade',50,'d9dfb2010b25e672015c9ff9ba4e1811','d9dfb2010b25e672015c9ff9ba4e1811','The Plugin \"Ultimate Addons for Gutenberg\" needs an upgrade (1.13.6 -> 1.14.6).','You need to upgrade \"Ultimate Addons for Gutenberg\" to the newest version to ensure you have any security fixes the developer has released.','a:21:{s:20:\"WC requires at least\";s:0:\"\";s:15:\"WC tested up to\";s:0:\"\";s:3:\"Woo\";s:0:\"\";s:4:\"Name\";s:29:\"Ultimate Addons for Gutenberg\";s:9:\"PluginURI\";s:31:\"https://www.brainstormforce.com\";s:7:\"Version\";s:6:\"1.13.6\";s:11:\"Description\";s:226:\"The Ultimate Addons for Gutenberg extends the Gutenberg functionality with several unique and feature-rich blocks that help build websites faster. <cite>By <a href=\"https://www.brainstormforce.com\">Brainstorm Force</a>.</cite>\";s:6:\"Author\";s:62:\"<a href=\"https://www.brainstormforce.com\">Brainstorm Force</a>\";s:9:\"AuthorURI\";s:31:\"https://www.brainstormforce.com\";s:10:\"TextDomain\";s:29:\"ultimate-addons-for-gutenberg\";s:10:\"DomainPath\";s:0:\"\";s:7:\"Network\";b:0;s:10:\"RequiresWP\";s:0:\"\";s:11:\"RequiresPHP\";s:0:\"\";s:5:\"Title\";s:75:\"<a href=\"https://www.brainstormforce.com\">Ultimate Addons for Gutenberg</a>\";s:10:\"AuthorName\";s:16:\"Brainstorm Force\";s:10:\"pluginFile\";s:121:\"/home/blackh42/bestcerakoteflorida.com/wp-content/plugins/ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:10:\"newVersion\";s:6:\"1.14.6\";s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:5:\"wpURL\";s:59:\"https://wordpress.org/plugins/ultimate-addons-for-gutenberg\";s:10:\"vulnerable\";b:0;}'),(6096,1581369968,1581369968,'new','wfPluginUpgrade',50,'4d7d1d2d03815c4e4bd31e4bb932884d','4d7d1d2d03815c4e4bd31e4bb932884d','The Plugin \"W3 Total Cache\" needs an upgrade (0.10.1 -> 0.13.1).','You need to upgrade \"W3 Total Cache\" to the newest version to ensure you have any security fixes the developer has released.','a:21:{s:20:\"WC requires at least\";s:0:\"\";s:15:\"WC tested up to\";s:0:\"\";s:3:\"Woo\";s:0:\"\";s:4:\"Name\";s:14:\"W3 Total Cache\";s:9:\"PluginURI\";s:57:\"https://www.w3-edge.com/wordpress-plugins/w3-total-cache/\";s:7:\"Version\";s:6:\"0.10.1\";s:11:\"Description\";s:335:\"The highest rated and most complete WordPress performance plugin. Dramatically improve the speed and user experience of your site. Add browser, page, object and database caching as well as minify and content delivery network (CDN) to WordPress. <cite>By <a href=\"http://www.linkedin.com/in/fredericktownes\">Frederick Townes</a>.</cite>\";s:6:\"Author\";s:73:\"<a href=\"http://www.linkedin.com/in/fredericktownes\">Frederick Townes</a>\";s:9:\"AuthorURI\";s:42:\"http://www.linkedin.com/in/fredericktownes\";s:10:\"TextDomain\";s:14:\"w3-total-cache\";s:10:\"DomainPath\";s:0:\"\";s:7:\"Network\";b:1;s:10:\"RequiresWP\";s:0:\"\";s:11:\"RequiresPHP\";s:0:\"\";s:5:\"Title\";s:86:\"<a href=\"https://www.w3-edge.com/wordpress-plugins/w3-total-cache/\">W3 Total Cache</a>\";s:10:\"AuthorName\";s:16:\"Frederick Townes\";s:10:\"pluginFile\";s:91:\"/home/blackh42/bestcerakoteflorida.com/wp-content/plugins/w3-total-cache/w3-total-cache.php\";s:10:\"newVersion\";s:6:\"0.13.1\";s:4:\"slug\";s:14:\"w3-total-cache\";s:5:\"wpURL\";s:44:\"https://wordpress.org/plugins/w3-total-cache\";s:10:\"vulnerable\";b:0;}'),(6088,1581369968,1581369968,'new','wfPluginUpgrade',50,'331ca8ad5cec01146d69371e968009b2','331ca8ad5cec01146d69371e968009b2','The Plugin \"Home Page Banner for Astra Theme\" needs an upgrade (1.0.1 -> 1.0.2).','You need to upgrade \"Home Page Banner for Astra Theme\" to the newest version to ensure you have any security fixes the developer has released.','a:21:{s:20:\"WC requires at least\";s:0:\"\";s:15:\"WC tested up to\";s:0:\"\";s:3:\"Woo\";s:0:\"\";s:4:\"Name\";s:32:\"Home Page Banner for Astra Theme\";s:9:\"PluginURI\";s:20:\"https://wpastra.com/\";s:7:\"Version\";s:5:\"1.0.1\";s:11:\"Description\";s:195:\"This plugin is an add-on for the Astra WordPress Theme. It will help in adding a beautiful banner to your home page. <cite>By <a href=\"http://www.brainstormforce.com\">Brainstorm Force</a>.</cite>\";s:6:\"Author\";s:61:\"<a href=\"http://www.brainstormforce.com\">Brainstorm Force</a>\";s:9:\"AuthorURI\";s:30:\"http://www.brainstormforce.com\";s:10:\"TextDomain\";s:16:\"home-page-banner\";s:10:\"DomainPath\";s:0:\"\";s:7:\"Network\";b:0;s:10:\"RequiresWP\";s:0:\"\";s:11:\"RequiresPHP\";s:0:\"\";s:5:\"Title\";s:67:\"<a href=\"https://wpastra.com/\">Home Page Banner for Astra Theme</a>\";s:10:\"AuthorName\";s:16:\"Brainstorm Force\";s:10:\"pluginFile\";s:127:\"/home/blackh42/bestcerakoteflorida.com/wp-content/plugins/home-page-banner-for-astra-theme/home-page-banner-for-astra-theme.php\";s:10:\"newVersion\";s:5:\"1.0.2\";s:4:\"slug\";s:32:\"home-page-banner-for-astra-theme\";s:5:\"wpURL\";s:62:\"https://wordpress.org/plugins/home-page-banner-for-astra-theme\";s:10:\"vulnerable\";b:0;}'),(6089,1581369968,1581369968,'new','wfPluginUpgrade',100,'184db949171f6c694ac07e1e42639df8','184db949171f6c694ac07e1e42639df8','The Plugin \"Jetpack by WordPress.com\" needs an upgrade (7.8.1 -> 8.1.1).','You need to upgrade \"Jetpack by WordPress.com\" to the newest version to ensure you have any security fixes the developer has released.','a:22:{s:20:\"WC requires at least\";s:0:\"\";s:15:\"WC tested up to\";s:0:\"\";s:3:\"Woo\";s:0:\"\";s:4:\"Name\";s:24:\"Jetpack by WordPress.com\";s:9:\"PluginURI\";s:19:\"https://jetpack.com\";s:7:\"Version\";s:5:\"7.8.1\";s:11:\"Description\";s:280:\"Bring the power of the WordPress.com cloud to your self-hosted WordPress. Jetpack enables you to connect your blog to a WordPress.com account to use the powerful features normally only available to WordPress.com users. <cite>By <a href=\"https://jetpack.com\">Automattic</a>.</cite>\";s:6:\"Author\";s:44:\"<a href=\"https://jetpack.com\">Automattic</a>\";s:9:\"AuthorURI\";s:19:\"https://jetpack.com\";s:10:\"TextDomain\";s:7:\"jetpack\";s:10:\"DomainPath\";s:11:\"/languages/\";s:7:\"Network\";b:0;s:10:\"RequiresWP\";s:0:\"\";s:11:\"RequiresPHP\";s:0:\"\";s:5:\"Title\";s:58:\"<a href=\"https://jetpack.com\">Jetpack by WordPress.com</a>\";s:10:\"AuthorName\";s:10:\"Automattic\";s:10:\"pluginFile\";s:77:\"/home/blackh42/bestcerakoteflorida.com/wp-content/plugins/jetpack/jetpack.php\";s:10:\"newVersion\";s:5:\"8.1.1\";s:4:\"slug\";s:7:\"jetpack\";s:5:\"wpURL\";s:37:\"https://wordpress.org/plugins/jetpack\";s:10:\"vulnerable\";b:1;s:17:\"vulnerabilityLink\";s:41:\"https://wpvulndb.com/vulnerabilities/9955\";}'),(6090,1581369968,1581369968,'new','wfPluginUpgrade',50,'3ca63554f03048822325568d9c7c4c22','3ca63554f03048822325568d9c7c4c22','The Plugin \"Microthemer\" needs an upgrade (5.8.3.2 -> 6.0.8.0).','You need to upgrade \"Microthemer\" to the newest version to ensure you have any security fixes the developer has released.','a:21:{s:20:\"WC requires at least\";s:0:\"\";s:15:\"WC tested up to\";s:0:\"\";s:3:\"Woo\";s:0:\"\";s:4:\"Name\";s:11:\"Microthemer\";s:9:\"PluginURI\";s:33:\"https://themeover.com/microthemer\";s:7:\"Version\";s:7:\"5.8.3.2\";s:11:\"Description\";s:554:\"Microthemer is a feature-rich visual design plugin for customizing the appearance of ANY WordPress Theme or Plugin Content (e.g. posts, pages, contact forms, headers, footers, sidebars) down to the smallest detail. For CSS coders, Microthemer is a proficiency tool that allows them to rapidly restyle a WordPress theme or plugin. For non-coders, Microthemer&#8217;s intuitive interface and &#8220;Double-click to Edit&#8221; feature opens the door to advanced theme and plugin customization. <cite>By <a href=\"https://themeover.com\">Themeover</a>.</cite>\";s:6:\"Author\";s:45:\"<a href=\"https://themeover.com\">Themeover</a>\";s:9:\"AuthorURI\";s:21:\"https://themeover.com\";s:10:\"TextDomain\";s:11:\"microthemer\";s:10:\"DomainPath\";s:10:\"/languages\";s:7:\"Network\";b:0;s:10:\"RequiresWP\";s:0:\"\";s:11:\"RequiresPHP\";s:0:\"\";s:5:\"Title\";s:59:\"<a href=\"https://themeover.com/microthemer\">Microthemer</a>\";s:10:\"AuthorName\";s:9:\"Themeover\";s:10:\"pluginFile\";s:89:\"/home/blackh42/bestcerakoteflorida.com/wp-content/plugins/microthemer/tvr-microthemer.php\";s:10:\"newVersion\";s:7:\"6.0.8.0\";s:4:\"slug\";s:11:\"microthemer\";s:5:\"wpURL\";s:41:\"https://wordpress.org/plugins/microthemer\";s:10:\"vulnerable\";b:0;}'),(6079,1581369968,1581369968,'new','wfPluginUpgrade',50,'fbe6b33f88b04f6ee1e83b29c0f76397','fbe6b33f88b04f6ee1e83b29c0f76397','The Plugin \"Astra Bulk Edit\" needs an upgrade (1.2.2 -> 1.2.3).','You need to upgrade \"Astra Bulk Edit\" to the newest version to ensure you have any security fixes the developer has released.','a:21:{s:20:\"WC requires at least\";s:0:\"\";s:15:\"WC tested up to\";s:0:\"\";s:3:\"Woo\";s:0:\"\";s:4:\"Name\";s:15:\"Astra Bulk Edit\";s:9:\"PluginURI\";s:27:\"http://www.wpastra.com/pro/\";s:7:\"Version\";s:5:\"1.2.2\";s:11:\"Description\";s:126:\"Easier way to edit Astra meta options in bulk. <cite>By <a href=\"https://www.brainstormforce.com\">Brainstorm Force</a>.</cite>\";s:6:\"Author\";s:62:\"<a href=\"https://www.brainstormforce.com\">Brainstorm Force</a>\";s:9:\"AuthorURI\";s:31:\"https://www.brainstormforce.com\";s:10:\"TextDomain\";s:15:\"astra-bulk-edit\";s:10:\"DomainPath\";s:10:\"/languages\";s:7:\"Network\";b:0;s:10:\"RequiresWP\";s:0:\"\";s:11:\"RequiresPHP\";s:0:\"\";s:5:\"Title\";s:57:\"<a href=\"http://www.wpastra.com/pro/\">Astra Bulk Edit</a>\";s:10:\"AuthorName\";s:16:\"Brainstorm Force\";s:10:\"pluginFile\";s:93:\"/home/blackh42/bestcerakoteflorida.com/wp-content/plugins/astra-bulk-edit/astra-bulk-edit.php\";s:10:\"newVersion\";s:5:\"1.2.3\";s:4:\"slug\";s:15:\"astra-bulk-edit\";s:5:\"wpURL\";s:45:\"https://wordpress.org/plugins/astra-bulk-edit\";s:10:\"vulnerable\";b:0;}'),(6080,1581369968,1581369968,'new','wfPluginUpgrade',50,'c46e55d268f189c0ea4585355c91ba9a','c46e55d268f189c0ea4585355c91ba9a','The Plugin \"Astra Customizer Reset\" needs an upgrade (1.0.0 -> 1.0.2).','You need to upgrade \"Astra Customizer Reset\" to the newest version to ensure you have any security fixes the developer has released.','a:21:{s:20:\"WC requires at least\";s:0:\"\";s:15:\"WC tested up to\";s:0:\"\";s:3:\"Woo\";s:0:\"\";s:4:\"Name\";s:22:\"Astra Customizer Reset\";s:9:\"PluginURI\";s:20:\"https://wpastra.com/\";s:7:\"Version\";s:5:\"1.0.0\";s:11:\"Description\";s:146:\"Reset the Astra theme customizer options from customizer interface. <cite>By <a href=\"http://www.brainstormforce.com\">Brainstorm Force</a>.</cite>\";s:6:\"Author\";s:61:\"<a href=\"http://www.brainstormforce.com\">Brainstorm Force</a>\";s:9:\"AuthorURI\";s:30:\"http://www.brainstormforce.com\";s:10:\"TextDomain\";s:22:\"astra-customizer-reset\";s:10:\"DomainPath\";s:0:\"\";s:7:\"Network\";b:0;s:10:\"RequiresWP\";s:0:\"\";s:11:\"RequiresPHP\";s:0:\"\";s:5:\"Title\";s:57:\"<a href=\"https://wpastra.com/\">Astra Customizer Reset</a>\";s:10:\"AuthorName\";s:16:\"Brainstorm Force\";s:10:\"pluginFile\";s:119:\"/home/blackh42/bestcerakoteflorida.com/wp-content/plugins/reset-astra-customizer/class-astra-theme-customizer-reset.php\";s:10:\"newVersion\";s:5:\"1.0.2\";s:4:\"slug\";s:22:\"reset-astra-customizer\";s:5:\"wpURL\";s:52:\"https://wordpress.org/plugins/reset-astra-customizer\";s:10:\"vulnerable\";b:0;}'),(6081,1581369968,1581369968,'new','wfPluginUpgrade',50,'b67b86f65d2ef19d7d112872f002b2ce','b67b86f65d2ef19d7d112872f002b2ce','The Plugin \"Astra Hooks\" needs an upgrade (1.0.1 -> 1.0.2).','You need to upgrade \"Astra Hooks\" to the newest version to ensure you have any security fixes the developer has released.','a:21:{s:20:\"WC requires at least\";s:0:\"\";s:15:\"WC tested up to\";s:0:\"\";s:3:\"Woo\";s:0:\"\";s:4:\"Name\";s:11:\"Astra Hooks\";s:9:\"PluginURI\";s:20:\"https://wpastra.com/\";s:7:\"Version\";s:5:\"1.0.1\";s:11:\"Description\";s:106:\"Customizer Hooks for Theme. <cite>By <a href=\"http://www.brainstormforce.com\">Brainstorm Force</a>.</cite>\";s:6:\"Author\";s:61:\"<a href=\"http://www.brainstormforce.com\">Brainstorm Force</a>\";s:9:\"AuthorURI\";s:30:\"http://www.brainstormforce.com\";s:10:\"TextDomain\";s:11:\"astra-hooks\";s:10:\"DomainPath\";s:0:\"\";s:7:\"Network\";b:0;s:10:\"RequiresWP\";s:0:\"\";s:11:\"RequiresPHP\";s:0:\"\";s:5:\"Title\";s:46:\"<a href=\"https://wpastra.com/\">Astra Hooks</a>\";s:10:\"AuthorName\";s:16:\"Brainstorm Force\";s:10:\"pluginFile\";s:85:\"/home/blackh42/bestcerakoteflorida.com/wp-content/plugins/astra-hooks/astra-hooks.php\";s:10:\"newVersion\";s:5:\"1.0.2\";s:4:\"slug\";s:11:\"astra-hooks\";s:5:\"wpURL\";s:41:\"https://wordpress.org/plugins/astra-hooks\";s:10:\"vulnerable\";b:0;}'),(6082,1581369968,1581369968,'new','wfPluginUpgrade',50,'3121d128efab65be7087e15fae02a07f','3121d128efab65be7087e15fae02a07f','The Plugin \"Central Color Palette\" needs an upgrade (1.13.11 -> 1.14.3).','You need to upgrade \"Central Color Palette\" to the newest version to ensure you have any security fixes the developer has released.','a:21:{s:20:\"WC requires at least\";s:0:\"\";s:15:\"WC tested up to\";s:0:\"\";s:3:\"Woo\";s:0:\"\";s:4:\"Name\";s:21:\"Central Color Palette\";s:9:\"PluginURI\";s:51:\"https://wordpress.org/plugins/kt-tinymce-color-grid\";s:7:\"Version\";s:7:\"1.13.11\";s:11:\"Description\";s:245:\"Manage a site-wide central color palette for an uniform look&#8217;n&#8217;feel! Supports the new block editor, theme customizer and many themes and plugins. <cite>By <a href=\"http://profiles.wordpress.org/kungtiger\">Daniel Schneider</a>.</cite>\";s:6:\"Author\";s:70:\"<a href=\"http://profiles.wordpress.org/kungtiger\">Daniel Schneider</a>\";s:9:\"AuthorURI\";s:39:\"http://profiles.wordpress.org/kungtiger\";s:10:\"TextDomain\";s:21:\"kt-tinymce-color-grid\";s:10:\"DomainPath\";s:0:\"\";s:7:\"Network\";b:0;s:10:\"RequiresWP\";s:0:\"\";s:11:\"RequiresPHP\";s:0:\"\";s:5:\"Title\";s:87:\"<a href=\"https://wordpress.org/plugins/kt-tinymce-color-grid\">Central Color Palette</a>\";s:10:\"AuthorName\";s:16:\"Daniel Schneider\";s:10:\"pluginFile\";s:89:\"/home/blackh42/bestcerakoteflorida.com/wp-content/plugins/kt-tinymce-color-grid/index.php\";s:10:\"newVersion\";s:6:\"1.14.3\";s:4:\"slug\";s:21:\"kt-tinymce-color-grid\";s:5:\"wpURL\";s:51:\"https://wordpress.org/plugins/kt-tinymce-color-grid\";s:10:\"vulnerable\";b:0;}'),(6083,1581369968,1581369968,'new','wfPluginUpgrade',100,'cdca7a6f62c1cfe94e7ac9752fb56185','cdca7a6f62c1cfe94e7ac9752fb56185','The Plugin \"Code Snippets\" needs an upgrade (2.13.3 -> 2.14.0).','You need to upgrade \"Code Snippets\" to the newest version to ensure you have any security fixes the developer has released.','a:22:{s:20:\"WC requires at least\";s:0:\"\";s:15:\"WC tested up to\";s:0:\"\";s:3:\"Woo\";s:0:\"\";s:4:\"Name\";s:13:\"Code Snippets\";s:9:\"PluginURI\";s:42:\"https://github.com/sheabunge/code-snippets\";s:7:\"Version\";s:6:\"2.13.3\";s:11:\"Description\";s:192:\"An easy, clean and simple way to run code snippets on your site. No need to edit to your theme&#8217;s functions.php file again! <cite>By <a href=\"https://sheabunge.com\">Shea Bunge</a>.</cite>\";s:6:\"Author\";s:46:\"<a href=\"https://sheabunge.com\">Shea Bunge</a>\";s:9:\"AuthorURI\";s:21:\"https://sheabunge.com\";s:10:\"TextDomain\";s:13:\"code-snippets\";s:10:\"DomainPath\";s:10:\"/languages\";s:7:\"Network\";b:0;s:10:\"RequiresWP\";s:0:\"\";s:11:\"RequiresPHP\";s:0:\"\";s:5:\"Title\";s:70:\"<a href=\"https://github.com/sheabunge/code-snippets\">Code Snippets</a>\";s:10:\"AuthorName\";s:10:\"Shea Bunge\";s:10:\"pluginFile\";s:89:\"/home/blackh42/bestcerakoteflorida.com/wp-content/plugins/code-snippets/code-snippets.php\";s:10:\"newVersion\";s:6:\"2.14.0\";s:4:\"slug\";s:13:\"code-snippets\";s:5:\"wpURL\";s:43:\"https://wordpress.org/plugins/code-snippets\";s:10:\"vulnerable\";b:1;s:17:\"vulnerabilityLink\";s:42:\"https://wpvulndb.com/vulnerabilities/10050\";}'),(6084,1581369968,1581369968,'new','wfPluginUpgrade',50,'ede23ac6875bdbc9af3681121120412a','ede23ac6875bdbc9af3681121120412a','The Plugin \"Custom Adobe Fonts (Typekit)\" needs an upgrade (1.0.13 -> 1.0.15).','You need to upgrade \"Custom Adobe Fonts (Typekit)\" to the newest version to ensure you have any security fixes the developer has released.','a:21:{s:20:\"WC requires at least\";s:0:\"\";s:15:\"WC tested up to\";s:0:\"\";s:3:\"Woo\";s:0:\"\";s:4:\"Name\";s:28:\"Custom Adobe Fonts (Typekit)\";s:9:\"PluginURI\";s:23:\"http://www.wpastra.com/\";s:7:\"Version\";s:6:\"1.0.13\";s:11:\"Description\";s:156:\"Custom Adobe Fonts allows you to extends the fonts supports from the Typekit. <cite>By <a href=\"http://www.brainstormforce.com\">Brainstorm Force</a>.</cite>\";s:6:\"Author\";s:61:\"<a href=\"http://www.brainstormforce.com\">Brainstorm Force</a>\";s:9:\"AuthorURI\";s:30:\"http://www.brainstormforce.com\";s:10:\"TextDomain\";s:20:\"custom-typekit-fonts\";s:10:\"DomainPath\";s:0:\"\";s:7:\"Network\";b:0;s:10:\"RequiresWP\";s:0:\"\";s:11:\"RequiresPHP\";s:0:\"\";s:5:\"Title\";s:66:\"<a href=\"http://www.wpastra.com/\">Custom Adobe Fonts (Typekit)</a>\";s:10:\"AuthorName\";s:16:\"Brainstorm Force\";s:10:\"pluginFile\";s:103:\"/home/blackh42/bestcerakoteflorida.com/wp-content/plugins/custom-typekit-fonts/custom-typekit-fonts.php\";s:10:\"newVersion\";s:6:\"1.0.15\";s:4:\"slug\";s:20:\"custom-typekit-fonts\";s:5:\"wpURL\";s:50:\"https://wordpress.org/plugins/custom-typekit-fonts\";s:10:\"vulnerable\";b:0;}'),(6085,1581369968,1581369968,'new','wfPluginUpgrade',50,'a8737f19572d74e1188bcb8d7ba2cedd','a8737f19572d74e1188bcb8d7ba2cedd','The Plugin \"Custom Fonts\" needs an upgrade (1.2.0 -> 1.2.1).','You need to upgrade \"Custom Fonts\" to the newest version to ensure you have any security fixes the developer has released.','a:21:{s:20:\"WC requires at least\";s:0:\"\";s:15:\"WC tested up to\";s:0:\"\";s:3:\"Woo\";s:0:\"\";s:4:\"Name\";s:12:\"Custom Fonts\";s:9:\"PluginURI\";s:23:\"http://www.wpastra.com/\";s:7:\"Version\";s:5:\"1.2.0\";s:11:\"Description\";s:165:\"Custom Fonts allows you to add more fonts that extend formatting options in your site. <cite>By <a href=\"http://www.brainstormforce.com\">Brainstorm Force</a>.</cite>\";s:6:\"Author\";s:61:\"<a href=\"http://www.brainstormforce.com\">Brainstorm Force</a>\";s:9:\"AuthorURI\";s:30:\"http://www.brainstormforce.com\";s:10:\"TextDomain\";s:12:\"custom-fonts\";s:10:\"DomainPath\";s:0:\"\";s:7:\"Network\";b:0;s:10:\"RequiresWP\";s:0:\"\";s:11:\"RequiresPHP\";s:0:\"\";s:5:\"Title\";s:50:\"<a href=\"http://www.wpastra.com/\">Custom Fonts</a>\";s:10:\"AuthorName\";s:16:\"Brainstorm Force\";s:10:\"pluginFile\";s:87:\"/home/blackh42/bestcerakoteflorida.com/wp-content/plugins/custom-fonts/custom-fonts.php\";s:10:\"newVersion\";s:5:\"1.2.1\";s:4:\"slug\";s:12:\"custom-fonts\";s:5:\"wpURL\";s:42:\"https://wordpress.org/plugins/custom-fonts\";s:10:\"vulnerable\";b:0;}'),(6086,1581369968,1581369968,'new','wfPluginUpgrade',50,'d23f9aa7c87086fcceafca3a6274255b','d23f9aa7c87086fcceafca3a6274255b','The Plugin \"Customizer Search\" needs an upgrade (1.1.2 -> 1.1.3).','You need to upgrade \"Customizer Search\" to the newest version to ensure you have any security fixes the developer has released.','a:21:{s:20:\"WC requires at least\";s:0:\"\";s:15:\"WC tested up to\";s:0:\"\";s:3:\"Woo\";s:0:\"\";s:4:\"Name\";s:17:\"Customizer Search\";s:9:\"PluginURI\";s:47:\"https://github.com/Nikschavan/customizer-search\";s:7:\"Version\";s:5:\"1.1.2\";s:11:\"Description\";s:115:\"Search for settings in customizer. <cite>By <a href=\"https://www.brainstormforce.com/\">Brainstorm Force</a>.</cite>\";s:6:\"Author\";s:63:\"<a href=\"https://www.brainstormforce.com/\">Brainstorm Force</a>\";s:9:\"AuthorURI\";s:32:\"https://www.brainstormforce.com/\";s:10:\"TextDomain\";s:17:\"customizer-search\";s:10:\"DomainPath\";s:10:\"/languages\";s:7:\"Network\";b:0;s:10:\"RequiresWP\";s:0:\"\";s:11:\"RequiresPHP\";s:0:\"\";s:5:\"Title\";s:79:\"<a href=\"https://github.com/Nikschavan/customizer-search\">Customizer Search</a>\";s:10:\"AuthorName\";s:16:\"Brainstorm Force\";s:10:\"pluginFile\";s:97:\"/home/blackh42/bestcerakoteflorida.com/wp-content/plugins/customizer-search/customizer-search.php\";s:10:\"newVersion\";s:5:\"1.1.3\";s:4:\"slug\";s:17:\"customizer-search\";s:5:\"wpURL\";s:47:\"https://wordpress.org/plugins/customizer-search\";s:10:\"vulnerable\";b:0;}'),(6087,1581369968,1581369968,'new','wfPluginUpgrade',50,'6f66737397742a484e9d7fe439c7ba29','6f66737397742a484e9d7fe439c7ba29','The Plugin \"Google Analytics Dashboard for WP (GADWP)\" needs an upgrade (5.3.9 -> 5.3.10).','You need to upgrade \"Google Analytics Dashboard for WP (GADWP)\" to the newest version to ensure you have any security fixes the developer has released.','a:21:{s:20:\"WC requires at least\";s:0:\"\";s:15:\"WC tested up to\";s:0:\"\";s:3:\"Woo\";s:0:\"\";s:4:\"Name\";s:41:\"Google Analytics Dashboard for WP (GADWP)\";s:9:\"PluginURI\";s:24:\"https://exactmetrics.com\";s:7:\"Version\";s:5:\"5.3.9\";s:11:\"Description\";s:217:\"Displays Google Analytics Reports and Real-Time Statistics in your Dashboard. Automatically inserts the tracking code in every page of your website. <cite>By <a href=\"https://exactmetrics.com\">ExactMetrics</a>.</cite>\";s:6:\"Author\";s:51:\"<a href=\"https://exactmetrics.com\">ExactMetrics</a>\";s:9:\"AuthorURI\";s:24:\"https://exactmetrics.com\";s:10:\"TextDomain\";s:33:\"google-analytics-dashboard-for-wp\";s:10:\"DomainPath\";s:10:\"/languages\";s:7:\"Network\";b:0;s:10:\"RequiresWP\";s:0:\"\";s:11:\"RequiresPHP\";s:0:\"\";s:5:\"Title\";s:80:\"<a href=\"https://exactmetrics.com\">Google Analytics Dashboard for WP (GADWP)</a>\";s:10:\"AuthorName\";s:12:\"ExactMetrics\";s:10:\"pluginFile\";s:101:\"/home/blackh42/bestcerakoteflorida.com/wp-content/plugins/google-analytics-dashboard-for-wp/gadwp.php\";s:10:\"newVersion\";s:6:\"5.3.10\";s:4:\"slug\";s:33:\"google-analytics-dashboard-for-wp\";s:5:\"wpURL\";s:63:\"https://wordpress.org/plugins/google-analytics-dashboard-for-wp\";s:10:\"vulnerable\";b:0;}');
/*!40000 ALTER TABLE `wpbe_wfissues` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpbe_wfknownfilelist`
--

DROP TABLE IF EXISTS `wpbe_wfknownfilelist`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpbe_wfknownfilelist` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `path` text NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=23036 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpbe_wfknownfilelist`
--

LOCK TABLES `wpbe_wfknownfilelist` WRITE;
/*!40000 ALTER TABLE `wpbe_wfknownfilelist` DISABLE KEYS */;
INSERT INTO `wpbe_wfknownfilelist` VALUES (1,'index.php'),(2,'license.txt'),(3,'readme.html'),(4,'wordfence-waf.php'),(5,'wp-activate.php'),(6,'wp-admin/about.php'),(7,'wp-admin/admin-ajax.php'),(8,'wp-admin/admin-footer.php'),(9,'wp-admin/admin-functions.php'),(10,'wp-admin/admin-header.php'),(11,'wp-admin/admin-post.php'),(12,'wp-admin/admin.php'),(13,'wp-admin/async-upload.php'),(14,'wp-admin/comment.php'),(15,'wp-admin/credits.php'),(16,'wp-admin/css/about-rtl.css'),(17,'wp-admin/css/about-rtl.min.css'),(18,'wp-admin/css/about.css'),(19,'wp-admin/css/about.min.css'),(20,'wp-admin/css/admin-menu-rtl.css'),(21,'wp-admin/css/admin-menu-rtl.min.css'),(22,'wp-admin/css/admin-menu.css'),(23,'wp-admin/css/admin-menu.min.css'),(24,'wp-admin/css/code-editor-rtl.css'),(25,'wp-admin/css/code-editor-rtl.min.css'),(26,'wp-admin/css/code-editor.css'),(27,'wp-admin/css/code-editor.min.css'),(28,'wp-admin/css/color-picker-rtl.css'),(29,'wp-admin/css/color-picker-rtl.min.css'),(30,'wp-admin/css/color-picker.css'),(31,'wp-admin/css/color-picker.min.css'),(32,'wp-admin/css/colors/_admin.scss'),(33,'wp-admin/css/colors/_mixins.scss'),(34,'wp-admin/css/colors/_variables.scss'),(35,'wp-admin/css/colors/blue/colors-rtl.css'),(36,'wp-admin/css/colors/blue/colors-rtl.min.css'),(37,'wp-admin/css/colors/blue/colors.css'),(38,'wp-admin/css/colors/blue/colors.min.css'),(39,'wp-admin/css/colors/blue/colors.scss'),(40,'wp-admin/css/colors/coffee/colors-rtl.css'),(41,'wp-admin/css/colors/coffee/colors-rtl.min.css'),(42,'wp-admin/css/colors/coffee/colors.css'),(43,'wp-admin/css/colors/coffee/colors.min.css'),(44,'wp-admin/css/colors/coffee/colors.scss'),(45,'wp-admin/css/colors/ectoplasm/colors-rtl.css'),(46,'wp-admin/css/colors/ectoplasm/colors-rtl.min.css'),(47,'wp-admin/css/colors/ectoplasm/colors.css'),(48,'wp-admin/css/colors/ectoplasm/colors.min.css'),(49,'wp-admin/css/colors/ectoplasm/colors.scss'),(50,'wp-admin/css/colors/light/colors-rtl.css'),(51,'wp-admin/css/colors/light/colors-rtl.min.css'),(52,'wp-admin/css/colors/light/colors.css'),(53,'wp-admin/css/colors/light/colors.min.css'),(54,'wp-admin/css/colors/light/colors.scss'),(55,'wp-admin/css/colors/midnight/colors-rtl.css'),(56,'wp-admin/css/colors/midnight/colors-rtl.min.css'),(57,'wp-admin/css/colors/midnight/colors.css'),(58,'wp-admin/css/colors/midnight/colors.min.css'),(59,'wp-admin/css/colors/midnight/colors.scss'),(60,'wp-admin/css/colors/ocean/colors-rtl.css'),(61,'wp-admin/css/colors/ocean/colors-rtl.min.css'),(62,'wp-admin/css/colors/ocean/colors.css'),(63,'wp-admin/css/colors/ocean/colors.min.css'),(64,'wp-admin/css/colors/ocean/colors.scss'),(65,'wp-admin/css/colors/sunrise/colors-rtl.css'),(66,'wp-admin/css/colors/sunrise/colors-rtl.min.css'),(67,'wp-admin/css/colors/sunrise/colors.css'),(68,'wp-admin/css/colors/sunrise/colors.min.css'),(69,'wp-admin/css/colors/sunrise/colors.scss'),(70,'wp-admin/css/common-rtl.css'),(71,'wp-admin/css/common-rtl.min.css'),(72,'wp-admin/css/common.css'),(73,'wp-admin/css/common.min.css'),(74,'wp-admin/css/customize-controls-rtl.css'),(75,'wp-admin/css/customize-controls-rtl.min.css'),(76,'wp-admin/css/customize-controls.css'),(77,'wp-admin/css/customize-controls.min.css'),(78,'wp-admin/css/customize-nav-menus-rtl.css'),(79,'wp-admin/css/customize-nav-menus-rtl.min.css'),(80,'wp-admin/css/customize-nav-menus.css'),(81,'wp-admin/css/customize-nav-menus.min.css'),(82,'wp-admin/css/customize-widgets-rtl.css'),(83,'wp-admin/css/customize-widgets-rtl.min.css'),(84,'wp-admin/css/customize-widgets.css'),(85,'wp-admin/css/customize-widgets.min.css'),(86,'wp-admin/css/dashboard-rtl.css'),(87,'wp-admin/css/dashboard-rtl.min.css'),(88,'wp-admin/css/dashboard.css'),(89,'wp-admin/css/dashboard.min.css'),(90,'wp-admin/css/deprecated-media-rtl.css'),(91,'wp-admin/css/deprecated-media-rtl.min.css'),(92,'wp-admin/css/deprecated-media.css'),(93,'wp-admin/css/deprecated-media.min.css'),(94,'wp-admin/css/edit-rtl.css'),(95,'wp-admin/css/edit-rtl.min.css'),(96,'wp-admin/css/edit.css'),(97,'wp-admin/css/edit.min.css'),(98,'wp-admin/css/farbtastic-rtl.css'),(99,'wp-admin/css/farbtastic-rtl.min.css'),(100,'wp-admin/css/farbtastic.css'),(101,'wp-admin/css/farbtastic.min.css'),(102,'wp-admin/css/forms-rtl.css'),(103,'wp-admin/css/forms-rtl.min.css'),(104,'wp-admin/css/forms.css'),(105,'wp-admin/css/forms.min.css'),(106,'wp-admin/css/ie-rtl.css'),(107,'wp-admin/css/ie-rtl.min.css'),(108,'wp-admin/css/ie.css'),(109,'wp-admin/css/ie.min.css'),(110,'wp-admin/css/install-rtl.css'),(111,'wp-admin/css/install-rtl.min.css'),(112,'wp-admin/css/install.css'),(113,'wp-admin/css/install.min.css'),(114,'wp-admin/css/l10n-rtl.css'),(115,'wp-admin/css/l10n-rtl.min.css'),(116,'wp-admin/css/l10n.css'),(117,'wp-admin/css/l10n.min.css'),(118,'wp-admin/css/list-tables-rtl.css'),(119,'wp-admin/css/list-tables-rtl.min.css'),(120,'wp-admin/css/list-tables.css'),(121,'wp-admin/css/list-tables.min.css'),(122,'wp-admin/css/login-rtl.css'),(123,'wp-admin/css/login-rtl.min.css'),(124,'wp-admin/css/login.css'),(125,'wp-admin/css/login.min.css'),(126,'wp-admin/css/media-rtl.css'),(127,'wp-admin/css/media-rtl.min.css'),(128,'wp-admin/css/media.css'),(129,'wp-admin/css/media.min.css'),(130,'wp-admin/css/nav-menus-rtl.css'),(131,'wp-admin/css/nav-menus-rtl.min.css'),(132,'wp-admin/css/nav-menus.css'),(133,'wp-admin/css/nav-menus.min.css'),(134,'wp-admin/css/revisions-rtl.css'),(135,'wp-admin/css/revisions-rtl.min.css'),(136,'wp-admin/css/revisions.css'),(137,'wp-admin/css/revisions.min.css'),(138,'wp-admin/css/site-health-rtl.css'),(139,'wp-admin/css/site-health-rtl.min.css'),(140,'wp-admin/css/site-health.css'),(141,'wp-admin/css/site-health.min.css'),(142,'wp-admin/css/site-icon-rtl.css'),(143,'wp-admin/css/site-icon-rtl.min.css'),(144,'wp-admin/css/site-icon.css'),(145,'wp-admin/css/site-icon.min.css'),(146,'wp-admin/css/themes-rtl.css'),(147,'wp-admin/css/themes-rtl.min.css'),(148,'wp-admin/css/themes.css'),(149,'wp-admin/css/themes.min.css'),(150,'wp-admin/css/widgets-rtl.css'),(151,'wp-admin/css/widgets-rtl.min.css'),(152,'wp-admin/css/widgets.css'),(153,'wp-admin/css/widgets.min.css'),(154,'wp-admin/css/wp-admin-rtl.css'),(155,'wp-admin/css/wp-admin-rtl.min.css'),(156,'wp-admin/css/wp-admin.css'),(157,'wp-admin/css/wp-admin.min.css'),(158,'wp-admin/custom-background.php'),(159,'wp-admin/custom-header.php'),(160,'wp-admin/customize.php'),(161,'wp-admin/edit-comments.php'),(162,'wp-admin/edit-form-advanced.php'),(163,'wp-admin/edit-form-blocks.php'),(164,'wp-admin/edit-form-comment.php'),(165,'wp-admin/edit-link-form.php'),(166,'wp-admin/edit-tag-form.php'),(167,'wp-admin/edit-tags.php'),(168,'wp-admin/edit.php'),(169,'wp-admin/erase-personal-data.php'),(170,'wp-admin/export-personal-data.php'),(171,'wp-admin/export.php'),(172,'wp-admin/freedoms.php'),(173,'wp-admin/images/align-center-2x.png'),(174,'wp-admin/images/align-center.png'),(175,'wp-admin/images/align-left-2x.png'),(176,'wp-admin/images/align-left.png'),(177,'wp-admin/images/align-none-2x.png'),(178,'wp-admin/images/align-none.png'),(179,'wp-admin/images/align-right-2x.png'),(180,'wp-admin/images/align-right.png'),(181,'wp-admin/images/arrows-2x.png'),(182,'wp-admin/images/arrows.png'),(183,'wp-admin/images/browser-rtl.png'),(184,'wp-admin/images/browser.png'),(185,'wp-admin/images/bubble_bg-2x.gif'),(186,'wp-admin/images/bubble_bg.gif'),(187,'wp-admin/images/comment-grey-bubble-2x.png'),(188,'wp-admin/images/comment-grey-bubble.png'),(189,'wp-admin/images/date-button-2x.gif'),(190,'wp-admin/images/date-button.gif'),(191,'wp-admin/images/generic.png'),(192,'wp-admin/images/icons32-2x.png'),(193,'wp-admin/images/icons32-vs-2x.png'),(194,'wp-admin/images/icons32-vs.png'),(195,'wp-admin/images/icons32.png'),(196,'wp-admin/images/imgedit-icons-2x.png'),(197,'wp-admin/images/imgedit-icons.png'),(198,'wp-admin/images/list-2x.png'),(199,'wp-admin/images/list.png'),(200,'wp-admin/images/loading.gif'),(201,'wp-admin/images/marker.png'),(202,'wp-admin/images/mask.png'),(203,'wp-admin/images/media-button-2x.png'),(204,'wp-admin/images/media-button-image.gif'),(205,'wp-admin/images/media-button-music.gif'),(206,'wp-admin/images/media-button-other.gif'),(207,'wp-admin/images/media-button-video.gif'),(208,'wp-admin/images/media-button.png'),(209,'wp-admin/images/menu-2x.png'),(210,'wp-admin/images/menu-vs-2x.png'),(211,'wp-admin/images/menu-vs.png'),(212,'wp-admin/images/menu.png'),(213,'wp-admin/images/no.png'),(214,'wp-admin/images/post-formats-vs.png'),(215,'wp-admin/images/post-formats.png'),(216,'wp-admin/images/post-formats32-vs.png'),(217,'wp-admin/images/post-formats32.png'),(218,'wp-admin/images/resize-2x.gif'),(219,'wp-admin/images/resize-rtl-2x.gif'),(220,'wp-admin/images/resize-rtl.gif'),(221,'wp-admin/images/resize.gif'),(222,'wp-admin/images/se.png'),(223,'wp-admin/images/sort-2x.gif'),(224,'wp-admin/images/sort.gif'),(225,'wp-admin/images/spinner-2x.gif'),(226,'wp-admin/images/spinner.gif'),(227,'wp-admin/images/stars-2x.png'),(228,'wp-admin/images/stars.png'),(229,'wp-admin/images/w-logo-blue.png'),(230,'wp-admin/images/w-logo-white.png'),(231,'wp-admin/images/wheel.png'),(232,'wp-admin/images/wordpress-logo-white.svg'),(233,'wp-admin/images/wordpress-logo.png'),(234,'wp-admin/images/wordpress-logo.svg'),(235,'wp-admin/images/wpspin_light-2x.gif'),(236,'wp-admin/images/wpspin_light.gif'),(237,'wp-admin/images/xit-2x.gif'),(238,'wp-admin/images/xit.gif'),(239,'wp-admin/images/yes.png'),(240,'wp-admin/import.php'),(241,'wp-admin/includes/admin-filters.php'),(242,'wp-admin/includes/admin.php'),(243,'wp-admin/includes/ajax-actions.php'),(244,'wp-admin/includes/bookmark.php'),(245,'wp-admin/includes/class-automatic-upgrader-skin.php'),(246,'wp-admin/includes/class-bulk-plugin-upgrader-skin.php'),(247,'wp-admin/includes/class-bulk-theme-upgrader-skin.php'),(248,'wp-admin/includes/class-bulk-upgrader-skin.php'),(249,'wp-admin/includes/class-core-upgrader.php'),(250,'wp-admin/includes/class-custom-background.php'),(251,'wp-admin/includes/class-custom-image-header.php'),(252,'wp-admin/includes/class-file-upload-upgrader.php'),(253,'wp-admin/includes/class-ftp-pure.php'),(254,'wp-admin/includes/class-ftp-sockets.php'),(255,'wp-admin/includes/class-ftp.php'),(256,'wp-admin/includes/class-language-pack-upgrader-skin.php'),(257,'wp-admin/includes/class-language-pack-upgrader.php'),(258,'wp-admin/includes/class-pclzip.php'),(259,'wp-admin/includes/class-plugin-installer-skin.php'),(260,'wp-admin/includes/class-plugin-upgrader-skin.php'),(261,'wp-admin/includes/class-plugin-upgrader.php'),(262,'wp-admin/includes/class-theme-installer-skin.php'),(263,'wp-admin/includes/class-theme-upgrader-skin.php'),(264,'wp-admin/includes/class-theme-upgrader.php'),(265,'wp-admin/includes/class-walker-category-checklist.php'),(266,'wp-admin/includes/class-walker-nav-menu-checklist.php'),(267,'wp-admin/includes/class-walker-nav-menu-edit.php'),(268,'wp-admin/includes/class-wp-ajax-upgrader-skin.php'),(269,'wp-admin/includes/class-wp-automatic-updater.php'),(270,'wp-admin/includes/class-wp-comments-list-table.php'),(271,'wp-admin/includes/class-wp-community-events.php'),(272,'wp-admin/includes/class-wp-debug-data.php'),(273,'wp-admin/includes/class-wp-filesystem-base.php'),(274,'wp-admin/includes/class-wp-filesystem-direct.php'),(275,'wp-admin/includes/class-wp-filesystem-ftpext.php'),(276,'wp-admin/includes/class-wp-filesystem-ftpsockets.php'),(277,'wp-admin/includes/class-wp-filesystem-ssh2.php'),(278,'wp-admin/includes/class-wp-importer.php'),(279,'wp-admin/includes/class-wp-internal-pointers.php'),(280,'wp-admin/includes/class-wp-links-list-table.php'),(281,'wp-admin/includes/class-wp-list-table-compat.php'),(282,'wp-admin/includes/class-wp-list-table.php'),(283,'wp-admin/includes/class-wp-media-list-table.php'),(284,'wp-admin/includes/class-wp-ms-sites-list-table.php'),(285,'wp-admin/includes/class-wp-ms-themes-list-table.php'),(286,'wp-admin/includes/class-wp-ms-users-list-table.php'),(287,'wp-admin/includes/class-wp-plugin-install-list-table.php'),(288,'wp-admin/includes/class-wp-plugins-list-table.php'),(289,'wp-admin/includes/class-wp-post-comments-list-table.php'),(290,'wp-admin/includes/class-wp-posts-list-table.php'),(291,'wp-admin/includes/class-wp-privacy-data-export-requests-list-table.php'),(292,'wp-admin/includes/class-wp-privacy-data-removal-requests-list-table.php'),(293,'wp-admin/includes/class-wp-privacy-policy-content.php'),(294,'wp-admin/includes/class-wp-privacy-requests-table.php'),(295,'wp-admin/includes/class-wp-screen.php'),(296,'wp-admin/includes/class-wp-site-health-auto-updates.php'),(297,'wp-admin/includes/class-wp-site-health.php'),(298,'wp-admin/includes/class-wp-site-icon.php'),(299,'wp-admin/includes/class-wp-terms-list-table.php'),(300,'wp-admin/includes/class-wp-theme-install-list-table.php'),(301,'wp-admin/includes/class-wp-themes-list-table.php'),(302,'wp-admin/includes/class-wp-upgrader-skin.php'),(303,'wp-admin/includes/class-wp-upgrader-skins.php'),(304,'wp-admin/includes/class-wp-upgrader.php'),(305,'wp-admin/includes/class-wp-users-list-table.php'),(306,'wp-admin/includes/comment.php'),(307,'wp-admin/includes/continents-cities.php'),(308,'wp-admin/includes/credits.php'),(309,'wp-admin/includes/dashboard.php'),(310,'wp-admin/includes/deprecated.php'),(311,'wp-admin/includes/edit-tag-messages.php'),(312,'wp-admin/includes/export.php'),(313,'wp-admin/includes/file.php'),(314,'wp-admin/includes/image-edit.php'),(315,'wp-admin/includes/image.php'),(316,'wp-admin/includes/import.php'),(317,'wp-admin/includes/list-table.php'),(318,'wp-admin/includes/media.php'),(319,'wp-admin/includes/menu.php'),(320,'wp-admin/includes/meta-boxes.php'),(321,'wp-admin/includes/misc.php'),(322,'wp-admin/includes/ms-admin-filters.php'),(323,'wp-admin/includes/ms-deprecated.php'),(324,'wp-admin/includes/ms.php'),(325,'wp-admin/includes/nav-menu.php'),(326,'wp-admin/includes/network.php'),(327,'wp-admin/includes/noop.php'),(328,'wp-admin/includes/options.php'),(329,'wp-admin/includes/plugin-install.php'),(330,'wp-admin/includes/plugin.php'),(331,'wp-admin/includes/post.php'),(332,'wp-admin/includes/privacy-tools.php'),(333,'wp-admin/includes/revision.php'),(334,'wp-admin/includes/schema.php'),(335,'wp-admin/includes/screen.php'),(336,'wp-admin/includes/taxonomy.php'),(337,'wp-admin/includes/template.php'),(338,'wp-admin/includes/theme-install.php'),(339,'wp-admin/includes/theme.php'),(340,'wp-admin/includes/translation-install.php'),(341,'wp-admin/includes/update-core.php'),(342,'wp-admin/includes/update.php'),(343,'wp-admin/includes/upgrade.php'),(344,'wp-admin/includes/user.php'),(345,'wp-admin/includes/widgets.php'),(346,'wp-admin/index.php'),(347,'wp-admin/install-helper.php'),(348,'wp-admin/install.php'),(349,'wp-admin/js/accordion.js'),(350,'wp-admin/js/accordion.min.js'),(351,'wp-admin/js/code-editor.js'),(352,'wp-admin/js/code-editor.min.js'),(353,'wp-admin/js/color-picker.js'),(354,'wp-admin/js/color-picker.min.js'),(355,'wp-admin/js/comment.js'),(356,'wp-admin/js/comment.min.js'),(357,'wp-admin/js/common.js'),(358,'wp-admin/js/common.min.js'),(359,'wp-admin/js/custom-background.js'),(360,'wp-admin/js/custom-background.min.js'),(361,'wp-admin/js/custom-header.js'),(362,'wp-admin/js/customize-controls.js'),(363,'wp-admin/js/customize-controls.min.js'),(364,'wp-admin/js/customize-nav-menus.js'),(365,'wp-admin/js/customize-nav-menus.min.js'),(366,'wp-admin/js/customize-widgets.js'),(367,'wp-admin/js/customize-widgets.min.js'),(368,'wp-admin/js/dashboard.js'),(369,'wp-admin/js/dashboard.min.js'),(370,'wp-admin/js/edit-comments.js'),(371,'wp-admin/js/edit-comments.min.js'),(372,'wp-admin/js/editor-expand.js'),(373,'wp-admin/js/editor-expand.min.js'),(374,'wp-admin/js/editor.js'),(375,'wp-admin/js/editor.min.js'),(376,'wp-admin/js/farbtastic.js'),(377,'wp-admin/js/gallery.js'),(378,'wp-admin/js/gallery.min.js'),(379,'wp-admin/js/image-edit.js'),(380,'wp-admin/js/image-edit.min.js'),(381,'wp-admin/js/inline-edit-post.js'),(382,'wp-admin/js/inline-edit-post.min.js'),(383,'wp-admin/js/inline-edit-tax.js'),(384,'wp-admin/js/inline-edit-tax.min.js'),(385,'wp-admin/js/iris.min.js'),(386,'wp-admin/js/language-chooser.js'),(387,'wp-admin/js/language-chooser.min.js'),(388,'wp-admin/js/link.js'),(389,'wp-admin/js/link.min.js'),(390,'wp-admin/js/media-gallery.js'),(391,'wp-admin/js/media-gallery.min.js'),(392,'wp-admin/js/media-upload.js'),(393,'wp-admin/js/media-upload.min.js'),(394,'wp-admin/js/media.js'),(395,'wp-admin/js/media.min.js'),(396,'wp-admin/js/nav-menu.js'),(397,'wp-admin/js/nav-menu.min.js'),(398,'wp-admin/js/password-strength-meter.js'),(399,'wp-admin/js/password-strength-meter.min.js'),(400,'wp-admin/js/plugin-install.js'),(401,'wp-admin/js/plugin-install.min.js'),(402,'wp-admin/js/post.js'),(403,'wp-admin/js/post.min.js'),(404,'wp-admin/js/postbox.js'),(405,'wp-admin/js/postbox.min.js'),(406,'wp-admin/js/privacy-tools.js'),(407,'wp-admin/js/privacy-tools.min.js'),(408,'wp-admin/js/revisions.js'),(409,'wp-admin/js/revisions.min.js'),(410,'wp-admin/js/set-post-thumbnail.js'),(411,'wp-admin/js/set-post-thumbnail.min.js'),(412,'wp-admin/js/site-health.js'),(413,'wp-admin/js/site-health.min.js'),(414,'wp-admin/js/svg-painter.js'),(415,'wp-admin/js/svg-painter.min.js'),(416,'wp-admin/js/tags-box.js'),(417,'wp-admin/js/tags-box.min.js'),(418,'wp-admin/js/tags-suggest.js'),(419,'wp-admin/js/tags-suggest.min.js'),(420,'wp-admin/js/tags.js'),(421,'wp-admin/js/tags.min.js'),(422,'wp-admin/js/theme-plugin-editor.js'),(423,'wp-admin/js/theme-plugin-editor.min.js'),(424,'wp-admin/js/theme.js'),(425,'wp-admin/js/theme.min.js'),(426,'wp-admin/js/updates.js'),(427,'wp-admin/js/updates.min.js'),(428,'wp-admin/js/user-profile.js'),(429,'wp-admin/js/user-profile.min.js'),(430,'wp-admin/js/user-suggest.js'),(431,'wp-admin/js/user-suggest.min.js'),(432,'wp-admin/js/widgets/custom-html-widgets.js'),(433,'wp-admin/js/widgets/custom-html-widgets.min.js'),(434,'wp-admin/js/widgets/media-audio-widget.js'),(435,'wp-admin/js/widgets/media-audio-widget.min.js'),(436,'wp-admin/js/widgets/media-gallery-widget.js'),(437,'wp-admin/js/widgets/media-gallery-widget.min.js'),(438,'wp-admin/js/widgets/media-image-widget.js'),(439,'wp-admin/js/widgets/media-image-widget.min.js'),(440,'wp-admin/js/widgets/media-video-widget.js'),(441,'wp-admin/js/widgets/media-video-widget.min.js'),(442,'wp-admin/js/widgets/media-widgets.js'),(443,'wp-admin/js/widgets/media-widgets.min.js'),(444,'wp-admin/js/widgets/text-widgets.js'),(445,'wp-admin/js/widgets/text-widgets.min.js'),(446,'wp-admin/js/widgets.js'),(447,'wp-admin/js/widgets.min.js'),(448,'wp-admin/js/word-count.js'),(449,'wp-admin/js/word-count.min.js'),(450,'wp-admin/js/wp-fullscreen-stub.js'),(451,'wp-admin/js/wp-fullscreen-stub.min.js'),(452,'wp-admin/js/xfn.js'),(453,'wp-admin/js/xfn.min.js'),(454,'wp-admin/link-add.php'),(455,'wp-admin/link-manager.php'),(456,'wp-admin/link-parse-opml.php'),(457,'wp-admin/link.php'),(458,'wp-admin/load-scripts.php'),(459,'wp-admin/load-styles.php'),(460,'wp-admin/maint/repair.php'),(461,'wp-admin/media-new.php'),(462,'wp-admin/media-upload.php'),(463,'wp-admin/media.php'),(464,'wp-admin/menu-header.php'),(465,'wp-admin/menu.php'),(466,'wp-admin/moderation.php'),(467,'wp-admin/ms-admin.php'),(468,'wp-admin/ms-delete-site.php'),(469,'wp-admin/ms-edit.php'),(470,'wp-admin/ms-options.php'),(471,'wp-admin/ms-sites.php'),(472,'wp-admin/ms-themes.php'),(473,'wp-admin/ms-upgrade-network.php'),(474,'wp-admin/ms-users.php'),(475,'wp-admin/my-sites.php'),(476,'wp-admin/nav-menus.php'),(477,'wp-admin/network/about.php'),(478,'wp-admin/network/admin.php'),(479,'wp-admin/network/credits.php'),(480,'wp-admin/network/edit.php'),(481,'wp-admin/network/freedoms.php'),(482,'wp-admin/network/index.php'),(483,'wp-admin/network/menu.php'),(484,'wp-admin/network/plugin-editor.php'),(485,'wp-admin/network/plugin-install.php'),(486,'wp-admin/network/plugins.php'),(487,'wp-admin/network/privacy.php'),(488,'wp-admin/network/profile.php'),(489,'wp-admin/network/settings.php'),(490,'wp-admin/network/setup.php'),(491,'wp-admin/network/site-info.php'),(492,'wp-admin/network/site-new.php'),(493,'wp-admin/network/site-settings.php'),(494,'wp-admin/network/site-themes.php'),(495,'wp-admin/network/site-users.php'),(496,'wp-admin/network/sites.php'),(497,'wp-admin/network/theme-editor.php'),(498,'wp-admin/network/theme-install.php'),(499,'wp-admin/network/themes.php'),(500,'wp-admin/network/update-core.php'),(501,'wp-admin/network/update.php'),(502,'wp-admin/network/upgrade.php'),(503,'wp-admin/network/user-edit.php'),(504,'wp-admin/network/user-new.php'),(505,'wp-admin/network/users.php'),(506,'wp-admin/network.php'),(507,'wp-admin/options-discussion.php'),(508,'wp-admin/options-general.php'),(509,'wp-admin/options-head.php'),(510,'wp-admin/options-media.php'),(511,'wp-admin/options-permalink.php'),(512,'wp-admin/options-privacy.php'),(513,'wp-admin/options-reading.php'),(514,'wp-admin/options-writing.php'),(515,'wp-admin/options.php'),(516,'wp-admin/plugin-editor.php'),(517,'wp-admin/plugin-install.php'),(518,'wp-admin/plugins.php'),(519,'wp-admin/post-new.php'),(520,'wp-admin/post.php'),(521,'wp-admin/press-this.php'),(522,'wp-admin/privacy-policy-guide.php'),(523,'wp-admin/privacy.php'),(524,'wp-admin/profile.php'),(525,'wp-admin/revision.php'),(526,'wp-admin/setup-config.php'),(527,'wp-admin/site-health-info.php'),(528,'wp-admin/site-health.php'),(529,'wp-admin/term.php'),(530,'wp-admin/theme-editor.php'),(531,'wp-admin/theme-install.php'),(532,'wp-admin/themes.php'),(533,'wp-admin/tools.php'),(534,'wp-admin/update-core.php'),(535,'wp-admin/update.php'),(536,'wp-admin/upgrade-functions.php'),(537,'wp-admin/upgrade.php'),(538,'wp-admin/upload.php'),(539,'wp-admin/user/about.php'),(540,'wp-admin/user/admin.php'),(541,'wp-admin/user/credits.php'),(542,'wp-admin/user/freedoms.php'),(543,'wp-admin/user/index.php'),(544,'wp-admin/user/menu.php'),(545,'wp-admin/user/privacy.php'),(546,'wp-admin/user/profile.php'),(547,'wp-admin/user/user-edit.php'),(548,'wp-admin/user-edit.php'),(549,'wp-admin/user-new.php'),(550,'wp-admin/users.php'),(551,'wp-admin/widgets.php'),(552,'wp-blog-header.php'),(553,'wp-comments-post.php'),(554,'wp-config-sample.php'),(555,'wp-config.php'),(556,'wp-content/cache/index.html'),(557,'wp-content/cache/minify/index.html'),(558,'wp-content/cache/page_enhanced/bestcerakoteflorida.com/_index_ssl.html'),(559,'wp-content/index.php'),(560,'wp-content/micro-themes/PIE.php'),(561,'wp-content/micro-themes/active-scripts.js'),(562,'wp-content/micro-themes/animation-events.js'),(563,'wp-content/micro-themes/draft-scripts.js'),(564,'wp-content/plugins/antispam-bee/LICENSE.txt'),(565,'wp-content/plugins/antispam-bee/antispam_bee.php'),(566,'wp-content/plugins/antispam-bee/css/dashboard.css'),(567,'wp-content/plugins/antispam-bee/css/dashboard.min.css'),(568,'wp-content/plugins/antispam-bee/css/styles.css'),(569,'wp-content/plugins/antispam-bee/css/styles.min.css'),(570,'wp-content/plugins/antispam-bee/inc/columns.class.php'),(571,'wp-content/plugins/antispam-bee/inc/gui.class.php'),(572,'wp-content/plugins/antispam-bee/js/dashboard.js'),(573,'wp-content/plugins/antispam-bee/js/dashboard.min.js'),(574,'wp-content/plugins/antispam-bee/js/raphael.helper.js'),(575,'wp-content/plugins/antispam-bee/js/raphael.helper.min.js'),(576,'wp-content/plugins/antispam-bee/js/raphael.min.js'),(577,'wp-content/plugins/antispam-bee/js/scripts.js'),(578,'wp-content/plugins/antispam-bee/js/scripts.min.js'),(579,'wp-content/plugins/antispam-bee/readme.txt'),(580,'wp-content/plugins/astra-addon/addons/advanced-footer/assets/js/minified/customizer-preview.min.js'),(581,'wp-content/plugins/astra-addon/addons/advanced-footer/assets/js/unminified/customizer-preview.js'),(582,'wp-content/plugins/astra-addon/addons/advanced-footer/class-astra-ext-advanced-footer.php'),(583,'wp-content/plugins/astra-addon/addons/advanced-footer/classes/class-astra-advanced-footer-panels-configs.php'),(584,'wp-content/plugins/astra-addon/addons/advanced-footer/classes/class-astra-ext-adv-footer-loader.php'),(585,'wp-content/plugins/astra-addon/addons/advanced-footer/classes/class-astra-ext-adv-footer-markup.php'),(586,'wp-content/plugins/astra-addon/addons/advanced-footer/classes/dynamic.css.php'),(587,'wp-content/plugins/astra-addon/addons/advanced-footer/classes/index.php'),(588,'wp-content/plugins/astra-addon/addons/advanced-footer/classes/sections/class-astra-advanced-footer-configs.php'),(589,'wp-content/plugins/astra-addon/addons/advanced-footer/classes/sections/class-astra-advanced-footer-typo-configs.php'),(590,'wp-content/plugins/astra-addon/addons/advanced-footer/classes/sections/index.php'),(591,'wp-content/plugins/astra-addon/addons/advanced-footer/index.php'),(592,'wp-content/plugins/astra-addon/addons/advanced-footer/template/index.php'),(593,'wp-content/plugins/astra-addon/addons/advanced-footer/template/layout-1.php'),(594,'wp-content/plugins/astra-addon/addons/advanced-footer/template/layout-2.php'),(595,'wp-content/plugins/astra-addon/addons/advanced-footer/template/layout-3.php'),(596,'wp-content/plugins/astra-addon/addons/advanced-footer/template/layout-4.php'),(597,'wp-content/plugins/astra-addon/addons/advanced-footer/template/layout-5.php'),(598,'wp-content/plugins/astra-addon/addons/advanced-footer/template/layout-6.php'),(599,'wp-content/plugins/astra-addon/addons/advanced-footer/template/layout-7.php'),(600,'wp-content/plugins/astra-addon/addons/advanced-headers/assets/js/minified/advanced-headers.min.js'),(601,'wp-content/plugins/astra-addon/addons/advanced-headers/assets/js/minified/astra-advanced-headers-admin-edit.min.js'),(602,'wp-content/plugins/astra-addon/addons/advanced-headers/assets/js/minified/astra-advanced-headers-admin.min.js'),(603,'wp-content/plugins/astra-addon/addons/advanced-headers/assets/js/unminified/advanced-headers.js'),(604,'wp-content/plugins/astra-addon/addons/advanced-headers/assets/js/unminified/astra-advanced-headers-admin.js'),(605,'wp-content/plugins/astra-addon/addons/advanced-headers/class-astra-ext-advanced-headers.php'),(606,'wp-content/plugins/astra-addon/addons/advanced-headers/classes/astra-breadcrumbs.php'),(607,'wp-content/plugins/astra-addon/addons/advanced-headers/classes/class-astra-ext-advanced-headers-data.php'),(608,'wp-content/plugins/astra-addon/addons/advanced-headers/classes/class-astra-ext-advanced-headers-loader.php'),(609,'wp-content/plugins/astra-addon/addons/advanced-headers/classes/class-astra-ext-advanced-headers-markup.php'),(610,'wp-content/plugins/astra-addon/addons/advanced-headers/classes/class-astra-ext-advanced-headers-meta.php'),(611,'wp-content/plugins/astra-addon/addons/advanced-headers/classes/dynamic.css.php'),(612,'wp-content/plugins/astra-addon/addons/advanced-headers/compatibility/class-astra-advanced-headers-subtitles.php'),(613,'wp-content/plugins/astra-addon/addons/advanced-headers/compatibility/index.php'),(614,'wp-content/plugins/astra-addon/addons/advanced-headers/includes/admin-edit-location-rules.php'),(615,'wp-content/plugins/astra-addon/addons/advanced-headers/includes/admin-edit-user-rules.php'),(616,'wp-content/plugins/astra-addon/addons/advanced-headers/template/advanced-headers-layout-1.php'),(617,'wp-content/plugins/astra-addon/addons/advanced-headers/template/advanced-headers-layout-2.php'),(618,'wp-content/plugins/astra-addon/addons/advanced-hooks/assets/js/minified/advanced-hooks-sticky-header-footer.min.js'),(619,'wp-content/plugins/astra-addon/addons/advanced-hooks/assets/js/minified/advanced-hooks.min.js'),(620,'wp-content/plugins/astra-addon/addons/advanced-hooks/assets/js/unminified/advanced-hooks-sticky-header-footer.js'),(621,'wp-content/plugins/astra-addon/addons/advanced-hooks/assets/js/unminified/advanced-hooks.js'),(622,'wp-content/plugins/astra-addon/addons/advanced-hooks/class-astra-ext-advanced-hooks.php'),(623,'wp-content/plugins/astra-addon/addons/advanced-hooks/classes/class-astra-ext-advanced-hooks-loader.php'),(624,'wp-content/plugins/astra-addon/addons/advanced-hooks/classes/class-astra-ext-advanced-hooks-markup.php'),(625,'wp-content/plugins/astra-addon/addons/advanced-hooks/classes/class-astra-ext-advanced-hooks-meta.php'),(626,'wp-content/plugins/astra-addon/addons/advanced-hooks/template/template.php'),(627,'wp-content/plugins/astra-addon/addons/advanced-search/assets/js/minified/advanced-search.min.js'),(628,'wp-content/plugins/astra-addon/addons/advanced-search/assets/js/minified/customizer-preview.min.js'),(629,'wp-content/plugins/astra-addon/addons/advanced-search/assets/js/unminified/advanced-search.js'),(630,'wp-content/plugins/astra-addon/addons/advanced-search/class-astra-ext-advanced-search.php'),(631,'wp-content/plugins/astra-addon/addons/advanced-search/classes/class-astra-ext-adv-search-loader.php'),(632,'wp-content/plugins/astra-addon/addons/advanced-search/classes/class-astra-ext-adv-search-markup.php'),(633,'wp-content/plugins/astra-addon/addons/advanced-search/classes/class-astra-ext-adv-search-shortcodes.php'),(634,'wp-content/plugins/astra-addon/addons/advanced-search/classes/index.php'),(635,'wp-content/plugins/astra-addon/addons/advanced-search/classes/sections/class-astra-customizer-adv-search-above-header.php'),(636,'wp-content/plugins/astra-addon/addons/advanced-search/classes/sections/class-astra-customizer-adv-search-below-header.php'),(637,'wp-content/plugins/astra-addon/addons/advanced-search/classes/sections/class-astra-customizer-adv-search-header.php'),(638,'wp-content/plugins/astra-addon/addons/advanced-search/classes/sections/index.php'),(639,'wp-content/plugins/astra-addon/addons/advanced-search/index.php'),(640,'wp-content/plugins/astra-addon/addons/advanced-search/template/full-screen.php'),(641,'wp-content/plugins/astra-addon/addons/advanced-search/template/header-cover.php'),(642,'wp-content/plugins/astra-addon/addons/advanced-search/template/index.php'),(643,'wp-content/plugins/astra-addon/addons/advanced-search/template/search-box.php'),(644,'wp-content/plugins/astra-addon/addons/blog-pro/assets/js/minified/ast-ext-blog-pro.min.js'),(645,'wp-content/plugins/astra-addon/addons/blog-pro/assets/js/minified/pagination-infinite.min.js'),(646,'wp-content/plugins/astra-addon/addons/blog-pro/assets/js/minified/single-autopost-infinite.min.js'),(647,'wp-content/plugins/astra-addon/addons/blog-pro/assets/js/unminified/ast-ext-blog-pro.js'),(648,'wp-content/plugins/astra-addon/addons/blog-pro/assets/js/unminified/jquery-history.js'),(649,'wp-content/plugins/astra-addon/addons/blog-pro/assets/js/unminified/pagination-infinite.js'),(650,'wp-content/plugins/astra-addon/addons/blog-pro/assets/js/unminified/scrollspy.js'),(651,'wp-content/plugins/astra-addon/addons/blog-pro/assets/js/unminified/single-infinite.js'),(652,'wp-content/plugins/astra-addon/addons/blog-pro/class-astra-ext-blog-pro.php'),(653,'wp-content/plugins/astra-addon/addons/blog-pro/classes/class-astra-ext-blog-pro-images-resizer.php'),(654,'wp-content/plugins/astra-addon/addons/blog-pro/classes/class-astra-ext-blog-pro-loader.php'),(655,'wp-content/plugins/astra-addon/addons/blog-pro/classes/class-astra-ext-blog-pro-markup.php'),(656,'wp-content/plugins/astra-addon/addons/blog-pro/classes/dynamic.php'),(657,'wp-content/plugins/astra-addon/addons/blog-pro/classes/index.php'),(658,'wp-content/plugins/astra-addon/addons/blog-pro/classes/sections/class-astra-customizer-blog-pro-configs.php'),(659,'wp-content/plugins/astra-addon/addons/blog-pro/classes/sections/class-astra-customizer-blog-pro-image-resizer-configs.php'),(660,'wp-content/plugins/astra-addon/addons/blog-pro/classes/sections/class-astra-customizer-blog-pro-single-configs.php'),(661,'wp-content/plugins/astra-addon/addons/blog-pro/classes/sections/index.php'),(662,'wp-content/plugins/astra-addon/addons/blog-pro/index.php'),(663,'wp-content/plugins/astra-addon/addons/blog-pro/template/author-info.php'),(664,'wp-content/plugins/astra-addon/addons/blog-pro/template/blog-layout-2.php'),(665,'wp-content/plugins/astra-addon/addons/blog-pro/template/blog-layout-3.php'),(666,'wp-content/plugins/astra-addon/addons/blog-pro/template/content-partial.php'),(667,'wp-content/plugins/astra-addon/addons/blog-pro/template/index.php'),(668,'wp-content/plugins/astra-addon/addons/colors-and-background/assets/js/minified/customizer-preview.min.js'),(669,'wp-content/plugins/astra-addon/addons/colors-and-background/assets/js/unminified/customizer-preview.js'),(670,'wp-content/plugins/astra-addon/addons/colors-and-background/class-astra-ext-colors-and-background.php'),(671,'wp-content/plugins/astra-addon/addons/colors-and-background/classes/class-astra-ext-colors-loader.php'),(672,'wp-content/plugins/astra-addon/addons/colors-and-background/classes/class-astra-ext-colors-panels-and-sections.php'),(673,'wp-content/plugins/astra-addon/addons/colors-and-background/classes/dynamic-css/class-astra-addon-colors-dynamic-css.php'),(674,'wp-content/plugins/astra-addon/addons/colors-and-background/classes/dynamic-css/header-sections-dynamic.css.php'),(675,'wp-content/plugins/astra-addon/addons/colors-and-background/classes/index.php'),(676,'wp-content/plugins/astra-addon/addons/colors-and-background/classes/sections/class-astra-customizer-colors-archive.php'),(677,'wp-content/plugins/astra-addon/addons/colors-and-background/classes/sections/class-astra-customizer-colors-content.php'),(678,'wp-content/plugins/astra-addon/addons/colors-and-background/classes/sections/class-astra-customizer-colors-header.php'),(679,'wp-content/plugins/astra-addon/addons/colors-and-background/classes/sections/class-astra-customizer-colors-primary-menu.php'),(680,'wp-content/plugins/astra-addon/addons/colors-and-background/classes/sections/class-astra-customizer-colors-sidebar.php'),(681,'wp-content/plugins/astra-addon/addons/colors-and-background/classes/sections/class-astra-customizer-colors-single.php'),(682,'wp-content/plugins/astra-addon/addons/colors-and-background/classes/sections/index.php'),(683,'wp-content/plugins/astra-addon/addons/colors-and-background/index.php'),(684,'wp-content/plugins/astra-addon/addons/edd/assets/js/minified/customizer-preview.min.js'),(685,'wp-content/plugins/astra-addon/addons/edd/assets/js/unminified/customizer-preview.js'),(686,'wp-content/plugins/astra-addon/addons/edd/class-astra-ext-edd.php'),(687,'wp-content/plugins/astra-addon/addons/edd/classes/class-astra-edd-panels-and-sections.php'),(688,'wp-content/plugins/astra-addon/addons/edd/classes/class-astra-ext-edd-loader.php'),(689,'wp-content/plugins/astra-addon/addons/edd/classes/class-astra-ext-edd-markup.php'),(690,'wp-content/plugins/astra-addon/addons/edd/classes/common-functions.php'),(691,'wp-content/plugins/astra-addon/addons/edd/classes/dynamic.css.php'),(692,'wp-content/plugins/astra-addon/addons/edd/classes/sections/class-astra-edd-archive-colors-configs.php'),(693,'wp-content/plugins/astra-addon/addons/edd/classes/sections/class-astra-edd-checkout-configs.php'),(694,'wp-content/plugins/astra-addon/addons/edd/classes/sections/class-astra-edd-general-configs.php'),(695,'wp-content/plugins/astra-addon/addons/edd/classes/sections/class-astra-edd-shop-configs.php'),(696,'wp-content/plugins/astra-addon/addons/edd/classes/sections/class-astra-edd-shop-single-configs.php'),(697,'wp-content/plugins/astra-addon/addons/edd/classes/sections/class-astra-edd-shop-single-typo-configs.php'),(698,'wp-content/plugins/astra-addon/addons/edd/classes/sections/class-astra-edd-shop-typo-configs.php'),(699,'wp-content/plugins/astra-addon/addons/edd/classes/sections/class-astra-edd-single-colors-configs.php'),(700,'wp-content/plugins/astra-addon/addons/edd/index.php'),(701,'wp-content/plugins/astra-addon/addons/edd/templates/checkout-footer.php'),(702,'wp-content/plugins/astra-addon/addons/edd/templates/checkout-header.php'),(703,'wp-content/plugins/astra-addon/addons/header-sections/assets/js/minified/ast-above-header.min.js'),(704,'wp-content/plugins/astra-addon/addons/header-sections/assets/js/minified/ast-below-header.min.js'),(705,'wp-content/plugins/astra-addon/addons/header-sections/assets/js/minified/customizer-preview.min.js'),(706,'wp-content/plugins/astra-addon/addons/header-sections/assets/js/unminified/ast-above-header.js'),(707,'wp-content/plugins/astra-addon/addons/header-sections/assets/js/unminified/ast-below-header.js'),(708,'wp-content/plugins/astra-addon/addons/header-sections/assets/js/unminified/customizer-preview.js'),(709,'wp-content/plugins/astra-addon/addons/header-sections/class-astra-ext-header-sections.php'),(710,'wp-content/plugins/astra-addon/addons/header-sections/classes/above-header-dynamic.css.php'),(711,'wp-content/plugins/astra-addon/addons/header-sections/classes/below-header-dynamic.css.php'),(712,'wp-content/plugins/astra-addon/addons/header-sections/classes/class-astra-customizer-header-sections-partials.php'),(713,'wp-content/plugins/astra-addon/addons/header-sections/classes/class-astra-ext-header-sections-loader.php'),(714,'wp-content/plugins/astra-addon/addons/header-sections/classes/class-astra-ext-header-sections-markup.php'),(715,'wp-content/plugins/astra-addon/addons/header-sections/classes/class-astra-header-section-panels-configs.php'),(716,'wp-content/plugins/astra-addon/addons/header-sections/classes/index.php'),(717,'wp-content/plugins/astra-addon/addons/header-sections/classes/sections/class-astra-above-header-colors-bg-configs.php'),(718,'wp-content/plugins/astra-addon/addons/header-sections/classes/sections/class-astra-above-header-configs.php'),(719,'wp-content/plugins/astra-addon/addons/header-sections/classes/sections/class-astra-above-header-typo-configs.php'),(720,'wp-content/plugins/astra-addon/addons/header-sections/classes/sections/class-astra-below-header-colors-bg-configs.php'),(721,'wp-content/plugins/astra-addon/addons/header-sections/classes/sections/class-astra-below-header-configs.php'),(722,'wp-content/plugins/astra-addon/addons/header-sections/classes/sections/class-astra-below-header-typo-configs.php'),(723,'wp-content/plugins/astra-addon/addons/header-sections/classes/sections/index.php'),(724,'wp-content/plugins/astra-addon/addons/header-sections/index.php'),(725,'wp-content/plugins/astra-addon/addons/header-sections/template/above-header-layout-1.php'),(726,'wp-content/plugins/astra-addon/addons/header-sections/template/above-header-layout-2.php'),(727,'wp-content/plugins/astra-addon/addons/header-sections/template/below-header-layout-1.php'),(728,'wp-content/plugins/astra-addon/addons/header-sections/template/below-header-layout-2.php'),(729,'wp-content/plugins/astra-addon/addons/header-sections/template/index.php'),(730,'wp-content/plugins/astra-addon/addons/index.php'),(731,'wp-content/plugins/astra-addon/addons/learndash/assets/js/minified/customizer-preview.min.js'),(732,'wp-content/plugins/astra-addon/addons/learndash/assets/js/unminified/customizer-preview.js'),(733,'wp-content/plugins/astra-addon/addons/learndash/class-astra-ext-learndash.php'),(734,'wp-content/plugins/astra-addon/addons/learndash/classes/class-astra-ext-learndash-loader.php'),(735,'wp-content/plugins/astra-addon/addons/learndash/classes/class-astra-ext-learndash-markup.php'),(736,'wp-content/plugins/astra-addon/addons/learndash/classes/dynamic.css.php'),(737,'wp-content/plugins/astra-addon/addons/learndash/classes/sections/class-astra-customizer-learndash-color-configs.php'),(738,'wp-content/plugins/astra-addon/addons/learndash/classes/sections/class-astra-customizer-learndash-general-configs.php'),(739,'wp-content/plugins/astra-addon/addons/learndash/classes/sections/class-astra-customizer-learndash-typo-configs.php'),(740,'wp-content/plugins/astra-addon/addons/learndash/index.php'),(741,'wp-content/plugins/astra-addon/addons/learndash/templates/footer.php'),(742,'wp-content/plugins/astra-addon/addons/learndash/templates/header.php'),(743,'wp-content/plugins/astra-addon/addons/lifterlms/assets/js/minified/customizer-preview.min.js'),(744,'wp-content/plugins/astra-addon/addons/lifterlms/assets/js/minified/lifterlms-builder-settings.min.js'),(745,'wp-content/plugins/astra-addon/addons/lifterlms/assets/js/unminified/customizer-preview.js'),(746,'wp-content/plugins/astra-addon/addons/lifterlms/assets/js/unminified/lifterlms-builder-settings.js'),(747,'wp-content/plugins/astra-addon/addons/lifterlms/class-astra-ext-lifterlms.php'),(748,'wp-content/plugins/astra-addon/addons/lifterlms/classes/class-astra-customizer-lifterlms-panels-and-sections.php'),(749,'wp-content/plugins/astra-addon/addons/lifterlms/classes/class-astra-ext-lifterlms-loader.php'),(750,'wp-content/plugins/astra-addon/addons/lifterlms/classes/class-astra-ext-lifterlms-markup.php'),(751,'wp-content/plugins/astra-addon/addons/lifterlms/classes/dynamic.css.php'),(752,'wp-content/plugins/astra-addon/addons/lifterlms/classes/sections/class-astra-customizer-lifterlms-course-lesson-configs.php'),(753,'wp-content/plugins/astra-addon/addons/lifterlms/classes/sections/class-astra-customizer-lifterlms-general-configs.php'),(754,'wp-content/plugins/astra-addon/addons/lifterlms/index.php'),(755,'wp-content/plugins/astra-addon/addons/lifterlms/templates/footer.php'),(756,'wp-content/plugins/astra-addon/addons/lifterlms/templates/header.php'),(757,'wp-content/plugins/astra-addon/addons/mobile-header/assets/js/minified/above-menu-no-toggle.min.js'),(758,'wp-content/plugins/astra-addon/addons/mobile-header/assets/js/minified/below-menu-no-toggle.min.js'),(759,'wp-content/plugins/astra-addon/addons/mobile-header/assets/js/minified/customizer-preview.min.js'),(760,'wp-content/plugins/astra-addon/addons/mobile-header/assets/js/minified/primary-menu-no-toggle.min.js'),(761,'wp-content/plugins/astra-addon/addons/mobile-header/assets/js/unminified/above-menu-no-toggle.js'),(762,'wp-content/plugins/astra-addon/addons/mobile-header/assets/js/unminified/below-menu-no-toggle.js'),(763,'wp-content/plugins/astra-addon/addons/mobile-header/assets/js/unminified/customizer-preview.js'),(764,'wp-content/plugins/astra-addon/addons/mobile-header/assets/js/unminified/primary-menu-no-toggle.js'),(765,'wp-content/plugins/astra-addon/addons/mobile-header/class-astra-ext-mobile-header.php'),(766,'wp-content/plugins/astra-addon/addons/mobile-header/classes/class-astra-ext-mobile-header-loader.php'),(767,'wp-content/plugins/astra-addon/addons/mobile-header/classes/class-astra-ext-mobile-header-markup.php'),(768,'wp-content/plugins/astra-addon/addons/mobile-header/classes/dynamic-css/dynamic-above-header.css.php'),(769,'wp-content/plugins/astra-addon/addons/mobile-header/classes/dynamic-css/dynamic-below-header.css.php'),(770,'wp-content/plugins/astra-addon/addons/mobile-header/classes/dynamic-css/dynamic-colors-background.css.php'),(771,'wp-content/plugins/astra-addon/addons/mobile-header/classes/dynamic-css/dynamic-spacing.css.php'),(772,'wp-content/plugins/astra-addon/addons/mobile-header/classes/dynamic-css/dynamic.css.php'),(773,'wp-content/plugins/astra-addon/addons/mobile-header/classes/index.php'),(774,'wp-content/plugins/astra-addon/addons/mobile-header/classes/sections/class-astra-customizer-mobile-above-header-configs.php'),(775,'wp-content/plugins/astra-addon/addons/mobile-header/classes/sections/class-astra-customizer-mobile-below-header-configs.php'),(776,'wp-content/plugins/astra-addon/addons/mobile-header/classes/sections/class-astra-customizer-mobile-header-configs.php'),(777,'wp-content/plugins/astra-addon/addons/mobile-header/classes/sections/index.php'),(778,'wp-content/plugins/astra-addon/addons/mobile-header/index.php'),(779,'wp-content/plugins/astra-addon/addons/nav-menu/assets/js/minified/customizer-preview.min.js'),(780,'wp-content/plugins/astra-addon/addons/nav-menu/assets/js/minified/mega-menu-frontend.min.js'),(781,'wp-content/plugins/astra-addon/addons/nav-menu/assets/js/minified/megamenu-options.min.js'),(782,'wp-content/plugins/astra-addon/addons/nav-menu/assets/js/unminified/customizer-preview.js'),(783,'wp-content/plugins/astra-addon/addons/nav-menu/assets/js/unminified/mega-menu-frontend.js'),(784,'wp-content/plugins/astra-addon/addons/nav-menu/assets/js/unminified/megamenu-options.js'),(785,'wp-content/plugins/astra-addon/addons/nav-menu/class-astra-ext-nav-menu.php'),(786,'wp-content/plugins/astra-addon/addons/nav-menu/classes/class-astra-custom-nav-walker.php'),(787,'wp-content/plugins/astra-addon/addons/nav-menu/classes/class-astra-ext-nav-menu-loader.php'),(788,'wp-content/plugins/astra-addon/addons/nav-menu/classes/class-astra-ext-nav-menu-markup.php'),(789,'wp-content/plugins/astra-addon/addons/nav-menu/classes/class-astra-ext-nav-widget-support.php'),(790,'wp-content/plugins/astra-addon/addons/nav-menu/classes/class-astra-walker-nav-menu-edit-custom.php'),(791,'wp-content/plugins/astra-addon/addons/nav-menu/classes/dynamic.css.php'),(792,'wp-content/plugins/astra-addon/addons/nav-menu/classes/sections/class-astra-nav-menu-above-header-colors.php'),(793,'wp-content/plugins/astra-addon/addons/nav-menu/classes/sections/class-astra-nav-menu-above-header-layout.php'),(794,'wp-content/plugins/astra-addon/addons/nav-menu/classes/sections/class-astra-nav-menu-above-header-typography.php'),(795,'wp-content/plugins/astra-addon/addons/nav-menu/classes/sections/class-astra-nav-menu-below-header-colors.php'),(796,'wp-content/plugins/astra-addon/addons/nav-menu/classes/sections/class-astra-nav-menu-below-header-layout.php'),(797,'wp-content/plugins/astra-addon/addons/nav-menu/classes/sections/class-astra-nav-menu-below-header-typography.php'),(798,'wp-content/plugins/astra-addon/addons/nav-menu/classes/sections/class-astra-nav-menu-primary-header-colors.php'),(799,'wp-content/plugins/astra-addon/addons/nav-menu/classes/sections/class-astra-nav-menu-primary-header-layout.php'),(800,'wp-content/plugins/astra-addon/addons/nav-menu/classes/sections/class-astra-nav-menu-primary-header-typography.php'),(801,'wp-content/plugins/astra-addon/addons/scroll-to-top/assets/js/minified/customizer-preview.min.js'),(802,'wp-content/plugins/astra-addon/addons/scroll-to-top/assets/js/minified/scroll-to-top.min.js'),(803,'wp-content/plugins/astra-addon/addons/scroll-to-top/assets/js/unminified/customizer-preview.js'),(804,'wp-content/plugins/astra-addon/addons/scroll-to-top/assets/js/unminified/scroll-to-top.js'),(805,'wp-content/plugins/astra-addon/addons/scroll-to-top/class-astra-ext-scroll-to-top.php'),(806,'wp-content/plugins/astra-addon/addons/scroll-to-top/classes/class-astra-ext-scroll-to-top-loader.php'),(807,'wp-content/plugins/astra-addon/addons/scroll-to-top/classes/class-astra-ext-scroll-to-top-markup.php'),(808,'wp-content/plugins/astra-addon/addons/scroll-to-top/classes/class-astra-scroll-to-top-panels-and-sections.php'),(809,'wp-content/plugins/astra-addon/addons/scroll-to-top/classes/dynamic.css.php'),(810,'wp-content/plugins/astra-addon/addons/scroll-to-top/classes/index.php'),(811,'wp-content/plugins/astra-addon/addons/scroll-to-top/classes/sections/class-astra-scroll-to-top-configs.php'),(812,'wp-content/plugins/astra-addon/addons/scroll-to-top/classes/sections/index.php'),(813,'wp-content/plugins/astra-addon/addons/scroll-to-top/index.php'),(814,'wp-content/plugins/astra-addon/addons/scroll-to-top/template/index.php'),(815,'wp-content/plugins/astra-addon/addons/scroll-to-top/template/scroll-to-top.php'),(816,'wp-content/plugins/astra-addon/addons/site-layouts/assets/js/minified/customizer-preview.min.js'),(817,'wp-content/plugins/astra-addon/addons/site-layouts/assets/js/unminified/customizer-preview.js'),(818,'wp-content/plugins/astra-addon/addons/site-layouts/class-astra-ext-site-layouts.php'),(819,'wp-content/plugins/astra-addon/addons/site-layouts/classes/class-astra-ext-site-layouts-loader.php'),(820,'wp-content/plugins/astra-addon/addons/site-layouts/classes/class-astra-ext-site-layouts-markup.php'),(821,'wp-content/plugins/astra-addon/addons/site-layouts/classes/dynamic.css.php'),(822,'wp-content/plugins/astra-addon/addons/site-layouts/classes/index.php'),(823,'wp-content/plugins/astra-addon/addons/site-layouts/classes/sections/class-astra-site-layout-configuration.php'),(824,'wp-content/plugins/astra-addon/addons/site-layouts/classes/sections/index.php'),(825,'wp-content/plugins/astra-addon/addons/site-layouts/index.php'),(826,'wp-content/plugins/astra-addon/addons/spacing/assets/js/minified/customizer-preview.min.js'),(827,'wp-content/plugins/astra-addon/addons/spacing/assets/js/unminified/customizer-preview.js'),(828,'wp-content/plugins/astra-addon/addons/spacing/class-astra-ext-spacing.php'),(829,'wp-content/plugins/astra-addon/addons/spacing/classes/class-astra-ext-spacing-loader.php'),(830,'wp-content/plugins/astra-addon/addons/spacing/classes/dynamic.css.php'),(831,'wp-content/plugins/astra-addon/addons/spacing/classes/index.php'),(832,'wp-content/plugins/astra-addon/addons/spacing/classes/sections/class-astra-customizer-above-header-spacing-configs.php'),(833,'wp-content/plugins/astra-addon/addons/spacing/classes/sections/class-astra-customizer-below-header-spacing-configs.php'),(834,'wp-content/plugins/astra-addon/addons/spacing/classes/sections/class-astra-customizer-blog-spacing-configs.php'),(835,'wp-content/plugins/astra-addon/addons/spacing/classes/sections/class-astra-customizer-container-layout-spacing-configs.php'),(836,'wp-content/plugins/astra-addon/addons/spacing/classes/sections/class-astra-customizer-footer-small-spacing-configs.php'),(837,'wp-content/plugins/astra-addon/addons/spacing/classes/sections/class-astra-customizer-header-spacing-configs.php'),(838,'wp-content/plugins/astra-addon/addons/spacing/classes/sections/class-astra-customizer-sidebar-spacing-configs.php'),(839,'wp-content/plugins/astra-addon/addons/spacing/classes/sections/class-astra-customizer-site-identity-spacing-configs.php'),(840,'wp-content/plugins/astra-addon/addons/spacing/classes/sections/index.php'),(841,'wp-content/plugins/astra-addon/addons/spacing/index.php'),(842,'wp-content/plugins/astra-addon/addons/sticky-header/assets/js/minified/customizer-preview.min.js'),(843,'wp-content/plugins/astra-addon/addons/sticky-header/assets/js/minified/metabox.min.js'),(844,'wp-content/plugins/astra-addon/addons/sticky-header/assets/js/minified/sticky-header-compatibility.min.js'),(845,'wp-content/plugins/astra-addon/addons/sticky-header/assets/js/minified/sticky-header.min.js'),(846,'wp-content/plugins/astra-addon/addons/sticky-header/assets/js/unminified/customizer-preview.js'),(847,'wp-content/plugins/astra-addon/addons/sticky-header/assets/js/unminified/metabox.js'),(848,'wp-content/plugins/astra-addon/addons/sticky-header/assets/js/unminified/sticky-header-compatibility.js'),(849,'wp-content/plugins/astra-addon/addons/sticky-header/assets/js/unminified/sticky-header.js'),(850,'wp-content/plugins/astra-addon/addons/sticky-header/class-astra-ext-sticky-header.php'),(851,'wp-content/plugins/astra-addon/addons/sticky-header/classes/class-astra-ext-sticky-header-customizer-partials.php'),(852,'wp-content/plugins/astra-addon/addons/sticky-header/classes/class-astra-ext-sticky-header-loader.php'),(853,'wp-content/plugins/astra-addon/addons/sticky-header/classes/class-astra-ext-sticky-header-markup.php'),(854,'wp-content/plugins/astra-addon/addons/sticky-header/classes/class-astra-sticky-header-panels-configs.php'),(855,'wp-content/plugins/astra-addon/addons/sticky-header/classes/dynamic-css/dynamic.css.php'),(856,'wp-content/plugins/astra-addon/addons/sticky-header/classes/dynamic-css/header-sections-dynamic.css.php'),(857,'wp-content/plugins/astra-addon/addons/sticky-header/classes/dynamic-css/site-layouts-dynamic.css.php'),(858,'wp-content/plugins/astra-addon/addons/sticky-header/classes/index.php'),(859,'wp-content/plugins/astra-addon/addons/sticky-header/classes/sections/class-astra-sticky-above-header-colors-bg-configs.php'),(860,'wp-content/plugins/astra-addon/addons/sticky-header/classes/sections/class-astra-sticky-below-header-colors-bg-configs.php'),(861,'wp-content/plugins/astra-addon/addons/sticky-header/classes/sections/class-astra-sticky-header-colors-bg-configs.php'),(862,'wp-content/plugins/astra-addon/addons/sticky-header/classes/sections/class-astra-sticky-header-configs.php'),(863,'wp-content/plugins/astra-addon/addons/sticky-header/classes/sections/class-astra-sticky-header-sections-configs.php'),(864,'wp-content/plugins/astra-addon/addons/sticky-header/classes/sections/index.php'),(865,'wp-content/plugins/astra-addon/addons/sticky-header/index.php'),(866,'wp-content/plugins/astra-addon/addons/typography/assets/js/minified/customizer-preview.min.js'),(867,'wp-content/plugins/astra-addon/addons/typography/assets/js/unminified/customizer-preview.js'),(868,'wp-content/plugins/astra-addon/addons/typography/class-astra-ext-typography.php'),(869,'wp-content/plugins/astra-addon/addons/typography/classes/class-astra-ext-typography-loader.php'),(870,'wp-content/plugins/astra-addon/addons/typography/classes/class-astra-typo-panel-section-configs.php'),(871,'wp-content/plugins/astra-addon/addons/typography/classes/dynamic.css.php'),(872,'wp-content/plugins/astra-addon/addons/typography/classes/index.php'),(873,'wp-content/plugins/astra-addon/addons/typography/classes/sections/class-astra-archive-advanced-typo-configs.php'),(874,'wp-content/plugins/astra-addon/addons/typography/classes/sections/class-astra-button-typo-configs.php'),(875,'wp-content/plugins/astra-addon/addons/typography/classes/sections/class-astra-content-advanced-typo-configs.php'),(876,'wp-content/plugins/astra-addon/addons/typography/classes/sections/class-astra-footer-typo-configs.php'),(877,'wp-content/plugins/astra-addon/addons/typography/classes/sections/class-astra-primary-menu-typo-configs.php'),(878,'wp-content/plugins/astra-addon/addons/typography/classes/sections/class-astra-sidebar-typo-configs.php'),(879,'wp-content/plugins/astra-addon/addons/typography/classes/sections/class-astra-single-advanced-typo-configs.php'),(880,'wp-content/plugins/astra-addon/addons/typography/classes/sections/class-astra-site-header-typo-configs.php'),(881,'wp-content/plugins/astra-addon/addons/typography/classes/sections/index.php'),(882,'wp-content/plugins/astra-addon/addons/typography/index.php'),(883,'wp-content/plugins/astra-addon/addons/woocommerce/assets/js/minified/add-to-cart-quantity-btn.min.js'),(884,'wp-content/plugins/astra-addon/addons/woocommerce/assets/js/minified/checkout-labels-as-placeholders.min.js'),(885,'wp-content/plugins/astra-addon/addons/woocommerce/assets/js/minified/checkout-persistence-form-data.min.js'),(886,'wp-content/plugins/astra-addon/addons/woocommerce/assets/js/minified/customizer-preview.min.js'),(887,'wp-content/plugins/astra-addon/addons/woocommerce/assets/js/minified/pagination-infinite.min.js'),(888,'wp-content/plugins/astra-addon/addons/woocommerce/assets/js/minified/quick-view.min.js'),(889,'wp-content/plugins/astra-addon/addons/woocommerce/assets/js/minified/single-product-ajax-cart.min.js'),(890,'wp-content/plugins/astra-addon/addons/woocommerce/assets/js/minified/single-product-vertical-gallery.min.js'),(891,'wp-content/plugins/astra-addon/addons/woocommerce/assets/js/minified/two-step-checkout.min.js'),(892,'wp-content/plugins/astra-addon/addons/woocommerce/assets/js/unminified/add-to-cart-quantity-btn.js'),(893,'wp-content/plugins/astra-addon/addons/woocommerce/assets/js/unminified/checkout-labels-as-placeholders.js'),(894,'wp-content/plugins/astra-addon/addons/woocommerce/assets/js/unminified/checkout-persistence-form-data.js'),(895,'wp-content/plugins/astra-addon/addons/woocommerce/assets/js/unminified/customizer-preview.js'),(896,'wp-content/plugins/astra-addon/addons/woocommerce/assets/js/unminified/pagination-infinite.js'),(897,'wp-content/plugins/astra-addon/addons/woocommerce/assets/js/unminified/quick-view.js'),(898,'wp-content/plugins/astra-addon/addons/woocommerce/assets/js/unminified/single-product-ajax-cart.js'),(899,'wp-content/plugins/astra-addon/addons/woocommerce/assets/js/unminified/single-product-vertical-gallery.js'),(900,'wp-content/plugins/astra-addon/addons/woocommerce/assets/js/unminified/two-step-checkout.js'),(901,'wp-content/plugins/astra-addon/addons/woocommerce/class-astra-ext-woocommerce.php'),(902,'wp-content/plugins/astra-addon/addons/woocommerce/classes/class-astra-customizer-ext-woocommerce-partials.php'),(903,'wp-content/plugins/astra-addon/addons/woocommerce/classes/class-astra-ext-woocommerce-loader.php'),(904,'wp-content/plugins/astra-addon/addons/woocommerce/classes/class-astra-ext-woocommerce-markup.php'),(905,'wp-content/plugins/astra-addon/addons/woocommerce/classes/class-astra-woocommerce-panels-and-sections.php'),(906,'wp-content/plugins/astra-addon/addons/woocommerce/classes/common-functions.php'),(907,'wp-content/plugins/astra-addon/addons/woocommerce/classes/dynamic.css.php'),(908,'wp-content/plugins/astra-addon/addons/woocommerce/classes/sections/class-astra-woocommerce-checkout-configs.php'),(909,'wp-content/plugins/astra-addon/addons/woocommerce/classes/sections/class-astra-woocommerce-general-colors-configs.php'),(910,'wp-content/plugins/astra-addon/addons/woocommerce/classes/sections/class-astra-woocommerce-general-configs.php'),(911,'wp-content/plugins/astra-addon/addons/woocommerce/classes/sections/class-astra-woocommerce-shop-colors-configs.php'),(912,'wp-content/plugins/astra-addon/addons/woocommerce/classes/sections/class-astra-woocommerce-shop-configs.php'),(913,'wp-content/plugins/astra-addon/addons/woocommerce/classes/sections/class-astra-woocommerce-shop-single-colors-configs.php'),(914,'wp-content/plugins/astra-addon/addons/woocommerce/classes/sections/class-astra-woocommerce-shop-single-configs.php'),(915,'wp-content/plugins/astra-addon/addons/woocommerce/classes/sections/class-astra-woocommerce-shop-single-typo-configs.php'),(916,'wp-content/plugins/astra-addon/addons/woocommerce/classes/sections/class-astra-woocommerce-shop-typo-configs.php'),(917,'wp-content/plugins/astra-addon/addons/woocommerce/index.php'),(918,'wp-content/plugins/astra-addon/addons/woocommerce/templates/checkout-footer.php'),(919,'wp-content/plugins/astra-addon/addons/woocommerce/templates/checkout-header.php'),(920,'wp-content/plugins/astra-addon/addons/woocommerce/templates/quick-view-modal.php'),(921,'wp-content/plugins/astra-addon/addons/woocommerce/templates/quick-view-product-image.php'),(922,'wp-content/plugins/astra-addon/addons/woocommerce/templates/quick-view-product.php'),(923,'wp-content/plugins/astra-addon/admin/assets/js/ast-ext-admin-settings.js'),(924,'wp-content/plugins/astra-addon/admin/assets/js/customizer-controls.js'),(925,'wp-content/plugins/astra-addon/admin/bsf-core/BSF_Envato_Activate.php'),(926,'wp-content/plugins/astra-addon/admin/bsf-core/BSF_License_Manager.php'),(927,'wp-content/plugins/astra-addon/admin/bsf-core/BSF_Update_Manager.php'),(928,'wp-content/plugins/astra-addon/admin/bsf-core/BSF_WP_CLI_Command.php'),(929,'wp-content/plugins/astra-addon/admin/bsf-core/assets/fonts/brainstorm.svg'),(930,'wp-content/plugins/astra-addon/admin/bsf-core/assets/js/bsf-core.js'),(931,'wp-content/plugins/astra-addon/admin/bsf-core/assets/js/frosty.js'),(932,'wp-content/plugins/astra-addon/admin/bsf-core/assets/js/jquery-history.js'),(933,'wp-content/plugins/astra-addon/admin/bsf-core/assets/js/license-form-popup.js'),(934,'wp-content/plugins/astra-addon/admin/bsf-core/assets/js/switch.js'),(935,'wp-content/plugins/astra-addon/admin/bsf-core/auto-update/admin-functions.php'),(936,'wp-content/plugins/astra-addon/admin/bsf-core/auto-update/index.php'),(937,'wp-content/plugins/astra-addon/admin/bsf-core/auto-update/updater.php'),(938,'wp-content/plugins/astra-addon/admin/bsf-core/class-bsf-core-update.php'),(939,'wp-content/plugins/astra-addon/admin/bsf-core/includes/helpers.php'),(940,'wp-content/plugins/astra-addon/admin/bsf-core/includes/system-info.php'),(941,'wp-content/plugins/astra-addon/admin/bsf-core/index.php'),(942,'wp-content/plugins/astra-addon/admin/bsf-core/plugin-installer/admin-functions.php'),(943,'wp-content/plugins/astra-addon/admin/bsf-core/plugin-installer/index.php'),(944,'wp-content/plugins/astra-addon/admin/index.php'),(945,'wp-content/plugins/astra-addon/assets/js/minified/ast-addon-customizer-preview.min.js'),(946,'wp-content/plugins/astra-addon/assets/js/minified/common-sidebar-and-menu.min.js'),(947,'wp-content/plugins/astra-addon/assets/js/unminified/ast-addon-customizer-preview.js'),(948,'wp-content/plugins/astra-addon/astra-addon.php'),(949,'wp-content/plugins/astra-addon/class-brainstorm-update-astra-addon.php'),(950,'wp-content/plugins/astra-addon/classes/astra-common-functions.php'),(951,'wp-content/plugins/astra-addon/classes/astra-theme-compatibility-functions.php'),(952,'wp-content/plugins/astra-addon/classes/cache/class-astra-addon-cache.php'),(953,'wp-content/plugins/astra-addon/classes/cache/class-astra-cache-base.php'),(954,'wp-content/plugins/astra-addon/classes/cache/class-astra-cache.php'),(955,'wp-content/plugins/astra-addon/classes/class-addon-gutenberg-editor-css.php'),(956,'wp-content/plugins/astra-addon/classes/class-astra-addon-update.php'),(957,'wp-content/plugins/astra-addon/classes/class-astra-admin-helper.php'),(958,'wp-content/plugins/astra-addon/classes/class-astra-ext-extension.php'),(959,'wp-content/plugins/astra-addon/classes/class-astra-ext-model.php'),(960,'wp-content/plugins/astra-addon/classes/class-astra-ext-white-label-markup.php'),(961,'wp-content/plugins/astra-addon/classes/class-astra-minify.php'),(962,'wp-content/plugins/astra-addon/classes/class-astra-templates.php'),(963,'wp-content/plugins/astra-addon/classes/class-astra-theme-extension.php'),(964,'wp-content/plugins/astra-addon/classes/compatibility/class-astra-addon-amp-compatibility.php'),(965,'wp-content/plugins/astra-addon/classes/compatibility/class-astra-addon-beaver-builder-compatibility.php'),(966,'wp-content/plugins/astra-addon/classes/compatibility/class-astra-addon-brizy-compatibility.php'),(967,'wp-content/plugins/astra-addon/classes/compatibility/class-astra-addon-divi-compatibility.php'),(968,'wp-content/plugins/astra-addon/classes/compatibility/class-astra-addon-elementor-compatibility.php'),(969,'wp-content/plugins/astra-addon/classes/compatibility/class-astra-addon-nginx-helper-compatibility.php'),(970,'wp-content/plugins/astra-addon/classes/compatibility/class-astra-addon-page-builder-compatibility.php'),(971,'wp-content/plugins/astra-addon/classes/compatibility/class-astra-addon-thrive-compatibility.php'),(972,'wp-content/plugins/astra-addon/classes/compatibility/class-astra-addon-visual-composer-compatibility.php'),(973,'wp-content/plugins/astra-addon/classes/customizer/class-astra-addon-customizer.php'),(974,'wp-content/plugins/astra-addon/classes/customizer/class-astra-customizer-notices-configs.php'),(975,'wp-content/plugins/astra-addon/classes/customizer/controls/class-astra-control-customizer-refresh.php'),(976,'wp-content/plugins/astra-addon/classes/customizer/controls/responsive-background/class-astra-control-responsive-background.php'),(977,'wp-content/plugins/astra-addon/classes/customizer/controls/responsive-background/responsive-background.js'),(978,'wp-content/plugins/astra-addon/classes/deprecated/deprecated-functions.php'),(979,'wp-content/plugins/astra-addon/classes/helper-functions.php'),(980,'wp-content/plugins/astra-addon/classes/index.php'),(981,'wp-content/plugins/astra-addon/classes/library/batch-processing/wp-async-request.php'),(982,'wp-content/plugins/astra-addon/classes/library/batch-processing/wp-background-process.php'),(983,'wp-content/plugins/astra-addon/classes/library/image-processing-queue/image-processing-queue.php'),(984,'wp-content/plugins/astra-addon/classes/library/image-processing-queue/includes/class-image-processing-queue.php'),(985,'wp-content/plugins/astra-addon/classes/library/image-processing-queue/includes/class-ipq-process.php'),(986,'wp-content/plugins/astra-addon/classes/library/image-processing-queue/includes/ipq-template-functions.php'),(987,'wp-content/plugins/astra-addon/classes/modules/menu-sidebar/assets/js/minified/common-sidebar-and-menu.min.js'),(988,'wp-content/plugins/astra-addon/classes/modules/menu-sidebar/assets/js/unminified/common-sidebar-and-menu.js'),(989,'wp-content/plugins/astra-addon/classes/modules/menu-sidebar/class-astra-menu-sidebar-animation.php'),(990,'wp-content/plugins/astra-addon/classes/modules/target-rule/class-astra-target-rules-fields.php'),(991,'wp-content/plugins/astra-addon/classes/modules/target-rule/i18n/af.js'),(992,'wp-content/plugins/astra-addon/classes/modules/target-rule/i18n/ar.js'),(993,'wp-content/plugins/astra-addon/classes/modules/target-rule/i18n/az.js'),(994,'wp-content/plugins/astra-addon/classes/modules/target-rule/i18n/bg.js'),(995,'wp-content/plugins/astra-addon/classes/modules/target-rule/i18n/bs.js'),(996,'wp-content/plugins/astra-addon/classes/modules/target-rule/i18n/ca.js'),(997,'wp-content/plugins/astra-addon/classes/modules/target-rule/i18n/cs.js'),(998,'wp-content/plugins/astra-addon/classes/modules/target-rule/i18n/da.js'),(999,'wp-content/plugins/astra-addon/classes/modules/target-rule/i18n/de.js'),(1000,'wp-content/plugins/astra-addon/classes/modules/target-rule/i18n/dsb.js'),(1001,'wp-content/plugins/astra-addon/classes/modules/target-rule/i18n/el.js'),(1002,'wp-content/plugins/astra-addon/classes/modules/target-rule/i18n/en.js'),(1003,'wp-content/plugins/astra-addon/classes/modules/target-rule/i18n/es.js'),(1004,'wp-content/plugins/astra-addon/classes/modules/target-rule/i18n/et.js'),(1005,'wp-content/plugins/astra-addon/classes/modules/target-rule/i18n/eu.js'),(1006,'wp-content/plugins/astra-addon/classes/modules/target-rule/i18n/fa.js'),(1007,'wp-content/plugins/astra-addon/classes/modules/target-rule/i18n/fi.js'),(1008,'wp-content/plugins/astra-addon/classes/modules/target-rule/i18n/fr.js'),(1009,'wp-content/plugins/astra-addon/classes/modules/target-rule/i18n/gl.js'),(1010,'wp-content/plugins/astra-addon/classes/modules/target-rule/i18n/he.js'),(1011,'wp-content/plugins/astra-addon/classes/modules/target-rule/i18n/hi.js'),(1012,'wp-content/plugins/astra-addon/classes/modules/target-rule/i18n/hr.js'),(1013,'wp-content/plugins/astra-addon/classes/modules/target-rule/i18n/hsb.js'),(1014,'wp-content/plugins/astra-addon/classes/modules/target-rule/i18n/hu.js'),(1015,'wp-content/plugins/astra-addon/classes/modules/target-rule/i18n/hy.js'),(1016,'wp-content/plugins/astra-addon/classes/modules/target-rule/i18n/id.js'),(1017,'wp-content/plugins/astra-addon/classes/modules/target-rule/i18n/is.js'),(1018,'wp-content/plugins/astra-addon/classes/modules/target-rule/i18n/it.js'),(1019,'wp-content/plugins/astra-addon/classes/modules/target-rule/i18n/ja.js'),(1020,'wp-content/plugins/astra-addon/classes/modules/target-rule/i18n/km.js'),(1021,'wp-content/plugins/astra-addon/classes/modules/target-rule/i18n/ko.js'),(1022,'wp-content/plugins/astra-addon/classes/modules/target-rule/i18n/lt.js'),(1023,'wp-content/plugins/astra-addon/classes/modules/target-rule/i18n/lv.js'),(1024,'wp-content/plugins/astra-addon/classes/modules/target-rule/i18n/mk.js'),(1025,'wp-content/plugins/astra-addon/classes/modules/target-rule/i18n/ms.js'),(1026,'wp-content/plugins/astra-addon/classes/modules/target-rule/i18n/nb.js'),(1027,'wp-content/plugins/astra-addon/classes/modules/target-rule/i18n/nl.js'),(1028,'wp-content/plugins/astra-addon/classes/modules/target-rule/i18n/pl.js'),(1029,'wp-content/plugins/astra-addon/classes/modules/target-rule/i18n/ps.js'),(1030,'wp-content/plugins/astra-addon/classes/modules/target-rule/i18n/pt-BR.js'),(1031,'wp-content/plugins/astra-addon/classes/modules/target-rule/i18n/pt.js'),(1032,'wp-content/plugins/astra-addon/classes/modules/target-rule/i18n/ro.js'),(1033,'wp-content/plugins/astra-addon/classes/modules/target-rule/i18n/ru.js'),(1034,'wp-content/plugins/astra-addon/classes/modules/target-rule/i18n/sk.js'),(1035,'wp-content/plugins/astra-addon/classes/modules/target-rule/i18n/sl.js'),(1036,'wp-content/plugins/astra-addon/classes/modules/target-rule/i18n/sr-Cyrl.js'),(1037,'wp-content/plugins/astra-addon/classes/modules/target-rule/i18n/sr.js'),(1038,'wp-content/plugins/astra-addon/classes/modules/target-rule/i18n/sv.js'),(1039,'wp-content/plugins/astra-addon/classes/modules/target-rule/i18n/th.js'),(1040,'wp-content/plugins/astra-addon/classes/modules/target-rule/i18n/tr.js'),(1041,'wp-content/plugins/astra-addon/classes/modules/target-rule/i18n/uk.js'),(1042,'wp-content/plugins/astra-addon/classes/modules/target-rule/i18n/vi.js'),(1043,'wp-content/plugins/astra-addon/classes/modules/target-rule/i18n/zh-CN.js'),(1044,'wp-content/plugins/astra-addon/classes/modules/target-rule/i18n/zh-TW.js'),(1045,'wp-content/plugins/astra-addon/classes/modules/target-rule/select2.js'),(1046,'wp-content/plugins/astra-addon/classes/modules/target-rule/target-rule.js'),(1047,'wp-content/plugins/astra-addon/classes/modules/target-rule/user-role.js'),(1048,'wp-content/plugins/astra-addon/compatibility/class-astra-ubermenu-pro.php'),(1049,'wp-content/plugins/astra-addon/compatibility/class-astra-wpml-compatibility.php'),(1050,'wp-content/plugins/astra-addon/includes/index.php'),(1051,'wp-content/plugins/astra-addon/includes/view-white-label.php'),(1052,'wp-content/plugins/astra-bulk-edit/assets/css/astra-admin.css'),(1053,'wp-content/plugins/astra-bulk-edit/assets/js/astra-admin.js'),(1054,'wp-content/plugins/astra-bulk-edit/astra-bulk-edit.php'),(1055,'wp-content/plugins/astra-bulk-edit/classes/class-astra-blk-meta-boxes-bulk-edit.php'),(1056,'wp-content/plugins/astra-bulk-edit/languages/astra-bulk-edit.pot'),(1057,'wp-content/plugins/astra-bulk-edit/readme.txt'),(1058,'wp-content/plugins/astra-hooks/astra-hooks.php'),(1059,'wp-content/plugins/astra-hooks/classes/class-astra-hooks-loader.php'),(1060,'wp-content/plugins/astra-hooks/classes/class-astra-hooks-markup.php'),(1061,'wp-content/plugins/astra-hooks/classes/class-astra-hooks-white-label.php'),(1062,'wp-content/plugins/astra-hooks/classes/class-astra-hooks.php'),(1063,'wp-content/plugins/astra-hooks/classes/customizer-panels-and-sections.php'),(1064,'wp-content/plugins/astra-hooks/classes/index.php'),(1065,'wp-content/plugins/astra-hooks/classes/sections/index.php'),(1066,'wp-content/plugins/astra-hooks/classes/sections/section-hooks.php'),(1067,'wp-content/plugins/astra-hooks/includes/white-label.php'),(1068,'wp-content/plugins/astra-hooks/languages/astra-hooks.pot'),(1069,'wp-content/plugins/astra-hooks/readme.txt'),(1070,'wp-content/plugins/astra-pro-sites/admin/bsf-core/BSF_Envato_Activate.php'),(1071,'wp-content/plugins/astra-pro-sites/admin/bsf-core/BSF_License_Manager.php'),(1072,'wp-content/plugins/astra-pro-sites/admin/bsf-core/BSF_Update_Manager.php'),(1073,'wp-content/plugins/astra-pro-sites/admin/bsf-core/BSF_WP_CLI_Command.php'),(1074,'wp-content/plugins/astra-pro-sites/admin/bsf-core/assets/fonts/brainstorm.svg'),(1075,'wp-content/plugins/astra-pro-sites/admin/bsf-core/assets/js/bsf-core.js'),(1076,'wp-content/plugins/astra-pro-sites/admin/bsf-core/assets/js/frosty.js'),(1077,'wp-content/plugins/astra-pro-sites/admin/bsf-core/assets/js/jquery-history.js'),(1078,'wp-content/plugins/astra-pro-sites/admin/bsf-core/assets/js/license-form-popup.js'),(1079,'wp-content/plugins/astra-pro-sites/admin/bsf-core/assets/js/switch.js'),(1080,'wp-content/plugins/astra-pro-sites/admin/bsf-core/auto-update/admin-functions.php'),(1081,'wp-content/plugins/astra-pro-sites/admin/bsf-core/auto-update/index.php'),(1082,'wp-content/plugins/astra-pro-sites/admin/bsf-core/auto-update/updater.php'),(1083,'wp-content/plugins/astra-pro-sites/admin/bsf-core/class-bsf-core-update.php'),(1084,'wp-content/plugins/astra-pro-sites/admin/bsf-core/includes/helpers.php'),(1085,'wp-content/plugins/astra-pro-sites/admin/bsf-core/includes/system-info.php'),(1086,'wp-content/plugins/astra-pro-sites/admin/bsf-core/index.php'),(1087,'wp-content/plugins/astra-pro-sites/admin/bsf-core/plugin-installer/admin-functions.php'),(1088,'wp-content/plugins/astra-pro-sites/admin/bsf-core/plugin-installer/index.php'),(1089,'wp-content/plugins/astra-pro-sites/astra-pro-sites.php'),(1090,'wp-content/plugins/astra-pro-sites/astra-sites.php'),(1091,'wp-content/plugins/astra-pro-sites/class-brainstorm-update-astra-pro-sites.php'),(1092,'wp-content/plugins/astra-pro-sites/classes/class-astra-pro-sites-update.php'),(1093,'wp-content/plugins/astra-pro-sites/classes/class-astra-pro-sites-white-label.php'),(1094,'wp-content/plugins/astra-pro-sites/classes/class-astra-pro-sites.php'),(1095,'wp-content/plugins/astra-pro-sites/inc/assets/js/admin-page.js'),(1096,'wp-content/plugins/astra-pro-sites/inc/assets/js/astra-sites-api.js'),(1097,'wp-content/plugins/astra-pro-sites/inc/assets/js/eventsource.js'),(1098,'wp-content/plugins/astra-pro-sites/inc/assets/js/eventsource.min.js'),(1099,'wp-content/plugins/astra-pro-sites/inc/assets/js/fetch.umd.js'),(1100,'wp-content/plugins/astra-pro-sites/inc/assets/js/install-theme.js'),(1101,'wp-content/plugins/astra-pro-sites/inc/assets/js/render-grid.js'),(1102,'wp-content/plugins/astra-pro-sites/inc/classes/class-astra-sites-importer-log.php'),(1103,'wp-content/plugins/astra-pro-sites/inc/classes/class-astra-sites-importer.php'),(1104,'wp-content/plugins/astra-pro-sites/inc/classes/class-astra-sites-page.php'),(1105,'wp-content/plugins/astra-pro-sites/inc/classes/class-astra-sites-white-label.php'),(1106,'wp-content/plugins/astra-pro-sites/inc/classes/class-astra-sites-wp-cli.php'),(1107,'wp-content/plugins/astra-pro-sites/inc/classes/class-astra-sites.php'),(1108,'wp-content/plugins/astra-pro-sites/inc/classes/compatibility/astra-pro/class-astra-sites-compatibility-astra-pro.php'),(1109,'wp-content/plugins/astra-pro-sites/inc/classes/compatibility/class-astra-sites-compatibility.php'),(1110,'wp-content/plugins/astra-pro-sites/inc/classes/compatibility/sfwd-lms/class-astra-sites-compatibility-sfwd-lms.php'),(1111,'wp-content/plugins/astra-pro-sites/inc/classes/compatibility/so-widgets-bundle/class-astra-sites-compatibility-so-widgets.php'),(1112,'wp-content/plugins/astra-pro-sites/inc/classes/compatibility/woocommerce/class-astra-sites-compatibility-woocommerce.php'),(1113,'wp-content/plugins/astra-pro-sites/inc/importers/batch-processing/class-astra-sites-batch-processing-beaver-builder.php'),(1114,'wp-content/plugins/astra-pro-sites/inc/importers/batch-processing/class-astra-sites-batch-processing-brizy.php'),(1115,'wp-content/plugins/astra-pro-sites/inc/importers/batch-processing/class-astra-sites-batch-processing-elementor.php'),(1116,'wp-content/plugins/astra-pro-sites/inc/importers/batch-processing/class-astra-sites-batch-processing-gutenberg.php'),(1117,'wp-content/plugins/astra-pro-sites/inc/importers/batch-processing/class-astra-sites-batch-processing-misc.php'),(1118,'wp-content/plugins/astra-pro-sites/inc/importers/batch-processing/class-astra-sites-batch-processing-widgets.php'),(1119,'wp-content/plugins/astra-pro-sites/inc/importers/batch-processing/class-astra-sites-batch-processing.php'),(1120,'wp-content/plugins/astra-pro-sites/inc/importers/batch-processing/helpers/class-astra-sites-image-importer.php'),(1121,'wp-content/plugins/astra-pro-sites/inc/importers/batch-processing/helpers/class-wp-async-request.php'),(1122,'wp-content/plugins/astra-pro-sites/inc/importers/batch-processing/helpers/class-wp-background-process-astra.php'),(1123,'wp-content/plugins/astra-pro-sites/inc/importers/batch-processing/helpers/class-wp-background-process.php'),(1124,'wp-content/plugins/astra-pro-sites/inc/importers/class-astra-customizer-import.php'),(1125,'wp-content/plugins/astra-pro-sites/inc/importers/class-astra-site-options-import.php'),(1126,'wp-content/plugins/astra-pro-sites/inc/importers/class-astra-sites-helper.php'),(1127,'wp-content/plugins/astra-pro-sites/inc/importers/class-widgets-importer.php'),(1128,'wp-content/plugins/astra-pro-sites/inc/importers/wxr-importer/class-astra-wxr-importer.php'),(1129,'wp-content/plugins/astra-pro-sites/inc/importers/wxr-importer/class-logger.php'),(1130,'wp-content/plugins/astra-pro-sites/inc/importers/wxr-importer/class-wp-importer-logger-serversentevents.php'),(1131,'wp-content/plugins/astra-pro-sites/inc/importers/wxr-importer/class-wxr-import-info.php'),(1132,'wp-content/plugins/astra-pro-sites/inc/importers/wxr-importer/class-wxr-importer.php'),(1133,'wp-content/plugins/astra-pro-sites/inc/includes/admin-page.php'),(1134,'wp-content/plugins/astra-pro-sites/inc/includes/white-label.php'),(1135,'wp-content/plugins/astra-pro-sites/inc/lib/astra-notices/class-astra-notices.php'),(1136,'wp-content/plugins/astra-pro-sites/inc/lib/astra-notices/notices.js'),(1137,'wp-content/plugins/astra-pro-sites/includes/license-form.php'),(1138,'wp-content/plugins/astra-theme-visual-hooks/astra-theme-visual-hooks.php'),(1139,'wp-content/plugins/astra-theme-visual-hooks/class-astra-theme-visual-hooks.php'),(1140,'wp-content/plugins/astra-theme-visual-hooks/readme.txt'),(1141,'wp-content/plugins/autodescription/autodescription.php'),(1142,'wp-content/plugins/autodescription/bootstrap/activation.php'),(1143,'wp-content/plugins/autodescription/bootstrap/deactivation.php'),(1144,'wp-content/plugins/autodescription/bootstrap/define.php'),(1145,'wp-content/plugins/autodescription/bootstrap/envtest.php'),(1146,'wp-content/plugins/autodescription/bootstrap/index.php'),(1147,'wp-content/plugins/autodescription/bootstrap/load.php'),(1148,'wp-content/plugins/autodescription/bootstrap/upgrade.php'),(1149,'wp-content/plugins/autodescription/inc/classes/admin-init.class.php'),(1150,'wp-content/plugins/autodescription/inc/classes/admin-pages.class.php'),(1151,'wp-content/plugins/autodescription/inc/classes/bridges/index.php'),(1152,'wp-content/plugins/autodescription/inc/classes/bridges/listedit.class.php'),(1153,'wp-content/plugins/autodescription/inc/classes/bridges/listtable.class.php'),(1154,'wp-content/plugins/autodescription/inc/classes/bridges/ping.class.php'),(1155,'wp-content/plugins/autodescription/inc/classes/bridges/postsettings.class.php'),(1156,'wp-content/plugins/autodescription/inc/classes/bridges/scripts.class.php'),(1157,'wp-content/plugins/autodescription/inc/classes/bridges/seobar.class.php'),(1158,'wp-content/plugins/autodescription/inc/classes/bridges/seosettings.class.php'),(1159,'wp-content/plugins/autodescription/inc/classes/bridges/sitemap.class.php'),(1160,'wp-content/plugins/autodescription/inc/classes/bridges/termsettings.class.php'),(1161,'wp-content/plugins/autodescription/inc/classes/builders/images.class.php'),(1162,'wp-content/plugins/autodescription/inc/classes/builders/index.php'),(1163,'wp-content/plugins/autodescription/inc/classes/builders/scripts.class.php'),(1164,'wp-content/plugins/autodescription/inc/classes/builders/seobar-page.class.php'),(1165,'wp-content/plugins/autodescription/inc/classes/builders/seobar-term.class.php'),(1166,'wp-content/plugins/autodescription/inc/classes/builders/seobar.class.php'),(1167,'wp-content/plugins/autodescription/inc/classes/builders/sitemap-base.class.php'),(1168,'wp-content/plugins/autodescription/inc/classes/builders/sitemap.class.php'),(1169,'wp-content/plugins/autodescription/inc/classes/cache.class.php'),(1170,'wp-content/plugins/autodescription/inc/classes/core.class.php'),(1171,'wp-content/plugins/autodescription/inc/classes/debug.class.php'),(1172,'wp-content/plugins/autodescription/inc/classes/deprecated.class.php'),(1173,'wp-content/plugins/autodescription/inc/classes/detect.class.php'),(1174,'wp-content/plugins/autodescription/inc/classes/feed.class.php'),(1175,'wp-content/plugins/autodescription/inc/classes/generate-description.class.php'),(1176,'wp-content/plugins/autodescription/inc/classes/generate-image.class.php'),(1177,'wp-content/plugins/autodescription/inc/classes/generate-ldjson.class.php'),(1178,'wp-content/plugins/autodescription/inc/classes/generate-title.class.php'),(1179,'wp-content/plugins/autodescription/inc/classes/generate-url.class.php'),(1180,'wp-content/plugins/autodescription/inc/classes/generate.class.php'),(1181,'wp-content/plugins/autodescription/inc/classes/index.php'),(1182,'wp-content/plugins/autodescription/inc/classes/init.class.php'),(1183,'wp-content/plugins/autodescription/inc/classes/interpreters/index.php'),(1184,'wp-content/plugins/autodescription/inc/classes/interpreters/seobar.class.php'),(1185,'wp-content/plugins/autodescription/inc/classes/load.class.php'),(1186,'wp-content/plugins/autodescription/inc/classes/post-data.class.php'),(1187,'wp-content/plugins/autodescription/inc/classes/profile.class.php'),(1188,'wp-content/plugins/autodescription/inc/classes/query.class.php'),(1189,'wp-content/plugins/autodescription/inc/classes/render.class.php'),(1190,'wp-content/plugins/autodescription/inc/classes/sanitize.class.php'),(1191,'wp-content/plugins/autodescription/inc/classes/silencer.class.php'),(1192,'wp-content/plugins/autodescription/inc/classes/site-options.class.php'),(1193,'wp-content/plugins/autodescription/inc/classes/term-data.class.php'),(1194,'wp-content/plugins/autodescription/inc/classes/user-data.class.php'),(1195,'wp-content/plugins/autodescription/inc/compat/index.php'),(1196,'wp-content/plugins/autodescription/inc/compat/php-mbstring.php'),(1197,'wp-content/plugins/autodescription/inc/compat/plugin-bbpress.php'),(1198,'wp-content/plugins/autodescription/inc/compat/plugin-buddypress.php'),(1199,'wp-content/plugins/autodescription/inc/compat/plugin-polylang.php'),(1200,'wp-content/plugins/autodescription/inc/compat/plugin-ultimatemember.php'),(1201,'wp-content/plugins/autodescription/inc/compat/plugin-woocommerce.php'),(1202,'wp-content/plugins/autodescription/inc/compat/plugin-wpforo.php'),(1203,'wp-content/plugins/autodescription/inc/compat/plugin-wpml.php'),(1204,'wp-content/plugins/autodescription/inc/compat/theme-genesis.php'),(1205,'wp-content/plugins/autodescription/inc/functions/api.php'),(1206,'wp-content/plugins/autodescription/inc/functions/deprecated.php'),(1207,'wp-content/plugins/autodescription/inc/functions/index.php'),(1208,'wp-content/plugins/autodescription/inc/functions/upgrade-suggestion.php'),(1209,'wp-content/plugins/autodescription/inc/traits/core/index.php'),(1210,'wp-content/plugins/autodescription/inc/traits/core/overload.trait.php'),(1211,'wp-content/plugins/autodescription/inc/traits/index.php'),(1212,'wp-content/plugins/autodescription/inc/views/admin/index.php'),(1213,'wp-content/plugins/autodescription/inc/views/admin/metaboxes/description-metabox.php'),(1214,'wp-content/plugins/autodescription/inc/views/admin/metaboxes/feed-metabox.php'),(1215,'wp-content/plugins/autodescription/inc/views/admin/metaboxes/general-metabox.php'),(1216,'wp-content/plugins/autodescription/inc/views/admin/metaboxes/homepage-metabox.php'),(1217,'wp-content/plugins/autodescription/inc/views/admin/metaboxes/index.php'),(1218,'wp-content/plugins/autodescription/inc/views/admin/metaboxes/robots-metabox.php'),(1219,'wp-content/plugins/autodescription/inc/views/admin/metaboxes/schema-metabox.php'),(1220,'wp-content/plugins/autodescription/inc/views/admin/metaboxes/sitemaps-metabox.php'),(1221,'wp-content/plugins/autodescription/inc/views/admin/metaboxes/social-metabox.php'),(1222,'wp-content/plugins/autodescription/inc/views/admin/metaboxes/title-metabox.php'),(1223,'wp-content/plugins/autodescription/inc/views/admin/metaboxes/webmaster-metabox.php'),(1224,'wp-content/plugins/autodescription/inc/views/admin/seo-settings-columns.php'),(1225,'wp-content/plugins/autodescription/inc/views/admin/seo-settings-wrap.php'),(1226,'wp-content/plugins/autodescription/inc/views/admin/wrap-content.php'),(1227,'wp-content/plugins/autodescription/inc/views/admin/wrap-nav.php'),(1228,'wp-content/plugins/autodescription/inc/views/debug/index.php'),(1229,'wp-content/plugins/autodescription/inc/views/debug/output.php'),(1230,'wp-content/plugins/autodescription/inc/views/edit/index.php'),(1231,'wp-content/plugins/autodescription/inc/views/edit/seo-settings-singular-gutenberg-data.php'),(1232,'wp-content/plugins/autodescription/inc/views/edit/seo-settings-singular.php'),(1233,'wp-content/plugins/autodescription/inc/views/edit/seo-settings-tt.php'),(1234,'wp-content/plugins/autodescription/inc/views/edit/wrap-content.php'),(1235,'wp-content/plugins/autodescription/inc/views/edit/wrap-nav.php'),(1236,'wp-content/plugins/autodescription/inc/views/index.php'),(1237,'wp-content/plugins/autodescription/inc/views/list/bulk-post.php'),(1238,'wp-content/plugins/autodescription/inc/views/list/index.php'),(1239,'wp-content/plugins/autodescription/inc/views/list/quick-post.php'),(1240,'wp-content/plugins/autodescription/inc/views/list/quick-term.php'),(1241,'wp-content/plugins/autodescription/inc/views/profile/author.php'),(1242,'wp-content/plugins/autodescription/inc/views/profile/index.php'),(1243,'wp-content/plugins/autodescription/inc/views/sitemap/index.php'),(1244,'wp-content/plugins/autodescription/inc/views/sitemap/xml-sitemap.php'),(1245,'wp-content/plugins/autodescription/inc/views/sitemap/xsl-stylesheet.php'),(1246,'wp-content/plugins/autodescription/inc/views/templates/index.php'),(1247,'wp-content/plugins/autodescription/inc/views/templates/inpost/index.php'),(1248,'wp-content/plugins/autodescription/inc/views/templates/inpost/primary-term-selector.php'),(1249,'wp-content/plugins/autodescription/index.php'),(1250,'wp-content/plugins/autodescription/language/autodescription.pot'),(1251,'wp-content/plugins/autodescription/language/index.php'),(1252,'wp-content/plugins/autodescription/lib/css/index.php'),(1253,'wp-content/plugins/autodescription/lib/css/le.css'),(1254,'wp-content/plugins/autodescription/lib/css/le.min.css'),(1255,'wp-content/plugins/autodescription/lib/css/post.css'),(1256,'wp-content/plugins/autodescription/lib/css/post.min.css'),(1257,'wp-content/plugins/autodescription/lib/css/pt.css'),(1258,'wp-content/plugins/autodescription/lib/css/pt.min.css'),(1259,'wp-content/plugins/autodescription/lib/css/settings.css'),(1260,'wp-content/plugins/autodescription/lib/css/settings.min.css'),(1261,'wp-content/plugins/autodescription/lib/css/term.css'),(1262,'wp-content/plugins/autodescription/lib/css/term.min.css'),(1263,'wp-content/plugins/autodescription/lib/css/tsf.css'),(1264,'wp-content/plugins/autodescription/lib/css/tsf.min.css'),(1265,'wp-content/plugins/autodescription/lib/css/tsfc.css'),(1266,'wp-content/plugins/autodescription/lib/css/tsfc.min.css'),(1267,'wp-content/plugins/autodescription/lib/css/tt.css'),(1268,'wp-content/plugins/autodescription/lib/css/tt.min.css'),(1269,'wp-content/plugins/autodescription/lib/index.php'),(1270,'wp-content/plugins/autodescription/lib/js/ays.js'),(1271,'wp-content/plugins/autodescription/lib/js/ays.min.js'),(1272,'wp-content/plugins/autodescription/lib/js/c.js'),(1273,'wp-content/plugins/autodescription/lib/js/c.min.js'),(1274,'wp-content/plugins/autodescription/lib/js/description.js'),(1275,'wp-content/plugins/autodescription/lib/js/description.min.js'),(1276,'wp-content/plugins/autodescription/lib/js/gbc.js'),(1277,'wp-content/plugins/autodescription/lib/js/gbc.min.js'),(1278,'wp-content/plugins/autodescription/lib/js/index.php'),(1279,'wp-content/plugins/autodescription/lib/js/le.js'),(1280,'wp-content/plugins/autodescription/lib/js/le.min.js'),(1281,'wp-content/plugins/autodescription/lib/js/media.js'),(1282,'wp-content/plugins/autodescription/lib/js/media.min.js'),(1283,'wp-content/plugins/autodescription/lib/js/post.js'),(1284,'wp-content/plugins/autodescription/lib/js/post.min.js'),(1285,'wp-content/plugins/autodescription/lib/js/pt-gb.js'),(1286,'wp-content/plugins/autodescription/lib/js/pt-gb.min.js'),(1287,'wp-content/plugins/autodescription/lib/js/pt.js'),(1288,'wp-content/plugins/autodescription/lib/js/pt.min.js'),(1289,'wp-content/plugins/autodescription/lib/js/settings.js'),(1290,'wp-content/plugins/autodescription/lib/js/settings.min.js'),(1291,'wp-content/plugins/autodescription/lib/js/social.js'),(1292,'wp-content/plugins/autodescription/lib/js/social.min.js'),(1293,'wp-content/plugins/autodescription/lib/js/term.js'),(1294,'wp-content/plugins/autodescription/lib/js/term.min.js'),(1295,'wp-content/plugins/autodescription/lib/js/title.js'),(1296,'wp-content/plugins/autodescription/lib/js/title.min.js'),(1297,'wp-content/plugins/autodescription/lib/js/tsf.js'),(1298,'wp-content/plugins/autodescription/lib/js/tsf.min.js'),(1299,'wp-content/plugins/autodescription/lib/js/tt.js'),(1300,'wp-content/plugins/autodescription/lib/js/tt.min.js'),(1301,'wp-content/plugins/autodescription/license.txt'),(1302,'wp-content/plugins/autodescription/readme.txt'),(1303,'wp-content/plugins/autodescription/wpml-config.xml'),(1304,'wp-content/plugins/classic-editor/LICENSE.md'),(1305,'wp-content/plugins/classic-editor/classic-editor.php'),(1306,'wp-content/plugins/classic-editor/js/block-editor-plugin.js'),(1307,'wp-content/plugins/classic-editor/readme.txt'),(1308,'wp-content/plugins/code-snippets/code-snippets.php'),(1309,'wp-content/plugins/code-snippets/css/font/code-snippets.eot'),(1310,'wp-content/plugins/code-snippets/css/font/code-snippets.svg'),(1311,'wp-content/plugins/code-snippets/css/font/code-snippets.ttf'),(1312,'wp-content/plugins/code-snippets/css/font/code-snippets.woff'),(1313,'wp-content/plugins/code-snippets/css/min/edit-rtl.css'),(1314,'wp-content/plugins/code-snippets/css/min/edit.css'),(1315,'wp-content/plugins/code-snippets/css/min/editor-themes/3024-day.css'),(1316,'wp-content/plugins/code-snippets/css/min/editor-themes/3024-night.css'),(1317,'wp-content/plugins/code-snippets/css/min/editor-themes/abcdef.css'),(1318,'wp-content/plugins/code-snippets/css/min/editor-themes/ambiance-mobile.css'),(1319,'wp-content/plugins/code-snippets/css/min/editor-themes/ambiance.css'),(1320,'wp-content/plugins/code-snippets/css/min/editor-themes/base16-dark.css'),(1321,'wp-content/plugins/code-snippets/css/min/editor-themes/base16-light.css'),(1322,'wp-content/plugins/code-snippets/css/min/editor-themes/bespin.css'),(1323,'wp-content/plugins/code-snippets/css/min/editor-themes/blackboard.css'),(1324,'wp-content/plugins/code-snippets/css/min/editor-themes/cobalt.css'),(1325,'wp-content/plugins/code-snippets/css/min/editor-themes/colorforth.css'),(1326,'wp-content/plugins/code-snippets/css/min/editor-themes/darcula.css'),(1327,'wp-content/plugins/code-snippets/css/min/editor-themes/dracula.css'),(1328,'wp-content/plugins/code-snippets/css/min/editor-themes/duotone-dark.css'),(1329,'wp-content/plugins/code-snippets/css/min/editor-themes/duotone-light.css'),(1330,'wp-content/plugins/code-snippets/css/min/editor-themes/eclipse.css'),(1331,'wp-content/plugins/code-snippets/css/min/editor-themes/elegant.css'),(1332,'wp-content/plugins/code-snippets/css/min/editor-themes/erlang-dark.css'),(1333,'wp-content/plugins/code-snippets/css/min/editor-themes/gruvbox-dark.css'),(1334,'wp-content/plugins/code-snippets/css/min/editor-themes/hopscotch.css'),(1335,'wp-content/plugins/code-snippets/css/min/editor-themes/icecoder.css'),(1336,'wp-content/plugins/code-snippets/css/min/editor-themes/idea.css'),(1337,'wp-content/plugins/code-snippets/css/min/editor-themes/isotope.css'),(1338,'wp-content/plugins/code-snippets/css/min/editor-themes/lesser-dark.css'),(1339,'wp-content/plugins/code-snippets/css/min/editor-themes/liquibyte.css'),(1340,'wp-content/plugins/code-snippets/css/min/editor-themes/lucario.css'),(1341,'wp-content/plugins/code-snippets/css/min/editor-themes/material.css'),(1342,'wp-content/plugins/code-snippets/css/min/editor-themes/mbo.css'),(1343,'wp-content/plugins/code-snippets/css/min/editor-themes/mdn-like.css'),(1344,'wp-content/plugins/code-snippets/css/min/editor-themes/midnight.css'),(1345,'wp-content/plugins/code-snippets/css/min/editor-themes/monokai.css'),(1346,'wp-content/plugins/code-snippets/css/min/editor-themes/neat.css'),(1347,'wp-content/plugins/code-snippets/css/min/editor-themes/neo.css'),(1348,'wp-content/plugins/code-snippets/css/min/editor-themes/night.css'),(1349,'wp-content/plugins/code-snippets/css/min/editor-themes/nord.css'),(1350,'wp-content/plugins/code-snippets/css/min/editor-themes/oceanic-next.css'),(1351,'wp-content/plugins/code-snippets/css/min/editor-themes/panda-syntax.css'),(1352,'wp-content/plugins/code-snippets/css/min/editor-themes/paraiso-dark.css'),(1353,'wp-content/plugins/code-snippets/css/min/editor-themes/paraiso-light.css'),(1354,'wp-content/plugins/code-snippets/css/min/editor-themes/pastel-on-dark.css'),(1355,'wp-content/plugins/code-snippets/css/min/editor-themes/railscasts.css'),(1356,'wp-content/plugins/code-snippets/css/min/editor-themes/rubyblue.css'),(1357,'wp-content/plugins/code-snippets/css/min/editor-themes/seti.css'),(1358,'wp-content/plugins/code-snippets/css/min/editor-themes/shadowfox.css'),(1359,'wp-content/plugins/code-snippets/css/min/editor-themes/solarized.css'),(1360,'wp-content/plugins/code-snippets/css/min/editor-themes/ssms.css'),(1361,'wp-content/plugins/code-snippets/css/min/editor-themes/the-matrix.css'),(1362,'wp-content/plugins/code-snippets/css/min/editor-themes/tomorrow-night-bright.css'),(1363,'wp-content/plugins/code-snippets/css/min/editor-themes/tomorrow-night-eighties.css'),(1364,'wp-content/plugins/code-snippets/css/min/editor-themes/ttcn.css'),(1365,'wp-content/plugins/code-snippets/css/min/editor-themes/twilight.css'),(1366,'wp-content/plugins/code-snippets/css/min/editor-themes/vibrant-ink.css'),(1367,'wp-content/plugins/code-snippets/css/min/editor-themes/xq-dark.css'),(1368,'wp-content/plugins/code-snippets/css/min/editor-themes/xq-light.css'),(1369,'wp-content/plugins/code-snippets/css/min/editor-themes/yeti.css'),(1370,'wp-content/plugins/code-snippets/css/min/editor-themes/zenburn.css'),(1371,'wp-content/plugins/code-snippets/css/min/editor.css'),(1372,'wp-content/plugins/code-snippets/css/min/front-end.css'),(1373,'wp-content/plugins/code-snippets/css/min/manage-rtl.css'),(1374,'wp-content/plugins/code-snippets/css/min/manage.css'),(1375,'wp-content/plugins/code-snippets/css/min/menu-icon.css'),(1376,'wp-content/plugins/code-snippets/css/min/settings.css'),(1377,'wp-content/plugins/code-snippets/js/min/edit-tags.js'),(1378,'wp-content/plugins/code-snippets/js/min/edit.js'),(1379,'wp-content/plugins/code-snippets/js/min/editor.js'),(1380,'wp-content/plugins/code-snippets/js/min/front-end.js'),(1381,'wp-content/plugins/code-snippets/js/min/manage.js'),(1382,'wp-content/plugins/code-snippets/js/min/settings.js'),(1383,'wp-content/plugins/code-snippets/languages/code-snippets-bel.mo'),(1384,'wp-content/plugins/code-snippets/languages/code-snippets-bel.po'),(1385,'wp-content/plugins/code-snippets/languages/code-snippets-de_DE.mo'),(1386,'wp-content/plugins/code-snippets/languages/code-snippets-de_DE.po'),(1387,'wp-content/plugins/code-snippets/languages/code-snippets-fr_CA.mo'),(1388,'wp-content/plugins/code-snippets/languages/code-snippets-fr_CA.po'),(1389,'wp-content/plugins/code-snippets/languages/code-snippets-fr_FR.mo'),(1390,'wp-content/plugins/code-snippets/languages/code-snippets-fr_FR.po'),(1391,'wp-content/plugins/code-snippets/languages/code-snippets-id_ID.mo'),(1392,'wp-content/plugins/code-snippets/languages/code-snippets-id_ID.po'),(1393,'wp-content/plugins/code-snippets/languages/code-snippets-it_IT.mo'),(1394,'wp-content/plugins/code-snippets/languages/code-snippets-it_IT.po'),(1395,'wp-content/plugins/code-snippets/languages/code-snippets-ja_JP.mo'),(1396,'wp-content/plugins/code-snippets/languages/code-snippets-ja_JP.po'),(1397,'wp-content/plugins/code-snippets/languages/code-snippets-nl_NL.mo'),(1398,'wp-content/plugins/code-snippets/languages/code-snippets-nl_NL.po'),(1399,'wp-content/plugins/code-snippets/languages/code-snippets-pt_BR.mo'),(1400,'wp-content/plugins/code-snippets/languages/code-snippets-pt_BR.po'),(1401,'wp-content/plugins/code-snippets/languages/code-snippets-ru_RU.mo'),(1402,'wp-content/plugins/code-snippets/languages/code-snippets-ru_RU.po'),(1403,'wp-content/plugins/code-snippets/languages/code-snippets-sk_SK.mo'),(1404,'wp-content/plugins/code-snippets/languages/code-snippets-sk_SK.po'),(1405,'wp-content/plugins/code-snippets/languages/code-snippets-sr_RS.mo'),(1406,'wp-content/plugins/code-snippets/languages/code-snippets-sr_RS.po'),(1407,'wp-content/plugins/code-snippets/languages/code-snippets-zh_CN.mo'),(1408,'wp-content/plugins/code-snippets/languages/code-snippets-zh_CN.po'),(1409,'wp-content/plugins/code-snippets/languages/code-snippets.pot'),(1410,'wp-content/plugins/code-snippets/license.txt'),(1411,'wp-content/plugins/code-snippets/php/admin-menus/class-admin-menu.php'),(1412,'wp-content/plugins/code-snippets/php/admin-menus/class-edit-menu.php'),(1413,'wp-content/plugins/code-snippets/php/admin-menus/class-import-menu.php'),(1414,'wp-content/plugins/code-snippets/php/admin-menus/class-manage-menu.php'),(1415,'wp-content/plugins/code-snippets/php/admin-menus/class-settings-menu.php'),(1416,'wp-content/plugins/code-snippets/php/class-admin.php'),(1417,'wp-content/plugins/code-snippets/php/class-code-snippets.php'),(1418,'wp-content/plugins/code-snippets/php/class-contextual-help.php'),(1419,'wp-content/plugins/code-snippets/php/class-db.php'),(1420,'wp-content/plugins/code-snippets/php/class-list-table.php'),(1421,'wp-content/plugins/code-snippets/php/class-shortcode.php'),(1422,'wp-content/plugins/code-snippets/php/class-snippet.php'),(1423,'wp-content/plugins/code-snippets/php/class-upgrade.php'),(1424,'wp-content/plugins/code-snippets/php/editor.php'),(1425,'wp-content/plugins/code-snippets/php/functions.php'),(1426,'wp-content/plugins/code-snippets/php/import-export.php'),(1427,'wp-content/plugins/code-snippets/php/settings/editor-preview.php'),(1428,'wp-content/plugins/code-snippets/php/settings/render-fields.php'),(1429,'wp-content/plugins/code-snippets/php/settings/settings-fields.php'),(1430,'wp-content/plugins/code-snippets/php/settings/settings.php'),(1431,'wp-content/plugins/code-snippets/php/snippet-ops.php'),(1432,'wp-content/plugins/code-snippets/php/views/edit.php'),(1433,'wp-content/plugins/code-snippets/php/views/import.php'),(1434,'wp-content/plugins/code-snippets/php/views/manage.php'),(1435,'wp-content/plugins/code-snippets/readme.txt'),(1436,'wp-content/plugins/code-snippets/uninstall.php'),(1437,'wp-content/plugins/custom-fonts/assets/css/bsf-custom-fonts.css'),(1438,'wp-content/plugins/custom-fonts/assets/js/bsf-custom-fonts.js'),(1439,'wp-content/plugins/custom-fonts/classes/class-bsf-custom-fonts-render.php'),(1440,'wp-content/plugins/custom-fonts/classes/class-bsf-custom-fonts-white-label.php'),(1441,'wp-content/plugins/custom-fonts/classes/class-bsf-custom-fonts.php'),(1442,'wp-content/plugins/custom-fonts/custom-fonts.php'),(1443,'wp-content/plugins/custom-fonts/includes/class-bsf-custom-fonts-admin.php'),(1444,'wp-content/plugins/custom-fonts/includes/class-bsf-custom-fonts-taxonomy.php'),(1445,'wp-content/plugins/custom-fonts/includes/white-label.php'),(1446,'wp-content/plugins/custom-fonts/languages/custom-fonts.pot'),(1447,'wp-content/plugins/custom-fonts/package-lock.json'),(1448,'wp-content/plugins/custom-fonts/readme.txt'),(1449,'wp-content/plugins/custom-typekit-fonts/assets/css/custom-typekit-fonts.css'),(1450,'wp-content/plugins/custom-typekit-fonts/assets/js/custom-typekit-fonts.js'),(1451,'wp-content/plugins/custom-typekit-fonts/classes/class-custom-typekit-fonts-admin.php'),(1452,'wp-content/plugins/custom-typekit-fonts/classes/class-custom-typekit-fonts-render.php'),(1453,'wp-content/plugins/custom-typekit-fonts/classes/class-custom-typekit-fonts-update.php'),(1454,'wp-content/plugins/custom-typekit-fonts/classes/class-custom-typekit-fonts.php'),(1455,'wp-content/plugins/custom-typekit-fonts/classes/class-typekit-fonts-white-label.php'),(1456,'wp-content/plugins/custom-typekit-fonts/custom-typekit-fonts.php'),(1457,'wp-content/plugins/custom-typekit-fonts/languages/custom-typekit-fonts.pot'),(1458,'wp-content/plugins/custom-typekit-fonts/readme.txt'),(1459,'wp-content/plugins/custom-typekit-fonts/templates/custom-typekit-fonts-options.php'),(1460,'wp-content/plugins/custom-typekit-fonts/templates/white-label.php'),(1461,'wp-content/plugins/customizer-search/assets/css/customizer-search-admin.css'),(1462,'wp-content/plugins/customizer-search/assets/js/customizer-search-admin.compiled.js'),(1463,'wp-content/plugins/customizer-search/assets/js/customizer-search-admin.js'),(1464,'wp-content/plugins/customizer-search/class-customizer-search.php'),(1465,'wp-content/plugins/customizer-search/customizer-search.php'),(1466,'wp-content/plugins/customizer-search/languages/customizer-search.pot'),(1467,'wp-content/plugins/customizer-search/readme.txt'),(1468,'wp-content/plugins/customizer-search/templates/admin-customize-js-templates.php'),(1469,'wp-content/plugins/google-analytics-dashboard-for-wp/admin/ajax-actions.php'),(1470,'wp-content/plugins/google-analytics-dashboard-for-wp/admin/class-am-notification.php'),(1471,'wp-content/plugins/google-analytics-dashboard-for-wp/admin/css/admin-widgets.css'),(1472,'wp-content/plugins/google-analytics-dashboard-for-wp/admin/css/gadwp.css'),(1473,'wp-content/plugins/google-analytics-dashboard-for-wp/admin/css/item-reports.css'),(1474,'wp-content/plugins/google-analytics-dashboard-for-wp/admin/images/clicky.png'),(1475,'wp-content/plugins/google-analytics-dashboard-for-wp/admin/images/gadwp-icon.png'),(1476,'wp-content/plugins/google-analytics-dashboard-for-wp/admin/images/google-analytics-dashboard.png'),(1477,'wp-content/plugins/google-analytics-dashboard-for-wp/admin/images/help.png'),(1478,'wp-content/plugins/google-analytics-dashboard-for-wp/admin/images/mcdn.png'),(1479,'wp-content/plugins/google-analytics-dashboard-for-wp/admin/images/optinmonster.png'),(1480,'wp-content/plugins/google-analytics-dashboard-for-wp/admin/images/ssl.png'),(1481,'wp-content/plugins/google-analytics-dashboard-for-wp/admin/images/star.png'),(1482,'wp-content/plugins/google-analytics-dashboard-for-wp/admin/images/wp.png'),(1483,'wp-content/plugins/google-analytics-dashboard-for-wp/admin/images/wpforms.png'),(1484,'wp-content/plugins/google-analytics-dashboard-for-wp/admin/item-reports.php'),(1485,'wp-content/plugins/google-analytics-dashboard-for-wp/admin/js/settings.js'),(1486,'wp-content/plugins/google-analytics-dashboard-for-wp/admin/js/ui.js'),(1487,'wp-content/plugins/google-analytics-dashboard-for-wp/admin/js/wp-color-picker-script.js'),(1488,'wp-content/plugins/google-analytics-dashboard-for-wp/admin/settings.php'),(1489,'wp-content/plugins/google-analytics-dashboard-for-wp/admin/setup.php'),(1490,'wp-content/plugins/google-analytics-dashboard-for-wp/admin/tracking.php'),(1491,'wp-content/plugins/google-analytics-dashboard-for-wp/admin/views/access-code.php'),(1492,'wp-content/plugins/google-analytics-dashboard-for-wp/admin/widgets.php'),(1493,'wp-content/plugins/google-analytics-dashboard-for-wp/common/ajax-actions.php'),(1494,'wp-content/plugins/google-analytics-dashboard-for-wp/common/js/reports5.js'),(1495,'wp-content/plugins/google-analytics-dashboard-for-wp/common/nprogress/nprogress.css'),(1496,'wp-content/plugins/google-analytics-dashboard-for-wp/common/nprogress/nprogress.js'),(1497,'wp-content/plugins/google-analytics-dashboard-for-wp/common/realtime/images/ui-bg_flat_0_aaaaaa_40x100.png'),(1498,'wp-content/plugins/google-analytics-dashboard-for-wp/common/realtime/images/ui-bg_flat_75_ffffff_40x100.png'),(1499,'wp-content/plugins/google-analytics-dashboard-for-wp/common/realtime/images/ui-bg_glass_55_fbf9ee_1x400.png'),(1500,'wp-content/plugins/google-analytics-dashboard-for-wp/common/realtime/images/ui-bg_glass_65_ffffff_1x400.png'),(1501,'wp-content/plugins/google-analytics-dashboard-for-wp/common/realtime/images/ui-bg_glass_75_dadada_1x400.png'),(1502,'wp-content/plugins/google-analytics-dashboard-for-wp/common/realtime/images/ui-bg_glass_75_e6e6e6_1x400.png'),(1503,'wp-content/plugins/google-analytics-dashboard-for-wp/common/realtime/images/ui-bg_glass_95_fef1ec_1x400.png'),(1504,'wp-content/plugins/google-analytics-dashboard-for-wp/common/realtime/images/ui-bg_highlight-soft_75_cccccc_1x100.png'),(1505,'wp-content/plugins/google-analytics-dashboard-for-wp/common/realtime/images/ui-icons_222222_256x240.png'),(1506,'wp-content/plugins/google-analytics-dashboard-for-wp/common/realtime/images/ui-icons_2e83ff_256x240.png'),(1507,'wp-content/plugins/google-analytics-dashboard-for-wp/common/realtime/images/ui-icons_454545_256x240.png'),(1508,'wp-content/plugins/google-analytics-dashboard-for-wp/common/realtime/images/ui-icons_888888_256x240.png'),(1509,'wp-content/plugins/google-analytics-dashboard-for-wp/common/realtime/images/ui-icons_cd0a0a_256x240.png'),(1510,'wp-content/plugins/google-analytics-dashboard-for-wp/common/realtime/jquery.ui.tooltip.html.css'),(1511,'wp-content/plugins/google-analytics-dashboard-for-wp/common/realtime/jquery.ui.tooltip.html.js'),(1512,'wp-content/plugins/google-analytics-dashboard-for-wp/config.php'),(1513,'wp-content/plugins/google-analytics-dashboard-for-wp/front/ajax-actions.php'),(1514,'wp-content/plugins/google-analytics-dashboard-for-wp/front/css/item-reports.css'),(1515,'wp-content/plugins/google-analytics-dashboard-for-wp/front/css/widgets.css'),(1516,'wp-content/plugins/google-analytics-dashboard-for-wp/front/item-reports.php'),(1517,'wp-content/plugins/google-analytics-dashboard-for-wp/front/js/tracking-analytics-events.js'),(1518,'wp-content/plugins/google-analytics-dashboard-for-wp/front/js/tracking-scrolldepth.js'),(1519,'wp-content/plugins/google-analytics-dashboard-for-wp/front/js/widgets.js'),(1520,'wp-content/plugins/google-analytics-dashboard-for-wp/front/setup.php'),(1521,'wp-content/plugins/google-analytics-dashboard-for-wp/front/tracking-analytics.php'),(1522,'wp-content/plugins/google-analytics-dashboard-for-wp/front/tracking-tagmanager.php'),(1523,'wp-content/plugins/google-analytics-dashboard-for-wp/front/tracking.php'),(1524,'wp-content/plugins/google-analytics-dashboard-for-wp/front/views/analytics-amp-clientidapi.php'),(1525,'wp-content/plugins/google-analytics-dashboard-for-wp/front/views/analytics-amp-code.php'),(1526,'wp-content/plugins/google-analytics-dashboard-for-wp/front/views/analytics-code.php'),(1527,'wp-content/plugins/google-analytics-dashboard-for-wp/front/views/analytics-optout-code.php'),(1528,'wp-content/plugins/google-analytics-dashboard-for-wp/front/views/optimize-code.php'),(1529,'wp-content/plugins/google-analytics-dashboard-for-wp/front/views/tagmanager-amp-code.php'),(1530,'wp-content/plugins/google-analytics-dashboard-for-wp/front/views/tagmanager-code.php'),(1531,'wp-content/plugins/google-analytics-dashboard-for-wp/front/widgets.php'),(1532,'wp-content/plugins/google-analytics-dashboard-for-wp/gadwp.php'),(1533,'wp-content/plugins/google-analytics-dashboard-for-wp/install/install.php'),(1534,'wp-content/plugins/google-analytics-dashboard-for-wp/install/uninstall.php'),(1535,'wp-content/plugins/google-analytics-dashboard-for-wp/readme.txt'),(1536,'wp-content/plugins/google-analytics-dashboard-for-wp/realtime/jquery/images/ui-bg_flat_0_aaaaaa_40x100.png'),(1537,'wp-content/plugins/google-analytics-dashboard-for-wp/realtime/jquery/images/ui-bg_flat_75_ffffff_40x100.png'),(1538,'wp-content/plugins/google-analytics-dashboard-for-wp/realtime/jquery/images/ui-bg_glass_55_fbf9ee_1x400.png'),(1539,'wp-content/plugins/google-analytics-dashboard-for-wp/realtime/jquery/images/ui-bg_glass_65_ffffff_1x400.png'),(1540,'wp-content/plugins/google-analytics-dashboard-for-wp/realtime/jquery/images/ui-bg_glass_75_dadada_1x400.png'),(1541,'wp-content/plugins/google-analytics-dashboard-for-wp/realtime/jquery/images/ui-bg_glass_75_e6e6e6_1x400.png'),(1542,'wp-content/plugins/google-analytics-dashboard-for-wp/realtime/jquery/images/ui-bg_glass_95_fef1ec_1x400.png'),(1543,'wp-content/plugins/google-analytics-dashboard-for-wp/realtime/jquery/images/ui-bg_highlight-soft_75_cccccc_1x100.png'),(1544,'wp-content/plugins/google-analytics-dashboard-for-wp/realtime/jquery/images/ui-icons_222222_256x240.png'),(1545,'wp-content/plugins/google-analytics-dashboard-for-wp/realtime/jquery/images/ui-icons_2e83ff_256x240.png'),(1546,'wp-content/plugins/google-analytics-dashboard-for-wp/realtime/jquery/images/ui-icons_454545_256x240.png'),(1547,'wp-content/plugins/google-analytics-dashboard-for-wp/realtime/jquery/images/ui-icons_888888_256x240.png'),(1548,'wp-content/plugins/google-analytics-dashboard-for-wp/realtime/jquery/images/ui-icons_cd0a0a_256x240.png'),(1549,'wp-content/plugins/google-analytics-dashboard-for-wp/realtime/jquery/jquery.ui.tooltip.html.css'),(1550,'wp-content/plugins/google-analytics-dashboard-for-wp/realtime/jquery/jquery.ui.tooltip.html.js'),(1551,'wp-content/plugins/google-analytics-dashboard-for-wp/tools/gapi.php'),(1552,'wp-content/plugins/google-analytics-dashboard-for-wp/tools/iso3166.php'),(1553,'wp-content/plugins/google-analytics-dashboard-for-wp/tools/src/Deconf/Auth/Abstract.php'),(1554,'wp-content/plugins/google-analytics-dashboard-for-wp/tools/src/Deconf/Auth/AppIdentity.php'),(1555,'wp-content/plugins/google-analytics-dashboard-for-wp/tools/src/Deconf/Auth/AssertionCredentials.php'),(1556,'wp-content/plugins/google-analytics-dashboard-for-wp/tools/src/Deconf/Auth/ComputeEngine.php'),(1557,'wp-content/plugins/google-analytics-dashboard-for-wp/tools/src/Deconf/Auth/Exception.php'),(1558,'wp-content/plugins/google-analytics-dashboard-for-wp/tools/src/Deconf/Auth/LoginTicket.php'),(1559,'wp-content/plugins/google-analytics-dashboard-for-wp/tools/src/Deconf/Auth/OAuth2.php'),(1560,'wp-content/plugins/google-analytics-dashboard-for-wp/tools/src/Deconf/Auth/Simple.php'),(1561,'wp-content/plugins/google-analytics-dashboard-for-wp/tools/src/Deconf/Cache/Abstract.php'),(1562,'wp-content/plugins/google-analytics-dashboard-for-wp/tools/src/Deconf/Cache/Apc.php'),(1563,'wp-content/plugins/google-analytics-dashboard-for-wp/tools/src/Deconf/Cache/Exception.php'),(1564,'wp-content/plugins/google-analytics-dashboard-for-wp/tools/src/Deconf/Cache/File.php'),(1565,'wp-content/plugins/google-analytics-dashboard-for-wp/tools/src/Deconf/Cache/Memcache.php'),(1566,'wp-content/plugins/google-analytics-dashboard-for-wp/tools/src/Deconf/Cache/Null.php'),(1567,'wp-content/plugins/google-analytics-dashboard-for-wp/tools/src/Deconf/Client.php'),(1568,'wp-content/plugins/google-analytics-dashboard-for-wp/tools/src/Deconf/Collection.php'),(1569,'wp-content/plugins/google-analytics-dashboard-for-wp/tools/src/Deconf/Config.php'),(1570,'wp-content/plugins/google-analytics-dashboard-for-wp/tools/src/Deconf/Exception.php'),(1571,'wp-content/plugins/google-analytics-dashboard-for-wp/tools/src/Deconf/Http/Batch.php'),(1572,'wp-content/plugins/google-analytics-dashboard-for-wp/tools/src/Deconf/Http/CacheParser.php'),(1573,'wp-content/plugins/google-analytics-dashboard-for-wp/tools/src/Deconf/Http/MediaFileUpload.php'),(1574,'wp-content/plugins/google-analytics-dashboard-for-wp/tools/src/Deconf/Http/REST.php'),(1575,'wp-content/plugins/google-analytics-dashboard-for-wp/tools/src/Deconf/Http/Request.php'),(1576,'wp-content/plugins/google-analytics-dashboard-for-wp/tools/src/Deconf/IO/Abstract.php'),(1577,'wp-content/plugins/google-analytics-dashboard-for-wp/tools/src/Deconf/IO/Curl.php'),(1578,'wp-content/plugins/google-analytics-dashboard-for-wp/tools/src/Deconf/IO/Exception.php'),(1579,'wp-content/plugins/google-analytics-dashboard-for-wp/tools/src/Deconf/IO/Stream.php'),(1580,'wp-content/plugins/google-analytics-dashboard-for-wp/tools/src/Deconf/IO/cacerts.pem'),(1581,'wp-content/plugins/google-analytics-dashboard-for-wp/tools/src/Deconf/Logger/Abstract.php'),(1582,'wp-content/plugins/google-analytics-dashboard-for-wp/tools/src/Deconf/Logger/Exception.php'),(1583,'wp-content/plugins/google-analytics-dashboard-for-wp/tools/src/Deconf/Logger/File.php'),(1584,'wp-content/plugins/google-analytics-dashboard-for-wp/tools/src/Deconf/Logger/Null.php'),(1585,'wp-content/plugins/google-analytics-dashboard-for-wp/tools/src/Deconf/Logger/Psr.php'),(1586,'wp-content/plugins/google-analytics-dashboard-for-wp/tools/src/Deconf/Model.php'),(1587,'wp-content/plugins/google-analytics-dashboard-for-wp/tools/src/Deconf/Service/Analytics.php'),(1588,'wp-content/plugins/google-analytics-dashboard-for-wp/tools/src/Deconf/Service/Exception.php'),(1589,'wp-content/plugins/google-analytics-dashboard-for-wp/tools/src/Deconf/Service/Resource.php'),(1590,'wp-content/plugins/google-analytics-dashboard-for-wp/tools/src/Deconf/Service.php'),(1591,'wp-content/plugins/google-analytics-dashboard-for-wp/tools/src/Deconf/Signer/Abstract.php'),(1592,'wp-content/plugins/google-analytics-dashboard-for-wp/tools/src/Deconf/Signer/P12.php'),(1593,'wp-content/plugins/google-analytics-dashboard-for-wp/tools/src/Deconf/Task/Exception.php'),(1594,'wp-content/plugins/google-analytics-dashboard-for-wp/tools/src/Deconf/Task/Retryable.php'),(1595,'wp-content/plugins/google-analytics-dashboard-for-wp/tools/src/Deconf/Task/Runner.php'),(1596,'wp-content/plugins/google-analytics-dashboard-for-wp/tools/src/Deconf/Utils/URITemplate.php'),(1597,'wp-content/plugins/google-analytics-dashboard-for-wp/tools/src/Deconf/Utils.php'),(1598,'wp-content/plugins/google-analytics-dashboard-for-wp/tools/src/Deconf/Verifier/Abstract.php'),(1599,'wp-content/plugins/google-analytics-dashboard-for-wp/tools/src/Deconf/Verifier/Pem.php'),(1600,'wp-content/plugins/google-analytics-dashboard-for-wp/tools/src/Deconf/autoload.php'),(1601,'wp-content/plugins/google-analytics-dashboard-for-wp/tools/src/readme.txt'),(1602,'wp-content/plugins/google-analytics-dashboard-for-wp/tools/tools.php'),(1603,'wp-content/plugins/home-page-banner-for-astra-theme/home-page-banner-for-astra-theme.php'),(1604,'wp-content/plugins/home-page-banner-for-astra-theme/inc/assets/css/style.css'),(1605,'wp-content/plugins/home-page-banner-for-astra-theme/inc/assets/images/banner.jpg'),(1606,'wp-content/plugins/home-page-banner-for-astra-theme/inc/assets/js/customizer-preview.js'),(1607,'wp-content/plugins/home-page-banner-for-astra-theme/inc/assets/js/customizer-toggles.js'),(1608,'wp-content/plugins/home-page-banner-for-astra-theme/inc/assets/js/home-page-banner.js'),(1609,'wp-content/plugins/home-page-banner-for-astra-theme/inc/class-astra-home-page-banner.php'),(1610,'wp-content/plugins/home-page-banner-for-astra-theme/inc/classes/class-astra-home-page-banner-loader.php'),(1611,'wp-content/plugins/home-page-banner-for-astra-theme/inc/classes/class-astra-home-page-banner-markup.php'),(1612,'wp-content/plugins/home-page-banner-for-astra-theme/inc/classes/customizer-panels-and-sections.php'),(1613,'wp-content/plugins/home-page-banner-for-astra-theme/inc/classes/dynamic.css.php'),(1614,'wp-content/plugins/home-page-banner-for-astra-theme/inc/classes/index.php'),(1615,'wp-content/plugins/home-page-banner-for-astra-theme/inc/classes/sections/index.php'),(1616,'wp-content/plugins/home-page-banner-for-astra-theme/inc/classes/sections/section-banner.php'),(1617,'wp-content/plugins/home-page-banner-for-astra-theme/inc/index.php'),(1618,'wp-content/plugins/home-page-banner-for-astra-theme/index.php'),(1619,'wp-content/plugins/home-page-banner-for-astra-theme/readme.txt'),(1620,'wp-content/plugins/index.php'),(1621,'wp-content/plugins/jetpack/.svnignore'),(1622,'wp-content/plugins/jetpack/3rd-party/3rd-party.php'),(1623,'wp-content/plugins/jetpack/3rd-party/bbpress.php'),(1624,'wp-content/plugins/jetpack/3rd-party/beaverbuilder.php'),(1625,'wp-content/plugins/jetpack/3rd-party/bitly.php'),(1626,'wp-content/plugins/jetpack/3rd-party/buddypress.php'),(1627,'wp-content/plugins/jetpack/3rd-party/class.jetpack-amp-support.php'),(1628,'wp-content/plugins/jetpack/3rd-party/class.jetpack-modules-overrides.php'),(1629,'wp-content/plugins/jetpack/3rd-party/debug-bar/class.jetpack-search-debug-bar.php'),(1630,'wp-content/plugins/jetpack/3rd-party/debug-bar/debug-bar.css'),(1631,'wp-content/plugins/jetpack/3rd-party/debug-bar/debug-bar.js'),(1632,'wp-content/plugins/jetpack/3rd-party/debug-bar.php'),(1633,'wp-content/plugins/jetpack/3rd-party/domain-mapping.php'),(1634,'wp-content/plugins/jetpack/3rd-party/polldaddy.php'),(1635,'wp-content/plugins/jetpack/3rd-party/qtranslate-x.php'),(1636,'wp-content/plugins/jetpack/3rd-party/vaultpress.php'),(1637,'wp-content/plugins/jetpack/3rd-party/woocommerce-services.php'),(1638,'wp-content/plugins/jetpack/3rd-party/woocommerce.php'),(1639,'wp-content/plugins/jetpack/3rd-party/wpml.php'),(1640,'wp-content/plugins/jetpack/CODE-OF-CONDUCT.md'),(1641,'wp-content/plugins/jetpack/_inc/accessible-focus.js'),(1642,'wp-content/plugins/jetpack/_inc/blocks/business-hours/view.css'),(1643,'wp-content/plugins/jetpack/_inc/blocks/business-hours/view.deps.json'),(1644,'wp-content/plugins/jetpack/_inc/blocks/business-hours/view.js'),(1645,'wp-content/plugins/jetpack/_inc/blocks/business-hours/view.rtl.css'),(1646,'wp-content/plugins/jetpack/_inc/blocks/components.css'),(1647,'wp-content/plugins/jetpack/_inc/blocks/components.js'),(1648,'wp-content/plugins/jetpack/_inc/blocks/components.rtl.css'),(1649,'wp-content/plugins/jetpack/_inc/blocks/contact-info/view.css'),(1650,'wp-content/plugins/jetpack/_inc/blocks/contact-info/view.deps.json'),(1651,'wp-content/plugins/jetpack/_inc/blocks/contact-info/view.js'),(1652,'wp-content/plugins/jetpack/_inc/blocks/contact-info/view.rtl.css'),(1653,'wp-content/plugins/jetpack/_inc/blocks/editor-beta.css'),(1654,'wp-content/plugins/jetpack/_inc/blocks/editor-beta.deps.json'),(1655,'wp-content/plugins/jetpack/_inc/blocks/editor-beta.js'),(1656,'wp-content/plugins/jetpack/_inc/blocks/editor-beta.rtl.css'),(1657,'wp-content/plugins/jetpack/_inc/blocks/editor.css'),(1658,'wp-content/plugins/jetpack/_inc/blocks/editor.deps.json'),(1659,'wp-content/plugins/jetpack/_inc/blocks/editor.js'),(1660,'wp-content/plugins/jetpack/_inc/blocks/editor.rtl.css'),(1661,'wp-content/plugins/jetpack/_inc/blocks/gif/view.css'),(1662,'wp-content/plugins/jetpack/_inc/blocks/gif/view.deps.json'),(1663,'wp-content/plugins/jetpack/_inc/blocks/gif/view.js'),(1664,'wp-content/plugins/jetpack/_inc/blocks/gif/view.rtl.css'),(1665,'wp-content/plugins/jetpack/_inc/blocks/images/map-theme_black_and_white-1ead5946ca104d83676d6e3410e1d733.jpg'),(1666,'wp-content/plugins/jetpack/_inc/blocks/images/map-theme_default-2ceb449b599dbcbe2a90fead5a5f3824.jpg'),(1667,'wp-content/plugins/jetpack/_inc/blocks/images/map-theme_satellite-c74dc129bda9502fb0fb362bb627577e.jpg'),(1668,'wp-content/plugins/jetpack/_inc/blocks/images/map-theme_terrain-2b6e6c1c8d09cbdc58a4c0653be1a6e3.jpg'),(1669,'wp-content/plugins/jetpack/_inc/blocks/images/oval-3cc7669d571aef4e12f34b349e42d390.svg'),(1670,'wp-content/plugins/jetpack/_inc/blocks/images/paypal-button-1e53882e702881f8dfd958c141e65383.png'),(1671,'wp-content/plugins/jetpack/_inc/blocks/images/paypal-button-2x-fe4d34770a47484f401cecbb892f8456.png'),(1672,'wp-content/plugins/jetpack/_inc/blocks/index.json'),(1673,'wp-content/plugins/jetpack/_inc/blocks/mailchimp/view.css'),(1674,'wp-content/plugins/jetpack/_inc/blocks/mailchimp/view.deps.json'),(1675,'wp-content/plugins/jetpack/_inc/blocks/mailchimp/view.js'),(1676,'wp-content/plugins/jetpack/_inc/blocks/mailchimp/view.rtl.css'),(1677,'wp-content/plugins/jetpack/_inc/blocks/map/view.css'),(1678,'wp-content/plugins/jetpack/_inc/blocks/map/view.deps.json'),(1679,'wp-content/plugins/jetpack/_inc/blocks/map/view.js'),(1680,'wp-content/plugins/jetpack/_inc/blocks/map/view.rtl.css'),(1681,'wp-content/plugins/jetpack/_inc/blocks/recurring-payments/view.css'),(1682,'wp-content/plugins/jetpack/_inc/blocks/recurring-payments/view.deps.json'),(1683,'wp-content/plugins/jetpack/_inc/blocks/recurring-payments/view.js'),(1684,'wp-content/plugins/jetpack/_inc/blocks/recurring-payments/view.rtl.css'),(1685,'wp-content/plugins/jetpack/_inc/blocks/repeat-visitor/view.deps.json'),(1686,'wp-content/plugins/jetpack/_inc/blocks/repeat-visitor/view.js'),(1687,'wp-content/plugins/jetpack/_inc/blocks/slideshow/view.css'),(1688,'wp-content/plugins/jetpack/_inc/blocks/slideshow/view.deps.json'),(1689,'wp-content/plugins/jetpack/_inc/blocks/slideshow/view.js'),(1690,'wp-content/plugins/jetpack/_inc/blocks/slideshow/view.rtl.css'),(1691,'wp-content/plugins/jetpack/_inc/blocks/tiled-gallery/view.css'),(1692,'wp-content/plugins/jetpack/_inc/blocks/tiled-gallery/view.deps.json'),(1693,'wp-content/plugins/jetpack/_inc/blocks/tiled-gallery/view.js'),(1694,'wp-content/plugins/jetpack/_inc/blocks/tiled-gallery/view.rtl.css'),(1695,'wp-content/plugins/jetpack/_inc/blocks/upgrade-nudge.html'),(1696,'wp-content/plugins/jetpack/_inc/blocks/vendors~map/mapbox-gl.99bb2d9afac030901882.css'),(1697,'wp-content/plugins/jetpack/_inc/blocks/vendors~map/mapbox-gl.99bb2d9afac030901882.js'),(1698,'wp-content/plugins/jetpack/_inc/blocks/vendors~map/mapbox-gl.99bb2d9afac030901882.rtl.css'),(1699,'wp-content/plugins/jetpack/_inc/blocks/vendors~swiper.2b1609a7224e20d752be.css'),(1700,'wp-content/plugins/jetpack/_inc/blocks/vendors~swiper.2b1609a7224e20d752be.js'),(1701,'wp-content/plugins/jetpack/_inc/blocks/vendors~swiper.2b1609a7224e20d752be.rtl.css'),(1702,'wp-content/plugins/jetpack/_inc/build/accessible-focus.min.js'),(1703,'wp-content/plugins/jetpack/_inc/build/admin.css'),(1704,'wp-content/plugins/jetpack/_inc/build/admin.deps.json'),(1705,'wp-content/plugins/jetpack/_inc/build/admin.js'),(1706,'wp-content/plugins/jetpack/_inc/build/admin.rtl.css'),(1707,'wp-content/plugins/jetpack/_inc/build/carousel/jetpack-carousel.min.js'),(1708,'wp-content/plugins/jetpack/_inc/build/comment-likes/comment-like-count.min.js'),(1709,'wp-content/plugins/jetpack/_inc/build/connect-button.min.js'),(1710,'wp-content/plugins/jetpack/_inc/build/contact-form/js/editor-view.min.js'),(1711,'wp-content/plugins/jetpack/_inc/build/contact-form/js/grunion-admin.min.js'),(1712,'wp-content/plugins/jetpack/_inc/build/contact-form/js/grunion-frontend.min.js'),(1713,'wp-content/plugins/jetpack/_inc/build/contact-form/js/grunion.min.js'),(1714,'wp-content/plugins/jetpack/_inc/build/contact-form/js/tinymce-plugin-form-button.min.js'),(1715,'wp-content/plugins/jetpack/_inc/build/crowdsignal-shortcode.min.js'),(1716,'wp-content/plugins/jetpack/_inc/build/crowdsignal-survey.min.js'),(1717,'wp-content/plugins/jetpack/_inc/build/custom-css/custom-css/js/core-customizer-css-preview.min.js'),(1718,'wp-content/plugins/jetpack/_inc/build/custom-css/custom-css/js/core-customizer-css.core-4.9.min.js'),(1719,'wp-content/plugins/jetpack/_inc/build/custom-css/custom-css/js/core-customizer-css.min.js'),(1720,'wp-content/plugins/jetpack/_inc/build/custom-css/custom-css/js/css-editor.min.js'),(1721,'wp-content/plugins/jetpack/_inc/build/custom-css/custom-css/js/use-codemirror.min.js'),(1722,'wp-content/plugins/jetpack/_inc/build/custom-post-types/comics/comics.min.js'),(1723,'wp-content/plugins/jetpack/_inc/build/custom-post-types/js/many-items.min.js'),(1724,'wp-content/plugins/jetpack/_inc/build/custom-post-types/js/menu-checkboxes.min.js'),(1725,'wp-content/plugins/jetpack/_inc/build/custom-post-types/js/nova-drag-drop.min.js'),(1726,'wp-content/plugins/jetpack/_inc/build/facebook-embed.min.js'),(1727,'wp-content/plugins/jetpack/_inc/build/gallery-settings.min.js'),(1728,'wp-content/plugins/jetpack/_inc/build/idc-notice.min.js'),(1729,'wp-content/plugins/jetpack/_inc/build/infinite-scroll/infinity.min.js'),(1730,'wp-content/plugins/jetpack/_inc/build/instant-search/instant-search.min.css'),(1731,'wp-content/plugins/jetpack/_inc/build/instant-search/jp-search.bundle.js'),(1732,'wp-content/plugins/jetpack/_inc/build/jetpack-admin.min.js'),(1733,'wp-content/plugins/jetpack/_inc/build/jetpack-connection-banner.min.js'),(1734,'wp-content/plugins/jetpack/_inc/build/jetpack-jitm.min.js'),(1735,'wp-content/plugins/jetpack/_inc/build/jetpack-modules.min.js'),(1736,'wp-content/plugins/jetpack/_inc/build/jetpack-modules.models.min.js'),(1737,'wp-content/plugins/jetpack/_inc/build/jetpack-modules.views.min.js'),(1738,'wp-content/plugins/jetpack/_inc/build/jquery.jetpack-resize.min.js'),(1739,'wp-content/plugins/jetpack/_inc/build/jquery.spin.min.js'),(1740,'wp-content/plugins/jetpack/_inc/build/lazy-images/js/lazy-images.min.js'),(1741,'wp-content/plugins/jetpack/_inc/build/likes/post-count-jetpack.min.js'),(1742,'wp-content/plugins/jetpack/_inc/build/likes/post-count.min.js'),(1743,'wp-content/plugins/jetpack/_inc/build/likes/queuehandler.min.js'),(1744,'wp-content/plugins/jetpack/_inc/build/masterbar/tracks-events.min.js'),(1745,'wp-content/plugins/jetpack/_inc/build/minileven/theme/pub/minileven/js/small-menu.min.js'),(1746,'wp-content/plugins/jetpack/_inc/build/photon/photon.min.js'),(1747,'wp-content/plugins/jetpack/_inc/build/polldaddy-shortcode.min.js'),(1748,'wp-content/plugins/jetpack/_inc/build/postmessage.min.js'),(1749,'wp-content/plugins/jetpack/_inc/build/related-posts/related-posts-customizer.min.js'),(1750,'wp-content/plugins/jetpack/_inc/build/related-posts/related-posts.min.js'),(1751,'wp-content/plugins/jetpack/_inc/build/sharedaddy/admin-sharing.min.js'),(1752,'wp-content/plugins/jetpack/_inc/build/sharedaddy/sharing.min.js'),(1753,'wp-content/plugins/jetpack/_inc/build/shortcodes/js/brightcove.min.js'),(1754,'wp-content/plugins/jetpack/_inc/build/shortcodes/js/gist.min.js'),(1755,'wp-content/plugins/jetpack/_inc/build/shortcodes/js/instagram.min.js'),(1756,'wp-content/plugins/jetpack/_inc/build/shortcodes/js/jmpress.min.js'),(1757,'wp-content/plugins/jetpack/_inc/build/shortcodes/js/main.min.js'),(1758,'wp-content/plugins/jetpack/_inc/build/shortcodes/js/quiz.min.js'),(1759,'wp-content/plugins/jetpack/_inc/build/shortcodes/js/recipes-printthis.min.js'),(1760,'wp-content/plugins/jetpack/_inc/build/shortcodes/js/recipes.min.js'),(1761,'wp-content/plugins/jetpack/_inc/build/shortcodes/js/slideshow-shortcode.min.js'),(1762,'wp-content/plugins/jetpack/_inc/build/spin.min.js'),(1763,'wp-content/plugins/jetpack/_inc/build/static-noscript-notice.html'),(1764,'wp-content/plugins/jetpack/_inc/build/static-version-notice.html'),(1765,'wp-content/plugins/jetpack/_inc/build/static.css'),(1766,'wp-content/plugins/jetpack/_inc/build/static.html'),(1767,'wp-content/plugins/jetpack/_inc/build/static.js'),(1768,'wp-content/plugins/jetpack/_inc/build/static.rtl.css'),(1769,'wp-content/plugins/jetpack/_inc/build/style.min.css'),(1770,'wp-content/plugins/jetpack/_inc/build/style.min.rtl.css'),(1771,'wp-content/plugins/jetpack/_inc/build/tiled-gallery/tiled-gallery/tiled-gallery.min.js'),(1772,'wp-content/plugins/jetpack/_inc/build/twitter-timeline.min.js'),(1773,'wp-content/plugins/jetpack/_inc/build/videopress/js/editor-view.min.js'),(1774,'wp-content/plugins/jetpack/_inc/build/videopress/js/media-video-widget-extensions.min.js'),(1775,'wp-content/plugins/jetpack/_inc/build/videopress/js/videopress-plupload.min.js'),(1776,'wp-content/plugins/jetpack/_inc/build/videopress/js/videopress-uploader.min.js'),(1777,'wp-content/plugins/jetpack/_inc/build/widget-visibility/widget-conditions/widget-conditions.min.js'),(1778,'wp-content/plugins/jetpack/_inc/build/widgets/contact-info/contact-info-admin.min.js'),(1779,'wp-content/plugins/jetpack/_inc/build/widgets/customizer-utils.min.js'),(1780,'wp-content/plugins/jetpack/_inc/build/widgets/eu-cookie-law/eu-cookie-law-admin.min.js'),(1781,'wp-content/plugins/jetpack/_inc/build/widgets/eu-cookie-law/eu-cookie-law.min.js'),(1782,'wp-content/plugins/jetpack/_inc/build/widgets/gallery/js/admin.min.js'),(1783,'wp-content/plugins/jetpack/_inc/build/widgets/gallery/js/gallery.min.js'),(1784,'wp-content/plugins/jetpack/_inc/build/widgets/google-translate/google-translate.min.js'),(1785,'wp-content/plugins/jetpack/_inc/build/widgets/milestone/admin.min.js'),(1786,'wp-content/plugins/jetpack/_inc/build/widgets/milestone/milestone.min.js'),(1787,'wp-content/plugins/jetpack/_inc/build/widgets/search/js/search-widget-admin.min.js'),(1788,'wp-content/plugins/jetpack/_inc/build/widgets/search/js/search-widget.min.js'),(1789,'wp-content/plugins/jetpack/_inc/build/widgets/simple-payments/customizer.min.js'),(1790,'wp-content/plugins/jetpack/_inc/build/widgets/social-icons/social-icons-admin.min.js'),(1791,'wp-content/plugins/jetpack/_inc/build/widgets/twitter-timeline-admin.min.js'),(1792,'wp-content/plugins/jetpack/_inc/class.jetpack-provision.php'),(1793,'wp-content/plugins/jetpack/_inc/connect-button.js'),(1794,'wp-content/plugins/jetpack/_inc/crowdsignal-shortcode.js'),(1795,'wp-content/plugins/jetpack/_inc/crowdsignal-survey.js'),(1796,'wp-content/plugins/jetpack/_inc/facebook-embed.js'),(1797,'wp-content/plugins/jetpack/_inc/fonts/automatticons/automatticons.eot'),(1798,'wp-content/plugins/jetpack/_inc/fonts/automatticons/automatticons.svg'),(1799,'wp-content/plugins/jetpack/_inc/fonts/automatticons/automatticons.ttf'),(1800,'wp-content/plugins/jetpack/_inc/fonts/automatticons/automatticons.woff'),(1801,'wp-content/plugins/jetpack/_inc/fonts/jetpack/jetpack.eot'),(1802,'wp-content/plugins/jetpack/_inc/fonts/jetpack/jetpack.svg'),(1803,'wp-content/plugins/jetpack/_inc/fonts/jetpack/jetpack.ttf'),(1804,'wp-content/plugins/jetpack/_inc/fonts/jetpack/jetpack.woff'),(1805,'wp-content/plugins/jetpack/_inc/footer.php'),(1806,'wp-content/plugins/jetpack/_inc/gallery-settings.js'),(1807,'wp-content/plugins/jetpack/_inc/genericons/COPYING.txt'),(1808,'wp-content/plugins/jetpack/_inc/genericons/LICENSE.txt'),(1809,'wp-content/plugins/jetpack/_inc/genericons/README.md'),(1810,'wp-content/plugins/jetpack/_inc/genericons/genericons/Genericons.eot'),(1811,'wp-content/plugins/jetpack/_inc/genericons/genericons/Genericons.svg'),(1812,'wp-content/plugins/jetpack/_inc/genericons/genericons/Genericons.ttf'),(1813,'wp-content/plugins/jetpack/_inc/genericons/genericons/Genericons.woff'),(1814,'wp-content/plugins/jetpack/_inc/genericons/genericons/genericons.css'),(1815,'wp-content/plugins/jetpack/_inc/genericons/genericons/rtl/genericons-rtl.css'),(1816,'wp-content/plugins/jetpack/_inc/genericons/genericons.css'),(1817,'wp-content/plugins/jetpack/_inc/genericons.php'),(1818,'wp-content/plugins/jetpack/_inc/header.php'),(1819,'wp-content/plugins/jetpack/_inc/idc-notice.js'),(1820,'wp-content/plugins/jetpack/_inc/jetpack-admin.js'),(1821,'wp-content/plugins/jetpack/_inc/jetpack-connection-banner.js'),(1822,'wp-content/plugins/jetpack/_inc/jetpack-jitm.js'),(1823,'wp-content/plugins/jetpack/_inc/jetpack-modules.js'),(1824,'wp-content/plugins/jetpack/_inc/jetpack-modules.models.js'),(1825,'wp-content/plugins/jetpack/_inc/jetpack-modules.views.js'),(1826,'wp-content/plugins/jetpack/_inc/jetpack-server-sandbox.php'),(1827,'wp-content/plugins/jetpack/_inc/jetpack-strings.php'),(1828,'wp-content/plugins/jetpack/_inc/jquery.jetpack-resize.js'),(1829,'wp-content/plugins/jetpack/_inc/jquery.spin.js'),(1830,'wp-content/plugins/jetpack/_inc/lib/admin-pages/class-jetpack-about-page.php'),(1831,'wp-content/plugins/jetpack/_inc/lib/admin-pages/class.jetpack-admin-page.php'),(1832,'wp-content/plugins/jetpack/_inc/lib/admin-pages/class.jetpack-landing-page.php'),(1833,'wp-content/plugins/jetpack/_inc/lib/admin-pages/class.jetpack-react-page.php'),(1834,'wp-content/plugins/jetpack/_inc/lib/admin-pages/class.jetpack-settings-page.php'),(1835,'wp-content/plugins/jetpack/_inc/lib/class.color.php'),(1836,'wp-content/plugins/jetpack/_inc/lib/class.core-rest-api-endpoints.php'),(1837,'wp-content/plugins/jetpack/_inc/lib/class.jetpack-automatic-install-skin.php'),(1838,'wp-content/plugins/jetpack/_inc/lib/class.jetpack-iframe-embed.php'),(1839,'wp-content/plugins/jetpack/_inc/lib/class.jetpack-keyring-service-helper.php'),(1840,'wp-content/plugins/jetpack/_inc/lib/class.jetpack-password-checker.php'),(1841,'wp-content/plugins/jetpack/_inc/lib/class.jetpack-photon-image-sizes.php'),(1842,'wp-content/plugins/jetpack/_inc/lib/class.jetpack-photon-image.php'),(1843,'wp-content/plugins/jetpack/_inc/lib/class.jetpack-search-performance-logger.php'),(1844,'wp-content/plugins/jetpack/_inc/lib/class.media-extractor.php'),(1845,'wp-content/plugins/jetpack/_inc/lib/class.media-summary.php'),(1846,'wp-content/plugins/jetpack/_inc/lib/class.media.php'),(1847,'wp-content/plugins/jetpack/_inc/lib/components.php'),(1848,'wp-content/plugins/jetpack/_inc/lib/core-api/class-wpcom-rest-field-controller.php'),(1849,'wp-content/plugins/jetpack/_inc/lib/core-api/class.jetpack-core-api-module-endpoints.php'),(1850,'wp-content/plugins/jetpack/_inc/lib/core-api/class.jetpack-core-api-site-endpoints.php'),(1851,'wp-content/plugins/jetpack/_inc/lib/core-api/class.jetpack-core-api-widgets-endpoints.php'),(1852,'wp-content/plugins/jetpack/_inc/lib/core-api/class.jetpack-core-api-xmlrpc-consumer-endpoint.php'),(1853,'wp-content/plugins/jetpack/_inc/lib/core-api/load-wpcom-endpoints.php'),(1854,'wp-content/plugins/jetpack/_inc/lib/core-api/wpcom-endpoints/business-hours.php'),(1855,'wp-content/plugins/jetpack/_inc/lib/core-api/wpcom-endpoints/class-wpcom-rest-api-v2-endpoint-mailchimp.php'),(1856,'wp-content/plugins/jetpack/_inc/lib/core-api/wpcom-endpoints/gutenberg-available-extensions.php'),(1857,'wp-content/plugins/jetpack/_inc/lib/core-api/wpcom-endpoints/hello.php'),(1858,'wp-content/plugins/jetpack/_inc/lib/core-api/wpcom-endpoints/memberships.php'),(1859,'wp-content/plugins/jetpack/_inc/lib/core-api/wpcom-endpoints/publicize-connection-test-results.php'),(1860,'wp-content/plugins/jetpack/_inc/lib/core-api/wpcom-endpoints/publicize-connections.php'),(1861,'wp-content/plugins/jetpack/_inc/lib/core-api/wpcom-endpoints/publicize-services.php'),(1862,'wp-content/plugins/jetpack/_inc/lib/core-api/wpcom-endpoints/service-api-keys.php'),(1863,'wp-content/plugins/jetpack/_inc/lib/core-api/wpcom-endpoints/sites-posts-featured-media-url.php'),(1864,'wp-content/plugins/jetpack/_inc/lib/core-api/wpcom-endpoints/subscribers.php'),(1865,'wp-content/plugins/jetpack/_inc/lib/core-api/wpcom-fields/attachment-fields-videopress.php'),(1866,'wp-content/plugins/jetpack/_inc/lib/core-api/wpcom-fields/post-fields-publicize-connections.php'),(1867,'wp-content/plugins/jetpack/_inc/lib/debugger/0-load.php'),(1868,'wp-content/plugins/jetpack/_inc/lib/debugger/class-jetpack-cxn-test-base.php'),(1869,'wp-content/plugins/jetpack/_inc/lib/debugger/class-jetpack-cxn-tests.php'),(1870,'wp-content/plugins/jetpack/_inc/lib/debugger/class-jetpack-debug-data.php'),(1871,'wp-content/plugins/jetpack/_inc/lib/debugger/class-jetpack-debugger.php'),(1872,'wp-content/plugins/jetpack/_inc/lib/debugger/debug-functions-for-php53.php'),(1873,'wp-content/plugins/jetpack/_inc/lib/functions.wp-notify.php'),(1874,'wp-content/plugins/jetpack/_inc/lib/icalendar-reader.php'),(1875,'wp-content/plugins/jetpack/_inc/lib/jetpack-wpes-query-builder/jetpack-wpes-query-builder.php'),(1876,'wp-content/plugins/jetpack/_inc/lib/jetpack-wpes-query-builder/jetpack-wpes-query-parser.php'),(1877,'wp-content/plugins/jetpack/_inc/lib/markdown/0-load.php'),(1878,'wp-content/plugins/jetpack/_inc/lib/markdown/README.md'),(1879,'wp-content/plugins/jetpack/_inc/lib/markdown/extra.php'),(1880,'wp-content/plugins/jetpack/_inc/lib/markdown/gfm.php'),(1881,'wp-content/plugins/jetpack/_inc/lib/plans.php'),(1882,'wp-content/plugins/jetpack/_inc/lib/plugins.php'),(1883,'wp-content/plugins/jetpack/_inc/lib/tonesque.php'),(1884,'wp-content/plugins/jetpack/_inc/lib/tracks/tracks-ajax.js'),(1885,'wp-content/plugins/jetpack/_inc/lib/tracks/tracks-callables.js'),(1886,'wp-content/plugins/jetpack/_inc/lib/widgets.php'),(1887,'wp-content/plugins/jetpack/_inc/polldaddy-shortcode.js'),(1888,'wp-content/plugins/jetpack/_inc/postmessage.js'),(1889,'wp-content/plugins/jetpack/_inc/social-logos/social-logos.css'),(1890,'wp-content/plugins/jetpack/_inc/social-logos/social-logos.eot'),(1891,'wp-content/plugins/jetpack/_inc/social-logos/social-logos.html'),(1892,'wp-content/plugins/jetpack/_inc/social-logos/social-logos.min.css'),(1893,'wp-content/plugins/jetpack/_inc/social-logos/social-logos.ttf'),(1894,'wp-content/plugins/jetpack/_inc/social-logos/social-logos.woff'),(1895,'wp-content/plugins/jetpack/_inc/social-logos/social-logos.woff2'),(1896,'wp-content/plugins/jetpack/_inc/social-logos.php'),(1897,'wp-content/plugins/jetpack/_inc/spin.js'),(1898,'wp-content/plugins/jetpack/_inc/twitter-timeline.js'),(1899,'wp-content/plugins/jetpack/bin/build-asset-cdn-json.php'),(1900,'wp-content/plugins/jetpack/bin/partner-cancel.sh'),(1901,'wp-content/plugins/jetpack/bin/partner-provision.sh'),(1902,'wp-content/plugins/jetpack/changelog.txt'),(1903,'wp-content/plugins/jetpack/class.frame-nonce-preview.php'),(1904,'wp-content/plugins/jetpack/class.jetpack-admin.php'),(1905,'wp-content/plugins/jetpack/class.jetpack-affiliate.php'),(1906,'wp-content/plugins/jetpack/class.jetpack-autoupdate.php'),(1907,'wp-content/plugins/jetpack/class.jetpack-bbpress-json-api-compat.php'),(1908,'wp-content/plugins/jetpack/class.jetpack-cli.php'),(1909,'wp-content/plugins/jetpack/class.jetpack-client-server.php'),(1910,'wp-content/plugins/jetpack/class.jetpack-connection-banner.php'),(1911,'wp-content/plugins/jetpack/class.jetpack-data.php'),(1912,'wp-content/plugins/jetpack/class.jetpack-debugger.php'),(1913,'wp-content/plugins/jetpack/class.jetpack-error.php'),(1914,'wp-content/plugins/jetpack/class.jetpack-gutenberg.php'),(1915,'wp-content/plugins/jetpack/class.jetpack-heartbeat.php'),(1916,'wp-content/plugins/jetpack/class.jetpack-idc.php'),(1917,'wp-content/plugins/jetpack/class.jetpack-ixr-client.php'),(1918,'wp-content/plugins/jetpack/class.jetpack-modules-list-table.php'),(1919,'wp-content/plugins/jetpack/class.jetpack-network-sites-list-table.php'),(1920,'wp-content/plugins/jetpack/class.jetpack-network.php'),(1921,'wp-content/plugins/jetpack/class.jetpack-plan.php'),(1922,'wp-content/plugins/jetpack/class.jetpack-post-images.php'),(1923,'wp-content/plugins/jetpack/class.jetpack-twitter-cards.php'),(1924,'wp-content/plugins/jetpack/class.jetpack-user-agent.php'),(1925,'wp-content/plugins/jetpack/class.jetpack-xmlrpc-server.php'),(1926,'wp-content/plugins/jetpack/class.jetpack.php'),(1927,'wp-content/plugins/jetpack/class.json-api-endpoints.php'),(1928,'wp-content/plugins/jetpack/class.json-api.php'),(1929,'wp-content/plugins/jetpack/class.photon.php'),(1930,'wp-content/plugins/jetpack/composer.json'),(1931,'wp-content/plugins/jetpack/css/dashboard-widget-rtl.css'),(1932,'wp-content/plugins/jetpack/css/dashboard-widget-rtl.min.css'),(1933,'wp-content/plugins/jetpack/css/dashboard-widget.css'),(1934,'wp-content/plugins/jetpack/css/dashboard-widget.min.css'),(1935,'wp-content/plugins/jetpack/css/jetpack-admin-rtl.css'),(1936,'wp-content/plugins/jetpack/css/jetpack-admin-rtl.min.css'),(1937,'wp-content/plugins/jetpack/css/jetpack-admin.css'),(1938,'wp-content/plugins/jetpack/css/jetpack-admin.min.css'),(1939,'wp-content/plugins/jetpack/css/jetpack-banners-rtl.css'),(1940,'wp-content/plugins/jetpack/css/jetpack-banners-rtl.min.css'),(1941,'wp-content/plugins/jetpack/css/jetpack-banners.css'),(1942,'wp-content/plugins/jetpack/css/jetpack-banners.min.css'),(1943,'wp-content/plugins/jetpack/css/jetpack-connect-rtl.css'),(1944,'wp-content/plugins/jetpack/css/jetpack-connect-rtl.min.css'),(1945,'wp-content/plugins/jetpack/css/jetpack-connect.css'),(1946,'wp-content/plugins/jetpack/css/jetpack-connect.min.css'),(1947,'wp-content/plugins/jetpack/css/jetpack-icons-rtl.css'),(1948,'wp-content/plugins/jetpack/css/jetpack-icons-rtl.min.css'),(1949,'wp-content/plugins/jetpack/css/jetpack-icons.css'),(1950,'wp-content/plugins/jetpack/css/jetpack-icons.min.css'),(1951,'wp-content/plugins/jetpack/css/jetpack-idc-admin-bar-rtl.css'),(1952,'wp-content/plugins/jetpack/css/jetpack-idc-admin-bar-rtl.min.css'),(1953,'wp-content/plugins/jetpack/css/jetpack-idc-admin-bar.css'),(1954,'wp-content/plugins/jetpack/css/jetpack-idc-admin-bar.min.css'),(1955,'wp-content/plugins/jetpack/css/jetpack-idc-rtl.css'),(1956,'wp-content/plugins/jetpack/css/jetpack-idc-rtl.min.css'),(1957,'wp-content/plugins/jetpack/css/jetpack-idc.css'),(1958,'wp-content/plugins/jetpack/css/jetpack-idc.min.css'),(1959,'wp-content/plugins/jetpack/css/jetpack-rtl.css'),(1960,'wp-content/plugins/jetpack/css/jetpack.css'),(1961,'wp-content/plugins/jetpack/extensions/blocks/business-hours/business-hours.php'),(1962,'wp-content/plugins/jetpack/extensions/blocks/contact-info/class-jetpack-contact-info-block.php'),(1963,'wp-content/plugins/jetpack/extensions/blocks/contact-info/contact-info.php'),(1964,'wp-content/plugins/jetpack/extensions/blocks/gif/gif.php'),(1965,'wp-content/plugins/jetpack/extensions/blocks/mailchimp/mailchimp.php'),(1966,'wp-content/plugins/jetpack/extensions/blocks/map/map.php'),(1967,'wp-content/plugins/jetpack/extensions/blocks/markdown/markdown.php'),(1968,'wp-content/plugins/jetpack/extensions/blocks/recurring-payments/recurring-payments.php'),(1969,'wp-content/plugins/jetpack/extensions/blocks/repeat-visitor/repeat-visitor.php'),(1970,'wp-content/plugins/jetpack/extensions/blocks/slideshow/slideshow.php'),(1971,'wp-content/plugins/jetpack/extensions/blocks/tiled-gallery/tiled-gallery.php'),(1972,'wp-content/plugins/jetpack/extensions/blocks/wordads/wordads.php'),(1973,'wp-content/plugins/jetpack/functions.compat.php'),(1974,'wp-content/plugins/jetpack/functions.gallery.php'),(1975,'wp-content/plugins/jetpack/functions.global.php'),(1976,'wp-content/plugins/jetpack/functions.opengraph.php'),(1977,'wp-content/plugins/jetpack/functions.photon.php'),(1978,'wp-content/plugins/jetpack/images/apps/triple-devices.svg'),(1979,'wp-content/plugins/jetpack/images/apps.svg'),(1980,'wp-content/plugins/jetpack/images/block-picker.png'),(1981,'wp-content/plugins/jetpack/images/cf-ss.png'),(1982,'wp-content/plugins/jetpack/images/characters.svg'),(1983,'wp-content/plugins/jetpack/images/cloud-based.svg'),(1984,'wp-content/plugins/jetpack/images/connect-jetpack.svg'),(1985,'wp-content/plugins/jetpack/images/connect-plug.svg'),(1986,'wp-content/plugins/jetpack/images/customize-theme-2.svg'),(1987,'wp-content/plugins/jetpack/images/customize-theme.svg'),(1988,'wp-content/plugins/jetpack/images/generating-cash-2.svg'),(1989,'wp-content/plugins/jetpack/images/get-apps.svg'),(1990,'wp-content/plugins/jetpack/images/jetpack-design.svg'),(1991,'wp-content/plugins/jetpack/images/jetpack-google-analytics.svg'),(1992,'wp-content/plugins/jetpack/images/jetpack-gutenberg.svg'),(1993,'wp-content/plugins/jetpack/images/jetpack-icon.jpg'),(1994,'wp-content/plugins/jetpack/images/jetpack-logo.png'),(1995,'wp-content/plugins/jetpack/images/jetpack-logo.svg'),(1996,'wp-content/plugins/jetpack/images/jetpack-marketing.svg'),(1997,'wp-content/plugins/jetpack/images/jetpack-performance-icon.svg'),(1998,'wp-content/plugins/jetpack/images/jetpack-performance.svg'),(1999,'wp-content/plugins/jetpack/images/jetpack-powering-up.svg'),(2000,'wp-content/plugins/jetpack/images/jetpack-search-icon.svg'),(2001,'wp-content/plugins/jetpack/images/jetpack-search.svg'),(2002,'wp-content/plugins/jetpack/images/jetpack-security.svg'),(2003,'wp-content/plugins/jetpack/images/jetpack-site-activity.svg'),(2004,'wp-content/plugins/jetpack/images/jetpack-spam.svg'),(2005,'wp-content/plugins/jetpack/images/jetpack-speed-icon.svg'),(2006,'wp-content/plugins/jetpack/images/jetpack-speed.svg'),(2007,'wp-content/plugins/jetpack/images/jetpack-support.svg'),(2008,'wp-content/plugins/jetpack/images/jetpack-themes.svg'),(2009,'wp-content/plugins/jetpack/images/jetpack-updates.svg'),(2010,'wp-content/plugins/jetpack/images/jetpack-video-hosting.svg'),(2011,'wp-content/plugins/jetpack/images/jetpack-welcome.svg'),(2012,'wp-content/plugins/jetpack/images/jetpack-wordads.svg'),(2013,'wp-content/plugins/jetpack/images/jupiter.svg'),(2014,'wp-content/plugins/jetpack/images/man-and-laptop.svg'),(2015,'wp-content/plugins/jetpack/images/people-around-page.svg'),(2016,'wp-content/plugins/jetpack/images/plans/plan-business.svg'),(2017,'wp-content/plugins/jetpack/images/plans/plan-free.svg'),(2018,'wp-content/plugins/jetpack/images/plans/plan-personal.svg'),(2019,'wp-content/plugins/jetpack/images/plans/plan-premium.svg'),(2020,'wp-content/plugins/jetpack/images/rss/blue-large.png'),(2021,'wp-content/plugins/jetpack/images/rss/blue-medium.png'),(2022,'wp-content/plugins/jetpack/images/rss/blue-small.png'),(2023,'wp-content/plugins/jetpack/images/rss/green-large.png'),(2024,'wp-content/plugins/jetpack/images/rss/green-medium.png'),(2025,'wp-content/plugins/jetpack/images/rss/green-small.png'),(2026,'wp-content/plugins/jetpack/images/rss/orange-large.png'),(2027,'wp-content/plugins/jetpack/images/rss/orange-medium.png'),(2028,'wp-content/plugins/jetpack/images/rss/orange-small.png'),(2029,'wp-content/plugins/jetpack/images/rss/pink-large.png'),(2030,'wp-content/plugins/jetpack/images/rss/pink-medium.png'),(2031,'wp-content/plugins/jetpack/images/rss/pink-small.png'),(2032,'wp-content/plugins/jetpack/images/rss/purple-large.png'),(2033,'wp-content/plugins/jetpack/images/rss/purple-medium.png'),(2034,'wp-content/plugins/jetpack/images/rss/purple-small.png'),(2035,'wp-content/plugins/jetpack/images/rss/red-large.png'),(2036,'wp-content/plugins/jetpack/images/rss/red-medium.png'),(2037,'wp-content/plugins/jetpack/images/rss/red-small.png'),(2038,'wp-content/plugins/jetpack/images/rss/silver-large.png'),(2039,'wp-content/plugins/jetpack/images/rss/silver-medium.png'),(2040,'wp-content/plugins/jetpack/images/rss/silver-small.png'),(2041,'wp-content/plugins/jetpack/images/security.svg'),(2042,'wp-content/plugins/jetpack/images/stars-full.svg'),(2043,'wp-content/plugins/jetpack/images/stars-left.svg'),(2044,'wp-content/plugins/jetpack/images/stars-right.svg'),(2045,'wp-content/plugins/jetpack/images/stats-example-lrg.png'),(2046,'wp-content/plugins/jetpack/images/stats-example-med.png'),(2047,'wp-content/plugins/jetpack/images/stats-example-sm.png'),(2048,'wp-content/plugins/jetpack/images/stats-people.svg'),(2049,'wp-content/plugins/jetpack/images/stats-smiley.gif'),(2050,'wp-content/plugins/jetpack/images/stats.svg'),(2051,'wp-content/plugins/jetpack/images/themes.svg'),(2052,'wp-content/plugins/jetpack/images/white-clouds-reverse.svg'),(2053,'wp-content/plugins/jetpack/images/white-clouds.svg'),(2054,'wp-content/plugins/jetpack/images/wordads.svg'),(2055,'wp-content/plugins/jetpack/jest.config.js'),(2056,'wp-content/plugins/jetpack/jetpack.php'),(2057,'wp-content/plugins/jetpack/json-api-config.php'),(2058,'wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-add-widget-endpoint.php'),(2059,'wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-autosave-post-v1-1-endpoint.php'),(2060,'wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-bulk-delete-post-endpoint.php'),(2061,'wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-bulk-restore-post-endpoint.php'),(2062,'wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-bulk-update-comments-endpoint.php'),(2063,'wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-comment-endpoint.php'),(2064,'wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-delete-media-endpoint.php'),(2065,'wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-delete-media-v1-1-endpoint.php'),(2066,'wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-edit-media-v1-2-endpoint.php'),(2067,'wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-get-autosave-v1-1-endpoint.php'),(2068,'wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-get-comment-counts-endpoint.php'),(2069,'wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-get-comment-endpoint.php'),(2070,'wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-get-comment-history-endpoint.php'),(2071,'wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-get-comments-tree-endpoint.php'),(2072,'wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-get-comments-tree-v1-1-endpoint.php'),(2073,'wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-get-comments-tree-v1-2-endpoint.php'),(2074,'wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-get-customcss.php'),(2075,'wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-get-media-endpoint.php'),(2076,'wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-get-media-v1-1-endpoint.php'),(2077,'wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-get-media-v1-2-endpoint.php'),(2078,'wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-get-post-counts-v1-1-endpoint.php'),(2079,'wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-get-post-endpoint.php'),(2080,'wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-get-post-v1-1-endpoint.php'),(2081,'wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-get-site-endpoint.php'),(2082,'wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-get-site-v1-2-endpoint.php'),(2083,'wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-get-taxonomies-endpoint.php'),(2084,'wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-get-taxonomy-endpoint.php'),(2085,'wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-get-term-endpoint.php'),(2086,'wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-list-comments-endpoint.php'),(2087,'wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-list-embeds-endpoint.php'),(2088,'wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-list-media-endpoint.php'),(2089,'wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-list-media-v1-1-endpoint.php'),(2090,'wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-list-media-v1-2-endpoint.php'),(2091,'wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-list-post-type-taxonomies-endpoint.php'),(2092,'wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-list-post-types-endpoint.php'),(2093,'wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-list-posts-endpoint.php'),(2094,'wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-list-posts-v1-1-endpoint.php'),(2095,'wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-list-posts-v1-2-endpoint.php'),(2096,'wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-list-roles-endpoint.php'),(2097,'wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-list-shortcodes-endpoint.php'),(2098,'wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-list-terms-endpoint.php'),(2099,'wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-list-users-endpoint.php'),(2100,'wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-menus-v1-1-endpoint.php'),(2101,'wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-post-endpoint.php'),(2102,'wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-post-v1-1-endpoint.php'),(2103,'wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-render-embed-endpoint.php'),(2104,'wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-render-embed-reversal-endpoint.php'),(2105,'wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-render-endpoint.php'),(2106,'wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-render-shortcode-endpoint.php'),(2107,'wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-sharing-buttons-endpoint.php'),(2108,'wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-site-settings-endpoint.php'),(2109,'wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-site-settings-v1-2-endpoint.php'),(2110,'wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-site-settings-v1-3-endpoint.php'),(2111,'wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-site-settings-v1-4-endpoint.php'),(2112,'wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-site-user-endpoint.php'),(2113,'wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-taxonomy-endpoint.php'),(2114,'wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-update-comment-endpoint.php'),(2115,'wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-update-customcss.php'),(2116,'wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-update-media-endpoint.php'),(2117,'wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-update-media-v1-1-endpoint.php'),(2118,'wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-update-post-endpoint.php'),(2119,'wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-update-post-v1-1-endpoint.php'),(2120,'wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-update-post-v1-2-endpoint.php'),(2121,'wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-update-site-homepage-endpoint.php'),(2122,'wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-update-site-logo-endpoint.php'),(2123,'wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-update-taxonomy-endpoint.php'),(2124,'wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-update-term-endpoint.php'),(2125,'wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-update-user-endpoint.php'),(2126,'wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-upload-media-endpoint.php'),(2127,'wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-upload-media-v1-1-endpoint.php'),(2128,'wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-check-capabilities-endpoint.php'),(2129,'wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-core-endpoint.php'),(2130,'wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-core-modify-endpoint.php'),(2131,'wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-cron-endpoint.php'),(2132,'wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-endpoint.php'),(2133,'wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-get-comment-backup-endpoint.php'),(2134,'wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-get-database-object-backup-endpoint.php'),(2135,'wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-get-option-backup-endpoint.php'),(2136,'wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-get-post-backup-endpoint.php'),(2137,'wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-get-term-backup-endpoint.php'),(2138,'wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-get-user-backup-endpoint.php'),(2139,'wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-jps-woocommerce-connect-endpoint.php'),(2140,'wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-log-endpoint.php'),(2141,'wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-maybe-auto-update-endpoint.php'),(2142,'wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-modules-endpoint.php'),(2143,'wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-modules-get-endpoint.php'),(2144,'wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-modules-list-endpoint.php'),(2145,'wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-modules-modify-endpoint.php'),(2146,'wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-plugins-delete-endpoint.php'),(2147,'wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-plugins-endpoint.php'),(2148,'wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-plugins-get-endpoint.php'),(2149,'wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-plugins-install-endpoint.php'),(2150,'wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-plugins-list-endpoint.php'),(2151,'wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-plugins-modify-endpoint.php'),(2152,'wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-plugins-modify-v1-2-endpoint.php'),(2153,'wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-plugins-new-endpoint.php'),(2154,'wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-sync-endpoint.php'),(2155,'wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-themes-active-endpoint.php'),(2156,'wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-themes-delete-endpoint.php'),(2157,'wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-themes-endpoint.php'),(2158,'wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-themes-get-endpoint.php'),(2159,'wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-themes-install-endpoint.php'),(2160,'wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-themes-list-endpoint.php'),(2161,'wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-themes-modify-endpoint.php'),(2162,'wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-themes-new-endpoint.php'),(2163,'wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-translations-endpoint.php'),(2164,'wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-translations-modify-endpoint.php'),(2165,'wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-updates-status-endpoint.php'),(2166,'wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-user-connect-endpoint.php'),(2167,'wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-user-create-endpoint.php'),(2168,'wp-content/plugins/jetpack/json-endpoints/jetpack/class.wpcom-json-api-get-option-endpoint.php'),(2169,'wp-content/plugins/jetpack/json-endpoints/jetpack/class.wpcom-json-api-update-option-endpoint.php'),(2170,'wp-content/plugins/jetpack/json-endpoints/jetpack/json-api-jetpack-endpoints.php'),(2171,'wp-content/plugins/jetpack/json-endpoints.php'),(2172,'wp-content/plugins/jetpack/languages/jetpack-af.mo'),(2173,'wp-content/plugins/jetpack/languages/jetpack-ary.mo'),(2174,'wp-content/plugins/jetpack/languages/jetpack-az.mo'),(2175,'wp-content/plugins/jetpack/languages/jetpack-bg_BG.mo'),(2176,'wp-content/plugins/jetpack/languages/jetpack-bs_BA.mo'),(2177,'wp-content/plugins/jetpack/languages/jetpack-ca.mo'),(2178,'wp-content/plugins/jetpack/languages/jetpack-ckb.mo'),(2179,'wp-content/plugins/jetpack/languages/jetpack-cs_CZ.mo'),(2180,'wp-content/plugins/jetpack/languages/jetpack-cy.mo'),(2181,'wp-content/plugins/jetpack/languages/jetpack-da_DK.mo'),(2182,'wp-content/plugins/jetpack/languages/jetpack-es_MX.mo'),(2183,'wp-content/plugins/jetpack/languages/jetpack-fr_CA.mo'),(2184,'wp-content/plugins/jetpack/languages/jetpack-gd.mo'),(2185,'wp-content/plugins/jetpack/languages/jetpack-hu_HU.mo'),(2186,'wp-content/plugins/jetpack/languages/jetpack-is_IS.mo'),(2187,'wp-content/plugins/jetpack/languages/jetpack-ka_GE.mo'),(2188,'wp-content/plugins/jetpack/languages/jetpack-lt_LT.mo'),(2189,'wp-content/plugins/jetpack/languages/jetpack-lv.mo'),(2190,'wp-content/plugins/jetpack/languages/jetpack-mk_MK.mo'),(2191,'wp-content/plugins/jetpack/languages/jetpack-ms_MY.mo'),(2192,'wp-content/plugins/jetpack/languages/jetpack-my_MM.mo'),(2193,'wp-content/plugins/jetpack/languages/jetpack-nn_NO.mo'),(2194,'wp-content/plugins/jetpack/languages/jetpack-pl_PL.mo'),(2195,'wp-content/plugins/jetpack/languages/jetpack-pt-ao.mo'),(2196,'wp-content/plugins/jetpack/languages/jetpack-pt_PT.mo'),(2197,'wp-content/plugins/jetpack/languages/jetpack-sa_IN.mo'),(2198,'wp-content/plugins/jetpack/languages/jetpack-si_LK.mo'),(2199,'wp-content/plugins/jetpack/languages/jetpack-sl_SI.mo'),(2200,'wp-content/plugins/jetpack/languages/jetpack-sr_RS.mo'),(2201,'wp-content/plugins/jetpack/languages/jetpack-te.mo'),(2202,'wp-content/plugins/jetpack/languages/jetpack-th.mo'),(2203,'wp-content/plugins/jetpack/languages/jetpack-uk.mo'),(2204,'wp-content/plugins/jetpack/languages/jetpack-ur.mo'),(2205,'wp-content/plugins/jetpack/languages/jetpack-vi.mo'),(2206,'wp-content/plugins/jetpack/languages/json/jetpack-af-1bac79e646a8bf4081a5011ab72d5807.json'),(2207,'wp-content/plugins/jetpack/languages/json/jetpack-ar-1bac79e646a8bf4081a5011ab72d5807.json'),(2208,'wp-content/plugins/jetpack/languages/json/jetpack-ary-1bac79e646a8bf4081a5011ab72d5807.json'),(2209,'wp-content/plugins/jetpack/languages/json/jetpack-az-1bac79e646a8bf4081a5011ab72d5807.json'),(2210,'wp-content/plugins/jetpack/languages/json/jetpack-bg_BG-1bac79e646a8bf4081a5011ab72d5807.json'),(2211,'wp-content/plugins/jetpack/languages/json/jetpack-bs_BA-1bac79e646a8bf4081a5011ab72d5807.json'),(2212,'wp-content/plugins/jetpack/languages/json/jetpack-ca-1bac79e646a8bf4081a5011ab72d5807.json'),(2213,'wp-content/plugins/jetpack/languages/json/jetpack-ckb-1bac79e646a8bf4081a5011ab72d5807.json'),(2214,'wp-content/plugins/jetpack/languages/json/jetpack-cs_CZ-1bac79e646a8bf4081a5011ab72d5807.json'),(2215,'wp-content/plugins/jetpack/languages/json/jetpack-cy-1bac79e646a8bf4081a5011ab72d5807.json'),(2216,'wp-content/plugins/jetpack/languages/json/jetpack-da_DK-1bac79e646a8bf4081a5011ab72d5807.json'),(2217,'wp-content/plugins/jetpack/languages/json/jetpack-de_DE-1bac79e646a8bf4081a5011ab72d5807.json'),(2218,'wp-content/plugins/jetpack/languages/json/jetpack-de_DE_formal-1bac79e646a8bf4081a5011ab72d5807.json'),(2219,'wp-content/plugins/jetpack/languages/json/jetpack-el-1bac79e646a8bf4081a5011ab72d5807.json'),(2220,'wp-content/plugins/jetpack/languages/json/jetpack-en_AU-1bac79e646a8bf4081a5011ab72d5807.json'),(2221,'wp-content/plugins/jetpack/languages/json/jetpack-en_CA-1bac79e646a8bf4081a5011ab72d5807.json'),(2222,'wp-content/plugins/jetpack/languages/json/jetpack-en_GB-1bac79e646a8bf4081a5011ab72d5807.json'),(2223,'wp-content/plugins/jetpack/languages/json/jetpack-en_NZ-1bac79e646a8bf4081a5011ab72d5807.json'),(2224,'wp-content/plugins/jetpack/languages/json/jetpack-en_ZA-1bac79e646a8bf4081a5011ab72d5807.json'),(2225,'wp-content/plugins/jetpack/languages/json/jetpack-eo-1bac79e646a8bf4081a5011ab72d5807.json'),(2226,'wp-content/plugins/jetpack/languages/json/jetpack-es_AR-1bac79e646a8bf4081a5011ab72d5807.json'),(2227,'wp-content/plugins/jetpack/languages/json/jetpack-es_CL-1bac79e646a8bf4081a5011ab72d5807.json'),(2228,'wp-content/plugins/jetpack/languages/json/jetpack-es_CR-1bac79e646a8bf4081a5011ab72d5807.json'),(2229,'wp-content/plugins/jetpack/languages/json/jetpack-es_ES-1bac79e646a8bf4081a5011ab72d5807.json'),(2230,'wp-content/plugins/jetpack/languages/json/jetpack-es_MX-1bac79e646a8bf4081a5011ab72d5807.json'),(2231,'wp-content/plugins/jetpack/languages/json/jetpack-es_PE-1bac79e646a8bf4081a5011ab72d5807.json'),(2232,'wp-content/plugins/jetpack/languages/json/jetpack-es_VE-1bac79e646a8bf4081a5011ab72d5807.json'),(2233,'wp-content/plugins/jetpack/languages/json/jetpack-fa_IR-1bac79e646a8bf4081a5011ab72d5807.json'),(2234,'wp-content/plugins/jetpack/languages/json/jetpack-fi-1bac79e646a8bf4081a5011ab72d5807.json'),(2235,'wp-content/plugins/jetpack/languages/json/jetpack-fr_BE-1bac79e646a8bf4081a5011ab72d5807.json'),(2236,'wp-content/plugins/jetpack/languages/json/jetpack-fr_CA-1bac79e646a8bf4081a5011ab72d5807.json'),(2237,'wp-content/plugins/jetpack/languages/json/jetpack-fr_FR-1bac79e646a8bf4081a5011ab72d5807.json'),(2238,'wp-content/plugins/jetpack/languages/json/jetpack-gd-1bac79e646a8bf4081a5011ab72d5807.json'),(2239,'wp-content/plugins/jetpack/languages/json/jetpack-gl_ES-1bac79e646a8bf4081a5011ab72d5807.json'),(2240,'wp-content/plugins/jetpack/languages/json/jetpack-he_IL-1bac79e646a8bf4081a5011ab72d5807.json'),(2241,'wp-content/plugins/jetpack/languages/json/jetpack-hr-1bac79e646a8bf4081a5011ab72d5807.json'),(2242,'wp-content/plugins/jetpack/languages/json/jetpack-hu_HU-1bac79e646a8bf4081a5011ab72d5807.json'),(2243,'wp-content/plugins/jetpack/languages/json/jetpack-id_ID-1bac79e646a8bf4081a5011ab72d5807.json'),(2244,'wp-content/plugins/jetpack/languages/json/jetpack-is_IS-1bac79e646a8bf4081a5011ab72d5807.json'),(2245,'wp-content/plugins/jetpack/languages/json/jetpack-it_IT-1bac79e646a8bf4081a5011ab72d5807.json'),(2246,'wp-content/plugins/jetpack/languages/json/jetpack-ja-1bac79e646a8bf4081a5011ab72d5807.json'),(2247,'wp-content/plugins/jetpack/languages/json/jetpack-ka_GE-1bac79e646a8bf4081a5011ab72d5807.json'),(2248,'wp-content/plugins/jetpack/languages/json/jetpack-ko_KR-1bac79e646a8bf4081a5011ab72d5807.json'),(2249,'wp-content/plugins/jetpack/languages/json/jetpack-lt_LT-1bac79e646a8bf4081a5011ab72d5807.json'),(2250,'wp-content/plugins/jetpack/languages/json/jetpack-lv-1bac79e646a8bf4081a5011ab72d5807.json'),(2251,'wp-content/plugins/jetpack/languages/json/jetpack-mk_MK-1bac79e646a8bf4081a5011ab72d5807.json'),(2252,'wp-content/plugins/jetpack/languages/json/jetpack-ms_MY-1bac79e646a8bf4081a5011ab72d5807.json'),(2253,'wp-content/plugins/jetpack/languages/json/jetpack-my_MM-1bac79e646a8bf4081a5011ab72d5807.json'),(2254,'wp-content/plugins/jetpack/languages/json/jetpack-nb_NO-1bac79e646a8bf4081a5011ab72d5807.json'),(2255,'wp-content/plugins/jetpack/languages/json/jetpack-nl_NL-1bac79e646a8bf4081a5011ab72d5807.json'),(2256,'wp-content/plugins/jetpack/languages/json/jetpack-nl_NL_formal-1bac79e646a8bf4081a5011ab72d5807.json'),(2257,'wp-content/plugins/jetpack/languages/json/jetpack-nn_NO-1bac79e646a8bf4081a5011ab72d5807.json'),(2258,'wp-content/plugins/jetpack/languages/json/jetpack-pl_PL-1bac79e646a8bf4081a5011ab72d5807.json'),(2259,'wp-content/plugins/jetpack/languages/json/jetpack-pt-ao-1bac79e646a8bf4081a5011ab72d5807.json'),(2260,'wp-content/plugins/jetpack/languages/json/jetpack-pt_BR-1bac79e646a8bf4081a5011ab72d5807.json'),(2261,'wp-content/plugins/jetpack/languages/json/jetpack-pt_PT-1bac79e646a8bf4081a5011ab72d5807.json'),(2262,'wp-content/plugins/jetpack/languages/json/jetpack-ro_RO-1bac79e646a8bf4081a5011ab72d5807.json'),(2263,'wp-content/plugins/jetpack/languages/json/jetpack-ru_RU-1bac79e646a8bf4081a5011ab72d5807.json'),(2264,'wp-content/plugins/jetpack/languages/json/jetpack-sa_IN-1bac79e646a8bf4081a5011ab72d5807.json'),(2265,'wp-content/plugins/jetpack/languages/json/jetpack-si_LK-1bac79e646a8bf4081a5011ab72d5807.json'),(2266,'wp-content/plugins/jetpack/languages/json/jetpack-sk_SK-1bac79e646a8bf4081a5011ab72d5807.json'),(2267,'wp-content/plugins/jetpack/languages/json/jetpack-sl_SI-1bac79e646a8bf4081a5011ab72d5807.json'),(2268,'wp-content/plugins/jetpack/languages/json/jetpack-sq-1bac79e646a8bf4081a5011ab72d5807.json'),(2269,'wp-content/plugins/jetpack/languages/json/jetpack-sr_RS-1bac79e646a8bf4081a5011ab72d5807.json'),(2270,'wp-content/plugins/jetpack/languages/json/jetpack-sv_SE-1bac79e646a8bf4081a5011ab72d5807.json'),(2271,'wp-content/plugins/jetpack/languages/json/jetpack-te-1bac79e646a8bf4081a5011ab72d5807.json'),(2272,'wp-content/plugins/jetpack/languages/json/jetpack-th-1bac79e646a8bf4081a5011ab72d5807.json'),(2273,'wp-content/plugins/jetpack/languages/json/jetpack-tr_TR-1bac79e646a8bf4081a5011ab72d5807.json'),(2274,'wp-content/plugins/jetpack/languages/json/jetpack-uk-1bac79e646a8bf4081a5011ab72d5807.json'),(2275,'wp-content/plugins/jetpack/languages/json/jetpack-ur-1bac79e646a8bf4081a5011ab72d5807.json'),(2276,'wp-content/plugins/jetpack/languages/json/jetpack-vi-1bac79e646a8bf4081a5011ab72d5807.json'),(2277,'wp-content/plugins/jetpack/languages/json/jetpack-zh_CN-1bac79e646a8bf4081a5011ab72d5807.json'),(2278,'wp-content/plugins/jetpack/languages/json/jetpack-zh_HK-1bac79e646a8bf4081a5011ab72d5807.json'),(2279,'wp-content/plugins/jetpack/languages/json/jetpack-zh_TW-1bac79e646a8bf4081a5011ab72d5807.json'),(2280,'wp-content/plugins/jetpack/languages/readme.txt'),(2281,'wp-content/plugins/jetpack/load-jetpack.php'),(2282,'wp-content/plugins/jetpack/locales.php'),(2283,'wp-content/plugins/jetpack/modules/.eslintrc.js'),(2284,'wp-content/plugins/jetpack/modules/after-the-deadline.php'),(2285,'wp-content/plugins/jetpack/modules/calypsoify/README.md'),(2286,'wp-content/plugins/jetpack/modules/calypsoify/class.jetpack-calypsoify.php'),(2287,'wp-content/plugins/jetpack/modules/calypsoify/gutenberg-styles/button.scss'),(2288,'wp-content/plugins/jetpack/modules/calypsoify/mods-gutenberg.js'),(2289,'wp-content/plugins/jetpack/modules/calypsoify/mods.js'),(2290,'wp-content/plugins/jetpack/modules/calypsoify/style-gutenberg-rtl.min.css'),(2291,'wp-content/plugins/jetpack/modules/calypsoify/style-gutenberg.min.css'),(2292,'wp-content/plugins/jetpack/modules/calypsoify/style-rtl.min.css'),(2293,'wp-content/plugins/jetpack/modules/calypsoify/style.min.css'),(2294,'wp-content/plugins/jetpack/modules/carousel/images/arrows-2x.png'),(2295,'wp-content/plugins/jetpack/modules/carousel/images/arrows.png'),(2296,'wp-content/plugins/jetpack/modules/carousel/images/carousel-likereblog-2x.png'),(2297,'wp-content/plugins/jetpack/modules/carousel/images/carousel-likereblog.png'),(2298,'wp-content/plugins/jetpack/modules/carousel/images/carousel-link-2x.png'),(2299,'wp-content/plugins/jetpack/modules/carousel/images/carousel-link.png'),(2300,'wp-content/plugins/jetpack/modules/carousel/images/carousel-sprite-2x.png'),(2301,'wp-content/plugins/jetpack/modules/carousel/images/carousel-sprite.png'),(2302,'wp-content/plugins/jetpack/modules/carousel/jetpack-carousel-rtl.css'),(2303,'wp-content/plugins/jetpack/modules/carousel/jetpack-carousel.css'),(2304,'wp-content/plugins/jetpack/modules/carousel/jetpack-carousel.js'),(2305,'wp-content/plugins/jetpack/modules/carousel/jetpack-carousel.php'),(2306,'wp-content/plugins/jetpack/modules/carousel/rtl/jetpack-carousel-rtl.css'),(2307,'wp-content/plugins/jetpack/modules/carousel.php'),(2308,'wp-content/plugins/jetpack/modules/comment-likes/admin-style.css'),(2309,'wp-content/plugins/jetpack/modules/comment-likes/comment-like-count.js'),(2310,'wp-content/plugins/jetpack/modules/comment-likes.php'),(2311,'wp-content/plugins/jetpack/modules/comments/admin.php'),(2312,'wp-content/plugins/jetpack/modules/comments/base.php'),(2313,'wp-content/plugins/jetpack/modules/comments/comments.php'),(2314,'wp-content/plugins/jetpack/modules/comments.php'),(2315,'wp-content/plugins/jetpack/modules/contact-form/admin.php'),(2316,'wp-content/plugins/jetpack/modules/contact-form/class-grunion-contact-form-endpoint.php'),(2317,'wp-content/plugins/jetpack/modules/contact-form/css/editor-inline-editing-style-rtl.css'),(2318,'wp-content/plugins/jetpack/modules/contact-form/css/editor-inline-editing-style-rtl.min.css'),(2319,'wp-content/plugins/jetpack/modules/contact-form/css/editor-inline-editing-style.css'),(2320,'wp-content/plugins/jetpack/modules/contact-form/css/editor-inline-editing-style.min.css'),(2321,'wp-content/plugins/jetpack/modules/contact-form/css/editor-style-rtl.css'),(2322,'wp-content/plugins/jetpack/modules/contact-form/css/editor-style-rtl.min.css'),(2323,'wp-content/plugins/jetpack/modules/contact-form/css/editor-style.css'),(2324,'wp-content/plugins/jetpack/modules/contact-form/css/editor-style.min.css'),(2325,'wp-content/plugins/jetpack/modules/contact-form/css/editor-ui-rtl.css'),(2326,'wp-content/plugins/jetpack/modules/contact-form/css/editor-ui-rtl.min.css'),(2327,'wp-content/plugins/jetpack/modules/contact-form/css/editor-ui.css'),(2328,'wp-content/plugins/jetpack/modules/contact-form/css/editor-ui.min.css'),(2329,'wp-content/plugins/jetpack/modules/contact-form/css/grunion-rtl.css'),(2330,'wp-content/plugins/jetpack/modules/contact-form/css/grunion.css'),(2331,'wp-content/plugins/jetpack/modules/contact-form/css/jquery-ui-datepicker.css'),(2332,'wp-content/plugins/jetpack/modules/contact-form/grunion-contact-form.php'),(2333,'wp-content/plugins/jetpack/modules/contact-form/grunion-editor-view.php'),(2334,'wp-content/plugins/jetpack/modules/contact-form/grunion-form-view.php'),(2335,'wp-content/plugins/jetpack/modules/contact-form/images/blank-screen-akismet.png'),(2336,'wp-content/plugins/jetpack/modules/contact-form/images/blank-screen-button.png'),(2337,'wp-content/plugins/jetpack/modules/contact-form/images/grunion-form-2x.png'),(2338,'wp-content/plugins/jetpack/modules/contact-form/images/grunion-form.png'),(2339,'wp-content/plugins/jetpack/modules/contact-form/images/grunion-remove-field-2x.png'),(2340,'wp-content/plugins/jetpack/modules/contact-form/images/grunion-remove-field-hover-2x.png'),(2341,'wp-content/plugins/jetpack/modules/contact-form/images/grunion-remove-field-hover.gif'),(2342,'wp-content/plugins/jetpack/modules/contact-form/images/grunion-remove-field.gif'),(2343,'wp-content/plugins/jetpack/modules/contact-form/images/grunion-remove-option-2x.png'),(2344,'wp-content/plugins/jetpack/modules/contact-form/images/grunion-remove-option-hover-2x.png'),(2345,'wp-content/plugins/jetpack/modules/contact-form/images/grunion-remove-option-hover.gif'),(2346,'wp-content/plugins/jetpack/modules/contact-form/images/grunion-remove-option.gif'),(2347,'wp-content/plugins/jetpack/modules/contact-form/js/editor-view.js'),(2348,'wp-content/plugins/jetpack/modules/contact-form/js/grunion-admin.js'),(2349,'wp-content/plugins/jetpack/modules/contact-form/js/grunion-frontend.js'),(2350,'wp-content/plugins/jetpack/modules/contact-form/js/grunion.js'),(2351,'wp-content/plugins/jetpack/modules/contact-form/js/tinymce-plugin-form-button.js'),(2352,'wp-content/plugins/jetpack/modules/contact-form.php'),(2353,'wp-content/plugins/jetpack/modules/copy-post.php'),(2354,'wp-content/plugins/jetpack/modules/custom-content-types.php'),(2355,'wp-content/plugins/jetpack/modules/custom-css/csstidy/class.csstidy.php'),(2356,'wp-content/plugins/jetpack/modules/custom-css/csstidy/class.csstidy_ctype.php'),(2357,'wp-content/plugins/jetpack/modules/custom-css/csstidy/class.csstidy_optimise.php'),(2358,'wp-content/plugins/jetpack/modules/custom-css/csstidy/class.csstidy_print.php'),(2359,'wp-content/plugins/jetpack/modules/custom-css/csstidy/cssparse-rtl.css'),(2360,'wp-content/plugins/jetpack/modules/custom-css/csstidy/cssparse-rtl.min.css'),(2361,'wp-content/plugins/jetpack/modules/custom-css/csstidy/cssparse.css'),(2362,'wp-content/plugins/jetpack/modules/custom-css/csstidy/cssparse.min.css'),(2363,'wp-content/plugins/jetpack/modules/custom-css/csstidy/cssparsed-rtl.css'),(2364,'wp-content/plugins/jetpack/modules/custom-css/csstidy/cssparsed-rtl.min.css'),(2365,'wp-content/plugins/jetpack/modules/custom-css/csstidy/cssparsed.css'),(2366,'wp-content/plugins/jetpack/modules/custom-css/csstidy/cssparsed.min.css'),(2367,'wp-content/plugins/jetpack/modules/custom-css/csstidy/data-wp.inc.php'),(2368,'wp-content/plugins/jetpack/modules/custom-css/csstidy/data.inc.php'),(2369,'wp-content/plugins/jetpack/modules/custom-css/csstidy/lang.inc.php'),(2370,'wp-content/plugins/jetpack/modules/custom-css/csstidy/wordpress-standard.tpl'),(2371,'wp-content/plugins/jetpack/modules/custom-css/custom-css/css/blank.css'),(2372,'wp-content/plugins/jetpack/modules/custom-css/custom-css/css/codemirror-rtl.css'),(2373,'wp-content/plugins/jetpack/modules/custom-css/custom-css/css/codemirror-rtl.min.css'),(2374,'wp-content/plugins/jetpack/modules/custom-css/custom-css/css/codemirror.css'),(2375,'wp-content/plugins/jetpack/modules/custom-css/custom-css/css/codemirror.min.css'),(2376,'wp-content/plugins/jetpack/modules/custom-css/custom-css/css/css-editor-rtl.css'),(2377,'wp-content/plugins/jetpack/modules/custom-css/custom-css/css/css-editor-rtl.min.css'),(2378,'wp-content/plugins/jetpack/modules/custom-css/custom-css/css/css-editor.css'),(2379,'wp-content/plugins/jetpack/modules/custom-css/custom-css/css/css-editor.min.css'),(2380,'wp-content/plugins/jetpack/modules/custom-css/custom-css/css/customizer-control.css'),(2381,'wp-content/plugins/jetpack/modules/custom-css/custom-css/css/rtl/codemirror-rtl.css'),(2382,'wp-content/plugins/jetpack/modules/custom-css/custom-css/css/use-codemirror-rtl.css'),(2383,'wp-content/plugins/jetpack/modules/custom-css/custom-css/css/use-codemirror-rtl.min.css'),(2384,'wp-content/plugins/jetpack/modules/custom-css/custom-css/css/use-codemirror.css'),(2385,'wp-content/plugins/jetpack/modules/custom-css/custom-css/css/use-codemirror.min.css'),(2386,'wp-content/plugins/jetpack/modules/custom-css/custom-css/js/codemirror.min.js'),(2387,'wp-content/plugins/jetpack/modules/custom-css/custom-css/js/core-customizer-css-preview.js'),(2388,'wp-content/plugins/jetpack/modules/custom-css/custom-css/js/core-customizer-css.core-4.9.js'),(2389,'wp-content/plugins/jetpack/modules/custom-css/custom-css/js/core-customizer-css.js'),(2390,'wp-content/plugins/jetpack/modules/custom-css/custom-css/js/css-editor.js'),(2391,'wp-content/plugins/jetpack/modules/custom-css/custom-css/js/use-codemirror.js'),(2392,'wp-content/plugins/jetpack/modules/custom-css/custom-css/preprocessors/lessc.inc.php'),(2393,'wp-content/plugins/jetpack/modules/custom-css/custom-css/preprocessors/scss.inc.php'),(2394,'wp-content/plugins/jetpack/modules/custom-css/custom-css/preprocessors.php'),(2395,'wp-content/plugins/jetpack/modules/custom-css/custom-css-4.7.php'),(2396,'wp-content/plugins/jetpack/modules/custom-css/custom-css.php'),(2397,'wp-content/plugins/jetpack/modules/custom-css/migrate-to-core.php'),(2398,'wp-content/plugins/jetpack/modules/custom-css.php'),(2399,'wp-content/plugins/jetpack/modules/custom-post-types/comics/admin.css'),(2400,'wp-content/plugins/jetpack/modules/custom-post-types/comics/comics-rtl.css'),(2401,'wp-content/plugins/jetpack/modules/custom-post-types/comics/comics-rtl.min.css'),(2402,'wp-content/plugins/jetpack/modules/custom-post-types/comics/comics.css'),(2403,'wp-content/plugins/jetpack/modules/custom-post-types/comics/comics.js'),(2404,'wp-content/plugins/jetpack/modules/custom-post-types/comics/comics.min.css'),(2405,'wp-content/plugins/jetpack/modules/custom-post-types/comics/rtl/comics-rtl.css'),(2406,'wp-content/plugins/jetpack/modules/custom-post-types/comics.php'),(2407,'wp-content/plugins/jetpack/modules/custom-post-types/css/edit-items.css'),(2408,'wp-content/plugins/jetpack/modules/custom-post-types/css/many-items.css'),(2409,'wp-content/plugins/jetpack/modules/custom-post-types/css/nova-font.css'),(2410,'wp-content/plugins/jetpack/modules/custom-post-types/css/nova.css'),(2411,'wp-content/plugins/jetpack/modules/custom-post-types/css/portfolio-shortcode.css'),(2412,'wp-content/plugins/jetpack/modules/custom-post-types/css/testimonial-shortcode.css'),(2413,'wp-content/plugins/jetpack/modules/custom-post-types/js/many-items.js'),(2414,'wp-content/plugins/jetpack/modules/custom-post-types/js/menu-checkboxes.js'),(2415,'wp-content/plugins/jetpack/modules/custom-post-types/js/nova-drag-drop.js'),(2416,'wp-content/plugins/jetpack/modules/custom-post-types/nova.php'),(2417,'wp-content/plugins/jetpack/modules/custom-post-types/portfolios.php'),(2418,'wp-content/plugins/jetpack/modules/custom-post-types/testimonial.php'),(2419,'wp-content/plugins/jetpack/modules/enhanced-distribution.php'),(2420,'wp-content/plugins/jetpack/modules/geo-location/class.jetpack-geo-location.php'),(2421,'wp-content/plugins/jetpack/modules/geo-location.php'),(2422,'wp-content/plugins/jetpack/modules/google-analytics/classes/wp-google-analytics-legacy.php'),(2423,'wp-content/plugins/jetpack/modules/google-analytics/classes/wp-google-analytics-options.php'),(2424,'wp-content/plugins/jetpack/modules/google-analytics/classes/wp-google-analytics-universal.php'),(2425,'wp-content/plugins/jetpack/modules/google-analytics/classes/wp-google-analytics-utils.php'),(2426,'wp-content/plugins/jetpack/modules/google-analytics/wp-google-analytics.php'),(2427,'wp-content/plugins/jetpack/modules/google-analytics.php'),(2428,'wp-content/plugins/jetpack/modules/gravatar-hovercards.php'),(2429,'wp-content/plugins/jetpack/modules/infinite-scroll/infinity.css'),(2430,'wp-content/plugins/jetpack/modules/infinite-scroll/infinity.js'),(2431,'wp-content/plugins/jetpack/modules/infinite-scroll/infinity.php'),(2432,'wp-content/plugins/jetpack/modules/infinite-scroll/themes/twentyeleven.css'),(2433,'wp-content/plugins/jetpack/modules/infinite-scroll/themes/twentyeleven.php'),(2434,'wp-content/plugins/jetpack/modules/infinite-scroll/themes/twentyfifteen-rtl.css'),(2435,'wp-content/plugins/jetpack/modules/infinite-scroll/themes/twentyfifteen.css'),(2436,'wp-content/plugins/jetpack/modules/infinite-scroll/themes/twentyfifteen.php'),(2437,'wp-content/plugins/jetpack/modules/infinite-scroll/themes/twentyfourteen.css'),(2438,'wp-content/plugins/jetpack/modules/infinite-scroll/themes/twentyfourteen.php'),(2439,'wp-content/plugins/jetpack/modules/infinite-scroll/themes/twentyseventeen-rtl.css'),(2440,'wp-content/plugins/jetpack/modules/infinite-scroll/themes/twentyseventeen.css'),(2441,'wp-content/plugins/jetpack/modules/infinite-scroll/themes/twentyseventeen.php'),(2442,'wp-content/plugins/jetpack/modules/infinite-scroll/themes/twentysixteen-rtl.css'),(2443,'wp-content/plugins/jetpack/modules/infinite-scroll/themes/twentysixteen.css'),(2444,'wp-content/plugins/jetpack/modules/infinite-scroll/themes/twentysixteen.php'),(2445,'wp-content/plugins/jetpack/modules/infinite-scroll/themes/twentyten.css'),(2446,'wp-content/plugins/jetpack/modules/infinite-scroll/themes/twentyten.php'),(2447,'wp-content/plugins/jetpack/modules/infinite-scroll/themes/twentythirteen.css'),(2448,'wp-content/plugins/jetpack/modules/infinite-scroll/themes/twentythirteen.php'),(2449,'wp-content/plugins/jetpack/modules/infinite-scroll/themes/twentytwelve.css'),(2450,'wp-content/plugins/jetpack/modules/infinite-scroll/themes/twentytwelve.php'),(2451,'wp-content/plugins/jetpack/modules/infinite-scroll.php'),(2452,'wp-content/plugins/jetpack/modules/json-api.php'),(2453,'wp-content/plugins/jetpack/modules/latex.php'),(2454,'wp-content/plugins/jetpack/modules/lazy-images/images/1x1.trans.gif'),(2455,'wp-content/plugins/jetpack/modules/lazy-images/js/lazy-images.js'),(2456,'wp-content/plugins/jetpack/modules/lazy-images/lazy-images.php'),(2457,'wp-content/plugins/jetpack/modules/lazy-images.php'),(2458,'wp-content/plugins/jetpack/modules/likes/jetpack-likes-master-iframe.php'),(2459,'wp-content/plugins/jetpack/modules/likes/jetpack-likes-settings.php'),(2460,'wp-content/plugins/jetpack/modules/likes/post-count-jetpack.js'),(2461,'wp-content/plugins/jetpack/modules/likes/post-count.js'),(2462,'wp-content/plugins/jetpack/modules/likes/queuehandler.js'),(2463,'wp-content/plugins/jetpack/modules/likes/style.css'),(2464,'wp-content/plugins/jetpack/modules/likes.php'),(2465,'wp-content/plugins/jetpack/modules/markdown/easy-markdown.php'),(2466,'wp-content/plugins/jetpack/modules/markdown.php'),(2467,'wp-content/plugins/jetpack/modules/masterbar/masterbar.php'),(2468,'wp-content/plugins/jetpack/modules/masterbar/overrides.css'),(2469,'wp-content/plugins/jetpack/modules/masterbar/rtl-admin-bar.php'),(2470,'wp-content/plugins/jetpack/modules/masterbar/tracks-events.js'),(2471,'wp-content/plugins/jetpack/modules/masterbar.php'),(2472,'wp-content/plugins/jetpack/modules/memberships/class-jetpack-memberships.php'),(2473,'wp-content/plugins/jetpack/modules/minileven/images/wp-app-devices.png'),(2474,'wp-content/plugins/jetpack/modules/minileven/minileven.php'),(2475,'wp-content/plugins/jetpack/modules/minileven/theme/pub/minileven/comments.php'),(2476,'wp-content/plugins/jetpack/modules/minileven/theme/pub/minileven/content-gallery.php'),(2477,'wp-content/plugins/jetpack/modules/minileven/theme/pub/minileven/content.php'),(2478,'wp-content/plugins/jetpack/modules/minileven/theme/pub/minileven/footer.php'),(2479,'wp-content/plugins/jetpack/modules/minileven/theme/pub/minileven/functions.php'),(2480,'wp-content/plugins/jetpack/modules/minileven/theme/pub/minileven/header.php'),(2481,'wp-content/plugins/jetpack/modules/minileven/theme/pub/minileven/image.php'),(2482,'wp-content/plugins/jetpack/modules/minileven/theme/pub/minileven/inc/custom-header.php'),(2483,'wp-content/plugins/jetpack/modules/minileven/theme/pub/minileven/inc/fonts/genericons-regular-webfont.eot'),(2484,'wp-content/plugins/jetpack/modules/minileven/theme/pub/minileven/inc/fonts/genericons-regular-webfont.svg'),(2485,'wp-content/plugins/jetpack/modules/minileven/theme/pub/minileven/inc/fonts/genericons-regular-webfont.ttf'),(2486,'wp-content/plugins/jetpack/modules/minileven/theme/pub/minileven/inc/fonts/genericons-regular-webfont.woff'),(2487,'wp-content/plugins/jetpack/modules/minileven/theme/pub/minileven/inc/template-tags.php'),(2488,'wp-content/plugins/jetpack/modules/minileven/theme/pub/minileven/inc/tweaks.php'),(2489,'wp-content/plugins/jetpack/modules/minileven/theme/pub/minileven/index.php'),(2490,'wp-content/plugins/jetpack/modules/minileven/theme/pub/minileven/js/small-menu.js'),(2491,'wp-content/plugins/jetpack/modules/minileven/theme/pub/minileven/page.php'),(2492,'wp-content/plugins/jetpack/modules/minileven/theme/pub/minileven/rtl.css'),(2493,'wp-content/plugins/jetpack/modules/minileven/theme/pub/minileven/screenshot.png'),(2494,'wp-content/plugins/jetpack/modules/minileven/theme/pub/minileven/searchform.php'),(2495,'wp-content/plugins/jetpack/modules/minileven/theme/pub/minileven/sidebar.php'),(2496,'wp-content/plugins/jetpack/modules/minileven/theme/pub/minileven/style.css'),(2497,'wp-content/plugins/jetpack/modules/minileven.php'),(2498,'wp-content/plugins/jetpack/modules/mobile-push.php'),(2499,'wp-content/plugins/jetpack/modules/module-extras.php'),(2500,'wp-content/plugins/jetpack/modules/module-headings.php'),(2501,'wp-content/plugins/jetpack/modules/module-info.php'),(2502,'wp-content/plugins/jetpack/modules/monitor.php'),(2503,'wp-content/plugins/jetpack/modules/notes.php'),(2504,'wp-content/plugins/jetpack/modules/photon/photon.js'),(2505,'wp-content/plugins/jetpack/modules/photon-cdn/jetpack-manifest.php'),(2506,'wp-content/plugins/jetpack/modules/photon-cdn.php'),(2507,'wp-content/plugins/jetpack/modules/photon.php'),(2508,'wp-content/plugins/jetpack/modules/plugin-search/plugin-search.css'),(2509,'wp-content/plugins/jetpack/modules/plugin-search/plugin-search.js'),(2510,'wp-content/plugins/jetpack/modules/plugin-search/psh-128.png'),(2511,'wp-content/plugins/jetpack/modules/plugin-search/psh-256.png'),(2512,'wp-content/plugins/jetpack/modules/plugin-search/psh.svg'),(2513,'wp-content/plugins/jetpack/modules/plugin-search.php'),(2514,'wp-content/plugins/jetpack/modules/post-by-email/post-by-email-rtl.css'),(2515,'wp-content/plugins/jetpack/modules/post-by-email/post-by-email-rtl.min.css'),(2516,'wp-content/plugins/jetpack/modules/post-by-email/post-by-email.css'),(2517,'wp-content/plugins/jetpack/modules/post-by-email/post-by-email.js'),(2518,'wp-content/plugins/jetpack/modules/post-by-email/post-by-email.min.css'),(2519,'wp-content/plugins/jetpack/modules/post-by-email.php'),(2520,'wp-content/plugins/jetpack/modules/protect/blocked-login-page.php'),(2521,'wp-content/plugins/jetpack/modules/protect/math-fallback.php'),(2522,'wp-content/plugins/jetpack/modules/protect/protect-dashboard-widget-rtl.css'),(2523,'wp-content/plugins/jetpack/modules/protect/protect-dashboard-widget-rtl.min.css'),(2524,'wp-content/plugins/jetpack/modules/protect/protect-dashboard-widget.css'),(2525,'wp-content/plugins/jetpack/modules/protect/protect-dashboard-widget.min.css'),(2526,'wp-content/plugins/jetpack/modules/protect/protect.png'),(2527,'wp-content/plugins/jetpack/modules/protect/shared-functions.php'),(2528,'wp-content/plugins/jetpack/modules/protect/transient-cleanup.php'),(2529,'wp-content/plugins/jetpack/modules/protect.php'),(2530,'wp-content/plugins/jetpack/modules/publicize/enhanced-open-graph.php'),(2531,'wp-content/plugins/jetpack/modules/publicize/publicize-jetpack.php'),(2532,'wp-content/plugins/jetpack/modules/publicize/publicize.php'),(2533,'wp-content/plugins/jetpack/modules/publicize/ui.php'),(2534,'wp-content/plugins/jetpack/modules/publicize.php'),(2535,'wp-content/plugins/jetpack/modules/pwa/class.jetpack-pwa-helpers.php'),(2536,'wp-content/plugins/jetpack/modules/pwa/class.jetpack-pwa-manifest.php'),(2537,'wp-content/plugins/jetpack/modules/pwa/images/wp-192.png'),(2538,'wp-content/plugins/jetpack/modules/pwa/images/wp-512.png'),(2539,'wp-content/plugins/jetpack/modules/pwa.php'),(2540,'wp-content/plugins/jetpack/modules/related-posts/class.related-posts-customize.php'),(2541,'wp-content/plugins/jetpack/modules/related-posts/jetpack-related-posts.php'),(2542,'wp-content/plugins/jetpack/modules/related-posts/related-posts-customizer.js'),(2543,'wp-content/plugins/jetpack/modules/related-posts/related-posts-rtl.css'),(2544,'wp-content/plugins/jetpack/modules/related-posts/related-posts.css'),(2545,'wp-content/plugins/jetpack/modules/related-posts/related-posts.js'),(2546,'wp-content/plugins/jetpack/modules/related-posts/rtl/related-posts-rtl.css'),(2547,'wp-content/plugins/jetpack/modules/related-posts.php'),(2548,'wp-content/plugins/jetpack/modules/search/class.jetpack-search-helpers.php'),(2549,'wp-content/plugins/jetpack/modules/search/class.jetpack-search-template-tags.php'),(2550,'wp-content/plugins/jetpack/modules/search/class.jetpack-search.php'),(2551,'wp-content/plugins/jetpack/modules/search.php'),(2552,'wp-content/plugins/jetpack/modules/seo-tools/jetpack-seo-posts.php'),(2553,'wp-content/plugins/jetpack/modules/seo-tools/jetpack-seo-titles.php'),(2554,'wp-content/plugins/jetpack/modules/seo-tools/jetpack-seo-utils.php'),(2555,'wp-content/plugins/jetpack/modules/seo-tools/jetpack-seo.php'),(2556,'wp-content/plugins/jetpack/modules/seo-tools.php'),(2557,'wp-content/plugins/jetpack/modules/sharedaddy/admin-sharing-rtl.css'),(2558,'wp-content/plugins/jetpack/modules/sharedaddy/admin-sharing-rtl.min.css'),(2559,'wp-content/plugins/jetpack/modules/sharedaddy/admin-sharing.css'),(2560,'wp-content/plugins/jetpack/modules/sharedaddy/admin-sharing.js'),(2561,'wp-content/plugins/jetpack/modules/sharedaddy/admin-sharing.min.css'),(2562,'wp-content/plugins/jetpack/modules/sharedaddy/images/after-the-deadline@2x.png'),(2563,'wp-content/plugins/jetpack/modules/sharedaddy/images/comments@2x.png'),(2564,'wp-content/plugins/jetpack/modules/sharedaddy/images/contact-form@2x.png'),(2565,'wp-content/plugins/jetpack/modules/sharedaddy/images/custom.png'),(2566,'wp-content/plugins/jetpack/modules/sharedaddy/images/custom@2x.png'),(2567,'wp-content/plugins/jetpack/modules/sharedaddy/images/designfloat.png'),(2568,'wp-content/plugins/jetpack/modules/sharedaddy/images/digg.png'),(2569,'wp-content/plugins/jetpack/modules/sharedaddy/images/digg@2x.png'),(2570,'wp-content/plugins/jetpack/modules/sharedaddy/images/divider.png'),(2571,'wp-content/plugins/jetpack/modules/sharedaddy/images/divider@2x.png'),(2572,'wp-content/plugins/jetpack/modules/sharedaddy/images/draggy.png'),(2573,'wp-content/plugins/jetpack/modules/sharedaddy/images/draggy@2x.png'),(2574,'wp-content/plugins/jetpack/modules/sharedaddy/images/email.png'),(2575,'wp-content/plugins/jetpack/modules/sharedaddy/images/email@2x.png'),(2576,'wp-content/plugins/jetpack/modules/sharedaddy/images/ember.png'),(2577,'wp-content/plugins/jetpack/modules/sharedaddy/images/enhanced-distribution@2x.png'),(2578,'wp-content/plugins/jetpack/modules/sharedaddy/images/facebook.png'),(2579,'wp-content/plugins/jetpack/modules/sharedaddy/images/facebook@2x.png'),(2580,'wp-content/plugins/jetpack/modules/sharedaddy/images/feed.png'),(2581,'wp-content/plugins/jetpack/modules/sharedaddy/images/icon-facebook-2x.png'),(2582,'wp-content/plugins/jetpack/modules/sharedaddy/images/icon-facebook.png'),(2583,'wp-content/plugins/jetpack/modules/sharedaddy/images/icon-twitter-2x.png'),(2584,'wp-content/plugins/jetpack/modules/sharedaddy/images/icon-twitter.png'),(2585,'wp-content/plugins/jetpack/modules/sharedaddy/images/icon-wordpress-2x.png'),(2586,'wp-content/plugins/jetpack/modules/sharedaddy/images/icon-wordpress.png'),(2587,'wp-content/plugins/jetpack/modules/sharedaddy/images/kindle.png'),(2588,'wp-content/plugins/jetpack/modules/sharedaddy/images/kindle@2x.png'),(2589,'wp-content/plugins/jetpack/modules/sharedaddy/images/linkedin-horizontal.png'),(2590,'wp-content/plugins/jetpack/modules/sharedaddy/images/linkedin-horizontal@2x.png'),(2591,'wp-content/plugins/jetpack/modules/sharedaddy/images/linkedin-nocount.png'),(2592,'wp-content/plugins/jetpack/modules/sharedaddy/images/linkedin-nocount@2x.png'),(2593,'wp-content/plugins/jetpack/modules/sharedaddy/images/linkedin-smart.png'),(2594,'wp-content/plugins/jetpack/modules/sharedaddy/images/linkedin-smart@2x.png'),(2595,'wp-content/plugins/jetpack/modules/sharedaddy/images/linkedin-vertical.png'),(2596,'wp-content/plugins/jetpack/modules/sharedaddy/images/linkedin-vertical@2x.png'),(2597,'wp-content/plugins/jetpack/modules/sharedaddy/images/linkedin.png'),(2598,'wp-content/plugins/jetpack/modules/sharedaddy/images/linkedin@2x.png'),(2599,'wp-content/plugins/jetpack/modules/sharedaddy/images/loading.gif'),(2600,'wp-content/plugins/jetpack/modules/sharedaddy/images/more.png'),(2601,'wp-content/plugins/jetpack/modules/sharedaddy/images/more@2x.png'),(2602,'wp-content/plugins/jetpack/modules/sharedaddy/images/pinterest.png'),(2603,'wp-content/plugins/jetpack/modules/sharedaddy/images/pinterest@2x.png'),(2604,'wp-content/plugins/jetpack/modules/sharedaddy/images/pocket.png'),(2605,'wp-content/plugins/jetpack/modules/sharedaddy/images/pocket@2x.png'),(2606,'wp-content/plugins/jetpack/modules/sharedaddy/images/print.png'),(2607,'wp-content/plugins/jetpack/modules/sharedaddy/images/print@2x.png'),(2608,'wp-content/plugins/jetpack/modules/sharedaddy/images/reddit.png'),(2609,'wp-content/plugins/jetpack/modules/sharedaddy/images/reddit@2x.png'),(2610,'wp-content/plugins/jetpack/modules/sharedaddy/images/rss.png'),(2611,'wp-content/plugins/jetpack/modules/sharedaddy/images/rss@2x.png'),(2612,'wp-content/plugins/jetpack/modules/sharedaddy/images/share-bg.png'),(2613,'wp-content/plugins/jetpack/modules/sharedaddy/images/sharing-hidden.png'),(2614,'wp-content/plugins/jetpack/modules/sharedaddy/images/sharing-hidden@2x.png'),(2615,'wp-content/plugins/jetpack/modules/sharedaddy/images/smart-digg.png'),(2616,'wp-content/plugins/jetpack/modules/sharedaddy/images/smart-digg@2x.png'),(2617,'wp-content/plugins/jetpack/modules/sharedaddy/images/smart-facebook.png'),(2618,'wp-content/plugins/jetpack/modules/sharedaddy/images/smart-facebook@2x.png'),(2619,'wp-content/plugins/jetpack/modules/sharedaddy/images/smart-like.png'),(2620,'wp-content/plugins/jetpack/modules/sharedaddy/images/smart-like@2x.png'),(2621,'wp-content/plugins/jetpack/modules/sharedaddy/images/smart-pinterest.png'),(2622,'wp-content/plugins/jetpack/modules/sharedaddy/images/smart-pinterest@2x.png'),(2623,'wp-content/plugins/jetpack/modules/sharedaddy/images/smart-pocket.png'),(2624,'wp-content/plugins/jetpack/modules/sharedaddy/images/smart-pocket@2x.png'),(2625,'wp-content/plugins/jetpack/modules/sharedaddy/images/smart-reddit.png'),(2626,'wp-content/plugins/jetpack/modules/sharedaddy/images/smart-reddit@2x.png'),(2627,'wp-content/plugins/jetpack/modules/sharedaddy/images/smart-skype.png'),(2628,'wp-content/plugins/jetpack/modules/sharedaddy/images/smart-skype@2x.png'),(2629,'wp-content/plugins/jetpack/modules/sharedaddy/images/smart-stumbleupon.png'),(2630,'wp-content/plugins/jetpack/modules/sharedaddy/images/smart-stumbleupon@2x.png'),(2631,'wp-content/plugins/jetpack/modules/sharedaddy/images/smart-tumblr.png'),(2632,'wp-content/plugins/jetpack/modules/sharedaddy/images/smart-tumblr@2x.png'),(2633,'wp-content/plugins/jetpack/modules/sharedaddy/images/smart-twitter.png'),(2634,'wp-content/plugins/jetpack/modules/sharedaddy/images/smart-twitter@2x.png'),(2635,'wp-content/plugins/jetpack/modules/sharedaddy/images/tumblr.png'),(2636,'wp-content/plugins/jetpack/modules/sharedaddy/images/tumblr@2x.png'),(2637,'wp-content/plugins/jetpack/modules/sharedaddy/images/twitter.png'),(2638,'wp-content/plugins/jetpack/modules/sharedaddy/images/twitter@2x.png'),(2639,'wp-content/plugins/jetpack/modules/sharedaddy/images/wordpress.png'),(2640,'wp-content/plugins/jetpack/modules/sharedaddy/images/wordpress@2x.png'),(2641,'wp-content/plugins/jetpack/modules/sharedaddy/recaptcha.php'),(2642,'wp-content/plugins/jetpack/modules/sharedaddy/sharedaddy.php'),(2643,'wp-content/plugins/jetpack/modules/sharedaddy/sharing-service.php'),(2644,'wp-content/plugins/jetpack/modules/sharedaddy/sharing-sources.php'),(2645,'wp-content/plugins/jetpack/modules/sharedaddy/sharing.css'),(2646,'wp-content/plugins/jetpack/modules/sharedaddy/sharing.js'),(2647,'wp-content/plugins/jetpack/modules/sharedaddy/sharing.php'),(2648,'wp-content/plugins/jetpack/modules/sharedaddy.php'),(2649,'wp-content/plugins/jetpack/modules/shortcodes/archiveorg-book.php'),(2650,'wp-content/plugins/jetpack/modules/shortcodes/archiveorg.php'),(2651,'wp-content/plugins/jetpack/modules/shortcodes/archives.php'),(2652,'wp-content/plugins/jetpack/modules/shortcodes/bandcamp.php'),(2653,'wp-content/plugins/jetpack/modules/shortcodes/brightcove.php'),(2654,'wp-content/plugins/jetpack/modules/shortcodes/cartodb.php'),(2655,'wp-content/plugins/jetpack/modules/shortcodes/class.filter-embedded-html-objects.php'),(2656,'wp-content/plugins/jetpack/modules/shortcodes/codepen.php'),(2657,'wp-content/plugins/jetpack/modules/shortcodes/crowdsignal.php'),(2658,'wp-content/plugins/jetpack/modules/shortcodes/css/quiz.css'),(2659,'wp-content/plugins/jetpack/modules/shortcodes/css/recipes-print-rtl.css'),(2660,'wp-content/plugins/jetpack/modules/shortcodes/css/recipes-print-rtl.min.css'),(2661,'wp-content/plugins/jetpack/modules/shortcodes/css/recipes-print.css'),(2662,'wp-content/plugins/jetpack/modules/shortcodes/css/recipes-print.min.css'),(2663,'wp-content/plugins/jetpack/modules/shortcodes/css/recipes-rtl.css'),(2664,'wp-content/plugins/jetpack/modules/shortcodes/css/recipes-rtl.min.css'),(2665,'wp-content/plugins/jetpack/modules/shortcodes/css/recipes.css'),(2666,'wp-content/plugins/jetpack/modules/shortcodes/css/recipes.min.css'),(2667,'wp-content/plugins/jetpack/modules/shortcodes/css/slideshow-shortcode-rtl.css'),(2668,'wp-content/plugins/jetpack/modules/shortcodes/css/slideshow-shortcode-rtl.min.css'),(2669,'wp-content/plugins/jetpack/modules/shortcodes/css/slideshow-shortcode.css'),(2670,'wp-content/plugins/jetpack/modules/shortcodes/css/slideshow-shortcode.min.css'),(2671,'wp-content/plugins/jetpack/modules/shortcodes/css/style.css'),(2672,'wp-content/plugins/jetpack/modules/shortcodes/dailymotion.php'),(2673,'wp-content/plugins/jetpack/modules/shortcodes/facebook.php'),(2674,'wp-content/plugins/jetpack/modules/shortcodes/flatio.php'),(2675,'wp-content/plugins/jetpack/modules/shortcodes/flickr.php'),(2676,'wp-content/plugins/jetpack/modules/shortcodes/getty.php'),(2677,'wp-content/plugins/jetpack/modules/shortcodes/gist.php'),(2678,'wp-content/plugins/jetpack/modules/shortcodes/googleapps.php'),(2679,'wp-content/plugins/jetpack/modules/shortcodes/googlemaps.php'),(2680,'wp-content/plugins/jetpack/modules/shortcodes/googleplus.php'),(2681,'wp-content/plugins/jetpack/modules/shortcodes/gravatar.php'),(2682,'wp-content/plugins/jetpack/modules/shortcodes/houzz.php'),(2683,'wp-content/plugins/jetpack/modules/shortcodes/hulu.php'),(2684,'wp-content/plugins/jetpack/modules/shortcodes/images/collapse.png'),(2685,'wp-content/plugins/jetpack/modules/shortcodes/images/expand.png'),(2686,'wp-content/plugins/jetpack/modules/shortcodes/images/slide-nav.png'),(2687,'wp-content/plugins/jetpack/modules/shortcodes/img/slideshow-controls-2x.png'),(2688,'wp-content/plugins/jetpack/modules/shortcodes/img/slideshow-controls.png'),(2689,'wp-content/plugins/jetpack/modules/shortcodes/img/slideshow-loader.gif'),(2690,'wp-content/plugins/jetpack/modules/shortcodes/instagram.php'),(2691,'wp-content/plugins/jetpack/modules/shortcodes/js/brightcove.js'),(2692,'wp-content/plugins/jetpack/modules/shortcodes/js/gist.js'),(2693,'wp-content/plugins/jetpack/modules/shortcodes/js/instagram.js'),(2694,'wp-content/plugins/jetpack/modules/shortcodes/js/jmpress.js'),(2695,'wp-content/plugins/jetpack/modules/shortcodes/js/jquery.cycle.min.js'),(2696,'wp-content/plugins/jetpack/modules/shortcodes/js/main.js'),(2697,'wp-content/plugins/jetpack/modules/shortcodes/js/quiz.js'),(2698,'wp-content/plugins/jetpack/modules/shortcodes/js/recipes-printthis.js'),(2699,'wp-content/plugins/jetpack/modules/shortcodes/js/recipes.js'),(2700,'wp-content/plugins/jetpack/modules/shortcodes/js/slideshow-shortcode.js'),(2701,'wp-content/plugins/jetpack/modules/shortcodes/kickstarter.php'),(2702,'wp-content/plugins/jetpack/modules/shortcodes/mailchimp.php'),(2703,'wp-content/plugins/jetpack/modules/shortcodes/medium.php'),(2704,'wp-content/plugins/jetpack/modules/shortcodes/mixcloud.php'),(2705,'wp-content/plugins/jetpack/modules/shortcodes/pinterest.php'),(2706,'wp-content/plugins/jetpack/modules/shortcodes/presentations.php'),(2707,'wp-content/plugins/jetpack/modules/shortcodes/quiz.php'),(2708,'wp-content/plugins/jetpack/modules/shortcodes/recipe.php'),(2709,'wp-content/plugins/jetpack/modules/shortcodes/scribd.php'),(2710,'wp-content/plugins/jetpack/modules/shortcodes/sitemap.php'),(2711,'wp-content/plugins/jetpack/modules/shortcodes/slideshare.php'),(2712,'wp-content/plugins/jetpack/modules/shortcodes/slideshow.php'),(2713,'wp-content/plugins/jetpack/modules/shortcodes/soundcloud.php'),(2714,'wp-content/plugins/jetpack/modules/shortcodes/spotify.php'),(2715,'wp-content/plugins/jetpack/modules/shortcodes/ted.php'),(2716,'wp-content/plugins/jetpack/modules/shortcodes/tweet.php'),(2717,'wp-content/plugins/jetpack/modules/shortcodes/twitchtv.php'),(2718,'wp-content/plugins/jetpack/modules/shortcodes/twitter-timeline.php'),(2719,'wp-content/plugins/jetpack/modules/shortcodes/unavailable.php'),(2720,'wp-content/plugins/jetpack/modules/shortcodes/untappd-menu.php'),(2721,'wp-content/plugins/jetpack/modules/shortcodes/upcoming-events.php'),(2722,'wp-content/plugins/jetpack/modules/shortcodes/ustream.php'),(2723,'wp-content/plugins/jetpack/modules/shortcodes/videopress.php'),(2724,'wp-content/plugins/jetpack/modules/shortcodes/vimeo.php'),(2725,'wp-content/plugins/jetpack/modules/shortcodes/vine.php'),(2726,'wp-content/plugins/jetpack/modules/shortcodes/vr.php'),(2727,'wp-content/plugins/jetpack/modules/shortcodes/wordads.php'),(2728,'wp-content/plugins/jetpack/modules/shortcodes/wufoo.php'),(2729,'wp-content/plugins/jetpack/modules/shortcodes/youtube.php'),(2730,'wp-content/plugins/jetpack/modules/shortcodes.php'),(2731,'wp-content/plugins/jetpack/modules/shortlinks.php'),(2732,'wp-content/plugins/jetpack/modules/simple-payments/paypal-express-checkout.js'),(2733,'wp-content/plugins/jetpack/modules/simple-payments/simple-payments.css'),(2734,'wp-content/plugins/jetpack/modules/simple-payments/simple-payments.php'),(2735,'wp-content/plugins/jetpack/modules/site-icon/site-icon-functions.php'),(2736,'wp-content/plugins/jetpack/modules/sitemaps/sitemap-buffer-fallback.php'),(2737,'wp-content/plugins/jetpack/modules/sitemaps/sitemap-buffer-image-fallback.php'),(2738,'wp-content/plugins/jetpack/modules/sitemaps/sitemap-buffer-image.php'),(2739,'wp-content/plugins/jetpack/modules/sitemaps/sitemap-buffer-master-fallback.php'),(2740,'wp-content/plugins/jetpack/modules/sitemaps/sitemap-buffer-master.php'),(2741,'wp-content/plugins/jetpack/modules/sitemaps/sitemap-buffer-news-fallback.php'),(2742,'wp-content/plugins/jetpack/modules/sitemaps/sitemap-buffer-news.php'),(2743,'wp-content/plugins/jetpack/modules/sitemaps/sitemap-buffer-page-fallback.php'),(2744,'wp-content/plugins/jetpack/modules/sitemaps/sitemap-buffer-page.php'),(2745,'wp-content/plugins/jetpack/modules/sitemaps/sitemap-buffer-video-fallback.php'),(2746,'wp-content/plugins/jetpack/modules/sitemaps/sitemap-buffer-video.php'),(2747,'wp-content/plugins/jetpack/modules/sitemaps/sitemap-buffer.php'),(2748,'wp-content/plugins/jetpack/modules/sitemaps/sitemap-builder.php'),(2749,'wp-content/plugins/jetpack/modules/sitemaps/sitemap-constants.php'),(2750,'wp-content/plugins/jetpack/modules/sitemaps/sitemap-finder.php'),(2751,'wp-content/plugins/jetpack/modules/sitemaps/sitemap-librarian.php'),(2752,'wp-content/plugins/jetpack/modules/sitemaps/sitemap-logger.php'),(2753,'wp-content/plugins/jetpack/modules/sitemaps/sitemap-state.php'),(2754,'wp-content/plugins/jetpack/modules/sitemaps/sitemap-stylist.php'),(2755,'wp-content/plugins/jetpack/modules/sitemaps/sitemaps.php'),(2756,'wp-content/plugins/jetpack/modules/sitemaps.php'),(2757,'wp-content/plugins/jetpack/modules/sso/class.jetpack-sso-helpers.php'),(2758,'wp-content/plugins/jetpack/modules/sso/class.jetpack-sso-notices.php'),(2759,'wp-content/plugins/jetpack/modules/sso/jetpack-sso-login-rtl.css'),(2760,'wp-content/plugins/jetpack/modules/sso/jetpack-sso-login-rtl.min.css'),(2761,'wp-content/plugins/jetpack/modules/sso/jetpack-sso-login.css'),(2762,'wp-content/plugins/jetpack/modules/sso/jetpack-sso-login.js'),(2763,'wp-content/plugins/jetpack/modules/sso/jetpack-sso-login.min.css'),(2764,'wp-content/plugins/jetpack/modules/sso.php'),(2765,'wp-content/plugins/jetpack/modules/stats.php'),(2766,'wp-content/plugins/jetpack/modules/subscriptions/readme.md'),(2767,'wp-content/plugins/jetpack/modules/subscriptions/subscriptions.css'),(2768,'wp-content/plugins/jetpack/modules/subscriptions/views.php'),(2769,'wp-content/plugins/jetpack/modules/subscriptions.php'),(2770,'wp-content/plugins/jetpack/modules/theme-tools/compat/twentyfifteen-rtl.css'),(2771,'wp-content/plugins/jetpack/modules/theme-tools/compat/twentyfifteen.css'),(2772,'wp-content/plugins/jetpack/modules/theme-tools/compat/twentyfifteen.php'),(2773,'wp-content/plugins/jetpack/modules/theme-tools/compat/twentyfourteen-rtl.css'),(2774,'wp-content/plugins/jetpack/modules/theme-tools/compat/twentyfourteen.css'),(2775,'wp-content/plugins/jetpack/modules/theme-tools/compat/twentyfourteen.php'),(2776,'wp-content/plugins/jetpack/modules/theme-tools/compat/twentynineteen-rtl.css'),(2777,'wp-content/plugins/jetpack/modules/theme-tools/compat/twentynineteen.css'),(2778,'wp-content/plugins/jetpack/modules/theme-tools/compat/twentynineteen.php'),(2779,'wp-content/plugins/jetpack/modules/theme-tools/compat/twentyseventeen.php'),(2780,'wp-content/plugins/jetpack/modules/theme-tools/compat/twentysixteen-rtl.css'),(2781,'wp-content/plugins/jetpack/modules/theme-tools/compat/twentysixteen.css'),(2782,'wp-content/plugins/jetpack/modules/theme-tools/compat/twentysixteen.php'),(2783,'wp-content/plugins/jetpack/modules/theme-tools/content-options/author-bio.php'),(2784,'wp-content/plugins/jetpack/modules/theme-tools/content-options/blog-display.php'),(2785,'wp-content/plugins/jetpack/modules/theme-tools/content-options/customizer.js'),(2786,'wp-content/plugins/jetpack/modules/theme-tools/content-options/customizer.php'),(2787,'wp-content/plugins/jetpack/modules/theme-tools/content-options/featured-images-fallback.php'),(2788,'wp-content/plugins/jetpack/modules/theme-tools/content-options/featured-images.php'),(2789,'wp-content/plugins/jetpack/modules/theme-tools/content-options/post-details.php'),(2790,'wp-content/plugins/jetpack/modules/theme-tools/content-options.php'),(2791,'wp-content/plugins/jetpack/modules/theme-tools/featured-content.php'),(2792,'wp-content/plugins/jetpack/modules/theme-tools/infinite-scroll.php'),(2793,'wp-content/plugins/jetpack/modules/theme-tools/js/suggest.js'),(2794,'wp-content/plugins/jetpack/modules/theme-tools/random-redirect.php'),(2795,'wp-content/plugins/jetpack/modules/theme-tools/responsive-videos/responsive-videos.css'),(2796,'wp-content/plugins/jetpack/modules/theme-tools/responsive-videos/responsive-videos.js'),(2797,'wp-content/plugins/jetpack/modules/theme-tools/responsive-videos/responsive-videos.min.js'),(2798,'wp-content/plugins/jetpack/modules/theme-tools/responsive-videos.php'),(2799,'wp-content/plugins/jetpack/modules/theme-tools/site-breadcrumbs.php'),(2800,'wp-content/plugins/jetpack/modules/theme-tools/site-logo/css/site-logo-control-rtl.css'),(2801,'wp-content/plugins/jetpack/modules/theme-tools/site-logo/css/site-logo-control-rtl.min.css'),(2802,'wp-content/plugins/jetpack/modules/theme-tools/site-logo/css/site-logo-control.css'),(2803,'wp-content/plugins/jetpack/modules/theme-tools/site-logo/css/site-logo-control.min.css'),(2804,'wp-content/plugins/jetpack/modules/theme-tools/site-logo/inc/class-site-logo-control.php'),(2805,'wp-content/plugins/jetpack/modules/theme-tools/site-logo/inc/class-site-logo.php'),(2806,'wp-content/plugins/jetpack/modules/theme-tools/site-logo/inc/compat.php'),(2807,'wp-content/plugins/jetpack/modules/theme-tools/site-logo/inc/functions.php'),(2808,'wp-content/plugins/jetpack/modules/theme-tools/site-logo/js/site-logo-control.js'),(2809,'wp-content/plugins/jetpack/modules/theme-tools/site-logo/js/site-logo-control.min.js'),(2810,'wp-content/plugins/jetpack/modules/theme-tools/site-logo/js/site-logo-header-text.js'),(2811,'wp-content/plugins/jetpack/modules/theme-tools/site-logo/js/site-logo-header-text.min.js'),(2812,'wp-content/plugins/jetpack/modules/theme-tools/site-logo/js/site-logo.js'),(2813,'wp-content/plugins/jetpack/modules/theme-tools/site-logo/js/site-logo.min.js'),(2814,'wp-content/plugins/jetpack/modules/theme-tools/site-logo.php'),(2815,'wp-content/plugins/jetpack/modules/theme-tools/social-links.php'),(2816,'wp-content/plugins/jetpack/modules/theme-tools/social-menu/icon-functions.php'),(2817,'wp-content/plugins/jetpack/modules/theme-tools/social-menu/social-menu.css'),(2818,'wp-content/plugins/jetpack/modules/theme-tools/social-menu/social-menu.svg'),(2819,'wp-content/plugins/jetpack/modules/theme-tools/social-menu.php'),(2820,'wp-content/plugins/jetpack/modules/theme-tools.php'),(2821,'wp-content/plugins/jetpack/modules/tiled-gallery/math/class-constrained-array-rounding.php'),(2822,'wp-content/plugins/jetpack/modules/tiled-gallery/tiled-gallery/rtl/tiled-gallery-rtl.css'),(2823,'wp-content/plugins/jetpack/modules/tiled-gallery/tiled-gallery/templates/carousel-container.php'),(2824,'wp-content/plugins/jetpack/modules/tiled-gallery/tiled-gallery/templates/circle-layout.php'),(2825,'wp-content/plugins/jetpack/modules/tiled-gallery/tiled-gallery/templates/partials/carousel-image-args.php'),(2826,'wp-content/plugins/jetpack/modules/tiled-gallery/tiled-gallery/templates/partials/item.php'),(2827,'wp-content/plugins/jetpack/modules/tiled-gallery/tiled-gallery/templates/rectangular-layout.php'),(2828,'wp-content/plugins/jetpack/modules/tiled-gallery/tiled-gallery/templates/square-layout.php'),(2829,'wp-content/plugins/jetpack/modules/tiled-gallery/tiled-gallery/tiled-gallery-circle.php'),(2830,'wp-content/plugins/jetpack/modules/tiled-gallery/tiled-gallery/tiled-gallery-item.php'),(2831,'wp-content/plugins/jetpack/modules/tiled-gallery/tiled-gallery/tiled-gallery-layout.php'),(2832,'wp-content/plugins/jetpack/modules/tiled-gallery/tiled-gallery/tiled-gallery-rectangular.php'),(2833,'wp-content/plugins/jetpack/modules/tiled-gallery/tiled-gallery/tiled-gallery-rtl.css'),(2834,'wp-content/plugins/jetpack/modules/tiled-gallery/tiled-gallery/tiled-gallery-shape.php'),(2835,'wp-content/plugins/jetpack/modules/tiled-gallery/tiled-gallery/tiled-gallery-square.php'),(2836,'wp-content/plugins/jetpack/modules/tiled-gallery/tiled-gallery/tiled-gallery.css'),(2837,'wp-content/plugins/jetpack/modules/tiled-gallery/tiled-gallery/tiled-gallery.js'),(2838,'wp-content/plugins/jetpack/modules/tiled-gallery/tiled-gallery.php'),(2839,'wp-content/plugins/jetpack/modules/tiled-gallery.php'),(2840,'wp-content/plugins/jetpack/modules/vaultpress.php'),(2841,'wp-content/plugins/jetpack/modules/verification-tools/blog-verification-tools.php'),(2842,'wp-content/plugins/jetpack/modules/verification-tools/verification-tools-utils.php'),(2843,'wp-content/plugins/jetpack/modules/verification-tools.php'),(2844,'wp-content/plugins/jetpack/modules/videopress/class.jetpack-videopress.php'),(2845,'wp-content/plugins/jetpack/modules/videopress/class.videopress-ajax.php'),(2846,'wp-content/plugins/jetpack/modules/videopress/class.videopress-cli.php'),(2847,'wp-content/plugins/jetpack/modules/videopress/class.videopress-edit-attachment.php'),(2848,'wp-content/plugins/jetpack/modules/videopress/class.videopress-gutenberg.php'),(2849,'wp-content/plugins/jetpack/modules/videopress/class.videopress-options.php'),(2850,'wp-content/plugins/jetpack/modules/videopress/class.videopress-player.php'),(2851,'wp-content/plugins/jetpack/modules/videopress/class.videopress-scheduler.php'),(2852,'wp-content/plugins/jetpack/modules/videopress/class.videopress-video.php'),(2853,'wp-content/plugins/jetpack/modules/videopress/class.videopress-xmlrpc.php'),(2854,'wp-content/plugins/jetpack/modules/videopress/css/editor-rtl.css'),(2855,'wp-content/plugins/jetpack/modules/videopress/css/editor-rtl.min.css'),(2856,'wp-content/plugins/jetpack/modules/videopress/css/editor.css'),(2857,'wp-content/plugins/jetpack/modules/videopress/css/editor.min.css'),(2858,'wp-content/plugins/jetpack/modules/videopress/css/videopress-editor-style-rtl.css'),(2859,'wp-content/plugins/jetpack/modules/videopress/css/videopress-editor-style-rtl.min.css'),(2860,'wp-content/plugins/jetpack/modules/videopress/css/videopress-editor-style.css'),(2861,'wp-content/plugins/jetpack/modules/videopress/css/videopress-editor-style.min.css'),(2862,'wp-content/plugins/jetpack/modules/videopress/editor-media-view.php'),(2863,'wp-content/plugins/jetpack/modules/videopress/js/editor-view.js'),(2864,'wp-content/plugins/jetpack/modules/videopress/js/media-video-widget-extensions.js'),(2865,'wp-content/plugins/jetpack/modules/videopress/js/videopress-plupload.js'),(2866,'wp-content/plugins/jetpack/modules/videopress/js/videopress-uploader.js'),(2867,'wp-content/plugins/jetpack/modules/videopress/shortcode.php'),(2868,'wp-content/plugins/jetpack/modules/videopress/utility-functions.php'),(2869,'wp-content/plugins/jetpack/modules/videopress/videopress-admin-rtl.css'),(2870,'wp-content/plugins/jetpack/modules/videopress/videopress-admin-rtl.min.css'),(2871,'wp-content/plugins/jetpack/modules/videopress/videopress-admin.css'),(2872,'wp-content/plugins/jetpack/modules/videopress/videopress-admin.min.css'),(2873,'wp-content/plugins/jetpack/modules/videopress.php'),(2874,'wp-content/plugins/jetpack/modules/widget-visibility/widget-conditions/rtl/widget-conditions-rtl.css'),(2875,'wp-content/plugins/jetpack/modules/widget-visibility/widget-conditions/widget-conditions-rtl.css'),(2876,'wp-content/plugins/jetpack/modules/widget-visibility/widget-conditions/widget-conditions-rtl.min.css'),(2877,'wp-content/plugins/jetpack/modules/widget-visibility/widget-conditions/widget-conditions.css'),(2878,'wp-content/plugins/jetpack/modules/widget-visibility/widget-conditions/widget-conditions.js'),(2879,'wp-content/plugins/jetpack/modules/widget-visibility/widget-conditions/widget-conditions.min.css'),(2880,'wp-content/plugins/jetpack/modules/widget-visibility/widget-conditions.php'),(2881,'wp-content/plugins/jetpack/modules/widget-visibility.php'),(2882,'wp-content/plugins/jetpack/modules/widgets/authors/style.css'),(2883,'wp-content/plugins/jetpack/modules/widgets/authors.php'),(2884,'wp-content/plugins/jetpack/modules/widgets/blog-stats.php'),(2885,'wp-content/plugins/jetpack/modules/widgets/contact-info/contact-info-admin.js'),(2886,'wp-content/plugins/jetpack/modules/widgets/contact-info/contact-info-map.css'),(2887,'wp-content/plugins/jetpack/modules/widgets/contact-info.php'),(2888,'wp-content/plugins/jetpack/modules/widgets/customizer-controls.css'),(2889,'wp-content/plugins/jetpack/modules/widgets/customizer-utils.js'),(2890,'wp-content/plugins/jetpack/modules/widgets/eu-cookie-law/eu-cookie-law-admin.js'),(2891,'wp-content/plugins/jetpack/modules/widgets/eu-cookie-law/eu-cookie-law.js'),(2892,'wp-content/plugins/jetpack/modules/widgets/eu-cookie-law/form.php'),(2893,'wp-content/plugins/jetpack/modules/widgets/eu-cookie-law/style.css'),(2894,'wp-content/plugins/jetpack/modules/widgets/eu-cookie-law/widget.php'),(2895,'wp-content/plugins/jetpack/modules/widgets/eu-cookie-law.php'),(2896,'wp-content/plugins/jetpack/modules/widgets/facebook-likebox/style.css'),(2897,'wp-content/plugins/jetpack/modules/widgets/facebook-likebox.php'),(2898,'wp-content/plugins/jetpack/modules/widgets/flickr/form.php'),(2899,'wp-content/plugins/jetpack/modules/widgets/flickr/style.css'),(2900,'wp-content/plugins/jetpack/modules/widgets/flickr/widget.php'),(2901,'wp-content/plugins/jetpack/modules/widgets/flickr.php'),(2902,'wp-content/plugins/jetpack/modules/widgets/gallery/css/admin-rtl.css'),(2903,'wp-content/plugins/jetpack/modules/widgets/gallery/css/admin-rtl.min.css'),(2904,'wp-content/plugins/jetpack/modules/widgets/gallery/css/admin.css'),(2905,'wp-content/plugins/jetpack/modules/widgets/gallery/css/admin.min.css'),(2906,'wp-content/plugins/jetpack/modules/widgets/gallery/css/rtl/admin-rtl.css'),(2907,'wp-content/plugins/jetpack/modules/widgets/gallery/js/admin.js'),(2908,'wp-content/plugins/jetpack/modules/widgets/gallery/js/gallery.js'),(2909,'wp-content/plugins/jetpack/modules/widgets/gallery/templates/form.php'),(2910,'wp-content/plugins/jetpack/modules/widgets/gallery.php'),(2911,'wp-content/plugins/jetpack/modules/widgets/goodreads/css/goodreads.css'),(2912,'wp-content/plugins/jetpack/modules/widgets/goodreads/css/rtl/goodreads-rtl.css'),(2913,'wp-content/plugins/jetpack/modules/widgets/goodreads.php'),(2914,'wp-content/plugins/jetpack/modules/widgets/google-translate/google-translate.js'),(2915,'wp-content/plugins/jetpack/modules/widgets/google-translate.php'),(2916,'wp-content/plugins/jetpack/modules/widgets/gravatar-profile.css'),(2917,'wp-content/plugins/jetpack/modules/widgets/gravatar-profile.php'),(2918,'wp-content/plugins/jetpack/modules/widgets/image-widget/style.css'),(2919,'wp-content/plugins/jetpack/modules/widgets/image-widget.php'),(2920,'wp-content/plugins/jetpack/modules/widgets/internet-defense-league.php'),(2921,'wp-content/plugins/jetpack/modules/widgets/mailchimp.php'),(2922,'wp-content/plugins/jetpack/modules/widgets/migrate-to-core/gallery-widget.php'),(2923,'wp-content/plugins/jetpack/modules/widgets/migrate-to-core/image-widget.php'),(2924,'wp-content/plugins/jetpack/modules/widgets/milestone/admin.js'),(2925,'wp-content/plugins/jetpack/modules/widgets/milestone/milestone.js'),(2926,'wp-content/plugins/jetpack/modules/widgets/milestone/milestone.php'),(2927,'wp-content/plugins/jetpack/modules/widgets/milestone/style-admin.css'),(2928,'wp-content/plugins/jetpack/modules/widgets/milestone.php'),(2929,'wp-content/plugins/jetpack/modules/widgets/my-community/style.css'),(2930,'wp-content/plugins/jetpack/modules/widgets/my-community.php'),(2931,'wp-content/plugins/jetpack/modules/widgets/rsslinks-widget.php'),(2932,'wp-content/plugins/jetpack/modules/widgets/search/css/search-widget-admin-ui.css'),(2933,'wp-content/plugins/jetpack/modules/widgets/search/css/search-widget-frontend.css'),(2934,'wp-content/plugins/jetpack/modules/widgets/search/js/search-widget-admin.js'),(2935,'wp-content/plugins/jetpack/modules/widgets/search/js/search-widget.js'),(2936,'wp-content/plugins/jetpack/modules/widgets/search.php'),(2937,'wp-content/plugins/jetpack/modules/widgets/simple-payments/admin-warning.php'),(2938,'wp-content/plugins/jetpack/modules/widgets/simple-payments/customizer.css'),(2939,'wp-content/plugins/jetpack/modules/widgets/simple-payments/customizer.js'),(2940,'wp-content/plugins/jetpack/modules/widgets/simple-payments/form.php'),(2941,'wp-content/plugins/jetpack/modules/widgets/simple-payments/style.css'),(2942,'wp-content/plugins/jetpack/modules/widgets/simple-payments/widget.php'),(2943,'wp-content/plugins/jetpack/modules/widgets/simple-payments.php'),(2944,'wp-content/plugins/jetpack/modules/widgets/social-icons/social-icons-admin.css'),(2945,'wp-content/plugins/jetpack/modules/widgets/social-icons/social-icons-admin.js'),(2946,'wp-content/plugins/jetpack/modules/widgets/social-icons/social-icons.css'),(2947,'wp-content/plugins/jetpack/modules/widgets/social-icons.php'),(2948,'wp-content/plugins/jetpack/modules/widgets/social-media-icons/style.css'),(2949,'wp-content/plugins/jetpack/modules/widgets/social-media-icons.php'),(2950,'wp-content/plugins/jetpack/modules/widgets/top-posts/style.css'),(2951,'wp-content/plugins/jetpack/modules/widgets/top-posts.php'),(2952,'wp-content/plugins/jetpack/modules/widgets/twitter-timeline-admin.js'),(2953,'wp-content/plugins/jetpack/modules/widgets/twitter-timeline.php'),(2954,'wp-content/plugins/jetpack/modules/widgets/upcoming-events.php'),(2955,'wp-content/plugins/jetpack/modules/widgets/wordpress-post-widget/class.jetpack-display-posts-widget-base.php'),(2956,'wp-content/plugins/jetpack/modules/widgets/wordpress-post-widget/class.jetpack-display-posts-widget.php'),(2957,'wp-content/plugins/jetpack/modules/widgets/wordpress-post-widget/style.css'),(2958,'wp-content/plugins/jetpack/modules/widgets/wordpress-post-widget.php'),(2959,'wp-content/plugins/jetpack/modules/widgets.php'),(2960,'wp-content/plugins/jetpack/modules/woocommerce-analytics/classes/wp-woocommerce-analytics-universal.php'),(2961,'wp-content/plugins/jetpack/modules/woocommerce-analytics/wp-woocommerce-analytics.php'),(2962,'wp-content/plugins/jetpack/modules/wordads/css/style.css'),(2963,'wp-content/plugins/jetpack/modules/wordads/php/admin.php'),(2964,'wp-content/plugins/jetpack/modules/wordads/php/api.php'),(2965,'wp-content/plugins/jetpack/modules/wordads/php/cron.php'),(2966,'wp-content/plugins/jetpack/modules/wordads/php/networks/amazon.php'),(2967,'wp-content/plugins/jetpack/modules/wordads/php/params.php'),(2968,'wp-content/plugins/jetpack/modules/wordads/php/widgets.php'),(2969,'wp-content/plugins/jetpack/modules/wordads/wordads.php'),(2970,'wp-content/plugins/jetpack/modules/wordads.php'),(2971,'wp-content/plugins/jetpack/modules/wpcom-block-editor/class-jetpack-wpcom-block-editor.php'),(2972,'wp-content/plugins/jetpack/modules/wpgroho.js'),(2973,'wp-content/plugins/jetpack/readme.txt'),(2974,'wp-content/plugins/jetpack/require-lib.php'),(2975,'wp-content/plugins/jetpack/sal/class.json-api-date.php'),(2976,'wp-content/plugins/jetpack/sal/class.json-api-links.php'),(2977,'wp-content/plugins/jetpack/sal/class.json-api-metadata.php'),(2978,'wp-content/plugins/jetpack/sal/class.json-api-platform-jetpack.php'),(2979,'wp-content/plugins/jetpack/sal/class.json-api-platform.php'),(2980,'wp-content/plugins/jetpack/sal/class.json-api-post-base.php'),(2981,'wp-content/plugins/jetpack/sal/class.json-api-post-jetpack.php'),(2982,'wp-content/plugins/jetpack/sal/class.json-api-site-base.php'),(2983,'wp-content/plugins/jetpack/sal/class.json-api-site-jetpack-base.php'),(2984,'wp-content/plugins/jetpack/sal/class.json-api-site-jetpack.php'),(2985,'wp-content/plugins/jetpack/sal/class.json-api-token.php'),(2986,'wp-content/plugins/jetpack/src/Tracking.php'),(2987,'wp-content/plugins/jetpack/uninstall.php'),(2988,'wp-content/plugins/jetpack/vendor/autoload.php'),(2989,'wp-content/plugins/jetpack/vendor/autoload_packages.php'),(2990,'wp-content/plugins/jetpack/vendor/automattic/jetpack-abtest/src/Abtest.php'),(2991,'wp-content/plugins/jetpack/vendor/automattic/jetpack-assets/src/Assets.php'),(2992,'wp-content/plugins/jetpack/vendor/automattic/jetpack-compat/functions.php'),(2993,'wp-content/plugins/jetpack/vendor/automattic/jetpack-compat/legacy/class.jetpack-client.php'),(2994,'wp-content/plugins/jetpack/vendor/automattic/jetpack-compat/legacy/class.jetpack-sync-actions.php'),(2995,'wp-content/plugins/jetpack/vendor/automattic/jetpack-compat/legacy/class.jetpack-sync-modules.php'),(2996,'wp-content/plugins/jetpack/vendor/automattic/jetpack-compat/legacy/class.jetpack-sync-settings.php'),(2997,'wp-content/plugins/jetpack/vendor/automattic/jetpack-compat/legacy/class.jetpack-tracks.php'),(2998,'wp-content/plugins/jetpack/vendor/automattic/jetpack-compat/lib/tracks/client.php'),(2999,'wp-content/plugins/jetpack/vendor/automattic/jetpack-connection/legacy/class.jetpack-ixr-client-multicall.php'),(3000,'wp-content/plugins/jetpack/vendor/automattic/jetpack-connection/legacy/class.jetpack-ixr-client.php'),(3001,'wp-content/plugins/jetpack/vendor/automattic/jetpack-connection/legacy/class.jetpack-signature.php'),(3002,'wp-content/plugins/jetpack/vendor/automattic/jetpack-connection/legacy/class.jetpack-xmlrpc-server.php'),(3003,'wp-content/plugins/jetpack/vendor/automattic/jetpack-connection/legacy/load-ixr.php'),(3004,'wp-content/plugins/jetpack/vendor/automattic/jetpack-connection/src/Client.php'),(3005,'wp-content/plugins/jetpack/vendor/automattic/jetpack-connection/src/Manager.php'),(3006,'wp-content/plugins/jetpack/vendor/automattic/jetpack-connection/src/Manager_Interface.php'),(3007,'wp-content/plugins/jetpack/vendor/automattic/jetpack-connection/src/REST_Connector.php'),(3008,'wp-content/plugins/jetpack/vendor/automattic/jetpack-connection/src/XMLRPC_Connector.php'),(3009,'wp-content/plugins/jetpack/vendor/automattic/jetpack-constants/src/Constants.php'),(3010,'wp-content/plugins/jetpack/vendor/automattic/jetpack-error/src/Error.php'),(3011,'wp-content/plugins/jetpack/vendor/automattic/jetpack-jitm/assets/jetpack-admin-jitm-rtl.css'),(3012,'wp-content/plugins/jetpack/vendor/automattic/jetpack-jitm/assets/jetpack-admin-jitm-rtl.min.css'),(3013,'wp-content/plugins/jetpack/vendor/automattic/jetpack-jitm/assets/jetpack-admin-jitm.css'),(3014,'wp-content/plugins/jetpack/vendor/automattic/jetpack-jitm/assets/jetpack-admin-jitm.min.css'),(3015,'wp-content/plugins/jetpack/vendor/automattic/jetpack-jitm/src/JITM.php'),(3016,'wp-content/plugins/jetpack/vendor/automattic/jetpack-logo/src/Logo.php'),(3017,'wp-content/plugins/jetpack/vendor/automattic/jetpack-options/legacy/class.jetpack-options.php'),(3018,'wp-content/plugins/jetpack/vendor/automattic/jetpack-roles/src/Roles.php'),(3019,'wp-content/plugins/jetpack/vendor/automattic/jetpack-status/src/Status.php'),(3020,'wp-content/plugins/jetpack/vendor/automattic/jetpack-sync/src/Actions.php'),(3021,'wp-content/plugins/jetpack/vendor/automattic/jetpack-sync/src/Codec_Interface.php'),(3022,'wp-content/plugins/jetpack/vendor/automattic/jetpack-sync/src/Defaults.php'),(3023,'wp-content/plugins/jetpack/vendor/automattic/jetpack-sync/src/Functions.php'),(3024,'wp-content/plugins/jetpack/vendor/automattic/jetpack-sync/src/Json_Deflate_Array_Codec.php'),(3025,'wp-content/plugins/jetpack/vendor/automattic/jetpack-sync/src/Listener.php'),(3026,'wp-content/plugins/jetpack/vendor/automattic/jetpack-sync/src/Main.php'),(3027,'wp-content/plugins/jetpack/vendor/automattic/jetpack-sync/src/Modules.php'),(3028,'wp-content/plugins/jetpack/vendor/automattic/jetpack-sync/src/Queue.php'),(3029,'wp-content/plugins/jetpack/vendor/automattic/jetpack-sync/src/Queue_Buffer.php'),(3030,'wp-content/plugins/jetpack/vendor/automattic/jetpack-sync/src/Replicastore.php'),(3031,'wp-content/plugins/jetpack/vendor/automattic/jetpack-sync/src/Replicastore_Interface.php'),(3032,'wp-content/plugins/jetpack/vendor/automattic/jetpack-sync/src/Sender.php'),(3033,'wp-content/plugins/jetpack/vendor/automattic/jetpack-sync/src/Server.php'),(3034,'wp-content/plugins/jetpack/vendor/automattic/jetpack-sync/src/Settings.php'),(3035,'wp-content/plugins/jetpack/vendor/automattic/jetpack-sync/src/Simple_Codec.php'),(3036,'wp-content/plugins/jetpack/vendor/automattic/jetpack-sync/src/Users.php'),(3037,'wp-content/plugins/jetpack/vendor/automattic/jetpack-sync/src/Utils.php'),(3038,'wp-content/plugins/jetpack/vendor/automattic/jetpack-sync/src/modules/Attachments.php'),(3039,'wp-content/plugins/jetpack/vendor/automattic/jetpack-sync/src/modules/Callables.php'),(3040,'wp-content/plugins/jetpack/vendor/automattic/jetpack-sync/src/modules/Comments.php'),(3041,'wp-content/plugins/jetpack/vendor/automattic/jetpack-sync/src/modules/Constants.php'),(3042,'wp-content/plugins/jetpack/vendor/automattic/jetpack-sync/src/modules/Full_Sync.php'),(3043,'wp-content/plugins/jetpack/vendor/automattic/jetpack-sync/src/modules/Import.php'),(3044,'wp-content/plugins/jetpack/vendor/automattic/jetpack-sync/src/modules/Menus.php'),(3045,'wp-content/plugins/jetpack/vendor/automattic/jetpack-sync/src/modules/Meta.php'),(3046,'wp-content/plugins/jetpack/vendor/automattic/jetpack-sync/src/modules/Module.php'),(3047,'wp-content/plugins/jetpack/vendor/automattic/jetpack-sync/src/modules/Network_Options.php'),(3048,'wp-content/plugins/jetpack/vendor/automattic/jetpack-sync/src/modules/Options.php'),(3049,'wp-content/plugins/jetpack/vendor/automattic/jetpack-sync/src/modules/Plugins.php'),(3050,'wp-content/plugins/jetpack/vendor/automattic/jetpack-sync/src/modules/Posts.php'),(3051,'wp-content/plugins/jetpack/vendor/automattic/jetpack-sync/src/modules/Protect.php'),(3052,'wp-content/plugins/jetpack/vendor/automattic/jetpack-sync/src/modules/Stats.php'),(3053,'wp-content/plugins/jetpack/vendor/automattic/jetpack-sync/src/modules/Term_Relationships.php'),(3054,'wp-content/plugins/jetpack/vendor/automattic/jetpack-sync/src/modules/Terms.php'),(3055,'wp-content/plugins/jetpack/vendor/automattic/jetpack-sync/src/modules/Themes.php'),(3056,'wp-content/plugins/jetpack/vendor/automattic/jetpack-sync/src/modules/Updates.php'),(3057,'wp-content/plugins/jetpack/vendor/automattic/jetpack-sync/src/modules/Users.php'),(3058,'wp-content/plugins/jetpack/vendor/automattic/jetpack-sync/src/modules/WP_Super_Cache.php'),(3059,'wp-content/plugins/jetpack/vendor/automattic/jetpack-sync/src/modules/WooCommerce.php'),(3060,'wp-content/plugins/jetpack/vendor/automattic/jetpack-tracking/legacy/class.tracks-client.php'),(3061,'wp-content/plugins/jetpack/vendor/automattic/jetpack-tracking/legacy/class.tracks-event.php'),(3062,'wp-content/plugins/jetpack/vendor/automattic/jetpack-tracking/src/Tracking.php'),(3063,'wp-content/plugins/jetpack/vendor/composer/ClassLoader.php'),(3064,'wp-content/plugins/jetpack/vendor/composer/LICENSE'),(3065,'wp-content/plugins/jetpack/vendor/composer/autoload_classmap.php'),(3066,'wp-content/plugins/jetpack/vendor/composer/autoload_classmap_package.php'),(3067,'wp-content/plugins/jetpack/vendor/composer/autoload_files.php'),(3068,'wp-content/plugins/jetpack/vendor/composer/autoload_namespaces.php'),(3069,'wp-content/plugins/jetpack/vendor/composer/autoload_psr4.php'),(3070,'wp-content/plugins/jetpack/vendor/composer/autoload_real.php'),(3071,'wp-content/plugins/jetpack/vendor/composer/autoload_static.php'),(3072,'wp-content/plugins/jetpack/vendor/composer/installed.json'),(3073,'wp-content/plugins/jetpack/views/admin/must-connect-main-blog.php'),(3074,'wp-content/plugins/jetpack/views/admin/network-activated-notice.php'),(3075,'wp-content/plugins/jetpack/views/admin/network-admin-alert.php'),(3076,'wp-content/plugins/jetpack/views/admin/network-admin-footer.php'),(3077,'wp-content/plugins/jetpack/views/admin/network-admin-header.php'),(3078,'wp-content/plugins/jetpack/views/admin/network-settings.php'),(3079,'wp-content/plugins/jetpack/wp-cli-templates/block-edit-js.mustache'),(3080,'wp-content/plugins/jetpack/wp-cli-templates/block-editor-js.mustache'),(3081,'wp-content/plugins/jetpack/wp-cli-templates/block-editor-scss.mustache'),(3082,'wp-content/plugins/jetpack/wp-cli-templates/block-index-js.mustache'),(3083,'wp-content/plugins/jetpack/wp-cli-templates/block-register-php.mustache'),(3084,'wp-content/plugins/jetpack/wp-cli-templates/readme.md'),(3085,'wp-content/plugins/jetpack/wpml-config.xml'),(3086,'wp-content/plugins/kt-tinymce-color-grid/css/a.png'),(3087,'wp-content/plugins/kt-tinymce-color-grid/css/alpha.png'),(3088,'wp-content/plugins/kt-tinymce-color-grid/css/beaver.css'),(3089,'wp-content/plugins/kt-tinymce-color-grid/css/elementor.css'),(3090,'wp-content/plugins/kt-tinymce-color-grid/css/fontpress-colpicker.css'),(3091,'wp-content/plugins/kt-tinymce-color-grid/css/marker.png'),(3092,'wp-content/plugins/kt-tinymce-color-grid/css/mask.png'),(3093,'wp-content/plugins/kt-tinymce-color-grid/css/settings.css'),(3094,'wp-content/plugins/kt-tinymce-color-grid/css/settings.scss'),(3095,'wp-content/plugins/kt-tinymce-color-grid/css/wheel.png'),(3096,'wp-content/plugins/kt-tinymce-color-grid/index.php'),(3097,'wp-content/plugins/kt-tinymce-color-grid/js/fontpress-colpicker.js'),(3098,'wp-content/plugins/kt-tinymce-color-grid/js/iris.js'),(3099,'wp-content/plugins/kt-tinymce-color-grid/js/ntc.js'),(3100,'wp-content/plugins/kt-tinymce-color-grid/js/settings.js'),(3101,'wp-content/plugins/kt-tinymce-color-grid/readme.txt'),(3102,'wp-content/plugins/kt-tinymce-color-grid/uninstall.php'),(3103,'wp-content/plugins/microthemer/error-reports/debug/index.php'),(3104,'wp-content/plugins/microthemer/error-reports/index.php'),(3105,'wp-content/plugins/microthemer/get-dir-paths.inc.php'),(3106,'wp-content/plugins/microthemer/includes/animation/animation-code.inc.php'),(3107,'wp-content/plugins/microthemer/includes/class-json.php'),(3108,'wp-content/plugins/microthemer/includes/fonts-api.php'),(3109,'wp-content/plugins/microthemer/includes/fonts.php'),(3110,'wp-content/plugins/microthemer/includes/internal-docs.php'),(3111,'wp-content/plugins/microthemer/includes/js-dynamic.php'),(3112,'wp-content/plugins/microthemer/includes/js-i18n.inc.php'),(3113,'wp-content/plugins/microthemer/includes/min-css-js/minify/src/CSS.php'),(3114,'wp-content/plugins/microthemer/includes/min-css-js/minify/src/Exception.php'),(3115,'wp-content/plugins/microthemer/includes/min-css-js/minify/src/Exceptions/BasicException.php'),(3116,'wp-content/plugins/microthemer/includes/min-css-js/minify/src/Exceptions/FileImportException.php'),(3117,'wp-content/plugins/microthemer/includes/min-css-js/minify/src/Exceptions/IOException.php'),(3118,'wp-content/plugins/microthemer/includes/min-css-js/minify/src/JS.php'),(3119,'wp-content/plugins/microthemer/includes/min-css-js/minify/src/Minify.php'),(3120,'wp-content/plugins/microthemer/includes/min-css-js/mt-minify.php'),(3121,'wp-content/plugins/microthemer/includes/min-css-js/path-converter/src/Converter.php'),(3122,'wp-content/plugins/microthemer/includes/place-holder2.html'),(3123,'wp-content/plugins/microthemer/includes/program-data.php'),(3124,'wp-content/plugins/microthemer/includes/property-options.inc.php'),(3125,'wp-content/plugins/microthemer/includes/regenerate-animations.inc.php'),(3126,'wp-content/plugins/microthemer/includes/regenerate-option-icons.inc.php'),(3127,'wp-content/plugins/microthemer/includes/resolve-css3.inc.php'),(3128,'wp-content/plugins/microthemer/includes/resolve-input-fields.inc.php'),(3129,'wp-content/plugins/microthemer/includes/scssphp/mt-scss.php'),(3130,'wp-content/plugins/microthemer/includes/scssphp/scssphp-oct-2018/example/Server.php'),(3131,'wp-content/plugins/microthemer/includes/scssphp/scssphp-oct-2018/scss.inc.php'),(3132,'wp-content/plugins/microthemer/includes/scssphp/scssphp-oct-2018/src/Base/Range.php'),(3133,'wp-content/plugins/microthemer/includes/scssphp/scssphp-oct-2018/src/Block.php'),(3134,'wp-content/plugins/microthemer/includes/scssphp/scssphp-oct-2018/src/Colors.php'),(3135,'wp-content/plugins/microthemer/includes/scssphp/scssphp-oct-2018/src/Compiler/Environment.php'),(3136,'wp-content/plugins/microthemer/includes/scssphp/scssphp-oct-2018/src/Compiler.php'),(3137,'wp-content/plugins/microthemer/includes/scssphp/scssphp-oct-2018/src/Exception/CompilerException.php'),(3138,'wp-content/plugins/microthemer/includes/scssphp/scssphp-oct-2018/src/Exception/ParserException.php'),(3139,'wp-content/plugins/microthemer/includes/scssphp/scssphp-oct-2018/src/Exception/RangeException.php'),(3140,'wp-content/plugins/microthemer/includes/scssphp/scssphp-oct-2018/src/Exception/ServerException.php'),(3141,'wp-content/plugins/microthemer/includes/scssphp/scssphp-oct-2018/src/Formatter/Compact.php'),(3142,'wp-content/plugins/microthemer/includes/scssphp/scssphp-oct-2018/src/Formatter/Compressed.php'),(3143,'wp-content/plugins/microthemer/includes/scssphp/scssphp-oct-2018/src/Formatter/Crunched.php'),(3144,'wp-content/plugins/microthemer/includes/scssphp/scssphp-oct-2018/src/Formatter/Debug.php'),(3145,'wp-content/plugins/microthemer/includes/scssphp/scssphp-oct-2018/src/Formatter/Expanded.php'),(3146,'wp-content/plugins/microthemer/includes/scssphp/scssphp-oct-2018/src/Formatter/Nested.php'),(3147,'wp-content/plugins/microthemer/includes/scssphp/scssphp-oct-2018/src/Formatter/OutputBlock.php'),(3148,'wp-content/plugins/microthemer/includes/scssphp/scssphp-oct-2018/src/Formatter.php'),(3149,'wp-content/plugins/microthemer/includes/scssphp/scssphp-oct-2018/src/Node/Number.php'),(3150,'wp-content/plugins/microthemer/includes/scssphp/scssphp-oct-2018/src/Node.php'),(3151,'wp-content/plugins/microthemer/includes/scssphp/scssphp-oct-2018/src/Parser.php'),(3152,'wp-content/plugins/microthemer/includes/scssphp/scssphp-oct-2018/src/SourceMap/Base64.php'),(3153,'wp-content/plugins/microthemer/includes/scssphp/scssphp-oct-2018/src/SourceMap/Base64VLQ.php'),(3154,'wp-content/plugins/microthemer/includes/scssphp/scssphp-oct-2018/src/SourceMap/Base64VLQEncoder.php'),(3155,'wp-content/plugins/microthemer/includes/scssphp/scssphp-oct-2018/src/SourceMap/SourceMapGenerator.php'),(3156,'wp-content/plugins/microthemer/includes/scssphp/scssphp-oct-2018/src/Type.php'),(3157,'wp-content/plugins/microthemer/includes/scssphp/scssphp-oct-2018/src/Util.php'),(3158,'wp-content/plugins/microthemer/includes/scssphp/scssphp-oct-2018/src/Version.php'),(3159,'wp-content/plugins/microthemer/includes/tvr-manage-micro-themes.php'),(3160,'wp-content/plugins/microthemer/includes/tvr-manage-single.php'),(3161,'wp-content/plugins/microthemer/includes/tvr-microthemer-preferences.php'),(3162,'wp-content/plugins/microthemer/includes/tvr-microthemer-preview-wrap.php'),(3163,'wp-content/plugins/microthemer/includes/tvr-microthemer-ui.php'),(3164,'wp-content/plugins/microthemer/js-min/ace/ace.js'),(3165,'wp-content/plugins/microthemer/js-min/ace/ext-language_tools.js'),(3166,'wp-content/plugins/microthemer/js-min/ace/ext-searchbox.js'),(3167,'wp-content/plugins/microthemer/js-min/ace/mode-css.js'),(3168,'wp-content/plugins/microthemer/js-min/ace/mode-html.js'),(3169,'wp-content/plugins/microthemer/js-min/ace/mode-javascript.js'),(3170,'wp-content/plugins/microthemer/js-min/ace/mode-sass.js'),(3171,'wp-content/plugins/microthemer/js-min/ace/mode-scss.js'),(3172,'wp-content/plugins/microthemer/js-min/ace/snippets/css.js'),(3173,'wp-content/plugins/microthemer/js-min/ace/snippets/html.js'),(3174,'wp-content/plugins/microthemer/js-min/ace/snippets/javascript.js'),(3175,'wp-content/plugins/microthemer/js-min/ace/snippets/scss.js'),(3176,'wp-content/plugins/microthemer/js-min/ace/snippets/text.js'),(3177,'wp-content/plugins/microthemer/js-min/ace/theme-chrome.js'),(3178,'wp-content/plugins/microthemer/js-min/ace/theme-merbivore.js'),(3179,'wp-content/plugins/microthemer/js-min/ace/worker-css.js'),(3180,'wp-content/plugins/microthemer/js-min/ace/worker-html.js'),(3181,'wp-content/plugins/microthemer/js-min/ace/worker-javascript.js'),(3182,'wp-content/plugins/microthemer/js-min/animation-events.js'),(3183,'wp-content/plugins/microthemer/js-min/deps.js'),(3184,'wp-content/plugins/microthemer/js-min/detached-preview.js'),(3185,'wp-content/plugins/microthemer/js-min/fonts.js'),(3186,'wp-content/plugins/microthemer/js-min/frontend.js'),(3187,'wp-content/plugins/microthemer/js-min/microthemer.js'),(3188,'wp-content/plugins/microthemer/js-min/packs.js'),(3189,'wp-content/plugins/microthemer/js-min/sass/sass.js'),(3190,'wp-content/plugins/microthemer/js-min/sass/sass.worker.js'),(3191,'wp-content/plugins/microthemer/pie/PIE.php'),(3192,'wp-content/plugins/microthemer/tmp/index.php'),(3193,'wp-content/plugins/microthemer/tvr-microthemer.php'),(3194,'wp-content/plugins/microthemer/uninstall.php'),(3195,'wp-content/plugins/microthemer/zip-exports/index.php'),(3196,'wp-content/plugins/really-simple-ssl/assets/complianz.jpg'),(3197,'wp-content/plugins/really-simple-ssl/assets/edd-moneybird.jpg'),(3198,'wp-content/plugins/really-simple-ssl/assets/mail-alerts.jpg'),(3199,'wp-content/plugins/really-simple-ssl/assets/most-visited.jpg'),(3200,'wp-content/plugins/really-simple-ssl/assets/really-simple-plugins.png'),(3201,'wp-content/plugins/really-simple-ssl/assets/rsssl-pro.jpg'),(3202,'wp-content/plugins/really-simple-ssl/assets/tagging.jpg'),(3203,'wp-content/plugins/really-simple-ssl/assets/woocommerce-moneybird.jpg'),(3204,'wp-content/plugins/really-simple-ssl/assets/ziprecipes.png'),(3205,'wp-content/plugins/really-simple-ssl/class-admin.php'),(3206,'wp-content/plugins/really-simple-ssl/class-cache.php'),(3207,'wp-content/plugins/really-simple-ssl/class-certificate.php'),(3208,'wp-content/plugins/really-simple-ssl/class-front-end.php'),(3209,'wp-content/plugins/really-simple-ssl/class-help.php'),(3210,'wp-content/plugins/really-simple-ssl/class-mixed-content-fixer.php'),(3211,'wp-content/plugins/really-simple-ssl/class-multisite.php'),(3212,'wp-content/plugins/really-simple-ssl/class-rsssl-wp-cli.php'),(3213,'wp-content/plugins/really-simple-ssl/class-server.php'),(3214,'wp-content/plugins/really-simple-ssl/class-site-health.php'),(3215,'wp-content/plugins/really-simple-ssl/class-url.php'),(3216,'wp-content/plugins/really-simple-ssl/css/index.php'),(3217,'wp-content/plugins/really-simple-ssl/css/main-rtl.css'),(3218,'wp-content/plugins/really-simple-ssl/css/main-rtl.min.css'),(3219,'wp-content/plugins/really-simple-ssl/css/main.css'),(3220,'wp-content/plugins/really-simple-ssl/css/main.min.css'),(3221,'wp-content/plugins/really-simple-ssl/force-deactivate.txt'),(3222,'wp-content/plugins/really-simple-ssl/img/check-icon.png'),(3223,'wp-content/plugins/really-simple-ssl/img/cross-icon.png'),(3224,'wp-content/plugins/really-simple-ssl/img/index.php'),(3225,'wp-content/plugins/really-simple-ssl/img/warning-icon.png'),(3226,'wp-content/plugins/really-simple-ssl/index.php'),(3227,'wp-content/plugins/really-simple-ssl/languages/index.php'),(3228,'wp-content/plugins/really-simple-ssl/languages/really-simple-ssl-fr_FR.mo'),(3229,'wp-content/plugins/really-simple-ssl/languages/really-simple-ssl-fr_FR.po'),(3230,'wp-content/plugins/really-simple-ssl/languages/really-simple-ssl-ru_RU.mo'),(3231,'wp-content/plugins/really-simple-ssl/languages/really-simple-ssl-ru_RU.po'),(3232,'wp-content/plugins/really-simple-ssl/languages/really-simple-ssl.po'),(3233,'wp-content/plugins/really-simple-ssl/multisite-cron.php'),(3234,'wp-content/plugins/really-simple-ssl/readme.txt'),(3235,'wp-content/plugins/really-simple-ssl/rlrsssl-really-simple-ssl.php'),(3236,'wp-content/plugins/really-simple-ssl/ssl-test-page.php'),(3237,'wp-content/plugins/really-simple-ssl/testssl/cdn/.htaccess'),(3238,'wp-content/plugins/really-simple-ssl/testssl/cdn/ssl-test-page.html'),(3239,'wp-content/plugins/really-simple-ssl/testssl/cloudflare/.htaccess'),(3240,'wp-content/plugins/really-simple-ssl/testssl/cloudflare/ssl-test-page.html'),(3241,'wp-content/plugins/really-simple-ssl/testssl/cloudfront/.htaccess'),(3242,'wp-content/plugins/really-simple-ssl/testssl/cloudfront/ssl-test-page.html'),(3243,'wp-content/plugins/really-simple-ssl/testssl/envhttps/.htaccess'),(3244,'wp-content/plugins/really-simple-ssl/testssl/envhttps/ssl-test-page.html'),(3245,'wp-content/plugins/really-simple-ssl/testssl/loadbalancer/.htaccess'),(3246,'wp-content/plugins/really-simple-ssl/testssl/loadbalancer/ssl-test-page.html'),(3247,'wp-content/plugins/really-simple-ssl/testssl/serverhttps1/.htaccess'),(3248,'wp-content/plugins/really-simple-ssl/testssl/serverhttps1/ssl-test-page.html'),(3249,'wp-content/plugins/really-simple-ssl/testssl/serverhttpson/.htaccess'),(3250,'wp-content/plugins/really-simple-ssl/testssl/serverhttpson/ssl-test-page.html'),(3251,'wp-content/plugins/really-simple-ssl/testssl/serverhttpxforwardedssl1/.htaccess'),(3252,'wp-content/plugins/really-simple-ssl/testssl/serverhttpxforwardedssl1/ssl-test-page.html'),(3253,'wp-content/plugins/really-simple-ssl/testssl/serverhttpxforwardedsslon/.htaccess'),(3254,'wp-content/plugins/really-simple-ssl/testssl/serverhttpxforwardedsslon/ssl-test-page.html'),(3255,'wp-content/plugins/really-simple-ssl/testssl/serverhttpxproto/.htaccess'),(3256,'wp-content/plugins/really-simple-ssl/testssl/serverhttpxproto/ssl-test-page.html'),(3257,'wp-content/plugins/really-simple-ssl/testssl/serverport443/.htaccess'),(3258,'wp-content/plugins/really-simple-ssl/testssl/serverport443/ssl-test-page.html'),(3259,'wp-content/plugins/really-simple-ssl/uninstall.php'),(3260,'wp-content/plugins/reset-astra-customizer/assets/js/customizer-reset.js'),(3261,'wp-content/plugins/reset-astra-customizer/class-astra-theme-customizer-reset.php'),(3262,'wp-content/plugins/reset-astra-customizer/readme.txt'),(3263,'wp-content/plugins/sidebar-manager/classes/class-bsf-sb-loader.php'),(3264,'wp-content/plugins/sidebar-manager/classes/class-bsf-sb-metabox.php'),(3265,'wp-content/plugins/sidebar-manager/classes/class-bsf-sb-post-type.php'),(3266,'wp-content/plugins/sidebar-manager/classes/class-bsf-sb-sidebar.php'),(3267,'wp-content/plugins/sidebar-manager/classes/class-bsf-sb-white-label.php'),(3268,'wp-content/plugins/sidebar-manager/classes/modules/target-rule/class-bsf-sb-target-rules-fields.php'),(3269,'wp-content/plugins/sidebar-manager/classes/modules/target-rule/select2.css'),(3270,'wp-content/plugins/sidebar-manager/classes/modules/target-rule/select2.js'),(3271,'wp-content/plugins/sidebar-manager/classes/modules/target-rule/target-rule.css'),(3272,'wp-content/plugins/sidebar-manager/classes/modules/target-rule/target-rule.js'),(3273,'wp-content/plugins/sidebar-manager/classes/modules/target-rule/user-role.js'),(3274,'wp-content/plugins/sidebar-manager/includes/white-label.php'),(3275,'wp-content/plugins/sidebar-manager/languages/sidebar-manager.pot'),(3276,'wp-content/plugins/sidebar-manager/readme.txt'),(3277,'wp-content/plugins/sidebar-manager/sidebar-manager.php'),(3278,'wp-content/plugins/simple-css/css/ambiance.css'),(3279,'wp-content/plugins/simple-css/css/codemirror.css'),(3280,'wp-content/plugins/simple-css/css/style.css'),(3281,'wp-content/plugins/simple-css/customize/css-control.php'),(3282,'wp-content/plugins/simple-css/js/codemirror.js'),(3283,'wp-content/plugins/simple-css/js/css.js'),(3284,'wp-content/plugins/simple-css/js/dialog.js'),(3285,'wp-content/plugins/simple-css/js/live-preview.js'),(3286,'wp-content/plugins/simple-css/js/search.js'),(3287,'wp-content/plugins/simple-css/js/searchcursor.js'),(3288,'wp-content/plugins/simple-css/license.txt'),(3289,'wp-content/plugins/simple-css/readme.txt'),(3290,'wp-content/plugins/simple-css/simple-css.php'),(3291,'wp-content/plugins/svg-support/admin/admin-init.php'),(3292,'wp-content/plugins/svg-support/admin/admin-notice.php'),(3293,'wp-content/plugins/svg-support/admin/img/shortpixel.png'),(3294,'wp-content/plugins/svg-support/admin/plugin-action-meta-links.php'),(3295,'wp-content/plugins/svg-support/admin/svgs-settings-page-help.php'),(3296,'wp-content/plugins/svg-support/admin/svgs-settings-page.php'),(3297,'wp-content/plugins/svg-support/config.codekit3'),(3298,'wp-content/plugins/svg-support/css/svgs-admin-edit-post.css'),(3299,'wp-content/plugins/svg-support/css/svgs-admin-simple-mode.css'),(3300,'wp-content/plugins/svg-support/css/svgs-admin.css'),(3301,'wp-content/plugins/svg-support/css/svgs-attachment.css'),(3302,'wp-content/plugins/svg-support/functions/attachment-modal.php'),(3303,'wp-content/plugins/svg-support/functions/attribute-control.php'),(3304,'wp-content/plugins/svg-support/functions/enqueue.php'),(3305,'wp-content/plugins/svg-support/functions/featured-image.php'),(3306,'wp-content/plugins/svg-support/functions/localization.php'),(3307,'wp-content/plugins/svg-support/functions/mime-types.php'),(3308,'wp-content/plugins/svg-support/functions/thumbnail-display.php'),(3309,'wp-content/plugins/svg-support/js/min/svgs-admin-notice-update-min.js'),(3310,'wp-content/plugins/svg-support/js/min/svgs-inline-min.js'),(3311,'wp-content/plugins/svg-support/js/svgs-admin-notice-update.js'),(3312,'wp-content/plugins/svg-support/js/svgs-inline.js'),(3313,'wp-content/plugins/svg-support/languages/svgsupport-es_ES.mo'),(3314,'wp-content/plugins/svg-support/languages/svgsupport-es_ES.po'),(3315,'wp-content/plugins/svg-support/languages/svgsupport-sr_RS.mo'),(3316,'wp-content/plugins/svg-support/languages/svgsupport-sr_RS.po'),(3317,'wp-content/plugins/svg-support/languages/svgsupport.pot'),(3318,'wp-content/plugins/svg-support/readme.txt'),(3319,'wp-content/plugins/svg-support/scss/svgs-admin-edit-post.scss'),(3320,'wp-content/plugins/svg-support/scss/svgs-admin-simple-mode.scss'),(3321,'wp-content/plugins/svg-support/scss/svgs-admin.scss'),(3322,'wp-content/plugins/svg-support/scss/svgs-attachment.scss'),(3323,'wp-content/plugins/svg-support/svg-support.php'),(3324,'wp-content/plugins/svg-support/svg-support.png'),(3325,'wp-content/plugins/thrive-ab-page-testing/assets/fonts/icons.svg'),(3326,'wp-content/plugins/thrive-ab-page-testing/assets/js/admin/collections/base.js'),(3327,'wp-content/plugins/thrive-ab-page-testing/assets/js/admin/collections/breadcrumbs.js'),(3328,'wp-content/plugins/thrive-ab-page-testing/assets/js/admin/main.js'),(3329,'wp-content/plugins/thrive-ab-page-testing/assets/js/admin/models/breadcrumb-link.js'),(3330,'wp-content/plugins/thrive-ab-page-testing/assets/js/admin/router.js'),(3331,'wp-content/plugins/thrive-ab-page-testing/assets/js/admin/views/breadcrumbs.js'),(3332,'wp-content/plugins/thrive-ab-page-testing/assets/js/admin/views/dashboard.js'),(3333,'wp-content/plugins/thrive-ab-page-testing/assets/js/admin/views/test-item.js'),(3334,'wp-content/plugins/thrive-ab-page-testing/assets/js/admin/views/test-list.js'),(3335,'wp-content/plugins/thrive-ab-page-testing/assets/js/admin/views/test-pagination.js'),(3336,'wp-content/plugins/thrive-ab-page-testing/assets/js/collections/base.js'),(3337,'wp-content/plugins/thrive-ab-page-testing/assets/js/collections/test-items.js'),(3338,'wp-content/plugins/thrive-ab-page-testing/assets/js/collections/variations.js'),(3339,'wp-content/plugins/thrive-ab-page-testing/assets/js/controls/edit_title.js'),(3340,'wp-content/plugins/thrive-ab-page-testing/assets/js/controls/page_search.js'),(3341,'wp-content/plugins/thrive-ab-page-testing/assets/js/controls/range.js'),(3342,'wp-content/plugins/thrive-ab-page-testing/assets/js/dist/app.js'),(3343,'wp-content/plugins/thrive-ab-page-testing/assets/js/dist/app.min.js'),(3344,'wp-content/plugins/thrive-ab-page-testing/assets/js/dist/edit-post.min.js'),(3345,'wp-content/plugins/thrive-ab-page-testing/assets/js/dist/editor.js'),(3346,'wp-content/plugins/thrive-ab-page-testing/assets/js/dist/editor.min.js'),(3347,'wp-content/plugins/thrive-ab-page-testing/assets/js/dist/tab-admin.js'),(3348,'wp-content/plugins/thrive-ab-page-testing/assets/js/dist/tab-admin.min.js'),(3349,'wp-content/plugins/thrive-ab-page-testing/assets/js/dist/tab-frontend.js'),(3350,'wp-content/plugins/thrive-ab-page-testing/assets/js/dist/tab-frontend.min.js'),(3351,'wp-content/plugins/thrive-ab-page-testing/assets/js/edit-post.js'),(3352,'wp-content/plugins/thrive-ab-page-testing/assets/js/editor.js'),(3353,'wp-content/plugins/thrive-ab-page-testing/assets/js/frontend/main.js'),(3354,'wp-content/plugins/thrive-ab-page-testing/assets/js/main.js'),(3355,'wp-content/plugins/thrive-ab-page-testing/assets/js/modals/archive.js'),(3356,'wp-content/plugins/thrive-ab-page-testing/assets/js/modals/automatic-winner-settings.js'),(3357,'wp-content/plugins/thrive-ab-page-testing/assets/js/modals/delete.js'),(3358,'wp-content/plugins/thrive-ab-page-testing/assets/js/modals/goal.js'),(3359,'wp-content/plugins/thrive-ab-page-testing/assets/js/modals/reset-stats.js'),(3360,'wp-content/plugins/thrive-ab-page-testing/assets/js/modals/test.js'),(3361,'wp-content/plugins/thrive-ab-page-testing/assets/js/modals/variation-winner.js'),(3362,'wp-content/plugins/thrive-ab-page-testing/assets/js/modals/winner.js'),(3363,'wp-content/plugins/thrive-ab-page-testing/assets/js/models/base.js'),(3364,'wp-content/plugins/thrive-ab-page-testing/assets/js/models/report-chart.js'),(3365,'wp-content/plugins/thrive-ab-page-testing/assets/js/models/test-item.js'),(3366,'wp-content/plugins/thrive-ab-page-testing/assets/js/models/test.js'),(3367,'wp-content/plugins/thrive-ab-page-testing/assets/js/models/traffic.js'),(3368,'wp-content/plugins/thrive-ab-page-testing/assets/js/models/variation.js'),(3369,'wp-content/plugins/thrive-ab-page-testing/assets/js/router.js'),(3370,'wp-content/plugins/thrive-ab-page-testing/assets/js/util.js'),(3371,'wp-content/plugins/thrive-ab-page-testing/assets/js/views/archived_variation.js'),(3372,'wp-content/plugins/thrive-ab-page-testing/assets/js/views/base.js'),(3373,'wp-content/plugins/thrive-ab-page-testing/assets/js/views/charts/line-chart.js'),(3374,'wp-content/plugins/thrive-ab-page-testing/assets/js/views/dashboard.js'),(3375,'wp-content/plugins/thrive-ab-page-testing/assets/js/views/goals/goal_page.js'),(3376,'wp-content/plugins/thrive-ab-page-testing/assets/js/views/goals/monetary-settings.js'),(3377,'wp-content/plugins/thrive-ab-page-testing/assets/js/views/goals/optins-settings.js'),(3378,'wp-content/plugins/thrive-ab-page-testing/assets/js/views/goals/settings.js'),(3379,'wp-content/plugins/thrive-ab-page-testing/assets/js/views/goals/visits-settings.js'),(3380,'wp-content/plugins/thrive-ab-page-testing/assets/js/views/report/report-chart.js'),(3381,'wp-content/plugins/thrive-ab-page-testing/assets/js/views/report/report-item.js'),(3382,'wp-content/plugins/thrive-ab-page-testing/assets/js/views/report/report.js'),(3383,'wp-content/plugins/thrive-ab-page-testing/assets/js/views/test/goal.js'),(3384,'wp-content/plugins/thrive-ab-page-testing/assets/js/views/test/item.js'),(3385,'wp-content/plugins/thrive-ab-page-testing/assets/js/views/test/table.js'),(3386,'wp-content/plugins/thrive-ab-page-testing/assets/js/views/variation.js'),(3387,'wp-content/plugins/thrive-ab-page-testing/includes/admin/class-thrive-ab-view-test-page.php'),(3388,'wp-content/plugins/thrive-ab-page-testing/includes/ajax/class-thrive-ab-ajax-controller.php'),(3389,'wp-content/plugins/thrive-ab-page-testing/includes/ajax/class-thrive-ab-ajax.php'),(3390,'wp-content/plugins/thrive-ab-page-testing/includes/class-thrive-ab-admin.php'),(3391,'wp-content/plugins/thrive-ab-page-testing/includes/class-thrive-ab-checker.php'),(3392,'wp-content/plugins/thrive-ab-page-testing/includes/class-thrive-ab-cookie-manager.php'),(3393,'wp-content/plugins/thrive-ab-page-testing/includes/class-thrive-ab-dashboard.php'),(3394,'wp-content/plugins/thrive-ab-page-testing/includes/class-thrive-ab-editor.php'),(3395,'wp-content/plugins/thrive-ab-page-testing/includes/class-thrive-ab-meta-box-completed-tests-table.php'),(3396,'wp-content/plugins/thrive-ab-page-testing/includes/class-thrive-ab-meta-box-variations-table.php'),(3397,'wp-content/plugins/thrive-ab-page-testing/includes/class-thrive-ab-meta-box.php'),(3398,'wp-content/plugins/thrive-ab-page-testing/includes/class-thrive-ab-meta.php'),(3399,'wp-content/plugins/thrive-ab-page-testing/includes/class-thrive-ab-model.php'),(3400,'wp-content/plugins/thrive-ab-page-testing/includes/class-thrive-ab-page.php'),(3401,'wp-content/plugins/thrive-ab-page-testing/includes/class-thrive-ab-post-status.php'),(3402,'wp-content/plugins/thrive-ab-page-testing/includes/class-thrive-ab-post-types.php'),(3403,'wp-content/plugins/thrive-ab-page-testing/includes/class-thrive-ab-post.php'),(3404,'wp-content/plugins/thrive-ab-page-testing/includes/class-thrive-ab-product.php'),(3405,'wp-content/plugins/thrive-ab-page-testing/includes/class-thrive-ab-query.php'),(3406,'wp-content/plugins/thrive-ab-page-testing/includes/class-thrive-ab-report-manager.php'),(3407,'wp-content/plugins/thrive-ab-page-testing/includes/class-thrive-ab.php'),(3408,'wp-content/plugins/thrive-ab-page-testing/includes/class-thrive-admin-notices.php'),(3409,'wp-content/plugins/thrive-ab-page-testing/includes/events/class-thrive-ab-event-manager.php'),(3410,'wp-content/plugins/thrive-ab-page-testing/includes/events/class-thrive-ab-event.php'),(3411,'wp-content/plugins/thrive-ab-page-testing/includes/i18n.php'),(3412,'wp-content/plugins/thrive-ab-page-testing/includes/test/class-thrive-ab-test-item.php'),(3413,'wp-content/plugins/thrive-ab-page-testing/includes/test/class-thrive-ab-test-manager.php'),(3414,'wp-content/plugins/thrive-ab-page-testing/includes/test/class-thrive-ab-test.php'),(3415,'wp-content/plugins/thrive-ab-page-testing/includes/variations/class-thrive-ab-page-variation.php'),(3416,'wp-content/plugins/thrive-ab-page-testing/includes/variations/class-thrive-ab-variation-manager.php'),(3417,'wp-content/plugins/thrive-ab-page-testing/includes/variations/class-thrive-ab-variation.php'),(3418,'wp-content/plugins/thrive-ab-page-testing/includes/views/admin/backbone/breadcrumbs.php'),(3419,'wp-content/plugins/thrive-ab-page-testing/includes/views/admin/backbone/completed-test-item.php'),(3420,'wp-content/plugins/thrive-ab-page-testing/includes/views/admin/backbone/completed-test-no-item.php'),(3421,'wp-content/plugins/thrive-ab-page-testing/includes/views/admin/backbone/completed-test-no-search-item.php'),(3422,'wp-content/plugins/thrive-ab-page-testing/includes/views/admin/backbone/dashboard.php'),(3423,'wp-content/plugins/thrive-ab-page-testing/includes/views/admin/backbone/modals/html-delete.php'),(3424,'wp-content/plugins/thrive-ab-page-testing/includes/views/admin/backbone/pagination.php'),(3425,'wp-content/plugins/thrive-ab-page-testing/includes/views/admin/backbone/running-test-item.php'),(3426,'wp-content/plugins/thrive-ab-page-testing/includes/views/admin/backbone/running-test-no-item.php'),(3427,'wp-content/plugins/thrive-ab-page-testing/includes/views/admin/backbone/running-test-no-search-item.php'),(3428,'wp-content/plugins/thrive-ab-page-testing/includes/views/admin/dashboard.php'),(3429,'wp-content/plugins/thrive-ab-page-testing/includes/views/admin/edit-post/tests-table.php'),(3430,'wp-content/plugins/thrive-ab-page-testing/includes/views/admin/edit-post/variations-table.php'),(3431,'wp-content/plugins/thrive-ab-page-testing/includes/views/admin/notices/html-active.php'),(3432,'wp-content/plugins/thrive-ab-page-testing/includes/views/admin/notices/html-version.php'),(3433,'wp-content/plugins/thrive-ab-page-testing/includes/views/admin/tar-edit-button.php'),(3434,'wp-content/plugins/thrive-ab-page-testing/includes/views/backbone/dashboard/dashboard.php'),(3435,'wp-content/plugins/thrive-ab-page-testing/includes/views/backbone/editor-modals/reset-stats.php'),(3436,'wp-content/plugins/thrive-ab-page-testing/includes/views/backbone/goals/goal.php'),(3437,'wp-content/plugins/thrive-ab-page-testing/includes/views/backbone/goals/monetary-settings.php'),(3438,'wp-content/plugins/thrive-ab-page-testing/includes/views/backbone/goals/optins-settings.php'),(3439,'wp-content/plugins/thrive-ab-page-testing/includes/views/backbone/goals/page.php'),(3440,'wp-content/plugins/thrive-ab-page-testing/includes/views/backbone/goals/switch.php'),(3441,'wp-content/plugins/thrive-ab-page-testing/includes/views/backbone/goals/visits-settings.php'),(3442,'wp-content/plugins/thrive-ab-page-testing/includes/views/backbone/html-archived-variation-card.php'),(3443,'wp-content/plugins/thrive-ab-page-testing/includes/views/backbone/html-variation-card.php'),(3444,'wp-content/plugins/thrive-ab-page-testing/includes/views/backbone/modals/goal/monetary.php'),(3445,'wp-content/plugins/thrive-ab-page-testing/includes/views/backbone/modals/goal/optins.php'),(3446,'wp-content/plugins/thrive-ab-page-testing/includes/views/backbone/modals/goal/page-row.php'),(3447,'wp-content/plugins/thrive-ab-page-testing/includes/views/backbone/modals/goal/revenue-row.php'),(3448,'wp-content/plugins/thrive-ab-page-testing/includes/views/backbone/modals/goal/sendowl.php'),(3449,'wp-content/plugins/thrive-ab-page-testing/includes/views/backbone/modals/goal/visits.php'),(3450,'wp-content/plugins/thrive-ab-page-testing/includes/views/backbone/modals/html-archive.php'),(3451,'wp-content/plugins/thrive-ab-page-testing/includes/views/backbone/modals/html-change-automatic-winner.php'),(3452,'wp-content/plugins/thrive-ab-page-testing/includes/views/backbone/modals/html-delete.php'),(3453,'wp-content/plugins/thrive-ab-page-testing/includes/views/backbone/modals/html-test-automatic-winner.php'),(3454,'wp-content/plugins/thrive-ab-page-testing/includes/views/backbone/modals/html-test-steps.php'),(3455,'wp-content/plugins/thrive-ab-page-testing/includes/views/backbone/modals/html-test.php'),(3456,'wp-content/plugins/thrive-ab-page-testing/includes/views/backbone/modals/html-winner.php'),(3457,'wp-content/plugins/thrive-ab-page-testing/includes/views/backbone/modals/variation-winner.php'),(3458,'wp-content/plugins/thrive-ab-page-testing/includes/views/backbone/modals/winner/item.php'),(3459,'wp-content/plugins/thrive-ab-page-testing/includes/views/backbone/modals/winner/test/item/monetary.php'),(3460,'wp-content/plugins/thrive-ab-page-testing/includes/views/backbone/modals/winner/test/item/optins.php'),(3461,'wp-content/plugins/thrive-ab-page-testing/includes/views/backbone/modals/winner/test/item/visits.php'),(3462,'wp-content/plugins/thrive-ab-page-testing/includes/views/backbone/modals/winner/test/monetary.php'),(3463,'wp-content/plugins/thrive-ab-page-testing/includes/views/backbone/modals/winner/test/optins.php'),(3464,'wp-content/plugins/thrive-ab-page-testing/includes/views/backbone/modals/winner/test/visits.php'),(3465,'wp-content/plugins/thrive-ab-page-testing/includes/views/backbone/modals/winner/test.php'),(3466,'wp-content/plugins/thrive-ab-page-testing/includes/views/backbone/report/report-item.php'),(3467,'wp-content/plugins/thrive-ab-page-testing/includes/views/backbone/report/report.php'),(3468,'wp-content/plugins/thrive-ab-page-testing/includes/views/backbone/test/item/control-view-monetary.php'),(3469,'wp-content/plugins/thrive-ab-page-testing/includes/views/backbone/test/item/control-view-optins.php'),(3470,'wp-content/plugins/thrive-ab-page-testing/includes/views/backbone/test/item/control-view-visits.php'),(3471,'wp-content/plugins/thrive-ab-page-testing/includes/views/backbone/test/item/control-view.php'),(3472,'wp-content/plugins/thrive-ab-page-testing/includes/views/backbone/test/item/goal/monetary.php'),(3473,'wp-content/plugins/thrive-ab-page-testing/includes/views/backbone/test/item/goal/optins.php'),(3474,'wp-content/plugins/thrive-ab-page-testing/includes/views/backbone/test/item/goal/visits.php'),(3475,'wp-content/plugins/thrive-ab-page-testing/includes/views/backbone/test/item/view-monetary.php'),(3476,'wp-content/plugins/thrive-ab-page-testing/includes/views/backbone/test/item/view-optins.php'),(3477,'wp-content/plugins/thrive-ab-page-testing/includes/views/backbone/test/item/view-stopped-monetary.php'),(3478,'wp-content/plugins/thrive-ab-page-testing/includes/views/backbone/test/item/view-stopped-optins.php'),(3479,'wp-content/plugins/thrive-ab-page-testing/includes/views/backbone/test/item/view-stopped-visits.php'),(3480,'wp-content/plugins/thrive-ab-page-testing/includes/views/backbone/test/item/view-stopped.php'),(3481,'wp-content/plugins/thrive-ab-page-testing/includes/views/backbone/test/item/view-visits.php'),(3482,'wp-content/plugins/thrive-ab-page-testing/includes/views/backbone/test/item/view.php'),(3483,'wp-content/plugins/thrive-ab-page-testing/includes/views/backbone/test/monetary-table.php'),(3484,'wp-content/plugins/thrive-ab-page-testing/includes/views/backbone/test/optins-table.php'),(3485,'wp-content/plugins/thrive-ab-page-testing/includes/views/backbone/test/table-body.php'),(3486,'wp-content/plugins/thrive-ab-page-testing/includes/views/backbone/test/table.php'),(3487,'wp-content/plugins/thrive-ab-page-testing/includes/views/backbone/test/visits-table.php'),(3488,'wp-content/plugins/thrive-ab-page-testing/includes/views/backbone/util/edit-title.php'),(3489,'wp-content/plugins/thrive-ab-page-testing/includes/views/backbone/util/page-search.php'),(3490,'wp-content/plugins/thrive-ab-page-testing/includes/views/editor/html-buttons.php'),(3491,'wp-content/plugins/thrive-ab-page-testing/includes/views/editor/html-running-test-button.php'),(3492,'wp-content/plugins/thrive-ab-page-testing/includes/views/editor/html-variation-button.php'),(3493,'wp-content/plugins/thrive-ab-page-testing/includes/views/layouts/dashboard.php'),(3494,'wp-content/plugins/thrive-ab-page-testing/migrations/install-1.0.php'),(3495,'wp-content/plugins/thrive-ab-page-testing/migrations/revenue-1.1.php'),(3496,'wp-content/plugins/thrive-ab-page-testing/thrive-ab-page-testing.php'),(3497,'wp-content/plugins/thrive-apprentice/admin/css/fonts/demo.html'),(3498,'wp-content/plugins/thrive-apprentice/admin/css/fonts/icomoon.svg'),(3499,'wp-content/plugins/thrive-apprentice/admin/functions.php'),(3500,'wp-content/plugins/thrive-apprentice/admin/img/angle-double-right.svg'),(3501,'wp-content/plugins/thrive-apprentice/admin/img/audio-n.svg'),(3502,'wp-content/plugins/thrive-apprentice/admin/img/audio-text-n.svg'),(3503,'wp-content/plugins/thrive-apprentice/admin/img/caret-down.svg'),(3504,'wp-content/plugins/thrive-apprentice/admin/img/caret-up.svg'),(3505,'wp-content/plugins/thrive-apprentice/admin/img/cursor-move.svg'),(3506,'wp-content/plugins/thrive-apprentice/admin/img/edit.svg'),(3507,'wp-content/plugins/thrive-apprentice/admin/img/general.svg'),(3508,'wp-content/plugins/thrive-apprentice/admin/img/guide.svg'),(3509,'wp-content/plugins/thrive-apprentice/admin/img/move-arrows.svg'),(3510,'wp-content/plugins/thrive-apprentice/admin/img/publish-lesson.svg'),(3511,'wp-content/plugins/thrive-apprentice/admin/img/publish.svg'),(3512,'wp-content/plugins/thrive-apprentice/admin/img/shortcodes.svg'),(3513,'wp-content/plugins/thrive-apprentice/admin/img/text.svg'),(3514,'wp-content/plugins/thrive-apprentice/admin/img/unpublish-lesson.svg'),(3515,'wp-content/plugins/thrive-apprentice/admin/img/unpublish.svg'),(3516,'wp-content/plugins/thrive-apprentice/admin/img/video-audio-n.svg'),(3517,'wp-content/plugins/thrive-apprentice/admin/img/video-audio-text-n.svg'),(3518,'wp-content/plugins/thrive-apprentice/admin/img/video-text-n.svg'),(3519,'wp-content/plugins/thrive-apprentice/admin/img/video-text.svg'),(3520,'wp-content/plugins/thrive-apprentice/admin/img/video.svg'),(3521,'wp-content/plugins/thrive-apprentice/admin/init.php'),(3522,'wp-content/plugins/thrive-apprentice/admin/js/collections/access-integrations.js'),(3523,'wp-content/plugins/thrive-apprentice/admin/js/collections/base.js'),(3524,'wp-content/plugins/thrive-apprentice/admin/js/collections/chapters.js'),(3525,'wp-content/plugins/thrive-apprentice/admin/js/collections/collections.js'),(3526,'wp-content/plugins/thrive-apprentice/admin/js/collections/courses.js'),(3527,'wp-content/plugins/thrive-apprentice/admin/js/collections/lessons.js'),(3528,'wp-content/plugins/thrive-apprentice/admin/js/collections/memberships.js'),(3529,'wp-content/plugins/thrive-apprentice/admin/js/collections/modules.js'),(3530,'wp-content/plugins/thrive-apprentice/admin/js/collections/rules.js'),(3531,'wp-content/plugins/thrive-apprentice/admin/js/collections/selected_items.js'),(3532,'wp-content/plugins/thrive-apprentice/admin/js/collections/sendowl/bundles.js'),(3533,'wp-content/plugins/thrive-apprentice/admin/js/collections/sendowl/discounts.js'),(3534,'wp-content/plugins/thrive-apprentice/admin/js/collections/sendowl/products.js'),(3535,'wp-content/plugins/thrive-apprentice/admin/js/dist/tva-admin.js'),(3536,'wp-content/plugins/thrive-apprentice/admin/js/dist/tva-admin.min.js'),(3537,'wp-content/plugins/thrive-apprentice/admin/js/models/author.js'),(3538,'wp-content/plugins/thrive-apprentice/admin/js/models/base.js'),(3539,'wp-content/plugins/thrive-apprentice/admin/js/models/breadcrumb/link.js'),(3540,'wp-content/plugins/thrive-apprentice/admin/js/models/chapter.js'),(3541,'wp-content/plugins/thrive-apprentice/admin/js/models/course.js'),(3542,'wp-content/plugins/thrive-apprentice/admin/js/models/font.js'),(3543,'wp-content/plugins/thrive-apprentice/admin/js/models/google-font.js'),(3544,'wp-content/plugins/thrive-apprentice/admin/js/models/integration/base.js'),(3545,'wp-content/plugins/thrive-apprentice/admin/js/models/integration/rule.js'),(3546,'wp-content/plugins/thrive-apprentice/admin/js/models/label.js'),(3547,'wp-content/plugins/thrive-apprentice/admin/js/models/lesson.js'),(3548,'wp-content/plugins/thrive-apprentice/admin/js/models/level.js'),(3549,'wp-content/plugins/thrive-apprentice/admin/js/models/log.js'),(3550,'wp-content/plugins/thrive-apprentice/admin/js/models/membermouse.js'),(3551,'wp-content/plugins/thrive-apprentice/admin/js/models/membership.js'),(3552,'wp-content/plugins/thrive-apprentice/admin/js/models/models.js'),(3553,'wp-content/plugins/thrive-apprentice/admin/js/models/module.js'),(3554,'wp-content/plugins/thrive-apprentice/admin/js/models/order-item.js'),(3555,'wp-content/plugins/thrive-apprentice/admin/js/models/page.js'),(3556,'wp-content/plugins/thrive-apprentice/admin/js/models/role.js'),(3557,'wp-content/plugins/thrive-apprentice/admin/js/models/sendowl/base.js'),(3558,'wp-content/plugins/thrive-apprentice/admin/js/models/sendowl/bundle.js'),(3559,'wp-content/plugins/thrive-apprentice/admin/js/models/sendowl/customer.js'),(3560,'wp-content/plugins/thrive-apprentice/admin/js/models/sendowl/data.js'),(3561,'wp-content/plugins/thrive-apprentice/admin/js/models/sendowl/discount.js'),(3562,'wp-content/plugins/thrive-apprentice/admin/js/models/sendowl/keys.js'),(3563,'wp-content/plugins/thrive-apprentice/admin/js/models/sendowl/pages/base.js'),(3564,'wp-content/plugins/thrive-apprentice/admin/js/models/sendowl/pages/checkout.js'),(3565,'wp-content/plugins/thrive-apprentice/admin/js/models/sendowl/pages/thankyou-multiple.js'),(3566,'wp-content/plugins/thrive-apprentice/admin/js/models/sendowl/pages/thankyou.js'),(3567,'wp-content/plugins/thrive-apprentice/admin/js/models/sendowl/product.js'),(3568,'wp-content/plugins/thrive-apprentice/admin/js/models/sendowl/settings.js'),(3569,'wp-content/plugins/thrive-apprentice/admin/js/models/sendowl/thankyou-type.js'),(3570,'wp-content/plugins/thrive-apprentice/admin/js/models/sendowl/welcome-msg.js'),(3571,'wp-content/plugins/thrive-apprentice/admin/js/models/sendowl.js'),(3572,'wp-content/plugins/thrive-apprentice/admin/js/models/stack.js'),(3573,'wp-content/plugins/thrive-apprentice/admin/js/models/template.js'),(3574,'wp-content/plugins/thrive-apprentice/admin/js/models/topic.js'),(3575,'wp-content/plugins/thrive-apprentice/admin/js/models/type.js'),(3576,'wp-content/plugins/thrive-apprentice/admin/js/models/wishlist.js'),(3577,'wp-content/plugins/thrive-apprentice/admin/js/views/base.js'),(3578,'wp-content/plugins/thrive-apprentice/admin/js/views/breadcrubs.js'),(3579,'wp-content/plugins/thrive-apprentice/admin/js/views/chapter/chapter.js'),(3580,'wp-content/plugins/thrive-apprentice/admin/js/views/course/access-rules/access-manager.js'),(3581,'wp-content/plugins/thrive-apprentice/admin/js/views/course/access-rules/add-rule-form.js'),(3582,'wp-content/plugins/thrive-apprentice/admin/js/views/course/access-rules/edit-rule-form.js'),(3583,'wp-content/plugins/thrive-apprentice/admin/js/views/course/access-rules/rule-form.js'),(3584,'wp-content/plugins/thrive-apprentice/admin/js/views/course/access-rules/rule.js'),(3585,'wp-content/plugins/thrive-apprentice/admin/js/views/course/author/biography.js'),(3586,'wp-content/plugins/thrive-apprentice/admin/js/views/course/content.js'),(3587,'wp-content/plugins/thrive-apprentice/admin/js/views/course/dashboard.js'),(3588,'wp-content/plugins/thrive-apprentice/admin/js/views/course/details.js'),(3589,'wp-content/plugins/thrive-apprentice/admin/js/views/course/edit.js'),(3590,'wp-content/plugins/thrive-apprentice/admin/js/views/course/items-list.js'),(3591,'wp-content/plugins/thrive-apprentice/admin/js/views/course/restrictions.js'),(3592,'wp-content/plugins/thrive-apprentice/admin/js/views/course/utils.js'),(3593,'wp-content/plugins/thrive-apprentice/admin/js/views/courses/item.js'),(3594,'wp-content/plugins/thrive-apprentice/admin/js/views/courses/list.js'),(3595,'wp-content/plugins/thrive-apprentice/admin/js/views/courses/states/delete.js'),(3596,'wp-content/plugins/thrive-apprentice/admin/js/views/courses/states/normal.js'),(3597,'wp-content/plugins/thrive-apprentice/admin/js/views/filters/item.js'),(3598,'wp-content/plugins/thrive-apprentice/admin/js/views/filters/list.js'),(3599,'wp-content/plugins/thrive-apprentice/admin/js/views/header.js'),(3600,'wp-content/plugins/thrive-apprentice/admin/js/views/lesson/lesson-delete-state.js'),(3601,'wp-content/plugins/thrive-apprentice/admin/js/views/lesson/lesson-normal-state.js'),(3602,'wp-content/plugins/thrive-apprentice/admin/js/views/lesson/lesson.js'),(3603,'wp-content/plugins/thrive-apprentice/admin/js/views/module/module.js'),(3604,'wp-content/plugins/thrive-apprentice/admin/js/views/select.js'),(3605,'wp-content/plugins/thrive-apprentice/admin/js/views/sendowl/add-product.js'),(3606,'wp-content/plugins/thrive-apprentice/admin/js/views/sendowl/checkout.js'),(3607,'wp-content/plugins/thrive-apprentice/admin/js/views/sendowl/dashboard.js'),(3608,'wp-content/plugins/thrive-apprentice/admin/js/views/sendowl/integration.js'),(3609,'wp-content/plugins/thrive-apprentice/admin/js/views/sendowl/purchase-links.js'),(3610,'wp-content/plugins/thrive-apprentice/admin/js/views/sendowl/quickStart.js'),(3611,'wp-content/plugins/thrive-apprentice/admin/js/views/sendowl/thankyou.js'),(3612,'wp-content/plugins/thrive-apprentice/admin/js/views/settings/advanced.js'),(3613,'wp-content/plugins/thrive-apprentice/admin/js/views/settings/fonts/googleFonts.js'),(3614,'wp-content/plugins/thrive-apprentice/admin/js/views/settings/fonts/safeFonts.js'),(3615,'wp-content/plugins/thrive-apprentice/admin/js/views/settings/fonts/type/row.js'),(3616,'wp-content/plugins/thrive-apprentice/admin/js/views/settings/fonts/type/variant.js'),(3617,'wp-content/plugins/thrive-apprentice/admin/js/views/settings/index.js'),(3618,'wp-content/plugins/thrive-apprentice/admin/js/views/settings/logo.js'),(3619,'wp-content/plugins/thrive-apprentice/admin/js/views/settings/preview.js'),(3620,'wp-content/plugins/thrive-apprentice/admin/js/views/settings/template-option.js'),(3621,'wp-content/plugins/thrive-apprentice/admin/js/views/settings/template.js'),(3622,'wp-content/plugins/thrive-apprentice/admin/js/views/ta-dashboard.js'),(3623,'wp-content/plugins/thrive-apprentice/admin/js/views/wizard.js'),(3624,'wp-content/plugins/thrive-apprentice/admin/views/dashboard.php'),(3625,'wp-content/plugins/thrive-apprentice/admin/views/license_inactive.php'),(3626,'wp-content/plugins/thrive-apprentice/admin/views/tcb_version_incompatible.php'),(3627,'wp-content/plugins/thrive-apprentice/admin/views/template/breadcrumbs.phtml'),(3628,'wp-content/plugins/thrive-apprentice/admin/views/template/course/access-rules/add-form.phtml'),(3629,'wp-content/plugins/thrive-apprentice/admin/views/template/course/access-rules/edit-form.phtml'),(3630,'wp-content/plugins/thrive-apprentice/admin/views/template/course/access-rules/integration-item.phtml'),(3631,'wp-content/plugins/thrive-apprentice/admin/views/template/course/access-rules/integration.phtml'),(3632,'wp-content/plugins/thrive-apprentice/admin/views/template/course/access-rules/manager.phtml'),(3633,'wp-content/plugins/thrive-apprentice/admin/views/template/course/access-rules/rule.phtml'),(3634,'wp-content/plugins/thrive-apprentice/admin/views/template/course/access-rules/sendowl-account-keys-warning.phtml'),(3635,'wp-content/plugins/thrive-apprentice/admin/views/template/course/access-rules/sendowl-checkout-warning.phtml'),(3636,'wp-content/plugins/thrive-apprentice/admin/views/template/course/bulk-actions/chapterGroup.phtml'),(3637,'wp-content/plugins/thrive-apprentice/admin/views/template/course/bulk-actions/delete.phtml'),(3638,'wp-content/plugins/thrive-apprentice/admin/views/template/course/bulk-actions/moduleGroup.phtml'),(3639,'wp-content/plugins/thrive-apprentice/admin/views/template/course/bulk-actions/move.phtml'),(3640,'wp-content/plugins/thrive-apprentice/admin/views/template/course/bulk-actions/publish.phtml'),(3641,'wp-content/plugins/thrive-apprentice/admin/views/template/course/bulk-actions/selectAll.phtml'),(3642,'wp-content/plugins/thrive-apprentice/admin/views/template/course/bulk-actions/unpublish.phtml'),(3643,'wp-content/plugins/thrive-apprentice/admin/views/template/course/chapter/chapter-delete.phtml'),(3644,'wp-content/plugins/thrive-apprentice/admin/views/template/course/chapter/chapter-editor-main.phtml'),(3645,'wp-content/plugins/thrive-apprentice/admin/views/template/course/chapter/chapter-editor.phtml'),(3646,'wp-content/plugins/thrive-apprentice/admin/views/template/course/chapter/chapter-group.phtml'),(3647,'wp-content/plugins/thrive-apprentice/admin/views/template/course/chapter/chapter.phtml'),(3648,'wp-content/plugins/thrive-apprentice/admin/views/template/course/chapter/modal-chapter-delete.phtml'),(3649,'wp-content/plugins/thrive-apprentice/admin/views/template/course/chapter/modal-chapter-editor.phtml'),(3650,'wp-content/plugins/thrive-apprentice/admin/views/template/course/chapter/receiver-chapter.phtml'),(3651,'wp-content/plugins/thrive-apprentice/admin/views/template/course/chapter/single-receiver-chapter.phtml'),(3652,'wp-content/plugins/thrive-apprentice/admin/views/template/course/curse-structure.phtml'),(3653,'wp-content/plugins/thrive-apprentice/admin/views/template/course/delete-state.phtml'),(3654,'wp-content/plugins/thrive-apprentice/admin/views/template/course/edit/author/biography.phtml'),(3655,'wp-content/plugins/thrive-apprentice/admin/views/template/course/edit/author/image-empty-state.phtml'),(3656,'wp-content/plugins/thrive-apprentice/admin/views/template/course/edit/author/image-normal-state.phtml'),(3657,'wp-content/plugins/thrive-apprentice/admin/views/template/course/edit/base-bundle.phtml'),(3658,'wp-content/plugins/thrive-apprentice/admin/views/template/course/edit/base-level.phtml'),(3659,'wp-content/plugins/thrive-apprentice/admin/views/template/course/edit/base-options.phtml'),(3660,'wp-content/plugins/thrive-apprentice/admin/views/template/course/edit/course-comment.phtml'),(3661,'wp-content/plugins/thrive-apprentice/admin/views/template/course/edit/course-fields.phtml'),(3662,'wp-content/plugins/thrive-apprentice/admin/views/template/course/edit/course-role.phtml'),(3663,'wp-content/plugins/thrive-apprentice/admin/views/template/course/edit/course-topic.phtml'),(3664,'wp-content/plugins/thrive-apprentice/admin/views/template/course/edit/cover-empty.phtml'),(3665,'wp-content/plugins/thrive-apprentice/admin/views/template/course/edit/cover-normal.phtml'),(3666,'wp-content/plugins/thrive-apprentice/admin/views/template/course/edit/difficulty.phtml'),(3667,'wp-content/plugins/thrive-apprentice/admin/views/template/course/edit/item.phtml'),(3668,'wp-content/plugins/thrive-apprentice/admin/views/template/course/edit/label-controls.phtml'),(3669,'wp-content/plugins/thrive-apprentice/admin/views/template/course/edit/lesson-cover-empty.phtml'),(3670,'wp-content/plugins/thrive-apprentice/admin/views/template/course/edit/lesson-cover-normal.phtml'),(3671,'wp-content/plugins/thrive-apprentice/admin/views/template/course/edit/lesson-delete.phtml'),(3672,'wp-content/plugins/thrive-apprentice/admin/views/template/course/edit/lesson-normal.phtml'),(3673,'wp-content/plugins/thrive-apprentice/admin/views/template/course/edit/lesson.phtml'),(3674,'wp-content/plugins/thrive-apprentice/admin/views/template/course/edit/level-controls.phtml'),(3675,'wp-content/plugins/thrive-apprentice/admin/views/template/course/edit/media-input-field.phtml'),(3676,'wp-content/plugins/thrive-apprentice/admin/views/template/course/edit/memberpress-options.phtml'),(3677,'wp-content/plugins/thrive-apprentice/admin/views/template/course/edit/sendowl-bundle.phtml'),(3678,'wp-content/plugins/thrive-apprentice/admin/views/template/course/edit/sendowl-level.phtml'),(3679,'wp-content/plugins/thrive-apprentice/admin/views/template/course/edit/sendowl-options.phtml'),(3680,'wp-content/plugins/thrive-apprentice/admin/views/template/course/edit/single-action.phtml'),(3681,'wp-content/plugins/thrive-apprentice/admin/views/template/course/edit/topic/list-topic.phtml'),(3682,'wp-content/plugins/thrive-apprentice/admin/views/template/course/edit/topic/selected-difficulty.phtml'),(3683,'wp-content/plugins/thrive-apprentice/admin/views/template/course/edit/topic/selected-topic.phtml'),(3684,'wp-content/plugins/thrive-apprentice/admin/views/template/course/edit/topic/topic.phtml'),(3685,'wp-content/plugins/thrive-apprentice/admin/views/template/course/edit/wishlist-options.phtml'),(3686,'wp-content/plugins/thrive-apprentice/admin/views/template/course/input-field-editor.phtml'),(3687,'wp-content/plugins/thrive-apprentice/admin/views/template/course/item.phtml'),(3688,'wp-content/plugins/thrive-apprentice/admin/views/template/course/lesson/add-lesson.phtml'),(3689,'wp-content/plugins/thrive-apprentice/admin/views/template/course/lesson/comments.phtml'),(3690,'wp-content/plugins/thrive-apprentice/admin/views/template/course/lesson/lesson-editor.phtml'),(3691,'wp-content/plugins/thrive-apprentice/admin/views/template/course/lesson/lesson-option.phtml'),(3692,'wp-content/plugins/thrive-apprentice/admin/views/template/course/lesson/modal-lesson-editor.phtml'),(3693,'wp-content/plugins/thrive-apprentice/admin/views/template/course/lesson/singel-option.phtml'),(3694,'wp-content/plugins/thrive-apprentice/admin/views/template/course/manage/course-content.phtml'),(3695,'wp-content/plugins/thrive-apprentice/admin/views/template/course/manage/course-details.phtml'),(3696,'wp-content/plugins/thrive-apprentice/admin/views/template/course/manage/manage.phtml'),(3697,'wp-content/plugins/thrive-apprentice/admin/views/template/course/module/comments.phtml'),(3698,'wp-content/plugins/thrive-apprentice/admin/views/template/course/module/cover-empty.phtml'),(3699,'wp-content/plugins/thrive-apprentice/admin/views/template/course/module/cover-normal.phtml'),(3700,'wp-content/plugins/thrive-apprentice/admin/views/template/course/module/modal-module-delete.phtml'),(3701,'wp-content/plugins/thrive-apprentice/admin/views/template/course/module/modal-module-editor.phtml'),(3702,'wp-content/plugins/thrive-apprentice/admin/views/template/course/module/module-delete.phtml'),(3703,'wp-content/plugins/thrive-apprentice/admin/views/template/course/module/module-editor.phtml'),(3704,'wp-content/plugins/thrive-apprentice/admin/views/template/course/module/module-group.phtml'),(3705,'wp-content/plugins/thrive-apprentice/admin/views/template/course/module/module.phtml'),(3706,'wp-content/plugins/thrive-apprentice/admin/views/template/course/module/receiver-module.phtml'),(3707,'wp-content/plugins/thrive-apprentice/admin/views/template/course/module/sender-module.phtml'),(3708,'wp-content/plugins/thrive-apprentice/admin/views/template/course/module/single-receiver-module.phtml'),(3709,'wp-content/plugins/thrive-apprentice/admin/views/template/course/restrictions/main.phtml'),(3710,'wp-content/plugins/thrive-apprentice/admin/views/template/course/restrictions/options.phtml'),(3711,'wp-content/plugins/thrive-apprentice/admin/views/template/course/ribbon.phtml'),(3712,'wp-content/plugins/thrive-apprentice/admin/views/template/course/single-row-item.phtml'),(3713,'wp-content/plugins/thrive-apprentice/admin/views/template/dashboard.phtml'),(3714,'wp-content/plugins/thrive-apprentice/admin/views/template/filters/item.phtml'),(3715,'wp-content/plugins/thrive-apprentice/admin/views/template/header.phtml'),(3716,'wp-content/plugins/thrive-apprentice/admin/views/template/import/course.phtml'),(3717,'wp-content/plugins/thrive-apprentice/admin/views/template/import/lesson.phtml'),(3718,'wp-content/plugins/thrive-apprentice/admin/views/template/import.phtml'),(3719,'wp-content/plugins/thrive-apprentice/admin/views/template/label-item.phtml'),(3720,'wp-content/plugins/thrive-apprentice/admin/views/template/label.phtml'),(3721,'wp-content/plugins/thrive-apprentice/admin/views/template/labels-header.phtml'),(3722,'wp-content/plugins/thrive-apprentice/admin/views/template/labels.phtml'),(3723,'wp-content/plugins/thrive-apprentice/admin/views/template/level-item.phtml'),(3724,'wp-content/plugins/thrive-apprentice/admin/views/template/media-select.phtml'),(3725,'wp-content/plugins/thrive-apprentice/admin/views/template/modals/add-content.phtml'),(3726,'wp-content/plugins/thrive-apprentice/admin/views/template/modals/add-module-content.phtml'),(3727,'wp-content/plugins/thrive-apprentice/admin/views/template/modals/base-editor.phtml'),(3728,'wp-content/plugins/thrive-apprentice/admin/views/template/modals/bulkdelete.phtml'),(3729,'wp-content/plugins/thrive-apprentice/admin/views/template/modals/bulkmove.phtml'),(3730,'wp-content/plugins/thrive-apprentice/admin/views/template/modals/bulkmoveno.phtml'),(3731,'wp-content/plugins/thrive-apprentice/admin/views/template/modals/chapter-options.phtml'),(3732,'wp-content/plugins/thrive-apprentice/admin/views/template/modals/chapter-parent.phtml'),(3733,'wp-content/plugins/thrive-apprentice/admin/views/template/modals/close-editor.phtml'),(3734,'wp-content/plugins/thrive-apprentice/admin/views/template/modals/confirm-children-move.phtml'),(3735,'wp-content/plugins/thrive-apprentice/admin/views/template/modals/confirm-childs-move.phtml'),(3736,'wp-content/plugins/thrive-apprentice/admin/views/template/modals/confirm-label-delete.phtml'),(3737,'wp-content/plugins/thrive-apprentice/admin/views/template/modals/confirm-topic-delete.phtml'),(3738,'wp-content/plugins/thrive-apprentice/admin/views/template/modals/course-option.phtml'),(3739,'wp-content/plugins/thrive-apprentice/admin/views/template/modals/cover-image.phtml'),(3740,'wp-content/plugins/thrive-apprentice/admin/views/template/modals/greetings.phtml'),(3741,'wp-content/plugins/thrive-apprentice/admin/views/template/modals/icons/custom-icon.phtml'),(3742,'wp-content/plugins/thrive-apprentice/admin/views/template/modals/icons/font-awesome.phtml'),(3743,'wp-content/plugins/thrive-apprentice/admin/views/template/modals/icons/icon.phtml'),(3744,'wp-content/plugins/thrive-apprentice/admin/views/template/modals/import.phtml'),(3745,'wp-content/plugins/thrive-apprentice/admin/views/template/modals/item-parent-title.phtml'),(3746,'wp-content/plugins/thrive-apprentice/admin/views/template/modals/lesson-footer.phtml'),(3747,'wp-content/plugins/thrive-apprentice/admin/views/template/modals/modal-footer-delete.phtml'),(3748,'wp-content/plugins/thrive-apprentice/admin/views/template/modals/modal-footer.phtml'),(3749,'wp-content/plugins/thrive-apprentice/admin/views/template/modals/modal-group-footer.phtml'),(3750,'wp-content/plugins/thrive-apprentice/admin/views/template/modals/module-group.phtml'),(3751,'wp-content/plugins/thrive-apprentice/admin/views/template/modals/module-parent.phtml'),(3752,'wp-content/plugins/thrive-apprentice/admin/views/template/modals/move-notification.phtml'),(3753,'wp-content/plugins/thrive-apprentice/admin/views/template/modals/notification.phtml'),(3754,'wp-content/plugins/thrive-apprentice/admin/views/template/modals/receiver-course.phtml'),(3755,'wp-content/plugins/thrive-apprentice/admin/views/template/modals/receiver-item.phtml'),(3756,'wp-content/plugins/thrive-apprentice/admin/views/template/modals/register-page.phtml'),(3757,'wp-content/plugins/thrive-apprentice/admin/views/template/modals/select-parent.phtml'),(3758,'wp-content/plugins/thrive-apprentice/admin/views/template/modals/sendowl/add-customer.phtml'),(3759,'wp-content/plugins/thrive-apprentice/admin/views/template/modals/sendowl/csv-import.phtml'),(3760,'wp-content/plugins/thrive-apprentice/admin/views/template/modals/sendowl/edit-customer.phtml'),(3761,'wp-content/plugins/thrive-apprentice/admin/views/template/modals/sendowl/list-import.phtml'),(3762,'wp-content/plugins/thrive-apprentice/admin/views/template/modals/settings.phtml'),(3763,'wp-content/plugins/thrive-apprentice/admin/views/template/modals/single-chapter-parent.phtml'),(3764,'wp-content/plugins/thrive-apprentice/admin/views/template/modals/single-module-parent.phtml'),(3765,'wp-content/plugins/thrive-apprentice/admin/views/template/modals/single-receiver-item.phtml'),(3766,'wp-content/plugins/thrive-apprentice/admin/views/template/modals/step-modal-footer.phtml'),(3767,'wp-content/plugins/thrive-apprentice/admin/views/template/sendowl/add-product.phtml'),(3768,'wp-content/plugins/thrive-apprentice/admin/views/template/sendowl/checkout/checkout.phtml'),(3769,'wp-content/plugins/thrive-apprentice/admin/views/template/sendowl/checkout/page-state/create.phtml'),(3770,'wp-content/plugins/thrive-apprentice/admin/views/template/sendowl/checkout/page-state/delete.phtml'),(3771,'wp-content/plugins/thrive-apprentice/admin/views/template/sendowl/checkout/page-state/edit.phtml'),(3772,'wp-content/plugins/thrive-apprentice/admin/views/template/sendowl/checkout/page-state/normal.phtml'),(3773,'wp-content/plugins/thrive-apprentice/admin/views/template/sendowl/checkout/thankyou.phtml'),(3774,'wp-content/plugins/thrive-apprentice/admin/views/template/sendowl/checkout.phtml'),(3775,'wp-content/plugins/thrive-apprentice/admin/views/template/sendowl/csv-customer.phtml'),(3776,'wp-content/plugins/thrive-apprentice/admin/views/template/sendowl/csv-option.phtml'),(3777,'wp-content/plugins/thrive-apprentice/admin/views/template/sendowl/customer.phtml'),(3778,'wp-content/plugins/thrive-apprentice/admin/views/template/sendowl/customers.phtml'),(3779,'wp-content/plugins/thrive-apprentice/admin/views/template/sendowl/integration.phtml'),(3780,'wp-content/plugins/thrive-apprentice/admin/views/template/sendowl/keys.phtml'),(3781,'wp-content/plugins/thrive-apprentice/admin/views/template/sendowl/logs.phtml'),(3782,'wp-content/plugins/thrive-apprentice/admin/views/template/sendowl/purchase-links/cards/options.phtml'),(3783,'wp-content/plugins/thrive-apprentice/admin/views/template/sendowl/purchase-links/dashboard.phtml'),(3784,'wp-content/plugins/thrive-apprentice/admin/views/template/sendowl/purchase-links/links.phtml'),(3785,'wp-content/plugins/thrive-apprentice/admin/views/template/sendowl/purchase-links/list.phtml'),(3786,'wp-content/plugins/thrive-apprentice/admin/views/template/sendowl/purchase-links/lists/bundles.phtml'),(3787,'wp-content/plugins/thrive-apprentice/admin/views/template/sendowl/purchase-links/lists/discounts.phtml'),(3788,'wp-content/plugins/thrive-apprentice/admin/views/template/sendowl/purchase-links/lists/empty/bundles.phtml'),(3789,'wp-content/plugins/thrive-apprentice/admin/views/template/sendowl/purchase-links/lists/empty/discounts.phtml'),(3790,'wp-content/plugins/thrive-apprentice/admin/views/template/sendowl/purchase-links/lists/empty/products.phtml'),(3791,'wp-content/plugins/thrive-apprentice/admin/views/template/sendowl/purchase-links/lists/products.phtml'),(3792,'wp-content/plugins/thrive-apprentice/admin/views/template/sendowl/quick-start.phtml'),(3793,'wp-content/plugins/thrive-apprentice/admin/views/template/sendowl/redirect.phtml'),(3794,'wp-content/plugins/thrive-apprentice/admin/views/template/sendowl/register.phtml'),(3795,'wp-content/plugins/thrive-apprentice/admin/views/template/sendowl/settings.phtml'),(3796,'wp-content/plugins/thrive-apprentice/admin/views/template/sendowl/single-bundle-option.phtml'),(3797,'wp-content/plugins/thrive-apprentice/admin/views/template/sendowl/single-customer-import.phtml'),(3798,'wp-content/plugins/thrive-apprentice/admin/views/template/sendowl/single-product-option.phtml'),(3799,'wp-content/plugins/thrive-apprentice/admin/views/template/sendowl/static.phtml'),(3800,'wp-content/plugins/thrive-apprentice/admin/views/template/sendowl/table-data-column.phtml'),(3801,'wp-content/plugins/thrive-apprentice/admin/views/template/sendowl/table-info-row.phtml'),(3802,'wp-content/plugins/thrive-apprentice/admin/views/template/sendowl/table-item-column.phtml'),(3803,'wp-content/plugins/thrive-apprentice/admin/views/template/sendowl/table-wrapper.phtml'),(3804,'wp-content/plugins/thrive-apprentice/admin/views/template/sendowl/thankyou.phtml'),(3805,'wp-content/plugins/thrive-apprentice/admin/views/template/sendowl/type.phtml'),(3806,'wp-content/plugins/thrive-apprentice/admin/views/template/sendowl/unique.phtml'),(3807,'wp-content/plugins/thrive-apprentice/admin/views/template/textedit.phtml'),(3808,'wp-content/plugins/thrive-apprentice/admin/views/template/topic.phtml'),(3809,'wp-content/plugins/thrive-apprentice/admin/views/template/topics-header.phtml'),(3810,'wp-content/plugins/thrive-apprentice/admin/views/template/topics.phtml'),(3811,'wp-content/plugins/thrive-apprentice/admin/views/template/wizard/font-row.phtml'),(3812,'wp-content/plugins/thrive-apprentice/admin/views/template/wizard/google-fonts.phtml'),(3813,'wp-content/plugins/thrive-apprentice/admin/views/template/wizard/logo-text.phtml'),(3814,'wp-content/plugins/thrive-apprentice/admin/views/template/wizard/preview.phtml'),(3815,'wp-content/plugins/thrive-apprentice/admin/views/template/wizard/safe-fonts.phtml'),(3816,'wp-content/plugins/thrive-apprentice/admin/views/template/wizard/template-advanced-settings.phtml'),(3817,'wp-content/plugins/thrive-apprentice/admin/views/template/wizard/template-index-settings.phtml'),(3818,'wp-content/plugins/thrive-apprentice/admin/views/template/wizard/template-row.phtml'),(3819,'wp-content/plugins/thrive-apprentice/admin/views/template/wizard/template-settings.phtml'),(3820,'wp-content/plugins/thrive-apprentice/admin/views/template/wizard/variants-row.phtml'),(3821,'wp-content/plugins/thrive-apprentice/admin/views/template/wizard.phtml'),(3822,'wp-content/plugins/thrive-apprentice/admin/views/template/youtube-extra-options.phtml'),(3823,'wp-content/plugins/thrive-apprentice/admin/views/wp_version_incompatible.php'),(3824,'wp-content/plugins/thrive-apprentice/class-tva-const.php'),(3825,'wp-content/plugins/thrive-apprentice/i18n.php'),(3826,'wp-content/plugins/thrive-apprentice/img/arrow-left.svg'),(3827,'wp-content/plugins/thrive-apprentice/img/arrow-right (1).svg'),(3828,'wp-content/plugins/thrive-apprentice/img/check(1).svg'),(3829,'wp-content/plugins/thrive-apprentice/img/ta-svg-icons.svg'),(3830,'wp-content/plugins/thrive-apprentice/inc/author.php'),(3831,'wp-content/plugins/thrive-apprentice/inc/class-tva-db.php'),(3832,'wp-content/plugins/thrive-apprentice/inc/classes/class-tva-chapter.php'),(3833,'wp-content/plugins/thrive-apprentice/inc/classes/class-tva-checkout.php'),(3834,'wp-content/plugins/thrive-apprentice/inc/classes/class-tva-cookie-manager.php'),(3835,'wp-content/plugins/thrive-apprentice/inc/classes/class-tva-course.php'),(3836,'wp-content/plugins/thrive-apprentice/inc/classes/class-tva-lesson.php'),(3837,'wp-content/plugins/thrive-apprentice/inc/classes/class-tva-manager.php'),(3838,'wp-content/plugins/thrive-apprentice/inc/classes/class-tva-module.php'),(3839,'wp-content/plugins/thrive-apprentice/inc/classes/class-tva-post.php'),(3840,'wp-content/plugins/thrive-apprentice/inc/classes/class-tva-privacy.php'),(3841,'wp-content/plugins/thrive-apprentice/inc/classes/class-tva-product.php'),(3842,'wp-content/plugins/thrive-apprentice/inc/classes/class-tva-rest-controller.php'),(3843,'wp-content/plugins/thrive-apprentice/inc/classes/class-tva-sendowl-manager.php'),(3844,'wp-content/plugins/thrive-apprentice/inc/classes/class-tva-sendowl-settings.php'),(3845,'wp-content/plugins/thrive-apprentice/inc/classes/class-tva-sendowl.php'),(3846,'wp-content/plugins/thrive-apprentice/inc/classes/class-tva-settings.php'),(3847,'wp-content/plugins/thrive-apprentice/inc/classes/class-tva-shortcodes.php'),(3848,'wp-content/plugins/thrive-apprentice/inc/classes/class-tva-term-query.php'),(3849,'wp-content/plugins/thrive-apprentice/inc/classes/class-tva-term.php'),(3850,'wp-content/plugins/thrive-apprentice/inc/classes/class-tva-thankyou.php'),(3851,'wp-content/plugins/thrive-apprentice/inc/classes/collections/class-tva-bundles-collection.php'),(3852,'wp-content/plugins/thrive-apprentice/inc/classes/collections/class-tva-collection.php'),(3853,'wp-content/plugins/thrive-apprentice/inc/classes/collections/class-tva-products-collection.php'),(3854,'wp-content/plugins/thrive-apprentice/inc/classes/collections/class-tva-terms-collection.php'),(3855,'wp-content/plugins/thrive-apprentice/inc/classes/endpoints/class-tva-chapters-controller.php'),(3856,'wp-content/plugins/thrive-apprentice/inc/classes/endpoints/class-tva-courses-controller.php'),(3857,'wp-content/plugins/thrive-apprentice/inc/classes/endpoints/class-tva-frontend-controller.php'),(3858,'wp-content/plugins/thrive-apprentice/inc/classes/endpoints/class-tva-labels-controller.php'),(3859,'wp-content/plugins/thrive-apprentice/inc/classes/endpoints/class-tva-lessons-controller.php'),(3860,'wp-content/plugins/thrive-apprentice/inc/classes/endpoints/class-tva-levels-controller.php'),(3861,'wp-content/plugins/thrive-apprentice/inc/classes/endpoints/class-tva-logs-controller.php'),(3862,'wp-content/plugins/thrive-apprentice/inc/classes/endpoints/class-tva-modules-controller.php'),(3863,'wp-content/plugins/thrive-apprentice/inc/classes/endpoints/class-tva-sendowl-settings-controller.php'),(3864,'wp-content/plugins/thrive-apprentice/inc/classes/endpoints/class-tva-settings-controller.php'),(3865,'wp-content/plugins/thrive-apprentice/inc/classes/endpoints/class-tva-stacks-controller.php'),(3866,'wp-content/plugins/thrive-apprentice/inc/classes/endpoints/class-tva-topics-controller.php'),(3867,'wp-content/plugins/thrive-apprentice/inc/classes/endpoints/class-tva-user-controller.php'),(3868,'wp-content/plugins/thrive-apprentice/inc/classes/integrations/class-tva-access-manager.php'),(3869,'wp-content/plugins/thrive-apprentice/inc/classes/integrations/class-tva-integration-item.php'),(3870,'wp-content/plugins/thrive-apprentice/inc/classes/integrations/class-tva-integration.php'),(3871,'wp-content/plugins/thrive-apprentice/inc/classes/integrations/class-tva-integrations-manager.php'),(3872,'wp-content/plugins/thrive-apprentice/inc/classes/integrations/class-tva-membermouse-abstract-integration.php'),(3873,'wp-content/plugins/thrive-apprentice/inc/classes/integrations/class-tva-membermouse-bundle-integration.php'),(3874,'wp-content/plugins/thrive-apprentice/inc/classes/integrations/class-tva-membermouse-integration.php'),(3875,'wp-content/plugins/thrive-apprentice/inc/classes/integrations/class-tva-memberpress-integration.php'),(3876,'wp-content/plugins/thrive-apprentice/inc/classes/integrations/class-tva-sendowl-bundle-integration.php'),(3877,'wp-content/plugins/thrive-apprentice/inc/classes/integrations/class-tva-sendowl-integration.php'),(3878,'wp-content/plugins/thrive-apprentice/inc/classes/integrations/class-tva-sendowl-product-integration.php'),(3879,'wp-content/plugins/thrive-apprentice/inc/classes/integrations/class-tva-unknown-integration.php'),(3880,'wp-content/plugins/thrive-apprentice/inc/classes/integrations/class-tva-wl-integration.php'),(3881,'wp-content/plugins/thrive-apprentice/inc/classes/integrations/class-tva-wp-integration.php'),(3882,'wp-content/plugins/thrive-apprentice/inc/classes/logger/class-tva-logger.php'),(3883,'wp-content/plugins/thrive-apprentice/inc/classes/models/class-tva-bundle-model.php'),(3884,'wp-content/plugins/thrive-apprentice/inc/classes/models/class-tva-model.php'),(3885,'wp-content/plugins/thrive-apprentice/inc/classes/models/class-tva-product-model.php'),(3886,'wp-content/plugins/thrive-apprentice/inc/classes/models/class-tva-term-model.php'),(3887,'wp-content/plugins/thrive-apprentice/inc/classes/payment_gateways/abstract/class-tva-abstract-payment-gateway.php'),(3888,'wp-content/plugins/thrive-apprentice/inc/classes/payment_gateways/abstract/class-tva-abstract-process-order.php'),(3889,'wp-content/plugins/thrive-apprentice/inc/classes/payment_gateways/class-tva-order-item.php'),(3890,'wp-content/plugins/thrive-apprentice/inc/classes/payment_gateways/class-tva-order.php'),(3891,'wp-content/plugins/thrive-apprentice/inc/classes/payment_gateways/class-tva-payment-init.php'),(3892,'wp-content/plugins/thrive-apprentice/inc/classes/payment_gateways/class-tva-sendowl-payment-gateway.php'),(3893,'wp-content/plugins/thrive-apprentice/inc/classes/payment_gateways/class-tva-sendowl-process-order.php'),(3894,'wp-content/plugins/thrive-apprentice/inc/classes/payment_gateways/class-tva-transaction.php'),(3895,'wp-content/plugins/thrive-apprentice/inc/classes/payment_gateways/class-tva-user.php'),(3896,'wp-content/plugins/thrive-apprentice/inc/classes/widgets/class-tva-author.php'),(3897,'wp-content/plugins/thrive-apprentice/inc/classes/widgets/class-tva-lesson-list.php'),(3898,'wp-content/plugins/thrive-apprentice/inc/classes/widgets/class-tva-menu.php'),(3899,'wp-content/plugins/thrive-apprentice/inc/classes/widgets/class-tva-progress-bar.php'),(3900,'wp-content/plugins/thrive-apprentice/inc/classes/widgets/class-tva-recent-comments.php'),(3901,'wp-content/plugins/thrive-apprentice/inc/classes/widgets/templates/lesson-list.php'),(3902,'wp-content/plugins/thrive-apprentice/inc/compat.php'),(3903,'wp-content/plugins/thrive-apprentice/inc/functions.php'),(3904,'wp-content/plugins/thrive-apprentice/inc/helpers.php'),(3905,'wp-content/plugins/thrive-apprentice/inc/hooks.php'),(3906,'wp-content/plugins/thrive-apprentice/inc/menu.php'),(3907,'wp-content/plugins/thrive-apprentice/inc/progress-bar.php'),(3908,'wp-content/plugins/thrive-apprentice/inc/views/author.phtml'),(3909,'wp-content/plugins/thrive-apprentice/inc/views/chapter.phtml'),(3910,'wp-content/plugins/thrive-apprentice/inc/views/lesson.phtml'),(3911,'wp-content/plugins/thrive-apprentice/inc/views/module.phtml'),(3912,'wp-content/plugins/thrive-apprentice/inc/views/widget/chapter.phtml'),(3913,'wp-content/plugins/thrive-apprentice/inc/views/widget/module.phtml'),(3914,'wp-content/plugins/thrive-apprentice/init.php'),(3915,'wp-content/plugins/thrive-apprentice/js/dist/editor.js'),(3916,'wp-content/plugins/thrive-apprentice/js/dist/editor.min.js'),(3917,'wp-content/plugins/thrive-apprentice/js/dist/frontend.js'),(3918,'wp-content/plugins/thrive-apprentice/js/dist/frontend.min.js'),(3919,'wp-content/plugins/thrive-apprentice/js/dist/jquery.scrollbar.js'),(3920,'wp-content/plugins/thrive-apprentice/js/dist/jquery.scrollbar.min.js'),(3921,'wp-content/plugins/thrive-apprentice/js/spectrum/i18n/jquery.spectrum-ar.js'),(3922,'wp-content/plugins/thrive-apprentice/js/spectrum/i18n/jquery.spectrum-de.js'),(3923,'wp-content/plugins/thrive-apprentice/js/spectrum/i18n/jquery.spectrum-dk.js'),(3924,'wp-content/plugins/thrive-apprentice/js/spectrum/i18n/jquery.spectrum-es.js'),(3925,'wp-content/plugins/thrive-apprentice/js/spectrum/i18n/jquery.spectrum-fa.js'),(3926,'wp-content/plugins/thrive-apprentice/js/spectrum/i18n/jquery.spectrum-fi.js'),(3927,'wp-content/plugins/thrive-apprentice/js/spectrum/i18n/jquery.spectrum-fr.js'),(3928,'wp-content/plugins/thrive-apprentice/js/spectrum/i18n/jquery.spectrum-gr.js'),(3929,'wp-content/plugins/thrive-apprentice/js/spectrum/i18n/jquery.spectrum-he.js'),(3930,'wp-content/plugins/thrive-apprentice/js/spectrum/i18n/jquery.spectrum-hr.js'),(3931,'wp-content/plugins/thrive-apprentice/js/spectrum/i18n/jquery.spectrum-id.js'),(3932,'wp-content/plugins/thrive-apprentice/js/spectrum/i18n/jquery.spectrum-it.js'),(3933,'wp-content/plugins/thrive-apprentice/js/spectrum/i18n/jquery.spectrum-ja.js'),(3934,'wp-content/plugins/thrive-apprentice/js/spectrum/i18n/jquery.spectrum-lt.js'),(3935,'wp-content/plugins/thrive-apprentice/js/spectrum/i18n/jquery.spectrum-nl.js'),(3936,'wp-content/plugins/thrive-apprentice/js/spectrum/i18n/jquery.spectrum-pl.js'),(3937,'wp-content/plugins/thrive-apprentice/js/spectrum/i18n/jquery.spectrum-pt-br.js'),(3938,'wp-content/plugins/thrive-apprentice/js/spectrum/i18n/jquery.spectrum-ru.js'),(3939,'wp-content/plugins/thrive-apprentice/js/spectrum/i18n/jquery.spectrum-sv.js'),(3940,'wp-content/plugins/thrive-apprentice/js/spectrum/i18n/jquery.spectrum-tr.js'),(3941,'wp-content/plugins/thrive-apprentice/js/spectrum/i18n/jquery.spectrum-zh-cn.js'),(3942,'wp-content/plugins/thrive-apprentice/js/spectrum/i18n/jquery.spectrum-zh-tw.js'),(3943,'wp-content/plugins/thrive-apprentice/js/spectrum/spectrum.js'),(3944,'wp-content/plugins/thrive-apprentice/js/spectrum/themes/index.html'),(3945,'wp-content/plugins/thrive-apprentice/move-arrows.svg'),(3946,'wp-content/plugins/thrive-apprentice/tcb/admin/assets/css/fonts/tcb-admin-icons.svg'),(3947,'wp-content/plugins/thrive-apprentice/tcb/admin/assets/js/tcb-admin.min.js'),(3948,'wp-content/plugins/thrive-apprentice/tcb/admin/class-tcb-admin.php'),(3949,'wp-content/plugins/thrive-apprentice/tcb/admin/includes/class-tcb-admin-ajax.php'),(3950,'wp-content/plugins/thrive-apprentice/tcb/admin/includes/class-tcb-product.php'),(3951,'wp-content/plugins/thrive-apprentice/tcb/admin/includes/class-tcb-symbols-rest-controller.php'),(3952,'wp-content/plugins/thrive-apprentice/tcb/admin/includes/i18n.php'),(3953,'wp-content/plugins/thrive-apprentice/tcb/admin/includes/tcb-admin-functions.php'),(3954,'wp-content/plugins/thrive-apprentice/tcb/admin/includes/views/dashboard.phtml'),(3955,'wp-content/plugins/thrive-apprentice/tcb/admin/includes/views/templates/breadcrumbs.phtml'),(3956,'wp-content/plugins/thrive-apprentice/tcb/admin/includes/views/templates/ct-symbols.phtml'),(3957,'wp-content/plugins/thrive-apprentice/tcb/admin/includes/views/templates/header.phtml'),(3958,'wp-content/plugins/thrive-apprentice/tcb/admin/includes/views/templates/modals/delete-confirmation.phtml'),(3959,'wp-content/plugins/thrive-apprentice/tcb/admin/includes/views/templates/modals/modal-create.phtml'),(3960,'wp-content/plugins/thrive-apprentice/tcb/admin/includes/views/templates/modals/move-category.phtml'),(3961,'wp-content/plugins/thrive-apprentice/tcb/admin/includes/views/templates/modals/move-symbol.phtml'),(3962,'wp-content/plugins/thrive-apprentice/tcb/admin/includes/views/templates/modals/new-category.phtml'),(3963,'wp-content/plugins/thrive-apprentice/tcb/admin/includes/views/templates/modals/section-modal-create-item.phtml'),(3964,'wp-content/plugins/thrive-apprentice/tcb/admin/includes/views/templates/modals/section-modal-create-step-1.phtml'),(3965,'wp-content/plugins/thrive-apprentice/tcb/admin/includes/views/templates/modals/section-modal-create-step-2.phtml'),(3966,'wp-content/plugins/thrive-apprentice/tcb/admin/includes/views/templates/modals/section-modal-create.phtml'),(3967,'wp-content/plugins/thrive-apprentice/tcb/admin/includes/views/templates/modals/section-modal-message.phtml'),(3968,'wp-content/plugins/thrive-apprentice/tcb/admin/includes/views/templates/symbols/categories.phtml'),(3969,'wp-content/plugins/thrive-apprentice/tcb/admin/includes/views/templates/symbols/category.phtml'),(3970,'wp-content/plugins/thrive-apprentice/tcb/admin/includes/views/templates/symbols/container.phtml'),(3971,'wp-content/plugins/thrive-apprentice/tcb/admin/includes/views/templates/symbols/create.phtml'),(3972,'wp-content/plugins/thrive-apprentice/tcb/admin/includes/views/templates/symbols/item.phtml'),(3973,'wp-content/plugins/thrive-apprentice/tcb/admin/includes/views/templates/symbols/list.phtml'),(3974,'wp-content/plugins/thrive-apprentice/tcb/admin/includes/views/templates/symbols/save-templates-error.phtml'),(3975,'wp-content/plugins/thrive-apprentice/tcb/admin/includes/views/templates/symbols/search.phtml'),(3976,'wp-content/plugins/thrive-apprentice/tcb/admin/includes/views/templates/symbols/section-item.phtml'),(3977,'wp-content/plugins/thrive-apprentice/tcb/admin/includes/views/templates/symbols/sections-container.phtml'),(3978,'wp-content/plugins/thrive-apprentice/tcb/admin/includes/views/templates/symbols/sections-list.phtml'),(3979,'wp-content/plugins/thrive-apprentice/tcb/admin/includes/views/templates/text-edit.phtml'),(3980,'wp-content/plugins/thrive-apprentice/tcb/admin/includes/views/templates/user-templates/c-item.phtml'),(3981,'wp-content/plugins/thrive-apprentice/tcb/admin/includes/views/templates/user-templates/item.phtml'),(3982,'wp-content/plugins/thrive-apprentice/tcb/admin/includes/views/templates/user-templates/list.phtml'),(3983,'wp-content/plugins/thrive-apprentice/tcb/admin/includes/views/templates/user-templates/t-item.phtml'),(3984,'wp-content/plugins/thrive-apprentice/tcb/db/fontmanager-1.1.php'),(3985,'wp-content/plugins/thrive-apprentice/tcb/db/index.php'),(3986,'wp-content/plugins/thrive-apprentice/tcb/db/install-1.0.php'),(3987,'wp-content/plugins/thrive-apprentice/tcb/db/menuitemstyles-1.2.php'),(3988,'wp-content/plugins/thrive-apprentice/tcb/editor/css/fonts/control-panel.svg'),(3989,'wp-content/plugins/thrive-apprentice/tcb/editor/css/fonts/editor-page.svg'),(3990,'wp-content/plugins/thrive-apprentice/tcb/editor/css/fonts/font-awesome.svg'),(3991,'wp-content/plugins/thrive-apprentice/tcb/editor/css/fonts/thrvicomoon/icomoon.svg'),(3992,'wp-content/plugins/thrive-apprentice/tcb/editor/css/images/angle-down.svg'),(3993,'wp-content/plugins/thrive-apprentice/tcb/editor/css/images/angle-up.svg'),(3994,'wp-content/plugins/thrive-apprentice/tcb/editor/css/images/caret-down.svg'),(3995,'wp-content/plugins/thrive-apprentice/tcb/editor/css/images/caret-filled-down.svg'),(3996,'wp-content/plugins/thrive-apprentice/tcb/editor/css/images/caret-filled-up.svg'),(3997,'wp-content/plugins/thrive-apprentice/tcb/editor/css/images/caret-up.svg'),(3998,'wp-content/plugins/thrive-apprentice/tcb/editor/css/images/chevron-down.svg'),(3999,'wp-content/plugins/thrive-apprentice/tcb/editor/css/images/chevron-up.svg'),(4000,'wp-content/plugins/thrive-apprentice/tcb/editor/css/images/logo_placeholder_dark.svg'),(4001,'wp-content/plugins/thrive-apprentice/tcb/editor/css/images/logo_placeholder_light.svg'),(4002,'wp-content/plugins/thrive-apprentice/tcb/editor/js/admin/gutenberg-menu.js'),(4003,'wp-content/plugins/thrive-apprentice/tcb/editor/js/admin/gutenberg.js'),(4004,'wp-content/plugins/thrive-apprentice/tcb/editor/js/admin/tve_admin_post_ready.js'),(4005,'wp-content/plugins/thrive-apprentice/tcb/editor/js/dist/admin.min.js'),(4006,'wp-content/plugins/thrive-apprentice/tcb/editor/js/dist/editor.min.js'),(4007,'wp-content/plugins/thrive-apprentice/tcb/editor/js/dist/froala.min.js'),(4008,'wp-content/plugins/thrive-apprentice/tcb/editor/js/dist/frontend.min.js'),(4009,'wp-content/plugins/thrive-apprentice/tcb/editor/js/dist/gutenberg.min.js'),(4010,'wp-content/plugins/thrive-apprentice/tcb/editor/js/dist/main.min.js'),(4011,'wp-content/plugins/thrive-apprentice/tcb/editor/js/libs/dom-to-image.min.js'),(4012,'wp-content/plugins/thrive-apprentice/tcb/editor/js/libs/jquery.scrollbar.min.js'),(4013,'wp-content/plugins/thrive-apprentice/tcb/editor/js/libs/moment.min.js'),(4014,'wp-content/plugins/thrive-apprentice/tcb/event-manager/classes/TCB_Event_Action_Abstract.php'),(4015,'wp-content/plugins/thrive-apprentice/tcb/event-manager/classes/TCB_Event_Trigger_Abstract.php'),(4016,'wp-content/plugins/thrive-apprentice/tcb/event-manager/classes/actions/TCB_Thrive_CSS_Animation.php'),(4017,'wp-content/plugins/thrive-apprentice/tcb/event-manager/classes/actions/TCB_Thrive_Image_Zoom.php'),(4018,'wp-content/plugins/thrive-apprentice/tcb/event-manager/classes/actions/TCB_Thrive_Lightbox.php'),(4019,'wp-content/plugins/thrive-apprentice/tcb/event-manager/classes/actions/TCB_Thrive_LightboxClose.php'),(4020,'wp-content/plugins/thrive-apprentice/tcb/event-manager/classes/actions/TCB_Thrive_Tooltip.php'),(4021,'wp-content/plugins/thrive-apprentice/tcb/event-manager/classes/actions/TCB_Thrive_Video_Popup.php'),(4022,'wp-content/plugins/thrive-apprentice/tcb/event-manager/classes/actions/TCB_Thrive_Wistia.php'),(4023,'wp-content/plugins/thrive-apprentice/tcb/event-manager/classes/triggers/TCB_Event_Trigger_Click.php'),(4024,'wp-content/plugins/thrive-apprentice/tcb/event-manager/classes/triggers/TCB_Event_Trigger_Exit_Intent.php'),(4025,'wp-content/plugins/thrive-apprentice/tcb/event-manager/classes/triggers/TCB_Event_Trigger_Mouseover.php'),(4026,'wp-content/plugins/thrive-apprentice/tcb/event-manager/classes/triggers/TCB_Event_Trigger_Timer.php'),(4027,'wp-content/plugins/thrive-apprentice/tcb/event-manager/classes/triggers/TCB_Event_Trigger_Viewport.php'),(4028,'wp-content/plugins/thrive-apprentice/tcb/event-manager/init.php'),(4029,'wp-content/plugins/thrive-apprentice/tcb/event-manager/views/js/lightbox.php'),(4030,'wp-content/plugins/thrive-apprentice/tcb/event-manager/views/js/trigger_exit_intent.php'),(4031,'wp-content/plugins/thrive-apprentice/tcb/event-manager/views/js/trigger_viewport.php'),(4032,'wp-content/plugins/thrive-apprentice/tcb/external-architect.php'),(4033,'wp-content/plugins/thrive-apprentice/tcb/fonts/fontawesome-webfont.svg'),(4034,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/animation/preview.phtml'),(4035,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/breadcrumbs/item.phtml'),(4036,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/central-style-panel/master-variables-header.phtml'),(4037,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/central-style-panel/other-variables-header.phtml'),(4038,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/central-style-panel/palettes.phtml'),(4039,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/central-style-panel/tooltip.phtml'),(4040,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/cloud-templates/item.phtml'),(4041,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/contact-form/email-setup-form.phtml'),(4042,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/contact-form/error.phtml'),(4043,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/contact-form/shortcode-button.phtml'),(4044,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/contact-form/submit-setup-form.phtml'),(4045,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/content-blocks/category-item.php'),(4046,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/content-blocks/color-var-item.php'),(4047,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/content-blocks/favorites.php'),(4048,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/content-blocks/group-item.php'),(4049,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/content-blocks/no-template.phtml'),(4050,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/content-blocks/template-item.php'),(4051,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/audio.phtml'),(4052,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/background/background-effects.phtml'),(4053,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/background/background-image.phtml'),(4054,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/background/drag-overlay.phtml'),(4055,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/borders.phtml'),(4056,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/button/global-templates.phtml'),(4057,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/button/style-picker.phtml'),(4058,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/button/style-templates.phtml'),(4059,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/button-group.phtml'),(4060,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/button-panel-group.phtml'),(4061,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/button-toggle.phtml'),(4062,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/cards-change.phtml'),(4063,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/checkbox/input.phtml'),(4064,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/checkbox.phtml'),(4065,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/color-picker.phtml'),(4066,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/color-var-item.phtml'),(4067,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/contact-form/default-cf-item.phtml'),(4068,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/contact-form/edit-cf-item.phtml'),(4069,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/contact-form/recaptcha-cf-item.phtml'),(4070,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/contact-form/settings.phtml'),(4071,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/contentbox/image-tooltip.phtml'),(4072,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/corners.phtml'),(4073,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/countdown/style-picker.phtml'),(4074,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/custom-menu/edit-menu-item.php'),(4075,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/custom-menu/modal-menu-item.phtml'),(4076,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/custom-menu/modal-menu-type.phtml'),(4077,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/custom-menu/style-picker.phtml'),(4078,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/date-picker.phtml'),(4079,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/decoration/decoration.phtml'),(4080,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/decoration/divider.phtml'),(4081,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/decoration/pointer.phtml'),(4082,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/decoration/slanted.phtml'),(4083,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/decoration/svg/fancy-divider-styles.phtml'),(4084,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/decoration/svg-base.phtml'),(4085,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/divider/style-picker.phtml'),(4086,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/drop-panel-light.phtml'),(4087,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/drop-panel.phtml'),(4088,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/font-manager.phtml'),(4089,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/global/style-button.phtml'),(4090,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/global/style-contentbox.phtml'),(4091,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/global/style-control.phtml'),(4092,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/global/style-panel.phtml'),(4093,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/global/style-section.phtml'),(4094,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/gradient/knob.phtml'),(4095,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/gradient-pattern.phtml'),(4096,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/gradient-picker.phtml'),(4097,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/icon-label-switch.phtml'),(4098,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/icons.phtml'),(4099,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/image/resize.phtml'),(4100,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/image/style-picker.phtml'),(4101,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/image-picker.phtml'),(4102,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/input-inline.phtml'),(4103,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/input-multiple-item.phtml'),(4104,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/input-multiple.phtml'),(4105,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/input.phtml'),(4106,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/knob.phtml'),(4107,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/label-input.phtml'),(4108,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/layout/input.phtml'),(4109,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/layout/position-absolute.phtml'),(4110,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/layout/position-relative.phtml'),(4111,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/layout/width.phtml'),(4112,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/layout.phtml'),(4113,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/lead-generation/api-connections.phtml'),(4114,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/lead-generation/api-drop-panel.phtml'),(4115,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/lead-generation/connected-api.phtml'),(4116,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/lead-generation/edit-field.phtml'),(4117,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/lead-generation/lg-input.phtml'),(4118,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/link/dynamic-categories.phtml'),(4119,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/link/dynamic-links.phtml'),(4120,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/link/element-link.phtml'),(4121,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/link/link-select.phtml'),(4122,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/link/style-picker-item.phtml'),(4123,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/margin-padding.phtml'),(4124,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/menu/preview-list-item.php'),(4125,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/multiple-checkbox.phtml'),(4126,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/palettes-var-item.phtml'),(4127,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/palettes.phtml'),(4128,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/preview-list-item.phtml'),(4129,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/preview-toggle-list-item.phtml'),(4130,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/pricing-table/edit-instance.phtml'),(4131,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/pricing-table/edit-price-box.phtml'),(4132,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/pricing-table/price-instance-controls.phtml'),(4133,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/pricing-table/pricing-table-item.phtml'),(4134,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/radio.phtml'),(4135,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/rating-value.phtml'),(4136,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/responsive-video/style-picker.phtml'),(4137,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/responsive-video-settings.phtml'),(4138,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/responsive.phtml'),(4139,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/revision-manager-item.php'),(4140,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/select-multiple.phtml'),(4141,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/select.phtml'),(4142,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/selected-elem-nav-item-compact.phtml'),(4143,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/selected-elem-nav-item.phtml'),(4144,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/shadow.phtml'),(4145,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/slider.phtml'),(4146,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/social/fb-share.phtml'),(4147,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/social/network-checkboxes.phtml'),(4148,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/social/network-settings.phtml'),(4149,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/social/pin-share.phtml'),(4150,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/social/selector.phtml'),(4151,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/social/t-share.phtml'),(4152,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/style-change.phtml'),(4153,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/style.phtml'),(4154,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/switch-toggle.phtml'),(4155,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/switch.phtml'),(4156,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/table/table_cell.phtml'),(4157,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/text/typefocus-settings.phtml'),(4158,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/text/typefocus.phtml'),(4159,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/textarea.phtml'),(4160,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/time-slider.phtml'),(4161,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/toc/headings.phtml'),(4162,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/toggle.phtml'),(4163,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/tooltip/promote-panel.phtml'),(4164,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/tooltip/tooltip-panel.phtml'),(4165,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/controls/video-settings.phtml'),(4166,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/drop-panels/reset-state.phtml'),(4167,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/element-icons.phtml'),(4168,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/element-states.phtml'),(4169,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/elements/button-icon.phtml'),(4170,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/elements/megamenu-no-items.phtml'),(4171,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/elements/menu-image-placeholder.phtml'),(4172,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/elements/menu-item-icon.phtml'),(4173,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/elements/menu-item.phtml'),(4174,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/elements/menu.phtml'),(4175,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/elements/social.phtml'),(4176,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/inline/column-options.phtml'),(4177,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/inline/content-templates.phtml'),(4178,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/inline/dynamiclink-popup.phtml'),(4179,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/inline/inline-shortcodes.phtml'),(4180,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/inline/jumplink-popup.phtml'),(4181,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/inline/link-types.phtml'),(4182,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/inline/popup-custom-input-extra.phtml'),(4183,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/inline/popup-custom-input.phtml'),(4184,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/inline/postlist-links.phtml'),(4185,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/inline/staticlink-popup.phtml'),(4186,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/inline-error.phtml'),(4187,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/landing-pages/delete-confirmation.phtml'),(4188,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/landing-pages/lp-set.phtml'),(4189,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/landing-pages/lp-template.phtml'),(4190,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/landing-pages/lp-text-templates.phtml'),(4191,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/landing-pages/tag-item.phtml'),(4192,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/lead-generation/apis/activecampaign.phtml'),(4193,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/lead-generation/apis/aweber.phtml'),(4194,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/lead-generation/apis/convertkit.phtml'),(4195,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/lead-generation/apis/default.phtml'),(4196,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/lead-generation/apis/drip.phtml'),(4197,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/lead-generation/apis/everwebinar.phtml'),(4198,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/lead-generation/apis/extra/mailchimp-group.phtml'),(4199,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/lead-generation/apis/extra/password-strength.phtml'),(4200,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/lead-generation/apis/get-response.phtml'),(4201,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/lead-generation/apis/infusionsoft.phtml'),(4202,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/lead-generation/apis/klicktipp.phtml'),(4203,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/lead-generation/apis/mailchimp.phtml'),(4204,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/lead-generation/apis/mailster.phtml'),(4205,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/lead-generation/apis/ontraport.phtml'),(4206,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/lead-generation/apis/sendlane.phtml'),(4207,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/lead-generation/apis/sendy.phtml'),(4208,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/lead-generation/apis/zapier.phtml'),(4209,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/lead-generation/apis/zoom.phtml'),(4210,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/lead-generation/consent.phtml'),(4211,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/lead-generation/errors/item.phtml'),(4212,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/lead-generation/new-connection-area.phtml'),(4213,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/lead-generation/submit-options/option.phtml'),(4214,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/lead-generation/submit-options/submit-options.phtml'),(4215,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/logo/item.phtml'),(4216,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/logo/tooltip.phtml'),(4217,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/modals/cf-settings.php'),(4218,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/notification-box/error-save.php'),(4219,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/notification-box/error.phtml'),(4220,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/notification-box/info.phtml'),(4221,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/notification-box/success.phtml'),(4222,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/notification-box/warning.phtml'),(4223,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/page-events/actions/lightbox-preview.phtml'),(4224,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/page-events/actions/lightbox.phtml'),(4225,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/page-events/form.phtml'),(4226,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/page-events/list.phtml'),(4227,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/page-events/no-events.phtml'),(4228,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/page-events/triggers/exit.phtml'),(4229,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/page-events/triggers/timer.phtml'),(4230,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/post-list/author-query-rule.phtml'),(4231,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/post-list/extra-image.phtml'),(4232,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/post-list/post-list-default-template.php'),(4233,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/post-list/post-query-rule.phtml'),(4234,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/post-list/query-options.phtml'),(4235,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/post-list/query-rule.phtml'),(4236,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/post-list/query-term.phtml'),(4237,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/post-list/select.phtml'),(4238,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/sections/item.phtml'),(4239,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/shadow/no-shadow.phtml'),(4240,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/symbols/content-template-item.phtml'),(4241,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/symbols/create-item.phtml'),(4242,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/symbols/get-symbols-error.phtml'),(4243,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/symbols/item.phtml'),(4244,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/symbols/save-templates-symbols-error.phtml'),(4245,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/symbols/section-item.phtml'),(4246,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/symbols/sections-container.phtml'),(4247,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/symbols/sections-message.phtml'),(4248,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/util/audio-file-picker.phtml'),(4249,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/util/color-picker/add-color.phtml'),(4250,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/util/color-picker/favorite-thumb.phtml'),(4251,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/util/color-picker/global-thumb.phtml'),(4252,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/util/color-picker/save-btn.phtml'),(4253,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/util/edit-as-group.phtml'),(4254,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/util/edit-global-colors.phtml'),(4255,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/util/edit-mode.phtml'),(4256,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/util/favorite-colors.phtml'),(4257,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/util/favorite-gradients.phtml'),(4258,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/util/file-picker.phtml'),(4259,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/util/icon.phtml'),(4260,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/util/input.phtml'),(4261,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/util/link-styles.phtml'),(4262,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/util/link.phtml'),(4263,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/util/list.phtml'),(4264,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/util/option.phtml'),(4265,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/util/svg_icon.phtml'),(4266,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/util/template-colors.phtml'),(4267,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/util/template-gradients.phtml'),(4268,'wp-content/plugins/thrive-apprentice/tcb/inc/backbone/util/video-file-picker.phtml'),(4269,'wp-content/plugins/thrive-apprentice/tcb/inc/classes/class-tcb-cloud-template-element-abstract.php'),(4270,'wp-content/plugins/thrive-apprentice/tcb/inc/classes/class-tcb-contact-form.php'),(4271,'wp-content/plugins/thrive-apprentice/tcb/inc/classes/class-tcb-editor-ajax.php'),(4272,'wp-content/plugins/thrive-apprentice/tcb/inc/classes/class-tcb-editor.php'),(4273,'wp-content/plugins/thrive-apprentice/tcb/inc/classes/class-tcb-element-abstract.php'),(4274,'wp-content/plugins/thrive-apprentice/tcb/inc/classes/class-tcb-elements.php'),(4275,'wp-content/plugins/thrive-apprentice/tcb/inc/classes/class-tcb-font-manager.php'),(4276,'wp-content/plugins/thrive-apprentice/tcb/inc/classes/class-tcb-icon-manager.php'),(4277,'wp-content/plugins/thrive-apprentice/tcb/inc/classes/class-tcb-lightbox.php'),(4278,'wp-content/plugins/thrive-apprentice/tcb/inc/classes/class-tcb-menu-walker.php'),(4279,'wp-content/plugins/thrive-apprentice/tcb/inc/classes/class-tcb-post-grid.php'),(4280,'wp-content/plugins/thrive-apprentice/tcb/inc/classes/class-tcb-post.php'),(4281,'wp-content/plugins/thrive-apprentice/tcb/inc/classes/class-tcb-symbol-element-abstract.php'),(4282,'wp-content/plugins/thrive-apprentice/tcb/inc/classes/class-tcb-utils.php'),(4283,'wp-content/plugins/thrive-apprentice/tcb/inc/classes/class-tcb-widget-element.php'),(4284,'wp-content/plugins/thrive-apprentice/tcb/inc/classes/content-templates/class-tcb-content-templates-api.php'),(4285,'wp-content/plugins/thrive-apprentice/tcb/inc/classes/elements/class-tcb-article-element.php'),(4286,'wp-content/plugins/thrive-apprentice/tcb/inc/classes/elements/class-tcb-audio-element.php'),(4287,'wp-content/plugins/thrive-apprentice/tcb/inc/classes/elements/class-tcb-button-element.php'),(4288,'wp-content/plugins/thrive-apprentice/tcb/inc/classes/elements/class-tcb-button-group-element.php'),(4289,'wp-content/plugins/thrive-apprentice/tcb/inc/classes/elements/class-tcb-button-group-item-element.php'),(4290,'wp-content/plugins/thrive-apprentice/tcb/inc/classes/elements/class-tcb-callaction-element.php'),(4291,'wp-content/plugins/thrive-apprentice/tcb/inc/classes/elements/class-tcb-cell-element.php'),(4292,'wp-content/plugins/thrive-apprentice/tcb/inc/classes/elements/class-tcb-column-element.php'),(4293,'wp-content/plugins/thrive-apprentice/tcb/inc/classes/elements/class-tcb-columns-element.php'),(4294,'wp-content/plugins/thrive-apprentice/tcb/inc/classes/elements/class-tcb-commentsdisqus-element.php'),(4295,'wp-content/plugins/thrive-apprentice/tcb/inc/classes/elements/class-tcb-commentsfacebook-element.php'),(4296,'wp-content/plugins/thrive-apprentice/tcb/inc/classes/elements/class-tcb-contact-form-element.php'),(4297,'wp-content/plugins/thrive-apprentice/tcb/inc/classes/elements/class-tcb-contact-form-input-element.php'),(4298,'wp-content/plugins/thrive-apprentice/tcb/inc/classes/elements/class-tcb-contact-form-item-element.php'),(4299,'wp-content/plugins/thrive-apprentice/tcb/inc/classes/elements/class-tcb-contact-form-label-element.php'),(4300,'wp-content/plugins/thrive-apprentice/tcb/inc/classes/elements/class-tcb-contact-form-submit-element.php'),(4301,'wp-content/plugins/thrive-apprentice/tcb/inc/classes/elements/class-tcb-contentblock-element.php'),(4302,'wp-content/plugins/thrive-apprentice/tcb/inc/classes/elements/class-tcb-contentbox-element.php'),(4303,'wp-content/plugins/thrive-apprentice/tcb/inc/classes/elements/class-tcb-countdown-element.php'),(4304,'wp-content/plugins/thrive-apprentice/tcb/inc/classes/elements/class-tcb-countdownevergreen-element.php'),(4305,'wp-content/plugins/thrive-apprentice/tcb/inc/classes/elements/class-tcb-credit-element.php'),(4306,'wp-content/plugins/thrive-apprentice/tcb/inc/classes/elements/class-tcb-ct-element.php'),(4307,'wp-content/plugins/thrive-apprentice/tcb/inc/classes/elements/class-tcb-ct-symbol-element.php'),(4308,'wp-content/plugins/thrive-apprentice/tcb/inc/classes/elements/class-tcb-divider-element.php'),(4309,'wp-content/plugins/thrive-apprentice/tcb/inc/classes/elements/class-tcb-fillcounter-element.php'),(4310,'wp-content/plugins/thrive-apprentice/tcb/inc/classes/elements/class-tcb-footer-element.php'),(4311,'wp-content/plugins/thrive-apprentice/tcb/inc/classes/elements/class-tcb-form-icon-element.php'),(4312,'wp-content/plugins/thrive-apprentice/tcb/inc/classes/elements/class-tcb-form-input-element.php'),(4313,'wp-content/plugins/thrive-apprentice/tcb/inc/classes/elements/class-tcb-form-item-element.php'),(4314,'wp-content/plugins/thrive-apprentice/tcb/inc/classes/elements/class-tcb-form-label-element.php'),(4315,'wp-content/plugins/thrive-apprentice/tcb/inc/classes/elements/class-tcb-form-submit-element.php'),(4316,'wp-content/plugins/thrive-apprentice/tcb/inc/classes/elements/class-tcb-gmap-element.php'),(4317,'wp-content/plugins/thrive-apprentice/tcb/inc/classes/elements/class-tcb-guaranteebox-element.php'),(4318,'wp-content/plugins/thrive-apprentice/tcb/inc/classes/elements/class-tcb-header-element.php'),(4319,'wp-content/plugins/thrive-apprentice/tcb/inc/classes/elements/class-tcb-html-element.php'),(4320,'wp-content/plugins/thrive-apprentice/tcb/inc/classes/elements/class-tcb-icon-element.php'),(4321,'wp-content/plugins/thrive-apprentice/tcb/inc/classes/elements/class-tcb-image-element.php'),(4322,'wp-content/plugins/thrive-apprentice/tcb/inc/classes/elements/class-tcb-label-advanced-element.php'),(4323,'wp-content/plugins/thrive-apprentice/tcb/inc/classes/elements/class-tcb-label-disabled-element.php'),(4324,'wp-content/plugins/thrive-apprentice/tcb/inc/classes/elements/class-tcb-label-element.php'),(4325,'wp-content/plugins/thrive-apprentice/tcb/inc/classes/elements/class-tcb-landing-page-content-element.php'),(4326,'wp-content/plugins/thrive-apprentice/tcb/inc/classes/elements/class-tcb-landing-page-element.php'),(4327,'wp-content/plugins/thrive-apprentice/tcb/inc/classes/elements/class-tcb-landing-page-text-element.php'),(4328,'wp-content/plugins/thrive-apprentice/tcb/inc/classes/elements/class-tcb-lead-generation-checkbox-element.php'),(4329,'wp-content/plugins/thrive-apprentice/tcb/inc/classes/elements/class-tcb-lead-generation-element.php'),(4330,'wp-content/plugins/thrive-apprentice/tcb/inc/classes/elements/class-tcb-lead-generation-input-element.php'),(4331,'wp-content/plugins/thrive-apprentice/tcb/inc/classes/elements/class-tcb-lead-generation-radio-element.php'),(4332,'wp-content/plugins/thrive-apprentice/tcb/inc/classes/elements/class-tcb-lead-generation-select-element.php'),(4333,'wp-content/plugins/thrive-apprentice/tcb/inc/classes/elements/class-tcb-lead-generation-submit-element.php'),(4334,'wp-content/plugins/thrive-apprentice/tcb/inc/classes/elements/class-tcb-lead-generation-textarea-element.php'),(4335,'wp-content/plugins/thrive-apprentice/tcb/inc/classes/elements/class-tcb-lightbox-element.php'),(4336,'wp-content/plugins/thrive-apprentice/tcb/inc/classes/elements/class-tcb-link-element.php'),(4337,'wp-content/plugins/thrive-apprentice/tcb/inc/classes/elements/class-tcb-logo-element.php'),(4338,'wp-content/plugins/thrive-apprentice/tcb/inc/classes/elements/class-tcb-megamenu-column-element.php'),(4339,'wp-content/plugins/thrive-apprentice/tcb/inc/classes/elements/class-tcb-megamenu-dropdown-element.php'),(4340,'wp-content/plugins/thrive-apprentice/tcb/inc/classes/elements/class-tcb-megamenu-element.php'),(4341,'wp-content/plugins/thrive-apprentice/tcb/inc/classes/elements/class-tcb-megamenu-image-element.php'),(4342,'wp-content/plugins/thrive-apprentice/tcb/inc/classes/elements/class-tcb-megamenu-item-element.php'),(4343,'wp-content/plugins/thrive-apprentice/tcb/inc/classes/elements/class-tcb-menu-dropdown-element.php'),(4344,'wp-content/plugins/thrive-apprentice/tcb/inc/classes/elements/class-tcb-menu-element.php'),(4345,'wp-content/plugins/thrive-apprentice/tcb/inc/classes/elements/class-tcb-menu-item-element.php'),(4346,'wp-content/plugins/thrive-apprentice/tcb/inc/classes/elements/class-tcb-moretag-element.php'),(4347,'wp-content/plugins/thrive-apprentice/tcb/inc/classes/elements/class-tcb-numberedlist-element.php'),(4348,'wp-content/plugins/thrive-apprentice/tcb/inc/classes/elements/class-tcb-post-element.php'),(4349,'wp-content/plugins/thrive-apprentice/tcb/inc/classes/elements/class-tcb-post-list-element.php'),(4350,'wp-content/plugins/thrive-apprentice/tcb/inc/classes/elements/class-tcb-postgrid-element.php'),(4351,'wp-content/plugins/thrive-apprentice/tcb/inc/classes/elements/class-tcb-pricing-table-box-container-element.php'),(4352,'wp-content/plugins/thrive-apprentice/tcb/inc/classes/elements/class-tcb-pricing-table-element.php'),(4353,'wp-content/plugins/thrive-apprentice/tcb/inc/classes/elements/class-tcb-progressbar-element.php'),(4354,'wp-content/plugins/thrive-apprentice/tcb/inc/classes/elements/class-tcb-rating-element.php'),(4355,'wp-content/plugins/thrive-apprentice/tcb/inc/classes/elements/class-tcb-responsivevideo-element.php'),(4356,'wp-content/plugins/thrive-apprentice/tcb/inc/classes/elements/class-tcb-reveal-element.php'),(4357,'wp-content/plugins/thrive-apprentice/tcb/inc/classes/elements/class-tcb-section-element.php'),(4358,'wp-content/plugins/thrive-apprentice/tcb/inc/classes/elements/class-tcb-social-element.php'),(4359,'wp-content/plugins/thrive-apprentice/tcb/inc/classes/elements/class-tcb-stylebox-element.php'),(4360,'wp-content/plugins/thrive-apprentice/tcb/inc/classes/elements/class-tcb-styledlist-element.php'),(4361,'wp-content/plugins/thrive-apprentice/tcb/inc/classes/elements/class-tcb-styledlistitem-element.php'),(4362,'wp-content/plugins/thrive-apprentice/tcb/inc/classes/elements/class-tcb-symbol-element.php'),(4363,'wp-content/plugins/thrive-apprentice/tcb/inc/classes/elements/class-tcb-table-element.php'),(4364,'wp-content/plugins/thrive-apprentice/tcb/inc/classes/elements/class-tcb-tabs-element.php'),(4365,'wp-content/plugins/thrive-apprentice/tcb/inc/classes/elements/class-tcb-testimonial-element.php'),(4366,'wp-content/plugins/thrive-apprentice/tcb/inc/classes/elements/class-tcb-text-element.php'),(4367,'wp-content/plugins/thrive-apprentice/tcb/inc/classes/elements/class-tcb-toc-element.php'),(4368,'wp-content/plugins/thrive-apprentice/tcb/inc/classes/elements/class-tcb-toggle-element.php'),(4369,'wp-content/plugins/thrive-apprentice/tcb/inc/classes/elements/class-tcb-tweet-element.php'),(4370,'wp-content/plugins/thrive-apprentice/tcb/inc/classes/elements/class-tcb-wordpress-element.php'),(4371,'wp-content/plugins/thrive-apprentice/tcb/inc/classes/elements/pagination/class-tcb-pagination-element.php'),(4372,'wp-content/plugins/thrive-apprentice/tcb/inc/classes/elements/pagination/class-tcb-pagination-first-last-button-element.php'),(4373,'wp-content/plugins/thrive-apprentice/tcb/inc/classes/elements/pagination/class-tcb-pagination-label-element.php'),(4374,'wp-content/plugins/thrive-apprentice/tcb/inc/classes/elements/pagination/class-tcb-pagination-load-more-element.php'),(4375,'wp-content/plugins/thrive-apprentice/tcb/inc/classes/elements/pagination/class-tcb-pagination-navigation-container-element.php'),(4376,'wp-content/plugins/thrive-apprentice/tcb/inc/classes/elements/pagination/class-tcb-pagination-number-current-element.php'),(4377,'wp-content/plugins/thrive-apprentice/tcb/inc/classes/elements/pagination/class-tcb-pagination-number-item-element.php'),(4378,'wp-content/plugins/thrive-apprentice/tcb/inc/classes/elements/pagination/class-tcb-pagination-prev-next-button-element.php'),(4379,'wp-content/plugins/thrive-apprentice/tcb/inc/classes/elements/post-list-sub-elements/class-tcb-post-author-bio-element.php'),(4380,'wp-content/plugins/thrive-apprentice/tcb/inc/classes/elements/post-list-sub-elements/class-tcb-post-author-name-element.php'),(4381,'wp-content/plugins/thrive-apprentice/tcb/inc/classes/elements/post-list-sub-elements/class-tcb-post-author-picture-element.php'),(4382,'wp-content/plugins/thrive-apprentice/tcb/inc/classes/elements/post-list-sub-elements/class-tcb-post-categories-element.php'),(4383,'wp-content/plugins/thrive-apprentice/tcb/inc/classes/elements/post-list-sub-elements/class-tcb-post-comments-number-element.php'),(4384,'wp-content/plugins/thrive-apprentice/tcb/inc/classes/elements/post-list-sub-elements/class-tcb-post-content-element.php'),(4385,'wp-content/plugins/thrive-apprentice/tcb/inc/classes/elements/post-list-sub-elements/class-tcb-post-date-element.php'),(4386,'wp-content/plugins/thrive-apprentice/tcb/inc/classes/elements/post-list-sub-elements/class-tcb-post-read-more-element.php'),(4387,'wp-content/plugins/thrive-apprentice/tcb/inc/classes/elements/post-list-sub-elements/class-tcb-post-tags-element.php'),(4388,'wp-content/plugins/thrive-apprentice/tcb/inc/classes/elements/post-list-sub-elements/class-tcb-post-thumbnail-element.php'),(4389,'wp-content/plugins/thrive-apprentice/tcb/inc/classes/elements/post-list-sub-elements/class-tcb-post-title-element.php'),(4390,'wp-content/plugins/thrive-apprentice/tcb/inc/classes/logo/class-tcb-logo-rest.php'),(4391,'wp-content/plugins/thrive-apprentice/tcb/inc/classes/logo/class-tcb-logo.php'),(4392,'wp-content/plugins/thrive-apprentice/tcb/inc/classes/post-list/class-tcb-post-list-author-image.php'),(4393,'wp-content/plugins/thrive-apprentice/tcb/inc/classes/post-list/class-tcb-post-list-content.php'),(4394,'wp-content/plugins/thrive-apprentice/tcb/inc/classes/post-list/class-tcb-post-list-featured-image.php'),(4395,'wp-content/plugins/thrive-apprentice/tcb/inc/classes/post-list/class-tcb-post-list-rest.php'),(4396,'wp-content/plugins/thrive-apprentice/tcb/inc/classes/post-list/class-tcb-post-list-shortcodes.php'),(4397,'wp-content/plugins/thrive-apprentice/tcb/inc/classes/post-list/class-tcb-post-list-sub-element-abstract.php'),(4398,'wp-content/plugins/thrive-apprentice/tcb/inc/classes/post-list/class-tcb-post-list.php'),(4399,'wp-content/plugins/thrive-apprentice/tcb/inc/classes/post-list/pagination/class-tcb-pagination-load-more.php'),(4400,'wp-content/plugins/thrive-apprentice/tcb/inc/classes/post-list/pagination/class-tcb-pagination-none.php'),(4401,'wp-content/plugins/thrive-apprentice/tcb/inc/classes/post-list/pagination/class-tcb-pagination-numeric.php'),(4402,'wp-content/plugins/thrive-apprentice/tcb/inc/classes/post-list/pagination/class-tcb-pagination.php'),(4403,'wp-content/plugins/thrive-apprentice/tcb/inc/classes/symbols/class-tcb-symbol-export.php'),(4404,'wp-content/plugins/thrive-apprentice/tcb/inc/classes/symbols/class-tcb-symbol-template.php'),(4405,'wp-content/plugins/thrive-apprentice/tcb/inc/classes/symbols/class-tcb-symbols-dashboard.php'),(4406,'wp-content/plugins/thrive-apprentice/tcb/inc/classes/symbols/class-tcb-symbols-post-type.php'),(4407,'wp-content/plugins/thrive-apprentice/tcb/inc/classes/symbols/class-tcb-symbols-taxonomy.php'),(4408,'wp-content/plugins/thrive-apprentice/tcb/inc/compat.php'),(4409,'wp-content/plugins/thrive-apprentice/tcb/inc/functions.php'),(4410,'wp-content/plugins/thrive-apprentice/tcb/inc/helpers/cloud.php'),(4411,'wp-content/plugins/thrive-apprentice/tcb/inc/helpers/social.php'),(4412,'wp-content/plugins/thrive-apprentice/tcb/inc/i18n.php'),(4413,'wp-content/plugins/thrive-apprentice/tcb/inc/license_notice.php'),(4414,'wp-content/plugins/thrive-apprentice/tcb/inc/menu/audio.php'),(4415,'wp-content/plugins/thrive-apprentice/tcb/inc/menu/button.php'),(4416,'wp-content/plugins/thrive-apprentice/tcb/inc/menu/cell.php'),(4417,'wp-content/plugins/thrive-apprentice/tcb/inc/menu/click-tweet.php'),(4418,'wp-content/plugins/thrive-apprentice/tcb/inc/menu/columns.php'),(4419,'wp-content/plugins/thrive-apprentice/tcb/inc/menu/commentsdisqus.php'),(4420,'wp-content/plugins/thrive-apprentice/tcb/inc/menu/commentsfacebook.php'),(4421,'wp-content/plugins/thrive-apprentice/tcb/inc/menu/contact_form.php'),(4422,'wp-content/plugins/thrive-apprentice/tcb/inc/menu/contact_form_submit.php'),(4423,'wp-content/plugins/thrive-apprentice/tcb/inc/menu/contentblock.php'),(4424,'wp-content/plugins/thrive-apprentice/tcb/inc/menu/contentbox.php'),(4425,'wp-content/plugins/thrive-apprentice/tcb/inc/menu/countdown.php'),(4426,'wp-content/plugins/thrive-apprentice/tcb/inc/menu/countdownevergreen.php'),(4427,'wp-content/plugins/thrive-apprentice/tcb/inc/menu/credit.php'),(4428,'wp-content/plugins/thrive-apprentice/tcb/inc/menu/ct_symbol.php'),(4429,'wp-content/plugins/thrive-apprentice/tcb/inc/menu/decoration.php'),(4430,'wp-content/plugins/thrive-apprentice/tcb/inc/menu/divider.php'),(4431,'wp-content/plugins/thrive-apprentice/tcb/inc/menu/fillcounter.php'),(4432,'wp-content/plugins/thrive-apprentice/tcb/inc/menu/footer.php'),(4433,'wp-content/plugins/thrive-apprentice/tcb/inc/menu/form_submit.php'),(4434,'wp-content/plugins/thrive-apprentice/tcb/inc/menu/general.php'),(4435,'wp-content/plugins/thrive-apprentice/tcb/inc/menu/gmap.php'),(4436,'wp-content/plugins/thrive-apprentice/tcb/inc/menu/header.php'),(4437,'wp-content/plugins/thrive-apprentice/tcb/inc/menu/html.php'),(4438,'wp-content/plugins/thrive-apprentice/tcb/inc/menu/icon.php'),(4439,'wp-content/plugins/thrive-apprentice/tcb/inc/menu/image.php'),(4440,'wp-content/plugins/thrive-apprentice/tcb/inc/menu/landing_page.php'),(4441,'wp-content/plugins/thrive-apprentice/tcb/inc/menu/lead_generation.php'),(4442,'wp-content/plugins/thrive-apprentice/tcb/inc/menu/lead_generation_checkbox.php'),(4443,'wp-content/plugins/thrive-apprentice/tcb/inc/menu/lead_generation_input.php'),(4444,'wp-content/plugins/thrive-apprentice/tcb/inc/menu/lead_generation_radio.php'),(4445,'wp-content/plugins/thrive-apprentice/tcb/inc/menu/lead_generation_select.php'),(4446,'wp-content/plugins/thrive-apprentice/tcb/inc/menu/lead_generation_submit.php'),(4447,'wp-content/plugins/thrive-apprentice/tcb/inc/menu/lead_generation_textarea.php'),(4448,'wp-content/plugins/thrive-apprentice/tcb/inc/menu/lightbox.php'),(4449,'wp-content/plugins/thrive-apprentice/tcb/inc/menu/link.php'),(4450,'wp-content/plugins/thrive-apprentice/tcb/inc/menu/logo.php'),(4451,'wp-content/plugins/thrive-apprentice/tcb/inc/menu/lp-text.php'),(4452,'wp-content/plugins/thrive-apprentice/tcb/inc/menu/megamenu_column.php'),(4453,'wp-content/plugins/thrive-apprentice/tcb/inc/menu/megamenu_dropdown.php'),(4454,'wp-content/plugins/thrive-apprentice/tcb/inc/menu/megamenu_image.php'),(4455,'wp-content/plugins/thrive-apprentice/tcb/inc/menu/megamenu_item.php'),(4456,'wp-content/plugins/thrive-apprentice/tcb/inc/menu/menu.php'),(4457,'wp-content/plugins/thrive-apprentice/tcb/inc/menu/menu_item.php'),(4458,'wp-content/plugins/thrive-apprentice/tcb/inc/menu/numberedlist.php'),(4459,'wp-content/plugins/thrive-apprentice/tcb/inc/menu/pagination.php'),(4460,'wp-content/plugins/thrive-apprentice/tcb/inc/menu/pagination_button.php'),(4461,'wp-content/plugins/thrive-apprentice/tcb/inc/menu/pagination_label.php'),(4462,'wp-content/plugins/thrive-apprentice/tcb/inc/menu/post.php'),(4463,'wp-content/plugins/thrive-apprentice/tcb/inc/menu/post_author_name.php'),(4464,'wp-content/plugins/thrive-apprentice/tcb/inc/menu/post_categories.php'),(4465,'wp-content/plugins/thrive-apprentice/tcb/inc/menu/post_comments_number.php'),(4466,'wp-content/plugins/thrive-apprentice/tcb/inc/menu/post_content.php'),(4467,'wp-content/plugins/thrive-apprentice/tcb/inc/menu/post_date.php'),(4468,'wp-content/plugins/thrive-apprentice/tcb/inc/menu/post_list.php'),(4469,'wp-content/plugins/thrive-apprentice/tcb/inc/menu/post_tags.php'),(4470,'wp-content/plugins/thrive-apprentice/tcb/inc/menu/post_thumbnail.php'),(4471,'wp-content/plugins/thrive-apprentice/tcb/inc/menu/postgrid.php'),(4472,'wp-content/plugins/thrive-apprentice/tcb/inc/menu/pricing_table.php'),(4473,'wp-content/plugins/thrive-apprentice/tcb/inc/menu/progressbar.php'),(4474,'wp-content/plugins/thrive-apprentice/tcb/inc/menu/rating.php'),(4475,'wp-content/plugins/thrive-apprentice/tcb/inc/menu/responsivevideo.php'),(4476,'wp-content/plugins/thrive-apprentice/tcb/inc/menu/reveal.php'),(4477,'wp-content/plugins/thrive-apprentice/tcb/inc/menu/section.php'),(4478,'wp-content/plugins/thrive-apprentice/tcb/inc/menu/social.php'),(4479,'wp-content/plugins/thrive-apprentice/tcb/inc/menu/styledlist.php'),(4480,'wp-content/plugins/thrive-apprentice/tcb/inc/menu/symbol.php'),(4481,'wp-content/plugins/thrive-apprentice/tcb/inc/menu/table.php'),(4482,'wp-content/plugins/thrive-apprentice/tcb/inc/menu/tableborders.php'),(4483,'wp-content/plugins/thrive-apprentice/tcb/inc/menu/tabs.php'),(4484,'wp-content/plugins/thrive-apprentice/tcb/inc/menu/text-type.php'),(4485,'wp-content/plugins/thrive-apprentice/tcb/inc/menu/text.php'),(4486,'wp-content/plugins/thrive-apprentice/tcb/inc/menu/toc.php'),(4487,'wp-content/plugins/thrive-apprentice/tcb/inc/menu/toggle.php'),(4488,'wp-content/plugins/thrive-apprentice/tcb/inc/menu/widget.php'),(4489,'wp-content/plugins/thrive-apprentice/tcb/inc/menu/wordpress.php'),(4490,'wp-content/plugins/thrive-apprentice/tcb/inc/views/actions/animation.php'),(4491,'wp-content/plugins/thrive-apprentice/tcb/inc/views/actions/audio-providers/custom-extra.php'),(4492,'wp-content/plugins/thrive-apprentice/tcb/inc/views/actions/audio-providers/custom.php'),(4493,'wp-content/plugins/thrive-apprentice/tcb/inc/views/actions/audio-providers/soundcloud-extra.php'),(4494,'wp-content/plugins/thrive-apprentice/tcb/inc/views/actions/audio-providers/soundcloud.php'),(4495,'wp-content/plugins/thrive-apprentice/tcb/inc/views/actions/audio-providers/spotify.php'),(4496,'wp-content/plugins/thrive-apprentice/tcb/inc/views/actions/close-lightbox.js.php'),(4497,'wp-content/plugins/thrive-apprentice/tcb/inc/views/actions/image-zoom.js.php'),(4498,'wp-content/plugins/thrive-apprentice/tcb/inc/views/actions/lightbox.php'),(4499,'wp-content/plugins/thrive-apprentice/tcb/inc/views/actions/link.php'),(4500,'wp-content/plugins/thrive-apprentice/tcb/inc/views/actions/responsive-video-providers/custom-extra.php'),(4501,'wp-content/plugins/thrive-apprentice/tcb/inc/views/actions/responsive-video-providers/custom.php'),(4502,'wp-content/plugins/thrive-apprentice/tcb/inc/views/actions/responsive-video-providers/external-extra.php'),(4503,'wp-content/plugins/thrive-apprentice/tcb/inc/views/actions/responsive-video-providers/external.php'),(4504,'wp-content/plugins/thrive-apprentice/tcb/inc/views/actions/responsive-video-providers/vimeo-extra.php'),(4505,'wp-content/plugins/thrive-apprentice/tcb/inc/views/actions/responsive-video-providers/vimeo.php'),(4506,'wp-content/plugins/thrive-apprentice/tcb/inc/views/actions/responsive-video-providers/wistia-extra.php'),(4507,'wp-content/plugins/thrive-apprentice/tcb/inc/views/actions/responsive-video-providers/wistia.php'),(4508,'wp-content/plugins/thrive-apprentice/tcb/inc/views/actions/responsive-video-providers/youtube-extra.php'),(4509,'wp-content/plugins/thrive-apprentice/tcb/inc/views/actions/responsive-video-providers/youtube.php'),(4510,'wp-content/plugins/thrive-apprentice/tcb/inc/views/actions/tooltip.js.php'),(4511,'wp-content/plugins/thrive-apprentice/tcb/inc/views/actions/tooltip.php'),(4512,'wp-content/plugins/thrive-apprentice/tcb/inc/views/actions/video-popup/custom.php'),(4513,'wp-content/plugins/thrive-apprentice/tcb/inc/views/actions/video-popup/external.php'),(4514,'wp-content/plugins/thrive-apprentice/tcb/inc/views/actions/video-popup/vimeo.php'),(4515,'wp-content/plugins/thrive-apprentice/tcb/inc/views/actions/video-popup/wistia.php'),(4516,'wp-content/plugins/thrive-apprentice/tcb/inc/views/actions/video-popup/youtube.php'),(4517,'wp-content/plugins/thrive-apprentice/tcb/inc/views/actions/video-popup.js.php'),(4518,'wp-content/plugins/thrive-apprentice/tcb/inc/views/admin/cannot-edit-blog-page.php'),(4519,'wp-content/plugins/thrive-apprentice/tcb/inc/views/admin/page-loader.php'),(4520,'wp-content/plugins/thrive-apprentice/tcb/inc/views/admin/post-edit-button.php'),(4521,'wp-content/plugins/thrive-apprentice/tcb/inc/views/central-style-panel.php'),(4522,'wp-content/plugins/thrive-apprentice/tcb/inc/views/control-panel.php'),(4523,'wp-content/plugins/thrive-apprentice/tcb/inc/views/editor-settings.php'),(4524,'wp-content/plugins/thrive-apprentice/tcb/inc/views/elements/-list-promoted.php'),(4525,'wp-content/plugins/thrive-apprentice/tcb/inc/views/elements/-sidebar-list.php'),(4526,'wp-content/plugins/thrive-apprentice/tcb/inc/views/elements/audio.php'),(4527,'wp-content/plugins/thrive-apprentice/tcb/inc/views/elements/button.php'),(4528,'wp-content/plugins/thrive-apprentice/tcb/inc/views/elements/commentsdisqus.php'),(4529,'wp-content/plugins/thrive-apprentice/tcb/inc/views/elements/commentsfacebook.php'),(4530,'wp-content/plugins/thrive-apprentice/tcb/inc/views/elements/contact_form.php'),(4531,'wp-content/plugins/thrive-apprentice/tcb/inc/views/elements/contentblock.php'),(4532,'wp-content/plugins/thrive-apprentice/tcb/inc/views/elements/contentbox.php'),(4533,'wp-content/plugins/thrive-apprentice/tcb/inc/views/elements/countdown.php'),(4534,'wp-content/plugins/thrive-apprentice/tcb/inc/views/elements/countdownevergreen.php'),(4535,'wp-content/plugins/thrive-apprentice/tcb/inc/views/elements/ct_symbol.php'),(4536,'wp-content/plugins/thrive-apprentice/tcb/inc/views/elements/divider.php'),(4537,'wp-content/plugins/thrive-apprentice/tcb/inc/views/elements/element-placeholder.php'),(4538,'wp-content/plugins/thrive-apprentice/tcb/inc/views/elements/fillcounter.php'),(4539,'wp-content/plugins/thrive-apprentice/tcb/inc/views/elements/footer.php'),(4540,'wp-content/plugins/thrive-apprentice/tcb/inc/views/elements/gmap.php'),(4541,'wp-content/plugins/thrive-apprentice/tcb/inc/views/elements/header.php'),(4542,'wp-content/plugins/thrive-apprentice/tcb/inc/views/elements/html.php'),(4543,'wp-content/plugins/thrive-apprentice/tcb/inc/views/elements/icon.php'),(4544,'wp-content/plugins/thrive-apprentice/tcb/inc/views/elements/image.php'),(4545,'wp-content/plugins/thrive-apprentice/tcb/inc/views/elements/lead_generation.php'),(4546,'wp-content/plugins/thrive-apprentice/tcb/inc/views/elements/menu-generated.php'),(4547,'wp-content/plugins/thrive-apprentice/tcb/inc/views/elements/moretag.php'),(4548,'wp-content/plugins/thrive-apprentice/tcb/inc/views/elements/post-list-article.php'),(4549,'wp-content/plugins/thrive-apprentice/tcb/inc/views/elements/postgrid.php'),(4550,'wp-content/plugins/thrive-apprentice/tcb/inc/views/elements/pricing_table.php'),(4551,'wp-content/plugins/thrive-apprentice/tcb/inc/views/elements/progressbar.php'),(4552,'wp-content/plugins/thrive-apprentice/tcb/inc/views/elements/responsivevideo.php'),(4553,'wp-content/plugins/thrive-apprentice/tcb/inc/views/elements/reveal.php'),(4554,'wp-content/plugins/thrive-apprentice/tcb/inc/views/elements/section-placeholder.php'),(4555,'wp-content/plugins/thrive-apprentice/tcb/inc/views/elements/section.php'),(4556,'wp-content/plugins/thrive-apprentice/tcb/inc/views/elements/symbol.php'),(4557,'wp-content/plugins/thrive-apprentice/tcb/inc/views/elements/table.php'),(4558,'wp-content/plugins/thrive-apprentice/tcb/inc/views/elements/tabs.php'),(4559,'wp-content/plugins/thrive-apprentice/tcb/inc/views/elements/text.php'),(4560,'wp-content/plugins/thrive-apprentice/tcb/inc/views/elements/toc.php'),(4561,'wp-content/plugins/thrive-apprentice/tcb/inc/views/elements/toggle.php'),(4562,'wp-content/plugins/thrive-apprentice/tcb/inc/views/elements/tweet.php'),(4563,'wp-content/plugins/thrive-apprentice/tcb/inc/views/elements/wordpress.php'),(4564,'wp-content/plugins/thrive-apprentice/tcb/inc/views/inner.php'),(4565,'wp-content/plugins/thrive-apprentice/tcb/inc/views/layouts/editor-lightbox.php'),(4566,'wp-content/plugins/thrive-apprentice/tcb/inc/views/layouts/editor.php'),(4567,'wp-content/plugins/thrive-apprentice/tcb/inc/views/loading-spinner.php'),(4568,'wp-content/plugins/thrive-apprentice/tcb/inc/views/modals/api-connections.php'),(4569,'wp-content/plugins/thrive-apprentice/tcb/inc/views/modals/cf-error-messages.php'),(4570,'wp-content/plugins/thrive-apprentice/tcb/inc/views/modals/cloud-templates.php'),(4571,'wp-content/plugins/thrive-apprentice/tcb/inc/views/modals/content-blocks.php'),(4572,'wp-content/plugins/thrive-apprentice/tcb/inc/views/modals/ct-symbols.php'),(4573,'wp-content/plugins/thrive-apprentice/tcb/inc/views/modals/custom-html.php'),(4574,'wp-content/plugins/thrive-apprentice/tcb/inc/views/modals/fancy-divider.php'),(4575,'wp-content/plugins/thrive-apprentice/tcb/inc/views/modals/headers.php'),(4576,'wp-content/plugins/thrive-apprentice/tcb/inc/views/modals/icons.php'),(4577,'wp-content/plugins/thrive-apprentice/tcb/inc/views/modals/lg-error-messages.php'),(4578,'wp-content/plugins/thrive-apprentice/tcb/inc/views/modals/lp-export.php'),(4579,'wp-content/plugins/thrive-apprentice/tcb/inc/views/modals/lp-save-template.php'),(4580,'wp-content/plugins/thrive-apprentice/tcb/inc/views/modals/lp-templates.php'),(4581,'wp-content/plugins/thrive-apprentice/tcb/inc/views/modals/no-content-templates.php'),(4582,'wp-content/plugins/thrive-apprentice/tcb/inc/views/modals/options-post-types.php'),(4583,'wp-content/plugins/thrive-apprentice/tcb/inc/views/modals/page-events.php'),(4584,'wp-content/plugins/thrive-apprentice/tcb/inc/views/modals/post-list-query.php'),(4585,'wp-content/plugins/thrive-apprentice/tcb/inc/views/modals/post-options-confirm.php'),(4586,'wp-content/plugins/thrive-apprentice/tcb/inc/views/modals/revision-manager.php'),(4587,'wp-content/plugins/thrive-apprentice/tcb/inc/views/modals/save-elements.php'),(4588,'wp-content/plugins/thrive-apprentice/tcb/inc/views/modals/save-template.php'),(4589,'wp-content/plugins/thrive-apprentice/tcb/inc/views/modals/sections.php'),(4590,'wp-content/plugins/thrive-apprentice/tcb/inc/views/modals/symbols.php'),(4591,'wp-content/plugins/thrive-apprentice/tcb/inc/views/modals/wordpress-content.php'),(4592,'wp-content/plugins/thrive-apprentice/tcb/inc/views/modals.php'),(4593,'wp-content/plugins/thrive-apprentice/tcb/inc/views/pagination/button.php'),(4594,'wp-content/plugins/thrive-apprentice/tcb/inc/views/pagination/first-icon.php'),(4595,'wp-content/plugins/thrive-apprentice/tcb/inc/views/pagination/label-pages.php'),(4596,'wp-content/plugins/thrive-apprentice/tcb/inc/views/pagination/label-posts.php'),(4597,'wp-content/plugins/thrive-apprentice/tcb/inc/views/pagination/last-icon.php'),(4598,'wp-content/plugins/thrive-apprentice/tcb/inc/views/pagination/load-more-button.php'),(4599,'wp-content/plugins/thrive-apprentice/tcb/inc/views/pagination/next-icon.php'),(4600,'wp-content/plugins/thrive-apprentice/tcb/inc/views/pagination/prev-icon.php'),(4601,'wp-content/plugins/thrive-apprentice/tcb/inc/views/post-list-sub-elements/author-bio.php'),(4602,'wp-content/plugins/thrive-apprentice/tcb/inc/views/post-list-sub-elements/author-name.php'),(4603,'wp-content/plugins/thrive-apprentice/tcb/inc/views/post-list-sub-elements/comments-number.php'),(4604,'wp-content/plugins/thrive-apprentice/tcb/inc/views/post-list-sub-elements/post-categories.php'),(4605,'wp-content/plugins/thrive-apprentice/tcb/inc/views/post-list-sub-elements/post-date.php'),(4606,'wp-content/plugins/thrive-apprentice/tcb/inc/views/post-list-sub-elements/post-tags.php'),(4607,'wp-content/plugins/thrive-apprentice/tcb/inc/views/post-list-sub-elements/post-title.php'),(4608,'wp-content/plugins/thrive-apprentice/tcb/inc/views/sc-post-grid.php'),(4609,'wp-content/plugins/thrive-apprentice/tcb/inc/views/settings.php'),(4610,'wp-content/plugins/thrive-apprentice/tcb/inc/views/sidebar-bottom.php'),(4611,'wp-content/plugins/thrive-apprentice/tcb/inc/views/sidebar-default.php'),(4612,'wp-content/plugins/thrive-apprentice/tcb/inc/views/sidebar-right.php'),(4613,'wp-content/plugins/thrive-apprentice/tcb/inc/views/sidebars/post-grid-edit-grid-options.php'),(4614,'wp-content/plugins/thrive-apprentice/tcb/inc/views/sidebars/table-edit-state.php'),(4615,'wp-content/plugins/thrive-apprentice/tcb/inc/views/symbols/section-content.php'),(4616,'wp-content/plugins/thrive-apprentice/tcb/inc/views/symbols/symbol-body-close.php'),(4617,'wp-content/plugins/thrive-apprentice/tcb/inc/views/symbols/symbol-body-open.php'),(4618,'wp-content/plugins/thrive-apprentice/tcb/inc/views/symbols/symbol-content.php'),(4619,'wp-content/plugins/thrive-apprentice/tcb/inc/views/symbols/symbols-dashboard.php'),(4620,'wp-content/plugins/thrive-apprentice/tcb/inc/views/widget-form.php'),(4621,'wp-content/plugins/thrive-apprentice/tcb/landing-page/inc/TCB_Landing_Page_Transfer.php'),(4622,'wp-content/plugins/thrive-apprentice/tcb/landing-page/inc/class-tcb-landing-page.php'),(4623,'wp-content/plugins/thrive-apprentice/tcb/landing-page/layout.php'),(4624,'wp-content/plugins/thrive-apprentice/tcb/landing-page/templates/_config.php'),(4625,'wp-content/plugins/thrive-apprentice/tcb/plugin-core.php'),(4626,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/classes/AjaxController.php'),(4627,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/classes/Product/Abstract.php'),(4628,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/classes/Product/LicenseManager.php'),(4629,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/css/font/dashboard-icons.svg'),(4630,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/css/font/icomoon.svg'),(4631,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/css/font/tvd-icons.svg'),(4632,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/css/images/paste-blue.svg'),(4633,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/css/images/paste-green.svg'),(4634,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/css/images/paste.svg'),(4635,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/_crawlers.php'),(4636,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/access-manager/class-tvd-am.php'),(4637,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/access-manager/includes/assets/css/am-icons.svg'),(4638,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/access-manager/includes/assets/js/admin.js'),(4639,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/access-manager/includes/assets/js/admin.min.js'),(4640,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/access-manager/includes/templates/access-manager.php'),(4641,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auth-check/auth-check.js'),(4642,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auth-check/class-tvd-auth-check.php'),(4643,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auth-check/handle-login.php'),(4644,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/admin.php'),(4645,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/api_log.php'),(4646,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/classes/ApiVideos.php'),(4647,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/classes/Connection/AWeber.php'),(4648,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/classes/Connection/Abstract.php'),(4649,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/classes/Connection/ActiveCampaign.php'),(4650,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/classes/Connection/ArpReach.php'),(4651,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/classes/Connection/Awsses.php'),(4652,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/classes/Connection/CampaignMonitor.php'),(4653,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/classes/Connection/CampaignMonitorEmail.php'),(4654,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/classes/Connection/ConstantContact.php'),(4655,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/classes/Connection/ConvertKit.php'),(4656,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/classes/Connection/Drip.php'),(4657,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/classes/Connection/EverWebinar.php'),(4658,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/classes/Connection/Facebook.php'),(4659,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/classes/Connection/GetResponse.php'),(4660,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/classes/Connection/GoToWebinar.php'),(4661,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/classes/Connection/Google.php'),(4662,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/classes/Connection/HubSpot.php'),(4663,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/classes/Connection/Infusionsoft.php'),(4664,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/classes/Connection/KlickTipp.php'),(4665,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/classes/Connection/MadMimi.php'),(4666,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/classes/Connection/MailPoet.php'),(4667,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/classes/Connection/MailRelay.php'),(4668,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/classes/Connection/MailRelayEmail.php'),(4669,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/classes/Connection/Mailchimp.php'),(4670,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/classes/Connection/MailerLite.php'),(4671,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/classes/Connection/Mailgun.php'),(4672,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/classes/Connection/Mailster.php'),(4673,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/classes/Connection/Mandrill.php'),(4674,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/classes/Connection/Mautic.php'),(4675,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/classes/Connection/Ontraport.php'),(4676,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/classes/Connection/Postmark.php'),(4677,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/classes/Connection/ReCaptcha.php'),(4678,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/classes/Connection/SGAutorepondeur.php'),(4679,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/classes/Connection/SendGrid.php'),(4680,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/classes/Connection/SendGridEmail.php'),(4681,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/classes/Connection/SendOwl.php'),(4682,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/classes/Connection/Sendinblue.php'),(4683,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/classes/Connection/SendinblueEmail.php'),(4684,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/classes/Connection/Sendlane.php'),(4685,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/classes/Connection/Sendreach.php'),(4686,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/classes/Connection/Sendy.php'),(4687,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/classes/Connection/SparkPost.php'),(4688,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/classes/Connection/Twitter.php'),(4689,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/classes/Connection/WebinarJamStudio.php'),(4690,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/classes/Connection/Wordpress.php'),(4691,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/classes/Connection/Zapier.php'),(4692,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/classes/Connection/Zoom.php'),(4693,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/classes/Connection/iContact.php'),(4694,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/classes/Connection/v2/GoToWebinar.php'),(4695,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/classes/Connection/v2/SendGrid.php'),(4696,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/classes/Editor/Controller.php'),(4697,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/classes/Manager.php'),(4698,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/Base.php'),(4699,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/Collection.php'),(4700,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/Entry.php'),(4701,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/EntryDataArray.php'),(4702,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/Http/Response.php'),(4703,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/Oauth/Adapter.php'),(4704,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/Oauth/Application.php'),(4705,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/Oauth/ServiceProvider.php'),(4706,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/Oauth/User.php'),(4707,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/Response.php'),(4708,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/ServiceProvider.php'),(4709,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/exceptions.php'),(4710,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber.php'),(4711,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/ActiveCampaign/Exception.php'),(4712,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/ActiveCampaign.php'),(4713,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/ArpReach/ContactException/Exists.php'),(4714,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/ArpReach/Exception.php'),(4715,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/ArpReach.php'),(4716,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Awsses/Exception.php'),(4717,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Awsses/SimpleEmailServiceMessage.php'),(4718,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Awsses/SimpleEmailServiceRequest.php'),(4719,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Awsses.php'),(4720,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/CampaignMonitor/ClassicEmail.php'),(4721,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/CampaignMonitor/List.php'),(4722,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/CampaignMonitor.php'),(4723,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/ConstantContact/AlreadyExistException.php'),(4724,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/ConstantContact/Exception.php'),(4725,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/ConstantContact.php'),(4726,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/ConvertKit/Exception.php'),(4727,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/ConvertKit.php'),(4728,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/CustomHtml.php'),(4729,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Drip/Exception/Unsubscribed.php'),(4730,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Drip/Exception.php'),(4731,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Drip.php'),(4732,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/EverWebinar/Exception.php'),(4733,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/EverWebinar.php'),(4734,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Facebook/Base.php'),(4735,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Facebook/Exception/Exception.php'),(4736,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Facebook.php'),(4737,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/GetResponse/Exception.php'),(4738,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/GetResponse.php'),(4739,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/GetResponseV3.php'),(4740,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/GoToWebinar/Exception.php'),(4741,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/GoToWebinar.php'),(4742,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Html/Renderer.php'),(4743,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/HubSpot/Exception.php'),(4744,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/HubSpot.php'),(4745,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Infusionsoft/InfusionsoftException.php'),(4746,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Infusionsoft.php'),(4747,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/KlickTipp/Exception.php'),(4748,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/KlickTipp.php'),(4749,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/MadMimi/Exception.php'),(4750,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/MadMimi.php'),(4751,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/MailRelay/Exception.php'),(4752,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/MailRelay.php'),(4753,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/MailRelayV1.php'),(4754,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Campaigns.php'),(4755,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Conversations.php'),(4756,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Ecomm.php'),(4757,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Exception.php'),(4758,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Folders.php'),(4759,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Gallery.php'),(4760,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Goal.php'),(4761,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Helper.php'),(4762,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Lists.php'),(4763,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Mobile.php'),(4764,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Neapolitan.php'),(4765,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Reports.php'),(4766,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Templates.php'),(4767,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Users.php'),(4768,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Vip.php'),(4769,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp.php'),(4770,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/ApiAbstract.php'),(4771,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/ApiConstants.php'),(4772,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/Campaigns.php'),(4773,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/Fields.php'),(4774,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/Groups.php'),(4775,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/Lists.php'),(4776,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/MailerLiteSdkException.php'),(4777,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/Rest.php'),(4778,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/RestClient.php'),(4779,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/Subscribers.php'),(4780,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite.php'),(4781,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/Api.php'),(4782,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/BatchMessage.php'),(4783,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/ExceptionMessages.php'),(4784,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/GenericHTTPError.php'),(4785,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/InvalidCredentials.php'),(4786,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/InvalidParameter.php'),(4787,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/InvalidParameterType.php'),(4788,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/MessageBuilder.php'),(4789,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/MissingEndpoint.php'),(4790,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/MissingRequiredMIMEParameters.php'),(4791,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/MissingRequiredParameters.php'),(4792,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/NoDomainsConfigured.php'),(4793,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/OptInHandler.php'),(4794,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/RestClient.php'),(4795,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/TooManyParameters.php'),(4796,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun.php'),(4797,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Exceptions.php'),(4798,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Exports.php'),(4799,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Inbound.php'),(4800,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Internal.php'),(4801,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Ips.php'),(4802,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Messages.php'),(4803,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Metadata.php'),(4804,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Rejects.php'),(4805,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Senders.php'),(4806,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Subaccounts.php'),(4807,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Tags.php'),(4808,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Template.php'),(4809,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Urls.php'),(4810,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Users.php'),(4811,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Webhooks.php'),(4812,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Whitelists.php'),(4813,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill.php'),(4814,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/ActionNotSupportedException.php'),(4815,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Api.php'),(4816,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/ApiAuth.php'),(4817,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Assets.php'),(4818,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/AuthInterface.php'),(4819,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Campaigns.php'),(4820,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Contacts.php'),(4821,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/ContextNotFoundException.php'),(4822,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Data.php'),(4823,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Emails.php'),(4824,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Forms.php'),(4825,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/IncorrectParametersReturnedException.php'),(4826,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Leads.php'),(4827,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Lists.php'),(4828,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/OAuth.php'),(4829,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Pages.php'),(4830,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/PointTriggers.php'),(4831,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Points.php'),(4832,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Reports.php'),(4833,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Segments.php'),(4834,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/UnexpectedResponseFormatException.php'),(4835,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic.php'),(4836,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Ontraport/Exception.php'),(4837,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Ontraport/ObjectType.php'),(4838,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Ontraport.php'),(4839,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Postmark/AdminClient.php'),(4840,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Postmark/Attachment.php'),(4841,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Postmark/CaseInsensitiveArray.php'),(4842,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Postmark/ClientBase.php'),(4843,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Postmark/DynamicResponseModel.php'),(4844,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Postmark/Exception.php'),(4845,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Postmark.php'),(4846,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/SGAutorepondeur.php'),(4847,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/SendGrid/Client.php'),(4848,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/SendGrid/Exception.php'),(4849,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/SendGrid/Response.php'),(4850,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/SendGrid.php'),(4851,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/SendGridEmail/Client.php'),(4852,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/SendGridEmail/Email.php'),(4853,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/SendGridEmail/Exception.php'),(4854,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/SendGridEmail/Response.php'),(4855,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/SendGridEmail/api_keys.php'),(4856,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/SendGridEmail/asm_groups.php'),(4857,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/SendGridEmail/asm_suppressions.php'),(4858,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/SendGridEmail/global_stats.php'),(4859,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/SendGridEmail.php'),(4860,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/SendOwl/Exception.php'),(4861,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/SendOwl.php'),(4862,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/SendinBlue/Exception.php'),(4863,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Sendinblue.php'),(4864,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Sendlane/Exception.php'),(4865,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Sendlane.php'),(4866,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Campaigns.php'),(4867,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Client.php'),(4868,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Config.php'),(4869,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Countries.php'),(4870,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Customers.php'),(4871,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Exception.php'),(4872,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Json.php'),(4873,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/ListFields.php'),(4874,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/ListSegments.php'),(4875,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/ListSubscribers.php'),(4876,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Lists.php'),(4877,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Params.php'),(4878,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/ParamsIterator.php'),(4879,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Request.php'),(4880,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Response.php'),(4881,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/SendreachV2.php'),(4882,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Templates.php'),(4883,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/TransactionalEmails.php'),(4884,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach.php'),(4885,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Sendy/Exception.php'),(4886,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Sendy.php'),(4887,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/SparkPost/APIResource.php'),(4888,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/SparkPost/Connection.php'),(4889,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/SparkPost/Exception.php'),(4890,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/SparkPost.php'),(4891,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/TdJwt/BeforeValidException.php'),(4892,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/TdJwt/ExpiredException.php'),(4893,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/TdJwt/SignatureInvalidException.php'),(4894,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/TdJwt/TdJwt.php'),(4895,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Twitter.php'),(4896,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/WebinarJamStudio/Exception.php'),(4897,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/WebinarJamStudio.php'),(4898,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Zapier/Exception.php'),(4899,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Zapier.php'),(4900,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Zoom/Exception.php'),(4901,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Zoom.php'),(4902,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/iContact/Exception.php'),(4903,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/iContact.php'),(4904,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/v2/GoToWebinar.php'),(4905,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/misc.php'),(4906,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/views/admin-error-logs.php'),(4907,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/views/admin-list.php'),(4908,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/views/admin-messages.php'),(4909,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/views/editor/add-api.php'),(4910,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/views/editor/add-custom-html.php'),(4911,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/views/editor/add.php'),(4912,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/views/editor/autoresponder-code-fields.php'),(4913,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/views/editor/captcha-settings.php'),(4914,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/views/editor/dashboard-api.php'),(4915,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/views/editor/dashboard-custom-html.php'),(4916,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/views/editor/dashboard.php'),(4917,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/views/editor/partials/api-lists.php'),(4918,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/views/editor/partials/api-select.php'),(4919,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/views/editor/partials/api-shortcodes.php'),(4920,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/views/error-log-entry.php'),(4921,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/views/includes/video-link.php'),(4922,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/views/js/admin-global.js'),(4923,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/views/js/admin-global.min.js'),(4924,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/views/js/admin-logs-list.js'),(4925,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/views/setup/activecampaign/forms-list.php'),(4926,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/views/setup/activecampaign.php'),(4927,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/views/setup/arpreach.php'),(4928,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/views/setup/aweber/tags.php'),(4929,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/views/setup/aweber.php'),(4930,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/views/setup/awsses.php'),(4931,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/views/setup/campaignmonitor.php'),(4932,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/views/setup/campaignmonitoremail.php'),(4933,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/views/setup/constant-contact.php'),(4934,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/views/setup/convertkit.php'),(4935,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/views/setup/drip/optin-type.php'),(4936,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/views/setup/drip/proprieties.php'),(4937,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/views/setup/drip/select-type.php'),(4938,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/views/setup/drip.php'),(4939,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/views/setup/everwebinar.php'),(4940,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/views/setup/facebook.php'),(4941,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/views/setup/get-response.php'),(4942,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/views/setup/getresponse/cycleday.php'),(4943,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/views/setup/google.php'),(4944,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/views/setup/gotowebinar.php'),(4945,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/views/setup/hubspot.php'),(4946,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/views/setup/iContact.php'),(4947,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/views/setup/infusionsoft.php'),(4948,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/views/setup/klicktipp/tags.php'),(4949,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/views/setup/klicktipp.php'),(4950,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/views/setup/madmimi.php'),(4951,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/views/setup/mailchimp/api-groups.php'),(4952,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/views/setup/mailchimp/optin-type.php'),(4953,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/views/setup/mailchimp.php'),(4954,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/views/setup/mailerlite.php'),(4955,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/views/setup/mailgun.php'),(4956,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/views/setup/mailpoet.php'),(4957,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/views/setup/mailrelay.php'),(4958,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/views/setup/mailrelayemail.php'),(4959,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/views/setup/mailster.php'),(4960,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/views/setup/mandrill.php'),(4961,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/views/setup/mautic.php'),(4962,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/views/setup/ontraport.php'),(4963,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/views/setup/postmark.php'),(4964,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/views/setup/recaptcha.php'),(4965,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/views/setup/sendgrid.php'),(4966,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/views/setup/sendgridemail.php'),(4967,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/views/setup/sendinblue.php'),(4968,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/views/setup/sendinblueemail.php'),(4969,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/views/setup/sendlane.php'),(4970,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/views/setup/sendowl.php'),(4971,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/views/setup/sendreach.php'),(4972,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/views/setup/sendy/note.php'),(4973,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/views/setup/sendy.php'),(4974,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/views/setup/sg-autorepondeur.php'),(4975,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/views/setup/sparkpost.php'),(4976,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/views/setup/twitter.php'),(4977,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/views/setup/webinarjamstudio.php'),(4978,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/views/setup/wordpress.php'),(4979,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/views/setup/zapier.php'),(4980,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/auto-responder/views/setup/zoom.php'),(4981,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/crons.php'),(4982,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/db-manager/class-td-db-manager.php'),(4983,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/db-manager/class-td-db-migration.php'),(4984,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/font-import-manager/classes/Tve_Dash_Font_Import_Manager.php'),(4985,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/font-import-manager/classes/Tve_Dash_Font_Import_Manager_Data.php'),(4986,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/font-import-manager/classes/Tve_Dash_Font_Import_Manager_View.php'),(4987,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/font-import-manager/views/form.php'),(4988,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/font-import-manager/views/js/manager.js'),(4989,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/font-import-manager/views/main.php'),(4990,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/font-import-manager/views/messages.php'),(4991,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/font-manager/font-manager.php'),(4992,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/font-manager/views/admin-font-manager.php'),(4993,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/font-manager/views/admin-font-options.php'),(4994,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/functions.php'),(4995,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/hooks.php'),(4996,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/icon-manager/classes/Tve_Dash_Thrive_Icon_Manager.php'),(4997,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/icon-manager/classes/Tve_Dash_Thrive_Icon_Manager_Data.php'),(4998,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/icon-manager/classes/Tve_Dash_Thrive_Icon_Manager_View.php'),(4999,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/icon-manager/views/form.php'),(5000,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/icon-manager/views/icons.php'),(5001,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/icon-manager/views/js/manager.js'),(5002,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/icon-manager/views/js/manager.min.js'),(5003,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/icon-manager/views/main.php'),(5004,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/icon-manager/views/messages.php'),(5005,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/notification-inbox/assets/dist/admin.js'),(5006,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/notification-inbox/assets/dist/admin.min.js'),(5007,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/notification-inbox/assets/js/admin.js'),(5008,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/notification-inbox/assets/js/collections/base.js'),(5009,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/notification-inbox/assets/js/collections/notifications.js'),(5010,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/notification-inbox/assets/js/models/notification.js'),(5011,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/notification-inbox/assets/js/views/base.js'),(5012,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/notification-inbox/assets/js/views/notification.js'),(5013,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/notification-inbox/assets/js/views/notificationCounter.js'),(5014,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/notification-inbox/assets/js/views/notificationDetail.js'),(5015,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/notification-inbox/assets/js/views/notificationHeader.js'),(5016,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/notification-inbox/assets/js/views/notificationsList.js'),(5017,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/notification-inbox/class-td-inbox.php'),(5018,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/notification-inbox/i18n.php'),(5019,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/notification-inbox/includes/admin/class-td-ni-ajax-controller.php'),(5020,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/notification-inbox/includes/init/class-ni-inbox-manager.php'),(5021,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/notification-inbox/includes/init/class-ni-message.php'),(5022,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/notification-inbox/views/templates/backbone/ni-notification-detail.phtml'),(5023,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/notification-inbox/views/templates/backbone/ni-notification.phtml'),(5024,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/notification-inbox/views/templates/backbone/notification-header.phtml'),(5025,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/notification-inbox/views/templates/notification-inbox-button.php'),(5026,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/notification-manager/assets/fonts/tvd-nm-icons.svg'),(5027,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/notification-manager/assets/js/admin/backbone/modals.js'),(5028,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/notification-manager/assets/js/admin/backbone/models.js'),(5029,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/notification-manager/assets/js/admin/backbone/routes.js'),(5030,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/notification-manager/assets/js/admin/backbone/util.js'),(5031,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/notification-manager/assets/js/admin/backbone/views.js'),(5032,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/notification-manager/assets/js/admin/backbone.js'),(5033,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/notification-manager/assets/js/admin/backbone.min.js'),(5034,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/notification-manager/assets/js/admin/wordpress_notification.js'),(5035,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/notification-manager/class-td-nm.php'),(5036,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/notification-manager/i18n.php'),(5037,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/notification-manager/includes/actions/class-nm-action-abstract.php'),(5038,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/notification-manager/includes/actions/class-nm-action-custom-script.php'),(5039,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/notification-manager/includes/actions/class-nm-action-send-email-notification.php'),(5040,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/notification-manager/includes/actions/class-nm-action-wordpress-notification.php'),(5041,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/notification-manager/includes/admin/class-td-nm-admin-ajax-controller.php'),(5042,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/notification-manager/includes/admin/class-td-nm-admin.php'),(5043,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/action-type-box.phtml'),(5044,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/actions/settings/custom-script.phtml'),(5045,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/actions/settings/send-email-notification.phtml'),(5046,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/actions/settings/wordpress-notification.phtml'),(5047,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/breadcrumbs.phtml'),(5048,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/dashboard.phtml'),(5049,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/header.phtml'),(5050,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/messages/form.phtml'),(5051,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/messages/shortcodes/item.phtml'),(5052,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/modals/add-action.phtml'),(5053,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/modals/create-notification.phtml'),(5054,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/modals/delete-confirmation.phtml'),(5055,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/modals/edit-action.phtml'),(5056,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/modals/edit-trigger.phtml'),(5057,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/modals/email-services.phtml'),(5058,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/modals/notification-summary.phtml'),(5059,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/new-button.phtml'),(5060,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/notifications/item.phtml'),(5061,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/options/action-buttons.phtml'),(5062,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/options/checkbox.phtml'),(5063,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/options/input-multiple.phtml'),(5064,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/options/input.phtml'),(5065,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/options/option.phtml'),(5066,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/options/recipient.phtml'),(5067,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/services/item.phtml'),(5068,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/services/thumb-item.phtml'),(5069,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/summaries/item.phtml'),(5070,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/summaries/items/action.phtml'),(5071,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/summaries/items/actions/custom-script.phtml'),(5072,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/summaries/items/actions/send-email-notification.phtml'),(5073,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/summaries/items/actions/wordpress-notification.phtml'),(5074,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/summaries/items/notification.phtml'),(5075,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/summaries/items/trigger.phtml'),(5076,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/trigger-type-box.phtml'),(5077,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/triggers/settings/email-sign-up.phtml'),(5078,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/triggers/settings/quiz-completion.phtml'),(5079,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/triggers/settings/split-test-ends.phtml'),(5080,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/triggers/settings/testimonial-submitted.phtml'),(5081,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/unavailable.phtml'),(5082,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/notification-manager/includes/class-td-nm-ajax.php'),(5083,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/notification-manager/includes/class-td-nm-checker.php'),(5084,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/notification-manager/includes/class-td-nm-data.php'),(5085,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/notification-manager/includes/class-td-nm-post-types.php'),(5086,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/notification-manager/includes/td-nm-core-functions.php'),(5087,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/notification-manager/includes/td-nm-data-functions.php'),(5088,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/notification-manager/includes/triggers/class-nm-trigger-abstract.php'),(5089,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/notification-manager/includes/triggers/class-nm-trigger-email-sign-up.php'),(5090,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/notification-manager/includes/triggers/class-nm-trigger-factory.php'),(5091,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/notification-manager/includes/triggers/class-nm-trigger-quiz-completion.php'),(5092,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/notification-manager/includes/triggers/class-nm-trigger-split-test-ends.php'),(5093,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/notification-manager/includes/triggers/class-nm-trigger-testimonial-submitted.php'),(5094,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/plugin-updates/debug-bar-panel.php'),(5095,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/plugin-updates/debug-bar-plugin.php'),(5096,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/plugin-updates/js/debug-bar.js'),(5097,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/plugin-updates/plugin-update-checker.php'),(5098,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/script-manager/assets/js/admin/models.js'),(5099,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/script-manager/assets/js/admin/routes.js'),(5100,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/script-manager/assets/js/admin/views.js'),(5101,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/script-manager/assets/js/dist/admin.js'),(5102,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/script-manager/assets/js/dist/admin.min.js'),(5103,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/script-manager/assets/js/utils.js'),(5104,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/script-manager/class-tvd-sm-constants.php'),(5105,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/script-manager/class-tvd-sm.php'),(5106,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/script-manager/includes/admin/classes/class-tvd-sm-admin-helper.php'),(5107,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/script-manager/includes/admin/classes/class-tvd-sm-admin.php'),(5108,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/script-manager/includes/admin/classes/class-tvd-sm-rest-scripts-controller.php'),(5109,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/script-manager/includes/admin/views/dashboard.php'),(5110,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/script-manager/includes/admin/views/templates/breadcrumbs.phtml'),(5111,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/script-manager/includes/admin/views/templates/dashboard.phtml'),(5112,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/script-manager/includes/admin/views/templates/header.phtml'),(5113,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/script-manager/includes/admin/views/templates/modal-add-edit-script.phtml'),(5114,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/script-manager/includes/admin/views/templates/modal-delete-page-level-scripts.phtml'),(5115,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/script-manager/includes/admin/views/templates/modal-delete-script.phtml'),(5116,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/script-manager/includes/admin/views/templates/script-item.phtml'),(5117,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/script-manager/includes/frontend/classes/class-tvd-sm-frontend.php'),(5118,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/script-manager/includes/i18n.php'),(5119,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/smart-site/assets/admin/js/_utils.js'),(5120,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/smart-site/assets/admin/js/dist/admin.js'),(5121,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/smart-site/assets/admin/js/dist/admin.min.js'),(5122,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/smart-site/assets/admin/js/modals.js'),(5123,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/smart-site/assets/admin/js/models.js'),(5124,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/smart-site/assets/admin/js/routes.js'),(5125,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/smart-site/assets/admin/js/views.js'),(5126,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/smart-site/assets/js/tcb_hooks.js'),(5127,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/smart-site/class-tvd-smart-const.php'),(5128,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/smart-site/classes/class-tvd-global-shortcodes.php'),(5129,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/smart-site/classes/class-tvd-rest-controller.php'),(5130,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/smart-site/classes/class-tvd-smart-db.php'),(5131,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/smart-site/classes/class-tvd-smart-shortcodes.php'),(5132,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/smart-site/classes/class-tvd-smart-site.php'),(5133,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/smart-site/classes/endpoints/class-tvd-fields-controller.php'),(5134,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/smart-site/classes/endpoints/class-tvd-groups-controller.php'),(5135,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/smart-site/i18n.php'),(5136,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/smart-site/migrations/index.php'),(5137,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/smart-site/migrations/install-1.0.0.php'),(5138,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/smart-site/views/admin/templates/breadcrumbs.phtml'),(5139,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/smart-site/views/admin/templates/dashboard.phtml'),(5140,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/address-options.phtml'),(5141,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/email-options.phtml'),(5142,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/field.phtml'),(5143,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/group.phtml'),(5144,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/link-options.phtml'),(5145,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/location-options.phtml'),(5146,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/modal-group-item.phtml'),(5147,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/modal-type-item.phtml'),(5148,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/modals/delete.phtml'),(5149,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/modals/edit-group.phtml'),(5150,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/modals/field.phtml'),(5151,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/phone-options.phtml'),(5152,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/text-options.phtml'),(5153,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/smart-site/views/admin/templates/global_fields.phtml'),(5154,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/smart-site/views/admin/templates/header.phtml'),(5155,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/smart-site/views/admin/templates/menu.phtml'),(5156,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/smart-site/views/admin/templates/side-menu.phtml'),(5157,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/inc/util.php'),(5158,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/js/dist/frontend.js'),(5159,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/js/dist/frontend.min.js'),(5160,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/js/dist/global.min.js'),(5161,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/js/dist/hammer.min.js'),(5162,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/js/dist/leanmodal.min.js'),(5163,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/js/dist/select2.min.js'),(5164,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/js/dist/toasts.min.js'),(5165,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/js/dist/tooltip.min.js'),(5166,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/js/dist/tve-dash.js'),(5167,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/js/dist/tve-dash.min.js'),(5168,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/js/dist/velocity.min.js'),(5169,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/js/frontend.js'),(5170,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/js/util/highcharts/highcharts-3d.js'),(5171,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/js/util/highcharts/highcharts-more.js'),(5172,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/js/util/highcharts/highcharts.js'),(5173,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/js/util/jquery.zclip.1.1.1/jquery.zclip.js'),(5174,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/js/util/jquery.zclip.1.1.1/jquery.zclip.min.js'),(5175,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/js/util/util.js'),(5176,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/js/util/views.js'),(5177,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/rest-api/class-td-rest-controller.php'),(5178,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/rest-api/class-td-rest-hook-controller.php'),(5179,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/rest-api/init.php'),(5180,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/templates/affiliate-modal.phtml'),(5181,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/templates/backbone/modal-loader.phtml'),(5182,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/templates/backbone/page-loader.phtml'),(5183,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/templates/backbone/support-token.phtml'),(5184,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/templates/header.phtml'),(5185,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/templates/product/activated.phtml'),(5186,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/templates/product/error.phtml'),(5187,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/templates/product/inactive.phtml'),(5188,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/templates/sections/dashboard.phtml'),(5189,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/templates/sections/license_manager.phtml'),(5190,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/templates/settings/general_settings.phtml'),(5191,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/templates/settings/reset.phtml'),(5192,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/templates/settings/text_setting_row.phtml'),(5193,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/templates/share.phtml'),(5194,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/templates/ui.phtml'),(5195,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/thrive-dashboard.php'),(5196,'wp-content/plugins/thrive-apprentice/tcb/thrive-dashboard/version.php'),(5197,'wp-content/plugins/thrive-apprentice/tcb/tve_settings.php'),(5198,'wp-content/plugins/thrive-apprentice/tcb/version.php'),(5199,'wp-content/plugins/thrive-apprentice/tcb-bridge/assets/fonts/tva-main.svg'),(5200,'wp-content/plugins/thrive-apprentice/tcb-bridge/assets/js/internal/checkout-component.js'),(5201,'wp-content/plugins/thrive-apprentice/tcb-bridge/assets/js/internal/checkout-form-component.js'),(5202,'wp-content/plugins/thrive-apprentice/tcb-bridge/assets/js/internal/edit-checkout-item.js'),(5203,'wp-content/plugins/thrive-apprentice/tcb-bridge/assets/js/internal/main.js'),(5204,'wp-content/plugins/thrive-apprentice/tcb-bridge/assets/js/tva-tcb-internal.js'),(5205,'wp-content/plugins/thrive-apprentice/tcb-bridge/assets/js/tva-tcb-internal.min.js'),(5206,'wp-content/plugins/thrive-apprentice/tcb-bridge/editor-elements/class-tcb-checkout-element.php'),(5207,'wp-content/plugins/thrive-apprentice/tcb-bridge/editor-elements/class-tcb-checkout-form-element.php'),(5208,'wp-content/plugins/thrive-apprentice/tcb-bridge/editor-layouts/backbone/edit-ce-item.phtml'),(5209,'wp-content/plugins/thrive-apprentice/tcb-bridge/editor-layouts/elements/checkout.php'),(5210,'wp-content/plugins/thrive-apprentice/tcb-bridge/editor-layouts/menus/checkout.php'),(5211,'wp-content/plugins/thrive-apprentice/tcb-bridge/editor-layouts/menus/checkout_form.php'),(5212,'wp-content/plugins/thrive-apprentice/tcb-bridge/init.php'),(5213,'wp-content/plugins/thrive-apprentice/tcb-bridge/tcb-hooks.php'),(5214,'wp-content/plugins/thrive-apprentice/tcb-bridge/views/cloud-templates/checkout-item.phtml'),(5215,'wp-content/plugins/thrive-apprentice/templates/comments.php'),(5216,'wp-content/plugins/thrive-apprentice/templates/default_courses.php'),(5217,'wp-content/plugins/thrive-apprentice/templates/email-template.php'),(5218,'wp-content/plugins/thrive-apprentice/templates/err-no-data.php'),(5219,'wp-content/plugins/thrive-apprentice/templates/filters.php'),(5220,'wp-content/plugins/thrive-apprentice/templates/footer.php'),(5221,'wp-content/plugins/thrive-apprentice/templates/header.php'),(5222,'wp-content/plugins/thrive-apprentice/templates/pagination.php'),(5223,'wp-content/plugins/thrive-apprentice/templates/search.php'),(5224,'wp-content/plugins/thrive-apprentice/templates/template_1/apprentice.php'),(5225,'wp-content/plugins/thrive-apprentice/templates/template_1/archive.php'),(5226,'wp-content/plugins/thrive-apprentice/templates/template_1/course-list.php'),(5227,'wp-content/plugins/thrive-apprentice/templates/template_1/data.php'),(5228,'wp-content/plugins/thrive-apprentice/templates/template_1/errors.php'),(5229,'wp-content/plugins/thrive-apprentice/templates/template_1/register.php'),(5230,'wp-content/plugins/thrive-apprentice/templates/template_1/single-lesson.php'),(5231,'wp-content/plugins/thrive-apprentice/templates/template_1/single-module.php'),(5232,'wp-content/plugins/thrive-apprentice/templates/template_1/single.php'),(5233,'wp-content/plugins/thrive-apprentice/templates/template_2/apprentice.php'),(5234,'wp-content/plugins/thrive-apprentice/templates/template_2/archive.php'),(5235,'wp-content/plugins/thrive-apprentice/templates/template_2/data.php'),(5236,'wp-content/plugins/thrive-apprentice/templates/template_2/single.php'),(5237,'wp-content/plugins/thrive-apprentice/thrive-apprentice.php'),(5238,'wp-content/plugins/thrive-apprentice/thrive-dashboard/classes/AjaxController.php'),(5239,'wp-content/plugins/thrive-apprentice/thrive-dashboard/classes/Product/Abstract.php'),(5240,'wp-content/plugins/thrive-apprentice/thrive-dashboard/classes/Product/LicenseManager.php'),(5241,'wp-content/plugins/thrive-apprentice/thrive-dashboard/css/font/dashboard-icons.svg'),(5242,'wp-content/plugins/thrive-apprentice/thrive-dashboard/css/font/icomoon.svg'),(5243,'wp-content/plugins/thrive-apprentice/thrive-dashboard/css/font/tvd-icons.svg'),(5244,'wp-content/plugins/thrive-apprentice/thrive-dashboard/css/images/paste-blue.svg'),(5245,'wp-content/plugins/thrive-apprentice/thrive-dashboard/css/images/paste-green.svg'),(5246,'wp-content/plugins/thrive-apprentice/thrive-dashboard/css/images/paste.svg'),(5247,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/_crawlers.php'),(5248,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/access-manager/class-tvd-am.php'),(5249,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/access-manager/includes/assets/css/am-icons.svg'),(5250,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/access-manager/includes/assets/js/admin.js'),(5251,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/access-manager/includes/assets/js/admin.min.js'),(5252,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/access-manager/includes/templates/access-manager.php'),(5253,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auth-check/auth-check.js'),(5254,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auth-check/class-tvd-auth-check.php'),(5255,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auth-check/handle-login.php'),(5256,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/admin.php'),(5257,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/api_log.php'),(5258,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/classes/ApiVideos.php'),(5259,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/classes/Connection/AWeber.php'),(5260,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/classes/Connection/Abstract.php'),(5261,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/classes/Connection/ActiveCampaign.php'),(5262,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/classes/Connection/ArpReach.php'),(5263,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/classes/Connection/Awsses.php'),(5264,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/classes/Connection/CampaignMonitor.php'),(5265,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/classes/Connection/CampaignMonitorEmail.php'),(5266,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/classes/Connection/ConstantContact.php'),(5267,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/classes/Connection/ConvertKit.php'),(5268,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/classes/Connection/Drip.php'),(5269,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/classes/Connection/EverWebinar.php'),(5270,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/classes/Connection/Facebook.php'),(5271,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/classes/Connection/GetResponse.php'),(5272,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/classes/Connection/GoToWebinar.php'),(5273,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/classes/Connection/Google.php'),(5274,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/classes/Connection/HubSpot.php'),(5275,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/classes/Connection/Infusionsoft.php'),(5276,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/classes/Connection/KlickTipp.php'),(5277,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/classes/Connection/MadMimi.php'),(5278,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/classes/Connection/MailPoet.php'),(5279,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/classes/Connection/MailRelay.php'),(5280,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/classes/Connection/MailRelayEmail.php'),(5281,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/classes/Connection/Mailchimp.php'),(5282,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/classes/Connection/MailerLite.php'),(5283,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/classes/Connection/Mailgun.php'),(5284,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/classes/Connection/Mailster.php'),(5285,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/classes/Connection/Mandrill.php'),(5286,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/classes/Connection/Mautic.php'),(5287,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/classes/Connection/Ontraport.php'),(5288,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/classes/Connection/Postmark.php'),(5289,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/classes/Connection/ReCaptcha.php'),(5290,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/classes/Connection/SGAutorepondeur.php'),(5291,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/classes/Connection/SendGrid.php'),(5292,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/classes/Connection/SendGridEmail.php'),(5293,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/classes/Connection/SendOwl.php'),(5294,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/classes/Connection/Sendinblue.php'),(5295,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/classes/Connection/SendinblueEmail.php'),(5296,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/classes/Connection/Sendlane.php'),(5297,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/classes/Connection/Sendreach.php'),(5298,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/classes/Connection/Sendy.php'),(5299,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/classes/Connection/SparkPost.php'),(5300,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/classes/Connection/Twitter.php'),(5301,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/classes/Connection/WebinarJamStudio.php'),(5302,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/classes/Connection/Wordpress.php'),(5303,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/classes/Connection/Zapier.php'),(5304,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/classes/Connection/Zoom.php'),(5305,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/classes/Connection/iContact.php'),(5306,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/classes/Connection/v2/GoToWebinar.php'),(5307,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/classes/Connection/v2/SendGrid.php'),(5308,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/classes/Editor/Controller.php'),(5309,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/classes/Manager.php'),(5310,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/Base.php'),(5311,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/Collection.php'),(5312,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/Entry.php'),(5313,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/EntryDataArray.php'),(5314,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/Http/Response.php'),(5315,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/Oauth/Adapter.php'),(5316,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/Oauth/Application.php'),(5317,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/Oauth/ServiceProvider.php'),(5318,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/Oauth/User.php'),(5319,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/Response.php'),(5320,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/ServiceProvider.php'),(5321,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/exceptions.php'),(5322,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber.php'),(5323,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/ActiveCampaign/Exception.php'),(5324,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/ActiveCampaign.php'),(5325,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/ArpReach/ContactException/Exists.php'),(5326,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/ArpReach/Exception.php'),(5327,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/ArpReach.php'),(5328,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Awsses/Exception.php'),(5329,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Awsses/SimpleEmailServiceMessage.php'),(5330,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Awsses/SimpleEmailServiceRequest.php'),(5331,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Awsses.php'),(5332,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/CampaignMonitor/ClassicEmail.php'),(5333,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/CampaignMonitor/List.php'),(5334,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/CampaignMonitor.php'),(5335,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/ConstantContact/AlreadyExistException.php'),(5336,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/ConstantContact/Exception.php'),(5337,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/ConstantContact.php'),(5338,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/ConvertKit/Exception.php'),(5339,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/ConvertKit.php'),(5340,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/CustomHtml.php'),(5341,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Drip/Exception/Unsubscribed.php'),(5342,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Drip/Exception.php'),(5343,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Drip.php'),(5344,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/EverWebinar/Exception.php'),(5345,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/EverWebinar.php'),(5346,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Facebook/Base.php'),(5347,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Facebook/Exception/Exception.php'),(5348,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Facebook.php'),(5349,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/GetResponse/Exception.php'),(5350,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/GetResponse.php'),(5351,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/GetResponseV3.php'),(5352,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/GoToWebinar/Exception.php'),(5353,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/GoToWebinar.php'),(5354,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Html/Renderer.php'),(5355,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/HubSpot/Exception.php'),(5356,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/HubSpot.php'),(5357,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Infusionsoft/InfusionsoftException.php'),(5358,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Infusionsoft.php'),(5359,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/KlickTipp/Exception.php'),(5360,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/KlickTipp.php'),(5361,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/MadMimi/Exception.php'),(5362,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/MadMimi.php'),(5363,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/MailRelay/Exception.php'),(5364,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/MailRelay.php'),(5365,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/MailRelayV1.php'),(5366,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Campaigns.php'),(5367,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Conversations.php'),(5368,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Ecomm.php'),(5369,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Exception.php'),(5370,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Folders.php'),(5371,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Gallery.php'),(5372,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Goal.php'),(5373,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Helper.php'),(5374,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Lists.php'),(5375,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Mobile.php'),(5376,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Neapolitan.php'),(5377,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Reports.php'),(5378,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Templates.php'),(5379,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Users.php'),(5380,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Vip.php'),(5381,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp.php'),(5382,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/ApiAbstract.php'),(5383,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/ApiConstants.php'),(5384,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/Campaigns.php'),(5385,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/Fields.php'),(5386,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/Groups.php'),(5387,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/Lists.php'),(5388,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/MailerLiteSdkException.php'),(5389,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/Rest.php'),(5390,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/RestClient.php'),(5391,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/Subscribers.php'),(5392,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite.php'),(5393,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/Api.php'),(5394,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/BatchMessage.php'),(5395,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/ExceptionMessages.php'),(5396,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/GenericHTTPError.php'),(5397,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/InvalidCredentials.php'),(5398,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/InvalidParameter.php'),(5399,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/InvalidParameterType.php'),(5400,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/MessageBuilder.php'),(5401,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/MissingEndpoint.php'),(5402,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/MissingRequiredMIMEParameters.php'),(5403,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/MissingRequiredParameters.php'),(5404,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/NoDomainsConfigured.php'),(5405,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/OptInHandler.php'),(5406,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/RestClient.php'),(5407,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/TooManyParameters.php'),(5408,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun.php'),(5409,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Exceptions.php'),(5410,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Exports.php'),(5411,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Inbound.php'),(5412,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Internal.php'),(5413,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Ips.php'),(5414,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Messages.php'),(5415,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Metadata.php'),(5416,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Rejects.php'),(5417,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Senders.php'),(5418,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Subaccounts.php'),(5419,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Tags.php'),(5420,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Template.php'),(5421,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Urls.php'),(5422,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Users.php'),(5423,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Webhooks.php'),(5424,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Whitelists.php'),(5425,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/ActionNotSupportedException.php'),(5426,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Api.php'),(5427,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/ApiAuth.php'),(5428,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Assets.php'),(5429,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/AuthInterface.php'),(5430,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Campaigns.php'),(5431,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Contacts.php'),(5432,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/ContextNotFoundException.php'),(5433,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Data.php'),(5434,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Emails.php'),(5435,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Forms.php'),(5436,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/IncorrectParametersReturnedException.php'),(5437,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Leads.php'),(5438,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Lists.php'),(5439,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/OAuth.php'),(5440,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Pages.php'),(5441,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/PointTriggers.php'),(5442,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Points.php'),(5443,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Reports.php'),(5444,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Segments.php'),(5445,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/UnexpectedResponseFormatException.php'),(5446,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic.php'),(5447,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Ontraport/Exception.php'),(5448,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Ontraport/ObjectType.php'),(5449,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Ontraport.php'),(5450,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Postmark/AdminClient.php'),(5451,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Postmark/Attachment.php'),(5452,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Postmark/CaseInsensitiveArray.php'),(5453,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Postmark/ClientBase.php'),(5454,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Postmark/DynamicResponseModel.php'),(5455,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Postmark/Exception.php'),(5456,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Postmark.php'),(5457,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/SGAutorepondeur.php'),(5458,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/SendGrid/Client.php'),(5459,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/SendGrid/Exception.php'),(5460,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/SendGrid/Response.php'),(5461,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/SendGrid.php'),(5462,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/SendGridEmail/Client.php'),(5463,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/SendGridEmail/Email.php'),(5464,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/SendGridEmail/Exception.php'),(5465,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/SendGridEmail/Response.php'),(5466,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/SendGridEmail/api_keys.php'),(5467,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/SendGridEmail/asm_groups.php'),(5468,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/SendGridEmail/asm_suppressions.php'),(5469,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/SendGridEmail/global_stats.php'),(5470,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/SendGridEmail.php'),(5471,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/SendOwl/Exception.php'),(5472,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/SendOwl.php'),(5473,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/SendinBlue/Exception.php'),(5474,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Sendinblue.php'),(5475,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Sendlane/Exception.php'),(5476,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Sendlane.php'),(5477,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Campaigns.php'),(5478,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Client.php'),(5479,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Config.php'),(5480,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Countries.php'),(5481,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Customers.php'),(5482,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Exception.php'),(5483,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Json.php'),(5484,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/ListFields.php'),(5485,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/ListSegments.php'),(5486,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/ListSubscribers.php'),(5487,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Lists.php'),(5488,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Params.php'),(5489,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/ParamsIterator.php'),(5490,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Request.php'),(5491,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Response.php'),(5492,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/SendreachV2.php'),(5493,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Templates.php'),(5494,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/TransactionalEmails.php'),(5495,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach.php'),(5496,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Sendy/Exception.php'),(5497,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Sendy.php'),(5498,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/SparkPost/APIResource.php'),(5499,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/SparkPost/Connection.php'),(5500,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/SparkPost/Exception.php'),(5501,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/SparkPost.php'),(5502,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/TdJwt/BeforeValidException.php'),(5503,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/TdJwt/ExpiredException.php'),(5504,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/TdJwt/SignatureInvalidException.php'),(5505,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/TdJwt/TdJwt.php'),(5506,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Twitter.php'),(5507,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/WebinarJamStudio/Exception.php'),(5508,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/WebinarJamStudio.php'),(5509,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Zapier/Exception.php'),(5510,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Zapier.php'),(5511,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Zoom/Exception.php'),(5512,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/Zoom.php'),(5513,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/iContact/Exception.php'),(5514,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/iContact.php'),(5515,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/lib/vendor/v2/GoToWebinar.php'),(5516,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/misc.php'),(5517,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/views/admin-error-logs.php'),(5518,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/views/admin-list.php'),(5519,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/views/admin-messages.php'),(5520,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/views/editor/add-api.php'),(5521,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/views/editor/add-custom-html.php'),(5522,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/views/editor/add.php'),(5523,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/views/editor/autoresponder-code-fields.php'),(5524,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/views/editor/captcha-settings.php'),(5525,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/views/editor/dashboard-api.php'),(5526,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/views/editor/dashboard-custom-html.php'),(5527,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/views/editor/dashboard.php'),(5528,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/views/editor/partials/api-lists.php'),(5529,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/views/editor/partials/api-select.php'),(5530,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/views/editor/partials/api-shortcodes.php'),(5531,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/views/error-log-entry.php'),(5532,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/views/includes/video-link.php'),(5533,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/views/js/admin-global.js'),(5534,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/views/js/admin-global.min.js'),(5535,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/views/js/admin-logs-list.js'),(5536,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/views/setup/activecampaign/forms-list.php'),(5537,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/views/setup/activecampaign.php'),(5538,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/views/setup/arpreach.php'),(5539,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/views/setup/aweber/tags.php'),(5540,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/views/setup/aweber.php'),(5541,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/views/setup/awsses.php'),(5542,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/views/setup/campaignmonitor.php'),(5543,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/views/setup/campaignmonitoremail.php'),(5544,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/views/setup/constant-contact.php'),(5545,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/views/setup/convertkit.php'),(5546,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/views/setup/drip/optin-type.php'),(5547,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/views/setup/drip/proprieties.php'),(5548,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/views/setup/drip/select-type.php'),(5549,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/views/setup/drip.php'),(5550,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/views/setup/everwebinar.php'),(5551,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/views/setup/facebook.php'),(5552,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/views/setup/get-response.php'),(5553,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/views/setup/getresponse/cycleday.php'),(5554,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/views/setup/google.php'),(5555,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/views/setup/gotowebinar.php'),(5556,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/views/setup/hubspot.php'),(5557,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/views/setup/iContact.php'),(5558,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/views/setup/infusionsoft.php'),(5559,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/views/setup/klicktipp/tags.php'),(5560,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/views/setup/klicktipp.php'),(5561,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/views/setup/madmimi.php'),(5562,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/views/setup/mailchimp/api-groups.php'),(5563,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/views/setup/mailchimp/optin-type.php'),(5564,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/views/setup/mailchimp.php'),(5565,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/views/setup/mailerlite.php'),(5566,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/views/setup/mailgun.php'),(5567,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/views/setup/mailpoet.php'),(5568,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/views/setup/mailrelay.php'),(5569,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/views/setup/mailrelayemail.php'),(5570,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/views/setup/mailster.php'),(5571,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/views/setup/mandrill.php'),(5572,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/views/setup/mautic.php'),(5573,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/views/setup/ontraport.php'),(5574,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/views/setup/postmark.php'),(5575,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/views/setup/recaptcha.php'),(5576,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/views/setup/sendgrid.php'),(5577,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/views/setup/sendgridemail.php'),(5578,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/views/setup/sendinblue.php'),(5579,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/views/setup/sendinblueemail.php'),(5580,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/views/setup/sendlane.php'),(5581,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/views/setup/sendowl.php'),(5582,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/views/setup/sendreach.php'),(5583,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/views/setup/sendy/note.php'),(5584,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/views/setup/sendy.php'),(5585,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/views/setup/sg-autorepondeur.php'),(5586,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/views/setup/sparkpost.php'),(5587,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/views/setup/twitter.php'),(5588,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/views/setup/webinarjamstudio.php'),(5589,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/views/setup/wordpress.php'),(5590,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/views/setup/zapier.php'),(5591,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/auto-responder/views/setup/zoom.php'),(5592,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/crons.php'),(5593,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/db-manager/class-td-db-manager.php'),(5594,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/db-manager/class-td-db-migration.php'),(5595,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/font-import-manager/classes/Tve_Dash_Font_Import_Manager.php'),(5596,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/font-import-manager/classes/Tve_Dash_Font_Import_Manager_Data.php'),(5597,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/font-import-manager/classes/Tve_Dash_Font_Import_Manager_View.php'),(5598,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/font-import-manager/views/form.php'),(5599,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/font-import-manager/views/js/manager.js'),(5600,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/font-import-manager/views/main.php'),(5601,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/font-import-manager/views/messages.php'),(5602,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/font-manager/font-manager.php'),(5603,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/font-manager/views/admin-font-manager.php'),(5604,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/font-manager/views/admin-font-options.php'),(5605,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/functions.php'),(5606,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/hooks.php'),(5607,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/icon-manager/classes/Tve_Dash_Thrive_Icon_Manager.php'),(5608,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/icon-manager/classes/Tve_Dash_Thrive_Icon_Manager_Data.php'),(5609,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/icon-manager/classes/Tve_Dash_Thrive_Icon_Manager_View.php'),(5610,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/icon-manager/views/form.php'),(5611,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/icon-manager/views/icons.php'),(5612,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/icon-manager/views/js/manager.js'),(5613,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/icon-manager/views/js/manager.min.js'),(5614,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/icon-manager/views/main.php'),(5615,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/icon-manager/views/messages.php'),(5616,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/notification-inbox/assets/dist/admin.js'),(5617,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/notification-inbox/assets/dist/admin.min.js'),(5618,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/notification-inbox/assets/js/admin.js'),(5619,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/notification-inbox/assets/js/collections/base.js'),(5620,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/notification-inbox/assets/js/collections/notifications.js'),(5621,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/notification-inbox/assets/js/models/notification.js'),(5622,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/notification-inbox/assets/js/views/base.js'),(5623,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/notification-inbox/assets/js/views/notification.js'),(5624,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/notification-inbox/assets/js/views/notificationCounter.js'),(5625,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/notification-inbox/assets/js/views/notificationDetail.js'),(5626,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/notification-inbox/assets/js/views/notificationHeader.js'),(5627,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/notification-inbox/assets/js/views/notificationsList.js'),(5628,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/notification-inbox/class-td-inbox.php'),(5629,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/notification-inbox/i18n.php'),(5630,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/notification-inbox/includes/admin/class-td-ni-ajax-controller.php'),(5631,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/notification-inbox/includes/init/class-ni-inbox-manager.php'),(5632,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/notification-inbox/includes/init/class-ni-message.php'),(5633,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/notification-inbox/views/templates/backbone/ni-notification-detail.phtml'),(5634,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/notification-inbox/views/templates/backbone/ni-notification.phtml'),(5635,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/notification-inbox/views/templates/backbone/notification-header.phtml'),(5636,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/notification-inbox/views/templates/notification-inbox-button.php'),(5637,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/notification-manager/assets/fonts/tvd-nm-icons.svg'),(5638,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/notification-manager/assets/js/admin/backbone/modals.js'),(5639,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/notification-manager/assets/js/admin/backbone/models.js'),(5640,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/notification-manager/assets/js/admin/backbone/routes.js'),(5641,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/notification-manager/assets/js/admin/backbone/util.js'),(5642,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/notification-manager/assets/js/admin/backbone/views.js'),(5643,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/notification-manager/assets/js/admin/backbone.js'),(5644,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/notification-manager/assets/js/admin/backbone.min.js'),(5645,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/notification-manager/assets/js/admin/wordpress_notification.js'),(5646,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/notification-manager/class-td-nm.php'),(5647,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/notification-manager/i18n.php'),(5648,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/notification-manager/includes/actions/class-nm-action-abstract.php'),(5649,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/notification-manager/includes/actions/class-nm-action-custom-script.php'),(5650,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/notification-manager/includes/actions/class-nm-action-send-email-notification.php'),(5651,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/notification-manager/includes/actions/class-nm-action-wordpress-notification.php'),(5652,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/notification-manager/includes/admin/class-td-nm-admin-ajax-controller.php'),(5653,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/notification-manager/includes/admin/class-td-nm-admin.php'),(5654,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/action-type-box.phtml'),(5655,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/actions/settings/custom-script.phtml'),(5656,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/actions/settings/send-email-notification.phtml'),(5657,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/actions/settings/wordpress-notification.phtml'),(5658,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/breadcrumbs.phtml'),(5659,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/dashboard.phtml'),(5660,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/header.phtml'),(5661,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/messages/form.phtml'),(5662,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/messages/shortcodes/item.phtml'),(5663,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/modals/add-action.phtml'),(5664,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/modals/create-notification.phtml'),(5665,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/modals/delete-confirmation.phtml'),(5666,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/modals/edit-action.phtml'),(5667,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/modals/edit-trigger.phtml'),(5668,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/modals/email-services.phtml'),(5669,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/modals/notification-summary.phtml'),(5670,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/new-button.phtml'),(5671,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/notifications/item.phtml'),(5672,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/options/action-buttons.phtml'),(5673,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/options/checkbox.phtml'),(5674,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/options/input-multiple.phtml'),(5675,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/options/input.phtml'),(5676,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/options/option.phtml'),(5677,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/options/recipient.phtml'),(5678,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/services/item.phtml'),(5679,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/services/thumb-item.phtml'),(5680,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/summaries/item.phtml'),(5681,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/summaries/items/action.phtml'),(5682,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/summaries/items/actions/custom-script.phtml'),(5683,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/summaries/items/actions/send-email-notification.phtml'),(5684,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/summaries/items/actions/wordpress-notification.phtml'),(5685,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/summaries/items/notification.phtml'),(5686,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/summaries/items/trigger.phtml'),(5687,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/trigger-type-box.phtml'),(5688,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/triggers/settings/email-sign-up.phtml'),(5689,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/triggers/settings/quiz-completion.phtml'),(5690,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/triggers/settings/split-test-ends.phtml'),(5691,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/triggers/settings/testimonial-submitted.phtml'),(5692,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/unavailable.phtml'),(5693,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/notification-manager/includes/class-td-nm-ajax.php'),(5694,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/notification-manager/includes/class-td-nm-checker.php'),(5695,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/notification-manager/includes/class-td-nm-data.php'),(5696,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/notification-manager/includes/class-td-nm-post-types.php'),(5697,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/notification-manager/includes/td-nm-core-functions.php'),(5698,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/notification-manager/includes/td-nm-data-functions.php'),(5699,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/notification-manager/includes/triggers/class-nm-trigger-abstract.php'),(5700,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/notification-manager/includes/triggers/class-nm-trigger-email-sign-up.php'),(5701,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/notification-manager/includes/triggers/class-nm-trigger-factory.php'),(5702,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/notification-manager/includes/triggers/class-nm-trigger-quiz-completion.php'),(5703,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/notification-manager/includes/triggers/class-nm-trigger-split-test-ends.php'),(5704,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/notification-manager/includes/triggers/class-nm-trigger-testimonial-submitted.php'),(5705,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/plugin-updates/debug-bar-panel.php'),(5706,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/plugin-updates/debug-bar-plugin.php'),(5707,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/plugin-updates/js/debug-bar.js'),(5708,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/plugin-updates/plugin-update-checker.php'),(5709,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/script-manager/assets/js/admin/models.js'),(5710,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/script-manager/assets/js/admin/routes.js'),(5711,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/script-manager/assets/js/admin/views.js'),(5712,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/script-manager/assets/js/dist/admin.js'),(5713,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/script-manager/assets/js/dist/admin.min.js'),(5714,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/script-manager/assets/js/utils.js'),(5715,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/script-manager/class-tvd-sm-constants.php'),(5716,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/script-manager/class-tvd-sm.php'),(5717,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/script-manager/includes/admin/classes/class-tvd-sm-admin-helper.php'),(5718,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/script-manager/includes/admin/classes/class-tvd-sm-admin.php'),(5719,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/script-manager/includes/admin/classes/class-tvd-sm-rest-scripts-controller.php'),(5720,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/script-manager/includes/admin/views/dashboard.php'),(5721,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/script-manager/includes/admin/views/templates/breadcrumbs.phtml'),(5722,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/script-manager/includes/admin/views/templates/dashboard.phtml'),(5723,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/script-manager/includes/admin/views/templates/header.phtml'),(5724,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/script-manager/includes/admin/views/templates/modal-add-edit-script.phtml'),(5725,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/script-manager/includes/admin/views/templates/modal-delete-page-level-scripts.phtml'),(5726,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/script-manager/includes/admin/views/templates/modal-delete-script.phtml'),(5727,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/script-manager/includes/admin/views/templates/script-item.phtml'),(5728,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/script-manager/includes/frontend/classes/class-tvd-sm-frontend.php'),(5729,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/script-manager/includes/i18n.php'),(5730,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/smart-site/assets/admin/js/_utils.js'),(5731,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/smart-site/assets/admin/js/dist/admin.js'),(5732,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/smart-site/assets/admin/js/dist/admin.min.js'),(5733,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/smart-site/assets/admin/js/modals.js'),(5734,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/smart-site/assets/admin/js/models.js'),(5735,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/smart-site/assets/admin/js/routes.js'),(5736,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/smart-site/assets/admin/js/views.js'),(5737,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/smart-site/assets/js/tcb_hooks.js'),(5738,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/smart-site/class-tvd-smart-const.php'),(5739,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/smart-site/classes/class-tvd-global-shortcodes.php'),(5740,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/smart-site/classes/class-tvd-rest-controller.php'),(5741,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/smart-site/classes/class-tvd-smart-db.php'),(5742,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/smart-site/classes/class-tvd-smart-shortcodes.php'),(5743,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/smart-site/classes/class-tvd-smart-site.php'),(5744,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/smart-site/classes/endpoints/class-tvd-fields-controller.php'),(5745,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/smart-site/classes/endpoints/class-tvd-groups-controller.php'),(5746,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/smart-site/i18n.php'),(5747,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/smart-site/migrations/index.php'),(5748,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/smart-site/migrations/install-1.0.0.php'),(5749,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/smart-site/views/admin/templates/breadcrumbs.phtml'),(5750,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/smart-site/views/admin/templates/dashboard.phtml'),(5751,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/address-options.phtml'),(5752,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/email-options.phtml'),(5753,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/field.phtml'),(5754,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/group.phtml'),(5755,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/link-options.phtml'),(5756,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/location-options.phtml'),(5757,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/modal-group-item.phtml'),(5758,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/modal-type-item.phtml'),(5759,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/modals/delete.phtml'),(5760,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/modals/edit-group.phtml'),(5761,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/modals/field.phtml'),(5762,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/phone-options.phtml'),(5763,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/text-options.phtml'),(5764,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/smart-site/views/admin/templates/global_fields.phtml'),(5765,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/smart-site/views/admin/templates/header.phtml'),(5766,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/smart-site/views/admin/templates/menu.phtml'),(5767,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/smart-site/views/admin/templates/side-menu.phtml'),(5768,'wp-content/plugins/thrive-apprentice/thrive-dashboard/inc/util.php'),(5769,'wp-content/plugins/thrive-apprentice/thrive-dashboard/js/dist/frontend.js'),(5770,'wp-content/plugins/thrive-apprentice/thrive-dashboard/js/dist/frontend.min.js'),(5771,'wp-content/plugins/thrive-apprentice/thrive-dashboard/js/dist/global.min.js'),(5772,'wp-content/plugins/thrive-apprentice/thrive-dashboard/js/dist/hammer.min.js'),(5773,'wp-content/plugins/thrive-apprentice/thrive-dashboard/js/dist/leanmodal.min.js'),(5774,'wp-content/plugins/thrive-apprentice/thrive-dashboard/js/dist/select2.min.js'),(5775,'wp-content/plugins/thrive-apprentice/thrive-dashboard/js/dist/toasts.min.js'),(5776,'wp-content/plugins/thrive-apprentice/thrive-dashboard/js/dist/tooltip.min.js'),(5777,'wp-content/plugins/thrive-apprentice/thrive-dashboard/js/dist/tve-dash.js'),(5778,'wp-content/plugins/thrive-apprentice/thrive-dashboard/js/dist/tve-dash.min.js'),(5779,'wp-content/plugins/thrive-apprentice/thrive-dashboard/js/dist/velocity.min.js'),(5780,'wp-content/plugins/thrive-apprentice/thrive-dashboard/js/frontend.js'),(5781,'wp-content/plugins/thrive-apprentice/thrive-dashboard/js/util/highcharts/highcharts-3d.js'),(5782,'wp-content/plugins/thrive-apprentice/thrive-dashboard/js/util/highcharts/highcharts-more.js'),(5783,'wp-content/plugins/thrive-apprentice/thrive-dashboard/js/util/highcharts/highcharts.js'),(5784,'wp-content/plugins/thrive-apprentice/thrive-dashboard/js/util/jquery.zclip.1.1.1/jquery.zclip.js'),(5785,'wp-content/plugins/thrive-apprentice/thrive-dashboard/js/util/jquery.zclip.1.1.1/jquery.zclip.min.js'),(5786,'wp-content/plugins/thrive-apprentice/thrive-dashboard/js/util/util.js'),(5787,'wp-content/plugins/thrive-apprentice/thrive-dashboard/js/util/views.js'),(5788,'wp-content/plugins/thrive-apprentice/thrive-dashboard/rest-api/class-td-rest-controller.php'),(5789,'wp-content/plugins/thrive-apprentice/thrive-dashboard/rest-api/class-td-rest-hook-controller.php'),(5790,'wp-content/plugins/thrive-apprentice/thrive-dashboard/rest-api/init.php'),(5791,'wp-content/plugins/thrive-apprentice/thrive-dashboard/templates/affiliate-modal.phtml'),(5792,'wp-content/plugins/thrive-apprentice/thrive-dashboard/templates/backbone/modal-loader.phtml'),(5793,'wp-content/plugins/thrive-apprentice/thrive-dashboard/templates/backbone/page-loader.phtml'),(5794,'wp-content/plugins/thrive-apprentice/thrive-dashboard/templates/backbone/support-token.phtml'),(5795,'wp-content/plugins/thrive-apprentice/thrive-dashboard/templates/header.phtml'),(5796,'wp-content/plugins/thrive-apprentice/thrive-dashboard/templates/product/activated.phtml'),(5797,'wp-content/plugins/thrive-apprentice/thrive-dashboard/templates/product/error.phtml'),(5798,'wp-content/plugins/thrive-apprentice/thrive-dashboard/templates/product/inactive.phtml'),(5799,'wp-content/plugins/thrive-apprentice/thrive-dashboard/templates/sections/dashboard.phtml'),(5800,'wp-content/plugins/thrive-apprentice/thrive-dashboard/templates/sections/license_manager.phtml'),(5801,'wp-content/plugins/thrive-apprentice/thrive-dashboard/templates/settings/general_settings.phtml'),(5802,'wp-content/plugins/thrive-apprentice/thrive-dashboard/templates/settings/reset.phtml'),(5803,'wp-content/plugins/thrive-apprentice/thrive-dashboard/templates/settings/text_setting_row.phtml'),(5804,'wp-content/plugins/thrive-apprentice/thrive-dashboard/templates/share.phtml'),(5805,'wp-content/plugins/thrive-apprentice/thrive-dashboard/templates/ui.phtml'),(5806,'wp-content/plugins/thrive-apprentice/thrive-dashboard/thrive-dashboard.php'),(5807,'wp-content/plugins/thrive-apprentice/thrive-dashboard/version.php'),(5808,'wp-content/plugins/thrive-apprentice/x.php'),(5809,'wp-content/plugins/thrive-clever-widgets/admin/class-thrive-clever-widgets-manager-admin.php'),(5810,'wp-content/plugins/thrive-clever-widgets/admin/classes/Thrive_Clever_Widgets_Action.php'),(5811,'wp-content/plugins/thrive-clever-widgets/admin/classes/Thrive_Clever_Widgets_Direct_Urls_Tab.php'),(5812,'wp-content/plugins/thrive-clever-widgets/admin/classes/Thrive_Clever_Widgets_Filter.php'),(5813,'wp-content/plugins/thrive-clever-widgets/admin/classes/Thrive_Clever_Widgets_Hanger.php'),(5814,'wp-content/plugins/thrive-clever-widgets/admin/classes/Thrive_Clever_Widgets_Option.php'),(5815,'wp-content/plugins/thrive-clever-widgets/admin/classes/Thrive_Clever_Widgets_Other_Screens_Tab.php'),(5816,'wp-content/plugins/thrive-clever-widgets/admin/classes/Thrive_Clever_Widgets_Others_Tab.php'),(5817,'wp-content/plugins/thrive-clever-widgets/admin/classes/Thrive_Clever_Widgets_Page_Templates_Tab.php'),(5818,'wp-content/plugins/thrive-clever-widgets/admin/classes/Thrive_Clever_Widgets_Pages_Tab.php'),(5819,'wp-content/plugins/thrive-clever-widgets/admin/classes/Thrive_Clever_Widgets_Post_Types_Tab.php'),(5820,'wp-content/plugins/thrive-clever-widgets/admin/classes/Thrive_Clever_Widgets_Posts_Tab.php'),(5821,'wp-content/plugins/thrive-clever-widgets/admin/classes/Thrive_Clever_Widgets_Product.php'),(5822,'wp-content/plugins/thrive-clever-widgets/admin/classes/Thrive_Clever_Widgets_Saved_Options.php'),(5823,'wp-content/plugins/thrive-clever-widgets/admin/classes/Thrive_Clever_Widgets_Tab.php'),(5824,'wp-content/plugins/thrive-clever-widgets/admin/classes/Thrive_Clever_Widgets_Tab_Factory.php'),(5825,'wp-content/plugins/thrive-clever-widgets/admin/classes/Thrive_Clever_Widgets_Tab_Interface.php'),(5826,'wp-content/plugins/thrive-clever-widgets/admin/classes/Thrive_Clever_Widgets_Taxonomy_Archives_Tab.php'),(5827,'wp-content/plugins/thrive-clever-widgets/admin/classes/Thrive_Clever_Widgets_Taxonomy_Terms_Tab.php'),(5828,'wp-content/plugins/thrive-clever-widgets/admin/classes/Thrive_Clever_Widgets_Visitors_Status_Tab.php'),(5829,'wp-content/plugins/thrive-clever-widgets/admin/classes/Thrive_Clever_Widgets_Widget_Options.php'),(5830,'wp-content/plugins/thrive-clever-widgets/admin/fonts/ThriveCleverWidgets.svg'),(5831,'wp-content/plugins/thrive-clever-widgets/admin/js-min/admin-app.js'),(5832,'wp-content/plugins/thrive-clever-widgets/admin/js-min/collections/filters.js'),(5833,'wp-content/plugins/thrive-clever-widgets/admin/js-min/collections/hangers.js'),(5834,'wp-content/plugins/thrive-clever-widgets/admin/js-min/collections/options.js'),(5835,'wp-content/plugins/thrive-clever-widgets/admin/js-min/collections/tabs.js'),(5836,'wp-content/plugins/thrive-clever-widgets/admin/js-min/collections/templates.js'),(5837,'wp-content/plugins/thrive-clever-widgets/admin/js-min/models/filter.js'),(5838,'wp-content/plugins/thrive-clever-widgets/admin/js-min/models/hanger.js'),(5839,'wp-content/plugins/thrive-clever-widgets/admin/js-min/models/option.js'),(5840,'wp-content/plugins/thrive-clever-widgets/admin/js-min/models/tab.js'),(5841,'wp-content/plugins/thrive-clever-widgets/admin/js-min/models/template.js'),(5842,'wp-content/plugins/thrive-clever-widgets/admin/js-min/views/admin-view.js'),(5843,'wp-content/plugins/thrive-clever-widgets/admin/js-min/views/filters-view.js'),(5844,'wp-content/plugins/thrive-clever-widgets/admin/js-min/views/hanger-view.js'),(5845,'wp-content/plugins/thrive-clever-widgets/admin/js-min/views/option-view.js'),(5846,'wp-content/plugins/thrive-clever-widgets/admin/js-min/views/tab-content-view.js'),(5847,'wp-content/plugins/thrive-clever-widgets/admin/js-min/views/tab-label-view.js'),(5848,'wp-content/plugins/thrive-clever-widgets/admin/js-min/views/thickbox-view.js'),(5849,'wp-content/plugins/thrive-clever-widgets/admin/partials/thrive-clever-widgets-button.php'),(5850,'wp-content/plugins/thrive-clever-widgets/admin/partials/thrive-clever-widgets-license.php'),(5851,'wp-content/plugins/thrive-clever-widgets/admin/partials/thrive-clever-widgets-licensing-form.php'),(5852,'wp-content/plugins/thrive-clever-widgets/admin/partials/thrive-clever-widgets-popup.php'),(5853,'wp-content/plugins/thrive-clever-widgets/database/class-thrive-clever-widgets-database-manager.php'),(5854,'wp-content/plugins/thrive-clever-widgets/database/index.php'),(5855,'wp-content/plugins/thrive-clever-widgets/database/migrations/autoincrement-1.7.php'),(5856,'wp-content/plugins/thrive-clever-widgets/database/migrations/installl-1.0.php'),(5857,'wp-content/plugins/thrive-clever-widgets/database/migrations/multisite-1.5.php'),(5858,'wp-content/plugins/thrive-clever-widgets/includes/class-thrive-clever-widgets-manager-loader.php'),(5859,'wp-content/plugins/thrive-clever-widgets/includes/class-thrive-clever-widgets-manager.php'),(5860,'wp-content/plugins/thrive-clever-widgets/thrive-clever-widgets.php'),(5861,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/classes/AjaxController.php'),(5862,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/classes/Product/Abstract.php'),(5863,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/classes/Product/LicenseManager.php'),(5864,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/css/font/dashboard-icons.svg'),(5865,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/css/font/icomoon.svg'),(5866,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/css/font/tvd-icons.svg'),(5867,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/css/images/paste-blue.svg'),(5868,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/css/images/paste-green.svg'),(5869,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/css/images/paste.svg'),(5870,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/_crawlers.php'),(5871,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/access-manager/class-tvd-am.php'),(5872,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/access-manager/includes/assets/css/am-icons.svg'),(5873,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/access-manager/includes/assets/js/admin.js'),(5874,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/access-manager/includes/assets/js/admin.min.js'),(5875,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/access-manager/includes/templates/access-manager.php'),(5876,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auth-check/auth-check.js'),(5877,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auth-check/class-tvd-auth-check.php'),(5878,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auth-check/handle-login.php'),(5879,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/admin.php'),(5880,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/api_log.php'),(5881,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/classes/ApiVideos.php'),(5882,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/classes/Connection/AWeber.php'),(5883,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/classes/Connection/Abstract.php'),(5884,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/classes/Connection/ActiveCampaign.php'),(5885,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/classes/Connection/ArpReach.php'),(5886,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/classes/Connection/Awsses.php'),(5887,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/classes/Connection/CampaignMonitor.php'),(5888,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/classes/Connection/CampaignMonitorEmail.php'),(5889,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/classes/Connection/ConstantContact.php'),(5890,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/classes/Connection/ConvertKit.php'),(5891,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/classes/Connection/Drip.php'),(5892,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/classes/Connection/EverWebinar.php'),(5893,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/classes/Connection/Facebook.php'),(5894,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/classes/Connection/GetResponse.php'),(5895,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/classes/Connection/GoToWebinar.php'),(5896,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/classes/Connection/Google.php'),(5897,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/classes/Connection/HubSpot.php'),(5898,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/classes/Connection/Infusionsoft.php'),(5899,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/classes/Connection/KlickTipp.php'),(5900,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/classes/Connection/MadMimi.php'),(5901,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/classes/Connection/MailPoet.php'),(5902,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/classes/Connection/MailRelay.php'),(5903,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/classes/Connection/MailRelayEmail.php'),(5904,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/classes/Connection/Mailchimp.php'),(5905,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/classes/Connection/MailerLite.php'),(5906,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/classes/Connection/Mailgun.php'),(5907,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/classes/Connection/Mailster.php'),(5908,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/classes/Connection/Mandrill.php'),(5909,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/classes/Connection/Mautic.php'),(5910,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/classes/Connection/Ontraport.php'),(5911,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/classes/Connection/Postmark.php'),(5912,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/classes/Connection/ReCaptcha.php'),(5913,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/classes/Connection/SGAutorepondeur.php'),(5914,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/classes/Connection/SendGrid.php'),(5915,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/classes/Connection/SendGridEmail.php'),(5916,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/classes/Connection/SendOwl.php'),(5917,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/classes/Connection/Sendinblue.php'),(5918,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/classes/Connection/SendinblueEmail.php'),(5919,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/classes/Connection/Sendlane.php'),(5920,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/classes/Connection/Sendreach.php'),(5921,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/classes/Connection/Sendy.php'),(5922,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/classes/Connection/SparkPost.php'),(5923,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/classes/Connection/Twitter.php'),(5924,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/classes/Connection/WebinarJamStudio.php'),(5925,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/classes/Connection/Wordpress.php'),(5926,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/classes/Connection/Zapier.php'),(5927,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/classes/Connection/Zoom.php'),(5928,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/classes/Connection/iContact.php'),(5929,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/classes/Connection/v2/GoToWebinar.php'),(5930,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/classes/Connection/v2/SendGrid.php'),(5931,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/classes/Editor/Controller.php'),(5932,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/classes/Manager.php'),(5933,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/Base.php'),(5934,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/Collection.php'),(5935,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/Entry.php'),(5936,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/EntryDataArray.php'),(5937,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/Http/Response.php'),(5938,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/Oauth/Adapter.php'),(5939,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/Oauth/Application.php'),(5940,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/Oauth/ServiceProvider.php'),(5941,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/Oauth/User.php'),(5942,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/Response.php'),(5943,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/ServiceProvider.php'),(5944,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/exceptions.php'),(5945,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber.php'),(5946,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/ActiveCampaign/Exception.php'),(5947,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/ActiveCampaign.php'),(5948,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/ArpReach/ContactException/Exists.php'),(5949,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/ArpReach/Exception.php'),(5950,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/ArpReach.php'),(5951,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Awsses/Exception.php'),(5952,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Awsses/SimpleEmailServiceMessage.php'),(5953,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Awsses/SimpleEmailServiceRequest.php'),(5954,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Awsses.php'),(5955,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/CampaignMonitor/ClassicEmail.php'),(5956,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/CampaignMonitor/List.php'),(5957,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/CampaignMonitor.php'),(5958,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/ConstantContact/AlreadyExistException.php'),(5959,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/ConstantContact/Exception.php'),(5960,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/ConstantContact.php'),(5961,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/ConvertKit/Exception.php'),(5962,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/ConvertKit.php'),(5963,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/CustomHtml.php'),(5964,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Drip/Exception/Unsubscribed.php'),(5965,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Drip/Exception.php'),(5966,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Drip.php'),(5967,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/EverWebinar/Exception.php'),(5968,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/EverWebinar.php'),(5969,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Facebook/Base.php'),(5970,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Facebook/Exception/Exception.php'),(5971,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Facebook.php'),(5972,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/GetResponse/Exception.php'),(5973,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/GetResponse.php'),(5974,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/GetResponseV3.php'),(5975,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/GoToWebinar/Exception.php'),(5976,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/GoToWebinar.php'),(5977,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Html/Renderer.php'),(5978,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/HubSpot/Exception.php'),(5979,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/HubSpot.php'),(5980,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Infusionsoft/InfusionsoftException.php'),(5981,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Infusionsoft.php'),(5982,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/KlickTipp/Exception.php'),(5983,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/KlickTipp.php'),(5984,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/MadMimi/Exception.php'),(5985,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/MadMimi.php'),(5986,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/MailRelay/Exception.php'),(5987,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/MailRelay.php'),(5988,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/MailRelayV1.php'),(5989,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Campaigns.php'),(5990,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Conversations.php'),(5991,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Ecomm.php'),(5992,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Exception.php'),(5993,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Folders.php'),(5994,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Gallery.php'),(5995,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Goal.php'),(5996,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Helper.php'),(5997,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Lists.php'),(5998,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Mobile.php'),(5999,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Neapolitan.php'),(6000,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Reports.php'),(6001,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Templates.php'),(6002,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Users.php'),(6003,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Vip.php'),(6004,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp.php'),(6005,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/ApiAbstract.php'),(6006,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/ApiConstants.php'),(6007,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/Campaigns.php'),(6008,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/Fields.php'),(6009,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/Groups.php'),(6010,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/Lists.php'),(6011,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/MailerLiteSdkException.php'),(6012,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/Rest.php'),(6013,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/RestClient.php'),(6014,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/Subscribers.php'),(6015,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite.php'),(6016,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/Api.php'),(6017,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/BatchMessage.php'),(6018,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/ExceptionMessages.php'),(6019,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/GenericHTTPError.php'),(6020,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/InvalidCredentials.php'),(6021,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/InvalidParameter.php'),(6022,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/InvalidParameterType.php'),(6023,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/MessageBuilder.php'),(6024,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/MissingEndpoint.php'),(6025,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/MissingRequiredMIMEParameters.php'),(6026,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/MissingRequiredParameters.php'),(6027,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/NoDomainsConfigured.php'),(6028,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/OptInHandler.php'),(6029,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/RestClient.php'),(6030,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/TooManyParameters.php'),(6031,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun.php'),(6032,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Exceptions.php'),(6033,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Exports.php'),(6034,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Inbound.php'),(6035,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Internal.php'),(6036,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Ips.php'),(6037,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Messages.php'),(6038,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Metadata.php'),(6039,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Rejects.php'),(6040,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Senders.php'),(6041,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Subaccounts.php'),(6042,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Tags.php'),(6043,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Template.php'),(6044,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Urls.php'),(6045,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Users.php'),(6046,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Webhooks.php'),(6047,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Whitelists.php'),(6048,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill.php'),(6049,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/ActionNotSupportedException.php'),(6050,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Api.php'),(6051,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/ApiAuth.php'),(6052,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Assets.php'),(6053,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/AuthInterface.php'),(6054,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Campaigns.php'),(6055,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Contacts.php'),(6056,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/ContextNotFoundException.php'),(6057,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Data.php'),(6058,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Emails.php'),(6059,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Forms.php'),(6060,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/IncorrectParametersReturnedException.php'),(6061,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Leads.php'),(6062,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Lists.php'),(6063,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/OAuth.php'),(6064,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Pages.php'),(6065,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/PointTriggers.php'),(6066,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Points.php'),(6067,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Reports.php'),(6068,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Segments.php'),(6069,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/UnexpectedResponseFormatException.php'),(6070,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic.php'),(6071,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Ontraport/Exception.php'),(6072,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Ontraport/ObjectType.php'),(6073,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Ontraport.php'),(6074,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Postmark/AdminClient.php'),(6075,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Postmark/Attachment.php'),(6076,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Postmark/CaseInsensitiveArray.php'),(6077,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Postmark/ClientBase.php'),(6078,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Postmark/DynamicResponseModel.php'),(6079,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Postmark/Exception.php'),(6080,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Postmark.php'),(6081,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/SGAutorepondeur.php'),(6082,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/SendGrid/Client.php'),(6083,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/SendGrid/Exception.php'),(6084,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/SendGrid/Response.php'),(6085,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/SendGrid.php'),(6086,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/SendGridEmail/Client.php'),(6087,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/SendGridEmail/Email.php'),(6088,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/SendGridEmail/Exception.php'),(6089,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/SendGridEmail/Response.php'),(6090,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/SendGridEmail/api_keys.php'),(6091,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/SendGridEmail/asm_groups.php'),(6092,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/SendGridEmail/asm_suppressions.php'),(6093,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/SendGridEmail/global_stats.php'),(6094,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/SendGridEmail.php'),(6095,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/SendOwl/Exception.php'),(6096,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/SendOwl.php'),(6097,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/SendinBlue/Exception.php'),(6098,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Sendinblue.php'),(6099,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Sendlane/Exception.php'),(6100,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Sendlane.php'),(6101,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Campaigns.php'),(6102,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Client.php'),(6103,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Config.php'),(6104,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Countries.php'),(6105,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Customers.php'),(6106,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Exception.php'),(6107,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Json.php'),(6108,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/ListFields.php'),(6109,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/ListSegments.php'),(6110,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/ListSubscribers.php'),(6111,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Lists.php'),(6112,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Params.php'),(6113,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/ParamsIterator.php'),(6114,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Request.php'),(6115,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Response.php'),(6116,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/SendreachV2.php'),(6117,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Templates.php'),(6118,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/TransactionalEmails.php'),(6119,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach.php'),(6120,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Sendy/Exception.php'),(6121,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Sendy.php'),(6122,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/SparkPost/APIResource.php'),(6123,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/SparkPost/Connection.php'),(6124,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/SparkPost/Exception.php'),(6125,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/SparkPost.php'),(6126,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/TdJwt/BeforeValidException.php'),(6127,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/TdJwt/ExpiredException.php'),(6128,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/TdJwt/SignatureInvalidException.php'),(6129,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/TdJwt/TdJwt.php'),(6130,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Twitter.php'),(6131,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/WebinarJamStudio/Exception.php'),(6132,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/WebinarJamStudio.php'),(6133,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Zapier/Exception.php'),(6134,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Zapier.php'),(6135,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Zoom/Exception.php'),(6136,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/Zoom.php'),(6137,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/iContact/Exception.php'),(6138,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/iContact.php'),(6139,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/lib/vendor/v2/GoToWebinar.php'),(6140,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/misc.php'),(6141,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/views/admin-error-logs.php'),(6142,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/views/admin-list.php'),(6143,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/views/admin-messages.php'),(6144,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/views/editor/add-api.php'),(6145,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/views/editor/add-custom-html.php'),(6146,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/views/editor/add.php'),(6147,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/views/editor/autoresponder-code-fields.php'),(6148,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/views/editor/captcha-settings.php'),(6149,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/views/editor/dashboard-api.php'),(6150,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/views/editor/dashboard-custom-html.php'),(6151,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/views/editor/dashboard.php'),(6152,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/views/editor/partials/api-lists.php'),(6153,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/views/editor/partials/api-select.php'),(6154,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/views/editor/partials/api-shortcodes.php'),(6155,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/views/error-log-entry.php'),(6156,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/views/includes/video-link.php'),(6157,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/views/js/admin-global.js'),(6158,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/views/js/admin-global.min.js'),(6159,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/views/js/admin-logs-list.js'),(6160,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/views/setup/activecampaign/forms-list.php'),(6161,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/views/setup/activecampaign.php'),(6162,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/views/setup/arpreach.php'),(6163,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/views/setup/aweber/tags.php'),(6164,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/views/setup/aweber.php'),(6165,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/views/setup/awsses.php'),(6166,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/views/setup/campaignmonitor.php'),(6167,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/views/setup/campaignmonitoremail.php'),(6168,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/views/setup/constant-contact.php'),(6169,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/views/setup/convertkit.php'),(6170,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/views/setup/drip/optin-type.php'),(6171,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/views/setup/drip/proprieties.php'),(6172,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/views/setup/drip/select-type.php'),(6173,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/views/setup/drip.php'),(6174,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/views/setup/everwebinar.php'),(6175,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/views/setup/facebook.php'),(6176,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/views/setup/get-response.php'),(6177,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/views/setup/getresponse/cycleday.php'),(6178,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/views/setup/google.php'),(6179,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/views/setup/gotowebinar.php'),(6180,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/views/setup/hubspot.php'),(6181,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/views/setup/iContact.php'),(6182,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/views/setup/infusionsoft.php'),(6183,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/views/setup/klicktipp/tags.php'),(6184,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/views/setup/klicktipp.php'),(6185,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/views/setup/madmimi.php'),(6186,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/views/setup/mailchimp/api-groups.php'),(6187,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/views/setup/mailchimp/optin-type.php'),(6188,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/views/setup/mailchimp.php'),(6189,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/views/setup/mailerlite.php'),(6190,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/views/setup/mailgun.php'),(6191,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/views/setup/mailpoet.php'),(6192,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/views/setup/mailrelay.php'),(6193,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/views/setup/mailrelayemail.php'),(6194,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/views/setup/mailster.php'),(6195,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/views/setup/mandrill.php'),(6196,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/views/setup/mautic.php'),(6197,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/views/setup/ontraport.php'),(6198,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/views/setup/postmark.php'),(6199,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/views/setup/recaptcha.php'),(6200,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/views/setup/sendgrid.php'),(6201,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/views/setup/sendgridemail.php'),(6202,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/views/setup/sendinblue.php'),(6203,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/views/setup/sendinblueemail.php'),(6204,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/views/setup/sendlane.php'),(6205,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/views/setup/sendowl.php'),(6206,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/views/setup/sendreach.php'),(6207,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/views/setup/sendy/note.php'),(6208,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/views/setup/sendy.php'),(6209,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/views/setup/sg-autorepondeur.php'),(6210,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/views/setup/sparkpost.php'),(6211,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/views/setup/twitter.php'),(6212,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/views/setup/webinarjamstudio.php'),(6213,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/views/setup/wordpress.php'),(6214,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/views/setup/zapier.php'),(6215,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/auto-responder/views/setup/zoom.php'),(6216,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/crons.php'),(6217,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/db-manager/class-td-db-manager.php'),(6218,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/db-manager/class-td-db-migration.php'),(6219,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/font-import-manager/classes/Tve_Dash_Font_Import_Manager.php'),(6220,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/font-import-manager/classes/Tve_Dash_Font_Import_Manager_Data.php'),(6221,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/font-import-manager/classes/Tve_Dash_Font_Import_Manager_View.php'),(6222,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/font-import-manager/views/form.php'),(6223,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/font-import-manager/views/js/manager.js'),(6224,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/font-import-manager/views/main.php'),(6225,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/font-import-manager/views/messages.php'),(6226,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/font-manager/font-manager.php'),(6227,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/font-manager/views/admin-font-manager.php'),(6228,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/font-manager/views/admin-font-options.php'),(6229,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/functions.php'),(6230,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/hooks.php'),(6231,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/icon-manager/classes/Tve_Dash_Thrive_Icon_Manager.php'),(6232,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/icon-manager/classes/Tve_Dash_Thrive_Icon_Manager_Data.php'),(6233,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/icon-manager/classes/Tve_Dash_Thrive_Icon_Manager_View.php'),(6234,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/icon-manager/views/form.php'),(6235,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/icon-manager/views/icons.php'),(6236,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/icon-manager/views/js/manager.js'),(6237,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/icon-manager/views/js/manager.min.js'),(6238,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/icon-manager/views/main.php'),(6239,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/icon-manager/views/messages.php'),(6240,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/notification-inbox/assets/dist/admin.js'),(6241,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/notification-inbox/assets/dist/admin.min.js'),(6242,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/notification-inbox/assets/js/admin.js'),(6243,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/notification-inbox/assets/js/collections/base.js'),(6244,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/notification-inbox/assets/js/collections/notifications.js'),(6245,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/notification-inbox/assets/js/models/notification.js'),(6246,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/notification-inbox/assets/js/views/base.js'),(6247,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/notification-inbox/assets/js/views/notification.js'),(6248,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/notification-inbox/assets/js/views/notificationCounter.js'),(6249,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/notification-inbox/assets/js/views/notificationDetail.js'),(6250,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/notification-inbox/assets/js/views/notificationHeader.js'),(6251,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/notification-inbox/assets/js/views/notificationsList.js'),(6252,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/notification-inbox/class-td-inbox.php'),(6253,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/notification-inbox/i18n.php'),(6254,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/notification-inbox/includes/admin/class-td-ni-ajax-controller.php'),(6255,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/notification-inbox/includes/init/class-ni-inbox-manager.php'),(6256,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/notification-inbox/includes/init/class-ni-message.php'),(6257,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/notification-inbox/views/templates/backbone/ni-notification-detail.phtml'),(6258,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/notification-inbox/views/templates/backbone/ni-notification.phtml'),(6259,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/notification-inbox/views/templates/backbone/notification-header.phtml'),(6260,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/notification-inbox/views/templates/notification-inbox-button.php'),(6261,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/notification-manager/assets/fonts/tvd-nm-icons.svg'),(6262,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/notification-manager/assets/js/admin/backbone/modals.js'),(6263,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/notification-manager/assets/js/admin/backbone/models.js'),(6264,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/notification-manager/assets/js/admin/backbone/routes.js'),(6265,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/notification-manager/assets/js/admin/backbone/util.js'),(6266,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/notification-manager/assets/js/admin/backbone/views.js'),(6267,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/notification-manager/assets/js/admin/backbone.js'),(6268,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/notification-manager/assets/js/admin/backbone.min.js'),(6269,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/notification-manager/assets/js/admin/wordpress_notification.js'),(6270,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/notification-manager/class-td-nm.php'),(6271,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/notification-manager/i18n.php'),(6272,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/notification-manager/includes/actions/class-nm-action-abstract.php'),(6273,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/notification-manager/includes/actions/class-nm-action-custom-script.php'),(6274,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/notification-manager/includes/actions/class-nm-action-send-email-notification.php'),(6275,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/notification-manager/includes/actions/class-nm-action-wordpress-notification.php'),(6276,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/notification-manager/includes/admin/class-td-nm-admin-ajax-controller.php'),(6277,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/notification-manager/includes/admin/class-td-nm-admin.php'),(6278,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/action-type-box.phtml'),(6279,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/actions/settings/custom-script.phtml'),(6280,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/actions/settings/send-email-notification.phtml'),(6281,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/actions/settings/wordpress-notification.phtml'),(6282,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/breadcrumbs.phtml'),(6283,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/dashboard.phtml'),(6284,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/header.phtml'),(6285,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/messages/form.phtml'),(6286,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/messages/shortcodes/item.phtml'),(6287,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/modals/add-action.phtml'),(6288,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/modals/create-notification.phtml'),(6289,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/modals/delete-confirmation.phtml'),(6290,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/modals/edit-action.phtml'),(6291,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/modals/edit-trigger.phtml'),(6292,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/modals/email-services.phtml'),(6293,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/modals/notification-summary.phtml'),(6294,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/new-button.phtml'),(6295,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/notifications/item.phtml'),(6296,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/options/action-buttons.phtml'),(6297,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/options/checkbox.phtml'),(6298,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/options/input-multiple.phtml'),(6299,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/options/input.phtml'),(6300,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/options/option.phtml'),(6301,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/options/recipient.phtml'),(6302,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/services/item.phtml'),(6303,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/services/thumb-item.phtml'),(6304,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/summaries/item.phtml'),(6305,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/summaries/items/action.phtml'),(6306,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/summaries/items/actions/custom-script.phtml'),(6307,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/summaries/items/actions/send-email-notification.phtml'),(6308,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/summaries/items/actions/wordpress-notification.phtml'),(6309,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/summaries/items/notification.phtml'),(6310,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/summaries/items/trigger.phtml'),(6311,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/trigger-type-box.phtml'),(6312,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/triggers/settings/email-sign-up.phtml'),(6313,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/triggers/settings/quiz-completion.phtml'),(6314,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/triggers/settings/split-test-ends.phtml'),(6315,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/triggers/settings/testimonial-submitted.phtml'),(6316,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/unavailable.phtml'),(6317,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/notification-manager/includes/class-td-nm-ajax.php'),(6318,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/notification-manager/includes/class-td-nm-checker.php'),(6319,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/notification-manager/includes/class-td-nm-data.php'),(6320,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/notification-manager/includes/class-td-nm-post-types.php'),(6321,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/notification-manager/includes/td-nm-core-functions.php'),(6322,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/notification-manager/includes/td-nm-data-functions.php'),(6323,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/notification-manager/includes/triggers/class-nm-trigger-abstract.php'),(6324,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/notification-manager/includes/triggers/class-nm-trigger-email-sign-up.php'),(6325,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/notification-manager/includes/triggers/class-nm-trigger-factory.php'),(6326,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/notification-manager/includes/triggers/class-nm-trigger-quiz-completion.php'),(6327,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/notification-manager/includes/triggers/class-nm-trigger-split-test-ends.php'),(6328,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/notification-manager/includes/triggers/class-nm-trigger-testimonial-submitted.php'),(6329,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/plugin-updates/debug-bar-panel.php'),(6330,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/plugin-updates/debug-bar-plugin.php'),(6331,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/plugin-updates/js/debug-bar.js'),(6332,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/plugin-updates/plugin-update-checker.php'),(6333,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/script-manager/assets/js/admin/models.js'),(6334,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/script-manager/assets/js/admin/routes.js'),(6335,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/script-manager/assets/js/admin/views.js'),(6336,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/script-manager/assets/js/dist/admin.js'),(6337,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/script-manager/assets/js/dist/admin.min.js'),(6338,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/script-manager/assets/js/utils.js'),(6339,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/script-manager/class-tvd-sm-constants.php'),(6340,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/script-manager/class-tvd-sm.php'),(6341,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/script-manager/includes/admin/classes/class-tvd-sm-admin-helper.php'),(6342,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/script-manager/includes/admin/classes/class-tvd-sm-admin.php'),(6343,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/script-manager/includes/admin/classes/class-tvd-sm-rest-scripts-controller.php'),(6344,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/script-manager/includes/admin/views/dashboard.php'),(6345,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/script-manager/includes/admin/views/templates/breadcrumbs.phtml'),(6346,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/script-manager/includes/admin/views/templates/dashboard.phtml'),(6347,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/script-manager/includes/admin/views/templates/header.phtml'),(6348,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/script-manager/includes/admin/views/templates/modal-add-edit-script.phtml'),(6349,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/script-manager/includes/admin/views/templates/modal-delete-page-level-scripts.phtml'),(6350,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/script-manager/includes/admin/views/templates/modal-delete-script.phtml'),(6351,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/script-manager/includes/admin/views/templates/script-item.phtml'),(6352,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/script-manager/includes/frontend/classes/class-tvd-sm-frontend.php'),(6353,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/script-manager/includes/i18n.php'),(6354,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/smart-site/assets/admin/js/_utils.js'),(6355,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/smart-site/assets/admin/js/dist/admin.js'),(6356,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/smart-site/assets/admin/js/dist/admin.min.js'),(6357,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/smart-site/assets/admin/js/modals.js'),(6358,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/smart-site/assets/admin/js/models.js'),(6359,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/smart-site/assets/admin/js/routes.js'),(6360,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/smart-site/assets/admin/js/views.js'),(6361,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/smart-site/assets/js/tcb_hooks.js'),(6362,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/smart-site/class-tvd-smart-const.php'),(6363,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/smart-site/classes/class-tvd-global-shortcodes.php'),(6364,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/smart-site/classes/class-tvd-rest-controller.php'),(6365,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/smart-site/classes/class-tvd-smart-db.php'),(6366,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/smart-site/classes/class-tvd-smart-shortcodes.php'),(6367,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/smart-site/classes/class-tvd-smart-site.php'),(6368,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/smart-site/classes/endpoints/class-tvd-fields-controller.php'),(6369,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/smart-site/classes/endpoints/class-tvd-groups-controller.php'),(6370,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/smart-site/i18n.php'),(6371,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/smart-site/migrations/index.php'),(6372,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/smart-site/migrations/install-1.0.0.php'),(6373,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/smart-site/views/admin/templates/breadcrumbs.phtml'),(6374,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/smart-site/views/admin/templates/dashboard.phtml'),(6375,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/address-options.phtml'),(6376,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/email-options.phtml'),(6377,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/field.phtml'),(6378,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/group.phtml'),(6379,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/link-options.phtml'),(6380,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/location-options.phtml'),(6381,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/modal-group-item.phtml'),(6382,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/modal-type-item.phtml'),(6383,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/modals/delete.phtml'),(6384,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/modals/edit-group.phtml'),(6385,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/modals/field.phtml'),(6386,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/phone-options.phtml'),(6387,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/text-options.phtml'),(6388,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/smart-site/views/admin/templates/global_fields.phtml'),(6389,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/smart-site/views/admin/templates/header.phtml'),(6390,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/smart-site/views/admin/templates/menu.phtml'),(6391,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/smart-site/views/admin/templates/side-menu.phtml'),(6392,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/inc/util.php'),(6393,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/js/dist/frontend.js'),(6394,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/js/dist/frontend.min.js'),(6395,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/js/dist/global.min.js'),(6396,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/js/dist/hammer.min.js'),(6397,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/js/dist/leanmodal.min.js'),(6398,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/js/dist/select2.min.js'),(6399,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/js/dist/toasts.min.js'),(6400,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/js/dist/tooltip.min.js'),(6401,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/js/dist/tve-dash.js'),(6402,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/js/dist/tve-dash.min.js'),(6403,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/js/dist/velocity.min.js'),(6404,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/js/frontend.js'),(6405,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/js/util/highcharts/highcharts-3d.js'),(6406,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/js/util/highcharts/highcharts-more.js'),(6407,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/js/util/highcharts/highcharts.js'),(6408,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/js/util/jquery.zclip.1.1.1/jquery.zclip.js'),(6409,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/js/util/jquery.zclip.1.1.1/jquery.zclip.min.js'),(6410,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/js/util/util.js'),(6411,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/js/util/views.js'),(6412,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/rest-api/class-td-rest-controller.php'),(6413,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/rest-api/class-td-rest-hook-controller.php'),(6414,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/rest-api/init.php'),(6415,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/templates/affiliate-modal.phtml'),(6416,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/templates/backbone/modal-loader.phtml'),(6417,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/templates/backbone/page-loader.phtml'),(6418,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/templates/backbone/support-token.phtml'),(6419,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/templates/header.phtml'),(6420,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/templates/product/activated.phtml'),(6421,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/templates/product/error.phtml'),(6422,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/templates/product/inactive.phtml'),(6423,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/templates/sections/dashboard.phtml'),(6424,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/templates/sections/license_manager.phtml'),(6425,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/templates/settings/general_settings.phtml'),(6426,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/templates/settings/reset.phtml'),(6427,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/templates/settings/text_setting_row.phtml'),(6428,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/templates/share.phtml'),(6429,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/templates/ui.phtml'),(6430,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/thrive-dashboard.php'),(6431,'wp-content/plugins/thrive-clever-widgets/thrive-dashboard/version.php'),(6432,'wp-content/plugins/thrive-comments/assets/fonts/fonts/icomoon.svg'),(6433,'wp-content/plugins/thrive-comments/assets/images/admin-page-icons.svg'),(6434,'wp-content/plugins/thrive-comments/assets/images/default_badges/all_badges.svg'),(6435,'wp-content/plugins/thrive-comments/assets/images/frontend-page-icons.svg'),(6436,'wp-content/plugins/thrive-comments/assets/images/placeholder_avatar_icon.svg'),(6437,'wp-content/plugins/thrive-comments/assets/images/tcm-logo-icon.svg'),(6438,'wp-content/plugins/thrive-comments/assets/js/admin.min.js'),(6439,'wp-content/plugins/thrive-comments/assets/js/after-ajax-login.js'),(6440,'wp-content/plugins/thrive-comments/assets/js/frontend.min.js'),(6441,'wp-content/plugins/thrive-comments/assets/js/libs-admin.min.js'),(6442,'wp-content/plugins/thrive-comments/assets/js/libs-frontend.min.js'),(6443,'wp-content/plugins/thrive-comments/assets/js/moderation.min.js'),(6444,'wp-content/plugins/thrive-comments/includes/admin/classes/class-thrive-comments-admin.php'),(6445,'wp-content/plugins/thrive-comments/includes/admin/classes/class-thrive-comments-privacy.php'),(6446,'wp-content/plugins/thrive-comments/includes/admin/classes/class-thrive-comments-product.php'),(6447,'wp-content/plugins/thrive-comments/includes/admin/classes/class-thrive-comments-version-check.php'),(6448,'wp-content/plugins/thrive-comments/includes/admin/classes/endpoints/class-tcm-rest-conversion-settings-controller.php'),(6449,'wp-content/plugins/thrive-comments/includes/admin/classes/endpoints/class-tcm-rest-moderation-controller.php'),(6450,'wp-content/plugins/thrive-comments/includes/admin/classes/endpoints/class-tcm-rest-settings-controller.php'),(6451,'wp-content/plugins/thrive-comments/includes/admin/classes/helpers/class-thrive-admin-helper.php'),(6452,'wp-content/plugins/thrive-comments/includes/admin/classes/helpers/class-thrive-moderation-helper.php'),(6453,'wp-content/plugins/thrive-comments/includes/admin/views/comments-moderation.php'),(6454,'wp-content/plugins/thrive-comments/includes/admin/views/dashboard.php'),(6455,'wp-content/plugins/thrive-comments/includes/admin/views/templates/api-connections.phtml'),(6456,'wp-content/plugins/thrive-comments/includes/admin/views/templates/badgecard.phtml'),(6457,'wp-content/plugins/thrive-comments/includes/admin/views/templates/badgeimage.phtml'),(6458,'wp-content/plugins/thrive-comments/includes/admin/views/templates/badges-delete.phtml'),(6459,'wp-content/plugins/thrive-comments/includes/admin/views/templates/badges-modal.phtml'),(6460,'wp-content/plugins/thrive-comments/includes/admin/views/templates/comment-conversion.phtml'),(6461,'wp-content/plugins/thrive-comments/includes/admin/views/templates/comment-notification-modal.phtml'),(6462,'wp-content/plugins/thrive-comments/includes/admin/views/templates/comments-live-preview.phtml'),(6463,'wp-content/plugins/thrive-comments/includes/admin/views/templates/dashboard.phtml'),(6464,'wp-content/plugins/thrive-comments/includes/admin/views/templates/keywords-delete.phtml'),(6465,'wp-content/plugins/thrive-comments/includes/admin/views/templates/keywords-item.phtml'),(6466,'wp-content/plugins/thrive-comments/includes/admin/views/templates/keywords-modal.phtml'),(6467,'wp-content/plugins/thrive-comments/includes/admin/views/templates/keywords.phtml'),(6468,'wp-content/plugins/thrive-comments/includes/admin/views/templates/labels.phtml'),(6469,'wp-content/plugins/thrive-comments/includes/admin/views/templates/license-inactive.phtml'),(6470,'wp-content/plugins/thrive-comments/includes/admin/views/templates/moderation/bulk-actions.phtml'),(6471,'wp-content/plugins/thrive-comments/includes/admin/views/templates/moderation/comment-counters.phtml'),(6472,'wp-content/plugins/thrive-comments/includes/admin/views/templates/moderation/comment-item-min.phtml'),(6473,'wp-content/plugins/thrive-comments/includes/admin/views/templates/moderation/comment-item.phtml'),(6474,'wp-content/plugins/thrive-comments/includes/admin/views/templates/moderation/comment-list.phtml'),(6475,'wp-content/plugins/thrive-comments/includes/admin/views/templates/moderation/comment-messages.phtml'),(6476,'wp-content/plugins/thrive-comments/includes/admin/views/templates/moderation/comment-pagination.phtml'),(6477,'wp-content/plugins/thrive-comments/includes/admin/views/templates/moderation/comments-moderation.phtml'),(6478,'wp-content/plugins/thrive-comments/includes/admin/views/templates/moderation/delegate-comment.phtml'),(6479,'wp-content/plugins/thrive-comments/includes/admin/views/templates/moderation/hyperlink.phtml'),(6480,'wp-content/plugins/thrive-comments/includes/admin/views/templates/moderation/keyboard-notification.phtml'),(6481,'wp-content/plugins/thrive-comments/includes/admin/views/templates/moderation/keyboard-tooltip.phtml'),(6482,'wp-content/plugins/thrive-comments/includes/admin/views/templates/post-notification-modal.phtml'),(6483,'wp-content/plugins/thrive-comments/includes/admin/views/templates/reporting/comment.phtml'),(6484,'wp-content/plugins/thrive-comments/includes/admin/views/templates/reporting/commenter.phtml'),(6485,'wp-content/plugins/thrive-comments/includes/admin/views/templates/reporting/main.phtml'),(6486,'wp-content/plugins/thrive-comments/includes/admin/views/templates/reporting/post.phtml'),(6487,'wp-content/plugins/thrive-comments/includes/admin/views/templates/reporting/report.phtml'),(6488,'wp-content/plugins/thrive-comments/includes/admin/views/templates/signin-button.phtml'),(6489,'wp-content/plugins/thrive-comments/includes/class-thrive-comments-constants.php'),(6490,'wp-content/plugins/thrive-comments/includes/class-thrive-comments-db.php'),(6491,'wp-content/plugins/thrive-comments/includes/class-thrive-comments-front.php'),(6492,'wp-content/plugins/thrive-comments/includes/database/class-tcm-database-manager.php'),(6493,'wp-content/plugins/thrive-comments/includes/database/migrations/install-1.0.1.php'),(6494,'wp-content/plugins/thrive-comments/includes/frontend/classes/class-tcm-rest-controller.php'),(6495,'wp-content/plugins/thrive-comments/includes/frontend/classes/endpoints/class-tcm-rest-comments-controller.php'),(6496,'wp-content/plugins/thrive-comments/includes/frontend/classes/helpers/class-thrive-comment-conversion.php'),(6497,'wp-content/plugins/thrive-comments/includes/frontend/classes/helpers/class-thrive-comment-helper.php'),(6498,'wp-content/plugins/thrive-comments/includes/frontend/classes/helpers/class-thrive-comment-settings.php'),(6499,'wp-content/plugins/thrive-comments/includes/frontend/views/accent-color-styles.php'),(6500,'wp-content/plugins/thrive-comments/includes/frontend/views/comments.php'),(6501,'wp-content/plugins/thrive-comments/includes/frontend/views/notifications/comment-email-notification.php'),(6502,'wp-content/plugins/thrive-comments/includes/frontend/views/notifications/post-email-notification.php'),(6503,'wp-content/plugins/thrive-comments/includes/frontend/views/social/facebook-meta.php'),(6504,'wp-content/plugins/thrive-comments/includes/frontend/views/social/twitter-meta.php'),(6505,'wp-content/plugins/thrive-comments/includes/frontend/views/templates/comments/conversion.phtml'),(6506,'wp-content/plugins/thrive-comments/includes/frontend/views/templates/comments/create.phtml'),(6507,'wp-content/plugins/thrive-comments/includes/frontend/views/templates/comments/deleted.phtml'),(6508,'wp-content/plugins/thrive-comments/includes/frontend/views/templates/comments/item.phtml'),(6509,'wp-content/plugins/thrive-comments/includes/frontend/views/templates/comments/lazy-loading.phtml'),(6510,'wp-content/plugins/thrive-comments/includes/frontend/views/templates/comments/list.phtml'),(6511,'wp-content/plugins/thrive-comments/includes/frontend/views/templates/comments/moderation.phtml'),(6512,'wp-content/plugins/thrive-comments/includes/frontend/views/templates/comments/sort.phtml'),(6513,'wp-content/plugins/thrive-comments/includes/i18n.php'),(6514,'wp-content/plugins/thrive-comments/tcb-bridge/classes/class-tcb-thrive-comments-element.php'),(6515,'wp-content/plugins/thrive-comments/tcb-bridge/css/fonts/comments.svg'),(6516,'wp-content/plugins/thrive-comments/tcb-bridge/js/tcb-tc-comments.min.js'),(6517,'wp-content/plugins/thrive-comments/tcb-bridge/tc-class-comments-hooks.php'),(6518,'wp-content/plugins/thrive-comments/tcb-bridge/templates/tcb-tc-element.php'),(6519,'wp-content/plugins/thrive-comments/tcb-bridge/templates/thrive_comments_component.php'),(6520,'wp-content/plugins/thrive-comments/thrive-comments.php'),(6521,'wp-content/plugins/thrive-comments/thrive-dashboard/classes/AjaxController.php'),(6522,'wp-content/plugins/thrive-comments/thrive-dashboard/classes/Product/Abstract.php'),(6523,'wp-content/plugins/thrive-comments/thrive-dashboard/classes/Product/LicenseManager.php'),(6524,'wp-content/plugins/thrive-comments/thrive-dashboard/css/font/dashboard-icons.svg'),(6525,'wp-content/plugins/thrive-comments/thrive-dashboard/css/font/icomoon.svg'),(6526,'wp-content/plugins/thrive-comments/thrive-dashboard/css/font/tvd-icons.svg'),(6527,'wp-content/plugins/thrive-comments/thrive-dashboard/css/images/paste-blue.svg'),(6528,'wp-content/plugins/thrive-comments/thrive-dashboard/css/images/paste-green.svg'),(6529,'wp-content/plugins/thrive-comments/thrive-dashboard/css/images/paste.svg'),(6530,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/_crawlers.php'),(6531,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/access-manager/class-tvd-am.php'),(6532,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/access-manager/includes/assets/css/am-icons.svg'),(6533,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/access-manager/includes/assets/js/admin.js'),(6534,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/access-manager/includes/assets/js/admin.min.js'),(6535,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/access-manager/includes/templates/access-manager.php'),(6536,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auth-check/auth-check.js'),(6537,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auth-check/class-tvd-auth-check.php'),(6538,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auth-check/handle-login.php'),(6539,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/admin.php'),(6540,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/api_log.php'),(6541,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/classes/ApiVideos.php'),(6542,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/classes/Connection/AWeber.php'),(6543,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/classes/Connection/Abstract.php'),(6544,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/classes/Connection/ActiveCampaign.php'),(6545,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/classes/Connection/ArpReach.php'),(6546,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/classes/Connection/Awsses.php'),(6547,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/classes/Connection/CampaignMonitor.php'),(6548,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/classes/Connection/CampaignMonitorEmail.php'),(6549,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/classes/Connection/ConstantContact.php'),(6550,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/classes/Connection/ConvertKit.php'),(6551,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/classes/Connection/Drip.php'),(6552,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/classes/Connection/EverWebinar.php'),(6553,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/classes/Connection/Facebook.php'),(6554,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/classes/Connection/GetResponse.php'),(6555,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/classes/Connection/GoToWebinar.php'),(6556,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/classes/Connection/Google.php'),(6557,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/classes/Connection/HubSpot.php'),(6558,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/classes/Connection/Infusionsoft.php'),(6559,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/classes/Connection/KlickTipp.php'),(6560,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/classes/Connection/MadMimi.php'),(6561,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/classes/Connection/MailPoet.php'),(6562,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/classes/Connection/MailRelay.php'),(6563,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/classes/Connection/MailRelayEmail.php'),(6564,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/classes/Connection/Mailchimp.php'),(6565,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/classes/Connection/MailerLite.php'),(6566,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/classes/Connection/Mailgun.php'),(6567,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/classes/Connection/Mailster.php'),(6568,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/classes/Connection/Mandrill.php'),(6569,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/classes/Connection/Mautic.php'),(6570,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/classes/Connection/Ontraport.php'),(6571,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/classes/Connection/Postmark.php'),(6572,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/classes/Connection/ReCaptcha.php'),(6573,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/classes/Connection/SGAutorepondeur.php'),(6574,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/classes/Connection/SendGrid.php'),(6575,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/classes/Connection/SendGridEmail.php'),(6576,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/classes/Connection/SendOwl.php'),(6577,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/classes/Connection/Sendinblue.php'),(6578,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/classes/Connection/SendinblueEmail.php'),(6579,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/classes/Connection/Sendlane.php'),(6580,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/classes/Connection/Sendreach.php'),(6581,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/classes/Connection/Sendy.php'),(6582,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/classes/Connection/SparkPost.php'),(6583,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/classes/Connection/Twitter.php'),(6584,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/classes/Connection/WebinarJamStudio.php'),(6585,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/classes/Connection/Wordpress.php'),(6586,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/classes/Connection/Zapier.php'),(6587,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/classes/Connection/Zoom.php'),(6588,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/classes/Connection/iContact.php'),(6589,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/classes/Connection/v2/GoToWebinar.php'),(6590,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/classes/Connection/v2/SendGrid.php'),(6591,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/classes/Editor/Controller.php'),(6592,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/classes/Manager.php'),(6593,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/Base.php'),(6594,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/Collection.php'),(6595,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/Entry.php'),(6596,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/EntryDataArray.php'),(6597,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/Http/Response.php'),(6598,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/Oauth/Adapter.php'),(6599,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/Oauth/Application.php'),(6600,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/Oauth/ServiceProvider.php'),(6601,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/Oauth/User.php'),(6602,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/Response.php'),(6603,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/ServiceProvider.php'),(6604,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/exceptions.php'),(6605,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber.php'),(6606,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/ActiveCampaign/Exception.php'),(6607,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/ActiveCampaign.php'),(6608,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/ArpReach/ContactException/Exists.php'),(6609,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/ArpReach/Exception.php'),(6610,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/ArpReach.php'),(6611,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Awsses/Exception.php'),(6612,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Awsses/SimpleEmailServiceMessage.php'),(6613,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Awsses/SimpleEmailServiceRequest.php'),(6614,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Awsses.php'),(6615,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/CampaignMonitor/ClassicEmail.php'),(6616,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/CampaignMonitor/List.php'),(6617,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/CampaignMonitor.php'),(6618,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/ConstantContact/AlreadyExistException.php'),(6619,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/ConstantContact/Exception.php'),(6620,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/ConstantContact.php'),(6621,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/ConvertKit/Exception.php'),(6622,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/ConvertKit.php'),(6623,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/CustomHtml.php'),(6624,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Drip/Exception/Unsubscribed.php'),(6625,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Drip/Exception.php'),(6626,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Drip.php'),(6627,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/EverWebinar/Exception.php'),(6628,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/EverWebinar.php'),(6629,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Facebook/Base.php'),(6630,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Facebook/Exception/Exception.php'),(6631,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Facebook.php'),(6632,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/GetResponse/Exception.php'),(6633,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/GetResponse.php'),(6634,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/GetResponseV3.php'),(6635,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/GoToWebinar/Exception.php'),(6636,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/GoToWebinar.php'),(6637,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Html/Renderer.php'),(6638,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/HubSpot/Exception.php'),(6639,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/HubSpot.php'),(6640,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Infusionsoft/InfusionsoftException.php'),(6641,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Infusionsoft.php'),(6642,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/KlickTipp/Exception.php'),(6643,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/KlickTipp.php'),(6644,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/MadMimi/Exception.php'),(6645,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/MadMimi.php'),(6646,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/MailRelay/Exception.php'),(6647,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/MailRelay.php'),(6648,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/MailRelayV1.php'),(6649,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Campaigns.php'),(6650,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Conversations.php'),(6651,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Ecomm.php'),(6652,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Exception.php'),(6653,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Folders.php'),(6654,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Gallery.php'),(6655,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Goal.php'),(6656,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Helper.php'),(6657,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Lists.php'),(6658,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Mobile.php'),(6659,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Neapolitan.php'),(6660,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Reports.php'),(6661,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Templates.php'),(6662,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Users.php'),(6663,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Vip.php'),(6664,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp.php'),(6665,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/ApiAbstract.php'),(6666,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/ApiConstants.php'),(6667,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/Campaigns.php'),(6668,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/Fields.php'),(6669,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/Groups.php'),(6670,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/Lists.php'),(6671,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/MailerLiteSdkException.php'),(6672,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/Rest.php'),(6673,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/RestClient.php'),(6674,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/Subscribers.php'),(6675,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite.php'),(6676,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/Api.php'),(6677,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/BatchMessage.php'),(6678,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/ExceptionMessages.php'),(6679,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/GenericHTTPError.php'),(6680,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/InvalidCredentials.php'),(6681,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/InvalidParameter.php'),(6682,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/InvalidParameterType.php'),(6683,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/MessageBuilder.php'),(6684,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/MissingEndpoint.php'),(6685,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/MissingRequiredMIMEParameters.php'),(6686,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/MissingRequiredParameters.php'),(6687,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/NoDomainsConfigured.php'),(6688,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/OptInHandler.php'),(6689,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/RestClient.php'),(6690,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/TooManyParameters.php'),(6691,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun.php'),(6692,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Exceptions.php'),(6693,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Exports.php'),(6694,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Inbound.php'),(6695,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Internal.php'),(6696,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Ips.php'),(6697,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Messages.php'),(6698,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Metadata.php'),(6699,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Rejects.php'),(6700,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Senders.php'),(6701,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Subaccounts.php'),(6702,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Tags.php'),(6703,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Template.php'),(6704,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Urls.php'),(6705,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Users.php'),(6706,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Webhooks.php'),(6707,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Whitelists.php'),(6708,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill.php'),(6709,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/ActionNotSupportedException.php'),(6710,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Api.php'),(6711,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/ApiAuth.php'),(6712,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Assets.php'),(6713,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/AuthInterface.php'),(6714,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Campaigns.php'),(6715,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Contacts.php'),(6716,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/ContextNotFoundException.php'),(6717,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Data.php'),(6718,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Emails.php'),(6719,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Forms.php'),(6720,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/IncorrectParametersReturnedException.php'),(6721,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Leads.php'),(6722,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Lists.php'),(6723,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/OAuth.php'),(6724,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Pages.php'),(6725,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/PointTriggers.php'),(6726,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Points.php'),(6727,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Reports.php'),(6728,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Segments.php'),(6729,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/UnexpectedResponseFormatException.php'),(6730,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic.php'),(6731,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Ontraport/Exception.php'),(6732,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Ontraport/ObjectType.php'),(6733,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Ontraport.php'),(6734,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Postmark/AdminClient.php'),(6735,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Postmark/Attachment.php'),(6736,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Postmark/CaseInsensitiveArray.php'),(6737,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Postmark/ClientBase.php'),(6738,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Postmark/DynamicResponseModel.php'),(6739,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Postmark/Exception.php'),(6740,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Postmark.php'),(6741,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/SGAutorepondeur.php'),(6742,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/SendGrid/Client.php'),(6743,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/SendGrid/Exception.php'),(6744,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/SendGrid/Response.php'),(6745,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/SendGrid.php'),(6746,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/SendGridEmail/Client.php'),(6747,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/SendGridEmail/Email.php'),(6748,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/SendGridEmail/Exception.php'),(6749,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/SendGridEmail/Response.php'),(6750,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/SendGridEmail/api_keys.php'),(6751,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/SendGridEmail/asm_groups.php'),(6752,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/SendGridEmail/asm_suppressions.php'),(6753,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/SendGridEmail/global_stats.php'),(6754,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/SendGridEmail.php'),(6755,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/SendOwl/Exception.php'),(6756,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/SendOwl.php'),(6757,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/SendinBlue/Exception.php'),(6758,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Sendinblue.php'),(6759,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Sendlane/Exception.php'),(6760,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Sendlane.php'),(6761,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Campaigns.php'),(6762,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Client.php'),(6763,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Config.php'),(6764,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Countries.php'),(6765,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Customers.php'),(6766,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Exception.php'),(6767,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Json.php'),(6768,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/ListFields.php'),(6769,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/ListSegments.php'),(6770,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/ListSubscribers.php'),(6771,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Lists.php'),(6772,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Params.php'),(6773,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/ParamsIterator.php'),(6774,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Request.php'),(6775,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Response.php'),(6776,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/SendreachV2.php'),(6777,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Templates.php'),(6778,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/TransactionalEmails.php'),(6779,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach.php'),(6780,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Sendy/Exception.php'),(6781,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Sendy.php'),(6782,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/SparkPost/APIResource.php'),(6783,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/SparkPost/Connection.php'),(6784,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/SparkPost/Exception.php'),(6785,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/SparkPost.php'),(6786,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/TdJwt/BeforeValidException.php'),(6787,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/TdJwt/ExpiredException.php'),(6788,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/TdJwt/SignatureInvalidException.php'),(6789,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/TdJwt/TdJwt.php'),(6790,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Twitter.php'),(6791,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/WebinarJamStudio/Exception.php'),(6792,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/WebinarJamStudio.php'),(6793,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Zapier/Exception.php'),(6794,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Zapier.php'),(6795,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Zoom/Exception.php'),(6796,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/Zoom.php'),(6797,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/iContact/Exception.php'),(6798,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/iContact.php'),(6799,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/lib/vendor/v2/GoToWebinar.php'),(6800,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/misc.php'),(6801,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/views/admin-error-logs.php'),(6802,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/views/admin-list.php'),(6803,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/views/admin-messages.php'),(6804,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/views/editor/add-api.php'),(6805,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/views/editor/add-custom-html.php'),(6806,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/views/editor/add.php'),(6807,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/views/editor/autoresponder-code-fields.php'),(6808,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/views/editor/captcha-settings.php'),(6809,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/views/editor/dashboard-api.php'),(6810,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/views/editor/dashboard-custom-html.php'),(6811,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/views/editor/dashboard.php'),(6812,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/views/editor/partials/api-lists.php'),(6813,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/views/editor/partials/api-select.php'),(6814,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/views/editor/partials/api-shortcodes.php'),(6815,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/views/error-log-entry.php'),(6816,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/views/includes/video-link.php'),(6817,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/views/js/admin-global.js'),(6818,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/views/js/admin-global.min.js'),(6819,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/views/js/admin-logs-list.js'),(6820,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/views/setup/activecampaign/forms-list.php'),(6821,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/views/setup/activecampaign.php'),(6822,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/views/setup/arpreach.php'),(6823,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/views/setup/aweber/tags.php'),(6824,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/views/setup/aweber.php'),(6825,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/views/setup/awsses.php'),(6826,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/views/setup/campaignmonitor.php'),(6827,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/views/setup/campaignmonitoremail.php'),(6828,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/views/setup/constant-contact.php'),(6829,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/views/setup/convertkit.php'),(6830,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/views/setup/drip/optin-type.php'),(6831,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/views/setup/drip/proprieties.php'),(6832,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/views/setup/drip/select-type.php'),(6833,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/views/setup/drip.php'),(6834,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/views/setup/everwebinar.php'),(6835,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/views/setup/facebook.php'),(6836,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/views/setup/get-response.php'),(6837,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/views/setup/getresponse/cycleday.php'),(6838,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/views/setup/google.php'),(6839,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/views/setup/gotowebinar.php'),(6840,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/views/setup/hubspot.php'),(6841,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/views/setup/iContact.php'),(6842,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/views/setup/infusionsoft.php'),(6843,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/views/setup/klicktipp/tags.php'),(6844,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/views/setup/klicktipp.php'),(6845,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/views/setup/madmimi.php'),(6846,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/views/setup/mailchimp/api-groups.php'),(6847,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/views/setup/mailchimp/optin-type.php'),(6848,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/views/setup/mailchimp.php'),(6849,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/views/setup/mailerlite.php'),(6850,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/views/setup/mailgun.php'),(6851,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/views/setup/mailpoet.php'),(6852,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/views/setup/mailrelay.php'),(6853,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/views/setup/mailrelayemail.php'),(6854,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/views/setup/mailster.php'),(6855,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/views/setup/mandrill.php'),(6856,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/views/setup/mautic.php'),(6857,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/views/setup/ontraport.php'),(6858,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/views/setup/postmark.php'),(6859,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/views/setup/recaptcha.php'),(6860,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/views/setup/sendgrid.php'),(6861,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/views/setup/sendgridemail.php'),(6862,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/views/setup/sendinblue.php'),(6863,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/views/setup/sendinblueemail.php'),(6864,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/views/setup/sendlane.php'),(6865,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/views/setup/sendowl.php'),(6866,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/views/setup/sendreach.php'),(6867,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/views/setup/sendy/note.php'),(6868,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/views/setup/sendy.php'),(6869,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/views/setup/sg-autorepondeur.php'),(6870,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/views/setup/sparkpost.php'),(6871,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/views/setup/twitter.php'),(6872,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/views/setup/webinarjamstudio.php'),(6873,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/views/setup/wordpress.php'),(6874,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/views/setup/zapier.php'),(6875,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/auto-responder/views/setup/zoom.php'),(6876,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/crons.php'),(6877,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/db-manager/class-td-db-manager.php'),(6878,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/db-manager/class-td-db-migration.php'),(6879,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/font-import-manager/classes/Tve_Dash_Font_Import_Manager.php'),(6880,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/font-import-manager/classes/Tve_Dash_Font_Import_Manager_Data.php'),(6881,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/font-import-manager/classes/Tve_Dash_Font_Import_Manager_View.php'),(6882,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/font-import-manager/views/form.php'),(6883,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/font-import-manager/views/js/manager.js'),(6884,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/font-import-manager/views/main.php'),(6885,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/font-import-manager/views/messages.php'),(6886,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/font-manager/font-manager.php'),(6887,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/font-manager/views/admin-font-manager.php'),(6888,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/font-manager/views/admin-font-options.php'),(6889,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/functions.php'),(6890,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/hooks.php'),(6891,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/icon-manager/classes/Tve_Dash_Thrive_Icon_Manager.php'),(6892,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/icon-manager/classes/Tve_Dash_Thrive_Icon_Manager_Data.php'),(6893,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/icon-manager/classes/Tve_Dash_Thrive_Icon_Manager_View.php'),(6894,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/icon-manager/views/form.php'),(6895,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/icon-manager/views/icons.php'),(6896,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/icon-manager/views/js/manager.js'),(6897,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/icon-manager/views/js/manager.min.js'),(6898,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/icon-manager/views/main.php'),(6899,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/icon-manager/views/messages.php'),(6900,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/notification-inbox/assets/dist/admin.js'),(6901,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/notification-inbox/assets/dist/admin.min.js'),(6902,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/notification-inbox/assets/js/admin.js'),(6903,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/notification-inbox/assets/js/collections/base.js'),(6904,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/notification-inbox/assets/js/collections/notifications.js'),(6905,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/notification-inbox/assets/js/models/notification.js'),(6906,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/notification-inbox/assets/js/views/base.js'),(6907,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/notification-inbox/assets/js/views/notification.js'),(6908,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/notification-inbox/assets/js/views/notificationCounter.js'),(6909,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/notification-inbox/assets/js/views/notificationDetail.js'),(6910,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/notification-inbox/assets/js/views/notificationHeader.js'),(6911,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/notification-inbox/assets/js/views/notificationsList.js'),(6912,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/notification-inbox/class-td-inbox.php'),(6913,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/notification-inbox/i18n.php'),(6914,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/notification-inbox/includes/admin/class-td-ni-ajax-controller.php'),(6915,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/notification-inbox/includes/init/class-ni-inbox-manager.php'),(6916,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/notification-inbox/includes/init/class-ni-message.php'),(6917,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/notification-inbox/views/templates/backbone/ni-notification-detail.phtml'),(6918,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/notification-inbox/views/templates/backbone/ni-notification.phtml'),(6919,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/notification-inbox/views/templates/backbone/notification-header.phtml'),(6920,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/notification-inbox/views/templates/notification-inbox-button.php'),(6921,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/notification-manager/assets/fonts/tvd-nm-icons.svg'),(6922,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/notification-manager/assets/js/admin/backbone/modals.js'),(6923,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/notification-manager/assets/js/admin/backbone/models.js'),(6924,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/notification-manager/assets/js/admin/backbone/routes.js'),(6925,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/notification-manager/assets/js/admin/backbone/util.js'),(6926,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/notification-manager/assets/js/admin/backbone/views.js'),(6927,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/notification-manager/assets/js/admin/backbone.js'),(6928,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/notification-manager/assets/js/admin/backbone.min.js'),(6929,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/notification-manager/assets/js/admin/wordpress_notification.js'),(6930,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/notification-manager/class-td-nm.php'),(6931,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/notification-manager/i18n.php'),(6932,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/notification-manager/includes/actions/class-nm-action-abstract.php'),(6933,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/notification-manager/includes/actions/class-nm-action-custom-script.php'),(6934,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/notification-manager/includes/actions/class-nm-action-send-email-notification.php'),(6935,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/notification-manager/includes/actions/class-nm-action-wordpress-notification.php'),(6936,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/notification-manager/includes/admin/class-td-nm-admin-ajax-controller.php'),(6937,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/notification-manager/includes/admin/class-td-nm-admin.php'),(6938,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/action-type-box.phtml'),(6939,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/actions/settings/custom-script.phtml'),(6940,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/actions/settings/send-email-notification.phtml'),(6941,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/actions/settings/wordpress-notification.phtml'),(6942,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/breadcrumbs.phtml'),(6943,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/dashboard.phtml'),(6944,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/header.phtml'),(6945,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/messages/form.phtml'),(6946,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/messages/shortcodes/item.phtml'),(6947,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/modals/add-action.phtml'),(6948,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/modals/create-notification.phtml'),(6949,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/modals/delete-confirmation.phtml'),(6950,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/modals/edit-action.phtml'),(6951,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/modals/edit-trigger.phtml'),(6952,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/modals/email-services.phtml'),(6953,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/modals/notification-summary.phtml'),(6954,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/new-button.phtml'),(6955,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/notifications/item.phtml'),(6956,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/options/action-buttons.phtml'),(6957,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/options/checkbox.phtml'),(6958,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/options/input-multiple.phtml'),(6959,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/options/input.phtml'),(6960,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/options/option.phtml'),(6961,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/options/recipient.phtml'),(6962,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/services/item.phtml'),(6963,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/services/thumb-item.phtml'),(6964,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/summaries/item.phtml'),(6965,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/summaries/items/action.phtml'),(6966,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/summaries/items/actions/custom-script.phtml'),(6967,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/summaries/items/actions/send-email-notification.phtml'),(6968,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/summaries/items/actions/wordpress-notification.phtml'),(6969,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/summaries/items/notification.phtml'),(6970,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/summaries/items/trigger.phtml'),(6971,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/trigger-type-box.phtml'),(6972,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/triggers/settings/email-sign-up.phtml'),(6973,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/triggers/settings/quiz-completion.phtml'),(6974,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/triggers/settings/split-test-ends.phtml'),(6975,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/triggers/settings/testimonial-submitted.phtml'),(6976,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/unavailable.phtml'),(6977,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/notification-manager/includes/class-td-nm-ajax.php'),(6978,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/notification-manager/includes/class-td-nm-checker.php'),(6979,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/notification-manager/includes/class-td-nm-data.php'),(6980,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/notification-manager/includes/class-td-nm-post-types.php'),(6981,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/notification-manager/includes/td-nm-core-functions.php'),(6982,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/notification-manager/includes/td-nm-data-functions.php'),(6983,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/notification-manager/includes/triggers/class-nm-trigger-abstract.php'),(6984,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/notification-manager/includes/triggers/class-nm-trigger-email-sign-up.php'),(6985,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/notification-manager/includes/triggers/class-nm-trigger-factory.php'),(6986,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/notification-manager/includes/triggers/class-nm-trigger-quiz-completion.php'),(6987,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/notification-manager/includes/triggers/class-nm-trigger-split-test-ends.php'),(6988,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/notification-manager/includes/triggers/class-nm-trigger-testimonial-submitted.php'),(6989,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/plugin-updates/debug-bar-panel.php'),(6990,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/plugin-updates/debug-bar-plugin.php'),(6991,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/plugin-updates/js/debug-bar.js'),(6992,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/plugin-updates/plugin-update-checker.php'),(6993,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/script-manager/assets/js/admin/models.js'),(6994,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/script-manager/assets/js/admin/routes.js'),(6995,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/script-manager/assets/js/admin/views.js'),(6996,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/script-manager/assets/js/dist/admin.js'),(6997,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/script-manager/assets/js/dist/admin.min.js'),(6998,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/script-manager/assets/js/utils.js'),(6999,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/script-manager/class-tvd-sm-constants.php'),(7000,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/script-manager/class-tvd-sm.php'),(7001,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/script-manager/includes/admin/classes/class-tvd-sm-admin-helper.php'),(7002,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/script-manager/includes/admin/classes/class-tvd-sm-admin.php'),(7003,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/script-manager/includes/admin/classes/class-tvd-sm-rest-scripts-controller.php'),(7004,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/script-manager/includes/admin/views/dashboard.php'),(7005,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/script-manager/includes/admin/views/templates/breadcrumbs.phtml'),(7006,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/script-manager/includes/admin/views/templates/dashboard.phtml'),(7007,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/script-manager/includes/admin/views/templates/header.phtml'),(7008,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/script-manager/includes/admin/views/templates/modal-add-edit-script.phtml'),(7009,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/script-manager/includes/admin/views/templates/modal-delete-page-level-scripts.phtml'),(7010,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/script-manager/includes/admin/views/templates/modal-delete-script.phtml'),(7011,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/script-manager/includes/admin/views/templates/script-item.phtml'),(7012,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/script-manager/includes/frontend/classes/class-tvd-sm-frontend.php'),(7013,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/script-manager/includes/i18n.php'),(7014,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/smart-site/assets/admin/js/_utils.js'),(7015,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/smart-site/assets/admin/js/dist/admin.js'),(7016,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/smart-site/assets/admin/js/dist/admin.min.js'),(7017,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/smart-site/assets/admin/js/modals.js'),(7018,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/smart-site/assets/admin/js/models.js'),(7019,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/smart-site/assets/admin/js/routes.js'),(7020,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/smart-site/assets/admin/js/views.js'),(7021,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/smart-site/assets/js/tcb_hooks.js'),(7022,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/smart-site/class-tvd-smart-const.php'),(7023,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/smart-site/classes/class-tvd-global-shortcodes.php'),(7024,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/smart-site/classes/class-tvd-rest-controller.php'),(7025,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/smart-site/classes/class-tvd-smart-db.php'),(7026,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/smart-site/classes/class-tvd-smart-shortcodes.php'),(7027,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/smart-site/classes/class-tvd-smart-site.php'),(7028,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/smart-site/classes/endpoints/class-tvd-fields-controller.php'),(7029,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/smart-site/classes/endpoints/class-tvd-groups-controller.php'),(7030,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/smart-site/i18n.php'),(7031,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/smart-site/migrations/index.php'),(7032,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/smart-site/migrations/install-1.0.0.php'),(7033,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/smart-site/views/admin/templates/breadcrumbs.phtml'),(7034,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/smart-site/views/admin/templates/dashboard.phtml'),(7035,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/address-options.phtml'),(7036,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/email-options.phtml'),(7037,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/field.phtml'),(7038,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/group.phtml'),(7039,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/link-options.phtml'),(7040,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/location-options.phtml'),(7041,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/modal-group-item.phtml'),(7042,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/modal-type-item.phtml'),(7043,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/modals/delete.phtml'),(7044,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/modals/edit-group.phtml'),(7045,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/modals/field.phtml'),(7046,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/phone-options.phtml'),(7047,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/text-options.phtml'),(7048,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/smart-site/views/admin/templates/global_fields.phtml'),(7049,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/smart-site/views/admin/templates/header.phtml'),(7050,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/smart-site/views/admin/templates/menu.phtml'),(7051,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/smart-site/views/admin/templates/side-menu.phtml'),(7052,'wp-content/plugins/thrive-comments/thrive-dashboard/inc/util.php'),(7053,'wp-content/plugins/thrive-comments/thrive-dashboard/js/dist/frontend.js'),(7054,'wp-content/plugins/thrive-comments/thrive-dashboard/js/dist/frontend.min.js'),(7055,'wp-content/plugins/thrive-comments/thrive-dashboard/js/dist/global.min.js'),(7056,'wp-content/plugins/thrive-comments/thrive-dashboard/js/dist/hammer.min.js'),(7057,'wp-content/plugins/thrive-comments/thrive-dashboard/js/dist/leanmodal.min.js'),(7058,'wp-content/plugins/thrive-comments/thrive-dashboard/js/dist/select2.min.js'),(7059,'wp-content/plugins/thrive-comments/thrive-dashboard/js/dist/toasts.min.js'),(7060,'wp-content/plugins/thrive-comments/thrive-dashboard/js/dist/tooltip.min.js'),(7061,'wp-content/plugins/thrive-comments/thrive-dashboard/js/dist/tve-dash.js'),(7062,'wp-content/plugins/thrive-comments/thrive-dashboard/js/dist/tve-dash.min.js'),(7063,'wp-content/plugins/thrive-comments/thrive-dashboard/js/dist/velocity.min.js'),(7064,'wp-content/plugins/thrive-comments/thrive-dashboard/js/frontend.js'),(7065,'wp-content/plugins/thrive-comments/thrive-dashboard/js/util/highcharts/highcharts-3d.js'),(7066,'wp-content/plugins/thrive-comments/thrive-dashboard/js/util/highcharts/highcharts-more.js'),(7067,'wp-content/plugins/thrive-comments/thrive-dashboard/js/util/highcharts/highcharts.js'),(7068,'wp-content/plugins/thrive-comments/thrive-dashboard/js/util/jquery.zclip.1.1.1/jquery.zclip.js'),(7069,'wp-content/plugins/thrive-comments/thrive-dashboard/js/util/jquery.zclip.1.1.1/jquery.zclip.min.js'),(7070,'wp-content/plugins/thrive-comments/thrive-dashboard/js/util/util.js'),(7071,'wp-content/plugins/thrive-comments/thrive-dashboard/js/util/views.js'),(7072,'wp-content/plugins/thrive-comments/thrive-dashboard/rest-api/class-td-rest-controller.php'),(7073,'wp-content/plugins/thrive-comments/thrive-dashboard/rest-api/class-td-rest-hook-controller.php'),(7074,'wp-content/plugins/thrive-comments/thrive-dashboard/rest-api/init.php'),(7075,'wp-content/plugins/thrive-comments/thrive-dashboard/templates/affiliate-modal.phtml'),(7076,'wp-content/plugins/thrive-comments/thrive-dashboard/templates/backbone/modal-loader.phtml'),(7077,'wp-content/plugins/thrive-comments/thrive-dashboard/templates/backbone/page-loader.phtml'),(7078,'wp-content/plugins/thrive-comments/thrive-dashboard/templates/backbone/support-token.phtml'),(7079,'wp-content/plugins/thrive-comments/thrive-dashboard/templates/header.phtml'),(7080,'wp-content/plugins/thrive-comments/thrive-dashboard/templates/product/activated.phtml'),(7081,'wp-content/plugins/thrive-comments/thrive-dashboard/templates/product/error.phtml'),(7082,'wp-content/plugins/thrive-comments/thrive-dashboard/templates/product/inactive.phtml'),(7083,'wp-content/plugins/thrive-comments/thrive-dashboard/templates/sections/dashboard.phtml'),(7084,'wp-content/plugins/thrive-comments/thrive-dashboard/templates/sections/license_manager.phtml'),(7085,'wp-content/plugins/thrive-comments/thrive-dashboard/templates/settings/general_settings.phtml'),(7086,'wp-content/plugins/thrive-comments/thrive-dashboard/templates/settings/reset.phtml'),(7087,'wp-content/plugins/thrive-comments/thrive-dashboard/templates/settings/text_setting_row.phtml'),(7088,'wp-content/plugins/thrive-comments/thrive-dashboard/templates/share.phtml'),(7089,'wp-content/plugins/thrive-comments/thrive-dashboard/templates/ui.phtml'),(7090,'wp-content/plugins/thrive-comments/thrive-dashboard/thrive-dashboard.php'),(7091,'wp-content/plugins/thrive-comments/thrive-dashboard/version.php'),(7092,'wp-content/plugins/thrive-comments.old/thrive-dashboard/classes/AjaxController.php'),(7093,'wp-content/plugins/thrive-comments.old/thrive-dashboard/classes/Product/Abstract.php'),(7094,'wp-content/plugins/thrive-comments.old/thrive-dashboard/classes/Product/LicenseManager.php'),(7095,'wp-content/plugins/thrive-comments.old/thrive-dashboard/css/font/dashboard-icons.svg'),(7096,'wp-content/plugins/thrive-comments.old/thrive-dashboard/css/font/icomoon.svg'),(7097,'wp-content/plugins/thrive-comments.old/thrive-dashboard/css/font/tvd-icons.svg'),(7098,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/admin.php'),(7099,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/api_log.php'),(7100,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/classes/Connection/AWeber.php'),(7101,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/classes/Connection/Abstract.php'),(7102,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/classes/Connection/ActiveCampaign.php'),(7103,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/classes/Connection/ArpReach.php'),(7104,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/classes/Connection/Awsses.php'),(7105,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/classes/Connection/CampaignMonitor.php'),(7106,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/classes/Connection/CampaignMonitorEmail.php'),(7107,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/classes/Connection/ConstantContact.php'),(7108,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/classes/Connection/ConvertKit.php'),(7109,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/classes/Connection/Drip.php'),(7110,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/classes/Connection/Facebook.php'),(7111,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/classes/Connection/GetResponse.php'),(7112,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/classes/Connection/GoToWebinar.php'),(7113,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/classes/Connection/Google.php'),(7114,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/classes/Connection/HubSpot.php'),(7115,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/classes/Connection/Infusionsoft.php'),(7116,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/classes/Connection/KlickTipp.php'),(7117,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/classes/Connection/MadMimi.php'),(7118,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/classes/Connection/MailPoet.php'),(7119,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/classes/Connection/MailRelay.php'),(7120,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/classes/Connection/MailRelayEmail.php'),(7121,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/classes/Connection/Mailchimp.php'),(7122,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/classes/Connection/MailerLite.php'),(7123,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/classes/Connection/Mailgun.php'),(7124,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/classes/Connection/Mandrill.php'),(7125,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/classes/Connection/Mautic.php'),(7126,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/classes/Connection/Ontraport.php'),(7127,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/classes/Connection/Postmark.php'),(7128,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/classes/Connection/ReCaptcha.php'),(7129,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/classes/Connection/SGAutorepondeur.php'),(7130,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/classes/Connection/SendGrid.php'),(7131,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/classes/Connection/SendGridEmail.php'),(7132,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/classes/Connection/Sendinblue.php'),(7133,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/classes/Connection/SendinblueEmail.php'),(7134,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/classes/Connection/Sendreach.php'),(7135,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/classes/Connection/Sendy.php'),(7136,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/classes/Connection/SparkPost.php'),(7137,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/classes/Connection/Twitter.php'),(7138,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/classes/Connection/WebinarJamStudio.php'),(7139,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/classes/Connection/Wordpress.php'),(7140,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/classes/Connection/iContact.php'),(7141,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/classes/Editor/Controller.php'),(7142,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/classes/LogsTable.php'),(7143,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/classes/Manager.php'),(7144,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber.php'),(7145,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/lib/vendor/ActiveCampaign/Exception.php'),(7146,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/lib/vendor/ArpReach/ContactException/Exists.php'),(7147,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/lib/vendor/ArpReach/Exception.php'),(7148,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/lib/vendor/ArpReach.php'),(7149,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/lib/vendor/CampaignMonitor/DoNothingSerialiser.php'),(7150,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/lib/vendor/CampaignMonitor/Services_Json.php'),(7151,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/lib/vendor/CampaignMonitor/Subscribers.php'),(7152,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/lib/vendor/CampaignMonitor/Transactional_Timeline.php'),(7153,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/lib/vendor/ConstantContact.php'),(7154,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/lib/vendor/ConvertKit/Exception.php'),(7155,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/lib/vendor/ConvertKit.php'),(7156,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/lib/vendor/CustomHtml.php'),(7157,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/lib/vendor/Drip/Exception/Unsubscribed.php'),(7158,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/lib/vendor/Drip/Exception.php'),(7159,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/lib/vendor/GetResponse/Exception.php'),(7160,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/lib/vendor/GetResponse.php'),(7161,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/lib/vendor/GoToWebinar/Exception.php'),(7162,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/lib/vendor/GoToWebinar.php'),(7163,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/lib/vendor/Html/Renderer.php'),(7164,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/lib/vendor/HubSpot.php'),(7165,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/lib/vendor/Infusionsoft/InfusionsoftException.php'),(7166,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/lib/vendor/KlickTipp/Exception.php'),(7167,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/lib/vendor/KlickTipp.php'),(7168,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/lib/vendor/MadMimi/Exception.php'),(7169,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/lib/vendor/MailRelay/Exception.php'),(7170,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/ApiAbstract.php'),(7171,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/ApiConstants.php'),(7172,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/Campaigns.php'),(7173,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/Fields.php'),(7174,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/Groups.php'),(7175,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/Lists.php'),(7176,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/MailerLiteSdkException.php'),(7177,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/Rest.php'),(7178,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/RestClient.php'),(7179,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/Subscribers.php'),(7180,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Exceptions.php'),(7181,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Exports.php'),(7182,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Inbound.php'),(7183,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Internal.php'),(7184,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Ips.php'),(7185,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Messages.php'),(7186,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Metadata.php'),(7187,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Rejects.php'),(7188,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Senders.php'),(7189,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Subaccounts.php'),(7190,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Tags.php'),(7191,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Template.php'),(7192,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Urls.php'),(7193,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Users.php'),(7194,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Webhooks.php'),(7195,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Whitelists.php'),(7196,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/ActionNotSupportedException.php'),(7197,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Api.php'),(7198,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/ApiAuth.php'),(7199,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Assets.php'),(7200,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/AuthInterface.php'),(7201,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Campaigns.php'),(7202,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Contacts.php'),(7203,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/ContextNotFoundException.php'),(7204,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Data.php'),(7205,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Emails.php'),(7206,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Forms.php'),(7207,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/IncorrectParametersReturnedException.php'),(7208,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Leads.php'),(7209,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Lists.php'),(7210,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/OAuth.php'),(7211,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/PointTriggers.php'),(7212,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Points.php'),(7213,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Reports.php'),(7214,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Segments.php'),(7215,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/UnexpectedResponseFormatException.php'),(7216,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/lib/vendor/Postmark/AdminClient.php'),(7217,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/lib/vendor/Postmark/Attachment.php'),(7218,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/lib/vendor/Postmark/CaseInsensitiveArray.php'),(7219,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/lib/vendor/Postmark/ClientBase.php'),(7220,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/lib/vendor/Postmark/DynamicResponseModel.php'),(7221,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/lib/vendor/Postmark/Exception.php'),(7222,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/lib/vendor/Postmark.php'),(7223,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/lib/vendor/SendGrid/Client.php'),(7224,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/lib/vendor/SendGrid/Exception.php'),(7225,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/lib/vendor/SendGrid/Response.php'),(7226,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/lib/vendor/SendGridEmail.php'),(7227,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/lib/vendor/Sendinblue.php'),(7228,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Campaigns.php'),(7229,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Client.php'),(7230,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Config.php'),(7231,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Countries.php'),(7232,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Customers.php'),(7233,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Exception.php'),(7234,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Json.php'),(7235,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/ListFields.php'),(7236,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/ListSegments.php'),(7237,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/ListSubscribers.php'),(7238,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Lists.php'),(7239,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Params.php'),(7240,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/ParamsIterator.php'),(7241,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Request.php'),(7242,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Response.php'),(7243,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/SendreachV2.php'),(7244,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Templates.php'),(7245,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/TransactionalEmails.php'),(7246,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach.php'),(7247,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/lib/vendor/Sendy/Exception.php'),(7248,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/lib/vendor/Sendy.php'),(7249,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/lib/vendor/iContact/Exception.php'),(7250,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/lib/vendor/iContact.php'),(7251,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/views/admin-error-logs.php'),(7252,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/views/admin-list.php'),(7253,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/views/admin-messages.php'),(7254,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/views/editor/add-api.php'),(7255,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/views/editor/add-custom-html.php'),(7256,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/views/editor/add.php'),(7257,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/views/editor/autoresponder-code-fields.php'),(7258,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/views/editor/captcha-settings.php'),(7259,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/views/editor/dashboard-api.php'),(7260,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/views/editor/dashboard-custom-html.php'),(7261,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/views/editor/dashboard.php'),(7262,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/views/editor/partials/api-lists.php'),(7263,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/views/editor/partials/api-select.php'),(7264,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/views/editor/partials/api-shortcodes.php'),(7265,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/views/error-log-entry.php'),(7266,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/views/js/admin-global.js'),(7267,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/views/js/admin-global.min.js'),(7268,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/views/js/admin-logs-list.js'),(7269,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/views/setup/activecampaign/forms-list.php'),(7270,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/views/setup/activecampaign.php'),(7271,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/views/setup/arpreach.php'),(7272,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/views/setup/aweber/tags.php'),(7273,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/views/setup/aweber.php'),(7274,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/views/setup/awsses.php'),(7275,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/views/setup/campaignmonitor.php'),(7276,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/views/setup/campaignmonitoremail.php'),(7277,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/views/setup/constant-contact.php'),(7278,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/views/setup/convertkit.php'),(7279,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/views/setup/drip/optin-type.php'),(7280,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/views/setup/drip/proprieties.php'),(7281,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/views/setup/drip/select-type.php'),(7282,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/views/setup/drip.php'),(7283,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/views/setup/facebook.php'),(7284,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/views/setup/get-response.php'),(7285,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/views/setup/getresponse/cycleday.php'),(7286,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/views/setup/google.php'),(7287,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/views/setup/gotowebinar.php'),(7288,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/views/setup/hubspot.php'),(7289,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/views/setup/iContact.php'),(7290,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/views/setup/infusionsoft.php'),(7291,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/views/setup/klicktipp/tags.php'),(7292,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/views/setup/klicktipp.php'),(7293,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/views/setup/madmimi.php'),(7294,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/views/setup/mailchimp/api-groups.php'),(7295,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/views/setup/mailchimp/optin-type.php'),(7296,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/views/setup/mailchimp.php'),(7297,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/views/setup/mailerlite.php'),(7298,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/views/setup/mailgun.php'),(7299,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/views/setup/mailpoet.php'),(7300,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/views/setup/mailrelay.php'),(7301,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/views/setup/mailrelayemail.php'),(7302,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/views/setup/mandrill.php'),(7303,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/views/setup/mautic.php'),(7304,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/views/setup/ontraport.php'),(7305,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/views/setup/postmark.php'),(7306,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/views/setup/recaptcha.php'),(7307,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/views/setup/sendgrid.php'),(7308,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/views/setup/sendgridemail.php'),(7309,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/views/setup/sendinblue.php'),(7310,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/views/setup/sendinblueemail.php'),(7311,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/views/setup/sendreach.php'),(7312,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/views/setup/sendy/note.php'),(7313,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/views/setup/sendy.php'),(7314,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/views/setup/sg-autorepondeur.php'),(7315,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/views/setup/sparkpost.php'),(7316,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/views/setup/twitter.php'),(7317,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/views/setup/webinarjamstudio.php'),(7318,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/auto-responder/views/setup/wordpress.php'),(7319,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/font-manager/font-manager.php'),(7320,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/font-manager/views/admin-font-manager.php'),(7321,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/font-manager/views/admin-font-options.php'),(7322,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/notification-manager/assets/fonts/tvd-nm-icons.svg'),(7323,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/notification-manager/assets/js/admin/backbone/modals.js'),(7324,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/notification-manager/assets/js/admin/backbone/models.js'),(7325,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/notification-manager/assets/js/admin/backbone/routes.js'),(7326,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/notification-manager/assets/js/admin/backbone/util.js'),(7327,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/notification-manager/assets/js/admin/backbone/views.js'),(7328,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/notification-manager/assets/js/admin/backbone.js'),(7329,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/notification-manager/assets/js/admin/backbone.min.js'),(7330,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/notification-manager/assets/js/admin/wordpress_notification.js'),(7331,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/notification-manager/class-td-nm.php'),(7332,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/notification-manager/i18n.php'),(7333,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/notification-manager/includes/actions/class-nm-action-abstract.php'),(7334,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/notification-manager/includes/actions/class-nm-action-custom-script.php'),(7335,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/notification-manager/includes/actions/class-nm-action-send-email-notification.php'),(7336,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/notification-manager/includes/actions/class-nm-action-wordpress-notification.php'),(7337,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/notification-manager/includes/admin/class-td-nm-admin-ajax-controller.php'),(7338,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/notification-manager/includes/admin/class-td-nm-admin.php'),(7339,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/action-type-box.phtml'),(7340,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/actions/settings/custom-script.phtml'),(7341,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/actions/settings/send-email-notification.phtml'),(7342,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/actions/settings/wordpress-notification.phtml'),(7343,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/breadcrumbs.phtml'),(7344,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/dashboard.phtml'),(7345,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/header.phtml'),(7346,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/messages/form.phtml'),(7347,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/messages/shortcodes/item.phtml'),(7348,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/modals/add-action.phtml'),(7349,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/modals/create-notification.phtml'),(7350,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/modals/delete-confirmation.phtml'),(7351,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/modals/edit-action.phtml'),(7352,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/modals/edit-trigger.phtml'),(7353,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/modals/email-services.phtml'),(7354,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/modals/notification-summary.phtml'),(7355,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/new-button.phtml'),(7356,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/notifications/item.phtml'),(7357,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/options/action-buttons.phtml'),(7358,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/options/checkbox.phtml'),(7359,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/options/input-multiple.phtml'),(7360,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/options/input.phtml'),(7361,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/options/option.phtml'),(7362,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/options/recipient.phtml'),(7363,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/services/item.phtml'),(7364,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/services/thumb-item.phtml'),(7365,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/summaries/item.phtml'),(7366,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/summaries/items/action.phtml'),(7367,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/summaries/items/actions/custom-script.phtml'),(7368,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/summaries/items/actions/send-email-notification.phtml'),(7369,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/summaries/items/actions/wordpress-notification.phtml'),(7370,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/summaries/items/notification.phtml'),(7371,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/summaries/items/trigger.phtml'),(7372,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/trigger-type-box.phtml'),(7373,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/triggers/settings/email-sign-up.phtml'),(7374,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/triggers/settings/quiz-completion.phtml'),(7375,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/triggers/settings/split-test-ends.phtml'),(7376,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/triggers/settings/testimonial-submitted.phtml'),(7377,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/unavailable.phtml'),(7378,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/notification-manager/includes/class-td-nm-ajax.php'),(7379,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/notification-manager/includes/class-td-nm-checker.php'),(7380,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/notification-manager/includes/class-td-nm-data.php'),(7381,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/notification-manager/includes/class-td-nm-post-types.php'),(7382,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/notification-manager/includes/td-nm-core-functions.php'),(7383,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/notification-manager/includes/td-nm-data-functions.php'),(7384,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/notification-manager/includes/triggers/class-nm-trigger-abstract.php'),(7385,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/notification-manager/includes/triggers/class-nm-trigger-email-sign-up.php'),(7386,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/notification-manager/includes/triggers/class-nm-trigger-factory.php'),(7387,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/notification-manager/includes/triggers/class-nm-trigger-quiz-completion.php'),(7388,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/notification-manager/includes/triggers/class-nm-trigger-split-test-ends.php'),(7389,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/notification-manager/includes/triggers/class-nm-trigger-testimonial-submitted.php'),(7390,'wp-content/plugins/thrive-comments.old/thrive-dashboard/inc/util.php'),(7391,'wp-content/plugins/thrive-comments.old/thrive-dashboard/thrive-dashboard.php'),(7392,'wp-content/plugins/thrive-comments.old/thrive-dashboard/version.php'),(7393,'wp-content/plugins/thrive-headline-optimizer/admin/css/font/tho-icons.svg'),(7394,'wp-content/plugins/thrive-headline-optimizer/admin/functions.php'),(7395,'wp-content/plugins/thrive-headline-optimizer/admin/i18n.php'),(7396,'wp-content/plugins/thrive-headline-optimizer/admin/js/admin.min.js'),(7397,'wp-content/plugins/thrive-headline-optimizer/admin/js/edit_post.js'),(7398,'wp-content/plugins/thrive-headline-optimizer/admin/js/global.js'),(7399,'wp-content/plugins/thrive-headline-optimizer/admin/js/inconclusive_tests.js'),(7400,'wp-content/plugins/thrive-headline-optimizer/admin/js/libs/tooltip.min.js'),(7401,'wp-content/plugins/thrive-headline-optimizer/admin/js/libs/velocity.min.js'),(7402,'wp-content/plugins/thrive-headline-optimizer/admin/start.php'),(7403,'wp-content/plugins/thrive-headline-optimizer/admin/views/dashboard.php'),(7404,'wp-content/plugins/thrive-headline-optimizer/admin/views/edit_post/meta_box_template.php'),(7405,'wp-content/plugins/thrive-headline-optimizer/admin/views/edit_post/variation_template.php'),(7406,'wp-content/plugins/thrive-headline-optimizer/admin/views/edit_post/variation_template_running.php'),(7407,'wp-content/plugins/thrive-headline-optimizer/admin/views/license_inactive.php'),(7408,'wp-content/plugins/thrive-headline-optimizer/admin/views/menu.php'),(7409,'wp-content/plugins/thrive-headline-optimizer/admin/views/template/create-test/step-1/create_test.phtml'),(7410,'wp-content/plugins/thrive-headline-optimizer/admin/views/template/create-test/step-2/add_variations.phtml'),(7411,'wp-content/plugins/thrive-headline-optimizer/admin/views/template/create-test/step-2/add_variations_item.phtml'),(7412,'wp-content/plugins/thrive-headline-optimizer/admin/views/template/create-test/step-2/variation_item.phtml'),(7413,'wp-content/plugins/thrive-headline-optimizer/admin/views/template/create-test/step-3/set_test_criteria.phtml'),(7414,'wp-content/plugins/thrive-headline-optimizer/admin/views/template/dashboard/breadcrumb-item.phtml'),(7415,'wp-content/plugins/thrive-headline-optimizer/admin/views/template/dashboard/completed-test-item.phtml'),(7416,'wp-content/plugins/thrive-headline-optimizer/admin/views/template/dashboard/running-test-item.phtml'),(7417,'wp-content/plugins/thrive-headline-optimizer/admin/views/template/dashboard.phtml'),(7418,'wp-content/plugins/thrive-headline-optimizer/admin/views/template/modal/general-settings.phtml'),(7419,'wp-content/plugins/thrive-headline-optimizer/admin/views/template/modal/stop-test.phtml'),(7420,'wp-content/plugins/thrive-headline-optimizer/admin/views/template/modal/stop-variation.phtml'),(7421,'wp-content/plugins/thrive-headline-optimizer/admin/views/template/modal/test-settings.phtml'),(7422,'wp-content/plugins/thrive-headline-optimizer/admin/views/template/modal/winning-variation.phtml'),(7423,'wp-content/plugins/thrive-headline-optimizer/admin/views/template/pagination/post-view.phtml'),(7424,'wp-content/plugins/thrive-headline-optimizer/admin/views/template/pagination/table-view.phtml'),(7425,'wp-content/plugins/thrive-headline-optimizer/admin/views/template/post/item.phtml'),(7426,'wp-content/plugins/thrive-headline-optimizer/admin/views/template/reporting/engagement-rate-report/item.phtml'),(7427,'wp-content/plugins/thrive-headline-optimizer/admin/views/template/reporting/engagement-rate-report/list.phtml'),(7428,'wp-content/plugins/thrive-headline-optimizer/admin/views/template/reporting/engagement-report/item.phtml'),(7429,'wp-content/plugins/thrive-headline-optimizer/admin/views/template/reporting/engagement-report/list.phtml'),(7430,'wp-content/plugins/thrive-headline-optimizer/admin/views/template/reporting.phtml'),(7431,'wp-content/plugins/thrive-headline-optimizer/admin/views/template/settings/content_engagement_settings.phtml'),(7432,'wp-content/plugins/thrive-headline-optimizer/admin/views/template/test/completed-test-item.phtml'),(7433,'wp-content/plugins/thrive-headline-optimizer/admin/views/template/test/no_test.phtml'),(7434,'wp-content/plugins/thrive-headline-optimizer/admin/views/template/test/stop-variation-item.phtml'),(7435,'wp-content/plugins/thrive-headline-optimizer/admin/views/template/test/stopped-variation-item.phtml'),(7436,'wp-content/plugins/thrive-headline-optimizer/admin/views/template/test/test-settings.phtml'),(7437,'wp-content/plugins/thrive-headline-optimizer/admin/views/template/test/variation-item.phtml'),(7438,'wp-content/plugins/thrive-headline-optimizer/admin/views/template/test/view.phtml'),(7439,'wp-content/plugins/thrive-headline-optimizer/constants.php'),(7440,'wp-content/plugins/thrive-headline-optimizer/frontend/js/header.min.js'),(7441,'wp-content/plugins/thrive-headline-optimizer/frontend/js/triggers.min.js'),(7442,'wp-content/plugins/thrive-headline-optimizer/frontend/woocommerce/global/breadcrumb.php'),(7443,'wp-content/plugins/thrive-headline-optimizer/inc/classes/class-tho-db.php'),(7444,'wp-content/plugins/thrive-headline-optimizer/inc/classes/class-tho-product.php'),(7445,'wp-content/plugins/thrive-headline-optimizer/inc/classes/class-tho-rest-controller.php'),(7446,'wp-content/plugins/thrive-headline-optimizer/inc/classes/class-tho-trigger-manager.php'),(7447,'wp-content/plugins/thrive-headline-optimizer/inc/classes/class-tho-version-check.php'),(7448,'wp-content/plugins/thrive-headline-optimizer/inc/classes/endpoints/class-tho-rest-logs-controller.php'),(7449,'wp-content/plugins/thrive-headline-optimizer/inc/classes/endpoints/class-tho-rest-posts-controller.php'),(7450,'wp-content/plugins/thrive-headline-optimizer/inc/classes/endpoints/class-tho-rest-settings-controller.php'),(7451,'wp-content/plugins/thrive-headline-optimizer/inc/classes/endpoints/class-tho-rest-tests-controller.php'),(7452,'wp-content/plugins/thrive-headline-optimizer/inc/classes/endpoints/class-tho-rest-variation-controller.php'),(7453,'wp-content/plugins/thrive-headline-optimizer/inc/data.php'),(7454,'wp-content/plugins/thrive-headline-optimizer/inc/functions.php'),(7455,'wp-content/plugins/thrive-headline-optimizer/inc/helpers.php'),(7456,'wp-content/plugins/thrive-headline-optimizer/inc/hooks.php'),(7457,'wp-content/plugins/thrive-headline-optimizer/init/database/Tho_Database_Manager.php'),(7458,'wp-content/plugins/thrive-headline-optimizer/init/database/index.php'),(7459,'wp-content/plugins/thrive-headline-optimizer/init/database/migrations/ab_test_improvements-1.1.php'),(7460,'wp-content/plugins/thrive-headline-optimizer/init/database/migrations/install-1.0.php'),(7461,'wp-content/plugins/thrive-headline-optimizer/start.php'),(7462,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/classes/AjaxController.php'),(7463,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/classes/Product/Abstract.php'),(7464,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/classes/Product/LicenseManager.php'),(7465,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/css/font/dashboard-icons.svg'),(7466,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/css/font/icomoon.svg'),(7467,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/css/font/tvd-icons.svg'),(7468,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/css/images/paste-blue.svg'),(7469,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/css/images/paste-green.svg'),(7470,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/css/images/paste.svg'),(7471,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/_crawlers.php'),(7472,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/access-manager/class-tvd-am.php'),(7473,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/access-manager/includes/assets/css/am-icons.svg'),(7474,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/access-manager/includes/assets/js/admin.js'),(7475,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/access-manager/includes/assets/js/admin.min.js'),(7476,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/access-manager/includes/templates/access-manager.php'),(7477,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auth-check/auth-check.js'),(7478,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auth-check/class-tvd-auth-check.php'),(7479,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auth-check/handle-login.php'),(7480,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/admin.php'),(7481,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/api_log.php'),(7482,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/classes/ApiVideos.php'),(7483,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/classes/Connection/AWeber.php'),(7484,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/classes/Connection/Abstract.php'),(7485,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/classes/Connection/ActiveCampaign.php'),(7486,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/classes/Connection/ArpReach.php'),(7487,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/classes/Connection/Awsses.php'),(7488,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/classes/Connection/CampaignMonitor.php'),(7489,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/classes/Connection/CampaignMonitorEmail.php'),(7490,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/classes/Connection/ConstantContact.php'),(7491,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/classes/Connection/ConvertKit.php'),(7492,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/classes/Connection/Drip.php'),(7493,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/classes/Connection/EverWebinar.php'),(7494,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/classes/Connection/Facebook.php'),(7495,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/classes/Connection/GetResponse.php'),(7496,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/classes/Connection/GoToWebinar.php'),(7497,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/classes/Connection/Google.php'),(7498,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/classes/Connection/HubSpot.php'),(7499,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/classes/Connection/Infusionsoft.php'),(7500,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/classes/Connection/KlickTipp.php'),(7501,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/classes/Connection/MadMimi.php'),(7502,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/classes/Connection/MailPoet.php'),(7503,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/classes/Connection/MailRelay.php'),(7504,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/classes/Connection/MailRelayEmail.php'),(7505,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/classes/Connection/Mailchimp.php'),(7506,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/classes/Connection/MailerLite.php'),(7507,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/classes/Connection/Mailgun.php'),(7508,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/classes/Connection/Mailster.php'),(7509,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/classes/Connection/Mandrill.php'),(7510,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/classes/Connection/Mautic.php'),(7511,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/classes/Connection/Ontraport.php'),(7512,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/classes/Connection/Postmark.php'),(7513,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/classes/Connection/ReCaptcha.php'),(7514,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/classes/Connection/SGAutorepondeur.php'),(7515,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/classes/Connection/SendGrid.php'),(7516,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/classes/Connection/SendGridEmail.php'),(7517,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/classes/Connection/SendOwl.php'),(7518,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/classes/Connection/Sendinblue.php'),(7519,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/classes/Connection/SendinblueEmail.php'),(7520,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/classes/Connection/Sendlane.php'),(7521,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/classes/Connection/Sendreach.php'),(7522,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/classes/Connection/Sendy.php'),(7523,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/classes/Connection/SparkPost.php'),(7524,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/classes/Connection/Twitter.php'),(7525,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/classes/Connection/WebinarJamStudio.php'),(7526,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/classes/Connection/Wordpress.php'),(7527,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/classes/Connection/Zapier.php'),(7528,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/classes/Connection/Zoom.php'),(7529,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/classes/Connection/iContact.php'),(7530,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/classes/Connection/v2/GoToWebinar.php'),(7531,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/classes/Connection/v2/SendGrid.php'),(7532,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/classes/Editor/Controller.php'),(7533,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/classes/Manager.php'),(7534,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/Base.php'),(7535,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/Collection.php'),(7536,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/Entry.php'),(7537,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/EntryDataArray.php'),(7538,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/Http/Response.php'),(7539,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/Oauth/Adapter.php'),(7540,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/Oauth/Application.php'),(7541,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/Oauth/ServiceProvider.php'),(7542,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/Oauth/User.php'),(7543,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/Response.php'),(7544,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/ServiceProvider.php'),(7545,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/exceptions.php'),(7546,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber.php'),(7547,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/ActiveCampaign/Exception.php'),(7548,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/ActiveCampaign.php'),(7549,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/ArpReach/ContactException/Exists.php'),(7550,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/ArpReach/Exception.php'),(7551,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/ArpReach.php'),(7552,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Awsses/Exception.php'),(7553,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Awsses/SimpleEmailServiceMessage.php'),(7554,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Awsses/SimpleEmailServiceRequest.php'),(7555,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Awsses.php'),(7556,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/CampaignMonitor/ClassicEmail.php'),(7557,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/CampaignMonitor/List.php'),(7558,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/CampaignMonitor.php'),(7559,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/ConstantContact/AlreadyExistException.php'),(7560,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/ConstantContact/Exception.php'),(7561,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/ConstantContact.php'),(7562,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/ConvertKit/Exception.php'),(7563,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/ConvertKit.php'),(7564,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/CustomHtml.php'),(7565,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Drip/Exception/Unsubscribed.php'),(7566,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Drip/Exception.php'),(7567,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Drip.php'),(7568,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/EverWebinar/Exception.php'),(7569,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/EverWebinar.php'),(7570,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Facebook/Base.php'),(7571,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Facebook/Exception/Exception.php'),(7572,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Facebook.php'),(7573,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/GetResponse/Exception.php'),(7574,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/GetResponse.php'),(7575,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/GetResponseV3.php'),(7576,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/GoToWebinar/Exception.php'),(7577,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/GoToWebinar.php'),(7578,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Html/Renderer.php'),(7579,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/HubSpot/Exception.php'),(7580,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/HubSpot.php'),(7581,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Infusionsoft/InfusionsoftException.php'),(7582,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Infusionsoft.php'),(7583,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/KlickTipp/Exception.php'),(7584,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/KlickTipp.php'),(7585,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/MadMimi/Exception.php'),(7586,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/MadMimi.php'),(7587,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/MailRelay/Exception.php'),(7588,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/MailRelay.php'),(7589,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/MailRelayV1.php'),(7590,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Campaigns.php'),(7591,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Conversations.php'),(7592,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Ecomm.php'),(7593,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Exception.php'),(7594,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Folders.php'),(7595,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Gallery.php'),(7596,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Goal.php'),(7597,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Helper.php'),(7598,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Lists.php'),(7599,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Mobile.php'),(7600,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Neapolitan.php'),(7601,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Reports.php'),(7602,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Templates.php'),(7603,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Users.php'),(7604,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Vip.php'),(7605,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp.php'),(7606,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/ApiAbstract.php'),(7607,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/ApiConstants.php'),(7608,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/Campaigns.php'),(7609,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/Fields.php'),(7610,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/Groups.php'),(7611,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/Lists.php'),(7612,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/MailerLiteSdkException.php'),(7613,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/Rest.php'),(7614,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/RestClient.php'),(7615,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/Subscribers.php'),(7616,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite.php'),(7617,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/Api.php'),(7618,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/BatchMessage.php'),(7619,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/ExceptionMessages.php'),(7620,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/GenericHTTPError.php'),(7621,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/InvalidCredentials.php'),(7622,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/InvalidParameter.php'),(7623,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/InvalidParameterType.php'),(7624,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/MessageBuilder.php'),(7625,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/MissingEndpoint.php'),(7626,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/MissingRequiredMIMEParameters.php'),(7627,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/MissingRequiredParameters.php'),(7628,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/NoDomainsConfigured.php'),(7629,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/OptInHandler.php'),(7630,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/RestClient.php'),(7631,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/TooManyParameters.php'),(7632,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun.php'),(7633,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Exceptions.php'),(7634,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Exports.php'),(7635,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Inbound.php'),(7636,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Internal.php'),(7637,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Ips.php'),(7638,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Messages.php'),(7639,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Metadata.php'),(7640,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Rejects.php'),(7641,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Senders.php'),(7642,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Subaccounts.php'),(7643,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Tags.php'),(7644,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Template.php'),(7645,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Urls.php'),(7646,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Users.php'),(7647,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Webhooks.php'),(7648,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Whitelists.php'),(7649,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill.php'),(7650,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/ActionNotSupportedException.php'),(7651,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Api.php'),(7652,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/ApiAuth.php'),(7653,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Assets.php'),(7654,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/AuthInterface.php'),(7655,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Campaigns.php'),(7656,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Contacts.php'),(7657,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/ContextNotFoundException.php'),(7658,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Data.php'),(7659,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Emails.php'),(7660,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Forms.php'),(7661,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/IncorrectParametersReturnedException.php'),(7662,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Leads.php'),(7663,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Lists.php'),(7664,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/OAuth.php'),(7665,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Pages.php'),(7666,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/PointTriggers.php'),(7667,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Points.php'),(7668,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Reports.php'),(7669,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Segments.php'),(7670,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/UnexpectedResponseFormatException.php'),(7671,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic.php'),(7672,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Ontraport/Exception.php'),(7673,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Ontraport/ObjectType.php'),(7674,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Ontraport.php'),(7675,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Postmark/AdminClient.php'),(7676,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Postmark/Attachment.php'),(7677,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Postmark/CaseInsensitiveArray.php'),(7678,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Postmark/ClientBase.php'),(7679,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Postmark/DynamicResponseModel.php'),(7680,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Postmark/Exception.php'),(7681,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Postmark.php'),(7682,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/SGAutorepondeur.php'),(7683,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/SendGrid/Client.php'),(7684,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/SendGrid/Exception.php'),(7685,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/SendGrid/Response.php'),(7686,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/SendGrid.php'),(7687,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/SendGridEmail/Client.php'),(7688,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/SendGridEmail/Email.php'),(7689,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/SendGridEmail/Exception.php'),(7690,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/SendGridEmail/Response.php'),(7691,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/SendGridEmail/api_keys.php'),(7692,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/SendGridEmail/asm_groups.php'),(7693,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/SendGridEmail/asm_suppressions.php'),(7694,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/SendGridEmail/global_stats.php'),(7695,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/SendGridEmail.php'),(7696,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/SendOwl/Exception.php'),(7697,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/SendOwl.php'),(7698,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/SendinBlue/Exception.php'),(7699,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Sendinblue.php'),(7700,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Sendlane/Exception.php'),(7701,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Sendlane.php'),(7702,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Campaigns.php'),(7703,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Client.php'),(7704,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Config.php'),(7705,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Countries.php'),(7706,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Customers.php'),(7707,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Exception.php'),(7708,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Json.php'),(7709,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/ListFields.php'),(7710,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/ListSegments.php'),(7711,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/ListSubscribers.php'),(7712,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Lists.php'),(7713,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Params.php'),(7714,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/ParamsIterator.php'),(7715,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Request.php'),(7716,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Response.php'),(7717,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/SendreachV2.php'),(7718,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Templates.php'),(7719,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/TransactionalEmails.php'),(7720,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach.php'),(7721,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Sendy/Exception.php'),(7722,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Sendy.php'),(7723,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/SparkPost/APIResource.php'),(7724,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/SparkPost/Connection.php'),(7725,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/SparkPost/Exception.php'),(7726,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/SparkPost.php'),(7727,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/TdJwt/BeforeValidException.php'),(7728,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/TdJwt/ExpiredException.php'),(7729,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/TdJwt/SignatureInvalidException.php'),(7730,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/TdJwt/TdJwt.php'),(7731,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Twitter.php'),(7732,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/WebinarJamStudio/Exception.php'),(7733,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/WebinarJamStudio.php'),(7734,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Zapier/Exception.php'),(7735,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Zapier.php'),(7736,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Zoom/Exception.php'),(7737,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/Zoom.php'),(7738,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/iContact/Exception.php'),(7739,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/iContact.php'),(7740,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/lib/vendor/v2/GoToWebinar.php'),(7741,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/misc.php'),(7742,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/views/admin-error-logs.php'),(7743,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/views/admin-list.php'),(7744,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/views/admin-messages.php'),(7745,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/views/editor/add-api.php'),(7746,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/views/editor/add-custom-html.php'),(7747,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/views/editor/add.php'),(7748,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/views/editor/autoresponder-code-fields.php'),(7749,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/views/editor/captcha-settings.php'),(7750,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/views/editor/dashboard-api.php'),(7751,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/views/editor/dashboard-custom-html.php'),(7752,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/views/editor/dashboard.php'),(7753,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/views/editor/partials/api-lists.php'),(7754,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/views/editor/partials/api-select.php'),(7755,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/views/editor/partials/api-shortcodes.php'),(7756,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/views/error-log-entry.php'),(7757,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/views/includes/video-link.php'),(7758,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/views/js/admin-global.js'),(7759,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/views/js/admin-global.min.js'),(7760,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/views/js/admin-logs-list.js'),(7761,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/views/setup/activecampaign/forms-list.php'),(7762,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/views/setup/activecampaign.php'),(7763,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/views/setup/arpreach.php'),(7764,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/views/setup/aweber/tags.php'),(7765,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/views/setup/aweber.php'),(7766,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/views/setup/awsses.php'),(7767,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/views/setup/campaignmonitor.php'),(7768,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/views/setup/campaignmonitoremail.php'),(7769,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/views/setup/constant-contact.php'),(7770,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/views/setup/convertkit.php'),(7771,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/views/setup/drip/optin-type.php'),(7772,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/views/setup/drip/proprieties.php'),(7773,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/views/setup/drip/select-type.php'),(7774,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/views/setup/drip.php'),(7775,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/views/setup/everwebinar.php'),(7776,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/views/setup/facebook.php'),(7777,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/views/setup/get-response.php'),(7778,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/views/setup/getresponse/cycleday.php'),(7779,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/views/setup/google.php'),(7780,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/views/setup/gotowebinar.php'),(7781,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/views/setup/hubspot.php'),(7782,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/views/setup/iContact.php'),(7783,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/views/setup/infusionsoft.php'),(7784,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/views/setup/klicktipp/tags.php'),(7785,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/views/setup/klicktipp.php'),(7786,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/views/setup/madmimi.php'),(7787,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/views/setup/mailchimp/api-groups.php'),(7788,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/views/setup/mailchimp/optin-type.php'),(7789,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/views/setup/mailchimp.php'),(7790,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/views/setup/mailerlite.php'),(7791,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/views/setup/mailgun.php'),(7792,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/views/setup/mailpoet.php'),(7793,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/views/setup/mailrelay.php'),(7794,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/views/setup/mailrelayemail.php'),(7795,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/views/setup/mailster.php'),(7796,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/views/setup/mandrill.php'),(7797,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/views/setup/mautic.php'),(7798,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/views/setup/ontraport.php'),(7799,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/views/setup/postmark.php'),(7800,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/views/setup/recaptcha.php'),(7801,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/views/setup/sendgrid.php'),(7802,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/views/setup/sendgridemail.php'),(7803,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/views/setup/sendinblue.php'),(7804,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/views/setup/sendinblueemail.php'),(7805,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/views/setup/sendlane.php'),(7806,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/views/setup/sendowl.php'),(7807,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/views/setup/sendreach.php'),(7808,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/views/setup/sendy/note.php'),(7809,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/views/setup/sendy.php'),(7810,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/views/setup/sg-autorepondeur.php'),(7811,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/views/setup/sparkpost.php'),(7812,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/views/setup/twitter.php'),(7813,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/views/setup/webinarjamstudio.php'),(7814,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/views/setup/wordpress.php'),(7815,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/views/setup/zapier.php'),(7816,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/auto-responder/views/setup/zoom.php'),(7817,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/crons.php'),(7818,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/db-manager/class-td-db-manager.php'),(7819,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/db-manager/class-td-db-migration.php'),(7820,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/font-import-manager/classes/Tve_Dash_Font_Import_Manager.php'),(7821,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/font-import-manager/classes/Tve_Dash_Font_Import_Manager_Data.php'),(7822,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/font-import-manager/classes/Tve_Dash_Font_Import_Manager_View.php'),(7823,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/font-import-manager/views/form.php'),(7824,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/font-import-manager/views/js/manager.js'),(7825,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/font-import-manager/views/main.php'),(7826,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/font-import-manager/views/messages.php'),(7827,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/font-manager/font-manager.php'),(7828,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/font-manager/views/admin-font-manager.php'),(7829,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/font-manager/views/admin-font-options.php'),(7830,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/functions.php'),(7831,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/hooks.php'),(7832,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/icon-manager/classes/Tve_Dash_Thrive_Icon_Manager.php'),(7833,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/icon-manager/classes/Tve_Dash_Thrive_Icon_Manager_Data.php'),(7834,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/icon-manager/classes/Tve_Dash_Thrive_Icon_Manager_View.php'),(7835,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/icon-manager/views/form.php'),(7836,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/icon-manager/views/icons.php'),(7837,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/icon-manager/views/js/manager.js'),(7838,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/icon-manager/views/js/manager.min.js'),(7839,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/icon-manager/views/main.php'),(7840,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/icon-manager/views/messages.php'),(7841,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/notification-inbox/assets/dist/admin.js'),(7842,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/notification-inbox/assets/dist/admin.min.js'),(7843,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/notification-inbox/assets/js/admin.js'),(7844,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/notification-inbox/assets/js/collections/base.js'),(7845,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/notification-inbox/assets/js/collections/notifications.js'),(7846,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/notification-inbox/assets/js/models/notification.js'),(7847,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/notification-inbox/assets/js/views/base.js'),(7848,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/notification-inbox/assets/js/views/notification.js'),(7849,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/notification-inbox/assets/js/views/notificationCounter.js'),(7850,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/notification-inbox/assets/js/views/notificationDetail.js'),(7851,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/notification-inbox/assets/js/views/notificationHeader.js'),(7852,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/notification-inbox/assets/js/views/notificationsList.js'),(7853,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/notification-inbox/class-td-inbox.php'),(7854,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/notification-inbox/i18n.php'),(7855,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/notification-inbox/includes/admin/class-td-ni-ajax-controller.php'),(7856,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/notification-inbox/includes/init/class-ni-inbox-manager.php'),(7857,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/notification-inbox/includes/init/class-ni-message.php'),(7858,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/notification-inbox/views/templates/backbone/ni-notification-detail.phtml'),(7859,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/notification-inbox/views/templates/backbone/ni-notification.phtml'),(7860,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/notification-inbox/views/templates/backbone/notification-header.phtml'),(7861,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/notification-inbox/views/templates/notification-inbox-button.php'),(7862,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/notification-manager/assets/fonts/tvd-nm-icons.svg'),(7863,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/notification-manager/assets/js/admin/backbone/modals.js'),(7864,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/notification-manager/assets/js/admin/backbone/models.js'),(7865,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/notification-manager/assets/js/admin/backbone/routes.js'),(7866,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/notification-manager/assets/js/admin/backbone/util.js'),(7867,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/notification-manager/assets/js/admin/backbone/views.js'),(7868,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/notification-manager/assets/js/admin/backbone.js'),(7869,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/notification-manager/assets/js/admin/backbone.min.js'),(7870,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/notification-manager/assets/js/admin/wordpress_notification.js'),(7871,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/notification-manager/class-td-nm.php'),(7872,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/notification-manager/i18n.php'),(7873,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/notification-manager/includes/actions/class-nm-action-abstract.php'),(7874,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/notification-manager/includes/actions/class-nm-action-custom-script.php'),(7875,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/notification-manager/includes/actions/class-nm-action-send-email-notification.php'),(7876,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/notification-manager/includes/actions/class-nm-action-wordpress-notification.php'),(7877,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/notification-manager/includes/admin/class-td-nm-admin-ajax-controller.php'),(7878,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/notification-manager/includes/admin/class-td-nm-admin.php'),(7879,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/action-type-box.phtml'),(7880,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/actions/settings/custom-script.phtml'),(7881,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/actions/settings/send-email-notification.phtml'),(7882,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/actions/settings/wordpress-notification.phtml'),(7883,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/breadcrumbs.phtml'),(7884,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/dashboard.phtml'),(7885,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/header.phtml'),(7886,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/messages/form.phtml'),(7887,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/messages/shortcodes/item.phtml'),(7888,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/modals/add-action.phtml'),(7889,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/modals/create-notification.phtml'),(7890,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/modals/delete-confirmation.phtml'),(7891,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/modals/edit-action.phtml'),(7892,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/modals/edit-trigger.phtml'),(7893,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/modals/email-services.phtml'),(7894,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/modals/notification-summary.phtml'),(7895,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/new-button.phtml'),(7896,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/notifications/item.phtml'),(7897,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/options/action-buttons.phtml'),(7898,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/options/checkbox.phtml'),(7899,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/options/input-multiple.phtml'),(7900,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/options/input.phtml'),(7901,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/options/option.phtml'),(7902,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/options/recipient.phtml'),(7903,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/services/item.phtml'),(7904,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/services/thumb-item.phtml'),(7905,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/summaries/item.phtml'),(7906,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/summaries/items/action.phtml'),(7907,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/summaries/items/actions/custom-script.phtml'),(7908,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/summaries/items/actions/send-email-notification.phtml'),(7909,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/summaries/items/actions/wordpress-notification.phtml'),(7910,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/summaries/items/notification.phtml'),(7911,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/summaries/items/trigger.phtml'),(7912,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/trigger-type-box.phtml'),(7913,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/triggers/settings/email-sign-up.phtml'),(7914,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/triggers/settings/quiz-completion.phtml'),(7915,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/triggers/settings/split-test-ends.phtml'),(7916,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/triggers/settings/testimonial-submitted.phtml'),(7917,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/unavailable.phtml'),(7918,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/notification-manager/includes/class-td-nm-ajax.php'),(7919,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/notification-manager/includes/class-td-nm-checker.php'),(7920,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/notification-manager/includes/class-td-nm-data.php'),(7921,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/notification-manager/includes/class-td-nm-post-types.php'),(7922,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/notification-manager/includes/td-nm-core-functions.php'),(7923,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/notification-manager/includes/td-nm-data-functions.php'),(7924,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/notification-manager/includes/triggers/class-nm-trigger-abstract.php'),(7925,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/notification-manager/includes/triggers/class-nm-trigger-email-sign-up.php'),(7926,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/notification-manager/includes/triggers/class-nm-trigger-factory.php'),(7927,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/notification-manager/includes/triggers/class-nm-trigger-quiz-completion.php'),(7928,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/notification-manager/includes/triggers/class-nm-trigger-split-test-ends.php'),(7929,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/notification-manager/includes/triggers/class-nm-trigger-testimonial-submitted.php'),(7930,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/plugin-updates/debug-bar-panel.php'),(7931,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/plugin-updates/debug-bar-plugin.php'),(7932,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/plugin-updates/js/debug-bar.js'),(7933,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/plugin-updates/plugin-update-checker.php'),(7934,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/script-manager/assets/js/admin/models.js'),(7935,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/script-manager/assets/js/admin/routes.js'),(7936,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/script-manager/assets/js/admin/views.js'),(7937,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/script-manager/assets/js/dist/admin.js'),(7938,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/script-manager/assets/js/dist/admin.min.js'),(7939,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/script-manager/assets/js/utils.js'),(7940,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/script-manager/class-tvd-sm-constants.php'),(7941,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/script-manager/class-tvd-sm.php'),(7942,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/script-manager/includes/admin/classes/class-tvd-sm-admin-helper.php'),(7943,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/script-manager/includes/admin/classes/class-tvd-sm-admin.php'),(7944,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/script-manager/includes/admin/classes/class-tvd-sm-rest-scripts-controller.php'),(7945,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/script-manager/includes/admin/views/dashboard.php'),(7946,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/script-manager/includes/admin/views/templates/breadcrumbs.phtml'),(7947,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/script-manager/includes/admin/views/templates/dashboard.phtml'),(7948,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/script-manager/includes/admin/views/templates/header.phtml'),(7949,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/script-manager/includes/admin/views/templates/modal-add-edit-script.phtml'),(7950,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/script-manager/includes/admin/views/templates/modal-delete-page-level-scripts.phtml'),(7951,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/script-manager/includes/admin/views/templates/modal-delete-script.phtml'),(7952,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/script-manager/includes/admin/views/templates/script-item.phtml'),(7953,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/script-manager/includes/frontend/classes/class-tvd-sm-frontend.php'),(7954,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/script-manager/includes/i18n.php'),(7955,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/smart-site/assets/admin/js/_utils.js'),(7956,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/smart-site/assets/admin/js/dist/admin.js'),(7957,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/smart-site/assets/admin/js/dist/admin.min.js'),(7958,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/smart-site/assets/admin/js/modals.js'),(7959,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/smart-site/assets/admin/js/models.js'),(7960,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/smart-site/assets/admin/js/routes.js'),(7961,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/smart-site/assets/admin/js/views.js'),(7962,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/smart-site/assets/js/tcb_hooks.js'),(7963,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/smart-site/class-tvd-smart-const.php'),(7964,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/smart-site/classes/class-tvd-global-shortcodes.php'),(7965,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/smart-site/classes/class-tvd-rest-controller.php'),(7966,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/smart-site/classes/class-tvd-smart-db.php'),(7967,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/smart-site/classes/class-tvd-smart-shortcodes.php'),(7968,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/smart-site/classes/class-tvd-smart-site.php'),(7969,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/smart-site/classes/endpoints/class-tvd-fields-controller.php'),(7970,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/smart-site/classes/endpoints/class-tvd-groups-controller.php'),(7971,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/smart-site/i18n.php'),(7972,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/smart-site/migrations/index.php'),(7973,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/smart-site/migrations/install-1.0.0.php'),(7974,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/smart-site/views/admin/templates/breadcrumbs.phtml'),(7975,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/smart-site/views/admin/templates/dashboard.phtml'),(7976,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/address-options.phtml'),(7977,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/email-options.phtml'),(7978,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/field.phtml'),(7979,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/group.phtml'),(7980,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/link-options.phtml'),(7981,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/location-options.phtml'),(7982,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/modal-group-item.phtml'),(7983,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/modal-type-item.phtml'),(7984,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/modals/delete.phtml'),(7985,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/modals/edit-group.phtml'),(7986,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/modals/field.phtml'),(7987,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/phone-options.phtml'),(7988,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/text-options.phtml'),(7989,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/smart-site/views/admin/templates/global_fields.phtml'),(7990,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/smart-site/views/admin/templates/header.phtml'),(7991,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/smart-site/views/admin/templates/menu.phtml'),(7992,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/smart-site/views/admin/templates/side-menu.phtml'),(7993,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/inc/util.php'),(7994,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/js/dist/frontend.js'),(7995,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/js/dist/frontend.min.js'),(7996,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/js/dist/global.min.js'),(7997,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/js/dist/hammer.min.js'),(7998,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/js/dist/leanmodal.min.js'),(7999,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/js/dist/select2.min.js'),(8000,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/js/dist/toasts.min.js'),(8001,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/js/dist/tooltip.min.js'),(8002,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/js/dist/tve-dash.js'),(8003,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/js/dist/tve-dash.min.js'),(8004,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/js/dist/velocity.min.js'),(8005,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/js/frontend.js'),(8006,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/js/util/highcharts/highcharts-3d.js'),(8007,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/js/util/highcharts/highcharts-more.js'),(8008,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/js/util/highcharts/highcharts.js'),(8009,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/js/util/jquery.zclip.1.1.1/jquery.zclip.js'),(8010,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/js/util/jquery.zclip.1.1.1/jquery.zclip.min.js'),(8011,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/js/util/util.js'),(8012,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/js/util/views.js'),(8013,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/rest-api/class-td-rest-controller.php'),(8014,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/rest-api/class-td-rest-hook-controller.php'),(8015,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/rest-api/init.php'),(8016,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/templates/affiliate-modal.phtml'),(8017,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/templates/backbone/modal-loader.phtml'),(8018,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/templates/backbone/page-loader.phtml'),(8019,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/templates/backbone/support-token.phtml'),(8020,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/templates/header.phtml'),(8021,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/templates/product/activated.phtml'),(8022,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/templates/product/error.phtml'),(8023,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/templates/product/inactive.phtml'),(8024,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/templates/sections/dashboard.phtml'),(8025,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/templates/sections/license_manager.phtml'),(8026,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/templates/settings/general_settings.phtml'),(8027,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/templates/settings/reset.phtml'),(8028,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/templates/settings/text_setting_row.phtml'),(8029,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/templates/share.phtml'),(8030,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/templates/ui.phtml'),(8031,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/thrive-dashboard.php'),(8032,'wp-content/plugins/thrive-headline-optimizer/thrive-dashboard/version.php'),(8033,'wp-content/plugins/thrive-headline-optimizer/thrive-headline-optimizer.php'),(8034,'wp-content/plugins/thrive-intercom-beta/classes/tib_class_init.php'),(8035,'wp-content/plugins/thrive-intercom-beta/templates/support-token-button.php'),(8036,'wp-content/plugins/thrive-intercom-beta/thrive-intercom-beta.php'),(8037,'wp-content/plugins/thrive-leads/admin/controllers/Thrive_Leads_Ajax_Controller.php'),(8038,'wp-content/plugins/thrive-leads/admin/fonts/ThriveLeads.svg'),(8039,'wp-content/plugins/thrive-leads/admin/inc/classes/Thrive_Leads_Contacts_List.php'),(8040,'wp-content/plugins/thrive-leads/admin/inc/classes/Thrive_Leads_Export.php'),(8041,'wp-content/plugins/thrive-leads/admin/inc/classes/display_settings/Thrive_Leads_Action.php'),(8042,'wp-content/plugins/thrive-leads/admin/inc/classes/display_settings/Thrive_Leads_Direct_Urls_Tab.php'),(8043,'wp-content/plugins/thrive-leads/admin/inc/classes/display_settings/Thrive_Leads_Display_Settings_Manager.php'),(8044,'wp-content/plugins/thrive-leads/admin/inc/classes/display_settings/Thrive_Leads_Filter.php'),(8045,'wp-content/plugins/thrive-leads/admin/inc/classes/display_settings/Thrive_Leads_Group_Options.php'),(8046,'wp-content/plugins/thrive-leads/admin/inc/classes/display_settings/Thrive_Leads_Hanger.php'),(8047,'wp-content/plugins/thrive-leads/admin/inc/classes/display_settings/Thrive_Leads_Option.php'),(8048,'wp-content/plugins/thrive-leads/admin/inc/classes/display_settings/Thrive_Leads_Other_Screens_Tab.php'),(8049,'wp-content/plugins/thrive-leads/admin/inc/classes/display_settings/Thrive_Leads_Others_Tab.php'),(8050,'wp-content/plugins/thrive-leads/admin/inc/classes/display_settings/Thrive_Leads_Page_Templates_Tab.php'),(8051,'wp-content/plugins/thrive-leads/admin/inc/classes/display_settings/Thrive_Leads_Pages_Tab.php'),(8052,'wp-content/plugins/thrive-leads/admin/inc/classes/display_settings/Thrive_Leads_Post_Types_Tab.php'),(8053,'wp-content/plugins/thrive-leads/admin/inc/classes/display_settings/Thrive_Leads_Posts_Tab.php'),(8054,'wp-content/plugins/thrive-leads/admin/inc/classes/display_settings/Thrive_Leads_Saved_Options.php'),(8055,'wp-content/plugins/thrive-leads/admin/inc/classes/display_settings/Thrive_Leads_Tab.php'),(8056,'wp-content/plugins/thrive-leads/admin/inc/classes/display_settings/Thrive_Leads_Tab_Factory.php'),(8057,'wp-content/plugins/thrive-leads/admin/inc/classes/display_settings/Thrive_Leads_Tab_Interface.php'),(8058,'wp-content/plugins/thrive-leads/admin/inc/classes/display_settings/Thrive_Leads_Taxonomy_Archives_Tab.php'),(8059,'wp-content/plugins/thrive-leads/admin/inc/classes/display_settings/Thrive_Leads_Taxonomy_Terms_Tab.php'),(8060,'wp-content/plugins/thrive-leads/admin/inc/classes/display_settings/Thrive_Leads_Visitors_Status_Tab.php'),(8061,'wp-content/plugins/thrive-leads/admin/inc/helpers.php'),(8062,'wp-content/plugins/thrive-leads/admin/inc/translations.php'),(8063,'wp-content/plugins/thrive-leads/admin/js-min/_init.js'),(8064,'wp-content/plugins/thrive-leads/admin/js-min/assets/assets.js'),(8065,'wp-content/plugins/thrive-leads/admin/js-min/assets/models.js'),(8066,'wp-content/plugins/thrive-leads/admin/js-min/assets/routes.js'),(8067,'wp-content/plugins/thrive-leads/admin/js-min/assets/views.js'),(8068,'wp-content/plugins/thrive-leads/admin/js-min/contacts/contacts.js'),(8069,'wp-content/plugins/thrive-leads/admin/js-min/contacts/routes.js'),(8070,'wp-content/plugins/thrive-leads/admin/js-min/contacts/views.js'),(8071,'wp-content/plugins/thrive-leads/admin/js-min/dashboard.js'),(8072,'wp-content/plugins/thrive-leads/admin/js-min/inconclusive_tests.js'),(8073,'wp-content/plugins/thrive-leads/admin/js-min/models.js'),(8074,'wp-content/plugins/thrive-leads/admin/js-min/reporting/charts.js'),(8075,'wp-content/plugins/thrive-leads/admin/js-min/reporting/models.js'),(8076,'wp-content/plugins/thrive-leads/admin/js-min/reporting/reporting.js'),(8077,'wp-content/plugins/thrive-leads/admin/js-min/reporting/routes.js'),(8078,'wp-content/plugins/thrive-leads/admin/js-min/reporting/views.js'),(8079,'wp-content/plugins/thrive-leads/admin/js-min/routes.js'),(8080,'wp-content/plugins/thrive-leads/admin/js-min/timepicker.js'),(8081,'wp-content/plugins/thrive-leads/admin/js-min/views.js'),(8082,'wp-content/plugins/thrive-leads/admin/start.php'),(8083,'wp-content/plugins/thrive-leads/admin/views/assets.php'),(8084,'wp-content/plugins/thrive-leads/admin/views/cloud-templates.php'),(8085,'wp-content/plugins/thrive-leads/admin/views/contacts/contacts.php'),(8086,'wp-content/plugins/thrive-leads/admin/views/contacts/contacts_download.php'),(8087,'wp-content/plugins/thrive-leads/admin/views/contacts/contacts_filters.php'),(8088,'wp-content/plugins/thrive-leads/admin/views/contacts/email_template.php'),(8089,'wp-content/plugins/thrive-leads/admin/views/dashboard.php'),(8090,'wp-content/plugins/thrive-leads/admin/views/leads_breadcrumbs.php'),(8091,'wp-content/plugins/thrive-leads/admin/views/leads_menu.php'),(8092,'wp-content/plugins/thrive-leads/admin/views/license_inactive.php'),(8093,'wp-content/plugins/thrive-leads/admin/views/lightboxes.php'),(8094,'wp-content/plugins/thrive-leads/admin/views/position_settings.php'),(8095,'wp-content/plugins/thrive-leads/admin/views/reporting.php'),(8096,'wp-content/plugins/thrive-leads/admin/views/tcb_version_incompatible.php'),(8097,'wp-content/plugins/thrive-leads/admin/views/template/assets/connections.phtml'),(8098,'wp-content/plugins/thrive-leads/admin/views/template/assets/file.phtml'),(8099,'wp-content/plugins/thrive-leads/admin/views/template/assets/item.phtml'),(8100,'wp-content/plugins/thrive-leads/admin/views/template/assets/selector.phtml'),(8101,'wp-content/plugins/thrive-leads/admin/views/template/breadcrumbs/item.phtml'),(8102,'wp-content/plugins/thrive-leads/admin/views/template/form-type/add-modal.phtml'),(8103,'wp-content/plugins/thrive-leads/admin/views/template/form-type/checkbox.phtml'),(8104,'wp-content/plugins/thrive-leads/admin/views/template/form-type/delete-modal.phtml'),(8105,'wp-content/plugins/thrive-leads/admin/views/template/form-type/edit.phtml'),(8106,'wp-content/plugins/thrive-leads/admin/views/template/form-type/item.phtml'),(8107,'wp-content/plugins/thrive-leads/admin/views/template/form-type/variation.phtml'),(8108,'wp-content/plugins/thrive-leads/admin/views/template/groups/item.phtml'),(8109,'wp-content/plugins/thrive-leads/admin/views/template/groups/list.phtml'),(8110,'wp-content/plugins/thrive-leads/admin/views/template/groups/settings/add_direct_url_form.phtml'),(8111,'wp-content/plugins/thrive-leads/admin/views/template/groups/settings/direct_url.phtml'),(8112,'wp-content/plugins/thrive-leads/admin/views/template/groups/settings/filter.phtml'),(8113,'wp-content/plugins/thrive-leads/admin/views/template/groups/settings/group_settings.phtml'),(8114,'wp-content/plugins/thrive-leads/admin/views/template/groups/settings/hanger.phtml'),(8115,'wp-content/plugins/thrive-leads/admin/views/template/groups/settings/option.phtml'),(8116,'wp-content/plugins/thrive-leads/admin/views/template/groups/settings/posts_filter.phtml'),(8117,'wp-content/plugins/thrive-leads/admin/views/template/groups/settings/selected_filter.phtml'),(8118,'wp-content/plugins/thrive-leads/admin/views/template/groups/settings/tab_label.phtml'),(8119,'wp-content/plugins/thrive-leads/admin/views/template/groups/settings/tabs.phtml'),(8120,'wp-content/plugins/thrive-leads/admin/views/template/groups/settings/tags_filter.phtml'),(8121,'wp-content/plugins/thrive-leads/admin/views/template/lightbox/add-asset-file.phtml'),(8122,'wp-content/plugins/thrive-leads/admin/views/template/lightbox/add-asset-group.phtml'),(8123,'wp-content/plugins/thrive-leads/admin/views/template/lightbox/add-email-template.phtml'),(8124,'wp-content/plugins/thrive-leads/admin/views/template/lightbox/add-form-variation.phtml'),(8125,'wp-content/plugins/thrive-leads/admin/views/template/lightbox/add-group.phtml'),(8126,'wp-content/plugins/thrive-leads/admin/views/template/lightbox/add-prev-asset-file.phtml'),(8127,'wp-content/plugins/thrive-leads/admin/views/template/lightbox/add-shortcode.phtml'),(8128,'wp-content/plugins/thrive-leads/admin/views/template/lightbox/add-two-step-lightbox.phtml'),(8129,'wp-content/plugins/thrive-leads/admin/views/template/lightbox/add-wizard-files.phtml'),(8130,'wp-content/plugins/thrive-leads/admin/views/template/lightbox/animation-settings.phtml'),(8131,'wp-content/plugins/thrive-leads/admin/views/template/lightbox/archive-form-variation.phtml'),(8132,'wp-content/plugins/thrive-leads/admin/views/template/lightbox/change-email-template.phtml'),(8133,'wp-content/plugins/thrive-leads/admin/views/template/lightbox/delete-archives.phtml'),(8134,'wp-content/plugins/thrive-leads/admin/views/template/lightbox/delete-asset-file.phtml'),(8135,'wp-content/plugins/thrive-leads/admin/views/template/lightbox/delete-asset-group.phtml'),(8136,'wp-content/plugins/thrive-leads/admin/views/template/lightbox/delete-form.phtml'),(8137,'wp-content/plugins/thrive-leads/admin/views/template/lightbox/delete-group.phtml'),(8138,'wp-content/plugins/thrive-leads/admin/views/template/lightbox/delete-shortcode.phtml'),(8139,'wp-content/plugins/thrive-leads/admin/views/template/lightbox/delete-test.phtml'),(8140,'wp-content/plugins/thrive-leads/admin/views/template/lightbox/delete-two-step-lightbox.phtml'),(8141,'wp-content/plugins/thrive-leads/admin/views/template/lightbox/delete-variation.phtml'),(8142,'wp-content/plugins/thrive-leads/admin/views/template/lightbox/display-frequency-settings.phtml'),(8143,'wp-content/plugins/thrive-leads/admin/views/template/lightbox/display-settings-group.phtml'),(8144,'wp-content/plugins/thrive-leads/admin/views/template/lightbox/edit-variation-test.phtml'),(8145,'wp-content/plugins/thrive-leads/admin/views/template/lightbox/inbound-link/group-item.phtml'),(8146,'wp-content/plugins/thrive-leads/admin/views/template/lightbox/inbound-link-builder.phtml'),(8147,'wp-content/plugins/thrive-leads/admin/views/template/lightbox/loader.phtml'),(8148,'wp-content/plugins/thrive-leads/admin/views/template/lightbox/lock-display-settings.phtml'),(8149,'wp-content/plugins/thrive-leads/admin/views/template/lightbox/one-click-signup/add-one-click-signup.phtml'),(8150,'wp-content/plugins/thrive-leads/admin/views/template/lightbox/one-click-signup/connection-settings.phtml'),(8151,'wp-content/plugins/thrive-leads/admin/views/template/lightbox/one-click-signup/delete-one-click-signup.phtml'),(8152,'wp-content/plugins/thrive-leads/admin/views/template/lightbox/one-click-signup/redirect-settings.phtml'),(8153,'wp-content/plugins/thrive-leads/admin/views/template/lightbox/one-click-signup/search-content.phtml'),(8154,'wp-content/plugins/thrive-leads/admin/views/template/lightbox/one-click-signup/selected-api-connection.phtml'),(8155,'wp-content/plugins/thrive-leads/admin/views/template/lightbox/php-insert-code.phtml'),(8156,'wp-content/plugins/thrive-leads/admin/views/template/lightbox/preview-email-template.phtml'),(8157,'wp-content/plugins/thrive-leads/admin/views/template/lightbox/reset-form-stats.phtml'),(8158,'wp-content/plugins/thrive-leads/admin/views/template/lightbox/reset-form-type-stats.phtml'),(8159,'wp-content/plugins/thrive-leads/admin/views/template/lightbox/shortcode-list.phtml'),(8160,'wp-content/plugins/thrive-leads/admin/views/template/lightbox/stop-variation-test.phtml'),(8161,'wp-content/plugins/thrive-leads/admin/views/template/lightbox/test-api-connection.phtml'),(8162,'wp-content/plugins/thrive-leads/admin/views/template/lightbox/variation-test.phtml'),(8163,'wp-content/plugins/thrive-leads/admin/views/template/lightbox/variation-winner-test-notice.phtml'),(8164,'wp-content/plugins/thrive-leads/admin/views/template/messages/item.phtml'),(8165,'wp-content/plugins/thrive-leads/admin/views/template/one-click-signup/item.phtml'),(8166,'wp-content/plugins/thrive-leads/admin/views/template/pagination/view.phtml'),(8167,'wp-content/plugins/thrive-leads/admin/views/template/reporting/comparison-report/item.phtml'),(8168,'wp-content/plugins/thrive-leads/admin/views/template/reporting/comparison-report/list.phtml'),(8169,'wp-content/plugins/thrive-leads/admin/views/template/reporting/conversion-rate-report/item.phtml'),(8170,'wp-content/plugins/thrive-leads/admin/views/template/reporting/conversion-rate-report/list.phtml'),(8171,'wp-content/plugins/thrive-leads/admin/views/template/reporting/conversion-report/item.phtml'),(8172,'wp-content/plugins/thrive-leads/admin/views/template/reporting/conversion-report/list.phtml'),(8173,'wp-content/plugins/thrive-leads/admin/views/template/reporting/lead-referral-report/item.phtml'),(8174,'wp-content/plugins/thrive-leads/admin/views/template/reporting/lead-referral-report/list.phtml'),(8175,'wp-content/plugins/thrive-leads/admin/views/template/reporting/lead-source-report/item.phtml'),(8176,'wp-content/plugins/thrive-leads/admin/views/template/reporting/lead-source-report/list.phtml'),(8177,'wp-content/plugins/thrive-leads/admin/views/template/reporting/lead-tracking-report/item.phtml'),(8178,'wp-content/plugins/thrive-leads/admin/views/template/reporting/lead-tracking-report/list.phtml'),(8179,'wp-content/plugins/thrive-leads/admin/views/template/shortcode/edit.phtml'),(8180,'wp-content/plugins/thrive-leads/admin/views/template/shortcode/item.phtml'),(8181,'wp-content/plugins/thrive-leads/admin/views/template/tests/active-test-item.phtml'),(8182,'wp-content/plugins/thrive-leads/admin/views/template/tests/completed-test-item.phtml'),(8183,'wp-content/plugins/thrive-leads/admin/views/template/tests/details.phtml'),(8184,'wp-content/plugins/thrive-leads/admin/views/template/tests/item.phtml'),(8185,'wp-content/plugins/thrive-leads/admin/views/template/tests/options.phtml'),(8186,'wp-content/plugins/thrive-leads/admin/views/template/tests/stopped-item.phtml'),(8187,'wp-content/plugins/thrive-leads/admin/views/template/tests/totals.phtml'),(8188,'wp-content/plugins/thrive-leads/admin/views/template/tests/view.phtml'),(8189,'wp-content/plugins/thrive-leads/admin/views/template/two-step-lightbox/edit.phtml'),(8190,'wp-content/plugins/thrive-leads/admin/views/template/two-step-lightbox/item.phtml'),(8191,'wp-content/plugins/thrive-leads/admin/views/trigger_settings/click.phtml'),(8192,'wp-content/plugins/thrive-leads/admin/views/trigger_settings/exit_intent.phtml'),(8193,'wp-content/plugins/thrive-leads/admin/views/trigger_settings/scroll_element.phtml'),(8194,'wp-content/plugins/thrive-leads/admin/views/trigger_settings/scroll_percent.phtml'),(8195,'wp-content/plugins/thrive-leads/admin/views/trigger_settings/time.phtml'),(8196,'wp-content/plugins/thrive-leads/admin/views/trigger_settings.php'),(8197,'wp-content/plugins/thrive-leads/database/Thrive_Leads_Database_Manager.php'),(8198,'wp-content/plugins/thrive-leads/database/index.php'),(8199,'wp-content/plugins/thrive-leads/database/migrations/ab_test_improvements-1.17.php'),(8200,'wp-content/plugins/thrive-leads/database/migrations/ajaxloadoption-1.12.php'),(8201,'wp-content/plugins/thrive-leads/database/migrations/caching-1.14.php'),(8202,'wp-content/plugins/thrive-leads/database/migrations/contacts-1.16.php'),(8203,'wp-content/plugins/thrive-leads/database/migrations/form_states-1.13.php'),(8204,'wp-content/plugins/thrive-leads/database/migrations/gdpr-1.21.php'),(8205,'wp-content/plugins/thrive-leads/database/migrations/install-1.0.php'),(8206,'wp-content/plugins/thrive-leads/database/migrations/log-index-1.19.php'),(8207,'wp-content/plugins/thrive-leads/database/migrations/oldtests-1.18.php'),(8208,'wp-content/plugins/thrive-leads/database/migrations/reporting_view-1.15.php'),(8209,'wp-content/plugins/thrive-leads/database/migrations/unique-1.06.php'),(8210,'wp-content/plugins/thrive-leads/database/migrations/utf8-collation-1.22.php'),(8211,'wp-content/plugins/thrive-leads/database/migrations/utf8issues-1.07.php'),(8212,'wp-content/plugins/thrive-leads/database/migrations/variations_index-1.20.php'),(8213,'wp-content/plugins/thrive-leads/editor/elements/advanced.php'),(8214,'wp-content/plugins/thrive-leads/editor/elements/menus.php'),(8215,'wp-content/plugins/thrive-leads/editor-layouts/_form_states.php'),(8216,'wp-content/plugins/thrive-leads/editor-layouts/_no_form.php'),(8217,'wp-content/plugins/thrive-leads/editor-layouts/greedy_ribbon.php'),(8218,'wp-content/plugins/thrive-leads/editor-layouts/head.php'),(8219,'wp-content/plugins/thrive-leads/editor-layouts/in_content.php'),(8220,'wp-content/plugins/thrive-leads/editor-layouts/lightbox.php'),(8221,'wp-content/plugins/thrive-leads/editor-layouts/post_footer.php'),(8222,'wp-content/plugins/thrive-leads/editor-layouts/ribbon.php'),(8223,'wp-content/plugins/thrive-leads/editor-layouts/screen_filler.php'),(8224,'wp-content/plugins/thrive-leads/editor-layouts/shortcode.php'),(8225,'wp-content/plugins/thrive-leads/editor-layouts/slide_in.php'),(8226,'wp-content/plugins/thrive-leads/editor-layouts/widget.php'),(8227,'wp-content/plugins/thrive-leads/editor-lightbox/lb_templates.php'),(8228,'wp-content/plugins/thrive-leads/editor-templates/_config.php'),(8229,'wp-content/plugins/thrive-leads/editor-templates/_form_css/fonts/21_set/21_set_icons.svg'),(8230,'wp-content/plugins/thrive-leads/editor-templates/_form_css/fonts/29_set/29_set_icons.svg'),(8231,'wp-content/plugins/thrive-leads/editor-templates/_form_css/fonts/52_set/52_set_icons.svg'),(8232,'wp-content/plugins/thrive-leads/editor-templates/_form_css/fonts/54_set/54_set_icons.svg'),(8233,'wp-content/plugins/thrive-leads/editor-templates/_form_css/fonts/55_set/55_set_icons.svg'),(8234,'wp-content/plugins/thrive-leads/editor-templates/_form_css/fonts/58_set/58_set_icons.svg'),(8235,'wp-content/plugins/thrive-leads/editor-templates/_form_css/fonts/59_set/59_set_icons.svg'),(8236,'wp-content/plugins/thrive-leads/editor-templates/_form_css/fonts/_gr_four_set/gr_four_set_icons.svg'),(8237,'wp-content/plugins/thrive-leads/editor-templates/_form_css/fonts/eight_set/eight_set_icons.svg'),(8238,'wp-content/plugins/thrive-leads/editor-templates/_form_css/fonts/eleven_set/eleven_set_icons.svg'),(8239,'wp-content/plugins/thrive-leads/editor-templates/_form_css/fonts/fifteen_set/fifteen_set_icons.svg'),(8240,'wp-content/plugins/thrive-leads/editor-templates/_form_css/fonts/five_set/five_set_icons.svg'),(8241,'wp-content/plugins/thrive-leads/editor-templates/_form_css/fonts/four_set/four_set_icons.svg'),(8242,'wp-content/plugins/thrive-leads/editor-templates/_form_css/fonts/gr_four_set/gr_four_set_icons.svg'),(8243,'wp-content/plugins/thrive-leads/editor-templates/_form_css/fonts/gr_nine_set/gr_nine_set_icons.svg'),(8244,'wp-content/plugins/thrive-leads/editor-templates/_form_css/fonts/gr_one_set/gr_one_set_icons.svg'),(8245,'wp-content/plugins/thrive-leads/editor-templates/_form_css/fonts/gr_seven_set/gr_seven_set_icons.svg'),(8246,'wp-content/plugins/thrive-leads/editor-templates/_form_css/fonts/gr_ten_set/gr_ten_set_icons.svg'),(8247,'wp-content/plugins/thrive-leads/editor-templates/_form_css/fonts/gr_three_set/gr_three_set_icons.svg'),(8248,'wp-content/plugins/thrive-leads/editor-templates/_form_css/fonts/one_set/one_set_icons.svg'),(8249,'wp-content/plugins/thrive-leads/editor-templates/_form_css/fonts/seven_set/seven_set_icons.svg'),(8250,'wp-content/plugins/thrive-leads/editor-templates/_form_css/fonts/six_set/six_set_icons.svg'),(8251,'wp-content/plugins/thrive-leads/editor-templates/_form_css/fonts/ten_set/ten_set_icons.svg'),(8252,'wp-content/plugins/thrive-leads/editor-templates/_form_css/fonts/thirteen_set/thirteen_set_icons.svg'),(8253,'wp-content/plugins/thrive-leads/editor-templates/_form_css/fonts/three_set/three_set_icons.svg'),(8254,'wp-content/plugins/thrive-leads/editor-templates/_form_css/fonts/two_set/two_set_icons.svg'),(8255,'wp-content/plugins/thrive-leads/editor-templates/greedy_ribbon/_gr_five_set.php'),(8256,'wp-content/plugins/thrive-leads/editor-templates/greedy_ribbon/_gr_four_set.php'),(8257,'wp-content/plugins/thrive-leads/editor-templates/greedy_ribbon/blank_set.php'),(8258,'wp-content/plugins/thrive-leads/editor-templates/greedy_ribbon/gr_eight_set_vms_step1.php'),(8259,'wp-content/plugins/thrive-leads/editor-templates/greedy_ribbon/gr_eight_set_vms_step2.php'),(8260,'wp-content/plugins/thrive-leads/editor-templates/greedy_ribbon/gr_five_set_vms_step1.php'),(8261,'wp-content/plugins/thrive-leads/editor-templates/greedy_ribbon/gr_five_set_vms_step2.php'),(8262,'wp-content/plugins/thrive-leads/editor-templates/greedy_ribbon/gr_four_set_vms_step1.php'),(8263,'wp-content/plugins/thrive-leads/editor-templates/greedy_ribbon/gr_four_set_vms_step1_v2.php'),(8264,'wp-content/plugins/thrive-leads/editor-templates/greedy_ribbon/gr_four_set_vms_step2.php'),(8265,'wp-content/plugins/thrive-leads/editor-templates/greedy_ribbon/gr_four_set_vms_step2_v2.php'),(8266,'wp-content/plugins/thrive-leads/editor-templates/greedy_ribbon/gr_nine_set.php'),(8267,'wp-content/plugins/thrive-leads/editor-templates/greedy_ribbon/gr_one_set.php'),(8268,'wp-content/plugins/thrive-leads/editor-templates/greedy_ribbon/gr_seven_set_vms_step1.php'),(8269,'wp-content/plugins/thrive-leads/editor-templates/greedy_ribbon/gr_seven_set_vms_step2.php'),(8270,'wp-content/plugins/thrive-leads/editor-templates/greedy_ribbon/gr_six_set_vms_step1.php'),(8271,'wp-content/plugins/thrive-leads/editor-templates/greedy_ribbon/gr_six_set_vms_step2.php'),(8272,'wp-content/plugins/thrive-leads/editor-templates/greedy_ribbon/gr_ten_set.php'),(8273,'wp-content/plugins/thrive-leads/editor-templates/greedy_ribbon/gr_three_set.php'),(8274,'wp-content/plugins/thrive-leads/editor-templates/greedy_ribbon/gr_two_set.php'),(8275,'wp-content/plugins/thrive-leads/editor-templates/greedy_ribbon/tcb2_blank.php'),(8276,'wp-content/plugins/thrive-leads/editor-templates/in_content/20_set.php'),(8277,'wp-content/plugins/thrive-leads/editor-templates/in_content/21_set.php'),(8278,'wp-content/plugins/thrive-leads/editor-templates/in_content/22_set.php'),(8279,'wp-content/plugins/thrive-leads/editor-templates/in_content/23_set.php'),(8280,'wp-content/plugins/thrive-leads/editor-templates/in_content/24_set.php'),(8281,'wp-content/plugins/thrive-leads/editor-templates/in_content/25_set.php'),(8282,'wp-content/plugins/thrive-leads/editor-templates/in_content/26_set.php'),(8283,'wp-content/plugins/thrive-leads/editor-templates/in_content/27_set.php'),(8284,'wp-content/plugins/thrive-leads/editor-templates/in_content/28_set.php'),(8285,'wp-content/plugins/thrive-leads/editor-templates/in_content/29_set.php'),(8286,'wp-content/plugins/thrive-leads/editor-templates/in_content/30_set.php'),(8287,'wp-content/plugins/thrive-leads/editor-templates/in_content/31_set.php'),(8288,'wp-content/plugins/thrive-leads/editor-templates/in_content/32_set.php'),(8289,'wp-content/plugins/thrive-leads/editor-templates/in_content/33_set.php'),(8290,'wp-content/plugins/thrive-leads/editor-templates/in_content/34_set.php'),(8291,'wp-content/plugins/thrive-leads/editor-templates/in_content/35_set.php'),(8292,'wp-content/plugins/thrive-leads/editor-templates/in_content/36_set.php'),(8293,'wp-content/plugins/thrive-leads/editor-templates/in_content/37_set.php'),(8294,'wp-content/plugins/thrive-leads/editor-templates/in_content/38_set.php'),(8295,'wp-content/plugins/thrive-leads/editor-templates/in_content/39_set.php'),(8296,'wp-content/plugins/thrive-leads/editor-templates/in_content/40_set.php'),(8297,'wp-content/plugins/thrive-leads/editor-templates/in_content/41_set.php'),(8298,'wp-content/plugins/thrive-leads/editor-templates/in_content/42_set.php'),(8299,'wp-content/plugins/thrive-leads/editor-templates/in_content/43_set.php'),(8300,'wp-content/plugins/thrive-leads/editor-templates/in_content/blank_set.php'),(8301,'wp-content/plugins/thrive-leads/editor-templates/in_content/eight_set.php'),(8302,'wp-content/plugins/thrive-leads/editor-templates/in_content/five_set.php'),(8303,'wp-content/plugins/thrive-leads/editor-templates/in_content/four_set.php'),(8304,'wp-content/plugins/thrive-leads/editor-templates/in_content/one_set.php'),(8305,'wp-content/plugins/thrive-leads/editor-templates/in_content/seven_set_v1.php'),(8306,'wp-content/plugins/thrive-leads/editor-templates/in_content/seven_set_v2.php'),(8307,'wp-content/plugins/thrive-leads/editor-templates/in_content/six_set.php'),(8308,'wp-content/plugins/thrive-leads/editor-templates/in_content/tcb2_blank.php'),(8309,'wp-content/plugins/thrive-leads/editor-templates/in_content/three_set_v1.php'),(8310,'wp-content/plugins/thrive-leads/editor-templates/in_content/three_set_v2.php'),(8311,'wp-content/plugins/thrive-leads/editor-templates/in_content/two_set.php'),(8312,'wp-content/plugins/thrive-leads/editor-templates/lightbox/20_set.php'),(8313,'wp-content/plugins/thrive-leads/editor-templates/lightbox/21_set.php'),(8314,'wp-content/plugins/thrive-leads/editor-templates/lightbox/22_set.php'),(8315,'wp-content/plugins/thrive-leads/editor-templates/lightbox/23_set.php'),(8316,'wp-content/plugins/thrive-leads/editor-templates/lightbox/24_set.php'),(8317,'wp-content/plugins/thrive-leads/editor-templates/lightbox/25_set.php'),(8318,'wp-content/plugins/thrive-leads/editor-templates/lightbox/26_set.php'),(8319,'wp-content/plugins/thrive-leads/editor-templates/lightbox/27_set.php'),(8320,'wp-content/plugins/thrive-leads/editor-templates/lightbox/28_set.php'),(8321,'wp-content/plugins/thrive-leads/editor-templates/lightbox/29_set.php'),(8322,'wp-content/plugins/thrive-leads/editor-templates/lightbox/30_set.php'),(8323,'wp-content/plugins/thrive-leads/editor-templates/lightbox/31_set.php'),(8324,'wp-content/plugins/thrive-leads/editor-templates/lightbox/32_set.php'),(8325,'wp-content/plugins/thrive-leads/editor-templates/lightbox/33_set.php'),(8326,'wp-content/plugins/thrive-leads/editor-templates/lightbox/34_set.php'),(8327,'wp-content/plugins/thrive-leads/editor-templates/lightbox/35_set.php'),(8328,'wp-content/plugins/thrive-leads/editor-templates/lightbox/36_set.php'),(8329,'wp-content/plugins/thrive-leads/editor-templates/lightbox/37_set.php'),(8330,'wp-content/plugins/thrive-leads/editor-templates/lightbox/38_set.php'),(8331,'wp-content/plugins/thrive-leads/editor-templates/lightbox/39_set.php'),(8332,'wp-content/plugins/thrive-leads/editor-templates/lightbox/40_set.php'),(8333,'wp-content/plugins/thrive-leads/editor-templates/lightbox/41_set.php'),(8334,'wp-content/plugins/thrive-leads/editor-templates/lightbox/42_set.php'),(8335,'wp-content/plugins/thrive-leads/editor-templates/lightbox/43_set.php'),(8336,'wp-content/plugins/thrive-leads/editor-templates/lightbox/44_set_vms_step1.php'),(8337,'wp-content/plugins/thrive-leads/editor-templates/lightbox/44_set_vms_step2.php'),(8338,'wp-content/plugins/thrive-leads/editor-templates/lightbox/45_set_vms_step1.php'),(8339,'wp-content/plugins/thrive-leads/editor-templates/lightbox/45_set_vms_step2.php'),(8340,'wp-content/plugins/thrive-leads/editor-templates/lightbox/46_set_vms_step1.php'),(8341,'wp-content/plugins/thrive-leads/editor-templates/lightbox/46_set_vms_step2.php'),(8342,'wp-content/plugins/thrive-leads/editor-templates/lightbox/47_set_vms_step1.php'),(8343,'wp-content/plugins/thrive-leads/editor-templates/lightbox/47_set_vms_step2.php'),(8344,'wp-content/plugins/thrive-leads/editor-templates/lightbox/48_set_vms_step1.php'),(8345,'wp-content/plugins/thrive-leads/editor-templates/lightbox/48_set_vms_step2.php'),(8346,'wp-content/plugins/thrive-leads/editor-templates/lightbox/49_set_vms_step1.php'),(8347,'wp-content/plugins/thrive-leads/editor-templates/lightbox/49_set_vms_step2.php'),(8348,'wp-content/plugins/thrive-leads/editor-templates/lightbox/50_set_vms_step1.php'),(8349,'wp-content/plugins/thrive-leads/editor-templates/lightbox/50_set_vms_step2.php'),(8350,'wp-content/plugins/thrive-leads/editor-templates/lightbox/51_set_vms_step1.php'),(8351,'wp-content/plugins/thrive-leads/editor-templates/lightbox/51_set_vms_step2.php'),(8352,'wp-content/plugins/thrive-leads/editor-templates/lightbox/52_set_vms_step1.php'),(8353,'wp-content/plugins/thrive-leads/editor-templates/lightbox/52_set_vms_step2.php'),(8354,'wp-content/plugins/thrive-leads/editor-templates/lightbox/53_set_vms_step1.php'),(8355,'wp-content/plugins/thrive-leads/editor-templates/lightbox/53_set_vms_step2.php'),(8356,'wp-content/plugins/thrive-leads/editor-templates/lightbox/54_set_vms_step2.php'),(8357,'wp-content/plugins/thrive-leads/editor-templates/lightbox/55_set_vms_step2.php'),(8358,'wp-content/plugins/thrive-leads/editor-templates/lightbox/56_set_vms_step2.php'),(8359,'wp-content/plugins/thrive-leads/editor-templates/lightbox/57_set_vms_step2.php'),(8360,'wp-content/plugins/thrive-leads/editor-templates/lightbox/58_set_vms_step2.php'),(8361,'wp-content/plugins/thrive-leads/editor-templates/lightbox/59_set_vms_step2.php'),(8362,'wp-content/plugins/thrive-leads/editor-templates/lightbox/blank_set.php'),(8363,'wp-content/plugins/thrive-leads/editor-templates/lightbox/eight_set_v1.php'),(8364,'wp-content/plugins/thrive-leads/editor-templates/lightbox/eight_set_v2.php'),(8365,'wp-content/plugins/thrive-leads/editor-templates/lightbox/eight_set_vms_step1.php'),(8366,'wp-content/plugins/thrive-leads/editor-templates/lightbox/eight_set_vms_step2.php'),(8367,'wp-content/plugins/thrive-leads/editor-templates/lightbox/eleven_set_vms_step1.php'),(8368,'wp-content/plugins/thrive-leads/editor-templates/lightbox/eleven_set_vms_step2.php'),(8369,'wp-content/plugins/thrive-leads/editor-templates/lightbox/eleven_set_vms_step3.php'),(8370,'wp-content/plugins/thrive-leads/editor-templates/lightbox/five_set_v1.php'),(8371,'wp-content/plugins/thrive-leads/editor-templates/lightbox/five_set_v2.php'),(8372,'wp-content/plugins/thrive-leads/editor-templates/lightbox/four_set_v1.php'),(8373,'wp-content/plugins/thrive-leads/editor-templates/lightbox/four_set_v2.php'),(8374,'wp-content/plugins/thrive-leads/editor-templates/lightbox/nine_set_vms_step1.php'),(8375,'wp-content/plugins/thrive-leads/editor-templates/lightbox/nine_set_vms_step2.php'),(8376,'wp-content/plugins/thrive-leads/editor-templates/lightbox/one_set_v1.php'),(8377,'wp-content/plugins/thrive-leads/editor-templates/lightbox/one_set_v2.php'),(8378,'wp-content/plugins/thrive-leads/editor-templates/lightbox/one_set_vms_step1.php'),(8379,'wp-content/plugins/thrive-leads/editor-templates/lightbox/one_set_vms_step2.php'),(8380,'wp-content/plugins/thrive-leads/editor-templates/lightbox/seven_set_v1.php'),(8381,'wp-content/plugins/thrive-leads/editor-templates/lightbox/seven_set_v2.php'),(8382,'wp-content/plugins/thrive-leads/editor-templates/lightbox/seven_set_v3.php'),(8383,'wp-content/plugins/thrive-leads/editor-templates/lightbox/six_set_v1.php'),(8384,'wp-content/plugins/thrive-leads/editor-templates/lightbox/six_set_v2.php'),(8385,'wp-content/plugins/thrive-leads/editor-templates/lightbox/tcb2_blank.php'),(8386,'wp-content/plugins/thrive-leads/editor-templates/lightbox/ten_set_vms_step1.php'),(8387,'wp-content/plugins/thrive-leads/editor-templates/lightbox/ten_set_vms_step2.php'),(8388,'wp-content/plugins/thrive-leads/editor-templates/lightbox/three_set_v1.php'),(8389,'wp-content/plugins/thrive-leads/editor-templates/lightbox/three_set_v2.php'),(8390,'wp-content/plugins/thrive-leads/editor-templates/lightbox/twelve_set_vms_step1.php'),(8391,'wp-content/plugins/thrive-leads/editor-templates/lightbox/twelve_set_vms_step2.php'),(8392,'wp-content/plugins/thrive-leads/editor-templates/lightbox/twelve_set_vms_step3.php'),(8393,'wp-content/plugins/thrive-leads/editor-templates/lightbox/twelve_set_vms_step4.php'),(8394,'wp-content/plugins/thrive-leads/editor-templates/lightbox/two_set_v1.php'),(8395,'wp-content/plugins/thrive-leads/editor-templates/lightbox/two_set_v2.php'),(8396,'wp-content/plugins/thrive-leads/editor-templates/lightbox/two_set_v3.php'),(8397,'wp-content/plugins/thrive-leads/editor-templates/lightbox/two_set_v4.php'),(8398,'wp-content/plugins/thrive-leads/editor-templates/lightbox/two_set_v5.php'),(8399,'wp-content/plugins/thrive-leads/editor-templates/lightbox/two_set_v6.php'),(8400,'wp-content/plugins/thrive-leads/editor-templates/lightbox/two_set_vms_step1.php'),(8401,'wp-content/plugins/thrive-leads/editor-templates/lightbox/two_set_vms_step2.php'),(8402,'wp-content/plugins/thrive-leads/editor-templates/post_footer/20_set.php'),(8403,'wp-content/plugins/thrive-leads/editor-templates/post_footer/21_set.php'),(8404,'wp-content/plugins/thrive-leads/editor-templates/post_footer/22_set.php'),(8405,'wp-content/plugins/thrive-leads/editor-templates/post_footer/23_set.php'),(8406,'wp-content/plugins/thrive-leads/editor-templates/post_footer/24_set.php'),(8407,'wp-content/plugins/thrive-leads/editor-templates/post_footer/25_set.php'),(8408,'wp-content/plugins/thrive-leads/editor-templates/post_footer/26_set.php'),(8409,'wp-content/plugins/thrive-leads/editor-templates/post_footer/27_set.php'),(8410,'wp-content/plugins/thrive-leads/editor-templates/post_footer/28_set.php'),(8411,'wp-content/plugins/thrive-leads/editor-templates/post_footer/29_set.php'),(8412,'wp-content/plugins/thrive-leads/editor-templates/post_footer/30_set.php'),(8413,'wp-content/plugins/thrive-leads/editor-templates/post_footer/31_set.php'),(8414,'wp-content/plugins/thrive-leads/editor-templates/post_footer/32_set.php'),(8415,'wp-content/plugins/thrive-leads/editor-templates/post_footer/33_set.php'),(8416,'wp-content/plugins/thrive-leads/editor-templates/post_footer/34_set.php'),(8417,'wp-content/plugins/thrive-leads/editor-templates/post_footer/35_set.php'),(8418,'wp-content/plugins/thrive-leads/editor-templates/post_footer/36_set.php'),(8419,'wp-content/plugins/thrive-leads/editor-templates/post_footer/37_set.php'),(8420,'wp-content/plugins/thrive-leads/editor-templates/post_footer/38_set.php'),(8421,'wp-content/plugins/thrive-leads/editor-templates/post_footer/39_set.php'),(8422,'wp-content/plugins/thrive-leads/editor-templates/post_footer/40_set.php'),(8423,'wp-content/plugins/thrive-leads/editor-templates/post_footer/41_set.php'),(8424,'wp-content/plugins/thrive-leads/editor-templates/post_footer/42_set.php'),(8425,'wp-content/plugins/thrive-leads/editor-templates/post_footer/43_set.php'),(8426,'wp-content/plugins/thrive-leads/editor-templates/post_footer/44_set_vms_step1.php'),(8427,'wp-content/plugins/thrive-leads/editor-templates/post_footer/44_set_vms_step2.php'),(8428,'wp-content/plugins/thrive-leads/editor-templates/post_footer/45_set_vms_step1.php'),(8429,'wp-content/plugins/thrive-leads/editor-templates/post_footer/45_set_vms_step2.php'),(8430,'wp-content/plugins/thrive-leads/editor-templates/post_footer/46_set_vms_step1.php'),(8431,'wp-content/plugins/thrive-leads/editor-templates/post_footer/46_set_vms_step2.php'),(8432,'wp-content/plugins/thrive-leads/editor-templates/post_footer/47_set_vms_step1.php'),(8433,'wp-content/plugins/thrive-leads/editor-templates/post_footer/47_set_vms_step2.php'),(8434,'wp-content/plugins/thrive-leads/editor-templates/post_footer/48_set_vms_step1.php'),(8435,'wp-content/plugins/thrive-leads/editor-templates/post_footer/48_set_vms_step2.php'),(8436,'wp-content/plugins/thrive-leads/editor-templates/post_footer/49_set_vms_step1.php'),(8437,'wp-content/plugins/thrive-leads/editor-templates/post_footer/49_set_vms_step2.php'),(8438,'wp-content/plugins/thrive-leads/editor-templates/post_footer/50_set_vms_step1.php'),(8439,'wp-content/plugins/thrive-leads/editor-templates/post_footer/50_set_vms_step2.php'),(8440,'wp-content/plugins/thrive-leads/editor-templates/post_footer/51_set_vms_step1.php'),(8441,'wp-content/plugins/thrive-leads/editor-templates/post_footer/51_set_vms_step2.php'),(8442,'wp-content/plugins/thrive-leads/editor-templates/post_footer/52_set_vms_step1.php'),(8443,'wp-content/plugins/thrive-leads/editor-templates/post_footer/52_set_vms_step2.php'),(8444,'wp-content/plugins/thrive-leads/editor-templates/post_footer/53_set_vms_step1.php'),(8445,'wp-content/plugins/thrive-leads/editor-templates/post_footer/53_set_vms_step2.php'),(8446,'wp-content/plugins/thrive-leads/editor-templates/post_footer/blank_set.php'),(8447,'wp-content/plugins/thrive-leads/editor-templates/post_footer/eight_set.php'),(8448,'wp-content/plugins/thrive-leads/editor-templates/post_footer/eleven_set_vms_step1.php'),(8449,'wp-content/plugins/thrive-leads/editor-templates/post_footer/eleven_set_vms_step2.php'),(8450,'wp-content/plugins/thrive-leads/editor-templates/post_footer/eleven_set_vms_step3.php'),(8451,'wp-content/plugins/thrive-leads/editor-templates/post_footer/five_set.php'),(8452,'wp-content/plugins/thrive-leads/editor-templates/post_footer/four_set.php'),(8453,'wp-content/plugins/thrive-leads/editor-templates/post_footer/nine_set_vms_step1.php'),(8454,'wp-content/plugins/thrive-leads/editor-templates/post_footer/nine_set_vms_step2.php'),(8455,'wp-content/plugins/thrive-leads/editor-templates/post_footer/one_set.php'),(8456,'wp-content/plugins/thrive-leads/editor-templates/post_footer/seven_set_v1.php'),(8457,'wp-content/plugins/thrive-leads/editor-templates/post_footer/seven_set_v2.php'),(8458,'wp-content/plugins/thrive-leads/editor-templates/post_footer/six_set.php'),(8459,'wp-content/plugins/thrive-leads/editor-templates/post_footer/tcb2_blank.php'),(8460,'wp-content/plugins/thrive-leads/editor-templates/post_footer/ten_set_vms_step1.php'),(8461,'wp-content/plugins/thrive-leads/editor-templates/post_footer/ten_set_vms_step2.php'),(8462,'wp-content/plugins/thrive-leads/editor-templates/post_footer/three_set_v1.php'),(8463,'wp-content/plugins/thrive-leads/editor-templates/post_footer/three_set_v2.php'),(8464,'wp-content/plugins/thrive-leads/editor-templates/post_footer/twelve_set_vms_step1.php'),(8465,'wp-content/plugins/thrive-leads/editor-templates/post_footer/twelve_set_vms_step2.php'),(8466,'wp-content/plugins/thrive-leads/editor-templates/post_footer/twelve_set_vms_step3.php'),(8467,'wp-content/plugins/thrive-leads/editor-templates/post_footer/twelve_set_vms_step4.php'),(8468,'wp-content/plugins/thrive-leads/editor-templates/post_footer/two_set.php'),(8469,'wp-content/plugins/thrive-leads/editor-templates/ribbon/blank_set.php'),(8470,'wp-content/plugins/thrive-leads/editor-templates/ribbon/eight_set.php'),(8471,'wp-content/plugins/thrive-leads/editor-templates/ribbon/five_set.php'),(8472,'wp-content/plugins/thrive-leads/editor-templates/ribbon/four_set.php'),(8473,'wp-content/plugins/thrive-leads/editor-templates/ribbon/one_set.php'),(8474,'wp-content/plugins/thrive-leads/editor-templates/ribbon/seven_set.php'),(8475,'wp-content/plugins/thrive-leads/editor-templates/ribbon/six_set.php'),(8476,'wp-content/plugins/thrive-leads/editor-templates/ribbon/tcb2_blank.php'),(8477,'wp-content/plugins/thrive-leads/editor-templates/ribbon/three_set.php'),(8478,'wp-content/plugins/thrive-leads/editor-templates/ribbon/two_set.php'),(8479,'wp-content/plugins/thrive-leads/editor-templates/screen_filler/44_set_vms_step1.php'),(8480,'wp-content/plugins/thrive-leads/editor-templates/screen_filler/44_set_vms_step2.php'),(8481,'wp-content/plugins/thrive-leads/editor-templates/screen_filler/45_set_vms_step1.php'),(8482,'wp-content/plugins/thrive-leads/editor-templates/screen_filler/45_set_vms_step2.php'),(8483,'wp-content/plugins/thrive-leads/editor-templates/screen_filler/46_set_vms_step1.php'),(8484,'wp-content/plugins/thrive-leads/editor-templates/screen_filler/46_set_vms_step2.php'),(8485,'wp-content/plugins/thrive-leads/editor-templates/screen_filler/47_set_vms_step1.php'),(8486,'wp-content/plugins/thrive-leads/editor-templates/screen_filler/47_set_vms_step2.php'),(8487,'wp-content/plugins/thrive-leads/editor-templates/screen_filler/48_set_vms_step1.php'),(8488,'wp-content/plugins/thrive-leads/editor-templates/screen_filler/48_set_vms_step2.php'),(8489,'wp-content/plugins/thrive-leads/editor-templates/screen_filler/49_set_vms_step1.php'),(8490,'wp-content/plugins/thrive-leads/editor-templates/screen_filler/49_set_vms_step2.php'),(8491,'wp-content/plugins/thrive-leads/editor-templates/screen_filler/50_set_vms_step1.php'),(8492,'wp-content/plugins/thrive-leads/editor-templates/screen_filler/50_set_vms_step2.php'),(8493,'wp-content/plugins/thrive-leads/editor-templates/screen_filler/51_set_vms_step1.php'),(8494,'wp-content/plugins/thrive-leads/editor-templates/screen_filler/51_set_vms_step2.php'),(8495,'wp-content/plugins/thrive-leads/editor-templates/screen_filler/52_set_vms_step1.php'),(8496,'wp-content/plugins/thrive-leads/editor-templates/screen_filler/52_set_vms_step2.php'),(8497,'wp-content/plugins/thrive-leads/editor-templates/screen_filler/53_set_vms_step1.php'),(8498,'wp-content/plugins/thrive-leads/editor-templates/screen_filler/53_set_vms_step2.php'),(8499,'wp-content/plugins/thrive-leads/editor-templates/screen_filler/blank_set.php'),(8500,'wp-content/plugins/thrive-leads/editor-templates/screen_filler/eighteen_set_vms_step1.php'),(8501,'wp-content/plugins/thrive-leads/editor-templates/screen_filler/eighteen_set_vms_step2.php'),(8502,'wp-content/plugins/thrive-leads/editor-templates/screen_filler/fifteen_set_vms_step1.php'),(8503,'wp-content/plugins/thrive-leads/editor-templates/screen_filler/fifteen_set_vms_step2.php'),(8504,'wp-content/plugins/thrive-leads/editor-templates/screen_filler/fifteen_set_vms_step3.php'),(8505,'wp-content/plugins/thrive-leads/editor-templates/screen_filler/fifteen_set_vms_step4.php'),(8506,'wp-content/plugins/thrive-leads/editor-templates/screen_filler/fourteen_set_vms_step1.php'),(8507,'wp-content/plugins/thrive-leads/editor-templates/screen_filler/fourteen_set_vms_step2.php'),(8508,'wp-content/plugins/thrive-leads/editor-templates/screen_filler/nineteen_set.php'),(8509,'wp-content/plugins/thrive-leads/editor-templates/screen_filler/seven_set.php'),(8510,'wp-content/plugins/thrive-leads/editor-templates/screen_filler/seventeen_set.php'),(8511,'wp-content/plugins/thrive-leads/editor-templates/screen_filler/sixteen_set.php'),(8512,'wp-content/plugins/thrive-leads/editor-templates/screen_filler/tcb2_blank.php'),(8513,'wp-content/plugins/thrive-leads/editor-templates/screen_filler/thirteen_set_vms_step1.php'),(8514,'wp-content/plugins/thrive-leads/editor-templates/screen_filler/thirteen_set_vms_step2.php'),(8515,'wp-content/plugins/thrive-leads/editor-templates/screen_filler/three_set_v1.php'),(8516,'wp-content/plugins/thrive-leads/editor-templates/screen_filler/three_set_v2.php'),(8517,'wp-content/plugins/thrive-leads/editor-templates/screen_filler/three_set_v3.php'),(8518,'wp-content/plugins/thrive-leads/editor-templates/screen_filler/two_set_v1.php'),(8519,'wp-content/plugins/thrive-leads/editor-templates/screen_filler/two_set_v2.php'),(8520,'wp-content/plugins/thrive-leads/editor-templates/screen_filler/two_set_v3.php'),(8521,'wp-content/plugins/thrive-leads/editor-templates/shortcode/20_set.php'),(8522,'wp-content/plugins/thrive-leads/editor-templates/shortcode/21_set.php'),(8523,'wp-content/plugins/thrive-leads/editor-templates/shortcode/22_set.php'),(8524,'wp-content/plugins/thrive-leads/editor-templates/shortcode/23_set.php'),(8525,'wp-content/plugins/thrive-leads/editor-templates/shortcode/24_set.php'),(8526,'wp-content/plugins/thrive-leads/editor-templates/shortcode/25_set.php'),(8527,'wp-content/plugins/thrive-leads/editor-templates/shortcode/26_set.php'),(8528,'wp-content/plugins/thrive-leads/editor-templates/shortcode/27_set.php'),(8529,'wp-content/plugins/thrive-leads/editor-templates/shortcode/28_set.php'),(8530,'wp-content/plugins/thrive-leads/editor-templates/shortcode/29_set.php'),(8531,'wp-content/plugins/thrive-leads/editor-templates/shortcode/30_set.php'),(8532,'wp-content/plugins/thrive-leads/editor-templates/shortcode/31_set.php'),(8533,'wp-content/plugins/thrive-leads/editor-templates/shortcode/32_set.php'),(8534,'wp-content/plugins/thrive-leads/editor-templates/shortcode/33_set.php'),(8535,'wp-content/plugins/thrive-leads/editor-templates/shortcode/34_set.php'),(8536,'wp-content/plugins/thrive-leads/editor-templates/shortcode/35_set.php'),(8537,'wp-content/plugins/thrive-leads/editor-templates/shortcode/36_set.php'),(8538,'wp-content/plugins/thrive-leads/editor-templates/shortcode/37_set.php'),(8539,'wp-content/plugins/thrive-leads/editor-templates/shortcode/38_set.php'),(8540,'wp-content/plugins/thrive-leads/editor-templates/shortcode/39_set.php'),(8541,'wp-content/plugins/thrive-leads/editor-templates/shortcode/40_set.php'),(8542,'wp-content/plugins/thrive-leads/editor-templates/shortcode/41_set.php'),(8543,'wp-content/plugins/thrive-leads/editor-templates/shortcode/42_set.php'),(8544,'wp-content/plugins/thrive-leads/editor-templates/shortcode/43_set.php'),(8545,'wp-content/plugins/thrive-leads/editor-templates/shortcode/44_set_vms_step1.php'),(8546,'wp-content/plugins/thrive-leads/editor-templates/shortcode/44_set_vms_step2.php'),(8547,'wp-content/plugins/thrive-leads/editor-templates/shortcode/45_set_vms_step1.php'),(8548,'wp-content/plugins/thrive-leads/editor-templates/shortcode/45_set_vms_step2.php'),(8549,'wp-content/plugins/thrive-leads/editor-templates/shortcode/46_set_vms_step1.php'),(8550,'wp-content/plugins/thrive-leads/editor-templates/shortcode/46_set_vms_step2.php'),(8551,'wp-content/plugins/thrive-leads/editor-templates/shortcode/47_set_vms_step1.php'),(8552,'wp-content/plugins/thrive-leads/editor-templates/shortcode/47_set_vms_step2.php'),(8553,'wp-content/plugins/thrive-leads/editor-templates/shortcode/48_set_vms_step1.php'),(8554,'wp-content/plugins/thrive-leads/editor-templates/shortcode/48_set_vms_step2.php'),(8555,'wp-content/plugins/thrive-leads/editor-templates/shortcode/49_set_vms_step1.php'),(8556,'wp-content/plugins/thrive-leads/editor-templates/shortcode/49_set_vms_step2.php'),(8557,'wp-content/plugins/thrive-leads/editor-templates/shortcode/50_set_vms_step1.php'),(8558,'wp-content/plugins/thrive-leads/editor-templates/shortcode/50_set_vms_step2.php'),(8559,'wp-content/plugins/thrive-leads/editor-templates/shortcode/51_set_vms_step1.php'),(8560,'wp-content/plugins/thrive-leads/editor-templates/shortcode/51_set_vms_step2.php'),(8561,'wp-content/plugins/thrive-leads/editor-templates/shortcode/52_set_vms_step1.php'),(8562,'wp-content/plugins/thrive-leads/editor-templates/shortcode/52_set_vms_step2.php'),(8563,'wp-content/plugins/thrive-leads/editor-templates/shortcode/53_set_vms_step1.php'),(8564,'wp-content/plugins/thrive-leads/editor-templates/shortcode/53_set_vms_step2.php'),(8565,'wp-content/plugins/thrive-leads/editor-templates/shortcode/54_set_vms_step1.php'),(8566,'wp-content/plugins/thrive-leads/editor-templates/shortcode/55_set_vms_step1.php'),(8567,'wp-content/plugins/thrive-leads/editor-templates/shortcode/56_set_vms_step1.php'),(8568,'wp-content/plugins/thrive-leads/editor-templates/shortcode/57_set_vms_step1.php'),(8569,'wp-content/plugins/thrive-leads/editor-templates/shortcode/58_set_vms_step1.php'),(8570,'wp-content/plugins/thrive-leads/editor-templates/shortcode/59_set_vms_step1.php'),(8571,'wp-content/plugins/thrive-leads/editor-templates/shortcode/blank_set.php'),(8572,'wp-content/plugins/thrive-leads/editor-templates/shortcode/eight_set.php'),(8573,'wp-content/plugins/thrive-leads/editor-templates/shortcode/eight_set_v2.php'),(8574,'wp-content/plugins/thrive-leads/editor-templates/shortcode/eleven_set_vms_step1.php'),(8575,'wp-content/plugins/thrive-leads/editor-templates/shortcode/eleven_set_vms_step2.php'),(8576,'wp-content/plugins/thrive-leads/editor-templates/shortcode/eleven_set_vms_step3.php'),(8577,'wp-content/plugins/thrive-leads/editor-templates/shortcode/five_set.php'),(8578,'wp-content/plugins/thrive-leads/editor-templates/shortcode/five_set_v2.php'),(8579,'wp-content/plugins/thrive-leads/editor-templates/shortcode/four_set.php'),(8580,'wp-content/plugins/thrive-leads/editor-templates/shortcode/four_set_v2.php'),(8581,'wp-content/plugins/thrive-leads/editor-templates/shortcode/nine_set_vms_step1.php'),(8582,'wp-content/plugins/thrive-leads/editor-templates/shortcode/nine_set_vms_step2.php'),(8583,'wp-content/plugins/thrive-leads/editor-templates/shortcode/one_set.php'),(8584,'wp-content/plugins/thrive-leads/editor-templates/shortcode/one_set_v2.php'),(8585,'wp-content/plugins/thrive-leads/editor-templates/shortcode/seven_set_v1.php'),(8586,'wp-content/plugins/thrive-leads/editor-templates/shortcode/seven_set_v2.php'),(8587,'wp-content/plugins/thrive-leads/editor-templates/shortcode/seven_set_v3.php'),(8588,'wp-content/plugins/thrive-leads/editor-templates/shortcode/seven_set_v4.php'),(8589,'wp-content/plugins/thrive-leads/editor-templates/shortcode/six_set.php'),(8590,'wp-content/plugins/thrive-leads/editor-templates/shortcode/six_set_v2.php'),(8591,'wp-content/plugins/thrive-leads/editor-templates/shortcode/tcb2_blank.php'),(8592,'wp-content/plugins/thrive-leads/editor-templates/shortcode/ten_set_vms_step1.php'),(8593,'wp-content/plugins/thrive-leads/editor-templates/shortcode/ten_set_vms_step2.php'),(8594,'wp-content/plugins/thrive-leads/editor-templates/shortcode/three_set_v1.php'),(8595,'wp-content/plugins/thrive-leads/editor-templates/shortcode/three_set_v2.php'),(8596,'wp-content/plugins/thrive-leads/editor-templates/shortcode/three_set_v3.php'),(8597,'wp-content/plugins/thrive-leads/editor-templates/shortcode/twelve_set_vms_step1.php'),(8598,'wp-content/plugins/thrive-leads/editor-templates/shortcode/twelve_set_vms_step2.php'),(8599,'wp-content/plugins/thrive-leads/editor-templates/shortcode/twelve_set_vms_step3.php'),(8600,'wp-content/plugins/thrive-leads/editor-templates/shortcode/twelve_set_vms_step4.php'),(8601,'wp-content/plugins/thrive-leads/editor-templates/shortcode/two_set.php'),(8602,'wp-content/plugins/thrive-leads/editor-templates/shortcode/two_set_v2.php'),(8603,'wp-content/plugins/thrive-leads/editor-templates/slide_in/blank_set.php'),(8604,'wp-content/plugins/thrive-leads/editor-templates/slide_in/eight_set.php'),(8605,'wp-content/plugins/thrive-leads/editor-templates/slide_in/five_set.php'),(8606,'wp-content/plugins/thrive-leads/editor-templates/slide_in/four_set_v1.php'),(8607,'wp-content/plugins/thrive-leads/editor-templates/slide_in/four_set_v2.php'),(8608,'wp-content/plugins/thrive-leads/editor-templates/slide_in/one_set_v1.php'),(8609,'wp-content/plugins/thrive-leads/editor-templates/slide_in/one_set_v2.php'),(8610,'wp-content/plugins/thrive-leads/editor-templates/slide_in/seven_set_v1.php'),(8611,'wp-content/plugins/thrive-leads/editor-templates/slide_in/seven_set_v2.php'),(8612,'wp-content/plugins/thrive-leads/editor-templates/slide_in/six_set.php'),(8613,'wp-content/plugins/thrive-leads/editor-templates/slide_in/tcb2_blank.php'),(8614,'wp-content/plugins/thrive-leads/editor-templates/slide_in/three_set.php'),(8615,'wp-content/plugins/thrive-leads/editor-templates/slide_in/two_set.php'),(8616,'wp-content/plugins/thrive-leads/editor-templates/widget/20_set.php'),(8617,'wp-content/plugins/thrive-leads/editor-templates/widget/21_set.php'),(8618,'wp-content/plugins/thrive-leads/editor-templates/widget/22_set.php'),(8619,'wp-content/plugins/thrive-leads/editor-templates/widget/23_set.php'),(8620,'wp-content/plugins/thrive-leads/editor-templates/widget/24_set.php'),(8621,'wp-content/plugins/thrive-leads/editor-templates/widget/25_set.php'),(8622,'wp-content/plugins/thrive-leads/editor-templates/widget/26_set.php'),(8623,'wp-content/plugins/thrive-leads/editor-templates/widget/27_set.php'),(8624,'wp-content/plugins/thrive-leads/editor-templates/widget/28_set.php'),(8625,'wp-content/plugins/thrive-leads/editor-templates/widget/29_set.php'),(8626,'wp-content/plugins/thrive-leads/editor-templates/widget/30_set.php'),(8627,'wp-content/plugins/thrive-leads/editor-templates/widget/31_set.php'),(8628,'wp-content/plugins/thrive-leads/editor-templates/widget/32_set.php'),(8629,'wp-content/plugins/thrive-leads/editor-templates/widget/33_set.php'),(8630,'wp-content/plugins/thrive-leads/editor-templates/widget/34_set.php'),(8631,'wp-content/plugins/thrive-leads/editor-templates/widget/35_set.php'),(8632,'wp-content/plugins/thrive-leads/editor-templates/widget/36_set.php'),(8633,'wp-content/plugins/thrive-leads/editor-templates/widget/37_set.php'),(8634,'wp-content/plugins/thrive-leads/editor-templates/widget/38_set.php'),(8635,'wp-content/plugins/thrive-leads/editor-templates/widget/39_set.php'),(8636,'wp-content/plugins/thrive-leads/editor-templates/widget/40_set.php'),(8637,'wp-content/plugins/thrive-leads/editor-templates/widget/41_set.php'),(8638,'wp-content/plugins/thrive-leads/editor-templates/widget/42_set.php'),(8639,'wp-content/plugins/thrive-leads/editor-templates/widget/43_set.php'),(8640,'wp-content/plugins/thrive-leads/editor-templates/widget/blank_set.php'),(8641,'wp-content/plugins/thrive-leads/editor-templates/widget/eight_set.php'),(8642,'wp-content/plugins/thrive-leads/editor-templates/widget/five_set.php'),(8643,'wp-content/plugins/thrive-leads/editor-templates/widget/four_set.php'),(8644,'wp-content/plugins/thrive-leads/editor-templates/widget/one_set.php'),(8645,'wp-content/plugins/thrive-leads/editor-templates/widget/seven_set_v1.php'),(8646,'wp-content/plugins/thrive-leads/editor-templates/widget/seven_set_v2.php'),(8647,'wp-content/plugins/thrive-leads/editor-templates/widget/six_set.php'),(8648,'wp-content/plugins/thrive-leads/editor-templates/widget/tcb2_blank.php'),(8649,'wp-content/plugins/thrive-leads/editor-templates/widget/three_set.php'),(8650,'wp-content/plugins/thrive-leads/editor-templates/widget/two_set_v1.php'),(8651,'wp-content/plugins/thrive-leads/editor-templates/widget/two_set_v2.php'),(8652,'wp-content/plugins/thrive-leads/editor-templates/widget/two_set_v3.php'),(8653,'wp-content/plugins/thrive-leads/inc/animations.php'),(8654,'wp-content/plugins/thrive-leads/inc/backbone/custom-html-options.phtml'),(8655,'wp-content/plugins/thrive-leads/inc/backbone/froala-leads-states.phtml'),(8656,'wp-content/plugins/thrive-leads/inc/backbone/lead-generation/switch-states-form.phtml'),(8657,'wp-content/plugins/thrive-leads/inc/backbone/page-events/thrive-box.phtml'),(8658,'wp-content/plugins/thrive-leads/inc/backbone/templates/item.phtml'),(8659,'wp-content/plugins/thrive-leads/inc/backbone/templates/saved-item.phtml'),(8660,'wp-content/plugins/thrive-leads/inc/classes/Thrive_Leads_Cloud_Templates_Api.php'),(8661,'wp-content/plugins/thrive-leads/inc/classes/Thrive_Leads_Privacy.php'),(8662,'wp-content/plugins/thrive-leads/inc/classes/Thrive_Leads_Request_Handler.php'),(8663,'wp-content/plugins/thrive-leads/inc/classes/Thrive_Leads_State_Manager.php'),(8664,'wp-content/plugins/thrive-leads/inc/classes/Thrive_Leads_TL_Product.php'),(8665,'wp-content/plugins/thrive-leads/inc/classes/Thrive_Leads_Template_Manager.php'),(8666,'wp-content/plugins/thrive-leads/inc/classes/thrive_leads_widget.php'),(8667,'wp-content/plugins/thrive-leads/inc/constants.php'),(8668,'wp-content/plugins/thrive-leads/inc/data.php'),(8669,'wp-content/plugins/thrive-leads/inc/db.php'),(8670,'wp-content/plugins/thrive-leads/inc/helpers.php'),(8671,'wp-content/plugins/thrive-leads/inc/hooks.php'),(8672,'wp-content/plugins/thrive-leads/inc/i18n.php'),(8673,'wp-content/plugins/thrive-leads/inc/license_activation.php'),(8674,'wp-content/plugins/thrive-leads/inc/triggers.php'),(8675,'wp-content/plugins/thrive-leads/inc/views/asset-delivery-control.php'),(8676,'wp-content/plugins/thrive-leads/inc/views/shortcode-message.php'),(8677,'wp-content/plugins/thrive-leads/inc/views/template-settings.php'),(8678,'wp-content/plugins/thrive-leads/js/cookies.js.php'),(8679,'wp-content/plugins/thrive-leads/js/editor.js'),(8680,'wp-content/plugins/thrive-leads/js/editor.min.js'),(8681,'wp-content/plugins/thrive-leads/js/frontend.js'),(8682,'wp-content/plugins/thrive-leads/js/frontend.min.js'),(8683,'wp-content/plugins/thrive-leads/js/tcb-editor.js'),(8684,'wp-content/plugins/thrive-leads/js/tcb-editor.min.js'),(8685,'wp-content/plugins/thrive-leads/js/tl-editor.js'),(8686,'wp-content/plugins/thrive-leads/js/tl-editor.min.js'),(8687,'wp-content/plugins/thrive-leads/js/triggers/click.js.php'),(8688,'wp-content/plugins/thrive-leads/js/triggers/exit_intent.js.php'),(8689,'wp-content/plugins/thrive-leads/js/triggers/page_bottom.js.php'),(8690,'wp-content/plugins/thrive-leads/js/triggers/page_load.js.php'),(8691,'wp-content/plugins/thrive-leads/js/triggers/scroll_element.js.php'),(8692,'wp-content/plugins/thrive-leads/js/triggers/scroll_percent.js.php'),(8693,'wp-content/plugins/thrive-leads/js/triggers/time.js.php'),(8694,'wp-content/plugins/thrive-leads/js/triggers/viewport.js.php'),(8695,'wp-content/plugins/thrive-leads/start.php'),(8696,'wp-content/plugins/thrive-leads/tcb/admin/assets/css/fonts/tcb-admin-icons.svg'),(8697,'wp-content/plugins/thrive-leads/tcb/admin/assets/js/tcb-admin.min.js'),(8698,'wp-content/plugins/thrive-leads/tcb/admin/class-tcb-admin.php'),(8699,'wp-content/plugins/thrive-leads/tcb/admin/includes/class-tcb-admin-ajax.php'),(8700,'wp-content/plugins/thrive-leads/tcb/admin/includes/class-tcb-product.php'),(8701,'wp-content/plugins/thrive-leads/tcb/admin/includes/class-tcb-symbols-rest-controller.php'),(8702,'wp-content/plugins/thrive-leads/tcb/admin/includes/i18n.php'),(8703,'wp-content/plugins/thrive-leads/tcb/admin/includes/tcb-admin-functions.php'),(8704,'wp-content/plugins/thrive-leads/tcb/admin/includes/views/dashboard.phtml'),(8705,'wp-content/plugins/thrive-leads/tcb/admin/includes/views/templates/breadcrumbs.phtml'),(8706,'wp-content/plugins/thrive-leads/tcb/admin/includes/views/templates/ct-symbols.phtml'),(8707,'wp-content/plugins/thrive-leads/tcb/admin/includes/views/templates/header.phtml'),(8708,'wp-content/plugins/thrive-leads/tcb/admin/includes/views/templates/modals/modal-create.phtml'),(8709,'wp-content/plugins/thrive-leads/tcb/admin/includes/views/templates/modals/move-category.phtml'),(8710,'wp-content/plugins/thrive-leads/tcb/admin/includes/views/templates/modals/move-symbol.phtml'),(8711,'wp-content/plugins/thrive-leads/tcb/admin/includes/views/templates/modals/new-category.phtml'),(8712,'wp-content/plugins/thrive-leads/tcb/admin/includes/views/templates/modals/section-modal-create-item.phtml'),(8713,'wp-content/plugins/thrive-leads/tcb/admin/includes/views/templates/modals/section-modal-create-step-1.phtml'),(8714,'wp-content/plugins/thrive-leads/tcb/admin/includes/views/templates/modals/section-modal-create-step-2.phtml'),(8715,'wp-content/plugins/thrive-leads/tcb/admin/includes/views/templates/modals/section-modal-create.phtml'),(8716,'wp-content/plugins/thrive-leads/tcb/admin/includes/views/templates/modals/section-modal-message.phtml'),(8717,'wp-content/plugins/thrive-leads/tcb/admin/includes/views/templates/symbols/categories.phtml'),(8718,'wp-content/plugins/thrive-leads/tcb/admin/includes/views/templates/symbols/category.phtml'),(8719,'wp-content/plugins/thrive-leads/tcb/admin/includes/views/templates/symbols/container.phtml'),(8720,'wp-content/plugins/thrive-leads/tcb/admin/includes/views/templates/symbols/create.phtml'),(8721,'wp-content/plugins/thrive-leads/tcb/admin/includes/views/templates/symbols/item.phtml'),(8722,'wp-content/plugins/thrive-leads/tcb/admin/includes/views/templates/symbols/list.phtml'),(8723,'wp-content/plugins/thrive-leads/tcb/admin/includes/views/templates/symbols/save-templates-error.phtml'),(8724,'wp-content/plugins/thrive-leads/tcb/admin/includes/views/templates/symbols/search.phtml'),(8725,'wp-content/plugins/thrive-leads/tcb/admin/includes/views/templates/symbols/section-item.phtml'),(8726,'wp-content/plugins/thrive-leads/tcb/admin/includes/views/templates/symbols/sections-container.phtml'),(8727,'wp-content/plugins/thrive-leads/tcb/admin/includes/views/templates/symbols/sections-list.phtml'),(8728,'wp-content/plugins/thrive-leads/tcb/admin/includes/views/templates/text-edit.phtml'),(8729,'wp-content/plugins/thrive-leads/tcb/admin/includes/views/templates/user-templates/c-item.phtml'),(8730,'wp-content/plugins/thrive-leads/tcb/admin/includes/views/templates/user-templates/item.phtml'),(8731,'wp-content/plugins/thrive-leads/tcb/admin/includes/views/templates/user-templates/list.phtml'),(8732,'wp-content/plugins/thrive-leads/tcb/admin/includes/views/templates/user-templates/t-item.phtml'),(8733,'wp-content/plugins/thrive-leads/tcb/db/fontmanager-1.1.php'),(8734,'wp-content/plugins/thrive-leads/tcb/db/index.php'),(8735,'wp-content/plugins/thrive-leads/tcb/db/install-1.0.php'),(8736,'wp-content/plugins/thrive-leads/tcb/db/menuitemstyles-1.2.php'),(8737,'wp-content/plugins/thrive-leads/tcb/editor/css/fonts/control-panel.svg'),(8738,'wp-content/plugins/thrive-leads/tcb/editor/css/fonts/editor-page.svg'),(8739,'wp-content/plugins/thrive-leads/tcb/editor/css/fonts/font-awesome.svg'),(8740,'wp-content/plugins/thrive-leads/tcb/editor/css/fonts/thrvicomoon/icomoon.svg'),(8741,'wp-content/plugins/thrive-leads/tcb/editor/css/images/angle-down.svg'),(8742,'wp-content/plugins/thrive-leads/tcb/editor/css/images/angle-up.svg'),(8743,'wp-content/plugins/thrive-leads/tcb/editor/css/images/caret-down.svg'),(8744,'wp-content/plugins/thrive-leads/tcb/editor/css/images/caret-filled-down.svg'),(8745,'wp-content/plugins/thrive-leads/tcb/editor/css/images/caret-filled-up.svg'),(8746,'wp-content/plugins/thrive-leads/tcb/editor/css/images/caret-up.svg'),(8747,'wp-content/plugins/thrive-leads/tcb/editor/css/images/chevron-down.svg'),(8748,'wp-content/plugins/thrive-leads/tcb/editor/css/images/chevron-up.svg'),(8749,'wp-content/plugins/thrive-leads/tcb/editor/css/images/logo_placeholder_dark.svg'),(8750,'wp-content/plugins/thrive-leads/tcb/editor/css/images/logo_placeholder_light.svg'),(8751,'wp-content/plugins/thrive-leads/tcb/editor/js/admin/gutenberg-menu.js'),(8752,'wp-content/plugins/thrive-leads/tcb/editor/js/admin/gutenberg.js'),(8753,'wp-content/plugins/thrive-leads/tcb/editor/js/admin/tve_admin_post_ready.js'),(8754,'wp-content/plugins/thrive-leads/tcb/editor/js/dist/admin.min.js'),(8755,'wp-content/plugins/thrive-leads/tcb/editor/js/dist/editor.min.js'),(8756,'wp-content/plugins/thrive-leads/tcb/editor/js/dist/froala.min.js'),(8757,'wp-content/plugins/thrive-leads/tcb/editor/js/dist/frontend.min.js'),(8758,'wp-content/plugins/thrive-leads/tcb/editor/js/dist/gutenberg.min.js'),(8759,'wp-content/plugins/thrive-leads/tcb/editor/js/dist/main.min.js'),(8760,'wp-content/plugins/thrive-leads/tcb/editor/js/libs/dom-to-image.min.js'),(8761,'wp-content/plugins/thrive-leads/tcb/editor/js/libs/jquery.scrollbar.min.js'),(8762,'wp-content/plugins/thrive-leads/tcb/editor/js/libs/moment.min.js'),(8763,'wp-content/plugins/thrive-leads/tcb/event-manager/classes/TCB_Event_Action_Abstract.php'),(8764,'wp-content/plugins/thrive-leads/tcb/event-manager/classes/TCB_Event_Trigger_Abstract.php'),(8765,'wp-content/plugins/thrive-leads/tcb/event-manager/classes/actions/TCB_Thrive_CSS_Animation.php'),(8766,'wp-content/plugins/thrive-leads/tcb/event-manager/classes/actions/TCB_Thrive_Image_Zoom.php'),(8767,'wp-content/plugins/thrive-leads/tcb/event-manager/classes/actions/TCB_Thrive_Lightbox.php'),(8768,'wp-content/plugins/thrive-leads/tcb/event-manager/classes/actions/TCB_Thrive_LightboxClose.php'),(8769,'wp-content/plugins/thrive-leads/tcb/event-manager/classes/actions/TCB_Thrive_Tooltip.php'),(8770,'wp-content/plugins/thrive-leads/tcb/event-manager/classes/actions/TCB_Thrive_Video_Popup.php'),(8771,'wp-content/plugins/thrive-leads/tcb/event-manager/classes/actions/TCB_Thrive_Wistia.php'),(8772,'wp-content/plugins/thrive-leads/tcb/event-manager/classes/triggers/TCB_Event_Trigger_Click.php'),(8773,'wp-content/plugins/thrive-leads/tcb/event-manager/classes/triggers/TCB_Event_Trigger_Exit_Intent.php'),(8774,'wp-content/plugins/thrive-leads/tcb/event-manager/classes/triggers/TCB_Event_Trigger_Mouseover.php'),(8775,'wp-content/plugins/thrive-leads/tcb/event-manager/classes/triggers/TCB_Event_Trigger_Timer.php'),(8776,'wp-content/plugins/thrive-leads/tcb/event-manager/classes/triggers/TCB_Event_Trigger_Viewport.php'),(8777,'wp-content/plugins/thrive-leads/tcb/event-manager/init.php'),(8778,'wp-content/plugins/thrive-leads/tcb/event-manager/views/js/lightbox.php'),(8779,'wp-content/plugins/thrive-leads/tcb/event-manager/views/js/trigger_exit_intent.php'),(8780,'wp-content/plugins/thrive-leads/tcb/event-manager/views/js/trigger_viewport.php'),(8781,'wp-content/plugins/thrive-leads/tcb/external-architect.php'),(8782,'wp-content/plugins/thrive-leads/tcb/fonts/fontawesome-webfont.svg'),(8783,'wp-content/plugins/thrive-leads/tcb/inc/backbone/animation/preview.phtml'),(8784,'wp-content/plugins/thrive-leads/tcb/inc/backbone/breadcrumbs/item.phtml'),(8785,'wp-content/plugins/thrive-leads/tcb/inc/backbone/central-style-panel/master-variables-header.phtml'),(8786,'wp-content/plugins/thrive-leads/tcb/inc/backbone/central-style-panel/other-variables-header.phtml'),(8787,'wp-content/plugins/thrive-leads/tcb/inc/backbone/central-style-panel/palettes.phtml'),(8788,'wp-content/plugins/thrive-leads/tcb/inc/backbone/central-style-panel/tooltip.phtml'),(8789,'wp-content/plugins/thrive-leads/tcb/inc/backbone/cloud-templates/item.phtml'),(8790,'wp-content/plugins/thrive-leads/tcb/inc/backbone/contact-form/email-setup-form.phtml'),(8791,'wp-content/plugins/thrive-leads/tcb/inc/backbone/contact-form/error.phtml'),(8792,'wp-content/plugins/thrive-leads/tcb/inc/backbone/contact-form/shortcode-button.phtml'),(8793,'wp-content/plugins/thrive-leads/tcb/inc/backbone/contact-form/submit-setup-form.phtml'),(8794,'wp-content/plugins/thrive-leads/tcb/inc/backbone/content-blocks/category-item.php'),(8795,'wp-content/plugins/thrive-leads/tcb/inc/backbone/content-blocks/color-var-item.php'),(8796,'wp-content/plugins/thrive-leads/tcb/inc/backbone/content-blocks/favorites.php'),(8797,'wp-content/plugins/thrive-leads/tcb/inc/backbone/content-blocks/group-item.php'),(8798,'wp-content/plugins/thrive-leads/tcb/inc/backbone/content-blocks/no-template.phtml'),(8799,'wp-content/plugins/thrive-leads/tcb/inc/backbone/content-blocks/template-item.php'),(8800,'wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/audio.phtml'),(8801,'wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/background/background-effects.phtml'),(8802,'wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/background/background-image.phtml'),(8803,'wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/background/drag-overlay.phtml'),(8804,'wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/borders.phtml'),(8805,'wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/button/global-templates.phtml'),(8806,'wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/button/style-picker.phtml'),(8807,'wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/button/style-templates.phtml'),(8808,'wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/button-group.phtml'),(8809,'wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/button-panel-group.phtml'),(8810,'wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/button-toggle.phtml'),(8811,'wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/cards-change.phtml'),(8812,'wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/checkbox/input.phtml'),(8813,'wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/checkbox.phtml'),(8814,'wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/color-picker.phtml'),(8815,'wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/color-var-item.phtml'),(8816,'wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/contact-form/default-cf-item.phtml'),(8817,'wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/contact-form/edit-cf-item.phtml'),(8818,'wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/contact-form/recaptcha-cf-item.phtml'),(8819,'wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/contact-form/settings.phtml'),(8820,'wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/contentbox/image-tooltip.phtml'),(8821,'wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/corners.phtml'),(8822,'wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/countdown/style-picker.phtml'),(8823,'wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/custom-menu/edit-menu-item.php'),(8824,'wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/custom-menu/modal-menu-item.phtml'),(8825,'wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/custom-menu/modal-menu-type.phtml'),(8826,'wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/custom-menu/style-picker.phtml'),(8827,'wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/date-picker.phtml'),(8828,'wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/decoration/decoration.phtml'),(8829,'wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/decoration/divider.phtml'),(8830,'wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/decoration/pointer.phtml'),(8831,'wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/decoration/slanted.phtml'),(8832,'wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/decoration/svg/fancy-divider-styles.phtml'),(8833,'wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/decoration/svg-base.phtml'),(8834,'wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/divider/style-picker.phtml'),(8835,'wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/drop-panel-light.phtml'),(8836,'wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/drop-panel.phtml'),(8837,'wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/font-manager.phtml'),(8838,'wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/global/style-button.phtml'),(8839,'wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/global/style-contentbox.phtml'),(8840,'wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/global/style-control.phtml'),(8841,'wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/global/style-panel.phtml'),(8842,'wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/global/style-section.phtml'),(8843,'wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/gradient/knob.phtml'),(8844,'wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/gradient-pattern.phtml'),(8845,'wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/gradient-picker.phtml'),(8846,'wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/icon-label-switch.phtml'),(8847,'wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/icons.phtml'),(8848,'wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/image/resize.phtml'),(8849,'wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/image/style-picker.phtml'),(8850,'wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/image-picker.phtml'),(8851,'wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/input-inline.phtml'),(8852,'wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/input-multiple-item.phtml'),(8853,'wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/input-multiple.phtml'),(8854,'wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/input.phtml'),(8855,'wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/knob.phtml'),(8856,'wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/label-input.phtml'),(8857,'wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/layout/input.phtml'),(8858,'wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/layout/position-absolute.phtml'),(8859,'wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/layout/position-relative.phtml'),(8860,'wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/layout/width.phtml'),(8861,'wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/layout.phtml'),(8862,'wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/lead-generation/api-connections.phtml'),(8863,'wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/lead-generation/api-drop-panel.phtml'),(8864,'wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/lead-generation/connected-api.phtml'),(8865,'wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/lead-generation/edit-field.phtml'),(8866,'wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/lead-generation/lg-input.phtml'),(8867,'wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/link/dynamic-categories.phtml'),(8868,'wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/link/dynamic-links.phtml'),(8869,'wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/link/element-link.phtml'),(8870,'wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/link/link-select.phtml'),(8871,'wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/link/style-picker-item.phtml'),(8872,'wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/margin-padding.phtml'),(8873,'wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/menu/preview-list-item.php'),(8874,'wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/multiple-checkbox.phtml'),(8875,'wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/palettes-var-item.phtml'),(8876,'wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/palettes.phtml'),(8877,'wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/preview-list-item.phtml'),(8878,'wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/preview-toggle-list-item.phtml'),(8879,'wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/pricing-table/edit-instance.phtml'),(8880,'wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/pricing-table/edit-price-box.phtml'),(8881,'wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/pricing-table/price-instance-controls.phtml'),(8882,'wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/pricing-table/pricing-table-item.phtml'),(8883,'wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/radio.phtml'),(8884,'wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/rating-value.phtml'),(8885,'wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/responsive-video/style-picker.phtml'),(8886,'wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/responsive-video-settings.phtml'),(8887,'wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/responsive.phtml'),(8888,'wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/revision-manager-item.php'),(8889,'wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/select-multiple.phtml'),(8890,'wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/select.phtml'),(8891,'wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/selected-elem-nav-item-compact.phtml'),(8892,'wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/selected-elem-nav-item.phtml'),(8893,'wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/shadow.phtml'),(8894,'wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/slider.phtml'),(8895,'wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/social/fb-share.phtml'),(8896,'wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/social/network-checkboxes.phtml'),(8897,'wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/social/network-settings.phtml'),(8898,'wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/social/pin-share.phtml'),(8899,'wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/social/selector.phtml'),(8900,'wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/social/t-share.phtml'),(8901,'wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/style-change.phtml'),(8902,'wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/style.phtml'),(8903,'wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/switch-toggle.phtml'),(8904,'wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/switch.phtml'),(8905,'wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/table/table_cell.phtml'),(8906,'wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/text/typefocus-settings.phtml'),(8907,'wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/text/typefocus.phtml'),(8908,'wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/textarea.phtml'),(8909,'wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/time-slider.phtml'),(8910,'wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/toc/headings.phtml'),(8911,'wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/toggle.phtml'),(8912,'wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/tooltip/promote-panel.phtml'),(8913,'wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/tooltip/tooltip-panel.phtml'),(8914,'wp-content/plugins/thrive-leads/tcb/inc/backbone/controls/video-settings.phtml'),(8915,'wp-content/plugins/thrive-leads/tcb/inc/backbone/drop-panels/reset-state.phtml'),(8916,'wp-content/plugins/thrive-leads/tcb/inc/backbone/element-icons.phtml'),(8917,'wp-content/plugins/thrive-leads/tcb/inc/backbone/element-states.phtml'),(8918,'wp-content/plugins/thrive-leads/tcb/inc/backbone/elements/button-icon.phtml'),(8919,'wp-content/plugins/thrive-leads/tcb/inc/backbone/elements/megamenu-no-items.phtml'),(8920,'wp-content/plugins/thrive-leads/tcb/inc/backbone/elements/menu-image-placeholder.phtml'),(8921,'wp-content/plugins/thrive-leads/tcb/inc/backbone/elements/menu-item-icon.phtml'),(8922,'wp-content/plugins/thrive-leads/tcb/inc/backbone/elements/menu-item.phtml'),(8923,'wp-content/plugins/thrive-leads/tcb/inc/backbone/elements/menu.phtml'),(8924,'wp-content/plugins/thrive-leads/tcb/inc/backbone/elements/social.phtml'),(8925,'wp-content/plugins/thrive-leads/tcb/inc/backbone/inline/column-options.phtml'),(8926,'wp-content/plugins/thrive-leads/tcb/inc/backbone/inline/content-templates.phtml'),(8927,'wp-content/plugins/thrive-leads/tcb/inc/backbone/inline/dynamiclink-popup.phtml'),(8928,'wp-content/plugins/thrive-leads/tcb/inc/backbone/inline/inline-shortcodes.phtml'),(8929,'wp-content/plugins/thrive-leads/tcb/inc/backbone/inline/jumplink-popup.phtml'),(8930,'wp-content/plugins/thrive-leads/tcb/inc/backbone/inline/link-types.phtml'),(8931,'wp-content/plugins/thrive-leads/tcb/inc/backbone/inline/popup-custom-input-extra.phtml'),(8932,'wp-content/plugins/thrive-leads/tcb/inc/backbone/inline/popup-custom-input.phtml'),(8933,'wp-content/plugins/thrive-leads/tcb/inc/backbone/inline/postlist-links.phtml'),(8934,'wp-content/plugins/thrive-leads/tcb/inc/backbone/inline/staticlink-popup.phtml'),(8935,'wp-content/plugins/thrive-leads/tcb/inc/backbone/inline-error.phtml'),(8936,'wp-content/plugins/thrive-leads/tcb/inc/backbone/landing-pages/delete-confirmation.phtml'),(8937,'wp-content/plugins/thrive-leads/tcb/inc/backbone/landing-pages/lp-set.phtml'),(8938,'wp-content/plugins/thrive-leads/tcb/inc/backbone/landing-pages/lp-template.phtml'),(8939,'wp-content/plugins/thrive-leads/tcb/inc/backbone/landing-pages/lp-text-templates.phtml'),(8940,'wp-content/plugins/thrive-leads/tcb/inc/backbone/landing-pages/tag-item.phtml'),(8941,'wp-content/plugins/thrive-leads/tcb/inc/backbone/lead-generation/apis/activecampaign.phtml'),(8942,'wp-content/plugins/thrive-leads/tcb/inc/backbone/lead-generation/apis/aweber.phtml'),(8943,'wp-content/plugins/thrive-leads/tcb/inc/backbone/lead-generation/apis/convertkit.phtml'),(8944,'wp-content/plugins/thrive-leads/tcb/inc/backbone/lead-generation/apis/default.phtml'),(8945,'wp-content/plugins/thrive-leads/tcb/inc/backbone/lead-generation/apis/drip.phtml'),(8946,'wp-content/plugins/thrive-leads/tcb/inc/backbone/lead-generation/apis/everwebinar.phtml'),(8947,'wp-content/plugins/thrive-leads/tcb/inc/backbone/lead-generation/apis/extra/mailchimp-group.phtml'),(8948,'wp-content/plugins/thrive-leads/tcb/inc/backbone/lead-generation/apis/extra/password-strength.phtml'),(8949,'wp-content/plugins/thrive-leads/tcb/inc/backbone/lead-generation/apis/get-response.phtml'),(8950,'wp-content/plugins/thrive-leads/tcb/inc/backbone/lead-generation/apis/infusionsoft.phtml'),(8951,'wp-content/plugins/thrive-leads/tcb/inc/backbone/lead-generation/apis/klicktipp.phtml'),(8952,'wp-content/plugins/thrive-leads/tcb/inc/backbone/lead-generation/apis/mailchimp.phtml'),(8953,'wp-content/plugins/thrive-leads/tcb/inc/backbone/lead-generation/apis/mailster.phtml'),(8954,'wp-content/plugins/thrive-leads/tcb/inc/backbone/lead-generation/apis/ontraport.phtml'),(8955,'wp-content/plugins/thrive-leads/tcb/inc/backbone/lead-generation/apis/sendlane.phtml'),(8956,'wp-content/plugins/thrive-leads/tcb/inc/backbone/lead-generation/apis/sendy.phtml'),(8957,'wp-content/plugins/thrive-leads/tcb/inc/backbone/lead-generation/apis/zapier.phtml'),(8958,'wp-content/plugins/thrive-leads/tcb/inc/backbone/lead-generation/apis/zoom.phtml'),(8959,'wp-content/plugins/thrive-leads/tcb/inc/backbone/lead-generation/consent.phtml'),(8960,'wp-content/plugins/thrive-leads/tcb/inc/backbone/lead-generation/errors/item.phtml'),(8961,'wp-content/plugins/thrive-leads/tcb/inc/backbone/lead-generation/new-connection-area.phtml'),(8962,'wp-content/plugins/thrive-leads/tcb/inc/backbone/lead-generation/submit-options/option.phtml'),(8963,'wp-content/plugins/thrive-leads/tcb/inc/backbone/lead-generation/submit-options/submit-options.phtml'),(8964,'wp-content/plugins/thrive-leads/tcb/inc/backbone/logo/item.phtml'),(8965,'wp-content/plugins/thrive-leads/tcb/inc/backbone/logo/tooltip.phtml'),(8966,'wp-content/plugins/thrive-leads/tcb/inc/backbone/modals/cf-settings.php'),(8967,'wp-content/plugins/thrive-leads/tcb/inc/backbone/notification-box/error-save.php'),(8968,'wp-content/plugins/thrive-leads/tcb/inc/backbone/notification-box/error.phtml'),(8969,'wp-content/plugins/thrive-leads/tcb/inc/backbone/notification-box/info.phtml'),(8970,'wp-content/plugins/thrive-leads/tcb/inc/backbone/notification-box/success.phtml'),(8971,'wp-content/plugins/thrive-leads/tcb/inc/backbone/notification-box/warning.phtml'),(8972,'wp-content/plugins/thrive-leads/tcb/inc/backbone/page-events/actions/lightbox-preview.phtml'),(8973,'wp-content/plugins/thrive-leads/tcb/inc/backbone/page-events/actions/lightbox.phtml'),(8974,'wp-content/plugins/thrive-leads/tcb/inc/backbone/page-events/form.phtml'),(8975,'wp-content/plugins/thrive-leads/tcb/inc/backbone/page-events/list.phtml'),(8976,'wp-content/plugins/thrive-leads/tcb/inc/backbone/page-events/no-events.phtml'),(8977,'wp-content/plugins/thrive-leads/tcb/inc/backbone/page-events/triggers/exit.phtml'),(8978,'wp-content/plugins/thrive-leads/tcb/inc/backbone/page-events/triggers/timer.phtml'),(8979,'wp-content/plugins/thrive-leads/tcb/inc/backbone/post-list/author-query-rule.phtml'),(8980,'wp-content/plugins/thrive-leads/tcb/inc/backbone/post-list/extra-image.phtml'),(8981,'wp-content/plugins/thrive-leads/tcb/inc/backbone/post-list/post-list-default-template.php'),(8982,'wp-content/plugins/thrive-leads/tcb/inc/backbone/post-list/post-query-rule.phtml'),(8983,'wp-content/plugins/thrive-leads/tcb/inc/backbone/post-list/query-options.phtml'),(8984,'wp-content/plugins/thrive-leads/tcb/inc/backbone/post-list/query-rule.phtml'),(8985,'wp-content/plugins/thrive-leads/tcb/inc/backbone/post-list/query-term.phtml'),(8986,'wp-content/plugins/thrive-leads/tcb/inc/backbone/post-list/select.phtml'),(8987,'wp-content/plugins/thrive-leads/tcb/inc/backbone/sections/item.phtml'),(8988,'wp-content/plugins/thrive-leads/tcb/inc/backbone/shadow/no-shadow.phtml'),(8989,'wp-content/plugins/thrive-leads/tcb/inc/backbone/symbols/content-template-item.phtml'),(8990,'wp-content/plugins/thrive-leads/tcb/inc/backbone/symbols/create-item.phtml'),(8991,'wp-content/plugins/thrive-leads/tcb/inc/backbone/symbols/get-symbols-error.phtml'),(8992,'wp-content/plugins/thrive-leads/tcb/inc/backbone/symbols/item.phtml'),(8993,'wp-content/plugins/thrive-leads/tcb/inc/backbone/symbols/save-templates-symbols-error.phtml'),(8994,'wp-content/plugins/thrive-leads/tcb/inc/backbone/symbols/section-item.phtml'),(8995,'wp-content/plugins/thrive-leads/tcb/inc/backbone/symbols/sections-container.phtml'),(8996,'wp-content/plugins/thrive-leads/tcb/inc/backbone/symbols/sections-message.phtml'),(8997,'wp-content/plugins/thrive-leads/tcb/inc/backbone/util/audio-file-picker.phtml'),(8998,'wp-content/plugins/thrive-leads/tcb/inc/backbone/util/color-picker/add-color.phtml'),(8999,'wp-content/plugins/thrive-leads/tcb/inc/backbone/util/color-picker/favorite-thumb.phtml'),(9000,'wp-content/plugins/thrive-leads/tcb/inc/backbone/util/color-picker/global-thumb.phtml'),(9001,'wp-content/plugins/thrive-leads/tcb/inc/backbone/util/color-picker/save-btn.phtml'),(9002,'wp-content/plugins/thrive-leads/tcb/inc/backbone/util/edit-as-group.phtml'),(9003,'wp-content/plugins/thrive-leads/tcb/inc/backbone/util/edit-global-colors.phtml'),(9004,'wp-content/plugins/thrive-leads/tcb/inc/backbone/util/edit-mode.phtml'),(9005,'wp-content/plugins/thrive-leads/tcb/inc/backbone/util/favorite-colors.phtml'),(9006,'wp-content/plugins/thrive-leads/tcb/inc/backbone/util/favorite-gradients.phtml'),(9007,'wp-content/plugins/thrive-leads/tcb/inc/backbone/util/file-picker.phtml'),(9008,'wp-content/plugins/thrive-leads/tcb/inc/backbone/util/icon.phtml'),(9009,'wp-content/plugins/thrive-leads/tcb/inc/backbone/util/input.phtml'),(9010,'wp-content/plugins/thrive-leads/tcb/inc/backbone/util/link-styles.phtml'),(9011,'wp-content/plugins/thrive-leads/tcb/inc/backbone/util/link.phtml'),(9012,'wp-content/plugins/thrive-leads/tcb/inc/backbone/util/list.phtml'),(9013,'wp-content/plugins/thrive-leads/tcb/inc/backbone/util/option.phtml'),(9014,'wp-content/plugins/thrive-leads/tcb/inc/backbone/util/svg_icon.phtml'),(9015,'wp-content/plugins/thrive-leads/tcb/inc/backbone/util/template-colors.phtml'),(9016,'wp-content/plugins/thrive-leads/tcb/inc/backbone/util/template-gradients.phtml'),(9017,'wp-content/plugins/thrive-leads/tcb/inc/backbone/util/video-file-picker.phtml'),(9018,'wp-content/plugins/thrive-leads/tcb/inc/classes/class-tcb-cloud-template-element-abstract.php'),(9019,'wp-content/plugins/thrive-leads/tcb/inc/classes/class-tcb-contact-form.php'),(9020,'wp-content/plugins/thrive-leads/tcb/inc/classes/class-tcb-editor-ajax.php'),(9021,'wp-content/plugins/thrive-leads/tcb/inc/classes/class-tcb-editor.php'),(9022,'wp-content/plugins/thrive-leads/tcb/inc/classes/class-tcb-element-abstract.php'),(9023,'wp-content/plugins/thrive-leads/tcb/inc/classes/class-tcb-elements.php'),(9024,'wp-content/plugins/thrive-leads/tcb/inc/classes/class-tcb-font-manager.php'),(9025,'wp-content/plugins/thrive-leads/tcb/inc/classes/class-tcb-icon-manager.php'),(9026,'wp-content/plugins/thrive-leads/tcb/inc/classes/class-tcb-lightbox.php'),(9027,'wp-content/plugins/thrive-leads/tcb/inc/classes/class-tcb-menu-walker.php'),(9028,'wp-content/plugins/thrive-leads/tcb/inc/classes/class-tcb-post-grid.php'),(9029,'wp-content/plugins/thrive-leads/tcb/inc/classes/class-tcb-post.php'),(9030,'wp-content/plugins/thrive-leads/tcb/inc/classes/class-tcb-symbol-element-abstract.php'),(9031,'wp-content/plugins/thrive-leads/tcb/inc/classes/class-tcb-utils.php'),(9032,'wp-content/plugins/thrive-leads/tcb/inc/classes/class-tcb-widget-element.php'),(9033,'wp-content/plugins/thrive-leads/tcb/inc/classes/content-templates/class-tcb-content-templates-api.php'),(9034,'wp-content/plugins/thrive-leads/tcb/inc/classes/elements/class-tcb-article-element.php'),(9035,'wp-content/plugins/thrive-leads/tcb/inc/classes/elements/class-tcb-audio-element.php'),(9036,'wp-content/plugins/thrive-leads/tcb/inc/classes/elements/class-tcb-button-element.php'),(9037,'wp-content/plugins/thrive-leads/tcb/inc/classes/elements/class-tcb-button-group-element.php'),(9038,'wp-content/plugins/thrive-leads/tcb/inc/classes/elements/class-tcb-button-group-item-element.php'),(9039,'wp-content/plugins/thrive-leads/tcb/inc/classes/elements/class-tcb-callaction-element.php'),(9040,'wp-content/plugins/thrive-leads/tcb/inc/classes/elements/class-tcb-cell-element.php'),(9041,'wp-content/plugins/thrive-leads/tcb/inc/classes/elements/class-tcb-column-element.php'),(9042,'wp-content/plugins/thrive-leads/tcb/inc/classes/elements/class-tcb-columns-element.php'),(9043,'wp-content/plugins/thrive-leads/tcb/inc/classes/elements/class-tcb-commentsdisqus-element.php'),(9044,'wp-content/plugins/thrive-leads/tcb/inc/classes/elements/class-tcb-commentsfacebook-element.php'),(9045,'wp-content/plugins/thrive-leads/tcb/inc/classes/elements/class-tcb-contact-form-element.php'),(9046,'wp-content/plugins/thrive-leads/tcb/inc/classes/elements/class-tcb-contact-form-input-element.php'),(9047,'wp-content/plugins/thrive-leads/tcb/inc/classes/elements/class-tcb-contact-form-item-element.php'),(9048,'wp-content/plugins/thrive-leads/tcb/inc/classes/elements/class-tcb-contact-form-label-element.php'),(9049,'wp-content/plugins/thrive-leads/tcb/inc/classes/elements/class-tcb-contact-form-submit-element.php'),(9050,'wp-content/plugins/thrive-leads/tcb/inc/classes/elements/class-tcb-contentblock-element.php'),(9051,'wp-content/plugins/thrive-leads/tcb/inc/classes/elements/class-tcb-contentbox-element.php'),(9052,'wp-content/plugins/thrive-leads/tcb/inc/classes/elements/class-tcb-countdown-element.php'),(9053,'wp-content/plugins/thrive-leads/tcb/inc/classes/elements/class-tcb-countdownevergreen-element.php'),(9054,'wp-content/plugins/thrive-leads/tcb/inc/classes/elements/class-tcb-credit-element.php'),(9055,'wp-content/plugins/thrive-leads/tcb/inc/classes/elements/class-tcb-ct-element.php'),(9056,'wp-content/plugins/thrive-leads/tcb/inc/classes/elements/class-tcb-ct-symbol-element.php'),(9057,'wp-content/plugins/thrive-leads/tcb/inc/classes/elements/class-tcb-divider-element.php'),(9058,'wp-content/plugins/thrive-leads/tcb/inc/classes/elements/class-tcb-fillcounter-element.php'),(9059,'wp-content/plugins/thrive-leads/tcb/inc/classes/elements/class-tcb-footer-element.php'),(9060,'wp-content/plugins/thrive-leads/tcb/inc/classes/elements/class-tcb-form-icon-element.php'),(9061,'wp-content/plugins/thrive-leads/tcb/inc/classes/elements/class-tcb-form-input-element.php'),(9062,'wp-content/plugins/thrive-leads/tcb/inc/classes/elements/class-tcb-form-item-element.php'),(9063,'wp-content/plugins/thrive-leads/tcb/inc/classes/elements/class-tcb-form-label-element.php'),(9064,'wp-content/plugins/thrive-leads/tcb/inc/classes/elements/class-tcb-form-submit-element.php'),(9065,'wp-content/plugins/thrive-leads/tcb/inc/classes/elements/class-tcb-gmap-element.php'),(9066,'wp-content/plugins/thrive-leads/tcb/inc/classes/elements/class-tcb-guaranteebox-element.php'),(9067,'wp-content/plugins/thrive-leads/tcb/inc/classes/elements/class-tcb-header-element.php'),(9068,'wp-content/plugins/thrive-leads/tcb/inc/classes/elements/class-tcb-html-element.php'),(9069,'wp-content/plugins/thrive-leads/tcb/inc/classes/elements/class-tcb-icon-element.php'),(9070,'wp-content/plugins/thrive-leads/tcb/inc/classes/elements/class-tcb-image-element.php'),(9071,'wp-content/plugins/thrive-leads/tcb/inc/classes/elements/class-tcb-label-advanced-element.php'),(9072,'wp-content/plugins/thrive-leads/tcb/inc/classes/elements/class-tcb-label-disabled-element.php'),(9073,'wp-content/plugins/thrive-leads/tcb/inc/classes/elements/class-tcb-label-element.php'),(9074,'wp-content/plugins/thrive-leads/tcb/inc/classes/elements/class-tcb-landing-page-content-element.php'),(9075,'wp-content/plugins/thrive-leads/tcb/inc/classes/elements/class-tcb-landing-page-element.php'),(9076,'wp-content/plugins/thrive-leads/tcb/inc/classes/elements/class-tcb-landing-page-text-element.php'),(9077,'wp-content/plugins/thrive-leads/tcb/inc/classes/elements/class-tcb-lead-generation-checkbox-element.php'),(9078,'wp-content/plugins/thrive-leads/tcb/inc/classes/elements/class-tcb-lead-generation-element.php'),(9079,'wp-content/plugins/thrive-leads/tcb/inc/classes/elements/class-tcb-lead-generation-input-element.php'),(9080,'wp-content/plugins/thrive-leads/tcb/inc/classes/elements/class-tcb-lead-generation-radio-element.php'),(9081,'wp-content/plugins/thrive-leads/tcb/inc/classes/elements/class-tcb-lead-generation-select-element.php'),(9082,'wp-content/plugins/thrive-leads/tcb/inc/classes/elements/class-tcb-lead-generation-submit-element.php'),(9083,'wp-content/plugins/thrive-leads/tcb/inc/classes/elements/class-tcb-lead-generation-textarea-element.php'),(9084,'wp-content/plugins/thrive-leads/tcb/inc/classes/elements/class-tcb-lightbox-element.php'),(9085,'wp-content/plugins/thrive-leads/tcb/inc/classes/elements/class-tcb-link-element.php'),(9086,'wp-content/plugins/thrive-leads/tcb/inc/classes/elements/class-tcb-logo-element.php'),(9087,'wp-content/plugins/thrive-leads/tcb/inc/classes/elements/class-tcb-megamenu-column-element.php'),(9088,'wp-content/plugins/thrive-leads/tcb/inc/classes/elements/class-tcb-megamenu-dropdown-element.php'),(9089,'wp-content/plugins/thrive-leads/tcb/inc/classes/elements/class-tcb-megamenu-element.php'),(9090,'wp-content/plugins/thrive-leads/tcb/inc/classes/elements/class-tcb-megamenu-image-element.php'),(9091,'wp-content/plugins/thrive-leads/tcb/inc/classes/elements/class-tcb-megamenu-item-element.php'),(9092,'wp-content/plugins/thrive-leads/tcb/inc/classes/elements/class-tcb-menu-dropdown-element.php'),(9093,'wp-content/plugins/thrive-leads/tcb/inc/classes/elements/class-tcb-menu-element.php'),(9094,'wp-content/plugins/thrive-leads/tcb/inc/classes/elements/class-tcb-menu-item-element.php'),(9095,'wp-content/plugins/thrive-leads/tcb/inc/classes/elements/class-tcb-moretag-element.php'),(9096,'wp-content/plugins/thrive-leads/tcb/inc/classes/elements/class-tcb-numberedlist-element.php'),(9097,'wp-content/plugins/thrive-leads/tcb/inc/classes/elements/class-tcb-post-element.php'),(9098,'wp-content/plugins/thrive-leads/tcb/inc/classes/elements/class-tcb-post-list-element.php'),(9099,'wp-content/plugins/thrive-leads/tcb/inc/classes/elements/class-tcb-postgrid-element.php'),(9100,'wp-content/plugins/thrive-leads/tcb/inc/classes/elements/class-tcb-pricing-table-box-container-element.php'),(9101,'wp-content/plugins/thrive-leads/tcb/inc/classes/elements/class-tcb-pricing-table-element.php'),(9102,'wp-content/plugins/thrive-leads/tcb/inc/classes/elements/class-tcb-progressbar-element.php'),(9103,'wp-content/plugins/thrive-leads/tcb/inc/classes/elements/class-tcb-rating-element.php'),(9104,'wp-content/plugins/thrive-leads/tcb/inc/classes/elements/class-tcb-responsivevideo-element.php'),(9105,'wp-content/plugins/thrive-leads/tcb/inc/classes/elements/class-tcb-reveal-element.php'),(9106,'wp-content/plugins/thrive-leads/tcb/inc/classes/elements/class-tcb-section-element.php'),(9107,'wp-content/plugins/thrive-leads/tcb/inc/classes/elements/class-tcb-social-element.php'),(9108,'wp-content/plugins/thrive-leads/tcb/inc/classes/elements/class-tcb-stylebox-element.php'),(9109,'wp-content/plugins/thrive-leads/tcb/inc/classes/elements/class-tcb-styledlist-element.php'),(9110,'wp-content/plugins/thrive-leads/tcb/inc/classes/elements/class-tcb-styledlistitem-element.php'),(9111,'wp-content/plugins/thrive-leads/tcb/inc/classes/elements/class-tcb-symbol-element.php'),(9112,'wp-content/plugins/thrive-leads/tcb/inc/classes/elements/class-tcb-table-element.php'),(9113,'wp-content/plugins/thrive-leads/tcb/inc/classes/elements/class-tcb-tabs-element.php'),(9114,'wp-content/plugins/thrive-leads/tcb/inc/classes/elements/class-tcb-testimonial-element.php'),(9115,'wp-content/plugins/thrive-leads/tcb/inc/classes/elements/class-tcb-text-element.php'),(9116,'wp-content/plugins/thrive-leads/tcb/inc/classes/elements/class-tcb-toc-element.php'),(9117,'wp-content/plugins/thrive-leads/tcb/inc/classes/elements/class-tcb-toggle-element.php'),(9118,'wp-content/plugins/thrive-leads/tcb/inc/classes/elements/class-tcb-tweet-element.php'),(9119,'wp-content/plugins/thrive-leads/tcb/inc/classes/elements/class-tcb-wordpress-element.php'),(9120,'wp-content/plugins/thrive-leads/tcb/inc/classes/elements/pagination/class-tcb-pagination-element.php'),(9121,'wp-content/plugins/thrive-leads/tcb/inc/classes/elements/pagination/class-tcb-pagination-first-last-button-element.php'),(9122,'wp-content/plugins/thrive-leads/tcb/inc/classes/elements/pagination/class-tcb-pagination-label-element.php'),(9123,'wp-content/plugins/thrive-leads/tcb/inc/classes/elements/pagination/class-tcb-pagination-load-more-element.php'),(9124,'wp-content/plugins/thrive-leads/tcb/inc/classes/elements/pagination/class-tcb-pagination-navigation-container-element.php'),(9125,'wp-content/plugins/thrive-leads/tcb/inc/classes/elements/pagination/class-tcb-pagination-number-current-element.php'),(9126,'wp-content/plugins/thrive-leads/tcb/inc/classes/elements/pagination/class-tcb-pagination-number-item-element.php'),(9127,'wp-content/plugins/thrive-leads/tcb/inc/classes/elements/pagination/class-tcb-pagination-prev-next-button-element.php'),(9128,'wp-content/plugins/thrive-leads/tcb/inc/classes/elements/post-list-sub-elements/class-tcb-post-author-bio-element.php'),(9129,'wp-content/plugins/thrive-leads/tcb/inc/classes/elements/post-list-sub-elements/class-tcb-post-author-name-element.php'),(9130,'wp-content/plugins/thrive-leads/tcb/inc/classes/elements/post-list-sub-elements/class-tcb-post-author-picture-element.php'),(9131,'wp-content/plugins/thrive-leads/tcb/inc/classes/elements/post-list-sub-elements/class-tcb-post-categories-element.php'),(9132,'wp-content/plugins/thrive-leads/tcb/inc/classes/elements/post-list-sub-elements/class-tcb-post-comments-number-element.php'),(9133,'wp-content/plugins/thrive-leads/tcb/inc/classes/elements/post-list-sub-elements/class-tcb-post-content-element.php'),(9134,'wp-content/plugins/thrive-leads/tcb/inc/classes/elements/post-list-sub-elements/class-tcb-post-date-element.php'),(9135,'wp-content/plugins/thrive-leads/tcb/inc/classes/elements/post-list-sub-elements/class-tcb-post-read-more-element.php'),(9136,'wp-content/plugins/thrive-leads/tcb/inc/classes/elements/post-list-sub-elements/class-tcb-post-tags-element.php'),(9137,'wp-content/plugins/thrive-leads/tcb/inc/classes/elements/post-list-sub-elements/class-tcb-post-thumbnail-element.php'),(9138,'wp-content/plugins/thrive-leads/tcb/inc/classes/elements/post-list-sub-elements/class-tcb-post-title-element.php'),(9139,'wp-content/plugins/thrive-leads/tcb/inc/classes/logo/class-tcb-logo-rest.php'),(9140,'wp-content/plugins/thrive-leads/tcb/inc/classes/logo/class-tcb-logo.php'),(9141,'wp-content/plugins/thrive-leads/tcb/inc/classes/post-list/class-tcb-post-list-author-image.php'),(9142,'wp-content/plugins/thrive-leads/tcb/inc/classes/post-list/class-tcb-post-list-content.php'),(9143,'wp-content/plugins/thrive-leads/tcb/inc/classes/post-list/class-tcb-post-list-featured-image.php'),(9144,'wp-content/plugins/thrive-leads/tcb/inc/classes/post-list/class-tcb-post-list-rest.php'),(9145,'wp-content/plugins/thrive-leads/tcb/inc/classes/post-list/class-tcb-post-list-shortcodes.php'),(9146,'wp-content/plugins/thrive-leads/tcb/inc/classes/post-list/class-tcb-post-list-sub-element-abstract.php'),(9147,'wp-content/plugins/thrive-leads/tcb/inc/classes/post-list/class-tcb-post-list.php'),(9148,'wp-content/plugins/thrive-leads/tcb/inc/classes/post-list/pagination/class-tcb-pagination-load-more.php'),(9149,'wp-content/plugins/thrive-leads/tcb/inc/classes/post-list/pagination/class-tcb-pagination-none.php'),(9150,'wp-content/plugins/thrive-leads/tcb/inc/classes/post-list/pagination/class-tcb-pagination-numeric.php'),(9151,'wp-content/plugins/thrive-leads/tcb/inc/classes/post-list/pagination/class-tcb-pagination.php'),(9152,'wp-content/plugins/thrive-leads/tcb/inc/classes/symbols/class-tcb-symbol-export.php'),(9153,'wp-content/plugins/thrive-leads/tcb/inc/classes/symbols/class-tcb-symbol-template.php'),(9154,'wp-content/plugins/thrive-leads/tcb/inc/classes/symbols/class-tcb-symbols-dashboard.php'),(9155,'wp-content/plugins/thrive-leads/tcb/inc/classes/symbols/class-tcb-symbols-post-type.php'),(9156,'wp-content/plugins/thrive-leads/tcb/inc/classes/symbols/class-tcb-symbols-taxonomy.php'),(9157,'wp-content/plugins/thrive-leads/tcb/inc/compat.php'),(9158,'wp-content/plugins/thrive-leads/tcb/inc/functions.php'),(9159,'wp-content/plugins/thrive-leads/tcb/inc/helpers/cloud.php'),(9160,'wp-content/plugins/thrive-leads/tcb/inc/helpers/social.php'),(9161,'wp-content/plugins/thrive-leads/tcb/inc/i18n.php'),(9162,'wp-content/plugins/thrive-leads/tcb/inc/license_notice.php'),(9163,'wp-content/plugins/thrive-leads/tcb/inc/menu/audio.php'),(9164,'wp-content/plugins/thrive-leads/tcb/inc/menu/button.php'),(9165,'wp-content/plugins/thrive-leads/tcb/inc/menu/cell.php'),(9166,'wp-content/plugins/thrive-leads/tcb/inc/menu/click-tweet.php'),(9167,'wp-content/plugins/thrive-leads/tcb/inc/menu/columns.php'),(9168,'wp-content/plugins/thrive-leads/tcb/inc/menu/commentsdisqus.php'),(9169,'wp-content/plugins/thrive-leads/tcb/inc/menu/commentsfacebook.php'),(9170,'wp-content/plugins/thrive-leads/tcb/inc/menu/contact_form.php'),(9171,'wp-content/plugins/thrive-leads/tcb/inc/menu/contact_form_submit.php'),(9172,'wp-content/plugins/thrive-leads/tcb/inc/menu/contentblock.php'),(9173,'wp-content/plugins/thrive-leads/tcb/inc/menu/contentbox.php'),(9174,'wp-content/plugins/thrive-leads/tcb/inc/menu/countdown.php'),(9175,'wp-content/plugins/thrive-leads/tcb/inc/menu/countdownevergreen.php'),(9176,'wp-content/plugins/thrive-leads/tcb/inc/menu/credit.php'),(9177,'wp-content/plugins/thrive-leads/tcb/inc/menu/ct_symbol.php'),(9178,'wp-content/plugins/thrive-leads/tcb/inc/menu/decoration.php'),(9179,'wp-content/plugins/thrive-leads/tcb/inc/menu/divider.php'),(9180,'wp-content/plugins/thrive-leads/tcb/inc/menu/fillcounter.php'),(9181,'wp-content/plugins/thrive-leads/tcb/inc/menu/footer.php'),(9182,'wp-content/plugins/thrive-leads/tcb/inc/menu/form_submit.php'),(9183,'wp-content/plugins/thrive-leads/tcb/inc/menu/general.php'),(9184,'wp-content/plugins/thrive-leads/tcb/inc/menu/gmap.php'),(9185,'wp-content/plugins/thrive-leads/tcb/inc/menu/header.php'),(9186,'wp-content/plugins/thrive-leads/tcb/inc/menu/html.php'),(9187,'wp-content/plugins/thrive-leads/tcb/inc/menu/icon.php'),(9188,'wp-content/plugins/thrive-leads/tcb/inc/menu/image.php'),(9189,'wp-content/plugins/thrive-leads/tcb/inc/menu/landing_page.php'),(9190,'wp-content/plugins/thrive-leads/tcb/inc/menu/lead_generation.php'),(9191,'wp-content/plugins/thrive-leads/tcb/inc/menu/lead_generation_checkbox.php'),(9192,'wp-content/plugins/thrive-leads/tcb/inc/menu/lead_generation_input.php'),(9193,'wp-content/plugins/thrive-leads/tcb/inc/menu/lead_generation_radio.php'),(9194,'wp-content/plugins/thrive-leads/tcb/inc/menu/lead_generation_select.php'),(9195,'wp-content/plugins/thrive-leads/tcb/inc/menu/lead_generation_submit.php'),(9196,'wp-content/plugins/thrive-leads/tcb/inc/menu/lead_generation_textarea.php'),(9197,'wp-content/plugins/thrive-leads/tcb/inc/menu/lightbox.php'),(9198,'wp-content/plugins/thrive-leads/tcb/inc/menu/link.php'),(9199,'wp-content/plugins/thrive-leads/tcb/inc/menu/logo.php'),(9200,'wp-content/plugins/thrive-leads/tcb/inc/menu/lp-text.php'),(9201,'wp-content/plugins/thrive-leads/tcb/inc/menu/megamenu_column.php'),(9202,'wp-content/plugins/thrive-leads/tcb/inc/menu/megamenu_dropdown.php'),(9203,'wp-content/plugins/thrive-leads/tcb/inc/menu/megamenu_image.php'),(9204,'wp-content/plugins/thrive-leads/tcb/inc/menu/megamenu_item.php'),(9205,'wp-content/plugins/thrive-leads/tcb/inc/menu/menu.php'),(9206,'wp-content/plugins/thrive-leads/tcb/inc/menu/menu_item.php'),(9207,'wp-content/plugins/thrive-leads/tcb/inc/menu/numberedlist.php'),(9208,'wp-content/plugins/thrive-leads/tcb/inc/menu/pagination.php'),(9209,'wp-content/plugins/thrive-leads/tcb/inc/menu/pagination_button.php'),(9210,'wp-content/plugins/thrive-leads/tcb/inc/menu/pagination_label.php'),(9211,'wp-content/plugins/thrive-leads/tcb/inc/menu/post.php'),(9212,'wp-content/plugins/thrive-leads/tcb/inc/menu/post_author_name.php'),(9213,'wp-content/plugins/thrive-leads/tcb/inc/menu/post_categories.php'),(9214,'wp-content/plugins/thrive-leads/tcb/inc/menu/post_comments_number.php'),(9215,'wp-content/plugins/thrive-leads/tcb/inc/menu/post_content.php'),(9216,'wp-content/plugins/thrive-leads/tcb/inc/menu/post_date.php'),(9217,'wp-content/plugins/thrive-leads/tcb/inc/menu/post_list.php'),(9218,'wp-content/plugins/thrive-leads/tcb/inc/menu/post_tags.php'),(9219,'wp-content/plugins/thrive-leads/tcb/inc/menu/post_thumbnail.php'),(9220,'wp-content/plugins/thrive-leads/tcb/inc/menu/postgrid.php'),(9221,'wp-content/plugins/thrive-leads/tcb/inc/menu/pricing_table.php'),(9222,'wp-content/plugins/thrive-leads/tcb/inc/menu/progressbar.php'),(9223,'wp-content/plugins/thrive-leads/tcb/inc/menu/rating.php'),(9224,'wp-content/plugins/thrive-leads/tcb/inc/menu/responsivevideo.php'),(9225,'wp-content/plugins/thrive-leads/tcb/inc/menu/reveal.php'),(9226,'wp-content/plugins/thrive-leads/tcb/inc/menu/section.php'),(9227,'wp-content/plugins/thrive-leads/tcb/inc/menu/social.php'),(9228,'wp-content/plugins/thrive-leads/tcb/inc/menu/styledlist.php'),(9229,'wp-content/plugins/thrive-leads/tcb/inc/menu/symbol.php'),(9230,'wp-content/plugins/thrive-leads/tcb/inc/menu/table.php'),(9231,'wp-content/plugins/thrive-leads/tcb/inc/menu/tableborders.php'),(9232,'wp-content/plugins/thrive-leads/tcb/inc/menu/tabs.php'),(9233,'wp-content/plugins/thrive-leads/tcb/inc/menu/text-type.php'),(9234,'wp-content/plugins/thrive-leads/tcb/inc/menu/text.php'),(9235,'wp-content/plugins/thrive-leads/tcb/inc/menu/toc.php'),(9236,'wp-content/plugins/thrive-leads/tcb/inc/menu/toggle.php'),(9237,'wp-content/plugins/thrive-leads/tcb/inc/menu/widget.php'),(9238,'wp-content/plugins/thrive-leads/tcb/inc/menu/wordpress.php'),(9239,'wp-content/plugins/thrive-leads/tcb/inc/views/actions/animation.php'),(9240,'wp-content/plugins/thrive-leads/tcb/inc/views/actions/audio-providers/custom-extra.php'),(9241,'wp-content/plugins/thrive-leads/tcb/inc/views/actions/audio-providers/custom.php'),(9242,'wp-content/plugins/thrive-leads/tcb/inc/views/actions/audio-providers/soundcloud-extra.php'),(9243,'wp-content/plugins/thrive-leads/tcb/inc/views/actions/audio-providers/soundcloud.php'),(9244,'wp-content/plugins/thrive-leads/tcb/inc/views/actions/audio-providers/spotify.php'),(9245,'wp-content/plugins/thrive-leads/tcb/inc/views/actions/close-lightbox.js.php'),(9246,'wp-content/plugins/thrive-leads/tcb/inc/views/actions/image-zoom.js.php'),(9247,'wp-content/plugins/thrive-leads/tcb/inc/views/actions/lightbox.php'),(9248,'wp-content/plugins/thrive-leads/tcb/inc/views/actions/link.php'),(9249,'wp-content/plugins/thrive-leads/tcb/inc/views/actions/responsive-video-providers/custom-extra.php'),(9250,'wp-content/plugins/thrive-leads/tcb/inc/views/actions/responsive-video-providers/custom.php'),(9251,'wp-content/plugins/thrive-leads/tcb/inc/views/actions/responsive-video-providers/external-extra.php'),(9252,'wp-content/plugins/thrive-leads/tcb/inc/views/actions/responsive-video-providers/external.php'),(9253,'wp-content/plugins/thrive-leads/tcb/inc/views/actions/responsive-video-providers/vimeo-extra.php'),(9254,'wp-content/plugins/thrive-leads/tcb/inc/views/actions/responsive-video-providers/vimeo.php'),(9255,'wp-content/plugins/thrive-leads/tcb/inc/views/actions/responsive-video-providers/wistia-extra.php'),(9256,'wp-content/plugins/thrive-leads/tcb/inc/views/actions/responsive-video-providers/wistia.php'),(9257,'wp-content/plugins/thrive-leads/tcb/inc/views/actions/responsive-video-providers/youtube-extra.php'),(9258,'wp-content/plugins/thrive-leads/tcb/inc/views/actions/responsive-video-providers/youtube.php'),(9259,'wp-content/plugins/thrive-leads/tcb/inc/views/actions/tooltip.js.php'),(9260,'wp-content/plugins/thrive-leads/tcb/inc/views/actions/tooltip.php'),(9261,'wp-content/plugins/thrive-leads/tcb/inc/views/actions/video-popup/custom.php'),(9262,'wp-content/plugins/thrive-leads/tcb/inc/views/actions/video-popup/external.php'),(9263,'wp-content/plugins/thrive-leads/tcb/inc/views/actions/video-popup/vimeo.php'),(9264,'wp-content/plugins/thrive-leads/tcb/inc/views/actions/video-popup/wistia.php'),(9265,'wp-content/plugins/thrive-leads/tcb/inc/views/actions/video-popup/youtube.php'),(9266,'wp-content/plugins/thrive-leads/tcb/inc/views/actions/video-popup.js.php'),(9267,'wp-content/plugins/thrive-leads/tcb/inc/views/admin/cannot-edit-blog-page.php'),(9268,'wp-content/plugins/thrive-leads/tcb/inc/views/admin/page-loader.php'),(9269,'wp-content/plugins/thrive-leads/tcb/inc/views/admin/post-edit-button.php'),(9270,'wp-content/plugins/thrive-leads/tcb/inc/views/central-style-panel.php'),(9271,'wp-content/plugins/thrive-leads/tcb/inc/views/control-panel.php'),(9272,'wp-content/plugins/thrive-leads/tcb/inc/views/editor-settings.php'),(9273,'wp-content/plugins/thrive-leads/tcb/inc/views/elements/-list-promoted.php'),(9274,'wp-content/plugins/thrive-leads/tcb/inc/views/elements/-sidebar-list.php'),(9275,'wp-content/plugins/thrive-leads/tcb/inc/views/elements/audio.php'),(9276,'wp-content/plugins/thrive-leads/tcb/inc/views/elements/button.php'),(9277,'wp-content/plugins/thrive-leads/tcb/inc/views/elements/commentsdisqus.php'),(9278,'wp-content/plugins/thrive-leads/tcb/inc/views/elements/commentsfacebook.php'),(9279,'wp-content/plugins/thrive-leads/tcb/inc/views/elements/contact_form.php'),(9280,'wp-content/plugins/thrive-leads/tcb/inc/views/elements/contentblock.php'),(9281,'wp-content/plugins/thrive-leads/tcb/inc/views/elements/contentbox.php'),(9282,'wp-content/plugins/thrive-leads/tcb/inc/views/elements/countdown.php'),(9283,'wp-content/plugins/thrive-leads/tcb/inc/views/elements/countdownevergreen.php'),(9284,'wp-content/plugins/thrive-leads/tcb/inc/views/elements/ct_symbol.php'),(9285,'wp-content/plugins/thrive-leads/tcb/inc/views/elements/divider.php'),(9286,'wp-content/plugins/thrive-leads/tcb/inc/views/elements/element-placeholder.php'),(9287,'wp-content/plugins/thrive-leads/tcb/inc/views/elements/fillcounter.php'),(9288,'wp-content/plugins/thrive-leads/tcb/inc/views/elements/footer.php'),(9289,'wp-content/plugins/thrive-leads/tcb/inc/views/elements/gmap.php'),(9290,'wp-content/plugins/thrive-leads/tcb/inc/views/elements/header.php'),(9291,'wp-content/plugins/thrive-leads/tcb/inc/views/elements/html.php'),(9292,'wp-content/plugins/thrive-leads/tcb/inc/views/elements/icon.php'),(9293,'wp-content/plugins/thrive-leads/tcb/inc/views/elements/image.php'),(9294,'wp-content/plugins/thrive-leads/tcb/inc/views/elements/lead_generation.php'),(9295,'wp-content/plugins/thrive-leads/tcb/inc/views/elements/menu-generated.php'),(9296,'wp-content/plugins/thrive-leads/tcb/inc/views/elements/moretag.php'),(9297,'wp-content/plugins/thrive-leads/tcb/inc/views/elements/post-list-article.php'),(9298,'wp-content/plugins/thrive-leads/tcb/inc/views/elements/postgrid.php'),(9299,'wp-content/plugins/thrive-leads/tcb/inc/views/elements/pricing_table.php'),(9300,'wp-content/plugins/thrive-leads/tcb/inc/views/elements/progressbar.php'),(9301,'wp-content/plugins/thrive-leads/tcb/inc/views/elements/responsivevideo.php'),(9302,'wp-content/plugins/thrive-leads/tcb/inc/views/elements/reveal.php'),(9303,'wp-content/plugins/thrive-leads/tcb/inc/views/elements/section-placeholder.php'),(9304,'wp-content/plugins/thrive-leads/tcb/inc/views/elements/section.php'),(9305,'wp-content/plugins/thrive-leads/tcb/inc/views/elements/symbol.php'),(9306,'wp-content/plugins/thrive-leads/tcb/inc/views/elements/table.php'),(9307,'wp-content/plugins/thrive-leads/tcb/inc/views/elements/tabs.php'),(9308,'wp-content/plugins/thrive-leads/tcb/inc/views/elements/text.php'),(9309,'wp-content/plugins/thrive-leads/tcb/inc/views/elements/toc.php'),(9310,'wp-content/plugins/thrive-leads/tcb/inc/views/elements/toggle.php'),(9311,'wp-content/plugins/thrive-leads/tcb/inc/views/elements/tweet.php'),(9312,'wp-content/plugins/thrive-leads/tcb/inc/views/elements/wordpress.php'),(9313,'wp-content/plugins/thrive-leads/tcb/inc/views/inner.php'),(9314,'wp-content/plugins/thrive-leads/tcb/inc/views/layouts/editor-lightbox.php'),(9315,'wp-content/plugins/thrive-leads/tcb/inc/views/layouts/editor.php'),(9316,'wp-content/plugins/thrive-leads/tcb/inc/views/loading-spinner.php'),(9317,'wp-content/plugins/thrive-leads/tcb/inc/views/modals/api-connections.php'),(9318,'wp-content/plugins/thrive-leads/tcb/inc/views/modals/cf-error-messages.php'),(9319,'wp-content/plugins/thrive-leads/tcb/inc/views/modals/cloud-templates.php'),(9320,'wp-content/plugins/thrive-leads/tcb/inc/views/modals/content-blocks.php'),(9321,'wp-content/plugins/thrive-leads/tcb/inc/views/modals/ct-symbols.php'),(9322,'wp-content/plugins/thrive-leads/tcb/inc/views/modals/custom-html.php'),(9323,'wp-content/plugins/thrive-leads/tcb/inc/views/modals/fancy-divider.php'),(9324,'wp-content/plugins/thrive-leads/tcb/inc/views/modals/headers.php'),(9325,'wp-content/plugins/thrive-leads/tcb/inc/views/modals/icons.php'),(9326,'wp-content/plugins/thrive-leads/tcb/inc/views/modals/lg-error-messages.php'),(9327,'wp-content/plugins/thrive-leads/tcb/inc/views/modals/lp-export.php'),(9328,'wp-content/plugins/thrive-leads/tcb/inc/views/modals/lp-save-template.php'),(9329,'wp-content/plugins/thrive-leads/tcb/inc/views/modals/lp-templates.php'),(9330,'wp-content/plugins/thrive-leads/tcb/inc/views/modals/no-content-templates.php'),(9331,'wp-content/plugins/thrive-leads/tcb/inc/views/modals/options-post-types.php'),(9332,'wp-content/plugins/thrive-leads/tcb/inc/views/modals/page-events.php'),(9333,'wp-content/plugins/thrive-leads/tcb/inc/views/modals/post-list-query.php'),(9334,'wp-content/plugins/thrive-leads/tcb/inc/views/modals/post-options-confirm.php'),(9335,'wp-content/plugins/thrive-leads/tcb/inc/views/modals/revision-manager.php'),(9336,'wp-content/plugins/thrive-leads/tcb/inc/views/modals/save-elements.php'),(9337,'wp-content/plugins/thrive-leads/tcb/inc/views/modals/save-template.php'),(9338,'wp-content/plugins/thrive-leads/tcb/inc/views/modals/sections.php'),(9339,'wp-content/plugins/thrive-leads/tcb/inc/views/modals/symbols.php'),(9340,'wp-content/plugins/thrive-leads/tcb/inc/views/modals/wordpress-content.php'),(9341,'wp-content/plugins/thrive-leads/tcb/inc/views/modals.php'),(9342,'wp-content/plugins/thrive-leads/tcb/inc/views/pagination/button.php'),(9343,'wp-content/plugins/thrive-leads/tcb/inc/views/pagination/first-icon.php'),(9344,'wp-content/plugins/thrive-leads/tcb/inc/views/pagination/label-pages.php'),(9345,'wp-content/plugins/thrive-leads/tcb/inc/views/pagination/label-posts.php'),(9346,'wp-content/plugins/thrive-leads/tcb/inc/views/pagination/last-icon.php'),(9347,'wp-content/plugins/thrive-leads/tcb/inc/views/pagination/load-more-button.php'),(9348,'wp-content/plugins/thrive-leads/tcb/inc/views/pagination/next-icon.php'),(9349,'wp-content/plugins/thrive-leads/tcb/inc/views/pagination/prev-icon.php'),(9350,'wp-content/plugins/thrive-leads/tcb/inc/views/post-list-sub-elements/author-bio.php'),(9351,'wp-content/plugins/thrive-leads/tcb/inc/views/post-list-sub-elements/author-name.php'),(9352,'wp-content/plugins/thrive-leads/tcb/inc/views/post-list-sub-elements/comments-number.php'),(9353,'wp-content/plugins/thrive-leads/tcb/inc/views/post-list-sub-elements/post-categories.php'),(9354,'wp-content/plugins/thrive-leads/tcb/inc/views/post-list-sub-elements/post-date.php'),(9355,'wp-content/plugins/thrive-leads/tcb/inc/views/post-list-sub-elements/post-tags.php'),(9356,'wp-content/plugins/thrive-leads/tcb/inc/views/post-list-sub-elements/post-title.php'),(9357,'wp-content/plugins/thrive-leads/tcb/inc/views/sc-post-grid.php'),(9358,'wp-content/plugins/thrive-leads/tcb/inc/views/settings.php'),(9359,'wp-content/plugins/thrive-leads/tcb/inc/views/sidebar-bottom.php'),(9360,'wp-content/plugins/thrive-leads/tcb/inc/views/sidebar-default.php'),(9361,'wp-content/plugins/thrive-leads/tcb/inc/views/sidebar-right.php'),(9362,'wp-content/plugins/thrive-leads/tcb/inc/views/sidebars/post-grid-edit-grid-options.php'),(9363,'wp-content/plugins/thrive-leads/tcb/inc/views/sidebars/table-edit-state.php'),(9364,'wp-content/plugins/thrive-leads/tcb/inc/views/symbols/section-content.php'),(9365,'wp-content/plugins/thrive-leads/tcb/inc/views/symbols/symbol-body-close.php'),(9366,'wp-content/plugins/thrive-leads/tcb/inc/views/symbols/symbol-body-open.php'),(9367,'wp-content/plugins/thrive-leads/tcb/inc/views/symbols/symbol-content.php'),(9368,'wp-content/plugins/thrive-leads/tcb/inc/views/symbols/symbols-dashboard.php'),(9369,'wp-content/plugins/thrive-leads/tcb/inc/views/widget-form.php'),(9370,'wp-content/plugins/thrive-leads/tcb/landing-page/inc/TCB_Landing_Page_Transfer.php'),(9371,'wp-content/plugins/thrive-leads/tcb/landing-page/inc/class-tcb-landing-page.php'),(9372,'wp-content/plugins/thrive-leads/tcb/landing-page/layout.php'),(9373,'wp-content/plugins/thrive-leads/tcb/landing-page/templates/_config.php'),(9374,'wp-content/plugins/thrive-leads/tcb/plugin-core.php'),(9375,'wp-content/plugins/thrive-leads/tcb/tve_settings.php'),(9376,'wp-content/plugins/thrive-leads/tcb/version.php'),(9377,'wp-content/plugins/thrive-leads/tcb-bridge/custom_color_mappings.php'),(9378,'wp-content/plugins/thrive-leads/tcb-bridge/elements/class-thrive-leads-base-element.php'),(9379,'wp-content/plugins/thrive-leads/tcb-bridge/elements/class-thrive-leads-lightbox-element.php'),(9380,'wp-content/plugins/thrive-leads/tcb-bridge/elements/class-thrive-leads-shortcode-element.php'),(9381,'wp-content/plugins/thrive-leads/tcb-bridge/elements/class-thrive-leads-slide-in-element.php'),(9382,'wp-content/plugins/thrive-leads/tcb-bridge/event-manager/actions/Thrive_Leads_Form_Close_Action.php'),(9383,'wp-content/plugins/thrive-leads/tcb-bridge/event-manager/actions/Thrive_Leads_State_Lightbox_Action.php'),(9384,'wp-content/plugins/thrive-leads/tcb-bridge/event-manager/actions/Thrive_Leads_State_Lightbox_Close_Action.php'),(9385,'wp-content/plugins/thrive-leads/tcb-bridge/event-manager/actions/Thrive_Leads_State_Screen_Filler_Close_Action.php'),(9386,'wp-content/plugins/thrive-leads/tcb-bridge/event-manager/actions/Thrive_Leads_State_Switch_Action.php'),(9387,'wp-content/plugins/thrive-leads/tcb-bridge/event-manager/actions/Thrive_Leads_Two_Step_Action.php'),(9388,'wp-content/plugins/thrive-leads/tcb-bridge/event-manager/views/item-list.php'),(9389,'wp-content/plugins/thrive-leads/tcb-bridge/event-manager/views/lightbox-settings.php'),(9390,'wp-content/plugins/thrive-leads/tcb-bridge/event-manager/views/state-lightbox-settings.php'),(9391,'wp-content/plugins/thrive-leads/tcb-bridge/event-manager/views/state-settings.php'),(9392,'wp-content/plugins/thrive-leads/tcb-bridge/init.php'),(9393,'wp-content/plugins/thrive-leads/tcb-bridge/menu/shortcode.php'),(9394,'wp-content/plugins/thrive-leads/tcb-bridge/modals/tl-template-saving.php'),(9395,'wp-content/plugins/thrive-leads/tcb-bridge/modals/tl-templates.php'),(9396,'wp-content/plugins/thrive-leads/tcb-bridge/tcb_action_hooks.php'),(9397,'wp-content/plugins/thrive-leads/thrive-dashboard/classes/AjaxController.php'),(9398,'wp-content/plugins/thrive-leads/thrive-dashboard/classes/Product/Abstract.php'),(9399,'wp-content/plugins/thrive-leads/thrive-dashboard/classes/Product/LicenseManager.php'),(9400,'wp-content/plugins/thrive-leads/thrive-dashboard/css/font/icomoon.svg'),(9401,'wp-content/plugins/thrive-leads/thrive-dashboard/css/font/tvd-icons.svg'),(9402,'wp-content/plugins/thrive-leads/thrive-dashboard/css/images/paste-blue.svg'),(9403,'wp-content/plugins/thrive-leads/thrive-dashboard/css/images/paste-green.svg'),(9404,'wp-content/plugins/thrive-leads/thrive-dashboard/css/images/paste.svg'),(9405,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/_crawlers.php'),(9406,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/access-manager/class-tvd-am.php'),(9407,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/access-manager/includes/assets/css/am-icons.svg'),(9408,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/access-manager/includes/assets/js/admin.js'),(9409,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/access-manager/includes/assets/js/admin.min.js'),(9410,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/access-manager/includes/templates/access-manager.php'),(9411,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auth-check/auth-check.js'),(9412,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auth-check/class-tvd-auth-check.php'),(9413,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auth-check/handle-login.php'),(9414,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/admin.php'),(9415,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/api_log.php'),(9416,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/classes/ApiVideos.php'),(9417,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/classes/Connection/AWeber.php'),(9418,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/classes/Connection/Abstract.php'),(9419,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/classes/Connection/ActiveCampaign.php'),(9420,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/classes/Connection/ArpReach.php'),(9421,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/classes/Connection/Awsses.php'),(9422,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/classes/Connection/CampaignMonitor.php'),(9423,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/classes/Connection/CampaignMonitorEmail.php'),(9424,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/classes/Connection/ConstantContact.php'),(9425,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/classes/Connection/ConvertKit.php'),(9426,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/classes/Connection/Drip.php'),(9427,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/classes/Connection/EverWebinar.php'),(9428,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/classes/Connection/Facebook.php'),(9429,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/classes/Connection/GetResponse.php'),(9430,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/classes/Connection/GoToWebinar.php'),(9431,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/classes/Connection/Google.php'),(9432,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/classes/Connection/HubSpot.php'),(9433,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/classes/Connection/Infusionsoft.php'),(9434,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/classes/Connection/KlickTipp.php'),(9435,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/classes/Connection/MadMimi.php'),(9436,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/classes/Connection/MailPoet.php'),(9437,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/classes/Connection/MailRelay.php'),(9438,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/classes/Connection/MailRelayEmail.php'),(9439,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/classes/Connection/Mailchimp.php'),(9440,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/classes/Connection/MailerLite.php'),(9441,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/classes/Connection/Mailgun.php'),(9442,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/classes/Connection/Mailster.php'),(9443,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/classes/Connection/Mandrill.php'),(9444,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/classes/Connection/Mautic.php'),(9445,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/classes/Connection/Ontraport.php'),(9446,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/classes/Connection/Postmark.php'),(9447,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/classes/Connection/ReCaptcha.php'),(9448,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/classes/Connection/SGAutorepondeur.php'),(9449,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/classes/Connection/SendGrid.php'),(9450,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/classes/Connection/SendGridEmail.php'),(9451,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/classes/Connection/SendOwl.php'),(9452,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/classes/Connection/Sendinblue.php'),(9453,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/classes/Connection/SendinblueEmail.php'),(9454,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/classes/Connection/Sendlane.php'),(9455,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/classes/Connection/Sendreach.php'),(9456,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/classes/Connection/Sendy.php'),(9457,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/classes/Connection/SparkPost.php'),(9458,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/classes/Connection/Twitter.php'),(9459,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/classes/Connection/WebinarJamStudio.php'),(9460,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/classes/Connection/Wordpress.php'),(9461,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/classes/Connection/Zapier.php'),(9462,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/classes/Connection/Zoom.php'),(9463,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/classes/Connection/iContact.php'),(9464,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/classes/Connection/v2/GoToWebinar.php'),(9465,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/classes/Connection/v2/SendGrid.php'),(9466,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/classes/Editor/Controller.php'),(9467,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/classes/Manager.php'),(9468,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/Base.php'),(9469,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/Collection.php'),(9470,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/Entry.php'),(9471,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/EntryDataArray.php'),(9472,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/Http/Response.php'),(9473,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/Oauth/Adapter.php'),(9474,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/Oauth/Application.php'),(9475,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/Oauth/ServiceProvider.php'),(9476,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/Oauth/User.php'),(9477,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/Response.php'),(9478,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/ServiceProvider.php'),(9479,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/exceptions.php'),(9480,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber.php'),(9481,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/ActiveCampaign/Exception.php'),(9482,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/ActiveCampaign.php'),(9483,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/ArpReach/ContactException/Exists.php'),(9484,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/ArpReach/Exception.php'),(9485,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/ArpReach.php'),(9486,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Awsses/Exception.php'),(9487,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Awsses/SimpleEmailServiceMessage.php'),(9488,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Awsses/SimpleEmailServiceRequest.php'),(9489,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Awsses.php'),(9490,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/CampaignMonitor/ClassicEmail.php'),(9491,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/CampaignMonitor/List.php'),(9492,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/CampaignMonitor.php'),(9493,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/ConstantContact/AlreadyExistException.php'),(9494,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/ConstantContact/Exception.php'),(9495,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/ConstantContact.php'),(9496,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/ConvertKit/Exception.php'),(9497,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/ConvertKit.php'),(9498,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/CustomHtml.php'),(9499,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Drip/Exception/Unsubscribed.php'),(9500,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Drip/Exception.php'),(9501,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Drip.php'),(9502,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/EverWebinar/Exception.php'),(9503,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/EverWebinar.php'),(9504,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Facebook/Base.php'),(9505,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Facebook/Exception/Exception.php'),(9506,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Facebook.php'),(9507,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/GetResponse/Exception.php'),(9508,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/GetResponse.php'),(9509,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/GetResponseV3.php'),(9510,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/GoToWebinar/Exception.php'),(9511,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/GoToWebinar.php'),(9512,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Html/Renderer.php'),(9513,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/HubSpot/Exception.php'),(9514,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/HubSpot.php'),(9515,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Infusionsoft/InfusionsoftException.php'),(9516,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Infusionsoft.php'),(9517,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/KlickTipp/Exception.php'),(9518,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/KlickTipp.php'),(9519,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/MadMimi/Exception.php'),(9520,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/MadMimi.php'),(9521,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/MailRelay/Exception.php'),(9522,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/MailRelay.php'),(9523,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/MailRelayV1.php'),(9524,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Campaigns.php'),(9525,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Conversations.php'),(9526,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Ecomm.php'),(9527,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Exception.php'),(9528,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Folders.php'),(9529,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Gallery.php'),(9530,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Goal.php'),(9531,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Helper.php'),(9532,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Lists.php'),(9533,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Mobile.php'),(9534,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Neapolitan.php'),(9535,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Reports.php'),(9536,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Templates.php'),(9537,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Users.php'),(9538,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Vip.php'),(9539,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp.php'),(9540,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/ApiAbstract.php'),(9541,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/ApiConstants.php'),(9542,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/Campaigns.php'),(9543,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/Fields.php'),(9544,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/Groups.php'),(9545,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/Lists.php'),(9546,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/MailerLiteSdkException.php'),(9547,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/Rest.php'),(9548,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/RestClient.php'),(9549,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/Subscribers.php'),(9550,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite.php'),(9551,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/Api.php'),(9552,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/BatchMessage.php'),(9553,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/ExceptionMessages.php'),(9554,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/GenericHTTPError.php'),(9555,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/InvalidCredentials.php'),(9556,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/InvalidParameter.php'),(9557,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/InvalidParameterType.php'),(9558,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/MessageBuilder.php'),(9559,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/MissingEndpoint.php'),(9560,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/MissingRequiredMIMEParameters.php'),(9561,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/MissingRequiredParameters.php'),(9562,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/NoDomainsConfigured.php'),(9563,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/OptInHandler.php'),(9564,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/RestClient.php'),(9565,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/TooManyParameters.php'),(9566,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun.php'),(9567,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Exceptions.php'),(9568,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Exports.php'),(9569,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Inbound.php'),(9570,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Internal.php'),(9571,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Ips.php'),(9572,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Messages.php'),(9573,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Metadata.php'),(9574,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Rejects.php'),(9575,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Senders.php'),(9576,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Subaccounts.php'),(9577,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Tags.php'),(9578,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Template.php'),(9579,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Urls.php'),(9580,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Users.php'),(9581,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Webhooks.php'),(9582,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Whitelists.php'),(9583,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill.php'),(9584,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/ActionNotSupportedException.php'),(9585,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Api.php'),(9586,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/ApiAuth.php'),(9587,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Assets.php'),(9588,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/AuthInterface.php'),(9589,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Campaigns.php'),(9590,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Contacts.php'),(9591,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/ContextNotFoundException.php'),(9592,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Data.php'),(9593,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Emails.php'),(9594,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Forms.php'),(9595,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/IncorrectParametersReturnedException.php'),(9596,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Leads.php'),(9597,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Lists.php'),(9598,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/OAuth.php'),(9599,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Pages.php'),(9600,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/PointTriggers.php'),(9601,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Points.php'),(9602,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Reports.php'),(9603,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Segments.php'),(9604,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/UnexpectedResponseFormatException.php'),(9605,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic.php'),(9606,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Ontraport/Exception.php'),(9607,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Ontraport/ObjectType.php'),(9608,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Ontraport.php'),(9609,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Postmark/AdminClient.php'),(9610,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Postmark/Attachment.php'),(9611,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Postmark/CaseInsensitiveArray.php'),(9612,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Postmark/ClientBase.php'),(9613,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Postmark/DynamicResponseModel.php'),(9614,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Postmark/Exception.php'),(9615,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Postmark.php'),(9616,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/SGAutorepondeur.php'),(9617,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/SendGrid/Client.php'),(9618,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/SendGrid/Exception.php'),(9619,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/SendGrid/Response.php'),(9620,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/SendGrid.php'),(9621,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/SendGridEmail/Client.php'),(9622,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/SendGridEmail/Email.php'),(9623,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/SendGridEmail/Exception.php'),(9624,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/SendGridEmail/Response.php'),(9625,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/SendGridEmail/api_keys.php'),(9626,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/SendGridEmail/asm_groups.php'),(9627,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/SendGridEmail/asm_suppressions.php'),(9628,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/SendGridEmail/global_stats.php'),(9629,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/SendGridEmail.php'),(9630,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/SendOwl/Exception.php'),(9631,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/SendOwl.php'),(9632,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/SendinBlue/Exception.php'),(9633,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Sendinblue.php'),(9634,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Sendlane/Exception.php'),(9635,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Sendlane.php'),(9636,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Campaigns.php'),(9637,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Client.php'),(9638,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Config.php'),(9639,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Countries.php'),(9640,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Customers.php'),(9641,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Exception.php'),(9642,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Json.php'),(9643,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/ListFields.php'),(9644,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/ListSegments.php'),(9645,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/ListSubscribers.php'),(9646,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Lists.php'),(9647,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Params.php'),(9648,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/ParamsIterator.php'),(9649,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Request.php'),(9650,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Response.php'),(9651,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/SendreachV2.php'),(9652,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Templates.php'),(9653,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/TransactionalEmails.php'),(9654,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach.php'),(9655,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Sendy/Exception.php'),(9656,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Sendy.php'),(9657,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/SparkPost/APIResource.php'),(9658,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/SparkPost/Connection.php'),(9659,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/SparkPost/Exception.php'),(9660,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/SparkPost.php'),(9661,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/TdJwt/BeforeValidException.php'),(9662,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/TdJwt/ExpiredException.php'),(9663,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/TdJwt/SignatureInvalidException.php'),(9664,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/TdJwt/TdJwt.php'),(9665,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Twitter.php'),(9666,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/WebinarJamStudio/Exception.php'),(9667,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/WebinarJamStudio.php'),(9668,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Zapier/Exception.php'),(9669,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Zapier.php'),(9670,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Zoom/Exception.php'),(9671,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/Zoom.php'),(9672,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/iContact/Exception.php'),(9673,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/iContact.php'),(9674,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/lib/vendor/v2/GoToWebinar.php'),(9675,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/misc.php'),(9676,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/views/admin-error-logs.php'),(9677,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/views/admin-list.php'),(9678,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/views/admin-messages.php'),(9679,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/views/editor/add-api.php'),(9680,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/views/editor/add-custom-html.php'),(9681,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/views/editor/add.php'),(9682,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/views/editor/autoresponder-code-fields.php'),(9683,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/views/editor/captcha-settings.php'),(9684,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/views/editor/dashboard-api.php'),(9685,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/views/editor/dashboard-custom-html.php'),(9686,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/views/editor/dashboard.php'),(9687,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/views/editor/partials/api-lists.php'),(9688,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/views/editor/partials/api-select.php'),(9689,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/views/editor/partials/api-shortcodes.php'),(9690,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/views/error-log-entry.php'),(9691,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/views/includes/video-link.php'),(9692,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/views/js/admin-global.js'),(9693,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/views/js/admin-global.min.js'),(9694,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/views/js/admin-logs-list.js'),(9695,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/views/setup/activecampaign/forms-list.php'),(9696,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/views/setup/activecampaign.php'),(9697,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/views/setup/arpreach.php'),(9698,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/views/setup/aweber/tags.php'),(9699,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/views/setup/aweber.php'),(9700,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/views/setup/awsses.php'),(9701,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/views/setup/campaignmonitor.php'),(9702,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/views/setup/campaignmonitoremail.php'),(9703,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/views/setup/constant-contact.php'),(9704,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/views/setup/convertkit.php'),(9705,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/views/setup/drip/optin-type.php'),(9706,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/views/setup/drip/proprieties.php'),(9707,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/views/setup/drip/select-type.php'),(9708,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/views/setup/drip.php'),(9709,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/views/setup/everwebinar.php'),(9710,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/views/setup/facebook.php'),(9711,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/views/setup/get-response.php'),(9712,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/views/setup/getresponse/cycleday.php'),(9713,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/views/setup/google.php'),(9714,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/views/setup/gotowebinar.php'),(9715,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/views/setup/hubspot.php'),(9716,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/views/setup/iContact.php'),(9717,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/views/setup/infusionsoft.php'),(9718,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/views/setup/klicktipp/tags.php'),(9719,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/views/setup/klicktipp.php'),(9720,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/views/setup/madmimi.php'),(9721,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/views/setup/mailchimp/api-groups.php'),(9722,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/views/setup/mailchimp/optin-type.php'),(9723,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/views/setup/mailchimp.php'),(9724,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/views/setup/mailerlite.php'),(9725,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/views/setup/mailgun.php'),(9726,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/views/setup/mailpoet.php'),(9727,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/views/setup/mailrelay.php'),(9728,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/views/setup/mailrelayemail.php'),(9729,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/views/setup/mailster.php'),(9730,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/views/setup/mandrill.php'),(9731,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/views/setup/mautic.php'),(9732,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/views/setup/ontraport.php'),(9733,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/views/setup/postmark.php'),(9734,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/views/setup/recaptcha.php'),(9735,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/views/setup/sendgrid.php'),(9736,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/views/setup/sendgridemail.php'),(9737,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/views/setup/sendinblue.php'),(9738,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/views/setup/sendinblueemail.php'),(9739,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/views/setup/sendlane.php'),(9740,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/views/setup/sendowl.php'),(9741,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/views/setup/sendreach.php'),(9742,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/views/setup/sendy/note.php'),(9743,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/views/setup/sendy.php'),(9744,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/views/setup/sg-autorepondeur.php'),(9745,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/views/setup/sparkpost.php'),(9746,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/views/setup/twitter.php'),(9747,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/views/setup/webinarjamstudio.php'),(9748,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/views/setup/wordpress.php'),(9749,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/views/setup/zapier.php'),(9750,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/auto-responder/views/setup/zoom.php'),(9751,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/crons.php'),(9752,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/db-manager/class-td-db-manager.php'),(9753,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/db-manager/class-td-db-migration.php'),(9754,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/font-import-manager/classes/Tve_Dash_Font_Import_Manager.php'),(9755,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/font-import-manager/classes/Tve_Dash_Font_Import_Manager_Data.php'),(9756,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/font-import-manager/classes/Tve_Dash_Font_Import_Manager_View.php'),(9757,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/font-import-manager/views/form.php'),(9758,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/font-import-manager/views/js/manager.js'),(9759,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/font-import-manager/views/main.php'),(9760,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/font-import-manager/views/messages.php'),(9761,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/font-manager/font-manager.php'),(9762,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/font-manager/views/admin-font-manager.php'),(9763,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/font-manager/views/admin-font-options.php'),(9764,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/functions.php'),(9765,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/hooks.php'),(9766,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/icon-manager/classes/Tve_Dash_Thrive_Icon_Manager.php'),(9767,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/icon-manager/classes/Tve_Dash_Thrive_Icon_Manager_Data.php'),(9768,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/icon-manager/classes/Tve_Dash_Thrive_Icon_Manager_View.php'),(9769,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/icon-manager/views/form.php'),(9770,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/icon-manager/views/icons.php'),(9771,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/icon-manager/views/js/manager.js'),(9772,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/icon-manager/views/js/manager.min.js'),(9773,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/icon-manager/views/main.php'),(9774,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/icon-manager/views/messages.php'),(9775,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/notification-inbox/assets/dist/admin.js'),(9776,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/notification-inbox/assets/dist/admin.min.js'),(9777,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/notification-inbox/assets/js/admin.js'),(9778,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/notification-inbox/assets/js/collections/base.js'),(9779,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/notification-inbox/assets/js/collections/notifications.js'),(9780,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/notification-inbox/assets/js/models/notification.js'),(9781,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/notification-inbox/assets/js/views/base.js'),(9782,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/notification-inbox/assets/js/views/notification.js'),(9783,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/notification-inbox/assets/js/views/notificationCounter.js'),(9784,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/notification-inbox/assets/js/views/notificationDetail.js'),(9785,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/notification-inbox/assets/js/views/notificationHeader.js'),(9786,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/notification-inbox/assets/js/views/notificationsList.js'),(9787,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/notification-inbox/class-td-inbox.php'),(9788,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/notification-inbox/i18n.php'),(9789,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/notification-inbox/includes/admin/class-td-ni-ajax-controller.php'),(9790,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/notification-inbox/includes/init/class-ni-inbox-manager.php'),(9791,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/notification-inbox/includes/init/class-ni-message.php'),(9792,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/notification-inbox/views/templates/backbone/ni-notification-detail.phtml'),(9793,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/notification-inbox/views/templates/backbone/ni-notification.phtml'),(9794,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/notification-inbox/views/templates/backbone/notification-header.phtml'),(9795,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/notification-inbox/views/templates/notification-inbox-button.php'),(9796,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/notification-manager/assets/fonts/tvd-nm-icons.svg'),(9797,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/notification-manager/assets/js/admin/backbone/modals.js'),(9798,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/notification-manager/assets/js/admin/backbone/models.js'),(9799,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/notification-manager/assets/js/admin/backbone/routes.js'),(9800,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/notification-manager/assets/js/admin/backbone/util.js'),(9801,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/notification-manager/assets/js/admin/backbone/views.js'),(9802,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/notification-manager/assets/js/admin/backbone.js'),(9803,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/notification-manager/assets/js/admin/backbone.min.js'),(9804,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/notification-manager/assets/js/admin/wordpress_notification.js'),(9805,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/notification-manager/class-td-nm.php'),(9806,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/notification-manager/i18n.php'),(9807,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/notification-manager/includes/actions/class-nm-action-abstract.php'),(9808,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/notification-manager/includes/actions/class-nm-action-custom-script.php'),(9809,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/notification-manager/includes/actions/class-nm-action-send-email-notification.php'),(9810,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/notification-manager/includes/actions/class-nm-action-wordpress-notification.php'),(9811,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/notification-manager/includes/admin/class-td-nm-admin-ajax-controller.php'),(9812,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/notification-manager/includes/admin/class-td-nm-admin.php'),(9813,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/action-type-box.phtml'),(9814,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/actions/settings/custom-script.phtml'),(9815,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/actions/settings/send-email-notification.phtml'),(9816,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/actions/settings/wordpress-notification.phtml'),(9817,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/breadcrumbs.phtml'),(9818,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/dashboard.phtml'),(9819,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/header.phtml'),(9820,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/messages/form.phtml'),(9821,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/messages/shortcodes/item.phtml'),(9822,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/modals/add-action.phtml'),(9823,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/modals/create-notification.phtml'),(9824,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/modals/delete-confirmation.phtml'),(9825,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/modals/edit-action.phtml'),(9826,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/modals/edit-trigger.phtml'),(9827,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/modals/email-services.phtml'),(9828,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/modals/notification-summary.phtml'),(9829,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/new-button.phtml'),(9830,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/notifications/item.phtml'),(9831,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/options/action-buttons.phtml'),(9832,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/options/checkbox.phtml'),(9833,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/options/input-multiple.phtml'),(9834,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/options/input.phtml'),(9835,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/options/option.phtml'),(9836,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/options/recipient.phtml'),(9837,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/services/item.phtml'),(9838,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/services/thumb-item.phtml'),(9839,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/summaries/item.phtml'),(9840,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/summaries/items/action.phtml'),(9841,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/summaries/items/actions/custom-script.phtml'),(9842,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/summaries/items/actions/send-email-notification.phtml'),(9843,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/summaries/items/actions/wordpress-notification.phtml'),(9844,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/summaries/items/notification.phtml'),(9845,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/summaries/items/trigger.phtml'),(9846,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/trigger-type-box.phtml'),(9847,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/triggers/settings/email-sign-up.phtml'),(9848,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/triggers/settings/quiz-completion.phtml'),(9849,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/triggers/settings/split-test-ends.phtml'),(9850,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/triggers/settings/testimonial-submitted.phtml'),(9851,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/unavailable.phtml'),(9852,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/notification-manager/includes/class-td-nm-ajax.php'),(9853,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/notification-manager/includes/class-td-nm-checker.php'),(9854,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/notification-manager/includes/class-td-nm-data.php'),(9855,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/notification-manager/includes/class-td-nm-post-types.php'),(9856,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/notification-manager/includes/td-nm-core-functions.php'),(9857,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/notification-manager/includes/td-nm-data-functions.php'),(9858,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/notification-manager/includes/triggers/class-nm-trigger-abstract.php'),(9859,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/notification-manager/includes/triggers/class-nm-trigger-email-sign-up.php'),(9860,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/notification-manager/includes/triggers/class-nm-trigger-factory.php'),(9861,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/notification-manager/includes/triggers/class-nm-trigger-quiz-completion.php'),(9862,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/notification-manager/includes/triggers/class-nm-trigger-split-test-ends.php'),(9863,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/notification-manager/includes/triggers/class-nm-trigger-testimonial-submitted.php'),(9864,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/plugin-updates/debug-bar-panel.php'),(9865,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/plugin-updates/debug-bar-plugin.php'),(9866,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/plugin-updates/js/debug-bar.js'),(9867,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/plugin-updates/plugin-update-checker.php'),(9868,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/script-manager/assets/js/admin/models.js'),(9869,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/script-manager/assets/js/admin/routes.js'),(9870,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/script-manager/assets/js/admin/views.js'),(9871,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/script-manager/assets/js/dist/admin.js'),(9872,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/script-manager/assets/js/dist/admin.min.js'),(9873,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/script-manager/class-tvd-sm-constants.php'),(9874,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/script-manager/class-tvd-sm.php'),(9875,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/script-manager/includes/admin/classes/class-tvd-sm-admin-helper.php'),(9876,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/script-manager/includes/admin/classes/class-tvd-sm-admin.php'),(9877,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/script-manager/includes/admin/classes/class-tvd-sm-rest-scripts-controller.php'),(9878,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/script-manager/includes/admin/views/dashboard.php'),(9879,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/script-manager/includes/admin/views/templates/breadcrumbs.phtml'),(9880,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/script-manager/includes/admin/views/templates/dashboard.phtml'),(9881,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/script-manager/includes/admin/views/templates/header.phtml'),(9882,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/script-manager/includes/admin/views/templates/modal-add-edit-script.phtml'),(9883,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/script-manager/includes/admin/views/templates/modal-delete-page-level-scripts.phtml'),(9884,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/script-manager/includes/admin/views/templates/modal-delete-script.phtml'),(9885,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/script-manager/includes/admin/views/templates/script-item.phtml'),(9886,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/script-manager/includes/frontend/classes/class-tvd-sm-frontend.php'),(9887,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/script-manager/includes/i18n.php'),(9888,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/smart-site/assets/admin/js/_utils.js'),(9889,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/smart-site/assets/admin/js/dist/admin.js'),(9890,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/smart-site/assets/admin/js/dist/admin.min.js'),(9891,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/smart-site/assets/admin/js/modals.js'),(9892,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/smart-site/assets/admin/js/models.js'),(9893,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/smart-site/assets/admin/js/routes.js'),(9894,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/smart-site/assets/admin/js/views.js'),(9895,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/smart-site/assets/js/tcb_hooks.js'),(9896,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/smart-site/class-tvd-smart-const.php'),(9897,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/smart-site/classes/class-tvd-global-shortcodes.php'),(9898,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/smart-site/classes/class-tvd-rest-controller.php'),(9899,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/smart-site/classes/class-tvd-smart-db.php'),(9900,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/smart-site/classes/class-tvd-smart-shortcodes.php'),(9901,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/smart-site/classes/class-tvd-smart-site.php'),(9902,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/smart-site/classes/endpoints/class-tvd-fields-controller.php'),(9903,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/smart-site/classes/endpoints/class-tvd-groups-controller.php'),(9904,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/smart-site/i18n.php'),(9905,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/smart-site/migrations/index.php'),(9906,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/smart-site/migrations/install-1.0.0.php'),(9907,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/smart-site/views/admin/templates/breadcrumbs.phtml'),(9908,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/smart-site/views/admin/templates/dashboard.phtml'),(9909,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/address-options.phtml'),(9910,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/email-options.phtml'),(9911,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/field.phtml'),(9912,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/group.phtml'),(9913,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/link-options.phtml'),(9914,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/location-options.phtml'),(9915,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/modal-group-item.phtml'),(9916,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/modal-type-item.phtml'),(9917,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/modals/delete.phtml'),(9918,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/modals/edit-group.phtml'),(9919,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/modals/field.phtml'),(9920,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/phone-options.phtml'),(9921,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/text-options.phtml'),(9922,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/smart-site/views/admin/templates/global_fields.phtml'),(9923,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/smart-site/views/admin/templates/header.phtml'),(9924,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/smart-site/views/admin/templates/menu.phtml'),(9925,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/smart-site/views/admin/templates/side-menu.phtml'),(9926,'wp-content/plugins/thrive-leads/thrive-dashboard/inc/util.php'),(9927,'wp-content/plugins/thrive-leads/thrive-dashboard/js/dist/frontend.js'),(9928,'wp-content/plugins/thrive-leads/thrive-dashboard/js/dist/frontend.min.js'),(9929,'wp-content/plugins/thrive-leads/thrive-dashboard/js/dist/global.min.js'),(9930,'wp-content/plugins/thrive-leads/thrive-dashboard/js/dist/hammer.min.js'),(9931,'wp-content/plugins/thrive-leads/thrive-dashboard/js/dist/leanmodal.min.js'),(9932,'wp-content/plugins/thrive-leads/thrive-dashboard/js/dist/select2.min.js'),(9933,'wp-content/plugins/thrive-leads/thrive-dashboard/js/dist/toasts.min.js'),(9934,'wp-content/plugins/thrive-leads/thrive-dashboard/js/dist/tooltip.min.js'),(9935,'wp-content/plugins/thrive-leads/thrive-dashboard/js/dist/tve-dash.js'),(9936,'wp-content/plugins/thrive-leads/thrive-dashboard/js/dist/tve-dash.min.js'),(9937,'wp-content/plugins/thrive-leads/thrive-dashboard/js/dist/velocity.min.js'),(9938,'wp-content/plugins/thrive-leads/thrive-dashboard/js/frontend.js'),(9939,'wp-content/plugins/thrive-leads/thrive-dashboard/js/util/highcharts/highcharts-3d.js'),(9940,'wp-content/plugins/thrive-leads/thrive-dashboard/js/util/highcharts/highcharts-more.js'),(9941,'wp-content/plugins/thrive-leads/thrive-dashboard/js/util/highcharts/highcharts.js'),(9942,'wp-content/plugins/thrive-leads/thrive-dashboard/js/util/jquery.zclip.1.1.1/jquery.zclip.js'),(9943,'wp-content/plugins/thrive-leads/thrive-dashboard/js/util/jquery.zclip.1.1.1/jquery.zclip.min.js'),(9944,'wp-content/plugins/thrive-leads/thrive-dashboard/js/util/util.js'),(9945,'wp-content/plugins/thrive-leads/thrive-dashboard/js/util/views.js'),(9946,'wp-content/plugins/thrive-leads/thrive-dashboard/rest-api/class-td-rest-controller.php'),(9947,'wp-content/plugins/thrive-leads/thrive-dashboard/rest-api/class-td-rest-hook-controller.php'),(9948,'wp-content/plugins/thrive-leads/thrive-dashboard/rest-api/init.php'),(9949,'wp-content/plugins/thrive-leads/thrive-dashboard/templates/affiliate-modal.phtml'),(9950,'wp-content/plugins/thrive-leads/thrive-dashboard/templates/backbone/modal-loader.phtml'),(9951,'wp-content/plugins/thrive-leads/thrive-dashboard/templates/backbone/page-loader.phtml'),(9952,'wp-content/plugins/thrive-leads/thrive-dashboard/templates/backbone/support-token.phtml'),(9953,'wp-content/plugins/thrive-leads/thrive-dashboard/templates/header.phtml'),(9954,'wp-content/plugins/thrive-leads/thrive-dashboard/templates/product/activated.phtml'),(9955,'wp-content/plugins/thrive-leads/thrive-dashboard/templates/product/error.phtml'),(9956,'wp-content/plugins/thrive-leads/thrive-dashboard/templates/product/inactive.phtml'),(9957,'wp-content/plugins/thrive-leads/thrive-dashboard/templates/sections/dashboard.phtml'),(9958,'wp-content/plugins/thrive-leads/thrive-dashboard/templates/sections/license_manager.phtml'),(9959,'wp-content/plugins/thrive-leads/thrive-dashboard/templates/settings/general_settings.phtml'),(9960,'wp-content/plugins/thrive-leads/thrive-dashboard/templates/settings/reset.phtml'),(9961,'wp-content/plugins/thrive-leads/thrive-dashboard/templates/settings/text_setting_row.phtml'),(9962,'wp-content/plugins/thrive-leads/thrive-dashboard/templates/share.phtml'),(9963,'wp-content/plugins/thrive-leads/thrive-dashboard/templates/ui.phtml'),(9964,'wp-content/plugins/thrive-leads/thrive-dashboard/thrive-dashboard.php'),(9965,'wp-content/plugins/thrive-leads/thrive-dashboard/version.php'),(9966,'wp-content/plugins/thrive-leads/thrive-leads.php'),(9967,'wp-content/plugins/thrive-ovation/admin/css/font/tvo-icons.svg'),(9968,'wp-content/plugins/thrive-ovation/admin/functions.php'),(9969,'wp-content/plugins/thrive-ovation/admin/i18n.php'),(9970,'wp-content/plugins/thrive-ovation/admin/js/_utils.js'),(9971,'wp-content/plugins/thrive-ovation/admin/js/admin.js'),(9972,'wp-content/plugins/thrive-ovation/admin/js/admin.min.js'),(9973,'wp-content/plugins/thrive-ovation/admin/js/comments.js'),(9974,'wp-content/plugins/thrive-ovation/admin/js/dashboard/models.js'),(9975,'wp-content/plugins/thrive-ovation/admin/js/dashboard/routes.js'),(9976,'wp-content/plugins/thrive-ovation/admin/js/dashboard/views.js'),(9977,'wp-content/plugins/thrive-ovation/admin/js/global.js'),(9978,'wp-content/plugins/thrive-ovation/admin/js/libs/leanmodal.js'),(9979,'wp-content/plugins/thrive-ovation/admin/js/libs/leanmodal.min.js'),(9980,'wp-content/plugins/thrive-ovation/admin/js/libs/tooltip.js'),(9981,'wp-content/plugins/thrive-ovation/admin/js/libs/tooltip.min.js'),(9982,'wp-content/plugins/thrive-ovation/admin/js/libs/velocity.js'),(9983,'wp-content/plugins/thrive-ovation/admin/js/libs/velocity.min.js'),(9984,'wp-content/plugins/thrive-ovation/admin/js/modal_comment_edit.js'),(9985,'wp-content/plugins/thrive-ovation/admin/js/velocity_functions.js'),(9986,'wp-content/plugins/thrive-ovation/admin/start.php'),(9987,'wp-content/plugins/thrive-ovation/admin/views/comments/comment-column-value.php'),(9988,'wp-content/plugins/thrive-ovation/admin/views/comments/modal-comment-edit.php'),(9989,'wp-content/plugins/thrive-ovation/admin/views/comments/modal-iframe.php'),(9990,'wp-content/plugins/thrive-ovation/admin/views/dashboard.php'),(9991,'wp-content/plugins/thrive-ovation/admin/views/license_inactive.php'),(9992,'wp-content/plugins/thrive-ovation/admin/views/menu.php'),(9993,'wp-content/plugins/thrive-ovation/admin/views/template/api-connections/add-api-connection.phtml'),(9994,'wp-content/plugins/thrive-ovation/admin/views/template/api-connections/connections.phtml'),(9995,'wp-content/plugins/thrive-ovation/admin/views/template/api-connections/selector.phtml'),(9996,'wp-content/plugins/thrive-ovation/admin/views/template/dashboard/breadcrumb-item.phtml'),(9997,'wp-content/plugins/thrive-ovation/admin/views/template/email/configure-email.phtml'),(9998,'wp-content/plugins/thrive-ovation/admin/views/template/email/configure-landing-page.phtml'),(9999,'wp-content/plugins/thrive-ovation/admin/views/template/email/confirm-send-email.phtml'),(10000,'wp-content/plugins/thrive-ovation/admin/views/template/pagination/no-results.phtml'),(10001,'wp-content/plugins/thrive-ovation/admin/views/template/pagination/post-view.phtml'),(10002,'wp-content/plugins/thrive-ovation/admin/views/template/pagination/table-view.phtml'),(10003,'wp-content/plugins/thrive-ovation/admin/views/template/settings.phtml'),(10004,'wp-content/plugins/thrive-ovation/admin/views/template/shortcodes/delete-shortcode.phtml'),(10005,'wp-content/plugins/thrive-ovation/admin/views/template/shortcodes/list.phtml'),(10006,'wp-content/plugins/thrive-ovation/admin/views/template/shortcodes/shortcode-modal.phtml'),(10007,'wp-content/plugins/thrive-ovation/admin/views/template/shortcodes/shortcode.phtml'),(10008,'wp-content/plugins/thrive-ovation/admin/views/template/social-media/no-social-media.phtml'),(10009,'wp-content/plugins/thrive-ovation/admin/views/template/social-media/social-media-import.phtml'),(10010,'wp-content/plugins/thrive-ovation/admin/views/template/testimonials/activity-log-entry.phtml'),(10011,'wp-content/plugins/thrive-ovation/admin/views/template/testimonials/activity-log-extension.phtml'),(10012,'wp-content/plugins/thrive-ovation/admin/views/template/testimonials/base.phtml'),(10013,'wp-content/plugins/thrive-ovation/admin/views/template/testimonials/item.phtml'),(10014,'wp-content/plugins/thrive-ovation/admin/views/template/testimonials/list.phtml'),(10015,'wp-content/plugins/thrive-ovation/admin/views/template/testimonials/social-import.phtml'),(10016,'wp-content/plugins/thrive-ovation/admin/views/template/testimonials/tag-item.phtml'),(10017,'wp-content/plugins/thrive-ovation/admin/views/template/testimonials/testimonial-modal.phtml'),(10018,'wp-content/plugins/thrive-ovation/admin/views/template/testimonials/testimonial.phtml'),(10019,'wp-content/plugins/thrive-ovation/admin/views/template/textedit.phtml'),(10020,'wp-content/plugins/thrive-ovation/constants.php'),(10021,'wp-content/plugins/thrive-ovation/inc/classes/class-tvo-db.php'),(10022,'wp-content/plugins/thrive-ovation/inc/classes/class-tvo-privacy.php'),(10023,'wp-content/plugins/thrive-ovation/inc/classes/class-tvo-product.php'),(10024,'wp-content/plugins/thrive-ovation/inc/classes/class-tvo-rest-controller.php'),(10025,'wp-content/plugins/thrive-ovation/inc/classes/endpoints/class-tvo-rest-comments-controller.php'),(10026,'wp-content/plugins/thrive-ovation/inc/classes/endpoints/class-tvo-rest-filters-controller.php'),(10027,'wp-content/plugins/thrive-ovation/inc/classes/endpoints/class-tvo-rest-post-meta-controller.php'),(10028,'wp-content/plugins/thrive-ovation/inc/classes/endpoints/class-tvo-rest-settings-controller.php'),(10029,'wp-content/plugins/thrive-ovation/inc/classes/endpoints/class-tvo-rest-shortcodes-controller.php'),(10030,'wp-content/plugins/thrive-ovation/inc/classes/endpoints/class-tvo-rest-social-media-controller.php'),(10031,'wp-content/plugins/thrive-ovation/inc/classes/endpoints/class-tvo-rest-tags-controller.php'),(10032,'wp-content/plugins/thrive-ovation/inc/classes/endpoints/class-tvo-rest-testimonials-controller.php'),(10033,'wp-content/plugins/thrive-ovation/inc/data.php'),(10034,'wp-content/plugins/thrive-ovation/inc/functions.php'),(10035,'wp-content/plugins/thrive-ovation/inc/helpers.php'),(10036,'wp-content/plugins/thrive-ovation/inc/hooks.php'),(10037,'wp-content/plugins/thrive-ovation/init/database/class-tvo-database-manager.php'),(10038,'wp-content/plugins/thrive-ovation/init/database/index.php'),(10039,'wp-content/plugins/thrive-ovation/init/database/migrations/install-1.0.php'),(10040,'wp-content/plugins/thrive-ovation/start.php'),(10041,'wp-content/plugins/thrive-ovation/tcb-bridge/classes/class-tcb-capture-testimonials-element.php'),(10042,'wp-content/plugins/thrive-ovation/tcb-bridge/classes/class-tcb-display-testimonials-element.php'),(10043,'wp-content/plugins/thrive-ovation/tcb-bridge/css/fonts/tvo-frontend-icons.svg'),(10044,'wp-content/plugins/thrive-ovation/tcb-bridge/frontend/js/forms.min.js'),(10045,'wp-content/plugins/thrive-ovation/tcb-bridge/frontend/js/frontend.min.js'),(10046,'wp-content/plugins/thrive-ovation/tcb-bridge/frontend/js/libs/leanModal.js'),(10047,'wp-content/plugins/thrive-ovation/tcb-bridge/frontend/js/libs/velocity.js'),(10048,'wp-content/plugins/thrive-ovation/tcb-bridge/frontend/views/menu/capture-testimonial.php'),(10049,'wp-content/plugins/thrive-ovation/tcb-bridge/frontend/views/menu/display-testimonial.php'),(10050,'wp-content/plugins/thrive-ovation/tcb-bridge/frontend/views/no-access.php'),(10051,'wp-content/plugins/thrive-ovation/tcb-bridge/frontend/views/preloader.php'),(10052,'wp-content/plugins/thrive-ovation/tcb-bridge/functions.php'),(10053,'wp-content/plugins/thrive-ovation/tcb-bridge/hooks.php'),(10054,'wp-content/plugins/thrive-ovation/tcb-bridge/js/editor.js'),(10055,'wp-content/plugins/thrive-ovation/tcb-bridge/js/libs/select2.js'),(10056,'wp-content/plugins/thrive-ovation/tcb-bridge/js/libs/select2.min.js'),(10057,'wp-content/plugins/thrive-ovation/tcb-bridge/js/libs/thrlider.min.js'),(10058,'wp-content/plugins/thrive-ovation/tcb-bridge/js/testimonials.js'),(10059,'wp-content/plugins/thrive-ovation/tcb-bridge/js/testimonials.min.js'),(10060,'wp-content/plugins/thrive-ovation/tcb-bridge/templates/backbone/create-testimonial.phtml'),(10061,'wp-content/plugins/thrive-ovation/tcb-bridge/templates/backbone/display-options.phtml'),(10062,'wp-content/plugins/thrive-ovation/tcb-bridge/templates/backbone/new-question.phtml'),(10063,'wp-content/plugins/thrive-ovation/tcb-bridge/templates/backbone/pagination/no-results.phtml'),(10064,'wp-content/plugins/thrive-ovation/tcb-bridge/templates/backbone/pagination/post-view.phtml'),(10065,'wp-content/plugins/thrive-ovation/tcb-bridge/templates/backbone/pre-select.phtml'),(10066,'wp-content/plugins/thrive-ovation/tcb-bridge/templates/backbone/save-testimonials-list.phtml'),(10067,'wp-content/plugins/thrive-ovation/tcb-bridge/templates/backbone/select-tags.phtml'),(10068,'wp-content/plugins/thrive-ovation/tcb-bridge/templates/backbone/select-testimonials.phtml'),(10069,'wp-content/plugins/thrive-ovation/tcb-bridge/templates/backbone/shortcode-box.phtml'),(10070,'wp-content/plugins/thrive-ovation/tcb-bridge/templates/backbone/tag-item.phtml'),(10071,'wp-content/plugins/thrive-ovation/tcb-bridge/templates/backbone/testimonial-item.phtml'),(10072,'wp-content/plugins/thrive-ovation/tcb-bridge/templates/backbone/testimonial-order.phtml'),(10073,'wp-content/plugins/thrive-ovation/tcb-bridge/templates/capture-form-settings-lightbox.php'),(10074,'wp-content/plugins/thrive-ovation/tcb-bridge/templates/capture-testimonial-templates-lightbox.php'),(10075,'wp-content/plugins/thrive-ovation/tcb-bridge/templates/display-settings-lightbox.php'),(10076,'wp-content/plugins/thrive-ovation/tcb-bridge/templates/display-testimonial-templates-lightbox.php'),(10077,'wp-content/plugins/thrive-ovation/tcb-bridge/templates/tcb-capture-element.php'),(10078,'wp-content/plugins/thrive-ovation/tcb-bridge/templates/tcb-display-element.php'),(10079,'wp-content/plugins/thrive-ovation/tcb-bridge/templates/tcb-menu-capture.php'),(10080,'wp-content/plugins/thrive-ovation/tcb-bridge/templates/tcb-menu-display.php'),(10081,'wp-content/plugins/thrive-ovation/templates/capture/config.php'),(10082,'wp-content/plugins/thrive-ovation/templates/capture/default-template.php'),(10083,'wp-content/plugins/thrive-ovation/templates/capture/picture.php'),(10084,'wp-content/plugins/thrive-ovation/templates/capture/reCaptcha.php'),(10085,'wp-content/plugins/thrive-ovation/templates/capture/set1-template.php'),(10086,'wp-content/plugins/thrive-ovation/templates/capture/set2-template.php'),(10087,'wp-content/plugins/thrive-ovation/templates/css/fonts/default-template/tvo-default-t-icons.svg'),(10088,'wp-content/plugins/thrive-ovation/templates/css/fonts/set14-template/tvo-set14-t-icons.svg'),(10089,'wp-content/plugins/thrive-ovation/templates/css/fonts/set18-template/tvo-set18-t-icons.svg'),(10090,'wp-content/plugins/thrive-ovation/templates/display/config.php'),(10091,'wp-content/plugins/thrive-ovation/templates/display/grid/default-template-grid.php'),(10092,'wp-content/plugins/thrive-ovation/templates/display/grid/set12-template-grid.php'),(10093,'wp-content/plugins/thrive-ovation/templates/display/grid/set13-template-grid.php'),(10094,'wp-content/plugins/thrive-ovation/templates/display/grid/set14-template-grid.php'),(10095,'wp-content/plugins/thrive-ovation/templates/display/grid/set15-template-grid.php'),(10096,'wp-content/plugins/thrive-ovation/templates/display/grid/set16-template-grid.php'),(10097,'wp-content/plugins/thrive-ovation/templates/display/grid/set2-template-grid.php'),(10098,'wp-content/plugins/thrive-ovation/templates/display/grid/set3-template-grid.php'),(10099,'wp-content/plugins/thrive-ovation/templates/display/grid/set4-template-grid.php'),(10100,'wp-content/plugins/thrive-ovation/templates/display/grid/set5-template-grid.php'),(10101,'wp-content/plugins/thrive-ovation/templates/display/grid/set6-template-grid.php'),(10102,'wp-content/plugins/thrive-ovation/templates/display/grid/set7-template-grid.php'),(10103,'wp-content/plugins/thrive-ovation/templates/display/grid/set8-template-grid.php'),(10104,'wp-content/plugins/thrive-ovation/templates/display/no-image/set1-grid.php'),(10105,'wp-content/plugins/thrive-ovation/templates/display/no-image/set1.php'),(10106,'wp-content/plugins/thrive-ovation/templates/display/no-image/set2-grid.php'),(10107,'wp-content/plugins/thrive-ovation/templates/display/no-image/set2.php'),(10108,'wp-content/plugins/thrive-ovation/templates/display/no-image/set3-grid.php'),(10109,'wp-content/plugins/thrive-ovation/templates/display/no-image/set3.php'),(10110,'wp-content/plugins/thrive-ovation/templates/display/no-image/set4-grid.php'),(10111,'wp-content/plugins/thrive-ovation/templates/display/no-image/set4.php'),(10112,'wp-content/plugins/thrive-ovation/templates/display/no-image/set5-grid.php'),(10113,'wp-content/plugins/thrive-ovation/templates/display/no-image/set5.php'),(10114,'wp-content/plugins/thrive-ovation/templates/display/no-image/set6-grid.php'),(10115,'wp-content/plugins/thrive-ovation/templates/display/no-image/set6-slider.php'),(10116,'wp-content/plugins/thrive-ovation/templates/display/no-image/set6.php'),(10117,'wp-content/plugins/thrive-ovation/templates/display/no-image/set7-slider.php'),(10118,'wp-content/plugins/thrive-ovation/templates/display/no-image/set7.php'),(10119,'wp-content/plugins/thrive-ovation/templates/display/single/default-template-single.php'),(10120,'wp-content/plugins/thrive-ovation/templates/display/single/set12-template-single.php'),(10121,'wp-content/plugins/thrive-ovation/templates/display/single/set13-template-single.php'),(10122,'wp-content/plugins/thrive-ovation/templates/display/single/set14-template-single.php'),(10123,'wp-content/plugins/thrive-ovation/templates/display/single/set15-template-single.php'),(10124,'wp-content/plugins/thrive-ovation/templates/display/single/set17-template-single.php'),(10125,'wp-content/plugins/thrive-ovation/templates/display/single/set3-template-single.php'),(10126,'wp-content/plugins/thrive-ovation/templates/display/single/set4-template-single.php'),(10127,'wp-content/plugins/thrive-ovation/templates/display/single/set5-template-single.php'),(10128,'wp-content/plugins/thrive-ovation/templates/display/single/set6-template-single.php'),(10129,'wp-content/plugins/thrive-ovation/templates/display/single/set7-template-single.php'),(10130,'wp-content/plugins/thrive-ovation/templates/display/single/set8-template-single.php'),(10131,'wp-content/plugins/thrive-ovation/templates/display/slider/default-template-slider.php'),(10132,'wp-content/plugins/thrive-ovation/templates/display/slider/set1-template-slider.php'),(10133,'wp-content/plugins/thrive-ovation/templates/display/slider/set10-template-slider.php'),(10134,'wp-content/plugins/thrive-ovation/templates/display/slider/set11-template-slider.php'),(10135,'wp-content/plugins/thrive-ovation/templates/display/slider/set14-template-slider.php'),(10136,'wp-content/plugins/thrive-ovation/templates/display/slider/set15-template-slider.php'),(10137,'wp-content/plugins/thrive-ovation/templates/display/slider/set16-template-slider.php'),(10138,'wp-content/plugins/thrive-ovation/templates/display/slider/set18-template-slider.php'),(10139,'wp-content/plugins/thrive-ovation/templates/display/slider/set19-template-slider.php'),(10140,'wp-content/plugins/thrive-ovation/templates/display/slider/set2-template-slider.php'),(10141,'wp-content/plugins/thrive-ovation/templates/display/slider/set20-template-slider.php'),(10142,'wp-content/plugins/thrive-ovation/templates/display/slider/set9-template-slider.php'),(10143,'wp-content/plugins/thrive-ovation/templates/display/small/grid/set1-template-grid.php'),(10144,'wp-content/plugins/thrive-ovation/templates/display/small/grid/set2-template-grid.php'),(10145,'wp-content/plugins/thrive-ovation/templates/display/small/grid/set3-template-grid.php'),(10146,'wp-content/plugins/thrive-ovation/templates/display/small/grid/set4-template-grid.php'),(10147,'wp-content/plugins/thrive-ovation/templates/display/small/grid/set5-template-grid.php'),(10148,'wp-content/plugins/thrive-ovation/templates/display/small/grid/set6-template-grid.php'),(10149,'wp-content/plugins/thrive-ovation/templates/display/small/grid/set7-template-grid.php'),(10150,'wp-content/plugins/thrive-ovation/templates/display/small/grid/set8-template-grid.php'),(10151,'wp-content/plugins/thrive-ovation/templates/display/small/grid/set9-template-grid.php'),(10152,'wp-content/plugins/thrive-ovation/templates/display/small/list/set1-template-list.php'),(10153,'wp-content/plugins/thrive-ovation/templates/display/small/list/set2-template-list.php'),(10154,'wp-content/plugins/thrive-ovation/templates/display/small/list/set3-template-list.php'),(10155,'wp-content/plugins/thrive-ovation/templates/display/small/list/set4-template-list.php'),(10156,'wp-content/plugins/thrive-ovation/templates/display/small/list/set5-template-list.php'),(10157,'wp-content/plugins/thrive-ovation/templates/display/small/list/set6-template-list.php'),(10158,'wp-content/plugins/thrive-ovation/templates/display/small/list/set7-template-list.php'),(10159,'wp-content/plugins/thrive-ovation/templates/display/small/list/set8-template-list.php'),(10160,'wp-content/plugins/thrive-ovation/templates/display/small/list/set9-template-list.php'),(10161,'wp-content/plugins/thrive-ovation/thrive-dashboard/classes/AjaxController.php'),(10162,'wp-content/plugins/thrive-ovation/thrive-dashboard/classes/Product/Abstract.php'),(10163,'wp-content/plugins/thrive-ovation/thrive-dashboard/classes/Product/LicenseManager.php'),(10164,'wp-content/plugins/thrive-ovation/thrive-dashboard/css/font/dashboard-icons.svg'),(10165,'wp-content/plugins/thrive-ovation/thrive-dashboard/css/font/icomoon.svg'),(10166,'wp-content/plugins/thrive-ovation/thrive-dashboard/css/font/tvd-icons.svg'),(10167,'wp-content/plugins/thrive-ovation/thrive-dashboard/css/images/paste-blue.svg'),(10168,'wp-content/plugins/thrive-ovation/thrive-dashboard/css/images/paste-green.svg'),(10169,'wp-content/plugins/thrive-ovation/thrive-dashboard/css/images/paste.svg'),(10170,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/_crawlers.php'),(10171,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/access-manager/class-tvd-am.php'),(10172,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/access-manager/includes/assets/css/am-icons.svg'),(10173,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/access-manager/includes/assets/js/admin.js'),(10174,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/access-manager/includes/assets/js/admin.min.js'),(10175,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/access-manager/includes/templates/access-manager.php'),(10176,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auth-check/auth-check.js'),(10177,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auth-check/class-tvd-auth-check.php'),(10178,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auth-check/handle-login.php'),(10179,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/admin.php'),(10180,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/api_log.php'),(10181,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/classes/ApiVideos.php'),(10182,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/classes/Connection/AWeber.php'),(10183,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/classes/Connection/Abstract.php'),(10184,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/classes/Connection/ActiveCampaign.php'),(10185,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/classes/Connection/ArpReach.php'),(10186,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/classes/Connection/Awsses.php'),(10187,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/classes/Connection/CampaignMonitor.php'),(10188,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/classes/Connection/CampaignMonitorEmail.php'),(10189,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/classes/Connection/ConstantContact.php'),(10190,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/classes/Connection/ConvertKit.php'),(10191,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/classes/Connection/Drip.php'),(10192,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/classes/Connection/EverWebinar.php'),(10193,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/classes/Connection/Facebook.php'),(10194,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/classes/Connection/GetResponse.php'),(10195,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/classes/Connection/GoToWebinar.php'),(10196,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/classes/Connection/Google.php'),(10197,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/classes/Connection/HubSpot.php'),(10198,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/classes/Connection/Infusionsoft.php'),(10199,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/classes/Connection/KlickTipp.php'),(10200,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/classes/Connection/MadMimi.php'),(10201,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/classes/Connection/MailPoet.php'),(10202,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/classes/Connection/MailRelay.php'),(10203,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/classes/Connection/MailRelayEmail.php'),(10204,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/classes/Connection/Mailchimp.php'),(10205,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/classes/Connection/MailerLite.php'),(10206,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/classes/Connection/Mailgun.php'),(10207,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/classes/Connection/Mailster.php'),(10208,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/classes/Connection/Mandrill.php'),(10209,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/classes/Connection/Mautic.php'),(10210,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/classes/Connection/Ontraport.php'),(10211,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/classes/Connection/Postmark.php'),(10212,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/classes/Connection/ReCaptcha.php'),(10213,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/classes/Connection/SGAutorepondeur.php'),(10214,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/classes/Connection/SendGrid.php'),(10215,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/classes/Connection/SendGridEmail.php'),(10216,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/classes/Connection/SendOwl.php'),(10217,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/classes/Connection/Sendinblue.php'),(10218,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/classes/Connection/SendinblueEmail.php'),(10219,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/classes/Connection/Sendlane.php'),(10220,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/classes/Connection/Sendreach.php'),(10221,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/classes/Connection/Sendy.php'),(10222,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/classes/Connection/SparkPost.php'),(10223,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/classes/Connection/Twitter.php'),(10224,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/classes/Connection/WebinarJamStudio.php'),(10225,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/classes/Connection/Wordpress.php'),(10226,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/classes/Connection/Zapier.php'),(10227,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/classes/Connection/Zoom.php'),(10228,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/classes/Connection/iContact.php'),(10229,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/classes/Connection/v2/GoToWebinar.php'),(10230,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/classes/Connection/v2/SendGrid.php'),(10231,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/classes/Editor/Controller.php'),(10232,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/classes/Manager.php'),(10233,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/Base.php'),(10234,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/Collection.php'),(10235,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/Entry.php'),(10236,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/EntryDataArray.php'),(10237,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/Http/Response.php'),(10238,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/Oauth/Adapter.php'),(10239,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/Oauth/Application.php'),(10240,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/Oauth/ServiceProvider.php'),(10241,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/Oauth/User.php'),(10242,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/Response.php'),(10243,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/ServiceProvider.php'),(10244,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/exceptions.php'),(10245,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber.php'),(10246,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/ActiveCampaign/Exception.php'),(10247,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/ActiveCampaign.php'),(10248,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/ArpReach/ContactException/Exists.php'),(10249,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/ArpReach/Exception.php'),(10250,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/ArpReach.php'),(10251,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Awsses/Exception.php'),(10252,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Awsses/SimpleEmailServiceMessage.php'),(10253,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Awsses/SimpleEmailServiceRequest.php'),(10254,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Awsses.php'),(10255,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/CampaignMonitor/ClassicEmail.php'),(10256,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/CampaignMonitor/List.php'),(10257,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/CampaignMonitor.php'),(10258,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/ConstantContact/AlreadyExistException.php'),(10259,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/ConstantContact/Exception.php'),(10260,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/ConstantContact.php'),(10261,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/ConvertKit/Exception.php'),(10262,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/ConvertKit.php'),(10263,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/CustomHtml.php'),(10264,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Drip/Exception/Unsubscribed.php'),(10265,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Drip/Exception.php'),(10266,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Drip.php'),(10267,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/EverWebinar/Exception.php'),(10268,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/EverWebinar.php'),(10269,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Facebook/Base.php'),(10270,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Facebook/Exception/Exception.php'),(10271,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Facebook.php'),(10272,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/GetResponse/Exception.php'),(10273,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/GetResponse.php'),(10274,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/GetResponseV3.php'),(10275,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/GoToWebinar/Exception.php'),(10276,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/GoToWebinar.php'),(10277,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Html/Renderer.php'),(10278,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/HubSpot/Exception.php'),(10279,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/HubSpot.php'),(10280,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Infusionsoft/InfusionsoftException.php'),(10281,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Infusionsoft.php'),(10282,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/KlickTipp/Exception.php'),(10283,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/KlickTipp.php'),(10284,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/MadMimi/Exception.php'),(10285,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/MadMimi.php'),(10286,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/MailRelay/Exception.php'),(10287,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/MailRelay.php'),(10288,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/MailRelayV1.php'),(10289,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Campaigns.php'),(10290,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Conversations.php'),(10291,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Ecomm.php'),(10292,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Exception.php'),(10293,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Folders.php'),(10294,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Gallery.php'),(10295,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Goal.php'),(10296,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Helper.php'),(10297,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Lists.php'),(10298,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Mobile.php'),(10299,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Neapolitan.php'),(10300,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Reports.php'),(10301,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Templates.php'),(10302,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Users.php'),(10303,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Vip.php'),(10304,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp.php'),(10305,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/ApiAbstract.php'),(10306,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/ApiConstants.php'),(10307,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/Campaigns.php'),(10308,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/Fields.php'),(10309,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/Groups.php'),(10310,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/Lists.php'),(10311,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/MailerLiteSdkException.php'),(10312,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/Rest.php'),(10313,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/RestClient.php'),(10314,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/Subscribers.php'),(10315,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite.php'),(10316,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/Api.php'),(10317,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/BatchMessage.php'),(10318,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/ExceptionMessages.php'),(10319,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/GenericHTTPError.php'),(10320,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/InvalidCredentials.php'),(10321,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/InvalidParameter.php'),(10322,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/InvalidParameterType.php'),(10323,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/MessageBuilder.php'),(10324,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/MissingEndpoint.php'),(10325,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/MissingRequiredMIMEParameters.php'),(10326,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/MissingRequiredParameters.php'),(10327,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/NoDomainsConfigured.php'),(10328,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/OptInHandler.php'),(10329,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/RestClient.php'),(10330,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/TooManyParameters.php'),(10331,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun.php'),(10332,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Exceptions.php'),(10333,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Exports.php'),(10334,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Inbound.php'),(10335,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Internal.php'),(10336,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Ips.php'),(10337,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Messages.php'),(10338,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Metadata.php'),(10339,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Rejects.php'),(10340,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Senders.php'),(10341,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Subaccounts.php'),(10342,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Tags.php'),(10343,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Template.php'),(10344,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Urls.php'),(10345,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Users.php'),(10346,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Webhooks.php'),(10347,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Whitelists.php'),(10348,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill.php'),(10349,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/ActionNotSupportedException.php'),(10350,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Api.php'),(10351,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/ApiAuth.php'),(10352,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Assets.php'),(10353,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/AuthInterface.php'),(10354,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Campaigns.php'),(10355,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Contacts.php'),(10356,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/ContextNotFoundException.php'),(10357,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Data.php'),(10358,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Emails.php'),(10359,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Forms.php'),(10360,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/IncorrectParametersReturnedException.php'),(10361,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Leads.php'),(10362,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Lists.php'),(10363,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/OAuth.php'),(10364,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Pages.php'),(10365,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/PointTriggers.php'),(10366,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Points.php'),(10367,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Reports.php'),(10368,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Segments.php'),(10369,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/UnexpectedResponseFormatException.php'),(10370,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic.php'),(10371,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Ontraport/Exception.php'),(10372,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Ontraport/ObjectType.php'),(10373,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Ontraport.php'),(10374,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Postmark/AdminClient.php'),(10375,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Postmark/Attachment.php'),(10376,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Postmark/CaseInsensitiveArray.php'),(10377,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Postmark/ClientBase.php'),(10378,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Postmark/DynamicResponseModel.php'),(10379,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Postmark/Exception.php'),(10380,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Postmark.php'),(10381,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/SGAutorepondeur.php'),(10382,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/SendGrid/Client.php'),(10383,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/SendGrid/Exception.php'),(10384,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/SendGrid/Response.php'),(10385,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/SendGrid.php'),(10386,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/SendGridEmail/Client.php'),(10387,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/SendGridEmail/Email.php'),(10388,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/SendGridEmail/Exception.php'),(10389,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/SendGridEmail/Response.php'),(10390,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/SendGridEmail/api_keys.php'),(10391,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/SendGridEmail/asm_groups.php'),(10392,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/SendGridEmail/asm_suppressions.php'),(10393,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/SendGridEmail/global_stats.php'),(10394,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/SendGridEmail.php'),(10395,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/SendOwl/Exception.php'),(10396,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/SendOwl.php'),(10397,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/SendinBlue/Exception.php'),(10398,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Sendinblue.php'),(10399,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Sendlane/Exception.php'),(10400,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Sendlane.php'),(10401,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Campaigns.php'),(10402,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Client.php'),(10403,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Config.php'),(10404,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Countries.php'),(10405,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Customers.php'),(10406,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Exception.php'),(10407,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Json.php'),(10408,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/ListFields.php'),(10409,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/ListSegments.php'),(10410,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/ListSubscribers.php'),(10411,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Lists.php'),(10412,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Params.php'),(10413,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/ParamsIterator.php'),(10414,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Request.php'),(10415,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Response.php'),(10416,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/SendreachV2.php'),(10417,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Templates.php'),(10418,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/TransactionalEmails.php'),(10419,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach.php'),(10420,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Sendy/Exception.php'),(10421,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Sendy.php'),(10422,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/SparkPost/APIResource.php'),(10423,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/SparkPost/Connection.php'),(10424,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/SparkPost/Exception.php'),(10425,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/SparkPost.php'),(10426,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/TdJwt/BeforeValidException.php'),(10427,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/TdJwt/ExpiredException.php'),(10428,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/TdJwt/SignatureInvalidException.php'),(10429,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/TdJwt/TdJwt.php'),(10430,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Twitter.php'),(10431,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/WebinarJamStudio/Exception.php'),(10432,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/WebinarJamStudio.php'),(10433,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Zapier/Exception.php'),(10434,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Zapier.php'),(10435,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Zoom/Exception.php'),(10436,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/Zoom.php'),(10437,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/iContact/Exception.php'),(10438,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/iContact.php'),(10439,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/lib/vendor/v2/GoToWebinar.php'),(10440,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/misc.php'),(10441,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/views/admin-error-logs.php'),(10442,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/views/admin-list.php'),(10443,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/views/admin-messages.php'),(10444,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/views/editor/add-api.php'),(10445,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/views/editor/add-custom-html.php'),(10446,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/views/editor/add.php'),(10447,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/views/editor/autoresponder-code-fields.php'),(10448,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/views/editor/captcha-settings.php'),(10449,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/views/editor/dashboard-api.php'),(10450,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/views/editor/dashboard-custom-html.php'),(10451,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/views/editor/dashboard.php'),(10452,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/views/editor/partials/api-lists.php'),(10453,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/views/editor/partials/api-select.php'),(10454,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/views/editor/partials/api-shortcodes.php'),(10455,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/views/error-log-entry.php'),(10456,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/views/includes/video-link.php'),(10457,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/views/js/admin-global.js'),(10458,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/views/js/admin-global.min.js'),(10459,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/views/js/admin-logs-list.js'),(10460,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/views/setup/activecampaign/forms-list.php'),(10461,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/views/setup/activecampaign.php'),(10462,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/views/setup/arpreach.php'),(10463,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/views/setup/aweber/tags.php'),(10464,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/views/setup/aweber.php'),(10465,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/views/setup/awsses.php'),(10466,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/views/setup/campaignmonitor.php'),(10467,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/views/setup/campaignmonitoremail.php'),(10468,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/views/setup/constant-contact.php'),(10469,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/views/setup/convertkit.php'),(10470,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/views/setup/drip/optin-type.php'),(10471,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/views/setup/drip/proprieties.php'),(10472,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/views/setup/drip/select-type.php'),(10473,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/views/setup/drip.php'),(10474,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/views/setup/everwebinar.php'),(10475,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/views/setup/facebook.php'),(10476,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/views/setup/get-response.php'),(10477,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/views/setup/getresponse/cycleday.php'),(10478,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/views/setup/google.php'),(10479,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/views/setup/gotowebinar.php'),(10480,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/views/setup/hubspot.php'),(10481,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/views/setup/iContact.php'),(10482,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/views/setup/infusionsoft.php'),(10483,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/views/setup/klicktipp/tags.php'),(10484,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/views/setup/klicktipp.php'),(10485,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/views/setup/madmimi.php'),(10486,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/views/setup/mailchimp/api-groups.php'),(10487,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/views/setup/mailchimp/optin-type.php'),(10488,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/views/setup/mailchimp.php'),(10489,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/views/setup/mailerlite.php'),(10490,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/views/setup/mailgun.php'),(10491,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/views/setup/mailpoet.php'),(10492,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/views/setup/mailrelay.php'),(10493,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/views/setup/mailrelayemail.php'),(10494,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/views/setup/mailster.php'),(10495,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/views/setup/mandrill.php'),(10496,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/views/setup/mautic.php'),(10497,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/views/setup/ontraport.php'),(10498,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/views/setup/postmark.php'),(10499,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/views/setup/recaptcha.php'),(10500,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/views/setup/sendgrid.php'),(10501,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/views/setup/sendgridemail.php'),(10502,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/views/setup/sendinblue.php'),(10503,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/views/setup/sendinblueemail.php'),(10504,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/views/setup/sendlane.php'),(10505,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/views/setup/sendowl.php'),(10506,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/views/setup/sendreach.php'),(10507,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/views/setup/sendy/note.php'),(10508,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/views/setup/sendy.php'),(10509,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/views/setup/sg-autorepondeur.php'),(10510,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/views/setup/sparkpost.php'),(10511,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/views/setup/twitter.php'),(10512,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/views/setup/webinarjamstudio.php'),(10513,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/views/setup/wordpress.php'),(10514,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/views/setup/zapier.php'),(10515,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/auto-responder/views/setup/zoom.php'),(10516,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/crons.php'),(10517,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/db-manager/class-td-db-manager.php'),(10518,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/db-manager/class-td-db-migration.php'),(10519,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/font-import-manager/classes/Tve_Dash_Font_Import_Manager.php'),(10520,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/font-import-manager/classes/Tve_Dash_Font_Import_Manager_Data.php'),(10521,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/font-import-manager/classes/Tve_Dash_Font_Import_Manager_View.php'),(10522,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/font-import-manager/views/form.php'),(10523,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/font-import-manager/views/js/manager.js'),(10524,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/font-import-manager/views/main.php'),(10525,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/font-import-manager/views/messages.php'),(10526,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/font-manager/font-manager.php'),(10527,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/font-manager/views/admin-font-manager.php'),(10528,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/font-manager/views/admin-font-options.php'),(10529,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/functions.php'),(10530,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/hooks.php'),(10531,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/icon-manager/classes/Tve_Dash_Thrive_Icon_Manager.php'),(10532,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/icon-manager/classes/Tve_Dash_Thrive_Icon_Manager_Data.php'),(10533,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/icon-manager/classes/Tve_Dash_Thrive_Icon_Manager_View.php'),(10534,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/icon-manager/views/form.php'),(10535,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/icon-manager/views/icons.php'),(10536,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/icon-manager/views/js/manager.js'),(10537,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/icon-manager/views/js/manager.min.js'),(10538,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/icon-manager/views/main.php'),(10539,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/icon-manager/views/messages.php'),(10540,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/notification-inbox/assets/dist/admin.js'),(10541,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/notification-inbox/assets/dist/admin.min.js'),(10542,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/notification-inbox/assets/js/admin.js'),(10543,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/notification-inbox/assets/js/collections/base.js'),(10544,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/notification-inbox/assets/js/collections/notifications.js'),(10545,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/notification-inbox/assets/js/models/notification.js'),(10546,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/notification-inbox/assets/js/views/base.js'),(10547,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/notification-inbox/assets/js/views/notification.js'),(10548,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/notification-inbox/assets/js/views/notificationCounter.js'),(10549,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/notification-inbox/assets/js/views/notificationDetail.js'),(10550,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/notification-inbox/assets/js/views/notificationHeader.js'),(10551,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/notification-inbox/assets/js/views/notificationsList.js'),(10552,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/notification-inbox/class-td-inbox.php'),(10553,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/notification-inbox/i18n.php'),(10554,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/notification-inbox/includes/admin/class-td-ni-ajax-controller.php'),(10555,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/notification-inbox/includes/init/class-ni-inbox-manager.php'),(10556,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/notification-inbox/includes/init/class-ni-message.php'),(10557,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/notification-inbox/views/templates/backbone/ni-notification-detail.phtml'),(10558,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/notification-inbox/views/templates/backbone/ni-notification.phtml'),(10559,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/notification-inbox/views/templates/backbone/notification-header.phtml'),(10560,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/notification-inbox/views/templates/notification-inbox-button.php'),(10561,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/notification-manager/assets/fonts/tvd-nm-icons.svg'),(10562,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/notification-manager/assets/js/admin/backbone/modals.js'),(10563,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/notification-manager/assets/js/admin/backbone/models.js'),(10564,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/notification-manager/assets/js/admin/backbone/routes.js'),(10565,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/notification-manager/assets/js/admin/backbone/util.js'),(10566,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/notification-manager/assets/js/admin/backbone/views.js'),(10567,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/notification-manager/assets/js/admin/backbone.js'),(10568,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/notification-manager/assets/js/admin/backbone.min.js'),(10569,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/notification-manager/assets/js/admin/wordpress_notification.js'),(10570,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/notification-manager/class-td-nm.php'),(10571,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/notification-manager/i18n.php'),(10572,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/notification-manager/includes/actions/class-nm-action-abstract.php'),(10573,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/notification-manager/includes/actions/class-nm-action-custom-script.php'),(10574,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/notification-manager/includes/actions/class-nm-action-send-email-notification.php'),(10575,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/notification-manager/includes/actions/class-nm-action-wordpress-notification.php'),(10576,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/notification-manager/includes/admin/class-td-nm-admin-ajax-controller.php'),(10577,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/notification-manager/includes/admin/class-td-nm-admin.php'),(10578,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/action-type-box.phtml'),(10579,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/actions/settings/custom-script.phtml'),(10580,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/actions/settings/send-email-notification.phtml'),(10581,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/actions/settings/wordpress-notification.phtml'),(10582,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/breadcrumbs.phtml'),(10583,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/dashboard.phtml'),(10584,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/header.phtml'),(10585,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/messages/form.phtml'),(10586,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/messages/shortcodes/item.phtml'),(10587,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/modals/add-action.phtml'),(10588,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/modals/create-notification.phtml'),(10589,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/modals/delete-confirmation.phtml'),(10590,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/modals/edit-action.phtml'),(10591,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/modals/edit-trigger.phtml'),(10592,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/modals/email-services.phtml'),(10593,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/modals/notification-summary.phtml'),(10594,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/new-button.phtml'),(10595,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/notifications/item.phtml'),(10596,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/options/action-buttons.phtml'),(10597,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/options/checkbox.phtml'),(10598,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/options/input-multiple.phtml'),(10599,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/options/input.phtml'),(10600,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/options/option.phtml'),(10601,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/options/recipient.phtml'),(10602,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/services/item.phtml'),(10603,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/services/thumb-item.phtml'),(10604,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/summaries/item.phtml'),(10605,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/summaries/items/action.phtml'),(10606,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/summaries/items/actions/custom-script.phtml'),(10607,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/summaries/items/actions/send-email-notification.phtml'),(10608,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/summaries/items/actions/wordpress-notification.phtml'),(10609,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/summaries/items/notification.phtml'),(10610,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/summaries/items/trigger.phtml'),(10611,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/trigger-type-box.phtml'),(10612,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/triggers/settings/email-sign-up.phtml'),(10613,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/triggers/settings/quiz-completion.phtml'),(10614,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/triggers/settings/split-test-ends.phtml'),(10615,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/triggers/settings/testimonial-submitted.phtml'),(10616,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/unavailable.phtml'),(10617,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/notification-manager/includes/class-td-nm-ajax.php'),(10618,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/notification-manager/includes/class-td-nm-checker.php'),(10619,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/notification-manager/includes/class-td-nm-data.php'),(10620,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/notification-manager/includes/class-td-nm-post-types.php'),(10621,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/notification-manager/includes/td-nm-core-functions.php'),(10622,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/notification-manager/includes/td-nm-data-functions.php'),(10623,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/notification-manager/includes/triggers/class-nm-trigger-abstract.php'),(10624,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/notification-manager/includes/triggers/class-nm-trigger-email-sign-up.php'),(10625,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/notification-manager/includes/triggers/class-nm-trigger-factory.php'),(10626,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/notification-manager/includes/triggers/class-nm-trigger-quiz-completion.php'),(10627,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/notification-manager/includes/triggers/class-nm-trigger-split-test-ends.php'),(10628,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/notification-manager/includes/triggers/class-nm-trigger-testimonial-submitted.php'),(10629,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/plugin-updates/debug-bar-panel.php'),(10630,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/plugin-updates/debug-bar-plugin.php'),(10631,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/plugin-updates/js/debug-bar.js'),(10632,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/plugin-updates/plugin-update-checker.php'),(10633,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/script-manager/assets/js/admin/models.js'),(10634,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/script-manager/assets/js/admin/routes.js'),(10635,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/script-manager/assets/js/admin/views.js'),(10636,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/script-manager/assets/js/dist/admin.js'),(10637,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/script-manager/assets/js/dist/admin.min.js'),(10638,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/script-manager/assets/js/utils.js'),(10639,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/script-manager/class-tvd-sm-constants.php'),(10640,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/script-manager/class-tvd-sm.php'),(10641,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/script-manager/includes/admin/classes/class-tvd-sm-admin-helper.php'),(10642,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/script-manager/includes/admin/classes/class-tvd-sm-admin.php'),(10643,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/script-manager/includes/admin/classes/class-tvd-sm-rest-scripts-controller.php'),(10644,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/script-manager/includes/admin/views/dashboard.php'),(10645,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/script-manager/includes/admin/views/templates/breadcrumbs.phtml'),(10646,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/script-manager/includes/admin/views/templates/dashboard.phtml'),(10647,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/script-manager/includes/admin/views/templates/header.phtml'),(10648,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/script-manager/includes/admin/views/templates/modal-add-edit-script.phtml'),(10649,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/script-manager/includes/admin/views/templates/modal-delete-page-level-scripts.phtml'),(10650,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/script-manager/includes/admin/views/templates/modal-delete-script.phtml'),(10651,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/script-manager/includes/admin/views/templates/script-item.phtml'),(10652,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/script-manager/includes/frontend/classes/class-tvd-sm-frontend.php'),(10653,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/script-manager/includes/i18n.php'),(10654,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/smart-site/assets/admin/js/_utils.js'),(10655,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/smart-site/assets/admin/js/dist/admin.js'),(10656,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/smart-site/assets/admin/js/dist/admin.min.js'),(10657,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/smart-site/assets/admin/js/modals.js'),(10658,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/smart-site/assets/admin/js/models.js'),(10659,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/smart-site/assets/admin/js/routes.js'),(10660,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/smart-site/assets/admin/js/views.js'),(10661,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/smart-site/assets/js/tcb_hooks.js'),(10662,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/smart-site/class-tvd-smart-const.php'),(10663,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/smart-site/classes/class-tvd-global-shortcodes.php'),(10664,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/smart-site/classes/class-tvd-rest-controller.php'),(10665,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/smart-site/classes/class-tvd-smart-db.php'),(10666,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/smart-site/classes/class-tvd-smart-shortcodes.php'),(10667,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/smart-site/classes/class-tvd-smart-site.php'),(10668,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/smart-site/classes/endpoints/class-tvd-fields-controller.php'),(10669,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/smart-site/classes/endpoints/class-tvd-groups-controller.php'),(10670,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/smart-site/i18n.php'),(10671,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/smart-site/migrations/index.php'),(10672,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/smart-site/migrations/install-1.0.0.php'),(10673,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/smart-site/views/admin/templates/breadcrumbs.phtml'),(10674,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/smart-site/views/admin/templates/dashboard.phtml'),(10675,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/address-options.phtml'),(10676,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/email-options.phtml'),(10677,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/field.phtml'),(10678,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/group.phtml'),(10679,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/link-options.phtml'),(10680,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/location-options.phtml'),(10681,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/modal-group-item.phtml'),(10682,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/modal-type-item.phtml'),(10683,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/modals/delete.phtml'),(10684,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/modals/edit-group.phtml'),(10685,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/modals/field.phtml'),(10686,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/phone-options.phtml'),(10687,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/text-options.phtml'),(10688,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/smart-site/views/admin/templates/global_fields.phtml'),(10689,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/smart-site/views/admin/templates/header.phtml'),(10690,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/smart-site/views/admin/templates/menu.phtml'),(10691,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/smart-site/views/admin/templates/side-menu.phtml'),(10692,'wp-content/plugins/thrive-ovation/thrive-dashboard/inc/util.php'),(10693,'wp-content/plugins/thrive-ovation/thrive-dashboard/js/dist/frontend.js'),(10694,'wp-content/plugins/thrive-ovation/thrive-dashboard/js/dist/frontend.min.js'),(10695,'wp-content/plugins/thrive-ovation/thrive-dashboard/js/dist/global.min.js'),(10696,'wp-content/plugins/thrive-ovation/thrive-dashboard/js/dist/hammer.min.js'),(10697,'wp-content/plugins/thrive-ovation/thrive-dashboard/js/dist/leanmodal.min.js'),(10698,'wp-content/plugins/thrive-ovation/thrive-dashboard/js/dist/select2.min.js'),(10699,'wp-content/plugins/thrive-ovation/thrive-dashboard/js/dist/toasts.min.js'),(10700,'wp-content/plugins/thrive-ovation/thrive-dashboard/js/dist/tooltip.min.js'),(10701,'wp-content/plugins/thrive-ovation/thrive-dashboard/js/dist/tve-dash.js'),(10702,'wp-content/plugins/thrive-ovation/thrive-dashboard/js/dist/tve-dash.min.js'),(10703,'wp-content/plugins/thrive-ovation/thrive-dashboard/js/dist/velocity.min.js'),(10704,'wp-content/plugins/thrive-ovation/thrive-dashboard/js/frontend.js'),(10705,'wp-content/plugins/thrive-ovation/thrive-dashboard/js/util/highcharts/highcharts-3d.js'),(10706,'wp-content/plugins/thrive-ovation/thrive-dashboard/js/util/highcharts/highcharts-more.js'),(10707,'wp-content/plugins/thrive-ovation/thrive-dashboard/js/util/highcharts/highcharts.js'),(10708,'wp-content/plugins/thrive-ovation/thrive-dashboard/js/util/jquery.zclip.1.1.1/jquery.zclip.js'),(10709,'wp-content/plugins/thrive-ovation/thrive-dashboard/js/util/jquery.zclip.1.1.1/jquery.zclip.min.js'),(10710,'wp-content/plugins/thrive-ovation/thrive-dashboard/js/util/util.js'),(10711,'wp-content/plugins/thrive-ovation/thrive-dashboard/js/util/views.js'),(10712,'wp-content/plugins/thrive-ovation/thrive-dashboard/rest-api/class-td-rest-controller.php'),(10713,'wp-content/plugins/thrive-ovation/thrive-dashboard/rest-api/class-td-rest-hook-controller.php'),(10714,'wp-content/plugins/thrive-ovation/thrive-dashboard/rest-api/init.php'),(10715,'wp-content/plugins/thrive-ovation/thrive-dashboard/templates/affiliate-modal.phtml'),(10716,'wp-content/plugins/thrive-ovation/thrive-dashboard/templates/backbone/modal-loader.phtml'),(10717,'wp-content/plugins/thrive-ovation/thrive-dashboard/templates/backbone/page-loader.phtml'),(10718,'wp-content/plugins/thrive-ovation/thrive-dashboard/templates/backbone/support-token.phtml'),(10719,'wp-content/plugins/thrive-ovation/thrive-dashboard/templates/header.phtml'),(10720,'wp-content/plugins/thrive-ovation/thrive-dashboard/templates/product/activated.phtml'),(10721,'wp-content/plugins/thrive-ovation/thrive-dashboard/templates/product/error.phtml'),(10722,'wp-content/plugins/thrive-ovation/thrive-dashboard/templates/product/inactive.phtml'),(10723,'wp-content/plugins/thrive-ovation/thrive-dashboard/templates/sections/dashboard.phtml'),(10724,'wp-content/plugins/thrive-ovation/thrive-dashboard/templates/sections/license_manager.phtml'),(10725,'wp-content/plugins/thrive-ovation/thrive-dashboard/templates/settings/general_settings.phtml'),(10726,'wp-content/plugins/thrive-ovation/thrive-dashboard/templates/settings/reset.phtml'),(10727,'wp-content/plugins/thrive-ovation/thrive-dashboard/templates/settings/text_setting_row.phtml'),(10728,'wp-content/plugins/thrive-ovation/thrive-dashboard/templates/share.phtml'),(10729,'wp-content/plugins/thrive-ovation/thrive-dashboard/templates/ui.phtml'),(10730,'wp-content/plugins/thrive-ovation/thrive-dashboard/thrive-dashboard.php'),(10731,'wp-content/plugins/thrive-ovation/thrive-dashboard/version.php'),(10732,'wp-content/plugins/thrive-ovation/thrive-ovation.php'),(10733,'wp-content/plugins/thrive-product-manager/inc/classes/class-tpm-connection.php'),(10734,'wp-content/plugins/thrive-product-manager/inc/classes/class-tpm-license-manager.php'),(10735,'wp-content/plugins/thrive-product-manager/inc/classes/class-tpm-license.php'),(10736,'wp-content/plugins/thrive-product-manager/inc/classes/class-tpm-log-manager.php'),(10737,'wp-content/plugins/thrive-product-manager/inc/classes/class-tpm-message.php'),(10738,'wp-content/plugins/thrive-product-manager/inc/classes/class-tpm-page-manager.php'),(10739,'wp-content/plugins/thrive-product-manager/inc/classes/class-tpm-plugin-installer-skin.php'),(10740,'wp-content/plugins/thrive-product-manager/inc/classes/class-tpm-product-list.php'),(10741,'wp-content/plugins/thrive-product-manager/inc/classes/class-tpm-product-plugin.php'),(10742,'wp-content/plugins/thrive-product-manager/inc/classes/class-tpm-product-theme.php'),(10743,'wp-content/plugins/thrive-product-manager/inc/classes/class-tpm-product.php'),(10744,'wp-content/plugins/thrive-product-manager/inc/classes/class-tpm-proxy-request.php'),(10745,'wp-content/plugins/thrive-product-manager/inc/classes/class-tpm-request.php'),(10746,'wp-content/plugins/thrive-product-manager/inc/classes/class-tpm-theme-installer-skin.php'),(10747,'wp-content/plugins/thrive-product-manager/inc/templates/backbone/bottom-bar.phtml'),(10748,'wp-content/plugins/thrive-product-manager/inc/templates/backbone/install/item-status.phtml'),(10749,'wp-content/plugins/thrive-product-manager/inc/templates/backbone/modals/client-mode.phtml'),(10750,'wp-content/plugins/thrive-product-manager/inc/templates/backbone/notification.phtml'),(10751,'wp-content/plugins/thrive-product-manager/inc/templates/backbone/product/item.phtml'),(10752,'wp-content/plugins/thrive-product-manager/inc/templates/backbone/product/list.phtml'),(10753,'wp-content/plugins/thrive-product-manager/inc/templates/backbone/product/product-manager.phtml'),(10754,'wp-content/plugins/thrive-product-manager/inc/templates/backbone/product/status/activated.phtml'),(10755,'wp-content/plugins/thrive-product-manager/inc/templates/backbone/product/status/available.phtml'),(10756,'wp-content/plugins/thrive-product-manager/inc/templates/backbone/product/status/installed.phtml'),(10757,'wp-content/plugins/thrive-product-manager/inc/templates/backbone/product/status/ready.phtml'),(10758,'wp-content/plugins/thrive-product-manager/inc/templates/backbone/product/status/to_activate.phtml'),(10759,'wp-content/plugins/thrive-product-manager/inc/templates/backbone/product/status/to_install.phtml'),(10760,'wp-content/plugins/thrive-product-manager/inc/templates/backbone/product/status/to_license.phtml'),(10761,'wp-content/plugins/thrive-product-manager/inc/templates/connection/admin_notice.phtml'),(10762,'wp-content/plugins/thrive-product-manager/inc/templates/connection/error.phtml'),(10763,'wp-content/plugins/thrive-product-manager/inc/templates/connection/form.phtml'),(10764,'wp-content/plugins/thrive-product-manager/inc/templates/header.phtml'),(10765,'wp-content/plugins/thrive-product-manager/inc/templates/product/list.phtml'),(10766,'wp-content/plugins/thrive-product-manager/js/dist/tpm-admin.min.js'),(10767,'wp-content/plugins/thrive-product-manager/plugin-updates/debug-bar-panel.php'),(10768,'wp-content/plugins/thrive-product-manager/plugin-updates/debug-bar-plugin.php'),(10769,'wp-content/plugins/thrive-product-manager/plugin-updates/js/debug-bar.js'),(10770,'wp-content/plugins/thrive-product-manager/plugin-updates/plugin-update-checker.php'),(10771,'wp-content/plugins/thrive-product-manager/thrive-product-manager.php'),(10772,'wp-content/plugins/thrive-quiz-builder/assets/css/admin/font/fonts/tqd-icons.svg'),(10773,'wp-content/plugins/thrive-quiz-builder/assets/css/admin/font/tqb-icons.svg'),(10774,'wp-content/plugins/thrive-quiz-builder/assets/css/admin/images/download-regular.svg'),(10775,'wp-content/plugins/thrive-quiz-builder/assets/css/admin/images/download.svg'),(10776,'wp-content/plugins/thrive-quiz-builder/assets/css/admin/images/sync-alt-regular.svg'),(10777,'wp-content/plugins/thrive-quiz-builder/assets/css/frontend/fonts/icons.svg'),(10778,'wp-content/plugins/thrive-quiz-builder/assets/images/tqb-admin-svg-icons.svg'),(10779,'wp-content/plugins/thrive-quiz-builder/assets/images/tqb-svg-icons.svg'),(10780,'wp-content/plugins/thrive-quiz-builder/assets/js/dist/preview.min.js'),(10781,'wp-content/plugins/thrive-quiz-builder/assets/js/dist/tqb-admin.min.js'),(10782,'wp-content/plugins/thrive-quiz-builder/assets/js/dist/tqb-frontend.min.js'),(10783,'wp-content/plugins/thrive-quiz-builder/graph-editor/assets/js/dist/tge-editor.min.js'),(10784,'wp-content/plugins/thrive-quiz-builder/graph-editor/assets/vendors/backbone-min.js'),(10785,'wp-content/plugins/thrive-quiz-builder/graph-editor/assets/vendors/jointjs/joint.min.js'),(10786,'wp-content/plugins/thrive-quiz-builder/graph-editor/assets/vendors/jquery.min.js'),(10787,'wp-content/plugins/thrive-quiz-builder/graph-editor/assets/vendors/lodash.min.js'),(10788,'wp-content/plugins/thrive-quiz-builder/graph-editor/database/class-tge-database-manager.php'),(10789,'wp-content/plugins/thrive-quiz-builder/graph-editor/database/migrations/answersfeedback-1.0.5.php'),(10790,'wp-content/plugins/thrive-quiz-builder/graph-editor/database/migrations/displaysettings-1.0.6.php'),(10791,'wp-content/plugins/thrive-quiz-builder/graph-editor/database/migrations/install-1.0.0.php'),(10792,'wp-content/plugins/thrive-quiz-builder/graph-editor/database/migrations/questionsettings-1.0.4.php'),(10793,'wp-content/plugins/thrive-quiz-builder/graph-editor/database/migrations/questionviews-1.0.1.php'),(10794,'wp-content/plugins/thrive-quiz-builder/graph-editor/database/migrations/rightwrong-1.0.2.php'),(10795,'wp-content/plugins/thrive-quiz-builder/graph-editor/database/migrations/tags-1.0.3.php'),(10796,'wp-content/plugins/thrive-quiz-builder/graph-editor/includes/classes/class-tge-ajax-controller.php'),(10797,'wp-content/plugins/thrive-quiz-builder/graph-editor/includes/classes/class-tge-ajax.php'),(10798,'wp-content/plugins/thrive-quiz-builder/graph-editor/includes/classes/class-tge-db.php'),(10799,'wp-content/plugins/thrive-quiz-builder/graph-editor/includes/classes/class-tge-editor.php'),(10800,'wp-content/plugins/thrive-quiz-builder/graph-editor/includes/classes/class-tge-link-manager.php'),(10801,'wp-content/plugins/thrive-quiz-builder/graph-editor/includes/classes/class-tge-query.php');
INSERT INTO `wpbe_wfknownfilelist` VALUES (10802,'wp-content/plugins/thrive-quiz-builder/graph-editor/includes/classes/class-tge-question-manager.php'),(10803,'wp-content/plugins/thrive-quiz-builder/graph-editor/includes/layouts/editor.php'),(10804,'wp-content/plugins/thrive-quiz-builder/graph-editor/includes/templates/backbone/answer/feedback.phtml'),(10805,'wp-content/plugins/thrive-quiz-builder/graph-editor/includes/templates/backbone/answer/form/button.phtml'),(10806,'wp-content/plugins/thrive-quiz-builder/graph-editor/includes/templates/backbone/answer/form/image.phtml'),(10807,'wp-content/plugins/thrive-quiz-builder/graph-editor/includes/templates/backbone/answer/form/points.phtml'),(10808,'wp-content/plugins/thrive-quiz-builder/graph-editor/includes/templates/backbone/answer/form/right_wrong.phtml'),(10809,'wp-content/plugins/thrive-quiz-builder/graph-editor/includes/templates/backbone/answer/tags.phtml'),(10810,'wp-content/plugins/thrive-quiz-builder/graph-editor/includes/templates/backbone/image/answer.phtml'),(10811,'wp-content/plugins/thrive-quiz-builder/graph-editor/includes/templates/backbone/image/form.phtml'),(10812,'wp-content/plugins/thrive-quiz-builder/graph-editor/includes/templates/backbone/modals/add-question.phtml'),(10813,'wp-content/plugins/thrive-quiz-builder/graph-editor/includes/templates/backbone/modals/delete-question.phtml'),(10814,'wp-content/plugins/thrive-quiz-builder/graph-editor/includes/templates/backbone/modals/quiz-settings.phtml'),(10815,'wp-content/plugins/thrive-quiz-builder/graph-editor/includes/templates/backbone/progress/settings.phtml'),(10816,'wp-content/plugins/thrive-quiz-builder/graph-editor/includes/templates/backbone/question/_checkbox.phtml'),(10817,'wp-content/plugins/thrive-quiz-builder/graph-editor/includes/templates/backbone/question/_video-source.phtml'),(10818,'wp-content/plugins/thrive-quiz-builder/graph-editor/includes/templates/backbone/question/_video-style.phtml'),(10819,'wp-content/plugins/thrive-quiz-builder/graph-editor/includes/templates/backbone/question/accordion.phtml'),(10820,'wp-content/plugins/thrive-quiz-builder/graph-editor/includes/templates/backbone/question/feedback-switcher.phtml'),(10821,'wp-content/plugins/thrive-quiz-builder/graph-editor/includes/templates/backbone/question/form-audio.phtml'),(10822,'wp-content/plugins/thrive-quiz-builder/graph-editor/includes/templates/backbone/question/form-text.phtml'),(10823,'wp-content/plugins/thrive-quiz-builder/graph-editor/includes/templates/backbone/question/form-video.phtml'),(10824,'wp-content/plugins/thrive-quiz-builder/graph-editor/includes/templates/backbone/question/form.phtml'),(10825,'wp-content/plugins/thrive-quiz-builder/graph-editor/includes/templates/backbone/question/general.phtml'),(10826,'wp-content/plugins/thrive-quiz-builder/graph-editor/includes/templates/backbone/question/item.phtml'),(10827,'wp-content/plugins/thrive-quiz-builder/graph-editor/includes/templates/backbone/question/points_switcher.phtml'),(10828,'wp-content/plugins/thrive-quiz-builder/graph-editor/includes/templates/backbone/question/settings.phtml'),(10829,'wp-content/plugins/thrive-quiz-builder/graph-editor/includes/templates/backbone/question/switcher.phtml'),(10830,'wp-content/plugins/thrive-quiz-builder/graph-editor/includes/templates/backbone/question/tags-switcher.phtml'),(10831,'wp-content/plugins/thrive-quiz-builder/graph-editor/includes/templates/backbone/question/type-card.phtml'),(10832,'wp-content/plugins/thrive-quiz-builder/graph-editor/includes/templates/backbone/question/type_switcher.phtml'),(10833,'wp-content/plugins/thrive-quiz-builder/graph-editor/includes/templates/backbone/question/video-display-settings.phtml'),(10834,'wp-content/plugins/thrive-quiz-builder/graph-editor/includes/templates/backbone/question/video-source.phtml'),(10835,'wp-content/plugins/thrive-quiz-builder/graph-editor/includes/templates/backbone/question/video-styles.phtml'),(10836,'wp-content/plugins/thrive-quiz-builder/graph-editor/includes/templates/backbone/quiz/progress-bar.phtml'),(10837,'wp-content/plugins/thrive-quiz-builder/graph-editor/includes/templates/backbone/quiz/responses.phtml'),(10838,'wp-content/plugins/thrive-quiz-builder/graph-editor/includes/templates/backbone/video/_err.phtml'),(10839,'wp-content/plugins/thrive-quiz-builder/graph-editor/includes/templates/backbone/video/custom.phtml'),(10840,'wp-content/plugins/thrive-quiz-builder/graph-editor/includes/templates/backbone/video/image-overlay.phtml'),(10841,'wp-content/plugins/thrive-quiz-builder/graph-editor/includes/templates/backbone/video/vimeo.phtml'),(10842,'wp-content/plugins/thrive-quiz-builder/graph-editor/includes/templates/backbone/video/wistia.phtml'),(10843,'wp-content/plugins/thrive-quiz-builder/graph-editor/includes/templates/backbone/video/youtube.phtml'),(10844,'wp-content/plugins/thrive-quiz-builder/graph-editor/includes/templates/control-panel.php'),(10845,'wp-content/plugins/thrive-quiz-builder/graph-editor/includes/tge-global-functions.php'),(10846,'wp-content/plugins/thrive-quiz-builder/graph-editor/thrive-graph-editor.php'),(10847,'wp-content/plugins/thrive-quiz-builder/image-editor/assets/css/font/tie-icons.svg'),(10848,'wp-content/plugins/thrive-quiz-builder/image-editor/assets/js/admin.js'),(10849,'wp-content/plugins/thrive-quiz-builder/image-editor/assets/js/dist/tie-admin.min.js'),(10850,'wp-content/plugins/thrive-quiz-builder/image-editor/assets/js/dist/tie-editor.min.js'),(10851,'wp-content/plugins/thrive-quiz-builder/image-editor/assets/js/html2canvas/html2canvas.js'),(10852,'wp-content/plugins/thrive-quiz-builder/image-editor/assets/js/jquery.zclip.1.1.1/jquery.zclip.js'),(10853,'wp-content/plugins/thrive-quiz-builder/image-editor/assets/js/jquery.zclip.1.1.1/jquery.zclip.min.js'),(10854,'wp-content/plugins/thrive-quiz-builder/image-editor/assets/js/spectrum/i18n/jquery.spectrum-ar.js'),(10855,'wp-content/plugins/thrive-quiz-builder/image-editor/assets/js/spectrum/i18n/jquery.spectrum-de.js'),(10856,'wp-content/plugins/thrive-quiz-builder/image-editor/assets/js/spectrum/i18n/jquery.spectrum-dk.js'),(10857,'wp-content/plugins/thrive-quiz-builder/image-editor/assets/js/spectrum/i18n/jquery.spectrum-es.js'),(10858,'wp-content/plugins/thrive-quiz-builder/image-editor/assets/js/spectrum/i18n/jquery.spectrum-fa.js'),(10859,'wp-content/plugins/thrive-quiz-builder/image-editor/assets/js/spectrum/i18n/jquery.spectrum-fi.js'),(10860,'wp-content/plugins/thrive-quiz-builder/image-editor/assets/js/spectrum/i18n/jquery.spectrum-fr.js'),(10861,'wp-content/plugins/thrive-quiz-builder/image-editor/assets/js/spectrum/i18n/jquery.spectrum-gr.js'),(10862,'wp-content/plugins/thrive-quiz-builder/image-editor/assets/js/spectrum/i18n/jquery.spectrum-he.js'),(10863,'wp-content/plugins/thrive-quiz-builder/image-editor/assets/js/spectrum/i18n/jquery.spectrum-hr.js'),(10864,'wp-content/plugins/thrive-quiz-builder/image-editor/assets/js/spectrum/i18n/jquery.spectrum-id.js'),(10865,'wp-content/plugins/thrive-quiz-builder/image-editor/assets/js/spectrum/i18n/jquery.spectrum-it.js'),(10866,'wp-content/plugins/thrive-quiz-builder/image-editor/assets/js/spectrum/i18n/jquery.spectrum-ja.js'),(10867,'wp-content/plugins/thrive-quiz-builder/image-editor/assets/js/spectrum/i18n/jquery.spectrum-lt.js'),(10868,'wp-content/plugins/thrive-quiz-builder/image-editor/assets/js/spectrum/i18n/jquery.spectrum-nl.js'),(10869,'wp-content/plugins/thrive-quiz-builder/image-editor/assets/js/spectrum/i18n/jquery.spectrum-pl.js'),(10870,'wp-content/plugins/thrive-quiz-builder/image-editor/assets/js/spectrum/i18n/jquery.spectrum-pt-br.js'),(10871,'wp-content/plugins/thrive-quiz-builder/image-editor/assets/js/spectrum/i18n/jquery.spectrum-ru.js'),(10872,'wp-content/plugins/thrive-quiz-builder/image-editor/assets/js/spectrum/i18n/jquery.spectrum-sv.js'),(10873,'wp-content/plugins/thrive-quiz-builder/image-editor/assets/js/spectrum/i18n/jquery.spectrum-tr.js'),(10874,'wp-content/plugins/thrive-quiz-builder/image-editor/assets/js/spectrum/i18n/jquery.spectrum-zh-cn.js'),(10875,'wp-content/plugins/thrive-quiz-builder/image-editor/assets/js/spectrum/i18n/jquery.spectrum-zh-tw.js'),(10876,'wp-content/plugins/thrive-quiz-builder/image-editor/assets/js/spectrum/spectrum.js'),(10877,'wp-content/plugins/thrive-quiz-builder/image-editor/assets/js/spectrum/themes/index.html'),(10878,'wp-content/plugins/thrive-quiz-builder/image-editor/includes/classes/class-tie-admin-assets.php'),(10879,'wp-content/plugins/thrive-quiz-builder/image-editor/includes/classes/class-tie-ajax-controller.php'),(10880,'wp-content/plugins/thrive-quiz-builder/image-editor/includes/classes/class-tie-ajax.php'),(10881,'wp-content/plugins/thrive-quiz-builder/image-editor/includes/classes/class-tie-editor.php'),(10882,'wp-content/plugins/thrive-quiz-builder/image-editor/includes/classes/class-tie-image-settings.php'),(10883,'wp-content/plugins/thrive-quiz-builder/image-editor/includes/classes/class-tie-image.php'),(10884,'wp-content/plugins/thrive-quiz-builder/image-editor/includes/classes/class-tie-layout.php'),(10885,'wp-content/plugins/thrive-quiz-builder/image-editor/includes/classes/class-tie-post-types.php'),(10886,'wp-content/plugins/thrive-quiz-builder/image-editor/includes/classes/class-tie-query.php'),(10887,'wp-content/plugins/thrive-quiz-builder/image-editor/includes/classes/class-tie-template-manager.php'),(10888,'wp-content/plugins/thrive-quiz-builder/image-editor/includes/classes/class-tie-tinymce.php'),(10889,'wp-content/plugins/thrive-quiz-builder/image-editor/includes/layouts/editor.php'),(10890,'wp-content/plugins/thrive-quiz-builder/image-editor/includes/templates/control-panel.php'),(10891,'wp-content/plugins/thrive-quiz-builder/image-editor/includes/templates/elements/default.php'),(10892,'wp-content/plugins/thrive-quiz-builder/image-editor/includes/templates/elements/text.php'),(10893,'wp-content/plugins/thrive-quiz-builder/image-editor/includes/templates/images/a-blank/_config.php'),(10894,'wp-content/plugins/thrive-quiz-builder/image-editor/includes/templates/images/a-blank/content.phtml'),(10895,'wp-content/plugins/thrive-quiz-builder/image-editor/includes/templates/images/architectural/_config.php'),(10896,'wp-content/plugins/thrive-quiz-builder/image-editor/includes/templates/images/architectural/content.phtml'),(10897,'wp-content/plugins/thrive-quiz-builder/image-editor/includes/templates/images/dynamic/_config.php'),(10898,'wp-content/plugins/thrive-quiz-builder/image-editor/includes/templates/images/dynamic/content.phtml'),(10899,'wp-content/plugins/thrive-quiz-builder/image-editor/includes/templates/images/green-style/_config.php'),(10900,'wp-content/plugins/thrive-quiz-builder/image-editor/includes/templates/images/green-style/content.phtml'),(10901,'wp-content/plugins/thrive-quiz-builder/image-editor/includes/templates/images/influential/_config.php'),(10902,'wp-content/plugins/thrive-quiz-builder/image-editor/includes/templates/images/influential/content.phtml'),(10903,'wp-content/plugins/thrive-quiz-builder/image-editor/includes/templates/images/stylish/_config.php'),(10904,'wp-content/plugins/thrive-quiz-builder/image-editor/includes/templates/images/stylish/content.phtml'),(10905,'wp-content/plugins/thrive-quiz-builder/image-editor/includes/tie-data-functions.php'),(10906,'wp-content/plugins/thrive-quiz-builder/image-editor/includes/tie-global-functions.php'),(10907,'wp-content/plugins/thrive-quiz-builder/image-editor/thrive-image-editor.php'),(10908,'wp-content/plugins/thrive-quiz-builder/includes/admin/class-tqb-admin.php'),(10909,'wp-content/plugins/thrive-quiz-builder/includes/admin/classes/class-tqb-admin-ajax-controller.php'),(10910,'wp-content/plugins/thrive-quiz-builder/includes/admin/classes/class-tqb-product.php'),(10911,'wp-content/plugins/thrive-quiz-builder/includes/admin/classes/class-tqb-results-page.php'),(10912,'wp-content/plugins/thrive-quiz-builder/includes/admin/classes/class-tqb-structure-page.php'),(10913,'wp-content/plugins/thrive-quiz-builder/includes/admin/i18n.php'),(10914,'wp-content/plugins/thrive-quiz-builder/includes/admin/tqb-admin-functions.php'),(10915,'wp-content/plugins/thrive-quiz-builder/includes/admin/views/dashboard.phtml'),(10916,'wp-content/plugins/thrive-quiz-builder/includes/admin/views/header.phtml'),(10917,'wp-content/plugins/thrive-quiz-builder/includes/admin/views/license-inactive.phtml'),(10918,'wp-content/plugins/thrive-quiz-builder/includes/admin/views/tcb_version_incompatible.phtml'),(10919,'wp-content/plugins/thrive-quiz-builder/includes/admin/views/templates/badge/add.phtml'),(10920,'wp-content/plugins/thrive-quiz-builder/includes/admin/views/templates/badge/card.phtml'),(10921,'wp-content/plugins/thrive-quiz-builder/includes/admin/views/templates/badge/delete.phtml'),(10922,'wp-content/plugins/thrive-quiz-builder/includes/admin/views/templates/badge/template.phtml'),(10923,'wp-content/plugins/thrive-quiz-builder/includes/admin/views/templates/breadcrumbs.phtml'),(10924,'wp-content/plugins/thrive-quiz-builder/includes/admin/views/templates/category-item.phtml'),(10925,'wp-content/plugins/thrive-quiz-builder/includes/admin/views/templates/dashboard.phtml'),(10926,'wp-content/plugins/thrive-quiz-builder/includes/admin/views/templates/modals/add-variation.phtml'),(10927,'wp-content/plugins/thrive-quiz-builder/includes/admin/views/templates/modals/anonymize-quiz-results.phtml'),(10928,'wp-content/plugins/thrive-quiz-builder/includes/admin/views/templates/modals/archive-last-variation.phtml'),(10929,'wp-content/plugins/thrive-quiz-builder/includes/admin/views/templates/modals/archive-variation.phtml'),(10930,'wp-content/plugins/thrive-quiz-builder/includes/admin/views/templates/modals/badge-templates.phtml'),(10931,'wp-content/plugins/thrive-quiz-builder/includes/admin/views/templates/modals/copy-quiz-shortcode.phtml'),(10932,'wp-content/plugins/thrive-quiz-builder/includes/admin/views/templates/modals/delete-redirect-link.phtml'),(10933,'wp-content/plugins/thrive-quiz-builder/includes/admin/views/templates/modals/delete-structure-item.phtml'),(10934,'wp-content/plugins/thrive-quiz-builder/includes/admin/views/templates/modals/delete-variation.phtml'),(10935,'wp-content/plugins/thrive-quiz-builder/includes/admin/views/templates/modals/edit-quiz-style.phtml'),(10936,'wp-content/plugins/thrive-quiz-builder/includes/admin/views/templates/modals/edit-quiz-type.phtml'),(10937,'wp-content/plugins/thrive-quiz-builder/includes/admin/views/templates/modals/edit-variation-test.phtml'),(10938,'wp-content/plugins/thrive-quiz-builder/includes/admin/views/templates/modals/new-quiz-tpl.phtml'),(10939,'wp-content/plugins/thrive-quiz-builder/includes/admin/views/templates/modals/new-quiz.phtml'),(10940,'wp-content/plugins/thrive-quiz-builder/includes/admin/views/templates/modals/quiz/feedback-settings.phtml'),(10941,'wp-content/plugins/thrive-quiz-builder/includes/admin/views/templates/modals/quiz/settings.phtml'),(10942,'wp-content/plugins/thrive-quiz-builder/includes/admin/views/templates/modals/reset-quiz-stats.phtml'),(10943,'wp-content/plugins/thrive-quiz-builder/includes/admin/views/templates/modals/reset-variation.phtml'),(10944,'wp-content/plugins/thrive-quiz-builder/includes/admin/views/templates/modals/settings.phtml'),(10945,'wp-content/plugins/thrive-quiz-builder/includes/admin/views/templates/modals/stop-variation-test.phtml'),(10946,'wp-content/plugins/thrive-quiz-builder/includes/admin/views/templates/modals/stop-variation.phtml'),(10947,'wp-content/plugins/thrive-quiz-builder/includes/admin/views/templates/modals/variation-start-test.phtml'),(10948,'wp-content/plugins/thrive-quiz-builder/includes/admin/views/templates/modals/variation-winner-test-notice.phtml'),(10949,'wp-content/plugins/thrive-quiz-builder/includes/admin/views/templates/modals/view-user-answers.phtml'),(10950,'wp-content/plugins/thrive-quiz-builder/includes/admin/views/templates/new-button.phtml'),(10951,'wp-content/plugins/thrive-quiz-builder/includes/admin/views/templates/new-category-item.phtml'),(10952,'wp-content/plugins/thrive-quiz-builder/includes/admin/views/templates/quiz/delete-state.phtml'),(10953,'wp-content/plugins/thrive-quiz-builder/includes/admin/views/templates/quiz/edit.phtml'),(10954,'wp-content/plugins/thrive-quiz-builder/includes/admin/views/templates/quiz/item.phtml'),(10955,'wp-content/plugins/thrive-quiz-builder/includes/admin/views/templates/quiz/settings/feedback-extended.phtml'),(10956,'wp-content/plugins/thrive-quiz-builder/includes/admin/views/templates/quiz/settings/feedback-preview.phtml'),(10957,'wp-content/plugins/thrive-quiz-builder/includes/admin/views/templates/quiz/settings/feedback.phtml'),(10958,'wp-content/plugins/thrive-quiz-builder/includes/admin/views/templates/quiz/settings/highlight-answer.phtml'),(10959,'wp-content/plugins/thrive-quiz-builder/includes/admin/views/templates/quiz/structure-button.phtml'),(10960,'wp-content/plugins/thrive-quiz-builder/includes/admin/views/templates/quiz/structure-item.phtml'),(10961,'wp-content/plugins/thrive-quiz-builder/includes/admin/views/templates/quiz/structure-results-item.phtml'),(10962,'wp-content/plugins/thrive-quiz-builder/includes/admin/views/templates/quiz/structure.phtml'),(10963,'wp-content/plugins/thrive-quiz-builder/includes/admin/views/templates/quiz/style/card.phtml'),(10964,'wp-content/plugins/thrive-quiz-builder/includes/admin/views/templates/quiz/style/item/card.phtml'),(10965,'wp-content/plugins/thrive-quiz-builder/includes/admin/views/templates/quiz/style/item.phtml'),(10966,'wp-content/plugins/thrive-quiz-builder/includes/admin/views/templates/quiz/style/new-button.phtml'),(10967,'wp-content/plugins/thrive-quiz-builder/includes/admin/views/templates/redirect-settings.phtml'),(10968,'wp-content/plugins/thrive-quiz-builder/includes/admin/views/templates/reporting/all-source.phtml'),(10969,'wp-content/plugins/thrive-quiz-builder/includes/admin/views/templates/reporting/completion-pagination.phtml'),(10970,'wp-content/plugins/thrive-quiz-builder/includes/admin/views/templates/reporting/completion-quiz.phtml'),(10971,'wp-content/plugins/thrive-quiz-builder/includes/admin/views/templates/reporting/completion-report.phtml'),(10972,'wp-content/plugins/thrive-quiz-builder/includes/admin/views/templates/reporting/completion-table.phtml'),(10973,'wp-content/plugins/thrive-quiz-builder/includes/admin/views/templates/reporting/flow-report.phtml'),(10974,'wp-content/plugins/thrive-quiz-builder/includes/admin/views/templates/reporting/flow-section.phtml'),(10975,'wp-content/plugins/thrive-quiz-builder/includes/admin/views/templates/reporting/main.phtml'),(10976,'wp-content/plugins/thrive-quiz-builder/includes/admin/views/templates/reporting/pagination.phtml'),(10977,'wp-content/plugins/thrive-quiz-builder/includes/admin/views/templates/reporting/questions/open/answer.phtml'),(10978,'wp-content/plugins/thrive-quiz-builder/includes/admin/views/templates/reporting/questions-answer.phtml'),(10979,'wp-content/plugins/thrive-quiz-builder/includes/admin/views/templates/reporting/questions-open-question.phtml'),(10980,'wp-content/plugins/thrive-quiz-builder/includes/admin/views/templates/reporting/questions-question.phtml'),(10981,'wp-content/plugins/thrive-quiz-builder/includes/admin/views/templates/reporting/questions-report.phtml'),(10982,'wp-content/plugins/thrive-quiz-builder/includes/admin/views/templates/reporting/source-options.phtml'),(10983,'wp-content/plugins/thrive-quiz-builder/includes/admin/views/templates/reporting/user-answer-image.phtml'),(10984,'wp-content/plugins/thrive-quiz-builder/includes/admin/views/templates/reporting/user-answer-open.phtml'),(10985,'wp-content/plugins/thrive-quiz-builder/includes/admin/views/templates/reporting/user-answer-text.phtml'),(10986,'wp-content/plugins/thrive-quiz-builder/includes/admin/views/templates/reporting/user-question.phtml'),(10987,'wp-content/plugins/thrive-quiz-builder/includes/admin/views/templates/reporting/users-item.phtml'),(10988,'wp-content/plugins/thrive-quiz-builder/includes/admin/views/templates/reporting/users-list.phtml'),(10989,'wp-content/plugins/thrive-quiz-builder/includes/admin/views/templates/result-item.phtml'),(10990,'wp-content/plugins/thrive-quiz-builder/includes/admin/views/templates/results-links/category-item.phtml'),(10991,'wp-content/plugins/thrive-quiz-builder/includes/admin/views/templates/results-links/form.phtml'),(10992,'wp-content/plugins/thrive-quiz-builder/includes/admin/views/templates/results-links/item.phtml'),(10993,'wp-content/plugins/thrive-quiz-builder/includes/admin/views/templates/results-links/message.phtml'),(10994,'wp-content/plugins/thrive-quiz-builder/includes/admin/views/templates/search.phtml'),(10995,'wp-content/plugins/thrive-quiz-builder/includes/admin/views/templates/tests/completed-item.phtml'),(10996,'wp-content/plugins/thrive-quiz-builder/includes/admin/views/templates/tests/completed-tests.phtml'),(10997,'wp-content/plugins/thrive-quiz-builder/includes/admin/views/templates/tests/delete-test.phtml'),(10998,'wp-content/plugins/thrive-quiz-builder/includes/admin/views/templates/tests/options.phtml'),(10999,'wp-content/plugins/thrive-quiz-builder/includes/admin/views/templates/tests/stopped-item.phtml'),(11000,'wp-content/plugins/thrive-quiz-builder/includes/admin/views/templates/tests/test-item.phtml'),(11001,'wp-content/plugins/thrive-quiz-builder/includes/admin/views/templates/tests/test-total.phtml'),(11002,'wp-content/plugins/thrive-quiz-builder/includes/admin/views/templates/tests/view.phtml'),(11003,'wp-content/plugins/thrive-quiz-builder/includes/admin/views/templates/textedit.phtml'),(11004,'wp-content/plugins/thrive-quiz-builder/includes/admin/views/templates/variations/dashboard.phtml'),(11005,'wp-content/plugins/thrive-quiz-builder/includes/admin/views/templates/variations/gdpr-user-consent.phtml'),(11006,'wp-content/plugins/thrive-quiz-builder/includes/admin/views/templates/variations/item-archived.phtml'),(11007,'wp-content/plugins/thrive-quiz-builder/includes/admin/views/templates/variations/item.phtml'),(11008,'wp-content/plugins/thrive-quiz-builder/includes/admin/views/templates/variations/list.phtml'),(11009,'wp-content/plugins/thrive-quiz-builder/includes/class-tqb-ajax.php'),(11010,'wp-content/plugins/thrive-quiz-builder/includes/class-tqb-badge.php'),(11011,'wp-content/plugins/thrive-quiz-builder/includes/class-tqb-db.php'),(11012,'wp-content/plugins/thrive-quiz-builder/includes/class-tqb-frontend-ajax-controller.php'),(11013,'wp-content/plugins/thrive-quiz-builder/includes/class-tqb-post-meta.php'),(11014,'wp-content/plugins/thrive-quiz-builder/includes/class-tqb-post-types.php'),(11015,'wp-content/plugins/thrive-quiz-builder/includes/class-tqb-privacy.php'),(11016,'wp-content/plugins/thrive-quiz-builder/includes/class-tqb-request-handler.php'),(11017,'wp-content/plugins/thrive-quiz-builder/includes/class-tqb-shortcodes.php'),(11018,'wp-content/plugins/thrive-quiz-builder/includes/class-tqb-state-manager.php'),(11019,'wp-content/plugins/thrive-quiz-builder/includes/class-tqb-template-manager.php'),(11020,'wp-content/plugins/thrive-quiz-builder/includes/database/class-tqb-database-manager.php'),(11021,'wp-content/plugins/thrive-quiz-builder/includes/database/migrations/gdpr-1.0.2.php'),(11022,'wp-content/plugins/thrive-quiz-builder/includes/database/migrations/install-1.0.0.php'),(11023,'wp-content/plugins/thrive-quiz-builder/includes/database/migrations/open_ended_answers-1.0.4.php'),(11024,'wp-content/plugins/thrive-quiz-builder/includes/database/migrations/points-1.0.1.php'),(11025,'wp-content/plugins/thrive-quiz-builder/includes/database/migrations/resultslinks-1.0.5.php'),(11026,'wp-content/plugins/thrive-quiz-builder/includes/database/migrations/usropti-1.0.3.php'),(11027,'wp-content/plugins/thrive-quiz-builder/includes/frontend/views/templates/answer-image.phtml'),(11028,'wp-content/plugins/thrive-quiz-builder/includes/frontend/views/templates/answer-open.phtml'),(11029,'wp-content/plugins/thrive-quiz-builder/includes/frontend/views/templates/answer.phtml'),(11030,'wp-content/plugins/thrive-quiz-builder/includes/frontend/views/templates/loader.phtml'),(11031,'wp-content/plugins/thrive-quiz-builder/includes/frontend/views/templates/loaders/redirect.phtml'),(11032,'wp-content/plugins/thrive-quiz-builder/includes/frontend/views/templates/powered-by-thrive-themes.phtml'),(11033,'wp-content/plugins/thrive-quiz-builder/includes/frontend/views/templates/progress-bar.phtml'),(11034,'wp-content/plugins/thrive-quiz-builder/includes/frontend/views/templates/question-answer.php'),(11035,'wp-content/plugins/thrive-quiz-builder/includes/frontend/views/templates/question-wrapper.phtml'),(11036,'wp-content/plugins/thrive-quiz-builder/includes/frontend/views/templates/question.phtml'),(11037,'wp-content/plugins/thrive-quiz-builder/includes/frontend/views/templates/video/custom.phtml'),(11038,'wp-content/plugins/thrive-quiz-builder/includes/frontend/views/templates/video/image-overlay.phtml'),(11039,'wp-content/plugins/thrive-quiz-builder/includes/frontend/views/templates/video/vimeo.phtml'),(11040,'wp-content/plugins/thrive-quiz-builder/includes/frontend/views/templates/video/wistia.phtml'),(11041,'wp-content/plugins/thrive-quiz-builder/includes/frontend/views/templates/video/youtube.phtml'),(11042,'wp-content/plugins/thrive-quiz-builder/includes/managers/class-tqb-page-manager.php'),(11043,'wp-content/plugins/thrive-quiz-builder/includes/managers/class-tqb-quiz-manager.php'),(11044,'wp-content/plugins/thrive-quiz-builder/includes/managers/class-tqb-reporting-manager.php'),(11045,'wp-content/plugins/thrive-quiz-builder/includes/managers/class-tqb-structure-manager.php'),(11046,'wp-content/plugins/thrive-quiz-builder/includes/managers/class-tqb-test-manager.php'),(11047,'wp-content/plugins/thrive-quiz-builder/includes/managers/class-tqb-variation-manager.php'),(11048,'wp-content/plugins/thrive-quiz-builder/includes/tqb-data-functions.php'),(11049,'wp-content/plugins/thrive-quiz-builder/includes/tqb-global-functions.php'),(11050,'wp-content/plugins/thrive-quiz-builder/tcb/admin/assets/css/fonts/tcb-admin-icons.svg'),(11051,'wp-content/plugins/thrive-quiz-builder/tcb/admin/assets/js/tcb-admin.min.js'),(11052,'wp-content/plugins/thrive-quiz-builder/tcb/admin/class-tcb-admin.php'),(11053,'wp-content/plugins/thrive-quiz-builder/tcb/admin/includes/class-tcb-admin-ajax.php'),(11054,'wp-content/plugins/thrive-quiz-builder/tcb/admin/includes/class-tcb-product.php'),(11055,'wp-content/plugins/thrive-quiz-builder/tcb/admin/includes/class-tcb-symbols-rest-controller.php'),(11056,'wp-content/plugins/thrive-quiz-builder/tcb/admin/includes/i18n.php'),(11057,'wp-content/plugins/thrive-quiz-builder/tcb/admin/includes/tcb-admin-functions.php'),(11058,'wp-content/plugins/thrive-quiz-builder/tcb/admin/includes/views/dashboard.phtml'),(11059,'wp-content/plugins/thrive-quiz-builder/tcb/admin/includes/views/templates/breadcrumbs.phtml'),(11060,'wp-content/plugins/thrive-quiz-builder/tcb/admin/includes/views/templates/ct-symbols.phtml'),(11061,'wp-content/plugins/thrive-quiz-builder/tcb/admin/includes/views/templates/header.phtml'),(11062,'wp-content/plugins/thrive-quiz-builder/tcb/admin/includes/views/templates/modals/delete-confirmation.phtml'),(11063,'wp-content/plugins/thrive-quiz-builder/tcb/admin/includes/views/templates/modals/modal-create.phtml'),(11064,'wp-content/plugins/thrive-quiz-builder/tcb/admin/includes/views/templates/modals/move-category.phtml'),(11065,'wp-content/plugins/thrive-quiz-builder/tcb/admin/includes/views/templates/modals/move-symbol.phtml'),(11066,'wp-content/plugins/thrive-quiz-builder/tcb/admin/includes/views/templates/modals/new-category.phtml'),(11067,'wp-content/plugins/thrive-quiz-builder/tcb/admin/includes/views/templates/modals/section-modal-create-item.phtml'),(11068,'wp-content/plugins/thrive-quiz-builder/tcb/admin/includes/views/templates/modals/section-modal-create-step-1.phtml'),(11069,'wp-content/plugins/thrive-quiz-builder/tcb/admin/includes/views/templates/modals/section-modal-create-step-2.phtml'),(11070,'wp-content/plugins/thrive-quiz-builder/tcb/admin/includes/views/templates/modals/section-modal-create.phtml'),(11071,'wp-content/plugins/thrive-quiz-builder/tcb/admin/includes/views/templates/modals/section-modal-message.phtml'),(11072,'wp-content/plugins/thrive-quiz-builder/tcb/admin/includes/views/templates/symbols/categories.phtml'),(11073,'wp-content/plugins/thrive-quiz-builder/tcb/admin/includes/views/templates/symbols/category.phtml'),(11074,'wp-content/plugins/thrive-quiz-builder/tcb/admin/includes/views/templates/symbols/container.phtml'),(11075,'wp-content/plugins/thrive-quiz-builder/tcb/admin/includes/views/templates/symbols/create.phtml'),(11076,'wp-content/plugins/thrive-quiz-builder/tcb/admin/includes/views/templates/symbols/item.phtml'),(11077,'wp-content/plugins/thrive-quiz-builder/tcb/admin/includes/views/templates/symbols/list.phtml'),(11078,'wp-content/plugins/thrive-quiz-builder/tcb/admin/includes/views/templates/symbols/save-templates-error.phtml'),(11079,'wp-content/plugins/thrive-quiz-builder/tcb/admin/includes/views/templates/symbols/search.phtml'),(11080,'wp-content/plugins/thrive-quiz-builder/tcb/admin/includes/views/templates/symbols/section-item.phtml'),(11081,'wp-content/plugins/thrive-quiz-builder/tcb/admin/includes/views/templates/symbols/sections-container.phtml'),(11082,'wp-content/plugins/thrive-quiz-builder/tcb/admin/includes/views/templates/symbols/sections-list.phtml'),(11083,'wp-content/plugins/thrive-quiz-builder/tcb/admin/includes/views/templates/text-edit.phtml'),(11084,'wp-content/plugins/thrive-quiz-builder/tcb/admin/includes/views/templates/user-templates/c-item.phtml'),(11085,'wp-content/plugins/thrive-quiz-builder/tcb/admin/includes/views/templates/user-templates/item.phtml'),(11086,'wp-content/plugins/thrive-quiz-builder/tcb/admin/includes/views/templates/user-templates/list.phtml'),(11087,'wp-content/plugins/thrive-quiz-builder/tcb/admin/includes/views/templates/user-templates/t-item.phtml'),(11088,'wp-content/plugins/thrive-quiz-builder/tcb/db/fontmanager-1.1.php'),(11089,'wp-content/plugins/thrive-quiz-builder/tcb/db/index.php'),(11090,'wp-content/plugins/thrive-quiz-builder/tcb/db/install-1.0.php'),(11091,'wp-content/plugins/thrive-quiz-builder/tcb/db/menuitemstyles-1.2.php'),(11092,'wp-content/plugins/thrive-quiz-builder/tcb/editor/css/fonts/control-panel.svg'),(11093,'wp-content/plugins/thrive-quiz-builder/tcb/editor/css/fonts/editor-page.svg'),(11094,'wp-content/plugins/thrive-quiz-builder/tcb/editor/css/fonts/font-awesome.svg'),(11095,'wp-content/plugins/thrive-quiz-builder/tcb/editor/css/fonts/thrvicomoon/icomoon.svg'),(11096,'wp-content/plugins/thrive-quiz-builder/tcb/editor/css/images/angle-down.svg'),(11097,'wp-content/plugins/thrive-quiz-builder/tcb/editor/css/images/angle-up.svg'),(11098,'wp-content/plugins/thrive-quiz-builder/tcb/editor/css/images/caret-down.svg'),(11099,'wp-content/plugins/thrive-quiz-builder/tcb/editor/css/images/caret-filled-down.svg'),(11100,'wp-content/plugins/thrive-quiz-builder/tcb/editor/css/images/caret-filled-up.svg'),(11101,'wp-content/plugins/thrive-quiz-builder/tcb/editor/css/images/caret-up.svg'),(11102,'wp-content/plugins/thrive-quiz-builder/tcb/editor/css/images/chevron-down.svg'),(11103,'wp-content/plugins/thrive-quiz-builder/tcb/editor/css/images/chevron-up.svg'),(11104,'wp-content/plugins/thrive-quiz-builder/tcb/editor/css/images/logo_placeholder_dark.svg'),(11105,'wp-content/plugins/thrive-quiz-builder/tcb/editor/css/images/logo_placeholder_light.svg'),(11106,'wp-content/plugins/thrive-quiz-builder/tcb/editor/js/admin/gutenberg-menu.js'),(11107,'wp-content/plugins/thrive-quiz-builder/tcb/editor/js/admin/gutenberg.js'),(11108,'wp-content/plugins/thrive-quiz-builder/tcb/editor/js/admin/tve_admin_post_ready.js'),(11109,'wp-content/plugins/thrive-quiz-builder/tcb/editor/js/dist/admin.min.js'),(11110,'wp-content/plugins/thrive-quiz-builder/tcb/editor/js/dist/editor.min.js'),(11111,'wp-content/plugins/thrive-quiz-builder/tcb/editor/js/dist/froala.min.js'),(11112,'wp-content/plugins/thrive-quiz-builder/tcb/editor/js/dist/frontend.min.js'),(11113,'wp-content/plugins/thrive-quiz-builder/tcb/editor/js/dist/gutenberg.min.js'),(11114,'wp-content/plugins/thrive-quiz-builder/tcb/editor/js/dist/main.min.js'),(11115,'wp-content/plugins/thrive-quiz-builder/tcb/editor/js/libs/dom-to-image.min.js'),(11116,'wp-content/plugins/thrive-quiz-builder/tcb/editor/js/libs/jquery.scrollbar.min.js'),(11117,'wp-content/plugins/thrive-quiz-builder/tcb/editor/js/libs/moment.min.js'),(11118,'wp-content/plugins/thrive-quiz-builder/tcb/event-manager/classes/TCB_Event_Action_Abstract.php'),(11119,'wp-content/plugins/thrive-quiz-builder/tcb/event-manager/classes/TCB_Event_Trigger_Abstract.php'),(11120,'wp-content/plugins/thrive-quiz-builder/tcb/event-manager/classes/actions/TCB_Thrive_CSS_Animation.php'),(11121,'wp-content/plugins/thrive-quiz-builder/tcb/event-manager/classes/actions/TCB_Thrive_Image_Zoom.php'),(11122,'wp-content/plugins/thrive-quiz-builder/tcb/event-manager/classes/actions/TCB_Thrive_Lightbox.php'),(11123,'wp-content/plugins/thrive-quiz-builder/tcb/event-manager/classes/actions/TCB_Thrive_LightboxClose.php'),(11124,'wp-content/plugins/thrive-quiz-builder/tcb/event-manager/classes/actions/TCB_Thrive_Tooltip.php'),(11125,'wp-content/plugins/thrive-quiz-builder/tcb/event-manager/classes/actions/TCB_Thrive_Video_Popup.php'),(11126,'wp-content/plugins/thrive-quiz-builder/tcb/event-manager/classes/actions/TCB_Thrive_Wistia.php'),(11127,'wp-content/plugins/thrive-quiz-builder/tcb/event-manager/classes/triggers/TCB_Event_Trigger_Click.php'),(11128,'wp-content/plugins/thrive-quiz-builder/tcb/event-manager/classes/triggers/TCB_Event_Trigger_Exit_Intent.php'),(11129,'wp-content/plugins/thrive-quiz-builder/tcb/event-manager/classes/triggers/TCB_Event_Trigger_Mouseover.php'),(11130,'wp-content/plugins/thrive-quiz-builder/tcb/event-manager/classes/triggers/TCB_Event_Trigger_Timer.php'),(11131,'wp-content/plugins/thrive-quiz-builder/tcb/event-manager/classes/triggers/TCB_Event_Trigger_Viewport.php'),(11132,'wp-content/plugins/thrive-quiz-builder/tcb/event-manager/init.php'),(11133,'wp-content/plugins/thrive-quiz-builder/tcb/event-manager/views/js/lightbox.php'),(11134,'wp-content/plugins/thrive-quiz-builder/tcb/event-manager/views/js/trigger_exit_intent.php'),(11135,'wp-content/plugins/thrive-quiz-builder/tcb/event-manager/views/js/trigger_viewport.php'),(11136,'wp-content/plugins/thrive-quiz-builder/tcb/external-architect.php'),(11137,'wp-content/plugins/thrive-quiz-builder/tcb/fonts/fontawesome-webfont.svg'),(11138,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/animation/preview.phtml'),(11139,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/breadcrumbs/item.phtml'),(11140,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/central-style-panel/master-variables-header.phtml'),(11141,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/central-style-panel/other-variables-header.phtml'),(11142,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/central-style-panel/palettes.phtml'),(11143,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/central-style-panel/tooltip.phtml'),(11144,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/cloud-templates/item.phtml'),(11145,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/contact-form/email-setup-form.phtml'),(11146,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/contact-form/error.phtml'),(11147,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/contact-form/shortcode-button.phtml'),(11148,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/contact-form/submit-setup-form.phtml'),(11149,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/content-blocks/category-item.php'),(11150,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/content-blocks/color-var-item.php'),(11151,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/content-blocks/favorites.php'),(11152,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/content-blocks/group-item.php'),(11153,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/content-blocks/no-template.phtml'),(11154,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/content-blocks/template-item.php'),(11155,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/audio.phtml'),(11156,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/background/background-effects.phtml'),(11157,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/background/background-image.phtml'),(11158,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/background/drag-overlay.phtml'),(11159,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/borders.phtml'),(11160,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/button/global-templates.phtml'),(11161,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/button/style-picker.phtml'),(11162,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/button/style-templates.phtml'),(11163,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/button-group.phtml'),(11164,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/button-panel-group.phtml'),(11165,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/button-toggle.phtml'),(11166,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/cards-change.phtml'),(11167,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/checkbox/input.phtml'),(11168,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/checkbox.phtml'),(11169,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/color-picker.phtml'),(11170,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/color-var-item.phtml'),(11171,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/contact-form/default-cf-item.phtml'),(11172,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/contact-form/edit-cf-item.phtml'),(11173,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/contact-form/recaptcha-cf-item.phtml'),(11174,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/contact-form/settings.phtml'),(11175,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/contentbox/image-tooltip.phtml'),(11176,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/corners.phtml'),(11177,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/countdown/style-picker.phtml'),(11178,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/custom-menu/edit-menu-item.php'),(11179,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/custom-menu/modal-menu-item.phtml'),(11180,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/custom-menu/modal-menu-type.phtml'),(11181,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/custom-menu/style-picker.phtml'),(11182,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/date-picker.phtml'),(11183,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/decoration/decoration.phtml'),(11184,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/decoration/divider.phtml'),(11185,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/decoration/pointer.phtml'),(11186,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/decoration/slanted.phtml'),(11187,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/decoration/svg/fancy-divider-styles.phtml'),(11188,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/decoration/svg-base.phtml'),(11189,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/divider/style-picker.phtml'),(11190,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/drop-panel-light.phtml'),(11191,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/drop-panel.phtml'),(11192,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/font-manager.phtml'),(11193,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/global/style-button.phtml'),(11194,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/global/style-contentbox.phtml'),(11195,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/global/style-control.phtml'),(11196,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/global/style-panel.phtml'),(11197,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/global/style-section.phtml'),(11198,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/gradient/knob.phtml'),(11199,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/gradient-pattern.phtml'),(11200,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/gradient-picker.phtml'),(11201,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/icon-label-switch.phtml'),(11202,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/icons.phtml'),(11203,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/image/resize.phtml'),(11204,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/image/style-picker.phtml'),(11205,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/image-picker.phtml'),(11206,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/input-inline.phtml'),(11207,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/input-multiple-item.phtml'),(11208,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/input-multiple.phtml'),(11209,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/input.phtml'),(11210,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/knob.phtml'),(11211,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/label-input.phtml'),(11212,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/layout/input.phtml'),(11213,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/layout/position-absolute.phtml'),(11214,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/layout/position-relative.phtml'),(11215,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/layout/width.phtml'),(11216,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/layout.phtml'),(11217,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/lead-generation/api-connections.phtml'),(11218,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/lead-generation/api-drop-panel.phtml'),(11219,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/lead-generation/connected-api.phtml'),(11220,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/lead-generation/edit-field.phtml'),(11221,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/lead-generation/lg-input.phtml'),(11222,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/link/dynamic-categories.phtml'),(11223,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/link/dynamic-links.phtml'),(11224,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/link/element-link.phtml'),(11225,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/link/link-select.phtml'),(11226,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/link/style-picker-item.phtml'),(11227,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/margin-padding.phtml'),(11228,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/menu/preview-list-item.php'),(11229,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/multiple-checkbox.phtml'),(11230,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/palettes-var-item.phtml'),(11231,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/palettes.phtml'),(11232,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/preview-list-item.phtml'),(11233,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/preview-toggle-list-item.phtml'),(11234,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/pricing-table/edit-instance.phtml'),(11235,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/pricing-table/edit-price-box.phtml'),(11236,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/pricing-table/price-instance-controls.phtml'),(11237,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/pricing-table/pricing-table-item.phtml'),(11238,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/radio.phtml'),(11239,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/rating-value.phtml'),(11240,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/responsive-video/style-picker.phtml'),(11241,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/responsive-video-settings.phtml'),(11242,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/responsive.phtml'),(11243,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/revision-manager-item.php'),(11244,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/select-multiple.phtml'),(11245,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/select.phtml'),(11246,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/selected-elem-nav-item-compact.phtml'),(11247,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/selected-elem-nav-item.phtml'),(11248,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/shadow.phtml'),(11249,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/slider.phtml'),(11250,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/social/fb-share.phtml'),(11251,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/social/network-checkboxes.phtml'),(11252,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/social/network-settings.phtml'),(11253,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/social/pin-share.phtml'),(11254,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/social/selector.phtml'),(11255,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/social/t-share.phtml'),(11256,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/style-change.phtml'),(11257,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/style.phtml'),(11258,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/switch-toggle.phtml'),(11259,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/switch.phtml'),(11260,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/table/table_cell.phtml'),(11261,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/text/typefocus-settings.phtml'),(11262,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/text/typefocus.phtml'),(11263,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/textarea.phtml'),(11264,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/time-slider.phtml'),(11265,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/toc/headings.phtml'),(11266,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/toggle.phtml'),(11267,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/tooltip/promote-panel.phtml'),(11268,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/tooltip/tooltip-panel.phtml'),(11269,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/controls/video-settings.phtml'),(11270,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/drop-panels/reset-state.phtml'),(11271,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/element-icons.phtml'),(11272,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/element-states.phtml'),(11273,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/elements/button-icon.phtml'),(11274,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/elements/megamenu-no-items.phtml'),(11275,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/elements/menu-image-placeholder.phtml'),(11276,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/elements/menu-item-icon.phtml'),(11277,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/elements/menu-item.phtml'),(11278,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/elements/menu.phtml'),(11279,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/elements/social.phtml'),(11280,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/inline/column-options.phtml'),(11281,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/inline/content-templates.phtml'),(11282,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/inline/dynamiclink-popup.phtml'),(11283,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/inline/inline-shortcodes.phtml'),(11284,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/inline/jumplink-popup.phtml'),(11285,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/inline/link-types.phtml'),(11286,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/inline/popup-custom-input-extra.phtml'),(11287,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/inline/popup-custom-input.phtml'),(11288,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/inline/postlist-links.phtml'),(11289,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/inline/staticlink-popup.phtml'),(11290,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/inline-error.phtml'),(11291,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/landing-pages/delete-confirmation.phtml'),(11292,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/landing-pages/lp-set.phtml'),(11293,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/landing-pages/lp-template.phtml'),(11294,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/landing-pages/lp-text-templates.phtml'),(11295,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/landing-pages/tag-item.phtml'),(11296,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/lead-generation/apis/activecampaign.phtml'),(11297,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/lead-generation/apis/aweber.phtml'),(11298,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/lead-generation/apis/convertkit.phtml'),(11299,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/lead-generation/apis/default.phtml'),(11300,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/lead-generation/apis/drip.phtml'),(11301,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/lead-generation/apis/everwebinar.phtml'),(11302,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/lead-generation/apis/extra/mailchimp-group.phtml'),(11303,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/lead-generation/apis/extra/password-strength.phtml'),(11304,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/lead-generation/apis/get-response.phtml'),(11305,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/lead-generation/apis/infusionsoft.phtml'),(11306,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/lead-generation/apis/klicktipp.phtml'),(11307,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/lead-generation/apis/mailchimp.phtml'),(11308,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/lead-generation/apis/mailster.phtml'),(11309,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/lead-generation/apis/ontraport.phtml'),(11310,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/lead-generation/apis/sendlane.phtml'),(11311,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/lead-generation/apis/sendy.phtml'),(11312,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/lead-generation/apis/zapier.phtml'),(11313,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/lead-generation/apis/zoom.phtml'),(11314,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/lead-generation/consent.phtml'),(11315,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/lead-generation/errors/item.phtml'),(11316,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/lead-generation/new-connection-area.phtml'),(11317,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/lead-generation/submit-options/option.phtml'),(11318,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/lead-generation/submit-options/submit-options.phtml'),(11319,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/logo/item.phtml'),(11320,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/logo/tooltip.phtml'),(11321,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/modals/cf-settings.php'),(11322,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/notification-box/error-save.php'),(11323,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/notification-box/error.phtml'),(11324,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/notification-box/info.phtml'),(11325,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/notification-box/success.phtml'),(11326,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/notification-box/warning.phtml'),(11327,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/page-events/actions/lightbox-preview.phtml'),(11328,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/page-events/actions/lightbox.phtml'),(11329,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/page-events/form.phtml'),(11330,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/page-events/list.phtml'),(11331,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/page-events/no-events.phtml'),(11332,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/page-events/triggers/exit.phtml'),(11333,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/page-events/triggers/timer.phtml'),(11334,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/post-list/author-query-rule.phtml'),(11335,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/post-list/extra-image.phtml'),(11336,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/post-list/post-list-default-template.php'),(11337,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/post-list/post-query-rule.phtml'),(11338,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/post-list/query-options.phtml'),(11339,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/post-list/query-rule.phtml'),(11340,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/post-list/query-term.phtml'),(11341,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/post-list/select.phtml'),(11342,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/sections/item.phtml'),(11343,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/shadow/no-shadow.phtml'),(11344,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/symbols/content-template-item.phtml'),(11345,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/symbols/create-item.phtml'),(11346,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/symbols/get-symbols-error.phtml'),(11347,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/symbols/item.phtml'),(11348,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/symbols/save-templates-symbols-error.phtml'),(11349,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/symbols/section-item.phtml'),(11350,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/symbols/sections-container.phtml'),(11351,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/symbols/sections-message.phtml'),(11352,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/util/audio-file-picker.phtml'),(11353,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/util/color-picker/add-color.phtml'),(11354,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/util/color-picker/favorite-thumb.phtml'),(11355,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/util/color-picker/global-thumb.phtml'),(11356,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/util/color-picker/save-btn.phtml'),(11357,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/util/edit-as-group.phtml'),(11358,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/util/edit-global-colors.phtml'),(11359,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/util/edit-mode.phtml'),(11360,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/util/favorite-colors.phtml'),(11361,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/util/favorite-gradients.phtml'),(11362,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/util/file-picker.phtml'),(11363,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/util/icon.phtml'),(11364,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/util/input.phtml'),(11365,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/util/link-styles.phtml'),(11366,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/util/link.phtml'),(11367,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/util/list.phtml'),(11368,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/util/option.phtml'),(11369,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/util/svg_icon.phtml'),(11370,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/util/template-colors.phtml'),(11371,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/util/template-gradients.phtml'),(11372,'wp-content/plugins/thrive-quiz-builder/tcb/inc/backbone/util/video-file-picker.phtml'),(11373,'wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/class-tcb-cloud-template-element-abstract.php'),(11374,'wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/class-tcb-contact-form.php'),(11375,'wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/class-tcb-editor-ajax.php'),(11376,'wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/class-tcb-editor.php'),(11377,'wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/class-tcb-element-abstract.php'),(11378,'wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/class-tcb-elements.php'),(11379,'wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/class-tcb-font-manager.php'),(11380,'wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/class-tcb-icon-manager.php'),(11381,'wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/class-tcb-lightbox.php'),(11382,'wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/class-tcb-menu-walker.php'),(11383,'wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/class-tcb-post-grid.php'),(11384,'wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/class-tcb-post.php'),(11385,'wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/class-tcb-symbol-element-abstract.php'),(11386,'wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/class-tcb-utils.php'),(11387,'wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/class-tcb-widget-element.php'),(11388,'wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/content-templates/class-tcb-content-templates-api.php'),(11389,'wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/elements/class-tcb-article-element.php'),(11390,'wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/elements/class-tcb-audio-element.php'),(11391,'wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/elements/class-tcb-button-element.php'),(11392,'wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/elements/class-tcb-button-group-element.php'),(11393,'wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/elements/class-tcb-button-group-item-element.php'),(11394,'wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/elements/class-tcb-callaction-element.php'),(11395,'wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/elements/class-tcb-cell-element.php'),(11396,'wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/elements/class-tcb-column-element.php'),(11397,'wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/elements/class-tcb-columns-element.php'),(11398,'wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/elements/class-tcb-commentsdisqus-element.php'),(11399,'wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/elements/class-tcb-commentsfacebook-element.php'),(11400,'wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/elements/class-tcb-contact-form-element.php'),(11401,'wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/elements/class-tcb-contact-form-input-element.php'),(11402,'wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/elements/class-tcb-contact-form-item-element.php'),(11403,'wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/elements/class-tcb-contact-form-label-element.php'),(11404,'wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/elements/class-tcb-contact-form-submit-element.php'),(11405,'wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/elements/class-tcb-contentblock-element.php'),(11406,'wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/elements/class-tcb-contentbox-element.php'),(11407,'wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/elements/class-tcb-countdown-element.php'),(11408,'wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/elements/class-tcb-countdownevergreen-element.php'),(11409,'wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/elements/class-tcb-credit-element.php'),(11410,'wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/elements/class-tcb-ct-element.php'),(11411,'wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/elements/class-tcb-ct-symbol-element.php'),(11412,'wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/elements/class-tcb-divider-element.php'),(11413,'wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/elements/class-tcb-fillcounter-element.php'),(11414,'wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/elements/class-tcb-footer-element.php'),(11415,'wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/elements/class-tcb-form-icon-element.php'),(11416,'wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/elements/class-tcb-form-input-element.php'),(11417,'wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/elements/class-tcb-form-item-element.php'),(11418,'wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/elements/class-tcb-form-label-element.php'),(11419,'wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/elements/class-tcb-form-submit-element.php'),(11420,'wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/elements/class-tcb-gmap-element.php'),(11421,'wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/elements/class-tcb-guaranteebox-element.php'),(11422,'wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/elements/class-tcb-header-element.php'),(11423,'wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/elements/class-tcb-html-element.php'),(11424,'wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/elements/class-tcb-icon-element.php'),(11425,'wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/elements/class-tcb-image-element.php'),(11426,'wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/elements/class-tcb-label-advanced-element.php'),(11427,'wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/elements/class-tcb-label-disabled-element.php'),(11428,'wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/elements/class-tcb-label-element.php'),(11429,'wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/elements/class-tcb-landing-page-content-element.php'),(11430,'wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/elements/class-tcb-landing-page-element.php'),(11431,'wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/elements/class-tcb-landing-page-text-element.php'),(11432,'wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/elements/class-tcb-lead-generation-checkbox-element.php'),(11433,'wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/elements/class-tcb-lead-generation-element.php'),(11434,'wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/elements/class-tcb-lead-generation-input-element.php'),(11435,'wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/elements/class-tcb-lead-generation-radio-element.php'),(11436,'wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/elements/class-tcb-lead-generation-select-element.php'),(11437,'wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/elements/class-tcb-lead-generation-submit-element.php'),(11438,'wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/elements/class-tcb-lead-generation-textarea-element.php'),(11439,'wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/elements/class-tcb-lightbox-element.php'),(11440,'wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/elements/class-tcb-link-element.php'),(11441,'wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/elements/class-tcb-logo-element.php'),(11442,'wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/elements/class-tcb-megamenu-column-element.php'),(11443,'wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/elements/class-tcb-megamenu-dropdown-element.php'),(11444,'wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/elements/class-tcb-megamenu-element.php'),(11445,'wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/elements/class-tcb-megamenu-image-element.php'),(11446,'wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/elements/class-tcb-megamenu-item-element.php'),(11447,'wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/elements/class-tcb-menu-dropdown-element.php'),(11448,'wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/elements/class-tcb-menu-element.php'),(11449,'wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/elements/class-tcb-menu-item-element.php'),(11450,'wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/elements/class-tcb-moretag-element.php'),(11451,'wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/elements/class-tcb-numberedlist-element.php'),(11452,'wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/elements/class-tcb-post-element.php'),(11453,'wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/elements/class-tcb-post-list-element.php'),(11454,'wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/elements/class-tcb-postgrid-element.php'),(11455,'wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/elements/class-tcb-pricing-table-box-container-element.php'),(11456,'wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/elements/class-tcb-pricing-table-element.php'),(11457,'wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/elements/class-tcb-progressbar-element.php'),(11458,'wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/elements/class-tcb-rating-element.php'),(11459,'wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/elements/class-tcb-responsivevideo-element.php'),(11460,'wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/elements/class-tcb-reveal-element.php'),(11461,'wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/elements/class-tcb-section-element.php'),(11462,'wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/elements/class-tcb-social-element.php'),(11463,'wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/elements/class-tcb-stylebox-element.php'),(11464,'wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/elements/class-tcb-styledlist-element.php'),(11465,'wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/elements/class-tcb-styledlistitem-element.php'),(11466,'wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/elements/class-tcb-symbol-element.php'),(11467,'wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/elements/class-tcb-table-element.php'),(11468,'wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/elements/class-tcb-tabs-element.php'),(11469,'wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/elements/class-tcb-testimonial-element.php'),(11470,'wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/elements/class-tcb-text-element.php'),(11471,'wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/elements/class-tcb-toc-element.php'),(11472,'wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/elements/class-tcb-toggle-element.php'),(11473,'wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/elements/class-tcb-tweet-element.php'),(11474,'wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/elements/class-tcb-wordpress-element.php'),(11475,'wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/elements/pagination/class-tcb-pagination-element.php'),(11476,'wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/elements/pagination/class-tcb-pagination-first-last-button-element.php'),(11477,'wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/elements/pagination/class-tcb-pagination-label-element.php'),(11478,'wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/elements/pagination/class-tcb-pagination-load-more-element.php'),(11479,'wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/elements/pagination/class-tcb-pagination-navigation-container-element.php'),(11480,'wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/elements/pagination/class-tcb-pagination-number-current-element.php'),(11481,'wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/elements/pagination/class-tcb-pagination-number-item-element.php'),(11482,'wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/elements/pagination/class-tcb-pagination-prev-next-button-element.php'),(11483,'wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/elements/post-list-sub-elements/class-tcb-post-author-bio-element.php'),(11484,'wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/elements/post-list-sub-elements/class-tcb-post-author-name-element.php'),(11485,'wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/elements/post-list-sub-elements/class-tcb-post-author-picture-element.php'),(11486,'wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/elements/post-list-sub-elements/class-tcb-post-categories-element.php'),(11487,'wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/elements/post-list-sub-elements/class-tcb-post-comments-number-element.php'),(11488,'wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/elements/post-list-sub-elements/class-tcb-post-content-element.php'),(11489,'wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/elements/post-list-sub-elements/class-tcb-post-date-element.php'),(11490,'wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/elements/post-list-sub-elements/class-tcb-post-read-more-element.php'),(11491,'wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/elements/post-list-sub-elements/class-tcb-post-tags-element.php'),(11492,'wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/elements/post-list-sub-elements/class-tcb-post-thumbnail-element.php'),(11493,'wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/elements/post-list-sub-elements/class-tcb-post-title-element.php'),(11494,'wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/logo/class-tcb-logo-rest.php'),(11495,'wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/logo/class-tcb-logo.php'),(11496,'wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/post-list/class-tcb-post-list-author-image.php'),(11497,'wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/post-list/class-tcb-post-list-content.php'),(11498,'wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/post-list/class-tcb-post-list-featured-image.php'),(11499,'wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/post-list/class-tcb-post-list-rest.php'),(11500,'wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/post-list/class-tcb-post-list-shortcodes.php'),(11501,'wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/post-list/class-tcb-post-list-sub-element-abstract.php'),(11502,'wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/post-list/class-tcb-post-list.php'),(11503,'wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/post-list/pagination/class-tcb-pagination-load-more.php'),(11504,'wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/post-list/pagination/class-tcb-pagination-none.php'),(11505,'wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/post-list/pagination/class-tcb-pagination-numeric.php'),(11506,'wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/post-list/pagination/class-tcb-pagination.php'),(11507,'wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/symbols/class-tcb-symbol-export.php'),(11508,'wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/symbols/class-tcb-symbol-template.php'),(11509,'wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/symbols/class-tcb-symbols-dashboard.php'),(11510,'wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/symbols/class-tcb-symbols-post-type.php'),(11511,'wp-content/plugins/thrive-quiz-builder/tcb/inc/classes/symbols/class-tcb-symbols-taxonomy.php'),(11512,'wp-content/plugins/thrive-quiz-builder/tcb/inc/compat.php'),(11513,'wp-content/plugins/thrive-quiz-builder/tcb/inc/functions.php'),(11514,'wp-content/plugins/thrive-quiz-builder/tcb/inc/helpers/cloud.php'),(11515,'wp-content/plugins/thrive-quiz-builder/tcb/inc/helpers/social.php'),(11516,'wp-content/plugins/thrive-quiz-builder/tcb/inc/i18n.php'),(11517,'wp-content/plugins/thrive-quiz-builder/tcb/inc/license_notice.php'),(11518,'wp-content/plugins/thrive-quiz-builder/tcb/inc/menu/audio.php'),(11519,'wp-content/plugins/thrive-quiz-builder/tcb/inc/menu/button.php'),(11520,'wp-content/plugins/thrive-quiz-builder/tcb/inc/menu/cell.php'),(11521,'wp-content/plugins/thrive-quiz-builder/tcb/inc/menu/click-tweet.php'),(11522,'wp-content/plugins/thrive-quiz-builder/tcb/inc/menu/columns.php'),(11523,'wp-content/plugins/thrive-quiz-builder/tcb/inc/menu/commentsdisqus.php'),(11524,'wp-content/plugins/thrive-quiz-builder/tcb/inc/menu/commentsfacebook.php'),(11525,'wp-content/plugins/thrive-quiz-builder/tcb/inc/menu/contact_form.php'),(11526,'wp-content/plugins/thrive-quiz-builder/tcb/inc/menu/contact_form_submit.php'),(11527,'wp-content/plugins/thrive-quiz-builder/tcb/inc/menu/contentblock.php'),(11528,'wp-content/plugins/thrive-quiz-builder/tcb/inc/menu/contentbox.php'),(11529,'wp-content/plugins/thrive-quiz-builder/tcb/inc/menu/countdown.php'),(11530,'wp-content/plugins/thrive-quiz-builder/tcb/inc/menu/countdownevergreen.php'),(11531,'wp-content/plugins/thrive-quiz-builder/tcb/inc/menu/credit.php'),(11532,'wp-content/plugins/thrive-quiz-builder/tcb/inc/menu/ct_symbol.php'),(11533,'wp-content/plugins/thrive-quiz-builder/tcb/inc/menu/decoration.php'),(11534,'wp-content/plugins/thrive-quiz-builder/tcb/inc/menu/divider.php'),(11535,'wp-content/plugins/thrive-quiz-builder/tcb/inc/menu/fillcounter.php'),(11536,'wp-content/plugins/thrive-quiz-builder/tcb/inc/menu/footer.php'),(11537,'wp-content/plugins/thrive-quiz-builder/tcb/inc/menu/form_submit.php'),(11538,'wp-content/plugins/thrive-quiz-builder/tcb/inc/menu/general.php'),(11539,'wp-content/plugins/thrive-quiz-builder/tcb/inc/menu/gmap.php'),(11540,'wp-content/plugins/thrive-quiz-builder/tcb/inc/menu/header.php'),(11541,'wp-content/plugins/thrive-quiz-builder/tcb/inc/menu/html.php'),(11542,'wp-content/plugins/thrive-quiz-builder/tcb/inc/menu/icon.php'),(11543,'wp-content/plugins/thrive-quiz-builder/tcb/inc/menu/image.php'),(11544,'wp-content/plugins/thrive-quiz-builder/tcb/inc/menu/landing_page.php'),(11545,'wp-content/plugins/thrive-quiz-builder/tcb/inc/menu/lead_generation.php'),(11546,'wp-content/plugins/thrive-quiz-builder/tcb/inc/menu/lead_generation_checkbox.php'),(11547,'wp-content/plugins/thrive-quiz-builder/tcb/inc/menu/lead_generation_input.php'),(11548,'wp-content/plugins/thrive-quiz-builder/tcb/inc/menu/lead_generation_radio.php'),(11549,'wp-content/plugins/thrive-quiz-builder/tcb/inc/menu/lead_generation_select.php'),(11550,'wp-content/plugins/thrive-quiz-builder/tcb/inc/menu/lead_generation_submit.php'),(11551,'wp-content/plugins/thrive-quiz-builder/tcb/inc/menu/lead_generation_textarea.php'),(11552,'wp-content/plugins/thrive-quiz-builder/tcb/inc/menu/lightbox.php'),(11553,'wp-content/plugins/thrive-quiz-builder/tcb/inc/menu/link.php'),(11554,'wp-content/plugins/thrive-quiz-builder/tcb/inc/menu/logo.php'),(11555,'wp-content/plugins/thrive-quiz-builder/tcb/inc/menu/lp-text.php'),(11556,'wp-content/plugins/thrive-quiz-builder/tcb/inc/menu/megamenu_column.php'),(11557,'wp-content/plugins/thrive-quiz-builder/tcb/inc/menu/megamenu_dropdown.php'),(11558,'wp-content/plugins/thrive-quiz-builder/tcb/inc/menu/megamenu_image.php'),(11559,'wp-content/plugins/thrive-quiz-builder/tcb/inc/menu/megamenu_item.php'),(11560,'wp-content/plugins/thrive-quiz-builder/tcb/inc/menu/menu.php'),(11561,'wp-content/plugins/thrive-quiz-builder/tcb/inc/menu/menu_item.php'),(11562,'wp-content/plugins/thrive-quiz-builder/tcb/inc/menu/numberedlist.php'),(11563,'wp-content/plugins/thrive-quiz-builder/tcb/inc/menu/pagination.php'),(11564,'wp-content/plugins/thrive-quiz-builder/tcb/inc/menu/pagination_button.php'),(11565,'wp-content/plugins/thrive-quiz-builder/tcb/inc/menu/pagination_label.php'),(11566,'wp-content/plugins/thrive-quiz-builder/tcb/inc/menu/post.php'),(11567,'wp-content/plugins/thrive-quiz-builder/tcb/inc/menu/post_author_name.php'),(11568,'wp-content/plugins/thrive-quiz-builder/tcb/inc/menu/post_categories.php'),(11569,'wp-content/plugins/thrive-quiz-builder/tcb/inc/menu/post_comments_number.php'),(11570,'wp-content/plugins/thrive-quiz-builder/tcb/inc/menu/post_content.php'),(11571,'wp-content/plugins/thrive-quiz-builder/tcb/inc/menu/post_date.php'),(11572,'wp-content/plugins/thrive-quiz-builder/tcb/inc/menu/post_list.php'),(11573,'wp-content/plugins/thrive-quiz-builder/tcb/inc/menu/post_tags.php'),(11574,'wp-content/plugins/thrive-quiz-builder/tcb/inc/menu/post_thumbnail.php'),(11575,'wp-content/plugins/thrive-quiz-builder/tcb/inc/menu/postgrid.php'),(11576,'wp-content/plugins/thrive-quiz-builder/tcb/inc/menu/pricing_table.php'),(11577,'wp-content/plugins/thrive-quiz-builder/tcb/inc/menu/progressbar.php'),(11578,'wp-content/plugins/thrive-quiz-builder/tcb/inc/menu/rating.php'),(11579,'wp-content/plugins/thrive-quiz-builder/tcb/inc/menu/responsivevideo.php'),(11580,'wp-content/plugins/thrive-quiz-builder/tcb/inc/menu/reveal.php'),(11581,'wp-content/plugins/thrive-quiz-builder/tcb/inc/menu/section.php'),(11582,'wp-content/plugins/thrive-quiz-builder/tcb/inc/menu/social.php'),(11583,'wp-content/plugins/thrive-quiz-builder/tcb/inc/menu/styledlist.php'),(11584,'wp-content/plugins/thrive-quiz-builder/tcb/inc/menu/symbol.php'),(11585,'wp-content/plugins/thrive-quiz-builder/tcb/inc/menu/table.php'),(11586,'wp-content/plugins/thrive-quiz-builder/tcb/inc/menu/tableborders.php'),(11587,'wp-content/plugins/thrive-quiz-builder/tcb/inc/menu/tabs.php'),(11588,'wp-content/plugins/thrive-quiz-builder/tcb/inc/menu/text-type.php'),(11589,'wp-content/plugins/thrive-quiz-builder/tcb/inc/menu/text.php'),(11590,'wp-content/plugins/thrive-quiz-builder/tcb/inc/menu/toc.php'),(11591,'wp-content/plugins/thrive-quiz-builder/tcb/inc/menu/toggle.php'),(11592,'wp-content/plugins/thrive-quiz-builder/tcb/inc/menu/widget.php'),(11593,'wp-content/plugins/thrive-quiz-builder/tcb/inc/menu/wordpress.php'),(11594,'wp-content/plugins/thrive-quiz-builder/tcb/inc/views/actions/animation.php'),(11595,'wp-content/plugins/thrive-quiz-builder/tcb/inc/views/actions/audio-providers/custom-extra.php'),(11596,'wp-content/plugins/thrive-quiz-builder/tcb/inc/views/actions/audio-providers/custom.php'),(11597,'wp-content/plugins/thrive-quiz-builder/tcb/inc/views/actions/audio-providers/soundcloud-extra.php'),(11598,'wp-content/plugins/thrive-quiz-builder/tcb/inc/views/actions/audio-providers/soundcloud.php'),(11599,'wp-content/plugins/thrive-quiz-builder/tcb/inc/views/actions/audio-providers/spotify.php'),(11600,'wp-content/plugins/thrive-quiz-builder/tcb/inc/views/actions/close-lightbox.js.php'),(11601,'wp-content/plugins/thrive-quiz-builder/tcb/inc/views/actions/image-zoom.js.php'),(11602,'wp-content/plugins/thrive-quiz-builder/tcb/inc/views/actions/lightbox.php'),(11603,'wp-content/plugins/thrive-quiz-builder/tcb/inc/views/actions/link.php'),(11604,'wp-content/plugins/thrive-quiz-builder/tcb/inc/views/actions/responsive-video-providers/custom-extra.php'),(11605,'wp-content/plugins/thrive-quiz-builder/tcb/inc/views/actions/responsive-video-providers/custom.php'),(11606,'wp-content/plugins/thrive-quiz-builder/tcb/inc/views/actions/responsive-video-providers/external-extra.php'),(11607,'wp-content/plugins/thrive-quiz-builder/tcb/inc/views/actions/responsive-video-providers/external.php'),(11608,'wp-content/plugins/thrive-quiz-builder/tcb/inc/views/actions/responsive-video-providers/vimeo-extra.php'),(11609,'wp-content/plugins/thrive-quiz-builder/tcb/inc/views/actions/responsive-video-providers/vimeo.php'),(11610,'wp-content/plugins/thrive-quiz-builder/tcb/inc/views/actions/responsive-video-providers/wistia-extra.php'),(11611,'wp-content/plugins/thrive-quiz-builder/tcb/inc/views/actions/responsive-video-providers/wistia.php'),(11612,'wp-content/plugins/thrive-quiz-builder/tcb/inc/views/actions/responsive-video-providers/youtube-extra.php'),(11613,'wp-content/plugins/thrive-quiz-builder/tcb/inc/views/actions/responsive-video-providers/youtube.php'),(11614,'wp-content/plugins/thrive-quiz-builder/tcb/inc/views/actions/tooltip.js.php'),(11615,'wp-content/plugins/thrive-quiz-builder/tcb/inc/views/actions/tooltip.php'),(11616,'wp-content/plugins/thrive-quiz-builder/tcb/inc/views/actions/video-popup/custom.php'),(11617,'wp-content/plugins/thrive-quiz-builder/tcb/inc/views/actions/video-popup/external.php'),(11618,'wp-content/plugins/thrive-quiz-builder/tcb/inc/views/actions/video-popup/vimeo.php'),(11619,'wp-content/plugins/thrive-quiz-builder/tcb/inc/views/actions/video-popup/wistia.php'),(11620,'wp-content/plugins/thrive-quiz-builder/tcb/inc/views/actions/video-popup/youtube.php'),(11621,'wp-content/plugins/thrive-quiz-builder/tcb/inc/views/actions/video-popup.js.php'),(11622,'wp-content/plugins/thrive-quiz-builder/tcb/inc/views/admin/cannot-edit-blog-page.php'),(11623,'wp-content/plugins/thrive-quiz-builder/tcb/inc/views/admin/page-loader.php'),(11624,'wp-content/plugins/thrive-quiz-builder/tcb/inc/views/admin/post-edit-button.php'),(11625,'wp-content/plugins/thrive-quiz-builder/tcb/inc/views/central-style-panel.php'),(11626,'wp-content/plugins/thrive-quiz-builder/tcb/inc/views/control-panel.php'),(11627,'wp-content/plugins/thrive-quiz-builder/tcb/inc/views/editor-settings.php'),(11628,'wp-content/plugins/thrive-quiz-builder/tcb/inc/views/elements/-list-promoted.php'),(11629,'wp-content/plugins/thrive-quiz-builder/tcb/inc/views/elements/-sidebar-list.php'),(11630,'wp-content/plugins/thrive-quiz-builder/tcb/inc/views/elements/audio.php'),(11631,'wp-content/plugins/thrive-quiz-builder/tcb/inc/views/elements/button.php'),(11632,'wp-content/plugins/thrive-quiz-builder/tcb/inc/views/elements/commentsdisqus.php'),(11633,'wp-content/plugins/thrive-quiz-builder/tcb/inc/views/elements/commentsfacebook.php'),(11634,'wp-content/plugins/thrive-quiz-builder/tcb/inc/views/elements/contact_form.php'),(11635,'wp-content/plugins/thrive-quiz-builder/tcb/inc/views/elements/contentblock.php'),(11636,'wp-content/plugins/thrive-quiz-builder/tcb/inc/views/elements/contentbox.php'),(11637,'wp-content/plugins/thrive-quiz-builder/tcb/inc/views/elements/countdown.php'),(11638,'wp-content/plugins/thrive-quiz-builder/tcb/inc/views/elements/countdownevergreen.php'),(11639,'wp-content/plugins/thrive-quiz-builder/tcb/inc/views/elements/ct_symbol.php'),(11640,'wp-content/plugins/thrive-quiz-builder/tcb/inc/views/elements/divider.php'),(11641,'wp-content/plugins/thrive-quiz-builder/tcb/inc/views/elements/element-placeholder.php'),(11642,'wp-content/plugins/thrive-quiz-builder/tcb/inc/views/elements/fillcounter.php'),(11643,'wp-content/plugins/thrive-quiz-builder/tcb/inc/views/elements/footer.php'),(11644,'wp-content/plugins/thrive-quiz-builder/tcb/inc/views/elements/gmap.php'),(11645,'wp-content/plugins/thrive-quiz-builder/tcb/inc/views/elements/header.php'),(11646,'wp-content/plugins/thrive-quiz-builder/tcb/inc/views/elements/html.php'),(11647,'wp-content/plugins/thrive-quiz-builder/tcb/inc/views/elements/icon.php'),(11648,'wp-content/plugins/thrive-quiz-builder/tcb/inc/views/elements/image.php'),(11649,'wp-content/plugins/thrive-quiz-builder/tcb/inc/views/elements/lead_generation.php'),(11650,'wp-content/plugins/thrive-quiz-builder/tcb/inc/views/elements/menu-generated.php'),(11651,'wp-content/plugins/thrive-quiz-builder/tcb/inc/views/elements/moretag.php'),(11652,'wp-content/plugins/thrive-quiz-builder/tcb/inc/views/elements/post-list-article.php'),(11653,'wp-content/plugins/thrive-quiz-builder/tcb/inc/views/elements/postgrid.php'),(11654,'wp-content/plugins/thrive-quiz-builder/tcb/inc/views/elements/pricing_table.php'),(11655,'wp-content/plugins/thrive-quiz-builder/tcb/inc/views/elements/progressbar.php'),(11656,'wp-content/plugins/thrive-quiz-builder/tcb/inc/views/elements/responsivevideo.php'),(11657,'wp-content/plugins/thrive-quiz-builder/tcb/inc/views/elements/reveal.php'),(11658,'wp-content/plugins/thrive-quiz-builder/tcb/inc/views/elements/section-placeholder.php'),(11659,'wp-content/plugins/thrive-quiz-builder/tcb/inc/views/elements/section.php'),(11660,'wp-content/plugins/thrive-quiz-builder/tcb/inc/views/elements/symbol.php'),(11661,'wp-content/plugins/thrive-quiz-builder/tcb/inc/views/elements/table.php'),(11662,'wp-content/plugins/thrive-quiz-builder/tcb/inc/views/elements/tabs.php'),(11663,'wp-content/plugins/thrive-quiz-builder/tcb/inc/views/elements/text.php'),(11664,'wp-content/plugins/thrive-quiz-builder/tcb/inc/views/elements/toc.php'),(11665,'wp-content/plugins/thrive-quiz-builder/tcb/inc/views/elements/toggle.php'),(11666,'wp-content/plugins/thrive-quiz-builder/tcb/inc/views/elements/tweet.php'),(11667,'wp-content/plugins/thrive-quiz-builder/tcb/inc/views/elements/wordpress.php'),(11668,'wp-content/plugins/thrive-quiz-builder/tcb/inc/views/inner.php'),(11669,'wp-content/plugins/thrive-quiz-builder/tcb/inc/views/layouts/editor-lightbox.php'),(11670,'wp-content/plugins/thrive-quiz-builder/tcb/inc/views/layouts/editor.php'),(11671,'wp-content/plugins/thrive-quiz-builder/tcb/inc/views/loading-spinner.php'),(11672,'wp-content/plugins/thrive-quiz-builder/tcb/inc/views/modals/api-connections.php'),(11673,'wp-content/plugins/thrive-quiz-builder/tcb/inc/views/modals/cf-error-messages.php'),(11674,'wp-content/plugins/thrive-quiz-builder/tcb/inc/views/modals/cloud-templates.php'),(11675,'wp-content/plugins/thrive-quiz-builder/tcb/inc/views/modals/content-blocks.php'),(11676,'wp-content/plugins/thrive-quiz-builder/tcb/inc/views/modals/ct-symbols.php'),(11677,'wp-content/plugins/thrive-quiz-builder/tcb/inc/views/modals/custom-html.php'),(11678,'wp-content/plugins/thrive-quiz-builder/tcb/inc/views/modals/fancy-divider.php'),(11679,'wp-content/plugins/thrive-quiz-builder/tcb/inc/views/modals/headers.php'),(11680,'wp-content/plugins/thrive-quiz-builder/tcb/inc/views/modals/icons.php'),(11681,'wp-content/plugins/thrive-quiz-builder/tcb/inc/views/modals/lg-error-messages.php'),(11682,'wp-content/plugins/thrive-quiz-builder/tcb/inc/views/modals/lp-export.php'),(11683,'wp-content/plugins/thrive-quiz-builder/tcb/inc/views/modals/lp-save-template.php'),(11684,'wp-content/plugins/thrive-quiz-builder/tcb/inc/views/modals/lp-templates.php'),(11685,'wp-content/plugins/thrive-quiz-builder/tcb/inc/views/modals/no-content-templates.php'),(11686,'wp-content/plugins/thrive-quiz-builder/tcb/inc/views/modals/options-post-types.php'),(11687,'wp-content/plugins/thrive-quiz-builder/tcb/inc/views/modals/page-events.php'),(11688,'wp-content/plugins/thrive-quiz-builder/tcb/inc/views/modals/post-list-query.php'),(11689,'wp-content/plugins/thrive-quiz-builder/tcb/inc/views/modals/post-options-confirm.php'),(11690,'wp-content/plugins/thrive-quiz-builder/tcb/inc/views/modals/revision-manager.php'),(11691,'wp-content/plugins/thrive-quiz-builder/tcb/inc/views/modals/save-elements.php'),(11692,'wp-content/plugins/thrive-quiz-builder/tcb/inc/views/modals/save-template.php'),(11693,'wp-content/plugins/thrive-quiz-builder/tcb/inc/views/modals/sections.php'),(11694,'wp-content/plugins/thrive-quiz-builder/tcb/inc/views/modals/symbols.php'),(11695,'wp-content/plugins/thrive-quiz-builder/tcb/inc/views/modals/wordpress-content.php'),(11696,'wp-content/plugins/thrive-quiz-builder/tcb/inc/views/modals.php'),(11697,'wp-content/plugins/thrive-quiz-builder/tcb/inc/views/pagination/button.php'),(11698,'wp-content/plugins/thrive-quiz-builder/tcb/inc/views/pagination/first-icon.php'),(11699,'wp-content/plugins/thrive-quiz-builder/tcb/inc/views/pagination/label-pages.php'),(11700,'wp-content/plugins/thrive-quiz-builder/tcb/inc/views/pagination/label-posts.php'),(11701,'wp-content/plugins/thrive-quiz-builder/tcb/inc/views/pagination/last-icon.php'),(11702,'wp-content/plugins/thrive-quiz-builder/tcb/inc/views/pagination/load-more-button.php'),(11703,'wp-content/plugins/thrive-quiz-builder/tcb/inc/views/pagination/next-icon.php'),(11704,'wp-content/plugins/thrive-quiz-builder/tcb/inc/views/pagination/prev-icon.php'),(11705,'wp-content/plugins/thrive-quiz-builder/tcb/inc/views/post-list-sub-elements/author-bio.php'),(11706,'wp-content/plugins/thrive-quiz-builder/tcb/inc/views/post-list-sub-elements/author-name.php'),(11707,'wp-content/plugins/thrive-quiz-builder/tcb/inc/views/post-list-sub-elements/comments-number.php'),(11708,'wp-content/plugins/thrive-quiz-builder/tcb/inc/views/post-list-sub-elements/post-categories.php'),(11709,'wp-content/plugins/thrive-quiz-builder/tcb/inc/views/post-list-sub-elements/post-date.php'),(11710,'wp-content/plugins/thrive-quiz-builder/tcb/inc/views/post-list-sub-elements/post-tags.php'),(11711,'wp-content/plugins/thrive-quiz-builder/tcb/inc/views/post-list-sub-elements/post-title.php'),(11712,'wp-content/plugins/thrive-quiz-builder/tcb/inc/views/sc-post-grid.php'),(11713,'wp-content/plugins/thrive-quiz-builder/tcb/inc/views/settings.php'),(11714,'wp-content/plugins/thrive-quiz-builder/tcb/inc/views/sidebar-bottom.php'),(11715,'wp-content/plugins/thrive-quiz-builder/tcb/inc/views/sidebar-default.php'),(11716,'wp-content/plugins/thrive-quiz-builder/tcb/inc/views/sidebar-right.php'),(11717,'wp-content/plugins/thrive-quiz-builder/tcb/inc/views/sidebars/post-grid-edit-grid-options.php'),(11718,'wp-content/plugins/thrive-quiz-builder/tcb/inc/views/sidebars/table-edit-state.php'),(11719,'wp-content/plugins/thrive-quiz-builder/tcb/inc/views/symbols/section-content.php'),(11720,'wp-content/plugins/thrive-quiz-builder/tcb/inc/views/symbols/symbol-body-close.php'),(11721,'wp-content/plugins/thrive-quiz-builder/tcb/inc/views/symbols/symbol-body-open.php'),(11722,'wp-content/plugins/thrive-quiz-builder/tcb/inc/views/symbols/symbol-content.php'),(11723,'wp-content/plugins/thrive-quiz-builder/tcb/inc/views/symbols/symbols-dashboard.php'),(11724,'wp-content/plugins/thrive-quiz-builder/tcb/inc/views/widget-form.php'),(11725,'wp-content/plugins/thrive-quiz-builder/tcb/landing-page/inc/TCB_Landing_Page_Transfer.php'),(11726,'wp-content/plugins/thrive-quiz-builder/tcb/landing-page/inc/class-tcb-landing-page.php'),(11727,'wp-content/plugins/thrive-quiz-builder/tcb/landing-page/layout.php'),(11728,'wp-content/plugins/thrive-quiz-builder/tcb/landing-page/templates/_config.php'),(11729,'wp-content/plugins/thrive-quiz-builder/tcb/plugin-core.php'),(11730,'wp-content/plugins/thrive-quiz-builder/tcb/tve_settings.php'),(11731,'wp-content/plugins/thrive-quiz-builder/tcb/version.php'),(11732,'wp-content/plugins/thrive-quiz-builder/tcb-bridge/assets/css/fonts/icomoon.svg'),(11733,'wp-content/plugins/thrive-quiz-builder/tcb-bridge/assets/css/fonts/quiz-builder-editor.svg'),(11734,'wp-content/plugins/thrive-quiz-builder/tcb-bridge/assets/css/fonts/quiz-builder-main.svg'),(11735,'wp-content/plugins/thrive-quiz-builder/tcb-bridge/assets/js/lib/bootstrap.min.js'),(11736,'wp-content/plugins/thrive-quiz-builder/tcb-bridge/assets/js/tqb-tcb-external.min.js'),(11737,'wp-content/plugins/thrive-quiz-builder/tcb-bridge/assets/js/tqb-tcb-internal.min.js'),(11738,'wp-content/plugins/thrive-quiz-builder/tcb-bridge/assets/js/tqb-tcb-state-picker.min.js'),(11739,'wp-content/plugins/thrive-quiz-builder/tcb-bridge/class-tqb-next-step-event.php'),(11740,'wp-content/plugins/thrive-quiz-builder/tcb-bridge/editor/page/footer.php'),(11741,'wp-content/plugins/thrive-quiz-builder/tcb-bridge/editor/page/head.php'),(11742,'wp-content/plugins/thrive-quiz-builder/tcb-bridge/editor/page/state-picker.php'),(11743,'wp-content/plugins/thrive-quiz-builder/tcb-bridge/editor/page/states.php'),(11744,'wp-content/plugins/thrive-quiz-builder/tcb-bridge/editor/page/tqb_optin.php'),(11745,'wp-content/plugins/thrive-quiz-builder/tcb-bridge/editor/page/tqb_qna.php'),(11746,'wp-content/plugins/thrive-quiz-builder/tcb-bridge/editor/page/tqb_results.php'),(11747,'wp-content/plugins/thrive-quiz-builder/tcb-bridge/editor/page/tqb_splash.php'),(11748,'wp-content/plugins/thrive-quiz-builder/tcb-bridge/editor-backbone/froala-extra-fields.php'),(11749,'wp-content/plugins/thrive-quiz-builder/tcb-bridge/editor-elements/class-tcb-dynamic-content-element.php'),(11750,'wp-content/plugins/thrive-quiz-builder/tcb-bridge/editor-elements/class-tcb-quiz-element.php'),(11751,'wp-content/plugins/thrive-quiz-builder/tcb-bridge/editor-elements/class-tcb-social-share-badge-element.php'),(11752,'wp-content/plugins/thrive-quiz-builder/tcb-bridge/editor-elements/class-tcb-tqb-page-element.php'),(11753,'wp-content/plugins/thrive-quiz-builder/tcb-bridge/editor-layouts/element-menus/sidebar-settings.php'),(11754,'wp-content/plugins/thrive-quiz-builder/tcb-bridge/editor-layouts/elements/dynamic-content.php'),(11755,'wp-content/plugins/thrive-quiz-builder/tcb-bridge/editor-layouts/elements/quiz.php'),(11756,'wp-content/plugins/thrive-quiz-builder/tcb-bridge/editor-layouts/elements/social-share-badge.php'),(11757,'wp-content/plugins/thrive-quiz-builder/tcb-bridge/editor-layouts/menus/quiz.php'),(11758,'wp-content/plugins/thrive-quiz-builder/tcb-bridge/editor-layouts/menus/social-share-badge.php'),(11759,'wp-content/plugins/thrive-quiz-builder/tcb-bridge/editor-lightbox/delete-dynamic-content.php'),(11760,'wp-content/plugins/thrive-quiz-builder/tcb-bridge/editor-lightbox/equalize-intervals.php'),(11761,'wp-content/plugins/thrive-quiz-builder/tcb-bridge/editor-lightbox/import-content.php'),(11762,'wp-content/plugins/thrive-quiz-builder/tcb-bridge/editor-lightbox/remove-interval.php'),(11763,'wp-content/plugins/thrive-quiz-builder/tcb-bridge/editor-lightbox/result-intervals.php'),(11764,'wp-content/plugins/thrive-quiz-builder/tcb-bridge/editor-lightbox/save-validation.php'),(11765,'wp-content/plugins/thrive-quiz-builder/tcb-bridge/editor-lightbox/social-share-badge-template.php'),(11766,'wp-content/plugins/thrive-quiz-builder/tcb-bridge/editor-lightbox/variation-reset.php'),(11767,'wp-content/plugins/thrive-quiz-builder/tcb-bridge/editor-lightbox/variation-save.php'),(11768,'wp-content/plugins/thrive-quiz-builder/tcb-bridge/editor-lightbox/variation-templates.php'),(11769,'wp-content/plugins/thrive-quiz-builder/tcb-bridge/editor-templates/config.php'),(11770,'wp-content/plugins/thrive-quiz-builder/tcb-bridge/editor-templates/social-share-badge/set_01.php'),(11771,'wp-content/plugins/thrive-quiz-builder/tcb-bridge/editor-templates/social-share-badge/set_02.php'),(11772,'wp-content/plugins/thrive-quiz-builder/tcb-bridge/editor-templates/social-share-badge/set_03.php'),(11773,'wp-content/plugins/thrive-quiz-builder/tcb-bridge/editor-templates/social-share-badge/set_04.php'),(11774,'wp-content/plugins/thrive-quiz-builder/tcb-bridge/editor-templates/tqb_optin/template_1.php'),(11775,'wp-content/plugins/thrive-quiz-builder/tcb-bridge/editor-templates/tqb_optin/template_2.php'),(11776,'wp-content/plugins/thrive-quiz-builder/tcb-bridge/editor-templates/tqb_quiz.php'),(11777,'wp-content/plugins/thrive-quiz-builder/tcb-bridge/editor-templates/tqb_results/template_1.php'),(11778,'wp-content/plugins/thrive-quiz-builder/tcb-bridge/editor-templates/tqb_results/template_2.php'),(11779,'wp-content/plugins/thrive-quiz-builder/tcb-bridge/editor-templates/tqb_results/template_3.php'),(11780,'wp-content/plugins/thrive-quiz-builder/tcb-bridge/editor-templates/tqb_splash/template_1.php'),(11781,'wp-content/plugins/thrive-quiz-builder/tcb-bridge/editor-templates/tqb_splash/template_2.php'),(11782,'wp-content/plugins/thrive-quiz-builder/tcb-bridge/tqb-class-hooks.php'),(11783,'wp-content/plugins/thrive-quiz-builder/tcb-bridge/tqb-class-tcb.php'),(11784,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/classes/AjaxController.php'),(11785,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/classes/Product/Abstract.php'),(11786,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/classes/Product/LicenseManager.php'),(11787,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/css/font/dashboard-icons.svg'),(11788,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/css/font/icomoon.svg'),(11789,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/css/font/tvd-icons.svg'),(11790,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/css/images/paste-blue.svg'),(11791,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/css/images/paste-green.svg'),(11792,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/css/images/paste.svg'),(11793,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/_crawlers.php'),(11794,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/access-manager/class-tvd-am.php'),(11795,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/access-manager/includes/assets/css/am-icons.svg'),(11796,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/access-manager/includes/assets/js/admin.js'),(11797,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/access-manager/includes/assets/js/admin.min.js'),(11798,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/access-manager/includes/templates/access-manager.php'),(11799,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auth-check/auth-check.js'),(11800,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auth-check/class-tvd-auth-check.php'),(11801,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auth-check/handle-login.php'),(11802,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/admin.php'),(11803,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/api_log.php'),(11804,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/classes/ApiVideos.php'),(11805,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/classes/Connection/AWeber.php'),(11806,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/classes/Connection/Abstract.php'),(11807,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/classes/Connection/ActiveCampaign.php'),(11808,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/classes/Connection/ArpReach.php'),(11809,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/classes/Connection/Awsses.php'),(11810,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/classes/Connection/CampaignMonitor.php'),(11811,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/classes/Connection/CampaignMonitorEmail.php'),(11812,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/classes/Connection/ConstantContact.php'),(11813,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/classes/Connection/ConvertKit.php'),(11814,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/classes/Connection/Drip.php'),(11815,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/classes/Connection/EverWebinar.php'),(11816,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/classes/Connection/Facebook.php'),(11817,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/classes/Connection/GetResponse.php'),(11818,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/classes/Connection/GoToWebinar.php'),(11819,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/classes/Connection/Google.php'),(11820,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/classes/Connection/HubSpot.php'),(11821,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/classes/Connection/Infusionsoft.php'),(11822,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/classes/Connection/KlickTipp.php'),(11823,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/classes/Connection/MadMimi.php'),(11824,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/classes/Connection/MailPoet.php'),(11825,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/classes/Connection/MailRelay.php'),(11826,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/classes/Connection/MailRelayEmail.php'),(11827,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/classes/Connection/Mailchimp.php'),(11828,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/classes/Connection/MailerLite.php'),(11829,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/classes/Connection/Mailgun.php'),(11830,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/classes/Connection/Mailster.php'),(11831,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/classes/Connection/Mandrill.php'),(11832,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/classes/Connection/Mautic.php'),(11833,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/classes/Connection/Ontraport.php'),(11834,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/classes/Connection/Postmark.php'),(11835,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/classes/Connection/ReCaptcha.php'),(11836,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/classes/Connection/SGAutorepondeur.php'),(11837,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/classes/Connection/SendGrid.php'),(11838,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/classes/Connection/SendGridEmail.php'),(11839,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/classes/Connection/SendOwl.php'),(11840,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/classes/Connection/Sendinblue.php'),(11841,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/classes/Connection/SendinblueEmail.php'),(11842,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/classes/Connection/Sendlane.php'),(11843,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/classes/Connection/Sendreach.php'),(11844,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/classes/Connection/Sendy.php'),(11845,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/classes/Connection/SparkPost.php'),(11846,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/classes/Connection/Twitter.php'),(11847,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/classes/Connection/WebinarJamStudio.php'),(11848,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/classes/Connection/Wordpress.php'),(11849,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/classes/Connection/Zapier.php'),(11850,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/classes/Connection/Zoom.php'),(11851,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/classes/Connection/iContact.php'),(11852,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/classes/Connection/v2/GoToWebinar.php'),(11853,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/classes/Connection/v2/SendGrid.php'),(11854,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/classes/Editor/Controller.php'),(11855,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/classes/Manager.php'),(11856,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/Base.php'),(11857,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/Collection.php'),(11858,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/Entry.php'),(11859,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/EntryDataArray.php'),(11860,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/Http/Response.php'),(11861,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/Oauth/Adapter.php'),(11862,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/Oauth/Application.php'),(11863,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/Oauth/ServiceProvider.php'),(11864,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/Oauth/User.php'),(11865,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/Response.php'),(11866,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/ServiceProvider.php'),(11867,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/exceptions.php'),(11868,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber.php'),(11869,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/ActiveCampaign/Exception.php'),(11870,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/ActiveCampaign.php'),(11871,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/ArpReach/ContactException/Exists.php'),(11872,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/ArpReach/Exception.php'),(11873,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/ArpReach.php'),(11874,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Awsses/Exception.php'),(11875,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Awsses/SimpleEmailServiceMessage.php'),(11876,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Awsses/SimpleEmailServiceRequest.php'),(11877,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Awsses.php'),(11878,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/CampaignMonitor/ClassicEmail.php'),(11879,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/CampaignMonitor/List.php'),(11880,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/CampaignMonitor.php'),(11881,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/ConstantContact/AlreadyExistException.php'),(11882,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/ConstantContact/Exception.php'),(11883,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/ConstantContact.php'),(11884,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/ConvertKit/Exception.php'),(11885,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/ConvertKit.php'),(11886,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/CustomHtml.php'),(11887,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Drip/Exception/Unsubscribed.php'),(11888,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Drip/Exception.php'),(11889,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Drip.php'),(11890,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/EverWebinar/Exception.php'),(11891,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/EverWebinar.php'),(11892,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Facebook/Base.php'),(11893,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Facebook/Exception/Exception.php'),(11894,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Facebook.php'),(11895,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/GetResponse/Exception.php'),(11896,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/GetResponse.php'),(11897,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/GetResponseV3.php'),(11898,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/GoToWebinar/Exception.php'),(11899,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/GoToWebinar.php'),(11900,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Html/Renderer.php'),(11901,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/HubSpot/Exception.php'),(11902,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/HubSpot.php'),(11903,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Infusionsoft/InfusionsoftException.php'),(11904,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Infusionsoft.php'),(11905,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/KlickTipp/Exception.php'),(11906,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/KlickTipp.php'),(11907,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/MadMimi/Exception.php'),(11908,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/MadMimi.php'),(11909,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/MailRelay/Exception.php'),(11910,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/MailRelay.php'),(11911,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/MailRelayV1.php'),(11912,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Campaigns.php'),(11913,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Conversations.php'),(11914,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Ecomm.php'),(11915,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Exception.php'),(11916,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Folders.php'),(11917,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Gallery.php'),(11918,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Goal.php'),(11919,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Helper.php'),(11920,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Lists.php'),(11921,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Mobile.php'),(11922,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Neapolitan.php'),(11923,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Reports.php'),(11924,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Templates.php'),(11925,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Users.php'),(11926,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Vip.php'),(11927,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp.php'),(11928,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/ApiAbstract.php'),(11929,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/ApiConstants.php'),(11930,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/Campaigns.php'),(11931,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/Fields.php'),(11932,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/Groups.php'),(11933,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/Lists.php'),(11934,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/MailerLiteSdkException.php'),(11935,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/Rest.php'),(11936,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/RestClient.php'),(11937,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/Subscribers.php'),(11938,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite.php'),(11939,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/Api.php'),(11940,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/BatchMessage.php'),(11941,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/ExceptionMessages.php'),(11942,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/GenericHTTPError.php'),(11943,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/InvalidCredentials.php'),(11944,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/InvalidParameter.php'),(11945,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/InvalidParameterType.php'),(11946,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/MessageBuilder.php'),(11947,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/MissingEndpoint.php'),(11948,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/MissingRequiredMIMEParameters.php'),(11949,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/MissingRequiredParameters.php'),(11950,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/NoDomainsConfigured.php'),(11951,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/OptInHandler.php'),(11952,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/RestClient.php'),(11953,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/TooManyParameters.php'),(11954,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun.php'),(11955,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Exceptions.php'),(11956,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Exports.php'),(11957,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Inbound.php'),(11958,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Internal.php'),(11959,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Ips.php'),(11960,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Messages.php'),(11961,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Metadata.php'),(11962,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Rejects.php'),(11963,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Senders.php'),(11964,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Subaccounts.php'),(11965,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Tags.php'),(11966,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Template.php'),(11967,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Urls.php'),(11968,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Users.php'),(11969,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Webhooks.php'),(11970,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Whitelists.php'),(11971,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill.php'),(11972,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/ActionNotSupportedException.php'),(11973,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Api.php'),(11974,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/ApiAuth.php'),(11975,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Assets.php'),(11976,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/AuthInterface.php'),(11977,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Campaigns.php'),(11978,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Contacts.php'),(11979,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/ContextNotFoundException.php'),(11980,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Data.php'),(11981,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Emails.php'),(11982,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Forms.php'),(11983,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/IncorrectParametersReturnedException.php'),(11984,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Leads.php'),(11985,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Lists.php'),(11986,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/OAuth.php'),(11987,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Pages.php'),(11988,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/PointTriggers.php'),(11989,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Points.php'),(11990,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Reports.php'),(11991,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Segments.php'),(11992,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/UnexpectedResponseFormatException.php'),(11993,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic.php'),(11994,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Ontraport/Exception.php'),(11995,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Ontraport/ObjectType.php'),(11996,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Ontraport.php'),(11997,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Postmark/AdminClient.php'),(11998,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Postmark/Attachment.php'),(11999,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Postmark/CaseInsensitiveArray.php'),(12000,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Postmark/ClientBase.php'),(12001,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Postmark/DynamicResponseModel.php'),(12002,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Postmark/Exception.php'),(12003,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Postmark.php'),(12004,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/SGAutorepondeur.php'),(12005,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/SendGrid/Client.php'),(12006,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/SendGrid/Exception.php'),(12007,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/SendGrid/Response.php'),(12008,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/SendGrid.php'),(12009,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/SendGridEmail/Client.php'),(12010,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/SendGridEmail/Email.php'),(12011,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/SendGridEmail/Exception.php'),(12012,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/SendGridEmail/Response.php'),(12013,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/SendGridEmail/api_keys.php'),(12014,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/SendGridEmail/asm_groups.php'),(12015,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/SendGridEmail/asm_suppressions.php'),(12016,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/SendGridEmail/global_stats.php'),(12017,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/SendGridEmail.php'),(12018,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/SendOwl/Exception.php'),(12019,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/SendOwl.php'),(12020,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/SendinBlue/Exception.php'),(12021,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Sendinblue.php'),(12022,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Sendlane/Exception.php'),(12023,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Sendlane.php'),(12024,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Campaigns.php'),(12025,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Client.php'),(12026,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Config.php'),(12027,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Countries.php'),(12028,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Customers.php'),(12029,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Exception.php'),(12030,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Json.php'),(12031,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/ListFields.php'),(12032,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/ListSegments.php'),(12033,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/ListSubscribers.php'),(12034,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Lists.php'),(12035,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Params.php'),(12036,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/ParamsIterator.php'),(12037,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Request.php'),(12038,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Response.php'),(12039,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/SendreachV2.php'),(12040,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Templates.php'),(12041,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/TransactionalEmails.php'),(12042,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach.php'),(12043,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Sendy/Exception.php'),(12044,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Sendy.php'),(12045,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/SparkPost/APIResource.php'),(12046,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/SparkPost/Connection.php'),(12047,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/SparkPost/Exception.php'),(12048,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/SparkPost.php'),(12049,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/TdJwt/BeforeValidException.php'),(12050,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/TdJwt/ExpiredException.php'),(12051,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/TdJwt/SignatureInvalidException.php'),(12052,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/TdJwt/TdJwt.php'),(12053,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Twitter.php'),(12054,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/WebinarJamStudio/Exception.php'),(12055,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/WebinarJamStudio.php'),(12056,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Zapier/Exception.php'),(12057,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Zapier.php'),(12058,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Zoom/Exception.php'),(12059,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/Zoom.php'),(12060,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/iContact/Exception.php'),(12061,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/iContact.php'),(12062,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/lib/vendor/v2/GoToWebinar.php'),(12063,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/misc.php'),(12064,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/views/admin-error-logs.php'),(12065,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/views/admin-list.php'),(12066,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/views/admin-messages.php'),(12067,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/views/editor/add-api.php'),(12068,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/views/editor/add-custom-html.php'),(12069,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/views/editor/add.php'),(12070,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/views/editor/autoresponder-code-fields.php'),(12071,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/views/editor/captcha-settings.php'),(12072,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/views/editor/dashboard-api.php'),(12073,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/views/editor/dashboard-custom-html.php'),(12074,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/views/editor/dashboard.php'),(12075,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/views/editor/partials/api-lists.php'),(12076,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/views/editor/partials/api-select.php'),(12077,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/views/editor/partials/api-shortcodes.php'),(12078,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/views/error-log-entry.php'),(12079,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/views/includes/video-link.php'),(12080,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/views/js/admin-global.js'),(12081,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/views/js/admin-global.min.js'),(12082,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/views/js/admin-logs-list.js'),(12083,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/views/setup/activecampaign/forms-list.php'),(12084,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/views/setup/activecampaign.php'),(12085,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/views/setup/arpreach.php'),(12086,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/views/setup/aweber/tags.php'),(12087,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/views/setup/aweber.php'),(12088,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/views/setup/awsses.php'),(12089,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/views/setup/campaignmonitor.php'),(12090,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/views/setup/campaignmonitoremail.php'),(12091,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/views/setup/constant-contact.php'),(12092,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/views/setup/convertkit.php'),(12093,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/views/setup/drip/optin-type.php'),(12094,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/views/setup/drip/proprieties.php'),(12095,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/views/setup/drip/select-type.php'),(12096,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/views/setup/drip.php'),(12097,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/views/setup/everwebinar.php'),(12098,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/views/setup/facebook.php'),(12099,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/views/setup/get-response.php'),(12100,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/views/setup/getresponse/cycleday.php'),(12101,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/views/setup/google.php'),(12102,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/views/setup/gotowebinar.php'),(12103,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/views/setup/hubspot.php'),(12104,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/views/setup/iContact.php'),(12105,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/views/setup/infusionsoft.php'),(12106,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/views/setup/klicktipp/tags.php'),(12107,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/views/setup/klicktipp.php'),(12108,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/views/setup/madmimi.php'),(12109,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/views/setup/mailchimp/api-groups.php'),(12110,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/views/setup/mailchimp/optin-type.php'),(12111,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/views/setup/mailchimp.php'),(12112,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/views/setup/mailerlite.php'),(12113,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/views/setup/mailgun.php'),(12114,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/views/setup/mailpoet.php'),(12115,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/views/setup/mailrelay.php'),(12116,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/views/setup/mailrelayemail.php'),(12117,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/views/setup/mailster.php'),(12118,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/views/setup/mandrill.php'),(12119,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/views/setup/mautic.php'),(12120,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/views/setup/ontraport.php'),(12121,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/views/setup/postmark.php'),(12122,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/views/setup/recaptcha.php'),(12123,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/views/setup/sendgrid.php'),(12124,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/views/setup/sendgridemail.php'),(12125,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/views/setup/sendinblue.php'),(12126,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/views/setup/sendinblueemail.php'),(12127,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/views/setup/sendlane.php'),(12128,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/views/setup/sendowl.php'),(12129,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/views/setup/sendreach.php'),(12130,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/views/setup/sendy/note.php'),(12131,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/views/setup/sendy.php'),(12132,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/views/setup/sg-autorepondeur.php'),(12133,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/views/setup/sparkpost.php'),(12134,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/views/setup/twitter.php'),(12135,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/views/setup/webinarjamstudio.php'),(12136,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/views/setup/wordpress.php'),(12137,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/views/setup/zapier.php'),(12138,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/auto-responder/views/setup/zoom.php'),(12139,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/crons.php'),(12140,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/db-manager/class-td-db-manager.php'),(12141,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/db-manager/class-td-db-migration.php'),(12142,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/font-import-manager/classes/Tve_Dash_Font_Import_Manager.php'),(12143,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/font-import-manager/classes/Tve_Dash_Font_Import_Manager_Data.php'),(12144,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/font-import-manager/classes/Tve_Dash_Font_Import_Manager_View.php'),(12145,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/font-import-manager/views/form.php'),(12146,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/font-import-manager/views/js/manager.js'),(12147,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/font-import-manager/views/main.php'),(12148,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/font-import-manager/views/messages.php'),(12149,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/font-manager/font-manager.php'),(12150,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/font-manager/views/admin-font-manager.php'),(12151,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/font-manager/views/admin-font-options.php'),(12152,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/functions.php'),(12153,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/hooks.php'),(12154,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/icon-manager/classes/Tve_Dash_Thrive_Icon_Manager.php'),(12155,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/icon-manager/classes/Tve_Dash_Thrive_Icon_Manager_Data.php'),(12156,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/icon-manager/classes/Tve_Dash_Thrive_Icon_Manager_View.php'),(12157,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/icon-manager/views/form.php'),(12158,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/icon-manager/views/icons.php'),(12159,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/icon-manager/views/js/manager.js'),(12160,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/icon-manager/views/js/manager.min.js'),(12161,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/icon-manager/views/main.php'),(12162,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/icon-manager/views/messages.php'),(12163,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/notification-inbox/assets/dist/admin.js'),(12164,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/notification-inbox/assets/dist/admin.min.js'),(12165,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/notification-inbox/assets/js/admin.js'),(12166,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/notification-inbox/assets/js/collections/base.js'),(12167,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/notification-inbox/assets/js/collections/notifications.js'),(12168,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/notification-inbox/assets/js/models/notification.js'),(12169,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/notification-inbox/assets/js/views/base.js'),(12170,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/notification-inbox/assets/js/views/notification.js'),(12171,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/notification-inbox/assets/js/views/notificationCounter.js'),(12172,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/notification-inbox/assets/js/views/notificationDetail.js'),(12173,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/notification-inbox/assets/js/views/notificationHeader.js'),(12174,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/notification-inbox/assets/js/views/notificationsList.js'),(12175,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/notification-inbox/class-td-inbox.php'),(12176,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/notification-inbox/i18n.php'),(12177,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/notification-inbox/includes/admin/class-td-ni-ajax-controller.php'),(12178,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/notification-inbox/includes/init/class-ni-inbox-manager.php'),(12179,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/notification-inbox/includes/init/class-ni-message.php'),(12180,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/notification-inbox/views/templates/backbone/ni-notification-detail.phtml'),(12181,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/notification-inbox/views/templates/backbone/ni-notification.phtml'),(12182,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/notification-inbox/views/templates/backbone/notification-header.phtml'),(12183,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/notification-inbox/views/templates/notification-inbox-button.php'),(12184,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/notification-manager/assets/fonts/tvd-nm-icons.svg'),(12185,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/notification-manager/assets/js/admin/backbone/modals.js'),(12186,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/notification-manager/assets/js/admin/backbone/models.js'),(12187,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/notification-manager/assets/js/admin/backbone/routes.js'),(12188,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/notification-manager/assets/js/admin/backbone/util.js'),(12189,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/notification-manager/assets/js/admin/backbone/views.js'),(12190,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/notification-manager/assets/js/admin/backbone.js'),(12191,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/notification-manager/assets/js/admin/backbone.min.js'),(12192,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/notification-manager/assets/js/admin/wordpress_notification.js'),(12193,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/notification-manager/class-td-nm.php'),(12194,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/notification-manager/i18n.php'),(12195,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/notification-manager/includes/actions/class-nm-action-abstract.php'),(12196,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/notification-manager/includes/actions/class-nm-action-custom-script.php'),(12197,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/notification-manager/includes/actions/class-nm-action-send-email-notification.php'),(12198,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/notification-manager/includes/actions/class-nm-action-wordpress-notification.php'),(12199,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/notification-manager/includes/admin/class-td-nm-admin-ajax-controller.php'),(12200,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/notification-manager/includes/admin/class-td-nm-admin.php'),(12201,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/action-type-box.phtml'),(12202,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/actions/settings/custom-script.phtml'),(12203,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/actions/settings/send-email-notification.phtml'),(12204,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/actions/settings/wordpress-notification.phtml'),(12205,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/breadcrumbs.phtml'),(12206,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/dashboard.phtml'),(12207,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/header.phtml'),(12208,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/messages/form.phtml'),(12209,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/messages/shortcodes/item.phtml'),(12210,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/modals/add-action.phtml'),(12211,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/modals/create-notification.phtml'),(12212,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/modals/delete-confirmation.phtml'),(12213,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/modals/edit-action.phtml'),(12214,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/modals/edit-trigger.phtml'),(12215,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/modals/email-services.phtml'),(12216,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/modals/notification-summary.phtml'),(12217,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/new-button.phtml'),(12218,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/notifications/item.phtml'),(12219,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/options/action-buttons.phtml'),(12220,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/options/checkbox.phtml'),(12221,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/options/input-multiple.phtml'),(12222,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/options/input.phtml'),(12223,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/options/option.phtml'),(12224,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/options/recipient.phtml'),(12225,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/services/item.phtml'),(12226,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/services/thumb-item.phtml'),(12227,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/summaries/item.phtml'),(12228,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/summaries/items/action.phtml'),(12229,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/summaries/items/actions/custom-script.phtml'),(12230,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/summaries/items/actions/send-email-notification.phtml'),(12231,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/summaries/items/actions/wordpress-notification.phtml'),(12232,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/summaries/items/notification.phtml'),(12233,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/summaries/items/trigger.phtml'),(12234,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/trigger-type-box.phtml'),(12235,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/triggers/settings/email-sign-up.phtml'),(12236,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/triggers/settings/quiz-completion.phtml'),(12237,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/triggers/settings/split-test-ends.phtml'),(12238,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/triggers/settings/testimonial-submitted.phtml'),(12239,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/unavailable.phtml'),(12240,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/notification-manager/includes/class-td-nm-ajax.php'),(12241,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/notification-manager/includes/class-td-nm-checker.php'),(12242,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/notification-manager/includes/class-td-nm-data.php'),(12243,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/notification-manager/includes/class-td-nm-post-types.php'),(12244,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/notification-manager/includes/td-nm-core-functions.php'),(12245,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/notification-manager/includes/td-nm-data-functions.php'),(12246,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/notification-manager/includes/triggers/class-nm-trigger-abstract.php'),(12247,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/notification-manager/includes/triggers/class-nm-trigger-email-sign-up.php'),(12248,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/notification-manager/includes/triggers/class-nm-trigger-factory.php'),(12249,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/notification-manager/includes/triggers/class-nm-trigger-quiz-completion.php'),(12250,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/notification-manager/includes/triggers/class-nm-trigger-split-test-ends.php'),(12251,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/notification-manager/includes/triggers/class-nm-trigger-testimonial-submitted.php'),(12252,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/plugin-updates/debug-bar-panel.php'),(12253,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/plugin-updates/debug-bar-plugin.php'),(12254,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/plugin-updates/js/debug-bar.js'),(12255,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/plugin-updates/plugin-update-checker.php'),(12256,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/script-manager/assets/js/admin/models.js'),(12257,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/script-manager/assets/js/admin/routes.js'),(12258,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/script-manager/assets/js/admin/views.js'),(12259,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/script-manager/assets/js/dist/admin.js'),(12260,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/script-manager/assets/js/dist/admin.min.js'),(12261,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/script-manager/assets/js/utils.js'),(12262,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/script-manager/class-tvd-sm-constants.php'),(12263,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/script-manager/class-tvd-sm.php'),(12264,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/script-manager/includes/admin/classes/class-tvd-sm-admin-helper.php'),(12265,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/script-manager/includes/admin/classes/class-tvd-sm-admin.php'),(12266,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/script-manager/includes/admin/classes/class-tvd-sm-rest-scripts-controller.php'),(12267,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/script-manager/includes/admin/views/dashboard.php'),(12268,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/script-manager/includes/admin/views/templates/breadcrumbs.phtml'),(12269,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/script-manager/includes/admin/views/templates/dashboard.phtml'),(12270,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/script-manager/includes/admin/views/templates/header.phtml'),(12271,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/script-manager/includes/admin/views/templates/modal-add-edit-script.phtml'),(12272,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/script-manager/includes/admin/views/templates/modal-delete-page-level-scripts.phtml'),(12273,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/script-manager/includes/admin/views/templates/modal-delete-script.phtml'),(12274,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/script-manager/includes/admin/views/templates/script-item.phtml'),(12275,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/script-manager/includes/frontend/classes/class-tvd-sm-frontend.php'),(12276,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/script-manager/includes/i18n.php'),(12277,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/smart-site/assets/admin/js/_utils.js'),(12278,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/smart-site/assets/admin/js/dist/admin.js'),(12279,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/smart-site/assets/admin/js/dist/admin.min.js'),(12280,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/smart-site/assets/admin/js/modals.js'),(12281,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/smart-site/assets/admin/js/models.js'),(12282,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/smart-site/assets/admin/js/routes.js'),(12283,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/smart-site/assets/admin/js/views.js'),(12284,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/smart-site/assets/js/tcb_hooks.js'),(12285,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/smart-site/class-tvd-smart-const.php'),(12286,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/smart-site/classes/class-tvd-global-shortcodes.php'),(12287,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/smart-site/classes/class-tvd-rest-controller.php'),(12288,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/smart-site/classes/class-tvd-smart-db.php'),(12289,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/smart-site/classes/class-tvd-smart-shortcodes.php'),(12290,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/smart-site/classes/class-tvd-smart-site.php'),(12291,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/smart-site/classes/endpoints/class-tvd-fields-controller.php'),(12292,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/smart-site/classes/endpoints/class-tvd-groups-controller.php'),(12293,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/smart-site/i18n.php'),(12294,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/smart-site/migrations/index.php'),(12295,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/smart-site/migrations/install-1.0.0.php'),(12296,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/smart-site/views/admin/templates/breadcrumbs.phtml'),(12297,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/smart-site/views/admin/templates/dashboard.phtml'),(12298,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/address-options.phtml'),(12299,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/email-options.phtml'),(12300,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/field.phtml'),(12301,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/group.phtml'),(12302,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/link-options.phtml'),(12303,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/location-options.phtml'),(12304,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/modal-group-item.phtml'),(12305,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/modal-type-item.phtml'),(12306,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/modals/delete.phtml'),(12307,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/modals/edit-group.phtml'),(12308,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/modals/field.phtml'),(12309,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/phone-options.phtml'),(12310,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/text-options.phtml'),(12311,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/smart-site/views/admin/templates/global_fields.phtml'),(12312,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/smart-site/views/admin/templates/header.phtml'),(12313,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/smart-site/views/admin/templates/menu.phtml'),(12314,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/smart-site/views/admin/templates/side-menu.phtml'),(12315,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/inc/util.php'),(12316,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/js/dist/frontend.js'),(12317,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/js/dist/frontend.min.js'),(12318,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/js/dist/global.min.js'),(12319,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/js/dist/hammer.min.js'),(12320,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/js/dist/leanmodal.min.js'),(12321,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/js/dist/select2.min.js'),(12322,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/js/dist/toasts.min.js'),(12323,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/js/dist/tooltip.min.js'),(12324,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/js/dist/tve-dash.js'),(12325,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/js/dist/tve-dash.min.js'),(12326,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/js/dist/velocity.min.js'),(12327,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/js/frontend.js'),(12328,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/js/util/highcharts/highcharts-3d.js'),(12329,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/js/util/highcharts/highcharts-more.js'),(12330,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/js/util/highcharts/highcharts.js'),(12331,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/js/util/jquery.zclip.1.1.1/jquery.zclip.js'),(12332,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/js/util/jquery.zclip.1.1.1/jquery.zclip.min.js'),(12333,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/js/util/util.js'),(12334,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/js/util/views.js'),(12335,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/rest-api/class-td-rest-controller.php'),(12336,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/rest-api/class-td-rest-hook-controller.php'),(12337,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/rest-api/init.php'),(12338,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/templates/affiliate-modal.phtml'),(12339,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/templates/backbone/modal-loader.phtml'),(12340,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/templates/backbone/page-loader.phtml'),(12341,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/templates/backbone/support-token.phtml'),(12342,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/templates/header.phtml'),(12343,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/templates/product/activated.phtml'),(12344,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/templates/product/error.phtml'),(12345,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/templates/product/inactive.phtml'),(12346,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/templates/sections/dashboard.phtml'),(12347,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/templates/sections/license_manager.phtml'),(12348,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/templates/settings/general_settings.phtml'),(12349,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/templates/settings/reset.phtml'),(12350,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/templates/settings/text_setting_row.phtml'),(12351,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/templates/share.phtml'),(12352,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/templates/ui.phtml'),(12353,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/thrive-dashboard.php'),(12354,'wp-content/plugins/thrive-quiz-builder/thrive-dashboard/version.php'),(12355,'wp-content/plugins/thrive-quiz-builder/thrive-quiz-builder.php'),(12356,'wp-content/plugins/thrive-ultimatum/admin/classes/class-tve-ult-admin-ajaxcontroller.php'),(12357,'wp-content/plugins/thrive-ultimatum/admin/css/font/tvu-icons.svg'),(12358,'wp-content/plugins/thrive-ultimatum/admin/functions.php'),(12359,'wp-content/plugins/thrive-ultimatum/admin/i18n.php'),(12360,'wp-content/plugins/thrive-ultimatum/admin/js/dist/admin.js'),(12361,'wp-content/plugins/thrive-ultimatum/admin/js/dist/admin.min.js'),(12362,'wp-content/plugins/thrive-ultimatum/admin/js/dist/highcharts.js'),(12363,'wp-content/plugins/thrive-ultimatum/admin/start.php'),(12364,'wp-content/plugins/thrive-ultimatum/admin/views/action/options/campaign_end.phtml'),(12365,'wp-content/plugins/thrive-ultimatum/admin/views/action/options/campaign_move.phtml'),(12366,'wp-content/plugins/thrive-ultimatum/admin/views/action/options/default.phtml'),(12367,'wp-content/plugins/thrive-ultimatum/admin/views/action/options/design_show.phtml'),(12368,'wp-content/plugins/thrive-ultimatum/admin/views/action/options/design_switch_state.phtml'),(12369,'wp-content/plugins/thrive-ultimatum/admin/views/dashboard.php'),(12370,'wp-content/plugins/thrive-ultimatum/admin/views/license_inactive.php'),(12371,'wp-content/plugins/thrive-ultimatum/admin/views/tcb_version_incompatible.php'),(12372,'wp-content/plugins/thrive-ultimatum/admin/views/template/breadcrumbs.phtml'),(12373,'wp-content/plugins/thrive-ultimatum/admin/views/template/campaign/archived-item.phtml'),(12374,'wp-content/plugins/thrive-ultimatum/admin/views/template/campaign/archived.phtml'),(12375,'wp-content/plugins/thrive-ultimatum/admin/views/template/campaign/conversion_events.phtml'),(12376,'wp-content/plugins/thrive-ultimatum/admin/views/template/campaign/delete-state.phtml'),(12377,'wp-content/plugins/thrive-ultimatum/admin/views/template/campaign/edit.phtml'),(12378,'wp-content/plugins/thrive-ultimatum/admin/views/template/campaign/item.phtml'),(12379,'wp-content/plugins/thrive-ultimatum/admin/views/template/campaign/lockdown/delete-state.phtml'),(12380,'wp-content/plugins/thrive-ultimatum/admin/views/template/campaign/lockdown/link-generation.phtml'),(12381,'wp-content/plugins/thrive-ultimatum/admin/views/template/campaign/lockdown/normal-state.phtml'),(12382,'wp-content/plugins/thrive-ultimatum/admin/views/template/campaign/lockdown/promotion-url.phtml'),(12383,'wp-content/plugins/thrive-ultimatum/admin/views/template/campaign/settings/add_direct_url_form.phtml'),(12384,'wp-content/plugins/thrive-ultimatum/admin/views/template/campaign/settings/direct_url.phtml'),(12385,'wp-content/plugins/thrive-ultimatum/admin/views/template/campaign/settings/filter.phtml'),(12386,'wp-content/plugins/thrive-ultimatum/admin/views/template/campaign/settings/hanger.phtml'),(12387,'wp-content/plugins/thrive-ultimatum/admin/views/template/campaign/settings/main.phtml'),(12388,'wp-content/plugins/thrive-ultimatum/admin/views/template/campaign/settings/option.phtml'),(12389,'wp-content/plugins/thrive-ultimatum/admin/views/template/campaign/settings/posts_filter.phtml'),(12390,'wp-content/plugins/thrive-ultimatum/admin/views/template/campaign/settings/selected_filter.phtml'),(12391,'wp-content/plugins/thrive-ultimatum/admin/views/template/campaign/settings/tab_label.phtml'),(12392,'wp-content/plugins/thrive-ultimatum/admin/views/template/campaign/settings/tags_filter.phtml'),(12393,'wp-content/plugins/thrive-ultimatum/admin/views/template/campaign/timeline.phtml'),(12394,'wp-content/plugins/thrive-ultimatum/admin/views/template/campaign/type/absolute-state.phtml'),(12395,'wp-content/plugins/thrive-ultimatum/admin/views/template/campaign/type/checkbox.phtml'),(12396,'wp-content/plugins/thrive-ultimatum/admin/views/template/campaign/type/daily-campaign.phtml'),(12397,'wp-content/plugins/thrive-ultimatum/admin/views/template/campaign/type/evergeen-state.phtml'),(12398,'wp-content/plugins/thrive-ultimatum/admin/views/template/campaign/type/evergreen-checkbox.phtml'),(12399,'wp-content/plugins/thrive-ultimatum/admin/views/template/campaign/type/evergreen-conversion.phtml'),(12400,'wp-content/plugins/thrive-ultimatum/admin/views/template/campaign/type/evergreen-linked.phtml'),(12401,'wp-content/plugins/thrive-ultimatum/admin/views/template/campaign/type/evergreen-specific.phtml'),(12402,'wp-content/plugins/thrive-ultimatum/admin/views/template/campaign/type/monthly-campaign.phtml'),(12403,'wp-content/plugins/thrive-ultimatum/admin/views/template/campaign/type/rolling-state.phtml'),(12404,'wp-content/plugins/thrive-ultimatum/admin/views/template/campaign/type/weekly-campaign.phtml'),(12405,'wp-content/plugins/thrive-ultimatum/admin/views/template/campaign/type/yearly-campaign.phtml'),(12406,'wp-content/plugins/thrive-ultimatum/admin/views/template/conversion/conversion-summary.phtml'),(12407,'wp-content/plugins/thrive-ultimatum/admin/views/template/conversion/event.phtml'),(12408,'wp-content/plugins/thrive-ultimatum/admin/views/template/conversion/move-to-campaign-radio.phtml'),(12409,'wp-content/plugins/thrive-ultimatum/admin/views/template/conversion/move-to-campaign.phtml'),(12410,'wp-content/plugins/thrive-ultimatum/admin/views/template/conversion/subscription-checkbox.phtml'),(12411,'wp-content/plugins/thrive-ultimatum/admin/views/template/conversion/subscription.phtml'),(12412,'wp-content/plugins/thrive-ultimatum/admin/views/template/conversion/visit-page.phtml'),(12413,'wp-content/plugins/thrive-ultimatum/admin/views/template/dashboard.phtml'),(12414,'wp-content/plugins/thrive-ultimatum/admin/views/template/design/delete-state.phtml'),(12415,'wp-content/plugins/thrive-ultimatum/admin/views/template/design/item.phtml'),(12416,'wp-content/plugins/thrive-ultimatum/admin/views/template/event/action.phtml'),(12417,'wp-content/plugins/thrive-ultimatum/admin/views/template/event/design-row.phtml'),(12418,'wp-content/plugins/thrive-ultimatum/admin/views/template/event/end.phtml'),(12419,'wp-content/plugins/thrive-ultimatum/admin/views/template/event/item.phtml'),(12420,'wp-content/plugins/thrive-ultimatum/admin/views/template/header.phtml'),(12421,'wp-content/plugins/thrive-ultimatum/admin/views/template/modals/copy-campaign.phtml'),(12422,'wp-content/plugins/thrive-ultimatum/admin/views/template/modals/edit-campaign.phtml'),(12423,'wp-content/plugins/thrive-ultimatum/admin/views/template/modals/edit-date-settings.phtml'),(12424,'wp-content/plugins/thrive-ultimatum/admin/views/template/modals/edit-event.phtml'),(12425,'wp-content/plugins/thrive-ultimatum/admin/views/template/modals/edit-lockdown.phtml'),(12426,'wp-content/plugins/thrive-ultimatum/admin/views/template/modals/get-shortcode.phtml'),(12427,'wp-content/plugins/thrive-ultimatum/admin/views/template/modals/new-campaign-tpl.phtml'),(12428,'wp-content/plugins/thrive-ultimatum/admin/views/template/modals/new-campaign.phtml'),(12429,'wp-content/plugins/thrive-ultimatum/admin/views/template/modals/new-conversion-event.phtml'),(12430,'wp-content/plugins/thrive-ultimatum/admin/views/template/modals/new-design.phtml'),(12431,'wp-content/plugins/thrive-ultimatum/admin/views/template/textedit.phtml'),(12432,'wp-content/plugins/thrive-ultimatum/admin/views/ultimatum_menu.php'),(12433,'wp-content/plugins/thrive-ultimatum/class-tve-ult-const.php'),(12434,'wp-content/plugins/thrive-ultimatum/db/index.php'),(12435,'wp-content/plugins/thrive-ultimatum/db/install-1.0.php'),(12436,'wp-content/plugins/thrive-ultimatum/db/install-1.1.php'),(12437,'wp-content/plugins/thrive-ultimatum/db/install-1.2.php'),(12438,'wp-content/plugins/thrive-ultimatum/db/install-1.3.php'),(12439,'wp-content/plugins/thrive-ultimatum/inc/class-tve-ult-db.php'),(12440,'wp-content/plugins/thrive-ultimatum/inc/classes/class-tu-campaign-event.php'),(12441,'wp-content/plugins/thrive-ultimatum/inc/classes/class-tu-campaign-widget.php'),(12442,'wp-content/plugins/thrive-ultimatum/inc/classes/class-tu-event-action.php'),(12443,'wp-content/plugins/thrive-ultimatum/inc/classes/class-tu-event.php'),(12444,'wp-content/plugins/thrive-ultimatum/inc/classes/class-tu-frontend-handler.php'),(12445,'wp-content/plugins/thrive-ultimatum/inc/classes/class-tu-product.php'),(12446,'wp-content/plugins/thrive-ultimatum/inc/classes/class-tu-request-handler.php'),(12447,'wp-content/plugins/thrive-ultimatum/inc/classes/class-tu-schedule-absolute.php'),(12448,'wp-content/plugins/thrive-ultimatum/inc/classes/class-tu-schedule-abstract.php'),(12449,'wp-content/plugins/thrive-ultimatum/inc/classes/class-tu-schedule-evergreen.php'),(12450,'wp-content/plugins/thrive-ultimatum/inc/classes/class-tu-schedule-none.php'),(12451,'wp-content/plugins/thrive-ultimatum/inc/classes/class-tu-schedule-rolling.php'),(12452,'wp-content/plugins/thrive-ultimatum/inc/classes/class-tu-shortcodes.php'),(12453,'wp-content/plugins/thrive-ultimatum/inc/classes/class-tu-state-manager.php'),(12454,'wp-content/plugins/thrive-ultimatum/inc/classes/class-tu-template-manager.php'),(12455,'wp-content/plugins/thrive-ultimatum/inc/classes/class-tu-timeline.php'),(12456,'wp-content/plugins/thrive-ultimatum/inc/classes/display_settings/class-thrive-display-settings-manager.php'),(12457,'wp-content/plugins/thrive-ultimatum/inc/classes/display_settings/class-thrive-others-tab.php'),(12458,'wp-content/plugins/thrive-ultimatum/inc/classes/display_settings/class-thrive-ult-action.php'),(12459,'wp-content/plugins/thrive-ultimatum/inc/classes/display_settings/class-thrive-ult-campaign-options.php'),(12460,'wp-content/plugins/thrive-ultimatum/inc/classes/display_settings/class-thrive-ult-direct-urls-tab.php'),(12461,'wp-content/plugins/thrive-ultimatum/inc/classes/display_settings/class-thrive-ult-filter.php'),(12462,'wp-content/plugins/thrive-ultimatum/inc/classes/display_settings/class-thrive-ult-hanger.php'),(12463,'wp-content/plugins/thrive-ultimatum/inc/classes/display_settings/class-thrive-ult-option.php'),(12464,'wp-content/plugins/thrive-ultimatum/inc/classes/display_settings/class-thrive-ult-other-screens-tab.php'),(12465,'wp-content/plugins/thrive-ultimatum/inc/classes/display_settings/class-thrive-ult-page-templates-tab.php'),(12466,'wp-content/plugins/thrive-ultimatum/inc/classes/display_settings/class-thrive-ult-pages-tab.php'),(12467,'wp-content/plugins/thrive-ultimatum/inc/classes/display_settings/class-thrive-ult-post-types-tab.php'),(12468,'wp-content/plugins/thrive-ultimatum/inc/classes/display_settings/class-thrive-ult-posts-tab.php'),(12469,'wp-content/plugins/thrive-ultimatum/inc/classes/display_settings/class-thrive-ult-saved-options.php'),(12470,'wp-content/plugins/thrive-ultimatum/inc/classes/display_settings/class-thrive-ult-tab-factory.php'),(12471,'wp-content/plugins/thrive-ultimatum/inc/classes/display_settings/class-thrive-ult-tab-interface.php'),(12472,'wp-content/plugins/thrive-ultimatum/inc/classes/display_settings/class-thrive-ult-tab.php'),(12473,'wp-content/plugins/thrive-ultimatum/inc/classes/display_settings/class-thrive-ult-taxonomy-archives-tab.php'),(12474,'wp-content/plugins/thrive-ultimatum/inc/classes/display_settings/class-thrive-ult-taxonomy-terms-tab.php'),(12475,'wp-content/plugins/thrive-ultimatum/inc/classes/display_settings/class-thrive-ult-visitors-status-tab.php'),(12476,'wp-content/plugins/thrive-ultimatum/inc/classes/shortcodes/class-tu-shortcode-countdown.php'),(12477,'wp-content/plugins/thrive-ultimatum/inc/data.php'),(12478,'wp-content/plugins/thrive-ultimatum/inc/functions.php'),(12479,'wp-content/plugins/thrive-ultimatum/inc/helpers.php'),(12480,'wp-content/plugins/thrive-ultimatum/inc/hooks.php'),(12481,'wp-content/plugins/thrive-ultimatum/js/dist/frontend.js'),(12482,'wp-content/plugins/thrive-ultimatum/js/dist/frontend.min.js'),(12483,'wp-content/plugins/thrive-ultimatum/js/dist/no-campaign.js'),(12484,'wp-content/plugins/thrive-ultimatum/js/dist/no-campaign.min.js'),(12485,'wp-content/plugins/thrive-ultimatum/js/dist/tooltip.js'),(12486,'wp-content/plugins/thrive-ultimatum/js/dist/tooltip.min.js'),(12487,'wp-content/plugins/thrive-ultimatum/js/dist/velocity.js'),(12488,'wp-content/plugins/thrive-ultimatum/js/dist/velocity.min.js'),(12489,'wp-content/plugins/thrive-ultimatum/start.php'),(12490,'wp-content/plugins/thrive-ultimatum/tcb/admin/assets/css/fonts/tcb-admin-icons.svg'),(12491,'wp-content/plugins/thrive-ultimatum/tcb/admin/assets/js/tcb-admin.min.js'),(12492,'wp-content/plugins/thrive-ultimatum/tcb/admin/class-tcb-admin.php'),(12493,'wp-content/plugins/thrive-ultimatum/tcb/admin/includes/class-tcb-admin-ajax.php'),(12494,'wp-content/plugins/thrive-ultimatum/tcb/admin/includes/class-tcb-product.php'),(12495,'wp-content/plugins/thrive-ultimatum/tcb/admin/includes/class-tcb-symbols-rest-controller.php'),(12496,'wp-content/plugins/thrive-ultimatum/tcb/admin/includes/i18n.php'),(12497,'wp-content/plugins/thrive-ultimatum/tcb/admin/includes/tcb-admin-functions.php'),(12498,'wp-content/plugins/thrive-ultimatum/tcb/admin/includes/views/dashboard.phtml'),(12499,'wp-content/plugins/thrive-ultimatum/tcb/admin/includes/views/templates/breadcrumbs.phtml'),(12500,'wp-content/plugins/thrive-ultimatum/tcb/admin/includes/views/templates/ct-symbols.phtml'),(12501,'wp-content/plugins/thrive-ultimatum/tcb/admin/includes/views/templates/header.phtml'),(12502,'wp-content/plugins/thrive-ultimatum/tcb/admin/includes/views/templates/modals/delete-confirmation.phtml'),(12503,'wp-content/plugins/thrive-ultimatum/tcb/admin/includes/views/templates/modals/modal-create.phtml'),(12504,'wp-content/plugins/thrive-ultimatum/tcb/admin/includes/views/templates/modals/move-category.phtml'),(12505,'wp-content/plugins/thrive-ultimatum/tcb/admin/includes/views/templates/modals/move-symbol.phtml'),(12506,'wp-content/plugins/thrive-ultimatum/tcb/admin/includes/views/templates/modals/new-category.phtml'),(12507,'wp-content/plugins/thrive-ultimatum/tcb/admin/includes/views/templates/modals/section-modal-create-item.phtml'),(12508,'wp-content/plugins/thrive-ultimatum/tcb/admin/includes/views/templates/modals/section-modal-create-step-1.phtml'),(12509,'wp-content/plugins/thrive-ultimatum/tcb/admin/includes/views/templates/modals/section-modal-create-step-2.phtml'),(12510,'wp-content/plugins/thrive-ultimatum/tcb/admin/includes/views/templates/modals/section-modal-create.phtml'),(12511,'wp-content/plugins/thrive-ultimatum/tcb/admin/includes/views/templates/modals/section-modal-message.phtml'),(12512,'wp-content/plugins/thrive-ultimatum/tcb/admin/includes/views/templates/symbols/categories.phtml'),(12513,'wp-content/plugins/thrive-ultimatum/tcb/admin/includes/views/templates/symbols/category.phtml'),(12514,'wp-content/plugins/thrive-ultimatum/tcb/admin/includes/views/templates/symbols/container.phtml'),(12515,'wp-content/plugins/thrive-ultimatum/tcb/admin/includes/views/templates/symbols/create.phtml'),(12516,'wp-content/plugins/thrive-ultimatum/tcb/admin/includes/views/templates/symbols/item.phtml'),(12517,'wp-content/plugins/thrive-ultimatum/tcb/admin/includes/views/templates/symbols/list.phtml'),(12518,'wp-content/plugins/thrive-ultimatum/tcb/admin/includes/views/templates/symbols/save-templates-error.phtml'),(12519,'wp-content/plugins/thrive-ultimatum/tcb/admin/includes/views/templates/symbols/search.phtml'),(12520,'wp-content/plugins/thrive-ultimatum/tcb/admin/includes/views/templates/symbols/section-item.phtml'),(12521,'wp-content/plugins/thrive-ultimatum/tcb/admin/includes/views/templates/symbols/sections-container.phtml'),(12522,'wp-content/plugins/thrive-ultimatum/tcb/admin/includes/views/templates/symbols/sections-list.phtml'),(12523,'wp-content/plugins/thrive-ultimatum/tcb/admin/includes/views/templates/text-edit.phtml'),(12524,'wp-content/plugins/thrive-ultimatum/tcb/admin/includes/views/templates/user-templates/c-item.phtml'),(12525,'wp-content/plugins/thrive-ultimatum/tcb/admin/includes/views/templates/user-templates/item.phtml'),(12526,'wp-content/plugins/thrive-ultimatum/tcb/admin/includes/views/templates/user-templates/list.phtml'),(12527,'wp-content/plugins/thrive-ultimatum/tcb/admin/includes/views/templates/user-templates/t-item.phtml'),(12528,'wp-content/plugins/thrive-ultimatum/tcb/db/fontmanager-1.1.php'),(12529,'wp-content/plugins/thrive-ultimatum/tcb/db/index.php'),(12530,'wp-content/plugins/thrive-ultimatum/tcb/db/install-1.0.php'),(12531,'wp-content/plugins/thrive-ultimatum/tcb/db/menuitemstyles-1.2.php'),(12532,'wp-content/plugins/thrive-ultimatum/tcb/editor/css/fonts/control-panel.svg'),(12533,'wp-content/plugins/thrive-ultimatum/tcb/editor/css/fonts/editor-page.svg'),(12534,'wp-content/plugins/thrive-ultimatum/tcb/editor/css/fonts/font-awesome.svg'),(12535,'wp-content/plugins/thrive-ultimatum/tcb/editor/css/fonts/thrvicomoon/icomoon.svg'),(12536,'wp-content/plugins/thrive-ultimatum/tcb/editor/css/images/angle-down.svg'),(12537,'wp-content/plugins/thrive-ultimatum/tcb/editor/css/images/angle-up.svg'),(12538,'wp-content/plugins/thrive-ultimatum/tcb/editor/css/images/caret-down.svg'),(12539,'wp-content/plugins/thrive-ultimatum/tcb/editor/css/images/caret-filled-down.svg'),(12540,'wp-content/plugins/thrive-ultimatum/tcb/editor/css/images/caret-filled-up.svg'),(12541,'wp-content/plugins/thrive-ultimatum/tcb/editor/css/images/caret-up.svg'),(12542,'wp-content/plugins/thrive-ultimatum/tcb/editor/css/images/chevron-down.svg'),(12543,'wp-content/plugins/thrive-ultimatum/tcb/editor/css/images/chevron-up.svg'),(12544,'wp-content/plugins/thrive-ultimatum/tcb/editor/css/images/logo_placeholder_dark.svg'),(12545,'wp-content/plugins/thrive-ultimatum/tcb/editor/css/images/logo_placeholder_light.svg'),(12546,'wp-content/plugins/thrive-ultimatum/tcb/editor/js/admin/gutenberg-menu.js'),(12547,'wp-content/plugins/thrive-ultimatum/tcb/editor/js/admin/gutenberg.js'),(12548,'wp-content/plugins/thrive-ultimatum/tcb/editor/js/admin/tve_admin_post_ready.js'),(12549,'wp-content/plugins/thrive-ultimatum/tcb/editor/js/dist/admin.min.js'),(12550,'wp-content/plugins/thrive-ultimatum/tcb/editor/js/dist/editor.min.js'),(12551,'wp-content/plugins/thrive-ultimatum/tcb/editor/js/dist/froala.min.js'),(12552,'wp-content/plugins/thrive-ultimatum/tcb/editor/js/dist/frontend.min.js'),(12553,'wp-content/plugins/thrive-ultimatum/tcb/editor/js/dist/gutenberg.min.js'),(12554,'wp-content/plugins/thrive-ultimatum/tcb/editor/js/dist/main.min.js'),(12555,'wp-content/plugins/thrive-ultimatum/tcb/editor/js/libs/dom-to-image.min.js'),(12556,'wp-content/plugins/thrive-ultimatum/tcb/editor/js/libs/jquery.scrollbar.min.js'),(12557,'wp-content/plugins/thrive-ultimatum/tcb/editor/js/libs/moment.min.js'),(12558,'wp-content/plugins/thrive-ultimatum/tcb/event-manager/classes/TCB_Event_Action_Abstract.php'),(12559,'wp-content/plugins/thrive-ultimatum/tcb/event-manager/classes/TCB_Event_Trigger_Abstract.php'),(12560,'wp-content/plugins/thrive-ultimatum/tcb/event-manager/classes/actions/TCB_Thrive_CSS_Animation.php'),(12561,'wp-content/plugins/thrive-ultimatum/tcb/event-manager/classes/actions/TCB_Thrive_Image_Zoom.php'),(12562,'wp-content/plugins/thrive-ultimatum/tcb/event-manager/classes/actions/TCB_Thrive_Lightbox.php'),(12563,'wp-content/plugins/thrive-ultimatum/tcb/event-manager/classes/actions/TCB_Thrive_LightboxClose.php'),(12564,'wp-content/plugins/thrive-ultimatum/tcb/event-manager/classes/actions/TCB_Thrive_Tooltip.php'),(12565,'wp-content/plugins/thrive-ultimatum/tcb/event-manager/classes/actions/TCB_Thrive_Video_Popup.php'),(12566,'wp-content/plugins/thrive-ultimatum/tcb/event-manager/classes/actions/TCB_Thrive_Wistia.php'),(12567,'wp-content/plugins/thrive-ultimatum/tcb/event-manager/classes/triggers/TCB_Event_Trigger_Click.php'),(12568,'wp-content/plugins/thrive-ultimatum/tcb/event-manager/classes/triggers/TCB_Event_Trigger_Exit_Intent.php'),(12569,'wp-content/plugins/thrive-ultimatum/tcb/event-manager/classes/triggers/TCB_Event_Trigger_Mouseover.php'),(12570,'wp-content/plugins/thrive-ultimatum/tcb/event-manager/classes/triggers/TCB_Event_Trigger_Timer.php'),(12571,'wp-content/plugins/thrive-ultimatum/tcb/event-manager/classes/triggers/TCB_Event_Trigger_Viewport.php'),(12572,'wp-content/plugins/thrive-ultimatum/tcb/event-manager/init.php'),(12573,'wp-content/plugins/thrive-ultimatum/tcb/event-manager/views/js/lightbox.php'),(12574,'wp-content/plugins/thrive-ultimatum/tcb/event-manager/views/js/trigger_exit_intent.php'),(12575,'wp-content/plugins/thrive-ultimatum/tcb/event-manager/views/js/trigger_viewport.php'),(12576,'wp-content/plugins/thrive-ultimatum/tcb/external-architect.php'),(12577,'wp-content/plugins/thrive-ultimatum/tcb/fonts/fontawesome-webfont.svg'),(12578,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/animation/preview.phtml'),(12579,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/breadcrumbs/item.phtml'),(12580,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/central-style-panel/master-variables-header.phtml'),(12581,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/central-style-panel/other-variables-header.phtml'),(12582,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/central-style-panel/palettes.phtml'),(12583,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/central-style-panel/tooltip.phtml'),(12584,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/cloud-templates/item.phtml'),(12585,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/contact-form/email-setup-form.phtml'),(12586,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/contact-form/error.phtml'),(12587,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/contact-form/shortcode-button.phtml'),(12588,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/contact-form/submit-setup-form.phtml'),(12589,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/content-blocks/category-item.php'),(12590,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/content-blocks/color-var-item.php'),(12591,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/content-blocks/favorites.php'),(12592,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/content-blocks/group-item.php'),(12593,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/content-blocks/no-template.phtml'),(12594,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/content-blocks/template-item.php'),(12595,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/audio.phtml'),(12596,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/background/background-effects.phtml'),(12597,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/background/background-image.phtml'),(12598,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/background/drag-overlay.phtml'),(12599,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/borders.phtml'),(12600,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/button/global-templates.phtml'),(12601,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/button/style-picker.phtml'),(12602,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/button/style-templates.phtml'),(12603,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/button-group.phtml'),(12604,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/button-panel-group.phtml'),(12605,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/button-toggle.phtml'),(12606,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/cards-change.phtml'),(12607,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/checkbox/input.phtml'),(12608,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/checkbox.phtml'),(12609,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/color-picker.phtml'),(12610,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/color-var-item.phtml'),(12611,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/contact-form/default-cf-item.phtml'),(12612,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/contact-form/edit-cf-item.phtml'),(12613,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/contact-form/recaptcha-cf-item.phtml'),(12614,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/contact-form/settings.phtml'),(12615,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/contentbox/image-tooltip.phtml'),(12616,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/corners.phtml'),(12617,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/countdown/style-picker.phtml'),(12618,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/custom-menu/edit-menu-item.php'),(12619,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/custom-menu/modal-menu-item.phtml'),(12620,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/custom-menu/modal-menu-type.phtml'),(12621,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/custom-menu/style-picker.phtml'),(12622,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/date-picker.phtml'),(12623,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/decoration/decoration.phtml'),(12624,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/decoration/divider.phtml'),(12625,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/decoration/pointer.phtml'),(12626,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/decoration/slanted.phtml'),(12627,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/decoration/svg/fancy-divider-styles.phtml'),(12628,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/decoration/svg-base.phtml'),(12629,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/divider/style-picker.phtml'),(12630,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/drop-panel-light.phtml'),(12631,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/drop-panel.phtml'),(12632,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/font-manager.phtml'),(12633,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/global/style-button.phtml'),(12634,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/global/style-contentbox.phtml'),(12635,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/global/style-control.phtml'),(12636,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/global/style-panel.phtml'),(12637,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/global/style-section.phtml'),(12638,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/gradient/knob.phtml'),(12639,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/gradient-pattern.phtml'),(12640,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/gradient-picker.phtml'),(12641,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/icon-label-switch.phtml'),(12642,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/icons.phtml'),(12643,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/image/resize.phtml'),(12644,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/image/style-picker.phtml'),(12645,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/image-picker.phtml'),(12646,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/input-inline.phtml'),(12647,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/input-multiple-item.phtml'),(12648,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/input-multiple.phtml'),(12649,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/input.phtml'),(12650,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/knob.phtml'),(12651,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/label-input.phtml'),(12652,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/layout/input.phtml'),(12653,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/layout/position-absolute.phtml'),(12654,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/layout/position-relative.phtml'),(12655,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/layout/width.phtml'),(12656,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/layout.phtml'),(12657,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/lead-generation/api-connections.phtml'),(12658,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/lead-generation/api-drop-panel.phtml'),(12659,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/lead-generation/connected-api.phtml'),(12660,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/lead-generation/edit-field.phtml'),(12661,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/lead-generation/lg-input.phtml'),(12662,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/link/dynamic-categories.phtml'),(12663,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/link/dynamic-links.phtml'),(12664,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/link/element-link.phtml'),(12665,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/link/link-select.phtml'),(12666,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/link/style-picker-item.phtml'),(12667,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/margin-padding.phtml'),(12668,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/menu/preview-list-item.php'),(12669,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/multiple-checkbox.phtml'),(12670,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/palettes-var-item.phtml'),(12671,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/palettes.phtml'),(12672,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/preview-list-item.phtml'),(12673,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/preview-toggle-list-item.phtml'),(12674,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/pricing-table/edit-instance.phtml'),(12675,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/pricing-table/edit-price-box.phtml'),(12676,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/pricing-table/price-instance-controls.phtml'),(12677,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/pricing-table/pricing-table-item.phtml'),(12678,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/radio.phtml'),(12679,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/rating-value.phtml'),(12680,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/responsive-video/style-picker.phtml'),(12681,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/responsive-video-settings.phtml'),(12682,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/responsive.phtml'),(12683,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/revision-manager-item.php'),(12684,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/select-multiple.phtml'),(12685,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/select.phtml'),(12686,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/selected-elem-nav-item-compact.phtml'),(12687,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/selected-elem-nav-item.phtml'),(12688,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/shadow.phtml'),(12689,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/slider.phtml'),(12690,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/social/fb-share.phtml'),(12691,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/social/network-checkboxes.phtml'),(12692,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/social/network-settings.phtml'),(12693,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/social/pin-share.phtml'),(12694,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/social/selector.phtml'),(12695,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/social/t-share.phtml'),(12696,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/style-change.phtml'),(12697,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/style.phtml'),(12698,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/switch-toggle.phtml'),(12699,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/switch.phtml'),(12700,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/table/table_cell.phtml'),(12701,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/text/typefocus-settings.phtml'),(12702,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/text/typefocus.phtml'),(12703,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/textarea.phtml'),(12704,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/time-slider.phtml'),(12705,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/toc/headings.phtml'),(12706,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/toggle.phtml'),(12707,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/tooltip/promote-panel.phtml'),(12708,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/tooltip/tooltip-panel.phtml'),(12709,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/controls/video-settings.phtml'),(12710,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/drop-panels/reset-state.phtml'),(12711,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/element-icons.phtml'),(12712,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/element-states.phtml'),(12713,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/elements/button-icon.phtml'),(12714,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/elements/megamenu-no-items.phtml'),(12715,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/elements/menu-image-placeholder.phtml'),(12716,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/elements/menu-item-icon.phtml'),(12717,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/elements/menu-item.phtml'),(12718,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/elements/menu.phtml'),(12719,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/elements/social.phtml'),(12720,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/inline/column-options.phtml'),(12721,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/inline/content-templates.phtml'),(12722,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/inline/dynamiclink-popup.phtml'),(12723,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/inline/inline-shortcodes.phtml'),(12724,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/inline/jumplink-popup.phtml'),(12725,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/inline/link-types.phtml'),(12726,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/inline/popup-custom-input-extra.phtml'),(12727,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/inline/popup-custom-input.phtml'),(12728,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/inline/postlist-links.phtml'),(12729,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/inline/staticlink-popup.phtml'),(12730,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/inline-error.phtml'),(12731,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/landing-pages/delete-confirmation.phtml'),(12732,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/landing-pages/lp-set.phtml'),(12733,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/landing-pages/lp-template.phtml'),(12734,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/landing-pages/lp-text-templates.phtml'),(12735,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/landing-pages/tag-item.phtml'),(12736,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/lead-generation/apis/activecampaign.phtml'),(12737,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/lead-generation/apis/aweber.phtml'),(12738,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/lead-generation/apis/convertkit.phtml'),(12739,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/lead-generation/apis/default.phtml'),(12740,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/lead-generation/apis/drip.phtml'),(12741,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/lead-generation/apis/everwebinar.phtml'),(12742,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/lead-generation/apis/extra/mailchimp-group.phtml'),(12743,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/lead-generation/apis/extra/password-strength.phtml'),(12744,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/lead-generation/apis/get-response.phtml'),(12745,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/lead-generation/apis/infusionsoft.phtml'),(12746,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/lead-generation/apis/klicktipp.phtml'),(12747,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/lead-generation/apis/mailchimp.phtml'),(12748,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/lead-generation/apis/mailster.phtml'),(12749,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/lead-generation/apis/ontraport.phtml'),(12750,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/lead-generation/apis/sendlane.phtml'),(12751,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/lead-generation/apis/sendy.phtml'),(12752,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/lead-generation/apis/zapier.phtml'),(12753,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/lead-generation/apis/zoom.phtml'),(12754,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/lead-generation/consent.phtml'),(12755,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/lead-generation/errors/item.phtml'),(12756,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/lead-generation/new-connection-area.phtml'),(12757,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/lead-generation/submit-options/option.phtml'),(12758,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/lead-generation/submit-options/submit-options.phtml'),(12759,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/logo/item.phtml'),(12760,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/logo/tooltip.phtml'),(12761,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/modals/cf-settings.php'),(12762,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/notification-box/error-save.php'),(12763,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/notification-box/error.phtml'),(12764,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/notification-box/info.phtml'),(12765,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/notification-box/success.phtml'),(12766,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/notification-box/warning.phtml'),(12767,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/page-events/actions/lightbox-preview.phtml'),(12768,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/page-events/actions/lightbox.phtml'),(12769,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/page-events/form.phtml'),(12770,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/page-events/list.phtml'),(12771,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/page-events/no-events.phtml'),(12772,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/page-events/triggers/exit.phtml'),(12773,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/page-events/triggers/timer.phtml'),(12774,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/post-list/author-query-rule.phtml'),(12775,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/post-list/extra-image.phtml'),(12776,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/post-list/post-list-default-template.php'),(12777,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/post-list/post-query-rule.phtml'),(12778,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/post-list/query-options.phtml'),(12779,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/post-list/query-rule.phtml'),(12780,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/post-list/query-term.phtml'),(12781,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/post-list/select.phtml'),(12782,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/sections/item.phtml'),(12783,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/shadow/no-shadow.phtml'),(12784,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/symbols/content-template-item.phtml'),(12785,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/symbols/create-item.phtml'),(12786,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/symbols/get-symbols-error.phtml'),(12787,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/symbols/item.phtml'),(12788,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/symbols/save-templates-symbols-error.phtml'),(12789,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/symbols/section-item.phtml'),(12790,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/symbols/sections-container.phtml'),(12791,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/symbols/sections-message.phtml'),(12792,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/util/audio-file-picker.phtml'),(12793,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/util/color-picker/add-color.phtml'),(12794,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/util/color-picker/favorite-thumb.phtml'),(12795,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/util/color-picker/global-thumb.phtml'),(12796,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/util/color-picker/save-btn.phtml'),(12797,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/util/edit-as-group.phtml'),(12798,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/util/edit-global-colors.phtml'),(12799,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/util/edit-mode.phtml'),(12800,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/util/favorite-colors.phtml'),(12801,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/util/favorite-gradients.phtml'),(12802,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/util/file-picker.phtml'),(12803,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/util/icon.phtml'),(12804,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/util/input.phtml'),(12805,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/util/link-styles.phtml'),(12806,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/util/link.phtml'),(12807,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/util/list.phtml'),(12808,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/util/option.phtml'),(12809,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/util/svg_icon.phtml'),(12810,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/util/template-colors.phtml'),(12811,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/util/template-gradients.phtml'),(12812,'wp-content/plugins/thrive-ultimatum/tcb/inc/backbone/util/video-file-picker.phtml'),(12813,'wp-content/plugins/thrive-ultimatum/tcb/inc/classes/class-tcb-cloud-template-element-abstract.php'),(12814,'wp-content/plugins/thrive-ultimatum/tcb/inc/classes/class-tcb-contact-form.php'),(12815,'wp-content/plugins/thrive-ultimatum/tcb/inc/classes/class-tcb-editor-ajax.php'),(12816,'wp-content/plugins/thrive-ultimatum/tcb/inc/classes/class-tcb-editor.php'),(12817,'wp-content/plugins/thrive-ultimatum/tcb/inc/classes/class-tcb-element-abstract.php'),(12818,'wp-content/plugins/thrive-ultimatum/tcb/inc/classes/class-tcb-elements.php'),(12819,'wp-content/plugins/thrive-ultimatum/tcb/inc/classes/class-tcb-font-manager.php'),(12820,'wp-content/plugins/thrive-ultimatum/tcb/inc/classes/class-tcb-icon-manager.php'),(12821,'wp-content/plugins/thrive-ultimatum/tcb/inc/classes/class-tcb-lightbox.php'),(12822,'wp-content/plugins/thrive-ultimatum/tcb/inc/classes/class-tcb-menu-walker.php'),(12823,'wp-content/plugins/thrive-ultimatum/tcb/inc/classes/class-tcb-post-grid.php'),(12824,'wp-content/plugins/thrive-ultimatum/tcb/inc/classes/class-tcb-post.php'),(12825,'wp-content/plugins/thrive-ultimatum/tcb/inc/classes/class-tcb-symbol-element-abstract.php'),(12826,'wp-content/plugins/thrive-ultimatum/tcb/inc/classes/class-tcb-utils.php'),(12827,'wp-content/plugins/thrive-ultimatum/tcb/inc/classes/class-tcb-widget-element.php'),(12828,'wp-content/plugins/thrive-ultimatum/tcb/inc/classes/content-templates/class-tcb-content-templates-api.php'),(12829,'wp-content/plugins/thrive-ultimatum/tcb/inc/classes/elements/class-tcb-article-element.php'),(12830,'wp-content/plugins/thrive-ultimatum/tcb/inc/classes/elements/class-tcb-audio-element.php'),(12831,'wp-content/plugins/thrive-ultimatum/tcb/inc/classes/elements/class-tcb-button-element.php'),(12832,'wp-content/plugins/thrive-ultimatum/tcb/inc/classes/elements/class-tcb-button-group-element.php'),(12833,'wp-content/plugins/thrive-ultimatum/tcb/inc/classes/elements/class-tcb-button-group-item-element.php'),(12834,'wp-content/plugins/thrive-ultimatum/tcb/inc/classes/elements/class-tcb-callaction-element.php'),(12835,'wp-content/plugins/thrive-ultimatum/tcb/inc/classes/elements/class-tcb-cell-element.php'),(12836,'wp-content/plugins/thrive-ultimatum/tcb/inc/classes/elements/class-tcb-column-element.php'),(12837,'wp-content/plugins/thrive-ultimatum/tcb/inc/classes/elements/class-tcb-columns-element.php'),(12838,'wp-content/plugins/thrive-ultimatum/tcb/inc/classes/elements/class-tcb-commentsdisqus-element.php'),(12839,'wp-content/plugins/thrive-ultimatum/tcb/inc/classes/elements/class-tcb-commentsfacebook-element.php'),(12840,'wp-content/plugins/thrive-ultimatum/tcb/inc/classes/elements/class-tcb-contact-form-element.php'),(12841,'wp-content/plugins/thrive-ultimatum/tcb/inc/classes/elements/class-tcb-contact-form-input-element.php'),(12842,'wp-content/plugins/thrive-ultimatum/tcb/inc/classes/elements/class-tcb-contact-form-item-element.php'),(12843,'wp-content/plugins/thrive-ultimatum/tcb/inc/classes/elements/class-tcb-contact-form-label-element.php'),(12844,'wp-content/plugins/thrive-ultimatum/tcb/inc/classes/elements/class-tcb-contact-form-submit-element.php'),(12845,'wp-content/plugins/thrive-ultimatum/tcb/inc/classes/elements/class-tcb-contentblock-element.php'),(12846,'wp-content/plugins/thrive-ultimatum/tcb/inc/classes/elements/class-tcb-contentbox-element.php'),(12847,'wp-content/plugins/thrive-ultimatum/tcb/inc/classes/elements/class-tcb-countdown-element.php'),(12848,'wp-content/plugins/thrive-ultimatum/tcb/inc/classes/elements/class-tcb-countdownevergreen-element.php'),(12849,'wp-content/plugins/thrive-ultimatum/tcb/inc/classes/elements/class-tcb-credit-element.php'),(12850,'wp-content/plugins/thrive-ultimatum/tcb/inc/classes/elements/class-tcb-ct-element.php'),(12851,'wp-content/plugins/thrive-ultimatum/tcb/inc/classes/elements/class-tcb-ct-symbol-element.php'),(12852,'wp-content/plugins/thrive-ultimatum/tcb/inc/classes/elements/class-tcb-divider-element.php'),(12853,'wp-content/plugins/thrive-ultimatum/tcb/inc/classes/elements/class-tcb-fillcounter-element.php'),(12854,'wp-content/plugins/thrive-ultimatum/tcb/inc/classes/elements/class-tcb-footer-element.php'),(12855,'wp-content/plugins/thrive-ultimatum/tcb/inc/classes/elements/class-tcb-form-icon-element.php'),(12856,'wp-content/plugins/thrive-ultimatum/tcb/inc/classes/elements/class-tcb-form-input-element.php'),(12857,'wp-content/plugins/thrive-ultimatum/tcb/inc/classes/elements/class-tcb-form-item-element.php'),(12858,'wp-content/plugins/thrive-ultimatum/tcb/inc/classes/elements/class-tcb-form-label-element.php'),(12859,'wp-content/plugins/thrive-ultimatum/tcb/inc/classes/elements/class-tcb-form-submit-element.php'),(12860,'wp-content/plugins/thrive-ultimatum/tcb/inc/classes/elements/class-tcb-gmap-element.php'),(12861,'wp-content/plugins/thrive-ultimatum/tcb/inc/classes/elements/class-tcb-guaranteebox-element.php'),(12862,'wp-content/plugins/thrive-ultimatum/tcb/inc/classes/elements/class-tcb-header-element.php'),(12863,'wp-content/plugins/thrive-ultimatum/tcb/inc/classes/elements/class-tcb-html-element.php'),(12864,'wp-content/plugins/thrive-ultimatum/tcb/inc/classes/elements/class-tcb-icon-element.php'),(12865,'wp-content/plugins/thrive-ultimatum/tcb/inc/classes/elements/class-tcb-image-element.php'),(12866,'wp-content/plugins/thrive-ultimatum/tcb/inc/classes/elements/class-tcb-label-advanced-element.php'),(12867,'wp-content/plugins/thrive-ultimatum/tcb/inc/classes/elements/class-tcb-label-disabled-element.php'),(12868,'wp-content/plugins/thrive-ultimatum/tcb/inc/classes/elements/class-tcb-label-element.php'),(12869,'wp-content/plugins/thrive-ultimatum/tcb/inc/classes/elements/class-tcb-landing-page-content-element.php'),(12870,'wp-content/plugins/thrive-ultimatum/tcb/inc/classes/elements/class-tcb-landing-page-element.php'),(12871,'wp-content/plugins/thrive-ultimatum/tcb/inc/classes/elements/class-tcb-landing-page-text-element.php'),(12872,'wp-content/plugins/thrive-ultimatum/tcb/inc/classes/elements/class-tcb-lead-generation-checkbox-element.php'),(12873,'wp-content/plugins/thrive-ultimatum/tcb/inc/classes/elements/class-tcb-lead-generation-element.php'),(12874,'wp-content/plugins/thrive-ultimatum/tcb/inc/classes/elements/class-tcb-lead-generation-input-element.php'),(12875,'wp-content/plugins/thrive-ultimatum/tcb/inc/classes/elements/class-tcb-lead-generation-radio-element.php'),(12876,'wp-content/plugins/thrive-ultimatum/tcb/inc/classes/elements/class-tcb-lead-generation-select-element.php'),(12877,'wp-content/plugins/thrive-ultimatum/tcb/inc/classes/elements/class-tcb-lead-generation-submit-element.php'),(12878,'wp-content/plugins/thrive-ultimatum/tcb/inc/classes/elements/class-tcb-lead-generation-textarea-element.php'),(12879,'wp-content/plugins/thrive-ultimatum/tcb/inc/classes/elements/class-tcb-lightbox-element.php'),(12880,'wp-content/plugins/thrive-ultimatum/tcb/inc/classes/elements/class-tcb-link-element.php'),(12881,'wp-content/plugins/thrive-ultimatum/tcb/inc/classes/elements/class-tcb-logo-element.php'),(12882,'wp-content/plugins/thrive-ultimatum/tcb/inc/classes/elements/class-tcb-megamenu-column-element.php'),(12883,'wp-content/plugins/thrive-ultimatum/tcb/inc/classes/elements/class-tcb-megamenu-dropdown-element.php'),(12884,'wp-content/plugins/thrive-ultimatum/tcb/inc/classes/elements/class-tcb-megamenu-element.php'),(12885,'wp-content/plugins/thrive-ultimatum/tcb/inc/classes/elements/class-tcb-megamenu-image-element.php'),(12886,'wp-content/plugins/thrive-ultimatum/tcb/inc/classes/elements/class-tcb-megamenu-item-element.php'),(12887,'wp-content/plugins/thrive-ultimatum/tcb/inc/classes/elements/class-tcb-menu-dropdown-element.php'),(12888,'wp-content/plugins/thrive-ultimatum/tcb/inc/classes/elements/class-tcb-menu-element.php'),(12889,'wp-content/plugins/thrive-ultimatum/tcb/inc/classes/elements/class-tcb-menu-item-element.php'),(12890,'wp-content/plugins/thrive-ultimatum/tcb/inc/classes/elements/class-tcb-moretag-element.php'),(12891,'wp-content/plugins/thrive-ultimatum/tcb/inc/classes/elements/class-tcb-numberedlist-element.php'),(12892,'wp-content/plugins/thrive-ultimatum/tcb/inc/classes/elements/class-tcb-post-element.php'),(12893,'wp-content/plugins/thrive-ultimatum/tcb/inc/classes/elements/class-tcb-post-list-element.php'),(12894,'wp-content/plugins/thrive-ultimatum/tcb/inc/classes/elements/class-tcb-postgrid-element.php'),(12895,'wp-content/plugins/thrive-ultimatum/tcb/inc/classes/elements/class-tcb-pricing-table-box-container-element.php'),(12896,'wp-content/plugins/thrive-ultimatum/tcb/inc/classes/elements/class-tcb-pricing-table-element.php'),(12897,'wp-content/plugins/thrive-ultimatum/tcb/inc/classes/elements/class-tcb-progressbar-element.php'),(12898,'wp-content/plugins/thrive-ultimatum/tcb/inc/classes/elements/class-tcb-rating-element.php'),(12899,'wp-content/plugins/thrive-ultimatum/tcb/inc/classes/elements/class-tcb-responsivevideo-element.php'),(12900,'wp-content/plugins/thrive-ultimatum/tcb/inc/classes/elements/class-tcb-reveal-element.php'),(12901,'wp-content/plugins/thrive-ultimatum/tcb/inc/classes/elements/class-tcb-section-element.php'),(12902,'wp-content/plugins/thrive-ultimatum/tcb/inc/classes/elements/class-tcb-social-element.php'),(12903,'wp-content/plugins/thrive-ultimatum/tcb/inc/classes/elements/class-tcb-stylebox-element.php'),(12904,'wp-content/plugins/thrive-ultimatum/tcb/inc/classes/elements/class-tcb-styledlist-element.php'),(12905,'wp-content/plugins/thrive-ultimatum/tcb/inc/classes/elements/class-tcb-styledlistitem-element.php'),(12906,'wp-content/plugins/thrive-ultimatum/tcb/inc/classes/elements/class-tcb-symbol-element.php'),(12907,'wp-content/plugins/thrive-ultimatum/tcb/inc/classes/elements/class-tcb-table-element.php'),(12908,'wp-content/plugins/thrive-ultimatum/tcb/inc/classes/elements/class-tcb-tabs-element.php'),(12909,'wp-content/plugins/thrive-ultimatum/tcb/inc/classes/elements/class-tcb-testimonial-element.php'),(12910,'wp-content/plugins/thrive-ultimatum/tcb/inc/classes/elements/class-tcb-text-element.php'),(12911,'wp-content/plugins/thrive-ultimatum/tcb/inc/classes/elements/class-tcb-toc-element.php'),(12912,'wp-content/plugins/thrive-ultimatum/tcb/inc/classes/elements/class-tcb-toggle-element.php'),(12913,'wp-content/plugins/thrive-ultimatum/tcb/inc/classes/elements/class-tcb-tweet-element.php'),(12914,'wp-content/plugins/thrive-ultimatum/tcb/inc/classes/elements/class-tcb-wordpress-element.php'),(12915,'wp-content/plugins/thrive-ultimatum/tcb/inc/classes/elements/pagination/class-tcb-pagination-element.php'),(12916,'wp-content/plugins/thrive-ultimatum/tcb/inc/classes/elements/pagination/class-tcb-pagination-first-last-button-element.php'),(12917,'wp-content/plugins/thrive-ultimatum/tcb/inc/classes/elements/pagination/class-tcb-pagination-label-element.php'),(12918,'wp-content/plugins/thrive-ultimatum/tcb/inc/classes/elements/pagination/class-tcb-pagination-load-more-element.php'),(12919,'wp-content/plugins/thrive-ultimatum/tcb/inc/classes/elements/pagination/class-tcb-pagination-navigation-container-element.php'),(12920,'wp-content/plugins/thrive-ultimatum/tcb/inc/classes/elements/pagination/class-tcb-pagination-number-current-element.php'),(12921,'wp-content/plugins/thrive-ultimatum/tcb/inc/classes/elements/pagination/class-tcb-pagination-number-item-element.php'),(12922,'wp-content/plugins/thrive-ultimatum/tcb/inc/classes/elements/pagination/class-tcb-pagination-prev-next-button-element.php'),(12923,'wp-content/plugins/thrive-ultimatum/tcb/inc/classes/elements/post-list-sub-elements/class-tcb-post-author-bio-element.php'),(12924,'wp-content/plugins/thrive-ultimatum/tcb/inc/classes/elements/post-list-sub-elements/class-tcb-post-author-name-element.php'),(12925,'wp-content/plugins/thrive-ultimatum/tcb/inc/classes/elements/post-list-sub-elements/class-tcb-post-author-picture-element.php'),(12926,'wp-content/plugins/thrive-ultimatum/tcb/inc/classes/elements/post-list-sub-elements/class-tcb-post-categories-element.php'),(12927,'wp-content/plugins/thrive-ultimatum/tcb/inc/classes/elements/post-list-sub-elements/class-tcb-post-comments-number-element.php'),(12928,'wp-content/plugins/thrive-ultimatum/tcb/inc/classes/elements/post-list-sub-elements/class-tcb-post-content-element.php'),(12929,'wp-content/plugins/thrive-ultimatum/tcb/inc/classes/elements/post-list-sub-elements/class-tcb-post-date-element.php'),(12930,'wp-content/plugins/thrive-ultimatum/tcb/inc/classes/elements/post-list-sub-elements/class-tcb-post-read-more-element.php'),(12931,'wp-content/plugins/thrive-ultimatum/tcb/inc/classes/elements/post-list-sub-elements/class-tcb-post-tags-element.php'),(12932,'wp-content/plugins/thrive-ultimatum/tcb/inc/classes/elements/post-list-sub-elements/class-tcb-post-thumbnail-element.php'),(12933,'wp-content/plugins/thrive-ultimatum/tcb/inc/classes/elements/post-list-sub-elements/class-tcb-post-title-element.php'),(12934,'wp-content/plugins/thrive-ultimatum/tcb/inc/classes/logo/class-tcb-logo-rest.php'),(12935,'wp-content/plugins/thrive-ultimatum/tcb/inc/classes/logo/class-tcb-logo.php'),(12936,'wp-content/plugins/thrive-ultimatum/tcb/inc/classes/post-list/class-tcb-post-list-author-image.php'),(12937,'wp-content/plugins/thrive-ultimatum/tcb/inc/classes/post-list/class-tcb-post-list-content.php'),(12938,'wp-content/plugins/thrive-ultimatum/tcb/inc/classes/post-list/class-tcb-post-list-featured-image.php'),(12939,'wp-content/plugins/thrive-ultimatum/tcb/inc/classes/post-list/class-tcb-post-list-rest.php'),(12940,'wp-content/plugins/thrive-ultimatum/tcb/inc/classes/post-list/class-tcb-post-list-shortcodes.php'),(12941,'wp-content/plugins/thrive-ultimatum/tcb/inc/classes/post-list/class-tcb-post-list-sub-element-abstract.php'),(12942,'wp-content/plugins/thrive-ultimatum/tcb/inc/classes/post-list/class-tcb-post-list.php'),(12943,'wp-content/plugins/thrive-ultimatum/tcb/inc/classes/post-list/pagination/class-tcb-pagination-load-more.php'),(12944,'wp-content/plugins/thrive-ultimatum/tcb/inc/classes/post-list/pagination/class-tcb-pagination-none.php'),(12945,'wp-content/plugins/thrive-ultimatum/tcb/inc/classes/post-list/pagination/class-tcb-pagination-numeric.php'),(12946,'wp-content/plugins/thrive-ultimatum/tcb/inc/classes/post-list/pagination/class-tcb-pagination.php'),(12947,'wp-content/plugins/thrive-ultimatum/tcb/inc/classes/symbols/class-tcb-symbol-export.php'),(12948,'wp-content/plugins/thrive-ultimatum/tcb/inc/classes/symbols/class-tcb-symbol-template.php'),(12949,'wp-content/plugins/thrive-ultimatum/tcb/inc/classes/symbols/class-tcb-symbols-dashboard.php'),(12950,'wp-content/plugins/thrive-ultimatum/tcb/inc/classes/symbols/class-tcb-symbols-post-type.php'),(12951,'wp-content/plugins/thrive-ultimatum/tcb/inc/classes/symbols/class-tcb-symbols-taxonomy.php'),(12952,'wp-content/plugins/thrive-ultimatum/tcb/inc/compat.php'),(12953,'wp-content/plugins/thrive-ultimatum/tcb/inc/functions.php'),(12954,'wp-content/plugins/thrive-ultimatum/tcb/inc/helpers/cloud.php'),(12955,'wp-content/plugins/thrive-ultimatum/tcb/inc/helpers/social.php'),(12956,'wp-content/plugins/thrive-ultimatum/tcb/inc/i18n.php'),(12957,'wp-content/plugins/thrive-ultimatum/tcb/inc/license_notice.php'),(12958,'wp-content/plugins/thrive-ultimatum/tcb/inc/menu/audio.php'),(12959,'wp-content/plugins/thrive-ultimatum/tcb/inc/menu/button.php'),(12960,'wp-content/plugins/thrive-ultimatum/tcb/inc/menu/cell.php'),(12961,'wp-content/plugins/thrive-ultimatum/tcb/inc/menu/click-tweet.php'),(12962,'wp-content/plugins/thrive-ultimatum/tcb/inc/menu/columns.php'),(12963,'wp-content/plugins/thrive-ultimatum/tcb/inc/menu/commentsdisqus.php'),(12964,'wp-content/plugins/thrive-ultimatum/tcb/inc/menu/commentsfacebook.php'),(12965,'wp-content/plugins/thrive-ultimatum/tcb/inc/menu/contact_form.php'),(12966,'wp-content/plugins/thrive-ultimatum/tcb/inc/menu/contact_form_submit.php'),(12967,'wp-content/plugins/thrive-ultimatum/tcb/inc/menu/contentblock.php'),(12968,'wp-content/plugins/thrive-ultimatum/tcb/inc/menu/contentbox.php'),(12969,'wp-content/plugins/thrive-ultimatum/tcb/inc/menu/countdown.php'),(12970,'wp-content/plugins/thrive-ultimatum/tcb/inc/menu/countdownevergreen.php'),(12971,'wp-content/plugins/thrive-ultimatum/tcb/inc/menu/credit.php'),(12972,'wp-content/plugins/thrive-ultimatum/tcb/inc/menu/ct_symbol.php'),(12973,'wp-content/plugins/thrive-ultimatum/tcb/inc/menu/decoration.php'),(12974,'wp-content/plugins/thrive-ultimatum/tcb/inc/menu/divider.php'),(12975,'wp-content/plugins/thrive-ultimatum/tcb/inc/menu/fillcounter.php'),(12976,'wp-content/plugins/thrive-ultimatum/tcb/inc/menu/footer.php'),(12977,'wp-content/plugins/thrive-ultimatum/tcb/inc/menu/form_submit.php'),(12978,'wp-content/plugins/thrive-ultimatum/tcb/inc/menu/general.php'),(12979,'wp-content/plugins/thrive-ultimatum/tcb/inc/menu/gmap.php'),(12980,'wp-content/plugins/thrive-ultimatum/tcb/inc/menu/header.php'),(12981,'wp-content/plugins/thrive-ultimatum/tcb/inc/menu/html.php'),(12982,'wp-content/plugins/thrive-ultimatum/tcb/inc/menu/icon.php'),(12983,'wp-content/plugins/thrive-ultimatum/tcb/inc/menu/image.php'),(12984,'wp-content/plugins/thrive-ultimatum/tcb/inc/menu/landing_page.php'),(12985,'wp-content/plugins/thrive-ultimatum/tcb/inc/menu/lead_generation.php'),(12986,'wp-content/plugins/thrive-ultimatum/tcb/inc/menu/lead_generation_checkbox.php'),(12987,'wp-content/plugins/thrive-ultimatum/tcb/inc/menu/lead_generation_input.php'),(12988,'wp-content/plugins/thrive-ultimatum/tcb/inc/menu/lead_generation_radio.php'),(12989,'wp-content/plugins/thrive-ultimatum/tcb/inc/menu/lead_generation_select.php'),(12990,'wp-content/plugins/thrive-ultimatum/tcb/inc/menu/lead_generation_submit.php'),(12991,'wp-content/plugins/thrive-ultimatum/tcb/inc/menu/lead_generation_textarea.php'),(12992,'wp-content/plugins/thrive-ultimatum/tcb/inc/menu/lightbox.php'),(12993,'wp-content/plugins/thrive-ultimatum/tcb/inc/menu/link.php'),(12994,'wp-content/plugins/thrive-ultimatum/tcb/inc/menu/logo.php'),(12995,'wp-content/plugins/thrive-ultimatum/tcb/inc/menu/lp-text.php'),(12996,'wp-content/plugins/thrive-ultimatum/tcb/inc/menu/megamenu_column.php'),(12997,'wp-content/plugins/thrive-ultimatum/tcb/inc/menu/megamenu_dropdown.php'),(12998,'wp-content/plugins/thrive-ultimatum/tcb/inc/menu/megamenu_image.php'),(12999,'wp-content/plugins/thrive-ultimatum/tcb/inc/menu/megamenu_item.php'),(13000,'wp-content/plugins/thrive-ultimatum/tcb/inc/menu/menu.php'),(13001,'wp-content/plugins/thrive-ultimatum/tcb/inc/menu/menu_item.php'),(13002,'wp-content/plugins/thrive-ultimatum/tcb/inc/menu/numberedlist.php'),(13003,'wp-content/plugins/thrive-ultimatum/tcb/inc/menu/pagination.php'),(13004,'wp-content/plugins/thrive-ultimatum/tcb/inc/menu/pagination_button.php'),(13005,'wp-content/plugins/thrive-ultimatum/tcb/inc/menu/pagination_label.php'),(13006,'wp-content/plugins/thrive-ultimatum/tcb/inc/menu/post.php'),(13007,'wp-content/plugins/thrive-ultimatum/tcb/inc/menu/post_author_name.php'),(13008,'wp-content/plugins/thrive-ultimatum/tcb/inc/menu/post_categories.php'),(13009,'wp-content/plugins/thrive-ultimatum/tcb/inc/menu/post_comments_number.php'),(13010,'wp-content/plugins/thrive-ultimatum/tcb/inc/menu/post_content.php'),(13011,'wp-content/plugins/thrive-ultimatum/tcb/inc/menu/post_date.php'),(13012,'wp-content/plugins/thrive-ultimatum/tcb/inc/menu/post_list.php'),(13013,'wp-content/plugins/thrive-ultimatum/tcb/inc/menu/post_tags.php'),(13014,'wp-content/plugins/thrive-ultimatum/tcb/inc/menu/post_thumbnail.php'),(13015,'wp-content/plugins/thrive-ultimatum/tcb/inc/menu/postgrid.php'),(13016,'wp-content/plugins/thrive-ultimatum/tcb/inc/menu/pricing_table.php'),(13017,'wp-content/plugins/thrive-ultimatum/tcb/inc/menu/progressbar.php'),(13018,'wp-content/plugins/thrive-ultimatum/tcb/inc/menu/rating.php'),(13019,'wp-content/plugins/thrive-ultimatum/tcb/inc/menu/responsivevideo.php'),(13020,'wp-content/plugins/thrive-ultimatum/tcb/inc/menu/reveal.php'),(13021,'wp-content/plugins/thrive-ultimatum/tcb/inc/menu/section.php'),(13022,'wp-content/plugins/thrive-ultimatum/tcb/inc/menu/social.php'),(13023,'wp-content/plugins/thrive-ultimatum/tcb/inc/menu/styledlist.php'),(13024,'wp-content/plugins/thrive-ultimatum/tcb/inc/menu/symbol.php'),(13025,'wp-content/plugins/thrive-ultimatum/tcb/inc/menu/table.php'),(13026,'wp-content/plugins/thrive-ultimatum/tcb/inc/menu/tableborders.php'),(13027,'wp-content/plugins/thrive-ultimatum/tcb/inc/menu/tabs.php'),(13028,'wp-content/plugins/thrive-ultimatum/tcb/inc/menu/text-type.php'),(13029,'wp-content/plugins/thrive-ultimatum/tcb/inc/menu/text.php'),(13030,'wp-content/plugins/thrive-ultimatum/tcb/inc/menu/toc.php'),(13031,'wp-content/plugins/thrive-ultimatum/tcb/inc/menu/toggle.php'),(13032,'wp-content/plugins/thrive-ultimatum/tcb/inc/menu/widget.php'),(13033,'wp-content/plugins/thrive-ultimatum/tcb/inc/menu/wordpress.php'),(13034,'wp-content/plugins/thrive-ultimatum/tcb/inc/views/actions/animation.php'),(13035,'wp-content/plugins/thrive-ultimatum/tcb/inc/views/actions/audio-providers/custom-extra.php'),(13036,'wp-content/plugins/thrive-ultimatum/tcb/inc/views/actions/audio-providers/custom.php'),(13037,'wp-content/plugins/thrive-ultimatum/tcb/inc/views/actions/audio-providers/soundcloud-extra.php'),(13038,'wp-content/plugins/thrive-ultimatum/tcb/inc/views/actions/audio-providers/soundcloud.php'),(13039,'wp-content/plugins/thrive-ultimatum/tcb/inc/views/actions/audio-providers/spotify.php'),(13040,'wp-content/plugins/thrive-ultimatum/tcb/inc/views/actions/close-lightbox.js.php'),(13041,'wp-content/plugins/thrive-ultimatum/tcb/inc/views/actions/image-zoom.js.php'),(13042,'wp-content/plugins/thrive-ultimatum/tcb/inc/views/actions/lightbox.php'),(13043,'wp-content/plugins/thrive-ultimatum/tcb/inc/views/actions/link.php'),(13044,'wp-content/plugins/thrive-ultimatum/tcb/inc/views/actions/responsive-video-providers/custom-extra.php'),(13045,'wp-content/plugins/thrive-ultimatum/tcb/inc/views/actions/responsive-video-providers/custom.php'),(13046,'wp-content/plugins/thrive-ultimatum/tcb/inc/views/actions/responsive-video-providers/external-extra.php'),(13047,'wp-content/plugins/thrive-ultimatum/tcb/inc/views/actions/responsive-video-providers/external.php'),(13048,'wp-content/plugins/thrive-ultimatum/tcb/inc/views/actions/responsive-video-providers/vimeo-extra.php'),(13049,'wp-content/plugins/thrive-ultimatum/tcb/inc/views/actions/responsive-video-providers/vimeo.php'),(13050,'wp-content/plugins/thrive-ultimatum/tcb/inc/views/actions/responsive-video-providers/wistia-extra.php'),(13051,'wp-content/plugins/thrive-ultimatum/tcb/inc/views/actions/responsive-video-providers/wistia.php'),(13052,'wp-content/plugins/thrive-ultimatum/tcb/inc/views/actions/responsive-video-providers/youtube-extra.php'),(13053,'wp-content/plugins/thrive-ultimatum/tcb/inc/views/actions/responsive-video-providers/youtube.php'),(13054,'wp-content/plugins/thrive-ultimatum/tcb/inc/views/actions/tooltip.js.php'),(13055,'wp-content/plugins/thrive-ultimatum/tcb/inc/views/actions/tooltip.php'),(13056,'wp-content/plugins/thrive-ultimatum/tcb/inc/views/actions/video-popup/custom.php'),(13057,'wp-content/plugins/thrive-ultimatum/tcb/inc/views/actions/video-popup/external.php'),(13058,'wp-content/plugins/thrive-ultimatum/tcb/inc/views/actions/video-popup/vimeo.php'),(13059,'wp-content/plugins/thrive-ultimatum/tcb/inc/views/actions/video-popup/wistia.php'),(13060,'wp-content/plugins/thrive-ultimatum/tcb/inc/views/actions/video-popup/youtube.php'),(13061,'wp-content/plugins/thrive-ultimatum/tcb/inc/views/actions/video-popup.js.php'),(13062,'wp-content/plugins/thrive-ultimatum/tcb/inc/views/admin/cannot-edit-blog-page.php'),(13063,'wp-content/plugins/thrive-ultimatum/tcb/inc/views/admin/page-loader.php'),(13064,'wp-content/plugins/thrive-ultimatum/tcb/inc/views/admin/post-edit-button.php'),(13065,'wp-content/plugins/thrive-ultimatum/tcb/inc/views/central-style-panel.php'),(13066,'wp-content/plugins/thrive-ultimatum/tcb/inc/views/control-panel.php'),(13067,'wp-content/plugins/thrive-ultimatum/tcb/inc/views/editor-settings.php'),(13068,'wp-content/plugins/thrive-ultimatum/tcb/inc/views/elements/-list-promoted.php'),(13069,'wp-content/plugins/thrive-ultimatum/tcb/inc/views/elements/-sidebar-list.php'),(13070,'wp-content/plugins/thrive-ultimatum/tcb/inc/views/elements/audio.php'),(13071,'wp-content/plugins/thrive-ultimatum/tcb/inc/views/elements/button.php'),(13072,'wp-content/plugins/thrive-ultimatum/tcb/inc/views/elements/commentsdisqus.php'),(13073,'wp-content/plugins/thrive-ultimatum/tcb/inc/views/elements/commentsfacebook.php'),(13074,'wp-content/plugins/thrive-ultimatum/tcb/inc/views/elements/contact_form.php'),(13075,'wp-content/plugins/thrive-ultimatum/tcb/inc/views/elements/contentblock.php'),(13076,'wp-content/plugins/thrive-ultimatum/tcb/inc/views/elements/contentbox.php'),(13077,'wp-content/plugins/thrive-ultimatum/tcb/inc/views/elements/countdown.php'),(13078,'wp-content/plugins/thrive-ultimatum/tcb/inc/views/elements/countdownevergreen.php'),(13079,'wp-content/plugins/thrive-ultimatum/tcb/inc/views/elements/ct_symbol.php'),(13080,'wp-content/plugins/thrive-ultimatum/tcb/inc/views/elements/divider.php'),(13081,'wp-content/plugins/thrive-ultimatum/tcb/inc/views/elements/element-placeholder.php'),(13082,'wp-content/plugins/thrive-ultimatum/tcb/inc/views/elements/fillcounter.php'),(13083,'wp-content/plugins/thrive-ultimatum/tcb/inc/views/elements/footer.php'),(13084,'wp-content/plugins/thrive-ultimatum/tcb/inc/views/elements/gmap.php'),(13085,'wp-content/plugins/thrive-ultimatum/tcb/inc/views/elements/header.php'),(13086,'wp-content/plugins/thrive-ultimatum/tcb/inc/views/elements/html.php'),(13087,'wp-content/plugins/thrive-ultimatum/tcb/inc/views/elements/icon.php'),(13088,'wp-content/plugins/thrive-ultimatum/tcb/inc/views/elements/image.php'),(13089,'wp-content/plugins/thrive-ultimatum/tcb/inc/views/elements/lead_generation.php'),(13090,'wp-content/plugins/thrive-ultimatum/tcb/inc/views/elements/menu-generated.php'),(13091,'wp-content/plugins/thrive-ultimatum/tcb/inc/views/elements/moretag.php'),(13092,'wp-content/plugins/thrive-ultimatum/tcb/inc/views/elements/post-list-article.php'),(13093,'wp-content/plugins/thrive-ultimatum/tcb/inc/views/elements/postgrid.php'),(13094,'wp-content/plugins/thrive-ultimatum/tcb/inc/views/elements/pricing_table.php'),(13095,'wp-content/plugins/thrive-ultimatum/tcb/inc/views/elements/progressbar.php'),(13096,'wp-content/plugins/thrive-ultimatum/tcb/inc/views/elements/responsivevideo.php'),(13097,'wp-content/plugins/thrive-ultimatum/tcb/inc/views/elements/reveal.php'),(13098,'wp-content/plugins/thrive-ultimatum/tcb/inc/views/elements/section-placeholder.php'),(13099,'wp-content/plugins/thrive-ultimatum/tcb/inc/views/elements/section.php'),(13100,'wp-content/plugins/thrive-ultimatum/tcb/inc/views/elements/symbol.php'),(13101,'wp-content/plugins/thrive-ultimatum/tcb/inc/views/elements/table.php'),(13102,'wp-content/plugins/thrive-ultimatum/tcb/inc/views/elements/tabs.php'),(13103,'wp-content/plugins/thrive-ultimatum/tcb/inc/views/elements/text.php'),(13104,'wp-content/plugins/thrive-ultimatum/tcb/inc/views/elements/toc.php'),(13105,'wp-content/plugins/thrive-ultimatum/tcb/inc/views/elements/toggle.php'),(13106,'wp-content/plugins/thrive-ultimatum/tcb/inc/views/elements/tweet.php'),(13107,'wp-content/plugins/thrive-ultimatum/tcb/inc/views/elements/wordpress.php'),(13108,'wp-content/plugins/thrive-ultimatum/tcb/inc/views/inner.php'),(13109,'wp-content/plugins/thrive-ultimatum/tcb/inc/views/layouts/editor-lightbox.php'),(13110,'wp-content/plugins/thrive-ultimatum/tcb/inc/views/layouts/editor.php'),(13111,'wp-content/plugins/thrive-ultimatum/tcb/inc/views/loading-spinner.php'),(13112,'wp-content/plugins/thrive-ultimatum/tcb/inc/views/modals/api-connections.php'),(13113,'wp-content/plugins/thrive-ultimatum/tcb/inc/views/modals/cf-error-messages.php'),(13114,'wp-content/plugins/thrive-ultimatum/tcb/inc/views/modals/cloud-templates.php'),(13115,'wp-content/plugins/thrive-ultimatum/tcb/inc/views/modals/content-blocks.php'),(13116,'wp-content/plugins/thrive-ultimatum/tcb/inc/views/modals/ct-symbols.php'),(13117,'wp-content/plugins/thrive-ultimatum/tcb/inc/views/modals/custom-html.php'),(13118,'wp-content/plugins/thrive-ultimatum/tcb/inc/views/modals/fancy-divider.php'),(13119,'wp-content/plugins/thrive-ultimatum/tcb/inc/views/modals/headers.php'),(13120,'wp-content/plugins/thrive-ultimatum/tcb/inc/views/modals/icons.php'),(13121,'wp-content/plugins/thrive-ultimatum/tcb/inc/views/modals/lg-error-messages.php'),(13122,'wp-content/plugins/thrive-ultimatum/tcb/inc/views/modals/lp-export.php'),(13123,'wp-content/plugins/thrive-ultimatum/tcb/inc/views/modals/lp-save-template.php'),(13124,'wp-content/plugins/thrive-ultimatum/tcb/inc/views/modals/lp-templates.php'),(13125,'wp-content/plugins/thrive-ultimatum/tcb/inc/views/modals/no-content-templates.php'),(13126,'wp-content/plugins/thrive-ultimatum/tcb/inc/views/modals/options-post-types.php'),(13127,'wp-content/plugins/thrive-ultimatum/tcb/inc/views/modals/page-events.php'),(13128,'wp-content/plugins/thrive-ultimatum/tcb/inc/views/modals/post-list-query.php'),(13129,'wp-content/plugins/thrive-ultimatum/tcb/inc/views/modals/post-options-confirm.php'),(13130,'wp-content/plugins/thrive-ultimatum/tcb/inc/views/modals/revision-manager.php'),(13131,'wp-content/plugins/thrive-ultimatum/tcb/inc/views/modals/save-elements.php'),(13132,'wp-content/plugins/thrive-ultimatum/tcb/inc/views/modals/save-template.php'),(13133,'wp-content/plugins/thrive-ultimatum/tcb/inc/views/modals/sections.php'),(13134,'wp-content/plugins/thrive-ultimatum/tcb/inc/views/modals/symbols.php'),(13135,'wp-content/plugins/thrive-ultimatum/tcb/inc/views/modals/wordpress-content.php'),(13136,'wp-content/plugins/thrive-ultimatum/tcb/inc/views/modals.php'),(13137,'wp-content/plugins/thrive-ultimatum/tcb/inc/views/pagination/button.php'),(13138,'wp-content/plugins/thrive-ultimatum/tcb/inc/views/pagination/first-icon.php'),(13139,'wp-content/plugins/thrive-ultimatum/tcb/inc/views/pagination/label-pages.php'),(13140,'wp-content/plugins/thrive-ultimatum/tcb/inc/views/pagination/label-posts.php'),(13141,'wp-content/plugins/thrive-ultimatum/tcb/inc/views/pagination/last-icon.php'),(13142,'wp-content/plugins/thrive-ultimatum/tcb/inc/views/pagination/load-more-button.php'),(13143,'wp-content/plugins/thrive-ultimatum/tcb/inc/views/pagination/next-icon.php'),(13144,'wp-content/plugins/thrive-ultimatum/tcb/inc/views/pagination/prev-icon.php'),(13145,'wp-content/plugins/thrive-ultimatum/tcb/inc/views/post-list-sub-elements/author-bio.php'),(13146,'wp-content/plugins/thrive-ultimatum/tcb/inc/views/post-list-sub-elements/author-name.php'),(13147,'wp-content/plugins/thrive-ultimatum/tcb/inc/views/post-list-sub-elements/comments-number.php'),(13148,'wp-content/plugins/thrive-ultimatum/tcb/inc/views/post-list-sub-elements/post-categories.php'),(13149,'wp-content/plugins/thrive-ultimatum/tcb/inc/views/post-list-sub-elements/post-date.php'),(13150,'wp-content/plugins/thrive-ultimatum/tcb/inc/views/post-list-sub-elements/post-tags.php'),(13151,'wp-content/plugins/thrive-ultimatum/tcb/inc/views/post-list-sub-elements/post-title.php'),(13152,'wp-content/plugins/thrive-ultimatum/tcb/inc/views/sc-post-grid.php'),(13153,'wp-content/plugins/thrive-ultimatum/tcb/inc/views/settings.php'),(13154,'wp-content/plugins/thrive-ultimatum/tcb/inc/views/sidebar-bottom.php'),(13155,'wp-content/plugins/thrive-ultimatum/tcb/inc/views/sidebar-default.php'),(13156,'wp-content/plugins/thrive-ultimatum/tcb/inc/views/sidebar-right.php'),(13157,'wp-content/plugins/thrive-ultimatum/tcb/inc/views/sidebars/post-grid-edit-grid-options.php'),(13158,'wp-content/plugins/thrive-ultimatum/tcb/inc/views/sidebars/table-edit-state.php'),(13159,'wp-content/plugins/thrive-ultimatum/tcb/inc/views/symbols/section-content.php'),(13160,'wp-content/plugins/thrive-ultimatum/tcb/inc/views/symbols/symbol-body-close.php'),(13161,'wp-content/plugins/thrive-ultimatum/tcb/inc/views/symbols/symbol-body-open.php'),(13162,'wp-content/plugins/thrive-ultimatum/tcb/inc/views/symbols/symbol-content.php'),(13163,'wp-content/plugins/thrive-ultimatum/tcb/inc/views/symbols/symbols-dashboard.php'),(13164,'wp-content/plugins/thrive-ultimatum/tcb/inc/views/widget-form.php'),(13165,'wp-content/plugins/thrive-ultimatum/tcb/landing-page/inc/TCB_Landing_Page_Transfer.php'),(13166,'wp-content/plugins/thrive-ultimatum/tcb/landing-page/inc/class-tcb-landing-page.php'),(13167,'wp-content/plugins/thrive-ultimatum/tcb/landing-page/layout.php'),(13168,'wp-content/plugins/thrive-ultimatum/tcb/landing-page/templates/_config.php'),(13169,'wp-content/plugins/thrive-ultimatum/tcb/plugin-core.php'),(13170,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/classes/AjaxController.php'),(13171,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/classes/Product/Abstract.php'),(13172,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/classes/Product/LicenseManager.php'),(13173,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/css/font/dashboard-icons.svg'),(13174,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/css/font/icomoon.svg'),(13175,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/css/font/tvd-icons.svg'),(13176,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/css/images/paste-blue.svg'),(13177,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/css/images/paste-green.svg'),(13178,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/css/images/paste.svg'),(13179,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/_crawlers.php'),(13180,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/access-manager/class-tvd-am.php'),(13181,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/access-manager/includes/assets/css/am-icons.svg'),(13182,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/access-manager/includes/assets/js/admin.js'),(13183,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/access-manager/includes/assets/js/admin.min.js'),(13184,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/access-manager/includes/templates/access-manager.php'),(13185,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auth-check/auth-check.js'),(13186,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auth-check/class-tvd-auth-check.php'),(13187,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auth-check/handle-login.php'),(13188,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/admin.php'),(13189,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/api_log.php'),(13190,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/classes/ApiVideos.php'),(13191,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/classes/Connection/AWeber.php'),(13192,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/classes/Connection/Abstract.php'),(13193,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/classes/Connection/ActiveCampaign.php'),(13194,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/classes/Connection/ArpReach.php'),(13195,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/classes/Connection/Awsses.php'),(13196,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/classes/Connection/CampaignMonitor.php'),(13197,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/classes/Connection/CampaignMonitorEmail.php'),(13198,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/classes/Connection/ConstantContact.php'),(13199,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/classes/Connection/ConvertKit.php'),(13200,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/classes/Connection/Drip.php'),(13201,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/classes/Connection/EverWebinar.php'),(13202,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/classes/Connection/Facebook.php'),(13203,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/classes/Connection/GetResponse.php'),(13204,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/classes/Connection/GoToWebinar.php'),(13205,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/classes/Connection/Google.php'),(13206,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/classes/Connection/HubSpot.php'),(13207,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/classes/Connection/Infusionsoft.php'),(13208,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/classes/Connection/KlickTipp.php'),(13209,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/classes/Connection/MadMimi.php'),(13210,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/classes/Connection/MailPoet.php'),(13211,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/classes/Connection/MailRelay.php'),(13212,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/classes/Connection/MailRelayEmail.php'),(13213,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/classes/Connection/Mailchimp.php'),(13214,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/classes/Connection/MailerLite.php'),(13215,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/classes/Connection/Mailgun.php'),(13216,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/classes/Connection/Mailster.php'),(13217,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/classes/Connection/Mandrill.php'),(13218,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/classes/Connection/Mautic.php'),(13219,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/classes/Connection/Ontraport.php'),(13220,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/classes/Connection/Postmark.php'),(13221,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/classes/Connection/ReCaptcha.php'),(13222,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/classes/Connection/SGAutorepondeur.php'),(13223,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/classes/Connection/SendGrid.php'),(13224,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/classes/Connection/SendGridEmail.php'),(13225,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/classes/Connection/SendOwl.php'),(13226,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/classes/Connection/Sendinblue.php'),(13227,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/classes/Connection/SendinblueEmail.php'),(13228,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/classes/Connection/Sendlane.php'),(13229,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/classes/Connection/Sendreach.php'),(13230,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/classes/Connection/Sendy.php'),(13231,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/classes/Connection/SparkPost.php'),(13232,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/classes/Connection/Twitter.php'),(13233,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/classes/Connection/WebinarJamStudio.php'),(13234,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/classes/Connection/Wordpress.php'),(13235,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/classes/Connection/Zapier.php'),(13236,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/classes/Connection/Zoom.php'),(13237,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/classes/Connection/iContact.php'),(13238,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/classes/Connection/v2/GoToWebinar.php'),(13239,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/classes/Connection/v2/SendGrid.php'),(13240,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/classes/Editor/Controller.php'),(13241,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/classes/Manager.php'),(13242,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/Base.php'),(13243,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/Collection.php'),(13244,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/Entry.php'),(13245,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/EntryDataArray.php'),(13246,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/Http/Response.php'),(13247,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/Oauth/Adapter.php'),(13248,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/Oauth/Application.php'),(13249,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/Oauth/ServiceProvider.php'),(13250,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/Oauth/User.php'),(13251,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/Response.php'),(13252,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/ServiceProvider.php'),(13253,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/exceptions.php'),(13254,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber.php'),(13255,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/ActiveCampaign/Exception.php'),(13256,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/ActiveCampaign.php'),(13257,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/ArpReach/ContactException/Exists.php'),(13258,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/ArpReach/Exception.php'),(13259,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/ArpReach.php'),(13260,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Awsses/Exception.php'),(13261,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Awsses/SimpleEmailServiceMessage.php'),(13262,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Awsses/SimpleEmailServiceRequest.php'),(13263,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Awsses.php'),(13264,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/CampaignMonitor/ClassicEmail.php'),(13265,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/CampaignMonitor/List.php'),(13266,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/CampaignMonitor.php'),(13267,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/ConstantContact/AlreadyExistException.php'),(13268,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/ConstantContact/Exception.php'),(13269,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/ConstantContact.php'),(13270,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/ConvertKit/Exception.php'),(13271,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/ConvertKit.php'),(13272,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/CustomHtml.php'),(13273,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Drip/Exception/Unsubscribed.php'),(13274,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Drip/Exception.php'),(13275,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Drip.php'),(13276,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/EverWebinar/Exception.php'),(13277,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/EverWebinar.php'),(13278,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Facebook/Base.php'),(13279,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Facebook/Exception/Exception.php'),(13280,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Facebook.php'),(13281,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/GetResponse/Exception.php'),(13282,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/GetResponse.php'),(13283,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/GetResponseV3.php'),(13284,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/GoToWebinar/Exception.php'),(13285,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/GoToWebinar.php'),(13286,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Html/Renderer.php'),(13287,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/HubSpot/Exception.php'),(13288,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/HubSpot.php'),(13289,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Infusionsoft/InfusionsoftException.php'),(13290,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Infusionsoft.php'),(13291,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/KlickTipp/Exception.php'),(13292,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/KlickTipp.php'),(13293,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/MadMimi/Exception.php'),(13294,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/MadMimi.php'),(13295,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/MailRelay/Exception.php'),(13296,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/MailRelay.php'),(13297,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/MailRelayV1.php'),(13298,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Campaigns.php'),(13299,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Conversations.php'),(13300,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Ecomm.php'),(13301,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Exception.php'),(13302,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Folders.php'),(13303,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Gallery.php'),(13304,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Goal.php'),(13305,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Helper.php'),(13306,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Lists.php'),(13307,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Mobile.php'),(13308,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Neapolitan.php'),(13309,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Reports.php'),(13310,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Templates.php'),(13311,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Users.php'),(13312,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Vip.php'),(13313,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp.php'),(13314,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/ApiAbstract.php'),(13315,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/ApiConstants.php'),(13316,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/Campaigns.php'),(13317,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/Fields.php'),(13318,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/Groups.php'),(13319,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/Lists.php'),(13320,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/MailerLiteSdkException.php'),(13321,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/Rest.php'),(13322,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/RestClient.php'),(13323,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/Subscribers.php'),(13324,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite.php'),(13325,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/Api.php'),(13326,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/BatchMessage.php'),(13327,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/ExceptionMessages.php'),(13328,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/GenericHTTPError.php'),(13329,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/InvalidCredentials.php'),(13330,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/InvalidParameter.php'),(13331,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/InvalidParameterType.php'),(13332,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/MessageBuilder.php'),(13333,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/MissingEndpoint.php'),(13334,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/MissingRequiredMIMEParameters.php'),(13335,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/MissingRequiredParameters.php'),(13336,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/NoDomainsConfigured.php'),(13337,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/OptInHandler.php'),(13338,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/RestClient.php'),(13339,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/TooManyParameters.php'),(13340,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun.php'),(13341,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Exceptions.php'),(13342,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Exports.php'),(13343,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Inbound.php'),(13344,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Internal.php'),(13345,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Ips.php'),(13346,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Messages.php'),(13347,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Metadata.php'),(13348,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Rejects.php'),(13349,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Senders.php'),(13350,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Subaccounts.php'),(13351,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Tags.php'),(13352,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Template.php'),(13353,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Urls.php'),(13354,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Users.php'),(13355,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Webhooks.php'),(13356,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Whitelists.php'),(13357,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill.php'),(13358,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/ActionNotSupportedException.php'),(13359,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Api.php'),(13360,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/ApiAuth.php'),(13361,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Assets.php'),(13362,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/AuthInterface.php'),(13363,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Campaigns.php'),(13364,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Contacts.php'),(13365,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/ContextNotFoundException.php'),(13366,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Data.php'),(13367,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Emails.php'),(13368,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Forms.php'),(13369,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/IncorrectParametersReturnedException.php'),(13370,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Leads.php'),(13371,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Lists.php'),(13372,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/OAuth.php'),(13373,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Pages.php'),(13374,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/PointTriggers.php'),(13375,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Points.php'),(13376,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Reports.php'),(13377,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Segments.php'),(13378,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/UnexpectedResponseFormatException.php'),(13379,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic.php'),(13380,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Ontraport/Exception.php'),(13381,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Ontraport/ObjectType.php'),(13382,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Ontraport.php'),(13383,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Postmark/AdminClient.php'),(13384,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Postmark/Attachment.php'),(13385,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Postmark/CaseInsensitiveArray.php'),(13386,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Postmark/ClientBase.php'),(13387,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Postmark/DynamicResponseModel.php'),(13388,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Postmark/Exception.php'),(13389,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Postmark.php'),(13390,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/SGAutorepondeur.php'),(13391,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/SendGrid/Client.php'),(13392,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/SendGrid/Exception.php'),(13393,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/SendGrid/Response.php'),(13394,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/SendGrid.php'),(13395,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/SendGridEmail/Client.php'),(13396,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/SendGridEmail/Email.php'),(13397,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/SendGridEmail/Exception.php'),(13398,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/SendGridEmail/Response.php'),(13399,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/SendGridEmail/api_keys.php'),(13400,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/SendGridEmail/asm_groups.php'),(13401,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/SendGridEmail/asm_suppressions.php'),(13402,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/SendGridEmail/global_stats.php'),(13403,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/SendGridEmail.php'),(13404,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/SendOwl/Exception.php'),(13405,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/SendOwl.php'),(13406,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/SendinBlue/Exception.php'),(13407,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Sendinblue.php'),(13408,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Sendlane/Exception.php'),(13409,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Sendlane.php'),(13410,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Campaigns.php'),(13411,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Client.php'),(13412,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Config.php'),(13413,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Countries.php'),(13414,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Customers.php'),(13415,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Exception.php'),(13416,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Json.php'),(13417,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/ListFields.php'),(13418,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/ListSegments.php'),(13419,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/ListSubscribers.php'),(13420,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Lists.php'),(13421,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Params.php'),(13422,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/ParamsIterator.php'),(13423,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Request.php'),(13424,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Response.php'),(13425,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/SendreachV2.php'),(13426,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Templates.php'),(13427,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/TransactionalEmails.php'),(13428,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach.php'),(13429,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Sendy/Exception.php'),(13430,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Sendy.php'),(13431,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/SparkPost/APIResource.php'),(13432,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/SparkPost/Connection.php'),(13433,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/SparkPost/Exception.php'),(13434,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/SparkPost.php'),(13435,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/TdJwt/BeforeValidException.php'),(13436,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/TdJwt/ExpiredException.php'),(13437,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/TdJwt/SignatureInvalidException.php'),(13438,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/TdJwt/TdJwt.php'),(13439,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Twitter.php'),(13440,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/WebinarJamStudio/Exception.php'),(13441,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/WebinarJamStudio.php'),(13442,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Zapier/Exception.php'),(13443,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Zapier.php'),(13444,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Zoom/Exception.php'),(13445,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/Zoom.php'),(13446,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/iContact/Exception.php'),(13447,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/iContact.php'),(13448,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/lib/vendor/v2/GoToWebinar.php'),(13449,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/misc.php'),(13450,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/views/admin-error-logs.php'),(13451,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/views/admin-list.php'),(13452,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/views/admin-messages.php'),(13453,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/views/editor/add-api.php'),(13454,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/views/editor/add-custom-html.php'),(13455,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/views/editor/add.php'),(13456,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/views/editor/autoresponder-code-fields.php'),(13457,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/views/editor/captcha-settings.php'),(13458,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/views/editor/dashboard-api.php'),(13459,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/views/editor/dashboard-custom-html.php'),(13460,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/views/editor/dashboard.php'),(13461,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/views/editor/partials/api-lists.php'),(13462,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/views/editor/partials/api-select.php'),(13463,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/views/editor/partials/api-shortcodes.php'),(13464,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/views/error-log-entry.php'),(13465,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/views/includes/video-link.php'),(13466,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/views/js/admin-global.js'),(13467,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/views/js/admin-global.min.js'),(13468,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/views/js/admin-logs-list.js'),(13469,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/views/setup/activecampaign/forms-list.php'),(13470,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/views/setup/activecampaign.php'),(13471,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/views/setup/arpreach.php'),(13472,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/views/setup/aweber/tags.php'),(13473,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/views/setup/aweber.php'),(13474,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/views/setup/awsses.php'),(13475,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/views/setup/campaignmonitor.php'),(13476,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/views/setup/campaignmonitoremail.php'),(13477,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/views/setup/constant-contact.php'),(13478,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/views/setup/convertkit.php'),(13479,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/views/setup/drip/optin-type.php'),(13480,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/views/setup/drip/proprieties.php'),(13481,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/views/setup/drip/select-type.php'),(13482,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/views/setup/drip.php'),(13483,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/views/setup/everwebinar.php'),(13484,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/views/setup/facebook.php'),(13485,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/views/setup/get-response.php'),(13486,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/views/setup/getresponse/cycleday.php'),(13487,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/views/setup/google.php'),(13488,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/views/setup/gotowebinar.php'),(13489,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/views/setup/hubspot.php'),(13490,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/views/setup/iContact.php'),(13491,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/views/setup/infusionsoft.php'),(13492,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/views/setup/klicktipp/tags.php'),(13493,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/views/setup/klicktipp.php'),(13494,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/views/setup/madmimi.php'),(13495,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/views/setup/mailchimp/api-groups.php'),(13496,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/views/setup/mailchimp/optin-type.php'),(13497,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/views/setup/mailchimp.php'),(13498,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/views/setup/mailerlite.php'),(13499,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/views/setup/mailgun.php'),(13500,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/views/setup/mailpoet.php'),(13501,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/views/setup/mailrelay.php'),(13502,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/views/setup/mailrelayemail.php'),(13503,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/views/setup/mailster.php'),(13504,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/views/setup/mandrill.php'),(13505,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/views/setup/mautic.php'),(13506,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/views/setup/ontraport.php'),(13507,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/views/setup/postmark.php'),(13508,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/views/setup/recaptcha.php'),(13509,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/views/setup/sendgrid.php'),(13510,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/views/setup/sendgridemail.php'),(13511,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/views/setup/sendinblue.php'),(13512,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/views/setup/sendinblueemail.php'),(13513,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/views/setup/sendlane.php'),(13514,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/views/setup/sendowl.php'),(13515,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/views/setup/sendreach.php'),(13516,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/views/setup/sendy/note.php'),(13517,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/views/setup/sendy.php'),(13518,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/views/setup/sg-autorepondeur.php'),(13519,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/views/setup/sparkpost.php'),(13520,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/views/setup/twitter.php'),(13521,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/views/setup/webinarjamstudio.php'),(13522,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/views/setup/wordpress.php'),(13523,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/views/setup/zapier.php'),(13524,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/auto-responder/views/setup/zoom.php'),(13525,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/crons.php'),(13526,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/db-manager/class-td-db-manager.php'),(13527,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/db-manager/class-td-db-migration.php'),(13528,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/font-import-manager/classes/Tve_Dash_Font_Import_Manager.php'),(13529,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/font-import-manager/classes/Tve_Dash_Font_Import_Manager_Data.php'),(13530,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/font-import-manager/classes/Tve_Dash_Font_Import_Manager_View.php'),(13531,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/font-import-manager/views/form.php'),(13532,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/font-import-manager/views/js/manager.js'),(13533,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/font-import-manager/views/main.php'),(13534,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/font-import-manager/views/messages.php'),(13535,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/font-manager/font-manager.php'),(13536,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/font-manager/views/admin-font-manager.php'),(13537,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/font-manager/views/admin-font-options.php'),(13538,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/functions.php'),(13539,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/hooks.php'),(13540,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/icon-manager/classes/Tve_Dash_Thrive_Icon_Manager.php'),(13541,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/icon-manager/classes/Tve_Dash_Thrive_Icon_Manager_Data.php'),(13542,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/icon-manager/classes/Tve_Dash_Thrive_Icon_Manager_View.php'),(13543,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/icon-manager/views/form.php'),(13544,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/icon-manager/views/icons.php'),(13545,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/icon-manager/views/js/manager.js'),(13546,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/icon-manager/views/js/manager.min.js'),(13547,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/icon-manager/views/main.php'),(13548,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/icon-manager/views/messages.php'),(13549,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/notification-inbox/assets/dist/admin.js'),(13550,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/notification-inbox/assets/dist/admin.min.js'),(13551,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/notification-inbox/assets/js/admin.js'),(13552,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/notification-inbox/assets/js/collections/base.js'),(13553,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/notification-inbox/assets/js/collections/notifications.js'),(13554,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/notification-inbox/assets/js/models/notification.js'),(13555,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/notification-inbox/assets/js/views/base.js'),(13556,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/notification-inbox/assets/js/views/notification.js'),(13557,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/notification-inbox/assets/js/views/notificationCounter.js'),(13558,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/notification-inbox/assets/js/views/notificationDetail.js'),(13559,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/notification-inbox/assets/js/views/notificationHeader.js'),(13560,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/notification-inbox/assets/js/views/notificationsList.js'),(13561,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/notification-inbox/class-td-inbox.php'),(13562,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/notification-inbox/i18n.php'),(13563,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/notification-inbox/includes/admin/class-td-ni-ajax-controller.php'),(13564,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/notification-inbox/includes/init/class-ni-inbox-manager.php'),(13565,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/notification-inbox/includes/init/class-ni-message.php'),(13566,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/notification-inbox/views/templates/backbone/ni-notification-detail.phtml'),(13567,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/notification-inbox/views/templates/backbone/ni-notification.phtml'),(13568,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/notification-inbox/views/templates/backbone/notification-header.phtml'),(13569,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/notification-inbox/views/templates/notification-inbox-button.php'),(13570,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/notification-manager/assets/fonts/tvd-nm-icons.svg'),(13571,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/notification-manager/assets/js/admin/backbone/modals.js'),(13572,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/notification-manager/assets/js/admin/backbone/models.js'),(13573,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/notification-manager/assets/js/admin/backbone/routes.js'),(13574,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/notification-manager/assets/js/admin/backbone/util.js'),(13575,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/notification-manager/assets/js/admin/backbone/views.js'),(13576,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/notification-manager/assets/js/admin/backbone.js'),(13577,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/notification-manager/assets/js/admin/backbone.min.js'),(13578,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/notification-manager/assets/js/admin/wordpress_notification.js'),(13579,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/notification-manager/class-td-nm.php'),(13580,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/notification-manager/i18n.php'),(13581,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/notification-manager/includes/actions/class-nm-action-abstract.php'),(13582,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/notification-manager/includes/actions/class-nm-action-custom-script.php'),(13583,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/notification-manager/includes/actions/class-nm-action-send-email-notification.php'),(13584,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/notification-manager/includes/actions/class-nm-action-wordpress-notification.php'),(13585,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/notification-manager/includes/admin/class-td-nm-admin-ajax-controller.php'),(13586,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/notification-manager/includes/admin/class-td-nm-admin.php'),(13587,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/action-type-box.phtml'),(13588,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/actions/settings/custom-script.phtml'),(13589,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/actions/settings/send-email-notification.phtml'),(13590,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/actions/settings/wordpress-notification.phtml'),(13591,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/breadcrumbs.phtml'),(13592,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/dashboard.phtml'),(13593,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/header.phtml'),(13594,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/messages/form.phtml'),(13595,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/messages/shortcodes/item.phtml'),(13596,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/modals/add-action.phtml'),(13597,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/modals/create-notification.phtml'),(13598,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/modals/delete-confirmation.phtml'),(13599,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/modals/edit-action.phtml'),(13600,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/modals/edit-trigger.phtml'),(13601,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/modals/email-services.phtml'),(13602,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/modals/notification-summary.phtml'),(13603,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/new-button.phtml'),(13604,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/notifications/item.phtml'),(13605,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/options/action-buttons.phtml'),(13606,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/options/checkbox.phtml'),(13607,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/options/input-multiple.phtml'),(13608,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/options/input.phtml'),(13609,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/options/option.phtml'),(13610,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/options/recipient.phtml'),(13611,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/services/item.phtml'),(13612,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/services/thumb-item.phtml'),(13613,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/summaries/item.phtml'),(13614,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/summaries/items/action.phtml'),(13615,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/summaries/items/actions/custom-script.phtml'),(13616,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/summaries/items/actions/send-email-notification.phtml'),(13617,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/summaries/items/actions/wordpress-notification.phtml'),(13618,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/summaries/items/notification.phtml'),(13619,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/summaries/items/trigger.phtml'),(13620,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/trigger-type-box.phtml'),(13621,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/triggers/settings/email-sign-up.phtml'),(13622,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/triggers/settings/quiz-completion.phtml'),(13623,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/triggers/settings/split-test-ends.phtml'),(13624,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/triggers/settings/testimonial-submitted.phtml'),(13625,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/unavailable.phtml'),(13626,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/notification-manager/includes/class-td-nm-ajax.php'),(13627,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/notification-manager/includes/class-td-nm-checker.php'),(13628,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/notification-manager/includes/class-td-nm-data.php'),(13629,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/notification-manager/includes/class-td-nm-post-types.php'),(13630,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/notification-manager/includes/td-nm-core-functions.php'),(13631,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/notification-manager/includes/td-nm-data-functions.php'),(13632,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/notification-manager/includes/triggers/class-nm-trigger-abstract.php'),(13633,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/notification-manager/includes/triggers/class-nm-trigger-email-sign-up.php'),(13634,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/notification-manager/includes/triggers/class-nm-trigger-factory.php'),(13635,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/notification-manager/includes/triggers/class-nm-trigger-quiz-completion.php'),(13636,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/notification-manager/includes/triggers/class-nm-trigger-split-test-ends.php'),(13637,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/notification-manager/includes/triggers/class-nm-trigger-testimonial-submitted.php'),(13638,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/plugin-updates/debug-bar-panel.php'),(13639,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/plugin-updates/debug-bar-plugin.php'),(13640,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/plugin-updates/js/debug-bar.js'),(13641,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/plugin-updates/plugin-update-checker.php'),(13642,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/script-manager/assets/js/admin/models.js'),(13643,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/script-manager/assets/js/admin/routes.js'),(13644,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/script-manager/assets/js/admin/views.js'),(13645,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/script-manager/assets/js/dist/admin.js'),(13646,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/script-manager/assets/js/dist/admin.min.js'),(13647,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/script-manager/assets/js/utils.js'),(13648,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/script-manager/class-tvd-sm-constants.php'),(13649,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/script-manager/class-tvd-sm.php'),(13650,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/script-manager/includes/admin/classes/class-tvd-sm-admin-helper.php'),(13651,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/script-manager/includes/admin/classes/class-tvd-sm-admin.php'),(13652,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/script-manager/includes/admin/classes/class-tvd-sm-rest-scripts-controller.php'),(13653,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/script-manager/includes/admin/views/dashboard.php'),(13654,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/script-manager/includes/admin/views/templates/breadcrumbs.phtml'),(13655,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/script-manager/includes/admin/views/templates/dashboard.phtml'),(13656,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/script-manager/includes/admin/views/templates/header.phtml'),(13657,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/script-manager/includes/admin/views/templates/modal-add-edit-script.phtml'),(13658,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/script-manager/includes/admin/views/templates/modal-delete-page-level-scripts.phtml'),(13659,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/script-manager/includes/admin/views/templates/modal-delete-script.phtml'),(13660,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/script-manager/includes/admin/views/templates/script-item.phtml'),(13661,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/script-manager/includes/frontend/classes/class-tvd-sm-frontend.php'),(13662,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/script-manager/includes/i18n.php'),(13663,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/smart-site/assets/admin/js/_utils.js'),(13664,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/smart-site/assets/admin/js/dist/admin.js'),(13665,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/smart-site/assets/admin/js/dist/admin.min.js'),(13666,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/smart-site/assets/admin/js/modals.js'),(13667,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/smart-site/assets/admin/js/models.js'),(13668,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/smart-site/assets/admin/js/routes.js'),(13669,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/smart-site/assets/admin/js/views.js'),(13670,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/smart-site/assets/js/tcb_hooks.js'),(13671,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/smart-site/class-tvd-smart-const.php'),(13672,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/smart-site/classes/class-tvd-global-shortcodes.php'),(13673,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/smart-site/classes/class-tvd-rest-controller.php'),(13674,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/smart-site/classes/class-tvd-smart-db.php'),(13675,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/smart-site/classes/class-tvd-smart-shortcodes.php'),(13676,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/smart-site/classes/class-tvd-smart-site.php'),(13677,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/smart-site/classes/endpoints/class-tvd-fields-controller.php'),(13678,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/smart-site/classes/endpoints/class-tvd-groups-controller.php'),(13679,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/smart-site/i18n.php'),(13680,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/smart-site/migrations/index.php'),(13681,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/smart-site/migrations/install-1.0.0.php'),(13682,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/smart-site/views/admin/templates/breadcrumbs.phtml'),(13683,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/smart-site/views/admin/templates/dashboard.phtml'),(13684,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/address-options.phtml'),(13685,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/email-options.phtml'),(13686,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/field.phtml'),(13687,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/group.phtml'),(13688,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/link-options.phtml'),(13689,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/location-options.phtml'),(13690,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/modal-group-item.phtml'),(13691,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/modal-type-item.phtml'),(13692,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/modals/delete.phtml'),(13693,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/modals/edit-group.phtml'),(13694,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/modals/field.phtml'),(13695,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/phone-options.phtml'),(13696,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/text-options.phtml'),(13697,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/smart-site/views/admin/templates/global_fields.phtml'),(13698,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/smart-site/views/admin/templates/header.phtml'),(13699,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/smart-site/views/admin/templates/menu.phtml'),(13700,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/smart-site/views/admin/templates/side-menu.phtml'),(13701,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/inc/util.php'),(13702,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/js/dist/frontend.js'),(13703,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/js/dist/frontend.min.js'),(13704,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/js/dist/global.min.js'),(13705,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/js/dist/hammer.min.js'),(13706,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/js/dist/leanmodal.min.js'),(13707,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/js/dist/select2.min.js'),(13708,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/js/dist/toasts.min.js'),(13709,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/js/dist/tooltip.min.js'),(13710,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/js/dist/tve-dash.js'),(13711,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/js/dist/tve-dash.min.js'),(13712,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/js/dist/velocity.min.js'),(13713,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/js/frontend.js'),(13714,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/js/util/highcharts/highcharts-3d.js'),(13715,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/js/util/highcharts/highcharts-more.js'),(13716,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/js/util/highcharts/highcharts.js'),(13717,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/js/util/jquery.zclip.1.1.1/jquery.zclip.js'),(13718,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/js/util/jquery.zclip.1.1.1/jquery.zclip.min.js'),(13719,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/js/util/util.js'),(13720,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/js/util/views.js'),(13721,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/rest-api/class-td-rest-controller.php'),(13722,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/rest-api/class-td-rest-hook-controller.php'),(13723,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/rest-api/init.php'),(13724,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/templates/affiliate-modal.phtml'),(13725,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/templates/backbone/modal-loader.phtml'),(13726,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/templates/backbone/page-loader.phtml'),(13727,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/templates/backbone/support-token.phtml'),(13728,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/templates/header.phtml'),(13729,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/templates/product/activated.phtml'),(13730,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/templates/product/error.phtml'),(13731,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/templates/product/inactive.phtml'),(13732,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/templates/sections/dashboard.phtml'),(13733,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/templates/sections/license_manager.phtml'),(13734,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/templates/settings/general_settings.phtml'),(13735,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/templates/settings/reset.phtml'),(13736,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/templates/settings/text_setting_row.phtml'),(13737,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/templates/share.phtml'),(13738,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/templates/ui.phtml'),(13739,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/thrive-dashboard.php'),(13740,'wp-content/plugins/thrive-ultimatum/tcb/thrive-dashboard/version.php'),(13741,'wp-content/plugins/thrive-ultimatum/tcb/tve_settings.php'),(13742,'wp-content/plugins/thrive-ultimatum/tcb/version.php'),(13743,'wp-content/plugins/thrive-ultimatum/tcb-bridge/assets/css/fonts/ultimatum-editor.svg'),(13744,'wp-content/plugins/thrive-ultimatum/tcb-bridge/assets/css/fonts/ultimatum-main.svg'),(13745,'wp-content/plugins/thrive-ultimatum/tcb-bridge/assets/js/external/main.js'),(13746,'wp-content/plugins/thrive-ultimatum/tcb-bridge/assets/js/external/modals/ultimatum-countdown.js'),(13747,'wp-content/plugins/thrive-ultimatum/tcb-bridge/assets/js/external/ultimatum-countdown-component.js'),(13748,'wp-content/plugins/thrive-ultimatum/tcb-bridge/assets/js/internal/_utils.js'),(13749,'wp-content/plugins/thrive-ultimatum/tcb-bridge/assets/js/internal/countdown-sets-constants.js'),(13750,'wp-content/plugins/thrive-ultimatum/tcb-bridge/assets/js/internal/main.js'),(13751,'wp-content/plugins/thrive-ultimatum/tcb-bridge/assets/js/internal/modals/add-edit-state.js'),(13752,'wp-content/plugins/thrive-ultimatum/tcb-bridge/assets/js/internal/modals/design-reset.js'),(13753,'wp-content/plugins/thrive-ultimatum/tcb-bridge/assets/js/internal/modals/design-save.js'),(13754,'wp-content/plugins/thrive-ultimatum/tcb-bridge/assets/js/internal/modals/design-templates.js'),(13755,'wp-content/plugins/thrive-ultimatum/tcb-bridge/assets/js/internal/states.js'),(13756,'wp-content/plugins/thrive-ultimatum/tcb-bridge/assets/js/ult-tcb-external.js'),(13757,'wp-content/plugins/thrive-ultimatum/tcb-bridge/assets/js/ult-tcb-external.min.js'),(13758,'wp-content/plugins/thrive-ultimatum/tcb-bridge/assets/js/ult-tcb-internal.js'),(13759,'wp-content/plugins/thrive-ultimatum/tcb-bridge/assets/js/ult-tcb-internal.min.js'),(13760,'wp-content/plugins/thrive-ultimatum/tcb-bridge/editor/campaign/ribbon.php'),(13761,'wp-content/plugins/thrive-ultimatum/tcb-bridge/editor/campaign/shortcode.php'),(13762,'wp-content/plugins/thrive-ultimatum/tcb-bridge/editor/campaign/widget.php'),(13763,'wp-content/plugins/thrive-ultimatum/tcb-bridge/editor/footer.php'),(13764,'wp-content/plugins/thrive-ultimatum/tcb-bridge/editor/head.php'),(13765,'wp-content/plugins/thrive-ultimatum/tcb-bridge/editor/states.php'),(13766,'wp-content/plugins/thrive-ultimatum/tcb-bridge/editor-elements/class-tcb-ultimatum-bar-element.php'),(13767,'wp-content/plugins/thrive-ultimatum/tcb-bridge/editor-elements/class-tcb-ultimatum-countdown-element.php'),(13768,'wp-content/plugins/thrive-ultimatum/tcb-bridge/editor-elements/class-tcb-ultimatum-shortcode-element.php'),(13769,'wp-content/plugins/thrive-ultimatum/tcb-bridge/editor-elements/class-tcb-ultimatum-widget-element.php'),(13770,'wp-content/plugins/thrive-ultimatum/tcb-bridge/editor-layouts/element-menus/sidebar-settings.php'),(13771,'wp-content/plugins/thrive-ultimatum/tcb-bridge/editor-layouts/elements/ultimatum-countdown.php'),(13772,'wp-content/plugins/thrive-ultimatum/tcb-bridge/editor-layouts/menus/ultimatum-countdown.php'),(13773,'wp-content/plugins/thrive-ultimatum/tcb-bridge/editor-lightbox/add-edit-state.php'),(13774,'wp-content/plugins/thrive-ultimatum/tcb-bridge/editor-lightbox/campaign-shotcodes.php'),(13775,'wp-content/plugins/thrive-ultimatum/tcb-bridge/editor-lightbox/design-reset.php'),(13776,'wp-content/plugins/thrive-ultimatum/tcb-bridge/editor-lightbox/design-save.php'),(13777,'wp-content/plugins/thrive-ultimatum/tcb-bridge/editor-lightbox/design-templates.php'),(13778,'wp-content/plugins/thrive-ultimatum/tcb-bridge/editor-templates/_config.php'),(13779,'wp-content/plugins/thrive-ultimatum/tcb-bridge/editor-templates/ribbon/set_01.php'),(13780,'wp-content/plugins/thrive-ultimatum/tcb-bridge/editor-templates/ribbon/set_02.php'),(13781,'wp-content/plugins/thrive-ultimatum/tcb-bridge/editor-templates/ribbon/set_03.php'),(13782,'wp-content/plugins/thrive-ultimatum/tcb-bridge/editor-templates/ribbon/set_04.php'),(13783,'wp-content/plugins/thrive-ultimatum/tcb-bridge/editor-templates/ribbon/set_05.php'),(13784,'wp-content/plugins/thrive-ultimatum/tcb-bridge/editor-templates/ribbon/set_06.php'),(13785,'wp-content/plugins/thrive-ultimatum/tcb-bridge/editor-templates/ribbon/set_07.php'),(13786,'wp-content/plugins/thrive-ultimatum/tcb-bridge/editor-templates/ribbon/set_08.php'),(13787,'wp-content/plugins/thrive-ultimatum/tcb-bridge/editor-templates/ribbon/set_09.php'),(13788,'wp-content/plugins/thrive-ultimatum/tcb-bridge/editor-templates/ribbon/set_10.php'),(13789,'wp-content/plugins/thrive-ultimatum/tcb-bridge/editor-templates/ribbon/set_11.php'),(13790,'wp-content/plugins/thrive-ultimatum/tcb-bridge/editor-templates/ribbon/set_12.php'),(13791,'wp-content/plugins/thrive-ultimatum/tcb-bridge/editor-templates/ribbon/set_13.php'),(13792,'wp-content/plugins/thrive-ultimatum/tcb-bridge/editor-templates/ribbon/set_14.php'),(13793,'wp-content/plugins/thrive-ultimatum/tcb-bridge/editor-templates/ribbon/set_15.php'),(13794,'wp-content/plugins/thrive-ultimatum/tcb-bridge/editor-templates/ribbon/set_16.php'),(13795,'wp-content/plugins/thrive-ultimatum/tcb-bridge/editor-templates/shortcode/set_17.php'),(13796,'wp-content/plugins/thrive-ultimatum/tcb-bridge/editor-templates/shortcode/set_18.php'),(13797,'wp-content/plugins/thrive-ultimatum/tcb-bridge/editor-templates/shortcode/set_19.php'),(13798,'wp-content/plugins/thrive-ultimatum/tcb-bridge/editor-templates/shortcode/set_20.php'),(13799,'wp-content/plugins/thrive-ultimatum/tcb-bridge/editor-templates/shortcode/set_21.php'),(13800,'wp-content/plugins/thrive-ultimatum/tcb-bridge/editor-templates/shortcode/set_22.php'),(13801,'wp-content/plugins/thrive-ultimatum/tcb-bridge/editor-templates/shortcode/set_23.php'),(13802,'wp-content/plugins/thrive-ultimatum/tcb-bridge/editor-templates/shortcode/set_24.php'),(13803,'wp-content/plugins/thrive-ultimatum/tcb-bridge/editor-templates/shortcode/set_25.php'),(13804,'wp-content/plugins/thrive-ultimatum/tcb-bridge/editor-templates/shortcode/set_26.php'),(13805,'wp-content/plugins/thrive-ultimatum/tcb-bridge/editor-templates/shortcode/set_27.php'),(13806,'wp-content/plugins/thrive-ultimatum/tcb-bridge/editor-templates/shortcode/set_28.php'),(13807,'wp-content/plugins/thrive-ultimatum/tcb-bridge/editor-templates/widget/set_01.php'),(13808,'wp-content/plugins/thrive-ultimatum/tcb-bridge/editor-templates/widget/set_02.php'),(13809,'wp-content/plugins/thrive-ultimatum/tcb-bridge/editor-templates/widget/set_03.php'),(13810,'wp-content/plugins/thrive-ultimatum/tcb-bridge/editor-templates/widget/set_04.php'),(13811,'wp-content/plugins/thrive-ultimatum/tcb-bridge/editor-templates/widget/set_05.php'),(13812,'wp-content/plugins/thrive-ultimatum/tcb-bridge/editor-templates/widget/set_06.php'),(13813,'wp-content/plugins/thrive-ultimatum/tcb-bridge/editor-templates/widget/set_07.php'),(13814,'wp-content/plugins/thrive-ultimatum/tcb-bridge/editor-templates/widget/set_08.php'),(13815,'wp-content/plugins/thrive-ultimatum/tcb-bridge/editor-templates/widget/set_09.php'),(13816,'wp-content/plugins/thrive-ultimatum/tcb-bridge/editor-templates/widget/set_10.php'),(13817,'wp-content/plugins/thrive-ultimatum/tcb-bridge/editor-templates/widget/set_11.php'),(13818,'wp-content/plugins/thrive-ultimatum/tcb-bridge/editor-templates/widget/set_12.php'),(13819,'wp-content/plugins/thrive-ultimatum/tcb-bridge/editor-templates/widget/set_13.php'),(13820,'wp-content/plugins/thrive-ultimatum/tcb-bridge/editor-templates/widget/set_14.php'),(13821,'wp-content/plugins/thrive-ultimatum/tcb-bridge/editor-templates/widget/set_15.php'),(13822,'wp-content/plugins/thrive-ultimatum/tcb-bridge/editor-templates/widget/set_16.php'),(13823,'wp-content/plugins/thrive-ultimatum/tcb-bridge/init.php'),(13824,'wp-content/plugins/thrive-ultimatum/tcb-bridge/tcb_hooks.php'),(13825,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/classes/AjaxController.php'),(13826,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/classes/Product/Abstract.php'),(13827,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/classes/Product/LicenseManager.php'),(13828,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/css/font/dashboard-icons.svg'),(13829,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/css/font/icomoon.svg'),(13830,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/css/font/tvd-icons.svg'),(13831,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/css/images/paste-blue.svg'),(13832,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/css/images/paste-green.svg'),(13833,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/css/images/paste.svg'),(13834,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/_crawlers.php'),(13835,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/access-manager/class-tvd-am.php'),(13836,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/access-manager/includes/assets/css/am-icons.svg'),(13837,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/access-manager/includes/assets/js/admin.js'),(13838,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/access-manager/includes/assets/js/admin.min.js'),(13839,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/access-manager/includes/templates/access-manager.php'),(13840,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auth-check/auth-check.js'),(13841,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auth-check/class-tvd-auth-check.php'),(13842,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auth-check/handle-login.php'),(13843,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/admin.php'),(13844,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/api_log.php'),(13845,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/classes/ApiVideos.php'),(13846,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/classes/Connection/AWeber.php'),(13847,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/classes/Connection/Abstract.php'),(13848,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/classes/Connection/ActiveCampaign.php'),(13849,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/classes/Connection/ArpReach.php'),(13850,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/classes/Connection/Awsses.php'),(13851,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/classes/Connection/CampaignMonitor.php'),(13852,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/classes/Connection/CampaignMonitorEmail.php'),(13853,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/classes/Connection/ConstantContact.php'),(13854,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/classes/Connection/ConvertKit.php'),(13855,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/classes/Connection/Drip.php'),(13856,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/classes/Connection/EverWebinar.php'),(13857,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/classes/Connection/Facebook.php'),(13858,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/classes/Connection/GetResponse.php'),(13859,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/classes/Connection/GoToWebinar.php'),(13860,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/classes/Connection/Google.php'),(13861,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/classes/Connection/HubSpot.php'),(13862,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/classes/Connection/Infusionsoft.php'),(13863,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/classes/Connection/KlickTipp.php'),(13864,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/classes/Connection/MadMimi.php'),(13865,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/classes/Connection/MailPoet.php'),(13866,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/classes/Connection/MailRelay.php'),(13867,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/classes/Connection/MailRelayEmail.php'),(13868,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/classes/Connection/Mailchimp.php'),(13869,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/classes/Connection/MailerLite.php'),(13870,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/classes/Connection/Mailgun.php'),(13871,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/classes/Connection/Mailster.php'),(13872,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/classes/Connection/Mandrill.php'),(13873,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/classes/Connection/Mautic.php'),(13874,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/classes/Connection/Ontraport.php'),(13875,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/classes/Connection/Postmark.php'),(13876,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/classes/Connection/ReCaptcha.php'),(13877,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/classes/Connection/SGAutorepondeur.php'),(13878,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/classes/Connection/SendGrid.php'),(13879,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/classes/Connection/SendGridEmail.php'),(13880,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/classes/Connection/SendOwl.php'),(13881,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/classes/Connection/Sendinblue.php'),(13882,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/classes/Connection/SendinblueEmail.php'),(13883,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/classes/Connection/Sendlane.php'),(13884,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/classes/Connection/Sendreach.php'),(13885,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/classes/Connection/Sendy.php'),(13886,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/classes/Connection/SparkPost.php'),(13887,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/classes/Connection/Twitter.php'),(13888,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/classes/Connection/WebinarJamStudio.php'),(13889,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/classes/Connection/Wordpress.php'),(13890,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/classes/Connection/Zapier.php'),(13891,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/classes/Connection/Zoom.php'),(13892,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/classes/Connection/iContact.php'),(13893,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/classes/Connection/v2/GoToWebinar.php'),(13894,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/classes/Connection/v2/SendGrid.php'),(13895,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/classes/Editor/Controller.php'),(13896,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/classes/Manager.php'),(13897,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/Base.php'),(13898,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/Collection.php'),(13899,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/Entry.php'),(13900,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/EntryDataArray.php'),(13901,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/Http/Response.php'),(13902,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/Oauth/Adapter.php'),(13903,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/Oauth/Application.php'),(13904,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/Oauth/ServiceProvider.php'),(13905,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/Oauth/User.php'),(13906,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/Response.php'),(13907,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/ServiceProvider.php'),(13908,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/exceptions.php'),(13909,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber.php'),(13910,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/ActiveCampaign/Exception.php'),(13911,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/ActiveCampaign.php'),(13912,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/ArpReach/ContactException/Exists.php'),(13913,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/ArpReach/Exception.php'),(13914,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/ArpReach.php'),(13915,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Awsses/Exception.php'),(13916,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Awsses/SimpleEmailServiceMessage.php'),(13917,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Awsses/SimpleEmailServiceRequest.php'),(13918,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Awsses.php'),(13919,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/CampaignMonitor/ClassicEmail.php'),(13920,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/CampaignMonitor/List.php'),(13921,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/CampaignMonitor.php'),(13922,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/ConstantContact/AlreadyExistException.php'),(13923,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/ConstantContact/Exception.php'),(13924,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/ConstantContact.php'),(13925,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/ConvertKit/Exception.php'),(13926,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/ConvertKit.php'),(13927,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/CustomHtml.php'),(13928,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Drip/Exception/Unsubscribed.php'),(13929,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Drip/Exception.php'),(13930,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Drip.php'),(13931,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/EverWebinar/Exception.php'),(13932,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/EverWebinar.php'),(13933,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Facebook/Base.php'),(13934,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Facebook/Exception/Exception.php'),(13935,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Facebook.php'),(13936,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/GetResponse/Exception.php'),(13937,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/GetResponse.php'),(13938,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/GetResponseV3.php'),(13939,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/GoToWebinar/Exception.php'),(13940,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/GoToWebinar.php'),(13941,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Html/Renderer.php'),(13942,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/HubSpot/Exception.php'),(13943,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/HubSpot.php'),(13944,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Infusionsoft/InfusionsoftException.php'),(13945,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Infusionsoft.php'),(13946,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/KlickTipp/Exception.php'),(13947,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/KlickTipp.php'),(13948,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/MadMimi/Exception.php'),(13949,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/MadMimi.php'),(13950,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/MailRelay/Exception.php'),(13951,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/MailRelay.php'),(13952,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/MailRelayV1.php'),(13953,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Campaigns.php'),(13954,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Conversations.php'),(13955,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Ecomm.php'),(13956,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Exception.php'),(13957,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Folders.php'),(13958,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Gallery.php'),(13959,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Goal.php'),(13960,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Helper.php'),(13961,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Lists.php'),(13962,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Mobile.php'),(13963,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Neapolitan.php'),(13964,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Reports.php'),(13965,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Templates.php'),(13966,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Users.php'),(13967,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Vip.php'),(13968,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp.php'),(13969,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/ApiAbstract.php'),(13970,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/ApiConstants.php'),(13971,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/Campaigns.php'),(13972,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/Fields.php'),(13973,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/Groups.php'),(13974,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/Lists.php'),(13975,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/MailerLiteSdkException.php'),(13976,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/Rest.php'),(13977,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/RestClient.php'),(13978,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/Subscribers.php'),(13979,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite.php'),(13980,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/Api.php'),(13981,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/BatchMessage.php'),(13982,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/ExceptionMessages.php'),(13983,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/GenericHTTPError.php'),(13984,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/InvalidCredentials.php'),(13985,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/InvalidParameter.php'),(13986,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/InvalidParameterType.php'),(13987,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/MessageBuilder.php'),(13988,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/MissingEndpoint.php'),(13989,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/MissingRequiredMIMEParameters.php'),(13990,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/MissingRequiredParameters.php'),(13991,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/NoDomainsConfigured.php'),(13992,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/OptInHandler.php'),(13993,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/RestClient.php'),(13994,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/TooManyParameters.php'),(13995,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun.php'),(13996,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Exceptions.php'),(13997,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Exports.php'),(13998,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Inbound.php'),(13999,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Internal.php'),(14000,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Ips.php'),(14001,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Messages.php'),(14002,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Metadata.php'),(14003,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Rejects.php'),(14004,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Senders.php'),(14005,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Subaccounts.php'),(14006,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Tags.php'),(14007,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Template.php'),(14008,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Urls.php'),(14009,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Users.php'),(14010,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Webhooks.php'),(14011,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Whitelists.php'),(14012,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill.php'),(14013,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/ActionNotSupportedException.php'),(14014,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Api.php'),(14015,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/ApiAuth.php'),(14016,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Assets.php'),(14017,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/AuthInterface.php'),(14018,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Campaigns.php'),(14019,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Contacts.php'),(14020,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/ContextNotFoundException.php'),(14021,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Data.php'),(14022,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Emails.php'),(14023,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Forms.php'),(14024,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/IncorrectParametersReturnedException.php'),(14025,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Leads.php'),(14026,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Lists.php'),(14027,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/OAuth.php'),(14028,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Pages.php'),(14029,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/PointTriggers.php'),(14030,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Points.php'),(14031,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Reports.php'),(14032,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Segments.php'),(14033,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/UnexpectedResponseFormatException.php'),(14034,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic.php'),(14035,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Ontraport/Exception.php'),(14036,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Ontraport/ObjectType.php'),(14037,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Ontraport.php'),(14038,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Postmark/AdminClient.php'),(14039,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Postmark/Attachment.php'),(14040,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Postmark/CaseInsensitiveArray.php'),(14041,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Postmark/ClientBase.php'),(14042,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Postmark/DynamicResponseModel.php'),(14043,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Postmark/Exception.php'),(14044,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Postmark.php'),(14045,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/SGAutorepondeur.php'),(14046,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/SendGrid/Client.php'),(14047,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/SendGrid/Exception.php'),(14048,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/SendGrid/Response.php'),(14049,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/SendGrid.php'),(14050,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/SendGridEmail/Client.php'),(14051,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/SendGridEmail/Email.php'),(14052,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/SendGridEmail/Exception.php'),(14053,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/SendGridEmail/Response.php'),(14054,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/SendGridEmail/api_keys.php'),(14055,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/SendGridEmail/asm_groups.php'),(14056,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/SendGridEmail/asm_suppressions.php'),(14057,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/SendGridEmail/global_stats.php'),(14058,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/SendGridEmail.php'),(14059,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/SendOwl/Exception.php'),(14060,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/SendOwl.php'),(14061,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/SendinBlue/Exception.php'),(14062,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Sendinblue.php'),(14063,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Sendlane/Exception.php'),(14064,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Sendlane.php'),(14065,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Campaigns.php'),(14066,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Client.php'),(14067,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Config.php'),(14068,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Countries.php'),(14069,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Customers.php'),(14070,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Exception.php'),(14071,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Json.php'),(14072,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/ListFields.php'),(14073,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/ListSegments.php'),(14074,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/ListSubscribers.php'),(14075,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Lists.php'),(14076,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Params.php'),(14077,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/ParamsIterator.php'),(14078,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Request.php'),(14079,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Response.php'),(14080,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/SendreachV2.php'),(14081,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Templates.php'),(14082,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/TransactionalEmails.php'),(14083,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach.php'),(14084,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Sendy/Exception.php'),(14085,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Sendy.php'),(14086,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/SparkPost/APIResource.php'),(14087,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/SparkPost/Connection.php'),(14088,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/SparkPost/Exception.php'),(14089,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/SparkPost.php'),(14090,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/TdJwt/BeforeValidException.php'),(14091,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/TdJwt/ExpiredException.php'),(14092,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/TdJwt/SignatureInvalidException.php'),(14093,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/TdJwt/TdJwt.php'),(14094,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Twitter.php'),(14095,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/WebinarJamStudio/Exception.php'),(14096,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/WebinarJamStudio.php'),(14097,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Zapier/Exception.php'),(14098,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Zapier.php'),(14099,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Zoom/Exception.php'),(14100,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/Zoom.php'),(14101,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/iContact/Exception.php'),(14102,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/iContact.php'),(14103,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/lib/vendor/v2/GoToWebinar.php'),(14104,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/misc.php'),(14105,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/views/admin-error-logs.php'),(14106,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/views/admin-list.php'),(14107,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/views/admin-messages.php'),(14108,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/views/editor/add-api.php'),(14109,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/views/editor/add-custom-html.php'),(14110,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/views/editor/add.php'),(14111,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/views/editor/autoresponder-code-fields.php'),(14112,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/views/editor/captcha-settings.php'),(14113,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/views/editor/dashboard-api.php'),(14114,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/views/editor/dashboard-custom-html.php'),(14115,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/views/editor/dashboard.php'),(14116,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/views/editor/partials/api-lists.php'),(14117,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/views/editor/partials/api-select.php'),(14118,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/views/editor/partials/api-shortcodes.php'),(14119,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/views/error-log-entry.php'),(14120,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/views/includes/video-link.php'),(14121,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/views/js/admin-global.js'),(14122,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/views/js/admin-global.min.js'),(14123,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/views/js/admin-logs-list.js'),(14124,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/views/setup/activecampaign/forms-list.php'),(14125,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/views/setup/activecampaign.php'),(14126,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/views/setup/arpreach.php'),(14127,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/views/setup/aweber/tags.php'),(14128,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/views/setup/aweber.php'),(14129,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/views/setup/awsses.php'),(14130,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/views/setup/campaignmonitor.php'),(14131,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/views/setup/campaignmonitoremail.php'),(14132,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/views/setup/constant-contact.php'),(14133,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/views/setup/convertkit.php'),(14134,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/views/setup/drip/optin-type.php'),(14135,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/views/setup/drip/proprieties.php'),(14136,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/views/setup/drip/select-type.php'),(14137,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/views/setup/drip.php'),(14138,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/views/setup/everwebinar.php'),(14139,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/views/setup/facebook.php'),(14140,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/views/setup/get-response.php'),(14141,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/views/setup/getresponse/cycleday.php'),(14142,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/views/setup/google.php'),(14143,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/views/setup/gotowebinar.php'),(14144,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/views/setup/hubspot.php'),(14145,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/views/setup/iContact.php'),(14146,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/views/setup/infusionsoft.php'),(14147,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/views/setup/klicktipp/tags.php'),(14148,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/views/setup/klicktipp.php'),(14149,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/views/setup/madmimi.php'),(14150,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/views/setup/mailchimp/api-groups.php'),(14151,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/views/setup/mailchimp/optin-type.php'),(14152,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/views/setup/mailchimp.php'),(14153,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/views/setup/mailerlite.php'),(14154,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/views/setup/mailgun.php'),(14155,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/views/setup/mailpoet.php'),(14156,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/views/setup/mailrelay.php'),(14157,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/views/setup/mailrelayemail.php'),(14158,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/views/setup/mailster.php'),(14159,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/views/setup/mandrill.php'),(14160,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/views/setup/mautic.php'),(14161,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/views/setup/ontraport.php'),(14162,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/views/setup/postmark.php'),(14163,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/views/setup/recaptcha.php'),(14164,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/views/setup/sendgrid.php'),(14165,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/views/setup/sendgridemail.php'),(14166,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/views/setup/sendinblue.php'),(14167,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/views/setup/sendinblueemail.php'),(14168,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/views/setup/sendlane.php'),(14169,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/views/setup/sendowl.php'),(14170,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/views/setup/sendreach.php'),(14171,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/views/setup/sendy/note.php'),(14172,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/views/setup/sendy.php'),(14173,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/views/setup/sg-autorepondeur.php'),(14174,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/views/setup/sparkpost.php'),(14175,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/views/setup/twitter.php'),(14176,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/views/setup/webinarjamstudio.php'),(14177,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/views/setup/wordpress.php'),(14178,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/views/setup/zapier.php'),(14179,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/auto-responder/views/setup/zoom.php'),(14180,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/crons.php'),(14181,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/db-manager/class-td-db-manager.php'),(14182,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/db-manager/class-td-db-migration.php'),(14183,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/font-import-manager/classes/Tve_Dash_Font_Import_Manager.php'),(14184,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/font-import-manager/classes/Tve_Dash_Font_Import_Manager_Data.php'),(14185,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/font-import-manager/classes/Tve_Dash_Font_Import_Manager_View.php'),(14186,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/font-import-manager/views/form.php'),(14187,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/font-import-manager/views/js/manager.js'),(14188,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/font-import-manager/views/main.php'),(14189,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/font-import-manager/views/messages.php'),(14190,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/font-manager/font-manager.php'),(14191,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/font-manager/views/admin-font-manager.php'),(14192,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/font-manager/views/admin-font-options.php'),(14193,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/functions.php'),(14194,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/hooks.php'),(14195,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/icon-manager/classes/Tve_Dash_Thrive_Icon_Manager.php'),(14196,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/icon-manager/classes/Tve_Dash_Thrive_Icon_Manager_Data.php'),(14197,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/icon-manager/classes/Tve_Dash_Thrive_Icon_Manager_View.php'),(14198,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/icon-manager/views/form.php'),(14199,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/icon-manager/views/icons.php'),(14200,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/icon-manager/views/js/manager.js'),(14201,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/icon-manager/views/js/manager.min.js'),(14202,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/icon-manager/views/main.php'),(14203,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/icon-manager/views/messages.php'),(14204,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/notification-inbox/assets/dist/admin.js'),(14205,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/notification-inbox/assets/dist/admin.min.js'),(14206,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/notification-inbox/assets/js/admin.js'),(14207,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/notification-inbox/assets/js/collections/base.js'),(14208,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/notification-inbox/assets/js/collections/notifications.js'),(14209,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/notification-inbox/assets/js/models/notification.js'),(14210,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/notification-inbox/assets/js/views/base.js'),(14211,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/notification-inbox/assets/js/views/notification.js'),(14212,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/notification-inbox/assets/js/views/notificationCounter.js'),(14213,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/notification-inbox/assets/js/views/notificationDetail.js'),(14214,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/notification-inbox/assets/js/views/notificationHeader.js'),(14215,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/notification-inbox/assets/js/views/notificationsList.js'),(14216,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/notification-inbox/class-td-inbox.php'),(14217,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/notification-inbox/i18n.php'),(14218,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/notification-inbox/includes/admin/class-td-ni-ajax-controller.php'),(14219,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/notification-inbox/includes/init/class-ni-inbox-manager.php'),(14220,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/notification-inbox/includes/init/class-ni-message.php'),(14221,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/notification-inbox/views/templates/backbone/ni-notification-detail.phtml'),(14222,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/notification-inbox/views/templates/backbone/ni-notification.phtml'),(14223,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/notification-inbox/views/templates/backbone/notification-header.phtml'),(14224,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/notification-inbox/views/templates/notification-inbox-button.php'),(14225,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/notification-manager/assets/fonts/tvd-nm-icons.svg'),(14226,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/notification-manager/assets/js/admin/backbone/modals.js'),(14227,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/notification-manager/assets/js/admin/backbone/models.js'),(14228,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/notification-manager/assets/js/admin/backbone/routes.js'),(14229,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/notification-manager/assets/js/admin/backbone/util.js'),(14230,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/notification-manager/assets/js/admin/backbone/views.js'),(14231,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/notification-manager/assets/js/admin/backbone.js'),(14232,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/notification-manager/assets/js/admin/backbone.min.js'),(14233,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/notification-manager/assets/js/admin/wordpress_notification.js'),(14234,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/notification-manager/class-td-nm.php'),(14235,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/notification-manager/i18n.php'),(14236,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/notification-manager/includes/actions/class-nm-action-abstract.php'),(14237,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/notification-manager/includes/actions/class-nm-action-custom-script.php'),(14238,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/notification-manager/includes/actions/class-nm-action-send-email-notification.php'),(14239,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/notification-manager/includes/actions/class-nm-action-wordpress-notification.php'),(14240,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/notification-manager/includes/admin/class-td-nm-admin-ajax-controller.php'),(14241,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/notification-manager/includes/admin/class-td-nm-admin.php'),(14242,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/action-type-box.phtml'),(14243,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/actions/settings/custom-script.phtml'),(14244,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/actions/settings/send-email-notification.phtml'),(14245,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/actions/settings/wordpress-notification.phtml'),(14246,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/breadcrumbs.phtml'),(14247,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/dashboard.phtml'),(14248,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/header.phtml'),(14249,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/messages/form.phtml'),(14250,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/messages/shortcodes/item.phtml'),(14251,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/modals/add-action.phtml'),(14252,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/modals/create-notification.phtml'),(14253,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/modals/delete-confirmation.phtml'),(14254,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/modals/edit-action.phtml'),(14255,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/modals/edit-trigger.phtml'),(14256,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/modals/email-services.phtml'),(14257,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/modals/notification-summary.phtml'),(14258,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/new-button.phtml'),(14259,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/notifications/item.phtml'),(14260,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/options/action-buttons.phtml'),(14261,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/options/checkbox.phtml'),(14262,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/options/input-multiple.phtml'),(14263,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/options/input.phtml'),(14264,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/options/option.phtml'),(14265,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/options/recipient.phtml'),(14266,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/services/item.phtml'),(14267,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/services/thumb-item.phtml'),(14268,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/summaries/item.phtml'),(14269,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/summaries/items/action.phtml'),(14270,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/summaries/items/actions/custom-script.phtml'),(14271,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/summaries/items/actions/send-email-notification.phtml'),(14272,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/summaries/items/actions/wordpress-notification.phtml'),(14273,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/summaries/items/notification.phtml'),(14274,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/summaries/items/trigger.phtml'),(14275,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/trigger-type-box.phtml'),(14276,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/triggers/settings/email-sign-up.phtml'),(14277,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/triggers/settings/quiz-completion.phtml'),(14278,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/triggers/settings/split-test-ends.phtml'),(14279,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/triggers/settings/testimonial-submitted.phtml'),(14280,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/unavailable.phtml'),(14281,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/notification-manager/includes/class-td-nm-ajax.php'),(14282,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/notification-manager/includes/class-td-nm-checker.php'),(14283,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/notification-manager/includes/class-td-nm-data.php'),(14284,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/notification-manager/includes/class-td-nm-post-types.php'),(14285,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/notification-manager/includes/td-nm-core-functions.php'),(14286,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/notification-manager/includes/td-nm-data-functions.php'),(14287,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/notification-manager/includes/triggers/class-nm-trigger-abstract.php'),(14288,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/notification-manager/includes/triggers/class-nm-trigger-email-sign-up.php'),(14289,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/notification-manager/includes/triggers/class-nm-trigger-factory.php'),(14290,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/notification-manager/includes/triggers/class-nm-trigger-quiz-completion.php'),(14291,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/notification-manager/includes/triggers/class-nm-trigger-split-test-ends.php'),(14292,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/notification-manager/includes/triggers/class-nm-trigger-testimonial-submitted.php'),(14293,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/plugin-updates/debug-bar-panel.php'),(14294,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/plugin-updates/debug-bar-plugin.php'),(14295,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/plugin-updates/js/debug-bar.js'),(14296,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/plugin-updates/plugin-update-checker.php'),(14297,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/script-manager/assets/js/admin/models.js'),(14298,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/script-manager/assets/js/admin/routes.js'),(14299,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/script-manager/assets/js/admin/views.js'),(14300,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/script-manager/assets/js/dist/admin.js'),(14301,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/script-manager/assets/js/dist/admin.min.js'),(14302,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/script-manager/assets/js/utils.js'),(14303,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/script-manager/class-tvd-sm-constants.php'),(14304,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/script-manager/class-tvd-sm.php'),(14305,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/script-manager/includes/admin/classes/class-tvd-sm-admin-helper.php'),(14306,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/script-manager/includes/admin/classes/class-tvd-sm-admin.php'),(14307,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/script-manager/includes/admin/classes/class-tvd-sm-rest-scripts-controller.php'),(14308,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/script-manager/includes/admin/views/dashboard.php'),(14309,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/script-manager/includes/admin/views/templates/breadcrumbs.phtml'),(14310,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/script-manager/includes/admin/views/templates/dashboard.phtml'),(14311,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/script-manager/includes/admin/views/templates/header.phtml'),(14312,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/script-manager/includes/admin/views/templates/modal-add-edit-script.phtml'),(14313,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/script-manager/includes/admin/views/templates/modal-delete-page-level-scripts.phtml'),(14314,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/script-manager/includes/admin/views/templates/modal-delete-script.phtml'),(14315,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/script-manager/includes/admin/views/templates/script-item.phtml'),(14316,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/script-manager/includes/frontend/classes/class-tvd-sm-frontend.php'),(14317,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/script-manager/includes/i18n.php'),(14318,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/smart-site/assets/admin/js/_utils.js'),(14319,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/smart-site/assets/admin/js/dist/admin.js'),(14320,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/smart-site/assets/admin/js/dist/admin.min.js'),(14321,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/smart-site/assets/admin/js/modals.js'),(14322,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/smart-site/assets/admin/js/models.js'),(14323,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/smart-site/assets/admin/js/routes.js'),(14324,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/smart-site/assets/admin/js/views.js'),(14325,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/smart-site/assets/js/tcb_hooks.js'),(14326,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/smart-site/class-tvd-smart-const.php'),(14327,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/smart-site/classes/class-tvd-global-shortcodes.php'),(14328,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/smart-site/classes/class-tvd-rest-controller.php'),(14329,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/smart-site/classes/class-tvd-smart-db.php'),(14330,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/smart-site/classes/class-tvd-smart-shortcodes.php'),(14331,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/smart-site/classes/class-tvd-smart-site.php'),(14332,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/smart-site/classes/endpoints/class-tvd-fields-controller.php'),(14333,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/smart-site/classes/endpoints/class-tvd-groups-controller.php'),(14334,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/smart-site/i18n.php'),(14335,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/smart-site/migrations/index.php'),(14336,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/smart-site/migrations/install-1.0.0.php'),(14337,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/smart-site/views/admin/templates/breadcrumbs.phtml'),(14338,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/smart-site/views/admin/templates/dashboard.phtml'),(14339,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/address-options.phtml'),(14340,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/email-options.phtml'),(14341,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/field.phtml'),(14342,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/group.phtml'),(14343,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/link-options.phtml'),(14344,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/location-options.phtml'),(14345,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/modal-group-item.phtml'),(14346,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/modal-type-item.phtml'),(14347,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/modals/delete.phtml'),(14348,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/modals/edit-group.phtml'),(14349,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/modals/field.phtml'),(14350,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/phone-options.phtml'),(14351,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/text-options.phtml'),(14352,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/smart-site/views/admin/templates/global_fields.phtml'),(14353,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/smart-site/views/admin/templates/header.phtml'),(14354,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/smart-site/views/admin/templates/menu.phtml'),(14355,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/smart-site/views/admin/templates/side-menu.phtml'),(14356,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/inc/util.php'),(14357,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/js/dist/frontend.js'),(14358,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/js/dist/frontend.min.js'),(14359,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/js/dist/global.min.js'),(14360,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/js/dist/hammer.min.js'),(14361,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/js/dist/leanmodal.min.js'),(14362,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/js/dist/select2.min.js'),(14363,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/js/dist/toasts.min.js'),(14364,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/js/dist/tooltip.min.js'),(14365,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/js/dist/tve-dash.js'),(14366,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/js/dist/tve-dash.min.js'),(14367,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/js/dist/velocity.min.js'),(14368,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/js/frontend.js'),(14369,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/js/util/highcharts/highcharts-3d.js'),(14370,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/js/util/highcharts/highcharts-more.js'),(14371,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/js/util/highcharts/highcharts.js'),(14372,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/js/util/jquery.zclip.1.1.1/jquery.zclip.js'),(14373,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/js/util/jquery.zclip.1.1.1/jquery.zclip.min.js'),(14374,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/js/util/util.js'),(14375,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/js/util/views.js'),(14376,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/rest-api/class-td-rest-controller.php'),(14377,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/rest-api/class-td-rest-hook-controller.php'),(14378,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/rest-api/init.php'),(14379,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/templates/affiliate-modal.phtml'),(14380,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/templates/backbone/modal-loader.phtml'),(14381,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/templates/backbone/page-loader.phtml'),(14382,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/templates/backbone/support-token.phtml'),(14383,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/templates/header.phtml'),(14384,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/templates/product/activated.phtml'),(14385,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/templates/product/error.phtml'),(14386,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/templates/product/inactive.phtml'),(14387,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/templates/sections/dashboard.phtml'),(14388,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/templates/sections/license_manager.phtml'),(14389,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/templates/settings/general_settings.phtml'),(14390,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/templates/settings/reset.phtml'),(14391,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/templates/settings/text_setting_row.phtml'),(14392,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/templates/share.phtml'),(14393,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/templates/ui.phtml'),(14394,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/thrive-dashboard.php'),(14395,'wp-content/plugins/thrive-ultimatum/thrive-dashboard/version.php'),(14396,'wp-content/plugins/thrive-ultimatum/thrive-ultimatum.php'),(14397,'wp-content/plugins/thrive-visual-editor/admin/assets/css/fonts/tcb-admin-icons.svg'),(14398,'wp-content/plugins/thrive-visual-editor/admin/assets/js/tcb-admin.min.js'),(14399,'wp-content/plugins/thrive-visual-editor/admin/class-tcb-admin.php'),(14400,'wp-content/plugins/thrive-visual-editor/admin/includes/class-tcb-admin-ajax.php'),(14401,'wp-content/plugins/thrive-visual-editor/admin/includes/class-tcb-product.php'),(14402,'wp-content/plugins/thrive-visual-editor/admin/includes/class-tcb-symbols-rest-controller.php'),(14403,'wp-content/plugins/thrive-visual-editor/admin/includes/i18n.php'),(14404,'wp-content/plugins/thrive-visual-editor/admin/includes/tcb-admin-functions.php'),(14405,'wp-content/plugins/thrive-visual-editor/admin/includes/views/dashboard.phtml'),(14406,'wp-content/plugins/thrive-visual-editor/admin/includes/views/templates/breadcrumbs.phtml'),(14407,'wp-content/plugins/thrive-visual-editor/admin/includes/views/templates/ct-symbols.phtml'),(14408,'wp-content/plugins/thrive-visual-editor/admin/includes/views/templates/header.phtml'),(14409,'wp-content/plugins/thrive-visual-editor/admin/includes/views/templates/modals/delete-confirmation.phtml'),(14410,'wp-content/plugins/thrive-visual-editor/admin/includes/views/templates/modals/modal-create.phtml'),(14411,'wp-content/plugins/thrive-visual-editor/admin/includes/views/templates/modals/move-category.phtml'),(14412,'wp-content/plugins/thrive-visual-editor/admin/includes/views/templates/modals/move-symbol.phtml'),(14413,'wp-content/plugins/thrive-visual-editor/admin/includes/views/templates/modals/new-category.phtml'),(14414,'wp-content/plugins/thrive-visual-editor/admin/includes/views/templates/modals/section-modal-create-item.phtml'),(14415,'wp-content/plugins/thrive-visual-editor/admin/includes/views/templates/modals/section-modal-create-step-1.phtml'),(14416,'wp-content/plugins/thrive-visual-editor/admin/includes/views/templates/modals/section-modal-create-step-2.phtml'),(14417,'wp-content/plugins/thrive-visual-editor/admin/includes/views/templates/modals/section-modal-create.phtml'),(14418,'wp-content/plugins/thrive-visual-editor/admin/includes/views/templates/modals/section-modal-message.phtml'),(14419,'wp-content/plugins/thrive-visual-editor/admin/includes/views/templates/symbols/categories.phtml'),(14420,'wp-content/plugins/thrive-visual-editor/admin/includes/views/templates/symbols/category.phtml'),(14421,'wp-content/plugins/thrive-visual-editor/admin/includes/views/templates/symbols/container.phtml'),(14422,'wp-content/plugins/thrive-visual-editor/admin/includes/views/templates/symbols/create.phtml'),(14423,'wp-content/plugins/thrive-visual-editor/admin/includes/views/templates/symbols/item.phtml'),(14424,'wp-content/plugins/thrive-visual-editor/admin/includes/views/templates/symbols/list.phtml'),(14425,'wp-content/plugins/thrive-visual-editor/admin/includes/views/templates/symbols/save-templates-error.phtml'),(14426,'wp-content/plugins/thrive-visual-editor/admin/includes/views/templates/symbols/search.phtml'),(14427,'wp-content/plugins/thrive-visual-editor/admin/includes/views/templates/symbols/section-item.phtml'),(14428,'wp-content/plugins/thrive-visual-editor/admin/includes/views/templates/symbols/sections-container.phtml'),(14429,'wp-content/plugins/thrive-visual-editor/admin/includes/views/templates/symbols/sections-list.phtml'),(14430,'wp-content/plugins/thrive-visual-editor/admin/includes/views/templates/text-edit.phtml'),(14431,'wp-content/plugins/thrive-visual-editor/admin/includes/views/templates/user-templates/c-item.phtml'),(14432,'wp-content/plugins/thrive-visual-editor/admin/includes/views/templates/user-templates/item.phtml'),(14433,'wp-content/plugins/thrive-visual-editor/admin/includes/views/templates/user-templates/list.phtml'),(14434,'wp-content/plugins/thrive-visual-editor/admin/includes/views/templates/user-templates/t-item.phtml'),(14435,'wp-content/plugins/thrive-visual-editor/db/fontmanager-1.1.php'),(14436,'wp-content/plugins/thrive-visual-editor/db/index.php'),(14437,'wp-content/plugins/thrive-visual-editor/db/install-1.0.php'),(14438,'wp-content/plugins/thrive-visual-editor/db/menuitemstyles-1.2.php'),(14439,'wp-content/plugins/thrive-visual-editor/editor/css/fonts/control-panel.svg'),(14440,'wp-content/plugins/thrive-visual-editor/editor/css/fonts/editor-page.svg'),(14441,'wp-content/plugins/thrive-visual-editor/editor/css/fonts/font-awesome.svg'),(14442,'wp-content/plugins/thrive-visual-editor/editor/css/fonts/thrvicomoon/icomoon.svg'),(14443,'wp-content/plugins/thrive-visual-editor/editor/css/images/angle-down.svg'),(14444,'wp-content/plugins/thrive-visual-editor/editor/css/images/angle-up.svg'),(14445,'wp-content/plugins/thrive-visual-editor/editor/css/images/caret-down.svg'),(14446,'wp-content/plugins/thrive-visual-editor/editor/css/images/caret-filled-down.svg'),(14447,'wp-content/plugins/thrive-visual-editor/editor/css/images/caret-filled-up.svg'),(14448,'wp-content/plugins/thrive-visual-editor/editor/css/images/caret-up.svg'),(14449,'wp-content/plugins/thrive-visual-editor/editor/css/images/chevron-down.svg'),(14450,'wp-content/plugins/thrive-visual-editor/editor/css/images/chevron-up.svg'),(14451,'wp-content/plugins/thrive-visual-editor/editor/css/images/logo_placeholder_dark.svg'),(14452,'wp-content/plugins/thrive-visual-editor/editor/css/images/logo_placeholder_light.svg'),(14453,'wp-content/plugins/thrive-visual-editor/editor/js/admin/gutenberg-menu.js'),(14454,'wp-content/plugins/thrive-visual-editor/editor/js/admin/gutenberg.js'),(14455,'wp-content/plugins/thrive-visual-editor/editor/js/admin/tve_admin_post_ready.js'),(14456,'wp-content/plugins/thrive-visual-editor/editor/js/dist/admin.min.js'),(14457,'wp-content/plugins/thrive-visual-editor/editor/js/dist/editor.min.js'),(14458,'wp-content/plugins/thrive-visual-editor/editor/js/dist/froala.min.js'),(14459,'wp-content/plugins/thrive-visual-editor/editor/js/dist/frontend.min.js'),(14460,'wp-content/plugins/thrive-visual-editor/editor/js/dist/gutenberg.min.js'),(14461,'wp-content/plugins/thrive-visual-editor/editor/js/dist/main.min.js'),(14462,'wp-content/plugins/thrive-visual-editor/editor/js/libs/dom-to-image.min.js'),(14463,'wp-content/plugins/thrive-visual-editor/editor/js/libs/jquery.scrollbar.min.js'),(14464,'wp-content/plugins/thrive-visual-editor/editor/js/libs/moment.min.js'),(14465,'wp-content/plugins/thrive-visual-editor/event-manager/classes/TCB_Event_Action_Abstract.php'),(14466,'wp-content/plugins/thrive-visual-editor/event-manager/classes/TCB_Event_Trigger_Abstract.php'),(14467,'wp-content/plugins/thrive-visual-editor/event-manager/classes/actions/TCB_Thrive_CSS_Animation.php'),(14468,'wp-content/plugins/thrive-visual-editor/event-manager/classes/actions/TCB_Thrive_Image_Zoom.php'),(14469,'wp-content/plugins/thrive-visual-editor/event-manager/classes/actions/TCB_Thrive_Lightbox.php'),(14470,'wp-content/plugins/thrive-visual-editor/event-manager/classes/actions/TCB_Thrive_LightboxClose.php'),(14471,'wp-content/plugins/thrive-visual-editor/event-manager/classes/actions/TCB_Thrive_Tooltip.php'),(14472,'wp-content/plugins/thrive-visual-editor/event-manager/classes/actions/TCB_Thrive_Video_Popup.php'),(14473,'wp-content/plugins/thrive-visual-editor/event-manager/classes/actions/TCB_Thrive_Wistia.php'),(14474,'wp-content/plugins/thrive-visual-editor/event-manager/classes/triggers/TCB_Event_Trigger_Click.php'),(14475,'wp-content/plugins/thrive-visual-editor/event-manager/classes/triggers/TCB_Event_Trigger_Exit_Intent.php'),(14476,'wp-content/plugins/thrive-visual-editor/event-manager/classes/triggers/TCB_Event_Trigger_Mouseover.php'),(14477,'wp-content/plugins/thrive-visual-editor/event-manager/classes/triggers/TCB_Event_Trigger_Timer.php'),(14478,'wp-content/plugins/thrive-visual-editor/event-manager/classes/triggers/TCB_Event_Trigger_Viewport.php'),(14479,'wp-content/plugins/thrive-visual-editor/event-manager/init.php'),(14480,'wp-content/plugins/thrive-visual-editor/event-manager/views/js/lightbox.php'),(14481,'wp-content/plugins/thrive-visual-editor/event-manager/views/js/trigger_exit_intent.php'),(14482,'wp-content/plugins/thrive-visual-editor/event-manager/views/js/trigger_viewport.php'),(14483,'wp-content/plugins/thrive-visual-editor/external-architect.php'),(14484,'wp-content/plugins/thrive-visual-editor/fonts/fontawesome-webfont.svg'),(14485,'wp-content/plugins/thrive-visual-editor/inc/backbone/animation/preview.phtml'),(14486,'wp-content/plugins/thrive-visual-editor/inc/backbone/breadcrumbs/item.phtml'),(14487,'wp-content/plugins/thrive-visual-editor/inc/backbone/central-style-panel/master-variables-header.phtml'),(14488,'wp-content/plugins/thrive-visual-editor/inc/backbone/central-style-panel/other-variables-header.phtml'),(14489,'wp-content/plugins/thrive-visual-editor/inc/backbone/central-style-panel/palettes.phtml'),(14490,'wp-content/plugins/thrive-visual-editor/inc/backbone/central-style-panel/tooltip.phtml'),(14491,'wp-content/plugins/thrive-visual-editor/inc/backbone/cloud-templates/item.phtml'),(14492,'wp-content/plugins/thrive-visual-editor/inc/backbone/contact-form/email-setup-form.phtml'),(14493,'wp-content/plugins/thrive-visual-editor/inc/backbone/contact-form/error.phtml'),(14494,'wp-content/plugins/thrive-visual-editor/inc/backbone/contact-form/shortcode-button.phtml'),(14495,'wp-content/plugins/thrive-visual-editor/inc/backbone/contact-form/submit-setup-form.phtml'),(14496,'wp-content/plugins/thrive-visual-editor/inc/backbone/content-blocks/category-item.php'),(14497,'wp-content/plugins/thrive-visual-editor/inc/backbone/content-blocks/color-var-item.php'),(14498,'wp-content/plugins/thrive-visual-editor/inc/backbone/content-blocks/favorites.php'),(14499,'wp-content/plugins/thrive-visual-editor/inc/backbone/content-blocks/group-item.php'),(14500,'wp-content/plugins/thrive-visual-editor/inc/backbone/content-blocks/no-template.phtml'),(14501,'wp-content/plugins/thrive-visual-editor/inc/backbone/content-blocks/template-item.php'),(14502,'wp-content/plugins/thrive-visual-editor/inc/backbone/controls/audio.phtml'),(14503,'wp-content/plugins/thrive-visual-editor/inc/backbone/controls/background/background-effects.phtml'),(14504,'wp-content/plugins/thrive-visual-editor/inc/backbone/controls/background/background-image.phtml'),(14505,'wp-content/plugins/thrive-visual-editor/inc/backbone/controls/background/drag-overlay.phtml'),(14506,'wp-content/plugins/thrive-visual-editor/inc/backbone/controls/borders.phtml'),(14507,'wp-content/plugins/thrive-visual-editor/inc/backbone/controls/button/global-templates.phtml'),(14508,'wp-content/plugins/thrive-visual-editor/inc/backbone/controls/button/style-picker.phtml'),(14509,'wp-content/plugins/thrive-visual-editor/inc/backbone/controls/button/style-templates.phtml'),(14510,'wp-content/plugins/thrive-visual-editor/inc/backbone/controls/button-group.phtml'),(14511,'wp-content/plugins/thrive-visual-editor/inc/backbone/controls/button-panel-group.phtml'),(14512,'wp-content/plugins/thrive-visual-editor/inc/backbone/controls/button-toggle.phtml'),(14513,'wp-content/plugins/thrive-visual-editor/inc/backbone/controls/cards-change.phtml'),(14514,'wp-content/plugins/thrive-visual-editor/inc/backbone/controls/checkbox/input.phtml'),(14515,'wp-content/plugins/thrive-visual-editor/inc/backbone/controls/checkbox.phtml'),(14516,'wp-content/plugins/thrive-visual-editor/inc/backbone/controls/color-picker.phtml'),(14517,'wp-content/plugins/thrive-visual-editor/inc/backbone/controls/color-var-item.phtml'),(14518,'wp-content/plugins/thrive-visual-editor/inc/backbone/controls/contact-form/default-cf-item.phtml'),(14519,'wp-content/plugins/thrive-visual-editor/inc/backbone/controls/contact-form/edit-cf-item.phtml'),(14520,'wp-content/plugins/thrive-visual-editor/inc/backbone/controls/contact-form/recaptcha-cf-item.phtml'),(14521,'wp-content/plugins/thrive-visual-editor/inc/backbone/controls/contact-form/settings.phtml'),(14522,'wp-content/plugins/thrive-visual-editor/inc/backbone/controls/contentbox/image-tooltip.phtml'),(14523,'wp-content/plugins/thrive-visual-editor/inc/backbone/controls/corners.phtml'),(14524,'wp-content/plugins/thrive-visual-editor/inc/backbone/controls/countdown/style-picker.phtml'),(14525,'wp-content/plugins/thrive-visual-editor/inc/backbone/controls/custom-menu/edit-menu-item.php'),(14526,'wp-content/plugins/thrive-visual-editor/inc/backbone/controls/custom-menu/modal-menu-item.phtml'),(14527,'wp-content/plugins/thrive-visual-editor/inc/backbone/controls/custom-menu/modal-menu-type.phtml'),(14528,'wp-content/plugins/thrive-visual-editor/inc/backbone/controls/custom-menu/style-picker.phtml'),(14529,'wp-content/plugins/thrive-visual-editor/inc/backbone/controls/date-picker.phtml'),(14530,'wp-content/plugins/thrive-visual-editor/inc/backbone/controls/decoration/decoration.phtml'),(14531,'wp-content/plugins/thrive-visual-editor/inc/backbone/controls/decoration/divider.phtml'),(14532,'wp-content/plugins/thrive-visual-editor/inc/backbone/controls/decoration/pointer.phtml'),(14533,'wp-content/plugins/thrive-visual-editor/inc/backbone/controls/decoration/slanted.phtml'),(14534,'wp-content/plugins/thrive-visual-editor/inc/backbone/controls/decoration/svg/fancy-divider-styles.phtml'),(14535,'wp-content/plugins/thrive-visual-editor/inc/backbone/controls/decoration/svg-base.phtml'),(14536,'wp-content/plugins/thrive-visual-editor/inc/backbone/controls/divider/style-picker.phtml'),(14537,'wp-content/plugins/thrive-visual-editor/inc/backbone/controls/drop-panel-light.phtml'),(14538,'wp-content/plugins/thrive-visual-editor/inc/backbone/controls/drop-panel.phtml'),(14539,'wp-content/plugins/thrive-visual-editor/inc/backbone/controls/font-manager.phtml'),(14540,'wp-content/plugins/thrive-visual-editor/inc/backbone/controls/global/style-button.phtml'),(14541,'wp-content/plugins/thrive-visual-editor/inc/backbone/controls/global/style-contentbox.phtml'),(14542,'wp-content/plugins/thrive-visual-editor/inc/backbone/controls/global/style-control.phtml'),(14543,'wp-content/plugins/thrive-visual-editor/inc/backbone/controls/global/style-panel.phtml'),(14544,'wp-content/plugins/thrive-visual-editor/inc/backbone/controls/global/style-section.phtml'),(14545,'wp-content/plugins/thrive-visual-editor/inc/backbone/controls/gradient/knob.phtml'),(14546,'wp-content/plugins/thrive-visual-editor/inc/backbone/controls/gradient-pattern.phtml'),(14547,'wp-content/plugins/thrive-visual-editor/inc/backbone/controls/gradient-picker.phtml'),(14548,'wp-content/plugins/thrive-visual-editor/inc/backbone/controls/icon-label-switch.phtml'),(14549,'wp-content/plugins/thrive-visual-editor/inc/backbone/controls/icons.phtml'),(14550,'wp-content/plugins/thrive-visual-editor/inc/backbone/controls/image/resize.phtml'),(14551,'wp-content/plugins/thrive-visual-editor/inc/backbone/controls/image/style-picker.phtml'),(14552,'wp-content/plugins/thrive-visual-editor/inc/backbone/controls/image-picker.phtml'),(14553,'wp-content/plugins/thrive-visual-editor/inc/backbone/controls/input-inline.phtml'),(14554,'wp-content/plugins/thrive-visual-editor/inc/backbone/controls/input-multiple-item.phtml'),(14555,'wp-content/plugins/thrive-visual-editor/inc/backbone/controls/input-multiple.phtml'),(14556,'wp-content/plugins/thrive-visual-editor/inc/backbone/controls/input.phtml'),(14557,'wp-content/plugins/thrive-visual-editor/inc/backbone/controls/knob.phtml'),(14558,'wp-content/plugins/thrive-visual-editor/inc/backbone/controls/label-input.phtml'),(14559,'wp-content/plugins/thrive-visual-editor/inc/backbone/controls/layout/input.phtml'),(14560,'wp-content/plugins/thrive-visual-editor/inc/backbone/controls/layout/position-absolute.phtml'),(14561,'wp-content/plugins/thrive-visual-editor/inc/backbone/controls/layout/position-relative.phtml'),(14562,'wp-content/plugins/thrive-visual-editor/inc/backbone/controls/layout/width.phtml'),(14563,'wp-content/plugins/thrive-visual-editor/inc/backbone/controls/layout.phtml'),(14564,'wp-content/plugins/thrive-visual-editor/inc/backbone/controls/lead-generation/api-connections.phtml'),(14565,'wp-content/plugins/thrive-visual-editor/inc/backbone/controls/lead-generation/api-drop-panel.phtml'),(14566,'wp-content/plugins/thrive-visual-editor/inc/backbone/controls/lead-generation/connected-api.phtml'),(14567,'wp-content/plugins/thrive-visual-editor/inc/backbone/controls/lead-generation/edit-field.phtml'),(14568,'wp-content/plugins/thrive-visual-editor/inc/backbone/controls/lead-generation/lg-input.phtml'),(14569,'wp-content/plugins/thrive-visual-editor/inc/backbone/controls/link/dynamic-categories.phtml'),(14570,'wp-content/plugins/thrive-visual-editor/inc/backbone/controls/link/dynamic-links.phtml'),(14571,'wp-content/plugins/thrive-visual-editor/inc/backbone/controls/link/element-link.phtml'),(14572,'wp-content/plugins/thrive-visual-editor/inc/backbone/controls/link/link-select.phtml'),(14573,'wp-content/plugins/thrive-visual-editor/inc/backbone/controls/link/style-picker-item.phtml'),(14574,'wp-content/plugins/thrive-visual-editor/inc/backbone/controls/margin-padding.phtml'),(14575,'wp-content/plugins/thrive-visual-editor/inc/backbone/controls/menu/preview-list-item.php'),(14576,'wp-content/plugins/thrive-visual-editor/inc/backbone/controls/multiple-checkbox.phtml'),(14577,'wp-content/plugins/thrive-visual-editor/inc/backbone/controls/palettes-var-item.phtml'),(14578,'wp-content/plugins/thrive-visual-editor/inc/backbone/controls/palettes.phtml'),(14579,'wp-content/plugins/thrive-visual-editor/inc/backbone/controls/preview-list-item.phtml'),(14580,'wp-content/plugins/thrive-visual-editor/inc/backbone/controls/preview-toggle-list-item.phtml'),(14581,'wp-content/plugins/thrive-visual-editor/inc/backbone/controls/pricing-table/edit-instance.phtml'),(14582,'wp-content/plugins/thrive-visual-editor/inc/backbone/controls/pricing-table/edit-price-box.phtml'),(14583,'wp-content/plugins/thrive-visual-editor/inc/backbone/controls/pricing-table/price-instance-controls.phtml'),(14584,'wp-content/plugins/thrive-visual-editor/inc/backbone/controls/pricing-table/pricing-table-item.phtml'),(14585,'wp-content/plugins/thrive-visual-editor/inc/backbone/controls/radio.phtml'),(14586,'wp-content/plugins/thrive-visual-editor/inc/backbone/controls/rating-value.phtml'),(14587,'wp-content/plugins/thrive-visual-editor/inc/backbone/controls/responsive-video/style-picker.phtml'),(14588,'wp-content/plugins/thrive-visual-editor/inc/backbone/controls/responsive-video-settings.phtml'),(14589,'wp-content/plugins/thrive-visual-editor/inc/backbone/controls/responsive.phtml'),(14590,'wp-content/plugins/thrive-visual-editor/inc/backbone/controls/revision-manager-item.php'),(14591,'wp-content/plugins/thrive-visual-editor/inc/backbone/controls/select-multiple.phtml'),(14592,'wp-content/plugins/thrive-visual-editor/inc/backbone/controls/select.phtml'),(14593,'wp-content/plugins/thrive-visual-editor/inc/backbone/controls/selected-elem-nav-item-compact.phtml'),(14594,'wp-content/plugins/thrive-visual-editor/inc/backbone/controls/selected-elem-nav-item.phtml'),(14595,'wp-content/plugins/thrive-visual-editor/inc/backbone/controls/shadow.phtml'),(14596,'wp-content/plugins/thrive-visual-editor/inc/backbone/controls/slider.phtml'),(14597,'wp-content/plugins/thrive-visual-editor/inc/backbone/controls/social/fb-share.phtml'),(14598,'wp-content/plugins/thrive-visual-editor/inc/backbone/controls/social/network-checkboxes.phtml'),(14599,'wp-content/plugins/thrive-visual-editor/inc/backbone/controls/social/network-settings.phtml'),(14600,'wp-content/plugins/thrive-visual-editor/inc/backbone/controls/social/pin-share.phtml'),(14601,'wp-content/plugins/thrive-visual-editor/inc/backbone/controls/social/selector.phtml'),(14602,'wp-content/plugins/thrive-visual-editor/inc/backbone/controls/social/t-share.phtml'),(14603,'wp-content/plugins/thrive-visual-editor/inc/backbone/controls/style-change.phtml'),(14604,'wp-content/plugins/thrive-visual-editor/inc/backbone/controls/style.phtml'),(14605,'wp-content/plugins/thrive-visual-editor/inc/backbone/controls/switch-toggle.phtml'),(14606,'wp-content/plugins/thrive-visual-editor/inc/backbone/controls/switch.phtml'),(14607,'wp-content/plugins/thrive-visual-editor/inc/backbone/controls/table/table_cell.phtml'),(14608,'wp-content/plugins/thrive-visual-editor/inc/backbone/controls/text/typefocus-settings.phtml'),(14609,'wp-content/plugins/thrive-visual-editor/inc/backbone/controls/text/typefocus.phtml'),(14610,'wp-content/plugins/thrive-visual-editor/inc/backbone/controls/textarea.phtml'),(14611,'wp-content/plugins/thrive-visual-editor/inc/backbone/controls/time-slider.phtml'),(14612,'wp-content/plugins/thrive-visual-editor/inc/backbone/controls/toc/headings.phtml'),(14613,'wp-content/plugins/thrive-visual-editor/inc/backbone/controls/toggle.phtml'),(14614,'wp-content/plugins/thrive-visual-editor/inc/backbone/controls/tooltip/promote-panel.phtml'),(14615,'wp-content/plugins/thrive-visual-editor/inc/backbone/controls/tooltip/tooltip-panel.phtml'),(14616,'wp-content/plugins/thrive-visual-editor/inc/backbone/controls/video-settings.phtml'),(14617,'wp-content/plugins/thrive-visual-editor/inc/backbone/drop-panels/reset-state.phtml'),(14618,'wp-content/plugins/thrive-visual-editor/inc/backbone/element-icons.phtml'),(14619,'wp-content/plugins/thrive-visual-editor/inc/backbone/element-states.phtml'),(14620,'wp-content/plugins/thrive-visual-editor/inc/backbone/elements/button-icon.phtml'),(14621,'wp-content/plugins/thrive-visual-editor/inc/backbone/elements/megamenu-no-items.phtml'),(14622,'wp-content/plugins/thrive-visual-editor/inc/backbone/elements/menu-image-placeholder.phtml'),(14623,'wp-content/plugins/thrive-visual-editor/inc/backbone/elements/menu-item-icon.phtml'),(14624,'wp-content/plugins/thrive-visual-editor/inc/backbone/elements/menu-item.phtml'),(14625,'wp-content/plugins/thrive-visual-editor/inc/backbone/elements/menu.phtml'),(14626,'wp-content/plugins/thrive-visual-editor/inc/backbone/elements/social.phtml'),(14627,'wp-content/plugins/thrive-visual-editor/inc/backbone/inline/column-options.phtml'),(14628,'wp-content/plugins/thrive-visual-editor/inc/backbone/inline/content-templates.phtml'),(14629,'wp-content/plugins/thrive-visual-editor/inc/backbone/inline/dynamiclink-popup.phtml'),(14630,'wp-content/plugins/thrive-visual-editor/inc/backbone/inline/inline-shortcodes.phtml'),(14631,'wp-content/plugins/thrive-visual-editor/inc/backbone/inline/jumplink-popup.phtml'),(14632,'wp-content/plugins/thrive-visual-editor/inc/backbone/inline/link-types.phtml'),(14633,'wp-content/plugins/thrive-visual-editor/inc/backbone/inline/popup-custom-input-extra.phtml'),(14634,'wp-content/plugins/thrive-visual-editor/inc/backbone/inline/popup-custom-input.phtml'),(14635,'wp-content/plugins/thrive-visual-editor/inc/backbone/inline/postlist-links.phtml'),(14636,'wp-content/plugins/thrive-visual-editor/inc/backbone/inline/staticlink-popup.phtml'),(14637,'wp-content/plugins/thrive-visual-editor/inc/backbone/inline-error.phtml'),(14638,'wp-content/plugins/thrive-visual-editor/inc/backbone/landing-pages/delete-confirmation.phtml'),(14639,'wp-content/plugins/thrive-visual-editor/inc/backbone/landing-pages/lp-set.phtml'),(14640,'wp-content/plugins/thrive-visual-editor/inc/backbone/landing-pages/lp-template.phtml'),(14641,'wp-content/plugins/thrive-visual-editor/inc/backbone/landing-pages/lp-text-templates.phtml'),(14642,'wp-content/plugins/thrive-visual-editor/inc/backbone/landing-pages/tag-item.phtml'),(14643,'wp-content/plugins/thrive-visual-editor/inc/backbone/lead-generation/apis/activecampaign.phtml'),(14644,'wp-content/plugins/thrive-visual-editor/inc/backbone/lead-generation/apis/aweber.phtml'),(14645,'wp-content/plugins/thrive-visual-editor/inc/backbone/lead-generation/apis/convertkit.phtml'),(14646,'wp-content/plugins/thrive-visual-editor/inc/backbone/lead-generation/apis/default.phtml'),(14647,'wp-content/plugins/thrive-visual-editor/inc/backbone/lead-generation/apis/drip.phtml'),(14648,'wp-content/plugins/thrive-visual-editor/inc/backbone/lead-generation/apis/everwebinar.phtml'),(14649,'wp-content/plugins/thrive-visual-editor/inc/backbone/lead-generation/apis/extra/mailchimp-group.phtml'),(14650,'wp-content/plugins/thrive-visual-editor/inc/backbone/lead-generation/apis/extra/password-strength.phtml'),(14651,'wp-content/plugins/thrive-visual-editor/inc/backbone/lead-generation/apis/get-response.phtml'),(14652,'wp-content/plugins/thrive-visual-editor/inc/backbone/lead-generation/apis/infusionsoft.phtml'),(14653,'wp-content/plugins/thrive-visual-editor/inc/backbone/lead-generation/apis/klicktipp.phtml'),(14654,'wp-content/plugins/thrive-visual-editor/inc/backbone/lead-generation/apis/mailchimp.phtml'),(14655,'wp-content/plugins/thrive-visual-editor/inc/backbone/lead-generation/apis/mailster.phtml'),(14656,'wp-content/plugins/thrive-visual-editor/inc/backbone/lead-generation/apis/ontraport.phtml'),(14657,'wp-content/plugins/thrive-visual-editor/inc/backbone/lead-generation/apis/sendlane.phtml'),(14658,'wp-content/plugins/thrive-visual-editor/inc/backbone/lead-generation/apis/sendy.phtml'),(14659,'wp-content/plugins/thrive-visual-editor/inc/backbone/lead-generation/apis/zapier.phtml'),(14660,'wp-content/plugins/thrive-visual-editor/inc/backbone/lead-generation/apis/zoom.phtml'),(14661,'wp-content/plugins/thrive-visual-editor/inc/backbone/lead-generation/consent.phtml'),(14662,'wp-content/plugins/thrive-visual-editor/inc/backbone/lead-generation/errors/item.phtml'),(14663,'wp-content/plugins/thrive-visual-editor/inc/backbone/lead-generation/new-connection-area.phtml'),(14664,'wp-content/plugins/thrive-visual-editor/inc/backbone/lead-generation/submit-options/option.phtml'),(14665,'wp-content/plugins/thrive-visual-editor/inc/backbone/lead-generation/submit-options/submit-options.phtml'),(14666,'wp-content/plugins/thrive-visual-editor/inc/backbone/logo/item.phtml'),(14667,'wp-content/plugins/thrive-visual-editor/inc/backbone/logo/tooltip.phtml'),(14668,'wp-content/plugins/thrive-visual-editor/inc/backbone/modals/cf-settings.php'),(14669,'wp-content/plugins/thrive-visual-editor/inc/backbone/notification-box/error-save.php'),(14670,'wp-content/plugins/thrive-visual-editor/inc/backbone/notification-box/error.phtml'),(14671,'wp-content/plugins/thrive-visual-editor/inc/backbone/notification-box/info.phtml'),(14672,'wp-content/plugins/thrive-visual-editor/inc/backbone/notification-box/success.phtml'),(14673,'wp-content/plugins/thrive-visual-editor/inc/backbone/notification-box/warning.phtml'),(14674,'wp-content/plugins/thrive-visual-editor/inc/backbone/page-events/actions/lightbox-preview.phtml'),(14675,'wp-content/plugins/thrive-visual-editor/inc/backbone/page-events/actions/lightbox.phtml'),(14676,'wp-content/plugins/thrive-visual-editor/inc/backbone/page-events/form.phtml'),(14677,'wp-content/plugins/thrive-visual-editor/inc/backbone/page-events/list.phtml'),(14678,'wp-content/plugins/thrive-visual-editor/inc/backbone/page-events/no-events.phtml'),(14679,'wp-content/plugins/thrive-visual-editor/inc/backbone/page-events/triggers/exit.phtml'),(14680,'wp-content/plugins/thrive-visual-editor/inc/backbone/page-events/triggers/timer.phtml'),(14681,'wp-content/plugins/thrive-visual-editor/inc/backbone/post-list/author-query-rule.phtml'),(14682,'wp-content/plugins/thrive-visual-editor/inc/backbone/post-list/extra-image.phtml'),(14683,'wp-content/plugins/thrive-visual-editor/inc/backbone/post-list/post-list-default-template.php'),(14684,'wp-content/plugins/thrive-visual-editor/inc/backbone/post-list/post-query-rule.phtml'),(14685,'wp-content/plugins/thrive-visual-editor/inc/backbone/post-list/query-options.phtml'),(14686,'wp-content/plugins/thrive-visual-editor/inc/backbone/post-list/query-rule.phtml'),(14687,'wp-content/plugins/thrive-visual-editor/inc/backbone/post-list/query-term.phtml'),(14688,'wp-content/plugins/thrive-visual-editor/inc/backbone/post-list/select.phtml'),(14689,'wp-content/plugins/thrive-visual-editor/inc/backbone/sections/item.phtml'),(14690,'wp-content/plugins/thrive-visual-editor/inc/backbone/shadow/no-shadow.phtml'),(14691,'wp-content/plugins/thrive-visual-editor/inc/backbone/symbols/content-template-item.phtml'),(14692,'wp-content/plugins/thrive-visual-editor/inc/backbone/symbols/create-item.phtml'),(14693,'wp-content/plugins/thrive-visual-editor/inc/backbone/symbols/get-symbols-error.phtml'),(14694,'wp-content/plugins/thrive-visual-editor/inc/backbone/symbols/item.phtml'),(14695,'wp-content/plugins/thrive-visual-editor/inc/backbone/symbols/save-templates-symbols-error.phtml'),(14696,'wp-content/plugins/thrive-visual-editor/inc/backbone/symbols/section-item.phtml'),(14697,'wp-content/plugins/thrive-visual-editor/inc/backbone/symbols/sections-container.phtml'),(14698,'wp-content/plugins/thrive-visual-editor/inc/backbone/symbols/sections-message.phtml'),(14699,'wp-content/plugins/thrive-visual-editor/inc/backbone/util/audio-file-picker.phtml'),(14700,'wp-content/plugins/thrive-visual-editor/inc/backbone/util/color-picker/add-color.phtml'),(14701,'wp-content/plugins/thrive-visual-editor/inc/backbone/util/color-picker/favorite-thumb.phtml'),(14702,'wp-content/plugins/thrive-visual-editor/inc/backbone/util/color-picker/global-thumb.phtml'),(14703,'wp-content/plugins/thrive-visual-editor/inc/backbone/util/color-picker/save-btn.phtml'),(14704,'wp-content/plugins/thrive-visual-editor/inc/backbone/util/edit-as-group.phtml'),(14705,'wp-content/plugins/thrive-visual-editor/inc/backbone/util/edit-global-colors.phtml'),(14706,'wp-content/plugins/thrive-visual-editor/inc/backbone/util/edit-mode.phtml'),(14707,'wp-content/plugins/thrive-visual-editor/inc/backbone/util/favorite-colors.phtml'),(14708,'wp-content/plugins/thrive-visual-editor/inc/backbone/util/favorite-gradients.phtml'),(14709,'wp-content/plugins/thrive-visual-editor/inc/backbone/util/file-picker.phtml'),(14710,'wp-content/plugins/thrive-visual-editor/inc/backbone/util/icon.phtml'),(14711,'wp-content/plugins/thrive-visual-editor/inc/backbone/util/input.phtml'),(14712,'wp-content/plugins/thrive-visual-editor/inc/backbone/util/link-styles.phtml'),(14713,'wp-content/plugins/thrive-visual-editor/inc/backbone/util/link.phtml'),(14714,'wp-content/plugins/thrive-visual-editor/inc/backbone/util/list.phtml'),(14715,'wp-content/plugins/thrive-visual-editor/inc/backbone/util/option.phtml'),(14716,'wp-content/plugins/thrive-visual-editor/inc/backbone/util/svg_icon.phtml'),(14717,'wp-content/plugins/thrive-visual-editor/inc/backbone/util/template-colors.phtml'),(14718,'wp-content/plugins/thrive-visual-editor/inc/backbone/util/template-gradients.phtml'),(14719,'wp-content/plugins/thrive-visual-editor/inc/backbone/util/video-file-picker.phtml'),(14720,'wp-content/plugins/thrive-visual-editor/inc/classes/class-tcb-cloud-template-element-abstract.php'),(14721,'wp-content/plugins/thrive-visual-editor/inc/classes/class-tcb-contact-form.php'),(14722,'wp-content/plugins/thrive-visual-editor/inc/classes/class-tcb-editor-ajax.php'),(14723,'wp-content/plugins/thrive-visual-editor/inc/classes/class-tcb-editor.php'),(14724,'wp-content/plugins/thrive-visual-editor/inc/classes/class-tcb-element-abstract.php'),(14725,'wp-content/plugins/thrive-visual-editor/inc/classes/class-tcb-elements.php'),(14726,'wp-content/plugins/thrive-visual-editor/inc/classes/class-tcb-font-manager.php'),(14727,'wp-content/plugins/thrive-visual-editor/inc/classes/class-tcb-icon-manager.php'),(14728,'wp-content/plugins/thrive-visual-editor/inc/classes/class-tcb-lightbox.php'),(14729,'wp-content/plugins/thrive-visual-editor/inc/classes/class-tcb-menu-walker.php'),(14730,'wp-content/plugins/thrive-visual-editor/inc/classes/class-tcb-post-grid.php'),(14731,'wp-content/plugins/thrive-visual-editor/inc/classes/class-tcb-post.php'),(14732,'wp-content/plugins/thrive-visual-editor/inc/classes/class-tcb-symbol-element-abstract.php'),(14733,'wp-content/plugins/thrive-visual-editor/inc/classes/class-tcb-utils.php'),(14734,'wp-content/plugins/thrive-visual-editor/inc/classes/class-tcb-widget-element.php'),(14735,'wp-content/plugins/thrive-visual-editor/inc/classes/content-templates/class-tcb-content-templates-api.php'),(14736,'wp-content/plugins/thrive-visual-editor/inc/classes/elements/class-tcb-article-element.php'),(14737,'wp-content/plugins/thrive-visual-editor/inc/classes/elements/class-tcb-audio-element.php'),(14738,'wp-content/plugins/thrive-visual-editor/inc/classes/elements/class-tcb-button-element.php'),(14739,'wp-content/plugins/thrive-visual-editor/inc/classes/elements/class-tcb-button-group-element.php'),(14740,'wp-content/plugins/thrive-visual-editor/inc/classes/elements/class-tcb-button-group-item-element.php'),(14741,'wp-content/plugins/thrive-visual-editor/inc/classes/elements/class-tcb-callaction-element.php'),(14742,'wp-content/plugins/thrive-visual-editor/inc/classes/elements/class-tcb-cell-element.php'),(14743,'wp-content/plugins/thrive-visual-editor/inc/classes/elements/class-tcb-column-element.php'),(14744,'wp-content/plugins/thrive-visual-editor/inc/classes/elements/class-tcb-columns-element.php'),(14745,'wp-content/plugins/thrive-visual-editor/inc/classes/elements/class-tcb-commentsdisqus-element.php'),(14746,'wp-content/plugins/thrive-visual-editor/inc/classes/elements/class-tcb-commentsfacebook-element.php'),(14747,'wp-content/plugins/thrive-visual-editor/inc/classes/elements/class-tcb-contact-form-element.php'),(14748,'wp-content/plugins/thrive-visual-editor/inc/classes/elements/class-tcb-contact-form-input-element.php'),(14749,'wp-content/plugins/thrive-visual-editor/inc/classes/elements/class-tcb-contact-form-item-element.php'),(14750,'wp-content/plugins/thrive-visual-editor/inc/classes/elements/class-tcb-contact-form-label-element.php'),(14751,'wp-content/plugins/thrive-visual-editor/inc/classes/elements/class-tcb-contact-form-submit-element.php'),(14752,'wp-content/plugins/thrive-visual-editor/inc/classes/elements/class-tcb-contentblock-element.php'),(14753,'wp-content/plugins/thrive-visual-editor/inc/classes/elements/class-tcb-contentbox-element.php'),(14754,'wp-content/plugins/thrive-visual-editor/inc/classes/elements/class-tcb-countdown-element.php'),(14755,'wp-content/plugins/thrive-visual-editor/inc/classes/elements/class-tcb-countdownevergreen-element.php'),(14756,'wp-content/plugins/thrive-visual-editor/inc/classes/elements/class-tcb-credit-element.php'),(14757,'wp-content/plugins/thrive-visual-editor/inc/classes/elements/class-tcb-ct-element.php'),(14758,'wp-content/plugins/thrive-visual-editor/inc/classes/elements/class-tcb-ct-symbol-element.php'),(14759,'wp-content/plugins/thrive-visual-editor/inc/classes/elements/class-tcb-divider-element.php'),(14760,'wp-content/plugins/thrive-visual-editor/inc/classes/elements/class-tcb-fillcounter-element.php'),(14761,'wp-content/plugins/thrive-visual-editor/inc/classes/elements/class-tcb-footer-element.php'),(14762,'wp-content/plugins/thrive-visual-editor/inc/classes/elements/class-tcb-form-icon-element.php'),(14763,'wp-content/plugins/thrive-visual-editor/inc/classes/elements/class-tcb-form-input-element.php'),(14764,'wp-content/plugins/thrive-visual-editor/inc/classes/elements/class-tcb-form-item-element.php'),(14765,'wp-content/plugins/thrive-visual-editor/inc/classes/elements/class-tcb-form-label-element.php'),(14766,'wp-content/plugins/thrive-visual-editor/inc/classes/elements/class-tcb-form-submit-element.php'),(14767,'wp-content/plugins/thrive-visual-editor/inc/classes/elements/class-tcb-gmap-element.php'),(14768,'wp-content/plugins/thrive-visual-editor/inc/classes/elements/class-tcb-guaranteebox-element.php'),(14769,'wp-content/plugins/thrive-visual-editor/inc/classes/elements/class-tcb-header-element.php'),(14770,'wp-content/plugins/thrive-visual-editor/inc/classes/elements/class-tcb-html-element.php'),(14771,'wp-content/plugins/thrive-visual-editor/inc/classes/elements/class-tcb-icon-element.php'),(14772,'wp-content/plugins/thrive-visual-editor/inc/classes/elements/class-tcb-image-element.php'),(14773,'wp-content/plugins/thrive-visual-editor/inc/classes/elements/class-tcb-label-advanced-element.php'),(14774,'wp-content/plugins/thrive-visual-editor/inc/classes/elements/class-tcb-label-disabled-element.php'),(14775,'wp-content/plugins/thrive-visual-editor/inc/classes/elements/class-tcb-label-element.php'),(14776,'wp-content/plugins/thrive-visual-editor/inc/classes/elements/class-tcb-landing-page-content-element.php'),(14777,'wp-content/plugins/thrive-visual-editor/inc/classes/elements/class-tcb-landing-page-element.php'),(14778,'wp-content/plugins/thrive-visual-editor/inc/classes/elements/class-tcb-landing-page-text-element.php'),(14779,'wp-content/plugins/thrive-visual-editor/inc/classes/elements/class-tcb-lead-generation-checkbox-element.php'),(14780,'wp-content/plugins/thrive-visual-editor/inc/classes/elements/class-tcb-lead-generation-element.php'),(14781,'wp-content/plugins/thrive-visual-editor/inc/classes/elements/class-tcb-lead-generation-input-element.php'),(14782,'wp-content/plugins/thrive-visual-editor/inc/classes/elements/class-tcb-lead-generation-radio-element.php'),(14783,'wp-content/plugins/thrive-visual-editor/inc/classes/elements/class-tcb-lead-generation-select-element.php'),(14784,'wp-content/plugins/thrive-visual-editor/inc/classes/elements/class-tcb-lead-generation-submit-element.php'),(14785,'wp-content/plugins/thrive-visual-editor/inc/classes/elements/class-tcb-lead-generation-textarea-element.php'),(14786,'wp-content/plugins/thrive-visual-editor/inc/classes/elements/class-tcb-lightbox-element.php'),(14787,'wp-content/plugins/thrive-visual-editor/inc/classes/elements/class-tcb-link-element.php'),(14788,'wp-content/plugins/thrive-visual-editor/inc/classes/elements/class-tcb-logo-element.php'),(14789,'wp-content/plugins/thrive-visual-editor/inc/classes/elements/class-tcb-megamenu-column-element.php'),(14790,'wp-content/plugins/thrive-visual-editor/inc/classes/elements/class-tcb-megamenu-dropdown-element.php'),(14791,'wp-content/plugins/thrive-visual-editor/inc/classes/elements/class-tcb-megamenu-element.php'),(14792,'wp-content/plugins/thrive-visual-editor/inc/classes/elements/class-tcb-megamenu-image-element.php'),(14793,'wp-content/plugins/thrive-visual-editor/inc/classes/elements/class-tcb-megamenu-item-element.php'),(14794,'wp-content/plugins/thrive-visual-editor/inc/classes/elements/class-tcb-menu-dropdown-element.php'),(14795,'wp-content/plugins/thrive-visual-editor/inc/classes/elements/class-tcb-menu-element.php'),(14796,'wp-content/plugins/thrive-visual-editor/inc/classes/elements/class-tcb-menu-item-element.php'),(14797,'wp-content/plugins/thrive-visual-editor/inc/classes/elements/class-tcb-moretag-element.php'),(14798,'wp-content/plugins/thrive-visual-editor/inc/classes/elements/class-tcb-numberedlist-element.php'),(14799,'wp-content/plugins/thrive-visual-editor/inc/classes/elements/class-tcb-post-element.php'),(14800,'wp-content/plugins/thrive-visual-editor/inc/classes/elements/class-tcb-post-list-element.php'),(14801,'wp-content/plugins/thrive-visual-editor/inc/classes/elements/class-tcb-postgrid-element.php'),(14802,'wp-content/plugins/thrive-visual-editor/inc/classes/elements/class-tcb-pricing-table-box-container-element.php'),(14803,'wp-content/plugins/thrive-visual-editor/inc/classes/elements/class-tcb-pricing-table-element.php'),(14804,'wp-content/plugins/thrive-visual-editor/inc/classes/elements/class-tcb-progressbar-element.php'),(14805,'wp-content/plugins/thrive-visual-editor/inc/classes/elements/class-tcb-rating-element.php'),(14806,'wp-content/plugins/thrive-visual-editor/inc/classes/elements/class-tcb-responsivevideo-element.php'),(14807,'wp-content/plugins/thrive-visual-editor/inc/classes/elements/class-tcb-reveal-element.php'),(14808,'wp-content/plugins/thrive-visual-editor/inc/classes/elements/class-tcb-section-element.php'),(14809,'wp-content/plugins/thrive-visual-editor/inc/classes/elements/class-tcb-social-element.php'),(14810,'wp-content/plugins/thrive-visual-editor/inc/classes/elements/class-tcb-stylebox-element.php'),(14811,'wp-content/plugins/thrive-visual-editor/inc/classes/elements/class-tcb-styledlist-element.php'),(14812,'wp-content/plugins/thrive-visual-editor/inc/classes/elements/class-tcb-styledlistitem-element.php'),(14813,'wp-content/plugins/thrive-visual-editor/inc/classes/elements/class-tcb-symbol-element.php'),(14814,'wp-content/plugins/thrive-visual-editor/inc/classes/elements/class-tcb-table-element.php'),(14815,'wp-content/plugins/thrive-visual-editor/inc/classes/elements/class-tcb-tabs-element.php'),(14816,'wp-content/plugins/thrive-visual-editor/inc/classes/elements/class-tcb-testimonial-element.php'),(14817,'wp-content/plugins/thrive-visual-editor/inc/classes/elements/class-tcb-text-element.php'),(14818,'wp-content/plugins/thrive-visual-editor/inc/classes/elements/class-tcb-toc-element.php'),(14819,'wp-content/plugins/thrive-visual-editor/inc/classes/elements/class-tcb-toggle-element.php'),(14820,'wp-content/plugins/thrive-visual-editor/inc/classes/elements/class-tcb-tweet-element.php'),(14821,'wp-content/plugins/thrive-visual-editor/inc/classes/elements/class-tcb-wordpress-element.php'),(14822,'wp-content/plugins/thrive-visual-editor/inc/classes/elements/pagination/class-tcb-pagination-element.php'),(14823,'wp-content/plugins/thrive-visual-editor/inc/classes/elements/pagination/class-tcb-pagination-first-last-button-element.php'),(14824,'wp-content/plugins/thrive-visual-editor/inc/classes/elements/pagination/class-tcb-pagination-label-element.php'),(14825,'wp-content/plugins/thrive-visual-editor/inc/classes/elements/pagination/class-tcb-pagination-load-more-element.php'),(14826,'wp-content/plugins/thrive-visual-editor/inc/classes/elements/pagination/class-tcb-pagination-navigation-container-element.php'),(14827,'wp-content/plugins/thrive-visual-editor/inc/classes/elements/pagination/class-tcb-pagination-number-current-element.php'),(14828,'wp-content/plugins/thrive-visual-editor/inc/classes/elements/pagination/class-tcb-pagination-number-item-element.php'),(14829,'wp-content/plugins/thrive-visual-editor/inc/classes/elements/pagination/class-tcb-pagination-prev-next-button-element.php'),(14830,'wp-content/plugins/thrive-visual-editor/inc/classes/elements/post-list-sub-elements/class-tcb-post-author-bio-element.php'),(14831,'wp-content/plugins/thrive-visual-editor/inc/classes/elements/post-list-sub-elements/class-tcb-post-author-name-element.php'),(14832,'wp-content/plugins/thrive-visual-editor/inc/classes/elements/post-list-sub-elements/class-tcb-post-author-picture-element.php'),(14833,'wp-content/plugins/thrive-visual-editor/inc/classes/elements/post-list-sub-elements/class-tcb-post-categories-element.php'),(14834,'wp-content/plugins/thrive-visual-editor/inc/classes/elements/post-list-sub-elements/class-tcb-post-comments-number-element.php'),(14835,'wp-content/plugins/thrive-visual-editor/inc/classes/elements/post-list-sub-elements/class-tcb-post-content-element.php'),(14836,'wp-content/plugins/thrive-visual-editor/inc/classes/elements/post-list-sub-elements/class-tcb-post-date-element.php'),(14837,'wp-content/plugins/thrive-visual-editor/inc/classes/elements/post-list-sub-elements/class-tcb-post-read-more-element.php'),(14838,'wp-content/plugins/thrive-visual-editor/inc/classes/elements/post-list-sub-elements/class-tcb-post-tags-element.php'),(14839,'wp-content/plugins/thrive-visual-editor/inc/classes/elements/post-list-sub-elements/class-tcb-post-thumbnail-element.php'),(14840,'wp-content/plugins/thrive-visual-editor/inc/classes/elements/post-list-sub-elements/class-tcb-post-title-element.php'),(14841,'wp-content/plugins/thrive-visual-editor/inc/classes/logo/class-tcb-logo-rest.php'),(14842,'wp-content/plugins/thrive-visual-editor/inc/classes/logo/class-tcb-logo.php'),(14843,'wp-content/plugins/thrive-visual-editor/inc/classes/post-list/class-tcb-post-list-author-image.php'),(14844,'wp-content/plugins/thrive-visual-editor/inc/classes/post-list/class-tcb-post-list-content.php'),(14845,'wp-content/plugins/thrive-visual-editor/inc/classes/post-list/class-tcb-post-list-featured-image.php'),(14846,'wp-content/plugins/thrive-visual-editor/inc/classes/post-list/class-tcb-post-list-rest.php'),(14847,'wp-content/plugins/thrive-visual-editor/inc/classes/post-list/class-tcb-post-list-shortcodes.php'),(14848,'wp-content/plugins/thrive-visual-editor/inc/classes/post-list/class-tcb-post-list-sub-element-abstract.php'),(14849,'wp-content/plugins/thrive-visual-editor/inc/classes/post-list/class-tcb-post-list.php'),(14850,'wp-content/plugins/thrive-visual-editor/inc/classes/post-list/pagination/class-tcb-pagination-load-more.php'),(14851,'wp-content/plugins/thrive-visual-editor/inc/classes/post-list/pagination/class-tcb-pagination-none.php'),(14852,'wp-content/plugins/thrive-visual-editor/inc/classes/post-list/pagination/class-tcb-pagination-numeric.php'),(14853,'wp-content/plugins/thrive-visual-editor/inc/classes/post-list/pagination/class-tcb-pagination.php'),(14854,'wp-content/plugins/thrive-visual-editor/inc/classes/symbols/class-tcb-symbol-export.php'),(14855,'wp-content/plugins/thrive-visual-editor/inc/classes/symbols/class-tcb-symbol-template.php'),(14856,'wp-content/plugins/thrive-visual-editor/inc/classes/symbols/class-tcb-symbols-dashboard.php'),(14857,'wp-content/plugins/thrive-visual-editor/inc/classes/symbols/class-tcb-symbols-post-type.php'),(14858,'wp-content/plugins/thrive-visual-editor/inc/classes/symbols/class-tcb-symbols-taxonomy.php'),(14859,'wp-content/plugins/thrive-visual-editor/inc/compat.php'),(14860,'wp-content/plugins/thrive-visual-editor/inc/functions.php'),(14861,'wp-content/plugins/thrive-visual-editor/inc/helpers/cloud.php'),(14862,'wp-content/plugins/thrive-visual-editor/inc/helpers/social.php'),(14863,'wp-content/plugins/thrive-visual-editor/inc/i18n.php'),(14864,'wp-content/plugins/thrive-visual-editor/inc/license_notice.php'),(14865,'wp-content/plugins/thrive-visual-editor/inc/menu/audio.php'),(14866,'wp-content/plugins/thrive-visual-editor/inc/menu/button.php'),(14867,'wp-content/plugins/thrive-visual-editor/inc/menu/cell.php'),(14868,'wp-content/plugins/thrive-visual-editor/inc/menu/click-tweet.php'),(14869,'wp-content/plugins/thrive-visual-editor/inc/menu/columns.php'),(14870,'wp-content/plugins/thrive-visual-editor/inc/menu/commentsdisqus.php'),(14871,'wp-content/plugins/thrive-visual-editor/inc/menu/commentsfacebook.php'),(14872,'wp-content/plugins/thrive-visual-editor/inc/menu/contact_form.php'),(14873,'wp-content/plugins/thrive-visual-editor/inc/menu/contact_form_submit.php'),(14874,'wp-content/plugins/thrive-visual-editor/inc/menu/contentblock.php'),(14875,'wp-content/plugins/thrive-visual-editor/inc/menu/contentbox.php'),(14876,'wp-content/plugins/thrive-visual-editor/inc/menu/countdown.php'),(14877,'wp-content/plugins/thrive-visual-editor/inc/menu/countdownevergreen.php'),(14878,'wp-content/plugins/thrive-visual-editor/inc/menu/credit.php'),(14879,'wp-content/plugins/thrive-visual-editor/inc/menu/ct_symbol.php'),(14880,'wp-content/plugins/thrive-visual-editor/inc/menu/decoration.php'),(14881,'wp-content/plugins/thrive-visual-editor/inc/menu/divider.php'),(14882,'wp-content/plugins/thrive-visual-editor/inc/menu/fillcounter.php'),(14883,'wp-content/plugins/thrive-visual-editor/inc/menu/footer.php'),(14884,'wp-content/plugins/thrive-visual-editor/inc/menu/form_submit.php'),(14885,'wp-content/plugins/thrive-visual-editor/inc/menu/general.php'),(14886,'wp-content/plugins/thrive-visual-editor/inc/menu/gmap.php'),(14887,'wp-content/plugins/thrive-visual-editor/inc/menu/header.php'),(14888,'wp-content/plugins/thrive-visual-editor/inc/menu/html.php'),(14889,'wp-content/plugins/thrive-visual-editor/inc/menu/icon.php'),(14890,'wp-content/plugins/thrive-visual-editor/inc/menu/image.php'),(14891,'wp-content/plugins/thrive-visual-editor/inc/menu/landing_page.php'),(14892,'wp-content/plugins/thrive-visual-editor/inc/menu/lead_generation.php'),(14893,'wp-content/plugins/thrive-visual-editor/inc/menu/lead_generation_checkbox.php'),(14894,'wp-content/plugins/thrive-visual-editor/inc/menu/lead_generation_input.php'),(14895,'wp-content/plugins/thrive-visual-editor/inc/menu/lead_generation_radio.php'),(14896,'wp-content/plugins/thrive-visual-editor/inc/menu/lead_generation_select.php'),(14897,'wp-content/plugins/thrive-visual-editor/inc/menu/lead_generation_submit.php'),(14898,'wp-content/plugins/thrive-visual-editor/inc/menu/lead_generation_textarea.php'),(14899,'wp-content/plugins/thrive-visual-editor/inc/menu/lightbox.php'),(14900,'wp-content/plugins/thrive-visual-editor/inc/menu/link.php'),(14901,'wp-content/plugins/thrive-visual-editor/inc/menu/logo.php'),(14902,'wp-content/plugins/thrive-visual-editor/inc/menu/lp-text.php'),(14903,'wp-content/plugins/thrive-visual-editor/inc/menu/megamenu_column.php'),(14904,'wp-content/plugins/thrive-visual-editor/inc/menu/megamenu_dropdown.php'),(14905,'wp-content/plugins/thrive-visual-editor/inc/menu/megamenu_image.php'),(14906,'wp-content/plugins/thrive-visual-editor/inc/menu/megamenu_item.php'),(14907,'wp-content/plugins/thrive-visual-editor/inc/menu/menu.php'),(14908,'wp-content/plugins/thrive-visual-editor/inc/menu/menu_item.php'),(14909,'wp-content/plugins/thrive-visual-editor/inc/menu/numberedlist.php'),(14910,'wp-content/plugins/thrive-visual-editor/inc/menu/pagination.php'),(14911,'wp-content/plugins/thrive-visual-editor/inc/menu/pagination_button.php'),(14912,'wp-content/plugins/thrive-visual-editor/inc/menu/pagination_label.php'),(14913,'wp-content/plugins/thrive-visual-editor/inc/menu/post.php'),(14914,'wp-content/plugins/thrive-visual-editor/inc/menu/post_author_name.php'),(14915,'wp-content/plugins/thrive-visual-editor/inc/menu/post_categories.php'),(14916,'wp-content/plugins/thrive-visual-editor/inc/menu/post_comments_number.php'),(14917,'wp-content/plugins/thrive-visual-editor/inc/menu/post_content.php'),(14918,'wp-content/plugins/thrive-visual-editor/inc/menu/post_date.php'),(14919,'wp-content/plugins/thrive-visual-editor/inc/menu/post_list.php'),(14920,'wp-content/plugins/thrive-visual-editor/inc/menu/post_tags.php'),(14921,'wp-content/plugins/thrive-visual-editor/inc/menu/post_thumbnail.php'),(14922,'wp-content/plugins/thrive-visual-editor/inc/menu/postgrid.php'),(14923,'wp-content/plugins/thrive-visual-editor/inc/menu/pricing_table.php'),(14924,'wp-content/plugins/thrive-visual-editor/inc/menu/progressbar.php'),(14925,'wp-content/plugins/thrive-visual-editor/inc/menu/rating.php'),(14926,'wp-content/plugins/thrive-visual-editor/inc/menu/responsivevideo.php'),(14927,'wp-content/plugins/thrive-visual-editor/inc/menu/reveal.php'),(14928,'wp-content/plugins/thrive-visual-editor/inc/menu/section.php'),(14929,'wp-content/plugins/thrive-visual-editor/inc/menu/social.php'),(14930,'wp-content/plugins/thrive-visual-editor/inc/menu/styledlist.php'),(14931,'wp-content/plugins/thrive-visual-editor/inc/menu/symbol.php'),(14932,'wp-content/plugins/thrive-visual-editor/inc/menu/table.php'),(14933,'wp-content/plugins/thrive-visual-editor/inc/menu/tableborders.php'),(14934,'wp-content/plugins/thrive-visual-editor/inc/menu/tabs.php'),(14935,'wp-content/plugins/thrive-visual-editor/inc/menu/text-type.php'),(14936,'wp-content/plugins/thrive-visual-editor/inc/menu/text.php'),(14937,'wp-content/plugins/thrive-visual-editor/inc/menu/toc.php'),(14938,'wp-content/plugins/thrive-visual-editor/inc/menu/toggle.php'),(14939,'wp-content/plugins/thrive-visual-editor/inc/menu/widget.php'),(14940,'wp-content/plugins/thrive-visual-editor/inc/menu/wordpress.php'),(14941,'wp-content/plugins/thrive-visual-editor/inc/views/actions/animation.php'),(14942,'wp-content/plugins/thrive-visual-editor/inc/views/actions/audio-providers/custom-extra.php'),(14943,'wp-content/plugins/thrive-visual-editor/inc/views/actions/audio-providers/custom.php'),(14944,'wp-content/plugins/thrive-visual-editor/inc/views/actions/audio-providers/soundcloud-extra.php'),(14945,'wp-content/plugins/thrive-visual-editor/inc/views/actions/audio-providers/soundcloud.php'),(14946,'wp-content/plugins/thrive-visual-editor/inc/views/actions/audio-providers/spotify.php'),(14947,'wp-content/plugins/thrive-visual-editor/inc/views/actions/close-lightbox.js.php'),(14948,'wp-content/plugins/thrive-visual-editor/inc/views/actions/image-zoom.js.php'),(14949,'wp-content/plugins/thrive-visual-editor/inc/views/actions/lightbox.php'),(14950,'wp-content/plugins/thrive-visual-editor/inc/views/actions/link.php'),(14951,'wp-content/plugins/thrive-visual-editor/inc/views/actions/responsive-video-providers/custom-extra.php'),(14952,'wp-content/plugins/thrive-visual-editor/inc/views/actions/responsive-video-providers/custom.php'),(14953,'wp-content/plugins/thrive-visual-editor/inc/views/actions/responsive-video-providers/external-extra.php'),(14954,'wp-content/plugins/thrive-visual-editor/inc/views/actions/responsive-video-providers/external.php'),(14955,'wp-content/plugins/thrive-visual-editor/inc/views/actions/responsive-video-providers/vimeo-extra.php'),(14956,'wp-content/plugins/thrive-visual-editor/inc/views/actions/responsive-video-providers/vimeo.php'),(14957,'wp-content/plugins/thrive-visual-editor/inc/views/actions/responsive-video-providers/wistia-extra.php'),(14958,'wp-content/plugins/thrive-visual-editor/inc/views/actions/responsive-video-providers/wistia.php'),(14959,'wp-content/plugins/thrive-visual-editor/inc/views/actions/responsive-video-providers/youtube-extra.php'),(14960,'wp-content/plugins/thrive-visual-editor/inc/views/actions/responsive-video-providers/youtube.php'),(14961,'wp-content/plugins/thrive-visual-editor/inc/views/actions/tooltip.js.php'),(14962,'wp-content/plugins/thrive-visual-editor/inc/views/actions/tooltip.php'),(14963,'wp-content/plugins/thrive-visual-editor/inc/views/actions/video-popup/custom.php'),(14964,'wp-content/plugins/thrive-visual-editor/inc/views/actions/video-popup/external.php'),(14965,'wp-content/plugins/thrive-visual-editor/inc/views/actions/video-popup/vimeo.php'),(14966,'wp-content/plugins/thrive-visual-editor/inc/views/actions/video-popup/wistia.php'),(14967,'wp-content/plugins/thrive-visual-editor/inc/views/actions/video-popup/youtube.php'),(14968,'wp-content/plugins/thrive-visual-editor/inc/views/actions/video-popup.js.php'),(14969,'wp-content/plugins/thrive-visual-editor/inc/views/admin/cannot-edit-blog-page.php'),(14970,'wp-content/plugins/thrive-visual-editor/inc/views/admin/page-loader.php'),(14971,'wp-content/plugins/thrive-visual-editor/inc/views/admin/post-edit-button.php'),(14972,'wp-content/plugins/thrive-visual-editor/inc/views/central-style-panel.php'),(14973,'wp-content/plugins/thrive-visual-editor/inc/views/control-panel.php'),(14974,'wp-content/plugins/thrive-visual-editor/inc/views/editor-settings.php'),(14975,'wp-content/plugins/thrive-visual-editor/inc/views/elements/-list-promoted.php'),(14976,'wp-content/plugins/thrive-visual-editor/inc/views/elements/-sidebar-list.php'),(14977,'wp-content/plugins/thrive-visual-editor/inc/views/elements/audio.php'),(14978,'wp-content/plugins/thrive-visual-editor/inc/views/elements/button.php'),(14979,'wp-content/plugins/thrive-visual-editor/inc/views/elements/commentsdisqus.php'),(14980,'wp-content/plugins/thrive-visual-editor/inc/views/elements/commentsfacebook.php'),(14981,'wp-content/plugins/thrive-visual-editor/inc/views/elements/contact_form.php'),(14982,'wp-content/plugins/thrive-visual-editor/inc/views/elements/contentblock.php'),(14983,'wp-content/plugins/thrive-visual-editor/inc/views/elements/contentbox.php'),(14984,'wp-content/plugins/thrive-visual-editor/inc/views/elements/countdown.php'),(14985,'wp-content/plugins/thrive-visual-editor/inc/views/elements/countdownevergreen.php'),(14986,'wp-content/plugins/thrive-visual-editor/inc/views/elements/ct_symbol.php'),(14987,'wp-content/plugins/thrive-visual-editor/inc/views/elements/divider.php'),(14988,'wp-content/plugins/thrive-visual-editor/inc/views/elements/element-placeholder.php'),(14989,'wp-content/plugins/thrive-visual-editor/inc/views/elements/fillcounter.php'),(14990,'wp-content/plugins/thrive-visual-editor/inc/views/elements/footer.php'),(14991,'wp-content/plugins/thrive-visual-editor/inc/views/elements/gmap.php'),(14992,'wp-content/plugins/thrive-visual-editor/inc/views/elements/header.php'),(14993,'wp-content/plugins/thrive-visual-editor/inc/views/elements/html.php'),(14994,'wp-content/plugins/thrive-visual-editor/inc/views/elements/icon.php'),(14995,'wp-content/plugins/thrive-visual-editor/inc/views/elements/image.php'),(14996,'wp-content/plugins/thrive-visual-editor/inc/views/elements/lead_generation.php'),(14997,'wp-content/plugins/thrive-visual-editor/inc/views/elements/menu-generated.php'),(14998,'wp-content/plugins/thrive-visual-editor/inc/views/elements/moretag.php'),(14999,'wp-content/plugins/thrive-visual-editor/inc/views/elements/post-list-article.php'),(15000,'wp-content/plugins/thrive-visual-editor/inc/views/elements/postgrid.php'),(15001,'wp-content/plugins/thrive-visual-editor/inc/views/elements/pricing_table.php'),(15002,'wp-content/plugins/thrive-visual-editor/inc/views/elements/progressbar.php'),(15003,'wp-content/plugins/thrive-visual-editor/inc/views/elements/responsivevideo.php'),(15004,'wp-content/plugins/thrive-visual-editor/inc/views/elements/reveal.php'),(15005,'wp-content/plugins/thrive-visual-editor/inc/views/elements/section-placeholder.php'),(15006,'wp-content/plugins/thrive-visual-editor/inc/views/elements/section.php'),(15007,'wp-content/plugins/thrive-visual-editor/inc/views/elements/symbol.php'),(15008,'wp-content/plugins/thrive-visual-editor/inc/views/elements/table.php'),(15009,'wp-content/plugins/thrive-visual-editor/inc/views/elements/tabs.php'),(15010,'wp-content/plugins/thrive-visual-editor/inc/views/elements/text.php'),(15011,'wp-content/plugins/thrive-visual-editor/inc/views/elements/toc.php'),(15012,'wp-content/plugins/thrive-visual-editor/inc/views/elements/toggle.php'),(15013,'wp-content/plugins/thrive-visual-editor/inc/views/elements/tweet.php'),(15014,'wp-content/plugins/thrive-visual-editor/inc/views/elements/wordpress.php'),(15015,'wp-content/plugins/thrive-visual-editor/inc/views/inner.php'),(15016,'wp-content/plugins/thrive-visual-editor/inc/views/layouts/editor-lightbox.php'),(15017,'wp-content/plugins/thrive-visual-editor/inc/views/layouts/editor.php'),(15018,'wp-content/plugins/thrive-visual-editor/inc/views/loading-spinner.php'),(15019,'wp-content/plugins/thrive-visual-editor/inc/views/modals/api-connections.php'),(15020,'wp-content/plugins/thrive-visual-editor/inc/views/modals/cf-error-messages.php'),(15021,'wp-content/plugins/thrive-visual-editor/inc/views/modals/cloud-templates.php'),(15022,'wp-content/plugins/thrive-visual-editor/inc/views/modals/content-blocks.php'),(15023,'wp-content/plugins/thrive-visual-editor/inc/views/modals/ct-symbols.php'),(15024,'wp-content/plugins/thrive-visual-editor/inc/views/modals/custom-html.php'),(15025,'wp-content/plugins/thrive-visual-editor/inc/views/modals/fancy-divider.php'),(15026,'wp-content/plugins/thrive-visual-editor/inc/views/modals/headers.php'),(15027,'wp-content/plugins/thrive-visual-editor/inc/views/modals/icons.php'),(15028,'wp-content/plugins/thrive-visual-editor/inc/views/modals/lg-error-messages.php'),(15029,'wp-content/plugins/thrive-visual-editor/inc/views/modals/lp-export.php'),(15030,'wp-content/plugins/thrive-visual-editor/inc/views/modals/lp-save-template.php'),(15031,'wp-content/plugins/thrive-visual-editor/inc/views/modals/lp-templates.php'),(15032,'wp-content/plugins/thrive-visual-editor/inc/views/modals/no-content-templates.php'),(15033,'wp-content/plugins/thrive-visual-editor/inc/views/modals/options-post-types.php'),(15034,'wp-content/plugins/thrive-visual-editor/inc/views/modals/page-events.php'),(15035,'wp-content/plugins/thrive-visual-editor/inc/views/modals/post-list-query.php'),(15036,'wp-content/plugins/thrive-visual-editor/inc/views/modals/post-options-confirm.php'),(15037,'wp-content/plugins/thrive-visual-editor/inc/views/modals/revision-manager.php'),(15038,'wp-content/plugins/thrive-visual-editor/inc/views/modals/save-elements.php'),(15039,'wp-content/plugins/thrive-visual-editor/inc/views/modals/save-template.php'),(15040,'wp-content/plugins/thrive-visual-editor/inc/views/modals/sections.php'),(15041,'wp-content/plugins/thrive-visual-editor/inc/views/modals/symbols.php'),(15042,'wp-content/plugins/thrive-visual-editor/inc/views/modals/wordpress-content.php'),(15043,'wp-content/plugins/thrive-visual-editor/inc/views/modals.php'),(15044,'wp-content/plugins/thrive-visual-editor/inc/views/pagination/button.php'),(15045,'wp-content/plugins/thrive-visual-editor/inc/views/pagination/first-icon.php'),(15046,'wp-content/plugins/thrive-visual-editor/inc/views/pagination/label-pages.php'),(15047,'wp-content/plugins/thrive-visual-editor/inc/views/pagination/label-posts.php'),(15048,'wp-content/plugins/thrive-visual-editor/inc/views/pagination/last-icon.php'),(15049,'wp-content/plugins/thrive-visual-editor/inc/views/pagination/load-more-button.php'),(15050,'wp-content/plugins/thrive-visual-editor/inc/views/pagination/next-icon.php'),(15051,'wp-content/plugins/thrive-visual-editor/inc/views/pagination/prev-icon.php'),(15052,'wp-content/plugins/thrive-visual-editor/inc/views/post-list-sub-elements/author-bio.php'),(15053,'wp-content/plugins/thrive-visual-editor/inc/views/post-list-sub-elements/author-name.php'),(15054,'wp-content/plugins/thrive-visual-editor/inc/views/post-list-sub-elements/comments-number.php'),(15055,'wp-content/plugins/thrive-visual-editor/inc/views/post-list-sub-elements/post-categories.php'),(15056,'wp-content/plugins/thrive-visual-editor/inc/views/post-list-sub-elements/post-date.php'),(15057,'wp-content/plugins/thrive-visual-editor/inc/views/post-list-sub-elements/post-tags.php'),(15058,'wp-content/plugins/thrive-visual-editor/inc/views/post-list-sub-elements/post-title.php'),(15059,'wp-content/plugins/thrive-visual-editor/inc/views/sc-post-grid.php'),(15060,'wp-content/plugins/thrive-visual-editor/inc/views/settings.php'),(15061,'wp-content/plugins/thrive-visual-editor/inc/views/sidebar-bottom.php'),(15062,'wp-content/plugins/thrive-visual-editor/inc/views/sidebar-default.php'),(15063,'wp-content/plugins/thrive-visual-editor/inc/views/sidebar-right.php'),(15064,'wp-content/plugins/thrive-visual-editor/inc/views/sidebars/post-grid-edit-grid-options.php'),(15065,'wp-content/plugins/thrive-visual-editor/inc/views/sidebars/table-edit-state.php'),(15066,'wp-content/plugins/thrive-visual-editor/inc/views/symbols/section-content.php'),(15067,'wp-content/plugins/thrive-visual-editor/inc/views/symbols/symbol-body-close.php'),(15068,'wp-content/plugins/thrive-visual-editor/inc/views/symbols/symbol-body-open.php'),(15069,'wp-content/plugins/thrive-visual-editor/inc/views/symbols/symbol-content.php'),(15070,'wp-content/plugins/thrive-visual-editor/inc/views/symbols/symbols-dashboard.php'),(15071,'wp-content/plugins/thrive-visual-editor/inc/views/widget-form.php'),(15072,'wp-content/plugins/thrive-visual-editor/landing-page/inc/TCB_Landing_Page_Transfer.php'),(15073,'wp-content/plugins/thrive-visual-editor/landing-page/inc/class-tcb-landing-page.php'),(15074,'wp-content/plugins/thrive-visual-editor/landing-page/layout.php'),(15075,'wp-content/plugins/thrive-visual-editor/landing-page/lightboxes/author-focused-homepage.php'),(15076,'wp-content/plugins/thrive-visual-editor/landing-page/lightboxes/confluence-double-whammy-webinar.php'),(15077,'wp-content/plugins/thrive-visual-editor/landing-page/lightboxes/confluence-webinar-ended-template.php'),(15078,'wp-content/plugins/thrive-visual-editor/landing-page/lightboxes/confluence-webinar-registration.php'),(15079,'wp-content/plugins/thrive-visual-editor/landing-page/lightboxes/confluence-webinar-replay.php'),(15080,'wp-content/plugins/thrive-visual-editor/landing-page/lightboxes/content-focused-homepage.php'),(15081,'wp-content/plugins/thrive-visual-editor/landing-page/lightboxes/copy-2-lead-generation-2step.php'),(15082,'wp-content/plugins/thrive-visual-editor/landing-page/lightboxes/copy-2-product-launch.php'),(15083,'wp-content/plugins/thrive-visual-editor/landing-page/lightboxes/copy_video_lead.php'),(15084,'wp-content/plugins/thrive-visual-editor/landing-page/lightboxes/corp-app-landing-page.php'),(15085,'wp-content/plugins/thrive-visual-editor/landing-page/lightboxes/corp-webinar-signup.php'),(15086,'wp-content/plugins/thrive-visual-editor/landing-page/lightboxes/edition-author-lead-generation.php'),(15087,'wp-content/plugins/thrive-visual-editor/landing-page/lightboxes/edition-lead-generation-page.php'),(15088,'wp-content/plugins/thrive-visual-editor/landing-page/lightboxes/elementary-2step.php'),(15089,'wp-content/plugins/thrive-visual-editor/landing-page/lightboxes/fame-2step.php'),(15090,'wp-content/plugins/thrive-visual-editor/landing-page/lightboxes/fame-multiple-choice.php'),(15091,'wp-content/plugins/thrive-visual-editor/landing-page/lightboxes/foundation_personal_branding_2step.php'),(15092,'wp-content/plugins/thrive-visual-editor/landing-page/lightboxes/hybrid-homepage1.php'),(15093,'wp-content/plugins/thrive-visual-editor/landing-page/lightboxes/hybrid-homepage2.php'),(15094,'wp-content/plugins/thrive-visual-editor/landing-page/lightboxes/lead_generation.php'),(15095,'wp-content/plugins/thrive-visual-editor/landing-page/lightboxes/lead_generation_flat.php'),(15096,'wp-content/plugins/thrive-visual-editor/landing-page/lightboxes/lime-lead-generation-page.php'),(15097,'wp-content/plugins/thrive-visual-editor/landing-page/lightboxes/minimal_video_offer_page.php'),(15098,'wp-content/plugins/thrive-visual-editor/landing-page/lightboxes/offer-focused-homepage.php'),(15099,'wp-content/plugins/thrive-visual-editor/landing-page/lightboxes/phonic-bonus-episode-optin.php'),(15100,'wp-content/plugins/thrive-visual-editor/landing-page/lightboxes/phonic-podcast-itunes.php'),(15101,'wp-content/plugins/thrive-visual-editor/landing-page/lightboxes/phonic-podcast-soundcloud.php'),(15102,'wp-content/plugins/thrive-visual-editor/landing-page/lightboxes/phonic-podcast-stitcher.php'),(15103,'wp-content/plugins/thrive-visual-editor/landing-page/lightboxes/phonic-podcast-subscription.php'),(15104,'wp-content/plugins/thrive-visual-editor/landing-page/lightboxes/phonic-universal-podcast.php'),(15105,'wp-content/plugins/thrive-visual-editor/landing-page/lightboxes/review-page.php'),(15106,'wp-content/plugins/thrive-visual-editor/landing-page/lightboxes/vibrant_double_whammy.php'),(15107,'wp-content/plugins/thrive-visual-editor/landing-page/lightboxes/vibrant_lead_generation.php'),(15108,'wp-content/plugins/thrive-visual-editor/landing-page/lightboxes/vibrant_webinar_registration.php'),(15109,'wp-content/plugins/thrive-visual-editor/landing-page/lightboxes/video-course-lead-generation.php'),(15110,'wp-content/plugins/thrive-visual-editor/landing-page/lightboxes/video-course-lead-generation2.php'),(15111,'wp-content/plugins/thrive-visual-editor/landing-page/lightboxes/video-course-lead-generation4.php'),(15112,'wp-content/plugins/thrive-visual-editor/landing-page/lightboxes/video_lead.php'),(15113,'wp-content/plugins/thrive-visual-editor/landing-page/templates/_config.php'),(15114,'wp-content/plugins/thrive-visual-editor/landing-page/templates/author-focused-homepage.php'),(15115,'wp-content/plugins/thrive-visual-editor/landing-page/templates/big_picture.php'),(15116,'wp-content/plugins/thrive-visual-editor/landing-page/templates/big_picture_coming_soon.php'),(15117,'wp-content/plugins/thrive-visual-editor/landing-page/templates/big_picture_confirmation.php'),(15118,'wp-content/plugins/thrive-visual-editor/landing-page/templates/big_picture_download.php'),(15119,'wp-content/plugins/thrive-visual-editor/landing-page/templates/big_picture_sales_page.php'),(15120,'wp-content/plugins/thrive-visual-editor/landing-page/templates/big_picture_video.php'),(15121,'wp-content/plugins/thrive-visual-editor/landing-page/templates/blank.php'),(15122,'wp-content/plugins/thrive-visual-editor/landing-page/templates/blank_v2.php'),(15123,'wp-content/plugins/thrive-visual-editor/landing-page/templates/confluence-double-whammy-webinar.php'),(15124,'wp-content/plugins/thrive-visual-editor/landing-page/templates/confluence-email-confirmation.php'),(15125,'wp-content/plugins/thrive-visual-editor/landing-page/templates/confluence-live-streaming-page.php'),(15126,'wp-content/plugins/thrive-visual-editor/landing-page/templates/confluence-thank-you-download.php'),(15127,'wp-content/plugins/thrive-visual-editor/landing-page/templates/confluence-thank-you.php'),(15128,'wp-content/plugins/thrive-visual-editor/landing-page/templates/confluence-webinar-ended-template.php'),(15129,'wp-content/plugins/thrive-visual-editor/landing-page/templates/confluence-webinar-registration.php'),(15130,'wp-content/plugins/thrive-visual-editor/landing-page/templates/confluence-webinar-replay.php'),(15131,'wp-content/plugins/thrive-visual-editor/landing-page/templates/content-focused-homepage.php'),(15132,'wp-content/plugins/thrive-visual-editor/landing-page/templates/copy-2-coming-soon.php'),(15133,'wp-content/plugins/thrive-visual-editor/landing-page/templates/copy-2-download-page.php'),(15134,'wp-content/plugins/thrive-visual-editor/landing-page/templates/copy-2-email-confirmation.php'),(15135,'wp-content/plugins/thrive-visual-editor/landing-page/templates/copy-2-hybrid-sales-image.php'),(15136,'wp-content/plugins/thrive-visual-editor/landing-page/templates/copy-2-hybrid-sales-video.php'),(15137,'wp-content/plugins/thrive-visual-editor/landing-page/templates/copy-2-lead-generation-2step.php'),(15138,'wp-content/plugins/thrive-visual-editor/landing-page/templates/copy-2-lead-generation.php'),(15139,'wp-content/plugins/thrive-visual-editor/landing-page/templates/copy-2-product-launch.php'),(15140,'wp-content/plugins/thrive-visual-editor/landing-page/templates/copy-2-sold-out.php'),(15141,'wp-content/plugins/thrive-visual-editor/landing-page/templates/copy-2-video-sales-page.php'),(15142,'wp-content/plugins/thrive-visual-editor/landing-page/templates/copy_download.php'),(15143,'wp-content/plugins/thrive-visual-editor/landing-page/templates/copy_sales_page.php'),(15144,'wp-content/plugins/thrive-visual-editor/landing-page/templates/copy_video_lead.php'),(15145,'wp-content/plugins/thrive-visual-editor/landing-page/templates/corp-app-landing-page.php'),(15146,'wp-content/plugins/thrive-visual-editor/landing-page/templates/corp-download.php'),(15147,'wp-content/plugins/thrive-visual-editor/landing-page/templates/corp-email-confirmation.php'),(15148,'wp-content/plugins/thrive-visual-editor/landing-page/templates/corp-lead-generation.php'),(15149,'wp-content/plugins/thrive-visual-editor/landing-page/templates/corp-webinar-signup.php'),(15150,'wp-content/plugins/thrive-visual-editor/landing-page/templates/css/fonts/author-focused-homepage/tlp-icon-authorfocused.svg'),(15151,'wp-content/plugins/thrive-visual-editor/landing-page/templates/css/fonts/big_picture_confirmation/tlp-icon-bigpictureconfirmation.svg'),(15152,'wp-content/plugins/thrive-visual-editor/landing-page/templates/css/fonts/big_picture_sales_page/big_picture_sales_page_icomoon.svg'),(15153,'wp-content/plugins/thrive-visual-editor/landing-page/templates/css/fonts/big_picture_video/tlp-icon-bigpicturevideo.svg'),(15154,'wp-content/plugins/thrive-visual-editor/landing-page/templates/css/fonts/confluence_thank_you/tlp-icon-confluencethankyou.svg'),(15155,'wp-content/plugins/thrive-visual-editor/landing-page/templates/css/fonts/confluence_thank_you_download/tlp-icon-confluencethankyoudownload.svg'),(15156,'wp-content/plugins/thrive-visual-editor/landing-page/templates/css/fonts/content-focused-homepage/tlp-icon-contentfocused.svg'),(15157,'wp-content/plugins/thrive-visual-editor/landing-page/templates/css/fonts/copy-2-download-page/tlp-icon-copy2download.svg'),(15158,'wp-content/plugins/thrive-visual-editor/landing-page/templates/css/fonts/copy-2-hybrid-page/tlp-icon-copy2hybrid.svg'),(15159,'wp-content/plugins/thrive-visual-editor/landing-page/templates/css/fonts/copy_autoresponder/copy_autoresponder.svg'),(15160,'wp-content/plugins/thrive-visual-editor/landing-page/templates/css/fonts/copy_sales_page/tlp-icon-copysalespage.svg'),(15161,'wp-content/plugins/thrive-visual-editor/landing-page/templates/css/fonts/corp_app_landing_page/tlp-icon-corpapp.svg'),(15162,'wp-content/plugins/thrive-visual-editor/landing-page/templates/css/fonts/corp_autoresponder/corp_autoresponder.svg'),(15163,'wp-content/plugins/thrive-visual-editor/landing-page/templates/css/fonts/corp_download_page/tlp-icon-corpdownload.svg'),(15164,'wp-content/plugins/thrive-visual-editor/landing-page/templates/css/fonts/corp_email_confirmation/tlp-icon-corpemailconfirmation.svg'),(15165,'wp-content/plugins/thrive-visual-editor/landing-page/templates/css/fonts/edition_author_lead_generation/tlp-icon-editionauthorlead.svg'),(15166,'wp-content/plugins/thrive-visual-editor/landing-page/templates/css/fonts/edition_book_landing_page/tlp-icon-editionbooklp.svg'),(15167,'wp-content/plugins/thrive-visual-editor/landing-page/templates/css/fonts/elementary_autoresponder/elementary_autoresponder.svg'),(15168,'wp-content/plugins/thrive-visual-editor/landing-page/templates/css/fonts/fame_autoresponder/fame_autoresponder.svg'),(15169,'wp-content/plugins/thrive-visual-editor/landing-page/templates/css/fonts/fame_coming_soon/tlp-icon-famecomingsoon.svg'),(15170,'wp-content/plugins/thrive-visual-editor/landing-page/templates/css/fonts/flat_autoresponder/flat_autoresponder.svg'),(15171,'wp-content/plugins/thrive-visual-editor/landing-page/templates/css/fonts/flat_confirmation/tlp-icon-simpleflat.svg'),(15172,'wp-content/plugins/thrive-visual-editor/landing-page/templates/css/fonts/flat_download/flat_download_icomoon.svg'),(15173,'wp-content/plugins/thrive-visual-editor/landing-page/templates/css/fonts/foundation_download/foundation_download.svg'),(15174,'wp-content/plugins/thrive-visual-editor/landing-page/templates/css/fonts/foundation_personal_branding_2steps/tlp-icon-personalbranding2step.svg'),(15175,'wp-content/plugins/thrive-visual-editor/landing-page/templates/css/fonts/hybrid-homepage1/tlp-icon-hybridhomepage1.svg'),(15176,'wp-content/plugins/thrive-visual-editor/landing-page/templates/css/fonts/lime-video-lesson/tlp-icon-limevideolesson.svg'),(15177,'wp-content/plugins/thrive-visual-editor/landing-page/templates/css/fonts/lime_autoresponder/lime_autoresponder.svg'),(15178,'wp-content/plugins/thrive-visual-editor/landing-page/templates/css/fonts/mini_squeeze_autoresponder/mini_squeeze_autoresponder.svg'),(15179,'wp-content/plugins/thrive-visual-editor/landing-page/templates/css/fonts/mini_squeeze_download/tlp-icon-minisqueezedownload.svg'),(15180,'wp-content/plugins/thrive-visual-editor/landing-page/templates/css/fonts/minimal_video_offer/tlp-icon-minimalvideooffer.svg'),(15181,'wp-content/plugins/thrive-visual-editor/landing-page/templates/css/fonts/offer-focused-homepage/tlp-icon-offerfocused.svg'),(15182,'wp-content/plugins/thrive-visual-editor/landing-page/templates/css/fonts/phonic_bonus_optin/tlp-icon-phonicbonusoption.svg'),(15183,'wp-content/plugins/thrive-visual-editor/landing-page/templates/css/fonts/phonic_email_confirmation/tlp-icon-emailconfirmation.svg'),(15184,'wp-content/plugins/thrive-visual-editor/landing-page/templates/css/fonts/phonic_podcast_itunes/tlp-icon-phonicpodcastitunes.svg'),(15185,'wp-content/plugins/thrive-visual-editor/landing-page/templates/css/fonts/phonic_universal_podcast/tlp-icon-phonicuniversalpodcast.svg'),(15186,'wp-content/plugins/thrive-visual-editor/landing-page/templates/css/fonts/review-page/tlp-icon-reviewpage.svg'),(15187,'wp-content/plugins/thrive-visual-editor/landing-page/templates/css/fonts/review_video_recommendation/tlp-icon-reviewrecommendation.svg'),(15188,'wp-content/plugins/thrive-visual-editor/landing-page/templates/css/fonts/rockstar_autoresponder/fonts/icomoon.svg'),(15189,'wp-content/plugins/thrive-visual-editor/landing-page/templates/css/fonts/rockstar_autoresponder/rockstar_autoresponder.svg'),(15190,'wp-content/plugins/thrive-visual-editor/landing-page/templates/css/fonts/rockstar_confirmation/tlp_icon_rockstarconfirmation.svg'),(15191,'wp-content/plugins/thrive-visual-editor/landing-page/templates/css/fonts/serene_autoresponder/serene_autoresponder.svg'),(15192,'wp-content/plugins/thrive-visual-editor/landing-page/templates/css/fonts/serene_download_page/tlp-icon-serenedownloadpage.svg'),(15193,'wp-content/plugins/thrive-visual-editor/landing-page/templates/css/fonts/serene_lead_generation_page/tlp-icon-sereneleadgeneration.svg'),(15194,'wp-content/plugins/thrive-visual-editor/landing-page/templates/css/fonts/simple_autoresponder/simple_autoresponder.svg'),(15195,'wp-content/plugins/thrive-visual-editor/landing-page/templates/css/fonts/vibrant_autoresponder/vibrant_autoresponder.svg'),(15196,'wp-content/plugins/thrive-visual-editor/landing-page/templates/css/fonts/vibrant_double_whammy/vibrant_whammy_icomoon.svg'),(15197,'wp-content/plugins/thrive-visual-editor/landing-page/templates/css/fonts/vibrant_download_page/vibrant_download_icomoon.svg'),(15198,'wp-content/plugins/thrive-visual-editor/landing-page/templates/css/fonts/vibrant_email_confirmatin/vibrant_email_confirmation_icomoon.svg'),(15199,'wp-content/plugins/thrive-visual-editor/landing-page/templates/css/fonts/vibrant_lead_generation/vibrant_lead_generation_icomoon.svg'),(15200,'wp-content/plugins/thrive-visual-editor/landing-page/templates/css/fonts/vibrant_sales_page/vibrant_sales_page_icomoon.svg'),(15201,'wp-content/plugins/thrive-visual-editor/landing-page/templates/css/fonts/video_course_email_confirmation/tlp-icon-videocourseemailconf.svg'),(15202,'wp-content/plugins/thrive-visual-editor/landing-page/templates/css/fonts/video_course_email_confirmation2/tlp-icon-videocourseemailconf2.svg'),(15203,'wp-content/plugins/thrive-visual-editor/landing-page/templates/css/fonts/video_course_lead_generation/tlp-icon-videocourseleadgen.svg'),(15204,'wp-content/plugins/thrive-visual-editor/landing-page/templates/css/fonts/vision_autoresponder/vision_autoresponder.svg'),(15205,'wp-content/plugins/thrive-visual-editor/landing-page/templates/css/fonts/vision_confirmation/tlp-icon-visionconfirmation.svg'),(15206,'wp-content/plugins/thrive-visual-editor/landing-page/templates/css/fonts/vision_download/tlp-icon-visiondownload.svg'),(15207,'wp-content/plugins/thrive-visual-editor/landing-page/templates/edition-author-lead-generation.php'),(15208,'wp-content/plugins/thrive-visual-editor/landing-page/templates/edition-book-landing-page.php'),(15209,'wp-content/plugins/thrive-visual-editor/landing-page/templates/edition-download-page.php'),(15210,'wp-content/plugins/thrive-visual-editor/landing-page/templates/edition-email-confirmation.php'),(15211,'wp-content/plugins/thrive-visual-editor/landing-page/templates/edition-email-confirmation2.php'),(15212,'wp-content/plugins/thrive-visual-editor/landing-page/templates/edition-lead-generation-page.php'),(15213,'wp-content/plugins/thrive-visual-editor/landing-page/templates/elementary-2step.php'),(15214,'wp-content/plugins/thrive-visual-editor/landing-page/templates/elementary-download-page.php'),(15215,'wp-content/plugins/thrive-visual-editor/landing-page/templates/elementary-email-confirmation.php'),(15216,'wp-content/plugins/thrive-visual-editor/landing-page/templates/elementary-lead-generation.php'),(15217,'wp-content/plugins/thrive-visual-editor/landing-page/templates/elementary-video-sales-page.php'),(15218,'wp-content/plugins/thrive-visual-editor/landing-page/templates/fame-2step.php'),(15219,'wp-content/plugins/thrive-visual-editor/landing-page/templates/fame-coming-soon.php'),(15220,'wp-content/plugins/thrive-visual-editor/landing-page/templates/fame-confirmation.php'),(15221,'wp-content/plugins/thrive-visual-editor/landing-page/templates/fame-download.php'),(15222,'wp-content/plugins/thrive-visual-editor/landing-page/templates/fame-minimal-lead-gen.php'),(15223,'wp-content/plugins/thrive-visual-editor/landing-page/templates/fame-multiple-choice.php'),(15224,'wp-content/plugins/thrive-visual-editor/landing-page/templates/fame-video-sales.php'),(15225,'wp-content/plugins/thrive-visual-editor/landing-page/templates/flat_confirmation.php'),(15226,'wp-content/plugins/thrive-visual-editor/landing-page/templates/flat_download.php'),(15227,'wp-content/plugins/thrive-visual-editor/landing-page/templates/foundation_lead_generation.php'),(15228,'wp-content/plugins/thrive-visual-editor/landing-page/templates/foundation_personal_branding_2step.php'),(15229,'wp-content/plugins/thrive-visual-editor/landing-page/templates/foundation_personal_branding_confirmation.php'),(15230,'wp-content/plugins/thrive-visual-editor/landing-page/templates/foundation_personal_branding_download.php'),(15231,'wp-content/plugins/thrive-visual-editor/landing-page/templates/foundation_personal_branding_lead.php'),(15232,'wp-content/plugins/thrive-visual-editor/landing-page/templates/foundation_personal_branding_welcome.php'),(15233,'wp-content/plugins/thrive-visual-editor/landing-page/templates/hybrid-homepage1.php'),(15234,'wp-content/plugins/thrive-visual-editor/landing-page/templates/hybrid-homepage2.php'),(15235,'wp-content/plugins/thrive-visual-editor/landing-page/templates/lead_generation.php'),(15236,'wp-content/plugins/thrive-visual-editor/landing-page/templates/lead_generation_flat.php'),(15237,'wp-content/plugins/thrive-visual-editor/landing-page/templates/lead_generation_image.php'),(15238,'wp-content/plugins/thrive-visual-editor/landing-page/templates/lime-coming-soon.php'),(15239,'wp-content/plugins/thrive-visual-editor/landing-page/templates/lime-confirmation-page.php'),(15240,'wp-content/plugins/thrive-visual-editor/landing-page/templates/lime-download-page.php'),(15241,'wp-content/plugins/thrive-visual-editor/landing-page/templates/lime-lead-generation-page.php'),(15242,'wp-content/plugins/thrive-visual-editor/landing-page/templates/lime-lead-generation-page2.php'),(15243,'wp-content/plugins/thrive-visual-editor/landing-page/templates/lime-sales-page.php'),(15244,'wp-content/plugins/thrive-visual-editor/landing-page/templates/lime-video-lesson.php'),(15245,'wp-content/plugins/thrive-visual-editor/landing-page/templates/lime-video-sales-page.php'),(15246,'wp-content/plugins/thrive-visual-editor/landing-page/templates/mini_squeeze.php'),(15247,'wp-content/plugins/thrive-visual-editor/landing-page/templates/mini_squeeze_confirmation.php'),(15248,'wp-content/plugins/thrive-visual-editor/landing-page/templates/mini_squeeze_download.php'),(15249,'wp-content/plugins/thrive-visual-editor/landing-page/templates/minimal_video_offer_page.php'),(15250,'wp-content/plugins/thrive-visual-editor/landing-page/templates/offer-focused-homepage.php'),(15251,'wp-content/plugins/thrive-visual-editor/landing-page/templates/phonic-bonus-episode-download.php'),(15252,'wp-content/plugins/thrive-visual-editor/landing-page/templates/phonic-bonus-episode-optin.php'),(15253,'wp-content/plugins/thrive-visual-editor/landing-page/templates/phonic-email-confirmation-page.php'),(15254,'wp-content/plugins/thrive-visual-editor/landing-page/templates/phonic-email-first-download-page.php'),(15255,'wp-content/plugins/thrive-visual-editor/landing-page/templates/phonic-email-first-landing-page.php'),(15256,'wp-content/plugins/thrive-visual-editor/landing-page/templates/phonic-podcast-download1.php'),(15257,'wp-content/plugins/thrive-visual-editor/landing-page/templates/phonic-podcast-download2.php'),(15258,'wp-content/plugins/thrive-visual-editor/landing-page/templates/phonic-podcast-itunes.php'),(15259,'wp-content/plugins/thrive-visual-editor/landing-page/templates/phonic-podcast-soundcloud.php'),(15260,'wp-content/plugins/thrive-visual-editor/landing-page/templates/phonic-podcast-stitcher.php'),(15261,'wp-content/plugins/thrive-visual-editor/landing-page/templates/phonic-podcast-subscription.php'),(15262,'wp-content/plugins/thrive-visual-editor/landing-page/templates/phonic-universal-podcast.php'),(15263,'wp-content/plugins/thrive-visual-editor/landing-page/templates/review-comparison-page.php'),(15264,'wp-content/plugins/thrive-visual-editor/landing-page/templates/review-page.php'),(15265,'wp-content/plugins/thrive-visual-editor/landing-page/templates/review-resources-page.php'),(15266,'wp-content/plugins/thrive-visual-editor/landing-page/templates/review-video-recommendation-page.php'),(15267,'wp-content/plugins/thrive-visual-editor/landing-page/templates/rockstar_confirmation.php'),(15268,'wp-content/plugins/thrive-visual-editor/landing-page/templates/rockstar_download.php'),(15269,'wp-content/plugins/thrive-visual-editor/landing-page/templates/serene_download_page.php'),(15270,'wp-content/plugins/thrive-visual-editor/landing-page/templates/serene_lead_generation_page.php'),(15271,'wp-content/plugins/thrive-visual-editor/landing-page/templates/simple_confirmation_page.php'),(15272,'wp-content/plugins/thrive-visual-editor/landing-page/templates/simple_download_page.php'),(15273,'wp-content/plugins/thrive-visual-editor/landing-page/templates/simple_video_lead.php'),(15274,'wp-content/plugins/thrive-visual-editor/landing-page/templates/vibrant_double_whammy.php'),(15275,'wp-content/plugins/thrive-visual-editor/landing-page/templates/vibrant_download_page.php'),(15276,'wp-content/plugins/thrive-visual-editor/landing-page/templates/vibrant_email_confirmation.php'),(15277,'wp-content/plugins/thrive-visual-editor/landing-page/templates/vibrant_lead_generation.php'),(15278,'wp-content/plugins/thrive-visual-editor/landing-page/templates/vibrant_live_streaming_page.php'),(15279,'wp-content/plugins/thrive-visual-editor/landing-page/templates/vibrant_sales_page.php'),(15280,'wp-content/plugins/thrive-visual-editor/landing-page/templates/vibrant_video_sales_page.php'),(15281,'wp-content/plugins/thrive-visual-editor/landing-page/templates/vibrant_webinar_registration.php'),(15282,'wp-content/plugins/thrive-visual-editor/landing-page/templates/vibrant_webinar_replay.php'),(15283,'wp-content/plugins/thrive-visual-editor/landing-page/templates/video-course-email-confirmation.php'),(15284,'wp-content/plugins/thrive-visual-editor/landing-page/templates/video-course-email-confirmation2.php'),(15285,'wp-content/plugins/thrive-visual-editor/landing-page/templates/video-course-lead-generation.php'),(15286,'wp-content/plugins/thrive-visual-editor/landing-page/templates/video-course-lead-generation2.php'),(15287,'wp-content/plugins/thrive-visual-editor/landing-page/templates/video-course-lead-generation3.php'),(15288,'wp-content/plugins/thrive-visual-editor/landing-page/templates/video-course-lead-generation4.php'),(15289,'wp-content/plugins/thrive-visual-editor/landing-page/templates/video-course-video-lesson-page.php'),(15290,'wp-content/plugins/thrive-visual-editor/landing-page/templates/video-course-video-lesson-page2.php'),(15291,'wp-content/plugins/thrive-visual-editor/landing-page/templates/video-course-video-lesson.php'),(15292,'wp-content/plugins/thrive-visual-editor/landing-page/templates/video-course-video-lesson2.php'),(15293,'wp-content/plugins/thrive-visual-editor/landing-page/templates/video_lead.php'),(15294,'wp-content/plugins/thrive-visual-editor/landing-page/templates/vision-1step.php'),(15295,'wp-content/plugins/thrive-visual-editor/landing-page/templates/vision_confirmation.php'),(15296,'wp-content/plugins/thrive-visual-editor/landing-page/templates/vision_download.php'),(15297,'wp-content/plugins/thrive-visual-editor/plugin-core.php'),(15298,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/classes/AjaxController.php'),(15299,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/classes/Product/Abstract.php'),(15300,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/classes/Product/LicenseManager.php'),(15301,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/css/font/dashboard-icons.svg'),(15302,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/css/font/icomoon.svg'),(15303,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/css/font/tvd-icons.svg'),(15304,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/css/images/paste-blue.svg'),(15305,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/css/images/paste-green.svg'),(15306,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/css/images/paste.svg'),(15307,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/_crawlers.php'),(15308,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/access-manager/class-tvd-am.php'),(15309,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/access-manager/includes/assets/css/am-icons.svg'),(15310,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/access-manager/includes/assets/js/admin.js'),(15311,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/access-manager/includes/assets/js/admin.min.js'),(15312,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/access-manager/includes/templates/access-manager.php'),(15313,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auth-check/auth-check.js'),(15314,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auth-check/class-tvd-auth-check.php'),(15315,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auth-check/handle-login.php'),(15316,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/admin.php'),(15317,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/api_log.php'),(15318,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/classes/ApiVideos.php'),(15319,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/classes/Connection/AWeber.php'),(15320,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/classes/Connection/Abstract.php'),(15321,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/classes/Connection/ActiveCampaign.php'),(15322,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/classes/Connection/ArpReach.php'),(15323,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/classes/Connection/Awsses.php'),(15324,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/classes/Connection/CampaignMonitor.php'),(15325,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/classes/Connection/CampaignMonitorEmail.php'),(15326,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/classes/Connection/ConstantContact.php'),(15327,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/classes/Connection/ConvertKit.php'),(15328,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/classes/Connection/Drip.php'),(15329,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/classes/Connection/EverWebinar.php'),(15330,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/classes/Connection/Facebook.php'),(15331,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/classes/Connection/GetResponse.php'),(15332,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/classes/Connection/GoToWebinar.php'),(15333,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/classes/Connection/Google.php'),(15334,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/classes/Connection/HubSpot.php'),(15335,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/classes/Connection/Infusionsoft.php'),(15336,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/classes/Connection/KlickTipp.php'),(15337,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/classes/Connection/MadMimi.php'),(15338,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/classes/Connection/MailPoet.php'),(15339,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/classes/Connection/MailRelay.php'),(15340,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/classes/Connection/MailRelayEmail.php'),(15341,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/classes/Connection/Mailchimp.php'),(15342,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/classes/Connection/MailerLite.php'),(15343,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/classes/Connection/Mailgun.php'),(15344,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/classes/Connection/Mailster.php'),(15345,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/classes/Connection/Mandrill.php'),(15346,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/classes/Connection/Mautic.php'),(15347,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/classes/Connection/Ontraport.php'),(15348,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/classes/Connection/Postmark.php'),(15349,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/classes/Connection/ReCaptcha.php'),(15350,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/classes/Connection/SGAutorepondeur.php'),(15351,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/classes/Connection/SendGrid.php'),(15352,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/classes/Connection/SendGridEmail.php'),(15353,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/classes/Connection/SendOwl.php'),(15354,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/classes/Connection/Sendinblue.php'),(15355,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/classes/Connection/SendinblueEmail.php'),(15356,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/classes/Connection/Sendlane.php'),(15357,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/classes/Connection/Sendreach.php'),(15358,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/classes/Connection/Sendy.php'),(15359,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/classes/Connection/SparkPost.php'),(15360,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/classes/Connection/Twitter.php'),(15361,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/classes/Connection/WebinarJamStudio.php'),(15362,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/classes/Connection/Wordpress.php'),(15363,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/classes/Connection/Zapier.php'),(15364,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/classes/Connection/Zoom.php'),(15365,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/classes/Connection/iContact.php'),(15366,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/classes/Connection/v2/GoToWebinar.php'),(15367,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/classes/Connection/v2/SendGrid.php'),(15368,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/classes/Editor/Controller.php'),(15369,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/classes/Manager.php'),(15370,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/Base.php'),(15371,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/Collection.php'),(15372,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/Entry.php'),(15373,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/EntryDataArray.php'),(15374,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/Http/Response.php'),(15375,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/Oauth/Adapter.php'),(15376,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/Oauth/Application.php'),(15377,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/Oauth/ServiceProvider.php'),(15378,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/Oauth/User.php'),(15379,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/Response.php'),(15380,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/ServiceProvider.php'),(15381,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/exceptions.php'),(15382,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber.php'),(15383,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/ActiveCampaign/Exception.php'),(15384,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/ActiveCampaign.php'),(15385,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/ArpReach/ContactException/Exists.php'),(15386,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/ArpReach/Exception.php'),(15387,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/ArpReach.php'),(15388,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Awsses/Exception.php'),(15389,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Awsses/SimpleEmailServiceMessage.php'),(15390,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Awsses/SimpleEmailServiceRequest.php'),(15391,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Awsses.php'),(15392,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/CampaignMonitor/ClassicEmail.php'),(15393,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/CampaignMonitor/List.php'),(15394,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/CampaignMonitor.php'),(15395,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/ConstantContact/AlreadyExistException.php'),(15396,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/ConstantContact/Exception.php'),(15397,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/ConstantContact.php'),(15398,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/ConvertKit/Exception.php'),(15399,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/ConvertKit.php'),(15400,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/CustomHtml.php'),(15401,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Drip/Exception/Unsubscribed.php'),(15402,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Drip/Exception.php'),(15403,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Drip.php'),(15404,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/EverWebinar/Exception.php'),(15405,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/EverWebinar.php'),(15406,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Facebook/Base.php'),(15407,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Facebook/Exception/Exception.php'),(15408,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Facebook.php'),(15409,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/GetResponse/Exception.php'),(15410,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/GetResponse.php'),(15411,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/GetResponseV3.php'),(15412,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/GoToWebinar/Exception.php'),(15413,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/GoToWebinar.php'),(15414,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Html/Renderer.php'),(15415,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/HubSpot/Exception.php'),(15416,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/HubSpot.php'),(15417,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Infusionsoft/InfusionsoftException.php'),(15418,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Infusionsoft.php'),(15419,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/KlickTipp/Exception.php'),(15420,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/KlickTipp.php'),(15421,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/MadMimi/Exception.php'),(15422,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/MadMimi.php'),(15423,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/MailRelay/Exception.php'),(15424,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/MailRelay.php'),(15425,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/MailRelayV1.php'),(15426,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Campaigns.php'),(15427,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Conversations.php'),(15428,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Ecomm.php'),(15429,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Exception.php'),(15430,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Folders.php'),(15431,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Gallery.php'),(15432,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Goal.php'),(15433,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Helper.php'),(15434,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Lists.php'),(15435,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Mobile.php'),(15436,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Neapolitan.php'),(15437,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Reports.php'),(15438,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Templates.php'),(15439,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Users.php'),(15440,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Vip.php'),(15441,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp.php'),(15442,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/ApiAbstract.php'),(15443,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/ApiConstants.php'),(15444,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/Campaigns.php'),(15445,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/Fields.php'),(15446,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/Groups.php'),(15447,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/Lists.php'),(15448,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/MailerLiteSdkException.php'),(15449,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/Rest.php'),(15450,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/RestClient.php'),(15451,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/Subscribers.php'),(15452,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite.php'),(15453,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/Api.php'),(15454,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/BatchMessage.php'),(15455,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/ExceptionMessages.php'),(15456,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/GenericHTTPError.php'),(15457,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/InvalidCredentials.php'),(15458,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/InvalidParameter.php'),(15459,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/InvalidParameterType.php'),(15460,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/MessageBuilder.php'),(15461,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/MissingEndpoint.php'),(15462,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/MissingRequiredMIMEParameters.php'),(15463,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/MissingRequiredParameters.php'),(15464,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/NoDomainsConfigured.php'),(15465,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/OptInHandler.php'),(15466,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/RestClient.php'),(15467,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/TooManyParameters.php'),(15468,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun.php'),(15469,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Exceptions.php'),(15470,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Exports.php'),(15471,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Inbound.php'),(15472,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Internal.php'),(15473,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Ips.php'),(15474,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Messages.php'),(15475,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Metadata.php'),(15476,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Rejects.php'),(15477,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Senders.php'),(15478,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Subaccounts.php'),(15479,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Tags.php'),(15480,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Template.php'),(15481,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Urls.php'),(15482,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Users.php'),(15483,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Webhooks.php'),(15484,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Whitelists.php'),(15485,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill.php'),(15486,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/ActionNotSupportedException.php'),(15487,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Api.php'),(15488,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/ApiAuth.php'),(15489,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Assets.php'),(15490,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/AuthInterface.php'),(15491,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Campaigns.php'),(15492,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Contacts.php'),(15493,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/ContextNotFoundException.php'),(15494,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Data.php'),(15495,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Emails.php'),(15496,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Forms.php'),(15497,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/IncorrectParametersReturnedException.php'),(15498,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Leads.php'),(15499,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Lists.php'),(15500,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/OAuth.php'),(15501,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Pages.php'),(15502,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/PointTriggers.php'),(15503,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Points.php'),(15504,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Reports.php'),(15505,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Segments.php'),(15506,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/UnexpectedResponseFormatException.php'),(15507,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic.php'),(15508,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Ontraport/Exception.php'),(15509,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Ontraport/ObjectType.php'),(15510,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Ontraport.php'),(15511,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Postmark/AdminClient.php'),(15512,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Postmark/Attachment.php'),(15513,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Postmark/CaseInsensitiveArray.php'),(15514,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Postmark/ClientBase.php'),(15515,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Postmark/DynamicResponseModel.php'),(15516,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Postmark/Exception.php'),(15517,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Postmark.php'),(15518,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/SGAutorepondeur.php'),(15519,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/SendGrid/Client.php'),(15520,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/SendGrid/Exception.php'),(15521,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/SendGrid/Response.php'),(15522,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/SendGrid.php'),(15523,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/SendGridEmail/Client.php'),(15524,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/SendGridEmail/Email.php'),(15525,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/SendGridEmail/Exception.php'),(15526,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/SendGridEmail/Response.php'),(15527,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/SendGridEmail/api_keys.php'),(15528,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/SendGridEmail/asm_groups.php'),(15529,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/SendGridEmail/asm_suppressions.php'),(15530,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/SendGridEmail/global_stats.php'),(15531,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/SendGridEmail.php'),(15532,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/SendOwl/Exception.php'),(15533,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/SendOwl.php'),(15534,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/SendinBlue/Exception.php'),(15535,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Sendinblue.php'),(15536,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Sendlane/Exception.php'),(15537,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Sendlane.php'),(15538,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Campaigns.php'),(15539,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Client.php'),(15540,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Config.php'),(15541,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Countries.php'),(15542,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Customers.php'),(15543,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Exception.php'),(15544,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Json.php'),(15545,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/ListFields.php'),(15546,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/ListSegments.php'),(15547,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/ListSubscribers.php'),(15548,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Lists.php'),(15549,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Params.php'),(15550,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/ParamsIterator.php'),(15551,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Request.php'),(15552,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Response.php'),(15553,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/SendreachV2.php'),(15554,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Templates.php'),(15555,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/TransactionalEmails.php'),(15556,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach.php'),(15557,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Sendy/Exception.php'),(15558,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Sendy.php'),(15559,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/SparkPost/APIResource.php'),(15560,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/SparkPost/Connection.php'),(15561,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/SparkPost/Exception.php'),(15562,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/SparkPost.php'),(15563,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/TdJwt/BeforeValidException.php'),(15564,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/TdJwt/ExpiredException.php'),(15565,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/TdJwt/SignatureInvalidException.php'),(15566,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/TdJwt/TdJwt.php'),(15567,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Twitter.php'),(15568,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/WebinarJamStudio/Exception.php'),(15569,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/WebinarJamStudio.php'),(15570,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Zapier/Exception.php'),(15571,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Zapier.php'),(15572,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Zoom/Exception.php'),(15573,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/Zoom.php'),(15574,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/iContact/Exception.php'),(15575,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/iContact.php'),(15576,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/lib/vendor/v2/GoToWebinar.php'),(15577,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/misc.php'),(15578,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/views/admin-error-logs.php'),(15579,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/views/admin-list.php'),(15580,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/views/admin-messages.php'),(15581,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/views/editor/add-api.php'),(15582,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/views/editor/add-custom-html.php'),(15583,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/views/editor/add.php'),(15584,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/views/editor/autoresponder-code-fields.php'),(15585,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/views/editor/captcha-settings.php'),(15586,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/views/editor/dashboard-api.php'),(15587,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/views/editor/dashboard-custom-html.php'),(15588,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/views/editor/dashboard.php'),(15589,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/views/editor/partials/api-lists.php'),(15590,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/views/editor/partials/api-select.php'),(15591,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/views/editor/partials/api-shortcodes.php'),(15592,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/views/error-log-entry.php'),(15593,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/views/includes/video-link.php'),(15594,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/views/js/admin-global.js'),(15595,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/views/js/admin-global.min.js'),(15596,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/views/js/admin-logs-list.js'),(15597,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/views/setup/activecampaign/forms-list.php'),(15598,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/views/setup/activecampaign.php'),(15599,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/views/setup/arpreach.php'),(15600,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/views/setup/aweber/tags.php'),(15601,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/views/setup/aweber.php'),(15602,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/views/setup/awsses.php'),(15603,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/views/setup/campaignmonitor.php'),(15604,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/views/setup/campaignmonitoremail.php'),(15605,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/views/setup/constant-contact.php'),(15606,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/views/setup/convertkit.php'),(15607,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/views/setup/drip/optin-type.php'),(15608,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/views/setup/drip/proprieties.php'),(15609,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/views/setup/drip/select-type.php'),(15610,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/views/setup/drip.php'),(15611,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/views/setup/everwebinar.php'),(15612,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/views/setup/facebook.php'),(15613,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/views/setup/get-response.php'),(15614,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/views/setup/getresponse/cycleday.php'),(15615,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/views/setup/google.php'),(15616,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/views/setup/gotowebinar.php'),(15617,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/views/setup/hubspot.php'),(15618,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/views/setup/iContact.php'),(15619,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/views/setup/infusionsoft.php'),(15620,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/views/setup/klicktipp/tags.php'),(15621,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/views/setup/klicktipp.php'),(15622,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/views/setup/madmimi.php'),(15623,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/views/setup/mailchimp/api-groups.php'),(15624,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/views/setup/mailchimp/optin-type.php'),(15625,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/views/setup/mailchimp.php'),(15626,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/views/setup/mailerlite.php'),(15627,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/views/setup/mailgun.php'),(15628,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/views/setup/mailpoet.php'),(15629,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/views/setup/mailrelay.php'),(15630,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/views/setup/mailrelayemail.php'),(15631,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/views/setup/mailster.php'),(15632,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/views/setup/mandrill.php'),(15633,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/views/setup/mautic.php'),(15634,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/views/setup/ontraport.php'),(15635,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/views/setup/postmark.php'),(15636,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/views/setup/recaptcha.php'),(15637,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/views/setup/sendgrid.php'),(15638,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/views/setup/sendgridemail.php'),(15639,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/views/setup/sendinblue.php'),(15640,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/views/setup/sendinblueemail.php'),(15641,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/views/setup/sendlane.php'),(15642,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/views/setup/sendowl.php'),(15643,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/views/setup/sendreach.php'),(15644,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/views/setup/sendy/note.php'),(15645,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/views/setup/sendy.php'),(15646,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/views/setup/sg-autorepondeur.php'),(15647,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/views/setup/sparkpost.php'),(15648,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/views/setup/twitter.php'),(15649,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/views/setup/webinarjamstudio.php'),(15650,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/views/setup/wordpress.php'),(15651,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/views/setup/zapier.php'),(15652,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/auto-responder/views/setup/zoom.php'),(15653,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/crons.php'),(15654,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/db-manager/class-td-db-manager.php'),(15655,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/db-manager/class-td-db-migration.php'),(15656,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/font-import-manager/classes/Tve_Dash_Font_Import_Manager.php'),(15657,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/font-import-manager/classes/Tve_Dash_Font_Import_Manager_Data.php'),(15658,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/font-import-manager/classes/Tve_Dash_Font_Import_Manager_View.php'),(15659,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/font-import-manager/views/form.php'),(15660,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/font-import-manager/views/js/manager.js'),(15661,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/font-import-manager/views/main.php'),(15662,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/font-import-manager/views/messages.php'),(15663,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/font-manager/font-manager.php'),(15664,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/font-manager/views/admin-font-manager.php'),(15665,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/font-manager/views/admin-font-options.php'),(15666,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/functions.php'),(15667,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/hooks.php'),(15668,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/icon-manager/classes/Tve_Dash_Thrive_Icon_Manager.php'),(15669,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/icon-manager/classes/Tve_Dash_Thrive_Icon_Manager_Data.php'),(15670,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/icon-manager/classes/Tve_Dash_Thrive_Icon_Manager_View.php'),(15671,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/icon-manager/views/form.php'),(15672,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/icon-manager/views/icons.php'),(15673,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/icon-manager/views/js/manager.js'),(15674,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/icon-manager/views/js/manager.min.js'),(15675,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/icon-manager/views/main.php'),(15676,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/icon-manager/views/messages.php'),(15677,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/notification-inbox/assets/dist/admin.js'),(15678,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/notification-inbox/assets/dist/admin.min.js'),(15679,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/notification-inbox/assets/js/admin.js'),(15680,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/notification-inbox/assets/js/collections/base.js'),(15681,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/notification-inbox/assets/js/collections/notifications.js'),(15682,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/notification-inbox/assets/js/models/notification.js'),(15683,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/notification-inbox/assets/js/views/base.js'),(15684,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/notification-inbox/assets/js/views/notification.js'),(15685,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/notification-inbox/assets/js/views/notificationCounter.js'),(15686,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/notification-inbox/assets/js/views/notificationDetail.js'),(15687,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/notification-inbox/assets/js/views/notificationHeader.js'),(15688,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/notification-inbox/assets/js/views/notificationsList.js'),(15689,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/notification-inbox/class-td-inbox.php'),(15690,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/notification-inbox/i18n.php'),(15691,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/notification-inbox/includes/admin/class-td-ni-ajax-controller.php'),(15692,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/notification-inbox/includes/init/class-ni-inbox-manager.php'),(15693,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/notification-inbox/includes/init/class-ni-message.php'),(15694,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/notification-inbox/views/templates/backbone/ni-notification-detail.phtml'),(15695,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/notification-inbox/views/templates/backbone/ni-notification.phtml'),(15696,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/notification-inbox/views/templates/backbone/notification-header.phtml'),(15697,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/notification-inbox/views/templates/notification-inbox-button.php'),(15698,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/notification-manager/assets/fonts/tvd-nm-icons.svg'),(15699,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/notification-manager/assets/js/admin/backbone/modals.js'),(15700,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/notification-manager/assets/js/admin/backbone/models.js'),(15701,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/notification-manager/assets/js/admin/backbone/routes.js'),(15702,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/notification-manager/assets/js/admin/backbone/util.js'),(15703,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/notification-manager/assets/js/admin/backbone/views.js'),(15704,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/notification-manager/assets/js/admin/backbone.js'),(15705,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/notification-manager/assets/js/admin/backbone.min.js'),(15706,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/notification-manager/assets/js/admin/wordpress_notification.js'),(15707,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/notification-manager/class-td-nm.php'),(15708,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/notification-manager/i18n.php'),(15709,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/notification-manager/includes/actions/class-nm-action-abstract.php'),(15710,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/notification-manager/includes/actions/class-nm-action-custom-script.php'),(15711,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/notification-manager/includes/actions/class-nm-action-send-email-notification.php'),(15712,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/notification-manager/includes/actions/class-nm-action-wordpress-notification.php'),(15713,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/notification-manager/includes/admin/class-td-nm-admin-ajax-controller.php'),(15714,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/notification-manager/includes/admin/class-td-nm-admin.php'),(15715,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/action-type-box.phtml'),(15716,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/actions/settings/custom-script.phtml'),(15717,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/actions/settings/send-email-notification.phtml'),(15718,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/actions/settings/wordpress-notification.phtml'),(15719,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/breadcrumbs.phtml'),(15720,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/dashboard.phtml'),(15721,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/header.phtml'),(15722,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/messages/form.phtml'),(15723,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/messages/shortcodes/item.phtml'),(15724,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/modals/add-action.phtml'),(15725,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/modals/create-notification.phtml'),(15726,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/modals/delete-confirmation.phtml'),(15727,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/modals/edit-action.phtml'),(15728,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/modals/edit-trigger.phtml'),(15729,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/modals/email-services.phtml'),(15730,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/modals/notification-summary.phtml'),(15731,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/new-button.phtml'),(15732,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/notifications/item.phtml'),(15733,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/options/action-buttons.phtml'),(15734,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/options/checkbox.phtml'),(15735,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/options/input-multiple.phtml'),(15736,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/options/input.phtml'),(15737,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/options/option.phtml'),(15738,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/options/recipient.phtml'),(15739,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/services/item.phtml'),(15740,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/services/thumb-item.phtml'),(15741,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/summaries/item.phtml'),(15742,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/summaries/items/action.phtml'),(15743,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/summaries/items/actions/custom-script.phtml'),(15744,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/summaries/items/actions/send-email-notification.phtml'),(15745,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/summaries/items/actions/wordpress-notification.phtml'),(15746,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/summaries/items/notification.phtml'),(15747,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/summaries/items/trigger.phtml'),(15748,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/trigger-type-box.phtml'),(15749,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/triggers/settings/email-sign-up.phtml'),(15750,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/triggers/settings/quiz-completion.phtml'),(15751,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/triggers/settings/split-test-ends.phtml'),(15752,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/triggers/settings/testimonial-submitted.phtml'),(15753,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/unavailable.phtml'),(15754,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/notification-manager/includes/class-td-nm-ajax.php'),(15755,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/notification-manager/includes/class-td-nm-checker.php'),(15756,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/notification-manager/includes/class-td-nm-data.php'),(15757,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/notification-manager/includes/class-td-nm-post-types.php'),(15758,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/notification-manager/includes/td-nm-core-functions.php'),(15759,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/notification-manager/includes/td-nm-data-functions.php'),(15760,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/notification-manager/includes/triggers/class-nm-trigger-abstract.php'),(15761,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/notification-manager/includes/triggers/class-nm-trigger-email-sign-up.php'),(15762,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/notification-manager/includes/triggers/class-nm-trigger-factory.php'),(15763,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/notification-manager/includes/triggers/class-nm-trigger-quiz-completion.php'),(15764,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/notification-manager/includes/triggers/class-nm-trigger-split-test-ends.php'),(15765,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/notification-manager/includes/triggers/class-nm-trigger-testimonial-submitted.php'),(15766,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/plugin-updates/debug-bar-panel.php'),(15767,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/plugin-updates/debug-bar-plugin.php'),(15768,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/plugin-updates/js/debug-bar.js'),(15769,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/plugin-updates/plugin-update-checker.php'),(15770,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/script-manager/assets/js/admin/models.js'),(15771,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/script-manager/assets/js/admin/routes.js'),(15772,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/script-manager/assets/js/admin/views.js'),(15773,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/script-manager/assets/js/dist/admin.js'),(15774,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/script-manager/assets/js/dist/admin.min.js'),(15775,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/script-manager/assets/js/utils.js'),(15776,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/script-manager/class-tvd-sm-constants.php'),(15777,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/script-manager/class-tvd-sm.php'),(15778,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/script-manager/includes/admin/classes/class-tvd-sm-admin-helper.php'),(15779,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/script-manager/includes/admin/classes/class-tvd-sm-admin.php'),(15780,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/script-manager/includes/admin/classes/class-tvd-sm-rest-scripts-controller.php'),(15781,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/script-manager/includes/admin/views/dashboard.php'),(15782,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/script-manager/includes/admin/views/templates/breadcrumbs.phtml'),(15783,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/script-manager/includes/admin/views/templates/dashboard.phtml'),(15784,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/script-manager/includes/admin/views/templates/header.phtml'),(15785,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/script-manager/includes/admin/views/templates/modal-add-edit-script.phtml'),(15786,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/script-manager/includes/admin/views/templates/modal-delete-page-level-scripts.phtml'),(15787,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/script-manager/includes/admin/views/templates/modal-delete-script.phtml'),(15788,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/script-manager/includes/admin/views/templates/script-item.phtml'),(15789,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/script-manager/includes/frontend/classes/class-tvd-sm-frontend.php'),(15790,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/script-manager/includes/i18n.php'),(15791,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/smart-site/assets/admin/js/_utils.js'),(15792,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/smart-site/assets/admin/js/dist/admin.js'),(15793,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/smart-site/assets/admin/js/dist/admin.min.js'),(15794,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/smart-site/assets/admin/js/modals.js'),(15795,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/smart-site/assets/admin/js/models.js'),(15796,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/smart-site/assets/admin/js/routes.js'),(15797,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/smart-site/assets/admin/js/views.js'),(15798,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/smart-site/assets/js/tcb_hooks.js'),(15799,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/smart-site/class-tvd-smart-const.php'),(15800,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/smart-site/classes/class-tvd-global-shortcodes.php'),(15801,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/smart-site/classes/class-tvd-rest-controller.php'),(15802,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/smart-site/classes/class-tvd-smart-db.php'),(15803,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/smart-site/classes/class-tvd-smart-shortcodes.php'),(15804,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/smart-site/classes/class-tvd-smart-site.php'),(15805,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/smart-site/classes/endpoints/class-tvd-fields-controller.php'),(15806,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/smart-site/classes/endpoints/class-tvd-groups-controller.php'),(15807,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/smart-site/i18n.php'),(15808,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/smart-site/migrations/index.php'),(15809,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/smart-site/migrations/install-1.0.0.php'),(15810,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/smart-site/views/admin/templates/breadcrumbs.phtml'),(15811,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/smart-site/views/admin/templates/dashboard.phtml'),(15812,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/address-options.phtml'),(15813,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/email-options.phtml'),(15814,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/field.phtml'),(15815,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/group.phtml'),(15816,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/link-options.phtml'),(15817,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/location-options.phtml'),(15818,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/modal-group-item.phtml'),(15819,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/modal-type-item.phtml'),(15820,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/modals/delete.phtml'),(15821,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/modals/edit-group.phtml'),(15822,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/modals/field.phtml'),(15823,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/phone-options.phtml'),(15824,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/smart-site/views/admin/templates/global-fields/text-options.phtml'),(15825,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/smart-site/views/admin/templates/global_fields.phtml'),(15826,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/smart-site/views/admin/templates/header.phtml'),(15827,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/smart-site/views/admin/templates/menu.phtml'),(15828,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/smart-site/views/admin/templates/side-menu.phtml'),(15829,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/util.php'),(15830,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/js/dist/frontend.js'),(15831,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/js/dist/frontend.min.js'),(15832,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/js/dist/global.min.js'),(15833,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/js/dist/hammer.min.js'),(15834,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/js/dist/leanmodal.min.js'),(15835,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/js/dist/select2.min.js'),(15836,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/js/dist/toasts.min.js'),(15837,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/js/dist/tooltip.min.js'),(15838,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/js/dist/tve-dash.js'),(15839,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/js/dist/tve-dash.min.js'),(15840,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/js/dist/velocity.min.js'),(15841,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/js/frontend.js'),(15842,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/js/util/highcharts/highcharts-3d.js'),(15843,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/js/util/highcharts/highcharts-more.js'),(15844,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/js/util/highcharts/highcharts.js'),(15845,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/js/util/jquery.zclip.1.1.1/jquery.zclip.js'),(15846,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/js/util/jquery.zclip.1.1.1/jquery.zclip.min.js'),(15847,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/js/util/util.js'),(15848,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/js/util/views.js'),(15849,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/rest-api/class-td-rest-controller.php'),(15850,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/rest-api/class-td-rest-hook-controller.php'),(15851,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/rest-api/init.php'),(15852,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/templates/affiliate-modal.phtml'),(15853,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/templates/backbone/modal-loader.phtml'),(15854,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/templates/backbone/page-loader.phtml'),(15855,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/templates/backbone/support-token.phtml'),(15856,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/templates/header.phtml'),(15857,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/templates/product/activated.phtml'),(15858,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/templates/product/error.phtml'),(15859,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/templates/product/inactive.phtml'),(15860,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/templates/sections/dashboard.phtml'),(15861,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/templates/sections/license_manager.phtml'),(15862,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/templates/settings/general_settings.phtml'),(15863,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/templates/settings/reset.phtml'),(15864,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/templates/settings/text_setting_row.phtml'),(15865,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/templates/share.phtml'),(15866,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/templates/ui.phtml'),(15867,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/thrive-dashboard.php'),(15868,'wp-content/plugins/thrive-visual-editor/thrive-dashboard/version.php'),(15869,'wp-content/plugins/thrive-visual-editor/thrive-visual-editor.php'),(15870,'wp-content/plugins/thrive-visual-editor/tve_settings.php'),(15871,'wp-content/plugins/thrive-visual-editor/version.php'),(15872,'wp-content/plugins/ultimate-addons-for-gutenberg/admin/assets/admin-menu-settings.css'),(15873,'wp-content/plugins/ultimate-addons-for-gutenberg/admin/assets/admin-menu-settings.js'),(15874,'wp-content/plugins/ultimate-addons-for-gutenberg/admin/assets/admin-notice.css'),(15875,'wp-content/plugins/ultimate-addons-for-gutenberg/admin/assets/images/uagb_logo.svg'),(15876,'wp-content/plugins/ultimate-addons-for-gutenberg/admin/assets/images/uagb_notice.svg'),(15877,'wp-content/plugins/ultimate-addons-for-gutenberg/admin/assets/images/welcome-screen-astra.jpg'),(15878,'wp-content/plugins/ultimate-addons-for-gutenberg/admin/uagb-admin.php'),(15879,'wp-content/plugins/ultimate-addons-for-gutenberg/admin/uagb-general.php'),(15880,'wp-content/plugins/ultimate-addons-for-gutenberg/assets/css/blocks/advanced-heading.css'),(15881,'wp-content/plugins/ultimate-addons-for-gutenberg/assets/css/blocks/blockquote.css'),(15882,'wp-content/plugins/ultimate-addons-for-gutenberg/assets/css/blocks/buttons.css'),(15883,'wp-content/plugins/ultimate-addons-for-gutenberg/assets/css/blocks/call-to-action.css'),(15884,'wp-content/plugins/ultimate-addons-for-gutenberg/assets/css/blocks/cf7-styler.css'),(15885,'wp-content/plugins/ultimate-addons-for-gutenberg/assets/css/blocks/column.css'),(15886,'wp-content/plugins/ultimate-addons-for-gutenberg/assets/css/blocks/columns.css'),(15887,'wp-content/plugins/ultimate-addons-for-gutenberg/assets/css/blocks/gf-styler.css'),(15888,'wp-content/plugins/ultimate-addons-for-gutenberg/assets/css/blocks/google-map.css'),(15889,'wp-content/plugins/ultimate-addons-for-gutenberg/assets/css/blocks/icon-list.css'),(15890,'wp-content/plugins/ultimate-addons-for-gutenberg/assets/css/blocks/info-box.css'),(15891,'wp-content/plugins/ultimate-addons-for-gutenberg/assets/css/blocks/marketing-button.css'),(15892,'wp-content/plugins/ultimate-addons-for-gutenberg/assets/css/blocks/post.css'),(15893,'wp-content/plugins/ultimate-addons-for-gutenberg/assets/css/blocks/price-list.css'),(15894,'wp-content/plugins/ultimate-addons-for-gutenberg/assets/css/blocks/section.css'),(15895,'wp-content/plugins/ultimate-addons-for-gutenberg/assets/css/blocks/social-share.css'),(15896,'wp-content/plugins/ultimate-addons-for-gutenberg/assets/css/blocks/table-of-contents.css'),(15897,'wp-content/plugins/ultimate-addons-for-gutenberg/assets/css/blocks/team.css'),(15898,'wp-content/plugins/ultimate-addons-for-gutenberg/assets/css/blocks/testimonial.css'),(15899,'wp-content/plugins/ultimate-addons-for-gutenberg/assets/css/blocks/timeline.css'),(15900,'wp-content/plugins/ultimate-addons-for-gutenberg/assets/css/slick.css'),(15901,'wp-content/plugins/ultimate-addons-for-gutenberg/assets/js/imagesloaded.min.js'),(15902,'wp-content/plugins/ultimate-addons-for-gutenberg/assets/js/isotope.min.js'),(15903,'wp-content/plugins/ultimate-addons-for-gutenberg/assets/js/post-carousel.js'),(15904,'wp-content/plugins/ultimate-addons-for-gutenberg/assets/js/slick.min.js'),(15905,'wp-content/plugins/ultimate-addons-for-gutenberg/assets/js/table-of-contents.js'),(15906,'wp-content/plugins/ultimate-addons-for-gutenberg/assets/js/timeline.js'),(15907,'wp-content/plugins/ultimate-addons-for-gutenberg/classes/class-uagb-admin.php'),(15908,'wp-content/plugins/ultimate-addons-for-gutenberg/classes/class-uagb-block-helper.php'),(15909,'wp-content/plugins/ultimate-addons-for-gutenberg/classes/class-uagb-config.php'),(15910,'wp-content/plugins/ultimate-addons-for-gutenberg/classes/class-uagb-core-plugin.php'),(15911,'wp-content/plugins/ultimate-addons-for-gutenberg/classes/class-uagb-helper.php'),(15912,'wp-content/plugins/ultimate-addons-for-gutenberg/classes/class-uagb-init-blocks.php'),(15913,'wp-content/plugins/ultimate-addons-for-gutenberg/classes/class-uagb-loader.php'),(15914,'wp-content/plugins/ultimate-addons-for-gutenberg/classes/class-uagb-update.php'),(15915,'wp-content/plugins/ultimate-addons-for-gutenberg/dist/blocks/cf7-styler/index.php'),(15916,'wp-content/plugins/ultimate-addons-for-gutenberg/dist/blocks/gf-styler/index.php'),(15917,'wp-content/plugins/ultimate-addons-for-gutenberg/dist/blocks/post/index.php'),(15918,'wp-content/plugins/ultimate-addons-for-gutenberg/dist/blocks/post/single.php'),(15919,'wp-content/plugins/ultimate-addons-for-gutenberg/dist/blocks/post-timeline/index.php'),(15920,'wp-content/plugins/ultimate-addons-for-gutenberg/dist/blocks/uagb-controls/UAGBIcon.json'),(15921,'wp-content/plugins/ultimate-addons-for-gutenberg/dist/blocks/uagb-controls/block-icons.js'),(15922,'wp-content/plugins/ultimate-addons-for-gutenberg/dist/blocks/uagb-controls/generateCSS.js'),(15923,'wp-content/plugins/ultimate-addons-for-gutenberg/dist/blocks/uagb-controls/generateCSSUnit.js'),(15924,'wp-content/plugins/ultimate-addons-for-gutenberg/dist/blocks/uagb-controls/hexToRgba.js'),(15925,'wp-content/plugins/ultimate-addons-for-gutenberg/dist/blocks/uagb-controls/parseIcon.js'),(15926,'wp-content/plugins/ultimate-addons-for-gutenberg/dist/blocks/uagb-controls/renderIcon.js'),(15927,'wp-content/plugins/ultimate-addons-for-gutenberg/dist/blocks-deactivate.js'),(15928,'wp-content/plugins/ultimate-addons-for-gutenberg/dist/blocks.build.js'),(15929,'wp-content/plugins/ultimate-addons-for-gutenberg/dist/blocks.commoneditorstyle.build.css'),(15930,'wp-content/plugins/ultimate-addons-for-gutenberg/dist/blocks.editor.build.css'),(15931,'wp-content/plugins/ultimate-addons-for-gutenberg/dist/blocks.style.build.css'),(15932,'wp-content/plugins/ultimate-addons-for-gutenberg/dist/blocks.style.css'),(15933,'wp-content/plugins/ultimate-addons-for-gutenberg/languages/ultimate-addons-for-gutenberg.pot'),(15934,'wp-content/plugins/ultimate-addons-for-gutenberg/lib/notices/class-astra-notices.php'),(15935,'wp-content/plugins/ultimate-addons-for-gutenberg/lib/notices/notices.js'),(15936,'wp-content/plugins/ultimate-addons-for-gutenberg/readme.txt'),(15937,'wp-content/plugins/ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php'),(15938,'wp-content/plugins/unlist-posts/class-unlist-posts-admin.php'),(15939,'wp-content/plugins/unlist-posts/class-unlist-posts.php'),(15940,'wp-content/plugins/unlist-posts/languages/unlist-posts.pot'),(15941,'wp-content/plugins/unlist-posts/readme.txt'),(15942,'wp-content/plugins/unlist-posts/unlist-posts.php'),(15943,'wp-content/plugins/w3-total-cache/Base_Page_Settings.php'),(15944,'wp-content/plugins/w3-total-cache/BrowserCache_ConfigLabels.php'),(15945,'wp-content/plugins/w3-total-cache/BrowserCache_Core.php'),(15946,'wp-content/plugins/w3-total-cache/BrowserCache_Environment.php'),(15947,'wp-content/plugins/w3-total-cache/BrowserCache_Page.php'),(15948,'wp-content/plugins/w3-total-cache/BrowserCache_Page_View_QuickReference.php'),(15949,'wp-content/plugins/w3-total-cache/BrowserCache_Plugin.php'),(15950,'wp-content/plugins/w3-total-cache/BrowserCache_Plugin_Admin.php'),(15951,'wp-content/plugins/w3-total-cache/Cache.php'),(15952,'wp-content/plugins/w3-total-cache/CacheFlush.php'),(15953,'wp-content/plugins/w3-total-cache/CacheFlush_Locally.php'),(15954,'wp-content/plugins/w3-total-cache/Cache_Apc.php'),(15955,'wp-content/plugins/w3-total-cache/Cache_Apcu.php'),(15956,'wp-content/plugins/w3-total-cache/Cache_Base.php'),(15957,'wp-content/plugins/w3-total-cache/Cache_Eaccelerator.php'),(15958,'wp-content/plugins/w3-total-cache/Cache_File.php'),(15959,'wp-content/plugins/w3-total-cache/Cache_File_Cleaner.php'),(15960,'wp-content/plugins/w3-total-cache/Cache_File_Cleaner_Generic.php'),(15961,'wp-content/plugins/w3-total-cache/Cache_File_Cleaner_Generic_HardDelete.php'),(15962,'wp-content/plugins/w3-total-cache/Cache_File_Generic.php'),(15963,'wp-content/plugins/w3-total-cache/Cache_Memcache.php'),(15964,'wp-content/plugins/w3-total-cache/Cache_Memcached.php'),(15965,'wp-content/plugins/w3-total-cache/Cache_Memcached_Stats.php'),(15966,'wp-content/plugins/w3-total-cache/Cache_Nginx_Memcached.php'),(15967,'wp-content/plugins/w3-total-cache/Cache_Redis.php'),(15968,'wp-content/plugins/w3-total-cache/Cache_Wincache.php'),(15969,'wp-content/plugins/w3-total-cache/Cache_Xcache.php'),(15970,'wp-content/plugins/w3-total-cache/CdnEngine.php'),(15971,'wp-content/plugins/w3-total-cache/CdnEngine_Azure.php'),(15972,'wp-content/plugins/w3-total-cache/CdnEngine_Base.php'),(15973,'wp-content/plugins/w3-total-cache/CdnEngine_CloudFront.php'),(15974,'wp-content/plugins/w3-total-cache/CdnEngine_Ftp.php'),(15975,'wp-content/plugins/w3-total-cache/CdnEngine_GoogleDrive.php'),(15976,'wp-content/plugins/w3-total-cache/CdnEngine_Mirror.php'),(15977,'wp-content/plugins/w3-total-cache/CdnEngine_Mirror_Akamai.php'),(15978,'wp-content/plugins/w3-total-cache/CdnEngine_Mirror_Att.php'),(15979,'wp-content/plugins/w3-total-cache/CdnEngine_Mirror_CloudFront.php'),(15980,'wp-content/plugins/w3-total-cache/CdnEngine_Mirror_Cotendo.php'),(15981,'wp-content/plugins/w3-total-cache/CdnEngine_Mirror_Edgecast.php'),(15982,'wp-content/plugins/w3-total-cache/CdnEngine_Mirror_Highwinds.php'),(15983,'wp-content/plugins/w3-total-cache/CdnEngine_Mirror_LimeLight.php'),(15984,'wp-content/plugins/w3-total-cache/CdnEngine_Mirror_MaxCdn.php'),(15985,'wp-content/plugins/w3-total-cache/CdnEngine_Mirror_RackSpaceCdn.php'),(15986,'wp-content/plugins/w3-total-cache/CdnEngine_Mirror_StackPath.php'),(15987,'wp-content/plugins/w3-total-cache/CdnEngine_Mirror_StackPath2.php'),(15988,'wp-content/plugins/w3-total-cache/CdnEngine_RackSpaceCloudFiles.php'),(15989,'wp-content/plugins/w3-total-cache/CdnEngine_S3.php'),(15990,'wp-content/plugins/w3-total-cache/CdnEngine_S3_Compatible.php'),(15991,'wp-content/plugins/w3-total-cache/Cdn_AdminActions.php'),(15992,'wp-content/plugins/w3-total-cache/Cdn_AdminNotes.php'),(15993,'wp-content/plugins/w3-total-cache/Cdn_CacheFlush.php'),(15994,'wp-content/plugins/w3-total-cache/Cdn_ConfigLabels.php'),(15995,'wp-content/plugins/w3-total-cache/Cdn_Core.php'),(15996,'wp-content/plugins/w3-total-cache/Cdn_Core_Admin.php'),(15997,'wp-content/plugins/w3-total-cache/Cdn_Environment.php'),(15998,'wp-content/plugins/w3-total-cache/Cdn_GeneralPage_View.php'),(15999,'wp-content/plugins/w3-total-cache/Cdn_GoogleDrive_AdminActions.php'),(16000,'wp-content/plugins/w3-total-cache/Cdn_GoogleDrive_Page.php'),(16001,'wp-content/plugins/w3-total-cache/Cdn_GoogleDrive_Page_View.js'),(16002,'wp-content/plugins/w3-total-cache/Cdn_GoogleDrive_Page_View.php'),(16003,'wp-content/plugins/w3-total-cache/Cdn_GoogleDrive_Popup_AuthReturn.php'),(16004,'wp-content/plugins/w3-total-cache/Cdn_GoogleDrive_Popup_AuthReturn_View.php'),(16005,'wp-content/plugins/w3-total-cache/Cdn_Highwinds_Api.php'),(16006,'wp-content/plugins/w3-total-cache/Cdn_Highwinds_Page.php'),(16007,'wp-content/plugins/w3-total-cache/Cdn_Highwinds_Page_View.js'),(16008,'wp-content/plugins/w3-total-cache/Cdn_Highwinds_Page_View.php'),(16009,'wp-content/plugins/w3-total-cache/Cdn_Highwinds_Popup.php'),(16010,'wp-content/plugins/w3-total-cache/Cdn_Highwinds_Popup_View_ConfigureCnamesForm.php'),(16011,'wp-content/plugins/w3-total-cache/Cdn_Highwinds_Popup_View_Intro.php'),(16012,'wp-content/plugins/w3-total-cache/Cdn_Highwinds_Popup_View_SelectHost.php'),(16013,'wp-content/plugins/w3-total-cache/Cdn_Highwinds_Widget.php'),(16014,'wp-content/plugins/w3-total-cache/Cdn_Highwinds_Widget_View.css'),(16015,'wp-content/plugins/w3-total-cache/Cdn_Highwinds_Widget_View.js'),(16016,'wp-content/plugins/w3-total-cache/Cdn_Highwinds_Widget_View.php'),(16017,'wp-content/plugins/w3-total-cache/Cdn_Highwinds_Widget_View_NotConfigured.php'),(16018,'wp-content/plugins/w3-total-cache/Cdn_LimeLight_Page.php'),(16019,'wp-content/plugins/w3-total-cache/Cdn_LimeLight_Page_View.js'),(16020,'wp-content/plugins/w3-total-cache/Cdn_LimeLight_Page_View.php'),(16021,'wp-content/plugins/w3-total-cache/Cdn_LimeLight_Popup.php'),(16022,'wp-content/plugins/w3-total-cache/Cdn_LimeLight_Popup_View_Intro.php'),(16023,'wp-content/plugins/w3-total-cache/Cdn_LimeLight_Popup_View_Success.php'),(16024,'wp-content/plugins/w3-total-cache/Cdn_MaxCdn_Page.php'),(16025,'wp-content/plugins/w3-total-cache/Cdn_MaxCdn_Page_View.js'),(16026,'wp-content/plugins/w3-total-cache/Cdn_MaxCdn_Page_View.php'),(16027,'wp-content/plugins/w3-total-cache/Cdn_MaxCdn_Popup.php'),(16028,'wp-content/plugins/w3-total-cache/Cdn_MaxCdn_Popup_View_Intro.php'),(16029,'wp-content/plugins/w3-total-cache/Cdn_MaxCdn_Popup_View_Success.php'),(16030,'wp-content/plugins/w3-total-cache/Cdn_MaxCdn_Popup_View_Zone.php'),(16031,'wp-content/plugins/w3-total-cache/Cdn_MaxCdn_Popup_View_Zones.php'),(16032,'wp-content/plugins/w3-total-cache/Cdn_Page.php'),(16033,'wp-content/plugins/w3-total-cache/Cdn_Page_View_Fsd_HeaderActions.php'),(16034,'wp-content/plugins/w3-total-cache/Cdn_Page_View_Header.php'),(16035,'wp-content/plugins/w3-total-cache/Cdn_Plugin.php'),(16036,'wp-content/plugins/w3-total-cache/Cdn_Plugin_Admin.php'),(16037,'wp-content/plugins/w3-total-cache/Cdn_Plugin_WidgetMaxCdn.php'),(16038,'wp-content/plugins/w3-total-cache/Cdn_Plugin_WidgetMaxCdn_View.css'),(16039,'wp-content/plugins/w3-total-cache/Cdn_Plugin_WidgetMaxCdn_View.js'),(16040,'wp-content/plugins/w3-total-cache/Cdn_Plugin_WidgetMaxCdn_View_Authorized.php'),(16041,'wp-content/plugins/w3-total-cache/Cdn_Plugin_WidgetMaxCdn_View_Unauthorized.php'),(16042,'wp-content/plugins/w3-total-cache/Cdn_RackSpaceCdn_AdminActions.php'),(16043,'wp-content/plugins/w3-total-cache/Cdn_RackSpaceCdn_Page.php'),(16044,'wp-content/plugins/w3-total-cache/Cdn_RackSpaceCdn_Page_View.js'),(16045,'wp-content/plugins/w3-total-cache/Cdn_RackSpaceCdn_Page_View.php'),(16046,'wp-content/plugins/w3-total-cache/Cdn_RackSpaceCdn_Popup.php'),(16047,'wp-content/plugins/w3-total-cache/Cdn_RackSpaceCdn_Popup_View_ConfigureDomains.php'),(16048,'wp-content/plugins/w3-total-cache/Cdn_RackSpaceCdn_Popup_View_Intro.php'),(16049,'wp-content/plugins/w3-total-cache/Cdn_RackSpaceCdn_Popup_View_Regions.php'),(16050,'wp-content/plugins/w3-total-cache/Cdn_RackSpaceCdn_Popup_View_Service_Actualize.php'),(16051,'wp-content/plugins/w3-total-cache/Cdn_RackSpaceCdn_Popup_View_Service_Create.php'),(16052,'wp-content/plugins/w3-total-cache/Cdn_RackSpaceCdn_Popup_View_Service_Created.php'),(16053,'wp-content/plugins/w3-total-cache/Cdn_RackSpaceCdn_Popup_View_Services.php'),(16054,'wp-content/plugins/w3-total-cache/Cdn_RackSpaceCloudFiles_Page.php'),(16055,'wp-content/plugins/w3-total-cache/Cdn_RackSpaceCloudFiles_Page_View.js'),(16056,'wp-content/plugins/w3-total-cache/Cdn_RackSpaceCloudFiles_Page_View.php'),(16057,'wp-content/plugins/w3-total-cache/Cdn_RackSpaceCloudFiles_Popup.php'),(16058,'wp-content/plugins/w3-total-cache/Cdn_RackSpaceCloudFiles_Popup_View_Containers.php'),(16059,'wp-content/plugins/w3-total-cache/Cdn_RackSpaceCloudFiles_Popup_View_Intro.php'),(16060,'wp-content/plugins/w3-total-cache/Cdn_RackSpaceCloudFiles_Popup_View_Regions.php'),(16061,'wp-content/plugins/w3-total-cache/Cdn_RackSpace_Api_CaCert-example.pem'),(16062,'wp-content/plugins/w3-total-cache/Cdn_RackSpace_Api_Cdn.php'),(16063,'wp-content/plugins/w3-total-cache/Cdn_RackSpace_Api_CloudFiles.php'),(16064,'wp-content/plugins/w3-total-cache/Cdn_RackSpace_Api_CloudFilesCdn.php'),(16065,'wp-content/plugins/w3-total-cache/Cdn_RackSpace_Api_Tokens.php'),(16066,'wp-content/plugins/w3-total-cache/Cdn_StackPath2_Api.php'),(16067,'wp-content/plugins/w3-total-cache/Cdn_StackPath2_Page.php'),(16068,'wp-content/plugins/w3-total-cache/Cdn_StackPath2_Page_View.js'),(16069,'wp-content/plugins/w3-total-cache/Cdn_StackPath2_Page_View.php'),(16070,'wp-content/plugins/w3-total-cache/Cdn_StackPath2_Popup.php'),(16071,'wp-content/plugins/w3-total-cache/Cdn_StackPath2_Popup_View_Intro.php'),(16072,'wp-content/plugins/w3-total-cache/Cdn_StackPath2_Popup_View_Sites.php'),(16073,'wp-content/plugins/w3-total-cache/Cdn_StackPath2_Popup_View_Stacks.php'),(16074,'wp-content/plugins/w3-total-cache/Cdn_StackPath2_Popup_View_Success.php'),(16075,'wp-content/plugins/w3-total-cache/Cdn_StackPath2_Widget.php'),(16076,'wp-content/plugins/w3-total-cache/Cdn_StackPath2_Widget_View.css'),(16077,'wp-content/plugins/w3-total-cache/Cdn_StackPath2_Widget_View.js'),(16078,'wp-content/plugins/w3-total-cache/Cdn_StackPath2_Widget_View_Authorized.php'),(16079,'wp-content/plugins/w3-total-cache/Cdn_StackPath2_Widget_View_Unauthorized.php'),(16080,'wp-content/plugins/w3-total-cache/Cdn_StackPath_Api.php'),(16081,'wp-content/plugins/w3-total-cache/Cdn_StackPath_Page.php'),(16082,'wp-content/plugins/w3-total-cache/Cdn_StackPath_Page_View.js'),(16083,'wp-content/plugins/w3-total-cache/Cdn_StackPath_Page_View.php'),(16084,'wp-content/plugins/w3-total-cache/Cdn_StackPath_Popup.php'),(16085,'wp-content/plugins/w3-total-cache/Cdn_StackPath_Popup_View_Intro.php'),(16086,'wp-content/plugins/w3-total-cache/Cdn_StackPath_Popup_View_Success.php'),(16087,'wp-content/plugins/w3-total-cache/Cdn_StackPath_Popup_View_Zone.php'),(16088,'wp-content/plugins/w3-total-cache/Cdn_StackPath_Popup_View_Zones.php'),(16089,'wp-content/plugins/w3-total-cache/Cdn_StackPath_Widget.php'),(16090,'wp-content/plugins/w3-total-cache/Cdn_StackPath_Widget_View.css'),(16091,'wp-content/plugins/w3-total-cache/Cdn_StackPath_Widget_View.js'),(16092,'wp-content/plugins/w3-total-cache/Cdn_StackPath_Widget_View_Authorized.php'),(16093,'wp-content/plugins/w3-total-cache/Cdn_StackPath_Widget_View_Unauthorized.php'),(16094,'wp-content/plugins/w3-total-cache/Cdn_Util.php'),(16095,'wp-content/plugins/w3-total-cache/Cdnfsd_CacheFlush.php'),(16096,'wp-content/plugins/w3-total-cache/Cdnfsd_CloudFront_Engine.php'),(16097,'wp-content/plugins/w3-total-cache/Cdnfsd_CloudFront_Page.php'),(16098,'wp-content/plugins/w3-total-cache/Cdnfsd_CloudFront_Page_View.js'),(16099,'wp-content/plugins/w3-total-cache/Cdnfsd_CloudFront_Page_View.php'),(16100,'wp-content/plugins/w3-total-cache/Cdnfsd_CloudFront_Popup.php'),(16101,'wp-content/plugins/w3-total-cache/Cdnfsd_CloudFront_Popup_View_Distribution.php'),(16102,'wp-content/plugins/w3-total-cache/Cdnfsd_CloudFront_Popup_View_Distributions.php'),(16103,'wp-content/plugins/w3-total-cache/Cdnfsd_CloudFront_Popup_View_Intro.php'),(16104,'wp-content/plugins/w3-total-cache/Cdnfsd_CloudFront_Popup_View_Success.php'),(16105,'wp-content/plugins/w3-total-cache/Cdnfsd_Core.php'),(16106,'wp-content/plugins/w3-total-cache/Cdnfsd_GeneralPage_View.php'),(16107,'wp-content/plugins/w3-total-cache/Cdnfsd_LimeLight_Api.php'),(16108,'wp-content/plugins/w3-total-cache/Cdnfsd_LimeLight_Engine.php'),(16109,'wp-content/plugins/w3-total-cache/Cdnfsd_LimeLight_Page.php'),(16110,'wp-content/plugins/w3-total-cache/Cdnfsd_LimeLight_Page_View.js'),(16111,'wp-content/plugins/w3-total-cache/Cdnfsd_LimeLight_Page_View.php'),(16112,'wp-content/plugins/w3-total-cache/Cdnfsd_LimeLight_Popup.php'),(16113,'wp-content/plugins/w3-total-cache/Cdnfsd_LimeLight_Popup_View_Intro.php'),(16114,'wp-content/plugins/w3-total-cache/Cdnfsd_LimeLight_Popup_View_Success.php'),(16115,'wp-content/plugins/w3-total-cache/Cdnfsd_MaxCdn_Engine.php'),(16116,'wp-content/plugins/w3-total-cache/Cdnfsd_MaxCdn_Page.php'),(16117,'wp-content/plugins/w3-total-cache/Cdnfsd_MaxCdn_Page_View.js'),(16118,'wp-content/plugins/w3-total-cache/Cdnfsd_MaxCdn_Page_View.php'),(16119,'wp-content/plugins/w3-total-cache/Cdnfsd_MaxCdn_Popup.php'),(16120,'wp-content/plugins/w3-total-cache/Cdnfsd_MaxCdn_Popup_View_Intro.php'),(16121,'wp-content/plugins/w3-total-cache/Cdnfsd_MaxCdn_Popup_View_Success.php'),(16122,'wp-content/plugins/w3-total-cache/Cdnfsd_MaxCdn_Popup_View_Zone.php'),(16123,'wp-content/plugins/w3-total-cache/Cdnfsd_MaxCdn_Popup_View_Zones.php'),(16124,'wp-content/plugins/w3-total-cache/Cdnfsd_Page_View_Header.php'),(16125,'wp-content/plugins/w3-total-cache/Cdnfsd_Plugin.php'),(16126,'wp-content/plugins/w3-total-cache/Cdnfsd_Plugin_Admin.php'),(16127,'wp-content/plugins/w3-total-cache/Cdnfsd_StackPath2_Engine.php'),(16128,'wp-content/plugins/w3-total-cache/Cdnfsd_StackPath2_Page.php'),(16129,'wp-content/plugins/w3-total-cache/Cdnfsd_StackPath2_Page_View.js'),(16130,'wp-content/plugins/w3-total-cache/Cdnfsd_StackPath2_Page_View.php'),(16131,'wp-content/plugins/w3-total-cache/Cdnfsd_StackPath2_Popup.php'),(16132,'wp-content/plugins/w3-total-cache/Cdnfsd_StackPath2_Popup_View_Intro.php'),(16133,'wp-content/plugins/w3-total-cache/Cdnfsd_StackPath2_Popup_View_Sites.php'),(16134,'wp-content/plugins/w3-total-cache/Cdnfsd_StackPath2_Popup_View_Stacks.php'),(16135,'wp-content/plugins/w3-total-cache/Cdnfsd_StackPath2_Popup_View_Success.php'),(16136,'wp-content/plugins/w3-total-cache/Cdnfsd_StackPath_Engine.php'),(16137,'wp-content/plugins/w3-total-cache/Cdnfsd_StackPath_Page.php'),(16138,'wp-content/plugins/w3-total-cache/Cdnfsd_StackPath_Page_View.js'),(16139,'wp-content/plugins/w3-total-cache/Cdnfsd_StackPath_Page_View.php'),(16140,'wp-content/plugins/w3-total-cache/Cdnfsd_StackPath_Popup.php'),(16141,'wp-content/plugins/w3-total-cache/Cdnfsd_StackPath_Popup_View_Intro.php'),(16142,'wp-content/plugins/w3-total-cache/Cdnfsd_StackPath_Popup_View_Success.php'),(16143,'wp-content/plugins/w3-total-cache/Cdnfsd_StackPath_Popup_View_Zone.php'),(16144,'wp-content/plugins/w3-total-cache/Cdnfsd_StackPath_Popup_View_Zones.php'),(16145,'wp-content/plugins/w3-total-cache/Cdnfsd_Util.php'),(16146,'wp-content/plugins/w3-total-cache/Cli.php'),(16147,'wp-content/plugins/w3-total-cache/Config.php'),(16148,'wp-content/plugins/w3-total-cache/ConfigCache.php'),(16149,'wp-content/plugins/w3-total-cache/ConfigCompiler.php'),(16150,'wp-content/plugins/w3-total-cache/ConfigDbStorage.php'),(16151,'wp-content/plugins/w3-total-cache/ConfigKeys.php'),(16152,'wp-content/plugins/w3-total-cache/ConfigState.php'),(16153,'wp-content/plugins/w3-total-cache/ConfigStateNote.php'),(16154,'wp-content/plugins/w3-total-cache/ConfigUtil.php'),(16155,'wp-content/plugins/w3-total-cache/DbCache_ConfigLabels.php'),(16156,'wp-content/plugins/w3-total-cache/DbCache_Core.php'),(16157,'wp-content/plugins/w3-total-cache/DbCache_Environment.php'),(16158,'wp-content/plugins/w3-total-cache/DbCache_Page.php'),(16159,'wp-content/plugins/w3-total-cache/DbCache_Plugin.php'),(16160,'wp-content/plugins/w3-total-cache/DbCache_Plugin_Admin.php'),(16161,'wp-content/plugins/w3-total-cache/DbCache_Wpdb.php'),(16162,'wp-content/plugins/w3-total-cache/DbCache_WpdbBase.php'),(16163,'wp-content/plugins/w3-total-cache/DbCache_WpdbInjection.php'),(16164,'wp-content/plugins/w3-total-cache/DbCache_WpdbInjection_QueryCaching.php'),(16165,'wp-content/plugins/w3-total-cache/Dispatcher.php'),(16166,'wp-content/plugins/w3-total-cache/Enterprise_CacheFlush_MakeSnsEvent.php'),(16167,'wp-content/plugins/w3-total-cache/Enterprise_Dbcache_WpdbInjection_Cluster.php'),(16168,'wp-content/plugins/w3-total-cache/Enterprise_SnsBase.php'),(16169,'wp-content/plugins/w3-total-cache/Enterprise_SnsServer.php'),(16170,'wp-content/plugins/w3-total-cache/Extension_Amp_Plugin.php'),(16171,'wp-content/plugins/w3-total-cache/Extension_Amp_Plugin_Admin.php'),(16172,'wp-content/plugins/w3-total-cache/Extension_CloudFlare_AdminActions.php'),(16173,'wp-content/plugins/w3-total-cache/Extension_CloudFlare_Api.php'),(16174,'wp-content/plugins/w3-total-cache/Extension_CloudFlare_Cdn_Page_View.php'),(16175,'wp-content/plugins/w3-total-cache/Extension_CloudFlare_GeneralPage_View.php'),(16176,'wp-content/plugins/w3-total-cache/Extension_CloudFlare_Page.php'),(16177,'wp-content/plugins/w3-total-cache/Extension_CloudFlare_Page_View.js'),(16178,'wp-content/plugins/w3-total-cache/Extension_CloudFlare_Page_View.php'),(16179,'wp-content/plugins/w3-total-cache/Extension_CloudFlare_Plugin.php'),(16180,'wp-content/plugins/w3-total-cache/Extension_CloudFlare_Plugin_Admin.php'),(16181,'wp-content/plugins/w3-total-cache/Extension_CloudFlare_Popup.php'),(16182,'wp-content/plugins/w3-total-cache/Extension_CloudFlare_Popup_View_Intro.php'),(16183,'wp-content/plugins/w3-total-cache/Extension_CloudFlare_Popup_View_Zones.php'),(16184,'wp-content/plugins/w3-total-cache/Extension_CloudFlare_SettingsForUi.php'),(16185,'wp-content/plugins/w3-total-cache/Extension_CloudFlare_View_Comments.css'),(16186,'wp-content/plugins/w3-total-cache/Extension_CloudFlare_View_Comments.js'),(16187,'wp-content/plugins/w3-total-cache/Extension_CloudFlare_View_Dashboard.js'),(16188,'wp-content/plugins/w3-total-cache/Extension_CloudFlare_Widget.php'),(16189,'wp-content/plugins/w3-total-cache/Extension_CloudFlare_Widget_Logo.png'),(16190,'wp-content/plugins/w3-total-cache/Extension_CloudFlare_Widget_View.css'),(16191,'wp-content/plugins/w3-total-cache/Extension_CloudFlare_Widget_View.php'),(16192,'wp-content/plugins/w3-total-cache/Extension_FeedBurner_Environment.php'),(16193,'wp-content/plugins/w3-total-cache/Extension_FeedBurner_Page.php'),(16194,'wp-content/plugins/w3-total-cache/Extension_FeedBurner_Page_View.php'),(16195,'wp-content/plugins/w3-total-cache/Extension_FeedBurner_Plugin.php'),(16196,'wp-content/plugins/w3-total-cache/Extension_FeedBurner_Plugin_Admin.php'),(16197,'wp-content/plugins/w3-total-cache/Extension_FragmentCache_Api.php'),(16198,'wp-content/plugins/w3-total-cache/Extension_FragmentCache_Core.php'),(16199,'wp-content/plugins/w3-total-cache/Extension_FragmentCache_Environment.php'),(16200,'wp-content/plugins/w3-total-cache/Extension_FragmentCache_GeneralPage.php'),(16201,'wp-content/plugins/w3-total-cache/Extension_FragmentCache_GeneralPage_View.php'),(16202,'wp-content/plugins/w3-total-cache/Extension_FragmentCache_Page.php'),(16203,'wp-content/plugins/w3-total-cache/Extension_FragmentCache_Page_View.php'),(16204,'wp-content/plugins/w3-total-cache/Extension_FragmentCache_Plugin.php'),(16205,'wp-content/plugins/w3-total-cache/Extension_FragmentCache_Plugin_Admin.php'),(16206,'wp-content/plugins/w3-total-cache/Extension_FragmentCache_WpObjectCache.php'),(16207,'wp-content/plugins/w3-total-cache/Extension_Genesis_Page.php'),(16208,'wp-content/plugins/w3-total-cache/Extension_Genesis_Page_View.php'),(16209,'wp-content/plugins/w3-total-cache/Extension_Genesis_Plugin.php'),(16210,'wp-content/plugins/w3-total-cache/Extension_Genesis_Plugin_Admin.php'),(16211,'wp-content/plugins/w3-total-cache/Extension_NewRelic_AdminActions.php'),(16212,'wp-content/plugins/w3-total-cache/Extension_NewRelic_AdminNotes.php'),(16213,'wp-content/plugins/w3-total-cache/Extension_NewRelic_Api.php'),(16214,'wp-content/plugins/w3-total-cache/Extension_NewRelic_Core.php'),(16215,'wp-content/plugins/w3-total-cache/Extension_NewRelic_GeneralPage.php'),(16216,'wp-content/plugins/w3-total-cache/Extension_NewRelic_GeneralPage_View.php'),(16217,'wp-content/plugins/w3-total-cache/Extension_NewRelic_Page.php'),(16218,'wp-content/plugins/w3-total-cache/Extension_NewRelic_Page_View_Apm.php'),(16219,'wp-content/plugins/w3-total-cache/Extension_NewRelic_Plugin.php'),(16220,'wp-content/plugins/w3-total-cache/Extension_NewRelic_Plugin_Admin.php'),(16221,'wp-content/plugins/w3-total-cache/Extension_NewRelic_Popup.php'),(16222,'wp-content/plugins/w3-total-cache/Extension_NewRelic_Popup_View.js'),(16223,'wp-content/plugins/w3-total-cache/Extension_NewRelic_Popup_View_Intro.php'),(16224,'wp-content/plugins/w3-total-cache/Extension_NewRelic_Popup_View_ListApplications.php'),(16225,'wp-content/plugins/w3-total-cache/Extension_NewRelic_Service.php'),(16226,'wp-content/plugins/w3-total-cache/Extension_NewRelic_Widget.php'),(16227,'wp-content/plugins/w3-total-cache/Extension_NewRelic_Widget_View.css'),(16228,'wp-content/plugins/w3-total-cache/Extension_NewRelic_Widget_View.js'),(16229,'wp-content/plugins/w3-total-cache/Extension_NewRelic_Widget_View_Apm.php'),(16230,'wp-content/plugins/w3-total-cache/Extension_NewRelic_Widget_View_Browser.php'),(16231,'wp-content/plugins/w3-total-cache/Extension_NewRelic_Widget_View_NotConfigured.php'),(16232,'wp-content/plugins/w3-total-cache/Extension_Swarmify_AdminActions.php'),(16233,'wp-content/plugins/w3-total-cache/Extension_Swarmify_Core.php'),(16234,'wp-content/plugins/w3-total-cache/Extension_Swarmify_Page.php'),(16235,'wp-content/plugins/w3-total-cache/Extension_Swarmify_Page_View.php'),(16236,'wp-content/plugins/w3-total-cache/Extension_Swarmify_Plugin.php'),(16237,'wp-content/plugins/w3-total-cache/Extension_Swarmify_Plugin_Admin.php'),(16238,'wp-content/plugins/w3-total-cache/Extension_Swarmify_Widget.php'),(16239,'wp-content/plugins/w3-total-cache/Extension_Swarmify_Widget_View.css'),(16240,'wp-content/plugins/w3-total-cache/Extension_Swarmify_Widget_View_NotConfigured.php'),(16241,'wp-content/plugins/w3-total-cache/Extension_WordPressSeo_Plugin.php'),(16242,'wp-content/plugins/w3-total-cache/Extension_WordPressSeo_Plugin_Admin.php'),(16243,'wp-content/plugins/w3-total-cache/Extension_Wpml_Plugin.php'),(16244,'wp-content/plugins/w3-total-cache/Extension_Wpml_Plugin_Admin.php'),(16245,'wp-content/plugins/w3-total-cache/Extensions_AdminActions.php'),(16246,'wp-content/plugins/w3-total-cache/Extensions_Page.php'),(16247,'wp-content/plugins/w3-total-cache/Extensions_Plugin_Admin.php'),(16248,'wp-content/plugins/w3-total-cache/Extensions_Util.php'),(16249,'wp-content/plugins/w3-total-cache/Generic_AdminActions_Config.php'),(16250,'wp-content/plugins/w3-total-cache/Generic_AdminActions_Default.php'),(16251,'wp-content/plugins/w3-total-cache/Generic_AdminActions_Flush.php'),(16252,'wp-content/plugins/w3-total-cache/Generic_AdminActions_Test.php'),(16253,'wp-content/plugins/w3-total-cache/Generic_AdminLinks.php'),(16254,'wp-content/plugins/w3-total-cache/Generic_AdminNotes.php'),(16255,'wp-content/plugins/w3-total-cache/Generic_ConfigLabels.php'),(16256,'wp-content/plugins/w3-total-cache/Generic_Environment.php'),(16257,'wp-content/plugins/w3-total-cache/Generic_Faq.php'),(16258,'wp-content/plugins/w3-total-cache/Generic_GeneralPage_View_ShowEdge.js'),(16259,'wp-content/plugins/w3-total-cache/Generic_GeneralPage_View_ShowSupportUs.js'),(16260,'wp-content/plugins/w3-total-cache/Generic_Page_About.php'),(16261,'wp-content/plugins/w3-total-cache/Generic_Page_Dashboard.php'),(16262,'wp-content/plugins/w3-total-cache/Generic_Page_Dashboard_View.css'),(16263,'wp-content/plugins/w3-total-cache/Generic_Page_General.php'),(16264,'wp-content/plugins/w3-total-cache/Generic_Page_Install.php'),(16265,'wp-content/plugins/w3-total-cache/Generic_Plugin.php'),(16266,'wp-content/plugins/w3-total-cache/Generic_Plugin_Admin.php'),(16267,'wp-content/plugins/w3-total-cache/Generic_Plugin_AdminCompatibility.php'),(16268,'wp-content/plugins/w3-total-cache/Generic_Plugin_AdminNotifications.php'),(16269,'wp-content/plugins/w3-total-cache/Generic_Plugin_AdminRowActions.php'),(16270,'wp-content/plugins/w3-total-cache/Generic_Plugin_Admin_View_Faq.php'),(16271,'wp-content/plugins/w3-total-cache/Generic_Plugin_WidgetForum.php'),(16272,'wp-content/plugins/w3-total-cache/Generic_Plugin_WidgetNews.php'),(16273,'wp-content/plugins/w3-total-cache/Generic_WidgetServices.php'),(16274,'wp-content/plugins/w3-total-cache/Generic_WidgetServices_View.php'),(16275,'wp-content/plugins/w3-total-cache/Generic_WidgetSpreadTheWord.js'),(16276,'wp-content/plugins/w3-total-cache/Generic_WidgetSpreadTheWord_Plugin.php'),(16277,'wp-content/plugins/w3-total-cache/Generic_WidgetSpreadTheWord_View.php'),(16278,'wp-content/plugins/w3-total-cache/Licensing_AdminActions.php'),(16279,'wp-content/plugins/w3-total-cache/Licensing_Core.php'),(16280,'wp-content/plugins/w3-total-cache/Licensing_Plugin_Admin.php'),(16281,'wp-content/plugins/w3-total-cache/Minify_AutoCss.php'),(16282,'wp-content/plugins/w3-total-cache/Minify_AutoJs.php'),(16283,'wp-content/plugins/w3-total-cache/Minify_ConfigLabels.php'),(16284,'wp-content/plugins/w3-total-cache/Minify_ContentMinifier.php'),(16285,'wp-content/plugins/w3-total-cache/Minify_Core.php'),(16286,'wp-content/plugins/w3-total-cache/Minify_Environment.php'),(16287,'wp-content/plugins/w3-total-cache/Minify_Extract.php'),(16288,'wp-content/plugins/w3-total-cache/Minify_GeneralPage_View_ShowHelp.js'),(16289,'wp-content/plugins/w3-total-cache/Minify_GeneralPage_View_ShowHelpForce.js'),(16290,'wp-content/plugins/w3-total-cache/Minify_HelpPopup_View.php'),(16291,'wp-content/plugins/w3-total-cache/Minify_MinifiedFileRequestHandler.php'),(16292,'wp-content/plugins/w3-total-cache/Minify_Page.php'),(16293,'wp-content/plugins/w3-total-cache/Minify_Plugin.php'),(16294,'wp-content/plugins/w3-total-cache/Minify_Plugin_Admin.php'),(16295,'wp-content/plugins/w3-total-cache/Mobile_Base.php'),(16296,'wp-content/plugins/w3-total-cache/Mobile_Page_ReferrerGroups.php'),(16297,'wp-content/plugins/w3-total-cache/Mobile_Page_UserAgentGroups.php'),(16298,'wp-content/plugins/w3-total-cache/Mobile_Redirect.php'),(16299,'wp-content/plugins/w3-total-cache/Mobile_Referrer.php'),(16300,'wp-content/plugins/w3-total-cache/Mobile_UserAgent.php'),(16301,'wp-content/plugins/w3-total-cache/ModuleStatus.php'),(16302,'wp-content/plugins/w3-total-cache/ObjectCache_ConfigLabels.php'),(16303,'wp-content/plugins/w3-total-cache/ObjectCache_Environment.php'),(16304,'wp-content/plugins/w3-total-cache/ObjectCache_Page.php'),(16305,'wp-content/plugins/w3-total-cache/ObjectCache_Plugin.php'),(16306,'wp-content/plugins/w3-total-cache/ObjectCache_Plugin_Admin.php'),(16307,'wp-content/plugins/w3-total-cache/ObjectCache_WpObjectCache.php'),(16308,'wp-content/plugins/w3-total-cache/ObjectCache_WpObjectCache_Regular.php'),(16309,'wp-content/plugins/w3-total-cache/PageSpeed_Api.php'),(16310,'wp-content/plugins/w3-total-cache/PageSpeed_Plugin_Widget.php'),(16311,'wp-content/plugins/w3-total-cache/PageSpeed_Widget_View.css'),(16312,'wp-content/plugins/w3-total-cache/PageSpeed_Widget_View.js'),(16313,'wp-content/plugins/w3-total-cache/PageSpeed_Widget_View.php'),(16314,'wp-content/plugins/w3-total-cache/PageSpeed_Widget_View_NotConfigured.php'),(16315,'wp-content/plugins/w3-total-cache/PgCache_ConfigLabels.php'),(16316,'wp-content/plugins/w3-total-cache/PgCache_ContentGrabber.php'),(16317,'wp-content/plugins/w3-total-cache/PgCache_Environment.php'),(16318,'wp-content/plugins/w3-total-cache/PgCache_Flush.php'),(16319,'wp-content/plugins/w3-total-cache/PgCache_Page.php'),(16320,'wp-content/plugins/w3-total-cache/PgCache_Page_CookieGroups.php'),(16321,'wp-content/plugins/w3-total-cache/PgCache_Page_CookieGroups_View.js'),(16322,'wp-content/plugins/w3-total-cache/PgCache_Page_CookieGroups_View.php'),(16323,'wp-content/plugins/w3-total-cache/PgCache_Plugin.php'),(16324,'wp-content/plugins/w3-total-cache/PgCache_Plugin_Admin.php'),(16325,'wp-content/plugins/w3-total-cache/README.md'),(16326,'wp-content/plugins/w3-total-cache/Root_AdminActions.php'),(16327,'wp-content/plugins/w3-total-cache/Root_AdminActivation.php'),(16328,'wp-content/plugins/w3-total-cache/Root_AdminMenu.php'),(16329,'wp-content/plugins/w3-total-cache/Root_Environment.php'),(16330,'wp-content/plugins/w3-total-cache/Root_Loader.php'),(16331,'wp-content/plugins/w3-total-cache/Support_AdminActions.php'),(16332,'wp-content/plugins/w3-total-cache/Support_Page.php'),(16333,'wp-content/plugins/w3-total-cache/Support_Page_View_DoneContent.php'),(16334,'wp-content/plugins/w3-total-cache/Support_Page_View_PageContent.php'),(16335,'wp-content/plugins/w3-total-cache/SystemOpCache_AdminActions.php'),(16336,'wp-content/plugins/w3-total-cache/SystemOpCache_Core.php'),(16337,'wp-content/plugins/w3-total-cache/SystemOpCache_GeneralPage_View.php'),(16338,'wp-content/plugins/w3-total-cache/SystemOpCache_Plugin_Admin.php'),(16339,'wp-content/plugins/w3-total-cache/UsageStatistics_AdminActions.php'),(16340,'wp-content/plugins/w3-total-cache/UsageStatistics_Core.php'),(16341,'wp-content/plugins/w3-total-cache/UsageStatistics_GeneralPage.php'),(16342,'wp-content/plugins/w3-total-cache/UsageStatistics_GeneralPage_View.php'),(16343,'wp-content/plugins/w3-total-cache/UsageStatistics_Page.php'),(16344,'wp-content/plugins/w3-total-cache/UsageStatistics_Page_DbRequests_View.php'),(16345,'wp-content/plugins/w3-total-cache/UsageStatistics_Page_ObjectCacheLog_View.php'),(16346,'wp-content/plugins/w3-total-cache/UsageStatistics_Page_PageCacheRequests_View.php'),(16347,'wp-content/plugins/w3-total-cache/UsageStatistics_Page_View.css'),(16348,'wp-content/plugins/w3-total-cache/UsageStatistics_Page_View.js'),(16349,'wp-content/plugins/w3-total-cache/UsageStatistics_Page_View.php'),(16350,'wp-content/plugins/w3-total-cache/UsageStatistics_Page_View_Ad.php'),(16351,'wp-content/plugins/w3-total-cache/UsageStatistics_Page_View_Disabled.php'),(16352,'wp-content/plugins/w3-total-cache/UsageStatistics_Page_View_Free.php'),(16353,'wp-content/plugins/w3-total-cache/UsageStatistics_Page_View_NoDebugMode.php'),(16354,'wp-content/plugins/w3-total-cache/UsageStatistics_Plugin.php'),(16355,'wp-content/plugins/w3-total-cache/UsageStatistics_Plugin_Admin.php'),(16356,'wp-content/plugins/w3-total-cache/UsageStatistics_Source_AccessLog.php'),(16357,'wp-content/plugins/w3-total-cache/UsageStatistics_Source_DbQueriesLog.php'),(16358,'wp-content/plugins/w3-total-cache/UsageStatistics_Source_ObjectCacheLog.php'),(16359,'wp-content/plugins/w3-total-cache/UsageStatistics_Source_PageCacheLog.php'),(16360,'wp-content/plugins/w3-total-cache/UsageStatistics_Source_Wpdb.php'),(16361,'wp-content/plugins/w3-total-cache/UsageStatistics_Sources.php'),(16362,'wp-content/plugins/w3-total-cache/UsageStatistics_Sources_Apc.php'),(16363,'wp-content/plugins/w3-total-cache/UsageStatistics_Sources_Memcached.php'),(16364,'wp-content/plugins/w3-total-cache/UsageStatistics_Sources_Redis.php'),(16365,'wp-content/plugins/w3-total-cache/UsageStatistics_StorageReader.php'),(16366,'wp-content/plugins/w3-total-cache/UsageStatistics_StorageWriter.php'),(16367,'wp-content/plugins/w3-total-cache/UsageStatistics_Widget.php'),(16368,'wp-content/plugins/w3-total-cache/UsageStatistics_Widget_View.js'),(16369,'wp-content/plugins/w3-total-cache/UsageStatistics_Widget_View.php'),(16370,'wp-content/plugins/w3-total-cache/UsageStatistics_Widget_View_Disabled.php'),(16371,'wp-content/plugins/w3-total-cache/Util_Activation.php'),(16372,'wp-content/plugins/w3-total-cache/Util_Admin.php'),(16373,'wp-content/plugins/w3-total-cache/Util_AttachToActions.php'),(16374,'wp-content/plugins/w3-total-cache/Util_Bus.php'),(16375,'wp-content/plugins/w3-total-cache/Util_ConfigLabel.php'),(16376,'wp-content/plugins/w3-total-cache/Util_Content.php'),(16377,'wp-content/plugins/w3-total-cache/Util_Debug.php'),(16378,'wp-content/plugins/w3-total-cache/Util_Environment.php'),(16379,'wp-content/plugins/w3-total-cache/Util_Environment_Exception.php'),(16380,'wp-content/plugins/w3-total-cache/Util_Environment_Exceptions.php'),(16381,'wp-content/plugins/w3-total-cache/Util_File.php'),(16382,'wp-content/plugins/w3-total-cache/Util_Http.php'),(16383,'wp-content/plugins/w3-total-cache/Util_Installed.php'),(16384,'wp-content/plugins/w3-total-cache/Util_Mime.php'),(16385,'wp-content/plugins/w3-total-cache/Util_PageUrls.php'),(16386,'wp-content/plugins/w3-total-cache/Util_Request.php'),(16387,'wp-content/plugins/w3-total-cache/Util_Rule.php'),(16388,'wp-content/plugins/w3-total-cache/Util_RuleSnippet.php'),(16389,'wp-content/plugins/w3-total-cache/Util_Theme.php'),(16390,'wp-content/plugins/w3-total-cache/Util_Ui.php'),(16391,'wp-content/plugins/w3-total-cache/Util_UsageStatistics.php'),(16392,'wp-content/plugins/w3-total-cache/Util_Widget.php'),(16393,'wp-content/plugins/w3-total-cache/Util_WpFile.php'),(16394,'wp-content/plugins/w3-total-cache/Util_WpFile_FilesystemChmodException.php'),(16395,'wp-content/plugins/w3-total-cache/Util_WpFile_FilesystemCopyException.php'),(16396,'wp-content/plugins/w3-total-cache/Util_WpFile_FilesystemMkdirException.php'),(16397,'wp-content/plugins/w3-total-cache/Util_WpFile_FilesystemModifyException.php'),(16398,'wp-content/plugins/w3-total-cache/Util_WpFile_FilesystemOperationException.php'),(16399,'wp-content/plugins/w3-total-cache/Util_WpFile_FilesystemRmException.php'),(16400,'wp-content/plugins/w3-total-cache/Util_WpFile_FilesystemRmdirException.php'),(16401,'wp-content/plugins/w3-total-cache/Util_WpFile_FilesystemWriteException.php'),(16402,'wp-content/plugins/w3-total-cache/Util_WpmuBlogmap.php'),(16403,'wp-content/plugins/w3-total-cache/Varnish_Flush.php'),(16404,'wp-content/plugins/w3-total-cache/Varnish_Plugin.php'),(16405,'wp-content/plugins/w3-total-cache/extension-example/Extension_Example.php'),(16406,'wp-content/plugins/w3-total-cache/extension-example/Extension_Example_Admin.php'),(16407,'wp-content/plugins/w3-total-cache/extension-example/Extension_Example_Page_View.php'),(16408,'wp-content/plugins/w3-total-cache/extension-example/w3-total-cache-example.php'),(16409,'wp-content/plugins/w3-total-cache/inc/define.php'),(16410,'wp-content/plugins/w3-total-cache/inc/email/index.html'),(16411,'wp-content/plugins/w3-total-cache/inc/email/minify_error_notification.html'),(16412,'wp-content/plugins/w3-total-cache/inc/email/minify_error_notification.php'),(16413,'wp-content/plugins/w3-total-cache/inc/email/support_request.php'),(16414,'wp-content/plugins/w3-total-cache/inc/error.php'),(16415,'wp-content/plugins/w3-total-cache/inc/index.html'),(16416,'wp-content/plugins/w3-total-cache/inc/lightbox/create_netdna_maxcdn_pull_zone.php'),(16417,'wp-content/plugins/w3-total-cache/inc/lightbox/index.html'),(16418,'wp-content/plugins/w3-total-cache/inc/lightbox/minify_recommendations.php'),(16419,'wp-content/plugins/w3-total-cache/inc/lightbox/purchase.php'),(16420,'wp-content/plugins/w3-total-cache/inc/lightbox/self_test.php'),(16421,'wp-content/plugins/w3-total-cache/inc/lightbox/support_us.php'),(16422,'wp-content/plugins/w3-total-cache/inc/lightbox/upgrade.php'),(16423,'wp-content/plugins/w3-total-cache/inc/mime/all.php'),(16424,'wp-content/plugins/w3-total-cache/inc/mime/cssjs.php'),(16425,'wp-content/plugins/w3-total-cache/inc/mime/html.php'),(16426,'wp-content/plugins/w3-total-cache/inc/mime/index.html'),(16427,'wp-content/plugins/w3-total-cache/inc/mime/other.php'),(16428,'wp-content/plugins/w3-total-cache/inc/options/about.php'),(16429,'wp-content/plugins/w3-total-cache/inc/options/browsercache.php'),(16430,'wp-content/plugins/w3-total-cache/inc/options/cdn/akamai.php'),(16431,'wp-content/plugins/w3-total-cache/inc/options/cdn/att.php'),(16432,'wp-content/plugins/w3-total-cache/inc/options/cdn/azure.php'),(16433,'wp-content/plugins/w3-total-cache/inc/options/cdn/cf.php'),(16434,'wp-content/plugins/w3-total-cache/inc/options/cdn/cf2.php'),(16435,'wp-content/plugins/w3-total-cache/inc/options/cdn/common/cnames-readonly.php'),(16436,'wp-content/plugins/w3-total-cache/inc/options/cdn/common/cnames.php'),(16437,'wp-content/plugins/w3-total-cache/inc/options/cdn/common/index.html'),(16438,'wp-content/plugins/w3-total-cache/inc/options/cdn/cotendo.php'),(16439,'wp-content/plugins/w3-total-cache/inc/options/cdn/edgecast.php'),(16440,'wp-content/plugins/w3-total-cache/inc/options/cdn/ftp.php'),(16441,'wp-content/plugins/w3-total-cache/inc/options/cdn/index.html'),(16442,'wp-content/plugins/w3-total-cache/inc/options/cdn/mirror.php'),(16443,'wp-content/plugins/w3-total-cache/inc/options/cdn/rscf.php'),(16444,'wp-content/plugins/w3-total-cache/inc/options/cdn/s3.php'),(16445,'wp-content/plugins/w3-total-cache/inc/options/cdn/s3_compatible.php'),(16446,'wp-content/plugins/w3-total-cache/inc/options/cdn.php'),(16447,'wp-content/plugins/w3-total-cache/inc/options/common/footer.php'),(16448,'wp-content/plugins/w3-total-cache/inc/options/common/header.php'),(16449,'wp-content/plugins/w3-total-cache/inc/options/common/index.html'),(16450,'wp-content/plugins/w3-total-cache/inc/options/dashboard.php'),(16451,'wp-content/plugins/w3-total-cache/inc/options/dbcache.php'),(16452,'wp-content/plugins/w3-total-cache/inc/options/edd/buy.php'),(16453,'wp-content/plugins/w3-total-cache/inc/options/enterprise/dbcluster-config.php'),(16454,'wp-content/plugins/w3-total-cache/inc/options/enterprise/dbcluster_general_section.php'),(16455,'wp-content/plugins/w3-total-cache/inc/options/extensions/list.php'),(16456,'wp-content/plugins/w3-total-cache/inc/options/extensions/settings.php'),(16457,'wp-content/plugins/w3-total-cache/inc/options/extensions.php'),(16458,'wp-content/plugins/w3-total-cache/inc/options/general.php'),(16459,'wp-content/plugins/w3-total-cache/inc/options/index.html'),(16460,'wp-content/plugins/w3-total-cache/inc/options/install.php'),(16461,'wp-content/plugins/w3-total-cache/inc/options/minify/ccjs.php'),(16462,'wp-content/plugins/w3-total-cache/inc/options/minify/ccjs2.php'),(16463,'wp-content/plugins/w3-total-cache/inc/options/minify/css.php'),(16464,'wp-content/plugins/w3-total-cache/inc/options/minify/csstidy.php'),(16465,'wp-content/plugins/w3-total-cache/inc/options/minify/csstidy2.php'),(16466,'wp-content/plugins/w3-total-cache/inc/options/minify/googleccjs2.php'),(16467,'wp-content/plugins/w3-total-cache/inc/options/minify/html.php'),(16468,'wp-content/plugins/w3-total-cache/inc/options/minify/htmltidy.php'),(16469,'wp-content/plugins/w3-total-cache/inc/options/minify/htmltidy2.php'),(16470,'wp-content/plugins/w3-total-cache/inc/options/minify/index.html'),(16471,'wp-content/plugins/w3-total-cache/inc/options/minify/js.php'),(16472,'wp-content/plugins/w3-total-cache/inc/options/minify/yuicss2.php'),(16473,'wp-content/plugins/w3-total-cache/inc/options/minify/yuijs.php'),(16474,'wp-content/plugins/w3-total-cache/inc/options/minify/yuijs2.php'),(16475,'wp-content/plugins/w3-total-cache/inc/options/minify.php'),(16476,'wp-content/plugins/w3-total-cache/inc/options/mobile.php'),(16477,'wp-content/plugins/w3-total-cache/inc/options/objectcache.php'),(16478,'wp-content/plugins/w3-total-cache/inc/options/parts/memcached.php'),(16479,'wp-content/plugins/w3-total-cache/inc/options/parts/memcached_extension.php'),(16480,'wp-content/plugins/w3-total-cache/inc/options/parts/redis.php'),(16481,'wp-content/plugins/w3-total-cache/inc/options/parts/redis_extension.php'),(16482,'wp-content/plugins/w3-total-cache/inc/options/pgcache.php'),(16483,'wp-content/plugins/w3-total-cache/inc/options/referrer.php'),(16484,'wp-content/plugins/w3-total-cache/inc/options/support.php'),(16485,'wp-content/plugins/w3-total-cache/inc/popup/cdn_export_file.php'),(16486,'wp-content/plugins/w3-total-cache/inc/popup/cdn_export_library.php'),(16487,'wp-content/plugins/w3-total-cache/inc/popup/cdn_import_library.php'),(16488,'wp-content/plugins/w3-total-cache/inc/popup/cdn_purge.php'),(16489,'wp-content/plugins/w3-total-cache/inc/popup/cdn_queue.php'),(16490,'wp-content/plugins/w3-total-cache/inc/popup/cdn_rename_domain.php'),(16491,'wp-content/plugins/w3-total-cache/inc/popup/common/footer.php'),(16492,'wp-content/plugins/w3-total-cache/inc/popup/common/header.php'),(16493,'wp-content/plugins/w3-total-cache/inc/popup/common/index.html'),(16494,'wp-content/plugins/w3-total-cache/inc/popup/index.html'),(16495,'wp-content/plugins/w3-total-cache/inc/popup/pagespeed_results.php'),(16496,'wp-content/plugins/w3-total-cache/inc/widget/index.html'),(16497,'wp-content/plugins/w3-total-cache/inc/widget/latest.php'),(16498,'wp-content/plugins/w3-total-cache/inc/widget/latest_ajax.php'),(16499,'wp-content/plugins/w3-total-cache/inc/widget/latest_control.php'),(16500,'wp-content/plugins/w3-total-cache/inc/widget/latest_news.php'),(16501,'wp-content/plugins/w3-total-cache/inc/widget/latest_news_ajax.php'),(16502,'wp-content/plugins/w3-total-cache/inc/widget/latest_news_control.php'),(16503,'wp-content/plugins/w3-total-cache/index.html'),(16504,'wp-content/plugins/w3-total-cache/ini/apache_conf/mod_deflate.conf'),(16505,'wp-content/plugins/w3-total-cache/ini/apache_conf/mod_expires.conf'),(16506,'wp-content/plugins/w3-total-cache/ini/apache_conf/mod_mime.conf'),(16507,'wp-content/plugins/w3-total-cache/ini/apache_conf/mod_rewrite.conf'),(16508,'wp-content/plugins/w3-total-cache/ini/apc.ini'),(16509,'wp-content/plugins/w3-total-cache/ini/config-db-sample.php'),(16510,'wp-content/plugins/w3-total-cache/ini/dbcluster-config-sample.php'),(16511,'wp-content/plugins/w3-total-cache/ini/eaccelerator.ini'),(16512,'wp-content/plugins/w3-total-cache/ini/index.html'),(16513,'wp-content/plugins/w3-total-cache/ini/memcache.ini'),(16514,'wp-content/plugins/w3-total-cache/ini/nginx-network-sample-config.conf'),(16515,'wp-content/plugins/w3-total-cache/ini/nginx-standalone-sample-config.conf'),(16516,'wp-content/plugins/w3-total-cache/ini/opcache.ini'),(16517,'wp-content/plugins/w3-total-cache/ini/php.append.ini'),(16518,'wp-content/plugins/w3-total-cache/ini/s3-sample-policy.txt'),(16519,'wp-content/plugins/w3-total-cache/ini/varnish-sample-config.vcl'),(16520,'wp-content/plugins/w3-total-cache/ini/web.config'),(16521,'wp-content/plugins/w3-total-cache/ini/xcache.ini'),(16522,'wp-content/plugins/w3-total-cache/languages/ar.mo'),(16523,'wp-content/plugins/w3-total-cache/languages/w3-total-cache-ar_AR.po'),(16524,'wp-content/plugins/w3-total-cache/languages/w3-total-cache-nl_NL.mo'),(16525,'wp-content/plugins/w3-total-cache/languages/w3-total-cache-nl_NL.po'),(16526,'wp-content/plugins/w3-total-cache/languages/w3-total-cache-pl_PL.po'),(16527,'wp-content/plugins/w3-total-cache/languages/w3-total-cache-sr_RS.mo'),(16528,'wp-content/plugins/w3-total-cache/languages/w3-total-cache-sr_RS.po'),(16529,'wp-content/plugins/w3-total-cache/languages/w3-total-cache.pot'),(16530,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/AbstractModel.php'),(16531,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/ApiProvider.php'),(16532,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/DateTimeResult.php'),(16533,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/DocModel.php'),(16534,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/ErrorParser/JsonParserTrait.php'),(16535,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/ErrorParser/JsonRpcErrorParser.php'),(16536,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/ErrorParser/RestJsonErrorParser.php'),(16537,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/ErrorParser/XmlErrorParser.php'),(16538,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/ListShape.php'),(16539,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/MapShape.php'),(16540,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/Operation.php'),(16541,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/Parser/AbstractParser.php'),(16542,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/Parser/AbstractRestParser.php'),(16543,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/Parser/Crc32ValidatingParser.php'),(16544,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/Parser/DecodingEventStreamIterator.php'),(16545,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/Parser/EventParsingIterator.php'),(16546,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/Parser/Exception/ParserException.php'),(16547,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/Parser/JsonParser.php'),(16548,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/Parser/JsonRpcParser.php'),(16549,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/Parser/PayloadParserTrait.php'),(16550,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/Parser/QueryParser.php'),(16551,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/Parser/RestJsonParser.php'),(16552,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/Parser/RestXmlParser.php'),(16553,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/Parser/XmlParser.php'),(16554,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/Serializer/Ec2ParamBuilder.php'),(16555,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/Serializer/JsonBody.php'),(16556,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/Serializer/JsonRpcSerializer.php'),(16557,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/Serializer/QueryParamBuilder.php'),(16558,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/Serializer/QuerySerializer.php'),(16559,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/Serializer/RestJsonSerializer.php'),(16560,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/Serializer/RestSerializer.php'),(16561,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/Serializer/RestXmlSerializer.php'),(16562,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/Serializer/XmlBody.php'),(16563,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/Service.php'),(16564,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/Shape.php'),(16565,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/ShapeMap.php'),(16566,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/StructureShape.php'),(16567,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/TimestampShape.php'),(16568,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/Validator.php'),(16569,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/AwsClient.php'),(16570,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/AwsClientInterface.php'),(16571,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/AwsClientTrait.php'),(16572,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/CacheInterface.php'),(16573,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/ClientResolver.php'),(16574,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/ClientSideMonitoring/AbstractMonitoringMiddleware.php'),(16575,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/ClientSideMonitoring/ApiCallAttemptMonitoringMiddleware.php'),(16576,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/ClientSideMonitoring/ApiCallMonitoringMiddleware.php'),(16577,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/ClientSideMonitoring/Configuration.php'),(16578,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/ClientSideMonitoring/ConfigurationInterface.php'),(16579,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/ClientSideMonitoring/ConfigurationProvider.php'),(16580,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/ClientSideMonitoring/Exception/ConfigurationException.php'),(16581,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/ClientSideMonitoring/MonitoringMiddlewareInterface.php'),(16582,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/CloudFront/CloudFrontClient.php'),(16583,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/CloudFront/CookieSigner.php'),(16584,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/CloudFront/Exception/CloudFrontException.php'),(16585,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/CloudFront/Signer.php'),(16586,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/CloudFront/UrlSigner.php'),(16587,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Command.php'),(16588,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/CommandInterface.php'),(16589,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/CommandPool.php'),(16590,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Credentials/AssumeRoleCredentialProvider.php'),(16591,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Credentials/CredentialProvider.php'),(16592,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Credentials/Credentials.php'),(16593,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Credentials/CredentialsInterface.php'),(16594,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Credentials/EcsCredentialProvider.php'),(16595,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Credentials/InstanceProfileProvider.php'),(16596,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/DoctrineCacheAdapter.php'),(16597,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Endpoint/EndpointProvider.php'),(16598,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Endpoint/Partition.php'),(16599,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Endpoint/PartitionEndpointProvider.php'),(16600,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Endpoint/PartitionInterface.php'),(16601,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Endpoint/PatternEndpointProvider.php'),(16602,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/EndpointDiscovery/Configuration.php'),(16603,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/EndpointDiscovery/ConfigurationInterface.php'),(16604,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/EndpointDiscovery/ConfigurationProvider.php'),(16605,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/EndpointDiscovery/EndpointDiscoveryMiddleware.php'),(16606,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/EndpointDiscovery/EndpointList.php'),(16607,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/EndpointDiscovery/Exception/ConfigurationException.php'),(16608,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/EndpointParameterMiddleware.php'),(16609,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Exception/AwsException.php'),(16610,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Exception/CouldNotCreateChecksumException.php'),(16611,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Exception/CredentialsException.php'),(16612,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Exception/EventStreamDataException.php'),(16613,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Exception/MultipartUploadException.php'),(16614,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Exception/UnresolvedApiException.php'),(16615,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Exception/UnresolvedEndpointException.php'),(16616,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Exception/UnresolvedSignatureException.php'),(16617,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Handler/GuzzleV5/GuzzleHandler.php'),(16618,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Handler/GuzzleV5/GuzzleStream.php'),(16619,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Handler/GuzzleV5/PsrStream.php'),(16620,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Handler/GuzzleV6/GuzzleHandler.php'),(16621,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/HandlerList.php'),(16622,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/HasDataTrait.php'),(16623,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/HasMonitoringEventsTrait.php'),(16624,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/HashInterface.php'),(16625,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/HashingStream.php'),(16626,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/History.php'),(16627,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/IdempotencyTokenMiddleware.php'),(16628,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/JsonCompiler.php'),(16629,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/LruArrayCache.php'),(16630,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Middleware.php'),(16631,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/MockHandler.php'),(16632,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/MonitoringEventsInterface.php'),(16633,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/MultiRegionClient.php'),(16634,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/PhpHash.php'),(16635,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/PresignUrlMiddleware.php'),(16636,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Psr16CacheAdapter.php'),(16637,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/PsrCacheAdapter.php'),(16638,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/ResponseContainerInterface.php'),(16639,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Result.php'),(16640,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/ResultInterface.php'),(16641,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/ResultPaginator.php'),(16642,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/RetryMiddleware.php'),(16643,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/S3/AmbiguousSuccessParser.php'),(16644,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/S3/ApplyChecksumMiddleware.php'),(16645,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/S3/BatchDelete.php'),(16646,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/S3/BucketEndpointMiddleware.php'),(16647,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/S3/Crypto/CryptoParamsTrait.php'),(16648,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/S3/Crypto/HeadersMetadataStrategy.php'),(16649,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/S3/Crypto/InstructionFileMetadataStrategy.php'),(16650,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/S3/Crypto/S3EncryptionClient.php'),(16651,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/S3/Crypto/S3EncryptionMultipartUploader.php'),(16652,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/S3/Exception/DeleteMultipleObjectsException.php'),(16653,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/S3/Exception/PermanentRedirectException.php'),(16654,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/S3/Exception/S3Exception.php'),(16655,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/S3/Exception/S3MultipartUploadException.php'),(16656,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/S3/GetBucketLocationParser.php'),(16657,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/S3/MultipartCopy.php'),(16658,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/S3/MultipartUploader.php'),(16659,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/S3/MultipartUploadingTrait.php'),(16660,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/S3/ObjectCopier.php'),(16661,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/S3/ObjectUploader.php'),(16662,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/S3/PermanentRedirectMiddleware.php'),(16663,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/S3/PostObject.php'),(16664,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/S3/PostObjectV4.php'),(16665,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/S3/PutObjectUrlMiddleware.php'),(16666,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/S3/RetryableMalformedResponseParser.php'),(16667,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/S3/S3Client.php'),(16668,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/S3/S3ClientInterface.php'),(16669,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/S3/S3ClientTrait.php'),(16670,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/S3/S3EndpointMiddleware.php'),(16671,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/S3/S3MultiRegionClient.php'),(16672,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/S3/S3UriParser.php'),(16673,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/S3/SSECMiddleware.php'),(16674,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/S3/StreamWrapper.php'),(16675,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/S3/Transfer.php'),(16676,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Sdk.php'),(16677,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Signature/AnonymousSignature.php'),(16678,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Signature/S3SignatureV4.php'),(16679,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Signature/SignatureInterface.php'),(16680,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Signature/SignatureProvider.php'),(16681,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Signature/SignatureTrait.php'),(16682,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Signature/SignatureV4.php'),(16683,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Sns/Exception/InvalidSnsMessageException.php'),(16684,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Sns/Exception/SnsException.php'),(16685,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Sns/Message.php'),(16686,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Sns/MessageValidator.php'),(16687,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Sns/SnsClient.php'),(16688,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/TraceMiddleware.php'),(16689,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Waiter.php'),(16690,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/WrappedHttpHandler.php'),(16691,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2015-07-27/api-2.json.php'),(16692,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2015-07-27/paginators-1.json.php'),(16693,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2015-07-27/waiters-2.json.php'),(16694,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2016-01-28/api-2.json.php'),(16695,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2016-01-28/paginators-1.json.php'),(16696,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2016-01-28/waiters-2.json.php'),(16697,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2016-08-01/api-2.json.php'),(16698,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2016-08-01/paginators-1.json.php'),(16699,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2016-08-01/waiters-2.json.php'),(16700,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2016-08-20/api-2.json.php'),(16701,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2016-08-20/paginators-1.json.php'),(16702,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2016-08-20/waiters-2.json.php'),(16703,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2016-09-07/api-2.json.php'),(16704,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2016-09-07/paginators-1.json.php'),(16705,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2016-09-07/waiters-1.json.php'),(16706,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2016-09-07/waiters-2.json.php'),(16707,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2016-09-29/api-2.json.php'),(16708,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2016-09-29/paginators-1.json.php'),(16709,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2016-09-29/waiters-1.json.php'),(16710,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2016-09-29/waiters-2.json.php'),(16711,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2016-11-25/api-2.json.php'),(16712,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2016-11-25/paginators-1.json.php'),(16713,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2016-11-25/waiters-1.json.php'),(16714,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2016-11-25/waiters-2.json.php'),(16715,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2017-03-25/api-2.json.php'),(16716,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2017-03-25/paginators-1.json.php'),(16717,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2017-03-25/waiters-1.json.php'),(16718,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2017-03-25/waiters-2.json.php'),(16719,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2017-10-30/api-2.json.php'),(16720,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2017-10-30/paginators-1.json.php'),(16721,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2017-10-30/smoke.json.php'),(16722,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2017-10-30/waiters-1.json.php'),(16723,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2017-10-30/waiters-2.json.php'),(16724,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2018-06-18/api-2.json.php'),(16725,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2018-06-18/paginators-1.json.php'),(16726,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2018-06-18/smoke.json.php'),(16727,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2018-06-18/waiters-1.json.php'),(16728,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2018-06-18/waiters-2.json.php'),(16729,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2018-11-05/api-2.json.php'),(16730,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2018-11-05/paginators-1.json.php'),(16731,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2018-11-05/smoke.json.php'),(16732,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2018-11-05/waiters-1.json.php'),(16733,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2018-11-05/waiters-2.json.php'),(16734,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/endpoints.json.php'),(16735,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/endpoints_prefix_history.json.php'),(16736,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/manifest.json.php'),(16737,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/s3/2006-03-01/api-2.json.php'),(16738,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/s3/2006-03-01/paginators-1.json.php'),(16739,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/s3/2006-03-01/smoke.json.php'),(16740,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/s3/2006-03-01/waiters-1.json.php'),(16741,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/s3/2006-03-01/waiters-2.json.php'),(16742,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/sns/2010-03-31/api-2.json.php'),(16743,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/sns/2010-03-31/paginators-1.json.php'),(16744,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/sns/2010-03-31/smoke.json.php'),(16745,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/functions.php'),(16746,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/signer/Exception/signerException.php'),(16747,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/signer/signerClient.php'),(16748,'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Client.php'),(16749,'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/ClientInterface.php'),(16750,'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Cookie/CookieJar.php'),(16751,'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Cookie/CookieJarInterface.php'),(16752,'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Cookie/FileCookieJar.php'),(16753,'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Cookie/SessionCookieJar.php'),(16754,'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Cookie/SetCookie.php'),(16755,'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Exception/BadResponseException.php'),(16756,'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Exception/ClientException.php'),(16757,'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Exception/ConnectException.php'),(16758,'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Exception/GuzzleException.php'),(16759,'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Exception/RequestException.php'),(16760,'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Exception/SeekException.php'),(16761,'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Exception/ServerException.php'),(16762,'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Exception/TooManyRedirectsException.php'),(16763,'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Exception/TransferException.php'),(16764,'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Handler/CurlFactory.php'),(16765,'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Handler/CurlFactoryInterface.php'),(16766,'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Handler/CurlHandler.php'),(16767,'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Handler/CurlMultiHandler.php'),(16768,'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Handler/EasyHandle.php'),(16769,'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Handler/MockHandler.php'),(16770,'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Handler/Proxy.php'),(16771,'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Handler/StreamHandler.php'),(16772,'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/HandlerStack.php'),(16773,'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/MessageFormatter.php'),(16774,'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Middleware.php'),(16775,'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Pool.php'),(16776,'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/PrepareBodyMiddleware.php'),(16777,'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Promise/AggregateException.php'),(16778,'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Promise/CancellationException.php'),(16779,'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Promise/Coroutine.php'),(16780,'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Promise/EachPromise.php'),(16781,'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Promise/FulfilledPromise.php'),(16782,'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Promise/Promise.php'),(16783,'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Promise/PromiseInterface.php'),(16784,'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Promise/PromisorInterface.php'),(16785,'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Promise/RejectedPromise.php'),(16786,'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Promise/RejectionException.php'),(16787,'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Promise/TaskQueue.php'),(16788,'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Promise/TaskQueueInterface.php'),(16789,'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Promise/functions.php'),(16790,'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Promise/functions_include.php'),(16791,'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Psr7/AppendStream.php'),(16792,'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Psr7/BufferStream.php'),(16793,'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Psr7/CachingStream.php'),(16794,'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Psr7/DroppingStream.php'),(16795,'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Psr7/FnStream.php'),(16796,'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Psr7/InflateStream.php'),(16797,'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Psr7/LazyOpenStream.php'),(16798,'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Psr7/LimitStream.php'),(16799,'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Psr7/MessageTrait.php'),(16800,'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Psr7/MultipartStream.php'),(16801,'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Psr7/NoSeekStream.php'),(16802,'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Psr7/PumpStream.php'),(16803,'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Psr7/Request.php'),(16804,'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Psr7/Response.php'),(16805,'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Psr7/Rfc7230.php'),(16806,'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Psr7/ServerRequest.php'),(16807,'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Psr7/Stream.php'),(16808,'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Psr7/StreamDecoratorTrait.php'),(16809,'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Psr7/StreamWrapper.php'),(16810,'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Psr7/UploadedFile.php'),(16811,'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Psr7/Uri.php'),(16812,'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Psr7/UriNormalizer.php'),(16813,'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Psr7/UriResolver.php'),(16814,'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Psr7/functions.php'),(16815,'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Psr7/functions_include.php'),(16816,'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/RedirectMiddleware.php'),(16817,'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/RequestOptions.php'),(16818,'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/RetryMiddleware.php'),(16819,'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/TransferStats.php'),(16820,'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/UriTemplate.php'),(16821,'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/functions.php'),(16822,'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/functions_include.php'),(16823,'wp-content/plugins/w3-total-cache/lib/Aws/JmesPath/AstRuntime.php'),(16824,'wp-content/plugins/w3-total-cache/lib/Aws/JmesPath/CompilerRuntime.php'),(16825,'wp-content/plugins/w3-total-cache/lib/Aws/JmesPath/DebugRuntime.php'),(16826,'wp-content/plugins/w3-total-cache/lib/Aws/JmesPath/Env.php'),(16827,'wp-content/plugins/w3-total-cache/lib/Aws/JmesPath/FnDispatcher.php'),(16828,'wp-content/plugins/w3-total-cache/lib/Aws/JmesPath/JmesPath.php'),(16829,'wp-content/plugins/w3-total-cache/lib/Aws/JmesPath/Lexer.php'),(16830,'wp-content/plugins/w3-total-cache/lib/Aws/JmesPath/Parser.php'),(16831,'wp-content/plugins/w3-total-cache/lib/Aws/JmesPath/SyntaxErrorException.php'),(16832,'wp-content/plugins/w3-total-cache/lib/Aws/JmesPath/TreeCompiler.php'),(16833,'wp-content/plugins/w3-total-cache/lib/Aws/JmesPath/TreeInterpreter.php'),(16834,'wp-content/plugins/w3-total-cache/lib/Aws/JmesPath/Utils.php'),(16835,'wp-content/plugins/w3-total-cache/lib/Aws/Psr/Http/Message/MessageInterface.php'),(16836,'wp-content/plugins/w3-total-cache/lib/Aws/Psr/Http/Message/RequestInterface.php'),(16837,'wp-content/plugins/w3-total-cache/lib/Aws/Psr/Http/Message/ResponseInterface.php'),(16838,'wp-content/plugins/w3-total-cache/lib/Aws/Psr/Http/Message/ServerRequestInterface.php'),(16839,'wp-content/plugins/w3-total-cache/lib/Aws/Psr/Http/Message/StreamInterface.php'),(16840,'wp-content/plugins/w3-total-cache/lib/Aws/Psr/Http/Message/UploadedFileInterface.php'),(16841,'wp-content/plugins/w3-total-cache/lib/Aws/Psr/Http/Message/UriInterface.php'),(16842,'wp-content/plugins/w3-total-cache/lib/Aws/README.md'),(16843,'wp-content/plugins/w3-total-cache/lib/Aws/aws-autoloader.php'),(16844,'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Client.php'),(16845,'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/ClientInterface.php'),(16846,'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Cookie/CookieJar.php'),(16847,'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Cookie/CookieJarInterface.php'),(16848,'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Cookie/FileCookieJar.php'),(16849,'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Cookie/SessionCookieJar.php'),(16850,'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Cookie/SetCookie.php'),(16851,'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Exception/BadResponseException.php'),(16852,'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Exception/ClientException.php'),(16853,'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Exception/ConnectException.php'),(16854,'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Exception/GuzzleException.php'),(16855,'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Exception/RequestException.php'),(16856,'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Exception/SeekException.php'),(16857,'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Exception/ServerException.php'),(16858,'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Exception/TooManyRedirectsException.php'),(16859,'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Exception/TransferException.php'),(16860,'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Handler/CurlFactory.php'),(16861,'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Handler/CurlFactoryInterface.php'),(16862,'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Handler/CurlHandler.php'),(16863,'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Handler/CurlMultiHandler.php'),(16864,'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Handler/EasyHandle.php'),(16865,'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Handler/MockHandler.php'),(16866,'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Handler/Proxy.php'),(16867,'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Handler/StreamHandler.php'),(16868,'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/HandlerStack.php'),(16869,'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/MessageFormatter.php'),(16870,'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Middleware.php'),(16871,'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Pool.php'),(16872,'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/PrepareBodyMiddleware.php'),(16873,'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Promise/AggregateException.php'),(16874,'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Promise/CancellationException.php'),(16875,'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Promise/Coroutine.php'),(16876,'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Promise/EachPromise.php'),(16877,'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Promise/FulfilledPromise.php'),(16878,'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Promise/Promise.php'),(16879,'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Promise/PromiseInterface.php'),(16880,'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Promise/PromisorInterface.php'),(16881,'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Promise/RejectedPromise.php'),(16882,'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Promise/RejectionException.php'),(16883,'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Promise/TaskQueue.php'),(16884,'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Promise/TaskQueueInterface.php'),(16885,'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Promise/functions.php'),(16886,'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Promise/functions_include.php'),(16887,'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/AppendStream.php'),(16888,'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/BufferStream.php'),(16889,'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/CachingStream.php'),(16890,'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/DroppingStream.php'),(16891,'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/FnStream.php'),(16892,'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/InflateStream.php'),(16893,'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/LazyOpenStream.php'),(16894,'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/LimitStream.php'),(16895,'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/MessageTrait.php'),(16896,'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/MultipartStream.php'),(16897,'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/NoSeekStream.php'),(16898,'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/PumpStream.php'),(16899,'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/Request.php'),(16900,'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/Response.php'),(16901,'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/ServerRequest.php'),(16902,'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/Stream.php'),(16903,'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/StreamDecoratorTrait.php'),(16904,'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/StreamWrapper.php'),(16905,'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/UploadedFile.php'),(16906,'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/Uri.php'),(16907,'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/functions.php'),(16908,'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/functions_include.php'),(16909,'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/RedirectMiddleware.php'),(16910,'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/RequestOptions.php'),(16911,'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/RetryMiddleware.php'),(16912,'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/TransferStats.php'),(16913,'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/UriTemplate.php'),(16914,'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/functions.php'),(16915,'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/functions_include.php'),(16916,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/BlobRestProxy.php'),(16917,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Internal/IBlob.php'),(16918,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/AccessCondition.php'),(16919,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/AccessPolicy.php'),(16920,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/AcquireLeaseOptions.php'),(16921,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/AcquireLeaseResult.php'),(16922,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/Blob.php'),(16923,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/BlobBlockType.php'),(16924,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/BlobPrefix.php'),(16925,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/BlobProperties.php'),(16926,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/BlobServiceOptions.php'),(16927,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/BlobType.php'),(16928,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/Block.php'),(16929,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/BlockList.php'),(16930,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/BreakLeaseResult.php'),(16931,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/CommitBlobBlocksOptions.php'),(16932,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/Container.php'),(16933,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/ContainerACL.php'),(16934,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/ContainerProperties.php'),(16935,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/CopyBlobOptions.php'),(16936,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/CopyBlobResult.php'),(16937,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/CreateBlobBlockOptions.php'),(16938,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/CreateBlobOptions.php'),(16939,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/CreateBlobPagesOptions.php'),(16940,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/CreateBlobPagesResult.php'),(16941,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/CreateBlobSnapshotOptions.php'),(16942,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/CreateBlobSnapshotResult.php'),(16943,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/CreateContainerOptions.php'),(16944,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/DeleteBlobOptions.php'),(16945,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/DeleteContainerOptions.php'),(16946,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/GetBlobMetadataOptions.php'),(16947,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/GetBlobMetadataResult.php'),(16948,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/GetBlobOptions.php'),(16949,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/GetBlobPropertiesOptions.php'),(16950,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/GetBlobPropertiesResult.php'),(16951,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/GetBlobResult.php'),(16952,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/GetContainerACLResult.php'),(16953,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/GetContainerPropertiesResult.php'),(16954,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/LeaseMode.php'),(16955,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/ListBlobBlocksOptions.php'),(16956,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/ListBlobBlocksResult.php'),(16957,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/ListBlobsOptions.php'),(16958,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/ListBlobsResult.php'),(16959,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/ListContainersOptions.php'),(16960,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/ListContainersResult.php'),(16961,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/ListPageBlobRangesOptions.php'),(16962,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/ListPageBlobRangesResult.php'),(16963,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/PageRange.php'),(16964,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/PageWriteOption.php'),(16965,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/PublicAccessType.php'),(16966,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/SetBlobMetadataOptions.php'),(16967,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/SetBlobMetadataResult.php'),(16968,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/SetBlobPropertiesOptions.php'),(16969,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/SetBlobPropertiesResult.php'),(16970,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/SetContainerMetadataOptions.php'),(16971,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/SignedIdentifier.php'),(16972,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/CloudConfigurationManager.php'),(16973,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/Authentication/IAuthScheme.php'),(16974,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/Authentication/SharedKeyAuthScheme.php'),(16975,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/Authentication/StorageAuthScheme.php'),(16976,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/Authentication/TableSharedKeyLiteAuthScheme.php'),(16977,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/ConnectionStringParser.php'),(16978,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/ConnectionStringSource.php'),(16979,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/FilterableService.php'),(16980,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/Filters/AuthenticationFilter.php'),(16981,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/Filters/DateFilter.php'),(16982,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/Filters/ExponentialRetryPolicy.php'),(16983,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/Filters/HeadersFilter.php'),(16984,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/Filters/RetryPolicy.php'),(16985,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/Filters/RetryPolicyFilter.php'),(16986,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/Http/HttpCallContext.php'),(16987,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/HttpFormatter.php'),(16988,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/IServiceFilter.php'),(16989,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/InvalidArgumentTypeException.php'),(16990,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/Logger.php'),(16991,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/Resources.php'),(16992,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/RestProxy.php'),(16993,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/RetryMiddlewareFactory.php'),(16994,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/Serialization/ISerializer.php'),(16995,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/Serialization/JsonSerializer.php'),(16996,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/Serialization/XmlSerializer.php'),(16997,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/ServiceRestProxy.php'),(16998,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/ServiceSettings.php'),(16999,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/StorageServiceSettings.php'),(17000,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/Utilities.php'),(17001,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/Validate.php'),(17002,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Models/GetServicePropertiesResult.php'),(17003,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Models/Logging.php'),(17004,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Models/Metrics.php'),(17005,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Models/RetentionPolicy.php'),(17006,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Models/ServiceProperties.php'),(17007,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/ServiceException.php'),(17008,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/ServicesBuilder.php'),(17009,'wp-content/plugins/w3-total-cache/lib/Azure/PsrHttpMessage/MessageInterface.php'),(17010,'wp-content/plugins/w3-total-cache/lib/Azure/PsrHttpMessage/RequestInterface.php'),(17011,'wp-content/plugins/w3-total-cache/lib/Azure/PsrHttpMessage/ResponseInterface.php'),(17012,'wp-content/plugins/w3-total-cache/lib/Azure/PsrHttpMessage/ServerRequestInterface.php'),(17013,'wp-content/plugins/w3-total-cache/lib/Azure/PsrHttpMessage/StreamInterface.php'),(17014,'wp-content/plugins/w3-total-cache/lib/Azure/PsrHttpMessage/UploadedFileInterface.php'),(17015,'wp-content/plugins/w3-total-cache/lib/Azure/PsrHttpMessage/UriInterface.php'),(17016,'wp-content/plugins/w3-total-cache/lib/Azure/loader.php'),(17017,'wp-content/plugins/w3-total-cache/lib/CSSTidy/class.csstidy.php'),(17018,'wp-content/plugins/w3-total-cache/lib/CSSTidy/class.csstidy_optimise.php'),(17019,'wp-content/plugins/w3-total-cache/lib/CSSTidy/class.csstidy_print.php'),(17020,'wp-content/plugins/w3-total-cache/lib/CSSTidy/data.inc.php'),(17021,'wp-content/plugins/w3-total-cache/lib/CSSTidy/index.html'),(17022,'wp-content/plugins/w3-total-cache/lib/Db/mssql.php'),(17023,'wp-content/plugins/w3-total-cache/lib/Google/Auth/Abstract.php'),(17024,'wp-content/plugins/w3-total-cache/lib/Google/Auth/AppIdentity.php'),(17025,'wp-content/plugins/w3-total-cache/lib/Google/Auth/AssertionCredentials.php'),(17026,'wp-content/plugins/w3-total-cache/lib/Google/Auth/Exception.php'),(17027,'wp-content/plugins/w3-total-cache/lib/Google/Auth/LoginTicket.php'),(17028,'wp-content/plugins/w3-total-cache/lib/Google/Auth/OAuth2.php'),(17029,'wp-content/plugins/w3-total-cache/lib/Google/Auth/Simple.php'),(17030,'wp-content/plugins/w3-total-cache/lib/Google/Cache/Abstract.php'),(17031,'wp-content/plugins/w3-total-cache/lib/Google/Cache/Apc.php'),(17032,'wp-content/plugins/w3-total-cache/lib/Google/Cache/Exception.php'),(17033,'wp-content/plugins/w3-total-cache/lib/Google/Cache/File.php'),(17034,'wp-content/plugins/w3-total-cache/lib/Google/Cache/Memcache.php'),(17035,'wp-content/plugins/w3-total-cache/lib/Google/Cache/Null.php'),(17036,'wp-content/plugins/w3-total-cache/lib/Google/Client.php'),(17037,'wp-content/plugins/w3-total-cache/lib/Google/Collection.php'),(17038,'wp-content/plugins/w3-total-cache/lib/Google/Config.php'),(17039,'wp-content/plugins/w3-total-cache/lib/Google/Exception.php'),(17040,'wp-content/plugins/w3-total-cache/lib/Google/Http/Batch.php'),(17041,'wp-content/plugins/w3-total-cache/lib/Google/Http/CacheParser.php'),(17042,'wp-content/plugins/w3-total-cache/lib/Google/Http/MediaFileUpload.php'),(17043,'wp-content/plugins/w3-total-cache/lib/Google/Http/REST.php'),(17044,'wp-content/plugins/w3-total-cache/lib/Google/Http/Request.php'),(17045,'wp-content/plugins/w3-total-cache/lib/Google/IO/Abstract.php'),(17046,'wp-content/plugins/w3-total-cache/lib/Google/IO/Curl.php'),(17047,'wp-content/plugins/w3-total-cache/lib/Google/IO/Exception.php'),(17048,'wp-content/plugins/w3-total-cache/lib/Google/IO/Stream.php'),(17049,'wp-content/plugins/w3-total-cache/lib/Google/IO/cacerts.pem'),(17050,'wp-content/plugins/w3-total-cache/lib/Google/Model.php'),(17051,'wp-content/plugins/w3-total-cache/lib/Google/Service/Drive.php'),(17052,'wp-content/plugins/w3-total-cache/lib/Google/Service/Exception.php'),(17053,'wp-content/plugins/w3-total-cache/lib/Google/Service/Oauth2.php'),(17054,'wp-content/plugins/w3-total-cache/lib/Google/Service/Resource.php'),(17055,'wp-content/plugins/w3-total-cache/lib/Google/Service.php'),(17056,'wp-content/plugins/w3-total-cache/lib/Google/Signer/Abstract.php'),(17057,'wp-content/plugins/w3-total-cache/lib/Google/Signer/P12.php'),(17058,'wp-content/plugins/w3-total-cache/lib/Google/Utils/URITemplate.php'),(17059,'wp-content/plugins/w3-total-cache/lib/Google/Utils.php'),(17060,'wp-content/plugins/w3-total-cache/lib/Google/Verifier/Abstract.php'),(17061,'wp-content/plugins/w3-total-cache/lib/Google/Verifier/Pem.php'),(17062,'wp-content/plugins/w3-total-cache/lib/Minify/DooDigestAuth.php'),(17063,'wp-content/plugins/w3-total-cache/lib/Minify/HTTP/ConditionalGet.php'),(17064,'wp-content/plugins/w3-total-cache/lib/Minify/HTTP/Encoder.php'),(17065,'wp-content/plugins/w3-total-cache/lib/Minify/HTTP/index.html'),(17066,'wp-content/plugins/w3-total-cache/lib/Minify/JSMin.php'),(17067,'wp-content/plugins/w3-total-cache/lib/Minify/JSMinPlus.php'),(17068,'wp-content/plugins/w3-total-cache/lib/Minify/Minify/Build.php'),(17069,'wp-content/plugins/w3-total-cache/lib/Minify/Minify/CSS/Compressor.php'),(17070,'wp-content/plugins/w3-total-cache/lib/Minify/Minify/CSS/UriRewriter.php'),(17071,'wp-content/plugins/w3-total-cache/lib/Minify/Minify/CSS/index.html'),(17072,'wp-content/plugins/w3-total-cache/lib/Minify/Minify/CSS.php'),(17073,'wp-content/plugins/w3-total-cache/lib/Minify/Minify/CSSTidy.php'),(17074,'wp-content/plugins/w3-total-cache/lib/Minify/Minify/Cache/File.php'),(17075,'wp-content/plugins/w3-total-cache/lib/Minify/Minify/Cache/W3TCDerived.php'),(17076,'wp-content/plugins/w3-total-cache/lib/Minify/Minify/Cache/ZendPlatform.php'),(17077,'wp-content/plugins/w3-total-cache/lib/Minify/Minify/Cache/index.html'),(17078,'wp-content/plugins/w3-total-cache/lib/Minify/Minify/ClosureCompiler.php'),(17079,'wp-content/plugins/w3-total-cache/lib/Minify/Minify/CombineOnly.php'),(17080,'wp-content/plugins/w3-total-cache/lib/Minify/Minify/CommentPreserver.php'),(17081,'wp-content/plugins/w3-total-cache/lib/Minify/Minify/Controller/Base.php'),(17082,'wp-content/plugins/w3-total-cache/lib/Minify/Minify/Controller/Files.php'),(17083,'wp-content/plugins/w3-total-cache/lib/Minify/Minify/Controller/Groups.php'),(17084,'wp-content/plugins/w3-total-cache/lib/Minify/Minify/Controller/MinApp.php'),(17085,'wp-content/plugins/w3-total-cache/lib/Minify/Minify/Controller/Page.php'),(17086,'wp-content/plugins/w3-total-cache/lib/Minify/Minify/Controller/Version1.php'),(17087,'wp-content/plugins/w3-total-cache/lib/Minify/Minify/Controller/index.html'),(17088,'wp-content/plugins/w3-total-cache/lib/Minify/Minify/DebugDetector.php'),(17089,'wp-content/plugins/w3-total-cache/lib/Minify/Minify/HTML/Helper.php'),(17090,'wp-content/plugins/w3-total-cache/lib/Minify/Minify/HTML.php'),(17091,'wp-content/plugins/w3-total-cache/lib/Minify/Minify/HTMLTidy.php'),(17092,'wp-content/plugins/w3-total-cache/lib/Minify/Minify/IgnoredCommentPreserver.php'),(17093,'wp-content/plugins/w3-total-cache/lib/Minify/Minify/ImportProcessor.php'),(17094,'wp-content/plugins/w3-total-cache/lib/Minify/Minify/Inline/CSS.php'),(17095,'wp-content/plugins/w3-total-cache/lib/Minify/Minify/Inline/JavaScript.php'),(17096,'wp-content/plugins/w3-total-cache/lib/Minify/Minify/Inline/index.html'),(17097,'wp-content/plugins/w3-total-cache/lib/Minify/Minify/Inline.php'),(17098,'wp-content/plugins/w3-total-cache/lib/Minify/Minify/JS/ClosureCompiler.php'),(17099,'wp-content/plugins/w3-total-cache/lib/Minify/Minify/Lines.php'),(17100,'wp-content/plugins/w3-total-cache/lib/Minify/Minify/Loader.php'),(17101,'wp-content/plugins/w3-total-cache/lib/Minify/Minify/Logger.php'),(17102,'wp-content/plugins/w3-total-cache/lib/Minify/Minify/Packer.php'),(17103,'wp-content/plugins/w3-total-cache/lib/Minify/Minify/Source.php'),(17104,'wp-content/plugins/w3-total-cache/lib/Minify/Minify/YUI/CssCompressor.java'),(17105,'wp-content/plugins/w3-total-cache/lib/Minify/Minify/YUI/CssCompressor.php'),(17106,'wp-content/plugins/w3-total-cache/lib/Minify/Minify/YUICompressor.php'),(17107,'wp-content/plugins/w3-total-cache/lib/Minify/Minify/index.html'),(17108,'wp-content/plugins/w3-total-cache/lib/Minify/Minify.php'),(17109,'wp-content/plugins/w3-total-cache/lib/Minify/YUI-CSS-compressor-PHP-port-4.1.0/Colors.php'),(17110,'wp-content/plugins/w3-total-cache/lib/Minify/YUI-CSS-compressor-PHP-port-4.1.0/Command.php'),(17111,'wp-content/plugins/w3-total-cache/lib/Minify/YUI-CSS-compressor-PHP-port-4.1.0/Minifier.php'),(17112,'wp-content/plugins/w3-total-cache/lib/Minify/YUI-CSS-compressor-PHP-port-4.1.0/Utils.php'),(17113,'wp-content/plugins/w3-total-cache/lib/Minify/index.html'),(17114,'wp-content/plugins/w3-total-cache/lib/NetDNA/NetDNA.php'),(17115,'wp-content/plugins/w3-total-cache/lib/NetDNA/NetDNAPresentation.php'),(17116,'wp-content/plugins/w3-total-cache/lib/NetDNA/W3tcWpHttpException.php'),(17117,'wp-content/plugins/w3-total-cache/lib/NewRelic/NewRelicAPI.php'),(17118,'wp-content/plugins/w3-total-cache/lib/NewRelic/NewRelicWrapper.php'),(17119,'wp-content/plugins/w3-total-cache/lib/Nusoap/class.nusoap_base.php'),(17120,'wp-content/plugins/w3-total-cache/lib/Nusoap/class.soap_fault.php'),(17121,'wp-content/plugins/w3-total-cache/lib/Nusoap/class.soap_parser.php'),(17122,'wp-content/plugins/w3-total-cache/lib/Nusoap/class.soap_transport_http.php'),(17123,'wp-content/plugins/w3-total-cache/lib/Nusoap/class.soap_val.php'),(17124,'wp-content/plugins/w3-total-cache/lib/Nusoap/class.soapclient.php'),(17125,'wp-content/plugins/w3-total-cache/lib/Nusoap/class.wsdl.php'),(17126,'wp-content/plugins/w3-total-cache/lib/Nusoap/class.wsdlcache.php'),(17127,'wp-content/plugins/w3-total-cache/lib/Nusoap/class.xmlschema.php'),(17128,'wp-content/plugins/w3-total-cache/lib/Nusoap/index.html'),(17129,'wp-content/plugins/w3-total-cache/lib/Nusoap/nusoap.php'),(17130,'wp-content/plugins/w3-total-cache/lib/OAuth/W3tcOAuth.php'),(17131,'wp-content/plugins/w3-total-cache/lib/S3Compatible.php'),(17132,'wp-content/plugins/w3-total-cache/lib/SNS/README.md'),(17133,'wp-content/plugins/w3-total-cache/lib/SNS/lib/requestcore/LICENSE'),(17134,'wp-content/plugins/w3-total-cache/lib/SNS/lib/requestcore/README.md'),(17135,'wp-content/plugins/w3-total-cache/lib/SNS/lib/requestcore/cacert.pem'),(17136,'wp-content/plugins/w3-total-cache/lib/SNS/lib/requestcore/requestcore.class.php'),(17137,'wp-content/plugins/w3-total-cache/lib/SNS/sdk.class.php'),(17138,'wp-content/plugins/w3-total-cache/lib/SNS/services/MessageValidator/Message.php'),(17139,'wp-content/plugins/w3-total-cache/lib/SNS/services/MessageValidator/MessageValidator.php'),(17140,'wp-content/plugins/w3-total-cache/lib/SNS/services/MessageValidator/sns-exceptions.php'),(17141,'wp-content/plugins/w3-total-cache/lib/SNS/services/sns.class.php'),(17142,'wp-content/plugins/w3-total-cache/lib/SNS/utilities/request.class.php'),(17143,'wp-content/plugins/w3-total-cache/lib/SNS/utilities/response.class.php'),(17144,'wp-content/plugins/w3-total-cache/lib/SNS/utilities/simplexml.class.php'),(17145,'wp-content/plugins/w3-total-cache/lib/SNS/utilities/utilities.class.php'),(17146,'wp-content/plugins/w3-total-cache/lib/index.html'),(17147,'wp-content/plugins/w3-total-cache/press.txt'),(17148,'wp-content/plugins/w3-total-cache/pub/css/error.css'),(17149,'wp-content/plugins/w3-total-cache/pub/css/index.html'),(17150,'wp-content/plugins/w3-total-cache/pub/css/lightbox.css'),(17151,'wp-content/plugins/w3-total-cache/pub/css/options.css'),(17152,'wp-content/plugins/w3-total-cache/pub/css/popup.css'),(17153,'wp-content/plugins/w3-total-cache/pub/css/widget.css'),(17154,'wp-content/plugins/w3-total-cache/pub/fonts/source-a.svg'),(17155,'wp-content/plugins/w3-total-cache/pub/fonts/w3tc.eot'),(17156,'wp-content/plugins/w3-total-cache/pub/fonts/w3tc.svg'),(17157,'wp-content/plugins/w3-total-cache/pub/fonts/w3tc.ttf'),(17158,'wp-content/plugins/w3-total-cache/pub/fonts/w3tc.woff'),(17159,'wp-content/plugins/w3-total-cache/pub/img/W3TC_dashboard_logo_title-retina.png'),(17160,'wp-content/plugins/w3-total-cache/pub/img/W3TC_dashboard_logo_title.png'),(17161,'wp-content/plugins/w3-total-cache/pub/img/button-grad-active.png'),(17162,'wp-content/plugins/w3-total-cache/pub/img/button-grad.png'),(17163,'wp-content/plugins/w3-total-cache/pub/img/cdn-highwinds-logo.png'),(17164,'wp-content/plugins/w3-total-cache/pub/img/close.png'),(17165,'wp-content/plugins/w3-total-cache/pub/img/google-logo.png'),(17166,'wp-content/plugins/w3-total-cache/pub/img/index.html'),(17167,'wp-content/plugins/w3-total-cache/pub/img/open.png'),(17168,'wp-content/plugins/w3-total-cache/pub/img/overlay/ceo.png'),(17169,'wp-content/plugins/w3-total-cache/pub/img/overlay/gray-check.png'),(17170,'wp-content/plugins/w3-total-cache/pub/img/overlay/list-check.png'),(17171,'wp-content/plugins/w3-total-cache/pub/img/overlay/lite-gray-check.png'),(17172,'wp-content/plugins/w3-total-cache/pub/img/overlay/lock.png'),(17173,'wp-content/plugins/w3-total-cache/pub/img/overlay/overlay-close.png'),(17174,'wp-content/plugins/w3-total-cache/pub/img/overlay/overlay-down-arrow.png'),(17175,'wp-content/plugins/w3-total-cache/pub/img/overlay/overlay-logo.png'),(17176,'wp-content/plugins/w3-total-cache/pub/img/overlay/save-close.png'),(17177,'wp-content/plugins/w3-total-cache/pub/img/overlay/select-arrow.png'),(17178,'wp-content/plugins/w3-total-cache/pub/img/overlay/twitter-bird-dark-bgs.png'),(17179,'wp-content/plugins/w3-total-cache/pub/img/overlay/wordpress-logo-simplified-rgb.png'),(17180,'wp-content/plugins/w3-total-cache/pub/img/ps_bar.gif'),(17181,'wp-content/plugins/w3-total-cache/pub/img/ps_grad.gif'),(17182,'wp-content/plugins/w3-total-cache/pub/img/ps_scores.png'),(17183,'wp-content/plugins/w3-total-cache/pub/img/sidebar-background.png'),(17184,'wp-content/plugins/w3-total-cache/pub/img/stats-bg.png'),(17185,'wp-content/plugins/w3-total-cache/pub/img/usage-statistics-widget.png'),(17186,'wp-content/plugins/w3-total-cache/pub/img/w3tc_google-logo-retina.png'),(17187,'wp-content/plugins/w3-total-cache/pub/img/w3tc_google-logo.png'),(17188,'wp-content/plugins/w3-total-cache/pub/img/w3tc_maxcdn-logo-retina.png'),(17189,'wp-content/plugins/w3-total-cache/pub/img/w3tc_maxcdn-logo.png'),(17190,'wp-content/plugins/w3-total-cache/pub/img/w3tc_netdna-logo-retina.png'),(17191,'wp-content/plugins/w3-total-cache/pub/img/w3tc_netdna-logo.png'),(17192,'wp-content/plugins/w3-total-cache/pub/img/w3tc_newrelic-logo-retina.png'),(17193,'wp-content/plugins/w3-total-cache/pub/img/w3tc_newrelic-logo.png'),(17194,'wp-content/plugins/w3-total-cache/pub/img/w3tc_stackpath_logo.svg'),(17195,'wp-content/plugins/w3-total-cache/pub/img/w3tc_swarmify-logo-retina.png'),(17196,'wp-content/plugins/w3-total-cache/pub/img/w3tc_swarmify-logo.png'),(17197,'wp-content/plugins/w3-total-cache/pub/img/w3tc_w3edge-logo-retina.png'),(17198,'wp-content/plugins/w3-total-cache/pub/img/w3tc_w3edge-logo.png'),(17199,'wp-content/plugins/w3-total-cache/pub/img/w3tc_w3tc-logo-retina.png'),(17200,'wp-content/plugins/w3-total-cache/pub/img/w3tc_w3tc-logo.png'),(17201,'wp-content/plugins/w3-total-cache/pub/img/white-grad-active.png'),(17202,'wp-content/plugins/w3-total-cache/pub/img/white-grad.png'),(17203,'wp-content/plugins/w3-total-cache/pub/img/wpspin_light.gif'),(17204,'wp-content/plugins/w3-total-cache/pub/index.html'),(17205,'wp-content/plugins/w3-total-cache/pub/js/chartjs.min.js'),(17206,'wp-content/plugins/w3-total-cache/pub/js/index.html'),(17207,'wp-content/plugins/w3-total-cache/pub/js/jquery.masonry.min.js'),(17208,'wp-content/plugins/w3-total-cache/pub/js/lightbox.js'),(17209,'wp-content/plugins/w3-total-cache/pub/js/metadata.js'),(17210,'wp-content/plugins/w3-total-cache/pub/js/options.js'),(17211,'wp-content/plugins/w3-total-cache/pub/js/popup.js'),(17212,'wp-content/plugins/w3-total-cache/pub/js/widget.js'),(17213,'wp-content/plugins/w3-total-cache/pub/opcache.php'),(17214,'wp-content/plugins/w3-total-cache/pub/sns.php'),(17215,'wp-content/plugins/w3-total-cache/readme.txt'),(17216,'wp-content/plugins/w3-total-cache/w3-total-cache-api.php'),(17217,'wp-content/plugins/w3-total-cache/w3-total-cache-old-php.php'),(17218,'wp-content/plugins/w3-total-cache/w3-total-cache.php'),(17219,'wp-content/plugins/w3-total-cache/wp-content/advanced-cache.php'),(17220,'wp-content/plugins/w3-total-cache/wp-content/db.php'),(17221,'wp-content/plugins/w3-total-cache/wp-content/index.html'),(17222,'wp-content/plugins/w3-total-cache/wp-content/object-cache.php'),(17223,'wp-content/plugins/woo-gutenberg-products-block/assets/css/abstracts/_breakpoints.scss'),(17224,'wp-content/plugins/woo-gutenberg-products-block/assets/css/abstracts/_colors.scss'),(17225,'wp-content/plugins/woo-gutenberg-products-block/assets/css/abstracts/_mixins.scss'),(17226,'wp-content/plugins/woo-gutenberg-products-block/assets/css/abstracts/_variables.scss'),(17227,'wp-content/plugins/woo-gutenberg-products-block/assets/css/editor.scss'),(17228,'wp-content/plugins/woo-gutenberg-products-block/assets/css/style.scss'),(17229,'wp-content/plugins/woo-gutenberg-products-block/assets/js/base/components/label/index.js'),(17230,'wp-content/plugins/woo-gutenberg-products-block/assets/js/base/components/label/test/__snapshots__/index.js.snap'),(17231,'wp-content/plugins/woo-gutenberg-products-block/assets/js/base/components/label/test/index.js'),(17232,'wp-content/plugins/woo-gutenberg-products-block/assets/js/base/components/load-more-button/index.js'),(17233,'wp-content/plugins/woo-gutenberg-products-block/assets/js/base/components/load-more-button/style.scss'),(17234,'wp-content/plugins/woo-gutenberg-products-block/assets/js/base/components/order-select/index.js'),(17235,'wp-content/plugins/woo-gutenberg-products-block/assets/js/base/components/order-select/style.scss'),(17236,'wp-content/plugins/woo-gutenberg-products-block/assets/js/base/components/read-more/index.js'),(17237,'wp-content/plugins/woo-gutenberg-products-block/assets/js/base/components/read-more/test/index.js'),(17238,'wp-content/plugins/woo-gutenberg-products-block/assets/js/base/components/read-more/utils.js'),(17239,'wp-content/plugins/woo-gutenberg-products-block/assets/js/base/components/review-list/index.js'),(17240,'wp-content/plugins/woo-gutenberg-products-block/assets/js/base/components/review-list/style.scss'),(17241,'wp-content/plugins/woo-gutenberg-products-block/assets/js/base/components/review-list-item/index.js'),(17242,'wp-content/plugins/woo-gutenberg-products-block/assets/js/base/components/review-list-item/style.scss'),(17243,'wp-content/plugins/woo-gutenberg-products-block/assets/js/base/components/review-order-select/index.js'),(17244,'wp-content/plugins/woo-gutenberg-products-block/assets/js/base/components/review-order-select/style.scss'),(17245,'wp-content/plugins/woo-gutenberg-products-block/assets/js/base/hocs/test/with-reviews.js'),(17246,'wp-content/plugins/woo-gutenberg-products-block/assets/js/base/hocs/with-component-id.js'),(17247,'wp-content/plugins/woo-gutenberg-products-block/assets/js/base/hocs/with-reviews.js'),(17248,'wp-content/plugins/woo-gutenberg-products-block/assets/js/blocks/featured-category/block.js'),(17249,'wp-content/plugins/woo-gutenberg-products-block/assets/js/blocks/featured-category/editor.scss'),(17250,'wp-content/plugins/woo-gutenberg-products-block/assets/js/blocks/featured-category/index.js'),(17251,'wp-content/plugins/woo-gutenberg-products-block/assets/js/blocks/featured-category/style.scss'),(17252,'wp-content/plugins/woo-gutenberg-products-block/assets/js/blocks/featured-category/utils.js'),(17253,'wp-content/plugins/woo-gutenberg-products-block/assets/js/blocks/featured-product/block.js'),(17254,'wp-content/plugins/woo-gutenberg-products-block/assets/js/blocks/featured-product/editor.scss'),(17255,'wp-content/plugins/woo-gutenberg-products-block/assets/js/blocks/featured-product/index.js'),(17256,'wp-content/plugins/woo-gutenberg-products-block/assets/js/blocks/featured-product/style.scss'),(17257,'wp-content/plugins/woo-gutenberg-products-block/assets/js/blocks/featured-product/utils.js'),(17258,'wp-content/plugins/woo-gutenberg-products-block/assets/js/blocks/handpicked-products/block.js'),(17259,'wp-content/plugins/woo-gutenberg-products-block/assets/js/blocks/handpicked-products/editor.scss'),(17260,'wp-content/plugins/woo-gutenberg-products-block/assets/js/blocks/handpicked-products/index.js'),(17261,'wp-content/plugins/woo-gutenberg-products-block/assets/js/blocks/product-best-sellers/block.js'),(17262,'wp-content/plugins/woo-gutenberg-products-block/assets/js/blocks/product-best-sellers/index.js'),(17263,'wp-content/plugins/woo-gutenberg-products-block/assets/js/blocks/product-categories/block.js'),(17264,'wp-content/plugins/woo-gutenberg-products-block/assets/js/blocks/product-categories/edit.js'),(17265,'wp-content/plugins/woo-gutenberg-products-block/assets/js/blocks/product-categories/editor.scss'),(17266,'wp-content/plugins/woo-gutenberg-products-block/assets/js/blocks/product-categories/frontend.js'),(17267,'wp-content/plugins/woo-gutenberg-products-block/assets/js/blocks/product-categories/get-categories.js'),(17268,'wp-content/plugins/woo-gutenberg-products-block/assets/js/blocks/product-categories/hierarchy.js'),(17269,'wp-content/plugins/woo-gutenberg-products-block/assets/js/blocks/product-categories/index.js'),(17270,'wp-content/plugins/woo-gutenberg-products-block/assets/js/blocks/product-categories/style.scss'),(17271,'wp-content/plugins/woo-gutenberg-products-block/assets/js/blocks/product-category/block.js'),(17272,'wp-content/plugins/woo-gutenberg-products-block/assets/js/blocks/product-category/editor.scss'),(17273,'wp-content/plugins/woo-gutenberg-products-block/assets/js/blocks/product-category/index.js'),(17274,'wp-content/plugins/woo-gutenberg-products-block/assets/js/blocks/product-new/block.js'),(17275,'wp-content/plugins/woo-gutenberg-products-block/assets/js/blocks/product-new/index.js'),(17276,'wp-content/plugins/woo-gutenberg-products-block/assets/js/blocks/product-on-sale/block.js'),(17277,'wp-content/plugins/woo-gutenberg-products-block/assets/js/blocks/product-on-sale/index.js'),(17278,'wp-content/plugins/woo-gutenberg-products-block/assets/js/blocks/product-search/block.js'),(17279,'wp-content/plugins/woo-gutenberg-products-block/assets/js/blocks/product-search/editor.scss'),(17280,'wp-content/plugins/woo-gutenberg-products-block/assets/js/blocks/product-search/index.js'),(17281,'wp-content/plugins/woo-gutenberg-products-block/assets/js/blocks/product-search/style.scss'),(17282,'wp-content/plugins/woo-gutenberg-products-block/assets/js/blocks/product-tag/block.js'),(17283,'wp-content/plugins/woo-gutenberg-products-block/assets/js/blocks/product-tag/editor.scss'),(17284,'wp-content/plugins/woo-gutenberg-products-block/assets/js/blocks/product-tag/index.js'),(17285,'wp-content/plugins/woo-gutenberg-products-block/assets/js/blocks/product-top-rated/block.js'),(17286,'wp-content/plugins/woo-gutenberg-products-block/assets/js/blocks/product-top-rated/index.js'),(17287,'wp-content/plugins/woo-gutenberg-products-block/assets/js/blocks/products-by-attribute/block.js'),(17288,'wp-content/plugins/woo-gutenberg-products-block/assets/js/blocks/products-by-attribute/editor.scss'),(17289,'wp-content/plugins/woo-gutenberg-products-block/assets/js/blocks/products-by-attribute/index.js'),(17290,'wp-content/plugins/woo-gutenberg-products-block/assets/js/blocks/reviews/all-reviews/edit.js'),(17291,'wp-content/plugins/woo-gutenberg-products-block/assets/js/blocks/reviews/all-reviews/index.js'),(17292,'wp-content/plugins/woo-gutenberg-products-block/assets/js/blocks/reviews/all-reviews/no-reviews-placeholder.js'),(17293,'wp-content/plugins/woo-gutenberg-products-block/assets/js/blocks/reviews/attributes.js'),(17294,'wp-content/plugins/woo-gutenberg-products-block/assets/js/blocks/reviews/edit-utils.js'),(17295,'wp-content/plugins/woo-gutenberg-products-block/assets/js/blocks/reviews/editor-block.js'),(17296,'wp-content/plugins/woo-gutenberg-products-block/assets/js/blocks/reviews/editor-container-block.js'),(17297,'wp-content/plugins/woo-gutenberg-products-block/assets/js/blocks/reviews/editor.scss'),(17298,'wp-content/plugins/woo-gutenberg-products-block/assets/js/blocks/reviews/frontend-block.js'),(17299,'wp-content/plugins/woo-gutenberg-products-block/assets/js/blocks/reviews/frontend-container-block.js'),(17300,'wp-content/plugins/woo-gutenberg-products-block/assets/js/blocks/reviews/frontend.js'),(17301,'wp-content/plugins/woo-gutenberg-products-block/assets/js/blocks/reviews/reviews-by-category/edit.js'),(17302,'wp-content/plugins/woo-gutenberg-products-block/assets/js/blocks/reviews/reviews-by-category/index.js'),(17303,'wp-content/plugins/woo-gutenberg-products-block/assets/js/blocks/reviews/reviews-by-category/no-reviews-placeholder.js'),(17304,'wp-content/plugins/woo-gutenberg-products-block/assets/js/blocks/reviews/reviews-by-product/edit.js'),(17305,'wp-content/plugins/woo-gutenberg-products-block/assets/js/blocks/reviews/reviews-by-product/index.js'),(17306,'wp-content/plugins/woo-gutenberg-products-block/assets/js/blocks/reviews/reviews-by-product/no-reviews-placeholder.js'),(17307,'wp-content/plugins/woo-gutenberg-products-block/assets/js/blocks/reviews/save.js'),(17308,'wp-content/plugins/woo-gutenberg-products-block/assets/js/blocks/reviews/utils.js'),(17309,'wp-content/plugins/woo-gutenberg-products-block/assets/js/components/api-error-placeholder/index.js'),(17310,'wp-content/plugins/woo-gutenberg-products-block/assets/js/components/grid-content-control/index.js'),(17311,'wp-content/plugins/woo-gutenberg-products-block/assets/js/components/grid-layout-control/index.js'),(17312,'wp-content/plugins/woo-gutenberg-products-block/assets/js/components/icons/all-reviews.js'),(17313,'wp-content/plugins/woo-gutenberg-products-block/assets/js/components/icons/checkbox-checked.js'),(17314,'wp-content/plugins/woo-gutenberg-products-block/assets/js/components/icons/checkbox-unchecked.js'),(17315,'wp-content/plugins/woo-gutenberg-products-block/assets/js/components/icons/folder-star.js'),(17316,'wp-content/plugins/woo-gutenberg-products-block/assets/js/components/icons/folder.js'),(17317,'wp-content/plugins/woo-gutenberg-products-block/assets/js/components/icons/index.js'),(17318,'wp-content/plugins/woo-gutenberg-products-block/assets/js/components/icons/new-releases.js'),(17319,'wp-content/plugins/woo-gutenberg-products-block/assets/js/components/icons/radio-selected.js'),(17320,'wp-content/plugins/woo-gutenberg-products-block/assets/js/components/icons/radio-unselected.js'),(17321,'wp-content/plugins/woo-gutenberg-products-block/assets/js/components/icons/reviews-by-category.js'),(17322,'wp-content/plugins/woo-gutenberg-products-block/assets/js/components/icons/reviews-by-product.js'),(17323,'wp-content/plugins/woo-gutenberg-products-block/assets/js/components/icons/widgets.js'),(17324,'wp-content/plugins/woo-gutenberg-products-block/assets/js/components/icons/woo.js'),(17325,'wp-content/plugins/woo-gutenberg-products-block/assets/js/components/product-attribute-control/index.js'),(17326,'wp-content/plugins/woo-gutenberg-products-block/assets/js/components/product-attribute-control/style.scss'),(17327,'wp-content/plugins/woo-gutenberg-products-block/assets/js/components/product-category-control/index.js'),(17328,'wp-content/plugins/woo-gutenberg-products-block/assets/js/components/product-category-control/style.scss'),(17329,'wp-content/plugins/woo-gutenberg-products-block/assets/js/components/product-control/index.js'),(17330,'wp-content/plugins/woo-gutenberg-products-block/assets/js/components/product-control/style.scss'),(17331,'wp-content/plugins/woo-gutenberg-products-block/assets/js/components/product-orderby-control/index.js'),(17332,'wp-content/plugins/woo-gutenberg-products-block/assets/js/components/product-preview/index.js'),(17333,'wp-content/plugins/woo-gutenberg-products-block/assets/js/components/product-preview/style.scss'),(17334,'wp-content/plugins/woo-gutenberg-products-block/assets/js/components/product-preview/test/__snapshots__/index.js.snap'),(17335,'wp-content/plugins/woo-gutenberg-products-block/assets/js/components/product-preview/test/index.js'),(17336,'wp-content/plugins/woo-gutenberg-products-block/assets/js/components/product-tag-control/index.js'),(17337,'wp-content/plugins/woo-gutenberg-products-block/assets/js/components/product-tag-control/style.scss'),(17338,'wp-content/plugins/woo-gutenberg-products-block/assets/js/components/products-control/index.js'),(17339,'wp-content/plugins/woo-gutenberg-products-block/assets/js/components/toggle-button-control/index.js'),(17340,'wp-content/plugins/woo-gutenberg-products-block/assets/js/components/toggle-button-control/screenshot.png'),(17341,'wp-content/plugins/woo-gutenberg-products-block/assets/js/components/toggle-button-control/style.scss'),(17342,'wp-content/plugins/woo-gutenberg-products-block/assets/js/components/utils/index.js'),(17343,'wp-content/plugins/woo-gutenberg-products-block/assets/js/hocs/index.js'),(17344,'wp-content/plugins/woo-gutenberg-products-block/assets/js/hocs/test/with-product.js'),(17345,'wp-content/plugins/woo-gutenberg-products-block/assets/js/hocs/test/with-searched-products.js'),(17346,'wp-content/plugins/woo-gutenberg-products-block/assets/js/hocs/with-category.js'),(17347,'wp-content/plugins/woo-gutenberg-products-block/assets/js/hocs/with-product.js'),(17348,'wp-content/plugins/woo-gutenberg-products-block/assets/js/hocs/with-searched-products.js'),(17349,'wp-content/plugins/woo-gutenberg-products-block/assets/js/index.js'),(17350,'wp-content/plugins/woo-gutenberg-products-block/assets/js/settings/blocks/endpoints.js'),(17351,'wp-content/plugins/woo-gutenberg-products-block/assets/js/settings/blocks/index.js'),(17352,'wp-content/plugins/woo-gutenberg-products-block/assets/js/settings/shared/currency.js'),(17353,'wp-content/plugins/woo-gutenberg-products-block/assets/js/settings/shared/index.js'),(17354,'wp-content/plugins/woo-gutenberg-products-block/assets/js/utils/deprecations.js'),(17355,'wp-content/plugins/woo-gutenberg-products-block/assets/js/utils/get-query.js'),(17356,'wp-content/plugins/woo-gutenberg-products-block/assets/js/utils/get-shortcode.js'),(17357,'wp-content/plugins/woo-gutenberg-products-block/assets/js/utils/products.js'),(17358,'wp-content/plugins/woo-gutenberg-products-block/assets/js/utils/shared-attributes.js'),(17359,'wp-content/plugins/woo-gutenberg-products-block/assets/js/utils/test/get-query.js'),(17360,'wp-content/plugins/woo-gutenberg-products-block/assets/js/utils/test/products.js'),(17361,'wp-content/plugins/woo-gutenberg-products-block/build/all-reviews.deps.json'),(17362,'wp-content/plugins/woo-gutenberg-products-block/build/all-reviews.js'),(17363,'wp-content/plugins/woo-gutenberg-products-block/build/blocks.deps.json'),(17364,'wp-content/plugins/woo-gutenberg-products-block/build/blocks.js'),(17365,'wp-content/plugins/woo-gutenberg-products-block/build/editor.css'),(17366,'wp-content/plugins/woo-gutenberg-products-block/build/featured-category.deps.json'),(17367,'wp-content/plugins/woo-gutenberg-products-block/build/featured-category.js'),(17368,'wp-content/plugins/woo-gutenberg-products-block/build/featured-product.deps.json'),(17369,'wp-content/plugins/woo-gutenberg-products-block/build/featured-product.js'),(17370,'wp-content/plugins/woo-gutenberg-products-block/build/handpicked-products.deps.json'),(17371,'wp-content/plugins/woo-gutenberg-products-block/build/handpicked-products.js'),(17372,'wp-content/plugins/woo-gutenberg-products-block/build/product-best-sellers.deps.json'),(17373,'wp-content/plugins/woo-gutenberg-products-block/build/product-best-sellers.js'),(17374,'wp-content/plugins/woo-gutenberg-products-block/build/product-categories-frontend.deps.json'),(17375,'wp-content/plugins/woo-gutenberg-products-block/build/product-categories-frontend.js'),(17376,'wp-content/plugins/woo-gutenberg-products-block/build/product-categories.deps.json'),(17377,'wp-content/plugins/woo-gutenberg-products-block/build/product-categories.js'),(17378,'wp-content/plugins/woo-gutenberg-products-block/build/product-category.deps.json'),(17379,'wp-content/plugins/woo-gutenberg-products-block/build/product-category.js'),(17380,'wp-content/plugins/woo-gutenberg-products-block/build/product-new.deps.json'),(17381,'wp-content/plugins/woo-gutenberg-products-block/build/product-new.js'),(17382,'wp-content/plugins/woo-gutenberg-products-block/build/product-on-sale.deps.json'),(17383,'wp-content/plugins/woo-gutenberg-products-block/build/product-on-sale.js'),(17384,'wp-content/plugins/woo-gutenberg-products-block/build/product-search.deps.json'),(17385,'wp-content/plugins/woo-gutenberg-products-block/build/product-search.js'),(17386,'wp-content/plugins/woo-gutenberg-products-block/build/product-tag.deps.json'),(17387,'wp-content/plugins/woo-gutenberg-products-block/build/product-tag.js'),(17388,'wp-content/plugins/woo-gutenberg-products-block/build/product-top-rated.deps.json'),(17389,'wp-content/plugins/woo-gutenberg-products-block/build/product-top-rated.js'),(17390,'wp-content/plugins/woo-gutenberg-products-block/build/products-by-attribute.deps.json'),(17391,'wp-content/plugins/woo-gutenberg-products-block/build/products-by-attribute.js'),(17392,'wp-content/plugins/woo-gutenberg-products-block/build/reviews-by-category.deps.json'),(17393,'wp-content/plugins/woo-gutenberg-products-block/build/reviews-by-category.js'),(17394,'wp-content/plugins/woo-gutenberg-products-block/build/reviews-by-product.deps.json'),(17395,'wp-content/plugins/woo-gutenberg-products-block/build/reviews-by-product.js'),(17396,'wp-content/plugins/woo-gutenberg-products-block/build/reviews-frontend.deps.json'),(17397,'wp-content/plugins/woo-gutenberg-products-block/build/reviews-frontend.js'),(17398,'wp-content/plugins/woo-gutenberg-products-block/build/style.css'),(17399,'wp-content/plugins/woo-gutenberg-products-block/build/vendors.js'),(17400,'wp-content/plugins/woo-gutenberg-products-block/build/wc-block-settings.deps.json'),(17401,'wp-content/plugins/woo-gutenberg-products-block/build/wc-block-settings.js'),(17402,'wp-content/plugins/woo-gutenberg-products-block/build/wc-shared-settings.deps.json'),(17403,'wp-content/plugins/woo-gutenberg-products-block/build/wc-shared-settings.js'),(17404,'wp-content/plugins/woo-gutenberg-products-block/languages/woo-gutenberg-products-block-da_DK-15e4e3df51632e1ca1000ea405c14b95.json'),(17405,'wp-content/plugins/woo-gutenberg-products-block/languages/woo-gutenberg-products-block-da_DK-2674aecf6bb0c5be4f2454ea842be5f6.json'),(17406,'wp-content/plugins/woo-gutenberg-products-block/languages/woo-gutenberg-products-block-da_DK-3f1f6467892f2a342fddcfecdceeb2c3.json'),(17407,'wp-content/plugins/woo-gutenberg-products-block/languages/woo-gutenberg-products-block-da_DK-60078c7e1562999732d0d5d42648e5b8.json'),(17408,'wp-content/plugins/woo-gutenberg-products-block/languages/woo-gutenberg-products-block-da_DK-6e3d95eaf70621f822b845d5bcb2b3cf.json'),(17409,'wp-content/plugins/woo-gutenberg-products-block/languages/woo-gutenberg-products-block-da_DK-801633e5f64cc092aeb48a4c640fffe5.json'),(17410,'wp-content/plugins/woo-gutenberg-products-block/languages/woo-gutenberg-products-block-da_DK-84d4253d132f6c5c53fe25d03f5e9200.json'),(17411,'wp-content/plugins/woo-gutenberg-products-block/languages/woo-gutenberg-products-block-da_DK-91f7cd8fa1b168630fc2b3a54cbe410f.json'),(17412,'wp-content/plugins/woo-gutenberg-products-block/languages/woo-gutenberg-products-block-da_DK-a4caf5c468bc583ff7fc9a943d3dc348.json'),(17413,'wp-content/plugins/woo-gutenberg-products-block/languages/woo-gutenberg-products-block-da_DK-d748c5738d57b7518bef14f74456090e.json'),(17414,'wp-content/plugins/woo-gutenberg-products-block/languages/woo-gutenberg-products-block-da_DK-f9f323a7db976a4eafb44c35cc6d5e32.json'),(17415,'wp-content/plugins/woo-gutenberg-products-block/languages/woo-gutenberg-products-block-de_CH-15e4e3df51632e1ca1000ea405c14b95.json'),(17416,'wp-content/plugins/woo-gutenberg-products-block/languages/woo-gutenberg-products-block-de_CH-2674aecf6bb0c5be4f2454ea842be5f6.json'),(17417,'wp-content/plugins/woo-gutenberg-products-block/languages/woo-gutenberg-products-block-de_CH-3f1f6467892f2a342fddcfecdceeb2c3.json'),(17418,'wp-content/plugins/woo-gutenberg-products-block/languages/woo-gutenberg-products-block-de_CH-60078c7e1562999732d0d5d42648e5b8.json'),(17419,'wp-content/plugins/woo-gutenberg-products-block/languages/woo-gutenberg-products-block-de_CH-6e3d95eaf70621f822b845d5bcb2b3cf.json'),(17420,'wp-content/plugins/woo-gutenberg-products-block/languages/woo-gutenberg-products-block-de_CH-801633e5f64cc092aeb48a4c640fffe5.json'),(17421,'wp-content/plugins/woo-gutenberg-products-block/languages/woo-gutenberg-products-block-de_CH-84d4253d132f6c5c53fe25d03f5e9200.json'),(17422,'wp-content/plugins/woo-gutenberg-products-block/languages/woo-gutenberg-products-block-de_CH-91f7cd8fa1b168630fc2b3a54cbe410f.json'),(17423,'wp-content/plugins/woo-gutenberg-products-block/languages/woo-gutenberg-products-block-de_CH-a4caf5c468bc583ff7fc9a943d3dc348.json'),(17424,'wp-content/plugins/woo-gutenberg-products-block/languages/woo-gutenberg-products-block-de_CH-d748c5738d57b7518bef14f74456090e.json'),(17425,'wp-content/plugins/woo-gutenberg-products-block/languages/woo-gutenberg-products-block-de_CH-f9f323a7db976a4eafb44c35cc6d5e32.json'),(17426,'wp-content/plugins/woo-gutenberg-products-block/languages/woo-gutenberg-products-block-de_CH_informal-15e4e3df51632e1ca1000ea405c14b95.json'),(17427,'wp-content/plugins/woo-gutenberg-products-block/languages/woo-gutenberg-products-block-de_CH_informal-2674aecf6bb0c5be4f2454ea842be5f6.json'),(17428,'wp-content/plugins/woo-gutenberg-products-block/languages/woo-gutenberg-products-block-de_CH_informal-3f1f6467892f2a342fddcfecdceeb2c3.json'),(17429,'wp-content/plugins/woo-gutenberg-products-block/languages/woo-gutenberg-products-block-de_CH_informal-60078c7e1562999732d0d5d42648e5b8.json'),(17430,'wp-content/plugins/woo-gutenberg-products-block/languages/woo-gutenberg-products-block-de_CH_informal-6e3d95eaf70621f822b845d5bcb2b3cf.json'),(17431,'wp-content/plugins/woo-gutenberg-products-block/languages/woo-gutenberg-products-block-de_CH_informal-801633e5f64cc092aeb48a4c640fffe5.json'),(17432,'wp-content/plugins/woo-gutenberg-products-block/languages/woo-gutenberg-products-block-de_CH_informal-84d4253d132f6c5c53fe25d03f5e9200.json'),(17433,'wp-content/plugins/woo-gutenberg-products-block/languages/woo-gutenberg-products-block-de_CH_informal-91f7cd8fa1b168630fc2b3a54cbe410f.json'),(17434,'wp-content/plugins/woo-gutenberg-products-block/languages/woo-gutenberg-products-block-de_CH_informal-a4caf5c468bc583ff7fc9a943d3dc348.json'),(17435,'wp-content/plugins/woo-gutenberg-products-block/languages/woo-gutenberg-products-block-de_CH_informal-d748c5738d57b7518bef14f74456090e.json'),(17436,'wp-content/plugins/woo-gutenberg-products-block/languages/woo-gutenberg-products-block-de_CH_informal-f9f323a7db976a4eafb44c35cc6d5e32.json'),(17437,'wp-content/plugins/woo-gutenberg-products-block/languages/woo-gutenberg-products-block-de_DE-15e4e3df51632e1ca1000ea405c14b95.json'),(17438,'wp-content/plugins/woo-gutenberg-products-block/languages/woo-gutenberg-products-block-de_DE-2674aecf6bb0c5be4f2454ea842be5f6.json'),(17439,'wp-content/plugins/woo-gutenberg-products-block/languages/woo-gutenberg-products-block-de_DE-3f1f6467892f2a342fddcfecdceeb2c3.json'),(17440,'wp-content/plugins/woo-gutenberg-products-block/languages/woo-gutenberg-products-block-de_DE-60078c7e1562999732d0d5d42648e5b8.json'),(17441,'wp-content/plugins/woo-gutenberg-products-block/languages/woo-gutenberg-products-block-de_DE-6e3d95eaf70621f822b845d5bcb2b3cf.json'),(17442,'wp-content/plugins/woo-gutenberg-products-block/languages/woo-gutenberg-products-block-de_DE-801633e5f64cc092aeb48a4c640fffe5.json'),(17443,'wp-content/plugins/woo-gutenberg-products-block/languages/woo-gutenberg-products-block-de_DE-84d4253d132f6c5c53fe25d03f5e9200.json'),(17444,'wp-content/plugins/woo-gutenberg-products-block/languages/woo-gutenberg-products-block-de_DE-91f7cd8fa1b168630fc2b3a54cbe410f.json'),(17445,'wp-content/plugins/woo-gutenberg-products-block/languages/woo-gutenberg-products-block-de_DE-a4caf5c468bc583ff7fc9a943d3dc348.json'),(17446,'wp-content/plugins/woo-gutenberg-products-block/languages/woo-gutenberg-products-block-de_DE-d748c5738d57b7518bef14f74456090e.json'),(17447,'wp-content/plugins/woo-gutenberg-products-block/languages/woo-gutenberg-products-block-de_DE-f9f323a7db976a4eafb44c35cc6d5e32.json'),(17448,'wp-content/plugins/woo-gutenberg-products-block/languages/woo-gutenberg-products-block-de_DE_formal-15e4e3df51632e1ca1000ea405c14b95.json'),(17449,'wp-content/plugins/woo-gutenberg-products-block/languages/woo-gutenberg-products-block-de_DE_formal-2674aecf6bb0c5be4f2454ea842be5f6.json'),(17450,'wp-content/plugins/woo-gutenberg-products-block/languages/woo-gutenberg-products-block-de_DE_formal-3f1f6467892f2a342fddcfecdceeb2c3.json'),(17451,'wp-content/plugins/woo-gutenberg-products-block/languages/woo-gutenberg-products-block-de_DE_formal-60078c7e1562999732d0d5d42648e5b8.json'),(17452,'wp-content/plugins/woo-gutenberg-products-block/languages/woo-gutenberg-products-block-de_DE_formal-6e3d95eaf70621f822b845d5bcb2b3cf.json'),(17453,'wp-content/plugins/woo-gutenberg-products-block/languages/woo-gutenberg-products-block-de_DE_formal-801633e5f64cc092aeb48a4c640fffe5.json'),(17454,'wp-content/plugins/woo-gutenberg-products-block/languages/woo-gutenberg-products-block-de_DE_formal-84d4253d132f6c5c53fe25d03f5e9200.json'),(17455,'wp-content/plugins/woo-gutenberg-products-block/languages/woo-gutenberg-products-block-de_DE_formal-91f7cd8fa1b168630fc2b3a54cbe410f.json'),(17456,'wp-content/plugins/woo-gutenberg-products-block/languages/woo-gutenberg-products-block-de_DE_formal-a4caf5c468bc583ff7fc9a943d3dc348.json'),(17457,'wp-content/plugins/woo-gutenberg-products-block/languages/woo-gutenberg-products-block-de_DE_formal-d748c5738d57b7518bef14f74456090e.json'),(17458,'wp-content/plugins/woo-gutenberg-products-block/languages/woo-gutenberg-products-block-de_DE_formal-f9f323a7db976a4eafb44c35cc6d5e32.json'),(17459,'wp-content/plugins/woo-gutenberg-products-block/languages/woo-gutenberg-products-block-es_ES-15e4e3df51632e1ca1000ea405c14b95.json'),(17460,'wp-content/plugins/woo-gutenberg-products-block/languages/woo-gutenberg-products-block-es_ES-2674aecf6bb0c5be4f2454ea842be5f6.json'),(17461,'wp-content/plugins/woo-gutenberg-products-block/languages/woo-gutenberg-products-block-es_ES-3f1f6467892f2a342fddcfecdceeb2c3.json'),(17462,'wp-content/plugins/woo-gutenberg-products-block/languages/woo-gutenberg-products-block-es_ES-60078c7e1562999732d0d5d42648e5b8.json'),(17463,'wp-content/plugins/woo-gutenberg-products-block/languages/woo-gutenberg-products-block-es_ES-6e3d95eaf70621f822b845d5bcb2b3cf.json'),(17464,'wp-content/plugins/woo-gutenberg-products-block/languages/woo-gutenberg-products-block-es_ES-801633e5f64cc092aeb48a4c640fffe5.json'),(17465,'wp-content/plugins/woo-gutenberg-products-block/languages/woo-gutenberg-products-block-es_ES-84d4253d132f6c5c53fe25d03f5e9200.json'),(17466,'wp-content/plugins/woo-gutenberg-products-block/languages/woo-gutenberg-products-block-es_ES-91f7cd8fa1b168630fc2b3a54cbe410f.json'),(17467,'wp-content/plugins/woo-gutenberg-products-block/languages/woo-gutenberg-products-block-es_ES-a4caf5c468bc583ff7fc9a943d3dc348.json'),(17468,'wp-content/plugins/woo-gutenberg-products-block/languages/woo-gutenberg-products-block-es_ES-d748c5738d57b7518bef14f74456090e.json'),(17469,'wp-content/plugins/woo-gutenberg-products-block/languages/woo-gutenberg-products-block-es_ES-f9f323a7db976a4eafb44c35cc6d5e32.json'),(17470,'wp-content/plugins/woo-gutenberg-products-block/languages/woo-gutenberg-products-block-fr_FR-15e4e3df51632e1ca1000ea405c14b95.json'),(17471,'wp-content/plugins/woo-gutenberg-products-block/languages/woo-gutenberg-products-block-fr_FR-2674aecf6bb0c5be4f2454ea842be5f6.json'),(17472,'wp-content/plugins/woo-gutenberg-products-block/languages/woo-gutenberg-products-block-fr_FR-3f1f6467892f2a342fddcfecdceeb2c3.json'),(17473,'wp-content/plugins/woo-gutenberg-products-block/languages/woo-gutenberg-products-block-fr_FR-60078c7e1562999732d0d5d42648e5b8.json'),(17474,'wp-content/plugins/woo-gutenberg-products-block/languages/woo-gutenberg-products-block-fr_FR-6e3d95eaf70621f822b845d5bcb2b3cf.json'),(17475,'wp-content/plugins/woo-gutenberg-products-block/languages/woo-gutenberg-products-block-fr_FR-801633e5f64cc092aeb48a4c640fffe5.json'),(17476,'wp-content/plugins/woo-gutenberg-products-block/languages/woo-gutenberg-products-block-fr_FR-84d4253d132f6c5c53fe25d03f5e9200.json'),(17477,'wp-content/plugins/woo-gutenberg-products-block/languages/woo-gutenberg-products-block-fr_FR-91f7cd8fa1b168630fc2b3a54cbe410f.json'),(17478,'wp-content/plugins/woo-gutenberg-products-block/languages/woo-gutenberg-products-block-fr_FR-a4caf5c468bc583ff7fc9a943d3dc348.json'),(17479,'wp-content/plugins/woo-gutenberg-products-block/languages/woo-gutenberg-products-block-fr_FR-d748c5738d57b7518bef14f74456090e.json'),(17480,'wp-content/plugins/woo-gutenberg-products-block/languages/woo-gutenberg-products-block-fr_FR-f9f323a7db976a4eafb44c35cc6d5e32.json'),(17481,'wp-content/plugins/woo-gutenberg-products-block/languages/woo-gutenberg-products-block-ja-15e4e3df51632e1ca1000ea405c14b95.json'),(17482,'wp-content/plugins/woo-gutenberg-products-block/languages/woo-gutenberg-products-block-ja-2674aecf6bb0c5be4f2454ea842be5f6.json'),(17483,'wp-content/plugins/woo-gutenberg-products-block/languages/woo-gutenberg-products-block-ja-3f1f6467892f2a342fddcfecdceeb2c3.json'),(17484,'wp-content/plugins/woo-gutenberg-products-block/languages/woo-gutenberg-products-block-ja-60078c7e1562999732d0d5d42648e5b8.json'),(17485,'wp-content/plugins/woo-gutenberg-products-block/languages/woo-gutenberg-products-block-ja-6e3d95eaf70621f822b845d5bcb2b3cf.json'),(17486,'wp-content/plugins/woo-gutenberg-products-block/languages/woo-gutenberg-products-block-ja-801633e5f64cc092aeb48a4c640fffe5.json'),(17487,'wp-content/plugins/woo-gutenberg-products-block/languages/woo-gutenberg-products-block-ja-84d4253d132f6c5c53fe25d03f5e9200.json'),(17488,'wp-content/plugins/woo-gutenberg-products-block/languages/woo-gutenberg-products-block-ja-91f7cd8fa1b168630fc2b3a54cbe410f.json'),(17489,'wp-content/plugins/woo-gutenberg-products-block/languages/woo-gutenberg-products-block-ja-a4caf5c468bc583ff7fc9a943d3dc348.json'),(17490,'wp-content/plugins/woo-gutenberg-products-block/languages/woo-gutenberg-products-block-ja-d748c5738d57b7518bef14f74456090e.json'),(17491,'wp-content/plugins/woo-gutenberg-products-block/languages/woo-gutenberg-products-block-ja-f9f323a7db976a4eafb44c35cc6d5e32.json'),(17492,'wp-content/plugins/woo-gutenberg-products-block/languages/woo-gutenberg-products-block-ru_RU-15e4e3df51632e1ca1000ea405c14b95.json'),(17493,'wp-content/plugins/woo-gutenberg-products-block/languages/woo-gutenberg-products-block-ru_RU-2674aecf6bb0c5be4f2454ea842be5f6.json'),(17494,'wp-content/plugins/woo-gutenberg-products-block/languages/woo-gutenberg-products-block-ru_RU-3f1f6467892f2a342fddcfecdceeb2c3.json'),(17495,'wp-content/plugins/woo-gutenberg-products-block/languages/woo-gutenberg-products-block-ru_RU-60078c7e1562999732d0d5d42648e5b8.json'),(17496,'wp-content/plugins/woo-gutenberg-products-block/languages/woo-gutenberg-products-block-ru_RU-6e3d95eaf70621f822b845d5bcb2b3cf.json'),(17497,'wp-content/plugins/woo-gutenberg-products-block/languages/woo-gutenberg-products-block-ru_RU-801633e5f64cc092aeb48a4c640fffe5.json'),(17498,'wp-content/plugins/woo-gutenberg-products-block/languages/woo-gutenberg-products-block-ru_RU-84d4253d132f6c5c53fe25d03f5e9200.json'),(17499,'wp-content/plugins/woo-gutenberg-products-block/languages/woo-gutenberg-products-block-ru_RU-91f7cd8fa1b168630fc2b3a54cbe410f.json'),(17500,'wp-content/plugins/woo-gutenberg-products-block/languages/woo-gutenberg-products-block-ru_RU-a4caf5c468bc583ff7fc9a943d3dc348.json'),(17501,'wp-content/plugins/woo-gutenberg-products-block/languages/woo-gutenberg-products-block-ru_RU-d748c5738d57b7518bef14f74456090e.json'),(17502,'wp-content/plugins/woo-gutenberg-products-block/languages/woo-gutenberg-products-block-ru_RU-f9f323a7db976a4eafb44c35cc6d5e32.json'),(17503,'wp-content/plugins/woo-gutenberg-products-block/readme.txt'),(17504,'wp-content/plugins/woo-gutenberg-products-block/src/Assets.php'),(17505,'wp-content/plugins/woo-gutenberg-products-block/src/BlockTypes/AbstractBlock.php'),(17506,'wp-content/plugins/woo-gutenberg-products-block/src/BlockTypes/AbstractDynamicBlock.php'),(17507,'wp-content/plugins/woo-gutenberg-products-block/src/BlockTypes/AbstractProductGrid.php'),(17508,'wp-content/plugins/woo-gutenberg-products-block/src/BlockTypes/AllReviews.php'),(17509,'wp-content/plugins/woo-gutenberg-products-block/src/BlockTypes/FeaturedCategory.php'),(17510,'wp-content/plugins/woo-gutenberg-products-block/src/BlockTypes/FeaturedProduct.php'),(17511,'wp-content/plugins/woo-gutenberg-products-block/src/BlockTypes/HandpickedProducts.php'),(17512,'wp-content/plugins/woo-gutenberg-products-block/src/BlockTypes/ProductBestSellers.php'),(17513,'wp-content/plugins/woo-gutenberg-products-block/src/BlockTypes/ProductCategories.php'),(17514,'wp-content/plugins/woo-gutenberg-products-block/src/BlockTypes/ProductCategory.php'),(17515,'wp-content/plugins/woo-gutenberg-products-block/src/BlockTypes/ProductNew.php'),(17516,'wp-content/plugins/woo-gutenberg-products-block/src/BlockTypes/ProductOnSale.php'),(17517,'wp-content/plugins/woo-gutenberg-products-block/src/BlockTypes/ProductSearch.php'),(17518,'wp-content/plugins/woo-gutenberg-products-block/src/BlockTypes/ProductTag.php'),(17519,'wp-content/plugins/woo-gutenberg-products-block/src/BlockTypes/ProductTopRated.php'),(17520,'wp-content/plugins/woo-gutenberg-products-block/src/BlockTypes/ProductsByAttribute.php'),(17521,'wp-content/plugins/woo-gutenberg-products-block/src/BlockTypes/ReviewsByCategory.php'),(17522,'wp-content/plugins/woo-gutenberg-products-block/src/BlockTypes/ReviewsByProduct.php'),(17523,'wp-content/plugins/woo-gutenberg-products-block/src/Library.php'),(17524,'wp-content/plugins/woo-gutenberg-products-block/src/Package.php'),(17525,'wp-content/plugins/woo-gutenberg-products-block/src/RestApi/Controllers/ProductAttributeTerms.php'),(17526,'wp-content/plugins/woo-gutenberg-products-block/src/RestApi/Controllers/ProductAttributes.php'),(17527,'wp-content/plugins/woo-gutenberg-products-block/src/RestApi/Controllers/ProductCategories.php'),(17528,'wp-content/plugins/woo-gutenberg-products-block/src/RestApi/Controllers/ProductReviews.php'),(17529,'wp-content/plugins/woo-gutenberg-products-block/src/RestApi/Controllers/ProductTags.php'),(17530,'wp-content/plugins/woo-gutenberg-products-block/src/RestApi/Controllers/Products.php'),(17531,'wp-content/plugins/woo-gutenberg-products-block/src/RestApi/Controllers/Variations.php'),(17532,'wp-content/plugins/woo-gutenberg-products-block/src/RestApi.php'),(17533,'wp-content/plugins/woo-gutenberg-products-block/vendor/autoload.php'),(17534,'wp-content/plugins/woo-gutenberg-products-block/vendor/autoload_packages.php'),(17535,'wp-content/plugins/woo-gutenberg-products-block/vendor/automattic/jetpack-autoloader/src/AutoloadGenerator.php'),(17536,'wp-content/plugins/woo-gutenberg-products-block/vendor/automattic/jetpack-autoloader/src/CustomAutoloaderPlugin.php'),(17537,'wp-content/plugins/woo-gutenberg-products-block/vendor/automattic/jetpack-autoloader/src/autoload.php'),(17538,'wp-content/plugins/woo-gutenberg-products-block/vendor/composer/ClassLoader.php'),(17539,'wp-content/plugins/woo-gutenberg-products-block/vendor/composer/LICENSE'),(17540,'wp-content/plugins/woo-gutenberg-products-block/vendor/composer/autoload_classmap.php'),(17541,'wp-content/plugins/woo-gutenberg-products-block/vendor/composer/autoload_classmap_package.php'),(17542,'wp-content/plugins/woo-gutenberg-products-block/vendor/composer/autoload_namespaces.php'),(17543,'wp-content/plugins/woo-gutenberg-products-block/vendor/composer/autoload_psr4.php'),(17544,'wp-content/plugins/woo-gutenberg-products-block/vendor/composer/autoload_real.php'),(17545,'wp-content/plugins/woo-gutenberg-products-block/vendor/composer/autoload_static.php'),(17546,'wp-content/plugins/woo-gutenberg-products-block/vendor/composer/installed.json'),(17547,'wp-content/plugins/woo-gutenberg-products-block/vendor/composer/installers/LICENSE'),(17548,'wp-content/plugins/woo-gutenberg-products-block/vendor/composer/installers/src/Composer/Installers/AglInstaller.php'),(17549,'wp-content/plugins/woo-gutenberg-products-block/vendor/composer/installers/src/Composer/Installers/AimeosInstaller.php'),(17550,'wp-content/plugins/woo-gutenberg-products-block/vendor/composer/installers/src/Composer/Installers/AnnotateCmsInstaller.php'),(17551,'wp-content/plugins/woo-gutenberg-products-block/vendor/composer/installers/src/Composer/Installers/AsgardInstaller.php'),(17552,'wp-content/plugins/woo-gutenberg-products-block/vendor/composer/installers/src/Composer/Installers/AttogramInstaller.php'),(17553,'wp-content/plugins/woo-gutenberg-products-block/vendor/composer/installers/src/Composer/Installers/BaseInstaller.php'),(17554,'wp-content/plugins/woo-gutenberg-products-block/vendor/composer/installers/src/Composer/Installers/BitrixInstaller.php'),(17555,'wp-content/plugins/woo-gutenberg-products-block/vendor/composer/installers/src/Composer/Installers/BonefishInstaller.php'),(17556,'wp-content/plugins/woo-gutenberg-products-block/vendor/composer/installers/src/Composer/Installers/CakePHPInstaller.php'),(17557,'wp-content/plugins/woo-gutenberg-products-block/vendor/composer/installers/src/Composer/Installers/ChefInstaller.php'),(17558,'wp-content/plugins/woo-gutenberg-products-block/vendor/composer/installers/src/Composer/Installers/CiviCrmInstaller.php'),(17559,'wp-content/plugins/woo-gutenberg-products-block/vendor/composer/installers/src/Composer/Installers/ClanCatsFrameworkInstaller.php'),(17560,'wp-content/plugins/woo-gutenberg-products-block/vendor/composer/installers/src/Composer/Installers/CockpitInstaller.php'),(17561,'wp-content/plugins/woo-gutenberg-products-block/vendor/composer/installers/src/Composer/Installers/CodeIgniterInstaller.php'),(17562,'wp-content/plugins/woo-gutenberg-products-block/vendor/composer/installers/src/Composer/Installers/Concrete5Installer.php'),(17563,'wp-content/plugins/woo-gutenberg-products-block/vendor/composer/installers/src/Composer/Installers/CraftInstaller.php'),(17564,'wp-content/plugins/woo-gutenberg-products-block/vendor/composer/installers/src/Composer/Installers/CroogoInstaller.php'),(17565,'wp-content/plugins/woo-gutenberg-products-block/vendor/composer/installers/src/Composer/Installers/DecibelInstaller.php'),(17566,'wp-content/plugins/woo-gutenberg-products-block/vendor/composer/installers/src/Composer/Installers/DframeInstaller.php'),(17567,'wp-content/plugins/woo-gutenberg-products-block/vendor/composer/installers/src/Composer/Installers/DokuWikiInstaller.php'),(17568,'wp-content/plugins/woo-gutenberg-products-block/vendor/composer/installers/src/Composer/Installers/DolibarrInstaller.php'),(17569,'wp-content/plugins/woo-gutenberg-products-block/vendor/composer/installers/src/Composer/Installers/DrupalInstaller.php'),(17570,'wp-content/plugins/woo-gutenberg-products-block/vendor/composer/installers/src/Composer/Installers/ElggInstaller.php'),(17571,'wp-content/plugins/woo-gutenberg-products-block/vendor/composer/installers/src/Composer/Installers/EliasisInstaller.php'),(17572,'wp-content/plugins/woo-gutenberg-products-block/vendor/composer/installers/src/Composer/Installers/ExpressionEngineInstaller.php'),(17573,'wp-content/plugins/woo-gutenberg-products-block/vendor/composer/installers/src/Composer/Installers/EzPlatformInstaller.php'),(17574,'wp-content/plugins/woo-gutenberg-products-block/vendor/composer/installers/src/Composer/Installers/FuelInstaller.php'),(17575,'wp-content/plugins/woo-gutenberg-products-block/vendor/composer/installers/src/Composer/Installers/FuelphpInstaller.php'),(17576,'wp-content/plugins/woo-gutenberg-products-block/vendor/composer/installers/src/Composer/Installers/GravInstaller.php'),(17577,'wp-content/plugins/woo-gutenberg-products-block/vendor/composer/installers/src/Composer/Installers/HuradInstaller.php'),(17578,'wp-content/plugins/woo-gutenberg-products-block/vendor/composer/installers/src/Composer/Installers/ImageCMSInstaller.php'),(17579,'wp-content/plugins/woo-gutenberg-products-block/vendor/composer/installers/src/Composer/Installers/Installer.php'),(17580,'wp-content/plugins/woo-gutenberg-products-block/vendor/composer/installers/src/Composer/Installers/ItopInstaller.php'),(17581,'wp-content/plugins/woo-gutenberg-products-block/vendor/composer/installers/src/Composer/Installers/JoomlaInstaller.php'),(17582,'wp-content/plugins/woo-gutenberg-products-block/vendor/composer/installers/src/Composer/Installers/KanboardInstaller.php'),(17583,'wp-content/plugins/woo-gutenberg-products-block/vendor/composer/installers/src/Composer/Installers/KirbyInstaller.php'),(17584,'wp-content/plugins/woo-gutenberg-products-block/vendor/composer/installers/src/Composer/Installers/KnownInstaller.php'),(17585,'wp-content/plugins/woo-gutenberg-products-block/vendor/composer/installers/src/Composer/Installers/KodiCMSInstaller.php'),(17586,'wp-content/plugins/woo-gutenberg-products-block/vendor/composer/installers/src/Composer/Installers/KohanaInstaller.php'),(17587,'wp-content/plugins/woo-gutenberg-products-block/vendor/composer/installers/src/Composer/Installers/LanManagementSystemInstaller.php'),(17588,'wp-content/plugins/woo-gutenberg-products-block/vendor/composer/installers/src/Composer/Installers/LaravelInstaller.php'),(17589,'wp-content/plugins/woo-gutenberg-products-block/vendor/composer/installers/src/Composer/Installers/LavaLiteInstaller.php'),(17590,'wp-content/plugins/woo-gutenberg-products-block/vendor/composer/installers/src/Composer/Installers/LithiumInstaller.php'),(17591,'wp-content/plugins/woo-gutenberg-products-block/vendor/composer/installers/src/Composer/Installers/MODULEWorkInstaller.php'),(17592,'wp-content/plugins/woo-gutenberg-products-block/vendor/composer/installers/src/Composer/Installers/MODXEvoInstaller.php'),(17593,'wp-content/plugins/woo-gutenberg-products-block/vendor/composer/installers/src/Composer/Installers/MagentoInstaller.php'),(17594,'wp-content/plugins/woo-gutenberg-products-block/vendor/composer/installers/src/Composer/Installers/MajimaInstaller.php'),(17595,'wp-content/plugins/woo-gutenberg-products-block/vendor/composer/installers/src/Composer/Installers/MakoInstaller.php'),(17596,'wp-content/plugins/woo-gutenberg-products-block/vendor/composer/installers/src/Composer/Installers/MauticInstaller.php'),(17597,'wp-content/plugins/woo-gutenberg-products-block/vendor/composer/installers/src/Composer/Installers/MayaInstaller.php'),(17598,'wp-content/plugins/woo-gutenberg-products-block/vendor/composer/installers/src/Composer/Installers/MediaWikiInstaller.php'),(17599,'wp-content/plugins/woo-gutenberg-products-block/vendor/composer/installers/src/Composer/Installers/MicroweberInstaller.php'),(17600,'wp-content/plugins/woo-gutenberg-products-block/vendor/composer/installers/src/Composer/Installers/ModxInstaller.php'),(17601,'wp-content/plugins/woo-gutenberg-products-block/vendor/composer/installers/src/Composer/Installers/MoodleInstaller.php'),(17602,'wp-content/plugins/woo-gutenberg-products-block/vendor/composer/installers/src/Composer/Installers/OctoberInstaller.php'),(17603,'wp-content/plugins/woo-gutenberg-products-block/vendor/composer/installers/src/Composer/Installers/OntoWikiInstaller.php'),(17604,'wp-content/plugins/woo-gutenberg-products-block/vendor/composer/installers/src/Composer/Installers/OsclassInstaller.php'),(17605,'wp-content/plugins/woo-gutenberg-products-block/vendor/composer/installers/src/Composer/Installers/OxidInstaller.php'),(17606,'wp-content/plugins/woo-gutenberg-products-block/vendor/composer/installers/src/Composer/Installers/PPIInstaller.php'),(17607,'wp-content/plugins/woo-gutenberg-products-block/vendor/composer/installers/src/Composer/Installers/PhiftyInstaller.php'),(17608,'wp-content/plugins/woo-gutenberg-products-block/vendor/composer/installers/src/Composer/Installers/PhpBBInstaller.php'),(17609,'wp-content/plugins/woo-gutenberg-products-block/vendor/composer/installers/src/Composer/Installers/PimcoreInstaller.php'),(17610,'wp-content/plugins/woo-gutenberg-products-block/vendor/composer/installers/src/Composer/Installers/PiwikInstaller.php'),(17611,'wp-content/plugins/woo-gutenberg-products-block/vendor/composer/installers/src/Composer/Installers/PlentymarketsInstaller.php'),(17612,'wp-content/plugins/woo-gutenberg-products-block/vendor/composer/installers/src/Composer/Installers/Plugin.php'),(17613,'wp-content/plugins/woo-gutenberg-products-block/vendor/composer/installers/src/Composer/Installers/PortoInstaller.php'),(17614,'wp-content/plugins/woo-gutenberg-products-block/vendor/composer/installers/src/Composer/Installers/PrestashopInstaller.php'),(17615,'wp-content/plugins/woo-gutenberg-products-block/vendor/composer/installers/src/Composer/Installers/PuppetInstaller.php'),(17616,'wp-content/plugins/woo-gutenberg-products-block/vendor/composer/installers/src/Composer/Installers/PxcmsInstaller.php'),(17617,'wp-content/plugins/woo-gutenberg-products-block/vendor/composer/installers/src/Composer/Installers/RadPHPInstaller.php'),(17618,'wp-content/plugins/woo-gutenberg-products-block/vendor/composer/installers/src/Composer/Installers/ReIndexInstaller.php'),(17619,'wp-content/plugins/woo-gutenberg-products-block/vendor/composer/installers/src/Composer/Installers/Redaxo5Installer.php'),(17620,'wp-content/plugins/woo-gutenberg-products-block/vendor/composer/installers/src/Composer/Installers/RedaxoInstaller.php'),(17621,'wp-content/plugins/woo-gutenberg-products-block/vendor/composer/installers/src/Composer/Installers/RoundcubeInstaller.php'),(17622,'wp-content/plugins/woo-gutenberg-products-block/vendor/composer/installers/src/Composer/Installers/SMFInstaller.php'),(17623,'wp-content/plugins/woo-gutenberg-products-block/vendor/composer/installers/src/Composer/Installers/ShopwareInstaller.php'),(17624,'wp-content/plugins/woo-gutenberg-products-block/vendor/composer/installers/src/Composer/Installers/SilverStripeInstaller.php'),(17625,'wp-content/plugins/woo-gutenberg-products-block/vendor/composer/installers/src/Composer/Installers/SiteDirectInstaller.php'),(17626,'wp-content/plugins/woo-gutenberg-products-block/vendor/composer/installers/src/Composer/Installers/SyDESInstaller.php'),(17627,'wp-content/plugins/woo-gutenberg-products-block/vendor/composer/installers/src/Composer/Installers/Symfony1Installer.php'),(17628,'wp-content/plugins/woo-gutenberg-products-block/vendor/composer/installers/src/Composer/Installers/TYPO3CmsInstaller.php'),(17629,'wp-content/plugins/woo-gutenberg-products-block/vendor/composer/installers/src/Composer/Installers/TYPO3FlowInstaller.php'),(17630,'wp-content/plugins/woo-gutenberg-products-block/vendor/composer/installers/src/Composer/Installers/TaoInstaller.php'),(17631,'wp-content/plugins/woo-gutenberg-products-block/vendor/composer/installers/src/Composer/Installers/TheliaInstaller.php'),(17632,'wp-content/plugins/woo-gutenberg-products-block/vendor/composer/installers/src/Composer/Installers/TuskInstaller.php'),(17633,'wp-content/plugins/woo-gutenberg-products-block/vendor/composer/installers/src/Composer/Installers/UserFrostingInstaller.php'),(17634,'wp-content/plugins/woo-gutenberg-products-block/vendor/composer/installers/src/Composer/Installers/VanillaInstaller.php'),(17635,'wp-content/plugins/woo-gutenberg-products-block/vendor/composer/installers/src/Composer/Installers/VgmcpInstaller.php'),(17636,'wp-content/plugins/woo-gutenberg-products-block/vendor/composer/installers/src/Composer/Installers/WHMCSInstaller.php'),(17637,'wp-content/plugins/woo-gutenberg-products-block/vendor/composer/installers/src/Composer/Installers/WolfCMSInstaller.php'),(17638,'wp-content/plugins/woo-gutenberg-products-block/vendor/composer/installers/src/Composer/Installers/WordPressInstaller.php'),(17639,'wp-content/plugins/woo-gutenberg-products-block/vendor/composer/installers/src/Composer/Installers/YawikInstaller.php'),(17640,'wp-content/plugins/woo-gutenberg-products-block/vendor/composer/installers/src/Composer/Installers/ZendInstaller.php'),(17641,'wp-content/plugins/woo-gutenberg-products-block/vendor/composer/installers/src/Composer/Installers/ZikulaInstaller.php'),(17642,'wp-content/plugins/woo-gutenberg-products-block/vendor/composer/installers/src/bootstrap.php'),(17643,'wp-content/plugins/woo-gutenberg-products-block/woocommerce-gutenberg-products-block.php'),(17644,'wp-content/plugins/woocommerce/assets/css/_animation.scss'),(17645,'wp-content/plugins/woocommerce/assets/css/_fonts.scss'),(17646,'wp-content/plugins/woocommerce/assets/css/_mixins.scss'),(17647,'wp-content/plugins/woocommerce/assets/css/_variables.scss'),(17648,'wp-content/plugins/woocommerce/assets/css/activation-rtl.css'),(17649,'wp-content/plugins/woocommerce/assets/css/activation.css'),(17650,'wp-content/plugins/woocommerce/assets/css/activation.scss'),(17651,'wp-content/plugins/woocommerce/assets/css/admin-rtl.css'),(17652,'wp-content/plugins/woocommerce/assets/css/admin.css'),(17653,'wp-content/plugins/woocommerce/assets/css/admin.scss'),(17654,'wp-content/plugins/woocommerce/assets/css/auth-rtl.css'),(17655,'wp-content/plugins/woocommerce/assets/css/auth.css'),(17656,'wp-content/plugins/woocommerce/assets/css/auth.scss'),(17657,'wp-content/plugins/woocommerce/assets/css/dashboard-rtl.css'),(17658,'wp-content/plugins/woocommerce/assets/css/dashboard.css'),(17659,'wp-content/plugins/woocommerce/assets/css/dashboard.scss'),(17660,'wp-content/plugins/woocommerce/assets/css/helper-rtl.css'),(17661,'wp-content/plugins/woocommerce/assets/css/helper.css'),(17662,'wp-content/plugins/woocommerce/assets/css/helper.scss'),(17663,'wp-content/plugins/woocommerce/assets/css/jquery-ui/images/ui-bg_flat_0_aaaaaa_40x100.png'),(17664,'wp-content/plugins/woocommerce/assets/css/jquery-ui/images/ui-bg_flat_75_ffffff_40x100.png'),(17665,'wp-content/plugins/woocommerce/assets/css/jquery-ui/images/ui-bg_glass_55_fbf9ee_1x400.png'),(17666,'wp-content/plugins/woocommerce/assets/css/jquery-ui/images/ui-bg_glass_65_ffffff_1x400.png'),(17667,'wp-content/plugins/woocommerce/assets/css/jquery-ui/images/ui-bg_glass_75_dadada_1x400.png'),(17668,'wp-content/plugins/woocommerce/assets/css/jquery-ui/images/ui-bg_glass_75_e6e6e6_1x400.png'),(17669,'wp-content/plugins/woocommerce/assets/css/jquery-ui/images/ui-bg_glass_95_fef1ec_1x400.png'),(17670,'wp-content/plugins/woocommerce/assets/css/jquery-ui/images/ui-bg_highlight-soft_75_cccccc_1x100.png'),(17671,'wp-content/plugins/woocommerce/assets/css/jquery-ui/images/ui-icons_222222_256x240.png'),(17672,'wp-content/plugins/woocommerce/assets/css/jquery-ui/images/ui-icons_2e83ff_256x240.png'),(17673,'wp-content/plugins/woocommerce/assets/css/jquery-ui/images/ui-icons_454545_256x240.png'),(17674,'wp-content/plugins/woocommerce/assets/css/jquery-ui/images/ui-icons_888888_256x240.png'),(17675,'wp-content/plugins/woocommerce/assets/css/jquery-ui/images/ui-icons_cd0a0a_256x240.png'),(17676,'wp-content/plugins/woocommerce/assets/css/jquery-ui/jquery-ui-rtl.css'),(17677,'wp-content/plugins/woocommerce/assets/css/jquery-ui/jquery-ui.css'),(17678,'wp-content/plugins/woocommerce/assets/css/jquery-ui/jquery-ui.min.css'),(17679,'wp-content/plugins/woocommerce/assets/css/marketplace-suggestions-rtl.css'),(17680,'wp-content/plugins/woocommerce/assets/css/marketplace-suggestions.css'),(17681,'wp-content/plugins/woocommerce/assets/css/marketplace-suggestions.scss'),(17682,'wp-content/plugins/woocommerce/assets/css/menu-rtl.css'),(17683,'wp-content/plugins/woocommerce/assets/css/menu.css'),(17684,'wp-content/plugins/woocommerce/assets/css/menu.scss'),(17685,'wp-content/plugins/woocommerce/assets/css/network-order-widget-rtl.css'),(17686,'wp-content/plugins/woocommerce/assets/css/network-order-widget.css'),(17687,'wp-content/plugins/woocommerce/assets/css/network-order-widget.scss'),(17688,'wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/default-skin.css'),(17689,'wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/default-skin.png'),(17690,'wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/default-skin.svg'),(17691,'wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/preloader.gif'),(17692,'wp-content/plugins/woocommerce/assets/css/photoswipe/photoswipe.css'),(17693,'wp-content/plugins/woocommerce/assets/css/prettyPhoto-rtl.css'),(17694,'wp-content/plugins/woocommerce/assets/css/prettyPhoto.css'),(17695,'wp-content/plugins/woocommerce/assets/css/prettyPhoto.scss'),(17696,'wp-content/plugins/woocommerce/assets/css/reports-print-rtl.css'),(17697,'wp-content/plugins/woocommerce/assets/css/reports-print.css'),(17698,'wp-content/plugins/woocommerce/assets/css/reports-print.scss'),(17699,'wp-content/plugins/woocommerce/assets/css/select2.css'),(17700,'wp-content/plugins/woocommerce/assets/css/select2.scss'),(17701,'wp-content/plugins/woocommerce/assets/css/twenty-nineteen-rtl.css'),(17702,'wp-content/plugins/woocommerce/assets/css/twenty-nineteen.css'),(17703,'wp-content/plugins/woocommerce/assets/css/twenty-nineteen.scss'),(17704,'wp-content/plugins/woocommerce/assets/css/twenty-seventeen-rtl.css'),(17705,'wp-content/plugins/woocommerce/assets/css/twenty-seventeen.css'),(17706,'wp-content/plugins/woocommerce/assets/css/twenty-seventeen.scss'),(17707,'wp-content/plugins/woocommerce/assets/css/wc-setup-rtl.css'),(17708,'wp-content/plugins/woocommerce/assets/css/wc-setup.css'),(17709,'wp-content/plugins/woocommerce/assets/css/wc-setup.scss'),(17710,'wp-content/plugins/woocommerce/assets/css/woocommerce-layout-rtl.css'),(17711,'wp-content/plugins/woocommerce/assets/css/woocommerce-layout.css'),(17712,'wp-content/plugins/woocommerce/assets/css/woocommerce-layout.scss'),(17713,'wp-content/plugins/woocommerce/assets/css/woocommerce-rtl.css'),(17714,'wp-content/plugins/woocommerce/assets/css/woocommerce-smallscreen-rtl.css'),(17715,'wp-content/plugins/woocommerce/assets/css/woocommerce-smallscreen.css'),(17716,'wp-content/plugins/woocommerce/assets/css/woocommerce-smallscreen.scss'),(17717,'wp-content/plugins/woocommerce/assets/css/woocommerce.css'),(17718,'wp-content/plugins/woocommerce/assets/css/woocommerce.scss'),(17719,'wp-content/plugins/woocommerce/assets/fonts/WooCommerce.eot'),(17720,'wp-content/plugins/woocommerce/assets/fonts/WooCommerce.svg'),(17721,'wp-content/plugins/woocommerce/assets/fonts/WooCommerce.ttf'),(17722,'wp-content/plugins/woocommerce/assets/fonts/WooCommerce.woff'),(17723,'wp-content/plugins/woocommerce/assets/fonts/star.eot'),(17724,'wp-content/plugins/woocommerce/assets/fonts/star.svg'),(17725,'wp-content/plugins/woocommerce/assets/fonts/star.ttf'),(17726,'wp-content/plugins/woocommerce/assets/fonts/star.woff'),(17727,'wp-content/plugins/woocommerce/assets/images/calendar.png'),(17728,'wp-content/plugins/woocommerce/assets/images/eway-logo.jpg'),(17729,'wp-content/plugins/woocommerce/assets/images/help.png'),(17730,'wp-content/plugins/woocommerce/assets/images/icons/credit-cards/amex.png'),(17731,'wp-content/plugins/woocommerce/assets/images/icons/credit-cards/amex.svg'),(17732,'wp-content/plugins/woocommerce/assets/images/icons/credit-cards/diners.png'),(17733,'wp-content/plugins/woocommerce/assets/images/icons/credit-cards/diners.svg'),(17734,'wp-content/plugins/woocommerce/assets/images/icons/credit-cards/discover.png'),(17735,'wp-content/plugins/woocommerce/assets/images/icons/credit-cards/discover.svg'),(17736,'wp-content/plugins/woocommerce/assets/images/icons/credit-cards/jcb.png'),(17737,'wp-content/plugins/woocommerce/assets/images/icons/credit-cards/jcb.svg'),(17738,'wp-content/plugins/woocommerce/assets/images/icons/credit-cards/laser.png'),(17739,'wp-content/plugins/woocommerce/assets/images/icons/credit-cards/laser.svg'),(17740,'wp-content/plugins/woocommerce/assets/images/icons/credit-cards/maestro.png'),(17741,'wp-content/plugins/woocommerce/assets/images/icons/credit-cards/maestro.svg'),(17742,'wp-content/plugins/woocommerce/assets/images/icons/credit-cards/mastercard.png'),(17743,'wp-content/plugins/woocommerce/assets/images/icons/credit-cards/mastercard.svg'),(17744,'wp-content/plugins/woocommerce/assets/images/icons/credit-cards/visa.png'),(17745,'wp-content/plugins/woocommerce/assets/images/icons/credit-cards/visa.svg'),(17746,'wp-content/plugins/woocommerce/assets/images/icons/edit.png'),(17747,'wp-content/plugins/woocommerce/assets/images/icons/loader.svg'),(17748,'wp-content/plugins/woocommerce/assets/images/jetpack_horizontal_logo.png'),(17749,'wp-content/plugins/woocommerce/assets/images/jetpack_vertical_logo.png'),(17750,'wp-content/plugins/woocommerce/assets/images/klarna-black.png'),(17751,'wp-content/plugins/woocommerce/assets/images/obw-facebook-icon.svg'),(17752,'wp-content/plugins/woocommerce/assets/images/obw-mailchimp-icon.svg'),(17753,'wp-content/plugins/woocommerce/assets/images/obw-shipstation-icon.png'),(17754,'wp-content/plugins/woocommerce/assets/images/obw-storefront-icon.svg'),(17755,'wp-content/plugins/woocommerce/assets/images/obw-taxes-icon.svg'),(17756,'wp-content/plugins/woocommerce/assets/images/obw-woocommerce-admin-icon.svg'),(17757,'wp-content/plugins/woocommerce/assets/images/obw-woocommerce-services-icon.png'),(17758,'wp-content/plugins/woocommerce/assets/images/payfast.png'),(17759,'wp-content/plugins/woocommerce/assets/images/paypal-braintree.png'),(17760,'wp-content/plugins/woocommerce/assets/images/paypal.png'),(17761,'wp-content/plugins/woocommerce/assets/images/placeholder-attachment.png'),(17762,'wp-content/plugins/woocommerce/assets/images/placeholder.png'),(17763,'wp-content/plugins/woocommerce/assets/images/select2-spinner.gif'),(17764,'wp-content/plugins/woocommerce/assets/images/select2.png'),(17765,'wp-content/plugins/woocommerce/assets/images/select2x2.png'),(17766,'wp-content/plugins/woocommerce/assets/images/square-black.png'),(17767,'wp-content/plugins/woocommerce/assets/images/storefront-bg.jpg'),(17768,'wp-content/plugins/woocommerce/assets/images/storefront-intro.png'),(17769,'wp-content/plugins/woocommerce/assets/images/storefront.png'),(17770,'wp-content/plugins/woocommerce/assets/images/stripe.png'),(17771,'wp-content/plugins/woocommerce/assets/images/wcs-canada-post-logo.jpg'),(17772,'wp-content/plugins/woocommerce/assets/images/wcs-extensions-banner-3x.png'),(17773,'wp-content/plugins/woocommerce/assets/images/wcs-notice.png'),(17774,'wp-content/plugins/woocommerce/assets/images/wcs-truck-banner-3x.png'),(17775,'wp-content/plugins/woocommerce/assets/images/wcs-usps-logo.png'),(17776,'wp-content/plugins/woocommerce/assets/images/woocommerce_logo.png'),(17777,'wp-content/plugins/woocommerce/assets/images/woocommerce_logo.svg'),(17778,'wp-content/plugins/woocommerce/assets/images/wpspin-2x.gif'),(17779,'wp-content/plugins/woocommerce/assets/images/wpspin.gif'),(17780,'wp-content/plugins/woocommerce/assets/js/accounting/accounting.js'),(17781,'wp-content/plugins/woocommerce/assets/js/accounting/accounting.min.js'),(17782,'wp-content/plugins/woocommerce/assets/js/admin/api-keys.js'),(17783,'wp-content/plugins/woocommerce/assets/js/admin/api-keys.min.js'),(17784,'wp-content/plugins/woocommerce/assets/js/admin/backbone-modal.js'),(17785,'wp-content/plugins/woocommerce/assets/js/admin/backbone-modal.min.js'),(17786,'wp-content/plugins/woocommerce/assets/js/admin/marketplace-suggestions.js'),(17787,'wp-content/plugins/woocommerce/assets/js/admin/marketplace-suggestions.min.js'),(17788,'wp-content/plugins/woocommerce/assets/js/admin/meta-boxes-coupon.js'),(17789,'wp-content/plugins/woocommerce/assets/js/admin/meta-boxes-coupon.min.js'),(17790,'wp-content/plugins/woocommerce/assets/js/admin/meta-boxes-order.js'),(17791,'wp-content/plugins/woocommerce/assets/js/admin/meta-boxes-order.min.js'),(17792,'wp-content/plugins/woocommerce/assets/js/admin/meta-boxes-product-variation.js'),(17793,'wp-content/plugins/woocommerce/assets/js/admin/meta-boxes-product-variation.min.js'),(17794,'wp-content/plugins/woocommerce/assets/js/admin/meta-boxes-product.js'),(17795,'wp-content/plugins/woocommerce/assets/js/admin/meta-boxes-product.min.js'),(17796,'wp-content/plugins/woocommerce/assets/js/admin/meta-boxes.js'),(17797,'wp-content/plugins/woocommerce/assets/js/admin/meta-boxes.min.js'),(17798,'wp-content/plugins/woocommerce/assets/js/admin/network-orders.js'),(17799,'wp-content/plugins/woocommerce/assets/js/admin/network-orders.min.js'),(17800,'wp-content/plugins/woocommerce/assets/js/admin/product-ordering.js'),(17801,'wp-content/plugins/woocommerce/assets/js/admin/product-ordering.min.js'),(17802,'wp-content/plugins/woocommerce/assets/js/admin/quick-edit.js'),(17803,'wp-content/plugins/woocommerce/assets/js/admin/quick-edit.min.js'),(17804,'wp-content/plugins/woocommerce/assets/js/admin/reports.js'),(17805,'wp-content/plugins/woocommerce/assets/js/admin/reports.min.js'),(17806,'wp-content/plugins/woocommerce/assets/js/admin/settings-views-html-settings-tax.js'),(17807,'wp-content/plugins/woocommerce/assets/js/admin/settings-views-html-settings-tax.min.js'),(17808,'wp-content/plugins/woocommerce/assets/js/admin/settings.js'),(17809,'wp-content/plugins/woocommerce/assets/js/admin/settings.min.js'),(17810,'wp-content/plugins/woocommerce/assets/js/admin/system-status.js'),(17811,'wp-content/plugins/woocommerce/assets/js/admin/system-status.min.js'),(17812,'wp-content/plugins/woocommerce/assets/js/admin/term-ordering.js'),(17813,'wp-content/plugins/woocommerce/assets/js/admin/term-ordering.min.js'),(17814,'wp-content/plugins/woocommerce/assets/js/admin/users.js'),(17815,'wp-content/plugins/woocommerce/assets/js/admin/users.min.js'),(17816,'wp-content/plugins/woocommerce/assets/js/admin/wc-clipboard.js'),(17817,'wp-content/plugins/woocommerce/assets/js/admin/wc-clipboard.min.js'),(17818,'wp-content/plugins/woocommerce/assets/js/admin/wc-enhanced-select.js'),(17819,'wp-content/plugins/woocommerce/assets/js/admin/wc-enhanced-select.min.js'),(17820,'wp-content/plugins/woocommerce/assets/js/admin/wc-orders.js'),(17821,'wp-content/plugins/woocommerce/assets/js/admin/wc-orders.min.js'),(17822,'wp-content/plugins/woocommerce/assets/js/admin/wc-product-export.js'),(17823,'wp-content/plugins/woocommerce/assets/js/admin/wc-product-export.min.js'),(17824,'wp-content/plugins/woocommerce/assets/js/admin/wc-product-import.js'),(17825,'wp-content/plugins/woocommerce/assets/js/admin/wc-product-import.min.js'),(17826,'wp-content/plugins/woocommerce/assets/js/admin/wc-setup.js'),(17827,'wp-content/plugins/woocommerce/assets/js/admin/wc-setup.min.js'),(17828,'wp-content/plugins/woocommerce/assets/js/admin/wc-shipping-classes.js'),(17829,'wp-content/plugins/woocommerce/assets/js/admin/wc-shipping-classes.min.js'),(17830,'wp-content/plugins/woocommerce/assets/js/admin/wc-shipping-zone-methods.js'),(17831,'wp-content/plugins/woocommerce/assets/js/admin/wc-shipping-zone-methods.min.js'),(17832,'wp-content/plugins/woocommerce/assets/js/admin/wc-shipping-zones.js'),(17833,'wp-content/plugins/woocommerce/assets/js/admin/wc-shipping-zones.min.js'),(17834,'wp-content/plugins/woocommerce/assets/js/admin/woocommerce_admin.js'),(17835,'wp-content/plugins/woocommerce/assets/js/admin/woocommerce_admin.min.js'),(17836,'wp-content/plugins/woocommerce/assets/js/flexslider/jquery.flexslider.js'),(17837,'wp-content/plugins/woocommerce/assets/js/flexslider/jquery.flexslider.min.js'),(17838,'wp-content/plugins/woocommerce/assets/js/frontend/add-payment-method.js'),(17839,'wp-content/plugins/woocommerce/assets/js/frontend/add-payment-method.min.js'),(17840,'wp-content/plugins/woocommerce/assets/js/frontend/add-to-cart-variation.js'),(17841,'wp-content/plugins/woocommerce/assets/js/frontend/add-to-cart-variation.min.js'),(17842,'wp-content/plugins/woocommerce/assets/js/frontend/add-to-cart.js'),(17843,'wp-content/plugins/woocommerce/assets/js/frontend/add-to-cart.min.js'),(17844,'wp-content/plugins/woocommerce/assets/js/frontend/address-i18n.js'),(17845,'wp-content/plugins/woocommerce/assets/js/frontend/address-i18n.min.js'),(17846,'wp-content/plugins/woocommerce/assets/js/frontend/cart-fragments.js'),(17847,'wp-content/plugins/woocommerce/assets/js/frontend/cart-fragments.min.js'),(17848,'wp-content/plugins/woocommerce/assets/js/frontend/cart.js'),(17849,'wp-content/plugins/woocommerce/assets/js/frontend/cart.min.js'),(17850,'wp-content/plugins/woocommerce/assets/js/frontend/checkout.js'),(17851,'wp-content/plugins/woocommerce/assets/js/frontend/checkout.min.js'),(17852,'wp-content/plugins/woocommerce/assets/js/frontend/country-select.js'),(17853,'wp-content/plugins/woocommerce/assets/js/frontend/country-select.min.js'),(17854,'wp-content/plugins/woocommerce/assets/js/frontend/credit-card-form.js'),(17855,'wp-content/plugins/woocommerce/assets/js/frontend/credit-card-form.min.js'),(17856,'wp-content/plugins/woocommerce/assets/js/frontend/geolocation.js'),(17857,'wp-content/plugins/woocommerce/assets/js/frontend/geolocation.min.js'),(17858,'wp-content/plugins/woocommerce/assets/js/frontend/lost-password.js'),(17859,'wp-content/plugins/woocommerce/assets/js/frontend/lost-password.min.js'),(17860,'wp-content/plugins/woocommerce/assets/js/frontend/password-strength-meter.js'),(17861,'wp-content/plugins/woocommerce/assets/js/frontend/password-strength-meter.min.js'),(17862,'wp-content/plugins/woocommerce/assets/js/frontend/price-slider.js'),(17863,'wp-content/plugins/woocommerce/assets/js/frontend/price-slider.min.js'),(17864,'wp-content/plugins/woocommerce/assets/js/frontend/single-product.js'),(17865,'wp-content/plugins/woocommerce/assets/js/frontend/single-product.min.js'),(17866,'wp-content/plugins/woocommerce/assets/js/frontend/tokenization-form.js'),(17867,'wp-content/plugins/woocommerce/assets/js/frontend/tokenization-form.min.js'),(17868,'wp-content/plugins/woocommerce/assets/js/frontend/woocommerce.js'),(17869,'wp-content/plugins/woocommerce/assets/js/frontend/woocommerce.min.js'),(17870,'wp-content/plugins/woocommerce/assets/js/jquery-blockui/jquery.blockUI.js'),(17871,'wp-content/plugins/woocommerce/assets/js/jquery-blockui/jquery.blockUI.min.js'),(17872,'wp-content/plugins/woocommerce/assets/js/jquery-cookie/jquery.cookie.js'),(17873,'wp-content/plugins/woocommerce/assets/js/jquery-cookie/jquery.cookie.min.js'),(17874,'wp-content/plugins/woocommerce/assets/js/jquery-flot/jquery.flot.js'),(17875,'wp-content/plugins/woocommerce/assets/js/jquery-flot/jquery.flot.min.js'),(17876,'wp-content/plugins/woocommerce/assets/js/jquery-flot/jquery.flot.pie.js'),(17877,'wp-content/plugins/woocommerce/assets/js/jquery-flot/jquery.flot.pie.min.js'),(17878,'wp-content/plugins/woocommerce/assets/js/jquery-flot/jquery.flot.resize.js'),(17879,'wp-content/plugins/woocommerce/assets/js/jquery-flot/jquery.flot.resize.min.js'),(17880,'wp-content/plugins/woocommerce/assets/js/jquery-flot/jquery.flot.stack.js'),(17881,'wp-content/plugins/woocommerce/assets/js/jquery-flot/jquery.flot.stack.min.js'),(17882,'wp-content/plugins/woocommerce/assets/js/jquery-flot/jquery.flot.time.js'),(17883,'wp-content/plugins/woocommerce/assets/js/jquery-flot/jquery.flot.time.min.js'),(17884,'wp-content/plugins/woocommerce/assets/js/jquery-payment/jquery.payment.js'),(17885,'wp-content/plugins/woocommerce/assets/js/jquery-payment/jquery.payment.min.js'),(17886,'wp-content/plugins/woocommerce/assets/js/jquery-qrcode/jquery.qrcode.js'),(17887,'wp-content/plugins/woocommerce/assets/js/jquery-qrcode/jquery.qrcode.min.js'),(17888,'wp-content/plugins/woocommerce/assets/js/jquery-serializejson/jquery.serializejson.js'),(17889,'wp-content/plugins/woocommerce/assets/js/jquery-serializejson/jquery.serializejson.min.js'),(17890,'wp-content/plugins/woocommerce/assets/js/jquery-tiptip/jquery.tipTip.js'),(17891,'wp-content/plugins/woocommerce/assets/js/jquery-tiptip/jquery.tipTip.min.js'),(17892,'wp-content/plugins/woocommerce/assets/js/jquery-ui-touch-punch/jquery-ui-touch-punch.js'),(17893,'wp-content/plugins/woocommerce/assets/js/jquery-ui-touch-punch/jquery-ui-touch-punch.min.js'),(17894,'wp-content/plugins/woocommerce/assets/js/js-cookie/js.cookie.js'),(17895,'wp-content/plugins/woocommerce/assets/js/js-cookie/js.cookie.min.js'),(17896,'wp-content/plugins/woocommerce/assets/js/photoswipe/photoswipe-ui-default.js'),(17897,'wp-content/plugins/woocommerce/assets/js/photoswipe/photoswipe-ui-default.min.js'),(17898,'wp-content/plugins/woocommerce/assets/js/photoswipe/photoswipe.js'),(17899,'wp-content/plugins/woocommerce/assets/js/photoswipe/photoswipe.min.js'),(17900,'wp-content/plugins/woocommerce/assets/js/prettyPhoto/jquery.prettyPhoto.init.js'),(17901,'wp-content/plugins/woocommerce/assets/js/prettyPhoto/jquery.prettyPhoto.init.min.js'),(17902,'wp-content/plugins/woocommerce/assets/js/prettyPhoto/jquery.prettyPhoto.js'),(17903,'wp-content/plugins/woocommerce/assets/js/prettyPhoto/jquery.prettyPhoto.min.js'),(17904,'wp-content/plugins/woocommerce/assets/js/round/round.js'),(17905,'wp-content/plugins/woocommerce/assets/js/round/round.min.js'),(17906,'wp-content/plugins/woocommerce/assets/js/select2/select2.full.js'),(17907,'wp-content/plugins/woocommerce/assets/js/select2/select2.full.min.js'),(17908,'wp-content/plugins/woocommerce/assets/js/select2/select2.js'),(17909,'wp-content/plugins/woocommerce/assets/js/select2/select2.min.js'),(17910,'wp-content/plugins/woocommerce/assets/js/selectWoo/selectWoo.full.js'),(17911,'wp-content/plugins/woocommerce/assets/js/selectWoo/selectWoo.full.min.js'),(17912,'wp-content/plugins/woocommerce/assets/js/selectWoo/selectWoo.js'),(17913,'wp-content/plugins/woocommerce/assets/js/selectWoo/selectWoo.min.js'),(17914,'wp-content/plugins/woocommerce/assets/js/stupidtable/stupidtable.js'),(17915,'wp-content/plugins/woocommerce/assets/js/stupidtable/stupidtable.min.js'),(17916,'wp-content/plugins/woocommerce/assets/js/zeroclipboard/ZeroClipboard.swf'),(17917,'wp-content/plugins/woocommerce/assets/js/zeroclipboard/jquery.zeroclipboard.js'),(17918,'wp-content/plugins/woocommerce/assets/js/zeroclipboard/jquery.zeroclipboard.min.js'),(17919,'wp-content/plugins/woocommerce/assets/js/zoom/jquery.zoom.js'),(17920,'wp-content/plugins/woocommerce/assets/js/zoom/jquery.zoom.min.js'),(17921,'wp-content/plugins/woocommerce/i18n/continents.php'),(17922,'wp-content/plugins/woocommerce/i18n/countries.php'),(17923,'wp-content/plugins/woocommerce/i18n/languages/woocommerce.pot'),(17924,'wp-content/plugins/woocommerce/i18n/locale-info.php'),(17925,'wp-content/plugins/woocommerce/i18n/phone.php'),(17926,'wp-content/plugins/woocommerce/i18n/states/AO.php'),(17927,'wp-content/plugins/woocommerce/i18n/states/AR.php'),(17928,'wp-content/plugins/woocommerce/i18n/states/AU.php'),(17929,'wp-content/plugins/woocommerce/i18n/states/BD.php'),(17930,'wp-content/plugins/woocommerce/i18n/states/BG.php'),(17931,'wp-content/plugins/woocommerce/i18n/states/BO.php'),(17932,'wp-content/plugins/woocommerce/i18n/states/BR.php'),(17933,'wp-content/plugins/woocommerce/i18n/states/CA.php'),(17934,'wp-content/plugins/woocommerce/i18n/states/CH.php'),(17935,'wp-content/plugins/woocommerce/i18n/states/CN.php'),(17936,'wp-content/plugins/woocommerce/i18n/states/ES.php'),(17937,'wp-content/plugins/woocommerce/i18n/states/GR.php'),(17938,'wp-content/plugins/woocommerce/i18n/states/HK.php'),(17939,'wp-content/plugins/woocommerce/i18n/states/HU.php'),(17940,'wp-content/plugins/woocommerce/i18n/states/ID.php'),(17941,'wp-content/plugins/woocommerce/i18n/states/IE.php'),(17942,'wp-content/plugins/woocommerce/i18n/states/IN.php'),(17943,'wp-content/plugins/woocommerce/i18n/states/IR.php'),(17944,'wp-content/plugins/woocommerce/i18n/states/IT.php'),(17945,'wp-content/plugins/woocommerce/i18n/states/JP.php'),(17946,'wp-content/plugins/woocommerce/i18n/states/LR.php'),(17947,'wp-content/plugins/woocommerce/i18n/states/MD.php'),(17948,'wp-content/plugins/woocommerce/i18n/states/MX.php'),(17949,'wp-content/plugins/woocommerce/i18n/states/MY.php'),(17950,'wp-content/plugins/woocommerce/i18n/states/NG.php'),(17951,'wp-content/plugins/woocommerce/i18n/states/NP.php'),(17952,'wp-content/plugins/woocommerce/i18n/states/NZ.php'),(17953,'wp-content/plugins/woocommerce/i18n/states/PE.php'),(17954,'wp-content/plugins/woocommerce/i18n/states/PH.php'),(17955,'wp-content/plugins/woocommerce/i18n/states/PK.php'),(17956,'wp-content/plugins/woocommerce/i18n/states/PY.php'),(17957,'wp-content/plugins/woocommerce/i18n/states/RO.php'),(17958,'wp-content/plugins/woocommerce/i18n/states/TH.php'),(17959,'wp-content/plugins/woocommerce/i18n/states/TR.php'),(17960,'wp-content/plugins/woocommerce/i18n/states/TZ.php'),(17961,'wp-content/plugins/woocommerce/i18n/states/UG.php'),(17962,'wp-content/plugins/woocommerce/i18n/states/UM.php'),(17963,'wp-content/plugins/woocommerce/i18n/states/US.php'),(17964,'wp-content/plugins/woocommerce/i18n/states/ZA.php'),(17965,'wp-content/plugins/woocommerce/i18n/states.php'),(17966,'wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-data.php'),(17967,'wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-deprecated-hooks.php'),(17968,'wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-integration.php'),(17969,'wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-log-handler.php'),(17970,'wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-object-query.php'),(17971,'wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-order.php'),(17972,'wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-payment-gateway.php'),(17973,'wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-payment-token.php'),(17974,'wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-privacy.php'),(17975,'wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-product.php'),(17976,'wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-session.php'),(17977,'wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-settings-api.php'),(17978,'wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-shipping-method.php'),(17979,'wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-widget.php'),(17980,'wp-content/plugins/woocommerce/includes/abstracts/class-wc-background-process.php'),(17981,'wp-content/plugins/woocommerce/includes/admin/class-wc-admin-addons.php'),(17982,'wp-content/plugins/woocommerce/includes/admin/class-wc-admin-api-keys-table-list.php'),(17983,'wp-content/plugins/woocommerce/includes/admin/class-wc-admin-api-keys.php'),(17984,'wp-content/plugins/woocommerce/includes/admin/class-wc-admin-assets.php'),(17985,'wp-content/plugins/woocommerce/includes/admin/class-wc-admin-attributes.php'),(17986,'wp-content/plugins/woocommerce/includes/admin/class-wc-admin-customize.php'),(17987,'wp-content/plugins/woocommerce/includes/admin/class-wc-admin-dashboard.php'),(17988,'wp-content/plugins/woocommerce/includes/admin/class-wc-admin-duplicate-product.php'),(17989,'wp-content/plugins/woocommerce/includes/admin/class-wc-admin-exporters.php'),(17990,'wp-content/plugins/woocommerce/includes/admin/class-wc-admin-help.php'),(17991,'wp-content/plugins/woocommerce/includes/admin/class-wc-admin-importers.php'),(17992,'wp-content/plugins/woocommerce/includes/admin/class-wc-admin-log-table-list.php'),(17993,'wp-content/plugins/woocommerce/includes/admin/class-wc-admin-menus.php'),(17994,'wp-content/plugins/woocommerce/includes/admin/class-wc-admin-meta-boxes.php'),(17995,'wp-content/plugins/woocommerce/includes/admin/class-wc-admin-notices.php'),(17996,'wp-content/plugins/woocommerce/includes/admin/class-wc-admin-permalink-settings.php'),(17997,'wp-content/plugins/woocommerce/includes/admin/class-wc-admin-pointers.php'),(17998,'wp-content/plugins/woocommerce/includes/admin/class-wc-admin-post-types.php'),(17999,'wp-content/plugins/woocommerce/includes/admin/class-wc-admin-profile.php'),(18000,'wp-content/plugins/woocommerce/includes/admin/class-wc-admin-reports.php'),(18001,'wp-content/plugins/woocommerce/includes/admin/class-wc-admin-settings.php'),(18002,'wp-content/plugins/woocommerce/includes/admin/class-wc-admin-setup-wizard.php'),(18003,'wp-content/plugins/woocommerce/includes/admin/class-wc-admin-status.php'),(18004,'wp-content/plugins/woocommerce/includes/admin/class-wc-admin-taxonomies.php'),(18005,'wp-content/plugins/woocommerce/includes/admin/class-wc-admin-webhooks-table-list.php'),(18006,'wp-content/plugins/woocommerce/includes/admin/class-wc-admin-webhooks.php'),(18007,'wp-content/plugins/woocommerce/includes/admin/class-wc-admin.php'),(18008,'wp-content/plugins/woocommerce/includes/admin/helper/class-wc-helper-api.php'),(18009,'wp-content/plugins/woocommerce/includes/admin/helper/class-wc-helper-compat.php'),(18010,'wp-content/plugins/woocommerce/includes/admin/helper/class-wc-helper-options.php'),(18011,'wp-content/plugins/woocommerce/includes/admin/helper/class-wc-helper-plugin-info.php'),(18012,'wp-content/plugins/woocommerce/includes/admin/helper/class-wc-helper-updater.php'),(18013,'wp-content/plugins/woocommerce/includes/admin/helper/class-wc-helper.php'),(18014,'wp-content/plugins/woocommerce/includes/admin/helper/views/html-helper-compat.php'),(18015,'wp-content/plugins/woocommerce/includes/admin/helper/views/html-main.php'),(18016,'wp-content/plugins/woocommerce/includes/admin/helper/views/html-oauth-start.php'),(18017,'wp-content/plugins/woocommerce/includes/admin/helper/views/html-section-account.php'),(18018,'wp-content/plugins/woocommerce/includes/admin/helper/views/html-section-nav.php'),(18019,'wp-content/plugins/woocommerce/includes/admin/helper/views/html-section-notices.php'),(18020,'wp-content/plugins/woocommerce/includes/admin/importers/class-wc-product-csv-importer-controller.php'),(18021,'wp-content/plugins/woocommerce/includes/admin/importers/class-wc-tax-rate-importer.php'),(18022,'wp-content/plugins/woocommerce/includes/admin/importers/mappings/default.php'),(18023,'wp-content/plugins/woocommerce/includes/admin/importers/mappings/generic.php'),(18024,'wp-content/plugins/woocommerce/includes/admin/importers/mappings/mappings.php'),(18025,'wp-content/plugins/woocommerce/includes/admin/importers/mappings/shopify.php'),(18026,'wp-content/plugins/woocommerce/includes/admin/importers/mappings/wordpress.php'),(18027,'wp-content/plugins/woocommerce/includes/admin/importers/views/html-csv-import-done.php'),(18028,'wp-content/plugins/woocommerce/includes/admin/importers/views/html-csv-import-footer.php'),(18029,'wp-content/plugins/woocommerce/includes/admin/importers/views/html-csv-import-header.php'),(18030,'wp-content/plugins/woocommerce/includes/admin/importers/views/html-csv-import-mapping.php'),(18031,'wp-content/plugins/woocommerce/includes/admin/importers/views/html-csv-import-progress.php'),(18032,'wp-content/plugins/woocommerce/includes/admin/importers/views/html-csv-import-steps.php'),(18033,'wp-content/plugins/woocommerce/includes/admin/importers/views/html-product-csv-import-form.php'),(18034,'wp-content/plugins/woocommerce/includes/admin/list-tables/abstract-class-wc-admin-list-table.php'),(18035,'wp-content/plugins/woocommerce/includes/admin/list-tables/class-wc-admin-list-table-coupons.php'),(18036,'wp-content/plugins/woocommerce/includes/admin/list-tables/class-wc-admin-list-table-orders.php'),(18037,'wp-content/plugins/woocommerce/includes/admin/list-tables/class-wc-admin-list-table-products.php'),(18038,'wp-content/plugins/woocommerce/includes/admin/marketplace-suggestions/class-wc-marketplace-suggestions.php'),(18039,'wp-content/plugins/woocommerce/includes/admin/marketplace-suggestions/class-wc-marketplace-updater.php'),(18040,'wp-content/plugins/woocommerce/includes/admin/marketplace-suggestions/templates/html-product-data-extensions.php'),(18041,'wp-content/plugins/woocommerce/includes/admin/marketplace-suggestions/views/container.php'),(18042,'wp-content/plugins/woocommerce/includes/admin/meta-boxes/class-wc-meta-box-coupon-data.php'),(18043,'wp-content/plugins/woocommerce/includes/admin/meta-boxes/class-wc-meta-box-order-actions.php'),(18044,'wp-content/plugins/woocommerce/includes/admin/meta-boxes/class-wc-meta-box-order-data.php'),(18045,'wp-content/plugins/woocommerce/includes/admin/meta-boxes/class-wc-meta-box-order-downloads.php'),(18046,'wp-content/plugins/woocommerce/includes/admin/meta-boxes/class-wc-meta-box-order-items.php'),(18047,'wp-content/plugins/woocommerce/includes/admin/meta-boxes/class-wc-meta-box-order-notes.php'),(18048,'wp-content/plugins/woocommerce/includes/admin/meta-boxes/class-wc-meta-box-product-data.php'),(18049,'wp-content/plugins/woocommerce/includes/admin/meta-boxes/class-wc-meta-box-product-images.php'),(18050,'wp-content/plugins/woocommerce/includes/admin/meta-boxes/class-wc-meta-box-product-reviews.php'),(18051,'wp-content/plugins/woocommerce/includes/admin/meta-boxes/class-wc-meta-box-product-short-description.php'),(18052,'wp-content/plugins/woocommerce/includes/admin/meta-boxes/views/html-order-download-permission.php'),(18053,'wp-content/plugins/woocommerce/includes/admin/meta-boxes/views/html-order-fee.php'),(18054,'wp-content/plugins/woocommerce/includes/admin/meta-boxes/views/html-order-item-meta.php'),(18055,'wp-content/plugins/woocommerce/includes/admin/meta-boxes/views/html-order-item.php'),(18056,'wp-content/plugins/woocommerce/includes/admin/meta-boxes/views/html-order-items.php'),(18057,'wp-content/plugins/woocommerce/includes/admin/meta-boxes/views/html-order-notes.php'),(18058,'wp-content/plugins/woocommerce/includes/admin/meta-boxes/views/html-order-refund.php'),(18059,'wp-content/plugins/woocommerce/includes/admin/meta-boxes/views/html-order-shipping.php'),(18060,'wp-content/plugins/woocommerce/includes/admin/meta-boxes/views/html-product-attribute.php'),(18061,'wp-content/plugins/woocommerce/includes/admin/meta-boxes/views/html-product-data-advanced.php'),(18062,'wp-content/plugins/woocommerce/includes/admin/meta-boxes/views/html-product-data-attributes.php'),(18063,'wp-content/plugins/woocommerce/includes/admin/meta-boxes/views/html-product-data-general.php'),(18064,'wp-content/plugins/woocommerce/includes/admin/meta-boxes/views/html-product-data-inventory.php'),(18065,'wp-content/plugins/woocommerce/includes/admin/meta-boxes/views/html-product-data-linked-products.php'),(18066,'wp-content/plugins/woocommerce/includes/admin/meta-boxes/views/html-product-data-panel.php'),(18067,'wp-content/plugins/woocommerce/includes/admin/meta-boxes/views/html-product-data-shipping.php'),(18068,'wp-content/plugins/woocommerce/includes/admin/meta-boxes/views/html-product-data-variations.php'),(18069,'wp-content/plugins/woocommerce/includes/admin/meta-boxes/views/html-product-download.php'),(18070,'wp-content/plugins/woocommerce/includes/admin/meta-boxes/views/html-product-variation-download.php'),(18071,'wp-content/plugins/woocommerce/includes/admin/meta-boxes/views/html-variation-admin.php'),(18072,'wp-content/plugins/woocommerce/includes/admin/plugin-updates/class-wc-plugin-updates.php'),(18073,'wp-content/plugins/woocommerce/includes/admin/plugin-updates/class-wc-plugins-screen-updates.php'),(18074,'wp-content/plugins/woocommerce/includes/admin/plugin-updates/class-wc-updates-screen-updates.php'),(18075,'wp-content/plugins/woocommerce/includes/admin/plugin-updates/views/html-notice-untested-extensions-inline.php'),(18076,'wp-content/plugins/woocommerce/includes/admin/plugin-updates/views/html-notice-untested-extensions-modal.php'),(18077,'wp-content/plugins/woocommerce/includes/admin/reports/class-wc-admin-report.php'),(18078,'wp-content/plugins/woocommerce/includes/admin/reports/class-wc-report-coupon-usage.php'),(18079,'wp-content/plugins/woocommerce/includes/admin/reports/class-wc-report-customer-list.php'),(18080,'wp-content/plugins/woocommerce/includes/admin/reports/class-wc-report-customers.php'),(18081,'wp-content/plugins/woocommerce/includes/admin/reports/class-wc-report-downloads.php'),(18082,'wp-content/plugins/woocommerce/includes/admin/reports/class-wc-report-low-in-stock.php'),(18083,'wp-content/plugins/woocommerce/includes/admin/reports/class-wc-report-most-stocked.php'),(18084,'wp-content/plugins/woocommerce/includes/admin/reports/class-wc-report-out-of-stock.php'),(18085,'wp-content/plugins/woocommerce/includes/admin/reports/class-wc-report-sales-by-category.php'),(18086,'wp-content/plugins/woocommerce/includes/admin/reports/class-wc-report-sales-by-date.php'),(18087,'wp-content/plugins/woocommerce/includes/admin/reports/class-wc-report-sales-by-product.php'),(18088,'wp-content/plugins/woocommerce/includes/admin/reports/class-wc-report-stock.php'),(18089,'wp-content/plugins/woocommerce/includes/admin/reports/class-wc-report-taxes-by-code.php'),(18090,'wp-content/plugins/woocommerce/includes/admin/reports/class-wc-report-taxes-by-date.php'),(18091,'wp-content/plugins/woocommerce/includes/admin/settings/class-wc-settings-accounts.php'),(18092,'wp-content/plugins/woocommerce/includes/admin/settings/class-wc-settings-advanced.php'),(18093,'wp-content/plugins/woocommerce/includes/admin/settings/class-wc-settings-checkout.php'),(18094,'wp-content/plugins/woocommerce/includes/admin/settings/class-wc-settings-emails.php'),(18095,'wp-content/plugins/woocommerce/includes/admin/settings/class-wc-settings-general.php'),(18096,'wp-content/plugins/woocommerce/includes/admin/settings/class-wc-settings-integrations.php'),(18097,'wp-content/plugins/woocommerce/includes/admin/settings/class-wc-settings-page.php'),(18098,'wp-content/plugins/woocommerce/includes/admin/settings/class-wc-settings-payment-gateways.php'),(18099,'wp-content/plugins/woocommerce/includes/admin/settings/class-wc-settings-products.php'),(18100,'wp-content/plugins/woocommerce/includes/admin/settings/class-wc-settings-shipping.php'),(18101,'wp-content/plugins/woocommerce/includes/admin/settings/class-wc-settings-tax.php'),(18102,'wp-content/plugins/woocommerce/includes/admin/settings/views/class-wc-settings-rest-api.php'),(18103,'wp-content/plugins/woocommerce/includes/admin/settings/views/html-admin-page-shipping-classes.php'),(18104,'wp-content/plugins/woocommerce/includes/admin/settings/views/html-admin-page-shipping-zone-methods.php'),(18105,'wp-content/plugins/woocommerce/includes/admin/settings/views/html-admin-page-shipping-zones-instance.php'),(18106,'wp-content/plugins/woocommerce/includes/admin/settings/views/html-admin-page-shipping-zones.php'),(18107,'wp-content/plugins/woocommerce/includes/admin/settings/views/html-keys-edit.php'),(18108,'wp-content/plugins/woocommerce/includes/admin/settings/views/html-settings-tax.php'),(18109,'wp-content/plugins/woocommerce/includes/admin/settings/views/html-webhooks-edit.php'),(18110,'wp-content/plugins/woocommerce/includes/admin/settings/views/settings-tax.php'),(18111,'wp-content/plugins/woocommerce/includes/admin/views/html-admin-page-addons.php'),(18112,'wp-content/plugins/woocommerce/includes/admin/views/html-admin-page-product-export.php'),(18113,'wp-content/plugins/woocommerce/includes/admin/views/html-admin-page-reports.php'),(18114,'wp-content/plugins/woocommerce/includes/admin/views/html-admin-page-status-logs-db.php'),(18115,'wp-content/plugins/woocommerce/includes/admin/views/html-admin-page-status-logs.php'),(18116,'wp-content/plugins/woocommerce/includes/admin/views/html-admin-page-status-report.php'),(18117,'wp-content/plugins/woocommerce/includes/admin/views/html-admin-page-status-tools.php'),(18118,'wp-content/plugins/woocommerce/includes/admin/views/html-admin-page-status.php'),(18119,'wp-content/plugins/woocommerce/includes/admin/views/html-admin-settings.php'),(18120,'wp-content/plugins/woocommerce/includes/admin/views/html-bulk-edit-product.php'),(18121,'wp-content/plugins/woocommerce/includes/admin/views/html-email-template-preview.php'),(18122,'wp-content/plugins/woocommerce/includes/admin/views/html-notice-custom.php'),(18123,'wp-content/plugins/woocommerce/includes/admin/views/html-notice-install.php'),(18124,'wp-content/plugins/woocommerce/includes/admin/views/html-notice-legacy-shipping.php'),(18125,'wp-content/plugins/woocommerce/includes/admin/views/html-notice-no-shipping-methods.php'),(18126,'wp-content/plugins/woocommerce/includes/admin/views/html-notice-regenerating-lookup-table.php'),(18127,'wp-content/plugins/woocommerce/includes/admin/views/html-notice-regenerating-thumbnails.php'),(18128,'wp-content/plugins/woocommerce/includes/admin/views/html-notice-secure-connection.php'),(18129,'wp-content/plugins/woocommerce/includes/admin/views/html-notice-template-check.php'),(18130,'wp-content/plugins/woocommerce/includes/admin/views/html-notice-update.php'),(18131,'wp-content/plugins/woocommerce/includes/admin/views/html-notice-updated.php'),(18132,'wp-content/plugins/woocommerce/includes/admin/views/html-notice-updating.php'),(18133,'wp-content/plugins/woocommerce/includes/admin/views/html-notice-wc-admin.php'),(18134,'wp-content/plugins/woocommerce/includes/admin/views/html-notice-wp-php-minimum-requirements.php'),(18135,'wp-content/plugins/woocommerce/includes/admin/views/html-quick-edit-product.php'),(18136,'wp-content/plugins/woocommerce/includes/admin/views/html-report-by-date.php'),(18137,'wp-content/plugins/woocommerce/includes/admin/wc-admin-functions.php'),(18138,'wp-content/plugins/woocommerce/includes/admin/wc-meta-box-functions.php'),(18139,'wp-content/plugins/woocommerce/includes/class-wc-ajax.php'),(18140,'wp-content/plugins/woocommerce/includes/class-wc-api.php'),(18141,'wp-content/plugins/woocommerce/includes/class-wc-auth.php'),(18142,'wp-content/plugins/woocommerce/includes/class-wc-autoloader.php'),(18143,'wp-content/plugins/woocommerce/includes/class-wc-background-emailer.php'),(18144,'wp-content/plugins/woocommerce/includes/class-wc-background-updater.php'),(18145,'wp-content/plugins/woocommerce/includes/class-wc-breadcrumb.php'),(18146,'wp-content/plugins/woocommerce/includes/class-wc-cache-helper.php'),(18147,'wp-content/plugins/woocommerce/includes/class-wc-cart-fees.php'),(18148,'wp-content/plugins/woocommerce/includes/class-wc-cart-session.php'),(18149,'wp-content/plugins/woocommerce/includes/class-wc-cart-totals.php'),(18150,'wp-content/plugins/woocommerce/includes/class-wc-cart.php'),(18151,'wp-content/plugins/woocommerce/includes/class-wc-checkout.php'),(18152,'wp-content/plugins/woocommerce/includes/class-wc-cli.php'),(18153,'wp-content/plugins/woocommerce/includes/class-wc-comments.php'),(18154,'wp-content/plugins/woocommerce/includes/class-wc-countries.php'),(18155,'wp-content/plugins/woocommerce/includes/class-wc-coupon.php'),(18156,'wp-content/plugins/woocommerce/includes/class-wc-customer-download-log.php'),(18157,'wp-content/plugins/woocommerce/includes/class-wc-customer-download.php'),(18158,'wp-content/plugins/woocommerce/includes/class-wc-customer.php'),(18159,'wp-content/plugins/woocommerce/includes/class-wc-data-exception.php'),(18160,'wp-content/plugins/woocommerce/includes/class-wc-data-store.php'),(18161,'wp-content/plugins/woocommerce/includes/class-wc-datetime.php'),(18162,'wp-content/plugins/woocommerce/includes/class-wc-deprecated-action-hooks.php'),(18163,'wp-content/plugins/woocommerce/includes/class-wc-deprecated-filter-hooks.php'),(18164,'wp-content/plugins/woocommerce/includes/class-wc-discounts.php'),(18165,'wp-content/plugins/woocommerce/includes/class-wc-download-handler.php'),(18166,'wp-content/plugins/woocommerce/includes/class-wc-emails.php'),(18167,'wp-content/plugins/woocommerce/includes/class-wc-embed.php'),(18168,'wp-content/plugins/woocommerce/includes/class-wc-form-handler.php'),(18169,'wp-content/plugins/woocommerce/includes/class-wc-frontend-scripts.php'),(18170,'wp-content/plugins/woocommerce/includes/class-wc-geo-ip.php'),(18171,'wp-content/plugins/woocommerce/includes/class-wc-geolite-integration.php'),(18172,'wp-content/plugins/woocommerce/includes/class-wc-geolocation.php'),(18173,'wp-content/plugins/woocommerce/includes/class-wc-https.php'),(18174,'wp-content/plugins/woocommerce/includes/class-wc-install.php'),(18175,'wp-content/plugins/woocommerce/includes/class-wc-integrations.php'),(18176,'wp-content/plugins/woocommerce/includes/class-wc-log-levels.php'),(18177,'wp-content/plugins/woocommerce/includes/class-wc-logger.php'),(18178,'wp-content/plugins/woocommerce/includes/class-wc-meta-data.php'),(18179,'wp-content/plugins/woocommerce/includes/class-wc-order-factory.php'),(18180,'wp-content/plugins/woocommerce/includes/class-wc-order-item-coupon.php'),(18181,'wp-content/plugins/woocommerce/includes/class-wc-order-item-fee.php'),(18182,'wp-content/plugins/woocommerce/includes/class-wc-order-item-meta.php'),(18183,'wp-content/plugins/woocommerce/includes/class-wc-order-item-product.php'),(18184,'wp-content/plugins/woocommerce/includes/class-wc-order-item-shipping.php'),(18185,'wp-content/plugins/woocommerce/includes/class-wc-order-item-tax.php'),(18186,'wp-content/plugins/woocommerce/includes/class-wc-order-item.php'),(18187,'wp-content/plugins/woocommerce/includes/class-wc-order-query.php'),(18188,'wp-content/plugins/woocommerce/includes/class-wc-order-refund.php'),(18189,'wp-content/plugins/woocommerce/includes/class-wc-order.php'),(18190,'wp-content/plugins/woocommerce/includes/class-wc-payment-gateways.php'),(18191,'wp-content/plugins/woocommerce/includes/class-wc-payment-tokens.php'),(18192,'wp-content/plugins/woocommerce/includes/class-wc-post-data.php'),(18193,'wp-content/plugins/woocommerce/includes/class-wc-post-types.php'),(18194,'wp-content/plugins/woocommerce/includes/class-wc-privacy-background-process.php'),(18195,'wp-content/plugins/woocommerce/includes/class-wc-privacy-erasers.php'),(18196,'wp-content/plugins/woocommerce/includes/class-wc-privacy-exporters.php'),(18197,'wp-content/plugins/woocommerce/includes/class-wc-privacy.php'),(18198,'wp-content/plugins/woocommerce/includes/class-wc-product-attribute.php'),(18199,'wp-content/plugins/woocommerce/includes/class-wc-product-download.php'),(18200,'wp-content/plugins/woocommerce/includes/class-wc-product-external.php'),(18201,'wp-content/plugins/woocommerce/includes/class-wc-product-factory.php'),(18202,'wp-content/plugins/woocommerce/includes/class-wc-product-grouped.php'),(18203,'wp-content/plugins/woocommerce/includes/class-wc-product-query.php'),(18204,'wp-content/plugins/woocommerce/includes/class-wc-product-simple.php'),(18205,'wp-content/plugins/woocommerce/includes/class-wc-product-variable.php'),(18206,'wp-content/plugins/woocommerce/includes/class-wc-product-variation.php'),(18207,'wp-content/plugins/woocommerce/includes/class-wc-query.php'),(18208,'wp-content/plugins/woocommerce/includes/class-wc-regenerate-images-request.php'),(18209,'wp-content/plugins/woocommerce/includes/class-wc-regenerate-images.php'),(18210,'wp-content/plugins/woocommerce/includes/class-wc-register-wp-admin-settings.php'),(18211,'wp-content/plugins/woocommerce/includes/class-wc-rest-authentication.php'),(18212,'wp-content/plugins/woocommerce/includes/class-wc-rest-exception.php'),(18213,'wp-content/plugins/woocommerce/includes/class-wc-session-handler.php'),(18214,'wp-content/plugins/woocommerce/includes/class-wc-shipping-rate.php'),(18215,'wp-content/plugins/woocommerce/includes/class-wc-shipping-zone.php'),(18216,'wp-content/plugins/woocommerce/includes/class-wc-shipping-zones.php'),(18217,'wp-content/plugins/woocommerce/includes/class-wc-shipping.php'),(18218,'wp-content/plugins/woocommerce/includes/class-wc-shortcodes.php'),(18219,'wp-content/plugins/woocommerce/includes/class-wc-structured-data.php'),(18220,'wp-content/plugins/woocommerce/includes/class-wc-tax.php'),(18221,'wp-content/plugins/woocommerce/includes/class-wc-template-loader.php'),(18222,'wp-content/plugins/woocommerce/includes/class-wc-tracker.php'),(18223,'wp-content/plugins/woocommerce/includes/class-wc-validation.php'),(18224,'wp-content/plugins/woocommerce/includes/class-wc-webhook.php'),(18225,'wp-content/plugins/woocommerce/includes/class-woocommerce.php'),(18226,'wp-content/plugins/woocommerce/includes/cli/class-wc-cli-rest-command.php'),(18227,'wp-content/plugins/woocommerce/includes/cli/class-wc-cli-runner.php'),(18228,'wp-content/plugins/woocommerce/includes/cli/class-wc-cli-tool-command.php'),(18229,'wp-content/plugins/woocommerce/includes/cli/class-wc-cli-update-command.php'),(18230,'wp-content/plugins/woocommerce/includes/customizer/class-wc-customizer-control-cropping.php'),(18231,'wp-content/plugins/woocommerce/includes/customizer/class-wc-shop-customizer.php'),(18232,'wp-content/plugins/woocommerce/includes/data-stores/abstract-wc-order-data-store-cpt.php'),(18233,'wp-content/plugins/woocommerce/includes/data-stores/abstract-wc-order-item-type-data-store.php'),(18234,'wp-content/plugins/woocommerce/includes/data-stores/class-wc-coupon-data-store-cpt.php'),(18235,'wp-content/plugins/woocommerce/includes/data-stores/class-wc-customer-data-store-session.php'),(18236,'wp-content/plugins/woocommerce/includes/data-stores/class-wc-customer-data-store.php'),(18237,'wp-content/plugins/woocommerce/includes/data-stores/class-wc-customer-download-data-store.php'),(18238,'wp-content/plugins/woocommerce/includes/data-stores/class-wc-customer-download-log-data-store.php'),(18239,'wp-content/plugins/woocommerce/includes/data-stores/class-wc-data-store-wp.php'),(18240,'wp-content/plugins/woocommerce/includes/data-stores/class-wc-order-data-store-cpt.php'),(18241,'wp-content/plugins/woocommerce/includes/data-stores/class-wc-order-item-coupon-data-store.php'),(18242,'wp-content/plugins/woocommerce/includes/data-stores/class-wc-order-item-data-store.php'),(18243,'wp-content/plugins/woocommerce/includes/data-stores/class-wc-order-item-fee-data-store.php'),(18244,'wp-content/plugins/woocommerce/includes/data-stores/class-wc-order-item-product-data-store.php'),(18245,'wp-content/plugins/woocommerce/includes/data-stores/class-wc-order-item-shipping-data-store.php'),(18246,'wp-content/plugins/woocommerce/includes/data-stores/class-wc-order-item-tax-data-store.php'),(18247,'wp-content/plugins/woocommerce/includes/data-stores/class-wc-order-refund-data-store-cpt.php'),(18248,'wp-content/plugins/woocommerce/includes/data-stores/class-wc-payment-token-data-store.php'),(18249,'wp-content/plugins/woocommerce/includes/data-stores/class-wc-product-data-store-cpt.php'),(18250,'wp-content/plugins/woocommerce/includes/data-stores/class-wc-product-grouped-data-store-cpt.php'),(18251,'wp-content/plugins/woocommerce/includes/data-stores/class-wc-product-variable-data-store-cpt.php'),(18252,'wp-content/plugins/woocommerce/includes/data-stores/class-wc-product-variation-data-store-cpt.php'),(18253,'wp-content/plugins/woocommerce/includes/data-stores/class-wc-shipping-zone-data-store.php'),(18254,'wp-content/plugins/woocommerce/includes/data-stores/class-wc-webhook-data-store.php'),(18255,'wp-content/plugins/woocommerce/includes/emails/class-wc-email-cancelled-order.php'),(18256,'wp-content/plugins/woocommerce/includes/emails/class-wc-email-customer-completed-order.php'),(18257,'wp-content/plugins/woocommerce/includes/emails/class-wc-email-customer-invoice.php'),(18258,'wp-content/plugins/woocommerce/includes/emails/class-wc-email-customer-new-account.php'),(18259,'wp-content/plugins/woocommerce/includes/emails/class-wc-email-customer-note.php'),(18260,'wp-content/plugins/woocommerce/includes/emails/class-wc-email-customer-on-hold-order.php'),(18261,'wp-content/plugins/woocommerce/includes/emails/class-wc-email-customer-processing-order.php'),(18262,'wp-content/plugins/woocommerce/includes/emails/class-wc-email-customer-refunded-order.php'),(18263,'wp-content/plugins/woocommerce/includes/emails/class-wc-email-customer-reset-password.php'),(18264,'wp-content/plugins/woocommerce/includes/emails/class-wc-email-failed-order.php'),(18265,'wp-content/plugins/woocommerce/includes/emails/class-wc-email-new-order.php'),(18266,'wp-content/plugins/woocommerce/includes/emails/class-wc-email.php'),(18267,'wp-content/plugins/woocommerce/includes/export/abstract-wc-csv-batch-exporter.php'),(18268,'wp-content/plugins/woocommerce/includes/export/abstract-wc-csv-exporter.php'),(18269,'wp-content/plugins/woocommerce/includes/export/class-wc-product-csv-exporter.php'),(18270,'wp-content/plugins/woocommerce/includes/gateways/bacs/class-wc-gateway-bacs.php'),(18271,'wp-content/plugins/woocommerce/includes/gateways/cheque/class-wc-gateway-cheque.php'),(18272,'wp-content/plugins/woocommerce/includes/gateways/class-wc-payment-gateway-cc.php'),(18273,'wp-content/plugins/woocommerce/includes/gateways/class-wc-payment-gateway-echeck.php'),(18274,'wp-content/plugins/woocommerce/includes/gateways/cod/class-wc-gateway-cod.php'),(18275,'wp-content/plugins/woocommerce/includes/gateways/paypal/assets/images/paypal.png'),(18276,'wp-content/plugins/woocommerce/includes/gateways/paypal/assets/js/paypal-admin.js'),(18277,'wp-content/plugins/woocommerce/includes/gateways/paypal/assets/js/paypal-admin.min.js'),(18278,'wp-content/plugins/woocommerce/includes/gateways/paypal/class-wc-gateway-paypal.php'),(18279,'wp-content/plugins/woocommerce/includes/gateways/paypal/includes/class-wc-gateway-paypal-api-handler.php'),(18280,'wp-content/plugins/woocommerce/includes/gateways/paypal/includes/class-wc-gateway-paypal-ipn-handler.php'),(18281,'wp-content/plugins/woocommerce/includes/gateways/paypal/includes/class-wc-gateway-paypal-pdt-handler.php'),(18282,'wp-content/plugins/woocommerce/includes/gateways/paypal/includes/class-wc-gateway-paypal-request.php'),(18283,'wp-content/plugins/woocommerce/includes/gateways/paypal/includes/class-wc-gateway-paypal-response.php'),(18284,'wp-content/plugins/woocommerce/includes/gateways/paypal/includes/settings-paypal.php'),(18285,'wp-content/plugins/woocommerce/includes/import/abstract-wc-product-importer.php'),(18286,'wp-content/plugins/woocommerce/includes/import/class-wc-product-csv-importer.php'),(18287,'wp-content/plugins/woocommerce/includes/interfaces/class-wc-abstract-order-data-store-interface.php'),(18288,'wp-content/plugins/woocommerce/includes/interfaces/class-wc-coupon-data-store-interface.php'),(18289,'wp-content/plugins/woocommerce/includes/interfaces/class-wc-customer-data-store-interface.php'),(18290,'wp-content/plugins/woocommerce/includes/interfaces/class-wc-customer-download-data-store-interface.php'),(18291,'wp-content/plugins/woocommerce/includes/interfaces/class-wc-customer-download-log-data-store-interface.php'),(18292,'wp-content/plugins/woocommerce/includes/interfaces/class-wc-importer-interface.php'),(18293,'wp-content/plugins/woocommerce/includes/interfaces/class-wc-log-handler-interface.php'),(18294,'wp-content/plugins/woocommerce/includes/interfaces/class-wc-logger-interface.php'),(18295,'wp-content/plugins/woocommerce/includes/interfaces/class-wc-object-data-store-interface.php'),(18296,'wp-content/plugins/woocommerce/includes/interfaces/class-wc-order-data-store-interface.php'),(18297,'wp-content/plugins/woocommerce/includes/interfaces/class-wc-order-item-data-store-interface.php'),(18298,'wp-content/plugins/woocommerce/includes/interfaces/class-wc-order-item-product-data-store-interface.php'),(18299,'wp-content/plugins/woocommerce/includes/interfaces/class-wc-order-item-type-data-store-interface.php'),(18300,'wp-content/plugins/woocommerce/includes/interfaces/class-wc-order-refund-data-store-interface.php'),(18301,'wp-content/plugins/woocommerce/includes/interfaces/class-wc-payment-token-data-store-interface.php'),(18302,'wp-content/plugins/woocommerce/includes/interfaces/class-wc-product-data-store-interface.php'),(18303,'wp-content/plugins/woocommerce/includes/interfaces/class-wc-product-variable-data-store-interface.php'),(18304,'wp-content/plugins/woocommerce/includes/interfaces/class-wc-queue-interface.php'),(18305,'wp-content/plugins/woocommerce/includes/interfaces/class-wc-shipping-zone-data-store-interface.php'),(18306,'wp-content/plugins/woocommerce/includes/interfaces/class-wc-webhooks-data-store-interface.php'),(18307,'wp-content/plugins/woocommerce/includes/legacy/abstract-wc-legacy-order.php'),(18308,'wp-content/plugins/woocommerce/includes/legacy/abstract-wc-legacy-payment-token.php'),(18309,'wp-content/plugins/woocommerce/includes/legacy/abstract-wc-legacy-product.php'),(18310,'wp-content/plugins/woocommerce/includes/legacy/api/class-wc-rest-legacy-coupons-controller.php'),(18311,'wp-content/plugins/woocommerce/includes/legacy/api/class-wc-rest-legacy-orders-controller.php'),(18312,'wp-content/plugins/woocommerce/includes/legacy/api/class-wc-rest-legacy-products-controller.php'),(18313,'wp-content/plugins/woocommerce/includes/legacy/api/v1/class-wc-api-authentication.php'),(18314,'wp-content/plugins/woocommerce/includes/legacy/api/v1/class-wc-api-coupons.php'),(18315,'wp-content/plugins/woocommerce/includes/legacy/api/v1/class-wc-api-customers.php'),(18316,'wp-content/plugins/woocommerce/includes/legacy/api/v1/class-wc-api-json-handler.php'),(18317,'wp-content/plugins/woocommerce/includes/legacy/api/v1/class-wc-api-orders.php'),(18318,'wp-content/plugins/woocommerce/includes/legacy/api/v1/class-wc-api-products.php'),(18319,'wp-content/plugins/woocommerce/includes/legacy/api/v1/class-wc-api-reports.php'),(18320,'wp-content/plugins/woocommerce/includes/legacy/api/v1/class-wc-api-resource.php'),(18321,'wp-content/plugins/woocommerce/includes/legacy/api/v1/class-wc-api-server.php'),(18322,'wp-content/plugins/woocommerce/includes/legacy/api/v1/class-wc-api-xml-handler.php'),(18323,'wp-content/plugins/woocommerce/includes/legacy/api/v1/interface-wc-api-handler.php'),(18324,'wp-content/plugins/woocommerce/includes/legacy/api/v2/class-wc-api-authentication.php'),(18325,'wp-content/plugins/woocommerce/includes/legacy/api/v2/class-wc-api-coupons.php'),(18326,'wp-content/plugins/woocommerce/includes/legacy/api/v2/class-wc-api-customers.php'),(18327,'wp-content/plugins/woocommerce/includes/legacy/api/v2/class-wc-api-exception.php'),(18328,'wp-content/plugins/woocommerce/includes/legacy/api/v2/class-wc-api-json-handler.php'),(18329,'wp-content/plugins/woocommerce/includes/legacy/api/v2/class-wc-api-orders.php'),(18330,'wp-content/plugins/woocommerce/includes/legacy/api/v2/class-wc-api-products.php'),(18331,'wp-content/plugins/woocommerce/includes/legacy/api/v2/class-wc-api-reports.php'),(18332,'wp-content/plugins/woocommerce/includes/legacy/api/v2/class-wc-api-resource.php'),(18333,'wp-content/plugins/woocommerce/includes/legacy/api/v2/class-wc-api-server.php'),(18334,'wp-content/plugins/woocommerce/includes/legacy/api/v2/class-wc-api-webhooks.php'),(18335,'wp-content/plugins/woocommerce/includes/legacy/api/v2/interface-wc-api-handler.php'),(18336,'wp-content/plugins/woocommerce/includes/legacy/api/v3/class-wc-api-authentication.php'),(18337,'wp-content/plugins/woocommerce/includes/legacy/api/v3/class-wc-api-coupons.php'),(18338,'wp-content/plugins/woocommerce/includes/legacy/api/v3/class-wc-api-customers.php'),(18339,'wp-content/plugins/woocommerce/includes/legacy/api/v3/class-wc-api-exception.php'),(18340,'wp-content/plugins/woocommerce/includes/legacy/api/v3/class-wc-api-json-handler.php'),(18341,'wp-content/plugins/woocommerce/includes/legacy/api/v3/class-wc-api-orders.php'),(18342,'wp-content/plugins/woocommerce/includes/legacy/api/v3/class-wc-api-products.php'),(18343,'wp-content/plugins/woocommerce/includes/legacy/api/v3/class-wc-api-reports.php'),(18344,'wp-content/plugins/woocommerce/includes/legacy/api/v3/class-wc-api-resource.php'),(18345,'wp-content/plugins/woocommerce/includes/legacy/api/v3/class-wc-api-server.php'),(18346,'wp-content/plugins/woocommerce/includes/legacy/api/v3/class-wc-api-taxes.php'),(18347,'wp-content/plugins/woocommerce/includes/legacy/api/v3/class-wc-api-webhooks.php'),(18348,'wp-content/plugins/woocommerce/includes/legacy/api/v3/interface-wc-api-handler.php'),(18349,'wp-content/plugins/woocommerce/includes/legacy/class-wc-legacy-api.php'),(18350,'wp-content/plugins/woocommerce/includes/legacy/class-wc-legacy-cart.php'),(18351,'wp-content/plugins/woocommerce/includes/legacy/class-wc-legacy-coupon.php'),(18352,'wp-content/plugins/woocommerce/includes/legacy/class-wc-legacy-customer.php'),(18353,'wp-content/plugins/woocommerce/includes/legacy/class-wc-legacy-shipping-zone.php'),(18354,'wp-content/plugins/woocommerce/includes/legacy/class-wc-legacy-webhook.php'),(18355,'wp-content/plugins/woocommerce/includes/libraries/Emogrifier/CssConcatenator.php'),(18356,'wp-content/plugins/woocommerce/includes/libraries/Emogrifier/CssInliner.php'),(18357,'wp-content/plugins/woocommerce/includes/libraries/Emogrifier/HtmlProcessor/AbstractHtmlProcessor.php'),(18358,'wp-content/plugins/woocommerce/includes/libraries/Emogrifier/HtmlProcessor/CssToAttributeConverter.php'),(18359,'wp-content/plugins/woocommerce/includes/libraries/Emogrifier/HtmlProcessor/HtmlNormalizer.php'),(18360,'wp-content/plugins/woocommerce/includes/libraries/action-scheduler/action-scheduler.php'),(18361,'wp-content/plugins/woocommerce/includes/libraries/action-scheduler/classes/ActionScheduler.php'),(18362,'wp-content/plugins/woocommerce/includes/libraries/action-scheduler/classes/ActionScheduler_Abstract_ListTable.php'),(18363,'wp-content/plugins/woocommerce/includes/libraries/action-scheduler/classes/ActionScheduler_Abstract_QueueRunner.php'),(18364,'wp-content/plugins/woocommerce/includes/libraries/action-scheduler/classes/ActionScheduler_Action.php'),(18365,'wp-content/plugins/woocommerce/includes/libraries/action-scheduler/classes/ActionScheduler_ActionClaim.php'),(18366,'wp-content/plugins/woocommerce/includes/libraries/action-scheduler/classes/ActionScheduler_ActionFactory.php'),(18367,'wp-content/plugins/woocommerce/includes/libraries/action-scheduler/classes/ActionScheduler_AdminView.php'),(18368,'wp-content/plugins/woocommerce/includes/libraries/action-scheduler/classes/ActionScheduler_CanceledAction.php'),(18369,'wp-content/plugins/woocommerce/includes/libraries/action-scheduler/classes/ActionScheduler_Compatibility.php'),(18370,'wp-content/plugins/woocommerce/includes/libraries/action-scheduler/classes/ActionScheduler_CronSchedule.php'),(18371,'wp-content/plugins/woocommerce/includes/libraries/action-scheduler/classes/ActionScheduler_DateTime.php'),(18372,'wp-content/plugins/woocommerce/includes/libraries/action-scheduler/classes/ActionScheduler_Exception.php'),(18373,'wp-content/plugins/woocommerce/includes/libraries/action-scheduler/classes/ActionScheduler_FatalErrorMonitor.php'),(18374,'wp-content/plugins/woocommerce/includes/libraries/action-scheduler/classes/ActionScheduler_FinishedAction.php'),(18375,'wp-content/plugins/woocommerce/includes/libraries/action-scheduler/classes/ActionScheduler_IntervalSchedule.php'),(18376,'wp-content/plugins/woocommerce/includes/libraries/action-scheduler/classes/ActionScheduler_InvalidActionException.php'),(18377,'wp-content/plugins/woocommerce/includes/libraries/action-scheduler/classes/ActionScheduler_ListTable.php'),(18378,'wp-content/plugins/woocommerce/includes/libraries/action-scheduler/classes/ActionScheduler_LogEntry.php'),(18379,'wp-content/plugins/woocommerce/includes/libraries/action-scheduler/classes/ActionScheduler_Logger.php'),(18380,'wp-content/plugins/woocommerce/includes/libraries/action-scheduler/classes/ActionScheduler_NullAction.php'),(18381,'wp-content/plugins/woocommerce/includes/libraries/action-scheduler/classes/ActionScheduler_NullLogEntry.php'),(18382,'wp-content/plugins/woocommerce/includes/libraries/action-scheduler/classes/ActionScheduler_NullSchedule.php'),(18383,'wp-content/plugins/woocommerce/includes/libraries/action-scheduler/classes/ActionScheduler_QueueCleaner.php'),(18384,'wp-content/plugins/woocommerce/includes/libraries/action-scheduler/classes/ActionScheduler_QueueRunner.php'),(18385,'wp-content/plugins/woocommerce/includes/libraries/action-scheduler/classes/ActionScheduler_Schedule.php'),(18386,'wp-content/plugins/woocommerce/includes/libraries/action-scheduler/classes/ActionScheduler_SimpleSchedule.php'),(18387,'wp-content/plugins/woocommerce/includes/libraries/action-scheduler/classes/ActionScheduler_Store.php'),(18388,'wp-content/plugins/woocommerce/includes/libraries/action-scheduler/classes/ActionScheduler_TimezoneHelper.php'),(18389,'wp-content/plugins/woocommerce/includes/libraries/action-scheduler/classes/ActionScheduler_Versions.php'),(18390,'wp-content/plugins/woocommerce/includes/libraries/action-scheduler/classes/ActionScheduler_WPCLI_QueueRunner.php'),(18391,'wp-content/plugins/woocommerce/includes/libraries/action-scheduler/classes/ActionScheduler_WPCLI_Scheduler_command.php'),(18392,'wp-content/plugins/woocommerce/includes/libraries/action-scheduler/classes/ActionScheduler_wcSystemStatus.php'),(18393,'wp-content/plugins/woocommerce/includes/libraries/action-scheduler/classes/ActionScheduler_wpCommentLogger.php'),(18394,'wp-content/plugins/woocommerce/includes/libraries/action-scheduler/classes/ActionScheduler_wpPostStore.php'),(18395,'wp-content/plugins/woocommerce/includes/libraries/action-scheduler/classes/ActionScheduler_wpPostStore_PostStatusRegistrar.php'),(18396,'wp-content/plugins/woocommerce/includes/libraries/action-scheduler/classes/ActionScheduler_wpPostStore_PostTypeRegistrar.php'),(18397,'wp-content/plugins/woocommerce/includes/libraries/action-scheduler/classes/ActionScheduler_wpPostStore_TaxonomyRegistrar.php'),(18398,'wp-content/plugins/woocommerce/includes/libraries/action-scheduler/deprecated/ActionScheduler_Abstract_QueueRunner_Deprecated.php'),(18399,'wp-content/plugins/woocommerce/includes/libraries/action-scheduler/deprecated/ActionScheduler_AdminView_Deprecated.php'),(18400,'wp-content/plugins/woocommerce/includes/libraries/action-scheduler/deprecated/functions.php'),(18401,'wp-content/plugins/woocommerce/includes/libraries/action-scheduler/functions.php'),(18402,'wp-content/plugins/woocommerce/includes/libraries/action-scheduler/lib/cron-expression/CronExpression.php'),(18403,'wp-content/plugins/woocommerce/includes/libraries/action-scheduler/lib/cron-expression/CronExpression_AbstractField.php'),(18404,'wp-content/plugins/woocommerce/includes/libraries/action-scheduler/lib/cron-expression/CronExpression_DayOfMonthField.php'),(18405,'wp-content/plugins/woocommerce/includes/libraries/action-scheduler/lib/cron-expression/CronExpression_DayOfWeekField.php'),(18406,'wp-content/plugins/woocommerce/includes/libraries/action-scheduler/lib/cron-expression/CronExpression_FieldFactory.php'),(18407,'wp-content/plugins/woocommerce/includes/libraries/action-scheduler/lib/cron-expression/CronExpression_FieldInterface.php'),(18408,'wp-content/plugins/woocommerce/includes/libraries/action-scheduler/lib/cron-expression/CronExpression_HoursField.php'),(18409,'wp-content/plugins/woocommerce/includes/libraries/action-scheduler/lib/cron-expression/CronExpression_MinutesField.php'),(18410,'wp-content/plugins/woocommerce/includes/libraries/action-scheduler/lib/cron-expression/CronExpression_MonthField.php'),(18411,'wp-content/plugins/woocommerce/includes/libraries/action-scheduler/lib/cron-expression/CronExpression_YearField.php'),(18412,'wp-content/plugins/woocommerce/includes/libraries/action-scheduler/lib/cron-expression/LICENSE'),(18413,'wp-content/plugins/woocommerce/includes/libraries/action-scheduler/license.txt'),(18414,'wp-content/plugins/woocommerce/includes/libraries/class-emogrifier.php'),(18415,'wp-content/plugins/woocommerce/includes/libraries/class-wc-eval-math.php'),(18416,'wp-content/plugins/woocommerce/includes/libraries/geolite2/Reader/Decoder.php'),(18417,'wp-content/plugins/woocommerce/includes/libraries/geolite2/Reader/InvalidDatabaseException.php'),(18418,'wp-content/plugins/woocommerce/includes/libraries/geolite2/Reader/Metadata.php'),(18419,'wp-content/plugins/woocommerce/includes/libraries/geolite2/Reader/Util.php'),(18420,'wp-content/plugins/woocommerce/includes/libraries/geolite2/Reader.php'),(18421,'wp-content/plugins/woocommerce/includes/libraries/wp-async-request.php'),(18422,'wp-content/plugins/woocommerce/includes/libraries/wp-background-process.php'),(18423,'wp-content/plugins/woocommerce/includes/log-handlers/class-wc-log-handler-db.php'),(18424,'wp-content/plugins/woocommerce/includes/log-handlers/class-wc-log-handler-email.php'),(18425,'wp-content/plugins/woocommerce/includes/log-handlers/class-wc-log-handler-file.php'),(18426,'wp-content/plugins/woocommerce/includes/payment-tokens/class-wc-payment-token-cc.php'),(18427,'wp-content/plugins/woocommerce/includes/payment-tokens/class-wc-payment-token-echeck.php'),(18428,'wp-content/plugins/woocommerce/includes/queue/class-wc-action-queue.php'),(18429,'wp-content/plugins/woocommerce/includes/queue/class-wc-queue.php'),(18430,'wp-content/plugins/woocommerce/includes/shipping/flat-rate/class-wc-shipping-flat-rate.php'),(18431,'wp-content/plugins/woocommerce/includes/shipping/flat-rate/includes/settings-flat-rate.php'),(18432,'wp-content/plugins/woocommerce/includes/shipping/free-shipping/class-wc-shipping-free-shipping.php'),(18433,'wp-content/plugins/woocommerce/includes/shipping/legacy-flat-rate/class-wc-shipping-legacy-flat-rate.php'),(18434,'wp-content/plugins/woocommerce/includes/shipping/legacy-flat-rate/includes/settings-flat-rate.php'),(18435,'wp-content/plugins/woocommerce/includes/shipping/legacy-free-shipping/class-wc-shipping-legacy-free-shipping.php'),(18436,'wp-content/plugins/woocommerce/includes/shipping/legacy-international-delivery/class-wc-shipping-legacy-international-delivery.php'),(18437,'wp-content/plugins/woocommerce/includes/shipping/legacy-local-delivery/class-wc-shipping-legacy-local-delivery.php'),(18438,'wp-content/plugins/woocommerce/includes/shipping/legacy-local-pickup/class-wc-shipping-legacy-local-pickup.php'),(18439,'wp-content/plugins/woocommerce/includes/shipping/local-pickup/class-wc-shipping-local-pickup.php'),(18440,'wp-content/plugins/woocommerce/includes/shortcodes/class-wc-shortcode-cart.php'),(18441,'wp-content/plugins/woocommerce/includes/shortcodes/class-wc-shortcode-checkout.php'),(18442,'wp-content/plugins/woocommerce/includes/shortcodes/class-wc-shortcode-my-account.php'),(18443,'wp-content/plugins/woocommerce/includes/shortcodes/class-wc-shortcode-order-tracking.php'),(18444,'wp-content/plugins/woocommerce/includes/shortcodes/class-wc-shortcode-products.php'),(18445,'wp-content/plugins/woocommerce/includes/theme-support/class-wc-twenty-eleven.php'),(18446,'wp-content/plugins/woocommerce/includes/theme-support/class-wc-twenty-fifteen.php'),(18447,'wp-content/plugins/woocommerce/includes/theme-support/class-wc-twenty-fourteen.php'),(18448,'wp-content/plugins/woocommerce/includes/theme-support/class-wc-twenty-nineteen.php'),(18449,'wp-content/plugins/woocommerce/includes/theme-support/class-wc-twenty-seventeen.php'),(18450,'wp-content/plugins/woocommerce/includes/theme-support/class-wc-twenty-sixteen.php'),(18451,'wp-content/plugins/woocommerce/includes/theme-support/class-wc-twenty-ten.php'),(18452,'wp-content/plugins/woocommerce/includes/theme-support/class-wc-twenty-thirteen.php'),(18453,'wp-content/plugins/woocommerce/includes/theme-support/class-wc-twenty-twelve.php'),(18454,'wp-content/plugins/woocommerce/includes/tracks/class-wc-site-tracking.php'),(18455,'wp-content/plugins/woocommerce/includes/tracks/class-wc-tracks-client.php'),(18456,'wp-content/plugins/woocommerce/includes/tracks/class-wc-tracks-event.php'),(18457,'wp-content/plugins/woocommerce/includes/tracks/class-wc-tracks-footer-pixel.php'),(18458,'wp-content/plugins/woocommerce/includes/tracks/class-wc-tracks.php'),(18459,'wp-content/plugins/woocommerce/includes/tracks/events/class-wc-admin-setup-wizard-tracking.php'),(18460,'wp-content/plugins/woocommerce/includes/tracks/events/class-wc-coupons-tracking.php'),(18461,'wp-content/plugins/woocommerce/includes/tracks/events/class-wc-extensions-tracking.php'),(18462,'wp-content/plugins/woocommerce/includes/tracks/events/class-wc-importer-tracking.php'),(18463,'wp-content/plugins/woocommerce/includes/tracks/events/class-wc-orders-tracking.php'),(18464,'wp-content/plugins/woocommerce/includes/tracks/events/class-wc-products-tracking.php'),(18465,'wp-content/plugins/woocommerce/includes/tracks/events/class-wc-settings-tracking.php'),(18466,'wp-content/plugins/woocommerce/includes/tracks/events/class-wc-status-tracking.php'),(18467,'wp-content/plugins/woocommerce/includes/walkers/class-product-cat-dropdown-walker.php'),(18468,'wp-content/plugins/woocommerce/includes/walkers/class-product-cat-list-walker.php'),(18469,'wp-content/plugins/woocommerce/includes/walkers/class-wc-product-cat-dropdown-walker.php'),(18470,'wp-content/plugins/woocommerce/includes/walkers/class-wc-product-cat-list-walker.php'),(18471,'wp-content/plugins/woocommerce/includes/wc-account-functions.php'),(18472,'wp-content/plugins/woocommerce/includes/wc-attribute-functions.php'),(18473,'wp-content/plugins/woocommerce/includes/wc-cart-functions.php'),(18474,'wp-content/plugins/woocommerce/includes/wc-conditional-functions.php'),(18475,'wp-content/plugins/woocommerce/includes/wc-core-functions.php'),(18476,'wp-content/plugins/woocommerce/includes/wc-coupon-functions.php'),(18477,'wp-content/plugins/woocommerce/includes/wc-deprecated-functions.php'),(18478,'wp-content/plugins/woocommerce/includes/wc-formatting-functions.php'),(18479,'wp-content/plugins/woocommerce/includes/wc-notice-functions.php'),(18480,'wp-content/plugins/woocommerce/includes/wc-order-functions.php'),(18481,'wp-content/plugins/woocommerce/includes/wc-order-item-functions.php'),(18482,'wp-content/plugins/woocommerce/includes/wc-page-functions.php'),(18483,'wp-content/plugins/woocommerce/includes/wc-product-functions.php'),(18484,'wp-content/plugins/woocommerce/includes/wc-rest-functions.php'),(18485,'wp-content/plugins/woocommerce/includes/wc-stock-functions.php'),(18486,'wp-content/plugins/woocommerce/includes/wc-template-functions.php'),(18487,'wp-content/plugins/woocommerce/includes/wc-template-hooks.php'),(18488,'wp-content/plugins/woocommerce/includes/wc-term-functions.php'),(18489,'wp-content/plugins/woocommerce/includes/wc-update-functions.php'),(18490,'wp-content/plugins/woocommerce/includes/wc-user-functions.php'),(18491,'wp-content/plugins/woocommerce/includes/wc-webhook-functions.php'),(18492,'wp-content/plugins/woocommerce/includes/wc-widget-functions.php'),(18493,'wp-content/plugins/woocommerce/includes/wccom-site/class-wc-wccom-site-installer.php'),(18494,'wp-content/plugins/woocommerce/includes/wccom-site/class-wc-wccom-site.php'),(18495,'wp-content/plugins/woocommerce/includes/wccom-site/rest-api/endpoints/class-wc-rest-wccom-site-installer-controller.php'),(18496,'wp-content/plugins/woocommerce/includes/widgets/class-wc-widget-cart.php'),(18497,'wp-content/plugins/woocommerce/includes/widgets/class-wc-widget-layered-nav-filters.php'),(18498,'wp-content/plugins/woocommerce/includes/widgets/class-wc-widget-layered-nav.php'),(18499,'wp-content/plugins/woocommerce/includes/widgets/class-wc-widget-price-filter.php'),(18500,'wp-content/plugins/woocommerce/includes/widgets/class-wc-widget-product-categories.php'),(18501,'wp-content/plugins/woocommerce/includes/widgets/class-wc-widget-product-search.php'),(18502,'wp-content/plugins/woocommerce/includes/widgets/class-wc-widget-product-tag-cloud.php'),(18503,'wp-content/plugins/woocommerce/includes/widgets/class-wc-widget-products.php'),(18504,'wp-content/plugins/woocommerce/includes/widgets/class-wc-widget-rating-filter.php'),(18505,'wp-content/plugins/woocommerce/includes/widgets/class-wc-widget-recent-reviews.php'),(18506,'wp-content/plugins/woocommerce/includes/widgets/class-wc-widget-recently-viewed.php'),(18507,'wp-content/plugins/woocommerce/includes/widgets/class-wc-widget-top-rated-products.php'),(18508,'wp-content/plugins/woocommerce/license.txt'),(18509,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/css/abstracts/_breakpoints.scss'),(18510,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/css/abstracts/_colors.scss'),(18511,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/css/abstracts/_mixins.scss'),(18512,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/css/abstracts/_variables.scss'),(18513,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/css/editor.scss'),(18514,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/css/style.scss'),(18515,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/featured-category/block.js'),(18516,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/featured-category/editor.scss'),(18517,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/featured-category/index.js'),(18518,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/featured-category/style.scss'),(18519,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/featured-product/block.js'),(18520,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/featured-product/editor.scss'),(18521,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/featured-product/index.js'),(18522,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/featured-product/style.scss'),(18523,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/handpicked-products/block.js'),(18524,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/handpicked-products/editor.scss'),(18525,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/handpicked-products/index.js'),(18526,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-best-sellers/block.js'),(18527,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-best-sellers/index.js'),(18528,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-categories/block.js'),(18529,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-categories/edit.js'),(18530,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-categories/editor.scss'),(18531,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-categories/frontend.js'),(18532,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-categories/get-categories.js'),(18533,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-categories/hierarchy.js'),(18534,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-categories/index.js'),(18535,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-categories/style.scss'),(18536,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-category/block.js'),(18537,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-category/editor.scss'),(18538,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-category/index.js'),(18539,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-new/block.js'),(18540,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-new/index.js'),(18541,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-on-sale/block.js'),(18542,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-on-sale/index.js'),(18543,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-tag/block.js'),(18544,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-tag/editor.scss'),(18545,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-tag/index.js'),(18546,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-top-rated/block.js'),(18547,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-top-rated/index.js'),(18548,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/products-by-attribute/block.js'),(18549,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/products-by-attribute/editor.scss'),(18550,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/products-by-attribute/index.js'),(18551,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/components/grid-content-control/index.js'),(18552,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/components/grid-layout-control/index.js'),(18553,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/components/icons/checkbox-checked.js'),(18554,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/components/icons/checkbox-unchecked.js'),(18555,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/components/icons/folder-star.js'),(18556,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/components/icons/folder.js'),(18557,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/components/icons/index.js'),(18558,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/components/icons/new-releases.js'),(18559,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/components/icons/radio-selected.js'),(18560,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/components/icons/radio-unselected.js'),(18561,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/components/icons/widgets.js'),(18562,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/components/icons/woo.js'),(18563,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/components/product-attribute-control/index.js'),(18564,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/components/product-attribute-control/style.scss'),(18565,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/components/product-category-control/index.js'),(18566,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/components/product-category-control/style.scss'),(18567,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/components/product-control/index.js'),(18568,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/components/product-control/style.scss'),(18569,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/components/product-orderby-control/index.js'),(18570,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/components/product-preview/index.js'),(18571,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/components/product-preview/style.scss'),(18572,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/components/product-preview/test/__snapshots__/index.js.snap'),(18573,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/components/product-preview/test/index.js'),(18574,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/components/product-tag-control/index.js'),(18575,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/components/product-tag-control/style.scss'),(18576,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/components/products-control/index.js'),(18577,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/components/toggle-button-control/index.js'),(18578,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/components/toggle-button-control/screenshot.png'),(18579,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/components/toggle-button-control/style.scss'),(18580,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/components/utils/index.js'),(18581,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/index.js'),(18582,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/utils/deprecations.js'),(18583,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/utils/get-query.js'),(18584,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/utils/get-shortcode.js'),(18585,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/utils/products.js'),(18586,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/utils/shared-attributes.js'),(18587,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/utils/test/get-query.js'),(18588,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/utils/with-component-id.js'),(18589,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/blocks.deps.json'),(18590,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/blocks.js'),(18591,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/editor.css'),(18592,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/featured-category.deps.json'),(18593,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/featured-category.js'),(18594,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/featured-product.deps.json'),(18595,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/featured-product.js'),(18596,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/frontend.deps.json'),(18597,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/frontend.js'),(18598,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/handpicked-products.deps.json'),(18599,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/handpicked-products.js'),(18600,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-best-sellers.deps.json'),(18601,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-best-sellers.js'),(18602,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-categories.deps.json'),(18603,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-categories.js'),(18604,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-category.deps.json'),(18605,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-category.js'),(18606,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-new.deps.json'),(18607,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-new.js'),(18608,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-on-sale.deps.json'),(18609,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-on-sale.js'),(18610,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-tag.deps.json'),(18611,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-tag.js'),(18612,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-top-rated.deps.json'),(18613,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-top-rated.js'),(18614,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/products-by-attribute.deps.json'),(18615,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/products-by-attribute.js'),(18616,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/style.css'),(18617,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/vendors.js'),(18618,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/languages/woo-gutenberg-products-block-da_DK-15e4e3df51632e1ca1000ea405c14b95.json'),(18619,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/languages/woo-gutenberg-products-block-da_DK-2674aecf6bb0c5be4f2454ea842be5f6.json'),(18620,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/languages/woo-gutenberg-products-block-da_DK-3f1f6467892f2a342fddcfecdceeb2c3.json'),(18621,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/languages/woo-gutenberg-products-block-da_DK-60078c7e1562999732d0d5d42648e5b8.json'),(18622,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/languages/woo-gutenberg-products-block-da_DK-6e3d95eaf70621f822b845d5bcb2b3cf.json'),(18623,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/languages/woo-gutenberg-products-block-da_DK-801633e5f64cc092aeb48a4c640fffe5.json'),(18624,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/languages/woo-gutenberg-products-block-da_DK-84d4253d132f6c5c53fe25d03f5e9200.json'),(18625,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/languages/woo-gutenberg-products-block-da_DK-91f7cd8fa1b168630fc2b3a54cbe410f.json'),(18626,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/languages/woo-gutenberg-products-block-da_DK-a4caf5c468bc583ff7fc9a943d3dc348.json'),(18627,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/languages/woo-gutenberg-products-block-da_DK-d748c5738d57b7518bef14f74456090e.json'),(18628,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/languages/woo-gutenberg-products-block-da_DK-f9f323a7db976a4eafb44c35cc6d5e32.json'),(18629,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/languages/woo-gutenberg-products-block-de_CH-15e4e3df51632e1ca1000ea405c14b95.json'),(18630,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/languages/woo-gutenberg-products-block-de_CH-2674aecf6bb0c5be4f2454ea842be5f6.json'),(18631,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/languages/woo-gutenberg-products-block-de_CH-3f1f6467892f2a342fddcfecdceeb2c3.json'),(18632,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/languages/woo-gutenberg-products-block-de_CH-60078c7e1562999732d0d5d42648e5b8.json'),(18633,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/languages/woo-gutenberg-products-block-de_CH-6e3d95eaf70621f822b845d5bcb2b3cf.json'),(18634,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/languages/woo-gutenberg-products-block-de_CH-801633e5f64cc092aeb48a4c640fffe5.json'),(18635,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/languages/woo-gutenberg-products-block-de_CH-84d4253d132f6c5c53fe25d03f5e9200.json'),(18636,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/languages/woo-gutenberg-products-block-de_CH-91f7cd8fa1b168630fc2b3a54cbe410f.json'),(18637,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/languages/woo-gutenberg-products-block-de_CH-a4caf5c468bc583ff7fc9a943d3dc348.json'),(18638,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/languages/woo-gutenberg-products-block-de_CH-d748c5738d57b7518bef14f74456090e.json'),(18639,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/languages/woo-gutenberg-products-block-de_CH-f9f323a7db976a4eafb44c35cc6d5e32.json'),(18640,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/languages/woo-gutenberg-products-block-de_CH_informal-15e4e3df51632e1ca1000ea405c14b95.json'),(18641,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/languages/woo-gutenberg-products-block-de_CH_informal-2674aecf6bb0c5be4f2454ea842be5f6.json'),(18642,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/languages/woo-gutenberg-products-block-de_CH_informal-3f1f6467892f2a342fddcfecdceeb2c3.json'),(18643,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/languages/woo-gutenberg-products-block-de_CH_informal-60078c7e1562999732d0d5d42648e5b8.json'),(18644,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/languages/woo-gutenberg-products-block-de_CH_informal-6e3d95eaf70621f822b845d5bcb2b3cf.json'),(18645,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/languages/woo-gutenberg-products-block-de_CH_informal-801633e5f64cc092aeb48a4c640fffe5.json'),(18646,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/languages/woo-gutenberg-products-block-de_CH_informal-84d4253d132f6c5c53fe25d03f5e9200.json'),(18647,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/languages/woo-gutenberg-products-block-de_CH_informal-91f7cd8fa1b168630fc2b3a54cbe410f.json'),(18648,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/languages/woo-gutenberg-products-block-de_CH_informal-a4caf5c468bc583ff7fc9a943d3dc348.json'),(18649,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/languages/woo-gutenberg-products-block-de_CH_informal-d748c5738d57b7518bef14f74456090e.json'),(18650,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/languages/woo-gutenberg-products-block-de_CH_informal-f9f323a7db976a4eafb44c35cc6d5e32.json'),(18651,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/languages/woo-gutenberg-products-block-de_DE-15e4e3df51632e1ca1000ea405c14b95.json'),(18652,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/languages/woo-gutenberg-products-block-de_DE-2674aecf6bb0c5be4f2454ea842be5f6.json'),(18653,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/languages/woo-gutenberg-products-block-de_DE-3f1f6467892f2a342fddcfecdceeb2c3.json'),(18654,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/languages/woo-gutenberg-products-block-de_DE-60078c7e1562999732d0d5d42648e5b8.json'),(18655,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/languages/woo-gutenberg-products-block-de_DE-6e3d95eaf70621f822b845d5bcb2b3cf.json'),(18656,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/languages/woo-gutenberg-products-block-de_DE-801633e5f64cc092aeb48a4c640fffe5.json'),(18657,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/languages/woo-gutenberg-products-block-de_DE-84d4253d132f6c5c53fe25d03f5e9200.json'),(18658,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/languages/woo-gutenberg-products-block-de_DE-91f7cd8fa1b168630fc2b3a54cbe410f.json'),(18659,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/languages/woo-gutenberg-products-block-de_DE-a4caf5c468bc583ff7fc9a943d3dc348.json'),(18660,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/languages/woo-gutenberg-products-block-de_DE-d748c5738d57b7518bef14f74456090e.json'),(18661,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/languages/woo-gutenberg-products-block-de_DE-f9f323a7db976a4eafb44c35cc6d5e32.json'),(18662,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/languages/woo-gutenberg-products-block-de_DE_formal-15e4e3df51632e1ca1000ea405c14b95.json'),(18663,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/languages/woo-gutenberg-products-block-de_DE_formal-2674aecf6bb0c5be4f2454ea842be5f6.json'),(18664,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/languages/woo-gutenberg-products-block-de_DE_formal-3f1f6467892f2a342fddcfecdceeb2c3.json'),(18665,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/languages/woo-gutenberg-products-block-de_DE_formal-60078c7e1562999732d0d5d42648e5b8.json'),(18666,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/languages/woo-gutenberg-products-block-de_DE_formal-6e3d95eaf70621f822b845d5bcb2b3cf.json'),(18667,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/languages/woo-gutenberg-products-block-de_DE_formal-801633e5f64cc092aeb48a4c640fffe5.json'),(18668,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/languages/woo-gutenberg-products-block-de_DE_formal-84d4253d132f6c5c53fe25d03f5e9200.json'),(18669,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/languages/woo-gutenberg-products-block-de_DE_formal-91f7cd8fa1b168630fc2b3a54cbe410f.json'),(18670,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/languages/woo-gutenberg-products-block-de_DE_formal-a4caf5c468bc583ff7fc9a943d3dc348.json'),(18671,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/languages/woo-gutenberg-products-block-de_DE_formal-d748c5738d57b7518bef14f74456090e.json'),(18672,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/languages/woo-gutenberg-products-block-de_DE_formal-f9f323a7db976a4eafb44c35cc6d5e32.json'),(18673,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/languages/woo-gutenberg-products-block-es_ES-15e4e3df51632e1ca1000ea405c14b95.json'),(18674,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/languages/woo-gutenberg-products-block-es_ES-2674aecf6bb0c5be4f2454ea842be5f6.json'),(18675,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/languages/woo-gutenberg-products-block-es_ES-3f1f6467892f2a342fddcfecdceeb2c3.json'),(18676,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/languages/woo-gutenberg-products-block-es_ES-60078c7e1562999732d0d5d42648e5b8.json'),(18677,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/languages/woo-gutenberg-products-block-es_ES-6e3d95eaf70621f822b845d5bcb2b3cf.json'),(18678,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/languages/woo-gutenberg-products-block-es_ES-801633e5f64cc092aeb48a4c640fffe5.json'),(18679,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/languages/woo-gutenberg-products-block-es_ES-84d4253d132f6c5c53fe25d03f5e9200.json'),(18680,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/languages/woo-gutenberg-products-block-es_ES-91f7cd8fa1b168630fc2b3a54cbe410f.json'),(18681,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/languages/woo-gutenberg-products-block-es_ES-a4caf5c468bc583ff7fc9a943d3dc348.json'),(18682,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/languages/woo-gutenberg-products-block-es_ES-d748c5738d57b7518bef14f74456090e.json'),(18683,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/languages/woo-gutenberg-products-block-es_ES-f9f323a7db976a4eafb44c35cc6d5e32.json'),(18684,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/languages/woo-gutenberg-products-block-fr_FR-15e4e3df51632e1ca1000ea405c14b95.json'),(18685,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/languages/woo-gutenberg-products-block-fr_FR-2674aecf6bb0c5be4f2454ea842be5f6.json'),(18686,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/languages/woo-gutenberg-products-block-fr_FR-3f1f6467892f2a342fddcfecdceeb2c3.json'),(18687,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/languages/woo-gutenberg-products-block-fr_FR-60078c7e1562999732d0d5d42648e5b8.json'),(18688,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/languages/woo-gutenberg-products-block-fr_FR-6e3d95eaf70621f822b845d5bcb2b3cf.json'),(18689,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/languages/woo-gutenberg-products-block-fr_FR-801633e5f64cc092aeb48a4c640fffe5.json'),(18690,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/languages/woo-gutenberg-products-block-fr_FR-84d4253d132f6c5c53fe25d03f5e9200.json'),(18691,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/languages/woo-gutenberg-products-block-fr_FR-91f7cd8fa1b168630fc2b3a54cbe410f.json'),(18692,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/languages/woo-gutenberg-products-block-fr_FR-a4caf5c468bc583ff7fc9a943d3dc348.json'),(18693,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/languages/woo-gutenberg-products-block-fr_FR-d748c5738d57b7518bef14f74456090e.json'),(18694,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/languages/woo-gutenberg-products-block-fr_FR-f9f323a7db976a4eafb44c35cc6d5e32.json'),(18695,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/languages/woo-gutenberg-products-block-ja-15e4e3df51632e1ca1000ea405c14b95.json'),(18696,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/languages/woo-gutenberg-products-block-ja-2674aecf6bb0c5be4f2454ea842be5f6.json'),(18697,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/languages/woo-gutenberg-products-block-ja-3f1f6467892f2a342fddcfecdceeb2c3.json'),(18698,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/languages/woo-gutenberg-products-block-ja-60078c7e1562999732d0d5d42648e5b8.json'),(18699,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/languages/woo-gutenberg-products-block-ja-6e3d95eaf70621f822b845d5bcb2b3cf.json'),(18700,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/languages/woo-gutenberg-products-block-ja-801633e5f64cc092aeb48a4c640fffe5.json'),(18701,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/languages/woo-gutenberg-products-block-ja-84d4253d132f6c5c53fe25d03f5e9200.json'),(18702,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/languages/woo-gutenberg-products-block-ja-91f7cd8fa1b168630fc2b3a54cbe410f.json'),(18703,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/languages/woo-gutenberg-products-block-ja-a4caf5c468bc583ff7fc9a943d3dc348.json'),(18704,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/languages/woo-gutenberg-products-block-ja-d748c5738d57b7518bef14f74456090e.json'),(18705,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/languages/woo-gutenberg-products-block-ja-f9f323a7db976a4eafb44c35cc6d5e32.json'),(18706,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/languages/woo-gutenberg-products-block-ru_RU-15e4e3df51632e1ca1000ea405c14b95.json'),(18707,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/languages/woo-gutenberg-products-block-ru_RU-2674aecf6bb0c5be4f2454ea842be5f6.json'),(18708,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/languages/woo-gutenberg-products-block-ru_RU-3f1f6467892f2a342fddcfecdceeb2c3.json'),(18709,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/languages/woo-gutenberg-products-block-ru_RU-60078c7e1562999732d0d5d42648e5b8.json'),(18710,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/languages/woo-gutenberg-products-block-ru_RU-6e3d95eaf70621f822b845d5bcb2b3cf.json'),(18711,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/languages/woo-gutenberg-products-block-ru_RU-801633e5f64cc092aeb48a4c640fffe5.json'),(18712,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/languages/woo-gutenberg-products-block-ru_RU-84d4253d132f6c5c53fe25d03f5e9200.json'),(18713,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/languages/woo-gutenberg-products-block-ru_RU-91f7cd8fa1b168630fc2b3a54cbe410f.json'),(18714,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/languages/woo-gutenberg-products-block-ru_RU-a4caf5c468bc583ff7fc9a943d3dc348.json'),(18715,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/languages/woo-gutenberg-products-block-ru_RU-d748c5738d57b7518bef14f74456090e.json'),(18716,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/languages/woo-gutenberg-products-block-ru_RU-f9f323a7db976a4eafb44c35cc6d5e32.json'),(18717,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/readme.txt'),(18718,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Assets.php'),(18719,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/AbstractBlock.php'),(18720,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/AbstractDynamicBlock.php'),(18721,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/AbstractProductGrid.php'),(18722,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/FeaturedCategory.php'),(18723,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/FeaturedProduct.php'),(18724,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/HandpickedProducts.php'),(18725,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/ProductBestSellers.php'),(18726,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/ProductCategories.php'),(18727,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/ProductCategory.php'),(18728,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/ProductNew.php'),(18729,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/ProductOnSale.php'),(18730,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/ProductTag.php'),(18731,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/ProductTopRated.php'),(18732,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/ProductsByAttribute.php'),(18733,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Library.php'),(18734,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Package.php'),(18735,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/RestApi/Controllers/ProductAttributeTerms.php'),(18736,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/RestApi/Controllers/ProductAttributes.php'),(18737,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/RestApi/Controllers/ProductCategories.php'),(18738,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/RestApi/Controllers/ProductTags.php'),(18739,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/RestApi/Controllers/Products.php'),(18740,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/RestApi/Controllers/Variations.php'),(18741,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/RestApi.php'),(18742,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/autoload.php'),(18743,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/autoload_packages.php'),(18744,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/automattic/jetpack-autoloader/src/AutoloadGenerator.php'),(18745,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/automattic/jetpack-autoloader/src/CustomAutoloaderPlugin.php'),(18746,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/automattic/jetpack-autoloader/src/autoload.php'),(18747,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/ClassLoader.php'),(18748,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/LICENSE'),(18749,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/autoload_classmap.php'),(18750,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/autoload_classmap_package.php'),(18751,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/autoload_namespaces.php'),(18752,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/autoload_psr4.php'),(18753,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/autoload_real.php'),(18754,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/autoload_static.php'),(18755,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installed.json'),(18756,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/LICENSE'),(18757,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/AglInstaller.php'),(18758,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/AimeosInstaller.php'),(18759,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/AnnotateCmsInstaller.php'),(18760,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/AsgardInstaller.php'),(18761,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/AttogramInstaller.php'),(18762,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/BaseInstaller.php'),(18763,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/BitrixInstaller.php'),(18764,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/BonefishInstaller.php'),(18765,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/CakePHPInstaller.php'),(18766,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/ChefInstaller.php'),(18767,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/CiviCrmInstaller.php'),(18768,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/ClanCatsFrameworkInstaller.php'),(18769,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/CockpitInstaller.php'),(18770,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/CodeIgniterInstaller.php'),(18771,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/Concrete5Installer.php'),(18772,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/CraftInstaller.php'),(18773,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/CroogoInstaller.php'),(18774,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/DecibelInstaller.php'),(18775,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/DokuWikiInstaller.php'),(18776,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/DolibarrInstaller.php'),(18777,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/DrupalInstaller.php'),(18778,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/ElggInstaller.php'),(18779,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/EliasisInstaller.php'),(18780,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/ExpressionEngineInstaller.php'),(18781,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/EzPlatformInstaller.php'),(18782,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/FuelInstaller.php'),(18783,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/FuelphpInstaller.php'),(18784,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/GravInstaller.php'),(18785,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/HuradInstaller.php'),(18786,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/ImageCMSInstaller.php'),(18787,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/Installer.php'),(18788,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/ItopInstaller.php'),(18789,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/JoomlaInstaller.php'),(18790,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/KanboardInstaller.php'),(18791,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/KirbyInstaller.php'),(18792,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/KodiCMSInstaller.php'),(18793,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/KohanaInstaller.php'),(18794,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/LanManagementSystemInstaller.php'),(18795,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/LaravelInstaller.php'),(18796,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/LavaLiteInstaller.php'),(18797,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/LithiumInstaller.php'),(18798,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/MODULEWorkInstaller.php'),(18799,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/MODXEvoInstaller.php'),(18800,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/MagentoInstaller.php'),(18801,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/MajimaInstaller.php'),(18802,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/MakoInstaller.php'),(18803,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/MauticInstaller.php'),(18804,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/MayaInstaller.php'),(18805,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/MediaWikiInstaller.php'),(18806,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/MicroweberInstaller.php'),(18807,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/ModxInstaller.php'),(18808,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/MoodleInstaller.php'),(18809,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/OctoberInstaller.php'),(18810,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/OntoWikiInstaller.php'),(18811,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/OsclassInstaller.php'),(18812,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/OxidInstaller.php'),(18813,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/PPIInstaller.php'),(18814,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/PhiftyInstaller.php'),(18815,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/PhpBBInstaller.php'),(18816,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/PimcoreInstaller.php'),(18817,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/PiwikInstaller.php'),(18818,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/PlentymarketsInstaller.php'),(18819,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/Plugin.php'),(18820,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/PortoInstaller.php'),(18821,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/PrestashopInstaller.php'),(18822,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/PuppetInstaller.php'),(18823,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/PxcmsInstaller.php'),(18824,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/RadPHPInstaller.php'),(18825,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/ReIndexInstaller.php'),(18826,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/RedaxoInstaller.php'),(18827,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/RoundcubeInstaller.php'),(18828,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/SMFInstaller.php'),(18829,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/ShopwareInstaller.php'),(18830,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/SilverStripeInstaller.php'),(18831,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/SiteDirectInstaller.php'),(18832,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/SyDESInstaller.php'),(18833,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/Symfony1Installer.php'),(18834,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/TYPO3CmsInstaller.php'),(18835,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/TYPO3FlowInstaller.php'),(18836,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/TheliaInstaller.php'),(18837,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/TuskInstaller.php'),(18838,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/UserFrostingInstaller.php'),(18839,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/VanillaInstaller.php'),(18840,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/VgmcpInstaller.php'),(18841,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/WHMCSInstaller.php'),(18842,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/WolfCMSInstaller.php'),(18843,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/WordPressInstaller.php'),(18844,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/YawikInstaller.php'),(18845,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/ZendInstaller.php'),(18846,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/ZikulaInstaller.php'),(18847,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/bootstrap.php'),(18848,'wp-content/plugins/woocommerce/packages/woocommerce-blocks/woocommerce-gutenberg-products-block.php'),(18849,'wp-content/plugins/woocommerce/packages/woocommerce-rest-api/src/Controllers/Version1/class-wc-rest-coupons-v1-controller.php'),(18850,'wp-content/plugins/woocommerce/packages/woocommerce-rest-api/src/Controllers/Version1/class-wc-rest-customer-downloads-v1-controller.php'),(18851,'wp-content/plugins/woocommerce/packages/woocommerce-rest-api/src/Controllers/Version1/class-wc-rest-customers-v1-controller.php'),(18852,'wp-content/plugins/woocommerce/packages/woocommerce-rest-api/src/Controllers/Version1/class-wc-rest-order-notes-v1-controller.php'),(18853,'wp-content/plugins/woocommerce/packages/woocommerce-rest-api/src/Controllers/Version1/class-wc-rest-order-refunds-v1-controller.php'),(18854,'wp-content/plugins/woocommerce/packages/woocommerce-rest-api/src/Controllers/Version1/class-wc-rest-orders-v1-controller.php'),(18855,'wp-content/plugins/woocommerce/packages/woocommerce-rest-api/src/Controllers/Version1/class-wc-rest-product-attribute-terms-v1-controller.php'),(18856,'wp-content/plugins/woocommerce/packages/woocommerce-rest-api/src/Controllers/Version1/class-wc-rest-product-attributes-v1-controller.php'),(18857,'wp-content/plugins/woocommerce/packages/woocommerce-rest-api/src/Controllers/Version1/class-wc-rest-product-categories-v1-controller.php'),(18858,'wp-content/plugins/woocommerce/packages/woocommerce-rest-api/src/Controllers/Version1/class-wc-rest-product-reviews-v1-controller.php'),(18859,'wp-content/plugins/woocommerce/packages/woocommerce-rest-api/src/Controllers/Version1/class-wc-rest-product-shipping-classes-v1-controller.php'),(18860,'wp-content/plugins/woocommerce/packages/woocommerce-rest-api/src/Controllers/Version1/class-wc-rest-product-tags-v1-controller.php'),(18861,'wp-content/plugins/woocommerce/packages/woocommerce-rest-api/src/Controllers/Version1/class-wc-rest-products-v1-controller.php'),(18862,'wp-content/plugins/woocommerce/packages/woocommerce-rest-api/src/Controllers/Version1/class-wc-rest-report-sales-v1-controller.php'),(18863,'wp-content/plugins/woocommerce/packages/woocommerce-rest-api/src/Controllers/Version1/class-wc-rest-report-top-sellers-v1-controller.php'),(18864,'wp-content/plugins/woocommerce/packages/woocommerce-rest-api/src/Controllers/Version1/class-wc-rest-reports-v1-controller.php'),(18865,'wp-content/plugins/woocommerce/packages/woocommerce-rest-api/src/Controllers/Version1/class-wc-rest-tax-classes-v1-controller.php'),(18866,'wp-content/plugins/woocommerce/packages/woocommerce-rest-api/src/Controllers/Version1/class-wc-rest-taxes-v1-controller.php'),(18867,'wp-content/plugins/woocommerce/packages/woocommerce-rest-api/src/Controllers/Version1/class-wc-rest-webhook-deliveries-v1-controller.php'),(18868,'wp-content/plugins/woocommerce/packages/woocommerce-rest-api/src/Controllers/Version1/class-wc-rest-webhooks-v1-controller.php'),(18869,'wp-content/plugins/woocommerce/packages/woocommerce-rest-api/src/Controllers/Version2/class-wc-rest-coupons-v2-controller.php'),(18870,'wp-content/plugins/woocommerce/packages/woocommerce-rest-api/src/Controllers/Version2/class-wc-rest-customer-downloads-v2-controller.php'),(18871,'wp-content/plugins/woocommerce/packages/woocommerce-rest-api/src/Controllers/Version2/class-wc-rest-customers-v2-controller.php'),(18872,'wp-content/plugins/woocommerce/packages/woocommerce-rest-api/src/Controllers/Version2/class-wc-rest-network-orders-v2-controller.php'),(18873,'wp-content/plugins/woocommerce/packages/woocommerce-rest-api/src/Controllers/Version2/class-wc-rest-order-notes-v2-controller.php'),(18874,'wp-content/plugins/woocommerce/packages/woocommerce-rest-api/src/Controllers/Version2/class-wc-rest-order-refunds-v2-controller.php'),(18875,'wp-content/plugins/woocommerce/packages/woocommerce-rest-api/src/Controllers/Version2/class-wc-rest-orders-v2-controller.php'),(18876,'wp-content/plugins/woocommerce/packages/woocommerce-rest-api/src/Controllers/Version2/class-wc-rest-payment-gateways-v2-controller.php'),(18877,'wp-content/plugins/woocommerce/packages/woocommerce-rest-api/src/Controllers/Version2/class-wc-rest-product-attribute-terms-v2-controller.php'),(18878,'wp-content/plugins/woocommerce/packages/woocommerce-rest-api/src/Controllers/Version2/class-wc-rest-product-attributes-v2-controller.php'),(18879,'wp-content/plugins/woocommerce/packages/woocommerce-rest-api/src/Controllers/Version2/class-wc-rest-product-categories-v2-controller.php'),(18880,'wp-content/plugins/woocommerce/packages/woocommerce-rest-api/src/Controllers/Version2/class-wc-rest-product-reviews-v2-controller.php'),(18881,'wp-content/plugins/woocommerce/packages/woocommerce-rest-api/src/Controllers/Version2/class-wc-rest-product-shipping-classes-v2-controller.php'),(18882,'wp-content/plugins/woocommerce/packages/woocommerce-rest-api/src/Controllers/Version2/class-wc-rest-product-tags-v2-controller.php'),(18883,'wp-content/plugins/woocommerce/packages/woocommerce-rest-api/src/Controllers/Version2/class-wc-rest-product-variations-v2-controller.php'),(18884,'wp-content/plugins/woocommerce/packages/woocommerce-rest-api/src/Controllers/Version2/class-wc-rest-products-v2-controller.php'),(18885,'wp-content/plugins/woocommerce/packages/woocommerce-rest-api/src/Controllers/Version2/class-wc-rest-report-sales-v2-controller.php'),(18886,'wp-content/plugins/woocommerce/packages/woocommerce-rest-api/src/Controllers/Version2/class-wc-rest-report-top-sellers-v2-controller.php'),(18887,'wp-content/plugins/woocommerce/packages/woocommerce-rest-api/src/Controllers/Version2/class-wc-rest-reports-v2-controller.php'),(18888,'wp-content/plugins/woocommerce/packages/woocommerce-rest-api/src/Controllers/Version2/class-wc-rest-setting-options-v2-controller.php'),(18889,'wp-content/plugins/woocommerce/packages/woocommerce-rest-api/src/Controllers/Version2/class-wc-rest-settings-v2-controller.php'),(18890,'wp-content/plugins/woocommerce/packages/woocommerce-rest-api/src/Controllers/Version2/class-wc-rest-shipping-methods-v2-controller.php'),(18891,'wp-content/plugins/woocommerce/packages/woocommerce-rest-api/src/Controllers/Version2/class-wc-rest-shipping-zone-locations-v2-controller.php'),(18892,'wp-content/plugins/woocommerce/packages/woocommerce-rest-api/src/Controllers/Version2/class-wc-rest-shipping-zone-methods-v2-controller.php'),(18893,'wp-content/plugins/woocommerce/packages/woocommerce-rest-api/src/Controllers/Version2/class-wc-rest-shipping-zones-v2-controller.php'),(18894,'wp-content/plugins/woocommerce/packages/woocommerce-rest-api/src/Controllers/Version2/class-wc-rest-system-status-tools-v2-controller.php'),(18895,'wp-content/plugins/woocommerce/packages/woocommerce-rest-api/src/Controllers/Version2/class-wc-rest-system-status-v2-controller.php'),(18896,'wp-content/plugins/woocommerce/packages/woocommerce-rest-api/src/Controllers/Version2/class-wc-rest-tax-classes-v2-controller.php'),(18897,'wp-content/plugins/woocommerce/packages/woocommerce-rest-api/src/Controllers/Version2/class-wc-rest-taxes-v2-controller.php'),(18898,'wp-content/plugins/woocommerce/packages/woocommerce-rest-api/src/Controllers/Version2/class-wc-rest-webhook-deliveries-v2-controller.php'),(18899,'wp-content/plugins/woocommerce/packages/woocommerce-rest-api/src/Controllers/Version2/class-wc-rest-webhooks-v2-controller.php'),(18900,'wp-content/plugins/woocommerce/packages/woocommerce-rest-api/src/Controllers/Version3/class-wc-rest-controller.php'),(18901,'wp-content/plugins/woocommerce/packages/woocommerce-rest-api/src/Controllers/Version3/class-wc-rest-coupons-controller.php'),(18902,'wp-content/plugins/woocommerce/packages/woocommerce-rest-api/src/Controllers/Version3/class-wc-rest-crud-controller.php'),(18903,'wp-content/plugins/woocommerce/packages/woocommerce-rest-api/src/Controllers/Version3/class-wc-rest-customer-downloads-controller.php'),(18904,'wp-content/plugins/woocommerce/packages/woocommerce-rest-api/src/Controllers/Version3/class-wc-rest-customers-controller.php'),(18905,'wp-content/plugins/woocommerce/packages/woocommerce-rest-api/src/Controllers/Version3/class-wc-rest-data-continents-controller.php'),(18906,'wp-content/plugins/woocommerce/packages/woocommerce-rest-api/src/Controllers/Version3/class-wc-rest-data-controller.php'),(18907,'wp-content/plugins/woocommerce/packages/woocommerce-rest-api/src/Controllers/Version3/class-wc-rest-data-countries-controller.php'),(18908,'wp-content/plugins/woocommerce/packages/woocommerce-rest-api/src/Controllers/Version3/class-wc-rest-data-currencies-controller.php'),(18909,'wp-content/plugins/woocommerce/packages/woocommerce-rest-api/src/Controllers/Version3/class-wc-rest-network-orders-controller.php'),(18910,'wp-content/plugins/woocommerce/packages/woocommerce-rest-api/src/Controllers/Version3/class-wc-rest-order-notes-controller.php'),(18911,'wp-content/plugins/woocommerce/packages/woocommerce-rest-api/src/Controllers/Version3/class-wc-rest-order-refunds-controller.php'),(18912,'wp-content/plugins/woocommerce/packages/woocommerce-rest-api/src/Controllers/Version3/class-wc-rest-orders-controller.php'),(18913,'wp-content/plugins/woocommerce/packages/woocommerce-rest-api/src/Controllers/Version3/class-wc-rest-payment-gateways-controller.php'),(18914,'wp-content/plugins/woocommerce/packages/woocommerce-rest-api/src/Controllers/Version3/class-wc-rest-posts-controller.php'),(18915,'wp-content/plugins/woocommerce/packages/woocommerce-rest-api/src/Controllers/Version3/class-wc-rest-product-attribute-terms-controller.php'),(18916,'wp-content/plugins/woocommerce/packages/woocommerce-rest-api/src/Controllers/Version3/class-wc-rest-product-attributes-controller.php'),(18917,'wp-content/plugins/woocommerce/packages/woocommerce-rest-api/src/Controllers/Version3/class-wc-rest-product-categories-controller.php'),(18918,'wp-content/plugins/woocommerce/packages/woocommerce-rest-api/src/Controllers/Version3/class-wc-rest-product-reviews-controller.php'),(18919,'wp-content/plugins/woocommerce/packages/woocommerce-rest-api/src/Controllers/Version3/class-wc-rest-product-shipping-classes-controller.php'),(18920,'wp-content/plugins/woocommerce/packages/woocommerce-rest-api/src/Controllers/Version3/class-wc-rest-product-tags-controller.php'),(18921,'wp-content/plugins/woocommerce/packages/woocommerce-rest-api/src/Controllers/Version3/class-wc-rest-product-variations-controller.php'),(18922,'wp-content/plugins/woocommerce/packages/woocommerce-rest-api/src/Controllers/Version3/class-wc-rest-products-controller.php'),(18923,'wp-content/plugins/woocommerce/packages/woocommerce-rest-api/src/Controllers/Version3/class-wc-rest-report-coupons-totals-controller.php'),(18924,'wp-content/plugins/woocommerce/packages/woocommerce-rest-api/src/Controllers/Version3/class-wc-rest-report-customers-totals-controller.php'),(18925,'wp-content/plugins/woocommerce/packages/woocommerce-rest-api/src/Controllers/Version3/class-wc-rest-report-orders-totals-controller.php'),(18926,'wp-content/plugins/woocommerce/packages/woocommerce-rest-api/src/Controllers/Version3/class-wc-rest-report-products-totals-controller.php'),(18927,'wp-content/plugins/woocommerce/packages/woocommerce-rest-api/src/Controllers/Version3/class-wc-rest-report-reviews-totals-controller.php'),(18928,'wp-content/plugins/woocommerce/packages/woocommerce-rest-api/src/Controllers/Version3/class-wc-rest-report-sales-controller.php'),(18929,'wp-content/plugins/woocommerce/packages/woocommerce-rest-api/src/Controllers/Version3/class-wc-rest-report-top-sellers-controller.php'),(18930,'wp-content/plugins/woocommerce/packages/woocommerce-rest-api/src/Controllers/Version3/class-wc-rest-reports-controller.php'),(18931,'wp-content/plugins/woocommerce/packages/woocommerce-rest-api/src/Controllers/Version3/class-wc-rest-setting-options-controller.php'),(18932,'wp-content/plugins/woocommerce/packages/woocommerce-rest-api/src/Controllers/Version3/class-wc-rest-settings-controller.php'),(18933,'wp-content/plugins/woocommerce/packages/woocommerce-rest-api/src/Controllers/Version3/class-wc-rest-shipping-methods-controller.php'),(18934,'wp-content/plugins/woocommerce/packages/woocommerce-rest-api/src/Controllers/Version3/class-wc-rest-shipping-zone-locations-controller.php'),(18935,'wp-content/plugins/woocommerce/packages/woocommerce-rest-api/src/Controllers/Version3/class-wc-rest-shipping-zone-methods-controller.php'),(18936,'wp-content/plugins/woocommerce/packages/woocommerce-rest-api/src/Controllers/Version3/class-wc-rest-shipping-zones-controller-base.php'),(18937,'wp-content/plugins/woocommerce/packages/woocommerce-rest-api/src/Controllers/Version3/class-wc-rest-shipping-zones-controller.php'),(18938,'wp-content/plugins/woocommerce/packages/woocommerce-rest-api/src/Controllers/Version3/class-wc-rest-system-status-controller.php'),(18939,'wp-content/plugins/woocommerce/packages/woocommerce-rest-api/src/Controllers/Version3/class-wc-rest-system-status-tools-controller.php'),(18940,'wp-content/plugins/woocommerce/packages/woocommerce-rest-api/src/Controllers/Version3/class-wc-rest-tax-classes-controller.php'),(18941,'wp-content/plugins/woocommerce/packages/woocommerce-rest-api/src/Controllers/Version3/class-wc-rest-taxes-controller.php'),(18942,'wp-content/plugins/woocommerce/packages/woocommerce-rest-api/src/Controllers/Version3/class-wc-rest-terms-controller.php'),(18943,'wp-content/plugins/woocommerce/packages/woocommerce-rest-api/src/Controllers/Version3/class-wc-rest-webhooks-controller.php'),(18944,'wp-content/plugins/woocommerce/packages/woocommerce-rest-api/src/Package.php'),(18945,'wp-content/plugins/woocommerce/packages/woocommerce-rest-api/src/Server.php'),(18946,'wp-content/plugins/woocommerce/packages/woocommerce-rest-api/src/Utilities/ImageAttachment.php'),(18947,'wp-content/plugins/woocommerce/packages/woocommerce-rest-api/src/Utilities/SingletonTrait.php'),(18948,'wp-content/plugins/woocommerce/packages/woocommerce-rest-api/woocommerce-rest-api.php'),(18949,'wp-content/plugins/woocommerce/readme.txt'),(18950,'wp-content/plugins/woocommerce/sample-data/sample_products.csv'),(18951,'wp-content/plugins/woocommerce/sample-data/sample_products.xml'),(18952,'wp-content/plugins/woocommerce/sample-data/sample_tax_rates.csv'),(18953,'wp-content/plugins/woocommerce/src/Autoloader.php'),(18954,'wp-content/plugins/woocommerce/src/Packages.php'),(18955,'wp-content/plugins/woocommerce/templates/archive-product.php'),(18956,'wp-content/plugins/woocommerce/templates/auth/footer.php'),(18957,'wp-content/plugins/woocommerce/templates/auth/form-grant-access.php'),(18958,'wp-content/plugins/woocommerce/templates/auth/form-login.php'),(18959,'wp-content/plugins/woocommerce/templates/auth/header.php'),(18960,'wp-content/plugins/woocommerce/templates/cart/cart-empty.php'),(18961,'wp-content/plugins/woocommerce/templates/cart/cart-item-data.php'),(18962,'wp-content/plugins/woocommerce/templates/cart/cart-shipping.php'),(18963,'wp-content/plugins/woocommerce/templates/cart/cart-totals.php'),(18964,'wp-content/plugins/woocommerce/templates/cart/cart.php'),(18965,'wp-content/plugins/woocommerce/templates/cart/cross-sells.php'),(18966,'wp-content/plugins/woocommerce/templates/cart/mini-cart.php'),(18967,'wp-content/plugins/woocommerce/templates/cart/proceed-to-checkout-button.php'),(18968,'wp-content/plugins/woocommerce/templates/cart/shipping-calculator.php'),(18969,'wp-content/plugins/woocommerce/templates/checkout/cart-errors.php'),(18970,'wp-content/plugins/woocommerce/templates/checkout/form-billing.php'),(18971,'wp-content/plugins/woocommerce/templates/checkout/form-checkout.php'),(18972,'wp-content/plugins/woocommerce/templates/checkout/form-coupon.php'),(18973,'wp-content/plugins/woocommerce/templates/checkout/form-login.php'),(18974,'wp-content/plugins/woocommerce/templates/checkout/form-pay.php'),(18975,'wp-content/plugins/woocommerce/templates/checkout/form-shipping.php'),(18976,'wp-content/plugins/woocommerce/templates/checkout/order-receipt.php'),(18977,'wp-content/plugins/woocommerce/templates/checkout/payment-method.php'),(18978,'wp-content/plugins/woocommerce/templates/checkout/payment.php'),(18979,'wp-content/plugins/woocommerce/templates/checkout/review-order.php'),(18980,'wp-content/plugins/woocommerce/templates/checkout/terms.php'),(18981,'wp-content/plugins/woocommerce/templates/checkout/thankyou.php'),(18982,'wp-content/plugins/woocommerce/templates/content-product.php'),(18983,'wp-content/plugins/woocommerce/templates/content-product_cat.php'),(18984,'wp-content/plugins/woocommerce/templates/content-single-product.php'),(18985,'wp-content/plugins/woocommerce/templates/content-widget-product.php'),(18986,'wp-content/plugins/woocommerce/templates/content-widget-reviews.php'),(18987,'wp-content/plugins/woocommerce/templates/emails/admin-cancelled-order.php'),(18988,'wp-content/plugins/woocommerce/templates/emails/admin-failed-order.php'),(18989,'wp-content/plugins/woocommerce/templates/emails/admin-new-order.php'),(18990,'wp-content/plugins/woocommerce/templates/emails/customer-completed-order.php'),(18991,'wp-content/plugins/woocommerce/templates/emails/customer-invoice.php'),(18992,'wp-content/plugins/woocommerce/templates/emails/customer-new-account.php'),(18993,'wp-content/plugins/woocommerce/templates/emails/customer-note.php'),(18994,'wp-content/plugins/woocommerce/templates/emails/customer-on-hold-order.php'),(18995,'wp-content/plugins/woocommerce/templates/emails/customer-processing-order.php'),(18996,'wp-content/plugins/woocommerce/templates/emails/customer-refunded-order.php'),(18997,'wp-content/plugins/woocommerce/templates/emails/customer-reset-password.php'),(18998,'wp-content/plugins/woocommerce/templates/emails/email-addresses.php'),(18999,'wp-content/plugins/woocommerce/templates/emails/email-customer-details.php'),(19000,'wp-content/plugins/woocommerce/templates/emails/email-downloads.php'),(19001,'wp-content/plugins/woocommerce/templates/emails/email-footer.php'),(19002,'wp-content/plugins/woocommerce/templates/emails/email-header.php'),(19003,'wp-content/plugins/woocommerce/templates/emails/email-order-details.php'),(19004,'wp-content/plugins/woocommerce/templates/emails/email-order-items.php'),(19005,'wp-content/plugins/woocommerce/templates/emails/email-styles.php'),(19006,'wp-content/plugins/woocommerce/templates/emails/plain/admin-cancelled-order.php'),(19007,'wp-content/plugins/woocommerce/templates/emails/plain/admin-failed-order.php'),(19008,'wp-content/plugins/woocommerce/templates/emails/plain/admin-new-order.php'),(19009,'wp-content/plugins/woocommerce/templates/emails/plain/customer-completed-order.php'),(19010,'wp-content/plugins/woocommerce/templates/emails/plain/customer-invoice.php'),(19011,'wp-content/plugins/woocommerce/templates/emails/plain/customer-new-account.php'),(19012,'wp-content/plugins/woocommerce/templates/emails/plain/customer-note.php'),(19013,'wp-content/plugins/woocommerce/templates/emails/plain/customer-on-hold-order.php'),(19014,'wp-content/plugins/woocommerce/templates/emails/plain/customer-processing-order.php'),(19015,'wp-content/plugins/woocommerce/templates/emails/plain/customer-refunded-order.php'),(19016,'wp-content/plugins/woocommerce/templates/emails/plain/customer-reset-password.php'),(19017,'wp-content/plugins/woocommerce/templates/emails/plain/email-addresses.php'),(19018,'wp-content/plugins/woocommerce/templates/emails/plain/email-customer-details.php'),(19019,'wp-content/plugins/woocommerce/templates/emails/plain/email-downloads.php'),(19020,'wp-content/plugins/woocommerce/templates/emails/plain/email-order-details.php'),(19021,'wp-content/plugins/woocommerce/templates/emails/plain/email-order-items.php'),(19022,'wp-content/plugins/woocommerce/templates/global/breadcrumb.php'),(19023,'wp-content/plugins/woocommerce/templates/global/form-login.php'),(19024,'wp-content/plugins/woocommerce/templates/global/quantity-input.php'),(19025,'wp-content/plugins/woocommerce/templates/global/sidebar.php'),(19026,'wp-content/plugins/woocommerce/templates/global/wrapper-end.php'),(19027,'wp-content/plugins/woocommerce/templates/global/wrapper-start.php'),(19028,'wp-content/plugins/woocommerce/templates/loop/add-to-cart.php'),(19029,'wp-content/plugins/woocommerce/templates/loop/loop-end.php'),(19030,'wp-content/plugins/woocommerce/templates/loop/loop-start.php'),(19031,'wp-content/plugins/woocommerce/templates/loop/no-products-found.php'),(19032,'wp-content/plugins/woocommerce/templates/loop/orderby.php'),(19033,'wp-content/plugins/woocommerce/templates/loop/pagination.php'),(19034,'wp-content/plugins/woocommerce/templates/loop/price.php'),(19035,'wp-content/plugins/woocommerce/templates/loop/rating.php'),(19036,'wp-content/plugins/woocommerce/templates/loop/result-count.php'),(19037,'wp-content/plugins/woocommerce/templates/loop/sale-flash.php'),(19038,'wp-content/plugins/woocommerce/templates/myaccount/dashboard.php'),(19039,'wp-content/plugins/woocommerce/templates/myaccount/downloads.php'),(19040,'wp-content/plugins/woocommerce/templates/myaccount/form-add-payment-method.php'),(19041,'wp-content/plugins/woocommerce/templates/myaccount/form-edit-account.php'),(19042,'wp-content/plugins/woocommerce/templates/myaccount/form-edit-address.php'),(19043,'wp-content/plugins/woocommerce/templates/myaccount/form-login.php'),(19044,'wp-content/plugins/woocommerce/templates/myaccount/form-lost-password.php'),(19045,'wp-content/plugins/woocommerce/templates/myaccount/form-reset-password.php'),(19046,'wp-content/plugins/woocommerce/templates/myaccount/lost-password-confirmation.php'),(19047,'wp-content/plugins/woocommerce/templates/myaccount/my-account.php'),(19048,'wp-content/plugins/woocommerce/templates/myaccount/my-address.php'),(19049,'wp-content/plugins/woocommerce/templates/myaccount/my-downloads.php'),(19050,'wp-content/plugins/woocommerce/templates/myaccount/my-orders.php'),(19051,'wp-content/plugins/woocommerce/templates/myaccount/navigation.php'),(19052,'wp-content/plugins/woocommerce/templates/myaccount/orders.php'),(19053,'wp-content/plugins/woocommerce/templates/myaccount/payment-methods.php'),(19054,'wp-content/plugins/woocommerce/templates/myaccount/view-order.php'),(19055,'wp-content/plugins/woocommerce/templates/notices/error.php'),(19056,'wp-content/plugins/woocommerce/templates/notices/notice.php'),(19057,'wp-content/plugins/woocommerce/templates/notices/success.php'),(19058,'wp-content/plugins/woocommerce/templates/order/form-tracking.php'),(19059,'wp-content/plugins/woocommerce/templates/order/order-again.php'),(19060,'wp-content/plugins/woocommerce/templates/order/order-details-customer.php'),(19061,'wp-content/plugins/woocommerce/templates/order/order-details-item.php'),(19062,'wp-content/plugins/woocommerce/templates/order/order-details.php'),(19063,'wp-content/plugins/woocommerce/templates/order/order-downloads.php'),(19064,'wp-content/plugins/woocommerce/templates/order/tracking.php'),(19065,'wp-content/plugins/woocommerce/templates/product-searchform.php'),(19066,'wp-content/plugins/woocommerce/templates/single-product/add-to-cart/external.php'),(19067,'wp-content/plugins/woocommerce/templates/single-product/add-to-cart/grouped.php'),(19068,'wp-content/plugins/woocommerce/templates/single-product/add-to-cart/simple.php'),(19069,'wp-content/plugins/woocommerce/templates/single-product/add-to-cart/variable.php'),(19070,'wp-content/plugins/woocommerce/templates/single-product/add-to-cart/variation-add-to-cart-button.php'),(19071,'wp-content/plugins/woocommerce/templates/single-product/add-to-cart/variation.php'),(19072,'wp-content/plugins/woocommerce/templates/single-product/meta.php'),(19073,'wp-content/plugins/woocommerce/templates/single-product/photoswipe.php'),(19074,'wp-content/plugins/woocommerce/templates/single-product/price.php'),(19075,'wp-content/plugins/woocommerce/templates/single-product/product-attributes.php'),(19076,'wp-content/plugins/woocommerce/templates/single-product/product-image.php'),(19077,'wp-content/plugins/woocommerce/templates/single-product/product-thumbnails.php'),(19078,'wp-content/plugins/woocommerce/templates/single-product/rating.php'),(19079,'wp-content/plugins/woocommerce/templates/single-product/related.php'),(19080,'wp-content/plugins/woocommerce/templates/single-product/review-meta.php'),(19081,'wp-content/plugins/woocommerce/templates/single-product/review-rating.php'),(19082,'wp-content/plugins/woocommerce/templates/single-product/review.php'),(19083,'wp-content/plugins/woocommerce/templates/single-product/sale-flash.php'),(19084,'wp-content/plugins/woocommerce/templates/single-product/share.php'),(19085,'wp-content/plugins/woocommerce/templates/single-product/short-description.php'),(19086,'wp-content/plugins/woocommerce/templates/single-product/stock.php'),(19087,'wp-content/plugins/woocommerce/templates/single-product/tabs/additional-information.php'),(19088,'wp-content/plugins/woocommerce/templates/single-product/tabs/description.php'),(19089,'wp-content/plugins/woocommerce/templates/single-product/tabs/tabs.php'),(19090,'wp-content/plugins/woocommerce/templates/single-product/title.php'),(19091,'wp-content/plugins/woocommerce/templates/single-product/up-sells.php'),(19092,'wp-content/plugins/woocommerce/templates/single-product-reviews.php'),(19093,'wp-content/plugins/woocommerce/templates/single-product.php'),(19094,'wp-content/plugins/woocommerce/templates/taxonomy-product_cat.php'),(19095,'wp-content/plugins/woocommerce/templates/taxonomy-product_tag.php'),(19096,'wp-content/plugins/woocommerce/uninstall.php'),(19097,'wp-content/plugins/woocommerce/vendor/autoload.php'),(19098,'wp-content/plugins/woocommerce/vendor/autoload_packages.php'),(19099,'wp-content/plugins/woocommerce/vendor/automattic/jetpack-autoloader/src/AutoloadGenerator.php'),(19100,'wp-content/plugins/woocommerce/vendor/automattic/jetpack-autoloader/src/CustomAutoloaderPlugin.php'),(19101,'wp-content/plugins/woocommerce/vendor/automattic/jetpack-autoloader/src/autoload.php'),(19102,'wp-content/plugins/woocommerce/vendor/composer/ClassLoader.php'),(19103,'wp-content/plugins/woocommerce/vendor/composer/LICENSE'),(19104,'wp-content/plugins/woocommerce/vendor/composer/autoload_classmap.php'),(19105,'wp-content/plugins/woocommerce/vendor/composer/autoload_classmap_package.php'),(19106,'wp-content/plugins/woocommerce/vendor/composer/autoload_namespaces.php'),(19107,'wp-content/plugins/woocommerce/vendor/composer/autoload_psr4.php'),(19108,'wp-content/plugins/woocommerce/vendor/composer/autoload_real.php'),(19109,'wp-content/plugins/woocommerce/vendor/composer/autoload_static.php'),(19110,'wp-content/plugins/woocommerce/vendor/composer/installed.json'),(19111,'wp-content/plugins/woocommerce/vendor/composer/installers/LICENSE'),(19112,'wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/AglInstaller.php'),(19113,'wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/AimeosInstaller.php'),(19114,'wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/AnnotateCmsInstaller.php'),(19115,'wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/AsgardInstaller.php'),(19116,'wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/AttogramInstaller.php'),(19117,'wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/BaseInstaller.php'),(19118,'wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/BitrixInstaller.php'),(19119,'wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/BonefishInstaller.php'),(19120,'wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/CakePHPInstaller.php'),(19121,'wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/ChefInstaller.php'),(19122,'wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/CiviCrmInstaller.php'),(19123,'wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/ClanCatsFrameworkInstaller.php'),(19124,'wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/CockpitInstaller.php'),(19125,'wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/CodeIgniterInstaller.php'),(19126,'wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/Concrete5Installer.php'),(19127,'wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/CraftInstaller.php'),(19128,'wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/CroogoInstaller.php'),(19129,'wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/DecibelInstaller.php'),(19130,'wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/DokuWikiInstaller.php'),(19131,'wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/DolibarrInstaller.php'),(19132,'wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/DrupalInstaller.php'),(19133,'wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/ElggInstaller.php'),(19134,'wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/EliasisInstaller.php'),(19135,'wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/ExpressionEngineInstaller.php'),(19136,'wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/EzPlatformInstaller.php'),(19137,'wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/FuelInstaller.php'),(19138,'wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/FuelphpInstaller.php'),(19139,'wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/GravInstaller.php'),(19140,'wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/HuradInstaller.php'),(19141,'wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/ImageCMSInstaller.php'),(19142,'wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/Installer.php'),(19143,'wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/ItopInstaller.php'),(19144,'wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/JoomlaInstaller.php'),(19145,'wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/KanboardInstaller.php'),(19146,'wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/KirbyInstaller.php'),(19147,'wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/KodiCMSInstaller.php'),(19148,'wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/KohanaInstaller.php'),(19149,'wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/LanManagementSystemInstaller.php'),(19150,'wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/LaravelInstaller.php'),(19151,'wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/LavaLiteInstaller.php'),(19152,'wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/LithiumInstaller.php'),(19153,'wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/MODULEWorkInstaller.php'),(19154,'wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/MODXEvoInstaller.php'),(19155,'wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/MagentoInstaller.php'),(19156,'wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/MajimaInstaller.php'),(19157,'wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/MakoInstaller.php'),(19158,'wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/MauticInstaller.php'),(19159,'wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/MayaInstaller.php'),(19160,'wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/MediaWikiInstaller.php'),(19161,'wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/MicroweberInstaller.php'),(19162,'wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/ModxInstaller.php'),(19163,'wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/MoodleInstaller.php'),(19164,'wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/OctoberInstaller.php'),(19165,'wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/OntoWikiInstaller.php'),(19166,'wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/OsclassInstaller.php'),(19167,'wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/OxidInstaller.php'),(19168,'wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/PPIInstaller.php'),(19169,'wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/PhiftyInstaller.php'),(19170,'wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/PhpBBInstaller.php'),(19171,'wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/PimcoreInstaller.php'),(19172,'wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/PiwikInstaller.php'),(19173,'wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/PlentymarketsInstaller.php'),(19174,'wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/Plugin.php'),(19175,'wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/PortoInstaller.php'),(19176,'wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/PrestashopInstaller.php'),(19177,'wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/PuppetInstaller.php'),(19178,'wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/PxcmsInstaller.php'),(19179,'wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/RadPHPInstaller.php'),(19180,'wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/ReIndexInstaller.php'),(19181,'wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/RedaxoInstaller.php'),(19182,'wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/RoundcubeInstaller.php'),(19183,'wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/SMFInstaller.php'),(19184,'wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/ShopwareInstaller.php'),(19185,'wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/SilverStripeInstaller.php'),(19186,'wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/SiteDirectInstaller.php'),(19187,'wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/SyDESInstaller.php'),(19188,'wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/Symfony1Installer.php'),(19189,'wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/TYPO3CmsInstaller.php'),(19190,'wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/TYPO3FlowInstaller.php'),(19191,'wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/TheliaInstaller.php'),(19192,'wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/TuskInstaller.php'),(19193,'wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/UserFrostingInstaller.php'),(19194,'wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/VanillaInstaller.php'),(19195,'wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/VgmcpInstaller.php'),(19196,'wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/WHMCSInstaller.php'),(19197,'wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/WolfCMSInstaller.php'),(19198,'wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/WordPressInstaller.php'),(19199,'wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/YawikInstaller.php'),(19200,'wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/ZendInstaller.php'),(19201,'wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/ZikulaInstaller.php'),(19202,'wp-content/plugins/woocommerce/vendor/composer/installers/src/bootstrap.php'),(19203,'wp-content/plugins/woocommerce/woocommerce.php'),(19204,'wp-content/plugins/woocommerce-admin/dist/app/index.js'),(19205,'wp-content/plugins/woocommerce-admin/dist/app/style-rtl.css'),(19206,'wp-content/plugins/woocommerce-admin/dist/app/style.css'),(19207,'wp-content/plugins/woocommerce-admin/dist/components/ie-rtl.css'),(19208,'wp-content/plugins/woocommerce-admin/dist/components/ie.css'),(19209,'wp-content/plugins/woocommerce-admin/dist/components/index.js'),(19210,'wp-content/plugins/woocommerce-admin/dist/components/style-rtl.css'),(19211,'wp-content/plugins/woocommerce-admin/dist/components/style.css'),(19212,'wp-content/plugins/woocommerce-admin/dist/csv-export/index.js'),(19213,'wp-content/plugins/woocommerce-admin/dist/currency/index.js'),(19214,'wp-content/plugins/woocommerce-admin/dist/date/index.js'),(19215,'wp-content/plugins/woocommerce-admin/dist/navigation/index.js'),(19216,'wp-content/plugins/woocommerce-admin/dist/number/index.js'),(19217,'wp-content/plugins/woocommerce-admin/images/empty-content.svg'),(19218,'wp-content/plugins/woocommerce-admin/images/onboarding/facebook.png'),(19219,'wp-content/plugins/woocommerce-admin/images/onboarding/mailchimp.png'),(19220,'wp-content/plugins/woocommerce-admin/includes/connect-existing-pages.php'),(19221,'wp-content/plugins/woocommerce-admin/includes/core-functions.php'),(19222,'wp-content/plugins/woocommerce-admin/includes/emails/html-admin-report-export-download.php'),(19223,'wp-content/plugins/woocommerce-admin/includes/emails/plain-admin-report-export-download.php'),(19224,'wp-content/plugins/woocommerce-admin/includes/feature-config.php'),(19225,'wp-content/plugins/woocommerce-admin/includes/page-controller-functions.php'),(19226,'wp-content/plugins/woocommerce-admin/includes/wc-admin-update-functions.php'),(19227,'wp-content/plugins/woocommerce-admin/languages/woocommerce-admin.php'),(19228,'wp-content/plugins/woocommerce-admin/languages/woocommerce-admin.pot'),(19229,'wp-content/plugins/woocommerce-admin/readme.txt'),(19230,'wp-content/plugins/woocommerce-admin/src/API/Coupons.php'),(19231,'wp-content/plugins/woocommerce-admin/src/API/Customers.php'),(19232,'wp-content/plugins/woocommerce-admin/src/API/Data.php'),(19233,'wp-content/plugins/woocommerce-admin/src/API/DataCountries.php'),(19234,'wp-content/plugins/woocommerce-admin/src/API/DataDownloadIPs.php'),(19235,'wp-content/plugins/woocommerce-admin/src/API/Init.php'),(19236,'wp-content/plugins/woocommerce-admin/src/API/Leaderboards.php'),(19237,'wp-content/plugins/woocommerce-admin/src/API/NoteActions.php'),(19238,'wp-content/plugins/woocommerce-admin/src/API/Notes.php'),(19239,'wp-content/plugins/woocommerce-admin/src/API/OnboardingLevels.php'),(19240,'wp-content/plugins/woocommerce-admin/src/API/OnboardingPlugins.php'),(19241,'wp-content/plugins/woocommerce-admin/src/API/OnboardingProfile.php'),(19242,'wp-content/plugins/woocommerce-admin/src/API/OnboardingTasks.php'),(19243,'wp-content/plugins/woocommerce-admin/src/API/Options.php'),(19244,'wp-content/plugins/woocommerce-admin/src/API/Orders.php'),(19245,'wp-content/plugins/woocommerce-admin/src/API/ProductCategories.php'),(19246,'wp-content/plugins/woocommerce-admin/src/API/ProductReviews.php'),(19247,'wp-content/plugins/woocommerce-admin/src/API/ProductVariations.php'),(19248,'wp-content/plugins/woocommerce-admin/src/API/Products.php'),(19249,'wp-content/plugins/woocommerce-admin/src/API/Reports/Cache.php'),(19250,'wp-content/plugins/woocommerce-admin/src/API/Reports/Categories/Controller.php'),(19251,'wp-content/plugins/woocommerce-admin/src/API/Reports/Categories/DataStore.php'),(19252,'wp-content/plugins/woocommerce-admin/src/API/Reports/Categories/Query.php'),(19253,'wp-content/plugins/woocommerce-admin/src/API/Reports/Controller.php'),(19254,'wp-content/plugins/woocommerce-admin/src/API/Reports/Coupons/Controller.php'),(19255,'wp-content/plugins/woocommerce-admin/src/API/Reports/Coupons/DataStore.php'),(19256,'wp-content/plugins/woocommerce-admin/src/API/Reports/Coupons/Query.php'),(19257,'wp-content/plugins/woocommerce-admin/src/API/Reports/Coupons/Stats/Controller.php'),(19258,'wp-content/plugins/woocommerce-admin/src/API/Reports/Coupons/Stats/DataStore.php'),(19259,'wp-content/plugins/woocommerce-admin/src/API/Reports/Coupons/Stats/Query.php'),(19260,'wp-content/plugins/woocommerce-admin/src/API/Reports/Coupons/Stats/Segmenter.php'),(19261,'wp-content/plugins/woocommerce-admin/src/API/Reports/Customers/Controller.php'),(19262,'wp-content/plugins/woocommerce-admin/src/API/Reports/Customers/DataStore.php'),(19263,'wp-content/plugins/woocommerce-admin/src/API/Reports/Customers/Query.php'),(19264,'wp-content/plugins/woocommerce-admin/src/API/Reports/Customers/Stats/Controller.php'),(19265,'wp-content/plugins/woocommerce-admin/src/API/Reports/Customers/Stats/DataStore.php'),(19266,'wp-content/plugins/woocommerce-admin/src/API/Reports/Customers/Stats/Query.php'),(19267,'wp-content/plugins/woocommerce-admin/src/API/Reports/DataStore.php'),(19268,'wp-content/plugins/woocommerce-admin/src/API/Reports/DataStoreInterface.php'),(19269,'wp-content/plugins/woocommerce-admin/src/API/Reports/Downloads/Controller.php'),(19270,'wp-content/plugins/woocommerce-admin/src/API/Reports/Downloads/DataStore.php'),(19271,'wp-content/plugins/woocommerce-admin/src/API/Reports/Downloads/Files/Controller.php'),(19272,'wp-content/plugins/woocommerce-admin/src/API/Reports/Downloads/Query.php'),(19273,'wp-content/plugins/woocommerce-admin/src/API/Reports/Downloads/Stats/Controller.php'),(19274,'wp-content/plugins/woocommerce-admin/src/API/Reports/Downloads/Stats/DataStore.php'),(19275,'wp-content/plugins/woocommerce-admin/src/API/Reports/Downloads/Stats/Query.php'),(19276,'wp-content/plugins/woocommerce-admin/src/API/Reports/Export/Controller.php'),(19277,'wp-content/plugins/woocommerce-admin/src/API/Reports/Import/Controller.php'),(19278,'wp-content/plugins/woocommerce-admin/src/API/Reports/Orders/Controller.php'),(19279,'wp-content/plugins/woocommerce-admin/src/API/Reports/Orders/DataStore.php'),(19280,'wp-content/plugins/woocommerce-admin/src/API/Reports/Orders/Query.php'),(19281,'wp-content/plugins/woocommerce-admin/src/API/Reports/Orders/Stats/Controller.php'),(19282,'wp-content/plugins/woocommerce-admin/src/API/Reports/Orders/Stats/DataStore.php'),(19283,'wp-content/plugins/woocommerce-admin/src/API/Reports/Orders/Stats/Query.php'),(19284,'wp-content/plugins/woocommerce-admin/src/API/Reports/Orders/Stats/Segmenter.php'),(19285,'wp-content/plugins/woocommerce-admin/src/API/Reports/ParameterException.php'),(19286,'wp-content/plugins/woocommerce-admin/src/API/Reports/PerformanceIndicators/Controller.php'),(19287,'wp-content/plugins/woocommerce-admin/src/API/Reports/Products/Controller.php'),(19288,'wp-content/plugins/woocommerce-admin/src/API/Reports/Products/DataStore.php'),(19289,'wp-content/plugins/woocommerce-admin/src/API/Reports/Products/Query.php'),(19290,'wp-content/plugins/woocommerce-admin/src/API/Reports/Products/Stats/Controller.php'),(19291,'wp-content/plugins/woocommerce-admin/src/API/Reports/Products/Stats/DataStore.php'),(19292,'wp-content/plugins/woocommerce-admin/src/API/Reports/Products/Stats/Query.php'),(19293,'wp-content/plugins/woocommerce-admin/src/API/Reports/Products/Stats/Segmenter.php'),(19294,'wp-content/plugins/woocommerce-admin/src/API/Reports/Query.php'),(19295,'wp-content/plugins/woocommerce-admin/src/API/Reports/Revenue/Query.php'),(19296,'wp-content/plugins/woocommerce-admin/src/API/Reports/Revenue/Stats/Controller.php'),(19297,'wp-content/plugins/woocommerce-admin/src/API/Reports/Segmenter.php'),(19298,'wp-content/plugins/woocommerce-admin/src/API/Reports/Stock/Controller.php'),(19299,'wp-content/plugins/woocommerce-admin/src/API/Reports/Stock/Stats/Controller.php'),(19300,'wp-content/plugins/woocommerce-admin/src/API/Reports/Stock/Stats/DataStore.php'),(19301,'wp-content/plugins/woocommerce-admin/src/API/Reports/Stock/Stats/Query.php'),(19302,'wp-content/plugins/woocommerce-admin/src/API/Reports/Taxes/Controller.php'),(19303,'wp-content/plugins/woocommerce-admin/src/API/Reports/Taxes/DataStore.php'),(19304,'wp-content/plugins/woocommerce-admin/src/API/Reports/Taxes/Query.php'),(19305,'wp-content/plugins/woocommerce-admin/src/API/Reports/Taxes/Stats/Controller.php'),(19306,'wp-content/plugins/woocommerce-admin/src/API/Reports/Taxes/Stats/DataStore.php'),(19307,'wp-content/plugins/woocommerce-admin/src/API/Reports/Taxes/Stats/Query.php'),(19308,'wp-content/plugins/woocommerce-admin/src/API/Reports/Taxes/Stats/Segmenter.php'),(19309,'wp-content/plugins/woocommerce-admin/src/API/Reports/TimeInterval.php'),(19310,'wp-content/plugins/woocommerce-admin/src/API/Reports/Variations/Controller.php'),(19311,'wp-content/plugins/woocommerce-admin/src/API/Reports/Variations/DataStore.php'),(19312,'wp-content/plugins/woocommerce-admin/src/API/Reports/Variations/Query.php'),(19313,'wp-content/plugins/woocommerce-admin/src/API/SettingOptions.php'),(19314,'wp-content/plugins/woocommerce-admin/src/API/Taxes.php'),(19315,'wp-content/plugins/woocommerce-admin/src/API/Themes.php'),(19316,'wp-content/plugins/woocommerce-admin/src/CategoryLookup.php'),(19317,'wp-content/plugins/woocommerce-admin/src/Events.php'),(19318,'wp-content/plugins/woocommerce-admin/src/FeaturePlugin.php'),(19319,'wp-content/plugins/woocommerce-admin/src/Features/ActivityPanels.php'),(19320,'wp-content/plugins/woocommerce-admin/src/Features/Analytics.php'),(19321,'wp-content/plugins/woocommerce-admin/src/Features/AnalyticsDashboard.php'),(19322,'wp-content/plugins/woocommerce-admin/src/Features/Onboarding.php'),(19323,'wp-content/plugins/woocommerce-admin/src/Features/OnboardingTasks.php'),(19324,'wp-content/plugins/woocommerce-admin/src/Install.php'),(19325,'wp-content/plugins/woocommerce-admin/src/Loader.php'),(19326,'wp-content/plugins/woocommerce-admin/src/Notes/DataStore.php'),(19327,'wp-content/plugins/woocommerce-admin/src/Notes/NoteTraits.php'),(19328,'wp-content/plugins/woocommerce-admin/src/Notes/WC_Admin_Note.php'),(19329,'wp-content/plugins/woocommerce-admin/src/Notes/WC_Admin_Notes.php'),(19330,'wp-content/plugins/woocommerce-admin/src/Notes/WC_Admin_Notes_Facebook_Extension.php'),(19331,'wp-content/plugins/woocommerce-admin/src/Notes/WC_Admin_Notes_Giving_Feedback_Notes.php'),(19332,'wp-content/plugins/woocommerce-admin/src/Notes/WC_Admin_Notes_Historical_Data.php'),(19333,'wp-content/plugins/woocommerce-admin/src/Notes/WC_Admin_Notes_Mobile_App.php'),(19334,'wp-content/plugins/woocommerce-admin/src/Notes/WC_Admin_Notes_New_Sales_Record.php'),(19335,'wp-content/plugins/woocommerce-admin/src/Notes/WC_Admin_Notes_Order_Milestones.php'),(19336,'wp-content/plugins/woocommerce-admin/src/Notes/WC_Admin_Notes_Settings_Notes.php'),(19337,'wp-content/plugins/woocommerce-admin/src/Notes/WC_Admin_Notes_Welcome_Message.php'),(19338,'wp-content/plugins/woocommerce-admin/src/Notes/WC_Admin_Notes_Woo_Subscriptions_Notes.php'),(19339,'wp-content/plugins/woocommerce-admin/src/Overrides/Order.php'),(19340,'wp-content/plugins/woocommerce-admin/src/Overrides/OrderRefund.php'),(19341,'wp-content/plugins/woocommerce-admin/src/Overrides/OrderTraits.php'),(19342,'wp-content/plugins/woocommerce-admin/src/Overrides/ThemeUpgrader.php'),(19343,'wp-content/plugins/woocommerce-admin/src/Overrides/ThemeUpgraderSkin.php'),(19344,'wp-content/plugins/woocommerce-admin/src/Overrides/WPPostStore.php'),(19345,'wp-content/plugins/woocommerce-admin/src/PageController.php'),(19346,'wp-content/plugins/woocommerce-admin/src/ReportCSVEmail.php'),(19347,'wp-content/plugins/woocommerce-admin/src/ReportCSVExporter.php'),(19348,'wp-content/plugins/woocommerce-admin/src/ReportExporter.php'),(19349,'wp-content/plugins/woocommerce-admin/src/ReportsSync.php'),(19350,'wp-content/plugins/woocommerce-admin/uninstall.php'),(19351,'wp-content/plugins/woocommerce-admin/vendor/autoload.php'),(19352,'wp-content/plugins/woocommerce-admin/vendor/composer/ClassLoader.php'),(19353,'wp-content/plugins/woocommerce-admin/vendor/composer/LICENSE'),(19354,'wp-content/plugins/woocommerce-admin/vendor/composer/autoload_classmap.php'),(19355,'wp-content/plugins/woocommerce-admin/vendor/composer/autoload_files.php'),(19356,'wp-content/plugins/woocommerce-admin/vendor/composer/autoload_namespaces.php'),(19357,'wp-content/plugins/woocommerce-admin/vendor/composer/autoload_psr4.php'),(19358,'wp-content/plugins/woocommerce-admin/vendor/composer/autoload_real.php'),(19359,'wp-content/plugins/woocommerce-admin/vendor/composer/autoload_static.php'),(19360,'wp-content/plugins/woocommerce-admin/vendor/composer/installed.json'),(19361,'wp-content/plugins/woocommerce-admin/vendor/composer/installers/LICENSE'),(19362,'wp-content/plugins/woocommerce-admin/vendor/composer/installers/composer.json'),(19363,'wp-content/plugins/woocommerce-admin/vendor/composer/installers/src/Composer/Installers/AglInstaller.php'),(19364,'wp-content/plugins/woocommerce-admin/vendor/composer/installers/src/Composer/Installers/AimeosInstaller.php'),(19365,'wp-content/plugins/woocommerce-admin/vendor/composer/installers/src/Composer/Installers/AnnotateCmsInstaller.php'),(19366,'wp-content/plugins/woocommerce-admin/vendor/composer/installers/src/Composer/Installers/AsgardInstaller.php'),(19367,'wp-content/plugins/woocommerce-admin/vendor/composer/installers/src/Composer/Installers/AttogramInstaller.php'),(19368,'wp-content/plugins/woocommerce-admin/vendor/composer/installers/src/Composer/Installers/BaseInstaller.php'),(19369,'wp-content/plugins/woocommerce-admin/vendor/composer/installers/src/Composer/Installers/BitrixInstaller.php'),(19370,'wp-content/plugins/woocommerce-admin/vendor/composer/installers/src/Composer/Installers/BonefishInstaller.php'),(19371,'wp-content/plugins/woocommerce-admin/vendor/composer/installers/src/Composer/Installers/CakePHPInstaller.php'),(19372,'wp-content/plugins/woocommerce-admin/vendor/composer/installers/src/Composer/Installers/ChefInstaller.php'),(19373,'wp-content/plugins/woocommerce-admin/vendor/composer/installers/src/Composer/Installers/CiviCrmInstaller.php'),(19374,'wp-content/plugins/woocommerce-admin/vendor/composer/installers/src/Composer/Installers/ClanCatsFrameworkInstaller.php'),(19375,'wp-content/plugins/woocommerce-admin/vendor/composer/installers/src/Composer/Installers/CockpitInstaller.php'),(19376,'wp-content/plugins/woocommerce-admin/vendor/composer/installers/src/Composer/Installers/CodeIgniterInstaller.php'),(19377,'wp-content/plugins/woocommerce-admin/vendor/composer/installers/src/Composer/Installers/Concrete5Installer.php'),(19378,'wp-content/plugins/woocommerce-admin/vendor/composer/installers/src/Composer/Installers/CraftInstaller.php'),(19379,'wp-content/plugins/woocommerce-admin/vendor/composer/installers/src/Composer/Installers/CroogoInstaller.php'),(19380,'wp-content/plugins/woocommerce-admin/vendor/composer/installers/src/Composer/Installers/DecibelInstaller.php'),(19381,'wp-content/plugins/woocommerce-admin/vendor/composer/installers/src/Composer/Installers/DframeInstaller.php'),(19382,'wp-content/plugins/woocommerce-admin/vendor/composer/installers/src/Composer/Installers/DokuWikiInstaller.php'),(19383,'wp-content/plugins/woocommerce-admin/vendor/composer/installers/src/Composer/Installers/DolibarrInstaller.php'),(19384,'wp-content/plugins/woocommerce-admin/vendor/composer/installers/src/Composer/Installers/DrupalInstaller.php'),(19385,'wp-content/plugins/woocommerce-admin/vendor/composer/installers/src/Composer/Installers/ElggInstaller.php'),(19386,'wp-content/plugins/woocommerce-admin/vendor/composer/installers/src/Composer/Installers/EliasisInstaller.php'),(19387,'wp-content/plugins/woocommerce-admin/vendor/composer/installers/src/Composer/Installers/ExpressionEngineInstaller.php'),(19388,'wp-content/plugins/woocommerce-admin/vendor/composer/installers/src/Composer/Installers/EzPlatformInstaller.php'),(19389,'wp-content/plugins/woocommerce-admin/vendor/composer/installers/src/Composer/Installers/FuelInstaller.php'),(19390,'wp-content/plugins/woocommerce-admin/vendor/composer/installers/src/Composer/Installers/FuelphpInstaller.php'),(19391,'wp-content/plugins/woocommerce-admin/vendor/composer/installers/src/Composer/Installers/GravInstaller.php'),(19392,'wp-content/plugins/woocommerce-admin/vendor/composer/installers/src/Composer/Installers/HuradInstaller.php'),(19393,'wp-content/plugins/woocommerce-admin/vendor/composer/installers/src/Composer/Installers/ImageCMSInstaller.php'),(19394,'wp-content/plugins/woocommerce-admin/vendor/composer/installers/src/Composer/Installers/Installer.php'),(19395,'wp-content/plugins/woocommerce-admin/vendor/composer/installers/src/Composer/Installers/ItopInstaller.php'),(19396,'wp-content/plugins/woocommerce-admin/vendor/composer/installers/src/Composer/Installers/JoomlaInstaller.php'),(19397,'wp-content/plugins/woocommerce-admin/vendor/composer/installers/src/Composer/Installers/KanboardInstaller.php'),(19398,'wp-content/plugins/woocommerce-admin/vendor/composer/installers/src/Composer/Installers/KirbyInstaller.php'),(19399,'wp-content/plugins/woocommerce-admin/vendor/composer/installers/src/Composer/Installers/KnownInstaller.php'),(19400,'wp-content/plugins/woocommerce-admin/vendor/composer/installers/src/Composer/Installers/KodiCMSInstaller.php'),(19401,'wp-content/plugins/woocommerce-admin/vendor/composer/installers/src/Composer/Installers/KohanaInstaller.php'),(19402,'wp-content/plugins/woocommerce-admin/vendor/composer/installers/src/Composer/Installers/LanManagementSystemInstaller.php'),(19403,'wp-content/plugins/woocommerce-admin/vendor/composer/installers/src/Composer/Installers/LaravelInstaller.php'),(19404,'wp-content/plugins/woocommerce-admin/vendor/composer/installers/src/Composer/Installers/LavaLiteInstaller.php'),(19405,'wp-content/plugins/woocommerce-admin/vendor/composer/installers/src/Composer/Installers/LithiumInstaller.php'),(19406,'wp-content/plugins/woocommerce-admin/vendor/composer/installers/src/Composer/Installers/MODULEWorkInstaller.php'),(19407,'wp-content/plugins/woocommerce-admin/vendor/composer/installers/src/Composer/Installers/MODXEvoInstaller.php'),(19408,'wp-content/plugins/woocommerce-admin/vendor/composer/installers/src/Composer/Installers/MagentoInstaller.php'),(19409,'wp-content/plugins/woocommerce-admin/vendor/composer/installers/src/Composer/Installers/MajimaInstaller.php'),(19410,'wp-content/plugins/woocommerce-admin/vendor/composer/installers/src/Composer/Installers/MakoInstaller.php'),(19411,'wp-content/plugins/woocommerce-admin/vendor/composer/installers/src/Composer/Installers/MauticInstaller.php'),(19412,'wp-content/plugins/woocommerce-admin/vendor/composer/installers/src/Composer/Installers/MayaInstaller.php'),(19413,'wp-content/plugins/woocommerce-admin/vendor/composer/installers/src/Composer/Installers/MediaWikiInstaller.php'),(19414,'wp-content/plugins/woocommerce-admin/vendor/composer/installers/src/Composer/Installers/MicroweberInstaller.php'),(19415,'wp-content/plugins/woocommerce-admin/vendor/composer/installers/src/Composer/Installers/ModxInstaller.php'),(19416,'wp-content/plugins/woocommerce-admin/vendor/composer/installers/src/Composer/Installers/MoodleInstaller.php'),(19417,'wp-content/plugins/woocommerce-admin/vendor/composer/installers/src/Composer/Installers/OctoberInstaller.php'),(19418,'wp-content/plugins/woocommerce-admin/vendor/composer/installers/src/Composer/Installers/OntoWikiInstaller.php'),(19419,'wp-content/plugins/woocommerce-admin/vendor/composer/installers/src/Composer/Installers/OsclassInstaller.php'),(19420,'wp-content/plugins/woocommerce-admin/vendor/composer/installers/src/Composer/Installers/OxidInstaller.php'),(19421,'wp-content/plugins/woocommerce-admin/vendor/composer/installers/src/Composer/Installers/PPIInstaller.php'),(19422,'wp-content/plugins/woocommerce-admin/vendor/composer/installers/src/Composer/Installers/PhiftyInstaller.php'),(19423,'wp-content/plugins/woocommerce-admin/vendor/composer/installers/src/Composer/Installers/PhpBBInstaller.php'),(19424,'wp-content/plugins/woocommerce-admin/vendor/composer/installers/src/Composer/Installers/PimcoreInstaller.php'),(19425,'wp-content/plugins/woocommerce-admin/vendor/composer/installers/src/Composer/Installers/PiwikInstaller.php'),(19426,'wp-content/plugins/woocommerce-admin/vendor/composer/installers/src/Composer/Installers/PlentymarketsInstaller.php'),(19427,'wp-content/plugins/woocommerce-admin/vendor/composer/installers/src/Composer/Installers/Plugin.php'),(19428,'wp-content/plugins/woocommerce-admin/vendor/composer/installers/src/Composer/Installers/PortoInstaller.php'),(19429,'wp-content/plugins/woocommerce-admin/vendor/composer/installers/src/Composer/Installers/PrestashopInstaller.php'),(19430,'wp-content/plugins/woocommerce-admin/vendor/composer/installers/src/Composer/Installers/PuppetInstaller.php'),(19431,'wp-content/plugins/woocommerce-admin/vendor/composer/installers/src/Composer/Installers/PxcmsInstaller.php'),(19432,'wp-content/plugins/woocommerce-admin/vendor/composer/installers/src/Composer/Installers/RadPHPInstaller.php'),(19433,'wp-content/plugins/woocommerce-admin/vendor/composer/installers/src/Composer/Installers/ReIndexInstaller.php'),(19434,'wp-content/plugins/woocommerce-admin/vendor/composer/installers/src/Composer/Installers/Redaxo5Installer.php'),(19435,'wp-content/plugins/woocommerce-admin/vendor/composer/installers/src/Composer/Installers/RedaxoInstaller.php'),(19436,'wp-content/plugins/woocommerce-admin/vendor/composer/installers/src/Composer/Installers/RoundcubeInstaller.php'),(19437,'wp-content/plugins/woocommerce-admin/vendor/composer/installers/src/Composer/Installers/SMFInstaller.php'),(19438,'wp-content/plugins/woocommerce-admin/vendor/composer/installers/src/Composer/Installers/ShopwareInstaller.php'),(19439,'wp-content/plugins/woocommerce-admin/vendor/composer/installers/src/Composer/Installers/SilverStripeInstaller.php'),(19440,'wp-content/plugins/woocommerce-admin/vendor/composer/installers/src/Composer/Installers/SiteDirectInstaller.php'),(19441,'wp-content/plugins/woocommerce-admin/vendor/composer/installers/src/Composer/Installers/SyDESInstaller.php'),(19442,'wp-content/plugins/woocommerce-admin/vendor/composer/installers/src/Composer/Installers/Symfony1Installer.php'),(19443,'wp-content/plugins/woocommerce-admin/vendor/composer/installers/src/Composer/Installers/TYPO3CmsInstaller.php'),(19444,'wp-content/plugins/woocommerce-admin/vendor/composer/installers/src/Composer/Installers/TYPO3FlowInstaller.php'),(19445,'wp-content/plugins/woocommerce-admin/vendor/composer/installers/src/Composer/Installers/TaoInstaller.php'),(19446,'wp-content/plugins/woocommerce-admin/vendor/composer/installers/src/Composer/Installers/TheliaInstaller.php'),(19447,'wp-content/plugins/woocommerce-admin/vendor/composer/installers/src/Composer/Installers/TuskInstaller.php'),(19448,'wp-content/plugins/woocommerce-admin/vendor/composer/installers/src/Composer/Installers/UserFrostingInstaller.php'),(19449,'wp-content/plugins/woocommerce-admin/vendor/composer/installers/src/Composer/Installers/VanillaInstaller.php'),(19450,'wp-content/plugins/woocommerce-admin/vendor/composer/installers/src/Composer/Installers/VgmcpInstaller.php'),(19451,'wp-content/plugins/woocommerce-admin/vendor/composer/installers/src/Composer/Installers/WHMCSInstaller.php'),(19452,'wp-content/plugins/woocommerce-admin/vendor/composer/installers/src/Composer/Installers/WolfCMSInstaller.php'),(19453,'wp-content/plugins/woocommerce-admin/vendor/composer/installers/src/Composer/Installers/WordPressInstaller.php'),(19454,'wp-content/plugins/woocommerce-admin/vendor/composer/installers/src/Composer/Installers/YawikInstaller.php'),(19455,'wp-content/plugins/woocommerce-admin/vendor/composer/installers/src/Composer/Installers/ZendInstaller.php'),(19456,'wp-content/plugins/woocommerce-admin/vendor/composer/installers/src/Composer/Installers/ZikulaInstaller.php'),(19457,'wp-content/plugins/woocommerce-admin/vendor/composer/installers/src/bootstrap.php'),(19458,'wp-content/plugins/woocommerce-admin/woocommerce-admin.php'),(19459,'wp-content/plugins/woocommerce-gateway-stripe/apple-developer-merchantid-domain-association'),(19460,'wp-content/plugins/woocommerce-gateway-stripe/assets/css/stripe-styles.css'),(19461,'wp-content/plugins/woocommerce-gateway-stripe/assets/images/alipay.svg'),(19462,'wp-content/plugins/woocommerce-gateway-stripe/assets/images/amex.svg'),(19463,'wp-content/plugins/woocommerce-gateway-stripe/assets/images/bancontact.svg'),(19464,'wp-content/plugins/woocommerce-gateway-stripe/assets/images/credit-card.svg'),(19465,'wp-content/plugins/woocommerce-gateway-stripe/assets/images/diners.svg'),(19466,'wp-content/plugins/woocommerce-gateway-stripe/assets/images/discover.svg'),(19467,'wp-content/plugins/woocommerce-gateway-stripe/assets/images/eps.svg'),(19468,'wp-content/plugins/woocommerce-gateway-stripe/assets/images/giropay.svg'),(19469,'wp-content/plugins/woocommerce-gateway-stripe/assets/images/ideal.svg'),(19470,'wp-content/plugins/woocommerce-gateway-stripe/assets/images/jcb.svg'),(19471,'wp-content/plugins/woocommerce-gateway-stripe/assets/images/maestro.svg'),(19472,'wp-content/plugins/woocommerce-gateway-stripe/assets/images/mastercard.svg'),(19473,'wp-content/plugins/woocommerce-gateway-stripe/assets/images/multibanco.svg'),(19474,'wp-content/plugins/woocommerce-gateway-stripe/assets/images/p24.svg'),(19475,'wp-content/plugins/woocommerce-gateway-stripe/assets/images/sepa.svg'),(19476,'wp-content/plugins/woocommerce-gateway-stripe/assets/images/sofort.svg'),(19477,'wp-content/plugins/woocommerce-gateway-stripe/assets/images/visa.svg'),(19478,'wp-content/plugins/woocommerce-gateway-stripe/assets/images/wechat.svg'),(19479,'wp-content/plugins/woocommerce-gateway-stripe/assets/js/stripe-admin.js'),(19480,'wp-content/plugins/woocommerce-gateway-stripe/assets/js/stripe-admin.min.js'),(19481,'wp-content/plugins/woocommerce-gateway-stripe/assets/js/stripe-payment-request.js'),(19482,'wp-content/plugins/woocommerce-gateway-stripe/assets/js/stripe-payment-request.min.js'),(19483,'wp-content/plugins/woocommerce-gateway-stripe/assets/js/stripe.js'),(19484,'wp-content/plugins/woocommerce-gateway-stripe/assets/js/stripe.min.js'),(19485,'wp-content/plugins/woocommerce-gateway-stripe/changelog.txt'),(19486,'wp-content/plugins/woocommerce-gateway-stripe/includes/abstracts/abstract-wc-stripe-payment-gateway.php'),(19487,'wp-content/plugins/woocommerce-gateway-stripe/includes/admin/class-wc-stripe-admin-notices.php'),(19488,'wp-content/plugins/woocommerce-gateway-stripe/includes/admin/class-wc-stripe-privacy.php'),(19489,'wp-content/plugins/woocommerce-gateway-stripe/includes/admin/stripe-alipay-settings.php'),(19490,'wp-content/plugins/woocommerce-gateway-stripe/includes/admin/stripe-bancontact-settings.php'),(19491,'wp-content/plugins/woocommerce-gateway-stripe/includes/admin/stripe-eps-settings.php'),(19492,'wp-content/plugins/woocommerce-gateway-stripe/includes/admin/stripe-giropay-settings.php'),(19493,'wp-content/plugins/woocommerce-gateway-stripe/includes/admin/stripe-ideal-settings.php'),(19494,'wp-content/plugins/woocommerce-gateway-stripe/includes/admin/stripe-multibanco-settings.php'),(19495,'wp-content/plugins/woocommerce-gateway-stripe/includes/admin/stripe-p24-settings.php'),(19496,'wp-content/plugins/woocommerce-gateway-stripe/includes/admin/stripe-sepa-settings.php'),(19497,'wp-content/plugins/woocommerce-gateway-stripe/includes/admin/stripe-settings.php'),(19498,'wp-content/plugins/woocommerce-gateway-stripe/includes/admin/stripe-sofort-settings.php'),(19499,'wp-content/plugins/woocommerce-gateway-stripe/includes/class-wc-gateway-stripe.php'),(19500,'wp-content/plugins/woocommerce-gateway-stripe/includes/class-wc-stripe-api.php'),(19501,'wp-content/plugins/woocommerce-gateway-stripe/includes/class-wc-stripe-apple-pay-registration.php'),(19502,'wp-content/plugins/woocommerce-gateway-stripe/includes/class-wc-stripe-customer.php'),(19503,'wp-content/plugins/woocommerce-gateway-stripe/includes/class-wc-stripe-exception.php'),(19504,'wp-content/plugins/woocommerce-gateway-stripe/includes/class-wc-stripe-helper.php'),(19505,'wp-content/plugins/woocommerce-gateway-stripe/includes/class-wc-stripe-intent-controller.php'),(19506,'wp-content/plugins/woocommerce-gateway-stripe/includes/class-wc-stripe-logger.php'),(19507,'wp-content/plugins/woocommerce-gateway-stripe/includes/class-wc-stripe-order-handler.php'),(19508,'wp-content/plugins/woocommerce-gateway-stripe/includes/class-wc-stripe-payment-tokens.php'),(19509,'wp-content/plugins/woocommerce-gateway-stripe/includes/class-wc-stripe-sepa-payment-token.php'),(19510,'wp-content/plugins/woocommerce-gateway-stripe/includes/class-wc-stripe-webhook-handler.php'),(19511,'wp-content/plugins/woocommerce-gateway-stripe/includes/compat/class-wc-stripe-email-failed-authentication-retry.php'),(19512,'wp-content/plugins/woocommerce-gateway-stripe/includes/compat/class-wc-stripe-email-failed-authentication.php'),(19513,'wp-content/plugins/woocommerce-gateway-stripe/includes/compat/class-wc-stripe-email-failed-preorder-authentication.php'),(19514,'wp-content/plugins/woocommerce-gateway-stripe/includes/compat/class-wc-stripe-email-failed-renewal-authentication.php'),(19515,'wp-content/plugins/woocommerce-gateway-stripe/includes/compat/class-wc-stripe-pre-orders-compat.php'),(19516,'wp-content/plugins/woocommerce-gateway-stripe/includes/compat/class-wc-stripe-sepa-subs-compat.php'),(19517,'wp-content/plugins/woocommerce-gateway-stripe/includes/compat/class-wc-stripe-subs-compat.php'),(19518,'wp-content/plugins/woocommerce-gateway-stripe/includes/deprecated/class-wc-stripe-apple-pay.php'),(19519,'wp-content/plugins/woocommerce-gateway-stripe/includes/payment-methods/class-wc-gateway-stripe-alipay.php'),(19520,'wp-content/plugins/woocommerce-gateway-stripe/includes/payment-methods/class-wc-gateway-stripe-bancontact.php'),(19521,'wp-content/plugins/woocommerce-gateway-stripe/includes/payment-methods/class-wc-gateway-stripe-eps.php'),(19522,'wp-content/plugins/woocommerce-gateway-stripe/includes/payment-methods/class-wc-gateway-stripe-giropay.php'),(19523,'wp-content/plugins/woocommerce-gateway-stripe/includes/payment-methods/class-wc-gateway-stripe-ideal.php'),(19524,'wp-content/plugins/woocommerce-gateway-stripe/includes/payment-methods/class-wc-gateway-stripe-multibanco.php'),(19525,'wp-content/plugins/woocommerce-gateway-stripe/includes/payment-methods/class-wc-gateway-stripe-p24.php'),(19526,'wp-content/plugins/woocommerce-gateway-stripe/includes/payment-methods/class-wc-gateway-stripe-sepa.php'),(19527,'wp-content/plugins/woocommerce-gateway-stripe/includes/payment-methods/class-wc-gateway-stripe-sofort.php'),(19528,'wp-content/plugins/woocommerce-gateway-stripe/includes/payment-methods/class-wc-stripe-payment-request.php'),(19529,'wp-content/plugins/woocommerce-gateway-stripe/languages/woocommerce-gateway-stripe.pot'),(19530,'wp-content/plugins/woocommerce-gateway-stripe/readme.txt'),(19531,'wp-content/plugins/woocommerce-gateway-stripe/templates/emails/failed-preorder-authentication.php'),(19532,'wp-content/plugins/woocommerce-gateway-stripe/templates/emails/failed-renewal-authentication-requested.php'),(19533,'wp-content/plugins/woocommerce-gateway-stripe/templates/emails/failed-renewal-authentication.php'),(19534,'wp-content/plugins/woocommerce-gateway-stripe/templates/emails/plain/failed-preorder-authentication.php'),(19535,'wp-content/plugins/woocommerce-gateway-stripe/templates/emails/plain/failed-renewal-authentication-requested.php'),(19536,'wp-content/plugins/woocommerce-gateway-stripe/templates/emails/plain/failed-renewal-authentication.php'),(19537,'wp-content/plugins/woocommerce-gateway-stripe/uninstall.php'),(19538,'wp-content/plugins/woocommerce-gateway-stripe/woocommerce-gateway-stripe.php'),(19539,'wp-content/plugins/woocommerce-services/classes/class-wc-connect-api-client.php'),(19540,'wp-content/plugins/woocommerce-services/classes/class-wc-connect-compatibility-wc26.php'),(19541,'wp-content/plugins/woocommerce-services/classes/class-wc-connect-compatibility-wc30.php'),(19542,'wp-content/plugins/woocommerce-services/classes/class-wc-connect-compatibility.php'),(19543,'wp-content/plugins/woocommerce-services/classes/class-wc-connect-debug-tools.php'),(19544,'wp-content/plugins/woocommerce-services/classes/class-wc-connect-error-notice.php'),(19545,'wp-content/plugins/woocommerce-services/classes/class-wc-connect-extension-compatibility.php'),(19546,'wp-content/plugins/woocommerce-services/classes/class-wc-connect-functions.php'),(19547,'wp-content/plugins/woocommerce-services/classes/class-wc-connect-help-view.php'),(19548,'wp-content/plugins/woocommerce-services/classes/class-wc-connect-jetpack.php'),(19549,'wp-content/plugins/woocommerce-services/classes/class-wc-connect-label-reports.php'),(19550,'wp-content/plugins/woocommerce-services/classes/class-wc-connect-logger.php'),(19551,'wp-content/plugins/woocommerce-services/classes/class-wc-connect-nux.php'),(19552,'wp-content/plugins/woocommerce-services/classes/class-wc-connect-options.php'),(19553,'wp-content/plugins/woocommerce-services/classes/class-wc-connect-payment-gateway.php'),(19554,'wp-content/plugins/woocommerce-services/classes/class-wc-connect-payment-methods-store.php'),(19555,'wp-content/plugins/woocommerce-services/classes/class-wc-connect-paypal-ec.php'),(19556,'wp-content/plugins/woocommerce-services/classes/class-wc-connect-privacy.php'),(19557,'wp-content/plugins/woocommerce-services/classes/class-wc-connect-service-schemas-store.php'),(19558,'wp-content/plugins/woocommerce-services/classes/class-wc-connect-service-schemas-validator.php'),(19559,'wp-content/plugins/woocommerce-services/classes/class-wc-connect-service-settings-store.php'),(19560,'wp-content/plugins/woocommerce-services/classes/class-wc-connect-settings-pages.php'),(19561,'wp-content/plugins/woocommerce-services/classes/class-wc-connect-shipping-label.php'),(19562,'wp-content/plugins/woocommerce-services/classes/class-wc-connect-shipping-method.php'),(19563,'wp-content/plugins/woocommerce-services/classes/class-wc-connect-stripe.php'),(19564,'wp-content/plugins/woocommerce-services/classes/class-wc-connect-taxjar-integration.php'),(19565,'wp-content/plugins/woocommerce-services/classes/class-wc-connect-tracks.php'),(19566,'wp-content/plugins/woocommerce-services/classes/class-wc-rest-connect-account-settings-controller.php'),(19567,'wp-content/plugins/woocommerce-services/classes/class-wc-rest-connect-address-normalization-controller.php'),(19568,'wp-content/plugins/woocommerce-services/classes/class-wc-rest-connect-base-controller.php'),(19569,'wp-content/plugins/woocommerce-services/classes/class-wc-rest-connect-packages-controller.php'),(19570,'wp-content/plugins/woocommerce-services/classes/class-wc-rest-connect-self-help-controller.php'),(19571,'wp-content/plugins/woocommerce-services/classes/class-wc-rest-connect-services-controller.php'),(19572,'wp-content/plugins/woocommerce-services/classes/class-wc-rest-connect-shipping-label-controller.php'),(19573,'wp-content/plugins/woocommerce-services/classes/class-wc-rest-connect-shipping-label-preview-controller.php'),(19574,'wp-content/plugins/woocommerce-services/classes/class-wc-rest-connect-shipping-label-print-controller.php'),(19575,'wp-content/plugins/woocommerce-services/classes/class-wc-rest-connect-shipping-label-refund-controller.php'),(19576,'wp-content/plugins/woocommerce-services/classes/class-wc-rest-connect-shipping-label-status-controller.php'),(19577,'wp-content/plugins/woocommerce-services/classes/class-wc-rest-connect-shipping-rates-controller.php'),(19578,'wp-content/plugins/woocommerce-services/classes/class-wc-rest-connect-stripe-account-controller.php'),(19579,'wp-content/plugins/woocommerce-services/classes/class-wc-rest-connect-stripe-deauthorize-controller.php'),(19580,'wp-content/plugins/woocommerce-services/classes/class-wc-rest-connect-stripe-oauth-connect-controller.php'),(19581,'wp-content/plugins/woocommerce-services/classes/class-wc-rest-connect-stripe-oauth-init-controller.php'),(19582,'wp-content/plugins/woocommerce-services/classes/class-wc-rest-connect-tos-controller.php'),(19583,'wp-content/plugins/woocommerce-services/classes/wc-api-dev/class-wc-rest-dev-data-continents-controller.php'),(19584,'wp-content/plugins/woocommerce-services/classes/wc-api-dev/class-wc-rest-dev-data-controller.php'),(19585,'wp-content/plugins/woocommerce-services/dist/woocommerce-services-admin-pointers.js'),(19586,'wp-content/plugins/woocommerce-services/dist/woocommerce-services-banner.css'),(19587,'wp-content/plugins/woocommerce-services/dist/woocommerce-services-banner.js'),(19588,'wp-content/plugins/woocommerce-services/dist/woocommerce-services-new-order-taxjar.js'),(19589,'wp-content/plugins/woocommerce-services/dist/woocommerce-services.css'),(19590,'wp-content/plugins/woocommerce-services/dist/woocommerce-services.js'),(19591,'wp-content/plugins/woocommerce-services/i18n/json/woocommerce-services-es_ES.json'),(19592,'wp-content/plugins/woocommerce-services/i18n/json/woocommerce-services-es_MX.json'),(19593,'wp-content/plugins/woocommerce-services/i18n/json/woocommerce-services-fr_CA.json'),(19594,'wp-content/plugins/woocommerce-services/i18n/json/woocommerce-services-fr_FR.json'),(19595,'wp-content/plugins/woocommerce-services/i18n/languages/woocommerce-services-es_ES.mo'),(19596,'wp-content/plugins/woocommerce-services/i18n/languages/woocommerce-services-es_ES.po'),(19597,'wp-content/plugins/woocommerce-services/i18n/languages/woocommerce-services-es_MX.mo'),(19598,'wp-content/plugins/woocommerce-services/i18n/languages/woocommerce-services-es_MX.po'),(19599,'wp-content/plugins/woocommerce-services/i18n/languages/woocommerce-services-fr_CA.mo'),(19600,'wp-content/plugins/woocommerce-services/i18n/languages/woocommerce-services-fr_CA.po'),(19601,'wp-content/plugins/woocommerce-services/i18n/languages/woocommerce-services-fr_FR.mo'),(19602,'wp-content/plugins/woocommerce-services/i18n/languages/woocommerce-services-fr_FR.po'),(19603,'wp-content/plugins/woocommerce-services/i18n/languages/woocommerce-services.pot'),(19604,'wp-content/plugins/woocommerce-services/i18n/strings.php'),(19605,'wp-content/plugins/woocommerce-services/images/cashier.svg'),(19606,'wp-content/plugins/woocommerce-services/images/jetpack-logo.png'),(19607,'wp-content/plugins/woocommerce-services/images/stripe.png'),(19608,'wp-content/plugins/woocommerce-services/images/wcs-notice.png'),(19609,'wp-content/plugins/woocommerce-services/readme.txt'),(19610,'wp-content/plugins/woocommerce-services/woocommerce-services.php'),(19611,'wp-content/plugins/wordfence/crypto/vendor/autoload.php'),(19612,'wp-content/plugins/wordfence/crypto/vendor/composer/ClassLoader.php'),(19613,'wp-content/plugins/wordfence/crypto/vendor/composer/LICENSE'),(19614,'wp-content/plugins/wordfence/crypto/vendor/composer/autoload_classmap.php'),(19615,'wp-content/plugins/wordfence/crypto/vendor/composer/autoload_files.php'),(19616,'wp-content/plugins/wordfence/crypto/vendor/composer/autoload_namespaces.php'),(19617,'wp-content/plugins/wordfence/crypto/vendor/composer/autoload_psr4.php'),(19618,'wp-content/plugins/wordfence/crypto/vendor/composer/autoload_real.php'),(19619,'wp-content/plugins/wordfence/crypto/vendor/composer/autoload_static.php'),(19620,'wp-content/plugins/wordfence/crypto/vendor/composer/installed.json'),(19621,'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/LICENSE'),(19622,'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/dist/random_compat.phar.pubkey'),(19623,'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/dist/random_compat.phar.pubkey.asc'),(19624,'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/byte_safe_strings.php'),(19625,'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/cast_to_int.php'),(19626,'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/error_polyfill.php'),(19627,'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random.php'),(19628,'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_com_dotnet.php'),(19629,'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_dev_urandom.php'),(19630,'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_libsodium.php'),(19631,'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_libsodium_legacy.php'),(19632,'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_mcrypt.php'),(19633,'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_int.php'),(19634,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/LICENSE'),(19635,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/autoload-fast.php'),(19636,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/autoload-pedantic.php'),(19637,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/autoload.php'),(19638,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/constants.php'),(19639,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/namespaced.php'),(19640,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/php72compat.php'),(19641,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/sodium_compat.php'),(19642,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Compat.php'),(19643,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/BLAKE2b.php'),(19644,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/ChaCha20/Ctx.php'),(19645,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/ChaCha20/IetfCtx.php'),(19646,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/ChaCha20.php'),(19647,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Fe.php'),(19648,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/Cached.php'),(19649,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/P1p1.php'),(19650,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/P2.php'),(19651,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/P3.php'),(19652,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/Precomp.php'),(19653,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/H.php'),(19654,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519.php'),(19655,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Ed25519.php'),(19656,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/HChaCha20.php'),(19657,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/HSalsa20.php'),(19658,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Poly1305/State.php'),(19659,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Poly1305.php'),(19660,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Salsa20.php'),(19661,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/SipHash.php'),(19662,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Util.php'),(19663,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/X25519.php'),(19664,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/XChaCha20.php'),(19665,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Xsalsa20.php'),(19666,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Crypto.php'),(19667,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/File.php'),(19668,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Compat.php'),(19669,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/BLAKE2b.php'),(19670,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/ChaCha20/Ctx.php'),(19671,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/ChaCha20/IetfCtx.php'),(19672,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/ChaCha20.php'),(19673,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Fe.php'),(19674,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/Cached.php'),(19675,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/P1p1.php'),(19676,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/P2.php'),(19677,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/P3.php'),(19678,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/Precomp.php'),(19679,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/H.php'),(19680,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519.php'),(19681,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Ed25519.php'),(19682,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/HChaCha20.php'),(19683,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/HSalsa20.php'),(19684,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Poly1305/State.php'),(19685,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Poly1305.php'),(19686,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Salsa20.php'),(19687,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/SipHash.php'),(19688,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Util.php'),(19689,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/X25519.php'),(19690,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/XChaCha20.php'),(19691,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/XSalsa20.php'),(19692,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/BLAKE2b.php'),(19693,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/ChaCha20/Ctx.php'),(19694,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/ChaCha20/IetfCtx.php'),(19695,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/ChaCha20.php'),(19696,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Fe.php'),(19697,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/Cached.php'),(19698,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/P1p1.php'),(19699,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/P2.php'),(19700,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/P3.php'),(19701,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/Precomp.php'),(19702,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/H.php'),(19703,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519.php'),(19704,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Ed25519.php'),(19705,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/HChaCha20.php'),(19706,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/HSalsa20.php'),(19707,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Int32.php'),(19708,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Int64.php'),(19709,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Poly1305/State.php'),(19710,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Poly1305.php'),(19711,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Salsa20.php'),(19712,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/SipHash.php'),(19713,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Util.php'),(19714,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/X25519.php'),(19715,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/XChaCha20.php'),(19716,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/XSalsa20.php'),(19717,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Crypto.php'),(19718,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Crypto32.php'),(19719,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/File.php'),(19720,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/SodiumException.php'),(19721,'wp-content/plugins/wordfence/css/activity-report-widget.1579191227.css'),(19722,'wp-content/plugins/wordfence/css/diff.1579191227.css'),(19723,'wp-content/plugins/wordfence/css/dt_table.1579191227.css'),(19724,'wp-content/plugins/wordfence/css/fullLog.1579191227.css'),(19725,'wp-content/plugins/wordfence/css/images/ui-icons_444444_256x240.png'),(19726,'wp-content/plugins/wordfence/css/images/ui-icons_555555_256x240.png'),(19727,'wp-content/plugins/wordfence/css/images/ui-icons_777620_256x240.png'),(19728,'wp-content/plugins/wordfence/css/images/ui-icons_777777_256x240.png'),(19729,'wp-content/plugins/wordfence/css/images/ui-icons_cc0000_256x240.png'),(19730,'wp-content/plugins/wordfence/css/images/ui-icons_ffffff_256x240.png'),(19731,'wp-content/plugins/wordfence/css/iptraf.1579191227.css'),(19732,'wp-content/plugins/wordfence/css/jquery-ui-timepicker-addon.1579191227.css'),(19733,'wp-content/plugins/wordfence/css/jquery-ui.min.1579191227.css'),(19734,'wp-content/plugins/wordfence/css/jquery-ui.structure.min.1579191227.css'),(19735,'wp-content/plugins/wordfence/css/jquery-ui.theme.min.1579191227.css'),(19736,'wp-content/plugins/wordfence/css/main.1579191227.css'),(19737,'wp-content/plugins/wordfence/css/phpinfo.1579191227.css'),(19738,'wp-content/plugins/wordfence/css/wf-adminbar.1579191227.css'),(19739,'wp-content/plugins/wordfence/css/wf-colorbox.1579191227.css'),(19740,'wp-content/plugins/wordfence/css/wf-font-awesome.1579191227.css'),(19741,'wp-content/plugins/wordfence/css/wf-global.1579191227.css'),(19742,'wp-content/plugins/wordfence/css/wf-ionicons.1579191227.css'),(19743,'wp-content/plugins/wordfence/css/wf-onboarding.1579191227.css'),(19744,'wp-content/plugins/wordfence/css/wf-roboto-font.1579191227.css'),(19745,'wp-content/plugins/wordfence/css/wfselect2.min.1579191227.css'),(19746,'wp-content/plugins/wordfence/css/wordfenceBox.1579191227.css'),(19747,'wp-content/plugins/wordfence/fonts/fontawesome-webfont.woff'),(19748,'wp-content/plugins/wordfence/fonts/ionicons.woff'),(19749,'wp-content/plugins/wordfence/fonts/roboto-KFOkCnqEu92Fr1Mu51xGIzQXKMnyrYk.woff'),(19750,'wp-content/plugins/wordfence/fonts/roboto-KFOkCnqEu92Fr1Mu51xIIzQXKMny.woff'),(19751,'wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmEU9fBBc-AMP6lQ.woff'),(19752,'wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmEU9fChc-AMP6lbBP.woff'),(19753,'wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmSU5fBBc-AMP6lQ.woff'),(19754,'wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmSU5fChc-AMP6lbBP.woff'),(19755,'wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmWUlfBBc-AMP6lQ.woff'),(19756,'wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmWUlfChc-AMP6lbBP.woff'),(19757,'wp-content/plugins/wordfence/fonts/roboto-KFOmCnqEu92Fr1Mu4mxMKTU1Kg.woff'),(19758,'wp-content/plugins/wordfence/fonts/roboto-KFOmCnqEu92Fr1Mu7GxMKTU1Kvnz.woff'),(19759,'wp-content/plugins/wordfence/images/2fa-whole.svg'),(19760,'wp-content/plugins/wordfence/images/2fa1.svg'),(19761,'wp-content/plugins/wordfence/images/2fa2.svg'),(19762,'wp-content/plugins/wordfence/images/back_disabled.jpg'),(19763,'wp-content/plugins/wordfence/images/back_enabled.jpg'),(19764,'wp-content/plugins/wordfence/images/blocking.svg'),(19765,'wp-content/plugins/wordfence/images/button-grad-grey.png'),(19766,'wp-content/plugins/wordfence/images/checkbox.png'),(19767,'wp-content/plugins/wordfence/images/flags.png'),(19768,'wp-content/plugins/wordfence/images/forward_disabled.jpg'),(19769,'wp-content/plugins/wordfence/images/forward_enabled.jpg'),(19770,'wp-content/plugins/wordfence/images/help.png'),(19771,'wp-content/plugins/wordfence/images/icons/ajax24.gif'),(19772,'wp-content/plugins/wordfence/images/icons/ajax3.gif'),(19773,'wp-content/plugins/wordfence/images/icons/ajaxRed16.gif'),(19774,'wp-content/plugins/wordfence/images/icons/ajaxScan.gif'),(19775,'wp-content/plugins/wordfence/images/icons/ajaxWhite32x32.gif'),(19776,'wp-content/plugins/wordfence/images/icons/arrow_refresh.png'),(19777,'wp-content/plugins/wordfence/images/icons/bullet_yellow.png'),(19778,'wp-content/plugins/wordfence/images/icons/email_go.png'),(19779,'wp-content/plugins/wordfence/images/icons/error128.png'),(19780,'wp-content/plugins/wordfence/images/icons/magnifier.png'),(19781,'wp-content/plugins/wordfence/images/icons/tick128.png'),(19782,'wp-content/plugins/wordfence/images/icons/warning128.png'),(19783,'wp-content/plugins/wordfence/images/icons/working-indicator.gif'),(19784,'wp-content/plugins/wordfence/images/lightbox-controls.png'),(19785,'wp-content/plugins/wordfence/images/loading.gif'),(19786,'wp-content/plugins/wordfence/images/loading_background.png'),(19787,'wp-content/plugins/wordfence/images/loading_large.gif'),(19788,'wp-content/plugins/wordfence/images/logo.png'),(19789,'wp-content/plugins/wordfence/images/options.svg'),(19790,'wp-content/plugins/wordfence/images/ratelimiting.svg'),(19791,'wp-content/plugins/wordfence/images/sort_asc.gif'),(19792,'wp-content/plugins/wordfence/images/sort_asc.png'),(19793,'wp-content/plugins/wordfence/images/sort_asc_disabled.gif'),(19794,'wp-content/plugins/wordfence/images/sort_asc_disabled.png'),(19795,'wp-content/plugins/wordfence/images/sort_both.gif'),(19796,'wp-content/plugins/wordfence/images/sort_both.png'),(19797,'wp-content/plugins/wordfence/images/sort_desc.gif'),(19798,'wp-content/plugins/wordfence/images/sort_desc.png'),(19799,'wp-content/plugins/wordfence/images/sort_desc_disabled.gif'),(19800,'wp-content/plugins/wordfence/images/sort_desc_disabled.png'),(19801,'wp-content/plugins/wordfence/images/support.svg'),(19802,'wp-content/plugins/wordfence/images/tools.svg'),(19803,'wp-content/plugins/wordfence/images/wf-central-logo.svg'),(19804,'wp-content/plugins/wordfence/images/wf-horizontal.svg'),(19805,'wp-content/plugins/wordfence/images/wordfence-logo.svg'),(19806,'wp-content/plugins/wordfence/index.php'),(19807,'wp-content/plugins/wordfence/js/Chart.bundle.min.1579191227.js'),(19808,'wp-content/plugins/wordfence/js/admin.1579191227.js'),(19809,'wp-content/plugins/wordfence/js/admin.ajaxWatcher.1579191227.js'),(19810,'wp-content/plugins/wordfence/js/admin.liveTraffic.1579191227.js'),(19811,'wp-content/plugins/wordfence/js/date.1579191227.js'),(19812,'wp-content/plugins/wordfence/js/jquery-ui-timepicker-addon.1579191227.js'),(19813,'wp-content/plugins/wordfence/js/jquery.colorbox-min.1579191227.js'),(19814,'wp-content/plugins/wordfence/js/jquery.colorbox.1579191227.js'),(19815,'wp-content/plugins/wordfence/js/jquery.dataTables.min.1579191227.js'),(19816,'wp-content/plugins/wordfence/js/jquery.qrcode.min.1579191227.js'),(19817,'wp-content/plugins/wordfence/js/jquery.tmpl.min.1579191227.js'),(19818,'wp-content/plugins/wordfence/js/jquery.tools.min.1579191227.js'),(19819,'wp-content/plugins/wordfence/js/knockout-3.3.0.1579191227.js'),(19820,'wp-content/plugins/wordfence/js/wfdashboard.1579191227.js'),(19821,'wp-content/plugins/wordfence/js/wfdropdown.1579191227.js'),(19822,'wp-content/plugins/wordfence/js/wfglobal.1579191227.js'),(19823,'wp-content/plugins/wordfence/js/wfpopover.1579191227.js'),(19824,'wp-content/plugins/wordfence/js/wfselect2.min.1579191227.js'),(19825,'wp-content/plugins/wordfence/lib/.htaccess'),(19826,'wp-content/plugins/wordfence/lib/Diff/Renderer/Abstract.php'),(19827,'wp-content/plugins/wordfence/lib/Diff/Renderer/Html/Array.php'),(19828,'wp-content/plugins/wordfence/lib/Diff/Renderer/Html/SideBySide.php'),(19829,'wp-content/plugins/wordfence/lib/Diff/SequenceMatcher.php'),(19830,'wp-content/plugins/wordfence/lib/Diff.php'),(19831,'wp-content/plugins/wordfence/lib/GeoLite2-Country.mmdb'),(19832,'wp-content/plugins/wordfence/lib/IPTraf.php'),(19833,'wp-content/plugins/wordfence/lib/IPTrafList.php'),(19834,'wp-content/plugins/wordfence/lib/WFLSPHP52Compatability.php'),(19835,'wp-content/plugins/wordfence/lib/compat.php'),(19836,'wp-content/plugins/wordfence/lib/conntest.php'),(19837,'wp-content/plugins/wordfence/lib/cronview.php'),(19838,'wp-content/plugins/wordfence/lib/dashboard/widget_content_countries.php'),(19839,'wp-content/plugins/wordfence/lib/dashboard/widget_content_ips.php'),(19840,'wp-content/plugins/wordfence/lib/dashboard/widget_content_logins.php'),(19841,'wp-content/plugins/wordfence/lib/dashboard/widget_countries.php'),(19842,'wp-content/plugins/wordfence/lib/dashboard/widget_ips.php'),(19843,'wp-content/plugins/wordfence/lib/dashboard/widget_localattacks.php'),(19844,'wp-content/plugins/wordfence/lib/dashboard/widget_logins.php'),(19845,'wp-content/plugins/wordfence/lib/dashboard/widget_networkattacks.php'),(19846,'wp-content/plugins/wordfence/lib/dashboard/widget_notifications.php'),(19847,'wp-content/plugins/wordfence/lib/dashboard/widget_tdf.php'),(19848,'wp-content/plugins/wordfence/lib/dbview.php'),(19849,'wp-content/plugins/wordfence/lib/diffResult.php'),(19850,'wp-content/plugins/wordfence/lib/email_genericAlert.php'),(19851,'wp-content/plugins/wordfence/lib/email_newIssues.php'),(19852,'wp-content/plugins/wordfence/lib/email_unlockRequest.php'),(19853,'wp-content/plugins/wordfence/lib/email_unsubscribeRequest.php'),(19854,'wp-content/plugins/wordfence/lib/flags.php'),(19855,'wp-content/plugins/wordfence/lib/live_activity.php'),(19856,'wp-content/plugins/wordfence/lib/menu_dashboard.php'),(19857,'wp-content/plugins/wordfence/lib/menu_dashboard_options.php'),(19858,'wp-content/plugins/wordfence/lib/menu_firewall.php'),(19859,'wp-content/plugins/wordfence/lib/menu_firewall_blocking.php'),(19860,'wp-content/plugins/wordfence/lib/menu_firewall_blocking_options.php'),(19861,'wp-content/plugins/wordfence/lib/menu_firewall_waf.php'),(19862,'wp-content/plugins/wordfence/lib/menu_firewall_waf_options.php'),(19863,'wp-content/plugins/wordfence/lib/menu_options.php'),(19864,'wp-content/plugins/wordfence/lib/menu_scanner.php'),(19865,'wp-content/plugins/wordfence/lib/menu_scanner_credentials.php'),(19866,'wp-content/plugins/wordfence/lib/menu_scanner_options.php'),(19867,'wp-content/plugins/wordfence/lib/menu_support.php'),(19868,'wp-content/plugins/wordfence/lib/menu_tools.php'),(19869,'wp-content/plugins/wordfence/lib/menu_tools_diagnostic.php'),(19870,'wp-content/plugins/wordfence/lib/menu_tools_importExport.php'),(19871,'wp-content/plugins/wordfence/lib/menu_tools_livetraffic.php'),(19872,'wp-content/plugins/wordfence/lib/menu_tools_twoFactor.php'),(19873,'wp-content/plugins/wordfence/lib/menu_tools_whois.php'),(19874,'wp-content/plugins/wordfence/lib/menu_wordfence_central.php'),(19875,'wp-content/plugins/wordfence/lib/noc1.key'),(19876,'wp-content/plugins/wordfence/lib/rest-api/wfRESTAuthenticationController.php'),(19877,'wp-content/plugins/wordfence/lib/rest-api/wfRESTBaseController.php'),(19878,'wp-content/plugins/wordfence/lib/rest-api/wfRESTConfigController.php'),(19879,'wp-content/plugins/wordfence/lib/rest-api/wfRESTScanController.php'),(19880,'wp-content/plugins/wordfence/lib/sysinfo.php'),(19881,'wp-content/plugins/wordfence/lib/unknownFiles.php'),(19882,'wp-content/plugins/wordfence/lib/viewFullActivityLog.php'),(19883,'wp-content/plugins/wordfence/lib/wf503.php'),(19884,'wp-content/plugins/wordfence/lib/wfAPI.php'),(19885,'wp-content/plugins/wordfence/lib/wfActivityReport.php'),(19886,'wp-content/plugins/wordfence/lib/wfAdminNoticeQueue.php'),(19887,'wp-content/plugins/wordfence/lib/wfAlerts.php'),(19888,'wp-content/plugins/wordfence/lib/wfArray.php'),(19889,'wp-content/plugins/wordfence/lib/wfBrowscap.php'),(19890,'wp-content/plugins/wordfence/lib/wfBrowscapCache.php'),(19891,'wp-content/plugins/wordfence/lib/wfBulkCountries.php'),(19892,'wp-content/plugins/wordfence/lib/wfCache.php'),(19893,'wp-content/plugins/wordfence/lib/wfCentralAPI.php'),(19894,'wp-content/plugins/wordfence/lib/wfConfig.php'),(19895,'wp-content/plugins/wordfence/lib/wfCrawl.php'),(19896,'wp-content/plugins/wordfence/lib/wfCredentialsController.php'),(19897,'wp-content/plugins/wordfence/lib/wfCrypt.php'),(19898,'wp-content/plugins/wordfence/lib/wfDB.php'),(19899,'wp-content/plugins/wordfence/lib/wfDashboard.php'),(19900,'wp-content/plugins/wordfence/lib/wfDateLocalization.php'),(19901,'wp-content/plugins/wordfence/lib/wfDiagnostic.php'),(19902,'wp-content/plugins/wordfence/lib/wfDict.php'),(19903,'wp-content/plugins/wordfence/lib/wfDirectoryIterator.php'),(19904,'wp-content/plugins/wordfence/lib/wfHelperBin.php'),(19905,'wp-content/plugins/wordfence/lib/wfHelperString.php'),(19906,'wp-content/plugins/wordfence/lib/wfIPWhitelist.php'),(19907,'wp-content/plugins/wordfence/lib/wfImportExportController.php'),(19908,'wp-content/plugins/wordfence/lib/wfIssues.php'),(19909,'wp-content/plugins/wordfence/lib/wfJWT.php'),(19910,'wp-content/plugins/wordfence/lib/wfLockedOut.php'),(19911,'wp-content/plugins/wordfence/lib/wfLog.php'),(19912,'wp-content/plugins/wordfence/lib/wfMD5BloomFilter.php'),(19913,'wp-content/plugins/wordfence/lib/wfModuleController.php'),(19914,'wp-content/plugins/wordfence/lib/wfNotification.php'),(19915,'wp-content/plugins/wordfence/lib/wfOnboardingController.php'),(19916,'wp-content/plugins/wordfence/lib/wfPersistenceController.php'),(19917,'wp-content/plugins/wordfence/lib/wfRESTAPI.php'),(19918,'wp-content/plugins/wordfence/lib/wfScan.php'),(19919,'wp-content/plugins/wordfence/lib/wfScanEngine.php'),(19920,'wp-content/plugins/wordfence/lib/wfSchema.php'),(19921,'wp-content/plugins/wordfence/lib/wfStyle.php'),(19922,'wp-content/plugins/wordfence/lib/wfSupportController.php'),(19923,'wp-content/plugins/wordfence/lib/wfUnlockMsg.php'),(19924,'wp-content/plugins/wordfence/lib/wfUpdateCheck.php'),(19925,'wp-content/plugins/wordfence/lib/wfUtils.php'),(19926,'wp-content/plugins/wordfence/lib/wfVersionCheckController.php'),(19927,'wp-content/plugins/wordfence/lib/wfView.php'),(19928,'wp-content/plugins/wordfence/lib/wfViewResult.php'),(19929,'wp-content/plugins/wordfence/lib/wordfenceClass.php'),(19930,'wp-content/plugins/wordfence/lib/wordfenceConstants.php'),(19931,'wp-content/plugins/wordfence/lib/wordfenceHash.php'),(19932,'wp-content/plugins/wordfence/lib/wordfenceScanner.php'),(19933,'wp-content/plugins/wordfence/lib/wordfenceURLHoover.php'),(19934,'wp-content/plugins/wordfence/models/.htaccess'),(19935,'wp-content/plugins/wordfence/models/block/wfBlock.php'),(19936,'wp-content/plugins/wordfence/models/block/wfRateLimit.php'),(19937,'wp-content/plugins/wordfence/models/common/wfGeoIP2.php'),(19938,'wp-content/plugins/wordfence/models/common/wfTab.php'),(19939,'wp-content/plugins/wordfence/models/firewall/wfFirewall.php'),(19940,'wp-content/plugins/wordfence/models/page/wfPage.php'),(19941,'wp-content/plugins/wordfence/models/scanner/wfScanner.php'),(19942,'wp-content/plugins/wordfence/modules/login-security/classes/.htaccess'),(19943,'wp-content/plugins/wordfence/modules/login-security/classes/controller/ajax.php'),(19944,'wp-content/plugins/wordfence/modules/login-security/classes/controller/captcha.php'),(19945,'wp-content/plugins/wordfence/modules/login-security/classes/controller/cron.php'),(19946,'wp-content/plugins/wordfence/modules/login-security/classes/controller/db.php'),(19947,'wp-content/plugins/wordfence/modules/login-security/classes/controller/notices.php'),(19948,'wp-content/plugins/wordfence/modules/login-security/classes/controller/permissions.php'),(19949,'wp-content/plugins/wordfence/modules/login-security/classes/controller/settings.php'),(19950,'wp-content/plugins/wordfence/modules/login-security/classes/controller/support.php'),(19951,'wp-content/plugins/wordfence/modules/login-security/classes/controller/time.php'),(19952,'wp-content/plugins/wordfence/modules/login-security/classes/controller/totp.php'),(19953,'wp-content/plugins/wordfence/modules/login-security/classes/controller/users.php'),(19954,'wp-content/plugins/wordfence/modules/login-security/classes/controller/whitelist.php'),(19955,'wp-content/plugins/wordfence/modules/login-security/classes/controller/wordfencels.php'),(19956,'wp-content/plugins/wordfence/modules/login-security/classes/model/asset.php'),(19957,'wp-content/plugins/wordfence/modules/login-security/classes/model/compat.php'),(19958,'wp-content/plugins/wordfence/modules/login-security/classes/model/crypto/base2n.php'),(19959,'wp-content/plugins/wordfence/modules/login-security/classes/model/crypto/jwt.php'),(19960,'wp-content/plugins/wordfence/modules/login-security/classes/model/crypto/symmetric.php'),(19961,'wp-content/plugins/wordfence/modules/login-security/classes/model/crypto.php'),(19962,'wp-content/plugins/wordfence/modules/login-security/classes/model/ip.php'),(19963,'wp-content/plugins/wordfence/modules/login-security/classes/model/notice.php'),(19964,'wp-content/plugins/wordfence/modules/login-security/classes/model/request.php'),(19965,'wp-content/plugins/wordfence/modules/login-security/classes/model/settings/db.php'),(19966,'wp-content/plugins/wordfence/modules/login-security/classes/model/settings/wpoptions.php'),(19967,'wp-content/plugins/wordfence/modules/login-security/classes/model/settings.php'),(19968,'wp-content/plugins/wordfence/modules/login-security/classes/model/text/html.php'),(19969,'wp-content/plugins/wordfence/modules/login-security/classes/model/text/javascript.php'),(19970,'wp-content/plugins/wordfence/modules/login-security/classes/model/tokenbucket.php'),(19971,'wp-content/plugins/wordfence/modules/login-security/classes/model/view/tab.php'),(19972,'wp-content/plugins/wordfence/modules/login-security/classes/model/view/title.php'),(19973,'wp-content/plugins/wordfence/modules/login-security/classes/model/view.php'),(19974,'wp-content/plugins/wordfence/modules/login-security/css/admin-global.1579191227.css'),(19975,'wp-content/plugins/wordfence/modules/login-security/css/admin.1579191227.css'),(19976,'wp-content/plugins/wordfence/modules/login-security/css/colorbox.1579191227.css'),(19977,'wp-content/plugins/wordfence/modules/login-security/css/font-awesome.1579191227.css'),(19978,'wp-content/plugins/wordfence/modules/login-security/css/ionicons.1579191227.css'),(19979,'wp-content/plugins/wordfence/modules/login-security/css/jquery-ui-timepicker-addon.1579191227.css'),(19980,'wp-content/plugins/wordfence/modules/login-security/css/jquery-ui.min.1579191227.css'),(19981,'wp-content/plugins/wordfence/modules/login-security/css/jquery-ui.structure.min.1579191227.css'),(19982,'wp-content/plugins/wordfence/modules/login-security/css/jquery-ui.theme.min.1579191227.css'),(19983,'wp-content/plugins/wordfence/modules/login-security/css/login.1579191227.css'),(19984,'wp-content/plugins/wordfence/modules/login-security/img/header.svg'),(19985,'wp-content/plugins/wordfence/modules/login-security/img/lightbox-controls.png'),(19986,'wp-content/plugins/wordfence/modules/login-security/img/loading.gif'),(19987,'wp-content/plugins/wordfence/modules/login-security/img/loading_background.png'),(19988,'wp-content/plugins/wordfence/modules/login-security/img/menu.svg'),(19989,'wp-content/plugins/wordfence/modules/login-security/img/ui-icons_444444_256x240.png'),(19990,'wp-content/plugins/wordfence/modules/login-security/img/ui-icons_555555_256x240.png'),(19991,'wp-content/plugins/wordfence/modules/login-security/img/ui-icons_777620_256x240.png'),(19992,'wp-content/plugins/wordfence/modules/login-security/img/ui-icons_777777_256x240.png'),(19993,'wp-content/plugins/wordfence/modules/login-security/img/ui-icons_cc0000_256x240.png'),(19994,'wp-content/plugins/wordfence/modules/login-security/img/ui-icons_ffffff_256x240.png'),(19995,'wp-content/plugins/wordfence/modules/login-security/js/admin-global.1579191227.js'),(19996,'wp-content/plugins/wordfence/modules/login-security/js/admin.1579191227.js'),(19997,'wp-content/plugins/wordfence/modules/login-security/js/jquery-ui-timepicker-addon.1579191227.js'),(19998,'wp-content/plugins/wordfence/modules/login-security/js/jquery.colorbox.1579191227.js'),(19999,'wp-content/plugins/wordfence/modules/login-security/js/jquery.colorbox.min.1579191227.js'),(20000,'wp-content/plugins/wordfence/modules/login-security/js/jquery.qrcode.min.1579191227.js'),(20001,'wp-content/plugins/wordfence/modules/login-security/js/jquery.tmpl.min.1579191227.js'),(20002,'wp-content/plugins/wordfence/modules/login-security/js/login.1579191227.js'),(20003,'wp-content/plugins/wordfence/modules/login-security/views/.htaccess'),(20004,'wp-content/plugins/wordfence/modules/login-security/views/common/modal-prompt.php'),(20005,'wp-content/plugins/wordfence/modules/login-security/views/email/login-verification.php'),(20006,'wp-content/plugins/wordfence/modules/login-security/views/manage/activate.php'),(20007,'wp-content/plugins/wordfence/modules/login-security/views/manage/code.php'),(20008,'wp-content/plugins/wordfence/modules/login-security/views/manage/deactivate.php'),(20009,'wp-content/plugins/wordfence/modules/login-security/views/manage/regenerate.php'),(20010,'wp-content/plugins/wordfence/modules/login-security/views/onboarding/standalone-header.php'),(20011,'wp-content/plugins/wordfence/modules/login-security/views/options/option-captcha-threshold.php'),(20012,'wp-content/plugins/wordfence/modules/login-security/views/options/option-captcha.php'),(20013,'wp-content/plugins/wordfence/modules/login-security/views/options/option-ip-source.php'),(20014,'wp-content/plugins/wordfence/modules/login-security/views/options/option-label.php'),(20015,'wp-content/plugins/wordfence/modules/login-security/views/options/option-require-2fa.php'),(20016,'wp-content/plugins/wordfence/modules/login-security/views/options/option-select.php'),(20017,'wp-content/plugins/wordfence/modules/login-security/views/options/option-switch.php'),(20018,'wp-content/plugins/wordfence/modules/login-security/views/options/option-text.php'),(20019,'wp-content/plugins/wordfence/modules/login-security/views/options/option-textarea.php'),(20020,'wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-boolean-switch.php'),(20021,'wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-multiple.php'),(20022,'wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-segmented.php'),(20023,'wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-select.php'),(20024,'wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-sub.php'),(20025,'wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-textarea.php'),(20026,'wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled.php'),(20027,'wp-content/plugins/wordfence/modules/login-security/views/options/option-token.php'),(20028,'wp-content/plugins/wordfence/modules/login-security/views/page/manage.php'),(20029,'wp-content/plugins/wordfence/modules/login-security/views/page/page.php'),(20030,'wp-content/plugins/wordfence/modules/login-security/views/page/section-title.php'),(20031,'wp-content/plugins/wordfence/modules/login-security/views/page/settings.php'),(20032,'wp-content/plugins/wordfence/modules/login-security/views/page/tabbar.php'),(20033,'wp-content/plugins/wordfence/modules/login-security/views/settings/options.php'),(20034,'wp-content/plugins/wordfence/modules/login-security/views/settings/user-stats.php'),(20035,'wp-content/plugins/wordfence/modules/login-security/wordfence-login-security.php'),(20036,'wp-content/plugins/wordfence/readme.txt'),(20037,'wp-content/plugins/wordfence/tmp/.htaccess'),(20038,'wp-content/plugins/wordfence/vendor/.htaccess'),(20039,'wp-content/plugins/wordfence/vendor/autoload.php'),(20040,'wp-content/plugins/wordfence/vendor/composer/ClassLoader.php'),(20041,'wp-content/plugins/wordfence/vendor/composer/LICENSE'),(20042,'wp-content/plugins/wordfence/vendor/composer/autoload_classmap.php'),(20043,'wp-content/plugins/wordfence/vendor/composer/autoload_namespaces.php'),(20044,'wp-content/plugins/wordfence/vendor/composer/autoload_psr4.php'),(20045,'wp-content/plugins/wordfence/vendor/composer/autoload_real.php'),(20046,'wp-content/plugins/wordfence/vendor/composer/autoload_static.php'),(20047,'wp-content/plugins/wordfence/vendor/composer/ca-bundle/LICENSE'),(20048,'wp-content/plugins/wordfence/vendor/composer/ca-bundle/res/cacert.pem'),(20049,'wp-content/plugins/wordfence/vendor/composer/ca-bundle/src/CaBundle.php'),(20050,'wp-content/plugins/wordfence/vendor/composer/installed.json'),(20051,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/.gitmodules'),(20052,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/.php_cs'),(20053,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/LICENSE'),(20054,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Database/Reader.php'),(20055,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Exception/AddressNotFoundException.php'),(20056,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Exception/AuthenticationException.php'),(20057,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Exception/GeoIp2Exception.php'),(20058,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Exception/HttpException.php'),(20059,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Exception/InvalidRequestException.php'),(20060,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Exception/OutOfQueriesException.php'),(20061,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/AbstractModel.php'),(20062,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/AnonymousIp.php'),(20063,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/Asn.php'),(20064,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/City.php'),(20065,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/ConnectionType.php'),(20066,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/Country.php'),(20067,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/Domain.php'),(20068,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/Enterprise.php'),(20069,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/Insights.php'),(20070,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/Isp.php'),(20071,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/ProviderInterface.php'),(20072,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/AbstractPlaceRecord.php'),(20073,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/AbstractRecord.php'),(20074,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/City.php'),(20075,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/Continent.php'),(20076,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/Country.php'),(20077,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/Location.php'),(20078,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/MaxMind.php'),(20079,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/Postal.php'),(20080,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/RepresentedCountry.php'),(20081,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/Subdivision.php'),(20082,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/Traits.php'),(20083,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/WebService/Client.php'),(20084,'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/LICENSE'),(20085,'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/AuthenticationException.php'),(20086,'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/HttpException.php'),(20087,'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/InsufficientFundsException.php'),(20088,'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/InvalidInputException.php'),(20089,'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/InvalidRequestException.php'),(20090,'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/IpAddressNotFoundException.php'),(20091,'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/PermissionRequiredException.php'),(20092,'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/WebServiceException.php'),(20093,'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/WebService/Client.php'),(20094,'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/WebService/Http/CurlRequest.php'),(20095,'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/WebService/Http/Request.php'),(20096,'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/WebService/Http/RequestFactory.php'),(20097,'wp-content/plugins/wordfence/vendor/maxmind-db/reader/LICENSE'),(20098,'wp-content/plugins/wordfence/vendor/maxmind-db/reader/autoload.php'),(20099,'wp-content/plugins/wordfence/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/Decoder.php'),(20100,'wp-content/plugins/wordfence/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/InvalidDatabaseException.php'),(20101,'wp-content/plugins/wordfence/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/Metadata.php'),(20102,'wp-content/plugins/wordfence/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/Util.php'),(20103,'wp-content/plugins/wordfence/vendor/maxmind-db/reader/src/MaxMind/Db/Reader.php'),(20104,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/cacert.pem'),(20105,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/falsepositive.key'),(20106,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/init.php'),(20107,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/config.php'),(20108,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/http.php'),(20109,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/json.php'),(20110,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/parser/lexer.php'),(20111,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/parser/parser.php'),(20112,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/parser/sqli.php'),(20113,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/request.php'),(20114,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/rules.php'),(20115,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/storage/file.php'),(20116,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/storage/mysql.php'),(20117,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/storage.php'),(20118,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/utils.php'),(20119,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/view.php'),(20120,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/waf.php'),(20121,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/xmlrpc.php'),(20122,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/rules.key'),(20123,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/403-blacklist.php'),(20124,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/403-roadblock.php'),(20125,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/403.php'),(20126,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/503-lockout.php'),(20127,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/503.php'),(20128,'wp-content/plugins/wordfence/views/.htaccess'),(20129,'wp-content/plugins/wordfence/views/blocking/block-list.php'),(20130,'wp-content/plugins/wordfence/views/blocking/blocking-create.php'),(20131,'wp-content/plugins/wordfence/views/blocking/blocking-status.php'),(20132,'wp-content/plugins/wordfence/views/blocking/country-block-map.php'),(20133,'wp-content/plugins/wordfence/views/blocking/country-modal.php'),(20134,'wp-content/plugins/wordfence/views/blocking/option-bypass-cookie.php'),(20135,'wp-content/plugins/wordfence/views/blocking/option-bypass-redirect.php'),(20136,'wp-content/plugins/wordfence/views/blocking/options-group-advanced-country.php'),(20137,'wp-content/plugins/wordfence/views/common/block-navigation-option.php'),(20138,'wp-content/plugins/wordfence/views/common/indeterminate-progress.php'),(20139,'wp-content/plugins/wordfence/views/common/license.php'),(20140,'wp-content/plugins/wordfence/views/common/modal-prompt.php'),(20141,'wp-content/plugins/wordfence/views/common/page-fixed-tabbar.php'),(20142,'wp-content/plugins/wordfence/views/common/page-help.php'),(20143,'wp-content/plugins/wordfence/views/common/page-tabbar.php'),(20144,'wp-content/plugins/wordfence/views/common/page-title.php'),(20145,'wp-content/plugins/wordfence/views/common/section-subtitle.php'),(20146,'wp-content/plugins/wordfence/views/common/section-title.php'),(20147,'wp-content/plugins/wordfence/views/common/status-circular.php'),(20148,'wp-content/plugins/wordfence/views/common/status-critical.php'),(20149,'wp-content/plugins/wordfence/views/common/status-detail.php'),(20150,'wp-content/plugins/wordfence/views/common/status-tooltip.php'),(20151,'wp-content/plugins/wordfence/views/common/status-warning.php'),(20152,'wp-content/plugins/wordfence/views/common/unsubscribe.php'),(20153,'wp-content/plugins/wordfence/views/dashboard/global-status.php'),(20154,'wp-content/plugins/wordfence/views/dashboard/option-howgetips.php'),(20155,'wp-content/plugins/wordfence/views/dashboard/options-group-alert.php'),(20156,'wp-content/plugins/wordfence/views/dashboard/options-group-dashboard.php'),(20157,'wp-content/plugins/wordfence/views/dashboard/options-group-email-summary.php'),(20158,'wp-content/plugins/wordfence/views/dashboard/options-group-general.php'),(20159,'wp-content/plugins/wordfence/views/dashboard/options-group-import.php'),(20160,'wp-content/plugins/wordfence/views/dashboard/options-group-license.php'),(20161,'wp-content/plugins/wordfence/views/dashboard/options-group-view-customization.php'),(20162,'wp-content/plugins/wordfence/views/dashboard/status-payment-expiring.php'),(20163,'wp-content/plugins/wordfence/views/dashboard/status-renewing.php'),(20164,'wp-content/plugins/wordfence/views/gdpr/banner.php'),(20165,'wp-content/plugins/wordfence/views/gdpr/disabled-overlay.php'),(20166,'wp-content/plugins/wordfence/views/onboarding/banner.php'),(20167,'wp-content/plugins/wordfence/views/onboarding/disabled-overlay.php'),(20168,'wp-content/plugins/wordfence/views/onboarding/fresh-install.php'),(20169,'wp-content/plugins/wordfence/views/onboarding/modal-final-attempt.php'),(20170,'wp-content/plugins/wordfence/views/onboarding/overlay.php'),(20171,'wp-content/plugins/wordfence/views/onboarding/plugin-header.php'),(20172,'wp-content/plugins/wordfence/views/onboarding/tour-overlay.php'),(20173,'wp-content/plugins/wordfence/views/options/block-all-options-controls.php'),(20174,'wp-content/plugins/wordfence/views/options/block-controls.php'),(20175,'wp-content/plugins/wordfence/views/options/option-label.php'),(20176,'wp-content/plugins/wordfence/views/options/option-select.php'),(20177,'wp-content/plugins/wordfence/views/options/option-switch.php'),(20178,'wp-content/plugins/wordfence/views/options/option-text.php'),(20179,'wp-content/plugins/wordfence/views/options/option-textarea.php'),(20180,'wp-content/plugins/wordfence/views/options/option-toggled-boolean-switch.php'),(20181,'wp-content/plugins/wordfence/views/options/option-toggled-multiple.php'),(20182,'wp-content/plugins/wordfence/views/options/option-toggled-segmented.php'),(20183,'wp-content/plugins/wordfence/views/options/option-toggled-select.php'),(20184,'wp-content/plugins/wordfence/views/options/option-toggled-sub.php'),(20185,'wp-content/plugins/wordfence/views/options/option-toggled-textarea.php'),(20186,'wp-content/plugins/wordfence/views/options/option-toggled.php'),(20187,'wp-content/plugins/wordfence/views/options/option-token.php'),(20188,'wp-content/plugins/wordfence/views/options/options-title.php'),(20189,'wp-content/plugins/wordfence/views/reports/activity-report-email-inline.php'),(20190,'wp-content/plugins/wordfence/views/reports/activity-report.php'),(20191,'wp-content/plugins/wordfence/views/scanner/issue-base.php'),(20192,'wp-content/plugins/wordfence/views/scanner/issue-checkGSB.php'),(20193,'wp-content/plugins/wordfence/views/scanner/issue-checkHowGetIPs.php'),(20194,'wp-content/plugins/wordfence/views/scanner/issue-checkSpamIP.php'),(20195,'wp-content/plugins/wordfence/views/scanner/issue-commentBadURL.php'),(20196,'wp-content/plugins/wordfence/views/scanner/issue-configReadable.php'),(20197,'wp-content/plugins/wordfence/views/scanner/issue-control-edit-comment.php'),(20198,'wp-content/plugins/wordfence/views/scanner/issue-control-edit-post.php'),(20199,'wp-content/plugins/wordfence/views/scanner/issue-control-edit-user.php'),(20200,'wp-content/plugins/wordfence/views/scanner/issue-control-hide-file.php'),(20201,'wp-content/plugins/wordfence/views/scanner/issue-control-ignore.php'),(20202,'wp-content/plugins/wordfence/views/scanner/issue-control-repair.php'),(20203,'wp-content/plugins/wordfence/views/scanner/issue-control-show-details.php'),(20204,'wp-content/plugins/wordfence/views/scanner/issue-coreUnknown.php'),(20205,'wp-content/plugins/wordfence/views/scanner/issue-database.php'),(20206,'wp-content/plugins/wordfence/views/scanner/issue-diskSpace.php'),(20207,'wp-content/plugins/wordfence/views/scanner/issue-easyPassword.php'),(20208,'wp-content/plugins/wordfence/views/scanner/issue-file.php'),(20209,'wp-content/plugins/wordfence/views/scanner/issue-geoipSupport.php'),(20210,'wp-content/plugins/wordfence/views/scanner/issue-knownfile.php'),(20211,'wp-content/plugins/wordfence/views/scanner/issue-optionBadURL.php'),(20212,'wp-content/plugins/wordfence/views/scanner/issue-postBadTitle.php'),(20213,'wp-content/plugins/wordfence/views/scanner/issue-postBadURL.php'),(20214,'wp-content/plugins/wordfence/views/scanner/issue-publiclyAccessible.php'),(20215,'wp-content/plugins/wordfence/views/scanner/issue-skippedPaths.php'),(20216,'wp-content/plugins/wordfence/views/scanner/issue-spamvertizeCheck.php'),(20217,'wp-content/plugins/wordfence/views/scanner/issue-suspiciousAdminUsers.php'),(20218,'wp-content/plugins/wordfence/views/scanner/issue-timelimit.php'),(20219,'wp-content/plugins/wordfence/views/scanner/issue-wafStatus.php'),(20220,'wp-content/plugins/wordfence/views/scanner/issue-wfPluginAbandoned.php'),(20221,'wp-content/plugins/wordfence/views/scanner/issue-wfPluginRemoved.php'),(20222,'wp-content/plugins/wordfence/views/scanner/issue-wfPluginUpgrade.php'),(20223,'wp-content/plugins/wordfence/views/scanner/issue-wfPluginVulnerable.php'),(20224,'wp-content/plugins/wordfence/views/scanner/issue-wfThemeUpgrade.php'),(20225,'wp-content/plugins/wordfence/views/scanner/issue-wfUpgrade.php'),(20226,'wp-content/plugins/wordfence/views/scanner/issue-wpscan_directoryList.php'),(20227,'wp-content/plugins/wordfence/views/scanner/issue-wpscan_fullPathDiscl.php'),(20228,'wp-content/plugins/wordfence/views/scanner/no-issues.php'),(20229,'wp-content/plugins/wordfence/views/scanner/option-scan-signatures.php'),(20230,'wp-content/plugins/wordfence/views/scanner/options-group-advanced.php'),(20231,'wp-content/plugins/wordfence/views/scanner/options-group-basic.php'),(20232,'wp-content/plugins/wordfence/views/scanner/options-group-general.php'),(20233,'wp-content/plugins/wordfence/views/scanner/options-group-performance.php'),(20234,'wp-content/plugins/wordfence/views/scanner/options-group-scan-schedule.php'),(20235,'wp-content/plugins/wordfence/views/scanner/scan-failed.php'),(20236,'wp-content/plugins/wordfence/views/scanner/scan-progress-detailed.php'),(20237,'wp-content/plugins/wordfence/views/scanner/scan-progress-element.php'),(20238,'wp-content/plugins/wordfence/views/scanner/scan-progress.php'),(20239,'wp-content/plugins/wordfence/views/scanner/scan-results.php'),(20240,'wp-content/plugins/wordfence/views/scanner/scan-scheduling.php'),(20241,'wp-content/plugins/wordfence/views/scanner/scan-starter.php'),(20242,'wp-content/plugins/wordfence/views/scanner/scan-type.php'),(20243,'wp-content/plugins/wordfence/views/scanner/scanner-status.php'),(20244,'wp-content/plugins/wordfence/views/scanner/site-cleaning-beta-sigs.php'),(20245,'wp-content/plugins/wordfence/views/scanner/site-cleaning-bottom.php'),(20246,'wp-content/plugins/wordfence/views/scanner/site-cleaning-high-sense.php'),(20247,'wp-content/plugins/wordfence/views/scanner/site-cleaning.php'),(20248,'wp-content/plugins/wordfence/views/tools/options-group-2fa.php'),(20249,'wp-content/plugins/wordfence/views/tools/options-group-live-traffic.php'),(20250,'wp-content/plugins/wordfence/views/tours/login-security.php'),(20251,'wp-content/plugins/wordfence/views/waf/debug.php'),(20252,'wp-content/plugins/wordfence/views/waf/firewall-status.php'),(20253,'wp-content/plugins/wordfence/views/waf/option-rate-limit.php'),(20254,'wp-content/plugins/wordfence/views/waf/option-rules.php'),(20255,'wp-content/plugins/wordfence/views/waf/option-whitelist.php'),(20256,'wp-content/plugins/wordfence/views/waf/options-group-advanced-firewall.php'),(20257,'wp-content/plugins/wordfence/views/waf/options-group-basic-firewall.php'),(20258,'wp-content/plugins/wordfence/views/waf/options-group-brute-force.php'),(20259,'wp-content/plugins/wordfence/views/waf/options-group-rate-limiting.php'),(20260,'wp-content/plugins/wordfence/views/waf/options-group-whitelisted.php'),(20261,'wp-content/plugins/wordfence/views/waf/status-tooltip-learning-mode.php'),(20262,'wp-content/plugins/wordfence/views/waf/waf-install-manual.php'),(20263,'wp-content/plugins/wordfence/views/waf/waf-install-success.php'),(20264,'wp-content/plugins/wordfence/views/waf/waf-install.php'),(20265,'wp-content/plugins/wordfence/views/waf/waf-modal-wrapper.php'),(20266,'wp-content/plugins/wordfence/views/waf/waf-uninstall-success.php'),(20267,'wp-content/plugins/wordfence/views/waf/waf-uninstall.php'),(20268,'wp-content/plugins/wordfence/waf/.htaccess'),(20269,'wp-content/plugins/wordfence/waf/bootstrap.php'),(20270,'wp-content/plugins/wordfence/waf/wfWAFGeoIP2.php'),(20271,'wp-content/plugins/wordfence/waf/wfWAFIPBlocksController.php'),(20272,'wp-content/plugins/wordfence/waf/wfWAFUserIPRange.php'),(20273,'wp-content/plugins/wordfence/wordfence.php'),(20274,'wp-content/plugins/wordpress-importer/parsers.php'),(20275,'wp-content/plugins/wordpress-importer/readme.txt'),(20276,'wp-content/plugins/wordpress-importer/wordpress-importer.php'),(20277,'wp-content/plugins/wp-templator/assets/css/export.css'),(20278,'wp-content/plugins/wp-templator/assets/css/import.css'),(20279,'wp-content/plugins/wp-templator/assets/css/license-popup.css'),(20280,'wp-content/plugins/wp-templator/assets/css/post.css'),(20281,'wp-content/plugins/wp-templator/assets/css/settings-page.css'),(20282,'wp-content/plugins/wp-templator/assets/js/export.js'),(20283,'wp-content/plugins/wp-templator/assets/js/import.js'),(20284,'wp-content/plugins/wp-templator/assets/js/license-popup.js'),(20285,'wp-content/plugins/wp-templator/assets/js/post.js'),(20286,'wp-content/plugins/wp-templator/classes/class-templator-admin.php'),(20287,'wp-content/plugins/wp-templator/classes/class-templator-api.php'),(20288,'wp-content/plugins/wp-templator/classes/class-templator-license.php'),(20289,'wp-content/plugins/wp-templator/classes/class-templator-remote-api.php'),(20290,'wp-content/plugins/wp-templator/classes/class-templator-rest-api.php'),(20291,'wp-content/plugins/wp-templator/classes/class-templator.php'),(20292,'wp-content/plugins/wp-templator/classes/export/class-templator-export.php'),(20293,'wp-content/plugins/wp-templator/classes/helper/class-templator-import-core.php'),(20294,'wp-content/plugins/wp-templator/classes/helper/class-templator-misc.php'),(20295,'wp-content/plugins/wp-templator/classes/import/class-templator-import-beaver-builder.php'),(20296,'wp-content/plugins/wp-templator/classes/import/class-templator-import-elementor.php'),(20297,'wp-content/plugins/wp-templator/classes/import/class-templator-import.php'),(20298,'wp-content/plugins/wp-templator/languages/wp-templator.pot'),(20299,'wp-content/plugins/wp-templator/readme.txt'),(20300,'wp-content/plugins/wp-templator/wp-templator.php'),(20301,'wp-content/themes/astra/404.php'),(20302,'wp-content/themes/astra/archive.php'),(20303,'wp-content/themes/astra/assets/css/minified/compatibility/bne-flyout.min-rtl.css'),(20304,'wp-content/themes/astra/assets/css/minified/compatibility/bne-flyout.min.css'),(20305,'wp-content/themes/astra/assets/css/minified/compatibility/contact-form-7.min-rtl.css'),(20306,'wp-content/themes/astra/assets/css/minified/compatibility/contact-form-7.min.css'),(20307,'wp-content/themes/astra/assets/css/minified/compatibility/divi-builder.min-rtl.css'),(20308,'wp-content/themes/astra/assets/css/minified/compatibility/divi-builder.min.css'),(20309,'wp-content/themes/astra/assets/css/minified/compatibility/edd.min-rtl.css'),(20310,'wp-content/themes/astra/assets/css/minified/compatibility/edd.min.css'),(20311,'wp-content/themes/astra/assets/css/minified/compatibility/gravity-forms.min-rtl.css'),(20312,'wp-content/themes/astra/assets/css/minified/compatibility/gravity-forms.min.css'),(20313,'wp-content/themes/astra/assets/css/minified/compatibility/learndash.min-rtl.css'),(20314,'wp-content/themes/astra/assets/css/minified/compatibility/learndash.min.css'),(20315,'wp-content/themes/astra/assets/css/minified/compatibility/lifterlms.min-rtl.css'),(20316,'wp-content/themes/astra/assets/css/minified/compatibility/lifterlms.min.css'),(20317,'wp-content/themes/astra/assets/css/minified/compatibility/site-origin.min-rtl.css'),(20318,'wp-content/themes/astra/assets/css/minified/compatibility/site-origin.min.css'),(20319,'wp-content/themes/astra/assets/css/minified/compatibility/woocommerce/woocommerce-layout.min-rtl.css'),(20320,'wp-content/themes/astra/assets/css/minified/compatibility/woocommerce/woocommerce-layout.min.css'),(20321,'wp-content/themes/astra/assets/css/minified/compatibility/woocommerce/woocommerce-smallscreen.min-rtl.css'),(20322,'wp-content/themes/astra/assets/css/minified/compatibility/woocommerce/woocommerce-smallscreen.min.css'),(20323,'wp-content/themes/astra/assets/css/minified/compatibility/woocommerce/woocommerce.min-rtl.css'),(20324,'wp-content/themes/astra/assets/css/minified/compatibility/woocommerce/woocommerce.min.css'),(20325,'wp-content/themes/astra/assets/css/minified/customizer-controls.min-rtl.css'),(20326,'wp-content/themes/astra/assets/css/minified/customizer-controls.min.css'),(20327,'wp-content/themes/astra/assets/css/minified/editor-style.min-rtl.css'),(20328,'wp-content/themes/astra/assets/css/minified/editor-style.min.css'),(20329,'wp-content/themes/astra/assets/css/minified/extend-customizer.min-rtl.css'),(20330,'wp-content/themes/astra/assets/css/minified/extend-customizer.min.css'),(20331,'wp-content/themes/astra/assets/css/minified/menu-animation.min.css'),(20332,'wp-content/themes/astra/assets/css/minified/style.min-rtl.css'),(20333,'wp-content/themes/astra/assets/css/minified/style.min.css'),(20334,'wp-content/themes/astra/assets/css/unminified/compatibility/bne-flyout-rtl.css'),(20335,'wp-content/themes/astra/assets/css/unminified/compatibility/bne-flyout.css'),(20336,'wp-content/themes/astra/assets/css/unminified/compatibility/contact-form-7-rtl.css'),(20337,'wp-content/themes/astra/assets/css/unminified/compatibility/contact-form-7.css'),(20338,'wp-content/themes/astra/assets/css/unminified/compatibility/divi-builder-rtl.css'),(20339,'wp-content/themes/astra/assets/css/unminified/compatibility/divi-builder.css'),(20340,'wp-content/themes/astra/assets/css/unminified/compatibility/edd-rtl.css'),(20341,'wp-content/themes/astra/assets/css/unminified/compatibility/edd.css'),(20342,'wp-content/themes/astra/assets/css/unminified/compatibility/gravity-forms-rtl.css'),(20343,'wp-content/themes/astra/assets/css/unminified/compatibility/gravity-forms.css'),(20344,'wp-content/themes/astra/assets/css/unminified/compatibility/learndash-rtl.css'),(20345,'wp-content/themes/astra/assets/css/unminified/compatibility/learndash.css'),(20346,'wp-content/themes/astra/assets/css/unminified/compatibility/lifterlms-rtl.css'),(20347,'wp-content/themes/astra/assets/css/unminified/compatibility/lifterlms.css'),(20348,'wp-content/themes/astra/assets/css/unminified/compatibility/site-origin-rtl.css'),(20349,'wp-content/themes/astra/assets/css/unminified/compatibility/site-origin.css'),(20350,'wp-content/themes/astra/assets/css/unminified/compatibility/woocommerce/woocommerce-layout-rtl.css'),(20351,'wp-content/themes/astra/assets/css/unminified/compatibility/woocommerce/woocommerce-layout.css'),(20352,'wp-content/themes/astra/assets/css/unminified/compatibility/woocommerce/woocommerce-rtl.css'),(20353,'wp-content/themes/astra/assets/css/unminified/compatibility/woocommerce/woocommerce-smallscreen-rtl.css'),(20354,'wp-content/themes/astra/assets/css/unminified/compatibility/woocommerce/woocommerce-smallscreen.css'),(20355,'wp-content/themes/astra/assets/css/unminified/compatibility/woocommerce/woocommerce.css'),(20356,'wp-content/themes/astra/assets/css/unminified/customizer-controls-rtl.css'),(20357,'wp-content/themes/astra/assets/css/unminified/customizer-controls.css'),(20358,'wp-content/themes/astra/assets/css/unminified/editor-style-rtl.css'),(20359,'wp-content/themes/astra/assets/css/unminified/editor-style.css'),(20360,'wp-content/themes/astra/assets/css/unminified/extend-customizer-rtl.css'),(20361,'wp-content/themes/astra/assets/css/unminified/extend-customizer.css'),(20362,'wp-content/themes/astra/assets/css/unminified/menu-animation-rtl.css'),(20363,'wp-content/themes/astra/assets/css/unminified/menu-animation.css'),(20364,'wp-content/themes/astra/assets/css/unminified/style-rtl.css'),(20365,'wp-content/themes/astra/assets/css/unminified/style.css'),(20366,'wp-content/themes/astra/assets/fonts/astra.svg'),(20367,'wp-content/themes/astra/assets/fonts/astra.ttf'),(20368,'wp-content/themes/astra/assets/fonts/astra.woff'),(20369,'wp-content/themes/astra/assets/fonts/google-fonts.json'),(20370,'wp-content/themes/astra/assets/images/astra-starter-sites.jpg'),(20371,'wp-content/themes/astra/assets/images/license.txt'),(20372,'wp-content/themes/astra/assets/js/minified/customizer-controls-toggle.min.js'),(20373,'wp-content/themes/astra/assets/js/minified/customizer-controls.min.js'),(20374,'wp-content/themes/astra/assets/js/minified/customizer-dependency.min.js'),(20375,'wp-content/themes/astra/assets/js/minified/customizer-preview.min.js'),(20376,'wp-content/themes/astra/assets/js/minified/extend-customizer.min.js'),(20377,'wp-content/themes/astra/assets/js/minified/flexibility.min.js'),(20378,'wp-content/themes/astra/assets/js/minified/navigation.min.js'),(20379,'wp-content/themes/astra/assets/js/minified/skip-link-focus-fix.min.js'),(20380,'wp-content/themes/astra/assets/js/minified/style.min.js'),(20381,'wp-content/themes/astra/assets/js/minified/wp-color-picker-alpha.min.js'),(20382,'wp-content/themes/astra/assets/js/unminified/customizer-controls-toggle.js'),(20383,'wp-content/themes/astra/assets/js/unminified/customizer-controls.js'),(20384,'wp-content/themes/astra/assets/js/unminified/customizer-dependency.js'),(20385,'wp-content/themes/astra/assets/js/unminified/customizer-preview.js'),(20386,'wp-content/themes/astra/assets/js/unminified/extend-customizer.js'),(20387,'wp-content/themes/astra/assets/js/unminified/flexibility.js'),(20388,'wp-content/themes/astra/assets/js/unminified/navigation.js'),(20389,'wp-content/themes/astra/assets/js/unminified/skip-link-focus-fix.js'),(20390,'wp-content/themes/astra/assets/js/unminified/style.js'),(20391,'wp-content/themes/astra/assets/js/unminified/wp-color-picker-alpha.js'),(20392,'wp-content/themes/astra/cghooks.lock'),(20393,'wp-content/themes/astra/changelog.txt'),(20394,'wp-content/themes/astra/comments.php'),(20395,'wp-content/themes/astra/footer.php'),(20396,'wp-content/themes/astra/functions.php'),(20397,'wp-content/themes/astra/header.php'),(20398,'wp-content/themes/astra/inc/addons/breadcrumbs/assets/js/minified/customizer-preview.min.js'),(20399,'wp-content/themes/astra/inc/addons/breadcrumbs/assets/js/unminified/customizer-preview.js'),(20400,'wp-content/themes/astra/inc/addons/breadcrumbs/class-astra-breadcrumb-trail.php'),(20401,'wp-content/themes/astra/inc/addons/breadcrumbs/class-astra-breadcrumbs-loader.php'),(20402,'wp-content/themes/astra/inc/addons/breadcrumbs/class-astra-breadcrumbs-markup.php'),(20403,'wp-content/themes/astra/inc/addons/breadcrumbs/class-astra-breadcrumbs.php'),(20404,'wp-content/themes/astra/inc/addons/breadcrumbs/customizer/class-astra-breadcrumbs-color-configs.php'),(20405,'wp-content/themes/astra/inc/addons/breadcrumbs/customizer/class-astra-breadcrumbs-configs.php'),(20406,'wp-content/themes/astra/inc/addons/breadcrumbs/customizer/class-astra-breadcrumbs-typo-configs.php'),(20407,'wp-content/themes/astra/inc/addons/breadcrumbs/dynamic-css/dynamic.css.php'),(20408,'wp-content/themes/astra/inc/addons/transparent-header/assets/js/minified/customizer-preview.min.js'),(20409,'wp-content/themes/astra/inc/addons/transparent-header/assets/js/unminified/customizer-preview.js'),(20410,'wp-content/themes/astra/inc/addons/transparent-header/class-astra-ext-transparent-header.php'),(20411,'wp-content/themes/astra/inc/addons/transparent-header/classes/class-astra-ext-transparent-header-loader.php'),(20412,'wp-content/themes/astra/inc/addons/transparent-header/classes/class-astra-ext-transparent-header-markup.php'),(20413,'wp-content/themes/astra/inc/addons/transparent-header/classes/class-astra-transparent-header-panels-and-sections.php'),(20414,'wp-content/themes/astra/inc/addons/transparent-header/classes/dynamic-css/dynamic.css.php'),(20415,'wp-content/themes/astra/inc/addons/transparent-header/classes/dynamic-css/header-sections-dynamic.css.php'),(20416,'wp-content/themes/astra/inc/addons/transparent-header/classes/index.php'),(20417,'wp-content/themes/astra/inc/addons/transparent-header/classes/sections/class-astra-customizer-colors-transparent-header-configs.php'),(20418,'wp-content/themes/astra/inc/addons/transparent-header/classes/sections/class-astra-customizer-transparent-header-configs.php'),(20419,'wp-content/themes/astra/inc/addons/transparent-header/classes/sections/index.php'),(20420,'wp-content/themes/astra/inc/addons/transparent-header/index.php'),(20421,'wp-content/themes/astra/inc/admin-functions.php'),(20422,'wp-content/themes/astra/inc/assets/css/astra-admin-menu-settings-rtl.css'),(20423,'wp-content/themes/astra/inc/assets/css/astra-admin-menu-settings.css'),(20424,'wp-content/themes/astra/inc/assets/css/astra-notices-rtl.css'),(20425,'wp-content/themes/astra/inc/assets/css/astra-notices.css'),(20426,'wp-content/themes/astra/inc/assets/css/block-editor-styles-rtl.css'),(20427,'wp-content/themes/astra/inc/assets/css/block-editor-styles.css'),(20428,'wp-content/themes/astra/inc/assets/fonts/ast-logo.eot'),(20429,'wp-content/themes/astra/inc/assets/fonts/ast-logo.svg'),(20430,'wp-content/themes/astra/inc/assets/fonts/ast-logo.ttf'),(20431,'wp-content/themes/astra/inc/assets/fonts/ast-logo.woff'),(20432,'wp-content/themes/astra/inc/assets/images/astra-logo.svg'),(20433,'wp-content/themes/astra/inc/assets/images/astra.svg'),(20434,'wp-content/themes/astra/inc/assets/js/astra-admin-menu-settings.js'),(20435,'wp-content/themes/astra/inc/blog/blog-config.php'),(20436,'wp-content/themes/astra/inc/blog/blog.php'),(20437,'wp-content/themes/astra/inc/blog/index.php'),(20438,'wp-content/themes/astra/inc/blog/single-blog.php'),(20439,'wp-content/themes/astra/inc/class-astra-after-setup-theme.php'),(20440,'wp-content/themes/astra/inc/class-astra-dynamic-css.php'),(20441,'wp-content/themes/astra/inc/class-astra-filesystem.php'),(20442,'wp-content/themes/astra/inc/class-astra-loop.php'),(20443,'wp-content/themes/astra/inc/class-astra-mobile-header.php'),(20444,'wp-content/themes/astra/inc/compatibility/class-astra-amp.php'),(20445,'wp-content/themes/astra/inc/compatibility/class-astra-bb-ultimate-addon.php'),(20446,'wp-content/themes/astra/inc/compatibility/class-astra-beaver-builder.php'),(20447,'wp-content/themes/astra/inc/compatibility/class-astra-beaver-themer.php'),(20448,'wp-content/themes/astra/inc/compatibility/class-astra-bne-flyout.php'),(20449,'wp-content/themes/astra/inc/compatibility/class-astra-contact-form-7.php'),(20450,'wp-content/themes/astra/inc/compatibility/class-astra-divi-builder.php'),(20451,'wp-content/themes/astra/inc/compatibility/class-astra-elementor-pro.php'),(20452,'wp-content/themes/astra/inc/compatibility/class-astra-elementor.php'),(20453,'wp-content/themes/astra/inc/compatibility/class-astra-gravity-forms.php'),(20454,'wp-content/themes/astra/inc/compatibility/class-astra-jetpack.php'),(20455,'wp-content/themes/astra/inc/compatibility/class-astra-site-origin.php'),(20456,'wp-content/themes/astra/inc/compatibility/class-astra-ubermeu.php'),(20457,'wp-content/themes/astra/inc/compatibility/class-astra-visual-composer.php'),(20458,'wp-content/themes/astra/inc/compatibility/class-astra-yoast-seo.php'),(20459,'wp-content/themes/astra/inc/compatibility/edd/class-astra-edd.php'),(20460,'wp-content/themes/astra/inc/compatibility/edd/customizer/class-astra-customizer-register-edd-section.php'),(20461,'wp-content/themes/astra/inc/compatibility/edd/customizer/sections/class-astra-edd-container-configs.php'),(20462,'wp-content/themes/astra/inc/compatibility/edd/customizer/sections/class-astra-edd-sidebar-configs.php'),(20463,'wp-content/themes/astra/inc/compatibility/edd/customizer/sections/layout/class-astra-edd-archive-layout-configs.php'),(20464,'wp-content/themes/astra/inc/compatibility/edd/customizer/sections/layout/class-astra-edd-single-product-layout-configs.php'),(20465,'wp-content/themes/astra/inc/compatibility/edd/edd-common-functions.php'),(20466,'wp-content/themes/astra/inc/compatibility/index.php'),(20467,'wp-content/themes/astra/inc/compatibility/learndash/class-astra-learndash.php'),(20468,'wp-content/themes/astra/inc/compatibility/learndash/customizer/class-astra-customizer-register-learndash-section.php'),(20469,'wp-content/themes/astra/inc/compatibility/learndash/customizer/sections/class-astra-learndash-container-configs.php'),(20470,'wp-content/themes/astra/inc/compatibility/learndash/customizer/sections/class-astra-learndash-sidebar-configs.php'),(20471,'wp-content/themes/astra/inc/compatibility/learndash/customizer/sections/layout/class-astra-learndash-general-configs.php'),(20472,'wp-content/themes/astra/inc/compatibility/lifterlms/class-astra-lifterlms.php'),(20473,'wp-content/themes/astra/inc/compatibility/lifterlms/customizer/class-astra-liferlms-section-configs.php'),(20474,'wp-content/themes/astra/inc/compatibility/lifterlms/customizer/sections/class-astra-lifter-container-configs.php'),(20475,'wp-content/themes/astra/inc/compatibility/lifterlms/customizer/sections/class-astra-lifter-sidebar-configs.php'),(20476,'wp-content/themes/astra/inc/compatibility/lifterlms/customizer/sections/layout/class-astra-lifter-general-configs.php'),(20477,'wp-content/themes/astra/inc/compatibility/woocommerce/class-astra-woocommerce.php'),(20478,'wp-content/themes/astra/inc/compatibility/woocommerce/customizer/class-astra-customizer-register-woo-section.php'),(20479,'wp-content/themes/astra/inc/compatibility/woocommerce/customizer/sections/class-astra-woo-shop-container-configs.php'),(20480,'wp-content/themes/astra/inc/compatibility/woocommerce/customizer/sections/class-astra-woo-shop-sidebar-configs.php'),(20481,'wp-content/themes/astra/inc/compatibility/woocommerce/customizer/sections/layout/class-astra-woo-shop-cart-layout-configs.php'),(20482,'wp-content/themes/astra/inc/compatibility/woocommerce/customizer/sections/layout/class-astra-woo-shop-layout-configs.php'),(20483,'wp-content/themes/astra/inc/compatibility/woocommerce/customizer/sections/layout/class-astra-woo-shop-single-layout-configs.php'),(20484,'wp-content/themes/astra/inc/compatibility/woocommerce/woocommerce-common-functions.php'),(20485,'wp-content/themes/astra/inc/core/class-astra-admin-helper.php'),(20486,'wp-content/themes/astra/inc/core/class-astra-admin-settings.php'),(20487,'wp-content/themes/astra/inc/core/class-astra-attr.php'),(20488,'wp-content/themes/astra/inc/core/class-astra-enqueue-scripts.php'),(20489,'wp-content/themes/astra/inc/core/class-astra-theme-options.php'),(20490,'wp-content/themes/astra/inc/core/class-astra-walker-page.php'),(20491,'wp-content/themes/astra/inc/core/class-gutenberg-editor-css.php'),(20492,'wp-content/themes/astra/inc/core/class-theme-strings.php'),(20493,'wp-content/themes/astra/inc/core/common-functions.php'),(20494,'wp-content/themes/astra/inc/core/deprecated/deprecated-filters.php'),(20495,'wp-content/themes/astra/inc/core/deprecated/deprecated-functions.php'),(20496,'wp-content/themes/astra/inc/core/deprecated/deprecated-hooks.php'),(20497,'wp-content/themes/astra/inc/core/index.php'),(20498,'wp-content/themes/astra/inc/core/sidebar-manager.php'),(20499,'wp-content/themes/astra/inc/core/theme-hooks.php'),(20500,'wp-content/themes/astra/inc/core/view-general.php'),(20501,'wp-content/themes/astra/inc/customizer/astra-pro/class-astra-pro-customizer.php'),(20502,'wp-content/themes/astra/inc/customizer/astra-pro/class-astra-pro-upgrade-link-configs.php'),(20503,'wp-content/themes/astra/inc/customizer/astra-pro/index.php'),(20504,'wp-content/themes/astra/inc/customizer/class-astra-customizer-callback.php'),(20505,'wp-content/themes/astra/inc/customizer/class-astra-customizer-partials.php'),(20506,'wp-content/themes/astra/inc/customizer/class-astra-customizer-register-sections-panels.php'),(20507,'wp-content/themes/astra/inc/customizer/class-astra-customizer-sanitizes.php'),(20508,'wp-content/themes/astra/inc/customizer/class-astra-customizer.php'),(20509,'wp-content/themes/astra/inc/customizer/class-astra-font-families.php'),(20510,'wp-content/themes/astra/inc/customizer/class-astra-fonts-data.php'),(20511,'wp-content/themes/astra/inc/customizer/class-astra-fonts.php'),(20512,'wp-content/themes/astra/inc/customizer/configurations/buttons/class-astra-customizer-button-configs.php'),(20513,'wp-content/themes/astra/inc/customizer/configurations/class-astra-customizer-config-base.php'),(20514,'wp-content/themes/astra/inc/customizer/configurations/colors-background/class-astra-advanced-footer-colors-configs.php'),(20515,'wp-content/themes/astra/inc/customizer/configurations/colors-background/class-astra-body-colors-configs.php'),(20516,'wp-content/themes/astra/inc/customizer/configurations/colors-background/class-astra-footer-colors-configs.php'),(20517,'wp-content/themes/astra/inc/customizer/configurations/layout/class-astra-blog-layout-configs.php'),(20518,'wp-content/themes/astra/inc/customizer/configurations/layout/class-astra-blog-single-layout-configs.php'),(20519,'wp-content/themes/astra/inc/customizer/configurations/layout/class-astra-footer-layout-configs.php'),(20520,'wp-content/themes/astra/inc/customizer/configurations/layout/class-astra-header-layout-configs.php'),(20521,'wp-content/themes/astra/inc/customizer/configurations/layout/class-astra-sidebar-layout-configs.php'),(20522,'wp-content/themes/astra/inc/customizer/configurations/layout/class-astra-site-container-layout-configs.php'),(20523,'wp-content/themes/astra/inc/customizer/configurations/layout/class-astra-site-identity-configs.php'),(20524,'wp-content/themes/astra/inc/customizer/configurations/layout/class-astra-site-layout-configs.php'),(20525,'wp-content/themes/astra/inc/customizer/configurations/typography/class-astra-archive-typo-configs.php'),(20526,'wp-content/themes/astra/inc/customizer/configurations/typography/class-astra-body-typo-configs.php'),(20527,'wp-content/themes/astra/inc/customizer/configurations/typography/class-astra-content-typo-configs.php'),(20528,'wp-content/themes/astra/inc/customizer/configurations/typography/class-astra-header-typo-configs.php'),(20529,'wp-content/themes/astra/inc/customizer/configurations/typography/class-astra-single-typo-configs.php'),(20530,'wp-content/themes/astra/inc/customizer/custom-controls/assets/css/minified/custom-controls.min-rtl.css'),(20531,'wp-content/themes/astra/inc/customizer/custom-controls/assets/css/minified/custom-controls.min.css'),(20532,'wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/background-rtl.css'),(20533,'wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/background.css'),(20534,'wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/border-rtl.css'),(20535,'wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/border.css'),(20536,'wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/color-rtl.css'),(20537,'wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/color.css'),(20538,'wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/custom-controls-rtl.css'),(20539,'wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/custom-controls.css'),(20540,'wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/customizer-link-rtl.css'),(20541,'wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/customizer-link.css'),(20542,'wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/customizer-style-rtl.css'),(20543,'wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/customizer-style.css'),(20544,'wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/description-rtl.css'),(20545,'wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/description.css'),(20546,'wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/divider-rtl.css'),(20547,'wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/divider.css'),(20548,'wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/heading-rtl.css'),(20549,'wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/heading.css'),(20550,'wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/radio-image-rtl.css'),(20551,'wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/radio-image.css'),(20552,'wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/responsive-color-rtl.css'),(20553,'wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/responsive-color.css'),(20554,'wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/responsive-rtl.css'),(20555,'wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/responsive-slider-rtl.css'),(20556,'wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/responsive-slider.css'),(20557,'wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/responsive-spacing-rtl.css'),(20558,'wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/responsive-spacing.css'),(20559,'wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/responsive.css'),(20560,'wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/settings-group-rtl.css'),(20561,'wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/settings-group.css'),(20562,'wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/slider-rtl.css'),(20563,'wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/slider.css'),(20564,'wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/sortable-rtl.css'),(20565,'wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/sortable.css'),(20566,'wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/spacing-rtl.css'),(20567,'wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/spacing.css'),(20568,'wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/typography-rtl.css'),(20569,'wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/typography.css'),(20570,'wp-content/themes/astra/inc/customizer/custom-controls/assets/js/minified/custom-controls.min.js'),(20571,'wp-content/themes/astra/inc/customizer/custom-controls/assets/js/unminified/custom-controls.js'),(20572,'wp-content/themes/astra/inc/customizer/custom-controls/assets/minified/custom-controls.min-rtl.css'),(20573,'wp-content/themes/astra/inc/customizer/custom-controls/assets/minified/custom-controls.min.css'),(20574,'wp-content/themes/astra/inc/customizer/custom-controls/background/background.js'),(20575,'wp-content/themes/astra/inc/customizer/custom-controls/background/background.scss'),(20576,'wp-content/themes/astra/inc/customizer/custom-controls/background/class-astra-control-background.php'),(20577,'wp-content/themes/astra/inc/customizer/custom-controls/border/border.js'),(20578,'wp-content/themes/astra/inc/customizer/custom-controls/border/border.scss'),(20579,'wp-content/themes/astra/inc/customizer/custom-controls/border/class-astra-control-border.php'),(20580,'wp-content/themes/astra/inc/customizer/custom-controls/border/index.php'),(20581,'wp-content/themes/astra/inc/customizer/custom-controls/class-astra-customizer-control-base.php'),(20582,'wp-content/themes/astra/inc/customizer/custom-controls/color/class-astra-control-color.php'),(20583,'wp-content/themes/astra/inc/customizer/custom-controls/color/color.js'),(20584,'wp-content/themes/astra/inc/customizer/custom-controls/color/color.scss'),(20585,'wp-content/themes/astra/inc/customizer/custom-controls/color/index.php'),(20586,'wp-content/themes/astra/inc/customizer/custom-controls/customizer-link/class-astra-control-customizer-link.php'),(20587,'wp-content/themes/astra/inc/customizer/custom-controls/customizer-link/customizer-link.js'),(20588,'wp-content/themes/astra/inc/customizer/custom-controls/customizer-link/customizer-link.scss'),(20589,'wp-content/themes/astra/inc/customizer/custom-controls/customizer-link/index.php'),(20590,'wp-content/themes/astra/inc/customizer/custom-controls/customizer-style.scss'),(20591,'wp-content/themes/astra/inc/customizer/custom-controls/description/class-astra-control-description.php'),(20592,'wp-content/themes/astra/inc/customizer/custom-controls/description/description.scss'),(20593,'wp-content/themes/astra/inc/customizer/custom-controls/description/index.php'),(20594,'wp-content/themes/astra/inc/customizer/custom-controls/divider/class-astra-control-divider.php'),(20595,'wp-content/themes/astra/inc/customizer/custom-controls/divider/divider.scss'),(20596,'wp-content/themes/astra/inc/customizer/custom-controls/divider/index.php'),(20597,'wp-content/themes/astra/inc/customizer/custom-controls/heading/class-astra-control-heading.php'),(20598,'wp-content/themes/astra/inc/customizer/custom-controls/heading/heading.scss'),(20599,'wp-content/themes/astra/inc/customizer/custom-controls/hidden/class-astra-control-hidden.php'),(20600,'wp-content/themes/astra/inc/customizer/custom-controls/hidden/index.php'),(20601,'wp-content/themes/astra/inc/customizer/custom-controls/index.php'),(20602,'wp-content/themes/astra/inc/customizer/custom-controls/radio-image/class-astra-control-radio-image.php'),(20603,'wp-content/themes/astra/inc/customizer/custom-controls/radio-image/index.php'),(20604,'wp-content/themes/astra/inc/customizer/custom-controls/radio-image/radio-image.css'),(20605,'wp-content/themes/astra/inc/customizer/custom-controls/radio-image/radio-image.js'),(20606,'wp-content/themes/astra/inc/customizer/custom-controls/radio-image/radio-image.scss'),(20607,'wp-content/themes/astra/inc/customizer/custom-controls/responsive/class-astra-control-responsive.php'),(20608,'wp-content/themes/astra/inc/customizer/custom-controls/responsive/index.php'),(20609,'wp-content/themes/astra/inc/customizer/custom-controls/responsive/responsive.js'),(20610,'wp-content/themes/astra/inc/customizer/custom-controls/responsive/responsive.scss'),(20611,'wp-content/themes/astra/inc/customizer/custom-controls/responsive-color/class-astra-control-responsive-color.php'),(20612,'wp-content/themes/astra/inc/customizer/custom-controls/responsive-color/responsive-color.js'),(20613,'wp-content/themes/astra/inc/customizer/custom-controls/responsive-color/responsive-color.scss'),(20614,'wp-content/themes/astra/inc/customizer/custom-controls/responsive-slider/class-astra-control-responsive-slider.php'),(20615,'wp-content/themes/astra/inc/customizer/custom-controls/responsive-slider/index.php'),(20616,'wp-content/themes/astra/inc/customizer/custom-controls/responsive-slider/responsive-slider.js'),(20617,'wp-content/themes/astra/inc/customizer/custom-controls/responsive-slider/responsive-slider.scss'),(20618,'wp-content/themes/astra/inc/customizer/custom-controls/responsive-spacing/class-astra-control-responsive-spacing.php'),(20619,'wp-content/themes/astra/inc/customizer/custom-controls/responsive-spacing/index.php'),(20620,'wp-content/themes/astra/inc/customizer/custom-controls/responsive-spacing/responsive-spacing.js'),(20621,'wp-content/themes/astra/inc/customizer/custom-controls/responsive-spacing/responsive-spacing.scss'),(20622,'wp-content/themes/astra/inc/customizer/custom-controls/select/class-astra-control-select.php'),(20623,'wp-content/themes/astra/inc/customizer/custom-controls/settings-group/class-astra-control-settings-group.php'),(20624,'wp-content/themes/astra/inc/customizer/custom-controls/settings-group/settings-group.js'),(20625,'wp-content/themes/astra/inc/customizer/custom-controls/settings-group/settings-group.scss'),(20626,'wp-content/themes/astra/inc/customizer/custom-controls/slider/class-astra-control-slider.php'),(20627,'wp-content/themes/astra/inc/customizer/custom-controls/slider/index.php'),(20628,'wp-content/themes/astra/inc/customizer/custom-controls/slider/slider.js'),(20629,'wp-content/themes/astra/inc/customizer/custom-controls/slider/slider.scss'),(20630,'wp-content/themes/astra/inc/customizer/custom-controls/sortable/class-astra-control-sortable.php'),(20631,'wp-content/themes/astra/inc/customizer/custom-controls/sortable/index.php'),(20632,'wp-content/themes/astra/inc/customizer/custom-controls/sortable/sortable.js'),(20633,'wp-content/themes/astra/inc/customizer/custom-controls/sortable/sortable.scss'),(20634,'wp-content/themes/astra/inc/customizer/custom-controls/spacing/class-astra-control-spacing.php'),(20635,'wp-content/themes/astra/inc/customizer/custom-controls/spacing/index.php'),(20636,'wp-content/themes/astra/inc/customizer/custom-controls/spacing/spacing.js'),(20637,'wp-content/themes/astra/inc/customizer/custom-controls/spacing/spacing.scss'),(20638,'wp-content/themes/astra/inc/customizer/custom-controls/typography/class-astra-control-typography.php'),(20639,'wp-content/themes/astra/inc/customizer/custom-controls/typography/index.php'),(20640,'wp-content/themes/astra/inc/customizer/custom-controls/typography/selectWoo.css'),(20641,'wp-content/themes/astra/inc/customizer/custom-controls/typography/selectWoo.js'),(20642,'wp-content/themes/astra/inc/customizer/custom-controls/typography/typography.js'),(20643,'wp-content/themes/astra/inc/customizer/custom-controls/typography/typography.scss'),(20644,'wp-content/themes/astra/inc/customizer/customizer-controls.php'),(20645,'wp-content/themes/astra/inc/customizer/extend-customizer/class-astra-wp-customize-panel.php'),(20646,'wp-content/themes/astra/inc/customizer/extend-customizer/class-astra-wp-customize-section.php'),(20647,'wp-content/themes/astra/inc/customizer/extend-customizer/class-astra-wp-customize-separator.php'),(20648,'wp-content/themes/astra/inc/customizer/index.php'),(20649,'wp-content/themes/astra/inc/customizer/override-defaults.php'),(20650,'wp-content/themes/astra/inc/extras.php'),(20651,'wp-content/themes/astra/inc/index.php'),(20652,'wp-content/themes/astra/inc/lib/notices/class-astra-notices.php'),(20653,'wp-content/themes/astra/inc/lib/notices/notices.js'),(20654,'wp-content/themes/astra/inc/metabox/class-astra-meta-box-operations.php'),(20655,'wp-content/themes/astra/inc/metabox/class-astra-meta-boxes.php'),(20656,'wp-content/themes/astra/inc/metabox/index.php'),(20657,'wp-content/themes/astra/inc/template-parts.php'),(20658,'wp-content/themes/astra/inc/template-tags.php'),(20659,'wp-content/themes/astra/inc/theme-update/class-astra-pb-compatibility.php'),(20660,'wp-content/themes/astra/inc/theme-update/class-astra-theme-update.php'),(20661,'wp-content/themes/astra/inc/widgets.php'),(20662,'wp-content/themes/astra/index.php'),(20663,'wp-content/themes/astra/languages/astra.pot'),(20664,'wp-content/themes/astra/page.php'),(20665,'wp-content/themes/astra/readme.txt'),(20666,'wp-content/themes/astra/screenshot.jpg'),(20667,'wp-content/themes/astra/search.php'),(20668,'wp-content/themes/astra/sidebar.php'),(20669,'wp-content/themes/astra/single.php'),(20670,'wp-content/themes/astra/style.css'),(20671,'wp-content/themes/astra/template-parts/404/404-layout.php'),(20672,'wp-content/themes/astra/template-parts/404/index.php'),(20673,'wp-content/themes/astra/template-parts/advanced-footer/layout-4.php'),(20674,'wp-content/themes/astra/template-parts/blog/blog-layout.php'),(20675,'wp-content/themes/astra/template-parts/blog/index.php'),(20676,'wp-content/themes/astra/template-parts/content-404.php'),(20677,'wp-content/themes/astra/template-parts/content-blog.php'),(20678,'wp-content/themes/astra/template-parts/content-none.php'),(20679,'wp-content/themes/astra/template-parts/content-page.php'),(20680,'wp-content/themes/astra/template-parts/content-single.php'),(20681,'wp-content/themes/astra/template-parts/content.php'),(20682,'wp-content/themes/astra/template-parts/footer/footer-sml-layout-2.php'),(20683,'wp-content/themes/astra/template-parts/footer/footer-sml-layout.php'),(20684,'wp-content/themes/astra/template-parts/footer/index.php'),(20685,'wp-content/themes/astra/template-parts/header/header-main-layout.php'),(20686,'wp-content/themes/astra/template-parts/header/index.php'),(20687,'wp-content/themes/astra/template-parts/index.php'),(20688,'wp-content/themes/astra/template-parts/single/index.php'),(20689,'wp-content/themes/astra/template-parts/single/single-layout.php'),(20690,'wp-content/themes/astra/toolset-config.json'),(20691,'wp-content/themes/index.php'),(20692,'wp-content/themes/thrive-theme.old/404.php'),(20693,'wp-content/themes/thrive-theme.old/architect/admin/assets/css/fonts/tcb-admin-icons.svg'),(20694,'wp-content/themes/thrive-theme.old/architect/admin/assets/js/tcb-admin.js'),(20695,'wp-content/themes/thrive-theme.old/architect/admin/class-tcb-admin.php'),(20696,'wp-content/themes/thrive-theme.old/architect/admin/includes/class-tcb-admin-ajax.php'),(20697,'wp-content/themes/thrive-theme.old/architect/admin/includes/class-tcb-product.php'),(20698,'wp-content/themes/thrive-theme.old/architect/admin/includes/class-tcb-symbols-rest-controller.php'),(20699,'wp-content/themes/thrive-theme.old/architect/admin/includes/i18n.php'),(20700,'wp-content/themes/thrive-theme.old/architect/admin/includes/tcb-admin-functions.php'),(20701,'wp-content/themes/thrive-theme.old/architect/admin/includes/views/dashboard.phtml'),(20702,'wp-content/themes/thrive-theme.old/architect/admin/includes/views/templates/breadcrumbs.phtml'),(20703,'wp-content/themes/thrive-theme.old/architect/admin/includes/views/templates/ct-symbols.phtml'),(20704,'wp-content/themes/thrive-theme.old/architect/admin/includes/views/templates/header.phtml'),(20705,'wp-content/themes/thrive-theme.old/architect/admin/includes/views/templates/modals/delete-confirmation.phtml'),(20706,'wp-content/themes/thrive-theme.old/architect/admin/includes/views/templates/modals/modal-create.phtml'),(20707,'wp-content/themes/thrive-theme.old/architect/admin/includes/views/templates/modals/move-category.phtml'),(20708,'wp-content/themes/thrive-theme.old/architect/admin/includes/views/templates/modals/move-symbol.phtml'),(20709,'wp-content/themes/thrive-theme.old/architect/admin/includes/views/templates/modals/new-category.phtml'),(20710,'wp-content/themes/thrive-theme.old/architect/admin/includes/views/templates/modals/section-modal-create-item.phtml'),(20711,'wp-content/themes/thrive-theme.old/architect/admin/includes/views/templates/modals/section-modal-create-step-1.phtml'),(20712,'wp-content/themes/thrive-theme.old/architect/admin/includes/views/templates/modals/section-modal-create-step-2.phtml'),(20713,'wp-content/themes/thrive-theme.old/architect/admin/includes/views/templates/modals/section-modal-create.phtml'),(20714,'wp-content/themes/thrive-theme.old/architect/admin/includes/views/templates/modals/section-modal-message.phtml'),(20715,'wp-content/themes/thrive-theme.old/architect/admin/includes/views/templates/symbols/categories.phtml'),(20716,'wp-content/themes/thrive-theme.old/architect/admin/includes/views/templates/symbols/category.phtml'),(20717,'wp-content/themes/thrive-theme.old/architect/admin/includes/views/templates/symbols/container.phtml'),(20718,'wp-content/themes/thrive-theme.old/architect/admin/includes/views/templates/symbols/create.phtml'),(20719,'wp-content/themes/thrive-theme.old/architect/admin/includes/views/templates/symbols/item.phtml'),(20720,'wp-content/themes/thrive-theme.old/architect/admin/includes/views/templates/symbols/list.phtml'),(20721,'wp-content/themes/thrive-theme.old/architect/admin/includes/views/templates/symbols/save-templates-error.phtml'),(20722,'wp-content/themes/thrive-theme.old/architect/admin/includes/views/templates/symbols/search.phtml'),(20723,'wp-content/themes/thrive-theme.old/architect/admin/includes/views/templates/symbols/section-item.phtml'),(20724,'wp-content/themes/thrive-theme.old/architect/admin/includes/views/templates/symbols/sections-container.phtml'),(20725,'wp-content/themes/thrive-theme.old/architect/admin/includes/views/templates/symbols/sections-list.phtml'),(20726,'wp-content/themes/thrive-theme.old/architect/admin/includes/views/templates/text-edit.phtml'),(20727,'wp-content/themes/thrive-theme.old/architect/admin/includes/views/templates/user-templates/c-item.phtml'),(20728,'wp-content/themes/thrive-theme.old/architect/admin/includes/views/templates/user-templates/item.phtml'),(20729,'wp-content/themes/thrive-theme.old/architect/admin/includes/views/templates/user-templates/list.phtml'),(20730,'wp-content/themes/thrive-theme.old/architect/admin/includes/views/templates/user-templates/t-item.phtml'),(20731,'wp-content/themes/thrive-theme.old/architect/db/fontmanager-1.1.php'),(20732,'wp-content/themes/thrive-theme.old/architect/db/index.php'),(20733,'wp-content/themes/thrive-theme.old/architect/db/install-1.0.php'),(20734,'wp-content/themes/thrive-theme.old/architect/editor/css/fonts/control-panel.svg'),(20735,'wp-content/themes/thrive-theme.old/architect/editor/css/fonts/editor-page.svg'),(20736,'wp-content/themes/thrive-theme.old/architect/editor/css/fonts/font-awesome.svg'),(20737,'wp-content/themes/thrive-theme.old/architect/editor/css/fonts/thrvicomoon/icomoon.svg'),(20738,'wp-content/themes/thrive-theme.old/architect/editor/css/images/angle-down.svg'),(20739,'wp-content/themes/thrive-theme.old/architect/editor/css/images/angle-up.svg'),(20740,'wp-content/themes/thrive-theme.old/architect/editor/css/images/caret-down.svg'),(20741,'wp-content/themes/thrive-theme.old/architect/editor/css/images/caret-filled-down.svg'),(20742,'wp-content/themes/thrive-theme.old/architect/editor/css/images/caret-filled-up.svg'),(20743,'wp-content/themes/thrive-theme.old/architect/editor/css/images/caret-up.svg'),(20744,'wp-content/themes/thrive-theme.old/architect/editor/css/images/chevron-down.svg'),(20745,'wp-content/themes/thrive-theme.old/architect/editor/css/images/chevron-up.svg'),(20746,'wp-content/themes/thrive-theme.old/architect/editor/js/admin/gutenberg.js'),(20747,'wp-content/themes/thrive-theme.old/architect/editor/js/admin/tve_admin_post_ready.js'),(20748,'wp-content/themes/thrive-theme.old/architect/editor/js/dist/admin.min.js'),(20749,'wp-content/themes/thrive-theme.old/architect/editor/js/dist/editor.min.js'),(20750,'wp-content/themes/thrive-theme.old/architect/editor/js/dist/froala.min.js'),(20751,'wp-content/themes/thrive-theme.old/architect/editor/js/dist/frontend.min.js'),(20752,'wp-content/themes/thrive-theme.old/architect/editor/js/dist/gutenberg.min.js'),(20753,'wp-content/themes/thrive-theme.old/architect/editor/js/dist/main.min.js'),(20754,'wp-content/themes/thrive-theme.old/architect/editor/js/libs/dom-to-image.min.js'),(20755,'wp-content/themes/thrive-theme.old/architect/editor/js/libs/jquery.scrollbar.min.js'),(20756,'wp-content/themes/thrive-theme.old/architect/event-manager/classes/TCB_Event_Action_Abstract.php'),(20757,'wp-content/themes/thrive-theme.old/architect/event-manager/classes/TCB_Event_Trigger_Abstract.php'),(20758,'wp-content/themes/thrive-theme.old/architect/event-manager/classes/actions/TCB_Thrive_CSS_Animation.php'),(20759,'wp-content/themes/thrive-theme.old/architect/event-manager/classes/actions/TCB_Thrive_Image_Zoom.php'),(20760,'wp-content/themes/thrive-theme.old/architect/event-manager/classes/actions/TCB_Thrive_Lightbox.php'),(20761,'wp-content/themes/thrive-theme.old/architect/event-manager/classes/actions/TCB_Thrive_LightboxClose.php'),(20762,'wp-content/themes/thrive-theme.old/architect/event-manager/classes/actions/TCB_Thrive_Tooltip.php'),(20763,'wp-content/themes/thrive-theme.old/architect/event-manager/classes/actions/TCB_Thrive_Video_Popup.php'),(20764,'wp-content/themes/thrive-theme.old/architect/event-manager/classes/actions/TCB_Thrive_Wistia.php'),(20765,'wp-content/themes/thrive-theme.old/architect/event-manager/classes/triggers/TCB_Event_Trigger_Click.php'),(20766,'wp-content/themes/thrive-theme.old/architect/event-manager/classes/triggers/TCB_Event_Trigger_Exit_Intent.php'),(20767,'wp-content/themes/thrive-theme.old/architect/event-manager/classes/triggers/TCB_Event_Trigger_Mouseover.php'),(20768,'wp-content/themes/thrive-theme.old/architect/event-manager/classes/triggers/TCB_Event_Trigger_Timer.php'),(20769,'wp-content/themes/thrive-theme.old/architect/event-manager/classes/triggers/TCB_Event_Trigger_Viewport.php'),(20770,'wp-content/themes/thrive-theme.old/architect/event-manager/init.php'),(20771,'wp-content/themes/thrive-theme.old/architect/event-manager/views/js/lightbox.php'),(20772,'wp-content/themes/thrive-theme.old/architect/event-manager/views/js/trigger_exit_intent.php'),(20773,'wp-content/themes/thrive-theme.old/architect/event-manager/views/js/trigger_viewport.php'),(20774,'wp-content/themes/thrive-theme.old/architect/fonts/fontawesome-webfont.svg'),(20775,'wp-content/themes/thrive-theme.old/architect/inc/backbone/animation/preview.phtml'),(20776,'wp-content/themes/thrive-theme.old/architect/inc/backbone/breadcrumbs/item.phtml'),(20777,'wp-content/themes/thrive-theme.old/architect/inc/backbone/cloud-error.phtml'),(20778,'wp-content/themes/thrive-theme.old/architect/inc/backbone/cloud-templates/item.phtml'),(20779,'wp-content/themes/thrive-theme.old/architect/inc/backbone/contact-form/email-setup-form.phtml'),(20780,'wp-content/themes/thrive-theme.old/architect/inc/backbone/contact-form/error.phtml'),(20781,'wp-content/themes/thrive-theme.old/architect/inc/backbone/contact-form/shortcode-button.phtml'),(20782,'wp-content/themes/thrive-theme.old/architect/inc/backbone/contact-form/submit-setup-form.phtml'),(20783,'wp-content/themes/thrive-theme.old/architect/inc/backbone/controls/background-effects.phtml'),(20784,'wp-content/themes/thrive-theme.old/architect/inc/backbone/controls/background-image.phtml'),(20785,'wp-content/themes/thrive-theme.old/architect/inc/backbone/controls/borders.phtml'),(20786,'wp-content/themes/thrive-theme.old/architect/inc/backbone/controls/button/style-picker.phtml'),(20787,'wp-content/themes/thrive-theme.old/architect/inc/backbone/controls/button/style-templates.phtml'),(20788,'wp-content/themes/thrive-theme.old/architect/inc/backbone/controls/button-group.phtml'),(20789,'wp-content/themes/thrive-theme.old/architect/inc/backbone/controls/button-panel-group.phtml'),(20790,'wp-content/themes/thrive-theme.old/architect/inc/backbone/controls/button-toggle.phtml'),(20791,'wp-content/themes/thrive-theme.old/architect/inc/backbone/controls/cards-change.phtml'),(20792,'wp-content/themes/thrive-theme.old/architect/inc/backbone/controls/checkbox/input.phtml'),(20793,'wp-content/themes/thrive-theme.old/architect/inc/backbone/controls/checkbox.phtml'),(20794,'wp-content/themes/thrive-theme.old/architect/inc/backbone/controls/color-picker.phtml'),(20795,'wp-content/themes/thrive-theme.old/architect/inc/backbone/controls/contact-form/default-cf-item.phtml'),(20796,'wp-content/themes/thrive-theme.old/architect/inc/backbone/controls/contact-form/edit-cf-item.phtml'),(20797,'wp-content/themes/thrive-theme.old/architect/inc/backbone/controls/contact-form/preview-list-item.phtml'),(20798,'wp-content/themes/thrive-theme.old/architect/inc/backbone/controls/contact-form/recaptcha-cf-item.phtml'),(20799,'wp-content/themes/thrive-theme.old/architect/inc/backbone/controls/contact-form/settings.phtml'),(20800,'wp-content/themes/thrive-theme.old/architect/inc/backbone/controls/corners.phtml'),(20801,'wp-content/themes/thrive-theme.old/architect/inc/backbone/controls/countdown/style-picker.phtml'),(20802,'wp-content/themes/thrive-theme.old/architect/inc/backbone/controls/custom-menu/dropdown-icon.phtml'),(20803,'wp-content/themes/thrive-theme.old/architect/inc/backbone/controls/custom-menu/edit-menu-item.php'),(20804,'wp-content/themes/thrive-theme.old/architect/inc/backbone/controls/custom-menu/menu-display.phtml'),(20805,'wp-content/themes/thrive-theme.old/architect/inc/backbone/controls/custom-menu/menu-style.phtml'),(20806,'wp-content/themes/thrive-theme.old/architect/inc/backbone/controls/custom-menu/mobile-icon.phtml'),(20807,'wp-content/themes/thrive-theme.old/architect/inc/backbone/controls/custom-menu/mobile-side.phtml'),(20808,'wp-content/themes/thrive-theme.old/architect/inc/backbone/controls/custom-menu/select-menu.phtml'),(20809,'wp-content/themes/thrive-theme.old/architect/inc/backbone/controls/date-picker.phtml'),(20810,'wp-content/themes/thrive-theme.old/architect/inc/backbone/controls/decoration/decoration.phtml'),(20811,'wp-content/themes/thrive-theme.old/architect/inc/backbone/controls/decoration/divider.phtml'),(20812,'wp-content/themes/thrive-theme.old/architect/inc/backbone/controls/decoration/pointer.phtml'),(20813,'wp-content/themes/thrive-theme.old/architect/inc/backbone/controls/decoration/slanted.phtml'),(20814,'wp-content/themes/thrive-theme.old/architect/inc/backbone/controls/decoration/svg/city-skyline.phtml'),(20815,'wp-content/themes/thrive-theme.old/architect/inc/backbone/controls/decoration/svg-base.phtml'),(20816,'wp-content/themes/thrive-theme.old/architect/inc/backbone/controls/divider/style-picker.phtml'),(20817,'wp-content/themes/thrive-theme.old/architect/inc/backbone/controls/drop-panel.phtml'),(20818,'wp-content/themes/thrive-theme.old/architect/inc/backbone/controls/font-manager.phtml'),(20819,'wp-content/themes/thrive-theme.old/architect/inc/backbone/controls/gradient/knob.phtml'),(20820,'wp-content/themes/thrive-theme.old/architect/inc/backbone/controls/gradient-pattern.phtml'),(20821,'wp-content/themes/thrive-theme.old/architect/inc/backbone/controls/gradient-picker.phtml'),(20822,'wp-content/themes/thrive-theme.old/architect/inc/backbone/controls/icon-label-switch.phtml'),(20823,'wp-content/themes/thrive-theme.old/architect/inc/backbone/controls/icons.phtml'),(20824,'wp-content/themes/thrive-theme.old/architect/inc/backbone/controls/image/style-picker.phtml'),(20825,'wp-content/themes/thrive-theme.old/architect/inc/backbone/controls/image.phtml'),(20826,'wp-content/themes/thrive-theme.old/architect/inc/backbone/controls/input-multiple-item.phtml'),(20827,'wp-content/themes/thrive-theme.old/architect/inc/backbone/controls/input-multiple.phtml'),(20828,'wp-content/themes/thrive-theme.old/architect/inc/backbone/controls/input.phtml'),(20829,'wp-content/themes/thrive-theme.old/architect/inc/backbone/controls/knob.phtml'),(20830,'wp-content/themes/thrive-theme.old/architect/inc/backbone/controls/label-input.phtml'),(20831,'wp-content/themes/thrive-theme.old/architect/inc/backbone/controls/layout.phtml'),(20832,'wp-content/themes/thrive-theme.old/architect/inc/backbone/controls/lead-generation/api-connections.phtml'),(20833,'wp-content/themes/thrive-theme.old/architect/inc/backbone/controls/lead-generation/connected-api.phtml'),(20834,'wp-content/themes/thrive-theme.old/architect/inc/backbone/controls/margin-padding.phtml'),(20835,'wp-content/themes/thrive-theme.old/architect/inc/backbone/controls/menu/preview-list-item.php'),(20836,'wp-content/themes/thrive-theme.old/architect/inc/backbone/controls/modal-picker.phtml'),(20837,'wp-content/themes/thrive-theme.old/architect/inc/backbone/controls/multiple-checkbox.phtml'),(20838,'wp-content/themes/thrive-theme.old/architect/inc/backbone/controls/position-from.phtml'),(20839,'wp-content/themes/thrive-theme.old/architect/inc/backbone/controls/preview-list-item-crud-operations.phtml'),(20840,'wp-content/themes/thrive-theme.old/architect/inc/backbone/controls/preview-list-item.phtml'),(20841,'wp-content/themes/thrive-theme.old/architect/inc/backbone/controls/preview-toggle-list-item.phtml'),(20842,'wp-content/themes/thrive-theme.old/architect/inc/backbone/controls/pricing-table/edit-instance.phtml'),(20843,'wp-content/themes/thrive-theme.old/architect/inc/backbone/controls/pricing-table/edit-price-box.phtml'),(20844,'wp-content/themes/thrive-theme.old/architect/inc/backbone/controls/pricing-table/price-instance-controls.phtml'),(20845,'wp-content/themes/thrive-theme.old/architect/inc/backbone/controls/pricing-table/pricing-table-item.phtml'),(20846,'wp-content/themes/thrive-theme.old/architect/inc/backbone/controls/radio.phtml'),(20847,'wp-content/themes/thrive-theme.old/architect/inc/backbone/controls/rating-value.phtml'),(20848,'wp-content/themes/thrive-theme.old/architect/inc/backbone/controls/responsive-video/style-picker.phtml'),(20849,'wp-content/themes/thrive-theme.old/architect/inc/backbone/controls/responsive-video-settings.phtml'),(20850,'wp-content/themes/thrive-theme.old/architect/inc/backbone/controls/responsive.phtml'),(20851,'wp-content/themes/thrive-theme.old/architect/inc/backbone/controls/revision-manager-item.php'),(20852,'wp-content/themes/thrive-theme.old/architect/inc/backbone/controls/select-multiple.phtml'),(20853,'wp-content/themes/thrive-theme.old/architect/inc/backbone/controls/select.phtml'),(20854,'wp-content/themes/thrive-theme.old/architect/inc/backbone/controls/selected-elem-nav-item.phtml'),(20855,'wp-content/themes/thrive-theme.old/architect/inc/backbone/controls/shadow.phtml'),(20856,'wp-content/themes/thrive-theme.old/architect/inc/backbone/controls/slider.phtml'),(20857,'wp-content/themes/thrive-theme.old/architect/inc/backbone/controls/social/fb-share.phtml'),(20858,'wp-content/themes/thrive-theme.old/architect/inc/backbone/controls/social/network-checkboxes.phtml'),(20859,'wp-content/themes/thrive-theme.old/architect/inc/backbone/controls/social/network-settings.phtml'),(20860,'wp-content/themes/thrive-theme.old/architect/inc/backbone/controls/social/pin-share.phtml'),(20861,'wp-content/themes/thrive-theme.old/architect/inc/backbone/controls/social/selector.phtml'),(20862,'wp-content/themes/thrive-theme.old/architect/inc/backbone/controls/social/t-share.phtml'),(20863,'wp-content/themes/thrive-theme.old/architect/inc/backbone/controls/style-change.phtml'),(20864,'wp-content/themes/thrive-theme.old/architect/inc/backbone/controls/style.phtml'),(20865,'wp-content/themes/thrive-theme.old/architect/inc/backbone/controls/styles-templates.phtml'),(20866,'wp-content/themes/thrive-theme.old/architect/inc/backbone/controls/switch.phtml'),(20867,'wp-content/themes/thrive-theme.old/architect/inc/backbone/controls/text/typefocus-settings.phtml'),(20868,'wp-content/themes/thrive-theme.old/architect/inc/backbone/controls/text/typefocus.phtml'),(20869,'wp-content/themes/thrive-theme.old/architect/inc/backbone/controls/text-input.phtml'),(20870,'wp-content/themes/thrive-theme.old/architect/inc/backbone/controls/time-slider.phtml'),(20871,'wp-content/themes/thrive-theme.old/architect/inc/backbone/controls/toc/headings.phtml'),(20872,'wp-content/themes/thrive-theme.old/architect/inc/backbone/controls/toggle.phtml'),(20873,'wp-content/themes/thrive-theme.old/architect/inc/backbone/controls/video-settings.phtml'),(20874,'wp-content/themes/thrive-theme.old/architect/inc/backbone/element-icons.phtml'),(20875,'wp-content/themes/thrive-theme.old/architect/inc/backbone/element-states.phtml'),(20876,'wp-content/themes/thrive-theme.old/architect/inc/backbone/elements/button-icon.phtml'),(20877,'wp-content/themes/thrive-theme.old/architect/inc/backbone/elements/social.phtml'),(20878,'wp-content/themes/thrive-theme.old/architect/inc/backbone/inline/column-options.phtml'),(20879,'wp-content/themes/thrive-theme.old/architect/inc/backbone/inline/content-templates.phtml'),(20880,'wp-content/themes/thrive-theme.old/architect/inc/backbone/inline/edit-mode.phtml'),(20881,'wp-content/themes/thrive-theme.old/architect/inc/backbone/inline/inline-responsive.phtml'),(20882,'wp-content/themes/thrive-theme.old/architect/inc/backbone/inline/inline-shortcodes.phtml'),(20883,'wp-content/themes/thrive-theme.old/architect/inc/backbone/inline/table-size.phtml'),(20884,'wp-content/themes/thrive-theme.old/architect/inc/backbone/landing-pages/delete-confirmation.phtml'),(20885,'wp-content/themes/thrive-theme.old/architect/inc/backbone/landing-pages/font-settings.phtml'),(20886,'wp-content/themes/thrive-theme.old/architect/inc/backbone/landing-pages/link-settings.phtml'),(20887,'wp-content/themes/thrive-theme.old/architect/inc/backbone/landing-pages/lp-set.phtml'),(20888,'wp-content/themes/thrive-theme.old/architect/inc/backbone/landing-pages/lp-template.phtml'),(20889,'wp-content/themes/thrive-theme.old/architect/inc/backbone/landing-pages/lp-text-templates.phtml'),(20890,'wp-content/themes/thrive-theme.old/architect/inc/backbone/landing-pages/tag-item.phtml'),(20891,'wp-content/themes/thrive-theme.old/architect/inc/backbone/lead-generation/api-card.phtml'),(20892,'wp-content/themes/thrive-theme.old/architect/inc/backbone/lead-generation/api-field-add.phtml'),(20893,'wp-content/themes/thrive-theme.old/architect/inc/backbone/lead-generation/apis/activecampaign.phtml'),(20894,'wp-content/themes/thrive-theme.old/architect/inc/backbone/lead-generation/apis/aweber.phtml'),(20895,'wp-content/themes/thrive-theme.old/architect/inc/backbone/lead-generation/apis/default.phtml'),(20896,'wp-content/themes/thrive-theme.old/architect/inc/backbone/lead-generation/apis/drip.phtml'),(20897,'wp-content/themes/thrive-theme.old/architect/inc/backbone/lead-generation/apis/extra/mailchimp-group.phtml'),(20898,'wp-content/themes/thrive-theme.old/architect/inc/backbone/lead-generation/apis/extra/password-strength.phtml'),(20899,'wp-content/themes/thrive-theme.old/architect/inc/backbone/lead-generation/apis/get-response.phtml'),(20900,'wp-content/themes/thrive-theme.old/architect/inc/backbone/lead-generation/apis/klicktipp.phtml'),(20901,'wp-content/themes/thrive-theme.old/architect/inc/backbone/lead-generation/apis/mailchimp.phtml'),(20902,'wp-content/themes/thrive-theme.old/architect/inc/backbone/lead-generation/apis/sendy.phtml'),(20903,'wp-content/themes/thrive-theme.old/architect/inc/backbone/lead-generation/apis.phtml'),(20904,'wp-content/themes/thrive-theme.old/architect/inc/backbone/lead-generation/breadcrumbs.phtml'),(20905,'wp-content/themes/thrive-theme.old/architect/inc/backbone/lead-generation/consent.phtml'),(20906,'wp-content/themes/thrive-theme.old/architect/inc/backbone/lead-generation/custom-field.phtml'),(20907,'wp-content/themes/thrive-theme.old/architect/inc/backbone/lead-generation/edit-api-card.phtml'),(20908,'wp-content/themes/thrive-theme.old/architect/inc/backbone/lead-generation/edit.phtml'),(20909,'wp-content/themes/thrive-theme.old/architect/inc/backbone/lead-generation/errors/item.phtml'),(20910,'wp-content/themes/thrive-theme.old/architect/inc/backbone/lead-generation/fields.phtml'),(20911,'wp-content/themes/thrive-theme.old/architect/inc/backbone/lead-generation/form.phtml'),(20912,'wp-content/themes/thrive-theme.old/architect/inc/backbone/lead-generation/start.phtml'),(20913,'wp-content/themes/thrive-theme.old/architect/inc/backbone/lead-generation/submit-options/card.phtml'),(20914,'wp-content/themes/thrive-theme.old/architect/inc/backbone/lead-generation/submit-options.phtml'),(20915,'wp-content/themes/thrive-theme.old/architect/inc/backbone/lead-generation/wordpress-option.phtml'),(20916,'wp-content/themes/thrive-theme.old/architect/inc/backbone/lead-generation/wrappers.phtml'),(20917,'wp-content/themes/thrive-theme.old/architect/inc/backbone/modals/cf-settings.php'),(20918,'wp-content/themes/thrive-theme.old/architect/inc/backbone/notification-box/error.phtml'),(20919,'wp-content/themes/thrive-theme.old/architect/inc/backbone/notification-box/info.phtml'),(20920,'wp-content/themes/thrive-theme.old/architect/inc/backbone/notification-box/success.phtml'),(20921,'wp-content/themes/thrive-theme.old/architect/inc/backbone/notification-box/warning.phtml'),(20922,'wp-content/themes/thrive-theme.old/architect/inc/backbone/page-events/actions/lightbox-preview.phtml'),(20923,'wp-content/themes/thrive-theme.old/architect/inc/backbone/page-events/actions/lightbox.phtml'),(20924,'wp-content/themes/thrive-theme.old/architect/inc/backbone/page-events/form.phtml'),(20925,'wp-content/themes/thrive-theme.old/architect/inc/backbone/page-events/list.phtml'),(20926,'wp-content/themes/thrive-theme.old/architect/inc/backbone/page-events/no-events.phtml'),(20927,'wp-content/themes/thrive-theme.old/architect/inc/backbone/page-events/triggers/exit.phtml'),(20928,'wp-content/themes/thrive-theme.old/architect/inc/backbone/page-events/triggers/timer.phtml'),(20929,'wp-content/themes/thrive-theme.old/architect/inc/backbone/sections/item.phtml'),(20930,'wp-content/themes/thrive-theme.old/architect/inc/backbone/shadow/no-shadow.phtml'),(20931,'wp-content/themes/thrive-theme.old/architect/inc/backbone/shadow/shadow-entry.phtml'),(20932,'wp-content/themes/thrive-theme.old/architect/inc/backbone/symbols/content-template-item.phtml'),(20933,'wp-content/themes/thrive-theme.old/architect/inc/backbone/symbols/create-item.phtml'),(20934,'wp-content/themes/thrive-theme.old/architect/inc/backbone/symbols/get-symbols-error.phtml'),(20935,'wp-content/themes/thrive-theme.old/architect/inc/backbone/symbols/item.phtml'),(20936,'wp-content/themes/thrive-theme.old/architect/inc/backbone/symbols/save-templates-symbols-error.phtml'),(20937,'wp-content/themes/thrive-theme.old/architect/inc/backbone/symbols/section-item.phtml'),(20938,'wp-content/themes/thrive-theme.old/architect/inc/backbone/symbols/sections-container.phtml'),(20939,'wp-content/themes/thrive-theme.old/architect/inc/backbone/symbols/sections-message.phtml'),(20940,'wp-content/themes/thrive-theme.old/architect/inc/backbone/util/edit-as-group.phtml'),(20941,'wp-content/themes/thrive-theme.old/architect/inc/backbone/util/favorite-colors.phtml'),(20942,'wp-content/themes/thrive-theme.old/architect/inc/backbone/util/file-picker.phtml'),(20943,'wp-content/themes/thrive-theme.old/architect/inc/backbone/util/icon.phtml'),(20944,'wp-content/themes/thrive-theme.old/architect/inc/backbone/util/input.phtml'),(20945,'wp-content/themes/thrive-theme.old/architect/inc/backbone/util/link.phtml'),(20946,'wp-content/themes/thrive-theme.old/architect/inc/backbone/util/list.phtml'),(20947,'wp-content/themes/thrive-theme.old/architect/inc/backbone/util/option.phtml'),(20948,'wp-content/themes/thrive-theme.old/architect/inc/backbone/util/svg_icon.phtml'),(20949,'wp-content/themes/thrive-theme.old/architect/inc/backbone/util/video-file-picker.phtml'),(20950,'wp-content/themes/thrive-theme.old/architect/inc/classes/class-tcb-cloud-template-element-abstract.php'),(20951,'wp-content/themes/thrive-theme.old/architect/inc/classes/class-tcb-contact-form.php'),(20952,'wp-content/themes/thrive-theme.old/architect/inc/classes/class-tcb-editor-ajax.php'),(20953,'wp-content/themes/thrive-theme.old/architect/inc/classes/class-tcb-editor.php'),(20954,'wp-content/themes/thrive-theme.old/architect/inc/classes/class-tcb-element-abstract.php'),(20955,'wp-content/themes/thrive-theme.old/architect/inc/classes/class-tcb-elements.php'),(20956,'wp-content/themes/thrive-theme.old/architect/inc/classes/class-tcb-font-manager.php'),(20957,'wp-content/themes/thrive-theme.old/architect/inc/classes/class-tcb-icon-manager.php'),(20958,'wp-content/themes/thrive-theme.old/architect/inc/classes/class-tcb-lightbox.php'),(20959,'wp-content/themes/thrive-theme.old/architect/inc/classes/class-tcb-post-grid.php'),(20960,'wp-content/themes/thrive-theme.old/architect/inc/classes/class-tcb-post.php'),(20961,'wp-content/themes/thrive-theme.old/architect/inc/classes/class-tcb-symbol-element-abstract.php'),(20962,'wp-content/themes/thrive-theme.old/architect/inc/classes/class-tcb-widget-element.php'),(20963,'wp-content/themes/thrive-theme.old/architect/inc/classes/content-templates/class-tcb-content-templates-api.php'),(20964,'wp-content/themes/thrive-theme.old/architect/inc/classes/elements/class-tcb-button-element.php'),(20965,'wp-content/themes/thrive-theme.old/architect/inc/classes/elements/class-tcb-button-group-element.php'),(20966,'wp-content/themes/thrive-theme.old/architect/inc/classes/elements/class-tcb-button-group-item-element.php'),(20967,'wp-content/themes/thrive-theme.old/architect/inc/classes/elements/class-tcb-callaction-element.php'),(20968,'wp-content/themes/thrive-theme.old/architect/inc/classes/elements/class-tcb-cell-element.php'),(20969,'wp-content/themes/thrive-theme.old/architect/inc/classes/elements/class-tcb-column-element.php'),(20970,'wp-content/themes/thrive-theme.old/architect/inc/classes/elements/class-tcb-columns-element.php'),(20971,'wp-content/themes/thrive-theme.old/architect/inc/classes/elements/class-tcb-commentsdisqus-element.php'),(20972,'wp-content/themes/thrive-theme.old/architect/inc/classes/elements/class-tcb-commentsfacebook-element.php'),(20973,'wp-content/themes/thrive-theme.old/architect/inc/classes/elements/class-tcb-contact-form-element.php'),(20974,'wp-content/themes/thrive-theme.old/architect/inc/classes/elements/class-tcb-contact-form-input-element.php'),(20975,'wp-content/themes/thrive-theme.old/architect/inc/classes/elements/class-tcb-contact-form-item-element.php'),(20976,'wp-content/themes/thrive-theme.old/architect/inc/classes/elements/class-tcb-contact-form-label-element.php'),(20977,'wp-content/themes/thrive-theme.old/architect/inc/classes/elements/class-tcb-contact-form-submit-element.php'),(20978,'wp-content/themes/thrive-theme.old/architect/inc/classes/elements/class-tcb-contentbox-element.php'),(20979,'wp-content/themes/thrive-theme.old/architect/inc/classes/elements/class-tcb-countdown-element.php'),(20980,'wp-content/themes/thrive-theme.old/architect/inc/classes/elements/class-tcb-countdownevergreen-element.php'),(20981,'wp-content/themes/thrive-theme.old/architect/inc/classes/elements/class-tcb-credit-element.php'),(20982,'wp-content/themes/thrive-theme.old/architect/inc/classes/elements/class-tcb-ct-element.php'),(20983,'wp-content/themes/thrive-theme.old/architect/inc/classes/elements/class-tcb-ct-symbol-element.php'),(20984,'wp-content/themes/thrive-theme.old/architect/inc/classes/elements/class-tcb-divider-element.php'),(20985,'wp-content/themes/thrive-theme.old/architect/inc/classes/elements/class-tcb-fillcounter-element.php'),(20986,'wp-content/themes/thrive-theme.old/architect/inc/classes/elements/class-tcb-footer-element.php'),(20987,'wp-content/themes/thrive-theme.old/architect/inc/classes/elements/class-tcb-form-icon-element.php'),(20988,'wp-content/themes/thrive-theme.old/architect/inc/classes/elements/class-tcb-gmap-element.php'),(20989,'wp-content/themes/thrive-theme.old/architect/inc/classes/elements/class-tcb-guaranteebox-element.php'),(20990,'wp-content/themes/thrive-theme.old/architect/inc/classes/elements/class-tcb-header-element.php'),(20991,'wp-content/themes/thrive-theme.old/architect/inc/classes/elements/class-tcb-heading-element.php'),(20992,'wp-content/themes/thrive-theme.old/architect/inc/classes/elements/class-tcb-html-element.php'),(20993,'wp-content/themes/thrive-theme.old/architect/inc/classes/elements/class-tcb-icon-element.php'),(20994,'wp-content/themes/thrive-theme.old/architect/inc/classes/elements/class-tcb-image-element.php'),(20995,'wp-content/themes/thrive-theme.old/architect/inc/classes/elements/class-tcb-label-advanced-element.php'),(20996,'wp-content/themes/thrive-theme.old/architect/inc/classes/elements/class-tcb-label-disabled-element.php'),(20997,'wp-content/themes/thrive-theme.old/architect/inc/classes/elements/class-tcb-label-element.php'),(20998,'wp-content/themes/thrive-theme.old/architect/inc/classes/elements/class-tcb-landing-page-content-element.php'),(20999,'wp-content/themes/thrive-theme.old/architect/inc/classes/elements/class-tcb-landing-page-element.php'),(21000,'wp-content/themes/thrive-theme.old/architect/inc/classes/elements/class-tcb-landing-page-text-element.php'),(21001,'wp-content/themes/thrive-theme.old/architect/inc/classes/elements/class-tcb-lead-generation-checkbox-element.php'),(21002,'wp-content/themes/thrive-theme.old/architect/inc/classes/elements/class-tcb-lead-generation-element.php'),(21003,'wp-content/themes/thrive-theme.old/architect/inc/classes/elements/class-tcb-lead-generation-input-element.php'),(21004,'wp-content/themes/thrive-theme.old/architect/inc/classes/elements/class-tcb-lead-generation-radio-element.php'),(21005,'wp-content/themes/thrive-theme.old/architect/inc/classes/elements/class-tcb-lead-generation-select-element.php'),(21006,'wp-content/themes/thrive-theme.old/architect/inc/classes/elements/class-tcb-lead-generation-submit-element.php'),(21007,'wp-content/themes/thrive-theme.old/architect/inc/classes/elements/class-tcb-lead-generation-textarea-element.php'),(21008,'wp-content/themes/thrive-theme.old/architect/inc/classes/elements/class-tcb-lightbox-element.php'),(21009,'wp-content/themes/thrive-theme.old/architect/inc/classes/elements/class-tcb-menu-dropdown-element.php'),(21010,'wp-content/themes/thrive-theme.old/architect/inc/classes/elements/class-tcb-menu-element.php'),(21011,'wp-content/themes/thrive-theme.old/architect/inc/classes/elements/class-tcb-menu-item-element.php'),(21012,'wp-content/themes/thrive-theme.old/architect/inc/classes/elements/class-tcb-moretag-element.php'),(21013,'wp-content/themes/thrive-theme.old/architect/inc/classes/elements/class-tcb-numberedlist-element.php'),(21014,'wp-content/themes/thrive-theme.old/architect/inc/classes/elements/class-tcb-plaintext-element.php'),(21015,'wp-content/themes/thrive-theme.old/architect/inc/classes/elements/class-tcb-postgrid-element.php'),(21016,'wp-content/themes/thrive-theme.old/architect/inc/classes/elements/class-tcb-pricing-table-box-container-element.php'),(21017,'wp-content/themes/thrive-theme.old/architect/inc/classes/elements/class-tcb-pricing-table-element.php'),(21018,'wp-content/themes/thrive-theme.old/architect/inc/classes/elements/class-tcb-progressbar-element.php'),(21019,'wp-content/themes/thrive-theme.old/architect/inc/classes/elements/class-tcb-rating-element.php'),(21020,'wp-content/themes/thrive-theme.old/architect/inc/classes/elements/class-tcb-responsivevideo-element.php'),(21021,'wp-content/themes/thrive-theme.old/architect/inc/classes/elements/class-tcb-reveal-element.php'),(21022,'wp-content/themes/thrive-theme.old/architect/inc/classes/elements/class-tcb-section-element.php'),(21023,'wp-content/themes/thrive-theme.old/architect/inc/classes/elements/class-tcb-social-element.php'),(21024,'wp-content/themes/thrive-theme.old/architect/inc/classes/elements/class-tcb-stylebox-element.php'),(21025,'wp-content/themes/thrive-theme.old/architect/inc/classes/elements/class-tcb-styledlist-element.php'),(21026,'wp-content/themes/thrive-theme.old/architect/inc/classes/elements/class-tcb-styledlistitem-element.php'),(21027,'wp-content/themes/thrive-theme.old/architect/inc/classes/elements/class-tcb-symbol-element.php'),(21028,'wp-content/themes/thrive-theme.old/architect/inc/classes/elements/class-tcb-table-element.php'),(21029,'wp-content/themes/thrive-theme.old/architect/inc/classes/elements/class-tcb-tabs-element.php'),(21030,'wp-content/themes/thrive-theme.old/architect/inc/classes/elements/class-tcb-testimonial-element.php'),(21031,'wp-content/themes/thrive-theme.old/architect/inc/classes/elements/class-tcb-text-element.php'),(21032,'wp-content/themes/thrive-theme.old/architect/inc/classes/elements/class-tcb-toc-element.php'),(21033,'wp-content/themes/thrive-theme.old/architect/inc/classes/elements/class-tcb-toggle-element.php'),(21034,'wp-content/themes/thrive-theme.old/architect/inc/classes/elements/class-tcb-tweet-element.php'),(21035,'wp-content/themes/thrive-theme.old/architect/inc/classes/elements/class-tcb-wordpress-element.php'),(21036,'wp-content/themes/thrive-theme.old/architect/inc/classes/symbols/class-tcb-symbol-export.php'),(21037,'wp-content/themes/thrive-theme.old/architect/inc/classes/symbols/class-tcb-symbol-template.php'),(21038,'wp-content/themes/thrive-theme.old/architect/inc/classes/symbols/class-tcb-symbols-dashboard.php'),(21039,'wp-content/themes/thrive-theme.old/architect/inc/classes/symbols/class-tcb-symbols-post-type.php'),(21040,'wp-content/themes/thrive-theme.old/architect/inc/classes/symbols/class-tcb-symbols-taxonomy.php'),(21041,'wp-content/themes/thrive-theme.old/architect/inc/compat.php'),(21042,'wp-content/themes/thrive-theme.old/architect/inc/functions.php'),(21043,'wp-content/themes/thrive-theme.old/architect/inc/helpers/social.php'),(21044,'wp-content/themes/thrive-theme.old/architect/inc/i18n.php'),(21045,'wp-content/themes/thrive-theme.old/architect/inc/license_notice.php'),(21046,'wp-content/themes/thrive-theme.old/architect/inc/menu/button.php'),(21047,'wp-content/themes/thrive-theme.old/architect/inc/menu/cell.php'),(21048,'wp-content/themes/thrive-theme.old/architect/inc/menu/click-tweet.php'),(21049,'wp-content/themes/thrive-theme.old/architect/inc/menu/columns.php'),(21050,'wp-content/themes/thrive-theme.old/architect/inc/menu/commentsdisqus.php'),(21051,'wp-content/themes/thrive-theme.old/architect/inc/menu/commentsfacebook.php'),(21052,'wp-content/themes/thrive-theme.old/architect/inc/menu/contact_form.php'),(21053,'wp-content/themes/thrive-theme.old/architect/inc/menu/contact_form_submit.php'),(21054,'wp-content/themes/thrive-theme.old/architect/inc/menu/contentbox.php'),(21055,'wp-content/themes/thrive-theme.old/architect/inc/menu/countdown.php'),(21056,'wp-content/themes/thrive-theme.old/architect/inc/menu/countdownevergreen.php'),(21057,'wp-content/themes/thrive-theme.old/architect/inc/menu/credit.php'),(21058,'wp-content/themes/thrive-theme.old/architect/inc/menu/ct_symbol.php'),(21059,'wp-content/themes/thrive-theme.old/architect/inc/menu/decoration.php'),(21060,'wp-content/themes/thrive-theme.old/architect/inc/menu/divider.php'),(21061,'wp-content/themes/thrive-theme.old/architect/inc/menu/fillcounter.php'),(21062,'wp-content/themes/thrive-theme.old/architect/inc/menu/footer.php'),(21063,'wp-content/themes/thrive-theme.old/architect/inc/menu/general.php'),(21064,'wp-content/themes/thrive-theme.old/architect/inc/menu/gmap.php'),(21065,'wp-content/themes/thrive-theme.old/architect/inc/menu/header.php'),(21066,'wp-content/themes/thrive-theme.old/architect/inc/menu/html.php'),(21067,'wp-content/themes/thrive-theme.old/architect/inc/menu/icon.php'),(21068,'wp-content/themes/thrive-theme.old/architect/inc/menu/image.php'),(21069,'wp-content/themes/thrive-theme.old/architect/inc/menu/lead_generation.php'),(21070,'wp-content/themes/thrive-theme.old/architect/inc/menu/lead_generation_checkbox.php'),(21071,'wp-content/themes/thrive-theme.old/architect/inc/menu/lead_generation_input.php'),(21072,'wp-content/themes/thrive-theme.old/architect/inc/menu/lead_generation_radio.php'),(21073,'wp-content/themes/thrive-theme.old/architect/inc/menu/lead_generation_select.php'),(21074,'wp-content/themes/thrive-theme.old/architect/inc/menu/lead_generation_submit.php'),(21075,'wp-content/themes/thrive-theme.old/architect/inc/menu/lead_generation_textarea.php'),(21076,'wp-content/themes/thrive-theme.old/architect/inc/menu/lightbox.php'),(21077,'wp-content/themes/thrive-theme.old/architect/inc/menu/lp-base.php'),(21078,'wp-content/themes/thrive-theme.old/architect/inc/menu/lp-text.php'),(21079,'wp-content/themes/thrive-theme.old/architect/inc/menu/menu.php'),(21080,'wp-content/themes/thrive-theme.old/architect/inc/menu/numberedlist.php'),(21081,'wp-content/themes/thrive-theme.old/architect/inc/menu/postgrid.php'),(21082,'wp-content/themes/thrive-theme.old/architect/inc/menu/pricing_table.php'),(21083,'wp-content/themes/thrive-theme.old/architect/inc/menu/progressbar.php'),(21084,'wp-content/themes/thrive-theme.old/architect/inc/menu/rating.php'),(21085,'wp-content/themes/thrive-theme.old/architect/inc/menu/responsivevideo.php'),(21086,'wp-content/themes/thrive-theme.old/architect/inc/menu/reveal.php'),(21087,'wp-content/themes/thrive-theme.old/architect/inc/menu/section.php'),(21088,'wp-content/themes/thrive-theme.old/architect/inc/menu/social.php'),(21089,'wp-content/themes/thrive-theme.old/architect/inc/menu/styledlist.php'),(21090,'wp-content/themes/thrive-theme.old/architect/inc/menu/symbol.php'),(21091,'wp-content/themes/thrive-theme.old/architect/inc/menu/table.php'),(21092,'wp-content/themes/thrive-theme.old/architect/inc/menu/tableborders.php'),(21093,'wp-content/themes/thrive-theme.old/architect/inc/menu/tabs.php'),(21094,'wp-content/themes/thrive-theme.old/architect/inc/menu/text.php'),(21095,'wp-content/themes/thrive-theme.old/architect/inc/menu/toc.php'),(21096,'wp-content/themes/thrive-theme.old/architect/inc/menu/toggle.php'),(21097,'wp-content/themes/thrive-theme.old/architect/inc/menu/widget.php'),(21098,'wp-content/themes/thrive-theme.old/architect/inc/menu/wordpress.php'),(21099,'wp-content/themes/thrive-theme.old/architect/inc/views/actions/animation.php'),(21100,'wp-content/themes/thrive-theme.old/architect/inc/views/actions/close-lightbox.js.php'),(21101,'wp-content/themes/thrive-theme.old/architect/inc/views/actions/image-zoom.js.php'),(21102,'wp-content/themes/thrive-theme.old/architect/inc/views/actions/lightbox.php'),(21103,'wp-content/themes/thrive-theme.old/architect/inc/views/actions/link.php'),(21104,'wp-content/themes/thrive-theme.old/architect/inc/views/actions/responsive-video-providers/custom-extra.php'),(21105,'wp-content/themes/thrive-theme.old/architect/inc/views/actions/responsive-video-providers/custom.php'),(21106,'wp-content/themes/thrive-theme.old/architect/inc/views/actions/responsive-video-providers/vimeo-extra.php'),(21107,'wp-content/themes/thrive-theme.old/architect/inc/views/actions/responsive-video-providers/vimeo.php'),(21108,'wp-content/themes/thrive-theme.old/architect/inc/views/actions/responsive-video-providers/wistia-extra.php'),(21109,'wp-content/themes/thrive-theme.old/architect/inc/views/actions/responsive-video-providers/wistia.php'),(21110,'wp-content/themes/thrive-theme.old/architect/inc/views/actions/responsive-video-providers/youtube-extra.php'),(21111,'wp-content/themes/thrive-theme.old/architect/inc/views/actions/responsive-video-providers/youtube.php'),(21112,'wp-content/themes/thrive-theme.old/architect/inc/views/actions/tooltip.js.php'),(21113,'wp-content/themes/thrive-theme.old/architect/inc/views/actions/tooltip.php'),(21114,'wp-content/themes/thrive-theme.old/architect/inc/views/actions/video-popup/custom.php'),(21115,'wp-content/themes/thrive-theme.old/architect/inc/views/actions/video-popup/vimeo.php'),(21116,'wp-content/themes/thrive-theme.old/architect/inc/views/actions/video-popup/wistia.php'),(21117,'wp-content/themes/thrive-theme.old/architect/inc/views/actions/video-popup/youtube.php'),(21118,'wp-content/themes/thrive-theme.old/architect/inc/views/actions/video-popup.js.php'),(21119,'wp-content/themes/thrive-theme.old/architect/inc/views/admin/cannot-edit-blog-page.php'),(21120,'wp-content/themes/thrive-theme.old/architect/inc/views/admin/page-loader.php'),(21121,'wp-content/themes/thrive-theme.old/architect/inc/views/admin/post-edit-button.php'),(21122,'wp-content/themes/thrive-theme.old/architect/inc/views/control-panel.php'),(21123,'wp-content/themes/thrive-theme.old/architect/inc/views/editor-settings-elements.php'),(21124,'wp-content/themes/thrive-theme.old/architect/inc/views/editor-settings.php'),(21125,'wp-content/themes/thrive-theme.old/architect/inc/views/elements/button.php'),(21126,'wp-content/themes/thrive-theme.old/architect/inc/views/elements/commentsdisqus.php'),(21127,'wp-content/themes/thrive-theme.old/architect/inc/views/elements/commentsfacebook.php'),(21128,'wp-content/themes/thrive-theme.old/architect/inc/views/elements/contact_form.php'),(21129,'wp-content/themes/thrive-theme.old/architect/inc/views/elements/contentbox.php'),(21130,'wp-content/themes/thrive-theme.old/architect/inc/views/elements/countdown.php'),(21131,'wp-content/themes/thrive-theme.old/architect/inc/views/elements/countdownevergreen.php'),(21132,'wp-content/themes/thrive-theme.old/architect/inc/views/elements/ct.php'),(21133,'wp-content/themes/thrive-theme.old/architect/inc/views/elements/ct_symbol.php'),(21134,'wp-content/themes/thrive-theme.old/architect/inc/views/elements/divider.php'),(21135,'wp-content/themes/thrive-theme.old/architect/inc/views/elements/element-placeholder.php'),(21136,'wp-content/themes/thrive-theme.old/architect/inc/views/elements/fillcounter.php'),(21137,'wp-content/themes/thrive-theme.old/architect/inc/views/elements/footer.php'),(21138,'wp-content/themes/thrive-theme.old/architect/inc/views/elements/gmap.php'),(21139,'wp-content/themes/thrive-theme.old/architect/inc/views/elements/header.php'),(21140,'wp-content/themes/thrive-theme.old/architect/inc/views/elements/heading.php'),(21141,'wp-content/themes/thrive-theme.old/architect/inc/views/elements/html.php'),(21142,'wp-content/themes/thrive-theme.old/architect/inc/views/elements/icon.php'),(21143,'wp-content/themes/thrive-theme.old/architect/inc/views/elements/image.php'),(21144,'wp-content/themes/thrive-theme.old/architect/inc/views/elements/lead_generation.php'),(21145,'wp-content/themes/thrive-theme.old/architect/inc/views/elements/menu.php'),(21146,'wp-content/themes/thrive-theme.old/architect/inc/views/elements/moretag.php'),(21147,'wp-content/themes/thrive-theme.old/architect/inc/views/elements/plaintext.php'),(21148,'wp-content/themes/thrive-theme.old/architect/inc/views/elements/postgrid.php'),(21149,'wp-content/themes/thrive-theme.old/architect/inc/views/elements/pricing_table.php'),(21150,'wp-content/themes/thrive-theme.old/architect/inc/views/elements/progressbar.php'),(21151,'wp-content/themes/thrive-theme.old/architect/inc/views/elements/responsivevideo.php'),(21152,'wp-content/themes/thrive-theme.old/architect/inc/views/elements/reveal.php'),(21153,'wp-content/themes/thrive-theme.old/architect/inc/views/elements/section-placeholder.php'),(21154,'wp-content/themes/thrive-theme.old/architect/inc/views/elements/section.php'),(21155,'wp-content/themes/thrive-theme.old/architect/inc/views/elements/symbol.php'),(21156,'wp-content/themes/thrive-theme.old/architect/inc/views/elements/table.php'),(21157,'wp-content/themes/thrive-theme.old/architect/inc/views/elements/tabs.php'),(21158,'wp-content/themes/thrive-theme.old/architect/inc/views/elements/text.php'),(21159,'wp-content/themes/thrive-theme.old/architect/inc/views/elements/toc.php'),(21160,'wp-content/themes/thrive-theme.old/architect/inc/views/elements/toggle.php'),(21161,'wp-content/themes/thrive-theme.old/architect/inc/views/elements/tweet.php'),(21162,'wp-content/themes/thrive-theme.old/architect/inc/views/elements/wordpress.php'),(21163,'wp-content/themes/thrive-theme.old/architect/inc/views/handle-login.php'),(21164,'wp-content/themes/thrive-theme.old/architect/inc/views/inner.php'),(21165,'wp-content/themes/thrive-theme.old/architect/inc/views/layouts/editor-lightbox.php'),(21166,'wp-content/themes/thrive-theme.old/architect/inc/views/layouts/editor.php'),(21167,'wp-content/themes/thrive-theme.old/architect/inc/views/loading-spinner.php'),(21168,'wp-content/themes/thrive-theme.old/architect/inc/views/modals/api-connections.php'),(21169,'wp-content/themes/thrive-theme.old/architect/inc/views/modals/cf-error-messages.php'),(21170,'wp-content/themes/thrive-theme.old/architect/inc/views/modals/cloud-templates.php'),(21171,'wp-content/themes/thrive-theme.old/architect/inc/views/modals/ct-symbols.php'),(21172,'wp-content/themes/thrive-theme.old/architect/inc/views/modals/custom-html.php'),(21173,'wp-content/themes/thrive-theme.old/architect/inc/views/modals/export-lp.php'),(21174,'wp-content/themes/thrive-theme.old/architect/inc/views/modals/headers.php'),(21175,'wp-content/themes/thrive-theme.old/architect/inc/views/modals/icons.php'),(21176,'wp-content/themes/thrive-theme.old/architect/inc/views/modals/lg-error-messages.php'),(21177,'wp-content/themes/thrive-theme.old/architect/inc/views/modals/lp-templates.php'),(21178,'wp-content/themes/thrive-theme.old/architect/inc/views/modals/no-content-templates.php'),(21179,'wp-content/themes/thrive-theme.old/architect/inc/views/modals/options-post-types.php'),(21180,'wp-content/themes/thrive-theme.old/architect/inc/views/modals/page-events.php'),(21181,'wp-content/themes/thrive-theme.old/architect/inc/views/modals/revision-manager.php'),(21182,'wp-content/themes/thrive-theme.old/architect/inc/views/modals/save-elements.php'),(21183,'wp-content/themes/thrive-theme.old/architect/inc/views/modals/save-template-lp.php'),(21184,'wp-content/themes/thrive-theme.old/architect/inc/views/modals/save-template.php'),(21185,'wp-content/themes/thrive-theme.old/architect/inc/views/modals/sections.php'),(21186,'wp-content/themes/thrive-theme.old/architect/inc/views/modals/symbols.php'),(21187,'wp-content/themes/thrive-theme.old/architect/inc/views/modals/wordpress-content.php'),(21188,'wp-content/themes/thrive-theme.old/architect/inc/views/modals.php'),(21189,'wp-content/themes/thrive-theme.old/architect/inc/views/sc-post-grid.php'),(21190,'wp-content/themes/thrive-theme.old/architect/inc/views/sidebar-settings.php'),(21191,'wp-content/themes/thrive-theme.old/architect/inc/views/sidebars/edit-mode.php'),(21192,'wp-content/themes/thrive-theme.old/architect/inc/views/sidebars/lead-generation.php'),(21193,'wp-content/themes/thrive-theme.old/architect/inc/views/sidebars/post-grid-edit-grid-options.php'),(21194,'wp-content/themes/thrive-theme.old/architect/inc/views/sidebars/table-edit-state.php'),(21195,'wp-content/themes/thrive-theme.old/architect/inc/views/sidebars/toggle-edit-state.php'),(21196,'wp-content/themes/thrive-theme.old/architect/inc/views/symbols/section-content.php'),(21197,'wp-content/themes/thrive-theme.old/architect/inc/views/symbols/symbol-body-close.php'),(21198,'wp-content/themes/thrive-theme.old/architect/inc/views/symbols/symbol-body-open.php'),(21199,'wp-content/themes/thrive-theme.old/architect/inc/views/symbols/symbol-content.php'),(21200,'wp-content/themes/thrive-theme.old/architect/inc/views/symbols/symbols-dashboard.php'),(21201,'wp-content/themes/thrive-theme.old/architect/inc/views/widget-form.php'),(21202,'wp-content/themes/thrive-theme.old/architect/landing-page/inc/TCB_Landing_Page_Transfer.php'),(21203,'wp-content/themes/thrive-theme.old/architect/landing-page/inc/class-tcb-landing-page.php'),(21204,'wp-content/themes/thrive-theme.old/architect/landing-page/layout.php'),(21205,'wp-content/themes/thrive-theme.old/architect/landing-page/templates/_config.php'),(21206,'wp-content/themes/thrive-theme.old/architect/plugin-core.php'),(21207,'wp-content/themes/thrive-theme.old/architect/thrive-visual-editor.php'),(21208,'wp-content/themes/thrive-theme.old/architect/tve_settings.php'),(21209,'wp-content/themes/thrive-theme.old/archive.php'),(21210,'wp-content/themes/thrive-theme.old/comments.php'),(21211,'wp-content/themes/thrive-theme.old/footer.php'),(21212,'wp-content/themes/thrive-theme.old/functions.php'),(21213,'wp-content/themes/thrive-theme.old/header.php'),(21214,'wp-content/themes/thrive-theme.old/home.php'),(21215,'wp-content/themes/thrive-theme.old/inc/assets/dist/admin.min.js'),(21216,'wp-content/themes/thrive-theme.old/inc/assets/dist/editor.min.js'),(21217,'wp-content/themes/thrive-theme.old/inc/assets/dist/frontend.min.js'),(21218,'wp-content/themes/thrive-theme.old/inc/assets/dist/main.min.js'),(21219,'wp-content/themes/thrive-theme.old/inc/assets/dist/typography.js'),(21220,'wp-content/themes/thrive-theme.old/inc/assets/dist/typography.min.js'),(21221,'wp-content/themes/thrive-theme.old/inc/assets/svg/dashboard.svg'),(21222,'wp-content/themes/thrive-theme.old/inc/assets/svg/editor-svgs.svg'),(21223,'wp-content/themes/thrive-theme.old/inc/assets/svg/loading.svg'),(21224,'wp-content/themes/thrive-theme.old/inc/assets/svg/logo_placeholder_dark.svg'),(21225,'wp-content/themes/thrive-theme.old/inc/assets/svg/logo_placeholder_light.svg'),(21226,'wp-content/themes/thrive-theme.old/inc/classes/class-thrive-comments.php'),(21227,'wp-content/themes/thrive-theme.old/inc/classes/class-thrive-content-switch.php'),(21228,'wp-content/themes/thrive-theme.old/inc/classes/class-thrive-noop.php'),(21229,'wp-content/themes/thrive-theme.old/inc/classes/class-thrive-setup.php'),(21230,'wp-content/themes/thrive-theme.old/inc/classes/class-thrive-shortcodes.php'),(21231,'wp-content/themes/thrive-theme.old/inc/classes/class-thrive-theme-transfer.php'),(21232,'wp-content/themes/thrive-theme.old/inc/classes/class-thrive-theme-update.php'),(21233,'wp-content/themes/thrive-theme.old/inc/classes/class-thrive-theme.php'),(21234,'wp-content/themes/thrive-theme.old/inc/classes/class-thrive-utils.php'),(21235,'wp-content/themes/thrive-theme.old/inc/classes/class-thrive-views.php'),(21236,'wp-content/themes/thrive-theme.old/inc/constants.php'),(21237,'wp-content/themes/thrive-theme.old/inc/templates/admin/meta-box.php'),(21238,'wp-content/themes/thrive-theme.old/inc/templates/admin/user-social-url.php'),(21239,'wp-content/themes/thrive-theme.old/inc/templates/backbone/dashboard/icon-menu.phtml'),(21240,'wp-content/themes/thrive-theme.old/inc/templates/backbone/dashboard/main/branding.phtml'),(21241,'wp-content/themes/thrive-theme.old/inc/templates/backbone/dashboard/main/templates/blank.phtml'),(21242,'wp-content/themes/thrive-theme.old/inc/templates/backbone/dashboard/main/templates/item.phtml'),(21243,'wp-content/themes/thrive-theme.old/inc/templates/backbone/dashboard/main/templates/list.phtml'),(21244,'wp-content/themes/thrive-theme.old/inc/templates/backbone/dashboard/main/typography/item.phtml'),(21245,'wp-content/themes/thrive-theme.old/inc/templates/backbone/dashboard/main/typography/main.phtml'),(21246,'wp-content/themes/thrive-theme.old/inc/templates/backbone/dashboard/main.phtml'),(21247,'wp-content/themes/thrive-theme.old/inc/templates/backbone/dashboard/modals/base.phtml'),(21248,'wp-content/themes/thrive-theme.old/inc/templates/backbone/dashboard/modals/templates/create.phtml'),(21249,'wp-content/themes/thrive-theme.old/inc/templates/backbone/dashboard/modals/templates/delete.phtml'),(21250,'wp-content/themes/thrive-theme.old/inc/templates/backbone/dashboard/modals/templates/full-reset.php'),(21251,'wp-content/themes/thrive-theme.old/inc/templates/backbone/dashboard/modals/templates/reset.php'),(21252,'wp-content/themes/thrive-theme.old/inc/templates/backbone/dashboard/modals/typography/delete.phtml'),(21253,'wp-content/themes/thrive-theme.old/inc/templates/backbone/dashboard/modals/typography/reset.php'),(21254,'wp-content/themes/thrive-theme.old/inc/templates/backbone/dashboard/sidebar/branding.phtml'),(21255,'wp-content/themes/thrive-theme.old/inc/templates/backbone/dashboard/sidebar/templates.phtml'),(21256,'wp-content/themes/thrive-theme.old/inc/templates/backbone/dashboard/sidebar/typography.phtml'),(21257,'wp-content/themes/thrive-theme.old/inc/templates/backbone/dashboard/utils/icon.phtml'),(21258,'wp-content/themes/thrive-theme.old/inc/templates/backbone/dashboard/utils/select.phtml'),(21259,'wp-content/themes/thrive-theme.old/inc/templates/parts/archive-description.php'),(21260,'wp-content/themes/thrive-theme.old/inc/templates/parts/author-box-element.php'),(21261,'wp-content/themes/thrive-theme.old/inc/templates/parts/content.php'),(21262,'wp-content/themes/thrive-theme.old/inc/templates/parts/dynamic-list.php'),(21263,'wp-content/themes/thrive-theme.old/inc/templates/parts/footer.php'),(21264,'wp-content/themes/thrive-theme.old/inc/templates/parts/header.php'),(21265,'wp-content/themes/thrive-theme.old/inc/templates/parts/meta-element.php');
INSERT INTO `wpbe_wfknownfilelist` VALUES (21266,'wp-content/themes/thrive-theme.old/inc/templates/parts/post-title.php'),(21267,'wp-content/themes/thrive-theme.old/inc/templates/parts/search-description.php'),(21268,'wp-content/themes/thrive-theme.old/inc/templates/parts/search-form.php'),(21269,'wp-content/themes/thrive-theme.old/inc/templates/parts/sidebar.php'),(21270,'wp-content/themes/thrive-theme.old/inc/templates/structure/404.php'),(21271,'wp-content/themes/thrive-theme.old/inc/templates/structure/archive.php'),(21272,'wp-content/themes/thrive-theme.old/inc/templates/structure/blog.php'),(21273,'wp-content/themes/thrive-theme.old/inc/templates/structure/body-close.php'),(21274,'wp-content/themes/thrive-theme.old/inc/templates/structure/body-open.php'),(21275,'wp-content/themes/thrive-theme.old/inc/templates/structure/page.php'),(21276,'wp-content/themes/thrive-theme.old/inc/templates/structure/post.php'),(21277,'wp-content/themes/thrive-theme.old/inc/templates/structure/search.php'),(21278,'wp-content/themes/thrive-theme.old/index.php'),(21279,'wp-content/themes/thrive-theme.old/integrations/architect/class-architect.php'),(21280,'wp-content/themes/thrive-theme.old/integrations/architect/classes/class-thrive-dynamic-list-helper.php'),(21281,'wp-content/themes/thrive-theme.old/integrations/architect/classes/class-thrive-logo.php'),(21282,'wp-content/themes/thrive-theme.old/integrations/architect/classes/class-thrive-pagination.php'),(21283,'wp-content/themes/thrive-theme.old/integrations/architect/classes/class-thrive-template.php'),(21284,'wp-content/themes/thrive-theme.old/integrations/architect/classes/class-thrive-theme-element-abstract.php'),(21285,'wp-content/themes/thrive-theme.old/integrations/architect/classes/elements/class-theme-calendar-widget-element.php'),(21286,'wp-content/themes/thrive-theme.old/integrations/architect/classes/elements/class-theme-comment-author-name.php'),(21287,'wp-content/themes/thrive-theme.old/integrations/architect/classes/elements/class-theme-comment-avatar.php'),(21288,'wp-content/themes/thrive-theme.old/integrations/architect/classes/elements/class-theme-comment-container.php'),(21289,'wp-content/themes/thrive-theme.old/integrations/architect/classes/elements/class-theme-comment-form-author-input.php'),(21290,'wp-content/themes/thrive-theme.old/integrations/architect/classes/elements/class-theme-comment-form-email-input.php'),(21291,'wp-content/themes/thrive-theme.old/integrations/architect/classes/elements/class-theme-comment-form-website-input.php'),(21292,'wp-content/themes/thrive-theme.old/integrations/architect/classes/elements/class-theme-comment-meta.php'),(21293,'wp-content/themes/thrive-theme.old/integrations/architect/classes/elements/class-theme-comment-reply-button.php'),(21294,'wp-content/themes/thrive-theme.old/integrations/architect/classes/elements/class-theme-comment-text.php'),(21295,'wp-content/themes/thrive-theme.old/integrations/architect/classes/elements/class-theme-comment-thread-container.php'),(21296,'wp-content/themes/thrive-theme.old/integrations/architect/classes/elements/class-theme-pagination-current.php'),(21297,'wp-content/themes/thrive-theme.old/integrations/architect/classes/elements/class-theme-pagination-dots.php'),(21298,'wp-content/themes/thrive-theme.old/integrations/architect/classes/elements/class-theme-pagination-item.php'),(21299,'wp-content/themes/thrive-theme.old/integrations/architect/classes/elements/class-thrive-archive-description-element.php'),(21300,'wp-content/themes/thrive-theme.old/integrations/architect/classes/elements/class-thrive-article-breadcrumb.php'),(21301,'wp-content/themes/thrive-theme.old/integrations/architect/classes/elements/class-thrive-article-element.php'),(21302,'wp-content/themes/thrive-theme.old/integrations/architect/classes/elements/class-thrive-author-bio-element.php'),(21303,'wp-content/themes/thrive-theme.old/integrations/architect/classes/elements/class-thrive-author-box-element.php'),(21304,'wp-content/themes/thrive-theme.old/integrations/architect/classes/elements/class-thrive-author-follow-element.php'),(21305,'wp-content/themes/thrive-theme.old/integrations/architect/classes/elements/class-thrive-author-picture-element.php'),(21306,'wp-content/themes/thrive-theme.old/integrations/architect/classes/elements/class-thrive-breadcrumb-leaf.php'),(21307,'wp-content/themes/thrive-theme.old/integrations/architect/classes/elements/class-thrive-breadcrumb-path.php'),(21308,'wp-content/themes/thrive-theme.old/integrations/architect/classes/elements/class-thrive-comment-form-element.php'),(21309,'wp-content/themes/thrive-theme.old/integrations/architect/classes/elements/class-thrive-comment-form-input-element.php'),(21310,'wp-content/themes/thrive-theme.old/integrations/architect/classes/elements/class-thrive-comment-form-submit-element.php'),(21311,'wp-content/themes/thrive-theme.old/integrations/architect/classes/elements/class-thrive-comment-list-element.php'),(21312,'wp-content/themes/thrive-theme.old/integrations/architect/classes/elements/class-thrive-comments-element.php'),(21313,'wp-content/themes/thrive-theme.old/integrations/architect/classes/elements/class-thrive-dynamic-list-icon-element.php'),(21314,'wp-content/themes/thrive-theme.old/integrations/architect/classes/elements/class-thrive-dynamic-list-item-element.php'),(21315,'wp-content/themes/thrive-theme.old/integrations/architect/classes/elements/class-thrive-dynamic-list-text-element.php'),(21316,'wp-content/themes/thrive-theme.old/integrations/architect/classes/elements/class-thrive-dynamic-styled-list.php'),(21317,'wp-content/themes/thrive-theme.old/integrations/architect/classes/elements/class-thrive-footer-element.php'),(21318,'wp-content/themes/thrive-theme.old/integrations/architect/classes/elements/class-thrive-header-element.php'),(21319,'wp-content/themes/thrive-theme.old/integrations/architect/classes/elements/class-thrive-logo-element.php'),(21320,'wp-content/themes/thrive-theme.old/integrations/architect/classes/elements/class-thrive-page-options-element.php'),(21321,'wp-content/themes/thrive-theme.old/integrations/architect/classes/elements/class-thrive-pagination-element.php'),(21322,'wp-content/themes/thrive-theme.old/integrations/architect/classes/elements/class-thrive-post-author-element.php'),(21323,'wp-content/themes/thrive-theme.old/integrations/architect/classes/elements/class-thrive-post-categories-element.php'),(21324,'wp-content/themes/thrive-theme.old/integrations/architect/classes/elements/class-thrive-post-content-element.php'),(21325,'wp-content/themes/thrive-theme.old/integrations/architect/classes/elements/class-thrive-post-date-element.php'),(21326,'wp-content/themes/thrive-theme.old/integrations/architect/classes/elements/class-thrive-post-list-element.php'),(21327,'wp-content/themes/thrive-theme.old/integrations/architect/classes/elements/class-thrive-post-meta-element.php'),(21328,'wp-content/themes/thrive-theme.old/integrations/architect/classes/elements/class-thrive-post-tags-element.php'),(21329,'wp-content/themes/thrive-theme.old/integrations/architect/classes/elements/class-thrive-post-thumbnail-element.php'),(21330,'wp-content/themes/thrive-theme.old/integrations/architect/classes/elements/class-thrive-post-title-element.php'),(21331,'wp-content/themes/thrive-theme.old/integrations/architect/classes/elements/class-thrive-read-more-element.php'),(21332,'wp-content/themes/thrive-theme.old/integrations/architect/classes/elements/class-thrive-search-element.php'),(21333,'wp-content/themes/thrive-theme.old/integrations/architect/classes/elements/class-thrive-search-input-element.php'),(21334,'wp-content/themes/thrive-theme.old/integrations/architect/classes/elements/class-thrive-search-submit-element.php'),(21335,'wp-content/themes/thrive-theme.old/integrations/architect/classes/elements/class-thrive-sidebar-element.php'),(21336,'wp-content/themes/thrive-theme.old/integrations/architect/classes/elements/class-thrive-theme-blog-list-element.php'),(21337,'wp-content/themes/thrive-theme.old/integrations/architect/classes/elements/class-thrive-widget-title-element.php'),(21338,'wp-content/themes/thrive-theme.old/integrations/architect/classes/endpoints/class-thrive-dynamic-list-rest.php'),(21339,'wp-content/themes/thrive-theme.old/integrations/architect/classes/endpoints/class-thrive-options-rest.php'),(21340,'wp-content/themes/thrive-theme.old/integrations/architect/classes/endpoints/class-thrive-post-list-rest.php'),(21341,'wp-content/themes/thrive-theme.old/integrations/architect/classes/endpoints/class-thrive-templates-rest.php'),(21342,'wp-content/themes/thrive-theme.old/integrations/architect/views/backbone/theme-editor/thrive_breadcrumb.phtml'),(21343,'wp-content/themes/thrive-theme.old/integrations/architect/views/backbone/theme-editor/thrive_comments.phtml'),(21344,'wp-content/themes/thrive-theme.old/integrations/architect/views/backbone/theme-main/content-switch/list-item-load-more.phtml'),(21345,'wp-content/themes/thrive-theme.old/integrations/architect/views/backbone/theme-main/content-switch/list-item.phtml'),(21346,'wp-content/themes/thrive-theme.old/integrations/architect/views/backbone/theme-main/content-switch/list-select-empty.phtml'),(21347,'wp-content/themes/thrive-theme.old/integrations/architect/views/backbone/theme-main/content-switch/main-archive.phtml'),(21348,'wp-content/themes/thrive-theme.old/integrations/architect/views/backbone/theme-main/content-switch/main-search.phtml'),(21349,'wp-content/themes/thrive-theme.old/integrations/architect/views/backbone/theme-main/content-switch/main.phtml'),(21350,'wp-content/themes/thrive-theme.old/integrations/architect/views/backbone/theme-main/dynamic-link.phtml'),(21351,'wp-content/themes/thrive-theme.old/integrations/architect/views/backbone/theme-main/extra-image.phtml'),(21352,'wp-content/themes/thrive-theme.old/integrations/architect/views/backbone/theme-main/icon-dynamic.phtml'),(21353,'wp-content/themes/thrive-theme.old/integrations/architect/views/backbone/theme-main/icon-search.phtml'),(21354,'wp-content/themes/thrive-theme.old/integrations/architect/views/backbone/theme-main/search-settings-checkboxes.phtml'),(21355,'wp-content/themes/thrive-theme.old/integrations/architect/views/backbone/theme-main/search-styles-templates.phtml'),(21356,'wp-content/themes/thrive-theme.old/integrations/architect/views/menu/breadcrumbs.php'),(21357,'wp-content/themes/thrive-theme.old/integrations/architect/views/menu/comment-form-input.php'),(21358,'wp-content/themes/thrive-theme.old/integrations/architect/views/menu/comment-form-submit.php'),(21359,'wp-content/themes/thrive-theme.old/integrations/architect/views/menu/comment-form.php'),(21360,'wp-content/themes/thrive-theme.old/integrations/architect/views/menu/dynamic-list.php'),(21361,'wp-content/themes/thrive-theme.old/integrations/architect/views/menu/entry-content.php'),(21362,'wp-content/themes/thrive-theme.old/integrations/architect/views/menu/header-options.php'),(21363,'wp-content/themes/thrive-theme.old/integrations/architect/views/menu/page-options.php'),(21364,'wp-content/themes/thrive-theme.old/integrations/architect/views/menu/pagination.php'),(21365,'wp-content/themes/thrive-theme.old/integrations/architect/views/menu/post-list.php'),(21366,'wp-content/themes/thrive-theme.old/integrations/architect/views/menu/search-input.php'),(21367,'wp-content/themes/thrive-theme.old/integrations/architect/views/menu/search-options.php'),(21368,'wp-content/themes/thrive-theme.old/integrations/architect/views/menu/theme-button.php'),(21369,'wp-content/themes/thrive-theme.old/integrations/architect/views/menu/theme-logo.php'),(21370,'wp-content/themes/thrive-theme.old/integrations/architect/views/menu/theme-menu.php'),(21371,'wp-content/themes/thrive-theme.old/integrations/dashboard/class-thrive-theme-dashboard.php'),(21372,'wp-content/themes/thrive-theme.old/integrations/dashboard/class-thrive-theme-product.php'),(21373,'wp-content/themes/thrive-theme.old/integrations/jetpack/jetpack.php'),(21374,'wp-content/themes/thrive-theme.old/integrations/typography/class-thrive-typography-element.php'),(21375,'wp-content/themes/thrive-theme.old/integrations/typography/class-thrive-typography-rest.php'),(21376,'wp-content/themes/thrive-theme.old/integrations/typography/class-thrive-typography.php'),(21377,'wp-content/themes/thrive-theme.old/integrations/typography/editor-layout.php'),(21378,'wp-content/themes/thrive-theme.old/integrations/woocommerce/init.php'),(21379,'wp-content/themes/thrive-theme.old/search.php'),(21380,'wp-content/themes/thrive-theme.old/sidebar.php'),(21381,'wp-content/themes/thrive-theme.old/singular.php'),(21382,'wp-content/themes/thrive-theme.old/thrive-dashboard/classes/AjaxController.php'),(21383,'wp-content/themes/thrive-theme.old/thrive-dashboard/classes/Product/Abstract.php'),(21384,'wp-content/themes/thrive-theme.old/thrive-dashboard/classes/Product/LicenseManager.php'),(21385,'wp-content/themes/thrive-theme.old/thrive-dashboard/css/font/dashboard-icons.svg'),(21386,'wp-content/themes/thrive-theme.old/thrive-dashboard/css/font/icomoon.svg'),(21387,'wp-content/themes/thrive-theme.old/thrive-dashboard/css/font/tvd-icons.svg'),(21388,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/_crawlers.php'),(21389,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/admin.php'),(21390,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/api_log.php'),(21391,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/classes/Connection/AWeber.php'),(21392,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/classes/Connection/Abstract.php'),(21393,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/classes/Connection/ActiveCampaign.php'),(21394,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/classes/Connection/ArpReach.php'),(21395,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/classes/Connection/Awsses.php'),(21396,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/classes/Connection/CampaignMonitor.php'),(21397,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/classes/Connection/CampaignMonitorEmail.php'),(21398,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/classes/Connection/ConstantContact.php'),(21399,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/classes/Connection/ConvertKit.php'),(21400,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/classes/Connection/Drip.php'),(21401,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/classes/Connection/Facebook.php'),(21402,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/classes/Connection/GetResponse.php'),(21403,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/classes/Connection/GoToWebinar.php'),(21404,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/classes/Connection/Google.php'),(21405,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/classes/Connection/HubSpot.php'),(21406,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/classes/Connection/Infusionsoft.php'),(21407,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/classes/Connection/KlickTipp.php'),(21408,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/classes/Connection/MadMimi.php'),(21409,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/classes/Connection/MailPoet.php'),(21410,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/classes/Connection/MailRelay.php'),(21411,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/classes/Connection/MailRelayEmail.php'),(21412,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/classes/Connection/Mailchimp.php'),(21413,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/classes/Connection/MailerLite.php'),(21414,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/classes/Connection/Mailgun.php'),(21415,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/classes/Connection/Mandrill.php'),(21416,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/classes/Connection/Mautic.php'),(21417,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/classes/Connection/Ontraport.php'),(21418,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/classes/Connection/Postmark.php'),(21419,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/classes/Connection/ReCaptcha.php'),(21420,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/classes/Connection/SGAutorepondeur.php'),(21421,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/classes/Connection/SendGrid.php'),(21422,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/classes/Connection/SendGridEmail.php'),(21423,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/classes/Connection/Sendinblue.php'),(21424,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/classes/Connection/SendinblueEmail.php'),(21425,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/classes/Connection/Sendreach.php'),(21426,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/classes/Connection/Sendy.php'),(21427,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/classes/Connection/SparkPost.php'),(21428,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/classes/Connection/Twitter.php'),(21429,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/classes/Connection/WebinarJamStudio.php'),(21430,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/classes/Connection/Wordpress.php'),(21431,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/classes/Connection/iContact.php'),(21432,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/classes/Editor/Controller.php'),(21433,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/classes/LogsTable.php'),(21434,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/classes/Manager.php'),(21435,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/Base.php'),(21436,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/Collection.php'),(21437,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/Entry.php'),(21438,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/EntryDataArray.php'),(21439,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/Http/Response.php'),(21440,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/Oauth/Adapter.php'),(21441,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/Oauth/Application.php'),(21442,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/Oauth/ServiceProvider.php'),(21443,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/Oauth/User.php'),(21444,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/Response.php'),(21445,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/ServiceProvider.php'),(21446,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber/exceptions.php'),(21447,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/AWeber.php'),(21448,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/ActiveCampaign/Exception.php'),(21449,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/ActiveCampaign.php'),(21450,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/ArpReach/ContactException/Exists.php'),(21451,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/ArpReach/Exception.php'),(21452,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/ArpReach.php'),(21453,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Awsses/Exception.php'),(21454,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Awsses/SimpleEmailServiceMessage.php'),(21455,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Awsses/SimpleEmailServiceRequest.php'),(21456,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Awsses.php'),(21457,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/CampaignMonitor/Administrators.php'),(21458,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/CampaignMonitor/Base.php'),(21459,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/CampaignMonitor/BaseSerialiser.php'),(21460,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/CampaignMonitor/BaseTransport.php'),(21461,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/CampaignMonitor/Campaigns.php'),(21462,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/CampaignMonitor/ClassicEmail.php'),(21463,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/CampaignMonitor/Clients.php'),(21464,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/CampaignMonitor/DoNothingSerialiser.php'),(21465,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/CampaignMonitor/Exception.php'),(21466,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/CampaignMonitor/Lists.php'),(21467,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/CampaignMonitor/Log.php'),(21468,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/CampaignMonitor/NativeJsonSerialiser.php'),(21469,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/CampaignMonitor/People.php'),(21470,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/CampaignMonitor/Result.php'),(21471,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/CampaignMonitor/Segments.php'),(21472,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/CampaignMonitor/ServicesJsonSerialiser.php'),(21473,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/CampaignMonitor/Services_JSON_Error.php'),(21474,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/CampaignMonitor/Services_Json.php'),(21475,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/CampaignMonitor/Subscribers.php'),(21476,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/CampaignMonitor/Templates.php'),(21477,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/CampaignMonitor/Transactional_SmartEmail.php'),(21478,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/CampaignMonitor/Transactional_Timeline.php'),(21479,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/CampaignMonitor/Transport.php'),(21480,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/CampaignMonitor.php'),(21481,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/ConstantContact/AlreadyExistException.php'),(21482,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/ConstantContact/Exception.php'),(21483,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/ConstantContact.php'),(21484,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/ConvertKit/Exception.php'),(21485,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/ConvertKit.php'),(21486,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/CustomHtml.php'),(21487,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Drip/Exception/Unsubscribed.php'),(21488,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Drip/Exception.php'),(21489,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Drip.php'),(21490,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Facebook/Base.php'),(21491,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Facebook/Exception/Exception.php'),(21492,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Facebook.php'),(21493,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/GetResponse/Exception.php'),(21494,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/GetResponse.php'),(21495,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/GetResponseV3.php'),(21496,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/GoToWebinar/Exception.php'),(21497,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/GoToWebinar.php'),(21498,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Html/Renderer.php'),(21499,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/HubSpot/Exception.php'),(21500,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/HubSpot.php'),(21501,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Infusionsoft/InfusionsoftException.php'),(21502,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Infusionsoft.php'),(21503,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/KlickTipp/Exception.php'),(21504,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/KlickTipp.php'),(21505,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/MadMimi/Exception.php'),(21506,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/MadMimi.php'),(21507,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/MailRelay/Exception.php'),(21508,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/MailRelay.php'),(21509,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Campaigns.php'),(21510,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Conversations.php'),(21511,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Ecomm.php'),(21512,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Exception.php'),(21513,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Folders.php'),(21514,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Gallery.php'),(21515,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Goal.php'),(21516,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Helper.php'),(21517,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Lists.php'),(21518,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Mobile.php'),(21519,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Neapolitan.php'),(21520,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Reports.php'),(21521,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Templates.php'),(21522,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Users.php'),(21523,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp/Vip.php'),(21524,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Mailchimp.php'),(21525,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/ApiAbstract.php'),(21526,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/ApiConstants.php'),(21527,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/Campaigns.php'),(21528,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/Fields.php'),(21529,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/Groups.php'),(21530,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/Lists.php'),(21531,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/MailerLiteSdkException.php'),(21532,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/Rest.php'),(21533,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/RestClient.php'),(21534,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite/Subscribers.php'),(21535,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/MailerLite.php'),(21536,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/Api.php'),(21537,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/BatchMessage.php'),(21538,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/ExceptionMessages.php'),(21539,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/GenericHTTPError.php'),(21540,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/InvalidCredentials.php'),(21541,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/InvalidParameter.php'),(21542,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/InvalidParameterType.php'),(21543,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/MessageBuilder.php'),(21544,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/MissingEndpoint.php'),(21545,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/MissingRequiredMIMEParameters.php'),(21546,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/MissingRequiredParameters.php'),(21547,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/NoDomainsConfigured.php'),(21548,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/OptInHandler.php'),(21549,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/RestClient.php'),(21550,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun/TooManyParameters.php'),(21551,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Mailgun.php'),(21552,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Exceptions.php'),(21553,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Exports.php'),(21554,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Inbound.php'),(21555,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Internal.php'),(21556,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Ips.php'),(21557,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Messages.php'),(21558,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Metadata.php'),(21559,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Rejects.php'),(21560,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Senders.php'),(21561,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Subaccounts.php'),(21562,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Tags.php'),(21563,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Template.php'),(21564,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Urls.php'),(21565,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Users.php'),(21566,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Webhooks.php'),(21567,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill/Whitelists.php'),(21568,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Mandrill.php'),(21569,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/ActionNotSupportedException.php'),(21570,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Api.php'),(21571,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/ApiAuth.php'),(21572,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Assets.php'),(21573,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/AuthInterface.php'),(21574,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Campaigns.php'),(21575,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Contacts.php'),(21576,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/ContextNotFoundException.php'),(21577,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Data.php'),(21578,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Emails.php'),(21579,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Forms.php'),(21580,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/IncorrectParametersReturnedException.php'),(21581,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Leads.php'),(21582,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Lists.php'),(21583,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/OAuth.php'),(21584,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Pages.php'),(21585,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/PointTriggers.php'),(21586,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Points.php'),(21587,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Reports.php'),(21588,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/Segments.php'),(21589,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic/UnexpectedResponseFormatException.php'),(21590,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Mautic.php'),(21591,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Ontraport/Exception.php'),(21592,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Ontraport.php'),(21593,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Postmark/AdminClient.php'),(21594,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Postmark/Attachment.php'),(21595,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Postmark/CaseInsensitiveArray.php'),(21596,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Postmark/ClientBase.php'),(21597,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Postmark/DynamicResponseModel.php'),(21598,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Postmark/Exception.php'),(21599,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Postmark.php'),(21600,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/SGAutorepondeur.php'),(21601,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/SendGrid/Client.php'),(21602,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/SendGrid/Exception.php'),(21603,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/SendGrid/Response.php'),(21604,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/SendGrid.php'),(21605,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/SendGridEmail/Client.php'),(21606,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/SendGridEmail/Email.php'),(21607,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/SendGridEmail/Exception.php'),(21608,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/SendGridEmail/Response.php'),(21609,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/SendGridEmail/api_keys.php'),(21610,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/SendGridEmail/asm_groups.php'),(21611,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/SendGridEmail/asm_suppressions.php'),(21612,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/SendGridEmail/global_stats.php'),(21613,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/SendGridEmail.php'),(21614,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/SendinBlue/Exception.php'),(21615,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Sendinblue.php'),(21616,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Campaigns.php'),(21617,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Client.php'),(21618,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Config.php'),(21619,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Countries.php'),(21620,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Customers.php'),(21621,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Exception.php'),(21622,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Json.php'),(21623,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/ListFields.php'),(21624,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/ListSegments.php'),(21625,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/ListSubscribers.php'),(21626,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Lists.php'),(21627,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Params.php'),(21628,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/ParamsIterator.php'),(21629,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Request.php'),(21630,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Response.php'),(21631,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/SendreachV2.php'),(21632,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/Templates.php'),(21633,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach/TransactionalEmails.php'),(21634,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Sendreach.php'),(21635,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Sendy/Exception.php'),(21636,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Sendy.php'),(21637,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/SparkPost/APIResource.php'),(21638,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/SparkPost/Connection.php'),(21639,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/SparkPost/Exception.php'),(21640,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/SparkPost.php'),(21641,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/Twitter.php'),(21642,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/WebinarJamStudio/Exception.php'),(21643,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/WebinarJamStudio.php'),(21644,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/iContact/Exception.php'),(21645,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/lib/vendor/iContact.php'),(21646,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/misc.php'),(21647,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/views/admin-error-logs.php'),(21648,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/views/admin-list.php'),(21649,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/views/admin-messages.php'),(21650,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/views/editor/add-api.php'),(21651,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/views/editor/add-custom-html.php'),(21652,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/views/editor/add.php'),(21653,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/views/editor/autoresponder-code-fields.php'),(21654,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/views/editor/captcha-settings.php'),(21655,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/views/editor/dashboard-api.php'),(21656,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/views/editor/dashboard-custom-html.php'),(21657,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/views/editor/dashboard.php'),(21658,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/views/editor/partials/api-lists.php'),(21659,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/views/editor/partials/api-select.php'),(21660,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/views/editor/partials/api-shortcodes.php'),(21661,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/views/error-log-entry.php'),(21662,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/views/js/admin-global.js'),(21663,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/views/js/admin-global.min.js'),(21664,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/views/js/admin-logs-list.js'),(21665,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/views/setup/activecampaign/forms-list.php'),(21666,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/views/setup/activecampaign.php'),(21667,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/views/setup/arpreach.php'),(21668,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/views/setup/aweber/tags.php'),(21669,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/views/setup/aweber.php'),(21670,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/views/setup/awsses.php'),(21671,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/views/setup/campaignmonitor.php'),(21672,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/views/setup/campaignmonitoremail.php'),(21673,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/views/setup/constant-contact.php'),(21674,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/views/setup/convertkit.php'),(21675,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/views/setup/drip/optin-type.php'),(21676,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/views/setup/drip/proprieties.php'),(21677,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/views/setup/drip/select-type.php'),(21678,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/views/setup/drip.php'),(21679,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/views/setup/facebook.php'),(21680,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/views/setup/get-response.php'),(21681,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/views/setup/getresponse/cycleday.php'),(21682,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/views/setup/google.php'),(21683,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/views/setup/gotowebinar.php'),(21684,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/views/setup/hubspot.php'),(21685,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/views/setup/iContact.php'),(21686,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/views/setup/infusionsoft.php'),(21687,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/views/setup/klicktipp/tags.php'),(21688,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/views/setup/klicktipp.php'),(21689,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/views/setup/madmimi.php'),(21690,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/views/setup/mailchimp/api-groups.php'),(21691,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/views/setup/mailchimp/optin-type.php'),(21692,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/views/setup/mailchimp.php'),(21693,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/views/setup/mailerlite.php'),(21694,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/views/setup/mailgun.php'),(21695,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/views/setup/mailpoet.php'),(21696,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/views/setup/mailrelay.php'),(21697,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/views/setup/mailrelayemail.php'),(21698,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/views/setup/mandrill.php'),(21699,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/views/setup/mautic.php'),(21700,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/views/setup/ontraport.php'),(21701,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/views/setup/postmark.php'),(21702,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/views/setup/recaptcha.php'),(21703,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/views/setup/sendgrid.php'),(21704,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/views/setup/sendgridemail.php'),(21705,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/views/setup/sendinblue.php'),(21706,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/views/setup/sendinblueemail.php'),(21707,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/views/setup/sendreach.php'),(21708,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/views/setup/sendy/note.php'),(21709,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/views/setup/sendy.php'),(21710,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/views/setup/sg-autorepondeur.php'),(21711,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/views/setup/sparkpost.php'),(21712,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/views/setup/twitter.php'),(21713,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/views/setup/webinarjamstudio.php'),(21714,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/auto-responder/views/setup/wordpress.php'),(21715,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/crons.php'),(21716,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/db-manager/class-td-db-manager.php'),(21717,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/db-manager/class-td-db-migration.php'),(21718,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/font-import-manager/classes/Tve_Dash_Font_Import_Manager.php'),(21719,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/font-import-manager/classes/Tve_Dash_Font_Import_Manager_Data.php'),(21720,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/font-import-manager/classes/Tve_Dash_Font_Import_Manager_View.php'),(21721,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/font-import-manager/views/form.php'),(21722,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/font-import-manager/views/js/manager.js'),(21723,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/font-import-manager/views/main.php'),(21724,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/font-import-manager/views/messages.php'),(21725,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/font-manager/font-manager.php'),(21726,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/font-manager/views/admin-font-manager.php'),(21727,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/font-manager/views/admin-font-options.php'),(21728,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/functions.php'),(21729,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/hooks.php'),(21730,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/icon-manager/classes/Tve_Dash_Thrive_Icon_Manager.php'),(21731,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/icon-manager/classes/Tve_Dash_Thrive_Icon_Manager_Data.php'),(21732,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/icon-manager/classes/Tve_Dash_Thrive_Icon_Manager_View.php'),(21733,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/icon-manager/views/form.php'),(21734,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/icon-manager/views/icons.php'),(21735,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/icon-manager/views/js/manager.js'),(21736,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/icon-manager/views/js/manager.min.js'),(21737,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/icon-manager/views/main.php'),(21738,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/icon-manager/views/messages.php'),(21739,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/notification-manager/assets/fonts/tvd-nm-icons.svg'),(21740,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/notification-manager/assets/js/admin/backbone/modals.js'),(21741,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/notification-manager/assets/js/admin/backbone/models.js'),(21742,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/notification-manager/assets/js/admin/backbone/routes.js'),(21743,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/notification-manager/assets/js/admin/backbone/util.js'),(21744,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/notification-manager/assets/js/admin/backbone/views.js'),(21745,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/notification-manager/assets/js/admin/backbone.js'),(21746,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/notification-manager/assets/js/admin/backbone.min.js'),(21747,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/notification-manager/assets/js/admin/wordpress_notification.js'),(21748,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/notification-manager/class-td-nm.php'),(21749,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/notification-manager/i18n.php'),(21750,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/notification-manager/includes/actions/class-nm-action-abstract.php'),(21751,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/notification-manager/includes/actions/class-nm-action-custom-script.php'),(21752,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/notification-manager/includes/actions/class-nm-action-send-email-notification.php'),(21753,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/notification-manager/includes/actions/class-nm-action-wordpress-notification.php'),(21754,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/notification-manager/includes/admin/class-td-nm-admin-ajax-controller.php'),(21755,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/notification-manager/includes/admin/class-td-nm-admin.php'),(21756,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/action-type-box.phtml'),(21757,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/actions/settings/custom-script.phtml'),(21758,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/actions/settings/send-email-notification.phtml'),(21759,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/actions/settings/wordpress-notification.phtml'),(21760,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/breadcrumbs.phtml'),(21761,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/dashboard.phtml'),(21762,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/header.phtml'),(21763,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/messages/form.phtml'),(21764,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/messages/shortcodes/item.phtml'),(21765,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/modals/add-action.phtml'),(21766,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/modals/create-notification.phtml'),(21767,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/modals/delete-confirmation.phtml'),(21768,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/modals/edit-action.phtml'),(21769,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/modals/edit-trigger.phtml'),(21770,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/modals/email-services.phtml'),(21771,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/modals/notification-summary.phtml'),(21772,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/new-button.phtml'),(21773,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/notifications/item.phtml'),(21774,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/options/action-buttons.phtml'),(21775,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/options/checkbox.phtml'),(21776,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/options/input-multiple.phtml'),(21777,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/options/input.phtml'),(21778,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/options/option.phtml'),(21779,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/options/recipient.phtml'),(21780,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/services/item.phtml'),(21781,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/services/thumb-item.phtml'),(21782,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/summaries/item.phtml'),(21783,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/summaries/items/action.phtml'),(21784,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/summaries/items/actions/custom-script.phtml'),(21785,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/summaries/items/actions/send-email-notification.phtml'),(21786,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/summaries/items/actions/wordpress-notification.phtml'),(21787,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/summaries/items/notification.phtml'),(21788,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/summaries/items/trigger.phtml'),(21789,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/trigger-type-box.phtml'),(21790,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/triggers/settings/email-sign-up.phtml'),(21791,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/triggers/settings/quiz-completion.phtml'),(21792,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/triggers/settings/split-test-ends.phtml'),(21793,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/triggers/settings/testimonial-submitted.phtml'),(21794,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/notification-manager/includes/admin/views/backbone/unavailable.phtml'),(21795,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/notification-manager/includes/class-td-nm-ajax.php'),(21796,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/notification-manager/includes/class-td-nm-checker.php'),(21797,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/notification-manager/includes/class-td-nm-data.php'),(21798,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/notification-manager/includes/class-td-nm-post-types.php'),(21799,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/notification-manager/includes/td-nm-core-functions.php'),(21800,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/notification-manager/includes/td-nm-data-functions.php'),(21801,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/notification-manager/includes/triggers/class-nm-trigger-abstract.php'),(21802,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/notification-manager/includes/triggers/class-nm-trigger-email-sign-up.php'),(21803,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/notification-manager/includes/triggers/class-nm-trigger-factory.php'),(21804,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/notification-manager/includes/triggers/class-nm-trigger-quiz-completion.php'),(21805,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/notification-manager/includes/triggers/class-nm-trigger-split-test-ends.php'),(21806,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/notification-manager/includes/triggers/class-nm-trigger-testimonial-submitted.php'),(21807,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/plugin-updates/debug-bar-panel.php'),(21808,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/plugin-updates/debug-bar-plugin.php'),(21809,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/plugin-updates/js/debug-bar.js'),(21810,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/plugin-updates/plugin-update-checker.php'),(21811,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/script-manager/assets/js/admin/models.js'),(21812,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/script-manager/assets/js/admin/routes.js'),(21813,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/script-manager/assets/js/admin/views.js'),(21814,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/script-manager/assets/js/dist/admin.js'),(21815,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/script-manager/assets/js/dist/admin.min.js'),(21816,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/script-manager/assets/js/utils.js'),(21817,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/script-manager/class-tvd-sm-constants.php'),(21818,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/script-manager/class-tvd-sm.php'),(21819,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/script-manager/includes/admin/classes/class-tvd-sm-admin-helper.php'),(21820,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/script-manager/includes/admin/classes/class-tvd-sm-admin.php'),(21821,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/script-manager/includes/admin/classes/class-tvd-sm-rest-scripts-controller.php'),(21822,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/script-manager/includes/admin/views/dashboard.php'),(21823,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/script-manager/includes/admin/views/templates/breadcrumbs.phtml'),(21824,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/script-manager/includes/admin/views/templates/dashboard.phtml'),(21825,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/script-manager/includes/admin/views/templates/header.phtml'),(21826,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/script-manager/includes/admin/views/templates/modal-add-edit-script.phtml'),(21827,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/script-manager/includes/admin/views/templates/modal-delete-page-level-scripts.phtml'),(21828,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/script-manager/includes/admin/views/templates/modal-delete-script.phtml'),(21829,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/script-manager/includes/admin/views/templates/script-item.phtml'),(21830,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/script-manager/includes/frontend/classes/class-tvd-sm-frontend.php'),(21831,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/script-manager/includes/i18n.php'),(21832,'wp-content/themes/thrive-theme.old/thrive-dashboard/inc/util.php'),(21833,'wp-content/themes/thrive-theme.old/thrive-dashboard/js/dist/frontend.js'),(21834,'wp-content/themes/thrive-theme.old/thrive-dashboard/js/dist/frontend.min.js'),(21835,'wp-content/themes/thrive-theme.old/thrive-dashboard/js/dist/global.min.js'),(21836,'wp-content/themes/thrive-theme.old/thrive-dashboard/js/dist/hammer.min.js'),(21837,'wp-content/themes/thrive-theme.old/thrive-dashboard/js/dist/leanmodal.min.js'),(21838,'wp-content/themes/thrive-theme.old/thrive-dashboard/js/dist/select2.min.js'),(21839,'wp-content/themes/thrive-theme.old/thrive-dashboard/js/dist/toasts.min.js'),(21840,'wp-content/themes/thrive-theme.old/thrive-dashboard/js/dist/tooltip.min.js'),(21841,'wp-content/themes/thrive-theme.old/thrive-dashboard/js/dist/tve-dash.js'),(21842,'wp-content/themes/thrive-theme.old/thrive-dashboard/js/dist/tve-dash.min.js'),(21843,'wp-content/themes/thrive-theme.old/thrive-dashboard/js/dist/velocity.min.js'),(21844,'wp-content/themes/thrive-theme.old/thrive-dashboard/js/frontend.js'),(21845,'wp-content/themes/thrive-theme.old/thrive-dashboard/js/util/highcharts/highcharts-3d.js'),(21846,'wp-content/themes/thrive-theme.old/thrive-dashboard/js/util/highcharts/highcharts-more.js'),(21847,'wp-content/themes/thrive-theme.old/thrive-dashboard/js/util/highcharts/highcharts.js'),(21848,'wp-content/themes/thrive-theme.old/thrive-dashboard/js/util/jquery.zclip.1.1.1/jquery.zclip.js'),(21849,'wp-content/themes/thrive-theme.old/thrive-dashboard/js/util/jquery.zclip.1.1.1/jquery.zclip.min.js'),(21850,'wp-content/themes/thrive-theme.old/thrive-dashboard/js/util/util.js'),(21851,'wp-content/themes/thrive-theme.old/thrive-dashboard/js/util/views.js'),(21852,'wp-content/themes/thrive-theme.old/thrive-dashboard/templates/affiliate-modal.phtml'),(21853,'wp-content/themes/thrive-theme.old/thrive-dashboard/templates/backbone/modal-loader.phtml'),(21854,'wp-content/themes/thrive-theme.old/thrive-dashboard/templates/backbone/page-loader.phtml'),(21855,'wp-content/themes/thrive-theme.old/thrive-dashboard/templates/backbone/support-token.phtml'),(21856,'wp-content/themes/thrive-theme.old/thrive-dashboard/templates/header.phtml'),(21857,'wp-content/themes/thrive-theme.old/thrive-dashboard/templates/product/activated.phtml'),(21858,'wp-content/themes/thrive-theme.old/thrive-dashboard/templates/product/error.phtml'),(21859,'wp-content/themes/thrive-theme.old/thrive-dashboard/templates/product/inactive.phtml'),(21860,'wp-content/themes/thrive-theme.old/thrive-dashboard/templates/sections/dashboard.phtml'),(21861,'wp-content/themes/thrive-theme.old/thrive-dashboard/templates/sections/license_manager.phtml'),(21862,'wp-content/themes/thrive-theme.old/thrive-dashboard/templates/settings/general_settings.phtml'),(21863,'wp-content/themes/thrive-theme.old/thrive-dashboard/templates/settings/reset.phtml'),(21864,'wp-content/themes/thrive-theme.old/thrive-dashboard/templates/settings/text_setting_row.phtml'),(21865,'wp-content/themes/thrive-theme.old/thrive-dashboard/templates/share.phtml'),(21866,'wp-content/themes/thrive-theme.old/thrive-dashboard/templates/ui.phtml'),(21867,'wp-content/themes/thrive-theme.old/thrive-dashboard/thrive-dashboard.php'),(21868,'wp-content/themes/thrive-theme.old/thrive-dashboard/version.php'),(21869,'wp-content/themes/twentytwenty/404.php'),(21870,'wp-content/themes/twentytwenty/assets/css/editor-style-block-rtl.css'),(21871,'wp-content/themes/twentytwenty/assets/css/editor-style-block.css'),(21872,'wp-content/themes/twentytwenty/assets/css/editor-style-classic-rtl.css'),(21873,'wp-content/themes/twentytwenty/assets/css/editor-style-classic.css'),(21874,'wp-content/themes/twentytwenty/assets/fonts/inter/Inter-italic-var.woff2'),(21875,'wp-content/themes/twentytwenty/assets/fonts/inter/Inter-upright-var.woff2'),(21876,'wp-content/themes/twentytwenty/assets/images/2020-landscape-1.png'),(21877,'wp-content/themes/twentytwenty/assets/images/2020-landscape-2.png'),(21878,'wp-content/themes/twentytwenty/assets/images/2020-square-1.png'),(21879,'wp-content/themes/twentytwenty/assets/images/2020-square-2.png'),(21880,'wp-content/themes/twentytwenty/assets/images/2020-three-quarters-1.png'),(21881,'wp-content/themes/twentytwenty/assets/images/2020-three-quarters-2.png'),(21882,'wp-content/themes/twentytwenty/assets/images/2020-three-quarters-3.png'),(21883,'wp-content/themes/twentytwenty/assets/images/2020-three-quarters-4.png'),(21884,'wp-content/themes/twentytwenty/assets/js/color-calculations.js'),(21885,'wp-content/themes/twentytwenty/assets/js/customize-controls.js'),(21886,'wp-content/themes/twentytwenty/assets/js/customize-preview.js'),(21887,'wp-content/themes/twentytwenty/assets/js/customize.js'),(21888,'wp-content/themes/twentytwenty/assets/js/editor-script-block.js'),(21889,'wp-content/themes/twentytwenty/assets/js/index.js'),(21890,'wp-content/themes/twentytwenty/assets/js/skip-link-focus-fix.js'),(21891,'wp-content/themes/twentytwenty/classes/class-twentytwenty-customize.php'),(21892,'wp-content/themes/twentytwenty/classes/class-twentytwenty-non-latin-languages.php'),(21893,'wp-content/themes/twentytwenty/classes/class-twentytwenty-script-loader.php'),(21894,'wp-content/themes/twentytwenty/classes/class-twentytwenty-separator-control.php'),(21895,'wp-content/themes/twentytwenty/classes/class-twentytwenty-svg-icons.php'),(21896,'wp-content/themes/twentytwenty/classes/class-twentytwenty-walker-comment.php'),(21897,'wp-content/themes/twentytwenty/classes/class-twentytwenty-walker-page.php'),(21898,'wp-content/themes/twentytwenty/comments.php'),(21899,'wp-content/themes/twentytwenty/footer.php'),(21900,'wp-content/themes/twentytwenty/functions.php'),(21901,'wp-content/themes/twentytwenty/header.php'),(21902,'wp-content/themes/twentytwenty/inc/custom-css.php'),(21903,'wp-content/themes/twentytwenty/inc/starter-content.php'),(21904,'wp-content/themes/twentytwenty/inc/svg-icons.php'),(21905,'wp-content/themes/twentytwenty/inc/template-tags.php'),(21906,'wp-content/themes/twentytwenty/index.php'),(21907,'wp-content/themes/twentytwenty/print.css'),(21908,'wp-content/themes/twentytwenty/readme.txt'),(21909,'wp-content/themes/twentytwenty/screenshot.png'),(21910,'wp-content/themes/twentytwenty/searchform.php'),(21911,'wp-content/themes/twentytwenty/singular.php'),(21912,'wp-content/themes/twentytwenty/style-rtl.css'),(21913,'wp-content/themes/twentytwenty/style.css'),(21914,'wp-content/themes/twentytwenty/template-parts/content-cover.php'),(21915,'wp-content/themes/twentytwenty/template-parts/content.php'),(21916,'wp-content/themes/twentytwenty/template-parts/entry-author-bio.php'),(21917,'wp-content/themes/twentytwenty/template-parts/entry-header.php'),(21918,'wp-content/themes/twentytwenty/template-parts/featured-image.php'),(21919,'wp-content/themes/twentytwenty/template-parts/footer-menus-widgets.php'),(21920,'wp-content/themes/twentytwenty/template-parts/modal-menu.php'),(21921,'wp-content/themes/twentytwenty/template-parts/modal-search.php'),(21922,'wp-content/themes/twentytwenty/template-parts/navigation.php'),(21923,'wp-content/themes/twentytwenty/template-parts/pagination.php'),(21924,'wp-content/themes/twentytwenty/templates/template-cover.php'),(21925,'wp-content/themes/twentytwenty/templates/template-full-width.php'),(21926,'wp-content/uploads/2018/06/Tattered-FlagA.svg'),(21927,'wp-content/uploads/2018/06/Tattered-FlagBravoWhite.svg'),(21928,'wp-content/uploads/astra/index.php'),(21929,'wp-content/uploads/astra-addon/astra-addon-5da71587693990-62368845.js'),(21930,'wp-content/uploads/astra-sites/index.html'),(21931,'wp-content/uploads/wc-logs/index.html'),(21932,'wp-content/uploads/woocommerce_uploads/index.html'),(21933,'wp-content/w3tc-config/index.html'),(21934,'wp-content/w3tc-config/master.php'),(21935,'wp-content/wflogs/attack-data.php'),(21936,'wp-content/wflogs/config-livewaf.php'),(21937,'wp-content/wflogs/config-synced.php'),(21938,'wp-content/wflogs/config-transient.php'),(21939,'wp-content/wflogs/config.php'),(21940,'wp-content/wflogs/ips.php'),(21941,'wp-content/wflogs/rules.php'),(21942,'wp-content/wflogs/template.php'),(21943,'wp-cron.php'),(21944,'wp-includes/ID3/getid3.lib.php'),(21945,'wp-includes/ID3/getid3.php'),(21946,'wp-includes/ID3/license.commercial.txt'),(21947,'wp-includes/ID3/license.txt'),(21948,'wp-includes/ID3/module.audio-video.asf.php'),(21949,'wp-includes/ID3/module.audio-video.flv.php'),(21950,'wp-includes/ID3/module.audio-video.matroska.php'),(21951,'wp-includes/ID3/module.audio-video.quicktime.php'),(21952,'wp-includes/ID3/module.audio-video.riff.php'),(21953,'wp-includes/ID3/module.audio.ac3.php'),(21954,'wp-includes/ID3/module.audio.dts.php'),(21955,'wp-includes/ID3/module.audio.flac.php'),(21956,'wp-includes/ID3/module.audio.mp3.php'),(21957,'wp-includes/ID3/module.audio.ogg.php'),(21958,'wp-includes/ID3/module.tag.apetag.php'),(21959,'wp-includes/ID3/module.tag.id3v1.php'),(21960,'wp-includes/ID3/module.tag.id3v2.php'),(21961,'wp-includes/ID3/module.tag.lyrics3.php'),(21962,'wp-includes/ID3/readme.txt'),(21963,'wp-includes/IXR/class-IXR-base64.php'),(21964,'wp-includes/IXR/class-IXR-client.php'),(21965,'wp-includes/IXR/class-IXR-clientmulticall.php'),(21966,'wp-includes/IXR/class-IXR-date.php'),(21967,'wp-includes/IXR/class-IXR-error.php'),(21968,'wp-includes/IXR/class-IXR-introspectionserver.php'),(21969,'wp-includes/IXR/class-IXR-message.php'),(21970,'wp-includes/IXR/class-IXR-request.php'),(21971,'wp-includes/IXR/class-IXR-server.php'),(21972,'wp-includes/IXR/class-IXR-value.php'),(21973,'wp-includes/Requests/Auth/Basic.php'),(21974,'wp-includes/Requests/Auth.php'),(21975,'wp-includes/Requests/Cookie/Jar.php'),(21976,'wp-includes/Requests/Cookie.php'),(21977,'wp-includes/Requests/Exception/HTTP/304.php'),(21978,'wp-includes/Requests/Exception/HTTP/305.php'),(21979,'wp-includes/Requests/Exception/HTTP/306.php'),(21980,'wp-includes/Requests/Exception/HTTP/400.php'),(21981,'wp-includes/Requests/Exception/HTTP/401.php'),(21982,'wp-includes/Requests/Exception/HTTP/402.php'),(21983,'wp-includes/Requests/Exception/HTTP/403.php'),(21984,'wp-includes/Requests/Exception/HTTP/404.php'),(21985,'wp-includes/Requests/Exception/HTTP/405.php'),(21986,'wp-includes/Requests/Exception/HTTP/406.php'),(21987,'wp-includes/Requests/Exception/HTTP/407.php'),(21988,'wp-includes/Requests/Exception/HTTP/408.php'),(21989,'wp-includes/Requests/Exception/HTTP/409.php'),(21990,'wp-includes/Requests/Exception/HTTP/410.php'),(21991,'wp-includes/Requests/Exception/HTTP/411.php'),(21992,'wp-includes/Requests/Exception/HTTP/412.php'),(21993,'wp-includes/Requests/Exception/HTTP/413.php'),(21994,'wp-includes/Requests/Exception/HTTP/414.php'),(21995,'wp-includes/Requests/Exception/HTTP/415.php'),(21996,'wp-includes/Requests/Exception/HTTP/416.php'),(21997,'wp-includes/Requests/Exception/HTTP/417.php'),(21998,'wp-includes/Requests/Exception/HTTP/418.php'),(21999,'wp-includes/Requests/Exception/HTTP/428.php'),(22000,'wp-includes/Requests/Exception/HTTP/429.php'),(22001,'wp-includes/Requests/Exception/HTTP/431.php'),(22002,'wp-includes/Requests/Exception/HTTP/500.php'),(22003,'wp-includes/Requests/Exception/HTTP/501.php'),(22004,'wp-includes/Requests/Exception/HTTP/502.php'),(22005,'wp-includes/Requests/Exception/HTTP/503.php'),(22006,'wp-includes/Requests/Exception/HTTP/504.php'),(22007,'wp-includes/Requests/Exception/HTTP/505.php'),(22008,'wp-includes/Requests/Exception/HTTP/511.php'),(22009,'wp-includes/Requests/Exception/HTTP/Unknown.php'),(22010,'wp-includes/Requests/Exception/HTTP.php'),(22011,'wp-includes/Requests/Exception/Transport/cURL.php'),(22012,'wp-includes/Requests/Exception/Transport.php'),(22013,'wp-includes/Requests/Exception.php'),(22014,'wp-includes/Requests/Hooker.php'),(22015,'wp-includes/Requests/Hooks.php'),(22016,'wp-includes/Requests/IDNAEncoder.php'),(22017,'wp-includes/Requests/IPv6.php'),(22018,'wp-includes/Requests/IRI.php'),(22019,'wp-includes/Requests/Proxy/HTTP.php'),(22020,'wp-includes/Requests/Proxy.php'),(22021,'wp-includes/Requests/Response/Headers.php'),(22022,'wp-includes/Requests/Response.php'),(22023,'wp-includes/Requests/SSL.php'),(22024,'wp-includes/Requests/Session.php'),(22025,'wp-includes/Requests/Transport/cURL.php'),(22026,'wp-includes/Requests/Transport/fsockopen.php'),(22027,'wp-includes/Requests/Transport.php'),(22028,'wp-includes/Requests/Utility/CaseInsensitiveDictionary.php'),(22029,'wp-includes/Requests/Utility/FilteredIterator.php'),(22030,'wp-includes/SimplePie/Author.php'),(22031,'wp-includes/SimplePie/Cache/Base.php'),(22032,'wp-includes/SimplePie/Cache/DB.php'),(22033,'wp-includes/SimplePie/Cache/File.php'),(22034,'wp-includes/SimplePie/Cache/Memcache.php'),(22035,'wp-includes/SimplePie/Cache/MySQL.php'),(22036,'wp-includes/SimplePie/Cache.php'),(22037,'wp-includes/SimplePie/Caption.php'),(22038,'wp-includes/SimplePie/Category.php'),(22039,'wp-includes/SimplePie/Content/Type/Sniffer.php'),(22040,'wp-includes/SimplePie/Copyright.php'),(22041,'wp-includes/SimplePie/Core.php'),(22042,'wp-includes/SimplePie/Credit.php'),(22043,'wp-includes/SimplePie/Decode/HTML/Entities.php'),(22044,'wp-includes/SimplePie/Enclosure.php'),(22045,'wp-includes/SimplePie/Exception.php'),(22046,'wp-includes/SimplePie/File.php'),(22047,'wp-includes/SimplePie/HTTP/Parser.php'),(22048,'wp-includes/SimplePie/IRI.php'),(22049,'wp-includes/SimplePie/Item.php'),(22050,'wp-includes/SimplePie/Locator.php'),(22051,'wp-includes/SimplePie/Misc.php'),(22052,'wp-includes/SimplePie/Net/IPv6.php'),(22053,'wp-includes/SimplePie/Parse/Date.php'),(22054,'wp-includes/SimplePie/Parser.php'),(22055,'wp-includes/SimplePie/Rating.php'),(22056,'wp-includes/SimplePie/Registry.php'),(22057,'wp-includes/SimplePie/Restriction.php'),(22058,'wp-includes/SimplePie/Sanitize.php'),(22059,'wp-includes/SimplePie/Source.php'),(22060,'wp-includes/SimplePie/XML/Declaration/Parser.php'),(22061,'wp-includes/SimplePie/gzdecode.php'),(22062,'wp-includes/Text/Diff/Engine/native.php'),(22063,'wp-includes/Text/Diff/Engine/shell.php'),(22064,'wp-includes/Text/Diff/Engine/string.php'),(22065,'wp-includes/Text/Diff/Engine/xdiff.php'),(22066,'wp-includes/Text/Diff/Renderer/inline.php'),(22067,'wp-includes/Text/Diff/Renderer.php'),(22068,'wp-includes/Text/Diff.php'),(22069,'wp-includes/admin-bar.php'),(22070,'wp-includes/atomlib.php'),(22071,'wp-includes/author-template.php'),(22072,'wp-includes/blocks/archives.php'),(22073,'wp-includes/blocks/block.php'),(22074,'wp-includes/blocks/calendar.php'),(22075,'wp-includes/blocks/categories.php'),(22076,'wp-includes/blocks/latest-comments.php'),(22077,'wp-includes/blocks/latest-posts.php'),(22078,'wp-includes/blocks/rss.php'),(22079,'wp-includes/blocks/search.php'),(22080,'wp-includes/blocks/shortcode.php'),(22081,'wp-includes/blocks/tag-cloud.php'),(22082,'wp-includes/blocks.php'),(22083,'wp-includes/bookmark-template.php'),(22084,'wp-includes/bookmark.php'),(22085,'wp-includes/cache.php'),(22086,'wp-includes/canonical.php'),(22087,'wp-includes/capabilities.php'),(22088,'wp-includes/category-template.php'),(22089,'wp-includes/category.php'),(22090,'wp-includes/certificates/ca-bundle.crt'),(22091,'wp-includes/class-IXR.php'),(22092,'wp-includes/class-feed.php'),(22093,'wp-includes/class-http.php'),(22094,'wp-includes/class-json.php'),(22095,'wp-includes/class-oembed.php'),(22096,'wp-includes/class-phpass.php'),(22097,'wp-includes/class-phpmailer.php'),(22098,'wp-includes/class-pop3.php'),(22099,'wp-includes/class-requests.php'),(22100,'wp-includes/class-simplepie.php'),(22101,'wp-includes/class-smtp.php'),(22102,'wp-includes/class-snoopy.php'),(22103,'wp-includes/class-walker-category-dropdown.php'),(22104,'wp-includes/class-walker-category.php'),(22105,'wp-includes/class-walker-comment.php'),(22106,'wp-includes/class-walker-nav-menu.php'),(22107,'wp-includes/class-walker-page-dropdown.php'),(22108,'wp-includes/class-walker-page.php'),(22109,'wp-includes/class-wp-admin-bar.php'),(22110,'wp-includes/class-wp-ajax-response.php'),(22111,'wp-includes/class-wp-block-parser.php'),(22112,'wp-includes/class-wp-block-styles-registry.php'),(22113,'wp-includes/class-wp-block-type-registry.php'),(22114,'wp-includes/class-wp-block-type.php'),(22115,'wp-includes/class-wp-comment-query.php'),(22116,'wp-includes/class-wp-comment.php'),(22117,'wp-includes/class-wp-customize-control.php'),(22118,'wp-includes/class-wp-customize-manager.php'),(22119,'wp-includes/class-wp-customize-nav-menus.php'),(22120,'wp-includes/class-wp-customize-panel.php'),(22121,'wp-includes/class-wp-customize-section.php'),(22122,'wp-includes/class-wp-customize-setting.php'),(22123,'wp-includes/class-wp-customize-widgets.php'),(22124,'wp-includes/class-wp-date-query.php'),(22125,'wp-includes/class-wp-dependency.php'),(22126,'wp-includes/class-wp-editor.php'),(22127,'wp-includes/class-wp-embed.php'),(22128,'wp-includes/class-wp-error.php'),(22129,'wp-includes/class-wp-fatal-error-handler.php'),(22130,'wp-includes/class-wp-feed-cache-transient.php'),(22131,'wp-includes/class-wp-feed-cache.php'),(22132,'wp-includes/class-wp-hook.php'),(22133,'wp-includes/class-wp-http-cookie.php'),(22134,'wp-includes/class-wp-http-curl.php'),(22135,'wp-includes/class-wp-http-encoding.php'),(22136,'wp-includes/class-wp-http-ixr-client.php'),(22137,'wp-includes/class-wp-http-proxy.php'),(22138,'wp-includes/class-wp-http-requests-hooks.php'),(22139,'wp-includes/class-wp-http-requests-response.php'),(22140,'wp-includes/class-wp-http-response.php'),(22141,'wp-includes/class-wp-http-streams.php'),(22142,'wp-includes/class-wp-image-editor-gd.php'),(22143,'wp-includes/class-wp-image-editor-imagick.php'),(22144,'wp-includes/class-wp-image-editor.php'),(22145,'wp-includes/class-wp-list-util.php'),(22146,'wp-includes/class-wp-locale-switcher.php'),(22147,'wp-includes/class-wp-locale.php'),(22148,'wp-includes/class-wp-matchesmapregex.php'),(22149,'wp-includes/class-wp-meta-query.php'),(22150,'wp-includes/class-wp-metadata-lazyloader.php'),(22151,'wp-includes/class-wp-network-query.php'),(22152,'wp-includes/class-wp-network.php'),(22153,'wp-includes/class-wp-oembed-controller.php'),(22154,'wp-includes/class-wp-oembed.php'),(22155,'wp-includes/class-wp-paused-extensions-storage.php'),(22156,'wp-includes/class-wp-post-type.php'),(22157,'wp-includes/class-wp-post.php'),(22158,'wp-includes/class-wp-query.php'),(22159,'wp-includes/class-wp-recovery-mode-cookie-service.php'),(22160,'wp-includes/class-wp-recovery-mode-email-service.php'),(22161,'wp-includes/class-wp-recovery-mode-key-service.php'),(22162,'wp-includes/class-wp-recovery-mode-link-service.php'),(22163,'wp-includes/class-wp-recovery-mode.php'),(22164,'wp-includes/class-wp-rewrite.php'),(22165,'wp-includes/class-wp-role.php'),(22166,'wp-includes/class-wp-roles.php'),(22167,'wp-includes/class-wp-session-tokens.php'),(22168,'wp-includes/class-wp-simplepie-file.php'),(22169,'wp-includes/class-wp-simplepie-sanitize-kses.php'),(22170,'wp-includes/class-wp-site-query.php'),(22171,'wp-includes/class-wp-site.php'),(22172,'wp-includes/class-wp-tax-query.php'),(22173,'wp-includes/class-wp-taxonomy.php'),(22174,'wp-includes/class-wp-term-query.php'),(22175,'wp-includes/class-wp-term.php'),(22176,'wp-includes/class-wp-text-diff-renderer-inline.php'),(22177,'wp-includes/class-wp-text-diff-renderer-table.php'),(22178,'wp-includes/class-wp-theme.php'),(22179,'wp-includes/class-wp-user-meta-session-tokens.php'),(22180,'wp-includes/class-wp-user-query.php'),(22181,'wp-includes/class-wp-user-request.php'),(22182,'wp-includes/class-wp-user.php'),(22183,'wp-includes/class-wp-walker.php'),(22184,'wp-includes/class-wp-widget-factory.php'),(22185,'wp-includes/class-wp-widget.php'),(22186,'wp-includes/class-wp-xmlrpc-server.php'),(22187,'wp-includes/class-wp.php'),(22188,'wp-includes/class.wp-dependencies.php'),(22189,'wp-includes/class.wp-scripts.php'),(22190,'wp-includes/class.wp-styles.php'),(22191,'wp-includes/comment-template.php'),(22192,'wp-includes/comment.php'),(22193,'wp-includes/compat.php'),(22194,'wp-includes/cron.php'),(22195,'wp-includes/css/admin-bar-rtl.css'),(22196,'wp-includes/css/admin-bar-rtl.min.css'),(22197,'wp-includes/css/admin-bar.css'),(22198,'wp-includes/css/admin-bar.min.css'),(22199,'wp-includes/css/buttons-rtl.css'),(22200,'wp-includes/css/buttons-rtl.min.css'),(22201,'wp-includes/css/buttons.css'),(22202,'wp-includes/css/buttons.min.css'),(22203,'wp-includes/css/customize-preview-rtl.css'),(22204,'wp-includes/css/customize-preview-rtl.min.css'),(22205,'wp-includes/css/customize-preview.css'),(22206,'wp-includes/css/customize-preview.min.css'),(22207,'wp-includes/css/dashicons.css'),(22208,'wp-includes/css/dashicons.min.css'),(22209,'wp-includes/css/dist/block-editor/style-rtl.css'),(22210,'wp-includes/css/dist/block-editor/style-rtl.min.css'),(22211,'wp-includes/css/dist/block-editor/style.css'),(22212,'wp-includes/css/dist/block-editor/style.min.css'),(22213,'wp-includes/css/dist/block-library/editor-rtl.css'),(22214,'wp-includes/css/dist/block-library/editor-rtl.min.css'),(22215,'wp-includes/css/dist/block-library/editor.css'),(22216,'wp-includes/css/dist/block-library/editor.min.css'),(22217,'wp-includes/css/dist/block-library/style-rtl.css'),(22218,'wp-includes/css/dist/block-library/style-rtl.min.css'),(22219,'wp-includes/css/dist/block-library/style.css'),(22220,'wp-includes/css/dist/block-library/style.min.css'),(22221,'wp-includes/css/dist/block-library/theme-rtl.css'),(22222,'wp-includes/css/dist/block-library/theme-rtl.min.css'),(22223,'wp-includes/css/dist/block-library/theme.css'),(22224,'wp-includes/css/dist/block-library/theme.min.css'),(22225,'wp-includes/css/dist/components/style-rtl.css'),(22226,'wp-includes/css/dist/components/style-rtl.min.css'),(22227,'wp-includes/css/dist/components/style.css'),(22228,'wp-includes/css/dist/components/style.min.css'),(22229,'wp-includes/css/dist/edit-post/style-rtl.css'),(22230,'wp-includes/css/dist/edit-post/style-rtl.min.css'),(22231,'wp-includes/css/dist/edit-post/style.css'),(22232,'wp-includes/css/dist/edit-post/style.min.css'),(22233,'wp-includes/css/dist/editor/editor-styles-rtl.css'),(22234,'wp-includes/css/dist/editor/editor-styles-rtl.min.css'),(22235,'wp-includes/css/dist/editor/editor-styles.css'),(22236,'wp-includes/css/dist/editor/editor-styles.min.css'),(22237,'wp-includes/css/dist/editor/style-rtl.css'),(22238,'wp-includes/css/dist/editor/style-rtl.min.css'),(22239,'wp-includes/css/dist/editor/style.css'),(22240,'wp-includes/css/dist/editor/style.min.css'),(22241,'wp-includes/css/dist/format-library/style-rtl.css'),(22242,'wp-includes/css/dist/format-library/style-rtl.min.css'),(22243,'wp-includes/css/dist/format-library/style.css'),(22244,'wp-includes/css/dist/format-library/style.min.css'),(22245,'wp-includes/css/dist/list-reusable-blocks/style-rtl.css'),(22246,'wp-includes/css/dist/list-reusable-blocks/style-rtl.min.css'),(22247,'wp-includes/css/dist/list-reusable-blocks/style.css'),(22248,'wp-includes/css/dist/list-reusable-blocks/style.min.css'),(22249,'wp-includes/css/dist/nux/style-rtl.css'),(22250,'wp-includes/css/dist/nux/style-rtl.min.css'),(22251,'wp-includes/css/dist/nux/style.css'),(22252,'wp-includes/css/dist/nux/style.min.css'),(22253,'wp-includes/css/editor-rtl.css'),(22254,'wp-includes/css/editor-rtl.min.css'),(22255,'wp-includes/css/editor.css'),(22256,'wp-includes/css/editor.min.css'),(22257,'wp-includes/css/jquery-ui-dialog-rtl.css'),(22258,'wp-includes/css/jquery-ui-dialog-rtl.min.css'),(22259,'wp-includes/css/jquery-ui-dialog.css'),(22260,'wp-includes/css/jquery-ui-dialog.min.css'),(22261,'wp-includes/css/media-views-rtl.css'),(22262,'wp-includes/css/media-views-rtl.min.css'),(22263,'wp-includes/css/media-views.css'),(22264,'wp-includes/css/media-views.min.css'),(22265,'wp-includes/css/wp-auth-check-rtl.css'),(22266,'wp-includes/css/wp-auth-check-rtl.min.css'),(22267,'wp-includes/css/wp-auth-check.css'),(22268,'wp-includes/css/wp-auth-check.min.css'),(22269,'wp-includes/css/wp-embed-template-ie.css'),(22270,'wp-includes/css/wp-embed-template-ie.min.css'),(22271,'wp-includes/css/wp-embed-template.css'),(22272,'wp-includes/css/wp-embed-template.min.css'),(22273,'wp-includes/css/wp-pointer-rtl.css'),(22274,'wp-includes/css/wp-pointer-rtl.min.css'),(22275,'wp-includes/css/wp-pointer.css'),(22276,'wp-includes/css/wp-pointer.min.css'),(22277,'wp-includes/customize/class-wp-customize-background-image-control.php'),(22278,'wp-includes/customize/class-wp-customize-background-image-setting.php'),(22279,'wp-includes/customize/class-wp-customize-background-position-control.php'),(22280,'wp-includes/customize/class-wp-customize-code-editor-control.php'),(22281,'wp-includes/customize/class-wp-customize-color-control.php'),(22282,'wp-includes/customize/class-wp-customize-cropped-image-control.php'),(22283,'wp-includes/customize/class-wp-customize-custom-css-setting.php'),(22284,'wp-includes/customize/class-wp-customize-date-time-control.php'),(22285,'wp-includes/customize/class-wp-customize-filter-setting.php'),(22286,'wp-includes/customize/class-wp-customize-header-image-control.php'),(22287,'wp-includes/customize/class-wp-customize-header-image-setting.php'),(22288,'wp-includes/customize/class-wp-customize-image-control.php'),(22289,'wp-includes/customize/class-wp-customize-media-control.php'),(22290,'wp-includes/customize/class-wp-customize-nav-menu-auto-add-control.php'),(22291,'wp-includes/customize/class-wp-customize-nav-menu-control.php'),(22292,'wp-includes/customize/class-wp-customize-nav-menu-item-control.php'),(22293,'wp-includes/customize/class-wp-customize-nav-menu-item-setting.php'),(22294,'wp-includes/customize/class-wp-customize-nav-menu-location-control.php'),(22295,'wp-includes/customize/class-wp-customize-nav-menu-locations-control.php'),(22296,'wp-includes/customize/class-wp-customize-nav-menu-name-control.php'),(22297,'wp-includes/customize/class-wp-customize-nav-menu-section.php'),(22298,'wp-includes/customize/class-wp-customize-nav-menu-setting.php'),(22299,'wp-includes/customize/class-wp-customize-nav-menus-panel.php'),(22300,'wp-includes/customize/class-wp-customize-new-menu-control.php'),(22301,'wp-includes/customize/class-wp-customize-new-menu-section.php'),(22302,'wp-includes/customize/class-wp-customize-partial.php'),(22303,'wp-includes/customize/class-wp-customize-selective-refresh.php'),(22304,'wp-includes/customize/class-wp-customize-sidebar-section.php'),(22305,'wp-includes/customize/class-wp-customize-site-icon-control.php'),(22306,'wp-includes/customize/class-wp-customize-theme-control.php'),(22307,'wp-includes/customize/class-wp-customize-themes-panel.php'),(22308,'wp-includes/customize/class-wp-customize-themes-section.php'),(22309,'wp-includes/customize/class-wp-customize-upload-control.php'),(22310,'wp-includes/customize/class-wp-widget-area-customize-control.php'),(22311,'wp-includes/customize/class-wp-widget-form-customize-control.php'),(22312,'wp-includes/date.php'),(22313,'wp-includes/default-constants.php'),(22314,'wp-includes/default-filters.php'),(22315,'wp-includes/default-widgets.php'),(22316,'wp-includes/deprecated.php'),(22317,'wp-includes/embed-template.php'),(22318,'wp-includes/embed.php'),(22319,'wp-includes/error-protection.php'),(22320,'wp-includes/feed-atom-comments.php'),(22321,'wp-includes/feed-atom.php'),(22322,'wp-includes/feed-rdf.php'),(22323,'wp-includes/feed-rss.php'),(22324,'wp-includes/feed-rss2-comments.php'),(22325,'wp-includes/feed-rss2.php'),(22326,'wp-includes/feed.php'),(22327,'wp-includes/fonts/dashicons.eot'),(22328,'wp-includes/fonts/dashicons.svg'),(22329,'wp-includes/fonts/dashicons.ttf'),(22330,'wp-includes/fonts/dashicons.woff'),(22331,'wp-includes/fonts/dashicons.woff2'),(22332,'wp-includes/formatting.php'),(22333,'wp-includes/functions.php'),(22334,'wp-includes/functions.wp-scripts.php'),(22335,'wp-includes/functions.wp-styles.php'),(22336,'wp-includes/general-template.php'),(22337,'wp-includes/http.php'),(22338,'wp-includes/images/admin-bar-sprite-2x.png'),(22339,'wp-includes/images/admin-bar-sprite.png'),(22340,'wp-includes/images/arrow-pointer-blue-2x.png'),(22341,'wp-includes/images/arrow-pointer-blue.png'),(22342,'wp-includes/images/blank.gif'),(22343,'wp-includes/images/crystal/archive.png'),(22344,'wp-includes/images/crystal/audio.png'),(22345,'wp-includes/images/crystal/code.png'),(22346,'wp-includes/images/crystal/default.png'),(22347,'wp-includes/images/crystal/document.png'),(22348,'wp-includes/images/crystal/interactive.png'),(22349,'wp-includes/images/crystal/license.txt'),(22350,'wp-includes/images/crystal/spreadsheet.png'),(22351,'wp-includes/images/crystal/text.png'),(22352,'wp-includes/images/crystal/video.png'),(22353,'wp-includes/images/down_arrow-2x.gif'),(22354,'wp-includes/images/down_arrow.gif'),(22355,'wp-includes/images/icon-pointer-flag-2x.png'),(22356,'wp-includes/images/icon-pointer-flag.png'),(22357,'wp-includes/images/media/archive.png'),(22358,'wp-includes/images/media/audio.png'),(22359,'wp-includes/images/media/code.png'),(22360,'wp-includes/images/media/default.png'),(22361,'wp-includes/images/media/document.png'),(22362,'wp-includes/images/media/interactive.png'),(22363,'wp-includes/images/media/spreadsheet.png'),(22364,'wp-includes/images/media/text.png'),(22365,'wp-includes/images/media/video.png'),(22366,'wp-includes/images/rss-2x.png'),(22367,'wp-includes/images/rss.png'),(22368,'wp-includes/images/smilies/frownie.png'),(22369,'wp-includes/images/smilies/icon_arrow.gif'),(22370,'wp-includes/images/smilies/icon_biggrin.gif'),(22371,'wp-includes/images/smilies/icon_confused.gif'),(22372,'wp-includes/images/smilies/icon_cool.gif'),(22373,'wp-includes/images/smilies/icon_cry.gif'),(22374,'wp-includes/images/smilies/icon_eek.gif'),(22375,'wp-includes/images/smilies/icon_evil.gif'),(22376,'wp-includes/images/smilies/icon_exclaim.gif'),(22377,'wp-includes/images/smilies/icon_idea.gif'),(22378,'wp-includes/images/smilies/icon_lol.gif'),(22379,'wp-includes/images/smilies/icon_mad.gif'),(22380,'wp-includes/images/smilies/icon_mrgreen.gif'),(22381,'wp-includes/images/smilies/icon_neutral.gif'),(22382,'wp-includes/images/smilies/icon_question.gif'),(22383,'wp-includes/images/smilies/icon_razz.gif'),(22384,'wp-includes/images/smilies/icon_redface.gif'),(22385,'wp-includes/images/smilies/icon_rolleyes.gif'),(22386,'wp-includes/images/smilies/icon_sad.gif'),(22387,'wp-includes/images/smilies/icon_smile.gif'),(22388,'wp-includes/images/smilies/icon_surprised.gif'),(22389,'wp-includes/images/smilies/icon_twisted.gif'),(22390,'wp-includes/images/smilies/icon_wink.gif'),(22391,'wp-includes/images/smilies/mrgreen.png'),(22392,'wp-includes/images/smilies/rolleyes.png'),(22393,'wp-includes/images/smilies/simple-smile.png'),(22394,'wp-includes/images/spinner-2x.gif'),(22395,'wp-includes/images/spinner.gif'),(22396,'wp-includes/images/toggle-arrow-2x.png'),(22397,'wp-includes/images/toggle-arrow.png'),(22398,'wp-includes/images/uploader-icons-2x.png'),(22399,'wp-includes/images/uploader-icons.png'),(22400,'wp-includes/images/w-logo-blue.png'),(22401,'wp-includes/images/wlw/wp-comments.png'),(22402,'wp-includes/images/wlw/wp-icon.png'),(22403,'wp-includes/images/wlw/wp-watermark.png'),(22404,'wp-includes/images/wpicons-2x.png'),(22405,'wp-includes/images/wpicons.png'),(22406,'wp-includes/images/wpspin-2x.gif'),(22407,'wp-includes/images/wpspin.gif'),(22408,'wp-includes/images/xit-2x.gif'),(22409,'wp-includes/images/xit.gif'),(22410,'wp-includes/js/admin-bar.js'),(22411,'wp-includes/js/admin-bar.min.js'),(22412,'wp-includes/js/api-request.js'),(22413,'wp-includes/js/api-request.min.js'),(22414,'wp-includes/js/autosave.js'),(22415,'wp-includes/js/autosave.min.js'),(22416,'wp-includes/js/backbone.js'),(22417,'wp-includes/js/backbone.min.js'),(22418,'wp-includes/js/clipboard.js'),(22419,'wp-includes/js/clipboard.min.js'),(22420,'wp-includes/js/codemirror/codemirror.min.css'),(22421,'wp-includes/js/codemirror/codemirror.min.js'),(22422,'wp-includes/js/codemirror/csslint.js'),(22423,'wp-includes/js/codemirror/esprima.js'),(22424,'wp-includes/js/codemirror/fakejshint.js'),(22425,'wp-includes/js/codemirror/htmlhint-kses.js'),(22426,'wp-includes/js/codemirror/htmlhint.js'),(22427,'wp-includes/js/codemirror/jsonlint.js'),(22428,'wp-includes/js/colorpicker.js'),(22429,'wp-includes/js/colorpicker.min.js'),(22430,'wp-includes/js/comment-reply.js'),(22431,'wp-includes/js/comment-reply.min.js'),(22432,'wp-includes/js/crop/cropper.css'),(22433,'wp-includes/js/crop/cropper.js'),(22434,'wp-includes/js/crop/marqueeHoriz.gif'),(22435,'wp-includes/js/crop/marqueeVert.gif'),(22436,'wp-includes/js/customize-base.js'),(22437,'wp-includes/js/customize-base.min.js'),(22438,'wp-includes/js/customize-loader.js'),(22439,'wp-includes/js/customize-loader.min.js'),(22440,'wp-includes/js/customize-models.js'),(22441,'wp-includes/js/customize-models.min.js'),(22442,'wp-includes/js/customize-preview-nav-menus.js'),(22443,'wp-includes/js/customize-preview-nav-menus.min.js'),(22444,'wp-includes/js/customize-preview-widgets.js'),(22445,'wp-includes/js/customize-preview-widgets.min.js'),(22446,'wp-includes/js/customize-preview.js'),(22447,'wp-includes/js/customize-preview.min.js'),(22448,'wp-includes/js/customize-selective-refresh.js'),(22449,'wp-includes/js/customize-selective-refresh.min.js'),(22450,'wp-includes/js/customize-views.js'),(22451,'wp-includes/js/customize-views.min.js'),(22452,'wp-includes/js/dist/a11y.js'),(22453,'wp-includes/js/dist/a11y.min.js'),(22454,'wp-includes/js/dist/annotations.js'),(22455,'wp-includes/js/dist/annotations.min.js'),(22456,'wp-includes/js/dist/api-fetch.js'),(22457,'wp-includes/js/dist/api-fetch.min.js'),(22458,'wp-includes/js/dist/autop.js'),(22459,'wp-includes/js/dist/autop.min.js'),(22460,'wp-includes/js/dist/blob.js'),(22461,'wp-includes/js/dist/blob.min.js'),(22462,'wp-includes/js/dist/block-editor.js'),(22463,'wp-includes/js/dist/block-editor.min.js'),(22464,'wp-includes/js/dist/block-library.js'),(22465,'wp-includes/js/dist/block-library.min.js'),(22466,'wp-includes/js/dist/block-serialization-default-parser.js'),(22467,'wp-includes/js/dist/block-serialization-default-parser.min.js'),(22468,'wp-includes/js/dist/blocks.js'),(22469,'wp-includes/js/dist/blocks.min.js'),(22470,'wp-includes/js/dist/components.js'),(22471,'wp-includes/js/dist/components.min.js'),(22472,'wp-includes/js/dist/compose.js'),(22473,'wp-includes/js/dist/compose.min.js'),(22474,'wp-includes/js/dist/core-data.js'),(22475,'wp-includes/js/dist/core-data.min.js'),(22476,'wp-includes/js/dist/data-controls.js'),(22477,'wp-includes/js/dist/data-controls.min.js'),(22478,'wp-includes/js/dist/data.js'),(22479,'wp-includes/js/dist/data.min.js'),(22480,'wp-includes/js/dist/date.js'),(22481,'wp-includes/js/dist/date.min.js'),(22482,'wp-includes/js/dist/deprecated.js'),(22483,'wp-includes/js/dist/deprecated.min.js'),(22484,'wp-includes/js/dist/dom-ready.js'),(22485,'wp-includes/js/dist/dom-ready.min.js'),(22486,'wp-includes/js/dist/dom.js'),(22487,'wp-includes/js/dist/dom.min.js'),(22488,'wp-includes/js/dist/edit-post.js'),(22489,'wp-includes/js/dist/edit-post.min.js'),(22490,'wp-includes/js/dist/editor.js'),(22491,'wp-includes/js/dist/editor.min.js'),(22492,'wp-includes/js/dist/element.js'),(22493,'wp-includes/js/dist/element.min.js'),(22494,'wp-includes/js/dist/escape-html.js'),(22495,'wp-includes/js/dist/escape-html.min.js'),(22496,'wp-includes/js/dist/format-library.js'),(22497,'wp-includes/js/dist/format-library.min.js'),(22498,'wp-includes/js/dist/hooks.js'),(22499,'wp-includes/js/dist/hooks.min.js'),(22500,'wp-includes/js/dist/html-entities.js'),(22501,'wp-includes/js/dist/html-entities.min.js'),(22502,'wp-includes/js/dist/i18n.js'),(22503,'wp-includes/js/dist/i18n.min.js'),(22504,'wp-includes/js/dist/is-shallow-equal.js'),(22505,'wp-includes/js/dist/is-shallow-equal.min.js'),(22506,'wp-includes/js/dist/keycodes.js'),(22507,'wp-includes/js/dist/keycodes.min.js'),(22508,'wp-includes/js/dist/list-reusable-blocks.js'),(22509,'wp-includes/js/dist/list-reusable-blocks.min.js'),(22510,'wp-includes/js/dist/media-utils.js'),(22511,'wp-includes/js/dist/media-utils.min.js'),(22512,'wp-includes/js/dist/notices.js'),(22513,'wp-includes/js/dist/notices.min.js'),(22514,'wp-includes/js/dist/nux.js'),(22515,'wp-includes/js/dist/nux.min.js'),(22516,'wp-includes/js/dist/plugins.js'),(22517,'wp-includes/js/dist/plugins.min.js'),(22518,'wp-includes/js/dist/priority-queue.js'),(22519,'wp-includes/js/dist/priority-queue.min.js'),(22520,'wp-includes/js/dist/redux-routine.js'),(22521,'wp-includes/js/dist/redux-routine.min.js'),(22522,'wp-includes/js/dist/rich-text.js'),(22523,'wp-includes/js/dist/rich-text.min.js'),(22524,'wp-includes/js/dist/server-side-render.js'),(22525,'wp-includes/js/dist/server-side-render.min.js'),(22526,'wp-includes/js/dist/shortcode.js'),(22527,'wp-includes/js/dist/shortcode.min.js'),(22528,'wp-includes/js/dist/token-list.js'),(22529,'wp-includes/js/dist/token-list.min.js'),(22530,'wp-includes/js/dist/url.js'),(22531,'wp-includes/js/dist/url.min.js'),(22532,'wp-includes/js/dist/vendor/lodash.js'),(22533,'wp-includes/js/dist/vendor/lodash.min.js'),(22534,'wp-includes/js/dist/vendor/moment.js'),(22535,'wp-includes/js/dist/vendor/moment.min.js'),(22536,'wp-includes/js/dist/vendor/react-dom.js'),(22537,'wp-includes/js/dist/vendor/react-dom.min.js'),(22538,'wp-includes/js/dist/vendor/react.js'),(22539,'wp-includes/js/dist/vendor/react.min.js'),(22540,'wp-includes/js/dist/vendor/wp-polyfill-element-closest.js'),(22541,'wp-includes/js/dist/vendor/wp-polyfill-element-closest.min.js'),(22542,'wp-includes/js/dist/vendor/wp-polyfill-fetch.js'),(22543,'wp-includes/js/dist/vendor/wp-polyfill-fetch.min.js'),(22544,'wp-includes/js/dist/vendor/wp-polyfill-formdata.js'),(22545,'wp-includes/js/dist/vendor/wp-polyfill-formdata.min.js'),(22546,'wp-includes/js/dist/vendor/wp-polyfill-node-contains.js'),(22547,'wp-includes/js/dist/vendor/wp-polyfill-node-contains.min.js'),(22548,'wp-includes/js/dist/vendor/wp-polyfill.js'),(22549,'wp-includes/js/dist/vendor/wp-polyfill.min.js'),(22550,'wp-includes/js/dist/viewport.js'),(22551,'wp-includes/js/dist/viewport.min.js'),(22552,'wp-includes/js/dist/wordcount.js'),(22553,'wp-includes/js/dist/wordcount.min.js'),(22554,'wp-includes/js/heartbeat.js'),(22555,'wp-includes/js/heartbeat.min.js'),(22556,'wp-includes/js/hoverIntent.js'),(22557,'wp-includes/js/hoverIntent.min.js'),(22558,'wp-includes/js/hoverintent-js.min.js'),(22559,'wp-includes/js/imagesloaded.min.js'),(22560,'wp-includes/js/imgareaselect/border-anim-h.gif'),(22561,'wp-includes/js/imgareaselect/border-anim-v.gif'),(22562,'wp-includes/js/imgareaselect/imgareaselect.css'),(22563,'wp-includes/js/imgareaselect/jquery.imgareaselect.js'),(22564,'wp-includes/js/imgareaselect/jquery.imgareaselect.min.js'),(22565,'wp-includes/js/jcrop/Jcrop.gif'),(22566,'wp-includes/js/jcrop/jquery.Jcrop.min.css'),(22567,'wp-includes/js/jcrop/jquery.Jcrop.min.js'),(22568,'wp-includes/js/jquery/jquery-migrate.js'),(22569,'wp-includes/js/jquery/jquery-migrate.min.js'),(22570,'wp-includes/js/jquery/jquery.color.min.js'),(22571,'wp-includes/js/jquery/jquery.form.js'),(22572,'wp-includes/js/jquery/jquery.form.min.js'),(22573,'wp-includes/js/jquery/jquery.hotkeys.js'),(22574,'wp-includes/js/jquery/jquery.hotkeys.min.js'),(22575,'wp-includes/js/jquery/jquery.js'),(22576,'wp-includes/js/jquery/jquery.masonry.min.js'),(22577,'wp-includes/js/jquery/jquery.query.js'),(22578,'wp-includes/js/jquery/jquery.schedule.js'),(22579,'wp-includes/js/jquery/jquery.serialize-object.js'),(22580,'wp-includes/js/jquery/jquery.table-hotkeys.js'),(22581,'wp-includes/js/jquery/jquery.table-hotkeys.min.js'),(22582,'wp-includes/js/jquery/jquery.ui.touch-punch.js'),(22583,'wp-includes/js/jquery/suggest.js'),(22584,'wp-includes/js/jquery/suggest.min.js'),(22585,'wp-includes/js/jquery/ui/accordion.min.js'),(22586,'wp-includes/js/jquery/ui/autocomplete.min.js'),(22587,'wp-includes/js/jquery/ui/button.min.js'),(22588,'wp-includes/js/jquery/ui/core.min.js'),(22589,'wp-includes/js/jquery/ui/datepicker.min.js'),(22590,'wp-includes/js/jquery/ui/dialog.min.js'),(22591,'wp-includes/js/jquery/ui/draggable.min.js'),(22592,'wp-includes/js/jquery/ui/droppable.min.js'),(22593,'wp-includes/js/jquery/ui/effect-blind.min.js'),(22594,'wp-includes/js/jquery/ui/effect-bounce.min.js'),(22595,'wp-includes/js/jquery/ui/effect-clip.min.js'),(22596,'wp-includes/js/jquery/ui/effect-drop.min.js'),(22597,'wp-includes/js/jquery/ui/effect-explode.min.js'),(22598,'wp-includes/js/jquery/ui/effect-fade.min.js'),(22599,'wp-includes/js/jquery/ui/effect-fold.min.js'),(22600,'wp-includes/js/jquery/ui/effect-highlight.min.js'),(22601,'wp-includes/js/jquery/ui/effect-puff.min.js'),(22602,'wp-includes/js/jquery/ui/effect-pulsate.min.js'),(22603,'wp-includes/js/jquery/ui/effect-scale.min.js'),(22604,'wp-includes/js/jquery/ui/effect-shake.min.js'),(22605,'wp-includes/js/jquery/ui/effect-size.min.js'),(22606,'wp-includes/js/jquery/ui/effect-slide.min.js'),(22607,'wp-includes/js/jquery/ui/effect-transfer.min.js'),(22608,'wp-includes/js/jquery/ui/effect.min.js'),(22609,'wp-includes/js/jquery/ui/menu.min.js'),(22610,'wp-includes/js/jquery/ui/mouse.min.js'),(22611,'wp-includes/js/jquery/ui/position.min.js'),(22612,'wp-includes/js/jquery/ui/progressbar.min.js'),(22613,'wp-includes/js/jquery/ui/resizable.min.js'),(22614,'wp-includes/js/jquery/ui/selectable.min.js'),(22615,'wp-includes/js/jquery/ui/selectmenu.min.js'),(22616,'wp-includes/js/jquery/ui/slider.min.js'),(22617,'wp-includes/js/jquery/ui/sortable.min.js'),(22618,'wp-includes/js/jquery/ui/spinner.min.js'),(22619,'wp-includes/js/jquery/ui/tabs.min.js'),(22620,'wp-includes/js/jquery/ui/tooltip.min.js'),(22621,'wp-includes/js/jquery/ui/widget.min.js'),(22622,'wp-includes/js/json2.js'),(22623,'wp-includes/js/json2.min.js'),(22624,'wp-includes/js/masonry.min.js'),(22625,'wp-includes/js/mce-view.js'),(22626,'wp-includes/js/mce-view.min.js'),(22627,'wp-includes/js/media-audiovideo.js'),(22628,'wp-includes/js/media-audiovideo.min.js'),(22629,'wp-includes/js/media-editor.js'),(22630,'wp-includes/js/media-editor.min.js'),(22631,'wp-includes/js/media-grid.js'),(22632,'wp-includes/js/media-grid.min.js'),(22633,'wp-includes/js/media-models.js'),(22634,'wp-includes/js/media-models.min.js'),(22635,'wp-includes/js/media-views.js'),(22636,'wp-includes/js/media-views.min.js'),(22637,'wp-includes/js/mediaelement/mediaelement-and-player.js'),(22638,'wp-includes/js/mediaelement/mediaelement-and-player.min.js'),(22639,'wp-includes/js/mediaelement/mediaelement-migrate.js'),(22640,'wp-includes/js/mediaelement/mediaelement-migrate.min.js'),(22641,'wp-includes/js/mediaelement/mediaelement.js'),(22642,'wp-includes/js/mediaelement/mediaelement.min.js'),(22643,'wp-includes/js/mediaelement/mediaelementplayer-legacy.css'),(22644,'wp-includes/js/mediaelement/mediaelementplayer-legacy.min.css'),(22645,'wp-includes/js/mediaelement/mediaelementplayer.css'),(22646,'wp-includes/js/mediaelement/mediaelementplayer.min.css'),(22647,'wp-includes/js/mediaelement/mejs-controls.png'),(22648,'wp-includes/js/mediaelement/mejs-controls.svg'),(22649,'wp-includes/js/mediaelement/renderers/vimeo.js'),(22650,'wp-includes/js/mediaelement/renderers/vimeo.min.js'),(22651,'wp-includes/js/mediaelement/wp-mediaelement.css'),(22652,'wp-includes/js/mediaelement/wp-mediaelement.js'),(22653,'wp-includes/js/mediaelement/wp-mediaelement.min.css'),(22654,'wp-includes/js/mediaelement/wp-mediaelement.min.js'),(22655,'wp-includes/js/mediaelement/wp-playlist.js'),(22656,'wp-includes/js/mediaelement/wp-playlist.min.js'),(22657,'wp-includes/js/plupload/handlers.js'),(22658,'wp-includes/js/plupload/handlers.min.js'),(22659,'wp-includes/js/plupload/license.txt'),(22660,'wp-includes/js/plupload/moxie.js'),(22661,'wp-includes/js/plupload/moxie.min.js'),(22662,'wp-includes/js/plupload/plupload.js'),(22663,'wp-includes/js/plupload/plupload.min.js'),(22664,'wp-includes/js/plupload/wp-plupload.js'),(22665,'wp-includes/js/plupload/wp-plupload.min.js'),(22666,'wp-includes/js/quicktags.js'),(22667,'wp-includes/js/quicktags.min.js'),(22668,'wp-includes/js/shortcode.js'),(22669,'wp-includes/js/shortcode.min.js'),(22670,'wp-includes/js/swfobject.js'),(22671,'wp-includes/js/swfupload/handlers.js'),(22672,'wp-includes/js/swfupload/handlers.min.js'),(22673,'wp-includes/js/swfupload/license.txt'),(22674,'wp-includes/js/swfupload/swfupload.js'),(22675,'wp-includes/js/thickbox/loadingAnimation.gif'),(22676,'wp-includes/js/thickbox/macFFBgHack.png'),(22677,'wp-includes/js/thickbox/thickbox.css'),(22678,'wp-includes/js/thickbox/thickbox.js'),(22679,'wp-includes/js/tinymce/langs/wp-langs-en.js'),(22680,'wp-includes/js/tinymce/license.txt'),(22681,'wp-includes/js/tinymce/plugins/charmap/plugin.js'),(22682,'wp-includes/js/tinymce/plugins/charmap/plugin.min.js'),(22683,'wp-includes/js/tinymce/plugins/colorpicker/plugin.js'),(22684,'wp-includes/js/tinymce/plugins/colorpicker/plugin.min.js'),(22685,'wp-includes/js/tinymce/plugins/compat3x/css/dialog.css'),(22686,'wp-includes/js/tinymce/plugins/compat3x/plugin.js'),(22687,'wp-includes/js/tinymce/plugins/compat3x/plugin.min.js'),(22688,'wp-includes/js/tinymce/plugins/directionality/plugin.js'),(22689,'wp-includes/js/tinymce/plugins/directionality/plugin.min.js'),(22690,'wp-includes/js/tinymce/plugins/fullscreen/plugin.js'),(22691,'wp-includes/js/tinymce/plugins/fullscreen/plugin.min.js'),(22692,'wp-includes/js/tinymce/plugins/hr/plugin.js'),(22693,'wp-includes/js/tinymce/plugins/hr/plugin.min.js'),(22694,'wp-includes/js/tinymce/plugins/image/plugin.js'),(22695,'wp-includes/js/tinymce/plugins/image/plugin.min.js'),(22696,'wp-includes/js/tinymce/plugins/link/plugin.js'),(22697,'wp-includes/js/tinymce/plugins/link/plugin.min.js'),(22698,'wp-includes/js/tinymce/plugins/lists/plugin.js'),(22699,'wp-includes/js/tinymce/plugins/lists/plugin.min.js'),(22700,'wp-includes/js/tinymce/plugins/media/plugin.js'),(22701,'wp-includes/js/tinymce/plugins/media/plugin.min.js'),(22702,'wp-includes/js/tinymce/plugins/paste/plugin.js'),(22703,'wp-includes/js/tinymce/plugins/paste/plugin.min.js'),(22704,'wp-includes/js/tinymce/plugins/tabfocus/plugin.js'),(22705,'wp-includes/js/tinymce/plugins/tabfocus/plugin.min.js'),(22706,'wp-includes/js/tinymce/plugins/textcolor/plugin.js'),(22707,'wp-includes/js/tinymce/plugins/textcolor/plugin.min.js'),(22708,'wp-includes/js/tinymce/plugins/wordpress/plugin.js'),(22709,'wp-includes/js/tinymce/plugins/wordpress/plugin.min.js'),(22710,'wp-includes/js/tinymce/plugins/wpautoresize/plugin.js'),(22711,'wp-includes/js/tinymce/plugins/wpautoresize/plugin.min.js'),(22712,'wp-includes/js/tinymce/plugins/wpdialogs/plugin.js'),(22713,'wp-includes/js/tinymce/plugins/wpdialogs/plugin.min.js'),(22714,'wp-includes/js/tinymce/plugins/wpeditimage/plugin.js'),(22715,'wp-includes/js/tinymce/plugins/wpeditimage/plugin.min.js'),(22716,'wp-includes/js/tinymce/plugins/wpemoji/plugin.js'),(22717,'wp-includes/js/tinymce/plugins/wpemoji/plugin.min.js'),(22718,'wp-includes/js/tinymce/plugins/wpgallery/plugin.js'),(22719,'wp-includes/js/tinymce/plugins/wpgallery/plugin.min.js'),(22720,'wp-includes/js/tinymce/plugins/wplink/plugin.js'),(22721,'wp-includes/js/tinymce/plugins/wplink/plugin.min.js'),(22722,'wp-includes/js/tinymce/plugins/wptextpattern/plugin.js'),(22723,'wp-includes/js/tinymce/plugins/wptextpattern/plugin.min.js'),(22724,'wp-includes/js/tinymce/plugins/wpview/plugin.js'),(22725,'wp-includes/js/tinymce/plugins/wpview/plugin.min.js'),(22726,'wp-includes/js/tinymce/skins/lightgray/content.inline.min.css'),(22727,'wp-includes/js/tinymce/skins/lightgray/content.min.css'),(22728,'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.eot'),(22729,'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.svg'),(22730,'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.ttf'),(22731,'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.woff'),(22732,'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.eot'),(22733,'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.svg'),(22734,'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.ttf'),(22735,'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.woff'),(22736,'wp-includes/js/tinymce/skins/lightgray/img/anchor.gif'),(22737,'wp-includes/js/tinymce/skins/lightgray/img/loader.gif'),(22738,'wp-includes/js/tinymce/skins/lightgray/img/object.gif'),(22739,'wp-includes/js/tinymce/skins/lightgray/img/trans.gif'),(22740,'wp-includes/js/tinymce/skins/lightgray/skin.min.css'),(22741,'wp-includes/js/tinymce/skins/wordpress/images/audio.png'),(22742,'wp-includes/js/tinymce/skins/wordpress/images/dashicon-edit.png'),(22743,'wp-includes/js/tinymce/skins/wordpress/images/dashicon-no.png'),(22744,'wp-includes/js/tinymce/skins/wordpress/images/embedded.png'),(22745,'wp-includes/js/tinymce/skins/wordpress/images/gallery-2x.png'),(22746,'wp-includes/js/tinymce/skins/wordpress/images/gallery.png'),(22747,'wp-includes/js/tinymce/skins/wordpress/images/more-2x.png'),(22748,'wp-includes/js/tinymce/skins/wordpress/images/more.png'),(22749,'wp-includes/js/tinymce/skins/wordpress/images/pagebreak-2x.png'),(22750,'wp-includes/js/tinymce/skins/wordpress/images/pagebreak.png'),(22751,'wp-includes/js/tinymce/skins/wordpress/images/playlist-audio.png'),(22752,'wp-includes/js/tinymce/skins/wordpress/images/playlist-video.png'),(22753,'wp-includes/js/tinymce/skins/wordpress/images/video.png'),(22754,'wp-includes/js/tinymce/skins/wordpress/wp-content.css'),(22755,'wp-includes/js/tinymce/themes/inlite/theme.js'),(22756,'wp-includes/js/tinymce/themes/inlite/theme.min.js'),(22757,'wp-includes/js/tinymce/themes/modern/theme.js'),(22758,'wp-includes/js/tinymce/themes/modern/theme.min.js'),(22759,'wp-includes/js/tinymce/tiny_mce_popup.js'),(22760,'wp-includes/js/tinymce/tinymce.min.js'),(22761,'wp-includes/js/tinymce/utils/editable_selects.js'),(22762,'wp-includes/js/tinymce/utils/form_utils.js'),(22763,'wp-includes/js/tinymce/utils/mctabs.js'),(22764,'wp-includes/js/tinymce/utils/validate.js'),(22765,'wp-includes/js/tinymce/wp-tinymce.js'),(22766,'wp-includes/js/tinymce/wp-tinymce.php'),(22767,'wp-includes/js/tw-sack.js'),(22768,'wp-includes/js/tw-sack.min.js'),(22769,'wp-includes/js/twemoji.js'),(22770,'wp-includes/js/twemoji.min.js'),(22771,'wp-includes/js/underscore.js'),(22772,'wp-includes/js/underscore.min.js'),(22773,'wp-includes/js/utils.js'),(22774,'wp-includes/js/utils.min.js'),(22775,'wp-includes/js/wp-ajax-response.js'),(22776,'wp-includes/js/wp-ajax-response.min.js'),(22777,'wp-includes/js/wp-api.js'),(22778,'wp-includes/js/wp-api.min.js'),(22779,'wp-includes/js/wp-auth-check.js'),(22780,'wp-includes/js/wp-auth-check.min.js'),(22781,'wp-includes/js/wp-backbone.js'),(22782,'wp-includes/js/wp-backbone.min.js'),(22783,'wp-includes/js/wp-custom-header.js'),(22784,'wp-includes/js/wp-custom-header.min.js'),(22785,'wp-includes/js/wp-embed-template.js'),(22786,'wp-includes/js/wp-embed-template.min.js'),(22787,'wp-includes/js/wp-embed.js'),(22788,'wp-includes/js/wp-embed.min.js'),(22789,'wp-includes/js/wp-emoji-loader.js'),(22790,'wp-includes/js/wp-emoji-loader.min.js'),(22791,'wp-includes/js/wp-emoji-release.min.js'),(22792,'wp-includes/js/wp-emoji.js'),(22793,'wp-includes/js/wp-emoji.min.js'),(22794,'wp-includes/js/wp-list-revisions.js'),(22795,'wp-includes/js/wp-list-revisions.min.js'),(22796,'wp-includes/js/wp-lists.js'),(22797,'wp-includes/js/wp-lists.min.js'),(22798,'wp-includes/js/wp-pointer.js'),(22799,'wp-includes/js/wp-pointer.min.js'),(22800,'wp-includes/js/wp-sanitize.js'),(22801,'wp-includes/js/wp-sanitize.min.js'),(22802,'wp-includes/js/wp-util.js'),(22803,'wp-includes/js/wp-util.min.js'),(22804,'wp-includes/js/wpdialog.js'),(22805,'wp-includes/js/wpdialog.min.js'),(22806,'wp-includes/js/wplink.js'),(22807,'wp-includes/js/wplink.min.js'),(22808,'wp-includes/js/zxcvbn-async.js'),(22809,'wp-includes/js/zxcvbn-async.min.js'),(22810,'wp-includes/js/zxcvbn.min.js'),(22811,'wp-includes/kses.php'),(22812,'wp-includes/l10n.php'),(22813,'wp-includes/link-template.php'),(22814,'wp-includes/load.php'),(22815,'wp-includes/locale.php'),(22816,'wp-includes/media-template.php'),(22817,'wp-includes/media.php'),(22818,'wp-includes/meta.php'),(22819,'wp-includes/ms-blogs.php'),(22820,'wp-includes/ms-default-constants.php'),(22821,'wp-includes/ms-default-filters.php'),(22822,'wp-includes/ms-deprecated.php'),(22823,'wp-includes/ms-files.php'),(22824,'wp-includes/ms-functions.php'),(22825,'wp-includes/ms-load.php'),(22826,'wp-includes/ms-network.php'),(22827,'wp-includes/ms-settings.php'),(22828,'wp-includes/ms-site.php'),(22829,'wp-includes/nav-menu-template.php'),(22830,'wp-includes/nav-menu.php'),(22831,'wp-includes/option.php'),(22832,'wp-includes/pluggable-deprecated.php'),(22833,'wp-includes/pluggable.php'),(22834,'wp-includes/plugin.php'),(22835,'wp-includes/pomo/entry.php'),(22836,'wp-includes/pomo/mo.php'),(22837,'wp-includes/pomo/plural-forms.php'),(22838,'wp-includes/pomo/po.php'),(22839,'wp-includes/pomo/streams.php'),(22840,'wp-includes/pomo/translations.php'),(22841,'wp-includes/post-formats.php'),(22842,'wp-includes/post-template.php'),(22843,'wp-includes/post-thumbnail-template.php'),(22844,'wp-includes/post.php'),(22845,'wp-includes/query.php'),(22846,'wp-includes/random_compat/byte_safe_strings.php'),(22847,'wp-includes/random_compat/cast_to_int.php'),(22848,'wp-includes/random_compat/error_polyfill.php'),(22849,'wp-includes/random_compat/random.php'),(22850,'wp-includes/random_compat/random_bytes_com_dotnet.php'),(22851,'wp-includes/random_compat/random_bytes_dev_urandom.php'),(22852,'wp-includes/random_compat/random_bytes_libsodium.php'),(22853,'wp-includes/random_compat/random_bytes_libsodium_legacy.php'),(22854,'wp-includes/random_compat/random_bytes_mcrypt.php'),(22855,'wp-includes/random_compat/random_int.php'),(22856,'wp-includes/registration-functions.php'),(22857,'wp-includes/registration.php'),(22858,'wp-includes/rest-api/class-wp-rest-request.php'),(22859,'wp-includes/rest-api/class-wp-rest-response.php'),(22860,'wp-includes/rest-api/class-wp-rest-server.php'),(22861,'wp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php'),(22862,'wp-includes/rest-api/endpoints/class-wp-rest-autosaves-controller.php'),(22863,'wp-includes/rest-api/endpoints/class-wp-rest-block-renderer-controller.php'),(22864,'wp-includes/rest-api/endpoints/class-wp-rest-blocks-controller.php'),(22865,'wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php'),(22866,'wp-includes/rest-api/endpoints/class-wp-rest-controller.php'),(22867,'wp-includes/rest-api/endpoints/class-wp-rest-post-statuses-controller.php'),(22868,'wp-includes/rest-api/endpoints/class-wp-rest-post-types-controller.php'),(22869,'wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php'),(22870,'wp-includes/rest-api/endpoints/class-wp-rest-revisions-controller.php'),(22871,'wp-includes/rest-api/endpoints/class-wp-rest-search-controller.php'),(22872,'wp-includes/rest-api/endpoints/class-wp-rest-settings-controller.php'),(22873,'wp-includes/rest-api/endpoints/class-wp-rest-taxonomies-controller.php'),(22874,'wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php'),(22875,'wp-includes/rest-api/endpoints/class-wp-rest-themes-controller.php'),(22876,'wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php'),(22877,'wp-includes/rest-api/fields/class-wp-rest-comment-meta-fields.php'),(22878,'wp-includes/rest-api/fields/class-wp-rest-meta-fields.php'),(22879,'wp-includes/rest-api/fields/class-wp-rest-post-meta-fields.php'),(22880,'wp-includes/rest-api/fields/class-wp-rest-term-meta-fields.php'),(22881,'wp-includes/rest-api/fields/class-wp-rest-user-meta-fields.php'),(22882,'wp-includes/rest-api/search/class-wp-rest-post-search-handler.php'),(22883,'wp-includes/rest-api/search/class-wp-rest-search-handler.php'),(22884,'wp-includes/rest-api.php'),(22885,'wp-includes/revision.php'),(22886,'wp-includes/rewrite.php'),(22887,'wp-includes/rss-functions.php'),(22888,'wp-includes/rss.php'),(22889,'wp-includes/script-loader.php'),(22890,'wp-includes/session.php'),(22891,'wp-includes/shortcodes.php'),(22892,'wp-includes/sodium_compat/LICENSE'),(22893,'wp-includes/sodium_compat/autoload.php'),(22894,'wp-includes/sodium_compat/composer.json'),(22895,'wp-includes/sodium_compat/lib/constants.php'),(22896,'wp-includes/sodium_compat/lib/namespaced.php'),(22897,'wp-includes/sodium_compat/lib/php72compat.php'),(22898,'wp-includes/sodium_compat/lib/php72compat_const.php'),(22899,'wp-includes/sodium_compat/lib/sodium_compat.php'),(22900,'wp-includes/sodium_compat/namespaced/Compat.php'),(22901,'wp-includes/sodium_compat/namespaced/Core/BLAKE2b.php'),(22902,'wp-includes/sodium_compat/namespaced/Core/ChaCha20/Ctx.php'),(22903,'wp-includes/sodium_compat/namespaced/Core/ChaCha20/IetfCtx.php'),(22904,'wp-includes/sodium_compat/namespaced/Core/ChaCha20.php'),(22905,'wp-includes/sodium_compat/namespaced/Core/Curve25519/Fe.php'),(22906,'wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/Cached.php'),(22907,'wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P1p1.php'),(22908,'wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P2.php'),(22909,'wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P3.php'),(22910,'wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/Precomp.php'),(22911,'wp-includes/sodium_compat/namespaced/Core/Curve25519/H.php'),(22912,'wp-includes/sodium_compat/namespaced/Core/Curve25519.php'),(22913,'wp-includes/sodium_compat/namespaced/Core/Ed25519.php'),(22914,'wp-includes/sodium_compat/namespaced/Core/HChaCha20.php'),(22915,'wp-includes/sodium_compat/namespaced/Core/HSalsa20.php'),(22916,'wp-includes/sodium_compat/namespaced/Core/Poly1305/State.php'),(22917,'wp-includes/sodium_compat/namespaced/Core/Poly1305.php'),(22918,'wp-includes/sodium_compat/namespaced/Core/Salsa20.php'),(22919,'wp-includes/sodium_compat/namespaced/Core/SipHash.php'),(22920,'wp-includes/sodium_compat/namespaced/Core/Util.php'),(22921,'wp-includes/sodium_compat/namespaced/Core/X25519.php'),(22922,'wp-includes/sodium_compat/namespaced/Core/XChaCha20.php'),(22923,'wp-includes/sodium_compat/namespaced/Core/Xsalsa20.php'),(22924,'wp-includes/sodium_compat/namespaced/Crypto.php'),(22925,'wp-includes/sodium_compat/namespaced/File.php'),(22926,'wp-includes/sodium_compat/src/Compat.php'),(22927,'wp-includes/sodium_compat/src/Core/BLAKE2b.php'),(22928,'wp-includes/sodium_compat/src/Core/Base64/Common.php'),(22929,'wp-includes/sodium_compat/src/Core/Base64/Original.php'),(22930,'wp-includes/sodium_compat/src/Core/Base64/UrlSafe.php'),(22931,'wp-includes/sodium_compat/src/Core/ChaCha20/Ctx.php'),(22932,'wp-includes/sodium_compat/src/Core/ChaCha20/IetfCtx.php'),(22933,'wp-includes/sodium_compat/src/Core/ChaCha20.php'),(22934,'wp-includes/sodium_compat/src/Core/Curve25519/Fe.php'),(22935,'wp-includes/sodium_compat/src/Core/Curve25519/Ge/Cached.php'),(22936,'wp-includes/sodium_compat/src/Core/Curve25519/Ge/P1p1.php'),(22937,'wp-includes/sodium_compat/src/Core/Curve25519/Ge/P2.php'),(22938,'wp-includes/sodium_compat/src/Core/Curve25519/Ge/P3.php'),(22939,'wp-includes/sodium_compat/src/Core/Curve25519/Ge/Precomp.php'),(22940,'wp-includes/sodium_compat/src/Core/Curve25519/H.php'),(22941,'wp-includes/sodium_compat/src/Core/Curve25519/README.md'),(22942,'wp-includes/sodium_compat/src/Core/Curve25519.php'),(22943,'wp-includes/sodium_compat/src/Core/Ed25519.php'),(22944,'wp-includes/sodium_compat/src/Core/HChaCha20.php'),(22945,'wp-includes/sodium_compat/src/Core/HSalsa20.php'),(22946,'wp-includes/sodium_compat/src/Core/Poly1305/State.php'),(22947,'wp-includes/sodium_compat/src/Core/Poly1305.php'),(22948,'wp-includes/sodium_compat/src/Core/Salsa20.php'),(22949,'wp-includes/sodium_compat/src/Core/SecretStream/State.php'),(22950,'wp-includes/sodium_compat/src/Core/SipHash.php'),(22951,'wp-includes/sodium_compat/src/Core/Util.php'),(22952,'wp-includes/sodium_compat/src/Core/X25519.php'),(22953,'wp-includes/sodium_compat/src/Core/XChaCha20.php'),(22954,'wp-includes/sodium_compat/src/Core/XSalsa20.php'),(22955,'wp-includes/sodium_compat/src/Core32/BLAKE2b.php'),(22956,'wp-includes/sodium_compat/src/Core32/ChaCha20/Ctx.php'),(22957,'wp-includes/sodium_compat/src/Core32/ChaCha20/IetfCtx.php'),(22958,'wp-includes/sodium_compat/src/Core32/ChaCha20.php'),(22959,'wp-includes/sodium_compat/src/Core32/Curve25519/Fe.php'),(22960,'wp-includes/sodium_compat/src/Core32/Curve25519/Ge/Cached.php'),(22961,'wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P1p1.php'),(22962,'wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P2.php'),(22963,'wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P3.php'),(22964,'wp-includes/sodium_compat/src/Core32/Curve25519/Ge/Precomp.php'),(22965,'wp-includes/sodium_compat/src/Core32/Curve25519/H.php'),(22966,'wp-includes/sodium_compat/src/Core32/Curve25519/README.md'),(22967,'wp-includes/sodium_compat/src/Core32/Curve25519.php'),(22968,'wp-includes/sodium_compat/src/Core32/Ed25519.php'),(22969,'wp-includes/sodium_compat/src/Core32/HChaCha20.php'),(22970,'wp-includes/sodium_compat/src/Core32/HSalsa20.php'),(22971,'wp-includes/sodium_compat/src/Core32/Int32.php'),(22972,'wp-includes/sodium_compat/src/Core32/Int64.php'),(22973,'wp-includes/sodium_compat/src/Core32/Poly1305/State.php'),(22974,'wp-includes/sodium_compat/src/Core32/Poly1305.php'),(22975,'wp-includes/sodium_compat/src/Core32/Salsa20.php'),(22976,'wp-includes/sodium_compat/src/Core32/SecretStream/State.php'),(22977,'wp-includes/sodium_compat/src/Core32/SipHash.php'),(22978,'wp-includes/sodium_compat/src/Core32/Util.php'),(22979,'wp-includes/sodium_compat/src/Core32/X25519.php'),(22980,'wp-includes/sodium_compat/src/Core32/XChaCha20.php'),(22981,'wp-includes/sodium_compat/src/Core32/XSalsa20.php'),(22982,'wp-includes/sodium_compat/src/Crypto.php'),(22983,'wp-includes/sodium_compat/src/Crypto32.php'),(22984,'wp-includes/sodium_compat/src/File.php'),(22985,'wp-includes/sodium_compat/src/PHP52/SplFixedArray.php'),(22986,'wp-includes/sodium_compat/src/SodiumException.php'),(22987,'wp-includes/spl-autoload-compat.php'),(22988,'wp-includes/taxonomy.php'),(22989,'wp-includes/template-loader.php'),(22990,'wp-includes/template.php'),(22991,'wp-includes/theme-compat/comments.php'),(22992,'wp-includes/theme-compat/embed-404.php'),(22993,'wp-includes/theme-compat/embed-content.php'),(22994,'wp-includes/theme-compat/embed.php'),(22995,'wp-includes/theme-compat/footer-embed.php'),(22996,'wp-includes/theme-compat/footer.php'),(22997,'wp-includes/theme-compat/header-embed.php'),(22998,'wp-includes/theme-compat/header.php'),(22999,'wp-includes/theme-compat/sidebar.php'),(23000,'wp-includes/theme.php'),(23001,'wp-includes/update.php'),(23002,'wp-includes/user.php'),(23003,'wp-includes/vars.php'),(23004,'wp-includes/version.php'),(23005,'wp-includes/widgets/class-wp-nav-menu-widget.php'),(23006,'wp-includes/widgets/class-wp-widget-archives.php'),(23007,'wp-includes/widgets/class-wp-widget-calendar.php'),(23008,'wp-includes/widgets/class-wp-widget-categories.php'),(23009,'wp-includes/widgets/class-wp-widget-custom-html.php'),(23010,'wp-includes/widgets/class-wp-widget-links.php'),(23011,'wp-includes/widgets/class-wp-widget-media-audio.php'),(23012,'wp-includes/widgets/class-wp-widget-media-gallery.php'),(23013,'wp-includes/widgets/class-wp-widget-media-image.php'),(23014,'wp-includes/widgets/class-wp-widget-media-video.php'),(23015,'wp-includes/widgets/class-wp-widget-media.php'),(23016,'wp-includes/widgets/class-wp-widget-meta.php'),(23017,'wp-includes/widgets/class-wp-widget-pages.php'),(23018,'wp-includes/widgets/class-wp-widget-recent-comments.php'),(23019,'wp-includes/widgets/class-wp-widget-recent-posts.php'),(23020,'wp-includes/widgets/class-wp-widget-rss.php'),(23021,'wp-includes/widgets/class-wp-widget-search.php'),(23022,'wp-includes/widgets/class-wp-widget-tag-cloud.php'),(23023,'wp-includes/widgets/class-wp-widget-text.php'),(23024,'wp-includes/widgets.php'),(23025,'wp-includes/wlwmanifest.xml'),(23026,'wp-includes/wp-db.php'),(23027,'wp-includes/wp-diff.php'),(23028,'wp-links-opml.php'),(23029,'wp-load.php'),(23030,'wp-login.php'),(23031,'wp-mail.php'),(23032,'wp-settings.php'),(23033,'wp-signup.php'),(23034,'wp-trackback.php'),(23035,'xmlrpc.php');
/*!40000 ALTER TABLE `wpbe_wfknownfilelist` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpbe_wflivetraffichuman`
--

DROP TABLE IF EXISTS `wpbe_wflivetraffichuman`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpbe_wflivetraffichuman` (
  `IP` binary(16) NOT NULL DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',
  `identifier` binary(32) NOT NULL DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',
  `expiration` int(10) unsigned NOT NULL,
  PRIMARY KEY (`IP`,`identifier`),
  KEY `expiration` (`expiration`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpbe_wflivetraffichuman`
--

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

--
-- Table structure for table `wpbe_wflocs`
--

DROP TABLE IF EXISTS `wpbe_wflocs`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpbe_wflocs` (
  `IP` binary(16) NOT NULL DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',
  `ctime` int(10) unsigned NOT NULL,
  `failed` tinyint(3) unsigned NOT NULL,
  `city` varchar(255) DEFAULT '',
  `region` varchar(255) DEFAULT '',
  `countryName` varchar(255) DEFAULT '',
  `countryCode` char(2) DEFAULT '',
  `lat` float(10,7) DEFAULT 0.0000000,
  `lon` float(10,7) DEFAULT 0.0000000,
  PRIMARY KEY (`IP`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpbe_wflocs`
--

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

--
-- Table structure for table `wpbe_wflogins`
--

DROP TABLE IF EXISTS `wpbe_wflogins`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpbe_wflogins` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `hitID` int(11) DEFAULT NULL,
  `ctime` double(17,6) unsigned NOT NULL,
  `fail` tinyint(3) unsigned NOT NULL,
  `action` varchar(40) NOT NULL,
  `username` varchar(255) NOT NULL,
  `userID` int(10) unsigned NOT NULL,
  `IP` binary(16) DEFAULT NULL,
  `UA` text DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `k1` (`IP`,`fail`),
  KEY `hitID` (`hitID`)
) ENGINE=MyISAM AUTO_INCREMENT=2931 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpbe_wflogins`
--

LOCK TABLES `wpbe_wflogins` WRITE;
/*!40000 ALTER TABLE `wpbe_wflogins` DISABLE KEYS */;
INSERT INTO `wpbe_wflogins` VALUES (2058,6420,1568437682.252255,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÃ¡rô','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2059,6421,1568439212.017916,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿD·­±','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2060,6422,1568439232.303059,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ²€','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2061,6423,1568439572.364666,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿRA','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2062,6424,1568440741.174777,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ²>!Þ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2063,6425,1568441039.737223,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ2?Ì','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2064,6426,1568441585.032728,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ‘ïX','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2065,6427,1568442842.565037,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ4%âY','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2066,6428,1568443512.328477,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ‹;ˆT','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2067,6429,1568452191.077747,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÀž’','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2068,6430,1568452532.706330,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¼¦ëŽ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2069,6431,1568453542.983894,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ„”†ö','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2070,6432,1568453877.413893,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ^ŒÀB','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2071,6433,1568454944.885602,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ4­Š¸','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2072,6434,1568455259.700602,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ_ØÊ=','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2073,6435,1568455589.200772,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÀ_','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2074,6436,1568456338.554222,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿBF »','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2075,6437,1568456731.506172,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿgïÙ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2076,6438,1568457018.592048,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ²ª¤Š','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2077,6439,1568457730.791960,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹T¶Ë','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2078,6440,1568458051.199841,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿu5˜h','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2079,6441,1568458401.566876,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿhì÷','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2080,6442,1568459156.809373,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÔãÐ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2081,6443,1568459493.399512,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ²€','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2082,6444,1568459719.224655,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿN<F','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2083,6445,1568461199.845623,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ”H@À','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2084,6446,1568461523.256453,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¬`»	','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2085,6447,1568461958.816353,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ>Ò¬l','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2086,6448,1568462998.486937,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿgZà›','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2087,6449,1568463343.290642,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÜª™‡','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2088,6450,1568463823.423008,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ„”†ö','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2089,6451,1568464058.232589,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¼¥éR','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2090,6452,1568464837.868706,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿmWÈÁ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2091,6453,1568465151.119943,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿŸ”','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2092,6454,1568465509.137626,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿŽ]c8','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2093,6455,1568466262.021432,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹Dl5','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2094,6456,1568466615.251589,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ3½f','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2095,6457,1568467606.807673,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿp¯¸#','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2096,6458,1568468341.845334,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿPÓŒ¼','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2097,6459,1568469071.102855,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ•ÊÉX','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2098,6460,1568475010.399825,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ²>3','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2099,6461,1568475452.737741,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿJsÑý','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2100,6462,1568475997.713395,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿŠDŠ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2101,6463,1568476749.359374,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ²€','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2102,6466,1568478847.016328,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÜª™‡','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2103,6467,1568479940.749120,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ‹;(é','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2104,6468,1568496818.929816,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ²€×–','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2105,6469,1568497076.316791,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¦>zô','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2106,6470,1568497301.828091,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ.ehá','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2107,6471,1568497618.541935,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿaJê^','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2108,6472,1568497880.506905,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ>ŠŠ\r','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2109,6473,1568498091.483402,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ3½f','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2110,6474,1568498759.008591,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ3þ¯¸','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2111,6475,1568499520.563476,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ•8&','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2112,6476,1568499703.524760,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿŸË','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2113,6477,1568500978.417373,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÙ¡','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2114,6478,1568501169.301750,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿPÓŒ¼','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2115,6479,1568501443.810340,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ‡Ïv','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2116,6480,1568501699.050780,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿRÄÔ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2117,6481,1568501898.190860,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿe2','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2118,6482,1568502659.973470,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ‘ïX','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2119,6483,1568502846.372716,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿžEÉ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2120,6484,1568503045.464305,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¶ï+¡','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2121,6485,1568503538.797827,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ‹;¬','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2122,6486,1568503791.491250,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿæ™Ë','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2123,6487,1568503982.866942,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÅ\0d','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2124,6488,1568504224.993426,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹‚8G','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2125,6489,1568505193.084464,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ„”\"','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2126,6490,1568505750.883785,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¶\\¥','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2127,6491,1568506434.985145,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿŸË','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2128,6492,1568506674.436395,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿØžå™','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2129,6493,1568506943.298533,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ€Ç:<','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2130,6494,1568507674.641821,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ\rL›ó','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2131,6495,1568507848.480135,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿaJä°','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2132,6496,1568508146.278375,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ‹;¬','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2133,6497,1568508769.998043,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿk½Z','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2134,6498,1568509301.487417,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ$\\','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2135,6499,1568509598.545913,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿæyó','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2136,6500,1568510540.068642,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÀ_','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2137,6501,1568511057.786712,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÃ¡rô','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2138,6502,1568511735.777784,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÙHÈ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2139,6503,1568511965.558233,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿBF »','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2140,6504,1568512257.094197,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÙ¡','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2141,6505,1568512968.420029,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿQ±®\n','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2142,6506,1568513161.763753,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿl³àM','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2143,6507,1568513460.746062,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¥ã|','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2144,6508,1568513670.135506,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ\rL›ó','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2145,6509,1568514140.904942,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ”H@À','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2146,6510,1568514488.198076,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ«ô2Ì','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2147,6511,1568514664.668671,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ>ŠŠ\r','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2148,6512,1568515108.561009,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ”BŽ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2149,6513,1568515611.744796,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿŠÅ’„','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2150,6514,1568516595.594650,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿŽ]c8','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2151,6515,1568516880.983943,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿhì÷','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2152,6516,1568517267.887086,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÊ\\','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2153,6517,1568517603.956879,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ‰Jž','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2154,6518,1568518530.388415,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ{3˜5','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2155,6519,1568518801.674183,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÎ½çÄ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2156,6520,1568519026.114041,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÀ—Úc','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2157,6521,1568519771.816954,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ€Ç:<','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2158,6522,1568520222.915275,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ‹;¬','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2159,6523,1568533383.384913,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿžEÉ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2160,6524,1568533514.248176,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÙK','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2161,6525,1568533857.734415,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ‹;_y','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2162,6526,1568534474.261066,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ§câ¸','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2163,6527,1568534694.780050,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿu5˜h','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2164,6528,1568535199.156410,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿvîÉ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2165,6529,1568536424.602675,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ3½f','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2166,6530,1568536712.528324,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ)â)','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2167,6531,1568536963.164314,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ«ô2Ì','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2168,6532,1568537174.449252,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿg‡c','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2169,6533,1568537433.415984,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ@ÂÊ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2170,6534,1568538678.712490,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ®Š\0¤','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2171,6535,1568539874.071070,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿl³Ûr','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2172,6536,1568540116.400274,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ€ÇùÕ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2173,6537,1568540365.593107,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ4­Š¸','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2174,6538,1568540814.457132,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÄ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2175,6539,1568541088.467321,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ²>	z','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2176,6540,1568541324.502512,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿg–','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2177,6541,1568541575.654827,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÀ—Úc','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2178,6542,1568541753.505395,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿl³Ûr','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2179,6543,1568542430.697241,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¤„d\r','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2180,6544,1568550060.463165,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿŠDõ‰','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2181,6545,1568550263.002522,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿhì÷','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2182,6546,1568550981.308739,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ%»„k','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2183,6547,1568551552.377493,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿpŒ»H','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2184,6548,1568551742.013537,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÏ7ÿ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2185,6549,1568552294.558365,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÛk4\\','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2186,6550,1568552695.166973,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ_­©','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2187,6551,1568553489.145965,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÎ½çÄ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2188,6552,1568553964.556261,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÆ•','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2189,6553,1568554440.551465,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿCÆ‚ð','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2190,6554,1568555149.259563,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹Dl5','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2191,6555,1568555647.711922,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ§G‰|','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2192,6556,1568556888.823012,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ–SF','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2193,6557,1568557177.057746,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿŽ]l½','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2194,6558,1568557633.715239,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ#ð½=','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2195,6559,1568559119.530568,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿØžå™','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2196,6560,1568611431.461571,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ”BŽ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2197,6561,1568612676.406254,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ•8eï','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2198,6562,1568614013.609074,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÄv6','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2199,6563,1568614652.894659,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿg‡c','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2200,6564,1568615928.402193,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÊš¼','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2201,6565,1568617243.217847,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿOb£','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2202,6566,1568618539.556875,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ„”’æ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2203,6567,1568619877.262984,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÊ\\','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2204,6568,1568620521.274028,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ«ôB','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2205,6569,1568621795.781415,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ3þ¯¸','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2206,6570,1568623127.508241,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÅø','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2207,6571,1568625191.576580,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹„|','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2208,6572,1568625887.074213,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¥ã¶´','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2209,6573,1568626579.486957,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¥ã\\<','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2210,6574,1568627417.169212,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿØxí','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2211,6575,1568627969.364914,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿe2','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2212,6576,1568628493.515342,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÊš¼','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2213,6577,1568628987.407487,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ‹;(é','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2214,6578,1568629923.393636,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿŠDB','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2215,6579,1568630359.695603,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¡‹\Z','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2216,6580,1568631299.909288,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ”H«','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2217,6581,1568632679.415417,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ€Çß','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2218,6582,1568633079.961261,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿvþ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2219,6583,1568633525.879917,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿzÉv','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2220,6584,1568634347.697103,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿN/DT','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2221,6585,1568634790.315124,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿgQV&','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2222,6586,1568635283.042451,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿŠDB','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2223,6587,1568636142.130328,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ%÷6','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2224,6588,1568636644.370314,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿŸY”D','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2225,6589,1568637016.387148,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ‘ï´`','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2226,6590,1568637513.080657,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ‹;_y','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2227,6591,1568637934.758073,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿD·b','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2228,6592,1568639734.370214,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÙ¡','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2229,6593,1568640164.354135,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÆüi','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2230,6594,1568641028.576096,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿzÉv','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2231,6595,1568642374.913097,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ{3˜5','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2232,6596,1568642929.071318,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ>Õñ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2233,6597,1568643825.878964,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ-(‡I','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2234,6598,1568644237.296268,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ@ÂÊ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2235,6599,1568645139.846540,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ%»„k','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2236,6600,1568646621.420585,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ.¤7','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2237,6601,1568647142.572236,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿæyó','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2238,6602,1568647558.966536,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿu5˜h','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2239,6603,1568651203.747566,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿu5˜h','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2240,6604,1568651871.991362,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÀñÜã','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2241,6605,1568652621.493668,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿæ—=','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2242,6606,1568653535.546875,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ%»„k','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2243,6607,1568654047.131189,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ²€','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2244,6608,1568654969.217291,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÀ‘ìF','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2245,6609,1568655455.318464,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÆœÖ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2246,6610,1568655875.450991,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿE§»Ì','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2247,6611,1568656872.779802,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿmWÈÁ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2248,6612,1568659217.992272,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ>Ò¬l','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2249,6613,1568659655.597554,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿE§»Ì','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2250,6614,1568660205.334358,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ«ô2Ì','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2251,6615,1568661178.561888,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ‹;_y','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2252,6616,1568661578.797694,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ½','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2253,6617,1568662035.451201,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ•8eï','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2254,6618,1568662998.366169,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ²>G^','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2255,6619,1568663463.660872,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿcÃ/','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2256,6620,1568664434.462165,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¢7ä','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2257,6621,1568664953.876838,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ§cûÀ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2258,6622,1568665383.180819,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿl³Ûr','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2259,6623,1568666300.255159,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ_­©','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2260,6624,1568667225.604552,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ3þ¯¸','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2261,6625,1568667766.274430,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ#ð½=','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2262,6626,1568669616.765070,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ‡Ïv','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2263,6627,1568670585.104178,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿhøî','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2264,6628,1568671115.632566,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹¦ƒ“','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2265,6629,1568671614.021490,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ.ehá','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2266,6630,1568673895.432921,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¢ÖO','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2267,6631,1568675320.868849,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ2?£Ç','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2268,6632,1568675807.208135,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿžEÉ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2269,6633,1568676766.689103,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ§G‰|','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2270,6634,1568677239.991546,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÎ½çÄ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2271,6635,1568679176.892066,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿæyó','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2272,6636,1568679584.610332,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿl¯\nq','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2273,6638,1568681429.059402,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ%»„k','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2274,6639,1568682419.860915,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ%÷6','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2275,6640,1568682948.842335,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÆœÖ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2276,6641,1568683372.279382,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿŸËXx','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2277,6642,1568686216.799332,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ²>	z','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2278,6643,1568686696.583111,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¼¦µ‹','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2279,6644,1568687605.914091,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ>¢gÎ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2280,6645,1568688610.767888,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿD·b','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2281,6646,1568689044.014433,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ«ôB','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2282,6647,1568689548.094406,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÀ©è‚','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2283,6648,1568690044.656909,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ²€Hu','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2284,6649,1568690510.578104,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ²>G^','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2285,6650,1568690952.099195,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÙHÈ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2286,6651,1568691423.576848,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ²>Ýt','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2287,6652,1568693807.021272,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿžEÉ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2288,6653,1568694312.832757,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ}‹','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2289,6654,1568694781.236647,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿoç.','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2290,6655,1568695706.749514,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ°5','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2291,6656,1568696176.364477,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿŽ]c8','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2292,6657,1568698511.714868,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ_Žx1','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:50.0) Gecko/20100101 Firefox/50.0'),(2293,6658,1568698516.857583,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ_Žx1','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:50.0) Gecko/20100101 Firefox/50.0'),(2294,6659,1568699041.154521,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿg‡c','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2295,6660,1568699983.957352,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ>Õñ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2296,6661,1568700471.468966,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿžEÉ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2297,6662,1568701299.012922,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿaJä°','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2298,6663,1568702742.136331,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿl³àM','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2299,6664,1568703257.407993,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÏ7ÿ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2300,6665,1568703731.164390,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ]rVâ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2301,6666,1568704684.321621,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ”H@À','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2302,6667,1568705165.942499,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿhøî','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2303,6668,1568705641.316368,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÀ©‹','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2304,6669,1568706118.601646,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿpŒ»H','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2305,6670,1568706639.079580,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿRÊù&','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2306,6671,1568708958.828645,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ‘ï´`','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2307,6672,1568709422.108899,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ#¼M','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2308,6673,1568709904.799361,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ]rVâ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2309,6674,1568710531.883228,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ²>!Þ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2310,6675,1568711438.338517,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ>Ò¬l','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2311,6676,1568711893.777624,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ²€×–','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2312,6677,1568712349.071172,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ§rv‡','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2313,6678,1568714300.291963,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿæ\\þ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2314,6679,1568714780.822924,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ®LhC','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2315,6680,1568715263.259248,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ.-#','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2316,6681,1568716186.637823,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¤ €d','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2317,6682,1568716648.586745,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ)â)','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2318,6683,1568716895.554110,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ±5Œð','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(2319,6684,1568716895.689772,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ²Ò®2','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(2320,6685,1568716913.405742,1,'loginFailInvalidUsername','bestcerakoteflorida.com',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹V§{','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(2321,6686,1568716915.525483,1,'loginFailInvalidUsername','bestcerakoteflorida.com',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ#í¹±','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(2322,6687,1568717036.093792,1,'loginFailInvalidUsername','bestcerakoteflorida.com',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¢Õù„','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(2323,6688,1568717083.812243,1,'loginFailInvalidUsername','bestcerakoteflorida.com',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¬]{\'','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(2324,6689,1568717109.709346,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿk´x7','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(2325,6690,1568717176.901702,1,'loginFailInvalidUsername','bestcerakoteflorida.com',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¸¨k','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(2326,6691,1568717374.212686,1,'loginFailInvalidUsername','bestcerakoteflorida.com',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ ™š\Z','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(2327,6693,1568717648.791612,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿk´x@','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(2328,6694,1568717807.113906,1,'loginFailInvalidUsername','bestcerakoteflorida.com',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ>€4\Z','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(2329,6695,1568717844.413083,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿCãÀµ','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(2330,6696,1568717935.806913,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿgùdÄ','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(2331,6697,1568717937.650142,1,'loginFailInvalidUsername','bestcerakoteflorida.com',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÏ´ËÀ','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(2332,6698,1568717994.196086,1,'loginFailInvalidUsername','bestcerakoteflorida.com',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ”H6«','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(2333,6699,1568718019.211095,1,'loginFailInvalidUsername','bestcerakoteflorida.com',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹w¬˜','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(2334,6700,1568718020.221170,1,'loginFailInvalidUsername','bestcerakoteflorida.com',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¸¨Á¨','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(2335,6701,1568718077.093661,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ\'h\'','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(2336,6702,1568718295.272710,1,'loginFailInvalidUsername','bestcerakoteflorida.com',0,'\0\0\0\0\0\0\0\0\0\0ÿÿgÆ©','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(2337,6703,1568718313.662177,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ ™š','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(2338,6704,1568718419.982400,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿgme†','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(2339,6705,1568718635.756248,1,'loginFailInvalidUsername','bestcerakoteflorida.com',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ.-x','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(2340,6706,1568718729.471019,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ2?ÅG','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(2341,6709,1568719044.282830,1,'loginFailInvalidUsername','bestcerakoteflorida.com',0,'\0\0\0\0\0\0\0\0\0\0ÿÿY.<','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(2342,6710,1568720044.534196,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¢ÖO','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2343,6711,1568720519.337474,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ€Ç´{','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2344,6712,1568720984.503939,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿRA','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2345,6713,1568722012.469809,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿl¯\nq','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2346,6714,1568722519.941348,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿBF »','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2347,6715,1568723535.256196,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ†Ñf“','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2348,6716,1568724485.329458,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿQ±®\n','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2349,6717,1568724985.179612,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÀã€ñ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2350,6718,1568725543.880793,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÅø','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2351,6719,1568726495.272480,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿhì÷','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2352,6720,1568726994.304960,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿgOÌ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2353,6721,1568727490.599198,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¢{k','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2354,6722,1568729015.249159,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÆS¿','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2355,6723,1568729978.379796,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¢7ä','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2356,6724,1568730516.676559,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÎ½†','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2357,6725,1568730897.594235,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ‹¢°','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2358,6726,1568731577.650968,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ@)S\Z','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2359,6727,1568731819.480221,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ)â)','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2360,6728,1568732230.111363,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ3Ñ]','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2361,6729,1568733497.239157,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ_ØÊ=','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2362,6730,1568733856.081299,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÀ_','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2363,6731,1568734677.392914,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ•8&','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2364,6732,1568735021.603589,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÕŸÒ:','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2365,6733,1568735376.638791,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿl¯\nq','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2366,6734,1568736488.953188,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿØžå™','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2367,6735,1568736872.328025,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÎ½—Ì','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2368,6736,1568737185.992312,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿXc•q','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2369,6737,1568738354.975030,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿg=Â‚','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2370,6738,1568738779.281635,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÛk4\\','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2371,6739,1568739116.063099,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÊ\\','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2372,6740,1568739485.067047,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿD·b','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2373,6741,1568740155.871176,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿaJä°','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2374,6742,1568740521.157712,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ²>bÄ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2375,6743,1568740929.080799,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿgúÂ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2376,6744,1568741654.613073,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿgÝÝ…','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2377,6745,1568742020.128721,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿgÜ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2378,6746,1568742358.092966,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ²>	z','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2379,6747,1568742693.191077,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ3ž§»','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2380,6748,1568743413.020811,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ®LhC','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2381,6749,1568744159.391165,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÆ;<','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2382,6750,1568744958.269754,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ^»‚','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2383,6751,1568745673.709007,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿE§»Ì','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2384,6752,1568746842.710111,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿhîl','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2385,6753,1568747422.587172,1,'loginFailInvalidUsername','test',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ˜ˆRõ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2386,6754,1568747647.326691,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ§cJw','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2387,6755,1568748429.296101,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ§c4þ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2388,6756,1568748779.733862,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ|Ùë‘','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2389,6757,1568749141.907351,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¬`ºˆ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2390,6758,1568750337.056563,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ”H@À','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2391,6759,1568750733.713113,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ†ÑÓ™','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2392,6760,1568751076.722456,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÐW`³','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2393,6761,1568751658.031208,1,'loginFailInvalidUsername','wordpress',0,'\0\0\0\0\0\0\0\0\0\0ÿÿzß[','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2394,6762,1568751859.271161,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿŸËl×','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2395,6763,1568752253.887906,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¥8','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2396,6764,1568752618.806334,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ_­©','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2397,6765,1568753065.649348,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÀã€ñ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2398,6766,1568753436.974158,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿQ±®\n','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2399,6767,1568753825.185211,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿaJä°','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2400,6768,1568754645.672256,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ€ÇÔÂ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2401,6769,1568755335.556245,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÀ—Úc','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2402,6770,1568755769.016972,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ®Š\0¤','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2403,6771,1568755888.996188,1,'loginFailInvalidUsername','test',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ}.:8','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2404,6772,1568756526.219268,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿâƒ±','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2405,6773,1568756892.460525,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ#áƒÕ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2406,6774,1568757692.631031,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿOb£','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2407,6775,1568758077.778000,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹p!Ê','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2408,6776,1568758464.188767,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿQ«š','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2409,6777,1568759254.163002,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ3Y','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2410,6778,1568760023.364349,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹P\\{','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2411,6779,1568760800.504395,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ”B‡','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2412,6780,1568761631.085006,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿl³ìC','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2413,6781,1568762026.779741,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ†Ñ+','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2414,6782,1568762787.538105,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ²>LŠ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2415,6783,1568763164.899197,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ#áƒÕ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2416,6784,1568763630.683226,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ‹;_y','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2417,6785,1568764332.222146,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ)â)','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2418,6786,1568764796.734365,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¼¦ëŽ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2419,6787,1568765590.007499,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ§rv‡','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2420,6788,1568765964.578806,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿJÉ¬”','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2421,6789,1568766355.946536,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿgSÀB','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2422,6790,1568767147.932563,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÇ\"ñ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2423,6791,1568767632.719302,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ3K „','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2424,6792,1568767975.469751,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ‹;¬','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2425,6794,1568768813.278522,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿD·b','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2426,6795,1568769163.161504,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÀc/\n','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2427,6796,1568769516.774615,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ%»„k','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2428,6797,1568770326.916664,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÐW`³','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2429,6798,1568770794.909615,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ€Ç´{','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2430,6799,1568771567.734192,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ„”e','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2431,6800,1568771978.803049,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿgSÀB','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2432,6801,1568772770.968692,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ§cJw','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2433,6802,1568772901.209932,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ#ÓF','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2434,6803,1568773145.310623,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ±$â','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2435,6804,1568774023.509512,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ|Ùëc','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2436,6805,1568774412.325967,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ”B‘…','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2437,6806,1568774790.325953,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ\rC·+','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2438,6807,1568776411.277595,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿæ™Ë','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2439,6808,1568777892.421238,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿe2','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2440,6809,1568778034.600035,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÊœ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2441,6810,1568778922.012133,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿgJzþ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2442,6811,1568779274.024142,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÑÞ:','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2443,6812,1568779695.236043,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ-u¨ì','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2444,6813,1568780750.321723,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ„”÷Ò','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2445,6814,1568780991.591917,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ†ÑÓ™','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2446,6815,1568781449.196285,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ‹;_y','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2447,6816,1568781799.350093,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¢','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2448,6817,1568782612.242616,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÄ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2449,6818,1568783028.700947,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÀcÈE','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2450,6819,1568783294.195861,1,'loginFailInvalidUsername','test',0,'\0\0\0\0\0\0\0\0\0\0ÿÿkªé–','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2451,6820,1568783498.796125,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ%»Y','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2452,6821,1568784243.727131,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ43’ú','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2453,6822,1568784729.752102,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ3KÍh','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2454,6823,1568785590.975527,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿoZŒd','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2455,6824,1568785974.695699,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ#¼M','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2456,6825,1568786393.441456,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ3&ëf','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2457,6826,1568787349.006346,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ2?Ì','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2458,6827,1568787721.778665,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÕŸÒ:','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2459,6828,1568788162.988618,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿgâ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2460,6829,1568788607.189301,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ€ÇùÕ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2461,6830,1568788999.245342,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÆœÖ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2462,6831,1568789390.822418,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÀ£æL','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2463,6832,1568789844.842251,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ/[å»','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2464,6833,1568790287.241824,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿgÝÝ…','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2465,6834,1568791117.235031,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿgúÂ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2466,6835,1568791921.698582,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ£,Æ4','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2467,6836,1568793246.947114,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ)LÔµ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2468,6837,1568793699.086040,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ4@¨\0','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2469,6838,1568794493.706941,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿŸË+','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2470,6839,1568794917.415527,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÀcÈE','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2471,6840,1568795379.320650,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ†Ñ+','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2472,6841,1568796708.343940,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ{3˜5','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2473,6842,1568797099.504600,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ/J‰e','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2474,6843,1568797926.550561,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿåTZ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2475,6844,1568798812.103962,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ§cJw','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2476,6845,1568799233.101308,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ²ª¤Š','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2477,6846,1568800126.796679,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿR¥›Œ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2478,6847,1568800572.118562,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿpNV','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2479,6848,1568801002.970159,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ²ª¤Š','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2480,6849,1568802244.641715,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÎ½—Ì','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2481,6850,1568802678.641103,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÔ[œ4','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2482,6851,1568803178.768192,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÊš¼','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2483,6852,1568804433.842721,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿkªÑö','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2484,6853,1568804888.401816,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿvîÉ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2485,6854,1568805722.979444,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ”B‡','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2486,6855,1568806169.500965,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¥[À','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2487,6856,1568807142.882385,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¼¦E','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2488,6857,1568807965.000248,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿD·‚ž','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2489,6858,1568808357.979030,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÑ: õ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2490,6859,1568808827.603405,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿYÝñ\"','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2491,6860,1568809829.452986,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿæyó','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2492,6861,1568810225.850145,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿŽ]l½','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2493,6862,1568810628.047941,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÀcÈE','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2494,6863,1568811564.769029,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿŸË8¢','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2495,6864,1568811956.535978,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ²>bÄ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2496,6865,1568812433.443622,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¼¦E','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2497,6866,1568813324.592417,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ]rVâ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2498,6867,1568813771.310029,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ²>Ýt','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2499,6868,1568814212.793155,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ§cF¿','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2500,6869,1568814658.250701,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¥8','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2501,6870,1568815529.763325,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿŽ,£d','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2502,6871,1568815956.837423,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿˆó2F','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2503,6872,1568816442.483810,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÃÉ„¾','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2504,6873,1568817336.509293,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ©=Òö','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2505,6874,1568817824.903127,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿQ±1<','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2506,6875,1568818249.427492,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ)ò£','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2507,6876,1568818702.090092,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ3Y','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2508,6877,1568819597.658530,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ§rD','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2509,6878,1568820127.287221,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿgQTŒ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2510,6879,1568820622.300348,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿŸY¸','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2511,6880,1568821036.043785,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿŽ,£d','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2512,6881,1568821829.398448,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ)LÔµ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2513,6882,1568822377.974156,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿXÚi','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2514,6883,1568822829.656453,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿl³ìC','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2515,6884,1568823789.445295,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿØ9ã','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2516,6885,1568824308.970821,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿæ‰W','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2517,6886,1568825194.194633,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹dCN','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2518,6887,1568825631.284812,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¤„d\r','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2519,6888,1568826541.814772,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ@ÂÊ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2520,6889,1568827540.178887,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¢ÖQ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2521,6890,1568828046.280312,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ$\\','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2522,6891,1568848463.775393,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿQ±®\n','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2523,6892,1568851967.826747,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ²>G^','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2524,6893,1568859079.383394,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÆS¿','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2525,6894,1568862474.301342,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿObh','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2526,6895,1568865484.046650,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ§G‰ý','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2527,6896,1568868040.033896,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ4@¨\0','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2528,6897,1568870633.420425,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹ˆÌN','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2529,6898,1568873301.137461,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿhîIØ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2530,6899,1568878796.072546,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿØ9ä','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2531,6900,1568881696.186006,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ/ZN‹','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2532,6901,1568893520.504456,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ§rv‡','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2533,6902,1568896527.964411,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ‡Ïv','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2534,6903,1568902743.895688,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿQ±!','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2535,6904,1568908989.930755,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ§rv‡','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2536,6906,1569111608.622650,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ2?Å#','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(2537,6907,1569111791.998023,1,'loginFailInvalidUsername','bestcerakoteflorida',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ§GlA','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(2538,6908,1569111891.345062,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÆN²','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(2539,6909,1569112264.370375,1,'loginFailInvalidUsername','bestcerakoteflorida',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÆGæM','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(2540,6910,1569112264.450183,1,'loginFailInvalidUsername','bestcerakotefloridacom',0,'\0\0\0\0\0\0\0\0\0\0ÿÿCáÔ','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(2541,6912,1569112429.022837,1,'loginFailInvalidUsername','bestcerakoteflorida',0,'\0\0\0\0\0\0\0\0\0\0ÿÿY.h½','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(2542,6913,1569112570.887093,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿEÈÝ','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(2543,6915,1569112730.405982,1,'loginFailInvalidUsername','bestcerakotefloridacom',0,'\0\0\0\0\0\0\0\0\0\0ÿÿØÛQ–','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(2544,6917,1569112758.346842,1,'loginFailInvalidUsername','bestcerakoteflorida',0,'\0\0\0\0\0\0\0\0\0\0ÿÿY»Ž','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(2545,6918,1569112783.596523,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿaJ»','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(2546,6919,1569113074.702456,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿk´x<','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(2547,6920,1569113142.954412,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿØƒ_¢','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(2548,6921,1569113171.150961,1,'loginFailInvalidUsername','bestcerakotefloridacom',0,'\0\0\0\0\0\0\0\0\0\0ÿÿggm','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(2549,6922,1569113453.871026,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¶2‚5','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(2550,6923,1569113548.845801,1,'loginFailInvalidUsername','bestcerakotefloridacom',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ3ÿ0¶','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(2551,6924,1569113579.386378,1,'loginFailInvalidUsername','bestcerakoteflorida',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ²!Ý!','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(2552,6925,1569113769.813410,1,'loginFailInvalidUsername','bestcerakotefloridacom',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ»I!L','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(2553,6926,1569113816.270137,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿgå','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(2554,6927,1569113863.289787,1,'loginFailInvalidUsername','bestcerakoteflorida',0,'\0\0\0\0\0\0\0\0\0\0ÿÿaJu','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(2555,6929,1569178852.385925,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ² tý','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2556,6930,1569179530.115599,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ‡Ïv','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2557,6931,1569180918.157317,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ2?£Ç','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2558,6932,1569181626.645837,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ’¹·k','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2559,6933,1569182325.889611,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ€Çô–','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2560,6934,1569182975.417080,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ2?£Ç','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2561,6935,1569183666.150911,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿŠDõ‰','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2562,6936,1569185070.383656,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ’”PX','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2563,6937,1569185823.104731,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ‹;¢=','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2564,6938,1569186463.369638,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿhîIØ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2565,6939,1569187143.497223,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ%÷6','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2566,6940,1569189264.713121,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¡‹\Z','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2567,6941,1569189946.476348,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ-v‘T','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2568,6942,1569190699.878806,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿxOµ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2569,6943,1569191394.602326,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿoZŒd','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2570,6944,1569194144.010223,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÆ•','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2571,6945,1569194908.751511,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿgÑÇ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2572,6946,1569195650.619629,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿæ™Ë','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2573,6947,1569196293.344866,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿŸA›u','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2574,6948,1569197024.670177,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿŸAUi','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2575,6949,1569197761.125786,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ„”e','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2576,6950,1569200652.775821,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ•ÊÌh','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2577,6951,1569201397.867973,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÔ/äy','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2578,6952,1569202088.510745,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿAJ±Z','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2579,6953,1569202854.100507,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿgÞB','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2580,6954,1569203551.851205,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ_­³v','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2581,6955,1569204293.093339,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ<õ<—','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2582,6956,1569205050.497244,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿQ±!','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2583,6957,1569206460.462509,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¼¥ú†','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2584,6958,1569207179.644488,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ.eâ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2585,6959,1569207952.298531,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÛk4\\','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2586,6960,1569210086.877773,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿaJä°','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2587,6961,1569210869.358514,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ²€²»','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2588,6962,1569212134.100761,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ‘ïüZ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2589,6963,1569213063.657056,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿRÄÔ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2590,6964,1569213767.684428,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ”B‘…','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2591,6965,1569219295.725278,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¼¥Îr','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2592,6966,1569221467.009937,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ‹;ŽR','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2593,6967,1569223036.453810,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ€ÇùÕ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2594,6968,1569223671.856727,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÆB#','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2595,6969,1569224361.051365,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ§G‰|','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2596,6970,1569225104.435322,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ‹;(é','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2597,6971,1569225791.832273,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÏ&V’','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2598,6972,1569226559.874097,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¥ã|','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2599,6973,1569227231.493647,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿŠÅ‡f','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2600,6974,1569227947.588964,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÙK','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2601,6975,1569230401.981823,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ²€Hu','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2602,6976,1569231138.406338,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿl³Û','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2603,6977,1569231826.240874,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿgÞB','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2604,6978,1569232474.732450,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ-v‘T','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2605,6979,1569233682.068711,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ‡Â','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2606,6980,1569234338.728314,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¢~h','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2607,6981,1569234913.316295,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÁ\"‘','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2608,6982,1569235570.505007,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿhøî','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2609,6984,1569237077.768611,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ”B‡E','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2610,6985,1569237713.924620,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ²ª¤Š','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2611,6986,1569238317.887479,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿhƒ:³','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2612,6987,1569238925.391935,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÎ½çÄ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2613,6988,1569239554.299806,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹T¶Ë','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2614,6989,1569240199.103208,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÀ©ã†','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2615,6990,1569240848.881939,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÛk4\\','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2616,6991,1569242042.126334,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿØžå™','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2617,6992,1569242714.883203,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÃ¡rô','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2618,7016,1569378040.760139,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿAJ±Z','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2619,7017,1569378569.624953,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÆÇF0','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2620,7018,1569378867.652528,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿgâ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2621,7019,1569379502.850596,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ‘ïX','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2622,7020,1569380059.482447,0,'loginOK','bestcerakote_wp',1,'\0\0\0\0\0\0\0\0\0\0ÿÿIUü?','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Safari/537.36'),(2623,7021,1569380425.703474,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ‹:	','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2624,7022,1569380670.786101,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹p!Ê','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2625,7023,1569380938.952627,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹T¶Ë','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2626,7024,1569381575.194919,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿD·¸ó','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2627,7025,1569381796.745988,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ’¹·k','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2628,7026,1569382464.598793,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÀc/\n','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2629,7027,1569382673.635592,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ‹;(é','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2630,7028,1569383280.148954,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿŠDf¸','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2631,7029,1569385360.352701,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿn-Þ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2632,7030,1569385654.893921,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ–_4o','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2633,7031,1569386629.283455,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÆ&Tþ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2634,7032,1569386900.343513,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿŠDõ‰','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2635,7033,1569387535.835475,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÎ½^Ó','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2636,7034,1569387821.412750,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ#ô\'ª','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2637,7035,1569389117.836253,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ‹;\\','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2638,7036,1569389311.987281,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÕ [G','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2639,7037,1569389630.108828,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¼¥ú†','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2640,7038,1569390528.827287,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿgÄx','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2641,7039,1569390864.575418,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿl©µ¹','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2642,7040,1569391218.227656,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿY4','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2643,7041,1569400740.524821,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¦>U5','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2644,7042,1569407224.779065,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ\"M´ó','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2645,7043,1569408416.992480,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÀñÜã','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2646,7044,1569414968.356526,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ–¤z','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2647,7045,1569417317.877260,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ·Z·˜','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2648,7046,1569418985.996329,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ†Ñ+','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2649,7047,1569424069.462267,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿg0Â_','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2650,7048,1569424769.238201,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÙ0«','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2651,7049,1569425700.500586,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹2Ä','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2652,7050,1569427956.791993,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿŽ];%','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2653,7051,1569429730.090169,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ‹;dÿ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2654,7054,1569520978.522310,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿg0Â_','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2655,7055,1569522930.519854,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÃê7','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2656,7076,1569530310.128537,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¼þn','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2657,7079,1569673733.737389,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¢<¥','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2658,7080,1569674785.335134,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ:Ùk²','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2659,7081,1569676489.796661,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿŠDf¸','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2660,7082,1569684496.984276,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÌU','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2661,7083,1569685586.100976,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ‹;^Ë','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2662,7084,1569686031.707776,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¼]K†','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2663,7085,1569687666.592640,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ3KÍh','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2664,7086,1569688200.055171,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ²>äz','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2665,7087,1569705359.828223,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ­Ôì8','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2666,7088,1569705888.267207,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿhø(a','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2667,7089,1569711370.994248,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿMIDú','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2668,7090,1569718675.296564,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹^æö','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2669,7091,1569722763.093655,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ3Sb±','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2670,7092,1569723937.720887,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ/b„\\','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2671,7093,1569788826.485151,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿŽ¯','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2672,7222,1570088147.177123,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿõl','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2673,7223,1570090816.434096,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿvDª‚','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2674,7224,1570091550.194023,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÕµ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2675,7225,1570124193.842300,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹2','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2676,7228,1570142700.442501,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ€ÇÔÂ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2677,7229,1570184339.775115,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ#à÷J','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2678,7230,1570194131.836353,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ_­³v','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2679,7231,1570205839.932890,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿMxiT','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2680,7232,1570206552.562197,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹Ð¤x','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2681,7233,1570217088.127813,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÀ©óà','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2682,7234,1570250514.016359,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ[†øæ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2683,7236,1570841448.946901,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ>•','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:67.0) Gecko/20100101 Firefox/67.0'),(2684,7237,1571039613.868852,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¾i','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2685,7238,1571045488.736766,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ®Š6m','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2686,7323,1571051733.788026,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ#½4Ä','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2687,7324,1571054462.832275,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿD·††','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2688,7325,1571061670.429047,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿn-c','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2689,7326,1571062645.661784,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ„”“','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2690,7327,1571095626.067191,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ/4,Â','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2691,7328,1571229204.713831,0,'loginOK','bestcerakote_wp',1,'\0\0\0\0\0\0\0\0\0\0ÿÿIUü?','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.90 Safari/537.36'),(2692,7329,1571229284.735654,0,'loginOK','bestcerakote_wp',1,'\0\0\0\0\0\0\0\0\0\0ÿÿIUü?','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.90 Safari/537.36'),(2693,7330,1571391172.018028,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ#Óg›','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2694,7331,1571393469.018345,1,'loginFailInvalidUsername','badmin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÜª™‡','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2695,7332,1571395637.196436,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿõ™','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2696,7333,1571396844.890106,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿkªé–','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2697,7334,1571397092.166704,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿUÐÝ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2698,7335,1571421319.314066,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÊ.Ì','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2699,7336,1571422671.963771,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ/4,Â','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2700,7337,1571425077.466450,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹\ZœE','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2701,7338,1571425843.906469,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÀcd3','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2702,7339,1571426331.561881,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿkªé–','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2703,7340,1571426559.551318,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹\\Þt','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2704,7341,1571427347.721971,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÊ:>W','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2705,7342,1571428568.962129,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ6[÷µ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2706,7343,1571428812.213021,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿáA','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2707,7344,1571430085.422690,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ#ïÍU','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2708,7345,1571432093.589454,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ–_4o','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2709,7346,1571432700.982849,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ%;H','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2710,7347,1571443940.329008,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¼¦.Î','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2711,7348,1571444109.493621,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿU:yS','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2712,7349,1571457800.536041,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ\rè\\O','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2713,7350,1571475491.958807,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿk½Z','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2714,7352,1571475708.639570,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿhƒ¥','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2715,7353,1571479140.668741,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿŽ¯','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2716,7354,1571479188.820408,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÔUNÖ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2717,7355,1571480648.228338,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¥ñã','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2718,7356,1571812095.818623,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿŠD)Ï','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2719,7357,1571818024.068635,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿŽ]1Œ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2720,7358,1571830550.614727,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ•ÿ8','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2721,7359,1571834542.192179,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ„”“','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2722,7360,1571834949.998014,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÝì?','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2723,7361,1571837025.131518,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿl§±È','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2724,7362,1571854140.662469,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿáA','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2725,7363,1571880497.760264,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿŸYE','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2057,6419,1568437324.334453,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÙHÈ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2056,6418,1568436944.161129,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ”H@À','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2055,6409,1568430921.354289,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ†ÑŸØ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2054,6406,1568429379.409855,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿN/DT','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2053,6401,1568426247.621171,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ2?Ì','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2052,6399,1568424041.606066,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿgZà›','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2051,6397,1568421672.207917,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÆS¿','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2050,6396,1568420130.115728,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿzÉv','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2049,6395,1568419406.017810,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ²>G^','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2048,6393,1568417877.653964,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿŽ]c8','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2047,6392,1568417795.637509,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿJsÑý','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2046,6391,1568417090.957216,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÔ[œ4','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2045,6389,1568416349.868566,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¡‹\Z','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2044,6385,1568413333.243444,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿBF »','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2043,6382,1568411015.481399,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ„”’æ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2042,6379,1568409537.707075,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿŽ]c8','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2041,6377,1568408799.324893,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ2?£Ç','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(1941,6272,1568333759.507087,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÚ,Ã','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(1942,6273,1568334535.392093,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ.ehá','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(1943,6274,1568335173.098515,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¼¥éR','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(1944,6275,1568335980.888954,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ–_4o','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(1945,6276,1568336305.530873,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ\rL›ó','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(1946,6277,1568336786.944263,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ„”“','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(1947,6278,1568337789.258244,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ‹;(é','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(1948,6279,1568338152.206529,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿgZà›','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(1949,6280,1568338463.042484,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿË\\!]','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(1950,6281,1568339249.308942,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÁZZ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(1951,6282,1568339935.359009,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ”BŽ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(1952,6283,1568340368.688232,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿOb£','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(1953,6284,1568341850.244412,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÙK','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(1954,6285,1568342192.917301,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿª{','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(1955,6286,1568342572.247725,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ•ÊÌh','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(1956,6287,1568343725.260872,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ§G‰|','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(1957,6288,1568344052.750364,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÙ¡','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(1958,6289,1568345850.539279,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿŸË','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(1959,6290,1568346284.994535,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿŠDŠ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(1960,6291,1568346992.653213,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿE§»Ì','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(1961,6292,1568347331.965027,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿŽ,’Œ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(1962,6293,1568348073.863670,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿåTZ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(1963,6294,1568348451.456843,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ«ô2Ì','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(1964,6295,1568348795.645280,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¢Ùø$','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(1965,6296,1568349575.171443,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿŠDõ‰','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(1966,6297,1568350271.961435,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¢7ä','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(1967,6298,1568350596.003326,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ3½f','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(1968,6299,1568351029.757543,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÅ\0d','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(1969,6300,1568352089.852665,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÇ\"ñ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(1970,6301,1568353205.295050,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÎ½çÄ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(1971,6302,1568353553.607954,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ’ÿeØ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(1972,6303,1568353953.590851,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¼¦µ‹','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(1973,6304,1568354675.173198,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¥ã|','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(1974,6305,1568355012.304437,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ„”†ö','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(1975,6306,1568355146.579876,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ€Ç›','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(1976,6307,1568356509.840861,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÁ\"‘','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(1977,6308,1568357282.032757,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÀã€ñ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(1978,6309,1568357645.086681,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ]rVâ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(1979,6310,1568359117.635316,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ±$â','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(1980,6311,1568360233.448929,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿzÉv','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(1981,6312,1568360624.236669,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÅø','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(1982,6313,1568360937.608334,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿk½Û','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(1983,6314,1568362402.108874,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÀ—Úc','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(1984,6316,1568364630.403247,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ@ÂÊ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(1985,6317,1568364953.518333,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹¦ƒ“','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(1986,6318,1568366472.825306,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿRÄÔ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(1987,6319,1568367210.419468,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÄ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(1988,6320,1568367952.678593,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ;?£','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(1989,6321,1568368260.570054,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿG\rˆW','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(1990,6322,1568369014.039557,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÔ[œ4','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(1991,6323,1568369348.521511,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ}‹','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(1992,6324,1568370124.960287,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¤ €d','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(1993,6325,1568371909.868563,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿŸË+','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(1994,6326,1568373052.241716,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ«ôB','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(1995,6327,1568374809.870206,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿŠDf¸','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(1996,6328,1568375174.764316,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÀž’','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(1997,6329,1568375505.996892,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¦>$Þ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(1998,6330,1568376668.951019,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¢Ùø$','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(1999,6331,1568377827.912107,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¶ï+¡','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2000,6332,1568378559.193967,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿl³àM','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2001,6333,1568378889.737181,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ•8eï','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2002,6334,1568379690.404846,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÔãÐ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2003,6335,1568380398.842698,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿßx','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2004,6336,1568381173.441208,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿŸË','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2005,6337,1568381543.581647,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ‹;¬','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2006,6338,1568382292.650564,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¡‹\Z','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2007,6339,1568382940.534086,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿl³Ûr','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2008,6340,1568383396.672483,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÀ©‹','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2009,6341,1568384205.092993,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿßx','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2010,6342,1568384555.139657,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿŽ]c8','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2011,6343,1568385383.830589,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ}‹','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2012,6344,1568385674.970038,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ\"DÖÛ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2013,6345,1568386102.086549,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿl³Ûr','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2014,6346,1568386867.230497,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¥ã¶´','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2015,6347,1568388004.715391,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ-(‡I','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2016,6348,1568388430.128917,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ€Ç:<','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2017,6349,1568388735.362737,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¤ €d','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2018,6350,1568389464.066468,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ•ÊÉX','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2019,6351,1568389905.472092,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÅø','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2020,6352,1568391027.334155,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ±$â','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2021,6353,1568391377.772462,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¢~h','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2022,6354,1568391838.533267,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿOb£','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2023,6355,1568392560.227725,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿOb£','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2024,6356,1568392920.987751,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¦>zô','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2025,6357,1568393686.301103,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿY`Ñ’','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2026,6358,1568394445.725072,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ•ÊÌh','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2027,6359,1568394915.772800,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ>Õñ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2028,6360,1568395244.456751,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¢{k','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2029,6361,1568396392.119326,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ3Ñ]','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2030,6362,1568396746.026611,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÕ [G','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2031,6363,1568398291.717621,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿvîÉ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2032,6364,1568398646.678451,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÁ\"‘','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2033,6365,1568399797.410307,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿN/DT','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2034,6366,1568400218.456178,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ>Õñ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2035,6367,1568400525.091372,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿgQV&','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2036,6368,1568401661.558874,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ²>	z','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2037,6369,1568402022.999468,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÙHÈ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2038,6370,1568402994.702838,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ„”“','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2039,6371,1568403617.112628,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿhø±','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2040,6373,1568404359.651993,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ±$â','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2726,7365,1572469959.796765,0,'loginOK','bestcerakote_wp',1,'\0\0\0\0\0\0\0\0\0\0ÿÿIUü?','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.90 Safari/537.36'),(2727,7366,1572588126.947484,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿœCØz','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2728,7367,1572591245.364074,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ_­³v','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2729,7368,1572606023.979056,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÎ½.â','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2730,7369,1572614910.200635,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ§G‰ý','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2731,7370,1572619034.399116,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ.eœÊ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2732,7371,1572623363.841922,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ²€|j','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2733,7372,1572623983.537705,1,'loginFailInvalidUsername','Admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÙFº…','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2734,7373,1572627521.005286,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÜLSð','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2735,7374,1572627525.695571,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ>Õê','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2736,7375,1572629853.290576,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ#»¶û','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2737,7376,1572636155.404895,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÑa¦³','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2738,7377,1572639148.537539,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿD·¸ó','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2739,7378,1572642154.837304,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ‘ï5','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2740,7379,1572642801.610049,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÄ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2741,7380,1572650058.703626,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¼¥ú†','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2742,7381,1572653654.524255,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ\"S³â','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2743,7382,1572666598.712188,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÎ½ã	','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2744,7383,1572669836.890076,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ§G','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2745,7384,1572674526.104324,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ²€ò¡','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2746,7385,1572676153.043001,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ²€ò¡','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2747,7386,1572679262.043031,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÄSW','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2748,7387,1572685843.144584,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿhÓße','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2749,7388,1572692439.026730,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÏ´Æñ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2750,7389,1572706756.197101,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹·?','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2751,7390,1572732677.513532,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ•J	','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2752,7391,1572748018.261062,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÔS§“','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2753,7392,1572751418.400378,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ[êÂö','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2754,7393,1572752642.087511,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ§ràÓ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2755,7394,1572753971.754930,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿŠDPë','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2756,7395,1572754013.170462,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÌ0/','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2757,7396,1572758346.558700,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿBs­','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2758,7397,1572917216.802408,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿCeñ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2759,7398,1572980768.665465,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÇúÃo','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2760,7400,1573057919.582144,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ†Ñ+','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2761,7401,1573059054.343629,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿeœW','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2762,7402,1573064781.055832,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿvEô’','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2763,7403,1573064798.152175,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÊ.Ì','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2764,7404,1573066534.829919,1,'loginFailInvalidUsername','Admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹¹(	','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2765,7405,1573072089.751131,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ†ÑÍ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2766,7406,1573074108.701031,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿŸY	Œ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2767,7407,1573076792.460397,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿŠDPë','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2768,7408,1573077475.766378,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ‹;äâ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2769,7409,1573081775.431441,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿo+Ã','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2770,7410,1573089661.645034,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿhîµE','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2771,7411,1573092773.488952,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ§câ¸','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2772,7412,1573094284.669952,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ|BƒJ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2773,7413,1573099065.222831,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ†Ñ5ô','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2774,7414,1573103425.414055,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿmWÈÁ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2775,7415,1573115274.771141,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÃššY','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2776,7416,1573125998.885279,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ§c»»','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2777,7417,1573128639.330356,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ£±(','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2778,7418,1573129355.697896,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÎ½†','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2779,7419,1573131073.759821,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÑa¦³','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2780,7420,1573131843.026808,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ²ÿOl','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2781,7421,1573132779.914880,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿŽ]1Œ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2782,7422,1573133151.104741,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ$B×','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2783,7423,1573137878.776216,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿŸYE','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2784,7424,1573141299.218374,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ§G‰ý','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2785,7425,1573143375.899866,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿŠDˆ˜','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2786,7426,1573153900.079750,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¥þ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2787,7427,1573157212.601292,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ‹;äâ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2788,7428,1573157904.915925,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÙ‚f','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2789,7429,1573159981.536026,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÙF¾','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2790,7430,1573161590.434474,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÔS‡:','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2791,7431,1573162782.008817,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÜLSð','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2792,7432,1573164898.007113,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÐm5¹','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2793,7433,1573166350.908539,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¤„âg','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2794,7434,1573169245.504160,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ|Ùë‘','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2795,7435,1573170714.437279,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ>¤°Â','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2796,7436,1573175192.249057,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¦>U5','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2797,7437,1573177484.174239,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ‹cy','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2798,7438,1573178393.258433,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿŠDõ‰','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2799,7439,1573179050.249496,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÃšSA','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2800,7440,1573180619.793740,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿw\\º','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2801,7441,1573181313.524710,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ²>_¼','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2802,7442,1573183044.068708,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÎ½Z×','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2803,7443,1573199030.001460,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ²>G^','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2804,7444,1573203287.635849,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ3ÿ#¬','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2805,7445,1573208582.725216,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ>¤°Â','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2806,7446,1573210401.946156,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ­ìH’','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2807,7447,1573211346.223917,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ€ÇÈá','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2808,7448,1573213130.227012,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ‹;t','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2809,7449,1573215063.586722,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿš;þ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2810,7450,1573218796.274795,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ„””','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2811,7451,1573221029.568485,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ4Xbú','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2812,7452,1573223507.353784,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ²>ìD','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2813,7453,1573225395.343551,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿmWÈÁ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2814,7454,1573225759.256488,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÇúÃ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2815,7455,1573226383.391290,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ•8&','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2816,7456,1573260106.840322,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÃšSA','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2817,7457,1573261168.370651,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ£¬*{','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2818,7458,1573264324.790412,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ§GPx','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2819,7459,1573265875.459246,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ°JM','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2820,7460,1573269717.578058,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÜLSð','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2821,7461,1573273044.537820,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ†Ñuz','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2822,7462,1573284716.679465,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ>¢gÎ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2823,7463,1573285714.093175,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿŠDPë','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2824,7464,1573286769.257702,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ”Hµ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2825,7465,1573286780.538301,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿŸY1)','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2826,7466,1573287867.115957,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ”H@À','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2827,7467,1573294415.197657,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿl³Ûr','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2828,7468,1573295567.683110,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿøS','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2829,7469,1573297768.534917,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ‡ºÅ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2830,7470,1573297868.400534,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÃššY','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2831,7471,1573300034.499939,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹Tµ/','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2832,7472,1573301188.221650,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿg#AË','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2833,7473,1573311316.576854,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹2\"','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2834,7474,1573313857.038366,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿWì','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2835,7475,1573316178.136401,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ‹;µ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2836,7476,1573318813.981311,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ‹;«.','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2837,7478,1573319602.321933,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ²€uD','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2838,7480,1573321930.252548,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿPÓ2f','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2839,7481,1573323233.749458,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ­ì˜','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2840,7482,1573324054.264637,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÎ½™µ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2841,7483,1573326656.855110,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÊ,60','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2842,7484,1573328074.340569,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿsOÏ’','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2843,7485,1573334166.002593,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÚ,Ã','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2844,7486,1573359722.204353,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ§c¨','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2845,7487,1573552539.669665,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿr}­','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2846,7488,1573741036.885483,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ•8ä&','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Safari/537.36'),(2847,7490,1573983483.141805,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ§GbI','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2848,7491,1573996407.114070,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÔ-Á','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2849,7492,1574013767.211714,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ2ta~','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2850,7493,1574048468.211339,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹VM£','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2851,7494,1574238587.056972,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ§G-8','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2852,7495,1574238793.854808,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¼¥éR','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2853,7496,1574240189.922048,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÆG?','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2854,7497,1574240803.695147,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ[A]','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2855,7498,1574241313.181213,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿgÆ‹','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2856,7499,1574242568.061369,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ†Ñ\'b','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2857,7500,1574247669.502935,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿv(','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2858,7501,1574267899.009481,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿŽÞ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2859,7502,1574269129.490816,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¶GÑË','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2860,7503,1574270718.755017,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ§cÌû','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2861,7504,1574274415.118262,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿgq','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2862,7505,1574274788.538848,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹£w¬','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2863,7506,1574278262.333865,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿŽ].¬','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2864,7507,1574283102.978019,0,'loginOK','bestcerakote_wp',1,'\0\0\0\0\0\0\0\0\0\0ÿÿIUü?','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.97 Safari/537.36'),(2865,7508,1574293856.981992,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿY, ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2866,7509,1574300763.682102,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¢Ûú','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2867,7510,1574304641.454520,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ‹;‘','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2868,7511,1574308022.438572,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿy*1¨','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2869,7512,1574310845.738765,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÜLSð','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2870,7513,1574329571.668844,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¼¦”¡','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2871,7514,1574332754.874940,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿžEÉ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2872,7515,1574333826.667117,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿD·[“','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2873,7516,1574338567.146520,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¥¿­','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2874,7517,1574340208.612030,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿO¹‹','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2875,7519,1574367314.828686,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿPÓŒ¼','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2876,7520,1574375482.758037,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¶ï+¡','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2877,7522,1574690349.565193,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÊ»Ö—','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36'),(2878,7523,1574690353.375886,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÊ»Ö—','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36'),(2879,7524,1574690357.183323,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÊ»Ö—','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36'),(2880,7525,1574913354.570508,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ@of','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2881,7526,1574914581.615793,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ­ìòC','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2882,7527,1574917126.831698,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ§G“‘','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2883,7528,1574920915.506334,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÐq«Ã','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2884,7529,1574923679.679789,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÐq«À','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2885,7530,1574943361.711784,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ•8','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2886,7531,1574944493.122890,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ#í6µ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2887,7532,1574946288.282245,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ#½*','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2888,7533,1574946719.303786,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ#í6µ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2889,7534,1574948291.677121,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ•ÿ8','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2890,7535,1574963882.001801,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿoçw×','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2891,7536,1574978356.712404,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ–e¶³','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2892,7537,1574990011.432284,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿŸY‰ú','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2893,7538,1575021718.182616,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ†ÑÍ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2894,7539,1575038070.349566,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿXÚi','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2895,7540,1575042462.741962,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿw\\º','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2896,7541,1575045070.015078,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ§cûÀ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2897,7542,1575070790.716515,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ§GQm','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2898,7543,1575077836.234427,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ²€&','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2899,7544,1575080872.191532,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ:Ùk²','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2900,7545,1575125276.594543,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¥Ûu','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2901,7546,1575129588.546744,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ®Š8f','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2902,7547,1575131210.349845,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿD·TÕ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2903,7548,1575131340.923251,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿŠDŠ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2904,7549,1575136450.522336,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¥ãèw','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2905,7550,1575184179.085777,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ(Ir¿','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2906,7551,1575188712.475576,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÐq™é','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2907,7552,1575190175.172608,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ3	','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2908,7553,1575199280.316466,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÇç¹q','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2909,7554,1575212676.611663,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ§G‰ý','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2910,7555,1575220696.533336,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿl¯\nq','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2911,7556,1575335956.724963,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿD·f‚','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2912,7560,1576218591.501772,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿQ†','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_3) AppleWebKit/537.75.14 (KHTML, like Gecko) Version/7.0.3 Safari/7046A194A'),(2913,7561,1576245192.613802,0,'loginOK','bestcerakote_wp',1,'\0\0\0\0\0\0\0\0\0\0ÿÿIUü?','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),(2914,7562,1576245204.049650,0,'loginOK','bestcerakote_wp',1,'\0\0\0\0\0\0\0\0\0\0ÿÿIUü?','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),(2915,7563,1576245383.520166,0,'loginOK','bestcerakote_wp',1,'\0\0\0\0\0\0\0\0\0\0ÿÿIUü?','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),(2916,7564,1576245397.231588,0,'loginOK','bestcerakote_wp',1,'\0\0\0\0\0\0\0\0\0\0ÿÿIUü?','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),(2917,7565,1576245408.419739,0,'loginOK','bestcerakote_wp',1,'\0\0\0\0\0\0\0\0\0\0ÿÿIUü?','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),(2918,7566,1576245557.037948,0,'loginOK','bestcerakote_wp',1,'\0\0\0\0\0\0\0\0\0\0ÿÿIUü?','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),(2919,7567,1576245567.869775,0,'loginOK','bestcerakote_wp',1,'\0\0\0\0\0\0\0\0\0\0ÿÿIUü?','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),(2920,7568,1576245813.120613,0,'loginOK','bestcerakote_wp',1,'\0\0\0\0\0\0\0\0\0\0ÿÿIUü?','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),(2921,7569,1576245851.286407,0,'loginOK','bestcerakote_wp',1,'\0\0\0\0\0\0\0\0\0\0ÿÿIUü?','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),(2922,7570,1576257618.324116,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ%;4,','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2923,7571,1576259046.259085,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿY\"0','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Safari/537.36'),(2924,7572,1576395023.368700,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ@›','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.0 Safari/605.1.15'),(2925,7604,1578066226.911198,1,'loginFailInvalidUsername','dev',0,'\0\0\0\0\0\0\0\0\0\0ÿÿY.}\'','Mozilla/5.0 (Windows NT 6.1; rv:17.0) Gecko/20100101 Firefox/17.0'),(2926,7605,1578066232.278091,1,'loginFailInvalidUsername','dev',0,'\0\0\0\0\0\0\0\0\0\0ÿÿY.}\'','Mozilla/5.0 (Windows NT 6.1; rv:17.0) Gecko/20100101 Firefox/17.0'),(2927,7607,1578772199.968698,1,'loginFailInvalidUsername','administrator',0,'\0\0\0\0\0\0\0\0\0\0ÿÿQ‰','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.43 Safari/537.31'),(2928,7608,1578772237.109530,1,'loginFailInvalidUsername','administrator',0,'\0\0\0\0\0\0\0\0\0\0ÿÿQ‰','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.43 Safari/537.31'),(2929,7609,1579084073.408944,1,'loginFailInvalidUsername','info',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¯).C','Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),(2930,7610,1579084078.167872,1,'loginFailInvalidUsername','info',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¯).C','Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1');
/*!40000 ALTER TABLE `wpbe_wflogins` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpbe_wfls_2fa_secrets`
--

DROP TABLE IF EXISTS `wpbe_wfls_2fa_secrets`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpbe_wfls_2fa_secrets` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `user_id` bigint(20) unsigned NOT NULL,
  `secret` tinyblob NOT NULL,
  `recovery` blob NOT NULL,
  `ctime` int(10) unsigned NOT NULL,
  `vtime` int(10) unsigned NOT NULL,
  `mode` enum('authenticator') NOT NULL DEFAULT 'authenticator',
  PRIMARY KEY (`id`),
  KEY `user_id` (`user_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpbe_wfls_2fa_secrets`
--

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

--
-- Table structure for table `wpbe_wfls_settings`
--

DROP TABLE IF EXISTS `wpbe_wfls_settings`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpbe_wfls_settings` (
  `name` varchar(191) NOT NULL DEFAULT '',
  `value` longblob DEFAULT NULL,
  `autoload` enum('no','yes') NOT NULL DEFAULT 'yes',
  PRIMARY KEY (`name`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpbe_wfls_settings`
--

LOCK TABLES `wpbe_wfls_settings` WRITE;
/*!40000 ALTER TABLE `wpbe_wfls_settings` DISABLE KEYS */;
INSERT INTO `wpbe_wfls_settings` VALUES ('allow-xml-rpc','1','yes'),('captcha-stats','{\"counts\":[0,0,0,0,0,0,0,0,0,0,0],\"avg\":0}','yes'),('delete-deactivation','','yes'),('enable-auth-captcha','','yes'),('global-notices','[]','yes'),('ip-source','','yes'),('ip-trusted-proxies','','yes'),('last-secret-refresh','1578947912','yes'),('ntp-offset','0.342090606689','yes'),('recaptcha-threshold','0.5','yes'),('remember-device','','yes'),('remember-device-duration','2592000','yes'),('require-2fa-grace-period-enabled','','yes'),('require-2fa.administrator','','yes'),('shared-hash-secret','d630c0dbddbd0a7c68a2e87ce611bc8ef9a1746a22ba0c67c1ec3b7335d3147f','yes'),('shared-symmetric-secret','fe59028244115cb398233c35fbc41ce4aa0a1e9bfc4f48f9b7c67994097038c7','yes'),('use-ntp','','yes'),('whitelisted','','yes'),('xmlrpc-enabled','1','yes');
/*!40000 ALTER TABLE `wpbe_wfls_settings` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpbe_wfnotifications`
--

DROP TABLE IF EXISTS `wpbe_wfnotifications`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpbe_wfnotifications` (
  `id` varchar(32) NOT NULL DEFAULT '',
  `new` tinyint(3) unsigned NOT NULL DEFAULT 1,
  `category` varchar(255) NOT NULL,
  `priority` int(11) NOT NULL DEFAULT 1000,
  `ctime` int(10) unsigned NOT NULL,
  `html` text NOT NULL,
  `links` text NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpbe_wfnotifications`
--

LOCK TABLES `wpbe_wfnotifications` WRITE;
/*!40000 ALTER TABLE `wpbe_wfnotifications` DISABLE KEYS */;
INSERT INTO `wpbe_wfnotifications` VALUES ('site-AEAAAAA',0,'wfplugin_updates',502,1553058423,'<a href=\"https://bestcerakoteflorida.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>','[]'),('site-AIAAAAA',0,'wfplugin_scan',502,1553058430,'<a href=\"https://bestcerakoteflorida.com/wp-admin/admin.php?page=WordfenceScan\">1 issue found in most recent scan</a>','[]'),('site-AMAAAAA',0,'wfplugin_updates',502,1553231280,'<a href=\"https://bestcerakoteflorida.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>','[]'),('site-BAAAAAA',0,'wfplugin_scan',502,1553231280,'<a href=\"https://bestcerakoteflorida.com/wp-admin/admin.php?page=WordfenceScan\">1 issue found in most recent scan</a>','[]'),('site-DMAAAAA',0,'wfplugin_updates',502,1554252134,'<a href=\"https://bestcerakoteflorida.com/wp-admin/update-core.php\">An update is available for 1 theme</a>','[]'),('site-DQAAAAA',0,'wfplugin_scan',502,1553578892,'<a href=\"https://bestcerakoteflorida.com/wp-admin/admin.php?page=WordfenceScan\">1 issue found in most recent scan</a>','[]'),('site-D4AAAAA',0,'wfplugin_scan',502,1553792946,'<a href=\"https://bestcerakoteflorida.com/wp-admin/admin.php?page=WordfenceScan\">1 issue found in most recent scan</a>','[]'),('site-I4AAAAA',0,'wfplugin_updates',502,1555866598,'<a href=\"https://bestcerakoteflorida.com/wp-admin/update-core.php\">An update is available for 1 theme</a>','[]'),('site-FMAAAAA',0,'wfplugin_scan',502,1554252134,'<a href=\"https://bestcerakoteflorida.com/wp-admin/admin.php?page=WordfenceScan\">1 issue found in most recent scan</a>','[]'),('site-JAAAAAA',0,'wfplugin_scan',502,1554834780,'<a href=\"https://bestcerakoteflorida.com/wp-admin/admin.php?page=WordfenceScan\">2 issues found in most recent scan</a>','[]'),('site-UYAAAAA',0,'wfplugin_updates',502,1555954667,'<a href=\"http://bestcerakoteflorida.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>','[]'),('site-M4AAAAA',0,'wfplugin_scan',502,1555349116,'<a href=\"https://bestcerakoteflorida.com/wp-admin/admin.php?page=WordfenceScan\">11 issues found in most recent scan</a>','[]'),('site-O4AAAAA',0,'wfplugin_scan',502,1555922435,'<a href=\"https://bestcerakoteflorida.com/wp-admin/admin.php?page=WordfenceScan\">1 issue found in most recent scan</a>','[]'),('site-U4AAAAA',0,'wfplugin_scan',502,1555954675,'<a href=\"https://bestcerakoteflorida.com/wp-admin/admin.php?page=WordfenceScan\">1 issue found in most recent scan</a>','[]'),('site-VAAAAAA',0,'wfplugin_updates',502,1556591520,'<a href=\"https://bestcerakoteflorida.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>','[]'),('site-VEAAAAA',0,'wfplugin_scan',502,1556591520,'<a href=\"https://bestcerakoteflorida.com/wp-admin/admin.php?page=WordfenceScan\">1 issue found in most recent scan</a>','[]'),('site-YAAAAAA',0,'wfplugin_updates',502,1557905594,'<a href=\"https://bestcerakoteflorida.com/wp-admin/update-core.php\">Updates are available for 1 plugin and 1 theme</a>','[]'),('site-YEAAAAA',0,'wfplugin_scan',502,1557681930,'<a href=\"https://bestcerakoteflorida.com/wp-admin/admin.php?page=WordfenceScan\">19 issues found in most recent scan</a>','[]'),('site-5EAAAAA',0,'wfplugin_scan',502,1557905598,'<a href=\"https://bestcerakoteflorida.com/wp-admin/admin.php?page=WordfenceScan\">2 issues found in most recent scan</a>','[]'),('site-54AAAAA',0,'wfplugin_updates',502,1558668772,'<a href=\"https://bestcerakoteflorida.com/wp-admin/update-core.php\">An update is available for 1 theme</a>','[]'),('site-6AAAAAA',0,'wfplugin_scan',502,1558556457,'<a href=\"https://bestcerakoteflorida.com/wp-admin/admin.php?page=WordfenceScan\">1 issue found in most recent scan</a>','[]'),('site-64AAAAA',0,'wfplugin_updates',502,1562221272,'<a href=\"https://bestcerakoteflorida.com/wp-admin/update-core.php\">An update is available for 1 theme</a>','[]'),('site-6QAAAAA',0,'wfplugin_scan',502,1558668772,'<a href=\"https://bestcerakoteflorida.com/wp-admin/admin.php?page=WordfenceScan\">1 issue found in most recent scan</a>','[]'),('site-7AAAAAA',0,'wfplugin_scan',502,1562221272,'<a href=\"https://bestcerakoteflorida.com/wp-admin/admin.php?page=WordfenceScan\">1 issue found in most recent scan</a>','[]'),('site-P4AQAAA',0,'wfplugin_updates',502,1562358089,'<a href=\"https://bestcerakoteflorida.com/wp-admin/update-core.php\">Updates are available for 3 plugins</a>','[]'),('site-QAAQAAA',0,'wfplugin_scan',502,1562358095,'<a href=\"https://bestcerakoteflorida.com/wp-admin/admin.php?page=WordfenceScan\">3 issues found in most recent scan</a>','[]'),('site-QQAQAAA',0,'wfplugin_updates',502,1562616569,'<a href=\"http://bestcerakoteflorida.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>','[]'),('site-QUAQAAA',0,'wfplugin_scan',502,1562661781,'<a href=\"https://bestcerakoteflorida.com/wp-admin/admin.php?page=WordfenceScan\">1 issue found in most recent scan</a>','[]'),('site-Q4AQAAA',0,'wfplugin_updates',502,1563999731,'<a href=\"https://bestcerakoteflorida.com/wp-admin/update-core.php\">Updates are available for 13 plugins</a>','[]'),('site-RAAQAAA',0,'wfplugin_scan',502,1563999738,'<a href=\"https://bestcerakoteflorida.com/wp-admin/admin.php?page=WordfenceScan\">14 issues found in most recent scan</a>','[]'),('site-XUAQAAA',0,'wfplugin_updates',502,1566248002,'<a href=\"https://bestcerakoteflorida.com/wp-admin/update-core.php\">An update is available for 1 theme</a>','[]'),('site-XYAQAAA',0,'wfplugin_scan',502,1566248002,'<a href=\"https://bestcerakoteflorida.com/wp-admin/admin.php?page=WordfenceScan\">1 issue found in most recent scan</a>','[]'),('site-CMBAAAA',0,'wfplugin_updates',502,1568298331,'<a href=\"https://bestcerakoteflorida.com/wp-admin/update-core.php\">Updates are available for 1 plugin and 1 theme</a>','[]'),('site-CUBAAAA',0,'wfplugin_scan',502,1568298331,'<a href=\"https://bestcerakoteflorida.com/wp-admin/admin.php?page=WordfenceScan\">1 issue found in most recent scan</a>','[]'),('site-MQBAAAA',0,'wfplugin_updates',502,1568843308,'<a href=\"https://bestcerakoteflorida.com/wp-admin/update-core.php\">Updates are available for 8 plugins</a>','[]'),('site-MUBAAAA',0,'wfplugin_scan',502,1568843311,'<a href=\"https://bestcerakoteflorida.com/wp-admin/admin.php?page=WordfenceScan\">8 issues found in most recent scan</a>','[]'),('site-OYBAAAA',0,'wfplugin_updates',502,1569359072,'<a href=\"http://bestcerakoteflorida.com/wp-admin/update-core.php\">Updates are available for 5 plugins</a>','[]'),('site-O4BAAAA',0,'wfplugin_scan',502,1569359080,'<a href=\"https://bestcerakoteflorida.com/wp-admin/admin.php?page=WordfenceScan\">5 issues found in most recent scan</a>','[]'),('site-RABAAAA',0,'wfplugin_updates',502,1572470110,'<a href=\"https://bestcerakoteflorida.com/wp-admin/update-core.php\">Updates are available for 1 plugin and 1 theme</a>','[]'),('site-REBAAAA',0,'wfplugin_scan',502,1572470110,'<a href=\"https://bestcerakoteflorida.com/wp-admin/admin.php?page=WordfenceScan\">2 issues found in most recent scan</a>','[]'),('site-6IBAAAA',0,'wfplugin_scan',502,1575580718,'<a href=\"https://bestcerakoteflorida.com/wp-admin/admin.php?page=WordfenceScan\">26 issues found in most recent scan</a>','[]'),('site-6MBAAAA',1,'wfplugin_updates',502,1581369961,'<a href=\"http://bestcerakoteflorida.com/wp-admin/update-core.php\">Updates are available for 34 plugins and 2 themes</a>','[]'),('site-OMBQAAA',1,'wfplugin_scan',502,1581369968,'<a href=\"https://bestcerakoteflorida.com/wp-admin/admin.php?page=WordfenceScan\">37 issues found in most recent scan</a>','[]');
/*!40000 ALTER TABLE `wpbe_wfnotifications` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpbe_wfpendingissues`
--

DROP TABLE IF EXISTS `wpbe_wfpendingissues`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpbe_wfpendingissues` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `time` int(10) unsigned NOT NULL,
  `lastUpdated` int(10) unsigned NOT NULL,
  `status` varchar(10) NOT NULL,
  `type` varchar(20) NOT NULL,
  `severity` tinyint(3) unsigned NOT NULL,
  `ignoreP` char(32) NOT NULL,
  `ignoreC` char(32) NOT NULL,
  `shortMsg` varchar(255) NOT NULL,
  `longMsg` text DEFAULT NULL,
  `data` text DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `lastUpdated` (`lastUpdated`),
  KEY `status` (`status`),
  KEY `ignoreP` (`ignoreP`),
  KEY `ignoreC` (`ignoreC`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpbe_wfpendingissues`
--

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

--
-- Table structure for table `wpbe_wfreversecache`
--

DROP TABLE IF EXISTS `wpbe_wfreversecache`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpbe_wfreversecache` (
  `IP` binary(16) NOT NULL DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',
  `host` varchar(255) NOT NULL,
  `lastUpdate` int(10) unsigned NOT NULL,
  PRIMARY KEY (`IP`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpbe_wfreversecache`
--

LOCK TABLES `wpbe_wfreversecache` WRITE;
/*!40000 ALTER TABLE `wpbe_wfreversecache` DISABLE KEYS */;
INSERT INTO `wpbe_wfreversecache` VALUES ('\0\0\0\0\0\0\0\0\0\0ÿÿBù@','crawl-66-249-64-143.googlebot.com',1581421024),('\0\0\0\0\0\0\0\0\0\0ÿÿBù@‡','crawl-66-249-64-135.googlebot.com',1581423308),('\0\0\0\0\0\0\0\0\0\0ÿÿBù@…','crawl-66-249-64-133.googlebot.com',1581423314),('\0\0\0\0\0\0\0\0\0\0ÿÿBù@‘','crawl-66-249-64-145.googlebot.com',1581322565);
/*!40000 ALTER TABLE `wpbe_wfreversecache` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpbe_wfsnipcache`
--

DROP TABLE IF EXISTS `wpbe_wfsnipcache`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpbe_wfsnipcache` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `IP` varchar(45) NOT NULL DEFAULT '',
  `expiration` timestamp NOT NULL DEFAULT current_timestamp(),
  `body` varchar(255) NOT NULL DEFAULT '',
  `count` int(10) unsigned NOT NULL DEFAULT 0,
  `type` int(10) unsigned NOT NULL DEFAULT 0,
  PRIMARY KEY (`id`),
  KEY `expiration` (`expiration`),
  KEY `IP` (`IP`),
  KEY `type` (`type`)
) ENGINE=MyISAM AUTO_INCREMENT=2644 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpbe_wfsnipcache`
--

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

--
-- Table structure for table `wpbe_wfstatus`
--

DROP TABLE IF EXISTS `wpbe_wfstatus`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpbe_wfstatus` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `ctime` double(17,6) unsigned NOT NULL,
  `level` tinyint(3) unsigned NOT NULL,
  `type` char(5) NOT NULL,
  `msg` varchar(1000) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `k1` (`ctime`),
  KEY `k2` (`type`)
) ENGINE=MyISAM AUTO_INCREMENT=87195 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpbe_wfstatus`
--

LOCK TABLES `wpbe_wfstatus` WRITE;
/*!40000 ALTER TABLE `wpbe_wfstatus` DISABLE KEYS */;
INSERT INTO `wpbe_wfstatus` VALUES (86678,1581322605.707494,2,'info','Analyzed 3200 files containing 46.06 MB of data so far'),(86679,1581322606.062534,2,'info','Analyzed 3300 files containing 47.42 MB of data so far'),(86680,1581322606.267796,2,'info','Analyzed 3400 files containing 47.92 MB of data so far'),(86681,1581322606.443324,2,'info','Analyzed 3500 files containing 48.12 MB of data so far'),(86682,1581322606.805035,2,'info','Analyzed 3600 files containing 49.27 MB of data so far'),(86677,1581322604.256784,2,'info','Analyzed 3100 files containing 38.26 MB of data so far'),(86747,1581322632.695645,2,'info','Analyzed 10100 files containing 96.77 MB of data so far'),(86748,1581322632.853105,2,'info','Analyzed 10200 files containing 97.27 MB of data so far'),(86749,1581322633.035732,2,'info','Analyzed 10300 files containing 97.88 MB of data so far'),(86750,1581322633.183966,2,'info','Analyzed 10400 files containing 98.31 MB of data so far'),(86751,1581322633.319973,2,'info','Analyzed 10500 files containing 98.67 MB of data so far'),(86752,1581322633.491066,2,'info','Analyzed 10600 files containing 99.14 MB of data so far'),(86753,1581322633.642927,2,'info','Analyzed 10700 files containing 99.59 MB of data so far'),(86754,1581322634.044895,2,'info','Analyzed 10800 files containing 101.66 MB of data so far'),(86755,1581322634.288968,2,'info','Analyzed 10900 files containing 102.35 MB of data so far'),(86756,1581322634.384978,2,'info','Analyzed 11000 files containing 102.54 MB of data so far'),(86757,1581322636.951049,2,'info','Analyzed 11100 files containing 107.32 MB of data so far'),(86758,1581322637.405065,2,'info','Analyzed 11200 files containing 109.44 MB of data so far'),(86759,1581322637.507356,2,'info','Analyzed 11300 files containing 109.53 MB of data so far'),(86760,1581322637.650768,2,'info','Analyzed 11400 files containing 109.83 MB of data so far'),(86761,1581322637.896407,2,'info','Analyzed 11500 files containing 110.17 MB of data so far'),(86762,1581322641.790025,2,'info','Analyzed 11600 files containing 110.52 MB of data so far'),(86763,1581322641.889969,2,'info','Analyzed 11700 files containing 110.63 MB of data so far'),(86764,1581322642.079683,2,'info','Analyzed 11800 files containing 111.37 MB of data so far'),(86765,1581322642.222449,2,'info','Analyzed 11900 files containing 111.93 MB of data so far'),(86766,1581322642.373974,2,'info','Analyzed 12000 files containing 112.41 MB of data so far'),(86767,1581322642.515666,2,'info','Analyzed 12100 files containing 112.86 MB of data so far'),(86768,1581322642.681320,2,'info','Analyzed 12200 files containing 113.36 MB of data so far'),(86769,1581322642.831987,2,'info','Analyzed 12300 files containing 113.7 MB of data so far'),(86770,1581322643.203340,2,'info','Analyzed 12400 files containing 115.48 MB of data so far'),(86771,1581322643.331005,2,'info','Analyzed 12500 files containing 116.01 MB of data so far'),(86772,1581322644.510325,2,'info','Analyzed 12600 files containing 122.5 MB of data so far'),(86773,1581322644.631863,2,'info','Analyzed 12700 files containing 122.57 MB of data so far'),(86774,1581322644.763714,2,'info','Analyzed 12800 files containing 122.67 MB of data so far'),(86775,1581322644.912387,2,'info','Analyzed 12900 files containing 123.12 MB of data so far'),(86776,1581322645.057061,2,'info','Analyzed 13000 files containing 123.57 MB of data so far'),(86777,1581322645.170637,2,'info','Analyzed 13100 files containing 123.67 MB of data so far'),(86778,1581322645.357298,2,'info','Analyzed 13200 files containing 124.3 MB of data so far'),(86779,1581322645.523321,2,'info','Analyzed 13300 files containing 124.84 MB of data so far'),(86780,1581322645.685537,2,'info','Analyzed 13400 files containing 125.32 MB of data so far'),(86781,1581322645.819477,2,'info','Analyzed 13500 files containing 125.73 MB of data so far'),(86782,1581322645.984797,2,'info','Analyzed 13600 files containing 126.22 MB of data so far'),(86783,1581322646.154220,2,'info','Analyzed 13700 files containing 126.56 MB of data so far'),(86784,1581322646.494324,2,'info','Analyzed 13800 files containing 128.06 MB of data so far'),(86785,1581322646.667651,2,'info','Analyzed 13900 files containing 128.74 MB of data so far'),(86786,1581322646.847511,2,'info','Analyzed 14000 files containing 129.23 MB of data so far'),(86787,1581322647.011083,2,'info','Analyzed 14100 files containing 129.71 MB of data so far'),(86788,1581322647.134298,2,'info','Analyzed 14200 files containing 130.06 MB of data so far'),(86789,1581322647.290803,2,'info','Analyzed 14300 files containing 130.5 MB of data so far'),(86790,1581322649.659806,2,'info','Analyzed 14400 files containing 132.12 MB of data so far'),(86791,1581322650.838415,2,'info','Analyzed 14500 files containing 138.63 MB of data so far'),(86792,1581322650.957796,2,'info','Analyzed 14600 files containing 138.7 MB of data so far'),(86793,1581322651.140974,2,'info','Analyzed 14700 files containing 138.79 MB of data so far'),(86794,1581322651.316270,2,'info','Analyzed 14800 files containing 139.22 MB of data so far'),(86795,1581322651.433999,2,'info','Analyzed 14900 files containing 139.69 MB of data so far'),(86796,1581322651.534971,2,'info','Analyzed 15000 files containing 139.79 MB of data so far'),(86797,1581322651.650139,2,'info','Analyzed 15100 files containing 140.04 MB of data so far'),(86798,1581322651.813260,2,'info','Analyzed 15200 files containing 140.65 MB of data so far'),(86799,1581322651.981528,2,'info','Analyzed 15300 files containing 141.35 MB of data so far'),(86800,1581322652.147522,2,'info','Analyzed 15400 files containing 142.03 MB of data so far'),(86801,1581322652.333024,2,'info','Analyzed 15500 files containing 142.59 MB of data so far'),(86802,1581322652.510521,2,'info','Analyzed 15600 files containing 143.04 MB of data so far'),(86803,1581322652.631168,2,'info','Analyzed 15700 files containing 143.36 MB of data so far'),(86804,1581322652.788974,2,'info','Analyzed 15800 files containing 143.87 MB of data so far'),(86805,1581322653.153655,2,'info','Analyzed 15900 files containing 145.6 MB of data so far'),(86806,1581322654.106615,2,'info','Analyzed 16000 files containing 151.45 MB of data so far'),(86807,1581322654.240646,2,'info','Analyzed 16100 files containing 151.93 MB of data so far'),(86808,1581322654.346915,2,'info','Analyzed 16200 files containing 152.31 MB of data so far'),(86516,1581068230.091828,2,'info','Done examining URLs'),(86517,1581068230.095479,10,'info','SUM_ENDOK:Scanning posts for URLs on a domain blacklist'),(86518,1581068230.100035,10,'info','SUM_START:Scanning comments for URLs on a domain blacklist'),(86519,1581068230.147477,2,'info','Scanning comments with 2000 left to scan.'),(86520,1581068230.713185,2,'info','Scanning comments with 1000 left to scan.'),(86521,1581068231.241152,10,'info','SUM_ENDOK:Scanning comments for URLs on a domain blacklist'),(86522,1581068231.245362,10,'info','SUM_START:Scanning for weak passwords'),(86523,1581068231.246981,2,'info','Starting password strength check on 1 users.'),(86524,1581068231.252010,10,'info','SUM_ENDOK:Scanning for weak passwords'),(86525,1581068231.256194,10,'info','SUM_START:Scanning for old themes, plugins and core files'),(86526,1581068233.496612,10,'info','SUM_ENDBAD:Scanning for old themes, plugins and core files'),(86527,1581068233.501652,10,'info','SUM_START:Scanning for admin users not created through WordPress'),(86528,1581068233.505281,10,'info','SUM_ENDOK:Scanning for admin users not created through WordPress'),(86529,1581068233.509915,10,'info','SUM_START:Scanning for suspicious site options'),(86530,1581068233.516377,2,'info','Examining URLs found in the options we scanned for dangerous websites'),(86531,1581068233.516723,2,'info','Done examining URLs'),(86532,1581068233.519115,10,'info','SUM_ENDOK:Scanning for suspicious site options'),(86533,1581068233.522611,1,'info','-------------------'),(86534,1581068233.522928,2,'info','Wordfence used 24.95 MB of memory for scan. Server peak memory usage was: 125.45 MB'),(86535,1581068233.523091,1,'info','Scan Complete. Scanned 23035 files, 45 plugins, 3 themes, 13 posts, 2055 comments and 12872 URLs in 7 minutes 29 seconds.'),(86536,1581068233.523221,10,'info','SUM_FINAL:Scan complete. You have 37 new issues to fix. See below.'),(86809,1581322654.451905,2,'info','Analyzed 16300 files containing 152.78 MB of data so far'),(86810,1581322654.575406,2,'info','Analyzed 16400 files containing 153.29 MB of data so far'),(86811,1581322654.732949,2,'info','Analyzed 16500 files containing 153.7 MB of data so far'),(86812,1581322655.075455,2,'info','Analyzed 16600 files containing 155.15 MB of data so far'),(86813,1581322655.278421,2,'info','Analyzed 16700 files containing 155.81 MB of data so far'),(86814,1581322655.549410,2,'info','Analyzed 16800 files containing 156.86 MB of data so far'),(86815,1581322655.756306,2,'info','Analyzed 16900 files containing 157.46 MB of data so far'),(86816,1581322655.936369,2,'info','Analyzed 17000 files containing 158.05 MB of data so far'),(86817,1581322656.242859,2,'info','Analyzed 17100 files containing 159.03 MB of data so far'),(86818,1581322656.586152,2,'info','Analyzed 17200 files containing 160.36 MB of data so far'),(86819,1581322656.814751,2,'info','Analyzed 17300 files containing 160.84 MB of data so far'),(86820,1581322663.679033,2,'info','Analyzed 17400 files containing 162.49 MB of data so far'),(86821,1581322663.893117,2,'info','Analyzed 17500 files containing 163.36 MB of data so far'),(86508,1581068229.750435,10,'info','SUM_ENDOK:Scanning file contents for infections and vulnerabilities'),(87194,1581369968.187505,10,'info','SUM_FINAL:Scan complete. You have 37 new issues to fix. See below.'),(87193,1581369968.187316,1,'info','Quick Scan Complete. Scanned in 1 second.'),(87191,1581369968.186491,1,'info','-------------------'),(87192,1581369968.187087,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 100.5 MB'),(87188,1581369967.980339,10,'info','SUM_ENDOK:Checking Web Application Firewall status'),(87189,1581369967.984064,10,'info','SUM_START:Scanning for old themes, plugins and core files'),(87190,1581369968.184249,10,'info','SUM_ENDBAD:Scanning for old themes, plugins and core files'),(87187,1581369967.979966,10,'info','SUM_START:Checking Web Application Firewall status'),(87185,1581369967.969563,10,'info','SUM_PREP:Preparing a new scan.'),(87186,1581369967.970946,1,'info','Initiating quick scan'),(86971,1581322808.321214,2,'info','Scanned contents of 4661 additional files at 38.03 per second'),(86972,1581322809.361837,2,'info','Scanned contents of 4729 additional files at 38.26 per second'),(86973,1581322810.362084,2,'info','Scanned contents of 4781 additional files at 38.37 per second'),(86974,1581322823.029476,2,'info','Scanned contents of 4813 additional files at 35.06 per second'),(86975,1581322824.034192,2,'info','Scanned contents of 4856 additional files at 35.12 per second'),(86976,1581322825.077391,2,'info','Scanned contents of 4907 additional files at 35.22 per second'),(86977,1581322826.081652,2,'info','Scanned contents of 4957 additional files at 35.32 per second'),(86978,1581322827.100011,2,'info','Scanned contents of 5021 additional files at 35.52 per second'),(86979,1581322828.103062,2,'info','Scanned contents of 5079 additional files at 35.68 per second'),(86980,1581322829.113053,2,'info','Scanned contents of 5146 additional files at 35.90 per second'),(86981,1581322830.132100,2,'info','Scanned contents of 5210 additional files at 36.09 per second'),(86982,1581322831.142287,2,'info','Scanned contents of 5282 additional files at 36.33 per second'),(86983,1581322832.314019,2,'info','Scanned contents of 5335 additional files at 36.40 per second'),(86984,1581322833.358154,2,'info','Scanned contents of 5370 additional files at 36.38 per second'),(86985,1581322834.370331,2,'info','Scanned contents of 5439 additional files at 36.60 per second'),(86986,1581322835.371224,2,'info','Scanned contents of 5526 additional files at 36.93 per second'),(86987,1581322836.383231,2,'info','Scanned contents of 5592 additional files at 37.12 per second'),(86988,1581322837.392194,2,'info','Scanned contents of 5658 additional files at 37.31 per second'),(86989,1581322845.121898,2,'info','Scanned contents of 5704 additional files at 35.79 per second'),(86990,1581322846.136520,2,'info','Scanned contents of 5778 additional files at 36.03 per second'),(86991,1581322847.152478,2,'info','Scanned contents of 5852 additional files at 36.26 per second'),(86509,1581068229.754053,10,'info','SUM_ENDOK:Scanning file contents for URLs on a domain blacklist'),(86510,1581068229.759417,10,'info','SUM_START:Scanning for publicly accessible quarantined files'),(86511,1581068229.761590,10,'info','SUM_ENDOK:Scanning for publicly accessible quarantined files'),(85965,1581067791.391513,10,'info','SUM_START:Fetching list of known core files from Wordfence'),(85966,1581067791.392708,10,'info','SUM_ENDSUCCESS:Fetching list of known core files from Wordfence'),(85967,1581067791.395902,10,'info','SUM_START:Comparing core WordPress files against originals in repository'),(85971,1581067791.402610,10,'info','SUM_START:Scanning for unknown files in wp-admin and wp-includes'),(85970,1581067791.399613,10,'info','SUM_START:Scanning for known malware files'),(85968,1581067791.397951,10,'info','SUM_DISABLED:Skipping theme scan'),(85969,1581067791.398300,10,'info','SUM_DISABLED:Skipping plugin scan'),(86683,1581322606.951526,2,'info','Analyzed 3700 files containing 49.4 MB of data so far'),(86684,1581322607.520418,2,'info','Analyzed 3800 files containing 49.5 MB of data so far'),(86685,1581322607.797368,2,'info','Analyzed 3900 files containing 50.06 MB of data so far'),(86686,1581322608.915088,2,'info','Analyzed 4000 files containing 54.97 MB of data so far'),(86687,1581322609.448647,2,'info','Analyzed 4100 files containing 57.08 MB of data so far'),(86688,1581322609.606004,2,'info','Analyzed 4200 files containing 57.17 MB of data so far'),(86689,1581322609.783937,2,'info','Analyzed 4300 files containing 57.48 MB of data so far'),(86690,1581322609.946717,2,'info','Analyzed 4400 files containing 57.84 MB of data so far'),(86691,1581322610.144830,2,'info','Analyzed 4500 files containing 58.17 MB of data so far'),(86692,1581322610.289817,2,'info','Analyzed 4600 files containing 58.28 MB of data so far'),(86693,1581322610.619370,2,'info','Analyzed 4700 files containing 59.12 MB of data so far'),(86694,1581322610.799059,2,'info','Analyzed 4800 files containing 59.59 MB of data so far'),(86695,1581322610.968350,2,'info','Analyzed 4900 files containing 60.09 MB of data so far'),(86696,1581322611.123935,2,'info','Analyzed 5000 files containing 60.44 MB of data so far'),(86697,1581322611.288639,2,'info','Analyzed 5100 files containing 60.86 MB of data so far'),(86698,1581322611.661272,2,'info','Analyzed 5200 files containing 62.44 MB of data so far'),(86699,1581322611.838337,2,'info','Analyzed 5300 files containing 63.11 MB of data so far'),(86700,1581322622.430943,2,'info','Analyzed 5400 files containing 63.63 MB of data so far'),(86701,1581322622.625060,2,'info','Analyzed 5500 files containing 64.11 MB of data so far'),(86702,1581322622.766678,2,'info','Analyzed 5600 files containing 64.41 MB of data so far'),(86703,1581322622.951798,2,'info','Analyzed 5700 files containing 64.86 MB of data so far'),(86704,1581322623.327904,2,'info','Analyzed 5800 files containing 66.43 MB of data so far'),(86705,1581322623.623563,2,'info','Analyzed 5900 files containing 66.99 MB of data so far'),(86706,1581322623.959129,2,'info','Analyzed 6000 files containing 67.6 MB of data so far'),(86707,1581322624.219760,2,'info','Analyzed 6100 files containing 68.03 MB of data so far'),(86708,1581322624.468102,2,'info','Analyzed 6200 files containing 68.39 MB of data so far'),(86709,1581322624.635815,2,'info','Analyzed 6300 files containing 68.86 MB of data so far'),(86710,1581322624.842839,2,'info','Analyzed 6400 files containing 69.31 MB of data so far'),(86711,1581322625.304007,2,'info','Analyzed 6500 files containing 71.57 MB of data so far'),(86712,1581322625.533333,2,'info','Analyzed 6600 files containing 72.24 MB of data so far'),(86730,1581322628.933024,2,'info','Analyzed 8400 files containing 82.52 MB of data so far'),(86729,1581322628.803007,2,'info','Analyzed 8300 files containing 82.27 MB of data so far'),(86728,1581322628.655491,2,'info','Analyzed 8200 files containing 81.95 MB of data so far'),(86723,1581322627.670272,2,'info','Analyzed 7700 files containing 78.81 MB of data so far'),(86724,1581322627.810001,2,'info','Analyzed 7800 files containing 79.17 MB of data so far'),(86725,1581322627.979927,2,'info','Analyzed 7900 files containing 79.64 MB of data so far'),(86726,1581322628.139448,2,'info','Analyzed 8000 files containing 80.09 MB of data so far'),(86727,1581322628.538638,2,'info','Analyzed 8100 files containing 81.76 MB of data so far'),(86720,1581322627.186108,2,'info','Analyzed 7400 files containing 77.14 MB of data so far'),(86721,1581322627.347114,2,'info','Analyzed 7500 files containing 77.77 MB of data so far'),(86722,1581322627.519322,2,'info','Analyzed 7600 files containing 78.35 MB of data so far'),(86719,1581322627.023150,2,'info','Analyzed 7300 files containing 76.68 MB of data so far'),(86717,1581322626.642529,2,'info','Analyzed 7100 files containing 75.71 MB of data so far'),(86718,1581322626.866615,2,'info','Analyzed 7200 files containing 76.26 MB of data so far'),(86716,1581322626.268223,2,'info','Analyzed 7000 files containing 74.02 MB of data so far'),(86715,1581322626.042434,2,'info','Analyzed 6900 files containing 73.57 MB of data so far'),(86714,1581322625.873297,2,'info','Analyzed 6800 files containing 73.25 MB of data so far'),(86713,1581322625.710392,2,'info','Analyzed 6700 files containing 72.78 MB of data so far'),(86512,1581068229.768145,10,'info','SUM_START:Scanning posts for URLs on a domain blacklist'),(86318,1581067962.129595,2,'info','Scanned contents of 3614 additional files at 44.08 per second'),(86317,1581067961.126945,2,'info','Scanned contents of 3544 additional files at 43.76 per second'),(86319,1581067972.316453,2,'info','Scanned contents of 3685 additional files at 39.98 per second'),(86320,1581067973.497504,2,'info','Scanned contents of 3734 additional files at 40.00 per second'),(86321,1581067974.542774,2,'info','Scanned contents of 3774 additional files at 39.98 per second'),(86322,1581067975.580474,2,'info','Scanned contents of 3830 additional files at 40.13 per second'),(86323,1581067976.597572,2,'info','Scanned contents of 3894 additional files at 40.37 per second'),(86324,1581067977.622510,2,'info','Scanned contents of 3956 additional files at 40.58 per second'),(86325,1581067978.625382,2,'info','Scanned contents of 4024 additional files at 40.86 per second'),(86326,1581067979.627438,2,'info','Scanned contents of 4092 additional files at 41.13 per second'),(86327,1581067980.638802,2,'info','Scanned contents of 4167 additional files at 41.46 per second'),(86328,1581067981.644544,2,'info','Scanned contents of 4251 additional files at 41.88 per second'),(86329,1581067982.658124,2,'info','Scanned contents of 4334 additional files at 42.28 per second'),(86330,1581067983.849107,2,'info','Scanned contents of 4394 additional files at 42.37 per second'),(86331,1581067984.854828,2,'info','Scanned contents of 4441 additional files at 42.41 per second'),(86332,1581067985.855729,2,'info','Scanned contents of 4506 additional files at 42.62 per second'),(86333,1581067986.862428,2,'info','Scanned contents of 4568 additional files at 42.80 per second'),(86334,1581067987.877774,2,'info','Scanned contents of 4640 additional files at 43.07 per second'),(86335,1581067995.531381,2,'info','Scanned contents of 4649 additional files at 40.29 per second'),(86336,1581067996.539260,2,'info','Scanned contents of 4725 additional files at 40.59 per second'),(86337,1581067997.547700,2,'info','Scanned contents of 4792 additional files at 40.81 per second'),(86338,1581067998.556170,2,'info','Scanned contents of 4852 additional files at 40.97 per second'),(86339,1581067999.573382,2,'info','Scanned contents of 4913 additional files at 41.14 per second'),(86371,1581068043.639244,2,'info','Scanned contents of 6850 additional files at 41.90 per second'),(86370,1581068042.636426,2,'info','Scanned contents of 6788 additional files at 41.77 per second'),(86369,1581068041.635254,2,'info','Scanned contents of 6729 additional files at 41.67 per second'),(86368,1581068040.632840,2,'info','Scanned contents of 6670 additional files at 41.56 per second'),(86367,1581068039.628625,2,'info','Scanned contents of 6580 additional files at 41.26 per second'),(86366,1581068038.622287,2,'info','Scanned contents of 6496 additional files at 40.99 per second'),(86365,1581068037.615374,2,'info','Scanned contents of 6447 additional files at 40.94 per second'),(86364,1581068028.362116,2,'info','Scanned contents of 6402 additional files at 43.19 per second'),(86363,1581068027.355546,2,'info','Scanned contents of 6352 additional files at 43.15 per second'),(86362,1581068026.352378,2,'info','Scanned contents of 6261 additional files at 42.82 per second'),(86361,1581068025.348067,2,'info','Scanned contents of 6166 additional files at 42.46 per second'),(86360,1581068024.340077,2,'info','Scanned contents of 6092 additional files at 42.25 per second'),(86359,1581068023.031592,2,'info','Scanned contents of 6072 additional files at 42.49 per second'),(86358,1581068021.131245,2,'info','Scanned contents of 6024 additional files at 42.73 per second'),(86357,1581068020.116111,2,'info','Scanned contents of 5981 additional files at 42.73 per second'),(86356,1581068019.114126,2,'info','Scanned contents of 5900 additional files at 42.45 per second'),(86355,1581068018.109993,2,'info','Scanned contents of 5831 additional files at 42.26 per second'),(86354,1581068017.104173,2,'info','Scanned contents of 5761 additional files at 42.06 per second'),(86353,1581068016.103272,2,'info','Scanned contents of 5686 additional files at 41.82 per second'),(86352,1581068015.099896,2,'info','Scanned contents of 5606 additional files at 41.54 per second'),(86351,1581068014.090774,2,'info','Scanned contents of 5532 additional files at 41.30 per second'),(86350,1581068010.803367,2,'info','Scanned contents of 5521 additional files at 42.25 per second'),(86349,1581068009.785959,2,'info','Scanned contents of 5463 additional files at 42.14 per second'),(86340,1581068000.589476,2,'info','Scanned contents of 4979 additional files at 41.34 per second'),(86341,1581068001.597768,2,'info','Scanned contents of 5049 additional files at 41.57 per second'),(86342,1581068002.601248,2,'info','Scanned contents of 5131 additional files at 41.90 per second'),(86343,1581068003.608614,2,'info','Scanned contents of 5202 additional files at 42.13 per second'),(86344,1581068004.617801,2,'info','Scanned contents of 5294 additional files at 42.53 per second'),(86345,1581068005.623076,2,'info','Scanned contents of 5337 additional files at 42.53 per second'),(86346,1581068006.641592,2,'info','Scanned contents of 5358 additional files at 42.35 per second'),(86347,1581068007.649609,2,'info','Scanned contents of 5389 additional files at 42.26 per second'),(86348,1581068008.785125,2,'info','Scanned contents of 5417 additional files at 42.11 per second'),(86676,1581322604.012809,2,'info','Analyzed 3000 files containing 37.34 MB of data so far'),(87145,1581323069.846416,2,'info','Scanned contents of 14290 additional files at 37.20 per second'),(87146,1581323070.850472,2,'info','Scanned contents of 14333 additional files at 37.22 per second'),(87147,1581323071.949100,2,'info','Scanned contents of 14365 additional files at 37.20 per second'),(87148,1581323073.506723,2,'info','Scanned contents of 14399 additional files at 37.13 per second'),(87149,1581323073.792152,2,'info','Scanned contents of 14404 additional files at 37.12 per second'),(87150,1581323073.792621,2,'info','Asking Wordfence to check URLs against malware list.'),(87151,1581323073.826452,2,'info','Checking 3052 host keys against Wordfence scanning servers.'),(87152,1581323074.272875,2,'info','Done host key check.'),(87153,1581323074.276524,2,'info','Checking 9 URLs from 9 sources.'),(87154,1581323074.652361,2,'info','Done URL check.'),(87155,1581323074.671556,2,'info','Done file contents scan'),(87156,1581323074.673504,10,'info','SUM_ENDOK:Scanning file contents for infections and vulnerabilities'),(87157,1581323074.678526,10,'info','SUM_ENDOK:Scanning file contents for URLs on a domain blacklist'),(87158,1581323074.684478,10,'info','SUM_START:Scanning for publicly accessible quarantined files'),(87159,1581323074.686475,10,'info','SUM_ENDOK:Scanning for publicly accessible quarantined files'),(87144,1581323068.730465,2,'info','Scanned contents of 14278 additional files at 37.28 per second'),(86513,1581068229.792938,2,'info','Examining URLs found in posts we scanned for dangerous websites'),(86514,1581068229.793252,2,'info','Checking 18 host keys against Wordfence scanning servers.'),(86300,1581067935.787871,2,'info','Scanned contents of 2435 additional files at 43.76 per second'),(86299,1581067934.786061,2,'info','Scanned contents of 2358 additional files at 43.15 per second'),(86301,1581067937.035969,2,'info','Scanned contents of 2499 additional files at 43.92 per second'),(86675,1581322603.849886,2,'info','Analyzed 2900 files containing 36.83 MB of data so far'),(86674,1581322603.699680,2,'info','Analyzed 2800 files containing 36.4 MB of data so far'),(86673,1581322603.519189,2,'info','Analyzed 2700 files containing 35.75 MB of data so far'),(86672,1581322603.343210,2,'info','Analyzed 2600 files containing 35.23 MB of data so far'),(86547,1581200314.308046,10,'info','SUM_PREP:Preparing a new scan.'),(86548,1581200314.310318,1,'info','Initiating quick scan'),(86549,1581200314.312508,10,'info','SUM_START:Checking Web Application Firewall status'),(86550,1581200314.312988,10,'info','SUM_ENDOK:Checking Web Application Firewall status'),(86551,1581200314.315919,10,'info','SUM_START:Scanning for old themes, plugins and core files'),(86552,1581200314.368569,10,'info','SUM_ENDBAD:Scanning for old themes, plugins and core files'),(86553,1581200314.370965,1,'info','-------------------'),(86554,1581200314.371489,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 100.5 MB'),(86555,1581200314.371661,1,'info','Quick Scan Complete. Scanned in less than 1 second.'),(86556,1581200314.371837,10,'info','SUM_FINAL:Scan complete. You have 37 new issues to fix. See below.'),(86557,1581281633.317258,10,'info','SUM_PREP:Preparing a new scan.'),(86558,1581281633.320117,1,'info','Initiating quick scan'),(86559,1581281633.322186,10,'info','SUM_START:Checking Web Application Firewall status'),(86560,1581281633.322522,10,'info','SUM_ENDOK:Checking Web Application Firewall status'),(86561,1581281633.326835,10,'info','SUM_START:Scanning for old themes, plugins and core files'),(86562,1581281633.389203,10,'info','SUM_ENDBAD:Scanning for old themes, plugins and core files'),(86563,1581281633.391171,1,'info','-------------------'),(86564,1581281633.391625,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 100.5 MB'),(86565,1581281633.391802,1,'info','Quick Scan Complete. Scanned in less than 1 second.'),(86566,1581281633.391944,10,'info','SUM_FINAL:Scan complete. You have 37 new issues to fix. See below.'),(86567,1581322565.860272,1,'info','Scheduled Wordfence scan starting at Monday 10th of February 2020 03:16:05 AM'),(86568,1581322570.510572,10,'info','SUM_PREP:Preparing a new scan.'),(86569,1581322570.513528,1,'info','Contacting Wordfence to initiate scan'),(86570,1581322571.054983,10,'info','SUM_PAIDONLY:Check if your site is being Spamvertized is for paid members only'),(86571,1581322573.056604,10,'info','SUM_PAIDONLY:Checking if your IP is generating spam is for paid members only'),(86572,1581322575.058266,10,'info','SUM_PAIDONLY:Checking if your site is on a domain blacklist is for paid members only'),(86573,1581322577.064783,10,'info','SUM_START:Checking for the most secure way to get IPs'),(86574,1581322577.069401,10,'info','SUM_ENDOK:Checking for the most secure way to get IPs'),(86575,1581322577.075885,10,'info','SUM_START:Scanning to check available disk space'),(86576,1581322577.078085,2,'info','Total disk space: 9.01 TB -- Free disk space: 383.38 GB'),(86577,1581322577.078303,2,'info','The disk has 392580.16 MB available'),(86578,1581322577.078469,10,'info','SUM_ENDOK:Scanning to check available disk space'),(86579,1581322577.083375,10,'info','SUM_START:Checking Web Application Firewall status'),(86580,1581322577.085324,10,'info','SUM_ENDOK:Checking Web Application Firewall status'),(86581,1581322577.090217,10,'info','SUM_START:Checking for future GeoIP support'),(86582,1581322577.092151,10,'info','SUM_ENDOK:Checking for future GeoIP support'),(86583,1581322577.097222,10,'info','SUM_START:Checking for paths skipped due to scan settings'),(86584,1581322577.099967,10,'info','SUM_ENDOK:Checking for paths skipped due to scan settings'),(86585,1581322577.103802,2,'info','Getting plugin list from WordPress'),(86586,1581322577.105271,2,'info','Found 45 plugins'),(86587,1581322577.105459,2,'info','Getting theme list from WordPress'),(86588,1581322577.105898,2,'info','Found 3 themes'),(86589,1581322577.123796,10,'info','SUM_START:Fetching core, theme and plugin file signatures from Wordfence'),(86590,1581322578.033100,10,'info','SUM_ENDSUCCESS:Fetching core, theme and plugin file signatures from Wordfence'),(86591,1581322578.035997,10,'info','SUM_START:Fetching list of known malware files from Wordfence'),(86592,1581322578.038923,10,'info','SUM_ENDSUCCESS:Fetching list of known malware files from Wordfence'),(86593,1581322578.041297,10,'info','SUM_START:Fetching list of known core files from Wordfence'),(86594,1581322578.042138,10,'info','SUM_ENDSUCCESS:Fetching list of known core files from Wordfence'),(86595,1581322578.044276,10,'info','SUM_START:Comparing core WordPress files against originals in repository'),(86596,1581322578.046089,10,'info','SUM_DISABLED:Skipping theme scan'),(86597,1581322578.046360,10,'info','SUM_DISABLED:Skipping plugin scan'),(86598,1581322578.047699,10,'info','SUM_START:Scanning for known malware files'),(86599,1581322578.050563,10,'info','SUM_START:Scanning for unknown files in wp-admin and wp-includes'),(86600,1581322578.125808,2,'info','500 files indexed'),(86601,1581322578.359470,2,'info','1000 files indexed'),(86602,1581322578.472557,2,'info','1500 files indexed'),(86603,1581322578.700829,2,'info','2000 files indexed'),(86604,1581322578.750301,2,'info','2500 files indexed'),(86605,1581322578.816768,2,'info','3000 files indexed'),(86606,1581322578.991116,2,'info','3500 files indexed'),(86607,1581322579.364809,2,'info','4000 files indexed'),(86608,1581322579.737806,2,'info','4500 files indexed'),(86609,1581322579.937145,2,'info','5000 files indexed'),(86610,1581322580.297561,2,'info','5500 files indexed'),(86611,1581322580.538043,2,'info','6000 files indexed'),(86612,1581322580.682084,2,'info','6500 files indexed'),(86613,1581322580.774320,2,'info','7000 files indexed'),(86614,1581322580.981378,2,'info','7500 files indexed'),(86615,1581322581.131933,2,'info','8000 files indexed'),(86616,1581322581.331978,2,'info','8500 files indexed'),(86617,1581322581.402537,2,'info','9000 files indexed'),(86618,1581322581.442656,2,'info','9500 files indexed'),(86619,1581322581.507105,2,'info','10000 files indexed'),(86620,1581322581.785180,2,'info','10500 files indexed'),(86621,1581322582.018300,2,'info','11000 files indexed'),(86622,1581322582.204042,2,'info','11500 files indexed'),(86623,1581322582.495061,2,'info','12000 files indexed'),(86624,1581322582.820337,2,'info','12500 files indexed'),(86625,1581322582.934584,2,'info','13000 files indexed'),(86626,1581322583.089625,2,'info','13500 files indexed'),(86627,1581322583.311120,2,'info','14000 files indexed'),(86628,1581322583.561025,2,'info','14500 files indexed'),(86629,1581322583.677790,2,'info','15000 files indexed'),(86630,1581322583.852811,2,'info','15500 files indexed'),(86631,1581322583.963541,2,'info','16000 files indexed'),(86632,1581322583.978674,2,'info','16500 files indexed'),(86633,1581322584.001632,2,'info','17000 files indexed'),(86634,1581322584.078411,2,'info','17500 files indexed'),(86635,1581322584.156949,2,'info','18000 files indexed'),(86636,1581322584.189613,2,'info','18500 files indexed'),(86637,1581322584.239655,2,'info','19000 files indexed'),(86638,1581322584.270256,2,'info','19500 files indexed'),(86639,1581322584.380640,2,'info','20000 files indexed'),(86640,1581322584.427133,2,'info','20500 files indexed'),(86641,1581322584.614095,2,'info','21000 files indexed'),(86642,1581322584.733109,2,'info','21500 files indexed'),(86643,1581322584.904273,2,'info','22000 files indexed'),(86644,1581322585.152596,2,'info','22500 files indexed'),(86645,1581322585.225424,2,'info','23000 files indexed'),(86646,1581322585.226831,2,'info','23035 files indexed'),(86647,1581322585.538509,2,'info','Analyzed 100 files containing 1.45 MB of data so far'),(86648,1581322585.779044,2,'info','Analyzed 200 files containing 2.49 MB of data so far'),(86649,1581322586.031242,2,'info','Analyzed 300 files containing 3.82 MB of data so far'),(86650,1581322586.433170,2,'info','Analyzed 400 files containing 6.27 MB of data so far'),(86651,1581322586.649251,2,'info','Analyzed 500 files containing 7.07 MB of data so far'),(86652,1581322586.880165,2,'info','Analyzed 600 files containing 8 MB of data so far'),(86653,1581322596.552315,2,'info','Analyzed 700 files containing 8.66 MB of data so far'),(86654,1581322597.057202,2,'info','Analyzed 800 files containing 9.73 MB of data so far'),(86655,1581322597.544545,2,'info','Analyzed 900 files containing 10.65 MB of data so far'),(86656,1581322597.818787,2,'info','Analyzed 1000 files containing 11.5 MB of data so far'),(86657,1581322598.014507,2,'info','Analyzed 1100 files containing 12.14 MB of data so far'),(86658,1581322598.262585,2,'info','Analyzed 1200 files containing 13.34 MB of data so far'),(86659,1581322598.435751,2,'info','Analyzed 1300 files containing 13.91 MB of data so far'),(86660,1581322598.714218,2,'info','Analyzed 1400 files containing 15.07 MB of data so far'),(86661,1581322598.911558,2,'info','Analyzed 1500 files containing 15.84 MB of data so far'),(86662,1581322599.115460,2,'info','Analyzed 1600 files containing 16.64 MB of data so far'),(86663,1581322599.955048,2,'info','Analyzed 1700 files containing 20.95 MB of data so far'),(86664,1581322600.437262,2,'info','Analyzed 1800 files containing 23.26 MB of data so far'),(86665,1581322600.721481,2,'info','Analyzed 1900 files containing 24.43 MB of data so far'),(86666,1581322601.049023,2,'info','Analyzed 2000 files containing 25.9 MB of data so far'),(86667,1581322601.203645,2,'info','Analyzed 2100 files containing 26.43 MB of data so far'),(86668,1581322601.774441,2,'info','Analyzed 2200 files containing 29.35 MB of data so far'),(86669,1581322602.652352,2,'info','Analyzed 2300 files containing 32.73 MB of data so far'),(86670,1581322602.928788,2,'info','Analyzed 2400 files containing 33.9 MB of data so far'),(86671,1581322603.118328,2,'info','Analyzed 2500 files containing 34.6 MB of data so far'),(85963,1581067791.384506,10,'info','SUM_START:Fetching list of known malware files from Wordfence'),(85964,1581067791.388024,10,'info','SUM_ENDSUCCESS:Fetching list of known malware files from Wordfence'),(87023,1581322889.449929,2,'info','Scanned contents of 7602 additional files at 37.32 per second'),(87022,1581322888.400001,2,'info','Scanned contents of 7549 additional files at 37.25 per second'),(87021,1581322887.397036,2,'info','Scanned contents of 7491 additional files at 37.15 per second'),(87020,1581322886.387524,2,'info','Scanned contents of 7414 additional files at 36.95 per second'),(87019,1581322885.383216,2,'info','Scanned contents of 7357 additional files at 36.85 per second'),(87018,1581322878.812151,2,'info','Scanned contents of 7349 additional files at 38.07 per second'),(87017,1581322877.806878,2,'info','Scanned contents of 7315 additional files at 38.09 per second'),(87016,1581322876.792265,2,'info','Scanned contents of 7286 additional files at 38.14 per second'),(87015,1581322875.790498,2,'info','Scanned contents of 7268 additional files at 38.25 per second'),(87014,1581322874.442868,2,'info','Scanned contents of 7251 additional files at 38.43 per second'),(87013,1581322873.431729,2,'info','Scanned contents of 7222 additional files at 38.48 per second'),(87012,1581322872.364161,2,'info','Scanned contents of 7168 additional files at 38.41 per second'),(87011,1581322871.361626,2,'info','Scanned contents of 7095 additional files at 38.23 per second'),(87010,1581322870.351750,2,'info','Scanned contents of 7018 additional files at 38.02 per second'),(87009,1581322869.348987,2,'info','Scanned contents of 6954 additional files at 37.88 per second'),(87008,1581322868.346527,2,'info','Scanned contents of 6885 additional files at 37.71 per second'),(87007,1581322867.342780,2,'info','Scanned contents of 6831 additional files at 37.62 per second'),(87006,1581322866.317901,2,'info','Scanned contents of 6770 additional files at 37.49 per second'),(87005,1581322865.317209,2,'info','Scanned contents of 6708 additional files at 37.36 per second'),(87004,1581322864.300157,2,'info','Scanned contents of 6668 additional files at 37.35 per second'),(87003,1581322863.284599,2,'info','Scanned contents of 6602 additional files at 37.19 per second'),(87002,1581322859.253670,2,'info','Scanned contents of 6534 additional files at 37.66 per second'),(87001,1581322858.245492,2,'info','Scanned contents of 6478 additional files at 37.56 per second'),(87000,1581322857.225620,2,'info','Scanned contents of 6400 additional files at 37.32 per second'),(86999,1581322856.219176,2,'info','Scanned contents of 6337 additional files at 37.17 per second'),(86998,1581322855.218898,2,'info','Scanned contents of 6257 additional files at 36.92 per second'),(86997,1581322854.208092,2,'info','Scanned contents of 6167 additional files at 36.61 per second'),(86996,1581322853.207440,2,'info','Scanned contents of 6092 additional files at 36.38 per second'),(86995,1581322851.706301,2,'info','Scanned contents of 6072 additional files at 36.59 per second'),(86994,1581322850.201050,2,'info','Scanned contents of 6057 additional files at 36.83 per second'),(86993,1581322849.196044,2,'info','Scanned contents of 6002 additional files at 36.72 per second'),(86992,1581322848.158388,2,'info','Scanned contents of 5935 additional files at 36.54 per second'),(86307,1581067951.026985,2,'info','Scanned contents of 2850 additional files at 40.20 per second'),(86306,1581067950.018652,2,'info','Scanned contents of 2786 additional files at 39.87 per second'),(86305,1581067949.011709,2,'info','Scanned contents of 2710 additional files at 39.35 per second'),(86304,1581067947.998911,2,'info','Scanned contents of 2660 additional files at 39.20 per second'),(86303,1581067939.072709,2,'info','Scanned contents of 2609 additional files at 44.27 per second'),(86302,1581067938.055869,2,'info','Scanned contents of 2549 additional files at 44.01 per second'),(86915,1581322733.432470,2,'info','Scanned contents of 1532 additional files at 32.13 per second'),(86914,1581322732.430527,2,'info','Scanned contents of 1428 additional files at 30.59 per second'),(86913,1581322731.429951,2,'info','Scanned contents of 1343 additional files at 29.40 per second'),(86912,1581322730.046895,2,'info','Scanned contents of 1323 additional files at 29.87 per second'),(86911,1581322722.418420,2,'info','Scanned contents of 1260 additional files at 34.37 per second'),(86910,1581322721.412684,2,'info','Scanned contents of 1205 additional files at 33.79 per second'),(86909,1581322720.411504,2,'info','Scanned contents of 1150 additional files at 33.18 per second'),(86298,1581067933.785481,2,'info','Scanned contents of 2284 additional files at 42.58 per second'),(86297,1581067932.783779,2,'info','Scanned contents of 2217 additional files at 42.11 per second'),(86296,1581067931.762813,2,'info','Scanned contents of 2159 additional files at 41.82 per second'),(86295,1581067930.760944,2,'info','Scanned contents of 2097 additional files at 41.42 per second'),(86294,1581067929.753424,2,'info','Scanned contents of 2045 additional files at 41.22 per second'),(86293,1581067928.750868,2,'info','Scanned contents of 1988 additional files at 40.90 per second'),(86292,1581067927.747258,2,'info','Scanned contents of 1951 additional files at 40.98 per second'),(86291,1581067926.740672,2,'info','Scanned contents of 1877 additional files at 40.28 per second'),(86290,1581067925.727419,2,'info','Scanned contents of 1807 additional files at 39.64 per second'),(86289,1581067924.721300,2,'info','Scanned contents of 1742 additional files at 39.07 per second'),(86288,1581067919.340295,2,'info','Scanned contents of 1709 additional files at 43.60 per second'),(86287,1581067918.335467,2,'info','Scanned contents of 1637 additional files at 42.86 per second'),(86286,1581067917.328422,2,'info','Scanned contents of 1577 additional files at 42.40 per second'),(86285,1581067916.327845,2,'info','Scanned contents of 1500 additional files at 41.45 per second'),(86284,1581067915.314986,2,'info','Scanned contents of 1414 additional files at 40.20 per second'),(86283,1581067914.311561,2,'info','Scanned contents of 1343 additional files at 39.30 per second'),(86282,1581067913.003485,2,'info','Scanned contents of 1323 additional files at 40.26 per second'),(86281,1581067911.492737,2,'info','Scanned contents of 1313 additional files at 41.88 per second'),(86280,1581067910.485517,2,'info','Scanned contents of 1245 additional files at 41.03 per second'),(86279,1581067909.485329,2,'info','Scanned contents of 1192 additional files at 40.62 per second'),(86278,1581067908.475624,2,'info','Scanned contents of 1120 additional files at 39.53 per second'),(86277,1581067907.470515,2,'info','Scanned contents of 1043 additional files at 38.16 per second'),(86276,1581067906.468834,2,'info','Scanned contents of 965 additional files at 36.65 per second'),(86275,1581067905.465059,2,'info','Scanned contents of 868 additional files at 34.27 per second'),(86274,1581067904.371061,2,'info','Scanned contents of 799 additional files at 32.97 per second'),(86273,1581067899.826763,2,'info','Scanned contents of 782 additional files at 39.72 per second'),(86272,1581067898.824647,2,'info','Scanned contents of 696 additional files at 37.25 per second'),(86271,1581067897.821305,2,'info','Scanned contents of 648 additional files at 36.65 per second'),(86270,1581067896.410326,2,'info','Scanned contents of 642 additional files at 39.46 per second'),(86269,1581067895.405990,2,'info','Scanned contents of 631 additional files at 41.33 per second'),(86268,1581067894.405610,2,'info','Scanned contents of 598 additional files at 41.92 per second'),(86256,1581067879.377314,10,'info','SUM_START:Scanning file contents for URLs on a domain blacklist'),(86255,1581067879.375929,10,'info','SUM_START:Scanning file contents for infections and vulnerabilities'),(86254,1581067879.371185,10,'info','SUM_ENDOK:Check for publicly accessible configuration files, backup files and logs'),(86253,1581067879.190546,10,'info','SUM_START:Check for publicly accessible configuration files, backup files and logs'),(86252,1581067879.183071,10,'info','SUM_ENDOK:Scanning for known malware files'),(86251,1581067879.180075,10,'info','SUM_ENDOK:Scanning for unknown files in wp-admin and wp-includes'),(86250,1581067879.176490,10,'info','SUM_ENDOK:Comparing core WordPress files against originals in repository'),(86737,1581322630.909901,2,'info','Analyzed 9100 files containing 90.92 MB of data so far'),(86736,1581322630.759014,2,'info','Analyzed 9000 files containing 90.48 MB of data so far'),(86735,1581322630.640425,2,'info','Analyzed 8900 files containing 90.38 MB of data so far'),(86734,1581322630.538961,2,'info','Analyzed 8800 files containing 90.31 MB of data so far'),(86733,1581322629.331336,2,'info','Analyzed 8700 files containing 83.81 MB of data so far'),(86732,1581322629.168607,2,'info','Analyzed 8600 files containing 83.06 MB of data so far'),(86731,1581322629.049350,2,'info','Analyzed 8500 files containing 82.78 MB of data so far'),(87032,1581322898.573495,2,'info','Scanned contents of 8160 additional files at 38.34 per second'),(87024,1581322890.457888,2,'info','Scanned contents of 7654 additional files at 37.39 per second'),(87025,1581322891.463127,2,'info','Scanned contents of 7715 additional files at 37.50 per second'),(87026,1581322892.470283,2,'info','Scanned contents of 7777 additional files at 37.62 per second'),(87027,1581322893.472114,2,'info','Scanned contents of 7855 additional files at 37.82 per second'),(87028,1581322894.474429,2,'info','Scanned contents of 7926 additional files at 37.97 per second'),(87029,1581322895.487496,2,'info','Scanned contents of 8009 additional files at 38.19 per second'),(87030,1581322896.523435,2,'info','Scanned contents of 8040 additional files at 38.15 per second'),(87031,1581322897.566070,2,'info','Scanned contents of 8114 additional files at 38.31 per second'),(87106,1581323004.611450,2,'info','Scanned contents of 12313 additional files at 38.62 per second'),(87105,1581323003.606947,2,'info','Scanned contents of 12237 additional files at 38.50 per second'),(87104,1581323002.600301,2,'info','Scanned contents of 12182 additional files at 38.45 per second'),(87103,1581323001.547421,2,'info','Scanned contents of 12118 additional files at 38.37 per second'),(87102,1581323000.540607,2,'info','Scanned contents of 12061 additional files at 38.31 per second'),(87101,1581322999.538624,2,'info','Scanned contents of 11997 additional files at 38.23 per second'),(87100,1581322998.533004,2,'info','Scanned contents of 11939 additional files at 38.17 per second'),(87099,1581322997.532320,2,'info','Scanned contents of 11854 additional files at 38.02 per second'),(87098,1581322996.522621,2,'info','Scanned contents of 11794 additional files at 37.95 per second'),(87097,1581322995.463438,2,'info','Scanned contents of 11792 additional files at 38.07 per second'),(87096,1581322994.440597,2,'info','Scanned contents of 11774 additional files at 38.14 per second'),(87095,1581322987.728750,2,'info','Scanned contents of 11773 additional files at 38.99 per second'),(87094,1581322986.713282,2,'info','Scanned contents of 11721 additional files at 38.95 per second'),(87093,1581322985.695925,2,'info','Scanned contents of 11689 additional files at 38.97 per second'),(87092,1581322984.655346,2,'info','Scanned contents of 11628 additional files at 38.90 per second'),(87091,1581322983.649580,2,'info','Scanned contents of 11563 additional files at 38.82 per second'),(87090,1581322982.637162,2,'info','Scanned contents of 11503 additional files at 38.75 per second'),(87089,1581322981.633511,2,'info','Scanned contents of 11436 additional files at 38.65 per second'),(87088,1581322980.624558,2,'info','Scanned contents of 11377 additional files at 38.58 per second'),(87087,1581322979.597281,2,'info','Scanned contents of 11352 additional files at 38.63 per second'),(87086,1581322978.553419,2,'info','Scanned contents of 11297 additional files at 38.58 per second'),(87085,1581322977.525782,2,'info','Scanned contents of 11254 additional files at 38.57 per second'),(87084,1581322976.504711,2,'info','Scanned contents of 11205 additional files at 38.54 per second'),(87083,1581322975.484765,2,'info','Scanned contents of 11157 additional files at 38.51 per second'),(87082,1581322974.474637,2,'info','Scanned contents of 11096 additional files at 38.43 per second'),(87081,1581322973.473087,2,'info','Scanned contents of 11043 additional files at 38.38 per second'),(87080,1581322972.440711,2,'info','Scanned contents of 10995 additional files at 38.35 per second'),(87079,1581322964.338245,2,'info','Scanned contents of 10947 additional files at 39.30 per second'),(87078,1581322963.327959,2,'info','Scanned contents of 10871 additional files at 39.16 per second'),(87077,1581322962.325239,2,'info','Scanned contents of 10807 additional files at 39.08 per second'),(87076,1581322961.317026,2,'info','Scanned contents of 10752 additional files at 39.02 per second'),(87075,1581322960.295715,2,'info','Scanned contents of 10693 additional files at 38.95 per second'),(87074,1581322959.292200,2,'info','Scanned contents of 10631 additional files at 38.86 per second'),(87073,1581322958.287034,2,'info','Scanned contents of 10570 additional files at 38.78 per second'),(87072,1581322957.285309,2,'info','Scanned contents of 10514 additional files at 38.72 per second'),(87071,1581322956.279170,2,'info','Scanned contents of 10470 additional files at 38.70 per second'),(87070,1581322955.272675,2,'info','Scanned contents of 10388 additional files at 38.54 per second'),(87069,1581322954.269956,2,'info','Scanned contents of 10316 additional files at 38.42 per second'),(87068,1581322953.262348,2,'info','Scanned contents of 10270 additional files at 38.39 per second'),(87067,1581322952.260703,2,'info','Scanned contents of 10205 additional files at 38.29 per second'),(87066,1581322951.255944,2,'info','Scanned contents of 10151 additional files at 38.23 per second'),(87065,1581322950.248767,2,'info','Scanned contents of 10088 additional files at 38.14 per second'),(87064,1581322949.241266,2,'info','Scanned contents of 10016 additional files at 38.01 per second'),(87063,1581322942.076404,2,'info','Scanned contents of 9946 additional files at 38.80 per second'),(87062,1581322941.068393,2,'info','Scanned contents of 9887 additional files at 38.72 per second'),(87061,1581322939.693839,2,'info','Scanned contents of 9867 additional files at 38.86 per second'),(87060,1581322937.992091,2,'info','Scanned contents of 9837 additional files at 39.00 per second'),(87059,1581322936.979939,2,'info','Scanned contents of 9786 additional files at 38.95 per second'),(87058,1581322935.961084,2,'info','Scanned contents of 9705 additional files at 38.79 per second'),(87057,1581322934.960008,2,'info','Scanned contents of 9663 additional files at 38.78 per second'),(87056,1581322933.881411,2,'info','Scanned contents of 9635 additional files at 38.83 per second'),(87055,1581322932.881204,2,'info','Scanned contents of 9570 additional files at 38.73 per second'),(87054,1581322931.868412,2,'info','Scanned contents of 9493 additional files at 38.57 per second'),(87053,1581322930.856889,2,'info','Scanned contents of 9422 additional files at 38.44 per second'),(87052,1581322929.815789,2,'info','Scanned contents of 9364 additional files at 38.37 per second'),(87051,1581322928.802092,2,'info','Scanned contents of 9311 additional files at 38.31 per second'),(87050,1581322927.791561,2,'info','Scanned contents of 9253 additional files at 38.23 per second'),(87049,1581322922.775128,2,'info','Scanned contents of 9246 additional files at 39.01 per second'),(87048,1581322921.772451,2,'info','Scanned contents of 9191 additional files at 38.94 per second'),(87047,1581322920.757247,2,'info','Scanned contents of 9128 additional files at 38.84 per second'),(87046,1581322919.756214,2,'info','Scanned contents of 9061 additional files at 38.72 per second'),(87045,1581322918.650511,2,'info','Scanned contents of 8990 additional files at 38.60 per second'),(87044,1581322917.644051,2,'info','Scanned contents of 8902 additional files at 38.39 per second'),(87043,1581322916.642037,2,'info','Scanned contents of 8843 additional files at 38.30 per second'),(87042,1581322915.632452,2,'info','Scanned contents of 8781 additional files at 38.20 per second'),(87041,1581322914.619242,2,'info','Scanned contents of 8711 additional files at 38.06 per second'),(87040,1581322913.592072,2,'info','Scanned contents of 8631 additional files at 37.88 per second'),(87039,1581322912.580643,2,'info','Scanned contents of 8535 additional files at 37.63 per second'),(87038,1581322911.575241,2,'info','Scanned contents of 8447 additional files at 37.41 per second'),(87037,1581322910.242348,2,'info','Scanned contents of 8427 additional files at 37.54 per second'),(87036,1581322908.383478,2,'info','Scanned contents of 8382 additional files at 37.65 per second'),(87035,1581322907.363279,2,'info','Scanned contents of 8314 additional files at 37.52 per second'),(87034,1581322900.592621,2,'info','Scanned contents of 8286 additional files at 38.57 per second'),(87033,1581322899.587497,2,'info','Scanned contents of 8217 additional files at 38.43 per second'),(86316,1581067960.120371,2,'info','Scanned contents of 3469 additional files at 43.37 per second'),(86540,1581106627.518864,10,'info','SUM_ENDOK:Checking Web Application Firewall status'),(86546,1581106627.612643,10,'info','SUM_FINAL:Scan complete. You have 37 new issues to fix. See below.'),(86545,1581106627.612492,1,'info','Quick Scan Complete. Scanned in less than 1 second.'),(86542,1581106627.609748,10,'info','SUM_ENDBAD:Scanning for old themes, plugins and core files'),(86543,1581106627.611814,1,'info','-------------------'),(86544,1581106627.612332,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 100.5 MB'),(86541,1581106627.522555,10,'info','SUM_START:Scanning for old themes, plugins and core files'),(86515,1581068230.091383,2,'info','Done host key check.'),(86539,1581106627.518293,10,'info','SUM_START:Checking Web Application Firewall status'),(86537,1581106627.513793,10,'info','SUM_PREP:Preparing a new scan.'),(86538,1581106627.515604,1,'info','Initiating quick scan'),(86308,1581067952.047952,2,'info','Scanned contents of 2938 additional files at 40.86 per second'),(86309,1581067953.060884,2,'info','Scanned contents of 3027 additional files at 41.51 per second'),(86310,1581067954.061503,2,'info','Scanned contents of 3107 additional files at 42.03 per second'),(86311,1581067955.068806,2,'info','Scanned contents of 3138 additional files at 41.88 per second'),(86312,1581067956.075137,2,'info','Scanned contents of 3217 additional files at 42.36 per second'),(86313,1581067957.077801,2,'info','Scanned contents of 3285 additional files at 42.70 per second'),(86314,1581067958.089774,2,'info','Scanned contents of 3334 additional files at 42.77 per second'),(86315,1581067959.101922,2,'info','Scanned contents of 3406 additional files at 43.13 per second'),(87107,1581323005.624349,2,'info','Scanned contents of 12372 additional files at 38.68 per second'),(87108,1581323006.676224,2,'info','Scanned contents of 12406 additional files at 38.66 per second'),(87109,1581323007.680132,2,'info','Scanned contents of 12440 additional files at 38.64 per second'),(87110,1581323017.880573,2,'info','Scanned contents of 12447 additional files at 37.48 per second'),(87111,1581323018.883509,2,'info','Scanned contents of 12509 additional files at 37.55 per second'),(87112,1581323019.899629,2,'info','Scanned contents of 12578 additional files at 37.64 per second'),(87113,1581323020.900061,2,'info','Scanned contents of 12625 additional files at 37.67 per second'),(87114,1581323021.917611,2,'info','Scanned contents of 12673 additional files at 37.70 per second'),(87115,1581323022.925929,2,'info','Scanned contents of 12728 additional files at 37.75 per second'),(87116,1581323023.928522,2,'info','Scanned contents of 12770 additional files at 37.76 per second'),(87117,1581323024.940736,2,'info','Scanned contents of 12826 additional files at 37.81 per second'),(87118,1581323025.949437,2,'info','Scanned contents of 12883 additional files at 37.87 per second'),(87119,1581323026.960054,2,'info','Scanned contents of 12946 additional files at 37.94 per second'),(87120,1581323027.964758,2,'info','Scanned contents of 13020 additional files at 38.05 per second'),(87121,1581323028.965144,2,'info','Scanned contents of 13087 additional files at 38.13 per second'),(87122,1581323029.973293,2,'info','Scanned contents of 13131 additional files at 38.15 per second'),(87123,1581323031.012625,2,'info','Scanned contents of 13171 additional files at 38.15 per second'),(87124,1581323032.041260,2,'info','Scanned contents of 13212 additional files at 38.15 per second'),(87125,1581323042.941921,2,'info','Scanned contents of 13254 additional files at 37.11 per second'),(87126,1581323044.145133,2,'info','Scanned contents of 13271 additional files at 37.03 per second'),(87127,1581323045.158329,2,'info','Scanned contents of 13333 additional files at 37.10 per second'),(87128,1581323046.167489,2,'info','Scanned contents of 13418 additional files at 37.23 per second'),(87129,1581323047.178359,2,'info','Scanned contents of 13487 additional files at 37.32 per second'),(87130,1581323048.193966,2,'info','Scanned contents of 13550 additional files at 37.39 per second'),(87131,1581323049.211656,2,'info','Scanned contents of 13605 additional files at 37.43 per second'),(87132,1581323050.214666,2,'info','Scanned contents of 13669 additional files at 37.50 per second'),(87143,1581323067.539814,2,'info','Scanned contents of 14261 additional files at 37.35 per second'),(87142,1581323066.539413,2,'info','Scanned contents of 14189 additional files at 37.26 per second'),(87141,1581323065.526408,2,'info','Scanned contents of 14133 additional files at 37.21 per second'),(87140,1581323064.497756,2,'info','Scanned contents of 14075 additional files at 37.16 per second'),(87139,1581323063.430406,2,'info','Scanned contents of 14029 additional files at 37.15 per second'),(87138,1581323056.296048,2,'info','Scanned contents of 13993 additional files at 37.76 per second'),(87137,1581323055.289089,2,'info','Scanned contents of 13944 additional files at 37.73 per second'),(87136,1581323054.280098,2,'info','Scanned contents of 13892 additional files at 37.70 per second'),(87135,1581323053.275068,2,'info','Scanned contents of 13819 additional files at 37.60 per second'),(87134,1581323052.270608,2,'info','Scanned contents of 13762 additional files at 37.55 per second'),(87133,1581323051.253863,2,'info','Scanned contents of 13723 additional files at 37.55 per second'),(86916,1581322734.433126,2,'info','Scanned contents of 1609 additional files at 33.05 per second'),(86917,1581322735.434011,2,'info','Scanned contents of 1680 additional files at 33.82 per second'),(86918,1581322736.459315,2,'info','Scanned contents of 1741 additional files at 34.34 per second'),(86919,1581322737.474176,2,'info','Scanned contents of 1795 additional files at 34.71 per second'),(86920,1581322738.474917,2,'info','Scanned contents of 1865 additional files at 35.38 per second'),(86921,1581322739.481591,2,'info','Scanned contents of 1947 additional files at 36.24 per second'),(86922,1581322740.483743,2,'info','Scanned contents of 1980 additional files at 36.18 per second'),(86923,1581322741.496789,2,'info','Scanned contents of 2028 additional files at 36.38 per second'),(86924,1581322742.505656,2,'info','Scanned contents of 2079 additional files at 36.63 per second'),(86925,1581322743.523134,2,'info','Scanned contents of 2138 additional files at 37.01 per second'),(86926,1581322744.526516,2,'info','Scanned contents of 2174 additional files at 36.99 per second'),(86927,1581322753.358786,2,'info','Scanned contents of 2192 additional files at 32.42 per second'),(86928,1581322754.369424,2,'info','Scanned contents of 2237 additional files at 32.60 per second'),(86929,1581322755.375277,2,'info','Scanned contents of 2304 additional files at 33.09 per second'),(86930,1581322756.393353,2,'info','Scanned contents of 2369 additional files at 33.54 per second'),(86931,1581322757.396058,2,'info','Scanned contents of 2447 additional files at 34.16 per second'),(86932,1581322758.464439,2,'info','Scanned contents of 2499 additional files at 34.37 per second'),(86933,1581322759.472856,2,'info','Scanned contents of 2549 additional files at 34.58 per second'),(86934,1581322760.482923,2,'info','Scanned contents of 2614 additional files at 34.98 per second'),(86935,1581322761.483303,2,'info','Scanned contents of 2682 additional files at 35.42 per second'),(86936,1581322762.494337,2,'info','Scanned contents of 2743 additional files at 35.74 per second'),(86937,1581322763.494929,2,'info','Scanned contents of 2805 additional files at 36.08 per second'),(86938,1581322764.497451,2,'info','Scanned contents of 2843 additional files at 36.10 per second'),(86939,1581322765.505053,2,'info','Scanned contents of 2910 additional files at 36.49 per second'),(86940,1581322766.518239,2,'info','Scanned contents of 2981 additional files at 36.91 per second'),(86941,1581322767.519114,2,'info','Scanned contents of 3067 additional files at 37.51 per second'),(86942,1581322768.583925,2,'info','Scanned contents of 3111 additional files at 37.56 per second'),(86943,1581322773.470866,2,'info','Scanned contents of 3134 additional files at 35.73 per second'),(86944,1581322774.478861,2,'info','Scanned contents of 3199 additional files at 36.06 per second'),(86945,1581322775.479113,2,'info','Scanned contents of 3259 additional files at 36.32 per second'),(86946,1581322776.507339,2,'info','Scanned contents of 3305 additional files at 36.42 per second'),(86947,1581322777.510336,2,'info','Scanned contents of 3355 additional files at 36.56 per second'),(86948,1581322778.521137,2,'info','Scanned contents of 3413 additional files at 36.79 per second'),(86949,1581322779.526128,2,'info','Scanned contents of 3469 additional files at 36.99 per second'),(86950,1581322780.528078,2,'info','Scanned contents of 3538 additional files at 37.33 per second'),(86951,1581322781.528440,2,'info','Scanned contents of 3613 additional files at 37.72 per second'),(86952,1581322782.537250,2,'info','Scanned contents of 3685 additional files at 38.08 per second'),(86953,1581322783.671758,2,'info','Scanned contents of 3735 additional files at 38.14 per second'),(86954,1581322784.750516,2,'info','Scanned contents of 3776 additional files at 38.14 per second'),(86955,1581322785.750498,2,'info','Scanned contents of 3829 additional files at 38.29 per second'),(86956,1581322786.753413,2,'info','Scanned contents of 3883 additional files at 38.45 per second'),(86957,1581322787.761840,2,'info','Scanned contents of 3945 additional files at 38.67 per second'),(86958,1581322788.766807,2,'info','Scanned contents of 4004 additional files at 38.87 per second'),(86959,1581322796.109811,2,'info','Scanned contents of 4028 additional files at 36.50 per second'),(86960,1581322797.111373,2,'info','Scanned contents of 4088 additional files at 36.71 per second'),(86961,1581322798.117490,2,'info','Scanned contents of 4143 additional files at 36.87 per second'),(86962,1581322799.130245,2,'info','Scanned contents of 4217 additional files at 37.19 per second'),(86963,1581322800.138164,2,'info','Scanned contents of 4280 additional files at 37.42 per second'),(86964,1581322801.145852,2,'info','Scanned contents of 4354 additional files at 37.73 per second'),(86965,1581322802.241781,2,'info','Scanned contents of 4395 additional files at 37.73 per second'),(86966,1581322803.248886,2,'info','Scanned contents of 4444 additional files at 37.82 per second'),(86967,1581322804.259406,2,'info','Scanned contents of 4500 additional files at 37.97 per second'),(86968,1581322805.276245,2,'info','Scanned contents of 4550 additional files at 38.07 per second'),(86969,1581322806.283390,2,'info','Scanned contents of 4586 additional files at 38.05 per second'),(86970,1581322807.292661,2,'info','Scanned contents of 4606 additional files at 37.90 per second'),(87160,1581323074.693762,10,'info','SUM_START:Scanning posts for URLs on a domain blacklist'),(87161,1581323074.718718,2,'info','Examining URLs found in posts we scanned for dangerous websites'),(87162,1581323074.719065,2,'info','Checking 18 host keys against Wordfence scanning servers.'),(87163,1581323075.025723,2,'info','Done host key check.'),(87164,1581323075.026072,2,'info','Done examining URLs'),(87165,1581323075.034823,10,'info','SUM_ENDOK:Scanning posts for URLs on a domain blacklist'),(87166,1581323075.040344,10,'info','SUM_START:Scanning comments for URLs on a domain blacklist'),(87167,1581323075.094801,2,'info','Scanning comments with 2000 left to scan.'),(87168,1581323075.708173,2,'info','Scanning comments with 1000 left to scan.'),(87169,1581323076.334640,10,'info','SUM_ENDOK:Scanning comments for URLs on a domain blacklist'),(87170,1581323076.342257,10,'info','SUM_START:Scanning for weak passwords'),(87171,1581323076.345381,2,'info','Starting password strength check on 1 users.'),(87172,1581323076.352287,10,'info','SUM_ENDOK:Scanning for weak passwords'),(87173,1581323076.357633,10,'info','SUM_START:Scanning for old themes, plugins and core files'),(87174,1581323078.777451,10,'info','SUM_ENDBAD:Scanning for old themes, plugins and core files'),(87175,1581323078.784660,10,'info','SUM_START:Scanning for admin users not created through WordPress'),(87176,1581323078.789763,10,'info','SUM_ENDOK:Scanning for admin users not created through WordPress'),(87177,1581323078.796892,10,'info','SUM_START:Scanning for suspicious site options'),(87178,1581323078.808773,2,'info','Examining URLs found in the options we scanned for dangerous websites'),(87179,1581323078.809283,2,'info','Done examining URLs'),(87180,1581323078.823919,10,'info','SUM_ENDOK:Scanning for suspicious site options'),(87181,1581323078.829068,1,'info','-------------------'),(87182,1581323078.829537,2,'info','Wordfence used 24.95 MB of memory for scan. Server peak memory usage was: 125.45 MB'),(87183,1581323078.829897,1,'info','Scan Complete. Scanned 23035 files, 45 plugins, 3 themes, 13 posts, 2052 comments and 12872 URLs in 8 minutes 27 seconds.'),(87184,1581323078.830167,10,'info','SUM_FINAL:Scan complete. You have 37 new issues to fix. See below.'),(86373,1581068045.684274,2,'info','Scanned contents of 6975 additional files at 42.13 per second'),(86372,1581068044.646683,2,'info','Scanned contents of 6909 additional files at 42.00 per second'),(86374,1581068046.689447,2,'info','Scanned contents of 7042 additional files at 42.28 per second'),(86375,1581068047.697061,2,'info','Scanned contents of 7109 additional files at 42.43 per second'),(86376,1581068048.699835,2,'info','Scanned contents of 7175 additional files at 42.57 per second'),(86377,1581068049.708707,2,'info','Scanned contents of 7245 additional files at 42.73 per second'),(86378,1581068050.743474,2,'info','Scanned contents of 7274 additional files at 42.64 per second'),(86379,1581068051.747130,2,'info','Scanned contents of 7338 additional files at 42.76 per second'),(86380,1581068052.755939,2,'info','Scanned contents of 7393 additional files at 42.83 per second'),(86381,1581068059.094018,2,'info','Scanned contents of 7413 additional files at 41.42 per second'),(86382,1581068060.100332,2,'info','Scanned contents of 7476 additional files at 41.54 per second'),(86383,1581068061.113553,2,'info','Scanned contents of 7537 additional files at 41.65 per second'),(86384,1581068062.130603,2,'info','Scanned contents of 7589 additional files at 41.70 per second'),(86385,1581068063.144934,2,'info','Scanned contents of 7651 additional files at 41.81 per second'),(86386,1581068064.167663,2,'info','Scanned contents of 7713 additional files at 41.91 per second'),(86387,1581068065.169400,2,'info','Scanned contents of 7781 additional files at 42.05 per second'),(86492,1581068213.956114,2,'info','Scanned contents of 13929 additional files at 41.73 per second'),(86491,1581068212.946175,2,'info','Scanned contents of 13845 additional files at 41.60 per second'),(86490,1581068211.937356,2,'info','Scanned contents of 13756 additional files at 41.46 per second'),(86489,1581068210.929123,2,'info','Scanned contents of 13712 additional files at 41.45 per second'),(86488,1581068209.918940,2,'info','Scanned contents of 13630 additional files at 41.33 per second'),(86487,1581068208.918666,2,'info','Scanned contents of 13560 additional files at 41.24 per second'),(86486,1581068207.792400,2,'info','Scanned contents of 13494 additional files at 41.18 per second'),(86485,1581068206.780247,2,'info','Scanned contents of 13414 additional files at 41.07 per second'),(86484,1581068205.775750,2,'info','Scanned contents of 13328 additional files at 40.93 per second'),(86483,1581068199.323399,2,'info','Scanned contents of 13271 additional files at 41.58 per second'),(86482,1581068198.256356,2,'info','Scanned contents of 13254 additional files at 41.66 per second'),(86481,1581068196.195771,2,'info','Scanned contents of 13212 additional files at 41.80 per second'),(86480,1581068195.183734,2,'info','Scanned contents of 13171 additional files at 41.81 per second'),(86479,1581068194.001592,2,'info','Scanned contents of 13108 additional files at 41.76 per second'),(86478,1581068192.993959,2,'info','Scanned contents of 13056 additional files at 41.73 per second'),(86477,1581068191.911815,2,'info','Scanned contents of 13039 additional files at 41.82 per second'),(86476,1581068190.816067,2,'info','Scanned contents of 13022 additional files at 41.91 per second'),(86475,1581068189.814901,2,'info','Scanned contents of 12998 additional files at 41.97 per second'),(86474,1581068188.777871,2,'info','Scanned contents of 12926 additional files at 41.88 per second'),(86473,1581068187.768607,2,'info','Scanned contents of 12865 additional files at 41.82 per second'),(86472,1581068186.760103,2,'info','Scanned contents of 12806 additional files at 41.76 per second'),(86471,1581068185.746238,2,'info','Scanned contents of 12746 additional files at 41.71 per second'),(86470,1581068184.744945,2,'info','Scanned contents of 12692 additional files at 41.67 per second'),(86469,1581068180.562846,2,'info','Scanned contents of 12665 additional files at 42.16 per second'),(86468,1581068179.541464,2,'info','Scanned contents of 12614 additional files at 42.13 per second'),(86467,1581068178.541311,2,'info','Scanned contents of 12560 additional files at 42.09 per second'),(86466,1581068177.533738,2,'info','Scanned contents of 12476 additional files at 41.95 per second'),(86465,1581068176.501819,2,'info','Scanned contents of 12430 additional files at 41.94 per second'),(86464,1581068175.493712,2,'info','Scanned contents of 12355 additional files at 41.83 per second'),(86463,1581068174.483823,2,'info','Scanned contents of 12269 additional files at 41.68 per second'),(86462,1581068173.473028,2,'info','Scanned contents of 12193 additional files at 41.57 per second'),(86461,1581068172.334339,2,'info','Scanned contents of 12126 additional files at 41.50 per second'),(86460,1581068171.334278,2,'info','Scanned contents of 12056 additional files at 41.40 per second'),(86459,1581068170.329606,2,'info','Scanned contents of 11974 additional files at 41.26 per second'),(86458,1581068169.317104,2,'info','Scanned contents of 11865 additional files at 41.03 per second'),(86457,1581068168.315703,2,'info','Scanned contents of 11794 additional files at 40.93 per second'),(86456,1581068166.997654,2,'info','Scanned contents of 11774 additional files at 41.04 per second'),(86455,1581068159.653560,2,'info','Scanned contents of 11755 additional files at 42.06 per second'),(86454,1581068158.648827,2,'info','Scanned contents of 11698 additional files at 42.00 per second'),(86453,1581068157.500602,2,'info','Scanned contents of 11629 additional files at 41.93 per second'),(86452,1581068156.492578,2,'info','Scanned contents of 11554 additional files at 41.81 per second'),(86451,1581068155.492448,2,'info','Scanned contents of 11488 additional files at 41.72 per second'),(86450,1581068154.488554,2,'info','Scanned contents of 11409 additional files at 41.59 per second'),(86449,1581068153.483310,2,'info','Scanned contents of 11347 additional files at 41.51 per second'),(86448,1581068152.476926,2,'info','Scanned contents of 11289 additional files at 41.45 per second'),(86447,1581068151.459654,2,'info','Scanned contents of 11226 additional files at 41.38 per second'),(86446,1581068150.449656,2,'info','Scanned contents of 11167 additional files at 41.31 per second'),(86445,1581068149.427441,2,'info','Scanned contents of 11101 additional files at 41.22 per second'),(86444,1581068148.419872,2,'info','Scanned contents of 11043 additional files at 41.16 per second'),(86443,1581068147.301433,2,'info','Scanned contents of 10985 additional files at 41.12 per second'),(86442,1581068146.301096,2,'info','Scanned contents of 10905 additional files at 40.97 per second'),(86441,1581068145.300041,2,'info','Scanned contents of 10827 additional files at 40.83 per second'),(86440,1581068144.288953,2,'info','Scanned contents of 10763 additional files at 40.75 per second'),(86439,1581068138.680542,2,'info','Scanned contents of 10740 additional files at 41.54 per second'),(86438,1581068137.633379,2,'info','Scanned contents of 10672 additional files at 41.45 per second'),(86437,1581068136.628997,2,'info','Scanned contents of 10610 additional files at 41.37 per second'),(86436,1581068135.618739,2,'info','Scanned contents of 10557 additional files at 41.32 per second'),(86435,1581068134.592956,2,'info','Scanned contents of 10521 additional files at 41.35 per second'),(86434,1581068133.572530,2,'info','Scanned contents of 10494 additional files at 41.41 per second'),(86433,1581068132.557553,2,'info','Scanned contents of 10411 additional files at 41.25 per second'),(86432,1581068131.551730,2,'info','Scanned contents of 10328 additional files at 41.08 per second'),(86431,1581068130.546206,2,'info','Scanned contents of 10277 additional files at 41.04 per second'),(86430,1581068129.535012,2,'info','Scanned contents of 10203 additional files at 40.91 per second'),(86429,1581068128.532267,2,'info','Scanned contents of 10141 additional files at 40.83 per second'),(86428,1581068127.524761,2,'info','Scanned contents of 10045 additional files at 40.60 per second'),(86427,1581068126.522977,2,'info','Scanned contents of 9944 additional files at 40.36 per second'),(86426,1581068125.520336,2,'info','Scanned contents of 9887 additional files at 40.29 per second'),(86425,1581068124.118956,2,'info','Scanned contents of 9867 additional files at 40.44 per second'),(86424,1581068115.158963,2,'info','Scanned contents of 9865 additional files at 41.98 per second'),(86423,1581068114.016760,2,'info','Scanned contents of 9799 additional files at 41.90 per second'),(86422,1581068113.014317,2,'info','Scanned contents of 9730 additional files at 41.78 per second'),(86421,1581068112.004967,2,'info','Scanned contents of 9677 additional files at 41.74 per second'),(86420,1581068110.997822,2,'info','Scanned contents of 9651 additional files at 41.80 per second'),(86419,1581068109.995136,2,'info','Scanned contents of 9588 additional files at 41.71 per second'),(86418,1581068108.941809,2,'info','Scanned contents of 9523 additional files at 41.62 per second'),(86417,1581068107.897664,2,'info','Scanned contents of 9473 additional files at 41.59 per second'),(86416,1581068106.859112,2,'info','Scanned contents of 9424 additional files at 41.57 per second'),(86415,1581068105.809425,2,'info','Scanned contents of 9398 additional files at 41.64 per second'),(86414,1581068104.737043,2,'info','Scanned contents of 9345 additional files at 41.61 per second'),(86413,1581068103.735653,2,'info','Scanned contents of 9308 additional files at 41.63 per second'),(86412,1581068102.661504,2,'info','Scanned contents of 9287 additional files at 41.74 per second'),(86411,1581068101.647826,2,'info','Scanned contents of 9222 additional files at 41.63 per second'),(86410,1581068100.627670,2,'info','Scanned contents of 9162 additional files at 41.55 per second'),(86409,1581068095.988434,2,'info','Scanned contents of 9151 additional files at 42.40 per second'),(86408,1581068094.969470,2,'info','Scanned contents of 9139 additional files at 42.54 per second'),(86407,1581068093.949066,2,'info','Scanned contents of 9100 additional files at 42.56 per second'),(86406,1581068092.948008,2,'info','Scanned contents of 9052 additional files at 42.54 per second'),(86405,1581068091.933084,2,'info','Scanned contents of 8996 additional files at 42.48 per second'),(86404,1581068090.929195,2,'info','Scanned contents of 8941 additional files at 42.42 per second'),(86403,1581068089.923224,2,'info','Scanned contents of 8888 additional files at 42.37 per second'),(86402,1581068088.920851,2,'info','Scanned contents of 8834 additional files at 42.31 per second'),(86401,1581068087.913259,2,'info','Scanned contents of 8763 additional files at 42.18 per second'),(86400,1581068086.898507,2,'info','Scanned contents of 8702 additional files at 42.09 per second'),(86399,1581068085.894101,2,'info','Scanned contents of 8612 additional files at 41.86 per second'),(86398,1581068084.892681,2,'info','Scanned contents of 8513 additional files at 41.58 per second'),(86397,1581068083.884082,2,'info','Scanned contents of 8447 additional files at 41.46 per second'),(86396,1581068082.564169,2,'info','Scanned contents of 8427 additional files at 41.63 per second'),(86395,1581068073.296614,2,'info','Scanned contents of 8370 additional files at 43.33 per second'),(86394,1581068072.296374,2,'info','Scanned contents of 8281 additional files at 43.09 per second'),(86393,1581068071.288679,2,'info','Scanned contents of 8187 additional files at 42.83 per second'),(86392,1581068070.284168,2,'info','Scanned contents of 8118 additional files at 42.69 per second'),(86391,1581068069.185030,2,'info','Scanned contents of 8053 additional files at 42.60 per second'),(86388,1581068066.177073,2,'info','Scanned contents of 7864 additional files at 42.27 per second'),(86389,1581068067.179018,2,'info','Scanned contents of 7947 additional files at 42.49 per second'),(86390,1581068068.179537,2,'info','Scanned contents of 8024 additional files at 42.67 per second'),(86822,1581322664.017103,2,'info','Analyzed 17600 files containing 163.6 MB of data so far'),(86879,1581322684.742386,10,'info','SUM_ENDOK:Scanning for unknown files in wp-admin and wp-includes'),(86878,1581322684.739345,10,'info','SUM_ENDOK:Comparing core WordPress files against originals in repository'),(86877,1581322684.739083,2,'info','Analyzed 23035 files containing 249.34 MB of data.'),(86876,1581322684.689591,2,'info','Analyzed 23000 files containing 248.78 MB of data so far'),(86875,1581322684.444613,2,'info','Analyzed 22900 files containing 247.41 MB of data so far'),(86874,1581322684.142298,2,'info','Analyzed 22800 files containing 244.42 MB of data so far'),(86873,1581322683.627783,2,'info','Analyzed 22700 files containing 241.71 MB of data so far'),(86872,1581322683.144999,2,'info','Analyzed 22600 files containing 239.38 MB of data so far'),(86871,1581322678.917035,2,'info','Analyzed 22500 files containing 235.93 MB of data so far'),(86870,1581322677.364285,2,'info','Analyzed 22400 files containing 227.08 MB of data so far'),(86869,1581322677.197238,2,'info','Analyzed 22300 files containing 225.82 MB of data so far'),(86868,1581322676.726086,2,'info','Analyzed 22200 files containing 223.62 MB of data so far'),(86867,1581322676.441120,2,'info','Analyzed 22100 files containing 221.53 MB of data so far'),(86866,1581322676.172594,2,'info','Analyzed 22000 files containing 220.11 MB of data so far'),(86865,1581322675.753934,2,'info','Analyzed 21900 files containing 217.05 MB of data so far'),(86864,1581322675.285184,2,'info','Analyzed 21800 files containing 214.86 MB of data so far'),(86863,1581322675.130072,2,'info','Analyzed 21700 files containing 214.45 MB of data so far'),(86862,1581322674.979853,2,'info','Analyzed 21600 files containing 214.06 MB of data so far'),(86861,1581322674.810996,2,'info','Analyzed 21500 files containing 213.55 MB of data so far'),(86860,1581322674.644290,2,'info','Analyzed 21400 files containing 212.98 MB of data so far'),(86859,1581322674.504014,2,'info','Analyzed 21300 files containing 212.61 MB of data so far'),(86858,1581322674.305061,2,'info','Analyzed 21200 files containing 211.98 MB of data so far'),(86857,1581322674.201820,2,'info','Analyzed 21100 files containing 211.87 MB of data so far'),(86856,1581322674.036234,2,'info','Analyzed 21000 files containing 211.48 MB of data so far'),(86855,1581322673.909341,2,'info','Analyzed 20900 files containing 211.19 MB of data so far'),(86854,1581322673.789018,2,'info','Analyzed 20800 files containing 211.1 MB of data so far'),(86853,1581322672.983214,2,'info','Analyzed 20700 files containing 206.93 MB of data so far'),(86852,1581322672.795235,2,'info','Analyzed 20600 files containing 206.14 MB of data so far'),(86851,1581322672.599759,2,'info','Analyzed 20500 files containing 205.42 MB of data so far'),(86850,1581322672.491636,2,'info','Analyzed 20400 files containing 204.66 MB of data so far'),(86849,1581322672.069938,2,'info','Analyzed 20300 files containing 202.65 MB of data so far'),(86848,1581322671.892839,2,'info','Analyzed 20200 files containing 202.12 MB of data so far'),(86847,1581322671.309594,2,'info','Analyzed 20100 files containing 200.82 MB of data so far'),(86846,1581322671.151154,2,'info','Analyzed 20000 files containing 200.24 MB of data so far'),(86845,1581322670.936521,2,'info','Analyzed 19900 files containing 198.5 MB of data so far'),(86844,1581322669.949003,2,'info','Analyzed 19800 files containing 192.72 MB of data so far'),(86843,1581322669.609880,2,'info','Analyzed 19700 files containing 191.09 MB of data so far'),(86842,1581322669.405124,2,'info','Analyzed 19600 files containing 190.24 MB of data so far'),(86841,1581322669.004672,2,'info','Analyzed 19500 files containing 187.84 MB of data so far'),(86840,1581322668.861048,2,'info','Analyzed 19400 files containing 187.45 MB of data so far'),(86839,1581322668.746043,2,'info','Analyzed 19300 files containing 187.06 MB of data so far'),(86838,1581322667.949966,2,'info','Analyzed 19200 files containing 182.5 MB of data so far'),(86837,1581322667.844681,2,'info','Analyzed 19100 files containing 182.34 MB of data so far'),(86836,1581322667.744501,2,'info','Analyzed 19000 files containing 182.14 MB of data so far'),(86835,1581322667.577381,2,'info','Analyzed 18900 files containing 181.49 MB of data so far'),(86834,1581322667.358042,2,'info','Analyzed 18800 files containing 180.69 MB of data so far'),(86833,1581322667.229085,2,'info','Analyzed 18700 files containing 180.34 MB of data so far'),(86832,1581322666.863110,2,'info','Analyzed 18600 files containing 178.49 MB of data so far'),(86831,1581322666.721592,2,'info','Analyzed 18500 files containing 178.08 MB of data so far'),(86830,1581322666.586108,2,'info','Analyzed 18400 files containing 177.08 MB of data so far'),(86829,1581322666.381969,2,'info','Analyzed 18300 files containing 176.08 MB of data so far'),(86828,1581322666.236032,2,'info','Analyzed 18200 files containing 175.12 MB of data so far'),(86827,1581322666.093434,2,'info','Analyzed 18100 files containing 174.02 MB of data so far'),(86826,1581322665.878072,2,'info','Analyzed 18000 files containing 173.19 MB of data so far'),(86825,1581322665.441776,2,'info','Analyzed 17900 files containing 170.72 MB of data so far'),(86824,1581322665.198545,2,'info','Analyzed 17800 files containing 169.8 MB of data so far'),(86823,1581322664.907660,2,'info','Analyzed 17700 files containing 168.43 MB of data so far'),(86880,1581322684.746083,10,'info','SUM_ENDOK:Scanning for known malware files'),(86881,1581322684.753385,10,'info','SUM_START:Check for publicly accessible configuration files, backup files and logs'),(86882,1581322684.943025,10,'info','SUM_ENDOK:Check for publicly accessible configuration files, backup files and logs'),(86883,1581322684.949634,10,'info','SUM_START:Scanning file contents for infections and vulnerabilities'),(86884,1581322684.951513,10,'info','SUM_START:Scanning file contents for URLs on a domain blacklist'),(86885,1581322685.753812,2,'info','Starting scan of file contents'),(86886,1581322686.762861,2,'info','Scanned contents of 39 additional files at 38.69 per second'),(86887,1581322687.776144,2,'info','Scanned contents of 94 additional files at 46.50 per second'),(86888,1581322688.790943,2,'info','Scanned contents of 147 additional files at 48.42 per second'),(86889,1581322689.792191,2,'info','Scanned contents of 199 additional files at 49.29 per second'),(86890,1581322690.806176,2,'info','Scanned contents of 245 additional files at 48.50 per second'),(86891,1581322691.845060,2,'info','Scanned contents of 289 additional files at 47.45 per second'),(86892,1581322692.863361,2,'info','Scanned contents of 348 additional files at 48.95 per second'),(86893,1581322693.904307,2,'info','Scanned contents of 393 additional files at 48.22 per second'),(86894,1581322694.911185,2,'info','Scanned contents of 467 additional files at 51.00 per second'),(86895,1581322695.952570,2,'info','Scanned contents of 519 additional files at 50.89 per second'),(86896,1581322696.971656,2,'info','Scanned contents of 567 additional files at 50.55 per second'),(86897,1581322697.994394,2,'info','Scanned contents of 586 additional files at 47.88 per second'),(86898,1581322708.325485,2,'info','Scanned contents of 587 additional files at 26.01 per second'),(86899,1581322709.426646,2,'info','Scanned contents of 621 additional files at 26.23 per second'),(86900,1581322710.853077,2,'info','Scanned contents of 641 additional files at 25.54 per second'),(86901,1581322712.298806,2,'info','Scanned contents of 648 additional files at 24.41 per second'),(86902,1581322713.313416,2,'info','Scanned contents of 687 additional files at 24.93 per second'),(86903,1581322714.325978,2,'info','Scanned contents of 767 additional files at 26.85 per second'),(86904,1581322715.327838,2,'info','Scanned contents of 834 additional files at 28.20 per second'),(86905,1581322716.349669,2,'info','Scanned contents of 869 additional files at 28.40 per second'),(86906,1581322717.372598,2,'info','Scanned contents of 955 additional files at 30.20 per second'),(86907,1581322718.389099,2,'info','Scanned contents of 1007 additional files at 30.86 per second'),(86908,1581322719.395454,2,'info','Scanned contents of 1077 additional files at 32.01 per second'),(86495,1581068217.005004,2,'info','Scanned contents of 14101 additional files at 41.86 per second'),(86493,1581068214.971358,2,'info','Scanned contents of 13992 additional files at 41.79 per second'),(86494,1581068215.980515,2,'info','Scanned contents of 14046 additional files at 41.82 per second'),(86746,1581322632.536195,2,'info','Analyzed 10000 files containing 96.19 MB of data so far'),(86745,1581322632.158144,2,'info','Analyzed 9900 files containing 94.37 MB of data so far'),(86744,1581322631.986264,2,'info','Analyzed 9800 files containing 93.85 MB of data so far'),(86743,1581322631.860846,2,'info','Analyzed 9700 files containing 93.54 MB of data so far'),(86742,1581322631.693043,2,'info','Analyzed 9600 files containing 93.08 MB of data so far'),(86741,1581322631.508315,2,'info','Analyzed 9500 files containing 92.52 MB of data so far'),(86740,1581322631.345723,2,'info','Analyzed 9400 files containing 91.99 MB of data so far'),(86739,1581322631.172318,2,'info','Analyzed 9300 files containing 91.49 MB of data so far'),(86738,1581322631.063320,2,'info','Analyzed 9200 files containing 91.38 MB of data so far'),(86507,1581068229.749582,2,'info','Done file contents scan'),(86506,1581068229.742080,2,'info','Done URL check.'),(86505,1581068229.362043,2,'info','Checking 9 URLs from 9 sources.'),(86504,1581068229.359185,2,'info','Done host key check.'),(86503,1581068228.898228,2,'info','Checking 3052 host keys against Wordfence scanning servers.'),(86502,1581068228.879580,2,'info','Asking Wordfence to check URLs against malware list.'),(86501,1581068228.879248,2,'info','Scanned contents of 14404 additional files at 41.30 per second'),(86500,1581068228.647782,2,'info','Scanned contents of 14399 additional files at 41.32 per second'),(86499,1581068227.152325,2,'info','Scanned contents of 14365 additional files at 41.40 per second'),(86498,1581068220.077766,2,'info','Scanned contents of 14328 additional files at 42.15 per second'),(86497,1581068219.010016,2,'info','Scanned contents of 14243 additional files at 42.03 per second'),(86496,1581068218.007214,2,'info','Scanned contents of 14163 additional files at 41.92 per second');
/*!40000 ALTER TABLE `wpbe_wfstatus` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpbe_wftrafficrates`
--

DROP TABLE IF EXISTS `wpbe_wftrafficrates`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpbe_wftrafficrates` (
  `eMin` int(10) unsigned NOT NULL,
  `IP` binary(16) NOT NULL DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',
  `hitType` enum('hit','404') NOT NULL DEFAULT 'hit',
  `hits` int(10) unsigned NOT NULL,
  PRIMARY KEY (`eMin`,`IP`,`hitType`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpbe_wftrafficrates`
--

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

--
-- Table structure for table `wpbe_woocommerce_api_keys`
--

DROP TABLE IF EXISTS `wpbe_woocommerce_api_keys`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpbe_woocommerce_api_keys` (
  `key_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `user_id` bigint(20) unsigned NOT NULL,
  `description` varchar(200) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `permissions` varchar(10) COLLATE utf8mb4_unicode_ci NOT NULL,
  `consumer_key` char(64) COLLATE utf8mb4_unicode_ci NOT NULL,
  `consumer_secret` char(43) COLLATE utf8mb4_unicode_ci NOT NULL,
  `nonces` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `truncated_key` char(7) COLLATE utf8mb4_unicode_ci NOT NULL,
  `last_access` datetime DEFAULT NULL,
  PRIMARY KEY (`key_id`),
  KEY `consumer_key` (`consumer_key`),
  KEY `consumer_secret` (`consumer_secret`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpbe_woocommerce_api_keys`
--

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

--
-- Table structure for table `wpbe_woocommerce_attribute_taxonomies`
--

DROP TABLE IF EXISTS `wpbe_woocommerce_attribute_taxonomies`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpbe_woocommerce_attribute_taxonomies` (
  `attribute_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `attribute_name` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL,
  `attribute_label` varchar(200) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `attribute_type` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL,
  `attribute_orderby` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL,
  `attribute_public` int(1) NOT NULL DEFAULT 1,
  PRIMARY KEY (`attribute_id`),
  KEY `attribute_name` (`attribute_name`(20))
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpbe_woocommerce_attribute_taxonomies`
--

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

--
-- Table structure for table `wpbe_woocommerce_downloadable_product_permissions`
--

DROP TABLE IF EXISTS `wpbe_woocommerce_downloadable_product_permissions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpbe_woocommerce_downloadable_product_permissions` (
  `permission_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `download_id` varchar(36) COLLATE utf8mb4_unicode_ci NOT NULL,
  `product_id` bigint(20) unsigned NOT NULL,
  `order_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `order_key` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL,
  `user_email` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL,
  `user_id` bigint(20) unsigned DEFAULT NULL,
  `downloads_remaining` varchar(9) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `access_granted` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `access_expires` datetime DEFAULT NULL,
  `download_count` bigint(20) unsigned NOT NULL DEFAULT 0,
  PRIMARY KEY (`permission_id`),
  KEY `download_order_key_product` (`product_id`,`order_id`,`order_key`(16),`download_id`),
  KEY `download_order_product` (`download_id`,`order_id`,`product_id`),
  KEY `order_id` (`order_id`),
  KEY `user_order_remaining_expires` (`user_id`,`order_id`,`downloads_remaining`,`access_expires`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpbe_woocommerce_downloadable_product_permissions`
--

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

--
-- Table structure for table `wpbe_woocommerce_log`
--

DROP TABLE IF EXISTS `wpbe_woocommerce_log`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpbe_woocommerce_log` (
  `log_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `timestamp` datetime NOT NULL,
  `level` smallint(4) NOT NULL,
  `source` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL,
  `message` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `context` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  PRIMARY KEY (`log_id`),
  KEY `level` (`level`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpbe_woocommerce_log`
--

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

--
-- Table structure for table `wpbe_woocommerce_order_itemmeta`
--

DROP TABLE IF EXISTS `wpbe_woocommerce_order_itemmeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpbe_woocommerce_order_itemmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `order_item_id` bigint(20) unsigned NOT NULL,
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  PRIMARY KEY (`meta_id`),
  KEY `order_item_id` (`order_item_id`),
  KEY `meta_key` (`meta_key`(32))
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpbe_woocommerce_order_itemmeta`
--

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

--
-- Table structure for table `wpbe_woocommerce_order_items`
--

DROP TABLE IF EXISTS `wpbe_woocommerce_order_items`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpbe_woocommerce_order_items` (
  `order_item_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `order_item_name` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `order_item_type` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `order_id` bigint(20) unsigned NOT NULL,
  PRIMARY KEY (`order_item_id`),
  KEY `order_id` (`order_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpbe_woocommerce_order_items`
--

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

--
-- Table structure for table `wpbe_woocommerce_payment_tokenmeta`
--

DROP TABLE IF EXISTS `wpbe_woocommerce_payment_tokenmeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpbe_woocommerce_payment_tokenmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `payment_token_id` bigint(20) unsigned NOT NULL,
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  PRIMARY KEY (`meta_id`),
  KEY `payment_token_id` (`payment_token_id`),
  KEY `meta_key` (`meta_key`(32))
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpbe_woocommerce_payment_tokenmeta`
--

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

--
-- Table structure for table `wpbe_woocommerce_payment_tokens`
--

DROP TABLE IF EXISTS `wpbe_woocommerce_payment_tokens`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpbe_woocommerce_payment_tokens` (
  `token_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `gateway_id` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL,
  `token` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `user_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `type` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL,
  `is_default` tinyint(1) NOT NULL DEFAULT 0,
  PRIMARY KEY (`token_id`),
  KEY `user_id` (`user_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpbe_woocommerce_payment_tokens`
--

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

--
-- Table structure for table `wpbe_woocommerce_sessions`
--

DROP TABLE IF EXISTS `wpbe_woocommerce_sessions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpbe_woocommerce_sessions` (
  `session_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `session_key` char(32) COLLATE utf8mb4_unicode_ci NOT NULL,
  `session_value` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `session_expiry` bigint(20) unsigned NOT NULL,
  PRIMARY KEY (`session_id`),
  UNIQUE KEY `session_key` (`session_key`)
) ENGINE=MyISAM AUTO_INCREMENT=113 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpbe_woocommerce_sessions`
--

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

--
-- Table structure for table `wpbe_woocommerce_shipping_zone_locations`
--

DROP TABLE IF EXISTS `wpbe_woocommerce_shipping_zone_locations`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpbe_woocommerce_shipping_zone_locations` (
  `location_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `zone_id` bigint(20) unsigned NOT NULL,
  `location_code` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL,
  `location_type` varchar(40) COLLATE utf8mb4_unicode_ci NOT NULL,
  PRIMARY KEY (`location_id`),
  KEY `location_id` (`location_id`),
  KEY `location_type_code` (`location_type`(10),`location_code`(20))
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpbe_woocommerce_shipping_zone_locations`
--

LOCK TABLES `wpbe_woocommerce_shipping_zone_locations` WRITE;
/*!40000 ALTER TABLE `wpbe_woocommerce_shipping_zone_locations` DISABLE KEYS */;
INSERT INTO `wpbe_woocommerce_shipping_zone_locations` VALUES (1,1,'US','country');
/*!40000 ALTER TABLE `wpbe_woocommerce_shipping_zone_locations` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpbe_woocommerce_shipping_zone_methods`
--

DROP TABLE IF EXISTS `wpbe_woocommerce_shipping_zone_methods`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpbe_woocommerce_shipping_zone_methods` (
  `zone_id` bigint(20) unsigned NOT NULL,
  `instance_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `method_id` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL,
  `method_order` bigint(20) unsigned NOT NULL,
  `is_enabled` tinyint(1) NOT NULL DEFAULT 1,
  PRIMARY KEY (`instance_id`)
) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpbe_woocommerce_shipping_zone_methods`
--

LOCK TABLES `wpbe_woocommerce_shipping_zone_methods` WRITE;
/*!40000 ALTER TABLE `wpbe_woocommerce_shipping_zone_methods` DISABLE KEYS */;
INSERT INTO `wpbe_woocommerce_shipping_zone_methods` VALUES (1,1,'flat_rate',1,0),(1,2,'wc_services_usps',2,1);
/*!40000 ALTER TABLE `wpbe_woocommerce_shipping_zone_methods` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpbe_woocommerce_shipping_zones`
--

DROP TABLE IF EXISTS `wpbe_woocommerce_shipping_zones`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpbe_woocommerce_shipping_zones` (
  `zone_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `zone_name` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL,
  `zone_order` bigint(20) unsigned NOT NULL,
  PRIMARY KEY (`zone_id`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpbe_woocommerce_shipping_zones`
--

LOCK TABLES `wpbe_woocommerce_shipping_zones` WRITE;
/*!40000 ALTER TABLE `wpbe_woocommerce_shipping_zones` DISABLE KEYS */;
INSERT INTO `wpbe_woocommerce_shipping_zones` VALUES (1,'USA',0);
/*!40000 ALTER TABLE `wpbe_woocommerce_shipping_zones` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpbe_woocommerce_tax_rate_locations`
--

DROP TABLE IF EXISTS `wpbe_woocommerce_tax_rate_locations`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpbe_woocommerce_tax_rate_locations` (
  `location_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `location_code` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL,
  `tax_rate_id` bigint(20) unsigned NOT NULL,
  `location_type` varchar(40) COLLATE utf8mb4_unicode_ci NOT NULL,
  PRIMARY KEY (`location_id`),
  KEY `tax_rate_id` (`tax_rate_id`),
  KEY `location_type_code` (`location_type`(10),`location_code`(20))
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpbe_woocommerce_tax_rate_locations`
--

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

--
-- Table structure for table `wpbe_woocommerce_tax_rates`
--

DROP TABLE IF EXISTS `wpbe_woocommerce_tax_rates`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpbe_woocommerce_tax_rates` (
  `tax_rate_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `tax_rate_country` varchar(2) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `tax_rate_state` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `tax_rate` varchar(8) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `tax_rate_name` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `tax_rate_priority` bigint(20) unsigned NOT NULL,
  `tax_rate_compound` int(1) NOT NULL DEFAULT 0,
  `tax_rate_shipping` int(1) NOT NULL DEFAULT 1,
  `tax_rate_order` bigint(20) unsigned NOT NULL,
  `tax_rate_class` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  PRIMARY KEY (`tax_rate_id`),
  KEY `tax_rate_country` (`tax_rate_country`),
  KEY `tax_rate_state` (`tax_rate_state`(2)),
  KEY `tax_rate_class` (`tax_rate_class`(10)),
  KEY `tax_rate_priority` (`tax_rate_priority`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpbe_woocommerce_tax_rates`
--

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

--
-- Table structure for table `wpbe_wpforms_lite`
--

DROP TABLE IF EXISTS `wpbe_wpforms_lite`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpbe_wpforms_lite` (
  `rid` int(10) NOT NULL AUTO_INCREMENT,
  `start` bigint(20) NOT NULL,
  `end` bigint(20) NOT NULL,
  `status` tinyint(2) NOT NULL DEFAULT 1,
  `date` int(10) NOT NULL,
  PRIMARY KEY (`rid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpbe_wpforms_lite`
--

LOCK TABLES `wpbe_wpforms_lite` WRITE;
/*!40000 ALTER TABLE `wpbe_wpforms_lite` DISABLE KEYS */;
/*!40000 ALTER TABLE `wpbe_wpforms_lite` 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 2020-02-11 13:26:58
